diff --git a/.gitignore b/.gitignore index 101dd564..05a7d137 100755 --- a/.gitignore +++ b/.gitignore @@ -39,6 +39,10 @@ data/transitions/* data/transitions/*/* data/transitions/*/*/* +# spatial synthetic population data. +persistent_data/spatial_data/ADULT* +persistent_data/spatial_data/*_population.csv + # build stuff build/ dist/ diff --git a/Makefile b/Makefile index ed1033e0..63b557c3 100644 --- a/Makefile +++ b/Makefile @@ -22,8 +22,9 @@ DATAOUT = $(CURDIR)/output CONFIG = $(CURDIR)/config TRANSITION_DATA = $(DATADIR)/transitions PLOTDIR = $(CURDIR)/plots +OUTCOMES = $(CURDIR)/minos/outcomes GLASGOWSCALEDDATA = $(DATADIR)/scaled_glasgow_US -GLASGOWSCALEDDATA = $(DATADIR)/scaled_scotland_US +SCOTLANDSCALEDDATA = $(DATADIR)/scaled_scotland_US UKSCALEDDATA = $(DATADIR)/scaled_uk_US # These paths point to the Python/R site-packages directory in the conda environment @@ -115,9 +116,9 @@ setup_glasgow_scaled: install synthetic_glasgow_data transitions_default synthet setup_glasgow_scaled_S7: install synthetic_glasgow_data transitions_SIPHER7 synthetic_glasgow_repl -setup_scotland_scaled: install synthetic_glasgow_data transitions_default synthetic_scotland_repl +setup_scotland_scaled: install synthetic_scotland_data transitions_default synthetic_scotland_repl -setup_scotland_scaled_S7: install synthetic_glasgow_data transitions_SIPHER7 synthetic_scotland_repl +setup_scotland_scaled_S7: install synthetic_scotland_data transitions_SIPHER7 synthetic_scotland_repl setup_uk_scaled: install synthetic_uk_data transitions_default synthetic_uk_repl diff --git a/README.md b/README.md index 8a9f467b..67b4333a 100755 --- a/README.md +++ b/README.md @@ -29,12 +29,30 @@ yourproject/ └─ US_spatial_lookup/ ``` -4. Create a ```conda``` environment in which to run *Minos* using the file provided, via the command below, noting that you may additionally specify a different environment than the default (```minos_conda```) using the ```-n/--name=``` flag. Then activate your environment with either ```source activate minos_conda``` or ```conda activate minos_conda```, depending on your system. +4. Create a ```conda``` environment in which to run *Minos* using the file provided, via the command below, noting that you may additionally specify a different environment than the default (```minos_conda```) using the ```-n/--name=``` flag. Then activate your environment with either ```source activate minos_conda``` or ```conda activate minos_conda```, depending on your system. If using arm64 macs see next paragraph. ``` > conda env create -f environment.yml ``` +If you're on an arm64 architecture cpu (M1/M2 macs) it's a good idea use these alternative commands below. +This won't work on Windows. maybe Linux? +The process is pretty much the same but some of the R packages for arm64 aren't on conda forge yet (if ever) so requires +some manual installing. + +``` +# Old intel x86 architecture will work for running MINOS but doesn't behave well when plotting and needs specifying. +CONDA_SUBDIR=osx-64 conda env create -f environment.yml + +# New arm64 architecture alternative minos_conda environment. +CONDA_SUBDIR=osx-arm64 conda env create -f arm64_environment.yml +conda activate minos_conda # activate conda environment. +# Then go into R console and install a couple of packages manually. +R # goes into R console in bash +install.packages("ordinal") +install.packages("pscl") +``` + 5. Navigate to the uppermost *Minos* folder. The following command will install *Minos* and all its dependencies. All replenishing and transition data necessary to run *Minos* will be generated, all of which are derived from the Understanding Society dataset. This may take several minutes. You will then be able to run any of the microsimulation scenarios provided. ```> make setup``` diff --git a/arm64_environment.yml b/arm64_environment.yml new file mode 100644 index 00000000..20722fec --- /dev/null +++ b/arm64_environment.yml @@ -0,0 +1,43 @@ +name: minos_conda +channels: + - conda-forge + - defaults +dependencies: # Added pip and python at top to avoid conda giving grumpy warnings + - pip + - python=3.9 + #- conda-forge::conda- # For alternative method of "conda build ."; required conda-build to be installed + - r-base~=4.1.3 + - r-dplyr + - r-tidyverse + - r-argparse + - r-nnet + - r-sp + - r-texreg + - r-shadowtext + #- r-udunits2 + - pip: # Same packages as were in "requirements.txt" except minos and vivarium, as both installed during "make install" + - rpy2 + - pyyaml>=5.4 + - pytest~=6.0.1 + - pandas~=1.4.1 + - numpy~=1.22.3 + - scikit-learn + - setuptools + - matplotlib + - distutils_pytest + - striprtf + - geojson + - seaborn + - matplotlib + #- geos + #- gdal + #- proj4 + # these are for sphinx only. + - sphinx-rtd-theme + - sphinxcontrib-bibtex + - nbsphinx + - pandoc + - sphinx + - myst-parser + #- vivarium~=0.10.12 # Can install here, but KeyError issue is then missed during "make install" +prefix: diff --git a/config/default.yaml b/config/default.yaml index f583ba3c..5bd8f00a 100755 --- a/config/default.yaml +++ b/config/default.yaml @@ -21,6 +21,7 @@ output_data_dir: "output" transition_dir: 'data/transitions' replenishing_dir: 'data/replenishing' cross_validation: FALSE +synthetic: FALSE # Correct ordering of components is automated in RunPipeline, so can be passed in any order here components : [lmmYJMWB(), Loneliness(), Tobacco(), Neighbourhood(), diff --git a/config/test_config.yaml b/config/test_config.yaml new file mode 100644 index 00000000..6cfe82e1 --- /dev/null +++ b/config/test_config.yaml @@ -0,0 +1,40 @@ +randomness: + key_columns: ['entrance_time', 'age'] +time: + start: {year: 2020, month: 10, day: 15} + end: {year: 2035, month: 10, day: 15} + step_size: 365.25 # Days + num_years: 15 +population: + age_start: 0 + age_end: 100 + +#mortality_file: 'regional_Mortality2011_LEEDS1_2.csv' +#fertility_file: 'regional_Fertility2011_LEEDS1_2.csv' +mortality_file: 'regional_mortality_2011_2061.csv' +fertility_file: 'regional_fertility_2011_2061.csv' + +input_data_dir: "data/final_US" +persistent_data_dir: "persistent_data" +output_data_dir: "output" + +transition_dir: 'data/transitions' +replenishing_dir: 'data/replenishing' +cross_validation: FALSE +synthetic: FALSE + +# Correct ordering of components is automated in RunPipeline, so can be passed in any order here +components : [lmmYJMWB(), Loneliness(), Tobacco(), Neighbourhood(), + Housing(), lmmYJNutrition(), lmmYJIncome(), Education(), + nkidsFertilityAgeSpecificRates(), + Ageing(), Mortality(), + Replenishment()] + +scale_rates: + method: "constant" + constant: + education: 1 + mortality: 1 + fertility: 1 + +is_test: TRUE \ No newline at end of file diff --git a/environment.yml b/environment.yml index cf4e8209..bdb7fbb4 100644 --- a/environment.yml +++ b/environment.yml @@ -18,6 +18,7 @@ dependencies: # Added pip and python at top to avoid conda giving grumpy warning - r-geojsonsf - r-sp - r-texreg + - r-reticulate - r-shadowtext - r-lme4 - r-VGAM @@ -25,6 +26,9 @@ dependencies: # Added pip and python at top to avoid conda giving grumpy warning - r-here - r-scales - r-ggextra + - r-mice + - r-ggridges + - r-gghighlight - pandoc - sphinx - myst-parser @@ -42,6 +46,7 @@ dependencies: # Added pip and python at top to avoid conda giving grumpy warning - geojson - seaborn - matplotlib + #- vivarium~=0.10.12 # Can install here, but KeyError issue is then missed during "make install" - sphinx-rtd-theme - sphinxcontrib-bibtex - nbsphinx diff --git a/minos/data_generation/MICE_imputation.R b/minos/data_generation/MICE_imputation.R new file mode 100644 index 00000000..8889d67e --- /dev/null +++ b/minos/data_generation/MICE_imputation.R @@ -0,0 +1,74 @@ +library(mice) +library(here) +source("minos/utils_datain.R") +source("minos/transitions/utils.R") +main <- function(){ + + do_mice <- F + if (do_mice) { + cached <- TRUE + imp_columns <- c("SF_12", # continuous variables. + "age", + "hh_income", + "yearly_energy", + # discrete variables, + 'sex', + "job_sec", + "education_state", + "S7_labour_state", + "region", + "ethnicity", + "housing_quality", + "housing_tenure", + "job_sector", + "financial_situation", + "nkids_ind", + 'marital_status') + + method <- c('pmm', + 'pmm',#'polr', + 'pmm', + 'pmm', + 'pmm', #'polr', + 'pmm', + 'pmm', + 'pmm', + 'pmm', + 'pmm', + 'pmm', + 'pmm', + 'pmm', + 'pmm', + 'pmm', + 'pmm') + + start.data <- read_raw_data_out(here::here("data/"), "composite_US") + other.data <- start.data[, !names(start.data) %in% imp_columns] + mice.data <- start.data[, c(imp_columns)] + mice.data <- replace.missing(mice.data) + + if (cached) { + mice_set <- readRDS("data/transitions/MICE_set2.rds") + } + else { + data <- cbind(mice.data, other.data) + mice_set <- futuremice(data = data[,imp_columns], method=method, + m = 1, max_iter = 10, + remove.collinear=T) + # add weights, time and pidps back in. + #final.mice.data <- cbind(final.mice.data, other.data) + } + final.mice.data <- complete(mice_set, 1) + print(nrow(final.mice.data)) + print(nrow(other.data)) + final.mice.data <- cbind(final.mice.data, other.data) + + } else { + final.mice.data <- read_raw_data_out(here::here("data/"), "composite_US") + } + create.if.not.exists("data/mice_US") + save_raw_data_in(final.mice.data, "data/mice_US/") +}# + + +main() diff --git a/minos/data_generation/Makefile b/minos/data_generation/Makefile index 441e9863..8d526223 100644 --- a/minos/data_generation/Makefile +++ b/minos/data_generation/Makefile @@ -2,6 +2,9 @@ ### Data Generation ##################################### +GLASGOWSCALEDDATA = $(DATADIR)/scaled_glasgow_US +MICEDATA = $(DATADIR)/mice_US + data: ### Run all four levels of data generation from raw Understanding Society data to imputed data in the correct ### format with composite variables generated data: raw_data adj_raw_data corrected_data composite_data complete_data final_data @@ -39,14 +42,14 @@ inflated_repl: $(DATADIR)/replenishing/inflated/replenishing_pop_2019-2070.csv replenishing_data: ### Produce the replenishing population (MORE NEEDED HERE). replenishing_data: $(DATADIR)/replenishing/replenishing_pop_2019-2070.csv $(TRANSITION_DATA)/education_state/nnet/education_state_2018_2019.rds -scot_replenishing: $(DATADIR)/replenishing/scotland/replenishing_pop_2019-2070.csv $(SCOTDATA)/2019_US_cohort.csv $(TRANSITION_DATA)/education_state/nnet/education_state_2018_2019.rds +# scotland only population by subsetting US data -spatial_data: ### Attach Chris' spatially disaggregated dataset and extract all records for Sheffield, to generate a -### version of the final data to be used in spatial analyses (of Sheffield only) -spatial_data: $(SPATIALDATA)/2020_US_cohort.csv +scot_replenishing: $(DATADIR)/replenishing/scotland/replenishing_pop_2019-2070.csv $(SCOTDATA)/2019_US_cohort.csv $(TRANSITION_DATA)/education_state/nnet/education_state_2018_2019.rds scot_data: $(SCOTDATA)/2020_US_cohort.csv +# cross validation + cv_data: $(FINALDATA)/cross_validation/batch5/2020_US_cohort.csv cv_replenishing: $(DATADIR)/replenishing/cross_validation/replenishing_pop_2019-2070.csv @@ -77,22 +80,22 @@ $(RAWDATA)/2020_US_cohort.csv: $(DATAGEN)/US_format_raw.py $(DATAGEN)/US_utils.p $(ADJRAWDATA)/2020_US_cohort.csv: $(RAWDATA)/2020_US_cohort.csv $(DATAGEN)/fake_council_tax.py $(DATAGEN)/US_utils.py $(PERSISTJSON)/*.json $(PYTHON) $(DATAGEN)/fake_council_tax.py -$(CORRECTDATA)/2020_US_cohort.csv: $(RAWDATA)/2020_US_cohort.csv $(DATAGEN)/US_missing_main.py $(DATAGEN)/US_utils.py $(DATAGEN)/US_missing_deterministic.py $(DATAGEN)/US_missing_LOCF.py $(DATAGEN)/US_missing_description.py $(DATAGEN)/US_missing_data_correction.py $(PERSISTJSON)/*.json +$(CORRECTDATA)/2020_US_cohort.csv: $(RAWDATA)/2020_US_cohort.csv $(ADJRAWDATA)/2020_US_cohort.csv $(DATAGEN)/US_missing_main.py $(DATAGEN)/US_utils.py $(DATAGEN)/US_missing_deterministic.py $(DATAGEN)/US_missing_LOCF.py $(DATAGEN)/US_missing_description.py $(DATAGEN)/US_missing_data_correction.py $(PERSISTJSON)/*.json $(PYTHON) $(DATAGEN)/US_missing_main.py $(COMPOSITEDATA)/2020_US_cohort.csv: $(RAWDATA)/2020_US_cohort.csv $(CORRECTDATA)/2020_US_cohort.csv $(DATAGEN)/US_utils.py $(DATAGEN)/generate_composite_vars.py $(PERSISTJSON)/*.json $(PYTHON) $(DATAGEN)/generate_composite_vars.py -$(COMPLETEDATA)/2020_US_cohort.csv: $(RAWDATA)/2020_US_cohort.csv $(CORRECTDATA)/2020_US_cohort.csv $(COMPOSITEDATA)/2020_US_cohort.csv $(DATAGEN)/US_utils.py $(DATAGEN)/US_complete_case.py $(PERSISTJSON)/*.json +$(MICEDATA)/2020_US_cohort.csv: $(RAWDATA)/2020_US_cohort.csv $(CORRECTDATA)/2020_US_cohort.csv $(COMPOSITEDATA)/2020_US_cohort.csv $(DATAGEN)/US_utils.py $(PERSISTJSON)/*.json + $(RSCRIPT) $(DATAGEN)/MICE_imputation.R + +$(COMPLETEDATA)/2020_US_cohort.csv: $(RAWDATA)/2020_US_cohort.csv $(CORRECTDATA)/2020_US_cohort.csv $(COMPOSITEDATA)/2020_US_cohort.csv $(MICEDATA)/2020_US_cohort.csv $(DATAGEN)/US_utils.py $(DATAGEN)/US_complete_case.py $(PERSISTJSON)/*.json $(PYTHON) $(DATAGEN)/US_complete_case.py -$(FINALDATA)/2020_US_cohort.csv: $(RAWDATA)/2020_US_cohort.csv $(CORRECTDATA)/2020_US_cohort.csv $(COMPOSITEDATA)/2020_US_cohort.csv $(COMPLETEDATA)/2020_US_cohort.csv $(DATAGEN)/US_utils.py $(DATAGEN)/generate_stock_pop.py $(PERSISTJSON)/*.json +$(FINALDATA)/2020_US_cohort.csv: $(RAWDATA)/2020_US_cohort.csv $(CORRECTDATA)/2020_US_cohort.csv $(COMPOSITEDATA)/2020_US_cohort.csv $(MICEDATA)/2020_US_cohort.csv $(COMPLETEDATA)/2020_US_cohort.csv $(DATAGEN)/US_utils.py $(DATAGEN)/generate_stock_pop.py $(PERSISTJSON)/*.json $(PYTHON) $(DATAGEN)/generate_stock_pop.py -$(INFLATEDDATA)/2020_US_cohort.csv: $(FINALDATA)/2020_US_cohort.csv $(DATAGEN)/US_utils.py $(DATAGEN)/weight_inflate_pop.py $(PERSISTJSON)/*.json - $(PYTHON) $(DATAGEN)/weight_inflate_pop.py - -$(DATADIR)/replenishing/replenishing_pop_2019-2070.csv: $(FINALDATA)/2020_US_cohort.csv $(TRANSITION_DATA)/education_state/nnet/education_state_2018_2019.rds $(DATAGEN)/US_utils.py $(DATAGEN)/generate_repl_pop.py $(PERSISTJSON)/*.json $(MODULES)/r_utils.py +$(DATADIR)/replenishing/replenishing_pop_2019-2070.csv: $(RAWDATA)/2020_US_cohort.csv $(CORRECTDATA)/2020_US_cohort.csv $(COMPOSITEDATA)/2020_US_cohort.csv $(COMPLETEDATA)/2020_US_cohort.csv $(FINALDATA)/2020_US_cohort.csv $(TRANSITION_DATA)/education_state/nnet/education_state_2018_2019.rds $(DATAGEN)/US_utils.py $(DATAGEN)/generate_repl_pop.py $(PERSISTJSON)/*.json $(MODULES)/r_utils.py $(PYTHON) $(DATAGEN)/generate_repl_pop.py $(DATADIR)/replenishing/inflated/replenishing_pop_2019-2070.csv: $(INFLATEDDATA)/2020_US_cohort.csv $(TRANSITION_DATA)/education_state/nnet/education_state_2018_2019.rds $(DATAGEN)/US_utils.py $(DATAGEN)/generate_repl_pop.py $(PERSISTJSON)/*.json $(MODULES)/r_utils.py @@ -124,7 +127,7 @@ $(DATADIR)/replenishing/glasgow_scaled/replenishing_pop_2019-2070.csv: $(GLASGOW # synthetic input for glasgow with spatial component. $(SCOTLANDSCALEDDATA)/2020_US_cohort.csv: $(FINALDATA)/2020_US_cohort.csv $(DATAGEN)/US_utils.py $(DATAGEN)/US_household_upscaling.py - $(PYTHON) $(DATAGEN)/US_household_upscaling.py -r 'scotland' -p 100 + $(PYTHON) $(DATAGEN)/US_household_upscaling.py -r 'scotland' -p 10 $(DATADIR)/replenishing/scotland_scaled/replenishing_pop_2019-2070.csv: $(SCOTLANDSCALEDDATA)/2020_US_cohort.csv $(TRANSITION_DATA)/education_state/nnet/education_state_2018_2019.rds $(DATAGEN)/US_utils.py $(DATAGEN)/generate_repl_pop.py $(PERSISTJSON)/*.json $(MODULES)/r_utils.py $(PYTHON) $(DATAGEN)/generate_repl_pop.py --region 'scotland' diff --git a/minos/data_generation/US_complete_case.py b/minos/data_generation/US_complete_case.py index 4ba43f60..7e7a6762 100755 --- a/minos/data_generation/US_complete_case.py +++ b/minos/data_generation/US_complete_case.py @@ -67,19 +67,20 @@ def cut_outliers(df, lower, upper, var): maxyr = US_utils.get_data_maxyr() years = np.arange(2009, maxyr) - file_names = [f"data/composite_US/{item}_US_cohort.csv" for item in years] + #file_names = [f"data/composite_US/{item}_US_cohort.csv" for item in years] + file_names = [f"data/mice_US/{item}_US_cohort.csv" for item in years] data = US_utils.load_multiple_data(file_names) complete_case_vars = ["housing_quality", 'marital_status', 'yearly_energy', "job_sec", - "education_state", 'region', "age", "job_sector", 'financial_situation', #'SF_12', - "housing_tenure", - "nkids_ind"] + "education_state", 'region', "age", "job_sector", 'financial_situation',# 'SF_12', + "housing_tenure", 'hh_income', "nkids_ind", "job_hours"] # many of these # REMOVED: 'job_sector', 'labour_state' - data = complete_case_varlist(data, complete_case_vars) - data = data.loc[~(data['child_ages'].str.contains('-9') == True)] # remove any household with dodgy age chains. + data = complete_case_varlist(data, complete_case_vars) # remove any household with dodgy age chains. + # wierd missing data for child ages. + data = data.loc[~(data['child_ages'].str.contains('-9') == True)] # remove any household with dodgy age chains - # Need to do correction on some variables individually as they are only in the dataset in specific years + # Need to do correction on some variables individually as they are only in the dataset in specific years # doing complete case without the year range taken into account removes the whole years data # make sure its int not float (need to convert NA to 0 for this to work) data = complete_case_custom_years(data, 'loneliness', years=[2017, 2018, 2019, 2020]) diff --git a/minos/data_generation/US_format_raw.py b/minos/data_generation/US_format_raw.py index ea6c58f0..04912921 100755 --- a/minos/data_generation/US_format_raw.py +++ b/minos/data_generation/US_format_raw.py @@ -195,7 +195,10 @@ def format_ukhls_columns(year): """ # TODO probably worth splitting these by dataset source. indresp/hhresp etc. # Converted these into one dict because its annoying to edit two data frames. - attribute_dict = {'birthy': "birth_year", # birth year. + attribute_dict = {#'ben_base4': "universal_income", # receives core benefits (I.E. universal credit/means tested benefits). + # There are dozens of benefits variables in US this seems like + # the simplest and most complete for our purposes. + 'birthy': "birth_year", # birth year. 'cduse5': 'fridge_freezer', # has fridge 'cduse6': 'washing_machine', # has washing machine 'cduse7': 'tumble_dryer', # has tumble dryer @@ -211,6 +214,7 @@ def format_ukhls_columns(year): 'ctband_dv': 'council_tax', # council tax derived. 'dvage': 'age', # age derived. 'fihhmnnet1_dv': 'hh_netinc', # household net income derived + 'houscost1_dv': 'hh_costs', # monthly housing costs 'gor_dv': 'region', # government region 'hheat': 'heating', # household heating 'hidp': 'hidp', # household id @@ -306,6 +310,7 @@ def format_ukhls_columns(year): 'hhsize': 'hhsize', # number of people in household 'tenure_dv': 'housing_tenure', # housing tenure type (owned, rented etc.) 'urban_dv': 'urban', # urban or rural household. + 'benbase4': 'universal_credit', } # Some variables change names halfway through UKHLS. diff --git a/minos/data_generation/US_household_upscaling.py b/minos/data_generation/US_household_upscaling.py index 0c976f65..d500c23d 100644 --- a/minos/data_generation/US_household_upscaling.py +++ b/minos/data_generation/US_household_upscaling.py @@ -57,7 +57,7 @@ def get_data_zones(region): if region == "glasgow":# get glasgow data zones, get Understanding Society data. data_zones = pd.read_csv("persistent_data/spatial_data/glasgow_data_zones.csv")["lsoa11cd"] # glasgow data zone IDs. elif region == "scotland": - data_zones = pd.read_csv("persistent_data/spatial_data/scotland_data_zones.csv")["DZ2011_Code"] + data_zones = pd.read_csv("persistent_data/spatial_data/scotland_data_zones.csv")["LSOA11CD"] data_zones.columns = ['lsoa11cd'] # standardise column name for zone codes. elif region == "manchester": data_zones = pd.read_csv("persistent_data/spatial_data/manchester_lsoas.csv")["lsoa11cd"] @@ -121,7 +121,7 @@ def main(region, percentage = 100, bootstrapping=False, n=100_000): # take subset of sample if desired. defaults to 100% for now. sampled_data = take_synthpop_sample(merged_data, percentage/100) - print(f"Taking {percentage}% of sample giving {sampled_data.shape[0]} rows.") + print(f"Taking {percentage}% of sample with {merged_data.shape[0]} giving {sampled_data.shape[0]} rows.") # merge with spatial_attributes # get simd_deciles diff --git a/minos/data_generation/US_missing_LOCF.py b/minos/data_generation/US_missing_LOCF.py index 14db118c..f9de3271 100755 --- a/minos/data_generation/US_missing_LOCF.py +++ b/minos/data_generation/US_missing_LOCF.py @@ -244,7 +244,7 @@ def main(data, save=False): # note columns can be forward and back filled for immutables like ethnicity. f_columns = ['education_state', 'labour_state_raw', 'job_sec', 'heating', 'ethnicity', 'sex', 'birth_year', 'yearly_gas', 'yearly_electric', 'yearly_gas_electric', 'yearly_oil', 'yearly_other_fuel', 'smoker', - 'nkids_ind_raw'] # 'ncigs', 'ndrinks'] + 'nkids_ind_raw', 'universal_credit'] # 'ncigs', 'ndrinks'] fb_columns = ["sex", "ethnicity", "birth_year"] # or here if they're immutable. mf_columns = ['education_state', 'nkids_ind_raw'] li_columns = ["age"] diff --git a/minos/data_generation/US_missing_deterministic.py b/minos/data_generation/US_missing_deterministic.py index cac6b596..b0bee6f8 100644 --- a/minos/data_generation/US_missing_deterministic.py +++ b/minos/data_generation/US_missing_deterministic.py @@ -111,6 +111,9 @@ def doesnt_smoke(data): def inapplicable_job_sector(data): return data['job_sector'] == -8 +def inapplicable_job_hours(data): + return data['job_hours'] == -8 + def inapplicable_number_of_children(data): return data['nkids_ind_raw'] == -8 @@ -135,6 +138,7 @@ def main(data): # anyone who has job_sector == -8 (inapplicable) should be forced to 0 data = det_missing(data, ['job_sector'], inapplicable_job_sector, force_zero) data = det_missing(data, ['nkids_ind_raw'], inapplicable_number_of_children, force_zero) + data = det_missing(data, ['job_hours'], inapplicable_job_hours, force_zero) # table of missing values by row/column after correction. print("After removing deterministically missing values.") diff --git a/minos/data_generation/US_missing_main.py b/minos/data_generation/US_missing_main.py index 856145d1..09b5e99d 100755 --- a/minos/data_generation/US_missing_main.py +++ b/minos/data_generation/US_missing_main.py @@ -40,14 +40,18 @@ def main(output_dir): years = np.arange(1991, maxyr) # need the full range of US data for locf imputation. save_years = np.arange(2009, maxyr) # only saving UKHLS data after 2009. - file_names = [f"data/raw_US/{item}_US_cohort.csv" for item in years] + file_names = [f"data/adj_raw_US/{item}_US_cohort.csv" for item in years] data = US_utils.load_multiple_data(file_names) - data = add_nobs_column(data) - data = US_utils.restrict_chains(data, 2) # grab people with two or more obs. + #data = add_nobs_column(data) + #data = US_utils.restrict_chains(data, 2) # grab people with two or more obs. # missingness table simply counts number of missing data entries in entire data frame. print("Raw data before correction") + + # Correct deterministically missing data due to unemployment. see US_missing_deterministic.py + data = USmd.main(data) + # Last observation carried forwards (LOCF) interpolation of variables only recorded when changed. data = US_missing_LOCF.main(data) diff --git a/minos/data_generation/generate_composite_vars.py b/minos/data_generation/generate_composite_vars.py index dd81c145..ecdd148a 100755 --- a/minos/data_generation/generate_composite_vars.py +++ b/minos/data_generation/generate_composite_vars.py @@ -195,11 +195,14 @@ def generate_hh_income(data): print('Generating household income...') # first calculate outgoings (set to 0 if missing (i.e. if negative)) - data["hh_rent"][data["hh_rent"] < 0] = 0 - data["hh_mortgage"][data["hh_mortgage"] < 0] = 0 - data["council_tax"][data["council_tax"] < 0] = 0 - data["outgoings"] = -9 - data["outgoings"] = data["hh_rent"] + data["hh_mortgage"] + data["council_tax"] + # data["hh_rent"][data["hh_rent"] < 0] = 0 + # data["hh_mortgage"][data["hh_mortgage"] < 0] = 0 + # data["council_tax_draw"][data["council_tax_draw"] < 0] = 0 + + data["outgoings"] = 0 + data["outgoings"][data['hh_costs'] >= 0] += data["hh_costs"] + data["outgoings"][data['council_tax_draw'] >= 0] += data["council_tax_draw"] / 12 # council tax is yearly so divide by 12 for monthly reduction in income + data['outgoings'][(data['hh_costs'] < 0) & (data['council_tax_draw'] < 0)] = -9 # Now calculate hh income before adjusting for inflation data["hh_income"] = -9 @@ -208,8 +211,14 @@ def generate_hh_income(data): # Adjust hh income for inflation data = US_utils.inflation_adjustment(data, "hh_income") + # put back any missing that were mistakenly adjusted for inflation + data['hh_income'][(data['hh_netinc'] == -9) | + (data['outgoings'] == -9) | + (data['oecd_equiv'] == -9)] = -9 + # now drop the intermediates - data.drop(labels=['hh_rent', 'hh_mortgage', 'council_tax', 'outgoings', 'hh_netinc', 'oecd_equiv'], + data.drop(labels=['hh_rent', 'hh_mortgage', 'council_tax', 'outgoings', 'hh_netinc', 'oecd_equiv', + 'council_tax_draw', 'council_tax_upper', 'council_tax_lower', 'hh_costs'], axis=1, inplace=True) @@ -550,6 +559,9 @@ def generate_energy_composite(data): axis=1, inplace=True) # everyone else in this composite doesn't know or refuses to answer so are omitted. + + #put everyone's energy usage to match the maximum in the household. + data['yearly_energy'] = data.groupby(['hidp'])['yearly_energy'].transform(max) return data @@ -957,7 +969,7 @@ def calculate_children(data, def generate_difference_variables(data): # creating difference in hh income for lmm difference models. data = data.sort_values(by=['time']) - diff_columns = ["hh_income", "SF_12", "nutrition_quality"] + diff_columns = ["hh_income", "SF_12", "nutrition_quality", "job_hours", "hourly_wage"] diff_column_names = [item + "_diff" for item in diff_columns] data[diff_column_names] = data.groupby(["pidp"])[diff_columns].diff().fillna(0) data['nutrition_quality_diff'] = data['nutrition_quality_diff'].astype(int) @@ -990,6 +1002,9 @@ def main(): data = calculate_children(data) # total number of biological children data = generate_difference_variables(data) # difference variables for longitudinal/difference models. + data['old_pidp'] = data['pidp'] + data['old_hidp'] = data['hidp'] + print('Finished composite generation. Saving data...') US_utils.save_multiple_files(data, years, "data/composite_US/", "") diff --git a/minos/data_generation/generate_repl_pop.py b/minos/data_generation/generate_repl_pop.py index 56245859..24d70a16 100755 --- a/minos/data_generation/generate_repl_pop.py +++ b/minos/data_generation/generate_repl_pop.py @@ -23,7 +23,7 @@ import US_utils from minos.modules import r_utils - +from uuid import uuid4 # suppressing a warning that isn't a problem pd.options.mode.chained_assignment = None # default='warn' #supress SettingWithCopyWarning @@ -66,13 +66,13 @@ def expand_repl(US_2018, region): # now update Date variable (just use US_utils function new_repl = US_utils.generate_interview_date_var(new_repl) # adjust pidp to ensure unique values (have checked this and made sure this will never give us a duplicate) - # new_repl['pidp'] = new_repl['pidp'] + year + 1000000 + 2*new_repl.index + # new_repl['pidp'] = new_repl['pidp'] + year + 1000000 - new_repl.index # Universally unique identifier uuid seems like the simplest way to generate unique random numbers # in python. Developed in the 80s such that odds of repeat values is astronomical. # https://stackoverflow.com/questions/3530294/how-to-generate-unique-64-bits-integers-from-python # bit shifting makes number that only relies on clock to improve uniqueness but less random. - new_repl['pidp'] = new_repl['pidp'].apply(lambda _: uuid4().int % 10e12) + new_repl['pidp'] = new_repl['pidp'].apply(lambda _: uuid4().int % 10e24) # [(uuid4().int % 10e12) for _ in range(len(new_repl.index))] # print(f"There are {len(new_repl)} people in the replenishing population in year {year}.") diff --git a/minos/data_generation/mice_visualisation.R b/minos/data_generation/mice_visualisation.R new file mode 100644 index 00000000..9b84b474 --- /dev/null +++ b/minos/data_generation/mice_visualisation.R @@ -0,0 +1,116 @@ +library(VIM) +library(ggmice) +library(here) +library(dplyr) +library(ggplot2) +library(viridis) +library(tidyr) + +source("minos/utils_datain.R") +source("minos/transitions/utils.R") + + +categorical_missing_different_plot <- function(data, v1, v2) { + plot.data <- data %>% + mutate(is_missing = factor(is.na(!!sym(v1)), labels = c("observed height", "missing height"))) %>% + group_by(is_missing, !!sym(v2)) %>% + summarise(count = n()) %>% + drop_na() %>% + mutate(perc = count/sum(count)) + + categorical_lonely_sf12_plot <- ggmice(plot.data, aes(x=!!sym(v2), y=perc)) + + geom_bar(aes(fill=factor(loneliness), color='black'), stat='identity') + + facet_wrap(~ is_missing) + ggsave(paste("plots/", v1, "_vs_", v2, "_missing_dist.pdf")) +} + +main <- function() { + +# load in all post LOCFcorrected data? maybe composite? +# MICE impuation from notebook +# save to individual waves. +# get composite/complete case this data instead. I.E. slot into current pipeline and makes. +start.data <- read.csv("data/composite_US/2020_US_cohort.csv") + + mice_columns <- c("age", + "region", + #"heating", + "job_sec", + "ncigs", + "education_state", + "ethnicity", + "loneliness", + "sex", + "SF_12", + #"SF_12p", + #"smoker", + "nkids", + "behind_on_bills", + "financial_situation", + "future_financial_situation", + "likely_move", + "ghq_depression", + "ghq_happiness", + "clinical_depression", + "scsf1", + "health_limits_social", + #"hhsize", + #"housing_tenure", + #"urban", + "housing_quality", + "hh_income", + "neighbourhood_safety", + "S7_labour_state", + "yearly_energy", + "nutrition_quality" + #"hh_comp", + #"marital_status" + ) + + key_columns <- c("age", + "region", + #"heating", + "ncigs", + "education_state", + "ethnicity", + #"loneliness", + "sex", + "SF_12", + #"SF_12p", + #"hhsize", + "housing_tenure", + "housing_quality", + "hh_income", + "neighbourhood_safety", + "S7_labour_state", + #"yearly_energy", + "nutrition_quality", + "hh_comp", + "marital_status" + ) + + #other.data <- start.data[, !names(start.data) %in% mice_columns] + #mice.data <- start.data[, c(mice_columns)] + mice.data <- replace.missing(start.data) + mice.data <- mice.data[, key_columns] + + pdf("plots/ssm_key_variable_missing_structure.pdf") + aggr(mice.data, cex.axis = .7, oma = c(10,5,5,0)) + dev.off() + + #spineMiss(mice.data[, c("SF_12", "loneliness")]) + + # shows a few correlations. + # wrt loneliness only sf-12 and marital status. + # + correlation_plot <- plot_corr(mice.data) + + scale_fill_continuous_diverging(palette="Tropic", mid=0) + + theme(axis.text.x = element_text(angle = 90, vjust = 0.5, hjust=1)) + ggsave("plots/correlation_plot.pdf") + + categorical_missing_different_plot(mice.data, "marital_status", "loneliness") + categorical_missing_different_plot(mice.data, "SF_12", "loneliness") + +} + +main() \ No newline at end of file diff --git a/minos/minosPipeline/RunPipeline.py b/minos/minosPipeline/RunPipeline.py index 12286710..91ec9ae5 100755 --- a/minos/minosPipeline/RunPipeline.py +++ b/minos/minosPipeline/RunPipeline.py @@ -40,11 +40,12 @@ from minos.modules.heating import Heating from minos.modules.financial_situation import financialSituation -from minos.modules.intervention import hhIncomeIntervention +from minos.modules.intervention import hhIncomeIntervention, childUplift from minos.modules.intervention import hhIncomeChildUplift from minos.modules.intervention import hhIncomePovertyLineChildUplift from minos.modules.intervention import livingWageIntervention -from minos.modules.intervention import energyDownlift, energyDownliftNoSupport +from minos.modules.intervention import energyDownlift, energyPriceCapGuarantee, energyBillSupportScheme, energyDownliftNoSupport +from minos.modules.intervention import ChildPovertyReductionRANDOM, ChildPovertyReductionSUSTAIN # for viz. from minos.outcomes.minos_distribution_visualisation import * @@ -82,6 +83,7 @@ "FertilityAgeSpecificRates()": FertilityAgeSpecificRates(), "Mortality()": Mortality(), "Education()": Education(), + "Ageing()": Ageing(), } SIPHER7_components_map = { # SIPHER7 stuff @@ -93,16 +95,86 @@ "S7EquivalentIncome()": S7EquivalentIncome() } -intervention_components_map = { # Interventions + +intervention_components_map = { #Interventions "hhIncomeIntervention": hhIncomeIntervention(), "hhIncomeChildUplift": hhIncomeChildUplift(), "hhIncomePovertyLineChildUplift": hhIncomePovertyLineChildUplift(), "livingWageIntervention": livingWageIntervention(), "energyDownlift": energyDownlift(), "energyDownliftNoSupport": energyDownliftNoSupport(), - "Ageing()": Ageing(), + + "EPCG": energyPriceCapGuarantee(), + "EBSS": energyBillSupportScheme(), + + "25All": childUplift(), + "50All": childUplift(), + "75All": childUplift(), + "100All": childUplift(), + + "25RelativePoverty": childUplift(), + "50RelativePoverty": childUplift(), + "75RelativePoverty": childUplift(), + "100RelativePoverty": childUplift(), + + "10UniversalCredit": childUplift(), + "20UniversalCredit": childUplift(), + "25UniversalCredit": childUplift(), + "30UniversalCredit": childUplift(), + "35UniversalCredit": childUplift(), + "40UniversalCredit": childUplift(), + "45UniversalCredit": childUplift(), + "50UniversalCredit": childUplift(), + "60UniversalCredit": childUplift(), + "70UniversalCredit": childUplift(), + "75UniversalCredit": childUplift(), + "80UniversalCredit": childUplift(), + "90UniversalCredit": childUplift(), + "100UniversalCredit": childUplift(), + + "25Priority": childUplift(), + "50Priority": childUplift(), + "75Priority": childUplift(), + "100Priority": childUplift(), + + "ChildPovertyReductionRANDOM": ChildPovertyReductionRANDOM(), + "ChildPovertyReductionSUSTAIN": ChildPovertyReductionSUSTAIN(), +} + + +intervention_kwargs_dict = { + "25All": {"uplift_amount": 25, "uplift_condition": "who_kids"}, + "50All": {"uplift_amount": 50, "uplift_condition": "who_kids"}, + "75All": {"uplift_amount": 50, "uplift_condition": "who_kids"}, + "100All": {"uplift_amount": 50, "uplift_condition": "who_kids"}, + + "25RelativePoverty": {"uplift_amount": 25, "uplift_condition": "who_below_poverty_line_and_kids"}, + "50RelativePoverty": {"uplift_amount": 50, "uplift_condition": "who_below_poverty_line_and_kids"}, + "75RelativePoverty": {"uplift_amount": 75, "uplift_condition": "who_below_poverty_line_and_kids"}, + "100RelativePoverty": {"uplift_amount": 100, "uplift_condition": "who_below_poverty_line_and_kids"}, + + "10UniversalCredit": {"uplift_amount": 10, "uplift_condition": "who_universal_credit_and_kids"}, + "20UniversalCredit": {"uplift_amount": 20, "uplift_condition": "who_universal_credit_and_kids"}, + "25UniversalCredit": {"uplift_amount": 25, "uplift_condition": "who_universal_credit_and_kids"}, + "30UniversalCredit": {"uplift_amount": 30, "uplift_condition": "who_universal_credit_and_kids"}, + "35UniversalCredit": {"uplift_amount": 35, "uplift_condition": "who_universal_credit_and_kids"}, + "40UniversalCredit": {"uplift_amount": 40, "uplift_condition": "who_universal_credit_and_kids"}, + "45UniversalCredit": {"uplift_amount": 45, "uplift_condition": "who_universal_credit_and_kids"}, + "50UniversalCredit": {"uplift_amount": 50, "uplift_condition": "who_universal_credit_and_kids"}, + "60UniversalCredit": {"uplift_amount": 60, "uplift_condition": "who_universal_credit_and_kids"}, + "70UniversalCredit": {"uplift_amount": 70, "uplift_condition": "who_universal_credit_and_kids"}, + "75UniversalCredit": {"uplift_amount": 75, "uplift_condition": "who_universal_credit_and_kids"}, + "80UniversalCredit": {"uplift_amount": 80, "uplift_condition": "who_universal_credit_and_kids"}, + "90UniversalCredit": {"uplift_amount": 90, "uplift_condition": "who_universal_credit_and_kids"}, + "100UniversalCredit": {"uplift_amount": 100, "uplift_condition": "who_universal_credit_and_kids"}, + + "25Priority": {"uplift_amount": 25, "uplift_condition": "who_vulnerable_subgroups"}, + "50Priority": {"uplift_amount": 50, "uplift_condition": "who_vulnerable_subgroups"}, + "75Priority": {"uplift_amount": 75, "uplift_condition": "who_vulnerable_subgroups"}, + "100Priority": {"uplift_amount": 100, "uplift_condition": "who_vulnerable_subgroups"}, } + replenishment_components_map = { "Replenishment()": Replenishment(), "NoReplenishment()": NoReplenishment(), @@ -110,7 +182,6 @@ "ReplenishmentScotland()": ReplenishmentScotland(), } - # HR 31/07/23 Updated priorities based on recent development # Order should be (see https://github.com/Leeds-MRG/Minos/pull/259): # 1. Replenishment @@ -122,7 +193,7 @@ def get_priorities(): all_components_map = components_map | SIPHER7_components_map | intervention_components_map | replenishment_components_map component_priorities = {} component_priorities.update({el:0 for el in replenishment_components_map}) - component_priorities.update({el:1 for el in ["FertilityAgeSpecificRates()", + component_priorities.update({el:1 for el in ["Ageing()", "FertilityAgeSpecificRates()", "nkidsFertilityAgeSpecificRates()"]}) component_priorities.update({el:2 for el in ["Mortality()"]}) component_priorities.update({el:3 for el in ['Income', 'geeIncome', 'geeYJIncome', 'lmmDiffIncome', 'lmmYJIncome']}) # New income-based components to be added here @@ -176,6 +247,7 @@ def validate_components(config_components, intervention): component_list: list List of component module classes. """ + component_list = [] replenishment_component = [] print("Initial components list:", config_components) @@ -199,8 +271,11 @@ def validate_components(config_components, intervention): component_list.append(intervention_components_map[intervention]) component_list += replenishment_component # make sure replenishment component goes LAST. intervention goes second to last. - print("Final components list:", component_list) - return component_list + + intervention_kwargs = {} # default to em + if intervention in intervention_kwargs_dict.keys(): + intervention_kwargs = intervention_kwargs_dict[intervention] + return component_list, intervention_kwargs def type_check(data): @@ -243,8 +318,8 @@ def RunPipeline(config, intervention=None): # Check each of the modules is present. # Replenishment always go last. (first in sim) - # components = validate_components(config['components'], intervention) - components = validate_and_sort_components(config['components'], intervention) + components, intervention_kwargs = validate_components(config['components'], intervention) + config.update({'intervention_parameters': intervention_kwargs}) #add dict of intervention kwargs to config. # Initiate vivarium simulation object but DO NOT setup yet. simulation = InteractiveContext(components=components, @@ -361,10 +436,10 @@ def get_output_data_filename(config, year=0): # Add experiment parameters to output file name if present if 'run_ID' in config.keys(): print(config.run_ID) - output_data_filename += str(config.run_ID).zfill(4) + '_' # pad with zeros so files are saved in correct order. + output_data_filename += str(config.run_ID).zfill(4) + '_' # pad with zeros so files are saved in correct order. output_data_filename += str(config.run_ID_names) + '_' # Now add year to output file name output_data_filename += f"{config.time.start.year + year}.csv" - return(output_data_filename) \ No newline at end of file + return output_data_filename diff --git a/minos/modules/add_new_birth_cohorts.py b/minos/modules/add_new_birth_cohorts.py index 1e17314a..94d58d12 100755 --- a/minos/modules/add_new_birth_cohorts.py +++ b/minos/modules/add_new_birth_cohorts.py @@ -328,6 +328,10 @@ def on_time_step(self, event): population.loc[who_had_children_households, 'has_newborn'] = True population.loc[who_had_children_households, 'child_ages'] = population.loc[who_had_children_households, 'child_ages'].apply(lambda x: self.add_new_child_to_chain(x)) # add new child to children ages chain. + population['has_newborn'] = False + population.loc[who_had_children_households, 'has_newborn'] = True + self.population_view.update(population[['has_newborn']]) + # 2. Find individuals who have had children by pidp and increment nkids_ind by 1 #TODO future differentiation within a household of which kids belong to who in child age chains. who_had_children_individuals = population.loc[had_children, 'pidp'].index diff --git a/minos/modules/ageing.py b/minos/modules/ageing.py index f0f178a6..dacb056c 100644 --- a/minos/modules/ageing.py +++ b/minos/modules/ageing.py @@ -59,6 +59,9 @@ def on_time_step(self, event): # update new population. logging.info(f"Aged population to year {event.time.year}") + + #if type(population['nkids'][0]) == float: + population['nkids'] = population['nkids'].astype(float) self.population_view.update(population[['age', 'time', 'child_ages', 'nkids']]) @@ -76,7 +79,6 @@ def update_child_ages(self, pop): pop['age_nkids_tuple'] = pop['child_ages'].apply(lambda x: self.increment_age_chains(x)) #pd.DataFrame(.to_list(), index=pop.index) pop[['child_ages', 'nkids']] = pop['age_nkids_tuple'].tolist() - pop['nkids'] = pop['nkids'].astype(float) return pop def increment_age_chains(self, age_chain): diff --git a/minos/modules/income.py b/minos/modules/income.py index 8ad368d3..9e8d24af 100755 --- a/minos/modules/income.py +++ b/minos/modules/income.py @@ -66,6 +66,9 @@ def setup(self, builder): 'education_state', 'SF_12', 'housing_quality', + 'job_sector', + 'hh_income_diff', + 'universal_credit', 'job_sector'] # view_columns += self.transition_model.rx2('model').names self.population_view = builder.population.get_view(columns=view_columns) @@ -235,7 +238,7 @@ def setup(self, builder): 'region', 'hh_income', 'job_sec', - 'labour_state', + 'S7_labour_state', 'education_state', 'SF_12', 'housing_quality', @@ -593,25 +596,31 @@ def setup(self, builder): # 'region', # 'hh_income', # 'job_sec', - # #'labour_state', + # 'S7_labour_state', # 'education_state', # 'SF_12', # 'weight', # #'housing_quality', # 'job_sector'] - view_columns = ["age", - "sex", - "ethnicity", - "region", - "education_state", - 'job_sec', - 'SF_12', - 'pidp', - 'hh_income', - 'hh_income_diff' - ] - - + view_columns = [ + 'hh_income', + 'age', + 'sex', + 'ethnicity', + 'region', + 'education_state', + 'job_sec', + 'S7_labour_state', + #'job_sector', + 'time', + 'pidp', + 'hidp', + 'weight', + #'weight', + 'SF_12', + 'hh_income_diff', + 'old_pidp' + ] #columns_created = ['hh_income_diff'] # view_columns += self.transition_model.rx2('model').names self.population_view = builder.population.get_view(columns=view_columns)# + columns_created) @@ -665,23 +674,36 @@ def on_time_step(self, event): pop = self.population_view.get(event.index, query="alive =='alive'") #pop = pop.sort_values('pidp') self.year = event.time.year - pop['hh_income_new'] = pop['hh_income'] + pop['hh_income_current'] = pop['hh_income'] ## Predict next income value newWaveIncome = pd.DataFrame(columns=['hh_income']) newWaveIncome['hh_income'] = self.calculate_income(pop) newWaveIncome.index = pop.index - - newWaveIncome['hh_income_diff'] = newWaveIncome['hh_income'] - pop['hh_income'] - income_mean = np.mean(newWaveIncome["hh_income"]) - std_ratio = (np.std(pop['hh_income'])/np.std(newWaveIncome["hh_income"])) - newWaveIncome["hh_income"] *= std_ratio - newWaveIncome["hh_income"] -= ((std_ratio-1)*income_mean) + #income_mean = np.nanmedian(newWaveIncome["hh_income"]) + #std_ratio = (np.std(pop['hh_income'])/np.std(newWaveIncome["hh_income"])) + #newWaveIncome["hh_income"] *= std_ratio + #newWaveIncome["hh_income"] -= ((std_ratio-1)*income_mean) #newWaveIncome["hh_income"] -= 75 # #newWaveIncome['hh_income'] += self.generate_gaussian_noise(pop.index, 0, 1000) #print(std_ratio) # Draw individuals next states randomly from this distribution. # Update population with new income #print("income", np.mean(newWaveIncome['hh_income'])) + # Household income is a household level measure, despite this we predict it for each individual + # because of this, we need to ensure that all members of a household have the same value after prediction. + # To this end, I'm going to take one random member of each household and fix everybody else in the house to + # this value + newWaveIncome['hidp'] = pop['hidp'] + #random_income_within_household = newWaveIncome.groupby('hidp').apply( + # lambda x: x.sample(1)).reset_index(drop=True) # take sample of 1 within each hidp + #newWaveIncome['hh_income'] = newWaveIncome['hidp'].map( + # random_income_within_household.set_index('hidp')['hh_income']) # map hh_income to each member of house + #newWaveIncome['hh_income'] = newWaveIncome.groupby('hidp')['hh_income'].transform('mean') + newWaveIncome['hh_income'] = newWaveIncome.groupby('hidp')['hh_income'].transform(np.mean) + + print(np.median(newWaveIncome['hh_income'])) + # Finally calculate diff + newWaveIncome['hh_income_diff'] = newWaveIncome['hh_income'] - pop['hh_income'] self.population_view.update(newWaveIncome[['hh_income', 'hh_income_diff']]) def calculate_income(self, pop): @@ -703,7 +725,7 @@ def calculate_income(self, pop): dependent='hh_income_new', yeo_johnson = True, reflect=False, - noise_std= 0.175)#0.45 for yj. 100? for non yj. + noise_std= 0.3)#0.175)#0.175 for yj. # get new hh income diffs and update them into history_data. #self.update_history_dataframe(pop, self.year-1) #new_history_data = self.history_data.loc[self.history_data['time']==self.year].index # who in current_year diff --git a/minos/modules/intervention.py b/minos/modules/intervention.py index f4cc79cb..68bb8278 100755 --- a/minos/modules/intervention.py +++ b/minos/modules/intervention.py @@ -1,4 +1,7 @@ -"""Module for applying any interventions to the base population from replenishment.""" +""" +Module for applying any interventions to the base population from replenishment. +""" + import itertools import sys import pandas as pd @@ -7,6 +10,106 @@ import logging from minos.modules.base_module import Base +from minos.outcomes.aggregate_subset_functions import dynamic_subset_function + +def get_monthly_boost_amount(data, boost_amount): + """Calculate monthly uplift for eligible households. number of children * 30.436875/7 weeks * boost amount + """ + return boost_amount * 30.436875 * data['nkids'] / 7 + +class childUplift(): + + @property + def name(self): + return "child_uplift" + + def __repr__(self): + return "childUplift()" + + def pre_setup(self, config, simulation): + self.uplift_condition = config['intervention_parameters']['uplift_condition'] + self.uplift_amount = config['intervention_parameters']['uplift_amount'] + print(f"Running child uplift with condition {self.uplift_condition} and uplift amount {self.uplift_amount}.") + return simulation + + def setup(self, builder): + """ Initialise the module during simulation.setup(). + + Notes + ----- + - Load in data from pre_setup + - Register any value producers/modifiers for death rate + - Add required columns to population data frame + - Add listener event to check if people die on each time step. + - Update other required items such as randomness stream. + + Parameter + ---------- + builder : vivarium.engine.Builder + Vivarium's control object. Stores all simulation metadata and allows modules to use it. + + """ + + # Determine which subset of the main population is used in this module. + # columns_created is the columns created by this module. + # view_columns is the columns from the main population used in this module. essentially what is needed for + # transition models and any outputs. + view_columns = ["hh_income", + 'nkids', + 'alive', + 'universal_credit', + 'hidp', + "S7_labour_state", + "marital_status", + 'age', + 'ethnicity'] + columns_created = ["income_boosted", "boost_amount"] + self.population_view = builder.population.get_view(columns=view_columns + columns_created) + + # Population initialiser. When new individuals are added to the microsimulation a constructer is called for each + # module. Declare what constructer is used. usually on_initialize_simulants method is called. Inidividuals are + # created at the start of a model "setup" or after some deterministic (add cohorts) or random (births) event. + builder.population.initializes_simulants(self.on_initialize_simulants, + creates_columns=columns_created) + + # Declare events in the module. At what times do individuals transition states from this module. E.g. when does + # individual graduate in an education module. + builder.event.register_listener("time_step", self.on_time_step, priority=4) + + def on_initialize_simulants(self, pop_data): + pop_update = pd.DataFrame({'income_boosted': False, + 'boost_amount': 0.}, + index=pop_data.index) + self.population_view.update(pop_update) + + def on_time_step(self, event): + + logging.info("INTERVENTION:") + logging.info(f"\tApplying effects of the hh_income child uplift intervention in year {event.time.year}...") + + pop = self.population_view.get(event.index, query="alive =='alive'") + # print(np.mean(pop['hh_income'])) # for debugging purposes. + # TODO probably a faster way to do this than resetting the whole column. + if self.uplift_condition == "who_below_poverty_line_and_kids": + pop['hh_income'] -= pop['boost_amount'] # reset boost if people move out of bottom decile. only do this for relative poverty uplift. + else: + pop['income_boosted'] = False + uplifted_households = np.unique(dynamic_subset_function(pop, self.uplift_condition)['hidp']) + pop.loc[pop['hidp'].isin(uplifted_households) ,'income_boosted'] = True # set everyone who satisfies uplift condition to true. + pop['boost_amount'] = pop['income_boosted'] * get_monthly_boost_amount(pop, self.uplift_amount) # £25 per week * 30.463/7 weeks per average month * nkids. + #pop['income_boosted'] = (pop['boost_amount'] != 0) + pop['hh_income'] += pop['boost_amount'] + # print(np.mean(pop['hh_income'])) # for debugging. + # TODO some kind of heterogeneity for people in the same household..? general inclusion of houshold compositon. + self.population_view.update(pop[['hh_income', 'income_boosted', 'boost_amount']]) + + logging.info(f"\tNumber of people uplifted: {sum(pop['income_boosted'])}") + logging.info(f"\t...which is {(sum(pop['income_boosted']) / len(pop)) * 100}% of the total population.") + logging.info(f"\tTotal boost amount: {pop['boost_amount'].sum()}") + logging.info(f"\tMean boost amount: {pop['boost_amount'][pop['income_boosted']].mean()}") + + + class hhIncomeIntervention(): @property @@ -79,7 +182,7 @@ def setup(self, builder): # columns_created is the columns created by this module. # view_columns is the columns from the main population used in this module. essentially what is needed for # transition models and any outputs. - view_columns = ["hh_income"] + view_columns = ["hh_income", 'hidp'] columns_created = ["income_boosted", 'boost_amount'] self.population_view = builder.population.get_view(columns=view_columns + columns_created) @@ -158,7 +261,7 @@ def setup(self, builder): # columns_created is the columns created by this module. # view_columns is the columns from the main population used in this module. essentially what is needed for # transition models and any outputs. - view_columns = ["hh_income", 'nkids'] + view_columns = ["hh_income", 'nkids', 'hidp'] columns_created = ["income_boosted", "boost_amount"] self.population_view = builder.population.get_view(columns=view_columns + columns_created) @@ -179,17 +282,16 @@ def on_initialize_simulants(self, pop_data): self.population_view.update(pop_update) def on_time_step(self, event): - logging.info("INTERVENTION:") logging.info(f"\tApplying effects of the hh_income child uplift intervention in year {event.time.year}...") pop = self.population_view.get(event.index, query="alive =='alive'") # print(np.mean(pop['hh_income'])) # for debugging purposes. # TODO probably a faster way to do this than resetting the whole column. - #pop['hh_income'] -= pop['boost_amount'] # reset boost if people move out of bottom decile. - # reset boost amount to 0 before calculating next uplift - pop['boost_amount'] = 0 - pop['boost_amount'] = (25 * 30.436875 * pop['nkids'] / 7) # £25 per week * 30.463/7 weeks per average month * nkids. + # pop['hh_income'] -= pop['boost_amount'] # reset boost if people move out of bottom decile. + # pop['boost_amount'] = 0 + pop['boost_amount'] = ( + 25 * 30.436875 * pop['nkids'] / 7) # £25 per week * 30.463/7 weeks per average month * nkids. pop['income_boosted'] = (pop['boost_amount'] != 0) pop['hh_income'] += pop['boost_amount'] # print(np.mean(pop['hh_income'])) # for debugging. @@ -250,27 +352,27 @@ def setup(self, builder): builder.event.register_listener("time_step", self.on_time_step, priority=4) def on_initialize_simulants(self, pop_data): - pop_update = pd.DataFrame({'income_boosted': False, # who boosted? - 'boost_amount': 0.}, # hh income boosted by how much? + pop_update = pd.DataFrame({'income_boosted': False, # who boosted? + 'boost_amount': 0.}, # hh income boosted by how much? index=pop_data.index) self.population_view.update(pop_update) def on_time_step(self, event): - logging.info("INTERVENTION:") - logging.info(f"\tApplying effects of the hh_income poverty line child uplift intervention in year {event.time.year}...") + logging.info( + f"\tApplying effects of the hh_income poverty line child uplift intervention in year {event.time.year}...") pop = self.population_view.get(event.index, query="alive =='alive'") # TODO probably a faster way to do this than resetting the whole column. - #pop['hh_income'] -= pop['boost_amount'] - # reset boost amount to 0 before calculating next uplift - pop['boost_amount'] = 0 + # pop['hh_income'] -= pop['boost_amount'] + # pop['boost_amount'] = 0 # Poverty is defined as having (equivalised) disposable hh income <= 60% of national median. # About £800 as of 2020 + adjustment for inflation. # Subset everyone who is under poverty line. # TODO sheffield median not necessarily national average. need some work to store national macro estimates from somewhere? - who_uplifted = (pop['hh_income'] <= np.nanmedian(pop['hh_income']) * 0.6) # - pop['boost_amount'] = (who_uplifted * 25 * 30.436875 / 7) # £20 per child per week uplift for everyone under poverty line. + who_uplifted = (pop['hh_income'] <= np.nanmedian(pop['hh_income']) * 0.6) # + pop['boost_amount'] = ( + who_uplifted * 25 * 30.436875 / 7) # £20 per child per week uplift for everyone under poverty line. # pop['income_deciles'] = pd.qcut(pop["hh_income"], int(100/self.prop), labels=False) pop['income_boosted'] = who_uplifted @@ -314,7 +416,7 @@ def setup(self, builder): # columns_created is the columns created by this module. # view_columns is the columns from the main population used in this module. essentially what is needed for # transition models and any outputs. - view_columns = ['hh_income', 'hourly_wage', 'job_hours', 'region', 'sex', 'ethnicity', 'alive', 'job_sector'] + view_columns = ['hh_income', 'hourly_wage', 'job_hours', 'region', 'sex', 'ethnicity', 'alive', 'job_sector', "hidp", "age"] columns_created = ["income_boosted", 'boost_amount'] self.population_view = builder.population.get_view(columns=view_columns + columns_created) @@ -356,36 +458,68 @@ def on_time_step(self, event): logging.info( f"\tApplying effects of the living wage intervention in year {event.time.year}...") - pop = self.population_view.get(event.index, query="alive =='alive' and job_sector == 2") + pop = self.population_view.get(event.index, query="alive =='alive'") # TODO probably a faster way to do this than resetting the whole column. #pop['hh_income'] -= pop['boost_amount'] # reset boost amount to 0 before calculating next uplift pop['boost_amount'] = 0 + + # 03/11/23 - Changing living wage values to match the living wage foundation, recently had an increase + # Alongside this we're also rebasing the inflation adjustment to 2023 to match these pounds # Now get who gets uplift (different for London/notLondon) who_uplifted_London = pop['hourly_wage'] > 0 who_uplifted_London *= pop['region'] == 'London' - who_uplifted_London *= pop['hourly_wage'] < 11.95 + who_uplifted_London *= pop['hourly_wage'] < 13.15 + who_uplifted_London *= pop['job_hours'] > 0 + who_uplifted_notLondon = pop['hourly_wage'] > 0 who_uplifted_notLondon *= pop['region'] != 'London' - who_uplifted_notLondon *= pop['hourly_wage'] < 10.90 + who_uplifted_notLondon *= pop['hourly_wage'] < 12.00 + who_uplifted_notLondon *= pop['job_hours'] > 0 + + # bumping hourly wage to minimum wage for everybody as per 2020 minimum wage based on age + # https://www.gov.uk/national-minimum-wage-rates + # minimum wage for all under 18 + # TODO adjustment by forecasts? + pop.loc[pop['age']>= 0., "hourly_wage"] = np.maximum(pop.loc[pop['age']>=0., "hourly_wage"], 4.55) + # 18-20 + pop.loc[pop['age']>=18., "hourly_wage"] = np.maximum(pop.loc[pop['age']>=18., "hourly_wage"], 6.45) + # 21-24 + pop.loc[pop['age']>=21., "hourly_wage"] = np.maximum(pop.loc[pop['age']>=21., "hourly_wage"], 8.20) + # 25+ + pop.loc[pop['age']>=25., "hourly_wage"] = np.maximum(pop.loc[pop['age']>=25., "hourly_wage"], 8.72) + # Calculate boost amount (difference between hourly wage and living wage multiplied by hours worked in a week (extended to month)) # boost_amount = hourly_wage_diff * hours_worked_monthly - pop['boost_amount'] = (11.95 - pop['hourly_wage']) * (pop['job_hours'] * 4.2) * who_uplifted_London - pop['boost_amount'] += (10.90 - pop['hourly_wage']) * (pop['job_hours'] * 4.2) * who_uplifted_notLondon + pop['boost_amount'] = (13.15 - pop['hourly_wage']) * (pop['job_hours'] * 4.2) * who_uplifted_London + pop['boost_amount'] += (12.00 - pop['hourly_wage']) * (pop['job_hours'] * 4.2) * who_uplifted_notLondon + # propagate living wage boost to all household members. # pop['income_deciles'] = pd.qcut(pop["hh_income"], int(100/self.prop), labels=False) - pop['income_boosted'] = who_uplifted_notLondon | who_uplifted_London + who_boosted = pop.loc[who_uplifted_notLondon | who_uplifted_London, "hidp"] + pop['income_boosted'] = False + pop.loc[pop['hidp'].isin(who_boosted), "income_boosted"] = True + + # sum boost amounts by household together in case of multiple boosts. + # + boost_amount_by_house = dict(pop.groupby(['hidp'])['boost_amount'].sum()) + pop["boost_amount"] = pop['hidp'].map(boost_amount_by_house) + + #pop.drop(labels='who_uplifted', inplace=True) pop['hh_income'] += pop['boost_amount'] # print(np.mean(pop['hh_income'])) # for debugging. + + + # TODO some kind of heterogeneity for people in the same household..? general inclusion of household composition. self.population_view.update(pop[['hh_income', 'income_boosted', 'boost_amount']]) logging.info(f"\tNumber of people uplifted: {sum(who_uplifted_London) + sum(who_uplifted_notLondon)}") if who_uplifted_London.sum() > 0: # if any London individuals in simulation being uplifted (will be not true in some synthetic population runs) logging.info( - f"\t...which is {((sum(who_uplifted_London) + sum(who_uplifted_notLondon)) / len(pop)) * 100}% of the total population.") + f"\t...which is {((sum(who_uplifted_London) + sum(who_uplifted_notLondon)) / len(pop)) * 100}% of the total population.") logging.info(f"\t\tLondon n: {sum(who_uplifted_London)}") logging.info(f"\t\tLondon %: {(sum(who_uplifted_London) / len(pop[pop['region'] == 'London'])) * 100}") logging.info(f"\t\tNot London n: {sum(who_uplifted_notLondon)}") @@ -399,7 +533,6 @@ def on_time_step(self, event): logging.info(f"\t\tLondon: {pop[who_uplifted_London]['boost_amount'].mean()}") logging.info(f"\t\tNot London: {pop[who_uplifted_notLondon]['boost_amount'].mean()}") - class energyDownlift(Base): @property def name(self): @@ -430,7 +563,7 @@ def setup(self, builder): # columns_created is the columns created by this module. # view_columns is the columns from the main population used in this module. essentially what is needed for # transition models and any outputs. - view_columns = ["hh_income", 'yearly_energy'] + view_columns = ["hh_income", 'yearly_energy', 'hidp'] columns_created = ["income_boosted", 'boost_amount'] self.population_view = builder.population.get_view(columns=view_columns + columns_created) @@ -444,34 +577,34 @@ def setup(self, builder): # individual graduate in an education module. builder.event.register_listener("time_step", self.on_time_step, priority=4) - def on_initialize_simulants(self, pop_data): pop_update = pd.DataFrame({'income_boosted': False, # who boosted? 'boost_amount': 0.}, # hh income boosted by how much? index=pop_data.index) self.population_view.update(pop_update) - def on_time_step(self, event): - logging.info("INTERVENTION:") logging.info(f"\tApplying effects of the energy downlift intervention in year {event.time.year}...") pop = self.population_view.get(event.index, query="alive =='alive'") # TODO probably a faster way to do this than resetting the whole column. - #pop['hh_income'] -= pop['boost_amount'] - # reset boost amount to 0 before calculating next uplift - pop['boost_amount'] = 0 + # pop['hh_income'] -= pop['boost_amount'] + # pop['boost_amount'] = 0 # Poverty is defined as having (equivalised) disposable hh income <= 60% of national median. # About £800 as of 2020 + adjustment for inflation. # Subset everyone who is under poverty line. # TODO sheffield median not necessarily national average. need some work to store national macro estimates from somewhere? # TODO is an 80% increase correct? More dynamic assumption needed? #pop['boost_amount'] = (-(pop['yearly_energy'] / 12) * (2.3 - 1)) # 130% of monthly fuel bill subtracted from dhi. + pop['yearly_energy'] = pop.groupby(['hidp'])['yearly_energy'].transform(max) # set households to have max energy expenditure for all individuals within that house. pop['boost_amount'] = (-(pop['yearly_energy'] / 12) * (1.8 - 1)) # 80% of monthly fuel bill subtracted from dhi. # first term is monthly fuel, second term is percentage increase of energy cap. 80% initially..? pop['income_boosted'] = pop['boost_amount'] != 0 + uplifted_households = np.unique(pop.loc[pop['income_boosted'],]['hidp']) + pop.loc[pop['hidp'].isin(uplifted_households), 'income_boosted'] = True # set everyone who satisfies uplift condition to true. + pop['hh_income'] += pop['boost_amount'] # print(np.mean(pop['hh_income'])) # for debugging. # TODO assumes constant fuel expenditure beyond negative hh income. need some kind of energy module to adjust behaviour.. @@ -483,7 +616,6 @@ def on_time_step(self, event): logging.info(f"\tMean boost amount: {pop['boost_amount'][pop['income_boosted']].mean()}") - class energyDownliftNoSupport(Base): @property def name(self): @@ -514,7 +646,7 @@ def setup(self, builder): # columns_created is the columns created by this module. # view_columns is the columns from the main population used in this module. essentially what is needed for # transition models and any outputs. - view_columns = ["hh_income", 'yearly_energy'] + view_columns = ["hh_income", 'yearly_energy', 'hidp'] columns_created = ["income_boosted", 'boost_amount'] self.population_view = builder.population.get_view(columns=view_columns + columns_created) @@ -528,57 +660,379 @@ def setup(self, builder): # individual graduate in an education module. builder.event.register_listener("time_step", self.on_time_step, priority=3) - def on_initialize_simulants(self, pop_data): pop_update = pd.DataFrame({'income_boosted': False, # who boosted? 'boost_amount': 0.}, # hh income boosted by how much? index=pop_data.index) self.population_view.update(pop_update) - def on_time_step(self, event): pop = self.population_view.get(event.index, query="alive =='alive'") # TODO probably a faster way to do this than resetting the whole column. - #pop['hh_income'] -= pop['boost_amount'] - # reset boost amount to 0 before calculating next uplift - pop['boost_amount'] = 0 + # pop['hh_income'] -= pop['boost_amount'] + # pop['boost_amount'] = 0 # Poverty is defined as having (equivalised) disposable hh income <= 60% of national median. # About £800 as of 2020 + adjustment for inflation. # Subset everyone who is under poverty line. # TODO sheffield median not necessarily national average. need some work to store national macro estimates from somewhere? # TODO is an 80% increase correct? More dynamic assumption needed? + pop['yearly_energy'] = pop.groupby(['hidp'])['yearly_energy'].transform(max) # set households to have max energy expenditure for all individuals within that house. pop['boost_amount'] = (-(pop['yearly_energy'] / 12) * (3.0 - 1)) # 130% of monthly fuel bill subtracted from dhi. #pop['boost_amount'] = (-(pop['yearly_energy'] / 12) * (1.8 - 1)) # 80% of monthly fuel bill subtracted from dhi. # first term is monthly fuel, second term is percentage increase of energy cap. 80% initially..? pop['income_boosted'] = pop['boost_amount'] != 0 + uplifted_households = np.unique(pop.loc[pop['income_boosted'],]['hidp']) + pop.loc[pop['hidp'].isin(uplifted_households), 'income_boosted'] = True # set everyone who satisfies uplift condition to true. + pop['hh_income'] += pop['boost_amount'] # print(np.mean(pop['hh_income'])) # for debugging. # TODO assumes constant fuel expenditure beyond negative hh income. need some kind of energy module to adjust behaviour.. self.population_view.update(pop[['hh_income', 'income_boosted', 'boost_amount']]) +class ChildPovertyReductionRANDOM(Base): + """Uplift by £25 per week per child in each household. """ + + @property + def name(self): + return "child_poverty_reduction_random" + + def __repr__(self): + return "ChildPovertyReductionRANDOM()" + + def setup(self, builder): + """ Initialise the module during simulation.setup(). + + Notes + ----- + - Load in data from pre_setup + - Register any value producers/modifiers for death rate + - Add required columns to population data frame + - Add listener event to check if people die on each time step. + - Update other required items such as randomness stream. + + Parameter + ---------- + builder : vivarium.engine.Builder + Vivarium's control object. Stores all simulation metadata and allows modules to use it. + + """ + + # Determine which subset of the main population is used in this module. + # columns_created is the columns created by this module. + # view_columns is the columns from the main population used in this module. essentially what is needed for + # transition models and any outputs. + view_columns = ["hh_income", 'nkids', 'hidp'] + columns_created = ["income_boosted", "boost_amount"] + self.population_view = builder.population.get_view(columns=view_columns + columns_created) + + # Population initialiser. When new individuals are added to the microsimulation a constructer is called for each + # module. Declare what constructer is used. usually on_initialize_simulants method is called. Inidividuals are + # created at the start of a model "setup" or after some deterministic (add cohorts) or random (births) event. + builder.population.initializes_simulants(self.on_initialize_simulants, + creates_columns=columns_created) + + # Declare events in the module. At what times do individuals transition states from this module. E.g. when does + # individual graduate in an education module. + builder.event.register_listener("time_step", self.on_time_step, priority=4) + + def on_initialize_simulants(self, pop_data): + pop_update = pd.DataFrame({'income_boosted': False, + 'boost_amount': 0.}, + index=pop_data.index) + self.population_view.update(pop_update) + + def on_time_step(self, event): + + logging.info("INTERVENTION:") + logging.info(f"\tApplying effects of the child poverty reduction intervention in year {event.time.year}...") + + # This intervention will reduce the % of children living in families in relative poverty to a defined proportion + # by a set end year. As a first attempt, we will reduce the numbers to fewer than 10% of children living in + # relative poverty by 2030 + + # STEPS; + # 1. Calculate median hh_income over all households + # 2. Calculate total kids in sample + # 3. Find all households in relative poverty + # 4. Calculate the proportion of children in relative poverty (hh_income < 60% of median hh_income in that year) + # 5. Calculate how many should be uplifted (gradual reduction in child poverty with 2030 as year we hit 10%) + # 6. Calculate number of children to elevate out of poverty based on proportion to uplift + # 7. Profit + + # set parameters + end_year = 2030 + target_pov_prop = 0.1 + + # 1. Calculate median hh_income over all households + full_pop = self.population_view.get(event.index, query="alive =='alive'") + # Reset the previous income_boosted for testing + full_pop['income_boosted'] = False + full_pop['boost_amount'] = 0.0 + self.population_view.update(full_pop[['income_boosted', 'boost_amount']]) + median_income = full_pop['hh_income'].median() + # 2. Total number of kids + nkids_total = full_pop['nkids'].sum() + # TODO probably a faster way to do this than resetting the whole column. + # full_pop['hh_income'] -= full_pop['boost_amount'] # reset boost + # 3. Find all households in relative poverty + relative_poverty_threshold = median_income * 0.6 + target_pop = self.population_view.get(event.index, + query=f"alive == 'alive' & nkids > 0 & hh_income < " + f"{relative_poverty_threshold}") + # 4. Calculate the proportion of children in relative poverty + target_pop_nkids = target_pop['nkids'].sum() + prop_in_poverty = target_pop_nkids / nkids_total + print(f"Percentage of children in poverty: {prop_in_poverty * 100}") + + # 5. Calculate how many should be uplifted (gradual reduction in child poverty with 2030 as year we hit 10%) + # we need to reduce this proportion down to 10% by 2030, so we can calculate the number of years we have left + # and then the proportion to reduce in that year + years_remaining = end_year - event.time.year + + if prop_in_poverty > target_pov_prop: + prop_above_target = prop_in_poverty - target_pov_prop + else: + prop_above_target = 0 + + if years_remaining > 0: # before 2030 + proportion_to_uplift = prop_above_target / years_remaining + elif years_remaining == 0: # in 2030 + proportion_to_uplift = prop_above_target + elif years_remaining < 0: # after 2030, fix to target level + proportion_to_uplift = prop_above_target + print(f"Proportion to uplift by {end_year}: {prop_above_target}") + print(f"Proportion to uplift this year: {proportion_to_uplift}") + + # 6. Calculate number of children to elevate out of poverty based on proportion to uplift + nkids_to_uplift = round(target_pop_nkids * proportion_to_uplift) + + # 7. Randomly select households by hidp until we hit the nkids_to_uplift target + target_hidps = [] + kids = 0 + for i in target_pop.sample(frac=1).iterrows(): + if (kids + i[1]['nkids']) <= nkids_to_uplift: + kids += i[1]['nkids'] + target_hidps.append(i[1]['hidp']) + if kids >= nkids_to_uplift: + break + + print(f"Number of households to uplift: {len(target_hidps)}") + print(f"Number of children to uplift: {target_pop[target_pop['hidp'].isin(target_hidps)]['nkids'].sum()}") + + # 8. Calculate boost amount for each household and apply + uplift_pop = self.population_view.get(event.index, + query=f"alive == 'alive' & hidp.isin({target_hidps})") + uplift_pop['boost_amount'] = median_income - uplift_pop['hh_income'] + uplift_pop['income_boosted'] = (uplift_pop['boost_amount'] != 0) + uplift_pop['hh_income'] += uplift_pop['boost_amount'] + + # 9. Update original population with uplifted values + self.population_view.update(uplift_pop[['hh_income', 'income_boosted', 'boost_amount']]) + + target_pop2 = self.population_view.get(event.index, + query=f"alive == 'alive' & nkids > 0 & hh_income < " + f"{relative_poverty_threshold}") + + print(f"Proportion of children in poverty AFTER intervention: {target_pop2['nkids'].sum() / nkids_total}") + + # 10. Logging + logging.info(f"\tNumber of people uplifted: {sum(uplift_pop['income_boosted'])}") + logging.info(f"\t...which is {(sum(uplift_pop['income_boosted']) / len(full_pop)) * 100}% of the total " + f"population.") + logging.info(f"\t...and {(sum(uplift_pop['income_boosted']) / len(target_pop)) * 100}% of the population in" + f"poverty.") + logging.info(f"\tTotal boost amount: {uplift_pop['boost_amount'].sum()}") + logging.info(f"\tMean boost amount across households in poverty: " + f"{uplift_pop['boost_amount'][uplift_pop['income_boosted']].mean()}") + + +class ChildPovertyReductionSUSTAIN(Base): + """Uplift by £25 per week per child in each household. """ + + @property + def name(self): + return "child_poverty_reduction_sustain" + + def __repr__(self): + return "ChildPovertyReductionSUSTAIN()" + + def setup(self, builder): + """ Initialise the module during simulation.setup(). + + Notes + ----- + - Load in data from pre_setup + - Register any value producers/modifiers for death rate + - Add required columns to population data frame + - Add listener event to check if people die on each time step. + - Update other required items such as randomness stream. + + Parameter + ---------- + builder : vivarium.engine.Builder + Vivarium's control object. Stores all simulation metadata and allows modules to use it. + + """ + + # Determine which subset of the main population is used in this module. + # columns_created is the columns created by this module. + # view_columns is the columns from the main population used in this module. essentially what is needed for + # transition models and any outputs. + view_columns = ["hh_income", 'nkids', 'hidp'] + columns_created = ["income_boosted", "boost_amount"] + self.population_view = builder.population.get_view(columns=view_columns + columns_created) + + # Population initialiser. When new individuals are added to the microsimulation a constructer is called for each + # module. Declare what constructer is used. usually on_initialize_simulants method is called. Inidividuals are + # created at the start of a model "setup" or after some deterministic (add cohorts) or random (births) event. + builder.population.initializes_simulants(self.on_initialize_simulants, + creates_columns=columns_created) + + # Declare events in the module. At what times do individuals transition states from this module. E.g. when does + # individual graduate in an education module. + builder.event.register_listener("time_step", self.on_time_step, priority=4) + + def on_initialize_simulants(self, pop_data): + pop_update = pd.DataFrame({'income_boosted': False, + 'boost_amount': 0.}, + index=pop_data.index) + self.population_view.update(pop_update) + + def on_time_step(self, event): + + logging.info("INTERVENTION:") + logging.info(f"\tApplying effects of the child poverty reduction intervention in year {event.time.year}...") + + # This intervention will reduce the % of children living in families in relative poverty to a defined proportion + # by a set end year. As a first attempt, we will reduce the numbers to fewer than 10% of children living in + # relative poverty by 2030 + + # STEPS; + # 1. Calculate median hh_income over all households + # 2. Calculate total kids in sample + # 3. Find all households in relative poverty + # 4. Calculate the proportion of children in relative poverty (hh_income < 60% of median hh_income in that year) + # 5. Calculate how many should be uplifted (gradual reduction in child poverty with 2030 as year we hit 10%) + # 6. Calculate number of children to elevate out of poverty based on proportion to uplift + # 7. Profit + + # set parameters + end_year = 2030 + target_pov_prop = 0.1 + + # 1. Calculate median hh_income over all households + full_pop = self.population_view.get(event.index, query="alive =='alive'") + # Reset the previous income_boosted for testing + # full_pop['income_boosted'] = False + full_pop['boost_amount'] = 0.0 + self.population_view.update(full_pop[['boost_amount']]) + median_income = full_pop['hh_income'].median() + # 2. Total number of kids + nkids_total = full_pop['nkids'].sum() + # TODO probably a faster way to do this than resetting the whole column. + # full_pop['hh_income'] -= full_pop['boost_amount'] # reset boost + # 3. Find all households in relative poverty + relative_poverty_threshold = median_income * 0.6 + target_pop = self.population_view.get(event.index, + query=f"alive == 'alive' & nkids > 0 & hh_income < " + f"{relative_poverty_threshold}") + # 3a. This is the SUSTAIN intervention, so we want to find the households that have previously received the + # intervention (if any) and uplift them again. This is to simulate ongoing support for a set of families + target_pop['boost_amount'][(target_pop['income_boosted'] == True) & # previously uplifted + (target_pop['hh_income'] < median_income)] = median_income - target_pop['hh_income'] + target_pop['hh_income'] = target_pop['hh_income'] + target_pop['boost_amount'] + self.population_view.update(target_pop[['hh_income', 'boost_amount']]) + target_pop = self.population_view.get(event.index, + query=f"alive == 'alive' & nkids > 0 & hh_income < " + f"{relative_poverty_threshold}") + # 4. Calculate the proportion of children in relative poverty + target_pop_nkids = target_pop['nkids'].sum() + prop_in_poverty = target_pop_nkids / nkids_total + print(f"Percentage of children in poverty: {prop_in_poverty * 100}") + + # 5. Calculate how many should be uplifted (gradual reduction in child poverty with 2030 as year we hit 10%) + # we need to reduce this proportion down to 10% by 2030, so we can calculate the number of years we have left + # and then the proportion to reduce in that year + years_remaining = end_year - event.time.year + + if prop_in_poverty > target_pov_prop: + prop_above_target = prop_in_poverty - target_pov_prop + else: + prop_above_target = 0 + + if years_remaining > 0: # before 2030 + proportion_to_uplift = prop_above_target / years_remaining + elif years_remaining == 0: # in 2030 + proportion_to_uplift = prop_above_target + elif years_remaining < 0: # after 2030, fix to target level + proportion_to_uplift = prop_above_target + print(f"Proportion to uplift by {end_year}: {prop_above_target}") + print(f"Proportion to uplift this year: {proportion_to_uplift}") + + # 6. Calculate number of children to elevate out of poverty based on proportion to uplift + nkids_to_uplift = round(target_pop_nkids * proportion_to_uplift) + + # 7. Randomly select households by hidp until we hit the nkids_to_uplift target + target_hidps = [] + kids = 0 + for i in target_pop.sample(frac=1).iterrows(): + if (kids + i[1]['nkids']) <= nkids_to_uplift: + kids += i[1]['nkids'] + target_hidps.append(i[1]['hidp']) + if kids >= nkids_to_uplift: + break + + print(f"Number of households to uplift: {len(target_hidps)}") + print(f"Number of children to uplift: {target_pop[target_pop['hidp'].isin(target_hidps)]['nkids'].sum()}") + + # 8. Calculate boost amount for each household and apply + uplift_pop = self.population_view.get(event.index, + query=f"alive == 'alive' & hidp.isin({target_hidps})") + uplift_pop['boost_amount'] = median_income - uplift_pop['hh_income'] + uplift_pop['income_boosted'] = (uplift_pop['boost_amount'] != 0) + uplift_pop['hh_income'] += uplift_pop['boost_amount'] + + # 9. Update original population with uplifted values + self.population_view.update(uplift_pop[['hh_income', 'income_boosted', 'boost_amount']]) + + target_pop2 = self.population_view.get(event.index, + query=f"alive == 'alive' & nkids > 0 & hh_income < " + f"{relative_poverty_threshold}") + + print(f"Proportion of children in poverty AFTER intervention: {target_pop2['nkids'].sum() / nkids_total}") + + # 10. Logging + logging.info(f"\tNumber of people uplifted: {sum(uplift_pop['income_boosted'])}") + logging.info(f"\t...which is {(sum(uplift_pop['income_boosted']) / len(full_pop)) * 100}% of the total " + f"population.") + logging.info(f"\t...and {(sum(uplift_pop['income_boosted']) / len(target_pop)) * 100}% of the population in" + f"poverty.") + logging.info(f"\tTotal boost amount: {uplift_pop['boost_amount'].sum()}") + logging.info(f"\tMean boost amount across households in poverty: " + f"{uplift_pop['boost_amount'][uplift_pop['income_boosted']].mean()}") ### some test on time steps for variious scotland interventions -#scotland only. +# scotland only. # pop = self.population_view.get(event.index, query="alive =='alive' and region=='Scotland'") -#disabled people. labour state. +# disabled people. labour state. # pop = self.population_view.get(event.index, query="alive =='alive' and labour_state=='Sick/Disabled'") -#unemployed adults. unemployed labour state. +# unemployed adults. unemployed labour state. # pop = self.population_view.get(event.index, query="alive =='alive' and labour_state=='Unemployed'") -#minority ethnic households +# minority ethnic households # pop = pop.loc[pop['ethnicity'].isin(minorities) # BAN,BLA,BLC,CHI,IND,OBL,WHO,OAS,PAK any others? -#child poverty priority groups (3+ children, mother under 25). nkids >3/ nkids >0 and female and under 25. further groups depend on data.) +# child poverty priority groups (3+ children, mother under 25). nkids >3/ nkids >0 and female and under 25. further groups depend on data.) # pop = self.population_view.get(event.index, query="alive =='alive' and nkids>=3") # pop = self.population_view.get(event.index, query="alive =='alive' and age<=25 and nkids>0") -#young adults (under 25). obvious. +# young adults (under 25). obvious. # pop = self.population_view.get(event.index, query="alive =='alive' and age<=25") -#those with no formal qualifications. Education level 0. +# those with no formal qualifications. Education level 0. # pop = self.population_view.get(event.index, query="alive =='alive' and education_state==0") @@ -588,11 +1042,218 @@ def on_time_step(self, event): # constraining scotland to only use 20 million for energy expenditure. # requires full scale population or reduction of money to be proportional. -#funding to Local authorities for more flexible management of energy bills. seems idealistic and hard to implement without extensive data on how each LA would react. needs much more research. +# funding to Local authorities for more flexible management of energy bills. seems idealistic and hard to implement without extensive data on how each LA would react. needs much more research. # again needs full spatial population as MINOS input. -#moratorium on rent/evictions. not sure how easy this would be. can freeze rents but no eviction variables. +# moratorium on rent/evictions. not sure how easy this would be. can freeze rents but no eviction variables. # debt relief on most financially vulnerable. (again no debt variables.) have financial condition variables which may be useful instead? -# island households fund. spatial policy should be easy to cut by island super outputs but need a list of them from somewhere (spatial policy...). \ No newline at end of file +# island households fund. spatial policy should be easy to cut by island super outputs but need a list of them from somewhere (spatial policy...). + +# subtract income based on yearly energy. +# change by year according to EPG caps. +# Apr 2021 - £1138 +# Oct 2021 - £1277 +# Apr 2022 - £1971 +# Oct 2022 - £2500 +# Apr 2023 - £3000 +# TODO this is a bit naive. can it be improved? see broadbent paper. +energy_cap_prices = {2017: 1300, #TODO could be refined tobe more precise + 2018: 1300, + 2019: 1308, + 2020: 1286, + 2021: 1333, + 2022: 2316, + 2023: 3500} + +class energyPriceCapGuarantee(Base): + @property + def name(self): + return "energyPriceCapGuarantee" + + def __repr__(self): + return "energyPriceCapGuarantee()" + + def setup(self, builder): + """ Initialise the module during simulation.setup(). + + Notes + ----- + - Load in data from pre_setup + - Register any value producers/modifiers for death rate + - Add required columns to population data frame + - Add listener event to check if people die on each time step. + - Update other required items such as randomness stream. + + Parameter + ---------- + builder : vivarium.engine.Builder + Vivarium's control object. Stores all simulation metadata and allows modules to use it. + + """ + + # Determine which subset of the main population is used in this module. + # columns_created is the columns created by this module. + # view_columns is the columns from the main population used in this module. essentially what is needed for + # transition models and any outputs. + view_columns = ["hh_income", 'yearly_energy', 'hidp'] + columns_created = ["income_boosted", 'boost_amount'] + self.population_view = builder.population.get_view(columns=view_columns + columns_created) + + # Population initialiser. When new individuals are added to the microsimulation a constructer is called for each + # module. Declare what constructer is used. usually on_initialize_simulants method is called. Inidividuals are + # created at the start of a model "setup" or after some deterministic (add cohorts) or random (births) event. + builder.population.initializes_simulants(self.on_initialize_simulants, + creates_columns=columns_created) + + # Declare events in the module. At what times do individuals transition states from this module. E.g. when does + # individual graduate in an education module. + builder.event.register_listener("time_step", self.on_time_step, priority=3) + + + def on_initialize_simulants(self, pop_data): + pop_update = pd.DataFrame({'income_boosted': False, # who boosted? + 'boost_amount': 0.}, # hh income boosted by how much? + index=pop_data.index) + self.population_view.update(pop_update) + + + def on_time_step(self, event): + pop = self.population_view.get(event.index, query="alive =='alive'") + self.year = event.time.year + # TODO probably a faster way to do this than resetting the whole column. + #pop['hh_income'] -= pop['boost_amount'] + # reset boost amount to 0 before calculating next uplift + pop['boost_amount'] = 0 + # Poverty is defined as having (equivalised) disposable hh income <= 60% of national median. + # About £800 as of 2020 + adjustment for inflation. + # Subset everyone who is under poverty line. + # TODO sheffield median not necessarily national average. need some work to store national macro estimates from somewhere? + # TODO is an 80% increase correct? More dynamic assumption needed? + year = min(self.year, 2023) + #pop['boost_amount'] = (-(pop['yearly_energy'] / 12) * (energy_cap_prices[year]/1300-1)) # 80% of monthly fuel bill subtracted from dhi. + pop['yearly_energy'] = pop.groupby(['hidp'])['yearly_energy'].transform(max) # set households to have max energy expenditure for all individuals within that house. + pop['boost_amount'] = (-(pop['yearly_energy'] / 12) * (energy_cap_prices[year]/1300)) # 80% of monthly fuel bill subtracted from dhi. + # first term is monthly fuel, second term is percentage increase of energy cap. 80% initially..? + + pop['income_boosted'] = pop['boost_amount'] != 0 + uplifted_households = np.unique(pop.loc[pop['income_boosted'],]['hidp']) + pop.loc[pop['hidp'].isin(uplifted_households), 'income_boosted'] = True # set everyone who satisfies uplift condition to true. + + pop['hh_income'] += pop['boost_amount'] + # print(np.mean(pop['hh_income'])) # for debugging. + # TODO assumes constant fuel expenditure beyond negative hh income. need some kind of energy module to adjust behaviour.. + self.population_view.update(pop[['hh_income', 'income_boosted', 'boost_amount']]) + +class energyBillSupportScheme(Base): + @property + def name(self): + return "energyBillSupportScheme" + + def __repr__(self): + return "energyBillSupportScheme()" + + def setup(self, builder): + """ Initialise the module during simulation.setup(). + Notes + ----- + - Load in data from pre_setup + - Register any value producers/modifiers for death rate + - Add required columns to population data frame + - Add listener event to check if people die on each time step. + - Update other required items such as randomness stream. + Parameter + ---------- + builder : vivarium.engine.Builder + Vivarium's control object. Stores all simulation metadata and allows modules to use it. + """ + + # Determine which subset of the main population is used in this module. + # columns_created is the columns created by this module. + # view_columns is the columns from the main population used in this module. essentially what is needed for + # transition models and any outputs. + view_columns = ['yearly_energy', + "region", + "hidp", + "labour_state", + 'hh_income', + "universal_income", + "council_tax"] + columns_created = ["income_boosted", 'boost_amount'] + self.population_view = builder.population.get_view(columns=view_columns + columns_created) + + # Population initialiser. When new individuals are added to the microsimulation a constructer is called for each + # module. Declare what constructer is used. usually on_initialize_simulants method is called. Inidividuals are + # created at the start of a model "setup" or after some deterministic (add cohorts) or random (births) event. + builder.population.initializes_simulants(self.on_initialize_simulants, + creates_columns=columns_created) + + # Declare events in the module. At what times do individuals transition states from this module. E.g. when does + # individual graduate in an education module. + builder.event.register_listener("time_step", self.on_time_step) + + + def on_initialize_simulants(self, pop_data): + pop_update = pd.DataFrame({'income_boosted': False, # who boosted? + 'boost_amount': 0.}, # hh income boosted by how much? + index=pop_data.index) + self.population_view.update(pop_update) + + + def on_time_step(self, event): + pop = self.population_view.get(event.index, query="alive =='alive'") + self.year = event.time.year + # DONT SUBTRACT FROM INCOME AS IT SEEMS TO UNDO ITSELF AAAAAAAAA. + #pop['hh_income'] -= pop['boost_amount'] + # Poverty is defined as having (equivalised) disposable hh income <= 60% of national median. + # About £800 as of 2020 + adjustment for inflation. + # Subset everyone who is under poverty line. + year = min(self.year, 2023) + pop['yearly_energy'] = pop.groupby(['hidp'])['yearly_energy'].transform(max) # set households to have max energy expenditure for all individuals within that house. + pop['boost_amount'] = (-(pop['yearly_energy'] / 12) * (energy_cap_prices[year]/1300)) # 80% of monthly fuel bill subtracted from dhi. + #pop['boost_amount'] = (-(pop['yearly_energy'] / 12) * (energy_cap_prices[year]/1300 - 1)) # 80% of monthly fuel bill subtracted from dhi. + # first term is monthly fuel, second term is percentage increase of energy cap. 80% initially..? + + # Energy Bill Support Schemes (EBSS) interventions + # £400 to all households base. £600 in Northern Ireland and Wales. + if self.year >= 2022: + pop['boost_amount'] += 400 + pop.loc[pop['region']=="Northern Ireland", 'boost_amount'] += 200 + pop.loc[pop['region']=="Wales", 'boost_amount'] += 200 + + # £900 for those on means tested (need benefits variables) + # TODO how is this determined? Needs extra variable from US. Work out what 'means tested' is and any US mapping. + # £300 for households with pensioners (labour states) + pensioner_houses = pop.loc[pop['labour_state']=="Retired", 'hidp'] + pop.loc[pop['hidp'].isin(pensioner_houses), 'boost_amount'] += 300 + # £150 for households with long term sick/disabled individuals. + disability_houses = pop.loc[pop['labour_state']=="Sick/Disabled", 'hidp'] + pop.loc[pop['hidp'].isin(disability_houses), 'boost_amount'] += 150 + # £650 for those on universal credit + universal_credit_houses = pop.loc[pop['universal_income']==1, 'hidp'] + pop.loc[pop['hidp'].isin(universal_credit_houses), 'boost_amount'] += 650 + # £150 for council tax bands A-D. Work out who has council_tax value between 1 and 4 in two stages. + ct_band_D_houses = pop.loc[pop['council_tax']<=4, ['council_tax', 'hidp']] + ct_band_A_D_houses = ct_band_D_houses.loc[ct_band_D_houses['council_tax']>=1, 'hidp'] + pop.loc[pop['hidp'].isin(ct_band_A_D_houses), 'boost_amount'] += 150 + + # discounting based on tariff type (prepayment meters/fixed rate tariffs/ all different (cant do this..) + # TODO see elecpay/gaspay. + # Long term government net zero plans. estimating 15% reduction in household energy bills + # for now assume linear reduction in energy costs from 0% to 15% by 2030. + # TODO naive? + # TODO any other boosts suggested by new gov plans. any specifically by subgroups? + pop['boost_amount'] = pop['boost_amount'].clip(upper=0.001) # real intervention only gave households money until they reached £0 energy bills. they cant 'gain' money. + + uplifted_households = np.unique(pop.loc[pop['income_boosted'],]['hidp']) + pop.loc[pop['hidp'].isin(uplifted_households), 'income_boosted'] = True # set everyone who satisfies uplift condition to true. + pop['income_boosted'] = pop['boost_amount'] != 0 + pop['hh_income'] += pop['boost_amount'] + + # print(np.mean(pop['hh_income'])) # for debugging. + # TODO assumes no social change. just go very negative which has major detrimental effects. + # TODO add in reduction due to energy crisis that varies by year. + + self.population_view.update(pop[['hh_income', 'income_boosted', 'boost_amount']]) + diff --git a/minos/modules/loneliness.py b/minos/modules/loneliness.py index 2da56267..eaa20843 100755 --- a/minos/modules/loneliness.py +++ b/minos/modules/loneliness.py @@ -64,6 +64,7 @@ def setup(self, builder): "SF_12", 'hh_comp' ] + self.population_view = builder.population.get_view(columns=view_columns) # Population initialiser. When new individuals are added to the microsimulation a constructer is called for each diff --git a/minos/modules/mental_wellbeing.py b/minos/modules/mental_wellbeing.py index b58c9e7b..ab62b3f9 100755 --- a/minos/modules/mental_wellbeing.py +++ b/minos/modules/mental_wellbeing.py @@ -480,7 +480,8 @@ def setup(self, builder): 'SF_12', 'SF_12_diff', 'pidp', - 'hh_income' + 'hh_income', + 'old_pidp' ] self.population_view = builder.population.get_view(columns=view_columns) @@ -518,17 +519,18 @@ def on_time_step(self, event): newWaveMWB.index = pop.index #newWaveMWB["SF_12"] -= 1 - sf12_mean = np.mean(newWaveMWB["SF_12"]) - std_ratio = (11/np.std(newWaveMWB["SF_12"])) - newWaveMWB["SF_12"] *= (11/np.std(newWaveMWB["SF_12"])) - newWaveMWB["SF_12"] -= ((std_ratio-1)*sf12_mean) - newWaveMWB["SF_12"] -= 1.5 + #sf12_mean = np.mean(pop["SF_12"]) + #std_ratio = (np.std(newWaveMWB["SF_12"])/np.std(pop["SF_12"])) + #newWaveMWB["SF_12"] *= std_ratio + #newWaveMWB["SF_12"] -= ((std_ratio-1)*sf12_mean) + #newWaveMWB["SF_12"] -= 1.5 #newWaveMWB["SF_12"] += (50 - np.mean(newWaveMWB["SF_12"])) newWaveMWB["SF_12"] = np.clip(newWaveMWB["SF_12"], 0, 100) # keep within [0, 100] bounds of SF12. newWaveMWB["SF_12_diff"] = newWaveMWB["SF_12"] - pop["SF_12"] # Update population with new SF12 #print(np.mean(newWaveMWB["SF_12"])) #print(np.std(newWaveMWB["SF_12"])) + print(np.mean(newWaveMWB["SF_12"])) self.population_view.update(newWaveMWB[['SF_12', "SF_12_diff"]]) @@ -547,7 +549,7 @@ def calculate_mwb(self, pop): dependent='SF_12', reflect=True, yeo_johnson= True, - noise_std= 0.1)# 5 for non yj, 0.35 for yj + noise_std= 0.35)# 0.15 for non yj, 0.35 for yj return out_data diff --git a/minos/modules/nutrition.py b/minos/modules/nutrition.py index dabdd5e4..7138168e 100755 --- a/minos/modules/nutrition.py +++ b/minos/modules/nutrition.py @@ -170,7 +170,9 @@ def setup(self, builder): 'nutrition_quality', 'nutrition_quality_diff', 'ncigs', - "SF_12" + "SF_12", + 'old_pidp', + 'old_hidp' ] #view_columns += self.transition_model.rx2('model').names @@ -202,17 +204,20 @@ def on_time_step(self, event): # Get living people to update their income pop = self.population_view.get(event.index, query="alive =='alive'") - pop = pop.sort_values('pidp') - pop['nutrition_quality_new'] = pop['nutrition_quality'] - + #pop = pop.sort_values('pidp') + #pop['nutrition_quality_new'] = pop['nutrition_quality'] ## Predict next nutrition value newWaveNutrition = pd.DataFrame(columns=["nutrition_quality"]) newWaveNutrition['nutrition_quality'] = self.calculate_nutrition(pop).round(0).astype(int) - # Set index type to int (instead of object as previous) newWaveNutrition.index = pop.index + nutrition_mean = np.mean(newWaveNutrition["nutrition_quality"]) + std_ratio = (np.std(pop["nutrition_quality"])/np.std(newWaveNutrition["nutrition_quality"])) + newWaveNutrition["nutrition_quality"] *= std_ratio + newWaveNutrition["nutrition_quality"] -= ((std_ratio-1)*nutrition_mean) + newWaveNutrition["nutrition_quality"] = newWaveNutrition["nutrition_quality"].astype(int) #newWaveNutrition['nutrition_quality'] = newWaveNutrition['nutrition_quality'].astype(float) - newWaveNutrition['nutrition_quality'] = np.clip(newWaveNutrition['nutrition_quality'], 0, 110) # clipping because of idiot that eats 150 vegetables per week. + newWaveNutrition['nutrition_quality'] = np.clip(newWaveNutrition['nutrition_quality'], 0, 150) # clipping because of idiot that eats 150 vegetables per week. newWaveNutrition['nutrition_quality_diff'] = newWaveNutrition['nutrition_quality'] - pop['nutrition_quality'] newWaveNutrition['nutrition_quality_diff'] = newWaveNutrition['nutrition_quality_diff'].astype(int) # Draw individuals next states randomly from this distribution. @@ -236,7 +241,7 @@ def calculate_nutrition(self, pop): dependent='nutrition_quality_new', reflect=False, yeo_johnson= False, - noise_std=1)# + noise_std=3)#way bigger return nextWaveNutrition # Special methods used by vivarium. diff --git a/minos/modules/r_utils.py b/minos/modules/r_utils.py index a648ac26..b61816c7 100755 --- a/minos/modules/r_utils.py +++ b/minos/modules/r_utils.py @@ -206,7 +206,7 @@ def predict_nnet(model, rpy2Modules, current, columns): return pd.DataFrame(newPandasPopDF, columns=columns) -def predict_next_timestep_zip(model, rpy2Modules, current, dependent): +def predict_next_timestep_zip(model, rpy2Modules, current, dependent, noise_std=0): """ Get next state for alcohol monthly expenditure using zero inflated poisson models. Parameters @@ -239,6 +239,9 @@ def predict_next_timestep_zip(model, rpy2Modules, current, dependent): counts = stats.predict(model, currentRDF, type="count") zeros = stats.predict(model, currentRDF, type="zero") + if noise_std: + counts = counts.ro + stats.rnorm(current.shape[0], 0, noise_std) # add gaussian noise. + with localconverter(ro.default_converter + pandas2ri.converter): counts = ro.conversion.rpy2py(counts) zeros = ro.conversion.rpy2py(zeros) @@ -433,6 +436,7 @@ def predict_next_timestep_yj_gamma_glmm(model, rpy2_modules, current, dependent, #prediction = prediction.ro + VGAM.rlaplace(current.shape[0], 0, noise_std) # add gaussian noise. prediction = prediction.ro + stats.rnorm(current.shape[0], 0, noise_std) # add gaussian noise. noise = np.clip(stats.rcauchy(current.shape[0], 0, 0.005), -5, 5) #0.005 + #noise = np.clip(stats.rcauchy(current.shape[0], 0, 0.005), -10, 10) #0.005 with localconverter(ro.default_converter + numpy2ri.converter): Rnoise = ro.conversion.py2rpy(noise) prediction = prediction.ro + Rnoise # add gaussian noise. diff --git a/minos/modules/replenishment.py b/minos/modules/replenishment.py index 2722f007..0970362f 100755 --- a/minos/modules/replenishment.py +++ b/minos/modules/replenishment.py @@ -30,95 +30,104 @@ def setup(self, builder): """ self.current_year = builder.configuration.time.start.year config = builder.configuration - # Define which columns are seen in builder.population.get_view calls. # Also defines which columns are created by on_initialize_simulants. - view_columns = ['pidp', - 'age', - 'sex', - 'education_state', - 'alive', - 'ethnicity', - 'entrance_time', - 'time', - 'exit_time', - 'job_industry', - 'job_occupation', - 'job_sec', - 'job_duration_m', - 'job_duration_y', - 'depression', - 'academic_year', - 'hidp', - 'birth_month', - 'birth_year', - 'nobs', - 'region', - 'SF_12', - 'hh_int_y', - 'hh_int_m', - 'Date', - 'housing_quality', - 'hh_income', - 'neighbourhood_safety', - 'ncigs', - 'alcohol_spending', - 'smoker', - 'loneliness', - 'weight', - 'nkids', - 'nkids_ind', - 'ndrinks', - 'max_educ', - 'yearly_energy', - 'job_sector', - 'SF_12p', - 'gross_pay_se', - 'nutrition_quality', - 'job_hours_se', - 'hourly_rate', - 'job_hours', - 'job_inc', - 'jb_inc_per', - 'hourly_wage', - 'gross_paypm', - 'phealth', - 'marital_status', - 'hh_comp', - #'labour_state', - 'S7_labour_state', - 'S7_housing_quality', - 'S7_neighbourhood_safety', - 'S7_physical_health', - 'S7_mental_health', - 'equivalent_income', - 'heating', - 'hhsize', - 'financial_situation', - 'housing_tenure', - 'urban', - 'SF_12_diff', - 'hh_income_diff', - 'nutrition_quality_diff', - 'child_ages' - ] - - if config.synthetic: # only have spatial column and new pidp for synthpop. - view_columns += ["ZoneID", - # "new_pidp", - 'local_simd_deciles', - 'simd_decile', - # 'cluster' - ] + # view_columns = ['pidp', + # 'age', + # 'sex', + # 'education_state', + # 'alive', + # 'ethnicity', + # 'entrance_time', + # 'time', + # 'exit_time', + # 'job_industry', + # 'job_occupation', + # 'job_sec', + # 'job_duration_m', + # 'job_duration_y', + # 'depression', + # 'academic_year', + # 'hidp', + # 'birth_month', + # 'birth_year', + # 'region', + # 'SF_12', + # 'hh_int_y', + # 'hh_int_m', + # 'Date', + # 'housing_quality', + # 'hh_income', + # 'neighbourhood_safety', + # 'ncigs', + # 'alcohol_spending', + # 'smoker', + # 'loneliness', + # 'weight', + # 'nkids', + # 'nkids_ind', + # 'ndrinks', + # 'max_educ', + # 'yearly_energy', + # 'job_sector', + # 'SF_12p', + # 'gross_pay_se', + # 'nutrition_quality', + # 'job_hours_se', + # 'hourly_rate', + # 'job_hours', + # 'job_inc', + # 'jb_inc_per', + # 'hourly_wage', + # 'gross_paypm', + # 'phealth', + # 'marital_status', + # 'hh_comp', + # 'universal_income', + # #'council_tax', + # #'labour_state', + # 'S7_labour_state', + # 'S7_housing_quality', + # 'S7_neighbourhood_safety', + # 'S7_physical_health', + # 'S7_mental_health', + # 'equivalent_income', + # 'heating', + # 'hhsize', + # 'financial_situation', + # 'housing_tenure', + # 'urban', + # 'universal_credit', + # 'SF_12_diff', + # 'hh_income_diff', + # 'nutrition_quality_diff', + # ] + # stop defining the input columns manually its dumb. + view_columns = list(pd.read_csv(config.input_data_dir + "/2020_US_cohort.csv").columns) + + #if config.synthetic: # only have spatial column and new pidp for synthpop. + # view_columns += ["ZoneID", + # # "new_pidp", + # 'local_simd_deciles', + # 'simd_decile', + # # 'cluster' + # ] + + columns_created = ["entrance_time"] + + #if config.is_test is not None: + # self.is_test = config.is_test + #else: + # self.is_test = False # Shorthand methods for readability. - self.population_view = builder.population.get_view(view_columns) # view simulants + self.population_view = builder.population.get_view(view_columns + columns_created) # view simulants self.simulant_creater = builder.population.get_simulant_creator() # create simulants. self.register = builder.randomness.register_simulants # register new simulants to CRN streams (seed them). # Defines how this module initialises simulants when self.simulant_creater is called. builder.population.initializes_simulants(self.on_initialize_simulants, - creates_columns=view_columns) + creates_columns=view_columns+columns_created) # Register ageing, updating time and replenishment events on time_step. builder.event.register_listener('time_step', self.on_time_step, priority=0) @@ -143,6 +152,8 @@ def on_initialize_simulants(self, pop_data): # Load in initial data frame. # Add entrance times and convert ages to floats for pd.timedelta to handle. new_population = pd.read_csv(f"{self.input_data_dir}/{self.current_year}_US_cohort.csv") + #if self.is_test: + # new_population = new_population.head(500) # much smaller pop for testing. new_population.loc[new_population.index, "entrance_time"] = new_population["time"] new_population.loc[new_population.index, "age"] = new_population["age"].astype(float) logging.info(f"Starting cohort loaded for {self.current_year}.") diff --git a/minos/modules/tobacco.py b/minos/modules/tobacco.py index 320e58b9..502a3562 100755 --- a/minos/modules/tobacco.py +++ b/minos/modules/tobacco.py @@ -127,7 +127,8 @@ def calculate_tobacco(self, pop): nextWaveTobacco = r_utils.predict_next_timestep_zip(model=transition_model, rpy2Modules= self.rpy2Modules, current=pop, - dependent='ncigs') + dependent='ncigs', + noise_std=1) return nextWaveTobacco def plot(self, pop, config): diff --git a/minos/outcomes/Makefile b/minos/outcomes/Makefile index 86f96da4..d62a4dff 100644 --- a/minos/outcomes/Makefile +++ b/minos/outcomes/Makefile @@ -1,11 +1,11 @@ - - #TODO: Now that the makefile is split and in the same directory as its scripts, can we do relative paths? +#TODO: make bash functions for vulnerable subgroups in aggregated_lineplots.sh +#TODO make bash script for maps. +#TODO add bash script with 4 interventions (no poverty line). -test_plot: MODE=default_config -test_plot: ALIVE=who_alive -test_plot: BOOSTED=who_boosted -test_plot: aggregate_minos_output_energy +############################################################## +# Post-hoc aggregation of multiple MINOS runs into lineplots # +############################################################## ##################################### # Post-hoc aggregation of multiple MINOS runs on bash terminal. @@ -30,6 +30,7 @@ default_all_lineplots: all_lineplots all_lineplots: aggregate_minos_output_living_wage aggregate_minos_output_all_child_uplift aggregate_minos_output_poverty_child_uplift aggregate_minos_output_energy vulnerable_groups_lineplots: aggregate_combined_vulnerable aggregate_minos_output_all_child_uplift aggregate_minos_output_disabled_child_uplift aggregate_minos_output_minority_child_uplift aggregate_minos_output_three_child_uplift aggregate_minos_output_young_adult_child_uplift aggregate_minos_output_uneducated_child_uplift +all_initial_lineplots: all_child_lineplot poverty_line_lineplot living_wage_lineplot ebss_lineplot all_five_lineplot ###################### COMBINED PLOTTING FUNCTIONS ###################### # The following section contains targets for plotting all scenarios # @@ -109,11 +110,297 @@ aggregate_minos_output_treated: TREATED_DIRECTORY_SUBSETS = $(ALIVE),$(BOOSTED), aggregate_minos_output_treated: bash minos/outcomes/make_lineplot.sh $(MODE) $(TREATED_DIRECTORIES) $(TREATED_DIRECTORY_TAGS) $(TREATED_DIRECTORY_SUBSETS) "treated" $(AGG_VAR) $(REGION) + +########################### +# Living Wage Lineplots ### +########################### + +# Living Wage Intervention +living_wage_lineplot: MODE="default_config" +living_wage_lineplot: + python3 minos/outcomes/make_lineplots_macros.py $(MODE) "living_wage" + +########################################## +# Child Income Intervention Lineplots # +####################################### + +# old interventions that are fixed £25 increase. +# All Children Uplift +all_child_lineplot: MODE="default_config" +all_child_lineplot: + python3 minos/outcomes/make_lineplots_macros.py "all_child" + +# Poverty Line Child Uplift +poverty_line_lineplot: MODE="default_config" +poverty_line_lineplot: + python3 minos/outcomes/make_lineplots_macros.py $(MODE) "poverty_line_child" + + +# individual lineplots for new child interventions in increments up to £100 + +BOOSTED="who_boosted" +aggregate_all_child_uplifts: MODE="default_config" +aggregate_all_child_uplifts: + python3 minos/outcomes/make_lineplots_macros.py $(MODE) "incremental_all_child" + +aggregate_poverty_line_child_uplifts: MODE="default_config" +aggregate_poverty_line_child_uplifts: + python3 minos/outcomes/make_lineplots_macros.py $(MODE) "incremental_relative_poverty" + +aggregate_universal_credit_child_uplifts: MODE="glasgow_scaled" +aggregate_universal_credit_child_uplifts: + python3 minos/outcomes/make_lineplots_macros.py $(MODE) "incremental_universal_credit" + +aggregate_priority_groups_child_uplifts: MODE= "glasgow_scaled" +aggregate_priority_groups_child_uplifts: + python3 minos/outcomes/make_lineplots_macros.py $(MODE) "incremental_priority_groups" + +aggregate_25_universal_credit: MODE="default_config" +aggregate_25_universal_credit: + python3 minos/outcomes/make_lineplots_macros.py $(MODE) "25_universal_credit" + +aggregate_25_relative_poverty: MODE="default_config" +aggregate_25_relative_poverty: + bash minos/outcomes/make_lineplots_macros.sh "25_relative_poverty" + +aggregate_25_all_children: MODE="default_config" +aggregate_25_all_children: + bash minos/outcomes/make_lineplots_macros.sh $(MODE) "25_all" + +########################################## +# Custom subset for social science paper # +########################################## + +social_science_lineplots: + python3 minos/outcomes/make_lineplots_macros.py "default_config" "social_science_all_plots" + +################################# +# Custom subset for scotgov piece +################################# + +#################################### +# Initial work for 25 UC and 25 Priority subgroups. +##################################### + +aggregate_25_UC_vulnerable: MODE="glasgow_scaled" +aggregate_25_UC_vulnerable: + python3 minos/outcomes/make_lineplots_macros.py $(MODE) "25_UC_priority" + +aggregate_50_UC_vulnerable: MODE="glasgow_scaled" +aggregate_50_UC_vulnerable: + python3 minos/outcomes/make_lineplots_macros.py $(MODE) "50_UC_priority" + +aggregate_75_UC_vulnerable: MODE="glasgow_scaled" +aggregate_75_UC_vulnerable: + python3 minos/outcomes/make_lineplots_macros.py $(MODE) "75_UC_priority" + +aggregate_100_UC_vulnerable: MODE="glasgow_scaled" +aggregate_100_UC_vulnerable: + python3 minos/outcomes/make_lineplots_macros.py $(MODE) "100_UC_priority" + +all_uc_vuln: aggregate_25_UC_vulnerable aggregate_50_UC_vulnerable aggregate_75_UC_vulnerable aggregate_100_UC_vulnerable aggregate_universal_credit_child_uplifts aggregate_priority_groups_child_uplifts + +############################################################# +# £25 TO £25 BY £5 increments treatment on treated lineplots. +############################################################## + +aggregate_25_UC_scotland: MODE="scaled_scotland" +aggregate_25_UC_scotland: + python3 minos/outcomes/make_lineplots_macros.py $(MODE) "25_universal_credit" + +aggregate_30_UC_scotland: MODE="scaled_scotland" +aggregate_30_universal_credit: + python3 minos/outcomes/make_lineplots_macros.py $(MODE) "30_universal_credit" + +aggregate_35_UC_scotland: MODE="scaled_scotland" +aggregate_35_universal_credit: + python3 minos/outcomes/make_lineplots_macros.py $(MODE) "35_universal_credit" + +aggregate_40_UC_scotland: MODE="scaled_scotland" +aggregate_40_universal_credit: + python3 minos/outcomes/make_lineplots_macros.py $(MODE) "40_universal_credit" + +aggregate_45_UC_scotland: MODE="scaled_scotland" +aggregate_45_universal_credit: + python3 minos/outcomes/make_lineplots_macros.py $(MODE) "45_universal_credit" + +aggregate_50_UC_scotland: MODE="scaled_scotland" +aggregate_50_universal_credit: + python3 minos/outcomes/make_lineplots_macros.py $(MODE) "50_universal_credit" + +all_25_50_by_5_UC_scotland_uplifts: MODE="scaled_scotland" +all_25_50_by_5_UC_scotland_uplifts: + python3 minos/outcomes/make_lineplots_macros.py $(MODE) "incremental_25_50_by_5_universal_credit" + +all_25_50_by_5_together_UC_uplifts: MODE="default_config" +all_25_50_by_5_together_UC_uplifts: + python3 minos/outcomes/make_lineplots_macros.py $(MODE) "incremental_25_50_by_5_together_universal_credit" + +all_25_50_by_5_together_UC_scotland_uplifts: MODE="scaled_scotland" +all_25_50_by_5_together_UC_scotland_uplifts: + python3 minos/outcomes/make_lineplots_macros.py $(MODE) "incremental_25_50_by_5_together_universal_credit" + +all_10_100_by_10_UC_scotland_uplifts: MODE="scaled_scotland" +all_10_100_by_10_UC_scotland_uplifts: + python3 minos/outcomes/make_lineplots_macros.py $(MODE) "incremental_10_100_by_10_universal_credit" + +all_10_100_by_10_together_UC_scotland_uplifts: MODE="scaled_scotland" +all_10_100_by_10_together_UC_scotland_uplifts: + python3 minos/outcomes/make_lineplots_macros.py $(MODE) "incremental_10_100_by_10_together_universal_credit" + +################################ +# priority subgroups +################################ + +aggregate_25_UC_single_mothers: MODE="scaled_scotland" +aggregate_25_UC_single_mothers: + python3 minos/outcomes/make_lineplots_macros.py $(MODE) "scotland_25_universal_credit_young_mothers" + +aggregate_25_UC_any_priority_subgroup: MODE="scaled_scotland" +aggregate_25_UC_any_priority_subgroup: + python3 minos/outcomes/make_lineplots_macros.py $(MODE) "scotland_25_universal_any_priority_subgroup" + +aggregate_25_UC_many_priority_groups: MODE="scaled_scotland" +aggregate_25_UC_many_priority_groups: + python3 minos/outcomes/make_lineplots_macros.py $(MODE) "scotland_25_universal_many_priority_subgroups" + +all_priority_subgroup_lineplots: aggregate_25_UC_single_mothers, aggregate_25_UC_any_priority_subgroup aggregate_25_UC_many_priority_groups + +######################################################## +# SIMD decile lineplots for glasgow using spatial data # +######################################################## + +baseline_all_deciles: + python3 minos/outcomes/make_lineplots_macros.py "glasgow_scaled" "glasgow_baseline_all_deciles" + +poverty_all_deciles: + python3 minos/outcomes/make_lineplots_macros.py "glasgow_scaled" "glasgow_poverty_all_deciles" + +universal_credit_all_deciles: + python3 minos/outcomes/make_lineplots_macros.py "glasgow_scaled" "glasgow_universal_credit_all_deciles" + +priority_group_all_deciles: + python3 minos/outcomes/make_lineplots_macros.py "glasgow_scaled" "glasgow_priority_groups_all_deciles" + +poverty_first_decile_lineplot: + python3 minos/outcomes/make_lineplots_macros.py "glasgow_scaled" "glasgow_poverty_first" + +poverty_fifth_decile_lineplot: + python3 minos/outcomes/make_lineplots_macros.py "glasgow_scaled" "glasgow_poverty_fifth" + +poverty_tenth_decile_lineplot: + python3 minos/outcomes/make_lineplots_macros.py "glasgow_scaled" "glasgow_poverty_tenth" + +baseline_all_quintiles: + python3 minos/outcomes/make_lineplots_macros.py "glasgow_scaled" "glasgow_baseline_quintile" + +25RelativePoverty_all_quintiles: + python3 minos/outcomes/make_lineplots_macros.py "glasgow_scaled" "glasgow_relative_poverty_quintile" + +25UniversalCredit_all_quintiles: + python3 minos/outcomes/make_lineplots_macros.py "glasgow_scaled" "glasgow_universal_credit_quintile" + +epcg_all_quintiles: + python3 minos/outcomes/make_lineplots_macros.py "glasgow_scaled" "glasgow_epcg_quintile" + +living_wage_all_quintiles: + python3 minos/outcomes/make_lineplots_macros.py "glasgow_scaled" "glasgow_living_wage_quintile" + + +########################################## +# All Scotland 25 UC Quintiles +########################################## + + +baseline_scotland_quintiles: + python3 minos/outcomes/make_lineplots_macros.py "scaled_scotland" "scotland_baseline_quintiles" + +baseline_glasgow_quintiles: + python3 minos/outcomes/make_lineplots_macros.py "scaled_scotland" "glasgow_baseline_quintiles" + +baseline_edinburgh_quintiles: + python3 minos/outcomes/make_lineplots_macros.py "scaled_scotland" "edinburgh_baseline_quintiles" + +25UniversalCredit_scotland_all_quintiles: + python3 minos/outcomes/make_lineplots_macros.py "scaled_scotland" "scotland_25_universal_credit_quintiles" + +25UniversalCredit_glasgow_all_quintiles: + python3 minos/outcomes/make_lineplots_macros.py "scaled_scotland" "glasgow_25_universal_credit_quintiles" + +25UniversalCredit_edinburgh_all_quintiles: + python3 minos/outcomes/make_lineplots_macros.py "scaled_scotland" "edinburgh_25_universal_credit_quintiles" + +# increasing increments dont have the full suite of vis yet. +# maybe a better way of encoding the increasing number of combinations with lists? +30UniversalCredit_scotland_all_quintiles: + python3 minos/outcomes/make_lineplots_macros.py "scaled_scotland" "scotland_30_universal_credit_quintiles" + +35UniversalCredit_scotland_all_quintiles: + python3 minos/outcomes/make_lineplots_macros.py "scaled_scotland" "scotland_35_universal_credit_quintiles" + +40UniversalCredit_scotland_all_quintiles: + python3 minos/outcomes/make_lineplots_macros.py "scaled_scotland" "scotland_40_universal_credit_quintiles" + +45UniversalCredit_scotland_all_quintiles: + python3 minos/outcomes/make_lineplots_macros.py "scaled_scotland" "scotland_45_universal_credit_quintiles" + +50UniversalCredit_scotland_all_quintiles: + python3 minos/outcomes/make_lineplots_macros.py "scaled_scotland" "scotland_50_universal_credit_quintiles" + +all_25_UC_quintiles: baseline_scotland_quintiles baseline_glasgow_quintiles baseline_edinburgh_quintiles 25UniversalCredit_scotland_all_quintiles 25UniversalCredit_glasgow_all_quintiles 25UniversalCredit_edinburgh_all_quintiles + + +# grand daddy makefile for every scotland plot for £25 universal credit +# WARNING: this will take 2+ hours on scotland scaled data. +make every_single_scotland_plot: all_25_50_by_5_UC_scotland_uplifts all_priority_subgroup_lineplots all_25_UC_quintiles all_25_UC_scotland_maps + +############################### +# energy crisis lineplots ##### +############################### + +# EBSS energy downlift. +ebss_lineplot: + python3 minos/outcomes/make_lineplots_macros.py "ebss" + +# do all the above together +all_five_lineplot: + python3 minos/outcomes/make_lineplots_macros.py "all_five" + +epcg_simd_lineplot: + python3 minos/outcomes/make_lineplots_macros.py "glasgow_scaled" "epcg_simd_lineplot" + + +######################################################################## +# need to add macros for these in make_lineplot_macros.sh. do later.. # +######################################################################## + +aggregate_combined_25_child_uplifts: MODE=default_config +aggregate_combined_25_child_uplifts: TREATED_DIRECTORIES = baseline,25UniversalCredit,25RelativePoverty,25All +aggregate_combined_25_child_uplifts: TREATED_DIRECTORY_TAGS="Baseline,£25 Universal Credit,£25 Relative Poverty,£25 All" +aggregate_combined_25_child_uplifts: TREATED_DIRECTORY_SUBSETS = "who_kids",$(BOOSTED),$(BOOSTED),$(BOOSTED) +aggregate_combined_25_child_uplifts: + bash minos/outcomes/make_lineplot.sh $(MODE) $(TREATED_DIRECTORIES) $(TREATED_DIRECTORY_TAGS) $(TREATED_DIRECTORY_SUBSETS) "combined_25_child_uplifts" + +aggregate_all_25_child_uplifts: aggregate_25_all_children aggregate_25_relative_poverty aggregate_25_universal_credit aggregate_combined_25_child_uplifts + aggregate_minos_output_living_wage: bash minos/outcomes/make_lineplot.sh $(MODE) baseline,livingWageIntervention "Baseline,Living Wage Intervention" who_below_living_wage,who_boosted "living_wage" $(AGG_VAR) $(REGION) aggregate_minos_output_poverty_child_uplift: - bash minos/outcomes/make_lineplot.sh $(MODE) baseline,hhIncomePovertyLineChildUplift "Baseline,Poverty Line Uplift" who_below_poverty_line_and_kids,who_boosted "poverty_line_child_uplift" $(AGG_VAR) $(REGION) + bash minos/outcomes/make_lineplot.sh $(MODE) baseline,hhIncomePovertyLineChildUplift "Baseline,Poverty Line Uplift" who_below_poverty_line_and_kids,who_boosted "poverty_line_child_uplift" + +aggregate_minos_output_child_poverty_reductionRANDOM: + bash minos/outcomes/make_lineplot.sh default_config baseline,ChildPovertyReductionRANDOM "Baseline,Child Poverty Reduction RANDOM" who_alive,who_boosted "child_poverty_reduction_RANDOM_who_alive" + bash minos/outcomes/make_lineplot.sh default_config baseline,ChildPovertyReductionRANDOM "Baseline,Child Poverty Reduction RANDOM" who_kids,who_boosted "child_poverty_reduction_RANDOM_who_kids" + bash minos/outcomes/make_lineplot.sh default_config baseline,ChildPovertyReductionRANDOM "Baseline,Child Poverty Reduction RANDOM" who_below_poverty_line_and_kids,who_boosted "child_poverty_reduction_RANDOM_who_pov_kids" + +aggregate_minos_output_child_poverty_reductionSUSTAIN: + bash minos/outcomes/make_lineplot.sh default_config baseline,ChildPovertyReductionSUSTAIN "Baseline,Child Poverty Reduction SUSTAIN" who_alive,who_boosted "child_poverty_reduction_SUSTAIN_who_alive" + bash minos/outcomes/make_lineplot.sh default_config baseline,ChildPovertyReductionSUSTAIN "Baseline,Child Poverty Reduction SUSTAIN" who_kids,who_boosted "child_poverty_reduction_SUSTAIN_who_kids" + bash minos/outcomes/make_lineplot.sh default_config baseline,ChildPovertyReductionSUSTAIN "Baseline,Child Poverty Reduction SUSTAIN" who_below_poverty_line_and_kids,who_boosted "child_poverty_reduction_SUSTAIN_who_pov_kids" + +#aggregate_minos_output_all_child_uplift: +# bash minos/outcomes/make_lineplot.sh $(MODE) baseline,hhIncomeChildUplift "Baseline,All Children Uplift" who_kids,who_boosted "all_child_uplift" aggregate_minos_output_all_child_uplift: bash minos/outcomes/make_lineplot.sh $(MODE) baseline,hhIncomeChildUplift "Baseline,All Children Uplift" who_kids,who_boosted "all_child_uplift" $(AGG_VAR) $(REGION) @@ -172,9 +459,6 @@ aggregate_combined_vulnerable: aggregate_minos_output_energy: bash minos/outcomes/make_lineplot.sh $(MODE) baseline,energyDownlift,energyDownliftNoSupport "Baseline,Energy crisis with the EPCG,Energy crisis with no support" who_uses_energy,who_boosted,who_boosted "epcg" $(AGG_VAR) $(REGION) -aggregate_minos_output_energy_old: # old command not using intervention with no support as well - bash minos/outcomes/make_lineplot.sh $(MODE) baseline,energyDownlift "Baseline,Energy Downlift" who_uses_energy,who_boosted "energy_downlift" $(AGG_VAR) $(REGION) - #################################################################################################################################################### # Mapping multiple MINOS outputs into super outputs (LSOA/data zones) over Glasgow, Sheffield, Manchester, and Scotland regions. #################################################################################################################################################### @@ -243,11 +527,6 @@ aggregate_baseline_poverty_uplift_map: $(PYTHON) minos/outcomes/format_spatial_output.py -m $(OUTPUT_SUBDIR) -i hhIncomePovertyLineChildUplift -y $(AGG_YEAR) -r $(REGION) -s who_boosted -p $(SYNTH) -v $(AGG_VAR) $(RSCRIPT) minos/outcomes/sf12_difference_map.R -m $(OUTPUT_SUBDIR) -b baseline -i hhIncomePovertyLineChildUplift -r $(REGION) -y $(AGG_YEAR) -s $(SYNTH) -v $(AGG_VAR) -epcg_ebss_map: - $(PYTHON) minos/outcomes/format_spatial_output.py -i "EBSS" -y 2025 -m "glasgow_scaled" -s who_boosted -p true -r "glasgow" - $(PYTHON) minos/outcomes/format_spatial_output.py -i "EPCG" -y 2025 -m "glasgow_scaled" -s who_boosted -p true -r "glasgow" - $(RSCRIPT) minos/outcomes/sf12_difference_map.R -m "glasgow_scaled" -b "EPCG" -i "EBSS" -r "glasgow" -y $(AGG_YEAR) -y 2025 -s $(SYNTH) -v $(AGG_VAR) - aggregate_all_energy_interventions: python3 minos/outcomes/make_lineplots_macros.py "all_energy_lineplots" @@ -322,3 +601,37 @@ map_all_EI_synthetic: REGION=glasgow map_all_EI_synthetic: SYNTH=true map_all_EI_synthetic: all_intervention_maps +epcg_ebss_map: + $(PYTHON) minos/outcomes/format_spatial_output.py -i "EBSS" -y 2025 -m "glasgow_scaled" -s who_boosted -p true -r "glasgow" + $(PYTHON) minos/outcomes/format_spatial_output.py -i "EPCG" -y 2025 -m "glasgow_scaled" -s who_boosted -p true -r "glasgow" + $(RSCRIPT) minos/outcomes/sf12_difference_map.R -m "glasgow_scaled" -j "EPCG" -i "EBSS" -r "glasgow" -d "plots/epcg_ebss_diff_map.pdf" -y 2025 + +uc_baseline_map: + $(PYTHON) minos/outcomes/format_spatial_output.py -i "baseline" -y 2025 -m "glasgow_scaled" -s who_universal_credit_and_kids -p true -r "glasgow" + $(PYTHON) minos/outcomes/format_spatial_output.py -i "25UniversalCredit" -y 2025 -m "glasgow_scaled" -s who_boosted -p true -r "glasgow" + $(RSCRIPT) minos/outcomes/sf12_difference_map.R -m "glasgow_scaled" -j "baseline" -i "25UniversalCredit" -r "glasgow" -d "plots/universal_credit_baseline_diff_map.pdf" -y 2025 + +priority_baseline_map: + $(PYTHON) minos/outcomes/format_spatial_output.py -i "baseline" -y 2025 -m "glasgow_scaled" -s who_universal_credit_and_kids -p true -r "glasgow" + $(PYTHON) minos/outcomes/format_spatial_output.py -i "25Priority" -y 2025 -m "glasgow_scaled" -s who_boosted -p true -r "glasgow" + $(RSCRIPT) minos/outcomes/sf12_difference_map.R -m "glasgow_scaled" -j "baseline" -i "25Priority" -r "glasgow" -d "plots/priority_baseline_diff_map.pdf" -y 2025 + +25_UC_2025_glasgow_map: + $(PYTHON) minos/outcomes/format_spatial_output.py -i "baseline" -y 2025 -m "scaled_scotland" -s who_universal_credit_and_kids -p true -r "glasgow" -v "SF_12" + $(PYTHON) minos/outcomes/format_spatial_output.py -i "25UniversalCredit" -y 2025 -m "scaled_scotland" -s who_universal_credit_and_kids -p true -r "glasgow" -v "SF_12" + $(RSCRIPT) minos/outcomes/sf12_difference_map.R -m "scaled_scotland" -b "baseline" -i "25UniversalCredit" -r "glasgow" -y 2025 -v "SF_12" -s true + +25_UC_2025_edinburgh_map: + $(PYTHON) minos/outcomes/format_spatial_output.py -i "baseline" -y 2025 -m "scaled_scotland" -s who_universal_credit_and_kids -p true -r "edinburgh" -v "SF_12" + $(PYTHON) minos/outcomes/format_spatial_output.py -i "25UniversalCredit" -y 2025 -m "scaled_scotland" -s who_universal_credit_and_kids -p true -r "edinburgh" -v "SF_12" + $(RSCRIPT) minos/outcomes/sf12_difference_map.R -m "scaled_scotland" -b "baseline" -i "25UniversalCredit" -r "edinburgh" -y 2025 -v "SF_12" -s true + +all_25_UC_scotland_maps: 25_UC_2025_glasgow_map 25_UC_2025_edinburgh_map + +# experimental bash scripts. +main_maps: + bash minos/outcomes/aggregated_maps.sh + + +map_all: aggregate_baseline_map aggregate_baseline_energy_map aggregate_baseline_living_wage_map aggregate_baseline_all_uplift_map aggregate_baseline_poverty_uplift_map +map_concept_note: aggregate_baseline_map aggregate_baseline_energy_map aggregate_baseline_living_wage_map aggregate_baseline_all_uplift_map diff --git a/minos/outcomes/SF12_mean_from_csvs.py b/minos/outcomes/SF12_mean_from_csvs.py deleted file mode 100755 index 2bf22900..00000000 --- a/minos/outcomes/SF12_mean_from_csvs.py +++ /dev/null @@ -1,37 +0,0 @@ -import glob -import pandas as pd -import numpy as np -import itertools - - -def get_SF12_mean(file_names, year, source): - - means = [] - for file in file_names: - #print(file) - data = pd.read_csv(file) - mean = np.nanmean(data['SF_12']) - #print(mean) - means.append(mean) - - means = pd.DataFrame(means, columns=["SF_12"]) - print(year, means) - out_filename = source + f"means_{year}.csv" - means.to_csv(out_filename) - -def main(sources, years): - # Assemble lists into grand list of all combinations. - # Each experiment will use one item of this list. - - for source in sources: - for year in years: - file_names = glob.glob(f"{source}/*{year}.csv") - print(file_names) - get_SF12_mean(file_names, year, source) - -if __name__ == '__main__': - #sources = ['output/baseline/', 'output/povertyUplift/', 'output/childUplift/'] - sources = ['output/twentyFivePovertyUplift/'] - years = np.arange(2010, 2019) - main(sources, years) - diff --git a/minos/outcomes/aggregate_lineplot.py b/minos/outcomes/aggregate_lineplot.py index 40971f35..b3fa5454 100755 --- a/minos/outcomes/aggregate_lineplot.py +++ b/minos/outcomes/aggregate_lineplot.py @@ -38,6 +38,7 @@ def aggregate_lineplot(source, destination, v, method, prefix, region): """ # seaborn line plot does this easily. change colours, line styles, and marker styles for easier readibility. df = pd.read_csv(source) + #df = df.loc[df['year']>=2021, ] df[v] -= 1 # set centre at 0. # set year to int for formatting purposes diff --git a/minos/outcomes/aggregate_minos_output.py b/minos/outcomes/aggregate_minos_output.py index 582ef45e..0c652287 100755 --- a/minos/outcomes/aggregate_minos_output.py +++ b/minos/outcomes/aggregate_minos_output.py @@ -108,6 +108,7 @@ def main(source, mode, years, tag, v, method, subset_function_string): print(f"Saved file to {destination}") + if __name__ == '__main__': parser = argparse.ArgumentParser(description="Aggregate output data from a MINOS batch run directory.") diff --git a/minos/outcomes/aggregate_stacked_barplot.R b/minos/outcomes/aggregate_stacked_barplot.R new file mode 100644 index 00000000..0e514b42 --- /dev/null +++ b/minos/outcomes/aggregate_stacked_barplot.R @@ -0,0 +1,113 @@ + +# take some housing quality percentage over time data for minos runs from make_lineplots.py requires finding latest timestamp for dta. +# take mean. +# group overall + + +library(here) +library(ggplot2) +library(dplyr) + +source(here::here('minos', 'utils_datain.R')) + +stack_barplot_with_uncertainty<- function(mode, source, v) { + + data.path <- here::here("output", mode, source) + data.path <- get_latest_runtime_subdirectory(data.path) # calculate latest time folder of data to get runs from. + data.path <- paste0(data.path, v, "_aggregation_using_aggregate_percentage_counts.csv") + data <- read.csv(data.path) + + if (v == "housing_quality" ){ + data[, c(v)] <- factor(data[, c(v)], levels = c("High", "Medium", "Low")) + } + else if (v == "neighbourhood_safety" || v == "loneliness") { + data[, c(v)] <- factor(data[, c(v)], levels = c(1, 2, 3)) + } + + for (tag in unique(data$tag)) { + data2 <- data[which(data$tag == tag),] + if (length(unique(data2$id)) == 1) { + + print ("Warning! Only one model run being used to calculate standard errors. Plots will have no uncertainty bars.") + data3 <- data2 %>% + group_by(time, !!sym(v)) %>% + summarise(mean = mean(prct, na.rm = TRUE)) + + barplot <-ggplot(data = data3, mapping = aes(x = time, y = mean, fill=!!sym(v))) + + geom_bar(stat = 'identity') + + geom_vline(xintercept=2020, linetype='dotted') + + labs(title = paste0(v, " over time for ", tag)) + + xlab('Year') + + ylab('Proportion') + + save.path <- paste0(here::here(), "/plots/", tag, "_", v, "_aggregate_barplot.pdf") + ggsave(save.path, plot = last_plot()) + print(paste0("Saved to: ", save.path)) + #print(barplot) + } + + else { + + data3 <- data2 %>% + group_by(time, !!sym(v)) %>% + arrange(time, !!sym(v)) %>% + summarise(mean = mean(prct, na.rm = TRUE), + std = sd(prct, na.rm = TRUE), + n = n()) %>% + mutate(se = std / sqrt(n), # grab CIs + cs = cumsum(mean)) %>% + mutate(lower.ci = 1- (cs + qt(1 - (0.05 / 2), n - 1) * se), + upper.ci = 1- (cs - qt(1 - (0.05 / 2), n - 1) * se)) + + #print(data) + + barplot <-ggplot(data = data3, mapping = aes(x = time, y = mean, fill=!!sym(v))) + + geom_bar(stat = 'identity') + + geom_errorbar(aes(x=time, y = cs, ymin= lower.ci, ymax= upper.ci)) + + geom_vline(xintercept=2020, linetype='dotted') + + labs(title = paste0(v, " over time for ", tag)) + + xlab('Year') + + ylab('Proportion') + + if (tag == "Baseline"){ + save.path <- paste0(here::here(), "/plots/", "handovers_", source, "_", tag, "_", v, "_aggregate_barplot.pdf") + } + else { + save.path <- paste0(here::here(), "/plots/", "handovers_", tag, "_", v, "_aggregate_barplot.pdf") + } + + ggsave(save.path, plot = last_plot()) + print(paste0("Saved to: ", save.path)) + #print(barplot) + } + #print(barplot) + } + +} + +main <- function() { + mode <- "default_config" + stack_barplot_with_uncertainty(mode, "50UniversalCredit", "housing_quality") + stack_barplot_with_uncertainty(mode, "50RelativePoverty", "housing_quality") + stack_barplot_with_uncertainty(mode, "livingWageIntervention", "housing_quality") + stack_barplot_with_uncertainty(mode, "livingWageIntervention", "housing_quality") + stack_barplot_with_uncertainty(mode, "livingWageIntervention", "housing_quality") + stack_barplot_with_uncertainty(mode, "energyDownlift", "housing_quality") + + stack_barplot_with_uncertainty(mode, "50UniversalCredit", "neighbourhood_safety") + stack_barplot_with_uncertainty(mode, "50RelativePoverty", "neighbourhood_safety") + stack_barplot_with_uncertainty(mode, "livingWageIntervention", "neighbourhood_safety") + stack_barplot_with_uncertainty(mode, "livingWageIntervention", "neighbourhood_safety") + stack_barplot_with_uncertainty(mode, "livingWageIntervention", "neighbourhood_safety") + stack_barplot_with_uncertainty(mode, "energyDownlift", "neighbourhood_safety") + + stack_barplot_with_uncertainty(mode, "50UniversalCredit", "loneliness") + stack_barplot_with_uncertainty(mode, "50RelativePoverty", "loneliness") + stack_barplot_with_uncertainty(mode, "livingWageIntervention", "loneliness") + stack_barplot_with_uncertainty(mode, "livingWageIntervention", "loneliness") + stack_barplot_with_uncertainty(mode, "livingWageIntervention", "loneliness") + stack_barplot_with_uncertainty(mode, "energyDownlift", "loneliness") + +} + +main() \ No newline at end of file diff --git a/minos/outcomes/aggregate_subset_functions.py b/minos/outcomes/aggregate_subset_functions.py index a623ef5f..6dcb6203 100755 --- a/minos/outcomes/aggregate_subset_functions.py +++ b/minos/outcomes/aggregate_subset_functions.py @@ -3,49 +3,227 @@ import numpy as np import pandas as pd -def dynamic_subset_function(data, subset_chain_string=None, mode = 'default_config'): +def dynamic_subset_function(data, subset_chain_string=None, mode='default_config', drop_dead=True): if subset_chain_string == None: function_string = "who_alive" print("No subset defined. Defaulting to who_alive..") subset_chains = {"who": [], # Original intervention subgroups. - "who_alive": [who_alive], - "who_boosted": [who_alive, who_boosted], - "who_below_living_wage": [who_alive, who_below_living_wage], - "who_kids": [who_alive, who_kids], - "who_below_poverty_line_and_kids": [who_alive, who_kids, who_below_poverty_line], - "who_scottish": [who_alive, who_scottish], - "who_bottom_income_quintile": who_bottom_income_quintile, - # Scottish gov sgugested vulnerable subgroups. - "who_disabled": [who_alive, who_kids, who_disabled], - "who_ethnic_minority": [who_alive, who_kids, who_ethnic_minority], - "who_three_kids": [who_alive, who_three_kids], - "who_young_mother": [who_alive, who_young_adults, who_female, who_kids], - "who_young_adults": [who_alive, who_kids, who_young_adults], - "who_unemployed_adults": [who_alive, who_adult, who_kids, who_unemployed], - "who_no_formal_education": [who_alive, who_kids, who_no_formal_education], + "who_alive": [who_alive], + "who_boosted": [who_alive, who_boosted], + "who_below_living_wage": [who_alive, who_below_living_wage], + "who_kids": [who_alive, who_kids], + "who_below_poverty_line_and_kids": [who_alive, who_kids, who_below_poverty_line], + "who_universal_credit_and_kids": [who_alive, who_kids, who_universal_credit], + "who_scottish": [who_alive, who_scottish], + "who_uses_energy": [who_alive, who_uses_energy], + + # Scottish gov sgugested priort subgroups. + "who_disabled": [who_alive, who_kids, who_disabled], + "who_ethnic_minority": [who_alive, who_kids, who_ethnic_minority], + "who_three_kids": [who_alive, who_three_kids], + "who_young_mothers": [who_alive, who_young_adults, who_female, who_kids], + "who_young_adults": [who_alive, who_kids, who_young_adults], + "who_unemployed_adults": [who_alive, who_adult, who_kids, who_unemployed], + "who_no_formal_education": [who_alive, who_kids, who_no_formal_education], + "who_newborn": [who_alive, who_kids, who_has_newborn], # Not sure about this one? single parent may not be primrary caregiver. e.g. divorced dad without custody. + "who_lone_parent_families": [who_alive, who_single, who_kids], + # NOT IMPLEMENTED BELOW HERE YET. NO SUFFICIENT DATA IN UNDERSTANDING SOCIETY. + # "who_complex_needs": None, + # "who_income_benefits": None, + # "who_no_public_funds_recourse": None, "who_lone_parent_families": [who_alive, who_single, who_kids], - "who_uses_energy": [who_alive, who_uses_energy], - # NOT IMPLEMENTED BELOW HERE YET. NO SUFFICIENT DATA IN UNDERSTANDING SOCIETY. - #"who_complex_needs": None, - #"who_babies_under_one": None, - #"who_income_benefits": None, - #"who_no_public_funds_recourse": None, - } + + 'who_priority_subgroups': [who_alive, who_kids, who_priority_subgroups], + 'who_priority_subgroups_and_kids': [who_alive, who_kids, who_priority_subgroups], + 'who_multiple_priority_subgroups': [who_alive, who_kids, who_multiple_priority_subgroups], + 'who_multiple_priority_subgroups_and_kids': [who_alive, who_kids, who_multiple_priority_subgroups], + + "who_first_simd_decile": [who_alive, [who_kth_simd_decile, [1]]], + "who_second_simd_decile": [who_alive, [who_kth_simd_decile, [2]]], + "who_third_simd_decile": [who_alive, [who_kth_simd_decile, [3]]], + "who_fourth_simd_decile": [who_alive, [who_kth_simd_decile, [4]]], + "who_fifth_simd_decile": [who_alive, [who_kth_simd_decile, [5]]], + "who_sixth_simd_decile": [who_alive, [who_kth_simd_decile, [6]]], + "who_seventh_simd_decile": [who_alive, [who_kth_simd_decile, [7]]], + "who_eighth_simd_decile": [who_alive, [who_kth_simd_decile, [8]]], + "who_ninth_simd_decile": [who_alive, [who_kth_simd_decile, [9]]], + "who_tenth_simd_decile": [who_alive, [who_kth_simd_decile, [10]]], + + "who_boosted_first_simd_decile": [who_alive, who_boosted, [who_kth_simd_decile, [1]]], + "who_boosted_second_simd_decile": [who_alive, who_boosted, [who_kth_simd_decile, [2]]], + "who_boosted_third_simd_decile": [who_alive, who_boosted, [who_kth_simd_decile, [3]]], + "who_boosted_fourth_simd_decile": [who_alive, who_boosted, [who_kth_simd_decile, [4]]], + "who_boosted_fifth_simd_decile": [who_alive, who_boosted, [who_kth_simd_decile, [5]]], + "who_boosted_sixth_simd_decile": [who_alive, who_boosted, [who_kth_simd_decile, [6]]], + "who_boosted_seventh_simd_decile": [who_alive, who_boosted, [who_kth_simd_decile, [7]]], + "who_boosted_eighth_simd_decile": [who_alive, who_boosted, [who_kth_simd_decile, [8]]], + "who_boosted_ninth_simd_decile": [who_alive, who_boosted, [who_kth_simd_decile, [9]]], + "who_boosted_tenth_simd_decile": [who_alive, who_boosted, [who_kth_simd_decile, [10]]], + + "who_kids_first_simd_decile": [who_alive, who_kids, [who_kth_simd_decile, [1]]], + "who_kids_second_simd_decile": [who_alive, who_kids, [who_kth_simd_decile, [2]]], + "who_kids_third_simd_decile": [who_alive, who_kids, [who_kth_simd_decile, [3]]], + "who_kids_fourth_simd_decile": [who_alive, who_kids, [who_kth_simd_decile, [4]]], + "who_kids_fifth_simd_decile": [who_alive, who_kids, [who_kth_simd_decile, [5]]], + "who_kids_sixth_simd_decile": [who_alive, who_kids, [who_kth_simd_decile, [6]]], + "who_kids_seventh_simd_decile": [who_alive, who_kids, [who_kth_simd_decile, [7]]], + "who_kids_eighth_simd_decile": [who_alive, who_kids, [who_kth_simd_decile, [8]]], + "who_kids_ninth_simd_decile": [who_alive, who_kids, [who_kth_simd_decile, [9]]], + "who_kids_tenth_simd_decile": [who_alive, who_kids, [who_kth_simd_decile, [10]]], + + "who_below_poverty_line_and_kids_first_simd_decile": [who_alive, who_kids, who_below_poverty_line, [who_kth_simd_decile, [1]]], + "who_below_poverty_line_and_kids_second_simd_decile": [who_alive, who_kids, who_below_poverty_line, [who_kth_simd_decile, [2]]], + "who_below_poverty_line_and_kids_third_simd_decile": [who_alive, who_kids, who_below_poverty_line, [who_kth_simd_decile, [3]]], + "who_below_poverty_line_and_kids_fourth_simd_decile": [who_alive, who_kids, who_below_poverty_line, [who_kth_simd_decile, [4]]], + "who_below_poverty_line_and_kids_fifth_simd_decile": [who_alive, who_kids, who_below_poverty_line, [who_kth_simd_decile, [5]]], + "who_below_poverty_line_and_kids_sixth_simd_decile": [who_alive, who_kids, who_below_poverty_line, [who_kth_simd_decile, [6]]], + "who_below_poverty_line_and_kids_seventh_simd_decile": [who_alive, who_kids, who_below_poverty_line, [who_kth_simd_decile, [7]]], + "who_below_poverty_line_and_kids_eighth_simd_decile": [who_alive, who_kids, who_below_poverty_line, [who_kth_simd_decile, [8]]], + "who_below_poverty_line_and_kids_ninth_simd_decile": [who_alive, who_kids, who_below_poverty_line, [who_kth_simd_decile, [9]]], + "who_below_poverty_line_and_kids_tenth_simd_decile": [who_alive, who_kids, who_below_poverty_line, [who_kth_simd_decile, [10]]], + + "who_universal_credit_and_kids_first_simd_decile": [who_alive, who_kids, who_universal_credit, [who_kth_simd_decile, [1]]], + "who_universal_credit_and_kids_second_simd_decile": [who_alive, who_kids, who_universal_credit, [who_kth_simd_decile, [2]]], + "who_universal_credit_and_kids_third_simd_decile": [who_alive, who_kids, who_universal_credit, [who_kth_simd_decile, [3]]], + "who_universal_credit_and_kids_fourth_simd_decile": [who_alive, who_kids, who_universal_credit, [who_kth_simd_decile, [4]]], + "who_universal_credit_and_kids_fifth_simd_decile": [who_alive, who_kids, who_universal_credit, [who_kth_simd_decile, [5]]], + "who_universal_credit_and_kids_sixth_simd_decile": [who_alive, who_kids, who_universal_credit, [who_kth_simd_decile, [6]]], + "who_universal_credit_and_kids_seventh_simd_decile": [who_alive, who_kids, who_universal_credit, [who_kth_simd_decile, [7]]], + "who_universal_credit_and_kids_eighth_simd_decile": [who_alive, who_kids, who_universal_credit, [who_kth_simd_decile, [8]]], + "who_universal_credit_and_kids_ninth_simd_decile": [who_alive, who_kids, who_universal_credit, [who_kth_simd_decile, [9]]], + "who_universal_credit_and_kids_tenth_simd_decile": [who_alive, who_kids, who_universal_credit, [who_kth_simd_decile, [10]]], + + "who_priority_subgroups_first_simd_decile": [who_alive, who_kids, who_priority_subgroups, [who_kth_simd_decile, [1]]], + "who_priority_subgroups_second_simd_decile": [who_alive, who_kids, who_priority_subgroups, [who_kth_simd_decile, [2]]], + "who_priority_subgroups_third_simd_decile": [who_alive, who_kids, who_priority_subgroups, [who_kth_simd_decile, [3]]], + "who_priority_subgroups_fourth_simd_decile": [who_alive, who_kids, who_priority_subgroups, [who_kth_simd_decile, [4]]], + "who_priority_subgroups_fifth_simd_decile": [who_alive, who_kids, who_priority_subgroups, [who_kth_simd_decile, [5]]], + "who_priority_subgroups_sixth_simd_decile": [who_alive, who_kids, who_priority_subgroups, [who_kth_simd_decile, [6]]], + "who_priority_subgroups_seventh_simd_decile": [who_alive, who_kids, who_priority_subgroups, [who_kth_simd_decile, [7]]], + "who_priority_subgroups_eighth_simd_decile": [who_alive, who_kids, who_priority_subgroups, [who_kth_simd_decile, [8]]], + "who_priority_subgroups_ninth_simd_decile": [who_alive, who_kids, who_priority_subgroups, [who_kth_simd_decile, [9]]], + "who_priority_subgroups_tenth_simd_decile": [who_alive, who_kids, who_priority_subgroups, [who_kth_simd_decile, [10]]], + + "who_first_simd_quintile": [who_alive, [who_kth_simd_quintile, [1]]], + "who_second_simd_quintile": [who_alive, [who_kth_simd_quintile, [2]]], + "who_third_simd_quintile": [who_alive, [who_kth_simd_quintile, [3]]], + "who_fourth_simd_quintile": [who_alive, [who_kth_simd_quintile, [4]]], + "who_fifth_simd_quintile": [who_alive, [who_kth_simd_quintile, [5]]], + + "who_priority_subgroups_first_simd_quintile": [who_alive, who_kids, who_priority_subgroups, [who_kth_simd_quintile, [1]]], + "who_priority_subgroups_second_simd_quintile": [who_alive, who_kids, who_priority_subgroups, [who_kth_simd_quintile, [2]]], + "who_priority_subgroups_third_simd_quintile": [who_alive, who_kids, who_priority_subgroups, [who_kth_simd_quintile, [3]]], + "who_priority_subgroups_fourth_simd_quintile": [who_alive, who_kids, who_priority_subgroups, [who_kth_simd_quintile, [4]]], + "who_priority_subgroups_fifth_simd_quintile": [who_alive, who_kids, who_priority_subgroups, [who_kth_simd_quintile, [5]]], + + "who_below_poverty_line_and_kids_first_simd_quintile": [who_alive, who_kids, who_below_poverty_line, [who_kth_simd_quintile, [1]]], + "who_below_poverty_line_and_kids_second_simd_quintile": [who_alive, who_kids, who_below_poverty_line, [who_kth_simd_quintile, [2]]], + "who_below_poverty_line_and_kids_third_simd_quintile": [who_alive, who_kids, who_below_poverty_line, [who_kth_simd_quintile, [3]]], + "who_below_poverty_line_and_kids_fourth_simd_quintile": [who_alive, who_kids, who_below_poverty_line, [who_kth_simd_quintile, [4]]], + "who_below_poverty_line_and_kids_fifth_simd_quintile": [who_alive, who_kids, who_below_poverty_line, [who_kth_simd_quintile, [5]]], + + "who_universal_credit_and_kids_first_simd_quintile": [who_alive, who_kids, who_universal_credit, [who_kth_simd_quintile, [1]]], + "who_universal_credit_and_kids_second_simd_quintile": [who_alive, who_kids, who_universal_credit, [who_kth_simd_quintile, [2]]], + "who_universal_credit_and_kids_third_simd_quintile": [who_alive, who_kids, who_universal_credit, [who_kth_simd_quintile, [3]]], + "who_universal_credit_and_kids_fourth_simd_quintile": [who_alive, who_kids, who_universal_credit, [who_kth_simd_quintile, [4]]], + "who_universal_credit_and_kids_fifth_simd_quintile": [who_alive, who_kids, who_universal_credit, [who_kth_simd_quintile, [5]]], + + "who_boosted_first_simd_quintile": [who_alive, who_boosted, [who_kth_simd_quintile, [1]]], + "who_boosted_second_simd_quintile": [who_alive, who_boosted, [who_kth_simd_quintile, [2]]], + "who_boosted_third_simd_quintile": [who_alive, who_boosted, [who_kth_simd_quintile, [3]]], + "who_boosted_fourth_simd_quintile": [who_alive, who_boosted, [who_kth_simd_quintile, [4]]], + "who_boosted_fifth_simd_quintile": [who_alive, who_boosted, [who_kth_simd_quintile, [5]]], + + + "who_uses_energy_first_simd_quintile": [who_alive, [who_kth_simd_quintile, [1]]], + "who_uses_energy_second_simd_quintile": [who_alive, [who_kth_simd_quintile, [2]]], + "who_uses_energy_third_simd_quintile": [who_alive, [who_kth_simd_quintile, [3]]], + "who_uses_energy_fourth_simd_quintile": [who_alive, [who_kth_simd_quintile, [4]]], + "who_uses_energy_fifth_simd_quintile": [who_alive, [who_kth_simd_quintile, [5]]], + + } subset_chain = subset_chains[subset_chain_string] + if "glasgow" in subset_chain_string: + subset_chain.append(who_glasgow) + + if "edinburgh" in subset_chain_string: + subset_chain.append(who_edinburgh) + + if mode == 'scotland_mode': # if in scotland mode add it to the . subset_chain.append(who_scottish) + # dropping dead people seperately makes sense. don't want to add them back in again later when choosing individuals + # in any eligible households. + if drop_dead: + data = who_alive(data) + + data.loc[data.index, "who_final_boosted_subset"] = True + + # updated the logic here such that anyone if a household contains any eligible person. for subset_function in subset_chain: - data = subset_function(data) + if type(subset_function) == list: # if the function has additional args pass them here. + subset_function, subset_args = subset_function + data.loc[list(set(data.index) - set(subset_function(data, subset_args)).index), "who_final_boosted_subset"] *= False + else: # if function has no additional args pass them here. + data.loc[list(set(data.index) - set(subset_function(data).index)), "who_final_boosted_subset"] *= False + + who_subsetted = np.unique(data.query('who_final_boosted_subset == True')['hidp']) + return data.loc[data['hidp'].isin(who_subsetted), ] # set everyone who satisfies uplift condition to true. + + +def get_required_intervention_variables(subset_function_string): + # get required variables for intervention used in aggregate_subset_function. makes csvs load much faster. + default_variables = ["weight", "pidp", "hidp", "alive", "SF_12", 'time', "housing_quality", "hh_income", "neighbourhood_safety", "nkids", "loneliness"] + + if "boosted" in subset_function_string: + default_variables += ["income_boosted", "boost_amount"] + + if "decile" in subset_function_string or "quintile" in subset_function_string: + default_variables += ["ZoneID", "simd_decile"] + + if "kids" in subset_function_string: + default_variables += ["nkids"] + + if "universal_credit" in subset_function_string: + default_variables += ['universal_credit'] + + if "below_poverty_line" in subset_function_string: + default_variables += [] - return data + if "priority_subgroups" in subset_function_string: + default_variables += ["nkids", "age", "ethnicity", "marital_status", "S7_labour_state", 'simd_decile', 'has_newborn'] + if "energy" in subset_function_string: + default_variables += ["yearly_energy"] + + if "living_wage" in subset_function_string: + default_variables += ["region", "hourly_wage", "age", "job_hours"] + + #print(subset_function_string, default_variables) + + required_variables_dict = { + # priority subgroups for scotgov. single groups, all groups together, and multiple groups. + # plus some very custom functions for mapping specific quintiles. + "who_newborn": ['nkids', "has_newborn"], + "who_young_mothers": ['nkids', "age", "sex"], + "who_disabled": ['nkids', "S7_labour_state"], + "who_ethnic_minority": ['nkids', "ethnicity"], + "who_three_kids": ['nkids'], + "who_young_adults": ['nkids', "age"], + "who_unemployed_adults": ['nkids', "age", "S7_labour_state"], + "who_no_formal_education": ['nkids', "education_state"], + } + + if subset_function_string in required_variables_dict: + default_variables += required_variables_dict[subset_function_string] + return default_variables def who_alive(df): """ Get who is alive. @@ -55,22 +233,31 @@ def who_alive(df): Returns ------- """ - return df.loc[df['alive'] == 'alive', ] + return df.loc[df['alive'] == 'alive',] +def who_uses_energy(df): + # who spends money on energy. fuel bills > 0. + return df.loc[df['yearly_energy']>=0,] def who_adult(df): return df.query("age >= 16") def who_below_living_wage(df): - # Who earns below the living wage? + + # who in london, works, and is below living wage of £13.15 who_uplifted_London = df['hourly_wage'] > 0 who_uplifted_London *= df['region'] == 'London' - who_uplifted_London *= df['hourly_wage'] < 11.95 + who_uplifted_London *= df['hourly_wage'] < 13.15 + who_uplifted_London *= df['job_hours'] > 0 + + # who not in london, works, and is below living wage of £12.00 who_uplifted_notLondon = df['hourly_wage'] > 0 who_uplifted_notLondon *= df['region'] != 'London' - who_uplifted_notLondon *= df['hourly_wage'] < 10.90 - return df.loc[who_uplifted_notLondon | who_uplifted_London, ] # get anyone from either group. + who_uplifted_notLondon *= df['hourly_wage'] < 12.00 + who_uplifted_notLondon *= df['job_hours'] > 0 + + return df.loc[who_uplifted_notLondon | who_uplifted_London, ] # get anyone from either group. def who_bottom_income_quintile(df, k=1): @@ -81,7 +268,8 @@ def who_bottom_income_quintile(df, k=1): def who_below_poverty_line(df): "who below poverty line?. Defined as 60% of national median hh income." - return df.loc[df['hh_income'] <= (np.nanmedian(df['hh_income']) * 0.6), ] + return df.loc[df['hh_income'] <= (np.nanmedian(df['hh_income']) * 0.6),] + #return df.loc[df['hh_income'] <= 1300.0,] def who_boosted(df): @@ -90,12 +278,18 @@ def who_boosted(df): def who_disabled(df): - return df.query("`labour_state` == 'Sick/Disabled'") + return df.query("`S7_labour_state` == 'Sick/Disabled'") + + +def who_has_newborn(df): + return df.query("`has_newborn` == True") def who_ethnic_minority(df): # Who is not White British (ethnic minority)? - return df.query("ethnicity != 'WBI'") + df = df.query("ethnicity != 'WBI'") + df = df.query("ethnicity != 'WHO'") + return df def who_female(df): @@ -119,24 +313,93 @@ def who_scottish(df): def who_single(df): # who not married. E.g. single/diuorced/widowed etc. - return df.query("marstat != 'Married'") + return df.query("marital_status != 'Partnered'") def who_three_kids(df): # Who has three or more children. - return df.loc[df["nkids"] >= 3, ] + return df.loc[df["nkids"] >= 3,] def who_unemployed(df): # who unemployed - return df.loc[df["labour_state"] == "Unemployed", ] + return df.loc[df["S7_labour_state"] == "Unemployed",] def who_young_adults(df): # who aged between 16 and 25. - df = df.loc[df["age"] <= 25, ] - return df.loc[df["age"] >= 16, ] + df = df.loc[df["age"] <= 25,] + df = df.loc[df["age"] >= 16,] + #return df.loc[df['sex']=="Female", ] + return df + +def who_has_newborn(df): + # get all households with newborns + return df.loc[df['has_newborn'] == True, ] + +def who_universal_credit(df): + # whos on universal credit. + # TODO extend to other legacy benefits at some point? + return df.loc[df['universal_credit'] == 1, ] def who_uses_energy(df): return df.loc[df['yearly_energy'] > 0] + + +def who_priority_subgroups(df): + # get individual in all priority subgroups. + # subgroups defined as per + # Tackling child poverty delivery plan 2022-2026 - annex 2: child poverty evaluation strategy + # - updated - gov.scot (www.gov.scot) + subset_functions = [who_single, who_three_kids, who_young_adults, who_ethnic_minority, who_disabled, who_has_newborn] + df['who_boosted'] = False + for subset_function in subset_functions: + search_index = subset_function(df).index + df.loc[search_index,"who_boosted"] *= True + who_subsetted = np.unique(df.query('who_boosted == True')['hidp']) + df.loc[df['hidp'].isin(who_subsetted) ,'who_boosted'] = True # set everyone who satisfies uplift condition to true. + return df.loc[df['who_boosted'], ] + + +def who_multiple_priority_subgroups(df): + # get individual in all priority subgroups. + # subgroups defined as per + # Tackling child poverty delivery plan 2022-2026 - annex 2: child poverty evaluation strategy + # - updated - gov.scot (www.gov.scot) + subset_functions = [who_single, who_three_kids, who_young_adults, who_ethnic_minority, who_disabled, who_has_newborn] + df['subgroup_counts'] = 0 # count number of priority subgroups each household is in. + for subset_function in subset_functions: + search_index = subset_function(df).index + df.loc[search_index,"subgroup_counts"] += 1 + + # make sure household subgroup count account for everyone in the household. I.E. household with mixed ethnicities may not catch ethnic minority priority subgroup for everyone. + df['subgroup_counts'] = df.groupby("hidp")['subgroup_counts'].transform(max) + return df.loc[df['subgroup_counts'] > 1, ] + + +def who_kth_simd_decile(df, *args): + k = args[0][0] + return df.loc[df["simd_decile"] == k] + + +def who_kth_simd_quintile(df, *args): + k = args[0][0] + return df.loc[np.ceil(df["simd_decile"]/2) == k] + + +def who_glasgow(df): + df.loc[df['ZoneID'].isin(get_region_lsoas("glasgow")), ] + +def who_edinburgh(df): + df.loc[df['ZoneID'].isin(get_region_lsoas("edinburgh")), ] + + +def get_region_lsoas(region): + region_file_name_dict = {"manchester": "manchester_lsoas.csv", + "scotland": "scotland_data_zones.csv", + "sheffield": "sheffield_lsoas.csv", + "glasgow": "glasgow_data_zones.csv", + "edinburgh": "edinburgh_data_zones.csv"} + lsoas_file_path = "persistent_data/spatial_data/" + region_file_name_dict[region] + return pd.read_csv(lsoas_file_path) diff --git a/minos/outcomes/aggregated_maps.sh b/minos/outcomes/aggregated_maps.sh new file mode 100644 index 00000000..b2142c4f --- /dev/null +++ b/minos/outcomes/aggregated_maps.sh @@ -0,0 +1,167 @@ +# TODO same thing again for maps. + +baseline_single_map () +{ + INTERVENTION="baseline" + YEAR=2025 + SUBSET_FUNCTION="who_alive" + bash minos/outcomes/make_single_map.sh "$MODE" "$INTERVENTION" "$REGION" "$YEAR" "$SUBSET_FUNCTION" plots/"$REGION"_baseline_map.pdf +} + +baseline_all_child_comparison_map () +{ + INTERVENTION1="baseline" + INTERVENTION2="hhIncomeChildUplift" + YEAR=2025 + SUBSET_FUNCTION1="who_kids" + SUBSET_FUNCTION2="who_boosted" + PLOT_FILE_NAME=plots/"$REGION"_"$INTERVENTION1"_"$INTERVENTION2"_map.pdf + bash minos/outcomes/make_difference_map.sh "$MODE" "$INTERVENTION1" "$INTERVENTION2" "$REGION" "$YEAR" "$SUBSET_FUNCTION1" "$SUBSET_FUNCTION2" "$PLOT_FILE_NAME" +} + +baseline_all_child_comparison_map () +{ + INTERVENTION1="baseline" + INTERVENTION2="hhIncomeChildUplift" + YEAR=2025 + SUBSET_FUNCTION1="who_alive" + SUBSET_FUNCTION2="who_boosted" + PLOT_FILE_NAME=plots/"$REGION"_"$INTERVENTION1"_"$INTERVENTION2"_map.pdf + bash minos/outcomes/make_difference_map.sh "$MODE" "$INTERVENTION1" "$INTERVENTION2" "$REGION" "$YEAR" "$SUBSET_FUNCTION1" "$SUBSET_FUNCTION2" "$PLOT_FILE_NAME" +} + +baseline_poverty_line_child_comparison_map() +{ + INTERVENTION1="baseline" + INTERVENTION2="hhIncomePovertyLineChildUplift" + YEAR=2025 + SUBSET_FUNCTION1="who_below_poverty_line_and_kids" + SUBSET_FUNCTION2="who_boosted" + PLOT_FILE_NAME=plots/"$REGION"_"$INTERVENTION1"_"$INTERVENTION2"_map.pdf + bash minos/outcomes/make_difference_map.sh "$MODE" "$INTERVENTION1" "$INTERVENTION2" "$REGION" "$YEAR" "$SUBSET_FUNCTION1" "$SUBSET_FUNCTION2" "$PLOT_FILE_NAME" +} + +baseline_living_wage_comparison_map () +{ + INTERVENTION1="baseline" + INTERVENTION2="livingWageIntervention" + YEAR=2025 + SUBSET_FUNCTION1="who_below_living_wage" + SUBSET_FUNCTION2="who_boosted" + PLOT_FILE_NAME=plots/"$REGION"_"$INTERVENTION1"_"$INTERVENTION2"_map.pdf + bash minos/outcomes/make_difference_map.sh "$MODE" "$INTERVENTION1" "$INTERVENTION2" "$REGION" "$YEAR" "$SUBSET_FUNCTION1" "$SUBSET_FUNCTION2" "$PLOT_FILE_NAME" +} + +baseline_energy_cap_comparison_map () +{ + INTERVENTION1="baseline" + INTERVENTION2="energyDownlift" + YEAR=2025 + SUBSET_FUNCTION1="who_alive" + SUBSET_FUNCTION2="who_boosted" + PLOT_FILE_NAME=plots/"$REGION"_"$INTERVENTION1"_"$INTERVENTION2"_map.pdf + bash minos/outcomes/make_difference_map.sh "$MODE" "$INTERVENTION1" "$INTERVENTION2" "$REGION" "$YEAR" "$SUBSET_FUNCTION1" "$SUBSET_FUNCTION2" "$PLOT_FILE_NAME" +} + +map_all_four () +{ + baseline_single_map + baseline_all_child_comparison_map + baseline_living_wage_comparison_map + baseline_energy_cap_comparison_map +} + +map_all_five () +{ + baseline_single_map + baseline_all_child_comparison_map + baseline_poverty_line_child_comparison_map + baseline_living_wage_comparison_map + baseline_energy_cap_comparison_map +} + +################################### +# +################################### + +# choose config + +read -p "Please specify mode name (1=default_config/2=scotland_mode)." MODE + +if [ "$MODE" == "1" ]; +then + MODE="default_config" +fi + +if [ "$MODE" == "2" ]; +then + MODE="scotland_mode" +fi + +# choose location. + +read -p "Please specify location name (1=manchester, 2=glasgow, 3 =scotland, 4=sheffield)" REGION + +if [ "$REGION" == "1" ]; +then + REGION= "manchester" +fi + +if [ "$REGION" == "2" ]; +then + REGION="glasgow" +fi + +if [ "$REGION" == "3" ]; +then + REGION="scotland" +fi + +if [ "$REGION" == "4" ]; +then + REGION="sheffield" +fi + +read -p "Make all five maps (baseline only, baseline vs all child uplift, poverty line uplift, living wage intervention, and energy price cap)? (y/n)" qAllFiveMaps +if [ "$qAllFiveMaps" == "y" ]; +then + all_map_all_five + exit 1 # end here if just running all plots at once. +fi + +read -p "Make all four maps (baseline only, baseline vs all child uplift, living wage intervention, and energy price cap)? (y/n)" qAllFourMaps +if [ "$qAllFourMaps" == "y" ]; +then + all_map_all_five + exit 1 # end here if just running all plots at once. +fi + +read -p "Make baseline only map? (y/n)" qBaselineOnly +if [ "$qBaselineOnly" == "y" ]; +then + baseline_single_map +fi + +read -p "Make baseline vs all child uplift map? (y/n)" qAllChild +if [ "$qAllChild" == "y" ]; +then + baseline_all_child_comparison_map +fi + +read -p "Make baseline vs poverty line child uplift map? (y/n)" qPovertyChild +if [ "$qPovertyChild" == "y" ]; +then + baseline_poverty_line_child_comparison_map +fi + +read -p "Make baseline vs living wage map? (y/n)" qLivingWage +if [ "$qLivingWage" == "y" ]; +then + baseline_living_wage_comparison_map +fi + +read -p "Make baseline vs energy cap map? (y/n)" qEnergyCap +if [ "$qEnergyCap" == "y" ]; +then + baseline_energy_cap_comparison_map +fi \ No newline at end of file diff --git a/minos/outcomes/append_spatial_data.py b/minos/outcomes/append_spatial_data.py new file mode 100644 index 00000000..fe87acf9 --- /dev/null +++ b/minos/outcomes/append_spatial_data.py @@ -0,0 +1,62 @@ +"""For glasgow spatial MINOS runs we want to subset by spatial attributes such as SIMD decile and KNN clusters + +rather than run through a massive +""" +import multiprocessing +from glob import glob +import pandas as pd +from multiprocessing import Pool +from itertools import repeat, chain +import sys + +def append_spatial_attribute(file_path, spatial_dict, key_variable, attribute_name): + data = pd.read_csv(file_path, low_memory=False, engine='c') + #if attribute_name not in data.columns: # only do this if the variable isn't already added.. + data[attribute_name] = data[key_variable].map(spatial_dict) + data.to_csv(file_path) + +def get_simd_dict(): + # get simd to data-zone map + + try: + simd_data = pd.read_csv("persistent_data/spatial_data/scotland_simd_to_data_zones.csv")[ + ["DZ", "SIMD2020v2_Decile"]] + # simd_data.columns = ["ZoneID", "simd_decile"] + simd_dict = dict(zip(simd_data["DZ"], simd_data["SIMD2020v2_Decile"])) + except FileNotFoundError as e: + print(e) + print(""" + \nREADME::\n + "SIMD to datazone map shouldn't be in the MINOS git. + If you don't have it download it from here (as of july 2023).\n + https://www.gov.scot/publications/scottish-index-of-multiple-deprivation-2020v2-data-zone-look-up/ + """) + return simd_dict + + +def main(): + # get all intervention directories for glasgow spatial data. Could change this to a specified list. + + print(sys.argv) + job_id = int(sys.argv[1]) + + directory_list = glob("output/glasgow_scaled/*/", recursive=True) + print("Using interventions: ", directory_list) + + # get latest directory by time for each intervention. + latest_experiments_list = [max(glob(item+"*/", recursive=True)) for item in directory_list] + print("Using latest data for interventions: ", latest_experiments_list) + + + # get all csvs for latest experiments for each intervention. + file_list = list(chain(*[glob(item + "/*.csv", recursive=True) for item in latest_experiments_list])) + print(f"Updating file {job_id} of {len(file_list)} files with simd_decile information.") + simd_dict = get_simd_dict() + + append_spatial_attribute(file_list[job_id], simd_dict, "ZoneID", "simd_decile") + #with Pool() as pool: + # pool.starmap(append_spatial_attribute, zip(file_list, repeat(simd_dict), repeat("ZoneID"), repeat("simd_decile"))) + + +if __name__ == '__main__': + main() diff --git a/minos/outcomes/arc4_append_spatial_data.sh b/minos/outcomes/arc4_append_spatial_data.sh new file mode 100644 index 00000000..90713ac0 --- /dev/null +++ b/minos/outcomes/arc4_append_spatial_data.sh @@ -0,0 +1,25 @@ +#!/bin/bash + +# This script must be run with qsub if running on Arc + +## Set current working directory +#$ -cwd +## Use current environment variables and modules +#$ -V +## Request hours of runtime +#$ -l h_rt=48:00:00 +## Email if a run aborts +#$ -m a +## Select memory +#$ -l h_vmem=1G # was 15 for big runs +## Choose cores. See arc website for more details. 5 high memory cores chosen here. +#$ -pe smp 1 +## Set logs directories +#$ -o ./logs/log +#$ -e ./logs/errors + +############## SET NUMBER OF RUNS HERE ############## +## Tell computer this is an array job with tasks from 1 to N +#$ -t 1-4800 + +python3 minos/outcomes/append_spatial_data.py $SGE_TASK_ID diff --git a/minos/outcomes/child_poverty_reduction_vis.Rmd b/minos/outcomes/child_poverty_reduction_vis.Rmd new file mode 100644 index 00000000..eb9b73d3 --- /dev/null +++ b/minos/outcomes/child_poverty_reduction_vis.Rmd @@ -0,0 +1,335 @@ +--- +title: "Child Poverty Interventions" +output: + html_document: + toc: true + toc_float: true + collapsed: false + number_sections: true + df_print: paged + code_folding: hide +--- + +This document presents results from a host of interventions on child poverty, including visualisations of the change in SF_12_MCS compared with baseline. + +```{r "setup", include=FALSE} + +require(tidyverse) +require(ggplot2) +require(ggridges) # for densities over time plots. +require(knitr) +require(here) +require(gghighlight) + +#workingDir <- "/home/luke/Documents/WORK/MINOS/" +workingDir <- normalizePath('../') +knitr::opts_knit$set(root.dir = workingDir) +knitr::opts_chunk$set( + warning = FALSE, + message = FALSE +) +rm(workingDir) +``` + +```{r "imports", include=FALSE} +source(here::here('minos', 'utils_datain.R')) +#source(here::here('minos', 'utils_validation_vis.R')) +source(here::here('minos', 'validation', 'utils.r')) +``` + +```{r, include=FALSE} +out.path <- here::here('output', 'default_config/') +base.dat <- read_singular_local_out(out.path, 'baseline', drop.dead = TRUE) +int.dat <- read_singular_local_out(out.path, 'ChildPovertyReductionRANDOM', drop.dead = TRUE) +int2.dat <- read_singular_local_out(out.path, 'ChildPovertyReductionSUSTAIN', drop.dead = TRUE) +#base.dat <- read_agg_subset_batch_out(out.path, 'baseline', drop.dead = TRUE) +#int1.dat <- read_agg_subset_batch_out(out.path, 'ChildPovertyReduction', drop.dead = TRUE) +``` + +# Relative Poverty Reduction + +The first intervention we will focus on is a reduction in the prevalence of children in relative poverty. In these interventions, we have a target level of child poverty to attain (10% of children in a household in poverty) by a specified target year, which is 2030 unless stated otherwise. To achieve this, we find households with a hh_income under the poverty line, and uplift a number of households each year to linearly achieve the target proportion by the target year. + +## Threshold + +Relative poverty is defined as the proportion of children living in households with income below 60% of the population median *in a given year*. + +We can calculate the relative poverty threshold for our starting year of 2020: + +```{r} +base.2020 <- base.dat %>% + filter(time == 2020) + +mean.hh_income <- weighted.mean(base.2020$hh_income, w = base.2020$weight) +rel.pov.threshold <- mean.hh_income * 0.6 + +print(paste0("Relative poverty threshold in 2020: ", rel.pov.threshold)) +rm(base.2020, mean.hh_income, rel.pov.threshold) +``` + +We can also look at how this evolves over time in the baseline simulation: + +```{r} +threshold <- base.dat %>% + select(time, weight, hh_income) %>% + group_by(time) %>% + summarise(poverty_threshold = (weighted.mean(hh_income, w = weight) * 0.6)) + +ggplot(data = threshold, aes(x = time, y = poverty_threshold)) + + geom_col() + + geom_hline(yintercept = threshold$poverty_threshold[threshold$time == 2020], linetype='dashed') + + labs(title = 'Relative poverty threshold over time') + + xlab('Year') + + ylab('Threshold') +``` + +The threshold for relative poverty decreases over time in our simulation (it's worth noting that monetary values in our simulation have been adjusted for inflation to 2020 £s). This suggests that our population is getting slightly less wealthy over time on average. + +## Random Uplift + +In this intervention, we will randomly select households to uplift in each year until we uplift the number of children required for that year. + +### Boosted Sample + +We can also look at how many people are receiving the intervention over time, and the total and mean amounts of money being added to the system. This should slowly increase to 2030 and then hold fairly steady. + +```{r} + +sample_information <- function(int.dat, target.year) { + hh_boosted <- int.dat %>% + select(hidp, time, income_boosted, boost_amount, nkids) %>% + filter(income_boosted == 'True') %>% + group_by(time) %>% + summarise(n_boosted = length(unique(hidp)), + total_boost = sum(boost_amount), + kids_boosted = sum(nkids)) + + p1 <- ggplot(hh_boosted, aes(x = time, y = n_boosted)) + + geom_line() + + geom_vline(xintercept = target.year, linetype = 'dashed') + + labs(title = 'Number of households receiving intervention') + + xlab('Year') + + ylab('Number Boosted') + + p2 <- ggplot(hh_boosted, aes(x = time, y = kids_boosted)) + + geom_line() + + geom_vline(xintercept = target.year, linetype = 'dashed') + + labs(title = 'Number of children in households receiving intervention') + + xlab('Year') + + ylab('Number Children') + + p3 <- ggplot(hh_boosted, aes(x = time, y = total_boost)) + + geom_line() + + geom_vline(xintercept = target.year, linetype = 'dashed') + + labs(title = 'Total boost amount') + + xlab('Year') + + ylab('Boost Amount') + + mean.boost <- int.dat %>% + select(time, income_boosted, boost_amount) %>% + group_by(time, income_boosted) %>% + summarise(mean_boost = mean(boost_amount)) %>% + filter(income_boosted == 'True') + + p4 <- ggplot(mean.boost, aes(x = time, y = mean_boost)) + + geom_line() + + geom_vline(xintercept = target.year, linetype = 'dashed') + + labs(title = 'Mean boost amount') + + xlab('Year') + + ylab('Boost Amount') + + print(p1) + print(p2) + print(p3) + print(p4) +} + +sample_information(int.dat, target.year = 2030) +``` + + +Now lets look at SF_12_MCS comparisons. + +### SF_12_MCS + +SF_12_MCS stands for the Mental Component Score (MCS) from the 12-item Short Form (SF) Survey. See [this paper](https://link.springer.com/referenceworkentry/10.1007/978-94-007-0753-5_2698) for more information about SF_12. + +#### Full Sample + +First lets look at the effect of the intervention on the entire sample. + +```{r} +full.sample.change.SF12 <- function(base.dat, int.dat) { + base.all.SF12 <- base.dat %>% + select(time, weight, SF_12) %>% + group_by(time) %>% + summarise(base.SF12 = weighted.mean(SF_12, w = weight)) + + int.all.SF12 <- int.dat %>% + select(time, weight, SF_12) %>% + group_by(time) %>% + summarise(int.SF12 = weighted.mean(SF_12, w = weight)) + + combined <- merge(x = base.all.SF12, y = int.all.SF12, by = 'time') + combined$diff <- combined$int.SF12 - combined$base.SF12 + + ggplot(combined, aes(x = time, y = diff)) + + geom_line() + + geom_hline(yintercept = 0, linetype='dashed') + + labs(title = 'Relative change in SF12') + + xlab('Year') + + ylab('Difference') +} + +full.sample.change.SF12(base.dat, int.dat) +``` + +#### Families with children + +Now focused only on families with children. + +```{r} +all.families.change.SF12 <- function(base.dat, int.dat) { + base.all.SF12 <- base.dat %>% + select(time, weight, SF_12, nkids) %>% + filter(nkids > 0) %>% + group_by(time) %>% + summarise(base.SF12 = weighted.mean(SF_12, w = weight)) + + int.all.SF12 <- int.dat %>% + select(time, weight, SF_12, nkids) %>% + filter(nkids > 0) %>% + group_by(time) %>% + summarise(int.SF12 = weighted.mean(SF_12, w = weight)) + + combined <- merge(x = base.all.SF12, y = int.all.SF12, by = 'time') + combined$diff <- combined$int.SF12 - combined$base.SF12 + + ggplot(combined, aes(x = time, y = diff)) + + geom_line() + + geom_hline(yintercept = 0, linetype='dashed') + + labs(title = 'Relative change in SF12') + + xlab('Year') + + ylab('Difference') +} +all.families.change.SF12(base.dat, int.dat) +``` + +#### Families w/ children under poverty line + +Now only households with children under the poverty line. + +```{r} +poverty.families.change.SF12 <- function(base.dat, int.dat, threshold) { + base.thresh <- merge(base.dat, threshold, by = 'time') + int.thresh <- merge(int.dat, threshold, by = 'time') + + base.all.SF12 <- base.thresh %>% + select(time, weight, SF_12, nkids, hh_income, poverty_threshold) %>% + filter(nkids > 0) %>% + filter(hh_income < poverty_threshold) %>% + group_by(time) %>% + summarise(base.SF12 = weighted.mean(SF_12, w = weight)) + + int.all.SF12 <- int.thresh %>% + select(time, weight, SF_12, nkids, hh_income, poverty_threshold) %>% + filter(nkids > 0) %>% + filter(hh_income < poverty_threshold) %>% + group_by(time) %>% + summarise(int.SF12 = weighted.mean(SF_12, w = weight)) + + combined <- merge(x = base.all.SF12, y = int.all.SF12, by = 'time') + combined$diff <- combined$int.SF12 - combined$base.SF12 + + ggplot(combined, aes(x = time, y = diff)) + + geom_line() + + geom_hline(yintercept = 0, linetype='dashed') + + labs(title = 'Relative change in SF12') + + xlab('Year') + + ylab('Difference') +} + +poverty.families.change.SF12(base.dat, int.dat, threshold) +``` + +This plot is perhaps a bit disingenuous, as the closer we get to 2030 the fewer households are actually under the poverty line. We might achieve what we want better by looking only at the boosted population. + +#### Treatment on the Treated + +```{r} +treatment.on.treated.change.SF12 <- function(base.dat, int.dat) { + boosted.byyear <- int.dat %>% + filter(income_boosted == 'True') + + base.all.SF12 <- base.dat %>% + select(time, weight, SF_12, nkids, pidp) %>% + filter(pidp %in% boosted.byyear$pidp) %>% + group_by(time) %>% + summarise(base.SF12 = weighted.mean(SF_12, w = weight)) + + int.all.SF12 <- int.dat %>% + select(time, weight, SF_12, nkids, pidp) %>% + filter(pidp %in% boosted.byyear$pidp) %>% + group_by(time) %>% + summarise(int.SF12 = weighted.mean(SF_12, w = weight)) + + combined <- merge(x = base.all.SF12, y = int.all.SF12, by = 'time') + combined$diff <- combined$int.SF12 - combined$base.SF12 + + ggplot(combined, aes(x = time, y = diff)) + + geom_line() + + geom_hline(yintercept = 0, linetype='dashed') + + labs(title = 'Relative change in SF12') + + xlab('Year') + + ylab('Difference') +} + +treatment.on.treated.change.SF12(base.dat, int.dat) +``` + +### True Treatment on Treated + +Instead of looking at the difference in means + +## Sustained Uplift + +This intervention is similar to the random uplift intervention with one difference. In the first year that the intervention is applied, households are randomly chosen for uplift until the correct number of children for that year are uplifted. The difference comes in subsequent years. From year 2 onwards, households that have been previously intervened on will once again be uplifted to above the poverty line (if they are once again below). This is the meaning of the sustained intervention, where families are chosen at random and then maintained above the poverty line, instead of picking a random subset of households under the poverty line as in the random intervention. + +### Boosted Sample + +```{r} +sample_information(int2.dat, target.year = 2030) +``` + +### SF_12_MCS + +#### Full Sample + +```{r} +full.sample.change.SF12(base.dat, int2.dat) +``` + +#### Families with children + +```{r} +all.families.change.SF12(base.dat, int.dat) +``` + +#### Families w/ children under poverty line + +```{r} +poverty.families.change.SF12(base.dat, int.dat, threshold) +``` + +#### Treatment on the Treated + +```{r} +treatment.on.treated.change.SF12(base.dat, int.dat) +``` + + + +```{r} + +``` + diff --git a/minos/outcomes/discrete_variable_handover_macros.py b/minos/outcomes/discrete_variable_handover_macros.py new file mode 100644 index 00000000..d0015a1a --- /dev/null +++ b/minos/outcomes/discrete_variable_handover_macros.py @@ -0,0 +1,53 @@ +""" + +File for making aggregated stacked barplots for discrete variables in MINOS outputs. + + + +""" + +from make_lineplots import main as lineplots_main + +def main(): + + # 25 uplift + for v in ['housing_quality', 'neighbourhood_safety', 'loneliness']: + directories = "baseline,25UniversalCredit,50UniversalCredit" + tags = "Baseline,£25 Universal Credit,£50 Universal Credit" + subset_function_strings = "who_universal_credit_and_kids,who_boosted,who_boosted" + prefix = "housing_quality_universal_credit" + mode = 'default_config' + ref = "Baseline" + method = 'percentages' + lineplots_main(directories, tags, subset_function_strings, prefix, mode, ref, v, method) + + # 50 uplift + directories = "baseline,25RelativePoverty,50RelativePoverty" + tags = "Baseline,£25 Relative Poverty,£50 Relative Poverty" + subset_function_strings = "who_universal_credit_and_kids,who_boosted,who_boosted" + prefix = "housing_quality_relative_poverty" + method = 'percentages' + lineplots_main(directories, tags, subset_function_strings, prefix, mode, ref, v, method) + + + # living wage + directories = "baseline,livingWageIntervention" + tags = "Baseline,Living Wage Intervention" + subset_function_strings = "who_below_living_wage,who_boosted" + prefix = "baseline_living_wage" + method = 'percentages' + lineplots_main(directories, tags, subset_function_strings, prefix, mode, ref, v, method) + + # Energy crisis + directories = "baseline,energyDownliftNoSupport,energyDownlift" + tags = "Baseline,Energy Crisis With No Support,EPCG" + subset_function_strings = "who_uses_energy,who_boosted,who_boosted" + prefix = "housing_quality_energy_crisis" + method = 'percentages' + lineplots_main(directories, tags, subset_function_strings, prefix, mode, ref, v, method) + + + + +if __name__ == '__main__': + main() \ No newline at end of file diff --git a/minos/outcomes/epcg_ebss_map.sh b/minos/outcomes/epcg_ebss_map.sh new file mode 100644 index 00000000..ea83becc --- /dev/null +++ b/minos/outcomes/epcg_ebss_map.sh @@ -0,0 +1,9 @@ +#!/bin/bash +INTERVENTION1="energyPriceCapGuarantee" +INTERVENTION2="energyBillSupportScheme" +MODE="glasgow_scaled" +YEAR=2025 +SUBSET_FUNCTION1="who_boosted" +SUBSET_FUNCTION2="who_boosted" +PLOT_FILE_NAME=plots/"$REGION"_"$INTERVENTION1"_"$INTERVENTION2"_map.pdf +bash minos/outcomes/make_difference_map.sh "$MODE" "$INTERVENTION1" "$INTERVENTION2" "$REGION" "$YEAR" "$SUBSET_FUNCTION1" "$SUBSET_FUNCTION2" "$PLOT_FILE_NAME" \ No newline at end of file diff --git a/minos/outcomes/format_spatial_output.py b/minos/outcomes/format_spatial_output.py index fee9c296..f0baeabd 100755 --- a/minos/outcomes/format_spatial_output.py +++ b/minos/outcomes/format_spatial_output.py @@ -9,11 +9,13 @@ import glob import os from datetime import datetime -from minos.outcomes.aggregate_subset_functions import dynamic_subset_function +from minos.outcomes.aggregate_subset_functions import dynamic_subset_function, get_region_lsoas from multiprocessing import Pool from itertools import repeat import sys +pd.options.mode.chained_assignment = None # default='warn' + """ Get spatial data. Find subset of spatial data within desired lsoas (e.g. manchester) @@ -78,14 +80,6 @@ def get_spatial_data(): return spatial_data -def get_region_lsoas(region): - region_file_name_dict = {"manchester": "manchester_lsoas.csv", - "scotland": "scotland_data_zones.csv", - "sheffield": "sheffield_lsoas.csv", - "glasgow": "glasgow_data_zones.csv"} - lsoas_file_path = "persistent_data/spatial_data/" + region_file_name_dict[region] - return pd.read_csv(lsoas_file_path) - def group_by_and_aggregate(data, group_column, v, method): """ Aggregate values by @@ -124,7 +118,7 @@ def subset_lsoas_by_region(spatial_data, region_data): spatial_data : pd.DataFrame spatial_data only with LSOAs from specified region data. """ - return spatial_data[spatial_data['ZoneID'].isin(region_data["lsoa11cd"])] + return spatial_data[spatial_data['ZoneID'].isin(region_data)] def edit_geojson(geojson_data, new_variable_dict, v): @@ -218,8 +212,15 @@ def attach_spatial_component(minos_data, spatial_data, v, method=np.nanmean): return minos_data -def load_synthetic_data(minos_file, subset_function, v, method=np.nanmean): - minos_data = pd.read_csv(minos_file) +def load_synthetic_data(minos_file, subset_function, v, region=None, method=np.nanmean): + minos_data = pd.read_csv(minos_file, low_memory=False) + + if region: + if region == "edinburgh" or region == "scotland": + region_lsoas = get_region_lsoas(region)["DZ2011_Code"] + else: + region_lsoas = get_region_lsoas(region)["lsoa11cd"] + minos_data = subset_lsoas_by_region(minos_data, region_lsoas) if subset_function: minos_data = dynamic_subset_function(minos_data, subset_function) @@ -229,7 +230,7 @@ def load_synthetic_data(minos_file, subset_function, v, method=np.nanmean): def load_data_and_attach_spatial_component(minos_file, spatial_data, subset_function, v, method=np.nanmean): - minos_data = pd.read_csv(minos_file) + minos_data = pd.read_csv(minos_file, low_memory=False) if subset_function: minos_data = dynamic_subset_function(minos_data, subset_function) minos_data = minos_data[['pidp', v]] @@ -238,18 +239,22 @@ def load_data_and_attach_spatial_component(minos_file, spatial_data, subset_func return minos_data -def load_minos_data(minos_files, subset_function, is_synthetic_pop, v, region='glasgow'): +def load_minos_data(minos_files, subset_function, is_synthetic_pop, v, region=None): # Get spatial data and subset LSOAs for desired region. # Pooled as there can be hundreds of datasets here and it gets silly. with Pool() as pool: if is_synthetic_pop: aggregated_spatial_data = pool.starmap(load_synthetic_data, - zip(minos_files, repeat(subset_function), repeat(v))) + zip(minos_files, repeat(subset_function), repeat(v), repeat(region))) else: spatial_data = get_spatial_data() - region_lsoas = get_region_lsoas(region) - spatial_data = subset_lsoas_by_region(spatial_data, region_lsoas) + if region: + if region == "edinburgh" or region == "scotland": + region_lsoas = get_region_lsoas(region)["DZ2011_Code"] + else: + region_lsoas = get_region_lsoas(region)["lsoa11cd"] + spatial_data = subset_lsoas_by_region(spatial_data, region_lsoas) # is this the best way to do this? Dont want to load in spatial data 1000 times. # Are these hard copies or just refs? aggregated_spatial_data = pool.starmap(load_data_and_attach_spatial_component, diff --git a/minos/outcomes/intervention_summary_stats_tex_table.R b/minos/outcomes/intervention_summary_stats_tex_table.R new file mode 100644 index 00000000..579cd1b8 --- /dev/null +++ b/minos/outcomes/intervention_summary_stats_tex_table.R @@ -0,0 +1,123 @@ +library(xtable) +library(ggplot2) + +process_cost_stats_files <- function(file.name) { + data <- read.csv(file.name) + data[which(data$tag!="Baseline"), "SF_12_AUC"] <- data[which(data$tag!="Baseline"), "SF_12_AUC"] + data[1, "SF_12_AUC"] + + + if (file.name == "plots/baselineenergyDownliftenergyDownliftNoSupport_counts_over_time.csv") + { + data$prct_below_45.6_baseline <- data$prct_below_45.6[33:48] + data$prct_below_45.6_diff <- data$prct_below_45.6 - data$prct_below_45.6[33:48] + } else { + data$prct_below_45.6_baseline <- data$prct_below_45.6[1:16] + data$prct_below_45.6_diff <- data$prct_below_45.6 - data$prct_below_45.6[1:16] + } + + data$SF_12_AUC <- (data$SF_12_AUC - data$SF_12_AUC[1:16]) + #data$SF_12_AUC <- (data$SF_12_AUC - data$SF_12_AUC[1:16]) * 100 / data$SF_12_AUC[1:16] + data$SF_12_AUC <- data$SF_12_AUC/data$number_boosted # 6100000 + #data$SF_12_AUC_scaled <- data$SF_12_AUC/data$number_boosted + #ggplot(data, aes(x=year, y=SF_12_AUC_scaled, group=tag, color=tag, )) + geom_line() + #ggplot(data, aes(x=year, y=SF_12_AUC, group=tag, color=tag)) + geom_line() + data <- data[which(data$tag!="Baseline"), ] + data <- data[which(data$tag!="No Support"), ] + return (data) +} + +main <- function() { + + # get year column + + + + uplift_rp_data <- process_cost_stats_files("plots/baseline25RelativePoverty50RelativePoverty_counts_over_time.csv") + uplift_uc_data <- process_cost_stats_files("plots/baseline25UniversalCredit50UniversalCredit_counts_over_time.csv") + living_wage_data <- process_cost_stats_files("plots/baselinelivingWageIntervention_counts_over_time.csv") + energy_downlift_data <- process_cost_stats_files("plots/baselineenergyDownliftenergyDownliftNoSupport_counts_over_time.csv") + + + final_table_data <- rbind(uplift_uc_data, + #uplift_rp_data, + living_wage_data, + energy_downlift_data) + final_table_data <- final_table_data[, c("year", + #"tag", + "intervention_cost", + "number_boosted", + "population_size", + "prct_below_45.6_baseline", + "prct_below_45.6", + "prct_below_45.6_diff")] + + + final_table_data$percentage_uplifted <- 100*final_table_data$number_boosted/final_table_data$population_size + final_table_data$intervention_cost <- abs(final_table_data$intervention_cost) + final_table_data$cost_per_head <- final_table_data$intervention_cost/final_table_data$number_boosted + final_table_data$prct_below_45.6 <- 100 * final_table_data$prct_below_45.6 + final_table_data$prct_below_45.6_baseline <- 100 * final_table_data$prct_below_45.6_baseline + final_table_data$prct_below_45.6_diff <- 100 * final_table_data$prct_below_45.6_diff + + final_table_data <- final_table_data[, c("year", + #"tag", + #"number_boosted", + #"population_size", + "percentage_uplifted", + #"intervention_cost", + "cost_per_head", + "prct_below_45.6_baseline", + "prct_below_45.6", + "prct_below_45.6_diff")] + + final_table_data[duplicated(final_table_data$tag), "tag"] <- " " + + n.digits <- 0 + #final_table_data$number_boosted <- as.integer(final_table_data$number_boosted) + #final_table_data$population_size <- as.integer(final_table_data$population_size) + final_table_data$percentage_uplifted <- round(final_table_data$percentage_uplifted, digits=2) + #final_table_data$intervention_cost <- as.integer(final_table_data$intervention_cost) + final_table_data$cost_per_head <- round(final_table_data$cost_per_head, digits=2) + final_table_data$prct_below_45.6 <- round(final_table_data$prct_below_45.6, digits=2) + final_table_data$prct_below_45.6_baseline <- round(final_table_data$prct_below_45.6_baseline, digits=2) + final_table_data$prct_below_45.6_diff <- round(final_table_data$prct_below_45.6_diff, digits=2) + + colnames(final_table_data) <- c("Year", + #"Tag", + #"Intervention Population Size", + #"Total Population", + "Intervened Population Percentage", + #"Total Intervention Cost", + "Cost Per Capita", + "Baseline Percentage Below 45.6.", + "Treated Percentage Below 45.6.", + "Difference.") + # wide table looks crap. + #final_table_data <- reshape(final_table_data, + # idvar='Tag', + # direction="wide", + # v.names = c("Total Intervention Cost", "Population Boosted", "Total Population", "Percentage Boosted", "Cost Per Head"), + # sep=' ') + + final_table_data <- final_table_data[final_table_data$Year %in% c(2021, 2025, 2030, 2035), ] + + output.table <- xtable(final_table_data, + caption = "Statistics for Policy Cost and the Number of People Who Receive Support.", + label = "tab: intervention_statistics") + + print.xtable(output.table, file="plots/sf12_intervention_statistics.tex", + include.rownames=FALSE, + hline.after = c(-1, 0, 4, 8, 12, 16)) + #hline.after = c(-1, 0, 16, 32, 48, 64)) + + #uplift_25_file <- uplift_25_file[, c("population_size", "number_boosted", "SF_12_AUC")] + + # get intervention + # get cumulative MCS population uplift amount intervention cost. + # bind into one subtable for each intervention + # put together + # make into table with xtable? + +} + +main() \ No newline at end of file diff --git a/minos/outcomes/make_difference_map.sh b/minos/outcomes/make_difference_map.sh new file mode 100644 index 00000000..73c6ab28 --- /dev/null +++ b/minos/outcomes/make_difference_map.sh @@ -0,0 +1,15 @@ +#!/bin/bash +#$1 mode e.g. default_config, scotland_mode +#$2 first intervention to compare against file name. Almost always will be baseline +#$3 second intervention file name e.g. baseline, livingWageIntervention +#$4 region e.g. glasgow/scotland/manchester/sheffield +#$5 year to plot e.g. 2025. Depends on model. +#$6 subset of first population to map for e.g. who_alive, who_below_living_wage. see aggregate_subset_functions.py +#$7 subset of second population to map for e.g. who_alive, who_below_living_wage. +#$8 full path of output pdf plot e.g. plots/test_plot.pdf + +# Agggregate geoJSON sf12 data for specified region and interventions. +python3 minos/outcomes/format_spatial_output.py -m $1 -i $2 -r $4 -y $5 -s $6 +python3 minos/outcomes/format_spatial_output.py -m $1 -i $3 -r $4 -y $5 -s $7 +# +Rscript minos/outcomes/sf12_difference_map.R -m $1 -j $2 -i $3 -r $4 -y $5 -d $8 diff --git a/minos/outcomes/make_lineplot.sh b/minos/outcomes/make_lineplot.sh deleted file mode 100644 index c1790393..00000000 --- a/minos/outcomes/make_lineplot.sh +++ /dev/null @@ -1,62 +0,0 @@ -#!/bin/bash -# bash script for generating minos line plot maps. - -# Has a series of positional arguments -# $1 minos mode. default_config or scotland_mode for now -# $2 A list of directories. Where are the data for required interventions stored. For example. baseline,livingWageIntervention will pull files from -# 2 baseline,livingWageIntervention -#who_alive,who_below_living_wage - -Help() -{ - # Display Help - echo "Function for aggregating minos data and making line plots to compare the effect of interventions on SF12." - echo " " - echo "Has a number of positional arguments" - echo "\$1 contains the subdirectory where data are stored in output. Usually default_config or scotland_mode because - data are in output/default_config or output/scotland_mode" - echo " " - echo "\$2 Are the directories containing intervention specific data seperated by commas." - echo "E.g. baseline,livingWageIntervention tells the script to aggregate data from output/default_config/baseline" - echo "and output/default_config/livingWageIntervention" - echo " " - echo "\$3 indicates the tags for these variables seperated by commas. These are labels assigned to aggregate values " - echo "from each intervention that go into pandas labels and plot legends. E.g. 'Baseline, Living Wage Intervention'" - echo " " - echo "\$4 indicates the subset functions to use for each intervention seperated by commas. " - echo "For example, who_alive,who_living_wage_intervention will apply the subset functions who_alive and who_living_wage_intervention" - echo "found in aggregate_subset_functions.py. This will take some subset of the population such as those who are alive" - echo "before calculating population aggregates. If we are only interested in comparing differences in SF12 for treated " - echo "populations this is useful. " - echo " " - echo "\$5 simply indicates the prefix of the final line plot. E.g. if set to XXXX the plot will be save as XXXX_lineplot.pdf" - echo " " - echo "\$6 indicates the variable of which we are plotting. Before 19/10/23 SF_12_MCS was the only variable we were " - echo "interested in plotting, but this has now expanded to include equivalent_income and soon will include SF_12_PCS." - echo " " - echo "There are some other variables here such as aggregation method set to nanmean for now but open to others later." - echo " " - echo "\$6 indicates the variable of which we are plotting. Before 19/10/23 SF_12_MCS was the only variable we were " - echo "interested in plotting, but this has now expanded to include equivalent_income and soon will include SF_12_PCS." - echo " " -} - -while getopts ":h" option; do - case $option in - h) # display Help - Help - exit;; - \?) # Invalid option - echo "Error: Invalid option" - exit;; - esac -done - -AGG_METHOD="nanmean" -#AGG_VAR="SF_12_MCS" -# custom baseline for living wage only. -python3 minos/outcomes/aggregate_minos_output.py -m "$1" -d "$2" -t "$3" -a $AGG_METHOD -f "$4" -v "$6" -# stack aggregated files into one long array. -python3 minos/outcomes/aggregate_long_stack.py -m "$1" -s "$2" -t "$3" -r Baseline -a $AGG_METHOD -v "$6" -# make line plot. -python3 minos/outcomes/aggregate_lineplot.py -m "$1" -s "$2" -d "plots" -a $AGG_METHOD -p "$5" -v "$6" -r "$7" diff --git a/minos/outcomes/make_lineplots.py b/minos/outcomes/make_lineplots.py new file mode 100644 index 00000000..daeab8ac --- /dev/null +++ b/minos/outcomes/make_lineplots.py @@ -0,0 +1,579 @@ +""" single python function that makes lineplots from a list of arguments. + +this file should not be run directly and is called from notebooks. e.g. Rmd notebooks. +""" + +# This file is moving lineplot making into one file for the sake of sanity. It doesn't need to be as generaslied as it is now. + +# 1. get all source files from some list of interventions. +# 2. aggregate all source files together + +import pandas as pd +import re +from glob import glob +from multiprocessing import Pool +import os +from itertools import repeat +import numpy as np +import yaml +from datetime import datetime +import seaborn as sns +import matplotlib.pyplot as plt +from minos.outcomes.aggregate_subset_functions import dynamic_subset_function, get_required_intervention_variables, get_region_lsoas + +pd.options.mode.chained_assignment = None # default='warn' + +def subset_minos_data(data, subset_func_string, mode): + """ Take treated subset of MINOS output. E.g. only take individuals with children if assessing child benefit policy. + + Parameters + ---------- + data: pd.DataFrame + subset_func_string, mode : str + subset_func_string determines what subset of the population to take. see aggregate_subset_functions.py for + more details. mode determines whether the scottish population mode should be taken. This might be redundant in future + if we agree to stick to full UK model. + + Returns + ------- + subsetted_data : pd.DataFrame + subsetted_data is the pandas dataframe MINOS output only including those would be intervened upon. e.g. households + with children when assessing child benefit policy. + """ + subsetted_data = dynamic_subset_function(data, subset_func_string, mode) + return subsetted_data + +def aggregate_percentage_counts(df, v): + # for some ordinal variable return a groupby providing the percetage of the population in each variable. + new_df = pd.DataFrame(df[v].value_counts(normalize=True)) + new_df['prct'] = new_df[new_df.columns[0]] + new_df[v] = new_df.index + new_df.reset_index(inplace=True, drop=True) + return new_df + +def aggregate_boosted_counts(df, v): + # get number of individuals boosted and the size of the overall population. + new_df = pd.DataFrame(df[v]) + new_df['prct'] = new_df[new_df.columns[0]] + new_df[v] = new_df.index + new_df.reset_index(inplace=True, drop=True) + return sum(df['income_boosted']), new_df.shape[1] + +def aggregate_cumulative_score(df, v): + # count the overall sum of a quantity. e.g. sf-12 mcs absolute score. + return sum(df[v]) + +def aggregate_boosted_counts_and_cumulative_score(df, v): + # get number of individuals boosted and the size of the overall population. + new_df = pd.DataFrame(columns = ["number_boosted", f"summed_{v}"]) + new_df["number_boosted"] = [df.shape[0]] + np.sum(df.groupby("hidp")['nkids'].max()) + new_df[f'summed_{v}'] = [sum(df[v])] + + if v == "SF_12": + #df = df.loc[df['weight']>0, ] + #df['weight'] = 1/df['weight'] + #new_df[f"prct_below_45.6"] = sum(df['weight']*(df['SF_12'] < 45.6))/sum(df['weight']) + if df.shape[0] != 0: + new_df[f"prct_below_45.6"] = sum(df['SF_12'] < 45.6)/df.shape[0] + else: + new_df[f"prct_below_45.6"] = np.nan + if "boost_amount" in df.columns: + new_df["intervention_cost"] = np.sum(df.groupby("hidp")['boost_amount'].max()) + return new_df + +def aggregate_csv(file, subset_function_string=None, outcome_variable="SF_12", aggregate_method=np.nanmean, + mode="default_config", region=None): + """ + + Parameters + ---------- + file, subset_function_string : string + What MINOS output file to load and how to subset this file. + outcome_variable, mode: str + What variable of MINOS is the outcome and + aggregate_method : func + region : string + What region is being subetted? Defaults to None + Returns + ------- + agg_value : float + Scalar aggregate of a single MINOS output dataset. E.g. the mean SF12 value for all individuals in the desired subset. + """ + if not os.path.isfile(file): # no file found default to nothing for safety and consistent data frames. warning appears later. + return None + + + required_columns = get_required_intervention_variables(subset_function_string) + if region is not None: + required_columns.append("ZoneID") + data = pd.read_csv(file, usecols=required_columns, low_memory=True, engine='c') # low_memory could be buggy but is faster. + + population_size = data.shape[0] + #print(data.shape) + if subset_function_string: + data = subset_minos_data(data, subset_function_string, mode) + if region: + if region == "edinburgh" or region == "scotland": + #print(get_region_lsoas(region).columns) + region_lsoas = get_region_lsoas(region)["LSOA11CD"] + else: + region_lsoas = get_region_lsoas(region)["lsoa11cd"] + + data = data.loc[data["ZoneID"].isin(region_lsoas), ] + + #print(data.shape) + agg_value = aggregate_method(data, outcome_variable) + if aggregate_method == aggregate_boosted_counts_and_cumulative_score: + agg_value["population_size"] = population_size + np.sum(data.groupby("hidp")['nkids'].max()) + return agg_value + + +def aggregate_variables_by_year(source, tag, years, subset_func_string, v="SF_12", ref="Baseline", method=np.nanmean, + mode="default_config", region=None): + """ Get multiple MINOS files, subset and aggregate over some variable and aggregate method. + + Parameters + ---------- + source: str + What directory is being aggregated. E.g. output/baseline/ + mode: bool + Is this aggregation being done on the scottish pop? + years, v : list + What range of years are being used. What set of variables are being aggregated. + tag: str + The written english name of the intervention being processed in source. + Used in the 'tag' column to plot lineplot legend. + E.g. source `livingWageIntervention` is the file path but `Living Wage Intervention` should go in the legend. + method: func : + What method is used to aggregate outcome variable data. Usually np.nanmean but nanmedian etc. can be used + region string: + Is a specific subregion of the data being used. e.g. glasgow region for scottish data. + Returns + ------- + aggregated_data: pd.DataFrame + Data frame with columns year, tag and v. Year is year of observation, tag is MINOS batch run and intervention + it has come from, v is aggregated variable. Usually SF12. + """ + + aggregated_data = pd.DataFrame() + aggregated_means = [None] + for year in years: + files = glob(os.path.join(source, f"*{year}.csv")) # grab all files at source with suffix year.csv. + #files = [os.path.join(source, f"{str(ix).zfill(4)}_run_id_{year}.csv") for ix in range(1, 101)] + #print(files) + # files = files[:10] + # 2018 is special case - not simulated yet and therefore doesn't have any of the tags for subset functions + # Therefore we are just going to get everyone alive for now + # TODO: Set this value from the config file so it only happens for the year before simulation (currently 2020) and isn't hardcoded + + if (year > 2020 or tag == ref) or method == aggregate_boosted_counts_and_cumulative_score: + with Pool() as pool: + aggregated_means = pool.starmap(aggregate_csv, + zip(files, repeat(subset_func_string), repeat(v), repeat(method), + repeat(mode), repeat(region))) + #if tag == "No Support" and year == 2035: + # #print(len(aggregated_means)) + # #print([type(item) for item in aggregated_means]) + if aggregated_means == []: # if no datasets found for given year supply a dummy row. + print( + f"warning no datasets found for intervention {tag} and year {year}. This will result in a blank datapoint in the final lineplot.") + aggregated_means = [None] + + if method == weighted_nanmean or method == child_uplift_cost_sum: + single_year_aggregates = pd.DataFrame(aggregated_means, columns = [v]) + single_year_aggregates['year'] = year + single_year_aggregates['tag'] = tag + aggregated_data = pd.concat([aggregated_data, single_year_aggregates]) + elif v in ['housing_quality', 'neighbourhood_safety', 'loneliness']: + for i, single_year_aggregate in enumerate(aggregated_means): + single_year_aggregate['year'] = year + single_year_aggregate['tag'] = tag + single_year_aggregate['id'] = i + aggregated_data = pd.concat([aggregated_data, single_year_aggregate]) + elif method == aggregate_boosted_counts_and_cumulative_score: + for i, single_year_aggregate in enumerate(aggregated_means): + if type(single_year_aggregate) != pd.DataFrame: # if no data available create a dummy frame to preserve data frame structure. + single_year_aggregate = pd.DataFrame([i], columns = ['number_boosted']) + single_year_aggregate["number_boosted"] = np.nan + single_year_aggregate[f"summed_{v}"] = np.nan + single_year_aggregate["intervention_cost"] = np.nan + if source == ref: + single_year_aggregate['intervention_cost'] = np.nan + single_year_aggregate['year'] = year + single_year_aggregate['tag'] = tag + single_year_aggregate['id'] = i + aggregated_data = pd.concat([aggregated_data, single_year_aggregate]) + + aggregated_data.reset_index(drop=True, inplace=True) + return aggregated_data + + +def relative_scaling(df, v, ref): + """ Scale aggregate data based on some reference source. + + For each year + Find the mean of the reference column for each year xbar. + Find the mean of the reference group x_bar. + Divide all values within the year regardless of tag by xbar. + E.g. reference = 'baseline' makes baseline values all 1. + Any other policy change is relative to this. + E.g. an uplift policy would likely produce values greater than 1 to signify increase in SF12 on average. + + Parameters + ---------- + df: pd.DataFrame + Dataframe df containing 3 columns year, tag, v. Long frame of aggregates by year and source. + years: np.arange + List of year + v: str + Variable to aggregate. + ref: str + Reference source to scale against. + + Returns + ------- + df: pd.DataFrame + Dataframe df containing 3 columns year, tag, v. Long frame of aggregates by year and source. + """ + # if no reference column don't scale anything.. + if ref is not None: + years = sorted(list(set(df['year']))) + for i, year in enumerate(years): + # get data for each year. get reference level sf12 for each year. divide all sf12 values be reference value. + # sf12 for ref level will be 1. for other levels values >1 implies increase relative to baseline. + # <1 implies reduction. + + year_df = df.loc[df['year'] == year,].copy() + x_bar = np.nanmean(year_df.loc[year_df['tag'] == ref, v]) + year_df[v] /= x_bar + if i == 0: # for first year only consider reference variable. e.g. baseline. + year_df = year_df.loc[year_df['tag'] == ref, ] + df.loc[df['year'] == year, v] = year_df[v] + else: + print("No reference ref defined. No relative scaling used. May make hard to read plots..") + return df + + +def find_latest_source_file_path(file_path): + """ A file path can have multiple runs of data that are sorted by time Y_m_d_H_M_S. Find the lastest one. + + Parameters + ---------- + all_file_paths : list + All directories in the all_file_paths directory. Should all have names as timestamps with form Y_m_d_H_M_S. + Returns + ------- + latest_file_path: str + Returns the latest path in all_file_paths chronologically. + """ + # replaced latest file search with regex because it keeps finding aggregate data and + # .DSStore files and im slowly losing my mind. + # sort file list and pull latest files until a regex date match is found. + all_file_paths = sorted(os.listdir(file_path)) + # NOTE THIS IS AN EXACT MATCH. ANY FILE WITH STUFF EITHER SIDE OF A DATE WILL NOT BE FOUND. + date_pattern = re.compile(r'^(\d{4})_(\d{2})_(\d{2})_(\d{2})_(\d{2})_(\d{2})$') + if len(all_file_paths) > 1: + # if more than 1, select most recent datetime + while all_file_paths: + file = all_file_paths.pop() + if date_pattern.match(file): + latest_file_path = file + break + if not all_file_paths: + raise RuntimeError("The output directory supplied contains no subdirectories, and therefore no data to " + "aggregate. Please check the output directory.") + #latest_file_path = max(all_file_paths, key=lambda d: datetime.strptime(d, "%Y_%m_%d_%H_%M_%S")) + elif len(all_file_paths) == 1: + latest_file_path = all_file_paths[0] # os.listdir returns a list, we only have 1 element + else: + raise RuntimeError("The output directory supplied contains no subdirectories, and therefore no data to " + "aggregate. Please check the output directory.") + return os.path.join(file_path, latest_file_path) + + +def aggregate_lineplot(df, destination, prefix, v, method): + """ Plot lineplot over sources and years for aggregated v. + + Parameters + ---------- + df : pd.DataFrame + Dataframe with mean SF12 values over time by intervention. + destination : str + Where is the plot being saved to. + Returns + ------- + None + """ + + df[v] *= 100 + + # seaborn line plot does this easily. change colours, line styles, and marker styles for easier readibility. + if method == weighted_nanmean: + df[v] -= 100 # set centre at 0. + + # set year to int for formatting purposes + df['year'] = pd.to_datetime(df['year'], format='%Y') + + # now rename some vars for plot labelling and formatting + # Capital letter for 'year' + # 'tag' renamed to 'Legend' + df.rename(columns={"year": "Year", + "tag": "Legend"}, + inplace=True) + df.reset_index(drop=True, inplace=True) + + f = plt.figure() + sns.lineplot(data=df, x='Year', y=v, hue='Legend', style='Legend', markers=True, palette='Set2') + if prefix: + file_name = f"{prefix}_{v}_aggs_by_year.pdf" + else: + file_name = f"{v}_aggs_by_year.pdf" + file_name = os.path.join(destination, file_name) + + # Sort out axis labels + y_label = v + if v == 'SF_12': + y_label = 'SF12 MCS Percentage Change' + + if method == weighted_nanmean: + y_label += " Weighted Mean" + elif v == "SF_12_AUC": + y_label += " AUC" + elif v == "SF_12_ICER": + y_label += " ICER" + + plt.ylabel(y_label) + plt.tight_layout() + + dir_name = os.path.dirname(file_name) + if not os.path.isdir(dir_name): + print("Plots folder not found; creating...") + os.mkdir(dir_name) + plt.savefig(file_name) + print(f"Lineplot saved to {file_name}") + + # this is dumb but these changes are global for some reason. + df.rename(columns={"Year": "year", + "Legend": "tag"}, + inplace=True) + +def find_MINOS_years_range(file_path): + """ Calculate the number of years in MINOS output data. + + Parameters + ---------- + file_path: MINOS runs to calculate the number of years of data to aggregate for. + + Returns + ------- + years: np.arange + List of years to aggregate data for + """ + # MINOS data has a yaml config that contains number of years model runs for. Find that and return it. + with open(f"{file_path}/config_file.yml", "r") as stream: + config = yaml.safe_load(stream) + start_year = config['time']['start']['year'] + end_year = config['time']['end']['year'] + years = np.arange(start_year, end_year+1) + return years + + +def weighted_nanmean(df, v, weights = "weight", scale=1): + #df = df.loc[df['weight'] > 0] + #df.loc[df.index, weights] = 1/df[weights] + return np.nansum(df[v] * df[weights]) / sum(df[weights]) * scale + #return np.nansum(df[v]) + +def child_uplift_cost_sum(df, v, weights='weight'): + # get unique households + # get boost amount per household + df = df.loc[df['weight'] > 0] + group = df.groupby(['hidp']) + weights = 1/group[weights].sum() + return np.nansum(weights * group[v].min())/np.nansum(weights) + +def main(directories, tags, subset_function_strings, prefix, mode='default_config', ref="Baseline", v="SF_12", + method='nanmean', region=None): + """ Main method for converting multiple sources of MINOS data into a lineplot. + + + Parameters + ---------- + directories + tags + subset_function_strings + v + method + mode + region + + Returns + ------- + + """ + + # Without using eval this is the best way I can think of to import from string to function. + if method == "nanmean" or method == "weighted_nanmean": + method = weighted_nanmean + elif method == "percentages": + method = aggregate_percentage_counts + elif method == "child_uplift_cost_sum": + method = child_uplift_cost_sum + elif method == "SF12_AUC": + method = aggregate_boosted_counts_and_cumulative_score + else: + raise ValueError( + "Unknown aggregate function specified. Please add specifc function required at 'aggregate_minos_output.py") + + directories = directories.split(",") + tags = tags.split(",") + subset_function_strings = subset_function_strings.split(',') + + aggregate_long_stack = pd.DataFrame() + for directory, tag, subset_function_string in zip(directories, tags, subset_function_strings): + file_path = os.path.abspath(os.path.join('output/', mode, directory)) + latest_file_path = find_latest_source_file_path(file_path) + years = find_MINOS_years_range(latest_file_path) + + print(f"Aggregating for source {latest_file_path}, tag {tag} using {method.__name__} over {v}") + new_aggregate_data = aggregate_variables_by_year(latest_file_path, tag, years, + subset_function_string, v=v, ref=ref, + method=method, region=region) + aggregate_long_stack = pd.concat([aggregate_long_stack, new_aggregate_data]) + + if v == "SF_12" and method == weighted_nanmean: + scaled_data = relative_scaling(aggregate_long_stack, v, ref) + print("relative scaling done. plotting.. ") + aggregate_lineplot(scaled_data, "plots", prefix, v, method) + elif v == "SF_12" and method == aggregate_boosted_counts_and_cumulative_score: + # groupby intervention and cumsum over time. + aggregate_long_stack[f"{v}_AUC"] = aggregate_long_stack.groupby(['tag', 'id'])[f"summed_{v}"].cumsum() + #scaled_data = relative_scaling(aggregate_long_stack, "sf12_auc", ref) + #print("relative scaling done. plotting.. ") + #aggregate_lineplot(aggregate_long_stack, "plots", prefix, f"{v}_AUC", method) + #aggregate_long_stack = aggregate_long_stack.reset_index(drop = True) + + aggregate_long_stack2 = aggregate_long_stack.groupby(["tag", "year"]).agg({'SF_12_AUC': "mean", + 'intervention_cost': 'mean', + 'number_boosted': "mean", + 'population_size': "mean", + "prct_below_45.6": "mean"}) + aggregate_long_stack2 = aggregate_long_stack2.reset_index(drop = False) + file_name = "plots/" + "".join(directories) + "_counts_over_time.csv" + aggregate_long_stack2.to_csv(file_name) + print(f"Summary data for interventions saved to {file_name}.") + #aggregate_long_stack['intervention_cost_cumulative'] = aggregate_long_stack.groupby(['tag', 'id'])['intervention_cost'].cumsum() + #datetimes = pd.to_datetime(aggregate_long_stack['year']) + #aggregate_long_stack['year'] = datetimes.dt.year + #print(aggregate_long_stack['year'].value_counts()) + #print(aggregate_long_stack['id'].value_counts()) + #print(aggrelong_stack['tag'].value_counts()) + #aggregate_long_stack = aggregate_long_stack.loc[aggregate_long_stack['year'] > 2020, ] # looking at non-baseline years obviously.\ + #aggregate_long_stack = aggregate_long_stack.loc[aggregate_long_stack['year'] <= 2035, ] # any wierd stragglers.. + #baseline_cumulative_values = aggregate_long_stack.loc[aggregate_long_stack['tag'] == ref, f"{v}_AUC"].values + #baseline_cumulative_values = np.repeat(baseline_cumulative_values, len(np.unique(aggregate_long_stack['tag']))-1) + #aggregate_long_stack = aggregate_long_stack.loc[aggregate_long_stack['tag']!=ref, ] # looking at non-baseline years obviously.\ + #baseline_cumulative_values = baseline_cumulative_values.values.reshape(-1,15)[:,1:].flatten() # remove every 15th entry that isnt needed. + #aggregate_long_stack[f'{v}_ICER'] = (aggregate_long_stack[f'{v}_AUC']-baseline_cumulative_values)/aggregate_long_stack['intervention_cost_cumulative'] + #aggregate_lineplot(aggregate_long_stack, "plots", prefix, f"{v}_ICER", method) + + # add baseline AUC + #divide by cost + # lineplot that bad boy. + # save + aggregate_long_stack3 = aggregate_long_stack.copy() + aggregate_long_stack3.reset_index(inplace=True, drop=True) + rescale_AUC = aggregate_long_stack3.loc[aggregate_long_stack3['year']==2020, ] + rescale_AUC = np.mean(rescale_AUC.loc[aggregate_long_stack3['tag'] == ref, f"{v}_AUC", ]) + + aggregate_long_stack3.loc[aggregate_long_stack3['tag'] != ref, f"{v}_AUC"] += rescale_AUC + aggregate_long_stack_baseline_means = aggregate_long_stack3.loc[aggregate_long_stack3['tag']==ref, ].groupby(["tag", "year"]).agg({'SF_12_AUC': "mean"}).values.flatten() + repeat_amount = len(np.unique(aggregate_long_stack3['tag']))*len(np.unique(aggregate_long_stack3['id'])) + aggregate_long_stack3_diff = np.tile(aggregate_long_stack_baseline_means, repeat_amount) + #aggregate_long_stack3_diff.reset_index(drop=True, inplace=True) + aggregate_long_stack3[f"{v}_AUC"] -= aggregate_long_stack3_diff + aggregate_lineplot(aggregate_long_stack3, "plots", "SF12_AUC_not_scaled_" + prefix, f"{v}_AUC", method) + + aggregate_long_stack3[f"{v}_AUC"] /= aggregate_long_stack3['intervention_cost'] + aggregate_long_stack3[f"{v}_AUC"] = aggregate_long_stack3[f"{v}_AUC"].fillna(0) + aggregate_lineplot(aggregate_long_stack3, "plots", "SF12_AUC_scaled_" + prefix, f"{v}_AUC", method) + + + elif v == "boost_amount": + aggregate_lineplot(aggregate_long_stack, "plots", prefix, v, method) + elif method == aggregate_percentage_counts: + print(f"Data compiled for variable {v} using method {method.__name__}.") + file_path = latest_file_path + f"/{v}_aggregation_using_{method.__name__}.csv" + aggregate_long_stack.to_csv(file_path) + print(f"Saved to {file_path}.") + +if __name__ == '__main__': + print("MAIN HERE IS JUST FOR DEBUGGING. RUN MAIN IN A NOTEBOOK INSTEAD. ") + + #define test parameters and run. + directories = "baseline,25RelativePoverty,50RelativePoverty" + tags = "Baseline,25 Relative Poverty,50 Relative Poverty" + subset_function_strings = "who_below_living_wage_and_kids,who_boosted,who_boosted" + prefix = "baseline_25_50_relative_poverty" + mode = 'default_config' + ref = "Baseline" + v = "SF12" + method = 'percentages' + # mode = "glasgow_scaled" + # directories = "baseline,EPCG,EBSS" + # tags = "Baseline,Energy Price Cap Guarantee,Energy Bill Support Scheme" + # subset_function_strings = "who_uses_energy,who_boosted,who_boosted" + # prefix = "epcg_ebss_baseline" + + # directories = "baseline,baseline,baseline,baseline,baseline,baseline,baseline,baseline,baseline,baseline,baseline,baseline" + # tags = "National Average,First,Second,Third,Fourth,Fifth,Sixth,Seventh,Eighth,Ninth,Tenth" + # subset_function_strings = "who_alive,who_first_simd_decile,who_second_simd_decile,who_third_simd_decile,who_fourth_simd_decile,who_fifth_simd_decile,who_sixth_simd_decile,who_seventh_simd_decile,who_eighth_simd_decile,who_ninth_simd_decile,who_tenth_simd_decile" + # prefix="simd_deciles" + # mode = "glasgow_scaled" + # ref='National Average' + + directories = "baseline,25RelativePoverty" + tags = "Baseline,£25 Relative Poverty" + subset_function_strings = "who_below_poverty_line_and_kids,who_boosted" + prefix = "baseline_25RP" + mode = 'default_config' + ref = "Baseline" + v = "SF_12" + method = 'SF12_AUC' + + directories = "baseline,25RelativePoverty,50RelativePoverty" + tags = "Baseline,£25 Relative Poverty,£50 Relative Poverty" + subset_function_strings = "who_below_poverty_line_and_kids,who_boosted,who_boosted" + prefix = "baseline_25_50_RP" + mode = 'default_config' + ref = "Baseline" + v = "SF_12" + method = 'SF12_AUC' + + directories = "baseline,livingWageIntervention" + tags = "Baseline,Living Wage Intervention" + subset_function_strings = "who_below_living_wage,who_boosted" + prefix = "baseline_living_wage" + mode = 'default_config' + ref = "Baseline" + v = "SF_12" + method = 'SF12_AUC' + + + directories = "baseline,25UniversalCredit" + tags = "Baseline,£25 Universal Credit" + subset_function_strings = "who_universal_credit_and_kids,who_boosted" + prefix = "25_UC" + # directories = "25RelativePoverty,25UniversalCredit" + # tags = "£25 Relative Poverty,£25 Universal Credit" + # subset_function_strings = "who_boosted,who_boosted" + # prefix = "25rp_25uc_cost_lineplot" + # mode = 'default_config' + # ref = "25RelativePoverty" + # v = "boost_amount" + # method = 'child_uplift_cost_sum' + + main(directories, tags, subset_function_strings, prefix, mode, ref, v, method) + + +# TODO find a way to aggregate boxplots/ridgelines together \ No newline at end of file diff --git a/minos/outcomes/make_lineplots_macros.py b/minos/outcomes/make_lineplots_macros.py new file mode 100644 index 00000000..279d710d --- /dev/null +++ b/minos/outcomes/make_lineplots_macros.py @@ -0,0 +1,655 @@ +"""File containing shortcut functions used by makefiles""" + +from minos.outcomes.make_lineplots import main as lineplot_main +import sys + + +#################### +# Old school plots # +#################### + +def all_child_lineplot(*args): + directories = "baseline,hhIncomeChildUplift" + tags = "Baseline,All Child Uplift" + subset_function_strings = "who_kids,who_boosted" + prefix = "baseline_all_child_uplift" + config_mode = "default_config" + lineplot_main(directories, tags, subset_function_strings, prefix, mode=config_mode, ref="Baseline", v="SF_12", + method='nanmean') + + +def poverty_line_child_lineplot(*args): + directories = "baseline,hhIncomePovertyLineChildUplift" + tags = "Baseline,Poverty Line Child Uplift" + subset_function_strings = "who_below_poverty_line_and_kids,who_boosted" + prefix = "baseline_poverty_child_uplift" + config_mode = "default_config" + lineplot_main(directories, tags, subset_function_strings, prefix, mode=config_mode, ref="Baseline", v="SF_12", + method='nanmean',region=None) + + +def living_wage_lineplot(*args): + directories = "baseline,livingWageIntervention" + tags = "Baseline,Living Wage Intervention" + subset_function_strings = "who_below_living_wage,who_boosted" + prefix = "baseline_living_wage" + config_mode = "default_config" + ref="Baseline" + v="SF_12" + method = "nanmean" + lineplot_main(directories, tags, subset_function_strings, prefix, mode=config_mode, ref=ref, v=v, + method=method) + method = 'SF12_AUC' + lineplot_main(directories, tags, subset_function_strings, prefix, mode=config_mode, ref=ref, v=v, method=method) + +def epcg_and_no_support_lineplot(*args): + directories = "baseline,energyDownlift,energyDownliftNoSupport" + tags = "Baseline,EPCG,No Support" + subset_function_strings = "who_uses_energy,who_boosted,who_boosted" + prefix = "baseline_energy_downlift" + config_mode = "default_config" + ref="Baseline" + v = "SF_12" + method = "nanmean" + lineplot_main(directories, tags, subset_function_strings, prefix, mode=config_mode, ref=ref, v=v, + method=method) + method = 'SF12_AUC' + lineplot_main(directories, tags, subset_function_strings, prefix, mode=config_mode, ref=ref, v=v, method=method) + + +def ebss_lineplot(*args): + directories = "baseline,energyDownlift" + tags = "Baseline,Energy Downlift" + subset_function_strings = "who_uses_energy,who_boosted" + prefix = "baseline_ebss" + config_mode = "default_config" + lineplot_main(directories, tags, subset_function_strings, prefix, mode=config_mode, ref="Baseline", v="SF_12", + method='nanmean') + + +def all_five_lineplots(*args): + directories = "baseline,25UniversalCredit,25RelativePoverty,livingWageIntervention,energyDownlift" + tags = "Baseline,£25 Universal Credit Child Uplift,£25 Poverty Line Child Uplift,Living Wage Intervention, EPCG" + subset_function_strings = "who_alive,who_boosted,who_boosted,who_boosted,who_boosted" + prefix = "all_five_combined" + config_mode = "default_config" + lineplot_main(directories, tags, subset_function_strings, prefix, mode=config_mode, ref="Baseline", v="SF_12", + method='nanmean') + + +def social_science_all_plots(config_mode): + # all social science lineplots together. + #UC_relative_poverty(config_mode, 25) + #UC_relative_poverty(config_mode, 50) + #all_five_lineplots(config_mode) + + #epcg_and_no_support_lineplot(config_mode) + #living_wage_lineplot(config_mode) + + incremental_25_to_50(config_mode, "UniversalCredit", "Universal Credit", "who_universal_credit_and_kids") + #incremental_25_to_50(config_mode, "RelativePoverty", "Relative Poverty", "who_below_poverty_line_and_kids") + + +######################################## +# glasgow spatial population lineplots # +######################################## + +def glasgow_deciles_lineplot(config_mode, source, subset_function): + # directories = f"baseline," + (f"{source}," * 10)[:-1] # repeat 11 times and cut off last comma. + directories = f"{source}," + (f"{source}," * 10)[:-1] # repeat 11 times and cut off last comma. + tags = "National Average,First,Second,Third,Fourth,Fifth,Sixth,Seventh,Eighth,Ninth,Tenth" + # subset_function_strings = f"""who_kids,who_kids_first_simd_decile,who_kids_second_simd_decile,who_kids_third_simd_decile,who_kids_fourth_simd_decile,who_kids_fifth_simd_decile,who_kids_sixth_simd_decile,who_kids_seventh_simd_decile,who_kids_eighth_simd_decile,who_kids_ninth_simd_decile,who_kids_tenth_simd_decile""" + subset_function_strings = "who_alive,who_first_simd_decile,who_second_simd_decile,who_third_simd_decile,who_fourth_simd_decile,who_fifth_simd_decile,who_sixth_simd_decile,who_seventh_simd_decile,who_eighth_simd_decile,who_ninth_simd_decile,who_tenth_simd_decile" + prefix = f"25_{source}_simd_deciles" + ref = "National Average" + v = "SF_12" + method = 'nanmean' + lineplot_main(directories, tags, subset_function_strings, prefix, mode=config_mode, ref=ref, v=v, method=method) + + +def poverty_line_simd_deciles_lineplot(*args): + directories = "baseline," + ("hhIncomePovertyLineChildUplift," * 10)[:-1] # repeat 11 times and cut off last comma. + tags = "National Average,First,Second,Third,Fourth,Fifth,Sixth,Seventh,Eighth,Ninth,Tenth" + subset_function_strings = """who_kids,who_kids_first_simd_decile,who_kids_second_simd_decile,who_kids_third_simd_decile,who_kids_fourth_simd_decile,who_kids_fifth_simd_decile,who_kids_sixth_simd_decile,who_kids_seventh_simd_decile,who_kids_eighth_simd_decile,who_kids_ninth_simd_decile,who_kids_tenth_simd_decile""" + prefix = "25_poverty_simd_deciles" + config_mode = "glasgow_scaled" + ref = "National Average" + v = "SF_12" + method = 'nanmean' + lineplot_main(directories, tags, subset_function_strings, prefix, mode=config_mode, ref=ref, v=v, method=method) + + +def poverty_line_first_decile_lineplot(*args): + directories = "baseline,hhIncomePovertyLineChildUplift" + tags = "National Average,First" + subset_function_strings = """who_poverty_kids_first_simd_decile,who_boosted_first_simd_decile""" + prefix = "25_poverty_first_simd_decile" + config_mode = "glasgow_scaled" + ref = "National Average" + v = "SF_12" + method = 'nanmean' + lineplot_main(directories, tags, subset_function_strings, prefix, mode=config_mode, ref=ref, v=v, method=method) + + +def poverty_line_tenth_decile_lineplot(*args): + directories = "baseline,hhIncomePovertyLineChildUplift" + tags = "National Average,Tenth" + subset_function_strings = """who_poverty_kids_tenth_simd_decile,who_boosted_tenth_simd_decile""" + prefix = "25_poverty_tenth_simd_decile" + config_mode = "glasgow_scaled" + ref = "National Average" + v = "SF_12" + method = 'nanmean' + # lineplot_main(directories, tags, subset_function_strings, prefix, mode=config_mode, ref=ref, v=v, method=method) + + +def poverty_line_fifth_decile_lineplot(*args): + directories = "baseline,hhIncomePovertyLineChildUplift" + tags = "National Average,Fifth" + subset_function_strings = """who_poverty_kids_fifth_simd_decile,who_boosted_fifth_simd_decile""" + prefix = "25_poverty_fifth_simd_decile" + config_mode = "glasgow_scaled" + ref = "National Average" + v = "SF_12" + method = 'nanmean' + lineplot_main(directories, tags, subset_function_strings, prefix, mode=config_mode, ref=ref, v=v, method=method) + + +def simd_decile_baseline_lineplot(*args): + directories = ("baseline," * 11)[:-1] # repeat 11 times and cut off last comma. + tags = "National Average,First,Second,Third,Fourth,Fifth,Sixth,Seventh,Eighth,Ninth,Tenth" + subset_function_strings = "who_alive,who_first_simd_decile,who_second_simd_decile,who_third_simd_decile,who_fourth_simd_decile,who_fifth_simd_decile,who_sixth_simd_decile,who_seventh_simd_decile,who_eighth_simd_decile,who_ninth_simd_decile,who_tenth_simd_decile" + prefix = "baseline_simd_deciles" + config_mode = "glasgow_scaled" + ref = "National Average" + v = "SF_12" + method = 'nanmean' + lineplot_main(directories, tags, subset_function_strings, prefix, mode=config_mode, ref=ref, v=v, method=method) + + +def epcg_simd_deciles_lineplot(*args): + directories = ("EBSS," * 11)[:-1] # repeat 11 times and cut off last comma. + tags = "National Average,First,Second,Third,Fourth,Fifth,Sixth,Seventh,Eighth,Ninth,Tenth" + subset_function_strings = "who_alive,who_first_simd_decile,who_second_simd_decile,who_third_simd_decile,who_fourth_simd_decile,who_fifth_simd_decile,who_sixth_simd_decile,who_seventh_simd_decile,who_eighth_simd_decile,who_ninth_simd_decile,who_tenth_simd_decile" + prefix = "ebss_simd_deciles" + config_mode = "glasgow_scaled" + ref = "National Average" + v = "SF_12" + method = 'nanmean' + lineplot_main(directories, tags, subset_function_strings, prefix, mode=config_mode, ref=ref, v=v, method=method) + + +def quintiles_lineplot(config_mode, source, region): + directories = (f"{source}," * 6)[:-1] # repeat 6 times and cut off last comma. + tags = "National Average,First,Second,Third,Fourth,Fifth" + subset_function_strings = "who_alive,who_first_simd_quintile,who_second_simd_quintile,who_third_simd_quintile,who_fourth_simd_quintile,who_fifth_simd_quintile" + prefix = f"{source}_{region}_simd_quintiles_" + ref = "National Average" + v = "SF_12" + method = 'nanmean' + lineplot_main(directories, tags, subset_function_strings, prefix, mode=config_mode, ref=ref, v=v, method=method, region=region) + + +###################################################### +# Space for child uplifts split by amount and subset # +###################################################### + + +def all_child(config_mode, boost_amount): + "nationwide policy" + directories = f"baseline,{boost_amount}All" + tags = f"Baseline,£{boost_amount} Nationwide" + subset_function_strings = "who_kids,who_boosted" + prefix = f"{boost_amount}_all" + ref = "Baseline" + v = "SF_12" + method = 'nanmean' + lineplot_main(directories, tags, subset_function_strings, prefix, mode=config_mode, ref=ref, v=v, method=method) + + +def relative_poverty(config_mode, boost_amount): + "nationwide policy" + directories = f"baseline,{boost_amount}RelativePoverty" + tags = f"Baseline,£{boost_amount} Relative Poverty" + subset_function_strings = "who_relative_poverty_and_kids,who_boosted" + prefix = f"{boost_amount}_relative_poverty" + ref = "Baseline" + v = "SF_12" + method = 'nanmean' + lineplot_main(directories, tags, subset_function_strings, prefix, mode=config_mode, ref=ref, v=v, method=method) + + +def universal_credit(config_mode, boost_amount, region=None): + "nationwide policy" + directories = f"baseline,{boost_amount}UniversalCredit" + tags = f"Baseline,£{boost_amount} Universal Credit" + subset_function_strings = "who_universal_credit_and_kids,who_boosted" + prefix = f"{boost_amount}_{region}_universal_credit" + ref = "Baseline" + v = "SF_12" + method = 'nanmean' + lineplot_main(directories, tags, subset_function_strings, prefix, mode=config_mode, ref=ref, v=v, method=method, region=region) + + +def universal_credit_priority_young_mothers(config_mode, boost_amount, region=None): + "just the single mothers" + directories = f"baseline,{boost_amount}UniversalCredit" + tags = f"Baseline,£{boost_amount} Universal Credit" + subset_function_strings = "who_young_mothers,who_young_mothers" + prefix = f"{boost_amount}_single_mothers_universal_credit" + ref = "Baseline" + v = "SF_12" + method = 'nanmean' + lineplot_main(directories, tags, subset_function_strings, prefix, mode=config_mode, ref=ref, v=v, method=method, region=region) + + +def universal_credit_priority_subgroups(config_mode, boost_amount, region): + "any subgroup at all" + directories = f"baseline,{boost_amount}UniversalCredit" + tags = f"Baseline,£{boost_amount} Universal Credit" + subset_function_strings = "who_priority_subgroups_and_kids,who_priority_subgroups_and_kids" + prefix = f"{boost_amount}_any_subgroup_universal_credit" + ref = "Baseline" + v = "SF_12" + method = 'nanmean' + lineplot_main(directories, tags, subset_function_strings, prefix, mode=config_mode, ref=ref, v=v, + method=method, region=region) + +def universal_credit_multiple_priority_subgroups(config_mode, boost_amount, region): + "2+ subgroups" + directories = f"baseline,{boost_amount}UniversalCredit" + tags = f"Baseline,£{boost_amount} Universal Credit" + subset_function_strings = "who_multiple_priority_subgroups_and_kids,who_multiple_priority_subgroups_and_kids" + prefix = f"{boost_amount}_many_subgroups_universal_credit" + ref = "Baseline" + v = "SF_12" + method = 'nanmean' + lineplot_main(directories, tags, subset_function_strings, prefix, mode=config_mode, ref=ref, v=v, + method=method, region=region) + + +def priority_only(config_mode, boost_amount): + "universal credit (the actual intervention) only lineplot" + directories = f"baseline,{boost_amount}Priority" + tags = f"Baseline,£{boost_amount} Priority Groups" + subset_function_strings = "who_vulnerable_subgroups,who_boosted" + prefix = f"{boost_amount}_priority" + ref = "Baseline" + v = "SF_12" + method = 'nanmean' + lineplot_main(directories, tags, subset_function_strings, prefix, mode=config_mode, ref=ref, v=v, method=method) + + +def UC_priority(config_mode, boost_amount): + "UC and priority interventions on one lineplot." + directories = f"baseline,{boost_amount}UniversalCredit,{boost_amount}Priority" + tags = f"Baseline,£{boost_amount} Universal Credit,£{boost_amount} Priority Groups" + subset_function_strings = "who_universal_credit_and_kids,who_boosted,who_boosted" + prefix = f"{boost_amount}_UC_and_priority" + ref = "Baseline" + v = "SF_12" + method = 'nanmean' + lineplot_main(directories, tags, subset_function_strings, prefix, mode=config_mode, ref=ref, v=v, method=method) + +def UC_relative_poverty(config_mode, boost_amount): + "UC and priority interventions on one lineplot." + directories = f"baseline,{boost_amount}UniversalCredit,{boost_amount}RelativePoverty" + tags = f"Baseline,£{boost_amount} Universal Credit,£{boost_amount} All in Relative Poverty" + subset_function_strings = "who_universal_credit_and_kids,who_boosted,who_boosted" + prefix = f"{boost_amount}_UC_and_relative_poverty" + ref = "Baseline" + v = "SF_12" + method = 'nanmean' + lineplot_main(directories, tags, subset_function_strings, prefix, mode=config_mode, ref=ref, v=v, method=method) + + + +def incremental_25_to_100(config_mode, intervention_name, intervention_tag, subset_function): + "The same intervention in increments from £25 to £100" + directories = f"baseline,25{intervention_name},50{intervention_name},75{intervention_name},100{intervention_name}" + tags = f"Baseline,£25 {intervention_tag},£50 {intervention_tag},£75 {intervention_tag},£100 {intervention_tag}" + subset_function_strings = f"{subset_function},who_boosted,who_boosted,who_boosted,who_boosted" + prefix = f"25_100_incremental_{intervention_name}_uplift" + ref = "Baseline" + v = "SF_12" + method = 'nanmean' + lineplot_main(directories, tags, subset_function_strings, prefix, mode=config_mode, ref=ref, v=v, method=method) + + +def incremental_25_to_50(config_mode, intervention_name, intervention_tag, subset_function, region=None): + "The same intervention in increments from £25 to £50" + directories = f"baseline,25{intervention_name},50{intervention_name}" + tags = f"Baseline,£25 {intervention_tag},£50 {intervention_tag}" + subset_function_strings = f"{subset_function},who_boosted,who_boosted" + prefix = f"25_50_incremental_{intervention_name}_uplift" + ref = "Baseline" + v = "SF_12" + method = 'nanmean' + lineplot_main(directories, tags, subset_function_strings, prefix, mode=config_mode, ref=ref, v=v, method=method, region=region) + method = 'SF12_AUC' + lineplot_main(directories, tags, subset_function_strings, prefix, mode=config_mode, ref=ref, v=v, method=method, region=region) + + +def incremental_25_to_50_by_5(config_mode, intervention_name, intervention_tag, subset_function, increment, region): + uplift_amount = 25 + for _ in range(6): + "The same intervention in increments from £25 to £50" + directories = f"baseline,{uplift_amount}{intervention_name}" + tags = f"Baseline,£{uplift_amount} {intervention_tag}" + subset_function_strings = f"{subset_function},who_boosted,who_boosted" + prefix = f"{uplift_amount}_{intervention_name}_uplift" + ref = "Baseline" + v = "SF_12" + method = 'nanmean' + lineplot_main(directories, tags, subset_function_strings, prefix, mode=config_mode, ref=ref, v=v, method=method, + region=region) + uplift_amount += increment + + +def incremental_25_to_50_by_5_together(config_mode, intervention_name, intervention_tag, subset_function, region): + """ + The same intervention in increments from £25 to £50 + """ + directories = "baseline" + tags = "Baseline" + uplift_amount = 25 + for _ in range(6): + directories += f",{uplift_amount}{intervention_name}" + tags += f",£{uplift_amount} {intervention_tag}" + uplift_amount += 5 + subset_function_strings = f"{subset_function}" + (f",{subset_function}" * 6) + prefix = f"25_50_by_5_together{intervention_name}_uplift" + ref = "Baseline" + v = "SF_12" + method = 'nanmean' + lineplot_main(directories, tags, subset_function_strings, prefix, mode=config_mode, ref=ref, v=v, method=method, region=region) + + +def child_payment_25_50_only(config_mode, source, tag, subset_function, region): + """ + The same intervention in increments from £25 to £50 + """ + directories = f"baseline,25{source},50{source}" + tags = f"Baseline,£25 {tag},£50 {tag}" + subset_function_strings = f"{subset_function},who_boosted,who_boosted" + prefix = f"25_50_only_{source}_" + ref = "Baseline" + v = "SF_12" + method = 'nanmean' + lineplot_main(directories, tags, subset_function_strings, prefix, mode=config_mode, ref=ref, v=v, method=method, region=region) + + +def incremental_10_to_100_by_10(config_mode, intervention_name, intervention_tag, subset_function, increment, region): + """ + The same intervention in increments from £10 to £100 + """ + uplift_amount = 10 + for _ in range(10): + #TODO: abstract this code block as it is repeated for every incremental plot + directories = f"baseline,{uplift_amount}{intervention_name}" + tags = f"Baseline,£{uplift_amount} {intervention_tag}" + subset_function_strings = f"{subset_function},who_boosted,who_boosted" + prefix = f"{uplift_amount}_{intervention_name}_uplift" + ref = "Baseline" + v = "SF_12" + method = 'nanmean' + lineplot_main(directories, tags, subset_function_strings, prefix, mode=config_mode, ref=ref, v=v, method=method, + region=region) + uplift_amount += increment + + +def incremental_10_to_100_by_10_together(config_mode, intervention_name, intervention_tag, subset_function, region): + uplift_amount = 10 + directories = "baseline" + tags = "Baseline" + for _ in range(10): + directories += f",{uplift_amount}{intervention_name}" + tags += f",£{uplift_amount} {intervention_tag}" + uplift_amount += 10 + subset_function_strings = f"{subset_function}" + (f",{subset_function}" * 10) + prefix = f"10_100_by_10_together{intervention_name}_uplift" + ref = "Baseline" + v = "SF_12" + method = 'nanmean' + lineplot_main(directories, tags, subset_function_strings, prefix, mode=config_mode, ref=ref, v=v, method=method, + region=region) + + +################# +# main function # +################# + +string_to_lineplot_function = { + # initial line plots + "all_child": all_child_lineplot, + "poverty_line_child": poverty_line_child_lineplot, + "living_wage": living_wage_lineplot, + "ebss": ebss_lineplot, + "all_five": all_five_lineplots, + + # glasgow synthpop lineplots + "glasgow_baseline_all_deciles": glasgow_deciles_lineplot, + "glasgow_poverty_all_deciles": glasgow_deciles_lineplot, + "glasgow_universal_credit_all_deciles": glasgow_deciles_lineplot, + "glasgow_priority_groups_all_deciles": glasgow_deciles_lineplot, + + "glasgow_poverty_first": poverty_line_first_decile_lineplot, + "glasgow_poverty_fifth": poverty_line_fifth_decile_lineplot, + "glasgow_poverty_tenth": poverty_line_tenth_decile_lineplot, + "epcg_simd_lineplot": epcg_simd_deciles_lineplot, + + # incremental boost amounts for UC and Priority populations + "25_UC_priority": UC_priority, + "50_UC_priority": UC_priority, + "75_UC_priority": UC_priority, + "100_UC_priority": UC_priority, + + "25_all": relative_poverty, + "50_all": relative_poverty, + "75_all": relative_poverty, + "100_all": relative_poverty, + + "25_relative_poverty_": [25], + "50_relative_poverty": [50], + "75_relative_poverty": [75], + "100_relative_poverty": [100], + + "10_universal_credit": universal_credit, + "20_universal_credit": universal_credit, + "25_universal_credit": universal_credit, + "30_universal_credit": universal_credit, + "35_universal_credit": universal_credit, + "40_universal_credit": universal_credit, + "45_universal_credit": universal_credit, + "50_universal_credit": universal_credit, + "60_universal_credit": universal_credit, + "70_universal_credit": universal_credit, + "75_universal_credit": universal_credit, + "80_universal_credit": universal_credit, + "90_universal_credit": universal_credit, + "100_universal_credit": universal_credit, + + "25_universal_credit_priority_subgroups": universal_credit_priority_subgroups, + "30_universal_credit_priority_subgroups": universal_credit_priority_subgroups, + "35_universal_credit_priority_subgroups": universal_credit_priority_subgroups, + "40_universal_credit_priority_subgroups": universal_credit_priority_subgroups, + "45_universal_credit_priority_subgroups": universal_credit_priority_subgroups, + "50_universal_credit_priority_subgroups": universal_credit_priority_subgroups, + "75_universal_credit_priority_subgroups": universal_credit_priority_subgroups, + "100_universal_credit_priority_subgroups": universal_credit_priority_subgroups, + + "25_universal_credit_multiple_priority_subgroups": universal_credit_multiple_priority_subgroups, + "30_universal_credit_multiple_priority_subgroups": universal_credit_multiple_priority_subgroups, + "35_universal_credit_multiple_priority_subgroups": universal_credit_multiple_priority_subgroups, + "40_universal_credit_multiple_priority_subgroups": universal_credit_multiple_priority_subgroups, + "45_universal_credit_multiple_priority_subgroups": universal_credit_multiple_priority_subgroups, + "50_universal_credit_multiple_priority_subgroups": universal_credit_multiple_priority_subgroups, + "75_universal_credit_multiple_priority_subgroups": universal_credit_multiple_priority_subgroups, + "100_universal_credit_multiple_priority_subgroups": universal_credit_multiple_priority_subgroups, + + "incremental_universal_credit": incremental_25_to_100, + "incremental_priority_groups": incremental_25_to_100, + "incremental_25_50_relative_poverty": incremental_25_to_50, + + + "incremental_25_50_by_5_universal_credit": incremental_25_to_50_by_5, + "incremental_10_100_by_10_universal_credit": incremental_10_to_100_by_10, + "incremental_25_50_by_5_together_universal_credit": incremental_25_to_50_by_5_together, + + "incremental_10_100_by_10_UC_Scotland": incremental_10_to_100_by_10, + "incremental_10_100_by_10_together_UC_Scotland": incremental_10_to_100_by_10_together, + + "incremental_25_50_together_universal_credit_default": child_payment_25_50_only, + + + "social_science_all_plots": social_science_all_plots, + + "glasgow_baseline_quintile": quintiles_lineplot, + "glasgow_relative_poverty_quintile": quintiles_lineplot, + "glasgow_universal_credit_quintile": quintiles_lineplot, + "glasgow_epcg_quintile": quintiles_lineplot, + "glasgow_living_wage_quintile": quintiles_lineplot, + + "scotland_25_universal_credit_young_mothers": universal_credit_priority_young_mothers, + "scotland_25_universal_any_priority_subgroup": universal_credit_priority_subgroups, + "scotland_25_universal_many_priority_subgroups": universal_credit_multiple_priority_subgroups, + + "scotland_baseline_quintiles": quintiles_lineplot, + "scotland_25_universal_credit_quintiles": quintiles_lineplot, + "scotland_30_universal_credit_quintiles": quintiles_lineplot, + "scotland_35_universal_credit_quintiles": quintiles_lineplot, + "scotland_40_universal_credit_quintiles": quintiles_lineplot, + "scotland_45_universal_credit_quintiles": quintiles_lineplot, + "scotland_50_universal_credit_quintiles": quintiles_lineplot, + + "glasgow_baseline_quintiles": quintiles_lineplot, + "glasgow_25_universal_credit_quintiles": quintiles_lineplot, + "glasgow_30_universal_credit_quintiles": quintiles_lineplot, + "glasgow_35_universal_credit_quintiles": quintiles_lineplot, + "glasgow_40_universal_credit_quintiles": quintiles_lineplot, + "glasgow_45_universal_credit_quintiles": quintiles_lineplot, + "glasgow_50_universal_credit_quintiles": quintiles_lineplot, + + "edinburgh_baseline_quintiles": quintiles_lineplot, + "edinburgh_25_universal_credit_quintiles": quintiles_lineplot, + "edinburgh_30_universal_credit_quintiles": quintiles_lineplot, + "edinburgh_35_universal_credit_quintiles": quintiles_lineplot, + "edinburgh_40_universal_credit_quintiles": quintiles_lineplot, + "edinburgh_45_universal_credit_quintiles": quintiles_lineplot, + "edinburgh_50_universal_credit_quintiles": quintiles_lineplot, +} + +string_to_lineplot_function_args = { + + # glasgow synthpop lineplots + "glasgow_baseline_all_deciles": ["baseline", "who_kids"], + "glasgow_poverty_all_deciles": ["25RelativePoverty", "who_below_poverty_line_and_kids"], + "glasgow_universal_credit_all_deciles": ["25UniversalCredit", "who_universal_credit_and_kids"], + "glasgow_priority_groups_all_deciles": ["25Priority", "who_priority_subgroups"], + + "25_UC_priority": [25], + "50_UC_priority": [50], + "75_UC_priority": [75], + "100_UC_priority": [100], + + "25_all": [25], + "50_all": [50], + "75_all": [75], + "100_all": [100], + + "25_universal_credit": [25], + "30_universal_credit": [30], + "35_universal_credit": [35], + "40_universal_credit": [40], + "45_universal_credit": [45], + "50_universal_credit": [50], + "75_universal_credit": [75], + "100_universal_credit": [100], + + "scotland_25_universal_credit_young_mothers": [25, "scotland"], + "scotland_25_universal_any_priority_subgroup": [25, "scotland"], + "scotland_25_universal_many_priority_subgroups": [25, "scotland"], + + "25_universal_credit_priority_subgroups": [25], + "30_universal_credit_priority_subgroups": [30], + "35_universal_credit_priority_subgroups": [35], + "40_universal_credit_priority_subgroups": [40], + "45_universal_credit_priority_subgroups": [45], + "50_universal_credit_priority_subgroups": [50], + "75_universal_credit_priority_subgroups": [75], + "100_universal_credit_priority_subgroups": [100], + + "25_universal_credit_multiple_priority_subgroups": [25, "scotland"], + "30_universal_credit_multiple_priority_subgroups": [30], + "35_universal_credit_multiple_priority_subgroups": [35], + "40_universal_credit_multiple_priority_subgroups": [40], + "45_universal_credit_multiple_priority_subgroups": [45], + "50_universal_credit_multiple_priority_subgroups": [50], + "75_universal_credit_multiple_priority_subgroups": [75], + "100_universal_credit_multiple_priority_subgroups": [100], + + "25_relative_poverty_": [25], + "50_relative_poverty": [50], + "75_relative_poverty": [75], + "100_relative_poverty": [100], + + "incremental_universal_credit": ["UniversalCredit", "Universal Credit", "who_universal_credit_and_kids"], + "incremental_priority_groups": ["Priority", "Priority Groups", "who_priority_subgroups"], + "incremental_all_child": ["All", "Nationwide", "who_kids"], + "incremental_relative_poverty": ["RelativePoverty", "Relative Poverty", "who_below_poverty_line_and_kids"], + + "incremental_25_50_relative_poverty": ["RelativePoverty", "Relative Poverty", "who_below_poverty_line_and_kids"], + + "incremental_25_50_by_5_universal_credit": ["UniversalCredit", "UniversalCredit", "who_universal_credit_and_kids", 5], + "incremental_25_50_by_5_together_universal_credit": ["UniversalCredit", "Universal Credit", "who_universal_credit_and_kids", None], + + "incremental_10_100_by_10_universal_credit": ["UniversalCredit", "UniversalCredit", "who_universal_credit_and_kids", 10], + "incremental_10_100_by_10_together_universal_credit": ["UniversalCredit", "UniversalCredit", "who_universal_credit_and_kids", None], + + "incremental_10_100_by_10_UC_Scotland": ["UniversalCredit", "UniversalCredit", "who_universal_credit_and_kids", 10, 'scotland'], + "incremental_10_100_by_10_together_UC_Scotland": ["UniversalCredit", "UniversalCredit", "who_universal_credit_and_kids", 'scotland'], + + "incremental_25_50_together_universal_credit_default": ["UniversalCredit", "Universal Credit", "who_universal_credit_and_kids", None], + + + "glasgow_relative_poverty_quintile": ['25RelativePoverty'], + "glasgow_universal_credit_quintile": ['25UniversalCredit'], + "glasgow_epcg_quintile": ['EPCG'], + "glasgow_living_wage_quintile": ['livingWageIntervention'], + + "scotland_baseline_quintiles": ['baseline', "scotland"], + "scotland_25_universal_credit_quintiles": ['25UniversalCredit', "scotland"], + "scotland_30_universal_credit_quintiles": ['30UniversalCredit', "scotland"], + "scotland_35_universal_credit_quintiles": ['35UniversalCredit', "scotland"], + "scotland_40_universal_credit_quintiles": ['40UniversalCredit', "scotland"], + "scotland_45_universal_credit_quintiles": ['45UniversalCredit', "scotland"], + "scotland_50_universal_credit_quintiles": ['50UniversalCredit', "scotland"], + + "glasgow_baseline_quintiles": ['baseline', "glasgow"], + "glasgow_25_universal_credit_quintiles": ['25UniversalCredit', "glasgow"], + "glasgow_30_universal_credit_quintiles": ['30UniversalCredit', "glasgow"], + "glasgow_35_universal_credit_quintiles": ['35UniversalCredit', "glasgow"], + "glasgow_40_universal_credit_quintiles": ['40UniversalCredit', "glasgow"], + "glasgow_45_universal_credit_quintiles": ['45UniversalCredit', "glasgow"], + "glasgow_50_universal_credit_quintiles": ['50UniversalCredit', "glasgow"], + + "edinburgh_baseline_quintiles": ['baseline', "edinburgh"], + "edinburgh_25_universal_credit_quintiles": ['25UniversalCredit', "edinburgh"], + "edinburgh_30_universal_credit_quintiles": ['30UniversalCredit', "edinburgh"], + "edinburgh_35_universal_credit_quintiles": ['35UniversalCredit', "edinburgh"], + "edinburgh_40_universal_credit_quintiles": ['40UniversalCredit', "edinburgh"], + "edinburgh_45_universal_credit_quintiles": ['45UniversalCredit', "edinburgh"], + "edinburgh_50_universal_credit_quintiles": ['50UniversalCredit', "edinburgh"] +} + +if __name__ == '__main__': + + config_mode = sys.argv[1] + plot_choice = sys.argv[2] + plot_function = string_to_lineplot_function[plot_choice] + if plot_choice in string_to_lineplot_function_args.keys(): + plot_function_args = string_to_lineplot_function_args[plot_choice] + else: + plot_function_args = [] + + plot_function(config_mode, *plot_function_args) diff --git a/minos/outcomes/make_single_map.sh b/minos/outcomes/make_single_map.sh new file mode 100644 index 00000000..8c5224f0 --- /dev/null +++ b/minos/outcomes/make_single_map.sh @@ -0,0 +1,11 @@ +#!/bin/bash + +#$1 mode e.g. default_config, scotland_mode +#$2 intervention file name e.g. baseline, livingWageIntervention +#$3 region e.g. glasgow/scotland/manchester/sheffield +#$4 year to plot e.g. 2025. Depends on model. +#$5 subset of population to map for e.g. who_alive, who_below_living_wage. see aggregate_subset_functions.py +#$6 full path of output pdf plot e.g. plots/test_plot.pdf + +python3 minos/outcomes/format_spatial_output.py -m "$1" -i "$2" -r "$3" -y "$4" -s "$5" +Rscript minos/outcomes/sf12_single_map.R -m $1 -i $2 -r $3 -y $4 -d $6 diff --git a/minos/outcomes/minos_SF12_manchester_maps.R b/minos/outcomes/minos_SF12_manchester_maps.R index 0e8d5060..1c0eb729 100755 --- a/minos/outcomes/minos_SF12_manchester_maps.R +++ b/minos/outcomes/minos_SF12_manchester_maps.R @@ -9,6 +9,7 @@ library(sf) library(tibble) library(ggrepel) # for geom_text_repel + manchester_subset_function <- function(data){ gma_lsoas <- read.csv("/Users/robertclay/minos/persistent_data/KNN_LSOA_clusters.csv")$X return(subset(data, LSOA11CD %in% gma_lsoas)) diff --git a/minos/outcomes/minos_SF12_maps.R b/minos/outcomes/minos_SF12_maps.R index e3435077..d7122520 100755 --- a/minos/outcomes/minos_SF12_maps.R +++ b/minos/outcomes/minos_SF12_maps.R @@ -7,6 +7,7 @@ library(sp) # ^ library(sf) # ^ Also sucks to install. no longer used for geojsonio. library(tibble) # converting spatial objects to data frames. # library(ggrepel) # for geom_text_repel labels +library(ggthemes) subset_geojson <- function(data, subset_function){ # Subset national MINOS geoJSON output by some subset function. @@ -132,7 +133,8 @@ minos_diff_map <- function(data, destination_file_name, v, do_save=T){ geom_sf(color='black', lwd=0.01) + # add black borders to lsoas for clarity # Add split colour scheme. #scale_fill_viridis_c(alpha = 1.0, direction=-1) + # use viridis colour scale and reverse it so brighter is better. - scale_fill_distiller(palette = "PuOr", limits=c(-scale_limit, scale_limit), direction=-1) + + #scale_fill_distiller(palette = "PuOr", limits=c(-scale_limit, scale_limit), direction=-1) + + scale_fill_gradient2_tableau(palette = "Orange-Blue Diverging", limits=c(-scale_limit, scale_limit)) + labs(fill=paste0('Relative ', v, ' Difference (%)')) + # label colour bar theme(aspect.ratio=9/16) + #ggtitle("Difference in SF12 spatial distribution for minos vs real US data in Sheffield.") + diff --git a/minos/outcomes/sf12_difference_map.R b/minos/outcomes/sf12_difference_map.R index 0bef0cd0..0e2d8b40 100755 --- a/minos/outcomes/sf12_difference_map.R +++ b/minos/outcomes/sf12_difference_map.R @@ -45,7 +45,7 @@ main <- function(){ # first select only the path (not filename) out.files1 <- list.files(geojson_file_path_base) out.files2 <- list.files(geojson_file_path_int) - + ## Check how many subdirectories, if more than 1 then pick most recent # First output dir if(length(out.files1) == 1) { @@ -53,9 +53,9 @@ main <- function(){ } else if(length(out.files1) > 1) { out.files1.date <- as.POSIXlt(out.files1, format='%Y_%m_%d_%H_%M_%S') - + max.date <- max(out.files1.date) - + # Collecting these objects here as they have to be formatted yr <- max.date$year + 1900 # year is years since 1900 month <- formatC(max.date$mon + 1, width=2, flag='0') # months are zero indexed (WHY??) @@ -63,13 +63,13 @@ main <- function(){ hour <- formatC(max.date$hour, width=2, flag='0') min <- formatC(max.date$min, width=2, flag='0') sec <- formatC(max.date$sec, width=2, flag='0') - + str.date1 <- paste0(yr, '_', - month, '_', - day, '_', - hour, '_', - min, '_', - sec) + month, '_', + day, '_', + hour, '_', + min, '_', + sec) geojson_file_name1 <- paste0(geojson_file_path_base, '/', str.date1, '/', geojson_file_name_base) } # Second output dir @@ -78,9 +78,9 @@ main <- function(){ } else if(length(out.files2) > 1) { out.files2.date <- as.POSIXlt(out.files2, format='%Y_%m_%d_%H_%M_%S') - + max.date <- max(out.files2.date) - + # Collecting these objects here as they have to be formatted yr <- max.date$year + 1900 # year is years since 1900 month <- formatC(max.date$mon + 1, width=2, flag='0') # months are zero indexed (WHY??) @@ -88,7 +88,7 @@ main <- function(){ hour <- formatC(max.date$hour, width=2, flag='0') min <- formatC(max.date$min, width=2, flag='0') sec <- formatC(max.date$sec, width=2, flag='0') - + str.date2 <- paste0(yr, '_', month, '_', day, '_', @@ -97,7 +97,7 @@ main <- function(){ sec) geojson_file_name2 <- paste0(geojson_file_path_int, '/', str.date2, '/', geojson_file_name_int) } - + # Generate output filename #plot_destination <- paste(v, region, run, intervention, year, 'diffmap.pdf', sep='_') @@ -107,9 +107,9 @@ main <- function(){ else { plot_destination <- paste(v, region, run, intervention, year, 'diffmap.pdf', sep='_') } - + plot_destination <- paste('plots', plot_destination, sep='/') - + main.diff(geojson_file_name1, geojson_file_name2, plot_destination, v) } diff --git a/minos/outcomes/sf12_single_map.R b/minos/outcomes/sf12_single_map.R index 8db57754..3b1a861e 100644 --- a/minos/outcomes/sf12_single_map.R +++ b/minos/outcomes/sf12_single_map.R @@ -40,7 +40,7 @@ main <- function(){ else if(length(out.files) > 1) { out.files.date <- as.POSIXlt(out.files, format='%Y_%m_%d_%H_%M_%S') max.date <- max(out.files.date) - + # Collecting these objects here as they have to be formatted yr <- max.date$year + 1900 # year is years since 1900 month <- formatC(max.date$mon + 1, width=2, flag='0') # months are zero indexed (WHY??) @@ -74,5 +74,35 @@ main <- function(){ main.single(geojson_file_name, plot_destination, v) } -main() -#main.single("output/baseline/2016.geojson", "output/baseline/scotland_sf12_map.pdf", "scotland", "SF_12") + +main <- function(){ + + parser <- ArgumentParser(description="Plot a map of some MINOS geojson.") + parser$add_argument("-m", "--mode", dest='mode', help="What source to use. e.g. defualt_config") + parser$add_argument("-i", "--intervention", dest='intervention', help="What inteverntion to map. e.g. livingWageIntervention") + parser$add_argument("-r", "--region", dest='region', help="What spatial region to use. sheffield, manchester, scotland(not yet)") + parser$add_argument("-y", "--year", dest='yearr', help="What year of MINOS data to map.") + parser$add_argument("-d", "--destination", dest='destination', help="Where to save to.") + + args <- parser$parse_args() + + mode <- args$mode + intervention <- args$intervention + region <- args$region + year <- args$year + destination_file_name <- args$destination + + #mode <- "default_config" + #intervention <- "baseline" + #region <- "manchester" + #year <- 2025 + #v <- "SF_12" + + ## handle runtime subdirectory + # first select only the path (not filename) + geojson_file_name <- get_geojson_file_name(mode, intervention, region, year) + print(geojson_file_name) + main.single(geojson_file_name, destination_file_name) +} + +main() \ No newline at end of file diff --git a/minos/transitions/estimate_longitudinal_transitions.R b/minos/transitions/estimate_longitudinal_transitions.R index 67af2df8..9d5f41aa 100644 --- a/minos/transitions/estimate_longitudinal_transitions.R +++ b/minos/transitions/estimate_longitudinal_transitions.R @@ -207,10 +207,10 @@ run_longitudinal_models <- function(transitionDir_path, transitionSourceDir_path } - write_coefs <- F + write_coefs <- T if (write_coefs) { - texreg_file <- paste0(out.path2, "coefficients", dependent, '_', mod.type, '.rds') + texreg_file <- paste0(out.path2, "coefficients", dependent, '_', mod.type, '.txt') texreg(model, file=texreg_file, stars = c(0.001, 0.01, 0.05, 0.1), digits=4, dcolumn=T, tabular=T) } saveRDS(model, file=paste0(out.path2, dependent, "_", mod.type, '.rds')) # shorter file name with no years.. diff --git a/minos/transitions/estimate_transitions.R b/minos/transitions/estimate_transitions.R index 47a47bdf..a5429123 100644 --- a/minos/transitions/estimate_transitions.R +++ b/minos/transitions/estimate_transitions.R @@ -267,10 +267,11 @@ run_yearly_models <- function(transitionDir_path, #coef.filepath <- paste0(out.path2, '/', dependent, '_', year, '_', depend.year, '_coefficients.txt') #write_csv(coefs, file = coef.filepath) # writing tex table of coefficients. easy writing for papers and documentation. - write_coefs <- F - if (write_coefs) + write_coefs <- T + if (write_coefs & tolower(mod.type) != "nnet") # cant write coefs for nnet using texreg. { - texreg_file <- paste0(out.path2, "coefficients", dependent, '_', year, '_', depend.year, '.rds') + create.if.not.exists("data/transitions/coefficients") + texreg_file <- paste0("data/transitions/coefficients/", dependent, '_', year, '_', depend.year, '.txt') texreg(model, file=texreg_file, stars = c(0.001, 0.01, 0.05, 0.1), digits=4, dcolumn=T, tabular=T) } saveRDS(model, file=paste0(out.path2, dependent, '_', year, '_', depend.year, '.rds')) diff --git a/minos/transitions/model_definitions_default.txt b/minos/transitions/model_definitions_default.txt index 1166068b..05d5eed9 100644 --- a/minos/transitions/model_definitions_default.txt +++ b/minos/transitions/model_definitions_default.txt @@ -6,7 +6,8 @@ CLM : financial_situation ~ factor(financial_situation) + scale(age) + factor(se LOGIT : heating ~ factor(heating) + scale(age) + factor(sex) + relevel(factor(ethnicity), ref = 'WBI') + relevel(factor(region), ref = 'Scotland') + relevel(factor(education_state), ref = "1") + factor(housing_quality) + factor(neighbourhood_safety) + factor(loneliness) + scale(nutrition_quality) + scale(ncigs) + scale(hh_income) + factor(urban) + factor(housing_tenure) + factor(financial_situation) LOGIT : urban ~ scale(age) + factor(sex) + relevel(factor(ethnicity), ref = 'WBI') + relevel(factor(region), ref = 'Scotland') + relevel(factor(education_state), ref = "1") + scale(hh_income) NNET : housing_tenure ~ scale(age) + factor(sex) + relevel(factor(ethnicity), ref = 'WBI') + relevel(factor(region), ref = 'Scotland') + relevel(factor(education_state), ref = "1") + factor(housing_tenure) + factor(urban) + factor(financial_situation) + scale(hh_income) -GLMM : hh_income ~ scale(hh_income) + scale(hh_income_diff) + scale(age) + I(scale(age)**2) + I(scale(age)**3) + factor(sex) + relevel(factor(ethnicity), ref = 'WBI') + relevel(factor(region), ref = 'Scotland') + relevel(factor(education_state), ref = "1") + relevel(factor(job_sec), ref = '3') + scale(SF_12) + (1|pidp) -LMM : nutrition_quality ~ scale(age) + factor(sex) + relevel(factor(ethnicity), ref = 'WBI') + relevel(factor(region), ref = 'Scotland') + relevel(factor(education_state), ref = "1") + scale(hh_income) + (1|pidp) + (1|hidp) + time -GLMM : SF_12 ~ scale(SF_12_last) + I(scale(SF_12_last)**2) + scale(age) + factor(sex) + relevel(factor(ethnicity), ref = 'WBI') + relevel(factor(region), ref = 'Scotland') + relevel(factor(education_state), ref = "1") + scale(hh_income) + factor(housing_quality) + factor(neighbourhood_safety) + factor(loneliness) + scale(nutrition_quality) + scale(ncigs) + I(factor(ncigs>0)) + (1|pidp) -ZIP : ncigs ~ scale(age) + factor(sex) + relevel(factor(ethnicity), ref = 'WBI') + relevel(factor(region), ref = 'Scotland') + relevel(factor(education_state), ref = "1") + factor(housing_quality) + factor(neighbourhood_safety) + factor(loneliness) + scale(nutrition_quality) + scale(ncigs) + scale(hh_income) + scale(SF_12) | I(factor(ncigs>0)) + relevel(factor(ethnicity), ref = 'WBI') + factor(housing_quality) + factor(neighbourhood_safety) + factor(loneliness) + scale(nutrition_quality) + scale(ncigs) + relevel(factor(job_sec), ref = '3') + scale(hh_income) + scale(SF_12) +GLMM : hh_income ~ scale(hh_income) + scale(hh_income_diff) + scale(age) + I(scale(age)**2) + I(scale(age)**3) + factor(sex) + relevel(factor(ethnicity), ref = 'WBI') + relevel(factor(region), ref = 'Scotland') + relevel(factor(education_state), ref = "1") + relevel(factor(job_sec), ref = '3') + (1|old_pidp) +LMM : nutrition_quality ~ scale(age) + factor(sex) + relevel(factor(ethnicity), ref = 'WBI') + relevel(factor(region), ref = 'Scotland') + relevel(factor(education_state), ref = "1") + scale(hh_income) + (1|old_pidp) + (1|old_hidp) +GLMM : SF_12 ~ scale(SF_12_last) + I(scale(SF_12_last)**2) + scale(age) + factor(sex) + relevel(factor(ethnicity), ref = 'WBI') + relevel(factor(region), ref = 'Scotland') + relevel(factor(education_state), ref = "1") + scale(hh_income) + factor(housing_quality) + factor(neighbourhood_safety) + factor(loneliness) + scale(nutrition_quality) + scale(ncigs) + I(factor(ncigs>0)) + (1|old_pidp) +ZIP : ncigs ~ scale(age) + factor(sex) + relevel(factor(ethnicity), ref = 'WBI') + relevel(factor(region), ref = 'Scotland') + relevel(factor(education_state), ref = "1") + factor(housing_quality) + factor(neighbourhood_safety) + factor(loneliness) + scale(nutrition_quality) + scale(ncigs) + scale(hh_income) | I(factor(ncigs>0)) + relevel(factor(ethnicity), ref = 'WBI') + factor(housing_quality) + factor(neighbourhood_safety) + factor(loneliness) + scale(nutrition_quality) + scale(ncigs) + relevel(factor(job_sec), ref = '3') + scale(hh_income) + diff --git a/minos/transitions/paper_1_plots.R b/minos/transitions/paper_1_plots.R new file mode 100644 index 00000000..27d5b414 --- /dev/null +++ b/minos/transitions/paper_1_plots.R @@ -0,0 +1,86 @@ +library(ggplot2) + + +# forest plot for lm models. +forest_plot_lm <- function(model, file_name){ + + sf12_coefs <- summary(model)$coefficients + sf12_coefs <- cbind(sf12_coefs, sf12_coefs[, 4]) + colnames(sf12_coefs)[5] <- "p.stars" + what_ns <- which(sf12_coefs[, "Pr(>|t|)"] > 0.05) + what_one_star <- which(sf12_coefs[, "Pr(>|t|)"] <= 0.05) + what_two_star <- which(sf12_coefs[, "Pr(>|t|)"] <= 0.01) + what_three_star <- which(sf12_coefs[, "Pr(>|t|)"] <= 0.001) + + sf12_coefs[what_ns, 'p.stars'] <- "" + sf12_coefs[what_one_star, 'p.stars'] <- "*" + sf12_coefs[what_two_star, 'p.stars'] <- "**" + sf12_coefs[what_three_star, 'p.stars'] <- "***" + p.stars<- sf12_coefs[, 5] + + pdf(file_name) + p <- plot_model(model, transform=NULL, + title = "") + aes(shape=p.stars) + p$data$p.stars[which(p$data$p.stars == "")] <- 'n.s.' + p <- p + scale_shape_manual(name='Significance Level', + limits=c("n.s.", "*", "**", "***"), + breaks=c("n.s.", "*", "**", "***"), + values=c(1, 16, 17, 15)) # cast legend to certain title, variable names and shapes. + plot(p) + dev.off() +} + + + +# for glmm gamma +forest_plot <- function(model, file_name, limits=NULL){ + pdf(file_name) + p <- plot_model(model, + title = "") + aes(shape=p.stars) + p$data$p.stars[p$data$p.stars == ""] <- "n.s." # force empty shape strings to n.s. so they show up in legend. + p <- p + scale_shape_manual(name='Significance Level', + breaks=c('n.s.', "*", "**", "***"), + values=c(1, 16, 17, 15)) # cast legend to certain title, variable names and shapes. + if (!is.null(limits)){ + p <- p + scale_y_log10(limits = limits) + } + plot(p) + dev.off() +} + +residual_density_plot <- function(res, file_name, guide=NULL){ + # res - residuals of plotted model + # guide - expected residual distribution. usually standard normal. + pdf(file_name) + hist(scale(res), breaks=1000, freq=F) + if (guide=="normal"){ + x <- seq(-4, 4, 1/10000) # reference normal line in red. + lines(x, dnorm(x), col='red') + } + dev.off() + print("saved residual density plot to") + print(file_name) +} + + +qq_plot <- function(res, file_name){ + pdf(file_name) + print(qqnorm(scale(res))) + print(qqline(scale(res))) + dev.off() + print("saved qq plot to") + print(file_name) +} + +fitted_residual_plot <- function(fitted_residuals, file_name){ + residual_fitted_plot <- ggplot(fitted_residuals, aes(fitted, sqrt_residuals)) + + geom_point(shape=1) + + geom_smooth(colour="red") + + #geom_line(aes(y=rollmean(sqrt_residuals, 10000, na.pad=TRUE)), col='red') + + theme_bw() + pdf(file_name) + print(residual_fitted_plot) + dev.off() + print("saved fitted-residual plot to") + print(file_name) +} \ No newline at end of file diff --git a/minos/transitions/transition_model_functions.R b/minos/transitions/transition_model_functions.R index da81586a..f3c0d7ca 100644 --- a/minos/transitions/transition_model_functions.R +++ b/minos/transitions/transition_model_functions.R @@ -111,7 +111,7 @@ estimate_yearly_nnet <- function(data, formula, include_weights = FALSE, depend) } estimate_yearly_zip <- function(data, formula, include_weights = FALSE, depend) { - + data[which(data[, c(depend)] < 0), depend] <- 0 if(include_weights) { model <- zeroinfl(formula = formula, data = data, @@ -126,7 +126,7 @@ estimate_yearly_zip <- function(data, formula, include_weights = FALSE, depend) model[[depend]] <- data[[depend]] model$class_preds <- predict(model) } - + #browser() #print(summary(model)) #prs<- 1 - (logLik(model)/logLik(zeroinfl(next_ncigs ~ 1, data=dat.subset, dist='negbin', link='logit'))) #print(prs) diff --git a/minos/utils_datain.R b/minos/utils_datain.R index 02b60989..2de95ed9 100644 --- a/minos/utils_datain.R +++ b/minos/utils_datain.R @@ -37,6 +37,60 @@ read_singular_local_out <- function(out.path, scenario, drop.dead = FALSE) { return(dat) } +read_first_singular_local_out <- function(out.path, scenario, drop.dead = FALSE) { + ## Start with scenario name + # attach full output path + # get runtime directory + # list files + # return do.call(...) + + scen.path <- paste0(out.path, scenario) + scen.path <- get_latest_runtime_subdirectory(scen.path) + + files <- list.files(scen.path, + pattern = '0001_run_id_[0-9]{4}.csv', + full.names = TRUE) + dat <- do.call(rbind, lapply(files, read.csv)) + + # remove dead people + if(drop.dead) { + dat <- dat %>% + filter(alive != 'dead') + } + + return(dat) +} + + + +read_raw_data_out <- function(data.path, section, drop.dead=FALSE) { + ## get all data + + scen.path <- paste0(data.path, section) + files <- list.files(scen.path, + pattern = '[0-9]{4}_US_cohort.csv', + full.names = TRUE) + dat <- do.call(rbind, lapply(files, read.csv)) + # remove dead people + if(drop.dead) { + dat <- dat %>% + filter(alive != 'dead') + } + + return(dat) +} + +save_raw_data_in <- function(data, data.path) { + ## save all data after processing. + + for (year_time in unique(data$time)) { + yearly_file_name <- paste0(data.path, year_time, "_US_cohort.csv") + yearly_df <- data[which(data$time == year_time),] + write.csv(yearly_df, file=yearly_file_name, row.names=FALSE) + print(paste0("Saved file to: ", yearly_file_name, ".")) + } +} + # Function to find the latest runtime subdirectory (most recent) # Reads all directories in a given path and returns the most recent subdir diff --git a/minos/validation/aggregate_hh_income_distribution.R b/minos/validation/aggregate_hh_income_distribution.R new file mode 100644 index 00000000..b36839fe --- /dev/null +++ b/minos/validation/aggregate_hh_income_distribution.R @@ -0,0 +1,117 @@ + +library(here) +library(ggridges) +library(ggplot2) +library(tidyverse) + +source(here::here('minos', 'utils_datain.R')) +#source(here::here('minos', 'utils_validation_vis.R')) +#source(here::here('minos', 'validation', 'utils.r')) + + +two_interventions_continuous_plots <- function(mode, intervention1, intervention2, tag1, tag2, v) { + # load in data + # subset using dplyer + # draw ridgeline plot for income over time for baseline and 25 relative poverty. + print(paste0("Starting for:", intervention1, " ", intervention2, " ", v, ".")) + + out.path <- here::here('output', mode, "/") + + intervention1.data <- read_singular_local_out(out.path, intervention1, drop.dead = TRUE) + intervention1.data$Intervention <- tag1 + + intervention2.data <- read_singular_local_out(out.path, intervention2, drop.dead = TRUE) + intervention2.data$Intervention <- tag2 + + intervention1.data <- intervention1.data[, c(v, "time", "Intervention")] + intervention2.data <- intervention2.data[, c(v, "time", "Intervention")] + + plot_data <- rbind(intervention1.data, intervention2.data) + + + plot.dir <- paste0('plots/', "handovers_", intervention1, "_", intervention2, "_", v) + + if (v == "ncigs") { + comparison_density_plot <- ggplot(plot_data, aes(x=!!sym(v), y=factor(time), color=Intervention, linetype=Intervention, fill=Intervention)) + + geom_density_ridges(alpha=0.4) + + xlab(v) + # for the x axis label + ylab("Year") + + scale_x_continuous(limits=c(0,30)) + ggsave(paste0(plot.dir, "_ridgelines.pdf"), last_plot()) + } + + else { + comparison_density_plot <- ggplot(plot_data, aes(x=!!sym(v), y=factor(time), fill=Intervention)) + + geom_density_ridges(alpha=0.4) + + xlab(v) + # for the x axis label + ylab("Year") + ggsave(paste0(plot.dir, "_ridgelines.pdf"), last_plot()) + } + + if (v == "ncigs") { + plot_data <- plot_data[which(plot_data$ncigs<30),] + boxplot<- ggplot(data = plot_data, aes(x = time, y = !!sym(v), group = interaction(time, Intervention), fill= Intervention)) + + geom_boxplot(notch=TRUE) + + xlab("Year") + # for the x axis label + ylab(v) + ggsave(paste0(plot.dir, "_boxplots.pdf"), last_plot()) + print(paste0("Saved to:",paste0(plot.dir, "_boxplots.pdf"))) + } + else { + boxplot<- ggplot(data = plot_data, aes(x = time, y = !!sym(v), group = interaction(time, Intervention), fill= Intervention)) + + geom_boxplot(notch=TRUE) + + xlab("Year") + # for the x axis label + ylab(v) + ggsave(paste0(plot.dir, "_boxplots.pdf"), last_plot()) + print(paste0("Saved to:",paste0(plot.dir, "_boxplots.pdf"))) + } + +} + +main <- function(){ + + + two_interventions_continuous_plots("default_config", "baseline", "livingWageIntervention", "Baseline", "Living Wage Intervention","ncigs") + + two_interventions_continuous_plots("default_config", "baseline", "25RelativePoverty", "Baseline", "£25 Relative Poverty", "hh_income") + two_interventions_continuous_plots("default_config", "baseline", "50RelativePoverty", "Baseline", "£50 Relative Poverty", "hh_income") + two_interventions_continuous_plots("default_config", "baseline", "25UniversalCredit", "Baseline", "£25 Universal Credit", "hh_income") + two_interventions_continuous_plots("default_config", "baseline", "50UniversalCredit", "Baseline", "£50 Universal Credit", "hh_income") + + two_interventions_continuous_plots("default_config", "baseline", "livingWageIntervention", "Baseline", "Living Wage Intervention", "hh_income") + + two_interventions_continuous_plots("default_config", "baseline", "energyDownlift", "Baseline", "Energy Downlift", "hh_income") + two_interventions_continuous_plots("default_config", "baseline", "energyDownliftNoSupport", "Baseline", "Energy Downlift No Support", "hh_income") + + two_interventions_continuous_plots("default_config", "baseline", "25RelativePoverty", "Baseline", "£25 Relative Poverty", "nutrition_quality") + two_interventions_continuous_plots("default_config", "baseline", "50RelativePoverty", "Baseline", "£50 Relative Poverty", "nutrition_quality") + two_interventions_continuous_plots("default_config", "baseline", "25UniversalCredit", "Baseline", "£25 Universal Credit", "nutrition_quality") + two_interventions_continuous_plots("default_config", "baseline", "50UniversalCredit", "Baseline", "£50 Universal Credit", "nutrition_quality") + + two_interventions_continuous_plots("default_config", "baseline", "livingWageIntervention", "Baseline", "Living Wage Intervention","nutrition_quality") + + two_interventions_continuous_plots("default_config", "baseline", "energyDownlift", "Baseline", "Energy Downlift","nutrition_quality") + two_interventions_continuous_plots("default_config", "baseline", "energyDownliftNoSupport", "Baseline", "Energy Downlift No Support", "nutrition_quality") + + two_interventions_continuous_plots("default_config", "baseline", "25RelativePoverty", "Baseline", "£25 Relative Poverty", "SF_12") + two_interventions_continuous_plots("default_config", "baseline", "50RelativePoverty", "Baseline", "£50 Relative Poverty", "SF_12") + two_interventions_continuous_plots("default_config", "baseline", "25UniversalCredit", "Baseline", "£25 Universal Credit", "SF_12") + two_interventions_continuous_plots("default_config", "baseline", "50UniversalCredit", "Baseline", "£50 Universal Credit", "SF_12") + + two_interventions_continuous_plots("default_config", "baseline", "livingWageIntervention", "Baseline", "Living Wage Intervention","SF_12") + + two_interventions_continuous_plots("default_config", "baseline", "energyDownlift", "Baseline", "Energy Downlift", "SF_12") + two_interventions_continuous_plots("default_config", "baseline", "energyDownliftNoSupport", "Baseline", "Energy Downlift No Support" ,"SF_12") + + two_interventions_continuous_plots("default_config", "baseline", "25RelativePoverty", "Baseline", "£25 Relative Poverty", "ncigs") + two_interventions_continuous_plots("default_config", "baseline", "50RelativePoverty", "Baseline", "£50 Relative Poverty", "ncigs") + two_interventions_continuous_plots("default_config", "baseline", "25UniversalCredit", "Baseline", "£25 Universal Credit", "ncigs") + two_interventions_continuous_plots("default_config", "baseline", "50UniversalCredit", "Baseline", "£50 Universal Credit", "ncigs") + + two_interventions_continuous_plots("default_config", "baseline", "livingWageIntervention", "Baseline", "Living Wage Intervention","ncigs") + + two_interventions_continuous_plots("default_config", "baseline", "energyDownlift", "Baseline", "Energy Downlift", "ncigs") + two_interventions_continuous_plots("default_config", "baseline", "energyDownliftNoSupport", "Baseline", "Energy Downlift No Support" ,"ncigs") +} + +main() \ No newline at end of file diff --git a/minos/validation/handovers.Rmd b/minos/validation/handovers.Rmd index 8115485e..6d2b5fee 100644 --- a/minos/validation/handovers.Rmd +++ b/minos/validation/handovers.Rmd @@ -55,6 +55,8 @@ raw.dat <- do.call(rbind, lapply(raw.files, read.csv)) out.path <- here::here('output', 'default_config/') base.dat <- read_singular_local_out(out.path, 'baseline', drop.dead = TRUE) +#out.path <- here::here('output', 'scotland_scaled/') +#base.dat <- read_first_singular_local_out(out.path, '25UniversalCredit', drop.dead = TRUE) ``` ## Constants diff --git a/minos/validation/longitudnial_visualisation.R b/minos/validation/longitudnial_visualisation.R new file mode 100644 index 00000000..6414df55 --- /dev/null +++ b/minos/validation/longitudnial_visualisation.R @@ -0,0 +1,189 @@ +#file for initial ideas on longitudinal visualisation of single minos model runs +library(ggplot2) # plots plots plots plots plots +library(tidyr) #data manipulation +library(dplyr) # data manipulation +library(stringr) # for nice formatting of axes labels. +library(viridis) # for nice colour palettes + +get_latest_file <-function(path){ + # find last file lexigraphically in a given path. + # This will find the latest chronologically MINOS run output in this path. + files = Sys.glob(path) + files = sort(files) + file = tail(files,1)[1] + return(file) +} + +violin_plot <- function(data, v) +{ + # plot violins (similar to boxplots) over time for continuous variable v + # data: list Some dataset to plot. Needs v, time and pidp variables. + # v : some continuous variable to plot. + data <- data[, c("time", "pidp", v)] + data <- data[order(data$pidp, data$time),] + data$time <- factor(data$time) + + violin_long <- ggplot(data, aes_string(x = 'time', y = v)) + + geom_violin() + + geom_boxplot(width = 0.1, outlier.colour = "blue") + + theme_classic() + + scale_y_continuous(limits = quantile(data[, c(v)], c(0.001, 0.999))) + return(violin_long) +} + +spaghetti_plot <- function(data, v) +{ + # spaghetti plot displaying trajectories over time for continuous variable v + # data: list Some dataset to plot. Needs v, time and pidp variables. + # v : some continuous variable to plot. + #TODO convert this to pure ggplot2 as with joint spaghetti plot below. Far more flexible and doesnt need stupid wide format conversion. + data_plot <- data[, c("time", "pidp", v)] + output_plot <- ggplot(data_plot, aes(x = time, y = !!sym(v), group = pidp)) + + ggplot2::labs(x = "time", y = v) + + ggplot2::theme_classic() + + ggplot2::theme(text = ggplot2::element_text(size = 12)) + + ggplot2::scale_colour_viridis_d()+ + #ggplot2::geom_smooth(colour="blue") + + ggplot2::geom_line(colour="blue", alpha=0.2) + + ggplot2::geom_point() + + return (output_plot) +} + +joint_violin_plot <- function(data1, data2, v, label1, label2){ + data <- data[, c("time", "pidp", v)] + data2 <- data2[, c("time", "pidp", v)] + #data_wide <- reshape(data, idvar='pidp', timevar='time', direction = 'wide') # needs wide formatting. + #data2_wide <- reshape(data2, idvar='pidp', timevar='time', direction = 'wide') + #var_list <- tail(colnames(data_wide), -1) # ignore only the first variable (pidp). + + data$group <- label1 + data2$group <- label2 + + #data_wide <- rbind(data_wide, data2_wide) + #data_wide <- as.data.frame(data_wide) + data <- rbind(data, data2) + data$time <- factor(data$time) + output_plot <- ggplot(data, aes(fill=group, y=.data[[v]], x=time)) + + geom_violin() + return(output_plot) +} + +joint_spaghetti_plot <- function(data, data2, v, label1, label2) +{ + # plot violins (similar to boxplots) for two interventions over time for continuous variable v + # data, data2: list Some dataset to plot. Needs v, time and pidp variables. + # v : some continuous variable to plot. + # label1, label1: string. Name of intervention groups to add to legend. + # Probably should move this out of the function and make it a requirement for the dataset. + + data <- data[, c("time", "pidp", v)] + data2 <- data2[, c("time", "pidp", v)] + data$group <- label1 + data2$group <- label2 + # TODO take a subsample? Doesnt seem worth it. + data_plot <- rbind(data, data2) + output_plot <- ggplot(data_plot, aes(x = time, y = !!sym(v), group = pidp, colour = factor(group))) + + ggplot2::labs(x = "time", y = v) + + ggplot2::theme_classic() + + ggplot2::theme(text = ggplot2::element_text(size = 12)) + + #ggplot2::scale_colour_viridis_d()+ + ggplot2::geom_line(alpha=0.2) + + ggplot2::geom_point(alpha=0.4, size=0.1) + + print(output_plot) + return (output_plot) +} + +percent_barplot<- function(data, v, title){ + # getting required columns and count entries by categories of v and time + sub_data <- data %>% + select(pidp, time, (!!sym(v))) %>% + group_by(time, (!!sym(v))) %>% + count() + + sub_data2 <- sub_data %>% + group_by(time) %>% + mutate(total = sum(n)) %>% + mutate(prct = (n / total)) + + output_plot <- ggplot(sub_data2, aes(x = time, y = prct, fill=(!!(sym(v))))) + + geom_bar(stat="identity") + + scale_fill_viridis() + + ggtitle(title) + + theme(axis.text.x = element_text(angle = 60, hjust=1)) + return(output_plot) +} + + +main <- function() { + # Get the latest MINOS run files chronologically in these paths. + file_path<-(get_latest_file("output/default_config/baseline/*")) + #file_path2<-(get_latest_file("output/default_config/baseline/*")) + #file_path3<-(get_latest_file("output/default_config/livingWageIntervention/*")) + #file_path4<-(get_latest_file("output/default_config/livingWageIntervention/*")) + #file_path5<-(get_latest_file("output/default_config/povertyLineChildUplift/*")) + #file_path6<-(get_latest_file("output/default_config/energyDownlift/*")) + file_path2<-(get_latest_file("output/default_energy_poverty_config/energyDownlift/*")) + file_path3<-(get_latest_file("output/default_energy_poverty_config/energyPoverty/*")) + file_path4<-(get_latest_file("output/default_energy_poverty_config/energyPovertyEfficiency/*")) + + # Find all csv files in these directories using glob. Could use more precise regex here but does its job of ignoring YAMLs etc. + # This is stupid if there are multiple minos runs in one file. Will call hundreds of csvs. Needs fixing.. + # Look for files with form id_0_year.csv first? + # Failing that look for more generic year.csv one with just one run inside. + files <- sort(Sys.glob(paste0(file_path, "/[0-9]*", ".csv"))) + files2 <- sort(Sys.glob(paste0(file_path2, "/[0-9]*", ".csv"))) + files3 <- sort(Sys.glob(paste0(file_path3, "/[0-9]*", ".csv"))) + files4 <- sort(Sys.glob(paste0(file_path4, "/[0-9]*", ".csv"))) + + # For all files for a given intervention bind them together. + data <- do.call(rbind, lapply(files, read.csv)) + data2 <- do.call(rbind, lapply(files2, read.csv)) + data3 <- do.call(rbind, lapply(files3, read.csv)) + data4 <- do.call(rbind, lapply(files4, read.csv)) + + #data <- data[which(data$time<2020),] + #data2 <- data2[which(data2$time<2020),] + + data$time <- factor(data$time) + data2$time <- factor(data2$time) + data3$time <- factor(data3$time) + data4$time <- factor(data4$time) + + # spaghetti and violin plots over time for SF12 + sf12_violin <- violin_plot(data, "SF_12") + sf12_spag <- spaghetti_plot(data, "SF_12") + + sf12_violin2 <- violin_plot(data2, "SF_12") + sf12_spag2 <- spaghetti_plot(data2, "SF_12") + + # joint plots SF12 for two interventions together with colour groupings. + joint_spaghetti_plot(data, data2, "SF_12", "baseline", "energy poverty") + #joint_violin_plot <- joint_violin_plot(data3, data2, "SF_12", "base", 'energy poverty measures') + + # Stacked barplots for discrete data. + #housing_barplot <- percent_barplot(data, "housing_quality", "Baseline") + #print(housing_barplot) + #housing_barplot2 <- percent_barplot(data2, "housing_quality", "Energy Downlift") + #print(housing_barplot2) + #housing_barplot3 <- percent_barplot(data3, "housing_quality", "Government Policy") + #print(housing_barplot3) + #housing_barplot4 <- percent_barplot(data4, "housing_quality", "Energy Efficiency") + + #safety_barplot1 <- percent_barplot(data, "neighbourhood_safety", "Baseline") + #safety_barplot2 <- percent_barplot(data2, "neighbourhood_safety", "Energy Downlift") + #labour_barplot <- print(percent_barplot(data2, "labour_state", "Energy Downlift")) + + #finsit_barplot1 <- percent_barplot(data, "financial_situation", "Baseline") + #finsit_barplot2 <- percent_barplot(data2, "financial_situation", "EnergyDownlift") + #finsit_barplot3 <- percent_barplot(data3, "financial_situation", "EnergyPoverty") + #finsit_barplot4 <- percent_barplot(data4, "financial_situation", "EnergyPovertyEfficiency") + + #heating_barplot1 <- percent_barplot(data, "heating", "Baseline") + #heating_barplot2 <- percent_barplot(data2, "heating", "EnergyDownlift") + #heating_barplot3 <- percent_barplot(data3, "heating", "EnergyPoverty") + #heating_barplot4 <- percent_barplot(data4, "heating", "EnergyPovertyEfficiency") +} + +main() \ No newline at end of file diff --git a/minos/validation/scot_input_pop_validation.Rmd b/minos/validation/scot_input_pop_validation.Rmd new file mode 100644 index 00000000..17b9d579 --- /dev/null +++ b/minos/validation/scot_input_pop_validation.Rmd @@ -0,0 +1,181 @@ +--- +title: "Scotpop validation notebook" +output: + html_document: + df_print: paged +--- + +This notebook is for validation of the scottish population for child poverty interventions. It contains descriptive statistics for the population and validated against provided child poverty data spatially and nationally. + +```{r} +library(tidyr) +library(dplyr) +library(sf) +library(sp) +library(tibble) # converting spatial objects to data frames. +library(broom) +library(here) +library(ggplot2) + + +source( here::here("minos", "outcomes", "minos_SF12_maps.R")) +``` + +```{r} +scotland.data <- read.csv("data/scaled_scotland_US/2020_US_cohort.csv") +#scotland.data <- drop_na(scotland.data) +uk.geojson <- st_read("persistent_data/spatial_data/UK_super_outputs.geojson") +uk.geojson <- geojson_to_tibble(uk.geojson) + +scotland.data.zones <- read.csv("persistent_data/spatial_data/scotland_data_zones.csv") +glasgow.data.zones <- read.csv("persistent_data/spatial_data/glasgow_data_zones.csv") +edinburgh.data.zones <- read.csv("persistent_data/spatial_data/edinburgh_data_zones.csv") + +scotland.geojson <- uk.geojson[which(uk.geojson$ZoneID %in% (scotland.data.zones$LSOA11CD)), ] +glasgow.geojson <- uk.geojson[which(uk.geojson$ZoneID %in% (glasgow.data.zones)$LSOA11CD), ] +edinburgh.geojson <- uk.geojson[which(uk.geojson$ZoneID %in% (edinburgh.data.zones)$LSOA11CD), ] + +scotland.LADs.geojson <- st_read("persistent_data/spatial_data/scotland_LADs.json") +scotland.LADs.geojson <- geojson_to_tibble(scotland.LADs.geojson) +scotland.LADs.geojson[6, "LAD13NM"] <- "Na h-Eileanan Siar" # conflicting name. Think this has been updated since 2013? + +``` + + +Description of SF12 MCS + +```{r} +hist(scotland.data$SF_12, breaks=100) +print(summary(scotland.data$SF_12)) +print(sd(scotland.data$SF_12)) +``` + +```{r} +#https://www.gov.scot/publications/tackling-child-poverty-delivery-plan-forecasting-child-poverty-scotland/pages/4/ +glasgow.poverty.stats <- read.csv("persistent_data/spatial_data/Child-Poverty-Glasgow-City-2021-22.csv") +#glasgow.poverty.stats$X..of.children.in.poverty <- glasgow.poverty.stats$X..of.children.in.poverty %% 100 +# getting households in relative poverty +scotland.relative_poverty <- scotland.data %>% + filter(hh_income < 0.7*median(hh_income)) + +glasgow.relative_poverty.map <- scotland.relative_poverty %>% + filter(ZoneID %in% (glasgow.data.zones)) %>% + group_by(ZoneID) %>% + summarize(sf12_mean = mean(SF_12, na.rm=T)) + + +glasgow.relative_poverty.map.data <- merge(glasgow.geojson, glasgow.relative_poverty.map, by ='ZoneID') + +glasgow.relative.poverty.map <- ggplot(data = glasgow.relative_poverty.map.data , aes(geometry = geometry, fill=.data[["sf12_mean"]])) + + #geom_sf() + # black outlines on borders for clarity. + geom_sf(color=NA) + # black outlines on borders for clarity. + scale_fill_viridis_c(alpha = 1.0, direction=-1) + # use viridis colour scale and reverse it so brighter is better. + labs(fill="sf12_mean") + # colour bar label. + theme(aspect.ratio=9/16) + # change plot to widescreen dimensions. + xlab("Longitude") + # axis labels + ylab("Latitude") +plot(glasgow.relative.poverty.map) +``` + +```{r} + +glasgow.percentage.relative.poverty.data <- scotland.data %>% + filter(ZoneID %in% (glasgow.data.zones)) %>% + mutate(in_relative_poverty = hh_income < 0.75*median(hh_income)) %>% + group_by(hidp) %>% + summarize(ZoneID= max(ZoneID), nkids = max(nkids), in_relative_poverty = max(in_relative_poverty)) %>% + group_by(ZoneID) %>% + summarize(relative.poverty.freq = 100 * sum(nkids*in_relative_poverty)/sum(nkids)) + +glasgow.percentage.relative.poverty.map.data <- merge(glasgow.geojson, glasgow.percentage.relative.poverty.data, by ='ZoneID') + +glasgow.percentage.relative.poverty.map <- ggplot(data = glasgow.percentage.relative.poverty.map.data , aes(geometry = geometry, fill=.data[["relative.poverty.freq"]])) + + #geom_sf() + # black outlines on borders for clarity. + geom_sf(color=NA) + # black outlines on borders for clarity. + scale_fill_viridis_c(alpha = 1.0, direction=-1) + # use viridis colour scale and reverse it so brighter is better. + labs(fill="Percentage Poverty") + # colour bar label. + theme(aspect.ratio=9/16) + # change plot to widescreen dimensions. + xlab("Longitude") + # axis labels + ylab("Latitude") +plot(glasgow.percentage.relative.poverty.map) + + +glasgow.percentage.relative.poverty.diff <- merge(glasgow.percentage.relative.poverty.map.data, glasgow.poverty.stats, by.x = "ZoneID", by.y="DataZone") +glasgow.percentage.relative.poverty.diff$diff <- glasgow.percentage.relative.poverty.diff$X..of.children.in.poverty - glasgow.percentage.relative.poverty.diff$relative.poverty.freq + +# bluer indicates the synth pop underestimates percentage poverty. orange indicates overestimation. +minos_diff_map(glasgow.percentage.relative.poverty.diff, "plots/poverty_diff_map.pdf", "PP", F) +print("MAE:") +print(mean(abs(glasgow.percentage.relative.poverty.diff$diff))) +hist(abs(glasgow.percentage.relative.poverty.diff$diff)) +``` + + +```{r} +#https://www.healthscotland.scot/media/2607/child-poverty-scales-and-trends.pdf +scotland.lad.poverty.data <- scotland.data[, c("hh_income", "nkids", "hidp", "ZoneID")] +scotland.lad.poverty.data <- merge(scotland.lad.poverty.data, scotland.geojson, by = "ZoneID") +scotland.lad.poverty.data <- scotland.lad.poverty.data[, c("hh_income", "nkids", "hidp", "LAName")] + +scotland.lad.percentage.relative.poverty.data <- scotland.lad.poverty.data %>% + mutate(in_relative_poverty = hh_income < 0.6*median(hh_income)) %>% + group_by(hidp) %>% + summarize(LAName= max(LAName), nkids = max(nkids), in_relative_poverty = max(in_relative_poverty)) %>% + group_by(LAName) %>% + summarize(relative.poverty.freq = 100 * sum(nkids*in_relative_poverty)/sum(nkids)) + +scotland.lad.percentage.relative.poverty.map.data <- merge(scotland.lad.percentage.relative.poverty.data, scotland.LADs.geojson, by.x = "LAName", by.y="LAD13NM") + + +scotland.lad.percentage.relative.poverty.map <- ggplot(data = scotland.lad.percentage.relative.poverty.map.data , aes(geometry = geometry, fill=.data[["relative.poverty.freq"]])) + + #geom_sf() + # black outlines on borders for clarity. + geom_sf(color=NA) + # black outlines on borders for clarity. + scale_fill_viridis_c(alpha = 1.0, direction=-1) + # use viridis colour scale and reverse it so brighter is better. + labs(fill="Percentage Poverty") + # colour bar label. + xlab("Longitude") + # axis labels + ylab("Latitude") +plot(scotland.lad.percentage.relative.poverty.map) +print(mean(scotland.lad.percentage.relative.poverty.map.data$relative.poverty.freq)) + + +# download from here https://www.jrf.org.uk/data/uk-child-poverty-rates-local-authority. +rowntree.percentage.child.poverty <- readxl::read_xlsx("persistent_data/spatial_data/6_chld_pov_rate_by_la.xlsx") +rowntree.percentage.child.poverty <- rowntree.percentage.child.poverty[which(rowntree.percentage.child.poverty$`Title:` %in% scotland.LADs.geojson$LAD13NM), ] +rowntree.percentage.child.poverty$percentage_poverty <- as.numeric(rowntree.percentage.child.poverty$`Child poverty rate estimate by local authority`) * 100 + + +scotland.lad.percentage.relative.poverty.diff <- merge(scotland.lad.percentage.relative.poverty.map.data, rowntree.percentage.child.poverty, by.x = "LAName", by.y="Title:") +scotland.lad.percentage.relative.poverty.diff $diff <- scotland.lad.percentage.relative.poverty.diff$percentage_poverty - scotland.lad.percentage.relative.poverty.diff$relative.poverty.freq + +# bluer indicates the synth pop underestimates percentage poverty. orange indicates overestimation. +minos_diff_map(scotland.lad.percentage.relative.poverty.diff, "plots/poverty_diff_map.pdf", "PP", F) +print("MAE:") +print(mean(abs(scotland.lad.percentage.relative.poverty.diff$diff))) +hist(abs(scotland.lad.percentage.relative.poverty.diff$diff), breaks=100) + +``` + +Description of Household Income + +```{r} + +``` + +Description of Household (Absolute/Relative) Poverty. + + +```{r} + +``` + +Description of Material Deprivation and Low Income + +```{r} + +``` + +Description of Persistent poverty? Not sure this is feasible with one year of synth data. + +```{r} + +``` \ No newline at end of file diff --git a/persistent_data/spatial_data/6_chld_pov_rate_by_la.xlsx b/persistent_data/spatial_data/6_chld_pov_rate_by_la.xlsx new file mode 100644 index 00000000..ac7bdb85 Binary files /dev/null and b/persistent_data/spatial_data/6_chld_pov_rate_by_la.xlsx differ diff --git a/persistent_data/spatial_data/Child-Poverty-Glasgow-City-2021-22.csv b/persistent_data/spatial_data/Child-Poverty-Glasgow-City-2021-22.csv new file mode 100644 index 00000000..d357b7d0 --- /dev/null +++ b/persistent_data/spatial_data/Child-Poverty-Glasgow-City-2021-22.csv @@ -0,0 +1,747 @@ +"DataZone","Name","Council","% of children in poverty" +"S01009758","Darnley East - 01","Glasgow City",21.4 +"S01009759","Darnley East - 02","Glasgow City",44.6 +"S01009760","Darnley East - 03","Glasgow City",30.4 +"S01009761","Darnley East - 04","Glasgow City",35.6 +"S01009762","Darnley East - 05","Glasgow City",33.7 +"S01009763","Darnley East - 06","Glasgow City",19.7 +"S01009764","Darnley North - 01","Glasgow City",37.8 +"S01009765","Darnley North - 02","Glasgow City",46.2 +"S01009766","Darnley North - 03","Glasgow City",11.5 +"S01009767","Darnley North - 04","Glasgow City",18.3 +"S01009768","Darnley West - 01","Glasgow City",33.3 +"S01009769","Darnley West - 02","Glasgow City",20.4 +"S01009770","Darnley West - 03","Glasgow City",23.5 +"S01009771","Darnley West - 04","Glasgow City",26.8 +"S01009772","Darnley West - 05","Glasgow City",31.8 +"S01009773","Darnley West - 06","Glasgow City",28.4 +"S01009774","Darnley West - 07","Glasgow City",25.3 +"S01009775","Nitshill - 01","Glasgow City",33.9 +"S01009776","Nitshill - 02","Glasgow City",53.8 +"S01009777","Nitshill - 03","Glasgow City",63.4 +"S01009778","Nitshill - 04","Glasgow City",54.9 +"S01009779","Nitshill - 05","Glasgow City",48.4 +"S01009780","Nitshill - 06","Glasgow City",40.7 +"S01009781","Nitshill - 07","Glasgow City",46.9 +"S01009782","Nitshill - 08","Glasgow City",35.6 +"S01009783","Nitshill - 09","Glasgow City",31.5 +"S01009784","Crookston South - 01","Glasgow City",35 +"S01009785","Crookston South - 02","Glasgow City",31.5 +"S01009786","Crookston South - 03","Glasgow City",46.3 +"S01009787","Crookston South - 04","Glasgow City",41.7 +"S01009788","Crookston North - 01","Glasgow City",29.9 +"S01009789","Crookston North - 02","Glasgow City",26 +"S01009790","Crookston North - 03","Glasgow City",27.8 +"S01009791","Crookston North - 04","Glasgow City",39.8 +"S01009792","Pollok South and West - 01","Glasgow City",22 +"S01009793","Pollok South and West - 02","Glasgow City",8.7 +"S01009794","Pollok South and West - 03","Glasgow City",21.4 +"S01009795","Pollok South and West - 04","Glasgow City",20.5 +"S01009796","Pollok South and West - 05","Glasgow City",17.4 +"S01009797","Pollok South and West - 06","Glasgow City",20.2 +"S01009798","Pollok South and West - 07","Glasgow City",21.9 +"S01009799","Pollok North and East - 01","Glasgow City",45.1 +"S01009800","Pollok North and East - 02","Glasgow City",41.7 +"S01009801","Pollok North and East - 03","Glasgow City",30.2 +"S01009802","Pollok North and East - 04","Glasgow City",46.4 +"S01009803","Pollok North and East - 05","Glasgow City",33.8 +"S01009804","Pollok North and East - 06","Glasgow City",15.8 +"S01009805","Pollok North and East - 07","Glasgow City",37.4 +"S01009806","Cardonald South and East - 01","Glasgow City",30.8 +"S01009807","Cardonald South and East - 02","Glasgow City",25.6 +"S01009808","Cardonald South and East - 03","Glasgow City",16.5 +"S01009809","Cardonald South and East - 04","Glasgow City",21.4 +"S01009810","Cardonald North - 01","Glasgow City",27.5 +"S01009811","Cardonald North - 02","Glasgow City",25.3 +"S01009812","Cardonald North - 03","Glasgow City",20.7 +"S01009813","Cardonald North - 04","Glasgow City",46.4 +"S01009814","Cardonald North - 05","Glasgow City",19.6 +"S01009815","Cardonald West and Central - 01","Glasgow City",22.5 +"S01009816","Cardonald West and Central - 02","Glasgow City",35.3 +"S01009817","Cardonald West and Central - 03","Glasgow City",11.1 +"S01009818","Cardonald West and Central - 04","Glasgow City",17.4 +"S01009819","Cardonald West and Central - 05","Glasgow City",29.6 +"S01009820","Cardonald West and Central - 06","Glasgow City",20.8 +"S01009821","Cardonald West and Central - 07","Glasgow City",15.8 +"S01009822","Penilee - 01","Glasgow City",19.8 +"S01009823","Penilee - 02","Glasgow City",46.3 +"S01009824","Penilee - 03","Glasgow City",23.9 +"S01009825","Penilee - 04","Glasgow City",32.1 +"S01009826","Penilee - 05","Glasgow City",37.7 +"S01009827","Penilee - 06","Glasgow City",29.2 +"S01009828","Penilee - 07","Glasgow City",33.8 +"S01009829","Hillington - 01","Glasgow City",26 +"S01009830","Hillington - 02","Glasgow City",29.2 +"S01009831","Hillington - 03","Glasgow City",21.7 +"S01009832","Hillington - 04","Glasgow City",25.9 +"S01009833","Drumoyne and Shieldhall - 01","Glasgow City",5.7 +"S01009834","Drumoyne and Shieldhall - 02","Glasgow City",42.7 +"S01009835","Drumoyne and Shieldhall - 03","Glasgow City",40.3 +"S01009836","Drumoyne and Shieldhall - 04","Glasgow City",14.5 +"S01009837","Drumoyne and Shieldhall - 05","Glasgow City",37.5 +"S01009838","Drumoyne and Shieldhall - 06","Glasgow City",31 +"S01009839","Drumoyne and Shieldhall - 07","Glasgow City",31.5 +"S01009840","Drumoyne and Shieldhall - 08","Glasgow City",29.6 +"S01009841","Govan and Linthouse - 01","Glasgow City",46.8 +"S01009842","Govan and Linthouse - 02","Glasgow City",33.3 +"S01009843","Govan and Linthouse - 03","Glasgow City",34.7 +"S01009844","Govan and Linthouse - 04","Glasgow City",52.5 +"S01009845","Govan and Linthouse - 05","Glasgow City",44.8 +"S01009846","Govan and Linthouse - 06","Glasgow City",46.4 +"S01009847","Govan and Linthouse - 07","Glasgow City",23.8 +"S01009848","Craigton - 01","Glasgow City",29.6 +"S01009849","Craigton - 02","Glasgow City",31 +"S01009850","Craigton - 03","Glasgow City",36.4 +"S01009851","Craigton - 04","Glasgow City",21.8 +"S01009852","Mosspark - 01","Glasgow City",35.8 +"S01009853","Mosspark - 02","Glasgow City",37.1 +"S01009854","Mosspark - 03","Glasgow City",27.1 +"S01009855","Mosspark - 04","Glasgow City",20 +"S01009856","Mosspark - 05","Glasgow City",39.3 +"S01009857","Mosspark - 06","Glasgow City",17.1 +"S01009858","Mosspark - 07","Glasgow City",27.6 +"S01009859","Ibrox - 01","Glasgow City",49.8 +"S01009860","Ibrox - 02","Glasgow City",25.4 +"S01009861","Ibrox - 03","Glasgow City",30.7 +"S01009862","Ibrox East and Cessnock - 01","Glasgow City",39.9 +"S01009863","Ibrox East and Cessnock - 02","Glasgow City",44.6 +"S01009864","Ibrox East and Cessnock - 03","Glasgow City",34.3 +"S01009865","Ibrox East and Cessnock - 04","Glasgow City",41.7 +"S01009866","Kinning Park and Festival Park - 01","Glasgow City",37.2 +"S01009867","Kinning Park and Festival Park - 02","Glasgow City",25.5 +"S01009868","Kinning Park and Festival Park - 03","Glasgow City",29.4 +"S01009869","Kinning Park and Festival Park - 04","Glasgow City",46.6 +"S01009870","Kinning Park and Festival Park - 05","Glasgow City",38.3 +"S01009871","Kingston West and Dumbreck - 01","Glasgow City",40.5 +"S01009872","Kingston West and Dumbreck - 02","Glasgow City",69.7 +"S01009873","Kingston West and Dumbreck - 03","Glasgow City",21.9 +"S01009874","Kingston West and Dumbreck - 04","Glasgow City",24 +"S01009875","Pollokshields West - 01","Glasgow City",53.8 +"S01009876","Pollokshields West - 02","Glasgow City",61.8 +"S01009877","Pollokshields West - 03","Glasgow City",18.6 +"S01009878","Pollokshields West - 04","Glasgow City",65.8 +"S01009879","Pollokshields West - 05","Glasgow City",7.8 +"S01009880","Pollokshields West - 06","Glasgow City",48.6 +"S01009881","Pollokshields East - 01","Glasgow City",52.8 +"S01009882","Pollokshields East - 02","Glasgow City",42.6 +"S01009883","Pollokshields East - 03","Glasgow City",54.3 +"S01009884","Pollokshields East - 04","Glasgow City",64.6 +"S01009885","Pollokshields East - 05","Glasgow City",42.2 +"S01009886","Pollokshields East - 06","Glasgow City",47.3 +"S01009887","Govanhill West - 01","Glasgow City",110 +"S01009888","Govanhill West - 02","Glasgow City",70.6 +"S01009889","Govanhill West - 03","Glasgow City",110.3 +"S01009890","Govanhill West - 04","Glasgow City",63.7 +"S01009891","Govanhill West - 05","Glasgow City",67.4 +"S01009892","Govanhill West - 06","Glasgow City",83.7 +"S01009893","Govanhill West - 07","Glasgow City",81.8 +"S01009894","Govanhill East and Aikenhead - 01","Glasgow City",60.4 +"S01009895","Govanhill East and Aikenhead - 02","Glasgow City",49 +"S01009896","Govanhill East and Aikenhead - 03","Glasgow City",74 +"S01009897","Govanhill East and Aikenhead - 04","Glasgow City",73.9 +"S01009898","Govanhill East and Aikenhead - 05","Glasgow City",67.7 +"S01009899","Battlefield - 01","Glasgow City",30 +"S01009900","Battlefield - 02","Glasgow City",13.2 +"S01009901","Battlefield - 03","Glasgow City",17.7 +"S01009902","Battlefield - 04","Glasgow City",26.4 +"S01009903","Battlefield - 05","Glasgow City",42.6 +"S01009904","Battlefield - 06","Glasgow City",24.3 +"S01009905","Strathbungo - 01","Glasgow City",76.6 +"S01009906","Strathbungo - 02","Glasgow City",80.5 +"S01009907","Strathbungo - 03","Glasgow City",91.7 +"S01009908","Strathbungo - 04","Glasgow City",26.2 +"S01009909","Strathbungo - 05","Glasgow City",21.2 +"S01009910","Strathbungo - 06","Glasgow City",28.9 +"S01009911","Strathbungo - 07","Glasgow City",6.7 +"S01009912","Maxwell Park - 01","Glasgow City",12.8 +"S01009913","Maxwell Park - 02","Glasgow City",23.2 +"S01009914","Maxwell Park - 03","Glasgow City",15.7 +"S01009915","Maxwell Park - 04","Glasgow City",25 +"S01009916","Maxwell Park - 05","Glasgow City",22.4 +"S01009917","Maxwell Park - 06","Glasgow City",8.1 +"S01009918","Maxwell Park - 07","Glasgow City",27.6 +"S01009919","Shawlands West - 01","Glasgow City",56.9 +"S01009920","Shawlands West - 02","Glasgow City",28.6 +"S01009921","Shawlands West - 03","Glasgow City",11.4 +"S01009922","Shawlands West - 04","Glasgow City",9.5 +"S01009923","Shawlands East - 01","Glasgow City",8.7 +"S01009924","Shawlands East - 02","Glasgow City",27.6 +"S01009925","Shawlands East - 03","Glasgow City",17.9 +"S01009926","Shawlands East - 04","Glasgow City",40.4 +"S01009927","Langside - 01","Glasgow City",17 +"S01009928","Langside - 02","Glasgow City",0 +"S01009929","Langside - 03","Glasgow City",10.2 +"S01009930","Langside - 04","Glasgow City",12.3 +"S01009931","Langside - 05","Glasgow City",25.5 +"S01009932","Langside - 06","Glasgow City",13.3 +"S01009933","Pollokshaws - 01","Glasgow City",48.1 +"S01009934","Pollokshaws - 02","Glasgow City",8.6 +"S01009935","Pollokshaws - 03","Glasgow City",31.9 +"S01009936","Pollokshaws - 04","Glasgow City",20 +"S01009937","Pollokshaws - 05","Glasgow City",11.9 +"S01009938","Pollokshaws - 06","Glasgow City",40.5 +"S01009939","Carnwadric West - 01","Glasgow City",57.8 +"S01009940","Carnwadric West - 02","Glasgow City",43 +"S01009941","Carnwadric West - 03","Glasgow City",47.9 +"S01009942","Carnwadric West - 04","Glasgow City",62.1 +"S01009943","Carnwadric West - 05","Glasgow City",53.6 +"S01009944","Carnwadric East - 01","Glasgow City",35.9 +"S01009945","Carnwadric East - 02","Glasgow City",37.6 +"S01009946","Carnwadric East - 03","Glasgow City",33.3 +"S01009947","Carnwadric East - 04","Glasgow City",37.7 +"S01009948","Newlands - 01","Glasgow City",40.9 +"S01009949","Newlands - 02","Glasgow City",38.4 +"S01009950","Newlands - 03","Glasgow City",10.8 +"S01009951","Newlands - 04","Glasgow City",16.1 +"S01009952","Newlands - 05","Glasgow City",6.5 +"S01009953","Newlands - 06","Glasgow City",16.1 +"S01009954","Newlands - 07","Glasgow City",30.1 +"S01009955","Merrylee and Millbrae - 01","Glasgow City",29.7 +"S01009956","Merrylee and Millbrae - 02","Glasgow City",20.6 +"S01009957","Merrylee and Millbrae - 03","Glasgow City",0 +"S01009958","Merrylee and Millbrae - 04","Glasgow City",8.1 +"S01009959","Muirend and Old Cathcart - 01","Glasgow City",12.1 +"S01009960","Muirend and Old Cathcart - 02","Glasgow City",6.9 +"S01009961","Muirend and Old Cathcart - 03","Glasgow City",11.8 +"S01009962","Muirend and Old Cathcart - 04","Glasgow City",9.7 +"S01009963","Muirend and Old Cathcart - 05","Glasgow City",7.7 +"S01009964","Muirend and Old Cathcart - 06","Glasgow City",14.2 +"S01009965","Carmunnock North - 01","Glasgow City",7.2 +"S01009966","Carmunnock North - 02","Glasgow City",6.3 +"S01009967","Carmunnock North - 03","Glasgow City",7.2 +"S01009968","Carmunnock North - 04","Glasgow City",14.2 +"S01009969","Carmunnock South - 01","Glasgow City",4.4 +"S01009970","Carmunnock South - 02","Glasgow City",48.7 +"S01009971","Carmunnock South - 03","Glasgow City",34.4 +"S01009972","Carmunnock South - 04","Glasgow City",16.6 +"S01009973","Glenwood South - 01","Glasgow City",31.9 +"S01009974","Glenwood South - 02","Glasgow City",47.1 +"S01009975","Glenwood South - 03","Glasgow City",38.9 +"S01009976","Glenwood South - 04","Glasgow City",59.2 +"S01009977","Glenwood South - 05","Glasgow City",41.3 +"S01009978","Glenwood South - 06","Glasgow City",41.7 +"S01009979","Glenwood South - 07","Glasgow City",23.5 +"S01009980","Glenwood North - 01","Glasgow City",31.3 +"S01009981","Glenwood North - 02","Glasgow City",39.7 +"S01009982","Glenwood North - 03","Glasgow City",38.8 +"S01009983","Glenwood North - 04","Glasgow City",43.5 +"S01009984","Glenwood North - 05","Glasgow City",31.7 +"S01009985","Glenwood North - 06","Glasgow City",57.6 +"S01009986","Castlemilk - 01","Glasgow City",36.8 +"S01009987","Castlemilk - 02","Glasgow City",41.5 +"S01009988","Castlemilk - 03","Glasgow City",53.2 +"S01009989","Castlemilk - 04","Glasgow City",20.6 +"S01009990","Castlemilk - 05","Glasgow City",27.2 +"S01009991","Castlemilk - 06","Glasgow City",25.2 +"S01009992","Castlemilk - 07","Glasgow City",55.2 +"S01009993","Kingspark South - 01","Glasgow City",20.4 +"S01009994","Kingspark South - 02","Glasgow City",20.2 +"S01009995","Kingspark South - 03","Glasgow City",30.8 +"S01009996","Kingspark South - 04","Glasgow City",38.8 +"S01009997","Kingspark South - 05","Glasgow City",34 +"S01009998","Kingspark South - 06","Glasgow City",12.4 +"S01009999","Kingspark North - 01","Glasgow City",27.6 +"S01010000","Kingspark North - 02","Glasgow City",26 +"S01010001","Kingspark North - 03","Glasgow City",31.2 +"S01010002","Kingspark North - 04","Glasgow City",25.9 +"S01010003","Kingspark North - 05","Glasgow City",20 +"S01010004","Kingspark North - 06","Glasgow City",15.2 +"S01010005","Cathcart - 01","Glasgow City",25.4 +"S01010006","Cathcart - 02","Glasgow City",29.7 +"S01010007","Cathcart - 03","Glasgow City",6.2 +"S01010008","Cathcart - 04","Glasgow City",26.8 +"S01010009","Cathcart - 05","Glasgow City",8.1 +"S01010010","Cathcart - 06","Glasgow City",13.8 +"S01010011","Mount Florida - 01","Glasgow City",28.6 +"S01010012","Mount Florida - 02","Glasgow City",11 +"S01010013","Mount Florida - 03","Glasgow City",7.6 +"S01010014","Mount Florida - 04","Glasgow City",19 +"S01010015","Mount Florida - 05","Glasgow City",24.1 +"S01010016","Toryglen and Oatlands - 01","Glasgow City",34.7 +"S01010017","Toryglen and Oatlands - 02","Glasgow City",40.1 +"S01010018","Toryglen and Oatlands - 03","Glasgow City",37.9 +"S01010019","Toryglen and Oatlands - 04","Glasgow City",44.1 +"S01010020","Toryglen and Oatlands - 05","Glasgow City",18.4 +"S01010021","Toryglen and Oatlands - 06","Glasgow City",30.4 +"S01010022","Toryglen and Oatlands - 07","Glasgow City",24.3 +"S01010023","Gorbals and Hutchesontown - 01","Glasgow City",82.9 +"S01010024","Gorbals and Hutchesontown - 02","Glasgow City",53.8 +"S01010025","Gorbals and Hutchesontown - 03","Glasgow City",36.5 +"S01010026","Gorbals and Hutchesontown - 04","Glasgow City",30.8 +"S01010027","Gorbals and Hutchesontown - 05","Glasgow City",32.5 +"S01010028","Gorbals and Hutchesontown - 06","Glasgow City",31.1 +"S01010029","Gorbals and Hutchesontown - 07","Glasgow City",58.8 +"S01010030","Gorbals and Hutchesontown - 08","Glasgow City",20.6 +"S01010031","Laurieston and Tradeston - 01","Glasgow City",25 +"S01010032","Laurieston and Tradeston - 02","Glasgow City",13.3 +"S01010033","Laurieston and Tradeston - 03","Glasgow City",43 +"S01010034","Laurieston and Tradeston - 04","Glasgow City",37.7 +"S01010035","Laurieston and Tradeston - 05","Glasgow City",6.6 +"S01010036","Laurieston and Tradeston - 06","Glasgow City",18.2 +"S01010037","Calton and Gallowgate - 01","Glasgow City",42.4 +"S01010038","Calton and Gallowgate - 02","Glasgow City",46 +"S01010039","Calton and Gallowgate - 03","Glasgow City",8.8 +"S01010040","Calton and Gallowgate - 04","Glasgow City",24.2 +"S01010041","Calton and Gallowgate - 05","Glasgow City",14.3 +"S01010042","Bridgeton - 01","Glasgow City",28.5 +"S01010043","Bridgeton - 02","Glasgow City",57 +"S01010044","Bridgeton - 03","Glasgow City",36.2 +"S01010045","Bridgeton - 04","Glasgow City",50.3 +"S01010046","Dalmarnock - 01","Glasgow City",41.4 +"S01010047","Dalmarnock - 02","Glasgow City",59 +"S01010048","Dalmarnock - 03","Glasgow City",47.3 +"S01010049","Parkhead West and Barrowfield - 01","Glasgow City",40.1 +"S01010050","Parkhead West and Barrowfield - 02","Glasgow City",30.2 +"S01010051","Parkhead West and Barrowfield - 03","Glasgow City",48.8 +"S01010052","Parkhead West and Barrowfield - 04","Glasgow City",38.1 +"S01010053","Parkhead West and Barrowfield - 05","Glasgow City",50 +"S01010054","Parkhead West and Barrowfield - 06","Glasgow City",29 +"S01010055","Parkhead West and Barrowfield - 07","Glasgow City",39.5 +"S01010056","Parkhead East and Braidfauld North - 01","Glasgow City",50 +"S01010057","Parkhead East and Braidfauld North - 02","Glasgow City",26.7 +"S01010058","Parkhead East and Braidfauld North - 03","Glasgow City",30.8 +"S01010059","Parkhead East and Braidfauld North - 04","Glasgow City",22.5 +"S01010060","Parkhead East and Braidfauld North - 05","Glasgow City",33.1 +"S01010061","Braidfauld - 01","Glasgow City",28 +"S01010062","Braidfauld - 02","Glasgow City",40.1 +"S01010063","Braidfauld - 03","Glasgow City",44.8 +"S01010064","Braidfauld - 04","Glasgow City",40.2 +"S01010065","Braidfauld - 05","Glasgow City",33.3 +"S01010066","Braidfauld - 06","Glasgow City",37.3 +"S01010067","Braidfauld - 07","Glasgow City",49.4 +"S01010068","Braidfauld - 08","Glasgow City",31.3 +"S01010069","Shettleston South - 01","Glasgow City",21.1 +"S01010070","Shettleston South - 02","Glasgow City",33.8 +"S01010071","Shettleston South - 03","Glasgow City",19.8 +"S01010072","Shettleston South - 04","Glasgow City",14.8 +"S01010073","Shettleston South - 05","Glasgow City",15.6 +"S01010074","Carmyle and Mount Vernon South - 01","Glasgow City",12.3 +"S01010075","Carmyle and Mount Vernon South - 02","Glasgow City",21.8 +"S01010076","Carmyle and Mount Vernon South - 03","Glasgow City",21.8 +"S01010077","Carmyle and Mount Vernon South - 04","Glasgow City",36 +"S01010078","Mount Vernon North and Sandyhills - 01","Glasgow City",22.2 +"S01010079","Mount Vernon North and Sandyhills - 02","Glasgow City",5.3 +"S01010080","Mount Vernon North and Sandyhills - 03","Glasgow City",25.3 +"S01010081","Mount Vernon North and Sandyhills - 04","Glasgow City",9.3 +"S01010082","Mount Vernon North and Sandyhills - 05","Glasgow City",4.9 +"S01010083","Baillieston West - 01","Glasgow City",27.9 +"S01010084","Baillieston West - 02","Glasgow City",46.7 +"S01010085","Baillieston West - 03","Glasgow City",10.5 +"S01010086","Baillieston West - 04","Glasgow City",29.2 +"S01010087","Baillieston West - 05","Glasgow City",13.7 +"S01010088","Baillieston East - 01","Glasgow City",8.1 +"S01010089","Baillieston East - 02","Glasgow City",14.1 +"S01010090","Baillieston East - 03","Glasgow City",28.7 +"S01010091","Baillieston East - 04","Glasgow City",17.1 +"S01010092","Baillieston East - 05","Glasgow City",25.8 +"S01010093","Baillieston East - 06","Glasgow City",25.9 +"S01010094","Garrowhill West - 01","Glasgow City",9.6 +"S01010095","Garrowhill West - 02","Glasgow City",10.7 +"S01010096","Garrowhill West - 03","Glasgow City",9.1 +"S01010097","Garrowhill West - 04","Glasgow City",15.9 +"S01010098","Garrowhill West - 05","Glasgow City",7.7 +"S01010099","Garrowhill West - 06","Glasgow City",18.3 +"S01010100","Garrowhill East and Swinton - 01","Glasgow City",21.7 +"S01010101","Garrowhill East and Swinton - 02","Glasgow City",29.4 +"S01010102","Garrowhill East and Swinton - 03","Glasgow City",22.1 +"S01010103","Garrowhill East and Swinton - 04","Glasgow City",23.6 +"S01010104","Garrowhill East and Swinton - 05","Glasgow City",11.2 +"S01010105","Easterhouse East - 01","Glasgow City",46.2 +"S01010106","Easterhouse East - 02","Glasgow City",28.9 +"S01010107","Easterhouse East - 03","Glasgow City",42.5 +"S01010108","Easterhouse East - 04","Glasgow City",31.2 +"S01010109","Easterhouse East - 05","Glasgow City",30.9 +"S01010110","Central Easterhouse - 01","Glasgow City",49 +"S01010111","Central Easterhouse - 02","Glasgow City",49.3 +"S01010112","Central Easterhouse - 03","Glasgow City",36.6 +"S01010113","Garthamlock, Auchinlea and Gartloch - 01","Glasgow City",48.7 +"S01010114","Garthamlock, Auchinlea and Gartloch - 02","Glasgow City",45.2 +"S01010115","Garthamlock, Auchinlea and Gartloch - 03","Glasgow City",46.6 +"S01010116","Garthamlock, Auchinlea and Gartloch - 04","Glasgow City",22.3 +"S01010117","Garthamlock, Auchinlea and Gartloch - 05","Glasgow City",16.8 +"S01010118","North Barlanark and Easterhouse South - 01","Glasgow City",30.6 +"S01010119","North Barlanark and Easterhouse South - 02","Glasgow City",37.2 +"S01010120","North Barlanark and Easterhouse South - 03","Glasgow City",50.5 +"S01010121","North Barlanark and Easterhouse South - 04","Glasgow City",46 +"S01010122","North Barlanark and Easterhouse South - 05","Glasgow City",46.2 +"S01010123","Barlanark - 01","Glasgow City",38.5 +"S01010124","Barlanark - 02","Glasgow City",37.5 +"S01010125","Barlanark - 03","Glasgow City",44.9 +"S01010126","Barlanark - 04","Glasgow City",26.1 +"S01010127","Barlanark - 05","Glasgow City",22.9 +"S01010128","Barlanark - 06","Glasgow City",52.6 +"S01010129","Barlanark - 07","Glasgow City",55.9 +"S01010130","Barlanark - 08","Glasgow City",17.4 +"S01010131","Greenfield - 01","Glasgow City",5.6 +"S01010132","Greenfield - 02","Glasgow City",31 +"S01010133","Greenfield - 03","Glasgow City",25.6 +"S01010134","Greenfield - 04","Glasgow City",29.6 +"S01010135","Greenfield - 05","Glasgow City",21.6 +"S01010136","Greenfield - 06","Glasgow City",32.3 +"S01010137","Shettleston North - 01","Glasgow City",33.3 +"S01010138","Shettleston North - 02","Glasgow City",26.4 +"S01010139","Shettleston North - 03","Glasgow City",26.5 +"S01010140","Shettleston North - 04","Glasgow City",16.9 +"S01010141","Shettleston North - 05","Glasgow City",37.8 +"S01010142","Tollcross - 01","Glasgow City",35.2 +"S01010143","Tollcross - 02","Glasgow City",34.5 +"S01010144","Tollcross - 03","Glasgow City",24.4 +"S01010145","Tollcross - 04","Glasgow City",22.1 +"S01010146","Tollcross - 05","Glasgow City",54.4 +"S01010147","Old Shettleston and Parkhead North - 01","Glasgow City",52.7 +"S01010148","Old Shettleston and Parkhead North - 02","Glasgow City",27.7 +"S01010149","Old Shettleston and Parkhead North - 03","Glasgow City",22 +"S01010150","Old Shettleston and Parkhead North - 04","Glasgow City",25.7 +"S01010151","Old Shettleston and Parkhead North - 05","Glasgow City",35.6 +"S01010152","Carntyne - 01","Glasgow City",20.4 +"S01010153","Carntyne - 02","Glasgow City",20.8 +"S01010154","Carntyne - 03","Glasgow City",39.4 +"S01010155","Carntyne - 04","Glasgow City",24.7 +"S01010156","Cranhill, Lightburn and Queenslie South - 01","Glasgow City",36.4 +"S01010157","Cranhill, Lightburn and Queenslie South - 02","Glasgow City",32.4 +"S01010158","Cranhill, Lightburn and Queenslie South - 03","Glasgow City",29.7 +"S01010159","Cranhill, Lightburn and Queenslie South - 04","Glasgow City",41.8 +"S01010160","Cranhill, Lightburn and Queenslie South - 05","Glasgow City",54.3 +"S01010161","Cranhill, Lightburn and Queenslie South - 06","Glasgow City",33.7 +"S01010162","Cranhill, Lightburn and Queenslie South - 07","Glasgow City",51.3 +"S01010163","Cranhill, Lightburn and Queenslie South - 08","Glasgow City",33.8 +"S01010164","Cranhill, Lightburn and Queenslie South - 09","Glasgow City",27.8 +"S01010165","Craigend and Ruchazie - 01","Glasgow City",55.7 +"S01010166","Craigend and Ruchazie - 02","Glasgow City",17.8 +"S01010167","Craigend and Ruchazie - 03","Glasgow City",29.3 +"S01010168","Craigend and Ruchazie - 04","Glasgow City",31.6 +"S01010169","Craigend and Ruchazie - 05","Glasgow City",49 +"S01010170","Craigend and Ruchazie - 06","Glasgow City",35.9 +"S01010171","Craigend and Ruchazie - 07","Glasgow City",45.2 +"S01010172","Riddrie and Hogganfield - 01","Glasgow City",29 +"S01010173","Riddrie and Hogganfield - 02","Glasgow City",32.4 +"S01010174","Riddrie and Hogganfield - 03","Glasgow City",20.5 +"S01010175","Riddrie and Hogganfield - 04","Glasgow City",27.1 +"S01010176","Riddrie and Hogganfield - 05","Glasgow City",31.2 +"S01010177","Riddrie and Hogganfield - 06","Glasgow City",57.8 +"S01010178","Riddrie and Hogganfield - 07","Glasgow City",37.4 +"S01010179","Blackhill and Barmulloch East - 01","Glasgow City",33.5 +"S01010180","Blackhill and Barmulloch East - 02","Glasgow City",25.8 +"S01010181","Blackhill and Barmulloch East - 03","Glasgow City",30.6 +"S01010182","Blackhill and Barmulloch East - 04","Glasgow City",12.5 +"S01010183","Blackhill and Barmulloch East - 05","Glasgow City",31.6 +"S01010184","Blackhill and Barmulloch East - 06","Glasgow City",55.3 +"S01010185","Blackhill and Barmulloch East - 07","Glasgow City",44 +"S01010186","Robroyston and Millerston - 01","Glasgow City",16.8 +"S01010187","Robroyston and Millerston - 02","Glasgow City",12.9 +"S01010188","Robroyston and Millerston - 03","Glasgow City",12.7 +"S01010189","Robroyston and Millerston - 04","Glasgow City",13.5 +"S01010190","Robroyston and Millerston - 05","Glasgow City",14 +"S01010191","Robroyston and Millerston - 06","Glasgow City",15.7 +"S01010192","Robroyston and Millerston - 07","Glasgow City",32 +"S01010193","Robroyston and Millerston - 08","Glasgow City",13.4 +"S01010194","Balornock - 01","Glasgow City",34.6 +"S01010195","Balornock - 02","Glasgow City",32.3 +"S01010196","Balornock - 03","Glasgow City",38.2 +"S01010197","Balornock - 04","Glasgow City",46.5 +"S01010198","Balornock - 05","Glasgow City",32.3 +"S01010199","Barmulloch - 01","Glasgow City",24.3 +"S01010200","Barmulloch - 02","Glasgow City",25.6 +"S01010201","Barmulloch - 03","Glasgow City",43.8 +"S01010202","Barmulloch - 04","Glasgow City",35.6 +"S01010203","Petershill - 01","Glasgow City",12.5 +"S01010204","Petershill - 02","Glasgow City",37.7 +"S01010205","Petershill - 03","Glasgow City",34.8 +"S01010206","Petershill - 04","Glasgow City",0 +"S01010207","Petershill - 05","Glasgow City",63.8 +"S01010208","Petershill - 06","Glasgow City",20.3 +"S01010209","Springburn - 01","Glasgow City",37.8 +"S01010210","Springburn - 02","Glasgow City",20.6 +"S01010211","Springburn - 03","Glasgow City",40.3 +"S01010212","Springburn - 04","Glasgow City",48.8 +"S01010213","Springburn - 05","Glasgow City",36.6 +"S01010214","Springburn East and Cowlairs - 01","Glasgow City",20.8 +"S01010215","Springburn East and Cowlairs - 02","Glasgow City",27 +"S01010216","Springburn East and Cowlairs - 03","Glasgow City",44 +"S01010217","Springburn East and Cowlairs - 04","Glasgow City",44.9 +"S01010218","Springburn East and Cowlairs - 05","Glasgow City",47.7 +"S01010219","Cowlairs and Port Dundas - 01","Glasgow City",9.4 +"S01010220","Cowlairs and Port Dundas - 02","Glasgow City",11.9 +"S01010221","Cowlairs and Port Dundas - 03","Glasgow City",39.5 +"S01010222","Cowlairs and Port Dundas - 04","Glasgow City",43.4 +"S01010223","Cowlairs and Port Dundas - 05","Glasgow City",28.8 +"S01010224","Cowlairs and Port Dundas - 06","Glasgow City",42.9 +"S01010225","Sighthill - 01","Glasgow City",39.7 +"S01010226","Sighthill - 02","Glasgow City",0 +"S01010227","Sighthill - 03","Glasgow City",0 +"S01010228","Roystonhill, Blochairn, and Provanmill - 01","Glasgow City",30.3 +"S01010229","Roystonhill, Blochairn, and Provanmill - 02","Glasgow City",24.5 +"S01010230","Roystonhill, Blochairn, and Provanmill - 03","Glasgow City",62.8 +"S01010231","Roystonhill, Blochairn, and Provanmill - 04","Glasgow City",43.8 +"S01010232","Roystonhill, Blochairn, and Provanmill - 05","Glasgow City",28.6 +"S01010233","Roystonhill, Blochairn, and Provanmill - 06","Glasgow City",35.9 +"S01010234","Dennistoun North - 01","Glasgow City",7.4 +"S01010235","Dennistoun North - 02","Glasgow City",8.3 +"S01010236","Dennistoun North - 03","Glasgow City",41.2 +"S01010237","Dennistoun North - 04","Glasgow City",41 +"S01010238","Dennistoun North - 05","Glasgow City",40.3 +"S01010239","Alexandra Parade - 01","Glasgow City",28.7 +"S01010240","Alexandra Parade - 02","Glasgow City",15.2 +"S01010241","Alexandra Parade - 03","Glasgow City",11.8 +"S01010242","Carntyne West and Haghill - 01","Glasgow City",38.4 +"S01010243","Carntyne West and Haghill - 02","Glasgow City",71.4 +"S01010244","Carntyne West and Haghill - 03","Glasgow City",55.9 +"S01010245","Carntyne West and Haghill - 04","Glasgow City",57.1 +"S01010246","Carntyne West and Haghill - 05","Glasgow City",36.7 +"S01010247","Carntyne West and Haghill - 06","Glasgow City",37.4 +"S01010248","Dennistoun - 01","Glasgow City",9.1 +"S01010249","Dennistoun - 02","Glasgow City",12.8 +"S01010250","Dennistoun - 03","Glasgow City",29.3 +"S01010251","Dennistoun - 04","Glasgow City",19.3 +"S01010252","Dennistoun - 05","Glasgow City",38.4 +"S01010253","Dennistoun - 06","Glasgow City",29 +"S01010254","Gallowgate North and Bellgrove - 01","Glasgow City",40.4 +"S01010255","Gallowgate North and Bellgrove - 02","Glasgow City",64.4 +"S01010256","Gallowgate North and Bellgrove - 03","Glasgow City",44.9 +"S01010257","Gallowgate North and Bellgrove - 04","Glasgow City",23.8 +"S01010258","Gallowgate North and Bellgrove - 05","Glasgow City",0 +"S01010259","City Centre East - 01","Glasgow City",59.3 +"S01010260","City Centre East - 02","Glasgow City",33.3 +"S01010261","City Centre East - 03","Glasgow City",39.4 +"S01010262","City Centre East - 04","Glasgow City",18.8 +"S01010263","City Centre East - 05","Glasgow City",18.5 +"S01010264","City Centre East - 06","Glasgow City",13.5 +"S01010265","City Centre East - 07","Glasgow City",11.6 +"S01010266","City Centre West - 01","Glasgow City",21.1 +"S01010267","City Centre West - 02","Glasgow City",23.2 +"S01010268","City Centre West - 03","Glasgow City",12.2 +"S01010269","City Centre West - 04","Glasgow City",20.3 +"S01010270","City Centre West - 05","Glasgow City",13.7 +"S01010271","City Centre West - 06","Glasgow City",13.4 +"S01010272","City Centre South - 01","Glasgow City",43.3 +"S01010273","City Centre South - 02","Glasgow City",97.2 +"S01010274","City Centre South - 03","Glasgow City",15.9 +"S01010275","City Centre South - 04","Glasgow City",39.1 +"S01010276","Anderston - 01","Glasgow City",0 +"S01010277","Anderston - 02","Glasgow City",23.8 +"S01010278","Anderston - 03","Glasgow City",72.3 +"S01010279","Anderston - 04","Glasgow City",29.3 +"S01010280","Anderston - 05","Glasgow City",11.5 +"S01010281","Anderston - 06","Glasgow City",11.9 +"S01010282","Finnieston and Kelvinhaugh - 01","Glasgow City",24.1 +"S01010283","Finnieston and Kelvinhaugh - 02","Glasgow City",33 +"S01010284","Finnieston and Kelvinhaugh - 03","Glasgow City",16 +"S01010285","Finnieston and Kelvinhaugh - 04","Glasgow City",31.2 +"S01010286","Finnieston and Kelvinhaugh - 05","Glasgow City",21.6 +"S01010287","Finnieston and Kelvinhaugh - 06","Glasgow City",16.7 +"S01010288","Finnieston and Kelvinhaugh - 07","Glasgow City",20 +"S01010289","Woodlands - 01","Glasgow City",7.4 +"S01010290","Woodlands - 02","Glasgow City",14.9 +"S01010291","Woodlands - 03","Glasgow City",15.9 +"S01010292","Woodlands - 04","Glasgow City",18.3 +"S01010293","Woodlands - 05","Glasgow City",50.8 +"S01010294","Woodlands - 06","Glasgow City",50 +"S01010295","Woodlands - 07","Glasgow City",24 +"S01010296","Woodlands - 08","Glasgow City",46 +"S01010297","Woodside - 01","Glasgow City",39.8 +"S01010298","Woodside - 02","Glasgow City",32.9 +"S01010299","Woodside - 03","Glasgow City",38.6 +"S01010300","Woodside - 04","Glasgow City",23.8 +"S01010301","Firhill - 01","Glasgow City",24.1 +"S01010302","Firhill - 02","Glasgow City",75.7 +"S01010303","Firhill - 03","Glasgow City",81.8 +"S01010304","Firhill - 04","Glasgow City",33 +"S01010305","Firhill - 05","Glasgow City",26.2 +"S01010306","Firhill - 06","Glasgow City",21.4 +"S01010307","Firhill - 07","Glasgow City",10.5 +"S01010308","Firhill - 08","Glasgow City",13.6 +"S01010309","Keppochhill - 01","Glasgow City",44.8 +"S01010310","Keppochhill - 02","Glasgow City",43.6 +"S01010311","Keppochhill - 03","Glasgow City",54.2 +"S01010312","Keppochhill - 04","Glasgow City",41.5 +"S01010313","Keppochhill - 05","Glasgow City",47.8 +"S01010314","Keppochhill - 06","Glasgow City",40.3 +"S01010315","Ruchill - 01","Glasgow City",35.3 +"S01010316","Ruchill - 02","Glasgow City",35.8 +"S01010317","Ruchill - 03","Glasgow City",15.6 +"S01010318","Ruchill - 04","Glasgow City",33.9 +"S01010319","Ruchill - 05","Glasgow City",19.2 +"S01010320","Ruchill - 06","Glasgow City",32.4 +"S01010321","Ruchill - 07","Glasgow City",40.8 +"S01010322","Ruchill - 08","Glasgow City",15.6 +"S01010323","Possil Park - 01","Glasgow City",58.3 +"S01010324","Possil Park - 02","Glasgow City",23.6 +"S01010325","Possil Park - 03","Glasgow City",33.9 +"S01010326","Possil Park - 04","Glasgow City",47.4 +"S01010327","Possil Park - 05","Glasgow City",43.3 +"S01010328","Possil Park - 06","Glasgow City",22 +"S01010329","Possil Park - 07","Glasgow City",22.6 +"S01010330","Milton West - 01","Glasgow City",44 +"S01010331","Milton West - 02","Glasgow City",27.3 +"S01010332","Milton West - 03","Glasgow City",31.4 +"S01010333","Milton West - 04","Glasgow City",40.6 +"S01010334","Milton West - 05","Glasgow City",24 +"S01010335","Milton East - 01","Glasgow City",33.7 +"S01010336","Milton East - 02","Glasgow City",41.5 +"S01010337","Milton East - 03","Glasgow City",30.1 +"S01010338","Milton East - 04","Glasgow City",50 +"S01010339","Milton East - 05","Glasgow City",50 +"S01010340","Summerston Central and West - 01","Glasgow City",33.7 +"S01010341","Summerston Central and West - 02","Glasgow City",13.7 +"S01010342","Summerston Central and West - 03","Glasgow City",13.8 +"S01010343","Summerston Central and West - 04","Glasgow City",23 +"S01010344","Summerston Central and West - 05","Glasgow City",45.5 +"S01010345","Summerston Central and West - 06","Glasgow City",7.7 +"S01010346","Summerston North - 01","Glasgow City",7.3 +"S01010347","Summerston North - 02","Glasgow City",39.6 +"S01010348","Summerston North - 03","Glasgow City",20.3 +"S01010349","Summerston North - 04","Glasgow City",36.8 +"S01010350","Maryhill East - 01","Glasgow City",35.9 +"S01010351","Maryhill East - 02","Glasgow City",32.1 +"S01010352","Maryhill East - 03","Glasgow City",27.9 +"S01010353","Maryhill East - 04","Glasgow City",77.2 +"S01010354","Maryhill West - 01","Glasgow City",28.1 +"S01010355","Maryhill West - 02","Glasgow City",33.5 +"S01010356","Maryhill West - 03","Glasgow City",27 +"S01010357","Maryhill West - 04","Glasgow City",52.9 +"S01010358","Wyndford - 01","Glasgow City",46.4 +"S01010359","Wyndford - 02","Glasgow City",41.3 +"S01010360","Wyndford - 03","Glasgow City",34.8 +"S01010361","Wyndford - 04","Glasgow City",31.6 +"S01010362","Wyndford - 05","Glasgow City",27.4 +"S01010363","Kelvindale - 01","Glasgow City",11.7 +"S01010364","Kelvindale - 02","Glasgow City",4.2 +"S01010365","Kelvindale - 03","Glasgow City",0 +"S01010366","Kelvindale - 04","Glasgow City",13.1 +"S01010367","Kelvindale - 05","Glasgow City",4.5 +"S01010368","Kelvindale - 06","Glasgow City",8.5 +"S01010369","North Kelvin - 01","Glasgow City",20.5 +"S01010370","North Kelvin - 02","Glasgow City",0 +"S01010371","North Kelvin - 03","Glasgow City",0 +"S01010372","North Kelvin - 04","Glasgow City",5.3 +"S01010373","North Kelvin - 05","Glasgow City",11.7 +"S01010374","Kelvingrove and University - 01","Glasgow City",7.8 +"S01010375","Kelvingrove and University - 02","Glasgow City",0 +"S01010376","Kelvingrove and University - 03","Glasgow City",11.6 +"S01010377","Kelvingrove and University - 04","Glasgow City",17.9 +"S01010378","Kelvingrove and University - 05","Glasgow City",12.7 +"S01010379","Kelvingrove and University - 06","Glasgow City",23.5 +"S01010380","Kelvingrove and University - 07","Glasgow City",0 +"S01010381","Hillhead - 01","Glasgow City",0 +"S01010382","Hillhead - 02","Glasgow City",10.2 +"S01010383","Hillhead - 03","Glasgow City",47 +"S01010384","Hillhead - 04","Glasgow City",8.2 +"S01010385","Hillhead - 05","Glasgow City",20.7 +"S01010386","Hillhead - 06","Glasgow City",21.7 +"S01010387","Hillhead - 07","Glasgow City",21.8 +"S01010388","Glasgow Harbour and Partick South - 01","Glasgow City",46.2 +"S01010389","Glasgow Harbour and Partick South - 02","Glasgow City",4.7 +"S01010390","Glasgow Harbour and Partick South - 03","Glasgow City",54.9 +"S01010391","Glasgow Harbour and Partick South - 04","Glasgow City",25 +"S01010392","Glasgow Harbour and Partick South - 05","Glasgow City",2.8 +"S01010393","Partick - 01","Glasgow City",8.2 +"S01010394","Partick - 02","Glasgow City",23.9 +"S01010395","Partick - 03","Glasgow City",16.3 +"S01010396","Partick - 04","Glasgow City",19.8 +"S01010397","Partickhill and Hyndland - 01","Glasgow City",0 +"S01010398","Partickhill and Hyndland - 02","Glasgow City",10.5 +"S01010399","Partickhill and Hyndland - 03","Glasgow City",11.5 +"S01010400","Partickhill and Hyndland - 04","Glasgow City",4.8 +"S01010401","Partickhill and Hyndland - 05","Glasgow City",0 +"S01010402","Partickhill and Hyndland - 06","Glasgow City",4.5 +"S01010403","Dowanhill - 01","Glasgow City",0 +"S01010404","Dowanhill - 02","Glasgow City",0 +"S01010405","Dowanhill - 03","Glasgow City",0 +"S01010406","Dowanhill - 04","Glasgow City",6.3 +"S01010407","Dowanhill - 05","Glasgow City",0 +"S01010408","Kelvinside and Jordanhill - 01","Glasgow City",6.5 +"S01010409","Kelvinside and Jordanhill - 02","Glasgow City",3.7 +"S01010410","Kelvinside and Jordanhill - 03","Glasgow City",7 +"S01010411","Kelvinside and Jordanhill - 04","Glasgow City",2.1 +"S01010412","Kelvinside and Jordanhill - 05","Glasgow City",0 +"S01010413","Kelvinside and Jordanhill - 06","Glasgow City",0 +"S01010414","Kelvinside and Jordanhill - 07","Glasgow City",3.3 +"S01010415","Broomhill - 01","Glasgow City",25.9 +"S01010416","Broomhill - 02","Glasgow City",8.2 +"S01010417","Broomhill - 03","Glasgow City",0 +"S01010418","Broomhill - 04","Glasgow City",0 +"S01010419","Broomhill - 05","Glasgow City",7.4 +"S01010420","Victoria Park - 01","Glasgow City",4.3 +"S01010421","Victoria Park - 02","Glasgow City",0 +"S01010422","Victoria Park - 03","Glasgow City",6.4 +"S01010423","Whiteinch - 01","Glasgow City",48.6 +"S01010424","Whiteinch - 02","Glasgow City",37.6 +"S01010425","Whiteinch - 03","Glasgow City",30.8 +"S01010426","Whiteinch - 04","Glasgow City",23 +"S01010427","Scotstoun North and East - 01","Glasgow City",52.3 +"S01010428","Scotstoun North and East - 02","Glasgow City",13 +"S01010429","Scotstoun North and East - 03","Glasgow City",3.9 +"S01010430","Scotstoun North and East - 04","Glasgow City",62 +"S01010431","Scotstoun North and East - 05","Glasgow City",5 +"S01010432","Scotstoun South and West - 01","Glasgow City",57.6 +"S01010433","Scotstoun South and West - 02","Glasgow City",66.9 +"S01010434","Scotstoun South and West - 03","Glasgow City",61.2 +"S01010435","Scotstoun South and West - 04","Glasgow City",27 +"S01010436","Scotstoun South and West - 05","Glasgow City",50 +"S01010437","Yoker South - 01","Glasgow City",39.1 +"S01010438","Yoker South - 02","Glasgow City",44.6 +"S01010439","Yoker South - 03","Glasgow City",33.7 +"S01010440","Yoker South - 04","Glasgow City",48.2 +"S01010441","Yoker South - 05","Glasgow City",17.4 +"S01010442","Yoker South - 06","Glasgow City",47.2 +"S01010443","Yoker North - 01","Glasgow City",16.7 +"S01010444","Yoker North - 02","Glasgow City",33.8 +"S01010445","Yoker North - 03","Glasgow City",28 +"S01010446","Yoker North - 04","Glasgow City",26.2 +"S01010447","Knightswood West - 01","Glasgow City",32.8 +"S01010448","Knightswood West - 02","Glasgow City",21.5 +"S01010449","Knightswood West - 03","Glasgow City",19.5 +"S01010450","Knightswood East - 01","Glasgow City",17 +"S01010451","Knightswood East - 02","Glasgow City",45.2 +"S01010452","Knightswood East - 03","Glasgow City",29.7 +"S01010453","Knightswood East - 04","Glasgow City",64.1 +"S01010454","Knightswood East - 05","Glasgow City",29.7 +"S01010455","Knightswood Park West - 01","Glasgow City",38.2 +"S01010456","Knightswood Park West - 02","Glasgow City",13.5 +"S01010457","Knightswood Park West - 03","Glasgow City",13.7 +"S01010458","Knightswood Park West - 04","Glasgow City",33.8 +"S01010459","Knightswood Park West - 05","Glasgow City",6.9 +"S01010460","Knightswood Park East - 01","Glasgow City",6.4 +"S01010461","Knightswood Park East - 02","Glasgow City",31.2 +"S01010462","Knightswood Park East - 03","Glasgow City",62 +"S01010463","Knightswood Park East - 04","Glasgow City",6.9 +"S01010464","Knightswood Park East - 05","Glasgow City",11.9 +"S01010465","Anniesland East - 01","Glasgow City",18.4 +"S01010466","Anniesland East - 02","Glasgow City",10.8 +"S01010467","Anniesland East - 03","Glasgow City",23.3 +"S01010468","Anniesland East - 04","Glasgow City",10.3 +"S01010469","Anniesland East - 05","Glasgow City",20 +"S01010470","Anniesland West - 01","Glasgow City",9.5 +"S01010471","Anniesland West - 02","Glasgow City",27.7 +"S01010472","Anniesland West - 03","Glasgow City",36.2 +"S01010473","Anniesland West - 04","Glasgow City",26.4 +"S01010474","Anniesland West - 05","Glasgow City",13.9 +"S01010475","Anniesland West - 06","Glasgow City",16.7 +"S01010476","Anniesland West - 07","Glasgow City",16.9 +"S01010477","Anniesland West - 08","Glasgow City",11.9 +"S01010478","Blairdardie East - 01","Glasgow City",24.8 +"S01010479","Blairdardie East - 02","Glasgow City",24.6 +"S01010480","Blairdardie East - 03","Glasgow City",18.3 +"S01010481","Blairdardie East - 04","Glasgow City",55.5 +"S01010482","Blairdardie East - 05","Glasgow City",16.2 +"S01010483","Blairdardie East - 06","Glasgow City",29 +"S01010484","Blairdardie East - 07","Glasgow City",41.3 +"S01010485","Blairdardie West - 01","Glasgow City",14.1 +"S01010486","Blairdardie West - 02","Glasgow City",8 +"S01010487","Blairdardie West - 03","Glasgow City",17.7 +"S01010488","Drumchapel South - 01","Glasgow City",44.5 +"S01010489","Drumchapel South - 02","Glasgow City",29.3 +"S01010490","Drumchapel South - 03","Glasgow City",44.1 +"S01010491","Drumchapel North - 01","Glasgow City",37.5 +"S01010492","Drumchapel North - 02","Glasgow City",60.3 +"S01010493","Drumchapel North - 03","Glasgow City",48.7 +"S01010494","Drumchapel North - 04","Glasgow City",50.4 +"S01010495","Drumchapel North - 05","Glasgow City",53.4 +"S01010496","Drumry East - 01","Glasgow City",37 +"S01010497","Drumry East - 02","Glasgow City",41.5 +"S01010498","Drumry East - 03","Glasgow City",40 +"S01010499","Drumry East - 04","Glasgow City",38.5 +"S01010500","Drumry West - 01","Glasgow City",32 +"S01010501","Drumry West - 02","Glasgow City",30.4 +"S01010502","Drumry West - 03","Glasgow City",25.2 +"S01010503","Drumry West - 04","Glasgow City",43.8 diff --git a/persistent_data/Manchester_Shape/Manchester_Shape.cpg b/persistent_data/spatial_data/Manchester_Shape/Manchester_Shape.cpg similarity index 100% rename from persistent_data/Manchester_Shape/Manchester_Shape.cpg rename to persistent_data/spatial_data/Manchester_Shape/Manchester_Shape.cpg diff --git a/persistent_data/Manchester_Shape/Manchester_Shape.dbf b/persistent_data/spatial_data/Manchester_Shape/Manchester_Shape.dbf similarity index 100% rename from persistent_data/Manchester_Shape/Manchester_Shape.dbf rename to persistent_data/spatial_data/Manchester_Shape/Manchester_Shape.dbf diff --git a/persistent_data/Manchester_Shape/Manchester_Shape.prj b/persistent_data/spatial_data/Manchester_Shape/Manchester_Shape.prj similarity index 100% rename from persistent_data/Manchester_Shape/Manchester_Shape.prj rename to persistent_data/spatial_data/Manchester_Shape/Manchester_Shape.prj diff --git a/persistent_data/Manchester_Shape/Manchester_Shape.qmd b/persistent_data/spatial_data/Manchester_Shape/Manchester_Shape.qmd similarity index 100% rename from persistent_data/Manchester_Shape/Manchester_Shape.qmd rename to persistent_data/spatial_data/Manchester_Shape/Manchester_Shape.qmd diff --git a/persistent_data/Manchester_Shape/Manchester_Shape.shp b/persistent_data/spatial_data/Manchester_Shape/Manchester_Shape.shp similarity index 100% rename from persistent_data/Manchester_Shape/Manchester_Shape.shp rename to persistent_data/spatial_data/Manchester_Shape/Manchester_Shape.shp diff --git a/persistent_data/Manchester_Shape/Manchester_Shape.shx b/persistent_data/spatial_data/Manchester_Shape/Manchester_Shape.shx similarity index 100% rename from persistent_data/Manchester_Shape/Manchester_Shape.shx rename to persistent_data/spatial_data/Manchester_Shape/Manchester_Shape.shx diff --git a/persistent_data/SG_DataZone_Bdry_2011.json b/persistent_data/spatial_data/SG_DataZone_Bdry_2011.json similarity index 100% rename from persistent_data/SG_DataZone_Bdry_2011.json rename to persistent_data/spatial_data/SG_DataZone_Bdry_2011.json diff --git a/persistent_data/area_lookup_GB.csv b/persistent_data/spatial_data/area_lookup_GB.csv similarity index 100% rename from persistent_data/area_lookup_GB.csv rename to persistent_data/spatial_data/area_lookup_GB.csv diff --git a/persistent_data/area_lookup_NI.csv b/persistent_data/spatial_data/area_lookup_NI.csv similarity index 100% rename from persistent_data/area_lookup_NI.csv rename to persistent_data/spatial_data/area_lookup_NI.csv diff --git a/persistent_data/spatial_data/edinburgh_data_zones.csv b/persistent_data/spatial_data/edinburgh_data_zones.csv new file mode 100644 index 00000000..e5161ef0 --- /dev/null +++ b/persistent_data/spatial_data/edinburgh_data_zones.csv @@ -0,0 +1 @@ +,OA11CD,OAC11CD,OAC11NM,LSOA11CD,LSOA11NM,SOAC11CD,SOAC11NM,MSOA11CD,MSOA11NM,LAD17CD,LAD17NM,LACCD,LACNM,RGN11CD,RGN11NM,CTRY11CD,CTRY11NM,FID diff --git a/persistent_data/spatial_data/generating_data_zones_subsets.py b/persistent_data/spatial_data/generating_data_zones_subsets.py new file mode 100644 index 00000000..2c9d562b --- /dev/null +++ b/persistent_data/spatial_data/generating_data_zones_subsets.py @@ -0,0 +1,34 @@ +import pandas as pd + + +def main(): + UK_DZ_lookup = pd.read_csv("persistent_data/spatial_data/area_lookup_GB.csv") + + + manchester_LADs = ['Tameside', + 'Bolton', + 'Bury', + 'Manchester', + 'Oldham', + 'Rochdale', + 'Salford', + 'Stockport', + 'Trafford', + 'Wigan'] + + scotland_data_zones = UK_DZ_lookup.loc[UK_DZ_lookup['CTRY11NM'] == "Scotland", ] + glasgow_data_zones = scotland_data_zones.loc[scotland_data_zones['LAD17NM'] == "Glasgow City", ] + edinburgh_data_zones = scotland_data_zones.loc[scotland_data_zones['LAD17NM'] == "Edinburgh", ] + manchester_lsoas = UK_DZ_lookup.loc[UK_DZ_lookup['LAD17NM'].isin(manchester_LADs), ] + sheffield_lsoas = UK_DZ_lookup.loc[UK_DZ_lookup['LAD17NM'] == "Sheffield", ] + + scotland_data_zones.to_csv("persistent_data/spatial_data/scotland_data_zones.csv") + glasgow_data_zones.to_csv("persistent_data/spatial_data/glasgow_data_zones.csv") + edinburgh_data_zones.to_csv("persistent_data/spatial_data/edinburgh_data_zones.csv") + manchester_lsoas = manchester_lsoas.to_csv("persistent_data/spatial_data/manchester_lsoas.csv") + sheffield_lsoas = sheffield_lsoas.to_csv("persistent_data/spatial_data/sheffield_lsoas.csv") + + +if __name__ == '__main__': + + main() diff --git a/persistent_data/spatial_data/glasgow_data_zones.csv b/persistent_data/spatial_data/glasgow_data_zones.csv index 20145652..f828a42f 100755 --- a/persistent_data/spatial_data/glasgow_data_zones.csv +++ b/persistent_data/spatial_data/glasgow_data_zones.csv @@ -1,747 +1,5487 @@ -lsoa11cd -S01010260 -S01010265 -S01010263 -S01010261 -S01010264 -S01010257 -S01010258 -S01010270 -S01010274 -S01010275 -S01010273 -S01010272 -S01010039 -S01010041 -S01010040 -S01010400 -S01010398 -S01010382 -S01010397 -S01010380 -S01010396 -S01010385 -S01010384 -S01010383 -S01010374 -S01010381 -S01010386 -S01010392 -S01010387 -S01010389 -S01010388 -S01010391 -S01010415 -S01010394 -S01010417 -S01010418 -S01010416 -S01010419 -S01010393 -S01010401 -S01010395 -S01010046 -S01010404 -S01010390 -S01010413 -S01010368 -S01010468 -S01010467 -S01010366 -S01010363 -S01010365 -S01010364 -S01010367 -S01010322 -S01010370 -S01010405 -S01010412 -S01010403 -S01010375 -S01010379 -S01010378 -S01010407 -S01010371 -S01010377 -S01010291 -S01010308 -S01010376 -S01010406 -S01010402 -S01010399 -S01010474 -S01010473 -S01010472 -S01010471 -S01010475 -S01010466 -S01010469 -S01010410 -S01010460 -S01010476 -S01010414 -S01010411 -S01010409 -S01010408 -S01010451 -S01010463 -S01010480 -S01010479 -S01010482 -S01010483 -S01010478 -S01010470 -S01010481 -S01010484 -S01010477 -S01010458 -S01010453 -S01010452 -S01010454 -S01010459 -S01010462 -S01010457 -S01010456 -S01010450 -S01010461 -S01010464 -S01010448 -S01010449 -S01010445 -S01010440 -S01010441 -S01010446 -S01010444 -S01010443 -S01010447 -S01010425 -S01010436 -S01010426 -S01010424 -S01010434 -S01010432 -S01010435 -S01010437 -S01010438 -S01010442 -S01010439 -S01010423 -S01010427 -S01010430 -S01010429 -S01010428 -S01010433 -S01010431 -S01010420 -S01010421 -S01010422 -S01010488 -S01010490 -S01010491 -S01010489 -S01010486 -S01010485 -S01010487 -S01010455 -S01010499 -S01010496 -S01010498 -S01010492 -S01010493 -S01010494 -S01010497 -S01010495 -S01010500 -S01010501 -S01010502 -S01010503 -S01010287 -S01009934 -S01010288 -S01010271 -S01010267 -S01010269 -S01010347 -S01010346 -S01010465 -S01010356 -S01010357 -S01010354 -S01010353 -S01010355 -S01010352 -S01010351 -S01010317 -S01010373 -S01010369 -S01010372 -S01010306 -S01010305 -S01010307 -S01010298 -S01010314 -S01010300 -S01010318 -S01010326 -S01010304 -S01010301 -S01010299 -S01010303 -S01010302 -S01010316 -S01010312 -S01010360 -S01010320 -S01010361 -S01010359 -S01010327 -S01010333 -S01010319 -S01010362 -S01010358 -S01010321 -S01010329 -S01010315 -S01010225 -S01010219 -S01010222 -S01010223 -S01010208 -S01010212 -S01010218 -S01010221 -S01010328 -S01010224 -S01010220 -S01010215 -S01010226 -S01010227 -S01010214 -S01010228 -S01010229 -S01010233 -S01010232 -S01010231 -S01010230 -S01010210 -S01010209 -S01010217 -S01010197 -S01010216 -S01010185 -S01010202 -S01010196 -S01010184 -S01010199 -S01010200 -S01010183 -S01010194 -S01010201 -S01010195 -S01010189 -S01010192 -S01010198 -S01010213 -S01010205 -S01010211 -S01010203 -S01010204 -S01010207 -S01010206 -S01010311 -S01010323 -S01010310 -S01010309 -S01010313 -S01010331 -S01010325 -S01010324 -S01010334 -S01010345 -S01010337 -S01010335 -S01010332 -S01010330 -S01010339 -S01010338 -S01010336 -S01010344 -S01010340 -S01010343 -S01010341 -S01010350 -S01010348 -S01010349 -S01010342 -S01010290 -S01010289 -S01010293 -S01010296 -S01010295 -S01010268 -S01010297 -S01010266 -S01010281 -S01010280 -S01010278 -S01010279 -S01010285 -S01010282 -S01010283 -S01010277 -S01010276 -S01010286 -S01010284 -S01010254 -S01010255 -S01010250 -S01010256 -S01010244 -S01010245 -S01010055 -S01010262 -S01010249 -S01010252 -S01010253 -S01010251 -S01010235 -S01010236 -S01010237 -S01010248 -S01010234 -S01010238 -S01010242 -S01010071 -S01010241 -S01010240 -S01010239 -S01010243 -S01010246 -S01010051 -S01010054 -S01010060 -S01010052 -S01010068 -S01010058 -S01010050 -S01010067 -S01010066 -S01010049 -S01010059 -S01010057 -S01010148 -S01010056 -S01010164 -S01010136 -S01010131 -S01010159 -S01010135 -S01010134 -S01010140 -S01010126 -S01010097 -S01010132 -S01010079 -S01010081 -S01010142 -S01010149 -S01010155 -S01010150 -S01010151 -S01010247 -S01010154 -S01010158 -S01010133 -S01010141 -S01010144 -S01010143 -S01010062 -S01010145 -S01010063 -S01010146 -S01010147 -S01010139 -S01010072 -S01010061 -S01010076 -S01010077 -S01010075 -S01010069 -S01010070 -S01010074 -S01010082 -S01010064 -S01010065 -S01010091 -S01009861 -S01010137 -S01010073 -S01010138 -S01010080 -S01010188 -S01010178 -S01010193 -S01010182 -S01010179 -S01010181 -S01010186 -S01010180 -S01010191 -S01010190 -S01010153 -S01010172 -S01010176 -S01010173 -S01010174 -S01010152 -S01010175 -S01010156 -S01010163 -S01010117 -S01010161 -S01010157 -S01010160 -S01010165 -S01010162 -S01010129 -S01010168 -S01010177 -S01010169 -S01010130 -S01010125 -S01010123 -S01010120 -S01010118 -S01010121 -S01010127 -S01010128 -S01010124 -S01010171 -S01010116 -S01010166 -S01010115 -S01010170 -S01010167 -S01010187 -S01010107 -S01010109 -S01010108 -S01010106 -S01010105 -S01010111 -S01010110 -S01010119 -S01010114 -S01010122 -S01010112 -S01010113 -S01010259 -S01010038 -S01010294 -S01010292 -S01010042 -S01010044 -S01010043 -S01010045 -S01010037 -S01010053 -S01010047 -S01010048 -S01009871 -S01009867 -S01009882 -S01009868 -S01009881 -S01010033 -S01009908 -S01010031 -S01009911 -S01009875 -S01009876 -S01009878 -S01010034 -S01009883 -S01009909 -S01009920 -S01009921 -S01009884 -S01009885 -S01009886 -S01009907 -S01009904 -S01009924 -S01009925 -S01009928 -S01009923 -S01009929 -S01009927 -S01009931 -S01009919 -S01009932 -S01009926 -S01009922 -S01009936 -S01009918 -S01009917 -S01009916 -S01009913 -S01009914 -S01009915 -S01009879 -S01009912 -S01009880 -S01009873 -S01009874 -S01009852 -S01009877 -S01010020 -S01010021 -S01010018 -S01010016 -S01010017 -S01010019 -S01009902 -S01009898 -S01009897 -S01009896 -S01009892 -S01009895 -S01009890 -S01009887 -S01009891 -S01009893 -S01009889 -S01009894 -S01009903 -S01009910 -S01009905 -S01009906 -S01009888 -S01010014 -S01010013 -S01009901 -S01010015 -S01010011 -S01010006 -S01009900 -S01009899 -S01009930 -S01009958 -S01009938 -S01009775 -S01009937 -S01009954 -S01009947 -S01009945 -S01009946 -S01009935 -S01009933 -S01009944 -S01009953 -S01009948 -S01010005 -S01009949 -S01009952 -S01009957 -S01009951 -S01010009 -S01009955 -S01009956 -S01009961 -S01009959 -S01009950 -S01009964 -S01009960 -S01009962 -S01009963 -S01009972 -S01009967 -S01010012 -S01010008 -S01010004 -S01010003 -S01009999 -S01010001 -S01010000 -S01010002 -S01010007 -S01010010 -S01009968 -S01009966 -S01009965 -S01009996 -S01009989 -S01009993 -S01009990 -S01009994 -S01009991 -S01009997 -S01009995 -S01009998 -S01009980 -S01009981 -S01009982 -S01009984 -S01009983 -S01009985 -S01009978 -S01009979 -S01009975 -S01009971 -S01009973 -S01009986 -S01009987 -S01009977 -S01009988 -S01009992 -S01009976 -S01009974 -S01009970 -S01009942 -S01009760 -S01009763 -S01009761 -S01009762 -S01009758 -S01009767 -S01009759 -S01009943 -S01009940 -S01009941 -S01009939 -S01010023 -S01010022 -S01010027 -S01010029 -S01010026 -S01010024 -S01010028 -S01010025 -S01010030 -S01010032 -S01010036 -S01010035 -S01009862 -S01009863 -S01009870 -S01009864 -S01009869 -S01009866 -S01009833 -S01009872 -S01009865 -S01009859 -S01009860 -S01009847 -S01009843 -S01009845 -S01009844 -S01009846 -S01009841 -S01009842 -S01009840 -S01009839 -S01009838 -S01009835 -S01009848 -S01009834 -S01009836 -S01009837 -S01009850 -S01009849 -S01009851 -S01009857 -S01009856 -S01009858 -S01009806 -S01009855 -S01009853 -S01009854 -S01009799 -S01009814 -S01009832 -S01009831 -S01009812 -S01009811 -S01009810 -S01009830 -S01009829 -S01009821 -S01009813 -S01009818 -S01009828 -S01009826 -S01009808 -S01009807 -S01009809 -S01009819 -S01009815 -S01009816 -S01009820 -S01009817 -S01009827 -S01009825 -S01009822 -S01009824 -S01009823 -S01009786 -S01009791 -S01009805 -S01009803 -S01009789 -S01009788 -S01009790 -S01009801 -S01009800 -S01009802 -S01009787 -S01009784 -S01009785 -S01009781 -S01009780 -S01009777 -S01009778 -S01009783 -S01009782 -S01009797 -S01009766 -S01009776 -S01009779 -S01009768 -S01009793 -S01009772 -S01009764 -S01009795 -S01009796 -S01009792 -S01009798 -S01009794 -S01009765 -S01009769 -S01009770 -S01009804 -S01009771 -S01009773 -S01009774 -S01010094 -S01010089 -S01010101 -S01010100 -S01010104 -S01010095 -S01010103 -S01010093 -S01010098 -S01010099 -S01010096 -S01010102 -S01010086 -S01010092 -S01010084 -S01010083 -S01010090 -S01010085 -S01010078 -S01010088 -S01010087 -S01009969 +,OA11CD,OAC11CD,OAC11NM,LSOA11CD,LSOA11NM,SOAC11CD,SOAC11NM,MSOA11CD,MSOA11NM,LAD17CD,LAD17NM,LACCD,LACNM,RGN11CD,RGN11NM,CTRY11CD,CTRY11NM,FID +212003,S00116111,4c1,Achieving Minorities,S01009773,Darnley West - 06,3b,Asian traits,S02001844,Darnley West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212004 +212004,S00112725,7c1,Challenged Transitionaries,S01010472,Anniesland West - 03,1a,Cosmopolitan student neighbourhoods,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212005 +212023,S00114028,6a4,Ageing in Suburbia,S01010079,Mount Vernon North and Sandyhills - 02,8b,Ageing suburbanites,S02001899,Mount Vernon North and Sandyhills,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212024 +212063,S00112749,7c1,Challenged Transitionaries,S01010477,Anniesland West - 08,4d,Hard-pressed flat dwellers,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212064 +212069,S00116115,4c1,Achieving Minorities,S01009773,Darnley West - 06,3b,Asian traits,S02001844,Darnley West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212070 +212070,S00114032,6a4,Ageing in Suburbia,S01010080,Mount Vernon North and Sandyhills - 03,8b,Ageing suburbanites,S02001899,Mount Vernon North and Sandyhills,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212071 +212072,S00112752,7c1,Challenged Transitionaries,S01010476,Anniesland West - 07,4d,Hard-pressed flat dwellers,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212073 +212074,S00114557,6a4,Ageing in Suburbia,S01009915,Maxwell Park - 04,3c,Highly qualified professionals,S02001869,Maxwell Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212075 +212077,S00112754,7c1,Challenged Transitionaries,S01010476,Anniesland West - 07,4d,Hard-pressed flat dwellers,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212078 +212079,S00114571,6a4,Ageing in Suburbia,S01009879,Pollokshields West - 05,3b,Asian traits,S02001863,Pollokshields West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212080 +212096,S00116117,4c1,Achieving Minorities,S01009773,Darnley West - 06,3b,Asian traits,S02001844,Darnley West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212097 +212130,S00112760,7c1,Challenged Transitionaries,S01010470,Anniesland West - 01,4d,Hard-pressed flat dwellers,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212131 +212132,S00114572,6a4,Ageing in Suburbia,S01009912,Maxwell Park - 01,3c,Highly qualified professionals,S02001869,Maxwell Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212133 +212134,S00112764,7c1,Challenged Transitionaries,S01010484,Blairdardie East - 07,4d,Hard-pressed flat dwellers,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212135 +212136,S00116772,4c1,Achieving Minorities,S01010468,Anniesland East - 04,3b,Asian traits,S02001970,Anniesland East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212137 +212162,S00113273,4c1,Achieving Minorities,S01010315,Ruchill - 01,4d,Hard-pressed flat dwellers,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212163 +212163,S00114092,4c1,Achieving Minorities,S01010180,Blackhill and Barmulloch East - 02,7a,Urban cultural mix,S02001917,Blackhill and Barmulloch East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212164 +212164,S00114551,4c1,Achieving Minorities,S01009913,Maxwell Park - 02,3b,Asian traits,S02001869,Maxwell Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212165 +212165,S00114558,4c1,Achieving Minorities,S01009916,Maxwell Park - 05,3b,Asian traits,S02001869,Maxwell Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212166 +212166,S00114559,4c1,Achieving Minorities,S01009916,Maxwell Park - 05,3b,Asian traits,S02001869,Maxwell Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212167 +212167,S00114576,4c1,Achieving Minorities,S01009879,Pollokshields West - 05,3b,Asian traits,S02001863,Pollokshields West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212168 +212168,S00114594,4c1,Achieving Minorities,S01009880,Pollokshields West - 06,3b,Asian traits,S02001863,Pollokshields West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212169 +212169,S00114599,4c1,Achieving Minorities,S01009880,Pollokshields West - 06,3b,Asian traits,S02001863,Pollokshields West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212170 +212170,S00114600,4c1,Achieving Minorities,S01009880,Pollokshields West - 06,3b,Asian traits,S02001863,Pollokshields West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212171 +212171,S00114623,4c1,Achieving Minorities,S01009877,Pollokshields West - 03,3c,Highly qualified professionals,S02001863,Pollokshields West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212172 +212172,S00114670,4c1,Achieving Minorities,S01009902,Battlefield - 04,4d,Hard-pressed flat dwellers,S02001867,Battlefield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212173 +212173,S00114956,4c1,Achieving Minorities,S01009950,Newlands - 03,8a,Affluent communities,S02001876,Newlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212174 +212174,S00115773,4c1,Achieving Minorities,S01009764,Darnley North - 01,4d,Hard-pressed flat dwellers,S02001843,Darnley North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212175 +212175,S00117040,4c1,Achieving Minorities,S01010192,Robroyston and Millerston - 07,3b,Asian traits,S02001918,Robroyston and Millerston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212176 +212176,S00112766,7c1,Challenged Transitionaries,S01010484,Blairdardie East - 07,4d,Hard-pressed flat dwellers,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212177 +212177,S00114577,6a4,Ageing in Suburbia,S01009914,Maxwell Park - 03,3b,Asian traits,S02001869,Maxwell Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212178 +212178,S00117414,4c1,Achieving Minorities,S01009941,Carnwadric West - 03,3b,Asian traits,S02001874,Carnwadric West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212179 +212184,S00112770,7c1,Challenged Transitionaries,S01010484,Blairdardie East - 07,4d,Hard-pressed flat dwellers,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212185 +212185,S00114919,6a4,Ageing in Suburbia,S01009957,Merrylee and Millbrae - 03,8a,Affluent communities,S02001877,Merrylee and Millbrae,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212186 +212188,S00117415,4c1,Achieving Minorities,S01009941,Carnwadric West - 03,3b,Asian traits,S02001874,Carnwadric West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212189 +212189,S00112771,7c1,Challenged Transitionaries,S01010484,Blairdardie East - 07,4d,Hard-pressed flat dwellers,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212190 +212190,S00114950,6a4,Ageing in Suburbia,S01009959,Muirend and Old Cathcart - 01,8a,Affluent communities,S02001878,Muirend and Old Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212191 +212194,S00117416,4c1,Achieving Minorities,S01009941,Carnwadric West - 03,3b,Asian traits,S02001874,Carnwadric West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212195 +212195,S00112772,7c1,Challenged Transitionaries,S01010482,Blairdardie East - 05,4a,Challenged white communities,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212196 +212196,S00114963,6a4,Ageing in Suburbia,S01009960,Muirend and Old Cathcart - 02,3c,Highly qualified professionals,S02001878,Muirend and Old Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212197 +212197,S00112773,7c1,Challenged Transitionaries,S01010482,Blairdardie East - 05,4a,Challenged white communities,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212198 +212199,S00115077,6a4,Ageing in Suburbia,S01009998,Kingspark South - 06,8a,Affluent communities,S02001884,Kingspark South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212200 +212200,S00117417,4c1,Achieving Minorities,S01009941,Carnwadric West - 03,3b,Asian traits,S02001874,Carnwadric West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212201 +212202,S00112774,7c1,Challenged Transitionaries,S01010482,Blairdardie East - 05,4a,Challenged white communities,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212203 +212204,S00115117,6a4,Ageing in Suburbia,S01009998,Kingspark South - 06,8a,Affluent communities,S02001884,Kingspark South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212205 +212205,S00117500,4c1,Achieving Minorities,S01009765,Darnley North - 02,4d,Hard-pressed flat dwellers,S02001843,Darnley North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212206 +212207,S00112775,7c1,Challenged Transitionaries,S01010483,Blairdardie East - 06,4d,Hard-pressed flat dwellers,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212208 +212208,S00112776,7c1,Challenged Transitionaries,S01010483,Blairdardie East - 06,4d,Hard-pressed flat dwellers,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212209 +212209,S00112777,7c1,Challenged Transitionaries,S01010483,Blairdardie East - 06,4d,Hard-pressed flat dwellers,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212210 +212210,S00112788,7c1,Challenged Transitionaries,S01010479,Blairdardie East - 02,4d,Hard-pressed flat dwellers,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212211 +212211,S00112789,7c1,Challenged Transitionaries,S01010479,Blairdardie East - 02,4d,Hard-pressed flat dwellers,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212212 +212212,S00112793,7c1,Challenged Transitionaries,S01010479,Blairdardie East - 02,4d,Hard-pressed flat dwellers,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212213 +212213,S00112795,7c1,Challenged Transitionaries,S01010470,Anniesland West - 01,4d,Hard-pressed flat dwellers,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212214 +212214,S00112797,7c1,Challenged Transitionaries,S01010470,Anniesland West - 01,4d,Hard-pressed flat dwellers,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212215 +212215,S00112798,7c1,Challenged Transitionaries,S01010470,Anniesland West - 01,4d,Hard-pressed flat dwellers,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212216 +212216,S00112800,7c1,Challenged Transitionaries,S01010471,Anniesland West - 02,4d,Hard-pressed flat dwellers,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212217 +212217,S00112802,7c1,Challenged Transitionaries,S01010471,Anniesland West - 02,4d,Hard-pressed flat dwellers,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212218 +212218,S00112805,7c1,Challenged Transitionaries,S01010482,Blairdardie East - 05,4a,Challenged white communities,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212219 +212219,S00112807,7c1,Challenged Transitionaries,S01010483,Blairdardie East - 06,4d,Hard-pressed flat dwellers,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212220 +212220,S00112808,7c1,Challenged Transitionaries,S01010483,Blairdardie East - 06,4d,Hard-pressed flat dwellers,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212221 +212221,S00112809,7c1,Challenged Transitionaries,S01010479,Blairdardie East - 02,4d,Hard-pressed flat dwellers,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212222 +212222,S00112810,7c1,Challenged Transitionaries,S01010483,Blairdardie East - 06,4d,Hard-pressed flat dwellers,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212223 +212223,S00112814,7c1,Challenged Transitionaries,S01010479,Blairdardie East - 02,4d,Hard-pressed flat dwellers,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212224 +212224,S00112817,7c1,Challenged Transitionaries,S01010452,Knightswood East - 03,4d,Hard-pressed flat dwellers,S02001967,Knightswood East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212225 +212225,S00112819,7c1,Challenged Transitionaries,S01010454,Knightswood East - 05,4d,Hard-pressed flat dwellers,S02001967,Knightswood East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212226 +212226,S00112820,7c1,Challenged Transitionaries,S01010454,Knightswood East - 05,4d,Hard-pressed flat dwellers,S02001967,Knightswood East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212227 +212227,S00112822,7c1,Challenged Transitionaries,S01010454,Knightswood East - 05,4d,Hard-pressed flat dwellers,S02001967,Knightswood East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212228 +212228,S00112823,7c1,Challenged Transitionaries,S01010454,Knightswood East - 05,4d,Hard-pressed flat dwellers,S02001967,Knightswood East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212229 +212229,S00112824,7c1,Challenged Transitionaries,S01010450,Knightswood East - 01,4d,Hard-pressed flat dwellers,S02001967,Knightswood East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212230 +212230,S00112825,7c1,Challenged Transitionaries,S01010450,Knightswood East - 01,4d,Hard-pressed flat dwellers,S02001967,Knightswood East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212231 +212231,S00112826,7c1,Challenged Transitionaries,S01010450,Knightswood East - 01,4d,Hard-pressed flat dwellers,S02001967,Knightswood East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212232 +212232,S00112828,7c1,Challenged Transitionaries,S01010450,Knightswood East - 01,4d,Hard-pressed flat dwellers,S02001967,Knightswood East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212233 +212233,S00112832,7c1,Challenged Transitionaries,S01010456,Knightswood Park West - 02,4d,Hard-pressed flat dwellers,S02001968,Knightswood Park West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212234 +212234,S00112833,7c1,Challenged Transitionaries,S01010457,Knightswood Park West - 03,4d,Hard-pressed flat dwellers,S02001968,Knightswood Park West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212235 +212235,S00112834,7c1,Challenged Transitionaries,S01010456,Knightswood Park West - 02,4d,Hard-pressed flat dwellers,S02001968,Knightswood Park West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212236 +212236,S00112835,7c1,Challenged Transitionaries,S01010456,Knightswood Park West - 02,4d,Hard-pressed flat dwellers,S02001968,Knightswood Park West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212237 +212237,S00112837,7c1,Challenged Transitionaries,S01010480,Blairdardie East - 03,4a,Challenged white communities,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212238 +212238,S00112839,7c1,Challenged Transitionaries,S01010461,Knightswood Park East - 02,4d,Hard-pressed flat dwellers,S02001969,Knightswood Park East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212239 +212239,S00112842,7c1,Challenged Transitionaries,S01010461,Knightswood Park East - 02,4d,Hard-pressed flat dwellers,S02001969,Knightswood Park East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212240 +212240,S00112849,7c1,Challenged Transitionaries,S01010461,Knightswood Park East - 02,4d,Hard-pressed flat dwellers,S02001969,Knightswood Park East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212241 +212241,S00112850,7c1,Challenged Transitionaries,S01010477,Anniesland West - 08,4d,Hard-pressed flat dwellers,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212242 +212242,S00112853,7c1,Challenged Transitionaries,S01010460,Knightswood Park East - 01,3b,Asian traits,S02001969,Knightswood Park East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212243 +212243,S00112855,7c1,Challenged Transitionaries,S01010463,Knightswood Park East - 04,4d,Hard-pressed flat dwellers,S02001969,Knightswood Park East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212244 +212244,S00112856,7c1,Challenged Transitionaries,S01010464,Knightswood Park East - 05,4d,Hard-pressed flat dwellers,S02001969,Knightswood Park East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212245 +212247,S00115498,6a4,Ageing in Suburbia,S01009821,Cardonald West and Central - 07,5c,Comfortable neighbourhoods,S02001852,Cardonald West and Central,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212248 +212249,S00115536,6a4,Ageing in Suburbia,S01009814,Cardonald North - 05,4a,Challenged white communities,S02001851,Cardonald North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212250 +212252,S00117502,4c1,Achieving Minorities,S01009765,Darnley North - 02,4d,Hard-pressed flat dwellers,S02001843,Darnley North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212253 +212253,S00115572,6a4,Ageing in Suburbia,S01009818,Cardonald West and Central - 04,8b,Ageing suburbanites,S02001852,Cardonald West and Central,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212254 +212255,S00117611,4c1,Achieving Minorities,S01009867,Kinning Park and Festival Park - 02,1a,Cosmopolitan student neighbourhoods,S02001861,Kinning Park and Festival Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212256 +212257,S00115573,6a4,Ageing in Suburbia,S01009818,Cardonald West and Central - 04,8b,Ageing suburbanites,S02001852,Cardonald West and Central,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212258 +212259,S00117615,4c1,Achieving Minorities,S01009770,Darnley West - 03,3b,Asian traits,S02001844,Darnley West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212260 +212260,S00112512,7d1,Ageing Communities and Families,S01010417,Broomhill - 03,3c,Highly qualified professionals,S02001959,Broomhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212261 +212261,S00112716,7d1,Ageing Communities and Families,S01010408,Kelvinside and Jordanhill - 01,4d,Hard-pressed flat dwellers,S02001958,Kelvinside and Jordanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212262 +212262,S00112794,7d1,Ageing Communities and Families,S01010480,Blairdardie East - 03,4a,Challenged white communities,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212263 +212263,S00112851,7d1,Ageing Communities and Families,S01010461,Knightswood Park East - 02,4d,Hard-pressed flat dwellers,S02001969,Knightswood Park East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212264 +212264,S00112874,7d1,Ageing Communities and Families,S01010452,Knightswood East - 03,4d,Hard-pressed flat dwellers,S02001967,Knightswood East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212265 +212265,S00112903,7d1,Ageing Communities and Families,S01010448,Knightswood West - 02,5c,Comfortable neighbourhoods,S02001966,Knightswood West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212266 +212266,S00112962,7d1,Ageing Communities and Families,S01010422,Victoria Park - 03,3d,Households in terraces and flats,S02001960,Victoria Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212267 +212267,S00113218,7d1,Ageing Communities and Families,S01010317,Ruchill - 03,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212268 +212268,S00113323,7d1,Ageing Communities and Families,S01010352,Maryhill East - 03,4d,Hard-pressed flat dwellers,S02001947,Maryhill East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212269 +212269,S00114001,7d1,Ageing Communities and Families,S01010073,Shettleston South - 05,5c,Comfortable neighbourhoods,S02001897,Shettleston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212270 +212270,S00114047,7d1,Ageing Communities and Families,S01010134,Greenfield - 04,4d,Hard-pressed flat dwellers,S02001909,Greenfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212271 +212271,S00114048,7d1,Ageing Communities and Families,S01010134,Greenfield - 04,4d,Hard-pressed flat dwellers,S02001909,Greenfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212272 +212272,S00114119,7d1,Ageing Communities and Families,S01010152,Carntyne - 01,4d,Hard-pressed flat dwellers,S02001913,Carntyne,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212273 +212273,S00114371,7d1,Ageing Communities and Families,S01010038,Calton and Gallowgate - 02,4d,Hard-pressed flat dwellers,S02001891,Calton and Gallowgate,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212274 +212274,S00114374,7d1,Ageing Communities and Families,S01010038,Calton and Gallowgate - 02,4d,Hard-pressed flat dwellers,S02001891,Calton and Gallowgate,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212275 +212275,S00115054,7d1,Ageing Communities and Families,S01010001,Kingspark North - 03,4d,Hard-pressed flat dwellers,S02001885,Kingspark North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212276 +212276,S00115057,7d1,Ageing Communities and Families,S01010016,Toryglen and Oatlands - 01,4d,Hard-pressed flat dwellers,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212277 +212277,S00115282,7d1,Ageing Communities and Families,S01009867,Kinning Park and Festival Park - 02,1a,Cosmopolitan student neighbourhoods,S02001861,Kinning Park and Festival Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212278 +212278,S00115427,7d1,Ageing Communities and Families,S01009853,Mosspark - 02,4d,Hard-pressed flat dwellers,S02001858,Mosspark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212279 +212279,S00115562,7d1,Ageing Communities and Families,S01009851,Craigton - 04,4d,Hard-pressed flat dwellers,S02001857,Craigton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212280 +212280,S00115901,7d1,Ageing Communities and Families,S01010089,Baillieston East - 02,4d,Hard-pressed flat dwellers,S02001901,Baillieston East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212281 +212281,S00115920,7d1,Ageing Communities and Families,S01009972,Carmunnock South - 04,5a,Ageing urban communities,S02001880,Carmunnock South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212282 +212282,S00115922,7d1,Ageing Communities and Families,S01009972,Carmunnock South - 04,5a,Ageing urban communities,S02001880,Carmunnock South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212283 +212283,S00116086,7d1,Ageing Communities and Families,S01010178,Riddrie and Hogganfield - 07,4d,Hard-pressed flat dwellers,S02001916,Riddrie and Hogganfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212284 +212284,S00116125,7d1,Ageing Communities and Families,S01010171,Craigend and Ruchazie - 07,4d,Hard-pressed flat dwellers,S02001915,Craigend and Ruchazie,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212285 +212285,S00116358,7d1,Ageing Communities and Families,S01010413,Kelvinside and Jordanhill - 06,3c,Highly qualified professionals,S02001958,Kelvinside and Jordanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212286 +212286,S00116480,7d1,Ageing Communities and Families,S01010348,Summerston North - 03,4d,Hard-pressed flat dwellers,S02001946,Summerston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212287 +212287,S00116721,7d1,Ageing Communities and Families,S01010400,Partickhill and Hyndland - 04,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212288 +212288,S00116869,7d1,Ageing Communities and Families,S01010420,Victoria Park - 01,3c,Highly qualified professionals,S02001960,Victoria Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212289 +212289,S00116994,7d1,Ageing Communities and Families,S01010218,Springburn East and Cowlairs - 05,4d,Hard-pressed flat dwellers,S02001923,Springburn East and Cowlairs,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212290 +212290,S00117528,7d1,Ageing Communities and Families,S01010089,Baillieston East - 02,4d,Hard-pressed flat dwellers,S02001901,Baillieston East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212291 +212291,S00112151,6a4,Ageing in Suburbia,S01010345,Summerston Central and West - 06,8c,Comfortable suburbia,S02001945,Summerston Central and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212292 +212292,S00112666,6a4,Ageing in Suburbia,S01010367,Kelvindale - 05,1a,Cosmopolitan student neighbourhoods,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212293 +212293,S00113036,6a4,Ageing in Suburbia,S01010486,Blairdardie West - 02,8c,Comfortable suburbia,S02001973,Blairdardie West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212294 +212294,S00113053,6a4,Ageing in Suburbia,S01010486,Blairdardie West - 02,8c,Comfortable suburbia,S02001973,Blairdardie West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212295 +212295,S00114025,6a4,Ageing in Suburbia,S01010080,Mount Vernon North and Sandyhills - 03,8b,Ageing suburbanites,S02001899,Mount Vernon North and Sandyhills,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212296 +212296,S00114027,6a4,Ageing in Suburbia,S01010080,Mount Vernon North and Sandyhills - 03,8b,Ageing suburbanites,S02001899,Mount Vernon North and Sandyhills,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212297 +212297,S00115788,6a4,Ageing in Suburbia,S01009793,Pollok South and West - 02,5c,Comfortable neighbourhoods,S02001848,Pollok South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212298 +212298,S00115848,6a4,Ageing in Suburbia,S01010100,Garrowhill East and Swinton - 01,8b,Ageing suburbanites,S02001903,Garrowhill East and Swinton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212299 +212300,S00115916,6a4,Ageing in Suburbia,S01009969,Carmunnock South - 01,5c,Comfortable neighbourhoods,S02001880,Carmunnock South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212301 +212302,S00116313,6a4,Ageing in Suburbia,S01009793,Pollok South and West - 02,5c,Comfortable neighbourhoods,S02001848,Pollok South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212303 +212304,S00116315,6a4,Ageing in Suburbia,S01009795,Pollok South and West - 04,8c,Comfortable suburbia,S02001848,Pollok South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212305 +212306,S00116770,6a4,Ageing in Suburbia,S01010468,Anniesland East - 04,3b,Asian traits,S02001970,Anniesland East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212307 +212308,S00117181,6a4,Ageing in Suburbia,S01010079,Mount Vernon North and Sandyhills - 02,8b,Ageing suburbanites,S02001899,Mount Vernon North and Sandyhills,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212309 +212309,S00117182,6a4,Ageing in Suburbia,S01010079,Mount Vernon North and Sandyhills - 02,8b,Ageing suburbanites,S02001899,Mount Vernon North and Sandyhills,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212310 +212310,S00117184,6a4,Ageing in Suburbia,S01010081,Mount Vernon North and Sandyhills - 04,8b,Ageing suburbanites,S02001899,Mount Vernon North and Sandyhills,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212311 +212311,S00117406,6a4,Ageing in Suburbia,S01009763,Darnley East - 06,8c,Comfortable suburbia,S02001842,Darnley East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212312 +212312,S00117407,6a4,Ageing in Suburbia,S01009758,Darnley East - 01,3c,Highly qualified professionals,S02001842,Darnley East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212313 +212313,S00117579,6a4,Ageing in Suburbia,S01010191,Robroyston and Millerston - 06,8c,Comfortable suburbia,S02001918,Robroyston and Millerston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212314 +212314,S00113039,8c1,Ageing Industrious Workers,S01010485,Blairdardie West - 01,5c,Comfortable neighbourhoods,S02001973,Blairdardie West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212315 +212315,S00113966,8c1,Ageing Industrious Workers,S01010074,Carmyle and Mount Vernon South - 01,5a,Ageing urban communities,S02001898,Carmyle and Mount Vernon South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212316 +212316,S00114018,8c1,Ageing Industrious Workers,S01010131,Greenfield - 01,8b,Ageing suburbanites,S02001909,Greenfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212317 +212317,S00114034,8c1,Ageing Industrious Workers,S01010074,Carmyle and Mount Vernon South - 01,5a,Ageing urban communities,S02001898,Carmyle and Mount Vernon South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212318 +212318,S00114143,8c1,Ageing Industrious Workers,S01010174,Riddrie and Hogganfield - 03,4d,Hard-pressed flat dwellers,S02001916,Riddrie and Hogganfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212319 +212319,S00115560,8c1,Ageing Industrious Workers,S01009810,Cardonald North - 01,4d,Hard-pressed flat dwellers,S02001851,Cardonald North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212320 +212320,S00116268,8c1,Ageing Industrious Workers,S01009836,Drumoyne and Shieldhall - 04,4a,Challenged white communities,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212321 +212321,S00116844,8c1,Ageing Industrious Workers,S01010446,Yoker North - 04,5d,Endeavouring social renters,S02001965,Yoker North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212322 +212322,S00116906,8c1,Ageing Industrious Workers,S01010486,Blairdardie West - 02,8c,Comfortable suburbia,S02001973,Blairdardie West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212323 +212323,S00117212,8c1,Ageing Industrious Workers,S01010126,Barlanark - 04,4a,Challenged white communities,S02001908,Barlanark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212324 +212324,S00115890,8c2,Ageing Rural Industry Workers,S01010092,Baillieston East - 05,4d,Hard-pressed flat dwellers,S02001901,Baillieston East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212325 +212326,S00115921,8c2,Ageing Rural Industry Workers,S01009969,Carmunnock South - 01,5c,Comfortable neighbourhoods,S02001880,Carmunnock South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212327 +212327,S00113281,4b1,Asian Terraces and Flats,S01010327,Possil Park - 05,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212328 +212328,S00113344,3b2,Bangladeshi Mixed Employment,S01010219,Cowlairs and Port Dundas - 01,6a,Inner city cosmopolitan,S02001924,Cowlairs and Port Dundas,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212329 +212329,S00115975,3b2,Bangladeshi Mixed Employment,S01010303,Firhill - 03,7b,Young ethnic communities,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212330 +212330,S00112159,7c1,Challenged Transitionaries,S01010117,"Garthamlock, Auchinlea and Gartloch - 05",3a,Achieving neighbourhoods,S02001906,"Garthamlock, Auchinlea and Gartloch",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212331 +212331,S00112337,7c1,Challenged Transitionaries,S01010034,Laurieston and Tradeston - 04,1a,Cosmopolitan student neighbourhoods,S02001890,Laurieston and Tradeston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212332 +212332,S00112440,7c1,Challenged Transitionaries,S01010388,Glasgow Harbour and Partick South - 01,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212333 +212333,S00112446,7c1,Challenged Transitionaries,S01010386,Hillhead - 06,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212334 +212334,S00112700,7c1,Challenged Transitionaries,S01010463,Knightswood Park East - 04,4d,Hard-pressed flat dwellers,S02001969,Knightswood Park East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212335 +212335,S00112717,7c1,Challenged Transitionaries,S01010408,Kelvinside and Jordanhill - 01,4d,Hard-pressed flat dwellers,S02001958,Kelvinside and Jordanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212336 +212336,S00112718,7c1,Challenged Transitionaries,S01010408,Kelvinside and Jordanhill - 01,4d,Hard-pressed flat dwellers,S02001958,Kelvinside and Jordanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212337 +212337,S00112720,7c1,Challenged Transitionaries,S01010408,Kelvinside and Jordanhill - 01,4d,Hard-pressed flat dwellers,S02001958,Kelvinside and Jordanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212338 +212400,S00113878,7c1,Challenged Transitionaries,S01010062,Braidfauld - 02,4d,Hard-pressed flat dwellers,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212401 +212401,S00113879,7c1,Challenged Transitionaries,S01010072,Shettleston South - 04,4a,Challenged white communities,S02001897,Shettleston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212402 +212402,S00113882,7c1,Challenged Transitionaries,S01010143,Tollcross - 02,4d,Hard-pressed flat dwellers,S02001911,Tollcross,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212403 +212403,S00113885,7c1,Challenged Transitionaries,S01010143,Tollcross - 02,4d,Hard-pressed flat dwellers,S02001911,Tollcross,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212404 +212404,S00113887,7c1,Challenged Transitionaries,S01010143,Tollcross - 02,4d,Hard-pressed flat dwellers,S02001911,Tollcross,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212405 +212405,S00115387,7c1,Challenged Transitionaries,S01009837,Drumoyne and Shieldhall - 05,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212406 +212406,S00113889,7c1,Challenged Transitionaries,S01010143,Tollcross - 02,4d,Hard-pressed flat dwellers,S02001911,Tollcross,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212407 +212407,S00113890,7c1,Challenged Transitionaries,S01010143,Tollcross - 02,4d,Hard-pressed flat dwellers,S02001911,Tollcross,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212408 +212408,S00115718,7c1,Challenged Transitionaries,S01009778,Nitshill - 04,4d,Hard-pressed flat dwellers,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212409 +212409,S00113394,7c1,Challenged Transitionaries,S01010210,Springburn - 02,4d,Hard-pressed flat dwellers,S02001922,Springburn,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212410 +212410,S00116489,7c1,Challenged Transitionaries,S01010133,Greenfield - 03,4d,Hard-pressed flat dwellers,S02001909,Greenfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212411 +212411,S00113914,7c1,Challenged Transitionaries,S01010145,Tollcross - 04,4d,Hard-pressed flat dwellers,S02001911,Tollcross,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212412 +212412,S00113918,7c1,Challenged Transitionaries,S01010142,Tollcross - 01,4d,Hard-pressed flat dwellers,S02001911,Tollcross,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212413 +212413,S00113929,7c1,Challenged Transitionaries,S01010071,Shettleston South - 03,5c,Comfortable neighbourhoods,S02001897,Shettleston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212414 +212414,S00113940,7c1,Challenged Transitionaries,S01010066,Braidfauld - 06,4d,Hard-pressed flat dwellers,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212415 +212415,S00113950,7c1,Challenged Transitionaries,S01010065,Braidfauld - 05,4d,Hard-pressed flat dwellers,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212416 +212416,S00113951,7c1,Challenged Transitionaries,S01010065,Braidfauld - 05,4d,Hard-pressed flat dwellers,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212417 +212417,S00113952,7c1,Challenged Transitionaries,S01010064,Braidfauld - 04,4d,Hard-pressed flat dwellers,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212418 +212418,S00113953,7c1,Challenged Transitionaries,S01010065,Braidfauld - 05,4d,Hard-pressed flat dwellers,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212419 +212419,S00113969,7c1,Challenged Transitionaries,S01010069,Shettleston South - 01,5c,Comfortable neighbourhoods,S02001897,Shettleston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212420 +212420,S00113974,7c1,Challenged Transitionaries,S01010077,Carmyle and Mount Vernon South - 04,4d,Hard-pressed flat dwellers,S02001898,Carmyle and Mount Vernon South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212421 +212421,S00113978,7c1,Challenged Transitionaries,S01010077,Carmyle and Mount Vernon South - 04,4d,Hard-pressed flat dwellers,S02001898,Carmyle and Mount Vernon South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212422 +212422,S00113979,7c1,Challenged Transitionaries,S01010077,Carmyle and Mount Vernon South - 04,4d,Hard-pressed flat dwellers,S02001898,Carmyle and Mount Vernon South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212423 +212423,S00113995,7c1,Challenged Transitionaries,S01010072,Shettleston South - 04,4a,Challenged white communities,S02001897,Shettleston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212424 +212424,S00114004,7c1,Challenged Transitionaries,S01010139,Shettleston North - 03,4d,Hard-pressed flat dwellers,S02001910,Shettleston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212425 +212425,S00114005,7c1,Challenged Transitionaries,S01010139,Shettleston North - 03,4d,Hard-pressed flat dwellers,S02001910,Shettleston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212426 +212426,S00114008,7c1,Challenged Transitionaries,S01010139,Shettleston North - 03,4d,Hard-pressed flat dwellers,S02001910,Shettleston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212427 +212427,S00114017,7c1,Challenged Transitionaries,S01010138,Shettleston North - 02,4d,Hard-pressed flat dwellers,S02001910,Shettleston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212428 +212428,S00115388,7c1,Challenged Transitionaries,S01009835,Drumoyne and Shieldhall - 03,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212429 +212429,S00114022,7c1,Challenged Transitionaries,S01010074,Carmyle and Mount Vernon South - 01,5a,Ageing urban communities,S02001898,Carmyle and Mount Vernon South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212430 +212430,S00114042,7c1,Challenged Transitionaries,S01010140,Shettleston North - 04,4d,Hard-pressed flat dwellers,S02001910,Shettleston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212431 +212431,S00114049,7c1,Challenged Transitionaries,S01010132,Greenfield - 02,4d,Hard-pressed flat dwellers,S02001909,Greenfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212432 +212432,S00114051,7c1,Challenged Transitionaries,S01010134,Greenfield - 04,4d,Hard-pressed flat dwellers,S02001909,Greenfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212433 +212433,S00114094,7c1,Challenged Transitionaries,S01010181,Blackhill and Barmulloch East - 03,4d,Hard-pressed flat dwellers,S02001917,Blackhill and Barmulloch East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212434 +212434,S00114101,7c1,Challenged Transitionaries,S01010185,Blackhill and Barmulloch East - 07,4d,Hard-pressed flat dwellers,S02001917,Blackhill and Barmulloch East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212435 +212435,S00114133,7c1,Challenged Transitionaries,S01010176,Riddrie and Hogganfield - 05,4d,Hard-pressed flat dwellers,S02001916,Riddrie and Hogganfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212436 +212436,S00114135,7c1,Challenged Transitionaries,S01010176,Riddrie and Hogganfield - 05,4d,Hard-pressed flat dwellers,S02001916,Riddrie and Hogganfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212437 +212437,S00114145,7c1,Challenged Transitionaries,S01010174,Riddrie and Hogganfield - 03,4d,Hard-pressed flat dwellers,S02001916,Riddrie and Hogganfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212438 +212438,S00114151,7c1,Challenged Transitionaries,S01010152,Carntyne - 01,4d,Hard-pressed flat dwellers,S02001913,Carntyne,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212439 +212439,S00114157,7c1,Challenged Transitionaries,S01010152,Carntyne - 01,4d,Hard-pressed flat dwellers,S02001913,Carntyne,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212440 +212440,S00114159,7c1,Challenged Transitionaries,S01010155,Carntyne - 04,4d,Hard-pressed flat dwellers,S02001913,Carntyne,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212441 +212441,S00114160,7c1,Challenged Transitionaries,S01010154,Carntyne - 03,4d,Hard-pressed flat dwellers,S02001913,Carntyne,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212442 +212442,S00114164,7c1,Challenged Transitionaries,S01010154,Carntyne - 03,4d,Hard-pressed flat dwellers,S02001913,Carntyne,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212443 +212443,S00114166,7c1,Challenged Transitionaries,S01010158,"Cranhill, Lightburn and Queenslie South - 03",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212444 +212444,S00114170,7c1,Challenged Transitionaries,S01010155,Carntyne - 04,4d,Hard-pressed flat dwellers,S02001913,Carntyne,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212445 +212445,S00114171,7c1,Challenged Transitionaries,S01010157,"Cranhill, Lightburn and Queenslie South - 02",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212446 +212446,S00114209,7c1,Challenged Transitionaries,S01010165,Craigend and Ruchazie - 01,4d,Hard-pressed flat dwellers,S02001915,Craigend and Ruchazie,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212447 +212447,S00114269,7c1,Challenged Transitionaries,S01010167,Craigend and Ruchazie - 03,4d,Hard-pressed flat dwellers,S02001915,Craigend and Ruchazie,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212448 +212448,S00114274,7c1,Challenged Transitionaries,S01010170,Craigend and Ruchazie - 06,4d,Hard-pressed flat dwellers,S02001915,Craigend and Ruchazie,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212449 +212449,S00114310,7c1,Challenged Transitionaries,S01010107,Easterhouse East - 03,4d,Hard-pressed flat dwellers,S02001904,Easterhouse East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212450 +212450,S00114317,7c1,Challenged Transitionaries,S01010108,Easterhouse East - 04,4a,Challenged white communities,S02001904,Easterhouse East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212451 +212451,S00114318,7c1,Challenged Transitionaries,S01010108,Easterhouse East - 04,4a,Challenged white communities,S02001904,Easterhouse East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212452 +212452,S00114320,7c1,Challenged Transitionaries,S01010108,Easterhouse East - 04,4a,Challenged white communities,S02001904,Easterhouse East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212453 +212453,S00114332,7c1,Challenged Transitionaries,S01010110,Central Easterhouse - 01,4d,Hard-pressed flat dwellers,S02001905,Central Easterhouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212454 +212454,S00114344,7c1,Challenged Transitionaries,S01010044,Bridgeton - 03,1a,Cosmopolitan student neighbourhoods,S02001892,Bridgeton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212455 +212455,S00115577,7c1,Challenged Transitionaries,S01009820,Cardonald West and Central - 06,4d,Hard-pressed flat dwellers,S02001852,Cardonald West and Central,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212456 +212456,S00112857,7c1,Challenged Transitionaries,S01010464,Knightswood Park East - 05,4d,Hard-pressed flat dwellers,S02001969,Knightswood Park East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212457 +212457,S00114389,7c1,Challenged Transitionaries,S01010046,Dalmarnock - 01,4d,Hard-pressed flat dwellers,S02001893,Dalmarnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212458 +212458,S00115721,7c1,Challenged Transitionaries,S01009778,Nitshill - 04,4d,Hard-pressed flat dwellers,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212459 +212459,S00115722,7c1,Challenged Transitionaries,S01009785,Crookston South - 02,4d,Hard-pressed flat dwellers,S02001846,Crookston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212460 +212460,S00115735,7c1,Challenged Transitionaries,S01009775,Nitshill - 01,4d,Hard-pressed flat dwellers,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212461 +212461,S00116490,7c1,Challenged Transitionaries,S01010133,Greenfield - 03,4d,Hard-pressed flat dwellers,S02001909,Greenfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212462 +212462,S00115738,7c1,Challenged Transitionaries,S01009787,Crookston South - 04,4d,Hard-pressed flat dwellers,S02001846,Crookston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212463 +212463,S00116491,7c1,Challenged Transitionaries,S01010133,Greenfield - 03,4d,Hard-pressed flat dwellers,S02001909,Greenfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212464 +212464,S00113397,7c1,Challenged Transitionaries,S01010210,Springburn - 02,4d,Hard-pressed flat dwellers,S02001922,Springburn,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212465 +212465,S00115739,7c1,Challenged Transitionaries,S01009787,Crookston South - 04,4d,Hard-pressed flat dwellers,S02001846,Crookston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212466 +212466,S00116539,7c1,Challenged Transitionaries,S01009859,Ibrox - 01,4d,Hard-pressed flat dwellers,S02001859,Ibrox,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212467 +212467,S00115395,7c1,Challenged Transitionaries,S01009833,Drumoyne and Shieldhall - 01,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212468 +212468,S00115579,7c1,Challenged Transitionaries,S01009820,Cardonald West and Central - 06,4d,Hard-pressed flat dwellers,S02001852,Cardonald West and Central,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212469 +212469,S00114392,7c1,Challenged Transitionaries,S01010048,Dalmarnock - 03,4d,Hard-pressed flat dwellers,S02001893,Dalmarnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212470 +212470,S00112858,7c1,Challenged Transitionaries,S01010464,Knightswood Park East - 05,4d,Hard-pressed flat dwellers,S02001969,Knightswood Park East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212471 +212471,S00113399,7c1,Challenged Transitionaries,S01010217,Springburn East and Cowlairs - 04,4d,Hard-pressed flat dwellers,S02001923,Springburn East and Cowlairs,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212472 +212472,S00116543,7c1,Challenged Transitionaries,S01009853,Mosspark - 02,4d,Hard-pressed flat dwellers,S02001858,Mosspark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212473 +212473,S00115397,7c1,Challenged Transitionaries,S01009837,Drumoyne and Shieldhall - 05,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212474 +212474,S00113410,7c1,Challenged Transitionaries,S01010195,Balornock - 02,4a,Challenged white communities,S02001919,Balornock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212475 +212475,S00114671,7c1,Challenged Transitionaries,S01009897,Govanhill East and Aikenhead - 04,7a,Urban cultural mix,S02001866,Govanhill East and Aikenhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212476 +212476,S00115740,7c1,Challenged Transitionaries,S01009775,Nitshill - 01,4d,Hard-pressed flat dwellers,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212477 +212477,S00116544,7c1,Challenged Transitionaries,S01009853,Mosspark - 02,4d,Hard-pressed flat dwellers,S02001858,Mosspark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212478 +212478,S00114673,7c1,Challenged Transitionaries,S01009897,Govanhill East and Aikenhead - 04,7a,Urban cultural mix,S02001866,Govanhill East and Aikenhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212479 +212479,S00115400,7c1,Challenged Transitionaries,S01009838,Drumoyne and Shieldhall - 06,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212480 +212480,S00113414,7c1,Challenged Transitionaries,S01010198,Balornock - 05,4d,Hard-pressed flat dwellers,S02001919,Balornock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212481 +212481,S00112865,7c1,Challenged Transitionaries,S01010452,Knightswood East - 03,4d,Hard-pressed flat dwellers,S02001967,Knightswood East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212482 +212482,S00115580,7c1,Challenged Transitionaries,S01009820,Cardonald West and Central - 06,4d,Hard-pressed flat dwellers,S02001852,Cardonald West and Central,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212483 +212483,S00115751,7c1,Challenged Transitionaries,S01009783,Nitshill - 09,4a,Challenged white communities,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212484 +212484,S00116813,7c1,Challenged Transitionaries,S01010479,Blairdardie East - 02,4d,Hard-pressed flat dwellers,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212485 +212485,S00116815,7c1,Challenged Transitionaries,S01010480,Blairdardie East - 03,4a,Challenged white communities,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212486 +212486,S00116828,7c1,Challenged Transitionaries,S01010464,Knightswood Park East - 05,4d,Hard-pressed flat dwellers,S02001969,Knightswood Park East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212487 +212487,S00116832,7c1,Challenged Transitionaries,S01010451,Knightswood East - 02,4d,Hard-pressed flat dwellers,S02001967,Knightswood East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212488 +212488,S00116842,7c1,Challenged Transitionaries,S01010452,Knightswood East - 03,4d,Hard-pressed flat dwellers,S02001967,Knightswood East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212489 +212489,S00116850,7c1,Challenged Transitionaries,S01010444,Yoker North - 02,4a,Challenged white communities,S02001965,Yoker North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212490 +212490,S00116854,7c1,Challenged Transitionaries,S01010448,Knightswood West - 02,5c,Comfortable neighbourhoods,S02001966,Knightswood West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212491 +212491,S00116863,7c1,Challenged Transitionaries,S01010435,Scotstoun South and West - 04,4d,Hard-pressed flat dwellers,S02001963,Scotstoun South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212492 +212492,S00116871,7c1,Challenged Transitionaries,S01010423,Whiteinch - 01,1a,Cosmopolitan student neighbourhoods,S02001961,Whiteinch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212493 +212493,S00116904,7c1,Challenged Transitionaries,S01010437,Yoker South - 01,4d,Hard-pressed flat dwellers,S02001964,Yoker South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212494 +212494,S00116914,7c1,Challenged Transitionaries,S01010490,Drumchapel South - 03,4d,Hard-pressed flat dwellers,S02001974,Drumchapel South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212495 +212495,S00116919,7c1,Challenged Transitionaries,S01010501,Drumry West - 02,4d,Hard-pressed flat dwellers,S02001977,Drumry West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212496 +212496,S00116920,7c1,Challenged Transitionaries,S01010501,Drumry West - 02,4d,Hard-pressed flat dwellers,S02001977,Drumry West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212497 +212497,S00116921,7c1,Challenged Transitionaries,S01010501,Drumry West - 02,4d,Hard-pressed flat dwellers,S02001977,Drumry West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212498 +212498,S00116970,7c1,Challenged Transitionaries,S01010465,Anniesland East - 01,3a,Achieving neighbourhoods,S02001970,Anniesland East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212499 +212499,S00117033,7c1,Challenged Transitionaries,S01010198,Balornock - 05,4d,Hard-pressed flat dwellers,S02001919,Balornock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212500 +212500,S00117035,7c1,Challenged Transitionaries,S01010197,Balornock - 04,4d,Hard-pressed flat dwellers,S02001919,Balornock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212501 +212501,S00117036,7c1,Challenged Transitionaries,S01010197,Balornock - 04,4d,Hard-pressed flat dwellers,S02001919,Balornock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212502 +212502,S00117051,7c1,Challenged Transitionaries,S01010208,Petershill - 06,4d,Hard-pressed flat dwellers,S02001921,Petershill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212503 +212503,S00117069,7c1,Challenged Transitionaries,S01010328,Possil Park - 06,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212504 +212504,S00117080,7c1,Challenged Transitionaries,S01010350,Maryhill East - 01,4d,Hard-pressed flat dwellers,S02001947,Maryhill East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212505 +212505,S00117090,7c1,Challenged Transitionaries,S01010254,Gallowgate North and Bellgrove - 01,1a,Cosmopolitan student neighbourhoods,S02001931,Gallowgate North and Bellgrove,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212506 +212506,S00117143,7c1,Challenged Transitionaries,S01010140,Shettleston North - 04,4d,Hard-pressed flat dwellers,S02001910,Shettleston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212507 +212507,S00117167,7c1,Challenged Transitionaries,S01010137,Shettleston North - 01,4d,Hard-pressed flat dwellers,S02001910,Shettleston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212508 +212508,S00117175,7c1,Challenged Transitionaries,S01010134,Greenfield - 04,4d,Hard-pressed flat dwellers,S02001909,Greenfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212509 +212509,S00117185,7c1,Challenged Transitionaries,S01010181,Blackhill and Barmulloch East - 03,4d,Hard-pressed flat dwellers,S02001917,Blackhill and Barmulloch East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212510 +212510,S00117191,7c1,Challenged Transitionaries,S01010173,Riddrie and Hogganfield - 02,4a,Challenged white communities,S02001916,Riddrie and Hogganfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212511 +212511,S00117194,7c1,Challenged Transitionaries,S01010156,"Cranhill, Lightburn and Queenslie South - 01",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212512 +212512,S00117195,7c1,Challenged Transitionaries,S01010153,Carntyne - 02,4d,Hard-pressed flat dwellers,S02001913,Carntyne,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212513 +212513,S00117196,7c1,Challenged Transitionaries,S01010156,"Cranhill, Lightburn and Queenslie South - 01",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212514 +212514,S00117201,7c1,Challenged Transitionaries,S01010169,Craigend and Ruchazie - 05,4d,Hard-pressed flat dwellers,S02001915,Craigend and Ruchazie,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212515 +212515,S00117243,7c1,Challenged Transitionaries,S01010053,Parkhead West and Barrowfield - 05,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212516 +212516,S00117327,7c1,Challenged Transitionaries,S01009938,Pollokshaws - 06,4d,Hard-pressed flat dwellers,S02001873,Pollokshaws,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212517 +212517,S00117383,7c1,Challenged Transitionaries,S01009977,Glenwood South - 05,4d,Hard-pressed flat dwellers,S02001881,Glenwood South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212518 +212518,S00117395,7c1,Challenged Transitionaries,S01009985,Glenwood North - 06,4d,Hard-pressed flat dwellers,S02001882,Glenwood North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212519 +212519,S00117435,7c1,Challenged Transitionaries,S01009866,Kinning Park and Festival Park - 01,7a,Urban cultural mix,S02001861,Kinning Park and Festival Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212520 +212520,S00117450,7c1,Challenged Transitionaries,S01009840,Drumoyne and Shieldhall - 08,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212521 +212521,S00117451,7c1,Challenged Transitionaries,S01009840,Drumoyne and Shieldhall - 08,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212522 +212522,S00117453,7c1,Challenged Transitionaries,S01009840,Drumoyne and Shieldhall - 08,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212523 +212523,S00117456,7c1,Challenged Transitionaries,S01009836,Drumoyne and Shieldhall - 04,4a,Challenged white communities,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212524 +212524,S00117457,7c1,Challenged Transitionaries,S01009838,Drumoyne and Shieldhall - 06,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212525 +212525,S00117464,7c1,Challenged Transitionaries,S01009830,Hillington - 02,4d,Hard-pressed flat dwellers,S02001854,Hillington,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212526 +212526,S00117466,7c1,Challenged Transitionaries,S01009812,Cardonald North - 03,4d,Hard-pressed flat dwellers,S02001851,Cardonald North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212527 +212527,S00117468,7c1,Challenged Transitionaries,S01009810,Cardonald North - 01,4d,Hard-pressed flat dwellers,S02001851,Cardonald North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212528 +212528,S00114812,7c1,Challenged Transitionaries,S01010020,Toryglen and Oatlands - 05,4d,Hard-pressed flat dwellers,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212529 +212529,S00115421,7c1,Challenged Transitionaries,S01009854,Mosspark - 03,4d,Hard-pressed flat dwellers,S02001858,Mosspark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212530 +212530,S00115784,7c1,Challenged Transitionaries,S01009779,Nitshill - 05,4d,Hard-pressed flat dwellers,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212531 +212531,S00112866,7c1,Challenged Transitionaries,S01010452,Knightswood East - 03,4d,Hard-pressed flat dwellers,S02001967,Knightswood East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212532 +212532,S00115586,7c1,Challenged Transitionaries,S01009819,Cardonald West and Central - 05,5a,Ageing urban communities,S02001852,Cardonald West and Central,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212533 +212533,S00114816,7c1,Challenged Transitionaries,S01010016,Toryglen and Oatlands - 01,4d,Hard-pressed flat dwellers,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212534 +212534,S00115428,7c1,Challenged Transitionaries,S01009853,Mosspark - 02,4d,Hard-pressed flat dwellers,S02001858,Mosspark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212535 +212535,S00115789,7c1,Challenged Transitionaries,S01009793,Pollok South and West - 02,5c,Comfortable neighbourhoods,S02001848,Pollok South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212536 +212536,S00112867,7c1,Challenged Transitionaries,S01010458,Knightswood Park West - 04,4d,Hard-pressed flat dwellers,S02001968,Knightswood Park West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212537 +212537,S00113415,7c1,Challenged Transitionaries,S01010198,Balornock - 05,4d,Hard-pressed flat dwellers,S02001919,Balornock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212538 +212538,S00115429,7c1,Challenged Transitionaries,S01009853,Mosspark - 02,4d,Hard-pressed flat dwellers,S02001858,Mosspark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212539 +212539,S00112870,7c1,Challenged Transitionaries,S01010459,Knightswood Park West - 05,4d,Hard-pressed flat dwellers,S02001968,Knightswood Park West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212540 +212540,S00112871,7c1,Challenged Transitionaries,S01010459,Knightswood Park West - 05,4d,Hard-pressed flat dwellers,S02001968,Knightswood Park West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212541 +212541,S00112872,7c1,Challenged Transitionaries,S01010459,Knightswood Park West - 05,4d,Hard-pressed flat dwellers,S02001968,Knightswood Park West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212542 +212542,S00112876,7c1,Challenged Transitionaries,S01010458,Knightswood Park West - 04,4d,Hard-pressed flat dwellers,S02001968,Knightswood Park West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212543 +212543,S00112878,7c1,Challenged Transitionaries,S01010463,Knightswood Park East - 04,4d,Hard-pressed flat dwellers,S02001969,Knightswood Park East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212544 +212544,S00112879,7c1,Challenged Transitionaries,S01010457,Knightswood Park West - 03,4d,Hard-pressed flat dwellers,S02001968,Knightswood Park West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212545 +212545,S00112881,7c1,Challenged Transitionaries,S01010445,Yoker North - 03,4d,Hard-pressed flat dwellers,S02001965,Yoker North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212546 +212546,S00112882,7c1,Challenged Transitionaries,S01010440,Yoker South - 04,4d,Hard-pressed flat dwellers,S02001964,Yoker South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212547 +212547,S00112894,7c1,Challenged Transitionaries,S01010445,Yoker North - 03,4d,Hard-pressed flat dwellers,S02001965,Yoker North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212548 +212548,S00112900,7c1,Challenged Transitionaries,S01010445,Yoker North - 03,4d,Hard-pressed flat dwellers,S02001965,Yoker North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212549 +212549,S00112901,7c1,Challenged Transitionaries,S01010445,Yoker North - 03,4d,Hard-pressed flat dwellers,S02001965,Yoker North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212550 +212550,S00112907,7c1,Challenged Transitionaries,S01010449,Knightswood West - 03,4d,Hard-pressed flat dwellers,S02001966,Knightswood West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212551 +212551,S00112908,7c1,Challenged Transitionaries,S01010448,Knightswood West - 02,5c,Comfortable neighbourhoods,S02001966,Knightswood West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212552 +212552,S00112909,7c1,Challenged Transitionaries,S01010449,Knightswood West - 03,4d,Hard-pressed flat dwellers,S02001966,Knightswood West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212553 +212553,S00112910,7c1,Challenged Transitionaries,S01010448,Knightswood West - 02,5c,Comfortable neighbourhoods,S02001966,Knightswood West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212554 +212554,S00112911,7c1,Challenged Transitionaries,S01010444,Yoker North - 02,4a,Challenged white communities,S02001965,Yoker North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212555 +212555,S00112943,7c1,Challenged Transitionaries,S01010427,Scotstoun North and East - 01,7a,Urban cultural mix,S02001962,Scotstoun North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212556 +212556,S00115588,7c1,Challenged Transitionaries,S01009816,Cardonald West and Central - 02,4d,Hard-pressed flat dwellers,S02001852,Cardonald West and Central,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212557 +212557,S00114833,7c1,Challenged Transitionaries,S01010018,Toryglen and Oatlands - 03,4d,Hard-pressed flat dwellers,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212558 +212558,S00112944,7c1,Challenged Transitionaries,S01010427,Scotstoun North and East - 01,7a,Urban cultural mix,S02001962,Scotstoun North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212559 +212559,S00112946,7c1,Challenged Transitionaries,S01010427,Scotstoun North and East - 01,7a,Urban cultural mix,S02001962,Scotstoun North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212560 +212560,S00112967,7c1,Challenged Transitionaries,S01010422,Victoria Park - 03,3d,Households in terraces and flats,S02001960,Victoria Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212561 +212561,S00113022,7c1,Challenged Transitionaries,S01010440,Yoker South - 04,4d,Hard-pressed flat dwellers,S02001964,Yoker South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212562 +212562,S00113026,7c1,Challenged Transitionaries,S01010437,Yoker South - 01,4d,Hard-pressed flat dwellers,S02001964,Yoker South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212563 +212563,S00113027,7c1,Challenged Transitionaries,S01010437,Yoker South - 01,4d,Hard-pressed flat dwellers,S02001964,Yoker South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212564 +212564,S00113028,7c1,Challenged Transitionaries,S01010435,Scotstoun South and West - 04,4d,Hard-pressed flat dwellers,S02001963,Scotstoun South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212565 +212565,S00113029,7c1,Challenged Transitionaries,S01010435,Scotstoun South and West - 04,4d,Hard-pressed flat dwellers,S02001963,Scotstoun South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212566 +212566,S00113030,7c1,Challenged Transitionaries,S01010435,Scotstoun South and West - 04,4d,Hard-pressed flat dwellers,S02001963,Scotstoun South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212567 +212567,S00113049,7c1,Challenged Transitionaries,S01010485,Blairdardie West - 01,5c,Comfortable neighbourhoods,S02001973,Blairdardie West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212568 +212568,S00113054,7c1,Challenged Transitionaries,S01010487,Blairdardie West - 03,4a,Challenged white communities,S02001973,Blairdardie West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212569 +212569,S00113056,7c1,Challenged Transitionaries,S01010487,Blairdardie West - 03,4a,Challenged white communities,S02001973,Blairdardie West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212570 +212570,S00113103,7c1,Challenged Transitionaries,S01010503,Drumry West - 04,4d,Hard-pressed flat dwellers,S02001977,Drumry West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212571 +212571,S00113113,7c1,Challenged Transitionaries,S01010489,Drumchapel South - 02,4d,Hard-pressed flat dwellers,S02001974,Drumchapel South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212572 +212572,S00113121,7c1,Challenged Transitionaries,S01010498,Drumry East - 03,4d,Hard-pressed flat dwellers,S02001976,Drumry East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212573 +212573,S00113189,7c1,Challenged Transitionaries,S01010314,Keppochhill - 06,1a,Cosmopolitan student neighbourhoods,S02001940,Keppochhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212574 +212574,S00113219,7c1,Challenged Transitionaries,S01010319,Ruchill - 05,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212575 +212575,S00113267,7c1,Challenged Transitionaries,S01010329,Possil Park - 07,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212576 +212576,S00113311,7c1,Challenged Transitionaries,S01010355,Maryhill West - 02,4d,Hard-pressed flat dwellers,S02001948,Maryhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212577 +212577,S00113313,7c1,Challenged Transitionaries,S01010355,Maryhill West - 02,4d,Hard-pressed flat dwellers,S02001948,Maryhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212578 +212578,S00113318,7c1,Challenged Transitionaries,S01010353,Maryhill East - 04,4d,Hard-pressed flat dwellers,S02001947,Maryhill East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212579 +212579,S00113326,7c1,Challenged Transitionaries,S01010351,Maryhill East - 02,4d,Hard-pressed flat dwellers,S02001947,Maryhill East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212580 +212580,S00113335,7c1,Challenged Transitionaries,S01010354,Maryhill West - 01,4d,Hard-pressed flat dwellers,S02001948,Maryhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212581 +212581,S00113336,7c1,Challenged Transitionaries,S01010357,Maryhill West - 04,4d,Hard-pressed flat dwellers,S02001948,Maryhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212582 +212582,S00113337,7c1,Challenged Transitionaries,S01010354,Maryhill West - 01,4d,Hard-pressed flat dwellers,S02001948,Maryhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212583 +212583,S00113391,7c1,Challenged Transitionaries,S01010201,Barmulloch - 03,5d,Endeavouring social renters,S02001920,Barmulloch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212584 +212584,S00113392,7c1,Challenged Transitionaries,S01010210,Springburn - 02,4d,Hard-pressed flat dwellers,S02001922,Springburn,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212585 +212585,S00113393,7c1,Challenged Transitionaries,S01010210,Springburn - 02,4d,Hard-pressed flat dwellers,S02001922,Springburn,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212586 +212586,S00113417,7c1,Challenged Transitionaries,S01010197,Balornock - 04,4d,Hard-pressed flat dwellers,S02001919,Balornock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212587 +212587,S00115839,7c1,Challenged Transitionaries,S01010093,Baillieston East - 06,4a,Challenged white communities,S02001901,Baillieston East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212588 +212588,S00115432,7c1,Challenged Transitionaries,S01009855,Mosspark - 04,4a,Challenged white communities,S02001858,Mosspark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212589 +212589,S00115861,7c1,Challenged Transitionaries,S01010083,Baillieston West - 01,4a,Challenged white communities,S02001900,Baillieston West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212590 +212590,S00113423,7c1,Challenged Transitionaries,S01010198,Balornock - 05,4d,Hard-pressed flat dwellers,S02001919,Balornock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212591 +212591,S00115589,7c1,Challenged Transitionaries,S01009816,Cardonald West and Central - 02,4d,Hard-pressed flat dwellers,S02001852,Cardonald West and Central,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212592 +212592,S00115596,7c1,Challenged Transitionaries,S01009806,Cardonald South and East - 01,4d,Hard-pressed flat dwellers,S02001850,Cardonald South and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212593 +212593,S00114844,7c1,Challenged Transitionaries,S01009947,Carnwadric East - 04,4d,Hard-pressed flat dwellers,S02001875,Carnwadric East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212594 +212594,S00115438,7c1,Challenged Transitionaries,S01009858,Mosspark - 07,4d,Hard-pressed flat dwellers,S02001858,Mosspark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212595 +212595,S00115599,7c1,Challenged Transitionaries,S01009806,Cardonald South and East - 01,4d,Hard-pressed flat dwellers,S02001850,Cardonald South and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212596 +212596,S00115863,7c1,Challenged Transitionaries,S01010084,Baillieston West - 02,4a,Challenged white communities,S02001900,Baillieston West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212597 +212597,S00114851,7c1,Challenged Transitionaries,S01009946,Carnwadric East - 03,4d,Hard-pressed flat dwellers,S02001875,Carnwadric East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212598 +212598,S00115449,7c1,Challenged Transitionaries,S01009806,Cardonald South and East - 01,4d,Hard-pressed flat dwellers,S02001850,Cardonald South and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212599 +212599,S00113424,7c1,Challenged Transitionaries,S01010198,Balornock - 05,4d,Hard-pressed flat dwellers,S02001919,Balornock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212600 +212600,S00115600,7c1,Challenged Transitionaries,S01009814,Cardonald North - 05,4a,Challenged white communities,S02001851,Cardonald North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212601 +212601,S00115866,7c1,Challenged Transitionaries,S01010084,Baillieston West - 02,4a,Challenged white communities,S02001900,Baillieston West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212602 +212602,S00113425,7c1,Challenged Transitionaries,S01010196,Balornock - 03,4d,Hard-pressed flat dwellers,S02001919,Balornock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212603 +212603,S00115451,7c1,Challenged Transitionaries,S01009858,Mosspark - 07,4d,Hard-pressed flat dwellers,S02001858,Mosspark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212604 +212604,S00114858,7c1,Challenged Transitionaries,S01009945,Carnwadric East - 02,4d,Hard-pressed flat dwellers,S02001875,Carnwadric East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212605 +212605,S00115612,7c1,Challenged Transitionaries,S01009809,Cardonald South and East - 04,4d,Hard-pressed flat dwellers,S02001850,Cardonald South and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212606 +212606,S00115867,7c1,Challenged Transitionaries,S01010084,Baillieston West - 02,4a,Challenged white communities,S02001900,Baillieston West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212607 +212607,S00113429,7c1,Challenged Transitionaries,S01010194,Balornock - 01,4a,Challenged white communities,S02001919,Balornock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212608 +212608,S00115453,7c1,Challenged Transitionaries,S01009857,Mosspark - 06,4a,Challenged white communities,S02001858,Mosspark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212609 +212609,S00114861,7c1,Challenged Transitionaries,S01009946,Carnwadric East - 03,4d,Hard-pressed flat dwellers,S02001875,Carnwadric East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212610 +212610,S00115455,7c1,Challenged Transitionaries,S01009856,Mosspark - 05,4d,Hard-pressed flat dwellers,S02001858,Mosspark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212611 +212611,S00115617,7c1,Challenged Transitionaries,S01009809,Cardonald South and East - 04,4d,Hard-pressed flat dwellers,S02001850,Cardonald South and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212612 +212612,S00114888,7c1,Challenged Transitionaries,S01009944,Carnwadric East - 01,4d,Hard-pressed flat dwellers,S02001875,Carnwadric East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212613 +212613,S00113431,7c1,Challenged Transitionaries,S01010194,Balornock - 01,4a,Challenged white communities,S02001919,Balornock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212614 +212614,S00115868,7c1,Challenged Transitionaries,S01010084,Baillieston West - 02,4a,Challenged white communities,S02001900,Baillieston West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212615 +212615,S00115471,7c1,Challenged Transitionaries,S01009851,Craigton - 04,4d,Hard-pressed flat dwellers,S02001857,Craigton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212616 +212616,S00115618,7c1,Challenged Transitionaries,S01009809,Cardonald South and East - 04,4d,Hard-pressed flat dwellers,S02001850,Cardonald South and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212617 +212617,S00114895,7c1,Challenged Transitionaries,S01009944,Carnwadric East - 01,4d,Hard-pressed flat dwellers,S02001875,Carnwadric East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212618 +212618,S00113441,7c1,Challenged Transitionaries,S01010183,Blackhill and Barmulloch East - 05,4d,Hard-pressed flat dwellers,S02001917,Blackhill and Barmulloch East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212619 +212619,S00115869,7c1,Challenged Transitionaries,S01010084,Baillieston West - 02,4a,Challenged white communities,S02001900,Baillieston West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212620 +212620,S00115474,7c1,Challenged Transitionaries,S01009850,Craigton - 03,4d,Hard-pressed flat dwellers,S02001857,Craigton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212621 +212621,S00115625,7c1,Challenged Transitionaries,S01009827,Penilee - 06,4d,Hard-pressed flat dwellers,S02001853,Penilee,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212622 +212622,S00113445,7c1,Challenged Transitionaries,S01010199,Barmulloch - 01,4a,Challenged white communities,S02001920,Barmulloch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212623 +212623,S00114900,7c1,Challenged Transitionaries,S01009948,Newlands - 01,4d,Hard-pressed flat dwellers,S02001876,Newlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212624 +212624,S00115870,7c1,Challenged Transitionaries,S01010084,Baillieston West - 02,4a,Challenged white communities,S02001900,Baillieston West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212625 +212625,S00115479,7c1,Challenged Transitionaries,S01009851,Craigton - 04,4d,Hard-pressed flat dwellers,S02001857,Craigton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212626 +212626,S00115626,7c1,Challenged Transitionaries,S01009827,Penilee - 06,4d,Hard-pressed flat dwellers,S02001853,Penilee,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212627 +212627,S00113449,7c1,Challenged Transitionaries,S01010225,Sighthill - 01,7a,Urban cultural mix,S02001925,Sighthill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212628 +212628,S00113456,7c1,Challenged Transitionaries,S01010213,Springburn - 05,4d,Hard-pressed flat dwellers,S02001922,Springburn,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212629 +212629,S00113466,7c1,Challenged Transitionaries,S01010211,Springburn - 03,4d,Hard-pressed flat dwellers,S02001922,Springburn,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212630 +212630,S00113525,7c1,Challenged Transitionaries,S01010328,Possil Park - 06,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212631 +212631,S00113527,7c1,Challenged Transitionaries,S01010328,Possil Park - 06,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212632 +212632,S00113546,7c1,Challenged Transitionaries,S01010325,Possil Park - 03,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212633 +212633,S00113548,7c1,Challenged Transitionaries,S01010331,Milton West - 02,4d,Hard-pressed flat dwellers,S02001943,Milton West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212634 +212634,S00113553,7c1,Challenged Transitionaries,S01010331,Milton West - 02,4d,Hard-pressed flat dwellers,S02001943,Milton West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212635 +212635,S00113564,7c1,Challenged Transitionaries,S01010332,Milton West - 03,4a,Challenged white communities,S02001943,Milton West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212636 +212636,S00113567,7c1,Challenged Transitionaries,S01010335,Milton East - 01,4d,Hard-pressed flat dwellers,S02001944,Milton East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212637 +212637,S00113572,7c1,Challenged Transitionaries,S01010334,Milton West - 05,4a,Challenged white communities,S02001943,Milton West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212638 +212638,S00113577,7c1,Challenged Transitionaries,S01010334,Milton West - 05,4a,Challenged white communities,S02001943,Milton West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212639 +212639,S00113581,7c1,Challenged Transitionaries,S01010335,Milton East - 01,4d,Hard-pressed flat dwellers,S02001944,Milton East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212640 +212640,S00113582,7c1,Challenged Transitionaries,S01010339,Milton East - 05,4d,Hard-pressed flat dwellers,S02001944,Milton East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212641 +212641,S00113604,7c1,Challenged Transitionaries,S01010338,Milton East - 04,4d,Hard-pressed flat dwellers,S02001944,Milton East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212642 +212642,S00113605,7c1,Challenged Transitionaries,S01010339,Milton East - 05,4d,Hard-pressed flat dwellers,S02001944,Milton East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212643 +212643,S00113612,7c1,Challenged Transitionaries,S01010350,Maryhill East - 01,4d,Hard-pressed flat dwellers,S02001947,Maryhill East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212644 +212644,S00113622,7c1,Challenged Transitionaries,S01010346,Summerston North - 01,3c,Highly qualified professionals,S02001946,Summerston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212645 +212645,S00113627,7c1,Challenged Transitionaries,S01010349,Summerston North - 04,4d,Hard-pressed flat dwellers,S02001946,Summerston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212646 +212646,S00113629,7c1,Challenged Transitionaries,S01010349,Summerston North - 04,4d,Hard-pressed flat dwellers,S02001946,Summerston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212647 +212647,S00113632,7c1,Challenged Transitionaries,S01010347,Summerston North - 02,1a,Cosmopolitan student neighbourhoods,S02001946,Summerston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212648 +212648,S00113634,7c1,Challenged Transitionaries,S01010341,Summerston Central and West - 02,4a,Challenged white communities,S02001945,Summerston Central and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212649 +212649,S00113806,7c1,Challenged Transitionaries,S01010060,Parkhead East and Braidfauld North - 05,4d,Hard-pressed flat dwellers,S02001895,Parkhead East and Braidfauld North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212650 +212650,S00113827,7c1,Challenged Transitionaries,S01010247,Carntyne West and Haghill - 06,4a,Challenged white communities,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212651 +212651,S00113829,7c1,Challenged Transitionaries,S01010148,Old Shettleston and Parkhead North - 02,4d,Hard-pressed flat dwellers,S02001912,Old Shettleston and Parkhead North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212652 +212652,S00113845,7c1,Challenged Transitionaries,S01010151,Old Shettleston and Parkhead North - 05,4d,Hard-pressed flat dwellers,S02001912,Old Shettleston and Parkhead North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212653 +212653,S00113848,7c1,Challenged Transitionaries,S01010158,"Cranhill, Lightburn and Queenslie South - 03",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212654 +212654,S00113850,7c1,Challenged Transitionaries,S01010158,"Cranhill, Lightburn and Queenslie South - 03",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212655 +212655,S00113855,7c1,Challenged Transitionaries,S01010132,Greenfield - 02,4d,Hard-pressed flat dwellers,S02001909,Greenfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212656 +212656,S00113857,7c1,Challenged Transitionaries,S01010158,"Cranhill, Lightburn and Queenslie South - 03",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212657 +212657,S00113858,7c1,Challenged Transitionaries,S01010158,"Cranhill, Lightburn and Queenslie South - 03",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212658 +212658,S00113860,7c1,Challenged Transitionaries,S01010158,"Cranhill, Lightburn and Queenslie South - 03",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212659 +212659,S00113865,7c1,Challenged Transitionaries,S01010133,Greenfield - 03,4d,Hard-pressed flat dwellers,S02001909,Greenfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212660 +212660,S00113866,7c1,Challenged Transitionaries,S01010133,Greenfield - 03,4d,Hard-pressed flat dwellers,S02001909,Greenfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212661 +212661,S00113868,7c1,Challenged Transitionaries,S01010132,Greenfield - 02,4d,Hard-pressed flat dwellers,S02001909,Greenfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212662 +212662,S00113870,7c1,Challenged Transitionaries,S01010134,Greenfield - 04,4d,Hard-pressed flat dwellers,S02001909,Greenfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212663 +212663,S00115875,7c1,Challenged Transitionaries,S01010086,Baillieston West - 04,4a,Challenged white communities,S02001900,Baillieston West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212664 +212664,S00115877,7c1,Challenged Transitionaries,S01010086,Baillieston West - 04,4a,Challenged white communities,S02001900,Baillieston West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212665 +212665,S00115486,7c1,Challenged Transitionaries,S01009828,Penilee - 07,4d,Hard-pressed flat dwellers,S02001853,Penilee,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212666 +212666,S00115885,7c1,Challenged Transitionaries,S01010086,Baillieston West - 04,4a,Challenged white communities,S02001900,Baillieston West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212667 +212667,S00115490,7c1,Challenged Transitionaries,S01009826,Penilee - 05,4d,Hard-pressed flat dwellers,S02001853,Penilee,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212668 +212668,S00115629,7c1,Challenged Transitionaries,S01009827,Penilee - 06,4d,Hard-pressed flat dwellers,S02001853,Penilee,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212669 +212669,S00115887,7c1,Challenged Transitionaries,S01010092,Baillieston East - 05,4d,Hard-pressed flat dwellers,S02001901,Baillieston East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212670 +212670,S00115492,7c1,Challenged Transitionaries,S01009826,Penilee - 05,4d,Hard-pressed flat dwellers,S02001853,Penilee,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212671 +212671,S00115633,7c1,Challenged Transitionaries,S01009825,Penilee - 04,4d,Hard-pressed flat dwellers,S02001853,Penilee,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212672 +212672,S00115888,7c1,Challenged Transitionaries,S01010092,Baillieston East - 05,4d,Hard-pressed flat dwellers,S02001901,Baillieston East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212673 +212673,S00115502,7c1,Challenged Transitionaries,S01009832,Hillington - 04,4d,Hard-pressed flat dwellers,S02001854,Hillington,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212674 +212674,S00115634,7c1,Challenged Transitionaries,S01009823,Penilee - 02,4d,Hard-pressed flat dwellers,S02001853,Penilee,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212675 +212675,S00115892,7c1,Challenged Transitionaries,S01010092,Baillieston East - 05,4d,Hard-pressed flat dwellers,S02001901,Baillieston East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212676 +212676,S00114908,7c1,Challenged Transitionaries,S01009949,Newlands - 02,4d,Hard-pressed flat dwellers,S02001876,Newlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212677 +212677,S00115505,7c1,Challenged Transitionaries,S01009832,Hillington - 04,4d,Hard-pressed flat dwellers,S02001854,Hillington,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212678 +212678,S00115635,7c1,Challenged Transitionaries,S01009823,Penilee - 02,4d,Hard-pressed flat dwellers,S02001853,Penilee,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212679 +212679,S00115894,7c1,Challenged Transitionaries,S01010090,Baillieston East - 03,5c,Comfortable neighbourhoods,S02001901,Baillieston East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212680 +212680,S00115905,7c1,Challenged Transitionaries,S01010092,Baillieston East - 05,4d,Hard-pressed flat dwellers,S02001901,Baillieston East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212681 +212681,S00115918,7c1,Challenged Transitionaries,S01009969,Carmunnock South - 01,5c,Comfortable neighbourhoods,S02001880,Carmunnock South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212682 +212682,S00115931,7c1,Challenged Transitionaries,S01010424,Whiteinch - 02,4d,Hard-pressed flat dwellers,S02001961,Whiteinch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212683 +212683,S00116019,7c1,Challenged Transitionaries,S01010332,Milton West - 03,4a,Challenged white communities,S02001943,Milton West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212684 +212684,S00116021,7c1,Challenged Transitionaries,S01010339,Milton East - 05,4d,Hard-pressed flat dwellers,S02001944,Milton East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212685 +212685,S00116027,7c1,Challenged Transitionaries,S01010349,Summerston North - 04,4d,Hard-pressed flat dwellers,S02001946,Summerston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212686 +212686,S00116054,7c1,Challenged Transitionaries,S01009972,Carmunnock South - 04,5a,Ageing urban communities,S02001880,Carmunnock South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212687 +212687,S00116059,7c1,Challenged Transitionaries,S01010058,Parkhead East and Braidfauld North - 03,4d,Hard-pressed flat dwellers,S02001895,Parkhead East and Braidfauld North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212688 +212688,S00116068,7c1,Challenged Transitionaries,S01010062,Braidfauld - 02,4d,Hard-pressed flat dwellers,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212689 +212689,S00116096,7c1,Challenged Transitionaries,S01010130,Barlanark - 08,4d,Hard-pressed flat dwellers,S02001908,Barlanark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212690 +212690,S00116107,7c1,Challenged Transitionaries,S01010129,Barlanark - 07,4d,Hard-pressed flat dwellers,S02001908,Barlanark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212691 +212691,S00116122,7c1,Challenged Transitionaries,S01010166,Craigend and Ruchazie - 02,4a,Challenged white communities,S02001915,Craigend and Ruchazie,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212692 +212692,S00116126,7c1,Challenged Transitionaries,S01010115,"Garthamlock, Auchinlea and Gartloch - 03",4a,Challenged white communities,S02001906,"Garthamlock, Auchinlea and Gartloch",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212693 +212693,S00116147,7c1,Challenged Transitionaries,S01010048,Dalmarnock - 03,4d,Hard-pressed flat dwellers,S02001893,Dalmarnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212694 +212694,S00116155,7c1,Challenged Transitionaries,S01010048,Dalmarnock - 03,4d,Hard-pressed flat dwellers,S02001893,Dalmarnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212695 +212695,S00116233,7c1,Challenged Transitionaries,S01009987,Castlemilk - 02,4d,Hard-pressed flat dwellers,S02001883,Castlemilk,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212696 +212696,S00116258,7c1,Challenged Transitionaries,S01009859,Ibrox - 01,4d,Hard-pressed flat dwellers,S02001859,Ibrox,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212697 +212697,S00116264,7c1,Challenged Transitionaries,S01009836,Drumoyne and Shieldhall - 04,4a,Challenged white communities,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212698 +212698,S00116275,7c1,Challenged Transitionaries,S01009856,Mosspark - 05,4d,Hard-pressed flat dwellers,S02001858,Mosspark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212699 +212699,S00116287,7c1,Challenged Transitionaries,S01009788,Crookston North - 01,4a,Challenged white communities,S02001847,Crookston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212700 +212700,S00116288,7c1,Challenged Transitionaries,S01009778,Nitshill - 04,4d,Hard-pressed flat dwellers,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212701 +212701,S00116342,7c1,Challenged Transitionaries,S01010415,Broomhill - 01,4d,Hard-pressed flat dwellers,S02001959,Broomhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212702 +212702,S00116372,7c1,Challenged Transitionaries,S01010473,Anniesland West - 04,3d,Households in terraces and flats,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212703 +212703,S00116379,7c1,Challenged Transitionaries,S01010471,Anniesland West - 02,4d,Hard-pressed flat dwellers,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212704 +212704,S00116387,7c1,Challenged Transitionaries,S01010454,Knightswood East - 05,4d,Hard-pressed flat dwellers,S02001967,Knightswood East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212705 +212705,S00114909,7c1,Challenged Transitionaries,S01009949,Newlands - 02,4d,Hard-pressed flat dwellers,S02001876,Newlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212706 +212706,S00114932,7c1,Challenged Transitionaries,S01009955,Merrylee and Millbrae - 01,3c,Highly qualified professionals,S02001877,Merrylee and Millbrae,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212707 +212707,S00114933,7c1,Challenged Transitionaries,S01009955,Merrylee and Millbrae - 01,3c,Highly qualified professionals,S02001877,Merrylee and Millbrae,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212708 +212708,S00114934,7c1,Challenged Transitionaries,S01009955,Merrylee and Millbrae - 01,3c,Highly qualified professionals,S02001877,Merrylee and Millbrae,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212709 +212709,S00114938,7c1,Challenged Transitionaries,S01009961,Muirend and Old Cathcart - 03,4a,Challenged white communities,S02001878,Muirend and Old Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212710 +212710,S00114940,7c1,Challenged Transitionaries,S01009961,Muirend and Old Cathcart - 03,4a,Challenged white communities,S02001878,Muirend and Old Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212711 +212711,S00115506,7c1,Challenged Transitionaries,S01009832,Hillington - 04,4d,Hard-pressed flat dwellers,S02001854,Hillington,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212712 +212712,S00115508,7c1,Challenged Transitionaries,S01009831,Hillington - 03,4d,Hard-pressed flat dwellers,S02001854,Hillington,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212713 +212713,S00115510,7c1,Challenged Transitionaries,S01009829,Hillington - 01,4d,Hard-pressed flat dwellers,S02001854,Hillington,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212714 +212714,S00115637,7c1,Challenged Transitionaries,S01009824,Penilee - 03,4a,Challenged white communities,S02001853,Penilee,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212715 +212715,S00114943,7c1,Challenged Transitionaries,S01009956,Merrylee and Millbrae - 02,4d,Hard-pressed flat dwellers,S02001877,Merrylee and Millbrae,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212716 +212716,S00115638,7c1,Challenged Transitionaries,S01009824,Penilee - 03,4a,Challenged white communities,S02001853,Penilee,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212717 +212717,S00115518,7c1,Challenged Transitionaries,S01009830,Hillington - 02,4d,Hard-pressed flat dwellers,S02001854,Hillington,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212718 +212718,S00115643,7c1,Challenged Transitionaries,S01009822,Penilee - 01,4a,Challenged white communities,S02001853,Penilee,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212719 +212719,S00115021,7c1,Challenged Transitionaries,S01010012,Mount Florida - 02,4d,Hard-pressed flat dwellers,S02001887,Mount Florida,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212720 +212720,S00115519,7c1,Challenged Transitionaries,S01009830,Hillington - 02,4d,Hard-pressed flat dwellers,S02001854,Hillington,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212721 +212721,S00115646,7c1,Challenged Transitionaries,S01009822,Penilee - 01,4a,Challenged white communities,S02001853,Penilee,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212722 +212722,S00115022,7c1,Challenged Transitionaries,S01010012,Mount Florida - 02,4d,Hard-pressed flat dwellers,S02001887,Mount Florida,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212723 +212723,S00115520,7c1,Challenged Transitionaries,S01009830,Hillington - 02,4d,Hard-pressed flat dwellers,S02001854,Hillington,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212724 +212724,S00115648,7c1,Challenged Transitionaries,S01009824,Penilee - 03,4a,Challenged white communities,S02001853,Penilee,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212725 +212725,S00115649,7c1,Challenged Transitionaries,S01009823,Penilee - 02,4d,Hard-pressed flat dwellers,S02001853,Penilee,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212726 +212726,S00115654,7c1,Challenged Transitionaries,S01009786,Crookston South - 03,4d,Hard-pressed flat dwellers,S02001846,Crookston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212727 +212727,S00115665,7c1,Challenged Transitionaries,S01009803,Pollok North and East - 05,4d,Hard-pressed flat dwellers,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212728 +212728,S00115671,7c1,Challenged Transitionaries,S01009803,Pollok North and East - 05,4d,Hard-pressed flat dwellers,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212729 +212729,S00115673,7c1,Challenged Transitionaries,S01009800,Pollok North and East - 02,4d,Hard-pressed flat dwellers,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212730 +212730,S00115679,7c1,Challenged Transitionaries,S01009802,Pollok North and East - 04,4d,Hard-pressed flat dwellers,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212731 +212731,S00115682,7c1,Challenged Transitionaries,S01009800,Pollok North and East - 02,4d,Hard-pressed flat dwellers,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212732 +212732,S00115683,7c1,Challenged Transitionaries,S01009800,Pollok North and East - 02,4d,Hard-pressed flat dwellers,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212733 +212733,S00115691,7c1,Challenged Transitionaries,S01009799,Pollok North and East - 01,4d,Hard-pressed flat dwellers,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212734 +212734,S00115694,7c1,Challenged Transitionaries,S01009801,Pollok North and East - 03,4a,Challenged white communities,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212735 +212735,S00115696,7c1,Challenged Transitionaries,S01009801,Pollok North and East - 03,4a,Challenged white communities,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212736 +212736,S00115697,7c1,Challenged Transitionaries,S01009791,Crookston North - 04,4d,Hard-pressed flat dwellers,S02001847,Crookston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212737 +212737,S00115698,7c1,Challenged Transitionaries,S01009790,Crookston North - 03,4a,Challenged white communities,S02001847,Crookston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212738 +212738,S00115699,7c1,Challenged Transitionaries,S01009791,Crookston North - 04,4d,Hard-pressed flat dwellers,S02001847,Crookston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212739 +212739,S00115700,7c1,Challenged Transitionaries,S01009791,Crookston North - 04,4d,Hard-pressed flat dwellers,S02001847,Crookston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212740 +212740,S00115701,7c1,Challenged Transitionaries,S01009790,Crookston North - 03,4a,Challenged white communities,S02001847,Crookston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212741 +212741,S00115702,7c1,Challenged Transitionaries,S01009789,Crookston North - 02,4d,Hard-pressed flat dwellers,S02001847,Crookston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212742 +212742,S00115703,7c1,Challenged Transitionaries,S01009788,Crookston North - 01,4a,Challenged white communities,S02001847,Crookston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212743 +212743,S00115704,7c1,Challenged Transitionaries,S01009788,Crookston North - 01,4a,Challenged white communities,S02001847,Crookston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212744 +212744,S00115706,7c1,Challenged Transitionaries,S01009788,Crookston North - 01,4a,Challenged white communities,S02001847,Crookston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212745 +212745,S00115707,7c1,Challenged Transitionaries,S01009788,Crookston North - 01,4a,Challenged white communities,S02001847,Crookston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212746 +212746,S00115708,7c1,Challenged Transitionaries,S01009788,Crookston North - 01,4a,Challenged white communities,S02001847,Crookston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212747 +212747,S00115709,7c1,Challenged Transitionaries,S01009790,Crookston North - 03,4a,Challenged white communities,S02001847,Crookston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212748 +212748,S00115712,7c1,Challenged Transitionaries,S01009789,Crookston North - 02,4d,Hard-pressed flat dwellers,S02001847,Crookston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212749 +212749,S00115713,7c1,Challenged Transitionaries,S01009789,Crookston North - 02,4d,Hard-pressed flat dwellers,S02001847,Crookston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212750 +212750,S00115714,7c1,Challenged Transitionaries,S01009789,Crookston North - 02,4d,Hard-pressed flat dwellers,S02001847,Crookston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212751 +212751,S00115715,7c1,Challenged Transitionaries,S01009788,Crookston North - 01,4a,Challenged white communities,S02001847,Crookston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212752 +212752,S00115024,7c1,Challenged Transitionaries,S01010003,Kingspark North - 05,5c,Comfortable neighbourhoods,S02001885,Kingspark North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212753 +212753,S00115025,7c1,Challenged Transitionaries,S01010003,Kingspark North - 05,5c,Comfortable neighbourhoods,S02001885,Kingspark North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212754 +212754,S00115521,7c1,Challenged Transitionaries,S01009833,Drumoyne and Shieldhall - 01,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212755 +212755,S00115037,7c1,Challenged Transitionaries,S01009999,Kingspark North - 01,5c,Comfortable neighbourhoods,S02001885,Kingspark North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212756 +212756,S00115042,7c1,Challenged Transitionaries,S01010002,Kingspark North - 04,4d,Hard-pressed flat dwellers,S02001885,Kingspark North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212757 +212757,S00115522,7c1,Challenged Transitionaries,S01009811,Cardonald North - 02,4d,Hard-pressed flat dwellers,S02001851,Cardonald North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212758 +212758,S00115047,7c1,Challenged Transitionaries,S01010016,Toryglen and Oatlands - 01,4d,Hard-pressed flat dwellers,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212759 +212759,S00115523,7c1,Challenged Transitionaries,S01009812,Cardonald North - 03,4d,Hard-pressed flat dwellers,S02001851,Cardonald North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212760 +212760,S00115524,7c1,Challenged Transitionaries,S01009812,Cardonald North - 03,4d,Hard-pressed flat dwellers,S02001851,Cardonald North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212761 +212761,S00115525,7c1,Challenged Transitionaries,S01009812,Cardonald North - 03,4d,Hard-pressed flat dwellers,S02001851,Cardonald North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212762 +212762,S00115526,7c1,Challenged Transitionaries,S01009829,Hillington - 01,4d,Hard-pressed flat dwellers,S02001854,Hillington,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212763 +212763,S00115529,7c1,Challenged Transitionaries,S01009831,Hillington - 03,4d,Hard-pressed flat dwellers,S02001854,Hillington,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212764 +212764,S00115530,7c1,Challenged Transitionaries,S01009831,Hillington - 03,4d,Hard-pressed flat dwellers,S02001854,Hillington,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212765 +212765,S00115538,7c1,Challenged Transitionaries,S01009814,Cardonald North - 05,4a,Challenged white communities,S02001851,Cardonald North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212766 +212766,S00115539,7c1,Challenged Transitionaries,S01009814,Cardonald North - 05,4a,Challenged white communities,S02001851,Cardonald North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212767 +212767,S00115542,7c1,Challenged Transitionaries,S01009814,Cardonald North - 05,4a,Challenged white communities,S02001851,Cardonald North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212768 +212768,S00115550,7c1,Challenged Transitionaries,S01009811,Cardonald North - 02,4d,Hard-pressed flat dwellers,S02001851,Cardonald North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212769 +212769,S00115551,7c1,Challenged Transitionaries,S01009810,Cardonald North - 01,4d,Hard-pressed flat dwellers,S02001851,Cardonald North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212770 +212770,S00115552,7c1,Challenged Transitionaries,S01009811,Cardonald North - 02,4d,Hard-pressed flat dwellers,S02001851,Cardonald North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212771 +212771,S00115553,7c1,Challenged Transitionaries,S01009811,Cardonald North - 02,4d,Hard-pressed flat dwellers,S02001851,Cardonald North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212772 +212772,S00115554,7c1,Challenged Transitionaries,S01009811,Cardonald North - 02,4d,Hard-pressed flat dwellers,S02001851,Cardonald North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212773 +212773,S00115555,7c1,Challenged Transitionaries,S01009811,Cardonald North - 02,4d,Hard-pressed flat dwellers,S02001851,Cardonald North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212774 +212774,S00115556,7c1,Challenged Transitionaries,S01009811,Cardonald North - 02,4d,Hard-pressed flat dwellers,S02001851,Cardonald North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212775 +212775,S00115557,7c1,Challenged Transitionaries,S01009812,Cardonald North - 03,4d,Hard-pressed flat dwellers,S02001851,Cardonald North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212776 +212776,S00115558,7c1,Challenged Transitionaries,S01009811,Cardonald North - 02,4d,Hard-pressed flat dwellers,S02001851,Cardonald North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212777 +212777,S00115559,7c1,Challenged Transitionaries,S01009810,Cardonald North - 01,4d,Hard-pressed flat dwellers,S02001851,Cardonald North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212778 +212778,S00115565,7c1,Challenged Transitionaries,S01009817,Cardonald West and Central - 03,4a,Challenged white communities,S02001852,Cardonald West and Central,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212779 +212779,S00115053,7c1,Challenged Transitionaries,S01010001,Kingspark North - 03,4d,Hard-pressed flat dwellers,S02001885,Kingspark North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212780 +212780,S00115092,7c1,Challenged Transitionaries,S01009989,Castlemilk - 04,4d,Hard-pressed flat dwellers,S02001883,Castlemilk,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212781 +212781,S00115093,7c1,Challenged Transitionaries,S01009989,Castlemilk - 04,4d,Hard-pressed flat dwellers,S02001883,Castlemilk,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212782 +212782,S00115095,7c1,Challenged Transitionaries,S01009991,Castlemilk - 06,4d,Hard-pressed flat dwellers,S02001883,Castlemilk,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212783 +212783,S00115111,7c1,Challenged Transitionaries,S01009990,Castlemilk - 05,4d,Hard-pressed flat dwellers,S02001883,Castlemilk,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212784 +212784,S00115112,7c1,Challenged Transitionaries,S01009994,Kingspark South - 02,4d,Hard-pressed flat dwellers,S02001884,Kingspark South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212785 +212785,S00115123,7c1,Challenged Transitionaries,S01009994,Kingspark South - 02,4d,Hard-pressed flat dwellers,S02001884,Kingspark South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212786 +212786,S00115147,7c1,Challenged Transitionaries,S01009970,Carmunnock South - 02,4d,Hard-pressed flat dwellers,S02001880,Carmunnock South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212787 +212787,S00115164,7c1,Challenged Transitionaries,S01009980,Glenwood North - 01,4d,Hard-pressed flat dwellers,S02001882,Glenwood North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212788 +212788,S00115167,7c1,Challenged Transitionaries,S01009987,Castlemilk - 02,4d,Hard-pressed flat dwellers,S02001883,Castlemilk,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212789 +212789,S00115182,7c1,Challenged Transitionaries,S01009992,Castlemilk - 07,4d,Hard-pressed flat dwellers,S02001883,Castlemilk,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212790 +212790,S00115212,7c1,Challenged Transitionaries,S01009760,Darnley East - 03,4d,Hard-pressed flat dwellers,S02001842,Darnley East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212791 +212791,S00115260,7c1,Challenged Transitionaries,S01009942,Carnwadric West - 04,4d,Hard-pressed flat dwellers,S02001874,Carnwadric West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212792 +212792,S00115333,7c1,Challenged Transitionaries,S01009843,Govan and Linthouse - 03,4d,Hard-pressed flat dwellers,S02001856,Govan and Linthouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212793 +212793,S00115365,7c1,Challenged Transitionaries,S01009836,Drumoyne and Shieldhall - 04,4a,Challenged white communities,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212794 +212794,S00115367,7c1,Challenged Transitionaries,S01009836,Drumoyne and Shieldhall - 04,4a,Challenged white communities,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212795 +212795,S00115379,7c1,Challenged Transitionaries,S01009848,Craigton - 01,4d,Hard-pressed flat dwellers,S02001857,Craigton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212796 +212796,S00115381,7c1,Challenged Transitionaries,S01009848,Craigton - 01,4d,Hard-pressed flat dwellers,S02001857,Craigton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212797 +212797,S00115382,7c1,Challenged Transitionaries,S01009848,Craigton - 01,4d,Hard-pressed flat dwellers,S02001857,Craigton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212798 +212798,S00115385,7c1,Challenged Transitionaries,S01009840,Drumoyne and Shieldhall - 08,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212799 +212799,S00115386,7c1,Challenged Transitionaries,S01009840,Drumoyne and Shieldhall - 08,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212800 +212800,S00117473,7c1,Challenged Transitionaries,S01009807,Cardonald South and East - 02,4d,Hard-pressed flat dwellers,S02001850,Cardonald South and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212801 +212801,S00117481,7c1,Challenged Transitionaries,S01009823,Penilee - 02,4d,Hard-pressed flat dwellers,S02001853,Penilee,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212802 +212802,S00117487,7c1,Challenged Transitionaries,S01009790,Crookston North - 03,4a,Challenged white communities,S02001847,Crookston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212803 +212803,S00117489,7c1,Challenged Transitionaries,S01009785,Crookston South - 02,4d,Hard-pressed flat dwellers,S02001846,Crookston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212804 +212804,S00117537,7c1,Challenged Transitionaries,S01010083,Baillieston West - 01,4a,Challenged white communities,S02001900,Baillieston West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212805 +212805,S00117538,7c1,Challenged Transitionaries,S01010083,Baillieston West - 01,4a,Challenged white communities,S02001900,Baillieston West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212806 +212806,S00117554,7c1,Challenged Transitionaries,S01010425,Whiteinch - 03,4d,Hard-pressed flat dwellers,S02001961,Whiteinch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212807 +212807,S00117566,7c1,Challenged Transitionaries,S01010494,Drumchapel North - 04,4d,Hard-pressed flat dwellers,S02001975,Drumchapel North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212808 +212808,S00117571,7c1,Challenged Transitionaries,S01010115,"Garthamlock, Auchinlea and Gartloch - 03",4a,Challenged white communities,S02001906,"Garthamlock, Auchinlea and Gartloch",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212809 +212809,S00112152,6a2,Comfortable Suburbia,S01010345,Summerston Central and West - 06,8c,Comfortable suburbia,S02001945,Summerston Central and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212810 +212810,S00115191,3c2,Constrained Commuters,S01009985,Glenwood North - 06,4d,Hard-pressed flat dwellers,S02001882,Glenwood North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212811 +212811,S00112173,3c2,Constrained Commuters,S01010260,City Centre East - 02,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212812 +212812,S00116603,3c2,Constrained Commuters,S01010302,Firhill - 02,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212813 +212813,S00113232,3c2,Constrained Commuters,S01010358,Wyndford - 01,4d,Hard-pressed flat dwellers,S02001949,Wyndford,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212814 +212814,S00112714,6a2,Comfortable Suburbia,S01010414,Kelvinside and Jordanhill - 07,3c,Highly qualified professionals,S02001958,Kelvinside and Jordanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212815 +212815,S00114041,6a2,Comfortable Suburbia,S01010082,Mount Vernon North and Sandyhills - 05,8c,Comfortable suburbia,S02001899,Mount Vernon North and Sandyhills,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212816 +212816,S00114959,6a2,Comfortable Suburbia,S01009960,Muirend and Old Cathcart - 02,3c,Highly qualified professionals,S02001878,Muirend and Old Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212817 +212817,S00115119,6a2,Comfortable Suburbia,S01009998,Kingspark South - 06,8a,Affluent communities,S02001884,Kingspark South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212818 +212818,S00115900,6a2,Comfortable Suburbia,S01010090,Baillieston East - 03,5c,Comfortable neighbourhoods,S02001901,Baillieston East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212819 +212819,S00116113,6a2,Comfortable Suburbia,S01009774,Darnley West - 07,3b,Asian traits,S02001844,Darnley West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212820 +212820,S00116182,6a2,Comfortable Suburbia,S01010088,Baillieston East - 01,8c,Comfortable suburbia,S02001901,Baillieston East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212821 +212821,S00116185,6a2,Comfortable Suburbia,S01010091,Baillieston East - 04,5c,Comfortable neighbourhoods,S02001901,Baillieston East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212822 +212822,S00116187,6a2,Comfortable Suburbia,S01010088,Baillieston East - 01,8c,Comfortable suburbia,S02001901,Baillieston East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212823 +212823,S00117037,6a2,Comfortable Suburbia,S01010192,Robroyston and Millerston - 07,3b,Asian traits,S02001918,Robroyston and Millerston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212824 +212824,S00117509,6a2,Comfortable Suburbia,S01009795,Pollok South and West - 04,8c,Comfortable suburbia,S02001848,Pollok South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212825 +212825,S00117512,6a2,Comfortable Suburbia,S01009795,Pollok South and West - 04,8c,Comfortable suburbia,S02001848,Pollok South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212826 +212826,S00117531,6a2,Comfortable Suburbia,S01010102,Garrowhill East and Swinton - 03,8c,Comfortable suburbia,S02001903,Garrowhill East and Swinton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212827 +212827,S00117580,6a2,Comfortable Suburbia,S01010189,Robroyston and Millerston - 04,8c,Comfortable suburbia,S02001918,Robroyston and Millerston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212828 +212828,S00117586,6a2,Comfortable Suburbia,S01010189,Robroyston and Millerston - 04,8c,Comfortable suburbia,S02001918,Robroyston and Millerston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212829 +212829,S00117620,6a2,Comfortable Suburbia,S01010100,Garrowhill East and Swinton - 01,8b,Ageing suburbanites,S02001903,Garrowhill East and Swinton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212830 +212830,S00112599,5b2,Communal Retirement,S01010404,Dowanhill - 02,1a,Cosmopolitan student neighbourhoods,S02001957,Dowanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212831 +212831,S00116192,3c2,Constrained Commuters,S01009895,Govanhill East and Aikenhead - 02,7a,Urban cultural mix,S02001866,Govanhill East and Aikenhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212832 +212832,S00114439,3c2,Constrained Commuters,S01009907,Strathbungo - 03,1a,Cosmopolitan student neighbourhoods,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212833 +212833,S00116967,3c2,Constrained Commuters,S01010360,Wyndford - 03,4d,Hard-pressed flat dwellers,S02001949,Wyndford,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212834 +212834,S00112635,5b2,Communal Retirement,S01010412,Kelvinside and Jordanhill - 05,1a,Cosmopolitan student neighbourhoods,S02001958,Kelvinside and Jordanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212835 +212835,S00112683,5b2,Communal Retirement,S01010368,Kelvindale - 06,3c,Highly qualified professionals,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212836 +212836,S00112702,5b2,Communal Retirement,S01010451,Knightswood East - 02,4d,Hard-pressed flat dwellers,S02001967,Knightswood East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212837 +212837,S00112895,5b2,Communal Retirement,S01010445,Yoker North - 03,4d,Hard-pressed flat dwellers,S02001965,Yoker North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212838 +212838,S00114024,5b2,Communal Retirement,S01010074,Carmyle and Mount Vernon South - 01,5a,Ageing urban communities,S02001898,Carmyle and Mount Vernon South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212839 +212839,S00114419,5b2,Communal Retirement,S01009911,Strathbungo - 07,3c,Highly qualified professionals,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212840 +212840,S00114484,5b2,Communal Retirement,S01009928,Langside - 02,3c,Highly qualified professionals,S02001872,Langside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212841 +212841,S00114931,5b2,Communal Retirement,S01009955,Merrylee and Millbrae - 01,3c,Highly qualified professionals,S02001877,Merrylee and Millbrae,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212842 +212842,S00114981,5b2,Communal Retirement,S01009955,Merrylee and Millbrae - 01,3c,Highly qualified professionals,S02001877,Merrylee and Millbrae,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212843 +212843,S00115582,5b2,Communal Retirement,S01009819,Cardonald West and Central - 05,5a,Ageing urban communities,S02001852,Cardonald West and Central,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212844 +212844,S00115723,5b2,Communal Retirement,S01009784,Crookston South - 01,4d,Hard-pressed flat dwellers,S02001846,Crookston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212845 +212845,S00115767,5b2,Communal Retirement,S01009769,Darnley West - 02,3c,Highly qualified professionals,S02001844,Darnley West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212846 +212846,S00115776,5b2,Communal Retirement,S01009767,Darnley North - 04,4a,Challenged white communities,S02001843,Darnley North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212847 +212847,S00115891,5b2,Communal Retirement,S01010092,Baillieston East - 05,4d,Hard-pressed flat dwellers,S02001901,Baillieston East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212848 +212848,S00116181,5b2,Communal Retirement,S01009879,Pollokshields West - 05,3b,Asian traits,S02001863,Pollokshields West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212849 +212849,S00116773,5b2,Communal Retirement,S01010467,Anniesland East - 03,3c,Highly qualified professionals,S02001970,Anniesland East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212850 +212850,S00116973,5b2,Communal Retirement,S01010346,Summerston North - 01,3c,Highly qualified professionals,S02001946,Summerston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212851 +212851,S00117180,5b2,Communal Retirement,S01010131,Greenfield - 01,8b,Ageing suburbanites,S02001909,Greenfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212852 +212852,S00117577,5b2,Communal Retirement,S01010193,Robroyston and Millerston - 08,3c,Highly qualified professionals,S02001918,Robroyston and Millerston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212853 +212853,S00117003,4a3,Commuters with Young Families,S01010232,"Roystonhill, Blochairn, and Provanmill - 05",7a,Urban cultural mix,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212854 +212854,S00117307,4a3,Commuters with Young Families,S01009929,Langside - 03,3c,Highly qualified professionals,S02001872,Langside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212855 +212855,S00117440,4a3,Commuters with Young Families,S01009843,Govan and Linthouse - 03,4d,Hard-pressed flat dwellers,S02001856,Govan and Linthouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212856 +212856,S00112172,3c2,Constrained Commuters,S01010260,City Centre East - 02,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212857 +212857,S00116610,3c2,Constrained Commuters,S01010279,Anderston - 04,1a,Cosmopolitan student neighbourhoods,S02001935,Anderston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212858 +212858,S00115192,3c2,Constrained Commuters,S01009983,Glenwood North - 04,4d,Hard-pressed flat dwellers,S02001882,Glenwood North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212859 +212859,S00112174,3c2,Constrained Commuters,S01010260,City Centre East - 02,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212860 +212860,S00113243,3c2,Constrained Commuters,S01010359,Wyndford - 02,4d,Hard-pressed flat dwellers,S02001949,Wyndford,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212861 +212861,S00116636,3c2,Constrained Commuters,S01010278,Anderston - 03,1a,Cosmopolitan student neighbourhoods,S02001935,Anderston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212862 +212862,S00115220,3c2,Constrained Commuters,S01009762,Darnley East - 05,4d,Hard-pressed flat dwellers,S02001842,Darnley East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212863 +212863,S00116193,3c2,Constrained Commuters,S01009892,Govanhill West - 06,6a,Inner city cosmopolitan,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212864 +212864,S00114446,3c2,Constrained Commuters,S01009881,Pollokshields East - 01,1a,Cosmopolitan student neighbourhoods,S02001864,Pollokshields East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212865 +212865,S00114448,3c2,Constrained Commuters,S01009886,Pollokshields East - 06,7b,Young ethnic communities,S02001864,Pollokshields East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212866 +212866,S00114528,3c2,Constrained Commuters,S01009924,Shawlands East - 02,1a,Cosmopolitan student neighbourhoods,S02001871,Shawlands East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212867 +212867,S00116976,3c2,Constrained Commuters,S01010353,Maryhill East - 04,4d,Hard-pressed flat dwellers,S02001947,Maryhill East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212868 +212868,S00114530,3c2,Constrained Commuters,S01009919,Shawlands West - 01,1a,Cosmopolitan student neighbourhoods,S02001870,Shawlands West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212869 +212869,S00116637,3c2,Constrained Commuters,S01010272,City Centre South - 01,1a,Cosmopolitan student neighbourhoods,S02001934,City Centre South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212870 +212870,S00114535,3c2,Constrained Commuters,S01009919,Shawlands West - 01,1a,Cosmopolitan student neighbourhoods,S02001870,Shawlands West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212871 +212871,S00116977,3c2,Constrained Commuters,S01010353,Maryhill East - 04,4d,Hard-pressed flat dwellers,S02001947,Maryhill East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212872 +212872,S00115231,3c2,Constrained Commuters,S01009760,Darnley East - 03,4d,Hard-pressed flat dwellers,S02001842,Darnley East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212873 +212873,S00112185,3c2,Constrained Commuters,S01010272,City Centre South - 01,1a,Cosmopolitan student neighbourhoods,S02001934,City Centre South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212874 +212874,S00116217,3c2,Constrained Commuters,S01010185,Blackhill and Barmulloch East - 07,4d,Hard-pressed flat dwellers,S02001917,Blackhill and Barmulloch East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212875 +212875,S00113249,3c2,Constrained Commuters,S01010359,Wyndford - 02,4d,Hard-pressed flat dwellers,S02001949,Wyndford,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212876 +212876,S00116653,3c2,Constrained Commuters,S01010259,City Centre East - 01,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212877 +212877,S00114609,3c2,Constrained Commuters,S01009876,Pollokshields West - 02,7a,Urban cultural mix,S02001863,Pollokshields West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212878 +212878,S00116983,3c2,Constrained Commuters,S01010227,Sighthill - 03,6a,Inner city cosmopolitan,S02001925,Sighthill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212879 +212879,S00115236,3c2,Constrained Commuters,S01009759,Darnley East - 02,4d,Hard-pressed flat dwellers,S02001842,Darnley East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212880 +212880,S00112237,3c2,Constrained Commuters,S01010279,Anderston - 04,1a,Cosmopolitan student neighbourhoods,S02001935,Anderston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212881 +212881,S00113255,3c2,Constrained Commuters,S01010318,Ruchill - 04,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212882 +212882,S00116655,3c2,Constrained Commuters,S01010259,City Centre East - 01,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212883 +212883,S00116656,3c2,Constrained Commuters,S01010259,City Centre East - 01,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212884 +212884,S00116657,3c2,Constrained Commuters,S01010259,City Centre East - 01,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212885 +212885,S00116658,3c2,Constrained Commuters,S01010259,City Centre East - 01,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212886 +212886,S00116685,3c2,Constrained Commuters,S01010035,Laurieston and Tradeston - 05,6a,Inner city cosmopolitan,S02001890,Laurieston and Tradeston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212887 +212887,S00116686,3c2,Constrained Commuters,S01010035,Laurieston and Tradeston - 05,6a,Inner city cosmopolitan,S02001890,Laurieston and Tradeston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212888 +212888,S00116702,3c2,Constrained Commuters,S01010026,Gorbals and Hutchesontown - 04,1a,Cosmopolitan student neighbourhoods,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212889 +212889,S00116713,3c2,Constrained Commuters,S01010024,Gorbals and Hutchesontown - 02,1a,Cosmopolitan student neighbourhoods,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212890 +212890,S00116817,3c2,Constrained Commuters,S01010457,Knightswood Park West - 03,4d,Hard-pressed flat dwellers,S02001968,Knightswood Park West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212891 +212891,S00116819,3c2,Constrained Commuters,S01010457,Knightswood Park West - 03,4d,Hard-pressed flat dwellers,S02001968,Knightswood Park West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212892 +212892,S00116820,3c2,Constrained Commuters,S01010462,Knightswood Park East - 03,7a,Urban cultural mix,S02001969,Knightswood Park East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212893 +212893,S00116821,3c2,Constrained Commuters,S01010462,Knightswood Park East - 03,7a,Urban cultural mix,S02001969,Knightswood Park East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212894 +212894,S00116822,3c2,Constrained Commuters,S01010462,Knightswood Park East - 03,7a,Urban cultural mix,S02001969,Knightswood Park East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212895 +212895,S00116823,3c2,Constrained Commuters,S01010462,Knightswood Park East - 03,7a,Urban cultural mix,S02001969,Knightswood Park East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212896 +212896,S00116824,3c2,Constrained Commuters,S01010461,Knightswood Park East - 02,4d,Hard-pressed flat dwellers,S02001969,Knightswood Park East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212897 +212897,S00116825,3c2,Constrained Commuters,S01010461,Knightswood Park East - 02,4d,Hard-pressed flat dwellers,S02001969,Knightswood Park East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212898 +212898,S00116243,3c2,Constrained Commuters,S01009983,Glenwood North - 04,4d,Hard-pressed flat dwellers,S02001882,Glenwood North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212899 +212899,S00116833,3c2,Constrained Commuters,S01010451,Knightswood East - 02,4d,Hard-pressed flat dwellers,S02001967,Knightswood East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212900 +212900,S00116834,3c2,Constrained Commuters,S01010451,Knightswood East - 02,4d,Hard-pressed flat dwellers,S02001967,Knightswood East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212901 +212901,S00116838,3c2,Constrained Commuters,S01010458,Knightswood Park West - 04,4d,Hard-pressed flat dwellers,S02001968,Knightswood Park West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212902 +212902,S00116839,3c2,Constrained Commuters,S01010453,Knightswood East - 04,4d,Hard-pressed flat dwellers,S02001967,Knightswood East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212903 +212903,S00116840,3c2,Constrained Commuters,S01010453,Knightswood East - 04,4d,Hard-pressed flat dwellers,S02001967,Knightswood East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212904 +212904,S00116841,3c2,Constrained Commuters,S01010453,Knightswood East - 04,4d,Hard-pressed flat dwellers,S02001967,Knightswood East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212905 +212905,S00116859,3c2,Constrained Commuters,S01010433,Scotstoun South and West - 02,7a,Urban cultural mix,S02001963,Scotstoun South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212906 +212906,S00116860,3c2,Constrained Commuters,S01010433,Scotstoun South and West - 02,7a,Urban cultural mix,S02001963,Scotstoun South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212907 +212907,S00116861,3c2,Constrained Commuters,S01010433,Scotstoun South and West - 02,7a,Urban cultural mix,S02001963,Scotstoun South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212908 +212908,S00116862,3c2,Constrained Commuters,S01010433,Scotstoun South and West - 02,7a,Urban cultural mix,S02001963,Scotstoun South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212909 +212909,S00116864,3c2,Constrained Commuters,S01010427,Scotstoun North and East - 01,7a,Urban cultural mix,S02001962,Scotstoun North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212910 +212910,S00116865,3c2,Constrained Commuters,S01010427,Scotstoun North and East - 01,7a,Urban cultural mix,S02001962,Scotstoun North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212911 +212911,S00116866,3c2,Constrained Commuters,S01010427,Scotstoun North and East - 01,7a,Urban cultural mix,S02001962,Scotstoun North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212912 +212912,S00116867,3c2,Constrained Commuters,S01010427,Scotstoun North and East - 01,7a,Urban cultural mix,S02001962,Scotstoun North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212913 +212913,S00116876,3c2,Constrained Commuters,S01010423,Whiteinch - 01,1a,Cosmopolitan student neighbourhoods,S02001961,Whiteinch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212914 +212914,S00116880,3c2,Constrained Commuters,S01010425,Whiteinch - 03,4d,Hard-pressed flat dwellers,S02001961,Whiteinch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212915 +212915,S00116886,3c2,Constrained Commuters,S01010442,Yoker South - 06,4d,Hard-pressed flat dwellers,S02001964,Yoker South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212916 +212916,S00116930,3c2,Constrained Commuters,S01010300,Woodside - 04,1a,Cosmopolitan student neighbourhoods,S02001938,Woodside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212917 +212917,S00116939,3c2,Constrained Commuters,S01010303,Firhill - 03,7b,Young ethnic communities,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212918 +212918,S00116944,3c2,Constrained Commuters,S01010303,Firhill - 03,7b,Young ethnic communities,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212919 +212919,S00116957,3c2,Constrained Commuters,S01010362,Wyndford - 05,4d,Hard-pressed flat dwellers,S02001949,Wyndford,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212920 +212920,S00116958,3c2,Constrained Commuters,S01010362,Wyndford - 05,4d,Hard-pressed flat dwellers,S02001949,Wyndford,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212921 +212921,S00116959,3c2,Constrained Commuters,S01010362,Wyndford - 05,4d,Hard-pressed flat dwellers,S02001949,Wyndford,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212922 +212922,S00116961,3c2,Constrained Commuters,S01010362,Wyndford - 05,4d,Hard-pressed flat dwellers,S02001949,Wyndford,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212923 +212923,S00116962,3c2,Constrained Commuters,S01010362,Wyndford - 05,4d,Hard-pressed flat dwellers,S02001949,Wyndford,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212924 +212924,S00116963,3c2,Constrained Commuters,S01010361,Wyndford - 04,6a,Inner city cosmopolitan,S02001949,Wyndford,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212925 +212925,S00116964,3c2,Constrained Commuters,S01010361,Wyndford - 04,6a,Inner city cosmopolitan,S02001949,Wyndford,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212926 +212926,S00116965,3c2,Constrained Commuters,S01010362,Wyndford - 05,4d,Hard-pressed flat dwellers,S02001949,Wyndford,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212927 +212927,S00116966,3c2,Constrained Commuters,S01010362,Wyndford - 05,4d,Hard-pressed flat dwellers,S02001949,Wyndford,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212928 +212928,S00114610,3c2,Constrained Commuters,S01009876,Pollokshields West - 02,7a,Urban cultural mix,S02001863,Pollokshields West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212929 +212929,S00112263,3c2,Constrained Commuters,S01010283,Finnieston and Kelvinhaugh - 02,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212930 +212930,S00116984,3c2,Constrained Commuters,S01010227,Sighthill - 03,6a,Inner city cosmopolitan,S02001925,Sighthill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212931 +212931,S00115237,3c2,Constrained Commuters,S01009759,Darnley East - 02,4d,Hard-pressed flat dwellers,S02001842,Darnley East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212932 +212932,S00114611,3c2,Constrained Commuters,S01009876,Pollokshields West - 02,7a,Urban cultural mix,S02001863,Pollokshields West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212933 +212933,S00116985,3c2,Constrained Commuters,S01010227,Sighthill - 03,6a,Inner city cosmopolitan,S02001925,Sighthill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212934 +212934,S00112269,3c2,Constrained Commuters,S01010272,City Centre South - 01,1a,Cosmopolitan student neighbourhoods,S02001934,City Centre South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212935 +212935,S00113277,3c2,Constrained Commuters,S01010315,Ruchill - 01,4d,Hard-pressed flat dwellers,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212936 +212936,S00116986,3c2,Constrained Commuters,S01010226,Sighthill - 02,6a,Inner city cosmopolitan,S02001925,Sighthill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212937 +212937,S00114612,3c2,Constrained Commuters,S01009876,Pollokshields West - 02,7a,Urban cultural mix,S02001863,Pollokshields West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212938 +212938,S00116251,3c2,Constrained Commuters,S01009939,Carnwadric West - 01,6a,Inner city cosmopolitan,S02001874,Carnwadric West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212939 +212939,S00115261,3c2,Constrained Commuters,S01009939,Carnwadric West - 01,6a,Inner city cosmopolitan,S02001874,Carnwadric West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212940 +212940,S00116987,3c2,Constrained Commuters,S01010226,Sighthill - 02,6a,Inner city cosmopolitan,S02001925,Sighthill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212941 +212941,S00115286,3c2,Constrained Commuters,S01009870,Kinning Park and Festival Park - 05,1a,Cosmopolitan student neighbourhoods,S02001861,Kinning Park and Festival Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212942 +212942,S00116256,3c2,Constrained Commuters,S01009861,Ibrox - 03,1a,Cosmopolitan student neighbourhoods,S02001859,Ibrox,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212943 +212943,S00112274,3c2,Constrained Commuters,S01010278,Anderston - 03,1a,Cosmopolitan student neighbourhoods,S02001935,Anderston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212944 +212944,S00114613,3c2,Constrained Commuters,S01009876,Pollokshields West - 02,7a,Urban cultural mix,S02001863,Pollokshields West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212945 +212945,S00113278,3c2,Constrained Commuters,S01010316,Ruchill - 02,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212946 +212946,S00115290,3c2,Constrained Commuters,S01009863,Ibrox East and Cessnock - 02,1a,Cosmopolitan student neighbourhoods,S02001860,Ibrox East and Cessnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212947 +212947,S00112279,3c2,Constrained Commuters,S01010291,Woodlands - 03,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212948 +212948,S00116988,3c2,Constrained Commuters,S01010226,Sighthill - 02,6a,Inner city cosmopolitan,S02001925,Sighthill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212949 +212949,S00113298,3c2,Constrained Commuters,S01010347,Summerston North - 02,1a,Cosmopolitan student neighbourhoods,S02001946,Summerston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212950 +212950,S00114614,3c2,Constrained Commuters,S01009876,Pollokshields West - 02,7a,Urban cultural mix,S02001863,Pollokshields West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212951 +212951,S00116261,3c2,Constrained Commuters,S01009842,Govan and Linthouse - 02,7a,Urban cultural mix,S02001856,Govan and Linthouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212952 +212952,S00115291,3c2,Constrained Commuters,S01009863,Ibrox East and Cessnock - 02,1a,Cosmopolitan student neighbourhoods,S02001860,Ibrox East and Cessnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212953 +212953,S00112304,3c2,Constrained Commuters,S01010297,Woodside - 01,1a,Cosmopolitan student neighbourhoods,S02001938,Woodside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212954 +212954,S00112327,3c2,Constrained Commuters,S01010261,City Centre East - 03,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212955 +212955,S00112354,3c2,Constrained Commuters,S01010026,Gorbals and Hutchesontown - 04,1a,Cosmopolitan student neighbourhoods,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212956 +212956,S00112356,3c2,Constrained Commuters,S01010025,Gorbals and Hutchesontown - 03,1a,Cosmopolitan student neighbourhoods,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212957 +212957,S00112357,3c2,Constrained Commuters,S01010025,Gorbals and Hutchesontown - 03,1a,Cosmopolitan student neighbourhoods,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212958 +212958,S00112359,3c2,Constrained Commuters,S01010026,Gorbals and Hutchesontown - 04,1a,Cosmopolitan student neighbourhoods,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212959 +212959,S00112379,3c2,Constrained Commuters,S01010386,Hillhead - 06,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212960 +212960,S00112729,3c2,Constrained Commuters,S01010474,Anniesland West - 05,1a,Cosmopolitan student neighbourhoods,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212961 +212961,S00112845,3c2,Constrained Commuters,S01010462,Knightswood Park East - 03,7a,Urban cultural mix,S02001969,Knightswood Park East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212962 +212962,S00112846,3c2,Constrained Commuters,S01010462,Knightswood Park East - 03,7a,Urban cultural mix,S02001969,Knightswood Park East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212963 +212963,S00112847,3c2,Constrained Commuters,S01010462,Knightswood Park East - 03,7a,Urban cultural mix,S02001969,Knightswood Park East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212964 +212964,S00112848,3c2,Constrained Commuters,S01010462,Knightswood Park East - 03,7a,Urban cultural mix,S02001969,Knightswood Park East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212965 +212965,S00112929,3c2,Constrained Commuters,S01010436,Scotstoun South and West - 05,4d,Hard-pressed flat dwellers,S02001963,Scotstoun South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212966 +212966,S00112930,3c2,Constrained Commuters,S01010430,Scotstoun North and East - 04,1a,Cosmopolitan student neighbourhoods,S02001962,Scotstoun North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212967 +212967,S00112931,3c2,Constrained Commuters,S01010433,Scotstoun South and West - 02,7a,Urban cultural mix,S02001963,Scotstoun South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212968 +212968,S00112932,3c2,Constrained Commuters,S01010433,Scotstoun South and West - 02,7a,Urban cultural mix,S02001963,Scotstoun South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212969 +212969,S00112934,3c2,Constrained Commuters,S01010430,Scotstoun North and East - 04,1a,Cosmopolitan student neighbourhoods,S02001962,Scotstoun North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212970 +212970,S00112935,3c2,Constrained Commuters,S01010430,Scotstoun North and East - 04,1a,Cosmopolitan student neighbourhoods,S02001962,Scotstoun North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212971 +212971,S00112936,3c2,Constrained Commuters,S01010434,Scotstoun South and West - 03,6a,Inner city cosmopolitan,S02001963,Scotstoun South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212972 +212972,S00112937,3c2,Constrained Commuters,S01010434,Scotstoun South and West - 03,6a,Inner city cosmopolitan,S02001963,Scotstoun South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212973 +212973,S00112992,3c2,Constrained Commuters,S01010424,Whiteinch - 02,4d,Hard-pressed flat dwellers,S02001961,Whiteinch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212974 +212974,S00112993,3c2,Constrained Commuters,S01010424,Whiteinch - 02,4d,Hard-pressed flat dwellers,S02001961,Whiteinch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212975 +212975,S00112995,3c2,Constrained Commuters,S01010425,Whiteinch - 03,4d,Hard-pressed flat dwellers,S02001961,Whiteinch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212976 +212976,S00112998,3c2,Constrained Commuters,S01010426,Whiteinch - 04,4d,Hard-pressed flat dwellers,S02001961,Whiteinch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212977 +212977,S00113002,3c2,Constrained Commuters,S01010434,Scotstoun South and West - 03,6a,Inner city cosmopolitan,S02001963,Scotstoun South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212978 +212978,S00113004,3c2,Constrained Commuters,S01010434,Scotstoun South and West - 03,6a,Inner city cosmopolitan,S02001963,Scotstoun South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212979 +212979,S00113005,3c2,Constrained Commuters,S01010434,Scotstoun South and West - 03,6a,Inner city cosmopolitan,S02001963,Scotstoun South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212980 +212980,S00113007,3c2,Constrained Commuters,S01010432,Scotstoun South and West - 01,1a,Cosmopolitan student neighbourhoods,S02001963,Scotstoun South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212981 +212981,S00113015,3c2,Constrained Commuters,S01010438,Yoker South - 02,4d,Hard-pressed flat dwellers,S02001964,Yoker South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212982 +212982,S00113023,3c2,Constrained Commuters,S01010438,Yoker South - 02,4d,Hard-pressed flat dwellers,S02001964,Yoker South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212983 +212983,S00113081,3c2,Constrained Commuters,S01010496,Drumry East - 01,4d,Hard-pressed flat dwellers,S02001976,Drumry East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212984 +212984,S00113144,3c2,Constrained Commuters,S01010306,Firhill - 06,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212985 +212985,S00113178,3c2,Constrained Commuters,S01010303,Firhill - 03,7b,Young ethnic communities,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212986 +212986,S00113182,3c2,Constrained Commuters,S01010304,Firhill - 04,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212987 +212987,S00113184,3c2,Constrained Commuters,S01010304,Firhill - 04,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212988 +212988,S00113195,3c2,Constrained Commuters,S01010314,Keppochhill - 06,1a,Cosmopolitan student neighbourhoods,S02001940,Keppochhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212989 +212989,S00113197,3c2,Constrained Commuters,S01010314,Keppochhill - 06,1a,Cosmopolitan student neighbourhoods,S02001940,Keppochhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212990 +212990,S00113200,3c2,Constrained Commuters,S01010316,Ruchill - 02,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212991 +212991,S00113202,3c2,Constrained Commuters,S01010316,Ruchill - 02,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212992 +212992,S00113204,3c2,Constrained Commuters,S01010314,Keppochhill - 06,1a,Cosmopolitan student neighbourhoods,S02001940,Keppochhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212993 +212993,S00113223,3c2,Constrained Commuters,S01010320,Ruchill - 06,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212994 +212994,S00113225,3c2,Constrained Commuters,S01010320,Ruchill - 06,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212995 +212995,S00116263,3c2,Constrained Commuters,S01009845,Govan and Linthouse - 05,6a,Inner city cosmopolitan,S02001856,Govan and Linthouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212996 +212996,S00115293,3c2,Constrained Commuters,S01009870,Kinning Park and Festival Park - 05,1a,Cosmopolitan student neighbourhoods,S02001861,Kinning Park and Festival Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212997 +212997,S00116989,3c2,Constrained Commuters,S01010226,Sighthill - 02,6a,Inner city cosmopolitan,S02001925,Sighthill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212998 +212998,S00116396,3c2,Constrained Commuters,S01010261,City Centre East - 03,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212999 +212999,S00115299,3c2,Constrained Commuters,S01009863,Ibrox East and Cessnock - 02,1a,Cosmopolitan student neighbourhoods,S02001860,Ibrox East and Cessnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213000 +213000,S00115311,3c2,Constrained Commuters,S01009861,Ibrox - 03,1a,Cosmopolitan student neighbourhoods,S02001859,Ibrox,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213001 +213001,S00115320,3c2,Constrained Commuters,S01009860,Ibrox - 02,4d,Hard-pressed flat dwellers,S02001859,Ibrox,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213002 +213002,S00113319,3c2,Constrained Commuters,S01010353,Maryhill East - 04,4d,Hard-pressed flat dwellers,S02001947,Maryhill East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213003 +213003,S00115321,3c2,Constrained Commuters,S01009860,Ibrox - 02,4d,Hard-pressed flat dwellers,S02001859,Ibrox,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213004 +213004,S00113342,3c2,Constrained Commuters,S01010227,Sighthill - 03,6a,Inner city cosmopolitan,S02001925,Sighthill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213005 +213005,S00116397,3c2,Constrained Commuters,S01010261,City Centre East - 03,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213006 +213006,S00115325,3c2,Constrained Commuters,S01009859,Ibrox - 01,4d,Hard-pressed flat dwellers,S02001859,Ibrox,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213007 +213007,S00117005,3c2,Constrained Commuters,S01010231,"Roystonhill, Blochairn, and Provanmill - 04",4d,Hard-pressed flat dwellers,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213008 +213008,S00113343,3c2,Constrained Commuters,S01010227,Sighthill - 03,6a,Inner city cosmopolitan,S02001925,Sighthill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213009 +213009,S00116398,3c2,Constrained Commuters,S01010035,Laurieston and Tradeston - 05,6a,Inner city cosmopolitan,S02001890,Laurieston and Tradeston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213010 +213010,S00117006,3c2,Constrained Commuters,S01010231,"Roystonhill, Blochairn, and Provanmill - 04",4d,Hard-pressed flat dwellers,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213011 +213011,S00116399,3c2,Constrained Commuters,S01010035,Laurieston and Tradeston - 05,6a,Inner city cosmopolitan,S02001890,Laurieston and Tradeston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213012 +213012,S00113345,3c2,Constrained Commuters,S01010219,Cowlairs and Port Dundas - 01,6a,Inner city cosmopolitan,S02001924,Cowlairs and Port Dundas,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213013 +213013,S00117007,3c2,Constrained Commuters,S01010230,"Roystonhill, Blochairn, and Provanmill - 03",6a,Inner city cosmopolitan,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213014 +213014,S00115326,3c2,Constrained Commuters,S01009859,Ibrox - 01,4d,Hard-pressed flat dwellers,S02001859,Ibrox,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213015 +213015,S00116400,3c2,Constrained Commuters,S01010034,Laurieston and Tradeston - 04,1a,Cosmopolitan student neighbourhoods,S02001890,Laurieston and Tradeston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213016 +213016,S00113346,3c2,Constrained Commuters,S01010219,Cowlairs and Port Dundas - 01,6a,Inner city cosmopolitan,S02001924,Cowlairs and Port Dundas,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213017 +213017,S00117008,3c2,Constrained Commuters,S01010230,"Roystonhill, Blochairn, and Provanmill - 03",6a,Inner city cosmopolitan,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213018 +213018,S00115335,3c2,Constrained Commuters,S01009842,Govan and Linthouse - 02,7a,Urban cultural mix,S02001856,Govan and Linthouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213019 +213019,S00113347,3c2,Constrained Commuters,S01010219,Cowlairs and Port Dundas - 01,6a,Inner city cosmopolitan,S02001924,Cowlairs and Port Dundas,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213020 +213020,S00115338,3c2,Constrained Commuters,S01009841,Govan and Linthouse - 01,1a,Cosmopolitan student neighbourhoods,S02001856,Govan and Linthouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213021 +213021,S00117009,3c2,Constrained Commuters,S01010230,"Roystonhill, Blochairn, and Provanmill - 03",6a,Inner city cosmopolitan,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213022 +213022,S00113357,3c2,Constrained Commuters,S01010218,Springburn East and Cowlairs - 05,4d,Hard-pressed flat dwellers,S02001923,Springburn East and Cowlairs,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213023 +213023,S00116411,3c2,Constrained Commuters,S01010453,Knightswood East - 04,4d,Hard-pressed flat dwellers,S02001967,Knightswood East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213024 +213024,S00115340,3c2,Constrained Commuters,S01009841,Govan and Linthouse - 01,1a,Cosmopolitan student neighbourhoods,S02001856,Govan and Linthouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213025 +213025,S00117010,3c2,Constrained Commuters,S01010230,"Roystonhill, Blochairn, and Provanmill - 03",6a,Inner city cosmopolitan,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213026 +213026,S00113359,3c2,Constrained Commuters,S01010231,"Roystonhill, Blochairn, and Provanmill - 04",4d,Hard-pressed flat dwellers,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213027 +213027,S00117011,3c2,Constrained Commuters,S01010230,"Roystonhill, Blochairn, and Provanmill - 03",6a,Inner city cosmopolitan,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213028 +213028,S00113364,3c2,Constrained Commuters,S01010232,"Roystonhill, Blochairn, and Provanmill - 05",7a,Urban cultural mix,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213029 +213029,S00116412,3c2,Constrained Commuters,S01010453,Knightswood East - 04,4d,Hard-pressed flat dwellers,S02001967,Knightswood East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213030 +213030,S00117012,3c2,Constrained Commuters,S01010230,"Roystonhill, Blochairn, and Provanmill - 03",6a,Inner city cosmopolitan,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213031 +213031,S00115342,3c2,Constrained Commuters,S01009842,Govan and Linthouse - 02,7a,Urban cultural mix,S02001856,Govan and Linthouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213032 +213032,S00113367,3c2,Constrained Commuters,S01010232,"Roystonhill, Blochairn, and Provanmill - 05",7a,Urban cultural mix,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213033 +213033,S00116414,3c2,Constrained Commuters,S01010430,Scotstoun North and East - 04,1a,Cosmopolitan student neighbourhoods,S02001962,Scotstoun North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213034 +213034,S00117013,3c2,Constrained Commuters,S01010230,"Roystonhill, Blochairn, and Provanmill - 03",6a,Inner city cosmopolitan,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213035 +213035,S00116417,3c2,Constrained Commuters,S01010499,Drumry East - 04,4d,Hard-pressed flat dwellers,S02001976,Drumry East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213036 +213036,S00113372,3c2,Constrained Commuters,S01010233,"Roystonhill, Blochairn, and Provanmill - 06",7a,Urban cultural mix,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213037 +213037,S00115345,3c2,Constrained Commuters,S01009846,Govan and Linthouse - 06,4d,Hard-pressed flat dwellers,S02001856,Govan and Linthouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213038 +213038,S00114615,3c2,Constrained Commuters,S01009876,Pollokshields West - 02,7a,Urban cultural mix,S02001863,Pollokshields West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213039 +213039,S00116418,3c2,Constrained Commuters,S01010499,Drumry East - 04,4d,Hard-pressed flat dwellers,S02001976,Drumry East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213040 +213040,S00117014,3c2,Constrained Commuters,S01010225,Sighthill - 01,7a,Urban cultural mix,S02001925,Sighthill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213041 +213041,S00113373,3c2,Constrained Commuters,S01010233,"Roystonhill, Blochairn, and Provanmill - 06",7a,Urban cultural mix,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213042 +213042,S00116422,3c2,Constrained Commuters,S01010302,Firhill - 02,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213043 +213043,S00117015,3c2,Constrained Commuters,S01010225,Sighthill - 01,7a,Urban cultural mix,S02001925,Sighthill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213044 +213044,S00114632,3c2,Constrained Commuters,S01009891,Govanhill West - 05,1a,Cosmopolitan student neighbourhoods,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213045 +213045,S00115349,3c2,Constrained Commuters,S01009841,Govan and Linthouse - 01,1a,Cosmopolitan student neighbourhoods,S02001856,Govan and Linthouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213046 +213046,S00114634,3c2,Constrained Commuters,S01009893,Govanhill West - 07,1a,Cosmopolitan student neighbourhoods,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213047 +213047,S00116423,3c2,Constrained Commuters,S01010302,Firhill - 02,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213048 +213048,S00117016,3c2,Constrained Commuters,S01010232,"Roystonhill, Blochairn, and Provanmill - 05",7a,Urban cultural mix,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213049 +213049,S00113455,3c2,Constrained Commuters,S01010212,Springburn - 04,4d,Hard-pressed flat dwellers,S02001922,Springburn,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213050 +213050,S00115350,3c2,Constrained Commuters,S01009841,Govan and Linthouse - 01,1a,Cosmopolitan student neighbourhoods,S02001856,Govan and Linthouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213051 +213051,S00114636,3c2,Constrained Commuters,S01009887,Govanhill West - 01,6a,Inner city cosmopolitan,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213052 +213052,S00116424,3c2,Constrained Commuters,S01010299,Woodside - 03,1a,Cosmopolitan student neighbourhoods,S02001938,Woodside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213053 +213053,S00117017,3c2,Constrained Commuters,S01010232,"Roystonhill, Blochairn, and Provanmill - 05",7a,Urban cultural mix,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213054 +213054,S00113480,3c2,Constrained Commuters,S01010205,Petershill - 03,4d,Hard-pressed flat dwellers,S02001921,Petershill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213055 +213055,S00115352,3c2,Constrained Commuters,S01009846,Govan and Linthouse - 06,4d,Hard-pressed flat dwellers,S02001856,Govan and Linthouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213056 +213056,S00115355,3c2,Constrained Commuters,S01009844,Govan and Linthouse - 04,6a,Inner city cosmopolitan,S02001856,Govan and Linthouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213057 +213057,S00115361,3c2,Constrained Commuters,S01009844,Govan and Linthouse - 04,6a,Inner city cosmopolitan,S02001856,Govan and Linthouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213058 +213058,S00115362,3c2,Constrained Commuters,S01009845,Govan and Linthouse - 05,6a,Inner city cosmopolitan,S02001856,Govan and Linthouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213059 +213059,S00115363,3c2,Constrained Commuters,S01009845,Govan and Linthouse - 05,6a,Inner city cosmopolitan,S02001856,Govan and Linthouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213060 +213060,S00115364,3c2,Constrained Commuters,S01009845,Govan and Linthouse - 05,6a,Inner city cosmopolitan,S02001856,Govan and Linthouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213061 +213061,S00115407,3c2,Constrained Commuters,S01009847,Govan and Linthouse - 07,4d,Hard-pressed flat dwellers,S02001856,Govan and Linthouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213062 +213062,S00115544,3c2,Constrained Commuters,S01009813,Cardonald North - 04,7a,Urban cultural mix,S02001851,Cardonald North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213063 +213063,S00115546,3c2,Constrained Commuters,S01009813,Cardonald North - 04,7a,Urban cultural mix,S02001851,Cardonald North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213064 +213064,S00115547,3c2,Constrained Commuters,S01009813,Cardonald North - 04,7a,Urban cultural mix,S02001851,Cardonald North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213065 +213065,S00115549,3c2,Constrained Commuters,S01009813,Cardonald North - 04,7a,Urban cultural mix,S02001851,Cardonald North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213066 +213066,S00115603,3c2,Constrained Commuters,S01009807,Cardonald South and East - 02,4d,Hard-pressed flat dwellers,S02001850,Cardonald South and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213067 +213067,S00115604,3c2,Constrained Commuters,S01009808,Cardonald South and East - 03,7a,Urban cultural mix,S02001850,Cardonald South and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213068 +213068,S00115605,3c2,Constrained Commuters,S01009808,Cardonald South and East - 03,7a,Urban cultural mix,S02001850,Cardonald South and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213069 +213069,S00115606,3c2,Constrained Commuters,S01009808,Cardonald South and East - 03,7a,Urban cultural mix,S02001850,Cardonald South and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213070 +213070,S00115607,3c2,Constrained Commuters,S01009808,Cardonald South and East - 03,7a,Urban cultural mix,S02001850,Cardonald South and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213071 +213071,S00115608,3c2,Constrained Commuters,S01009808,Cardonald South and East - 03,7a,Urban cultural mix,S02001850,Cardonald South and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213072 +213072,S00115974,3c2,Constrained Commuters,S01010303,Firhill - 03,7b,Young ethnic communities,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213073 +213073,S00115976,3c2,Constrained Commuters,S01010298,Woodside - 02,1a,Cosmopolitan student neighbourhoods,S02001938,Woodside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213074 +213074,S00115980,3c2,Constrained Commuters,S01010320,Ruchill - 06,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213075 +213075,S00115999,3c2,Constrained Commuters,S01010225,Sighthill - 01,7a,Urban cultural mix,S02001925,Sighthill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213076 +213076,S00116008,3c2,Constrained Commuters,S01010224,Cowlairs and Port Dundas - 06,4d,Hard-pressed flat dwellers,S02001924,Cowlairs and Port Dundas,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213077 +213077,S00116048,3c2,Constrained Commuters,S01010243,Carntyne West and Haghill - 02,6a,Inner city cosmopolitan,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213078 +213078,S00116071,3c2,Constrained Commuters,S01010038,Calton and Gallowgate - 02,4d,Hard-pressed flat dwellers,S02001891,Calton and Gallowgate,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213079 +213079,S00116159,3c2,Constrained Commuters,S01010043,Bridgeton - 02,1a,Cosmopolitan student neighbourhoods,S02001892,Bridgeton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213080 +213080,S00116161,3c2,Constrained Commuters,S01009878,Pollokshields West - 04,7b,Young ethnic communities,S02001863,Pollokshields West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213081 +213081,S00113496,3c2,Constrained Commuters,S01010312,Keppochhill - 04,4d,Hard-pressed flat dwellers,S02001940,Keppochhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213082 +213082,S00114637,3c2,Constrained Commuters,S01009892,Govanhill West - 06,6a,Inner city cosmopolitan,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213083 +213083,S00117018,3c2,Constrained Commuters,S01010233,"Roystonhill, Blochairn, and Provanmill - 06",7a,Urban cultural mix,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213084 +213084,S00113503,3c2,Constrained Commuters,S01010311,Keppochhill - 03,4d,Hard-pressed flat dwellers,S02001940,Keppochhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213085 +213085,S00114638,3c2,Constrained Commuters,S01009891,Govanhill West - 05,1a,Cosmopolitan student neighbourhoods,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213086 +213086,S00114640,3c2,Constrained Commuters,S01009890,Govanhill West - 04,1a,Cosmopolitan student neighbourhoods,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213087 +213087,S00114641,3c2,Constrained Commuters,S01009892,Govanhill West - 06,6a,Inner city cosmopolitan,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213088 +213088,S00116428,3c2,Constrained Commuters,S01010359,Wyndford - 02,4d,Hard-pressed flat dwellers,S02001949,Wyndford,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213089 +213089,S00117019,3c2,Constrained Commuters,S01010233,"Roystonhill, Blochairn, and Provanmill - 06",7a,Urban cultural mix,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213090 +213090,S00114643,3c2,Constrained Commuters,S01009890,Govanhill West - 04,1a,Cosmopolitan student neighbourhoods,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213091 +213091,S00116431,3c2,Constrained Commuters,S01010361,Wyndford - 04,6a,Inner city cosmopolitan,S02001949,Wyndford,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213092 +213092,S00113504,3c2,Constrained Commuters,S01010311,Keppochhill - 03,4d,Hard-pressed flat dwellers,S02001940,Keppochhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213093 +213093,S00117020,3c2,Constrained Commuters,S01010232,"Roystonhill, Blochairn, and Provanmill - 05",7a,Urban cultural mix,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213094 +213094,S00114650,3c2,Constrained Commuters,S01009898,Govanhill East and Aikenhead - 05,4d,Hard-pressed flat dwellers,S02001866,Govanhill East and Aikenhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213095 +213095,S00116436,3c2,Constrained Commuters,S01010227,Sighthill - 03,6a,Inner city cosmopolitan,S02001925,Sighthill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213096 +213096,S00117058,3c2,Constrained Commuters,S01010207,Petershill - 05,7a,Urban cultural mix,S02001921,Petershill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213097 +213097,S00114652,3c2,Constrained Commuters,S01009895,Govanhill East and Aikenhead - 02,7a,Urban cultural mix,S02001866,Govanhill East and Aikenhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213098 +213098,S00116437,3c2,Constrained Commuters,S01010227,Sighthill - 03,6a,Inner city cosmopolitan,S02001925,Sighthill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213099 +213099,S00113653,3c2,Constrained Commuters,S01010255,Gallowgate North and Bellgrove - 02,1a,Cosmopolitan student neighbourhoods,S02001931,Gallowgate North and Bellgrove,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213100 +213100,S00117059,3c2,Constrained Commuters,S01010206,Petershill - 04,6a,Inner city cosmopolitan,S02001921,Petershill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213101 +213101,S00114655,3c2,Constrained Commuters,S01009896,Govanhill East and Aikenhead - 03,7a,Urban cultural mix,S02001866,Govanhill East and Aikenhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213102 +213102,S00114657,3c2,Constrained Commuters,S01009892,Govanhill West - 06,6a,Inner city cosmopolitan,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213103 +213103,S00114661,3c2,Constrained Commuters,S01009892,Govanhill West - 06,6a,Inner city cosmopolitan,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213104 +213104,S00114662,3c2,Constrained Commuters,S01009892,Govanhill West - 06,6a,Inner city cosmopolitan,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213105 +213105,S00114679,3c2,Constrained Commuters,S01009897,Govanhill East and Aikenhead - 04,7a,Urban cultural mix,S02001866,Govanhill East and Aikenhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213106 +213106,S00114695,3c2,Constrained Commuters,S01009894,Govanhill East and Aikenhead - 01,1a,Cosmopolitan student neighbourhoods,S02001866,Govanhill East and Aikenhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213107 +213107,S00114696,3c2,Constrained Commuters,S01009894,Govanhill East and Aikenhead - 01,1a,Cosmopolitan student neighbourhoods,S02001866,Govanhill East and Aikenhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213108 +213108,S00114697,3c2,Constrained Commuters,S01009894,Govanhill East and Aikenhead - 01,1a,Cosmopolitan student neighbourhoods,S02001866,Govanhill East and Aikenhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213109 +213109,S00114698,3c2,Constrained Commuters,S01009894,Govanhill East and Aikenhead - 01,1a,Cosmopolitan student neighbourhoods,S02001866,Govanhill East and Aikenhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213110 +213110,S00114699,3c2,Constrained Commuters,S01009895,Govanhill East and Aikenhead - 02,7a,Urban cultural mix,S02001866,Govanhill East and Aikenhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213111 +213111,S00114701,3c2,Constrained Commuters,S01009889,Govanhill West - 03,6a,Inner city cosmopolitan,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213112 +213112,S00114702,3c2,Constrained Commuters,S01009889,Govanhill West - 03,6a,Inner city cosmopolitan,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213113 +213113,S00114703,3c2,Constrained Commuters,S01009887,Govanhill West - 01,6a,Inner city cosmopolitan,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213114 +213114,S00114704,3c2,Constrained Commuters,S01009890,Govanhill West - 04,1a,Cosmopolitan student neighbourhoods,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213115 +213115,S00114705,3c2,Constrained Commuters,S01009887,Govanhill West - 01,6a,Inner city cosmopolitan,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213116 +213116,S00114706,3c2,Constrained Commuters,S01009887,Govanhill West - 01,6a,Inner city cosmopolitan,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213117 +213117,S00114707,3c2,Constrained Commuters,S01009889,Govanhill West - 03,6a,Inner city cosmopolitan,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213118 +213118,S00114708,3c2,Constrained Commuters,S01009888,Govanhill West - 02,7b,Young ethnic communities,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213119 +213119,S00114712,3c2,Constrained Commuters,S01009888,Govanhill West - 02,7b,Young ethnic communities,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213120 +213120,S00114837,3c2,Constrained Commuters,S01010021,Toryglen and Oatlands - 06,7a,Urban cultural mix,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213121 +213121,S00114867,3c2,Constrained Commuters,S01009938,Pollokshaws - 06,4d,Hard-pressed flat dwellers,S02001873,Pollokshaws,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213122 +213122,S00114869,3c2,Constrained Commuters,S01009937,Pollokshaws - 05,7a,Urban cultural mix,S02001873,Pollokshaws,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213123 +213123,S00114870,3c2,Constrained Commuters,S01009937,Pollokshaws - 05,7a,Urban cultural mix,S02001873,Pollokshaws,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213124 +213124,S00114879,3c2,Constrained Commuters,S01009933,Pollokshaws - 01,6a,Inner city cosmopolitan,S02001873,Pollokshaws,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213125 +213125,S00114882,3c2,Constrained Commuters,S01009934,Pollokshaws - 02,3d,Households in terraces and flats,S02001873,Pollokshaws,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213126 +213126,S00114896,3c2,Constrained Commuters,S01009948,Newlands - 01,4d,Hard-pressed flat dwellers,S02001876,Newlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213127 +213127,S00114912,3c2,Constrained Commuters,S01009949,Newlands - 02,4d,Hard-pressed flat dwellers,S02001876,Newlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213128 +213128,S00113655,3c2,Constrained Commuters,S01010255,Gallowgate North and Bellgrove - 02,1a,Cosmopolitan student neighbourhoods,S02001931,Gallowgate North and Bellgrove,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213129 +213129,S00113684,3c2,Constrained Commuters,S01010253,Dennistoun - 06,1a,Cosmopolitan student neighbourhoods,S02001930,Dennistoun,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213130 +213130,S00117060,3c2,Constrained Commuters,S01010206,Petershill - 04,6a,Inner city cosmopolitan,S02001921,Petershill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213131 +213131,S00113727,3c2,Constrained Commuters,S01010243,Carntyne West and Haghill - 02,6a,Inner city cosmopolitan,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213132 +213132,S00113736,3c2,Constrained Commuters,S01010243,Carntyne West and Haghill - 02,6a,Inner city cosmopolitan,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213133 +213133,S00117061,3c2,Constrained Commuters,S01010310,Keppochhill - 02,7a,Urban cultural mix,S02001940,Keppochhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213134 +213134,S00113738,3c2,Constrained Commuters,S01010243,Carntyne West and Haghill - 02,6a,Inner city cosmopolitan,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213135 +213135,S00116438,3c2,Constrained Commuters,S01010226,Sighthill - 02,6a,Inner city cosmopolitan,S02001925,Sighthill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213136 +213136,S00117064,3c2,Constrained Commuters,S01010310,Keppochhill - 02,7a,Urban cultural mix,S02001940,Keppochhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213137 +213137,S00117065,3c2,Constrained Commuters,S01010310,Keppochhill - 02,7a,Urban cultural mix,S02001940,Keppochhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213138 +213138,S00117089,3c2,Constrained Commuters,S01010254,Gallowgate North and Bellgrove - 01,1a,Cosmopolitan student neighbourhoods,S02001931,Gallowgate North and Bellgrove,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213139 +213139,S00117094,3c2,Constrained Commuters,S01010244,Carntyne West and Haghill - 03,1a,Cosmopolitan student neighbourhoods,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213140 +213140,S00117125,3c2,Constrained Commuters,S01010057,Parkhead East and Braidfauld North - 02,4d,Hard-pressed flat dwellers,S02001895,Parkhead East and Braidfauld North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213141 +213141,S00117128,3c2,Constrained Commuters,S01010052,Parkhead West and Barrowfield - 04,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213142 +213142,S00117202,3c2,Constrained Commuters,S01010160,"Cranhill, Lightburn and Queenslie South - 05",7a,Urban cultural mix,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213143 +213143,S00117203,3c2,Constrained Commuters,S01010160,"Cranhill, Lightburn and Queenslie South - 05",7a,Urban cultural mix,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213144 +213144,S00117204,3c2,Constrained Commuters,S01010160,"Cranhill, Lightburn and Queenslie South - 05",7a,Urban cultural mix,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213145 +213145,S00117250,3c2,Constrained Commuters,S01010046,Dalmarnock - 01,4d,Hard-pressed flat dwellers,S02001893,Dalmarnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213146 +213146,S00117266,3c2,Constrained Commuters,S01009875,Pollokshields West - 01,7b,Young ethnic communities,S02001863,Pollokshields West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213147 +213147,S00117287,3c2,Constrained Commuters,S01009871,Kingston West and Dumbreck - 01,7a,Urban cultural mix,S02001862,Kingston West and Dumbreck,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213148 +213148,S00117291,3c2,Constrained Commuters,S01010033,Laurieston and Tradeston - 03,1a,Cosmopolitan student neighbourhoods,S02001890,Laurieston and Tradeston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213149 +213149,S00117319,3c2,Constrained Commuters,S01010021,Toryglen and Oatlands - 06,7a,Urban cultural mix,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213150 +213150,S00117320,3c2,Constrained Commuters,S01010021,Toryglen and Oatlands - 06,7a,Urban cultural mix,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213151 +213151,S00117321,3c2,Constrained Commuters,S01010021,Toryglen and Oatlands - 06,7a,Urban cultural mix,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213152 +213152,S00117323,3c2,Constrained Commuters,S01010021,Toryglen and Oatlands - 06,7a,Urban cultural mix,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213153 +213153,S00117330,3c2,Constrained Commuters,S01009937,Pollokshaws - 05,7a,Urban cultural mix,S02001873,Pollokshaws,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213154 +213154,S00117333,3c2,Constrained Commuters,S01009933,Pollokshaws - 01,6a,Inner city cosmopolitan,S02001873,Pollokshaws,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213155 +213155,S00117335,3c2,Constrained Commuters,S01009933,Pollokshaws - 01,6a,Inner city cosmopolitan,S02001873,Pollokshaws,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213156 +213156,S00113747,3c2,Constrained Commuters,S01010240,Alexandra Parade - 02,1a,Cosmopolitan student neighbourhoods,S02001928,Alexandra Parade,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213157 +213157,S00113758,3c2,Constrained Commuters,S01010239,Alexandra Parade - 01,4d,Hard-pressed flat dwellers,S02001928,Alexandra Parade,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213158 +213158,S00113764,3c2,Constrained Commuters,S01010239,Alexandra Parade - 01,4d,Hard-pressed flat dwellers,S02001928,Alexandra Parade,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213159 +213159,S00113783,3c2,Constrained Commuters,S01010051,Parkhead West and Barrowfield - 03,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213160 +213160,S00113815,3c2,Constrained Commuters,S01010049,Parkhead West and Barrowfield - 01,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213161 +213161,S00113939,3c2,Constrained Commuters,S01010066,Braidfauld - 06,4d,Hard-pressed flat dwellers,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213162 +213162,S00113945,3c2,Constrained Commuters,S01010058,Parkhead East and Braidfauld North - 03,4d,Hard-pressed flat dwellers,S02001895,Parkhead East and Braidfauld North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213163 +213163,S00114194,3c2,Constrained Commuters,S01010177,Riddrie and Hogganfield - 06,4d,Hard-pressed flat dwellers,S02001916,Riddrie and Hogganfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213164 +213164,S00114198,3c2,Constrained Commuters,S01010169,Craigend and Ruchazie - 05,4d,Hard-pressed flat dwellers,S02001915,Craigend and Ruchazie,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213165 +213165,S00114200,3c2,Constrained Commuters,S01010160,"Cranhill, Lightburn and Queenslie South - 05",7a,Urban cultural mix,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213166 +213166,S00114201,3c2,Constrained Commuters,S01010160,"Cranhill, Lightburn and Queenslie South - 05",7a,Urban cultural mix,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213167 +213167,S00114202,3c2,Constrained Commuters,S01010160,"Cranhill, Lightburn and Queenslie South - 05",7a,Urban cultural mix,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213168 +213168,S00114341,3c2,Constrained Commuters,S01010044,Bridgeton - 03,1a,Cosmopolitan student neighbourhoods,S02001892,Bridgeton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213169 +213169,S00114363,3c2,Constrained Commuters,S01010042,Bridgeton - 01,1a,Cosmopolitan student neighbourhoods,S02001892,Bridgeton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213170 +213170,S00114386,3c2,Constrained Commuters,S01010053,Parkhead West and Barrowfield - 05,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213171 +213171,S00114395,3c2,Constrained Commuters,S01009882,Pollokshields East - 02,1a,Cosmopolitan student neighbourhoods,S02001864,Pollokshields East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213172 +213172,S00114400,3c2,Constrained Commuters,S01009882,Pollokshields East - 02,1a,Cosmopolitan student neighbourhoods,S02001864,Pollokshields East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213173 +213173,S00114401,3c2,Constrained Commuters,S01009875,Pollokshields West - 01,7b,Young ethnic communities,S02001863,Pollokshields West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213174 +213174,S00114405,3c2,Constrained Commuters,S01009875,Pollokshields West - 01,7b,Young ethnic communities,S02001863,Pollokshields West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213175 +213175,S00114438,3c2,Constrained Commuters,S01009907,Strathbungo - 03,1a,Cosmopolitan student neighbourhoods,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213176 +213176,S00116439,3c2,Constrained Commuters,S01010226,Sighthill - 02,6a,Inner city cosmopolitan,S02001925,Sighthill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213177 +213177,S00116440,3c2,Constrained Commuters,S01010226,Sighthill - 02,6a,Inner city cosmopolitan,S02001925,Sighthill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213178 +213178,S00116441,3c2,Constrained Commuters,S01010226,Sighthill - 02,6a,Inner city cosmopolitan,S02001925,Sighthill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213179 +213179,S00116445,3c2,Constrained Commuters,S01010230,"Roystonhill, Blochairn, and Provanmill - 03",6a,Inner city cosmopolitan,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213180 +213180,S00116446,3c2,Constrained Commuters,S01010230,"Roystonhill, Blochairn, and Provanmill - 03",6a,Inner city cosmopolitan,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213181 +213181,S00116447,3c2,Constrained Commuters,S01010233,"Roystonhill, Blochairn, and Provanmill - 06",7a,Urban cultural mix,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213182 +213182,S00116448,3c2,Constrained Commuters,S01010233,"Roystonhill, Blochairn, and Provanmill - 06",7a,Urban cultural mix,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213183 +213183,S00116449,3c2,Constrained Commuters,S01010202,Barmulloch - 04,4d,Hard-pressed flat dwellers,S02001920,Barmulloch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213184 +213184,S00116450,3c2,Constrained Commuters,S01010202,Barmulloch - 04,4d,Hard-pressed flat dwellers,S02001920,Barmulloch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213185 +213185,S00116459,3c2,Constrained Commuters,S01010207,Petershill - 05,7a,Urban cultural mix,S02001921,Petershill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213186 +213186,S00116460,3c2,Constrained Commuters,S01010207,Petershill - 05,7a,Urban cultural mix,S02001921,Petershill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213187 +213187,S00116461,3c2,Constrained Commuters,S01010206,Petershill - 04,6a,Inner city cosmopolitan,S02001921,Petershill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213188 +213188,S00116462,3c2,Constrained Commuters,S01010206,Petershill - 04,6a,Inner city cosmopolitan,S02001921,Petershill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213189 +213189,S00116463,3c2,Constrained Commuters,S01010206,Petershill - 04,6a,Inner city cosmopolitan,S02001921,Petershill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213190 +213190,S00116464,3c2,Constrained Commuters,S01010206,Petershill - 04,6a,Inner city cosmopolitan,S02001921,Petershill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213191 +213191,S00116517,3c2,Constrained Commuters,S01009897,Govanhill East and Aikenhead - 04,7a,Urban cultural mix,S02001866,Govanhill East and Aikenhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213192 +213192,S00116529,3c2,Constrained Commuters,S01009933,Pollokshaws - 01,6a,Inner city cosmopolitan,S02001873,Pollokshaws,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213193 +213193,S00116530,3c2,Constrained Commuters,S01009933,Pollokshaws - 01,6a,Inner city cosmopolitan,S02001873,Pollokshaws,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213194 +213194,S00116535,3c2,Constrained Commuters,S01009939,Carnwadric West - 01,6a,Inner city cosmopolitan,S02001874,Carnwadric West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213195 +213195,S00116537,3c2,Constrained Commuters,S01009939,Carnwadric West - 01,6a,Inner city cosmopolitan,S02001874,Carnwadric West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213196 +213196,S00116538,3c2,Constrained Commuters,S01009939,Carnwadric West - 01,6a,Inner city cosmopolitan,S02001874,Carnwadric West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213197 +213197,S00116541,3c2,Constrained Commuters,S01009838,Drumoyne and Shieldhall - 06,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213198 +213198,S00116552,3c2,Constrained Commuters,S01009807,Cardonald South and East - 02,4d,Hard-pressed flat dwellers,S02001850,Cardonald South and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213199 +213199,S00116602,3c2,Constrained Commuters,S01010296,Woodlands - 08,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213200 +213200,S00113109,7c2,Constrained Young Families,S01010500,Drumry West - 01,4d,Hard-pressed flat dwellers,S02001977,Drumry West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213201 +213201,S00117340,3c2,Constrained Commuters,S01009948,Newlands - 01,4d,Hard-pressed flat dwellers,S02001876,Newlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213202 +213202,S00113111,7c2,Constrained Young Families,S01010500,Drumry West - 01,4d,Hard-pressed flat dwellers,S02001977,Drumry West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213203 +213203,S00115742,7c2,Constrained Young Families,S01009775,Nitshill - 01,4d,Hard-pressed flat dwellers,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213204 +213204,S00115259,7c2,Constrained Young Families,S01009942,Carnwadric West - 04,4d,Hard-pressed flat dwellers,S02001874,Carnwadric West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213205 +213205,S00114237,7c2,Constrained Young Families,S01010118,North Barlanark and Easterhouse South - 01,4d,Hard-pressed flat dwellers,S02001907,North Barlanark and Easterhouse South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213206 +213206,S00116124,7c2,Constrained Young Families,S01010171,Craigend and Ruchazie - 07,4d,Hard-pressed flat dwellers,S02001915,Craigend and Ruchazie,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213207 +213207,S00113112,7c2,Constrained Young Families,S01010500,Drumry West - 01,4d,Hard-pressed flat dwellers,S02001977,Drumry West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213208 +213208,S00113115,7c2,Constrained Young Families,S01010502,Drumry West - 03,4a,Challenged white communities,S02001977,Drumry West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213209 +213209,S00113116,7c2,Constrained Young Families,S01010498,Drumry East - 03,4d,Hard-pressed flat dwellers,S02001976,Drumry East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213210 +213210,S00113119,7c2,Constrained Young Families,S01010497,Drumry East - 02,4a,Challenged white communities,S02001976,Drumry East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213211 +213211,S00113120,7c2,Constrained Young Families,S01010497,Drumry East - 02,4a,Challenged white communities,S02001976,Drumry East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213212 +213212,S00113122,7c2,Constrained Young Families,S01010498,Drumry East - 03,4d,Hard-pressed flat dwellers,S02001976,Drumry East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213213 +213213,S00113123,7c2,Constrained Young Families,S01010498,Drumry East - 03,4d,Hard-pressed flat dwellers,S02001976,Drumry East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213214 +213214,S00113124,7c2,Constrained Young Families,S01010498,Drumry East - 03,4d,Hard-pressed flat dwellers,S02001976,Drumry East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213215 +213215,S00113125,7c2,Constrained Young Families,S01010498,Drumry East - 03,4d,Hard-pressed flat dwellers,S02001976,Drumry East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213216 +213216,S00113126,7c2,Constrained Young Families,S01010498,Drumry East - 03,4d,Hard-pressed flat dwellers,S02001976,Drumry East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213217 +213217,S00113127,7c2,Constrained Young Families,S01010498,Drumry East - 03,4d,Hard-pressed flat dwellers,S02001976,Drumry East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213218 +213218,S00113150,7c2,Constrained Young Families,S01010305,Firhill - 05,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213219 +213219,S00113194,7c2,Constrained Young Families,S01010312,Keppochhill - 04,4d,Hard-pressed flat dwellers,S02001940,Keppochhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213220 +213220,S00113284,7c2,Constrained Young Families,S01010327,Possil Park - 05,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213221 +213221,S00113286,7c2,Constrained Young Families,S01010326,Possil Park - 04,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213222 +213222,S00113287,7c2,Constrained Young Families,S01010326,Possil Park - 04,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213223 +213223,S00113289,7c2,Constrained Young Families,S01010326,Possil Park - 04,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213224 +213224,S00113327,7c2,Constrained Young Families,S01010352,Maryhill East - 03,4d,Hard-pressed flat dwellers,S02001947,Maryhill East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213225 +213225,S00113340,7c2,Constrained Young Families,S01010221,Cowlairs and Port Dundas - 03,4d,Hard-pressed flat dwellers,S02001924,Cowlairs and Port Dundas,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213226 +213226,S00113341,7c2,Constrained Young Families,S01010221,Cowlairs and Port Dundas - 03,4d,Hard-pressed flat dwellers,S02001924,Cowlairs and Port Dundas,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213227 +213227,S00113362,7c2,Constrained Young Families,S01010231,"Roystonhill, Blochairn, and Provanmill - 04",4d,Hard-pressed flat dwellers,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213228 +213228,S00113365,7c2,Constrained Young Families,S01010232,"Roystonhill, Blochairn, and Provanmill - 05",7a,Urban cultural mix,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213229 +213229,S00113411,7c2,Constrained Young Families,S01010195,Balornock - 02,4a,Challenged white communities,S02001919,Balornock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213230 +213230,S00113413,7c2,Constrained Young Families,S01010198,Balornock - 05,4d,Hard-pressed flat dwellers,S02001919,Balornock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213231 +213231,S00113416,7c2,Constrained Young Families,S01010197,Balornock - 04,4d,Hard-pressed flat dwellers,S02001919,Balornock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213232 +213232,S00113418,7c2,Constrained Young Families,S01010197,Balornock - 04,4d,Hard-pressed flat dwellers,S02001919,Balornock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213233 +213233,S00113419,7c2,Constrained Young Families,S01010196,Balornock - 03,4d,Hard-pressed flat dwellers,S02001919,Balornock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213234 +213234,S00113420,7c2,Constrained Young Families,S01010196,Balornock - 03,4d,Hard-pressed flat dwellers,S02001919,Balornock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213235 +213235,S00113421,7c2,Constrained Young Families,S01010196,Balornock - 03,4d,Hard-pressed flat dwellers,S02001919,Balornock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213236 +213236,S00113422,7c2,Constrained Young Families,S01010196,Balornock - 03,4d,Hard-pressed flat dwellers,S02001919,Balornock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213237 +213237,S00113438,7c2,Constrained Young Families,S01010185,Blackhill and Barmulloch East - 07,4d,Hard-pressed flat dwellers,S02001917,Blackhill and Barmulloch East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213238 +213238,S00113444,7c2,Constrained Young Families,S01010199,Barmulloch - 01,4a,Challenged white communities,S02001920,Barmulloch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213239 +213239,S00113516,7c2,Constrained Young Families,S01010312,Keppochhill - 04,4d,Hard-pressed flat dwellers,S02001940,Keppochhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213240 +213240,S00113517,7c2,Constrained Young Families,S01010312,Keppochhill - 04,4d,Hard-pressed flat dwellers,S02001940,Keppochhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213241 +213241,S00113518,7c2,Constrained Young Families,S01010312,Keppochhill - 04,4d,Hard-pressed flat dwellers,S02001940,Keppochhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213242 +213242,S00113520,7c2,Constrained Young Families,S01010326,Possil Park - 04,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213243 +213243,S00113542,7c2,Constrained Young Families,S01010325,Possil Park - 03,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213244 +213244,S00113547,7c2,Constrained Young Families,S01010324,Possil Park - 02,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213245 +213245,S00113565,7c2,Constrained Young Families,S01010324,Possil Park - 02,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213246 +213246,S00113568,7c2,Constrained Young Families,S01010332,Milton West - 03,4a,Challenged white communities,S02001943,Milton West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213247 +213247,S00113571,7c2,Constrained Young Families,S01010332,Milton West - 03,4a,Challenged white communities,S02001943,Milton West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213248 +213248,S00113580,7c2,Constrained Young Families,S01010335,Milton East - 01,4d,Hard-pressed flat dwellers,S02001944,Milton East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213249 +213249,S00113584,7c2,Constrained Young Families,S01010338,Milton East - 04,4d,Hard-pressed flat dwellers,S02001944,Milton East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213250 +213250,S00113592,7c2,Constrained Young Families,S01010334,Milton West - 05,4a,Challenged white communities,S02001943,Milton West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213251 +213251,S00113594,7c2,Constrained Young Families,S01010344,Summerston Central and West - 05,4d,Hard-pressed flat dwellers,S02001945,Summerston Central and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213252 +213252,S00113599,7c2,Constrained Young Families,S01010344,Summerston Central and West - 05,4d,Hard-pressed flat dwellers,S02001945,Summerston Central and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213253 +213253,S00113600,7c2,Constrained Young Families,S01010337,Milton East - 03,4a,Challenged white communities,S02001944,Milton East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213254 +213254,S00113602,7c2,Constrained Young Families,S01010337,Milton East - 03,4a,Challenged white communities,S02001944,Milton East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213255 +213255,S00117221,7c2,Constrained Young Families,S01010119,North Barlanark and Easterhouse South - 02,4d,Hard-pressed flat dwellers,S02001907,North Barlanark and Easterhouse South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213256 +213256,S00113611,7c2,Constrained Young Families,S01010350,Maryhill East - 01,4d,Hard-pressed flat dwellers,S02001947,Maryhill East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213257 +213257,S00116127,7c2,Constrained Young Families,S01010119,North Barlanark and Easterhouse South - 02,4d,Hard-pressed flat dwellers,S02001907,North Barlanark and Easterhouse South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213258 +213258,S00117227,7c2,Constrained Young Families,S01010111,Central Easterhouse - 02,4d,Hard-pressed flat dwellers,S02001905,Central Easterhouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213259 +213259,S00114242,7c2,Constrained Young Families,S01010120,North Barlanark and Easterhouse South - 03,4d,Hard-pressed flat dwellers,S02001907,North Barlanark and Easterhouse South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213260 +213260,S00113777,7c2,Constrained Young Families,S01010054,Parkhead West and Barrowfield - 06,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213261 +213261,S00115744,7c2,Constrained Young Families,S01009781,Nitshill - 07,4d,Hard-pressed flat dwellers,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213262 +213262,S00115324,7c2,Constrained Young Families,S01009860,Ibrox - 02,4d,Hard-pressed flat dwellers,S02001859,Ibrox,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213263 +213263,S00117424,3c2,Constrained Commuters,S01009939,Carnwadric West - 01,6a,Inner city cosmopolitan,S02001874,Carnwadric West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213264 +213264,S00114244,7c2,Constrained Young Families,S01010171,Craigend and Ruchazie - 07,4d,Hard-pressed flat dwellers,S02001915,Craigend and Ruchazie,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213265 +213265,S00114254,7c2,Constrained Young Families,S01010166,Craigend and Ruchazie - 02,4a,Challenged white communities,S02001915,Craigend and Ruchazie,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213266 +213266,S00114270,7c2,Constrained Young Families,S01010167,Craigend and Ruchazie - 03,4d,Hard-pressed flat dwellers,S02001915,Craigend and Ruchazie,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213267 +213267,S00114277,7c2,Constrained Young Families,S01010121,North Barlanark and Easterhouse South - 04,4d,Hard-pressed flat dwellers,S02001907,North Barlanark and Easterhouse South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213268 +213268,S00114279,7c2,Constrained Young Families,S01010119,North Barlanark and Easterhouse South - 02,4d,Hard-pressed flat dwellers,S02001907,North Barlanark and Easterhouse South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213269 +213269,S00114282,7c2,Constrained Young Families,S01010107,Easterhouse East - 03,4d,Hard-pressed flat dwellers,S02001904,Easterhouse East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213270 +213270,S00114283,7c2,Constrained Young Families,S01010112,Central Easterhouse - 03,4d,Hard-pressed flat dwellers,S02001905,Central Easterhouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213271 +213271,S00114284,7c2,Constrained Young Families,S01010112,Central Easterhouse - 03,4d,Hard-pressed flat dwellers,S02001905,Central Easterhouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213272 +213272,S00114285,7c2,Constrained Young Families,S01010112,Central Easterhouse - 03,4d,Hard-pressed flat dwellers,S02001905,Central Easterhouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213273 +213273,S00114286,7c2,Constrained Young Families,S01010112,Central Easterhouse - 03,4d,Hard-pressed flat dwellers,S02001905,Central Easterhouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213274 +213274,S00114287,7c2,Constrained Young Families,S01010112,Central Easterhouse - 03,4d,Hard-pressed flat dwellers,S02001905,Central Easterhouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213275 +213275,S00114291,7c2,Constrained Young Families,S01010112,Central Easterhouse - 03,4d,Hard-pressed flat dwellers,S02001905,Central Easterhouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213276 +213276,S00114295,7c2,Constrained Young Families,S01010114,"Garthamlock, Auchinlea and Gartloch - 02",4d,Hard-pressed flat dwellers,S02001906,"Garthamlock, Auchinlea and Gartloch",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213277 +213277,S00114296,7c2,Constrained Young Families,S01010114,"Garthamlock, Auchinlea and Gartloch - 02",4d,Hard-pressed flat dwellers,S02001906,"Garthamlock, Auchinlea and Gartloch",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213278 +213278,S00114303,7c2,Constrained Young Families,S01010114,"Garthamlock, Auchinlea and Gartloch - 02",4d,Hard-pressed flat dwellers,S02001906,"Garthamlock, Auchinlea and Gartloch",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213279 +213279,S00114304,7c2,Constrained Young Families,S01010114,"Garthamlock, Auchinlea and Gartloch - 02",4d,Hard-pressed flat dwellers,S02001906,"Garthamlock, Auchinlea and Gartloch",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213280 +213280,S00114307,7c2,Constrained Young Families,S01010122,North Barlanark and Easterhouse South - 05,4d,Hard-pressed flat dwellers,S02001907,North Barlanark and Easterhouse South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213281 +213281,S00114313,7c2,Constrained Young Families,S01010111,Central Easterhouse - 02,4d,Hard-pressed flat dwellers,S02001905,Central Easterhouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213282 +213282,S00114315,7c2,Constrained Young Families,S01010106,Easterhouse East - 02,4d,Hard-pressed flat dwellers,S02001904,Easterhouse East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213283 +213283,S00114327,7c2,Constrained Young Families,S01010111,Central Easterhouse - 02,4d,Hard-pressed flat dwellers,S02001905,Central Easterhouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213284 +213284,S00114370,7c2,Constrained Young Families,S01010037,Calton and Gallowgate - 01,4d,Hard-pressed flat dwellers,S02001891,Calton and Gallowgate,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213285 +213285,S00114380,7c2,Constrained Young Families,S01010048,Dalmarnock - 03,4d,Hard-pressed flat dwellers,S02001893,Dalmarnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213286 +213286,S00114382,7c2,Constrained Young Families,S01010054,Parkhead West and Barrowfield - 06,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213287 +213287,S00114393,7c2,Constrained Young Families,S01010048,Dalmarnock - 03,4d,Hard-pressed flat dwellers,S02001893,Dalmarnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213288 +213288,S00114654,7c2,Constrained Young Families,S01009896,Govanhill East and Aikenhead - 03,7a,Urban cultural mix,S02001866,Govanhill East and Aikenhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213289 +213289,S00115135,7c2,Constrained Young Families,S01009971,Carmunnock South - 03,4d,Hard-pressed flat dwellers,S02001880,Carmunnock South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213290 +213290,S00115136,7c2,Constrained Young Families,S01009971,Carmunnock South - 03,4d,Hard-pressed flat dwellers,S02001880,Carmunnock South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213291 +213291,S00115149,7c2,Constrained Young Families,S01009971,Carmunnock South - 03,4d,Hard-pressed flat dwellers,S02001880,Carmunnock South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213292 +213292,S00115155,7c2,Constrained Young Families,S01009977,Glenwood South - 05,4d,Hard-pressed flat dwellers,S02001881,Glenwood South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213293 +213293,S00115156,7c2,Constrained Young Families,S01009975,Glenwood South - 03,4d,Hard-pressed flat dwellers,S02001881,Glenwood South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213294 +213294,S00115157,7c2,Constrained Young Families,S01009975,Glenwood South - 03,4d,Hard-pressed flat dwellers,S02001881,Glenwood South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213295 +213295,S00115159,7c2,Constrained Young Families,S01009975,Glenwood South - 03,4d,Hard-pressed flat dwellers,S02001881,Glenwood South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213296 +213296,S00115160,7c2,Constrained Young Families,S01009975,Glenwood South - 03,4d,Hard-pressed flat dwellers,S02001881,Glenwood South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213297 +213297,S00115163,7c2,Constrained Young Families,S01009977,Glenwood South - 05,4d,Hard-pressed flat dwellers,S02001881,Glenwood South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213298 +213298,S00115178,7c2,Constrained Young Families,S01009992,Castlemilk - 07,4d,Hard-pressed flat dwellers,S02001883,Castlemilk,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213299 +213299,S00115183,7c2,Constrained Young Families,S01009992,Castlemilk - 07,4d,Hard-pressed flat dwellers,S02001883,Castlemilk,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213300 +213300,S00115184,7c2,Constrained Young Families,S01009979,Glenwood South - 07,4d,Hard-pressed flat dwellers,S02001881,Glenwood South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213301 +213301,S00115187,7c2,Constrained Young Families,S01009978,Glenwood South - 06,4d,Hard-pressed flat dwellers,S02001881,Glenwood South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213302 +213302,S00115188,7c2,Constrained Young Families,S01009978,Glenwood South - 06,4d,Hard-pressed flat dwellers,S02001881,Glenwood South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213303 +213303,S00115189,7c2,Constrained Young Families,S01009978,Glenwood South - 06,4d,Hard-pressed flat dwellers,S02001881,Glenwood South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213304 +213304,S00115193,7c2,Constrained Young Families,S01009984,Glenwood North - 05,4d,Hard-pressed flat dwellers,S02001882,Glenwood North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213305 +213305,S00115194,7c2,Constrained Young Families,S01009982,Glenwood North - 03,4d,Hard-pressed flat dwellers,S02001882,Glenwood North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213306 +213306,S00115196,7c2,Constrained Young Families,S01009982,Glenwood North - 03,4d,Hard-pressed flat dwellers,S02001882,Glenwood North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213307 +213307,S00115201,7c2,Constrained Young Families,S01009981,Glenwood North - 02,4d,Hard-pressed flat dwellers,S02001882,Glenwood North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213308 +213308,S00115203,7c2,Constrained Young Families,S01009981,Glenwood North - 02,4d,Hard-pressed flat dwellers,S02001882,Glenwood North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213309 +213309,S00115204,7c2,Constrained Young Families,S01009981,Glenwood North - 02,4d,Hard-pressed flat dwellers,S02001882,Glenwood North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213310 +213310,S00115206,7c2,Constrained Young Families,S01009980,Glenwood North - 01,4d,Hard-pressed flat dwellers,S02001882,Glenwood North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213311 +213311,S00115207,7c2,Constrained Young Families,S01009980,Glenwood North - 01,4d,Hard-pressed flat dwellers,S02001882,Glenwood North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213312 +213312,S00117228,7c2,Constrained Young Families,S01010111,Central Easterhouse - 02,4d,Hard-pressed flat dwellers,S02001905,Central Easterhouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213313 +213313,S00113778,7c2,Constrained Young Families,S01010054,Parkhead West and Barrowfield - 06,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213314 +213314,S00113779,7c2,Constrained Young Families,S01010245,Carntyne West and Haghill - 04,4d,Hard-pressed flat dwellers,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213315 +213315,S00117425,3c2,Constrained Commuters,S01009939,Carnwadric West - 01,6a,Inner city cosmopolitan,S02001874,Carnwadric West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213316 +213316,S00113780,7c2,Constrained Young Families,S01010245,Carntyne West and Haghill - 04,4d,Hard-pressed flat dwellers,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213317 +213317,S00113790,7c2,Constrained Young Families,S01010067,Braidfauld - 07,4d,Hard-pressed flat dwellers,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213318 +213318,S00116128,7c2,Constrained Young Families,S01010122,North Barlanark and Easterhouse South - 05,4d,Hard-pressed flat dwellers,S02001907,North Barlanark and Easterhouse South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213319 +213319,S00117427,3c2,Constrained Commuters,S01009939,Carnwadric West - 01,6a,Inner city cosmopolitan,S02001874,Carnwadric West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213320 +213320,S00115353,7c2,Constrained Young Families,S01009846,Govan and Linthouse - 06,4d,Hard-pressed flat dwellers,S02001856,Govan and Linthouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213321 +213321,S00113792,7c2,Constrained Young Families,S01010066,Braidfauld - 06,4d,Hard-pressed flat dwellers,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213322 +213322,S00116131,7c2,Constrained Young Families,S01010110,Central Easterhouse - 01,4d,Hard-pressed flat dwellers,S02001905,Central Easterhouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213323 +213323,S00117239,7c2,Constrained Young Families,S01010055,Parkhead West and Barrowfield - 07,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213324 +213324,S00115746,7c2,Constrained Young Families,S01009781,Nitshill - 07,4d,Hard-pressed flat dwellers,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213325 +213325,S00117428,3c2,Constrained Commuters,S01009939,Carnwadric West - 01,6a,Inner city cosmopolitan,S02001874,Carnwadric West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213326 +213326,S00115354,7c2,Constrained Young Families,S01009846,Govan and Linthouse - 06,4d,Hard-pressed flat dwellers,S02001856,Govan and Linthouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213327 +213327,S00113796,7c2,Constrained Young Families,S01010058,Parkhead East and Braidfauld North - 03,4d,Hard-pressed flat dwellers,S02001895,Parkhead East and Braidfauld North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213328 +213328,S00116133,7c2,Constrained Young Families,S01010122,North Barlanark and Easterhouse South - 05,4d,Hard-pressed flat dwellers,S02001907,North Barlanark and Easterhouse South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213329 +213329,S00117253,7c2,Constrained Young Families,S01010045,Bridgeton - 04,4d,Hard-pressed flat dwellers,S02001892,Bridgeton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213330 +213330,S00117429,3c2,Constrained Commuters,S01009939,Carnwadric West - 01,6a,Inner city cosmopolitan,S02001874,Carnwadric West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213331 +213331,S00115749,7c2,Constrained Young Families,S01009783,Nitshill - 09,4a,Challenged white communities,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213332 +213332,S00115375,7c2,Constrained Young Families,S01009848,Craigton - 01,4d,Hard-pressed flat dwellers,S02001857,Craigton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213333 +213333,S00113809,7c2,Constrained Young Families,S01010056,Parkhead East and Braidfauld North - 01,4d,Hard-pressed flat dwellers,S02001895,Parkhead East and Braidfauld North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213334 +213334,S00113817,7c2,Constrained Young Families,S01010049,Parkhead West and Barrowfield - 01,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213335 +213335,S00113854,7c2,Constrained Young Families,S01010132,Greenfield - 02,4d,Hard-pressed flat dwellers,S02001909,Greenfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213336 +213336,S00113859,7c2,Constrained Young Families,S01010133,Greenfield - 03,4d,Hard-pressed flat dwellers,S02001909,Greenfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213337 +213337,S00113863,7c2,Constrained Young Families,S01010135,Greenfield - 05,4d,Hard-pressed flat dwellers,S02001909,Greenfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213338 +213338,S00113869,7c2,Constrained Young Families,S01010132,Greenfield - 02,4d,Hard-pressed flat dwellers,S02001909,Greenfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213339 +213339,S00113888,7c2,Constrained Young Families,S01010143,Tollcross - 02,4d,Hard-pressed flat dwellers,S02001911,Tollcross,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213340 +213340,S00113892,7c2,Constrained Young Families,S01010141,Shettleston North - 05,4d,Hard-pressed flat dwellers,S02001910,Shettleston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213341 +213341,S00113904,7c2,Constrained Young Families,S01010146,Tollcross - 05,4d,Hard-pressed flat dwellers,S02001911,Tollcross,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213342 +213342,S00113910,7c2,Constrained Young Families,S01010146,Tollcross - 05,4d,Hard-pressed flat dwellers,S02001911,Tollcross,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213343 +213343,S00113935,7c2,Constrained Young Families,S01010065,Braidfauld - 05,4d,Hard-pressed flat dwellers,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213344 +213344,S00113941,7c2,Constrained Young Families,S01010066,Braidfauld - 06,4d,Hard-pressed flat dwellers,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213345 +213345,S00113949,7c2,Constrained Young Families,S01010065,Braidfauld - 05,4d,Hard-pressed flat dwellers,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213346 +213346,S00113975,7c2,Constrained Young Families,S01010077,Carmyle and Mount Vernon South - 04,4d,Hard-pressed flat dwellers,S02001898,Carmyle and Mount Vernon South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213347 +213347,S00114083,7c2,Constrained Young Families,S01010179,Blackhill and Barmulloch East - 01,4d,Hard-pressed flat dwellers,S02001917,Blackhill and Barmulloch East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213348 +213348,S00114084,7c2,Constrained Young Families,S01010179,Blackhill and Barmulloch East - 01,4d,Hard-pressed flat dwellers,S02001917,Blackhill and Barmulloch East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213349 +213349,S00114085,7c2,Constrained Young Families,S01010179,Blackhill and Barmulloch East - 01,4d,Hard-pressed flat dwellers,S02001917,Blackhill and Barmulloch East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213350 +213350,S00114091,7c2,Constrained Young Families,S01010179,Blackhill and Barmulloch East - 01,4d,Hard-pressed flat dwellers,S02001917,Blackhill and Barmulloch East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213351 +213351,S00114095,7c2,Constrained Young Families,S01010180,Blackhill and Barmulloch East - 02,7a,Urban cultural mix,S02001917,Blackhill and Barmulloch East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213352 +213352,S00114096,7c2,Constrained Young Families,S01010181,Blackhill and Barmulloch East - 03,4d,Hard-pressed flat dwellers,S02001917,Blackhill and Barmulloch East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213353 +213353,S00114099,7c2,Constrained Young Families,S01010184,Blackhill and Barmulloch East - 06,4d,Hard-pressed flat dwellers,S02001917,Blackhill and Barmulloch East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213354 +213354,S00114100,7c2,Constrained Young Families,S01010183,Blackhill and Barmulloch East - 05,4d,Hard-pressed flat dwellers,S02001917,Blackhill and Barmulloch East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213355 +213355,S00114139,7c2,Constrained Young Families,S01010173,Riddrie and Hogganfield - 02,4a,Challenged white communities,S02001916,Riddrie and Hogganfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213356 +213356,S00114175,7c2,Constrained Young Families,S01010157,"Cranhill, Lightburn and Queenslie South - 02",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213357 +213357,S00114176,7c2,Constrained Young Families,S01010157,"Cranhill, Lightburn and Queenslie South - 02",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213358 +213358,S00114179,7c2,Constrained Young Families,S01010163,"Cranhill, Lightburn and Queenslie South - 08",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213359 +213359,S00114181,7c2,Constrained Young Families,S01010163,"Cranhill, Lightburn and Queenslie South - 08",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213360 +213360,S00114183,7c2,Constrained Young Families,S01010178,Riddrie and Hogganfield - 07,4d,Hard-pressed flat dwellers,S02001916,Riddrie and Hogganfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213361 +213361,S00114184,7c2,Constrained Young Families,S01010178,Riddrie and Hogganfield - 07,4d,Hard-pressed flat dwellers,S02001916,Riddrie and Hogganfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213362 +213362,S00114187,7c2,Constrained Young Families,S01010178,Riddrie and Hogganfield - 07,4d,Hard-pressed flat dwellers,S02001916,Riddrie and Hogganfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213363 +213363,S00114188,7c2,Constrained Young Families,S01010177,Riddrie and Hogganfield - 06,4d,Hard-pressed flat dwellers,S02001916,Riddrie and Hogganfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213364 +213364,S00114189,7c2,Constrained Young Families,S01010177,Riddrie and Hogganfield - 06,4d,Hard-pressed flat dwellers,S02001916,Riddrie and Hogganfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213365 +213365,S00114190,7c2,Constrained Young Families,S01010177,Riddrie and Hogganfield - 06,4d,Hard-pressed flat dwellers,S02001916,Riddrie and Hogganfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213366 +213366,S00114193,7c2,Constrained Young Families,S01010177,Riddrie and Hogganfield - 06,4d,Hard-pressed flat dwellers,S02001916,Riddrie and Hogganfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213367 +213367,S00114196,7c2,Constrained Young Families,S01010168,Craigend and Ruchazie - 04,4a,Challenged white communities,S02001915,Craigend and Ruchazie,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213368 +213368,S00114199,7c2,Constrained Young Families,S01010160,"Cranhill, Lightburn and Queenslie South - 05",7a,Urban cultural mix,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213369 +213369,S00114220,7c2,Constrained Young Families,S01010123,Barlanark - 01,4d,Hard-pressed flat dwellers,S02001908,Barlanark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213370 +213370,S00114222,7c2,Constrained Young Families,S01010121,North Barlanark and Easterhouse South - 04,4d,Hard-pressed flat dwellers,S02001907,North Barlanark and Easterhouse South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213371 +213371,S00114224,7c2,Constrained Young Families,S01010120,North Barlanark and Easterhouse South - 03,4d,Hard-pressed flat dwellers,S02001907,North Barlanark and Easterhouse South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213372 +213372,S00114225,7c2,Constrained Young Families,S01010118,North Barlanark and Easterhouse South - 01,4d,Hard-pressed flat dwellers,S02001907,North Barlanark and Easterhouse South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213373 +213373,S00114226,7c2,Constrained Young Families,S01010118,North Barlanark and Easterhouse South - 01,4d,Hard-pressed flat dwellers,S02001907,North Barlanark and Easterhouse South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213374 +213374,S00114229,7c2,Constrained Young Families,S01010127,Barlanark - 05,4a,Challenged white communities,S02001908,Barlanark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213375 +213375,S00116135,7c2,Constrained Young Families,S01010111,Central Easterhouse - 02,4d,Hard-pressed flat dwellers,S02001905,Central Easterhouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213376 +213376,S00116137,7c2,Constrained Young Families,S01010105,Easterhouse East - 01,4d,Hard-pressed flat dwellers,S02001904,Easterhouse East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213377 +213377,S00116149,7c2,Constrained Young Families,S01010054,Parkhead West and Barrowfield - 06,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213378 +213378,S00116150,7c2,Constrained Young Families,S01010054,Parkhead West and Barrowfield - 06,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213379 +213379,S00117379,7c2,Constrained Young Families,S01009974,Glenwood South - 02,4d,Hard-pressed flat dwellers,S02001881,Glenwood South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213380 +213380,S00115750,7c2,Constrained Young Families,S01009783,Nitshill - 09,4a,Challenged white communities,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213381 +213381,S00117436,3c2,Constrained Commuters,S01009865,Ibrox East and Cessnock - 04,1a,Cosmopolitan student neighbourhoods,S02001860,Ibrox East and Cessnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213382 +213382,S00115376,7c2,Constrained Young Families,S01009848,Craigton - 01,4d,Hard-pressed flat dwellers,S02001857,Craigton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213383 +213383,S00116151,7c2,Constrained Young Families,S01010050,Parkhead West and Barrowfield - 02,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213384 +213384,S00116154,7c2,Constrained Young Families,S01010053,Parkhead West and Barrowfield - 05,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213385 +213385,S00116160,7c2,Constrained Young Families,S01010046,Dalmarnock - 01,4d,Hard-pressed flat dwellers,S02001893,Dalmarnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213386 +213386,S00116209,7c2,Constrained Young Families,S01010021,Toryglen and Oatlands - 06,7a,Urban cultural mix,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213387 +213387,S00116221,7c2,Constrained Young Families,S01009973,Glenwood South - 01,4a,Challenged white communities,S02001881,Glenwood South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213388 +213388,S00116222,7c2,Constrained Young Families,S01009973,Glenwood South - 01,4a,Challenged white communities,S02001881,Glenwood South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213389 +213389,S00116226,7c2,Constrained Young Families,S01009974,Glenwood South - 02,4d,Hard-pressed flat dwellers,S02001881,Glenwood South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213390 +213390,S00116234,7c2,Constrained Young Families,S01009988,Castlemilk - 03,4d,Hard-pressed flat dwellers,S02001883,Castlemilk,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213391 +213391,S00116235,7c2,Constrained Young Families,S01009986,Castlemilk - 01,4d,Hard-pressed flat dwellers,S02001883,Castlemilk,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213392 +213392,S00116236,7c2,Constrained Young Families,S01009987,Castlemilk - 02,4d,Hard-pressed flat dwellers,S02001883,Castlemilk,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213393 +213393,S00116240,7c2,Constrained Young Families,S01009978,Glenwood South - 06,4d,Hard-pressed flat dwellers,S02001881,Glenwood South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213394 +213394,S00116241,7c2,Constrained Young Families,S01009978,Glenwood South - 06,4d,Hard-pressed flat dwellers,S02001881,Glenwood South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213395 +213395,S00116265,7c2,Constrained Young Families,S01009834,Drumoyne and Shieldhall - 02,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213396 +213396,S00116282,7c2,Constrained Young Families,S01009805,Pollok North and East - 07,4d,Hard-pressed flat dwellers,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213397 +213397,S00116283,7c2,Constrained Young Families,S01009805,Pollok North and East - 07,4d,Hard-pressed flat dwellers,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213398 +213398,S00116285,7c2,Constrained Young Families,S01009799,Pollok North and East - 01,4d,Hard-pressed flat dwellers,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213399 +213399,S00116289,7c2,Constrained Young Families,S01009775,Nitshill - 01,4d,Hard-pressed flat dwellers,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213400 +213400,S00116291,7c2,Constrained Young Families,S01009775,Nitshill - 01,4d,Hard-pressed flat dwellers,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213401 +213401,S00116292,7c2,Constrained Young Families,S01009781,Nitshill - 07,4d,Hard-pressed flat dwellers,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213402 +213402,S00116293,7c2,Constrained Young Families,S01009780,Nitshill - 06,4d,Hard-pressed flat dwellers,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213403 +213403,S00116294,7c2,Constrained Young Families,S01009781,Nitshill - 07,4d,Hard-pressed flat dwellers,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213404 +213404,S00116309,7c2,Constrained Young Families,S01009767,Darnley North - 04,4a,Challenged white communities,S02001843,Darnley North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213405 +213405,S00116470,7c2,Constrained Young Families,S01010331,Milton West - 02,4d,Hard-pressed flat dwellers,S02001943,Milton West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213406 +213406,S00116509,7c2,Constrained Young Families,S01010168,Craigend and Ruchazie - 04,4a,Challenged white communities,S02001915,Craigend and Ruchazie,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213407 +213407,S00116553,7c2,Constrained Young Families,S01009778,Nitshill - 04,4d,Hard-pressed flat dwellers,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213408 +213408,S00116554,7c2,Constrained Young Families,S01009777,Nitshill - 03,4d,Hard-pressed flat dwellers,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213409 +213409,S00116712,7c2,Constrained Young Families,S01010024,Gorbals and Hutchesontown - 02,1a,Cosmopolitan student neighbourhoods,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213410 +213410,S00116811,7c2,Constrained Young Families,S01010478,Blairdardie East - 01,4d,Hard-pressed flat dwellers,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213411 +213411,S00116922,7c2,Constrained Young Families,S01010501,Drumry West - 02,4d,Hard-pressed flat dwellers,S02001977,Drumry West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213412 +213412,S00116925,7c2,Constrained Young Families,S01010502,Drumry West - 03,4a,Challenged white communities,S02001977,Drumry West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213413 +213413,S00117004,7c2,Constrained Young Families,S01010232,"Roystonhill, Blochairn, and Provanmill - 05",7a,Urban cultural mix,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213414 +213414,S00117071,7c2,Constrained Young Families,S01010215,Springburn East and Cowlairs - 02,4d,Hard-pressed flat dwellers,S02001923,Springburn East and Cowlairs,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213415 +213415,S00117072,7c2,Constrained Young Families,S01010324,Possil Park - 02,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213416 +213416,S00117073,7c2,Constrained Young Families,S01010325,Possil Park - 03,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213417 +213417,S00117074,7c2,Constrained Young Families,S01010325,Possil Park - 03,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213418 +213418,S00117077,7c2,Constrained Young Families,S01010333,Milton West - 04,4d,Hard-pressed flat dwellers,S02001943,Milton West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213419 +213419,S00117119,7c2,Constrained Young Families,S01010245,Carntyne West and Haghill - 04,4d,Hard-pressed flat dwellers,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213420 +213420,S00117198,7c2,Constrained Young Families,S01010161,"Cranhill, Lightburn and Queenslie South - 06",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213421 +213421,S00117214,7c2,Constrained Young Families,S01010128,Barlanark - 06,4d,Hard-pressed flat dwellers,S02001908,Barlanark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213422 +213422,S00117215,7c2,Constrained Young Families,S01010126,Barlanark - 04,4a,Challenged white communities,S02001908,Barlanark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213423 +213423,S00117219,7c2,Constrained Young Families,S01010119,North Barlanark and Easterhouse South - 02,4d,Hard-pressed flat dwellers,S02001907,North Barlanark and Easterhouse South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213424 +213424,S00117439,3c2,Constrained Commuters,S01009861,Ibrox - 03,1a,Cosmopolitan student neighbourhoods,S02001859,Ibrox,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213425 +213425,S00117443,3c2,Constrained Commuters,S01009844,Govan and Linthouse - 04,6a,Inner city cosmopolitan,S02001856,Govan and Linthouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213426 +213426,S00117445,3c2,Constrained Commuters,S01009847,Govan and Linthouse - 07,4d,Hard-pressed flat dwellers,S02001856,Govan and Linthouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213427 +213427,S00117447,3c2,Constrained Commuters,S01009845,Govan and Linthouse - 05,6a,Inner city cosmopolitan,S02001856,Govan and Linthouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213428 +213428,S00117384,7c2,Constrained Young Families,S01009977,Glenwood South - 05,4d,Hard-pressed flat dwellers,S02001881,Glenwood South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213429 +213429,S00117448,3c2,Constrained Commuters,S01009845,Govan and Linthouse - 05,6a,Inner city cosmopolitan,S02001856,Govan and Linthouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213430 +213430,S00117449,3c2,Constrained Commuters,S01009845,Govan and Linthouse - 05,6a,Inner city cosmopolitan,S02001856,Govan and Linthouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213431 +213431,S00115753,7c2,Constrained Young Families,S01009782,Nitshill - 08,4c,Hampered neighbourhoods,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213432 +213432,S00117391,7c2,Constrained Young Families,S01009989,Castlemilk - 04,4d,Hard-pressed flat dwellers,S02001883,Castlemilk,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213433 +213433,S00115377,7c2,Constrained Young Families,S01009848,Craigton - 01,4d,Hard-pressed flat dwellers,S02001857,Craigton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213434 +213434,S00117551,3c2,Constrained Commuters,S01010272,City Centre South - 01,1a,Cosmopolitan student neighbourhoods,S02001934,City Centre South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213435 +213435,S00115755,7c2,Constrained Young Families,S01009780,Nitshill - 06,4d,Hard-pressed flat dwellers,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213436 +213436,S00115378,7c2,Constrained Young Families,S01009848,Craigton - 01,4d,Hard-pressed flat dwellers,S02001857,Craigton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213437 +213437,S00115383,7c2,Constrained Young Families,S01009840,Drumoyne and Shieldhall - 08,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213438 +213438,S00115424,7c2,Constrained Young Families,S01009854,Mosspark - 03,4d,Hard-pressed flat dwellers,S02001858,Mosspark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213439 +213439,S00115476,7c2,Constrained Young Families,S01009850,Craigton - 03,4d,Hard-pressed flat dwellers,S02001857,Craigton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213440 +213440,S00115487,7c2,Constrained Young Families,S01009828,Penilee - 07,4d,Hard-pressed flat dwellers,S02001853,Penilee,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213441 +213441,S00115488,7c2,Constrained Young Families,S01009826,Penilee - 05,4d,Hard-pressed flat dwellers,S02001853,Penilee,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213442 +213442,S00115489,7c2,Constrained Young Families,S01009826,Penilee - 05,4d,Hard-pressed flat dwellers,S02001853,Penilee,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213443 +213443,S00115623,7c2,Constrained Young Families,S01009827,Penilee - 06,4d,Hard-pressed flat dwellers,S02001853,Penilee,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213444 +213444,S00115624,7c2,Constrained Young Families,S01009827,Penilee - 06,4d,Hard-pressed flat dwellers,S02001853,Penilee,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213445 +213445,S00115627,7c2,Constrained Young Families,S01009827,Penilee - 06,4d,Hard-pressed flat dwellers,S02001853,Penilee,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213446 +213446,S00115630,7c2,Constrained Young Families,S01009825,Penilee - 04,4d,Hard-pressed flat dwellers,S02001853,Penilee,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213447 +213447,S00115632,7c2,Constrained Young Families,S01009825,Penilee - 04,4d,Hard-pressed flat dwellers,S02001853,Penilee,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213448 +213448,S00115642,7c2,Constrained Young Families,S01009825,Penilee - 04,4d,Hard-pressed flat dwellers,S02001853,Penilee,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213449 +213449,S00115644,7c2,Constrained Young Families,S01009823,Penilee - 02,4d,Hard-pressed flat dwellers,S02001853,Penilee,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213450 +213450,S00115647,7c2,Constrained Young Families,S01009824,Penilee - 03,4a,Challenged white communities,S02001853,Penilee,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213451 +213451,S00115655,7c2,Constrained Young Families,S01009786,Crookston South - 03,4d,Hard-pressed flat dwellers,S02001846,Crookston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213452 +213452,S00115656,7c2,Constrained Young Families,S01009786,Crookston South - 03,4d,Hard-pressed flat dwellers,S02001846,Crookston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213453 +213453,S00115657,7c2,Constrained Young Families,S01009786,Crookston South - 03,4d,Hard-pressed flat dwellers,S02001846,Crookston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213454 +213454,S00115663,7c2,Constrained Young Families,S01009805,Pollok North and East - 07,4d,Hard-pressed flat dwellers,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213455 +213455,S00115669,7c2,Constrained Young Families,S01009803,Pollok North and East - 05,4d,Hard-pressed flat dwellers,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213456 +213456,S00115672,7c2,Constrained Young Families,S01009800,Pollok North and East - 02,4d,Hard-pressed flat dwellers,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213457 +213457,S00115674,7c2,Constrained Young Families,S01009802,Pollok North and East - 04,4d,Hard-pressed flat dwellers,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213458 +213458,S00115680,7c2,Constrained Young Families,S01009800,Pollok North and East - 02,4d,Hard-pressed flat dwellers,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213459 +213459,S00115685,7c2,Constrained Young Families,S01009799,Pollok North and East - 01,4d,Hard-pressed flat dwellers,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213460 +213460,S00115686,7c2,Constrained Young Families,S01009799,Pollok North and East - 01,4d,Hard-pressed flat dwellers,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213461 +213461,S00115687,7c2,Constrained Young Families,S01009801,Pollok North and East - 03,4a,Challenged white communities,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213462 +213462,S00115688,7c2,Constrained Young Families,S01009801,Pollok North and East - 03,4a,Challenged white communities,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213463 +213463,S00115690,7c2,Constrained Young Families,S01009799,Pollok North and East - 01,4d,Hard-pressed flat dwellers,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213464 +213464,S00115692,7c2,Constrained Young Families,S01009799,Pollok North and East - 01,4d,Hard-pressed flat dwellers,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213465 +213465,S00115693,7c2,Constrained Young Families,S01009801,Pollok North and East - 03,4a,Challenged white communities,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213466 +213466,S00115705,7c2,Constrained Young Families,S01009788,Crookston North - 01,4a,Challenged white communities,S02001847,Crookston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213467 +213467,S00115719,7c2,Constrained Young Families,S01009778,Nitshill - 04,4d,Hard-pressed flat dwellers,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213468 +213468,S00115720,7c2,Constrained Young Families,S01009785,Crookston South - 02,4d,Hard-pressed flat dwellers,S02001846,Crookston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213469 +213469,S00115724,7c2,Constrained Young Families,S01009785,Crookston South - 02,4d,Hard-pressed flat dwellers,S02001846,Crookston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213470 +213470,S00115725,7c2,Constrained Young Families,S01009785,Crookston South - 02,4d,Hard-pressed flat dwellers,S02001846,Crookston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213471 +213471,S00115728,7c2,Constrained Young Families,S01009784,Crookston South - 01,4d,Hard-pressed flat dwellers,S02001846,Crookston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213472 +213472,S00115729,7c2,Constrained Young Families,S01009784,Crookston South - 01,4d,Hard-pressed flat dwellers,S02001846,Crookston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213473 +213473,S00115730,7c2,Constrained Young Families,S01009784,Crookston South - 01,4d,Hard-pressed flat dwellers,S02001846,Crookston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213474 +213474,S00115731,7c2,Constrained Young Families,S01009784,Crookston South - 01,4d,Hard-pressed flat dwellers,S02001846,Crookston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213475 +213475,S00115732,7c2,Constrained Young Families,S01009787,Crookston South - 04,4d,Hard-pressed flat dwellers,S02001846,Crookston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213476 +213476,S00115733,7c2,Constrained Young Families,S01009787,Crookston South - 04,4d,Hard-pressed flat dwellers,S02001846,Crookston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213477 +213477,S00115736,7c2,Constrained Young Families,S01009787,Crookston South - 04,4d,Hard-pressed flat dwellers,S02001846,Crookston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213478 +213478,S00115737,7c2,Constrained Young Families,S01009787,Crookston South - 04,4d,Hard-pressed flat dwellers,S02001846,Crookston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213479 +213479,S00117392,7c2,Constrained Young Families,S01009986,Castlemilk - 01,4d,Hard-pressed flat dwellers,S02001883,Castlemilk,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213480 +213480,S00117420,7c2,Constrained Young Families,S01009942,Carnwadric West - 04,4d,Hard-pressed flat dwellers,S02001874,Carnwadric West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213481 +213481,S00117480,7c2,Constrained Young Families,S01009823,Penilee - 02,4d,Hard-pressed flat dwellers,S02001853,Penilee,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213482 +213482,S00117488,7c2,Constrained Young Families,S01009778,Nitshill - 04,4d,Hard-pressed flat dwellers,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213483 +213483,S00117490,7c2,Constrained Young Families,S01009778,Nitshill - 04,4d,Hard-pressed flat dwellers,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213484 +213484,S00117491,7c2,Constrained Young Families,S01009785,Crookston South - 02,4d,Hard-pressed flat dwellers,S02001846,Crookston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213485 +213485,S00117492,7c2,Constrained Young Families,S01009785,Crookston South - 02,4d,Hard-pressed flat dwellers,S02001846,Crookston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213486 +213486,S00117494,7c2,Constrained Young Families,S01009783,Nitshill - 09,4a,Challenged white communities,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213487 +213487,S00117547,7c2,Constrained Young Families,S01010223,Cowlairs and Port Dundas - 05,4d,Hard-pressed flat dwellers,S02001924,Cowlairs and Port Dundas,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213488 +213488,S00117548,7c2,Constrained Young Families,S01010179,Blackhill and Barmulloch East - 01,4d,Hard-pressed flat dwellers,S02001917,Blackhill and Barmulloch East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213489 +213489,S00117549,7c2,Constrained Young Families,S01010179,Blackhill and Barmulloch East - 01,4d,Hard-pressed flat dwellers,S02001917,Blackhill and Barmulloch East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213490 +213490,S00117614,7c2,Constrained Young Families,S01009777,Nitshill - 03,4d,Hard-pressed flat dwellers,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213491 +213491,S00112363,5b1,Delayed Retirement,S01010400,Partickhill and Hyndland - 04,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213492 +213492,S00112365,5b1,Delayed Retirement,S01010400,Partickhill and Hyndland - 04,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213493 +213493,S00112366,5b1,Delayed Retirement,S01010400,Partickhill and Hyndland - 04,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213494 +213494,S00112454,5b1,Delayed Retirement,S01010415,Broomhill - 01,4d,Hard-pressed flat dwellers,S02001959,Broomhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213495 +213495,S00112500,5b1,Delayed Retirement,S01010419,Broomhill - 05,3c,Highly qualified professionals,S02001959,Broomhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213496 +213496,S00112509,5b1,Delayed Retirement,S01010417,Broomhill - 03,3c,Highly qualified professionals,S02001959,Broomhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213497 +213497,S00112520,5b1,Delayed Retirement,S01010416,Broomhill - 02,3c,Highly qualified professionals,S02001959,Broomhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213498 +213498,S00112596,5b1,Delayed Retirement,S01010404,Dowanhill - 02,1a,Cosmopolitan student neighbourhoods,S02001957,Dowanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213499 +213499,S00112610,5b1,Delayed Retirement,S01010412,Kelvinside and Jordanhill - 05,1a,Cosmopolitan student neighbourhoods,S02001958,Kelvinside and Jordanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213500 +213500,S00112637,5b1,Delayed Retirement,S01010413,Kelvinside and Jordanhill - 06,3c,Highly qualified professionals,S02001958,Kelvinside and Jordanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213501 +213501,S00112638,5b1,Delayed Retirement,S01010467,Anniesland East - 03,3c,Highly qualified professionals,S02001970,Anniesland East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213502 +213502,S00112653,5b1,Delayed Retirement,S01010363,Kelvindale - 01,3c,Highly qualified professionals,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213503 +213503,S00112655,5b1,Delayed Retirement,S01010366,Kelvindale - 04,3c,Highly qualified professionals,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213504 +213504,S00115758,7c2,Constrained Young Families,S01009780,Nitshill - 06,4d,Hard-pressed flat dwellers,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213505 +213505,S00112656,5b1,Delayed Retirement,S01010366,Kelvindale - 04,3c,Highly qualified professionals,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213506 +213506,S00112664,5b1,Delayed Retirement,S01010367,Kelvindale - 05,1a,Cosmopolitan student neighbourhoods,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213507 +213507,S00117564,3c2,Constrained Commuters,S01010268,City Centre West - 03,1a,Cosmopolitan student neighbourhoods,S02001933,City Centre West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213508 +213508,S00112668,5b1,Delayed Retirement,S01010367,Kelvindale - 05,1a,Cosmopolitan student neighbourhoods,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213509 +213509,S00112671,5b1,Delayed Retirement,S01010367,Kelvindale - 05,1a,Cosmopolitan student neighbourhoods,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213510 +213510,S00112672,5b1,Delayed Retirement,S01010368,Kelvindale - 06,3c,Highly qualified professionals,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213511 +213511,S00112674,5b1,Delayed Retirement,S01010368,Kelvindale - 06,3c,Highly qualified professionals,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213512 +213512,S00112684,5b1,Delayed Retirement,S01010365,Kelvindale - 03,3c,Highly qualified professionals,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213513 +213513,S00112689,5b1,Delayed Retirement,S01010365,Kelvindale - 03,3c,Highly qualified professionals,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213514 +213514,S00112690,5b1,Delayed Retirement,S01010413,Kelvinside and Jordanhill - 06,3c,Highly qualified professionals,S02001958,Kelvinside and Jordanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213515 +213515,S00112691,5b1,Delayed Retirement,S01010413,Kelvinside and Jordanhill - 06,3c,Highly qualified professionals,S02001958,Kelvinside and Jordanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213516 +213516,S00112692,5b1,Delayed Retirement,S01010413,Kelvinside and Jordanhill - 06,3c,Highly qualified professionals,S02001958,Kelvinside and Jordanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213517 +213517,S00112704,5b1,Delayed Retirement,S01010409,Kelvinside and Jordanhill - 02,8c,Comfortable suburbia,S02001958,Kelvinside and Jordanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213518 +213518,S00112727,5b1,Delayed Retirement,S01010475,Anniesland West - 06,3c,Highly qualified professionals,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213519 +213519,S00112859,5b1,Delayed Retirement,S01010463,Knightswood Park East - 04,4d,Hard-pressed flat dwellers,S02001969,Knightswood Park East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213520 +213520,S00113168,5b1,Delayed Retirement,S01010369,North Kelvin - 01,1a,Cosmopolitan student neighbourhoods,S02001951,North Kelvin,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213521 +213521,S00113294,5b1,Delayed Retirement,S01010465,Anniesland East - 01,3a,Achieving neighbourhoods,S02001970,Anniesland East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213522 +213522,S00113303,5b1,Delayed Retirement,S01010346,Summerston North - 01,3c,Highly qualified professionals,S02001946,Summerston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213523 +213523,S00117588,3c2,Constrained Commuters,S01009887,Govanhill West - 01,6a,Inner city cosmopolitan,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213524 +213524,S00117590,3c2,Constrained Commuters,S01010033,Laurieston and Tradeston - 03,1a,Cosmopolitan student neighbourhoods,S02001890,Laurieston and Tradeston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213525 +213525,S00117599,3c2,Constrained Commuters,S01010030,Gorbals and Hutchesontown - 08,1a,Cosmopolitan student neighbourhoods,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213526 +213526,S00112417,3c1,Constrained Neighbourhoods,S01010391,Glasgow Harbour and Partick South - 04,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213527 +213527,S00113360,3c1,Constrained Neighbourhoods,S01010231,"Roystonhill, Blochairn, and Provanmill - 04",4d,Hard-pressed flat dwellers,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213528 +213528,S00113363,3c1,Constrained Neighbourhoods,S01010231,"Roystonhill, Blochairn, and Provanmill - 04",4d,Hard-pressed flat dwellers,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213529 +213529,S00113398,3c1,Constrained Neighbourhoods,S01010217,Springburn East and Cowlairs - 04,4d,Hard-pressed flat dwellers,S02001923,Springburn East and Cowlairs,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213530 +213530,S00113452,3c1,Constrained Neighbourhoods,S01010212,Springburn - 04,4d,Hard-pressed flat dwellers,S02001922,Springburn,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213531 +213531,S00114197,3c1,Constrained Neighbourhoods,S01010169,Craigend and Ruchazie - 05,4d,Hard-pressed flat dwellers,S02001915,Craigend and Ruchazie,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213532 +213532,S00114447,3c1,Constrained Neighbourhoods,S01009878,Pollokshields West - 04,7b,Young ethnic communities,S02001863,Pollokshields West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213533 +213533,S00114752,3c1,Constrained Neighbourhoods,S01009930,Langside - 04,1a,Cosmopolitan student neighbourhoods,S02001872,Langside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213534 +213534,S00114755,3c1,Constrained Neighbourhoods,S01009899,Battlefield - 01,1a,Cosmopolitan student neighbourhoods,S02001867,Battlefield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213535 +213535,S00114852,3c1,Constrained Neighbourhoods,S01009946,Carnwadric East - 03,4d,Hard-pressed flat dwellers,S02001875,Carnwadric East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213536 +213536,S00115313,3c1,Constrained Neighbourhoods,S01009861,Ibrox - 03,1a,Cosmopolitan student neighbourhoods,S02001859,Ibrox,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213537 +213537,S00115327,3c1,Constrained Neighbourhoods,S01009859,Ibrox - 01,4d,Hard-pressed flat dwellers,S02001859,Ibrox,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213538 +213538,S00115990,3c1,Constrained Neighbourhoods,S01010222,Cowlairs and Port Dundas - 04,4d,Hard-pressed flat dwellers,S02001924,Cowlairs and Port Dundas,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213539 +213539,S00116012,3c1,Constrained Neighbourhoods,S01010224,Cowlairs and Port Dundas - 06,4d,Hard-pressed flat dwellers,S02001924,Cowlairs and Port Dundas,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213540 +213540,S00116190,3c1,Constrained Neighbourhoods,S01009895,Govanhill East and Aikenhead - 02,7a,Urban cultural mix,S02001866,Govanhill East and Aikenhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213541 +213541,S00116561,3c1,Constrained Neighbourhoods,S01010272,City Centre South - 01,1a,Cosmopolitan student neighbourhoods,S02001934,City Centre South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213542 +213542,S00117336,3c1,Constrained Neighbourhoods,S01009936,Pollokshaws - 04,4d,Hard-pressed flat dwellers,S02001873,Pollokshaws,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213543 +213543,S00117341,3c1,Constrained Neighbourhoods,S01009948,Newlands - 01,4d,Hard-pressed flat dwellers,S02001876,Newlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213544 +213544,S00112761,7c2,Constrained Young Families,S01010481,Blairdardie East - 04,4d,Hard-pressed flat dwellers,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213545 +213545,S00112890,7c2,Constrained Young Families,S01010444,Yoker North - 02,4a,Challenged white communities,S02001965,Yoker North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213546 +213546,S00112902,7c2,Constrained Young Families,S01010445,Yoker North - 03,4d,Hard-pressed flat dwellers,S02001965,Yoker North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213547 +213547,S00113032,7c2,Constrained Young Families,S01010435,Scotstoun South and West - 04,4d,Hard-pressed flat dwellers,S02001963,Scotstoun South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213548 +213548,S00113070,7c2,Constrained Young Families,S01010488,Drumchapel South - 01,4d,Hard-pressed flat dwellers,S02001974,Drumchapel South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213549 +213549,S00113080,7c2,Constrained Young Families,S01010499,Drumry East - 04,4d,Hard-pressed flat dwellers,S02001976,Drumry East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213550 +213550,S00113083,7c2,Constrained Young Families,S01010493,Drumchapel North - 03,4d,Hard-pressed flat dwellers,S02001975,Drumchapel North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213551 +213551,S00113092,7c2,Constrained Young Families,S01010495,Drumchapel North - 05,4d,Hard-pressed flat dwellers,S02001975,Drumchapel North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213552 +213552,S00113093,7c2,Constrained Young Families,S01010495,Drumchapel North - 05,4d,Hard-pressed flat dwellers,S02001975,Drumchapel North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213553 +213553,S00113094,7c2,Constrained Young Families,S01010495,Drumchapel North - 05,4d,Hard-pressed flat dwellers,S02001975,Drumchapel North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213554 +213554,S00113095,7c2,Constrained Young Families,S01010493,Drumchapel North - 03,4d,Hard-pressed flat dwellers,S02001975,Drumchapel North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213555 +213555,S00113097,7c2,Constrained Young Families,S01010492,Drumchapel North - 02,4d,Hard-pressed flat dwellers,S02001975,Drumchapel North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213556 +213556,S00113099,7c2,Constrained Young Families,S01010492,Drumchapel North - 02,4d,Hard-pressed flat dwellers,S02001975,Drumchapel North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213557 +213557,S00113108,7c2,Constrained Young Families,S01010500,Drumry West - 01,4d,Hard-pressed flat dwellers,S02001977,Drumry West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213558 +213558,S00115771,7c2,Constrained Young Families,S01009767,Darnley North - 04,4a,Challenged white communities,S02001843,Darnley North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213559 +213559,S00115772,7c2,Constrained Young Families,S01009767,Darnley North - 04,4a,Challenged white communities,S02001843,Darnley North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213560 +213560,S00115774,7c2,Constrained Young Families,S01009764,Darnley North - 01,4d,Hard-pressed flat dwellers,S02001843,Darnley North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213561 +213561,S00115775,7c2,Constrained Young Families,S01009767,Darnley North - 04,4a,Challenged white communities,S02001843,Darnley North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213562 +213562,S00115778,7c2,Constrained Young Families,S01009776,Nitshill - 02,4d,Hard-pressed flat dwellers,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213563 +213563,S00115780,7c2,Constrained Young Families,S01009776,Nitshill - 02,4d,Hard-pressed flat dwellers,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213564 +213564,S00115782,7c2,Constrained Young Families,S01009776,Nitshill - 02,4d,Hard-pressed flat dwellers,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213565 +213565,S00115783,7c2,Constrained Young Families,S01009776,Nitshill - 02,4d,Hard-pressed flat dwellers,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213566 +213566,S00115785,7c2,Constrained Young Families,S01009779,Nitshill - 05,4d,Hard-pressed flat dwellers,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213567 +213567,S00115807,7c2,Constrained Young Families,S01010197,Balornock - 04,4d,Hard-pressed flat dwellers,S02001919,Balornock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213568 +213568,S00115864,7c2,Constrained Young Families,S01010083,Baillieston West - 01,4a,Challenged white communities,S02001900,Baillieston West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213569 +213569,S00115906,7c2,Constrained Young Families,S01010092,Baillieston East - 05,4d,Hard-pressed flat dwellers,S02001901,Baillieston East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213570 +213570,S00115908,7c2,Constrained Young Families,S01010091,Baillieston East - 04,5c,Comfortable neighbourhoods,S02001901,Baillieston East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213571 +213571,S00115942,7c2,Constrained Young Families,S01010496,Drumry East - 01,4d,Hard-pressed flat dwellers,S02001976,Drumry East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213572 +213572,S00115945,7c2,Constrained Young Families,S01010496,Drumry East - 01,4d,Hard-pressed flat dwellers,S02001976,Drumry East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213573 +213573,S00115946,7c2,Constrained Young Families,S01010493,Drumchapel North - 03,4d,Hard-pressed flat dwellers,S02001975,Drumchapel North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213574 +213574,S00115949,7c2,Constrained Young Families,S01010491,Drumchapel North - 01,4d,Hard-pressed flat dwellers,S02001975,Drumchapel North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213575 +213575,S00115956,7c2,Constrained Young Families,S01010496,Drumry East - 01,4d,Hard-pressed flat dwellers,S02001976,Drumry East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213576 +213576,S00115957,7c2,Constrained Young Families,S01010492,Drumchapel North - 02,4d,Hard-pressed flat dwellers,S02001975,Drumchapel North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213577 +213577,S00115958,7c2,Constrained Young Families,S01010492,Drumchapel North - 02,4d,Hard-pressed flat dwellers,S02001975,Drumchapel North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213578 +213578,S00115961,7c2,Constrained Young Families,S01010500,Drumry West - 01,4d,Hard-pressed flat dwellers,S02001977,Drumry West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213579 +213579,S00115966,7c2,Constrained Young Families,S01010501,Drumry West - 02,4d,Hard-pressed flat dwellers,S02001977,Drumry West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213580 +213580,S00115968,7c2,Constrained Young Families,S01010497,Drumry East - 02,4a,Challenged white communities,S02001976,Drumry East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213581 +213581,S00115969,7c2,Constrained Young Families,S01010502,Drumry West - 03,4a,Challenged white communities,S02001977,Drumry West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213582 +213582,S00115997,7c2,Constrained Young Families,S01010199,Barmulloch - 01,4a,Challenged white communities,S02001920,Barmulloch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213583 +213583,S00116001,7c2,Constrained Young Families,S01010205,Petershill - 03,4d,Hard-pressed flat dwellers,S02001921,Petershill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213584 +213584,S00116003,7c2,Constrained Young Families,S01010313,Keppochhill - 05,4d,Hard-pressed flat dwellers,S02001940,Keppochhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213585 +213585,S00116007,7c2,Constrained Young Families,S01010310,Keppochhill - 02,7a,Urban cultural mix,S02001940,Keppochhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213586 +213586,S00116009,7c2,Constrained Young Families,S01010224,Cowlairs and Port Dundas - 06,4d,Hard-pressed flat dwellers,S02001924,Cowlairs and Port Dundas,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213587 +213587,S00116011,7c2,Constrained Young Families,S01010224,Cowlairs and Port Dundas - 06,4d,Hard-pressed flat dwellers,S02001924,Cowlairs and Port Dundas,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213588 +213588,S00116026,7c2,Constrained Young Families,S01010340,Summerston Central and West - 01,4d,Hard-pressed flat dwellers,S02001945,Summerston Central and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213589 +213589,S00116046,7c2,Constrained Young Families,S01010246,Carntyne West and Haghill - 05,4d,Hard-pressed flat dwellers,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213590 +213590,S00116064,7c2,Constrained Young Families,S01010150,Old Shettleston and Parkhead North - 04,4d,Hard-pressed flat dwellers,S02001912,Old Shettleston and Parkhead North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213591 +213591,S00116083,7c2,Constrained Young Families,S01010157,"Cranhill, Lightburn and Queenslie South - 02",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213592 +213592,S00116084,7c2,Constrained Young Families,S01010156,"Cranhill, Lightburn and Queenslie South - 01",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213593 +213593,S00116094,7c2,Constrained Young Families,S01010165,Craigend and Ruchazie - 01,4d,Hard-pressed flat dwellers,S02001915,Craigend and Ruchazie,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213594 +213594,S00116099,7c2,Constrained Young Families,S01010123,Barlanark - 01,4d,Hard-pressed flat dwellers,S02001908,Barlanark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213595 +213595,S00116101,7c2,Constrained Young Families,S01010120,North Barlanark and Easterhouse South - 03,4d,Hard-pressed flat dwellers,S02001907,North Barlanark and Easterhouse South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213596 +213596,S00116102,7c2,Constrained Young Families,S01010120,North Barlanark and Easterhouse South - 03,4d,Hard-pressed flat dwellers,S02001907,North Barlanark and Easterhouse South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213597 +213597,S00116105,7c2,Constrained Young Families,S01010127,Barlanark - 05,4a,Challenged white communities,S02001908,Barlanark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213598 +213598,S00116106,7c2,Constrained Young Families,S01010127,Barlanark - 05,4a,Challenged white communities,S02001908,Barlanark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213599 +213599,S00116120,7c2,Constrained Young Families,S01010347,Summerston North - 02,1a,Cosmopolitan student neighbourhoods,S02001946,Summerston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213600 +213600,S00113641,5b1,Delayed Retirement,S01010342,Summerston Central and West - 03,5c,Comfortable neighbourhoods,S02001945,Summerston Central and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213601 +213601,S00113649,5b1,Delayed Retirement,S01010342,Summerston Central and West - 03,5c,Comfortable neighbourhoods,S02001945,Summerston Central and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213602 +213602,S00113651,5b1,Delayed Retirement,S01010342,Summerston Central and West - 03,5c,Comfortable neighbourhoods,S02001945,Summerston Central and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213603 +213603,S00113973,5b1,Delayed Retirement,S01010069,Shettleston South - 01,5c,Comfortable neighbourhoods,S02001897,Shettleston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213604 +213604,S00113994,5b1,Delayed Retirement,S01010073,Shettleston South - 05,5c,Comfortable neighbourhoods,S02001897,Shettleston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213605 +213605,S00114038,5b1,Delayed Retirement,S01010082,Mount Vernon North and Sandyhills - 05,8c,Comfortable suburbia,S02001899,Mount Vernon North and Sandyhills,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213606 +213606,S00114983,5b1,Delayed Retirement,S01009967,Carmunnock North - 03,5c,Comfortable neighbourhoods,S02001879,Carmunnock North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213607 +213607,S00113098,7b2,Deprived Neighbourhoods,S01010492,Drumchapel North - 02,4d,Hard-pressed flat dwellers,S02001975,Drumchapel North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213608 +213608,S00114077,5b1,Delayed Retirement,S01010081,Mount Vernon North and Sandyhills - 04,8b,Ageing suburbanites,S02001899,Mount Vernon North and Sandyhills,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213609 +213609,S00114087,5b1,Delayed Retirement,S01010182,Blackhill and Barmulloch East - 04,5c,Comfortable neighbourhoods,S02001917,Blackhill and Barmulloch East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213610 +213610,S00114088,5b1,Delayed Retirement,S01010182,Blackhill and Barmulloch East - 04,5c,Comfortable neighbourhoods,S02001917,Blackhill and Barmulloch East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213611 +213611,S00114107,5b1,Delayed Retirement,S01010193,Robroyston and Millerston - 08,3c,Highly qualified professionals,S02001918,Robroyston and Millerston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213612 +213612,S00114469,5b1,Delayed Retirement,S01009932,Langside - 06,1a,Cosmopolitan student neighbourhoods,S02001872,Langside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213613 +213613,S00114556,5b1,Delayed Retirement,S01009915,Maxwell Park - 04,3c,Highly qualified professionals,S02001869,Maxwell Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213614 +213614,S00114560,5b1,Delayed Retirement,S01009914,Maxwell Park - 03,3b,Asian traits,S02001869,Maxwell Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213615 +213615,S00114561,5b1,Delayed Retirement,S01009915,Maxwell Park - 04,3c,Highly qualified professionals,S02001869,Maxwell Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213616 +213616,S00114562,5b1,Delayed Retirement,S01009915,Maxwell Park - 04,3c,Highly qualified professionals,S02001869,Maxwell Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213617 +213617,S00114563,5b1,Delayed Retirement,S01009915,Maxwell Park - 04,3c,Highly qualified professionals,S02001869,Maxwell Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213618 +213618,S00114565,5b1,Delayed Retirement,S01009915,Maxwell Park - 04,3c,Highly qualified professionals,S02001869,Maxwell Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213619 +213619,S00114569,5b1,Delayed Retirement,S01009912,Maxwell Park - 01,3c,Highly qualified professionals,S02001869,Maxwell Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213620 +213620,S00114573,5b1,Delayed Retirement,S01009879,Pollokshields West - 05,3b,Asian traits,S02001863,Pollokshields West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213621 +213621,S00114574,5b1,Delayed Retirement,S01009913,Maxwell Park - 02,3b,Asian traits,S02001869,Maxwell Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213622 +213622,S00114575,5b1,Delayed Retirement,S01009879,Pollokshields West - 05,3b,Asian traits,S02001863,Pollokshields West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213623 +213623,S00114579,5b1,Delayed Retirement,S01009914,Maxwell Park - 03,3b,Asian traits,S02001869,Maxwell Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213624 +213624,S00114580,5b1,Delayed Retirement,S01009914,Maxwell Park - 03,3b,Asian traits,S02001869,Maxwell Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213625 +213625,S00114588,5b1,Delayed Retirement,S01009874,Kingston West and Dumbreck - 04,3d,Households in terraces and flats,S02001862,Kingston West and Dumbreck,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213626 +213626,S00114589,5b1,Delayed Retirement,S01009874,Kingston West and Dumbreck - 04,3d,Households in terraces and flats,S02001862,Kingston West and Dumbreck,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213627 +213627,S00114590,5b1,Delayed Retirement,S01009874,Kingston West and Dumbreck - 04,3d,Households in terraces and flats,S02001862,Kingston West and Dumbreck,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213628 +213628,S00114592,5b1,Delayed Retirement,S01009874,Kingston West and Dumbreck - 04,3d,Households in terraces and flats,S02001862,Kingston West and Dumbreck,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213629 +213629,S00114593,5b1,Delayed Retirement,S01009873,Kingston West and Dumbreck - 03,3d,Households in terraces and flats,S02001862,Kingston West and Dumbreck,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213630 +213630,S00114598,5b1,Delayed Retirement,S01009880,Pollokshields West - 06,3b,Asian traits,S02001863,Pollokshields West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213631 +213631,S00114602,5b1,Delayed Retirement,S01009879,Pollokshields West - 05,3b,Asian traits,S02001863,Pollokshields West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213632 +213632,S00114603,5b1,Delayed Retirement,S01009879,Pollokshields West - 05,3b,Asian traits,S02001863,Pollokshields West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213633 +213633,S00114616,5b1,Delayed Retirement,S01009877,Pollokshields West - 03,3c,Highly qualified professionals,S02001863,Pollokshields West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213634 +213634,S00114617,5b1,Delayed Retirement,S01009877,Pollokshields West - 03,3c,Highly qualified professionals,S02001863,Pollokshields West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213635 +213635,S00114620,5b1,Delayed Retirement,S01009877,Pollokshields West - 03,3c,Highly qualified professionals,S02001863,Pollokshields West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213636 +213636,S00114621,5b1,Delayed Retirement,S01009877,Pollokshields West - 03,3c,Highly qualified professionals,S02001863,Pollokshields West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213637 +213637,S00114664,5b1,Delayed Retirement,S01010014,Mount Florida - 04,1a,Cosmopolitan student neighbourhoods,S02001887,Mount Florida,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213638 +213638,S00114850,5b1,Delayed Retirement,S01009954,Newlands - 07,3b,Asian traits,S02001876,Newlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213639 +213639,S00114894,5b1,Delayed Retirement,S01009954,Newlands - 07,3b,Asian traits,S02001876,Newlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213640 +213640,S00114902,5b1,Delayed Retirement,S01009953,Newlands - 06,3d,Households in terraces and flats,S02001876,Newlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213641 +213641,S00114917,5b1,Delayed Retirement,S01009952,Newlands - 05,3c,Highly qualified professionals,S02001876,Newlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213642 +213642,S00114920,5b1,Delayed Retirement,S01009955,Merrylee and Millbrae - 01,3c,Highly qualified professionals,S02001877,Merrylee and Millbrae,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213643 +213643,S00114921,5b1,Delayed Retirement,S01009957,Merrylee and Millbrae - 03,8a,Affluent communities,S02001877,Merrylee and Millbrae,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213644 +213644,S00114922,5b1,Delayed Retirement,S01009957,Merrylee and Millbrae - 03,8a,Affluent communities,S02001877,Merrylee and Millbrae,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213645 +213645,S00114944,5b1,Delayed Retirement,S01009951,Newlands - 04,8a,Affluent communities,S02001876,Newlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213646 +213646,S00114945,5b1,Delayed Retirement,S01009956,Merrylee and Millbrae - 02,4d,Hard-pressed flat dwellers,S02001877,Merrylee and Millbrae,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213647 +213647,S00114949,5b1,Delayed Retirement,S01009951,Newlands - 04,8a,Affluent communities,S02001876,Newlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213648 +213648,S00114953,5b1,Delayed Retirement,S01009959,Muirend and Old Cathcart - 01,8a,Affluent communities,S02001878,Muirend and Old Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213649 +213649,S00114961,5b1,Delayed Retirement,S01009960,Muirend and Old Cathcart - 02,3c,Highly qualified professionals,S02001878,Muirend and Old Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213650 +213650,S00114962,5b1,Delayed Retirement,S01009959,Muirend and Old Cathcart - 01,8a,Affluent communities,S02001878,Muirend and Old Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213651 +213651,S00114967,5b1,Delayed Retirement,S01009962,Muirend and Old Cathcart - 04,4d,Hard-pressed flat dwellers,S02001878,Muirend and Old Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213652 +213652,S00117226,8b1,Deprived Blue-Collar Terraces,S01010108,Easterhouse East - 04,4a,Challenged white communities,S02001904,Easterhouse East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213653 +213653,S00113658,7b2,Deprived Neighbourhoods,S01010245,Carntyne West and Haghill - 04,4d,Hard-pressed flat dwellers,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213654 +213654,S00117188,5b1,Delayed Retirement,S01010188,Robroyston and Millerston - 03,5a,Ageing urban communities,S02001918,Robroyston and Millerston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213655 +213655,S00113402,7b2,Deprived Neighbourhoods,S01010216,Springburn East and Cowlairs - 03,4d,Hard-pressed flat dwellers,S02001923,Springburn East and Cowlairs,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213656 +213656,S00114216,7b2,Deprived Neighbourhoods,S01010130,Barlanark - 08,4d,Hard-pressed flat dwellers,S02001908,Barlanark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213657 +213657,S00114984,5b1,Delayed Retirement,S01009967,Carmunnock North - 03,5c,Comfortable neighbourhoods,S02001879,Carmunnock North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213658 +213658,S00113102,7b2,Deprived Neighbourhoods,S01010503,Drumry West - 04,4d,Hard-pressed flat dwellers,S02001977,Drumry West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213659 +213659,S00117281,5b1,Delayed Retirement,S01009922,Shawlands West - 04,1a,Cosmopolitan student neighbourhoods,S02001870,Shawlands West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213660 +213660,S00117293,8b1,Deprived Blue-Collar Terraces,S01009897,Govanhill East and Aikenhead - 04,7a,Urban cultural mix,S02001866,Govanhill East and Aikenhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213661 +213661,S00113661,7b2,Deprived Neighbourhoods,S01010244,Carntyne West and Haghill - 03,1a,Cosmopolitan student neighbourhoods,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213662 +213662,S00113104,7b2,Deprived Neighbourhoods,S01010503,Drumry West - 04,4d,Hard-pressed flat dwellers,S02001977,Drumry West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213663 +213663,S00114217,7b2,Deprived Neighbourhoods,S01010130,Barlanark - 08,4d,Hard-pressed flat dwellers,S02001908,Barlanark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213664 +213664,S00113403,7b2,Deprived Neighbourhoods,S01010216,Springburn East and Cowlairs - 03,4d,Hard-pressed flat dwellers,S02001923,Springburn East and Cowlairs,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213665 +213665,S00117283,5b1,Delayed Retirement,S01009914,Maxwell Park - 03,3b,Asian traits,S02001869,Maxwell Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213666 +213666,S00115026,5b1,Delayed Retirement,S01010002,Kingspark North - 04,4d,Hard-pressed flat dwellers,S02001885,Kingspark North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213667 +213667,S00117373,8b1,Deprived Blue-Collar Terraces,S01009966,Carmunnock North - 02,8c,Comfortable suburbia,S02001879,Carmunnock North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213668 +213668,S00113667,7b2,Deprived Neighbourhoods,S01010244,Carntyne West and Haghill - 03,1a,Cosmopolitan student neighbourhoods,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213669 +213669,S00113107,7b2,Deprived Neighbourhoods,S01010500,Drumry West - 01,4d,Hard-pressed flat dwellers,S02001977,Drumry West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213670 +213670,S00114218,7b2,Deprived Neighbourhoods,S01010130,Barlanark - 08,4d,Hard-pressed flat dwellers,S02001908,Barlanark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213671 +213671,S00113404,7b2,Deprived Neighbourhoods,S01010217,Springburn East and Cowlairs - 04,4d,Hard-pressed flat dwellers,S02001923,Springburn East and Cowlairs,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213672 +213672,S00114221,7b2,Deprived Neighbourhoods,S01010121,North Barlanark and Easterhouse South - 04,4d,Hard-pressed flat dwellers,S02001907,North Barlanark and Easterhouse South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213673 +213673,S00117308,5b1,Delayed Retirement,S01009929,Langside - 03,3c,Highly qualified professionals,S02001872,Langside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213674 +213674,S00115036,5b1,Delayed Retirement,S01009999,Kingspark North - 01,5c,Comfortable neighbourhoods,S02001885,Kingspark North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213675 +213675,S00113668,7b2,Deprived Neighbourhoods,S01010256,Gallowgate North and Bellgrove - 03,4d,Hard-pressed flat dwellers,S02001931,Gallowgate North and Bellgrove,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213676 +213676,S00113405,7b2,Deprived Neighbourhoods,S01010209,Springburn - 01,4d,Hard-pressed flat dwellers,S02001922,Springburn,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213677 +213677,S00114227,7b2,Deprived Neighbourhoods,S01010125,Barlanark - 03,4d,Hard-pressed flat dwellers,S02001908,Barlanark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213678 +213678,S00117346,5b1,Delayed Retirement,S01009957,Merrylee and Millbrae - 03,8a,Affluent communities,S02001877,Merrylee and Millbrae,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213679 +213679,S00114230,7b2,Deprived Neighbourhoods,S01010125,Barlanark - 03,4d,Hard-pressed flat dwellers,S02001908,Barlanark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213680 +213680,S00115038,5b1,Delayed Retirement,S01009999,Kingspark North - 01,5c,Comfortable neighbourhoods,S02001885,Kingspark North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213681 +213681,S00113670,7b2,Deprived Neighbourhoods,S01010256,Gallowgate North and Bellgrove - 03,4d,Hard-pressed flat dwellers,S02001931,Gallowgate North and Bellgrove,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213682 +213682,S00117347,5b1,Delayed Retirement,S01009950,Newlands - 03,8a,Affluent communities,S02001876,Newlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213683 +213683,S00113407,7b2,Deprived Neighbourhoods,S01010216,Springburn East and Cowlairs - 03,4d,Hard-pressed flat dwellers,S02001923,Springburn East and Cowlairs,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213684 +213684,S00114234,7b2,Deprived Neighbourhoods,S01010128,Barlanark - 06,4d,Hard-pressed flat dwellers,S02001908,Barlanark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213685 +213685,S00115043,5b1,Delayed Retirement,S01010000,Kingspark North - 02,4d,Hard-pressed flat dwellers,S02001885,Kingspark North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213686 +213686,S00113671,7b2,Deprived Neighbourhoods,S01010256,Gallowgate North and Bellgrove - 03,4d,Hard-pressed flat dwellers,S02001931,Gallowgate North and Bellgrove,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213687 +213687,S00117352,5b1,Delayed Retirement,S01009960,Muirend and Old Cathcart - 02,3c,Highly qualified professionals,S02001878,Muirend and Old Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213688 +213688,S00113442,7b2,Deprived Neighbourhoods,S01010185,Blackhill and Barmulloch East - 07,4d,Hard-pressed flat dwellers,S02001917,Blackhill and Barmulloch East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213689 +213689,S00114235,7b2,Deprived Neighbourhoods,S01010129,Barlanark - 07,4d,Hard-pressed flat dwellers,S02001908,Barlanark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213690 +213690,S00115076,5b1,Delayed Retirement,S01009967,Carmunnock North - 03,5c,Comfortable neighbourhoods,S02001879,Carmunnock North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213691 +213691,S00113672,7b2,Deprived Neighbourhoods,S01010255,Gallowgate North and Bellgrove - 02,1a,Cosmopolitan student neighbourhoods,S02001931,Gallowgate North and Bellgrove,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213692 +213692,S00117354,5b1,Delayed Retirement,S01009963,Muirend and Old Cathcart - 05,8b,Ageing suburbanites,S02001878,Muirend and Old Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213693 +213693,S00117375,5b1,Delayed Retirement,S01009995,Kingspark South - 03,4d,Hard-pressed flat dwellers,S02001884,Kingspark South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213694 +213694,S00117377,5b1,Delayed Retirement,S01009995,Kingspark South - 03,4d,Hard-pressed flat dwellers,S02001884,Kingspark South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213695 +213695,S00117408,5b1,Delayed Retirement,S01009761,Darnley East - 04,5c,Comfortable neighbourhoods,S02001842,Darnley East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213696 +213696,S00117463,5b1,Delayed Retirement,S01009830,Hillington - 02,4d,Hard-pressed flat dwellers,S02001854,Hillington,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213697 +213697,S00117474,5b1,Delayed Retirement,S01009807,Cardonald South and East - 02,4d,Hard-pressed flat dwellers,S02001850,Cardonald South and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213698 +213698,S00117525,5b1,Delayed Retirement,S01010093,Baillieston East - 06,4a,Challenged white communities,S02001901,Baillieston East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213699 +213699,S00117542,5b1,Delayed Retirement,S01010088,Baillieston East - 01,8c,Comfortable suburbia,S02001901,Baillieston East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213700 +213700,S00117573,5b1,Delayed Retirement,S01010191,Robroyston and Millerston - 06,8c,Comfortable suburbia,S02001918,Robroyston and Millerston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213701 +213701,S00112731,8b1,Deprived Blue-Collar Terraces,S01010473,Anniesland West - 04,3d,Households in terraces and flats,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213702 +213702,S00113059,8b1,Deprived Blue-Collar Terraces,S01010487,Blairdardie West - 03,4a,Challenged white communities,S02001973,Blairdardie West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213703 +213703,S00113573,8b1,Deprived Blue-Collar Terraces,S01010334,Milton West - 05,4a,Challenged white communities,S02001943,Milton West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213704 +213704,S00113644,8b1,Deprived Blue-Collar Terraces,S01010343,Summerston Central and West - 04,5b,Aspiring urban households,S02001945,Summerston Central and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213705 +213705,S00113828,8b1,Deprived Blue-Collar Terraces,S01010247,Carntyne West and Haghill - 06,4a,Challenged white communities,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213706 +213706,S00113911,8b1,Deprived Blue-Collar Terraces,S01010146,Tollcross - 05,4d,Hard-pressed flat dwellers,S02001911,Tollcross,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213707 +213707,S00113938,8b1,Deprived Blue-Collar Terraces,S01010066,Braidfauld - 06,4d,Hard-pressed flat dwellers,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213708 +213708,S00113982,8b1,Deprived Blue-Collar Terraces,S01010076,Carmyle and Mount Vernon South - 03,4a,Challenged white communities,S02001898,Carmyle and Mount Vernon South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213709 +213709,S00114273,8b1,Deprived Blue-Collar Terraces,S01010115,"Garthamlock, Auchinlea and Gartloch - 03",4a,Challenged white communities,S02001906,"Garthamlock, Auchinlea and Gartloch",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213710 +213710,S00114275,8b1,Deprived Blue-Collar Terraces,S01010170,Craigend and Ruchazie - 06,4d,Hard-pressed flat dwellers,S02001915,Craigend and Ruchazie,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213711 +213711,S00114672,8b1,Deprived Blue-Collar Terraces,S01009897,Govanhill East and Aikenhead - 04,7a,Urban cultural mix,S02001866,Govanhill East and Aikenhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213712 +213712,S00114907,8b1,Deprived Blue-Collar Terraces,S01009949,Newlands - 02,4d,Hard-pressed flat dwellers,S02001876,Newlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213713 +213713,S00114952,8b1,Deprived Blue-Collar Terraces,S01009961,Muirend and Old Cathcart - 03,4a,Challenged white communities,S02001878,Muirend and Old Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213714 +213714,S00114965,8b1,Deprived Blue-Collar Terraces,S01009962,Muirend and Old Cathcart - 04,4d,Hard-pressed flat dwellers,S02001878,Muirend and Old Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213715 +213715,S00115016,8b1,Deprived Blue-Collar Terraces,S01010004,Kingspark North - 06,5b,Aspiring urban households,S02001885,Kingspark North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213716 +213716,S00115027,8b1,Deprived Blue-Collar Terraces,S01010012,Mount Florida - 02,4d,Hard-pressed flat dwellers,S02001887,Mount Florida,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213717 +213717,S00115085,8b1,Deprived Blue-Collar Terraces,S01009968,Carmunnock North - 04,5c,Comfortable neighbourhoods,S02001879,Carmunnock North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213718 +213718,S00115150,8b1,Deprived Blue-Collar Terraces,S01009971,Carmunnock South - 03,4d,Hard-pressed flat dwellers,S02001880,Carmunnock South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213719 +213719,S00115346,8b1,Deprived Blue-Collar Terraces,S01009846,Govan and Linthouse - 06,4d,Hard-pressed flat dwellers,S02001856,Govan and Linthouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213720 +213720,S00115348,8b1,Deprived Blue-Collar Terraces,S01009846,Govan and Linthouse - 06,4d,Hard-pressed flat dwellers,S02001856,Govan and Linthouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213721 +213721,S00115371,8b1,Deprived Blue-Collar Terraces,S01009834,Drumoyne and Shieldhall - 02,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213722 +213722,S00115676,8b1,Deprived Blue-Collar Terraces,S01009802,Pollok North and East - 04,4d,Hard-pressed flat dwellers,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213723 +213723,S00115833,8b1,Deprived Blue-Collar Terraces,S01010094,Garrowhill West - 01,5c,Comfortable neighbourhoods,S02001902,Garrowhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213724 +213724,S00115835,8b1,Deprived Blue-Collar Terraces,S01010095,Garrowhill West - 02,8b,Ageing suburbanites,S02001902,Garrowhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213725 +213725,S00115836,8b1,Deprived Blue-Collar Terraces,S01010093,Baillieston East - 06,4a,Challenged white communities,S02001901,Baillieston East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213726 +213726,S00115938,8b1,Deprived Blue-Collar Terraces,S01010485,Blairdardie West - 01,5c,Comfortable neighbourhoods,S02001973,Blairdardie West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213727 +213727,S00116305,8b1,Deprived Blue-Collar Terraces,S01009766,Darnley North - 03,5b,Aspiring urban households,S02001843,Darnley North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213728 +213728,S00116556,8b1,Deprived Blue-Collar Terraces,S01009796,Pollok South and West - 05,8c,Comfortable suburbia,S02001848,Pollok South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213729 +213729,S00116900,8b1,Deprived Blue-Collar Terraces,S01010438,Yoker South - 02,4d,Hard-pressed flat dwellers,S02001964,Yoker South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213730 +213730,S00117052,8b1,Deprived Blue-Collar Terraces,S01010225,Sighthill - 01,7a,Urban cultural mix,S02001925,Sighthill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213731 +213731,S00117055,8b1,Deprived Blue-Collar Terraces,S01010203,Petershill - 01,3d,Households in terraces and flats,S02001921,Petershill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213732 +213732,S00117062,8b1,Deprived Blue-Collar Terraces,S01010310,Keppochhill - 02,7a,Urban cultural mix,S02001940,Keppochhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213733 +213733,S00117076,8b1,Deprived Blue-Collar Terraces,S01010333,Milton West - 04,4d,Hard-pressed flat dwellers,S02001943,Milton West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213734 +213734,S00117158,8b1,Deprived Blue-Collar Terraces,S01010064,Braidfauld - 04,4d,Hard-pressed flat dwellers,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213735 +213735,S00113674,7b2,Deprived Neighbourhoods,S01010256,Gallowgate North and Bellgrove - 03,4d,Hard-pressed flat dwellers,S02001931,Gallowgate North and Bellgrove,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213736 +213736,S00113447,7b2,Deprived Neighbourhoods,S01010202,Barmulloch - 04,4d,Hard-pressed flat dwellers,S02001920,Barmulloch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213737 +213737,S00115078,5b1,Delayed Retirement,S01010010,Cathcart - 06,3a,Achieving neighbourhoods,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213738 +213738,S00113675,7b2,Deprived Neighbourhoods,S01010256,Gallowgate North and Bellgrove - 03,4d,Hard-pressed flat dwellers,S02001931,Gallowgate North and Bellgrove,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213739 +213739,S00113451,7b2,Deprived Neighbourhoods,S01010212,Springburn - 04,4d,Hard-pressed flat dwellers,S02001922,Springburn,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213740 +213740,S00113460,7b2,Deprived Neighbourhoods,S01010212,Springburn - 04,4d,Hard-pressed flat dwellers,S02001922,Springburn,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213741 +213741,S00113462,7b2,Deprived Neighbourhoods,S01010212,Springburn - 04,4d,Hard-pressed flat dwellers,S02001922,Springburn,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213742 +213742,S00114236,7b2,Deprived Neighbourhoods,S01010129,Barlanark - 07,4d,Hard-pressed flat dwellers,S02001908,Barlanark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213743 +213743,S00113464,7b2,Deprived Neighbourhoods,S01010212,Springburn - 04,4d,Hard-pressed flat dwellers,S02001922,Springburn,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213744 +213744,S00115087,5b1,Delayed Retirement,S01009989,Castlemilk - 04,4d,Hard-pressed flat dwellers,S02001883,Castlemilk,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213745 +213745,S00114239,7b2,Deprived Neighbourhoods,S01010120,North Barlanark and Easterhouse South - 03,4d,Hard-pressed flat dwellers,S02001907,North Barlanark and Easterhouse South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213746 +213746,S00113467,7b2,Deprived Neighbourhoods,S01010211,Springburn - 03,4d,Hard-pressed flat dwellers,S02001922,Springburn,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213747 +213747,S00113679,7b2,Deprived Neighbourhoods,S01010253,Dennistoun - 06,1a,Cosmopolitan student neighbourhoods,S02001930,Dennistoun,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213748 +213748,S00115088,5b1,Delayed Retirement,S01009968,Carmunnock North - 04,5c,Comfortable neighbourhoods,S02001879,Carmunnock North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213749 +213749,S00113468,7b2,Deprived Neighbourhoods,S01010211,Springburn - 03,4d,Hard-pressed flat dwellers,S02001922,Springburn,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213750 +213750,S00113730,7b2,Deprived Neighbourhoods,S01010243,Carntyne West and Haghill - 02,6a,Inner city cosmopolitan,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213751 +213751,S00114240,7b2,Deprived Neighbourhoods,S01010120,North Barlanark and Easterhouse South - 03,4d,Hard-pressed flat dwellers,S02001907,North Barlanark and Easterhouse South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213752 +213752,S00115096,5b1,Delayed Retirement,S01009990,Castlemilk - 05,4d,Hard-pressed flat dwellers,S02001883,Castlemilk,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213753 +213753,S00113472,7b2,Deprived Neighbourhoods,S01010204,Petershill - 02,4d,Hard-pressed flat dwellers,S02001921,Petershill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213754 +213754,S00113474,7b2,Deprived Neighbourhoods,S01010213,Springburn - 05,4d,Hard-pressed flat dwellers,S02001922,Springburn,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213755 +213755,S00113476,7b2,Deprived Neighbourhoods,S01010204,Petershill - 02,4d,Hard-pressed flat dwellers,S02001921,Petershill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213756 +213756,S00113485,7b2,Deprived Neighbourhoods,S01010207,Petershill - 05,7a,Urban cultural mix,S02001921,Petershill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213757 +213757,S00113489,7b2,Deprived Neighbourhoods,S01010207,Petershill - 05,7a,Urban cultural mix,S02001921,Petershill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213758 +213758,S00113494,7b2,Deprived Neighbourhoods,S01010313,Keppochhill - 05,4d,Hard-pressed flat dwellers,S02001940,Keppochhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213759 +213759,S00113495,7b2,Deprived Neighbourhoods,S01010313,Keppochhill - 05,4d,Hard-pressed flat dwellers,S02001940,Keppochhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213760 +213760,S00113497,7b2,Deprived Neighbourhoods,S01010312,Keppochhill - 04,4d,Hard-pressed flat dwellers,S02001940,Keppochhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213761 +213761,S00113500,7b2,Deprived Neighbourhoods,S01010311,Keppochhill - 03,4d,Hard-pressed flat dwellers,S02001940,Keppochhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213762 +213762,S00113505,7b2,Deprived Neighbourhoods,S01010224,Cowlairs and Port Dundas - 06,4d,Hard-pressed flat dwellers,S02001924,Cowlairs and Port Dundas,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213763 +213763,S00113508,7b2,Deprived Neighbourhoods,S01010224,Cowlairs and Port Dundas - 06,4d,Hard-pressed flat dwellers,S02001924,Cowlairs and Port Dundas,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213764 +213764,S00113510,7b2,Deprived Neighbourhoods,S01010224,Cowlairs and Port Dundas - 06,4d,Hard-pressed flat dwellers,S02001924,Cowlairs and Port Dundas,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213765 +213765,S00113511,7b2,Deprived Neighbourhoods,S01010323,Possil Park - 01,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213766 +213766,S00113512,7b2,Deprived Neighbourhoods,S01010224,Cowlairs and Port Dundas - 06,4d,Hard-pressed flat dwellers,S02001924,Cowlairs and Port Dundas,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213767 +213767,S00113514,7b2,Deprived Neighbourhoods,S01010326,Possil Park - 04,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213768 +213768,S00113515,7b2,Deprived Neighbourhoods,S01010326,Possil Park - 04,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213769 +213769,S00113521,7b2,Deprived Neighbourhoods,S01010326,Possil Park - 04,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213770 +213770,S00113523,7b2,Deprived Neighbourhoods,S01010328,Possil Park - 06,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213771 +213771,S00113529,7b2,Deprived Neighbourhoods,S01010218,Springburn East and Cowlairs - 05,4d,Hard-pressed flat dwellers,S02001923,Springburn East and Cowlairs,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213772 +213772,S00113531,7b2,Deprived Neighbourhoods,S01010218,Springburn East and Cowlairs - 05,4d,Hard-pressed flat dwellers,S02001923,Springburn East and Cowlairs,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213773 +213773,S00113533,7b2,Deprived Neighbourhoods,S01010215,Springburn East and Cowlairs - 02,4d,Hard-pressed flat dwellers,S02001923,Springburn East and Cowlairs,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213774 +213774,S00113534,7b2,Deprived Neighbourhoods,S01010215,Springburn East and Cowlairs - 02,4d,Hard-pressed flat dwellers,S02001923,Springburn East and Cowlairs,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213775 +213775,S00113535,7b2,Deprived Neighbourhoods,S01010215,Springburn East and Cowlairs - 02,4d,Hard-pressed flat dwellers,S02001923,Springburn East and Cowlairs,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213776 +213776,S00113536,7b2,Deprived Neighbourhoods,S01010215,Springburn East and Cowlairs - 02,4d,Hard-pressed flat dwellers,S02001923,Springburn East and Cowlairs,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213777 +213777,S00113540,7b2,Deprived Neighbourhoods,S01010324,Possil Park - 02,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213778 +213778,S00113561,7b2,Deprived Neighbourhoods,S01010333,Milton West - 04,4d,Hard-pressed flat dwellers,S02001943,Milton West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213779 +213779,S00113575,7b2,Deprived Neighbourhoods,S01010330,Milton West - 01,4d,Hard-pressed flat dwellers,S02001943,Milton West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213780 +213780,S00113576,7b2,Deprived Neighbourhoods,S01010330,Milton West - 01,4d,Hard-pressed flat dwellers,S02001943,Milton West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213781 +213781,S00113585,7b2,Deprived Neighbourhoods,S01010338,Milton East - 04,4d,Hard-pressed flat dwellers,S02001944,Milton East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213782 +213782,S00113596,7b2,Deprived Neighbourhoods,S01010344,Summerston Central and West - 05,4d,Hard-pressed flat dwellers,S02001945,Summerston Central and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213783 +213783,S00113597,7b2,Deprived Neighbourhoods,S01010344,Summerston Central and West - 05,4d,Hard-pressed flat dwellers,S02001945,Summerston Central and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213784 +213784,S00113601,7b2,Deprived Neighbourhoods,S01010336,Milton East - 02,4d,Hard-pressed flat dwellers,S02001944,Milton East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213785 +213785,S00113606,7b2,Deprived Neighbourhoods,S01010338,Milton East - 04,4d,Hard-pressed flat dwellers,S02001944,Milton East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213786 +213786,S00113607,7b2,Deprived Neighbourhoods,S01010336,Milton East - 02,4d,Hard-pressed flat dwellers,S02001944,Milton East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213787 +213787,S00113608,7b2,Deprived Neighbourhoods,S01010336,Milton East - 02,4d,Hard-pressed flat dwellers,S02001944,Milton East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213788 +213788,S00113625,7b2,Deprived Neighbourhoods,S01010349,Summerston North - 04,4d,Hard-pressed flat dwellers,S02001946,Summerston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213789 +213789,S00113630,7b2,Deprived Neighbourhoods,S01010349,Summerston North - 04,4d,Hard-pressed flat dwellers,S02001946,Summerston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213790 +213790,S00115100,5b1,Delayed Retirement,S01009990,Castlemilk - 05,4d,Hard-pressed flat dwellers,S02001883,Castlemilk,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213791 +213791,S00114241,7b2,Deprived Neighbourhoods,S01010120,North Barlanark and Easterhouse South - 03,4d,Hard-pressed flat dwellers,S02001907,North Barlanark and Easterhouse South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213792 +213792,S00113732,7b2,Deprived Neighbourhoods,S01010246,Carntyne West and Haghill - 05,4d,Hard-pressed flat dwellers,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213793 +213793,S00115114,5b1,Delayed Retirement,S01009994,Kingspark South - 02,4d,Hard-pressed flat dwellers,S02001884,Kingspark South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213794 +213794,S00113759,7b2,Deprived Neighbourhoods,S01010241,Alexandra Parade - 03,1a,Cosmopolitan student neighbourhoods,S02001928,Alexandra Parade,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213795 +213795,S00114243,7b2,Deprived Neighbourhoods,S01010120,North Barlanark and Easterhouse South - 03,4d,Hard-pressed flat dwellers,S02001907,North Barlanark and Easterhouse South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213796 +213796,S00115118,5b1,Delayed Retirement,S01009993,Kingspark South - 01,5c,Comfortable neighbourhoods,S02001884,Kingspark South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213797 +213797,S00113772,7b2,Deprived Neighbourhoods,S01010050,Parkhead West and Barrowfield - 02,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213798 +213798,S00114245,7b2,Deprived Neighbourhoods,S01010166,Craigend and Ruchazie - 02,4a,Challenged white communities,S02001915,Craigend and Ruchazie,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213799 +213799,S00115120,5b1,Delayed Retirement,S01009993,Kingspark South - 01,5c,Comfortable neighbourhoods,S02001884,Kingspark South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213800 +213800,S00113773,7b2,Deprived Neighbourhoods,S01010050,Parkhead West and Barrowfield - 02,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213801 +213801,S00114246,7b2,Deprived Neighbourhoods,S01010171,Craigend and Ruchazie - 07,4d,Hard-pressed flat dwellers,S02001915,Craigend and Ruchazie,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213802 +213802,S00115128,5b1,Delayed Retirement,S01009995,Kingspark South - 03,4d,Hard-pressed flat dwellers,S02001884,Kingspark South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213803 +213803,S00113776,7b2,Deprived Neighbourhoods,S01010052,Parkhead West and Barrowfield - 04,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213804 +213804,S00114247,7b2,Deprived Neighbourhoods,S01010171,Craigend and Ruchazie - 07,4d,Hard-pressed flat dwellers,S02001915,Craigend and Ruchazie,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213805 +213805,S00114248,7b2,Deprived Neighbourhoods,S01010171,Craigend and Ruchazie - 07,4d,Hard-pressed flat dwellers,S02001915,Craigend and Ruchazie,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213806 +213806,S00114263,7b2,Deprived Neighbourhoods,S01010167,Craigend and Ruchazie - 03,4d,Hard-pressed flat dwellers,S02001915,Craigend and Ruchazie,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213807 +213807,S00114266,7b2,Deprived Neighbourhoods,S01010169,Craigend and Ruchazie - 05,4d,Hard-pressed flat dwellers,S02001915,Craigend and Ruchazie,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213808 +213808,S00114271,7b2,Deprived Neighbourhoods,S01010167,Craigend and Ruchazie - 03,4d,Hard-pressed flat dwellers,S02001915,Craigend and Ruchazie,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213809 +213809,S00114276,7b2,Deprived Neighbourhoods,S01010171,Craigend and Ruchazie - 07,4d,Hard-pressed flat dwellers,S02001915,Craigend and Ruchazie,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213810 +213810,S00114278,7b2,Deprived Neighbourhoods,S01010121,North Barlanark and Easterhouse South - 04,4d,Hard-pressed flat dwellers,S02001907,North Barlanark and Easterhouse South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213811 +213811,S00114288,7b2,Deprived Neighbourhoods,S01010110,Central Easterhouse - 01,4d,Hard-pressed flat dwellers,S02001905,Central Easterhouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213812 +213812,S00114289,7b2,Deprived Neighbourhoods,S01010112,Central Easterhouse - 03,4d,Hard-pressed flat dwellers,S02001905,Central Easterhouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213813 +213813,S00114290,7b2,Deprived Neighbourhoods,S01010112,Central Easterhouse - 03,4d,Hard-pressed flat dwellers,S02001905,Central Easterhouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213814 +213814,S00114292,7b2,Deprived Neighbourhoods,S01010110,Central Easterhouse - 01,4d,Hard-pressed flat dwellers,S02001905,Central Easterhouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213815 +213815,S00114294,7b2,Deprived Neighbourhoods,S01010117,"Garthamlock, Auchinlea and Gartloch - 05",3a,Achieving neighbourhoods,S02001906,"Garthamlock, Auchinlea and Gartloch",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213816 +213816,S00114298,7b2,Deprived Neighbourhoods,S01010113,"Garthamlock, Auchinlea and Gartloch - 01",4d,Hard-pressed flat dwellers,S02001906,"Garthamlock, Auchinlea and Gartloch",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213817 +213817,S00114301,7b2,Deprived Neighbourhoods,S01010113,"Garthamlock, Auchinlea and Gartloch - 01",4d,Hard-pressed flat dwellers,S02001906,"Garthamlock, Auchinlea and Gartloch",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213818 +213818,S00114306,7b2,Deprived Neighbourhoods,S01010114,"Garthamlock, Auchinlea and Gartloch - 02",4d,Hard-pressed flat dwellers,S02001906,"Garthamlock, Auchinlea and Gartloch",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213819 +213819,S00114311,7b2,Deprived Neighbourhoods,S01010107,Easterhouse East - 03,4d,Hard-pressed flat dwellers,S02001904,Easterhouse East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213820 +213820,S00114314,7b2,Deprived Neighbourhoods,S01010106,Easterhouse East - 02,4d,Hard-pressed flat dwellers,S02001904,Easterhouse East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213821 +213821,S00114316,7b2,Deprived Neighbourhoods,S01010106,Easterhouse East - 02,4d,Hard-pressed flat dwellers,S02001904,Easterhouse East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213822 +213822,S00114321,7b2,Deprived Neighbourhoods,S01010108,Easterhouse East - 04,4a,Challenged white communities,S02001904,Easterhouse East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213823 +213823,S00114329,7b2,Deprived Neighbourhoods,S01010111,Central Easterhouse - 02,4d,Hard-pressed flat dwellers,S02001905,Central Easterhouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213824 +213824,S00114330,7b2,Deprived Neighbourhoods,S01010111,Central Easterhouse - 02,4d,Hard-pressed flat dwellers,S02001905,Central Easterhouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213825 +213825,S00114333,7b2,Deprived Neighbourhoods,S01010110,Central Easterhouse - 01,4d,Hard-pressed flat dwellers,S02001905,Central Easterhouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213826 +213826,S00114335,7b2,Deprived Neighbourhoods,S01010046,Dalmarnock - 01,4d,Hard-pressed flat dwellers,S02001893,Dalmarnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213827 +213827,S00114346,7b2,Deprived Neighbourhoods,S01010044,Bridgeton - 03,1a,Cosmopolitan student neighbourhoods,S02001892,Bridgeton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213828 +213828,S00114353,7b2,Deprived Neighbourhoods,S01010043,Bridgeton - 02,1a,Cosmopolitan student neighbourhoods,S02001892,Bridgeton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213829 +213829,S00114361,7b2,Deprived Neighbourhoods,S01010055,Parkhead West and Barrowfield - 07,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213830 +213830,S00114369,7b2,Deprived Neighbourhoods,S01010038,Calton and Gallowgate - 02,4d,Hard-pressed flat dwellers,S02001891,Calton and Gallowgate,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213831 +213831,S00114383,7b2,Deprived Neighbourhoods,S01010054,Parkhead West and Barrowfield - 06,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213832 +213832,S00114388,7b2,Deprived Neighbourhoods,S01010047,Dalmarnock - 02,4d,Hard-pressed flat dwellers,S02001893,Dalmarnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213833 +213833,S00114390,7b2,Deprived Neighbourhoods,S01010043,Bridgeton - 02,1a,Cosmopolitan student neighbourhoods,S02001892,Bridgeton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213834 +213834,S00114583,7b2,Deprived Neighbourhoods,S01009874,Kingston West and Dumbreck - 04,3d,Households in terraces and flats,S02001862,Kingston West and Dumbreck,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213835 +213835,S00114584,7b2,Deprived Neighbourhoods,S01009874,Kingston West and Dumbreck - 04,3d,Households in terraces and flats,S02001862,Kingston West and Dumbreck,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213836 +213836,S00114585,7b2,Deprived Neighbourhoods,S01009874,Kingston West and Dumbreck - 04,3d,Households in terraces and flats,S02001862,Kingston West and Dumbreck,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213837 +213837,S00114586,7b2,Deprived Neighbourhoods,S01009874,Kingston West and Dumbreck - 04,3d,Households in terraces and flats,S02001862,Kingston West and Dumbreck,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213838 +213838,S00114608,7b2,Deprived Neighbourhoods,S01009871,Kingston West and Dumbreck - 01,7a,Urban cultural mix,S02001862,Kingston West and Dumbreck,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213839 +213839,S00115129,5b1,Delayed Retirement,S01009997,Kingspark South - 05,4d,Hard-pressed flat dwellers,S02001884,Kingspark South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213840 +213840,S00115133,5b1,Delayed Retirement,S01009996,Kingspark South - 04,4d,Hard-pressed flat dwellers,S02001884,Kingspark South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213841 +213841,S00115148,5b1,Delayed Retirement,S01009971,Carmunnock South - 03,4d,Hard-pressed flat dwellers,S02001880,Carmunnock South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213842 +213842,S00115267,5b1,Delayed Retirement,S01009871,Kingston West and Dumbreck - 01,7a,Urban cultural mix,S02001862,Kingston West and Dumbreck,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213843 +213843,S00115500,5b1,Delayed Retirement,S01009832,Hillington - 04,4d,Hard-pressed flat dwellers,S02001854,Hillington,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213844 +213844,S00115501,5b1,Delayed Retirement,S01009831,Hillington - 03,4d,Hard-pressed flat dwellers,S02001854,Hillington,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213845 +213845,S00115537,5b1,Delayed Retirement,S01009821,Cardonald West and Central - 07,5c,Comfortable neighbourhoods,S02001852,Cardonald West and Central,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213846 +213846,S00115592,5b1,Delayed Retirement,S01009816,Cardonald West and Central - 02,4d,Hard-pressed flat dwellers,S02001852,Cardonald West and Central,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213847 +213847,S00115764,5b1,Delayed Retirement,S01009772,Darnley West - 05,5b,Aspiring urban households,S02001844,Darnley West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213848 +213848,S00115766,5b1,Delayed Retirement,S01009772,Darnley West - 05,5b,Aspiring urban households,S02001844,Darnley West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213849 +213849,S00115787,5b1,Delayed Retirement,S01009793,Pollok South and West - 02,5c,Comfortable neighbourhoods,S02001848,Pollok South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213850 +213850,S00115898,5b1,Delayed Retirement,S01010090,Baillieston East - 03,5c,Comfortable neighbourhoods,S02001901,Baillieston East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213851 +213851,S00115962,5b1,Delayed Retirement,S01010500,Drumry West - 01,4d,Hard-pressed flat dwellers,S02001977,Drumry West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213852 +213852,S00116031,5b1,Delayed Retirement,S01010348,Summerston North - 03,4d,Hard-pressed flat dwellers,S02001946,Summerston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213853 +213853,S00116033,5b1,Delayed Retirement,S01010343,Summerston Central and West - 04,5b,Aspiring urban households,S02001945,Summerston Central and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213854 +213854,S00116082,5b1,Delayed Retirement,S01010188,Robroyston and Millerston - 03,5a,Ageing urban communities,S02001918,Robroyston and Millerston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213855 +213855,S00116112,5b1,Delayed Retirement,S01009763,Darnley East - 06,8c,Comfortable suburbia,S02001842,Darnley East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213856 +213856,S00116180,5b1,Delayed Retirement,S01009880,Pollokshields West - 06,3b,Asian traits,S02001863,Pollokshields West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213857 +213857,S00116186,5b1,Delayed Retirement,S01010088,Baillieston East - 01,8c,Comfortable suburbia,S02001901,Baillieston East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213858 +213858,S00113785,7b2,Deprived Neighbourhoods,S01010051,Parkhead West and Barrowfield - 03,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213859 +213859,S00116188,5b1,Delayed Retirement,S01010091,Baillieston East - 04,5c,Comfortable neighbourhoods,S02001901,Baillieston East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213860 +213860,S00116247,5b1,Delayed Retirement,S01009763,Darnley East - 06,8c,Comfortable suburbia,S02001842,Darnley East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213861 +213861,S00116249,5b1,Delayed Retirement,S01009761,Darnley East - 04,5c,Comfortable neighbourhoods,S02001842,Darnley East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213862 +213862,S00116311,5b1,Delayed Retirement,S01009793,Pollok South and West - 02,5c,Comfortable neighbourhoods,S02001848,Pollok South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213863 +213863,S00116334,5b1,Delayed Retirement,S01010096,Garrowhill West - 03,5c,Comfortable neighbourhoods,S02001902,Garrowhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213864 +213864,S00116339,5b1,Delayed Retirement,S01010101,Garrowhill East and Swinton - 02,5a,Ageing urban communities,S02001903,Garrowhill East and Swinton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213865 +213865,S00116360,5b1,Delayed Retirement,S01010322,Ruchill - 08,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213866 +213866,S00116373,5b1,Delayed Retirement,S01010460,Knightswood Park East - 01,3b,Asian traits,S02001969,Knightswood Park East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213867 +213867,S00116784,5b1,Delayed Retirement,S01010365,Kelvindale - 03,3c,Highly qualified professionals,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213868 +213868,S00116791,5b1,Delayed Retirement,S01010410,Kelvinside and Jordanhill - 03,3b,Asian traits,S02001958,Kelvinside and Jordanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213869 +213869,S00116792,5b1,Delayed Retirement,S01010411,Kelvinside and Jordanhill - 04,3a,Achieving neighbourhoods,S02001958,Kelvinside and Jordanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213870 +213870,S00116995,5b1,Delayed Retirement,S01010214,Springburn East and Cowlairs - 01,4a,Challenged white communities,S02001923,Springburn East and Cowlairs,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213871 +213871,S00117021,5b1,Delayed Retirement,S01010229,"Roystonhill, Blochairn, and Provanmill - 02",4d,Hard-pressed flat dwellers,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213872 +213872,S00117172,5b1,Delayed Retirement,S01010079,Mount Vernon North and Sandyhills - 02,8b,Ageing suburbanites,S02001899,Mount Vernon North and Sandyhills,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213873 +213873,S00117174,5b1,Delayed Retirement,S01010082,Mount Vernon North and Sandyhills - 05,8c,Comfortable suburbia,S02001899,Mount Vernon North and Sandyhills,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213874 +213874,S00113791,7b2,Deprived Neighbourhoods,S01010068,Braidfauld - 08,7a,Urban cultural mix,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213875 +213875,S00113795,7b2,Deprived Neighbourhoods,S01010067,Braidfauld - 07,4d,Hard-pressed flat dwellers,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213876 +213876,S00113799,7b2,Deprived Neighbourhoods,S01010051,Parkhead West and Barrowfield - 03,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213877 +213877,S00113801,7b2,Deprived Neighbourhoods,S01010060,Parkhead East and Braidfauld North - 05,4d,Hard-pressed flat dwellers,S02001895,Parkhead East and Braidfauld North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213878 +213878,S00113802,7b2,Deprived Neighbourhoods,S01010060,Parkhead East and Braidfauld North - 05,4d,Hard-pressed flat dwellers,S02001895,Parkhead East and Braidfauld North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213879 +213879,S00113804,7b2,Deprived Neighbourhoods,S01010059,Parkhead East and Braidfauld North - 04,1a,Cosmopolitan student neighbourhoods,S02001895,Parkhead East and Braidfauld North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213880 +213880,S00113811,7b2,Deprived Neighbourhoods,S01010056,Parkhead East and Braidfauld North - 01,4d,Hard-pressed flat dwellers,S02001895,Parkhead East and Braidfauld North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213881 +213881,S00113816,7b2,Deprived Neighbourhoods,S01010049,Parkhead West and Barrowfield - 01,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213882 +213882,S00113820,7b2,Deprived Neighbourhoods,S01010150,Old Shettleston and Parkhead North - 04,4d,Hard-pressed flat dwellers,S02001912,Old Shettleston and Parkhead North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213883 +213883,S00113847,7b2,Deprived Neighbourhoods,S01010151,Old Shettleston and Parkhead North - 05,4d,Hard-pressed flat dwellers,S02001912,Old Shettleston and Parkhead North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213884 +213884,S00113851,7b2,Deprived Neighbourhoods,S01010151,Old Shettleston and Parkhead North - 05,4d,Hard-pressed flat dwellers,S02001912,Old Shettleston and Parkhead North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213885 +213885,S00113874,7b2,Deprived Neighbourhoods,S01010062,Braidfauld - 02,4d,Hard-pressed flat dwellers,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213886 +213886,S00113891,7b2,Deprived Neighbourhoods,S01010141,Shettleston North - 05,4d,Hard-pressed flat dwellers,S02001910,Shettleston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213887 +213887,S00113893,7b2,Deprived Neighbourhoods,S01010141,Shettleston North - 05,4d,Hard-pressed flat dwellers,S02001910,Shettleston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213888 +213888,S00113895,7b2,Deprived Neighbourhoods,S01010147,Old Shettleston and Parkhead North - 01,4d,Hard-pressed flat dwellers,S02001912,Old Shettleston and Parkhead North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213889 +213889,S00113896,7b2,Deprived Neighbourhoods,S01010147,Old Shettleston and Parkhead North - 01,4d,Hard-pressed flat dwellers,S02001912,Old Shettleston and Parkhead North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213890 +213890,S00113906,7b2,Deprived Neighbourhoods,S01010146,Tollcross - 05,4d,Hard-pressed flat dwellers,S02001911,Tollcross,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213891 +213891,S00113907,7b2,Deprived Neighbourhoods,S01010146,Tollcross - 05,4d,Hard-pressed flat dwellers,S02001911,Tollcross,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213892 +213892,S00113954,7b2,Deprived Neighbourhoods,S01010063,Braidfauld - 03,4d,Hard-pressed flat dwellers,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213893 +213893,S00113955,7b2,Deprived Neighbourhoods,S01010063,Braidfauld - 03,4d,Hard-pressed flat dwellers,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213894 +213894,S00114010,7b2,Deprived Neighbourhoods,S01010139,Shettleston North - 03,4d,Hard-pressed flat dwellers,S02001910,Shettleston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213895 +213895,S00114061,7b2,Deprived Neighbourhoods,S01010164,"Cranhill, Lightburn and Queenslie South - 09",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213896 +213896,S00114122,7b2,Deprived Neighbourhoods,S01010172,Riddrie and Hogganfield - 01,4d,Hard-pressed flat dwellers,S02001916,Riddrie and Hogganfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213897 +213897,S00114154,7b2,Deprived Neighbourhoods,S01010153,Carntyne - 02,4d,Hard-pressed flat dwellers,S02001913,Carntyne,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213898 +213898,S00114177,7b2,Deprived Neighbourhoods,S01010157,"Cranhill, Lightburn and Queenslie South - 02",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213899 +213899,S00114182,7b2,Deprived Neighbourhoods,S01010163,"Cranhill, Lightburn and Queenslie South - 08",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213900 +213900,S00114186,7b2,Deprived Neighbourhoods,S01010178,Riddrie and Hogganfield - 07,4d,Hard-pressed flat dwellers,S02001916,Riddrie and Hogganfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213901 +213901,S00114191,7b2,Deprived Neighbourhoods,S01010177,Riddrie and Hogganfield - 06,4d,Hard-pressed flat dwellers,S02001916,Riddrie and Hogganfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213902 +213902,S00114192,7b2,Deprived Neighbourhoods,S01010177,Riddrie and Hogganfield - 06,4d,Hard-pressed flat dwellers,S02001916,Riddrie and Hogganfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213903 +213903,S00114203,7b2,Deprived Neighbourhoods,S01010162,"Cranhill, Lightburn and Queenslie South - 07",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213904 +213904,S00114204,7b2,Deprived Neighbourhoods,S01010162,"Cranhill, Lightburn and Queenslie South - 07",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213905 +213905,S00114206,7b2,Deprived Neighbourhoods,S01010162,"Cranhill, Lightburn and Queenslie South - 07",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213906 +213906,S00114208,7b2,Deprived Neighbourhoods,S01010165,Craigend and Ruchazie - 01,4d,Hard-pressed flat dwellers,S02001915,Craigend and Ruchazie,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213907 +213907,S00117518,8b1,Deprived Blue-Collar Terraces,S01010102,Garrowhill East and Swinton - 03,8c,Comfortable suburbia,S02001903,Garrowhill East and Swinton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213908 +213908,S00117523,8b1,Deprived Blue-Collar Terraces,S01010103,Garrowhill East and Swinton - 04,8c,Comfortable suburbia,S02001903,Garrowhill East and Swinton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213909 +213909,S00117605,8b1,Deprived Blue-Collar Terraces,S01009984,Glenwood North - 05,4d,Hard-pressed flat dwellers,S02001882,Glenwood North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213910 +213910,S00112186,7b2,Deprived Neighbourhoods,S01010272,City Centre South - 01,1a,Cosmopolitan student neighbourhoods,S02001934,City Centre South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213911 +213911,S00113110,7b2,Deprived Neighbourhoods,S01010503,Drumry West - 04,4d,Hard-pressed flat dwellers,S02001977,Drumry West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213912 +213912,S00112264,7b2,Deprived Neighbourhoods,S01010278,Anderston - 03,1a,Cosmopolitan student neighbourhoods,S02001935,Anderston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213913 +213913,S00112276,7b2,Deprived Neighbourhoods,S01010277,Anderston - 02,1a,Cosmopolitan student neighbourhoods,S02001935,Anderston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213914 +213914,S00113151,7b2,Deprived Neighbourhoods,S01010369,North Kelvin - 01,1a,Cosmopolitan student neighbourhoods,S02001951,North Kelvin,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213915 +213915,S00112277,7b2,Deprived Neighbourhoods,S01010277,Anderston - 02,1a,Cosmopolitan student neighbourhoods,S02001935,Anderston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213916 +213916,S00112278,7b2,Deprived Neighbourhoods,S01010277,Anderston - 02,1a,Cosmopolitan student neighbourhoods,S02001935,Anderston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213917 +213917,S00112309,7b2,Deprived Neighbourhoods,S01010302,Firhill - 02,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213918 +213918,S00113183,7b2,Deprived Neighbourhoods,S01010304,Firhill - 04,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213919 +213919,S00112310,7b2,Deprived Neighbourhoods,S01010262,City Centre East - 04,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213920 +213920,S00112314,7b2,Deprived Neighbourhoods,S01010262,City Centre East - 04,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213921 +213921,S00112315,7b2,Deprived Neighbourhoods,S01010262,City Centre East - 04,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213922 +213922,S00112318,7b2,Deprived Neighbourhoods,S01010257,Gallowgate North and Bellgrove - 04,1a,Cosmopolitan student neighbourhoods,S02001931,Gallowgate North and Bellgrove,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213923 +213923,S00112331,7b2,Deprived Neighbourhoods,S01010270,City Centre West - 05,1a,Cosmopolitan student neighbourhoods,S02001933,City Centre West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213924 +213924,S00112332,7b2,Deprived Neighbourhoods,S01010270,City Centre West - 05,1a,Cosmopolitan student neighbourhoods,S02001933,City Centre West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213925 +213925,S00112336,7b2,Deprived Neighbourhoods,S01010270,City Centre West - 05,1a,Cosmopolitan student neighbourhoods,S02001933,City Centre West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213926 +213926,S00112345,7b2,Deprived Neighbourhoods,S01010023,Gorbals and Hutchesontown - 01,4d,Hard-pressed flat dwellers,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213927 +213927,S00112348,7b2,Deprived Neighbourhoods,S01010023,Gorbals and Hutchesontown - 01,4d,Hard-pressed flat dwellers,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213928 +213928,S00112349,7b2,Deprived Neighbourhoods,S01010029,Gorbals and Hutchesontown - 07,4d,Hard-pressed flat dwellers,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213929 +213929,S00112350,7b2,Deprived Neighbourhoods,S01010029,Gorbals and Hutchesontown - 07,4d,Hard-pressed flat dwellers,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213930 +213930,S00112355,7b2,Deprived Neighbourhoods,S01010026,Gorbals and Hutchesontown - 04,1a,Cosmopolitan student neighbourhoods,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213931 +213931,S00112358,7b2,Deprived Neighbourhoods,S01010025,Gorbals and Hutchesontown - 03,1a,Cosmopolitan student neighbourhoods,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213932 +213932,S00112378,7b2,Deprived Neighbourhoods,S01010386,Hillhead - 06,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213933 +213933,S00112478,7b2,Deprived Neighbourhoods,S01010415,Broomhill - 01,4d,Hard-pressed flat dwellers,S02001959,Broomhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213934 +213934,S00112484,7b2,Deprived Neighbourhoods,S01010394,Partick - 02,1a,Cosmopolitan student neighbourhoods,S02001955,Partick,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213935 +213935,S00112762,7b2,Deprived Neighbourhoods,S01010481,Blairdardie East - 04,4d,Hard-pressed flat dwellers,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213936 +213936,S00112767,7b2,Deprived Neighbourhoods,S01010481,Blairdardie East - 04,4d,Hard-pressed flat dwellers,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213937 +213937,S00112781,7b2,Deprived Neighbourhoods,S01010478,Blairdardie East - 01,4d,Hard-pressed flat dwellers,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213938 +213938,S00112782,7b2,Deprived Neighbourhoods,S01010478,Blairdardie East - 01,4d,Hard-pressed flat dwellers,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213939 +213939,S00112790,7b2,Deprived Neighbourhoods,S01010479,Blairdardie East - 02,4d,Hard-pressed flat dwellers,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213940 +213940,S00112791,7b2,Deprived Neighbourhoods,S01010479,Blairdardie East - 02,4d,Hard-pressed flat dwellers,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213941 +213941,S00112919,7b2,Deprived Neighbourhoods,S01010447,Knightswood West - 01,4d,Hard-pressed flat dwellers,S02001966,Knightswood West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213942 +213942,S00112922,7b2,Deprived Neighbourhoods,S01010447,Knightswood West - 01,4d,Hard-pressed flat dwellers,S02001966,Knightswood West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213943 +213943,S00112948,7b2,Deprived Neighbourhoods,S01010428,Scotstoun North and East - 02,3c,Highly qualified professionals,S02001962,Scotstoun North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213944 +213944,S00112978,7b2,Deprived Neighbourhoods,S01010423,Whiteinch - 01,1a,Cosmopolitan student neighbourhoods,S02001961,Whiteinch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213945 +213945,S00113024,7b2,Deprived Neighbourhoods,S01010439,Yoker South - 03,1a,Cosmopolitan student neighbourhoods,S02001964,Yoker South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213946 +213946,S00113043,7b2,Deprived Neighbourhoods,S01010455,Knightswood Park West - 01,4d,Hard-pressed flat dwellers,S02001968,Knightswood Park West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213947 +213947,S00113044,7b2,Deprived Neighbourhoods,S01010455,Knightswood Park West - 01,4d,Hard-pressed flat dwellers,S02001968,Knightswood Park West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213948 +213948,S00113066,7b2,Deprived Neighbourhoods,S01010489,Drumchapel South - 02,4d,Hard-pressed flat dwellers,S02001974,Drumchapel South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213949 +213949,S00113067,7b2,Deprived Neighbourhoods,S01010489,Drumchapel South - 02,4d,Hard-pressed flat dwellers,S02001974,Drumchapel South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213950 +213950,S00113075,7b2,Deprived Neighbourhoods,S01010496,Drumry East - 01,4d,Hard-pressed flat dwellers,S02001976,Drumry East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213951 +213951,S00113079,7b2,Deprived Neighbourhoods,S01010498,Drumry East - 03,4d,Hard-pressed flat dwellers,S02001976,Drumry East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213952 +213952,S00113082,7b2,Deprived Neighbourhoods,S01010493,Drumchapel North - 03,4d,Hard-pressed flat dwellers,S02001975,Drumchapel North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213953 +213953,S00113084,7b2,Deprived Neighbourhoods,S01010493,Drumchapel North - 03,4d,Hard-pressed flat dwellers,S02001975,Drumchapel North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213954 +213954,S00113086,7b2,Deprived Neighbourhoods,S01010491,Drumchapel North - 01,4d,Hard-pressed flat dwellers,S02001975,Drumchapel North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213955 +213955,S00113087,7b2,Deprived Neighbourhoods,S01010491,Drumchapel North - 01,4d,Hard-pressed flat dwellers,S02001975,Drumchapel North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213956 +213956,S00113090,7b2,Deprived Neighbourhoods,S01010495,Drumchapel North - 05,4d,Hard-pressed flat dwellers,S02001975,Drumchapel North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213957 +213957,S00113191,7b2,Deprived Neighbourhoods,S01010314,Keppochhill - 06,1a,Cosmopolitan student neighbourhoods,S02001940,Keppochhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213958 +213958,S00113192,7b2,Deprived Neighbourhoods,S01010314,Keppochhill - 06,1a,Cosmopolitan student neighbourhoods,S02001940,Keppochhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213959 +213959,S00113203,7b2,Deprived Neighbourhoods,S01010316,Ruchill - 02,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213960 +213960,S00113237,7b2,Deprived Neighbourhoods,S01010361,Wyndford - 04,6a,Inner city cosmopolitan,S02001949,Wyndford,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213961 +213961,S00113238,7b2,Deprived Neighbourhoods,S01010361,Wyndford - 04,6a,Inner city cosmopolitan,S02001949,Wyndford,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213962 +213962,S00113239,7b2,Deprived Neighbourhoods,S01010361,Wyndford - 04,6a,Inner city cosmopolitan,S02001949,Wyndford,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213963 +213963,S00113245,7b2,Deprived Neighbourhoods,S01010359,Wyndford - 02,4d,Hard-pressed flat dwellers,S02001949,Wyndford,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213964 +213964,S00113246,7b2,Deprived Neighbourhoods,S01010359,Wyndford - 02,4d,Hard-pressed flat dwellers,S02001949,Wyndford,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213965 +213965,S00113248,7b2,Deprived Neighbourhoods,S01010359,Wyndford - 02,4d,Hard-pressed flat dwellers,S02001949,Wyndford,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213966 +213966,S00113250,7b2,Deprived Neighbourhoods,S01010360,Wyndford - 03,4d,Hard-pressed flat dwellers,S02001949,Wyndford,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213967 +213967,S00113252,7b2,Deprived Neighbourhoods,S01010360,Wyndford - 03,4d,Hard-pressed flat dwellers,S02001949,Wyndford,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213968 +213968,S00113262,7b2,Deprived Neighbourhoods,S01010318,Ruchill - 04,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213969 +213969,S00113290,7b2,Deprived Neighbourhoods,S01010326,Possil Park - 04,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213970 +213970,S00113299,7b2,Deprived Neighbourhoods,S01010347,Summerston North - 02,1a,Cosmopolitan student neighbourhoods,S02001946,Summerston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213971 +213971,S00113300,7b2,Deprived Neighbourhoods,S01010347,Summerston North - 02,1a,Cosmopolitan student neighbourhoods,S02001946,Summerston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213972 +213972,S00113309,7b2,Deprived Neighbourhoods,S01010355,Maryhill West - 02,4d,Hard-pressed flat dwellers,S02001948,Maryhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213973 +213973,S00113314,7b2,Deprived Neighbourhoods,S01010355,Maryhill West - 02,4d,Hard-pressed flat dwellers,S02001948,Maryhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213974 +213974,S00113316,7b2,Deprived Neighbourhoods,S01010357,Maryhill West - 04,4d,Hard-pressed flat dwellers,S02001948,Maryhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213975 +213975,S00113317,7b2,Deprived Neighbourhoods,S01010357,Maryhill West - 04,4d,Hard-pressed flat dwellers,S02001948,Maryhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213976 +213976,S00113320,7b2,Deprived Neighbourhoods,S01010353,Maryhill East - 04,4d,Hard-pressed flat dwellers,S02001947,Maryhill East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213977 +213977,S00113321,7b2,Deprived Neighbourhoods,S01010353,Maryhill East - 04,4d,Hard-pressed flat dwellers,S02001947,Maryhill East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213978 +213978,S00113322,7b2,Deprived Neighbourhoods,S01010353,Maryhill East - 04,4d,Hard-pressed flat dwellers,S02001947,Maryhill East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213979 +213979,S00113333,7b2,Deprived Neighbourhoods,S01010354,Maryhill West - 01,4d,Hard-pressed flat dwellers,S02001948,Maryhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213980 +213980,S00113339,7b2,Deprived Neighbourhoods,S01010221,Cowlairs and Port Dundas - 03,4d,Hard-pressed flat dwellers,S02001924,Cowlairs and Port Dundas,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213981 +213981,S00113348,7b2,Deprived Neighbourhoods,S01010219,Cowlairs and Port Dundas - 01,6a,Inner city cosmopolitan,S02001924,Cowlairs and Port Dundas,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213982 +213982,S00113350,7b2,Deprived Neighbourhoods,S01010222,Cowlairs and Port Dundas - 04,4d,Hard-pressed flat dwellers,S02001924,Cowlairs and Port Dundas,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213983 +213983,S00113355,7b2,Deprived Neighbourhoods,S01010218,Springburn East and Cowlairs - 05,4d,Hard-pressed flat dwellers,S02001923,Springburn East and Cowlairs,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213984 +213984,S00113356,7b2,Deprived Neighbourhoods,S01010218,Springburn East and Cowlairs - 05,4d,Hard-pressed flat dwellers,S02001923,Springburn East and Cowlairs,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213985 +213985,S00113358,7b2,Deprived Neighbourhoods,S01010231,"Roystonhill, Blochairn, and Provanmill - 04",4d,Hard-pressed flat dwellers,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213986 +213986,S00113366,7b2,Deprived Neighbourhoods,S01010230,"Roystonhill, Blochairn, and Provanmill - 03",6a,Inner city cosmopolitan,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213987 +213987,S00113368,7b2,Deprived Neighbourhoods,S01010232,"Roystonhill, Blochairn, and Provanmill - 05",7a,Urban cultural mix,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213988 +213988,S00113370,7b2,Deprived Neighbourhoods,S01010233,"Roystonhill, Blochairn, and Provanmill - 06",7a,Urban cultural mix,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213989 +213989,S00113375,7b2,Deprived Neighbourhoods,S01010229,"Roystonhill, Blochairn, and Provanmill - 02",4d,Hard-pressed flat dwellers,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213990 +213990,S00113376,7b2,Deprived Neighbourhoods,S01010229,"Roystonhill, Blochairn, and Provanmill - 02",4d,Hard-pressed flat dwellers,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213991 +213991,S00113377,7b2,Deprived Neighbourhoods,S01010229,"Roystonhill, Blochairn, and Provanmill - 02",4d,Hard-pressed flat dwellers,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213992 +213992,S00113381,7b2,Deprived Neighbourhoods,S01010228,"Roystonhill, Blochairn, and Provanmill - 01",4d,Hard-pressed flat dwellers,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213993 +213993,S00113382,7b2,Deprived Neighbourhoods,S01010228,"Roystonhill, Blochairn, and Provanmill - 01",4d,Hard-pressed flat dwellers,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213994 +213994,S00113385,7b2,Deprived Neighbourhoods,S01010202,Barmulloch - 04,4d,Hard-pressed flat dwellers,S02001920,Barmulloch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213995 +213995,S00113386,7b2,Deprived Neighbourhoods,S01010184,Blackhill and Barmulloch East - 06,4d,Hard-pressed flat dwellers,S02001917,Blackhill and Barmulloch East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213996 +213996,S00113387,7b2,Deprived Neighbourhoods,S01010202,Barmulloch - 04,4d,Hard-pressed flat dwellers,S02001920,Barmulloch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213997 +213997,S00113388,7b2,Deprived Neighbourhoods,S01010202,Barmulloch - 04,4d,Hard-pressed flat dwellers,S02001920,Barmulloch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213998 +213998,S00113400,7b2,Deprived Neighbourhoods,S01010217,Springburn East and Cowlairs - 04,4d,Hard-pressed flat dwellers,S02001923,Springburn East and Cowlairs,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213999 +213999,S00113401,7b2,Deprived Neighbourhoods,S01010217,Springburn East and Cowlairs - 04,4d,Hard-pressed flat dwellers,S02001923,Springburn East and Cowlairs,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214000 +214000,S00115368,7b2,Deprived Neighbourhoods,S01009834,Drumoyne and Shieldhall - 02,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214001 +214001,S00115372,7b2,Deprived Neighbourhoods,S01009834,Drumoyne and Shieldhall - 02,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214002 +214002,S00116565,7b2,Deprived Neighbourhoods,S01010394,Partick - 02,1a,Cosmopolitan student neighbourhoods,S02001955,Partick,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214003 +214003,S00114653,7b2,Deprived Neighbourhoods,S01009896,Govanhill East and Aikenhead - 03,7a,Urban cultural mix,S02001866,Govanhill East and Aikenhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214004 +214004,S00117067,7b2,Deprived Neighbourhoods,S01010323,Possil Park - 01,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214005 +214005,S00113006,7b1,Eastern European Communities,S01010436,Scotstoun South and West - 05,4d,Hard-pressed flat dwellers,S02001963,Scotstoun South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214006 +214006,S00116047,7b2,Deprived Neighbourhoods,S01010246,Carntyne West and Haghill - 05,4d,Hard-pressed flat dwellers,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214007 +214007,S00117398,7b2,Deprived Neighbourhoods,S01009983,Glenwood North - 04,4d,Hard-pressed flat dwellers,S02001882,Glenwood North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214008 +214008,S00116430,7b2,Deprived Neighbourhoods,S01010361,Wyndford - 04,6a,Inner city cosmopolitan,S02001949,Wyndford,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214009 +214009,S00115373,7b2,Deprived Neighbourhoods,S01009834,Drumoyne and Shieldhall - 02,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214010 +214010,S00115392,7b2,Deprived Neighbourhoods,S01009837,Drumoyne and Shieldhall - 05,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214011 +214011,S00115401,7b2,Deprived Neighbourhoods,S01009839,Drumoyne and Shieldhall - 07,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214012 +214012,S00115409,7b2,Deprived Neighbourhoods,S01009838,Drumoyne and Shieldhall - 06,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214013 +214013,S00115412,7b2,Deprived Neighbourhoods,S01009839,Drumoyne and Shieldhall - 07,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214014 +214014,S00115413,7b2,Deprived Neighbourhoods,S01009839,Drumoyne and Shieldhall - 07,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214015 +214015,S00115416,7b2,Deprived Neighbourhoods,S01009839,Drumoyne and Shieldhall - 07,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214016 +214016,S00115418,7b2,Deprived Neighbourhoods,S01009854,Mosspark - 03,4d,Hard-pressed flat dwellers,S02001858,Mosspark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214017 +214017,S00115419,7b2,Deprived Neighbourhoods,S01009854,Mosspark - 03,4d,Hard-pressed flat dwellers,S02001858,Mosspark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214018 +214018,S00115477,7b2,Deprived Neighbourhoods,S01009851,Craigton - 04,4d,Hard-pressed flat dwellers,S02001857,Craigton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214019 +214019,S00115485,7b2,Deprived Neighbourhoods,S01009828,Penilee - 07,4d,Hard-pressed flat dwellers,S02001853,Penilee,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214020 +214020,S00115496,7b2,Deprived Neighbourhoods,S01009828,Penilee - 07,4d,Hard-pressed flat dwellers,S02001853,Penilee,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214021 +214021,S00115497,7b2,Deprived Neighbourhoods,S01009828,Penilee - 07,4d,Hard-pressed flat dwellers,S02001853,Penilee,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214022 +214022,S00115514,7b2,Deprived Neighbourhoods,S01009829,Hillington - 01,4d,Hard-pressed flat dwellers,S02001854,Hillington,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214023 +214023,S00115534,7b2,Deprived Neighbourhoods,S01009811,Cardonald North - 02,4d,Hard-pressed flat dwellers,S02001851,Cardonald North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214024 +214024,S00115651,7b2,Deprived Neighbourhoods,S01009789,Crookston North - 02,4d,Hard-pressed flat dwellers,S02001847,Crookston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214025 +214025,S00115652,7b2,Deprived Neighbourhoods,S01009786,Crookston South - 03,4d,Hard-pressed flat dwellers,S02001846,Crookston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214026 +214026,S00115653,7b2,Deprived Neighbourhoods,S01009786,Crookston South - 03,4d,Hard-pressed flat dwellers,S02001846,Crookston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214027 +214027,S00115659,7b2,Deprived Neighbourhoods,S01009789,Crookston North - 02,4d,Hard-pressed flat dwellers,S02001847,Crookston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214028 +214028,S00115670,7b2,Deprived Neighbourhoods,S01009803,Pollok North and East - 05,4d,Hard-pressed flat dwellers,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214029 +214029,S00115727,7b2,Deprived Neighbourhoods,S01009784,Crookston South - 01,4d,Hard-pressed flat dwellers,S02001846,Crookston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214030 +214030,S00115745,7b2,Deprived Neighbourhoods,S01009785,Crookston South - 02,4d,Hard-pressed flat dwellers,S02001846,Crookston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214031 +214031,S00115759,7b2,Deprived Neighbourhoods,S01009768,Darnley West - 01,4d,Hard-pressed flat dwellers,S02001844,Darnley West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214032 +214032,S00115781,7b2,Deprived Neighbourhoods,S01009776,Nitshill - 02,4d,Hard-pressed flat dwellers,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214033 +214033,S00115794,7b2,Deprived Neighbourhoods,S01009786,Crookston South - 03,4d,Hard-pressed flat dwellers,S02001846,Crookston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214034 +214034,S00115884,7b2,Deprived Neighbourhoods,S01010086,Baillieston West - 04,4a,Challenged white communities,S02001900,Baillieston West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214035 +214035,S00115933,7b2,Deprived Neighbourhoods,S01010425,Whiteinch - 03,4d,Hard-pressed flat dwellers,S02001961,Whiteinch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214036 +214036,S00115935,7b2,Deprived Neighbourhoods,S01010442,Yoker South - 06,4d,Hard-pressed flat dwellers,S02001964,Yoker South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214037 +214037,S00115944,7b2,Deprived Neighbourhoods,S01010496,Drumry East - 01,4d,Hard-pressed flat dwellers,S02001976,Drumry East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214038 +214038,S00115947,7b2,Deprived Neighbourhoods,S01010493,Drumchapel North - 03,4d,Hard-pressed flat dwellers,S02001975,Drumchapel North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214039 +214039,S00115948,7b2,Deprived Neighbourhoods,S01010491,Drumchapel North - 01,4d,Hard-pressed flat dwellers,S02001975,Drumchapel North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214040 +214040,S00115951,7b2,Deprived Neighbourhoods,S01010490,Drumchapel South - 03,4d,Hard-pressed flat dwellers,S02001974,Drumchapel South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214041 +214041,S00115952,7b2,Deprived Neighbourhoods,S01010495,Drumchapel North - 05,4d,Hard-pressed flat dwellers,S02001975,Drumchapel North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214042 +214042,S00115953,7b2,Deprived Neighbourhoods,S01010495,Drumchapel North - 05,4d,Hard-pressed flat dwellers,S02001975,Drumchapel North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214043 +214043,S00115954,7b2,Deprived Neighbourhoods,S01010495,Drumchapel North - 05,4d,Hard-pressed flat dwellers,S02001975,Drumchapel North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214044 +214044,S00115959,7b2,Deprived Neighbourhoods,S01010494,Drumchapel North - 04,4d,Hard-pressed flat dwellers,S02001975,Drumchapel North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214045 +214045,S00115960,7b2,Deprived Neighbourhoods,S01010503,Drumry West - 04,4d,Hard-pressed flat dwellers,S02001977,Drumry West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214046 +214046,S00115963,7b2,Deprived Neighbourhoods,S01010500,Drumry West - 01,4d,Hard-pressed flat dwellers,S02001977,Drumry West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214047 +214047,S00115989,7b2,Deprived Neighbourhoods,S01010357,Maryhill West - 04,4d,Hard-pressed flat dwellers,S02001948,Maryhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214048 +214048,S00115996,7b2,Deprived Neighbourhoods,S01010217,Springburn East and Cowlairs - 04,4d,Hard-pressed flat dwellers,S02001923,Springburn East and Cowlairs,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214049 +214049,S00116004,7b2,Deprived Neighbourhoods,S01010313,Keppochhill - 05,4d,Hard-pressed flat dwellers,S02001940,Keppochhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214050 +214050,S00116006,7b2,Deprived Neighbourhoods,S01010313,Keppochhill - 05,4d,Hard-pressed flat dwellers,S02001940,Keppochhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214051 +214051,S00116010,7b2,Deprived Neighbourhoods,S01010311,Keppochhill - 03,4d,Hard-pressed flat dwellers,S02001940,Keppochhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214052 +214052,S00116013,7b2,Deprived Neighbourhoods,S01010323,Possil Park - 01,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214053 +214053,S00116018,7b2,Deprived Neighbourhoods,S01010218,Springburn East and Cowlairs - 05,4d,Hard-pressed flat dwellers,S02001923,Springburn East and Cowlairs,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214054 +214054,S00116025,7b2,Deprived Neighbourhoods,S01010338,Milton East - 04,4d,Hard-pressed flat dwellers,S02001944,Milton East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214055 +214055,S00116034,7b2,Deprived Neighbourhoods,S01010244,Carntyne West and Haghill - 03,1a,Cosmopolitan student neighbourhoods,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214056 +214056,S00116043,7b2,Deprived Neighbourhoods,S01010245,Carntyne West and Haghill - 04,4d,Hard-pressed flat dwellers,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214057 +214057,S00116654,7b2,Deprived Neighbourhoods,S01010259,City Centre East - 01,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214058 +214058,S00113065,7b1,Eastern European Communities,S01010491,Drumchapel North - 01,4d,Hard-pressed flat dwellers,S02001975,Drumchapel North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214059 +214059,S00117399,7b2,Deprived Neighbourhoods,S01009985,Glenwood North - 06,4d,Hard-pressed flat dwellers,S02001882,Glenwood North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214060 +214060,S00116056,7b2,Deprived Neighbourhoods,S01010050,Parkhead West and Barrowfield - 02,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214061 +214061,S00116433,7b2,Deprived Neighbourhoods,S01010353,Maryhill East - 04,4d,Hard-pressed flat dwellers,S02001947,Maryhill East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214062 +214062,S00114659,7b2,Deprived Neighbourhoods,S01010033,Laurieston and Tradeston - 03,1a,Cosmopolitan student neighbourhoods,S02001890,Laurieston and Tradeston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214063 +214063,S00114829,7b2,Deprived Neighbourhoods,S01010018,Toryglen and Oatlands - 03,4d,Hard-pressed flat dwellers,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214064 +214064,S00113068,7b1,Eastern European Communities,S01010488,Drumchapel South - 01,4d,Hard-pressed flat dwellers,S02001974,Drumchapel South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214065 +214065,S00117068,7b2,Deprived Neighbourhoods,S01010323,Possil Park - 01,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214066 +214066,S00114830,7b2,Deprived Neighbourhoods,S01010018,Toryglen and Oatlands - 03,4d,Hard-pressed flat dwellers,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214067 +214067,S00116088,7b2,Deprived Neighbourhoods,S01010178,Riddrie and Hogganfield - 07,4d,Hard-pressed flat dwellers,S02001916,Riddrie and Hogganfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214068 +214068,S00113069,7b1,Eastern European Communities,S01010490,Drumchapel South - 03,4d,Hard-pressed flat dwellers,S02001974,Drumchapel South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214069 +214069,S00116663,7b2,Deprived Neighbourhoods,S01010270,City Centre West - 05,1a,Cosmopolitan student neighbourhoods,S02001933,City Centre West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214070 +214070,S00117079,7b2,Deprived Neighbourhoods,S01010351,Maryhill East - 02,4d,Hard-pressed flat dwellers,S02001947,Maryhill East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214071 +214071,S00116444,7b2,Deprived Neighbourhoods,S01010231,"Roystonhill, Blochairn, and Provanmill - 04",4d,Hard-pressed flat dwellers,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214072 +214072,S00117401,7b2,Deprived Neighbourhoods,S01009985,Glenwood North - 06,4d,Hard-pressed flat dwellers,S02001882,Glenwood North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214073 +214073,S00116451,7b2,Deprived Neighbourhoods,S01010209,Springburn - 01,4d,Hard-pressed flat dwellers,S02001922,Springburn,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214074 +214074,S00113071,7b1,Eastern European Communities,S01010488,Drumchapel South - 01,4d,Hard-pressed flat dwellers,S02001974,Drumchapel South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214075 +214075,S00117402,7b2,Deprived Neighbourhoods,S01009985,Glenwood North - 06,4d,Hard-pressed flat dwellers,S02001882,Glenwood North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214076 +214076,S00116664,7b2,Deprived Neighbourhoods,S01010297,Woodside - 01,1a,Cosmopolitan student neighbourhoods,S02001938,Woodside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214077 +214077,S00116089,7b2,Deprived Neighbourhoods,S01010177,Riddrie and Hogganfield - 06,4d,Hard-pressed flat dwellers,S02001916,Riddrie and Hogganfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214078 +214078,S00117081,7b2,Deprived Neighbourhoods,S01010350,Maryhill East - 01,4d,Hard-pressed flat dwellers,S02001947,Maryhill East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214079 +214079,S00114834,7b2,Deprived Neighbourhoods,S01010019,Toryglen and Oatlands - 04,4d,Hard-pressed flat dwellers,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214080 +214080,S00116452,7b2,Deprived Neighbourhoods,S01010209,Springburn - 01,4d,Hard-pressed flat dwellers,S02001922,Springburn,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214081 +214081,S00114835,7b2,Deprived Neighbourhoods,S01010018,Toryglen and Oatlands - 03,4d,Hard-pressed flat dwellers,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214082 +214082,S00116665,7b2,Deprived Neighbourhoods,S01010297,Woodside - 01,1a,Cosmopolitan student neighbourhoods,S02001938,Woodside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214083 +214083,S00113078,7b1,Eastern European Communities,S01010499,Drumry East - 04,4d,Hard-pressed flat dwellers,S02001976,Drumry East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214084 +214084,S00117082,7b2,Deprived Neighbourhoods,S01010350,Maryhill East - 01,4d,Hard-pressed flat dwellers,S02001947,Maryhill East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214085 +214085,S00117404,7b2,Deprived Neighbourhoods,S01009985,Glenwood North - 06,4d,Hard-pressed flat dwellers,S02001882,Glenwood North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214086 +214086,S00116090,7b2,Deprived Neighbourhoods,S01010161,"Cranhill, Lightburn and Queenslie South - 06",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214087 +214087,S00116453,7b2,Deprived Neighbourhoods,S01010209,Springburn - 01,4d,Hard-pressed flat dwellers,S02001922,Springburn,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214088 +214088,S00114836,7b2,Deprived Neighbourhoods,S01010019,Toryglen and Oatlands - 04,4d,Hard-pressed flat dwellers,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214089 +214089,S00116692,7b2,Deprived Neighbourhoods,S01010023,Gorbals and Hutchesontown - 01,4d,Hard-pressed flat dwellers,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214090 +214090,S00116693,7b2,Deprived Neighbourhoods,S01010023,Gorbals and Hutchesontown - 01,4d,Hard-pressed flat dwellers,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214091 +214091,S00116694,7b2,Deprived Neighbourhoods,S01010023,Gorbals and Hutchesontown - 01,4d,Hard-pressed flat dwellers,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214092 +214092,S00116697,7b2,Deprived Neighbourhoods,S01010028,Gorbals and Hutchesontown - 06,1a,Cosmopolitan student neighbourhoods,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214093 +214093,S00116699,7b2,Deprived Neighbourhoods,S01010034,Laurieston and Tradeston - 04,1a,Cosmopolitan student neighbourhoods,S02001890,Laurieston and Tradeston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214094 +214094,S00116704,7b2,Deprived Neighbourhoods,S01010026,Gorbals and Hutchesontown - 04,1a,Cosmopolitan student neighbourhoods,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214095 +214095,S00116705,7b2,Deprived Neighbourhoods,S01010024,Gorbals and Hutchesontown - 02,1a,Cosmopolitan student neighbourhoods,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214096 +214096,S00116710,7b2,Deprived Neighbourhoods,S01010027,Gorbals and Hutchesontown - 05,1a,Cosmopolitan student neighbourhoods,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214097 +214097,S00116711,7b2,Deprived Neighbourhoods,S01010024,Gorbals and Hutchesontown - 02,1a,Cosmopolitan student neighbourhoods,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214098 +214098,S00116715,7b2,Deprived Neighbourhoods,S01010028,Gorbals and Hutchesontown - 06,1a,Cosmopolitan student neighbourhoods,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214099 +214099,S00116743,7b2,Deprived Neighbourhoods,S01010415,Broomhill - 01,4d,Hard-pressed flat dwellers,S02001959,Broomhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214100 +214100,S00116744,7b2,Deprived Neighbourhoods,S01010415,Broomhill - 01,4d,Hard-pressed flat dwellers,S02001959,Broomhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214101 +214101,S00116795,7b2,Deprived Neighbourhoods,S01010469,Anniesland East - 05,1a,Cosmopolitan student neighbourhoods,S02001970,Anniesland East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214102 +214102,S00116818,7b2,Deprived Neighbourhoods,S01010457,Knightswood Park West - 03,4d,Hard-pressed flat dwellers,S02001968,Knightswood Park West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214103 +214103,S00116829,7b2,Deprived Neighbourhoods,S01010451,Knightswood East - 02,4d,Hard-pressed flat dwellers,S02001967,Knightswood East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214104 +214104,S00116830,7b2,Deprived Neighbourhoods,S01010451,Knightswood East - 02,4d,Hard-pressed flat dwellers,S02001967,Knightswood East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214105 +214105,S00116835,7b2,Deprived Neighbourhoods,S01010451,Knightswood East - 02,4d,Hard-pressed flat dwellers,S02001967,Knightswood East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214106 +214106,S00116837,7b2,Deprived Neighbourhoods,S01010458,Knightswood Park West - 04,4d,Hard-pressed flat dwellers,S02001968,Knightswood Park West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214107 +214107,S00116851,7b2,Deprived Neighbourhoods,S01010440,Yoker South - 04,4d,Hard-pressed flat dwellers,S02001964,Yoker South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214108 +214108,S00116852,7b2,Deprived Neighbourhoods,S01010440,Yoker South - 04,4d,Hard-pressed flat dwellers,S02001964,Yoker South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214109 +214109,S00116877,7b2,Deprived Neighbourhoods,S01010423,Whiteinch - 01,1a,Cosmopolitan student neighbourhoods,S02001961,Whiteinch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214110 +214110,S00116892,7b2,Deprived Neighbourhoods,S01010439,Yoker South - 03,1a,Cosmopolitan student neighbourhoods,S02001964,Yoker South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214111 +214111,S00116903,7b2,Deprived Neighbourhoods,S01010437,Yoker South - 01,4d,Hard-pressed flat dwellers,S02001964,Yoker South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214112 +214112,S00116907,7b2,Deprived Neighbourhoods,S01010455,Knightswood Park West - 01,4d,Hard-pressed flat dwellers,S02001968,Knightswood Park West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214113 +214113,S00116909,7b2,Deprived Neighbourhoods,S01010491,Drumchapel North - 01,4d,Hard-pressed flat dwellers,S02001975,Drumchapel North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214114 +214114,S00116911,7b2,Deprived Neighbourhoods,S01010488,Drumchapel South - 01,4d,Hard-pressed flat dwellers,S02001974,Drumchapel South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214115 +214115,S00116915,7b2,Deprived Neighbourhoods,S01010499,Drumry East - 04,4d,Hard-pressed flat dwellers,S02001976,Drumry East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214116 +214116,S00116916,7b2,Deprived Neighbourhoods,S01010499,Drumry East - 04,4d,Hard-pressed flat dwellers,S02001976,Drumry East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214117 +214117,S00116917,7b2,Deprived Neighbourhoods,S01010495,Drumchapel North - 05,4d,Hard-pressed flat dwellers,S02001975,Drumchapel North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214118 +214118,S00116918,7b2,Deprived Neighbourhoods,S01010491,Drumchapel North - 01,4d,Hard-pressed flat dwellers,S02001975,Drumchapel North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214119 +214119,S00116931,7b2,Deprived Neighbourhoods,S01010300,Woodside - 04,1a,Cosmopolitan student neighbourhoods,S02001938,Woodside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214120 +214120,S00116948,7b2,Deprived Neighbourhoods,S01010314,Keppochhill - 06,1a,Cosmopolitan student neighbourhoods,S02001940,Keppochhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214121 +214121,S00116955,7b2,Deprived Neighbourhoods,S01010358,Wyndford - 01,4d,Hard-pressed flat dwellers,S02001949,Wyndford,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214122 +214122,S00116956,7b2,Deprived Neighbourhoods,S01010359,Wyndford - 02,4d,Hard-pressed flat dwellers,S02001949,Wyndford,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214123 +214123,S00116960,7b2,Deprived Neighbourhoods,S01010362,Wyndford - 05,4d,Hard-pressed flat dwellers,S02001949,Wyndford,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214124 +214124,S00116975,7b2,Deprived Neighbourhoods,S01010353,Maryhill East - 04,4d,Hard-pressed flat dwellers,S02001947,Maryhill East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214125 +214125,S00116997,7b2,Deprived Neighbourhoods,S01010215,Springburn East and Cowlairs - 02,4d,Hard-pressed flat dwellers,S02001923,Springburn East and Cowlairs,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214126 +214126,S00117022,7b2,Deprived Neighbourhoods,S01010229,"Roystonhill, Blochairn, and Provanmill - 02",4d,Hard-pressed flat dwellers,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214127 +214127,S00117023,7b2,Deprived Neighbourhoods,S01010228,"Roystonhill, Blochairn, and Provanmill - 01",4d,Hard-pressed flat dwellers,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214128 +214128,S00117024,7b2,Deprived Neighbourhoods,S01010228,"Roystonhill, Blochairn, and Provanmill - 01",4d,Hard-pressed flat dwellers,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214129 +214129,S00117025,7b2,Deprived Neighbourhoods,S01010228,"Roystonhill, Blochairn, and Provanmill - 01",4d,Hard-pressed flat dwellers,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214130 +214130,S00117030,7b2,Deprived Neighbourhoods,S01010216,Springburn East and Cowlairs - 03,4d,Hard-pressed flat dwellers,S02001923,Springburn East and Cowlairs,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214131 +214131,S00117031,7b2,Deprived Neighbourhoods,S01010216,Springburn East and Cowlairs - 03,4d,Hard-pressed flat dwellers,S02001923,Springburn East and Cowlairs,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214132 +214132,S00117046,7b2,Deprived Neighbourhoods,S01010208,Petershill - 06,4d,Hard-pressed flat dwellers,S02001921,Petershill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214133 +214133,S00117057,7b2,Deprived Neighbourhoods,S01010204,Petershill - 02,4d,Hard-pressed flat dwellers,S02001921,Petershill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214134 +214134,S00117412,7b2,Deprived Neighbourhoods,S01009942,Carnwadric West - 04,4d,Hard-pressed flat dwellers,S02001874,Carnwadric West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214135 +214135,S00116091,7b2,Deprived Neighbourhoods,S01010161,"Cranhill, Lightburn and Queenslie South - 06",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214136 +214136,S00113085,7b1,Eastern European Communities,S01010493,Drumchapel North - 03,4d,Hard-pressed flat dwellers,S02001975,Drumchapel North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214137 +214137,S00114843,7b2,Deprived Neighbourhoods,S01009898,Govanhill East and Aikenhead - 05,4d,Hard-pressed flat dwellers,S02001866,Govanhill East and Aikenhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214138 +214138,S00116454,7b2,Deprived Neighbourhoods,S01010209,Springburn - 01,4d,Hard-pressed flat dwellers,S02001922,Springburn,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214139 +214139,S00117421,7b2,Deprived Neighbourhoods,S01009942,Carnwadric West - 04,4d,Hard-pressed flat dwellers,S02001874,Carnwadric West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214140 +214140,S00114873,7b2,Deprived Neighbourhoods,S01009935,Pollokshaws - 03,4d,Hard-pressed flat dwellers,S02001873,Pollokshaws,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214141 +214141,S00113088,7b1,Eastern European Communities,S01010491,Drumchapel North - 01,4d,Hard-pressed flat dwellers,S02001975,Drumchapel North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214142 +214142,S00117083,7b2,Deprived Neighbourhoods,S01010340,Summerston Central and West - 01,4d,Hard-pressed flat dwellers,S02001945,Summerston Central and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214143 +214143,S00116093,7b2,Deprived Neighbourhoods,S01010162,"Cranhill, Lightburn and Queenslie South - 07",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214144 +214144,S00116455,7b2,Deprived Neighbourhoods,S01010211,Springburn - 03,4d,Hard-pressed flat dwellers,S02001922,Springburn,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214145 +214145,S00113091,7b1,Eastern European Communities,S01010495,Drumchapel North - 05,4d,Hard-pressed flat dwellers,S02001975,Drumchapel North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214146 +214146,S00114897,7b2,Deprived Neighbourhoods,S01009948,Newlands - 01,4d,Hard-pressed flat dwellers,S02001876,Newlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214147 +214147,S00117087,7b2,Deprived Neighbourhoods,S01010254,Gallowgate North and Bellgrove - 01,1a,Cosmopolitan student neighbourhoods,S02001931,Gallowgate North and Bellgrove,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214148 +214148,S00116095,7b2,Deprived Neighbourhoods,S01010165,Craigend and Ruchazie - 01,4d,Hard-pressed flat dwellers,S02001915,Craigend and Ruchazie,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214149 +214149,S00116456,7b2,Deprived Neighbourhoods,S01010211,Springburn - 03,4d,Hard-pressed flat dwellers,S02001922,Springburn,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214150 +214150,S00117422,7b2,Deprived Neighbourhoods,S01009942,Carnwadric West - 04,4d,Hard-pressed flat dwellers,S02001874,Carnwadric West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214151 +214151,S00116457,7b2,Deprived Neighbourhoods,S01010212,Springburn - 04,4d,Hard-pressed flat dwellers,S02001922,Springburn,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214152 +214152,S00113101,7b1,Eastern European Communities,S01010494,Drumchapel North - 04,4d,Hard-pressed flat dwellers,S02001975,Drumchapel North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214153 +214153,S00116100,7b2,Deprived Neighbourhoods,S01010121,North Barlanark and Easterhouse South - 04,4d,Hard-pressed flat dwellers,S02001907,North Barlanark and Easterhouse South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214154 +214154,S00115134,7b2,Deprived Neighbourhoods,S01009971,Carmunnock South - 03,4d,Hard-pressed flat dwellers,S02001880,Carmunnock South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214155 +214155,S00117423,7b2,Deprived Neighbourhoods,S01009942,Carnwadric West - 04,4d,Hard-pressed flat dwellers,S02001874,Carnwadric West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214156 +214156,S00116458,7b2,Deprived Neighbourhoods,S01010212,Springburn - 04,4d,Hard-pressed flat dwellers,S02001922,Springburn,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214157 +214157,S00117093,7b2,Deprived Neighbourhoods,S01010255,Gallowgate North and Bellgrove - 02,1a,Cosmopolitan student neighbourhoods,S02001931,Gallowgate North and Bellgrove,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214158 +214158,S00116465,7b2,Deprived Neighbourhoods,S01010312,Keppochhill - 04,4d,Hard-pressed flat dwellers,S02001940,Keppochhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214159 +214159,S00113186,7b1,Eastern European Communities,S01010304,Firhill - 04,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214160 +214160,S00116108,7b2,Deprived Neighbourhoods,S01010129,Barlanark - 07,4d,Hard-pressed flat dwellers,S02001908,Barlanark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214161 +214161,S00115138,7b2,Deprived Neighbourhoods,S01009971,Carmunnock South - 03,4d,Hard-pressed flat dwellers,S02001880,Carmunnock South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214162 +214162,S00117441,7b2,Deprived Neighbourhoods,S01009843,Govan and Linthouse - 03,4d,Hard-pressed flat dwellers,S02001856,Govan and Linthouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214163 +214163,S00116466,7b2,Deprived Neighbourhoods,S01010312,Keppochhill - 04,4d,Hard-pressed flat dwellers,S02001940,Keppochhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214164 +214164,S00115144,7b2,Deprived Neighbourhoods,S01009970,Carmunnock South - 02,4d,Hard-pressed flat dwellers,S02001880,Carmunnock South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214165 +214165,S00116130,7b2,Deprived Neighbourhoods,S01010107,Easterhouse East - 03,4d,Hard-pressed flat dwellers,S02001904,Easterhouse East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214166 +214166,S00117446,7b2,Deprived Neighbourhoods,S01009847,Govan and Linthouse - 07,4d,Hard-pressed flat dwellers,S02001856,Govan and Linthouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214167 +214167,S00117113,7b2,Deprived Neighbourhoods,S01010245,Carntyne West and Haghill - 04,4d,Hard-pressed flat dwellers,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214168 +214168,S00116471,7b2,Deprived Neighbourhoods,S01010344,Summerston Central and West - 05,4d,Hard-pressed flat dwellers,S02001945,Summerston Central and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214169 +214169,S00115151,7b2,Deprived Neighbourhoods,S01009974,Glenwood South - 02,4d,Hard-pressed flat dwellers,S02001881,Glenwood South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214170 +214170,S00113251,7b1,Eastern European Communities,S01010360,Wyndford - 03,4d,Hard-pressed flat dwellers,S02001949,Wyndford,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214171 +214171,S00115152,7b2,Deprived Neighbourhoods,S01009974,Glenwood South - 02,4d,Hard-pressed flat dwellers,S02001881,Glenwood South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214172 +214172,S00116136,7b2,Deprived Neighbourhoods,S01010111,Central Easterhouse - 02,4d,Hard-pressed flat dwellers,S02001905,Central Easterhouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214173 +214173,S00117114,7b2,Deprived Neighbourhoods,S01010245,Carntyne West and Haghill - 04,4d,Hard-pressed flat dwellers,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214174 +214174,S00117462,7b2,Deprived Neighbourhoods,S01009828,Penilee - 07,4d,Hard-pressed flat dwellers,S02001853,Penilee,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214175 +214175,S00113265,7b1,Eastern European Communities,S01010359,Wyndford - 02,4d,Hard-pressed flat dwellers,S02001949,Wyndford,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214176 +214176,S00116472,7b2,Deprived Neighbourhoods,S01010344,Summerston Central and West - 05,4d,Hard-pressed flat dwellers,S02001945,Summerston Central and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214177 +214177,S00115153,7b2,Deprived Neighbourhoods,S01009977,Glenwood South - 05,4d,Hard-pressed flat dwellers,S02001881,Glenwood South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214178 +214178,S00116138,7b2,Deprived Neighbourhoods,S01010110,Central Easterhouse - 01,4d,Hard-pressed flat dwellers,S02001905,Central Easterhouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214179 +214179,S00117118,7b2,Deprived Neighbourhoods,S01010245,Carntyne West and Haghill - 04,4d,Hard-pressed flat dwellers,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214180 +214180,S00117465,7b2,Deprived Neighbourhoods,S01009812,Cardonald North - 03,4d,Hard-pressed flat dwellers,S02001851,Cardonald North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214181 +214181,S00113275,7b1,Eastern European Communities,S01010316,Ruchill - 02,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214182 +214182,S00113279,7b1,Eastern European Communities,S01010315,Ruchill - 01,4d,Hard-pressed flat dwellers,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214183 +214183,S00113307,7b1,Eastern European Communities,S01010356,Maryhill West - 03,4d,Hard-pressed flat dwellers,S02001948,Maryhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214184 +214184,S00113315,7b1,Eastern European Communities,S01010355,Maryhill West - 02,4d,Hard-pressed flat dwellers,S02001948,Maryhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214185 +214185,S00113334,7b1,Eastern European Communities,S01010354,Maryhill West - 01,4d,Hard-pressed flat dwellers,S02001948,Maryhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214186 +214186,S00113338,7b1,Eastern European Communities,S01010221,Cowlairs and Port Dundas - 03,4d,Hard-pressed flat dwellers,S02001924,Cowlairs and Port Dundas,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214187 +214187,S00113361,7b1,Eastern European Communities,S01010231,"Roystonhill, Blochairn, and Provanmill - 04",4d,Hard-pressed flat dwellers,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214188 +214188,S00113374,7b1,Eastern European Communities,S01010229,"Roystonhill, Blochairn, and Provanmill - 02",4d,Hard-pressed flat dwellers,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214189 +214189,S00113483,7b1,Eastern European Communities,S01010204,Petershill - 02,4d,Hard-pressed flat dwellers,S02001921,Petershill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214190 +214190,S00113488,7b1,Eastern European Communities,S01010204,Petershill - 02,4d,Hard-pressed flat dwellers,S02001921,Petershill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214191 +214191,S00113492,7b1,Eastern European Communities,S01010309,Keppochhill - 01,4d,Hard-pressed flat dwellers,S02001940,Keppochhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214192 +214192,S00113501,7b1,Eastern European Communities,S01010309,Keppochhill - 01,4d,Hard-pressed flat dwellers,S02001940,Keppochhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214193 +214193,S00113506,7b1,Eastern European Communities,S01010310,Keppochhill - 02,7a,Urban cultural mix,S02001940,Keppochhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214194 +214194,S00113513,7b1,Eastern European Communities,S01010323,Possil Park - 01,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214195 +214195,S00113519,7b1,Eastern European Communities,S01010326,Possil Park - 04,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214196 +214196,S00113530,7b1,Eastern European Communities,S01010215,Springburn East and Cowlairs - 02,4d,Hard-pressed flat dwellers,S02001923,Springburn East and Cowlairs,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214197 +214197,S00113557,7b1,Eastern European Communities,S01010333,Milton West - 04,4d,Hard-pressed flat dwellers,S02001943,Milton West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214198 +214198,S00113558,7b1,Eastern European Communities,S01010333,Milton West - 04,4d,Hard-pressed flat dwellers,S02001943,Milton West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214199 +214199,S00113589,7b1,Eastern European Communities,S01010338,Milton East - 04,4d,Hard-pressed flat dwellers,S02001944,Milton East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214200 +214200,S00113603,7b1,Eastern European Communities,S01010339,Milton East - 05,4d,Hard-pressed flat dwellers,S02001944,Milton East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214201 +214201,S00113613,7b1,Eastern European Communities,S01010350,Maryhill East - 01,4d,Hard-pressed flat dwellers,S02001947,Maryhill East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214202 +214202,S00113616,7b1,Eastern European Communities,S01010340,Summerston Central and West - 01,4d,Hard-pressed flat dwellers,S02001945,Summerston Central and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214203 +214203,S00113618,7b1,Eastern European Communities,S01010340,Summerston Central and West - 01,4d,Hard-pressed flat dwellers,S02001945,Summerston Central and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214204 +214204,S00113619,7b1,Eastern European Communities,S01010340,Summerston Central and West - 01,4d,Hard-pressed flat dwellers,S02001945,Summerston Central and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214205 +214205,S00113656,7b1,Eastern European Communities,S01010245,Carntyne West and Haghill - 04,4d,Hard-pressed flat dwellers,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214206 +214206,S00113666,7b1,Eastern European Communities,S01010256,Gallowgate North and Bellgrove - 03,4d,Hard-pressed flat dwellers,S02001931,Gallowgate North and Bellgrove,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214207 +214207,S00113676,7b1,Eastern European Communities,S01010256,Gallowgate North and Bellgrove - 03,4d,Hard-pressed flat dwellers,S02001931,Gallowgate North and Bellgrove,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214208 +214208,S00113678,7b1,Eastern European Communities,S01010253,Dennistoun - 06,1a,Cosmopolitan student neighbourhoods,S02001930,Dennistoun,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214209 +214209,S00113681,7b1,Eastern European Communities,S01010253,Dennistoun - 06,1a,Cosmopolitan student neighbourhoods,S02001930,Dennistoun,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214210 +214210,S00113725,7b1,Eastern European Communities,S01010242,Carntyne West and Haghill - 01,1a,Cosmopolitan student neighbourhoods,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214211 +214211,S00113726,7b1,Eastern European Communities,S01010246,Carntyne West and Haghill - 05,4d,Hard-pressed flat dwellers,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214212 +214212,S00113728,7b1,Eastern European Communities,S01010242,Carntyne West and Haghill - 01,1a,Cosmopolitan student neighbourhoods,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214213 +214213,S00113729,7b1,Eastern European Communities,S01010242,Carntyne West and Haghill - 01,1a,Cosmopolitan student neighbourhoods,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214214 +214214,S00113731,7b1,Eastern European Communities,S01010246,Carntyne West and Haghill - 05,4d,Hard-pressed flat dwellers,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214215 +214215,S00113753,7b1,Eastern European Communities,S01010239,Alexandra Parade - 01,4d,Hard-pressed flat dwellers,S02001928,Alexandra Parade,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214216 +214216,S00113756,7b1,Eastern European Communities,S01010239,Alexandra Parade - 01,4d,Hard-pressed flat dwellers,S02001928,Alexandra Parade,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214217 +214217,S00113761,7b1,Eastern European Communities,S01010241,Alexandra Parade - 03,1a,Cosmopolitan student neighbourhoods,S02001928,Alexandra Parade,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214218 +214218,S00117499,7b2,Deprived Neighbourhoods,S01009764,Darnley North - 01,4d,Hard-pressed flat dwellers,S02001843,Darnley North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214219 +214219,S00116473,7b2,Deprived Neighbourhoods,S01010344,Summerston Central and West - 05,4d,Hard-pressed flat dwellers,S02001945,Summerston Central and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214220 +214220,S00116152,7b2,Deprived Neighbourhoods,S01010047,Dalmarnock - 02,4d,Hard-pressed flat dwellers,S02001893,Dalmarnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214221 +214221,S00115154,7b2,Deprived Neighbourhoods,S01009974,Glenwood South - 02,4d,Hard-pressed flat dwellers,S02001881,Glenwood South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214222 +214222,S00117501,7b2,Deprived Neighbourhoods,S01009765,Darnley North - 02,4d,Hard-pressed flat dwellers,S02001843,Darnley North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214223 +214223,S00116474,7b2,Deprived Neighbourhoods,S01010344,Summerston Central and West - 05,4d,Hard-pressed flat dwellers,S02001945,Summerston Central and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214224 +214224,S00116153,7b2,Deprived Neighbourhoods,S01010047,Dalmarnock - 02,4d,Hard-pressed flat dwellers,S02001893,Dalmarnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214225 +214225,S00116156,7b2,Deprived Neighbourhoods,S01010046,Dalmarnock - 01,4d,Hard-pressed flat dwellers,S02001893,Dalmarnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214226 +214226,S00117124,7b2,Deprived Neighbourhoods,S01010060,Parkhead East and Braidfauld North - 05,4d,Hard-pressed flat dwellers,S02001895,Parkhead East and Braidfauld North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214227 +214227,S00116157,7b2,Deprived Neighbourhoods,S01010045,Bridgeton - 04,4d,Hard-pressed flat dwellers,S02001892,Bridgeton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214228 +214228,S00116475,7b2,Deprived Neighbourhoods,S01010336,Milton East - 02,4d,Hard-pressed flat dwellers,S02001944,Milton East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214229 +214229,S00117126,7b2,Deprived Neighbourhoods,S01010057,Parkhead East and Braidfauld North - 02,4d,Hard-pressed flat dwellers,S02001895,Parkhead East and Braidfauld North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214230 +214230,S00116171,7b2,Deprived Neighbourhoods,S01010022,Toryglen and Oatlands - 07,4d,Hard-pressed flat dwellers,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214231 +214231,S00117546,7b2,Deprived Neighbourhoods,S01010223,Cowlairs and Port Dundas - 05,4d,Hard-pressed flat dwellers,S02001924,Cowlairs and Port Dundas,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214232 +214232,S00115158,7b2,Deprived Neighbourhoods,S01009975,Glenwood South - 03,4d,Hard-pressed flat dwellers,S02001881,Glenwood South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214233 +214233,S00116476,7b2,Deprived Neighbourhoods,S01010336,Milton East - 02,4d,Hard-pressed flat dwellers,S02001944,Milton East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214234 +214234,S00116173,7b2,Deprived Neighbourhoods,S01010022,Toryglen and Oatlands - 07,4d,Hard-pressed flat dwellers,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214235 +214235,S00117139,7b2,Deprived Neighbourhoods,S01010141,Shettleston North - 05,4d,Hard-pressed flat dwellers,S02001910,Shettleston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214236 +214236,S00116178,7b2,Deprived Neighbourhoods,S01010028,Gorbals and Hutchesontown - 06,1a,Cosmopolitan student neighbourhoods,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214237 +214237,S00117594,7b2,Deprived Neighbourhoods,S01010027,Gorbals and Hutchesontown - 05,1a,Cosmopolitan student neighbourhoods,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214238 +214238,S00115161,7b2,Deprived Neighbourhoods,S01009979,Glenwood South - 07,4d,Hard-pressed flat dwellers,S02001881,Glenwood South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214239 +214239,S00116477,7b2,Deprived Neighbourhoods,S01010336,Milton East - 02,4d,Hard-pressed flat dwellers,S02001944,Milton East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214240 +214240,S00115166,7b2,Deprived Neighbourhoods,S01009987,Castlemilk - 02,4d,Hard-pressed flat dwellers,S02001883,Castlemilk,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214241 +214241,S00117603,7b2,Deprived Neighbourhoods,S01009977,Glenwood South - 05,4d,Hard-pressed flat dwellers,S02001881,Glenwood South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214242 +214242,S00116189,7b2,Deprived Neighbourhoods,S01010029,Gorbals and Hutchesontown - 07,4d,Hard-pressed flat dwellers,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214243 +214243,S00117142,7b2,Deprived Neighbourhoods,S01010141,Shettleston North - 05,4d,Hard-pressed flat dwellers,S02001910,Shettleston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214244 +214244,S00116478,7b2,Deprived Neighbourhoods,S01010336,Milton East - 02,4d,Hard-pressed flat dwellers,S02001944,Milton East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214245 +214245,S00115168,7b2,Deprived Neighbourhoods,S01009987,Castlemilk - 02,4d,Hard-pressed flat dwellers,S02001883,Castlemilk,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214246 +214246,S00117604,7b2,Deprived Neighbourhoods,S01009977,Glenwood South - 05,4d,Hard-pressed flat dwellers,S02001881,Glenwood South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214247 +214247,S00116191,7b2,Deprived Neighbourhoods,S01009896,Govanhill East and Aikenhead - 03,7a,Urban cultural mix,S02001866,Govanhill East and Aikenhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214248 +214248,S00117148,7b2,Deprived Neighbourhoods,S01010147,Old Shettleston and Parkhead North - 01,4d,Hard-pressed flat dwellers,S02001912,Old Shettleston and Parkhead North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214249 +214249,S00116487,7b2,Deprived Neighbourhoods,S01010050,Parkhead West and Barrowfield - 02,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214250 +214250,S00115169,7b2,Deprived Neighbourhoods,S01009987,Castlemilk - 02,4d,Hard-pressed flat dwellers,S02001883,Castlemilk,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214251 +214251,S00115172,7b2,Deprived Neighbourhoods,S01009988,Castlemilk - 03,4d,Hard-pressed flat dwellers,S02001883,Castlemilk,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214252 +214252,S00115173,7b2,Deprived Neighbourhoods,S01009988,Castlemilk - 03,4d,Hard-pressed flat dwellers,S02001883,Castlemilk,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214253 +214253,S00115175,7b2,Deprived Neighbourhoods,S01009986,Castlemilk - 01,4d,Hard-pressed flat dwellers,S02001883,Castlemilk,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214254 +214254,S00115176,7b2,Deprived Neighbourhoods,S01009980,Glenwood North - 01,4d,Hard-pressed flat dwellers,S02001882,Glenwood North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214255 +214255,S00115177,7b2,Deprived Neighbourhoods,S01009981,Glenwood North - 02,4d,Hard-pressed flat dwellers,S02001882,Glenwood North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214256 +214256,S00115185,7b2,Deprived Neighbourhoods,S01009979,Glenwood South - 07,4d,Hard-pressed flat dwellers,S02001881,Glenwood South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214257 +214257,S00115195,7b2,Deprived Neighbourhoods,S01009982,Glenwood North - 03,4d,Hard-pressed flat dwellers,S02001882,Glenwood North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214258 +214258,S00115202,7b2,Deprived Neighbourhoods,S01009981,Glenwood North - 02,4d,Hard-pressed flat dwellers,S02001882,Glenwood North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214259 +214259,S00115205,7b2,Deprived Neighbourhoods,S01009981,Glenwood North - 02,4d,Hard-pressed flat dwellers,S02001882,Glenwood North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214260 +214260,S00115208,7b2,Deprived Neighbourhoods,S01009981,Glenwood North - 02,4d,Hard-pressed flat dwellers,S02001882,Glenwood North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214261 +214261,S00115243,7b2,Deprived Neighbourhoods,S01009940,Carnwadric West - 02,4d,Hard-pressed flat dwellers,S02001874,Carnwadric West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214262 +214262,S00115244,7b2,Deprived Neighbourhoods,S01009940,Carnwadric West - 02,4d,Hard-pressed flat dwellers,S02001874,Carnwadric West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214263 +214263,S00115246,7b2,Deprived Neighbourhoods,S01009940,Carnwadric West - 02,4d,Hard-pressed flat dwellers,S02001874,Carnwadric West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214264 +214264,S00115247,7b2,Deprived Neighbourhoods,S01009940,Carnwadric West - 02,4d,Hard-pressed flat dwellers,S02001874,Carnwadric West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214265 +214265,S00115249,7b2,Deprived Neighbourhoods,S01009943,Carnwadric West - 05,4d,Hard-pressed flat dwellers,S02001874,Carnwadric West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214266 +214266,S00115250,7b2,Deprived Neighbourhoods,S01009943,Carnwadric West - 05,4d,Hard-pressed flat dwellers,S02001874,Carnwadric West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214267 +214267,S00115254,7b2,Deprived Neighbourhoods,S01009943,Carnwadric West - 05,4d,Hard-pressed flat dwellers,S02001874,Carnwadric West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214268 +214268,S00115257,7b2,Deprived Neighbourhoods,S01009943,Carnwadric West - 05,4d,Hard-pressed flat dwellers,S02001874,Carnwadric West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214269 +214269,S00115300,7b2,Deprived Neighbourhoods,S01009864,Ibrox East and Cessnock - 03,1a,Cosmopolitan student neighbourhoods,S02001860,Ibrox East and Cessnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214270 +214270,S00115312,7b2,Deprived Neighbourhoods,S01009862,Ibrox East and Cessnock - 01,1a,Cosmopolitan student neighbourhoods,S02001860,Ibrox East and Cessnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214271 +214271,S00115318,7b2,Deprived Neighbourhoods,S01009861,Ibrox - 03,1a,Cosmopolitan student neighbourhoods,S02001859,Ibrox,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214272 +214272,S00115319,7b2,Deprived Neighbourhoods,S01009859,Ibrox - 01,4d,Hard-pressed flat dwellers,S02001859,Ibrox,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214273 +214273,S00115330,7b2,Deprived Neighbourhoods,S01009859,Ibrox - 01,4d,Hard-pressed flat dwellers,S02001859,Ibrox,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214274 +214274,S00115332,7b2,Deprived Neighbourhoods,S01009843,Govan and Linthouse - 03,4d,Hard-pressed flat dwellers,S02001856,Govan and Linthouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214275 +214275,S00115339,7b2,Deprived Neighbourhoods,S01009841,Govan and Linthouse - 01,1a,Cosmopolitan student neighbourhoods,S02001856,Govan and Linthouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214276 +214276,S00115344,7b2,Deprived Neighbourhoods,S01009843,Govan and Linthouse - 03,4d,Hard-pressed flat dwellers,S02001856,Govan and Linthouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214277 +214277,S00115357,7b2,Deprived Neighbourhoods,S01009844,Govan and Linthouse - 04,6a,Inner city cosmopolitan,S02001856,Govan and Linthouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214278 +214278,S00115359,7b2,Deprived Neighbourhoods,S01009860,Ibrox - 02,4d,Hard-pressed flat dwellers,S02001859,Ibrox,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214279 +214279,S00117150,7b2,Deprived Neighbourhoods,S01010146,Tollcross - 05,4d,Hard-pressed flat dwellers,S02001911,Tollcross,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214280 +214280,S00116488,7b2,Deprived Neighbourhoods,S01010050,Parkhead West and Barrowfield - 02,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214281 +214281,S00117151,7b2,Deprived Neighbourhoods,S01010147,Old Shettleston and Parkhead North - 01,4d,Hard-pressed flat dwellers,S02001912,Old Shettleston and Parkhead North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214282 +214282,S00117152,7b2,Deprived Neighbourhoods,S01010145,Tollcross - 04,4d,Hard-pressed flat dwellers,S02001911,Tollcross,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214283 +214283,S00116493,7b2,Deprived Neighbourhoods,S01010138,Shettleston North - 02,4d,Hard-pressed flat dwellers,S02001910,Shettleston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214284 +214284,S00117169,7b2,Deprived Neighbourhoods,S01010138,Shettleston North - 02,4d,Hard-pressed flat dwellers,S02001910,Shettleston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214285 +214285,S00117612,7b2,Deprived Neighbourhoods,S01009862,Ibrox East and Cessnock - 01,1a,Cosmopolitan student neighbourhoods,S02001860,Ibrox East and Cessnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214286 +214286,S00116494,7b2,Deprived Neighbourhoods,S01010138,Shettleston North - 02,4d,Hard-pressed flat dwellers,S02001910,Shettleston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214287 +214287,S00116495,7b2,Deprived Neighbourhoods,S01010138,Shettleston North - 02,4d,Hard-pressed flat dwellers,S02001910,Shettleston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214288 +214288,S00116496,7b2,Deprived Neighbourhoods,S01010138,Shettleston North - 02,4d,Hard-pressed flat dwellers,S02001910,Shettleston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214289 +214289,S00116497,7b2,Deprived Neighbourhoods,S01010138,Shettleston North - 02,4d,Hard-pressed flat dwellers,S02001910,Shettleston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214290 +214290,S00116498,7b2,Deprived Neighbourhoods,S01010138,Shettleston North - 02,4d,Hard-pressed flat dwellers,S02001910,Shettleston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214291 +214291,S00116504,7b2,Deprived Neighbourhoods,S01010162,"Cranhill, Lightburn and Queenslie South - 07",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214292 +214292,S00116506,7b2,Deprived Neighbourhoods,S01010129,Barlanark - 07,4d,Hard-pressed flat dwellers,S02001908,Barlanark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214293 +214293,S00116511,7b2,Deprived Neighbourhoods,S01010047,Dalmarnock - 02,4d,Hard-pressed flat dwellers,S02001893,Dalmarnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214294 +214294,S00116512,7b2,Deprived Neighbourhoods,S01010047,Dalmarnock - 02,4d,Hard-pressed flat dwellers,S02001893,Dalmarnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214295 +214295,S00116518,7b2,Deprived Neighbourhoods,S01009897,Govanhill East and Aikenhead - 04,7a,Urban cultural mix,S02001866,Govanhill East and Aikenhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214296 +214296,S00116523,7b2,Deprived Neighbourhoods,S01010019,Toryglen and Oatlands - 04,4d,Hard-pressed flat dwellers,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214297 +214297,S00116526,7b2,Deprived Neighbourhoods,S01009938,Pollokshaws - 06,4d,Hard-pressed flat dwellers,S02001873,Pollokshaws,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214298 +214298,S00116527,7b2,Deprived Neighbourhoods,S01009933,Pollokshaws - 01,6a,Inner city cosmopolitan,S02001873,Pollokshaws,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214299 +214299,S00116533,7b2,Deprived Neighbourhoods,S01009970,Carmunnock South - 02,4d,Hard-pressed flat dwellers,S02001880,Carmunnock South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214300 +214300,S00116534,7b2,Deprived Neighbourhoods,S01009970,Carmunnock South - 02,4d,Hard-pressed flat dwellers,S02001880,Carmunnock South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214301 +214301,S00116536,7b2,Deprived Neighbourhoods,S01009939,Carnwadric West - 01,6a,Inner city cosmopolitan,S02001874,Carnwadric West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214302 +214302,S00116545,7b2,Deprived Neighbourhoods,S01009813,Cardonald North - 04,7a,Urban cultural mix,S02001851,Cardonald North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214303 +214303,S00116194,7b2,Deprived Neighbourhoods,S01010027,Gorbals and Hutchesontown - 05,1a,Cosmopolitan student neighbourhoods,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214304 +214304,S00116546,7b2,Deprived Neighbourhoods,S01009813,Cardonald North - 04,7a,Urban cultural mix,S02001851,Cardonald North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214305 +214305,S00116547,7b2,Deprived Neighbourhoods,S01009810,Cardonald North - 01,4d,Hard-pressed flat dwellers,S02001851,Cardonald North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214306 +214306,S00116548,7b2,Deprived Neighbourhoods,S01009810,Cardonald North - 01,4d,Hard-pressed flat dwellers,S02001851,Cardonald North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214307 +214307,S00116549,7b2,Deprived Neighbourhoods,S01009810,Cardonald North - 01,4d,Hard-pressed flat dwellers,S02001851,Cardonald North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214308 +214308,S00116550,7b2,Deprived Neighbourhoods,S01009810,Cardonald North - 01,4d,Hard-pressed flat dwellers,S02001851,Cardonald North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214309 +214309,S00116555,7b2,Deprived Neighbourhoods,S01009786,Crookston South - 03,4d,Hard-pressed flat dwellers,S02001846,Crookston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214310 +214310,S00116560,7b2,Deprived Neighbourhoods,S01010272,City Centre South - 01,1a,Cosmopolitan student neighbourhoods,S02001934,City Centre South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214311 +214311,S00116562,7b2,Deprived Neighbourhoods,S01010047,Dalmarnock - 02,4d,Hard-pressed flat dwellers,S02001893,Dalmarnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214312 +214312,S00116563,7b2,Deprived Neighbourhoods,S01010047,Dalmarnock - 02,4d,Hard-pressed flat dwellers,S02001893,Dalmarnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214313 +214313,S00117170,7b2,Deprived Neighbourhoods,S01010138,Shettleston North - 02,4d,Hard-pressed flat dwellers,S02001910,Shettleston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214314 +214314,S00116199,7b2,Deprived Neighbourhoods,S01010030,Gorbals and Hutchesontown - 08,1a,Cosmopolitan student neighbourhoods,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214315 +214315,S00117176,7b2,Deprived Neighbourhoods,S01010134,Greenfield - 04,4d,Hard-pressed flat dwellers,S02001909,Greenfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214316 +214316,S00116210,7b2,Deprived Neighbourhoods,S01010019,Toryglen and Oatlands - 04,4d,Hard-pressed flat dwellers,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214317 +214317,S00117186,7b2,Deprived Neighbourhoods,S01010181,Blackhill and Barmulloch East - 03,4d,Hard-pressed flat dwellers,S02001917,Blackhill and Barmulloch East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214318 +214318,S00116225,7b2,Deprived Neighbourhoods,S01009974,Glenwood South - 02,4d,Hard-pressed flat dwellers,S02001881,Glenwood South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214319 +214319,S00117192,7b2,Deprived Neighbourhoods,S01010178,Riddrie and Hogganfield - 07,4d,Hard-pressed flat dwellers,S02001916,Riddrie and Hogganfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214320 +214320,S00114029,6a3,Detached Retirement Living,S01010079,Mount Vernon North and Sandyhills - 02,8b,Ageing suburbanites,S02001899,Mount Vernon North and Sandyhills,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214321 +214321,S00116228,7b2,Deprived Neighbourhoods,S01009975,Glenwood South - 03,4d,Hard-pressed flat dwellers,S02001881,Glenwood South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214322 +214322,S00114078,6a3,Detached Retirement Living,S01010131,Greenfield - 01,8b,Ageing suburbanites,S02001909,Greenfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214323 +214323,S00114082,6a3,Detached Retirement Living,S01010079,Mount Vernon North and Sandyhills - 02,8b,Ageing suburbanites,S02001899,Mount Vernon North and Sandyhills,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214324 +214324,S00114948,6a3,Detached Retirement Living,S01009950,Newlands - 03,8a,Affluent communities,S02001876,Newlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214325 +214325,S00115060,6a3,Detached Retirement Living,S01009965,Carmunnock North - 01,5c,Comfortable neighbourhoods,S02001879,Carmunnock North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214326 +214326,S00115790,6a3,Detached Retirement Living,S01009797,Pollok South and West - 06,8c,Comfortable suburbia,S02001848,Pollok South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214327 +214327,S00115798,6a3,Detached Retirement Living,S01009797,Pollok South and West - 06,8c,Comfortable suburbia,S02001848,Pollok South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214328 +214328,S00115860,6a3,Detached Retirement Living,S01010087,Baillieston West - 05,8b,Ageing suburbanites,S02001900,Baillieston West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214329 +214329,S00115917,6a3,Detached Retirement Living,S01009969,Carmunnock South - 01,5c,Comfortable neighbourhoods,S02001880,Carmunnock South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214330 +214330,S00117461,6a3,Detached Retirement Living,S01009818,Cardonald West and Central - 04,8b,Ageing suburbanites,S02001852,Cardonald West and Central,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214331 +214331,S00117532,6a3,Detached Retirement Living,S01010101,Garrowhill East and Swinton - 02,5a,Ageing urban communities,S02001903,Garrowhill East and Swinton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214332 +214332,S00117618,6a3,Detached Retirement Living,S01010100,Garrowhill East and Swinton - 01,8b,Ageing suburbanites,S02001903,Garrowhill East and Swinton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214333 +214333,S00112302,7b1,Eastern European Communities,S01010297,Woodside - 01,1a,Cosmopolitan student neighbourhoods,S02001938,Woodside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214334 +214334,S00112317,7b1,Eastern European Communities,S01010262,City Centre East - 04,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214335 +214335,S00112335,7b1,Eastern European Communities,S01010270,City Centre West - 05,1a,Cosmopolitan student neighbourhoods,S02001933,City Centre West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214336 +214336,S00112338,7b1,Eastern European Communities,S01010034,Laurieston and Tradeston - 04,1a,Cosmopolitan student neighbourhoods,S02001890,Laurieston and Tradeston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214337 +214337,S00112726,7b1,Eastern European Communities,S01010471,Anniesland West - 02,4d,Hard-pressed flat dwellers,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214338 +214338,S00112813,7b1,Eastern European Communities,S01010478,Blairdardie East - 01,4d,Hard-pressed flat dwellers,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214339 +214339,S00112864,7b1,Eastern European Communities,S01010453,Knightswood East - 04,4d,Hard-pressed flat dwellers,S02001967,Knightswood East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214340 +214340,S00112921,7b1,Eastern European Communities,S01010447,Knightswood West - 01,4d,Hard-pressed flat dwellers,S02001966,Knightswood West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214341 +214341,S00112923,7b1,Eastern European Communities,S01010447,Knightswood West - 01,4d,Hard-pressed flat dwellers,S02001966,Knightswood West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214342 +214342,S00112926,7b1,Eastern European Communities,S01010436,Scotstoun South and West - 05,4d,Hard-pressed flat dwellers,S02001963,Scotstoun South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214343 +214343,S00112938,7b1,Eastern European Communities,S01010430,Scotstoun North and East - 04,1a,Cosmopolitan student neighbourhoods,S02001962,Scotstoun North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214344 +214344,S00112983,7b1,Eastern European Communities,S01010423,Whiteinch - 01,1a,Cosmopolitan student neighbourhoods,S02001961,Whiteinch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214345 +214345,S00112986,7b1,Eastern European Communities,S01010424,Whiteinch - 02,4d,Hard-pressed flat dwellers,S02001961,Whiteinch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214346 +214346,S00112991,7b1,Eastern European Communities,S01010424,Whiteinch - 02,4d,Hard-pressed flat dwellers,S02001961,Whiteinch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214347 +214347,S00112999,7b1,Eastern European Communities,S01010426,Whiteinch - 04,4d,Hard-pressed flat dwellers,S02001961,Whiteinch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214348 +214348,S00113000,7b1,Eastern European Communities,S01010436,Scotstoun South and West - 05,4d,Hard-pressed flat dwellers,S02001963,Scotstoun South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214349 +214349,S00113001,7b1,Eastern European Communities,S01010436,Scotstoun South and West - 05,4d,Hard-pressed flat dwellers,S02001963,Scotstoun South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214350 +214350,S00113003,7b1,Eastern European Communities,S01010436,Scotstoun South and West - 05,4d,Hard-pressed flat dwellers,S02001963,Scotstoun South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214351 +214351,S00117193,7b2,Deprived Neighbourhoods,S01010156,"Cranhill, Lightburn and Queenslie South - 01",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214352 +214352,S00116229,7b2,Deprived Neighbourhoods,S01009975,Glenwood South - 03,4d,Hard-pressed flat dwellers,S02001881,Glenwood South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214353 +214353,S00117209,7b2,Deprived Neighbourhoods,S01010118,North Barlanark and Easterhouse South - 01,4d,Hard-pressed flat dwellers,S02001907,North Barlanark and Easterhouse South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214354 +214354,S00116230,7b2,Deprived Neighbourhoods,S01009977,Glenwood South - 05,4d,Hard-pressed flat dwellers,S02001881,Glenwood South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214355 +214355,S00117210,7b2,Deprived Neighbourhoods,S01010118,North Barlanark and Easterhouse South - 01,4d,Hard-pressed flat dwellers,S02001907,North Barlanark and Easterhouse South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214356 +214356,S00117213,7b2,Deprived Neighbourhoods,S01010128,Barlanark - 06,4d,Hard-pressed flat dwellers,S02001908,Barlanark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214357 +214357,S00117240,7b2,Deprived Neighbourhoods,S01010055,Parkhead West and Barrowfield - 07,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214358 +214358,S00117244,7b2,Deprived Neighbourhoods,S01010053,Parkhead West and Barrowfield - 05,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214359 +214359,S00117246,7b2,Deprived Neighbourhoods,S01010045,Bridgeton - 04,4d,Hard-pressed flat dwellers,S02001892,Bridgeton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214360 +214360,S00117249,7b2,Deprived Neighbourhoods,S01010045,Bridgeton - 04,4d,Hard-pressed flat dwellers,S02001892,Bridgeton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214361 +214361,S00117252,7b2,Deprived Neighbourhoods,S01010046,Dalmarnock - 01,4d,Hard-pressed flat dwellers,S02001893,Dalmarnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214362 +214362,S00117255,7b2,Deprived Neighbourhoods,S01010034,Laurieston and Tradeston - 04,1a,Cosmopolitan student neighbourhoods,S02001890,Laurieston and Tradeston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214363 +214363,S00117288,7b2,Deprived Neighbourhoods,S01009871,Kingston West and Dumbreck - 01,7a,Urban cultural mix,S02001862,Kingston West and Dumbreck,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214364 +214364,S00117315,7b2,Deprived Neighbourhoods,S01010019,Toryglen and Oatlands - 04,4d,Hard-pressed flat dwellers,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214365 +214365,S00117316,7b2,Deprived Neighbourhoods,S01010019,Toryglen and Oatlands - 04,4d,Hard-pressed flat dwellers,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214366 +214366,S00117317,7b2,Deprived Neighbourhoods,S01010018,Toryglen and Oatlands - 03,4d,Hard-pressed flat dwellers,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214367 +214367,S00117318,7b2,Deprived Neighbourhoods,S01010021,Toryglen and Oatlands - 06,7a,Urban cultural mix,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214368 +214368,S00117322,7b2,Deprived Neighbourhoods,S01010021,Toryglen and Oatlands - 06,7a,Urban cultural mix,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214369 +214369,S00117328,7b2,Deprived Neighbourhoods,S01009945,Carnwadric East - 02,4d,Hard-pressed flat dwellers,S02001875,Carnwadric East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214370 +214370,S00117331,7b2,Deprived Neighbourhoods,S01009935,Pollokshaws - 03,4d,Hard-pressed flat dwellers,S02001873,Pollokshaws,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214371 +214371,S00117337,7b2,Deprived Neighbourhoods,S01009936,Pollokshaws - 04,4d,Hard-pressed flat dwellers,S02001873,Pollokshaws,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214372 +214372,S00117381,7b2,Deprived Neighbourhoods,S01009976,Glenwood South - 04,4d,Hard-pressed flat dwellers,S02001881,Glenwood South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214373 +214373,S00117382,7b2,Deprived Neighbourhoods,S01009976,Glenwood South - 04,4d,Hard-pressed flat dwellers,S02001881,Glenwood South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214374 +214374,S00117388,7b2,Deprived Neighbourhoods,S01009987,Castlemilk - 02,4d,Hard-pressed flat dwellers,S02001883,Castlemilk,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214375 +214375,S00117390,7b2,Deprived Neighbourhoods,S01009989,Castlemilk - 04,4d,Hard-pressed flat dwellers,S02001883,Castlemilk,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214376 +214376,S00117393,7b2,Deprived Neighbourhoods,S01009986,Castlemilk - 01,4d,Hard-pressed flat dwellers,S02001883,Castlemilk,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214377 +214377,S00117396,7b2,Deprived Neighbourhoods,S01009984,Glenwood North - 05,4d,Hard-pressed flat dwellers,S02001882,Glenwood North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214378 +214378,S00117397,7b2,Deprived Neighbourhoods,S01009983,Glenwood North - 04,4d,Hard-pressed flat dwellers,S02001882,Glenwood North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214379 +214379,S00116231,7b2,Deprived Neighbourhoods,S01009977,Glenwood South - 05,4d,Hard-pressed flat dwellers,S02001881,Glenwood South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214380 +214380,S00116232,7b2,Deprived Neighbourhoods,S01009977,Glenwood South - 05,4d,Hard-pressed flat dwellers,S02001881,Glenwood South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214381 +214381,S00116237,7b2,Deprived Neighbourhoods,S01009992,Castlemilk - 07,4d,Hard-pressed flat dwellers,S02001883,Castlemilk,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214382 +214382,S00116238,7b2,Deprived Neighbourhoods,S01009992,Castlemilk - 07,4d,Hard-pressed flat dwellers,S02001883,Castlemilk,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214383 +214383,S00116239,7b2,Deprived Neighbourhoods,S01009975,Glenwood South - 03,4d,Hard-pressed flat dwellers,S02001881,Glenwood South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214384 +214384,S00116242,7b2,Deprived Neighbourhoods,S01009978,Glenwood South - 06,4d,Hard-pressed flat dwellers,S02001881,Glenwood South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214385 +214385,S00116246,7b2,Deprived Neighbourhoods,S01009982,Glenwood North - 03,4d,Hard-pressed flat dwellers,S02001882,Glenwood North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214386 +214386,S00116250,7b2,Deprived Neighbourhoods,S01009939,Carnwadric West - 01,6a,Inner city cosmopolitan,S02001874,Carnwadric West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214387 +214387,S00116257,7b2,Deprived Neighbourhoods,S01009859,Ibrox - 01,4d,Hard-pressed flat dwellers,S02001859,Ibrox,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214388 +214388,S00116259,7b2,Deprived Neighbourhoods,S01009860,Ibrox - 02,4d,Hard-pressed flat dwellers,S02001859,Ibrox,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214389 +214389,S00116262,7b2,Deprived Neighbourhoods,S01009844,Govan and Linthouse - 04,6a,Inner city cosmopolitan,S02001856,Govan and Linthouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214390 +214390,S00116266,7b2,Deprived Neighbourhoods,S01009835,Drumoyne and Shieldhall - 03,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214391 +214391,S00116280,7b2,Deprived Neighbourhoods,S01009815,Cardonald West and Central - 01,4d,Hard-pressed flat dwellers,S02001852,Cardonald West and Central,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214392 +214392,S00116295,7b2,Deprived Neighbourhoods,S01009768,Darnley West - 01,4d,Hard-pressed flat dwellers,S02001844,Darnley West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214393 +214393,S00116308,7b2,Deprived Neighbourhoods,S01009764,Darnley North - 01,4d,Hard-pressed flat dwellers,S02001843,Darnley North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214394 +214394,S00116310,7b2,Deprived Neighbourhoods,S01009776,Nitshill - 02,4d,Hard-pressed flat dwellers,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214395 +214395,S00116405,7b2,Deprived Neighbourhoods,S01010394,Partick - 02,1a,Cosmopolitan student neighbourhoods,S02001955,Partick,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214396 +214396,S00116406,7b2,Deprived Neighbourhoods,S01010394,Partick - 02,1a,Cosmopolitan student neighbourhoods,S02001955,Partick,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214397 +214397,S00116415,7b2,Deprived Neighbourhoods,S01010455,Knightswood Park West - 01,4d,Hard-pressed flat dwellers,S02001968,Knightswood Park West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214398 +214398,S00116416,7b2,Deprived Neighbourhoods,S01010455,Knightswood Park West - 01,4d,Hard-pressed flat dwellers,S02001968,Knightswood Park West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214399 +214399,S00116429,7b2,Deprived Neighbourhoods,S01010361,Wyndford - 04,6a,Inner city cosmopolitan,S02001949,Wyndford,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214400 +214400,S00116503,7b1,Eastern European Communities,S01010162,"Cranhill, Lightburn and Queenslie South - 07",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214401 +214401,S00113353,7b3,Endeavouring Flat Dwellers,S01010212,Springburn - 04,4d,Hard-pressed flat dwellers,S02001922,Springburn,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214402 +214402,S00116505,7b1,Eastern European Communities,S01010129,Barlanark - 07,4d,Hard-pressed flat dwellers,S02001908,Barlanark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214403 +214403,S00116507,7b1,Eastern European Communities,S01010128,Barlanark - 06,4d,Hard-pressed flat dwellers,S02001908,Barlanark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214404 +214404,S00115230,7b1,Eastern European Communities,S01009760,Darnley East - 03,4d,Hard-pressed flat dwellers,S02001842,Darnley East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214405 +214405,S00113369,7b3,Endeavouring Flat Dwellers,S01010229,"Roystonhill, Blochairn, and Provanmill - 02",4d,Hard-pressed flat dwellers,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214406 +214406,S00113637,7b3,Endeavouring Flat Dwellers,S01010341,Summerston Central and West - 02,4a,Challenged white communities,S02001945,Summerston Central and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214407 +214407,S00116508,7b1,Eastern European Communities,S01010128,Barlanark - 06,4d,Hard-pressed flat dwellers,S02001908,Barlanark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214408 +214408,S00113383,7b3,Endeavouring Flat Dwellers,S01010228,"Roystonhill, Blochairn, and Provanmill - 01",4d,Hard-pressed flat dwellers,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214409 +214409,S00112988,7b3,Endeavouring Flat Dwellers,S01010422,Victoria Park - 03,3d,Households in terraces and flats,S02001960,Victoria Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214410 +214410,S00114205,7b1,Eastern European Communities,S01010162,"Cranhill, Lightburn and Queenslie South - 07",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214411 +214411,S00115232,7b1,Eastern European Communities,S01009760,Darnley East - 03,4d,Hard-pressed flat dwellers,S02001842,Darnley East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214412 +214412,S00113638,7b3,Endeavouring Flat Dwellers,S01010348,Summerston North - 03,4d,Hard-pressed flat dwellers,S02001946,Summerston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214413 +214413,S00116524,7b1,Eastern European Communities,S01010019,Toryglen and Oatlands - 04,4d,Hard-pressed flat dwellers,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214414 +214414,S00113384,7b3,Endeavouring Flat Dwellers,S01010228,"Roystonhill, Blochairn, and Provanmill - 01",4d,Hard-pressed flat dwellers,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214415 +214415,S00116528,7b1,Eastern European Communities,S01009933,Pollokshaws - 01,6a,Inner city cosmopolitan,S02001873,Pollokshaws,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214416 +214416,S00112990,7b3,Endeavouring Flat Dwellers,S01010424,Whiteinch - 02,4d,Hard-pressed flat dwellers,S02001961,Whiteinch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214417 +214417,S00114219,7b1,Eastern European Communities,S01010123,Barlanark - 01,4d,Hard-pressed flat dwellers,S02001908,Barlanark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214418 +214418,S00115233,7b1,Eastern European Communities,S01009759,Darnley East - 02,4d,Hard-pressed flat dwellers,S02001842,Darnley East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214419 +214419,S00113652,7b3,Endeavouring Flat Dwellers,S01010055,Parkhead West and Barrowfield - 07,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214420 +214420,S00113390,7b3,Endeavouring Flat Dwellers,S01010213,Springburn - 05,4d,Hard-pressed flat dwellers,S02001922,Springburn,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214421 +214421,S00116540,7b1,Eastern European Communities,S01009859,Ibrox - 01,4d,Hard-pressed flat dwellers,S02001859,Ibrox,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214422 +214422,S00112996,7b3,Endeavouring Flat Dwellers,S01010425,Whiteinch - 03,4d,Hard-pressed flat dwellers,S02001961,Whiteinch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214423 +214423,S00114223,7b1,Eastern European Communities,S01010121,North Barlanark and Easterhouse South - 04,4d,Hard-pressed flat dwellers,S02001907,North Barlanark and Easterhouse South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214424 +214424,S00115234,7b1,Eastern European Communities,S01009759,Darnley East - 02,4d,Hard-pressed flat dwellers,S02001842,Darnley East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214425 +214425,S00113662,7b3,Endeavouring Flat Dwellers,S01010244,Carntyne West and Haghill - 03,1a,Cosmopolitan student neighbourhoods,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214426 +214426,S00113665,7b3,Endeavouring Flat Dwellers,S01010256,Gallowgate North and Bellgrove - 03,4d,Hard-pressed flat dwellers,S02001931,Gallowgate North and Bellgrove,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214427 +214427,S00113669,7b3,Endeavouring Flat Dwellers,S01010255,Gallowgate North and Bellgrove - 02,1a,Cosmopolitan student neighbourhoods,S02001931,Gallowgate North and Bellgrove,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214428 +214428,S00113673,7b3,Endeavouring Flat Dwellers,S01010256,Gallowgate North and Bellgrove - 03,4d,Hard-pressed flat dwellers,S02001931,Gallowgate North and Bellgrove,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214429 +214429,S00113680,7b3,Endeavouring Flat Dwellers,S01010253,Dennistoun - 06,1a,Cosmopolitan student neighbourhoods,S02001930,Dennistoun,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214430 +214430,S00113683,7b3,Endeavouring Flat Dwellers,S01010253,Dennistoun - 06,1a,Cosmopolitan student neighbourhoods,S02001930,Dennistoun,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214431 +214431,S00113685,7b3,Endeavouring Flat Dwellers,S01010252,Dennistoun - 05,1a,Cosmopolitan student neighbourhoods,S02001930,Dennistoun,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214432 +214432,S00113704,7b3,Endeavouring Flat Dwellers,S01010248,Dennistoun - 01,1a,Cosmopolitan student neighbourhoods,S02001930,Dennistoun,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214433 +214433,S00113716,7b3,Endeavouring Flat Dwellers,S01010237,Dennistoun North - 04,1a,Cosmopolitan student neighbourhoods,S02001927,Dennistoun North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214434 +214434,S00113745,7b3,Endeavouring Flat Dwellers,S01010240,Alexandra Parade - 02,1a,Cosmopolitan student neighbourhoods,S02001928,Alexandra Parade,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214435 +214435,S00113746,7b3,Endeavouring Flat Dwellers,S01010240,Alexandra Parade - 02,1a,Cosmopolitan student neighbourhoods,S02001928,Alexandra Parade,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214436 +214436,S00113752,7b3,Endeavouring Flat Dwellers,S01010240,Alexandra Parade - 02,1a,Cosmopolitan student neighbourhoods,S02001928,Alexandra Parade,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214437 +214437,S00113760,7b3,Endeavouring Flat Dwellers,S01010241,Alexandra Parade - 03,1a,Cosmopolitan student neighbourhoods,S02001928,Alexandra Parade,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214438 +214438,S00113768,7b3,Endeavouring Flat Dwellers,S01010068,Braidfauld - 08,7a,Urban cultural mix,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214439 +214439,S00113771,7b3,Endeavouring Flat Dwellers,S01010050,Parkhead West and Barrowfield - 02,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214440 +214440,S00113803,7b3,Endeavouring Flat Dwellers,S01010060,Parkhead East and Braidfauld North - 05,4d,Hard-pressed flat dwellers,S02001895,Parkhead East and Braidfauld North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214441 +214441,S00113805,7b3,Endeavouring Flat Dwellers,S01010057,Parkhead East and Braidfauld North - 02,4d,Hard-pressed flat dwellers,S02001895,Parkhead East and Braidfauld North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214442 +214442,S00113821,7b3,Endeavouring Flat Dwellers,S01010150,Old Shettleston and Parkhead North - 04,4d,Hard-pressed flat dwellers,S02001912,Old Shettleston and Parkhead North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214443 +214443,S00113831,7b3,Endeavouring Flat Dwellers,S01010148,Old Shettleston and Parkhead North - 02,4d,Hard-pressed flat dwellers,S02001912,Old Shettleston and Parkhead North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214444 +214444,S00113832,7b3,Endeavouring Flat Dwellers,S01010148,Old Shettleston and Parkhead North - 02,4d,Hard-pressed flat dwellers,S02001912,Old Shettleston and Parkhead North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214445 +214445,S00113842,7b3,Endeavouring Flat Dwellers,S01010154,Carntyne - 03,4d,Hard-pressed flat dwellers,S02001913,Carntyne,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214446 +214446,S00113852,7b3,Endeavouring Flat Dwellers,S01010151,Old Shettleston and Parkhead North - 05,4d,Hard-pressed flat dwellers,S02001912,Old Shettleston and Parkhead North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214447 +214447,S00113861,7b3,Endeavouring Flat Dwellers,S01010158,"Cranhill, Lightburn and Queenslie South - 03",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214448 +214448,S00113886,7b3,Endeavouring Flat Dwellers,S01010143,Tollcross - 02,4d,Hard-pressed flat dwellers,S02001911,Tollcross,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214449 +214449,S00113899,7b3,Endeavouring Flat Dwellers,S01010142,Tollcross - 01,4d,Hard-pressed flat dwellers,S02001911,Tollcross,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214450 +214450,S00113902,7b3,Endeavouring Flat Dwellers,S01010147,Old Shettleston and Parkhead North - 01,4d,Hard-pressed flat dwellers,S02001912,Old Shettleston and Parkhead North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214451 +214451,S00113927,7b3,Endeavouring Flat Dwellers,S01010144,Tollcross - 03,4d,Hard-pressed flat dwellers,S02001911,Tollcross,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214452 +214452,S00113931,7b3,Endeavouring Flat Dwellers,S01010064,Braidfauld - 04,4d,Hard-pressed flat dwellers,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214453 +214453,S00113934,7b3,Endeavouring Flat Dwellers,S01010065,Braidfauld - 05,4d,Hard-pressed flat dwellers,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214454 +214454,S00113959,7b3,Endeavouring Flat Dwellers,S01010063,Braidfauld - 03,4d,Hard-pressed flat dwellers,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214455 +214455,S00113964,7b3,Endeavouring Flat Dwellers,S01010061,Braidfauld - 01,4d,Hard-pressed flat dwellers,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214456 +214456,S00114003,7b3,Endeavouring Flat Dwellers,S01010137,Shettleston North - 01,4d,Hard-pressed flat dwellers,S02001910,Shettleston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214457 +214457,S00114009,7b3,Endeavouring Flat Dwellers,S01010139,Shettleston North - 03,4d,Hard-pressed flat dwellers,S02001910,Shettleston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214458 +214458,S00114012,7b3,Endeavouring Flat Dwellers,S01010137,Shettleston North - 01,4d,Hard-pressed flat dwellers,S02001910,Shettleston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214459 +214459,S00114013,7b3,Endeavouring Flat Dwellers,S01010137,Shettleston North - 01,4d,Hard-pressed flat dwellers,S02001910,Shettleston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214460 +214460,S00114014,7b3,Endeavouring Flat Dwellers,S01010137,Shettleston North - 01,4d,Hard-pressed flat dwellers,S02001910,Shettleston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214461 +214461,S00114015,7b3,Endeavouring Flat Dwellers,S01010137,Shettleston North - 01,4d,Hard-pressed flat dwellers,S02001910,Shettleston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214462 +214462,S00114043,7b3,Endeavouring Flat Dwellers,S01010140,Shettleston North - 04,4d,Hard-pressed flat dwellers,S02001910,Shettleston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214463 +214463,S00114045,7b3,Endeavouring Flat Dwellers,S01010134,Greenfield - 04,4d,Hard-pressed flat dwellers,S02001909,Greenfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214464 +214464,S00114046,7b3,Endeavouring Flat Dwellers,S01010134,Greenfield - 04,4d,Hard-pressed flat dwellers,S02001909,Greenfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214465 +214465,S00114103,7b3,Endeavouring Flat Dwellers,S01010183,Blackhill and Barmulloch East - 05,4d,Hard-pressed flat dwellers,S02001917,Blackhill and Barmulloch East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214466 +214466,S00114116,7b3,Endeavouring Flat Dwellers,S01010152,Carntyne - 01,4d,Hard-pressed flat dwellers,S02001913,Carntyne,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214467 +214467,S00114120,7b3,Endeavouring Flat Dwellers,S01010152,Carntyne - 01,4d,Hard-pressed flat dwellers,S02001913,Carntyne,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214468 +214468,S00114123,7b3,Endeavouring Flat Dwellers,S01010152,Carntyne - 01,4d,Hard-pressed flat dwellers,S02001913,Carntyne,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214469 +214469,S00114124,7b3,Endeavouring Flat Dwellers,S01010172,Riddrie and Hogganfield - 01,4d,Hard-pressed flat dwellers,S02001916,Riddrie and Hogganfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214470 +214470,S00114126,7b3,Endeavouring Flat Dwellers,S01010172,Riddrie and Hogganfield - 01,4d,Hard-pressed flat dwellers,S02001916,Riddrie and Hogganfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214471 +214471,S00114127,7b3,Endeavouring Flat Dwellers,S01010172,Riddrie and Hogganfield - 01,4d,Hard-pressed flat dwellers,S02001916,Riddrie and Hogganfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214472 +214472,S00112275,7b3,Endeavouring Flat Dwellers,S01010277,Anderston - 02,1a,Cosmopolitan student neighbourhoods,S02001935,Anderston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214473 +214473,S00113762,7b1,Eastern European Communities,S01010239,Alexandra Parade - 01,4d,Hard-pressed flat dwellers,S02001928,Alexandra Parade,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214474 +214474,S00116706,7b1,Eastern European Communities,S01010024,Gorbals and Hutchesontown - 02,1a,Cosmopolitan student neighbourhoods,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214475 +214475,S00113426,7b3,Endeavouring Flat Dwellers,S01010196,Balornock - 03,4d,Hard-pressed flat dwellers,S02001919,Balornock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214476 +214476,S00113008,7b3,Endeavouring Flat Dwellers,S01010432,Scotstoun South and West - 01,1a,Cosmopolitan student neighbourhoods,S02001963,Scotstoun South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214477 +214477,S00113763,7b1,Eastern European Communities,S01010239,Alexandra Parade - 01,4d,Hard-pressed flat dwellers,S02001928,Alexandra Parade,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214478 +214478,S00115235,7b1,Eastern European Communities,S01009760,Darnley East - 03,4d,Hard-pressed flat dwellers,S02001842,Darnley East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214479 +214479,S00114232,7b1,Eastern European Communities,S01010125,Barlanark - 03,4d,Hard-pressed flat dwellers,S02001908,Barlanark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214480 +214480,S00116749,7b1,Eastern European Communities,S01010394,Partick - 02,1a,Cosmopolitan student neighbourhoods,S02001955,Partick,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214481 +214481,S00116794,7b1,Eastern European Communities,S01010469,Anniesland East - 05,1a,Cosmopolitan student neighbourhoods,S02001970,Anniesland East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214482 +214482,S00116831,7b1,Eastern European Communities,S01010451,Knightswood East - 02,4d,Hard-pressed flat dwellers,S02001967,Knightswood East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214483 +214483,S00116836,7b1,Eastern European Communities,S01010458,Knightswood Park West - 04,4d,Hard-pressed flat dwellers,S02001968,Knightswood Park West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214484 +214484,S00116881,7b1,Eastern European Communities,S01010426,Whiteinch - 04,4d,Hard-pressed flat dwellers,S02001961,Whiteinch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214485 +214485,S00116885,7b1,Eastern European Communities,S01010442,Yoker South - 06,4d,Hard-pressed flat dwellers,S02001964,Yoker South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214486 +214486,S00116887,7b1,Eastern European Communities,S01010439,Yoker South - 03,1a,Cosmopolitan student neighbourhoods,S02001964,Yoker South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214487 +214487,S00116890,7b1,Eastern European Communities,S01010439,Yoker South - 03,1a,Cosmopolitan student neighbourhoods,S02001964,Yoker South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214488 +214488,S00116899,7b1,Eastern European Communities,S01010439,Yoker South - 03,1a,Cosmopolitan student neighbourhoods,S02001964,Yoker South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214489 +214489,S00116923,7b1,Eastern European Communities,S01010501,Drumry West - 02,4d,Hard-pressed flat dwellers,S02001977,Drumry West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214490 +214490,S00116954,7b1,Eastern European Communities,S01010320,Ruchill - 06,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214491 +214491,S00116978,7b1,Eastern European Communities,S01010352,Maryhill East - 03,4d,Hard-pressed flat dwellers,S02001947,Maryhill East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214492 +214492,S00116981,7b1,Eastern European Communities,S01010352,Maryhill East - 03,4d,Hard-pressed flat dwellers,S02001947,Maryhill East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214493 +214493,S00117063,7b1,Eastern European Communities,S01010310,Keppochhill - 02,7a,Urban cultural mix,S02001940,Keppochhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214494 +214494,S00117066,7b1,Eastern European Communities,S01010311,Keppochhill - 03,4d,Hard-pressed flat dwellers,S02001940,Keppochhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214495 +214495,S00117084,7b1,Eastern European Communities,S01010340,Summerston Central and West - 01,4d,Hard-pressed flat dwellers,S02001945,Summerston Central and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214496 +214496,S00117112,7b1,Eastern European Communities,S01010238,Dennistoun North - 05,1a,Cosmopolitan student neighbourhoods,S02001927,Dennistoun North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214497 +214497,S00112316,7b3,Endeavouring Flat Dwellers,S01010262,City Centre East - 04,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214498 +214498,S00117120,7b1,Eastern European Communities,S01010060,Parkhead East and Braidfauld North - 05,4d,Hard-pressed flat dwellers,S02001895,Parkhead East and Braidfauld North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214499 +214499,S00117122,7b1,Eastern European Communities,S01010060,Parkhead East and Braidfauld North - 05,4d,Hard-pressed flat dwellers,S02001895,Parkhead East and Braidfauld North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214500 +214500,S00117123,7b1,Eastern European Communities,S01010060,Parkhead East and Braidfauld North - 05,4d,Hard-pressed flat dwellers,S02001895,Parkhead East and Braidfauld North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214501 +214501,S00117127,7b1,Eastern European Communities,S01010052,Parkhead West and Barrowfield - 04,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214502 +214502,S00117135,7b1,Eastern European Communities,S01010144,Tollcross - 03,4d,Hard-pressed flat dwellers,S02001911,Tollcross,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214503 +214503,S00117140,7b1,Eastern European Communities,S01010139,Shettleston North - 03,4d,Hard-pressed flat dwellers,S02001910,Shettleston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214504 +214504,S00117141,7b1,Eastern European Communities,S01010141,Shettleston North - 05,4d,Hard-pressed flat dwellers,S02001910,Shettleston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214505 +214505,S00117145,7b1,Eastern European Communities,S01010140,Shettleston North - 04,4d,Hard-pressed flat dwellers,S02001910,Shettleston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214506 +214506,S00117147,7b1,Eastern European Communities,S01010147,Old Shettleston and Parkhead North - 01,4d,Hard-pressed flat dwellers,S02001912,Old Shettleston and Parkhead North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214507 +214507,S00117157,7b1,Eastern European Communities,S01010064,Braidfauld - 04,4d,Hard-pressed flat dwellers,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214508 +214508,S00117205,7b1,Eastern European Communities,S01010160,"Cranhill, Lightburn and Queenslie South - 05",7a,Urban cultural mix,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214509 +214509,S00117206,7b1,Eastern European Communities,S01010160,"Cranhill, Lightburn and Queenslie South - 05",7a,Urban cultural mix,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214510 +214510,S00117207,7b1,Eastern European Communities,S01010123,Barlanark - 01,4d,Hard-pressed flat dwellers,S02001908,Barlanark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214511 +214511,S00117208,7b1,Eastern European Communities,S01010123,Barlanark - 01,4d,Hard-pressed flat dwellers,S02001908,Barlanark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214512 +214512,S00117251,7b1,Eastern European Communities,S01010047,Dalmarnock - 02,4d,Hard-pressed flat dwellers,S02001893,Dalmarnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214513 +214513,S00117389,7b1,Eastern European Communities,S01009987,Castlemilk - 02,4d,Hard-pressed flat dwellers,S02001883,Castlemilk,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214514 +214514,S00117400,7b1,Eastern European Communities,S01009983,Glenwood North - 04,4d,Hard-pressed flat dwellers,S02001882,Glenwood North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214515 +214515,S00117403,7b1,Eastern European Communities,S01009984,Glenwood North - 05,4d,Hard-pressed flat dwellers,S02001882,Glenwood North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214516 +214516,S00117411,7b1,Eastern European Communities,S01009759,Darnley East - 02,4d,Hard-pressed flat dwellers,S02001842,Darnley East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214517 +214517,S00117430,7b1,Eastern European Communities,S01009873,Kingston West and Dumbreck - 03,3d,Households in terraces and flats,S02001862,Kingston West and Dumbreck,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214518 +214518,S00117460,7b1,Eastern European Communities,S01009847,Govan and Linthouse - 07,4d,Hard-pressed flat dwellers,S02001856,Govan and Linthouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214519 +214519,S00117477,7b1,Eastern European Communities,S01009825,Penilee - 04,4d,Hard-pressed flat dwellers,S02001853,Penilee,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214520 +214520,S00117484,7b1,Eastern European Communities,S01009802,Pollok North and East - 04,4d,Hard-pressed flat dwellers,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214521 +214521,S00117527,7b1,Eastern European Communities,S01010089,Baillieston East - 02,4d,Hard-pressed flat dwellers,S02001901,Baillieston East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214522 +214522,S00112265,7b3,Endeavouring Flat Dwellers,S01010278,Anderston - 03,1a,Cosmopolitan student neighbourhoods,S02001935,Anderston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214523 +214523,S00113436,7b3,Endeavouring Flat Dwellers,S01010200,Barmulloch - 02,4a,Challenged white communities,S02001920,Barmulloch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214524 +214524,S00114233,7b1,Eastern European Communities,S01010129,Barlanark - 07,4d,Hard-pressed flat dwellers,S02001908,Barlanark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214525 +214525,S00113446,7b3,Endeavouring Flat Dwellers,S01010202,Barmulloch - 04,4d,Hard-pressed flat dwellers,S02001920,Barmulloch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214526 +214526,S00113774,7b1,Eastern European Communities,S01010050,Parkhead West and Barrowfield - 02,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214527 +214527,S00113009,7b3,Endeavouring Flat Dwellers,S01010432,Scotstoun South and West - 01,1a,Cosmopolitan student neighbourhoods,S02001963,Scotstoun South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214528 +214528,S00115238,7b1,Eastern European Communities,S01009759,Darnley East - 02,4d,Hard-pressed flat dwellers,S02001842,Darnley East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214529 +214529,S00114261,7b1,Eastern European Communities,S01010170,Craigend and Ruchazie - 06,4d,Hard-pressed flat dwellers,S02001915,Craigend and Ruchazie,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214530 +214530,S00113448,7b3,Endeavouring Flat Dwellers,S01010225,Sighthill - 01,7a,Urban cultural mix,S02001925,Sighthill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214531 +214531,S00113781,7b1,Eastern European Communities,S01010052,Parkhead West and Barrowfield - 04,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214532 +214532,S00113010,7b3,Endeavouring Flat Dwellers,S01010432,Scotstoun South and West - 01,1a,Cosmopolitan student neighbourhoods,S02001963,Scotstoun South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214533 +214533,S00113453,7b3,Endeavouring Flat Dwellers,S01010210,Springburn - 02,4d,Hard-pressed flat dwellers,S02001922,Springburn,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214534 +214534,S00112339,7b3,Endeavouring Flat Dwellers,S01010034,Laurieston and Tradeston - 04,1a,Cosmopolitan student neighbourhoods,S02001890,Laurieston and Tradeston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214535 +214535,S00115240,7b1,Eastern European Communities,S01009759,Darnley East - 02,4d,Hard-pressed flat dwellers,S02001842,Darnley East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214536 +214536,S00113011,7b3,Endeavouring Flat Dwellers,S01010432,Scotstoun South and West - 01,1a,Cosmopolitan student neighbourhoods,S02001963,Scotstoun South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214537 +214537,S00113782,7b1,Eastern European Communities,S01010052,Parkhead West and Barrowfield - 04,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214538 +214538,S00113454,7b3,Endeavouring Flat Dwellers,S01010210,Springburn - 02,4d,Hard-pressed flat dwellers,S02001922,Springburn,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214539 +214539,S00112341,7b3,Endeavouring Flat Dwellers,S01010034,Laurieston and Tradeston - 04,1a,Cosmopolitan student neighbourhoods,S02001890,Laurieston and Tradeston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214540 +214540,S00114262,7b1,Eastern European Communities,S01010170,Craigend and Ruchazie - 06,4d,Hard-pressed flat dwellers,S02001915,Craigend and Ruchazie,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214541 +214541,S00115253,7b1,Eastern European Communities,S01009943,Carnwadric West - 05,4d,Hard-pressed flat dwellers,S02001874,Carnwadric West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214542 +214542,S00113012,7b3,Endeavouring Flat Dwellers,S01010432,Scotstoun South and West - 01,1a,Cosmopolitan student neighbourhoods,S02001963,Scotstoun South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214543 +214543,S00113459,7b3,Endeavouring Flat Dwellers,S01010211,Springburn - 03,4d,Hard-pressed flat dwellers,S02001922,Springburn,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214544 +214544,S00113465,7b3,Endeavouring Flat Dwellers,S01010213,Springburn - 05,4d,Hard-pressed flat dwellers,S02001922,Springburn,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214545 +214545,S00113469,7b3,Endeavouring Flat Dwellers,S01010213,Springburn - 05,4d,Hard-pressed flat dwellers,S02001922,Springburn,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214546 +214546,S00113470,7b3,Endeavouring Flat Dwellers,S01010213,Springburn - 05,4d,Hard-pressed flat dwellers,S02001922,Springburn,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214547 +214547,S00113471,7b3,Endeavouring Flat Dwellers,S01010211,Springburn - 03,4d,Hard-pressed flat dwellers,S02001922,Springburn,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214548 +214548,S00113473,7b3,Endeavouring Flat Dwellers,S01010213,Springburn - 05,4d,Hard-pressed flat dwellers,S02001922,Springburn,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214549 +214549,S00113475,7b3,Endeavouring Flat Dwellers,S01010211,Springburn - 03,4d,Hard-pressed flat dwellers,S02001922,Springburn,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214550 +214550,S00113477,7b3,Endeavouring Flat Dwellers,S01010204,Petershill - 02,4d,Hard-pressed flat dwellers,S02001921,Petershill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214551 +214551,S00113478,7b3,Endeavouring Flat Dwellers,S01010205,Petershill - 03,4d,Hard-pressed flat dwellers,S02001921,Petershill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214552 +214552,S00113479,7b3,Endeavouring Flat Dwellers,S01010205,Petershill - 03,4d,Hard-pressed flat dwellers,S02001921,Petershill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214553 +214553,S00113482,7b3,Endeavouring Flat Dwellers,S01010205,Petershill - 03,4d,Hard-pressed flat dwellers,S02001921,Petershill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214554 +214554,S00113484,7b3,Endeavouring Flat Dwellers,S01010205,Petershill - 03,4d,Hard-pressed flat dwellers,S02001921,Petershill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214555 +214555,S00113487,7b3,Endeavouring Flat Dwellers,S01010204,Petershill - 02,4d,Hard-pressed flat dwellers,S02001921,Petershill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214556 +214556,S00113491,7b3,Endeavouring Flat Dwellers,S01010309,Keppochhill - 01,4d,Hard-pressed flat dwellers,S02001940,Keppochhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214557 +214557,S00113493,7b3,Endeavouring Flat Dwellers,S01010309,Keppochhill - 01,4d,Hard-pressed flat dwellers,S02001940,Keppochhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214558 +214558,S00113498,7b3,Endeavouring Flat Dwellers,S01010311,Keppochhill - 03,4d,Hard-pressed flat dwellers,S02001940,Keppochhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214559 +214559,S00113499,7b3,Endeavouring Flat Dwellers,S01010311,Keppochhill - 03,4d,Hard-pressed flat dwellers,S02001940,Keppochhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214560 +214560,S00113532,7b3,Endeavouring Flat Dwellers,S01010218,Springburn East and Cowlairs - 05,4d,Hard-pressed flat dwellers,S02001923,Springburn East and Cowlairs,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214561 +214561,S00113537,7b3,Endeavouring Flat Dwellers,S01010215,Springburn East and Cowlairs - 02,4d,Hard-pressed flat dwellers,S02001923,Springburn East and Cowlairs,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214562 +214562,S00113539,7b3,Endeavouring Flat Dwellers,S01010324,Possil Park - 02,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214563 +214563,S00113545,7b3,Endeavouring Flat Dwellers,S01010325,Possil Park - 03,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214564 +214564,S00113549,7b3,Endeavouring Flat Dwellers,S01010331,Milton West - 02,4d,Hard-pressed flat dwellers,S02001943,Milton West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214565 +214565,S00113551,7b3,Endeavouring Flat Dwellers,S01010331,Milton West - 02,4d,Hard-pressed flat dwellers,S02001943,Milton West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214566 +214566,S00113552,7b3,Endeavouring Flat Dwellers,S01010325,Possil Park - 03,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214567 +214567,S00113555,7b3,Endeavouring Flat Dwellers,S01010331,Milton West - 02,4d,Hard-pressed flat dwellers,S02001943,Milton West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214568 +214568,S00113556,7b3,Endeavouring Flat Dwellers,S01010331,Milton West - 02,4d,Hard-pressed flat dwellers,S02001943,Milton West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214569 +214569,S00113559,7b3,Endeavouring Flat Dwellers,S01010333,Milton West - 04,4d,Hard-pressed flat dwellers,S02001943,Milton West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214570 +214570,S00113560,7b3,Endeavouring Flat Dwellers,S01010333,Milton West - 04,4d,Hard-pressed flat dwellers,S02001943,Milton West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214571 +214571,S00113562,7b3,Endeavouring Flat Dwellers,S01010333,Milton West - 04,4d,Hard-pressed flat dwellers,S02001943,Milton West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214572 +214572,S00113609,7b3,Endeavouring Flat Dwellers,S01010350,Maryhill East - 01,4d,Hard-pressed flat dwellers,S02001947,Maryhill East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214573 +214573,S00113610,7b3,Endeavouring Flat Dwellers,S01010350,Maryhill East - 01,4d,Hard-pressed flat dwellers,S02001947,Maryhill East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214574 +214574,S00113614,7b3,Endeavouring Flat Dwellers,S01010350,Maryhill East - 01,4d,Hard-pressed flat dwellers,S02001947,Maryhill East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214575 +214575,S00113624,7b3,Endeavouring Flat Dwellers,S01010349,Summerston North - 04,4d,Hard-pressed flat dwellers,S02001946,Summerston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214576 +214576,S00113626,7b3,Endeavouring Flat Dwellers,S01010349,Summerston North - 04,4d,Hard-pressed flat dwellers,S02001946,Summerston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214577 +214577,S00113628,7b3,Endeavouring Flat Dwellers,S01010347,Summerston North - 02,1a,Cosmopolitan student neighbourhoods,S02001946,Summerston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214578 +214578,S00113631,7b3,Endeavouring Flat Dwellers,S01010348,Summerston North - 03,4d,Hard-pressed flat dwellers,S02001946,Summerston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214579 +214579,S00113633,7b3,Endeavouring Flat Dwellers,S01010348,Summerston North - 03,4d,Hard-pressed flat dwellers,S02001946,Summerston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214580 +214580,S00113635,7b3,Endeavouring Flat Dwellers,S01010348,Summerston North - 03,4d,Hard-pressed flat dwellers,S02001946,Summerston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214581 +214581,S00113636,7b3,Endeavouring Flat Dwellers,S01010348,Summerston North - 03,4d,Hard-pressed flat dwellers,S02001946,Summerston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214582 +214582,S00112342,7b3,Endeavouring Flat Dwellers,S01010035,Laurieston and Tradeston - 05,6a,Inner city cosmopolitan,S02001890,Laurieston and Tradeston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214583 +214583,S00113017,7b3,Endeavouring Flat Dwellers,S01010441,Yoker South - 05,4d,Hard-pressed flat dwellers,S02001964,Yoker South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214584 +214584,S00113784,7b1,Eastern European Communities,S01010051,Parkhead West and Barrowfield - 03,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214585 +214585,S00115314,7b1,Eastern European Communities,S01009861,Ibrox - 03,1a,Cosmopolitan student neighbourhoods,S02001859,Ibrox,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214586 +214586,S00112347,7b3,Endeavouring Flat Dwellers,S01010022,Toryglen and Oatlands - 07,4d,Hard-pressed flat dwellers,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214587 +214587,S00113018,7b3,Endeavouring Flat Dwellers,S01010441,Yoker South - 05,4d,Hard-pressed flat dwellers,S02001964,Yoker South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214588 +214588,S00113786,7b1,Eastern European Communities,S01010050,Parkhead West and Barrowfield - 02,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214589 +214589,S00113787,7b1,Eastern European Communities,S01010051,Parkhead West and Barrowfield - 03,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214590 +214590,S00113788,7b1,Eastern European Communities,S01010051,Parkhead West and Barrowfield - 03,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214591 +214591,S00114281,7b1,Eastern European Communities,S01010112,Central Easterhouse - 03,4d,Hard-pressed flat dwellers,S02001905,Central Easterhouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214592 +214592,S00113793,7b1,Eastern European Communities,S01010067,Braidfauld - 07,4d,Hard-pressed flat dwellers,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214593 +214593,S00113040,7b3,Endeavouring Flat Dwellers,S01010455,Knightswood Park West - 01,4d,Hard-pressed flat dwellers,S02001968,Knightswood Park West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214594 +214594,S00113794,7b1,Eastern European Communities,S01010066,Braidfauld - 06,4d,Hard-pressed flat dwellers,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214595 +214595,S00114293,7b1,Eastern European Communities,S01010110,Central Easterhouse - 01,4d,Hard-pressed flat dwellers,S02001905,Central Easterhouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214596 +214596,S00112351,7b3,Endeavouring Flat Dwellers,S01010029,Gorbals and Hutchesontown - 07,4d,Hard-pressed flat dwellers,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214597 +214597,S00115316,7b1,Eastern European Communities,S01009861,Ibrox - 03,1a,Cosmopolitan student neighbourhoods,S02001859,Ibrox,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214598 +214598,S00113041,7b3,Endeavouring Flat Dwellers,S01010455,Knightswood Park West - 01,4d,Hard-pressed flat dwellers,S02001968,Knightswood Park West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214599 +214599,S00113797,7b1,Eastern European Communities,S01010058,Parkhead East and Braidfauld North - 03,4d,Hard-pressed flat dwellers,S02001895,Parkhead East and Braidfauld North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214600 +214600,S00114299,7b1,Eastern European Communities,S01010113,"Garthamlock, Auchinlea and Gartloch - 01",4d,Hard-pressed flat dwellers,S02001906,"Garthamlock, Auchinlea and Gartloch",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214601 +214601,S00112352,7b3,Endeavouring Flat Dwellers,S01010029,Gorbals and Hutchesontown - 07,4d,Hard-pressed flat dwellers,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214602 +214602,S00115317,7b1,Eastern European Communities,S01009861,Ibrox - 03,1a,Cosmopolitan student neighbourhoods,S02001859,Ibrox,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214603 +214603,S00112353,7b3,Endeavouring Flat Dwellers,S01010029,Gorbals and Hutchesontown - 07,4d,Hard-pressed flat dwellers,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214604 +214604,S00113042,7b3,Endeavouring Flat Dwellers,S01010455,Knightswood Park West - 01,4d,Hard-pressed flat dwellers,S02001968,Knightswood Park West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214605 +214605,S00114302,7b1,Eastern European Communities,S01010114,"Garthamlock, Auchinlea and Gartloch - 02",4d,Hard-pressed flat dwellers,S02001906,"Garthamlock, Auchinlea and Gartloch",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214606 +214606,S00115323,7b1,Eastern European Communities,S01009860,Ibrox - 02,4d,Hard-pressed flat dwellers,S02001859,Ibrox,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214607 +214607,S00113798,7b1,Eastern European Communities,S01010049,Parkhead West and Barrowfield - 01,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214608 +214608,S00112437,7b3,Endeavouring Flat Dwellers,S01010391,Glasgow Harbour and Partick South - 04,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214609 +214609,S00113046,7b3,Endeavouring Flat Dwellers,S01010455,Knightswood Park West - 01,4d,Hard-pressed flat dwellers,S02001968,Knightswood Park West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214610 +214610,S00114305,7b1,Eastern European Communities,S01010114,"Garthamlock, Auchinlea and Gartloch - 02",4d,Hard-pressed flat dwellers,S02001906,"Garthamlock, Auchinlea and Gartloch",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214611 +214611,S00113061,7b3,Endeavouring Flat Dwellers,S01010489,Drumchapel South - 02,4d,Hard-pressed flat dwellers,S02001974,Drumchapel South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214612 +214612,S00113800,7b1,Eastern European Communities,S01010060,Parkhead East and Braidfauld North - 05,4d,Hard-pressed flat dwellers,S02001895,Parkhead East and Braidfauld North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214613 +214613,S00115331,7b1,Eastern European Communities,S01009862,Ibrox East and Cessnock - 01,1a,Cosmopolitan student neighbourhoods,S02001860,Ibrox East and Cessnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214614 +214614,S00114309,7b1,Eastern European Communities,S01010107,Easterhouse East - 03,4d,Hard-pressed flat dwellers,S02001904,Easterhouse East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214615 +214615,S00112441,7b3,Endeavouring Flat Dwellers,S01010388,Glasgow Harbour and Partick South - 01,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214616 +214616,S00113063,7b3,Endeavouring Flat Dwellers,S01010489,Drumchapel South - 02,4d,Hard-pressed flat dwellers,S02001974,Drumchapel South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214617 +214617,S00113810,7b1,Eastern European Communities,S01010056,Parkhead East and Braidfauld North - 01,4d,Hard-pressed flat dwellers,S02001895,Parkhead East and Braidfauld North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214618 +214618,S00115341,7b1,Eastern European Communities,S01009841,Govan and Linthouse - 01,1a,Cosmopolitan student neighbourhoods,S02001856,Govan and Linthouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214619 +214619,S00112442,7b3,Endeavouring Flat Dwellers,S01010387,Hillhead - 07,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214620 +214620,S00115343,7b1,Eastern European Communities,S01009842,Govan and Linthouse - 02,7a,Urban cultural mix,S02001856,Govan and Linthouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214621 +214621,S00113812,7b1,Eastern European Communities,S01010056,Parkhead East and Braidfauld North - 01,4d,Hard-pressed flat dwellers,S02001895,Parkhead East and Braidfauld North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214622 +214622,S00112457,7b3,Endeavouring Flat Dwellers,S01010395,Partick - 03,1a,Cosmopolitan student neighbourhoods,S02001955,Partick,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214623 +214623,S00113064,7b3,Endeavouring Flat Dwellers,S01010489,Drumchapel South - 02,4d,Hard-pressed flat dwellers,S02001974,Drumchapel South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214624 +214624,S00115351,7b1,Eastern European Communities,S01009841,Govan and Linthouse - 01,1a,Cosmopolitan student neighbourhoods,S02001856,Govan and Linthouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214625 +214625,S00115356,7b1,Eastern European Communities,S01009844,Govan and Linthouse - 04,6a,Inner city cosmopolitan,S02001856,Govan and Linthouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214626 +214626,S00114312,7b1,Eastern European Communities,S01010107,Easterhouse East - 03,4d,Hard-pressed flat dwellers,S02001904,Easterhouse East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214627 +214627,S00112479,7b3,Endeavouring Flat Dwellers,S01010415,Broomhill - 01,4d,Hard-pressed flat dwellers,S02001959,Broomhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214628 +214628,S00115360,7b1,Eastern European Communities,S01009844,Govan and Linthouse - 04,6a,Inner city cosmopolitan,S02001856,Govan and Linthouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214629 +214629,S00113073,7b3,Endeavouring Flat Dwellers,S01010488,Drumchapel South - 01,4d,Hard-pressed flat dwellers,S02001974,Drumchapel South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214630 +214630,S00113813,7b1,Eastern European Communities,S01010049,Parkhead West and Barrowfield - 01,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214631 +214631,S00114323,7b1,Eastern European Communities,S01010105,Easterhouse East - 01,4d,Hard-pressed flat dwellers,S02001904,Easterhouse East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214632 +214632,S00112483,7b3,Endeavouring Flat Dwellers,S01010394,Partick - 02,1a,Cosmopolitan student neighbourhoods,S02001955,Partick,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214633 +214633,S00115374,7b1,Eastern European Communities,S01009835,Drumoyne and Shieldhall - 03,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214634 +214634,S00113077,7b3,Endeavouring Flat Dwellers,S01010496,Drumry East - 01,4d,Hard-pressed flat dwellers,S02001976,Drumry East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214635 +214635,S00113814,7b1,Eastern European Communities,S01010049,Parkhead West and Barrowfield - 01,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214636 +214636,S00114328,7b1,Eastern European Communities,S01010111,Central Easterhouse - 02,4d,Hard-pressed flat dwellers,S02001905,Central Easterhouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214637 +214637,S00114331,7b1,Eastern European Communities,S01010110,Central Easterhouse - 01,4d,Hard-pressed flat dwellers,S02001905,Central Easterhouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214638 +214638,S00114342,7b1,Eastern European Communities,S01010044,Bridgeton - 03,1a,Cosmopolitan student neighbourhoods,S02001892,Bridgeton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214639 +214639,S00114347,7b1,Eastern European Communities,S01010044,Bridgeton - 03,1a,Cosmopolitan student neighbourhoods,S02001892,Bridgeton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214640 +214640,S00114355,7b1,Eastern European Communities,S01010042,Bridgeton - 01,1a,Cosmopolitan student neighbourhoods,S02001892,Bridgeton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214641 +214641,S00114360,7b1,Eastern European Communities,S01010055,Parkhead West and Barrowfield - 07,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214642 +214642,S00114362,7b1,Eastern European Communities,S01010037,Calton and Gallowgate - 01,4d,Hard-pressed flat dwellers,S02001891,Calton and Gallowgate,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214643 +214643,S00114364,7b1,Eastern European Communities,S01010038,Calton and Gallowgate - 02,4d,Hard-pressed flat dwellers,S02001891,Calton and Gallowgate,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214644 +214644,S00114365,7b1,Eastern European Communities,S01010038,Calton and Gallowgate - 02,4d,Hard-pressed flat dwellers,S02001891,Calton and Gallowgate,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214645 +214645,S00114366,7b1,Eastern European Communities,S01010037,Calton and Gallowgate - 01,4d,Hard-pressed flat dwellers,S02001891,Calton and Gallowgate,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214646 +214646,S00114375,7b1,Eastern European Communities,S01010038,Calton and Gallowgate - 02,4d,Hard-pressed flat dwellers,S02001891,Calton and Gallowgate,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214647 +214647,S00114377,7b1,Eastern European Communities,S01010048,Dalmarnock - 03,4d,Hard-pressed flat dwellers,S02001893,Dalmarnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214648 +214648,S00114379,7b1,Eastern European Communities,S01010048,Dalmarnock - 03,4d,Hard-pressed flat dwellers,S02001893,Dalmarnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214649 +214649,S00114387,7b1,Eastern European Communities,S01010053,Parkhead West and Barrowfield - 05,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214650 +214650,S00114645,7b1,Eastern European Communities,S01009895,Govanhill East and Aikenhead - 02,7a,Urban cultural mix,S02001866,Govanhill East and Aikenhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214651 +214651,S00114658,7b1,Eastern European Communities,S01009892,Govanhill West - 06,6a,Inner city cosmopolitan,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214652 +214652,S00114663,7b1,Eastern European Communities,S01010033,Laurieston and Tradeston - 03,1a,Cosmopolitan student neighbourhoods,S02001890,Laurieston and Tradeston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214653 +214653,S00114676,7b1,Eastern European Communities,S01009894,Govanhill East and Aikenhead - 01,1a,Cosmopolitan student neighbourhoods,S02001866,Govanhill East and Aikenhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214654 +214654,S00114821,7b1,Eastern European Communities,S01010016,Toryglen and Oatlands - 01,4d,Hard-pressed flat dwellers,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214655 +214655,S00114822,7b1,Eastern European Communities,S01010017,Toryglen and Oatlands - 02,4d,Hard-pressed flat dwellers,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214656 +214656,S00114842,7b1,Eastern European Communities,S01009896,Govanhill East and Aikenhead - 03,7a,Urban cultural mix,S02001866,Govanhill East and Aikenhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214657 +214657,S00114853,7b1,Eastern European Communities,S01009945,Carnwadric East - 02,4d,Hard-pressed flat dwellers,S02001875,Carnwadric East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214658 +214658,S00115139,7b1,Eastern European Communities,S01009971,Carmunnock South - 03,4d,Hard-pressed flat dwellers,S02001880,Carmunnock South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214659 +214659,S00115140,7b1,Eastern European Communities,S01009970,Carmunnock South - 02,4d,Hard-pressed flat dwellers,S02001880,Carmunnock South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214660 +214660,S00115143,7b1,Eastern European Communities,S01009970,Carmunnock South - 02,4d,Hard-pressed flat dwellers,S02001880,Carmunnock South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214661 +214661,S00115145,7b1,Eastern European Communities,S01009970,Carmunnock South - 02,4d,Hard-pressed flat dwellers,S02001880,Carmunnock South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214662 +214662,S00115190,7b1,Eastern European Communities,S01009978,Glenwood South - 06,4d,Hard-pressed flat dwellers,S02001881,Glenwood South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214663 +214663,S00115221,7b1,Eastern European Communities,S01009762,Darnley East - 05,4d,Hard-pressed flat dwellers,S02001842,Darnley East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214664 +214664,S00115223,7b1,Eastern European Communities,S01009762,Darnley East - 05,4d,Hard-pressed flat dwellers,S02001842,Darnley East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214665 +214665,S00115224,7b1,Eastern European Communities,S01009762,Darnley East - 05,4d,Hard-pressed flat dwellers,S02001842,Darnley East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214666 +214666,S00115225,7b1,Eastern European Communities,S01009762,Darnley East - 05,4d,Hard-pressed flat dwellers,S02001842,Darnley East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214667 +214667,S00115226,7b1,Eastern European Communities,S01009762,Darnley East - 05,4d,Hard-pressed flat dwellers,S02001842,Darnley East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214668 +214668,S00115227,7b1,Eastern European Communities,S01009762,Darnley East - 05,4d,Hard-pressed flat dwellers,S02001842,Darnley East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214669 +214669,S00115228,7b1,Eastern European Communities,S01009762,Darnley East - 05,4d,Hard-pressed flat dwellers,S02001842,Darnley East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214670 +214670,S00115229,7b1,Eastern European Communities,S01009760,Darnley East - 03,4d,Hard-pressed flat dwellers,S02001842,Darnley East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214671 +214671,S00113818,7b1,Eastern European Communities,S01010049,Parkhead West and Barrowfield - 01,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214672 +214672,S00113096,7b3,Endeavouring Flat Dwellers,S01010494,Drumchapel North - 04,4d,Hard-pressed flat dwellers,S02001975,Drumchapel North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214673 +214673,S00113819,7b1,Eastern European Communities,S01010052,Parkhead West and Barrowfield - 04,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214674 +214674,S00113822,7b1,Eastern European Communities,S01010148,Old Shettleston and Parkhead North - 02,4d,Hard-pressed flat dwellers,S02001912,Old Shettleston and Parkhead North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214675 +214675,S00113105,7b3,Endeavouring Flat Dwellers,S01010503,Drumry West - 04,4d,Hard-pressed flat dwellers,S02001977,Drumry West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214676 +214676,S00113833,7b1,Eastern European Communities,S01010148,Old Shettleston and Parkhead North - 02,4d,Hard-pressed flat dwellers,S02001912,Old Shettleston and Parkhead North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214677 +214677,S00113106,7b3,Endeavouring Flat Dwellers,S01010503,Drumry West - 04,4d,Hard-pressed flat dwellers,S02001977,Drumry West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214678 +214678,S00115404,7b1,Eastern European Communities,S01009847,Govan and Linthouse - 07,4d,Hard-pressed flat dwellers,S02001856,Govan and Linthouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214679 +214679,S00113169,7b3,Endeavouring Flat Dwellers,S01010372,North Kelvin - 04,1a,Cosmopolitan student neighbourhoods,S02001951,North Kelvin,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214680 +214680,S00115406,7b1,Eastern European Communities,S01009839,Drumoyne and Shieldhall - 07,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214681 +214681,S00113834,7b1,Eastern European Communities,S01010150,Old Shettleston and Parkhead North - 04,4d,Hard-pressed flat dwellers,S02001912,Old Shettleston and Parkhead North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214682 +214682,S00112487,7b3,Endeavouring Flat Dwellers,S01010395,Partick - 03,1a,Cosmopolitan student neighbourhoods,S02001955,Partick,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214683 +214683,S00113175,7b3,Endeavouring Flat Dwellers,S01010298,Woodside - 02,1a,Cosmopolitan student neighbourhoods,S02001938,Woodside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214684 +214684,S00113853,7b1,Eastern European Communities,S01010151,Old Shettleston and Parkhead North - 05,4d,Hard-pressed flat dwellers,S02001912,Old Shettleston and Parkhead North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214685 +214685,S00112521,7b3,Endeavouring Flat Dwellers,S01010379,Kelvingrove and University - 06,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214686 +214686,S00115411,7b1,Eastern European Communities,S01009839,Drumoyne and Shieldhall - 07,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214687 +214687,S00113187,7b3,Endeavouring Flat Dwellers,S01010305,Firhill - 05,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214688 +214688,S00113856,7b1,Eastern European Communities,S01010132,Greenfield - 02,4d,Hard-pressed flat dwellers,S02001909,Greenfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214689 +214689,S00112568,7b3,Endeavouring Flat Dwellers,S01010397,Partickhill and Hyndland - 01,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214690 +214690,S00115415,7b1,Eastern European Communities,S01009839,Drumoyne and Shieldhall - 07,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214691 +214691,S00112719,7b3,Endeavouring Flat Dwellers,S01010408,Kelvinside and Jordanhill - 01,4d,Hard-pressed flat dwellers,S02001958,Kelvinside and Jordanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214692 +214692,S00113188,7b3,Endeavouring Flat Dwellers,S01010305,Firhill - 05,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214693 +214693,S00115545,7b1,Eastern European Communities,S01009813,Cardonald North - 04,7a,Urban cultural mix,S02001851,Cardonald North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214694 +214694,S00113864,7b1,Eastern European Communities,S01010159,"Cranhill, Lightburn and Queenslie South - 04",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214695 +214695,S00112724,7b3,Endeavouring Flat Dwellers,S01010472,Anniesland West - 03,1a,Cosmopolitan student neighbourhoods,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214696 +214696,S00113190,7b3,Endeavouring Flat Dwellers,S01010314,Keppochhill - 06,1a,Cosmopolitan student neighbourhoods,S02001940,Keppochhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214697 +214697,S00115747,7b1,Eastern European Communities,S01009777,Nitshill - 03,4d,Hard-pressed flat dwellers,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214698 +214698,S00113867,7b1,Eastern European Communities,S01010134,Greenfield - 04,4d,Hard-pressed flat dwellers,S02001909,Greenfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214699 +214699,S00113199,7b3,Endeavouring Flat Dwellers,S01010318,Ruchill - 04,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214700 +214700,S00113871,7b1,Eastern European Communities,S01010132,Greenfield - 02,4d,Hard-pressed flat dwellers,S02001909,Greenfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214701 +214701,S00115754,7b1,Eastern European Communities,S01009780,Nitshill - 06,4d,Hard-pressed flat dwellers,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214702 +214702,S00112730,7b3,Endeavouring Flat Dwellers,S01010473,Anniesland West - 04,3d,Households in terraces and flats,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214703 +214703,S00113233,7b3,Endeavouring Flat Dwellers,S01010358,Wyndford - 01,4d,Hard-pressed flat dwellers,S02001949,Wyndford,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214704 +214704,S00113872,7b1,Eastern European Communities,S01010132,Greenfield - 02,4d,Hard-pressed flat dwellers,S02001909,Greenfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214705 +214705,S00115762,7b1,Eastern European Communities,S01009768,Darnley West - 01,4d,Hard-pressed flat dwellers,S02001844,Darnley West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214706 +214706,S00112745,7b3,Endeavouring Flat Dwellers,S01010414,Kelvinside and Jordanhill - 07,3c,Highly qualified professionals,S02001958,Kelvinside and Jordanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214707 +214707,S00113234,7b3,Endeavouring Flat Dwellers,S01010358,Wyndford - 01,4d,Hard-pressed flat dwellers,S02001949,Wyndford,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214708 +214708,S00115779,7b1,Eastern European Communities,S01009779,Nitshill - 05,4d,Hard-pressed flat dwellers,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214709 +214709,S00113873,7b1,Eastern European Communities,S01010063,Braidfauld - 03,4d,Hard-pressed flat dwellers,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214710 +214710,S00112748,7b3,Endeavouring Flat Dwellers,S01010477,Anniesland West - 08,4d,Hard-pressed flat dwellers,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214711 +214711,S00113235,7b3,Endeavouring Flat Dwellers,S01010362,Wyndford - 05,4d,Hard-pressed flat dwellers,S02001949,Wyndford,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214712 +214712,S00116014,7b1,Eastern European Communities,S01010323,Possil Park - 01,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214713 +214713,S00116016,7b1,Eastern European Communities,S01010326,Possil Park - 04,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214714 +214714,S00116044,7b1,Eastern European Communities,S01010245,Carntyne West and Haghill - 04,4d,Hard-pressed flat dwellers,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214715 +214715,S00116052,7b1,Eastern European Communities,S01010246,Carntyne West and Haghill - 05,4d,Hard-pressed flat dwellers,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214716 +214716,S00116057,7b1,Eastern European Communities,S01010050,Parkhead West and Barrowfield - 02,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214717 +214717,S00116062,7b1,Eastern European Communities,S01010148,Old Shettleston and Parkhead North - 02,4d,Hard-pressed flat dwellers,S02001912,Old Shettleston and Parkhead North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214718 +214718,S00116078,7b1,Eastern European Communities,S01010181,Blackhill and Barmulloch East - 03,4d,Hard-pressed flat dwellers,S02001917,Blackhill and Barmulloch East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214719 +214719,S00116098,7b1,Eastern European Communities,S01010123,Barlanark - 01,4d,Hard-pressed flat dwellers,S02001908,Barlanark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214720 +214720,S00116103,7b1,Eastern European Communities,S01010125,Barlanark - 03,4d,Hard-pressed flat dwellers,S02001908,Barlanark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214721 +214721,S00116132,7b1,Eastern European Communities,S01010114,"Garthamlock, Auchinlea and Gartloch - 02",4d,Hard-pressed flat dwellers,S02001906,"Garthamlock, Auchinlea and Gartloch",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214722 +214722,S00116146,7b1,Eastern European Communities,S01010048,Dalmarnock - 03,4d,Hard-pressed flat dwellers,S02001893,Dalmarnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214723 +214723,S00116158,7b1,Eastern European Communities,S01010044,Bridgeton - 03,1a,Cosmopolitan student neighbourhoods,S02001892,Bridgeton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214724 +214724,S00116174,7b1,Eastern European Communities,S01010022,Toryglen and Oatlands - 07,4d,Hard-pressed flat dwellers,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214725 +214725,S00116179,7b1,Eastern European Communities,S01010028,Gorbals and Hutchesontown - 06,1a,Cosmopolitan student neighbourhoods,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214726 +214726,S00116201,7b1,Eastern European Communities,S01010023,Gorbals and Hutchesontown - 01,4d,Hard-pressed flat dwellers,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214727 +214727,S00116245,7b1,Eastern European Communities,S01009984,Glenwood North - 05,4d,Hard-pressed flat dwellers,S02001882,Glenwood North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214728 +214728,S00116271,7b1,Eastern European Communities,S01009839,Drumoyne and Shieldhall - 07,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214729 +214729,S00116272,7b1,Eastern European Communities,S01009839,Drumoyne and Shieldhall - 07,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214730 +214730,S00116290,7b1,Eastern European Communities,S01009775,Nitshill - 01,4d,Hard-pressed flat dwellers,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214731 +214731,S00116413,7b1,Eastern European Communities,S01010432,Scotstoun South and West - 01,1a,Cosmopolitan student neighbourhoods,S02001963,Scotstoun South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214732 +214732,S00116432,7b1,Eastern European Communities,S01010353,Maryhill East - 04,4d,Hard-pressed flat dwellers,S02001947,Maryhill East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214733 +214733,S00116486,7b1,Eastern European Communities,S01010234,Dennistoun North - 01,1a,Cosmopolitan student neighbourhoods,S02001927,Dennistoun North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214734 +214734,S00112757,7b3,Endeavouring Flat Dwellers,S01010476,Anniesland West - 07,4d,Hard-pressed flat dwellers,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214735 +214735,S00112765,7b3,Endeavouring Flat Dwellers,S01010481,Blairdardie East - 04,4d,Hard-pressed flat dwellers,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214736 +214736,S00113236,7b3,Endeavouring Flat Dwellers,S01010362,Wyndford - 05,4d,Hard-pressed flat dwellers,S02001949,Wyndford,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214737 +214737,S00112778,7b3,Endeavouring Flat Dwellers,S01010483,Blairdardie East - 06,4d,Hard-pressed flat dwellers,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214738 +214738,S00112779,7b3,Endeavouring Flat Dwellers,S01010483,Blairdardie East - 06,4d,Hard-pressed flat dwellers,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214739 +214739,S00113240,7b3,Endeavouring Flat Dwellers,S01010358,Wyndford - 01,4d,Hard-pressed flat dwellers,S02001949,Wyndford,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214740 +214740,S00112780,7b3,Endeavouring Flat Dwellers,S01010483,Blairdardie East - 06,4d,Hard-pressed flat dwellers,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214741 +214741,S00113241,7b3,Endeavouring Flat Dwellers,S01010362,Wyndford - 05,4d,Hard-pressed flat dwellers,S02001949,Wyndford,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214742 +214742,S00112783,7b3,Endeavouring Flat Dwellers,S01010478,Blairdardie East - 01,4d,Hard-pressed flat dwellers,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214743 +214743,S00113242,7b3,Endeavouring Flat Dwellers,S01010358,Wyndford - 01,4d,Hard-pressed flat dwellers,S02001949,Wyndford,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214744 +214744,S00113875,7b1,Eastern European Communities,S01010062,Braidfauld - 02,4d,Hard-pressed flat dwellers,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214745 +214745,S00112784,7b3,Endeavouring Flat Dwellers,S01010478,Blairdardie East - 01,4d,Hard-pressed flat dwellers,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214746 +214746,S00113244,7b3,Endeavouring Flat Dwellers,S01010358,Wyndford - 01,4d,Hard-pressed flat dwellers,S02001949,Wyndford,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214747 +214747,S00113894,7b1,Eastern European Communities,S01010141,Shettleston North - 05,4d,Hard-pressed flat dwellers,S02001910,Shettleston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214748 +214748,S00113897,7b1,Eastern European Communities,S01010141,Shettleston North - 05,4d,Hard-pressed flat dwellers,S02001910,Shettleston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214749 +214749,S00113898,7b1,Eastern European Communities,S01010142,Tollcross - 01,4d,Hard-pressed flat dwellers,S02001911,Tollcross,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214750 +214750,S00113901,7b1,Eastern European Communities,S01010147,Old Shettleston and Parkhead North - 01,4d,Hard-pressed flat dwellers,S02001912,Old Shettleston and Parkhead North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214751 +214751,S00113903,7b1,Eastern European Communities,S01010147,Old Shettleston and Parkhead North - 01,4d,Hard-pressed flat dwellers,S02001912,Old Shettleston and Parkhead North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214752 +214752,S00113905,7b1,Eastern European Communities,S01010146,Tollcross - 05,4d,Hard-pressed flat dwellers,S02001911,Tollcross,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214753 +214753,S00113909,7b1,Eastern European Communities,S01010146,Tollcross - 05,4d,Hard-pressed flat dwellers,S02001911,Tollcross,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214754 +214754,S00113923,7b1,Eastern European Communities,S01010144,Tollcross - 03,4d,Hard-pressed flat dwellers,S02001911,Tollcross,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214755 +214755,S00113924,7b1,Eastern European Communities,S01010144,Tollcross - 03,4d,Hard-pressed flat dwellers,S02001911,Tollcross,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214756 +214756,S00113926,7b1,Eastern European Communities,S01010144,Tollcross - 03,4d,Hard-pressed flat dwellers,S02001911,Tollcross,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214757 +214757,S00113932,7b1,Eastern European Communities,S01010065,Braidfauld - 05,4d,Hard-pressed flat dwellers,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214758 +214758,S00113933,7b1,Eastern European Communities,S01010065,Braidfauld - 05,4d,Hard-pressed flat dwellers,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214759 +214759,S00113936,7b1,Eastern European Communities,S01010067,Braidfauld - 07,4d,Hard-pressed flat dwellers,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214760 +214760,S00113943,7b1,Eastern European Communities,S01010066,Braidfauld - 06,4d,Hard-pressed flat dwellers,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214761 +214761,S00113946,7b1,Eastern European Communities,S01010059,Parkhead East and Braidfauld North - 04,1a,Cosmopolitan student neighbourhoods,S02001895,Parkhead East and Braidfauld North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214762 +214762,S00113956,7b1,Eastern European Communities,S01010063,Braidfauld - 03,4d,Hard-pressed flat dwellers,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214763 +214763,S00113957,7b1,Eastern European Communities,S01010063,Braidfauld - 03,4d,Hard-pressed flat dwellers,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214764 +214764,S00113958,7b1,Eastern European Communities,S01010063,Braidfauld - 03,4d,Hard-pressed flat dwellers,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214765 +214765,S00114062,7b1,Eastern European Communities,S01010126,Barlanark - 04,4a,Challenged white communities,S02001908,Barlanark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214766 +214766,S00112786,7b3,Endeavouring Flat Dwellers,S01010478,Blairdardie East - 01,4d,Hard-pressed flat dwellers,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214767 +214767,S00112821,7b3,Endeavouring Flat Dwellers,S01010454,Knightswood East - 05,4d,Hard-pressed flat dwellers,S02001967,Knightswood East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214768 +214768,S00113247,7b3,Endeavouring Flat Dwellers,S01010359,Wyndford - 02,4d,Hard-pressed flat dwellers,S02001949,Wyndford,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214769 +214769,S00112841,7b3,Endeavouring Flat Dwellers,S01010470,Anniesland West - 01,4d,Hard-pressed flat dwellers,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214770 +214770,S00113263,7b3,Endeavouring Flat Dwellers,S01010321,Ruchill - 07,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214771 +214771,S00112852,7b3,Endeavouring Flat Dwellers,S01010477,Anniesland West - 08,4d,Hard-pressed flat dwellers,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214772 +214772,S00113266,7b3,Endeavouring Flat Dwellers,S01010329,Possil Park - 07,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214773 +214773,S00112854,7b3,Endeavouring Flat Dwellers,S01010477,Anniesland West - 08,4d,Hard-pressed flat dwellers,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214774 +214774,S00113268,7b3,Endeavouring Flat Dwellers,S01010315,Ruchill - 01,4d,Hard-pressed flat dwellers,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214775 +214775,S00112873,7b3,Endeavouring Flat Dwellers,S01010458,Knightswood Park West - 04,4d,Hard-pressed flat dwellers,S02001968,Knightswood Park West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214776 +214776,S00113269,7b3,Endeavouring Flat Dwellers,S01010329,Possil Park - 07,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214777 +214777,S00112899,7b3,Endeavouring Flat Dwellers,S01010449,Knightswood West - 03,4d,Hard-pressed flat dwellers,S02001966,Knightswood West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214778 +214778,S00113270,7b3,Endeavouring Flat Dwellers,S01010329,Possil Park - 07,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214779 +214779,S00112904,7b3,Endeavouring Flat Dwellers,S01010449,Knightswood West - 03,4d,Hard-pressed flat dwellers,S02001966,Knightswood West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214780 +214780,S00113304,7b3,Endeavouring Flat Dwellers,S01010357,Maryhill West - 04,4d,Hard-pressed flat dwellers,S02001948,Maryhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214781 +214781,S00112905,7b3,Endeavouring Flat Dwellers,S01010449,Knightswood West - 03,4d,Hard-pressed flat dwellers,S02001966,Knightswood West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214782 +214782,S00113305,7b3,Endeavouring Flat Dwellers,S01010357,Maryhill West - 04,4d,Hard-pressed flat dwellers,S02001948,Maryhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214783 +214783,S00113308,7b3,Endeavouring Flat Dwellers,S01010355,Maryhill West - 02,4d,Hard-pressed flat dwellers,S02001948,Maryhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214784 +214784,S00113312,7b3,Endeavouring Flat Dwellers,S01010354,Maryhill West - 01,4d,Hard-pressed flat dwellers,S02001948,Maryhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214785 +214785,S00113324,7b3,Endeavouring Flat Dwellers,S01010352,Maryhill East - 03,4d,Hard-pressed flat dwellers,S02001947,Maryhill East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214786 +214786,S00113325,7b3,Endeavouring Flat Dwellers,S01010352,Maryhill East - 03,4d,Hard-pressed flat dwellers,S02001947,Maryhill East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214787 +214787,S00113351,7b3,Endeavouring Flat Dwellers,S01010222,Cowlairs and Port Dundas - 04,4d,Hard-pressed flat dwellers,S02001924,Cowlairs and Port Dundas,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214788 +214788,S00113352,7b3,Endeavouring Flat Dwellers,S01010223,Cowlairs and Port Dundas - 05,4d,Hard-pressed flat dwellers,S02001924,Cowlairs and Port Dundas,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214789 +214789,S00112906,7b3,Endeavouring Flat Dwellers,S01010449,Knightswood West - 03,4d,Hard-pressed flat dwellers,S02001966,Knightswood West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214790 +214790,S00112916,7b3,Endeavouring Flat Dwellers,S01010450,Knightswood East - 01,4d,Hard-pressed flat dwellers,S02001967,Knightswood East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214791 +214791,S00112918,7b3,Endeavouring Flat Dwellers,S01010450,Knightswood East - 01,4d,Hard-pressed flat dwellers,S02001967,Knightswood East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214792 +214792,S00112920,7b3,Endeavouring Flat Dwellers,S01010447,Knightswood West - 01,4d,Hard-pressed flat dwellers,S02001966,Knightswood West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214793 +214793,S00112928,7b3,Endeavouring Flat Dwellers,S01010434,Scotstoun South and West - 03,6a,Inner city cosmopolitan,S02001963,Scotstoun South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214794 +214794,S00112933,7b3,Endeavouring Flat Dwellers,S01010432,Scotstoun South and West - 01,1a,Cosmopolitan student neighbourhoods,S02001963,Scotstoun South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214795 +214795,S00112941,7b3,Endeavouring Flat Dwellers,S01010430,Scotstoun North and East - 04,1a,Cosmopolitan student neighbourhoods,S02001962,Scotstoun North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214796 +214796,S00112942,7b3,Endeavouring Flat Dwellers,S01010430,Scotstoun North and East - 04,1a,Cosmopolitan student neighbourhoods,S02001962,Scotstoun North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214797 +214797,S00112945,7b3,Endeavouring Flat Dwellers,S01010430,Scotstoun North and East - 04,1a,Cosmopolitan student neighbourhoods,S02001962,Scotstoun North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214798 +214798,S00112951,7b3,Endeavouring Flat Dwellers,S01010428,Scotstoun North and East - 02,3c,Highly qualified professionals,S02001962,Scotstoun North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214799 +214799,S00112979,7b3,Endeavouring Flat Dwellers,S01010423,Whiteinch - 01,1a,Cosmopolitan student neighbourhoods,S02001961,Whiteinch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214800 +214800,S00115533,7b3,Endeavouring Flat Dwellers,S01009812,Cardonald North - 03,4d,Hard-pressed flat dwellers,S02001851,Cardonald North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214801 +214801,S00115543,7b3,Endeavouring Flat Dwellers,S01009814,Cardonald North - 05,4a,Challenged white communities,S02001851,Cardonald North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214802 +214802,S00115561,7b3,Endeavouring Flat Dwellers,S01009810,Cardonald North - 01,4d,Hard-pressed flat dwellers,S02001851,Cardonald North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214803 +214803,S00115590,7b3,Endeavouring Flat Dwellers,S01009815,Cardonald West and Central - 01,4d,Hard-pressed flat dwellers,S02001852,Cardonald West and Central,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214804 +214804,S00115594,7b3,Endeavouring Flat Dwellers,S01009815,Cardonald West and Central - 01,4d,Hard-pressed flat dwellers,S02001852,Cardonald West and Central,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214805 +214805,S00115597,7b3,Endeavouring Flat Dwellers,S01009806,Cardonald South and East - 01,4d,Hard-pressed flat dwellers,S02001850,Cardonald South and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214806 +214806,S00115601,7b3,Endeavouring Flat Dwellers,S01009807,Cardonald South and East - 02,4d,Hard-pressed flat dwellers,S02001850,Cardonald South and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214807 +214807,S00115609,7b3,Endeavouring Flat Dwellers,S01009808,Cardonald South and East - 03,7a,Urban cultural mix,S02001850,Cardonald South and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214808 +214808,S00115614,7b3,Endeavouring Flat Dwellers,S01009807,Cardonald South and East - 02,4d,Hard-pressed flat dwellers,S02001850,Cardonald South and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214809 +214809,S00115615,7b3,Endeavouring Flat Dwellers,S01009807,Cardonald South and East - 02,4d,Hard-pressed flat dwellers,S02001850,Cardonald South and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214810 +214810,S00115616,7b3,Endeavouring Flat Dwellers,S01009807,Cardonald South and East - 02,4d,Hard-pressed flat dwellers,S02001850,Cardonald South and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214811 +214811,S00115619,7b3,Endeavouring Flat Dwellers,S01009807,Cardonald South and East - 02,4d,Hard-pressed flat dwellers,S02001850,Cardonald South and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214812 +214812,S00115620,7b3,Endeavouring Flat Dwellers,S01009809,Cardonald South and East - 04,4d,Hard-pressed flat dwellers,S02001850,Cardonald South and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214813 +214813,S00115256,7b3,Endeavouring Flat Dwellers,S01009943,Carnwadric West - 05,4d,Hard-pressed flat dwellers,S02001874,Carnwadric West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214814 +214814,S00117452,7b3,Endeavouring Flat Dwellers,S01009840,Drumoyne and Shieldhall - 08,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214815 +214815,S00114674,7b3,Endeavouring Flat Dwellers,S01009894,Govanhill East and Aikenhead - 01,1a,Cosmopolitan student neighbourhoods,S02001866,Govanhill East and Aikenhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214816 +214816,S00116218,7b3,Endeavouring Flat Dwellers,S01010002,Kingspark North - 04,4d,Hard-pressed flat dwellers,S02001885,Kingspark North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214817 +214817,S00115621,7b3,Endeavouring Flat Dwellers,S01009808,Cardonald South and East - 03,7a,Urban cultural mix,S02001850,Cardonald South and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214818 +214818,S00115650,7b3,Endeavouring Flat Dwellers,S01009786,Crookston South - 03,4d,Hard-pressed flat dwellers,S02001846,Crookston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214819 +214819,S00115658,7b3,Endeavouring Flat Dwellers,S01009791,Crookston North - 04,4d,Hard-pressed flat dwellers,S02001847,Crookston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214820 +214820,S00115678,7b3,Endeavouring Flat Dwellers,S01009802,Pollok North and East - 04,4d,Hard-pressed flat dwellers,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214821 +214821,S00115716,7b3,Endeavouring Flat Dwellers,S01009788,Crookston North - 01,4a,Challenged white communities,S02001847,Crookston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214822 +214822,S00115734,7b3,Endeavouring Flat Dwellers,S01009787,Crookston South - 04,4d,Hard-pressed flat dwellers,S02001846,Crookston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214823 +214823,S00115763,7b3,Endeavouring Flat Dwellers,S01009768,Darnley West - 01,4d,Hard-pressed flat dwellers,S02001844,Darnley West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214824 +214824,S00115806,7b3,Endeavouring Flat Dwellers,S01010209,Springburn - 01,4d,Hard-pressed flat dwellers,S02001922,Springburn,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214825 +214825,S00115838,7b3,Endeavouring Flat Dwellers,S01010093,Baillieston East - 06,4a,Challenged white communities,S02001901,Baillieston East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214826 +214826,S00115841,7b3,Endeavouring Flat Dwellers,S01010093,Baillieston East - 06,4a,Challenged white communities,S02001901,Baillieston East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214827 +214827,S00115842,7b3,Endeavouring Flat Dwellers,S01010089,Baillieston East - 02,4d,Hard-pressed flat dwellers,S02001901,Baillieston East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214828 +214828,S00115886,7b3,Endeavouring Flat Dwellers,S01010092,Baillieston East - 05,4d,Hard-pressed flat dwellers,S02001901,Baillieston East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214829 +214829,S00115889,7b3,Endeavouring Flat Dwellers,S01010092,Baillieston East - 05,4d,Hard-pressed flat dwellers,S02001901,Baillieston East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214830 +214830,S00115899,7b3,Endeavouring Flat Dwellers,S01010090,Baillieston East - 03,5c,Comfortable neighbourhoods,S02001901,Baillieston East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214831 +214831,S00115932,7b3,Endeavouring Flat Dwellers,S01010425,Whiteinch - 03,4d,Hard-pressed flat dwellers,S02001961,Whiteinch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214832 +214832,S00115934,7b3,Endeavouring Flat Dwellers,S01010442,Yoker South - 06,4d,Hard-pressed flat dwellers,S02001964,Yoker South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214833 +214833,S00115939,7b3,Endeavouring Flat Dwellers,S01010455,Knightswood Park West - 01,4d,Hard-pressed flat dwellers,S02001968,Knightswood Park West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214834 +214834,S00115943,7b3,Endeavouring Flat Dwellers,S01010498,Drumry East - 03,4d,Hard-pressed flat dwellers,S02001976,Drumry East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214835 +214835,S00115950,7b3,Endeavouring Flat Dwellers,S01010490,Drumchapel South - 03,4d,Hard-pressed flat dwellers,S02001974,Drumchapel South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214836 +214836,S00115986,7b3,Endeavouring Flat Dwellers,S01010356,Maryhill West - 03,4d,Hard-pressed flat dwellers,S02001948,Maryhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214837 +214837,S00115987,7b3,Endeavouring Flat Dwellers,S01010329,Possil Park - 07,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214838 +214838,S00115991,7b3,Endeavouring Flat Dwellers,S01010208,Petershill - 06,4d,Hard-pressed flat dwellers,S02001921,Petershill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214839 +214839,S00115992,7b3,Endeavouring Flat Dwellers,S01010218,Springburn East and Cowlairs - 05,4d,Hard-pressed flat dwellers,S02001923,Springburn East and Cowlairs,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214840 +214840,S00115993,7b3,Endeavouring Flat Dwellers,S01010229,"Roystonhill, Blochairn, and Provanmill - 02",4d,Hard-pressed flat dwellers,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214841 +214841,S00116002,7b3,Endeavouring Flat Dwellers,S01010309,Keppochhill - 01,4d,Hard-pressed flat dwellers,S02001940,Keppochhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214842 +214842,S00116005,7b3,Endeavouring Flat Dwellers,S01010313,Keppochhill - 05,4d,Hard-pressed flat dwellers,S02001940,Keppochhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214843 +214843,S00116030,7b3,Endeavouring Flat Dwellers,S01010348,Summerston North - 03,4d,Hard-pressed flat dwellers,S02001946,Summerston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214844 +214844,S00116061,7b3,Endeavouring Flat Dwellers,S01010148,Old Shettleston and Parkhead North - 02,4d,Hard-pressed flat dwellers,S02001912,Old Shettleston and Parkhead North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214845 +214845,S00116075,7b3,Endeavouring Flat Dwellers,S01010136,Greenfield - 06,4a,Challenged white communities,S02001909,Greenfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214846 +214846,S00116092,7b3,Endeavouring Flat Dwellers,S01010162,"Cranhill, Lightburn and Queenslie South - 07",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214847 +214847,S00116097,7b3,Endeavouring Flat Dwellers,S01010124,Barlanark - 02,4d,Hard-pressed flat dwellers,S02001908,Barlanark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214848 +214848,S00116109,7b3,Endeavouring Flat Dwellers,S01010167,Craigend and Ruchazie - 03,4d,Hard-pressed flat dwellers,S02001915,Craigend and Ruchazie,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214849 +214849,S00116129,7b3,Endeavouring Flat Dwellers,S01010107,Easterhouse East - 03,4d,Hard-pressed flat dwellers,S02001904,Easterhouse East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214850 +214850,S00116145,7b3,Endeavouring Flat Dwellers,S01010037,Calton and Gallowgate - 01,4d,Hard-pressed flat dwellers,S02001891,Calton and Gallowgate,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214851 +214851,S00116176,7b3,Endeavouring Flat Dwellers,S01010022,Toryglen and Oatlands - 07,4d,Hard-pressed flat dwellers,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214852 +214852,S00116177,7b3,Endeavouring Flat Dwellers,S01010023,Gorbals and Hutchesontown - 01,4d,Hard-pressed flat dwellers,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214853 +214853,S00116212,7b3,Endeavouring Flat Dwellers,S01009949,Newlands - 02,4d,Hard-pressed flat dwellers,S02001876,Newlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214854 +214854,S00117034,7b3,Endeavouring Flat Dwellers,S01010198,Balornock - 05,4d,Hard-pressed flat dwellers,S02001919,Balornock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214855 +214855,S00114128,7b3,Endeavouring Flat Dwellers,S01010172,Riddrie and Hogganfield - 01,4d,Hard-pressed flat dwellers,S02001916,Riddrie and Hogganfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214856 +214856,S00114996,7b3,Endeavouring Flat Dwellers,S01010005,Cathcart - 01,1a,Cosmopolitan student neighbourhoods,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214857 +214857,S00115258,7b3,Endeavouring Flat Dwellers,S01009942,Carnwadric West - 04,4d,Hard-pressed flat dwellers,S02001874,Carnwadric West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214858 +214858,S00117045,7b3,Endeavouring Flat Dwellers,S01010225,Sighthill - 01,7a,Urban cultural mix,S02001925,Sighthill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214859 +214859,S00116255,7b3,Endeavouring Flat Dwellers,S01009861,Ibrox - 03,1a,Cosmopolitan student neighbourhoods,S02001859,Ibrox,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214860 +214860,S00114677,7b3,Endeavouring Flat Dwellers,S01009894,Govanhill East and Aikenhead - 01,1a,Cosmopolitan student neighbourhoods,S02001866,Govanhill East and Aikenhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214861 +214861,S00114129,7b3,Endeavouring Flat Dwellers,S01010172,Riddrie and Hogganfield - 01,4d,Hard-pressed flat dwellers,S02001916,Riddrie and Hogganfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214862 +214862,S00114999,7b3,Endeavouring Flat Dwellers,S01010005,Cathcart - 01,1a,Cosmopolitan student neighbourhoods,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214863 +214863,S00115001,7b3,Endeavouring Flat Dwellers,S01010006,Cathcart - 02,1a,Cosmopolitan student neighbourhoods,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214864 +214864,S00115006,7b3,Endeavouring Flat Dwellers,S01010005,Cathcart - 01,1a,Cosmopolitan student neighbourhoods,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214865 +214865,S00117454,7b3,Endeavouring Flat Dwellers,S01009833,Drumoyne and Shieldhall - 01,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214866 +214866,S00117049,7b3,Endeavouring Flat Dwellers,S01010208,Petershill - 06,4d,Hard-pressed flat dwellers,S02001921,Petershill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214867 +214867,S00115007,7b3,Endeavouring Flat Dwellers,S01010005,Cathcart - 01,1a,Cosmopolitan student neighbourhoods,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214868 +214868,S00114768,7b3,Endeavouring Flat Dwellers,S01010006,Cathcart - 02,1a,Cosmopolitan student neighbourhoods,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214869 +214869,S00114130,7b3,Endeavouring Flat Dwellers,S01010176,Riddrie and Hogganfield - 05,4d,Hard-pressed flat dwellers,S02001916,Riddrie and Hogganfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214870 +214870,S00117459,7b3,Endeavouring Flat Dwellers,S01009847,Govan and Linthouse - 07,4d,Hard-pressed flat dwellers,S02001856,Govan and Linthouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214871 +214871,S00116276,7b3,Endeavouring Flat Dwellers,S01010387,Hillhead - 07,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214872 +214872,S00117085,7b3,Endeavouring Flat Dwellers,S01010348,Summerston North - 03,4d,Hard-pressed flat dwellers,S02001946,Summerston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214873 +214873,S00115008,7b3,Endeavouring Flat Dwellers,S01010005,Cathcart - 01,1a,Cosmopolitan student neighbourhoods,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214874 +214874,S00115009,7b3,Endeavouring Flat Dwellers,S01010008,Cathcart - 04,1a,Cosmopolitan student neighbourhoods,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214875 +214875,S00115023,7b3,Endeavouring Flat Dwellers,S01010012,Mount Florida - 02,4d,Hard-pressed flat dwellers,S02001887,Mount Florida,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214876 +214876,S00115044,7b3,Endeavouring Flat Dwellers,S01010002,Kingspark North - 04,4d,Hard-pressed flat dwellers,S02001885,Kingspark North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214877 +214877,S00115045,7b3,Endeavouring Flat Dwellers,S01010000,Kingspark North - 02,4d,Hard-pressed flat dwellers,S02001885,Kingspark North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214878 +214878,S00115046,7b3,Endeavouring Flat Dwellers,S01010002,Kingspark North - 04,4d,Hard-pressed flat dwellers,S02001885,Kingspark North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214879 +214879,S00115048,7b3,Endeavouring Flat Dwellers,S01010000,Kingspark North - 02,4d,Hard-pressed flat dwellers,S02001885,Kingspark North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214880 +214880,S00115052,7b3,Endeavouring Flat Dwellers,S01010001,Kingspark North - 03,4d,Hard-pressed flat dwellers,S02001885,Kingspark North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214881 +214881,S00115055,7b3,Endeavouring Flat Dwellers,S01010001,Kingspark North - 03,4d,Hard-pressed flat dwellers,S02001885,Kingspark North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214882 +214882,S00115056,7b3,Endeavouring Flat Dwellers,S01010001,Kingspark North - 03,4d,Hard-pressed flat dwellers,S02001885,Kingspark North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214883 +214883,S00115074,7b3,Endeavouring Flat Dwellers,S01010010,Cathcart - 06,3a,Achieving neighbourhoods,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214884 +214884,S00115091,7b3,Endeavouring Flat Dwellers,S01009989,Castlemilk - 04,4d,Hard-pressed flat dwellers,S02001883,Castlemilk,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214885 +214885,S00115094,7b3,Endeavouring Flat Dwellers,S01009990,Castlemilk - 05,4d,Hard-pressed flat dwellers,S02001883,Castlemilk,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214886 +214886,S00115097,7b3,Endeavouring Flat Dwellers,S01009989,Castlemilk - 04,4d,Hard-pressed flat dwellers,S02001883,Castlemilk,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214887 +214887,S00115098,7b3,Endeavouring Flat Dwellers,S01009990,Castlemilk - 05,4d,Hard-pressed flat dwellers,S02001883,Castlemilk,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214888 +214888,S00115099,7b3,Endeavouring Flat Dwellers,S01009991,Castlemilk - 06,4d,Hard-pressed flat dwellers,S02001883,Castlemilk,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214889 +214889,S00115101,7b3,Endeavouring Flat Dwellers,S01009991,Castlemilk - 06,4d,Hard-pressed flat dwellers,S02001883,Castlemilk,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214890 +214890,S00115263,7b3,Endeavouring Flat Dwellers,S01009873,Kingston West and Dumbreck - 03,3d,Households in terraces and flats,S02001862,Kingston West and Dumbreck,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214891 +214891,S00115103,7b3,Endeavouring Flat Dwellers,S01009991,Castlemilk - 06,4d,Hard-pressed flat dwellers,S02001883,Castlemilk,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214892 +214892,S00115105,7b3,Endeavouring Flat Dwellers,S01009996,Kingspark South - 04,4d,Hard-pressed flat dwellers,S02001884,Kingspark South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214893 +214893,S00115106,7b3,Endeavouring Flat Dwellers,S01009991,Castlemilk - 06,4d,Hard-pressed flat dwellers,S02001883,Castlemilk,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214894 +214894,S00115108,7b3,Endeavouring Flat Dwellers,S01009996,Kingspark South - 04,4d,Hard-pressed flat dwellers,S02001884,Kingspark South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214895 +214895,S00115109,7b3,Endeavouring Flat Dwellers,S01009996,Kingspark South - 04,4d,Hard-pressed flat dwellers,S02001884,Kingspark South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214896 +214896,S00115113,7b3,Endeavouring Flat Dwellers,S01009990,Castlemilk - 05,4d,Hard-pressed flat dwellers,S02001883,Castlemilk,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214897 +214897,S00115116,7b3,Endeavouring Flat Dwellers,S01009994,Kingspark South - 02,4d,Hard-pressed flat dwellers,S02001884,Kingspark South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214898 +214898,S00115122,7b3,Endeavouring Flat Dwellers,S01009993,Kingspark South - 01,5c,Comfortable neighbourhoods,S02001884,Kingspark South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214899 +214899,S00115124,7b3,Endeavouring Flat Dwellers,S01009993,Kingspark South - 01,5c,Comfortable neighbourhoods,S02001884,Kingspark South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214900 +214900,S00115126,7b3,Endeavouring Flat Dwellers,S01009994,Kingspark South - 02,4d,Hard-pressed flat dwellers,S02001884,Kingspark South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214901 +214901,S00115130,7b3,Endeavouring Flat Dwellers,S01009997,Kingspark South - 05,4d,Hard-pressed flat dwellers,S02001884,Kingspark South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214902 +214902,S00115132,7b3,Endeavouring Flat Dwellers,S01009997,Kingspark South - 05,4d,Hard-pressed flat dwellers,S02001884,Kingspark South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214903 +214903,S00115146,7b3,Endeavouring Flat Dwellers,S01009970,Carmunnock South - 02,4d,Hard-pressed flat dwellers,S02001880,Carmunnock South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214904 +214904,S00115162,7b3,Endeavouring Flat Dwellers,S01009976,Glenwood South - 04,4d,Hard-pressed flat dwellers,S02001881,Glenwood South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214905 +214905,S00115171,7b3,Endeavouring Flat Dwellers,S01009988,Castlemilk - 03,4d,Hard-pressed flat dwellers,S02001883,Castlemilk,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214906 +214906,S00115174,7b3,Endeavouring Flat Dwellers,S01009986,Castlemilk - 01,4d,Hard-pressed flat dwellers,S02001883,Castlemilk,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214907 +214907,S00115179,7b3,Endeavouring Flat Dwellers,S01009986,Castlemilk - 01,4d,Hard-pressed flat dwellers,S02001883,Castlemilk,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214908 +214908,S00115180,7b3,Endeavouring Flat Dwellers,S01009992,Castlemilk - 07,4d,Hard-pressed flat dwellers,S02001883,Castlemilk,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214909 +214909,S00115181,7b3,Endeavouring Flat Dwellers,S01009992,Castlemilk - 07,4d,Hard-pressed flat dwellers,S02001883,Castlemilk,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214910 +214910,S00115197,7b3,Endeavouring Flat Dwellers,S01009982,Glenwood North - 03,4d,Hard-pressed flat dwellers,S02001882,Glenwood North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214911 +214911,S00115222,7b3,Endeavouring Flat Dwellers,S01009762,Darnley East - 05,4d,Hard-pressed flat dwellers,S02001842,Darnley East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214912 +214912,S00115239,7b3,Endeavouring Flat Dwellers,S01009759,Darnley East - 02,4d,Hard-pressed flat dwellers,S02001842,Darnley East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214913 +214913,S00115241,7b3,Endeavouring Flat Dwellers,S01009940,Carnwadric West - 02,4d,Hard-pressed flat dwellers,S02001874,Carnwadric West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214914 +214914,S00115242,7b3,Endeavouring Flat Dwellers,S01009940,Carnwadric West - 02,4d,Hard-pressed flat dwellers,S02001874,Carnwadric West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214915 +214915,S00115248,7b3,Endeavouring Flat Dwellers,S01009940,Carnwadric West - 02,4d,Hard-pressed flat dwellers,S02001874,Carnwadric West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214916 +214916,S00115251,7b3,Endeavouring Flat Dwellers,S01009943,Carnwadric West - 05,4d,Hard-pressed flat dwellers,S02001874,Carnwadric West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214917 +214917,S00115252,7b3,Endeavouring Flat Dwellers,S01009943,Carnwadric West - 05,4d,Hard-pressed flat dwellers,S02001874,Carnwadric West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214918 +214918,S00115255,7b3,Endeavouring Flat Dwellers,S01009942,Carnwadric West - 04,4d,Hard-pressed flat dwellers,S02001874,Carnwadric West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214919 +214919,S00116277,7b3,Endeavouring Flat Dwellers,S01010415,Broomhill - 01,4d,Hard-pressed flat dwellers,S02001959,Broomhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214920 +214920,S00117469,7b3,Endeavouring Flat Dwellers,S01009816,Cardonald West and Central - 02,4d,Hard-pressed flat dwellers,S02001852,Cardonald West and Central,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214921 +214921,S00114770,7b3,Endeavouring Flat Dwellers,S01010006,Cathcart - 02,1a,Cosmopolitan student neighbourhoods,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214922 +214922,S00116279,7b3,Endeavouring Flat Dwellers,S01009809,Cardonald South and East - 04,4d,Hard-pressed flat dwellers,S02001850,Cardonald South and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214923 +214923,S00117471,7b3,Endeavouring Flat Dwellers,S01009815,Cardonald West and Central - 01,4d,Hard-pressed flat dwellers,S02001852,Cardonald West and Central,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214924 +214924,S00117091,7b3,Endeavouring Flat Dwellers,S01010254,Gallowgate North and Bellgrove - 01,1a,Cosmopolitan student neighbourhoods,S02001931,Gallowgate North and Bellgrove,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214925 +214925,S00114131,7b3,Endeavouring Flat Dwellers,S01010176,Riddrie and Hogganfield - 05,4d,Hard-pressed flat dwellers,S02001916,Riddrie and Hogganfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214926 +214926,S00114785,7b3,Endeavouring Flat Dwellers,S01009904,Battlefield - 06,1a,Cosmopolitan student neighbourhoods,S02001867,Battlefield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214927 +214927,S00115264,7b3,Endeavouring Flat Dwellers,S01009873,Kingston West and Dumbreck - 03,3d,Households in terraces and flats,S02001862,Kingston West and Dumbreck,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214928 +214928,S00116314,7b3,Endeavouring Flat Dwellers,S01009793,Pollok South and West - 02,5c,Comfortable neighbourhoods,S02001848,Pollok South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214929 +214929,S00117095,7b3,Endeavouring Flat Dwellers,S01010254,Gallowgate North and Bellgrove - 01,1a,Cosmopolitan student neighbourhoods,S02001931,Gallowgate North and Bellgrove,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214930 +214930,S00117475,7b3,Endeavouring Flat Dwellers,S01009809,Cardonald South and East - 04,4d,Hard-pressed flat dwellers,S02001850,Cardonald South and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214931 +214931,S00114798,7b3,Endeavouring Flat Dwellers,S01010014,Mount Florida - 04,1a,Cosmopolitan student neighbourhoods,S02001887,Mount Florida,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214932 +214932,S00115283,7b3,Endeavouring Flat Dwellers,S01009866,Kinning Park and Festival Park - 01,7a,Urban cultural mix,S02001861,Kinning Park and Festival Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214933 +214933,S00116338,7b3,Endeavouring Flat Dwellers,S01010415,Broomhill - 01,4d,Hard-pressed flat dwellers,S02001959,Broomhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214934 +214934,S00114147,7b3,Endeavouring Flat Dwellers,S01010175,Riddrie and Hogganfield - 04,4d,Hard-pressed flat dwellers,S02001916,Riddrie and Hogganfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214935 +214935,S00117096,7b3,Endeavouring Flat Dwellers,S01010254,Gallowgate North and Bellgrove - 01,1a,Cosmopolitan student neighbourhoods,S02001931,Gallowgate North and Bellgrove,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214936 +214936,S00114153,7b3,Endeavouring Flat Dwellers,S01010153,Carntyne - 02,4d,Hard-pressed flat dwellers,S02001913,Carntyne,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214937 +214937,S00117476,7b3,Endeavouring Flat Dwellers,S01009809,Cardonald South and East - 04,4d,Hard-pressed flat dwellers,S02001850,Cardonald South and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214938 +214938,S00114804,7b3,Endeavouring Flat Dwellers,S01010013,Mount Florida - 03,4d,Hard-pressed flat dwellers,S02001887,Mount Florida,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214939 +214939,S00115284,7b3,Endeavouring Flat Dwellers,S01009866,Kinning Park and Festival Park - 01,7a,Urban cultural mix,S02001861,Kinning Park and Festival Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214940 +214940,S00116343,7b3,Endeavouring Flat Dwellers,S01010091,Baillieston East - 04,5c,Comfortable neighbourhoods,S02001901,Baillieston East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214941 +214941,S00117116,7b3,Endeavouring Flat Dwellers,S01010242,Carntyne West and Haghill - 01,1a,Cosmopolitan student neighbourhoods,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214942 +214942,S00114155,7b3,Endeavouring Flat Dwellers,S01010153,Carntyne - 02,4d,Hard-pressed flat dwellers,S02001913,Carntyne,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214943 +214943,S00117485,7b3,Endeavouring Flat Dwellers,S01009802,Pollok North and East - 04,4d,Hard-pressed flat dwellers,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214944 +214944,S00114810,7b3,Endeavouring Flat Dwellers,S01010020,Toryglen and Oatlands - 05,4d,Hard-pressed flat dwellers,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214945 +214945,S00114811,7b3,Endeavouring Flat Dwellers,S01010020,Toryglen and Oatlands - 05,4d,Hard-pressed flat dwellers,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214946 +214946,S00114814,7b3,Endeavouring Flat Dwellers,S01010020,Toryglen and Oatlands - 05,4d,Hard-pressed flat dwellers,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214947 +214947,S00114819,7b3,Endeavouring Flat Dwellers,S01010017,Toryglen and Oatlands - 02,4d,Hard-pressed flat dwellers,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214948 +214948,S00114820,7b3,Endeavouring Flat Dwellers,S01010017,Toryglen and Oatlands - 02,4d,Hard-pressed flat dwellers,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214949 +214949,S00114823,7b3,Endeavouring Flat Dwellers,S01010020,Toryglen and Oatlands - 05,4d,Hard-pressed flat dwellers,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214950 +214950,S00114824,7b3,Endeavouring Flat Dwellers,S01010018,Toryglen and Oatlands - 03,4d,Hard-pressed flat dwellers,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214951 +214951,S00114825,7b3,Endeavouring Flat Dwellers,S01010018,Toryglen and Oatlands - 03,4d,Hard-pressed flat dwellers,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214952 +214952,S00114826,7b3,Endeavouring Flat Dwellers,S01010018,Toryglen and Oatlands - 03,4d,Hard-pressed flat dwellers,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214953 +214953,S00114831,7b3,Endeavouring Flat Dwellers,S01010017,Toryglen and Oatlands - 02,4d,Hard-pressed flat dwellers,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214954 +214954,S00114832,7b3,Endeavouring Flat Dwellers,S01010019,Toryglen and Oatlands - 04,4d,Hard-pressed flat dwellers,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214955 +214955,S00114838,7b3,Endeavouring Flat Dwellers,S01010021,Toryglen and Oatlands - 06,7a,Urban cultural mix,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214956 +214956,S00114854,7b3,Endeavouring Flat Dwellers,S01009945,Carnwadric East - 02,4d,Hard-pressed flat dwellers,S02001875,Carnwadric East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214957 +214957,S00114855,7b3,Endeavouring Flat Dwellers,S01009945,Carnwadric East - 02,4d,Hard-pressed flat dwellers,S02001875,Carnwadric East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214958 +214958,S00114856,7b3,Endeavouring Flat Dwellers,S01009945,Carnwadric East - 02,4d,Hard-pressed flat dwellers,S02001875,Carnwadric East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214959 +214959,S00114857,7b3,Endeavouring Flat Dwellers,S01009945,Carnwadric East - 02,4d,Hard-pressed flat dwellers,S02001875,Carnwadric East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214960 +214960,S00114859,7b3,Endeavouring Flat Dwellers,S01009946,Carnwadric East - 03,4d,Hard-pressed flat dwellers,S02001875,Carnwadric East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214961 +214961,S00114860,7b3,Endeavouring Flat Dwellers,S01009945,Carnwadric East - 02,4d,Hard-pressed flat dwellers,S02001875,Carnwadric East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214962 +214962,S00114863,7b3,Endeavouring Flat Dwellers,S01009938,Pollokshaws - 06,4d,Hard-pressed flat dwellers,S02001873,Pollokshaws,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214963 +214963,S00114864,7b3,Endeavouring Flat Dwellers,S01009938,Pollokshaws - 06,4d,Hard-pressed flat dwellers,S02001873,Pollokshaws,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214964 +214964,S00114865,7b3,Endeavouring Flat Dwellers,S01009938,Pollokshaws - 06,4d,Hard-pressed flat dwellers,S02001873,Pollokshaws,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214965 +214965,S00114871,7b3,Endeavouring Flat Dwellers,S01009938,Pollokshaws - 06,4d,Hard-pressed flat dwellers,S02001873,Pollokshaws,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214966 +214966,S00114872,7b3,Endeavouring Flat Dwellers,S01009938,Pollokshaws - 06,4d,Hard-pressed flat dwellers,S02001873,Pollokshaws,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214967 +214967,S00114874,7b3,Endeavouring Flat Dwellers,S01009935,Pollokshaws - 03,4d,Hard-pressed flat dwellers,S02001873,Pollokshaws,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214968 +214968,S00114875,7b3,Endeavouring Flat Dwellers,S01009935,Pollokshaws - 03,4d,Hard-pressed flat dwellers,S02001873,Pollokshaws,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214969 +214969,S00114877,7b3,Endeavouring Flat Dwellers,S01009935,Pollokshaws - 03,4d,Hard-pressed flat dwellers,S02001873,Pollokshaws,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214970 +214970,S00114886,7b3,Endeavouring Flat Dwellers,S01009944,Carnwadric East - 01,4d,Hard-pressed flat dwellers,S02001875,Carnwadric East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214971 +214971,S00114887,7b3,Endeavouring Flat Dwellers,S01009944,Carnwadric East - 01,4d,Hard-pressed flat dwellers,S02001875,Carnwadric East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214972 +214972,S00114889,7b3,Endeavouring Flat Dwellers,S01009944,Carnwadric East - 01,4d,Hard-pressed flat dwellers,S02001875,Carnwadric East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214973 +214973,S00114891,7b3,Endeavouring Flat Dwellers,S01009947,Carnwadric East - 04,4d,Hard-pressed flat dwellers,S02001875,Carnwadric East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214974 +214974,S00114892,7b3,Endeavouring Flat Dwellers,S01009944,Carnwadric East - 01,4d,Hard-pressed flat dwellers,S02001875,Carnwadric East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214975 +214975,S00114901,7b3,Endeavouring Flat Dwellers,S01009948,Newlands - 01,4d,Hard-pressed flat dwellers,S02001876,Newlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214976 +214976,S00114910,7b3,Endeavouring Flat Dwellers,S01009949,Newlands - 02,4d,Hard-pressed flat dwellers,S02001876,Newlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214977 +214977,S00114911,7b3,Endeavouring Flat Dwellers,S01009949,Newlands - 02,4d,Hard-pressed flat dwellers,S02001876,Newlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214978 +214978,S00114930,7b3,Endeavouring Flat Dwellers,S01009956,Merrylee and Millbrae - 02,4d,Hard-pressed flat dwellers,S02001877,Merrylee and Millbrae,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214979 +214979,S00114935,7b3,Endeavouring Flat Dwellers,S01009956,Merrylee and Millbrae - 02,4d,Hard-pressed flat dwellers,S02001877,Merrylee and Millbrae,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214980 +214980,S00114936,7b3,Endeavouring Flat Dwellers,S01009956,Merrylee and Millbrae - 02,4d,Hard-pressed flat dwellers,S02001877,Merrylee and Millbrae,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214981 +214981,S00114937,7b3,Endeavouring Flat Dwellers,S01009956,Merrylee and Millbrae - 02,4d,Hard-pressed flat dwellers,S02001877,Merrylee and Millbrae,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214982 +214982,S00114939,7b3,Endeavouring Flat Dwellers,S01009961,Muirend and Old Cathcart - 03,4a,Challenged white communities,S02001878,Muirend and Old Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214983 +214983,S00114942,7b3,Endeavouring Flat Dwellers,S01009956,Merrylee and Millbrae - 02,4d,Hard-pressed flat dwellers,S02001877,Merrylee and Millbrae,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214984 +214984,S00114966,7b3,Endeavouring Flat Dwellers,S01009962,Muirend and Old Cathcart - 04,4d,Hard-pressed flat dwellers,S02001878,Muirend and Old Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214985 +214985,S00114986,7b3,Endeavouring Flat Dwellers,S01009955,Merrylee and Millbrae - 01,3c,Highly qualified professionals,S02001877,Merrylee and Millbrae,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214986 +214986,S00114994,7b3,Endeavouring Flat Dwellers,S01010009,Cathcart - 05,1a,Cosmopolitan student neighbourhoods,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214987 +214987,S00115303,7b3,Endeavouring Flat Dwellers,S01009864,Ibrox East and Cessnock - 03,1a,Cosmopolitan student neighbourhoods,S02001860,Ibrox East and Cessnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214988 +214988,S00114156,7b3,Endeavouring Flat Dwellers,S01010153,Carntyne - 02,4d,Hard-pressed flat dwellers,S02001913,Carntyne,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214989 +214989,S00117545,7b3,Endeavouring Flat Dwellers,S01010223,Cowlairs and Port Dundas - 05,4d,Hard-pressed flat dwellers,S02001924,Cowlairs and Port Dundas,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214990 +214990,S00116425,7b3,Endeavouring Flat Dwellers,S01010299,Woodside - 03,1a,Cosmopolitan student neighbourhoods,S02001938,Woodside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214991 +214991,S00116426,7b3,Endeavouring Flat Dwellers,S01010358,Wyndford - 01,4d,Hard-pressed flat dwellers,S02001949,Wyndford,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214992 +214992,S00117130,7b3,Endeavouring Flat Dwellers,S01010150,Old Shettleston and Parkhead North - 04,4d,Hard-pressed flat dwellers,S02001912,Old Shettleston and Parkhead North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214993 +214993,S00116427,7b3,Endeavouring Flat Dwellers,S01010358,Wyndford - 01,4d,Hard-pressed flat dwellers,S02001949,Wyndford,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214994 +214994,S00115307,7b3,Endeavouring Flat Dwellers,S01009865,Ibrox East and Cessnock - 04,1a,Cosmopolitan student neighbourhoods,S02001860,Ibrox East and Cessnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214995 +214995,S00113461,3a1,Established Renting Families,S01010212,Springburn - 04,4d,Hard-pressed flat dwellers,S02001922,Springburn,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214996 +214996,S00116443,7b3,Endeavouring Flat Dwellers,S01010233,"Roystonhill, Blochairn, and Provanmill - 06",7a,Urban cultural mix,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214997 +214997,S00114161,7b3,Endeavouring Flat Dwellers,S01010154,Carntyne - 03,4d,Hard-pressed flat dwellers,S02001913,Carntyne,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214998 +214998,S00117133,7b3,Endeavouring Flat Dwellers,S01010158,"Cranhill, Lightburn and Queenslie South - 03",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214999 +214999,S00114173,7b3,Endeavouring Flat Dwellers,S01010153,Carntyne - 02,4d,Hard-pressed flat dwellers,S02001913,Carntyne,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215000 +215000,S00115308,7b3,Endeavouring Flat Dwellers,S01009862,Ibrox East and Cessnock - 01,1a,Cosmopolitan student neighbourhoods,S02001860,Ibrox East and Cessnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215001 +215001,S00113486,3a1,Established Renting Families,S01010207,Petershill - 05,7a,Urban cultural mix,S02001921,Petershill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215002 +215002,S00116469,7b3,Endeavouring Flat Dwellers,S01010331,Milton West - 02,4d,Hard-pressed flat dwellers,S02001943,Milton West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215003 +215003,S00116063,3d2,Established Tech Workers,S01010052,Parkhead West and Barrowfield - 04,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215004 +215004,S00117136,7b3,Endeavouring Flat Dwellers,S01010063,Braidfauld - 03,4d,Hard-pressed flat dwellers,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215005 +215005,S00115322,7b3,Endeavouring Flat Dwellers,S01009860,Ibrox - 02,4d,Hard-pressed flat dwellers,S02001859,Ibrox,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215006 +215006,S00116479,7b3,Endeavouring Flat Dwellers,S01010348,Summerston North - 03,4d,Hard-pressed flat dwellers,S02001946,Summerston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215007 +215007,S00114207,7b3,Endeavouring Flat Dwellers,S01010165,Craigend and Ruchazie - 01,4d,Hard-pressed flat dwellers,S02001915,Craigend and Ruchazie,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215008 +215008,S00112492,5a3,Families in Terraces and Flats,S01010393,Partick - 01,1a,Cosmopolitan student neighbourhoods,S02001955,Partick,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215009 +215009,S00117137,7b3,Endeavouring Flat Dwellers,S01010141,Shettleston North - 05,4d,Hard-pressed flat dwellers,S02001910,Shettleston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215010 +215010,S00112499,5a3,Families in Terraces and Flats,S01010398,Partickhill and Hyndland - 02,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215011 +215011,S00117138,7b3,Endeavouring Flat Dwellers,S01010139,Shettleston North - 03,4d,Hard-pressed flat dwellers,S02001910,Shettleston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215012 +215012,S00115328,7b3,Endeavouring Flat Dwellers,S01009859,Ibrox - 01,4d,Hard-pressed flat dwellers,S02001859,Ibrox,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215013 +215013,S00114210,7b3,Endeavouring Flat Dwellers,S01010124,Barlanark - 02,4d,Hard-pressed flat dwellers,S02001908,Barlanark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215014 +215014,S00116485,7b3,Endeavouring Flat Dwellers,S01010239,Alexandra Parade - 01,4d,Hard-pressed flat dwellers,S02001928,Alexandra Parade,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215015 +215015,S00112501,5a3,Families in Terraces and Flats,S01010419,Broomhill - 05,3c,Highly qualified professionals,S02001959,Broomhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215016 +215016,S00117146,7b3,Endeavouring Flat Dwellers,S01010147,Old Shettleston and Parkhead North - 01,4d,Hard-pressed flat dwellers,S02001912,Old Shettleston and Parkhead North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215017 +215017,S00115337,7b3,Endeavouring Flat Dwellers,S01009840,Drumoyne and Shieldhall - 08,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215018 +215018,S00114212,7b3,Endeavouring Flat Dwellers,S01010124,Barlanark - 02,4d,Hard-pressed flat dwellers,S02001908,Barlanark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215019 +215019,S00116510,7b3,Endeavouring Flat Dwellers,S01010168,Craigend and Ruchazie - 04,4a,Challenged white communities,S02001915,Craigend and Ruchazie,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215020 +215020,S00112508,5a3,Families in Terraces and Flats,S01010417,Broomhill - 03,3c,Highly qualified professionals,S02001959,Broomhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215021 +215021,S00117149,7b3,Endeavouring Flat Dwellers,S01010147,Old Shettleston and Parkhead North - 01,4d,Hard-pressed flat dwellers,S02001912,Old Shettleston and Parkhead North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215022 +215022,S00115358,7b3,Endeavouring Flat Dwellers,S01009860,Ibrox - 02,4d,Hard-pressed flat dwellers,S02001859,Ibrox,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215023 +215023,S00114213,7b3,Endeavouring Flat Dwellers,S01010124,Barlanark - 02,4d,Hard-pressed flat dwellers,S02001908,Barlanark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215024 +215024,S00114214,7b3,Endeavouring Flat Dwellers,S01010124,Barlanark - 02,4d,Hard-pressed flat dwellers,S02001908,Barlanark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215025 +215025,S00114215,7b3,Endeavouring Flat Dwellers,S01010124,Barlanark - 02,4d,Hard-pressed flat dwellers,S02001908,Barlanark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215026 +215026,S00114264,7b3,Endeavouring Flat Dwellers,S01010168,Craigend and Ruchazie - 04,4a,Challenged white communities,S02001915,Craigend and Ruchazie,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215027 +215027,S00114265,7b3,Endeavouring Flat Dwellers,S01010169,Craigend and Ruchazie - 05,4d,Hard-pressed flat dwellers,S02001915,Craigend and Ruchazie,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215028 +215028,S00114267,7b3,Endeavouring Flat Dwellers,S01010167,Craigend and Ruchazie - 03,4d,Hard-pressed flat dwellers,S02001915,Craigend and Ruchazie,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215029 +215029,S00114300,7b3,Endeavouring Flat Dwellers,S01010113,"Garthamlock, Auchinlea and Gartloch - 01",4d,Hard-pressed flat dwellers,S02001906,"Garthamlock, Auchinlea and Gartloch",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215030 +215030,S00114308,7b3,Endeavouring Flat Dwellers,S01010122,North Barlanark and Easterhouse South - 05,4d,Hard-pressed flat dwellers,S02001907,North Barlanark and Easterhouse South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215031 +215031,S00114324,7b3,Endeavouring Flat Dwellers,S01010109,Easterhouse East - 05,4d,Hard-pressed flat dwellers,S02001904,Easterhouse East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215032 +215032,S00114326,7b3,Endeavouring Flat Dwellers,S01010109,Easterhouse East - 05,4d,Hard-pressed flat dwellers,S02001904,Easterhouse East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215033 +215033,S00114338,7b3,Endeavouring Flat Dwellers,S01010043,Bridgeton - 02,1a,Cosmopolitan student neighbourhoods,S02001892,Bridgeton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215034 +215034,S00114378,7b3,Endeavouring Flat Dwellers,S01010048,Dalmarnock - 03,4d,Hard-pressed flat dwellers,S02001893,Dalmarnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215035 +215035,S00114381,7b3,Endeavouring Flat Dwellers,S01010048,Dalmarnock - 03,4d,Hard-pressed flat dwellers,S02001893,Dalmarnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215036 +215036,S00114391,7b3,Endeavouring Flat Dwellers,S01010047,Dalmarnock - 02,4d,Hard-pressed flat dwellers,S02001893,Dalmarnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215037 +215037,S00114461,7b3,Endeavouring Flat Dwellers,S01009927,Langside - 01,4d,Hard-pressed flat dwellers,S02001872,Langside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215038 +215038,S00114463,7b3,Endeavouring Flat Dwellers,S01009927,Langside - 01,4d,Hard-pressed flat dwellers,S02001872,Langside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215039 +215039,S00114464,7b3,Endeavouring Flat Dwellers,S01009932,Langside - 06,1a,Cosmopolitan student neighbourhoods,S02001872,Langside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215040 +215040,S00114493,7b3,Endeavouring Flat Dwellers,S01009923,Shawlands East - 01,1a,Cosmopolitan student neighbourhoods,S02001871,Shawlands East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215041 +215041,S00114501,7b3,Endeavouring Flat Dwellers,S01009926,Shawlands East - 04,1a,Cosmopolitan student neighbourhoods,S02001871,Shawlands East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215042 +215042,S00114503,7b3,Endeavouring Flat Dwellers,S01009932,Langside - 06,1a,Cosmopolitan student neighbourhoods,S02001872,Langside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215043 +215043,S00114513,7b3,Endeavouring Flat Dwellers,S01009924,Shawlands East - 02,1a,Cosmopolitan student neighbourhoods,S02001871,Shawlands East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215044 +215044,S00114526,7b3,Endeavouring Flat Dwellers,S01009919,Shawlands West - 01,1a,Cosmopolitan student neighbourhoods,S02001870,Shawlands West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215045 +215045,S00114534,7b3,Endeavouring Flat Dwellers,S01009920,Shawlands West - 02,1a,Cosmopolitan student neighbourhoods,S02001870,Shawlands West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215046 +215046,S00114536,7b3,Endeavouring Flat Dwellers,S01009919,Shawlands West - 01,1a,Cosmopolitan student neighbourhoods,S02001870,Shawlands West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215047 +215047,S00114549,7b3,Endeavouring Flat Dwellers,S01009936,Pollokshaws - 04,4d,Hard-pressed flat dwellers,S02001873,Pollokshaws,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215048 +215048,S00114591,7b3,Endeavouring Flat Dwellers,S01009874,Kingston West and Dumbreck - 04,3d,Households in terraces and flats,S02001862,Kingston West and Dumbreck,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215049 +215049,S00114605,7b3,Endeavouring Flat Dwellers,S01009871,Kingston West and Dumbreck - 01,7a,Urban cultural mix,S02001862,Kingston West and Dumbreck,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215050 +215050,S00114606,7b3,Endeavouring Flat Dwellers,S01009871,Kingston West and Dumbreck - 01,7a,Urban cultural mix,S02001862,Kingston West and Dumbreck,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215051 +215051,S00114607,7b3,Endeavouring Flat Dwellers,S01009871,Kingston West and Dumbreck - 01,7a,Urban cultural mix,S02001862,Kingston West and Dumbreck,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215052 +215052,S00114633,7b3,Endeavouring Flat Dwellers,S01009891,Govanhill West - 05,1a,Cosmopolitan student neighbourhoods,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215053 +215053,S00114635,7b3,Endeavouring Flat Dwellers,S01009891,Govanhill West - 05,1a,Cosmopolitan student neighbourhoods,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215054 +215054,S00114647,7b3,Endeavouring Flat Dwellers,S01009890,Govanhill West - 04,1a,Cosmopolitan student neighbourhoods,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215055 +215055,S00114649,7b3,Endeavouring Flat Dwellers,S01009898,Govanhill East and Aikenhead - 05,4d,Hard-pressed flat dwellers,S02001866,Govanhill East and Aikenhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215056 +215056,S00114651,7b3,Endeavouring Flat Dwellers,S01009898,Govanhill East and Aikenhead - 05,4d,Hard-pressed flat dwellers,S02001866,Govanhill East and Aikenhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215057 +215057,S00114660,7b3,Endeavouring Flat Dwellers,S01009892,Govanhill West - 06,6a,Inner city cosmopolitan,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215058 +215058,S00114667,7b3,Endeavouring Flat Dwellers,S01009902,Battlefield - 04,4d,Hard-pressed flat dwellers,S02001867,Battlefield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215059 +215059,S00114668,7b3,Endeavouring Flat Dwellers,S01009902,Battlefield - 04,4d,Hard-pressed flat dwellers,S02001867,Battlefield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215060 +215060,S00112510,5a3,Families in Terraces and Flats,S01010417,Broomhill - 03,3c,Highly qualified professionals,S02001959,Broomhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215061 +215061,S00112514,5a3,Families in Terraces and Flats,S01010419,Broomhill - 05,3c,Highly qualified professionals,S02001959,Broomhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215062 +215062,S00115389,7b3,Endeavouring Flat Dwellers,S01009837,Drumoyne and Shieldhall - 05,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215063 +215063,S00112515,5a3,Families in Terraces and Flats,S01010416,Broomhill - 02,3c,Highly qualified professionals,S02001959,Broomhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215064 +215064,S00115390,7b3,Endeavouring Flat Dwellers,S01009835,Drumoyne and Shieldhall - 03,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215065 +215065,S00112516,5a3,Families in Terraces and Flats,S01010416,Broomhill - 02,3c,Highly qualified professionals,S02001959,Broomhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215066 +215066,S00115399,7b3,Endeavouring Flat Dwellers,S01009838,Drumoyne and Shieldhall - 06,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215067 +215067,S00115402,7b3,Endeavouring Flat Dwellers,S01009846,Govan and Linthouse - 06,4d,Hard-pressed flat dwellers,S02001856,Govan and Linthouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215068 +215068,S00117153,7b3,Endeavouring Flat Dwellers,S01010142,Tollcross - 01,4d,Hard-pressed flat dwellers,S02001911,Tollcross,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215069 +215069,S00115403,7b3,Endeavouring Flat Dwellers,S01009847,Govan and Linthouse - 07,4d,Hard-pressed flat dwellers,S02001856,Govan and Linthouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215070 +215070,S00112607,5a3,Families in Terraces and Flats,S01010402,Partickhill and Hyndland - 06,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215071 +215071,S00117163,7b3,Endeavouring Flat Dwellers,S01010139,Shettleston North - 03,4d,Hard-pressed flat dwellers,S02001910,Shettleston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215072 +215072,S00115405,7b3,Endeavouring Flat Dwellers,S01009839,Drumoyne and Shieldhall - 07,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215073 +215073,S00115408,7b3,Endeavouring Flat Dwellers,S01009838,Drumoyne and Shieldhall - 06,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215074 +215074,S00116515,7b3,Endeavouring Flat Dwellers,S01009896,Govanhill East and Aikenhead - 03,7a,Urban cultural mix,S02001866,Govanhill East and Aikenhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215075 +215075,S00115414,7b3,Endeavouring Flat Dwellers,S01009839,Drumoyne and Shieldhall - 07,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215076 +215076,S00115417,7b3,Endeavouring Flat Dwellers,S01009839,Drumoyne and Shieldhall - 07,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215077 +215077,S00115456,7b3,Endeavouring Flat Dwellers,S01009856,Mosspark - 05,4d,Hard-pressed flat dwellers,S02001858,Mosspark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215078 +215078,S00115458,7b3,Endeavouring Flat Dwellers,S01009856,Mosspark - 05,4d,Hard-pressed flat dwellers,S02001858,Mosspark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215079 +215079,S00115459,7b3,Endeavouring Flat Dwellers,S01009850,Craigton - 03,4d,Hard-pressed flat dwellers,S02001857,Craigton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215080 +215080,S00115460,7b3,Endeavouring Flat Dwellers,S01009856,Mosspark - 05,4d,Hard-pressed flat dwellers,S02001858,Mosspark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215081 +215081,S00115461,7b3,Endeavouring Flat Dwellers,S01009852,Mosspark - 01,4a,Challenged white communities,S02001858,Mosspark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215082 +215082,S00115462,7b3,Endeavouring Flat Dwellers,S01009851,Craigton - 04,4d,Hard-pressed flat dwellers,S02001857,Craigton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215083 +215083,S00115463,7b3,Endeavouring Flat Dwellers,S01009849,Craigton - 02,4d,Hard-pressed flat dwellers,S02001857,Craigton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215084 +215084,S00115465,7b3,Endeavouring Flat Dwellers,S01009849,Craigton - 02,4d,Hard-pressed flat dwellers,S02001857,Craigton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215085 +215085,S00115466,7b3,Endeavouring Flat Dwellers,S01009849,Craigton - 02,4d,Hard-pressed flat dwellers,S02001857,Craigton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215086 +215086,S00115467,7b3,Endeavouring Flat Dwellers,S01009849,Craigton - 02,4d,Hard-pressed flat dwellers,S02001857,Craigton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215087 +215087,S00115472,7b3,Endeavouring Flat Dwellers,S01009849,Craigton - 02,4d,Hard-pressed flat dwellers,S02001857,Craigton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215088 +215088,S00115473,7b3,Endeavouring Flat Dwellers,S01009849,Craigton - 02,4d,Hard-pressed flat dwellers,S02001857,Craigton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215089 +215089,S00115475,7b3,Endeavouring Flat Dwellers,S01009850,Craigton - 03,4d,Hard-pressed flat dwellers,S02001857,Craigton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215090 +215090,S00115482,7b3,Endeavouring Flat Dwellers,S01009850,Craigton - 03,4d,Hard-pressed flat dwellers,S02001857,Craigton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215091 +215091,S00115483,7b3,Endeavouring Flat Dwellers,S01009850,Craigton - 03,4d,Hard-pressed flat dwellers,S02001857,Craigton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215092 +215092,S00115484,7b3,Endeavouring Flat Dwellers,S01009850,Craigton - 03,4d,Hard-pressed flat dwellers,S02001857,Craigton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215093 +215093,S00112678,5a3,Families in Terraces and Flats,S01010368,Kelvindale - 06,3c,Highly qualified professionals,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215094 +215094,S00117164,7b3,Endeavouring Flat Dwellers,S01010137,Shettleston North - 01,4d,Hard-pressed flat dwellers,S02001910,Shettleston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215095 +215095,S00115493,7b3,Endeavouring Flat Dwellers,S01009832,Hillington - 04,4d,Hard-pressed flat dwellers,S02001854,Hillington,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215096 +215096,S00115503,7b3,Endeavouring Flat Dwellers,S01009832,Hillington - 04,4d,Hard-pressed flat dwellers,S02001854,Hillington,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215097 +215097,S00115504,7b3,Endeavouring Flat Dwellers,S01009832,Hillington - 04,4d,Hard-pressed flat dwellers,S02001854,Hillington,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215098 +215098,S00115509,7b3,Endeavouring Flat Dwellers,S01009829,Hillington - 01,4d,Hard-pressed flat dwellers,S02001854,Hillington,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215099 +215099,S00115511,7b3,Endeavouring Flat Dwellers,S01009829,Hillington - 01,4d,Hard-pressed flat dwellers,S02001854,Hillington,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215100 +215100,S00115512,7b3,Endeavouring Flat Dwellers,S01009829,Hillington - 01,4d,Hard-pressed flat dwellers,S02001854,Hillington,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215101 +215101,S00115515,7b3,Endeavouring Flat Dwellers,S01009829,Hillington - 01,4d,Hard-pressed flat dwellers,S02001854,Hillington,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215102 +215102,S00115516,7b3,Endeavouring Flat Dwellers,S01009830,Hillington - 02,4d,Hard-pressed flat dwellers,S02001854,Hillington,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215103 +215103,S00115517,7b3,Endeavouring Flat Dwellers,S01009830,Hillington - 02,4d,Hard-pressed flat dwellers,S02001854,Hillington,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215104 +215104,S00115527,7b3,Endeavouring Flat Dwellers,S01009831,Hillington - 03,4d,Hard-pressed flat dwellers,S02001854,Hillington,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215105 +215105,S00115531,7b3,Endeavouring Flat Dwellers,S01009812,Cardonald North - 03,4d,Hard-pressed flat dwellers,S02001851,Cardonald North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215106 +215106,S00115532,7b3,Endeavouring Flat Dwellers,S01009821,Cardonald West and Central - 07,5c,Comfortable neighbourhoods,S02001852,Cardonald West and Central,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215107 +215107,S00116516,7b3,Endeavouring Flat Dwellers,S01009896,Govanhill East and Aikenhead - 03,7a,Urban cultural mix,S02001866,Govanhill East and Aikenhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215108 +215108,S00112679,5a3,Families in Terraces and Flats,S01010368,Kelvindale - 06,3c,Highly qualified professionals,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215109 +215109,S00117165,7b3,Endeavouring Flat Dwellers,S01010137,Shettleston North - 01,4d,Hard-pressed flat dwellers,S02001910,Shettleston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215110 +215110,S00116532,7b3,Endeavouring Flat Dwellers,S01009997,Kingspark South - 05,4d,Hard-pressed flat dwellers,S02001884,Kingspark South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215111 +215111,S00112698,5a3,Families in Terraces and Flats,S01010364,Kelvindale - 02,3b,Asian traits,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215112 +215112,S00117166,7b3,Endeavouring Flat Dwellers,S01010137,Shettleston North - 01,4d,Hard-pressed flat dwellers,S02001910,Shettleston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215113 +215113,S00117168,7b3,Endeavouring Flat Dwellers,S01010137,Shettleston North - 01,4d,Hard-pressed flat dwellers,S02001910,Shettleston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215114 +215114,S00117189,7b3,Endeavouring Flat Dwellers,S01010172,Riddrie and Hogganfield - 01,4d,Hard-pressed flat dwellers,S02001916,Riddrie and Hogganfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215115 +215115,S00117222,7b3,Endeavouring Flat Dwellers,S01010109,Easterhouse East - 05,4d,Hard-pressed flat dwellers,S02001904,Easterhouse East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215116 +215116,S00117231,7b3,Endeavouring Flat Dwellers,S01010042,Bridgeton - 01,1a,Cosmopolitan student neighbourhoods,S02001892,Bridgeton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215117 +215117,S00117245,7b3,Endeavouring Flat Dwellers,S01010045,Bridgeton - 04,4d,Hard-pressed flat dwellers,S02001892,Bridgeton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215118 +215118,S00117247,7b3,Endeavouring Flat Dwellers,S01010045,Bridgeton - 04,4d,Hard-pressed flat dwellers,S02001892,Bridgeton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215119 +215119,S00117254,7b3,Endeavouring Flat Dwellers,S01010033,Laurieston and Tradeston - 03,1a,Cosmopolitan student neighbourhoods,S02001890,Laurieston and Tradeston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215120 +215120,S00117269,7b3,Endeavouring Flat Dwellers,S01009886,Pollokshields East - 06,7b,Young ethnic communities,S02001864,Pollokshields East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215121 +215121,S00117282,7b3,Endeavouring Flat Dwellers,S01009936,Pollokshaws - 04,4d,Hard-pressed flat dwellers,S02001873,Pollokshaws,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215122 +215122,S00117285,7b3,Endeavouring Flat Dwellers,S01009871,Kingston West and Dumbreck - 01,7a,Urban cultural mix,S02001862,Kingston West and Dumbreck,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215123 +215123,S00117292,7b3,Endeavouring Flat Dwellers,S01010033,Laurieston and Tradeston - 03,1a,Cosmopolitan student neighbourhoods,S02001890,Laurieston and Tradeston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215124 +215124,S00117294,7b3,Endeavouring Flat Dwellers,S01009894,Govanhill East and Aikenhead - 01,1a,Cosmopolitan student neighbourhoods,S02001866,Govanhill East and Aikenhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215125 +215125,S00117301,7b3,Endeavouring Flat Dwellers,S01009899,Battlefield - 01,1a,Cosmopolitan student neighbourhoods,S02001867,Battlefield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215126 +215126,S00117312,7b3,Endeavouring Flat Dwellers,S01010011,Mount Florida - 01,1a,Cosmopolitan student neighbourhoods,S02001887,Mount Florida,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215127 +215127,S00117313,7b3,Endeavouring Flat Dwellers,S01010017,Toryglen and Oatlands - 02,4d,Hard-pressed flat dwellers,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215128 +215128,S00117314,7b3,Endeavouring Flat Dwellers,S01010017,Toryglen and Oatlands - 02,4d,Hard-pressed flat dwellers,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215129 +215129,S00117324,7b3,Endeavouring Flat Dwellers,S01009945,Carnwadric East - 02,4d,Hard-pressed flat dwellers,S02001875,Carnwadric East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215130 +215130,S00117325,7b3,Endeavouring Flat Dwellers,S01009945,Carnwadric East - 02,4d,Hard-pressed flat dwellers,S02001875,Carnwadric East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215131 +215131,S00117353,7b3,Endeavouring Flat Dwellers,S01009962,Muirend and Old Cathcart - 04,4d,Hard-pressed flat dwellers,S02001878,Muirend and Old Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215132 +215132,S00117355,7b3,Endeavouring Flat Dwellers,S01009962,Muirend and Old Cathcart - 04,4d,Hard-pressed flat dwellers,S02001878,Muirend and Old Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215133 +215133,S00117357,7b3,Endeavouring Flat Dwellers,S01009962,Muirend and Old Cathcart - 04,4d,Hard-pressed flat dwellers,S02001878,Muirend and Old Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215134 +215134,S00117358,7b3,Endeavouring Flat Dwellers,S01010008,Cathcart - 04,1a,Cosmopolitan student neighbourhoods,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215135 +215135,S00117361,7b3,Endeavouring Flat Dwellers,S01010008,Cathcart - 04,1a,Cosmopolitan student neighbourhoods,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215136 +215136,S00117370,7b3,Endeavouring Flat Dwellers,S01010002,Kingspark North - 04,4d,Hard-pressed flat dwellers,S02001885,Kingspark North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215137 +215137,S00117371,7b3,Endeavouring Flat Dwellers,S01010000,Kingspark North - 02,4d,Hard-pressed flat dwellers,S02001885,Kingspark North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215138 +215138,S00117376,7b3,Endeavouring Flat Dwellers,S01009995,Kingspark South - 03,4d,Hard-pressed flat dwellers,S02001884,Kingspark South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215139 +215139,S00117385,7b3,Endeavouring Flat Dwellers,S01009976,Glenwood South - 04,4d,Hard-pressed flat dwellers,S02001881,Glenwood South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215140 +215140,S00117386,7b3,Endeavouring Flat Dwellers,S01009976,Glenwood South - 04,4d,Hard-pressed flat dwellers,S02001881,Glenwood South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215141 +215141,S00117413,7b3,Endeavouring Flat Dwellers,S01009943,Carnwadric West - 05,4d,Hard-pressed flat dwellers,S02001874,Carnwadric West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215142 +215142,S00117426,7b3,Endeavouring Flat Dwellers,S01009942,Carnwadric West - 04,4d,Hard-pressed flat dwellers,S02001874,Carnwadric West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215143 +215143,S00112708,5a3,Families in Terraces and Flats,S01010411,Kelvinside and Jordanhill - 04,3a,Achieving neighbourhoods,S02001958,Kelvinside and Jordanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215144 +215144,S00116551,7b3,Endeavouring Flat Dwellers,S01009806,Cardonald South and East - 01,4d,Hard-pressed flat dwellers,S02001850,Cardonald South and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215145 +215145,S00112709,5a3,Families in Terraces and Flats,S01010414,Kelvinside and Jordanhill - 07,3c,Highly qualified professionals,S02001958,Kelvinside and Jordanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215146 +215146,S00112732,5a3,Families in Terraces and Flats,S01010473,Anniesland West - 04,3d,Households in terraces and flats,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215147 +215147,S00112742,5a3,Families in Terraces and Flats,S01010466,Anniesland East - 02,3c,Highly qualified professionals,S02001970,Anniesland East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215148 +215148,S00112746,5a3,Families in Terraces and Flats,S01010414,Kelvinside and Jordanhill - 07,3c,Highly qualified professionals,S02001958,Kelvinside and Jordanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215149 +215149,S00112753,5a3,Families in Terraces and Flats,S01010476,Anniesland West - 07,4d,Hard-pressed flat dwellers,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215150 +215150,S00112957,5a3,Families in Terraces and Flats,S01010429,Scotstoun North and East - 03,3d,Households in terraces and flats,S02001962,Scotstoun North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215151 +215151,S00112958,5a3,Families in Terraces and Flats,S01010429,Scotstoun North and East - 03,3d,Households in terraces and flats,S02001962,Scotstoun North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215152 +215152,S00112959,5a3,Families in Terraces and Flats,S01010431,Scotstoun North and East - 05,3a,Achieving neighbourhoods,S02001962,Scotstoun North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215153 +215153,S00112960,5a3,Families in Terraces and Flats,S01010431,Scotstoun North and East - 05,3a,Achieving neighbourhoods,S02001962,Scotstoun North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215154 +215154,S00112961,5a3,Families in Terraces and Flats,S01010431,Scotstoun North and East - 05,3a,Achieving neighbourhoods,S02001962,Scotstoun North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215155 +215155,S00112963,5a3,Families in Terraces and Flats,S01010431,Scotstoun North and East - 05,3a,Achieving neighbourhoods,S02001962,Scotstoun North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215156 +215156,S00112964,5a3,Families in Terraces and Flats,S01010422,Victoria Park - 03,3d,Households in terraces and flats,S02001960,Victoria Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215157 +215157,S00112965,5a3,Families in Terraces and Flats,S01010422,Victoria Park - 03,3d,Households in terraces and flats,S02001960,Victoria Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215158 +215158,S00112973,5a3,Families in Terraces and Flats,S01010421,Victoria Park - 02,3c,Highly qualified professionals,S02001960,Victoria Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215159 +215159,S00112989,5a3,Families in Terraces and Flats,S01010422,Victoria Park - 03,3d,Households in terraces and flats,S02001960,Victoria Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215160 +215160,S00113292,5a3,Families in Terraces and Flats,S01010465,Anniesland East - 01,3a,Achieving neighbourhoods,S02001970,Anniesland East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215161 +215161,S00113295,5a3,Families in Terraces and Flats,S01010465,Anniesland East - 01,3a,Achieving neighbourhoods,S02001970,Anniesland East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215162 +215162,S00113297,5a3,Families in Terraces and Flats,S01010465,Anniesland East - 01,3a,Achieving neighbourhoods,S02001970,Anniesland East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215163 +215163,S00113481,5a3,Families in Terraces and Flats,S01010205,Petershill - 03,4d,Hard-pressed flat dwellers,S02001921,Petershill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215164 +215164,S00113687,5a3,Families in Terraces and Flats,S01010252,Dennistoun - 05,1a,Cosmopolitan student neighbourhoods,S02001930,Dennistoun,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215165 +215165,S00113807,5a3,Families in Terraces and Flats,S01010060,Parkhead East and Braidfauld North - 05,4d,Hard-pressed flat dwellers,S02001895,Parkhead East and Braidfauld North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215166 +215166,S00113960,5a3,Families in Terraces and Flats,S01010069,Shettleston South - 01,5c,Comfortable neighbourhoods,S02001897,Shettleston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215167 +215167,S00114037,5a3,Families in Terraces and Flats,S01010082,Mount Vernon North and Sandyhills - 05,8c,Comfortable suburbia,S02001899,Mount Vernon North and Sandyhills,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215168 +215168,S00114249,5a3,Families in Terraces and Flats,S01010116,"Garthamlock, Auchinlea and Gartloch - 04",4b,Constrained renters,S02001906,"Garthamlock, Auchinlea and Gartloch",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215169 +215169,S00114422,5a3,Families in Terraces and Flats,S01009911,Strathbungo - 07,3c,Highly qualified professionals,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215170 +215170,S00116564,7b3,Endeavouring Flat Dwellers,S01010394,Partick - 02,1a,Cosmopolitan student neighbourhoods,S02001955,Partick,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215171 +215171,S00116586,7b3,Endeavouring Flat Dwellers,S01010041,Calton and Gallowgate - 05,1a,Cosmopolitan student neighbourhoods,S02001891,Calton and Gallowgate,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215172 +215172,S00116644,7b3,Endeavouring Flat Dwellers,S01010297,Woodside - 01,1a,Cosmopolitan student neighbourhoods,S02001938,Woodside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215173 +215173,S00116662,7b3,Endeavouring Flat Dwellers,S01010270,City Centre West - 05,1a,Cosmopolitan student neighbourhoods,S02001933,City Centre West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215174 +215174,S00116684,7b3,Endeavouring Flat Dwellers,S01010034,Laurieston and Tradeston - 04,1a,Cosmopolitan student neighbourhoods,S02001890,Laurieston and Tradeston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215175 +215175,S00116729,7b3,Endeavouring Flat Dwellers,S01010388,Glasgow Harbour and Partick South - 01,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215176 +215176,S00116798,7b3,Endeavouring Flat Dwellers,S01010474,Anniesland West - 05,1a,Cosmopolitan student neighbourhoods,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215177 +215177,S00116810,7b3,Endeavouring Flat Dwellers,S01010478,Blairdardie East - 01,4d,Hard-pressed flat dwellers,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215178 +215178,S00116812,7b3,Endeavouring Flat Dwellers,S01010478,Blairdardie East - 01,4d,Hard-pressed flat dwellers,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215179 +215179,S00116814,7b3,Endeavouring Flat Dwellers,S01010479,Blairdardie East - 02,4d,Hard-pressed flat dwellers,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215180 +215180,S00116826,7b3,Endeavouring Flat Dwellers,S01010461,Knightswood Park East - 02,4d,Hard-pressed flat dwellers,S02001969,Knightswood Park East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215181 +215181,S00116858,7b3,Endeavouring Flat Dwellers,S01010425,Whiteinch - 03,4d,Hard-pressed flat dwellers,S02001961,Whiteinch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215182 +215182,S00116872,7b3,Endeavouring Flat Dwellers,S01010425,Whiteinch - 03,4d,Hard-pressed flat dwellers,S02001961,Whiteinch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215183 +215183,S00116874,7b3,Endeavouring Flat Dwellers,S01010423,Whiteinch - 01,1a,Cosmopolitan student neighbourhoods,S02001961,Whiteinch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215184 +215184,S00116879,7b3,Endeavouring Flat Dwellers,S01010426,Whiteinch - 04,4d,Hard-pressed flat dwellers,S02001961,Whiteinch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215185 +215185,S00116882,7b3,Endeavouring Flat Dwellers,S01010432,Scotstoun South and West - 01,1a,Cosmopolitan student neighbourhoods,S02001963,Scotstoun South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215186 +215186,S00116884,7b3,Endeavouring Flat Dwellers,S01010442,Yoker South - 06,4d,Hard-pressed flat dwellers,S02001964,Yoker South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215187 +215187,S00116894,7b3,Endeavouring Flat Dwellers,S01010441,Yoker South - 05,4d,Hard-pressed flat dwellers,S02001964,Yoker South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215188 +215188,S00116897,7b3,Endeavouring Flat Dwellers,S01010441,Yoker South - 05,4d,Hard-pressed flat dwellers,S02001964,Yoker South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215189 +215189,S00116898,7b3,Endeavouring Flat Dwellers,S01010441,Yoker South - 05,4d,Hard-pressed flat dwellers,S02001964,Yoker South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215190 +215190,S00116902,7b3,Endeavouring Flat Dwellers,S01010437,Yoker South - 01,4d,Hard-pressed flat dwellers,S02001964,Yoker South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215191 +215191,S00116910,7b3,Endeavouring Flat Dwellers,S01010489,Drumchapel South - 02,4d,Hard-pressed flat dwellers,S02001974,Drumchapel South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215192 +215192,S00116912,7b3,Endeavouring Flat Dwellers,S01010490,Drumchapel South - 03,4d,Hard-pressed flat dwellers,S02001974,Drumchapel South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215193 +215193,S00116913,7b3,Endeavouring Flat Dwellers,S01010488,Drumchapel South - 01,4d,Hard-pressed flat dwellers,S02001974,Drumchapel South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215194 +215194,S00116969,7b3,Endeavouring Flat Dwellers,S01010465,Anniesland East - 01,3a,Achieving neighbourhoods,S02001970,Anniesland East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215195 +215195,S00116971,7b3,Endeavouring Flat Dwellers,S01010347,Summerston North - 02,1a,Cosmopolitan student neighbourhoods,S02001946,Summerston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215196 +215196,S00116990,7b3,Endeavouring Flat Dwellers,S01010223,Cowlairs and Port Dundas - 05,4d,Hard-pressed flat dwellers,S02001924,Cowlairs and Port Dundas,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215197 +215197,S00116992,7b3,Endeavouring Flat Dwellers,S01010222,Cowlairs and Port Dundas - 04,4d,Hard-pressed flat dwellers,S02001924,Cowlairs and Port Dundas,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215198 +215198,S00116993,7b3,Endeavouring Flat Dwellers,S01010208,Petershill - 06,4d,Hard-pressed flat dwellers,S02001921,Petershill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215199 +215199,S00117026,7b3,Endeavouring Flat Dwellers,S01010229,"Roystonhill, Blochairn, and Provanmill - 02",4d,Hard-pressed flat dwellers,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215200 +215200,S00114138,8b2,Hard-Pressed Rented Terraces,S01010174,Riddrie and Hogganfield - 03,4d,Hard-pressed flat dwellers,S02001916,Riddrie and Hogganfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215201 +215201,S00114162,8b2,Hard-Pressed Rented Terraces,S01010154,Carntyne - 03,4d,Hard-pressed flat dwellers,S02001913,Carntyne,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215202 +215202,S00114167,8b2,Hard-Pressed Rented Terraces,S01010158,"Cranhill, Lightburn and Queenslie South - 03",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215203 +215203,S00114231,8b2,Hard-Pressed Rented Terraces,S01010127,Barlanark - 05,4a,Challenged white communities,S02001908,Barlanark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215204 +215204,S00114253,8b2,Hard-Pressed Rented Terraces,S01010116,"Garthamlock, Auchinlea and Gartloch - 04",4b,Constrained renters,S02001906,"Garthamlock, Auchinlea and Gartloch",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215205 +215205,S00114255,8b2,Hard-Pressed Rented Terraces,S01010166,Craigend and Ruchazie - 02,4a,Challenged white communities,S02001915,Craigend and Ruchazie,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215206 +215206,S00114256,8b2,Hard-Pressed Rented Terraces,S01010166,Craigend and Ruchazie - 02,4a,Challenged white communities,S02001915,Craigend and Ruchazie,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215207 +215207,S00114257,8b2,Hard-Pressed Rented Terraces,S01010166,Craigend and Ruchazie - 02,4a,Challenged white communities,S02001915,Craigend and Ruchazie,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215208 +215208,S00114258,8b2,Hard-Pressed Rented Terraces,S01010170,Craigend and Ruchazie - 06,4d,Hard-pressed flat dwellers,S02001915,Craigend and Ruchazie,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215209 +215209,S00114260,8b2,Hard-Pressed Rented Terraces,S01010169,Craigend and Ruchazie - 05,4d,Hard-pressed flat dwellers,S02001915,Craigend and Ruchazie,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215210 +215210,S00114268,8b2,Hard-Pressed Rented Terraces,S01010167,Craigend and Ruchazie - 03,4d,Hard-pressed flat dwellers,S02001915,Craigend and Ruchazie,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215211 +215211,S00114272,8b2,Hard-Pressed Rented Terraces,S01010167,Craigend and Ruchazie - 03,4d,Hard-pressed flat dwellers,S02001915,Craigend and Ruchazie,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215212 +215212,S00114578,6a1,Indian Tech Achievers,S01009913,Maxwell Park - 02,3b,Asian traits,S02001869,Maxwell Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215213 +215213,S00114319,8b2,Hard-Pressed Rented Terraces,S01010106,Easterhouse East - 02,4d,Hard-pressed flat dwellers,S02001904,Easterhouse East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215214 +215214,S00114813,8b2,Hard-Pressed Rented Terraces,S01010020,Toryglen and Oatlands - 05,4d,Hard-pressed flat dwellers,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215215 +215215,S00114815,8b2,Hard-Pressed Rented Terraces,S01010020,Toryglen and Oatlands - 05,4d,Hard-pressed flat dwellers,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215216 +215216,S00114817,8b2,Hard-Pressed Rented Terraces,S01010016,Toryglen and Oatlands - 01,4d,Hard-pressed flat dwellers,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215217 +215217,S00114818,8b2,Hard-Pressed Rented Terraces,S01010016,Toryglen and Oatlands - 01,4d,Hard-pressed flat dwellers,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215218 +215218,S00114893,8b2,Hard-Pressed Rented Terraces,S01009944,Carnwadric East - 01,4d,Hard-pressed flat dwellers,S02001875,Carnwadric East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215219 +215219,S00114898,8b2,Hard-Pressed Rented Terraces,S01009953,Newlands - 06,3d,Households in terraces and flats,S02001876,Newlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215220 +215220,S00114899,8b2,Hard-Pressed Rented Terraces,S01009948,Newlands - 01,4d,Hard-pressed flat dwellers,S02001876,Newlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215221 +215221,S00114941,8b2,Hard-Pressed Rented Terraces,S01009961,Muirend and Old Cathcart - 03,4a,Challenged white communities,S02001878,Muirend and Old Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215222 +215222,S00115014,8b2,Hard-Pressed Rented Terraces,S01010007,Cathcart - 03,3d,Households in terraces and flats,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215223 +215223,S00115041,8b2,Hard-Pressed Rented Terraces,S01010003,Kingspark North - 05,5c,Comfortable neighbourhoods,S02001885,Kingspark North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215224 +215224,S00115089,8b2,Hard-Pressed Rented Terraces,S01009968,Carmunnock North - 04,5c,Comfortable neighbourhoods,S02001879,Carmunnock North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215225 +215225,S00115366,8b2,Hard-Pressed Rented Terraces,S01009836,Drumoyne and Shieldhall - 04,4a,Challenged white communities,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215226 +215226,S00115384,8b2,Hard-Pressed Rented Terraces,S01009835,Drumoyne and Shieldhall - 03,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215227 +215227,S00115394,8b2,Hard-Pressed Rented Terraces,S01009837,Drumoyne and Shieldhall - 05,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215228 +215228,S00115420,8b2,Hard-Pressed Rented Terraces,S01009854,Mosspark - 03,4d,Hard-pressed flat dwellers,S02001858,Mosspark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215229 +215229,S00115430,8b2,Hard-Pressed Rented Terraces,S01009855,Mosspark - 04,4a,Challenged white communities,S02001858,Mosspark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215230 +215230,S00115431,8b2,Hard-Pressed Rented Terraces,S01009855,Mosspark - 04,4a,Challenged white communities,S02001858,Mosspark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215231 +215231,S00115433,8b2,Hard-Pressed Rented Terraces,S01009852,Mosspark - 01,4a,Challenged white communities,S02001858,Mosspark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215232 +215232,S00115439,8b2,Hard-Pressed Rented Terraces,S01009858,Mosspark - 07,4d,Hard-pressed flat dwellers,S02001858,Mosspark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215233 +215233,S00115448,8b2,Hard-Pressed Rented Terraces,S01009858,Mosspark - 07,4d,Hard-pressed flat dwellers,S02001858,Mosspark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215234 +215234,S00115452,8b2,Hard-Pressed Rented Terraces,S01009857,Mosspark - 06,4a,Challenged white communities,S02001858,Mosspark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215235 +215235,S00115454,8b2,Hard-Pressed Rented Terraces,S01009856,Mosspark - 05,4d,Hard-pressed flat dwellers,S02001858,Mosspark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215236 +215236,S00115541,8b2,Hard-Pressed Rented Terraces,S01009814,Cardonald North - 05,4a,Challenged white communities,S02001851,Cardonald North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215237 +215237,S00115563,8b2,Hard-Pressed Rented Terraces,S01009817,Cardonald West and Central - 03,4a,Challenged white communities,S02001852,Cardonald West and Central,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215238 +215238,S00115578,8b2,Hard-Pressed Rented Terraces,S01009820,Cardonald West and Central - 06,4d,Hard-pressed flat dwellers,S02001852,Cardonald West and Central,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215239 +215239,S00115628,8b2,Hard-Pressed Rented Terraces,S01009825,Penilee - 04,4d,Hard-pressed flat dwellers,S02001853,Penilee,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215240 +215240,S00115645,8b2,Hard-Pressed Rented Terraces,S01009822,Penilee - 01,4a,Challenged white communities,S02001853,Penilee,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215241 +215241,S00115662,8b2,Hard-Pressed Rented Terraces,S01009805,Pollok North and East - 07,4d,Hard-pressed flat dwellers,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215242 +215242,S00115667,8b2,Hard-Pressed Rented Terraces,S01009803,Pollok North and East - 05,4d,Hard-pressed flat dwellers,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215243 +215243,S00115677,8b2,Hard-Pressed Rented Terraces,S01009802,Pollok North and East - 04,4d,Hard-pressed flat dwellers,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215244 +215244,S00115689,8b2,Hard-Pressed Rented Terraces,S01009801,Pollok North and East - 03,4a,Challenged white communities,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215245 +215245,S00115710,8b2,Hard-Pressed Rented Terraces,S01009789,Crookston North - 02,4d,Hard-pressed flat dwellers,S02001847,Crookston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215246 +215246,S00115717,8b2,Hard-Pressed Rented Terraces,S01009778,Nitshill - 04,4d,Hard-pressed flat dwellers,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215247 +215247,S00115821,8b2,Hard-Pressed Rented Terraces,S01010096,Garrowhill West - 03,5c,Comfortable neighbourhoods,S02001902,Garrowhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215248 +215248,S00115822,8b2,Hard-Pressed Rented Terraces,S01010096,Garrowhill West - 03,5c,Comfortable neighbourhoods,S02001902,Garrowhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215249 +215249,S00115831,8b2,Hard-Pressed Rented Terraces,S01010094,Garrowhill West - 01,5c,Comfortable neighbourhoods,S02001902,Garrowhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215250 +215250,S00115832,8b2,Hard-Pressed Rented Terraces,S01010093,Baillieston East - 06,4a,Challenged white communities,S02001901,Baillieston East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215251 +215251,S00116170,5a3,Families in Terraces and Flats,S01009917,Maxwell Park - 06,3c,Highly qualified professionals,S02001869,Maxwell Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215252 +215252,S00115846,8b2,Hard-Pressed Rented Terraces,S01010101,Garrowhill East and Swinton - 02,5a,Ageing urban communities,S02001903,Garrowhill East and Swinton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215253 +215253,S00117199,8a2,Industrious Hardship,S01010161,"Cranhill, Lightburn and Queenslie South - 06",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215254 +215254,S00114426,5a3,Families in Terraces and Flats,S01009911,Strathbungo - 07,3c,Highly qualified professionals,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215255 +215255,S00112887,8b2,Hard-Pressed Rented Terraces,S01010443,Yoker North - 01,4a,Challenged white communities,S02001965,Yoker North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215256 +215256,S00112888,8b2,Hard-Pressed Rented Terraces,S01010444,Yoker North - 02,4a,Challenged white communities,S02001965,Yoker North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215257 +215257,S00112889,8b2,Hard-Pressed Rented Terraces,S01010443,Yoker North - 01,4a,Challenged white communities,S02001965,Yoker North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215258 +215258,S00112891,8b2,Hard-Pressed Rented Terraces,S01010444,Yoker North - 02,4a,Challenged white communities,S02001965,Yoker North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215259 +215259,S00112892,8b2,Hard-Pressed Rented Terraces,S01010444,Yoker North - 02,4a,Challenged white communities,S02001965,Yoker North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215260 +215260,S00112893,8b2,Hard-Pressed Rented Terraces,S01010444,Yoker North - 02,4a,Challenged white communities,S02001965,Yoker North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215261 +215261,S00112912,8b2,Hard-Pressed Rented Terraces,S01010444,Yoker North - 02,4a,Challenged white communities,S02001965,Yoker North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215262 +215262,S00112913,8b2,Hard-Pressed Rented Terraces,S01010454,Knightswood East - 05,4d,Hard-pressed flat dwellers,S02001967,Knightswood East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215263 +215263,S00112947,8b2,Hard-Pressed Rented Terraces,S01010427,Scotstoun North and East - 01,7a,Urban cultural mix,S02001962,Scotstoun North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215264 +215264,S00113021,8b2,Hard-Pressed Rented Terraces,S01010440,Yoker South - 04,4d,Hard-pressed flat dwellers,S02001964,Yoker South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215265 +215265,S00116730,7a2,Hampered Aspiration,S01010388,Glasgow Harbour and Partick South - 01,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215266 +215266,S00113045,8b2,Hard-Pressed Rented Terraces,S01010487,Blairdardie West - 03,4a,Challenged white communities,S02001973,Blairdardie West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215267 +215267,S00113047,8b2,Hard-Pressed Rented Terraces,S01010487,Blairdardie West - 03,4a,Challenged white communities,S02001973,Blairdardie West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215268 +215268,S00113050,8b2,Hard-Pressed Rented Terraces,S01010485,Blairdardie West - 01,5c,Comfortable neighbourhoods,S02001973,Blairdardie West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215269 +215269,S00113052,8b2,Hard-Pressed Rented Terraces,S01010485,Blairdardie West - 01,5c,Comfortable neighbourhoods,S02001973,Blairdardie West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215270 +215270,S00113055,8b2,Hard-Pressed Rented Terraces,S01010487,Blairdardie West - 03,4a,Challenged white communities,S02001973,Blairdardie West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215271 +215271,S00113057,8b2,Hard-Pressed Rented Terraces,S01010487,Blairdardie West - 03,4a,Challenged white communities,S02001973,Blairdardie West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215272 +215272,S00113058,8b2,Hard-Pressed Rented Terraces,S01010487,Blairdardie West - 03,4a,Challenged white communities,S02001973,Blairdardie West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215273 +215273,S00113428,8b2,Hard-Pressed Rented Terraces,S01010194,Balornock - 01,4a,Challenged white communities,S02001919,Balornock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215274 +215274,S00113430,8b2,Hard-Pressed Rented Terraces,S01010194,Balornock - 01,4a,Challenged white communities,S02001919,Balornock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215275 +215275,S00113432,8b2,Hard-Pressed Rented Terraces,S01010194,Balornock - 01,4a,Challenged white communities,S02001919,Balornock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215276 +215276,S00113434,8b2,Hard-Pressed Rented Terraces,S01010200,Barmulloch - 02,4a,Challenged white communities,S02001920,Barmulloch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215277 +215277,S00113437,8b2,Hard-Pressed Rented Terraces,S01010200,Barmulloch - 02,4a,Challenged white communities,S02001920,Barmulloch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215278 +215278,S00113439,8b2,Hard-Pressed Rented Terraces,S01010200,Barmulloch - 02,4a,Challenged white communities,S02001920,Barmulloch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215279 +215279,S00113440,8b2,Hard-Pressed Rented Terraces,S01010200,Barmulloch - 02,4a,Challenged white communities,S02001920,Barmulloch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215280 +215280,S00113566,8b2,Hard-Pressed Rented Terraces,S01010324,Possil Park - 02,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215281 +215281,S00113570,8b2,Hard-Pressed Rented Terraces,S01010335,Milton East - 01,4d,Hard-pressed flat dwellers,S02001944,Milton East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215282 +215282,S00113578,8b2,Hard-Pressed Rented Terraces,S01010332,Milton West - 03,4a,Challenged white communities,S02001943,Milton West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215283 +215283,S00115852,8b2,Hard-Pressed Rented Terraces,S01010078,Mount Vernon North and Sandyhills - 01,8c,Comfortable suburbia,S02001899,Mount Vernon North and Sandyhills,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215284 +215284,S00116196,5a3,Families in Terraces and Flats,S01010030,Gorbals and Hutchesontown - 08,1a,Cosmopolitan student neighbourhoods,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215285 +215285,S00114427,5a3,Families in Terraces and Flats,S01009911,Strathbungo - 07,3c,Highly qualified professionals,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215286 +215286,S00113583,8b2,Hard-Pressed Rented Terraces,S01010339,Milton East - 05,4d,Hard-pressed flat dwellers,S02001944,Milton East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215287 +215287,S00113587,8b2,Hard-Pressed Rented Terraces,S01010330,Milton West - 01,4d,Hard-pressed flat dwellers,S02001943,Milton West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215288 +215288,S00113591,8b2,Hard-Pressed Rented Terraces,S01010337,Milton East - 03,4a,Challenged white communities,S02001944,Milton East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215289 +215289,S00113598,8b2,Hard-Pressed Rented Terraces,S01010336,Milton East - 02,4d,Hard-pressed flat dwellers,S02001944,Milton East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215290 +215290,S00113617,8b2,Hard-Pressed Rented Terraces,S01010340,Summerston Central and West - 01,4d,Hard-pressed flat dwellers,S02001945,Summerston Central and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215291 +215291,S00113620,8b2,Hard-Pressed Rented Terraces,S01010340,Summerston Central and West - 01,4d,Hard-pressed flat dwellers,S02001945,Summerston Central and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215292 +215292,S00113639,8b2,Hard-Pressed Rented Terraces,S01010341,Summerston Central and West - 02,4a,Challenged white communities,S02001945,Summerston Central and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215293 +215293,S00113830,8b2,Hard-Pressed Rented Terraces,S01010247,Carntyne West and Haghill - 06,4a,Challenged white communities,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215294 +215294,S00113837,8b2,Hard-Pressed Rented Terraces,S01010247,Carntyne West and Haghill - 06,4a,Challenged white communities,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215295 +215295,S00113976,8b2,Hard-Pressed Rented Terraces,S01010076,Carmyle and Mount Vernon South - 03,4a,Challenged white communities,S02001898,Carmyle and Mount Vernon South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215296 +215296,S00113980,8b2,Hard-Pressed Rented Terraces,S01010075,Carmyle and Mount Vernon South - 02,4a,Challenged white communities,S02001898,Carmyle and Mount Vernon South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215297 +215297,S00113981,8b2,Hard-Pressed Rented Terraces,S01010075,Carmyle and Mount Vernon South - 02,4a,Challenged white communities,S02001898,Carmyle and Mount Vernon South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215298 +215298,S00113983,8b2,Hard-Pressed Rented Terraces,S01010075,Carmyle and Mount Vernon South - 02,4a,Challenged white communities,S02001898,Carmyle and Mount Vernon South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215299 +215299,S00113984,8b2,Hard-Pressed Rented Terraces,S01010075,Carmyle and Mount Vernon South - 02,4a,Challenged white communities,S02001898,Carmyle and Mount Vernon South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215300 +215300,S00113985,8b2,Hard-Pressed Rented Terraces,S01010075,Carmyle and Mount Vernon South - 02,4a,Challenged white communities,S02001898,Carmyle and Mount Vernon South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215301 +215301,S00113986,8b2,Hard-Pressed Rented Terraces,S01010076,Carmyle and Mount Vernon South - 03,4a,Challenged white communities,S02001898,Carmyle and Mount Vernon South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215302 +215302,S00113330,8a1,Industrious Transitions,S01010351,Maryhill East - 02,4d,Hard-pressed flat dwellers,S02001947,Maryhill East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215303 +215303,S00114582,6a1,Indian Tech Achievers,S01009914,Maxwell Park - 03,3b,Asian traits,S02001869,Maxwell Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215304 +215304,S00113987,8b2,Hard-Pressed Rented Terraces,S01010076,Carmyle and Mount Vernon South - 03,4a,Challenged white communities,S02001898,Carmyle and Mount Vernon South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215305 +215305,S00113988,8b2,Hard-Pressed Rented Terraces,S01010076,Carmyle and Mount Vernon South - 03,4a,Challenged white communities,S02001898,Carmyle and Mount Vernon South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215306 +215306,S00113989,8b2,Hard-Pressed Rented Terraces,S01010076,Carmyle and Mount Vernon South - 03,4a,Challenged white communities,S02001898,Carmyle and Mount Vernon South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215307 +215307,S00114064,8b2,Hard-Pressed Rented Terraces,S01010126,Barlanark - 04,4a,Challenged white communities,S02001908,Barlanark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215308 +215308,S00114071,8b2,Hard-Pressed Rented Terraces,S01010136,Greenfield - 06,4a,Challenged white communities,S02001909,Greenfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215309 +215309,S00114072,8b2,Hard-Pressed Rented Terraces,S01010136,Greenfield - 06,4a,Challenged white communities,S02001909,Greenfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215310 +215310,S00114136,8b2,Hard-Pressed Rented Terraces,S01010173,Riddrie and Hogganfield - 02,4a,Challenged white communities,S02001916,Riddrie and Hogganfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215311 +215311,S00116321,5a3,Families in Terraces and Flats,S01009804,Pollok North and East - 06,3c,Highly qualified professionals,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215312 +215312,S00116322,5a3,Families in Terraces and Flats,S01009804,Pollok North and East - 06,3c,Highly qualified professionals,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215313 +215313,S00116323,5a3,Families in Terraces and Flats,S01009792,Pollok South and West - 01,3b,Asian traits,S02001848,Pollok South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215314 +215314,S00116325,5a3,Families in Terraces and Flats,S01009804,Pollok North and East - 06,3c,Highly qualified professionals,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215315 +215315,S00116364,5a3,Families in Terraces and Flats,S01010475,Anniesland West - 06,3c,Highly qualified professionals,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215316 +215316,S00116365,5a3,Families in Terraces and Flats,S01010475,Anniesland West - 06,3c,Highly qualified professionals,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215317 +215317,S00116513,5a3,Families in Terraces and Flats,S01009923,Shawlands East - 01,1a,Cosmopolitan student neighbourhoods,S02001871,Shawlands East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215318 +215318,S00116760,5a3,Families in Terraces and Flats,S01010405,Dowanhill - 03,1a,Cosmopolitan student neighbourhoods,S02001957,Dowanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215319 +215319,S00115862,8b2,Hard-Pressed Rented Terraces,S01010083,Baillieston West - 01,4a,Challenged white communities,S02001900,Baillieston West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215320 +215320,S00116806,5a3,Families in Terraces and Flats,S01010414,Kelvinside and Jordanhill - 07,3c,Highly qualified professionals,S02001958,Kelvinside and Jordanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215321 +215321,S00114432,5a3,Families in Terraces and Flats,S01009908,Strathbungo - 04,1a,Cosmopolitan student neighbourhoods,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215322 +215322,S00116807,5a3,Families in Terraces and Flats,S01010414,Kelvinside and Jordanhill - 07,3c,Highly qualified professionals,S02001958,Kelvinside and Jordanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215323 +215323,S00116873,5a3,Families in Terraces and Flats,S01010422,Victoria Park - 03,3d,Households in terraces and flats,S02001960,Victoria Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215324 +215324,S00116979,5a3,Families in Terraces and Flats,S01010356,Maryhill West - 03,4d,Hard-pressed flat dwellers,S02001948,Maryhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215325 +215325,S00117217,5a3,Families in Terraces and Flats,S01010116,"Garthamlock, Auchinlea and Gartloch - 04",4b,Constrained renters,S02001906,"Garthamlock, Auchinlea and Gartloch",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215326 +215326,S00117298,5a3,Families in Terraces and Flats,S01009958,Merrylee and Millbrae - 04,3a,Achieving neighbourhoods,S02001877,Merrylee and Millbrae,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215327 +215327,S00117351,5a3,Families in Terraces and Flats,S01009960,Muirend and Old Cathcart - 02,3c,Highly qualified professionals,S02001878,Muirend and Old Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215328 +215328,S00117365,5a3,Families in Terraces and Flats,S01010007,Cathcart - 03,3d,Households in terraces and flats,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215329 +215329,S00117431,5a3,Families in Terraces and Flats,S01009866,Kinning Park and Festival Park - 01,7a,Urban cultural mix,S02001861,Kinning Park and Festival Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215330 +215330,S00117472,5a3,Families in Terraces and Flats,S01009815,Cardonald West and Central - 01,4d,Hard-pressed flat dwellers,S02001852,Cardonald West and Central,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215331 +215331,S00117556,5a3,Families in Terraces and Flats,S01010428,Scotstoun North and East - 02,3c,Highly qualified professionals,S02001962,Scotstoun North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215332 +215332,S00117621,5a3,Families in Terraces and Flats,S01010104,Garrowhill East and Swinton - 05,8c,Comfortable suburbia,S02001903,Garrowhill East and Swinton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215333 +215333,S00112721,7a2,Hampered Aspiration,S01010476,Anniesland West - 07,4d,Hard-pressed flat dwellers,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215334 +215334,S00112758,7a2,Hampered Aspiration,S01010471,Anniesland West - 02,4d,Hard-pressed flat dwellers,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215335 +215335,S00112769,7a2,Hampered Aspiration,S01010481,Blairdardie East - 04,4d,Hard-pressed flat dwellers,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215336 +215336,S00112925,7a2,Hampered Aspiration,S01010426,Whiteinch - 04,4d,Hard-pressed flat dwellers,S02001961,Whiteinch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215337 +215337,S00112939,7a2,Hampered Aspiration,S01010429,Scotstoun North and East - 03,3d,Households in terraces and flats,S02001962,Scotstoun North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215338 +215338,S00116808,7a2,Hampered Aspiration,S01010414,Kelvinside and Jordanhill - 07,3c,Highly qualified professionals,S02001958,Kelvinside and Jordanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215339 +215339,S00114595,6a1,Indian Tech Achievers,S01009873,Kingston West and Dumbreck - 03,3d,Households in terraces and flats,S02001862,Kingston West and Dumbreck,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215340 +215340,S00114195,8a1,Industrious Transitions,S01010168,Craigend and Ruchazie - 04,4a,Challenged white communities,S02001915,Craigend and Ruchazie,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215341 +215341,S00113271,7a2,Hampered Aspiration,S01010315,Ruchill - 01,4d,Hard-pressed flat dwellers,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215342 +215342,S00113306,7a2,Hampered Aspiration,S01010346,Summerston North - 01,3c,Highly qualified professionals,S02001946,Summerston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215343 +215343,S00113310,7a2,Hampered Aspiration,S01010355,Maryhill West - 02,4d,Hard-pressed flat dwellers,S02001948,Maryhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215344 +215344,S00113331,7a2,Hampered Aspiration,S01010354,Maryhill West - 01,4d,Hard-pressed flat dwellers,S02001948,Maryhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215345 +215345,S00113528,7a2,Hampered Aspiration,S01010328,Possil Park - 06,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215346 +215346,S00113574,7a2,Hampered Aspiration,S01010334,Milton West - 05,4a,Challenged white communities,S02001943,Milton West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215347 +215347,S00113824,7a2,Hampered Aspiration,S01010149,Old Shettleston and Parkhead North - 03,4b,Constrained renters,S02001912,Old Shettleston and Parkhead North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215348 +215348,S00113915,7a2,Hampered Aspiration,S01010145,Tollcross - 04,4d,Hard-pressed flat dwellers,S02001911,Tollcross,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215349 +215349,S00114336,7a2,Hampered Aspiration,S01010046,Dalmarnock - 01,4d,Hard-pressed flat dwellers,S02001893,Dalmarnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215350 +215350,S00114376,7a2,Hampered Aspiration,S01010038,Calton and Gallowgate - 02,4d,Hard-pressed flat dwellers,S02001891,Calton and Gallowgate,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215351 +215351,S00114425,7a2,Hampered Aspiration,S01009911,Strathbungo - 07,3c,Highly qualified professionals,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215352 +215352,S00114666,7a2,Hampered Aspiration,S01009902,Battlefield - 04,4d,Hard-pressed flat dwellers,S02001867,Battlefield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215353 +215353,S00114686,7a2,Hampered Aspiration,S01009904,Battlefield - 06,1a,Cosmopolitan student neighbourhoods,S02001867,Battlefield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215354 +215354,S00114847,7a2,Hampered Aspiration,S01009947,Carnwadric East - 04,4d,Hard-pressed flat dwellers,S02001875,Carnwadric East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215355 +215355,S00114862,7a2,Hampered Aspiration,S01009946,Carnwadric East - 03,4d,Hard-pressed flat dwellers,S02001875,Carnwadric East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215356 +215356,S00114866,7a2,Hampered Aspiration,S01009937,Pollokshaws - 05,7a,Urban cultural mix,S02001873,Pollokshaws,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215357 +215357,S00115217,7a2,Hampered Aspiration,S01009760,Darnley East - 03,4d,Hard-pressed flat dwellers,S02001842,Darnley East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215358 +215358,S00115380,7a2,Hampered Aspiration,S01009848,Craigton - 01,4d,Hard-pressed flat dwellers,S02001857,Craigton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215359 +215359,S00115398,7a2,Hampered Aspiration,S01009838,Drumoyne and Shieldhall - 06,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215360 +215360,S00115611,7a2,Hampered Aspiration,S01009808,Cardonald South and East - 03,7a,Urban cultural mix,S02001850,Cardonald South and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215361 +215361,S00115681,7a2,Hampered Aspiration,S01009800,Pollok North and East - 02,4d,Hard-pressed flat dwellers,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215362 +215362,S00115684,7a2,Hampered Aspiration,S01009800,Pollok North and East - 02,4d,Hard-pressed flat dwellers,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215363 +215363,S00116219,7a2,Hampered Aspiration,S01010010,Cathcart - 06,3a,Achieving neighbourhoods,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215364 +215364,S00115871,8b2,Hard-Pressed Rented Terraces,S01010085,Baillieston West - 03,5d,Endeavouring social renters,S02001900,Baillieston West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215365 +215365,S00115435,8a1,Industrious Transitions,S01009852,Mosspark - 01,4a,Challenged white communities,S02001858,Mosspark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215366 +215366,S00115876,8b2,Hard-Pressed Rented Terraces,S01010086,Baillieston West - 04,4a,Challenged white communities,S02001900,Baillieston West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215367 +215367,S00116870,7a2,Hampered Aspiration,S01010421,Victoria Park - 02,3c,Highly qualified professionals,S02001960,Victoria Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215368 +215368,S00114596,6a1,Indian Tech Achievers,S01009873,Kingston West and Dumbreck - 03,3d,Households in terraces and flats,S02001862,Kingston West and Dumbreck,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215369 +215369,S00115878,8b2,Hard-Pressed Rented Terraces,S01010084,Baillieston West - 02,4a,Challenged white communities,S02001900,Baillieston West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215370 +215370,S00115879,8b2,Hard-Pressed Rented Terraces,S01010086,Baillieston West - 04,4a,Challenged white communities,S02001900,Baillieston West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215371 +215371,S00115880,8b2,Hard-Pressed Rented Terraces,S01010084,Baillieston West - 02,4a,Challenged white communities,S02001900,Baillieston West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215372 +215372,S00115881,8b2,Hard-Pressed Rented Terraces,S01010086,Baillieston West - 04,4a,Challenged white communities,S02001900,Baillieston West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215373 +215373,S00115882,8b2,Hard-Pressed Rented Terraces,S01010086,Baillieston West - 04,4a,Challenged white communities,S02001900,Baillieston West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215374 +215374,S00115895,8b2,Hard-Pressed Rented Terraces,S01010090,Baillieston East - 03,5c,Comfortable neighbourhoods,S02001901,Baillieston East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215375 +215375,S00115907,8b2,Hard-Pressed Rented Terraces,S01010092,Baillieston East - 05,4d,Hard-pressed flat dwellers,S02001901,Baillieston East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215376 +215376,S00116022,8b2,Hard-Pressed Rented Terraces,S01010337,Milton East - 03,4a,Challenged white communities,S02001944,Milton East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215377 +215377,S00116104,8b2,Hard-Pressed Rented Terraces,S01010127,Barlanark - 05,4a,Challenged white communities,S02001908,Barlanark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215378 +215378,S00114473,5a3,Families in Terraces and Flats,S01009927,Langside - 01,4d,Hard-pressed flat dwellers,S02001872,Langside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215379 +215379,S00116121,8b2,Hard-Pressed Rented Terraces,S01010115,"Garthamlock, Auchinlea and Gartloch - 03",4a,Challenged white communities,S02001906,"Garthamlock, Auchinlea and Gartloch",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215380 +215380,S00116144,8b2,Hard-Pressed Rented Terraces,S01010037,Calton and Gallowgate - 01,4d,Hard-pressed flat dwellers,S02001891,Calton and Gallowgate,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215381 +215381,S00116244,8b2,Hard-Pressed Rented Terraces,S01009984,Glenwood North - 05,4d,Hard-pressed flat dwellers,S02001882,Glenwood North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215382 +215382,S00116267,8b2,Hard-Pressed Rented Terraces,S01009836,Drumoyne and Shieldhall - 04,4a,Challenged white communities,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215383 +215383,S00116274,8b2,Hard-Pressed Rented Terraces,S01009857,Mosspark - 06,4a,Challenged white communities,S02001858,Mosspark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215384 +215384,S00116558,8b2,Hard-Pressed Rented Terraces,S01010502,Drumry West - 03,4a,Challenged white communities,S02001977,Drumry West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215385 +215385,S00116559,8b2,Hard-Pressed Rented Terraces,S01010502,Drumry West - 03,4a,Challenged white communities,S02001977,Drumry West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215386 +215386,S00116827,8b2,Hard-Pressed Rented Terraces,S01010464,Knightswood Park East - 05,4d,Hard-pressed flat dwellers,S02001969,Knightswood Park East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215387 +215387,S00116845,8b2,Hard-Pressed Rented Terraces,S01010446,Yoker North - 04,5d,Endeavouring social renters,S02001965,Yoker North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215388 +215388,S00116846,8b2,Hard-Pressed Rented Terraces,S01010446,Yoker North - 04,5d,Endeavouring social renters,S02001965,Yoker North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215389 +215389,S00116847,8b2,Hard-Pressed Rented Terraces,S01010446,Yoker North - 04,5d,Endeavouring social renters,S02001965,Yoker North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215390 +215390,S00116901,8b2,Hard-Pressed Rented Terraces,S01010438,Yoker South - 02,4d,Hard-pressed flat dwellers,S02001964,Yoker South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215391 +215391,S00116999,8b2,Hard-Pressed Rented Terraces,S01010214,Springburn East and Cowlairs - 01,4a,Challenged white communities,S02001923,Springburn East and Cowlairs,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215392 +215392,S00117000,8b2,Hard-Pressed Rented Terraces,S01010214,Springburn East and Cowlairs - 01,4a,Challenged white communities,S02001923,Springburn East and Cowlairs,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215393 +215393,S00117002,8b2,Hard-Pressed Rented Terraces,S01010214,Springburn East and Cowlairs - 01,4a,Challenged white communities,S02001923,Springburn East and Cowlairs,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215394 +215394,S00117029,8b2,Hard-Pressed Rented Terraces,S01010199,Barmulloch - 01,4a,Challenged white communities,S02001920,Barmulloch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215395 +215395,S00116891,7a2,Hampered Aspiration,S01010439,Yoker South - 03,1a,Cosmopolitan student neighbourhoods,S02001964,Yoker South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215396 +215396,S00116848,8a1,Industrious Transitions,S01010446,Yoker North - 04,5d,Endeavouring social renters,S02001965,Yoker North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215397 +215397,S00114925,6a1,Indian Tech Achievers,S01009957,Merrylee and Millbrae - 03,8a,Affluent communities,S02001877,Merrylee and Millbrae,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215398 +215398,S00117050,8b2,Hard-Pressed Rented Terraces,S01010203,Petershill - 01,3d,Households in terraces and flats,S02001921,Petershill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215399 +215399,S00117177,8b2,Hard-Pressed Rented Terraces,S01010126,Barlanark - 04,4a,Challenged white communities,S02001908,Barlanark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215400 +215400,S00117178,8b2,Hard-Pressed Rented Terraces,S01010126,Barlanark - 04,4a,Challenged white communities,S02001908,Barlanark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215401 +215401,S00117197,8b2,Hard-Pressed Rented Terraces,S01010161,"Cranhill, Lightburn and Queenslie South - 06",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215402 +215402,S00117218,8b2,Hard-Pressed Rented Terraces,S01010116,"Garthamlock, Auchinlea and Gartloch - 04",4b,Constrained renters,S02001906,"Garthamlock, Auchinlea and Gartloch",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215403 +215403,S00117224,8b2,Hard-Pressed Rented Terraces,S01010108,Easterhouse East - 04,4a,Challenged white communities,S02001904,Easterhouse East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215404 +215404,S00117329,8b2,Hard-Pressed Rented Terraces,S01009946,Carnwadric East - 03,4d,Hard-pressed flat dwellers,S02001875,Carnwadric East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215405 +215405,S00117434,8b2,Hard-Pressed Rented Terraces,S01009866,Kinning Park and Festival Park - 01,7a,Urban cultural mix,S02001861,Kinning Park and Festival Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215406 +215406,S00117539,8b2,Hard-Pressed Rented Terraces,S01010083,Baillieston West - 01,4a,Challenged white communities,S02001900,Baillieston West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215407 +215407,S00117540,8b2,Hard-Pressed Rented Terraces,S01010083,Baillieston West - 01,4a,Challenged white communities,S02001900,Baillieston West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215408 +215408,S00117570,8b2,Hard-Pressed Rented Terraces,S01010115,"Garthamlock, Auchinlea and Gartloch - 03",4a,Challenged white communities,S02001906,"Garthamlock, Auchinlea and Gartloch",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215409 +215409,S00115978,2d2,Highly-Qualified Quaternary Workers,S01010370,North Kelvin - 02,1a,Cosmopolitan student neighbourhoods,S02001951,North Kelvin,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215410 +215410,S00116776,2d2,Highly-Qualified Quaternary Workers,S01010367,Kelvindale - 05,1a,Cosmopolitan student neighbourhoods,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215411 +215411,S00112657,6a1,Indian Tech Achievers,S01010366,Kelvindale - 04,3c,Highly qualified professionals,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215412 +215412,S00113037,6a1,Indian Tech Achievers,S01010486,Blairdardie West - 02,8c,Comfortable suburbia,S02001973,Blairdardie West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215413 +215413,S00113972,6a1,Indian Tech Achievers,S01010069,Shettleston South - 01,5c,Comfortable neighbourhoods,S02001897,Shettleston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215414 +215414,S00114115,6a1,Indian Tech Achievers,S01010186,Robroyston and Millerston - 01,3b,Asian traits,S02001918,Robroyston and Millerston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215415 +215415,S00114553,6a1,Indian Tech Achievers,S01009916,Maxwell Park - 05,3b,Asian traits,S02001869,Maxwell Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215416 +215416,S00114554,6a1,Indian Tech Achievers,S01009916,Maxwell Park - 05,3b,Asian traits,S02001869,Maxwell Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215417 +215417,S00114555,6a1,Indian Tech Achievers,S01009916,Maxwell Park - 05,3b,Asian traits,S02001869,Maxwell Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215418 +215418,S00116908,7a2,Hampered Aspiration,S01010455,Knightswood Park West - 01,4d,Hard-pressed flat dwellers,S02001968,Knightswood Park West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215419 +215419,S00117183,7a2,Hampered Aspiration,S01010097,Garrowhill West - 04,5c,Comfortable neighbourhoods,S02001902,Garrowhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215420 +215420,S00112642,4c3,Inner City Ethnic Mix,S01010467,Anniesland East - 03,3c,Highly qualified professionals,S02001970,Anniesland East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215421 +215421,S00117200,7a2,Hampered Aspiration,S01010169,Craigend and Ruchazie - 05,4d,Hard-pressed flat dwellers,S02001915,Craigend and Ruchazie,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215422 +215422,S00112710,4c3,Inner City Ethnic Mix,S01010411,Kelvinside and Jordanhill - 04,3a,Achieving neighbourhoods,S02001958,Kelvinside and Jordanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215423 +215423,S00117241,7a2,Hampered Aspiration,S01010055,Parkhead West and Barrowfield - 07,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215424 +215424,S00114420,4c3,Inner City Ethnic Mix,S01009911,Strathbungo - 07,3c,Highly qualified professionals,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215425 +215425,S00114478,5a3,Families in Terraces and Flats,S01009927,Langside - 01,4d,Hard-pressed flat dwellers,S02001872,Langside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215426 +215426,S00114537,4c3,Inner City Ethnic Mix,S01009917,Maxwell Park - 06,3c,Highly qualified professionals,S02001869,Maxwell Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215427 +215427,S00115799,6a1,Indian Tech Achievers,S01009771,Darnley West - 04,8c,Comfortable suburbia,S02001844,Darnley West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215428 +215428,S00114481,5a3,Families in Terraces and Flats,S01009928,Langside - 02,3c,Highly qualified professionals,S02001872,Langside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215429 +215429,S00114570,4c3,Inner City Ethnic Mix,S01009912,Maxwell Park - 01,3c,Highly qualified professionals,S02001869,Maxwell Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215430 +215430,S00114499,5a3,Families in Terraces and Flats,S01009931,Langside - 05,1a,Cosmopolitan student neighbourhoods,S02001872,Langside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215431 +215431,S00115981,6a1,Indian Tech Achievers,S01010190,Robroyston and Millerston - 05,8c,Comfortable suburbia,S02001918,Robroyston and Millerston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215432 +215432,S00117242,7a2,Hampered Aspiration,S01010055,Parkhead West and Barrowfield - 07,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215433 +215433,S00114618,4c3,Inner City Ethnic Mix,S01009877,Pollokshields West - 03,3c,Highly qualified professionals,S02001863,Pollokshields West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215434 +215434,S00114545,5a3,Families in Terraces and Flats,S01009918,Maxwell Park - 07,3a,Achieving neighbourhoods,S02001869,Maxwell Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215435 +215435,S00114548,5a3,Families in Terraces and Flats,S01009918,Maxwell Park - 07,3a,Achieving neighbourhoods,S02001869,Maxwell Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215436 +215436,S00114581,5a3,Families in Terraces and Flats,S01009914,Maxwell Park - 03,3b,Asian traits,S02001869,Maxwell Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215437 +215437,S00114748,5a3,Families in Terraces and Flats,S01009958,Merrylee and Millbrae - 04,3a,Achieving neighbourhoods,S02001877,Merrylee and Millbrae,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215438 +215438,S00114799,5a3,Families in Terraces and Flats,S01009902,Battlefield - 04,4d,Hard-pressed flat dwellers,S02001867,Battlefield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215439 +215439,S00114800,5a3,Families in Terraces and Flats,S01010014,Mount Florida - 04,1a,Cosmopolitan student neighbourhoods,S02001887,Mount Florida,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215440 +215440,S00114828,5a3,Families in Terraces and Flats,S01010018,Toryglen and Oatlands - 03,4d,Hard-pressed flat dwellers,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215441 +215441,S00114845,5a3,Families in Terraces and Flats,S01009947,Carnwadric East - 04,4d,Hard-pressed flat dwellers,S02001875,Carnwadric East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215442 +215442,S00114878,5a3,Families in Terraces and Flats,S01009934,Pollokshaws - 02,3d,Households in terraces and flats,S02001873,Pollokshaws,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215443 +215443,S00114880,5a3,Families in Terraces and Flats,S01009934,Pollokshaws - 02,3d,Households in terraces and flats,S02001873,Pollokshaws,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215444 +215444,S00114903,5a3,Families in Terraces and Flats,S01009953,Newlands - 06,3d,Households in terraces and flats,S02001876,Newlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215445 +215445,S00114906,5a3,Families in Terraces and Flats,S01009934,Pollokshaws - 02,3d,Households in terraces and flats,S02001873,Pollokshaws,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215446 +215446,S00114913,5a3,Families in Terraces and Flats,S01009952,Newlands - 05,3c,Highly qualified professionals,S02001876,Newlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215447 +215447,S00114914,5a3,Families in Terraces and Flats,S01009952,Newlands - 05,3c,Highly qualified professionals,S02001876,Newlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215448 +215448,S00114975,5a3,Families in Terraces and Flats,S01009964,Muirend and Old Cathcart - 06,3a,Achieving neighbourhoods,S02001878,Muirend and Old Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215449 +215449,S00114977,5a3,Families in Terraces and Flats,S01009964,Muirend and Old Cathcart - 06,3a,Achieving neighbourhoods,S02001878,Muirend and Old Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215450 +215450,S00115017,5a3,Families in Terraces and Flats,S01010012,Mount Florida - 02,4d,Hard-pressed flat dwellers,S02001887,Mount Florida,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215451 +215451,S00115019,5a3,Families in Terraces and Flats,S01010013,Mount Florida - 03,4d,Hard-pressed flat dwellers,S02001887,Mount Florida,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215452 +215452,S00115031,5a3,Families in Terraces and Flats,S01010012,Mount Florida - 02,4d,Hard-pressed flat dwellers,S02001887,Mount Florida,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215453 +215453,S00115049,5a3,Families in Terraces and Flats,S01010000,Kingspark North - 02,4d,Hard-pressed flat dwellers,S02001885,Kingspark North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215454 +215454,S00115050,5a3,Families in Terraces and Flats,S01010000,Kingspark North - 02,4d,Hard-pressed flat dwellers,S02001885,Kingspark North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215455 +215455,S00115070,5a3,Families in Terraces and Flats,S01009968,Carmunnock North - 04,5c,Comfortable neighbourhoods,S02001879,Carmunnock North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215456 +215456,S00115079,5a3,Families in Terraces and Flats,S01010010,Cathcart - 06,3a,Achieving neighbourhoods,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215457 +215457,S00115107,5a3,Families in Terraces and Flats,S01009996,Kingspark South - 04,4d,Hard-pressed flat dwellers,S02001884,Kingspark South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215458 +215458,S00115110,5a3,Families in Terraces and Flats,S01009994,Kingspark South - 02,4d,Hard-pressed flat dwellers,S02001884,Kingspark South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215459 +215459,S00115115,5a3,Families in Terraces and Flats,S01009993,Kingspark South - 01,5c,Comfortable neighbourhoods,S02001884,Kingspark South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215460 +215460,S00115121,5a3,Families in Terraces and Flats,S01009993,Kingspark South - 01,5c,Comfortable neighbourhoods,S02001884,Kingspark South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215461 +215461,S00115125,5a3,Families in Terraces and Flats,S01009993,Kingspark South - 01,5c,Comfortable neighbourhoods,S02001884,Kingspark South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215462 +215462,S00115131,5a3,Families in Terraces and Flats,S01009996,Kingspark South - 04,4d,Hard-pressed flat dwellers,S02001884,Kingspark South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215463 +215463,S00115396,5a3,Families in Terraces and Flats,S01009833,Drumoyne and Shieldhall - 01,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215464 +215464,S00115491,5a3,Families in Terraces and Flats,S01009829,Hillington - 01,4d,Hard-pressed flat dwellers,S02001854,Hillington,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215465 +215465,S00115507,5a3,Families in Terraces and Flats,S01009829,Hillington - 01,4d,Hard-pressed flat dwellers,S02001854,Hillington,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215466 +215466,S00115528,5a3,Families in Terraces and Flats,S01009831,Hillington - 03,4d,Hard-pressed flat dwellers,S02001854,Hillington,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215467 +215467,S00115591,5a3,Families in Terraces and Flats,S01009815,Cardonald West and Central - 01,4d,Hard-pressed flat dwellers,S02001852,Cardonald West and Central,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215468 +215468,S00115595,5a3,Families in Terraces and Flats,S01009815,Cardonald West and Central - 01,4d,Hard-pressed flat dwellers,S02001852,Cardonald West and Central,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215469 +215469,S00115598,5a3,Families in Terraces and Flats,S01009806,Cardonald South and East - 01,4d,Hard-pressed flat dwellers,S02001850,Cardonald South and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215470 +215470,S00115613,5a3,Families in Terraces and Flats,S01009807,Cardonald South and East - 02,4d,Hard-pressed flat dwellers,S02001850,Cardonald South and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215471 +215471,S00115675,5a3,Families in Terraces and Flats,S01009802,Pollok North and East - 04,4d,Hard-pressed flat dwellers,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215472 +215472,S00115769,5a3,Families in Terraces and Flats,S01009769,Darnley West - 02,3c,Highly qualified professionals,S02001844,Darnley West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215473 +215473,S00115804,5a3,Families in Terraces and Flats,S01010214,Springburn East and Cowlairs - 01,4a,Challenged white communities,S02001923,Springburn East and Cowlairs,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215474 +215474,S00115805,5a3,Families in Terraces and Flats,S01010209,Springburn - 01,4d,Hard-pressed flat dwellers,S02001922,Springburn,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215475 +215475,S00116072,5a3,Families in Terraces and Flats,S01010074,Carmyle and Mount Vernon South - 01,5a,Ageing urban communities,S02001898,Carmyle and Mount Vernon South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215476 +215476,S00116166,5a3,Families in Terraces and Flats,S01009928,Langside - 02,3c,Highly qualified professionals,S02001872,Langside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215477 +215477,S00115982,6a1,Indian Tech Achievers,S01010190,Robroyston and Millerston - 05,8c,Comfortable suburbia,S02001918,Robroyston and Millerston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215478 +215478,S00114622,4c3,Inner City Ethnic Mix,S01009912,Maxwell Park - 01,3c,Highly qualified professionals,S02001869,Maxwell Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215479 +215479,S00115983,6a1,Indian Tech Achievers,S01010190,Robroyston and Millerston - 05,8c,Comfortable suburbia,S02001918,Robroyston and Millerston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215480 +215480,S00114692,4c3,Inner City Ethnic Mix,S01009903,Battlefield - 05,3c,Highly qualified professionals,S02001867,Battlefield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215481 +215481,S00115984,6a1,Indian Tech Achievers,S01010188,Robroyston and Millerston - 03,5a,Ageing urban communities,S02001918,Robroyston and Millerston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215482 +215482,S00114848,4c3,Inner City Ethnic Mix,S01009954,Newlands - 07,3b,Asian traits,S02001876,Newlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215483 +215483,S00115985,6a1,Indian Tech Achievers,S01010190,Robroyston and Millerston - 05,8c,Comfortable suburbia,S02001918,Robroyston and Millerston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215484 +215484,S00115370,4c3,Inner City Ethnic Mix,S01009834,Drumoyne and Shieldhall - 02,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215485 +215485,S00116110,6a1,Indian Tech Achievers,S01009763,Darnley East - 06,8c,Comfortable suburbia,S02001842,Darnley East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215486 +215486,S00116114,6a1,Indian Tech Achievers,S01009774,Darnley West - 07,3b,Asian traits,S02001844,Darnley West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215487 +215487,S00116116,6a1,Indian Tech Achievers,S01009774,Darnley West - 07,3b,Asian traits,S02001844,Darnley West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215488 +215488,S00116118,6a1,Indian Tech Achievers,S01009774,Darnley West - 07,3b,Asian traits,S02001844,Darnley West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215489 +215489,S00116211,6a1,Indian Tech Achievers,S01009954,Newlands - 07,3b,Asian traits,S02001876,Newlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215490 +215490,S00116318,6a1,Indian Tech Achievers,S01009796,Pollok South and West - 05,8c,Comfortable suburbia,S02001848,Pollok South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215491 +215491,S00116320,6a1,Indian Tech Achievers,S01009796,Pollok South and West - 05,8c,Comfortable suburbia,S02001848,Pollok South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215492 +215492,S00116324,6a1,Indian Tech Achievers,S01009792,Pollok South and West - 01,3b,Asian traits,S02001848,Pollok South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215493 +215493,S00116327,6a1,Indian Tech Achievers,S01009792,Pollok South and West - 01,3b,Asian traits,S02001848,Pollok South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215494 +215494,S00116331,6a1,Indian Tech Achievers,S01009771,Darnley West - 04,8c,Comfortable suburbia,S02001844,Darnley West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215495 +215495,S00116375,6a1,Indian Tech Achievers,S01010460,Knightswood Park East - 01,3b,Asian traits,S02001969,Knightswood Park East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215496 +215496,S00116500,6a1,Indian Tech Achievers,S01010182,Blackhill and Barmulloch East - 04,5c,Comfortable neighbourhoods,S02001917,Blackhill and Barmulloch East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215497 +215497,S00116502,6a1,Indian Tech Achievers,S01010186,Robroyston and Millerston - 01,3b,Asian traits,S02001918,Robroyston and Millerston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215498 +215498,S00116767,6a1,Indian Tech Achievers,S01010468,Anniesland East - 04,3b,Asian traits,S02001970,Anniesland East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215499 +215499,S00116771,6a1,Indian Tech Achievers,S01010468,Anniesland East - 04,3b,Asian traits,S02001970,Anniesland East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215500 +215500,S00116789,6a1,Indian Tech Achievers,S01010409,Kelvinside and Jordanhill - 02,8c,Comfortable suburbia,S02001958,Kelvinside and Jordanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215501 +215501,S00117038,6a1,Indian Tech Achievers,S01010192,Robroyston and Millerston - 07,3b,Asian traits,S02001918,Robroyston and Millerston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215502 +215502,S00117160,6a1,Indian Tech Achievers,S01010071,Shettleston South - 03,5c,Comfortable neighbourhoods,S02001897,Shettleston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215503 +215503,S00117290,7a2,Hampered Aspiration,S01009896,Govanhill East and Aikenhead - 03,7a,Urban cultural mix,S02001866,Govanhill East and Aikenhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215504 +215504,S00117338,6a1,Indian Tech Achievers,S01009954,Newlands - 07,3b,Asian traits,S02001876,Newlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215505 +215505,S00117339,6a1,Indian Tech Achievers,S01009953,Newlands - 06,3d,Households in terraces and flats,S02001876,Newlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215506 +215506,S00117348,6a1,Indian Tech Achievers,S01009950,Newlands - 03,8a,Affluent communities,S02001876,Newlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215507 +215507,S00117405,6a1,Indian Tech Achievers,S01009763,Darnley East - 06,8c,Comfortable suburbia,S02001842,Darnley East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215508 +215508,S00117513,6a1,Indian Tech Achievers,S01009795,Pollok South and West - 04,8c,Comfortable suburbia,S02001848,Pollok South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215509 +215509,S00117529,6a1,Indian Tech Achievers,S01010102,Garrowhill East and Swinton - 03,8c,Comfortable suburbia,S02001903,Garrowhill East and Swinton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215510 +215510,S00117585,6a1,Indian Tech Achievers,S01010189,Robroyston and Millerston - 04,8c,Comfortable suburbia,S02001918,Robroyston and Millerston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215511 +215511,S00112869,8a2,Industrious Hardship,S01010458,Knightswood Park West - 04,4d,Hard-pressed flat dwellers,S02001968,Knightswood Park West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215512 +215512,S00113072,8a2,Industrious Hardship,S01010478,Blairdardie East - 01,4d,Hard-pressed flat dwellers,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215513 +215513,S00113117,8a2,Industrious Hardship,S01010497,Drumry East - 02,4a,Challenged white communities,S02001976,Drumry East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215514 +215514,S00113389,8a2,Industrious Hardship,S01010201,Barmulloch - 03,5d,Endeavouring social renters,S02001920,Barmulloch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215515 +215515,S00113433,8a2,Industrious Hardship,S01010201,Barmulloch - 03,5d,Endeavouring social renters,S02001920,Barmulloch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215516 +215516,S00113435,8a2,Industrious Hardship,S01010200,Barmulloch - 02,4a,Challenged white communities,S02001920,Barmulloch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215517 +215517,S00113595,8a2,Industrious Hardship,S01010334,Milton West - 05,4a,Challenged white communities,S02001943,Milton West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215518 +215518,S00114052,8a2,Industrious Hardship,S01010159,"Cranhill, Lightburn and Queenslie South - 04",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215519 +215519,S00114057,8a2,Industrious Hardship,S01010159,"Cranhill, Lightburn and Queenslie South - 04",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215520 +215520,S00114060,8a2,Industrious Hardship,S01010164,"Cranhill, Lightburn and Queenslie South - 09",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215521 +215521,S00114334,8a2,Industrious Hardship,S01010110,Central Easterhouse - 01,4d,Hard-pressed flat dwellers,S02001905,Central Easterhouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215522 +215522,S00115437,8a2,Industrious Hardship,S01009857,Mosspark - 06,4a,Challenged white communities,S02001858,Mosspark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215523 +215523,S00115786,8a2,Industrious Hardship,S01009793,Pollok South and West - 02,5c,Comfortable neighbourhoods,S02001848,Pollok South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215524 +215524,S00115856,8a2,Industrious Hardship,S01010087,Baillieston West - 05,8b,Ageing suburbanites,S02001900,Baillieston West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215525 +215525,S00117286,4c3,Inner City Ethnic Mix,S01009871,Kingston West and Dumbreck - 01,7a,Urban cultural mix,S02001862,Kingston West and Dumbreck,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215526 +215526,S00112198,2c2,Migrant Commuters,S01010296,Woodlands - 08,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215527 +215527,S00112212,2c2,Migrant Commuters,S01010269,City Centre West - 04,1a,Cosmopolitan student neighbourhoods,S02001933,City Centre West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215528 +215528,S00112234,2c2,Migrant Commuters,S01010278,Anderston - 03,1a,Cosmopolitan student neighbourhoods,S02001935,Anderston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215529 +215529,S00112235,2c2,Migrant Commuters,S01010285,Finnieston and Kelvinhaugh - 04,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215530 +215530,S00112241,2c2,Migrant Commuters,S01010277,Anderston - 02,1a,Cosmopolitan student neighbourhoods,S02001935,Anderston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215531 +215531,S00112245,2c2,Migrant Commuters,S01010282,Finnieston and Kelvinhaugh - 01,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215532 +215532,S00112246,2c2,Migrant Commuters,S01010282,Finnieston and Kelvinhaugh - 01,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215533 +215533,S00112248,2c2,Migrant Commuters,S01010282,Finnieston and Kelvinhaugh - 01,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215534 +215534,S00112250,2c2,Migrant Commuters,S01010282,Finnieston and Kelvinhaugh - 01,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215535 +215535,S00112252,2c2,Migrant Commuters,S01010282,Finnieston and Kelvinhaugh - 01,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215536 +215536,S00112256,2c2,Migrant Commuters,S01010285,Finnieston and Kelvinhaugh - 04,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215537 +215537,S00112261,2c2,Migrant Commuters,S01010277,Anderston - 02,1a,Cosmopolitan student neighbourhoods,S02001935,Anderston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215538 +215538,S00112307,2c2,Migrant Commuters,S01010297,Woodside - 01,1a,Cosmopolitan student neighbourhoods,S02001938,Woodside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215539 +215539,S00112308,2c2,Migrant Commuters,S01010297,Woodside - 01,1a,Cosmopolitan student neighbourhoods,S02001938,Woodside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215540 +215540,S00112319,2c2,Migrant Commuters,S01010257,Gallowgate North and Bellgrove - 04,1a,Cosmopolitan student neighbourhoods,S02001931,Gallowgate North and Bellgrove,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215541 +215541,S00112322,2c2,Migrant Commuters,S01010262,City Centre East - 04,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215542 +215542,S00112326,2c2,Migrant Commuters,S01010262,City Centre East - 04,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215543 +215543,S00112329,2c2,Migrant Commuters,S01010261,City Centre East - 03,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215544 +215544,S00112330,2c2,Migrant Commuters,S01010261,City Centre East - 03,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215545 +215545,S00112333,2c2,Migrant Commuters,S01010270,City Centre West - 05,1a,Cosmopolitan student neighbourhoods,S02001933,City Centre West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215546 +215546,S00112340,2c2,Migrant Commuters,S01010033,Laurieston and Tradeston - 03,1a,Cosmopolitan student neighbourhoods,S02001890,Laurieston and Tradeston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215547 +215547,S00112346,2c2,Migrant Commuters,S01010022,Toryglen and Oatlands - 07,4d,Hard-pressed flat dwellers,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215548 +215548,S00112360,2c2,Migrant Commuters,S01010396,Partick - 04,1a,Cosmopolitan student neighbourhoods,S02001955,Partick,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215549 +215549,S00112368,2c2,Migrant Commuters,S01010396,Partick - 04,1a,Cosmopolitan student neighbourhoods,S02001955,Partick,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215550 +215550,S00112370,2c2,Migrant Commuters,S01010397,Partickhill and Hyndland - 01,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215551 +215551,S00112371,2c2,Migrant Commuters,S01010385,Hillhead - 05,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215552 +215552,S00112372,2c2,Migrant Commuters,S01010385,Hillhead - 05,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215553 +215553,S00112377,2c2,Migrant Commuters,S01010386,Hillhead - 06,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215554 +215554,S00117369,7a2,Hampered Aspiration,S01010002,Kingspark North - 04,4d,Hard-pressed flat dwellers,S02001885,Kingspark North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215555 +215555,S00112380,2c2,Migrant Commuters,S01010385,Hillhead - 05,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215556 +215556,S00112382,2c2,Migrant Commuters,S01010385,Hillhead - 05,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215557 +215557,S00112397,2c2,Migrant Commuters,S01010383,Hillhead - 03,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215558 +215558,S00112398,2c2,Migrant Commuters,S01010382,Hillhead - 02,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215559 +215559,S00112400,2c2,Migrant Commuters,S01010383,Hillhead - 03,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215560 +215560,S00112408,2c2,Migrant Commuters,S01010383,Hillhead - 03,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215561 +215561,S00117438,7a2,Hampered Aspiration,S01009861,Ibrox - 03,1a,Cosmopolitan student neighbourhoods,S02001859,Ibrox,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215562 +215562,S00117544,7a2,Hampered Aspiration,S01010223,Cowlairs and Port Dundas - 05,4d,Hard-pressed flat dwellers,S02001924,Cowlairs and Port Dundas,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215563 +215563,S00112811,8d2,Hard-Pressed Ethnic Mix,S01010483,Blairdardie East - 06,4d,Hard-pressed flat dwellers,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215564 +215564,S00112844,8d2,Hard-Pressed Ethnic Mix,S01010461,Knightswood Park East - 02,4d,Hard-pressed flat dwellers,S02001969,Knightswood Park East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215565 +215565,S00112896,8d2,Hard-Pressed Ethnic Mix,S01010445,Yoker North - 03,4d,Hard-pressed flat dwellers,S02001965,Yoker North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215566 +215566,S00113378,8d2,Hard-Pressed Ethnic Mix,S01010229,"Roystonhill, Blochairn, and Provanmill - 02",4d,Hard-pressed flat dwellers,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215567 +215567,S00113590,8d2,Hard-Pressed Ethnic Mix,S01010337,Milton East - 03,4a,Challenged white communities,S02001944,Milton East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215568 +215568,S00114058,8d2,Hard-Pressed Ethnic Mix,S01010164,"Cranhill, Lightburn and Queenslie South - 09",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215569 +215569,S00114137,8d2,Hard-Pressed Ethnic Mix,S01010173,Riddrie and Hogganfield - 02,4a,Challenged white communities,S02001916,Riddrie and Hogganfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215570 +215570,S00114373,8d2,Hard-Pressed Ethnic Mix,S01010038,Calton and Gallowgate - 02,4d,Hard-pressed flat dwellers,S02001891,Calton and Gallowgate,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215571 +215571,S00115434,8d2,Hard-Pressed Ethnic Mix,S01009857,Mosspark - 06,4a,Challenged white communities,S02001858,Mosspark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215572 +215572,S00115445,8d2,Hard-Pressed Ethnic Mix,S01009858,Mosspark - 07,4d,Hard-pressed flat dwellers,S02001858,Mosspark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215573 +215573,S00115756,8d2,Hard-Pressed Ethnic Mix,S01009782,Nitshill - 08,4c,Hampered neighbourhoods,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215574 +215574,S00115883,8d2,Hard-Pressed Ethnic Mix,S01010086,Baillieston West - 04,4a,Challenged white communities,S02001900,Baillieston West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215575 +215575,S00116224,8d2,Hard-Pressed Ethnic Mix,S01009973,Glenwood South - 01,4a,Challenged white communities,S02001881,Glenwood South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215576 +215576,S00117044,8d2,Hard-Pressed Ethnic Mix,S01010195,Balornock - 02,4a,Challenged white communities,S02001919,Balornock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215577 +215577,S00117190,8d2,Hard-Pressed Ethnic Mix,S01010173,Riddrie and Hogganfield - 02,4a,Challenged white communities,S02001916,Riddrie and Hogganfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215578 +215578,S00117220,8d2,Hard-Pressed Ethnic Mix,S01010119,North Barlanark and Easterhouse South - 02,4d,Hard-pressed flat dwellers,S02001907,North Barlanark and Easterhouse South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215579 +215579,S00117565,8d2,Hard-Pressed Ethnic Mix,S01010494,Drumchapel North - 04,4d,Hard-pressed flat dwellers,S02001975,Drumchapel North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215580 +215580,S00115198,8d3,Hard-Pressed European Settlers,S01009982,Glenwood North - 03,4d,Hard-pressed flat dwellers,S02001882,Glenwood North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215581 +215581,S00115218,8d3,Hard-Pressed European Settlers,S01009761,Darnley East - 04,5c,Comfortable neighbourhoods,S02001842,Darnley East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215582 +215582,S00115967,8d3,Hard-Pressed European Settlers,S01010501,Drumry West - 02,4d,Hard-pressed flat dwellers,S02001977,Drumry West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215583 +215583,S00117394,8d3,Hard-Pressed European Settlers,S01009978,Glenwood South - 06,4d,Hard-pressed flat dwellers,S02001881,Glenwood South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215584 +215584,S00117419,8d3,Hard-Pressed European Settlers,S01009941,Carnwadric West - 03,3b,Asian traits,S02001874,Carnwadric West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215585 +215585,S00112154,8b2,Hard-Pressed Rented Terraces,S01010115,"Garthamlock, Auchinlea and Gartloch - 03",4a,Challenged white communities,S02001906,"Garthamlock, Auchinlea and Gartloch",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215586 +215586,S00112705,8b2,Hard-Pressed Rented Terraces,S01010409,Kelvinside and Jordanhill - 02,8c,Comfortable suburbia,S02001958,Kelvinside and Jordanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215587 +215587,S00112792,8b2,Hard-Pressed Rented Terraces,S01010480,Blairdardie East - 03,4a,Challenged white communities,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215588 +215588,S00112803,8b2,Hard-Pressed Rented Terraces,S01010482,Blairdardie East - 05,4a,Challenged white communities,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215589 +215589,S00112806,8b2,Hard-Pressed Rented Terraces,S01010482,Blairdardie East - 05,4a,Challenged white communities,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215590 +215590,S00112827,8b2,Hard-Pressed Rented Terraces,S01010450,Knightswood East - 01,4d,Hard-pressed flat dwellers,S02001967,Knightswood East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215591 +215591,S00112836,8b2,Hard-Pressed Rented Terraces,S01010457,Knightswood Park West - 03,4d,Hard-pressed flat dwellers,S02001968,Knightswood Park West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215592 +215592,S00112840,8b2,Hard-Pressed Rented Terraces,S01010480,Blairdardie East - 03,4a,Challenged white communities,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215593 +215593,S00112843,8b2,Hard-Pressed Rented Terraces,S01010477,Anniesland West - 08,4d,Hard-pressed flat dwellers,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215594 +215594,S00112861,8b2,Hard-Pressed Rented Terraces,S01010451,Knightswood East - 02,4d,Hard-pressed flat dwellers,S02001967,Knightswood East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215595 +215595,S00112862,8b2,Hard-Pressed Rented Terraces,S01010451,Knightswood East - 02,4d,Hard-pressed flat dwellers,S02001967,Knightswood East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215596 +215596,S00112883,8b2,Hard-Pressed Rented Terraces,S01010446,Yoker North - 04,5d,Endeavouring social renters,S02001965,Yoker North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215597 +215597,S00112884,8b2,Hard-Pressed Rented Terraces,S01010443,Yoker North - 01,4a,Challenged white communities,S02001965,Yoker North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215598 +215598,S00112885,8b2,Hard-Pressed Rented Terraces,S01010443,Yoker North - 01,4a,Challenged white communities,S02001965,Yoker North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215599 +215599,S00112886,8b2,Hard-Pressed Rented Terraces,S01010443,Yoker North - 01,4a,Challenged white communities,S02001965,Yoker North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215600 +215600,S00113740,2c2,Migrant Commuters,S01010243,Carntyne West and Haghill - 02,6a,Inner city cosmopolitan,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215601 +215601,S00113741,2c2,Migrant Commuters,S01010241,Alexandra Parade - 03,1a,Cosmopolitan student neighbourhoods,S02001928,Alexandra Parade,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215602 +215602,S00113742,2c2,Migrant Commuters,S01010241,Alexandra Parade - 03,1a,Cosmopolitan student neighbourhoods,S02001928,Alexandra Parade,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215603 +215603,S00113748,2c2,Migrant Commuters,S01010240,Alexandra Parade - 02,1a,Cosmopolitan student neighbourhoods,S02001928,Alexandra Parade,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215604 +215604,S00113749,2c2,Migrant Commuters,S01010234,Dennistoun North - 01,1a,Cosmopolitan student neighbourhoods,S02001927,Dennistoun North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215605 +215605,S00114976,2c2,Migrant Commuters,S01009962,Muirend and Old Cathcart - 04,4d,Hard-pressed flat dwellers,S02001878,Muirend and Old Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215606 +215606,S00116883,2c2,Migrant Commuters,S01010432,Scotstoun South and West - 01,1a,Cosmopolitan student neighbourhoods,S02001963,Scotstoun South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215607 +215607,S00112409,2c2,Migrant Commuters,S01010383,Hillhead - 03,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215608 +215608,S00117560,2c2,Migrant Commuters,S01010266,City Centre West - 01,1a,Cosmopolitan student neighbourhoods,S02001933,City Centre West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215609 +215609,S00113765,2c2,Migrant Commuters,S01010234,Dennistoun North - 01,1a,Cosmopolitan student neighbourhoods,S02001927,Dennistoun North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215610 +215610,S00113775,2c2,Migrant Commuters,S01010050,Parkhead West and Barrowfield - 02,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215611 +215611,S00113808,2c2,Migrant Commuters,S01010057,Parkhead East and Braidfauld North - 02,4d,Hard-pressed flat dwellers,S02001895,Parkhead East and Braidfauld North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215612 +215612,S00113900,2c2,Migrant Commuters,S01010145,Tollcross - 04,4d,Hard-pressed flat dwellers,S02001911,Tollcross,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215613 +215613,S00113908,2c2,Migrant Commuters,S01010146,Tollcross - 05,4d,Hard-pressed flat dwellers,S02001911,Tollcross,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215614 +215614,S00113913,2c2,Migrant Commuters,S01010145,Tollcross - 04,4d,Hard-pressed flat dwellers,S02001911,Tollcross,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215615 +215615,S00113921,2c2,Migrant Commuters,S01010144,Tollcross - 03,4d,Hard-pressed flat dwellers,S02001911,Tollcross,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215616 +215616,S00113944,2c2,Migrant Commuters,S01010058,Parkhead East and Braidfauld North - 03,4d,Hard-pressed flat dwellers,S02001895,Parkhead East and Braidfauld North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215617 +215617,S00113948,2c2,Migrant Commuters,S01010059,Parkhead East and Braidfauld North - 04,1a,Cosmopolitan student neighbourhoods,S02001895,Parkhead East and Braidfauld North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215618 +215618,S00113963,2c2,Migrant Commuters,S01010061,Braidfauld - 01,4d,Hard-pressed flat dwellers,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215619 +215619,S00114044,2c2,Migrant Commuters,S01010140,Shettleston North - 04,4d,Hard-pressed flat dwellers,S02001910,Shettleston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215620 +215620,S00114211,2c2,Migrant Commuters,S01010124,Barlanark - 02,4d,Hard-pressed flat dwellers,S02001908,Barlanark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215621 +215621,S00114339,2c2,Migrant Commuters,S01010040,Calton and Gallowgate - 04,1a,Cosmopolitan student neighbourhoods,S02001891,Calton and Gallowgate,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215622 +215622,S00114345,2c2,Migrant Commuters,S01010044,Bridgeton - 03,1a,Cosmopolitan student neighbourhoods,S02001892,Bridgeton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215623 +215623,S00114351,2c2,Migrant Commuters,S01010043,Bridgeton - 02,1a,Cosmopolitan student neighbourhoods,S02001892,Bridgeton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215624 +215624,S00116254,2c2,Migrant Commuters,S01009862,Ibrox East and Cessnock - 01,1a,Cosmopolitan student neighbourhoods,S02001860,Ibrox East and Cessnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215625 +215625,S00114547,2c2,Migrant Commuters,S01009936,Pollokshaws - 04,4d,Hard-pressed flat dwellers,S02001873,Pollokshaws,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215626 +215626,S00114352,2c2,Migrant Commuters,S01010043,Bridgeton - 02,1a,Cosmopolitan student neighbourhoods,S02001892,Bridgeton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215627 +215627,S00114354,2c2,Migrant Commuters,S01010040,Calton and Gallowgate - 04,1a,Cosmopolitan student neighbourhoods,S02001891,Calton and Gallowgate,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215628 +215628,S00114356,2c2,Migrant Commuters,S01010040,Calton and Gallowgate - 04,1a,Cosmopolitan student neighbourhoods,S02001891,Calton and Gallowgate,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215629 +215629,S00114357,2c2,Migrant Commuters,S01010040,Calton and Gallowgate - 04,1a,Cosmopolitan student neighbourhoods,S02001891,Calton and Gallowgate,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215630 +215630,S00114358,2c2,Migrant Commuters,S01010040,Calton and Gallowgate - 04,1a,Cosmopolitan student neighbourhoods,S02001891,Calton and Gallowgate,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215631 +215631,S00114367,2c2,Migrant Commuters,S01010254,Gallowgate North and Bellgrove - 01,1a,Cosmopolitan student neighbourhoods,S02001931,Gallowgate North and Bellgrove,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215632 +215632,S00114372,2c2,Migrant Commuters,S01010038,Calton and Gallowgate - 02,4d,Hard-pressed flat dwellers,S02001891,Calton and Gallowgate,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215633 +215633,S00114384,2c2,Migrant Commuters,S01010053,Parkhead West and Barrowfield - 05,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215634 +215634,S00114394,2c2,Migrant Commuters,S01010048,Dalmarnock - 03,4d,Hard-pressed flat dwellers,S02001893,Dalmarnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215635 +215635,S00114397,2c2,Migrant Commuters,S01009881,Pollokshields East - 01,1a,Cosmopolitan student neighbourhoods,S02001864,Pollokshields East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215636 +215636,S00114399,2c2,Migrant Commuters,S01009882,Pollokshields East - 02,1a,Cosmopolitan student neighbourhoods,S02001864,Pollokshields East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215637 +215637,S00114402,2c2,Migrant Commuters,S01009875,Pollokshields West - 01,7b,Young ethnic communities,S02001863,Pollokshields West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215638 +215638,S00114431,2c2,Migrant Commuters,S01009908,Strathbungo - 04,1a,Cosmopolitan student neighbourhoods,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215639 +215639,S00114433,2c2,Migrant Commuters,S01009884,Pollokshields East - 04,1a,Cosmopolitan student neighbourhoods,S02001864,Pollokshields East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215640 +215640,S00114437,2c2,Migrant Commuters,S01009908,Strathbungo - 04,1a,Cosmopolitan student neighbourhoods,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215641 +215641,S00114442,2c2,Migrant Commuters,S01009884,Pollokshields East - 04,1a,Cosmopolitan student neighbourhoods,S02001864,Pollokshields East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215642 +215642,S00114445,2c2,Migrant Commuters,S01009878,Pollokshields West - 04,7b,Young ethnic communities,S02001863,Pollokshields West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215643 +215643,S00114457,2c2,Migrant Commuters,S01009884,Pollokshields East - 04,1a,Cosmopolitan student neighbourhoods,S02001864,Pollokshields East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215644 +215644,S00114458,2c2,Migrant Commuters,S01009884,Pollokshields East - 04,1a,Cosmopolitan student neighbourhoods,S02001864,Pollokshields East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215645 +215645,S00114488,2c2,Migrant Commuters,S01009923,Shawlands East - 01,1a,Cosmopolitan student neighbourhoods,S02001871,Shawlands East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215646 +215646,S00114489,2c2,Migrant Commuters,S01009923,Shawlands East - 01,1a,Cosmopolitan student neighbourhoods,S02001871,Shawlands East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215647 +215647,S00114490,2c2,Migrant Commuters,S01009923,Shawlands East - 01,1a,Cosmopolitan student neighbourhoods,S02001871,Shawlands East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215648 +215648,S00114491,2c2,Migrant Commuters,S01009923,Shawlands East - 01,1a,Cosmopolitan student neighbourhoods,S02001871,Shawlands East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215649 +215649,S00114504,2c2,Migrant Commuters,S01009926,Shawlands East - 04,1a,Cosmopolitan student neighbourhoods,S02001871,Shawlands East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215650 +215650,S00114512,2c2,Migrant Commuters,S01009924,Shawlands East - 02,1a,Cosmopolitan student neighbourhoods,S02001871,Shawlands East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215651 +215651,S00114514,2c2,Migrant Commuters,S01009924,Shawlands East - 02,1a,Cosmopolitan student neighbourhoods,S02001871,Shawlands East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215652 +215652,S00114515,2c2,Migrant Commuters,S01009924,Shawlands East - 02,1a,Cosmopolitan student neighbourhoods,S02001871,Shawlands East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215653 +215653,S00114525,2c2,Migrant Commuters,S01009919,Shawlands West - 01,1a,Cosmopolitan student neighbourhoods,S02001870,Shawlands West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215654 +215654,S00114529,2c2,Migrant Commuters,S01009919,Shawlands West - 01,1a,Cosmopolitan student neighbourhoods,S02001870,Shawlands West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215655 +215655,S00114531,2c2,Migrant Commuters,S01009919,Shawlands West - 01,1a,Cosmopolitan student neighbourhoods,S02001870,Shawlands West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215656 +215656,S00113155,2c2,Migrant Commuters,S01010369,North Kelvin - 01,1a,Cosmopolitan student neighbourhoods,S02001951,North Kelvin,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215657 +215657,S00112418,2c2,Migrant Commuters,S01010389,Glasgow Harbour and Partick South - 02,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215658 +215658,S00114604,2c2,Migrant Commuters,S01009871,Kingston West and Dumbreck - 01,7a,Urban cultural mix,S02001862,Kingston West and Dumbreck,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215659 +215659,S00113156,2c2,Migrant Commuters,S01010369,North Kelvin - 01,1a,Cosmopolitan student neighbourhoods,S02001951,North Kelvin,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215660 +215660,S00116346,2c2,Migrant Commuters,S01010263,City Centre East - 05,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215661 +215661,S00114987,2c2,Migrant Commuters,S01010009,Cathcart - 05,1a,Cosmopolitan student neighbourhoods,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215662 +215662,S00117587,2c2,Migrant Commuters,S01009887,Govanhill West - 01,6a,Inner city cosmopolitan,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215663 +215663,S00117589,2c2,Migrant Commuters,S01010033,Laurieston and Tradeston - 03,1a,Cosmopolitan student neighbourhoods,S02001890,Laurieston and Tradeston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215664 +215664,S00117595,2c2,Migrant Commuters,S01010027,Gorbals and Hutchesontown - 05,1a,Cosmopolitan student neighbourhoods,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215665 +215665,S00116888,2c2,Migrant Commuters,S01010439,Yoker South - 03,1a,Cosmopolitan student neighbourhoods,S02001964,Yoker South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215666 +215666,S00117596,2c2,Migrant Commuters,S01010027,Gorbals and Hutchesontown - 05,1a,Cosmopolitan student neighbourhoods,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215667 +215667,S00117597,2c2,Migrant Commuters,S01010027,Gorbals and Hutchesontown - 05,1a,Cosmopolitan student neighbourhoods,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215668 +215668,S00117598,2c2,Migrant Commuters,S01010027,Gorbals and Hutchesontown - 05,1a,Cosmopolitan student neighbourhoods,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215669 +215669,S00117600,2c2,Migrant Commuters,S01010030,Gorbals and Hutchesontown - 08,1a,Cosmopolitan student neighbourhoods,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215670 +215670,S00117629,2c2,Migrant Commuters,S01010282,Finnieston and Kelvinhaugh - 01,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215671 +215671,S00112480,2c1,Migrant Families,S01010418,Broomhill - 04,1a,Cosmopolitan student neighbourhoods,S02001959,Broomhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215672 +215672,S00112734,2c1,Migrant Families,S01010473,Anniesland West - 04,3d,Households in terraces and flats,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215673 +215673,S00112940,2c1,Migrant Families,S01010429,Scotstoun North and East - 03,3d,Households in terraces and flats,S02001962,Scotstoun North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215674 +215674,S00113019,2c1,Migrant Families,S01010441,Yoker South - 05,4d,Hard-pressed flat dwellers,S02001964,Yoker South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215675 +215675,S00113253,2c1,Migrant Families,S01010360,Wyndford - 03,4d,Hard-pressed flat dwellers,S02001949,Wyndford,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215676 +215676,S00113296,2c1,Migrant Families,S01010347,Summerston North - 02,1a,Cosmopolitan student neighbourhoods,S02001946,Summerston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215677 +215677,S00113328,2c1,Migrant Families,S01010351,Maryhill East - 02,4d,Hard-pressed flat dwellers,S02001947,Maryhill East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215678 +215678,S00113329,2c1,Migrant Families,S01010351,Maryhill East - 02,4d,Hard-pressed flat dwellers,S02001947,Maryhill East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215679 +215679,S00113755,2c1,Migrant Families,S01010234,Dennistoun North - 01,1a,Cosmopolitan student neighbourhoods,S02001927,Dennistoun North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215680 +215680,S00113769,2c1,Migrant Families,S01010068,Braidfauld - 08,7a,Urban cultural mix,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215681 +215681,S00114349,2c1,Migrant Families,S01010044,Bridgeton - 03,1a,Cosmopolitan student neighbourhoods,S02001892,Bridgeton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215682 +215682,S00114359,2c1,Migrant Families,S01010040,Calton and Gallowgate - 04,1a,Cosmopolitan student neighbourhoods,S02001891,Calton and Gallowgate,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215683 +215683,S00114456,2c1,Migrant Families,S01009885,Pollokshields East - 05,7b,Young ethnic communities,S02001864,Pollokshields East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215684 +215684,S00116370,2c2,Migrant Commuters,S01010472,Anniesland West - 03,1a,Cosmopolitan student neighbourhoods,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215685 +215685,S00113174,2c2,Migrant Commuters,S01010369,North Kelvin - 01,1a,Cosmopolitan student neighbourhoods,S02001951,North Kelvin,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215686 +215686,S00112420,2c2,Migrant Commuters,S01010389,Glasgow Harbour and Partick South - 02,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215687 +215687,S00114989,2c2,Migrant Commuters,S01010009,Cathcart - 05,1a,Cosmopolitan student neighbourhoods,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215688 +215688,S00114625,2c2,Migrant Commuters,S01009885,Pollokshields East - 05,7b,Young ethnic communities,S02001864,Pollokshields East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215689 +215689,S00114597,2c1,Migrant Families,S01009873,Kingston West and Dumbreck - 03,3d,Households in terraces and flats,S02001862,Kingston West and Dumbreck,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215690 +215690,S00114685,2c1,Migrant Families,S01009903,Battlefield - 05,3c,Highly qualified professionals,S02001867,Battlefield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215691 +215691,S00114688,2c1,Migrant Families,S01009903,Battlefield - 05,3c,Highly qualified professionals,S02001867,Battlefield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215692 +215692,S00114881,2c1,Migrant Families,S01009934,Pollokshaws - 02,3d,Households in terraces and flats,S02001873,Pollokshaws,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215693 +215693,S00116195,2c1,Migrant Families,S01010030,Gorbals and Hutchesontown - 08,1a,Cosmopolitan student neighbourhoods,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215694 +215694,S00116205,2c1,Migrant Families,S01009929,Langside - 03,3c,Highly qualified professionals,S02001872,Langside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215695 +215695,S00116216,2c1,Migrant Families,S01009962,Muirend and Old Cathcart - 04,4d,Hard-pressed flat dwellers,S02001878,Muirend and Old Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215696 +215696,S00116434,2c1,Migrant Families,S01010356,Maryhill West - 03,4d,Hard-pressed flat dwellers,S02001948,Maryhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215697 +215697,S00116435,2c1,Migrant Families,S01010356,Maryhill West - 03,4d,Hard-pressed flat dwellers,S02001948,Maryhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215698 +215698,S00116777,2c1,Migrant Families,S01010367,Kelvindale - 05,1a,Cosmopolitan student neighbourhoods,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215699 +215699,S00116878,2c1,Migrant Families,S01010426,Whiteinch - 04,4d,Hard-pressed flat dwellers,S02001961,Whiteinch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215700 +215700,S00116889,2c1,Migrant Families,S01010439,Yoker South - 03,1a,Cosmopolitan student neighbourhoods,S02001964,Yoker South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215701 +215701,S00117097,2c1,Migrant Families,S01010236,Dennistoun North - 03,1a,Cosmopolitan student neighbourhoods,S02001927,Dennistoun North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215702 +215702,S00117098,2c1,Migrant Families,S01010252,Dennistoun - 05,1a,Cosmopolitan student neighbourhoods,S02001930,Dennistoun,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215703 +215703,S00117223,2c1,Migrant Families,S01010109,Easterhouse East - 05,4d,Hard-pressed flat dwellers,S02001904,Easterhouse East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215704 +215704,S00117233,2c1,Migrant Families,S01010042,Bridgeton - 01,1a,Cosmopolitan student neighbourhoods,S02001892,Bridgeton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215705 +215705,S00112160,2b2,Multicultural Student Neighbourhoods,S01010265,City Centre East - 07,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215706 +215706,S00112166,2b2,Multicultural Student Neighbourhoods,S01010263,City Centre East - 05,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215707 +215707,S00112169,2b2,Multicultural Student Neighbourhoods,S01010264,City Centre East - 06,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215708 +215708,S00112178,2b2,Multicultural Student Neighbourhoods,S01010265,City Centre East - 07,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215709 +215709,S00112270,2b2,Multicultural Student Neighbourhoods,S01010272,City Centre South - 01,1a,Cosmopolitan student neighbourhoods,S02001934,City Centre South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215710 +215710,S00112416,2b2,Multicultural Student Neighbourhoods,S01010389,Glasgow Harbour and Partick South - 02,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215711 +215711,S00112425,2b2,Multicultural Student Neighbourhoods,S01010392,Glasgow Harbour and Partick South - 05,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215712 +215712,S00112427,2b2,Multicultural Student Neighbourhoods,S01010389,Glasgow Harbour and Partick South - 02,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215713 +215713,S00112544,2b2,Multicultural Student Neighbourhoods,S01010377,Kelvingrove and University - 04,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215714 +215714,S00113193,2b2,Multicultural Student Neighbourhoods,S01010314,Keppochhill - 06,1a,Cosmopolitan student neighbourhoods,S02001940,Keppochhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215715 +215715,S00114396,2b2,Multicultural Student Neighbourhoods,S01009882,Pollokshields East - 02,1a,Cosmopolitan student neighbourhoods,S02001864,Pollokshields East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215716 +215716,S00114404,2b2,Multicultural Student Neighbourhoods,S01009875,Pollokshields West - 01,7b,Young ethnic communities,S02001863,Pollokshields West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215717 +215717,S00114993,2c2,Migrant Commuters,S01010009,Cathcart - 05,1a,Cosmopolitan student neighbourhoods,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215718 +215718,S00115000,2c2,Migrant Commuters,S01010006,Cathcart - 02,1a,Cosmopolitan student neighbourhoods,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215719 +215719,S00115005,2c2,Migrant Commuters,S01010005,Cathcart - 01,1a,Cosmopolitan student neighbourhoods,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215720 +215720,S00115265,2c2,Migrant Commuters,S01009872,Kingston West and Dumbreck - 02,1a,Cosmopolitan student neighbourhoods,S02001862,Kingston West and Dumbreck,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215721 +215721,S00116928,2c2,Migrant Commuters,S01010298,Woodside - 02,1a,Cosmopolitan student neighbourhoods,S02001938,Woodside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215722 +215722,S00113176,2c2,Migrant Commuters,S01010298,Woodside - 02,1a,Cosmopolitan student neighbourhoods,S02001938,Woodside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215723 +215723,S00112438,2c2,Migrant Commuters,S01010386,Hillhead - 06,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215724 +215724,S00116392,2c2,Migrant Commuters,S01010285,Finnieston and Kelvinhaugh - 04,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215725 +215725,S00115268,2c2,Migrant Commuters,S01009872,Kingston West and Dumbreck - 02,1a,Cosmopolitan student neighbourhoods,S02001862,Kingston West and Dumbreck,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215726 +215726,S00115270,2c2,Migrant Commuters,S01009872,Kingston West and Dumbreck - 02,1a,Cosmopolitan student neighbourhoods,S02001862,Kingston West and Dumbreck,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215727 +215727,S00115271,2c2,Migrant Commuters,S01009872,Kingston West and Dumbreck - 02,1a,Cosmopolitan student neighbourhoods,S02001862,Kingston West and Dumbreck,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215728 +215728,S00115272,2c2,Migrant Commuters,S01009872,Kingston West and Dumbreck - 02,1a,Cosmopolitan student neighbourhoods,S02001862,Kingston West and Dumbreck,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215729 +215729,S00115274,2c2,Migrant Commuters,S01009872,Kingston West and Dumbreck - 02,1a,Cosmopolitan student neighbourhoods,S02001862,Kingston West and Dumbreck,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215730 +215730,S00115275,2c2,Migrant Commuters,S01009869,Kinning Park and Festival Park - 04,1a,Cosmopolitan student neighbourhoods,S02001861,Kinning Park and Festival Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215731 +215731,S00115277,2c2,Migrant Commuters,S01009869,Kinning Park and Festival Park - 04,1a,Cosmopolitan student neighbourhoods,S02001861,Kinning Park and Festival Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215732 +215732,S00115278,2c2,Migrant Commuters,S01009870,Kinning Park and Festival Park - 05,1a,Cosmopolitan student neighbourhoods,S02001861,Kinning Park and Festival Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215733 +215733,S00115279,2c2,Migrant Commuters,S01009868,Kinning Park and Festival Park - 03,1a,Cosmopolitan student neighbourhoods,S02001861,Kinning Park and Festival Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215734 +215734,S00115287,2c2,Migrant Commuters,S01009862,Ibrox East and Cessnock - 01,1a,Cosmopolitan student neighbourhoods,S02001860,Ibrox East and Cessnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215735 +215735,S00115288,2c2,Migrant Commuters,S01009862,Ibrox East and Cessnock - 01,1a,Cosmopolitan student neighbourhoods,S02001860,Ibrox East and Cessnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215736 +215736,S00115289,2c2,Migrant Commuters,S01009862,Ibrox East and Cessnock - 01,1a,Cosmopolitan student neighbourhoods,S02001860,Ibrox East and Cessnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215737 +215737,S00115292,2c2,Migrant Commuters,S01009863,Ibrox East and Cessnock - 02,1a,Cosmopolitan student neighbourhoods,S02001860,Ibrox East and Cessnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215738 +215738,S00115294,2c2,Migrant Commuters,S01009870,Kinning Park and Festival Park - 05,1a,Cosmopolitan student neighbourhoods,S02001861,Kinning Park and Festival Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215739 +215739,S00115295,2c2,Migrant Commuters,S01009870,Kinning Park and Festival Park - 05,1a,Cosmopolitan student neighbourhoods,S02001861,Kinning Park and Festival Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215740 +215740,S00114627,2c2,Migrant Commuters,S01009891,Govanhill West - 05,1a,Cosmopolitan student neighbourhoods,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215741 +215741,S00115298,2c2,Migrant Commuters,S01009863,Ibrox East and Cessnock - 02,1a,Cosmopolitan student neighbourhoods,S02001860,Ibrox East and Cessnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215742 +215742,S00115301,2c2,Migrant Commuters,S01009864,Ibrox East and Cessnock - 03,1a,Cosmopolitan student neighbourhoods,S02001860,Ibrox East and Cessnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215743 +215743,S00115304,2c2,Migrant Commuters,S01009865,Ibrox East and Cessnock - 04,1a,Cosmopolitan student neighbourhoods,S02001860,Ibrox East and Cessnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215744 +215744,S00115305,2c2,Migrant Commuters,S01009864,Ibrox East and Cessnock - 03,1a,Cosmopolitan student neighbourhoods,S02001860,Ibrox East and Cessnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215745 +215745,S00115306,2c2,Migrant Commuters,S01009863,Ibrox East and Cessnock - 02,1a,Cosmopolitan student neighbourhoods,S02001860,Ibrox East and Cessnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215746 +215746,S00115310,2c2,Migrant Commuters,S01009865,Ibrox East and Cessnock - 04,1a,Cosmopolitan student neighbourhoods,S02001860,Ibrox East and Cessnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215747 +215747,S00115315,2c2,Migrant Commuters,S01009861,Ibrox - 03,1a,Cosmopolitan student neighbourhoods,S02001859,Ibrox,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215748 +215748,S00115410,2c2,Migrant Commuters,S01009839,Drumoyne and Shieldhall - 07,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215749 +215749,S00115464,2c2,Migrant Commuters,S01009849,Craigton - 02,4d,Hard-pressed flat dwellers,S02001857,Craigton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215750 +215750,S00115481,2c2,Migrant Commuters,S01009850,Craigton - 03,4d,Hard-pressed flat dwellers,S02001857,Craigton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215751 +215751,S00115513,2c2,Migrant Commuters,S01009829,Hillington - 01,4d,Hard-pressed flat dwellers,S02001854,Hillington,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215752 +215752,S00115748,2c2,Migrant Commuters,S01009777,Nitshill - 03,4d,Hard-pressed flat dwellers,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215753 +215753,S00115924,2c2,Migrant Commuters,S01010289,Woodlands - 01,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215754 +215754,S00115964,2c2,Migrant Commuters,S01010271,City Centre West - 06,1a,Cosmopolitan student neighbourhoods,S02001933,City Centre West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215755 +215755,S00115995,2c2,Migrant Commuters,S01010217,Springburn East and Cowlairs - 04,4d,Hard-pressed flat dwellers,S02001923,Springburn East and Cowlairs,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215756 +215756,S00115998,2c2,Migrant Commuters,S01010225,Sighthill - 01,7a,Urban cultural mix,S02001925,Sighthill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215757 +215757,S00116049,2c2,Migrant Commuters,S01010243,Carntyne West and Haghill - 02,6a,Inner city cosmopolitan,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215758 +215758,S00116050,2c2,Migrant Commuters,S01010243,Carntyne West and Haghill - 02,6a,Inner city cosmopolitan,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215759 +215759,S00116053,2c2,Migrant Commuters,S01010241,Alexandra Parade - 03,1a,Cosmopolitan student neighbourhoods,S02001928,Alexandra Parade,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215760 +215760,S00116139,2c2,Migrant Commuters,S01010046,Dalmarnock - 01,4d,Hard-pressed flat dwellers,S02001893,Dalmarnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215761 +215761,S00116141,2c2,Migrant Commuters,S01010042,Bridgeton - 01,1a,Cosmopolitan student neighbourhoods,S02001892,Bridgeton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215762 +215762,S00116167,2c2,Migrant Commuters,S01009926,Shawlands East - 04,1a,Cosmopolitan student neighbourhoods,S02001871,Shawlands East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215763 +215763,S00116175,2c2,Migrant Commuters,S01010022,Toryglen and Oatlands - 07,4d,Hard-pressed flat dwellers,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215764 +215764,S00116197,2c2,Migrant Commuters,S01010030,Gorbals and Hutchesontown - 08,1a,Cosmopolitan student neighbourhoods,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215765 +215765,S00116198,2c2,Migrant Commuters,S01010030,Gorbals and Hutchesontown - 08,1a,Cosmopolitan student neighbourhoods,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215766 +215766,S00116202,2c2,Migrant Commuters,S01009906,Strathbungo - 02,1a,Cosmopolitan student neighbourhoods,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215767 +215767,S00116203,2c2,Migrant Commuters,S01009907,Strathbungo - 03,1a,Cosmopolitan student neighbourhoods,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215768 +215768,S00116252,2c2,Migrant Commuters,S01009867,Kinning Park and Festival Park - 02,1a,Cosmopolitan student neighbourhoods,S02001861,Kinning Park and Festival Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215769 +215769,S00116929,2c2,Migrant Commuters,S01010298,Woodside - 02,1a,Cosmopolitan student neighbourhoods,S02001938,Woodside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215770 +215770,S00116934,2c2,Migrant Commuters,S01010373,North Kelvin - 05,1a,Cosmopolitan student neighbourhoods,S02001951,North Kelvin,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215771 +215771,S00116945,2c2,Migrant Commuters,S01010299,Woodside - 03,1a,Cosmopolitan student neighbourhoods,S02001938,Woodside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215772 +215772,S00112439,2c2,Migrant Commuters,S01010388,Glasgow Harbour and Partick South - 01,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215773 +215773,S00116947,2c2,Migrant Commuters,S01010299,Woodside - 03,1a,Cosmopolitan student neighbourhoods,S02001938,Woodside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215774 +215774,S00112443,2c2,Migrant Commuters,S01010387,Hillhead - 07,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215775 +215775,S00116950,2c2,Migrant Commuters,S01010322,Ruchill - 08,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215776 +215776,S00116402,2c2,Migrant Commuters,S01010382,Hillhead - 02,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215777 +215777,S00113179,2c2,Migrant Commuters,S01010298,Woodside - 02,1a,Cosmopolitan student neighbourhoods,S02001938,Woodside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215778 +215778,S00112456,2c2,Migrant Commuters,S01010391,Glasgow Harbour and Partick South - 04,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215779 +215779,S00112458,2c2,Migrant Commuters,S01010391,Glasgow Harbour and Partick South - 04,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215780 +215780,S00112459,2c2,Migrant Commuters,S01010390,Glasgow Harbour and Partick South - 03,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215781 +215781,S00112460,2c2,Migrant Commuters,S01010390,Glasgow Harbour and Partick South - 03,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215782 +215782,S00112461,2c2,Migrant Commuters,S01010390,Glasgow Harbour and Partick South - 03,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215783 +215783,S00112464,2c2,Migrant Commuters,S01010390,Glasgow Harbour and Partick South - 03,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215784 +215784,S00112465,2c2,Migrant Commuters,S01010390,Glasgow Harbour and Partick South - 03,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215785 +215785,S00112469,2c2,Migrant Commuters,S01010395,Partick - 03,1a,Cosmopolitan student neighbourhoods,S02001955,Partick,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215786 +215786,S00112470,2c2,Migrant Commuters,S01010390,Glasgow Harbour and Partick South - 03,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215787 +215787,S00112471,2c2,Migrant Commuters,S01010390,Glasgow Harbour and Partick South - 03,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215788 +215788,S00112476,2c2,Migrant Commuters,S01010394,Partick - 02,1a,Cosmopolitan student neighbourhoods,S02001955,Partick,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215789 +215789,S00112477,2c2,Migrant Commuters,S01010395,Partick - 03,1a,Cosmopolitan student neighbourhoods,S02001955,Partick,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215790 +215790,S00112486,2c2,Migrant Commuters,S01010395,Partick - 03,1a,Cosmopolitan student neighbourhoods,S02001955,Partick,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215791 +215791,S00112490,2c2,Migrant Commuters,S01010393,Partick - 01,1a,Cosmopolitan student neighbourhoods,S02001955,Partick,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215792 +215792,S00112570,2c2,Migrant Commuters,S01010374,Kelvingrove and University - 01,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215793 +215793,S00112587,2c2,Migrant Commuters,S01010406,Dowanhill - 04,1a,Cosmopolitan student neighbourhoods,S02001957,Dowanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215794 +215794,S00112595,2c2,Migrant Commuters,S01010404,Dowanhill - 02,1a,Cosmopolitan student neighbourhoods,S02001957,Dowanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215795 +215795,S00112659,2c2,Migrant Commuters,S01010366,Kelvindale - 04,3c,Highly qualified professionals,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215796 +215796,S00112661,2c2,Migrant Commuters,S01010366,Kelvindale - 04,3c,Highly qualified professionals,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215797 +215797,S00112663,2c2,Migrant Commuters,S01010366,Kelvindale - 04,3c,Highly qualified professionals,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215798 +215798,S00112722,2c2,Migrant Commuters,S01010474,Anniesland West - 05,1a,Cosmopolitan student neighbourhoods,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215799 +215799,S00112723,2c2,Migrant Commuters,S01010474,Anniesland West - 05,1a,Cosmopolitan student neighbourhoods,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215800 +215800,S00112728,2c2,Migrant Commuters,S01010466,Anniesland East - 02,3c,Highly qualified professionals,S02001970,Anniesland East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215801 +215801,S00112740,2c2,Migrant Commuters,S01010469,Anniesland East - 05,1a,Cosmopolitan student neighbourhoods,S02001970,Anniesland East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215802 +215802,S00112756,2c2,Migrant Commuters,S01010476,Anniesland West - 07,4d,Hard-pressed flat dwellers,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215803 +215803,S00112787,2c2,Migrant Commuters,S01010478,Blairdardie East - 01,4d,Hard-pressed flat dwellers,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215804 +215804,S00112924,2c2,Migrant Commuters,S01010425,Whiteinch - 03,4d,Hard-pressed flat dwellers,S02001961,Whiteinch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215805 +215805,S00112927,2c2,Migrant Commuters,S01010436,Scotstoun South and West - 05,4d,Hard-pressed flat dwellers,S02001963,Scotstoun South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215806 +215806,S00112980,2c2,Migrant Commuters,S01010391,Glasgow Harbour and Partick South - 04,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215807 +215807,S00112981,2c2,Migrant Commuters,S01010391,Glasgow Harbour and Partick South - 04,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215808 +215808,S00112984,2c2,Migrant Commuters,S01010424,Whiteinch - 02,4d,Hard-pressed flat dwellers,S02001961,Whiteinch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215809 +215809,S00112985,2c2,Migrant Commuters,S01010424,Whiteinch - 02,4d,Hard-pressed flat dwellers,S02001961,Whiteinch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215810 +215810,S00112987,2c2,Migrant Commuters,S01010422,Victoria Park - 03,3d,Households in terraces and flats,S02001960,Victoria Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215811 +215811,S00114628,2c2,Migrant Commuters,S01009891,Govanhill West - 05,1a,Cosmopolitan student neighbourhoods,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215812 +215812,S00112997,2c2,Migrant Commuters,S01010425,Whiteinch - 03,4d,Hard-pressed flat dwellers,S02001961,Whiteinch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215813 +215813,S00113016,2c2,Migrant Commuters,S01010439,Yoker South - 03,1a,Cosmopolitan student neighbourhoods,S02001964,Yoker South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215814 +215814,S00113020,2c2,Migrant Commuters,S01010441,Yoker South - 05,4d,Hard-pressed flat dwellers,S02001964,Yoker South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215815 +215815,S00113128,2c2,Migrant Commuters,S01010298,Woodside - 02,1a,Cosmopolitan student neighbourhoods,S02001938,Woodside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215816 +215816,S00113129,2c2,Migrant Commuters,S01010298,Woodside - 02,1a,Cosmopolitan student neighbourhoods,S02001938,Woodside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215817 +215817,S00113140,2c2,Migrant Commuters,S01010306,Firhill - 06,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215818 +215818,S00113143,2c2,Migrant Commuters,S01010306,Firhill - 06,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215819 +215819,S00113145,2c2,Migrant Commuters,S01010306,Firhill - 06,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215820 +215820,S00113147,2c2,Migrant Commuters,S01010305,Firhill - 05,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215821 +215821,S00113149,2c2,Migrant Commuters,S01010307,Firhill - 07,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215822 +215822,S00113153,2c2,Migrant Commuters,S01010305,Firhill - 05,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215823 +215823,S00114631,2c2,Migrant Commuters,S01009893,Govanhill West - 07,1a,Cosmopolitan student neighbourhoods,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215824 +215824,S00116968,2c2,Migrant Commuters,S01010360,Wyndford - 03,4d,Hard-pressed flat dwellers,S02001949,Wyndford,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215825 +215825,S00113181,2c2,Migrant Commuters,S01010304,Firhill - 04,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215826 +215826,S00114639,2c2,Migrant Commuters,S01009890,Govanhill West - 04,1a,Cosmopolitan student neighbourhoods,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215827 +215827,S00117032,2c2,Migrant Commuters,S01010216,Springburn East and Cowlairs - 03,4d,Hard-pressed flat dwellers,S02001923,Springburn East and Cowlairs,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215828 +215828,S00114642,2c2,Migrant Commuters,S01009892,Govanhill West - 06,6a,Inner city cosmopolitan,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215829 +215829,S00113201,2c2,Migrant Commuters,S01010316,Ruchill - 02,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215830 +215830,S00117047,2c2,Migrant Commuters,S01010208,Petershill - 06,4d,Hard-pressed flat dwellers,S02001921,Petershill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215831 +215831,S00114665,2c2,Migrant Commuters,S01009902,Battlefield - 04,4d,Hard-pressed flat dwellers,S02001867,Battlefield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215832 +215832,S00114669,2c2,Migrant Commuters,S01009897,Govanhill East and Aikenhead - 04,7a,Urban cultural mix,S02001866,Govanhill East and Aikenhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215833 +215833,S00114678,2c2,Migrant Commuters,S01009894,Govanhill East and Aikenhead - 01,1a,Cosmopolitan student neighbourhoods,S02001866,Govanhill East and Aikenhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215834 +215834,S00114681,2c2,Migrant Commuters,S01009897,Govanhill East and Aikenhead - 04,7a,Urban cultural mix,S02001866,Govanhill East and Aikenhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215835 +215835,S00114683,2c2,Migrant Commuters,S01009897,Govanhill East and Aikenhead - 04,7a,Urban cultural mix,S02001866,Govanhill East and Aikenhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215836 +215836,S00114689,2c2,Migrant Commuters,S01009905,Strathbungo - 01,1a,Cosmopolitan student neighbourhoods,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215837 +215837,S00114690,2c2,Migrant Commuters,S01009905,Strathbungo - 01,1a,Cosmopolitan student neighbourhoods,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215838 +215838,S00114693,2c2,Migrant Commuters,S01009889,Govanhill West - 03,6a,Inner city cosmopolitan,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215839 +215839,S00114700,2c2,Migrant Commuters,S01009895,Govanhill East and Aikenhead - 02,7a,Urban cultural mix,S02001866,Govanhill East and Aikenhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215840 +215840,S00114709,2c2,Migrant Commuters,S01009888,Govanhill West - 02,7b,Young ethnic communities,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215841 +215841,S00114710,2c2,Migrant Commuters,S01009889,Govanhill West - 03,6a,Inner city cosmopolitan,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215842 +215842,S00114713,2c2,Migrant Commuters,S01009888,Govanhill West - 02,7b,Young ethnic communities,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215843 +215843,S00114714,2c2,Migrant Commuters,S01009888,Govanhill West - 02,7b,Young ethnic communities,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215844 +215844,S00114717,2c2,Migrant Commuters,S01009893,Govanhill West - 07,1a,Cosmopolitan student neighbourhoods,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215845 +215845,S00114718,2c2,Migrant Commuters,S01009893,Govanhill West - 07,1a,Cosmopolitan student neighbourhoods,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215846 +215846,S00114720,2c2,Migrant Commuters,S01009905,Strathbungo - 01,1a,Cosmopolitan student neighbourhoods,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215847 +215847,S00114722,2c2,Migrant Commuters,S01009906,Strathbungo - 02,1a,Cosmopolitan student neighbourhoods,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215848 +215848,S00114723,2c2,Migrant Commuters,S01009893,Govanhill West - 07,1a,Cosmopolitan student neighbourhoods,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215849 +215849,S00114724,2c2,Migrant Commuters,S01009893,Govanhill West - 07,1a,Cosmopolitan student neighbourhoods,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215850 +215850,S00114725,2c2,Migrant Commuters,S01009907,Strathbungo - 03,1a,Cosmopolitan student neighbourhoods,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215851 +215851,S00114726,2c2,Migrant Commuters,S01009893,Govanhill West - 07,1a,Cosmopolitan student neighbourhoods,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215852 +215852,S00114728,2c2,Migrant Commuters,S01009906,Strathbungo - 02,1a,Cosmopolitan student neighbourhoods,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215853 +215853,S00114729,2c2,Migrant Commuters,S01009906,Strathbungo - 02,1a,Cosmopolitan student neighbourhoods,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215854 +215854,S00114730,2c2,Migrant Commuters,S01009907,Strathbungo - 03,1a,Cosmopolitan student neighbourhoods,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215855 +215855,S00114731,2c2,Migrant Commuters,S01009907,Strathbungo - 03,1a,Cosmopolitan student neighbourhoods,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215856 +215856,S00114733,2c2,Migrant Commuters,S01009909,Strathbungo - 05,1a,Cosmopolitan student neighbourhoods,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215857 +215857,S00114734,2c2,Migrant Commuters,S01009909,Strathbungo - 05,1a,Cosmopolitan student neighbourhoods,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215858 +215858,S00114735,2c2,Migrant Commuters,S01009906,Strathbungo - 02,1a,Cosmopolitan student neighbourhoods,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215859 +215859,S00114739,2c2,Migrant Commuters,S01009905,Strathbungo - 01,1a,Cosmopolitan student neighbourhoods,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215860 +215860,S00114741,2c2,Migrant Commuters,S01009910,Strathbungo - 06,1a,Cosmopolitan student neighbourhoods,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215861 +215861,S00114744,2c2,Migrant Commuters,S01009910,Strathbungo - 06,1a,Cosmopolitan student neighbourhoods,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215862 +215862,S00114745,2c2,Migrant Commuters,S01009909,Strathbungo - 05,1a,Cosmopolitan student neighbourhoods,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215863 +215863,S00114746,2c2,Migrant Commuters,S01009909,Strathbungo - 05,1a,Cosmopolitan student neighbourhoods,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215864 +215864,S00114759,2c2,Migrant Commuters,S01009930,Langside - 04,1a,Cosmopolitan student neighbourhoods,S02001872,Langside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215865 +215865,S00116403,2c2,Migrant Commuters,S01010390,Glasgow Harbour and Partick South - 03,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215866 +215866,S00114771,2c2,Migrant Commuters,S01010006,Cathcart - 02,1a,Cosmopolitan student neighbourhoods,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215867 +215867,S00114775,2c2,Migrant Commuters,S01009901,Battlefield - 03,1a,Cosmopolitan student neighbourhoods,S02001867,Battlefield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215868 +215868,S00114777,2c2,Migrant Commuters,S01009904,Battlefield - 06,1a,Cosmopolitan student neighbourhoods,S02001867,Battlefield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215869 +215869,S00114784,2c2,Migrant Commuters,S01010015,Mount Florida - 05,1a,Cosmopolitan student neighbourhoods,S02001887,Mount Florida,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215870 +215870,S00114791,2c2,Migrant Commuters,S01010015,Mount Florida - 05,1a,Cosmopolitan student neighbourhoods,S02001887,Mount Florida,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215871 +215871,S00114797,2c2,Migrant Commuters,S01010014,Mount Florida - 04,1a,Cosmopolitan student neighbourhoods,S02001887,Mount Florida,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215872 +215872,S00114801,2c2,Migrant Commuters,S01010014,Mount Florida - 04,1a,Cosmopolitan student neighbourhoods,S02001887,Mount Florida,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215873 +215873,S00114809,2c2,Migrant Commuters,S01010006,Cathcart - 02,1a,Cosmopolitan student neighbourhoods,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215874 +215874,S00117088,2c2,Migrant Commuters,S01010254,Gallowgate North and Bellgrove - 01,1a,Cosmopolitan student neighbourhoods,S02001931,Gallowgate North and Bellgrove,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215875 +215875,S00116404,2c2,Migrant Commuters,S01010390,Glasgow Harbour and Partick South - 03,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215876 +215876,S00116442,2c2,Migrant Commuters,S01010232,"Roystonhill, Blochairn, and Provanmill - 05",7a,Urban cultural mix,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215877 +215877,S00116520,2c2,Migrant Commuters,S01009906,Strathbungo - 02,1a,Cosmopolitan student neighbourhoods,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215878 +215878,S00113210,2c2,Migrant Commuters,S01010317,Ruchill - 03,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215879 +215879,S00117092,2c2,Migrant Commuters,S01010254,Gallowgate North and Bellgrove - 01,1a,Cosmopolitan student neighbourhoods,S02001931,Gallowgate North and Bellgrove,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215880 +215880,S00116542,2c2,Migrant Commuters,S01009838,Drumoyne and Shieldhall - 06,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215881 +215881,S00113217,2c2,Migrant Commuters,S01010322,Ruchill - 08,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215882 +215882,S00117099,2c2,Migrant Commuters,S01010252,Dennistoun - 05,1a,Cosmopolitan student neighbourhoods,S02001930,Dennistoun,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215883 +215883,S00116571,2c2,Migrant Commuters,S01010264,City Centre East - 06,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215884 +215884,S00113221,2c2,Migrant Commuters,S01010320,Ruchill - 06,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215885 +215885,S00113226,2c2,Migrant Commuters,S01010321,Ruchill - 07,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215886 +215886,S00113227,2c2,Migrant Commuters,S01010321,Ruchill - 07,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215887 +215887,S00113228,2c2,Migrant Commuters,S01010321,Ruchill - 07,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215888 +215888,S00113254,2c2,Migrant Commuters,S01010318,Ruchill - 04,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215889 +215889,S00113259,2c2,Migrant Commuters,S01010319,Ruchill - 05,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215890 +215890,S00113264,2c2,Migrant Commuters,S01010321,Ruchill - 07,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215891 +215891,S00113276,2c2,Migrant Commuters,S01010315,Ruchill - 01,4d,Hard-pressed flat dwellers,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215892 +215892,S00113332,2c2,Migrant Commuters,S01010354,Maryhill West - 01,4d,Hard-pressed flat dwellers,S02001948,Maryhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215893 +215893,S00113349,2c2,Migrant Commuters,S01010208,Petershill - 06,4d,Hard-pressed flat dwellers,S02001921,Petershill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215894 +215894,S00113354,2c2,Migrant Commuters,S01010218,Springburn East and Cowlairs - 05,4d,Hard-pressed flat dwellers,S02001923,Springburn East and Cowlairs,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215895 +215895,S00113450,2c2,Migrant Commuters,S01010208,Petershill - 06,4d,Hard-pressed flat dwellers,S02001921,Petershill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215896 +215896,S00113490,2c2,Migrant Commuters,S01010313,Keppochhill - 05,4d,Hard-pressed flat dwellers,S02001940,Keppochhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215897 +215897,S00113502,2c2,Migrant Commuters,S01010310,Keppochhill - 02,7a,Urban cultural mix,S02001940,Keppochhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215898 +215898,S00113654,2c2,Migrant Commuters,S01010255,Gallowgate North and Bellgrove - 02,1a,Cosmopolitan student neighbourhoods,S02001931,Gallowgate North and Bellgrove,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215899 +215899,S00113657,2c2,Migrant Commuters,S01010244,Carntyne West and Haghill - 03,1a,Cosmopolitan student neighbourhoods,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215900 +215900,S00113659,2c2,Migrant Commuters,S01010244,Carntyne West and Haghill - 03,1a,Cosmopolitan student neighbourhoods,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215901 +215901,S00113660,2c2,Migrant Commuters,S01010244,Carntyne West and Haghill - 03,1a,Cosmopolitan student neighbourhoods,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215902 +215902,S00113663,2c2,Migrant Commuters,S01010249,Dennistoun - 02,1a,Cosmopolitan student neighbourhoods,S02001930,Dennistoun,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215903 +215903,S00113682,2c2,Migrant Commuters,S01010253,Dennistoun - 06,1a,Cosmopolitan student neighbourhoods,S02001930,Dennistoun,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215904 +215904,S00113689,2c2,Migrant Commuters,S01010236,Dennistoun North - 03,1a,Cosmopolitan student neighbourhoods,S02001927,Dennistoun North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215905 +215905,S00113690,2c2,Migrant Commuters,S01010234,Dennistoun North - 01,1a,Cosmopolitan student neighbourhoods,S02001927,Dennistoun North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215906 +215906,S00113697,2c2,Migrant Commuters,S01010252,Dennistoun - 05,1a,Cosmopolitan student neighbourhoods,S02001930,Dennistoun,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215907 +215907,S00113699,2c2,Migrant Commuters,S01010249,Dennistoun - 02,1a,Cosmopolitan student neighbourhoods,S02001930,Dennistoun,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215908 +215908,S00113703,2c2,Migrant Commuters,S01010250,Dennistoun - 03,1a,Cosmopolitan student neighbourhoods,S02001930,Dennistoun,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215909 +215909,S00113708,2c2,Migrant Commuters,S01010238,Dennistoun North - 05,1a,Cosmopolitan student neighbourhoods,S02001927,Dennistoun North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215910 +215910,S00113713,2c2,Migrant Commuters,S01010237,Dennistoun North - 04,1a,Cosmopolitan student neighbourhoods,S02001927,Dennistoun North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215911 +215911,S00113714,2c2,Migrant Commuters,S01010237,Dennistoun North - 04,1a,Cosmopolitan student neighbourhoods,S02001927,Dennistoun North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215912 +215912,S00113715,2c2,Migrant Commuters,S01010238,Dennistoun North - 05,1a,Cosmopolitan student neighbourhoods,S02001927,Dennistoun North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215913 +215913,S00113717,2c2,Migrant Commuters,S01010238,Dennistoun North - 05,1a,Cosmopolitan student neighbourhoods,S02001927,Dennistoun North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215914 +215914,S00113718,2c2,Migrant Commuters,S01010238,Dennistoun North - 05,1a,Cosmopolitan student neighbourhoods,S02001927,Dennistoun North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215915 +215915,S00113719,2c2,Migrant Commuters,S01010237,Dennistoun North - 04,1a,Cosmopolitan student neighbourhoods,S02001927,Dennistoun North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215916 +215916,S00113720,2c2,Migrant Commuters,S01010238,Dennistoun North - 05,1a,Cosmopolitan student neighbourhoods,S02001927,Dennistoun North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215917 +215917,S00113722,2c2,Migrant Commuters,S01010242,Carntyne West and Haghill - 01,1a,Cosmopolitan student neighbourhoods,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215918 +215918,S00113723,2c2,Migrant Commuters,S01010242,Carntyne West and Haghill - 01,1a,Cosmopolitan student neighbourhoods,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215919 +215919,S00113724,2c2,Migrant Commuters,S01010242,Carntyne West and Haghill - 01,1a,Cosmopolitan student neighbourhoods,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215920 +215920,S00113733,2c2,Migrant Commuters,S01010246,Carntyne West and Haghill - 05,4d,Hard-pressed flat dwellers,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215921 +215921,S00113734,2c2,Migrant Commuters,S01010246,Carntyne West and Haghill - 05,4d,Hard-pressed flat dwellers,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215922 +215922,S00113735,2c2,Migrant Commuters,S01010243,Carntyne West and Haghill - 02,6a,Inner city cosmopolitan,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215923 +215923,S00113737,2c2,Migrant Commuters,S01010243,Carntyne West and Haghill - 02,6a,Inner city cosmopolitan,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215924 +215924,S00113739,2c2,Migrant Commuters,S01010243,Carntyne West and Haghill - 02,6a,Inner city cosmopolitan,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215925 +215925,S00117100,2c2,Migrant Commuters,S01010236,Dennistoun North - 03,1a,Cosmopolitan student neighbourhoods,S02001927,Dennistoun North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215926 +215926,S00116572,2c2,Migrant Commuters,S01010041,Calton and Gallowgate - 05,1a,Cosmopolitan student neighbourhoods,S02001891,Calton and Gallowgate,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215927 +215927,S00117105,2c2,Migrant Commuters,S01010251,Dennistoun - 04,1a,Cosmopolitan student neighbourhoods,S02001930,Dennistoun,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215928 +215928,S00116573,2c2,Migrant Commuters,S01010264,City Centre East - 06,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215929 +215929,S00117107,2c2,Migrant Commuters,S01010249,Dennistoun - 02,1a,Cosmopolitan student neighbourhoods,S02001930,Dennistoun,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215930 +215930,S00116576,2c2,Migrant Commuters,S01010039,Calton and Gallowgate - 03,1a,Cosmopolitan student neighbourhoods,S02001891,Calton and Gallowgate,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215931 +215931,S00117115,2c2,Migrant Commuters,S01010241,Alexandra Parade - 03,1a,Cosmopolitan student neighbourhoods,S02001928,Alexandra Parade,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215932 +215932,S00116579,2c2,Migrant Commuters,S01010041,Calton and Gallowgate - 05,1a,Cosmopolitan student neighbourhoods,S02001891,Calton and Gallowgate,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215933 +215933,S00117144,2c2,Migrant Commuters,S01010140,Shettleston North - 04,4d,Hard-pressed flat dwellers,S02001910,Shettleston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215934 +215934,S00116585,2c2,Migrant Commuters,S01010041,Calton and Gallowgate - 05,1a,Cosmopolitan student neighbourhoods,S02001891,Calton and Gallowgate,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215935 +215935,S00117154,2c2,Migrant Commuters,S01010059,Parkhead East and Braidfauld North - 04,1a,Cosmopolitan student neighbourhoods,S02001895,Parkhead East and Braidfauld North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215936 +215936,S00116604,2c2,Migrant Commuters,S01010302,Firhill - 02,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215937 +215937,S00116645,2c2,Migrant Commuters,S01010302,Firhill - 02,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215938 +215938,S00116647,2c2,Migrant Commuters,S01010220,Cowlairs and Port Dundas - 02,1a,Cosmopolitan student neighbourhoods,S02001924,Cowlairs and Port Dundas,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215939 +215939,S00116652,2c2,Migrant Commuters,S01010262,City Centre East - 04,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215940 +215940,S00116674,2c2,Migrant Commuters,S01010032,Laurieston and Tradeston - 02,1a,Cosmopolitan student neighbourhoods,S02001890,Laurieston and Tradeston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215941 +215941,S00116695,2c2,Migrant Commuters,S01010028,Gorbals and Hutchesontown - 06,1a,Cosmopolitan student neighbourhoods,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215942 +215942,S00116701,2c2,Migrant Commuters,S01010026,Gorbals and Hutchesontown - 04,1a,Cosmopolitan student neighbourhoods,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215943 +215943,S00116703,2c2,Migrant Commuters,S01010026,Gorbals and Hutchesontown - 04,1a,Cosmopolitan student neighbourhoods,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215944 +215944,S00116707,2c2,Migrant Commuters,S01010025,Gorbals and Hutchesontown - 03,1a,Cosmopolitan student neighbourhoods,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215945 +215945,S00116708,2c2,Migrant Commuters,S01010027,Gorbals and Hutchesontown - 05,1a,Cosmopolitan student neighbourhoods,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215946 +215946,S00116709,2c2,Migrant Commuters,S01010027,Gorbals and Hutchesontown - 05,1a,Cosmopolitan student neighbourhoods,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215947 +215947,S00116716,2c2,Migrant Commuters,S01010396,Partick - 04,1a,Cosmopolitan student neighbourhoods,S02001955,Partick,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215948 +215948,S00116717,2c2,Migrant Commuters,S01010396,Partick - 04,1a,Cosmopolitan student neighbourhoods,S02001955,Partick,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215949 +215949,S00116719,2c2,Migrant Commuters,S01010396,Partick - 04,1a,Cosmopolitan student neighbourhoods,S02001955,Partick,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215950 +215950,S00116722,2c2,Migrant Commuters,S01010385,Hillhead - 05,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215951 +215951,S00116723,2c2,Migrant Commuters,S01010396,Partick - 04,1a,Cosmopolitan student neighbourhoods,S02001955,Partick,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215952 +215952,S00116727,2c2,Migrant Commuters,S01010380,Kelvingrove and University - 07,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215953 +215953,S00116728,2c2,Migrant Commuters,S01010388,Glasgow Harbour and Partick South - 01,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215954 +215954,S00116731,2c2,Migrant Commuters,S01010387,Hillhead - 07,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215955 +215955,S00116733,2c2,Migrant Commuters,S01010388,Glasgow Harbour and Partick South - 01,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215956 +215956,S00116736,2c2,Migrant Commuters,S01010386,Hillhead - 06,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215957 +215957,S00116737,2c2,Migrant Commuters,S01010386,Hillhead - 06,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215958 +215958,S00116738,2c2,Migrant Commuters,S01010386,Hillhead - 06,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215959 +215959,S00116739,2c2,Migrant Commuters,S01010386,Hillhead - 06,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215960 +215960,S00116745,2c2,Migrant Commuters,S01010388,Glasgow Harbour and Partick South - 01,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215961 +215961,S00116746,2c2,Migrant Commuters,S01010388,Glasgow Harbour and Partick South - 01,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215962 +215962,S00116747,2c2,Migrant Commuters,S01010393,Partick - 01,1a,Cosmopolitan student neighbourhoods,S02001955,Partick,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215963 +215963,S00116748,2c2,Migrant Commuters,S01010394,Partick - 02,1a,Cosmopolitan student neighbourhoods,S02001955,Partick,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215964 +215964,S00116755,2c2,Migrant Commuters,S01010291,Woodlands - 03,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215965 +215965,S00116757,2c2,Migrant Commuters,S01010308,Firhill - 08,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215966 +215966,S00116762,2c2,Migrant Commuters,S01010401,Partickhill and Hyndland - 05,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215967 +215967,S00116796,2c2,Migrant Commuters,S01010474,Anniesland West - 05,1a,Cosmopolitan student neighbourhoods,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215968 +215968,S00116799,2c2,Migrant Commuters,S01010474,Anniesland West - 05,1a,Cosmopolitan student neighbourhoods,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215969 +215969,S00116805,2c2,Migrant Commuters,S01010414,Kelvinside and Jordanhill - 07,3c,Highly qualified professionals,S02001958,Kelvinside and Jordanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215970 +215970,S00117216,2c2,Migrant Commuters,S01010116,"Garthamlock, Auchinlea and Gartloch - 04",4b,Constrained renters,S02001906,"Garthamlock, Auchinlea and Gartloch",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215971 +215971,S00117229,2c2,Migrant Commuters,S01010043,Bridgeton - 02,1a,Cosmopolitan student neighbourhoods,S02001892,Bridgeton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215972 +215972,S00117230,2c2,Migrant Commuters,S01010043,Bridgeton - 02,1a,Cosmopolitan student neighbourhoods,S02001892,Bridgeton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215973 +215973,S00117232,2c2,Migrant Commuters,S01010043,Bridgeton - 02,1a,Cosmopolitan student neighbourhoods,S02001892,Bridgeton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215974 +215974,S00117234,2c2,Migrant Commuters,S01010042,Bridgeton - 01,1a,Cosmopolitan student neighbourhoods,S02001892,Bridgeton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215975 +215975,S00117237,2c2,Migrant Commuters,S01010055,Parkhead West and Barrowfield - 07,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215976 +215976,S00117256,2c2,Migrant Commuters,S01009871,Kingston West and Dumbreck - 01,7a,Urban cultural mix,S02001862,Kingston West and Dumbreck,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215977 +215977,S00117257,2c2,Migrant Commuters,S01009868,Kinning Park and Festival Park - 03,1a,Cosmopolitan student neighbourhoods,S02001861,Kinning Park and Festival Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215978 +215978,S00117258,2c2,Migrant Commuters,S01009868,Kinning Park and Festival Park - 03,1a,Cosmopolitan student neighbourhoods,S02001861,Kinning Park and Festival Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215979 +215979,S00117260,2c2,Migrant Commuters,S01009882,Pollokshields East - 02,1a,Cosmopolitan student neighbourhoods,S02001864,Pollokshields East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215980 +215980,S00117264,2c2,Migrant Commuters,S01009882,Pollokshields East - 02,1a,Cosmopolitan student neighbourhoods,S02001864,Pollokshields East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215981 +215981,S00117265,2c2,Migrant Commuters,S01009881,Pollokshields East - 01,1a,Cosmopolitan student neighbourhoods,S02001864,Pollokshields East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215982 +215982,S00117267,2c2,Migrant Commuters,S01009878,Pollokshields West - 04,7b,Young ethnic communities,S02001863,Pollokshields West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215983 +215983,S00117268,2c2,Migrant Commuters,S01009878,Pollokshields West - 04,7b,Young ethnic communities,S02001863,Pollokshields West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215984 +215984,S00117270,2c2,Migrant Commuters,S01009886,Pollokshields East - 06,7b,Young ethnic communities,S02001864,Pollokshields East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215985 +215985,S00117272,2c2,Migrant Commuters,S01009883,Pollokshields East - 03,7b,Young ethnic communities,S02001864,Pollokshields East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215986 +215986,S00117277,2c2,Migrant Commuters,S01009924,Shawlands East - 02,1a,Cosmopolitan student neighbourhoods,S02001871,Shawlands East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215987 +215987,S00117280,2c2,Migrant Commuters,S01009919,Shawlands West - 01,1a,Cosmopolitan student neighbourhoods,S02001870,Shawlands West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215988 +215988,S00117289,2c2,Migrant Commuters,S01010033,Laurieston and Tradeston - 03,1a,Cosmopolitan student neighbourhoods,S02001890,Laurieston and Tradeston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215989 +215989,S00117295,2c2,Migrant Commuters,S01009907,Strathbungo - 03,1a,Cosmopolitan student neighbourhoods,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215990 +215990,S00117296,2c2,Migrant Commuters,S01009907,Strathbungo - 03,1a,Cosmopolitan student neighbourhoods,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215991 +215991,S00117299,2c2,Migrant Commuters,S01009930,Langside - 04,1a,Cosmopolitan student neighbourhoods,S02001872,Langside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215992 +215992,S00117311,2c2,Migrant Commuters,S01010014,Mount Florida - 04,1a,Cosmopolitan student neighbourhoods,S02001887,Mount Florida,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215993 +215993,S00117326,2c2,Migrant Commuters,S01009938,Pollokshaws - 06,4d,Hard-pressed flat dwellers,S02001873,Pollokshaws,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215994 +215994,S00117343,2c2,Migrant Commuters,S01009934,Pollokshaws - 02,3d,Households in terraces and flats,S02001873,Pollokshaws,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215995 +215995,S00117356,2c2,Migrant Commuters,S01009962,Muirend and Old Cathcart - 04,4d,Hard-pressed flat dwellers,S02001878,Muirend and Old Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215996 +215996,S00117363,2c2,Migrant Commuters,S01010005,Cathcart - 01,1a,Cosmopolitan student neighbourhoods,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215997 +215997,S00117366,2c2,Migrant Commuters,S01010007,Cathcart - 03,3d,Households in terraces and flats,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215998 +215998,S00117432,2c2,Migrant Commuters,S01009866,Kinning Park and Festival Park - 01,7a,Urban cultural mix,S02001861,Kinning Park and Festival Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215999 +215999,S00117437,2c2,Migrant Commuters,S01009862,Ibrox East and Cessnock - 01,1a,Cosmopolitan student neighbourhoods,S02001860,Ibrox East and Cessnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216000 +216000,S00115812,6b4,Older Workers and Retirement,S01010097,Garrowhill West - 04,5c,Comfortable neighbourhoods,S02001902,Garrowhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216001 +216001,S00115823,6b4,Older Workers and Retirement,S01010095,Garrowhill West - 02,8b,Ageing suburbanites,S02001902,Garrowhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216002 +216002,S00115829,6b4,Older Workers and Retirement,S01010099,Garrowhill West - 06,8b,Ageing suburbanites,S02001902,Garrowhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216003 +216003,S00115830,6b4,Older Workers and Retirement,S01010094,Garrowhill West - 01,5c,Comfortable neighbourhoods,S02001902,Garrowhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216004 +216004,S00116926,7a3,Multi-Ethnic Hardship,S01010502,Drumry West - 03,4a,Challenged white communities,S02001977,Drumry West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216005 +216005,S00113033,7c3,Outer City Hardship,S01010452,Knightswood East - 03,4d,Hard-pressed flat dwellers,S02001967,Knightswood East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216006 +216006,S00114148,7c3,Outer City Hardship,S01010175,Riddrie and Hogganfield - 04,4d,Hard-pressed flat dwellers,S02001916,Riddrie and Hogganfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216007 +216007,S00114441,2b2,Multicultural Student Neighbourhoods,S01009908,Strathbungo - 04,1a,Cosmopolitan student neighbourhoods,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216008 +216008,S00115845,6b4,Older Workers and Retirement,S01010101,Garrowhill East and Swinton - 02,5a,Ageing urban communities,S02001903,Garrowhill East and Swinton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216009 +216009,S00115849,6b4,Older Workers and Retirement,S01010078,Mount Vernon North and Sandyhills - 01,8c,Comfortable suburbia,S02001899,Mount Vernon North and Sandyhills,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216010 +216010,S00115851,6b4,Older Workers and Retirement,S01010078,Mount Vernon North and Sandyhills - 01,8c,Comfortable suburbia,S02001899,Mount Vernon North and Sandyhills,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216011 +216011,S00115853,6b4,Older Workers and Retirement,S01010078,Mount Vernon North and Sandyhills - 01,8c,Comfortable suburbia,S02001899,Mount Vernon North and Sandyhills,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216012 +216012,S00115855,6b4,Older Workers and Retirement,S01010085,Baillieston West - 03,5d,Endeavouring social renters,S02001900,Baillieston West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216013 +216013,S00115859,6b4,Older Workers and Retirement,S01010085,Baillieston West - 03,5d,Endeavouring social renters,S02001900,Baillieston West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216014 +216014,S00115873,6b4,Older Workers and Retirement,S01010085,Baillieston West - 03,5d,Endeavouring social renters,S02001900,Baillieston West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216015 +216015,S00115896,6b4,Older Workers and Retirement,S01010090,Baillieston East - 03,5c,Comfortable neighbourhoods,S02001901,Baillieston East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216016 +216016,S00115903,6b4,Older Workers and Retirement,S01010090,Baillieston East - 03,5c,Comfortable neighbourhoods,S02001901,Baillieston East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216017 +216017,S00115909,6b4,Older Workers and Retirement,S01010187,Robroyston and Millerston - 02,5c,Comfortable neighbourhoods,S02001918,Robroyston and Millerston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216018 +216018,S00116076,6b4,Older Workers and Retirement,S01010081,Mount Vernon North and Sandyhills - 04,8b,Ageing suburbanites,S02001899,Mount Vernon North and Sandyhills,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216019 +216019,S00116183,6b4,Older Workers and Retirement,S01010088,Baillieston East - 01,8c,Comfortable suburbia,S02001901,Baillieston East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216020 +216020,S00116184,6b4,Older Workers and Retirement,S01010091,Baillieston East - 04,5c,Comfortable neighbourhoods,S02001901,Baillieston East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216021 +216021,S00116248,6b4,Older Workers and Retirement,S01009761,Darnley East - 04,5c,Comfortable neighbourhoods,S02001842,Darnley East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216022 +216022,S00116328,6b4,Older Workers and Retirement,S01009796,Pollok South and West - 05,8c,Comfortable suburbia,S02001848,Pollok South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216023 +216023,S00116340,6b4,Older Workers and Retirement,S01010101,Garrowhill East and Swinton - 02,5a,Ageing urban communities,S02001903,Garrowhill East and Swinton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216024 +216024,S00114656,4b2,Pakistani Communities,S01009896,Govanhill East and Aikenhead - 03,7a,Urban cultural mix,S02001866,Govanhill East and Aikenhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216025 +216025,S00116326,6b1,Multi-Ethnic Suburbia,S01009792,Pollok South and West - 01,3b,Asian traits,S02001848,Pollok South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216026 +216026,S00115803,5a2,Multi-Ethnic Professionals with Families,S01010466,Anniesland East - 02,3c,Highly qualified professionals,S02001970,Anniesland East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216027 +216027,S00116341,6b4,Older Workers and Retirement,S01010100,Garrowhill East and Swinton - 01,8b,Ageing suburbanites,S02001903,Garrowhill East and Swinton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216028 +216028,S00116905,6b4,Older Workers and Retirement,S01010486,Blairdardie West - 02,8c,Comfortable suburbia,S02001973,Blairdardie West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216029 +216029,S00117159,6b4,Older Workers and Retirement,S01010071,Shettleston South - 03,5c,Comfortable neighbourhoods,S02001897,Shettleston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216030 +216030,S00117179,6b4,Older Workers and Retirement,S01010131,Greenfield - 01,8b,Ageing suburbanites,S02001909,Greenfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216031 +216031,S00117482,6b4,Older Workers and Retirement,S01009794,Pollok South and West - 03,8c,Comfortable suburbia,S02001848,Pollok South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216032 +216032,S00117507,6b4,Older Workers and Retirement,S01009798,Pollok South and West - 07,8c,Comfortable suburbia,S02001848,Pollok South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216033 +216033,S00117510,6b4,Older Workers and Retirement,S01009795,Pollok South and West - 04,8c,Comfortable suburbia,S02001848,Pollok South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216034 +216034,S00117516,6b4,Older Workers and Retirement,S01009794,Pollok South and West - 03,8c,Comfortable suburbia,S02001848,Pollok South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216035 +216035,S00117519,6b4,Older Workers and Retirement,S01010102,Garrowhill East and Swinton - 03,8c,Comfortable suburbia,S02001903,Garrowhill East and Swinton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216036 +216036,S00117522,6b4,Older Workers and Retirement,S01010103,Garrowhill East and Swinton - 04,8c,Comfortable suburbia,S02001903,Garrowhill East and Swinton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216037 +216037,S00117541,6b4,Older Workers and Retirement,S01010091,Baillieston East - 04,5c,Comfortable neighbourhoods,S02001901,Baillieston East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216038 +216038,S00117543,6b4,Older Workers and Retirement,S01010091,Baillieston East - 04,5c,Comfortable neighbourhoods,S02001901,Baillieston East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216039 +216039,S00117582,6b4,Older Workers and Retirement,S01010189,Robroyston and Millerston - 04,8c,Comfortable suburbia,S02001918,Robroyston and Millerston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216040 +216040,S00112654,7c3,Outer City Hardship,S01010363,Kelvindale - 01,3c,Highly qualified professionals,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216041 +216041,S00112747,7c3,Outer City Hardship,S01010477,Anniesland West - 08,4d,Hard-pressed flat dwellers,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216042 +216042,S00112785,7c3,Outer City Hardship,S01010478,Blairdardie East - 01,4d,Hard-pressed flat dwellers,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216043 +216043,S00112801,7c3,Outer City Hardship,S01010471,Anniesland West - 02,4d,Hard-pressed flat dwellers,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216044 +216044,S00112812,7c3,Outer City Hardship,S01010483,Blairdardie East - 06,4d,Hard-pressed flat dwellers,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216045 +216045,S00112816,7c3,Outer City Hardship,S01010452,Knightswood East - 03,4d,Hard-pressed flat dwellers,S02001967,Knightswood East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216046 +216046,S00112818,7c3,Outer City Hardship,S01010454,Knightswood East - 05,4d,Hard-pressed flat dwellers,S02001967,Knightswood East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216047 +216047,S00112829,7c3,Outer City Hardship,S01010450,Knightswood East - 01,4d,Hard-pressed flat dwellers,S02001967,Knightswood East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216048 +216048,S00112831,7c3,Outer City Hardship,S01010456,Knightswood Park West - 02,4d,Hard-pressed flat dwellers,S02001968,Knightswood Park West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216049 +216049,S00112838,7c3,Outer City Hardship,S01010457,Knightswood Park West - 03,4d,Hard-pressed flat dwellers,S02001968,Knightswood Park West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216050 +216050,S00112860,7c3,Outer City Hardship,S01010463,Knightswood Park East - 04,4d,Hard-pressed flat dwellers,S02001969,Knightswood Park East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216051 +216051,S00112875,7c3,Outer City Hardship,S01010458,Knightswood Park West - 04,4d,Hard-pressed flat dwellers,S02001968,Knightswood Park West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216052 +216052,S00112880,7c3,Outer City Hardship,S01010440,Yoker South - 04,4d,Hard-pressed flat dwellers,S02001964,Yoker South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216053 +216053,S00112897,7c3,Outer City Hardship,S01010449,Knightswood West - 03,4d,Hard-pressed flat dwellers,S02001966,Knightswood West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216054 +216054,S00112898,7c3,Outer City Hardship,S01010449,Knightswood West - 03,4d,Hard-pressed flat dwellers,S02001966,Knightswood West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216055 +216055,S00112915,7c3,Outer City Hardship,S01010447,Knightswood West - 01,4d,Hard-pressed flat dwellers,S02001966,Knightswood West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216056 +216056,S00112917,7c3,Outer City Hardship,S01010447,Knightswood West - 01,4d,Hard-pressed flat dwellers,S02001966,Knightswood West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216057 +216057,S00116949,7a3,Multi-Ethnic Hardship,S01010314,Keppochhill - 06,1a,Cosmopolitan student neighbourhoods,S02001940,Keppochhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216058 +216058,S00114149,7c3,Outer City Hardship,S01010153,Carntyne - 02,4d,Hard-pressed flat dwellers,S02001913,Carntyne,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216059 +216059,S00114626,2b2,Multicultural Student Neighbourhoods,S01009907,Strathbungo - 03,1a,Cosmopolitan student neighbourhoods,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216060 +216060,S00113100,7c3,Outer City Hardship,S01010494,Drumchapel North - 04,4d,Hard-pressed flat dwellers,S02001975,Drumchapel North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216061 +216061,S00117156,7a3,Multi-Ethnic Hardship,S01010064,Braidfauld - 04,4d,Hard-pressed flat dwellers,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216062 +216062,S00114158,7c3,Outer City Hardship,S01010152,Carntyne - 01,4d,Hard-pressed flat dwellers,S02001913,Carntyne,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216063 +216063,S00116332,6b1,Multi-Ethnic Suburbia,S01009771,Darnley West - 04,8c,Comfortable suburbia,S02001844,Darnley West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216064 +216064,S00115988,5a2,Multi-Ethnic Professionals with Families,S01010465,Anniesland East - 01,3a,Achieving neighbourhoods,S02001970,Anniesland East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216065 +216065,S00114680,4b2,Pakistani Communities,S01009889,Govanhill West - 03,6a,Inner city cosmopolitan,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216066 +216066,S00115297,2b2,Multicultural Student Neighbourhoods,S01009863,Ibrox East and Cessnock - 02,1a,Cosmopolitan student neighbourhoods,S02001860,Ibrox East and Cessnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216067 +216067,S00116349,2b2,Multicultural Student Neighbourhoods,S01010258,Gallowgate North and Bellgrove - 05,1a,Cosmopolitan student neighbourhoods,S02001931,Gallowgate North and Bellgrove,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216068 +216068,S00116351,2b2,Multicultural Student Neighbourhoods,S01010257,Gallowgate North and Bellgrove - 04,1a,Cosmopolitan student neighbourhoods,S02001931,Gallowgate North and Bellgrove,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216069 +216069,S00116384,2b2,Multicultural Student Neighbourhoods,S01010275,City Centre South - 04,1a,Cosmopolitan student neighbourhoods,S02001934,City Centre South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216070 +216070,S00116386,2b2,Multicultural Student Neighbourhoods,S01010275,City Centre South - 04,1a,Cosmopolitan student neighbourhoods,S02001934,City Centre South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216071 +216071,S00116588,2b2,Multicultural Student Neighbourhoods,S01010267,City Centre West - 02,1a,Cosmopolitan student neighbourhoods,S02001933,City Centre West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216072 +216072,S00116606,2b2,Multicultural Student Neighbourhoods,S01010281,Anderston - 06,1a,Cosmopolitan student neighbourhoods,S02001935,Anderston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216073 +216073,S00116615,2b2,Multicultural Student Neighbourhoods,S01010276,Anderston - 01,1a,Cosmopolitan student neighbourhoods,S02001935,Anderston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216074 +216074,S00116626,2b2,Multicultural Student Neighbourhoods,S01010284,Finnieston and Kelvinhaugh - 03,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216075 +216075,S00116630,2b2,Multicultural Student Neighbourhoods,S01010286,Finnieston and Kelvinhaugh - 05,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216076 +216076,S00116632,2b2,Multicultural Student Neighbourhoods,S01010286,Finnieston and Kelvinhaugh - 05,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216077 +216077,S00116651,2b2,Multicultural Student Neighbourhoods,S01010261,City Centre East - 03,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216078 +216078,S00116678,2b2,Multicultural Student Neighbourhoods,S01010036,Laurieston and Tradeston - 06,1a,Cosmopolitan student neighbourhoods,S02001890,Laurieston and Tradeston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216079 +216079,S00116691,2b2,Multicultural Student Neighbourhoods,S01010032,Laurieston and Tradeston - 02,1a,Cosmopolitan student neighbourhoods,S02001890,Laurieston and Tradeston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216080 +216080,S00117235,2b2,Multicultural Student Neighbourhoods,S01010042,Bridgeton - 01,1a,Cosmopolitan student neighbourhoods,S02001892,Bridgeton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216081 +216081,S00117433,2b2,Multicultural Student Neighbourhoods,S01009866,Kinning Park and Festival Park - 01,7a,Urban cultural mix,S02001861,Kinning Park and Festival Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216082 +216082,S00117591,2b2,Multicultural Student Neighbourhoods,S01010033,Laurieston and Tradeston - 03,1a,Cosmopolitan student neighbourhoods,S02001890,Laurieston and Tradeston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216083 +216083,S00112759,7a3,Multi-Ethnic Hardship,S01010471,Anniesland West - 02,4d,Hard-pressed flat dwellers,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216084 +216084,S00112763,7a3,Multi-Ethnic Hardship,S01010481,Blairdardie East - 04,4d,Hard-pressed flat dwellers,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216085 +216085,S00112914,7a3,Multi-Ethnic Hardship,S01010448,Knightswood West - 02,5c,Comfortable neighbourhoods,S02001966,Knightswood West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216086 +216086,S00113013,7a3,Multi-Ethnic Hardship,S01010442,Yoker South - 06,4d,Hard-pressed flat dwellers,S02001964,Yoker South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216087 +216087,S00113025,7a3,Multi-Ethnic Hardship,S01010437,Yoker South - 01,4d,Hard-pressed flat dwellers,S02001964,Yoker South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216088 +216088,S00113060,7a3,Multi-Ethnic Hardship,S01010489,Drumchapel South - 02,4d,Hard-pressed flat dwellers,S02001974,Drumchapel South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216089 +216089,S00113089,7a3,Multi-Ethnic Hardship,S01010490,Drumchapel South - 03,4d,Hard-pressed flat dwellers,S02001974,Drumchapel South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216090 +216090,S00113285,7a3,Multi-Ethnic Hardship,S01010327,Possil Park - 05,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216091 +216091,S00113291,7a3,Multi-Ethnic Hardship,S01010326,Possil Park - 04,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216092 +216092,S00113579,7a3,Multi-Ethnic Hardship,S01010330,Milton West - 01,4d,Hard-pressed flat dwellers,S02001943,Milton West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216093 +216093,S00113615,7a3,Multi-Ethnic Hardship,S01010351,Maryhill East - 02,4d,Hard-pressed flat dwellers,S02001947,Maryhill East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216094 +216094,S00113925,7a3,Multi-Ethnic Hardship,S01010062,Braidfauld - 02,4d,Hard-pressed flat dwellers,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216095 +216095,S00114180,7a3,Multi-Ethnic Hardship,S01010156,"Cranhill, Lightburn and Queenslie South - 01",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216096 +216096,S00114252,7a3,Multi-Ethnic Hardship,S01010116,"Garthamlock, Auchinlea and Gartloch - 04",4b,Constrained renters,S02001906,"Garthamlock, Auchinlea and Gartloch",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216097 +216097,S00114325,7a3,Multi-Ethnic Hardship,S01010105,Easterhouse East - 01,4d,Hard-pressed flat dwellers,S02001904,Easterhouse East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216098 +216098,S00114644,7a3,Multi-Ethnic Hardship,S01009895,Govanhill East and Aikenhead - 02,7a,Urban cultural mix,S02001866,Govanhill East and Aikenhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216099 +216099,S00115450,7a3,Multi-Ethnic Hardship,S01009857,Mosspark - 06,4a,Challenged white communities,S02001858,Mosspark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216100 +216100,S00115622,7a3,Multi-Ethnic Hardship,S01009827,Penilee - 06,4d,Hard-pressed flat dwellers,S02001853,Penilee,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216101 +216101,S00115660,7a3,Multi-Ethnic Hardship,S01009791,Crookston North - 04,4d,Hard-pressed flat dwellers,S02001847,Crookston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216102 +216102,S00115664,7a3,Multi-Ethnic Hardship,S01009805,Pollok North and East - 07,4d,Hard-pressed flat dwellers,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216103 +216103,S00115726,7a3,Multi-Ethnic Hardship,S01009785,Crookston South - 02,4d,Hard-pressed flat dwellers,S02001846,Crookston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216104 +216104,S00115743,7a3,Multi-Ethnic Hardship,S01009781,Nitshill - 07,4d,Hard-pressed flat dwellers,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216105 +216105,S00115797,7a3,Multi-Ethnic Hardship,S01009805,Pollok North and East - 07,4d,Hard-pressed flat dwellers,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216106 +216106,S00115936,7a3,Multi-Ethnic Hardship,S01010438,Yoker South - 02,4d,Hard-pressed flat dwellers,S02001964,Yoker South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216107 +216107,S00115937,7a3,Multi-Ethnic Hardship,S01010438,Yoker South - 02,4d,Hard-pressed flat dwellers,S02001964,Yoker South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216108 +216108,S00115970,7a3,Multi-Ethnic Hardship,S01010497,Drumry East - 02,4a,Challenged white communities,S02001976,Drumry East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216109 +216109,S00116058,7a3,Multi-Ethnic Hardship,S01010058,Parkhead East and Braidfauld North - 03,4d,Hard-pressed flat dwellers,S02001895,Parkhead East and Braidfauld North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216110 +216110,S00116087,7a3,Multi-Ethnic Hardship,S01010178,Riddrie and Hogganfield - 07,4d,Hard-pressed flat dwellers,S02001916,Riddrie and Hogganfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216111 +216111,S00116148,7a3,Multi-Ethnic Hardship,S01010054,Parkhead West and Barrowfield - 06,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216112 +216112,S00116172,7a3,Multi-Ethnic Hardship,S01010022,Toryglen and Oatlands - 07,4d,Hard-pressed flat dwellers,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216113 +216113,S00116260,7a3,Multi-Ethnic Hardship,S01009842,Govan and Linthouse - 02,7a,Urban cultural mix,S02001856,Govan and Linthouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216114 +216114,S00114165,7c3,Outer City Hardship,S01010155,Carntyne - 04,4d,Hard-pressed flat dwellers,S02001913,Carntyne,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216115 +216115,S00114684,4b2,Pakistani Communities,S01009903,Battlefield - 05,3c,Highly qualified professionals,S02001867,Battlefield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216116 +216116,S00116119,5a2,Multi-Ethnic Professionals with Families,S01009773,Darnley West - 06,3b,Asian traits,S02001844,Darnley West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216117 +216117,S00112196,3b3,Multi-Ethnic Professional Service Workers,S01010296,Woodlands - 08,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216118 +216118,S00113301,7c3,Outer City Hardship,S01010346,Summerston North - 01,3c,Highly qualified professionals,S02001946,Summerston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216119 +216119,S00116333,6b1,Multi-Ethnic Suburbia,S01010097,Garrowhill West - 04,5c,Comfortable neighbourhoods,S02001902,Garrowhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216120 +216120,S00114169,7c3,Outer City Hardship,S01010156,"Cranhill, Lightburn and Queenslie South - 01",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216121 +216121,S00114178,7c3,Outer City Hardship,S01010163,"Cranhill, Lightburn and Queenslie South - 08",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216122 +216122,S00114675,7c3,Outer City Hardship,S01009898,Govanhill East and Aikenhead - 05,4d,Hard-pressed flat dwellers,S02001866,Govanhill East and Aikenhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216123 +216123,S00114846,7c3,Outer City Hardship,S01009947,Carnwadric East - 04,4d,Hard-pressed flat dwellers,S02001875,Carnwadric East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216124 +216124,S00115064,7c3,Outer City Hardship,S01009965,Carmunnock North - 01,5c,Comfortable neighbourhoods,S02001879,Carmunnock North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216125 +216125,S00115137,7c3,Outer City Hardship,S01009971,Carmunnock South - 03,4d,Hard-pressed flat dwellers,S02001880,Carmunnock South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216126 +216126,S00115141,7c3,Outer City Hardship,S01009972,Carmunnock South - 04,5a,Ageing urban communities,S02001880,Carmunnock South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216127 +216127,S00115211,7c3,Outer City Hardship,S01009760,Darnley East - 03,4d,Hard-pressed flat dwellers,S02001842,Darnley East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216128 +216128,S00115213,7c3,Outer City Hardship,S01009760,Darnley East - 03,4d,Hard-pressed flat dwellers,S02001842,Darnley East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216129 +216129,S00115245,7c3,Outer City Hardship,S01009940,Carnwadric West - 02,4d,Hard-pressed flat dwellers,S02001874,Carnwadric West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216130 +216130,S00115336,7c3,Outer City Hardship,S01009840,Drumoyne and Shieldhall - 08,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216131 +216131,S00115440,7c3,Outer City Hardship,S01009855,Mosspark - 04,4a,Challenged white communities,S02001858,Mosspark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216132 +216132,S00115443,7c3,Outer City Hardship,S01009853,Mosspark - 02,4d,Hard-pressed flat dwellers,S02001858,Mosspark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216133 +216133,S00115444,7c3,Outer City Hardship,S01009853,Mosspark - 02,4d,Hard-pressed flat dwellers,S02001858,Mosspark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216134 +216134,S00115446,7c3,Outer City Hardship,S01009858,Mosspark - 07,4d,Hard-pressed flat dwellers,S02001858,Mosspark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216135 +216135,S00115447,7c3,Outer City Hardship,S01009858,Mosspark - 07,4d,Hard-pressed flat dwellers,S02001858,Mosspark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216136 +216136,S00115540,7c3,Outer City Hardship,S01009821,Cardonald West and Central - 07,5c,Comfortable neighbourhoods,S02001852,Cardonald West and Central,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216137 +216137,S00115548,7c3,Outer City Hardship,S01009811,Cardonald North - 02,4d,Hard-pressed flat dwellers,S02001851,Cardonald North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216138 +216138,S00115575,7c3,Outer City Hardship,S01009820,Cardonald West and Central - 06,4d,Hard-pressed flat dwellers,S02001852,Cardonald West and Central,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216139 +216139,S00115583,7c3,Outer City Hardship,S01009819,Cardonald West and Central - 05,5a,Ageing urban communities,S02001852,Cardonald West and Central,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216140 +216140,S00115666,7c3,Outer City Hardship,S01009803,Pollok North and East - 05,4d,Hard-pressed flat dwellers,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216141 +216141,S00115897,7c3,Outer City Hardship,S01010089,Baillieston East - 02,4d,Hard-pressed flat dwellers,S02001901,Baillieston East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216142 +216142,S00115904,7c3,Outer City Hardship,S01010089,Baillieston East - 02,4d,Hard-pressed flat dwellers,S02001901,Baillieston East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216143 +216143,S00116066,7c3,Outer City Hardship,S01010158,"Cranhill, Lightburn and Queenslie South - 03",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216144 +216144,S00116069,7c3,Outer City Hardship,S01010071,Shettleston South - 03,5c,Comfortable neighbourhoods,S02001897,Shettleston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216145 +216145,S00116079,7c3,Outer City Hardship,S01010184,Blackhill and Barmulloch East - 06,4d,Hard-pressed flat dwellers,S02001917,Blackhill and Barmulloch East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216146 +216146,S00116080,7c3,Outer City Hardship,S01010184,Blackhill and Barmulloch East - 06,4d,Hard-pressed flat dwellers,S02001917,Blackhill and Barmulloch East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216147 +216147,S00116492,7c3,Outer City Hardship,S01010133,Greenfield - 03,4d,Hard-pressed flat dwellers,S02001909,Greenfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216148 +216148,S00116816,7c3,Outer City Hardship,S01010480,Blairdardie East - 03,4a,Challenged white communities,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216149 +216149,S00116843,7c3,Outer City Hardship,S01010452,Knightswood East - 03,4d,Hard-pressed flat dwellers,S02001967,Knightswood East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216150 +216150,S00116853,7c3,Outer City Hardship,S01010448,Knightswood West - 02,5c,Comfortable neighbourhoods,S02001966,Knightswood West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216151 +216151,S00116924,7c3,Outer City Hardship,S01010501,Drumry West - 02,4d,Hard-pressed flat dwellers,S02001977,Drumry West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216152 +216152,S00116927,7c3,Outer City Hardship,S01010502,Drumry West - 03,4a,Challenged white communities,S02001977,Drumry West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216153 +216153,S00117075,7c3,Outer City Hardship,S01010333,Milton West - 04,4d,Hard-pressed flat dwellers,S02001943,Milton West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216154 +216154,S00117132,7c3,Outer City Hardship,S01010158,"Cranhill, Lightburn and Queenslie South - 03",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216155 +216155,S00117493,7c3,Outer City Hardship,S01009783,Nitshill - 09,4a,Challenged white communities,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216156 +216156,S00117495,7c3,Outer City Hardship,S01009777,Nitshill - 03,4d,Hard-pressed flat dwellers,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216157 +216157,S00117526,7c3,Outer City Hardship,S01010093,Baillieston East - 06,4a,Challenged white communities,S02001901,Baillieston East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216158 +216158,S00112303,4b2,Pakistani Communities,S01010297,Woodside - 01,1a,Cosmopolitan student neighbourhoods,S02001938,Woodside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216159 +216159,S00114403,4b2,Pakistani Communities,S01009875,Pollokshields West - 01,7b,Young ethnic communities,S02001863,Pollokshields West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216160 +216160,S00114443,4b2,Pakistani Communities,S01009883,Pollokshields East - 03,7b,Young ethnic communities,S02001864,Pollokshields East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216161 +216161,S00114449,4b2,Pakistani Communities,S01009886,Pollokshields East - 06,7b,Young ethnic communities,S02001864,Pollokshields East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216162 +216162,S00114451,4b2,Pakistani Communities,S01009883,Pollokshields East - 03,7b,Young ethnic communities,S02001864,Pollokshields East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216163 +216163,S00114452,4b2,Pakistani Communities,S01009884,Pollokshields East - 04,1a,Cosmopolitan student neighbourhoods,S02001864,Pollokshields East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216164 +216164,S00114455,4b2,Pakistani Communities,S01009885,Pollokshields East - 05,7b,Young ethnic communities,S02001864,Pollokshields East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216165 +216165,S00114648,4b2,Pakistani Communities,S01009896,Govanhill East and Aikenhead - 03,7a,Urban cultural mix,S02001866,Govanhill East and Aikenhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216166 +216166,S00113371,7c3,Outer City Hardship,S01010233,"Roystonhill, Blochairn, and Provanmill - 06",7a,Urban cultural mix,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216167 +216167,S00116223,5a2,Multi-Ethnic Professionals with Families,S01009973,Glenwood South - 01,4a,Challenged white communities,S02001881,Glenwood South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216168 +216168,S00114711,4b2,Pakistani Communities,S01009888,Govanhill West - 02,7b,Young ethnic communities,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216169 +216169,S00112200,3b3,Multi-Ethnic Professional Service Workers,S01010266,City Centre West - 01,1a,Cosmopolitan student neighbourhoods,S02001933,City Centre West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216170 +216170,S00115965,3b3,Multi-Ethnic Professional Service Workers,S01010271,City Centre West - 06,1a,Cosmopolitan student neighbourhoods,S02001933,City Centre West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216171 +216171,S00117592,3b3,Multi-Ethnic Professional Service Workers,S01010033,Laurieston and Tradeston - 03,1a,Cosmopolitan student neighbourhoods,S02001890,Laurieston and Tradeston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216172 +216172,S00112153,5a2,Multi-Ethnic Professionals with Families,S01010345,Summerston Central and West - 06,8c,Comfortable suburbia,S02001945,Summerston Central and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216173 +216173,S00114719,4b2,Pakistani Communities,S01009893,Govanhill West - 07,1a,Cosmopolitan student neighbourhoods,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216174 +216174,S00116501,6b1,Multi-Ethnic Suburbia,S01010186,Robroyston and Millerston - 01,3b,Asian traits,S02001918,Robroyston and Millerston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216175 +216175,S00112157,5a2,Multi-Ethnic Professionals with Families,S01010117,"Garthamlock, Auchinlea and Gartloch - 05",3a,Achieving neighbourhoods,S02001906,"Garthamlock, Auchinlea and Gartloch",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216176 +216176,S00116946,4b2,Pakistani Communities,S01010299,Woodside - 03,1a,Cosmopolitan student neighbourhoods,S02001938,Woodside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216177 +216177,S00117041,6b1,Multi-Ethnic Suburbia,S01010192,Robroyston and Millerston - 07,3b,Asian traits,S02001918,Robroyston and Millerston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216178 +216178,S00113379,7c3,Outer City Hardship,S01010229,"Roystonhill, Blochairn, and Provanmill - 02",4d,Hard-pressed flat dwellers,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216179 +216179,S00116303,5a2,Multi-Ethnic Professionals with Families,S01009769,Darnley West - 02,3c,Highly qualified professionals,S02001844,Darnley West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216180 +216180,S00116317,5a2,Multi-Ethnic Professionals with Families,S01009792,Pollok South and West - 01,3b,Asian traits,S02001848,Pollok South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216181 +216181,S00116785,5a2,Multi-Ethnic Professionals with Families,S01010365,Kelvindale - 03,3c,Highly qualified professionals,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216182 +216182,S00112645,5a2,Multi-Ethnic Professionals with Families,S01010364,Kelvindale - 02,3b,Asian traits,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216183 +216183,S00116998,4b2,Pakistani Communities,S01010214,Springburn East and Cowlairs - 01,4a,Challenged white communities,S02001923,Springburn East and Cowlairs,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216184 +216184,S00116788,5a2,Multi-Ethnic Professionals with Families,S01010408,Kelvinside and Jordanhill - 01,4d,Hard-pressed flat dwellers,S02001958,Kelvinside and Jordanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216185 +216185,S00113457,7c3,Outer City Hardship,S01010213,Springburn - 05,4d,Hard-pressed flat dwellers,S02001922,Springburn,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216186 +216186,S00117053,6b1,Multi-Ethnic Suburbia,S01010203,Petershill - 01,3d,Households in terraces and flats,S02001921,Petershill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216187 +216187,S00112649,5a2,Multi-Ethnic Professionals with Families,S01010364,Kelvindale - 02,3b,Asian traits,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216188 +216188,S00112650,5a2,Multi-Ethnic Professionals with Families,S01010364,Kelvindale - 02,3b,Asian traits,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216189 +216189,S00112651,5a2,Multi-Ethnic Professionals with Families,S01010364,Kelvindale - 02,3b,Asian traits,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216190 +216190,S00112699,5a2,Multi-Ethnic Professionals with Families,S01010364,Kelvindale - 02,3b,Asian traits,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216191 +216191,S00112706,5a2,Multi-Ethnic Professionals with Families,S01010411,Kelvinside and Jordanhill - 04,3a,Achieving neighbourhoods,S02001958,Kelvinside and Jordanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216192 +216192,S00112713,5a2,Multi-Ethnic Professionals with Families,S01010411,Kelvinside and Jordanhill - 04,3a,Achieving neighbourhoods,S02001958,Kelvinside and Jordanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216193 +216193,S00112952,5a2,Multi-Ethnic Professionals with Families,S01010428,Scotstoun North and East - 02,3c,Highly qualified professionals,S02001962,Scotstoun North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216194 +216194,S00112968,5a2,Multi-Ethnic Professionals with Families,S01010420,Victoria Park - 01,3c,Highly qualified professionals,S02001960,Victoria Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216195 +216195,S00112970,5a2,Multi-Ethnic Professionals with Families,S01010420,Victoria Park - 01,3c,Highly qualified professionals,S02001960,Victoria Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216196 +216196,S00112971,5a2,Multi-Ethnic Professionals with Families,S01010420,Victoria Park - 01,3c,Highly qualified professionals,S02001960,Victoria Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216197 +216197,S00112975,5a2,Multi-Ethnic Professionals with Families,S01010421,Victoria Park - 02,3c,Highly qualified professionals,S02001960,Victoria Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216198 +216198,S00113280,5a2,Multi-Ethnic Professionals with Families,S01010327,Possil Park - 05,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216199 +216199,S00113293,5a2,Multi-Ethnic Professionals with Families,S01010465,Anniesland East - 01,3a,Achieving neighbourhoods,S02001970,Anniesland East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216200 +216200,S00113412,5a2,Multi-Ethnic Professionals with Families,S01010209,Springburn - 01,4d,Hard-pressed flat dwellers,S02001922,Springburn,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216201 +216201,S00113524,5a2,Multi-Ethnic Professionals with Families,S01010328,Possil Park - 06,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216202 +216202,S00113623,5a2,Multi-Ethnic Professionals with Families,S01010346,Summerston North - 01,3c,Highly qualified professionals,S02001946,Summerston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216203 +216203,S00113640,5a2,Multi-Ethnic Professionals with Families,S01010341,Summerston Central and West - 02,4a,Challenged white communities,S02001945,Summerston Central and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216204 +216204,S00113647,5a2,Multi-Ethnic Professionals with Families,S01010343,Summerston Central and West - 04,5b,Aspiring urban households,S02001945,Summerston Central and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216205 +216205,S00113825,5a2,Multi-Ethnic Professionals with Families,S01010149,Old Shettleston and Parkhead North - 03,4b,Constrained renters,S02001912,Old Shettleston and Parkhead North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216206 +216206,S00114106,5a2,Multi-Ethnic Professionals with Families,S01010193,Robroyston and Millerston - 08,3c,Highly qualified professionals,S02001918,Robroyston and Millerston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216207 +216207,S00114114,5a2,Multi-Ethnic Professionals with Families,S01010186,Robroyston and Millerston - 01,3b,Asian traits,S02001918,Robroyston and Millerston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216208 +216208,S00114250,5a2,Multi-Ethnic Professionals with Families,S01010116,"Garthamlock, Auchinlea and Gartloch - 04",4b,Constrained renters,S02001906,"Garthamlock, Auchinlea and Gartloch",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216209 +216209,S00114251,5a2,Multi-Ethnic Professionals with Families,S01010116,"Garthamlock, Auchinlea and Gartloch - 04",4b,Constrained renters,S02001906,"Garthamlock, Auchinlea and Gartloch",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216210 +216210,S00114544,5a2,Multi-Ethnic Professionals with Families,S01009918,Maxwell Park - 07,3a,Achieving neighbourhoods,S02001869,Maxwell Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216211 +216211,S00114958,5a2,Multi-Ethnic Professionals with Families,S01009950,Newlands - 03,8a,Affluent communities,S02001876,Newlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216212 +216212,S00114978,5a2,Multi-Ethnic Professionals with Families,S01009964,Muirend and Old Cathcart - 06,3a,Achieving neighbourhoods,S02001878,Muirend and Old Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216213 +216213,S00114982,5a2,Multi-Ethnic Professionals with Families,S01009964,Muirend and Old Cathcart - 06,3a,Achieving neighbourhoods,S02001878,Muirend and Old Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216214 +216214,S00115082,5a2,Multi-Ethnic Professionals with Families,S01009998,Kingspark South - 06,8a,Affluent communities,S02001884,Kingspark South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216215 +216215,S00117259,4b2,Pakistani Communities,S01009868,Kinning Park and Festival Park - 03,1a,Cosmopolitan student neighbourhoods,S02001861,Kinning Park and Festival Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216216 +216216,S00116790,5a2,Multi-Ethnic Professionals with Families,S01010410,Kelvinside and Jordanhill - 03,3b,Asian traits,S02001958,Kelvinside and Jordanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216217 +216217,S00117374,6b1,Multi-Ethnic Suburbia,S01009966,Carmunnock North - 02,8c,Comfortable suburbia,S02001879,Carmunnock North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216218 +216218,S00113463,7c3,Outer City Hardship,S01010211,Springburn - 03,4d,Hard-pressed flat dwellers,S02001922,Springburn,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216219 +216219,S00115200,5a2,Multi-Ethnic Professionals with Families,S01009982,Glenwood North - 03,4d,Hard-pressed flat dwellers,S02001882,Glenwood North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216220 +216220,S00115423,5a2,Multi-Ethnic Professionals with Families,S01009854,Mosspark - 03,4d,Hard-pressed flat dwellers,S02001858,Mosspark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216221 +216221,S00115425,5a2,Multi-Ethnic Professionals with Families,S01009854,Mosspark - 03,4d,Hard-pressed flat dwellers,S02001858,Mosspark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216222 +216222,S00115639,5a2,Multi-Ethnic Professionals with Families,S01009824,Penilee - 03,4a,Challenged white communities,S02001853,Penilee,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216223 +216223,S00115640,5a2,Multi-Ethnic Professionals with Families,S01009824,Penilee - 03,4a,Challenged white communities,S02001853,Penilee,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216224 +216224,S00115760,5a2,Multi-Ethnic Professionals with Families,S01009768,Darnley West - 01,4d,Hard-pressed flat dwellers,S02001844,Darnley West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216225 +216225,S00115761,5a2,Multi-Ethnic Professionals with Families,S01009769,Darnley West - 02,3c,Highly qualified professionals,S02001844,Darnley West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216226 +216226,S00115765,5a2,Multi-Ethnic Professionals with Families,S01009772,Darnley West - 05,5b,Aspiring urban households,S02001844,Darnley West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216227 +216227,S00115768,5a2,Multi-Ethnic Professionals with Families,S01009769,Darnley West - 02,3c,Highly qualified professionals,S02001844,Darnley West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216228 +216228,S00115793,5a2,Multi-Ethnic Professionals with Families,S01009797,Pollok South and West - 06,8c,Comfortable suburbia,S02001848,Pollok South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216229 +216229,S00115801,5a2,Multi-Ethnic Professionals with Families,S01009770,Darnley West - 03,3b,Asian traits,S02001844,Darnley West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216230 +216230,S00115802,5a2,Multi-Ethnic Professionals with Families,S01010466,Anniesland East - 02,3c,Highly qualified professionals,S02001970,Anniesland East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216231 +216231,S00116855,5a2,Multi-Ethnic Professionals with Families,S01010448,Knightswood West - 02,5c,Comfortable neighbourhoods,S02001966,Knightswood West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216232 +216232,S00116857,5a2,Multi-Ethnic Professionals with Families,S01010447,Knightswood West - 01,4d,Hard-pressed flat dwellers,S02001966,Knightswood West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216233 +216233,S00116895,5a2,Multi-Ethnic Professionals with Families,S01010441,Yoker South - 05,4d,Hard-pressed flat dwellers,S02001964,Yoker South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216234 +216234,S00116996,5a2,Multi-Ethnic Professionals with Families,S01010214,Springburn East and Cowlairs - 01,4a,Challenged white communities,S02001923,Springburn East and Cowlairs,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216235 +216235,S00117039,5a2,Multi-Ethnic Professionals with Families,S01010192,Robroyston and Millerston - 07,3b,Asian traits,S02001918,Robroyston and Millerston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216236 +216236,S00117042,5a2,Multi-Ethnic Professionals with Families,S01010192,Robroyston and Millerston - 07,3b,Asian traits,S02001918,Robroyston and Millerston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216237 +216237,S00117187,5a2,Multi-Ethnic Professionals with Families,S01010193,Robroyston and Millerston - 08,3c,Highly qualified professionals,S02001918,Robroyston and Millerston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216238 +216238,S00117418,5a2,Multi-Ethnic Professionals with Families,S01009941,Carnwadric West - 03,3b,Asian traits,S02001874,Carnwadric West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216239 +216239,S00117479,5a2,Multi-Ethnic Professionals with Families,S01009822,Penilee - 01,4a,Challenged white communities,S02001853,Penilee,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216240 +216240,S00117503,5a2,Multi-Ethnic Professionals with Families,S01009765,Darnley North - 02,4d,Hard-pressed flat dwellers,S02001843,Darnley North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216241 +216241,S00117555,5a2,Multi-Ethnic Professionals with Families,S01010428,Scotstoun North and East - 02,3c,Highly qualified professionals,S02001962,Scotstoun North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216242 +216242,S00117616,5a2,Multi-Ethnic Professionals with Families,S01009771,Darnley West - 04,8c,Comfortable suburbia,S02001844,Darnley West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216243 +216243,S00117617,5a2,Multi-Ethnic Professionals with Families,S01009771,Darnley West - 04,8c,Comfortable suburbia,S02001844,Darnley West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216244 +216244,S00117623,5a2,Multi-Ethnic Professionals with Families,S01010104,Garrowhill East and Swinton - 05,8c,Comfortable suburbia,S02001903,Garrowhill East and Swinton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216245 +216245,S00112636,6b1,Multi-Ethnic Suburbia,S01010413,Kelvinside and Jordanhill - 06,3c,Highly qualified professionals,S02001958,Kelvinside and Jordanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216246 +216246,S00112696,6b1,Multi-Ethnic Suburbia,S01010365,Kelvindale - 03,3c,Highly qualified professionals,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216247 +216247,S00112707,6b1,Multi-Ethnic Suburbia,S01010410,Kelvinside and Jordanhill - 03,3b,Asian traits,S02001958,Kelvinside and Jordanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216248 +216248,S00113967,6b1,Multi-Ethnic Suburbia,S01010070,Shettleston South - 02,8c,Comfortable suburbia,S02001897,Shettleston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216249 +216249,S00114929,6b1,Multi-Ethnic Suburbia,S01009958,Merrylee and Millbrae - 04,3a,Achieving neighbourhoods,S02001877,Merrylee and Millbrae,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216250 +216250,S00114946,6b1,Multi-Ethnic Suburbia,S01009951,Newlands - 04,8a,Affluent communities,S02001876,Newlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216251 +216251,S00114947,6b1,Multi-Ethnic Suburbia,S01009951,Newlands - 04,8a,Affluent communities,S02001876,Newlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216252 +216252,S00114955,6b1,Multi-Ethnic Suburbia,S01009950,Newlands - 03,8a,Affluent communities,S02001876,Newlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216253 +216253,S00114969,6b1,Multi-Ethnic Suburbia,S01009963,Muirend and Old Cathcart - 05,8b,Ageing suburbanites,S02001878,Muirend and Old Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216254 +216254,S00114973,6b1,Multi-Ethnic Suburbia,S01009963,Muirend and Old Cathcart - 05,8b,Ageing suburbanites,S02001878,Muirend and Old Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216255 +216255,S00115058,6b1,Multi-Ethnic Suburbia,S01009965,Carmunnock North - 01,5c,Comfortable neighbourhoods,S02001879,Carmunnock North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216256 +216256,S00115062,6b1,Multi-Ethnic Suburbia,S01009965,Carmunnock North - 01,5c,Comfortable neighbourhoods,S02001879,Carmunnock North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216257 +216257,S00115066,6b1,Multi-Ethnic Suburbia,S01009966,Carmunnock North - 02,8c,Comfortable suburbia,S02001879,Carmunnock North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216258 +216258,S00115080,6b1,Multi-Ethnic Suburbia,S01010010,Cathcart - 06,3a,Achieving neighbourhoods,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216259 +216259,S00115199,6b1,Multi-Ethnic Suburbia,S01009982,Glenwood North - 03,4d,Hard-pressed flat dwellers,S02001882,Glenwood North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216260 +216260,S00115215,6b1,Multi-Ethnic Suburbia,S01009761,Darnley East - 04,5c,Comfortable neighbourhoods,S02001842,Darnley East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216261 +216261,S00115436,6b1,Multi-Ethnic Suburbia,S01009852,Mosspark - 01,4a,Challenged white communities,S02001858,Mosspark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216262 +216262,S00115499,6b1,Multi-Ethnic Suburbia,S01009832,Hillington - 04,4d,Hard-pressed flat dwellers,S02001854,Hillington,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216263 +216263,S00115777,6b1,Multi-Ethnic Suburbia,S01009764,Darnley North - 01,4d,Hard-pressed flat dwellers,S02001843,Darnley North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216264 +216264,S00115792,6b1,Multi-Ethnic Suburbia,S01009797,Pollok South and West - 06,8c,Comfortable suburbia,S02001848,Pollok South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216265 +216265,S00115800,6b1,Multi-Ethnic Suburbia,S01009770,Darnley West - 03,3b,Asian traits,S02001844,Darnley West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216266 +216266,S00115811,6b1,Multi-Ethnic Suburbia,S01010097,Garrowhill West - 04,5c,Comfortable neighbourhoods,S02001902,Garrowhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216267 +216267,S00115843,6b1,Multi-Ethnic Suburbia,S01010101,Garrowhill East and Swinton - 02,5a,Ageing urban communities,S02001903,Garrowhill East and Swinton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216268 +216268,S00113526,7c3,Outer City Hardship,S01010328,Possil Park - 06,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216269 +216269,S00113283,4a1,Private Renting Young Families,S01010327,Possil Park - 05,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216270 +216270,S00117478,6b1,Multi-Ethnic Suburbia,S01009822,Penilee - 01,4a,Challenged white communities,S02001853,Penilee,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216271 +216271,S00115850,6b1,Multi-Ethnic Suburbia,S01010078,Mount Vernon North and Sandyhills - 01,8c,Comfortable suburbia,S02001899,Mount Vernon North and Sandyhills,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216272 +216272,S00116269,6b1,Multi-Ethnic Suburbia,S01009836,Drumoyne and Shieldhall - 04,4a,Challenged white communities,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216273 +216273,S00116301,6b1,Multi-Ethnic Suburbia,S01009772,Darnley West - 05,5b,Aspiring urban households,S02001844,Darnley West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216274 +216274,S00116312,6b1,Multi-Ethnic Suburbia,S01009793,Pollok South and West - 02,5c,Comfortable neighbourhoods,S02001848,Pollok South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216275 +216275,S00113380,4a1,Private Renting Young Families,S01010229,"Roystonhill, Blochairn, and Provanmill - 02",4d,Hard-pressed flat dwellers,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216276 +216276,S00113541,7c3,Outer City Hardship,S01010325,Possil Park - 03,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216277 +216277,S00117496,6b1,Multi-Ethnic Suburbia,S01009765,Darnley North - 02,4d,Hard-pressed flat dwellers,S02001843,Darnley North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216278 +216278,S00113406,4a1,Private Renting Young Families,S01010216,Springburn East and Cowlairs - 03,4d,Hard-pressed flat dwellers,S02001923,Springburn East and Cowlairs,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216279 +216279,S00113543,7c3,Outer City Hardship,S01010325,Possil Park - 03,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216280 +216280,S00117506,6b1,Multi-Ethnic Suburbia,S01009798,Pollok South and West - 07,8c,Comfortable suburbia,S02001848,Pollok South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216281 +216281,S00113522,4a1,Private Renting Young Families,S01010328,Possil Park - 06,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216282 +216282,S00113642,7c3,Outer City Hardship,S01010342,Summerston Central and West - 03,5c,Comfortable neighbourhoods,S02001945,Summerston Central and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216283 +216283,S00117521,6b1,Multi-Ethnic Suburbia,S01010103,Garrowhill East and Swinton - 04,8c,Comfortable suburbia,S02001903,Garrowhill East and Swinton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216284 +216284,S00114827,4a1,Private Renting Young Families,S01010018,Toryglen and Oatlands - 03,4d,Hard-pressed flat dwellers,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216285 +216285,S00113835,7c3,Outer City Hardship,S01010150,Old Shettleston and Parkhead North - 04,4d,Hard-pressed flat dwellers,S02001912,Old Shettleston and Parkhead North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216286 +216286,S00117534,6b1,Multi-Ethnic Suburbia,S01010102,Garrowhill East and Swinton - 03,8c,Comfortable suburbia,S02001903,Garrowhill East and Swinton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216287 +216287,S00117572,6b1,Multi-Ethnic Suburbia,S01010191,Robroyston and Millerston - 06,8c,Comfortable suburbia,S02001918,Robroyston and Millerston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216288 +216288,S00117574,6b1,Multi-Ethnic Suburbia,S01010191,Robroyston and Millerston - 06,8c,Comfortable suburbia,S02001918,Robroyston and Millerston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216289 +216289,S00117575,6b1,Multi-Ethnic Suburbia,S01010191,Robroyston and Millerston - 06,8c,Comfortable suburbia,S02001918,Robroyston and Millerston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216290 +216290,S00117581,6b1,Multi-Ethnic Suburbia,S01010189,Robroyston and Millerston - 04,8c,Comfortable suburbia,S02001918,Robroyston and Millerston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216291 +216291,S00117583,6b1,Multi-Ethnic Suburbia,S01010189,Robroyston and Millerston - 04,8c,Comfortable suburbia,S02001918,Robroyston and Millerston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216292 +216292,S00117625,6b1,Multi-Ethnic Suburbia,S01010104,Garrowhill East and Swinton - 05,8c,Comfortable suburbia,S02001903,Garrowhill East and Swinton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216293 +216293,S00114694,3d1,New EU Tech Workers,S01009889,Govanhill West - 03,6a,Inner city cosmopolitan,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216294 +216294,S00113185,3d3,Old EU Tech Workers,S01010304,Firhill - 04,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216295 +216295,S00112156,6b4,Older Workers and Retirement,S01010117,"Garthamlock, Auchinlea and Gartloch - 05",3a,Achieving neighbourhoods,S02001906,"Garthamlock, Auchinlea and Gartloch",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216296 +216296,S00112658,6b4,Older Workers and Retirement,S01010366,Kelvindale - 04,3c,Highly qualified professionals,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216297 +216297,S00112701,6b4,Older Workers and Retirement,S01010409,Kelvinside and Jordanhill - 02,8c,Comfortable suburbia,S02001958,Kelvinside and Jordanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216298 +216298,S00112703,6b4,Older Workers and Retirement,S01010409,Kelvinside and Jordanhill - 02,8c,Comfortable suburbia,S02001958,Kelvinside and Jordanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216299 +216299,S00112969,6b4,Older Workers and Retirement,S01010420,Victoria Park - 01,3c,Highly qualified professionals,S02001960,Victoria Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216300 +216300,S00113930,6b4,Older Workers and Retirement,S01010070,Shettleston South - 02,8c,Comfortable suburbia,S02001897,Shettleston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216301 +216301,S00113968,6b4,Older Workers and Retirement,S01010069,Shettleston South - 01,5c,Comfortable neighbourhoods,S02001897,Shettleston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216302 +216302,S00113971,6b4,Older Workers and Retirement,S01010069,Shettleston South - 01,5c,Comfortable neighbourhoods,S02001897,Shettleston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216303 +216303,S00114026,6b4,Older Workers and Retirement,S01010074,Carmyle and Mount Vernon South - 01,5a,Ageing urban communities,S02001898,Carmyle and Mount Vernon South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216304 +216304,S00114030,6b4,Older Workers and Retirement,S01010080,Mount Vernon North and Sandyhills - 03,8b,Ageing suburbanites,S02001899,Mount Vernon North and Sandyhills,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216305 +216305,S00114033,6b4,Older Workers and Retirement,S01010074,Carmyle and Mount Vernon South - 01,5a,Ageing urban communities,S02001898,Carmyle and Mount Vernon South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216306 +216306,S00114073,6b4,Older Workers and Retirement,S01010131,Greenfield - 01,8b,Ageing suburbanites,S02001909,Greenfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216307 +216307,S00114075,6b4,Older Workers and Retirement,S01010131,Greenfield - 01,8b,Ageing suburbanites,S02001909,Greenfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216308 +216308,S00114079,6b4,Older Workers and Retirement,S01010081,Mount Vernon North and Sandyhills - 04,8b,Ageing suburbanites,S02001899,Mount Vernon North and Sandyhills,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216309 +216309,S00114081,6b4,Older Workers and Retirement,S01010079,Mount Vernon North and Sandyhills - 02,8b,Ageing suburbanites,S02001899,Mount Vernon North and Sandyhills,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216310 +216310,S00114113,6b4,Older Workers and Retirement,S01010188,Robroyston and Millerston - 03,5a,Ageing urban communities,S02001918,Robroyston and Millerston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216311 +216311,S00114150,6b4,Older Workers and Retirement,S01010153,Carntyne - 02,4d,Hard-pressed flat dwellers,S02001913,Carntyne,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216312 +216312,S00114541,6b4,Older Workers and Retirement,S01009917,Maxwell Park - 06,3c,Highly qualified professionals,S02001869,Maxwell Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216313 +216313,S00114951,6b4,Older Workers and Retirement,S01009961,Muirend and Old Cathcart - 03,4a,Challenged white communities,S02001878,Muirend and Old Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216314 +216314,S00114957,6b4,Older Workers and Retirement,S01009951,Newlands - 04,8a,Affluent communities,S02001876,Newlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216315 +216315,S00114970,6b4,Older Workers and Retirement,S01009963,Muirend and Old Cathcart - 05,8b,Ageing suburbanites,S02001878,Muirend and Old Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216316 +216316,S00115029,6b4,Older Workers and Retirement,S01010003,Kingspark North - 05,5c,Comfortable neighbourhoods,S02001885,Kingspark North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216317 +216317,S00115035,6b4,Older Workers and Retirement,S01009999,Kingspark North - 01,5c,Comfortable neighbourhoods,S02001885,Kingspark North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216318 +216318,S00115081,6b4,Older Workers and Retirement,S01009998,Kingspark South - 06,8a,Affluent communities,S02001884,Kingspark South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216319 +216319,S00115084,6b4,Older Workers and Retirement,S01010010,Cathcart - 06,3a,Achieving neighbourhoods,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216320 +216320,S00115568,6b4,Older Workers and Retirement,S01009818,Cardonald West and Central - 04,8b,Ageing suburbanites,S02001852,Cardonald West and Central,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216321 +216321,S00115570,6b4,Older Workers and Retirement,S01009818,Cardonald West and Central - 04,8b,Ageing suburbanites,S02001852,Cardonald West and Central,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216322 +216322,S00115571,6b4,Older Workers and Retirement,S01009818,Cardonald West and Central - 04,8b,Ageing suburbanites,S02001852,Cardonald West and Central,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216323 +216323,S00115574,6b4,Older Workers and Retirement,S01009818,Cardonald West and Central - 04,8b,Ageing suburbanites,S02001852,Cardonald West and Central,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216324 +216324,S00115809,6b4,Older Workers and Retirement,S01010098,Garrowhill West - 05,8b,Ageing suburbanites,S02001902,Garrowhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216325 +216325,S00115281,4a1,Private Renting Young Families,S01009866,Kinning Park and Festival Park - 01,7a,Urban cultural mix,S02001861,Kinning Park and Festival Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216326 +216326,S00115347,4a1,Private Renting Young Families,S01009846,Govan and Linthouse - 06,4d,Hard-pressed flat dwellers,S02001856,Govan and Linthouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216327 +216327,S00115426,4a1,Private Renting Young Families,S01009853,Mosspark - 02,4d,Hard-pressed flat dwellers,S02001858,Mosspark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216328 +216328,S00115757,4a1,Private Renting Young Families,S01009782,Nitshill - 08,4c,Hampered neighbourhoods,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216329 +216329,S00117550,4a1,Private Renting Young Families,S01010179,Blackhill and Barmulloch East - 01,4d,Hard-pressed flat dwellers,S02001917,Blackhill and Barmulloch East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216330 +216330,S00112187,2c3,Professional Service Cosmopolitans,S01010290,Woodlands - 02,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216331 +216331,S00112188,2c3,Professional Service Cosmopolitans,S01010290,Woodlands - 02,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216332 +216332,S00112189,2c3,Professional Service Cosmopolitans,S01010289,Woodlands - 01,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216333 +216333,S00112190,2c3,Professional Service Cosmopolitans,S01010289,Woodlands - 01,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216334 +216334,S00112191,2c3,Professional Service Cosmopolitans,S01010289,Woodlands - 01,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216335 +216335,S00112222,2c3,Professional Service Cosmopolitans,S01010288,Finnieston and Kelvinhaugh - 07,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216336 +216336,S00112224,2c3,Professional Service Cosmopolitans,S01010280,Anderston - 05,1a,Cosmopolitan student neighbourhoods,S02001935,Anderston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216337 +216337,S00113836,7c3,Outer City Hardship,S01010247,Carntyne West and Haghill - 06,4a,Challenged white communities,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216338 +216338,S00112362,2c3,Professional Service Cosmopolitans,S01010400,Partickhill and Hyndland - 04,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216339 +216339,S00112364,2c3,Professional Service Cosmopolitans,S01010400,Partickhill and Hyndland - 04,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216340 +216340,S00112367,2c3,Professional Service Cosmopolitans,S01010400,Partickhill and Hyndland - 04,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216341 +216341,S00112369,2c3,Professional Service Cosmopolitans,S01010396,Partick - 04,1a,Cosmopolitan student neighbourhoods,S02001955,Partick,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216342 +216342,S00112373,2c3,Professional Service Cosmopolitans,S01010385,Hillhead - 05,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216343 +216343,S00112376,2c3,Professional Service Cosmopolitans,S01010396,Partick - 04,1a,Cosmopolitan student neighbourhoods,S02001955,Partick,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216344 +216344,S00112384,2c3,Professional Service Cosmopolitans,S01010382,Hillhead - 02,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216345 +216345,S00112387,2c3,Professional Service Cosmopolitans,S01010380,Kelvingrove and University - 07,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216346 +216346,S00112390,2c3,Professional Service Cosmopolitans,S01010397,Partickhill and Hyndland - 01,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216347 +216347,S00112391,2c3,Professional Service Cosmopolitans,S01010380,Kelvingrove and University - 07,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216348 +216348,S00112392,2c3,Professional Service Cosmopolitans,S01010380,Kelvingrove and University - 07,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216349 +216349,S00112393,2c3,Professional Service Cosmopolitans,S01010380,Kelvingrove and University - 07,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216350 +216350,S00112394,2c3,Professional Service Cosmopolitans,S01010380,Kelvingrove and University - 07,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216351 +216351,S00112414,2c3,Professional Service Cosmopolitans,S01010380,Kelvingrove and University - 07,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216352 +216352,S00112415,2c3,Professional Service Cosmopolitans,S01010391,Glasgow Harbour and Partick South - 04,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216353 +216353,S00112423,2c3,Professional Service Cosmopolitans,S01010392,Glasgow Harbour and Partick South - 05,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216354 +216354,S00112424,2c3,Professional Service Cosmopolitans,S01010392,Glasgow Harbour and Partick South - 05,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216355 +216355,S00112429,2c3,Professional Service Cosmopolitans,S01010392,Glasgow Harbour and Partick South - 05,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216356 +216356,S00112453,2c3,Professional Service Cosmopolitans,S01010415,Broomhill - 01,4d,Hard-pressed flat dwellers,S02001959,Broomhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216357 +216357,S00112455,2c3,Professional Service Cosmopolitans,S01010391,Glasgow Harbour and Partick South - 04,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216358 +216358,S00112462,2c3,Professional Service Cosmopolitans,S01010390,Glasgow Harbour and Partick South - 03,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216359 +216359,S00112466,2c3,Professional Service Cosmopolitans,S01010393,Partick - 01,1a,Cosmopolitan student neighbourhoods,S02001955,Partick,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216360 +216360,S00112474,2c3,Professional Service Cosmopolitans,S01010395,Partick - 03,1a,Cosmopolitan student neighbourhoods,S02001955,Partick,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216361 +216361,S00112481,2c3,Professional Service Cosmopolitans,S01010418,Broomhill - 04,1a,Cosmopolitan student neighbourhoods,S02001959,Broomhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216362 +216362,S00112482,2c3,Professional Service Cosmopolitans,S01010418,Broomhill - 04,1a,Cosmopolitan student neighbourhoods,S02001959,Broomhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216363 +216363,S00113840,7c3,Outer City Hardship,S01010154,Carntyne - 03,4d,Hard-pressed flat dwellers,S02001913,Carntyne,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216364 +216364,S00113841,7c3,Outer City Hardship,S01010154,Carntyne - 03,4d,Hard-pressed flat dwellers,S02001913,Carntyne,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216365 +216365,S00113843,7c3,Outer City Hardship,S01010155,Carntyne - 04,4d,Hard-pressed flat dwellers,S02001913,Carntyne,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216366 +216366,S00113844,7c3,Outer City Hardship,S01010150,Old Shettleston and Parkhead North - 04,4d,Hard-pressed flat dwellers,S02001912,Old Shettleston and Parkhead North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216367 +216367,S00113849,7c3,Outer City Hardship,S01010151,Old Shettleston and Parkhead North - 05,4d,Hard-pressed flat dwellers,S02001912,Old Shettleston and Parkhead North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216368 +216368,S00113876,7c3,Outer City Hardship,S01010062,Braidfauld - 02,4d,Hard-pressed flat dwellers,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216369 +216369,S00113877,7c3,Outer City Hardship,S01010062,Braidfauld - 02,4d,Hard-pressed flat dwellers,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216370 +216370,S00113880,7c3,Outer City Hardship,S01010072,Shettleston South - 04,4a,Challenged white communities,S02001897,Shettleston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216371 +216371,S00113883,7c3,Outer City Hardship,S01010062,Braidfauld - 02,4d,Hard-pressed flat dwellers,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216372 +216372,S00113916,7c3,Outer City Hardship,S01010145,Tollcross - 04,4d,Hard-pressed flat dwellers,S02001911,Tollcross,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216373 +216373,S00113919,7c3,Outer City Hardship,S01010144,Tollcross - 03,4d,Hard-pressed flat dwellers,S02001911,Tollcross,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216374 +216374,S00113992,7c3,Outer City Hardship,S01010071,Shettleston South - 03,5c,Comfortable neighbourhoods,S02001897,Shettleston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216375 +216375,S00113993,7c3,Outer City Hardship,S01010071,Shettleston South - 03,5c,Comfortable neighbourhoods,S02001897,Shettleston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216376 +216376,S00113996,7c3,Outer City Hardship,S01010072,Shettleston South - 04,4a,Challenged white communities,S02001897,Shettleston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216377 +216377,S00114000,7c3,Outer City Hardship,S01010072,Shettleston South - 04,4a,Challenged white communities,S02001897,Shettleston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216378 +216378,S00114006,7c3,Outer City Hardship,S01010139,Shettleston North - 03,4d,Hard-pressed flat dwellers,S02001910,Shettleston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216379 +216379,S00114007,7c3,Outer City Hardship,S01010139,Shettleston North - 03,4d,Hard-pressed flat dwellers,S02001910,Shettleston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216380 +216380,S00114011,7c3,Outer City Hardship,S01010137,Shettleston North - 01,4d,Hard-pressed flat dwellers,S02001910,Shettleston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216381 +216381,S00114023,7c3,Outer City Hardship,S01010072,Shettleston South - 04,4a,Challenged white communities,S02001897,Shettleston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216382 +216382,S00114050,7c3,Outer City Hardship,S01010135,Greenfield - 05,4d,Hard-pressed flat dwellers,S02001909,Greenfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216383 +216383,S00114053,7c3,Outer City Hardship,S01010159,"Cranhill, Lightburn and Queenslie South - 04",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216384 +216384,S00114054,7c3,Outer City Hardship,S01010135,Greenfield - 05,4d,Hard-pressed flat dwellers,S02001909,Greenfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216385 +216385,S00114056,7c3,Outer City Hardship,S01010135,Greenfield - 05,4d,Hard-pressed flat dwellers,S02001909,Greenfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216386 +216386,S00114059,7c3,Outer City Hardship,S01010164,"Cranhill, Lightburn and Queenslie South - 09",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216387 +216387,S00114067,7c3,Outer City Hardship,S01010135,Greenfield - 05,4d,Hard-pressed flat dwellers,S02001909,Greenfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216388 +216388,S00114068,7c3,Outer City Hardship,S01010134,Greenfield - 04,4d,Hard-pressed flat dwellers,S02001909,Greenfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216389 +216389,S00114069,7c3,Outer City Hardship,S01010159,"Cranhill, Lightburn and Queenslie South - 04",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216390 +216390,S00114070,7c3,Outer City Hardship,S01010136,Greenfield - 06,4a,Challenged white communities,S02001909,Greenfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216391 +216391,S00114102,7c3,Outer City Hardship,S01010185,Blackhill and Barmulloch East - 07,4d,Hard-pressed flat dwellers,S02001917,Blackhill and Barmulloch East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216392 +216392,S00114104,7c3,Outer City Hardship,S01010183,Blackhill and Barmulloch East - 05,4d,Hard-pressed flat dwellers,S02001917,Blackhill and Barmulloch East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216393 +216393,S00114105,7c3,Outer City Hardship,S01010184,Blackhill and Barmulloch East - 06,4d,Hard-pressed flat dwellers,S02001917,Blackhill and Barmulloch East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216394 +216394,S00114109,7c3,Outer City Hardship,S01010183,Blackhill and Barmulloch East - 05,4d,Hard-pressed flat dwellers,S02001917,Blackhill and Barmulloch East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216395 +216395,S00114118,7c3,Outer City Hardship,S01010152,Carntyne - 01,4d,Hard-pressed flat dwellers,S02001913,Carntyne,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216396 +216396,S00114121,7c3,Outer City Hardship,S01010152,Carntyne - 01,4d,Hard-pressed flat dwellers,S02001913,Carntyne,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216397 +216397,S00114132,7c3,Outer City Hardship,S01010176,Riddrie and Hogganfield - 05,4d,Hard-pressed flat dwellers,S02001916,Riddrie and Hogganfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216398 +216398,S00114140,7c3,Outer City Hardship,S01010173,Riddrie and Hogganfield - 02,4a,Challenged white communities,S02001916,Riddrie and Hogganfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216399 +216399,S00114142,7c3,Outer City Hardship,S01010175,Riddrie and Hogganfield - 04,4d,Hard-pressed flat dwellers,S02001916,Riddrie and Hogganfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216400 +216400,S00112485,2c3,Professional Service Cosmopolitans,S01010418,Broomhill - 04,1a,Cosmopolitan student neighbourhoods,S02001959,Broomhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216401 +216401,S00112488,2c3,Professional Service Cosmopolitans,S01010394,Partick - 02,1a,Cosmopolitan student neighbourhoods,S02001955,Partick,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216402 +216402,S00112489,2c3,Professional Service Cosmopolitans,S01010395,Partick - 03,1a,Cosmopolitan student neighbourhoods,S02001955,Partick,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216403 +216403,S00112491,2c3,Professional Service Cosmopolitans,S01010390,Glasgow Harbour and Partick South - 03,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216404 +216404,S00112493,2c3,Professional Service Cosmopolitans,S01010393,Partick - 01,1a,Cosmopolitan student neighbourhoods,S02001955,Partick,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216405 +216405,S00112496,2c3,Professional Service Cosmopolitans,S01010398,Partickhill and Hyndland - 02,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216406 +216406,S00112497,2c3,Professional Service Cosmopolitans,S01010398,Partickhill and Hyndland - 02,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216407 +216407,S00112498,2c3,Professional Service Cosmopolitans,S01010398,Partickhill and Hyndland - 02,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216408 +216408,S00112502,2c3,Professional Service Cosmopolitans,S01010418,Broomhill - 04,1a,Cosmopolitan student neighbourhoods,S02001959,Broomhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216409 +216409,S00112503,2c3,Professional Service Cosmopolitans,S01010418,Broomhill - 04,1a,Cosmopolitan student neighbourhoods,S02001959,Broomhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216410 +216410,S00112504,2c3,Professional Service Cosmopolitans,S01010418,Broomhill - 04,1a,Cosmopolitan student neighbourhoods,S02001959,Broomhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216411 +216411,S00112506,2c3,Professional Service Cosmopolitans,S01010418,Broomhill - 04,1a,Cosmopolitan student neighbourhoods,S02001959,Broomhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216412 +216412,S00112507,2c3,Professional Service Cosmopolitans,S01010418,Broomhill - 04,1a,Cosmopolitan student neighbourhoods,S02001959,Broomhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216413 +216413,S00112511,2c3,Professional Service Cosmopolitans,S01010419,Broomhill - 05,3c,Highly qualified professionals,S02001959,Broomhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216414 +216414,S00112513,2c3,Professional Service Cosmopolitans,S01010419,Broomhill - 05,3c,Highly qualified professionals,S02001959,Broomhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216415 +216415,S00112517,2c3,Professional Service Cosmopolitans,S01010417,Broomhill - 03,3c,Highly qualified professionals,S02001959,Broomhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216416 +216416,S00112518,2c3,Professional Service Cosmopolitans,S01010416,Broomhill - 02,3c,Highly qualified professionals,S02001959,Broomhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216417 +216417,S00112519,2c3,Professional Service Cosmopolitans,S01010416,Broomhill - 02,3c,Highly qualified professionals,S02001959,Broomhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216418 +216418,S00112531,2c3,Professional Service Cosmopolitans,S01010371,North Kelvin - 03,1a,Cosmopolitan student neighbourhoods,S02001951,North Kelvin,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216419 +216419,S00112534,2c3,Professional Service Cosmopolitans,S01010371,North Kelvin - 03,1a,Cosmopolitan student neighbourhoods,S02001951,North Kelvin,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216420 +216420,S00112535,2c3,Professional Service Cosmopolitans,S01010371,North Kelvin - 03,1a,Cosmopolitan student neighbourhoods,S02001951,North Kelvin,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216421 +216421,S00112564,2c3,Professional Service Cosmopolitans,S01010401,Partickhill and Hyndland - 05,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216422 +216422,S00112566,2c3,Professional Service Cosmopolitans,S01010401,Partickhill and Hyndland - 05,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216423 +216423,S00112569,2c3,Professional Service Cosmopolitans,S01010401,Partickhill and Hyndland - 05,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216424 +216424,S00112571,2c3,Professional Service Cosmopolitans,S01010374,Kelvingrove and University - 01,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216425 +216425,S00112572,2c3,Professional Service Cosmopolitans,S01010374,Kelvingrove and University - 01,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216426 +216426,S00112573,2c3,Professional Service Cosmopolitans,S01010374,Kelvingrove and University - 01,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216427 +216427,S00112574,2c3,Professional Service Cosmopolitans,S01010374,Kelvingrove and University - 01,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216428 +216428,S00112577,2c3,Professional Service Cosmopolitans,S01010406,Dowanhill - 04,1a,Cosmopolitan student neighbourhoods,S02001957,Dowanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216429 +216429,S00112578,2c3,Professional Service Cosmopolitans,S01010406,Dowanhill - 04,1a,Cosmopolitan student neighbourhoods,S02001957,Dowanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216430 +216430,S00112579,2c3,Professional Service Cosmopolitans,S01010407,Dowanhill - 05,1a,Cosmopolitan student neighbourhoods,S02001957,Dowanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216431 +216431,S00112580,2c3,Professional Service Cosmopolitans,S01010407,Dowanhill - 05,1a,Cosmopolitan student neighbourhoods,S02001957,Dowanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216432 +216432,S00112586,2c3,Professional Service Cosmopolitans,S01010405,Dowanhill - 03,1a,Cosmopolitan student neighbourhoods,S02001957,Dowanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216433 +216433,S00112588,2c3,Professional Service Cosmopolitans,S01010406,Dowanhill - 04,1a,Cosmopolitan student neighbourhoods,S02001957,Dowanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216434 +216434,S00112589,2c3,Professional Service Cosmopolitans,S01010406,Dowanhill - 04,1a,Cosmopolitan student neighbourhoods,S02001957,Dowanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216435 +216435,S00112590,2c3,Professional Service Cosmopolitans,S01010405,Dowanhill - 03,1a,Cosmopolitan student neighbourhoods,S02001957,Dowanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216436 +216436,S00112592,2c3,Professional Service Cosmopolitans,S01010405,Dowanhill - 03,1a,Cosmopolitan student neighbourhoods,S02001957,Dowanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216437 +216437,S00112594,2c3,Professional Service Cosmopolitans,S01010404,Dowanhill - 02,1a,Cosmopolitan student neighbourhoods,S02001957,Dowanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216438 +216438,S00112597,2c3,Professional Service Cosmopolitans,S01010404,Dowanhill - 02,1a,Cosmopolitan student neighbourhoods,S02001957,Dowanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216439 +216439,S00112598,2c3,Professional Service Cosmopolitans,S01010404,Dowanhill - 02,1a,Cosmopolitan student neighbourhoods,S02001957,Dowanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216440 +216440,S00112600,2c3,Professional Service Cosmopolitans,S01010404,Dowanhill - 02,1a,Cosmopolitan student neighbourhoods,S02001957,Dowanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216441 +216441,S00112601,2c3,Professional Service Cosmopolitans,S01010404,Dowanhill - 02,1a,Cosmopolitan student neighbourhoods,S02001957,Dowanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216442 +216442,S00112603,2c3,Professional Service Cosmopolitans,S01010374,Kelvingrove and University - 01,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216443 +216443,S00112604,2c3,Professional Service Cosmopolitans,S01010401,Partickhill and Hyndland - 05,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216444 +216444,S00112605,2c3,Professional Service Cosmopolitans,S01010403,Dowanhill - 01,1a,Cosmopolitan student neighbourhoods,S02001957,Dowanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216445 +216445,S00112606,2c3,Professional Service Cosmopolitans,S01010403,Dowanhill - 01,1a,Cosmopolitan student neighbourhoods,S02001957,Dowanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216446 +216446,S00112608,2c3,Professional Service Cosmopolitans,S01010403,Dowanhill - 01,1a,Cosmopolitan student neighbourhoods,S02001957,Dowanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216447 +216447,S00112609,2c3,Professional Service Cosmopolitans,S01010403,Dowanhill - 01,1a,Cosmopolitan student neighbourhoods,S02001957,Dowanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216448 +216448,S00112611,2c3,Professional Service Cosmopolitans,S01010402,Partickhill and Hyndland - 06,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216449 +216449,S00112612,2c3,Professional Service Cosmopolitans,S01010403,Dowanhill - 01,1a,Cosmopolitan student neighbourhoods,S02001957,Dowanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216450 +216450,S00112613,2c3,Professional Service Cosmopolitans,S01010402,Partickhill and Hyndland - 06,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216451 +216451,S00115102,2c3,Professional Service Cosmopolitans,S01009991,Castlemilk - 06,4d,Hard-pressed flat dwellers,S02001883,Castlemilk,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216452 +216452,S00116522,2c3,Professional Service Cosmopolitans,S01009910,Strathbungo - 06,1a,Cosmopolitan student neighbourhoods,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216453 +216453,S00114760,2c3,Professional Service Cosmopolitans,S01009900,Battlefield - 02,1a,Cosmopolitan student neighbourhoods,S02001867,Battlefield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216454 +216454,S00114407,2c3,Professional Service Cosmopolitans,S01009921,Shawlands West - 03,1a,Cosmopolitan student neighbourhoods,S02001870,Shawlands West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216455 +216455,S00114408,2c3,Professional Service Cosmopolitans,S01009921,Shawlands West - 03,1a,Cosmopolitan student neighbourhoods,S02001870,Shawlands West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216456 +216456,S00114409,2c3,Professional Service Cosmopolitans,S01009920,Shawlands West - 02,1a,Cosmopolitan student neighbourhoods,S02001870,Shawlands West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216457 +216457,S00114410,2c3,Professional Service Cosmopolitans,S01009920,Shawlands West - 02,1a,Cosmopolitan student neighbourhoods,S02001870,Shawlands West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216458 +216458,S00114411,2c3,Professional Service Cosmopolitans,S01009921,Shawlands West - 03,1a,Cosmopolitan student neighbourhoods,S02001870,Shawlands West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216459 +216459,S00114412,2c3,Professional Service Cosmopolitans,S01009921,Shawlands West - 03,1a,Cosmopolitan student neighbourhoods,S02001870,Shawlands West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216460 +216460,S00114413,2c3,Professional Service Cosmopolitans,S01009920,Shawlands West - 02,1a,Cosmopolitan student neighbourhoods,S02001870,Shawlands West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216461 +216461,S00114414,2c3,Professional Service Cosmopolitans,S01009920,Shawlands West - 02,1a,Cosmopolitan student neighbourhoods,S02001870,Shawlands West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216462 +216462,S00114415,2c3,Professional Service Cosmopolitans,S01009920,Shawlands West - 02,1a,Cosmopolitan student neighbourhoods,S02001870,Shawlands West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216463 +216463,S00114416,2c3,Professional Service Cosmopolitans,S01009920,Shawlands West - 02,1a,Cosmopolitan student neighbourhoods,S02001870,Shawlands West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216464 +216464,S00114417,2c3,Professional Service Cosmopolitans,S01009920,Shawlands West - 02,1a,Cosmopolitan student neighbourhoods,S02001870,Shawlands West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216465 +216465,S00114418,2c3,Professional Service Cosmopolitans,S01009920,Shawlands West - 02,1a,Cosmopolitan student neighbourhoods,S02001870,Shawlands West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216466 +216466,S00114421,2c3,Professional Service Cosmopolitans,S01009921,Shawlands West - 03,1a,Cosmopolitan student neighbourhoods,S02001870,Shawlands West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216467 +216467,S00114423,2c3,Professional Service Cosmopolitans,S01009921,Shawlands West - 03,1a,Cosmopolitan student neighbourhoods,S02001870,Shawlands West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216468 +216468,S00114424,2c3,Professional Service Cosmopolitans,S01009921,Shawlands West - 03,1a,Cosmopolitan student neighbourhoods,S02001870,Shawlands West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216469 +216469,S00114428,2c3,Professional Service Cosmopolitans,S01009911,Strathbungo - 07,3c,Highly qualified professionals,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216470 +216470,S00114429,2c3,Professional Service Cosmopolitans,S01009911,Strathbungo - 07,3c,Highly qualified professionals,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216471 +216471,S00114430,2c3,Professional Service Cosmopolitans,S01009911,Strathbungo - 07,3c,Highly qualified professionals,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216472 +216472,S00114434,2c3,Professional Service Cosmopolitans,S01009908,Strathbungo - 04,1a,Cosmopolitan student neighbourhoods,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216473 +216473,S00114435,2c3,Professional Service Cosmopolitans,S01009908,Strathbungo - 04,1a,Cosmopolitan student neighbourhoods,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216474 +216474,S00114436,2c3,Professional Service Cosmopolitans,S01009908,Strathbungo - 04,1a,Cosmopolitan student neighbourhoods,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216475 +216475,S00114440,2c3,Professional Service Cosmopolitans,S01009908,Strathbungo - 04,1a,Cosmopolitan student neighbourhoods,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216476 +216476,S00114444,2c3,Professional Service Cosmopolitans,S01009881,Pollokshields East - 01,1a,Cosmopolitan student neighbourhoods,S02001864,Pollokshields East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216477 +216477,S00114453,2c3,Professional Service Cosmopolitans,S01009884,Pollokshields East - 04,1a,Cosmopolitan student neighbourhoods,S02001864,Pollokshields East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216478 +216478,S00114454,2c3,Professional Service Cosmopolitans,S01009883,Pollokshields East - 03,7b,Young ethnic communities,S02001864,Pollokshields East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216479 +216479,S00114459,2c3,Professional Service Cosmopolitans,S01009885,Pollokshields East - 05,7b,Young ethnic communities,S02001864,Pollokshields East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216480 +216480,S00114460,2c3,Professional Service Cosmopolitans,S01009908,Strathbungo - 04,1a,Cosmopolitan student neighbourhoods,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216481 +216481,S00114462,2c3,Professional Service Cosmopolitans,S01009927,Langside - 01,4d,Hard-pressed flat dwellers,S02001872,Langside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216482 +216482,S00114465,2c3,Professional Service Cosmopolitans,S01009932,Langside - 06,1a,Cosmopolitan student neighbourhoods,S02001872,Langside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216483 +216483,S00112741,2c3,Professional Service Cosmopolitans,S01010469,Anniesland East - 05,1a,Cosmopolitan student neighbourhoods,S02001970,Anniesland East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216484 +216484,S00112615,2c3,Professional Service Cosmopolitans,S01010402,Partickhill and Hyndland - 06,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216485 +216485,S00115104,2c3,Professional Service Cosmopolitans,S01009991,Castlemilk - 06,4d,Hard-pressed flat dwellers,S02001883,Castlemilk,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216486 +216486,S00116531,2c3,Professional Service Cosmopolitans,S01009997,Kingspark South - 05,4d,Hard-pressed flat dwellers,S02001884,Kingspark South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216487 +216487,S00114761,2c3,Professional Service Cosmopolitans,S01009900,Battlefield - 02,1a,Cosmopolitan student neighbourhoods,S02001867,Battlefield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216488 +216488,S00114466,2c3,Professional Service Cosmopolitans,S01009932,Langside - 06,1a,Cosmopolitan student neighbourhoods,S02001872,Langside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216489 +216489,S00114467,2c3,Professional Service Cosmopolitans,S01009932,Langside - 06,1a,Cosmopolitan student neighbourhoods,S02001872,Langside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216490 +216490,S00114468,2c3,Professional Service Cosmopolitans,S01009932,Langside - 06,1a,Cosmopolitan student neighbourhoods,S02001872,Langside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216491 +216491,S00114470,2c3,Professional Service Cosmopolitans,S01009931,Langside - 05,1a,Cosmopolitan student neighbourhoods,S02001872,Langside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216492 +216492,S00114471,2c3,Professional Service Cosmopolitans,S01009931,Langside - 05,1a,Cosmopolitan student neighbourhoods,S02001872,Langside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216493 +216493,S00114472,2c3,Professional Service Cosmopolitans,S01009931,Langside - 05,1a,Cosmopolitan student neighbourhoods,S02001872,Langside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216494 +216494,S00114474,2c3,Professional Service Cosmopolitans,S01009927,Langside - 01,4d,Hard-pressed flat dwellers,S02001872,Langside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216495 +216495,S00114475,2c3,Professional Service Cosmopolitans,S01009931,Langside - 05,1a,Cosmopolitan student neighbourhoods,S02001872,Langside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216496 +216496,S00114476,2c3,Professional Service Cosmopolitans,S01009931,Langside - 05,1a,Cosmopolitan student neighbourhoods,S02001872,Langside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216497 +216497,S00114477,2c3,Professional Service Cosmopolitans,S01009928,Langside - 02,3c,Highly qualified professionals,S02001872,Langside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216498 +216498,S00114479,2c3,Professional Service Cosmopolitans,S01009929,Langside - 03,3c,Highly qualified professionals,S02001872,Langside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216499 +216499,S00114480,2c3,Professional Service Cosmopolitans,S01009928,Langside - 02,3c,Highly qualified professionals,S02001872,Langside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216500 +216500,S00114482,2c3,Professional Service Cosmopolitans,S01009928,Langside - 02,3c,Highly qualified professionals,S02001872,Langside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216501 +216501,S00114483,2c3,Professional Service Cosmopolitans,S01009928,Langside - 02,3c,Highly qualified professionals,S02001872,Langside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216502 +216502,S00114485,2c3,Professional Service Cosmopolitans,S01009931,Langside - 05,1a,Cosmopolitan student neighbourhoods,S02001872,Langside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216503 +216503,S00114486,2c3,Professional Service Cosmopolitans,S01009931,Langside - 05,1a,Cosmopolitan student neighbourhoods,S02001872,Langside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216504 +216504,S00114487,2c3,Professional Service Cosmopolitans,S01009928,Langside - 02,3c,Highly qualified professionals,S02001872,Langside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216505 +216505,S00114492,2c3,Professional Service Cosmopolitans,S01009923,Shawlands East - 01,1a,Cosmopolitan student neighbourhoods,S02001871,Shawlands East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216506 +216506,S00114494,2c3,Professional Service Cosmopolitans,S01009923,Shawlands East - 01,1a,Cosmopolitan student neighbourhoods,S02001871,Shawlands East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216507 +216507,S00114495,2c3,Professional Service Cosmopolitans,S01009924,Shawlands East - 02,1a,Cosmopolitan student neighbourhoods,S02001871,Shawlands East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216508 +216508,S00114496,2c3,Professional Service Cosmopolitans,S01009923,Shawlands East - 01,1a,Cosmopolitan student neighbourhoods,S02001871,Shawlands East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216509 +216509,S00112616,2c3,Professional Service Cosmopolitans,S01010400,Partickhill and Hyndland - 04,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216510 +216510,S00112617,2c3,Professional Service Cosmopolitans,S01010402,Partickhill and Hyndland - 06,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216511 +216511,S00116575,2c3,Professional Service Cosmopolitans,S01010041,Calton and Gallowgate - 05,1a,Cosmopolitan student neighbourhoods,S02001891,Calton and Gallowgate,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216512 +216512,S00112618,2c3,Professional Service Cosmopolitans,S01010402,Partickhill and Hyndland - 06,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216513 +216513,S00112619,2c3,Professional Service Cosmopolitans,S01010399,Partickhill and Hyndland - 03,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216514 +216514,S00116578,2c3,Professional Service Cosmopolitans,S01010041,Calton and Gallowgate - 05,1a,Cosmopolitan student neighbourhoods,S02001891,Calton and Gallowgate,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216515 +216515,S00112620,2c3,Professional Service Cosmopolitans,S01010403,Dowanhill - 01,1a,Cosmopolitan student neighbourhoods,S02001957,Dowanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216516 +216516,S00114762,2c3,Professional Service Cosmopolitans,S01009900,Battlefield - 02,1a,Cosmopolitan student neighbourhoods,S02001867,Battlefield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216517 +216517,S00115127,2c3,Professional Service Cosmopolitans,S01009995,Kingspark South - 03,4d,Hard-pressed flat dwellers,S02001884,Kingspark South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216518 +216518,S00116600,2c3,Professional Service Cosmopolitans,S01010295,Woodlands - 07,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216519 +216519,S00112621,2c3,Professional Service Cosmopolitans,S01010399,Partickhill and Hyndland - 03,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216520 +216520,S00114763,2c3,Professional Service Cosmopolitans,S01009930,Langside - 04,1a,Cosmopolitan student neighbourhoods,S02001872,Langside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216521 +216521,S00115262,2c3,Professional Service Cosmopolitans,S01009864,Ibrox East and Cessnock - 03,1a,Cosmopolitan student neighbourhoods,S02001860,Ibrox East and Cessnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216522 +216522,S00116620,2c3,Professional Service Cosmopolitans,S01010276,Anderston - 01,1a,Cosmopolitan student neighbourhoods,S02001935,Anderston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216523 +216523,S00114764,2c3,Professional Service Cosmopolitans,S01009930,Langside - 04,1a,Cosmopolitan student neighbourhoods,S02001872,Langside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216524 +216524,S00112743,2c3,Professional Service Cosmopolitans,S01010414,Kelvinside and Jordanhill - 07,3c,Highly qualified professionals,S02001958,Kelvinside and Jordanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216525 +216525,S00112622,2c3,Professional Service Cosmopolitans,S01010412,Kelvinside and Jordanhill - 05,1a,Cosmopolitan student neighbourhoods,S02001958,Kelvinside and Jordanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216526 +216526,S00112744,2c3,Professional Service Cosmopolitans,S01010469,Anniesland East - 05,1a,Cosmopolitan student neighbourhoods,S02001970,Anniesland East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216527 +216527,S00114765,2c3,Professional Service Cosmopolitans,S01009900,Battlefield - 02,1a,Cosmopolitan student neighbourhoods,S02001867,Battlefield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216528 +216528,S00115266,2c3,Professional Service Cosmopolitans,S01009873,Kingston West and Dumbreck - 03,3d,Households in terraces and flats,S02001862,Kingston West and Dumbreck,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216529 +216529,S00116621,2c3,Professional Service Cosmopolitans,S01010276,Anderston - 01,1a,Cosmopolitan student neighbourhoods,S02001935,Anderston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216530 +216530,S00112623,2c3,Professional Service Cosmopolitans,S01010412,Kelvinside and Jordanhill - 05,1a,Cosmopolitan student neighbourhoods,S02001958,Kelvinside and Jordanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216531 +216531,S00112755,2c3,Professional Service Cosmopolitans,S01010476,Anniesland West - 07,4d,Hard-pressed flat dwellers,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216532 +216532,S00115269,2c3,Professional Service Cosmopolitans,S01009872,Kingston West and Dumbreck - 02,1a,Cosmopolitan student neighbourhoods,S02001862,Kingston West and Dumbreck,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216533 +216533,S00116634,2c3,Professional Service Cosmopolitans,S01010287,Finnieston and Kelvinhaugh - 06,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216534 +216534,S00114766,2c3,Professional Service Cosmopolitans,S01009900,Battlefield - 02,1a,Cosmopolitan student neighbourhoods,S02001867,Battlefield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216535 +216535,S00112624,2c3,Professional Service Cosmopolitans,S01010403,Dowanhill - 01,1a,Cosmopolitan student neighbourhoods,S02001957,Dowanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216536 +216536,S00112976,2c3,Professional Service Cosmopolitans,S01010421,Victoria Park - 02,3c,Highly qualified professionals,S02001960,Victoria Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216537 +216537,S00115276,2c3,Professional Service Cosmopolitans,S01009872,Kingston West and Dumbreck - 02,1a,Cosmopolitan student neighbourhoods,S02001862,Kingston West and Dumbreck,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216538 +216538,S00112625,2c3,Professional Service Cosmopolitans,S01010399,Partickhill and Hyndland - 03,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216539 +216539,S00116635,2c3,Professional Service Cosmopolitans,S01010287,Finnieston and Kelvinhaugh - 06,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216540 +216540,S00114767,2c3,Professional Service Cosmopolitans,S01009900,Battlefield - 02,1a,Cosmopolitan student neighbourhoods,S02001867,Battlefield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216541 +216541,S00116650,2c3,Professional Service Cosmopolitans,S01010220,Cowlairs and Port Dundas - 02,1a,Cosmopolitan student neighbourhoods,S02001924,Cowlairs and Port Dundas,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216542 +216542,S00112628,2c3,Professional Service Cosmopolitans,S01010399,Partickhill and Hyndland - 03,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216543 +216543,S00112982,2c3,Professional Service Cosmopolitans,S01010391,Glasgow Harbour and Partick South - 04,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216544 +216544,S00115309,2c3,Professional Service Cosmopolitans,S01009865,Ibrox East and Cessnock - 04,1a,Cosmopolitan student neighbourhoods,S02001860,Ibrox East and Cessnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216545 +216545,S00113014,2c3,Professional Service Cosmopolitans,S01010442,Yoker South - 06,4d,Hard-pressed flat dwellers,S02001964,Yoker South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216546 +216546,S00116680,2c3,Professional Service Cosmopolitans,S01010031,Laurieston and Tradeston - 01,1a,Cosmopolitan student neighbourhoods,S02001890,Laurieston and Tradeston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216547 +216547,S00114769,2c3,Professional Service Cosmopolitans,S01010006,Cathcart - 02,1a,Cosmopolitan student neighbourhoods,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216548 +216548,S00112629,2c3,Professional Service Cosmopolitans,S01010399,Partickhill and Hyndland - 03,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216549 +216549,S00115923,2c3,Professional Service Cosmopolitans,S01010384,Hillhead - 04,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216550 +216550,S00113131,2c3,Professional Service Cosmopolitans,S01010308,Firhill - 08,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216551 +216551,S00116700,2c3,Professional Service Cosmopolitans,S01010026,Gorbals and Hutchesontown - 04,1a,Cosmopolitan student neighbourhoods,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216552 +216552,S00114772,2c3,Professional Service Cosmopolitans,S01009901,Battlefield - 03,1a,Cosmopolitan student neighbourhoods,S02001867,Battlefield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216553 +216553,S00114773,2c3,Professional Service Cosmopolitans,S01009900,Battlefield - 02,1a,Cosmopolitan student neighbourhoods,S02001867,Battlefield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216554 +216554,S00114774,2c3,Professional Service Cosmopolitans,S01009901,Battlefield - 03,1a,Cosmopolitan student neighbourhoods,S02001867,Battlefield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216555 +216555,S00114776,2c3,Professional Service Cosmopolitans,S01009901,Battlefield - 03,1a,Cosmopolitan student neighbourhoods,S02001867,Battlefield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216556 +216556,S00114779,2c3,Professional Service Cosmopolitans,S01009901,Battlefield - 03,1a,Cosmopolitan student neighbourhoods,S02001867,Battlefield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216557 +216557,S00114780,2c3,Professional Service Cosmopolitans,S01009904,Battlefield - 06,1a,Cosmopolitan student neighbourhoods,S02001867,Battlefield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216558 +216558,S00114781,2c3,Professional Service Cosmopolitans,S01009904,Battlefield - 06,1a,Cosmopolitan student neighbourhoods,S02001867,Battlefield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216559 +216559,S00114782,2c3,Professional Service Cosmopolitans,S01009904,Battlefield - 06,1a,Cosmopolitan student neighbourhoods,S02001867,Battlefield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216560 +216560,S00114783,2c3,Professional Service Cosmopolitans,S01010015,Mount Florida - 05,1a,Cosmopolitan student neighbourhoods,S02001887,Mount Florida,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216561 +216561,S00114786,2c3,Professional Service Cosmopolitans,S01010011,Mount Florida - 01,1a,Cosmopolitan student neighbourhoods,S02001887,Mount Florida,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216562 +216562,S00114787,2c3,Professional Service Cosmopolitans,S01010011,Mount Florida - 01,1a,Cosmopolitan student neighbourhoods,S02001887,Mount Florida,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216563 +216563,S00114788,2c3,Professional Service Cosmopolitans,S01010011,Mount Florida - 01,1a,Cosmopolitan student neighbourhoods,S02001887,Mount Florida,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216564 +216564,S00114789,2c3,Professional Service Cosmopolitans,S01010011,Mount Florida - 01,1a,Cosmopolitan student neighbourhoods,S02001887,Mount Florida,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216565 +216565,S00114790,2c3,Professional Service Cosmopolitans,S01010011,Mount Florida - 01,1a,Cosmopolitan student neighbourhoods,S02001887,Mount Florida,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216566 +216566,S00114792,2c3,Professional Service Cosmopolitans,S01010015,Mount Florida - 05,1a,Cosmopolitan student neighbourhoods,S02001887,Mount Florida,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216567 +216567,S00114793,2c3,Professional Service Cosmopolitans,S01010015,Mount Florida - 05,1a,Cosmopolitan student neighbourhoods,S02001887,Mount Florida,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216568 +216568,S00114794,2c3,Professional Service Cosmopolitans,S01010015,Mount Florida - 05,1a,Cosmopolitan student neighbourhoods,S02001887,Mount Florida,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216569 +216569,S00114795,2c3,Professional Service Cosmopolitans,S01010014,Mount Florida - 04,1a,Cosmopolitan student neighbourhoods,S02001887,Mount Florida,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216570 +216570,S00114796,2c3,Professional Service Cosmopolitans,S01010014,Mount Florida - 04,1a,Cosmopolitan student neighbourhoods,S02001887,Mount Florida,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216571 +216571,S00114802,2c3,Professional Service Cosmopolitans,S01010013,Mount Florida - 03,4d,Hard-pressed flat dwellers,S02001887,Mount Florida,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216572 +216572,S00114803,2c3,Professional Service Cosmopolitans,S01010013,Mount Florida - 03,4d,Hard-pressed flat dwellers,S02001887,Mount Florida,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216573 +216573,S00114805,2c3,Professional Service Cosmopolitans,S01010013,Mount Florida - 03,4d,Hard-pressed flat dwellers,S02001887,Mount Florida,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216574 +216574,S00114806,2c3,Professional Service Cosmopolitans,S01010013,Mount Florida - 03,4d,Hard-pressed flat dwellers,S02001887,Mount Florida,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216575 +216575,S00114883,2c3,Professional Service Cosmopolitans,S01009932,Langside - 06,1a,Cosmopolitan student neighbourhoods,S02001872,Langside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216576 +216576,S00114884,2c3,Professional Service Cosmopolitans,S01009922,Shawlands West - 04,1a,Cosmopolitan student neighbourhoods,S02001870,Shawlands West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216577 +216577,S00114885,2c3,Professional Service Cosmopolitans,S01009933,Pollokshaws - 01,6a,Inner city cosmopolitan,S02001873,Pollokshaws,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216578 +216578,S00114964,2c3,Professional Service Cosmopolitans,S01009962,Muirend and Old Cathcart - 04,4d,Hard-pressed flat dwellers,S02001878,Muirend and Old Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216579 +216579,S00114980,2c3,Professional Service Cosmopolitans,S01009964,Muirend and Old Cathcart - 06,3a,Achieving neighbourhoods,S02001878,Muirend and Old Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216580 +216580,S00114985,2c3,Professional Service Cosmopolitans,S01009955,Merrylee and Millbrae - 01,3c,Highly qualified professionals,S02001877,Merrylee and Millbrae,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216581 +216581,S00114988,2c3,Professional Service Cosmopolitans,S01010009,Cathcart - 05,1a,Cosmopolitan student neighbourhoods,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216582 +216582,S00114990,2c3,Professional Service Cosmopolitans,S01010009,Cathcart - 05,1a,Cosmopolitan student neighbourhoods,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216583 +216583,S00114992,2c3,Professional Service Cosmopolitans,S01010009,Cathcart - 05,1a,Cosmopolitan student neighbourhoods,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216584 +216584,S00114995,2c3,Professional Service Cosmopolitans,S01010005,Cathcart - 01,1a,Cosmopolitan student neighbourhoods,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216585 +216585,S00114997,2c3,Professional Service Cosmopolitans,S01010006,Cathcart - 02,1a,Cosmopolitan student neighbourhoods,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216586 +216586,S00114998,2c3,Professional Service Cosmopolitans,S01010006,Cathcart - 02,1a,Cosmopolitan student neighbourhoods,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216587 +216587,S00115002,2c3,Professional Service Cosmopolitans,S01010006,Cathcart - 02,1a,Cosmopolitan student neighbourhoods,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216588 +216588,S00115003,2c3,Professional Service Cosmopolitans,S01010006,Cathcart - 02,1a,Cosmopolitan student neighbourhoods,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216589 +216589,S00115004,2c3,Professional Service Cosmopolitans,S01010006,Cathcart - 02,1a,Cosmopolitan student neighbourhoods,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216590 +216590,S00115010,2c3,Professional Service Cosmopolitans,S01010008,Cathcart - 04,1a,Cosmopolitan student neighbourhoods,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216591 +216591,S00115011,2c3,Professional Service Cosmopolitans,S01010008,Cathcart - 04,1a,Cosmopolitan student neighbourhoods,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216592 +216592,S00115013,2c3,Professional Service Cosmopolitans,S01010007,Cathcart - 03,3d,Households in terraces and flats,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216593 +216593,S00115925,2c3,Professional Service Cosmopolitans,S01010289,Woodlands - 01,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216594 +216594,S00112630,2c3,Professional Service Cosmopolitans,S01010399,Partickhill and Hyndland - 03,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216595 +216595,S00113133,2c3,Professional Service Cosmopolitans,S01010308,Firhill - 08,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216596 +216596,S00116718,2c3,Professional Service Cosmopolitans,S01010396,Partick - 04,1a,Cosmopolitan student neighbourhoods,S02001955,Partick,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216597 +216597,S00115927,2c3,Professional Service Cosmopolitans,S01010289,Woodlands - 01,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216598 +216598,S00116720,2c3,Professional Service Cosmopolitans,S01010400,Partickhill and Hyndland - 04,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216599 +216599,S00112631,2c3,Professional Service Cosmopolitans,S01010399,Partickhill and Hyndland - 03,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216600 +216600,S00115930,2c3,Professional Service Cosmopolitans,S01010424,Whiteinch - 02,4d,Hard-pressed flat dwellers,S02001961,Whiteinch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216601 +216601,S00116724,2c3,Professional Service Cosmopolitans,S01010380,Kelvingrove and University - 07,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216602 +216602,S00112632,2c3,Professional Service Cosmopolitans,S01010399,Partickhill and Hyndland - 03,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216603 +216603,S00115973,2c3,Professional Service Cosmopolitans,S01010372,North Kelvin - 04,1a,Cosmopolitan student neighbourhoods,S02001951,North Kelvin,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216604 +216604,S00116036,2c3,Professional Service Cosmopolitans,S01010235,Dennistoun North - 02,1a,Cosmopolitan student neighbourhoods,S02001927,Dennistoun North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216605 +216605,S00116041,2c3,Professional Service Cosmopolitans,S01010249,Dennistoun - 02,1a,Cosmopolitan student neighbourhoods,S02001930,Dennistoun,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216606 +216606,S00116051,2c3,Professional Service Cosmopolitans,S01010241,Alexandra Parade - 03,1a,Cosmopolitan student neighbourhoods,S02001928,Alexandra Parade,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216607 +216607,S00116164,2c3,Professional Service Cosmopolitans,S01009904,Battlefield - 06,1a,Cosmopolitan student neighbourhoods,S02001867,Battlefield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216608 +216608,S00116165,2c3,Professional Service Cosmopolitans,S01009909,Strathbungo - 05,1a,Cosmopolitan student neighbourhoods,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216609 +216609,S00116168,2c3,Professional Service Cosmopolitans,S01009925,Shawlands East - 03,1a,Cosmopolitan student neighbourhoods,S02001871,Shawlands East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216610 +216610,S00116169,2c3,Professional Service Cosmopolitans,S01009922,Shawlands West - 04,1a,Cosmopolitan student neighbourhoods,S02001870,Shawlands West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216611 +216611,S00116200,2c3,Professional Service Cosmopolitans,S01010030,Gorbals and Hutchesontown - 08,1a,Cosmopolitan student neighbourhoods,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216612 +216612,S00116204,2c3,Professional Service Cosmopolitans,S01009901,Battlefield - 03,1a,Cosmopolitan student neighbourhoods,S02001867,Battlefield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216613 +216613,S00116206,2c3,Professional Service Cosmopolitans,S01010015,Mount Florida - 05,1a,Cosmopolitan student neighbourhoods,S02001887,Mount Florida,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216614 +216614,S00116207,2c3,Professional Service Cosmopolitans,S01010014,Mount Florida - 04,1a,Cosmopolitan student neighbourhoods,S02001887,Mount Florida,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216615 +216615,S00116213,2c3,Professional Service Cosmopolitans,S01010399,Partickhill and Hyndland - 03,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216616 +216616,S00116215,2c3,Professional Service Cosmopolitans,S01010400,Partickhill and Hyndland - 04,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216617 +216617,S00116253,2c3,Professional Service Cosmopolitans,S01009867,Kinning Park and Festival Park - 02,1a,Cosmopolitan student neighbourhoods,S02001861,Kinning Park and Festival Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216618 +216618,S00116281,2c3,Professional Service Cosmopolitans,S01010395,Partick - 03,1a,Cosmopolitan student neighbourhoods,S02001955,Partick,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216619 +216619,S00113137,2c3,Professional Service Cosmopolitans,S01010308,Firhill - 08,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216620 +216620,S00116284,2c3,Professional Service Cosmopolitans,S01010390,Glasgow Harbour and Partick South - 03,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216621 +216621,S00116299,2c3,Professional Service Cosmopolitans,S01010260,City Centre East - 02,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216622 +216622,S00116316,2c3,Professional Service Cosmopolitans,S01009804,Pollok North and East - 06,3c,Highly qualified professionals,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216623 +216623,S00116355,2c3,Professional Service Cosmopolitans,S01010405,Dowanhill - 03,1a,Cosmopolitan student neighbourhoods,S02001957,Dowanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216624 +216624,S00116356,2c3,Professional Service Cosmopolitans,S01010412,Kelvinside and Jordanhill - 05,1a,Cosmopolitan student neighbourhoods,S02001958,Kelvinside and Jordanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216625 +216625,S00116357,2c3,Professional Service Cosmopolitans,S01010402,Partickhill and Hyndland - 06,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216626 +216626,S00116361,2c3,Professional Service Cosmopolitans,S01010467,Anniesland East - 03,3c,Highly qualified professionals,S02001970,Anniesland East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216627 +216627,S00116366,2c3,Professional Service Cosmopolitans,S01010475,Anniesland West - 06,3c,Highly qualified professionals,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216628 +216628,S00116367,2c3,Professional Service Cosmopolitans,S01010475,Anniesland West - 06,3c,Highly qualified professionals,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216629 +216629,S00116368,2c3,Professional Service Cosmopolitans,S01010472,Anniesland West - 03,1a,Cosmopolitan student neighbourhoods,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216630 +216630,S00116369,2c3,Professional Service Cosmopolitans,S01010472,Anniesland West - 03,1a,Cosmopolitan student neighbourhoods,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216631 +216631,S00116371,2c3,Professional Service Cosmopolitans,S01010472,Anniesland West - 03,1a,Cosmopolitan student neighbourhoods,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216632 +216632,S00116374,2c3,Professional Service Cosmopolitans,S01010460,Knightswood Park East - 01,3b,Asian traits,S02001969,Knightswood Park East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216633 +216633,S00116376,2c3,Professional Service Cosmopolitans,S01010460,Knightswood Park East - 01,3b,Asian traits,S02001969,Knightswood Park East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216634 +216634,S00116407,2c3,Professional Service Cosmopolitans,S01010393,Partick - 01,1a,Cosmopolitan student neighbourhoods,S02001955,Partick,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216635 +216635,S00116408,2c3,Professional Service Cosmopolitans,S01010393,Partick - 01,1a,Cosmopolitan student neighbourhoods,S02001955,Partick,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216636 +216636,S00116409,2c3,Professional Service Cosmopolitans,S01010398,Partickhill and Hyndland - 02,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216637 +216637,S00116410,2c3,Professional Service Cosmopolitans,S01010398,Partickhill and Hyndland - 02,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216638 +216638,S00116482,2c3,Professional Service Cosmopolitans,S01010250,Dennistoun - 03,1a,Cosmopolitan student neighbourhoods,S02001930,Dennistoun,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216639 +216639,S00116483,2c3,Professional Service Cosmopolitans,S01010234,Dennistoun North - 01,1a,Cosmopolitan student neighbourhoods,S02001927,Dennistoun North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216640 +216640,S00116514,2c3,Professional Service Cosmopolitans,S01009923,Shawlands East - 01,1a,Cosmopolitan student neighbourhoods,S02001871,Shawlands East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216641 +216641,S00116519,2c3,Professional Service Cosmopolitans,S01009905,Strathbungo - 01,1a,Cosmopolitan student neighbourhoods,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216642 +216642,S00116742,2c3,Professional Service Cosmopolitans,S01010415,Broomhill - 01,4d,Hard-pressed flat dwellers,S02001959,Broomhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216643 +216643,S00116752,2c3,Professional Service Cosmopolitans,S01010419,Broomhill - 05,3c,Highly qualified professionals,S02001959,Broomhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216644 +216644,S00112633,2c3,Professional Service Cosmopolitans,S01010402,Partickhill and Hyndland - 06,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216645 +216645,S00116753,2c3,Professional Service Cosmopolitans,S01010419,Broomhill - 05,3c,Highly qualified professionals,S02001959,Broomhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216646 +216646,S00116761,2c3,Professional Service Cosmopolitans,S01010405,Dowanhill - 03,1a,Cosmopolitan student neighbourhoods,S02001957,Dowanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216647 +216647,S00112634,2c3,Professional Service Cosmopolitans,S01010398,Partickhill and Hyndland - 02,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216648 +216648,S00116763,2c3,Professional Service Cosmopolitans,S01010401,Partickhill and Hyndland - 05,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216649 +216649,S00112639,2c3,Professional Service Cosmopolitans,S01010467,Anniesland East - 03,3c,Highly qualified professionals,S02001970,Anniesland East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216650 +216650,S00116764,2c3,Professional Service Cosmopolitans,S01010399,Partickhill and Hyndland - 03,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216651 +216651,S00112640,2c3,Professional Service Cosmopolitans,S01010468,Anniesland East - 04,3b,Asian traits,S02001970,Anniesland East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216652 +216652,S00116766,2c3,Professional Service Cosmopolitans,S01010398,Partickhill and Hyndland - 02,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216653 +216653,S00112641,2c3,Professional Service Cosmopolitans,S01010467,Anniesland East - 03,3c,Highly qualified professionals,S02001970,Anniesland East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216654 +216654,S00112643,2c3,Professional Service Cosmopolitans,S01010468,Anniesland East - 04,3b,Asian traits,S02001970,Anniesland East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216655 +216655,S00112644,2c3,Professional Service Cosmopolitans,S01010363,Kelvindale - 01,3c,Highly qualified professionals,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216656 +216656,S00112646,2c3,Professional Service Cosmopolitans,S01010363,Kelvindale - 01,3c,Highly qualified professionals,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216657 +216657,S00112647,2c3,Professional Service Cosmopolitans,S01010363,Kelvindale - 01,3c,Highly qualified professionals,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216658 +216658,S00112648,2c3,Professional Service Cosmopolitans,S01010363,Kelvindale - 01,3c,Highly qualified professionals,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216659 +216659,S00112660,2c3,Professional Service Cosmopolitans,S01010366,Kelvindale - 04,3c,Highly qualified professionals,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216660 +216660,S00112662,2c3,Professional Service Cosmopolitans,S01010366,Kelvindale - 04,3c,Highly qualified professionals,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216661 +216661,S00112665,2c3,Professional Service Cosmopolitans,S01010367,Kelvindale - 05,1a,Cosmopolitan student neighbourhoods,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216662 +216662,S00112667,2c3,Professional Service Cosmopolitans,S01010367,Kelvindale - 05,1a,Cosmopolitan student neighbourhoods,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216663 +216663,S00112670,2c3,Professional Service Cosmopolitans,S01010368,Kelvindale - 06,3c,Highly qualified professionals,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216664 +216664,S00112673,2c3,Professional Service Cosmopolitans,S01010322,Ruchill - 08,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216665 +216665,S00112675,2c3,Professional Service Cosmopolitans,S01010370,North Kelvin - 02,1a,Cosmopolitan student neighbourhoods,S02001951,North Kelvin,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216666 +216666,S00112676,2c3,Professional Service Cosmopolitans,S01010405,Dowanhill - 03,1a,Cosmopolitan student neighbourhoods,S02001957,Dowanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216667 +216667,S00112677,2c3,Professional Service Cosmopolitans,S01010405,Dowanhill - 03,1a,Cosmopolitan student neighbourhoods,S02001957,Dowanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216668 +216668,S00112680,2c3,Professional Service Cosmopolitans,S01010368,Kelvindale - 06,3c,Highly qualified professionals,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216669 +216669,S00112681,2c3,Professional Service Cosmopolitans,S01010403,Dowanhill - 01,1a,Cosmopolitan student neighbourhoods,S02001957,Dowanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216670 +216670,S00112685,2c3,Professional Service Cosmopolitans,S01010365,Kelvindale - 03,3c,Highly qualified professionals,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216671 +216671,S00112686,2c3,Professional Service Cosmopolitans,S01010365,Kelvindale - 03,3c,Highly qualified professionals,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216672 +216672,S00112687,2c3,Professional Service Cosmopolitans,S01010412,Kelvinside and Jordanhill - 05,1a,Cosmopolitan student neighbourhoods,S02001958,Kelvinside and Jordanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216673 +216673,S00112688,2c3,Professional Service Cosmopolitans,S01010412,Kelvinside and Jordanhill - 05,1a,Cosmopolitan student neighbourhoods,S02001958,Kelvinside and Jordanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216674 +216674,S00112693,2c3,Professional Service Cosmopolitans,S01010467,Anniesland East - 03,3c,Highly qualified professionals,S02001970,Anniesland East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216675 +216675,S00112694,2c3,Professional Service Cosmopolitans,S01010467,Anniesland East - 03,3c,Highly qualified professionals,S02001970,Anniesland East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216676 +216676,S00112695,2c3,Professional Service Cosmopolitans,S01010467,Anniesland East - 03,3c,Highly qualified professionals,S02001970,Anniesland East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216677 +216677,S00112733,2c3,Professional Service Cosmopolitans,S01010473,Anniesland West - 04,3d,Households in terraces and flats,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216678 +216678,S00112735,2c3,Professional Service Cosmopolitans,S01010473,Anniesland West - 04,3d,Households in terraces and flats,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216679 +216679,S00112737,2c3,Professional Service Cosmopolitans,S01010473,Anniesland West - 04,3d,Households in terraces and flats,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216680 +216680,S00112738,2c3,Professional Service Cosmopolitans,S01010469,Anniesland East - 05,1a,Cosmopolitan student neighbourhoods,S02001970,Anniesland East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216681 +216681,S00112739,2c3,Professional Service Cosmopolitans,S01010469,Anniesland East - 05,1a,Cosmopolitan student neighbourhoods,S02001970,Anniesland East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216682 +216682,S00113157,2c3,Professional Service Cosmopolitans,S01010307,Firhill - 07,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216683 +216683,S00116768,2c3,Professional Service Cosmopolitans,S01010468,Anniesland East - 04,3b,Asian traits,S02001970,Anniesland East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216684 +216684,S00116769,2c3,Professional Service Cosmopolitans,S01010468,Anniesland East - 04,3b,Asian traits,S02001970,Anniesland East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216685 +216685,S00116774,2c3,Professional Service Cosmopolitans,S01010468,Anniesland East - 04,3b,Asian traits,S02001970,Anniesland East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216686 +216686,S00116775,2c3,Professional Service Cosmopolitans,S01010468,Anniesland East - 04,3b,Asian traits,S02001970,Anniesland East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216687 +216687,S00116779,2c3,Professional Service Cosmopolitans,S01010367,Kelvindale - 05,1a,Cosmopolitan student neighbourhoods,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216688 +216688,S00116780,2c3,Professional Service Cosmopolitans,S01010403,Dowanhill - 01,1a,Cosmopolitan student neighbourhoods,S02001957,Dowanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216689 +216689,S00116781,2c3,Professional Service Cosmopolitans,S01010412,Kelvinside and Jordanhill - 05,1a,Cosmopolitan student neighbourhoods,S02001958,Kelvinside and Jordanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216690 +216690,S00116782,2c3,Professional Service Cosmopolitans,S01010412,Kelvinside and Jordanhill - 05,1a,Cosmopolitan student neighbourhoods,S02001958,Kelvinside and Jordanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216691 +216691,S00116783,2c3,Professional Service Cosmopolitans,S01010399,Partickhill and Hyndland - 03,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216692 +216692,S00116786,2c3,Professional Service Cosmopolitans,S01010365,Kelvindale - 03,3c,Highly qualified professionals,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216693 +216693,S00116801,2c3,Professional Service Cosmopolitans,S01010475,Anniesland West - 06,3c,Highly qualified professionals,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216694 +216694,S00116802,2c3,Professional Service Cosmopolitans,S01010466,Anniesland East - 02,3c,Highly qualified professionals,S02001970,Anniesland East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216695 +216695,S00116804,2c3,Professional Service Cosmopolitans,S01010466,Anniesland East - 02,3c,Highly qualified professionals,S02001970,Anniesland East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216696 +216696,S00116893,2c3,Professional Service Cosmopolitans,S01010441,Yoker South - 05,4d,Hard-pressed flat dwellers,S02001964,Yoker South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216697 +216697,S00116896,2c3,Professional Service Cosmopolitans,S01010441,Yoker South - 05,4d,Hard-pressed flat dwellers,S02001964,Yoker South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216698 +216698,S00116932,2c3,Professional Service Cosmopolitans,S01010372,North Kelvin - 04,1a,Cosmopolitan student neighbourhoods,S02001951,North Kelvin,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216699 +216699,S00116933,2c3,Professional Service Cosmopolitans,S01010372,North Kelvin - 04,1a,Cosmopolitan student neighbourhoods,S02001951,North Kelvin,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216700 +216700,S00116935,2c3,Professional Service Cosmopolitans,S01010317,Ruchill - 03,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216701 +216701,S00117048,2c3,Professional Service Cosmopolitans,S01010208,Petershill - 06,4d,Hard-pressed flat dwellers,S02001921,Petershill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216702 +216702,S00117101,2c3,Professional Service Cosmopolitans,S01010236,Dennistoun North - 03,1a,Cosmopolitan student neighbourhoods,S02001927,Dennistoun North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216703 +216703,S00117106,2c3,Professional Service Cosmopolitans,S01010249,Dennistoun - 02,1a,Cosmopolitan student neighbourhoods,S02001930,Dennistoun,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216704 +216704,S00117108,2c3,Professional Service Cosmopolitans,S01010248,Dennistoun - 01,1a,Cosmopolitan student neighbourhoods,S02001930,Dennistoun,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216705 +216705,S00117109,2c3,Professional Service Cosmopolitans,S01010248,Dennistoun - 01,1a,Cosmopolitan student neighbourhoods,S02001930,Dennistoun,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216706 +216706,S00117111,2c3,Professional Service Cosmopolitans,S01010248,Dennistoun - 01,1a,Cosmopolitan student neighbourhoods,S02001930,Dennistoun,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216707 +216707,S00117173,2c3,Professional Service Cosmopolitans,S01010082,Mount Vernon North and Sandyhills - 05,8c,Comfortable suburbia,S02001899,Mount Vernon North and Sandyhills,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216708 +216708,S00117261,2c3,Professional Service Cosmopolitans,S01009882,Pollokshields East - 02,1a,Cosmopolitan student neighbourhoods,S02001864,Pollokshields East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216709 +216709,S00117262,2c3,Professional Service Cosmopolitans,S01009882,Pollokshields East - 02,1a,Cosmopolitan student neighbourhoods,S02001864,Pollokshields East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216710 +216710,S00117271,2c3,Professional Service Cosmopolitans,S01009886,Pollokshields East - 06,7b,Young ethnic communities,S02001864,Pollokshields East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216711 +216711,S00113158,2c3,Professional Service Cosmopolitans,S01010307,Firhill - 07,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216712 +216712,S00114497,2c3,Professional Service Cosmopolitans,S01009924,Shawlands East - 02,1a,Cosmopolitan student neighbourhoods,S02001871,Shawlands East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216713 +216713,S00113159,2c3,Professional Service Cosmopolitans,S01010307,Firhill - 07,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216714 +216714,S00113161,2c3,Professional Service Cosmopolitans,S01010371,North Kelvin - 03,1a,Cosmopolitan student neighbourhoods,S02001951,North Kelvin,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216715 +216715,S00113162,2c3,Professional Service Cosmopolitans,S01010373,North Kelvin - 05,1a,Cosmopolitan student neighbourhoods,S02001951,North Kelvin,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216716 +216716,S00113163,2c3,Professional Service Cosmopolitans,S01010372,North Kelvin - 04,1a,Cosmopolitan student neighbourhoods,S02001951,North Kelvin,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216717 +216717,S00114498,2c3,Professional Service Cosmopolitans,S01009931,Langside - 05,1a,Cosmopolitan student neighbourhoods,S02001872,Langside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216718 +216718,S00113164,2c3,Professional Service Cosmopolitans,S01010369,North Kelvin - 01,1a,Cosmopolitan student neighbourhoods,S02001951,North Kelvin,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216719 +216719,S00114500,2c3,Professional Service Cosmopolitans,S01009926,Shawlands East - 04,1a,Cosmopolitan student neighbourhoods,S02001871,Shawlands East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216720 +216720,S00113165,2c3,Professional Service Cosmopolitans,S01010373,North Kelvin - 05,1a,Cosmopolitan student neighbourhoods,S02001951,North Kelvin,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216721 +216721,S00113166,2c3,Professional Service Cosmopolitans,S01010307,Firhill - 07,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216722 +216722,S00113167,2c3,Professional Service Cosmopolitans,S01010369,North Kelvin - 01,1a,Cosmopolitan student neighbourhoods,S02001951,North Kelvin,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216723 +216723,S00113171,2c3,Professional Service Cosmopolitans,S01010373,North Kelvin - 05,1a,Cosmopolitan student neighbourhoods,S02001951,North Kelvin,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216724 +216724,S00113172,2c3,Professional Service Cosmopolitans,S01010369,North Kelvin - 01,1a,Cosmopolitan student neighbourhoods,S02001951,North Kelvin,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216725 +216725,S00113206,2c3,Professional Service Cosmopolitans,S01010370,North Kelvin - 02,1a,Cosmopolitan student neighbourhoods,S02001951,North Kelvin,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216726 +216726,S00113207,2c3,Professional Service Cosmopolitans,S01010370,North Kelvin - 02,1a,Cosmopolitan student neighbourhoods,S02001951,North Kelvin,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216727 +216727,S00113208,2c3,Professional Service Cosmopolitans,S01010370,North Kelvin - 02,1a,Cosmopolitan student neighbourhoods,S02001951,North Kelvin,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216728 +216728,S00113213,2c3,Professional Service Cosmopolitans,S01010317,Ruchill - 03,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216729 +216729,S00113214,2c3,Professional Service Cosmopolitans,S01010322,Ruchill - 08,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216730 +216730,S00113215,2c3,Professional Service Cosmopolitans,S01010370,North Kelvin - 02,1a,Cosmopolitan student neighbourhoods,S02001951,North Kelvin,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216731 +216731,S00113230,2c3,Professional Service Cosmopolitans,S01010322,Ruchill - 08,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216732 +216732,S00113231,2c3,Professional Service Cosmopolitans,S01010322,Ruchill - 08,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216733 +216733,S00113257,2c3,Professional Service Cosmopolitans,S01010319,Ruchill - 05,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216734 +216734,S00113702,2c3,Professional Service Cosmopolitans,S01010249,Dennistoun - 02,1a,Cosmopolitan student neighbourhoods,S02001930,Dennistoun,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216735 +216735,S00113705,2c3,Professional Service Cosmopolitans,S01010248,Dennistoun - 01,1a,Cosmopolitan student neighbourhoods,S02001930,Dennistoun,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216736 +216736,S00113706,2c3,Professional Service Cosmopolitans,S01010248,Dennistoun - 01,1a,Cosmopolitan student neighbourhoods,S02001930,Dennistoun,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216737 +216737,S00113707,2c3,Professional Service Cosmopolitans,S01010238,Dennistoun North - 05,1a,Cosmopolitan student neighbourhoods,S02001927,Dennistoun North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216738 +216738,S00113709,2c3,Professional Service Cosmopolitans,S01010248,Dennistoun - 01,1a,Cosmopolitan student neighbourhoods,S02001930,Dennistoun,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216739 +216739,S00113710,2c3,Professional Service Cosmopolitans,S01010248,Dennistoun - 01,1a,Cosmopolitan student neighbourhoods,S02001930,Dennistoun,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216740 +216740,S00113711,2c3,Professional Service Cosmopolitans,S01010237,Dennistoun North - 04,1a,Cosmopolitan student neighbourhoods,S02001927,Dennistoun North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216741 +216741,S00113712,2c3,Professional Service Cosmopolitans,S01010237,Dennistoun North - 04,1a,Cosmopolitan student neighbourhoods,S02001927,Dennistoun North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216742 +216742,S00113721,2c3,Professional Service Cosmopolitans,S01010238,Dennistoun North - 05,1a,Cosmopolitan student neighbourhoods,S02001927,Dennistoun North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216743 +216743,S00113743,2c3,Professional Service Cosmopolitans,S01010241,Alexandra Parade - 03,1a,Cosmopolitan student neighbourhoods,S02001928,Alexandra Parade,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216744 +216744,S00113744,2c3,Professional Service Cosmopolitans,S01010241,Alexandra Parade - 03,1a,Cosmopolitan student neighbourhoods,S02001928,Alexandra Parade,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216745 +216745,S00113750,2c3,Professional Service Cosmopolitans,S01010240,Alexandra Parade - 02,1a,Cosmopolitan student neighbourhoods,S02001928,Alexandra Parade,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216746 +216746,S00113751,2c3,Professional Service Cosmopolitans,S01010238,Dennistoun North - 05,1a,Cosmopolitan student neighbourhoods,S02001927,Dennistoun North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216747 +216747,S00113757,2c3,Professional Service Cosmopolitans,S01010239,Alexandra Parade - 01,4d,Hard-pressed flat dwellers,S02001928,Alexandra Parade,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216748 +216748,S00113766,2c3,Professional Service Cosmopolitans,S01010234,Dennistoun North - 01,1a,Cosmopolitan student neighbourhoods,S02001927,Dennistoun North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216749 +216749,S00113947,2c3,Professional Service Cosmopolitans,S01010059,Parkhead East and Braidfauld North - 04,1a,Cosmopolitan student neighbourhoods,S02001895,Parkhead East and Braidfauld North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216750 +216750,S00114348,2c3,Professional Service Cosmopolitans,S01010044,Bridgeton - 03,1a,Cosmopolitan student neighbourhoods,S02001892,Bridgeton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216751 +216751,S00114350,2c3,Professional Service Cosmopolitans,S01010044,Bridgeton - 03,1a,Cosmopolitan student neighbourhoods,S02001892,Bridgeton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216752 +216752,S00114398,2c3,Professional Service Cosmopolitans,S01009882,Pollokshields East - 02,1a,Cosmopolitan student neighbourhoods,S02001864,Pollokshields East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216753 +216753,S00114502,2c3,Professional Service Cosmopolitans,S01009926,Shawlands East - 04,1a,Cosmopolitan student neighbourhoods,S02001871,Shawlands East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216754 +216754,S00114505,2c3,Professional Service Cosmopolitans,S01009926,Shawlands East - 04,1a,Cosmopolitan student neighbourhoods,S02001871,Shawlands East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216755 +216755,S00114506,2c3,Professional Service Cosmopolitans,S01009925,Shawlands East - 03,1a,Cosmopolitan student neighbourhoods,S02001871,Shawlands East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216756 +216756,S00114507,2c3,Professional Service Cosmopolitans,S01009925,Shawlands East - 03,1a,Cosmopolitan student neighbourhoods,S02001871,Shawlands East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216757 +216757,S00114508,2c3,Professional Service Cosmopolitans,S01009925,Shawlands East - 03,1a,Cosmopolitan student neighbourhoods,S02001871,Shawlands East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216758 +216758,S00114509,2c3,Professional Service Cosmopolitans,S01009925,Shawlands East - 03,1a,Cosmopolitan student neighbourhoods,S02001871,Shawlands East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216759 +216759,S00114510,2c3,Professional Service Cosmopolitans,S01009925,Shawlands East - 03,1a,Cosmopolitan student neighbourhoods,S02001871,Shawlands East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216760 +216760,S00114511,2c3,Professional Service Cosmopolitans,S01009924,Shawlands East - 02,1a,Cosmopolitan student neighbourhoods,S02001871,Shawlands East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216761 +216761,S00114516,2c3,Professional Service Cosmopolitans,S01009919,Shawlands West - 01,1a,Cosmopolitan student neighbourhoods,S02001870,Shawlands West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216762 +216762,S00114517,2c3,Professional Service Cosmopolitans,S01009922,Shawlands West - 04,1a,Cosmopolitan student neighbourhoods,S02001870,Shawlands West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216763 +216763,S00114518,2c3,Professional Service Cosmopolitans,S01009922,Shawlands West - 04,1a,Cosmopolitan student neighbourhoods,S02001870,Shawlands West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216764 +216764,S00114519,2c3,Professional Service Cosmopolitans,S01009922,Shawlands West - 04,1a,Cosmopolitan student neighbourhoods,S02001870,Shawlands West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216765 +216765,S00114520,2c3,Professional Service Cosmopolitans,S01009922,Shawlands West - 04,1a,Cosmopolitan student neighbourhoods,S02001870,Shawlands West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216766 +216766,S00114521,2c3,Professional Service Cosmopolitans,S01009922,Shawlands West - 04,1a,Cosmopolitan student neighbourhoods,S02001870,Shawlands West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216767 +216767,S00114523,2c3,Professional Service Cosmopolitans,S01009922,Shawlands West - 04,1a,Cosmopolitan student neighbourhoods,S02001870,Shawlands West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216768 +216768,S00114524,2c3,Professional Service Cosmopolitans,S01009922,Shawlands West - 04,1a,Cosmopolitan student neighbourhoods,S02001870,Shawlands West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216769 +216769,S00114527,2c3,Professional Service Cosmopolitans,S01009919,Shawlands West - 01,1a,Cosmopolitan student neighbourhoods,S02001870,Shawlands West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216770 +216770,S00114532,2c3,Professional Service Cosmopolitans,S01009920,Shawlands West - 02,1a,Cosmopolitan student neighbourhoods,S02001870,Shawlands West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216771 +216771,S00114533,2c3,Professional Service Cosmopolitans,S01009919,Shawlands West - 01,1a,Cosmopolitan student neighbourhoods,S02001870,Shawlands West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216772 +216772,S00114538,2c3,Professional Service Cosmopolitans,S01009917,Maxwell Park - 06,3c,Highly qualified professionals,S02001869,Maxwell Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216773 +216773,S00114539,2c3,Professional Service Cosmopolitans,S01009917,Maxwell Park - 06,3c,Highly qualified professionals,S02001869,Maxwell Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216774 +216774,S00114540,2c3,Professional Service Cosmopolitans,S01009917,Maxwell Park - 06,3c,Highly qualified professionals,S02001869,Maxwell Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216775 +216775,S00114552,2c3,Professional Service Cosmopolitans,S01009913,Maxwell Park - 02,3b,Asian traits,S02001869,Maxwell Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216776 +216776,S00114564,2c3,Professional Service Cosmopolitans,S01009915,Maxwell Park - 04,3c,Highly qualified professionals,S02001869,Maxwell Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216777 +216777,S00114566,2c3,Professional Service Cosmopolitans,S01009912,Maxwell Park - 01,3c,Highly qualified professionals,S02001869,Maxwell Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216778 +216778,S00114567,2c3,Professional Service Cosmopolitans,S01009915,Maxwell Park - 04,3c,Highly qualified professionals,S02001869,Maxwell Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216779 +216779,S00114568,2c3,Professional Service Cosmopolitans,S01009912,Maxwell Park - 01,3c,Highly qualified professionals,S02001869,Maxwell Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216780 +216780,S00114619,2c3,Professional Service Cosmopolitans,S01009877,Pollokshields West - 03,3c,Highly qualified professionals,S02001863,Pollokshields West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216781 +216781,S00114624,2c3,Professional Service Cosmopolitans,S01009885,Pollokshields East - 05,7b,Young ethnic communities,S02001864,Pollokshields East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216782 +216782,S00114630,2c3,Professional Service Cosmopolitans,S01009891,Govanhill West - 05,1a,Cosmopolitan student neighbourhoods,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216783 +216783,S00114682,2c3,Professional Service Cosmopolitans,S01009897,Govanhill East and Aikenhead - 04,7a,Urban cultural mix,S02001866,Govanhill East and Aikenhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216784 +216784,S00114687,2c3,Professional Service Cosmopolitans,S01009903,Battlefield - 05,3c,Highly qualified professionals,S02001867,Battlefield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216785 +216785,S00114691,2c3,Professional Service Cosmopolitans,S01009903,Battlefield - 05,3c,Highly qualified professionals,S02001867,Battlefield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216786 +216786,S00114736,2c3,Professional Service Cosmopolitans,S01009909,Strathbungo - 05,1a,Cosmopolitan student neighbourhoods,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216787 +216787,S00114737,2c3,Professional Service Cosmopolitans,S01009910,Strathbungo - 06,1a,Cosmopolitan student neighbourhoods,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216788 +216788,S00114738,2c3,Professional Service Cosmopolitans,S01009910,Strathbungo - 06,1a,Cosmopolitan student neighbourhoods,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216789 +216789,S00114742,2c3,Professional Service Cosmopolitans,S01009909,Strathbungo - 05,1a,Cosmopolitan student neighbourhoods,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216790 +216790,S00114743,2c3,Professional Service Cosmopolitans,S01009910,Strathbungo - 06,1a,Cosmopolitan student neighbourhoods,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216791 +216791,S00114747,2c3,Professional Service Cosmopolitans,S01009909,Strathbungo - 05,1a,Cosmopolitan student neighbourhoods,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216792 +216792,S00114749,2c3,Professional Service Cosmopolitans,S01009899,Battlefield - 01,1a,Cosmopolitan student neighbourhoods,S02001867,Battlefield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216793 +216793,S00114750,2c3,Professional Service Cosmopolitans,S01009930,Langside - 04,1a,Cosmopolitan student neighbourhoods,S02001872,Langside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216794 +216794,S00114751,2c3,Professional Service Cosmopolitans,S01009930,Langside - 04,1a,Cosmopolitan student neighbourhoods,S02001872,Langside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216795 +216795,S00114753,2c3,Professional Service Cosmopolitans,S01009899,Battlefield - 01,1a,Cosmopolitan student neighbourhoods,S02001867,Battlefield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216796 +216796,S00114754,2c3,Professional Service Cosmopolitans,S01009899,Battlefield - 01,1a,Cosmopolitan student neighbourhoods,S02001867,Battlefield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216797 +216797,S00114756,2c3,Professional Service Cosmopolitans,S01009899,Battlefield - 01,1a,Cosmopolitan student neighbourhoods,S02001867,Battlefield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216798 +216798,S00114757,2c3,Professional Service Cosmopolitans,S01009899,Battlefield - 01,1a,Cosmopolitan student neighbourhoods,S02001867,Battlefield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216799 +216799,S00114758,2c3,Professional Service Cosmopolitans,S01009899,Battlefield - 01,1a,Cosmopolitan student neighbourhoods,S02001867,Battlefield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216800 +216800,S00117274,2c3,Professional Service Cosmopolitans,S01009925,Shawlands East - 03,1a,Cosmopolitan student neighbourhoods,S02001871,Shawlands East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216801 +216801,S00113650,5b3,Self-Sufficient Retirement,S01010341,Summerston Central and West - 02,4a,Challenged white communities,S02001945,Summerston Central and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216802 +216802,S00117275,2c3,Professional Service Cosmopolitans,S01009925,Shawlands East - 03,1a,Cosmopolitan student neighbourhoods,S02001871,Shawlands East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216803 +216803,S00117276,2c3,Professional Service Cosmopolitans,S01009924,Shawlands East - 02,1a,Cosmopolitan student neighbourhoods,S02001871,Shawlands East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216804 +216804,S00114016,5b3,Self-Sufficient Retirement,S01010138,Shettleston North - 02,4d,Hard-pressed flat dwellers,S02001910,Shettleston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216805 +216805,S00117278,2c3,Professional Service Cosmopolitans,S01009926,Shawlands East - 04,1a,Cosmopolitan student neighbourhoods,S02001871,Shawlands East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216806 +216806,S00114019,5b3,Self-Sufficient Retirement,S01010131,Greenfield - 01,8b,Ageing suburbanites,S02001909,Greenfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216807 +216807,S00117279,2c3,Professional Service Cosmopolitans,S01009926,Shawlands East - 04,1a,Cosmopolitan student neighbourhoods,S02001871,Shawlands East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216808 +216808,S00114039,5b3,Self-Sufficient Retirement,S01010082,Mount Vernon North and Sandyhills - 05,8c,Comfortable suburbia,S02001899,Mount Vernon North and Sandyhills,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216809 +216809,S00117284,2c3,Professional Service Cosmopolitans,S01009914,Maxwell Park - 03,3b,Asian traits,S02001869,Maxwell Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216810 +216810,S00114040,5b3,Self-Sufficient Retirement,S01010082,Mount Vernon North and Sandyhills - 05,8c,Comfortable suburbia,S02001899,Mount Vernon North and Sandyhills,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216811 +216811,S00117297,2c3,Professional Service Cosmopolitans,S01009930,Langside - 04,1a,Cosmopolitan student neighbourhoods,S02001872,Langside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216812 +216812,S00114086,5b3,Self-Sufficient Retirement,S01010182,Blackhill and Barmulloch East - 04,5c,Comfortable neighbourhoods,S02001917,Blackhill and Barmulloch East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216813 +216813,S00117300,2c3,Professional Service Cosmopolitans,S01009930,Langside - 04,1a,Cosmopolitan student neighbourhoods,S02001872,Langside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216814 +216814,S00114089,5b3,Self-Sufficient Retirement,S01010182,Blackhill and Barmulloch East - 04,5c,Comfortable neighbourhoods,S02001917,Blackhill and Barmulloch East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216815 +216815,S00117302,2c3,Professional Service Cosmopolitans,S01009900,Battlefield - 02,1a,Cosmopolitan student neighbourhoods,S02001867,Battlefield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216816 +216816,S00114146,5b3,Self-Sufficient Retirement,S01010175,Riddrie and Hogganfield - 04,4d,Hard-pressed flat dwellers,S02001916,Riddrie and Hogganfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216817 +216817,S00117303,2c3,Professional Service Cosmopolitans,S01009900,Battlefield - 02,1a,Cosmopolitan student neighbourhoods,S02001867,Battlefield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216818 +216818,S00117304,2c3,Professional Service Cosmopolitans,S01009901,Battlefield - 03,1a,Cosmopolitan student neighbourhoods,S02001867,Battlefield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216819 +216819,S00117305,2c3,Professional Service Cosmopolitans,S01009901,Battlefield - 03,1a,Cosmopolitan student neighbourhoods,S02001867,Battlefield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216820 +216820,S00117306,2c3,Professional Service Cosmopolitans,S01009929,Langside - 03,3c,Highly qualified professionals,S02001872,Langside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216821 +216821,S00117309,2c3,Professional Service Cosmopolitans,S01009929,Langside - 03,3c,Highly qualified professionals,S02001872,Langside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216822 +216822,S00117310,2c3,Professional Service Cosmopolitans,S01010014,Mount Florida - 04,1a,Cosmopolitan student neighbourhoods,S02001887,Mount Florida,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216823 +216823,S00117334,2c3,Professional Service Cosmopolitans,S01009933,Pollokshaws - 01,6a,Inner city cosmopolitan,S02001873,Pollokshaws,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216824 +216824,S00117344,2c3,Professional Service Cosmopolitans,S01009934,Pollokshaws - 02,3d,Households in terraces and flats,S02001873,Pollokshaws,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216825 +216825,S00117345,2c3,Professional Service Cosmopolitans,S01009934,Pollokshaws - 02,3d,Households in terraces and flats,S02001873,Pollokshaws,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216826 +216826,S00117359,2c3,Professional Service Cosmopolitans,S01010008,Cathcart - 04,1a,Cosmopolitan student neighbourhoods,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216827 +216827,S00117360,2c3,Professional Service Cosmopolitans,S01010008,Cathcart - 04,1a,Cosmopolitan student neighbourhoods,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216828 +216828,S00117362,2c3,Professional Service Cosmopolitans,S01010005,Cathcart - 01,1a,Cosmopolitan student neighbourhoods,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216829 +216829,S00117364,2c3,Professional Service Cosmopolitans,S01010007,Cathcart - 03,3d,Households in terraces and flats,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216830 +216830,S00117372,2c3,Professional Service Cosmopolitans,S01010001,Kingspark North - 03,4d,Hard-pressed flat dwellers,S02001885,Kingspark North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216831 +216831,S00117378,2c3,Professional Service Cosmopolitans,S01009996,Kingspark South - 04,4d,Hard-pressed flat dwellers,S02001884,Kingspark South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216832 +216832,S00117607,2c3,Professional Service Cosmopolitans,S01009867,Kinning Park and Festival Park - 02,1a,Cosmopolitan student neighbourhoods,S02001861,Kinning Park and Festival Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216833 +216833,S00117609,2c3,Professional Service Cosmopolitans,S01009867,Kinning Park and Festival Park - 02,1a,Cosmopolitan student neighbourhoods,S02001861,Kinning Park and Festival Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216834 +216834,S00117613,2c3,Professional Service Cosmopolitans,S01009777,Nitshill - 03,4d,Hard-pressed flat dwellers,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216835 +216835,S00112750,8c3,Renting Hard-Pressed Workers,S01010477,Anniesland West - 08,4d,Hard-pressed flat dwellers,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216836 +216836,S00112768,8c3,Renting Hard-Pressed Workers,S01010484,Blairdardie East - 07,4d,Hard-pressed flat dwellers,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216837 +216837,S00112796,8c3,Renting Hard-Pressed Workers,S01010470,Anniesland West - 01,4d,Hard-pressed flat dwellers,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216838 +216838,S00112799,8c3,Renting Hard-Pressed Workers,S01010470,Anniesland West - 01,4d,Hard-pressed flat dwellers,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216839 +216839,S00112877,8c3,Renting Hard-Pressed Workers,S01010463,Knightswood Park East - 04,4d,Hard-pressed flat dwellers,S02001969,Knightswood Park East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216840 +216840,S00113031,8c3,Renting Hard-Pressed Workers,S01010435,Scotstoun South and West - 04,4d,Hard-pressed flat dwellers,S02001963,Scotstoun South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216841 +216841,S00113048,8c3,Renting Hard-Pressed Workers,S01010485,Blairdardie West - 01,5c,Comfortable neighbourhoods,S02001973,Blairdardie West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216842 +216842,S00113051,8c3,Renting Hard-Pressed Workers,S01010485,Blairdardie West - 01,5c,Comfortable neighbourhoods,S02001973,Blairdardie West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216843 +216843,S00113118,8c3,Renting Hard-Pressed Workers,S01010497,Drumry East - 02,4a,Challenged white communities,S02001976,Drumry East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216844 +216844,S00113881,8c3,Renting Hard-Pressed Workers,S01010061,Braidfauld - 01,4d,Hard-pressed flat dwellers,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216845 +216845,S00113884,8c3,Renting Hard-Pressed Workers,S01010143,Tollcross - 02,4d,Hard-pressed flat dwellers,S02001911,Tollcross,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216846 +216846,S00113917,8c3,Renting Hard-Pressed Workers,S01010142,Tollcross - 01,4d,Hard-pressed flat dwellers,S02001911,Tollcross,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216847 +216847,S00113977,8c3,Renting Hard-Pressed Workers,S01010077,Carmyle and Mount Vernon South - 04,4d,Hard-pressed flat dwellers,S02001898,Carmyle and Mount Vernon South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216848 +216848,S00113997,8c3,Renting Hard-Pressed Workers,S01010072,Shettleston South - 04,4a,Challenged white communities,S02001897,Shettleston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216849 +216849,S00114021,8c3,Renting Hard-Pressed Workers,S01010072,Shettleston South - 04,4a,Challenged white communities,S02001897,Shettleston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216850 +216850,S00114055,8c3,Renting Hard-Pressed Workers,S01010159,"Cranhill, Lightburn and Queenslie South - 04",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216851 +216851,S00114066,8c3,Renting Hard-Pressed Workers,S01010164,"Cranhill, Lightburn and Queenslie South - 09",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216852 +216852,S00114097,8c3,Renting Hard-Pressed Workers,S01010181,Blackhill and Barmulloch East - 03,4d,Hard-pressed flat dwellers,S02001917,Blackhill and Barmulloch East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216853 +216853,S00114098,8c3,Renting Hard-Pressed Workers,S01010184,Blackhill and Barmulloch East - 06,4d,Hard-pressed flat dwellers,S02001917,Blackhill and Barmulloch East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216854 +216854,S00114134,8c3,Renting Hard-Pressed Workers,S01010176,Riddrie and Hogganfield - 05,4d,Hard-pressed flat dwellers,S02001916,Riddrie and Hogganfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216855 +216855,S00114168,8c3,Renting Hard-Pressed Workers,S01010155,Carntyne - 04,4d,Hard-pressed flat dwellers,S02001913,Carntyne,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216856 +216856,S00115090,8c3,Renting Hard-Pressed Workers,S01009989,Castlemilk - 04,4d,Hard-pressed flat dwellers,S02001883,Castlemilk,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216857 +216857,S00115219,8c3,Renting Hard-Pressed Workers,S01009761,Darnley East - 04,5c,Comfortable neighbourhoods,S02001842,Darnley East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216858 +216858,S00115059,6b3,Semi-Detached Ageing,S01009965,Carmunnock North - 01,5c,Comfortable neighbourhoods,S02001879,Carmunnock North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216859 +216859,S00115422,8c3,Renting Hard-Pressed Workers,S01009854,Mosspark - 03,4d,Hard-pressed flat dwellers,S02001858,Mosspark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216860 +216860,S00113288,7d3,Retired Communal City Dwellers,S01010327,Possil Park - 05,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216861 +216861,S00112227,2b1,Students and Commuters,S01010281,Anderston - 06,1a,Cosmopolitan student neighbourhoods,S02001935,Anderston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216862 +216862,S00116982,3b1,Striving Service Workers,S01010227,Sighthill - 03,6a,Inner city cosmopolitan,S02001925,Sighthill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216863 +216863,S00113990,7d2,Retired Independent City Dwellers,S01010071,Shettleston South - 03,5c,Comfortable neighbourhoods,S02001897,Shettleston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216864 +216864,S00115061,6b3,Semi-Detached Ageing,S01009965,Carmunnock North - 01,5c,Comfortable neighbourhoods,S02001879,Carmunnock North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216865 +216865,S00116681,2a1,Student Communal Living,S01010031,Laurieston and Tradeston - 01,1a,Cosmopolitan student neighbourhoods,S02001890,Laurieston and Tradeston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216866 +216866,S00112228,2b1,Students and Commuters,S01010281,Anderston - 06,1a,Cosmopolitan student neighbourhoods,S02001935,Anderston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216867 +216867,S00115441,8c3,Renting Hard-Pressed Workers,S01009857,Mosspark - 06,4a,Challenged white communities,S02001858,Mosspark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216868 +216868,S00114587,5b3,Self-Sufficient Retirement,S01009874,Kingston West and Dumbreck - 04,3d,Households in terraces and flats,S02001862,Kingston West and Dumbreck,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216869 +216869,S00115442,8c3,Renting Hard-Pressed Workers,S01009855,Mosspark - 04,4a,Challenged white communities,S02001858,Mosspark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216870 +216870,S00114849,5b3,Self-Sufficient Retirement,S01009954,Newlands - 07,3b,Asian traits,S02001876,Newlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216871 +216871,S00115478,8c3,Renting Hard-Pressed Workers,S01009851,Craigton - 04,4d,Hard-pressed flat dwellers,S02001857,Craigton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216872 +216872,S00115480,8c3,Renting Hard-Pressed Workers,S01009850,Craigton - 03,4d,Hard-pressed flat dwellers,S02001857,Craigton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216873 +216873,S00115564,8c3,Renting Hard-Pressed Workers,S01009817,Cardonald West and Central - 03,4a,Challenged white communities,S02001852,Cardonald West and Central,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216874 +216874,S00115566,8c3,Renting Hard-Pressed Workers,S01009817,Cardonald West and Central - 03,4a,Challenged white communities,S02001852,Cardonald West and Central,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216875 +216875,S00115631,8c3,Renting Hard-Pressed Workers,S01009825,Penilee - 04,4d,Hard-pressed flat dwellers,S02001853,Penilee,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216876 +216876,S00115661,8c3,Renting Hard-Pressed Workers,S01009805,Pollok North and East - 07,4d,Hard-pressed flat dwellers,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216877 +216877,S00115695,8c3,Renting Hard-Pressed Workers,S01009801,Pollok North and East - 03,4a,Challenged white communities,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216878 +216878,S00115711,8c3,Renting Hard-Pressed Workers,S01009789,Crookston North - 02,4d,Hard-pressed flat dwellers,S02001847,Crookston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216879 +216879,S00115847,8c3,Renting Hard-Pressed Workers,S01010100,Garrowhill East and Swinton - 01,8b,Ageing suburbanites,S02001903,Garrowhill East and Swinton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216880 +216880,S00115865,8c3,Renting Hard-Pressed Workers,S01010084,Baillieston West - 02,4a,Challenged white communities,S02001900,Baillieston West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216881 +216881,S00115910,8c3,Renting Hard-Pressed Workers,S01010187,Robroyston and Millerston - 02,5c,Comfortable neighbourhoods,S02001918,Robroyston and Millerston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216882 +216882,S00116020,8c3,Renting Hard-Pressed Workers,S01010332,Milton West - 03,4a,Challenged white communities,S02001943,Milton West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216883 +216883,S00116073,8c3,Renting Hard-Pressed Workers,S01010136,Greenfield - 06,4a,Challenged white communities,S02001909,Greenfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216884 +216884,S00116273,8c3,Renting Hard-Pressed Workers,S01009852,Mosspark - 01,4a,Challenged white communities,S02001858,Mosspark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216885 +216885,S00116849,8c3,Renting Hard-Pressed Workers,S01010446,Yoker North - 04,5d,Endeavouring social renters,S02001965,Yoker North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216886 +216886,S00116980,8c3,Renting Hard-Pressed Workers,S01010356,Maryhill West - 03,4d,Hard-pressed flat dwellers,S02001948,Maryhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216887 +216887,S00117001,8c3,Renting Hard-Pressed Workers,S01010214,Springburn East and Cowlairs - 01,4a,Challenged white communities,S02001923,Springburn East and Cowlairs,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216888 +216888,S00116778,2a1,Student Communal Living,S01010367,Kelvindale - 05,1a,Cosmopolitan student neighbourhoods,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216889 +216889,S00112229,2b1,Students and Commuters,S01010281,Anderston - 06,1a,Cosmopolitan student neighbourhoods,S02001935,Anderston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216890 +216890,S00113395,7d3,Retired Communal City Dwellers,S01010212,Springburn - 04,4d,Hard-pressed flat dwellers,S02001922,Springburn,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216891 +216891,S00114002,7d2,Retired Independent City Dwellers,S01010073,Shettleston South - 05,5c,Comfortable neighbourhoods,S02001897,Shettleston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216892 +216892,S00115063,6b3,Semi-Detached Ageing,S01009968,Carmunnock North - 04,5c,Comfortable neighbourhoods,S02001879,Carmunnock North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216893 +216893,S00117028,8c3,Renting Hard-Pressed Workers,S01010201,Barmulloch - 03,5d,Endeavouring social renters,S02001920,Barmulloch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216894 +216894,S00117161,8c3,Renting Hard-Pressed Workers,S01010073,Shettleston South - 05,5c,Comfortable neighbourhoods,S02001897,Shettleston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216895 +216895,S00117225,8c3,Renting Hard-Pressed Workers,S01010108,Easterhouse East - 04,4a,Challenged white communities,S02001904,Easterhouse East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216896 +216896,S00117380,8c3,Renting Hard-Pressed Workers,S01009973,Glenwood South - 01,4a,Challenged white communities,S02001881,Glenwood South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216897 +216897,S00117486,8c3,Renting Hard-Pressed Workers,S01009790,Crookston North - 03,4a,Challenged white communities,S02001847,Crookston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216898 +216898,S00117497,8c3,Renting Hard-Pressed Workers,S01009765,Darnley North - 02,4d,Hard-pressed flat dwellers,S02001843,Darnley North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216899 +216899,S00117524,8c3,Renting Hard-Pressed Workers,S01010094,Garrowhill West - 01,5c,Comfortable neighbourhoods,S02001902,Garrowhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216900 +216900,S00117619,8c3,Renting Hard-Pressed Workers,S01010100,Garrowhill East and Swinton - 01,8b,Ageing suburbanites,S02001903,Garrowhill East and Swinton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216901 +216901,S00112202,7d4,Retired City Hardship,S01010302,Firhill - 02,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216902 +216902,S00112473,7d4,Retired City Hardship,S01010395,Partick - 03,1a,Cosmopolitan student neighbourhoods,S02001955,Partick,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216903 +216903,S00113076,7d4,Retired City Hardship,S01010499,Drumry East - 04,4d,Hard-pressed flat dwellers,S02001976,Drumry East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216904 +216904,S00113114,7d4,Retired City Hardship,S01010501,Drumry West - 02,4d,Hard-pressed flat dwellers,S02001977,Drumry West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216905 +216905,S00113563,7d4,Retired City Hardship,S01010323,Possil Park - 01,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216906 +216906,S00114778,7d4,Retired City Hardship,S01009904,Battlefield - 06,1a,Cosmopolitan student neighbourhoods,S02001867,Battlefield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216907 +216907,S00114839,7d4,Retired City Hardship,S01009902,Battlefield - 04,4d,Hard-pressed flat dwellers,S02001867,Battlefield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216908 +216908,S00114840,7d4,Retired City Hardship,S01009902,Battlefield - 04,4d,Hard-pressed flat dwellers,S02001867,Battlefield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216909 +216909,S00114868,7d4,Retired City Hardship,S01009937,Pollokshaws - 05,7a,Urban cultural mix,S02001873,Pollokshaws,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216910 +216910,S00115668,7d4,Retired City Hardship,S01009803,Pollok North and East - 05,4d,Hard-pressed flat dwellers,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216911 +216911,S00116208,7d4,Retired City Hardship,S01010011,Mount Florida - 01,1a,Cosmopolitan student neighbourhoods,S02001887,Mount Florida,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216912 +216912,S00116220,7d4,Retired City Hardship,S01009970,Carmunnock South - 02,4d,Hard-pressed flat dwellers,S02001880,Carmunnock South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216913 +216913,S00116525,7d4,Retired City Hardship,S01009938,Pollokshaws - 06,4d,Hard-pressed flat dwellers,S02001873,Pollokshaws,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216914 +216914,S00117078,7d4,Retired City Hardship,S01010335,Milton East - 01,4d,Hard-pressed flat dwellers,S02001944,Milton East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216915 +216915,S00117350,7d4,Retired City Hardship,S01009960,Muirend and Old Cathcart - 02,3c,Highly qualified professionals,S02001878,Muirend and Old Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216916 +216916,S00117387,7d4,Retired City Hardship,S01009987,Castlemilk - 02,4d,Hard-pressed flat dwellers,S02001883,Castlemilk,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216917 +216917,S00117442,7d4,Retired City Hardship,S01009844,Govan and Linthouse - 04,6a,Inner city cosmopolitan,S02001856,Govan and Linthouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216918 +216918,S00117504,7d4,Retired City Hardship,S01009779,Nitshill - 05,4d,Hard-pressed flat dwellers,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216919 +216919,S00112815,7d3,Retired Communal City Dwellers,S01010454,Knightswood East - 05,4d,Hard-pressed flat dwellers,S02001967,Knightswood East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216920 +216920,S00112977,7d3,Retired Communal City Dwellers,S01010421,Victoria Park - 02,3c,Highly qualified professionals,S02001960,Victoria Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216921 +216921,S00113062,7d3,Retired Communal City Dwellers,S01010489,Drumchapel South - 02,4d,Hard-pressed flat dwellers,S02001974,Drumchapel South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216922 +216922,S00113274,7d3,Retired Communal City Dwellers,S01010321,Ruchill - 07,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216923 +216923,S00114890,5b3,Self-Sufficient Retirement,S01009944,Carnwadric East - 01,4d,Hard-pressed flat dwellers,S02001875,Carnwadric East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216924 +216924,S00115065,6b3,Semi-Detached Ageing,S01009966,Carmunnock North - 02,8c,Comfortable suburbia,S02001879,Carmunnock North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216925 +216925,S00112230,2b1,Students and Commuters,S01010281,Anderston - 06,1a,Cosmopolitan student neighbourhoods,S02001935,Anderston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216926 +216926,S00114915,5b3,Self-Sufficient Retirement,S01009952,Newlands - 05,3c,Highly qualified professionals,S02001876,Newlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216927 +216927,S00112555,2a2,Student Digs,S01010378,Kelvingrove and University - 05,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216928 +216928,S00113408,7d3,Retired Communal City Dwellers,S01010209,Springburn - 01,4d,Hard-pressed flat dwellers,S02001922,Springburn,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216929 +216929,S00114020,7d2,Retired Independent City Dwellers,S01010137,Shettleston North - 01,4d,Hard-pressed flat dwellers,S02001910,Shettleston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216930 +216930,S00115067,6b3,Semi-Detached Ageing,S01009966,Carmunnock North - 02,8c,Comfortable suburbia,S02001879,Carmunnock North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216931 +216931,S00115020,5b3,Self-Sufficient Retirement,S01010013,Mount Florida - 03,4d,Hard-pressed flat dwellers,S02001887,Mount Florida,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216932 +216932,S00114125,7d2,Retired Independent City Dwellers,S01010172,Riddrie and Hogganfield - 01,4d,Hard-pressed flat dwellers,S02001916,Riddrie and Hogganfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216933 +216933,S00114163,7d2,Retired Independent City Dwellers,S01010155,Carntyne - 04,4d,Hard-pressed flat dwellers,S02001913,Carntyne,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216934 +216934,S00114172,7d2,Retired Independent City Dwellers,S01010157,"Cranhill, Lightburn and Queenslie South - 02",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216935 +216935,S00114174,7d2,Retired Independent City Dwellers,S01010153,Carntyne - 02,4d,Hard-pressed flat dwellers,S02001913,Carntyne,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216936 +216936,S00114337,7d2,Retired Independent City Dwellers,S01010046,Dalmarnock - 01,4d,Hard-pressed flat dwellers,S02001893,Dalmarnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216937 +216937,S00114368,7d2,Retired Independent City Dwellers,S01010037,Calton and Gallowgate - 01,4d,Hard-pressed flat dwellers,S02001891,Calton and Gallowgate,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216938 +216938,S00114807,7d2,Retired Independent City Dwellers,S01010011,Mount Florida - 01,1a,Cosmopolitan student neighbourhoods,S02001887,Mount Florida,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216939 +216939,S00114808,7d2,Retired Independent City Dwellers,S01010011,Mount Florida - 01,1a,Cosmopolitan student neighbourhoods,S02001887,Mount Florida,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216940 +216940,S00114841,7d2,Retired Independent City Dwellers,S01009902,Battlefield - 04,4d,Hard-pressed flat dwellers,S02001867,Battlefield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216941 +216941,S00114876,7d2,Retired Independent City Dwellers,S01009935,Pollokshaws - 03,4d,Hard-pressed flat dwellers,S02001873,Pollokshaws,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216942 +216942,S00115170,7d2,Retired Independent City Dwellers,S01009988,Castlemilk - 03,4d,Hard-pressed flat dwellers,S02001883,Castlemilk,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216943 +216943,S00115329,7d2,Retired Independent City Dwellers,S01009859,Ibrox - 01,4d,Hard-pressed flat dwellers,S02001859,Ibrox,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216944 +216944,S00115391,7d2,Retired Independent City Dwellers,S01009837,Drumoyne and Shieldhall - 05,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216945 +216945,S00115457,7d2,Retired Independent City Dwellers,S01009806,Cardonald South and East - 01,4d,Hard-pressed flat dwellers,S02001850,Cardonald South and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216946 +216946,S00115468,7d2,Retired Independent City Dwellers,S01009851,Craigton - 04,4d,Hard-pressed flat dwellers,S02001857,Craigton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216947 +216947,S00115469,7d2,Retired Independent City Dwellers,S01009849,Craigton - 02,4d,Hard-pressed flat dwellers,S02001857,Craigton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216948 +216948,S00112231,2b1,Students and Commuters,S01010281,Anderston - 06,1a,Cosmopolitan student neighbourhoods,S02001935,Anderston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216949 +216949,S00115470,7d2,Retired Independent City Dwellers,S01009851,Craigton - 04,4d,Hard-pressed flat dwellers,S02001857,Craigton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216950 +216950,S00115494,7d2,Retired Independent City Dwellers,S01009832,Hillington - 04,4d,Hard-pressed flat dwellers,S02001854,Hillington,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216951 +216951,S00115495,7d2,Retired Independent City Dwellers,S01009832,Hillington - 04,4d,Hard-pressed flat dwellers,S02001854,Hillington,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216952 +216952,S00115567,7d2,Retired Independent City Dwellers,S01009817,Cardonald West and Central - 03,4a,Challenged white communities,S02001852,Cardonald West and Central,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216953 +216953,S00115576,7d2,Retired Independent City Dwellers,S01009820,Cardonald West and Central - 06,4d,Hard-pressed flat dwellers,S02001852,Cardonald West and Central,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216954 +216954,S00115593,7d2,Retired Independent City Dwellers,S01009819,Cardonald West and Central - 05,5a,Ageing urban communities,S02001852,Cardonald West and Central,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216955 +216955,S00115602,7d2,Retired Independent City Dwellers,S01009806,Cardonald South and East - 01,4d,Hard-pressed flat dwellers,S02001850,Cardonald South and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216956 +216956,S00115955,7d2,Retired Independent City Dwellers,S01010492,Drumchapel North - 02,4d,Hard-pressed flat dwellers,S02001975,Drumchapel North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216957 +216957,S00116055,7d2,Retired Independent City Dwellers,S01010051,Parkhead West and Barrowfield - 03,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216958 +216958,S00116060,7d2,Retired Independent City Dwellers,S01010068,Braidfauld - 08,7a,Urban cultural mix,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216959 +216959,S00116143,7d2,Retired Independent City Dwellers,S01010037,Calton and Gallowgate - 01,4d,Hard-pressed flat dwellers,S02001891,Calton and Gallowgate,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216960 +216960,S00116362,7d2,Retired Independent City Dwellers,S01010476,Anniesland West - 07,4d,Hard-pressed flat dwellers,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216961 +216961,S00116467,7d2,Retired Independent City Dwellers,S01010324,Possil Park - 02,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216962 +216962,S00116468,7d2,Retired Independent City Dwellers,S01010325,Possil Park - 03,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216963 +216963,S00116696,7d2,Retired Independent City Dwellers,S01010028,Gorbals and Hutchesontown - 06,1a,Cosmopolitan student neighbourhoods,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216964 +216964,S00117129,7d2,Retired Independent City Dwellers,S01010149,Old Shettleston and Parkhead North - 03,4b,Constrained renters,S02001912,Old Shettleston and Parkhead North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216965 +216965,S00117134,7d2,Retired Independent City Dwellers,S01010132,Greenfield - 02,4d,Hard-pressed flat dwellers,S02001909,Greenfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216966 +216966,S00117332,7d2,Retired Independent City Dwellers,S01009935,Pollokshaws - 03,4d,Hard-pressed flat dwellers,S02001873,Pollokshaws,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216967 +216967,S00117342,7d2,Retired Independent City Dwellers,S01009948,Newlands - 01,4d,Hard-pressed flat dwellers,S02001876,Newlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216968 +216968,S00117458,7d2,Retired Independent City Dwellers,S01009838,Drumoyne and Shieldhall - 06,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216969 +216969,S00117467,7d2,Retired Independent City Dwellers,S01009851,Craigton - 04,4d,Hard-pressed flat dwellers,S02001857,Craigton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216970 +216970,S00117505,7d2,Retired Independent City Dwellers,S01009779,Nitshill - 05,4d,Hard-pressed flat dwellers,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216971 +216971,S00112158,1b2,Rural White-Collar Workers,S01010117,"Garthamlock, Auchinlea and Gartloch - 05",3a,Achieving neighbourhoods,S02001906,"Garthamlock, Auchinlea and Gartloch",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216972 +216972,S00112155,5b3,Self-Sufficient Retirement,S01010109,Easterhouse East - 05,4d,Hard-pressed flat dwellers,S02001904,Easterhouse East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216973 +216973,S00112495,5b3,Self-Sufficient Retirement,S01010393,Partick - 01,1a,Cosmopolitan student neighbourhoods,S02001955,Partick,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216974 +216974,S00112652,5b3,Self-Sufficient Retirement,S01010363,Kelvindale - 01,3c,Highly qualified professionals,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216975 +216975,S00113034,5b3,Self-Sufficient Retirement,S01010486,Blairdardie West - 02,8c,Comfortable suburbia,S02001973,Blairdardie West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216976 +216976,S00113038,5b3,Self-Sufficient Retirement,S01010485,Blairdardie West - 01,5c,Comfortable neighbourhoods,S02001973,Blairdardie West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216977 +216977,S00113554,5b3,Self-Sufficient Retirement,S01010333,Milton West - 04,4d,Hard-pressed flat dwellers,S02001943,Milton West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216978 +216978,S00113645,5b3,Self-Sufficient Retirement,S01010343,Summerston Central and West - 04,5b,Aspiring urban households,S02001945,Summerston Central and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216979 +216979,S00113646,5b3,Self-Sufficient Retirement,S01010342,Summerston Central and West - 03,5c,Comfortable neighbourhoods,S02001945,Summerston Central and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216980 +216980,S00115808,6b3,Semi-Detached Ageing,S01010098,Garrowhill West - 05,8b,Ageing suburbanites,S02001902,Garrowhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216981 +216981,S00112232,2b1,Students and Commuters,S01010280,Anderston - 05,1a,Cosmopolitan student neighbourhoods,S02001935,Anderston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216982 +216982,S00116344,2a2,Student Digs,S01010285,Finnieston and Kelvinhaugh - 04,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216983 +216983,S00115071,5b3,Self-Sufficient Retirement,S01009967,Carmunnock North - 03,5c,Comfortable neighbourhoods,S02001879,Carmunnock North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216984 +216984,S00113507,7d3,Retired Communal City Dwellers,S01010221,Cowlairs and Port Dundas - 03,4d,Hard-pressed flat dwellers,S02001924,Cowlairs and Port Dundas,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216985 +216985,S00112233,2b1,Students and Commuters,S01010280,Anderston - 05,1a,Cosmopolitan student neighbourhoods,S02001935,Anderston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216986 +216986,S00112236,2b1,Students and Commuters,S01010279,Anderston - 04,1a,Cosmopolitan student neighbourhoods,S02001935,Anderston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216987 +216987,S00112238,2b1,Students and Commuters,S01010280,Anderston - 05,1a,Cosmopolitan student neighbourhoods,S02001935,Anderston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216988 +216988,S00112239,2b1,Students and Commuters,S01010279,Anderston - 04,1a,Cosmopolitan student neighbourhoods,S02001935,Anderston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216989 +216989,S00112240,2b1,Students and Commuters,S01010284,Finnieston and Kelvinhaugh - 03,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216990 +216990,S00112242,2b1,Students and Commuters,S01010284,Finnieston and Kelvinhaugh - 03,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216991 +216991,S00112243,2b1,Students and Commuters,S01010284,Finnieston and Kelvinhaugh - 03,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216992 +216992,S00112244,2b1,Students and Commuters,S01010284,Finnieston and Kelvinhaugh - 03,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216993 +216993,S00112247,2b1,Students and Commuters,S01010282,Finnieston and Kelvinhaugh - 01,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216994 +216994,S00112249,2b1,Students and Commuters,S01010282,Finnieston and Kelvinhaugh - 01,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216995 +216995,S00112251,2b1,Students and Commuters,S01010282,Finnieston and Kelvinhaugh - 01,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216996 +216996,S00112253,2b1,Students and Commuters,S01010287,Finnieston and Kelvinhaugh - 06,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216997 +216997,S00112254,2b1,Students and Commuters,S01010284,Finnieston and Kelvinhaugh - 03,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216998 +216998,S00112255,2b1,Students and Commuters,S01010282,Finnieston and Kelvinhaugh - 01,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216999 +216999,S00112257,2b1,Students and Commuters,S01010287,Finnieston and Kelvinhaugh - 06,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217000 +217000,S00112258,2b1,Students and Commuters,S01010285,Finnieston and Kelvinhaugh - 04,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217001 +217001,S00112259,2b1,Students and Commuters,S01010285,Finnieston and Kelvinhaugh - 04,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217002 +217002,S00112260,2b1,Students and Commuters,S01010285,Finnieston and Kelvinhaugh - 04,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217003 +217003,S00112262,2b1,Students and Commuters,S01010277,Anderston - 02,1a,Cosmopolitan student neighbourhoods,S02001935,Anderston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217004 +217004,S00112266,2b1,Students and Commuters,S01010279,Anderston - 04,1a,Cosmopolitan student neighbourhoods,S02001935,Anderston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217005 +217005,S00112267,2b1,Students and Commuters,S01010278,Anderston - 03,1a,Cosmopolitan student neighbourhoods,S02001935,Anderston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217006 +217006,S00112268,2b1,Students and Commuters,S01010281,Anderston - 06,1a,Cosmopolitan student neighbourhoods,S02001935,Anderston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217007 +217007,S00112271,2b1,Students and Commuters,S01010273,City Centre South - 02,1a,Cosmopolitan student neighbourhoods,S02001934,City Centre South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217008 +217008,S00112272,2b1,Students and Commuters,S01010273,City Centre South - 02,1a,Cosmopolitan student neighbourhoods,S02001934,City Centre South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217009 +217009,S00112273,2b1,Students and Commuters,S01010272,City Centre South - 01,1a,Cosmopolitan student neighbourhoods,S02001934,City Centre South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217010 +217010,S00112280,2b1,Students and Commuters,S01010292,Woodlands - 04,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217011 +217011,S00112281,2b1,Students and Commuters,S01010291,Woodlands - 03,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217012 +217012,S00112282,2b1,Students and Commuters,S01010291,Woodlands - 03,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217013 +217013,S00112283,2b1,Students and Commuters,S01010291,Woodlands - 03,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217014 +217014,S00112284,2b1,Students and Commuters,S01010291,Woodlands - 03,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217015 +217015,S00112285,2b1,Students and Commuters,S01010292,Woodlands - 04,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217016 +217016,S00112286,2b1,Students and Commuters,S01010292,Woodlands - 04,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217017 +217017,S00112287,2b1,Students and Commuters,S01010292,Woodlands - 04,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217018 +217018,S00112288,2b1,Students and Commuters,S01010292,Woodlands - 04,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217019 +217019,S00112289,2b1,Students and Commuters,S01010292,Woodlands - 04,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217020 +217020,S00112290,2b1,Students and Commuters,S01010294,Woodlands - 06,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217021 +217021,S00112291,2b1,Students and Commuters,S01010292,Woodlands - 04,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217022 +217022,S00112292,2b1,Students and Commuters,S01010294,Woodlands - 06,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217023 +217023,S00112293,2b1,Students and Commuters,S01010294,Woodlands - 06,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217024 +217024,S00112294,2b1,Students and Commuters,S01010298,Woodside - 02,1a,Cosmopolitan student neighbourhoods,S02001938,Woodside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217025 +217025,S00112295,2b1,Students and Commuters,S01010294,Woodlands - 06,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217026 +217026,S00112296,2b1,Students and Commuters,S01010294,Woodlands - 06,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217027 +217027,S00112298,2b1,Students and Commuters,S01010295,Woodlands - 07,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217028 +217028,S00112299,2b1,Students and Commuters,S01010295,Woodlands - 07,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217029 +217029,S00112161,2b1,Students and Commuters,S01010265,City Centre East - 07,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217030 +217030,S00112162,2b1,Students and Commuters,S01010264,City Centre East - 06,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217031 +217031,S00112163,2b1,Students and Commuters,S01010265,City Centre East - 07,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217032 +217032,S00112164,2b1,Students and Commuters,S01010265,City Centre East - 07,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217033 +217033,S00115810,6b3,Semi-Detached Ageing,S01010098,Garrowhill West - 05,8b,Ageing suburbanites,S02001902,Garrowhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217034 +217034,S00112165,2b1,Students and Commuters,S01010263,City Centre East - 05,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217035 +217035,S00115813,6b3,Semi-Detached Ageing,S01010097,Garrowhill West - 04,5c,Comfortable neighbourhoods,S02001902,Garrowhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217036 +217036,S00112167,2b1,Students and Commuters,S01010264,City Centre East - 06,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217037 +217037,S00112168,2b1,Students and Commuters,S01010265,City Centre East - 07,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217038 +217038,S00112170,2b1,Students and Commuters,S01010263,City Centre East - 05,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217039 +217039,S00112171,2b1,Students and Commuters,S01010263,City Centre East - 05,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217040 +217040,S00112175,2b1,Students and Commuters,S01010265,City Centre East - 07,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217041 +217041,S00112176,2b1,Students and Commuters,S01010265,City Centre East - 07,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217042 +217042,S00112177,2b1,Students and Commuters,S01010265,City Centre East - 07,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217043 +217043,S00112179,2b1,Students and Commuters,S01010265,City Centre East - 07,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217044 +217044,S00112180,2b1,Students and Commuters,S01010039,Calton and Gallowgate - 03,1a,Cosmopolitan student neighbourhoods,S02001891,Calton and Gallowgate,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217045 +217045,S00112181,2b1,Students and Commuters,S01010039,Calton and Gallowgate - 03,1a,Cosmopolitan student neighbourhoods,S02001891,Calton and Gallowgate,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217046 +217046,S00112182,2b1,Students and Commuters,S01010039,Calton and Gallowgate - 03,1a,Cosmopolitan student neighbourhoods,S02001891,Calton and Gallowgate,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217047 +217047,S00112183,2b1,Students and Commuters,S01010267,City Centre West - 02,1a,Cosmopolitan student neighbourhoods,S02001933,City Centre West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217048 +217048,S00112184,2b1,Students and Commuters,S01010267,City Centre West - 02,1a,Cosmopolitan student neighbourhoods,S02001933,City Centre West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217049 +217049,S00112192,2b1,Students and Commuters,S01010290,Woodlands - 02,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217050 +217050,S00112193,2b1,Students and Commuters,S01010290,Woodlands - 02,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217051 +217051,S00112194,2b1,Students and Commuters,S01010293,Woodlands - 05,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217052 +217052,S00115083,5b3,Self-Sufficient Retirement,S01009998,Kingspark South - 06,8a,Affluent communities,S02001884,Kingspark South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217053 +217053,S00112195,2b1,Students and Commuters,S01010293,Woodlands - 05,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217054 +217054,S00112197,2b1,Students and Commuters,S01010296,Woodlands - 08,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217055 +217055,S00112199,2b1,Students and Commuters,S01010268,City Centre West - 03,1a,Cosmopolitan student neighbourhoods,S02001933,City Centre West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217056 +217056,S00112201,2b1,Students and Commuters,S01010297,Woodside - 01,1a,Cosmopolitan student neighbourhoods,S02001938,Woodside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217057 +217057,S00112203,2b1,Students and Commuters,S01010300,Woodside - 04,1a,Cosmopolitan student neighbourhoods,S02001938,Woodside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217058 +217058,S00112204,2b1,Students and Commuters,S01010266,City Centre West - 01,1a,Cosmopolitan student neighbourhoods,S02001933,City Centre West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217059 +217059,S00112205,2b1,Students and Commuters,S01010268,City Centre West - 03,1a,Cosmopolitan student neighbourhoods,S02001933,City Centre West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217060 +217060,S00112206,2b1,Students and Commuters,S01010268,City Centre West - 03,1a,Cosmopolitan student neighbourhoods,S02001933,City Centre West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217061 +217061,S00112207,2b1,Students and Commuters,S01010271,City Centre West - 06,1a,Cosmopolitan student neighbourhoods,S02001933,City Centre West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217062 +217062,S00112209,2b1,Students and Commuters,S01010271,City Centre West - 06,1a,Cosmopolitan student neighbourhoods,S02001933,City Centre West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217063 +217063,S00112210,2b1,Students and Commuters,S01010269,City Centre West - 04,1a,Cosmopolitan student neighbourhoods,S02001933,City Centre West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217064 +217064,S00112211,2b1,Students and Commuters,S01010269,City Centre West - 04,1a,Cosmopolitan student neighbourhoods,S02001933,City Centre West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217065 +217065,S00112213,2b1,Students and Commuters,S01010287,Finnieston and Kelvinhaugh - 06,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217066 +217066,S00112214,2b1,Students and Commuters,S01010287,Finnieston and Kelvinhaugh - 06,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217067 +217067,S00112215,2b1,Students and Commuters,S01010287,Finnieston and Kelvinhaugh - 06,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217068 +217068,S00112216,2b1,Students and Commuters,S01010288,Finnieston and Kelvinhaugh - 07,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217069 +217069,S00112217,2b1,Students and Commuters,S01010288,Finnieston and Kelvinhaugh - 07,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217070 +217070,S00112218,2b1,Students and Commuters,S01010288,Finnieston and Kelvinhaugh - 07,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217071 +217071,S00112219,2b1,Students and Commuters,S01010288,Finnieston and Kelvinhaugh - 07,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217072 +217072,S00112220,2b1,Students and Commuters,S01010288,Finnieston and Kelvinhaugh - 07,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217073 +217073,S00112221,2b1,Students and Commuters,S01010288,Finnieston and Kelvinhaugh - 07,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217074 +217074,S00112223,2b1,Students and Commuters,S01010288,Finnieston and Kelvinhaugh - 07,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217075 +217075,S00112225,2b1,Students and Commuters,S01010280,Anderston - 05,1a,Cosmopolitan student neighbourhoods,S02001935,Anderston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217076 +217076,S00112226,2b1,Students and Commuters,S01010281,Anderston - 06,1a,Cosmopolitan student neighbourhoods,S02001935,Anderston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217077 +217077,S00113823,7d3,Retired Communal City Dwellers,S01010149,Old Shettleston and Parkhead North - 03,4b,Constrained renters,S02001912,Old Shettleston and Parkhead North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217078 +217078,S00115814,6b3,Semi-Detached Ageing,S01010097,Garrowhill West - 04,5c,Comfortable neighbourhoods,S02001902,Garrowhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217079 +217079,S00115209,5b3,Self-Sufficient Retirement,S01009758,Darnley East - 01,3c,Highly qualified professionals,S02001842,Darnley East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217080 +217080,S00115815,6b3,Semi-Detached Ageing,S01010098,Garrowhill West - 05,8b,Ageing suburbanites,S02001902,Garrowhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217081 +217081,S00115210,5b3,Self-Sufficient Retirement,S01009758,Darnley East - 01,3c,Highly qualified professionals,S02001842,Darnley East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217082 +217082,S00115817,6b3,Semi-Detached Ageing,S01010098,Garrowhill West - 05,8b,Ageing suburbanites,S02001902,Garrowhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217083 +217083,S00115214,5b3,Self-Sufficient Retirement,S01009761,Darnley East - 04,5c,Comfortable neighbourhoods,S02001842,Darnley East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217084 +217084,S00115824,6b3,Semi-Detached Ageing,S01010095,Garrowhill West - 02,8b,Ageing suburbanites,S02001902,Garrowhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217085 +217085,S00115569,5b3,Self-Sufficient Retirement,S01009818,Cardonald West and Central - 04,8b,Ageing suburbanites,S02001852,Cardonald West and Central,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217086 +217086,S00115825,6b3,Semi-Detached Ageing,S01010099,Garrowhill West - 06,8b,Ageing suburbanites,S02001902,Garrowhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217087 +217087,S00115587,5b3,Self-Sufficient Retirement,S01009819,Cardonald West and Central - 05,5a,Ageing urban communities,S02001852,Cardonald West and Central,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217088 +217088,S00115795,5b3,Self-Sufficient Retirement,S01009797,Pollok South and West - 06,8c,Comfortable suburbia,S02001848,Pollok South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217089 +217089,S00115796,5b3,Self-Sufficient Retirement,S01009805,Pollok North and East - 07,4d,Hard-pressed flat dwellers,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217090 +217090,S00115844,5b3,Self-Sufficient Retirement,S01010101,Garrowhill East and Swinton - 02,5a,Ageing urban communities,S02001903,Garrowhill East and Swinton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217091 +217091,S00115893,5b3,Self-Sufficient Retirement,S01010089,Baillieston East - 02,4d,Hard-pressed flat dwellers,S02001901,Baillieston East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217092 +217092,S00115911,5b3,Self-Sufficient Retirement,S01010187,Robroyston and Millerston - 02,5c,Comfortable neighbourhoods,S02001918,Robroyston and Millerston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217093 +217093,S00115912,5b3,Self-Sufficient Retirement,S01010187,Robroyston and Millerston - 02,5c,Comfortable neighbourhoods,S02001918,Robroyston and Millerston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217094 +217094,S00115915,5b3,Self-Sufficient Retirement,S01009969,Carmunnock South - 01,5c,Comfortable neighbourhoods,S02001880,Carmunnock South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217095 +217095,S00115919,5b3,Self-Sufficient Retirement,S01009972,Carmunnock South - 04,5a,Ageing urban communities,S02001880,Carmunnock South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217096 +217096,S00116000,5b3,Self-Sufficient Retirement,S01010210,Springburn - 02,4d,Hard-pressed flat dwellers,S02001922,Springburn,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217097 +217097,S00116329,5b3,Self-Sufficient Retirement,S01009796,Pollok South and West - 05,8c,Comfortable suburbia,S02001848,Pollok South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217098 +217098,S00116335,5b3,Self-Sufficient Retirement,S01010096,Garrowhill West - 03,5c,Comfortable neighbourhoods,S02001902,Garrowhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217099 +217099,S00116499,5b3,Self-Sufficient Retirement,S01010182,Blackhill and Barmulloch East - 04,5c,Comfortable neighbourhoods,S02001917,Blackhill and Barmulloch East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217100 +217100,S00116868,5b3,Self-Sufficient Retirement,S01010420,Victoria Park - 01,3c,Highly qualified professionals,S02001960,Victoria Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217101 +217101,S00117409,5b3,Self-Sufficient Retirement,S01009758,Darnley East - 01,3c,Highly qualified professionals,S02001842,Darnley East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217102 +217102,S00117455,5b3,Self-Sufficient Retirement,S01009836,Drumoyne and Shieldhall - 04,4a,Challenged white communities,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217103 +217103,S00113035,6b3,Semi-Detached Ageing,S01010486,Blairdardie West - 02,8c,Comfortable suburbia,S02001973,Blairdardie West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217104 +217104,S00113928,6b3,Semi-Detached Ageing,S01010070,Shettleston South - 02,8c,Comfortable suburbia,S02001897,Shettleston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217105 +217105,S00113970,6b3,Semi-Detached Ageing,S01010070,Shettleston South - 02,8c,Comfortable suburbia,S02001897,Shettleston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217106 +217106,S00113998,6b3,Semi-Detached Ageing,S01010073,Shettleston South - 05,5c,Comfortable neighbourhoods,S02001897,Shettleston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217107 +217107,S00113999,6b3,Semi-Detached Ageing,S01010073,Shettleston South - 05,5c,Comfortable neighbourhoods,S02001897,Shettleston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217108 +217108,S00114031,6b3,Semi-Detached Ageing,S01010080,Mount Vernon North and Sandyhills - 03,8b,Ageing suburbanites,S02001899,Mount Vernon North and Sandyhills,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217109 +217109,S00114035,6b3,Semi-Detached Ageing,S01010082,Mount Vernon North and Sandyhills - 05,8c,Comfortable suburbia,S02001899,Mount Vernon North and Sandyhills,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217110 +217110,S00114036,6b3,Semi-Detached Ageing,S01010080,Mount Vernon North and Sandyhills - 03,8b,Ageing suburbanites,S02001899,Mount Vernon North and Sandyhills,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217111 +217111,S00114074,6b3,Semi-Detached Ageing,S01010140,Shettleston North - 04,4d,Hard-pressed flat dwellers,S02001910,Shettleston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217112 +217112,S00114076,6b3,Semi-Detached Ageing,S01010097,Garrowhill West - 04,5c,Comfortable neighbourhoods,S02001902,Garrowhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217113 +217113,S00114080,6b3,Semi-Detached Ageing,S01010081,Mount Vernon North and Sandyhills - 04,8b,Ageing suburbanites,S02001899,Mount Vernon North and Sandyhills,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217114 +217114,S00114144,6b3,Semi-Detached Ageing,S01010174,Riddrie and Hogganfield - 03,4d,Hard-pressed flat dwellers,S02001916,Riddrie and Hogganfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217115 +217115,S00114971,6b3,Semi-Detached Ageing,S01009963,Muirend and Old Cathcart - 05,8b,Ageing suburbanites,S02001878,Muirend and Old Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217116 +217116,S00114972,6b3,Semi-Detached Ageing,S01009963,Muirend and Old Cathcart - 05,8b,Ageing suburbanites,S02001878,Muirend and Old Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217117 +217117,S00115040,6b3,Semi-Detached Ageing,S01010003,Kingspark North - 05,5c,Comfortable neighbourhoods,S02001885,Kingspark North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217118 +217118,S00113962,7d3,Retired Communal City Dwellers,S01010063,Braidfauld - 03,4d,Hard-pressed flat dwellers,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217119 +217119,S00115826,6b3,Semi-Detached Ageing,S01010099,Garrowhill West - 06,8b,Ageing suburbanites,S02001902,Garrowhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217120 +217120,S00115827,6b3,Semi-Detached Ageing,S01010099,Garrowhill West - 06,8b,Ageing suburbanites,S02001902,Garrowhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217121 +217121,S00115828,6b3,Semi-Detached Ageing,S01010095,Garrowhill West - 02,8b,Ageing suburbanites,S02001902,Garrowhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217122 +217122,S00115837,6b3,Semi-Detached Ageing,S01010095,Garrowhill West - 02,8b,Ageing suburbanites,S02001902,Garrowhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217123 +217123,S00115840,6b3,Semi-Detached Ageing,S01010093,Baillieston East - 06,4a,Challenged white communities,S02001901,Baillieston East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217124 +217124,S00115854,6b3,Semi-Detached Ageing,S01010087,Baillieston West - 05,8b,Ageing suburbanites,S02001900,Baillieston West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217125 +217125,S00115857,6b3,Semi-Detached Ageing,S01010087,Baillieston West - 05,8b,Ageing suburbanites,S02001900,Baillieston West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217126 +217126,S00115858,6b3,Semi-Detached Ageing,S01010087,Baillieston West - 05,8b,Ageing suburbanites,S02001900,Baillieston West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217127 +217127,S00115872,6b3,Semi-Detached Ageing,S01010085,Baillieston West - 03,5d,Endeavouring social renters,S02001900,Baillieston West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217128 +217128,S00115874,6b3,Semi-Detached Ageing,S01010085,Baillieston West - 03,5d,Endeavouring social renters,S02001900,Baillieston West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217129 +217129,S00115902,6b3,Semi-Detached Ageing,S01010090,Baillieston East - 03,5c,Comfortable neighbourhoods,S02001901,Baillieston East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217130 +217130,S00116028,6b3,Semi-Detached Ageing,S01010343,Summerston Central and West - 04,5b,Aspiring urban households,S02001945,Summerston Central and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217131 +217131,S00116302,6b3,Semi-Detached Ageing,S01009766,Darnley North - 03,5b,Aspiring urban households,S02001843,Darnley North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217132 +217132,S00116336,6b3,Semi-Detached Ageing,S01010099,Garrowhill West - 06,8b,Ageing suburbanites,S02001902,Garrowhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217133 +217133,S00116359,6b3,Semi-Detached Ageing,S01010366,Kelvindale - 04,3c,Highly qualified professionals,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217134 +217134,S00117162,6b3,Semi-Detached Ageing,S01010073,Shettleston South - 05,5c,Comfortable neighbourhoods,S02001897,Shettleston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217135 +217135,S00117483,6b3,Semi-Detached Ageing,S01009794,Pollok South and West - 03,8c,Comfortable suburbia,S02001848,Pollok South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217136 +217136,S00117514,6b3,Semi-Detached Ageing,S01009794,Pollok South and West - 03,8c,Comfortable suburbia,S02001848,Pollok South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217137 +217137,S00117535,6b3,Semi-Detached Ageing,S01010100,Garrowhill East and Swinton - 01,8b,Ageing suburbanites,S02001903,Garrowhill East and Swinton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217138 +217138,S00114063,7d3,Retired Communal City Dwellers,S01010164,"Cranhill, Lightburn and Queenslie South - 09",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217139 +217139,S00117536,6b3,Semi-Detached Ageing,S01010100,Garrowhill East and Swinton - 01,8b,Ageing suburbanites,S02001903,Garrowhill East and Swinton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217140 +217140,S00117584,6b3,Semi-Detached Ageing,S01010189,Robroyston and Millerston - 04,8c,Comfortable suburbia,S02001918,Robroyston and Millerston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217141 +217141,S00112344,4a2,Social Renting New Arrivals,S01010022,Toryglen and Oatlands - 07,4d,Hard-pressed flat dwellers,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217142 +217142,S00113272,4a2,Social Renting New Arrivals,S01010315,Ruchill - 01,4d,Hard-pressed flat dwellers,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217143 +217143,S00113509,4a2,Social Renting New Arrivals,S01010224,Cowlairs and Port Dundas - 06,4d,Hard-pressed flat dwellers,S02001924,Cowlairs and Port Dundas,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217144 +217144,S00113767,4a2,Social Renting New Arrivals,S01010068,Braidfauld - 08,7a,Urban cultural mix,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217145 +217145,S00113770,4a2,Social Renting New Arrivals,S01010068,Braidfauld - 08,7a,Urban cultural mix,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217146 +217146,S00113826,4a2,Social Renting New Arrivals,S01010247,Carntyne West and Haghill - 06,4a,Challenged white communities,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217147 +217147,S00114093,4a2,Social Renting New Arrivals,S01010180,Blackhill and Barmulloch East - 02,7a,Urban cultural mix,S02001917,Blackhill and Barmulloch East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217148 +217148,S00114228,4a2,Social Renting New Arrivals,S01010125,Barlanark - 03,4d,Hard-pressed flat dwellers,S02001908,Barlanark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217149 +217149,S00114340,4a2,Social Renting New Arrivals,S01010040,Calton and Gallowgate - 04,1a,Cosmopolitan student neighbourhoods,S02001891,Calton and Gallowgate,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217150 +217150,S00114601,4a2,Social Renting New Arrivals,S01009871,Kingston West and Dumbreck - 01,7a,Urban cultural mix,S02001862,Kingston West and Dumbreck,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217151 +217151,S00114905,4a2,Social Renting New Arrivals,S01009953,Newlands - 06,3d,Households in terraces and flats,S02001876,Newlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217152 +217152,S00115334,4a2,Social Renting New Arrivals,S01009842,Govan and Linthouse - 02,7a,Urban cultural mix,S02001856,Govan and Linthouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217153 +217153,S00115369,4a2,Social Renting New Arrivals,S01009834,Drumoyne and Shieldhall - 02,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217154 +217154,S00115641,4a2,Social Renting New Arrivals,S01009825,Penilee - 04,4d,Hard-pressed flat dwellers,S02001853,Penilee,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217155 +217155,S00117238,4a2,Social Renting New Arrivals,S01010055,Parkhead West and Barrowfield - 07,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217156 +217156,S00117606,4a2,Social Renting New Arrivals,S01009984,Glenwood North - 05,4d,Hard-pressed flat dwellers,S02001882,Glenwood North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217157 +217157,S00114117,7d3,Retired Communal City Dwellers,S01010154,Carntyne - 03,4d,Hard-pressed flat dwellers,S02001913,Carntyne,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217158 +217158,S00114141,7d3,Retired Communal City Dwellers,S01010174,Riddrie and Hogganfield - 03,4d,Hard-pressed flat dwellers,S02001916,Riddrie and Hogganfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217159 +217159,S00114152,7d3,Retired Communal City Dwellers,S01010153,Carntyne - 02,4d,Hard-pressed flat dwellers,S02001913,Carntyne,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217160 +217160,S00114280,7d3,Retired Communal City Dwellers,S01010122,North Barlanark and Easterhouse South - 05,4d,Hard-pressed flat dwellers,S02001907,North Barlanark and Easterhouse South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217161 +217161,S00114322,7d3,Retired Communal City Dwellers,S01010109,Easterhouse East - 05,4d,Hard-pressed flat dwellers,S02001904,Easterhouse East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217162 +217162,S00114343,7d3,Retired Communal City Dwellers,S01010044,Bridgeton - 03,1a,Cosmopolitan student neighbourhoods,S02001892,Bridgeton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217163 +217163,S00114522,7d3,Retired Communal City Dwellers,S01009936,Pollokshaws - 04,4d,Hard-pressed flat dwellers,S02001873,Pollokshaws,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217164 +217164,S00114979,7d3,Retired Communal City Dwellers,S01009955,Merrylee and Millbrae - 01,3c,Highly qualified professionals,S02001877,Merrylee and Millbrae,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217165 +217165,S00115165,7d3,Retired Communal City Dwellers,S01009980,Glenwood North - 01,4d,Hard-pressed flat dwellers,S02001882,Glenwood North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217166 +217166,S00115186,7d3,Retired Communal City Dwellers,S01009979,Glenwood South - 07,4d,Hard-pressed flat dwellers,S02001881,Glenwood South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217167 +217167,S00115393,7d3,Retired Communal City Dwellers,S01009837,Drumoyne and Shieldhall - 05,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217168 +217168,S00115610,7d3,Retired Communal City Dwellers,S01009808,Cardonald South and East - 03,7a,Urban cultural mix,S02001850,Cardonald South and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217169 +217169,S00115941,7d3,Retired Communal City Dwellers,S01010499,Drumry East - 04,4d,Hard-pressed flat dwellers,S02001976,Drumry East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217170 +217170,S00115994,7d3,Retired Communal City Dwellers,S01010228,"Roystonhill, Blochairn, and Provanmill - 01",4d,Hard-pressed flat dwellers,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217171 +217171,S00116067,7d3,Retired Communal City Dwellers,S01010159,"Cranhill, Lightburn and Queenslie South - 04",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217172 +217172,S00116286,7d3,Retired Communal City Dwellers,S01009799,Pollok North and East - 01,4d,Hard-pressed flat dwellers,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217173 +217173,S00116319,7d3,Retired Communal City Dwellers,S01009804,Pollok North and East - 06,3c,Highly qualified professionals,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217174 +217174,S00116688,7d3,Retired Communal City Dwellers,S01010025,Gorbals and Hutchesontown - 03,1a,Cosmopolitan student neighbourhoods,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217175 +217175,S00116809,7d3,Retired Communal City Dwellers,S01010476,Anniesland West - 07,4d,Hard-pressed flat dwellers,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217176 +217176,S00117131,7d3,Retired Communal City Dwellers,S01010155,Carntyne - 04,4d,Hard-pressed flat dwellers,S02001913,Carntyne,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217177 +217177,S00117155,7d3,Retired Communal City Dwellers,S01010059,Parkhead East and Braidfauld North - 04,1a,Cosmopolitan student neighbourhoods,S02001895,Parkhead East and Braidfauld North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217178 +217178,S00117498,7d3,Retired Communal City Dwellers,S01009765,Darnley North - 02,4d,Hard-pressed flat dwellers,S02001843,Darnley North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217179 +217179,S00112334,7d2,Retired Independent City Dwellers,S01010270,City Centre West - 05,1a,Cosmopolitan student neighbourhoods,S02001933,City Centre West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217180 +217180,S00112343,7d2,Retired Independent City Dwellers,S01010029,Gorbals and Hutchesontown - 07,4d,Hard-pressed flat dwellers,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217181 +217181,S00112361,7d2,Retired Independent City Dwellers,S01010396,Partick - 04,1a,Cosmopolitan student neighbourhoods,S02001955,Partick,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217182 +217182,S00112602,7d2,Retired Independent City Dwellers,S01010401,Partickhill and Hyndland - 05,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217183 +217183,S00112751,7d2,Retired Independent City Dwellers,S01010476,Anniesland West - 07,4d,Hard-pressed flat dwellers,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217184 +217184,S00112830,7d2,Retired Independent City Dwellers,S01010456,Knightswood Park West - 02,4d,Hard-pressed flat dwellers,S02001968,Knightswood Park West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217185 +217185,S00112868,7d2,Retired Independent City Dwellers,S01010459,Knightswood Park West - 05,4d,Hard-pressed flat dwellers,S02001968,Knightswood Park West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217186 +217186,S00112949,7d2,Retired Independent City Dwellers,S01010428,Scotstoun North and East - 02,3c,Highly qualified professionals,S02001962,Scotstoun North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217187 +217187,S00113154,7d2,Retired Independent City Dwellers,S01010305,Firhill - 05,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217188 +217188,S00113196,7d2,Retired Independent City Dwellers,S01010314,Keppochhill - 06,1a,Cosmopolitan student neighbourhoods,S02001940,Keppochhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217189 +217189,S00113396,7d2,Retired Independent City Dwellers,S01010210,Springburn - 02,4d,Hard-pressed flat dwellers,S02001922,Springburn,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217190 +217190,S00113427,7d2,Retired Independent City Dwellers,S01010200,Barmulloch - 02,4a,Challenged white communities,S02001920,Barmulloch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217191 +217191,S00113458,7d2,Retired Independent City Dwellers,S01010213,Springburn - 05,4d,Hard-pressed flat dwellers,S02001922,Springburn,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217192 +217192,S00113538,7d2,Retired Independent City Dwellers,S01010215,Springburn East and Cowlairs - 02,4d,Hard-pressed flat dwellers,S02001923,Springburn East and Cowlairs,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217193 +217193,S00113544,7d2,Retired Independent City Dwellers,S01010325,Possil Park - 03,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217194 +217194,S00113550,7d2,Retired Independent City Dwellers,S01010331,Milton West - 02,4d,Hard-pressed flat dwellers,S02001943,Milton West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217195 +217195,S00113621,7d2,Retired Independent City Dwellers,S01010349,Summerston North - 04,4d,Hard-pressed flat dwellers,S02001946,Summerston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217196 +217196,S00113838,7d2,Retired Independent City Dwellers,S01010247,Carntyne West and Haghill - 06,4a,Challenged white communities,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217197 +217197,S00113839,7d2,Retired Independent City Dwellers,S01010154,Carntyne - 03,4d,Hard-pressed flat dwellers,S02001913,Carntyne,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217198 +217198,S00113846,7d2,Retired Independent City Dwellers,S01010151,Old Shettleston and Parkhead North - 05,4d,Hard-pressed flat dwellers,S02001912,Old Shettleston and Parkhead North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217199 +217199,S00113961,7d2,Retired Independent City Dwellers,S01010063,Braidfauld - 03,4d,Hard-pressed flat dwellers,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217200 +217200,S00112300,2b1,Students and Commuters,S01010295,Woodlands - 07,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217201 +217201,S00112301,2b1,Students and Commuters,S01010295,Woodlands - 07,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217202 +217202,S00116616,2b1,Students and Commuters,S01010276,Anderston - 01,1a,Cosmopolitan student neighbourhoods,S02001935,Anderston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217203 +217203,S00116381,2b1,Students and Commuters,S01010275,City Centre South - 04,1a,Cosmopolitan student neighbourhoods,S02001934,City Centre South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217204 +217204,S00112305,2b1,Students and Commuters,S01010297,Woodside - 01,1a,Cosmopolitan student neighbourhoods,S02001938,Woodside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217205 +217205,S00112306,2b1,Students and Commuters,S01010297,Woodside - 01,1a,Cosmopolitan student neighbourhoods,S02001938,Woodside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217206 +217206,S00112311,2b1,Students and Commuters,S01010258,Gallowgate North and Bellgrove - 05,1a,Cosmopolitan student neighbourhoods,S02001931,Gallowgate North and Bellgrove,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217207 +217207,S00112312,2b1,Students and Commuters,S01010039,Calton and Gallowgate - 03,1a,Cosmopolitan student neighbourhoods,S02001891,Calton and Gallowgate,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217208 +217208,S00112313,2b1,Students and Commuters,S01010039,Calton and Gallowgate - 03,1a,Cosmopolitan student neighbourhoods,S02001891,Calton and Gallowgate,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217209 +217209,S00112320,2b1,Students and Commuters,S01010257,Gallowgate North and Bellgrove - 04,1a,Cosmopolitan student neighbourhoods,S02001931,Gallowgate North and Bellgrove,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217210 +217210,S00112321,2b1,Students and Commuters,S01010260,City Centre East - 02,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217211 +217211,S00112323,2b1,Students and Commuters,S01010261,City Centre East - 03,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217212 +217212,S00112324,2b1,Students and Commuters,S01010259,City Centre East - 01,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217213 +217213,S00114715,2b1,Students and Commuters,S01009887,Govanhill West - 01,6a,Inner city cosmopolitan,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217214 +217214,S00112325,2b1,Students and Commuters,S01010262,City Centre East - 04,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217215 +217215,S00112328,2b1,Students and Commuters,S01010261,City Centre East - 03,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217216 +217216,S00112374,2b1,Students and Commuters,S01010385,Hillhead - 05,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217217 +217217,S00112375,2b1,Students and Commuters,S01010385,Hillhead - 05,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217218 +217218,S00112381,2b1,Students and Commuters,S01010385,Hillhead - 05,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217219 +217219,S00112383,2b1,Students and Commuters,S01010385,Hillhead - 05,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217220 +217220,S00112385,2b1,Students and Commuters,S01010382,Hillhead - 02,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217221 +217221,S00112386,2b1,Students and Commuters,S01010382,Hillhead - 02,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217222 +217222,S00112388,2b1,Students and Commuters,S01010382,Hillhead - 02,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217223 +217223,S00112389,2b1,Students and Commuters,S01010380,Kelvingrove and University - 07,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217224 +217224,S00112395,2b1,Students and Commuters,S01010382,Hillhead - 02,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217225 +217225,S00112396,2b1,Students and Commuters,S01010382,Hillhead - 02,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217226 +217226,S00112399,2b1,Students and Commuters,S01010383,Hillhead - 03,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217227 +217227,S00112401,2b1,Students and Commuters,S01010383,Hillhead - 03,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217228 +217228,S00112402,2b1,Students and Commuters,S01010381,Hillhead - 01,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217229 +217229,S00112403,2b1,Students and Commuters,S01010381,Hillhead - 01,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217230 +217230,S00112404,2b1,Students and Commuters,S01010381,Hillhead - 01,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217231 +217231,S00112405,2b1,Students and Commuters,S01010383,Hillhead - 03,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217232 +217232,S00112406,2b1,Students and Commuters,S01010384,Hillhead - 04,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217233 +217233,S00112407,2b1,Students and Commuters,S01010384,Hillhead - 04,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217234 +217234,S00112410,2b1,Students and Commuters,S01010384,Hillhead - 04,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217235 +217235,S00112411,2b1,Students and Commuters,S01010384,Hillhead - 04,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217236 +217236,S00112412,2b1,Students and Commuters,S01010384,Hillhead - 04,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217237 +217237,S00112413,2b1,Students and Commuters,S01010374,Kelvingrove and University - 01,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217238 +217238,S00112419,2b1,Students and Commuters,S01010389,Glasgow Harbour and Partick South - 02,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217239 +217239,S00112421,2b1,Students and Commuters,S01010389,Glasgow Harbour and Partick South - 02,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217240 +217240,S00112422,2b1,Students and Commuters,S01010389,Glasgow Harbour and Partick South - 02,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217241 +217241,S00112426,2b1,Students and Commuters,S01010392,Glasgow Harbour and Partick South - 05,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217242 +217242,S00112428,2b1,Students and Commuters,S01010392,Glasgow Harbour and Partick South - 05,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217243 +217243,S00112430,2b1,Students and Commuters,S01010389,Glasgow Harbour and Partick South - 02,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217244 +217244,S00112431,2b1,Students and Commuters,S01010392,Glasgow Harbour and Partick South - 05,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217245 +217245,S00112432,2b1,Students and Commuters,S01010389,Glasgow Harbour and Partick South - 02,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217246 +217246,S00112433,2b1,Students and Commuters,S01010389,Glasgow Harbour and Partick South - 02,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217247 +217247,S00112434,2b1,Students and Commuters,S01010392,Glasgow Harbour and Partick South - 05,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217248 +217248,S00112435,2b1,Students and Commuters,S01010389,Glasgow Harbour and Partick South - 02,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217249 +217249,S00112436,2b1,Students and Commuters,S01010391,Glasgow Harbour and Partick South - 04,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217250 +217250,S00112444,2b1,Students and Commuters,S01010396,Partick - 04,1a,Cosmopolitan student neighbourhoods,S02001955,Partick,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217251 +217251,S00112445,2b1,Students and Commuters,S01010384,Hillhead - 04,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217252 +217252,S00112447,2b1,Students and Commuters,S01010384,Hillhead - 04,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217253 +217253,S00112448,2b1,Students and Commuters,S01010381,Hillhead - 01,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217254 +217254,S00112583,2b1,Students and Commuters,S01010407,Dowanhill - 05,1a,Cosmopolitan student neighbourhoods,S02001957,Dowanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217255 +217255,S00116754,2b1,Students and Commuters,S01010376,Kelvingrove and University - 03,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217256 +217256,S00117635,2b1,Students and Commuters,S01010274,City Centre South - 03,1a,Cosmopolitan student neighbourhoods,S02001934,City Centre South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217257 +217257,S00114716,2b1,Students and Commuters,S01009887,Govanhill West - 01,6a,Inner city cosmopolitan,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217258 +217258,S00116382,2b1,Students and Commuters,S01010275,City Centre South - 04,1a,Cosmopolitan student neighbourhoods,S02001934,City Centre South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217259 +217259,S00116617,2b1,Students and Commuters,S01010276,Anderston - 01,1a,Cosmopolitan student neighbourhoods,S02001935,Anderston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217260 +217260,S00112449,2b1,Students and Commuters,S01010381,Hillhead - 01,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217261 +217261,S00112450,2b1,Students and Commuters,S01010381,Hillhead - 01,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217262 +217262,S00112451,2b1,Students and Commuters,S01010381,Hillhead - 01,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217263 +217263,S00112452,2b1,Students and Commuters,S01010381,Hillhead - 01,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217264 +217264,S00112463,2b1,Students and Commuters,S01010390,Glasgow Harbour and Partick South - 03,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217265 +217265,S00112467,2b1,Students and Commuters,S01010393,Partick - 01,1a,Cosmopolitan student neighbourhoods,S02001955,Partick,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217266 +217266,S00112468,2b1,Students and Commuters,S01010390,Glasgow Harbour and Partick South - 03,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217267 +217267,S00112472,2b1,Students and Commuters,S01010395,Partick - 03,1a,Cosmopolitan student neighbourhoods,S02001955,Partick,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217268 +217268,S00112475,2b1,Students and Commuters,S01010395,Partick - 03,1a,Cosmopolitan student neighbourhoods,S02001955,Partick,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217269 +217269,S00112494,2b1,Students and Commuters,S01010393,Partick - 01,1a,Cosmopolitan student neighbourhoods,S02001955,Partick,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217270 +217270,S00112522,2b1,Students and Commuters,S01010379,Kelvingrove and University - 06,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217271 +217271,S00112523,2b1,Students and Commuters,S01010291,Woodlands - 03,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217272 +217272,S00112524,2b1,Students and Commuters,S01010379,Kelvingrove and University - 06,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217273 +217273,S00112525,2b1,Students and Commuters,S01010376,Kelvingrove and University - 03,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217274 +217274,S00112526,2b1,Students and Commuters,S01010376,Kelvingrove and University - 03,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217275 +217275,S00112527,2b1,Students and Commuters,S01010376,Kelvingrove and University - 03,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217276 +217276,S00112528,2b1,Students and Commuters,S01010376,Kelvingrove and University - 03,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217277 +217277,S00112536,2b1,Students and Commuters,S01010371,North Kelvin - 03,1a,Cosmopolitan student neighbourhoods,S02001951,North Kelvin,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217278 +217278,S00112537,2b1,Students and Commuters,S01010377,Kelvingrove and University - 04,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217279 +217279,S00112538,2b1,Students and Commuters,S01010377,Kelvingrove and University - 04,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217280 +217280,S00112539,2b1,Students and Commuters,S01010377,Kelvingrove and University - 04,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217281 +217281,S00112540,2b1,Students and Commuters,S01010377,Kelvingrove and University - 04,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217282 +217282,S00112541,2b1,Students and Commuters,S01010377,Kelvingrove and University - 04,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217283 +217283,S00112542,2b1,Students and Commuters,S01010377,Kelvingrove and University - 04,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217284 +217284,S00112543,2b1,Students and Commuters,S01010377,Kelvingrove and University - 04,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217285 +217285,S00112545,2b1,Students and Commuters,S01010291,Woodlands - 03,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217286 +217286,S00112546,2b1,Students and Commuters,S01010379,Kelvingrove and University - 06,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217287 +217287,S00112547,2b1,Students and Commuters,S01010379,Kelvingrove and University - 06,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217288 +217288,S00112548,2b1,Students and Commuters,S01010377,Kelvingrove and University - 04,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217289 +217289,S00112549,2b1,Students and Commuters,S01010379,Kelvingrove and University - 06,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217290 +217290,S00112550,2b1,Students and Commuters,S01010378,Kelvingrove and University - 05,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217291 +217291,S00112551,2b1,Students and Commuters,S01010375,Kelvingrove and University - 02,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217292 +217292,S00112552,2b1,Students and Commuters,S01010375,Kelvingrove and University - 02,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217293 +217293,S00112553,2b1,Students and Commuters,S01010375,Kelvingrove and University - 02,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217294 +217294,S00112554,2b1,Students and Commuters,S01010379,Kelvingrove and University - 06,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217295 +217295,S00112556,2b1,Students and Commuters,S01010378,Kelvingrove and University - 05,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217296 +217296,S00112557,2b1,Students and Commuters,S01010379,Kelvingrove and University - 06,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217297 +217297,S00112558,2b1,Students and Commuters,S01010378,Kelvingrove and University - 05,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217298 +217298,S00112559,2b1,Students and Commuters,S01010378,Kelvingrove and University - 05,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217299 +217299,S00112560,2b1,Students and Commuters,S01010375,Kelvingrove and University - 02,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217300 +217300,S00112561,2b1,Students and Commuters,S01010375,Kelvingrove and University - 02,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217301 +217301,S00112562,2b1,Students and Commuters,S01010407,Dowanhill - 05,1a,Cosmopolitan student neighbourhoods,S02001957,Dowanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217302 +217302,S00112563,2b1,Students and Commuters,S01010379,Kelvingrove and University - 06,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217303 +217303,S00112565,2b1,Students and Commuters,S01010397,Partickhill and Hyndland - 01,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217304 +217304,S00112567,2b1,Students and Commuters,S01010380,Kelvingrove and University - 07,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217305 +217305,S00112575,2b1,Students and Commuters,S01010374,Kelvingrove and University - 01,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217306 +217306,S00112576,2b1,Students and Commuters,S01010374,Kelvingrove and University - 01,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217307 +217307,S00112581,2b1,Students and Commuters,S01010407,Dowanhill - 05,1a,Cosmopolitan student neighbourhoods,S02001957,Dowanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217308 +217308,S00112582,2b1,Students and Commuters,S01010407,Dowanhill - 05,1a,Cosmopolitan student neighbourhoods,S02001957,Dowanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217309 +217309,S00114721,2b1,Students and Commuters,S01009905,Strathbungo - 01,1a,Cosmopolitan student neighbourhoods,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217310 +217310,S00116383,2b1,Students and Commuters,S01010275,City Centre South - 04,1a,Cosmopolitan student neighbourhoods,S02001934,City Centre South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217311 +217311,S00116618,2b1,Students and Commuters,S01010276,Anderston - 01,1a,Cosmopolitan student neighbourhoods,S02001935,Anderston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217312 +217312,S00117636,2b1,Students and Commuters,S01010274,City Centre South - 03,1a,Cosmopolitan student neighbourhoods,S02001934,City Centre South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217313 +217313,S00116756,2b1,Students and Commuters,S01010308,Firhill - 08,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217314 +217314,S00116758,2b1,Students and Commuters,S01010378,Kelvingrove and University - 05,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217315 +217315,S00116759,2b1,Students and Commuters,S01010378,Kelvingrove and University - 05,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217316 +217316,S00112584,2b1,Students and Commuters,S01010406,Dowanhill - 04,1a,Cosmopolitan student neighbourhoods,S02001957,Dowanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217317 +217317,S00116619,2b1,Students and Commuters,S01010276,Anderston - 01,1a,Cosmopolitan student neighbourhoods,S02001935,Anderston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217318 +217318,S00116385,2b1,Students and Commuters,S01010275,City Centre South - 04,1a,Cosmopolitan student neighbourhoods,S02001934,City Centre South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217319 +217319,S00116765,2b1,Students and Commuters,S01010398,Partickhill and Hyndland - 02,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217320 +217320,S00114727,2b1,Students and Commuters,S01009907,Strathbungo - 03,1a,Cosmopolitan student neighbourhoods,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217321 +217321,S00112208,2a3,Students and Professionals,S01010271,City Centre West - 06,1a,Cosmopolitan student neighbourhoods,S02001933,City Centre West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217322 +217322,S00112585,2b1,Students and Commuters,S01010406,Dowanhill - 04,1a,Cosmopolitan student neighbourhoods,S02001957,Dowanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217323 +217323,S00116622,2b1,Students and Commuters,S01010276,Anderston - 01,1a,Cosmopolitan student neighbourhoods,S02001935,Anderston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217324 +217324,S00116388,2b1,Students and Commuters,S01010258,Gallowgate North and Bellgrove - 05,1a,Cosmopolitan student neighbourhoods,S02001931,Gallowgate North and Bellgrove,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217325 +217325,S00116797,2b1,Students and Commuters,S01010474,Anniesland West - 05,1a,Cosmopolitan student neighbourhoods,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217326 +217326,S00114732,2b1,Students and Commuters,S01009907,Strathbungo - 03,1a,Cosmopolitan student neighbourhoods,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217327 +217327,S00112297,2a3,Students and Professionals,S01010293,Woodlands - 05,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217328 +217328,S00112529,2a3,Students and Professionals,S01010376,Kelvingrove and University - 03,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217329 +217329,S00112530,2a3,Students and Professionals,S01010371,North Kelvin - 03,1a,Cosmopolitan student neighbourhoods,S02001951,North Kelvin,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217330 +217330,S00112532,2a3,Students and Professionals,S01010371,North Kelvin - 03,1a,Cosmopolitan student neighbourhoods,S02001951,North Kelvin,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217331 +217331,S00112533,2a3,Students and Professionals,S01010371,North Kelvin - 03,1a,Cosmopolitan student neighbourhoods,S02001951,North Kelvin,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217332 +217332,S00113136,2a3,Students and Professionals,S01010306,Firhill - 06,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217333 +217333,S00113146,2a3,Students and Professionals,S01010305,Firhill - 05,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217334 +217334,S00113205,2a3,Students and Professionals,S01010370,North Kelvin - 02,1a,Cosmopolitan student neighbourhoods,S02001951,North Kelvin,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217335 +217335,S00113256,2a3,Students and Professionals,S01010319,Ruchill - 05,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217336 +217336,S00113686,2a3,Students and Professionals,S01010236,Dennistoun North - 03,1a,Cosmopolitan student neighbourhoods,S02001927,Dennistoun North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217337 +217337,S00113691,2a3,Students and Professionals,S01010236,Dennistoun North - 03,1a,Cosmopolitan student neighbourhoods,S02001927,Dennistoun North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217338 +217338,S00115926,2a3,Students and Professionals,S01010289,Woodlands - 01,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217339 +217339,S00116363,2a3,Students and Professionals,S01010475,Anniesland West - 06,3c,Highly qualified professionals,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217340 +217340,S00116419,2a3,Students and Professionals,S01010305,Firhill - 05,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217341 +217341,S00116741,2a3,Students and Professionals,S01010387,Hillhead - 07,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217342 +217342,S00116937,2a3,Students and Professionals,S01010300,Woodside - 04,1a,Cosmopolitan student neighbourhoods,S02001938,Woodside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217343 +217343,S00112994,7a1,Transitional Eastern European Neighbourhoods,S01010436,Scotstoun South and West - 05,4d,Hard-pressed flat dwellers,S02001963,Scotstoun South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217344 +217344,S00113569,7a1,Transitional Eastern European Neighbourhoods,S01010335,Milton East - 01,4d,Hard-pressed flat dwellers,S02001944,Milton East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217345 +217345,S00113789,7a1,Transitional Eastern European Neighbourhoods,S01010051,Parkhead West and Barrowfield - 03,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217346 +217346,S00113862,7a1,Transitional Eastern European Neighbourhoods,S01010135,Greenfield - 05,4d,Hard-pressed flat dwellers,S02001909,Greenfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217347 +217347,S00113912,7a1,Transitional Eastern European Neighbourhoods,S01010145,Tollcross - 04,4d,Hard-pressed flat dwellers,S02001911,Tollcross,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217348 +217348,S00113920,7a1,Transitional Eastern European Neighbourhoods,S01010145,Tollcross - 04,4d,Hard-pressed flat dwellers,S02001911,Tollcross,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217349 +217349,S00113922,7a1,Transitional Eastern European Neighbourhoods,S01010144,Tollcross - 03,4d,Hard-pressed flat dwellers,S02001911,Tollcross,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217350 +217350,S00113937,7a1,Transitional Eastern European Neighbourhoods,S01010067,Braidfauld - 07,4d,Hard-pressed flat dwellers,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217351 +217351,S00113942,7a1,Transitional Eastern European Neighbourhoods,S01010059,Parkhead East and Braidfauld North - 04,1a,Cosmopolitan student neighbourhoods,S02001895,Parkhead East and Braidfauld North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217352 +217352,S00114090,7a1,Transitional Eastern European Neighbourhoods,S01010180,Blackhill and Barmulloch East - 02,7a,Urban cultural mix,S02001917,Blackhill and Barmulloch East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217353 +217353,S00114185,7a1,Transitional Eastern European Neighbourhoods,S01010178,Riddrie and Hogganfield - 07,4d,Hard-pressed flat dwellers,S02001916,Riddrie and Hogganfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217354 +217354,S00114297,7a1,Transitional Eastern European Neighbourhoods,S01010113,"Garthamlock, Auchinlea and Gartloch - 01",4d,Hard-pressed flat dwellers,S02001906,"Garthamlock, Auchinlea and Gartloch",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217355 +217355,S00114646,7a1,Transitional Eastern European Neighbourhoods,S01009895,Govanhill East and Aikenhead - 02,7a,Urban cultural mix,S02001866,Govanhill East and Aikenhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217356 +217356,S00115302,7a1,Transitional Eastern European Neighbourhoods,S01009864,Ibrox East and Cessnock - 03,1a,Cosmopolitan student neighbourhoods,S02001860,Ibrox East and Cessnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217357 +217357,S00115581,7a1,Transitional Eastern European Neighbourhoods,S01009820,Cardonald West and Central - 06,4d,Hard-pressed flat dwellers,S02001852,Cardonald West and Central,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217358 +217358,S00115636,7a1,Transitional Eastern European Neighbourhoods,S01009824,Penilee - 03,4a,Challenged white communities,S02001853,Penilee,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217359 +217359,S00115741,7a1,Transitional Eastern European Neighbourhoods,S01009775,Nitshill - 01,4d,Hard-pressed flat dwellers,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217360 +217360,S00116134,7a1,Transitional Eastern European Neighbourhoods,S01010107,Easterhouse East - 03,4d,Hard-pressed flat dwellers,S02001904,Easterhouse East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217361 +217361,S00117070,7a1,Transitional Eastern European Neighbourhoods,S01010215,Springburn East and Cowlairs - 02,4d,Hard-pressed flat dwellers,S02001923,Springburn East and Cowlairs,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217362 +217362,S00117117,7a1,Transitional Eastern European Neighbourhoods,S01010242,Carntyne West and Haghill - 01,1a,Cosmopolitan student neighbourhoods,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217363 +217363,S00117248,7a1,Transitional Eastern European Neighbourhoods,S01010044,Bridgeton - 03,1a,Cosmopolitan student neighbourhoods,S02001892,Bridgeton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217364 +217364,S00117444,7a1,Transitional Eastern European Neighbourhoods,S01009860,Ibrox - 02,4d,Hard-pressed flat dwellers,S02001859,Ibrox,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217365 +217365,S00112591,2d1,Urban Cultural Mix,S01010405,Dowanhill - 03,1a,Cosmopolitan student neighbourhoods,S02001957,Dowanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217366 +217366,S00112614,2d1,Urban Cultural Mix,S01010402,Partickhill and Hyndland - 06,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217367 +217367,S00112669,2d1,Urban Cultural Mix,S01010367,Kelvindale - 05,1a,Cosmopolitan student neighbourhoods,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217368 +217368,S00112682,2d1,Urban Cultural Mix,S01010368,Kelvindale - 06,3c,Highly qualified professionals,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217369 +217369,S00112505,5a1,White Professionals,S01010418,Broomhill - 04,1a,Cosmopolitan student neighbourhoods,S02001959,Broomhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217370 +217370,S00112697,5a1,White Professionals,S01010364,Kelvindale - 02,3b,Asian traits,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217371 +217371,S00112711,5a1,White Professionals,S01010411,Kelvinside and Jordanhill - 04,3a,Achieving neighbourhoods,S02001958,Kelvinside and Jordanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217372 +217372,S00112712,5a1,White Professionals,S01010411,Kelvinside and Jordanhill - 04,3a,Achieving neighbourhoods,S02001958,Kelvinside and Jordanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217373 +217373,S00112863,5a1,White Professionals,S01010453,Knightswood East - 04,4d,Hard-pressed flat dwellers,S02001967,Knightswood East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217374 +217374,S00112593,2b1,Students and Commuters,S01010406,Dowanhill - 04,1a,Cosmopolitan student neighbourhoods,S02001957,Dowanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217375 +217375,S00116389,2b1,Students and Commuters,S01010258,Gallowgate North and Bellgrove - 05,1a,Cosmopolitan student neighbourhoods,S02001931,Gallowgate North and Bellgrove,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217376 +217376,S00114740,2b1,Students and Commuters,S01009905,Strathbungo - 01,1a,Cosmopolitan student neighbourhoods,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217377 +217377,S00116623,2b1,Students and Commuters,S01010276,Anderston - 01,1a,Cosmopolitan student neighbourhoods,S02001935,Anderston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217378 +217378,S00116803,2b1,Students and Commuters,S01010466,Anniesland East - 02,3c,Highly qualified professionals,S02001970,Anniesland East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217379 +217379,S00112626,2b1,Students and Commuters,S01010399,Partickhill and Hyndland - 03,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217380 +217380,S00112627,2b1,Students and Commuters,S01010399,Partickhill and Hyndland - 03,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217381 +217381,S00112736,2b1,Students and Commuters,S01010474,Anniesland West - 05,1a,Cosmopolitan student neighbourhoods,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217382 +217382,S00113130,2b1,Students and Commuters,S01010306,Firhill - 06,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217383 +217383,S00113132,2b1,Students and Commuters,S01010298,Woodside - 02,1a,Cosmopolitan student neighbourhoods,S02001938,Woodside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217384 +217384,S00113134,2b1,Students and Commuters,S01010308,Firhill - 08,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217385 +217385,S00113135,2b1,Students and Commuters,S01010308,Firhill - 08,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217386 +217386,S00113138,2b1,Students and Commuters,S01010308,Firhill - 08,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217387 +217387,S00113139,2b1,Students and Commuters,S01010308,Firhill - 08,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217388 +217388,S00113141,2b1,Students and Commuters,S01010306,Firhill - 06,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217389 +217389,S00113142,2b1,Students and Commuters,S01010306,Firhill - 06,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217390 +217390,S00113148,2b1,Students and Commuters,S01010307,Firhill - 07,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217391 +217391,S00113152,2b1,Students and Commuters,S01010305,Firhill - 05,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217392 +217392,S00113160,2b1,Students and Commuters,S01010307,Firhill - 07,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217393 +217393,S00113170,2b1,Students and Commuters,S01010373,North Kelvin - 05,1a,Cosmopolitan student neighbourhoods,S02001951,North Kelvin,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217394 +217394,S00113173,2b1,Students and Commuters,S01010373,North Kelvin - 05,1a,Cosmopolitan student neighbourhoods,S02001951,North Kelvin,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217395 +217395,S00113177,2b1,Students and Commuters,S01010300,Woodside - 04,1a,Cosmopolitan student neighbourhoods,S02001938,Woodside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217396 +217396,S00113180,2b1,Students and Commuters,S01010304,Firhill - 04,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217397 +217397,S00113198,2b1,Students and Commuters,S01010318,Ruchill - 04,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217398 +217398,S00113209,2b1,Students and Commuters,S01010317,Ruchill - 03,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217399 +217399,S00113211,2b1,Students and Commuters,S01010317,Ruchill - 03,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217400 +217400,S00113212,2b1,Students and Commuters,S01010317,Ruchill - 03,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217401 +217401,S00113216,2b1,Students and Commuters,S01010322,Ruchill - 08,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217402 +217402,S00113220,2b1,Students and Commuters,S01010320,Ruchill - 06,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217403 +217403,S00113222,2b1,Students and Commuters,S01010320,Ruchill - 06,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217404 +217404,S00113224,2b1,Students and Commuters,S01010320,Ruchill - 06,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217405 +217405,S00113229,2b1,Students and Commuters,S01010321,Ruchill - 07,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217406 +217406,S00113258,2b1,Students and Commuters,S01010319,Ruchill - 05,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217407 +217407,S00113260,2b1,Students and Commuters,S01010319,Ruchill - 05,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217408 +217408,S00113261,2b1,Students and Commuters,S01010319,Ruchill - 05,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217409 +217409,S00113664,2b1,Students and Commuters,S01010250,Dennistoun - 03,1a,Cosmopolitan student neighbourhoods,S02001930,Dennistoun,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217410 +217410,S00113677,2b1,Students and Commuters,S01010236,Dennistoun North - 03,1a,Cosmopolitan student neighbourhoods,S02001927,Dennistoun North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217411 +217411,S00113688,2b1,Students and Commuters,S01010234,Dennistoun North - 01,1a,Cosmopolitan student neighbourhoods,S02001927,Dennistoun North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217412 +217412,S00113692,2b1,Students and Commuters,S01010250,Dennistoun - 03,1a,Cosmopolitan student neighbourhoods,S02001930,Dennistoun,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217413 +217413,S00113693,2b1,Students and Commuters,S01010252,Dennistoun - 05,1a,Cosmopolitan student neighbourhoods,S02001930,Dennistoun,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217414 +217414,S00113694,2b1,Students and Commuters,S01010251,Dennistoun - 04,1a,Cosmopolitan student neighbourhoods,S02001930,Dennistoun,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217415 +217415,S00113695,2b1,Students and Commuters,S01010250,Dennistoun - 03,1a,Cosmopolitan student neighbourhoods,S02001930,Dennistoun,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217416 +217416,S00113696,2b1,Students and Commuters,S01010250,Dennistoun - 03,1a,Cosmopolitan student neighbourhoods,S02001930,Dennistoun,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217417 +217417,S00113698,2b1,Students and Commuters,S01010250,Dennistoun - 03,1a,Cosmopolitan student neighbourhoods,S02001930,Dennistoun,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217418 +217418,S00113700,2b1,Students and Commuters,S01010249,Dennistoun - 02,1a,Cosmopolitan student neighbourhoods,S02001930,Dennistoun,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217419 +217419,S00113701,2b1,Students and Commuters,S01010249,Dennistoun - 02,1a,Cosmopolitan student neighbourhoods,S02001930,Dennistoun,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217420 +217420,S00113754,2b1,Students and Commuters,S01010234,Dennistoun North - 01,1a,Cosmopolitan student neighbourhoods,S02001927,Dennistoun North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217421 +217421,S00114385,2b1,Students and Commuters,S01010053,Parkhead West and Barrowfield - 05,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217422 +217422,S00114406,2b1,Students and Commuters,S01009875,Pollokshields West - 01,7b,Young ethnic communities,S02001863,Pollokshields West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217423 +217423,S00114450,2b1,Students and Commuters,S01009883,Pollokshields East - 03,7b,Young ethnic communities,S02001864,Pollokshields East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217424 +217424,S00114629,2b1,Students and Commuters,S01009891,Govanhill West - 05,1a,Cosmopolitan student neighbourhoods,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217425 +217425,S00116390,2b1,Students and Commuters,S01010258,Gallowgate North and Bellgrove - 05,1a,Cosmopolitan student neighbourhoods,S02001931,Gallowgate North and Bellgrove,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217426 +217426,S00116391,2b1,Students and Commuters,S01010285,Finnieston and Kelvinhaugh - 04,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217427 +217427,S00116393,2b1,Students and Commuters,S01010258,Gallowgate North and Bellgrove - 05,1a,Cosmopolitan student neighbourhoods,S02001931,Gallowgate North and Bellgrove,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217428 +217428,S00116394,2b1,Students and Commuters,S01010257,Gallowgate North and Bellgrove - 04,1a,Cosmopolitan student neighbourhoods,S02001931,Gallowgate North and Bellgrove,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217429 +217429,S00116875,2b1,Students and Commuters,S01010423,Whiteinch - 01,1a,Cosmopolitan student neighbourhoods,S02001961,Whiteinch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217430 +217430,S00116395,2b1,Students and Commuters,S01010258,Gallowgate North and Bellgrove - 05,1a,Cosmopolitan student neighbourhoods,S02001931,Gallowgate North and Bellgrove,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217431 +217431,S00116401,2b1,Students and Commuters,S01010382,Hillhead - 02,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217432 +217432,S00116420,2b1,Students and Commuters,S01010305,Firhill - 05,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217433 +217433,S00116421,2b1,Students and Commuters,S01010307,Firhill - 07,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217434 +217434,S00116481,2b1,Students and Commuters,S01010250,Dennistoun - 03,1a,Cosmopolitan student neighbourhoods,S02001930,Dennistoun,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217435 +217435,S00116484,2b1,Students and Commuters,S01010234,Dennistoun North - 01,1a,Cosmopolitan student neighbourhoods,S02001927,Dennistoun North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217436 +217436,S00116521,2b1,Students and Commuters,S01009909,Strathbungo - 05,1a,Cosmopolitan student neighbourhoods,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217437 +217437,S00116566,2b1,Students and Commuters,S01010264,City Centre East - 06,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217438 +217438,S00116567,2b1,Students and Commuters,S01010264,City Centre East - 06,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217439 +217439,S00116568,2b1,Students and Commuters,S01010263,City Centre East - 05,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217440 +217440,S00116569,2b1,Students and Commuters,S01010263,City Centre East - 05,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217441 +217441,S00116570,2b1,Students and Commuters,S01010264,City Centre East - 06,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217442 +217442,S00116574,2b1,Students and Commuters,S01010264,City Centre East - 06,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217443 +217443,S00116577,2b1,Students and Commuters,S01010039,Calton and Gallowgate - 03,1a,Cosmopolitan student neighbourhoods,S02001891,Calton and Gallowgate,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217444 +217444,S00116580,2b1,Students and Commuters,S01010041,Calton and Gallowgate - 05,1a,Cosmopolitan student neighbourhoods,S02001891,Calton and Gallowgate,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217445 +217445,S00116581,2b1,Students and Commuters,S01010041,Calton and Gallowgate - 05,1a,Cosmopolitan student neighbourhoods,S02001891,Calton and Gallowgate,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217446 +217446,S00114991,2b1,Students and Commuters,S01010009,Cathcart - 05,1a,Cosmopolitan student neighbourhoods,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217447 +217447,S00116624,2b1,Students and Commuters,S01010276,Anderston - 01,1a,Cosmopolitan student neighbourhoods,S02001935,Anderston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217448 +217448,S00116582,2b1,Students and Commuters,S01010039,Calton and Gallowgate - 03,1a,Cosmopolitan student neighbourhoods,S02001891,Calton and Gallowgate,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217449 +217449,S00116583,2b1,Students and Commuters,S01010039,Calton and Gallowgate - 03,1a,Cosmopolitan student neighbourhoods,S02001891,Calton and Gallowgate,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217450 +217450,S00116584,2b1,Students and Commuters,S01010039,Calton and Gallowgate - 03,1a,Cosmopolitan student neighbourhoods,S02001891,Calton and Gallowgate,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217451 +217451,S00116587,2b1,Students and Commuters,S01010267,City Centre West - 02,1a,Cosmopolitan student neighbourhoods,S02001933,City Centre West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217452 +217452,S00116589,2b1,Students and Commuters,S01010267,City Centre West - 02,1a,Cosmopolitan student neighbourhoods,S02001933,City Centre West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217453 +217453,S00116590,2b1,Students and Commuters,S01010271,City Centre West - 06,1a,Cosmopolitan student neighbourhoods,S02001933,City Centre West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217454 +217454,S00116591,2b1,Students and Commuters,S01010273,City Centre South - 02,1a,Cosmopolitan student neighbourhoods,S02001934,City Centre South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217455 +217455,S00116592,2b1,Students and Commuters,S01010273,City Centre South - 02,1a,Cosmopolitan student neighbourhoods,S02001934,City Centre South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217456 +217456,S00116593,2b1,Students and Commuters,S01010273,City Centre South - 02,1a,Cosmopolitan student neighbourhoods,S02001934,City Centre South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217457 +217457,S00116594,2b1,Students and Commuters,S01010296,Woodlands - 08,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217458 +217458,S00116595,2b1,Students and Commuters,S01010293,Woodlands - 05,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217459 +217459,S00116596,2b1,Students and Commuters,S01010293,Woodlands - 05,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217460 +217460,S00116597,2b1,Students and Commuters,S01010293,Woodlands - 05,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217461 +217461,S00116598,2b1,Students and Commuters,S01010295,Woodlands - 07,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217462 +217462,S00116599,2b1,Students and Commuters,S01010295,Woodlands - 07,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217463 +217463,S00116601,2b1,Students and Commuters,S01010296,Woodlands - 08,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217464 +217464,S00116605,2b1,Students and Commuters,S01010281,Anderston - 06,1a,Cosmopolitan student neighbourhoods,S02001935,Anderston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217465 +217465,S00116607,2b1,Students and Commuters,S01010280,Anderston - 05,1a,Cosmopolitan student neighbourhoods,S02001935,Anderston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217466 +217466,S00116608,2b1,Students and Commuters,S01010280,Anderston - 05,1a,Cosmopolitan student neighbourhoods,S02001935,Anderston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217467 +217467,S00116609,2b1,Students and Commuters,S01010280,Anderston - 05,1a,Cosmopolitan student neighbourhoods,S02001935,Anderston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217468 +217468,S00116611,2b1,Students and Commuters,S01010283,Finnieston and Kelvinhaugh - 02,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217469 +217469,S00116612,2b1,Students and Commuters,S01010283,Finnieston and Kelvinhaugh - 02,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217470 +217470,S00116613,2b1,Students and Commuters,S01010283,Finnieston and Kelvinhaugh - 02,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217471 +217471,S00116614,2b1,Students and Commuters,S01010283,Finnieston and Kelvinhaugh - 02,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217472 +217472,S00115273,2b1,Students and Commuters,S01009869,Kinning Park and Festival Park - 04,1a,Cosmopolitan student neighbourhoods,S02001861,Kinning Park and Festival Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217473 +217473,S00115280,2b1,Students and Commuters,S01009868,Kinning Park and Festival Park - 03,1a,Cosmopolitan student neighbourhoods,S02001861,Kinning Park and Festival Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217474 +217474,S00115285,2b1,Students and Commuters,S01009869,Kinning Park and Festival Park - 04,1a,Cosmopolitan student neighbourhoods,S02001861,Kinning Park and Festival Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217475 +217475,S00115296,2b1,Students and Commuters,S01009863,Ibrox East and Cessnock - 02,1a,Cosmopolitan student neighbourhoods,S02001860,Ibrox East and Cessnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217476 +217476,S00115929,2b1,Students and Commuters,S01010291,Woodlands - 03,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217477 +217477,S00115940,2b1,Students and Commuters,S01010268,City Centre West - 03,1a,Cosmopolitan student neighbourhoods,S02001933,City Centre West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217478 +217478,S00115971,2b1,Students and Commuters,S01010300,Woodside - 04,1a,Cosmopolitan student neighbourhoods,S02001938,Woodside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217479 +217479,S00115972,2b1,Students and Commuters,S01010371,North Kelvin - 03,1a,Cosmopolitan student neighbourhoods,S02001951,North Kelvin,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217480 +217480,S00115977,2b1,Students and Commuters,S01010318,Ruchill - 04,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217481 +217481,S00115979,2b1,Students and Commuters,S01010322,Ruchill - 08,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217482 +217482,S00116015,2b1,Students and Commuters,S01010279,Anderston - 04,1a,Cosmopolitan student neighbourhoods,S02001935,Anderston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217483 +217483,S00116017,2b1,Students and Commuters,S01010279,Anderston - 04,1a,Cosmopolitan student neighbourhoods,S02001935,Anderston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217484 +217484,S00116035,2b1,Students and Commuters,S01010235,Dennistoun North - 02,1a,Cosmopolitan student neighbourhoods,S02001927,Dennistoun North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217485 +217485,S00116037,2b1,Students and Commuters,S01010235,Dennistoun North - 02,1a,Cosmopolitan student neighbourhoods,S02001927,Dennistoun North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217486 +217486,S00116038,2b1,Students and Commuters,S01010235,Dennistoun North - 02,1a,Cosmopolitan student neighbourhoods,S02001927,Dennistoun North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217487 +217487,S00116039,2b1,Students and Commuters,S01010235,Dennistoun North - 02,1a,Cosmopolitan student neighbourhoods,S02001927,Dennistoun North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217488 +217488,S00116040,2b1,Students and Commuters,S01010235,Dennistoun North - 02,1a,Cosmopolitan student neighbourhoods,S02001927,Dennistoun North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217489 +217489,S00116042,2b1,Students and Commuters,S01010248,Dennistoun - 01,1a,Cosmopolitan student neighbourhoods,S02001930,Dennistoun,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217490 +217490,S00116045,2b1,Students and Commuters,S01010292,Woodlands - 04,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217491 +217491,S00116065,2b1,Students and Commuters,S01010268,City Centre West - 03,1a,Cosmopolitan student neighbourhoods,S02001933,City Centre West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217492 +217492,S00116070,2b1,Students and Commuters,S01010038,Calton and Gallowgate - 02,4d,Hard-pressed flat dwellers,S02001891,Calton and Gallowgate,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217493 +217493,S00116077,2b1,Students and Commuters,S01010260,City Centre East - 02,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217494 +217494,S00116085,2b1,Students and Commuters,S01010261,City Centre East - 03,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217495 +217495,S00116140,2b1,Students and Commuters,S01010042,Bridgeton - 01,1a,Cosmopolitan student neighbourhoods,S02001892,Bridgeton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217496 +217496,S00116142,2b1,Students and Commuters,S01010042,Bridgeton - 01,1a,Cosmopolitan student neighbourhoods,S02001892,Bridgeton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217497 +217497,S00116162,2b1,Students and Commuters,S01009868,Kinning Park and Festival Park - 03,1a,Cosmopolitan student neighbourhoods,S02001861,Kinning Park and Festival Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217498 +217498,S00116163,2b1,Students and Commuters,S01009868,Kinning Park and Festival Park - 03,1a,Cosmopolitan student neighbourhoods,S02001861,Kinning Park and Festival Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217499 +217499,S00116227,2b1,Students and Commuters,S01010385,Hillhead - 05,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217500 +217500,S00116278,2b1,Students and Commuters,S01010260,City Centre East - 02,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217501 +217501,S00116296,2b1,Students and Commuters,S01010260,City Centre East - 02,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217502 +217502,S00116297,2b1,Students and Commuters,S01010260,City Centre East - 02,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217503 +217503,S00116298,2b1,Students and Commuters,S01010260,City Centre East - 02,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217504 +217504,S00116300,2b1,Students and Commuters,S01010260,City Centre East - 02,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217505 +217505,S00116345,2b1,Students and Commuters,S01010260,City Centre East - 02,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217506 +217506,S00116347,2b1,Students and Commuters,S01010257,Gallowgate North and Bellgrove - 04,1a,Cosmopolitan student neighbourhoods,S02001931,Gallowgate North and Bellgrove,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217507 +217507,S00116348,2b1,Students and Commuters,S01010257,Gallowgate North and Bellgrove - 04,1a,Cosmopolitan student neighbourhoods,S02001931,Gallowgate North and Bellgrove,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217508 +217508,S00116350,2b1,Students and Commuters,S01010257,Gallowgate North and Bellgrove - 04,1a,Cosmopolitan student neighbourhoods,S02001931,Gallowgate North and Bellgrove,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217509 +217509,S00116352,2b1,Students and Commuters,S01010291,Woodlands - 03,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217510 +217510,S00116353,2b1,Students and Commuters,S01010407,Dowanhill - 05,1a,Cosmopolitan student neighbourhoods,S02001957,Dowanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217511 +217511,S00116354,2b1,Students and Commuters,S01010407,Dowanhill - 05,1a,Cosmopolitan student neighbourhoods,S02001957,Dowanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217512 +217512,S00116377,2b1,Students and Commuters,S01010271,City Centre West - 06,1a,Cosmopolitan student neighbourhoods,S02001933,City Centre West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217513 +217513,S00116378,2b1,Students and Commuters,S01010267,City Centre West - 02,1a,Cosmopolitan student neighbourhoods,S02001933,City Centre West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217514 +217514,S00116380,2b1,Students and Commuters,S01010275,City Centre South - 04,1a,Cosmopolitan student neighbourhoods,S02001934,City Centre South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217515 +217515,S00116625,2b1,Students and Commuters,S01010276,Anderston - 01,1a,Cosmopolitan student neighbourhoods,S02001935,Anderston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217516 +217516,S00116936,2b1,Students and Commuters,S01010317,Ruchill - 03,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217517 +217517,S00116938,2b1,Students and Commuters,S01010300,Woodside - 04,1a,Cosmopolitan student neighbourhoods,S02001938,Woodside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217518 +217518,S00116940,2b1,Students and Commuters,S01010301,Firhill - 01,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217519 +217519,S00116941,2b1,Students and Commuters,S01010301,Firhill - 01,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217520 +217520,S00116942,2b1,Students and Commuters,S01010301,Firhill - 01,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217521 +217521,S00116943,2b1,Students and Commuters,S01010301,Firhill - 01,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217522 +217522,S00116951,2b1,Students and Commuters,S01010322,Ruchill - 08,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217523 +217523,S00116952,2b1,Students and Commuters,S01010321,Ruchill - 07,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217524 +217524,S00116953,2b1,Students and Commuters,S01010321,Ruchill - 07,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217525 +217525,S00116972,2b1,Students and Commuters,S01010347,Summerston North - 02,1a,Cosmopolitan student neighbourhoods,S02001946,Summerston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217526 +217526,S00116991,2b1,Students and Commuters,S01010222,Cowlairs and Port Dundas - 04,4d,Hard-pressed flat dwellers,S02001924,Cowlairs and Port Dundas,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217527 +217527,S00117102,2b1,Students and Commuters,S01010251,Dennistoun - 04,1a,Cosmopolitan student neighbourhoods,S02001930,Dennistoun,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217528 +217528,S00117103,2b1,Students and Commuters,S01010251,Dennistoun - 04,1a,Cosmopolitan student neighbourhoods,S02001930,Dennistoun,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217529 +217529,S00117104,2b1,Students and Commuters,S01010251,Dennistoun - 04,1a,Cosmopolitan student neighbourhoods,S02001930,Dennistoun,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217530 +217530,S00116627,2b1,Students and Commuters,S01010284,Finnieston and Kelvinhaugh - 03,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217531 +217531,S00117110,2b1,Students and Commuters,S01010248,Dennistoun - 01,1a,Cosmopolitan student neighbourhoods,S02001930,Dennistoun,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217532 +217532,S00116628,2b1,Students and Commuters,S01010284,Finnieston and Kelvinhaugh - 03,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217533 +217533,S00116629,2b1,Students and Commuters,S01010284,Finnieston and Kelvinhaugh - 03,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217534 +217534,S00116631,2b1,Students and Commuters,S01010286,Finnieston and Kelvinhaugh - 05,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217535 +217535,S00116633,2b1,Students and Commuters,S01010286,Finnieston and Kelvinhaugh - 05,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217536 +217536,S00116638,2b1,Students and Commuters,S01010295,Woodlands - 07,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217537 +217537,S00116639,2b1,Students and Commuters,S01010300,Woodside - 04,1a,Cosmopolitan student neighbourhoods,S02001938,Woodside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217538 +217538,S00116640,2b1,Students and Commuters,S01010270,City Centre West - 05,1a,Cosmopolitan student neighbourhoods,S02001933,City Centre West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217539 +217539,S00116641,2b1,Students and Commuters,S01010269,City Centre West - 04,1a,Cosmopolitan student neighbourhoods,S02001933,City Centre West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217540 +217540,S00116642,2b1,Students and Commuters,S01010269,City Centre West - 04,1a,Cosmopolitan student neighbourhoods,S02001933,City Centre West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217541 +217541,S00116643,2b1,Students and Commuters,S01010269,City Centre West - 04,1a,Cosmopolitan student neighbourhoods,S02001933,City Centre West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217542 +217542,S00116646,2b1,Students and Commuters,S01010220,Cowlairs and Port Dundas - 02,1a,Cosmopolitan student neighbourhoods,S02001924,Cowlairs and Port Dundas,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217543 +217543,S00116648,2b1,Students and Commuters,S01010220,Cowlairs and Port Dundas - 02,1a,Cosmopolitan student neighbourhoods,S02001924,Cowlairs and Port Dundas,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217544 +217544,S00116649,2b1,Students and Commuters,S01010220,Cowlairs and Port Dundas - 02,1a,Cosmopolitan student neighbourhoods,S02001924,Cowlairs and Port Dundas,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217545 +217545,S00116659,2b1,Students and Commuters,S01010270,City Centre West - 05,1a,Cosmopolitan student neighbourhoods,S02001933,City Centre West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217546 +217546,S00116660,2b1,Students and Commuters,S01010270,City Centre West - 05,1a,Cosmopolitan student neighbourhoods,S02001933,City Centre West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217547 +217547,S00116661,2b1,Students and Commuters,S01010270,City Centre West - 05,1a,Cosmopolitan student neighbourhoods,S02001933,City Centre West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217548 +217548,S00116666,2b1,Students and Commuters,S01010031,Laurieston and Tradeston - 01,1a,Cosmopolitan student neighbourhoods,S02001890,Laurieston and Tradeston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217549 +217549,S00116667,2b1,Students and Commuters,S01010036,Laurieston and Tradeston - 06,1a,Cosmopolitan student neighbourhoods,S02001890,Laurieston and Tradeston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217550 +217550,S00116668,2b1,Students and Commuters,S01010036,Laurieston and Tradeston - 06,1a,Cosmopolitan student neighbourhoods,S02001890,Laurieston and Tradeston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217551 +217551,S00116669,2b1,Students and Commuters,S01010036,Laurieston and Tradeston - 06,1a,Cosmopolitan student neighbourhoods,S02001890,Laurieston and Tradeston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217552 +217552,S00116670,2b1,Students and Commuters,S01010031,Laurieston and Tradeston - 01,1a,Cosmopolitan student neighbourhoods,S02001890,Laurieston and Tradeston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217553 +217553,S00116671,2b1,Students and Commuters,S01010031,Laurieston and Tradeston - 01,1a,Cosmopolitan student neighbourhoods,S02001890,Laurieston and Tradeston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217554 +217554,S00116672,2b1,Students and Commuters,S01010031,Laurieston and Tradeston - 01,1a,Cosmopolitan student neighbourhoods,S02001890,Laurieston and Tradeston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217555 +217555,S00116673,2b1,Students and Commuters,S01010032,Laurieston and Tradeston - 02,1a,Cosmopolitan student neighbourhoods,S02001890,Laurieston and Tradeston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217556 +217556,S00116675,2b1,Students and Commuters,S01010036,Laurieston and Tradeston - 06,1a,Cosmopolitan student neighbourhoods,S02001890,Laurieston and Tradeston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217557 +217557,S00116676,2b1,Students and Commuters,S01010036,Laurieston and Tradeston - 06,1a,Cosmopolitan student neighbourhoods,S02001890,Laurieston and Tradeston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217558 +217558,S00116677,2b1,Students and Commuters,S01010036,Laurieston and Tradeston - 06,1a,Cosmopolitan student neighbourhoods,S02001890,Laurieston and Tradeston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217559 +217559,S00116679,2b1,Students and Commuters,S01010032,Laurieston and Tradeston - 02,1a,Cosmopolitan student neighbourhoods,S02001890,Laurieston and Tradeston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217560 +217560,S00116682,2b1,Students and Commuters,S01010031,Laurieston and Tradeston - 01,1a,Cosmopolitan student neighbourhoods,S02001890,Laurieston and Tradeston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217561 +217561,S00116683,2b1,Students and Commuters,S01010031,Laurieston and Tradeston - 01,1a,Cosmopolitan student neighbourhoods,S02001890,Laurieston and Tradeston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217562 +217562,S00116687,2b1,Students and Commuters,S01010034,Laurieston and Tradeston - 04,1a,Cosmopolitan student neighbourhoods,S02001890,Laurieston and Tradeston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217563 +217563,S00116689,2b1,Students and Commuters,S01010032,Laurieston and Tradeston - 02,1a,Cosmopolitan student neighbourhoods,S02001890,Laurieston and Tradeston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217564 +217564,S00116690,2b1,Students and Commuters,S01010035,Laurieston and Tradeston - 05,6a,Inner city cosmopolitan,S02001890,Laurieston and Tradeston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217565 +217565,S00116698,2b1,Students and Commuters,S01010028,Gorbals and Hutchesontown - 06,1a,Cosmopolitan student neighbourhoods,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217566 +217566,S00116714,2b1,Students and Commuters,S01010024,Gorbals and Hutchesontown - 02,1a,Cosmopolitan student neighbourhoods,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217567 +217567,S00116725,2b1,Students and Commuters,S01010397,Partickhill and Hyndland - 01,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217568 +217568,S00116726,2b1,Students and Commuters,S01010380,Kelvingrove and University - 07,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217569 +217569,S00116732,2b1,Students and Commuters,S01010387,Hillhead - 07,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217570 +217570,S00116734,2b1,Students and Commuters,S01010388,Glasgow Harbour and Partick South - 01,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217571 +217571,S00116735,2b1,Students and Commuters,S01010387,Hillhead - 07,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217572 +217572,S00116740,2b1,Students and Commuters,S01010386,Hillhead - 06,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217573 +217573,S00117236,2b1,Students and Commuters,S01010042,Bridgeton - 01,1a,Cosmopolitan student neighbourhoods,S02001892,Bridgeton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217574 +217574,S00117263,2b1,Students and Commuters,S01009882,Pollokshields East - 02,1a,Cosmopolitan student neighbourhoods,S02001864,Pollokshields East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217575 +217575,S00117273,2b1,Students and Commuters,S01009883,Pollokshields East - 03,7b,Young ethnic communities,S02001864,Pollokshields East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217576 +217576,S00117552,2b1,Students and Commuters,S01010272,City Centre South - 01,1a,Cosmopolitan student neighbourhoods,S02001934,City Centre South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217577 +217577,S00117553,2b1,Students and Commuters,S01010272,City Centre South - 01,1a,Cosmopolitan student neighbourhoods,S02001934,City Centre South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217578 +217578,S00117557,2b1,Students and Commuters,S01010290,Woodlands - 02,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217579 +217579,S00117558,2b1,Students and Commuters,S01010293,Woodlands - 05,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217580 +217580,S00117559,2b1,Students and Commuters,S01010266,City Centre West - 01,1a,Cosmopolitan student neighbourhoods,S02001933,City Centre West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217581 +217581,S00117561,2b1,Students and Commuters,S01010268,City Centre West - 03,1a,Cosmopolitan student neighbourhoods,S02001933,City Centre West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217582 +217582,S00117562,2b1,Students and Commuters,S01010268,City Centre West - 03,1a,Cosmopolitan student neighbourhoods,S02001933,City Centre West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217583 +217583,S00117563,2b1,Students and Commuters,S01010266,City Centre West - 01,1a,Cosmopolitan student neighbourhoods,S02001933,City Centre West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217584 +217584,S00117567,2b1,Students and Commuters,S01010387,Hillhead - 07,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217585 +217585,S00117568,2b1,Students and Commuters,S01010387,Hillhead - 07,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217586 +217586,S00117569,2b1,Students and Commuters,S01010387,Hillhead - 07,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217587 +217587,S00117593,2b1,Students and Commuters,S01010027,Gorbals and Hutchesontown - 05,1a,Cosmopolitan student neighbourhoods,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217588 +217588,S00117601,2b1,Students and Commuters,S01010398,Partickhill and Hyndland - 02,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217589 +217589,S00117602,2b1,Students and Commuters,S01010398,Partickhill and Hyndland - 02,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217590 +217590,S00117608,2b1,Students and Commuters,S01009867,Kinning Park and Festival Park - 02,1a,Cosmopolitan student neighbourhoods,S02001861,Kinning Park and Festival Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217591 +217591,S00117610,2b1,Students and Commuters,S01009867,Kinning Park and Festival Park - 02,1a,Cosmopolitan student neighbourhoods,S02001861,Kinning Park and Festival Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217592 +217592,S00117626,2b1,Students and Commuters,S01010286,Finnieston and Kelvinhaugh - 05,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217593 +217593,S00117627,2b1,Students and Commuters,S01010286,Finnieston and Kelvinhaugh - 05,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217594 +217594,S00117628,2b1,Students and Commuters,S01010282,Finnieston and Kelvinhaugh - 01,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217595 +217595,S00117630,2b1,Students and Commuters,S01010286,Finnieston and Kelvinhaugh - 05,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217596 +217596,S00117631,2b1,Students and Commuters,S01010274,City Centre South - 03,1a,Cosmopolitan student neighbourhoods,S02001934,City Centre South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217597 +217597,S00117632,2b1,Students and Commuters,S01010274,City Centre South - 03,1a,Cosmopolitan student neighbourhoods,S02001934,City Centre South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217598 +217598,S00117633,2b1,Students and Commuters,S01010274,City Centre South - 03,1a,Cosmopolitan student neighbourhoods,S02001934,City Centre South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217599 +217599,S00117634,2b1,Students and Commuters,S01010274,City Centre South - 03,1a,Cosmopolitan student neighbourhoods,S02001934,City Centre South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217600 +217600,S00112950,5a1,White Professionals,S01010431,Scotstoun North and East - 05,3a,Achieving neighbourhoods,S02001962,Scotstoun North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217601 +217601,S00112954,5a1,White Professionals,S01010429,Scotstoun North and East - 03,3d,Households in terraces and flats,S02001962,Scotstoun North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217602 +217602,S00112955,5a1,White Professionals,S01010429,Scotstoun North and East - 03,3d,Households in terraces and flats,S02001962,Scotstoun North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217603 +217603,S00112956,5a1,White Professionals,S01010426,Whiteinch - 04,4d,Hard-pressed flat dwellers,S02001961,Whiteinch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217604 +217604,S00112966,5a1,White Professionals,S01010422,Victoria Park - 03,3d,Households in terraces and flats,S02001960,Victoria Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217605 +217605,S00112972,5a1,White Professionals,S01010421,Victoria Park - 02,3c,Highly qualified professionals,S02001960,Victoria Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217606 +217606,S00112974,5a1,White Professionals,S01010421,Victoria Park - 02,3c,Highly qualified professionals,S02001960,Victoria Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217607 +217607,S00113282,5a1,White Professionals,S01010329,Possil Park - 07,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217608 +217608,S00113643,5a1,White Professionals,S01010343,Summerston Central and West - 04,5b,Aspiring urban households,S02001945,Summerston Central and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217609 +217609,S00113648,5a1,White Professionals,S01010342,Summerston Central and West - 03,5c,Comfortable neighbourhoods,S02001945,Summerston Central and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217610 +217610,S00113965,5a1,White Professionals,S01010061,Braidfauld - 01,4d,Hard-pressed flat dwellers,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217611 +217611,S00113991,5a1,White Professionals,S01010071,Shettleston South - 03,5c,Comfortable neighbourhoods,S02001897,Shettleston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217612 +217612,S00114065,5a1,White Professionals,S01010136,Greenfield - 06,4a,Challenged white communities,S02001909,Greenfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217613 +217613,S00114110,5a1,White Professionals,S01010193,Robroyston and Millerston - 08,3c,Highly qualified professionals,S02001918,Robroyston and Millerston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217614 +217614,S00114111,5a1,White Professionals,S01010193,Robroyston and Millerston - 08,3c,Highly qualified professionals,S02001918,Robroyston and Millerston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217615 +217615,S00114112,5a1,White Professionals,S01010188,Robroyston and Millerston - 03,5a,Ageing urban communities,S02001918,Robroyston and Millerston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217616 +217616,S00114542,5a1,White Professionals,S01009917,Maxwell Park - 06,3c,Highly qualified professionals,S02001869,Maxwell Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217617 +217617,S00114543,5a1,White Professionals,S01009918,Maxwell Park - 07,3a,Achieving neighbourhoods,S02001869,Maxwell Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217618 +217618,S00114546,5a1,White Professionals,S01009918,Maxwell Park - 07,3a,Achieving neighbourhoods,S02001869,Maxwell Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217619 +217619,S00114550,5a1,White Professionals,S01009916,Maxwell Park - 05,3b,Asian traits,S02001869,Maxwell Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217620 +217620,S00114904,5a1,White Professionals,S01009953,Newlands - 06,3d,Households in terraces and flats,S02001876,Newlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217621 +217621,S00114916,5a1,White Professionals,S01009952,Newlands - 05,3c,Highly qualified professionals,S02001876,Newlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217622 +217622,S00114918,5a1,White Professionals,S01009952,Newlands - 05,3c,Highly qualified professionals,S02001876,Newlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217623 +217623,S00114924,5a1,White Professionals,S01009958,Merrylee and Millbrae - 04,3a,Achieving neighbourhoods,S02001877,Merrylee and Millbrae,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217624 +217624,S00114927,5a1,White Professionals,S01009958,Merrylee and Millbrae - 04,3a,Achieving neighbourhoods,S02001877,Merrylee and Millbrae,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217625 +217625,S00114954,5a1,White Professionals,S01009959,Muirend and Old Cathcart - 01,8a,Affluent communities,S02001878,Muirend and Old Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217626 +217626,S00114960,5a1,White Professionals,S01009959,Muirend and Old Cathcart - 01,8a,Affluent communities,S02001878,Muirend and Old Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217627 +217627,S00114968,5a1,White Professionals,S01009962,Muirend and Old Cathcart - 04,4d,Hard-pressed flat dwellers,S02001878,Muirend and Old Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217628 +217628,S00114974,5a1,White Professionals,S01009964,Muirend and Old Cathcart - 06,3a,Achieving neighbourhoods,S02001878,Muirend and Old Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217629 +217629,S00115012,5a1,White Professionals,S01010004,Kingspark North - 06,5b,Aspiring urban households,S02001885,Kingspark North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217630 +217630,S00115015,5a1,White Professionals,S01010007,Cathcart - 03,3d,Households in terraces and flats,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217631 +217631,S00115018,5a1,White Professionals,S01010007,Cathcart - 03,3d,Households in terraces and flats,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217632 +217632,S00115028,5a1,White Professionals,S01010004,Kingspark North - 06,5b,Aspiring urban households,S02001885,Kingspark North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217633 +217633,S00115032,5a1,White Professionals,S01010004,Kingspark North - 06,5b,Aspiring urban households,S02001885,Kingspark North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217634 +217634,S00115033,5a1,White Professionals,S01010012,Mount Florida - 02,4d,Hard-pressed flat dwellers,S02001887,Mount Florida,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217635 +217635,S00115034,5a1,White Professionals,S01009999,Kingspark North - 01,5c,Comfortable neighbourhoods,S02001885,Kingspark North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217636 +217636,S00115039,5a1,White Professionals,S01010003,Kingspark North - 05,5c,Comfortable neighbourhoods,S02001885,Kingspark North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217637 +217637,S00115051,5a1,White Professionals,S01010001,Kingspark North - 03,4d,Hard-pressed flat dwellers,S02001885,Kingspark North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217638 +217638,S00115068,5a1,White Professionals,S01009967,Carmunnock North - 03,5c,Comfortable neighbourhoods,S02001879,Carmunnock North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217639 +217639,S00115069,5a1,White Professionals,S01010010,Cathcart - 06,3a,Achieving neighbourhoods,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217640 +217640,S00115072,5a1,White Professionals,S01009967,Carmunnock North - 03,5c,Comfortable neighbourhoods,S02001879,Carmunnock North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217641 +217641,S00115073,5a1,White Professionals,S01009967,Carmunnock North - 03,5c,Comfortable neighbourhoods,S02001879,Carmunnock North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217642 +217642,S00115075,5a1,White Professionals,S01010010,Cathcart - 06,3a,Achieving neighbourhoods,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217643 +217643,S00115086,5a1,White Professionals,S01010010,Cathcart - 06,3a,Achieving neighbourhoods,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217644 +217644,S00115142,5a1,White Professionals,S01009972,Carmunnock South - 04,5a,Ageing urban communities,S02001880,Carmunnock South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217645 +217645,S00115216,5a1,White Professionals,S01009761,Darnley East - 04,5c,Comfortable neighbourhoods,S02001842,Darnley East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217646 +217646,S00115535,5a1,White Professionals,S01009821,Cardonald West and Central - 07,5c,Comfortable neighbourhoods,S02001852,Cardonald West and Central,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217647 +217647,S00115584,5a1,White Professionals,S01009820,Cardonald West and Central - 06,4d,Hard-pressed flat dwellers,S02001852,Cardonald West and Central,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217648 +217648,S00115585,5a1,White Professionals,S01009819,Cardonald West and Central - 05,5a,Ageing urban communities,S02001852,Cardonald West and Central,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217649 +217649,S00115770,5a1,White Professionals,S01009772,Darnley West - 05,5b,Aspiring urban households,S02001844,Darnley West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217650 +217680,S00115816,5a1,White Professionals,S01010098,Garrowhill West - 05,8b,Ageing suburbanites,S02001902,Garrowhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217681 +217681,S00115928,6b2,White Suburban Communities,S01010429,Scotstoun North and East - 03,3d,Households in terraces and flats,S02001962,Scotstoun North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217682 +217717,S00117211,6b2,White Suburban Communities,S01010126,Barlanark - 04,4a,Challenged white communities,S02001908,Barlanark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217718 +217718,S00115818,5a1,White Professionals,S01010096,Garrowhill West - 03,5c,Comfortable neighbourhoods,S02001902,Garrowhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217719 +217765,S00117508,6b2,White Suburban Communities,S01009798,Pollok South and West - 07,8c,Comfortable suburbia,S02001848,Pollok South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217766 +217767,S00115834,5a1,White Professionals,S01010094,Garrowhill West - 01,5c,Comfortable neighbourhoods,S02001902,Garrowhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217768 +217769,S00117511,6b2,White Suburban Communities,S01009798,Pollok South and West - 07,8c,Comfortable suburbia,S02001848,Pollok South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217770 +217772,S00115913,5a1,White Professionals,S01010187,Robroyston and Millerston - 02,5c,Comfortable neighbourhoods,S02001918,Robroyston and Millerston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217773 +217774,S00117515,6b2,White Suburban Communities,S01009795,Pollok South and West - 04,8c,Comfortable suburbia,S02001848,Pollok South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217775 +217820,S00116029,5a1,White Professionals,S01010343,Summerston Central and West - 04,5b,Aspiring urban households,S02001945,Summerston Central and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217821 +217822,S00117576,6b2,White Suburban Communities,S01010193,Robroyston and Millerston - 08,3c,Highly qualified professionals,S02001918,Robroyston and Millerston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217823 +217824,S00117578,6b2,White Suburban Communities,S01010191,Robroyston and Millerston - 06,8c,Comfortable suburbia,S02001918,Robroyston and Millerston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217825 +217826,S00116032,5a1,White Professionals,S01010343,Summerston Central and West - 04,5b,Aspiring urban households,S02001945,Summerston Central and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217827 +217827,S00117624,6b2,White Suburban Communities,S01010104,Garrowhill East and Swinton - 05,8c,Comfortable suburbia,S02001903,Garrowhill East and Swinton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217828 +217830,S00116074,5a1,White Professionals,S01010136,Greenfield - 06,4a,Challenged white communities,S02001909,Greenfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217831 +217831,S00112804,8d1,Young Hard-Pressed Families,S01010482,Blairdardie East - 05,4a,Challenged white communities,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217832 +217834,S00116081,5a1,White Professionals,S01010186,Robroyston and Millerston - 01,3b,Asian traits,S02001918,Robroyston and Millerston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217835 +217835,S00116214,5a1,White Professionals,S01009952,Newlands - 05,3c,Highly qualified professionals,S02001876,Newlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217836 +217836,S00116270,5a1,White Professionals,S01009836,Drumoyne and Shieldhall - 04,4a,Challenged white communities,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217837 +217837,S00116304,5a1,White Professionals,S01009766,Darnley North - 03,5b,Aspiring urban households,S02001843,Darnley North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217838 +217838,S00116306,5a1,White Professionals,S01009766,Darnley North - 03,5b,Aspiring urban households,S02001843,Darnley North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217839 +217839,S00116307,5a1,White Professionals,S01009766,Darnley North - 03,5b,Aspiring urban households,S02001843,Darnley North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217840 +217840,S00116330,5a1,White Professionals,S01009770,Darnley West - 03,3b,Asian traits,S02001844,Darnley West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217841 +217841,S00116337,5a1,White Professionals,S01010094,Garrowhill West - 01,5c,Comfortable neighbourhoods,S02001902,Garrowhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217842 +217842,S00116557,5a1,White Professionals,S01009796,Pollok South and West - 05,8c,Comfortable suburbia,S02001848,Pollok South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217843 +217843,S00116750,5a1,White Professionals,S01010419,Broomhill - 05,3c,Highly qualified professionals,S02001959,Broomhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217844 +217844,S00116751,5a1,White Professionals,S01010419,Broomhill - 05,3c,Highly qualified professionals,S02001959,Broomhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217845 +217845,S00116787,5a1,White Professionals,S01010365,Kelvindale - 03,3c,Highly qualified professionals,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217846 +217846,S00116793,5a1,White Professionals,S01010410,Kelvinside and Jordanhill - 03,3b,Asian traits,S02001958,Kelvinside and Jordanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217847 +217847,S00116800,5a1,White Professionals,S01010466,Anniesland East - 02,3c,Highly qualified professionals,S02001970,Anniesland East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217848 +217848,S00116856,5a1,White Professionals,S01010448,Knightswood West - 02,5c,Comfortable neighbourhoods,S02001966,Knightswood West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217849 +217849,S00116974,5a1,White Professionals,S01010346,Summerston North - 01,3c,Highly qualified professionals,S02001946,Summerston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217850 +217850,S00117027,5a1,White Professionals,S01010201,Barmulloch - 03,5d,Endeavouring social renters,S02001920,Barmulloch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217851 +217851,S00117054,5a1,White Professionals,S01010203,Petershill - 01,3d,Households in terraces and flats,S02001921,Petershill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217852 +217852,S00117056,5a1,White Professionals,S01010203,Petershill - 01,3d,Households in terraces and flats,S02001921,Petershill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217853 +217853,S00117086,5a1,White Professionals,S01010349,Summerston North - 04,4d,Hard-pressed flat dwellers,S02001946,Summerston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217854 +217854,S00117171,5a1,White Professionals,S01010081,Mount Vernon North and Sandyhills - 04,8b,Ageing suburbanites,S02001899,Mount Vernon North and Sandyhills,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217855 +217855,S00117349,5a1,White Professionals,S01009960,Muirend and Old Cathcart - 02,3c,Highly qualified professionals,S02001878,Muirend and Old Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217856 +217856,S00117367,5a1,White Professionals,S01010004,Kingspark North - 06,5b,Aspiring urban households,S02001885,Kingspark North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217857 +217857,S00117368,5a1,White Professionals,S01010007,Cathcart - 03,3d,Households in terraces and flats,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217858 +217858,S00117410,5a1,White Professionals,S01009761,Darnley East - 04,5c,Comfortable neighbourhoods,S02001842,Darnley East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217859 +217859,S00117470,5a1,White Professionals,S01009816,Cardonald West and Central - 02,4d,Hard-pressed flat dwellers,S02001852,Cardonald West and Central,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217860 +217860,S00117517,5a1,White Professionals,S01010103,Garrowhill East and Swinton - 04,8c,Comfortable suburbia,S02001903,Garrowhill East and Swinton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217861 +217861,S00117520,5a1,White Professionals,S01010103,Garrowhill East and Swinton - 04,8c,Comfortable suburbia,S02001903,Garrowhill East and Swinton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217862 +217862,S00117530,5a1,White Professionals,S01010102,Garrowhill East and Swinton - 03,8c,Comfortable suburbia,S02001903,Garrowhill East and Swinton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217863 +217863,S00117533,5a1,White Professionals,S01010103,Garrowhill East and Swinton - 04,8c,Comfortable suburbia,S02001903,Garrowhill East and Swinton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217864 +217864,S00117622,5a1,White Professionals,S01010104,Garrowhill East and Swinton - 05,8c,Comfortable suburbia,S02001903,Garrowhill East and Swinton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217865 +217865,S00112715,6b2,White Suburban Communities,S01010414,Kelvinside and Jordanhill - 07,3c,Highly qualified professionals,S02001958,Kelvinside and Jordanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217866 +217866,S00112953,6b2,White Suburban Communities,S01010429,Scotstoun North and East - 03,3d,Households in terraces and flats,S02001962,Scotstoun North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217867 +217867,S00113302,6b2,White Suburban Communities,S01010346,Summerston North - 01,3c,Highly qualified professionals,S02001946,Summerston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217868 +217868,S00114108,6b2,White Suburban Communities,S01010188,Robroyston and Millerston - 03,5a,Ageing urban communities,S02001918,Robroyston and Millerston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217869 +217869,S00114923,6b2,White Suburban Communities,S01009957,Merrylee and Millbrae - 03,8a,Affluent communities,S02001877,Merrylee and Millbrae,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217870 +217870,S00114926,6b2,White Suburban Communities,S01009958,Merrylee and Millbrae - 04,3a,Achieving neighbourhoods,S02001877,Merrylee and Millbrae,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217871 +217871,S00114928,6b2,White Suburban Communities,S01009958,Merrylee and Millbrae - 04,3a,Achieving neighbourhoods,S02001877,Merrylee and Millbrae,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217872 +217872,S00115030,6b2,White Suburban Communities,S01010004,Kingspark North - 06,5b,Aspiring urban households,S02001885,Kingspark North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217873 +217873,S00115791,6b2,White Suburban Communities,S01009797,Pollok South and West - 06,8c,Comfortable suburbia,S02001848,Pollok South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217874 +217874,S00115819,6b2,White Suburban Communities,S01010096,Garrowhill West - 03,5c,Comfortable neighbourhoods,S02001902,Garrowhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217875 +217875,S00115820,6b2,White Suburban Communities,S01010099,Garrowhill West - 06,8b,Ageing suburbanites,S02001902,Garrowhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217876 +217876,S00115914,6b2,White Suburban Communities,S01009969,Carmunnock South - 01,5c,Comfortable neighbourhoods,S02001880,Carmunnock South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217877 +217877,S00113074,8d1,Young Hard-Pressed Families,S01010487,Blairdardie West - 03,4a,Challenged white communities,S02001973,Blairdardie West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217878 +217879,S00113409,8d1,Young Hard-Pressed Families,S01010198,Balornock - 05,4d,Hard-pressed flat dwellers,S02001919,Balornock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217880 +217882,S00113443,8d1,Young Hard-Pressed Families,S01010199,Barmulloch - 01,4a,Challenged white communities,S02001920,Barmulloch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217883 +217884,S00113586,8d1,Young Hard-Pressed Families,S01010338,Milton East - 04,4d,Hard-pressed flat dwellers,S02001944,Milton East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217885 +217887,S00113588,8d1,Young Hard-Pressed Families,S01010330,Milton West - 01,4d,Hard-pressed flat dwellers,S02001943,Milton West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217888 +217888,S00113593,8d1,Young Hard-Pressed Families,S01010334,Milton West - 05,4a,Challenged white communities,S02001943,Milton West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217889 +217889,S00114238,8d1,Young Hard-Pressed Families,S01010120,North Barlanark and Easterhouse South - 03,4d,Hard-pressed flat dwellers,S02001907,North Barlanark and Easterhouse South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217890 +217890,S00114259,8d1,Young Hard-Pressed Families,S01010166,Craigend and Ruchazie - 02,4a,Challenged white communities,S02001915,Craigend and Ruchazie,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217891 +217891,S00115752,8d1,Young Hard-Pressed Families,S01009783,Nitshill - 09,4a,Challenged white communities,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217892 +217892,S00116023,8d1,Young Hard-Pressed Families,S01010337,Milton East - 03,4a,Challenged white communities,S02001944,Milton East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217893 +217893,S00116024,8d1,Young Hard-Pressed Families,S01010337,Milton East - 03,4a,Challenged white communities,S02001944,Milton East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217894 +217894,S00116123,8d1,Young Hard-Pressed Families,S01010171,Craigend and Ruchazie - 07,4d,Hard-pressed flat dwellers,S02001915,Craigend and Ruchazie,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217895 +217895,S00117043,8d1,Young Hard-Pressed Families,S01010195,Balornock - 02,4a,Challenged white communities,S02001919,Balornock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217896 +217896,S00117121,8d1,Young Hard-Pressed Families,S01010058,Parkhead East and Braidfauld North - 03,4d,Hard-pressed flat dwellers,S02001895,Parkhead East and Braidfauld North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217897 diff --git a/persistent_data/lsoa_to_LA_2022.csv b/persistent_data/spatial_data/lsoa_to_LA_2022.csv similarity index 100% rename from persistent_data/lsoa_to_LA_2022.csv rename to persistent_data/spatial_data/lsoa_to_LA_2022.csv diff --git a/persistent_data/spatial_data/manchester_lsoas.csv b/persistent_data/spatial_data/manchester_lsoas.csv index e59316b9..e0936ddf 100755 --- a/persistent_data/spatial_data/manchester_lsoas.csv +++ b/persistent_data/spatial_data/manchester_lsoas.csv @@ -1,1674 +1,8685 @@ -"","x" -"1","E01004766" -"2","E01004767" -"3","E01004768" -"4","E01004769" -"5","E01004770" -"6","E01004771" -"7","E01004772" -"8","E01004773" -"9","E01004774" -"10","E01004775" -"11","E01004776" -"12","E01004777" -"13","E01004778" -"14","E01004779" -"15","E01004780" -"16","E01004781" -"17","E01004782" -"18","E01004783" -"19","E01004784" -"20","E01004785" -"21","E01004786" -"22","E01004787" -"23","E01004788" -"24","E01004789" -"25","E01004790" -"26","E01004791" -"27","E01004792" -"28","E01004793" -"29","E01004794" -"30","E01004795" -"31","E01004796" -"32","E01004797" -"33","E01004798" -"34","E01004799" -"35","E01004800" -"36","E01004801" -"37","E01004802" -"38","E01004803" -"39","E01004804" -"40","E01004805" -"41","E01004806" -"42","E01004807" -"43","E01004808" -"44","E01004809" -"45","E01004810" -"46","E01004811" -"47","E01004812" -"48","E01004813" -"49","E01004814" -"50","E01004815" -"51","E01004816" -"52","E01004817" -"53","E01004818" -"54","E01004819" -"55","E01004820" -"56","E01004822" -"57","E01004823" -"58","E01004824" -"59","E01004825" -"60","E01004826" -"61","E01004827" -"62","E01004828" -"63","E01004829" -"64","E01004830" -"65","E01004831" -"66","E01004832" -"67","E01004833" -"68","E01004834" -"69","E01004835" -"70","E01004836" -"71","E01004837" -"72","E01004838" -"73","E01004839" -"74","E01004840" -"75","E01004841" -"76","E01004842" -"77","E01004843" -"78","E01004844" -"79","E01004845" -"80","E01004846" -"81","E01004847" -"82","E01004848" -"83","E01004849" -"84","E01004850" -"85","E01004851" -"86","E01004852" -"87","E01004853" -"88","E01004854" -"89","E01004855" -"90","E01004856" -"91","E01004857" -"92","E01004858" -"93","E01004859" -"94","E01004860" -"95","E01004861" -"96","E01004862" -"97","E01004863" -"98","E01004864" -"99","E01004865" -"100","E01004866" -"101","E01004867" -"102","E01004868" -"103","E01004869" -"104","E01004870" -"105","E01004871" -"106","E01004872" -"107","E01004873" -"108","E01004874" -"109","E01004875" -"110","E01004876" -"111","E01004877" -"112","E01004878" -"113","E01004879" -"114","E01004880" -"115","E01004881" -"116","E01004882" -"117","E01004883" -"118","E01004884" -"119","E01004885" -"120","E01004886" -"121","E01004887" -"122","E01004888" -"123","E01004889" -"124","E01004890" -"125","E01004891" -"126","E01004892" -"127","E01004893" -"128","E01004894" -"129","E01004895" -"130","E01004896" -"131","E01004897" -"132","E01004899" -"133","E01004900" -"134","E01004901" -"135","E01004902" -"136","E01004903" -"137","E01004904" -"138","E01004905" -"139","E01004906" -"140","E01004907" -"141","E01004908" -"142","E01004909" -"143","E01004910" -"144","E01004911" -"145","E01004912" -"146","E01004913" -"147","E01004914" -"148","E01004915" -"149","E01004916" -"150","E01004917" -"151","E01004918" -"152","E01004919" -"153","E01004920" -"154","E01004921" -"155","E01004922" -"156","E01004923" -"157","E01004924" -"158","E01004925" -"159","E01004926" -"160","E01004927" -"161","E01004928" -"162","E01004929" -"163","E01004930" -"164","E01004931" -"165","E01004932" -"166","E01004933" -"167","E01004934" -"168","E01004935" -"169","E01004936" -"170","E01004937" -"171","E01004938" -"172","E01004939" -"173","E01004940" -"174","E01004941" -"175","E01004942" -"176","E01004943" -"177","E01004944" -"178","E01004945" -"179","E01004946" -"180","E01004947" -"181","E01004948" -"182","E01004949" -"183","E01004950" -"184","E01004951" -"185","E01004952" -"186","E01004953" -"187","E01004954" -"188","E01004955" -"189","E01004956" -"190","E01004957" -"191","E01004958" -"192","E01004959" -"193","E01004960" -"194","E01004961" -"195","E01004962" -"196","E01004963" -"197","E01004964" -"198","E01004965" -"199","E01004966" -"200","E01004967" -"201","E01004968" -"202","E01004969" -"203","E01004970" -"204","E01004971" -"205","E01004972" -"206","E01004973" -"207","E01004974" -"208","E01004975" -"209","E01004976" -"210","E01004977" -"211","E01004978" -"212","E01004979" -"213","E01004980" -"214","E01004981" -"215","E01004982" -"216","E01004983" -"217","E01004984" -"218","E01004985" -"219","E01004986" -"220","E01004987" -"221","E01004988" -"222","E01004989" -"223","E01004990" -"224","E01004991" -"225","E01004992" -"226","E01004993" -"227","E01004994" -"228","E01004995" -"229","E01004996" -"230","E01004997" -"231","E01004998" -"232","E01004999" -"233","E01005000" -"234","E01005001" -"235","E01005002" -"236","E01005003" -"237","E01005004" -"238","E01005005" -"239","E01005006" -"240","E01005007" -"241","E01005008" -"242","E01005009" -"243","E01005010" -"244","E01005011" -"245","E01005012" -"246","E01005013" -"247","E01005014" -"248","E01005015" -"249","E01005016" -"250","E01005017" -"251","E01005018" -"252","E01005019" -"253","E01005020" -"254","E01005021" -"255","E01005022" -"256","E01005023" -"257","E01005024" -"258","E01005025" -"259","E01005026" -"260","E01005027" -"261","E01005028" -"262","E01005029" -"263","E01005030" -"264","E01005031" -"265","E01005032" -"266","E01005033" -"267","E01005034" -"268","E01005035" -"269","E01005036" -"270","E01005037" -"271","E01005038" -"272","E01005039" -"273","E01005040" -"274","E01005041" -"275","E01005042" -"276","E01005043" -"277","E01005044" -"278","E01005045" -"279","E01005046" -"280","E01005047" -"281","E01005048" -"282","E01005049" -"283","E01005050" -"284","E01005051" -"285","E01005052" -"286","E01005053" -"287","E01005054" -"288","E01005055" -"289","E01005056" -"290","E01005057" -"291","E01005058" -"292","E01005059" -"293","E01005060" -"294","E01005061" -"295","E01005062" -"296","E01005063" -"297","E01005065" -"298","E01005066" -"299","E01005067" -"300","E01005068" -"301","E01005069" -"302","E01005070" -"303","E01005071" -"304","E01005072" -"305","E01005073" -"306","E01005074" -"307","E01005075" -"308","E01005076" -"309","E01005077" -"310","E01005078" -"311","E01005079" -"312","E01005081" -"313","E01005082" -"314","E01005083" -"315","E01005084" -"316","E01005085" -"317","E01005086" -"318","E01005087" -"319","E01005088" -"320","E01005089" -"321","E01005090" -"322","E01005091" -"323","E01005092" -"324","E01005093" -"325","E01005094" -"326","E01005097" -"327","E01005098" -"328","E01005099" -"329","E01005100" -"330","E01005101" -"331","E01005102" -"332","E01005103" -"333","E01005104" -"334","E01005105" -"335","E01005106" -"336","E01005107" -"337","E01005108" -"338","E01005111" -"339","E01005112" -"340","E01005113" -"341","E01005114" -"342","E01005115" -"343","E01005116" -"344","E01005117" -"345","E01005118" -"346","E01005119" -"347","E01005120" -"348","E01005121" -"349","E01005122" -"350","E01005123" -"351","E01005124" -"352","E01005125" -"353","E01005126" -"354","E01005128" -"355","E01005129" -"356","E01005130" -"357","E01005132" -"358","E01005133" -"359","E01005135" -"360","E01005136" -"361","E01005138" -"362","E01005139" -"363","E01005140" -"364","E01005141" -"365","E01005142" -"366","E01005143" -"367","E01005145" -"368","E01005146" -"369","E01005147" -"370","E01005149" -"371","E01005150" -"372","E01005151" -"373","E01005152" -"374","E01005153" -"375","E01005154" -"376","E01005155" -"377","E01005156" -"378","E01005157" -"379","E01005158" -"380","E01005159" -"381","E01005160" -"382","E01005161" -"383","E01005162" -"384","E01005163" -"385","E01005164" -"386","E01005165" -"387","E01005166" -"388","E01005167" -"389","E01005168" -"390","E01005169" -"391","E01005170" -"392","E01005171" -"393","E01005172" -"394","E01005173" -"395","E01005174" -"396","E01005175" -"397","E01005176" -"398","E01005177" -"399","E01005178" -"400","E01005179" -"401","E01005180" -"402","E01005181" -"403","E01005182" -"404","E01005183" -"405","E01005184" -"406","E01005185" -"407","E01005186" -"408","E01005187" -"409","E01005188" -"410","E01005189" -"411","E01005190" -"412","E01005191" -"413","E01005192" -"414","E01005193" -"415","E01005194" -"416","E01005195" -"417","E01005196" -"418","E01005197" -"419","E01005198" -"420","E01005199" -"421","E01005200" -"422","E01005201" -"423","E01005202" -"424","E01005203" -"425","E01005205" -"426","E01005206" -"427","E01005207" -"428","E01005208" -"429","E01005209" -"430","E01005210" -"431","E01005212" -"432","E01005213" -"433","E01005214" -"434","E01005215" -"435","E01005216" -"436","E01005217" -"437","E01005218" -"438","E01005219" -"439","E01005220" -"440","E01005221" -"441","E01005222" -"442","E01005223" -"443","E01005224" -"444","E01005225" -"445","E01005226" -"446","E01005227" -"447","E01005228" -"448","E01005229" -"449","E01005230" -"450","E01005231" -"451","E01005232" -"452","E01005233" -"453","E01005234" -"454","E01005235" -"455","E01005236" -"456","E01005237" -"457","E01005238" -"458","E01005239" -"459","E01005240" -"460","E01005241" -"461","E01005242" -"462","E01005243" -"463","E01005244" -"464","E01005245" -"465","E01005246" -"466","E01005247" -"467","E01005248" -"468","E01005249" -"469","E01005250" -"470","E01005251" -"471","E01005252" -"472","E01005253" -"473","E01005254" -"474","E01005255" -"475","E01005256" -"476","E01005257" -"477","E01005258" -"478","E01005259" -"479","E01005260" -"480","E01005261" -"481","E01005262" -"482","E01005263" -"483","E01005264" -"484","E01005265" -"485","E01005266" -"486","E01005267" -"487","E01005268" -"488","E01005269" -"489","E01005270" -"490","E01005271" -"491","E01005272" -"492","E01005273" -"493","E01005274" -"494","E01005275" -"495","E01005276" -"496","E01005277" -"497","E01005278" -"498","E01005279" -"499","E01005280" -"500","E01005281" -"501","E01005282" -"502","E01005283" -"503","E01005284" -"504","E01005285" -"505","E01005286" -"506","E01005287" -"507","E01005288" -"508","E01005289" -"509","E01005290" -"510","E01005291" -"511","E01005292" -"512","E01005293" -"513","E01005294" -"514","E01005295" -"515","E01005296" -"516","E01005297" -"517","E01005298" -"518","E01005299" -"519","E01005300" -"520","E01005301" -"521","E01005302" -"522","E01005304" -"523","E01005305" -"524","E01005306" -"525","E01005307" -"526","E01005308" -"527","E01005309" -"528","E01005310" -"529","E01005311" -"530","E01005312" -"531","E01005313" -"532","E01005314" -"533","E01005315" -"534","E01005316" -"535","E01005317" -"536","E01005318" -"537","E01005319" -"538","E01005320" -"539","E01005321" -"540","E01005322" -"541","E01005323" -"542","E01005324" -"543","E01005325" -"544","E01005326" -"545","E01005327" -"546","E01005328" -"547","E01005329" -"548","E01005330" -"549","E01005331" -"550","E01005332" -"551","E01005333" -"552","E01005334" -"553","E01005335" -"554","E01005336" -"555","E01005337" -"556","E01005338" -"557","E01005339" -"558","E01005340" -"559","E01005341" -"560","E01005342" -"561","E01005343" -"562","E01005344" -"563","E01005345" -"564","E01005346" -"565","E01005347" -"566","E01005348" -"567","E01005349" -"568","E01005350" -"569","E01005351" -"570","E01005352" -"571","E01005353" -"572","E01005354" -"573","E01005355" -"574","E01005356" -"575","E01005357" -"576","E01005358" -"577","E01005359" -"578","E01005360" -"579","E01005361" -"580","E01005362" -"581","E01005363" -"582","E01005364" -"583","E01005365" -"584","E01005366" -"585","E01005367" -"586","E01005368" -"587","E01005369" -"588","E01005370" -"589","E01005371" -"590","E01005372" -"591","E01005373" -"592","E01005374" -"593","E01005375" -"594","E01005376" -"595","E01005377" -"596","E01005378" -"597","E01005379" -"598","E01005380" -"599","E01005381" -"600","E01005382" -"601","E01005383" -"602","E01005386" -"603","E01005387" -"604","E01005388" -"605","E01005389" -"606","E01005390" -"607","E01005391" -"608","E01005392" -"609","E01005393" -"610","E01005394" -"611","E01005395" -"612","E01005396" -"613","E01005397" -"614","E01005398" -"615","E01005399" -"616","E01005400" -"617","E01005401" -"618","E01005402" -"619","E01005403" -"620","E01005406" -"621","E01005407" -"622","E01005408" -"623","E01005409" -"624","E01005410" -"625","E01005411" -"626","E01005412" -"627","E01005413" -"628","E01005414" -"629","E01005415" -"630","E01005416" -"631","E01005417" -"632","E01005418" -"633","E01005419" -"634","E01005420" -"635","E01005421" -"636","E01005422" -"637","E01005427" -"638","E01005428" -"639","E01005429" -"640","E01005430" -"641","E01005431" -"642","E01005432" -"643","E01005433" -"644","E01005434" -"645","E01005435" -"646","E01005436" -"647","E01005437" -"648","E01005438" -"649","E01005439" -"650","E01005440" -"651","E01005441" -"652","E01005442" -"653","E01005443" -"654","E01005444" -"655","E01005445" -"656","E01005446" -"657","E01005447" -"658","E01005448" -"659","E01005449" -"660","E01005450" -"661","E01005451" -"662","E01005452" -"663","E01005453" -"664","E01005454" -"665","E01005455" -"666","E01005456" -"667","E01005459" -"668","E01005460" -"669","E01005461" -"670","E01005462" -"671","E01005463" -"672","E01005464" -"673","E01005465" -"674","E01005466" -"675","E01005467" -"676","E01005468" -"677","E01005469" -"678","E01005470" -"679","E01005471" -"680","E01005472" -"681","E01005473" -"682","E01005474" -"683","E01005475" -"684","E01005476" -"685","E01005477" -"686","E01005478" -"687","E01005479" -"688","E01005480" -"689","E01005481" -"690","E01005482" -"691","E01005483" -"692","E01005484" -"693","E01005485" -"694","E01005486" -"695","E01005487" -"696","E01005488" -"697","E01005489" -"698","E01005490" -"699","E01005491" -"700","E01005492" -"701","E01005493" -"702","E01005494" -"703","E01005495" -"704","E01005496" -"705","E01005497" -"706","E01005498" -"707","E01005499" -"708","E01005500" -"709","E01005501" -"710","E01005502" -"711","E01005503" -"712","E01005504" -"713","E01005505" -"714","E01005506" -"715","E01005507" -"716","E01005508" -"717","E01005509" -"718","E01005510" -"719","E01005511" -"720","E01005512" -"721","E01005513" -"722","E01005514" -"723","E01005515" -"724","E01005516" -"725","E01005517" -"726","E01005518" -"727","E01005519" -"728","E01005520" -"729","E01005521" -"730","E01005522" -"731","E01005523" -"732","E01005524" -"733","E01005525" -"734","E01005526" -"735","E01005527" -"736","E01005528" -"737","E01005529" -"738","E01005530" -"739","E01005531" -"740","E01005532" -"741","E01005533" -"742","E01005534" -"743","E01005535" -"744","E01005536" -"745","E01005537" -"746","E01005538" -"747","E01005539" -"748","E01005540" -"749","E01005541" -"750","E01005542" -"751","E01005543" -"752","E01005544" -"753","E01005545" -"754","E01005546" -"755","E01005547" -"756","E01005548" -"757","E01005549" -"758","E01005550" -"759","E01005551" -"760","E01005552" -"761","E01005553" -"762","E01005554" -"763","E01005555" -"764","E01005556" -"765","E01005557" -"766","E01005558" -"767","E01005559" -"768","E01005560" -"769","E01005561" -"770","E01005562" -"771","E01005563" -"772","E01005564" -"773","E01005565" -"774","E01005566" -"775","E01005567" -"776","E01005568" -"777","E01005569" -"778","E01005570" -"779","E01005571" -"780","E01005572" -"781","E01005573" -"782","E01005574" -"783","E01005575" -"784","E01005576" -"785","E01005577" -"786","E01005578" -"787","E01005579" -"788","E01005580" -"789","E01005581" -"790","E01005583" -"791","E01005585" -"792","E01005586" -"793","E01005587" -"794","E01005588" -"795","E01005589" -"796","E01005590" -"797","E01005591" -"798","E01005592" -"799","E01005593" -"800","E01005594" -"801","E01005595" -"802","E01005596" -"803","E01005597" -"804","E01005598" -"805","E01005599" -"806","E01005600" -"807","E01005601" -"808","E01005602" -"809","E01005603" -"810","E01005604" -"811","E01005605" -"812","E01005609" -"813","E01005610" -"814","E01005611" -"815","E01005612" -"816","E01005613" -"817","E01005614" -"818","E01005615" -"819","E01005616" -"820","E01005617" -"821","E01005618" -"822","E01005619" -"823","E01005620" -"824","E01005621" -"825","E01005622" -"826","E01005623" -"827","E01005624" -"828","E01005625" -"829","E01005626" -"830","E01005627" -"831","E01005628" -"832","E01005629" -"833","E01005630" -"834","E01005631" -"835","E01005632" -"836","E01005633" -"837","E01005634" -"838","E01005635" -"839","E01005636" -"840","E01005637" -"841","E01005638" -"842","E01005639" -"843","E01005640" -"844","E01005641" -"845","E01005642" -"846","E01005643" -"847","E01005644" -"848","E01005645" -"849","E01005646" -"850","E01005647" -"851","E01005648" -"852","E01005649" -"853","E01005650" -"854","E01005651" -"855","E01005652" -"856","E01005653" -"857","E01005654" -"858","E01005655" -"859","E01005656" -"860","E01005657" -"861","E01005658" -"862","E01005659" -"863","E01005660" -"864","E01005661" -"865","E01005662" -"866","E01005663" -"867","E01005664" -"868","E01005665" -"869","E01005667" -"870","E01005670" -"871","E01005671" -"872","E01005672" -"873","E01005673" -"874","E01005674" -"875","E01005675" -"876","E01005676" -"877","E01005677" -"878","E01005678" -"879","E01005679" -"880","E01005680" -"881","E01005681" -"882","E01005682" -"883","E01005683" -"884","E01005686" -"885","E01005687" -"886","E01005688" -"887","E01005689" -"888","E01005690" -"889","E01005691" -"890","E01005692" -"891","E01005693" -"892","E01005694" -"893","E01005695" -"894","E01005696" -"895","E01005697" -"896","E01005698" -"897","E01005699" -"898","E01005700" -"899","E01005701" -"900","E01005702" -"901","E01005703" -"902","E01005704" -"903","E01005705" -"904","E01005706" -"905","E01005707" -"906","E01005708" -"907","E01005709" -"908","E01005710" -"909","E01005711" -"910","E01005712" -"911","E01005713" -"912","E01005714" -"913","E01005715" -"914","E01005716" -"915","E01005717" -"916","E01005718" -"917","E01005719" -"918","E01005720" -"919","E01005721" -"920","E01005722" -"921","E01005723" -"922","E01005724" -"923","E01005725" -"924","E01005726" -"925","E01005727" -"926","E01005728" -"927","E01005729" -"928","E01005730" -"929","E01005731" -"930","E01005732" -"931","E01005733" -"932","E01005734" -"933","E01005735" -"934","E01005736" -"935","E01005737" -"936","E01005738" -"937","E01005739" -"938","E01005740" -"939","E01005741" -"940","E01005742" -"941","E01005743" -"942","E01005744" -"943","E01005745" -"944","E01005746" -"945","E01005747" -"946","E01005748" -"947","E01005749" -"948","E01005750" -"949","E01005751" -"950","E01005752" -"951","E01005753" -"952","E01005754" -"953","E01005755" -"954","E01005756" -"955","E01005757" -"956","E01005758" -"957","E01005759" -"958","E01005760" -"959","E01005761" -"960","E01005762" -"961","E01005763" -"962","E01005764" -"963","E01005765" -"964","E01005766" -"965","E01005767" -"966","E01005768" -"967","E01005769" -"968","E01005770" -"969","E01005771" -"970","E01005772" -"971","E01005773" -"972","E01005774" -"973","E01005775" -"974","E01005776" -"975","E01005777" -"976","E01005778" -"977","E01005779" -"978","E01005780" -"979","E01005781" -"980","E01005782" -"981","E01005783" -"982","E01005784" -"983","E01005785" -"984","E01005786" -"985","E01005787" -"986","E01005788" -"987","E01005789" -"988","E01005790" -"989","E01005791" -"990","E01005792" -"991","E01005793" -"992","E01005794" -"993","E01005795" -"994","E01005796" -"995","E01005797" -"996","E01005798" -"997","E01005799" -"998","E01005800" -"999","E01005801" -"1000","E01005802" -"1001","E01005803" -"1002","E01005804" -"1003","E01005805" -"1004","E01005806" -"1005","E01005807" -"1006","E01005808" -"1007","E01005809" -"1008","E01005810" -"1009","E01005811" -"1010","E01005812" -"1011","E01005813" -"1012","E01005814" -"1013","E01005815" -"1014","E01005816" -"1015","E01005817" -"1016","E01005818" -"1017","E01005819" -"1018","E01005820" -"1019","E01005821" -"1020","E01005822" -"1021","E01005823" -"1022","E01005824" -"1023","E01005825" -"1024","E01005826" -"1025","E01005827" -"1026","E01005828" -"1027","E01005829" -"1028","E01005830" -"1029","E01005831" -"1030","E01005832" -"1031","E01005833" -"1032","E01005834" -"1033","E01005835" -"1034","E01005836" -"1035","E01005837" -"1036","E01005838" -"1037","E01005839" -"1038","E01005840" -"1039","E01005841" -"1040","E01005842" -"1041","E01005843" -"1042","E01005844" -"1043","E01005845" -"1044","E01005846" -"1045","E01005847" -"1046","E01005848" -"1047","E01005849" -"1048","E01005850" -"1049","E01005851" -"1050","E01005852" -"1051","E01005853" -"1052","E01005854" -"1053","E01005855" -"1054","E01005856" -"1055","E01005857" -"1056","E01005858" -"1057","E01005859" -"1058","E01005860" -"1059","E01005861" -"1060","E01005862" -"1061","E01005863" -"1062","E01005864" -"1063","E01005865" -"1064","E01005866" -"1065","E01005867" -"1066","E01005868" -"1067","E01005869" -"1068","E01005870" -"1069","E01005871" -"1070","E01005872" -"1071","E01005873" -"1072","E01005874" -"1073","E01005875" -"1074","E01005876" -"1075","E01005877" -"1076","E01005878" -"1077","E01005879" -"1078","E01005880" -"1079","E01005881" -"1080","E01005882" -"1081","E01005883" -"1082","E01005884" -"1083","E01005885" -"1084","E01005886" -"1085","E01005887" -"1086","E01005888" -"1087","E01005889" -"1088","E01005890" -"1089","E01005891" -"1090","E01005892" -"1091","E01005893" -"1092","E01005894" -"1093","E01005895" -"1094","E01005896" -"1095","E01005897" -"1096","E01005898" -"1097","E01005899" -"1098","E01005900" -"1099","E01005901" -"1100","E01005902" -"1101","E01005903" -"1102","E01005904" -"1103","E01005905" -"1104","E01005906" -"1105","E01005907" -"1106","E01005908" -"1107","E01005909" -"1108","E01005910" -"1109","E01005911" -"1110","E01005912" -"1111","E01005913" -"1112","E01005914" -"1113","E01005915" -"1114","E01005916" -"1115","E01005917" -"1116","E01005918" -"1117","E01005919" -"1118","E01005920" -"1119","E01005921" -"1120","E01005922" -"1121","E01005923" -"1122","E01005924" -"1123","E01005925" -"1124","E01005926" -"1125","E01005927" -"1126","E01005928" -"1127","E01005929" -"1128","E01005930" -"1129","E01005931" -"1130","E01005932" -"1131","E01005933" -"1132","E01005934" -"1133","E01005935" -"1134","E01005936" -"1135","E01005937" -"1136","E01005938" -"1137","E01005939" -"1138","E01005940" -"1139","E01005941" -"1140","E01005942" -"1141","E01005943" -"1142","E01005944" -"1143","E01005945" -"1144","E01005946" -"1145","E01005947" -"1146","E01005948" -"1147","E01005949" -"1148","E01005950" -"1149","E01005951" -"1150","E01005952" -"1151","E01005953" -"1152","E01005954" -"1153","E01005955" -"1154","E01005956" -"1155","E01005957" -"1156","E01005958" -"1157","E01005959" -"1158","E01005960" -"1159","E01005961" -"1160","E01005962" -"1161","E01005963" -"1162","E01005964" -"1163","E01005965" -"1164","E01005966" -"1165","E01005967" -"1166","E01005968" -"1167","E01005969" -"1168","E01005970" -"1169","E01005971" -"1170","E01005972" -"1171","E01005973" -"1172","E01005974" -"1173","E01005975" -"1174","E01005976" -"1175","E01005977" -"1176","E01005978" -"1177","E01005979" -"1178","E01005980" -"1179","E01005981" -"1180","E01005982" -"1181","E01005983" -"1182","E01005984" -"1183","E01005985" -"1184","E01005986" -"1185","E01005987" -"1186","E01005988" -"1187","E01005989" -"1188","E01005990" -"1189","E01005991" -"1190","E01005992" -"1191","E01005993" -"1192","E01005994" -"1193","E01005995" -"1194","E01005996" -"1195","E01005997" -"1196","E01005998" -"1197","E01005999" -"1198","E01006000" -"1199","E01006001" -"1200","E01006002" -"1201","E01006003" -"1202","E01006004" -"1203","E01006005" -"1204","E01006006" -"1205","E01006007" -"1206","E01006008" -"1207","E01006009" -"1208","E01006010" -"1209","E01006011" -"1210","E01006012" -"1211","E01006013" -"1212","E01006014" -"1213","E01006015" -"1214","E01006016" -"1215","E01006017" -"1216","E01006018" -"1217","E01006019" -"1218","E01006020" -"1219","E01006021" -"1220","E01006022" -"1221","E01006023" -"1222","E01006024" -"1223","E01006025" -"1224","E01006026" -"1225","E01006027" -"1226","E01006028" -"1227","E01006029" -"1228","E01006030" -"1229","E01006031" -"1230","E01006032" -"1231","E01006033" -"1232","E01006034" -"1233","E01006035" -"1234","E01006036" -"1235","E01006037" -"1236","E01006038" -"1237","E01006039" -"1238","E01006040" -"1239","E01006041" -"1240","E01006042" -"1241","E01006043" -"1242","E01006044" -"1243","E01006045" -"1244","E01006046" -"1245","E01006047" -"1246","E01006048" -"1247","E01006049" -"1248","E01006050" -"1249","E01006051" -"1250","E01006052" -"1251","E01006053" -"1252","E01006054" -"1253","E01006055" -"1254","E01006056" -"1255","E01006057" -"1256","E01006058" -"1257","E01006059" -"1258","E01006060" -"1259","E01006061" -"1260","E01006062" -"1261","E01006063" -"1262","E01006064" -"1263","E01006065" -"1264","E01006066" -"1265","E01006067" -"1266","E01006068" -"1267","E01006069" -"1268","E01006070" -"1269","E01006071" -"1270","E01006072" -"1271","E01006073" -"1272","E01006074" -"1273","E01006075" -"1274","E01006076" -"1275","E01006077" -"1276","E01006078" -"1277","E01006079" -"1278","E01006080" -"1279","E01006081" -"1280","E01006082" -"1281","E01006083" -"1282","E01006084" -"1283","E01006085" -"1284","E01006086" -"1285","E01006087" -"1286","E01006088" -"1287","E01006089" -"1288","E01006090" -"1289","E01006091" -"1290","E01006092" -"1291","E01006093" -"1292","E01006094" -"1293","E01006095" -"1294","E01006096" -"1295","E01006097" -"1296","E01006098" -"1297","E01006099" -"1298","E01006100" -"1299","E01006101" -"1300","E01006102" -"1301","E01006103" -"1302","E01006104" -"1303","E01006105" -"1304","E01006106" -"1305","E01006107" -"1306","E01006108" -"1307","E01006109" -"1308","E01006110" -"1309","E01006111" -"1310","E01006112" -"1311","E01006113" -"1312","E01006114" -"1313","E01006115" -"1314","E01006116" -"1315","E01006117" -"1316","E01006118" -"1317","E01006119" -"1318","E01006120" -"1319","E01006121" -"1320","E01006122" -"1321","E01006123" -"1322","E01006124" -"1323","E01006125" -"1324","E01006126" -"1325","E01006127" -"1326","E01006128" -"1327","E01006129" -"1328","E01006130" -"1329","E01006131" -"1330","E01006132" -"1331","E01006133" -"1332","E01006134" -"1333","E01006135" -"1334","E01006136" -"1335","E01006137" -"1336","E01006138" -"1337","E01006139" -"1338","E01006140" -"1339","E01006141" -"1340","E01006142" -"1341","E01006143" -"1342","E01006144" -"1343","E01006145" -"1344","E01006146" -"1345","E01006147" -"1346","E01006148" -"1347","E01006149" -"1348","E01006150" -"1349","E01006151" -"1350","E01006152" -"1351","E01006153" -"1352","E01006154" -"1353","E01006155" -"1354","E01006156" -"1355","E01006157" -"1356","E01006158" -"1357","E01006159" -"1358","E01006160" -"1359","E01006161" -"1360","E01006162" -"1361","E01006163" -"1362","E01006164" -"1363","E01006165" -"1364","E01006166" -"1365","E01006167" -"1366","E01006168" -"1367","E01006169" -"1368","E01006170" -"1369","E01006171" -"1370","E01006172" -"1371","E01006173" -"1372","E01006174" -"1373","E01006175" -"1374","E01006176" -"1375","E01006177" -"1376","E01006178" -"1377","E01006179" -"1378","E01006180" -"1379","E01006181" -"1380","E01006182" -"1381","E01006183" -"1382","E01006184" -"1383","E01006185" -"1384","E01006186" -"1385","E01006187" -"1386","E01006188" -"1387","E01006189" -"1388","E01006190" -"1389","E01006191" -"1390","E01006192" -"1391","E01006193" -"1392","E01006194" -"1393","E01006195" -"1394","E01006196" -"1395","E01006197" -"1396","E01006198" -"1397","E01006199" -"1398","E01006200" -"1399","E01006201" -"1400","E01006202" -"1401","E01006203" -"1402","E01006204" -"1403","E01006205" -"1404","E01006206" -"1405","E01006207" -"1406","E01006208" -"1407","E01006209" -"1408","E01006210" -"1409","E01006211" -"1410","E01006212" -"1411","E01006213" -"1412","E01006214" -"1413","E01006215" -"1414","E01006216" -"1415","E01006217" -"1416","E01006218" -"1417","E01006219" -"1418","E01006220" -"1419","E01006221" -"1420","E01006222" -"1421","E01006223" -"1422","E01006224" -"1423","E01006225" -"1424","E01006226" -"1425","E01006227" -"1426","E01006228" -"1427","E01006229" -"1428","E01006230" -"1429","E01006231" -"1430","E01006232" -"1431","E01006233" -"1432","E01006234" -"1433","E01006235" -"1434","E01006236" -"1435","E01006237" -"1436","E01006238" -"1437","E01006239" -"1438","E01006240" -"1439","E01006241" -"1440","E01006242" -"1441","E01006243" -"1442","E01006244" -"1443","E01006245" -"1444","E01006246" -"1445","E01006247" -"1446","E01006248" -"1447","E01006249" -"1448","E01006250" -"1449","E01006251" -"1450","E01006252" -"1451","E01006253" -"1452","E01006254" -"1453","E01006255" -"1454","E01006256" -"1455","E01006257" -"1456","E01006258" -"1457","E01006259" -"1458","E01006260" -"1459","E01006261" -"1460","E01006262" -"1461","E01006263" -"1462","E01006264" -"1463","E01006265" -"1464","E01006266" -"1465","E01006267" -"1466","E01006268" -"1467","E01006269" -"1468","E01006270" -"1469","E01006271" -"1470","E01006272" -"1471","E01006273" -"1472","E01006274" -"1473","E01006275" -"1474","E01006276" -"1475","E01006277" -"1476","E01006278" -"1477","E01006279" -"1478","E01006280" -"1479","E01006281" -"1480","E01006282" -"1481","E01006283" -"1482","E01006284" -"1483","E01006285" -"1484","E01006286" -"1485","E01006287" -"1486","E01006288" -"1487","E01006289" -"1488","E01006290" -"1489","E01006291" -"1490","E01006292" -"1491","E01006293" -"1492","E01006294" -"1493","E01006295" -"1494","E01006296" -"1495","E01006297" -"1496","E01006298" -"1497","E01006299" -"1498","E01006300" -"1499","E01006301" -"1500","E01006302" -"1501","E01006303" -"1502","E01006304" -"1503","E01006305" -"1504","E01006306" -"1505","E01006307" -"1506","E01006308" -"1507","E01006309" -"1508","E01006310" -"1509","E01006311" -"1510","E01006312" -"1511","E01006313" -"1512","E01006314" -"1513","E01006315" -"1514","E01006316" -"1515","E01006317" -"1516","E01006318" -"1517","E01006319" -"1518","E01006320" -"1519","E01006321" -"1520","E01006322" -"1521","E01006323" -"1522","E01006324" -"1523","E01006325" -"1524","E01006326" -"1525","E01006327" -"1526","E01006328" -"1527","E01006329" -"1528","E01006330" -"1529","E01006331" -"1530","E01006332" -"1531","E01006333" -"1532","E01006334" -"1533","E01006335" -"1534","E01006336" -"1535","E01006337" -"1536","E01006338" -"1537","E01006339" -"1538","E01006340" -"1539","E01006341" -"1540","E01006342" -"1541","E01006343" -"1542","E01006344" -"1543","E01006345" -"1544","E01006346" -"1545","E01006347" -"1546","E01006348" -"1547","E01006349" -"1548","E01006350" -"1549","E01006351" -"1550","E01006352" -"1551","E01006353" -"1552","E01006354" -"1553","E01006355" -"1554","E01006356" -"1555","E01006357" -"1556","E01006358" -"1557","E01006359" -"1558","E01006360" -"1559","E01006361" -"1560","E01006362" -"1561","E01006363" -"1562","E01006364" -"1563","E01006365" -"1564","E01006366" -"1565","E01006367" -"1566","E01006368" -"1567","E01006369" -"1568","E01006370" -"1569","E01006371" -"1570","E01006372" -"1571","E01006373" -"1572","E01006374" -"1573","E01006375" -"1574","E01006376" -"1575","E01006377" -"1576","E01006378" -"1577","E01006379" -"1578","E01006380" -"1579","E01006381" -"1580","E01006382" -"1581","E01006383" -"1582","E01006384" -"1583","E01006385" -"1584","E01006386" -"1585","E01006387" -"1586","E01006388" -"1587","E01006389" -"1588","E01006390" -"1589","E01006391" -"1590","E01006392" -"1591","E01006393" -"1592","E01006394" -"1593","E01006395" -"1594","E01006396" -"1595","E01006397" -"1596","E01006398" -"1597","E01006399" -"1598","E01006400" -"1599","E01006401" -"1600","E01006402" -"1601","E01006403" -"1602","E01006404" -"1603","E01006405" -"1604","E01006406" -"1605","E01006407" -"1606","E01006408" -"1607","E01006409" -"1608","E01006410" -"1609","E01006411" -"1610","E01032556" -"1611","E01032557" -"1612","E01032558" -"1613","E01032559" -"1614","E01032684" -"1615","E01032685" -"1616","E01032686" -"1617","E01032687" -"1618","E01032906" -"1619","E01032907" -"1620","E01032909" -"1621","E01032911" -"1622","E01032912" -"1623","E01032914" -"1624","E01032915" -"1625","E01032917" -"1626","E01032919" -"1627","E01032920" -"1628","E01032921" -"1629","E01032922" -"1630","E01033217" -"1631","E01033218" -"1632","E01033219" -"1633","E01033220" -"1634","E01033258" -"1635","E01033330" -"1636","E01033651" -"1637","E01033652" -"1638","E01033653" -"1639","E01033654" -"1640","E01033655" -"1641","E01033656" -"1642","E01033657" -"1643","E01033658" -"1644","E01033659" -"1645","E01033660" -"1646","E01033661" -"1647","E01033662" -"1648","E01033663" -"1649","E01033664" -"1650","E01033665" -"1651","E01033666" -"1652","E01033667" -"1653","E01033668" -"1654","E01033669" -"1655","E01033670" -"1656","E01033671" -"1657","E01033672" -"1658","E01033673" -"1659","E01033674" -"1660","E01033675" -"1661","E01033676" -"1662","E01033677" -"1663","E01033678" -"1664","E01033679" -"1665","E01033680" -"1666","E01033681" -"1667","E01033682" -"1668","E01033683" -"1669","E01033684" -"1670","E01033685" -"1671","E01033686" -"1672","E01033687" -"1673","E01033688" +,OA11CD,OAC11CD,OAC11NM,LSOA11CD,LSOA11NM,SOAC11CD,SOAC11NM,MSOA11CD,MSOA11NM,LAD17CD,LAD17NM,LACCD,LACNM,RGN11CD,RGN11NM,CTRY11CD,CTRY11NM,FID +108829,E00024390,4c1,Achieving Minorities,E01004816,Bolton 029A,7b,Young ethnic communities,E02001012,Bolton 029,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,108830 +108836,E00024447,4c1,Achieving Minorities,E01004834,Bolton 018A,7b,Young ethnic communities,E02001001,Bolton 018,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,108837 +108847,E00024463,4c1,Achieving Minorities,E01004832,Bolton 023C,3d,Households in terraces and flats,E02001006,Bolton 023,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,108848 +108889,E00024465,4c1,Achieving Minorities,E01004831,Bolton 026B,3b,Asian traits,E02001009,Bolton 026,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,108890 +108940,E00024470,4c1,Achieving Minorities,E01004831,Bolton 026B,3b,Asian traits,E02001009,Bolton 026,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,108941 +108950,E00024475,4c1,Achieving Minorities,E01004831,Bolton 026B,3b,Asian traits,E02001009,Bolton 026,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,108951 +108956,E00024495,4c1,Achieving Minorities,E01004835,Bolton 020A,8a,Affluent communities,E02001003,Bolton 020,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,108957 +108958,E00024503,4c1,Achieving Minorities,E01004836,Bolton 020B,8a,Affluent communities,E02001003,Bolton 020,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,108959 +108964,E00024535,4c1,Achieving Minorities,E01004845,Bolton 018D,3b,Asian traits,E02001001,Bolton 018,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,108965 +108971,E00024646,4c1,Achieving Minorities,E01004867,Bolton 008B,3d,Households in terraces and flats,E02000991,Bolton 008,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,108972 +108977,E00024667,4c1,Achieving Minorities,E01004878,Bolton 023E,7a,Urban cultural mix,E02001006,Bolton 023,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,108978 +108978,E00024683,4c1,Achieving Minorities,E01004880,Bolton 029E,8c,Comfortable suburbia,E02001012,Bolton 029,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,108979 +108979,E00024703,4c1,Achieving Minorities,E01004878,Bolton 023E,7a,Urban cultural mix,E02001006,Bolton 023,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,108980 +108980,E00024759,4c1,Achieving Minorities,E01004900,Bolton 030D,3b,Asian traits,E02001013,Bolton 030,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,108981 +108981,E00024780,4c1,Achieving Minorities,E01004900,Bolton 030D,3b,Asian traits,E02001013,Bolton 030,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,108982 +108982,E00024898,4c1,Achieving Minorities,E01004923,Bolton 018E,3d,Households in terraces and flats,E02001001,Bolton 018,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,108983 +108983,E00024185,6a4,Ageing in Suburbia,E01004769,Bolton 003A,8c,Comfortable suburbia,E02000986,Bolton 003,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,108984 +108984,E00024238,6a4,Ageing in Suburbia,E01004786,Bolton 006C,5c,Comfortable neighbourhoods,E02000989,Bolton 006,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,108985 +108985,E00024362,6a4,Ageing in Suburbia,E01004805,Bolton 002C,8c,Comfortable suburbia,E02000985,Bolton 002,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,108986 +108986,E00024496,6a4,Ageing in Suburbia,E01004836,Bolton 020B,8a,Affluent communities,E02001003,Bolton 020,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,108987 +108987,E00024525,6a4,Ageing in Suburbia,E01004842,Bolton 012C,8a,Affluent communities,E02000995,Bolton 012,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,108988 +108988,E00024221,8c1,Ageing Industrious Workers,E01004781,Bolton 007B,3a,Achieving neighbourhoods,E02000990,Bolton 007,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,108989 +108989,E00024232,8c1,Ageing Industrious Workers,E01004790,Bolton 002B,5c,Comfortable neighbourhoods,E02000985,Bolton 002,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,108990 +108990,E00024245,8c1,Ageing Industrious Workers,E01004786,Bolton 006C,5c,Comfortable neighbourhoods,E02000989,Bolton 006,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,108991 +108991,E00024253,8c1,Ageing Industrious Workers,E01004785,Bolton 006B,5b,Aspiring urban households,E02000989,Bolton 006,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,108992 +108992,E00024279,8c1,Ageing Industrious Workers,E01004793,Bolton 013B,4c,Hampered neighbourhoods,E02000996,Bolton 013,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,108993 +108993,E00024285,8c1,Ageing Industrious Workers,E01004793,Bolton 013B,4c,Hampered neighbourhoods,E02000996,Bolton 013,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,108994 +108994,E00024302,8c1,Ageing Industrious Workers,E01004798,Bolton 019B,4a,Challenged white communities,E02001002,Bolton 019,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,108995 +108995,E00024326,8c1,Ageing Industrious Workers,E01004805,Bolton 002C,8c,Comfortable suburbia,E02000985,Bolton 002,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,108996 +108996,E00024334,8c1,Ageing Industrious Workers,E01004806,Bolton 002D,8b,Ageing suburbanites,E02000985,Bolton 002,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,108997 +108997,E00024364,8c1,Ageing Industrious Workers,E01004809,Bolton 003E,5c,Comfortable neighbourhoods,E02000986,Bolton 003,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,108998 +108998,E00024515,8c1,Ageing Industrious Workers,E01004840,Bolton 012A,5c,Comfortable neighbourhoods,E02000995,Bolton 012,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,108999 +108999,E00024595,8c1,Ageing Industrious Workers,E01004858,Bolton 032A,4c,Hampered neighbourhoods,E02001015,Bolton 032,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109000 +109000,E00024715,8c1,Ageing Industrious Workers,E01004886,Bolton 014C,4a,Challenged white communities,E02000997,Bolton 014,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109001 +109001,E00024720,8c1,Ageing Industrious Workers,E01004886,Bolton 014C,4a,Challenged white communities,E02000997,Bolton 014,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109002 +109002,E00024767,8c1,Ageing Industrious Workers,E01004892,Bolton 030A,8b,Ageing suburbanites,E02001013,Bolton 030,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109003 +109003,E00024804,8c1,Ageing Industrious Workers,E01004894,Bolton 028C,5b,Aspiring urban households,E02001011,Bolton 028,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109004 +109004,E00024819,8c1,Ageing Industrious Workers,E01004906,Bolton 032E,4c,Hampered neighbourhoods,E02001015,Bolton 032,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109005 +109005,E00024838,8c1,Ageing Industrious Workers,E01004904,Bolton 034B,5b,Aspiring urban households,E02001017,Bolton 034,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109006 +109006,E00024868,8c1,Ageing Industrious Workers,E01004911,Bolton 024A,4a,Challenged white communities,E02001007,Bolton 024,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109007 +109007,E00024884,8c1,Ageing Industrious Workers,E01004917,Bolton 019F,5b,Aspiring urban households,E02001002,Bolton 019,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109008 +109008,E00024888,8c1,Ageing Industrious Workers,E01004913,Bolton 024C,5b,Aspiring urban households,E02001007,Bolton 024,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109009 +109009,E00024980,8c1,Ageing Industrious Workers,E01004936,Bolton 031C,5b,Aspiring urban households,E02001014,Bolton 031,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109010 +109010,E00024983,8c1,Ageing Industrious Workers,E01004936,Bolton 031C,5b,Aspiring urban households,E02001014,Bolton 031,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109011 +109011,E00024227,1b3,Ageing Rural Flat Tenants,E01004776,Bolton 031A,5b,Aspiring urban households,E02001014,Bolton 031,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109012 +109012,E00024710,1b3,Ageing Rural Flat Tenants,E01004887,Bolton 014D,5c,Comfortable neighbourhoods,E02000997,Bolton 014,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109013 +109013,E00024798,8c2,Ageing Rural Industry Workers,E01004891,Bolton 028A,5c,Comfortable neighbourhoods,E02001011,Bolton 028,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109014 +109014,E00024374,4b1,Asian Terraces and Flats,E01004815,Bolton 022D,7b,Young ethnic communities,E02001005,Bolton 022,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109015 +109015,E00024382,4b1,Asian Terraces and Flats,E01004812,Bolton 022B,7b,Young ethnic communities,E02001005,Bolton 022,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109016 +109016,E00024398,4b1,Asian Terraces and Flats,E01004818,Bolton 017A,7a,Urban cultural mix,E02001000,Bolton 017,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109017 +109103,E00024379,4c1,Achieving Minorities,E01004815,Bolton 022D,7b,Young ethnic communities,E02001005,Bolton 022,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109104 +109104,E00024385,4c1,Achieving Minorities,E01004815,Bolton 022D,7b,Young ethnic communities,E02001005,Bolton 022,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109105 +109105,E00024386,4c1,Achieving Minorities,E01004814,Bolton 027A,7a,Urban cultural mix,E02001010,Bolton 027,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109106 +109106,E00024387,4c1,Achieving Minorities,E01004813,Bolton 022C,7b,Young ethnic communities,E02001005,Bolton 022,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109107 +109200,E00024614,8d2,Hard-Pressed Ethnic Mix,E01004863,Bolton 033C,4c,Hampered neighbourhoods,E02001016,Bolton 033,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109201 +109201,E00024491,6a1,Indian Tech Achievers,E01004844,Bolton 020D,8a,Affluent communities,E02001003,Bolton 020,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109202 +109202,E00024952,7a3,Multi-Ethnic Hardship,E01004929,Bolton 010D,4c,Hampered neighbourhoods,E02000993,Bolton 010,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109203 +109203,E00024663,8d2,Hard-Pressed Ethnic Mix,E01004872,Bolton 029B,4c,Hampered neighbourhoods,E02001012,Bolton 029,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109204 +109204,E00024666,8d2,Hard-Pressed Ethnic Mix,E01004875,Bolton 029D,5d,Endeavouring social renters,E02001012,Bolton 029,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109205 +109205,E00024670,8d2,Hard-Pressed Ethnic Mix,E01004873,Bolton 029C,4c,Hampered neighbourhoods,E02001012,Bolton 029,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109206 +109206,E00024686,8d2,Hard-Pressed Ethnic Mix,E01004872,Bolton 029B,4c,Hampered neighbourhoods,E02001012,Bolton 029,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109207 +109207,E00024690,8d2,Hard-Pressed Ethnic Mix,E01004872,Bolton 029B,4c,Hampered neighbourhoods,E02001012,Bolton 029,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109208 +109208,E00024691,8d2,Hard-Pressed Ethnic Mix,E01004872,Bolton 029B,4c,Hampered neighbourhoods,E02001012,Bolton 029,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109209 +109209,E00024692,8d2,Hard-Pressed Ethnic Mix,E01004872,Bolton 029B,4c,Hampered neighbourhoods,E02001012,Bolton 029,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109210 +109210,E00024695,8d2,Hard-Pressed Ethnic Mix,E01004874,Bolton 033D,4c,Hampered neighbourhoods,E02001016,Bolton 033,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109211 +109211,E00024696,8d2,Hard-Pressed Ethnic Mix,E01004876,Bolton 033E,4c,Hampered neighbourhoods,E02001016,Bolton 033,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109212 +109212,E00024699,8d2,Hard-Pressed Ethnic Mix,E01004876,Bolton 033E,4c,Hampered neighbourhoods,E02001016,Bolton 033,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109213 +109213,E00024700,8d2,Hard-Pressed Ethnic Mix,E01004876,Bolton 033E,4c,Hampered neighbourhoods,E02001016,Bolton 033,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109214 +109214,E00024701,8d2,Hard-Pressed Ethnic Mix,E01004874,Bolton 033D,4c,Hampered neighbourhoods,E02001016,Bolton 033,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109215 +109215,E00024712,8d2,Hard-Pressed Ethnic Mix,E01004887,Bolton 014D,5c,Comfortable neighbourhoods,E02000997,Bolton 014,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109216 +109216,E00024732,8d2,Hard-Pressed Ethnic Mix,E01004889,Bolton 004D,5d,Endeavouring social renters,E02000987,Bolton 004,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109217 +109217,E00024781,8d2,Hard-Pressed Ethnic Mix,E01004899,Bolton 030C,3b,Asian traits,E02001013,Bolton 030,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109218 +109218,E00024814,8d2,Hard-Pressed Ethnic Mix,E01004905,Bolton 034C,4a,Challenged white communities,E02001017,Bolton 034,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109219 +109219,E00024820,8d2,Hard-Pressed Ethnic Mix,E01004906,Bolton 032E,4c,Hampered neighbourhoods,E02001015,Bolton 032,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109220 +109220,E00024852,8d2,Hard-Pressed Ethnic Mix,E01004908,Bolton 034E,5d,Endeavouring social renters,E02001017,Bolton 034,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109221 +109221,E00024856,8d2,Hard-Pressed Ethnic Mix,E01004917,Bolton 019F,5b,Aspiring urban households,E02001002,Bolton 019,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109222 +109222,E00024707,5a3,Families in Terraces and Flats,E01004883,Bolton 007D,5b,Aspiring urban households,E02000990,Bolton 007,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109223 +109223,E00024873,8d2,Hard-Pressed Ethnic Mix,E01004911,Bolton 024A,4a,Challenged white communities,E02001007,Bolton 024,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109224 +109224,E00024895,8d2,Hard-Pressed Ethnic Mix,E01004920,Bolton 012E,5d,Endeavouring social renters,E02000995,Bolton 012,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109225 +109225,E00024910,8d2,Hard-Pressed Ethnic Mix,E01004920,Bolton 012E,5d,Endeavouring social renters,E02000995,Bolton 012,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109226 +109226,E00024917,8d2,Hard-Pressed Ethnic Mix,E01004920,Bolton 012E,5d,Endeavouring social renters,E02000995,Bolton 012,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109227 +109227,E00024931,8d2,Hard-Pressed Ethnic Mix,E01004929,Bolton 010D,4c,Hampered neighbourhoods,E02000993,Bolton 010,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109228 +109228,E00024933,8d2,Hard-Pressed Ethnic Mix,E01004926,Bolton 010B,4c,Hampered neighbourhoods,E02000993,Bolton 010,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109229 +109229,E00024943,8d2,Hard-Pressed Ethnic Mix,E01004931,Bolton 017E,4a,Challenged white communities,E02001000,Bolton 017,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109230 +109230,E00024235,8d3,Hard-Pressed European Settlers,E01004785,Bolton 006B,5b,Aspiring urban households,E02000989,Bolton 006,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109231 +109231,E00024292,8d3,Hard-Pressed European Settlers,E01004796,Bolton 019A,5b,Aspiring urban households,E02001002,Bolton 019,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109232 +109232,E00024313,8d3,Hard-Pressed European Settlers,E01004794,Bolton 013C,4c,Hampered neighbourhoods,E02000996,Bolton 013,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109233 +109233,E00024345,8d3,Hard-Pressed European Settlers,E01004802,Bolton 010A,4c,Hampered neighbourhoods,E02000993,Bolton 010,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109234 +109234,E00024606,8d3,Hard-Pressed European Settlers,E01004861,Bolton 033A,4c,Hampered neighbourhoods,E02001016,Bolton 033,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109235 +109235,E00024812,8d3,Hard-Pressed European Settlers,E01004905,Bolton 034C,4a,Challenged white communities,E02001017,Bolton 034,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109236 +109236,E00024850,8d3,Hard-Pressed European Settlers,E01004907,Bolton 034D,4a,Challenged white communities,E02001017,Bolton 034,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109237 +109237,E00171681,8d3,Hard-Pressed European Settlers,E01004927,Bolton 010C,4c,Hampered neighbourhoods,E02000993,Bolton 010,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109238 +109238,E00024402,5b2,Communal Retirement,E01004819,Bolton 017B,3d,Households in terraces and flats,E02001000,Bolton 017,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109239 +109239,E00024289,8b2,Hard-Pressed Rented Terraces,E01004797,Bolton 013E,4c,Hampered neighbourhoods,E02000996,Bolton 013,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109240 +109240,E00024297,8b2,Hard-Pressed Rented Terraces,E01004798,Bolton 019B,4a,Challenged white communities,E02001002,Bolton 019,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109241 +109241,E00024604,8b2,Hard-Pressed Rented Terraces,E01004860,Bolton 032C,4a,Challenged white communities,E02001015,Bolton 032,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109242 +109242,E00024843,8b2,Hard-Pressed Rented Terraces,E01004909,Bolton 034F,4a,Challenged white communities,E02001017,Bolton 034,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109243 +109243,E00024181,6a1,Indian Tech Achievers,E01004768,Bolton 001A,8c,Comfortable suburbia,E02000984,Bolton 001,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109244 +109244,E00024184,6a1,Indian Tech Achievers,E01004771,Bolton 003C,8a,Affluent communities,E02000986,Bolton 003,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109245 +109245,E00024188,6a1,Indian Tech Achievers,E01004775,Bolton 014A,2a,Ageing rural neighbourhoods,E02000997,Bolton 014,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109246 +109246,E00024305,6a1,Indian Tech Achievers,E01004799,Bolton 019C,8b,Ageing suburbanites,E02001002,Bolton 019,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109247 +109247,E00024478,6a1,Indian Tech Achievers,E01004833,Bolton 026C,8c,Comfortable suburbia,E02001009,Bolton 026,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109248 +109248,E00024481,6a1,Indian Tech Achievers,E01004837,Bolton 020C,8a,Affluent communities,E02001003,Bolton 020,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109249 +109249,E00024482,6a1,Indian Tech Achievers,E01004837,Bolton 020C,8a,Affluent communities,E02001003,Bolton 020,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109250 +109250,E00024483,6a1,Indian Tech Achievers,E01004835,Bolton 020A,8a,Affluent communities,E02001003,Bolton 020,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109251 +109251,E00024488,6a1,Indian Tech Achievers,E01004844,Bolton 020D,8a,Affluent communities,E02001003,Bolton 020,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109252 +109252,E00024489,6a1,Indian Tech Achievers,E01004844,Bolton 020D,8a,Affluent communities,E02001003,Bolton 020,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109253 +109253,E00024490,6a1,Indian Tech Achievers,E01004837,Bolton 020C,8a,Affluent communities,E02001003,Bolton 020,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109254 +109254,E00024831,8a1,Industrious Transitions,E01004905,Bolton 034C,4a,Challenged white communities,E02001017,Bolton 034,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109255 +109255,E00024735,8b1,Deprived Blue-Collar Terraces,E01004881,Bolton 004B,4a,Challenged white communities,E02000987,Bolton 004,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109256 +109256,E00024492,6a1,Indian Tech Achievers,E01004837,Bolton 020C,8a,Affluent communities,E02001003,Bolton 020,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109257 +109257,E00024956,7a3,Multi-Ethnic Hardship,E01004927,Bolton 010C,4c,Hampered neighbourhoods,E02000993,Bolton 010,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109258 +109258,E00024400,4b1,Asian Terraces and Flats,E01004817,Bolton 022E,7a,Urban cultural mix,E02001005,Bolton 022,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109259 +109259,E00024935,5a3,Families in Terraces and Flats,E01004932,Bolton 017F,3d,Households in terraces and flats,E02001000,Bolton 017,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109260 +109260,E00024494,6a1,Indian Tech Achievers,E01004836,Bolton 020B,8a,Affluent communities,E02001003,Bolton 020,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109261 +109261,E00024937,5a3,Families in Terraces and Flats,E01004928,Bolton 017C,4b,Constrained renters,E02001000,Bolton 017,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109262 +109262,E00024984,5a3,Families in Terraces and Flats,E01004936,Bolton 031C,5b,Aspiring urban households,E02001014,Bolton 031,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109263 +109263,E00171676,5a3,Families in Terraces and Flats,E01004910,Bolton 034G,5b,Aspiring urban households,E02001017,Bolton 034,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109264 +109264,E00171678,5a3,Families in Terraces and Flats,E01004910,Bolton 034G,5b,Aspiring urban households,E02001017,Bolton 034,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109265 +109265,E00024497,6a1,Indian Tech Achievers,E01004836,Bolton 020B,8a,Affluent communities,E02001003,Bolton 020,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109266 +109266,E00024493,5b2,Communal Retirement,E01004838,Bolton 018B,7a,Urban cultural mix,E02001001,Bolton 018,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109267 +109267,E00171680,5a3,Families in Terraces and Flats,E01004910,Bolton 034G,5b,Aspiring urban households,E02001017,Bolton 034,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109268 +109268,E00024169,7a2,Hampered Aspiration,E01004766,Bolton 005A,4c,Hampered neighbourhoods,E02000988,Bolton 005,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109269 +109269,E00024173,7a2,Hampered Aspiration,E01004766,Bolton 005A,4c,Hampered neighbourhoods,E02000988,Bolton 005,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109270 +109270,E00024218,7a2,Hampered Aspiration,E01004777,Bolton 004A,5a,Ageing urban communities,E02000987,Bolton 004,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109271 +109271,E00024444,7a2,Hampered Aspiration,E01004830,Bolton 026A,4c,Hampered neighbourhoods,E02001009,Bolton 026,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109272 +109272,E00024588,7a2,Hampered Aspiration,E01004857,Bolton 027D,4c,Hampered neighbourhoods,E02001010,Bolton 027,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109273 +109273,E00024594,7a2,Hampered Aspiration,E01004858,Bolton 032A,4c,Hampered neighbourhoods,E02001015,Bolton 032,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109274 +109274,E00024637,7a2,Hampered Aspiration,E01004864,Bolton 008A,5b,Aspiring urban households,E02000991,Bolton 008,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109275 +109275,E00024640,7a2,Hampered Aspiration,E01004864,Bolton 008A,5b,Aspiring urban households,E02000991,Bolton 008,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109276 +109276,E00024642,7a2,Hampered Aspiration,E01004865,Bolton 011D,4b,Constrained renters,E02000994,Bolton 011,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109277 +109277,E00024748,7a2,Hampered Aspiration,E01004890,Bolton 004E,5b,Aspiring urban households,E02000987,Bolton 004,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109278 +109278,E00024821,7a2,Hampered Aspiration,E01004906,Bolton 032E,4c,Hampered neighbourhoods,E02001015,Bolton 032,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109279 +109279,E00024832,7a2,Hampered Aspiration,E01004902,Bolton 032D,4a,Challenged white communities,E02001015,Bolton 032,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109280 +109280,E00024854,7a2,Hampered Aspiration,E01004906,Bolton 032E,4c,Hampered neighbourhoods,E02001015,Bolton 032,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109281 +109281,E00024875,7a2,Hampered Aspiration,E01004916,Bolton 024F,4a,Challenged white communities,E02001007,Bolton 024,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109282 +109282,E00024896,7a2,Hampered Aspiration,E01004922,Bolton 015E,4c,Hampered neighbourhoods,E02000998,Bolton 015,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109283 +109283,E00024926,7a2,Hampered Aspiration,E01004922,Bolton 015E,4c,Hampered neighbourhoods,E02000998,Bolton 015,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109284 +109284,E00024934,7a2,Hampered Aspiration,E01004932,Bolton 017F,3d,Households in terraces and flats,E02001000,Bolton 017,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109285 +109285,E00024946,7a2,Hampered Aspiration,E01004931,Bolton 017E,4a,Challenged white communities,E02001000,Bolton 017,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109286 +109286,E00024961,7a3,Multi-Ethnic Hardship,E01004927,Bolton 010C,4c,Hampered neighbourhoods,E02000993,Bolton 010,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109287 +109287,E00024839,8a1,Industrious Transitions,E01004907,Bolton 034D,4a,Challenged white communities,E02001017,Bolton 034,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109288 +109288,E00024736,8b1,Deprived Blue-Collar Terraces,E01004881,Bolton 004B,4a,Challenged white communities,E02000987,Bolton 004,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109289 +109289,E00024401,4b1,Asian Terraces and Flats,E01004819,Bolton 017B,3d,Households in terraces and flats,E02001000,Bolton 017,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109290 +109290,E00024950,7a2,Hampered Aspiration,E01004931,Bolton 017E,4a,Challenged white communities,E02001000,Bolton 017,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109291 +109291,E00024954,7a2,Hampered Aspiration,E01004928,Bolton 017C,4b,Constrained renters,E02001000,Bolton 017,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109292 +109292,E00024958,7a2,Hampered Aspiration,E01004928,Bolton 017C,4b,Constrained renters,E02001000,Bolton 017,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109293 +109293,E00024959,7a2,Hampered Aspiration,E01004927,Bolton 010C,4c,Hampered neighbourhoods,E02000993,Bolton 010,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109294 +109294,E00024964,7a2,Hampered Aspiration,E01004928,Bolton 017C,4b,Constrained renters,E02001000,Bolton 017,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109295 +109295,E00024151,8d2,Hard-Pressed Ethnic Mix,E01004772,Bolton 005C,4c,Hampered neighbourhoods,E02000988,Bolton 005,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109296 +109296,E00024155,8d2,Hard-Pressed Ethnic Mix,E01004774,Bolton 005D,4c,Hampered neighbourhoods,E02000988,Bolton 005,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109297 +109297,E00024156,8d2,Hard-Pressed Ethnic Mix,E01004774,Bolton 005D,4c,Hampered neighbourhoods,E02000988,Bolton 005,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109298 +109298,E00024164,8d2,Hard-Pressed Ethnic Mix,E01004774,Bolton 005D,4c,Hampered neighbourhoods,E02000988,Bolton 005,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109299 +109299,E00024165,8d2,Hard-Pressed Ethnic Mix,E01004766,Bolton 005A,4c,Hampered neighbourhoods,E02000988,Bolton 005,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109300 +109300,E00024231,8d2,Hard-Pressed Ethnic Mix,E01004787,Bolton 013A,4c,Hampered neighbourhoods,E02000996,Bolton 013,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109301 +109301,E00024275,8d2,Hard-Pressed Ethnic Mix,E01004798,Bolton 019B,4a,Challenged white communities,E02001002,Bolton 019,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109302 +109302,E00024288,8d2,Hard-Pressed Ethnic Mix,E01004797,Bolton 013E,4c,Hampered neighbourhoods,E02000996,Bolton 013,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109303 +109303,E00024300,8d2,Hard-Pressed Ethnic Mix,E01004801,Bolton 019E,4c,Hampered neighbourhoods,E02001002,Bolton 019,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109304 +109304,E00024304,8d2,Hard-Pressed Ethnic Mix,E01004798,Bolton 019B,4a,Challenged white communities,E02001002,Bolton 019,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109305 +109305,E00024315,8d2,Hard-Pressed Ethnic Mix,E01004794,Bolton 013C,4c,Hampered neighbourhoods,E02000996,Bolton 013,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109306 +109306,E00024342,8d2,Hard-Pressed Ethnic Mix,E01004802,Bolton 010A,4c,Hampered neighbourhoods,E02000993,Bolton 010,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109307 +109307,E00024346,8d2,Hard-Pressed Ethnic Mix,E01004802,Bolton 010A,4c,Hampered neighbourhoods,E02000993,Bolton 010,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109308 +109308,E00024389,8d2,Hard-Pressed Ethnic Mix,E01004814,Bolton 027A,7a,Urban cultural mix,E02001010,Bolton 027,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109309 +109309,E00024458,8d2,Hard-Pressed Ethnic Mix,E01004828,Bolton 023A,7b,Young ethnic communities,E02001006,Bolton 023,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109310 +109310,E00024473,8d2,Hard-Pressed Ethnic Mix,E01004833,Bolton 026C,8c,Comfortable suburbia,E02001009,Bolton 026,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109311 +109311,E00024576,8d2,Hard-Pressed Ethnic Mix,E01004861,Bolton 033A,4c,Hampered neighbourhoods,E02001016,Bolton 033,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109312 +109312,E00024580,8d2,Hard-Pressed Ethnic Mix,E01004855,Bolton 027B,4c,Hampered neighbourhoods,E02001010,Bolton 027,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109313 +109313,E00024592,8d2,Hard-Pressed Ethnic Mix,E01004859,Bolton 032B,4c,Hampered neighbourhoods,E02001015,Bolton 032,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109314 +109314,E00024611,8d2,Hard-Pressed Ethnic Mix,E01004863,Bolton 033C,4c,Hampered neighbourhoods,E02001016,Bolton 033,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109315 +109315,E00024965,7a3,Multi-Ethnic Hardship,E01004927,Bolton 010C,4c,Hampered neighbourhoods,E02000993,Bolton 010,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109316 +109316,E00024498,6a1,Indian Tech Achievers,E01004836,Bolton 020B,8a,Affluent communities,E02001003,Bolton 020,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109317 +109317,E00024153,5a2,Multi-Ethnic Professionals with Families,E01004773,Bolton 003D,3d,Households in terraces and flats,E02000986,Bolton 003,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109318 +109318,E00024500,6a1,Indian Tech Achievers,E01004835,Bolton 020A,8a,Affluent communities,E02001003,Bolton 020,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109319 +109319,E00024154,5a2,Multi-Ethnic Professionals with Families,E01004773,Bolton 003D,3d,Households in terraces and flats,E02000986,Bolton 003,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109320 +109320,E00024501,6a1,Indian Tech Achievers,E01004835,Bolton 020A,8a,Affluent communities,E02001003,Bolton 020,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109321 +109321,E00024160,5a2,Multi-Ethnic Professionals with Families,E01004773,Bolton 003D,3d,Households in terraces and flats,E02000986,Bolton 003,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109322 +109322,E00024507,6a1,Indian Tech Achievers,E01004835,Bolton 020A,8a,Affluent communities,E02001003,Bolton 020,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109323 +109323,E00024175,5a2,Multi-Ethnic Professionals with Families,E01004766,Bolton 005A,4c,Hampered neighbourhoods,E02000988,Bolton 005,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109324 +109324,E00024523,6a1,Indian Tech Achievers,E01004842,Bolton 012C,8a,Affluent communities,E02000995,Bolton 012,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109325 +109325,E00024210,5a2,Multi-Ethnic Professionals with Families,E01004781,Bolton 007B,3a,Achieving neighbourhoods,E02000990,Bolton 007,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109326 +109326,E00024528,6a1,Indian Tech Achievers,E01004843,Bolton 018C,8a,Affluent communities,E02001001,Bolton 018,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109327 +109327,E00024312,5a2,Multi-Ethnic Professionals with Families,E01004800,Bolton 019D,8c,Comfortable suburbia,E02001002,Bolton 019,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109328 +109328,E00024531,6a1,Indian Tech Achievers,E01004837,Bolton 020C,8a,Affluent communities,E02001003,Bolton 020,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109329 +109329,E00024533,6a1,Indian Tech Achievers,E01004844,Bolton 020D,8a,Affluent communities,E02001003,Bolton 020,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109330 +109330,E00024536,6a1,Indian Tech Achievers,E01004844,Bolton 020D,8a,Affluent communities,E02001003,Bolton 020,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109331 +109331,E00024680,6a1,Indian Tech Achievers,E01004880,Bolton 029E,8c,Comfortable suburbia,E02001012,Bolton 029,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109332 +109332,E00024721,6a1,Indian Tech Achievers,E01004885,Bolton 014B,8a,Affluent communities,E02000997,Bolton 014,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109333 +109333,E00024723,6a1,Indian Tech Achievers,E01004885,Bolton 014B,8a,Affluent communities,E02000997,Bolton 014,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109334 +109334,E00024761,6a1,Indian Tech Achievers,E01004897,Bolton 020E,8c,Comfortable suburbia,E02001003,Bolton 020,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109335 +109335,E00024763,6a1,Indian Tech Achievers,E01004899,Bolton 030C,3b,Asian traits,E02001013,Bolton 030,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109336 +109336,E00024776,6a1,Indian Tech Achievers,E01004897,Bolton 020E,8c,Comfortable suburbia,E02001003,Bolton 020,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109337 +109337,E00024191,8a2,Industrious Hardship,E01004782,Bolton 009C,5d,Endeavouring social renters,E02000992,Bolton 009,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109338 +109338,E00024213,8a2,Industrious Hardship,E01004777,Bolton 004A,5a,Ageing urban communities,E02000987,Bolton 004,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109339 +109339,E00024216,8a2,Industrious Hardship,E01004779,Bolton 007A,5b,Aspiring urban households,E02000990,Bolton 007,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109340 +109340,E00024685,8a2,Industrious Hardship,E01004873,Bolton 029C,4c,Hampered neighbourhoods,E02001012,Bolton 029,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109341 +109341,E00024702,8a2,Industrious Hardship,E01004876,Bolton 033E,4c,Hampered neighbourhoods,E02001016,Bolton 033,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109342 +109342,E00024790,8a2,Industrious Hardship,E01004895,Bolton 031B,5d,Endeavouring social renters,E02001014,Bolton 031,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109343 +109343,E00024816,8a2,Industrious Hardship,E01004910,Bolton 034G,5b,Aspiring urban households,E02001017,Bolton 034,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109344 +109344,E00024842,8a2,Industrious Hardship,E01004907,Bolton 034D,4a,Challenged white communities,E02001017,Bolton 034,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109345 +109345,E00024851,8a2,Industrious Hardship,E01004908,Bolton 034E,5d,Endeavouring social renters,E02001017,Bolton 034,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109346 +109346,E00024969,8a2,Industrious Hardship,E01004938,Bolton 031D,4a,Challenged white communities,E02001014,Bolton 031,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109347 +109347,E00024203,8a1,Industrious Transitions,E01004782,Bolton 009C,5d,Endeavouring social renters,E02000992,Bolton 009,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109348 +109348,E00024206,8a1,Industrious Transitions,E01004782,Bolton 009C,5d,Endeavouring social renters,E02000992,Bolton 009,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109349 +109349,E00024207,8a1,Industrious Transitions,E01004779,Bolton 007A,5b,Aspiring urban households,E02000990,Bolton 007,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109350 +109350,E00024263,8a1,Industrious Transitions,E01004790,Bolton 002B,5c,Comfortable neighbourhoods,E02000985,Bolton 002,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109351 +109351,E00024291,8a1,Industrious Transitions,E01004798,Bolton 019B,4a,Challenged white communities,E02001002,Bolton 019,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109352 +109352,E00024339,8a1,Industrious Transitions,E01004810,Bolton 002E,8c,Comfortable suburbia,E02000985,Bolton 002,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109353 +109353,E00024403,8a1,Industrious Transitions,E01004817,Bolton 022E,7a,Urban cultural mix,E02001005,Bolton 022,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109354 +109354,E00024469,8a1,Industrious Transitions,E01004831,Bolton 026B,3b,Asian traits,E02001009,Bolton 026,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109355 +109355,E00024578,8a1,Industrious Transitions,E01004855,Bolton 027B,4c,Hampered neighbourhoods,E02001010,Bolton 027,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109356 +109356,E00024591,8a1,Industrious Transitions,E01004855,Bolton 027B,4c,Hampered neighbourhoods,E02001010,Bolton 027,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109357 +109357,E00024602,8a1,Industrious Transitions,E01004862,Bolton 033B,4c,Hampered neighbourhoods,E02001016,Bolton 033,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109358 +109358,E00024608,8a1,Industrious Transitions,E01004860,Bolton 032C,4a,Challenged white communities,E02001015,Bolton 032,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109359 +109359,E00024643,8a1,Industrious Transitions,E01004864,Bolton 008A,5b,Aspiring urban households,E02000991,Bolton 008,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109360 +109360,E00024664,8a1,Industrious Transitions,E01004874,Bolton 033D,4c,Hampered neighbourhoods,E02001016,Bolton 033,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109361 +109361,E00024689,8a1,Industrious Transitions,E01004875,Bolton 029D,5d,Endeavouring social renters,E02001012,Bolton 029,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109362 +109362,E00024698,8a1,Industrious Transitions,E01004874,Bolton 033D,4c,Hampered neighbourhoods,E02001016,Bolton 033,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109363 +109363,E00024709,8a1,Industrious Transitions,E01004887,Bolton 014D,5c,Comfortable neighbourhoods,E02000997,Bolton 014,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109364 +109364,E00024727,8a1,Industrious Transitions,E01004889,Bolton 004D,5d,Endeavouring social renters,E02000987,Bolton 004,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109365 +109365,E00024813,8a1,Industrious Transitions,E01004909,Bolton 034F,4a,Challenged white communities,E02001017,Bolton 034,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109366 +109366,E00024815,8a1,Industrious Transitions,E01004910,Bolton 034G,5b,Aspiring urban households,E02001017,Bolton 034,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109367 +109367,E00024817,8a1,Industrious Transitions,E01004906,Bolton 032E,4c,Hampered neighbourhoods,E02001015,Bolton 032,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109368 +109368,E00024405,4b1,Asian Terraces and Flats,E01004820,Bolton 011A,7a,Urban cultural mix,E02000994,Bolton 011,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109369 +109369,E00024844,8a1,Industrious Transitions,E01004909,Bolton 034F,4a,Challenged white communities,E02001017,Bolton 034,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109370 +109370,E00024530,5b2,Communal Retirement,E01004840,Bolton 012A,5c,Comfortable neighbourhoods,E02000995,Bolton 012,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109371 +109371,E00024739,8b1,Deprived Blue-Collar Terraces,E01004881,Bolton 004B,4a,Challenged white communities,E02000987,Bolton 004,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109372 +109372,E00024860,8a1,Industrious Transitions,E01004916,Bolton 024F,4a,Challenged white communities,E02001007,Bolton 024,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109373 +109373,E00024432,3c1,Constrained Neighbourhoods,E01033220,Bolton 016F,7a,Urban cultural mix,E02000999,Bolton 016,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109374 +109374,E00024744,8b1,Deprived Blue-Collar Terraces,E01004881,Bolton 004B,4a,Challenged white communities,E02000987,Bolton 004,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109375 +109375,E00024526,5a2,Multi-Ethnic Professionals with Families,E01004842,Bolton 012C,8a,Affluent communities,E02000995,Bolton 012,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109376 +109376,E00024589,5a2,Multi-Ethnic Professionals with Families,E01004858,Bolton 032A,4c,Hampered neighbourhoods,E02001015,Bolton 032,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109377 +109377,E00024636,5a2,Multi-Ethnic Professionals with Families,E01004865,Bolton 011D,4b,Constrained renters,E02000994,Bolton 011,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109378 +109378,E00024648,5a2,Multi-Ethnic Professionals with Families,E01004867,Bolton 008B,3d,Households in terraces and flats,E02000991,Bolton 008,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109379 +109379,E00024775,5a2,Multi-Ethnic Professionals with Families,E01004897,Bolton 020E,8c,Comfortable suburbia,E02001003,Bolton 020,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109380 +109380,E00024782,5a2,Multi-Ethnic Professionals with Families,E01004900,Bolton 030D,3b,Asian traits,E02001013,Bolton 030,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109381 +109381,E00024897,5a2,Multi-Ethnic Professionals with Families,E01004923,Bolton 018E,3d,Households in terraces and flats,E02001001,Bolton 018,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109382 +109382,E00024948,5a2,Multi-Ethnic Professionals with Families,E01004932,Bolton 017F,3d,Households in terraces and flats,E02001000,Bolton 017,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109383 +109383,E00171685,5a2,Multi-Ethnic Professionals with Families,E01004929,Bolton 010D,4c,Hampered neighbourhoods,E02000993,Bolton 010,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109384 +109384,E00171694,5a2,Multi-Ethnic Professionals with Families,E01004773,Bolton 003D,3d,Households in terraces and flats,E02000986,Bolton 003,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109385 +109385,E00171696,5a2,Multi-Ethnic Professionals with Families,E01033218,Bolton 028F,3a,Achieving neighbourhoods,E02001011,Bolton 028,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109386 +109386,E00024438,3c1,Constrained Neighbourhoods,E01004823,Bolton 016C,7a,Urban cultural mix,E02000999,Bolton 016,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109387 +109387,E00171704,5a2,Multi-Ethnic Professionals with Families,E01033218,Bolton 028F,3a,Achieving neighbourhoods,E02001011,Bolton 028,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109388 +109388,E00024439,3c1,Constrained Neighbourhoods,E01033220,Bolton 016F,7a,Urban cultural mix,E02000999,Bolton 016,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109389 +109389,E00024408,4b1,Asian Terraces and Flats,E01004823,Bolton 016C,7a,Urban cultural mix,E02000999,Bolton 016,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109390 +109390,E00024861,8a1,Industrious Transitions,E01004914,Bolton 024D,8b,Ageing suburbanites,E02001007,Bolton 024,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109391 +109391,E00024753,8b1,Deprived Blue-Collar Terraces,E01004882,Bolton 007C,5c,Comfortable neighbourhoods,E02000990,Bolton 007,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109392 +109392,E00024755,8b1,Deprived Blue-Collar Terraces,E01004883,Bolton 007D,5b,Aspiring urban households,E02000990,Bolton 007,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109393 +109393,E00024800,8b1,Deprived Blue-Collar Terraces,E01004894,Bolton 028C,5b,Aspiring urban households,E02001011,Bolton 028,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109394 +109394,E00024811,8b1,Deprived Blue-Collar Terraces,E01004902,Bolton 032D,4a,Challenged white communities,E02001015,Bolton 032,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109395 +109395,E00024833,8b1,Deprived Blue-Collar Terraces,E01004902,Bolton 032D,4a,Challenged white communities,E02001015,Bolton 032,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109396 +109396,E00024836,8b1,Deprived Blue-Collar Terraces,E01004905,Bolton 034C,4a,Challenged white communities,E02001017,Bolton 034,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109397 +109397,E00024846,8b1,Deprived Blue-Collar Terraces,E01004903,Bolton 034A,8c,Comfortable suburbia,E02001017,Bolton 034,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109398 +109398,E00024915,8b1,Deprived Blue-Collar Terraces,E01004921,Bolton 008C,5b,Aspiring urban households,E02000991,Bolton 008,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109399 +109399,E00024919,8b1,Deprived Blue-Collar Terraces,E01004922,Bolton 015E,4c,Hampered neighbourhoods,E02000998,Bolton 015,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109400 +109400,E00024921,8b1,Deprived Blue-Collar Terraces,E01004921,Bolton 008C,5b,Aspiring urban households,E02000991,Bolton 008,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109401 +109401,E00024945,8b1,Deprived Blue-Collar Terraces,E01004931,Bolton 017E,4a,Challenged white communities,E02001000,Bolton 017,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109402 +109402,E00024949,8b1,Deprived Blue-Collar Terraces,E01004932,Bolton 017F,3d,Households in terraces and flats,E02001000,Bolton 017,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109403 +109403,E00024960,8b1,Deprived Blue-Collar Terraces,E01004928,Bolton 017C,4b,Constrained renters,E02001000,Bolton 017,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109404 +109404,E00171691,8b1,Deprived Blue-Collar Terraces,E01004929,Bolton 010D,4c,Hampered neighbourhoods,E02000993,Bolton 010,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109405 +109405,E00024416,7b2,Deprived Neighbourhoods,E01033217,Bolton 016E,1a,Cosmopolitan student neighbourhoods,E02000999,Bolton 016,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109406 +109406,E00024147,6a3,Detached Retirement Living,E01004769,Bolton 003A,8c,Comfortable suburbia,E02000986,Bolton 003,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109407 +109407,E00024182,6a3,Detached Retirement Living,E01004768,Bolton 001A,8c,Comfortable suburbia,E02000984,Bolton 001,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109408 +109408,E00024242,6a3,Detached Retirement Living,E01004792,Bolton 006F,8b,Ageing suburbanites,E02000989,Bolton 006,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109409 +109409,E00024262,6a3,Detached Retirement Living,E01004789,Bolton 006D,8b,Ageing suburbanites,E02000989,Bolton 006,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109410 +109410,E00024274,6a3,Detached Retirement Living,E01004790,Bolton 002B,5c,Comfortable neighbourhoods,E02000985,Bolton 002,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109411 +109411,E00024309,6a3,Detached Retirement Living,E01004799,Bolton 019C,8b,Ageing suburbanites,E02001002,Bolton 019,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109412 +109412,E00024336,6a3,Detached Retirement Living,E01004810,Bolton 002E,8c,Comfortable suburbia,E02000985,Bolton 002,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109413 +109413,E00024350,6a3,Detached Retirement Living,E01004804,Bolton 001C,8b,Ageing suburbanites,E02000984,Bolton 001,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109414 +109414,E00024354,6a3,Detached Retirement Living,E01004804,Bolton 001C,8b,Ageing suburbanites,E02000984,Bolton 001,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109415 +109415,E00024355,6a3,Detached Retirement Living,E01004808,Bolton 001E,8c,Comfortable suburbia,E02000984,Bolton 001,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109416 +109416,E00171705,5a2,Multi-Ethnic Professionals with Families,E01004781,Bolton 007B,3a,Achieving neighbourhoods,E02000990,Bolton 007,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109417 +109417,E00024866,8a1,Industrious Transitions,E01004913,Bolton 024C,5b,Aspiring urban households,E02001007,Bolton 024,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109418 +109418,E00024440,3c1,Constrained Neighbourhoods,E01033217,Bolton 016E,1a,Cosmopolitan student neighbourhoods,E02000999,Bolton 016,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109419 +109419,E00024412,4b1,Asian Terraces and Flats,E01004826,Bolton 011C,7a,Urban cultural mix,E02000994,Bolton 011,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109420 +109420,E00024358,6a3,Detached Retirement Living,E01004805,Bolton 002C,8c,Comfortable suburbia,E02000985,Bolton 002,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109421 +109421,E00024361,6a3,Detached Retirement Living,E01004805,Bolton 002C,8c,Comfortable suburbia,E02000985,Bolton 002,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109422 +109422,E00024750,6a3,Detached Retirement Living,E01004884,Bolton 007E,8a,Affluent communities,E02000990,Bolton 007,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109423 +109423,E00024758,6a3,Detached Retirement Living,E01033219,Bolton 028G,8c,Comfortable suburbia,E02001011,Bolton 028,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109424 +109424,E00024760,6a3,Detached Retirement Living,E01004896,Bolton 030B,8b,Ageing suburbanites,E02001013,Bolton 030,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109425 +109425,E00024769,6a3,Detached Retirement Living,E01004892,Bolton 030A,8b,Ageing suburbanites,E02001013,Bolton 030,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109426 +109426,E00024770,6a3,Detached Retirement Living,E01004892,Bolton 030A,8b,Ageing suburbanites,E02001013,Bolton 030,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109427 +109427,E00024772,6a3,Detached Retirement Living,E01004896,Bolton 030B,8b,Ageing suburbanites,E02001013,Bolton 030,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109428 +109428,E00024773,6a3,Detached Retirement Living,E01004896,Bolton 030B,8b,Ageing suburbanites,E02001013,Bolton 030,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109429 +109429,E00024728,7b1,Eastern European Communities,E01004888,Bolton 004C,5c,Comfortable neighbourhoods,E02000987,Bolton 004,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109430 +109430,E00024259,1a2,Established Farming Communities,E01004789,Bolton 006D,8b,Ageing suburbanites,E02000989,Bolton 006,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109431 +109431,E00024543,3a1,Established Renting Families,E01004850,Bolton 021C,7b,Young ethnic communities,E02001004,Bolton 021,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109432 +109432,E00024161,5a3,Families in Terraces and Flats,E01004774,Bolton 005D,4c,Hampered neighbourhoods,E02000988,Bolton 005,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109433 +109433,E00024166,5a3,Families in Terraces and Flats,E01004774,Bolton 005D,4c,Hampered neighbourhoods,E02000988,Bolton 005,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109434 +109434,E00024168,5a3,Families in Terraces and Flats,E01004767,Bolton 005B,3d,Households in terraces and flats,E02000988,Bolton 005,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109435 +109435,E00024172,5a3,Families in Terraces and Flats,E01004767,Bolton 005B,3d,Households in terraces and flats,E02000988,Bolton 005,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109436 +109436,E00024220,5a3,Families in Terraces and Flats,E01004781,Bolton 007B,3a,Achieving neighbourhoods,E02000990,Bolton 007,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109437 +109437,E00024319,5a3,Families in Terraces and Flats,E01004809,Bolton 003E,5c,Comfortable neighbourhoods,E02000986,Bolton 003,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109438 +109438,E00024391,5a3,Families in Terraces and Flats,E01004814,Bolton 027A,7a,Urban cultural mix,E02001010,Bolton 027,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109439 +109439,E00024639,5a3,Families in Terraces and Flats,E01004865,Bolton 011D,4b,Constrained renters,E02000994,Bolton 011,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109440 +109440,E00024654,5a3,Families in Terraces and Flats,E01004869,Bolton 015B,7a,Urban cultural mix,E02000998,Bolton 015,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109441 +109441,E00024143,6b1,Multi-Ethnic Suburbia,E01004767,Bolton 005B,3d,Households in terraces and flats,E02000988,Bolton 005,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109442 +109442,E00024145,6b1,Multi-Ethnic Suburbia,E01004771,Bolton 003C,8a,Affluent communities,E02000986,Bolton 003,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109443 +109443,E00024157,6b1,Multi-Ethnic Suburbia,E01004770,Bolton 003B,8b,Ageing suburbanites,E02000986,Bolton 003,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109444 +109444,E00024167,6b1,Multi-Ethnic Suburbia,E01004767,Bolton 005B,3d,Households in terraces and flats,E02000988,Bolton 005,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109445 +109445,E00024171,6b1,Multi-Ethnic Suburbia,E01004766,Bolton 005A,4c,Hampered neighbourhoods,E02000988,Bolton 005,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109446 +109446,E00024187,6b1,Multi-Ethnic Suburbia,E01004771,Bolton 003C,8a,Affluent communities,E02000986,Bolton 003,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109447 +109447,E00024311,6b1,Multi-Ethnic Suburbia,E01004800,Bolton 019D,8c,Comfortable suburbia,E02001002,Bolton 019,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109448 +109448,E00024314,6b1,Multi-Ethnic Suburbia,E01004794,Bolton 013C,4c,Hampered neighbourhoods,E02000996,Bolton 013,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109449 +109449,E00024365,6b1,Multi-Ethnic Suburbia,E01004817,Bolton 022E,7a,Urban cultural mix,E02001005,Bolton 022,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109450 +109450,E00024368,6b1,Multi-Ethnic Suburbia,E01004816,Bolton 029A,7b,Young ethnic communities,E02001012,Bolton 029,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109451 +109451,E00024399,6b1,Multi-Ethnic Suburbia,E01004819,Bolton 017B,3d,Households in terraces and flats,E02001000,Bolton 017,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109452 +109452,E00024519,6b1,Multi-Ethnic Suburbia,E01004843,Bolton 018C,8a,Affluent communities,E02001001,Bolton 018,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109453 +109453,E00024522,6b1,Multi-Ethnic Suburbia,E01004842,Bolton 012C,8a,Affluent communities,E02000995,Bolton 012,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109454 +109454,E00024527,6b1,Multi-Ethnic Suburbia,E01004843,Bolton 018C,8a,Affluent communities,E02001001,Bolton 018,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109455 +109455,E00024529,6b1,Multi-Ethnic Suburbia,E01004845,Bolton 018D,3b,Asian traits,E02001001,Bolton 018,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109456 +109456,E00024677,6b1,Multi-Ethnic Suburbia,E01004875,Bolton 029D,5d,Endeavouring social renters,E02001012,Bolton 029,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109457 +109457,E00024681,6b1,Multi-Ethnic Suburbia,E01004880,Bolton 029E,8c,Comfortable suburbia,E02001012,Bolton 029,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109458 +109458,E00024757,6b1,Multi-Ethnic Suburbia,E01004900,Bolton 030D,3b,Asian traits,E02001013,Bolton 030,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109459 +109459,E00024762,6b1,Multi-Ethnic Suburbia,E01004900,Bolton 030D,3b,Asian traits,E02001013,Bolton 030,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109460 +109460,E00024765,6b1,Multi-Ethnic Suburbia,E01004899,Bolton 030C,3b,Asian traits,E02001013,Bolton 030,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109461 +109461,E00024779,6b1,Multi-Ethnic Suburbia,E01004899,Bolton 030C,3b,Asian traits,E02001013,Bolton 030,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109462 +109462,E00024849,6b1,Multi-Ethnic Suburbia,E01004908,Bolton 034E,5d,Endeavouring social renters,E02001017,Bolton 034,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109463 +109463,E00024858,6b1,Multi-Ethnic Suburbia,E01004912,Bolton 024B,8b,Ageing suburbanites,E02001007,Bolton 024,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109464 +109464,E00024863,6b1,Multi-Ethnic Suburbia,E01004918,Bolton 024G,8b,Ageing suburbanites,E02001007,Bolton 024,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109465 +109465,E00024865,6b1,Multi-Ethnic Suburbia,E01004914,Bolton 024D,8b,Ageing suburbanites,E02001007,Bolton 024,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109466 +109466,E00024903,6b1,Multi-Ethnic Suburbia,E01004924,Bolton 008D,8b,Ageing suburbanites,E02000991,Bolton 008,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109467 +109467,E00024904,6b1,Multi-Ethnic Suburbia,E01004924,Bolton 008D,8b,Ageing suburbanites,E02000991,Bolton 008,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109468 +109468,E00024429,4b1,Asian Terraces and Flats,E01004822,Bolton 016B,7b,Young ethnic communities,E02000999,Bolton 016,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109469 +109469,E00024885,8a1,Industrious Transitions,E01004917,Bolton 019F,5b,Aspiring urban households,E02001002,Bolton 019,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109470 +109470,E00024441,3c1,Constrained Neighbourhoods,E01033220,Bolton 016F,7a,Urban cultural mix,E02000999,Bolton 016,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109471 +109471,E00024892,8a1,Industrious Transitions,E01004911,Bolton 024A,4a,Challenged white communities,E02001007,Bolton 024,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109472 +109472,E00024542,3c1,Constrained Neighbourhoods,E01004850,Bolton 021C,7b,Young ethnic communities,E02001004,Bolton 021,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109473 +109473,E00024918,8a1,Industrious Transitions,E01004921,Bolton 008C,5b,Aspiring urban households,E02000991,Bolton 008,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109474 +109474,E00024547,3c1,Constrained Neighbourhoods,E01004851,Bolton 021D,7b,Young ethnic communities,E02001004,Bolton 021,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109475 +109475,E00024939,8a1,Industrious Transitions,E01004930,Bolton 017D,5d,Endeavouring social renters,E02001000,Bolton 017,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109476 +109476,E00024574,3c1,Constrained Neighbourhoods,E01004848,Bolton 016D,7a,Urban cultural mix,E02000999,Bolton 016,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109477 +109477,E00024941,8a1,Industrious Transitions,E01004930,Bolton 017D,5d,Endeavouring social renters,E02001000,Bolton 017,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109478 +109478,E00171673,3c1,Constrained Neighbourhoods,E01033217,Bolton 016E,1a,Cosmopolitan student neighbourhoods,E02000999,Bolton 016,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109479 +109479,E00024163,7c2,Constrained Young Families,E01004772,Bolton 005C,4c,Hampered neighbourhoods,E02000988,Bolton 005,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109480 +109480,E00024254,7c2,Constrained Young Families,E01004787,Bolton 013A,4c,Hampered neighbourhoods,E02000996,Bolton 013,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109481 +109481,E00024255,7c2,Constrained Young Families,E01004787,Bolton 013A,4c,Hampered neighbourhoods,E02000996,Bolton 013,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109482 +109482,E00024509,7c2,Constrained Young Families,E01004839,Bolton 026D,4c,Hampered neighbourhoods,E02001009,Bolton 026,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109483 +109483,E00024713,7c2,Constrained Young Families,E01004886,Bolton 014C,4a,Challenged white communities,E02000997,Bolton 014,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109484 +109484,E00024717,7c2,Constrained Young Families,E01004887,Bolton 014D,5c,Comfortable neighbourhoods,E02000997,Bolton 014,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109485 +109485,E00024930,7c2,Constrained Young Families,E01004926,Bolton 010B,4c,Hampered neighbourhoods,E02000993,Bolton 010,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109486 +109486,E00024955,7c2,Constrained Young Families,E01004929,Bolton 010D,4c,Hampered neighbourhoods,E02000993,Bolton 010,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109487 +109487,E00024994,7c2,Constrained Young Families,E01004939,Bolton 031E,5c,Comfortable neighbourhoods,E02001014,Bolton 031,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109488 +109488,E00024141,5b1,Delayed Retirement,E01004771,Bolton 003C,8a,Affluent communities,E02000986,Bolton 003,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109489 +109489,E00024322,5b1,Delayed Retirement,E01004803,Bolton 001B,8c,Comfortable suburbia,E02000984,Bolton 001,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109490 +109490,E00024518,5b1,Delayed Retirement,E01004840,Bolton 012A,5c,Comfortable neighbourhoods,E02000995,Bolton 012,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109491 +109491,E00024532,5b1,Delayed Retirement,E01004843,Bolton 018C,8a,Affluent communities,E02001001,Bolton 018,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109492 +109492,E00024807,5b1,Delayed Retirement,E01004891,Bolton 028A,5c,Comfortable neighbourhoods,E02001011,Bolton 028,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109493 +109493,E00171677,5b1,Delayed Retirement,E01004910,Bolton 034G,5b,Aspiring urban households,E02001017,Bolton 034,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109494 +109494,E00171683,5b1,Delayed Retirement,E01004929,Bolton 010D,4c,Hampered neighbourhoods,E02000993,Bolton 010,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109495 +109495,E00171686,5b1,Delayed Retirement,E01004913,Bolton 024C,5b,Aspiring urban households,E02001007,Bolton 024,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109496 +109496,E00171706,5b1,Delayed Retirement,E01004845,Bolton 018D,3b,Asian traits,E02001001,Bolton 018,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109497 +109497,E00171707,5b1,Delayed Retirement,E01004845,Bolton 018D,3b,Asian traits,E02001001,Bolton 018,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109498 +109498,E00024162,8b1,Deprived Blue-Collar Terraces,E01004773,Bolton 003D,3d,Households in terraces and flats,E02000986,Bolton 003,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109499 +109499,E00024170,8b1,Deprived Blue-Collar Terraces,E01004766,Bolton 005A,4c,Hampered neighbourhoods,E02000988,Bolton 005,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109500 +109500,E00024215,8b1,Deprived Blue-Collar Terraces,E01004777,Bolton 004A,5a,Ageing urban communities,E02000987,Bolton 004,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109501 +109501,E00024217,8b1,Deprived Blue-Collar Terraces,E01004779,Bolton 007A,5b,Aspiring urban households,E02000990,Bolton 007,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109502 +109502,E00024224,8b1,Deprived Blue-Collar Terraces,E01004776,Bolton 031A,5b,Aspiring urban households,E02001014,Bolton 031,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109503 +109503,E00024294,8b1,Deprived Blue-Collar Terraces,E01004796,Bolton 019A,5b,Aspiring urban households,E02001002,Bolton 019,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109504 +109504,E00024404,8b1,Deprived Blue-Collar Terraces,E01004819,Bolton 017B,3d,Households in terraces and flats,E02001000,Bolton 017,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109505 +109505,E00024442,8b1,Deprived Blue-Collar Terraces,E01004832,Bolton 023C,3d,Households in terraces and flats,E02001006,Bolton 023,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109506 +109506,E00024466,8b1,Deprived Blue-Collar Terraces,E01004830,Bolton 026A,4c,Hampered neighbourhoods,E02001009,Bolton 026,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109507 +109507,E00024467,8b1,Deprived Blue-Collar Terraces,E01004832,Bolton 023C,3d,Households in terraces and flats,E02001006,Bolton 023,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109508 +109508,E00024472,8b1,Deprived Blue-Collar Terraces,E01004832,Bolton 023C,3d,Households in terraces and flats,E02001006,Bolton 023,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109509 +109509,E00024487,8b1,Deprived Blue-Collar Terraces,E01004845,Bolton 018D,3b,Asian traits,E02001001,Bolton 018,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109510 +109510,E00024638,8b1,Deprived Blue-Collar Terraces,E01004864,Bolton 008A,5b,Aspiring urban households,E02000991,Bolton 008,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109511 +109511,E00024641,8b1,Deprived Blue-Collar Terraces,E01004864,Bolton 008A,5b,Aspiring urban households,E02000991,Bolton 008,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109512 +109512,E00024647,8b1,Deprived Blue-Collar Terraces,E01004867,Bolton 008B,3d,Households in terraces and flats,E02000991,Bolton 008,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109513 +109513,E00024697,8b1,Deprived Blue-Collar Terraces,E01004876,Bolton 033E,4c,Hampered neighbourhoods,E02001016,Bolton 033,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109514 +109514,E00024430,4b1,Asian Terraces and Flats,E01004820,Bolton 011A,7a,Urban cultural mix,E02000994,Bolton 011,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109515 +109515,E00024706,8b1,Deprived Blue-Collar Terraces,E01004882,Bolton 007C,5c,Comfortable neighbourhoods,E02000990,Bolton 007,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109516 +109516,E00024711,8b1,Deprived Blue-Collar Terraces,E01004883,Bolton 007D,5b,Aspiring urban households,E02000990,Bolton 007,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109517 +109517,E00024734,8b1,Deprived Blue-Collar Terraces,E01004889,Bolton 004D,5d,Endeavouring social renters,E02000987,Bolton 004,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109518 +109518,E00024944,8a1,Industrious Transitions,E01004930,Bolton 017D,5d,Endeavouring social renters,E02001000,Bolton 017,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109519 +109519,E00024970,8a1,Industrious Transitions,E01004937,Bolton 035D,8c,Comfortable suburbia,E02001018,Bolton 035,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109520 +109520,E00024974,8a1,Industrious Transitions,E01004934,Bolton 035B,5b,Aspiring urban households,E02001018,Bolton 035,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109521 +109521,E00024992,8a1,Industrious Transitions,E01004939,Bolton 031E,5c,Comfortable neighbourhoods,E02001014,Bolton 031,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109522 +109522,E00171688,8a1,Industrious Transitions,E01004913,Bolton 024C,5b,Aspiring urban households,E02001007,Bolton 024,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109523 +109523,E00024174,4c3,Inner City Ethnic Mix,E01004767,Bolton 005B,3d,Households in terraces and flats,E02000988,Bolton 005,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109524 +109524,E00024630,4c3,Inner City Ethnic Mix,E01004870,Bolton 015C,7b,Young ethnic communities,E02000998,Bolton 015,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109525 +109525,E00024900,4c3,Inner City Ethnic Mix,E01004923,Bolton 018E,3d,Households in terraces and flats,E02001001,Bolton 018,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109526 +109526,E00024901,4c3,Inner City Ethnic Mix,E01004923,Bolton 018E,3d,Households in terraces and flats,E02001001,Bolton 018,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109527 +109527,E00024393,2c1,Migrant Families,E01004817,Bolton 022E,7a,Urban cultural mix,E02001005,Bolton 022,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109528 +109528,E00171675,2c1,Migrant Families,E01004910,Bolton 034G,5b,Aspiring urban households,E02001017,Bolton 034,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109529 +109529,E00171695,2c1,Migrant Families,E01004773,Bolton 003D,3d,Households in terraces and flats,E02000986,Bolton 003,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109530 +109530,E00171674,2b2,Multicultural Student Neighbourhoods,E01033217,Bolton 016E,1a,Cosmopolitan student neighbourhoods,E02000999,Bolton 016,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109531 +109531,E00024152,7a3,Multi-Ethnic Hardship,E01004772,Bolton 005C,4c,Hampered neighbourhoods,E02000988,Bolton 005,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109532 +109532,E00024158,7a3,Multi-Ethnic Hardship,E01004772,Bolton 005C,4c,Hampered neighbourhoods,E02000988,Bolton 005,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109533 +109533,E00024257,7a3,Multi-Ethnic Hardship,E01004787,Bolton 013A,4c,Hampered neighbourhoods,E02000996,Bolton 013,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109534 +109534,E00024281,7a3,Multi-Ethnic Hardship,E01004793,Bolton 013B,4c,Hampered neighbourhoods,E02000996,Bolton 013,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109535 +109535,E00024283,7a3,Multi-Ethnic Hardship,E01004795,Bolton 013D,4a,Challenged white communities,E02000996,Bolton 013,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109536 +109536,E00024287,7a3,Multi-Ethnic Hardship,E01004793,Bolton 013B,4c,Hampered neighbourhoods,E02000996,Bolton 013,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109537 +109537,E00024301,7a3,Multi-Ethnic Hardship,E01004801,Bolton 019E,4c,Hampered neighbourhoods,E02001002,Bolton 019,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109538 +109538,E00024317,7a3,Multi-Ethnic Hardship,E01004794,Bolton 013C,4c,Hampered neighbourhoods,E02000996,Bolton 013,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109539 +109539,E00024330,7a3,Multi-Ethnic Hardship,E01004809,Bolton 003E,5c,Comfortable neighbourhoods,E02000986,Bolton 003,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109540 +109540,E00024343,7a3,Multi-Ethnic Hardship,E01004802,Bolton 010A,4c,Hampered neighbourhoods,E02000993,Bolton 010,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109541 +109541,E00024344,7a3,Multi-Ethnic Hardship,E01004802,Bolton 010A,4c,Hampered neighbourhoods,E02000993,Bolton 010,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109542 +109542,E00024433,7a3,Multi-Ethnic Hardship,E01004822,Bolton 016B,7b,Young ethnic communities,E02000999,Bolton 016,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109543 +109543,E00024471,7a3,Multi-Ethnic Hardship,E01004830,Bolton 026A,4c,Hampered neighbourhoods,E02001009,Bolton 026,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109544 +109544,E00024508,7a3,Multi-Ethnic Hardship,E01004839,Bolton 026D,4c,Hampered neighbourhoods,E02001009,Bolton 026,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109545 +109545,E00024511,7a3,Multi-Ethnic Hardship,E01004841,Bolton 012B,4c,Hampered neighbourhoods,E02000995,Bolton 012,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109546 +109546,E00024514,7a3,Multi-Ethnic Hardship,E01004841,Bolton 012B,4c,Hampered neighbourhoods,E02000995,Bolton 012,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109547 +109547,E00024581,7a3,Multi-Ethnic Hardship,E01004862,Bolton 033B,4c,Hampered neighbourhoods,E02001016,Bolton 033,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109548 +109548,E00024584,7a3,Multi-Ethnic Hardship,E01004857,Bolton 027D,4c,Hampered neighbourhoods,E02001010,Bolton 027,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109549 +109549,E00024598,7a3,Multi-Ethnic Hardship,E01004859,Bolton 032B,4c,Hampered neighbourhoods,E02001015,Bolton 032,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109550 +109550,E00024600,7a3,Multi-Ethnic Hardship,E01004860,Bolton 032C,4a,Challenged white communities,E02001015,Bolton 032,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109551 +109551,E00024603,7a3,Multi-Ethnic Hardship,E01004859,Bolton 032B,4c,Hampered neighbourhoods,E02001015,Bolton 032,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109552 +109552,E00024435,4b1,Asian Terraces and Flats,E01033220,Bolton 016F,7a,Urban cultural mix,E02000999,Bolton 016,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109553 +109553,E00024652,7a3,Multi-Ethnic Hardship,E01004866,Bolton 011E,7a,Urban cultural mix,E02000994,Bolton 011,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109554 +109554,E00024694,7a3,Multi-Ethnic Hardship,E01004876,Bolton 033E,4c,Hampered neighbourhoods,E02001016,Bolton 033,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109555 +109555,E00024754,7a3,Multi-Ethnic Hardship,E01004882,Bolton 007C,5c,Comfortable neighbourhoods,E02000990,Bolton 007,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109556 +109556,E00024830,7a3,Multi-Ethnic Hardship,E01004906,Bolton 032E,4c,Hampered neighbourhoods,E02001015,Bolton 032,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109557 +109557,E00024938,7a3,Multi-Ethnic Hardship,E01004927,Bolton 010C,4c,Hampered neighbourhoods,E02000993,Bolton 010,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109558 +109558,E00024445,4b1,Asian Terraces and Flats,E01004827,Bolton 021A,7a,Urban cultural mix,E02001004,Bolton 021,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109559 +109559,E00024446,4b1,Asian Terraces and Flats,E01004827,Bolton 021A,7a,Urban cultural mix,E02001004,Bolton 021,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109560 +109560,E00024454,4b1,Asian Terraces and Flats,E01004828,Bolton 023A,7b,Young ethnic communities,E02001006,Bolton 023,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109561 +109561,E00024460,4b1,Asian Terraces and Flats,E01004827,Bolton 021A,7a,Urban cultural mix,E02001004,Bolton 021,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109562 +109562,E00024484,4b1,Asian Terraces and Flats,E01004838,Bolton 018B,7a,Urban cultural mix,E02001001,Bolton 018,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109563 +109563,E00024537,4b1,Asian Terraces and Flats,E01004849,Bolton 021B,7b,Young ethnic communities,E02001004,Bolton 021,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109564 +109564,E00024540,4b1,Asian Terraces and Flats,E01004849,Bolton 021B,7b,Young ethnic communities,E02001004,Bolton 021,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109565 +109565,E00024541,4b1,Asian Terraces and Flats,E01004849,Bolton 021B,7b,Young ethnic communities,E02001004,Bolton 021,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109566 +109566,E00024545,4b1,Asian Terraces and Flats,E01004851,Bolton 021D,7b,Young ethnic communities,E02001004,Bolton 021,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109567 +109567,E00024549,4b1,Asian Terraces and Flats,E01004850,Bolton 021C,7b,Young ethnic communities,E02001004,Bolton 021,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109568 +109568,E00024556,4b1,Asian Terraces and Flats,E01004853,Bolton 021E,7b,Young ethnic communities,E02001004,Bolton 021,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109569 +109569,E00024557,4b1,Asian Terraces and Flats,E01004851,Bolton 021D,7b,Young ethnic communities,E02001004,Bolton 021,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109570 +109570,E00024567,4b1,Asian Terraces and Flats,E01004847,Bolton 025B,7b,Young ethnic communities,E02001008,Bolton 025,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109571 +109571,E00024629,4b1,Asian Terraces and Flats,E01004870,Bolton 015C,7b,Young ethnic communities,E02000998,Bolton 015,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109572 +109572,E00024634,4b1,Asian Terraces and Flats,E01004871,Bolton 015D,7b,Young ethnic communities,E02000998,Bolton 015,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109573 +109573,E00024655,4b1,Asian Terraces and Flats,E01004866,Bolton 011E,7a,Urban cultural mix,E02000994,Bolton 011,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109574 +109574,E00171692,4b1,Asian Terraces and Flats,E01004848,Bolton 016D,7a,Urban cultural mix,E02000999,Bolton 016,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109575 +109575,E00024474,7c1,Challenged Transitionaries,E01004830,Bolton 026A,4c,Hampered neighbourhoods,E02001009,Bolton 026,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109576 +109576,E00024593,7c1,Challenged Transitionaries,E01004859,Bolton 032B,4c,Hampered neighbourhoods,E02001015,Bolton 032,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109577 +109577,E00024823,7c1,Challenged Transitionaries,E01004902,Bolton 032D,4a,Challenged white communities,E02001015,Bolton 032,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109578 +109578,E00024178,6a2,Comfortable Suburbia,E01004768,Bolton 001A,8c,Comfortable suburbia,E02000984,Bolton 001,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109579 +109579,E00024234,6a2,Comfortable Suburbia,E01004784,Bolton 006A,8b,Ageing suburbanites,E02000989,Bolton 006,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109580 +109580,E00024251,6a2,Comfortable Suburbia,E01004792,Bolton 006F,8b,Ageing suburbanites,E02000989,Bolton 006,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109581 +109581,E00024261,6a2,Comfortable Suburbia,E01004788,Bolton 002A,8b,Ageing suburbanites,E02000985,Bolton 002,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109582 +109582,E00024320,6a2,Comfortable Suburbia,E01004806,Bolton 002D,8b,Ageing suburbanites,E02000985,Bolton 002,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109583 +109583,E00024359,6a2,Comfortable Suburbia,E01004807,Bolton 001D,8c,Comfortable suburbia,E02000984,Bolton 001,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109584 +109584,E00024708,6a2,Comfortable Suburbia,E01004885,Bolton 014B,8a,Affluent communities,E02000997,Bolton 014,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109585 +109585,E00024722,6a2,Comfortable Suburbia,E01004885,Bolton 014B,8a,Affluent communities,E02000997,Bolton 014,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109586 +109586,E00024751,6a2,Comfortable Suburbia,E01004883,Bolton 007D,5b,Aspiring urban households,E02000990,Bolton 007,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109587 +109587,E00024756,6a2,Comfortable Suburbia,E01033219,Bolton 028G,8c,Comfortable suburbia,E02001011,Bolton 028,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109588 +109588,E00024783,6a2,Comfortable Suburbia,E01004901,Bolton 028E,8c,Comfortable suburbia,E02001011,Bolton 028,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109589 +109589,E00024788,6a2,Comfortable Suburbia,E01004893,Bolton 028B,8b,Ageing suburbanites,E02001011,Bolton 028,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109590 +109590,E00024797,6a2,Comfortable Suburbia,E01004901,Bolton 028E,8c,Comfortable suburbia,E02001011,Bolton 028,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109591 +109591,E00024803,6a2,Comfortable Suburbia,E01004901,Bolton 028E,8c,Comfortable suburbia,E02001011,Bolton 028,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109592 +109592,E00024966,6a2,Comfortable Suburbia,E01004934,Bolton 035B,5b,Aspiring urban households,E02001018,Bolton 035,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109593 +109593,E00024971,6a2,Comfortable Suburbia,E01004937,Bolton 035D,8c,Comfortable suburbia,E02001018,Bolton 035,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109594 +109594,E00024972,6a2,Comfortable Suburbia,E01004935,Bolton 035C,8c,Comfortable suburbia,E02001018,Bolton 035,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109595 +109595,E00024979,6a2,Comfortable Suburbia,E01004934,Bolton 035B,5b,Aspiring urban households,E02001018,Bolton 035,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109596 +109596,E00024998,6a2,Comfortable Suburbia,E01004937,Bolton 035D,8c,Comfortable suburbia,E02001018,Bolton 035,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109597 +109597,E00025000,6a2,Comfortable Suburbia,E01004937,Bolton 035D,8c,Comfortable suburbia,E02001018,Bolton 035,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109598 +109598,E00171689,6a2,Comfortable Suburbia,E01004917,Bolton 019F,5b,Aspiring urban households,E02001002,Bolton 019,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109599 +109599,E00024200,5b2,Communal Retirement,E01004778,Bolton 009A,5a,Ageing urban communities,E02000992,Bolton 009,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109600 +109600,E00024622,5a1,White Professionals,E01004867,Bolton 008B,3d,Households in terraces and flats,E02000991,Bolton 008,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109601 +109601,E00024740,5a1,White Professionals,E01004890,Bolton 004E,5b,Aspiring urban households,E02000987,Bolton 004,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109602 +109602,E00024742,5a1,White Professionals,E01004890,Bolton 004E,5b,Aspiring urban households,E02000987,Bolton 004,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109603 +109603,E00024746,5a1,White Professionals,E01004890,Bolton 004E,5b,Aspiring urban households,E02000987,Bolton 004,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109604 +109604,E00024747,5a1,White Professionals,E01004882,Bolton 007C,5c,Comfortable neighbourhoods,E02000990,Bolton 007,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109605 +109605,E00024774,5a1,White Professionals,E01004897,Bolton 020E,8c,Comfortable suburbia,E02001003,Bolton 020,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109606 +109606,E00024908,6b1,Multi-Ethnic Suburbia,E01004925,Bolton 008E,5b,Aspiring urban households,E02000991,Bolton 008,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109607 +109607,E00024778,5a1,White Professionals,E01033219,Bolton 028G,8c,Comfortable suburbia,E02001011,Bolton 028,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109608 +109608,E00024802,5a1,White Professionals,E01004891,Bolton 028A,5c,Comfortable neighbourhoods,E02001011,Bolton 028,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109609 +109609,E00024809,5a1,White Professionals,E01004894,Bolton 028C,5b,Aspiring urban households,E02001011,Bolton 028,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109610 +109610,E00024612,4a1,Private Renting Young Families,E01004861,Bolton 033A,4c,Hampered neighbourhoods,E02001016,Bolton 033,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109611 +109611,E00024568,4b2,Pakistani Communities,E01004847,Bolton 025B,7b,Young ethnic communities,E02001008,Bolton 025,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109612 +109612,E00024724,1b2,Rural White-Collar Workers,E01004884,Bolton 007E,8a,Affluent communities,E02000990,Bolton 007,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109613 +109613,E00024878,6b3,Semi-Detached Ageing,E01004912,Bolton 024B,8b,Ageing suburbanites,E02001007,Bolton 024,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109614 +109614,E00024269,6b2,White Suburban Communities,E01004789,Bolton 006D,8b,Ageing suburbanites,E02000989,Bolton 006,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109615 +109615,E00024909,6b1,Multi-Ethnic Suburbia,E01004925,Bolton 008E,5b,Aspiring urban households,E02000991,Bolton 008,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109616 +109616,E00024824,5a1,White Professionals,E01004903,Bolton 034A,8c,Comfortable suburbia,E02001017,Bolton 034,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109617 +109617,E00024569,4b2,Pakistani Communities,E01004846,Bolton 025A,7b,Young ethnic communities,E02001008,Bolton 025,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109618 +109618,E00024879,6b3,Semi-Detached Ageing,E01004915,Bolton 024E,8b,Ageing suburbanites,E02001007,Bolton 024,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109619 +109619,E00024766,1b2,Rural White-Collar Workers,E01004892,Bolton 030A,8b,Ageing suburbanites,E02001013,Bolton 030,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109620 +109620,E00024962,6b1,Multi-Ethnic Suburbia,E01004930,Bolton 017D,5d,Endeavouring social renters,E02001000,Bolton 017,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109621 +109621,E00024273,6b2,White Suburban Communities,E01004791,Bolton 006E,5c,Comfortable neighbourhoods,E02000989,Bolton 006,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109622 +109622,E00024621,4a1,Private Renting Young Families,E01004867,Bolton 008B,3d,Households in terraces and flats,E02000991,Bolton 008,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109623 +109623,E00024855,5a1,White Professionals,E01004912,Bolton 024B,8b,Ageing suburbanites,E02001007,Bolton 024,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109624 +109624,E00024570,4b2,Pakistani Communities,E01004846,Bolton 025A,7b,Young ethnic communities,E02001008,Bolton 025,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109625 +109625,E00024394,4b2,Pakistani Communities,E01004818,Bolton 017A,7a,Urban cultural mix,E02001000,Bolton 017,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109626 +109626,E00024881,6b3,Semi-Detached Ageing,E01004915,Bolton 024E,8b,Ageing suburbanites,E02001007,Bolton 024,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109627 +109627,E00024883,6b3,Semi-Detached Ageing,E01004915,Bolton 024E,8b,Ageing suburbanites,E02001007,Bolton 024,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109628 +109628,E00024887,6b3,Semi-Detached Ageing,E01004918,Bolton 024G,8b,Ageing suburbanites,E02001007,Bolton 024,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109629 +109629,E00024889,6b3,Semi-Detached Ageing,E01004918,Bolton 024G,8b,Ageing suburbanites,E02001007,Bolton 024,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109630 +109630,E00024891,6b3,Semi-Detached Ageing,E01004918,Bolton 024G,8b,Ageing suburbanites,E02001007,Bolton 024,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109631 +109631,E00024920,6b3,Semi-Detached Ageing,E01004919,Bolton 012D,8c,Comfortable suburbia,E02000995,Bolton 012,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109632 +109632,E00024993,6b3,Semi-Detached Ageing,E01004940,Bolton 035E,8b,Ageing suburbanites,E02001018,Bolton 035,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109633 +109633,E00024999,6b3,Semi-Detached Ageing,E01004940,Bolton 035E,8b,Ageing suburbanites,E02001018,Bolton 035,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109634 +109634,E00025002,6b3,Semi-Detached Ageing,E01004935,Bolton 035C,8c,Comfortable suburbia,E02001018,Bolton 035,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109635 +109635,E00024415,4a2,Social Renting New Arrivals,E01033220,Bolton 016F,7a,Urban cultural mix,E02000999,Bolton 016,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109636 +109636,E00024464,4a2,Social Renting New Arrivals,E01004830,Bolton 026A,4c,Hampered neighbourhoods,E02001009,Bolton 026,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109637 +109637,E00024468,4a2,Social Renting New Arrivals,E01004832,Bolton 023C,3d,Households in terraces and flats,E02001006,Bolton 023,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109638 +109638,E00024585,4a2,Social Renting New Arrivals,E01004857,Bolton 027D,4c,Hampered neighbourhoods,E02001010,Bolton 027,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109639 +109639,E00024590,4a2,Social Renting New Arrivals,E01004855,Bolton 027B,4c,Hampered neighbourhoods,E02001010,Bolton 027,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109640 +109640,E00024601,4a2,Social Renting New Arrivals,E01004858,Bolton 032A,4c,Hampered neighbourhoods,E02001015,Bolton 032,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109641 +109641,E00024623,4a2,Social Renting New Arrivals,E01004869,Bolton 015B,7a,Urban cultural mix,E02000998,Bolton 015,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109642 +109642,E00024628,4a2,Social Renting New Arrivals,E01004870,Bolton 015C,7b,Young ethnic communities,E02000998,Bolton 015,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109643 +109643,E00024651,4a2,Social Renting New Arrivals,E01004869,Bolton 015B,7a,Urban cultural mix,E02000998,Bolton 015,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109644 +109644,E00024656,4a2,Social Renting New Arrivals,E01004869,Bolton 015B,7a,Urban cultural mix,E02000998,Bolton 015,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109645 +109645,E00024657,4a2,Social Renting New Arrivals,E01004866,Bolton 011E,7a,Urban cultural mix,E02000994,Bolton 011,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109646 +109646,E00024659,4a2,Social Renting New Arrivals,E01004868,Bolton 015A,7a,Urban cultural mix,E02000998,Bolton 015,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109647 +109647,E00024661,4a2,Social Renting New Arrivals,E01004868,Bolton 015A,7a,Urban cultural mix,E02000998,Bolton 015,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109648 +109648,E00024893,4a2,Social Renting New Arrivals,E01004922,Bolton 015E,4c,Hampered neighbourhoods,E02000998,Bolton 015,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109649 +109649,E00024947,4a2,Social Renting New Arrivals,E01004932,Bolton 017F,3d,Households in terraces and flats,E02001000,Bolton 017,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109650 +109650,E00171682,4a2,Social Renting New Arrivals,E01033217,Bolton 016E,1a,Cosmopolitan student neighbourhoods,E02000999,Bolton 016,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109651 +109651,E00171684,4a2,Social Renting New Arrivals,E01004927,Bolton 010C,4c,Hampered neighbourhoods,E02000993,Bolton 010,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109652 +109652,E00171693,4a2,Social Renting New Arrivals,E01004848,Bolton 016D,7a,Urban cultural mix,E02000999,Bolton 016,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109653 +109653,E00024144,5a1,White Professionals,E01004769,Bolton 003A,8c,Comfortable suburbia,E02000986,Bolton 003,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109654 +109654,E00024180,5a1,White Professionals,E01004769,Bolton 003A,8c,Comfortable suburbia,E02000986,Bolton 003,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109655 +109655,E00024183,5a1,White Professionals,E01004769,Bolton 003A,8c,Comfortable suburbia,E02000986,Bolton 003,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109656 +109656,E00024205,5a1,White Professionals,E01004780,Bolton 009B,8c,Comfortable suburbia,E02000992,Bolton 009,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109657 +109657,E00024208,5a1,White Professionals,E01004777,Bolton 004A,5a,Ageing urban communities,E02000987,Bolton 004,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109658 +109658,E00024212,5a1,White Professionals,E01004777,Bolton 004A,5a,Ageing urban communities,E02000987,Bolton 004,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109659 +109659,E00024219,5a1,White Professionals,E01004779,Bolton 007A,5b,Aspiring urban households,E02000990,Bolton 007,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109660 +109660,E00024222,5a1,White Professionals,E01004781,Bolton 007B,3a,Achieving neighbourhoods,E02000990,Bolton 007,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109661 +109661,E00024223,5a1,White Professionals,E01004776,Bolton 031A,5b,Aspiring urban households,E02001014,Bolton 031,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109662 +109662,E00024225,5a1,White Professionals,E01004776,Bolton 031A,5b,Aspiring urban households,E02001014,Bolton 031,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109663 +109663,E00024241,5a1,White Professionals,E01004790,Bolton 002B,5c,Comfortable neighbourhoods,E02000985,Bolton 002,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109664 +109664,E00024271,5a1,White Professionals,E01004791,Bolton 006E,5c,Comfortable neighbourhoods,E02000989,Bolton 006,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109665 +109665,E00024278,5a1,White Professionals,E01004796,Bolton 019A,5b,Aspiring urban households,E02001002,Bolton 019,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109666 +109666,E00024310,5a1,White Professionals,E01004800,Bolton 019D,8c,Comfortable suburbia,E02001002,Bolton 019,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109667 +109667,E00024328,5a1,White Professionals,E01004809,Bolton 003E,5c,Comfortable neighbourhoods,E02000986,Bolton 003,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109668 +109668,E00024331,5a1,White Professionals,E01004809,Bolton 003E,5c,Comfortable neighbourhoods,E02000986,Bolton 003,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109669 +109669,E00024352,5a1,White Professionals,E01004803,Bolton 001B,8c,Comfortable suburbia,E02000984,Bolton 001,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109670 +109670,E00024360,5a1,White Professionals,E01004807,Bolton 001D,8c,Comfortable suburbia,E02000984,Bolton 001,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109671 +109671,E00024477,5a1,White Professionals,E01004831,Bolton 026B,3b,Asian traits,E02001009,Bolton 026,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109672 +109672,E00024510,5a1,White Professionals,E01004840,Bolton 012A,5c,Comfortable neighbourhoods,E02000995,Bolton 012,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109673 +109673,E00024517,5a1,White Professionals,E01004843,Bolton 018C,8a,Affluent communities,E02001001,Bolton 018,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109674 +109674,E00024902,1b2,Rural White-Collar Workers,E01004924,Bolton 008D,8b,Ageing suburbanites,E02000991,Bolton 008,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109675 +109675,E00024864,5a1,White Professionals,E01004913,Bolton 024C,5b,Aspiring urban households,E02001007,Bolton 024,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109676 +109676,E00171690,6b1,Multi-Ethnic Suburbia,E01004917,Bolton 019F,5b,Aspiring urban households,E02001002,Bolton 019,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109677 +109677,E00024625,4a1,Private Renting Young Families,E01004868,Bolton 015A,7a,Urban cultural mix,E02000998,Bolton 015,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109678 +109678,E00024282,6b2,White Suburban Communities,E01004795,Bolton 013D,4a,Challenged white communities,E02000996,Bolton 013,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109679 +109679,E00024571,4b2,Pakistani Communities,E01004846,Bolton 025A,7b,Young ethnic communities,E02001008,Bolton 025,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109680 +109680,E00024870,5a1,White Professionals,E01004912,Bolton 024B,8b,Ageing suburbanites,E02001007,Bolton 024,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109681 +109681,E00171701,6b1,Multi-Ethnic Suburbia,E01004781,Bolton 007B,3a,Achieving neighbourhoods,E02000990,Bolton 007,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109682 +109682,E00024293,6b2,White Suburban Communities,E01004796,Bolton 019A,5b,Aspiring urban households,E02001002,Bolton 019,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109683 +109683,E00024672,4a1,Private Renting Young Families,E01004877,Bolton 025D,7a,Urban cultural mix,E02001008,Bolton 025,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109684 +109684,E00024573,4b2,Pakistani Communities,E01004847,Bolton 025B,7b,Young ethnic communities,E02001008,Bolton 025,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109685 +109685,E00024882,5a1,White Professionals,E01004916,Bolton 024F,4a,Challenged white communities,E02001007,Bolton 024,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109686 +109686,E00024193,6b4,Older Workers and Retirement,E01004783,Bolton 009D,8b,Ageing suburbanites,E02000992,Bolton 009,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109687 +109687,E00024296,6b2,White Suburban Communities,E01004799,Bolton 019C,8b,Ageing suburbanites,E02001002,Bolton 019,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109688 +109688,E00024674,4a1,Private Renting Young Families,E01004878,Bolton 023E,7a,Urban cultural mix,E02001006,Bolton 023,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109689 +109689,E00024675,4a1,Private Renting Young Families,E01004877,Bolton 025D,7a,Urban cultural mix,E02001008,Bolton 025,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109690 +109690,E00024678,4a1,Private Renting Young Families,E01004878,Bolton 023E,7a,Urban cultural mix,E02001006,Bolton 023,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109691 +109691,E00024679,4a1,Private Renting Young Families,E01004877,Bolton 025D,7a,Urban cultural mix,E02001008,Bolton 025,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109692 +109692,E00024682,4a1,Private Renting Young Families,E01004873,Bolton 029C,4c,Hampered neighbourhoods,E02001012,Bolton 029,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109693 +109693,E00024684,4a1,Private Renting Young Families,E01004873,Bolton 029C,4c,Hampered neighbourhoods,E02001012,Bolton 029,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109694 +109694,E00024687,4a1,Private Renting Young Families,E01004873,Bolton 029C,4c,Hampered neighbourhoods,E02001012,Bolton 029,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109695 +109695,E00024925,4a1,Private Renting Young Families,E01004921,Bolton 008C,5b,Aspiring urban households,E02000991,Bolton 008,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109696 +109696,E00024928,4a1,Private Renting Young Families,E01004922,Bolton 015E,4c,Hampered neighbourhoods,E02000998,Bolton 015,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109697 +109697,E00024929,4a1,Private Renting Young Families,E01004922,Bolton 015E,4c,Hampered neighbourhoods,E02000998,Bolton 015,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109698 +109698,E00024192,8c3,Renting Hard-Pressed Workers,E01004782,Bolton 009C,5d,Endeavouring social renters,E02000992,Bolton 009,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109699 +109699,E00024229,8c3,Renting Hard-Pressed Workers,E01004776,Bolton 031A,5b,Aspiring urban households,E02001014,Bolton 031,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109700 +109700,E00024298,8c3,Renting Hard-Pressed Workers,E01004801,Bolton 019E,4c,Hampered neighbourhoods,E02001002,Bolton 019,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109701 +109701,E00024306,8c3,Renting Hard-Pressed Workers,E01004798,Bolton 019B,4a,Challenged white communities,E02001002,Bolton 019,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109702 +109702,E00024333,8c3,Renting Hard-Pressed Workers,E01004809,Bolton 003E,5c,Comfortable neighbourhoods,E02000986,Bolton 003,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109703 +109703,E00024597,8c3,Renting Hard-Pressed Workers,E01004860,Bolton 032C,4a,Challenged white communities,E02001015,Bolton 032,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109704 +109704,E00024607,8c3,Renting Hard-Pressed Workers,E01004860,Bolton 032C,4a,Challenged white communities,E02001015,Bolton 032,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109705 +109705,E00024618,8c3,Renting Hard-Pressed Workers,E01004856,Bolton 027C,4b,Constrained renters,E02001010,Bolton 027,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109706 +109706,E00024150,5b3,Self-Sufficient Retirement,E01004772,Bolton 005C,4c,Hampered neighbourhoods,E02000988,Bolton 005,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109707 +109707,E00024395,4b2,Pakistani Communities,E01004818,Bolton 017A,7a,Urban cultural mix,E02001000,Bolton 017,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109708 +109708,E00024714,8c3,Renting Hard-Pressed Workers,E01004886,Bolton 014C,4a,Challenged white communities,E02000997,Bolton 014,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109709 +109709,E00024730,8c3,Renting Hard-Pressed Workers,E01004889,Bolton 004D,5d,Endeavouring social renters,E02000987,Bolton 004,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109710 +109710,E00024731,8c3,Renting Hard-Pressed Workers,E01004888,Bolton 004C,5c,Comfortable neighbourhoods,E02000987,Bolton 004,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109711 +109711,E00024792,8c3,Renting Hard-Pressed Workers,E01004895,Bolton 031B,5d,Endeavouring social renters,E02001014,Bolton 031,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109712 +109712,E00024829,8c3,Renting Hard-Pressed Workers,E01004904,Bolton 034B,5b,Aspiring urban households,E02001017,Bolton 034,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109713 +109713,E00024835,8c3,Renting Hard-Pressed Workers,E01004905,Bolton 034C,4a,Challenged white communities,E02001017,Bolton 034,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109714 +109714,E00024862,8c3,Renting Hard-Pressed Workers,E01004916,Bolton 024F,4a,Challenged white communities,E02001007,Bolton 024,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109715 +109715,E00024867,8c3,Renting Hard-Pressed Workers,E01004911,Bolton 024A,4a,Challenged white communities,E02001007,Bolton 024,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109716 +109716,E00024872,8c3,Renting Hard-Pressed Workers,E01004913,Bolton 024C,5b,Aspiring urban households,E02001007,Bolton 024,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109717 +109717,E00024880,8c3,Renting Hard-Pressed Workers,E01004916,Bolton 024F,4a,Challenged white communities,E02001007,Bolton 024,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109718 +109718,E00024886,8c3,Renting Hard-Pressed Workers,E01004917,Bolton 019F,5b,Aspiring urban households,E02001002,Bolton 019,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109719 +109719,E00024940,8c3,Renting Hard-Pressed Workers,E01004931,Bolton 017E,4a,Challenged white communities,E02001000,Bolton 017,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109720 +109720,E00024942,8c3,Renting Hard-Pressed Workers,E01004931,Bolton 017E,4a,Challenged white communities,E02001000,Bolton 017,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109721 +109721,E00024228,1c2,Renting Rural Retirement,E01004775,Bolton 014A,2a,Ageing rural neighbourhoods,E02000997,Bolton 014,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109722 +109722,E00024290,7d3,Retired Communal City Dwellers,E01004795,Bolton 013D,4a,Challenged white communities,E02000996,Bolton 013,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109723 +109723,E00024596,7d3,Retired Communal City Dwellers,E01004859,Bolton 032B,4c,Hampered neighbourhoods,E02001015,Bolton 032,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109724 +109724,E00024737,7d3,Retired Communal City Dwellers,E01004881,Bolton 004B,4a,Challenged white communities,E02000987,Bolton 004,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109725 +109725,E00024644,7d2,Retired Independent City Dwellers,E01004865,Bolton 011D,4b,Constrained renters,E02000994,Bolton 011,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109726 +109726,E00024660,7d2,Retired Independent City Dwellers,E01004869,Bolton 015B,7a,Urban cultural mix,E02000998,Bolton 015,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109727 +109727,E00024743,7d2,Retired Independent City Dwellers,E01004881,Bolton 004B,4a,Challenged white communities,E02000987,Bolton 004,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109728 +109728,E00024841,7d2,Retired Independent City Dwellers,E01004909,Bolton 034F,4a,Challenged white communities,E02001017,Bolton 034,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109729 +109729,E00024986,7d2,Retired Independent City Dwellers,E01004938,Bolton 031D,4a,Challenged white communities,E02001014,Bolton 031,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109730 +109730,E00024226,1b1,Rural Life,E01004775,Bolton 014A,2a,Ageing rural neighbourhoods,E02000997,Bolton 014,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109731 +109731,E00024480,1b1,Rural Life,E01004833,Bolton 026C,8c,Comfortable suburbia,E02001009,Bolton 026,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109732 +109732,E00024828,1b1,Rural Life,E01004904,Bolton 034B,5b,Aspiring urban households,E02001017,Bolton 034,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109733 +109733,E00024179,1b2,Rural White-Collar Workers,E01004768,Bolton 001A,8c,Comfortable suburbia,E02000984,Bolton 001,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109734 +109734,E00024189,1b2,Rural White-Collar Workers,E01004775,Bolton 014A,2a,Ageing rural neighbourhoods,E02000997,Bolton 014,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109735 +109735,E00024718,1b2,Rural White-Collar Workers,E01004885,Bolton 014B,8a,Affluent communities,E02000997,Bolton 014,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109736 +109736,E00024575,4b2,Pakistani Communities,E01004849,Bolton 021B,7b,Young ethnic communities,E02001004,Bolton 021,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109737 +109737,E00024899,5a1,White Professionals,E01004923,Bolton 018E,3d,Households in terraces and flats,E02001001,Bolton 018,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109738 +109738,E00024194,6b4,Older Workers and Retirement,E01004783,Bolton 009D,8b,Ageing suburbanites,E02000992,Bolton 009,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109739 +109739,E00024577,4b2,Pakistani Communities,E01004856,Bolton 027C,4b,Constrained renters,E02001010,Bolton 027,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109740 +109740,E00024907,5a1,White Professionals,E01004919,Bolton 012D,8c,Comfortable suburbia,E02000995,Bolton 012,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109741 +109741,E00024321,6b2,White Suburban Communities,E01004804,Bolton 001C,8b,Ageing suburbanites,E02000984,Bolton 001,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109742 +109742,E00024195,6b4,Older Workers and Retirement,E01004780,Bolton 009B,8c,Comfortable suburbia,E02000992,Bolton 009,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109743 +109743,E00024582,4b2,Pakistani Communities,E01004857,Bolton 027D,4c,Hampered neighbourhoods,E02001010,Bolton 027,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109744 +109744,E00024911,5a1,White Professionals,E01004925,Bolton 008E,5b,Aspiring urban households,E02000991,Bolton 008,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109745 +109745,E00024397,4b2,Pakistani Communities,E01004818,Bolton 017A,7a,Urban cultural mix,E02001000,Bolton 017,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109746 +109746,E00024196,5b3,Self-Sufficient Retirement,E01004783,Bolton 009D,8b,Ageing suburbanites,E02000992,Bolton 009,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109747 +109747,E00024199,5b3,Self-Sufficient Retirement,E01004780,Bolton 009B,8c,Comfortable suburbia,E02000992,Bolton 009,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109748 +109748,E00024236,5b3,Self-Sufficient Retirement,E01004791,Bolton 006E,5c,Comfortable neighbourhoods,E02000989,Bolton 006,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109749 +109749,E00024323,6b2,White Suburban Communities,E01004808,Bolton 001E,8c,Comfortable suburbia,E02000984,Bolton 001,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109750 +109750,E00024198,6b4,Older Workers and Retirement,E01004783,Bolton 009D,8b,Ageing suburbanites,E02000992,Bolton 009,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109751 +109751,E00024583,4b2,Pakistani Communities,E01004856,Bolton 027C,4b,Constrained renters,E02001010,Bolton 027,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109752 +109752,E00024914,5a1,White Professionals,E01004925,Bolton 008E,5b,Aspiring urban households,E02000991,Bolton 008,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109753 +109753,E00024329,5b3,Self-Sufficient Retirement,E01004808,Bolton 001E,8c,Comfortable suburbia,E02000984,Bolton 001,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109754 +109754,E00024406,4b2,Pakistani Communities,E01004820,Bolton 011A,7a,Urban cultural mix,E02000994,Bolton 011,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109755 +109755,E00024324,6b2,White Suburban Communities,E01004807,Bolton 001D,8c,Comfortable suburbia,E02000984,Bolton 001,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109756 +109756,E00024230,6b4,Older Workers and Retirement,E01004785,Bolton 006B,5b,Aspiring urban households,E02000989,Bolton 006,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109757 +109757,E00024916,5a1,White Professionals,E01004921,Bolton 008C,5b,Aspiring urban households,E02000991,Bolton 008,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109758 +109758,E00024407,4b2,Pakistani Communities,E01004823,Bolton 016C,7a,Urban cultural mix,E02000999,Bolton 016,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109759 +109759,E00024619,4b2,Pakistani Communities,E01004856,Bolton 027C,4b,Constrained renters,E02001010,Bolton 027,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109760 +109760,E00024520,5b3,Self-Sufficient Retirement,E01004840,Bolton 012A,5c,Comfortable neighbourhoods,E02000995,Bolton 012,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109761 +109761,E00024325,6b2,White Suburban Communities,E01004808,Bolton 001E,8c,Comfortable suburbia,E02000984,Bolton 001,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109762 +109762,E00024239,6b4,Older Workers and Retirement,E01004791,Bolton 006E,5c,Comfortable neighbourhoods,E02000989,Bolton 006,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109763 +109763,E00024922,5a1,White Professionals,E01004919,Bolton 012D,8c,Comfortable suburbia,E02000995,Bolton 012,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109764 +109764,E00024409,4b2,Pakistani Communities,E01004824,Bolton 005E,7b,Young ethnic communities,E02000988,Bolton 005,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109765 +109765,E00024923,5a1,White Professionals,E01004920,Bolton 012E,5d,Endeavouring social renters,E02000995,Bolton 012,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109766 +109766,E00024620,4b2,Pakistani Communities,E01004870,Bolton 015C,7b,Young ethnic communities,E02000998,Bolton 015,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109767 +109767,E00024332,6b2,White Suburban Communities,E01004806,Bolton 002D,8b,Ageing suburbanites,E02000985,Bolton 002,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109768 +109768,E00024410,4b2,Pakistani Communities,E01004825,Bolton 011B,7b,Young ethnic communities,E02000994,Bolton 011,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109769 +109769,E00024260,6b4,Older Workers and Retirement,E01004788,Bolton 002A,8b,Ageing suburbanites,E02000985,Bolton 002,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109770 +109770,E00024521,5b3,Self-Sufficient Retirement,E01004842,Bolton 012C,8a,Affluent communities,E02000995,Bolton 012,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109771 +109771,E00024924,5a1,White Professionals,E01004919,Bolton 012D,8c,Comfortable suburbia,E02000995,Bolton 012,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109772 +109772,E00024624,4b2,Pakistani Communities,E01004870,Bolton 015C,7b,Young ethnic communities,E02000998,Bolton 015,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109773 +109773,E00024335,6b2,White Suburban Communities,E01004806,Bolton 002D,8b,Ageing suburbanites,E02000985,Bolton 002,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109774 +109774,E00024626,4b2,Pakistani Communities,E01004868,Bolton 015A,7a,Urban cultural mix,E02000998,Bolton 015,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109775 +109775,E00024716,5b3,Self-Sufficient Retirement,E01004886,Bolton 014C,4a,Challenged white communities,E02000997,Bolton 014,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109776 +109776,E00024967,5a1,White Professionals,E01004935,Bolton 035C,8c,Comfortable suburbia,E02001018,Bolton 035,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109777 +109777,E00024272,6b4,Older Workers and Retirement,E01004791,Bolton 006E,5c,Comfortable neighbourhoods,E02000989,Bolton 006,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109778 +109778,E00024411,4b2,Pakistani Communities,E01004824,Bolton 005E,7b,Young ethnic communities,E02000988,Bolton 005,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109779 +109779,E00024337,6b2,White Suburban Communities,E01004810,Bolton 002E,8c,Comfortable suburbia,E02000985,Bolton 002,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109780 +109780,E00024627,4b2,Pakistani Communities,E01004868,Bolton 015A,7a,Urban cultural mix,E02000998,Bolton 015,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109781 +109781,E00024719,5b3,Self-Sufficient Retirement,E01004887,Bolton 014D,5c,Comfortable neighbourhoods,E02000997,Bolton 014,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109782 +109782,E00024968,5a1,White Professionals,E01004933,Bolton 035A,8c,Comfortable suburbia,E02001018,Bolton 035,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109783 +109783,E00024741,5b3,Self-Sufficient Retirement,E01004884,Bolton 007E,8a,Affluent communities,E02000990,Bolton 007,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109784 +109784,E00024413,4b2,Pakistani Communities,E01004825,Bolton 011B,7b,Young ethnic communities,E02000994,Bolton 011,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109785 +109785,E00024277,6b4,Older Workers and Retirement,E01004795,Bolton 013D,4a,Challenged white communities,E02000996,Bolton 013,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109786 +109786,E00024631,4b2,Pakistani Communities,E01004871,Bolton 015D,7b,Young ethnic communities,E02000998,Bolton 015,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109787 +109787,E00024338,6b2,White Suburban Communities,E01004810,Bolton 002E,8c,Comfortable suburbia,E02000985,Bolton 002,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109788 +109788,E00024975,5a1,White Professionals,E01004935,Bolton 035C,8c,Comfortable suburbia,E02001018,Bolton 035,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109789 +109789,E00024752,5b3,Self-Sufficient Retirement,E01004883,Bolton 007D,5b,Aspiring urban households,E02000990,Bolton 007,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109790 +109790,E00024417,4b2,Pakistani Communities,E01004826,Bolton 011C,7a,Urban cultural mix,E02000994,Bolton 011,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109791 +109791,E00024738,6b4,Older Workers and Retirement,E01004890,Bolton 004E,5b,Aspiring urban households,E02000987,Bolton 004,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109792 +109792,E00024632,4b2,Pakistani Communities,E01004871,Bolton 015D,7b,Young ethnic communities,E02000998,Bolton 015,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109793 +109793,E00024764,6b4,Older Workers and Retirement,E01004899,Bolton 030C,3b,Asian traits,E02001013,Bolton 030,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109794 +109794,E00024981,5a1,White Professionals,E01004936,Bolton 031C,5b,Aspiring urban households,E02001014,Bolton 031,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109795 +109795,E00024418,4b2,Pakistani Communities,E01004825,Bolton 011B,7b,Young ethnic communities,E02000994,Bolton 011,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109796 +109796,E00024347,6b2,White Suburban Communities,E01004803,Bolton 001B,8c,Comfortable suburbia,E02000984,Bolton 001,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109797 +109797,E00024633,4b2,Pakistani Communities,E01004871,Bolton 015D,7b,Young ethnic communities,E02000998,Bolton 015,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109798 +109798,E00024785,5b3,Self-Sufficient Retirement,E01004901,Bolton 028E,8c,Comfortable suburbia,E02001011,Bolton 028,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109799 +109799,E00024982,5a1,White Professionals,E01004936,Bolton 031C,5b,Aspiring urban households,E02001014,Bolton 031,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109800 +109800,E00024768,6b4,Older Workers and Retirement,E01004892,Bolton 030A,8b,Ageing suburbanites,E02001013,Bolton 030,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109801 +109801,E00024419,4b2,Pakistani Communities,E01004824,Bolton 005E,7b,Young ethnic communities,E02000988,Bolton 005,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109802 +109802,E00024348,6b2,White Suburban Communities,E01004803,Bolton 001B,8c,Comfortable suburbia,E02000984,Bolton 001,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109803 +109803,E00024645,4b2,Pakistani Communities,E01004865,Bolton 011D,4b,Constrained renters,E02000994,Bolton 011,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109804 +109804,E00024649,4b2,Pakistani Communities,E01004866,Bolton 011E,7a,Urban cultural mix,E02000994,Bolton 011,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109805 +109805,E00024650,4b2,Pakistani Communities,E01004866,Bolton 011E,7a,Urban cultural mix,E02000994,Bolton 011,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109806 +109806,E00024653,4b2,Pakistani Communities,E01004866,Bolton 011E,7a,Urban cultural mix,E02000994,Bolton 011,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109807 +109807,E00024658,4b2,Pakistani Communities,E01004869,Bolton 015B,7a,Urban cultural mix,E02000998,Bolton 015,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109808 +109808,E00024668,4b2,Pakistani Communities,E01004879,Bolton 025E,7a,Urban cultural mix,E02001008,Bolton 025,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109809 +109809,E00024669,4b2,Pakistani Communities,E01004877,Bolton 025D,7a,Urban cultural mix,E02001008,Bolton 025,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109810 +109810,E00024671,4b2,Pakistani Communities,E01004879,Bolton 025E,7a,Urban cultural mix,E02001008,Bolton 025,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109811 +109811,E00024673,4b2,Pakistani Communities,E01004879,Bolton 025E,7a,Urban cultural mix,E02001008,Bolton 025,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109812 +109812,E00024676,4b2,Pakistani Communities,E01004879,Bolton 025E,7a,Urban cultural mix,E02001008,Bolton 025,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109813 +109813,E00024704,4b2,Pakistani Communities,E01004877,Bolton 025D,7a,Urban cultural mix,E02001008,Bolton 025,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109814 +109814,E00024276,4a1,Private Renting Young Families,E01004801,Bolton 019E,4c,Hampered neighbourhoods,E02001002,Bolton 019,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109815 +109815,E00024341,4a1,Private Renting Young Families,E01004802,Bolton 010A,4c,Hampered neighbourhoods,E02000993,Bolton 010,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109816 +109816,E00024388,4a1,Private Renting Young Families,E01004813,Bolton 022C,7b,Young ethnic communities,E02001005,Bolton 022,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109817 +109817,E00024396,4a1,Private Renting Young Families,E01004818,Bolton 017A,7a,Urban cultural mix,E02001000,Bolton 017,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109818 +109818,E00024427,4a1,Private Renting Young Families,E01004826,Bolton 011C,7a,Urban cultural mix,E02000994,Bolton 011,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109819 +109819,E00024431,4a1,Private Renting Young Families,E01004820,Bolton 011A,7a,Urban cultural mix,E02000994,Bolton 011,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109820 +109820,E00024436,4a1,Private Renting Young Families,E01004823,Bolton 016C,7a,Urban cultural mix,E02000999,Bolton 016,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109821 +109821,E00024437,4a1,Private Renting Young Families,E01004823,Bolton 016C,7a,Urban cultural mix,E02000999,Bolton 016,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109822 +109822,E00024448,4a1,Private Renting Young Families,E01004827,Bolton 021A,7a,Urban cultural mix,E02001004,Bolton 021,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109823 +109823,E00024449,4a1,Private Renting Young Families,E01004834,Bolton 018A,7b,Young ethnic communities,E02001001,Bolton 018,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109824 +109824,E00024485,4a1,Private Renting Young Families,E01004839,Bolton 026D,4c,Hampered neighbourhoods,E02001009,Bolton 026,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109825 +109825,E00024486,4a1,Private Renting Young Families,E01004838,Bolton 018B,7a,Urban cultural mix,E02001001,Bolton 018,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109826 +109826,E00024502,4a1,Private Renting Young Families,E01004838,Bolton 018B,7a,Urban cultural mix,E02001001,Bolton 018,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109827 +109827,E00024504,4a1,Private Renting Young Families,E01004839,Bolton 026D,4c,Hampered neighbourhoods,E02001009,Bolton 026,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109828 +109828,E00024505,4a1,Private Renting Young Families,E01004839,Bolton 026D,4c,Hampered neighbourhoods,E02001009,Bolton 026,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109829 +109829,E00024506,4a1,Private Renting Young Families,E01004839,Bolton 026D,4c,Hampered neighbourhoods,E02001009,Bolton 026,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109830 +109830,E00024516,4a1,Private Renting Young Families,E01004841,Bolton 012B,4c,Hampered neighbourhoods,E02000995,Bolton 012,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109831 +109831,E00024539,4a1,Private Renting Young Families,E01004848,Bolton 016D,7a,Urban cultural mix,E02000999,Bolton 016,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109832 +109832,E00024555,4a1,Private Renting Young Families,E01004848,Bolton 016D,7a,Urban cultural mix,E02000999,Bolton 016,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109833 +109833,E00024572,4a1,Private Renting Young Families,E01004846,Bolton 025A,7b,Young ethnic communities,E02001008,Bolton 025,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109834 +109834,E00024579,4a1,Private Renting Young Families,E01004855,Bolton 027B,4c,Hampered neighbourhoods,E02001010,Bolton 027,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109835 +109835,E00024586,4a1,Private Renting Young Families,E01004857,Bolton 027D,4c,Hampered neighbourhoods,E02001010,Bolton 027,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109836 +109836,E00024987,5a1,White Professionals,E01004939,Bolton 031E,5c,Comfortable neighbourhoods,E02001014,Bolton 031,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109837 +109837,E00024349,6b2,White Suburban Communities,E01004803,Bolton 001B,8c,Comfortable suburbia,E02000984,Bolton 001,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109838 +109838,E00024420,4b2,Pakistani Communities,E01004825,Bolton 011B,7b,Young ethnic communities,E02000994,Bolton 011,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109839 +109839,E00024794,5b3,Self-Sufficient Retirement,E01033218,Bolton 028F,3a,Achieving neighbourhoods,E02001011,Bolton 028,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109840 +109840,E00024351,6b2,White Suburban Communities,E01004804,Bolton 001C,8b,Ageing suburbanites,E02000984,Bolton 001,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109841 +109841,E00024353,6b2,White Suburban Communities,E01004804,Bolton 001C,8b,Ageing suburbanites,E02000984,Bolton 001,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109842 +109842,E00024356,6b2,White Suburban Communities,E01004807,Bolton 001D,8c,Comfortable suburbia,E02000984,Bolton 001,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109843 +109843,E00024827,6b4,Older Workers and Retirement,E01004903,Bolton 034A,8c,Comfortable suburbia,E02001017,Bolton 034,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109844 +109844,E00024357,6b2,White Suburban Communities,E01004808,Bolton 001E,8c,Comfortable suburbia,E02000984,Bolton 001,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109845 +109845,E00024363,6b2,White Suburban Communities,E01004805,Bolton 002C,8c,Comfortable suburbia,E02000985,Bolton 002,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109846 +109846,E00024476,6b2,White Suburban Communities,E01004833,Bolton 026C,8c,Comfortable suburbia,E02001009,Bolton 026,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109847 +109847,E00024479,6b2,White Suburban Communities,E01004833,Bolton 026C,8c,Comfortable suburbia,E02001009,Bolton 026,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109848 +109848,E00024524,6b2,White Suburban Communities,E01004842,Bolton 012C,8a,Affluent communities,E02000995,Bolton 012,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109849 +109849,E00024635,6b2,White Suburban Communities,E01004864,Bolton 008A,5b,Aspiring urban households,E02000991,Bolton 008,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109850 +109850,E00024705,6b2,White Suburban Communities,E01004884,Bolton 007E,8a,Affluent communities,E02000990,Bolton 007,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109851 +109851,E00024725,6b2,White Suburban Communities,E01004888,Bolton 004C,5c,Comfortable neighbourhoods,E02000987,Bolton 004,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109852 +109852,E00024726,6b2,White Suburban Communities,E01004888,Bolton 004C,5c,Comfortable neighbourhoods,E02000987,Bolton 004,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109853 +109853,E00024729,6b2,White Suburban Communities,E01004889,Bolton 004D,5d,Endeavouring social renters,E02000987,Bolton 004,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109854 +109854,E00024733,6b2,White Suburban Communities,E01004888,Bolton 004C,5c,Comfortable neighbourhoods,E02000987,Bolton 004,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109855 +109855,E00024745,6b2,White Suburban Communities,E01004882,Bolton 007C,5c,Comfortable neighbourhoods,E02000990,Bolton 007,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109856 +109856,E00024749,6b2,White Suburban Communities,E01004884,Bolton 007E,8a,Affluent communities,E02000990,Bolton 007,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109857 +109857,E00024777,6b2,White Suburban Communities,E01033219,Bolton 028G,8c,Comfortable suburbia,E02001011,Bolton 028,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109858 +109858,E00024784,6b2,White Suburban Communities,E01004893,Bolton 028B,8b,Ageing suburbanites,E02001011,Bolton 028,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109859 +109859,E00024787,6b2,White Suburban Communities,E01004893,Bolton 028B,8b,Ageing suburbanites,E02001011,Bolton 028,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109860 +109860,E00024789,6b2,White Suburban Communities,E01004894,Bolton 028C,5b,Aspiring urban households,E02001011,Bolton 028,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109861 +109861,E00024791,6b2,White Suburban Communities,E01004895,Bolton 031B,5d,Endeavouring social renters,E02001014,Bolton 031,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109862 +109862,E00024799,5b3,Self-Sufficient Retirement,E01004894,Bolton 028C,5b,Aspiring urban households,E02001011,Bolton 028,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109863 +109863,E00024421,4b2,Pakistani Communities,E01004825,Bolton 011B,7b,Young ethnic communities,E02000994,Bolton 011,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109864 +109864,E00024988,5a1,White Professionals,E01004939,Bolton 031E,5c,Comfortable neighbourhoods,E02001014,Bolton 031,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109865 +109865,E00024793,6b2,White Suburban Communities,E01004895,Bolton 031B,5d,Endeavouring social renters,E02001014,Bolton 031,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109866 +109866,E00024796,6b2,White Suburban Communities,E01004901,Bolton 028E,8c,Comfortable suburbia,E02001011,Bolton 028,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109867 +109867,E00024801,6b2,White Suburban Communities,E01004894,Bolton 028C,5b,Aspiring urban households,E02001011,Bolton 028,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109868 +109868,E00024805,6b2,White Suburban Communities,E01004893,Bolton 028B,8b,Ageing suburbanites,E02001011,Bolton 028,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109869 +109869,E00024808,6b2,White Suburban Communities,E01004891,Bolton 028A,5c,Comfortable neighbourhoods,E02001011,Bolton 028,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109870 +109870,E00024825,6b2,White Suburban Communities,E01004903,Bolton 034A,8c,Comfortable suburbia,E02001017,Bolton 034,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109871 +109871,E00024853,6b2,White Suburban Communities,E01004910,Bolton 034G,5b,Aspiring urban households,E02001017,Bolton 034,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109872 +109872,E00024894,6b2,White Suburban Communities,E01004924,Bolton 008D,8b,Ageing suburbanites,E02000991,Bolton 008,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109873 +109873,E00024905,6b2,White Suburban Communities,E01004924,Bolton 008D,8b,Ageing suburbanites,E02000991,Bolton 008,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109874 +109874,E00024927,6b2,White Suburban Communities,E01004920,Bolton 012E,5d,Endeavouring social renters,E02000995,Bolton 012,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109875 +109875,E00024963,6b2,White Suburban Communities,E01004930,Bolton 017D,5d,Endeavouring social renters,E02001000,Bolton 017,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109876 +109876,E00024973,6b2,White Suburban Communities,E01004940,Bolton 035E,8b,Ageing suburbanites,E02001018,Bolton 035,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109877 +109877,E00024976,6b2,White Suburban Communities,E01004933,Bolton 035A,8c,Comfortable suburbia,E02001018,Bolton 035,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109878 +109878,E00024834,6b4,Older Workers and Retirement,E01004904,Bolton 034B,5b,Aspiring urban households,E02001017,Bolton 034,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109879 +109879,E00024837,6b4,Older Workers and Retirement,E01004904,Bolton 034B,5b,Aspiring urban households,E02001017,Bolton 034,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109880 +109880,E00024845,6b4,Older Workers and Retirement,E01004908,Bolton 034E,5d,Endeavouring social renters,E02001017,Bolton 034,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109881 +109881,E00024913,6b4,Older Workers and Retirement,E01004919,Bolton 012D,8c,Comfortable suburbia,E02000995,Bolton 012,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109882 +109882,E00024990,6b4,Older Workers and Retirement,E01004939,Bolton 031E,5c,Comfortable neighbourhoods,E02001014,Bolton 031,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109883 +109883,E00024996,6b4,Older Workers and Retirement,E01004940,Bolton 035E,8b,Ageing suburbanites,E02001018,Bolton 035,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109884 +109884,E00171698,6b4,Older Workers and Retirement,E01033219,Bolton 028G,8c,Comfortable suburbia,E02001011,Bolton 028,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109885 +109885,E00024258,7c3,Outer City Hardship,E01004787,Bolton 013A,4c,Hampered neighbourhoods,E02000996,Bolton 013,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109886 +109886,E00024286,7c3,Outer City Hardship,E01004795,Bolton 013D,4a,Challenged white communities,E02000996,Bolton 013,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109887 +109887,E00024587,7c3,Outer City Hardship,E01004856,Bolton 027C,4b,Constrained renters,E02001010,Bolton 027,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109888 +109888,E00024599,7c3,Outer City Hardship,E01004858,Bolton 032A,4c,Hampered neighbourhoods,E02001015,Bolton 032,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109889 +109889,E00024609,7c3,Outer City Hardship,E01004862,Bolton 033B,4c,Hampered neighbourhoods,E02001016,Bolton 033,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109890 +109890,E00024613,7c3,Outer City Hardship,E01004862,Bolton 033B,4c,Hampered neighbourhoods,E02001016,Bolton 033,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109891 +109891,E00024786,7c3,Outer City Hardship,E01004895,Bolton 031B,5d,Endeavouring social renters,E02001014,Bolton 031,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109892 +109892,E00024857,7c3,Outer City Hardship,E01004911,Bolton 024A,4a,Challenged white communities,E02001007,Bolton 024,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109893 +109893,E00024871,7c3,Outer City Hardship,E01004911,Bolton 024A,4a,Challenged white communities,E02001007,Bolton 024,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109894 +109894,E00024366,4b2,Pakistani Communities,E01004811,Bolton 022A,7b,Young ethnic communities,E02001005,Bolton 022,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109895 +109895,E00024367,4b2,Pakistani Communities,E01004816,Bolton 029A,7b,Young ethnic communities,E02001012,Bolton 029,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109896 +109896,E00024369,4b2,Pakistani Communities,E01004812,Bolton 022B,7b,Young ethnic communities,E02001005,Bolton 022,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109897 +109897,E00024370,4b2,Pakistani Communities,E01004812,Bolton 022B,7b,Young ethnic communities,E02001005,Bolton 022,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109898 +109898,E00024371,4b2,Pakistani Communities,E01004811,Bolton 022A,7b,Young ethnic communities,E02001005,Bolton 022,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109899 +109899,E00024372,4b2,Pakistani Communities,E01004811,Bolton 022A,7b,Young ethnic communities,E02001005,Bolton 022,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109900 +109900,E00024373,4b2,Pakistani Communities,E01004811,Bolton 022A,7b,Young ethnic communities,E02001005,Bolton 022,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109901 +109901,E00024375,4b2,Pakistani Communities,E01004813,Bolton 022C,7b,Young ethnic communities,E02001005,Bolton 022,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109902 +109902,E00024376,4b2,Pakistani Communities,E01004817,Bolton 022E,7a,Urban cultural mix,E02001005,Bolton 022,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109903 +109903,E00024377,4b2,Pakistani Communities,E01004811,Bolton 022A,7b,Young ethnic communities,E02001005,Bolton 022,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109904 +109904,E00024378,4b2,Pakistani Communities,E01004812,Bolton 022B,7b,Young ethnic communities,E02001005,Bolton 022,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109905 +109905,E00024380,4b2,Pakistani Communities,E01004815,Bolton 022D,7b,Young ethnic communities,E02001005,Bolton 022,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109906 +109906,E00024381,4b2,Pakistani Communities,E01004813,Bolton 022C,7b,Young ethnic communities,E02001005,Bolton 022,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109907 +109907,E00024383,4b2,Pakistani Communities,E01004816,Bolton 029A,7b,Young ethnic communities,E02001012,Bolton 029,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109908 +109908,E00024384,4b2,Pakistani Communities,E01004815,Bolton 022D,7b,Young ethnic communities,E02001005,Bolton 022,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109909 +109909,E00024392,4b2,Pakistani Communities,E01004814,Bolton 027A,7a,Urban cultural mix,E02001010,Bolton 027,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109910 +109910,E00024810,5b3,Self-Sufficient Retirement,E01004891,Bolton 028A,5c,Comfortable neighbourhoods,E02001011,Bolton 028,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109911 +109911,E00024422,4b2,Pakistani Communities,E01004824,Bolton 005E,7b,Young ethnic communities,E02000988,Bolton 005,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109912 +109912,E00025004,5a1,White Professionals,E01004935,Bolton 035C,8c,Comfortable suburbia,E02001018,Bolton 035,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109913 +109913,E00024822,5b3,Self-Sufficient Retirement,E01004902,Bolton 032D,4a,Challenged white communities,E02001015,Bolton 032,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109914 +109914,E00024906,5b3,Self-Sufficient Retirement,E01004925,Bolton 008E,5b,Aspiring urban households,E02000991,Bolton 008,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109915 +109915,E00024912,5b3,Self-Sufficient Retirement,E01004921,Bolton 008C,5b,Aspiring urban households,E02000991,Bolton 008,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109916 +109916,E00024951,5b3,Self-Sufficient Retirement,E01004929,Bolton 010D,4c,Hampered neighbourhoods,E02000993,Bolton 010,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109917 +109917,E00024997,5b3,Self-Sufficient Retirement,E01004940,Bolton 035E,8b,Ageing suburbanites,E02001018,Bolton 035,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109918 +109918,E00024146,6b3,Semi-Detached Ageing,E01004770,Bolton 003B,8b,Ageing suburbanites,E02000986,Bolton 003,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109919 +109919,E00024159,6b3,Semi-Detached Ageing,E01004770,Bolton 003B,8b,Ageing suburbanites,E02000986,Bolton 003,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109920 +109920,E00024186,6b3,Semi-Detached Ageing,E01004770,Bolton 003B,8b,Ageing suburbanites,E02000986,Bolton 003,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109921 +109921,E00024190,6b3,Semi-Detached Ageing,E01004778,Bolton 009A,5a,Ageing urban communities,E02000992,Bolton 009,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109922 +109922,E00024201,6b3,Semi-Detached Ageing,E01004778,Bolton 009A,5a,Ageing urban communities,E02000992,Bolton 009,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109923 +109923,E00024204,6b3,Semi-Detached Ageing,E01004780,Bolton 009B,8c,Comfortable suburbia,E02000992,Bolton 009,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109924 +109924,E00024237,6b3,Semi-Detached Ageing,E01004792,Bolton 006F,8b,Ageing suburbanites,E02000989,Bolton 006,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109925 +109925,E00024247,6b3,Semi-Detached Ageing,E01004792,Bolton 006F,8b,Ageing suburbanites,E02000989,Bolton 006,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109926 +109926,E00024248,6b3,Semi-Detached Ageing,E01004784,Bolton 006A,8b,Ageing suburbanites,E02000989,Bolton 006,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109927 +109927,E00024250,6b3,Semi-Detached Ageing,E01004784,Bolton 006A,8b,Ageing suburbanites,E02000989,Bolton 006,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109928 +109928,E00024264,6b3,Semi-Detached Ageing,E01004789,Bolton 006D,8b,Ageing suburbanites,E02000989,Bolton 006,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109929 +109929,E00024268,6b3,Semi-Detached Ageing,E01004788,Bolton 002A,8b,Ageing suburbanites,E02000985,Bolton 002,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109930 +109930,E00024270,6b3,Semi-Detached Ageing,E01004788,Bolton 002A,8b,Ageing suburbanites,E02000985,Bolton 002,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109931 +109931,E00024295,6b3,Semi-Detached Ageing,E01004796,Bolton 019A,5b,Aspiring urban households,E02001002,Bolton 019,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109932 +109932,E00024299,6b3,Semi-Detached Ageing,E01004799,Bolton 019C,8b,Ageing suburbanites,E02001002,Bolton 019,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109933 +109933,E00024303,6b3,Semi-Detached Ageing,E01004799,Bolton 019C,8b,Ageing suburbanites,E02001002,Bolton 019,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109934 +109934,E00024308,6b3,Semi-Detached Ageing,E01004800,Bolton 019D,8c,Comfortable suburbia,E02001002,Bolton 019,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109935 +109935,E00024327,6b3,Semi-Detached Ageing,E01004806,Bolton 002D,8b,Ageing suburbanites,E02000985,Bolton 002,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109936 +109936,E00024340,6b3,Semi-Detached Ageing,E01004810,Bolton 002E,8c,Comfortable suburbia,E02000985,Bolton 002,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109937 +109937,E00024662,6b3,Semi-Detached Ageing,E01004880,Bolton 029E,8c,Comfortable suburbia,E02001012,Bolton 029,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109938 +109938,E00024688,6b3,Semi-Detached Ageing,E01004875,Bolton 029D,5d,Endeavouring social renters,E02001012,Bolton 029,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109939 +109939,E00024771,6b3,Semi-Detached Ageing,E01004896,Bolton 030B,8b,Ageing suburbanites,E02001013,Bolton 030,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109940 +109940,E00024806,6b3,Semi-Detached Ageing,E01004891,Bolton 028A,5c,Comfortable neighbourhoods,E02001011,Bolton 028,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109941 +109941,E00024859,6b3,Semi-Detached Ageing,E01004914,Bolton 024D,8b,Ageing suburbanites,E02001007,Bolton 024,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109942 +109942,E00025005,5a1,White Professionals,E01004933,Bolton 035A,8c,Comfortable suburbia,E02001018,Bolton 035,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109943 +109943,E00024874,6b3,Semi-Detached Ageing,E01004914,Bolton 024D,8b,Ageing suburbanites,E02001007,Bolton 024,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109944 +109944,E00024876,6b3,Semi-Detached Ageing,E01004912,Bolton 024B,8b,Ageing suburbanites,E02001007,Bolton 024,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109945 +109945,E00024877,6b3,Semi-Detached Ageing,E01004915,Bolton 024E,8b,Ageing suburbanites,E02001007,Bolton 024,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109946 +109946,E00024423,4b2,Pakistani Communities,E01004822,Bolton 016B,7b,Young ethnic communities,E02000999,Bolton 016,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109947 +109947,E00171687,5a1,White Professionals,E01004917,Bolton 019F,5b,Aspiring urban households,E02001002,Bolton 019,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109948 +109948,E00171700,5a1,White Professionals,E01004780,Bolton 009B,8c,Comfortable suburbia,E02000992,Bolton 009,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109949 +109949,E00024142,6b2,White Suburban Communities,E01004770,Bolton 003B,8b,Ageing suburbanites,E02000986,Bolton 003,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109950 +109950,E00024148,6b2,White Suburban Communities,E01004772,Bolton 005C,4c,Hampered neighbourhoods,E02000988,Bolton 005,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109951 +109951,E00024176,6b2,White Suburban Communities,E01004771,Bolton 003C,8a,Affluent communities,E02000986,Bolton 003,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109952 +109952,E00024177,6b2,White Suburban Communities,E01004768,Bolton 001A,8c,Comfortable suburbia,E02000984,Bolton 001,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109953 +109953,E00024197,6b2,White Suburban Communities,E01004783,Bolton 009D,8b,Ageing suburbanites,E02000992,Bolton 009,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109954 +109954,E00024202,6b2,White Suburban Communities,E01004778,Bolton 009A,5a,Ageing urban communities,E02000992,Bolton 009,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109955 +109955,E00024211,6b2,White Suburban Communities,E01004775,Bolton 014A,2a,Ageing rural neighbourhoods,E02000997,Bolton 014,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109956 +109956,E00024233,6b2,White Suburban Communities,E01004786,Bolton 006C,5c,Comfortable neighbourhoods,E02000989,Bolton 006,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109957 +109957,E00024240,6b2,White Suburban Communities,E01004786,Bolton 006C,5c,Comfortable neighbourhoods,E02000989,Bolton 006,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109958 +109958,E00024243,6b2,White Suburban Communities,E01004784,Bolton 006A,8b,Ageing suburbanites,E02000989,Bolton 006,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109959 +109959,E00024244,6b2,White Suburban Communities,E01004785,Bolton 006B,5b,Aspiring urban households,E02000989,Bolton 006,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109960 +109960,E00024246,6b2,White Suburban Communities,E01004792,Bolton 006F,8b,Ageing suburbanites,E02000989,Bolton 006,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109961 +109961,E00024249,6b2,White Suburban Communities,E01004786,Bolton 006C,5c,Comfortable neighbourhoods,E02000989,Bolton 006,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109962 +109962,E00024252,6b2,White Suburban Communities,E01004785,Bolton 006B,5b,Aspiring urban households,E02000989,Bolton 006,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109963 +109963,E00024265,6b2,White Suburban Communities,E01004788,Bolton 002A,8b,Ageing suburbanites,E02000985,Bolton 002,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109964 +109964,E00024266,6b2,White Suburban Communities,E01004790,Bolton 002B,5c,Comfortable neighbourhoods,E02000985,Bolton 002,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109965 +109965,E00024267,6b2,White Suburban Communities,E01004789,Bolton 006D,8b,Ageing suburbanites,E02000989,Bolton 006,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109966 +109966,E00024424,4b2,Pakistani Communities,E01004826,Bolton 011C,7a,Urban cultural mix,E02000994,Bolton 011,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109967 +109967,E00024425,4b2,Pakistani Communities,E01004822,Bolton 016B,7b,Young ethnic communities,E02000999,Bolton 016,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109968 +109968,E00024426,4b2,Pakistani Communities,E01004820,Bolton 011A,7a,Urban cultural mix,E02000994,Bolton 011,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109969 +109969,E00024428,4b2,Pakistani Communities,E01004826,Bolton 011C,7a,Urban cultural mix,E02000994,Bolton 011,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109970 +109970,E00024434,4b2,Pakistani Communities,E01004822,Bolton 016B,7b,Young ethnic communities,E02000999,Bolton 016,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109971 +109971,E00024443,4b2,Pakistani Communities,E01004829,Bolton 023B,7b,Young ethnic communities,E02001006,Bolton 023,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109972 +109972,E00024450,4b2,Pakistani Communities,E01004828,Bolton 023A,7b,Young ethnic communities,E02001006,Bolton 023,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109973 +109973,E00024451,4b2,Pakistani Communities,E01004827,Bolton 021A,7a,Urban cultural mix,E02001004,Bolton 021,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109974 +109974,E00024452,4b2,Pakistani Communities,E01004834,Bolton 018A,7b,Young ethnic communities,E02001001,Bolton 018,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109975 +109975,E00024453,4b2,Pakistani Communities,E01004828,Bolton 023A,7b,Young ethnic communities,E02001006,Bolton 023,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109976 +109976,E00024455,4b2,Pakistani Communities,E01004829,Bolton 023B,7b,Young ethnic communities,E02001006,Bolton 023,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109977 +109977,E00024456,4b2,Pakistani Communities,E01004834,Bolton 018A,7b,Young ethnic communities,E02001001,Bolton 018,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109978 +109978,E00024457,4b2,Pakistani Communities,E01004829,Bolton 023B,7b,Young ethnic communities,E02001006,Bolton 023,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109979 +109979,E00024459,4b2,Pakistani Communities,E01004828,Bolton 023A,7b,Young ethnic communities,E02001006,Bolton 023,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109980 +109980,E00024461,4b2,Pakistani Communities,E01004830,Bolton 026A,4c,Hampered neighbourhoods,E02001009,Bolton 026,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109981 +109981,E00024462,4b2,Pakistani Communities,E01004829,Bolton 023B,7b,Young ethnic communities,E02001006,Bolton 023,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109982 +109982,E00024499,4b2,Pakistani Communities,E01004838,Bolton 018B,7a,Urban cultural mix,E02001001,Bolton 018,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109983 +109983,E00024538,4b2,Pakistani Communities,E01004852,Bolton 025C,7b,Young ethnic communities,E02001008,Bolton 025,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109984 +109984,E00024544,4b2,Pakistani Communities,E01004850,Bolton 021C,7b,Young ethnic communities,E02001004,Bolton 021,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109985 +109985,E00024546,4b2,Pakistani Communities,E01004851,Bolton 021D,7b,Young ethnic communities,E02001004,Bolton 021,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109986 +109986,E00024548,4b2,Pakistani Communities,E01004852,Bolton 025C,7b,Young ethnic communities,E02001008,Bolton 025,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109987 +109987,E00024551,4b2,Pakistani Communities,E01004853,Bolton 021E,7b,Young ethnic communities,E02001004,Bolton 021,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109988 +109988,E00024552,4b2,Pakistani Communities,E01004850,Bolton 021C,7b,Young ethnic communities,E02001004,Bolton 021,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109989 +109989,E00024553,4b2,Pakistani Communities,E01004852,Bolton 025C,7b,Young ethnic communities,E02001008,Bolton 025,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109990 +109990,E00024554,4b2,Pakistani Communities,E01004851,Bolton 021D,7b,Young ethnic communities,E02001004,Bolton 021,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109991 +109991,E00024558,4b2,Pakistani Communities,E01004853,Bolton 021E,7b,Young ethnic communities,E02001004,Bolton 021,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109992 +109992,E00024559,4b2,Pakistani Communities,E01004853,Bolton 021E,7b,Young ethnic communities,E02001004,Bolton 021,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109993 +109993,E00024560,4b2,Pakistani Communities,E01004854,Bolton 023D,7b,Young ethnic communities,E02001006,Bolton 023,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109994 +109994,E00024561,4b2,Pakistani Communities,E01004852,Bolton 025C,7b,Young ethnic communities,E02001008,Bolton 025,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109995 +109995,E00024562,4b2,Pakistani Communities,E01004854,Bolton 023D,7b,Young ethnic communities,E02001006,Bolton 023,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109996 +109996,E00024563,4b2,Pakistani Communities,E01004854,Bolton 023D,7b,Young ethnic communities,E02001006,Bolton 023,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109997 +109997,E00024564,4b2,Pakistani Communities,E01004847,Bolton 025B,7b,Young ethnic communities,E02001008,Bolton 025,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109998 +109998,E00024565,4b2,Pakistani Communities,E01004848,Bolton 016D,7a,Urban cultural mix,E02000999,Bolton 016,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,109999 +109999,E00024566,4b2,Pakistani Communities,E01004854,Bolton 023D,7b,Young ethnic communities,E02001006,Bolton 023,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,110000 +110000,E00025127,6a4,Ageing in Suburbia,E01004968,Bury 006B,8b,Ageing suburbanites,E02001024,Bury 006,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110001 +110001,E00025332,7c2,Constrained Young Families,E01005004,Bury 016C,4d,Hard-pressed flat dwellers,E02001034,Bury 016,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110002 +110002,E00025486,6a4,Ageing in Suburbia,E01005033,Bury 024B,3b,Asian traits,E02001042,Bury 024,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110003 +110003,E00025143,5b1,Delayed Retirement,E01004961,Bury 005A,5b,Aspiring urban households,E02001023,Bury 005,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110004 +110004,E00025163,5b1,Delayed Retirement,E01004974,Bury 024A,3b,Asian traits,E02001042,Bury 024,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110005 +110005,E00025223,5b1,Delayed Retirement,E01004984,Bury 019A,8a,Affluent communities,E02001037,Bury 019,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110006 +110006,E00025533,6a4,Ageing in Suburbia,E01005048,Bury 002D,8b,Ageing suburbanites,E02001020,Bury 002,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110007 +110007,E00025240,5b1,Delayed Retirement,E01004986,Bury 020B,3d,Households in terraces and flats,E02001038,Bury 020,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110008 +110008,E00025241,5b1,Delayed Retirement,E01004989,Bury 019C,3b,Asian traits,E02001037,Bury 019,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110009 +110009,E00025536,6a4,Ageing in Suburbia,E01005048,Bury 002D,8b,Ageing suburbanites,E02001020,Bury 002,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110010 +110010,E00025070,7a2,Hampered Aspiration,E01004947,Bury 009A,4b,Constrained renters,E02001027,Bury 009,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110011 +110011,E00025304,5b1,Delayed Retirement,E01005006,Bury 012D,5c,Comfortable neighbourhoods,E02001030,Bury 012,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110012 +110012,E00025543,6a4,Ageing in Suburbia,E01005046,Bury 002C,8b,Ageing suburbanites,E02001020,Bury 002,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110013 +110013,E00025090,7a2,Hampered Aspiration,E01004956,Bury 007C,4b,Constrained renters,E02001025,Bury 007,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110014 +110014,E00025341,5b1,Delayed Retirement,E01005007,Bury 019D,5a,Ageing urban communities,E02001037,Bury 019,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110015 +110015,E00025032,8c1,Ageing Industrious Workers,E01004945,Bury 017A,8b,Ageing suburbanites,E02001035,Bury 017,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110016 +110016,E00025476,5b1,Delayed Retirement,E01005036,Bury 024C,3d,Households in terraces and flats,E02001042,Bury 024,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110017 +110017,E00025103,7a2,Hampered Aspiration,E01004958,Bury 008A,4b,Constrained renters,E02001026,Bury 008,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110018 +110018,E00025480,5b1,Delayed Retirement,E01005036,Bury 024C,3d,Households in terraces and flats,E02001042,Bury 024,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110019 +110019,E00025116,8c1,Ageing Industrious Workers,E01004966,Bury 005C,4c,Hampered neighbourhoods,E02001023,Bury 005,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110020 +110020,E00025482,5b1,Delayed Retirement,E01005037,Bury 024D,3b,Asian traits,E02001042,Bury 024,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110021 +110021,E00025106,7a2,Hampered Aspiration,E01004958,Bury 008A,4b,Constrained renters,E02001026,Bury 008,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110022 +110022,E00025175,8c1,Ageing Industrious Workers,E01004969,Bury 022A,3c,Highly qualified professionals,E02001040,Bury 022,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110023 +110023,E00025490,8d2,Hard-Pressed Ethnic Mix,E01005031,Bury 025A,3d,Households in terraces and flats,E02001043,Bury 025,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110024 +110024,E00025006,7a3,Multi-Ethnic Hardship,E01004946,Bury 021E,4c,Hampered neighbourhoods,E02001039,Bury 021,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110025 +110025,E00025058,6b1,Multi-Ethnic Suburbia,E01004951,Bury 010C,8b,Ageing suburbanites,E02001028,Bury 010,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110026 +110026,E00025485,5b1,Delayed Retirement,E01005037,Bury 024D,3b,Asian traits,E02001042,Bury 024,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110027 +110027,E00025489,5b1,Delayed Retirement,E01005033,Bury 024B,3b,Asian traits,E02001042,Bury 024,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110028 +110028,E00025514,5b1,Delayed Retirement,E01005043,Bury 026D,3b,Asian traits,E02001044,Bury 026,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110029 +110029,E00025589,5b1,Delayed Retirement,E01005057,Bury 017D,8c,Comfortable suburbia,E02001035,Bury 017,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110030 +110030,E00025602,5b1,Delayed Retirement,E01005059,Bury 013C,3d,Households in terraces and flats,E02001031,Bury 013,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110031 +110031,E00171710,5b1,Delayed Retirement,E01005059,Bury 013C,3d,Households in terraces and flats,E02001031,Bury 013,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110032 +110032,E00025039,8b1,Deprived Blue-Collar Terraces,E01004947,Bury 009A,4b,Constrained renters,E02001027,Bury 009,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110033 +110033,E00025071,8b1,Deprived Blue-Collar Terraces,E01004947,Bury 009A,4b,Constrained renters,E02001027,Bury 009,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110034 +110034,E00025076,8b1,Deprived Blue-Collar Terraces,E01004958,Bury 008A,4b,Constrained renters,E02001026,Bury 008,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110035 +110035,E00025084,8b1,Deprived Blue-Collar Terraces,E01004956,Bury 007C,4b,Constrained renters,E02001025,Bury 007,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110036 +110036,E00025086,8b1,Deprived Blue-Collar Terraces,E01004956,Bury 007C,4b,Constrained renters,E02001025,Bury 007,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110037 +110037,E00025144,8b1,Deprived Blue-Collar Terraces,E01004962,Bury 009C,5b,Aspiring urban households,E02001027,Bury 009,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110038 +110038,E00025188,8b1,Deprived Blue-Collar Terraces,E01004976,Bury 004A,4c,Hampered neighbourhoods,E02001022,Bury 004,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110039 +110039,E00025206,8b1,Deprived Blue-Collar Terraces,E01004980,Bury 008D,4b,Constrained renters,E02001026,Bury 008,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110040 +110040,E00025234,8b1,Deprived Blue-Collar Terraces,E01004988,Bury 020D,5b,Aspiring urban households,E02001038,Bury 020,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110041 +110041,E00025258,8b1,Deprived Blue-Collar Terraces,E01004991,Bury 015A,4c,Hampered neighbourhoods,E02001033,Bury 015,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110042 +110042,E00025264,8b1,Deprived Blue-Collar Terraces,E01004997,Bury 014A,5b,Aspiring urban households,E02001032,Bury 014,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110043 +110043,E00025267,8b1,Deprived Blue-Collar Terraces,E01004997,Bury 014A,5b,Aspiring urban households,E02001032,Bury 014,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110044 +110044,E00025277,8b1,Deprived Blue-Collar Terraces,E01004996,Bury 016B,4c,Hampered neighbourhoods,E02001034,Bury 016,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110045 +110045,E00025288,8b1,Deprived Blue-Collar Terraces,E01004997,Bury 014A,5b,Aspiring urban households,E02001032,Bury 014,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110046 +110046,E00025297,8b1,Deprived Blue-Collar Terraces,E01005003,Bury 014E,5b,Aspiring urban households,E02001032,Bury 014,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110047 +110047,E00024977,6b2,White Suburban Communities,E01004933,Bolton 035A,8c,Comfortable suburbia,E02001018,Bolton 035,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,110048 +110048,E00025118,6a3,Detached Retirement Living,E01004965,Bury 005B,8a,Affluent communities,E02001023,Bury 005,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110049 +110049,E00025313,8b1,Deprived Blue-Collar Terraces,E01004998,Bury 014B,8b,Ageing suburbanites,E02001032,Bury 014,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110050 +110050,E00025337,8b1,Deprived Blue-Collar Terraces,E01005013,Bury 018D,3d,Households in terraces and flats,E02001036,Bury 018,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110051 +110051,E00025359,8b1,Deprived Blue-Collar Terraces,E01005007,Bury 019D,5a,Ageing urban communities,E02001037,Bury 019,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110052 +110052,E00025390,8b1,Deprived Blue-Collar Terraces,E01005015,Bury 001B,5c,Comfortable neighbourhoods,E02001019,Bury 001,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110053 +110053,E00025406,8b1,Deprived Blue-Collar Terraces,E01005018,Bury 001E,5b,Aspiring urban households,E02001019,Bury 001,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110054 +110054,E00025569,8b1,Deprived Blue-Collar Terraces,E01005053,Bury 006E,5b,Aspiring urban households,E02001024,Bury 006,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110055 +110055,E00171717,8b1,Deprived Blue-Collar Terraces,E01005013,Bury 018D,3d,Households in terraces and flats,E02001036,Bury 018,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110056 +110056,E00025026,6a3,Detached Retirement Living,E01004945,Bury 017A,8b,Ageing suburbanites,E02001035,Bury 017,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110057 +110057,E00025038,6a3,Detached Retirement Living,E01004952,Bury 010D,8b,Ageing suburbanites,E02001028,Bury 010,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110058 +110058,E00025041,6a3,Detached Retirement Living,E01004951,Bury 010C,8b,Ageing suburbanites,E02001028,Bury 010,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110059 +110059,E00025044,6a3,Detached Retirement Living,E01004949,Bury 010A,8b,Ageing suburbanites,E02001028,Bury 010,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110060 +110060,E00025046,6a3,Detached Retirement Living,E01004950,Bury 010B,8a,Affluent communities,E02001028,Bury 010,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110061 +110061,E00025051,6a3,Detached Retirement Living,E01004952,Bury 010D,8b,Ageing suburbanites,E02001028,Bury 010,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110062 +110062,E00025057,6a3,Detached Retirement Living,E01004952,Bury 010D,8b,Ageing suburbanites,E02001028,Bury 010,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110063 +110063,E00025060,6a3,Detached Retirement Living,E01004951,Bury 010C,8b,Ageing suburbanites,E02001028,Bury 010,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110064 +110064,E00025061,6a3,Detached Retirement Living,E01004952,Bury 010D,8b,Ageing suburbanites,E02001028,Bury 010,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110065 +110065,E00025066,6a3,Detached Retirement Living,E01004950,Bury 010B,8a,Affluent communities,E02001028,Bury 010,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110066 +110066,E00025069,6a3,Detached Retirement Living,E01004949,Bury 010A,8b,Ageing suburbanites,E02001028,Bury 010,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110067 +110067,E00025007,7a3,Multi-Ethnic Hardship,E01004942,Bury 021B,4c,Hampered neighbourhoods,E02001039,Bury 021,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110068 +110068,E00025217,6a3,Detached Retirement Living,E01004982,Bury 004E,8b,Ageing suburbanites,E02001022,Bury 004,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110069 +110069,E00025494,8d2,Hard-Pressed Ethnic Mix,E01005031,Bury 025A,3d,Households in terraces and flats,E02001043,Bury 025,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110070 +110070,E00025300,8c1,Ageing Industrious Workers,E01005004,Bury 016C,4d,Hard-pressed flat dwellers,E02001034,Bury 016,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110071 +110071,E00025157,6b1,Multi-Ethnic Suburbia,E01004970,Bury 022B,8c,Comfortable suburbia,E02001040,Bury 022,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110072 +110072,E00025109,7a2,Hampered Aspiration,E01004959,Bury 008B,7a,Urban cultural mix,E02001026,Bury 008,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110073 +110073,E00024978,6b2,White Suburban Communities,E01004933,Bolton 035A,8c,Comfortable suburbia,E02001018,Bolton 035,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,110074 +110074,E00025014,7a3,Multi-Ethnic Hardship,E01004946,Bury 021E,4c,Hampered neighbourhoods,E02001039,Bury 021,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110075 +110075,E00025309,6a3,Detached Retirement Living,E01005006,Bury 012D,5c,Comfortable neighbourhoods,E02001030,Bury 012,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110076 +110076,E00025418,6a3,Detached Retirement Living,E01005019,Bury 002A,8c,Comfortable suburbia,E02001020,Bury 002,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110077 +110077,E00025420,6a3,Detached Retirement Living,E01005019,Bury 002A,8c,Comfortable suburbia,E02001020,Bury 002,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110078 +110078,E00025538,6a3,Detached Retirement Living,E01005048,Bury 002D,8b,Ageing suburbanites,E02001020,Bury 002,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110079 +110079,E00025540,6a3,Detached Retirement Living,E01005048,Bury 002D,8b,Ageing suburbanites,E02001020,Bury 002,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110080 +110080,E00025571,6a3,Detached Retirement Living,E01005056,Bury 017C,8a,Affluent communities,E02001035,Bury 017,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110081 +110081,E00025573,6a3,Detached Retirement Living,E01005058,Bury 017E,8b,Ageing suburbanites,E02001035,Bury 017,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110082 +110082,E00025592,6a3,Detached Retirement Living,E01005056,Bury 017C,8a,Affluent communities,E02001035,Bury 017,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110083 +110083,E00025598,6a3,Detached Retirement Living,E01005056,Bury 017C,8a,Affluent communities,E02001035,Bury 017,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110084 +110084,E00025025,1c3,Detached Rural Retirement,E01004945,Bury 017A,8b,Ageing suburbanites,E02001035,Bury 017,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110085 +110085,E00025305,1c3,Detached Rural Retirement,E01005005,Bury 012C,2d,Rural traits,E02001030,Bury 012,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110086 +110086,E00025548,1c3,Detached Rural Retirement,E01005047,Bury 003C,8a,Affluent communities,E02001021,Bury 003,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110087 +110087,E00025452,7b1,Eastern European Communities,E01005030,Bury 013A,4c,Hampered neighbourhoods,E02001031,Bury 013,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110088 +110088,E00025373,1a2,Established Farming Communities,E01005010,Bury 018B,5b,Aspiring urban households,E02001036,Bury 018,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110089 +110089,E00025072,5a3,Families in Terraces and Flats,E01004947,Bury 009A,4b,Constrained renters,E02001027,Bury 009,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110090 +110090,E00025097,5a3,Families in Terraces and Flats,E01004955,Bury 007B,4c,Hampered neighbourhoods,E02001025,Bury 007,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110091 +110091,E00025114,5a3,Families in Terraces and Flats,E01004964,Bury 009D,3d,Households in terraces and flats,E02001027,Bury 009,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110092 +110092,E00025141,5a3,Families in Terraces and Flats,E01004962,Bury 009C,5b,Aspiring urban households,E02001027,Bury 009,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110093 +110093,E00025145,5a3,Families in Terraces and Flats,E01004964,Bury 009D,3d,Households in terraces and flats,E02001027,Bury 009,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110094 +110094,E00025146,5a3,Families in Terraces and Flats,E01004962,Bury 009C,5b,Aspiring urban households,E02001027,Bury 009,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110095 +110095,E00025147,5a3,Families in Terraces and Flats,E01004964,Bury 009D,3d,Households in terraces and flats,E02001027,Bury 009,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110096 +110096,E00025150,5a3,Families in Terraces and Flats,E01004975,Bury 023C,3d,Households in terraces and flats,E02001041,Bury 023,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110097 +110097,E00025166,5a3,Families in Terraces and Flats,E01004973,Bury 023B,3a,Achieving neighbourhoods,E02001041,Bury 023,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110098 +110098,E00025167,5a3,Families in Terraces and Flats,E01004973,Bury 023B,3a,Achieving neighbourhoods,E02001041,Bury 023,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110099 +110099,E00025173,5a3,Families in Terraces and Flats,E01004975,Bury 023C,3d,Households in terraces and flats,E02001041,Bury 023,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110100 +110100,E00025235,5a3,Families in Terraces and Flats,E01004988,Bury 020D,5b,Aspiring urban households,E02001038,Bury 020,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110101 +110101,E00025238,5a3,Families in Terraces and Flats,E01004988,Bury 020D,5b,Aspiring urban households,E02001038,Bury 020,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110102 +110102,E00025245,5a3,Families in Terraces and Flats,E01004986,Bury 020B,3d,Households in terraces and flats,E02001038,Bury 020,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110103 +110103,E00025254,5a3,Families in Terraces and Flats,E01004996,Bury 016B,4c,Hampered neighbourhoods,E02001034,Bury 016,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110104 +110104,E00025273,5a3,Families in Terraces and Flats,E01004992,Bury 015B,3d,Households in terraces and flats,E02001033,Bury 015,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110105 +110105,E00025286,5a3,Families in Terraces and Flats,E01004992,Bury 015B,3d,Households in terraces and flats,E02001033,Bury 015,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110106 +110106,E00025324,5a3,Families in Terraces and Flats,E01005003,Bury 014E,5b,Aspiring urban households,E02001032,Bury 014,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110107 +110107,E00025343,5a3,Families in Terraces and Flats,E01005009,Bury 016E,4c,Hampered neighbourhoods,E02001034,Bury 016,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110108 +110108,E00025365,5a3,Families in Terraces and Flats,E01005012,Bury 018C,3d,Households in terraces and flats,E02001036,Bury 018,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110109 +110109,E00025393,5a3,Families in Terraces and Flats,E01005014,Bury 001A,5c,Comfortable neighbourhoods,E02001019,Bury 001,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110110 +110110,E00025435,5a3,Families in Terraces and Flats,E01005027,Bury 011B,7a,Urban cultural mix,E02001029,Bury 011,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110111 +110111,E00025438,5a3,Families in Terraces and Flats,E01005025,Bury 011A,3d,Households in terraces and flats,E02001029,Bury 011,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110112 +110112,E00025447,5a3,Families in Terraces and Flats,E01005029,Bury 011D,7a,Urban cultural mix,E02001029,Bury 011,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110113 +110113,E00025448,5a3,Families in Terraces and Flats,E01005025,Bury 011A,3d,Households in terraces and flats,E02001029,Bury 011,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110114 +110114,E00025459,5a3,Families in Terraces and Flats,E01005035,Bury 025C,3a,Achieving neighbourhoods,E02001043,Bury 025,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110115 +110115,E00025468,5a3,Families in Terraces and Flats,E01005034,Bury 022D,3c,Highly qualified professionals,E02001040,Bury 022,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110116 +110116,E00025474,5a3,Families in Terraces and Flats,E01005035,Bury 025C,3a,Achieving neighbourhoods,E02001043,Bury 025,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110117 +110117,E00025477,5a3,Families in Terraces and Flats,E01005035,Bury 025C,3a,Achieving neighbourhoods,E02001043,Bury 025,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110118 +110118,E00025520,5a3,Families in Terraces and Flats,E01005039,Bury 023D,4c,Hampered neighbourhoods,E02001041,Bury 023,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110119 +110119,E00025521,5a3,Families in Terraces and Flats,E01005039,Bury 023D,4c,Hampered neighbourhoods,E02001041,Bury 023,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110120 +110120,E00025523,5a3,Families in Terraces and Flats,E01005045,Bury 023E,3d,Households in terraces and flats,E02001041,Bury 023,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110121 +110121,E00025580,5a3,Families in Terraces and Flats,E01005060,Bury 013D,3a,Achieving neighbourhoods,E02001031,Bury 013,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110122 +110122,E00025054,7a2,Hampered Aspiration,E01004948,Bury 009B,4c,Hampered neighbourhoods,E02001027,Bury 009,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110123 +110123,E00024985,6b2,White Suburban Communities,E01004936,Bolton 031C,5b,Aspiring urban households,E02001014,Bolton 031,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,110124 +110124,E00025001,6b2,White Suburban Communities,E01004934,Bolton 035B,5b,Aspiring urban households,E02001018,Bolton 035,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,110125 +110125,E00171679,6b2,White Suburban Communities,E01004910,Bolton 034G,5b,Aspiring urban households,E02001017,Bolton 034,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,110126 +110126,E00171697,6b2,White Suburban Communities,E01033218,Bolton 028F,3a,Achieving neighbourhoods,E02001011,Bolton 028,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,110127 +110127,E00171699,6b2,White Suburban Communities,E01033218,Bolton 028F,3a,Achieving neighbourhoods,E02001011,Bolton 028,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,110128 +110128,E00171702,6b2,White Suburban Communities,E01004780,Bolton 009B,8c,Comfortable suburbia,E02000992,Bolton 009,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,110129 +110129,E00171703,6b2,White Suburban Communities,E01004780,Bolton 009B,8c,Comfortable suburbia,E02000992,Bolton 009,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,110130 +110130,E00024256,8d1,Young Hard-Pressed Families,E01004787,Bolton 013A,4c,Hampered neighbourhoods,E02000996,Bolton 013,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,110131 +110131,E00025148,7a2,Hampered Aspiration,E01004964,Bury 009D,3d,Households in terraces and flats,E02001027,Bury 009,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110132 +110132,E00024280,8d1,Young Hard-Pressed Families,E01004797,Bolton 013E,4c,Hampered neighbourhoods,E02000996,Bolton 013,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,110133 +110133,E00025169,7a2,Hampered Aspiration,E01004975,Bury 023C,3d,Households in terraces and flats,E02001041,Bury 023,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110134 +110134,E00025301,8c1,Ageing Industrious Workers,E01005006,Bury 012D,5c,Comfortable neighbourhoods,E02001030,Bury 012,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110135 +110135,E00025028,7a3,Multi-Ethnic Hardship,E01004946,Bury 021E,4c,Hampered neighbourhoods,E02001039,Bury 021,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110136 +110136,E00024284,8d1,Young Hard-Pressed Families,E01004797,Bolton 013E,4c,Hampered neighbourhoods,E02000996,Bolton 013,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,110137 +110137,E00024307,8d1,Young Hard-Pressed Families,E01004801,Bolton 019E,4c,Hampered neighbourhoods,E02001002,Bolton 019,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,110138 +110138,E00024316,8d1,Young Hard-Pressed Families,E01004794,Bolton 013C,4c,Hampered neighbourhoods,E02000996,Bolton 013,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,110139 +110139,E00024318,8d1,Young Hard-Pressed Families,E01004793,Bolton 013B,4c,Hampered neighbourhoods,E02000996,Bolton 013,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,110140 +110140,E00024512,8d1,Young Hard-Pressed Families,E01004841,Bolton 012B,4c,Hampered neighbourhoods,E02000995,Bolton 012,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,110141 +110141,E00024513,8d1,Young Hard-Pressed Families,E01004841,Bolton 012B,4c,Hampered neighbourhoods,E02000995,Bolton 012,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,110142 +110142,E00025526,8d2,Hard-Pressed Ethnic Mix,E01005039,Bury 023D,4c,Hampered neighbourhoods,E02001041,Bury 023,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110143 +110143,E00024605,8d1,Young Hard-Pressed Families,E01004861,Bolton 033A,4c,Hampered neighbourhoods,E02001016,Bolton 033,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,110144 +110144,E00024610,8d1,Young Hard-Pressed Families,E01004862,Bolton 033B,4c,Hampered neighbourhoods,E02001016,Bolton 033,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,110145 +110145,E00024615,8d1,Young Hard-Pressed Families,E01004863,Bolton 033C,4c,Hampered neighbourhoods,E02001016,Bolton 033,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,110146 +110146,E00024616,8d1,Young Hard-Pressed Families,E01004863,Bolton 033C,4c,Hampered neighbourhoods,E02001016,Bolton 033,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,110147 +110147,E00024617,8d1,Young Hard-Pressed Families,E01004863,Bolton 033C,4c,Hampered neighbourhoods,E02001016,Bolton 033,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,110148 +110148,E00025160,6b1,Multi-Ethnic Suburbia,E01004973,Bury 023B,3a,Achieving neighbourhoods,E02001041,Bury 023,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110149 +110149,E00024665,8d1,Young Hard-Pressed Families,E01004874,Bolton 033D,4c,Hampered neighbourhoods,E02001016,Bolton 033,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,110150 +110150,E00024693,8d1,Young Hard-Pressed Families,E01004875,Bolton 029D,5d,Endeavouring social renters,E02001012,Bolton 029,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,110151 +110151,E00024840,8d1,Young Hard-Pressed Families,E01004909,Bolton 034F,4a,Challenged white communities,E02001017,Bolton 034,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,110152 +110152,E00024847,8d1,Young Hard-Pressed Families,E01004907,Bolton 034D,4a,Challenged white communities,E02001017,Bolton 034,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,110153 +110153,E00024848,8d1,Young Hard-Pressed Families,E01004907,Bolton 034D,4a,Challenged white communities,E02001017,Bolton 034,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,110154 +110154,E00024932,8d1,Young Hard-Pressed Families,E01004926,Bolton 010B,4c,Hampered neighbourhoods,E02000993,Bolton 010,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,110155 +110155,E00024953,8d1,Young Hard-Pressed Families,E01004926,Bolton 010B,4c,Hampered neighbourhoods,E02000993,Bolton 010,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,110156 +110156,E00024989,8d1,Young Hard-Pressed Families,E01004938,Bolton 031D,4a,Challenged white communities,E02001014,Bolton 031,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,110157 +110157,E00024991,8d1,Young Hard-Pressed Families,E01004938,Bolton 031D,4a,Challenged white communities,E02001014,Bolton 031,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,110158 +110158,E00024995,8d1,Young Hard-Pressed Families,E01004938,Bolton 031D,4a,Challenged white communities,E02001014,Bolton 031,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,110159 +110159,E00025003,8d1,Young Hard-Pressed Families,E01004934,Bolton 035B,5b,Aspiring urban households,E02001018,Bolton 035,E08000001,Bolton,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,110160 +110160,E00025024,4c1,Achieving Minorities,E01004943,Bury 021C,3d,Households in terraces and flats,E02001039,Bury 021,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110161 +110161,E00025168,4c1,Achieving Minorities,E01004973,Bury 023B,3a,Achieving neighbourhoods,E02001041,Bury 023,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110162 +110162,E00025177,4c1,Achieving Minorities,E01004970,Bury 022B,8c,Comfortable suburbia,E02001040,Bury 022,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110163 +110163,E00025224,4c1,Achieving Minorities,E01004983,Bury 020A,3b,Asian traits,E02001038,Bury 020,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110164 +110164,E00025441,4c1,Achieving Minorities,E01005029,Bury 011D,7a,Urban cultural mix,E02001029,Bury 011,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110165 +110165,E00025502,4c1,Achieving Minorities,E01005040,Bury 026A,3b,Asian traits,E02001044,Bury 026,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110166 +110166,E00025509,4c1,Achieving Minorities,E01005043,Bury 026D,3b,Asian traits,E02001044,Bury 026,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110167 +110167,E00025513,4c1,Achieving Minorities,E01005042,Bury 026C,3b,Asian traits,E02001044,Bury 026,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110168 +110168,E00025525,4c1,Achieving Minorities,E01005040,Bury 026A,3b,Asian traits,E02001044,Bury 026,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110169 +110169,E00025528,4c1,Achieving Minorities,E01005040,Bury 026A,3b,Asian traits,E02001044,Bury 026,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110170 +110170,E00025530,4c1,Achieving Minorities,E01005040,Bury 026A,3b,Asian traits,E02001044,Bury 026,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110171 +110171,E00025056,7d1,Ageing Communities and Families,E01004953,Bury 010E,8c,Comfortable suburbia,E02001028,Bury 010,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110172 +110172,E00025228,7d1,Ageing Communities and Families,E01004986,Bury 020B,3d,Households in terraces and flats,E02001038,Bury 020,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110173 +110173,E00025329,7d1,Ageing Communities and Families,E01005004,Bury 016C,4d,Hard-pressed flat dwellers,E02001034,Bury 016,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110174 +110174,E00025472,7d1,Ageing Communities and Families,E01005036,Bury 024C,3d,Households in terraces and flats,E02001042,Bury 024,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110175 +110175,E00025555,7d1,Ageing Communities and Families,E01005051,Bury 003E,5a,Ageing urban communities,E02001021,Bury 003,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110176 +110176,E00025067,6a4,Ageing in Suburbia,E01004950,Bury 010B,8a,Affluent communities,E02001028,Bury 010,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110177 +110177,E00025047,8d3,Hard-Pressed European Settlers,E01004948,Bury 009B,4c,Hampered neighbourhoods,E02001027,Bury 009,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110178 +110178,E00025370,8c1,Ageing Industrious Workers,E01005010,Bury 018B,5b,Aspiring urban households,E02001036,Bury 018,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110179 +110179,E00025164,6b1,Multi-Ethnic Suburbia,E01004974,Bury 024A,3b,Asian traits,E02001042,Bury 024,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110180 +110180,E00025030,7a3,Multi-Ethnic Hardship,E01004946,Bury 021E,4c,Hampered neighbourhoods,E02001039,Bury 021,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110181 +110181,E00025184,7a2,Hampered Aspiration,E01004969,Bury 022A,3c,Highly qualified professionals,E02001040,Bury 022,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110182 +110182,E00025205,7a2,Hampered Aspiration,E01004980,Bury 008D,4b,Constrained renters,E02001026,Bury 008,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110183 +110183,E00025269,7a2,Hampered Aspiration,E01004994,Bury 015D,4c,Hampered neighbourhoods,E02001033,Bury 015,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110184 +110184,E00025270,7a2,Hampered Aspiration,E01004996,Bury 016B,4c,Hampered neighbourhoods,E02001034,Bury 016,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110185 +110185,E00025271,7a2,Hampered Aspiration,E01004994,Bury 015D,4c,Hampered neighbourhoods,E02001033,Bury 015,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110186 +110186,E00025349,7a2,Hampered Aspiration,E01005008,Bury 016D,4c,Hampered neighbourhoods,E02001034,Bury 016,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110187 +110187,E00025352,7a2,Hampered Aspiration,E01005009,Bury 016E,4c,Hampered neighbourhoods,E02001034,Bury 016,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110188 +110188,E00025374,7a2,Hampered Aspiration,E01005008,Bury 016D,4c,Hampered neighbourhoods,E02001034,Bury 016,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110189 +110189,E00025401,7a2,Hampered Aspiration,E01005014,Bury 001A,5c,Comfortable neighbourhoods,E02001019,Bury 001,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110190 +110190,E00025524,7a2,Hampered Aspiration,E01005039,Bury 023D,4c,Hampered neighbourhoods,E02001041,Bury 023,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110191 +110191,E00025171,6b1,Multi-Ethnic Suburbia,E01004974,Bury 024A,3b,Asian traits,E02001042,Bury 024,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110192 +110192,E00171712,7a2,Hampered Aspiration,E01005009,Bury 016E,4c,Hampered neighbourhoods,E02001034,Bury 016,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110193 +110193,E00025034,7a3,Multi-Ethnic Hardship,E01004942,Bury 021B,4c,Hampered neighbourhoods,E02001039,Bury 021,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110194 +110194,E00025176,6b1,Multi-Ethnic Suburbia,E01004969,Bury 022A,3c,Highly qualified professionals,E02001040,Bury 022,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110195 +110195,E00025398,8c1,Ageing Industrious Workers,E01005018,Bury 001E,5b,Aspiring urban households,E02001019,Bury 001,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110196 +110196,E00025073,8d3,Hard-Pressed European Settlers,E01004955,Bury 007B,4c,Hampered neighbourhoods,E02001025,Bury 007,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110197 +110197,E00025010,8d2,Hard-Pressed Ethnic Mix,E01004941,Bury 021A,4c,Hampered neighbourhoods,E02001039,Bury 021,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110198 +110198,E00025035,7a3,Multi-Ethnic Hardship,E01004946,Bury 021E,4c,Hampered neighbourhoods,E02001039,Bury 021,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110199 +110199,E00025179,6b1,Multi-Ethnic Suburbia,E01004970,Bury 022B,8c,Comfortable suburbia,E02001040,Bury 022,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110200 +110200,E00025534,8c1,Ageing Industrious Workers,E01005053,Bury 006E,5b,Aspiring urban households,E02001024,Bury 006,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110201 +110201,E00025139,8d3,Hard-Pressed European Settlers,E01004961,Bury 005A,5b,Aspiring urban households,E02001023,Bury 005,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110202 +110202,E00025289,8d3,Hard-Pressed European Settlers,E01004991,Bury 015A,4c,Hampered neighbourhoods,E02001033,Bury 015,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110203 +110203,E00025344,8d3,Hard-Pressed European Settlers,E01005009,Bury 016E,4c,Hampered neighbourhoods,E02001034,Bury 016,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110204 +110204,E00025454,8d3,Hard-Pressed European Settlers,E01005030,Bury 013A,4c,Hampered neighbourhoods,E02001031,Bury 013,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110205 +110205,E00025456,8d3,Hard-Pressed European Settlers,E01005030,Bury 013A,4c,Hampered neighbourhoods,E02001031,Bury 013,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110206 +110206,E00025129,6a1,Indian Tech Achievers,E01004967,Bury 005D,8a,Affluent communities,E02001023,Bury 005,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110207 +110207,E00025151,6a1,Indian Tech Achievers,E01004970,Bury 022B,8c,Comfortable suburbia,E02001040,Bury 022,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110208 +110208,E00025219,6a1,Indian Tech Achievers,E01004985,Bury 019B,8a,Affluent communities,E02001037,Bury 019,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110209 +110209,E00025242,6a1,Indian Tech Achievers,E01004989,Bury 019C,3b,Asian traits,E02001037,Bury 019,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110210 +110210,E00025247,6a1,Indian Tech Achievers,E01004985,Bury 019B,8a,Affluent communities,E02001037,Bury 019,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110211 +110211,E00025251,6a1,Indian Tech Achievers,E01004985,Bury 019B,8a,Affluent communities,E02001037,Bury 019,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110212 +110212,E00025252,6a1,Indian Tech Achievers,E01004985,Bury 019B,8a,Affluent communities,E02001037,Bury 019,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110213 +110213,E00025487,6a1,Indian Tech Achievers,E01005038,Bury 025D,8c,Comfortable suburbia,E02001043,Bury 025,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110214 +110214,E00025493,6a1,Indian Tech Achievers,E01005038,Bury 025D,8c,Comfortable suburbia,E02001043,Bury 025,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110215 +110215,E00025503,6a1,Indian Tech Achievers,E01005041,Bury 026B,3b,Asian traits,E02001044,Bury 026,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110216 +110216,E00025506,6a1,Indian Tech Achievers,E01005041,Bury 026B,3b,Asian traits,E02001044,Bury 026,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110217 +110217,E00025510,6a1,Indian Tech Achievers,E01005043,Bury 026D,3b,Asian traits,E02001044,Bury 026,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110218 +110218,E00025511,6a1,Indian Tech Achievers,E01005041,Bury 026B,3b,Asian traits,E02001044,Bury 026,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110219 +110219,E00025572,6a1,Indian Tech Achievers,E01005058,Bury 017E,8b,Ageing suburbanites,E02001035,Bury 017,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110220 +110220,E00025216,8a2,Industrious Hardship,E01004981,Bury 004D,5a,Ageing urban communities,E02001022,Bury 004,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110221 +110221,E00025021,8a1,Industrious Transitions,E01004943,Bury 021C,3d,Households in terraces and flats,E02001039,Bury 021,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110222 +110222,E00025085,8a1,Industrious Transitions,E01004956,Bury 007C,4b,Constrained renters,E02001025,Bury 007,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110223 +110223,E00025087,8a1,Industrious Transitions,E01004956,Bury 007C,4b,Constrained renters,E02001025,Bury 007,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110224 +110224,E00025092,8a1,Industrious Transitions,E01004954,Bury 007A,5a,Ageing urban communities,E02001025,Bury 007,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110225 +110225,E00025138,8a1,Industrious Transitions,E01004962,Bury 009C,5b,Aspiring urban households,E02001027,Bury 009,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110226 +110226,E00025192,8a1,Industrious Transitions,E01004976,Bury 004A,4c,Hampered neighbourhoods,E02001022,Bury 004,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110227 +110227,E00025262,8a1,Industrious Transitions,E01004993,Bury 015C,5b,Aspiring urban households,E02001033,Bury 015,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110228 +110228,E00025290,8a1,Industrious Transitions,E01004992,Bury 015B,3d,Households in terraces and flats,E02001033,Bury 015,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110229 +110229,E00025293,8a1,Industrious Transitions,E01005001,Bury 012B,8c,Comfortable suburbia,E02001030,Bury 012,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110230 +110230,E00025310,8a1,Industrious Transitions,E01004999,Bury 014C,8c,Comfortable suburbia,E02001032,Bury 014,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110231 +110231,E00025366,8a1,Industrious Transitions,E01005010,Bury 018B,5b,Aspiring urban households,E02001036,Bury 018,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110232 +110232,E00025371,8a1,Industrious Transitions,E01005010,Bury 018B,5b,Aspiring urban households,E02001036,Bury 018,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110233 +110233,E00025375,8a1,Industrious Transitions,E01005017,Bury 001D,5b,Aspiring urban households,E02001019,Bury 001,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110234 +110234,E00025380,8a1,Industrious Transitions,E01005023,Bury 002B,8b,Ageing suburbanites,E02001020,Bury 002,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110235 +110235,E00025394,8a1,Industrious Transitions,E01005014,Bury 001A,5c,Comfortable neighbourhoods,E02001019,Bury 001,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110236 +110236,E00025410,8a1,Industrious Transitions,E01005019,Bury 002A,8c,Comfortable suburbia,E02001020,Bury 002,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110237 +110237,E00025421,8a1,Industrious Transitions,E01005023,Bury 002B,8b,Ageing suburbanites,E02001020,Bury 002,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110238 +110238,E00025561,8a1,Industrious Transitions,E01005050,Bury 006C,8c,Comfortable suburbia,E02001024,Bury 006,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110239 +110239,E00025567,8a1,Industrious Transitions,E01005050,Bury 006C,8c,Comfortable suburbia,E02001024,Bury 006,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110240 +110240,E00025577,8a1,Industrious Transitions,E01005059,Bury 013C,3d,Households in terraces and flats,E02001031,Bury 013,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110241 +110241,E00025225,4c3,Inner City Ethnic Mix,E01004983,Bury 020A,3b,Asian traits,E02001038,Bury 020,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110242 +110242,E00025227,4c3,Inner City Ethnic Mix,E01004983,Bury 020A,3b,Asian traits,E02001038,Bury 020,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110243 +110243,E00025461,4c3,Inner City Ethnic Mix,E01005033,Bury 024B,3b,Asian traits,E02001042,Bury 024,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110244 +110244,E00025512,4c3,Inner City Ethnic Mix,E01005044,Bury 026E,3d,Households in terraces and flats,E02001044,Bury 026,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110245 +110245,E00025178,2c1,Migrant Families,E01004969,Bury 022A,3c,Highly qualified professionals,E02001040,Bury 022,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110246 +110246,E00025013,8d2,Hard-Pressed Ethnic Mix,E01004941,Bury 021A,4c,Hampered neighbourhoods,E02001039,Bury 021,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110247 +110247,E00025075,7a3,Multi-Ethnic Hardship,E01004957,Bury 007D,4c,Hampered neighbourhoods,E02001025,Bury 007,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110248 +110248,E00025302,1b3,Ageing Rural Flat Tenants,E01005005,Bury 012C,2d,Rural traits,E02001030,Bury 012,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110249 +110249,E00025230,7c1,Challenged Transitionaries,E01004987,Bury 020C,4a,Challenged white communities,E02001038,Bury 020,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110250 +110250,E00025180,6b1,Multi-Ethnic Suburbia,E01004970,Bury 022B,8c,Comfortable suburbia,E02001040,Bury 022,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110251 +110251,E00025040,6a2,Comfortable Suburbia,E01004949,Bury 010A,8b,Ageing suburbanites,E02001028,Bury 010,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110252 +110252,E00025018,8d2,Hard-Pressed Ethnic Mix,E01004941,Bury 021A,4c,Hampered neighbourhoods,E02001039,Bury 021,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110253 +110253,E00025062,6a2,Comfortable Suburbia,E01004950,Bury 010B,8a,Affluent communities,E02001028,Bury 010,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110254 +110254,E00025181,6b1,Multi-Ethnic Suburbia,E01004971,Bury 022C,8c,Comfortable suburbia,E02001040,Bury 022,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110255 +110255,E00025031,8d2,Hard-Pressed Ethnic Mix,E01004946,Bury 021E,4c,Hampered neighbourhoods,E02001039,Bury 021,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110256 +110256,E00025063,6a2,Comfortable Suburbia,E01004950,Bury 010B,8a,Affluent communities,E02001028,Bury 010,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110257 +110257,E00025182,6b1,Multi-Ethnic Suburbia,E01004971,Bury 022C,8c,Comfortable suburbia,E02001040,Bury 022,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110258 +110258,E00025036,8d2,Hard-Pressed Ethnic Mix,E01004941,Bury 021A,4c,Hampered neighbourhoods,E02001039,Bury 021,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110259 +110259,E00025111,6a2,Comfortable Suburbia,E01004967,Bury 005D,8a,Affluent communities,E02001023,Bury 005,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110260 +110260,E00025083,7a3,Multi-Ethnic Hardship,E01004960,Bury 007E,4c,Hampered neighbourhoods,E02001025,Bury 007,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110261 +110261,E00025193,6b1,Multi-Ethnic Suburbia,E01004977,Bury 004B,5a,Ageing urban communities,E02001022,Bury 004,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110262 +110262,E00025074,8d2,Hard-Pressed Ethnic Mix,E01004955,Bury 007B,4c,Hampered neighbourhoods,E02001025,Bury 007,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110263 +110263,E00025113,6a2,Comfortable Suburbia,E01004965,Bury 005B,8a,Affluent communities,E02001023,Bury 005,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110264 +110264,E00025089,7a3,Multi-Ethnic Hardship,E01004960,Bury 007E,4c,Hampered neighbourhoods,E02001025,Bury 007,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110265 +110265,E00025199,6b1,Multi-Ethnic Suburbia,E01004978,Bury 004C,3d,Households in terraces and flats,E02001022,Bury 004,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110266 +110266,E00025078,8d2,Hard-Pressed Ethnic Mix,E01004958,Bury 008A,4b,Constrained renters,E02001026,Bury 008,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110267 +110267,E00025115,6a2,Comfortable Suburbia,E01004965,Bury 005B,8a,Affluent communities,E02001023,Bury 005,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110268 +110268,E00025120,6a2,Comfortable Suburbia,E01004967,Bury 005D,8a,Affluent communities,E02001023,Bury 005,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110269 +110269,E00025125,6a2,Comfortable Suburbia,E01004967,Bury 005D,8a,Affluent communities,E02001023,Bury 005,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110270 +110270,E00025243,6a2,Comfortable Suburbia,E01004984,Bury 019A,8a,Affluent communities,E02001037,Bury 019,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110271 +110271,E00025296,6a2,Comfortable Suburbia,E01005001,Bury 012B,8c,Comfortable suburbia,E02001030,Bury 012,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110272 +110272,E00025319,6a2,Comfortable Suburbia,E01005000,Bury 012A,8c,Comfortable suburbia,E02001030,Bury 012,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110273 +110273,E00025323,6a2,Comfortable Suburbia,E01005001,Bury 012B,8c,Comfortable suburbia,E02001030,Bury 012,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110274 +110274,E00025325,6a2,Comfortable Suburbia,E01005001,Bury 012B,8c,Comfortable suburbia,E02001030,Bury 012,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110275 +110275,E00025339,6a2,Comfortable Suburbia,E01005010,Bury 018B,5b,Aspiring urban households,E02001036,Bury 018,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110276 +110276,E00025376,6a2,Comfortable Suburbia,E01005020,Bury 003A,8c,Comfortable suburbia,E02001021,Bury 003,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110277 +110277,E00025378,6a2,Comfortable Suburbia,E01005020,Bury 003A,8c,Comfortable suburbia,E02001021,Bury 003,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110278 +110278,E00025411,6a2,Comfortable Suburbia,E01005020,Bury 003A,8c,Comfortable suburbia,E02001021,Bury 003,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110279 +110279,E00025415,6a2,Comfortable Suburbia,E01005022,Bury 003B,8c,Comfortable suburbia,E02001021,Bury 003,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110280 +110280,E00025545,6a2,Comfortable Suburbia,E01005048,Bury 002D,8b,Ageing suburbanites,E02001020,Bury 002,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110281 +110281,E00025583,6a2,Comfortable Suburbia,E01005057,Bury 017D,8c,Comfortable suburbia,E02001035,Bury 017,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110282 +110282,E00025088,5b2,Communal Retirement,E01004954,Bury 007A,5a,Ageing urban communities,E02001025,Bury 007,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110283 +110283,E00025137,5b2,Communal Retirement,E01004964,Bury 009D,3d,Households in terraces and flats,E02001027,Bury 009,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110284 +110284,E00025212,5b2,Communal Retirement,E01004981,Bury 004D,5a,Ageing urban communities,E02001022,Bury 004,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110285 +110285,E00025239,5b2,Communal Retirement,E01004989,Bury 019C,3b,Asian traits,E02001037,Bury 019,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110286 +110286,E00025409,5b2,Communal Retirement,E01005021,Bury 001F,8a,Affluent communities,E02001019,Bury 001,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110287 +110287,E00025462,5b2,Communal Retirement,E01005032,Bury 025B,3c,Highly qualified professionals,E02001043,Bury 025,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110288 +110288,E00025470,5b2,Communal Retirement,E01005034,Bury 022D,3c,Highly qualified professionals,E02001040,Bury 022,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110289 +110289,E00025504,5b2,Communal Retirement,E01005042,Bury 026C,3b,Asian traits,E02001044,Bury 026,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110290 +110290,E00025556,5b2,Communal Retirement,E01005051,Bury 003E,5a,Ageing urban communities,E02001021,Bury 003,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110291 +110291,E00025570,5b2,Communal Retirement,E01005053,Bury 006E,5b,Aspiring urban households,E02001024,Bury 006,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110292 +110292,E00025022,4a3,Commuters with Young Families,E01004943,Bury 021C,3d,Households in terraces and flats,E02001039,Bury 021,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110293 +110293,E00025458,3c1,Constrained Neighbourhoods,E01005036,Bury 024C,3d,Households in terraces and flats,E02001042,Bury 024,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110294 +110294,E00025268,7c2,Constrained Young Families,E01004996,Bury 016B,4c,Hampered neighbourhoods,E02001034,Bury 016,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110295 +110295,E00025272,7c2,Constrained Young Families,E01004990,Bury 016A,4a,Challenged white communities,E02001034,Bury 016,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110296 +110296,E00025330,7c2,Constrained Young Families,E01005004,Bury 016C,4d,Hard-pressed flat dwellers,E02001034,Bury 016,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110297 +110297,E00025095,7a3,Multi-Ethnic Hardship,E01004960,Bury 007E,4c,Hampered neighbourhoods,E02001025,Bury 007,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110298 +110298,E00025237,6b1,Multi-Ethnic Suburbia,E01004988,Bury 020D,5b,Aspiring urban households,E02001038,Bury 020,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110299 +110299,E00025250,6b1,Multi-Ethnic Suburbia,E01004984,Bury 019A,8a,Affluent communities,E02001037,Bury 019,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110300 +110300,E00025102,8d2,Hard-Pressed Ethnic Mix,E01004957,Bury 007D,4c,Hampered neighbourhoods,E02001025,Bury 007,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110301 +110301,E00025099,7a3,Multi-Ethnic Hardship,E01004956,Bury 007C,4b,Constrained renters,E02001025,Bury 007,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110302 +110302,E00025256,6b1,Multi-Ethnic Suburbia,E01004995,Bury 018A,8b,Ageing suburbanites,E02001036,Bury 018,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110303 +110303,E00025119,8d2,Hard-Pressed Ethnic Mix,E01004966,Bury 005C,4c,Hampered neighbourhoods,E02001023,Bury 005,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110304 +110304,E00025100,7a3,Multi-Ethnic Hardship,E01004954,Bury 007A,5a,Ageing urban communities,E02001025,Bury 007,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110305 +110305,E00025260,6b1,Multi-Ethnic Suburbia,E01004993,Bury 015C,5b,Aspiring urban households,E02001033,Bury 015,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110306 +110306,E00025121,8d2,Hard-Pressed Ethnic Mix,E01004966,Bury 005C,4c,Hampered neighbourhoods,E02001023,Bury 005,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110307 +110307,E00025105,7a3,Multi-Ethnic Hardship,E01004957,Bury 007D,4c,Hampered neighbourhoods,E02001025,Bury 007,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110308 +110308,E00025315,6b1,Multi-Ethnic Suburbia,E01005002,Bury 014D,5c,Comfortable neighbourhoods,E02001032,Bury 014,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110309 +110309,E00025154,8d2,Hard-Pressed Ethnic Mix,E01004972,Bury 023A,4c,Hampered neighbourhoods,E02001041,Bury 023,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110310 +110310,E00025132,7a3,Multi-Ethnic Hardship,E01004963,Bury 006A,5c,Comfortable neighbourhoods,E02001024,Bury 006,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110311 +110311,E00025328,6b1,Multi-Ethnic Suburbia,E01005002,Bury 014D,5c,Comfortable neighbourhoods,E02001032,Bury 014,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110312 +110312,E00025356,6b1,Multi-Ethnic Suburbia,E01005011,Bury 019E,8c,Comfortable suburbia,E02001037,Bury 019,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110313 +110313,E00025361,6b1,Multi-Ethnic Suburbia,E01005012,Bury 018C,3d,Households in terraces and flats,E02001036,Bury 018,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110314 +110314,E00025449,6b1,Multi-Ethnic Suburbia,E01005025,Bury 011A,3d,Households in terraces and flats,E02001029,Bury 011,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110315 +110315,E00025479,6b1,Multi-Ethnic Suburbia,E01005035,Bury 025C,3a,Achieving neighbourhoods,E02001043,Bury 025,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110316 +110316,E00025483,6b1,Multi-Ethnic Suburbia,E01005037,Bury 024D,3b,Asian traits,E02001042,Bury 024,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110317 +110317,E00025484,6b1,Multi-Ethnic Suburbia,E01005037,Bury 024D,3b,Asian traits,E02001042,Bury 024,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110318 +110318,E00025491,6b1,Multi-Ethnic Suburbia,E01005038,Bury 025D,8c,Comfortable suburbia,E02001043,Bury 025,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110319 +110319,E00025492,6b1,Multi-Ethnic Suburbia,E01005033,Bury 024B,3b,Asian traits,E02001042,Bury 024,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110320 +110320,E00025497,6b1,Multi-Ethnic Suburbia,E01005038,Bury 025D,8c,Comfortable suburbia,E02001043,Bury 025,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110321 +110321,E00025500,6b1,Multi-Ethnic Suburbia,E01005040,Bury 026A,3b,Asian traits,E02001044,Bury 026,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110322 +110322,E00025505,6b1,Multi-Ethnic Suburbia,E01005042,Bury 026C,3b,Asian traits,E02001044,Bury 026,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110323 +110323,E00025507,6b1,Multi-Ethnic Suburbia,E01005041,Bury 026B,3b,Asian traits,E02001044,Bury 026,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110324 +110324,E00025508,6b1,Multi-Ethnic Suburbia,E01005042,Bury 026C,3b,Asian traits,E02001044,Bury 026,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110325 +110325,E00025579,6b1,Multi-Ethnic Suburbia,E01005060,Bury 013D,3a,Achieving neighbourhoods,E02001031,Bury 013,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110326 +110326,E00025588,6b1,Multi-Ethnic Suburbia,E01005055,Bury 017B,8c,Comfortable suburbia,E02001035,Bury 017,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110327 +110327,E00025593,6b1,Multi-Ethnic Suburbia,E01005055,Bury 017B,8c,Comfortable suburbia,E02001035,Bury 017,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110328 +110328,E00025594,6b1,Multi-Ethnic Suburbia,E01005055,Bury 017B,8c,Comfortable suburbia,E02001035,Bury 017,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110329 +110329,E00025595,6b1,Multi-Ethnic Suburbia,E01005055,Bury 017B,8c,Comfortable suburbia,E02001035,Bury 017,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110330 +110330,E00025599,6b1,Multi-Ethnic Suburbia,E01005058,Bury 017E,8b,Ageing suburbanites,E02001035,Bury 017,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110331 +110331,E00025037,6b4,Older Workers and Retirement,E01004952,Bury 010D,8b,Ageing suburbanites,E02001028,Bury 010,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110332 +110332,E00025045,6b4,Older Workers and Retirement,E01004953,Bury 010E,8c,Comfortable suburbia,E02001028,Bury 010,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110333 +110333,E00025214,6b4,Older Workers and Retirement,E01004981,Bury 004D,5a,Ageing urban communities,E02001022,Bury 004,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110334 +110334,E00025257,6b4,Older Workers and Retirement,E01004995,Bury 018A,8b,Ageing suburbanites,E02001036,Bury 018,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110335 +110335,E00025295,6b4,Older Workers and Retirement,E01005000,Bury 012A,8c,Comfortable suburbia,E02001030,Bury 012,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110336 +110336,E00025322,6b4,Older Workers and Retirement,E01005002,Bury 014D,5c,Comfortable neighbourhoods,E02001032,Bury 014,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110337 +110337,E00025346,6b4,Older Workers and Retirement,E01005007,Bury 019D,5a,Ageing urban communities,E02001037,Bury 019,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110338 +110338,E00025351,6b4,Older Workers and Retirement,E01005011,Bury 019E,8c,Comfortable suburbia,E02001037,Bury 019,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110339 +110339,E00025419,6b4,Older Workers and Retirement,E01005023,Bury 002B,8b,Ageing suburbanites,E02001020,Bury 002,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110340 +110340,E00025469,6b4,Older Workers and Retirement,E01005034,Bury 022D,3c,Highly qualified professionals,E02001040,Bury 022,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110341 +110341,E00025544,6b4,Older Workers and Retirement,E01005046,Bury 002C,8b,Ageing suburbanites,E02001020,Bury 002,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110342 +110342,E00025600,6b4,Older Workers and Retirement,E01005058,Bury 017E,8b,Ageing suburbanites,E02001035,Bury 017,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110343 +110343,E00025098,7c3,Outer City Hardship,E01004954,Bury 007A,5a,Ageing urban communities,E02001025,Bury 007,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110344 +110344,E00025158,8d2,Hard-Pressed Ethnic Mix,E01004972,Bury 023A,4c,Hampered neighbourhoods,E02001041,Bury 023,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110345 +110345,E00025159,8d2,Hard-Pressed Ethnic Mix,E01004972,Bury 023A,4c,Hampered neighbourhoods,E02001041,Bury 023,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110346 +110346,E00025189,7a3,Multi-Ethnic Hardship,E01004977,Bury 004B,5a,Ageing urban communities,E02001022,Bury 004,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110347 +110347,E00025186,8d2,Hard-Pressed Ethnic Mix,E01004976,Bury 004A,4c,Hampered neighbourhoods,E02001022,Bury 004,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110348 +110348,E00025233,7a3,Multi-Ethnic Hardship,E01004987,Bury 020C,4a,Challenged white communities,E02001038,Bury 020,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110349 +110349,E00025194,8d2,Hard-Pressed Ethnic Mix,E01004976,Bury 004A,4c,Hampered neighbourhoods,E02001022,Bury 004,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110350 +110350,E00025249,7a3,Multi-Ethnic Hardship,E01004986,Bury 020B,3d,Households in terraces and flats,E02001038,Bury 020,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110351 +110351,E00025201,8d2,Hard-Pressed Ethnic Mix,E01004978,Bury 004C,3d,Households in terraces and flats,E02001022,Bury 004,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110352 +110352,E00025253,7a3,Multi-Ethnic Hardship,E01004996,Bury 016B,4c,Hampered neighbourhoods,E02001034,Bury 016,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110353 +110353,E00025209,8d2,Hard-Pressed Ethnic Mix,E01004979,Bury 008C,7a,Urban cultural mix,E02001026,Bury 008,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110354 +110354,E00025232,8d2,Hard-Pressed Ethnic Mix,E01004987,Bury 020C,4a,Challenged white communities,E02001038,Bury 020,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110355 +110355,E00025255,8d2,Hard-Pressed Ethnic Mix,E01004990,Bury 016A,4a,Challenged white communities,E02001034,Bury 016,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110356 +110356,E00025263,8d2,Hard-Pressed Ethnic Mix,E01004994,Bury 015D,4c,Hampered neighbourhoods,E02001033,Bury 015,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110357 +110357,E00025275,8d2,Hard-Pressed Ethnic Mix,E01004990,Bury 016A,4a,Challenged white communities,E02001034,Bury 016,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110358 +110358,E00025283,8d2,Hard-Pressed Ethnic Mix,E01004993,Bury 015C,5b,Aspiring urban households,E02001033,Bury 015,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110359 +110359,E00025284,8d2,Hard-Pressed Ethnic Mix,E01004991,Bury 015A,4c,Hampered neighbourhoods,E02001033,Bury 015,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110360 +110360,E00025291,8d2,Hard-Pressed Ethnic Mix,E01005006,Bury 012D,5c,Comfortable neighbourhoods,E02001030,Bury 012,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110361 +110361,E00025326,8d2,Hard-Pressed Ethnic Mix,E01005003,Bury 014E,5b,Aspiring urban households,E02001032,Bury 014,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110362 +110362,E00025333,8d2,Hard-Pressed Ethnic Mix,E01005002,Bury 014D,5c,Comfortable neighbourhoods,E02001032,Bury 014,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110363 +110363,E00025360,8d2,Hard-Pressed Ethnic Mix,E01005012,Bury 018C,3d,Households in terraces and flats,E02001036,Bury 018,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110364 +110364,E00025364,8d2,Hard-Pressed Ethnic Mix,E01005012,Bury 018C,3d,Households in terraces and flats,E02001036,Bury 018,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110365 +110365,E00025405,8d2,Hard-Pressed Ethnic Mix,E01005018,Bury 001E,5b,Aspiring urban households,E02001019,Bury 001,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110366 +110366,E00025455,8d2,Hard-Pressed Ethnic Mix,E01005030,Bury 013A,4c,Hampered neighbourhoods,E02001031,Bury 013,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110367 +110367,E00025464,8d2,Hard-Pressed Ethnic Mix,E01005032,Bury 025B,3c,Highly qualified professionals,E02001043,Bury 025,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110368 +110368,E00025488,8d2,Hard-Pressed Ethnic Mix,E01005031,Bury 025A,3d,Households in terraces and flats,E02001043,Bury 025,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110369 +110369,E00025327,7a3,Multi-Ethnic Hardship,E01005004,Bury 016C,4d,Hard-pressed flat dwellers,E02001034,Bury 016,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110370 +110370,E00025334,7a3,Multi-Ethnic Hardship,E01005004,Bury 016C,4d,Hard-pressed flat dwellers,E02001034,Bury 016,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110371 +110371,E00025353,7a3,Multi-Ethnic Hardship,E01005009,Bury 016E,4c,Hampered neighbourhoods,E02001034,Bury 016,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110372 +110372,E00025357,7a3,Multi-Ethnic Hardship,E01005013,Bury 018D,3d,Households in terraces and flats,E02001036,Bury 018,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110373 +110373,E00025368,7a3,Multi-Ethnic Hardship,E01005012,Bury 018C,3d,Households in terraces and flats,E02001036,Bury 018,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110374 +110374,E00025457,7a3,Multi-Ethnic Hardship,E01005030,Bury 013A,4c,Hampered neighbourhoods,E02001031,Bury 013,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110375 +110375,E00025465,7a3,Multi-Ethnic Hardship,E01005032,Bury 025B,3c,Highly qualified professionals,E02001043,Bury 025,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110376 +110376,E00025603,7a3,Multi-Ethnic Hardship,E01005059,Bury 013C,3d,Households in terraces and flats,E02001031,Bury 013,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110377 +110377,E00171715,7a3,Multi-Ethnic Hardship,E01005013,Bury 018D,3d,Households in terraces and flats,E02001036,Bury 018,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110378 +110378,E00025019,5a2,Multi-Ethnic Professionals with Families,E01004944,Bury 021D,3b,Asian traits,E02001039,Bury 021,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110379 +110379,E00025096,5a2,Multi-Ethnic Professionals with Families,E01004955,Bury 007B,4c,Hampered neighbourhoods,E02001025,Bury 007,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110380 +110380,E00025149,5a2,Multi-Ethnic Professionals with Families,E01004975,Bury 023C,3d,Households in terraces and flats,E02001041,Bury 023,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110381 +110381,E00025152,5a2,Multi-Ethnic Professionals with Families,E01004971,Bury 022C,8c,Comfortable suburbia,E02001040,Bury 022,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110382 +110382,E00025156,5a2,Multi-Ethnic Professionals with Families,E01004971,Bury 022C,8c,Comfortable suburbia,E02001040,Bury 022,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110383 +110383,E00025172,5a2,Multi-Ethnic Professionals with Families,E01004975,Bury 023C,3d,Households in terraces and flats,E02001041,Bury 023,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110384 +110384,E00025198,5a2,Multi-Ethnic Professionals with Families,E01004978,Bury 004C,3d,Households in terraces and flats,E02001022,Bury 004,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110385 +110385,E00025229,5a2,Multi-Ethnic Professionals with Families,E01004983,Bury 020A,3b,Asian traits,E02001038,Bury 020,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110386 +110386,E00025446,5a2,Multi-Ethnic Professionals with Families,E01005028,Bury 011C,7a,Urban cultural mix,E02001029,Bury 011,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110387 +110387,E00025460,5a2,Multi-Ethnic Professionals with Families,E01005033,Bury 024B,3b,Asian traits,E02001042,Bury 024,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110388 +110388,E00025466,5a2,Multi-Ethnic Professionals with Families,E01005034,Bury 022D,3c,Highly qualified professionals,E02001040,Bury 022,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110389 +110389,E00025499,5a2,Multi-Ethnic Professionals with Families,E01005040,Bury 026A,3b,Asian traits,E02001044,Bury 026,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110390 +110390,E00025515,5a2,Multi-Ethnic Professionals with Families,E01005043,Bury 026D,3b,Asian traits,E02001044,Bury 026,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110391 +110391,E00025516,5a2,Multi-Ethnic Professionals with Families,E01005044,Bury 026E,3d,Households in terraces and flats,E02001044,Bury 026,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110392 +110392,E00025517,5a2,Multi-Ethnic Professionals with Families,E01005044,Bury 026E,3d,Households in terraces and flats,E02001044,Bury 026,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110393 +110393,E00025519,5a2,Multi-Ethnic Professionals with Families,E01005045,Bury 023E,3d,Households in terraces and flats,E02001041,Bury 023,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110394 +110394,E00025586,5a2,Multi-Ethnic Professionals with Families,E01005054,Bury 013B,8c,Comfortable suburbia,E02001031,Bury 013,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110395 +110395,E00171714,5a2,Multi-Ethnic Professionals with Families,E01005013,Bury 018D,3d,Households in terraces and flats,E02001036,Bury 018,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110396 +110396,E00171716,5a2,Multi-Ethnic Professionals with Families,E01005013,Bury 018D,3d,Households in terraces and flats,E02001036,Bury 018,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110397 +110397,E00025008,6b1,Multi-Ethnic Suburbia,E01004944,Bury 021D,3b,Asian traits,E02001039,Bury 021,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110398 +110398,E00025012,6b1,Multi-Ethnic Suburbia,E01004944,Bury 021D,3b,Asian traits,E02001039,Bury 021,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110399 +110399,E00025055,6b1,Multi-Ethnic Suburbia,E01004951,Bury 010C,8b,Ageing suburbanites,E02001028,Bury 010,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110400 +110400,E00025527,4a1,Private Renting Young Families,E01005045,Bury 023E,3d,Households in terraces and flats,E02001041,Bury 023,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110401 +110401,E00025529,4a1,Private Renting Young Families,E01005039,Bury 023D,4c,Hampered neighbourhoods,E02001041,Bury 023,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110402 +110402,E00171711,4a1,Private Renting Young Families,E01005059,Bury 013C,3d,Households in terraces and flats,E02001031,Bury 013,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110403 +110403,E00171718,4a1,Private Renting Young Families,E01005059,Bury 013C,3d,Households in terraces and flats,E02001031,Bury 013,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110404 +110404,E00025221,7c3,Outer City Hardship,E01004987,Bury 020C,4a,Challenged white communities,E02001038,Bury 020,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110405 +110405,E00025213,8c3,Renting Hard-Pressed Workers,E01004981,Bury 004D,5a,Ageing urban communities,E02001022,Bury 004,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110406 +110406,E00025049,7d3,Retired Communal City Dwellers,E01004948,Bury 009B,4c,Hampered neighbourhoods,E02001027,Bury 009,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110407 +110407,E00025165,7d2,Retired Independent City Dwellers,E01004975,Bury 023C,3d,Households in terraces and flats,E02001041,Bury 023,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110408 +110408,E00025231,7c3,Outer City Hardship,E01004987,Bury 020C,4a,Challenged white communities,E02001038,Bury 020,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110409 +110409,E00025471,7d2,Retired Independent City Dwellers,E01005036,Bury 024C,3d,Households in terraces and flats,E02001042,Bury 024,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110410 +110410,E00025387,7c3,Outer City Hardship,E01005015,Bury 001B,5c,Comfortable neighbourhoods,E02001019,Bury 001,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110411 +110411,E00025549,1b1,Rural Life,E01005049,Bury 003D,8c,Comfortable suburbia,E02001021,Bury 003,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110412 +110412,E00025207,4b2,Pakistani Communities,E01004979,Bury 008C,7a,Urban cultural mix,E02001026,Bury 008,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110413 +110413,E00025208,4b2,Pakistani Communities,E01004980,Bury 008D,4b,Constrained renters,E02001026,Bury 008,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110414 +110414,E00025210,4b2,Pakistani Communities,E01004979,Bury 008C,7a,Urban cultural mix,E02001026,Bury 008,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110415 +110415,E00025211,4b2,Pakistani Communities,E01004980,Bury 008D,4b,Constrained renters,E02001026,Bury 008,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110416 +110416,E00025424,4b2,Pakistani Communities,E01005027,Bury 011B,7a,Urban cultural mix,E02001029,Bury 011,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110417 +110417,E00025425,4b2,Pakistani Communities,E01005024,Bury 008E,7b,Young ethnic communities,E02001026,Bury 008,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110418 +110418,E00025426,4b2,Pakistani Communities,E01005024,Bury 008E,7b,Young ethnic communities,E02001026,Bury 008,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110419 +110419,E00025427,4b2,Pakistani Communities,E01005026,Bury 008F,7b,Young ethnic communities,E02001026,Bury 008,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110420 +110420,E00025428,4b2,Pakistani Communities,E01005024,Bury 008E,7b,Young ethnic communities,E02001026,Bury 008,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110421 +110421,E00025429,4b2,Pakistani Communities,E01005024,Bury 008E,7b,Young ethnic communities,E02001026,Bury 008,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110422 +110422,E00025430,4b2,Pakistani Communities,E01005026,Bury 008F,7b,Young ethnic communities,E02001026,Bury 008,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110423 +110423,E00025432,4b2,Pakistani Communities,E01005028,Bury 011C,7a,Urban cultural mix,E02001029,Bury 011,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110424 +110424,E00025433,4b2,Pakistani Communities,E01005026,Bury 008F,7b,Young ethnic communities,E02001026,Bury 008,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110425 +110425,E00025437,4b2,Pakistani Communities,E01005028,Bury 011C,7a,Urban cultural mix,E02001029,Bury 011,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110426 +110426,E00025439,4b2,Pakistani Communities,E01005029,Bury 011D,7a,Urban cultural mix,E02001029,Bury 011,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110427 +110427,E00025440,4b2,Pakistani Communities,E01005029,Bury 011D,7a,Urban cultural mix,E02001029,Bury 011,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110428 +110428,E00025444,4b2,Pakistani Communities,E01005029,Bury 011D,7a,Urban cultural mix,E02001029,Bury 011,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110429 +110429,E00171708,4b2,Pakistani Communities,E01005026,Bury 008F,7b,Young ethnic communities,E02001026,Bury 008,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110430 +110430,E00171709,4b2,Pakistani Communities,E01005026,Bury 008F,7b,Young ethnic communities,E02001026,Bury 008,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110431 +110431,E00025009,4a1,Private Renting Young Families,E01004942,Bury 021B,4c,Hampered neighbourhoods,E02001039,Bury 021,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110432 +110432,E00025355,6b2,White Suburban Communities,E01005007,Bury 019D,5a,Ageing urban communities,E02001037,Bury 019,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110433 +110433,E00025015,4a1,Private Renting Young Families,E01004942,Bury 021B,4c,Hampered neighbourhoods,E02001039,Bury 021,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110434 +110434,E00025016,4a1,Private Renting Young Families,E01004944,Bury 021D,3b,Asian traits,E02001039,Bury 021,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110435 +110435,E00025017,4a1,Private Renting Young Families,E01004942,Bury 021B,4c,Hampered neighbourhoods,E02001039,Bury 021,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110436 +110436,E00025020,4a1,Private Renting Young Families,E01004943,Bury 021C,3d,Households in terraces and flats,E02001039,Bury 021,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110437 +110437,E00025023,4a1,Private Renting Young Families,E01004943,Bury 021C,3d,Households in terraces and flats,E02001039,Bury 021,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110438 +110438,E00025033,4a1,Private Renting Young Families,E01004941,Bury 021A,4c,Hampered neighbourhoods,E02001039,Bury 021,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110439 +110439,E00025043,4a1,Private Renting Young Families,E01004947,Bury 009A,4b,Constrained renters,E02001027,Bury 009,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110440 +110440,E00025059,4a1,Private Renting Young Families,E01004948,Bury 009B,4c,Hampered neighbourhoods,E02001027,Bury 009,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110441 +110441,E00025077,4a1,Private Renting Young Families,E01004959,Bury 008B,7a,Urban cultural mix,E02001026,Bury 008,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110442 +110442,E00025079,4a1,Private Renting Young Families,E01004959,Bury 008B,7a,Urban cultural mix,E02001026,Bury 008,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110443 +110443,E00025104,4a1,Private Renting Young Families,E01004957,Bury 007D,4c,Hampered neighbourhoods,E02001025,Bury 007,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110444 +110444,E00025108,4a1,Private Renting Young Families,E01004959,Bury 008B,7a,Urban cultural mix,E02001026,Bury 008,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110445 +110445,E00025110,4a1,Private Renting Young Families,E01004960,Bury 007E,4c,Hampered neighbourhoods,E02001025,Bury 007,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110446 +110446,E00025122,4a1,Private Renting Young Families,E01004966,Bury 005C,4c,Hampered neighbourhoods,E02001023,Bury 005,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110447 +110447,E00025153,4a1,Private Renting Young Families,E01004972,Bury 023A,4c,Hampered neighbourhoods,E02001041,Bury 023,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110448 +110448,E00025202,4a1,Private Renting Young Families,E01004979,Bury 008C,7a,Urban cultural mix,E02001026,Bury 008,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110449 +110449,E00025203,4a1,Private Renting Young Families,E01004979,Bury 008C,7a,Urban cultural mix,E02001026,Bury 008,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110450 +110450,E00025204,4a1,Private Renting Young Families,E01004978,Bury 004C,3d,Households in terraces and flats,E02001022,Bury 004,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110451 +110451,E00025340,4a1,Private Renting Young Families,E01005008,Bury 016D,4c,Hampered neighbourhoods,E02001034,Bury 016,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110452 +110452,E00025348,4a1,Private Renting Young Families,E01005008,Bury 016D,4c,Hampered neighbourhoods,E02001034,Bury 016,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110453 +110453,E00025423,4a1,Private Renting Young Families,E01005028,Bury 011C,7a,Urban cultural mix,E02001029,Bury 011,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110454 +110454,E00025436,4a1,Private Renting Young Families,E01005027,Bury 011B,7a,Urban cultural mix,E02001029,Bury 011,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110455 +110455,E00025443,4a1,Private Renting Young Families,E01005028,Bury 011C,7a,Urban cultural mix,E02001029,Bury 011,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110456 +110456,E00025463,4a1,Private Renting Young Families,E01005032,Bury 025B,3c,Highly qualified professionals,E02001043,Bury 025,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110457 +110457,E00025495,4a1,Private Renting Young Families,E01005031,Bury 025A,3d,Households in terraces and flats,E02001043,Bury 025,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110458 +110458,E00025496,4a1,Private Renting Young Families,E01005031,Bury 025A,3d,Households in terraces and flats,E02001043,Bury 025,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110459 +110459,E00025522,4a1,Private Renting Young Families,E01005045,Bury 023E,3d,Households in terraces and flats,E02001041,Bury 023,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110460 +110460,E00025389,5a1,White Professionals,E01005014,Bury 001A,5c,Comfortable neighbourhoods,E02001019,Bury 001,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110461 +110461,E00026144,4c1,Achieving Minorities,E01005163,Manchester 004E,7b,Young ethnic communities,E02001048,Manchester 004,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110462 +110462,E00026237,4b1,Asian Terraces and Flats,E01005179,Manchester 030B,7b,Young ethnic communities,E02001074,Manchester 030,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110463 +110463,E00025266,6b3,Semi-Detached Ageing,E01004995,Bury 018A,8b,Ageing suburbanites,E02001036,Bury 018,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110464 +110464,E00176083,4c1,Achieving Minorities,E01033685,Manchester 003F,3d,Households in terraces and flats,E02001047,Manchester 003,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110465 +110465,E00026006,7d1,Ageing Communities and Families,E01033685,Manchester 003F,3d,Households in terraces and flats,E02001047,Manchester 003,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110466 +110466,E00025381,1b2,Rural White-Collar Workers,E01005022,Bury 003B,8c,Comfortable suburbia,E02001021,Bury 003,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110467 +110467,E00025392,5a1,White Professionals,E01005016,Bury 001C,5b,Aspiring urban households,E02001019,Bury 001,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110468 +110468,E00026146,4c1,Achieving Minorities,E01005161,Manchester 004C,3b,Asian traits,E02001048,Manchester 004,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110469 +110469,E00026094,6a4,Ageing in Suburbia,E01005157,Manchester 037D,3a,Achieving neighbourhoods,E02001081,Manchester 037,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110470 +110470,E00025279,6b3,Semi-Detached Ageing,E01004990,Bury 016A,4a,Challenged white communities,E02001034,Bury 016,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110471 +110471,E00026239,4b1,Asian Terraces and Flats,E01005178,Manchester 030A,7a,Urban cultural mix,E02001074,Manchester 030,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110472 +110472,E00026147,4c1,Achieving Minorities,E01005162,Manchester 004D,7b,Young ethnic communities,E02001048,Manchester 004,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110473 +110473,E00026246,4b1,Asian Terraces and Flats,E01005180,Manchester 030C,7a,Urban cultural mix,E02001074,Manchester 030,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110474 +110474,E00025395,5a1,White Professionals,E01005015,Bury 001B,5c,Comfortable neighbourhoods,E02001019,Bury 001,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110475 +110475,E00025363,6b2,White Suburban Communities,E01005011,Bury 019E,8c,Comfortable suburbia,E02001037,Bury 019,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110476 +110476,E00026149,4c1,Achieving Minorities,E01005161,Manchester 004C,3b,Asian traits,E02001048,Manchester 004,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110477 +110477,E00026247,4b1,Asian Terraces and Flats,E01005180,Manchester 030C,7a,Urban cultural mix,E02001074,Manchester 030,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110478 +110478,E00025397,5a1,White Professionals,E01005016,Bury 001C,5b,Aspiring urban households,E02001019,Bury 001,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110479 +110479,E00026152,4c1,Achieving Minorities,E01005163,Manchester 004E,7b,Young ethnic communities,E02001048,Manchester 004,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110480 +110480,E00026155,4c1,Achieving Minorities,E01005163,Manchester 004E,7b,Young ethnic communities,E02001048,Manchester 004,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110481 +110481,E00026168,4c1,Achieving Minorities,E01005170,Manchester 045D,3b,Asian traits,E02001089,Manchester 045,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110482 +110482,E00026173,4c1,Achieving Minorities,E01005170,Manchester 045D,3b,Asian traits,E02001089,Manchester 045,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110483 +110483,E00026202,4c1,Achieving Minorities,E01005168,Manchester 045B,3b,Asian traits,E02001089,Manchester 045,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110484 +110484,E00026212,4c1,Achieving Minorities,E01005171,Manchester 045E,3b,Asian traits,E02001089,Manchester 045,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110485 +110485,E00026213,4c1,Achieving Minorities,E01005171,Manchester 045E,3b,Asian traits,E02001089,Manchester 045,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110486 +110486,E00026215,4c1,Achieving Minorities,E01005170,Manchester 045D,3b,Asian traits,E02001089,Manchester 045,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110487 +110487,E00026217,4c1,Achieving Minorities,E01005170,Manchester 045D,3b,Asian traits,E02001089,Manchester 045,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110488 +110488,E00026295,4c1,Achieving Minorities,E01005192,Manchester 021D,7a,Urban cultural mix,E02001065,Manchester 021,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110489 +110489,E00026423,4c1,Achieving Minorities,E01005216,Manchester 034D,7a,Urban cultural mix,E02001078,Manchester 034,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110490 +110490,E00026425,4c1,Achieving Minorities,E01005216,Manchester 034D,7a,Urban cultural mix,E02001078,Manchester 034,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110491 +110491,E00026426,4c1,Achieving Minorities,E01005217,Manchester 034E,7b,Young ethnic communities,E02001078,Manchester 034,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110492 +110492,E00026431,4c1,Achieving Minorities,E01005216,Manchester 034D,7a,Urban cultural mix,E02001078,Manchester 034,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110493 +110493,E00026432,4c1,Achieving Minorities,E01005217,Manchester 034E,7b,Young ethnic communities,E02001078,Manchester 034,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110494 +110494,E00026434,4c1,Achieving Minorities,E01005215,Manchester 034C,7b,Young ethnic communities,E02001078,Manchester 034,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110495 +110495,E00026435,4c1,Achieving Minorities,E01005217,Manchester 034E,7b,Young ethnic communities,E02001078,Manchester 034,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110496 +110496,E00026436,4c1,Achieving Minorities,E01005217,Manchester 034E,7b,Young ethnic communities,E02001078,Manchester 034,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110497 +110497,E00026593,8c1,Ageing Industrious Workers,E01005254,Manchester 005F,5b,Aspiring urban households,E02001049,Manchester 005,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110498 +110498,E00025298,6b3,Semi-Detached Ageing,E01005002,Bury 014D,5c,Comfortable neighbourhoods,E02001032,Bury 014,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110499 +110499,E00025388,1b2,Rural White-Collar Workers,E01005015,Bury 001B,5c,Comfortable neighbourhoods,E02001019,Bury 001,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110500 +110500,E00026438,4c1,Achieving Minorities,E01005215,Manchester 034C,7b,Young ethnic communities,E02001078,Manchester 034,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110501 +110501,E00026613,4c1,Achieving Minorities,E01005248,Manchester 005B,8c,Comfortable suburbia,E02001049,Manchester 005,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110502 +110502,E00026679,4c1,Achieving Minorities,E01005269,Manchester 046D,3b,Asian traits,E02001090,Manchester 046,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110503 +110503,E00026728,4c1,Achieving Minorities,E01005278,Manchester 035D,7b,Young ethnic communities,E02001079,Manchester 035,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110504 +110504,E00026755,4c1,Achieving Minorities,E01005282,Manchester 032D,7b,Young ethnic communities,E02001076,Manchester 032,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110505 +110505,E00026821,4c1,Achieving Minorities,E01005299,Manchester 029F,7b,Young ethnic communities,E02001073,Manchester 029,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110506 +110506,E00026822,4c1,Achieving Minorities,E01005300,Manchester 033D,7b,Young ethnic communities,E02001077,Manchester 033,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110507 +110507,E00026826,4c1,Achieving Minorities,E01005300,Manchester 033D,7b,Young ethnic communities,E02001077,Manchester 033,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110508 +110508,E00026827,4c1,Achieving Minorities,E01005300,Manchester 033D,7b,Young ethnic communities,E02001077,Manchester 033,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110509 +110509,E00026828,4c1,Achieving Minorities,E01005300,Manchester 033D,7b,Young ethnic communities,E02001077,Manchester 033,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110510 +110510,E00026829,4c1,Achieving Minorities,E01005301,Manchester 033E,3b,Asian traits,E02001077,Manchester 033,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110511 +110511,E00026830,4c1,Achieving Minorities,E01005301,Manchester 033E,3b,Asian traits,E02001077,Manchester 033,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110512 +110512,E00026846,4c1,Achieving Minorities,E01005298,Manchester 028B,7b,Young ethnic communities,E02001072,Manchester 028,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110513 +110513,E00026847,4c1,Achieving Minorities,E01005296,Manchester 029E,7b,Young ethnic communities,E02001073,Manchester 029,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110514 +110514,E00026851,4c1,Achieving Minorities,E01005299,Manchester 029F,7b,Young ethnic communities,E02001073,Manchester 029,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110515 +110515,E00026858,4c1,Achieving Minorities,E01005299,Manchester 029F,7b,Young ethnic communities,E02001073,Manchester 029,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110516 +110516,E00026860,4c1,Achieving Minorities,E01005301,Manchester 033E,3b,Asian traits,E02001077,Manchester 033,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110517 +110517,E00026864,4c1,Achieving Minorities,E01005305,Manchester 036A,7b,Young ethnic communities,E02001080,Manchester 036,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110518 +110518,E00026865,4c1,Achieving Minorities,E01005307,Manchester 040D,1a,Cosmopolitan student neighbourhoods,E02001084,Manchester 040,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110519 +110519,E00026874,4c1,Achieving Minorities,E01005305,Manchester 036A,7b,Young ethnic communities,E02001080,Manchester 036,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110520 +110520,E00026876,4c1,Achieving Minorities,E01005305,Manchester 036A,7b,Young ethnic communities,E02001080,Manchester 036,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110521 +110521,E00026879,4c1,Achieving Minorities,E01005307,Manchester 040D,1a,Cosmopolitan student neighbourhoods,E02001084,Manchester 040,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110522 +110522,E00026888,4c1,Achieving Minorities,E01005308,Manchester 040E,7a,Urban cultural mix,E02001084,Manchester 040,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110523 +110523,E00026916,4c1,Achieving Minorities,E01005316,Manchester 053D,7a,Urban cultural mix,E02001097,Manchester 053,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110524 +110524,E00175882,4c1,Achieving Minorities,E01005279,Manchester 035E,7a,Urban cultural mix,E02001079,Manchester 035,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110525 +110525,E00175980,4c1,Achieving Minorities,E01005295,Manchester 049E,3d,Households in terraces and flats,E02001093,Manchester 049,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110526 +110526,E00176012,4c1,Achieving Minorities,E01005115,Manchester 044A,3d,Households in terraces and flats,E02001088,Manchester 044,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110527 +110527,E00176060,4c1,Achieving Minorities,E01005140,Manchester 002E,7a,Urban cultural mix,E02001046,Manchester 002,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110528 +110528,E00025400,5a1,White Professionals,E01005016,Bury 001C,5b,Aspiring urban households,E02001019,Bury 001,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110529 +110529,E00025377,6b2,White Suburban Communities,E01005020,Bury 003A,8c,Comfortable suburbia,E02001021,Bury 003,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110530 +110530,E00025539,1b2,Rural White-Collar Workers,E01005047,Bury 003C,8a,Affluent communities,E02001021,Bury 003,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110531 +110531,E00025383,6b2,White Suburban Communities,E01005016,Bury 001C,5b,Aspiring urban households,E02001019,Bury 001,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110532 +110532,E00025404,5a1,White Professionals,E01005018,Bury 001E,5b,Aspiring urban households,E02001019,Bury 001,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110533 +110533,E00025311,6b3,Semi-Detached Ageing,E01004998,Bury 014B,8b,Ageing suburbanites,E02001032,Bury 014,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110534 +110534,E00026600,8c1,Ageing Industrious Workers,E01005254,Manchester 005F,5b,Aspiring urban households,E02001049,Manchester 005,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110535 +110535,E00026603,8c1,Ageing Industrious Workers,E01005250,Manchester 005D,4c,Hampered neighbourhoods,E02001049,Manchester 005,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110536 +110536,E00026301,4b1,Asian Terraces and Flats,E01005186,Manchester 020B,7a,Urban cultural mix,E02001064,Manchester 020,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110537 +110537,E00026605,8c1,Ageing Industrious Workers,E01005247,Manchester 005A,5b,Aspiring urban households,E02001049,Manchester 005,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110538 +110538,E00026308,4b1,Asian Terraces and Flats,E01005201,Manchester 023E,7a,Urban cultural mix,E02001067,Manchester 023,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110539 +110539,E00026672,8c1,Ageing Industrious Workers,E01005267,Manchester 046B,3d,Households in terraces and flats,E02001090,Manchester 046,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110540 +110540,E00025384,6b2,White Suburban Communities,E01005017,Bury 001D,5b,Aspiring urban households,E02001019,Bury 001,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110541 +110541,E00026310,4b1,Asian Terraces and Flats,E01005199,Manchester 027B,7b,Young ethnic communities,E02001071,Manchester 027,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110542 +110542,E00025407,5a1,White Professionals,E01005017,Bury 001D,5b,Aspiring urban households,E02001019,Bury 001,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110543 +110543,E00025625,4b1,Asian Terraces and Flats,E01005061,Manchester 018A,7a,Urban cultural mix,E02001062,Manchester 018,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110544 +110544,E00025316,6b3,Semi-Detached Ageing,E01004998,Bury 014B,8b,Ageing suburbanites,E02001032,Bury 014,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110545 +110545,E00025042,5b3,Self-Sufficient Retirement,E01004953,Bury 010E,8c,Comfortable suburbia,E02001028,Bury 010,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110546 +110546,E00025402,6b2,White Suburban Communities,E01005017,Bury 001D,5b,Aspiring urban households,E02001019,Bury 001,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110547 +110547,E00025630,4b1,Asian Terraces and Flats,E01005062,Manchester 018B,1a,Cosmopolitan student neighbourhoods,E02001062,Manchester 018,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110548 +110548,E00025408,5a1,White Professionals,E01005017,Bury 001D,5b,Aspiring urban households,E02001019,Bury 001,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110549 +110549,E00026312,4b1,Asian Terraces and Flats,E01005194,Manchester 027A,7b,Young ethnic communities,E02001071,Manchester 027,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110550 +110550,E00025320,6b3,Semi-Detached Ageing,E01004999,Bury 014C,8c,Comfortable suburbia,E02001032,Bury 014,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110551 +110551,E00025413,6b2,White Suburban Communities,E01005021,Bury 001F,8a,Affluent communities,E02001019,Bury 001,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110552 +110552,E00025417,6b2,White Suburban Communities,E01005019,Bury 002A,8c,Comfortable suburbia,E02001020,Bury 002,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110553 +110553,E00025531,6b2,White Suburban Communities,E01005050,Bury 006C,8c,Comfortable suburbia,E02001024,Bury 006,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110554 +110554,E00025532,6b2,White Suburban Communities,E01005053,Bury 006E,5b,Aspiring urban households,E02001024,Bury 006,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110555 +110555,E00025535,6b2,White Suburban Communities,E01005047,Bury 003C,8a,Affluent communities,E02001021,Bury 003,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110556 +110556,E00025537,6b2,White Suburban Communities,E01005046,Bury 002C,8b,Ageing suburbanites,E02001020,Bury 002,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110557 +110557,E00025547,6b2,White Suburban Communities,E01005049,Bury 003D,8c,Comfortable suburbia,E02001021,Bury 003,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110558 +110558,E00025550,6b2,White Suburban Communities,E01005051,Bury 003E,5a,Ageing urban communities,E02001021,Bury 003,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110559 +110559,E00025551,6b2,White Suburban Communities,E01005047,Bury 003C,8a,Affluent communities,E02001021,Bury 003,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110560 +110560,E00025553,6b2,White Suburban Communities,E01005049,Bury 003D,8c,Comfortable suburbia,E02001021,Bury 003,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110561 +110561,E00025557,6b2,White Suburban Communities,E01005051,Bury 003E,5a,Ageing urban communities,E02001021,Bury 003,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110562 +110562,E00025558,6b2,White Suburban Communities,E01005052,Bury 006D,8b,Ageing suburbanites,E02001024,Bury 006,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110563 +110563,E00025560,6b2,White Suburban Communities,E01005052,Bury 006D,8b,Ageing suburbanites,E02001024,Bury 006,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110564 +110564,E00025563,6b2,White Suburban Communities,E01005050,Bury 006C,8c,Comfortable suburbia,E02001024,Bury 006,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110565 +110565,E00025565,6b2,White Suburban Communities,E01005052,Bury 006D,8b,Ageing suburbanites,E02001024,Bury 006,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110566 +110566,E00025566,6b2,White Suburban Communities,E01005050,Bury 006C,8c,Comfortable suburbia,E02001024,Bury 006,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110567 +110567,E00025568,6b2,White Suburban Communities,E01005053,Bury 006E,5b,Aspiring urban households,E02001024,Bury 006,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110568 +110568,E00025575,6b2,White Suburban Communities,E01005054,Bury 013B,8c,Comfortable suburbia,E02001031,Bury 013,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110569 +110569,E00025576,6b2,White Suburban Communities,E01005057,Bury 017D,8c,Comfortable suburbia,E02001035,Bury 017,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110570 +110570,E00025584,6b2,White Suburban Communities,E01005054,Bury 013B,8c,Comfortable suburbia,E02001031,Bury 013,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110571 +110571,E00025591,6b2,White Suburban Communities,E01005057,Bury 017D,8c,Comfortable suburbia,E02001035,Bury 017,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110572 +110572,E00025091,8d1,Young Hard-Pressed Families,E01004960,Bury 007E,4c,Hampered neighbourhoods,E02001025,Bury 007,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110573 +110573,E00025101,8d1,Young Hard-Pressed Families,E01004957,Bury 007D,4c,Hampered neighbourhoods,E02001025,Bury 007,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110574 +110574,E00025133,8d1,Young Hard-Pressed Families,E01004961,Bury 005A,5b,Aspiring urban households,E02001023,Bury 005,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110575 +110575,E00025259,8d1,Young Hard-Pressed Families,E01004993,Bury 015C,5b,Aspiring urban households,E02001033,Bury 015,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110576 +110576,E00025331,8d1,Young Hard-Pressed Families,E01005003,Bury 014E,5b,Aspiring urban households,E02001032,Bury 014,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110577 +110577,E00025347,8d1,Young Hard-Pressed Families,E01005008,Bury 016D,4c,Hampered neighbourhoods,E02001034,Bury 016,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110578 +110578,E00025367,8d1,Young Hard-Pressed Families,E01005013,Bury 018D,3d,Households in terraces and flats,E02001036,Bury 018,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110579 +110579,E00025391,8d1,Young Hard-Pressed Families,E01005015,Bury 001B,5c,Comfortable neighbourhoods,E02001019,Bury 001,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110580 +110580,E00025587,8d1,Young Hard-Pressed Families,E01005057,Bury 017D,8c,Comfortable suburbia,E02001035,Bury 017,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110581 +110581,E00025667,4c1,Achieving Minorities,E01005073,Manchester 048C,3b,Asian traits,E02001092,Manchester 048,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110582 +110582,E00025905,4c1,Achieving Minorities,E01005122,Manchester 041C,7a,Urban cultural mix,E02001085,Manchester 041,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110583 +110583,E00025929,4c1,Achieving Minorities,E01005126,Manchester 045A,7a,Urban cultural mix,E02001089,Manchester 045,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110584 +110584,E00025930,4c1,Achieving Minorities,E01005118,Manchester 034A,7b,Young ethnic communities,E02001078,Manchester 034,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110585 +110585,E00025931,4c1,Achieving Minorities,E01005118,Manchester 034A,7b,Young ethnic communities,E02001078,Manchester 034,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110586 +110586,E00025932,4c1,Achieving Minorities,E01005120,Manchester 034B,7a,Urban cultural mix,E02001078,Manchester 034,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110587 +110587,E00025935,4c1,Achieving Minorities,E01005118,Manchester 034A,7b,Young ethnic communities,E02001078,Manchester 034,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110588 +110588,E00025937,4c1,Achieving Minorities,E01005120,Manchester 034B,7a,Urban cultural mix,E02001078,Manchester 034,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110589 +110589,E00026097,4c1,Achieving Minorities,E01005159,Manchester 029D,3d,Households in terraces and flats,E02001073,Manchester 029,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110590 +110590,E00026131,4c1,Achieving Minorities,E01005161,Manchester 004C,3b,Asian traits,E02001048,Manchester 004,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110591 +110591,E00026136,4c1,Achieving Minorities,E01005160,Manchester 004B,7b,Young ethnic communities,E02001048,Manchester 004,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110592 +110592,E00026137,4c1,Achieving Minorities,E01005160,Manchester 004B,7b,Young ethnic communities,E02001048,Manchester 004,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110593 +110593,E00026139,4c1,Achieving Minorities,E01005160,Manchester 004B,7b,Young ethnic communities,E02001048,Manchester 004,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110594 +110594,E00026143,4c1,Achieving Minorities,E01005162,Manchester 004D,7b,Young ethnic communities,E02001048,Manchester 004,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110595 +110595,E00025052,5b3,Self-Sufficient Retirement,E01004948,Bury 009B,4c,Hampered neighbourhoods,E02001027,Bury 009,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110596 +110596,E00025632,4b1,Asian Terraces and Flats,E01005063,Manchester 018C,7a,Urban cultural mix,E02001062,Manchester 018,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110597 +110597,E00026313,4b1,Asian Terraces and Flats,E01005200,Manchester 027C,7a,Urban cultural mix,E02001071,Manchester 027,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110598 +110598,E00025107,5b3,Self-Sufficient Retirement,E01004957,Bury 007D,4c,Hampered neighbourhoods,E02001025,Bury 007,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110599 +110599,E00025412,5a1,White Professionals,E01005019,Bury 002A,8c,Comfortable suburbia,E02001020,Bury 002,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110600 +110600,E00025634,4b1,Asian Terraces and Flats,E01005063,Manchester 018C,7a,Urban cultural mix,E02001062,Manchester 018,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110601 +110601,E00025117,5b3,Self-Sufficient Retirement,E01004966,Bury 005C,4c,Hampered neighbourhoods,E02001023,Bury 005,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110602 +110602,E00025416,5a1,White Professionals,E01005022,Bury 003B,8c,Comfortable suburbia,E02001021,Bury 003,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110603 +110603,E00026315,4b1,Asian Terraces and Flats,E01005199,Manchester 027B,7b,Young ethnic communities,E02001071,Manchester 027,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110604 +110604,E00025635,4b1,Asian Terraces and Flats,E01005063,Manchester 018C,7a,Urban cultural mix,E02001062,Manchester 018,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110605 +110605,E00025123,5b3,Self-Sufficient Retirement,E01004965,Bury 005B,8a,Affluent communities,E02001023,Bury 005,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110606 +110606,E00025467,5a1,White Professionals,E01005034,Bury 022D,3c,Highly qualified professionals,E02001040,Bury 022,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110607 +110607,E00026319,4b1,Asian Terraces and Flats,E01005200,Manchester 027C,7a,Urban cultural mix,E02001071,Manchester 027,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110608 +110608,E00025842,4b1,Asian Terraces and Flats,E01005105,Manchester 015C,7a,Urban cultural mix,E02001059,Manchester 015,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110609 +110609,E00025124,5b3,Self-Sufficient Retirement,E01004961,Bury 005A,5b,Aspiring urban households,E02001023,Bury 005,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110610 +110610,E00025475,5a1,White Professionals,E01005035,Bury 025C,3a,Achieving neighbourhoods,E02001043,Bury 025,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110611 +110611,E00026323,4b1,Asian Terraces and Flats,E01005201,Manchester 023E,7a,Urban cultural mix,E02001067,Manchester 023,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110612 +110612,E00026036,4b1,Asian Terraces and Flats,E01005147,Manchester 058B,7b,Young ethnic communities,E02006915,Manchester 058,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110613 +110613,E00025155,5b3,Self-Sufficient Retirement,E01004974,Bury 024A,3b,Asian traits,E02001042,Bury 024,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110614 +110614,E00025162,5b3,Self-Sufficient Retirement,E01004972,Bury 023A,4c,Hampered neighbourhoods,E02001041,Bury 023,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110615 +110615,E00025187,5b3,Self-Sufficient Retirement,E01004982,Bury 004E,8b,Ageing suburbanites,E02001022,Bury 004,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110616 +110616,E00025196,5b3,Self-Sufficient Retirement,E01004977,Bury 004B,5a,Ageing urban communities,E02001022,Bury 004,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110617 +110617,E00025197,5b3,Self-Sufficient Retirement,E01004976,Bury 004A,4c,Hampered neighbourhoods,E02001022,Bury 004,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110618 +110618,E00025222,5b3,Self-Sufficient Retirement,E01004985,Bury 019B,8a,Affluent communities,E02001037,Bury 019,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110619 +110619,E00025248,5b3,Self-Sufficient Retirement,E01004984,Bury 019A,8a,Affluent communities,E02001037,Bury 019,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110620 +110620,E00025354,5b3,Self-Sufficient Retirement,E01005007,Bury 019D,5a,Ageing urban communities,E02001037,Bury 019,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110621 +110621,E00025379,5b3,Self-Sufficient Retirement,E01005022,Bury 003B,8c,Comfortable suburbia,E02001021,Bury 003,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110622 +110622,E00025396,5b3,Self-Sufficient Retirement,E01005018,Bury 001E,5b,Aspiring urban households,E02001019,Bury 001,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110623 +110623,E00025399,5b3,Self-Sufficient Retirement,E01005014,Bury 001A,5c,Comfortable neighbourhoods,E02001019,Bury 001,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110624 +110624,E00025403,5b3,Self-Sufficient Retirement,E01005016,Bury 001C,5b,Aspiring urban households,E02001019,Bury 001,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110625 +110625,E00025450,5b3,Self-Sufficient Retirement,E01005025,Bury 011A,3d,Households in terraces and flats,E02001029,Bury 011,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110626 +110626,E00025453,5b3,Self-Sufficient Retirement,E01005030,Bury 013A,4c,Hampered neighbourhoods,E02001031,Bury 013,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110627 +110627,E00025481,5b3,Self-Sufficient Retirement,E01005037,Bury 024D,3b,Asian traits,E02001042,Bury 024,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110628 +110628,E00025498,5b3,Self-Sufficient Retirement,E01005042,Bury 026C,3b,Asian traits,E02001044,Bury 026,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110629 +110629,E00025501,5b3,Self-Sufficient Retirement,E01005045,Bury 023E,3d,Households in terraces and flats,E02001041,Bury 023,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110630 +110630,E00025578,5b3,Self-Sufficient Retirement,E01005060,Bury 013D,3a,Achieving neighbourhoods,E02001031,Bury 013,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110631 +110631,E00025585,5b3,Self-Sufficient Retirement,E01005060,Bury 013D,3a,Achieving neighbourhoods,E02001031,Bury 013,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110632 +110632,E00025597,5b3,Self-Sufficient Retirement,E01005056,Bury 017C,8a,Affluent communities,E02001035,Bury 017,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110633 +110633,E00025321,6b3,Semi-Detached Ageing,E01005000,Bury 012A,8c,Comfortable suburbia,E02001030,Bury 012,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110634 +110634,E00025011,6b3,Semi-Detached Ageing,E01004944,Bury 021D,3b,Asian traits,E02001039,Bury 021,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110635 +110635,E00025029,6b3,Semi-Detached Ageing,E01004945,Bury 017A,8b,Ageing suburbanites,E02001035,Bury 017,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110636 +110636,E00025048,6b3,Semi-Detached Ageing,E01004949,Bury 010A,8b,Ageing suburbanites,E02001028,Bury 010,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110637 +110637,E00025050,6b3,Semi-Detached Ageing,E01004949,Bury 010A,8b,Ageing suburbanites,E02001028,Bury 010,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110638 +110638,E00025053,6b3,Semi-Detached Ageing,E01004951,Bury 010C,8b,Ageing suburbanites,E02001028,Bury 010,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110639 +110639,E00025112,6b3,Semi-Detached Ageing,E01004963,Bury 006A,5c,Comfortable neighbourhoods,E02001024,Bury 006,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110640 +110640,E00025128,6b3,Semi-Detached Ageing,E01004968,Bury 006B,8b,Ageing suburbanites,E02001024,Bury 006,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110641 +110641,E00025130,6b3,Semi-Detached Ageing,E01004968,Bury 006B,8b,Ageing suburbanites,E02001024,Bury 006,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110642 +110642,E00025135,6b3,Semi-Detached Ageing,E01004963,Bury 006A,5c,Comfortable neighbourhoods,E02001024,Bury 006,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110643 +110643,E00025142,6b3,Semi-Detached Ageing,E01004963,Bury 006A,5c,Comfortable neighbourhoods,E02001024,Bury 006,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110644 +110644,E00025183,6b3,Semi-Detached Ageing,E01004971,Bury 022C,8c,Comfortable suburbia,E02001040,Bury 022,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110645 +110645,E00025191,6b3,Semi-Detached Ageing,E01004977,Bury 004B,5a,Ageing urban communities,E02001022,Bury 004,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110646 +110646,E00025342,6b3,Semi-Detached Ageing,E01005007,Bury 019D,5a,Ageing urban communities,E02001037,Bury 019,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110647 +110647,E00025382,6b3,Semi-Detached Ageing,E01005023,Bury 002B,8b,Ageing suburbanites,E02001020,Bury 002,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110648 +110648,E00025414,6b3,Semi-Detached Ageing,E01005021,Bury 001F,8a,Affluent communities,E02001019,Bury 001,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110649 +110649,E00025422,6b3,Semi-Detached Ageing,E01005023,Bury 002B,8b,Ageing suburbanites,E02001020,Bury 002,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110650 +110650,E00025451,6b3,Semi-Detached Ageing,E01005025,Bury 011A,3d,Households in terraces and flats,E02001029,Bury 011,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110651 +110651,E00025541,6b3,Semi-Detached Ageing,E01005046,Bury 002C,8b,Ageing suburbanites,E02001020,Bury 002,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110652 +110652,E00026325,4b1,Asian Terraces and Flats,E01005201,Manchester 023E,7a,Urban cultural mix,E02001067,Manchester 023,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110653 +110653,E00025542,6b3,Semi-Detached Ageing,E01005046,Bury 002C,8b,Ageing suburbanites,E02001020,Bury 002,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110654 +110654,E00026328,4b1,Asian Terraces and Flats,E01005195,Manchester 023A,7a,Urban cultural mix,E02001067,Manchester 023,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110655 +110655,E00025562,6b3,Semi-Detached Ageing,E01005052,Bury 006D,8b,Ageing suburbanites,E02001024,Bury 006,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110656 +110656,E00025564,6b3,Semi-Detached Ageing,E01005052,Bury 006D,8b,Ageing suburbanites,E02001024,Bury 006,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110657 +110657,E00025582,6b3,Semi-Detached Ageing,E01005060,Bury 013D,3a,Achieving neighbourhoods,E02001031,Bury 013,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110658 +110658,E00025596,6b3,Semi-Detached Ageing,E01005055,Bury 017B,8c,Comfortable suburbia,E02001035,Bury 017,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110659 +110659,E00025068,4a2,Social Renting New Arrivals,E01004948,Bury 009B,4c,Hampered neighbourhoods,E02001027,Bury 009,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110660 +110660,E00025080,4a2,Social Renting New Arrivals,E01004959,Bury 008B,7a,Urban cultural mix,E02001026,Bury 008,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110661 +110661,E00025094,4a2,Social Renting New Arrivals,E01004958,Bury 008A,4b,Constrained renters,E02001026,Bury 008,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110662 +110662,E00025546,5a1,White Professionals,E01005049,Bury 003D,8c,Comfortable suburbia,E02001021,Bury 003,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110663 +110663,E00025246,4a2,Social Renting New Arrivals,E01004986,Bury 020B,3d,Households in terraces and flats,E02001038,Bury 020,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110664 +110664,E00025265,4a2,Social Renting New Arrivals,E01004994,Bury 015D,4c,Hampered neighbourhoods,E02001033,Bury 015,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110665 +110665,E00025281,4a2,Social Renting New Arrivals,E01004992,Bury 015B,3d,Households in terraces and flats,E02001033,Bury 015,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110666 +110666,E00025434,4a2,Social Renting New Arrivals,E01005027,Bury 011B,7a,Urban cultural mix,E02001029,Bury 011,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110667 +110667,E00025445,4a2,Social Renting New Arrivals,E01005027,Bury 011B,7a,Urban cultural mix,E02001029,Bury 011,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110668 +110668,E00025478,4a2,Social Renting New Arrivals,E01005036,Bury 024C,3d,Households in terraces and flats,E02001042,Bury 024,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110669 +110669,E00025518,4a2,Social Renting New Arrivals,E01005044,Bury 026E,3d,Households in terraces and flats,E02001044,Bury 026,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110670 +110670,E00171713,4a2,Social Renting New Arrivals,E01005013,Bury 018D,3d,Households in terraces and flats,E02001036,Bury 018,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110671 +110671,E00025345,7a1,Transitional Eastern European Neighbourhoods,E01005008,Bury 016D,4c,Hampered neighbourhoods,E02001034,Bury 016,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110672 +110672,E00025442,7a1,Transitional Eastern European Neighbourhoods,E01005028,Bury 011C,7a,Urban cultural mix,E02001029,Bury 011,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110673 +110673,E00025473,2d1,Urban Cultural Mix,E01005036,Bury 024C,3d,Households in terraces and flats,E02001042,Bury 024,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110674 +110674,E00025134,5a1,White Professionals,E01004961,Bury 005A,5b,Aspiring urban households,E02001023,Bury 005,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110675 +110675,E00025136,5a1,White Professionals,E01004962,Bury 009C,5b,Aspiring urban households,E02001027,Bury 009,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110676 +110676,E00026039,4b1,Asian Terraces and Flats,E01005142,Manchester 058A,7b,Young ethnic communities,E02006915,Manchester 058,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110677 +110677,E00025140,5a1,White Professionals,E01004963,Bury 006A,5c,Comfortable neighbourhoods,E02001024,Bury 006,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110678 +110678,E00025170,5a1,White Professionals,E01004974,Bury 024A,3b,Asian traits,E02001042,Bury 024,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110679 +110679,E00025195,5a1,White Professionals,E01004977,Bury 004B,5a,Ageing urban communities,E02001022,Bury 004,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110680 +110680,E00025200,5a1,White Professionals,E01004978,Bury 004C,3d,Households in terraces and flats,E02001022,Bury 004,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110681 +110681,E00025236,5a1,White Professionals,E01004989,Bury 019C,3b,Asian traits,E02001037,Bury 019,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110682 +110682,E00025244,5a1,White Professionals,E01004986,Bury 020B,3d,Households in terraces and flats,E02001038,Bury 020,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110683 +110683,E00025261,5a1,White Professionals,E01004997,Bury 014A,5b,Aspiring urban households,E02001032,Bury 014,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110684 +110684,E00025278,5a1,White Professionals,E01004990,Bury 016A,4a,Challenged white communities,E02001034,Bury 016,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110685 +110685,E00025280,5a1,White Professionals,E01004991,Bury 015A,4c,Hampered neighbourhoods,E02001033,Bury 015,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110686 +110686,E00025282,5a1,White Professionals,E01004992,Bury 015B,3d,Households in terraces and flats,E02001033,Bury 015,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110687 +110687,E00025299,5a1,White Professionals,E01005003,Bury 014E,5b,Aspiring urban households,E02001032,Bury 014,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110688 +110688,E00025314,5a1,White Professionals,E01005000,Bury 012A,8c,Comfortable suburbia,E02001030,Bury 012,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110689 +110689,E00025362,5a1,White Professionals,E01005011,Bury 019E,8c,Comfortable suburbia,E02001037,Bury 019,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110690 +110690,E00025372,5a1,White Professionals,E01005010,Bury 018B,5b,Aspiring urban households,E02001036,Bury 018,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110691 +110691,E00025385,5a1,White Professionals,E01005016,Bury 001C,5b,Aspiring urban households,E02001019,Bury 001,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110692 +110692,E00025386,5a1,White Professionals,E01005022,Bury 003B,8c,Comfortable suburbia,E02001021,Bury 003,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110693 +110693,E00025552,5a1,White Professionals,E01005049,Bury 003D,8c,Comfortable suburbia,E02001021,Bury 003,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110694 +110694,E00026040,4b1,Asian Terraces and Flats,E01005147,Manchester 058B,7b,Young ethnic communities,E02006915,Manchester 058,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110695 +110695,E00025554,5a1,White Professionals,E01005049,Bury 003D,8c,Comfortable suburbia,E02001021,Bury 003,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110696 +110696,E00026330,4b1,Asian Terraces and Flats,E01005198,Manchester 023D,7a,Urban cultural mix,E02001067,Manchester 023,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110697 +110697,E00026042,4b1,Asian Terraces and Flats,E01005145,Manchester 008A,7b,Young ethnic communities,E02001052,Manchester 008,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110698 +110698,E00025559,5a1,White Professionals,E01005051,Bury 003E,5a,Ageing urban communities,E02001021,Bury 003,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110699 +110699,E00026338,4b1,Asian Terraces and Flats,E01005194,Manchester 027A,7b,Young ethnic communities,E02001071,Manchester 027,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110700 +110700,E00026341,4b1,Asian Terraces and Flats,E01005194,Manchester 027A,7b,Young ethnic communities,E02001071,Manchester 027,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110701 +110701,E00026348,4b1,Asian Terraces and Flats,E01005207,Manchester 006D,7a,Urban cultural mix,E02001050,Manchester 006,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110702 +110702,E00026395,4b1,Asian Terraces and Flats,E01005210,Manchester 019C,1a,Cosmopolitan student neighbourhoods,E02001063,Manchester 019,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110703 +110703,E00026411,4b1,Asian Terraces and Flats,E01005222,Manchester 031D,7a,Urban cultural mix,E02001075,Manchester 031,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110704 +110704,E00026413,4b1,Asian Terraces and Flats,E01005221,Manchester 031C,7b,Young ethnic communities,E02001075,Manchester 031,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110705 +110705,E00026419,4b1,Asian Terraces and Flats,E01005222,Manchester 031D,7a,Urban cultural mix,E02001075,Manchester 031,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110706 +110706,E00026420,4b1,Asian Terraces and Flats,E01005222,Manchester 031D,7a,Urban cultural mix,E02001075,Manchester 031,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110707 +110707,E00026437,4b1,Asian Terraces and Flats,E01005215,Manchester 034C,7b,Young ethnic communities,E02001078,Manchester 034,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110708 +110708,E00026440,4b1,Asian Terraces and Flats,E01005219,Manchester 031A,7b,Young ethnic communities,E02001075,Manchester 031,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110709 +110709,E00026441,4b1,Asian Terraces and Flats,E01005220,Manchester 031B,7a,Urban cultural mix,E02001075,Manchester 031,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110710 +110710,E00026444,4b1,Asian Terraces and Flats,E01005220,Manchester 031B,7a,Urban cultural mix,E02001075,Manchester 031,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110711 +110711,E00026445,4b1,Asian Terraces and Flats,E01005219,Manchester 031A,7b,Young ethnic communities,E02001075,Manchester 031,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110712 +110712,E00026448,4b1,Asian Terraces and Flats,E01005221,Manchester 031C,7b,Young ethnic communities,E02001075,Manchester 031,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110713 +110713,E00026449,4b1,Asian Terraces and Flats,E01005221,Manchester 031C,7b,Young ethnic communities,E02001075,Manchester 031,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110714 +110714,E00026450,4b1,Asian Terraces and Flats,E01005219,Manchester 031A,7b,Young ethnic communities,E02001075,Manchester 031,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110715 +110715,E00026491,4b1,Asian Terraces and Flats,E01005232,Manchester 020C,7b,Young ethnic communities,E02001064,Manchester 020,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110716 +110716,E00026492,4b1,Asian Terraces and Flats,E01005232,Manchester 020C,7b,Young ethnic communities,E02001064,Manchester 020,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110717 +110717,E00026493,4b1,Asian Terraces and Flats,E01005231,Manchester 022C,1a,Cosmopolitan student neighbourhoods,E02001066,Manchester 022,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110718 +110718,E00026494,4b1,Asian Terraces and Flats,E01005236,Manchester 022D,7b,Young ethnic communities,E02001066,Manchester 022,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110719 +110719,E00026498,4b1,Asian Terraces and Flats,E01005239,Manchester 020E,7b,Young ethnic communities,E02001064,Manchester 020,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110720 +110720,E00026502,4b1,Asian Terraces and Flats,E01005236,Manchester 022D,7b,Young ethnic communities,E02001066,Manchester 022,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110721 +110721,E00026503,4b1,Asian Terraces and Flats,E01005234,Manchester 027E,7b,Young ethnic communities,E02001071,Manchester 027,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110722 +110722,E00026506,4b1,Asian Terraces and Flats,E01005235,Manchester 020D,7b,Young ethnic communities,E02001064,Manchester 020,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110723 +110723,E00026507,4b1,Asian Terraces and Flats,E01005232,Manchester 020C,7b,Young ethnic communities,E02001064,Manchester 020,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110724 +110724,E00026508,4b1,Asian Terraces and Flats,E01005236,Manchester 022D,7b,Young ethnic communities,E02001066,Manchester 022,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110725 +110725,E00026509,4b1,Asian Terraces and Flats,E01005233,Manchester 027D,7b,Young ethnic communities,E02001071,Manchester 027,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110726 +110726,E00026510,4b1,Asian Terraces and Flats,E01005236,Manchester 022D,7b,Young ethnic communities,E02001066,Manchester 022,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110727 +110727,E00026511,4b1,Asian Terraces and Flats,E01005233,Manchester 027D,7b,Young ethnic communities,E02001071,Manchester 027,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110728 +110728,E00026513,4b1,Asian Terraces and Flats,E01005233,Manchester 027D,7b,Young ethnic communities,E02001071,Manchester 027,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110729 +110729,E00026514,4b1,Asian Terraces and Flats,E01005237,Manchester 022E,7b,Young ethnic communities,E02001066,Manchester 022,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110730 +110730,E00026516,4b1,Asian Terraces and Flats,E01005234,Manchester 027E,7b,Young ethnic communities,E02001071,Manchester 027,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110731 +110731,E00026517,4b1,Asian Terraces and Flats,E01005233,Manchester 027D,7b,Young ethnic communities,E02001071,Manchester 027,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110732 +110732,E00026521,4b1,Asian Terraces and Flats,E01005238,Manchester 027F,7b,Young ethnic communities,E02001071,Manchester 027,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110733 +110733,E00026525,4b1,Asian Terraces and Flats,E01005239,Manchester 020E,7b,Young ethnic communities,E02001064,Manchester 020,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110734 +110734,E00026046,4b1,Asian Terraces and Flats,E01005143,Manchester 056A,7b,Young ethnic communities,E02006913,Manchester 056,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110735 +110735,E00026047,4b1,Asian Terraces and Flats,E01005142,Manchester 058A,7b,Young ethnic communities,E02006915,Manchester 058,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110736 +110736,E00026049,4b1,Asian Terraces and Flats,E01005143,Manchester 056A,7b,Young ethnic communities,E02006913,Manchester 056,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110737 +110737,E00026052,4b1,Asian Terraces and Flats,E01005146,Manchester 008B,7b,Young ethnic communities,E02001052,Manchester 008,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110738 +110738,E00026053,4b1,Asian Terraces and Flats,E01005146,Manchester 008B,7b,Young ethnic communities,E02001052,Manchester 008,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110739 +110739,E00026054,4b1,Asian Terraces and Flats,E01005147,Manchester 058B,7b,Young ethnic communities,E02006915,Manchester 058,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110740 +110740,E00026057,4b1,Asian Terraces and Flats,E01033675,Manchester 058D,7a,Urban cultural mix,E02006915,Manchester 058,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110741 +110741,E00026058,4b1,Asian Terraces and Flats,E01005143,Manchester 056A,7b,Young ethnic communities,E02006913,Manchester 056,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110742 +110742,E00026060,4b1,Asian Terraces and Flats,E01033676,Manchester 056D,7a,Urban cultural mix,E02006913,Manchester 056,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110743 +110743,E00026068,4b1,Asian Terraces and Flats,E01005146,Manchester 008B,7b,Young ethnic communities,E02001052,Manchester 008,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110744 +110744,E00026071,4b1,Asian Terraces and Flats,E01005142,Manchester 058A,7b,Young ethnic communities,E02006915,Manchester 058,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110745 +110745,E00026072,4b1,Asian Terraces and Flats,E01005145,Manchester 008A,7b,Young ethnic communities,E02001052,Manchester 008,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110746 +110746,E00026073,4b1,Asian Terraces and Flats,E01005142,Manchester 058A,7b,Young ethnic communities,E02006915,Manchester 058,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110747 +110747,E00026128,4b1,Asian Terraces and Flats,E01005165,Manchester 008D,7a,Urban cultural mix,E02001052,Manchester 008,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110748 +110748,E00025574,5a1,White Professionals,E01005056,Bury 017C,8a,Affluent communities,E02001035,Bury 017,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110749 +110749,E00026129,4b1,Asian Terraces and Flats,E01005165,Manchester 008D,7a,Urban cultural mix,E02001052,Manchester 008,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110750 +110750,E00025581,5a1,White Professionals,E01005054,Bury 013B,8c,Comfortable suburbia,E02001031,Bury 013,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110751 +110751,E00026130,4b1,Asian Terraces and Flats,E01005167,Manchester 008F,7b,Young ethnic communities,E02001052,Manchester 008,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110752 +110752,E00025590,5a1,White Professionals,E01005054,Bury 013B,8c,Comfortable suburbia,E02001031,Bury 013,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110753 +110753,E00026134,4b1,Asian Terraces and Flats,E01005163,Manchester 004E,7b,Young ethnic communities,E02001048,Manchester 004,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110754 +110754,E00026141,4b1,Asian Terraces and Flats,E01005160,Manchester 004B,7b,Young ethnic communities,E02001048,Manchester 004,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110755 +110755,E00026148,4b1,Asian Terraces and Flats,E01005160,Manchester 004B,7b,Young ethnic communities,E02001048,Manchester 004,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110756 +110756,E00026158,4b1,Asian Terraces and Flats,E01005164,Manchester 006A,7b,Young ethnic communities,E02001050,Manchester 006,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110757 +110757,E00026159,4b1,Asian Terraces and Flats,E01005165,Manchester 008D,7a,Urban cultural mix,E02001052,Manchester 008,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110758 +110758,E00026160,4b1,Asian Terraces and Flats,E01005165,Manchester 008D,7a,Urban cultural mix,E02001052,Manchester 008,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110759 +110759,E00026163,4b1,Asian Terraces and Flats,E01005166,Manchester 008E,7b,Young ethnic communities,E02001052,Manchester 008,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110760 +110760,E00026164,4b1,Asian Terraces and Flats,E01005166,Manchester 008E,7b,Young ethnic communities,E02001052,Manchester 008,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110761 +110761,E00026165,4b1,Asian Terraces and Flats,E01005166,Manchester 008E,7b,Young ethnic communities,E02001052,Manchester 008,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110762 +110762,E00026167,4b1,Asian Terraces and Flats,E01005167,Manchester 008F,7b,Young ethnic communities,E02001052,Manchester 008,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110763 +110763,E00026218,4b1,Asian Terraces and Flats,E01005183,Manchester 030F,7a,Urban cultural mix,E02001074,Manchester 030,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110764 +110764,E00026221,4b1,Asian Terraces and Flats,E01005183,Manchester 030F,7a,Urban cultural mix,E02001074,Manchester 030,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110765 +110765,E00026225,4b1,Asian Terraces and Flats,E01005183,Manchester 030F,7a,Urban cultural mix,E02001074,Manchester 030,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110766 +110766,E00026228,4b1,Asian Terraces and Flats,E01005184,Manchester 032A,1a,Cosmopolitan student neighbourhoods,E02001076,Manchester 032,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110767 +110767,E00026231,4b1,Asian Terraces and Flats,E01005181,Manchester 030D,7b,Young ethnic communities,E02001074,Manchester 030,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110768 +110768,E00026235,4b1,Asian Terraces and Flats,E01005182,Manchester 030E,7b,Young ethnic communities,E02001074,Manchester 030,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110769 +110769,E00025027,6b2,White Suburban Communities,E01004945,Bury 017A,8b,Ageing suburbanites,E02001035,Bury 017,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110770 +110770,E00025064,6b2,White Suburban Communities,E01004953,Bury 010E,8c,Comfortable suburbia,E02001028,Bury 010,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110771 +110771,E00025065,6b2,White Suburban Communities,E01004953,Bury 010E,8c,Comfortable suburbia,E02001028,Bury 010,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110772 +110772,E00025081,6b2,White Suburban Communities,E01004954,Bury 007A,5a,Ageing urban communities,E02001025,Bury 007,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110773 +110773,E00025082,6b2,White Suburban Communities,E01004954,Bury 007A,5a,Ageing urban communities,E02001025,Bury 007,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110774 +110774,E00025093,6b2,White Suburban Communities,E01004955,Bury 007B,4c,Hampered neighbourhoods,E02001025,Bury 007,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110775 +110775,E00025126,6b2,White Suburban Communities,E01004968,Bury 006B,8b,Ageing suburbanites,E02001024,Bury 006,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110776 +110776,E00025131,6b2,White Suburban Communities,E01004968,Bury 006B,8b,Ageing suburbanites,E02001024,Bury 006,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110777 +110777,E00025161,6b2,White Suburban Communities,E01004973,Bury 023B,3a,Achieving neighbourhoods,E02001041,Bury 023,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110778 +110778,E00025174,6b2,White Suburban Communities,E01004969,Bury 022A,3c,Highly qualified professionals,E02001040,Bury 022,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110779 +110779,E00025185,6b2,White Suburban Communities,E01004982,Bury 004E,8b,Ageing suburbanites,E02001022,Bury 004,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110780 +110780,E00025190,6b2,White Suburban Communities,E01004982,Bury 004E,8b,Ageing suburbanites,E02001022,Bury 004,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110781 +110781,E00025215,6b2,White Suburban Communities,E01004982,Bury 004E,8b,Ageing suburbanites,E02001022,Bury 004,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110782 +110782,E00025218,6b2,White Suburban Communities,E01004981,Bury 004D,5a,Ageing urban communities,E02001022,Bury 004,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110783 +110783,E00025220,6b2,White Suburban Communities,E01004988,Bury 020D,5b,Aspiring urban households,E02001038,Bury 020,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110784 +110784,E00025226,6b2,White Suburban Communities,E01004984,Bury 019A,8a,Affluent communities,E02001037,Bury 019,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110785 +110785,E00025274,6b2,White Suburban Communities,E01004995,Bury 018A,8b,Ageing suburbanites,E02001036,Bury 018,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110786 +110786,E00025276,6b2,White Suburban Communities,E01004995,Bury 018A,8b,Ageing suburbanites,E02001036,Bury 018,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110787 +110787,E00025285,6b2,White Suburban Communities,E01004997,Bury 014A,5b,Aspiring urban households,E02001032,Bury 014,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110788 +110788,E00025287,6b2,White Suburban Communities,E01004994,Bury 015D,4c,Hampered neighbourhoods,E02001033,Bury 015,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110789 +110789,E00025292,6b2,White Suburban Communities,E01005005,Bury 012C,2d,Rural traits,E02001030,Bury 012,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110790 +110790,E00025294,6b2,White Suburban Communities,E01004998,Bury 014B,8b,Ageing suburbanites,E02001032,Bury 014,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110791 +110791,E00025303,6b2,White Suburban Communities,E01005005,Bury 012C,2d,Rural traits,E02001030,Bury 012,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110792 +110792,E00025306,6b2,White Suburban Communities,E01004999,Bury 014C,8c,Comfortable suburbia,E02001032,Bury 014,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110793 +110793,E00025307,6b2,White Suburban Communities,E01004998,Bury 014B,8b,Ageing suburbanites,E02001032,Bury 014,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110794 +110794,E00025308,6b2,White Suburban Communities,E01005006,Bury 012D,5c,Comfortable neighbourhoods,E02001030,Bury 012,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110795 +110795,E00025312,6b2,White Suburban Communities,E01004999,Bury 014C,8c,Comfortable suburbia,E02001032,Bury 014,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110796 +110796,E00025317,6b2,White Suburban Communities,E01004999,Bury 014C,8c,Comfortable suburbia,E02001032,Bury 014,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110797 +110797,E00025318,6b2,White Suburban Communities,E01005000,Bury 012A,8c,Comfortable suburbia,E02001030,Bury 012,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110798 +110798,E00025335,6b2,White Suburban Communities,E01005005,Bury 012C,2d,Rural traits,E02001030,Bury 012,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110799 +110799,E00025336,6b2,White Suburban Communities,E01005011,Bury 019E,8c,Comfortable suburbia,E02001037,Bury 019,E08000002,Bury,8a2r,Urban Living,E12000002,North West,E92000001,England,110800 +110800,E00026799,7b2,Deprived Neighbourhoods,E01005291,Manchester 050E,4c,Hampered neighbourhoods,E02001094,Manchester 050,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110801 +110801,E00026326,4a3,Commuters with Young Families,E01005197,Manchester 023C,7a,Urban cultural mix,E02001067,Manchester 023,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110802 +110802,E00026293,5a3,Families in Terraces and Flats,E01005193,Manchester 021E,7a,Urban cultural mix,E02001065,Manchester 021,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110803 +110803,E00026925,7b2,Deprived Neighbourhoods,E01005315,Manchester 053C,4c,Hampered neighbourhoods,E02001097,Manchester 053,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110804 +110804,E00176065,7b2,Deprived Neighbourhoods,E01033687,Manchester 003G,7a,Urban cultural mix,E02001047,Manchester 003,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110805 +110805,E00025883,7b3,Endeavouring Flat Dwellers,E01005113,Manchester 047C,4c,Hampered neighbourhoods,E02001091,Manchester 047,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110806 +110806,E00026012,7b3,Endeavouring Flat Dwellers,E01033687,Manchester 003G,7a,Urban cultural mix,E02001047,Manchester 003,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110807 +110807,E00025608,3a1,Established Renting Families,E01005063,Manchester 018C,7a,Urban cultural mix,E02001062,Manchester 018,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110808 +110808,E00025611,3a1,Established Renting Families,E01005065,Manchester 018D,7a,Urban cultural mix,E02001062,Manchester 018,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110809 +110809,E00025614,3a1,Established Renting Families,E01005061,Manchester 018A,7a,Urban cultural mix,E02001062,Manchester 018,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110810 +110810,E00025618,3a1,Established Renting Families,E01005065,Manchester 018D,7a,Urban cultural mix,E02001062,Manchester 018,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110811 +110811,E00025619,3a1,Established Renting Families,E01005065,Manchester 018D,7a,Urban cultural mix,E02001062,Manchester 018,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110812 +110812,E00025620,3a1,Established Renting Families,E01005067,Manchester 020A,7a,Urban cultural mix,E02001064,Manchester 020,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110813 +110813,E00025621,3a1,Established Renting Families,E01005067,Manchester 020A,7a,Urban cultural mix,E02001064,Manchester 020,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110814 +110814,E00025622,3a1,Established Renting Families,E01005065,Manchester 018D,7a,Urban cultural mix,E02001062,Manchester 018,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110815 +110815,E00025626,3a1,Established Renting Families,E01005061,Manchester 018A,7a,Urban cultural mix,E02001062,Manchester 018,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110816 +110816,E00025682,3a1,Established Renting Families,E01005081,Manchester 039C,7a,Urban cultural mix,E02001083,Manchester 039,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110817 +110817,E00025723,3a1,Established Renting Families,E01005081,Manchester 039C,7a,Urban cultural mix,E02001083,Manchester 039,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110818 +110818,E00025765,3a1,Established Renting Families,E01033669,Manchester 015G,7a,Urban cultural mix,E02001059,Manchester 015,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110819 +110819,E00025775,3a1,Established Renting Families,E01005092,Manchester 015A,7a,Urban cultural mix,E02001059,Manchester 015,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110820 +110820,E00026405,3a1,Established Renting Families,E01005209,Manchester 019B,1a,Cosmopolitan student neighbourhoods,E02001063,Manchester 019,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110821 +110821,E00175954,4b1,Asian Terraces and Flats,E01033675,Manchester 058D,7a,Urban cultural mix,E02006915,Manchester 058,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110822 +110822,E00025787,3a1,Established Renting Families,E01033669,Manchester 015G,7a,Urban cultural mix,E02001059,Manchester 015,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110823 +110823,E00025836,3a1,Established Renting Families,E01005106,Manchester 015D,7a,Urban cultural mix,E02001059,Manchester 015,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110824 +110824,E00025837,3a1,Established Renting Families,E01005106,Manchester 015D,7a,Urban cultural mix,E02001059,Manchester 015,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110825 +110825,E00025844,3a1,Established Renting Families,E01005107,Manchester 015E,7a,Urban cultural mix,E02001059,Manchester 015,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110826 +110826,E00025852,3a1,Established Renting Families,E01033666,Manchester 017F,7a,Urban cultural mix,E02001061,Manchester 017,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110827 +110827,E00025859,3a1,Established Renting Families,E01005107,Manchester 015E,7a,Urban cultural mix,E02001059,Manchester 015,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110828 +110828,E00025948,3a1,Established Renting Families,E01005132,Manchester 013C,7a,Urban cultural mix,E02001057,Manchester 013,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110829 +110829,E00025958,3a1,Established Renting Families,E01005129,Manchester 013B,7a,Urban cultural mix,E02001057,Manchester 013,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110830 +110830,E00025993,3a1,Established Renting Families,E01005130,Manchester 054A,7a,Urban cultural mix,E02006902,Manchester 054,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110831 +110831,E00026045,3a1,Established Renting Families,E01005147,Manchester 058B,7b,Young ethnic communities,E02006915,Manchester 058,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110832 +110832,E00026048,3a1,Established Renting Families,E01033676,Manchester 056D,7a,Urban cultural mix,E02006913,Manchester 056,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110833 +110833,E00026067,3a1,Established Renting Families,E01005142,Manchester 058A,7b,Young ethnic communities,E02006915,Manchester 058,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110834 +110834,E00026227,3a1,Established Renting Families,E01005180,Manchester 030C,7a,Urban cultural mix,E02001074,Manchester 030,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110835 +110835,E00026254,3a1,Established Renting Families,E01005183,Manchester 030F,7a,Urban cultural mix,E02001074,Manchester 030,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110836 +110836,E00026259,3a1,Established Renting Families,E01005193,Manchester 021E,7a,Urban cultural mix,E02001065,Manchester 021,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110837 +110837,E00026286,3a1,Established Renting Families,E01005189,Manchester 017D,7a,Urban cultural mix,E02001061,Manchester 017,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110838 +110838,E00026296,3a1,Established Renting Families,E01005192,Manchester 021D,7a,Urban cultural mix,E02001065,Manchester 021,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110839 +110839,E00026306,3a1,Established Renting Families,E01005197,Manchester 023C,7a,Urban cultural mix,E02001067,Manchester 023,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110840 +110840,E00026307,3a1,Established Renting Families,E01005201,Manchester 023E,7a,Urban cultural mix,E02001067,Manchester 023,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110841 +110841,E00026318,3a1,Established Renting Families,E01005200,Manchester 027C,7a,Urban cultural mix,E02001071,Manchester 027,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110842 +110842,E00026336,3a1,Established Renting Families,E01005196,Manchester 023B,7a,Urban cultural mix,E02001067,Manchester 023,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110843 +110843,E00026345,3a1,Established Renting Families,E01033679,Manchester 009G,7a,Urban cultural mix,E02001053,Manchester 009,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110844 +110844,E00026349,3a1,Established Renting Families,E01005203,Manchester 009B,7a,Urban cultural mix,E02001053,Manchester 009,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110845 +110845,E00026362,3a1,Established Renting Families,E01005203,Manchester 009B,7a,Urban cultural mix,E02001053,Manchester 009,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110846 +110846,E00026367,3a1,Established Renting Families,E01005203,Manchester 009B,7a,Urban cultural mix,E02001053,Manchester 009,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110847 +110847,E00026371,3a1,Established Renting Families,E01033678,Manchester 009F,7a,Urban cultural mix,E02001053,Manchester 009,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110848 +110848,E00026378,3a1,Established Renting Families,E01005213,Manchester 059A,6a,Inner city cosmopolitan,E02006916,Manchester 059,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110849 +110849,E00026384,3a1,Established Renting Families,E01005210,Manchester 019C,1a,Cosmopolitan student neighbourhoods,E02001063,Manchester 019,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110850 +110850,E00026387,3a1,Established Renting Families,E01005213,Manchester 059A,6a,Inner city cosmopolitan,E02006916,Manchester 059,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110851 +110851,E00026397,3a1,Established Renting Families,E01005209,Manchester 019B,1a,Cosmopolitan student neighbourhoods,E02001063,Manchester 019,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110852 +110852,E00026401,3a1,Established Renting Families,E01005209,Manchester 019B,1a,Cosmopolitan student neighbourhoods,E02001063,Manchester 019,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110853 +110853,E00026403,3a1,Established Renting Families,E01005208,Manchester 019A,6a,Inner city cosmopolitan,E02001063,Manchester 019,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110854 +110854,E00026526,4b1,Asian Terraces and Flats,E01005232,Manchester 020C,7b,Young ethnic communities,E02001064,Manchester 020,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110855 +110855,E00026599,8d2,Hard-Pressed Ethnic Mix,E01005250,Manchester 005D,4c,Hampered neighbourhoods,E02001049,Manchester 005,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110856 +110856,E00026364,3c1,Constrained Neighbourhoods,E01005203,Manchester 009B,7a,Urban cultural mix,E02001053,Manchester 009,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110857 +110857,E00026343,4a3,Commuters with Young Families,E01005203,Manchester 009B,7a,Urban cultural mix,E02001053,Manchester 009,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110858 +110858,E00175955,4b1,Asian Terraces and Flats,E01033676,Manchester 056D,7a,Urban cultural mix,E02006913,Manchester 056,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110859 +110859,E00026527,4b1,Asian Terraces and Flats,E01005235,Manchester 020D,7b,Young ethnic communities,E02001064,Manchester 020,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110860 +110860,E00026346,4a3,Commuters with Young Families,E01005207,Manchester 006D,7a,Urban cultural mix,E02001050,Manchester 006,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110861 +110861,E00026297,5a3,Families in Terraces and Flats,E01005193,Manchester 021E,7a,Urban cultural mix,E02001065,Manchester 021,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110862 +110862,E00026407,3a1,Established Renting Families,E01033672,Manchester 059C,6a,Inner city cosmopolitan,E02006916,Manchester 059,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110863 +110863,E00026365,3c1,Constrained Neighbourhoods,E01005203,Manchester 009B,7a,Urban cultural mix,E02001053,Manchester 009,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110864 +110864,E00026665,5a3,Families in Terraces and Flats,E01005268,Manchester 046C,3d,Households in terraces and flats,E02001090,Manchester 046,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110865 +110865,E00026462,3a1,Established Renting Families,E01005224,Manchester 007B,7a,Urban cultural mix,E02001051,Manchester 007,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110866 +110866,E00026539,4b1,Asian Terraces and Flats,E01005243,Manchester 024B,7a,Urban cultural mix,E02001068,Manchester 024,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110867 +110867,E00026358,4a3,Commuters with Young Families,E01005202,Manchester 009A,7a,Urban cultural mix,E02001053,Manchester 009,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110868 +110868,E00175956,4b1,Asian Terraces and Flats,E01005147,Manchester 058B,7b,Young ethnic communities,E02006915,Manchester 058,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110869 +110869,E00026359,4a3,Commuters with Young Families,E01005205,Manchester 006B,7a,Urban cultural mix,E02001050,Manchester 006,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110870 +110870,E00026392,3c1,Constrained Neighbourhoods,E01005212,Manchester 057A,1a,Cosmopolitan student neighbourhoods,E02006914,Manchester 057,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110871 +110871,E00175975,4b1,Asian Terraces and Flats,E01005186,Manchester 020B,7a,Urban cultural mix,E02001064,Manchester 020,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110872 +110872,E00026490,3a1,Established Renting Families,E01005239,Manchester 020E,7b,Young ethnic communities,E02001064,Manchester 020,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110873 +110873,E00026542,4b1,Asian Terraces and Flats,E01005240,Manchester 024A,7a,Urban cultural mix,E02001068,Manchester 024,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110874 +110874,E00026678,5a3,Families in Terraces and Flats,E01005268,Manchester 046C,3d,Households in terraces and flats,E02001090,Manchester 046,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110875 +110875,E00026398,4a3,Commuters with Young Families,E01005208,Manchester 019A,6a,Inner city cosmopolitan,E02001063,Manchester 019,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110876 +110876,E00026406,3c1,Constrained Neighbourhoods,E01033672,Manchester 059C,6a,Inner city cosmopolitan,E02006916,Manchester 059,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110877 +110877,E00176019,4b1,Asian Terraces and Flats,E01005286,Manchester 026D,1a,Cosmopolitan student neighbourhoods,E02001070,Manchester 026,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110878 +110878,E00026497,3a1,Established Renting Families,E01005239,Manchester 020E,7b,Young ethnic communities,E02001064,Manchester 020,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110879 +110879,E00026524,3a1,Established Renting Families,E01005239,Manchester 020E,7b,Young ethnic communities,E02001064,Manchester 020,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110880 +110880,E00026535,3a1,Established Renting Families,E01005245,Manchester 024C,7a,Urban cultural mix,E02001068,Manchester 024,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110881 +110881,E00026536,3a1,Established Renting Families,E01005242,Manchester 025B,7b,Young ethnic communities,E02001069,Manchester 025,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110882 +110882,E00026540,3a1,Established Renting Families,E01005246,Manchester 024D,7a,Urban cultural mix,E02001068,Manchester 024,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110883 +110883,E00026541,3a1,Established Renting Families,E01005240,Manchester 024A,7a,Urban cultural mix,E02001068,Manchester 024,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110884 +110884,E00026558,3a1,Established Renting Families,E01005243,Manchester 024B,7a,Urban cultural mix,E02001068,Manchester 024,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110885 +110885,E00026559,3a1,Established Renting Families,E01005245,Manchester 024C,7a,Urban cultural mix,E02001068,Manchester 024,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110886 +110886,E00026561,3a1,Established Renting Families,E01005243,Manchester 024B,7a,Urban cultural mix,E02001068,Manchester 024,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110887 +110887,E00026565,3a1,Established Renting Families,E01005245,Manchester 024C,7a,Urban cultural mix,E02001068,Manchester 024,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110888 +110888,E00026569,3a1,Established Renting Families,E01005246,Manchester 024D,7a,Urban cultural mix,E02001068,Manchester 024,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110889 +110889,E00026570,3a1,Established Renting Families,E01005246,Manchester 024D,7a,Urban cultural mix,E02001068,Manchester 024,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110890 +110890,E00026571,3a1,Established Renting Families,E01005243,Manchester 024B,7a,Urban cultural mix,E02001068,Manchester 024,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110891 +110891,E00026572,3a1,Established Renting Families,E01005246,Manchester 024D,7a,Urban cultural mix,E02001068,Manchester 024,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110892 +110892,E00026573,3a1,Established Renting Families,E01005243,Manchester 024B,7a,Urban cultural mix,E02001068,Manchester 024,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110893 +110893,E00026574,3a1,Established Renting Families,E01005245,Manchester 024C,7a,Urban cultural mix,E02001068,Manchester 024,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110894 +110894,E00026741,3a1,Established Renting Families,E01005273,Manchester 035C,1a,Cosmopolitan student neighbourhoods,E02001079,Manchester 035,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110895 +110895,E00026749,3a1,Established Renting Families,E01005272,Manchester 035B,7a,Urban cultural mix,E02001079,Manchester 035,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110896 +110896,E00026765,3a1,Established Renting Families,E01005285,Manchester 025D,7b,Young ethnic communities,E02001069,Manchester 025,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110897 +110897,E00175815,3a1,Established Renting Families,E01005209,Manchester 019B,1a,Cosmopolitan student neighbourhoods,E02001063,Manchester 019,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110898 +110898,E00175844,3a1,Established Renting Families,E01033663,Manchester 013E,1a,Cosmopolitan student neighbourhoods,E02001057,Manchester 013,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110899 +110899,E00175913,3a1,Established Renting Families,E01033672,Manchester 059C,6a,Inner city cosmopolitan,E02006916,Manchester 059,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110900 +110900,E00175918,3a1,Established Renting Families,E01005214,Manchester 019D,6a,Inner city cosmopolitan,E02001063,Manchester 019,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110901 +110901,E00175923,3a1,Established Renting Families,E01005213,Manchester 059A,6a,Inner city cosmopolitan,E02006916,Manchester 059,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110902 +110902,E00175968,3a1,Established Renting Families,E01005243,Manchester 024B,7a,Urban cultural mix,E02001068,Manchester 024,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110903 +110903,E00175969,3a1,Established Renting Families,E01033678,Manchester 009F,7a,Urban cultural mix,E02001053,Manchester 009,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110904 +110904,E00176067,3a1,Established Renting Families,E01005223,Manchester 007A,7a,Urban cultural mix,E02001051,Manchester 007,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110905 +110905,E00176074,3a1,Established Renting Families,E01005105,Manchester 015C,7a,Urban cultural mix,E02001059,Manchester 015,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110906 +110906,E00026409,3d2,Established Tech Workers,E01033672,Manchester 059C,6a,Inner city cosmopolitan,E02006916,Manchester 059,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110907 +110907,E00026859,3d2,Established Tech Workers,E01005296,Manchester 029E,7b,Young ethnic communities,E02001073,Manchester 029,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110908 +110908,E00026408,2d3,EU White-Collar Workers,E01033672,Manchester 059C,6a,Inner city cosmopolitan,E02006916,Manchester 059,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110909 +110909,E00026079,5a3,Families in Terraces and Flats,E01005156,Manchester 033B,3c,Highly qualified professionals,E02001077,Manchester 033,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110910 +110910,E00026080,5a3,Families in Terraces and Flats,E01005155,Manchester 037C,3c,Highly qualified professionals,E02001081,Manchester 037,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110911 +110911,E00026081,5a3,Families in Terraces and Flats,E01005153,Manchester 037B,3d,Households in terraces and flats,E02001081,Manchester 037,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110912 +110912,E00026082,5a3,Families in Terraces and Flats,E01005156,Manchester 033B,3c,Highly qualified professionals,E02001077,Manchester 033,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110913 +110913,E00026083,5a3,Families in Terraces and Flats,E01005153,Manchester 037B,3d,Households in terraces and flats,E02001081,Manchester 037,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110914 +110914,E00026084,5a3,Families in Terraces and Flats,E01005155,Manchester 037C,3c,Highly qualified professionals,E02001081,Manchester 037,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110915 +110915,E00026086,5a3,Families in Terraces and Flats,E01005157,Manchester 037D,3a,Achieving neighbourhoods,E02001081,Manchester 037,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110916 +110916,E00026088,5a3,Families in Terraces and Flats,E01005156,Manchester 033B,3c,Highly qualified professionals,E02001077,Manchester 033,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110917 +110917,E00026098,5a3,Families in Terraces and Flats,E01005159,Manchester 029D,3d,Households in terraces and flats,E02001073,Manchester 029,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110918 +110918,E00026103,5a3,Families in Terraces and Flats,E01005152,Manchester 029C,3a,Achieving neighbourhoods,E02001073,Manchester 029,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110919 +110919,E00026107,5a3,Families in Terraces and Flats,E01005152,Manchester 029C,3a,Achieving neighbourhoods,E02001073,Manchester 029,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110920 +110920,E00026126,5a3,Families in Terraces and Flats,E01005153,Manchester 037B,3d,Households in terraces and flats,E02001081,Manchester 037,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110921 +110921,E00026192,5a3,Families in Terraces and Flats,E01005175,Manchester 043D,3d,Households in terraces and flats,E02001087,Manchester 043,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110922 +110922,E00026196,5a3,Families in Terraces and Flats,E01005177,Manchester 043F,3c,Highly qualified professionals,E02001087,Manchester 043,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110923 +110923,E00026198,5a3,Families in Terraces and Flats,E01005175,Manchester 043D,3d,Households in terraces and flats,E02001087,Manchester 043,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110924 +110924,E00026620,8d2,Hard-Pressed Ethnic Mix,E01005257,Manchester 011B,4c,Hampered neighbourhoods,E02001055,Manchester 011,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110925 +110925,E00026682,5a3,Families in Terraces and Flats,E01005268,Manchester 046C,3d,Households in terraces and flats,E02001090,Manchester 046,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110926 +110926,E00026623,8d2,Hard-Pressed Ethnic Mix,E01005260,Manchester 011E,3d,Households in terraces and flats,E02001055,Manchester 011,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110927 +110927,E00026624,8d2,Hard-Pressed Ethnic Mix,E01005255,Manchester 012D,4c,Hampered neighbourhoods,E02001056,Manchester 012,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110928 +110928,E00026478,3c1,Constrained Neighbourhoods,E01005228,Manchester 009E,7a,Urban cultural mix,E02001053,Manchester 009,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110929 +110929,E00026630,8d2,Hard-Pressed Ethnic Mix,E01005257,Manchester 011B,4c,Hampered neighbourhoods,E02001055,Manchester 011,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110930 +110930,E00026479,3c1,Constrained Neighbourhoods,E01005228,Manchester 009E,7a,Urban cultural mix,E02001053,Manchester 009,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110931 +110931,E00026635,8d2,Hard-Pressed Ethnic Mix,E01005256,Manchester 011A,7a,Urban cultural mix,E02001055,Manchester 011,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110932 +110932,E00026636,8d2,Hard-Pressed Ethnic Mix,E01005258,Manchester 011C,4c,Hampered neighbourhoods,E02001055,Manchester 011,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110933 +110933,E00026649,8d2,Hard-Pressed Ethnic Mix,E01005258,Manchester 011C,4c,Hampered neighbourhoods,E02001055,Manchester 011,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110934 +110934,E00026653,8d2,Hard-Pressed Ethnic Mix,E01005261,Manchester 012E,4c,Hampered neighbourhoods,E02001056,Manchester 012,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110935 +110935,E00026664,8d2,Hard-Pressed Ethnic Mix,E01005265,Manchester 044D,4c,Hampered neighbourhoods,E02001088,Manchester 044,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110936 +110936,E00026671,8d2,Hard-Pressed Ethnic Mix,E01005264,Manchester 044C,4c,Hampered neighbourhoods,E02001088,Manchester 044,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110937 +110937,E00026674,8d2,Hard-Pressed Ethnic Mix,E01005265,Manchester 044D,4c,Hampered neighbourhoods,E02001088,Manchester 044,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110938 +110938,E00026680,8d2,Hard-Pressed Ethnic Mix,E01005263,Manchester 046A,3d,Households in terraces and flats,E02001090,Manchester 046,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110939 +110939,E00026693,8d2,Hard-Pressed Ethnic Mix,E01005266,Manchester 044E,4c,Hampered neighbourhoods,E02001088,Manchester 044,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110940 +110940,E00026698,8d2,Hard-Pressed Ethnic Mix,E01005264,Manchester 044C,4c,Hampered neighbourhoods,E02001088,Manchester 044,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110941 +110941,E00026786,8d2,Hard-Pressed Ethnic Mix,E01005289,Manchester 049D,4c,Hampered neighbourhoods,E02001093,Manchester 049,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110942 +110942,E00026795,8d2,Hard-Pressed Ethnic Mix,E01005292,Manchester 052B,4c,Hampered neighbourhoods,E02001096,Manchester 052,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110943 +110943,E00026797,8d2,Hard-Pressed Ethnic Mix,E01005293,Manchester 052C,3d,Households in terraces and flats,E02001096,Manchester 052,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110944 +110944,E00026813,8d2,Hard-Pressed Ethnic Mix,E01005290,Manchester 052A,4c,Hampered neighbourhoods,E02001096,Manchester 052,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110945 +110945,E00026907,8d2,Hard-Pressed Ethnic Mix,E01005313,Manchester 053A,4c,Hampered neighbourhoods,E02001097,Manchester 053,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110946 +110946,E00026915,8d2,Hard-Pressed Ethnic Mix,E01005319,Manchester 051E,7a,Urban cultural mix,E02001095,Manchester 051,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110947 +110947,E00026922,8d2,Hard-Pressed Ethnic Mix,E01005314,Manchester 053B,4c,Hampered neighbourhoods,E02001097,Manchester 053,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110948 +110948,E00026789,5a3,Families in Terraces and Flats,E01005293,Manchester 052C,3d,Households in terraces and flats,E02001096,Manchester 052,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110949 +110949,E00176020,4b1,Asian Terraces and Flats,E01005230,Manchester 022B,1a,Cosmopolitan student neighbourhoods,E02001066,Manchester 022,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110950 +110950,E00026543,4b1,Asian Terraces and Flats,E01005246,Manchester 024D,7a,Urban cultural mix,E02001068,Manchester 024,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110951 +110951,E00026926,8d2,Hard-Pressed Ethnic Mix,E01005314,Manchester 053B,4c,Hampered neighbourhoods,E02001097,Manchester 053,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110952 +110952,E00026927,8d2,Hard-Pressed Ethnic Mix,E01005314,Manchester 053B,4c,Hampered neighbourhoods,E02001097,Manchester 053,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110953 +110953,E00026930,8d2,Hard-Pressed Ethnic Mix,E01005314,Manchester 053B,4c,Hampered neighbourhoods,E02001097,Manchester 053,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110954 +110954,E00026942,8d2,Hard-Pressed Ethnic Mix,E01005319,Manchester 051E,7a,Urban cultural mix,E02001095,Manchester 051,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110955 +110955,E00026943,8d2,Hard-Pressed Ethnic Mix,E01005313,Manchester 053A,4c,Hampered neighbourhoods,E02001097,Manchester 053,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110956 +110956,E00175902,8d2,Hard-Pressed Ethnic Mix,E01005291,Manchester 050E,4c,Hampered neighbourhoods,E02001094,Manchester 050,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110957 +110957,E00176016,8d2,Hard-Pressed Ethnic Mix,E01005116,Manchester 047E,3d,Households in terraces and flats,E02001091,Manchester 047,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110958 +110958,E00025645,8d3,Hard-Pressed European Settlers,E01005075,Manchester 051D,4c,Hampered neighbourhoods,E02001095,Manchester 051,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110959 +110959,E00025662,8d3,Hard-Pressed European Settlers,E01005071,Manchester 048A,4c,Hampered neighbourhoods,E02001092,Manchester 048,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110960 +110960,E00025737,8d3,Hard-Pressed European Settlers,E01005086,Manchester 049B,7a,Urban cultural mix,E02001093,Manchester 049,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110961 +110961,E00025808,8b2,Hard-Pressed Rented Terraces,E01005102,Manchester 001D,4a,Challenged white communities,E02001045,Manchester 001,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110962 +110962,E00025691,2d2,Highly-Qualified Quaternary Workers,E01005083,Manchester 039D,1a,Cosmopolitan student neighbourhoods,E02001083,Manchester 039,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110963 +110963,E00026109,2d2,Highly-Qualified Quaternary Workers,E01005150,Manchester 029A,1a,Cosmopolitan student neighbourhoods,E02001073,Manchester 029,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110964 +110964,E00026124,2d2,Highly-Qualified Quaternary Workers,E01005153,Manchester 037B,3d,Households in terraces and flats,E02001081,Manchester 037,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110965 +110965,E00026172,2d2,Highly-Qualified Quaternary Workers,E01005176,Manchester 043E,3c,Highly qualified professionals,E02001087,Manchester 043,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110966 +110966,E00026187,2d2,Highly-Qualified Quaternary Workers,E01005176,Manchester 043E,3c,Highly qualified professionals,E02001087,Manchester 043,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110967 +110967,E00026190,2d2,Highly-Qualified Quaternary Workers,E01005176,Manchester 043E,3c,Highly qualified professionals,E02001087,Manchester 043,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110968 +110968,E00026193,2d2,Highly-Qualified Quaternary Workers,E01005177,Manchester 043F,3c,Highly qualified professionals,E02001087,Manchester 043,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110969 +110969,E00026194,2d2,Highly-Qualified Quaternary Workers,E01005176,Manchester 043E,3c,Highly qualified professionals,E02001087,Manchester 043,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110970 +110970,E00026195,2d2,Highly-Qualified Quaternary Workers,E01005176,Manchester 043E,3c,Highly qualified professionals,E02001087,Manchester 043,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110971 +110971,E00176092,2d2,Highly-Qualified Quaternary Workers,E01005084,Manchester 042D,3d,Households in terraces and flats,E02001086,Manchester 042,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110972 +110972,E00025660,6a1,Indian Tech Achievers,E01005073,Manchester 048C,3b,Asian traits,E02001092,Manchester 048,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110973 +110973,E00025873,6a1,Indian Tech Achievers,E01005114,Manchester 047D,3b,Asian traits,E02001091,Manchester 047,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110974 +110974,E00026801,6a1,Indian Tech Achievers,E01005294,Manchester 052D,3d,Households in terraces and flats,E02001096,Manchester 052,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110975 +110975,E00025933,8a2,Industrious Hardship,E01005118,Manchester 034A,7b,Young ethnic communities,E02001078,Manchester 034,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110976 +110976,E00026001,8a2,Industrious Hardship,E01005136,Manchester 002C,4c,Hampered neighbourhoods,E02001046,Manchester 002,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110977 +110977,E00026615,8a2,Industrious Hardship,E01005251,Manchester 003D,4c,Hampered neighbourhoods,E02001047,Manchester 003,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110978 +110978,E00025658,8a1,Industrious Transitions,E01005069,Manchester 047A,3d,Households in terraces and flats,E02001091,Manchester 047,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110979 +110979,E00026410,4a3,Commuters with Young Families,E01005219,Manchester 031A,7b,Young ethnic communities,E02001075,Manchester 031,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110980 +110980,E00026606,3c1,Constrained Neighbourhoods,E01005249,Manchester 005C,3d,Households in terraces and flats,E02001049,Manchester 005,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110981 +110981,E00026622,3c1,Constrained Neighbourhoods,E01005255,Manchester 012D,4c,Hampered neighbourhoods,E02001056,Manchester 012,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110982 +110982,E00026658,3c1,Constrained Neighbourhoods,E01005262,Manchester 044B,7a,Urban cultural mix,E02001088,Manchester 044,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110983 +110983,E00175847,3c1,Constrained Neighbourhoods,E01033665,Manchester 056C,1a,Cosmopolitan student neighbourhoods,E02006913,Manchester 056,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110984 +110984,E00175859,3c1,Constrained Neighbourhoods,E01005104,Manchester 004A,7a,Urban cultural mix,E02001048,Manchester 004,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110985 +110985,E00176022,4b1,Asian Terraces and Flats,E01005230,Manchester 022B,1a,Cosmopolitan student neighbourhoods,E02001066,Manchester 022,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110986 +110986,E00176026,3c1,Constrained Neighbourhoods,E01005213,Manchester 059A,6a,Inner city cosmopolitan,E02006916,Manchester 059,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110987 +110987,E00026544,4b1,Asian Terraces and Flats,E01005242,Manchester 025B,7b,Young ethnic communities,E02001069,Manchester 025,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110988 +110988,E00026881,5a3,Families in Terraces and Flats,E01005307,Manchester 040D,1a,Cosmopolitan student neighbourhoods,E02001084,Manchester 040,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110989 +110989,E00176042,4b1,Asian Terraces and Flats,E01005297,Manchester 028A,7b,Young ethnic communities,E02001072,Manchester 028,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110990 +110990,E00176071,4b1,Asian Terraces and Flats,E01033678,Manchester 009F,7a,Urban cultural mix,E02001053,Manchester 009,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110991 +110991,E00025806,7c1,Challenged Transitionaries,E01005098,Manchester 001A,4c,Hampered neighbourhoods,E02001045,Manchester 001,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110992 +110992,E00025866,7c1,Challenged Transitionaries,E01005111,Manchester 047B,4c,Hampered neighbourhoods,E02001091,Manchester 047,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110993 +110993,E00026460,7c1,Challenged Transitionaries,E01005225,Manchester 007C,4c,Hampered neighbourhoods,E02001051,Manchester 007,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110994 +110994,E00025703,5b2,Communal Retirement,E01005079,Manchester 042C,3b,Asian traits,E02001086,Manchester 042,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110995 +110995,E00025885,5b2,Communal Retirement,E01005114,Manchester 047D,3b,Asian traits,E02001091,Manchester 047,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110996 +110996,E00026022,5b2,Communal Retirement,E01005136,Manchester 002C,4c,Hampered neighbourhoods,E02001046,Manchester 002,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110997 +110997,E00026027,5b2,Communal Retirement,E01005140,Manchester 002E,7a,Urban cultural mix,E02001046,Manchester 002,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110998 +110998,E00026111,5b2,Communal Retirement,E01005151,Manchester 029B,3c,Highly qualified professionals,E02001073,Manchester 029,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,110999 +110999,E00026204,5b2,Communal Retirement,E01005169,Manchester 045C,3c,Highly qualified professionals,E02001089,Manchester 045,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111000 +111000,E00026207,5b2,Communal Retirement,E01005169,Manchester 045C,3c,Highly qualified professionals,E02001089,Manchester 045,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111001 +111001,E00026628,5b2,Communal Retirement,E01005260,Manchester 011E,3d,Households in terraces and flats,E02001055,Manchester 011,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111002 +111002,E00025702,4a3,Commuters with Young Families,E01005077,Manchester 042A,7a,Urban cultural mix,E02001086,Manchester 042,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111003 +111003,E00025710,4a3,Commuters with Young Families,E01005077,Manchester 042A,7a,Urban cultural mix,E02001086,Manchester 042,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111004 +111004,E00025711,4a3,Commuters with Young Families,E01005079,Manchester 042C,3b,Asian traits,E02001086,Manchester 042,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111005 +111005,E00025712,4a3,Commuters with Young Families,E01005079,Manchester 042C,3b,Asian traits,E02001086,Manchester 042,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111006 +111006,E00025714,4a3,Commuters with Young Families,E01005077,Manchester 042A,7a,Urban cultural mix,E02001086,Manchester 042,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111007 +111007,E00026428,4a3,Commuters with Young Families,E01005216,Manchester 034D,7a,Urban cultural mix,E02001078,Manchester 034,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111008 +111008,E00025721,4a3,Commuters with Young Families,E01005081,Manchester 039C,7a,Urban cultural mix,E02001083,Manchester 039,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111009 +111009,E00025724,4a3,Commuters with Young Families,E01005081,Manchester 039C,7a,Urban cultural mix,E02001083,Manchester 039,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111010 +111010,E00025767,4a3,Commuters with Young Families,E01005092,Manchester 015A,7a,Urban cultural mix,E02001059,Manchester 015,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111011 +111011,E00025777,4a3,Commuters with Young Families,E01005093,Manchester 012A,7a,Urban cultural mix,E02001056,Manchester 012,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111012 +111012,E00025778,4a3,Commuters with Young Families,E01005092,Manchester 015A,7a,Urban cultural mix,E02001059,Manchester 015,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111013 +111013,E00025781,4a3,Commuters with Young Families,E01005094,Manchester 012B,7a,Urban cultural mix,E02001056,Manchester 012,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111014 +111014,E00025832,4a3,Commuters with Young Families,E01005108,Manchester 017A,7a,Urban cultural mix,E02001061,Manchester 017,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111015 +111015,E00025843,4a3,Commuters with Young Families,E01005108,Manchester 017A,7a,Urban cultural mix,E02001061,Manchester 017,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111016 +111016,E00025846,4a3,Commuters with Young Families,E01005108,Manchester 017A,7a,Urban cultural mix,E02001061,Manchester 017,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111017 +111017,E00025850,4a3,Commuters with Young Families,E01005108,Manchester 017A,7a,Urban cultural mix,E02001061,Manchester 017,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111018 +111018,E00025851,4a3,Commuters with Young Families,E01033666,Manchester 017F,7a,Urban cultural mix,E02001061,Manchester 017,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111019 +111019,E00025857,4a3,Commuters with Young Families,E01033666,Manchester 017F,7a,Urban cultural mix,E02001061,Manchester 017,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111020 +111020,E00025910,4a3,Commuters with Young Families,E01005119,Manchester 041A,7a,Urban cultural mix,E02001085,Manchester 041,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111021 +111021,E00025953,4a3,Commuters with Young Families,E01005130,Manchester 054A,7a,Urban cultural mix,E02006902,Manchester 054,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111022 +111022,E00025961,4a3,Commuters with Young Families,E01005133,Manchester 013D,7a,Urban cultural mix,E02001057,Manchester 013,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111023 +111023,E00026095,4a3,Commuters with Young Families,E01005158,Manchester 033C,7a,Urban cultural mix,E02001077,Manchester 033,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111024 +111024,E00026233,4a3,Commuters with Young Families,E01005180,Manchester 030C,7a,Urban cultural mix,E02001074,Manchester 030,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111025 +111025,E00026234,4a3,Commuters with Young Families,E01005178,Manchester 030A,7a,Urban cultural mix,E02001074,Manchester 030,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111026 +111026,E00026242,4a3,Commuters with Young Families,E01005178,Manchester 030A,7a,Urban cultural mix,E02001074,Manchester 030,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111027 +111027,E00026256,4a3,Commuters with Young Families,E01005190,Manchester 017E,7a,Urban cultural mix,E02001061,Manchester 017,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111028 +111028,E00026261,4a3,Commuters with Young Families,E01005187,Manchester 021A,7a,Urban cultural mix,E02001065,Manchester 021,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111029 +111029,E00026269,4a3,Commuters with Young Families,E01005187,Manchester 021A,7a,Urban cultural mix,E02001065,Manchester 021,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111030 +111030,E00026276,4a3,Commuters with Young Families,E01005186,Manchester 020B,7a,Urban cultural mix,E02001064,Manchester 020,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111031 +111031,E00026294,4a3,Commuters with Young Families,E01005193,Manchester 021E,7a,Urban cultural mix,E02001065,Manchester 021,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111032 +111032,E00026322,4a3,Commuters with Young Families,E01005197,Manchester 023C,7a,Urban cultural mix,E02001067,Manchester 023,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111033 +111033,E00025829,7c2,Constrained Young Families,E01005098,Manchester 001A,4c,Hampered neighbourhoods,E02001045,Manchester 001,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111034 +111034,E00026579,7c2,Constrained Young Families,E01005252,Manchester 003E,4c,Hampered neighbourhoods,E02001047,Manchester 003,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111035 +111035,E00026598,7c2,Constrained Young Families,E01005253,Manchester 005E,4c,Hampered neighbourhoods,E02001049,Manchester 005,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111036 +111036,E00025887,5b1,Delayed Retirement,E01005114,Manchester 047D,3b,Asian traits,E02001091,Manchester 047,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111037 +111037,E00026099,5b1,Delayed Retirement,E01005159,Manchester 029D,3d,Households in terraces and flats,E02001073,Manchester 029,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111038 +111038,E00026170,5b1,Delayed Retirement,E01005174,Manchester 043C,3b,Asian traits,E02001087,Manchester 043,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111039 +111039,E00026179,5b1,Delayed Retirement,E01005172,Manchester 043A,3c,Highly qualified professionals,E02001087,Manchester 043,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111040 +111040,E00026180,5b1,Delayed Retirement,E01005174,Manchester 043C,3b,Asian traits,E02001087,Manchester 043,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111041 +111041,E00026181,5b1,Delayed Retirement,E01005174,Manchester 043C,3b,Asian traits,E02001087,Manchester 043,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111042 +111042,E00026183,5b1,Delayed Retirement,E01005173,Manchester 043B,3c,Highly qualified professionals,E02001087,Manchester 043,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111043 +111043,E00026188,5b1,Delayed Retirement,E01005175,Manchester 043D,3d,Households in terraces and flats,E02001087,Manchester 043,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111044 +111044,E00026197,5b1,Delayed Retirement,E01005177,Manchester 043F,3c,Highly qualified professionals,E02001087,Manchester 043,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111045 +111045,E00026199,5b1,Delayed Retirement,E01005168,Manchester 045B,3b,Asian traits,E02001089,Manchester 045,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111046 +111046,E00026203,5b1,Delayed Retirement,E01005177,Manchester 043F,3c,Highly qualified professionals,E02001087,Manchester 043,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111047 +111047,E00026545,4b1,Asian Terraces and Flats,E01005242,Manchester 025B,7b,Young ethnic communities,E02001069,Manchester 025,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111048 +111048,E00026210,5b1,Delayed Retirement,E01005170,Manchester 045D,3b,Asian traits,E02001089,Manchester 045,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111049 +111049,E00026683,5b1,Delayed Retirement,E01005268,Manchester 046C,3d,Households in terraces and flats,E02001090,Manchester 046,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111050 +111050,E00026872,5b1,Delayed Retirement,E01005304,Manchester 040B,1a,Cosmopolitan student neighbourhoods,E02001084,Manchester 040,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111051 +111051,E00026886,5b1,Delayed Retirement,E01005306,Manchester 040C,3c,Highly qualified professionals,E02001084,Manchester 040,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111052 +111052,E00026933,5b1,Delayed Retirement,E01005317,Manchester 052E,4c,Hampered neighbourhoods,E02001096,Manchester 052,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111053 +111053,E00176011,5b1,Delayed Retirement,E01005116,Manchester 047E,3d,Households in terraces and flats,E02001091,Manchester 047,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111054 +111054,E00025641,8b1,Deprived Blue-Collar Terraces,E01005069,Manchester 047A,3d,Households in terraces and flats,E02001091,Manchester 047,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111055 +111055,E00025802,8b1,Deprived Blue-Collar Terraces,E01005102,Manchester 001D,4a,Challenged white communities,E02001045,Manchester 001,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111056 +111056,E00025807,8b1,Deprived Blue-Collar Terraces,E01005102,Manchester 001D,4a,Challenged white communities,E02001045,Manchester 001,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111057 +111057,E00025812,8b1,Deprived Blue-Collar Terraces,E01005102,Manchester 001D,4a,Challenged white communities,E02001045,Manchester 001,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111058 +111058,E00025827,8b1,Deprived Blue-Collar Terraces,E01005102,Manchester 001D,4a,Challenged white communities,E02001045,Manchester 001,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111059 +111059,E00026018,8b1,Deprived Blue-Collar Terraces,E01005139,Manchester 003B,3d,Households in terraces and flats,E02001047,Manchester 003,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111060 +111060,E00026273,8b1,Deprived Blue-Collar Terraces,E01005190,Manchester 017E,7a,Urban cultural mix,E02001061,Manchester 017,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111061 +111061,E00026468,8b1,Deprived Blue-Collar Terraces,E01005225,Manchester 007C,4c,Hampered neighbourhoods,E02001051,Manchester 007,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111062 +111062,E00026575,8b1,Deprived Blue-Collar Terraces,E01005247,Manchester 005A,5b,Aspiring urban households,E02001049,Manchester 005,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111063 +111063,E00026596,8b1,Deprived Blue-Collar Terraces,E01005254,Manchester 005F,5b,Aspiring urban households,E02001049,Manchester 005,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111064 +111064,E00026604,8b1,Deprived Blue-Collar Terraces,E01005247,Manchester 005A,5b,Aspiring urban households,E02001049,Manchester 005,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111065 +111065,E00026621,8b1,Deprived Blue-Collar Terraces,E01005260,Manchester 011E,3d,Households in terraces and flats,E02001055,Manchester 011,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111066 +111066,E00026643,8b1,Deprived Blue-Collar Terraces,E01005258,Manchester 011C,4c,Hampered neighbourhoods,E02001055,Manchester 011,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111067 +111067,E00026452,4a3,Commuters with Young Families,E01005227,Manchester 009D,7a,Urban cultural mix,E02001053,Manchester 009,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111068 +111068,E00026800,8b1,Deprived Blue-Collar Terraces,E01005293,Manchester 052C,3d,Households in terraces and flats,E02001096,Manchester 052,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111069 +111069,E00025804,7b2,Deprived Neighbourhoods,E01005098,Manchester 001A,4c,Hampered neighbourhoods,E02001045,Manchester 001,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111070 +111070,E00025872,7b2,Deprived Neighbourhoods,E01005117,Manchester 048E,7a,Urban cultural mix,E02001092,Manchester 048,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111071 +111071,E00026019,7b2,Deprived Neighbourhoods,E01005141,Manchester 003C,4c,Hampered neighbourhoods,E02001047,Manchester 003,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111072 +111072,E00026632,7b2,Deprived Neighbourhoods,E01005255,Manchester 012D,4c,Hampered neighbourhoods,E02001056,Manchester 012,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111073 +111073,E00175888,5a3,Families in Terraces and Flats,E01033671,Manchester 039F,1a,Cosmopolitan student neighbourhoods,E02001083,Manchester 039,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111074 +111074,E00025780,7a2,Hampered Aspiration,E01005092,Manchester 015A,7a,Urban cultural mix,E02001059,Manchester 015,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111075 +111075,E00025815,7a2,Hampered Aspiration,E01005103,Manchester 001E,4c,Hampered neighbourhoods,E02001045,Manchester 001,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111076 +111076,E00025959,7a2,Hampered Aspiration,E01005132,Manchester 013C,7a,Urban cultural mix,E02001057,Manchester 013,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111077 +111077,E00026085,7a2,Hampered Aspiration,E01005153,Manchester 037B,3d,Households in terraces and flats,E02001081,Manchester 037,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111078 +111078,E00026676,7a2,Hampered Aspiration,E01005268,Manchester 046C,3d,Households in terraces and flats,E02001090,Manchester 046,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111079 +111079,E00025639,8d2,Hard-Pressed Ethnic Mix,E01005075,Manchester 051D,4c,Hampered neighbourhoods,E02001095,Manchester 051,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111080 +111080,E00025650,8d2,Hard-Pressed Ethnic Mix,E01005075,Manchester 051D,4c,Hampered neighbourhoods,E02001095,Manchester 051,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111081 +111081,E00025655,8d2,Hard-Pressed Ethnic Mix,E01005068,Manchester 051A,4c,Hampered neighbourhoods,E02001095,Manchester 051,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111082 +111082,E00025661,8d2,Hard-Pressed Ethnic Mix,E01005071,Manchester 048A,4c,Hampered neighbourhoods,E02001092,Manchester 048,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111083 +111083,E00025668,8d2,Hard-Pressed Ethnic Mix,E01005071,Manchester 048A,4c,Hampered neighbourhoods,E02001092,Manchester 048,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111084 +111084,E00025675,8d2,Hard-Pressed Ethnic Mix,E01005074,Manchester 051C,4c,Hampered neighbourhoods,E02001095,Manchester 051,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111085 +111085,E00025698,8d2,Hard-Pressed Ethnic Mix,E01005084,Manchester 042D,3d,Households in terraces and flats,E02001086,Manchester 042,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111086 +111086,E00025741,8d2,Hard-Pressed Ethnic Mix,E01005087,Manchester 050A,4c,Hampered neighbourhoods,E02001094,Manchester 050,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111087 +111087,E00025747,8d2,Hard-Pressed Ethnic Mix,E01005088,Manchester 050B,4c,Hampered neighbourhoods,E02001094,Manchester 050,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111088 +111088,E00025748,8d2,Hard-Pressed Ethnic Mix,E01005088,Manchester 050B,4c,Hampered neighbourhoods,E02001094,Manchester 050,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111089 +111089,E00025750,8d2,Hard-Pressed Ethnic Mix,E01005089,Manchester 049C,7a,Urban cultural mix,E02001093,Manchester 049,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111090 +111090,E00025759,8d2,Hard-Pressed Ethnic Mix,E01005091,Manchester 050D,7a,Urban cultural mix,E02001094,Manchester 050,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111091 +111091,E00025795,8d2,Hard-Pressed Ethnic Mix,E01005101,Manchester 002A,4c,Hampered neighbourhoods,E02001046,Manchester 002,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111092 +111092,E00025809,8d2,Hard-Pressed Ethnic Mix,E01005100,Manchester 001C,4c,Hampered neighbourhoods,E02001045,Manchester 001,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111093 +111093,E00025811,8d2,Hard-Pressed Ethnic Mix,E01005104,Manchester 004A,7a,Urban cultural mix,E02001048,Manchester 004,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111094 +111094,E00025813,8d2,Hard-Pressed Ethnic Mix,E01005101,Manchester 002A,4c,Hampered neighbourhoods,E02001046,Manchester 002,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111095 +111095,E00025818,8d2,Hard-Pressed Ethnic Mix,E01005103,Manchester 001E,4c,Hampered neighbourhoods,E02001045,Manchester 001,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111096 +111096,E00025820,8d2,Hard-Pressed Ethnic Mix,E01005103,Manchester 001E,4c,Hampered neighbourhoods,E02001045,Manchester 001,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111097 +111097,E00026461,4a3,Commuters with Young Families,E01005224,Manchester 007B,7a,Urban cultural mix,E02001051,Manchester 007,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111098 +111098,E00025828,8d2,Hard-Pressed Ethnic Mix,E01005098,Manchester 001A,4c,Hampered neighbourhoods,E02001045,Manchester 001,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111099 +111099,E00025858,8d2,Hard-Pressed Ethnic Mix,E01005107,Manchester 015E,7a,Urban cultural mix,E02001059,Manchester 015,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111100 +111100,E00025864,8d2,Hard-Pressed Ethnic Mix,E01005111,Manchester 047B,4c,Hampered neighbourhoods,E02001091,Manchester 047,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111101 +111101,E00025870,8d2,Hard-Pressed Ethnic Mix,E01005117,Manchester 048E,7a,Urban cultural mix,E02001092,Manchester 048,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111102 +111102,E00025889,8d2,Hard-Pressed Ethnic Mix,E01005112,Manchester 048D,3d,Households in terraces and flats,E02001092,Manchester 048,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111103 +111103,E00025901,8d2,Hard-Pressed Ethnic Mix,E01005115,Manchester 044A,3d,Households in terraces and flats,E02001088,Manchester 044,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111104 +111104,E00025945,8d2,Hard-Pressed Ethnic Mix,E01005119,Manchester 041A,7a,Urban cultural mix,E02001085,Manchester 041,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111105 +111105,E00025976,8d2,Hard-Pressed Ethnic Mix,E01005133,Manchester 013D,7a,Urban cultural mix,E02001057,Manchester 013,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111106 +111106,E00026272,8d2,Hard-Pressed Ethnic Mix,E01005190,Manchester 017E,7a,Urban cultural mix,E02001061,Manchester 017,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111107 +111107,E00026376,8d2,Hard-Pressed Ethnic Mix,E01005207,Manchester 006D,7a,Urban cultural mix,E02001050,Manchester 006,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111108 +111108,E00026458,8d2,Hard-Pressed Ethnic Mix,E01005226,Manchester 007D,7a,Urban cultural mix,E02001051,Manchester 007,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111109 +111109,E00026487,8d2,Hard-Pressed Ethnic Mix,E01005229,Manchester 007E,8b,Ageing suburbanites,E02001051,Manchester 007,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111110 +111110,E00026580,8d2,Hard-Pressed Ethnic Mix,E01005252,Manchester 003E,4c,Hampered neighbourhoods,E02001047,Manchester 003,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111111 +111111,E00026587,8d2,Hard-Pressed Ethnic Mix,E01005252,Manchester 003E,4c,Hampered neighbourhoods,E02001047,Manchester 003,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111112 +111112,E00026588,8d2,Hard-Pressed Ethnic Mix,E01005253,Manchester 005E,4c,Hampered neighbourhoods,E02001049,Manchester 005,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111113 +111113,E00026589,8d2,Hard-Pressed Ethnic Mix,E01005253,Manchester 005E,4c,Hampered neighbourhoods,E02001049,Manchester 005,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111114 +111114,E00026592,8d2,Hard-Pressed Ethnic Mix,E01005252,Manchester 003E,4c,Hampered neighbourhoods,E02001047,Manchester 003,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111115 +111115,E00026594,8d2,Hard-Pressed Ethnic Mix,E01005250,Manchester 005D,4c,Hampered neighbourhoods,E02001049,Manchester 005,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111116 +111116,E00026546,4b1,Asian Terraces and Flats,E01005240,Manchester 024A,7a,Urban cultural mix,E02001068,Manchester 024,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111117 +111117,E00026595,8d2,Hard-Pressed Ethnic Mix,E01005253,Manchester 005E,4c,Hampered neighbourhoods,E02001049,Manchester 005,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111118 +111118,E00026463,4a3,Commuters with Young Families,E01005224,Manchester 007B,7a,Urban cultural mix,E02001051,Manchester 007,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111119 +111119,E00026465,4a3,Commuters with Young Families,E01005226,Manchester 007D,7a,Urban cultural mix,E02001051,Manchester 007,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111120 +111120,E00026548,4b1,Asian Terraces and Flats,E01005240,Manchester 024A,7a,Urban cultural mix,E02001068,Manchester 024,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111121 +111121,E00026466,4a3,Commuters with Young Families,E01005225,Manchester 007C,4c,Hampered neighbourhoods,E02001051,Manchester 007,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111122 +111122,E00026472,4a3,Commuters with Young Families,E01005224,Manchester 007B,7a,Urban cultural mix,E02001051,Manchester 007,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111123 +111123,E00026549,4b1,Asian Terraces and Flats,E01005240,Manchester 024A,7a,Urban cultural mix,E02001068,Manchester 024,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111124 +111124,E00026473,4a3,Commuters with Young Families,E01005224,Manchester 007B,7a,Urban cultural mix,E02001051,Manchester 007,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111125 +111125,E00026551,4b1,Asian Terraces and Flats,E01005241,Manchester 025A,7b,Young ethnic communities,E02001069,Manchester 025,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111126 +111126,E00026477,4a3,Commuters with Young Families,E01005227,Manchester 009D,7a,Urban cultural mix,E02001053,Manchester 009,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111127 +111127,E00026552,4b1,Asian Terraces and Flats,E01005242,Manchester 025B,7b,Young ethnic communities,E02001069,Manchester 025,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111128 +111128,E00026553,4b1,Asian Terraces and Flats,E01005242,Manchester 025B,7b,Young ethnic communities,E02001069,Manchester 025,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111129 +111129,E00026554,4b1,Asian Terraces and Flats,E01005241,Manchester 025A,7b,Young ethnic communities,E02001069,Manchester 025,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111130 +111130,E00026555,4b1,Asian Terraces and Flats,E01005241,Manchester 025A,7b,Young ethnic communities,E02001069,Manchester 025,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111131 +111131,E00026557,4b1,Asian Terraces and Flats,E01005241,Manchester 025A,7b,Young ethnic communities,E02001069,Manchester 025,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111132 +111132,E00026563,4b1,Asian Terraces and Flats,E01005245,Manchester 024C,7a,Urban cultural mix,E02001068,Manchester 024,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111133 +111133,E00026566,4b1,Asian Terraces and Flats,E01005244,Manchester 025C,1a,Cosmopolitan student neighbourhoods,E02001069,Manchester 025,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111134 +111134,E00026724,4b1,Asian Terraces and Flats,E01005278,Manchester 035D,7b,Young ethnic communities,E02001079,Manchester 035,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111135 +111135,E00026730,4b1,Asian Terraces and Flats,E01005278,Manchester 035D,7b,Young ethnic communities,E02001079,Manchester 035,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111136 +111136,E00026753,4b1,Asian Terraces and Flats,E01005280,Manchester 026A,7b,Young ethnic communities,E02001070,Manchester 026,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111137 +111137,E00026756,4b1,Asian Terraces and Flats,E01005282,Manchester 032D,7b,Young ethnic communities,E02001076,Manchester 032,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111138 +111138,E00026767,4b1,Asian Terraces and Flats,E01005287,Manchester 026E,7b,Young ethnic communities,E02001070,Manchester 026,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111139 +111139,E00026768,4b1,Asian Terraces and Flats,E01005284,Manchester 026C,1a,Cosmopolitan student neighbourhoods,E02001070,Manchester 026,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111140 +111140,E00026769,4b1,Asian Terraces and Flats,E01005287,Manchester 026E,7b,Young ethnic communities,E02001070,Manchester 026,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111141 +111141,E00026775,4b1,Asian Terraces and Flats,E01005285,Manchester 025D,7b,Young ethnic communities,E02001069,Manchester 025,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111142 +111142,E00026781,4b1,Asian Terraces and Flats,E01005288,Manchester 025E,7b,Young ethnic communities,E02001069,Manchester 025,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111143 +111143,E00026782,4b1,Asian Terraces and Flats,E01005288,Manchester 025E,7b,Young ethnic communities,E02001069,Manchester 025,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111144 +111144,E00026824,4b1,Asian Terraces and Flats,E01005298,Manchester 028B,7b,Young ethnic communities,E02001072,Manchester 028,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111145 +111145,E00026844,4b1,Asian Terraces and Flats,E01005298,Manchester 028B,7b,Young ethnic communities,E02001072,Manchester 028,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111146 +111146,E00026848,4b1,Asian Terraces and Flats,E01005298,Manchester 028B,7b,Young ethnic communities,E02001072,Manchester 028,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111147 +111147,E00026852,4b1,Asian Terraces and Flats,E01005299,Manchester 029F,7b,Young ethnic communities,E02001073,Manchester 029,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111148 +111148,E00026854,4b1,Asian Terraces and Flats,E01005297,Manchester 028A,7b,Young ethnic communities,E02001072,Manchester 028,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111149 +111149,E00026861,4b1,Asian Terraces and Flats,E01005311,Manchester 036D,1a,Cosmopolitan student neighbourhoods,E02001080,Manchester 036,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111150 +111150,E00175829,4b1,Asian Terraces and Flats,E01005167,Manchester 008F,7b,Young ethnic communities,E02001052,Manchester 008,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111151 +111151,E00175831,4b1,Asian Terraces and Flats,E01005147,Manchester 058B,7b,Young ethnic communities,E02006915,Manchester 058,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111152 +111152,E00026668,4a3,Commuters with Young Families,E01005265,Manchester 044D,4c,Hampered neighbourhoods,E02001088,Manchester 044,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111153 +111153,E00175849,4b1,Asian Terraces and Flats,E01005105,Manchester 015C,7a,Urban cultural mix,E02001059,Manchester 015,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111154 +111154,E00175858,4b1,Asian Terraces and Flats,E01005167,Manchester 008F,7b,Young ethnic communities,E02001052,Manchester 008,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111155 +111155,E00175880,4b1,Asian Terraces and Flats,E01005181,Manchester 030D,7b,Young ethnic communities,E02001074,Manchester 030,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111156 +111156,E00175897,4b1,Asian Terraces and Flats,E01005207,Manchester 006D,7a,Urban cultural mix,E02001050,Manchester 006,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111157 +111157,E00175900,4b1,Asian Terraces and Flats,E01005091,Manchester 050D,7a,Urban cultural mix,E02001094,Manchester 050,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111158 +111158,E00175903,4b1,Asian Terraces and Flats,E01005146,Manchester 008B,7b,Young ethnic communities,E02001052,Manchester 008,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111159 +111159,E00175927,4b1,Asian Terraces and Flats,E01005194,Manchester 027A,7b,Young ethnic communities,E02001071,Manchester 027,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111160 +111160,E00175932,4b1,Asian Terraces and Flats,E01033657,Manchester 022G,1a,Cosmopolitan student neighbourhoods,E02001066,Manchester 022,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111161 +111161,E00175936,4b1,Asian Terraces and Flats,E01033674,Manchester 058C,1a,Cosmopolitan student neighbourhoods,E02006915,Manchester 058,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111162 +111162,E00175940,4b1,Asian Terraces and Flats,E01005145,Manchester 008A,7b,Young ethnic communities,E02001052,Manchester 008,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111163 +111163,E00175941,4b1,Asian Terraces and Flats,E01033674,Manchester 058C,1a,Cosmopolitan student neighbourhoods,E02006915,Manchester 058,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111164 +111164,E00175944,4b1,Asian Terraces and Flats,E01005145,Manchester 008A,7b,Young ethnic communities,E02001052,Manchester 008,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111165 +111165,E00175949,4b1,Asian Terraces and Flats,E01005143,Manchester 056A,7b,Young ethnic communities,E02006913,Manchester 056,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111166 +111166,E00175953,4b1,Asian Terraces and Flats,E01033675,Manchester 058D,7a,Urban cultural mix,E02006915,Manchester 058,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111167 +111167,E00026669,4a3,Commuters with Young Families,E01005262,Manchester 044B,7a,Urban cultural mix,E02001088,Manchester 044,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111168 +111168,E00026670,4a3,Commuters with Young Families,E01005262,Manchester 044B,7a,Urban cultural mix,E02001088,Manchester 044,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111169 +111169,E00026705,4a3,Commuters with Young Families,E01005270,Manchester 035A,7a,Urban cultural mix,E02001079,Manchester 035,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111170 +111170,E00026727,4a3,Commuters with Young Families,E01005279,Manchester 035E,7a,Urban cultural mix,E02001079,Manchester 035,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111171 +111171,E00026736,4a3,Commuters with Young Families,E01005270,Manchester 035A,7a,Urban cultural mix,E02001079,Manchester 035,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111172 +111172,E00026742,4a3,Commuters with Young Families,E01005272,Manchester 035B,7a,Urban cultural mix,E02001079,Manchester 035,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111173 +111173,E00026747,4a3,Commuters with Young Families,E01005274,Manchester 038A,7a,Urban cultural mix,E02001082,Manchester 038,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111174 +111174,E00026896,4a3,Commuters with Young Families,E01005310,Manchester 036C,1a,Cosmopolitan student neighbourhoods,E02001080,Manchester 036,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111175 +111175,E00175848,4a3,Commuters with Young Families,E01005105,Manchester 015C,7a,Urban cultural mix,E02001059,Manchester 015,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111176 +111176,E00175924,4a3,Commuters with Young Families,E01005196,Manchester 023B,7a,Urban cultural mix,E02001067,Manchester 023,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111177 +111177,E00175976,4a3,Commuters with Young Families,E01005186,Manchester 020B,7a,Urban cultural mix,E02001064,Manchester 020,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111178 +111178,E00176064,4a3,Commuters with Young Families,E01005214,Manchester 019D,6a,Inner city cosmopolitan,E02001063,Manchester 019,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111179 +111179,E00176066,4a3,Commuters with Young Families,E01033685,Manchester 003F,3d,Households in terraces and flats,E02001047,Manchester 003,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111180 +111180,E00176072,4a3,Commuters with Young Families,E01033678,Manchester 009F,7a,Urban cultural mix,E02001053,Manchester 009,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111181 +111181,E00176073,4a3,Commuters with Young Families,E01005105,Manchester 015C,7a,Urban cultural mix,E02001059,Manchester 015,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111182 +111182,E00176077,4a3,Commuters with Young Families,E01033688,Manchester 013G,7a,Urban cultural mix,E02001057,Manchester 013,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111183 +111183,E00176078,4a3,Commuters with Young Families,E01033688,Manchester 013G,7a,Urban cultural mix,E02001057,Manchester 013,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111184 +111184,E00025605,3c1,Constrained Neighbourhoods,E01005061,Manchester 018A,7a,Urban cultural mix,E02001062,Manchester 018,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111185 +111185,E00025613,3c1,Constrained Neighbourhoods,E01005066,Manchester 018E,1a,Cosmopolitan student neighbourhoods,E02001062,Manchester 018,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111186 +111186,E00025616,3c1,Constrained Neighbourhoods,E01005061,Manchester 018A,7a,Urban cultural mix,E02001062,Manchester 018,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111187 +111187,E00025772,3c1,Constrained Neighbourhoods,E01033688,Manchester 013G,7a,Urban cultural mix,E02001057,Manchester 013,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111188 +111188,E00025950,3c1,Constrained Neighbourhoods,E01005130,Manchester 054A,7a,Urban cultural mix,E02006902,Manchester 054,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111189 +111189,E00025952,3c1,Constrained Neighbourhoods,E01005130,Manchester 054A,7a,Urban cultural mix,E02006902,Manchester 054,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111190 +111190,E00025963,3c1,Constrained Neighbourhoods,E01005130,Manchester 054A,7a,Urban cultural mix,E02006902,Manchester 054,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111191 +111191,E00025989,3c1,Constrained Neighbourhoods,E01033662,Manchester 057C,1a,Cosmopolitan student neighbourhoods,E02006914,Manchester 057,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111192 +111192,E00025994,3c1,Constrained Neighbourhoods,E01005129,Manchester 013B,7a,Urban cultural mix,E02001057,Manchester 013,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111193 +111193,E00026021,3c1,Constrained Neighbourhoods,E01005138,Manchester 002D,4c,Hampered neighbourhoods,E02001046,Manchester 002,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111194 +111194,E00026034,3c1,Constrained Neighbourhoods,E01033687,Manchester 003G,7a,Urban cultural mix,E02001047,Manchester 003,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111195 +111195,E00026055,3c1,Constrained Neighbourhoods,E01033676,Manchester 056D,7a,Urban cultural mix,E02006913,Manchester 056,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111196 +111196,E00026156,3c1,Constrained Neighbourhoods,E01005166,Manchester 008E,7b,Young ethnic communities,E02001052,Manchester 008,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111197 +111197,E00026166,3c1,Constrained Neighbourhoods,E01005165,Manchester 008D,7a,Urban cultural mix,E02001052,Manchester 008,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111198 +111198,E00026280,3c1,Constrained Neighbourhoods,E01005191,Manchester 021C,7a,Urban cultural mix,E02001065,Manchester 021,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111199 +111199,E00026337,3c1,Constrained Neighbourhoods,E01005198,Manchester 023D,7a,Urban cultural mix,E02001067,Manchester 023,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111200 +111200,E00025716,2c1,Migrant Families,E01005078,Manchester 042B,1a,Cosmopolitan student neighbourhoods,E02001086,Manchester 042,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111201 +111201,E00025720,2c1,Migrant Families,E01005078,Manchester 042B,1a,Cosmopolitan student neighbourhoods,E02001086,Manchester 042,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111202 +111202,E00026077,2c1,Migrant Families,E01005151,Manchester 029B,3c,Highly qualified professionals,E02001073,Manchester 029,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111203 +111203,E00026110,2c1,Migrant Families,E01005150,Manchester 029A,1a,Cosmopolitan student neighbourhoods,E02001073,Manchester 029,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111204 +111204,E00026112,2c1,Migrant Families,E01005150,Manchester 029A,1a,Cosmopolitan student neighbourhoods,E02001073,Manchester 029,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111205 +111205,E00026117,2c1,Migrant Families,E01005155,Manchester 037C,3c,Highly qualified professionals,E02001081,Manchester 037,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111206 +111206,E00026177,2c1,Migrant Families,E01005172,Manchester 043A,3c,Highly qualified professionals,E02001087,Manchester 043,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111207 +111207,E00026701,2c1,Migrant Families,E01005277,Manchester 038D,3c,Highly qualified professionals,E02001082,Manchester 038,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111208 +111208,E00026840,2c1,Migrant Families,E01033686,Manchester 028F,6a,Inner city cosmopolitan,E02001072,Manchester 028,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111209 +111209,E00175860,2c1,Migrant Families,E01005104,Manchester 004A,7a,Urban cultural mix,E02001048,Manchester 004,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111210 +111210,E00026151,4c2,Multicultural New Arrivals,E01005162,Manchester 004D,7b,Young ethnic communities,E02001048,Manchester 004,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111211 +111211,E00175837,4c2,Multicultural New Arrivals,E01005181,Manchester 030D,7b,Young ethnic communities,E02001074,Manchester 030,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111212 +111212,E00025749,7a3,Multi-Ethnic Hardship,E01005091,Manchester 050D,7a,Urban cultural mix,E02001094,Manchester 050,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111213 +111213,E00025817,8a1,Industrious Transitions,E01005100,Manchester 001C,4c,Hampered neighbourhoods,E02001045,Manchester 001,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111214 +111214,E00175854,2b2,Multicultural Student Neighbourhoods,E01033663,Manchester 013E,1a,Cosmopolitan student neighbourhoods,E02001057,Manchester 013,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111215 +111215,E00175951,4c2,Multicultural New Arrivals,E01033675,Manchester 058D,7a,Urban cultural mix,E02006915,Manchester 058,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111216 +111216,E00025707,2b2,Multicultural Student Neighbourhoods,E01005083,Manchester 039D,1a,Cosmopolitan student neighbourhoods,E02001083,Manchester 039,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111217 +111217,E00025987,2b2,Multicultural Student Neighbourhoods,E01033653,Manchester 055B,1a,Cosmopolitan student neighbourhoods,E02006912,Manchester 055,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111218 +111218,E00025988,2b2,Multicultural Student Neighbourhoods,E01005128,Manchester 055A,1a,Cosmopolitan student neighbourhoods,E02006912,Manchester 055,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111219 +111219,E00026390,2b2,Multicultural Student Neighbourhoods,E01005210,Manchester 019C,1a,Cosmopolitan student neighbourhoods,E02001063,Manchester 019,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111220 +111220,E00026714,2b2,Multicultural Student Neighbourhoods,E01005275,Manchester 038B,1a,Cosmopolitan student neighbourhoods,E02001082,Manchester 038,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111221 +111221,E00026752,2b2,Multicultural Student Neighbourhoods,E01005281,Manchester 026B,1a,Cosmopolitan student neighbourhoods,E02001070,Manchester 026,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111222 +111222,E00026761,2b2,Multicultural Student Neighbourhoods,E01005284,Manchester 026C,1a,Cosmopolitan student neighbourhoods,E02001070,Manchester 026,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111223 +111223,E00026764,2b2,Multicultural Student Neighbourhoods,E01005284,Manchester 026C,1a,Cosmopolitan student neighbourhoods,E02001070,Manchester 026,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111224 +111224,E00026892,2b2,Multicultural Student Neighbourhoods,E01005309,Manchester 036B,1a,Cosmopolitan student neighbourhoods,E02001080,Manchester 036,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111225 +111225,E00175804,2b2,Multicultural Student Neighbourhoods,E01033651,Manchester 054B,1a,Cosmopolitan student neighbourhoods,E02006902,Manchester 054,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111226 +111226,E00175806,2b2,Multicultural Student Neighbourhoods,E01005284,Manchester 026C,1a,Cosmopolitan student neighbourhoods,E02001070,Manchester 026,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111227 +111227,E00175807,2b2,Multicultural Student Neighbourhoods,E01005286,Manchester 026D,1a,Cosmopolitan student neighbourhoods,E02001070,Manchester 026,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111228 +111228,E00175808,2b2,Multicultural Student Neighbourhoods,E01005209,Manchester 019B,1a,Cosmopolitan student neighbourhoods,E02001063,Manchester 019,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111229 +111229,E00175809,2b2,Multicultural Student Neighbourhoods,E01005128,Manchester 055A,1a,Cosmopolitan student neighbourhoods,E02006912,Manchester 055,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111230 +111230,E00175810,2b2,Multicultural Student Neighbourhoods,E01033653,Manchester 055B,1a,Cosmopolitan student neighbourhoods,E02006912,Manchester 055,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111231 +111231,E00175811,2b2,Multicultural Student Neighbourhoods,E01033654,Manchester 055C,1a,Cosmopolitan student neighbourhoods,E02006912,Manchester 055,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111232 +111232,E00175812,2b2,Multicultural Student Neighbourhoods,E01005062,Manchester 018B,1a,Cosmopolitan student neighbourhoods,E02001062,Manchester 018,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111233 +111233,E00175813,2b2,Multicultural Student Neighbourhoods,E01005231,Manchester 022C,1a,Cosmopolitan student neighbourhoods,E02001066,Manchester 022,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111234 +111234,E00175814,2b2,Multicultural Student Neighbourhoods,E01033651,Manchester 054B,1a,Cosmopolitan student neighbourhoods,E02006902,Manchester 054,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111235 +111235,E00175816,2b2,Multicultural Student Neighbourhoods,E01033655,Manchester 056B,1a,Cosmopolitan student neighbourhoods,E02006913,Manchester 056,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111236 +111236,E00175817,2b2,Multicultural Student Neighbourhoods,E01033656,Manchester 057B,1a,Cosmopolitan student neighbourhoods,E02006914,Manchester 057,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111237 +111237,E00175820,2b2,Multicultural Student Neighbourhoods,E01033656,Manchester 057B,1a,Cosmopolitan student neighbourhoods,E02006914,Manchester 057,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111238 +111238,E00175822,2b2,Multicultural Student Neighbourhoods,E01033658,Manchester 054C,1a,Cosmopolitan student neighbourhoods,E02006902,Manchester 054,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111239 +111239,E00175823,2b2,Multicultural Student Neighbourhoods,E01033659,Manchester 055D,1a,Cosmopolitan student neighbourhoods,E02006912,Manchester 055,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111240 +111240,E00175825,2b2,Multicultural Student Neighbourhoods,E01005210,Manchester 019C,1a,Cosmopolitan student neighbourhoods,E02001063,Manchester 019,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111241 +111241,E00175826,2b2,Multicultural Student Neighbourhoods,E01005208,Manchester 019A,6a,Inner city cosmopolitan,E02001063,Manchester 019,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111242 +111242,E00175827,2b2,Multicultural Student Neighbourhoods,E01033658,Manchester 054C,1a,Cosmopolitan student neighbourhoods,E02006902,Manchester 054,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111243 +111243,E00175828,2b2,Multicultural Student Neighbourhoods,E01005208,Manchester 019A,6a,Inner city cosmopolitan,E02001063,Manchester 019,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111244 +111244,E00175830,2b2,Multicultural Student Neighbourhoods,E01005209,Manchester 019B,1a,Cosmopolitan student neighbourhoods,E02001063,Manchester 019,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111245 +111245,E00175832,2b2,Multicultural Student Neighbourhoods,E01005128,Manchester 055A,1a,Cosmopolitan student neighbourhoods,E02006912,Manchester 055,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111246 +111246,E00175835,2b2,Multicultural Student Neighbourhoods,E01005066,Manchester 018E,1a,Cosmopolitan student neighbourhoods,E02001062,Manchester 018,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111247 +111247,E00175843,2b2,Multicultural Student Neighbourhoods,E01033662,Manchester 057C,1a,Cosmopolitan student neighbourhoods,E02006914,Manchester 057,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111248 +111248,E00175845,2b2,Multicultural Student Neighbourhoods,E01033658,Manchester 054C,1a,Cosmopolitan student neighbourhoods,E02006902,Manchester 054,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111249 +111249,E00175846,2b2,Multicultural Student Neighbourhoods,E01033664,Manchester 054D,1a,Cosmopolitan student neighbourhoods,E02006902,Manchester 054,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111250 +111250,E00175851,2b2,Multicultural Student Neighbourhoods,E01033659,Manchester 055D,1a,Cosmopolitan student neighbourhoods,E02006912,Manchester 055,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111251 +111251,E00175852,2b2,Multicultural Student Neighbourhoods,E01033662,Manchester 057C,1a,Cosmopolitan student neighbourhoods,E02006914,Manchester 057,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111252 +111252,E00175853,2b2,Multicultural Student Neighbourhoods,E01033651,Manchester 054B,1a,Cosmopolitan student neighbourhoods,E02006902,Manchester 054,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111253 +111253,E00176002,2b2,Multicultural Student Neighbourhoods,E01033683,Manchester 060D,1a,Cosmopolitan student neighbourhoods,E02006917,Manchester 060,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111254 +111254,E00026940,7a3,Multi-Ethnic Hardship,E01005317,Manchester 052E,4c,Hampered neighbourhoods,E02001096,Manchester 052,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111255 +111255,E00175856,2b2,Multicultural Student Neighbourhoods,E01033665,Manchester 056C,1a,Cosmopolitan student neighbourhoods,E02006913,Manchester 056,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111256 +111256,E00175850,7a3,Multi-Ethnic Hardship,E01033666,Manchester 017F,7a,Urban cultural mix,E02001061,Manchester 017,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111257 +111257,E00025751,7a3,Multi-Ethnic Hardship,E01005088,Manchester 050B,4c,Hampered neighbourhoods,E02001094,Manchester 050,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111258 +111258,E00175863,2b2,Multicultural Student Neighbourhoods,E01033667,Manchester 054E,1a,Cosmopolitan student neighbourhoods,E02006902,Manchester 054,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111259 +111259,E00026609,8a1,Industrious Transitions,E01005247,Manchester 005A,5b,Aspiring urban households,E02001049,Manchester 005,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111260 +111260,E00176003,2b2,Multicultural Student Neighbourhoods,E01033683,Manchester 060D,1a,Cosmopolitan student neighbourhoods,E02006917,Manchester 060,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111261 +111261,E00175896,7a3,Multi-Ethnic Hardship,E01005133,Manchester 013D,7a,Urban cultural mix,E02001057,Manchester 013,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111262 +111262,E00025752,7a3,Multi-Ethnic Hardship,E01005090,Manchester 050C,4c,Hampered neighbourhoods,E02001094,Manchester 050,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111263 +111263,E00175864,2b2,Multicultural Student Neighbourhoods,E01033667,Manchester 054E,1a,Cosmopolitan student neighbourhoods,E02006902,Manchester 054,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111264 +111264,E00026611,8a1,Industrious Transitions,E01005249,Manchester 005C,3d,Households in terraces and flats,E02001049,Manchester 005,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111265 +111265,E00176004,2b2,Multicultural Student Neighbourhoods,E01033656,Manchester 057B,1a,Cosmopolitan student neighbourhoods,E02006914,Manchester 057,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111266 +111266,E00175899,7a3,Multi-Ethnic Hardship,E01005091,Manchester 050D,7a,Urban cultural mix,E02001094,Manchester 050,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111267 +111267,E00025756,7a3,Multi-Ethnic Hardship,E01005090,Manchester 050C,4c,Hampered neighbourhoods,E02001094,Manchester 050,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111268 +111268,E00025757,7a3,Multi-Ethnic Hardship,E01005090,Manchester 050C,4c,Hampered neighbourhoods,E02001094,Manchester 050,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111269 +111269,E00025769,7a3,Multi-Ethnic Hardship,E01005093,Manchester 012A,7a,Urban cultural mix,E02001056,Manchester 012,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111270 +111270,E00025779,7a3,Multi-Ethnic Hardship,E01005092,Manchester 015A,7a,Urban cultural mix,E02001059,Manchester 015,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111271 +111271,E00025790,7a3,Multi-Ethnic Hardship,E01033669,Manchester 015G,7a,Urban cultural mix,E02001059,Manchester 015,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111272 +111272,E00025794,7a3,Multi-Ethnic Hardship,E01005099,Manchester 001B,4c,Hampered neighbourhoods,E02001045,Manchester 001,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111273 +111273,E00025797,7a3,Multi-Ethnic Hardship,E01005099,Manchester 001B,4c,Hampered neighbourhoods,E02001045,Manchester 001,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111274 +111274,E00025798,7a3,Multi-Ethnic Hardship,E01005100,Manchester 001C,4c,Hampered neighbourhoods,E02001045,Manchester 001,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111275 +111275,E00025801,7a3,Multi-Ethnic Hardship,E01005099,Manchester 001B,4c,Hampered neighbourhoods,E02001045,Manchester 001,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111276 +111276,E00025814,7a3,Multi-Ethnic Hardship,E01005101,Manchester 002A,4c,Hampered neighbourhoods,E02001046,Manchester 002,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111277 +111277,E00025819,7a3,Multi-Ethnic Hardship,E01005101,Manchester 002A,4c,Hampered neighbourhoods,E02001046,Manchester 002,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111278 +111278,E00025826,7a3,Multi-Ethnic Hardship,E01005098,Manchester 001A,4c,Hampered neighbourhoods,E02001045,Manchester 001,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111279 +111279,E00025840,7a3,Multi-Ethnic Hardship,E01005106,Manchester 015D,7a,Urban cultural mix,E02001059,Manchester 015,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111280 +111280,E00025855,7a3,Multi-Ethnic Hardship,E01033666,Manchester 017F,7a,Urban cultural mix,E02001061,Manchester 017,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111281 +111281,E00025867,7a3,Multi-Ethnic Hardship,E01005116,Manchester 047E,3d,Households in terraces and flats,E02001091,Manchester 047,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111282 +111282,E00025868,7a3,Multi-Ethnic Hardship,E01005117,Manchester 048E,7a,Urban cultural mix,E02001092,Manchester 048,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111283 +111283,E00025871,7a3,Multi-Ethnic Hardship,E01005111,Manchester 047B,4c,Hampered neighbourhoods,E02001091,Manchester 047,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111284 +111284,E00025877,7a3,Multi-Ethnic Hardship,E01005111,Manchester 047B,4c,Hampered neighbourhoods,E02001091,Manchester 047,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111285 +111285,E00025878,7a3,Multi-Ethnic Hardship,E01005116,Manchester 047E,3d,Households in terraces and flats,E02001091,Manchester 047,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111286 +111286,E00025880,7a3,Multi-Ethnic Hardship,E01005113,Manchester 047C,4c,Hampered neighbourhoods,E02001091,Manchester 047,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111287 +111287,E00025882,7a3,Multi-Ethnic Hardship,E01005113,Manchester 047C,4c,Hampered neighbourhoods,E02001091,Manchester 047,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111288 +111288,E00025886,7a3,Multi-Ethnic Hardship,E01005113,Manchester 047C,4c,Hampered neighbourhoods,E02001091,Manchester 047,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111289 +111289,E00025888,7a3,Multi-Ethnic Hardship,E01005113,Manchester 047C,4c,Hampered neighbourhoods,E02001091,Manchester 047,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111290 +111290,E00025892,7a3,Multi-Ethnic Hardship,E01005117,Manchester 048E,7a,Urban cultural mix,E02001092,Manchester 048,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111291 +111291,E00025893,7a3,Multi-Ethnic Hardship,E01005113,Manchester 047C,4c,Hampered neighbourhoods,E02001091,Manchester 047,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111292 +111292,E00025900,7a3,Multi-Ethnic Hardship,E01005115,Manchester 044A,3d,Households in terraces and flats,E02001088,Manchester 044,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111293 +111293,E00025957,7a3,Multi-Ethnic Hardship,E01005129,Manchester 013B,7a,Urban cultural mix,E02001057,Manchester 013,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111294 +111294,E00025969,7a3,Multi-Ethnic Hardship,E01005132,Manchester 013C,7a,Urban cultural mix,E02001057,Manchester 013,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111295 +111295,E00025997,7a3,Multi-Ethnic Hardship,E01005141,Manchester 003C,4c,Hampered neighbourhoods,E02001047,Manchester 003,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111296 +111296,E00026002,7a3,Multi-Ethnic Hardship,E01005138,Manchester 002D,4c,Hampered neighbourhoods,E02001046,Manchester 002,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111297 +111297,E00026008,7a3,Multi-Ethnic Hardship,E01005138,Manchester 002D,4c,Hampered neighbourhoods,E02001046,Manchester 002,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111298 +111298,E00026017,7a3,Multi-Ethnic Hardship,E01005138,Manchester 002D,4c,Hampered neighbourhoods,E02001046,Manchester 002,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111299 +111299,E00026023,7a3,Multi-Ethnic Hardship,E01033687,Manchester 003G,7a,Urban cultural mix,E02001047,Manchester 003,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111300 +111300,E00026024,7a3,Multi-Ethnic Hardship,E01005141,Manchester 003C,4c,Hampered neighbourhoods,E02001047,Manchester 003,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111301 +111301,E00026026,7a3,Multi-Ethnic Hardship,E01005140,Manchester 002E,7a,Urban cultural mix,E02001046,Manchester 002,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111302 +111302,E00026028,7a3,Multi-Ethnic Hardship,E01005141,Manchester 003C,4c,Hampered neighbourhoods,E02001047,Manchester 003,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111303 +111303,E00026108,7a3,Multi-Ethnic Hardship,E01005151,Manchester 029B,3c,Highly qualified professionals,E02001073,Manchester 029,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111304 +111304,E00026258,7a3,Multi-Ethnic Hardship,E01005189,Manchester 017D,7a,Urban cultural mix,E02001061,Manchester 017,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111305 +111305,E00026264,7a3,Multi-Ethnic Hardship,E01005189,Manchester 017D,7a,Urban cultural mix,E02001061,Manchester 017,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111306 +111306,E00026278,7a3,Multi-Ethnic Hardship,E01005189,Manchester 017D,7a,Urban cultural mix,E02001061,Manchester 017,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111307 +111307,E00026279,7a3,Multi-Ethnic Hardship,E01005190,Manchester 017E,7a,Urban cultural mix,E02001061,Manchester 017,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111308 +111308,E00026290,7a3,Multi-Ethnic Hardship,E01005191,Manchester 021C,7a,Urban cultural mix,E02001065,Manchester 021,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111309 +111309,E00026351,7a3,Multi-Ethnic Hardship,E01005205,Manchester 006B,7a,Urban cultural mix,E02001050,Manchester 006,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111310 +111310,E00026356,7a3,Multi-Ethnic Hardship,E01005205,Manchester 006B,7a,Urban cultural mix,E02001050,Manchester 006,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111311 +111311,E00026360,7a3,Multi-Ethnic Hardship,E01005202,Manchester 009A,7a,Urban cultural mix,E02001053,Manchester 009,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111312 +111312,E00026369,7a3,Multi-Ethnic Hardship,E01005202,Manchester 009A,7a,Urban cultural mix,E02001053,Manchester 009,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111313 +111313,E00026372,7a3,Multi-Ethnic Hardship,E01033679,Manchester 009G,7a,Urban cultural mix,E02001053,Manchester 009,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111314 +111314,E00026454,7a3,Multi-Ethnic Hardship,E01005228,Manchester 009E,7a,Urban cultural mix,E02001053,Manchester 009,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111315 +111315,E00175966,5a2,Multi-Ethnic Professionals with Families,E01005140,Manchester 002E,7a,Urban cultural mix,E02001046,Manchester 002,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111316 +111316,E00026471,7a3,Multi-Ethnic Hardship,E01005227,Manchester 009D,7a,Urban cultural mix,E02001053,Manchester 009,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111317 +111317,E00176005,2b2,Multicultural Student Neighbourhoods,E01033683,Manchester 060D,1a,Cosmopolitan student neighbourhoods,E02006917,Manchester 060,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111318 +111318,E00175981,7a3,Multi-Ethnic Hardship,E01005319,Manchester 051E,7a,Urban cultural mix,E02001095,Manchester 051,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111319 +111319,E00176033,5a2,Multi-Ethnic Professionals with Families,E01033685,Manchester 003F,3d,Households in terraces and flats,E02001047,Manchester 003,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111320 +111320,E00176006,2b2,Multicultural Student Neighbourhoods,E01033681,Manchester 060B,1a,Cosmopolitan student neighbourhoods,E02006917,Manchester 060,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111321 +111321,E00026582,7a3,Multi-Ethnic Hardship,E01005251,Manchester 003D,4c,Hampered neighbourhoods,E02001047,Manchester 003,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111322 +111322,E00026667,8a1,Industrious Transitions,E01005267,Manchester 046B,3d,Households in terraces and flats,E02001090,Manchester 046,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111323 +111323,E00175866,2b2,Multicultural Student Neighbourhoods,E01033659,Manchester 055D,1a,Cosmopolitan student neighbourhoods,E02006912,Manchester 055,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111324 +111324,E00025908,4c3,Inner City Ethnic Mix,E01005126,Manchester 045A,7a,Urban cultural mix,E02001089,Manchester 045,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111325 +111325,E00176069,7a3,Multi-Ethnic Hardship,E01033679,Manchester 009G,7a,Urban cultural mix,E02001053,Manchester 009,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111326 +111326,E00026616,7a3,Multi-Ethnic Hardship,E01005261,Manchester 012E,4c,Hampered neighbourhoods,E02001056,Manchester 012,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111327 +111327,E00175868,2b2,Multicultural Student Neighbourhoods,E01033654,Manchester 055C,1a,Cosmopolitan student neighbourhoods,E02006912,Manchester 055,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111328 +111328,E00176009,2b2,Multicultural Student Neighbourhoods,E01033656,Manchester 057B,1a,Cosmopolitan student neighbourhoods,E02006914,Manchester 057,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111329 +111329,E00176084,5a2,Multi-Ethnic Professionals with Families,E01033685,Manchester 003F,3d,Households in terraces and flats,E02001047,Manchester 003,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111330 +111330,E00025925,4c3,Inner City Ethnic Mix,E01005126,Manchester 045A,7a,Urban cultural mix,E02001089,Manchester 045,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111331 +111331,E00176085,7a3,Multi-Ethnic Hardship,E01033665,Manchester 056C,1a,Cosmopolitan student neighbourhoods,E02006913,Manchester 056,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111332 +111332,E00026619,7a3,Multi-Ethnic Hardship,E01005257,Manchester 011B,4c,Hampered neighbourhoods,E02001055,Manchester 011,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111333 +111333,E00175869,2b2,Multicultural Student Neighbourhoods,E01033658,Manchester 054C,1a,Cosmopolitan student neighbourhoods,E02006902,Manchester 054,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111334 +111334,E00025640,6b1,Multi-Ethnic Suburbia,E01005073,Manchester 048C,3b,Asian traits,E02001092,Manchester 048,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111335 +111335,E00176010,2b2,Multicultural Student Neighbourhoods,E01033656,Manchester 057B,1a,Cosmopolitan student neighbourhoods,E02006914,Manchester 057,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111336 +111336,E00025926,4c3,Inner City Ethnic Mix,E01005125,Manchester 040A,7a,Urban cultural mix,E02001084,Manchester 040,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111337 +111337,E00026219,3b3,Multi-Ethnic Professional Service Workers,E01005184,Manchester 032A,1a,Cosmopolitan student neighbourhoods,E02001076,Manchester 032,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111338 +111338,E00026626,7a3,Multi-Ethnic Hardship,E01005255,Manchester 012D,4c,Hampered neighbourhoods,E02001056,Manchester 012,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111339 +111339,E00175870,2b2,Multicultural Student Neighbourhoods,E01033667,Manchester 054E,1a,Cosmopolitan student neighbourhoods,E02006902,Manchester 054,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111340 +111340,E00025863,6b1,Multi-Ethnic Suburbia,E01005116,Manchester 047E,3d,Households in terraces and flats,E02001091,Manchester 047,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111341 +111341,E00176024,2b2,Multicultural Student Neighbourhoods,E01033673,Manchester 059D,1a,Cosmopolitan student neighbourhoods,E02006916,Manchester 059,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111342 +111342,E00026075,4c3,Inner City Ethnic Mix,E01005151,Manchester 029B,3c,Highly qualified professionals,E02001073,Manchester 029,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111343 +111343,E00026379,3b3,Multi-Ethnic Professional Service Workers,E01005213,Manchester 059A,6a,Inner city cosmopolitan,E02006916,Manchester 059,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111344 +111344,E00026631,7a3,Multi-Ethnic Hardship,E01005255,Manchester 012D,4c,Hampered neighbourhoods,E02001056,Manchester 012,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111345 +111345,E00175871,2b2,Multicultural Student Neighbourhoods,E01033664,Manchester 054D,1a,Cosmopolitan student neighbourhoods,E02006902,Manchester 054,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111346 +111346,E00175872,2b2,Multicultural Student Neighbourhoods,E01033651,Manchester 054B,1a,Cosmopolitan student neighbourhoods,E02006902,Manchester 054,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111347 +111347,E00175873,2b2,Multicultural Student Neighbourhoods,E01033661,Manchester 055E,1a,Cosmopolitan student neighbourhoods,E02006912,Manchester 055,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111348 +111348,E00175875,2b2,Multicultural Student Neighbourhoods,E01033654,Manchester 055C,1a,Cosmopolitan student neighbourhoods,E02006912,Manchester 055,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111349 +111349,E00175877,2b2,Multicultural Student Neighbourhoods,E01033668,Manchester 015F,6a,Inner city cosmopolitan,E02001059,Manchester 015,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111350 +111350,E00175905,2b2,Multicultural Student Neighbourhoods,E01033672,Manchester 059C,6a,Inner city cosmopolitan,E02006916,Manchester 059,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111351 +111351,E00175906,2b2,Multicultural Student Neighbourhoods,E01005213,Manchester 059A,6a,Inner city cosmopolitan,E02006916,Manchester 059,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111352 +111352,E00175909,2b2,Multicultural Student Neighbourhoods,E01033673,Manchester 059D,1a,Cosmopolitan student neighbourhoods,E02006916,Manchester 059,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111353 +111353,E00175910,2b2,Multicultural Student Neighbourhoods,E01033673,Manchester 059D,1a,Cosmopolitan student neighbourhoods,E02006916,Manchester 059,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111354 +111354,E00175912,2b2,Multicultural Student Neighbourhoods,E01005208,Manchester 019A,6a,Inner city cosmopolitan,E02001063,Manchester 019,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111355 +111355,E00175914,2b2,Multicultural Student Neighbourhoods,E01033660,Manchester 059B,1a,Cosmopolitan student neighbourhoods,E02006916,Manchester 059,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111356 +111356,E00175915,2b2,Multicultural Student Neighbourhoods,E01033660,Manchester 059B,1a,Cosmopolitan student neighbourhoods,E02006916,Manchester 059,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111357 +111357,E00175916,2b2,Multicultural Student Neighbourhoods,E01033673,Manchester 059D,1a,Cosmopolitan student neighbourhoods,E02006916,Manchester 059,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111358 +111358,E00175917,2b2,Multicultural Student Neighbourhoods,E01033673,Manchester 059D,1a,Cosmopolitan student neighbourhoods,E02006916,Manchester 059,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111359 +111359,E00175934,2b2,Multicultural Student Neighbourhoods,E01033655,Manchester 056B,1a,Cosmopolitan student neighbourhoods,E02006913,Manchester 056,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111360 +111360,E00175937,2b2,Multicultural Student Neighbourhoods,E01033674,Manchester 058C,1a,Cosmopolitan student neighbourhoods,E02006915,Manchester 058,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111361 +111361,E00175938,2b2,Multicultural Student Neighbourhoods,E01033674,Manchester 058C,1a,Cosmopolitan student neighbourhoods,E02006915,Manchester 058,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111362 +111362,E00175942,2b2,Multicultural Student Neighbourhoods,E01033674,Manchester 058C,1a,Cosmopolitan student neighbourhoods,E02006915,Manchester 058,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111363 +111363,E00175945,2b2,Multicultural Student Neighbourhoods,E01033665,Manchester 056C,1a,Cosmopolitan student neighbourhoods,E02006913,Manchester 056,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111364 +111364,E00175946,2b2,Multicultural Student Neighbourhoods,E01033665,Manchester 056C,1a,Cosmopolitan student neighbourhoods,E02006913,Manchester 056,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111365 +111365,E00175947,2b2,Multicultural Student Neighbourhoods,E01033665,Manchester 056C,1a,Cosmopolitan student neighbourhoods,E02006913,Manchester 056,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111366 +111366,E00175952,2b2,Multicultural Student Neighbourhoods,E01033655,Manchester 056B,1a,Cosmopolitan student neighbourhoods,E02006913,Manchester 056,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111367 +111367,E00175960,2b2,Multicultural Student Neighbourhoods,E01033653,Manchester 055B,1a,Cosmopolitan student neighbourhoods,E02006912,Manchester 055,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111368 +111368,E00175961,2b2,Multicultural Student Neighbourhoods,E01033653,Manchester 055B,1a,Cosmopolitan student neighbourhoods,E02006912,Manchester 055,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111369 +111369,E00175962,2b2,Multicultural Student Neighbourhoods,E01033677,Manchester 060A,1a,Cosmopolitan student neighbourhoods,E02006917,Manchester 060,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111370 +111370,E00175963,2b2,Multicultural Student Neighbourhoods,E01033653,Manchester 055B,1a,Cosmopolitan student neighbourhoods,E02006912,Manchester 055,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111371 +111371,E00175964,2b2,Multicultural Student Neighbourhoods,E01033653,Manchester 055B,1a,Cosmopolitan student neighbourhoods,E02006912,Manchester 055,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111372 +111372,E00175965,2b2,Multicultural Student Neighbourhoods,E01033653,Manchester 055B,1a,Cosmopolitan student neighbourhoods,E02006912,Manchester 055,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111373 +111373,E00175972,2b2,Multicultural Student Neighbourhoods,E01005284,Manchester 026C,1a,Cosmopolitan student neighbourhoods,E02001070,Manchester 026,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111374 +111374,E00175974,2b2,Multicultural Student Neighbourhoods,E01033680,Manchester 028E,6a,Inner city cosmopolitan,E02001072,Manchester 028,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111375 +111375,E00175985,2b2,Multicultural Student Neighbourhoods,E01033682,Manchester 060C,1a,Cosmopolitan student neighbourhoods,E02006917,Manchester 060,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111376 +111376,E00175987,2b2,Multicultural Student Neighbourhoods,E01033682,Manchester 060C,1a,Cosmopolitan student neighbourhoods,E02006917,Manchester 060,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111377 +111377,E00175991,2b2,Multicultural Student Neighbourhoods,E01033662,Manchester 057C,1a,Cosmopolitan student neighbourhoods,E02006914,Manchester 057,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111378 +111378,E00175992,2b2,Multicultural Student Neighbourhoods,E01033677,Manchester 060A,1a,Cosmopolitan student neighbourhoods,E02006917,Manchester 060,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111379 +111379,E00175993,2b2,Multicultural Student Neighbourhoods,E01033677,Manchester 060A,1a,Cosmopolitan student neighbourhoods,E02006917,Manchester 060,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111380 +111380,E00175995,2b2,Multicultural Student Neighbourhoods,E01033683,Manchester 060D,1a,Cosmopolitan student neighbourhoods,E02006917,Manchester 060,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111381 +111381,E00175996,2b2,Multicultural Student Neighbourhoods,E01033682,Manchester 060C,1a,Cosmopolitan student neighbourhoods,E02006917,Manchester 060,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111382 +111382,E00175997,2b2,Multicultural Student Neighbourhoods,E01033683,Manchester 060D,1a,Cosmopolitan student neighbourhoods,E02006917,Manchester 060,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111383 +111383,E00175998,2b2,Multicultural Student Neighbourhoods,E01033681,Manchester 060B,1a,Cosmopolitan student neighbourhoods,E02006917,Manchester 060,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111384 +111384,E00175999,2b2,Multicultural Student Neighbourhoods,E01033681,Manchester 060B,1a,Cosmopolitan student neighbourhoods,E02006917,Manchester 060,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111385 +111385,E00176000,2b2,Multicultural Student Neighbourhoods,E01033677,Manchester 060A,1a,Cosmopolitan student neighbourhoods,E02006917,Manchester 060,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111386 +111386,E00176001,2b2,Multicultural Student Neighbourhoods,E01033683,Manchester 060D,1a,Cosmopolitan student neighbourhoods,E02006917,Manchester 060,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111387 +111387,E00026529,3b3,Multi-Ethnic Professional Service Workers,E01005230,Manchester 022B,1a,Cosmopolitan student neighbourhoods,E02001066,Manchester 022,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111388 +111388,E00176025,2b2,Multicultural Student Neighbourhoods,E01033660,Manchester 059B,1a,Cosmopolitan student neighbourhoods,E02006916,Manchester 059,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111389 +111389,E00026634,7a3,Multi-Ethnic Hardship,E01005256,Manchester 011A,7a,Urban cultural mix,E02001055,Manchester 011,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111390 +111390,E00025869,6b1,Multi-Ethnic Suburbia,E01005112,Manchester 048D,3d,Households in terraces and flats,E02001092,Manchester 048,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111391 +111391,E00026090,4c3,Inner City Ethnic Mix,E01005158,Manchester 033C,7a,Urban cultural mix,E02001077,Manchester 033,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111392 +111392,E00175922,3b3,Multi-Ethnic Professional Service Workers,E01005213,Manchester 059A,6a,Inner city cosmopolitan,E02006916,Manchester 059,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111393 +111393,E00025891,6b1,Multi-Ethnic Suburbia,E01005112,Manchester 048D,3d,Households in terraces and flats,E02001092,Manchester 048,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111394 +111394,E00176029,2b2,Multicultural Student Neighbourhoods,E01033654,Manchester 055C,1a,Cosmopolitan student neighbourhoods,E02006912,Manchester 055,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111395 +111395,E00026640,7a3,Multi-Ethnic Hardship,E01005259,Manchester 011D,4c,Hampered neighbourhoods,E02001055,Manchester 011,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111396 +111396,E00026132,4c3,Inner City Ethnic Mix,E01005162,Manchester 004D,7b,Young ethnic communities,E02001048,Manchester 004,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111397 +111397,E00175933,3b3,Multi-Ethnic Professional Service Workers,E01005212,Manchester 057A,1a,Cosmopolitan student neighbourhoods,E02006914,Manchester 057,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111398 +111398,E00176028,3b3,Multi-Ethnic Professional Service Workers,E01005212,Manchester 057A,1a,Cosmopolitan student neighbourhoods,E02006914,Manchester 057,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111399 +111399,E00025696,5a2,Multi-Ethnic Professionals with Families,E01005084,Manchester 042D,3d,Households in terraces and flats,E02001086,Manchester 042,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111400 +111400,E00025697,5a2,Multi-Ethnic Professionals with Families,E01005079,Manchester 042C,3b,Asian traits,E02001086,Manchester 042,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111401 +111401,E00025862,5a2,Multi-Ethnic Professionals with Families,E01005114,Manchester 047D,3b,Asian traits,E02001091,Manchester 047,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111402 +111402,E00025876,5a2,Multi-Ethnic Professionals with Families,E01005116,Manchester 047E,3d,Households in terraces and flats,E02001091,Manchester 047,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111403 +111403,E00025879,5a2,Multi-Ethnic Professionals with Families,E01005114,Manchester 047D,3b,Asian traits,E02001091,Manchester 047,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111404 +111404,E00025899,5a2,Multi-Ethnic Professionals with Families,E01005111,Manchester 047B,4c,Hampered neighbourhoods,E02001091,Manchester 047,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111405 +111405,E00025928,5a2,Multi-Ethnic Professionals with Families,E01005126,Manchester 045A,7a,Urban cultural mix,E02001089,Manchester 045,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111406 +111406,E00025998,5a2,Multi-Ethnic Professionals with Families,E01033687,Manchester 003G,7a,Urban cultural mix,E02001047,Manchester 003,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111407 +111407,E00026035,5a2,Multi-Ethnic Professionals with Families,E01005139,Manchester 003B,3d,Households in terraces and flats,E02001047,Manchester 003,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111408 +111408,E00026076,5a2,Multi-Ethnic Professionals with Families,E01005152,Manchester 029C,3a,Achieving neighbourhoods,E02001073,Manchester 029,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111409 +111409,E00026078,5a2,Multi-Ethnic Professionals with Families,E01005154,Manchester 033A,1a,Cosmopolitan student neighbourhoods,E02001077,Manchester 033,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111410 +111410,E00026089,5a2,Multi-Ethnic Professionals with Families,E01005157,Manchester 037D,3a,Achieving neighbourhoods,E02001081,Manchester 037,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111411 +111411,E00026102,5a2,Multi-Ethnic Professionals with Families,E01005152,Manchester 029C,3a,Achieving neighbourhoods,E02001073,Manchester 029,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111412 +111412,E00026120,5a2,Multi-Ethnic Professionals with Families,E01005155,Manchester 037C,3c,Highly qualified professionals,E02001081,Manchester 037,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111413 +111413,E00026121,5a2,Multi-Ethnic Professionals with Families,E01005156,Manchester 033B,3c,Highly qualified professionals,E02001077,Manchester 033,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111414 +111414,E00026122,5a2,Multi-Ethnic Professionals with Families,E01005156,Manchester 033B,3c,Highly qualified professionals,E02001077,Manchester 033,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111415 +111415,E00026125,5a2,Multi-Ethnic Professionals with Families,E01005155,Manchester 037C,3c,Highly qualified professionals,E02001081,Manchester 037,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111416 +111416,E00026140,5a2,Multi-Ethnic Professionals with Families,E01005161,Manchester 004C,3b,Asian traits,E02001048,Manchester 004,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111417 +111417,E00026171,5a2,Multi-Ethnic Professionals with Families,E01005173,Manchester 043B,3c,Highly qualified professionals,E02001087,Manchester 043,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111418 +111418,E00026185,5a2,Multi-Ethnic Professionals with Families,E01005174,Manchester 043C,3b,Asian traits,E02001087,Manchester 043,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111419 +111419,E00026189,5a2,Multi-Ethnic Professionals with Families,E01005173,Manchester 043B,3c,Highly qualified professionals,E02001087,Manchester 043,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111420 +111420,E00026191,5a2,Multi-Ethnic Professionals with Families,E01005173,Manchester 043B,3c,Highly qualified professionals,E02001087,Manchester 043,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111421 +111421,E00026201,5a2,Multi-Ethnic Professionals with Families,E01005176,Manchester 043E,3c,Highly qualified professionals,E02001087,Manchester 043,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111422 +111422,E00026209,5a2,Multi-Ethnic Professionals with Families,E01005169,Manchester 045C,3c,Highly qualified professionals,E02001089,Manchester 045,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111423 +111423,E00026618,5a2,Multi-Ethnic Professionals with Families,E01005260,Manchester 011E,3d,Households in terraces and flats,E02001055,Manchester 011,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111424 +111424,E00026661,5a2,Multi-Ethnic Professionals with Families,E01005267,Manchester 046B,3d,Households in terraces and flats,E02001090,Manchester 046,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111425 +111425,E00026663,5a2,Multi-Ethnic Professionals with Families,E01005267,Manchester 046B,3d,Households in terraces and flats,E02001090,Manchester 046,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111426 +111426,E00026684,5a2,Multi-Ethnic Professionals with Families,E01005268,Manchester 046C,3d,Households in terraces and flats,E02001090,Manchester 046,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111427 +111427,E00026719,5a2,Multi-Ethnic Professionals with Families,E01005277,Manchester 038D,3c,Highly qualified professionals,E02001082,Manchester 038,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111428 +111428,E00026720,5a2,Multi-Ethnic Professionals with Families,E01005277,Manchester 038D,3c,Highly qualified professionals,E02001082,Manchester 038,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111429 +111429,E00026790,5a2,Multi-Ethnic Professionals with Families,E01005294,Manchester 052D,3d,Households in terraces and flats,E02001096,Manchester 052,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111430 +111430,E00026802,5a2,Multi-Ethnic Professionals with Families,E01005293,Manchester 052C,3d,Households in terraces and flats,E02001096,Manchester 052,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111431 +111431,E00026809,5a2,Multi-Ethnic Professionals with Families,E01005295,Manchester 049E,3d,Households in terraces and flats,E02001093,Manchester 049,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111432 +111432,E00026857,5a2,Multi-Ethnic Professionals with Families,E01005296,Manchester 029E,7b,Young ethnic communities,E02001073,Manchester 029,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111433 +111433,E00026889,5a2,Multi-Ethnic Professionals with Families,E01005306,Manchester 040C,3c,Highly qualified professionals,E02001084,Manchester 040,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111434 +111434,E00026890,5a2,Multi-Ethnic Professionals with Families,E01005306,Manchester 040C,3c,Highly qualified professionals,E02001084,Manchester 040,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111435 +111435,E00026944,5a2,Multi-Ethnic Professionals with Families,E01005316,Manchester 053D,7a,Urban cultural mix,E02001097,Manchester 053,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111436 +111436,E00026641,7a3,Multi-Ethnic Hardship,E01005258,Manchester 011C,4c,Hampered neighbourhoods,E02001055,Manchester 011,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111437 +111437,E00026644,7a3,Multi-Ethnic Hardship,E01005259,Manchester 011D,4c,Hampered neighbourhoods,E02001055,Manchester 011,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111438 +111438,E00176032,2b2,Multicultural Student Neighbourhoods,E01033684,Manchester 013F,1a,Cosmopolitan student neighbourhoods,E02001057,Manchester 013,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111439 +111439,E00026650,7a3,Multi-Ethnic Hardship,E01005261,Manchester 012E,4c,Hampered neighbourhoods,E02001056,Manchester 012,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111440 +111440,E00176034,2b2,Multicultural Student Neighbourhoods,E01033684,Manchester 013F,1a,Cosmopolitan student neighbourhoods,E02001057,Manchester 013,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111441 +111441,E00176037,2b2,Multicultural Student Neighbourhoods,E01033664,Manchester 054D,1a,Cosmopolitan student neighbourhoods,E02006902,Manchester 054,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111442 +111442,E00026157,4c3,Inner City Ethnic Mix,E01005163,Manchester 004E,7b,Young ethnic communities,E02001048,Manchester 004,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111443 +111443,E00026651,7a3,Multi-Ethnic Hardship,E01005259,Manchester 011D,4c,Hampered neighbourhoods,E02001055,Manchester 011,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111444 +111444,E00026032,6b1,Multi-Ethnic Suburbia,E01005139,Manchester 003B,3d,Households in terraces and flats,E02001047,Manchester 003,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111445 +111445,E00176038,2b2,Multicultural Student Neighbourhoods,E01005128,Manchester 055A,1a,Cosmopolitan student neighbourhoods,E02006912,Manchester 055,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111446 +111446,E00026169,4c3,Inner City Ethnic Mix,E01005172,Manchester 043A,3c,Highly qualified professionals,E02001087,Manchester 043,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111447 +111447,E00026091,6b1,Multi-Ethnic Suburbia,E01005157,Manchester 037D,3a,Achieving neighbourhoods,E02001081,Manchester 037,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111448 +111448,E00176046,2b2,Multicultural Student Neighbourhoods,E01033656,Manchester 057B,1a,Cosmopolitan student neighbourhoods,E02006914,Manchester 057,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111449 +111449,E00176048,2b2,Multicultural Student Neighbourhoods,E01033661,Manchester 055E,1a,Cosmopolitan student neighbourhoods,E02006912,Manchester 055,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111450 +111450,E00176049,2b2,Multicultural Student Neighbourhoods,E01033664,Manchester 054D,1a,Cosmopolitan student neighbourhoods,E02006902,Manchester 054,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111451 +111451,E00176051,2b2,Multicultural Student Neighbourhoods,E01033659,Manchester 055D,1a,Cosmopolitan student neighbourhoods,E02006912,Manchester 055,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111452 +111452,E00176052,2b2,Multicultural Student Neighbourhoods,E01033659,Manchester 055D,1a,Cosmopolitan student neighbourhoods,E02006912,Manchester 055,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111453 +111453,E00176053,2b2,Multicultural Student Neighbourhoods,E01033664,Manchester 054D,1a,Cosmopolitan student neighbourhoods,E02006902,Manchester 054,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111454 +111454,E00176055,2b2,Multicultural Student Neighbourhoods,E01033654,Manchester 055C,1a,Cosmopolitan student neighbourhoods,E02006912,Manchester 055,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111455 +111455,E00176056,2b2,Multicultural Student Neighbourhoods,E01033661,Manchester 055E,1a,Cosmopolitan student neighbourhoods,E02006912,Manchester 055,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111456 +111456,E00176057,2b2,Multicultural Student Neighbourhoods,E01033661,Manchester 055E,1a,Cosmopolitan student neighbourhoods,E02006912,Manchester 055,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111457 +111457,E00176058,2b2,Multicultural Student Neighbourhoods,E01005128,Manchester 055A,1a,Cosmopolitan student neighbourhoods,E02006912,Manchester 055,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111458 +111458,E00176059,2b2,Multicultural Student Neighbourhoods,E01033654,Manchester 055C,1a,Cosmopolitan student neighbourhoods,E02006912,Manchester 055,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111459 +111459,E00176062,2b2,Multicultural Student Neighbourhoods,E01033662,Manchester 057C,1a,Cosmopolitan student neighbourhoods,E02006914,Manchester 057,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111460 +111460,E00176063,2b2,Multicultural Student Neighbourhoods,E01033662,Manchester 057C,1a,Cosmopolitan student neighbourhoods,E02006914,Manchester 057,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111461 +111461,E00176070,2b2,Multicultural Student Neighbourhoods,E01033663,Manchester 013E,1a,Cosmopolitan student neighbourhoods,E02001057,Manchester 013,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111462 +111462,E00176076,2b2,Multicultural Student Neighbourhoods,E01033663,Manchester 013E,1a,Cosmopolitan student neighbourhoods,E02001057,Manchester 013,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111463 +111463,E00176079,2b2,Multicultural Student Neighbourhoods,E01033684,Manchester 013F,1a,Cosmopolitan student neighbourhoods,E02001057,Manchester 013,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111464 +111464,E00026654,7a3,Multi-Ethnic Hardship,E01005259,Manchester 011D,4c,Hampered neighbourhoods,E02001055,Manchester 011,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111465 +111465,E00176080,2b2,Multicultural Student Neighbourhoods,E01033684,Manchester 013F,1a,Cosmopolitan student neighbourhoods,E02001057,Manchester 013,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111466 +111466,E00176082,2b2,Multicultural Student Neighbourhoods,E01033654,Manchester 055C,1a,Cosmopolitan student neighbourhoods,E02006912,Manchester 055,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111467 +111467,E00176086,2b2,Multicultural Student Neighbourhoods,E01033660,Manchester 059B,1a,Cosmopolitan student neighbourhoods,E02006916,Manchester 059,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111468 +111468,E00176087,2b2,Multicultural Student Neighbourhoods,E01033667,Manchester 054E,1a,Cosmopolitan student neighbourhoods,E02006902,Manchester 054,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111469 +111469,E00176091,2b2,Multicultural Student Neighbourhoods,E01005062,Manchester 018B,1a,Cosmopolitan student neighbourhoods,E02001062,Manchester 018,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111470 +111470,E00025624,7a3,Multi-Ethnic Hardship,E01005067,Manchester 020A,7a,Urban cultural mix,E02001064,Manchester 020,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111471 +111471,E00025642,7a3,Multi-Ethnic Hardship,E01005071,Manchester 048A,4c,Hampered neighbourhoods,E02001092,Manchester 048,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111472 +111472,E00025644,7a3,Multi-Ethnic Hardship,E01005074,Manchester 051C,4c,Hampered neighbourhoods,E02001095,Manchester 051,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111473 +111473,E00025649,7a3,Multi-Ethnic Hardship,E01005075,Manchester 051D,4c,Hampered neighbourhoods,E02001095,Manchester 051,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111474 +111474,E00025651,7a3,Multi-Ethnic Hardship,E01005068,Manchester 051A,4c,Hampered neighbourhoods,E02001095,Manchester 051,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111475 +111475,E00025653,7a3,Multi-Ethnic Hardship,E01005068,Manchester 051A,4c,Hampered neighbourhoods,E02001095,Manchester 051,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111476 +111476,E00025654,7a3,Multi-Ethnic Hardship,E01005068,Manchester 051A,4c,Hampered neighbourhoods,E02001095,Manchester 051,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111477 +111477,E00025657,7a3,Multi-Ethnic Hardship,E01005069,Manchester 047A,3d,Households in terraces and flats,E02001091,Manchester 047,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111478 +111478,E00025666,7a3,Multi-Ethnic Hardship,E01005070,Manchester 051B,4c,Hampered neighbourhoods,E02001095,Manchester 051,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111479 +111479,E00025669,7a3,Multi-Ethnic Hardship,E01005072,Manchester 048B,3d,Households in terraces and flats,E02001092,Manchester 048,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111480 +111480,E00025671,7a3,Multi-Ethnic Hardship,E01005070,Manchester 051B,4c,Hampered neighbourhoods,E02001095,Manchester 051,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111481 +111481,E00025672,7a3,Multi-Ethnic Hardship,E01005072,Manchester 048B,3d,Households in terraces and flats,E02001092,Manchester 048,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111482 +111482,E00025674,7a3,Multi-Ethnic Hardship,E01005073,Manchester 048C,3b,Asian traits,E02001092,Manchester 048,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111483 +111483,E00025677,7a3,Multi-Ethnic Hardship,E01005070,Manchester 051B,4c,Hampered neighbourhoods,E02001095,Manchester 051,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111484 +111484,E00025727,7a3,Multi-Ethnic Hardship,E01005090,Manchester 050C,4c,Hampered neighbourhoods,E02001094,Manchester 050,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111485 +111485,E00026214,4c3,Inner City Ethnic Mix,E01005171,Manchester 045E,3b,Asian traits,E02001089,Manchester 045,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111486 +111486,E00026093,6b1,Multi-Ethnic Suburbia,E01005157,Manchester 037D,3a,Achieving neighbourhoods,E02001081,Manchester 037,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111487 +111487,E00026220,4c3,Inner City Ethnic Mix,E01005181,Manchester 030D,7b,Young ethnic communities,E02001074,Manchester 030,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111488 +111488,E00026657,7a3,Multi-Ethnic Hardship,E01005266,Manchester 044E,4c,Hampered neighbourhoods,E02001088,Manchester 044,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111489 +111489,E00026659,7a3,Multi-Ethnic Hardship,E01005266,Manchester 044E,4c,Hampered neighbourhoods,E02001088,Manchester 044,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111490 +111490,E00026666,7a3,Multi-Ethnic Hardship,E01005262,Manchester 044B,7a,Urban cultural mix,E02001088,Manchester 044,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111491 +111491,E00026681,7a3,Multi-Ethnic Hardship,E01005269,Manchester 046D,3b,Asian traits,E02001090,Manchester 046,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111492 +111492,E00026686,7a3,Multi-Ethnic Hardship,E01005263,Manchester 046A,3d,Households in terraces and flats,E02001090,Manchester 046,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111493 +111493,E00026687,7a3,Multi-Ethnic Hardship,E01005263,Manchester 046A,3d,Households in terraces and flats,E02001090,Manchester 046,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111494 +111494,E00026690,7a3,Multi-Ethnic Hardship,E01005263,Manchester 046A,3d,Households in terraces and flats,E02001090,Manchester 046,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111495 +111495,E00026694,7a3,Multi-Ethnic Hardship,E01005266,Manchester 044E,4c,Hampered neighbourhoods,E02001088,Manchester 044,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111496 +111496,E00026788,7a3,Multi-Ethnic Hardship,E01005294,Manchester 052D,3d,Households in terraces and flats,E02001096,Manchester 052,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111497 +111497,E00026791,7a3,Multi-Ethnic Hardship,E01005292,Manchester 052B,4c,Hampered neighbourhoods,E02001096,Manchester 052,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111498 +111498,E00026792,7a3,Multi-Ethnic Hardship,E01005291,Manchester 050E,4c,Hampered neighbourhoods,E02001094,Manchester 050,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111499 +111499,E00026793,7a3,Multi-Ethnic Hardship,E01005291,Manchester 050E,4c,Hampered neighbourhoods,E02001094,Manchester 050,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111500 +111500,E00026796,7a3,Multi-Ethnic Hardship,E01005292,Manchester 052B,4c,Hampered neighbourhoods,E02001096,Manchester 052,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111501 +111501,E00026798,7a3,Multi-Ethnic Hardship,E01005292,Manchester 052B,4c,Hampered neighbourhoods,E02001096,Manchester 052,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111502 +111502,E00026810,7a3,Multi-Ethnic Hardship,E01005289,Manchester 049D,4c,Hampered neighbourhoods,E02001093,Manchester 049,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111503 +111503,E00026811,7a3,Multi-Ethnic Hardship,E01005289,Manchester 049D,4c,Hampered neighbourhoods,E02001093,Manchester 049,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111504 +111504,E00026812,7a3,Multi-Ethnic Hardship,E01005290,Manchester 052A,4c,Hampered neighbourhoods,E02001096,Manchester 052,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111505 +111505,E00026814,7a3,Multi-Ethnic Hardship,E01005290,Manchester 052A,4c,Hampered neighbourhoods,E02001096,Manchester 052,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111506 +111506,E00026815,7a3,Multi-Ethnic Hardship,E01005289,Manchester 049D,4c,Hampered neighbourhoods,E02001093,Manchester 049,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111507 +111507,E00026816,7a3,Multi-Ethnic Hardship,E01005291,Manchester 050E,4c,Hampered neighbourhoods,E02001094,Manchester 050,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111508 +111508,E00026817,7a3,Multi-Ethnic Hardship,E01005290,Manchester 052A,4c,Hampered neighbourhoods,E02001096,Manchester 052,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111509 +111509,E00026818,7a3,Multi-Ethnic Hardship,E01005290,Manchester 052A,4c,Hampered neighbourhoods,E02001096,Manchester 052,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111510 +111510,E00026819,7a3,Multi-Ethnic Hardship,E01005292,Manchester 052B,4c,Hampered neighbourhoods,E02001096,Manchester 052,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111511 +111511,E00026906,7a3,Multi-Ethnic Hardship,E01005319,Manchester 051E,7a,Urban cultural mix,E02001095,Manchester 051,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111512 +111512,E00026908,7a3,Multi-Ethnic Hardship,E01005316,Manchester 053D,7a,Urban cultural mix,E02001097,Manchester 053,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111513 +111513,E00026909,7a3,Multi-Ethnic Hardship,E01005315,Manchester 053C,4c,Hampered neighbourhoods,E02001097,Manchester 053,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111514 +111514,E00026913,7a3,Multi-Ethnic Hardship,E01005315,Manchester 053C,4c,Hampered neighbourhoods,E02001097,Manchester 053,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111515 +111515,E00026918,7a3,Multi-Ethnic Hardship,E01005319,Manchester 051E,7a,Urban cultural mix,E02001095,Manchester 051,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111516 +111516,E00026919,7a3,Multi-Ethnic Hardship,E01005313,Manchester 053A,4c,Hampered neighbourhoods,E02001097,Manchester 053,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111517 +111517,E00026923,7a3,Multi-Ethnic Hardship,E01005317,Manchester 052E,4c,Hampered neighbourhoods,E02001096,Manchester 052,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111518 +111518,E00026924,7a3,Multi-Ethnic Hardship,E01005314,Manchester 053B,4c,Hampered neighbourhoods,E02001097,Manchester 053,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111519 +111519,E00026931,7a3,Multi-Ethnic Hardship,E01005317,Manchester 052E,4c,Hampered neighbourhoods,E02001096,Manchester 052,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111520 +111520,E00026106,6b1,Multi-Ethnic Suburbia,E01005151,Manchester 029B,3c,Highly qualified professionals,E02001073,Manchester 029,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111521 +111521,E00026230,4c3,Inner City Ethnic Mix,E01005181,Manchester 030D,7b,Young ethnic communities,E02001074,Manchester 030,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111522 +111522,E00026932,7a3,Multi-Ethnic Hardship,E01005318,Manchester 053E,4c,Hampered neighbourhoods,E02001097,Manchester 053,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111523 +111523,E00026934,7a3,Multi-Ethnic Hardship,E01005315,Manchester 053C,4c,Hampered neighbourhoods,E02001097,Manchester 053,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111524 +111524,E00026936,7a3,Multi-Ethnic Hardship,E01005318,Manchester 053E,4c,Hampered neighbourhoods,E02001097,Manchester 053,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111525 +111525,E00026939,7a3,Multi-Ethnic Hardship,E01005317,Manchester 052E,4c,Hampered neighbourhoods,E02001096,Manchester 052,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111526 +111526,E00026238,4c3,Inner City Ethnic Mix,E01005179,Manchester 030B,7b,Young ethnic communities,E02001074,Manchester 030,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111527 +111527,E00026243,4c3,Inner City Ethnic Mix,E01005181,Manchester 030D,7b,Young ethnic communities,E02001074,Manchester 030,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111528 +111528,E00026248,4c3,Inner City Ethnic Mix,E01005184,Manchester 032A,1a,Cosmopolitan student neighbourhoods,E02001076,Manchester 032,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111529 +111529,E00026252,4c3,Inner City Ethnic Mix,E01005179,Manchester 030B,7b,Young ethnic communities,E02001074,Manchester 030,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111530 +111530,E00026255,4c3,Inner City Ethnic Mix,E01005184,Manchester 032A,1a,Cosmopolitan student neighbourhoods,E02001076,Manchester 032,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111531 +111531,E00026375,4c3,Inner City Ethnic Mix,E01005206,Manchester 006C,7a,Urban cultural mix,E02001050,Manchester 006,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111532 +111532,E00026421,4c3,Inner City Ethnic Mix,E01005218,Manchester 034F,7b,Young ethnic communities,E02001078,Manchester 034,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111533 +111533,E00026427,4c3,Inner City Ethnic Mix,E01005217,Manchester 034E,7b,Young ethnic communities,E02001078,Manchester 034,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111534 +111534,E00026656,4c3,Inner City Ethnic Mix,E01005262,Manchester 044B,7a,Urban cultural mix,E02001088,Manchester 044,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111535 +111535,E00026673,4c3,Inner City Ethnic Mix,E01005268,Manchester 046C,3d,Households in terraces and flats,E02001090,Manchester 046,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111536 +111536,E00026689,4c3,Inner City Ethnic Mix,E01005263,Manchester 046A,3d,Households in terraces and flats,E02001090,Manchester 046,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111537 +111537,E00026178,6b1,Multi-Ethnic Suburbia,E01005174,Manchester 043C,3b,Asian traits,E02001087,Manchester 043,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111538 +111538,E00026200,6b1,Multi-Ethnic Suburbia,E01005177,Manchester 043F,3c,Highly qualified professionals,E02001087,Manchester 043,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111539 +111539,E00026717,4c3,Inner City Ethnic Mix,E01005277,Manchester 038D,3c,Highly qualified professionals,E02001082,Manchester 038,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111540 +111540,E00026734,4c3,Inner City Ethnic Mix,E01005273,Manchester 035C,1a,Cosmopolitan student neighbourhoods,E02001079,Manchester 035,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111541 +111541,E00026773,4c3,Inner City Ethnic Mix,E01005286,Manchester 026D,1a,Cosmopolitan student neighbourhoods,E02001070,Manchester 026,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111542 +111542,E00026806,4c3,Inner City Ethnic Mix,E01005295,Manchester 049E,3d,Households in terraces and flats,E02001093,Manchester 049,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111543 +111543,E00026842,4c3,Inner City Ethnic Mix,E01033686,Manchester 028F,6a,Inner city cosmopolitan,E02001072,Manchester 028,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111544 +111544,E00026206,6b1,Multi-Ethnic Suburbia,E01005168,Manchester 045B,3b,Asian traits,E02001089,Manchester 045,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111545 +111545,E00026845,4c3,Inner City Ethnic Mix,E01005296,Manchester 029E,7b,Young ethnic communities,E02001073,Manchester 029,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111546 +111546,E00026211,6b1,Multi-Ethnic Suburbia,E01005169,Manchester 045C,3c,Highly qualified professionals,E02001089,Manchester 045,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111547 +111547,E00026849,4c3,Inner City Ethnic Mix,E01005296,Manchester 029E,7b,Young ethnic communities,E02001073,Manchester 029,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111548 +111548,E00026216,6b1,Multi-Ethnic Suburbia,E01005171,Manchester 045E,3b,Asian traits,E02001089,Manchester 045,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111549 +111549,E00026850,4c3,Inner City Ethnic Mix,E01005297,Manchester 028A,7b,Young ethnic communities,E02001072,Manchester 028,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111550 +111550,E00026292,6b1,Multi-Ethnic Suburbia,E01005192,Manchester 021D,7a,Urban cultural mix,E02001065,Manchester 021,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111551 +111551,E00026855,4c3,Inner City Ethnic Mix,E01005297,Manchester 028A,7b,Young ethnic communities,E02001072,Manchester 028,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111552 +111552,E00026481,6b1,Multi-Ethnic Suburbia,E01005229,Manchester 007E,8b,Ageing suburbanites,E02001051,Manchester 007,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111553 +111553,E00026870,4c3,Inner City Ethnic Mix,E01005311,Manchester 036D,1a,Cosmopolitan student neighbourhoods,E02001080,Manchester 036,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111554 +111554,E00026576,6b1,Multi-Ethnic Suburbia,E01005248,Manchester 005B,8c,Comfortable suburbia,E02001049,Manchester 005,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111555 +111555,E00026877,4c3,Inner City Ethnic Mix,E01005305,Manchester 036A,7b,Young ethnic communities,E02001080,Manchester 036,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111556 +111556,E00026880,4c3,Inner City Ethnic Mix,E01005308,Manchester 040E,7a,Urban cultural mix,E02001084,Manchester 040,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111557 +111557,E00026902,4c3,Inner City Ethnic Mix,E01005311,Manchester 036D,1a,Cosmopolitan student neighbourhoods,E02001080,Manchester 036,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111558 +111558,E00175861,4c3,Inner City Ethnic Mix,E01005140,Manchester 002E,7a,Urban cultural mix,E02001046,Manchester 002,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111559 +111559,E00175881,4c3,Inner City Ethnic Mix,E01005279,Manchester 035E,7a,Urban cultural mix,E02001079,Manchester 035,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111560 +111560,E00175978,4c3,Inner City Ethnic Mix,E01005295,Manchester 049E,3d,Households in terraces and flats,E02001093,Manchester 049,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111561 +111561,E00176013,4c3,Inner City Ethnic Mix,E01005116,Manchester 047E,3d,Households in terraces and flats,E02001091,Manchester 047,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111562 +111562,E00176017,4c3,Inner City Ethnic Mix,E01005295,Manchester 049E,3d,Households in terraces and flats,E02001093,Manchester 049,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111563 +111563,E00025951,2c2,Migrant Commuters,E01005129,Manchester 013B,7a,Urban cultural mix,E02001057,Manchester 013,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111564 +111564,E00026116,2c2,Migrant Commuters,E01005151,Manchester 029B,3c,Highly qualified professionals,E02001073,Manchester 029,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111565 +111565,E00175842,2c2,Migrant Commuters,E01033661,Manchester 055E,1a,Cosmopolitan student neighbourhoods,E02006912,Manchester 055,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111566 +111566,E00176054,2c2,Migrant Commuters,E01033667,Manchester 054E,1a,Cosmopolitan student neighbourhoods,E02006902,Manchester 054,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111567 +111567,E00025692,2c1,Migrant Families,E01005076,Manchester 039A,1a,Cosmopolitan student neighbourhoods,E02001083,Manchester 039,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111568 +111568,E00025706,2c1,Migrant Families,E01005078,Manchester 042B,1a,Cosmopolitan student neighbourhoods,E02001086,Manchester 042,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111569 +111569,E00026577,6b1,Multi-Ethnic Suburbia,E01005249,Manchester 005C,3d,Households in terraces and flats,E02001049,Manchester 005,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111570 +111570,E00026601,6b1,Multi-Ethnic Suburbia,E01005248,Manchester 005B,8c,Comfortable suburbia,E02001049,Manchester 005,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111571 +111571,E00026602,6b1,Multi-Ethnic Suburbia,E01005248,Manchester 005B,8c,Comfortable suburbia,E02001049,Manchester 005,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111572 +111572,E00026608,6b1,Multi-Ethnic Suburbia,E01005247,Manchester 005A,5b,Aspiring urban households,E02001049,Manchester 005,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111573 +111573,E00026688,6b1,Multi-Ethnic Suburbia,E01005269,Manchester 046D,3b,Asian traits,E02001090,Manchester 046,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111574 +111574,E00026691,6b1,Multi-Ethnic Suburbia,E01005269,Manchester 046D,3b,Asian traits,E02001090,Manchester 046,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111575 +111575,E00026692,6b1,Multi-Ethnic Suburbia,E01005269,Manchester 046D,3b,Asian traits,E02001090,Manchester 046,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111576 +111576,E00026803,6b1,Multi-Ethnic Suburbia,E01005294,Manchester 052D,3d,Households in terraces and flats,E02001096,Manchester 052,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111577 +111577,E00176015,6b1,Multi-Ethnic Suburbia,E01005115,Manchester 044A,3d,Households in terraces and flats,E02001088,Manchester 044,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111578 +111578,E00026245,3d1,New EU Tech Workers,E01005179,Manchester 030B,7b,Young ethnic communities,E02001074,Manchester 030,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111579 +111579,E00026383,3d1,New EU Tech Workers,E01005214,Manchester 019D,6a,Inner city cosmopolitan,E02001063,Manchester 019,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111580 +111580,E00026831,3d1,New EU Tech Workers,E01005302,Manchester 028C,6a,Inner city cosmopolitan,E02001072,Manchester 028,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111581 +111581,E00026833,3d1,New EU Tech Workers,E01033680,Manchester 028E,6a,Inner city cosmopolitan,E02001072,Manchester 028,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111582 +111582,E00026835,3d1,New EU Tech Workers,E01005302,Manchester 028C,6a,Inner city cosmopolitan,E02001072,Manchester 028,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111583 +111583,E00175883,3d1,New EU Tech Workers,E01005279,Manchester 035E,7a,Urban cultural mix,E02001079,Manchester 035,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111584 +111584,E00175948,3d1,New EU Tech Workers,E01005147,Manchester 058B,7b,Young ethnic communities,E02006915,Manchester 058,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111585 +111585,E00175971,3d1,New EU Tech Workers,E01033668,Manchester 015F,6a,Inner city cosmopolitan,E02001059,Manchester 015,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111586 +111586,E00175973,3d1,New EU Tech Workers,E01033680,Manchester 028E,6a,Inner city cosmopolitan,E02001072,Manchester 028,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111587 +111587,E00176014,3d1,New EU Tech Workers,E01005116,Manchester 047E,3d,Households in terraces and flats,E02001091,Manchester 047,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111588 +111588,E00176044,3d1,New EU Tech Workers,E01033686,Manchester 028F,6a,Inner city cosmopolitan,E02001072,Manchester 028,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111589 +111589,E00026386,3d3,Old EU Tech Workers,E01005212,Manchester 057A,1a,Cosmopolitan student neighbourhoods,E02006914,Manchester 057,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111590 +111590,E00175857,3d3,Old EU Tech Workers,E01033665,Manchester 056C,1a,Cosmopolitan student neighbourhoods,E02006913,Manchester 056,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111591 +111591,E00175919,3d3,Old EU Tech Workers,E01005214,Manchester 019D,6a,Inner city cosmopolitan,E02001063,Manchester 019,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111592 +111592,E00175920,3d3,Old EU Tech Workers,E01005213,Manchester 059A,6a,Inner city cosmopolitan,E02006916,Manchester 059,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111593 +111593,E00176090,3d3,Old EU Tech Workers,E01005208,Manchester 019A,6a,Inner city cosmopolitan,E02001063,Manchester 019,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111594 +111594,E00026015,7c3,Outer City Hardship,E01005136,Manchester 002C,4c,Hampered neighbourhoods,E02001046,Manchester 002,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111595 +111595,E00025902,4b2,Pakistani Communities,E01005120,Manchester 034B,7a,Urban cultural mix,E02001078,Manchester 034,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111596 +111596,E00025909,4b2,Pakistani Communities,E01005121,Manchester 041B,7a,Urban cultural mix,E02001085,Manchester 041,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111597 +111597,E00025911,4b2,Pakistani Communities,E01005121,Manchester 041B,7a,Urban cultural mix,E02001085,Manchester 041,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111598 +111598,E00025913,4b2,Pakistani Communities,E01005119,Manchester 041A,7a,Urban cultural mix,E02001085,Manchester 041,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111599 +111599,E00025914,4b2,Pakistani Communities,E01005123,Manchester 041D,7a,Urban cultural mix,E02001085,Manchester 041,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111600 +111600,E00026317,4a1,Private Renting Young Families,E01005200,Manchester 027C,7a,Urban cultural mix,E02001071,Manchester 027,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111601 +111601,E00026321,4a1,Private Renting Young Families,E01005201,Manchester 023E,7a,Urban cultural mix,E02001067,Manchester 023,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111602 +111602,E00026266,4a2,Social Renting New Arrivals,E01005187,Manchester 021A,7a,Urban cultural mix,E02001065,Manchester 021,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111603 +111603,E00026324,4a1,Private Renting Young Families,E01005197,Manchester 023C,7a,Urban cultural mix,E02001067,Manchester 023,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111604 +111604,E00026327,4a1,Private Renting Young Families,E01005197,Manchester 023C,7a,Urban cultural mix,E02001067,Manchester 023,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111605 +111605,E00026285,4a2,Social Renting New Arrivals,E01005191,Manchester 021C,7a,Urban cultural mix,E02001065,Manchester 021,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111606 +111606,E00025955,4a1,Private Renting Young Families,E01005129,Manchester 013B,7a,Urban cultural mix,E02001057,Manchester 013,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111607 +111607,E00026329,4a1,Private Renting Young Families,E01005198,Manchester 023D,7a,Urban cultural mix,E02001067,Manchester 023,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111608 +111608,E00026291,4a2,Social Renting New Arrivals,E01005191,Manchester 021C,7a,Urban cultural mix,E02001065,Manchester 021,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111609 +111609,E00025788,4a1,Private Renting Young Families,E01033688,Manchester 013G,7a,Urban cultural mix,E02001057,Manchester 013,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111610 +111610,E00026647,4a1,Private Renting Young Families,E01005259,Manchester 011D,4c,Hampered neighbourhoods,E02001055,Manchester 011,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111611 +111611,E00026038,4b2,Pakistani Communities,E01005149,Manchester 008C,7b,Young ethnic communities,E02001052,Manchester 008,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111612 +111612,E00025962,4a1,Private Renting Young Families,E01005129,Manchester 013B,7a,Urban cultural mix,E02001057,Manchester 013,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111613 +111613,E00025964,4a1,Private Renting Young Families,E01005130,Manchester 054A,7a,Urban cultural mix,E02006902,Manchester 054,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111614 +111614,E00025968,4a1,Private Renting Young Families,E01005132,Manchester 013C,7a,Urban cultural mix,E02001057,Manchester 013,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111615 +111615,E00025970,4a1,Private Renting Young Families,E01005132,Manchester 013C,7a,Urban cultural mix,E02001057,Manchester 013,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111616 +111616,E00025995,4a1,Private Renting Young Families,E01005129,Manchester 013B,7a,Urban cultural mix,E02001057,Manchester 013,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111617 +111617,E00026000,4a1,Private Renting Young Families,E01005135,Manchester 002B,7a,Urban cultural mix,E02001046,Manchester 002,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111618 +111618,E00026003,4a1,Private Renting Young Families,E01005135,Manchester 002B,7a,Urban cultural mix,E02001046,Manchester 002,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111619 +111619,E00026004,4a1,Private Renting Young Families,E01005136,Manchester 002C,4c,Hampered neighbourhoods,E02001046,Manchester 002,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111620 +111620,E00026007,4a1,Private Renting Young Families,E01005139,Manchester 003B,3d,Households in terraces and flats,E02001047,Manchester 003,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111621 +111621,E00026009,4a1,Private Renting Young Families,E01005139,Manchester 003B,3d,Households in terraces and flats,E02001047,Manchester 003,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111622 +111622,E00026010,4a1,Private Renting Young Families,E01005138,Manchester 002D,4c,Hampered neighbourhoods,E02001046,Manchester 002,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111623 +111623,E00026014,4a1,Private Renting Young Families,E01005138,Manchester 002D,4c,Hampered neighbourhoods,E02001046,Manchester 002,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111624 +111624,E00026030,4a1,Private Renting Young Families,E01005135,Manchester 002B,7a,Urban cultural mix,E02001046,Manchester 002,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111625 +111625,E00026031,4a1,Private Renting Young Families,E01005135,Manchester 002B,7a,Urban cultural mix,E02001046,Manchester 002,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111626 +111626,E00026033,4a1,Private Renting Young Families,E01005135,Manchester 002B,7a,Urban cultural mix,E02001046,Manchester 002,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111627 +111627,E00026041,4a1,Private Renting Young Families,E01033675,Manchester 058D,7a,Urban cultural mix,E02006915,Manchester 058,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111628 +111628,E00026059,4a1,Private Renting Young Families,E01033676,Manchester 056D,7a,Urban cultural mix,E02006913,Manchester 056,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111629 +111629,E00026096,4a1,Private Renting Young Families,E01005158,Manchester 033C,7a,Urban cultural mix,E02001077,Manchester 033,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111630 +111630,E00026133,4a1,Private Renting Young Families,E01005161,Manchester 004C,3b,Asian traits,E02001048,Manchester 004,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111631 +111631,E00026142,4a1,Private Renting Young Families,E01005164,Manchester 006A,7b,Young ethnic communities,E02001050,Manchester 006,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111632 +111632,E00026176,4a1,Private Renting Young Families,E01005175,Manchester 043D,3d,Households in terraces and flats,E02001087,Manchester 043,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111633 +111633,E00026182,4a1,Private Renting Young Families,E01005175,Manchester 043D,3d,Households in terraces and flats,E02001087,Manchester 043,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111634 +111634,E00026205,4a1,Private Renting Young Families,E01005168,Manchester 045B,3b,Asian traits,E02001089,Manchester 045,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111635 +111635,E00026223,4a1,Private Renting Young Families,E01005182,Manchester 030E,7b,Young ethnic communities,E02001074,Manchester 030,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111636 +111636,E00026224,4a1,Private Renting Young Families,E01005182,Manchester 030E,7b,Young ethnic communities,E02001074,Manchester 030,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111637 +111637,E00026236,4a1,Private Renting Young Families,E01005180,Manchester 030C,7a,Urban cultural mix,E02001074,Manchester 030,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111638 +111638,E00026244,4a1,Private Renting Young Families,E01005180,Manchester 030C,7a,Urban cultural mix,E02001074,Manchester 030,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111639 +111639,E00026250,4a1,Private Renting Young Families,E01005183,Manchester 030F,7a,Urban cultural mix,E02001074,Manchester 030,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111640 +111640,E00026263,4a1,Private Renting Young Families,E01005187,Manchester 021A,7a,Urban cultural mix,E02001065,Manchester 021,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111641 +111641,E00026265,4a1,Private Renting Young Families,E01005186,Manchester 020B,7a,Urban cultural mix,E02001064,Manchester 020,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111642 +111642,E00026267,4a1,Private Renting Young Families,E01005188,Manchester 021B,3d,Households in terraces and flats,E02001065,Manchester 021,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111643 +111643,E00026268,4a1,Private Renting Young Families,E01005187,Manchester 021A,7a,Urban cultural mix,E02001065,Manchester 021,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111644 +111644,E00026270,4a1,Private Renting Young Families,E01005190,Manchester 017E,7a,Urban cultural mix,E02001061,Manchester 017,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111645 +111645,E00026274,4a1,Private Renting Young Families,E01005188,Manchester 021B,3d,Households in terraces and flats,E02001065,Manchester 021,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111646 +111646,E00026275,4a1,Private Renting Young Families,E01005188,Manchester 021B,3d,Households in terraces and flats,E02001065,Manchester 021,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111647 +111647,E00026277,4a1,Private Renting Young Families,E01005188,Manchester 021B,3d,Households in terraces and flats,E02001065,Manchester 021,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111648 +111648,E00026281,4a1,Private Renting Young Families,E01005186,Manchester 020B,7a,Urban cultural mix,E02001064,Manchester 020,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111649 +111649,E00026282,4a1,Private Renting Young Families,E01005190,Manchester 017E,7a,Urban cultural mix,E02001061,Manchester 017,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111650 +111650,E00026283,4a1,Private Renting Young Families,E01005186,Manchester 020B,7a,Urban cultural mix,E02001064,Manchester 020,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111651 +111651,E00026284,4a1,Private Renting Young Families,E01005191,Manchester 021C,7a,Urban cultural mix,E02001065,Manchester 021,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111652 +111652,E00026287,4a1,Private Renting Young Families,E01005189,Manchester 017D,7a,Urban cultural mix,E02001061,Manchester 017,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111653 +111653,E00026288,4a1,Private Renting Young Families,E01005192,Manchester 021D,7a,Urban cultural mix,E02001065,Manchester 021,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111654 +111654,E00026289,4a1,Private Renting Young Families,E01005189,Manchester 017D,7a,Urban cultural mix,E02001061,Manchester 017,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111655 +111655,E00026300,4a1,Private Renting Young Families,E01005188,Manchester 021B,3d,Households in terraces and flats,E02001065,Manchester 021,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111656 +111656,E00026302,4a1,Private Renting Young Families,E01005195,Manchester 023A,7a,Urban cultural mix,E02001067,Manchester 023,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111657 +111657,E00026303,4a1,Private Renting Young Families,E01005196,Manchester 023B,7a,Urban cultural mix,E02001067,Manchester 023,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111658 +111658,E00026304,4a1,Private Renting Young Families,E01005195,Manchester 023A,7a,Urban cultural mix,E02001067,Manchester 023,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111659 +111659,E00026305,4a1,Private Renting Young Families,E01005196,Manchester 023B,7a,Urban cultural mix,E02001067,Manchester 023,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111660 +111660,E00026309,4a1,Private Renting Young Families,E01005196,Manchester 023B,7a,Urban cultural mix,E02001067,Manchester 023,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111661 +111661,E00025638,4a1,Private Renting Young Families,E01005074,Manchester 051C,4c,Hampered neighbourhoods,E02001095,Manchester 051,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111662 +111662,E00025680,2c3,Professional Service Cosmopolitans,E01033671,Manchester 039F,1a,Cosmopolitan student neighbourhoods,E02001083,Manchester 039,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111663 +111663,E00026331,4a1,Private Renting Young Families,E01005195,Manchester 023A,7a,Urban cultural mix,E02001067,Manchester 023,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111664 +111664,E00026655,4a1,Private Renting Young Families,E01005264,Manchester 044C,4c,Hampered neighbourhoods,E02001088,Manchester 044,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111665 +111665,E00025643,4a1,Private Renting Young Families,E01005070,Manchester 051B,4c,Hampered neighbourhoods,E02001095,Manchester 051,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111666 +111666,E00026043,4b2,Pakistani Communities,E01005146,Manchester 008B,7b,Young ethnic communities,E02001052,Manchester 008,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111667 +111667,E00025791,4a1,Private Renting Young Families,E01033688,Manchester 013G,7a,Urban cultural mix,E02001057,Manchester 013,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111668 +111668,E00026298,4a2,Social Renting New Arrivals,E01005193,Manchester 021E,7a,Urban cultural mix,E02001065,Manchester 021,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111669 +111669,E00025685,2c3,Professional Service Cosmopolitans,E01033671,Manchester 039F,1a,Cosmopolitan student neighbourhoods,E02001083,Manchester 039,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111670 +111670,E00025695,2c3,Professional Service Cosmopolitans,E01005076,Manchester 039A,1a,Cosmopolitan student neighbourhoods,E02001083,Manchester 039,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111671 +111671,E00025701,2c3,Professional Service Cosmopolitans,E01005076,Manchester 039A,1a,Cosmopolitan student neighbourhoods,E02001083,Manchester 039,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111672 +111672,E00025715,2c3,Professional Service Cosmopolitans,E01005078,Manchester 042B,1a,Cosmopolitan student neighbourhoods,E02001086,Manchester 042,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111673 +111673,E00026184,2c3,Professional Service Cosmopolitans,E01005173,Manchester 043B,3c,Highly qualified professionals,E02001087,Manchester 043,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111674 +111674,E00026718,2c3,Professional Service Cosmopolitans,E01005275,Manchester 038B,1a,Cosmopolitan student neighbourhoods,E02001082,Manchester 038,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111675 +111675,E00026721,2c3,Professional Service Cosmopolitans,E01005277,Manchester 038D,3c,Highly qualified professionals,E02001082,Manchester 038,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111676 +111676,E00026856,2c3,Professional Service Cosmopolitans,E01005301,Manchester 033E,3b,Asian traits,E02001077,Manchester 033,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111677 +111677,E00175986,2c3,Professional Service Cosmopolitans,E01033682,Manchester 060C,1a,Cosmopolitan student neighbourhoods,E02006917,Manchester 060,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111678 +111678,E00176007,2c3,Professional Service Cosmopolitans,E01033677,Manchester 060A,1a,Cosmopolitan student neighbourhoods,E02006917,Manchester 060,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111679 +111679,E00176008,2c3,Professional Service Cosmopolitans,E01033658,Manchester 054C,1a,Cosmopolitan student neighbourhoods,E02006902,Manchester 054,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111680 +111680,E00025810,8c3,Renting Hard-Pressed Workers,E01005103,Manchester 001E,4c,Hampered neighbourhoods,E02001045,Manchester 001,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111681 +111681,E00026469,8c3,Renting Hard-Pressed Workers,E01005225,Manchester 007C,4c,Hampered neighbourhoods,E02001051,Manchester 007,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111682 +111682,E00026581,8c3,Renting Hard-Pressed Workers,E01005252,Manchester 003E,4c,Hampered neighbourhoods,E02001047,Manchester 003,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111683 +111683,E00026638,7d3,Retired Communal City Dwellers,E01005258,Manchester 011C,4c,Hampered neighbourhoods,E02001055,Manchester 011,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111684 +111684,E00026685,7d3,Retired Communal City Dwellers,E01005263,Manchester 046A,3d,Households in terraces and flats,E02001090,Manchester 046,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111685 +111685,E00025805,7d2,Retired Independent City Dwellers,E01005103,Manchester 001E,4c,Hampered neighbourhoods,E02001045,Manchester 001,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111686 +111686,E00026092,7d2,Retired Independent City Dwellers,E01005158,Manchester 033C,7a,Urban cultural mix,E02001077,Manchester 033,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111687 +111687,E00026138,7d2,Retired Independent City Dwellers,E01005162,Manchester 004D,7b,Young ethnic communities,E02001048,Manchester 004,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111688 +111688,E00026583,7d2,Retired Independent City Dwellers,E01005252,Manchester 003E,4c,Hampered neighbourhoods,E02001047,Manchester 003,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111689 +111689,E00026776,7d2,Retired Independent City Dwellers,E01005281,Manchester 026B,1a,Cosmopolitan student neighbourhoods,E02001070,Manchester 026,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111690 +111690,E00025803,5b3,Self-Sufficient Retirement,E01005100,Manchester 001C,4c,Hampered neighbourhoods,E02001045,Manchester 001,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111691 +111691,E00026005,5b3,Self-Sufficient Retirement,E01005136,Manchester 002C,4c,Hampered neighbourhoods,E02001046,Manchester 002,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111692 +111692,E00026804,5b3,Self-Sufficient Retirement,E01005294,Manchester 052D,3d,Households in terraces and flats,E02001096,Manchester 052,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111693 +111693,E00025646,6b3,Semi-Detached Ageing,E01005073,Manchester 048C,3b,Asian traits,E02001092,Manchester 048,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111694 +111694,E00026480,6b3,Semi-Detached Ageing,E01005229,Manchester 007E,8b,Ageing suburbanites,E02001051,Manchester 007,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111695 +111695,E00026483,6b3,Semi-Detached Ageing,E01005229,Manchester 007E,8b,Ageing suburbanites,E02001051,Manchester 007,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111696 +111696,E00026590,6b3,Semi-Detached Ageing,E01005253,Manchester 005E,4c,Hampered neighbourhoods,E02001049,Manchester 005,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111697 +111697,E00026610,6b3,Semi-Detached Ageing,E01005248,Manchester 005B,8c,Comfortable suburbia,E02001049,Manchester 005,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111698 +111698,E00025656,4a2,Social Renting New Arrivals,E01005069,Manchester 047A,3d,Households in terraces and flats,E02001091,Manchester 047,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111699 +111699,E00025659,4a2,Social Renting New Arrivals,E01005071,Manchester 048A,4c,Hampered neighbourhoods,E02001092,Manchester 048,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111700 +111700,E00025663,4a2,Social Renting New Arrivals,E01005072,Manchester 048B,3d,Households in terraces and flats,E02001092,Manchester 048,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111701 +111701,E00025665,4a2,Social Renting New Arrivals,E01005072,Manchester 048B,3d,Households in terraces and flats,E02001092,Manchester 048,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111702 +111702,E00025733,4a2,Social Renting New Arrivals,E01005085,Manchester 049A,7a,Urban cultural mix,E02001093,Manchester 049,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111703 +111703,E00025786,4a2,Social Renting New Arrivals,E01005094,Manchester 012B,7a,Urban cultural mix,E02001056,Manchester 012,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111704 +111704,E00025856,4a2,Social Renting New Arrivals,E01033666,Manchester 017F,7a,Urban cultural mix,E02001061,Manchester 017,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111705 +111705,E00025865,4a2,Social Renting New Arrivals,E01005116,Manchester 047E,3d,Households in terraces and flats,E02001091,Manchester 047,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111706 +111706,E00025875,4a2,Social Renting New Arrivals,E01005114,Manchester 047D,3b,Asian traits,E02001091,Manchester 047,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111707 +111707,E00025936,4a2,Social Renting New Arrivals,E01005120,Manchester 034B,7a,Urban cultural mix,E02001078,Manchester 034,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111708 +111708,E00025996,4a2,Social Renting New Arrivals,E01005140,Manchester 002E,7a,Urban cultural mix,E02001046,Manchester 002,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111709 +111709,E00026011,4a2,Social Renting New Arrivals,E01005140,Manchester 002E,7a,Urban cultural mix,E02001046,Manchester 002,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111710 +111710,E00026087,4a2,Social Renting New Arrivals,E01005158,Manchester 033C,7a,Urban cultural mix,E02001077,Manchester 033,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111711 +111711,E00026101,4a2,Social Renting New Arrivals,E01005159,Manchester 029D,3d,Households in terraces and flats,E02001073,Manchester 029,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111712 +111712,E00026105,4a2,Social Renting New Arrivals,E01005152,Manchester 029C,3a,Achieving neighbourhoods,E02001073,Manchester 029,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111713 +111713,E00026115,4a2,Social Renting New Arrivals,E01005154,Manchester 033A,1a,Cosmopolitan student neighbourhoods,E02001077,Manchester 033,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111714 +111714,E00026123,4a2,Social Renting New Arrivals,E01005153,Manchester 037B,3d,Households in terraces and flats,E02001081,Manchester 037,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111715 +111715,E00026232,4a2,Social Renting New Arrivals,E01005178,Manchester 030A,7a,Urban cultural mix,E02001074,Manchester 030,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111716 +111716,E00026257,4a2,Social Renting New Arrivals,E01005191,Manchester 021C,7a,Urban cultural mix,E02001065,Manchester 021,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111717 +111717,E00026260,4a2,Social Renting New Arrivals,E01005193,Manchester 021E,7a,Urban cultural mix,E02001065,Manchester 021,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111718 +111718,E00026662,4a1,Private Renting Young Families,E01005265,Manchester 044D,4c,Hampered neighbourhoods,E02001088,Manchester 044,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111719 +111719,E00025647,4a1,Private Renting Young Families,E01005074,Manchester 051C,4c,Hampered neighbourhoods,E02001095,Manchester 051,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111720 +111720,E00025793,4a1,Private Renting Young Families,E01005097,Manchester 012C,7a,Urban cultural mix,E02001056,Manchester 012,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111721 +111721,E00026299,4a2,Social Renting New Arrivals,E01005192,Manchester 021D,7a,Urban cultural mix,E02001065,Manchester 021,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111722 +111722,E00026056,4b2,Pakistani Communities,E01005143,Manchester 056A,7b,Young ethnic communities,E02006913,Manchester 056,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111723 +111723,E00026332,4a1,Private Renting Young Families,E01005198,Manchester 023D,7a,Urban cultural mix,E02001067,Manchester 023,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111724 +111724,E00026065,4b2,Pakistani Communities,E01005149,Manchester 008C,7b,Young ethnic communities,E02001052,Manchester 008,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111725 +111725,E00026066,4b2,Pakistani Communities,E01005149,Manchester 008C,7b,Young ethnic communities,E02001052,Manchester 008,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111726 +111726,E00026069,4b2,Pakistani Communities,E01005149,Manchester 008C,7b,Young ethnic communities,E02001052,Manchester 008,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111727 +111727,E00026070,4b2,Pakistani Communities,E01005145,Manchester 008A,7b,Young ethnic communities,E02001052,Manchester 008,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111728 +111728,E00026150,4b2,Pakistani Communities,E01005164,Manchester 006A,7b,Young ethnic communities,E02001050,Manchester 006,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111729 +111729,E00026161,4b2,Pakistani Communities,E01005166,Manchester 008E,7b,Young ethnic communities,E02001052,Manchester 008,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111730 +111730,E00026162,4b2,Pakistani Communities,E01005167,Manchester 008F,7b,Young ethnic communities,E02001052,Manchester 008,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111731 +111731,E00026241,4b2,Pakistani Communities,E01005178,Manchester 030A,7a,Urban cultural mix,E02001074,Manchester 030,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111732 +111732,E00026262,4b2,Pakistani Communities,E01005187,Manchester 021A,7a,Urban cultural mix,E02001065,Manchester 021,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111733 +111733,E00026314,4b2,Pakistani Communities,E01005199,Manchester 027B,7b,Young ethnic communities,E02001071,Manchester 027,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111734 +111734,E00026316,4b2,Pakistani Communities,E01005199,Manchester 027B,7b,Young ethnic communities,E02001071,Manchester 027,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111735 +111735,E00026335,4b2,Pakistani Communities,E01005199,Manchester 027B,7b,Young ethnic communities,E02001071,Manchester 027,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111736 +111736,E00026340,4b2,Pakistani Communities,E01005194,Manchester 027A,7b,Young ethnic communities,E02001071,Manchester 027,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111737 +111737,E00026342,4b2,Pakistani Communities,E01005200,Manchester 027C,7a,Urban cultural mix,E02001071,Manchester 027,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111738 +111738,E00026412,4b2,Pakistani Communities,E01005218,Manchester 034F,7b,Young ethnic communities,E02001078,Manchester 034,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111739 +111739,E00026414,4b2,Pakistani Communities,E01005218,Manchester 034F,7b,Young ethnic communities,E02001078,Manchester 034,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111740 +111740,E00026415,4b2,Pakistani Communities,E01005221,Manchester 031C,7b,Young ethnic communities,E02001075,Manchester 031,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111741 +111741,E00026416,4b2,Pakistani Communities,E01005221,Manchester 031C,7b,Young ethnic communities,E02001075,Manchester 031,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111742 +111742,E00026417,4b2,Pakistani Communities,E01005218,Manchester 034F,7b,Young ethnic communities,E02001078,Manchester 034,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111743 +111743,E00026430,4b2,Pakistani Communities,E01005215,Manchester 034C,7b,Young ethnic communities,E02001078,Manchester 034,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111744 +111744,E00026442,4b2,Pakistani Communities,E01005220,Manchester 031B,7a,Urban cultural mix,E02001075,Manchester 031,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111745 +111745,E00026489,4b2,Pakistani Communities,E01005232,Manchester 020C,7b,Young ethnic communities,E02001064,Manchester 020,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111746 +111746,E00026495,4b2,Pakistani Communities,E01005237,Manchester 022E,7b,Young ethnic communities,E02001066,Manchester 022,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111747 +111747,E00026496,4b2,Pakistani Communities,E01005237,Manchester 022E,7b,Young ethnic communities,E02001066,Manchester 022,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111748 +111748,E00026501,4b2,Pakistani Communities,E01005235,Manchester 020D,7b,Young ethnic communities,E02001064,Manchester 020,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111749 +111749,E00026512,4b2,Pakistani Communities,E01005233,Manchester 027D,7b,Young ethnic communities,E02001071,Manchester 027,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111750 +111750,E00026515,4b2,Pakistani Communities,E01005237,Manchester 022E,7b,Young ethnic communities,E02001066,Manchester 022,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111751 +111751,E00026518,4b2,Pakistani Communities,E01005234,Manchester 027E,7b,Young ethnic communities,E02001071,Manchester 027,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111752 +111752,E00026519,4b2,Pakistani Communities,E01005234,Manchester 027E,7b,Young ethnic communities,E02001071,Manchester 027,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111753 +111753,E00026520,4b2,Pakistani Communities,E01005238,Manchester 027F,7b,Young ethnic communities,E02001071,Manchester 027,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111754 +111754,E00026522,4b2,Pakistani Communities,E01005238,Manchester 027F,7b,Young ethnic communities,E02001071,Manchester 027,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111755 +111755,E00026523,4b2,Pakistani Communities,E01005238,Manchester 027F,7b,Young ethnic communities,E02001071,Manchester 027,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111756 +111756,E00026648,4b2,Pakistani Communities,E01005259,Manchester 011D,4c,Hampered neighbourhoods,E02001055,Manchester 011,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111757 +111757,E00026722,4b2,Pakistani Communities,E01005278,Manchester 035D,7b,Young ethnic communities,E02001079,Manchester 035,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111758 +111758,E00026750,4b2,Pakistani Communities,E01005280,Manchester 026A,7b,Young ethnic communities,E02001070,Manchester 026,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111759 +111759,E00026751,4b2,Pakistani Communities,E01005280,Manchester 026A,7b,Young ethnic communities,E02001070,Manchester 026,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111760 +111760,E00026754,4b2,Pakistani Communities,E01005282,Manchester 032D,7b,Young ethnic communities,E02001076,Manchester 032,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111761 +111761,E00026770,4b2,Pakistani Communities,E01005287,Manchester 026E,7b,Young ethnic communities,E02001070,Manchester 026,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111762 +111762,E00026778,4b2,Pakistani Communities,E01005287,Manchester 026E,7b,Young ethnic communities,E02001070,Manchester 026,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111763 +111763,E00026779,4b2,Pakistani Communities,E01005287,Manchester 026E,7b,Young ethnic communities,E02001070,Manchester 026,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111764 +111764,E00026783,4b2,Pakistani Communities,E01005280,Manchester 026A,7b,Young ethnic communities,E02001070,Manchester 026,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111765 +111765,E00026784,4b2,Pakistani Communities,E01005282,Manchester 032D,7b,Young ethnic communities,E02001076,Manchester 032,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111766 +111766,E00175904,4b2,Pakistani Communities,E01005146,Manchester 008B,7b,Young ethnic communities,E02001052,Manchester 008,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111767 +111767,E00175943,4b2,Pakistani Communities,E01005145,Manchester 008A,7b,Young ethnic communities,E02001052,Manchester 008,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111768 +111768,E00176023,4b2,Pakistani Communities,E01005194,Manchester 027A,7b,Young ethnic communities,E02001071,Manchester 027,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111769 +111769,E00025607,4a1,Private Renting Young Families,E01005061,Manchester 018A,7a,Urban cultural mix,E02001062,Manchester 018,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111770 +111770,E00025627,4a1,Private Renting Young Families,E01005067,Manchester 020A,7a,Urban cultural mix,E02001064,Manchester 020,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111771 +111771,E00025796,4a1,Private Renting Young Families,E01005103,Manchester 001E,4c,Hampered neighbourhoods,E02001045,Manchester 001,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111772 +111772,E00026675,4a1,Private Renting Young Families,E01005267,Manchester 046B,3d,Households in terraces and flats,E02001090,Manchester 046,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111773 +111773,E00026320,4a2,Social Renting New Arrivals,E01005200,Manchester 027C,7a,Urban cultural mix,E02001071,Manchester 027,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111774 +111774,E00026333,4a1,Private Renting Young Families,E01005198,Manchester 023D,7a,Urban cultural mix,E02001067,Manchester 023,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111775 +111775,E00025799,4a1,Private Renting Young Families,E01005099,Manchester 001B,4c,Hampered neighbourhoods,E02001045,Manchester 001,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111776 +111776,E00026677,4a1,Private Renting Young Families,E01005265,Manchester 044D,4c,Hampered neighbourhoods,E02001088,Manchester 044,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111777 +111777,E00025648,4a1,Private Renting Young Families,E01005075,Manchester 051D,4c,Hampered neighbourhoods,E02001095,Manchester 051,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111778 +111778,E00026334,4a1,Private Renting Young Families,E01005195,Manchester 023A,7a,Urban cultural mix,E02001067,Manchester 023,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111779 +111779,E00025800,4a1,Private Renting Young Families,E01005099,Manchester 001B,4c,Hampered neighbourhoods,E02001045,Manchester 001,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111780 +111780,E00026350,4a2,Social Renting New Arrivals,E01005207,Manchester 006D,7a,Urban cultural mix,E02001050,Manchester 006,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111781 +111781,E00026695,4a1,Private Renting Young Families,E01005264,Manchester 044C,4c,Hampered neighbourhoods,E02001088,Manchester 044,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111782 +111782,E00025652,4a1,Private Renting Young Families,E01005068,Manchester 051A,4c,Hampered neighbourhoods,E02001095,Manchester 051,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111783 +111783,E00026344,4a1,Private Renting Young Families,E01033678,Manchester 009F,7a,Urban cultural mix,E02001053,Manchester 009,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111784 +111784,E00025816,4a1,Private Renting Young Families,E01005101,Manchester 002A,4c,Hampered neighbourhoods,E02001046,Manchester 002,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111785 +111785,E00026353,4a2,Social Renting New Arrivals,E01005206,Manchester 006C,7a,Urban cultural mix,E02001050,Manchester 006,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111786 +111786,E00026696,4a1,Private Renting Young Families,E01005264,Manchester 044C,4c,Hampered neighbourhoods,E02001088,Manchester 044,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111787 +111787,E00026352,4a1,Private Renting Young Families,E01005206,Manchester 006C,7a,Urban cultural mix,E02001050,Manchester 006,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111788 +111788,E00025670,4a1,Private Renting Young Families,E01005072,Manchester 048B,3d,Households in terraces and flats,E02001092,Manchester 048,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111789 +111789,E00025821,4a1,Private Renting Young Families,E01005104,Manchester 004A,7a,Urban cultural mix,E02001048,Manchester 004,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111790 +111790,E00026355,4a2,Social Renting New Arrivals,E01005205,Manchester 006B,7a,Urban cultural mix,E02001050,Manchester 006,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111791 +111791,E00026373,4a2,Social Renting New Arrivals,E01005206,Manchester 006C,7a,Urban cultural mix,E02001050,Manchester 006,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111792 +111792,E00026396,4a2,Social Renting New Arrivals,E01005214,Manchester 019D,6a,Inner city cosmopolitan,E02001063,Manchester 019,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111793 +111793,E00026439,4a2,Social Renting New Arrivals,E01005219,Manchester 031A,7b,Young ethnic communities,E02001075,Manchester 031,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111794 +111794,E00026451,4a2,Social Renting New Arrivals,E01005222,Manchester 031D,7a,Urban cultural mix,E02001075,Manchester 031,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111795 +111795,E00026453,4a2,Social Renting New Arrivals,E01005227,Manchester 009D,7a,Urban cultural mix,E02001053,Manchester 009,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111796 +111796,E00026457,4a2,Social Renting New Arrivals,E01005226,Manchester 007D,7a,Urban cultural mix,E02001051,Manchester 007,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111797 +111797,E00026488,4a2,Social Renting New Arrivals,E01005226,Manchester 007D,7a,Urban cultural mix,E02001051,Manchester 007,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111798 +111798,E00026537,4a2,Social Renting New Arrivals,E01005241,Manchester 025A,7b,Young ethnic communities,E02001069,Manchester 025,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111799 +111799,E00026556,4a2,Social Renting New Arrivals,E01005241,Manchester 025A,7b,Young ethnic communities,E02001069,Manchester 025,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111800 +111800,E00026642,4a2,Social Renting New Arrivals,E01005258,Manchester 011C,4c,Hampered neighbourhoods,E02001055,Manchester 011,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111801 +111801,E00026660,4a2,Social Renting New Arrivals,E01005266,Manchester 044E,4c,Hampered neighbourhoods,E02001088,Manchester 044,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111802 +111802,E00026832,4a2,Social Renting New Arrivals,E01005302,Manchester 028C,6a,Inner city cosmopolitan,E02001072,Manchester 028,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111803 +111803,E00026843,4a2,Social Renting New Arrivals,E01005298,Manchester 028B,7b,Young ethnic communities,E02001072,Manchester 028,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111804 +111804,E00026866,4a2,Social Renting New Arrivals,E01005311,Manchester 036D,1a,Cosmopolitan student neighbourhoods,E02001080,Manchester 036,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111805 +111805,E00026868,4a2,Social Renting New Arrivals,E01005312,Manchester 036E,1a,Cosmopolitan student neighbourhoods,E02001080,Manchester 036,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111806 +111806,E00026869,4a2,Social Renting New Arrivals,E01005311,Manchester 036D,1a,Cosmopolitan student neighbourhoods,E02001080,Manchester 036,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111807 +111807,E00026882,4a2,Social Renting New Arrivals,E01005307,Manchester 040D,1a,Cosmopolitan student neighbourhoods,E02001084,Manchester 040,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111808 +111808,E00026899,4a2,Social Renting New Arrivals,E01005310,Manchester 036C,1a,Cosmopolitan student neighbourhoods,E02001080,Manchester 036,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111809 +111809,E00026920,4a2,Social Renting New Arrivals,E01005316,Manchester 053D,7a,Urban cultural mix,E02001097,Manchester 053,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111810 +111810,E00026921,4a2,Social Renting New Arrivals,E01005316,Manchester 053D,7a,Urban cultural mix,E02001097,Manchester 053,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111811 +111811,E00175891,4a2,Social Renting New Arrivals,E01005084,Manchester 042D,3d,Households in terraces and flats,E02001086,Manchester 042,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111812 +111812,E00175892,4a2,Social Renting New Arrivals,E01033671,Manchester 039F,1a,Cosmopolitan student neighbourhoods,E02001083,Manchester 039,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111813 +111813,E00175893,4a2,Social Renting New Arrivals,E01005140,Manchester 002E,7a,Urban cultural mix,E02001046,Manchester 002,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111814 +111814,E00175898,4a2,Social Renting New Arrivals,E01005207,Manchester 006D,7a,Urban cultural mix,E02001050,Manchester 006,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111815 +111815,E00175901,4a2,Social Renting New Arrivals,E01005091,Manchester 050D,7a,Urban cultural mix,E02001094,Manchester 050,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111816 +111816,E00175926,4a2,Social Renting New Arrivals,E01005196,Manchester 023B,7a,Urban cultural mix,E02001067,Manchester 023,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111817 +111817,E00175977,4a2,Social Renting New Arrivals,E01005319,Manchester 051E,7a,Urban cultural mix,E02001095,Manchester 051,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111818 +111818,E00175982,4a2,Social Renting New Arrivals,E01005319,Manchester 051E,7a,Urban cultural mix,E02001095,Manchester 051,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111819 +111819,E00026381,3b1,Striving Service Workers,E01005213,Manchester 059A,6a,Inner city cosmopolitan,E02006916,Manchester 059,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111820 +111820,E00176031,3b1,Striving Service Workers,E01005210,Manchester 019C,1a,Cosmopolitan student neighbourhoods,E02001063,Manchester 019,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111821 +111821,E00025633,2a1,Student Communal Living,E01033652,Manchester 022F,1a,Cosmopolitan student neighbourhoods,E02001066,Manchester 022,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111822 +111822,E00026533,2a1,Student Communal Living,E01005231,Manchester 022C,1a,Cosmopolitan student neighbourhoods,E02001066,Manchester 022,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111823 +111823,E00175805,2a1,Student Communal Living,E01033652,Manchester 022F,1a,Cosmopolitan student neighbourhoods,E02001066,Manchester 022,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111824 +111824,E00175818,2a1,Student Communal Living,E01033657,Manchester 022G,1a,Cosmopolitan student neighbourhoods,E02001066,Manchester 022,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111825 +111825,E00175819,2a1,Student Communal Living,E01005185,Manchester 032B,1a,Cosmopolitan student neighbourhoods,E02001076,Manchester 032,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111826 +111826,E00175928,2a1,Student Communal Living,E01005244,Manchester 025C,1a,Cosmopolitan student neighbourhoods,E02001069,Manchester 025,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111827 +111827,E00175929,2a1,Student Communal Living,E01005244,Manchester 025C,1a,Cosmopolitan student neighbourhoods,E02001069,Manchester 025,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111828 +111828,E00175957,2a1,Student Communal Living,E01005185,Manchester 032B,1a,Cosmopolitan student neighbourhoods,E02001076,Manchester 032,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111829 +111829,E00175959,2a1,Student Communal Living,E01005281,Manchester 026B,1a,Cosmopolitan student neighbourhoods,E02001070,Manchester 026,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111830 +111830,E00176027,2a1,Student Communal Living,E01005212,Manchester 057A,1a,Cosmopolitan student neighbourhoods,E02006914,Manchester 057,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111831 +111831,E00176030,2a1,Student Communal Living,E01005281,Manchester 026B,1a,Cosmopolitan student neighbourhoods,E02001070,Manchester 026,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111832 +111832,E00026697,4a1,Private Renting Young Families,E01005266,Manchester 044E,4c,Hampered neighbourhoods,E02001088,Manchester 044,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111833 +111833,E00025673,4a1,Private Renting Young Families,E01005070,Manchester 051B,4c,Hampered neighbourhoods,E02001095,Manchester 051,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111834 +111834,E00025822,4a1,Private Renting Young Families,E01005104,Manchester 004A,7a,Urban cultural mix,E02001048,Manchester 004,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111835 +111835,E00026699,4a1,Private Renting Young Families,E01005266,Manchester 044E,4c,Hampered neighbourhoods,E02001088,Manchester 044,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111836 +111836,E00026354,4a1,Private Renting Young Families,E01005205,Manchester 006B,7a,Urban cultural mix,E02001050,Manchester 006,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111837 +111837,E00025823,4a1,Private Renting Young Families,E01005104,Manchester 004A,7a,Urban cultural mix,E02001048,Manchester 004,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111838 +111838,E00026704,4a1,Private Renting Young Families,E01005270,Manchester 035A,7a,Urban cultural mix,E02001079,Manchester 035,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111839 +111839,E00026357,4a1,Private Renting Young Families,E01005202,Manchester 009A,7a,Urban cultural mix,E02001053,Manchester 009,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111840 +111840,E00025830,4a1,Private Renting Young Families,E01005098,Manchester 001A,4c,Hampered neighbourhoods,E02001045,Manchester 001,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111841 +111841,E00025676,4a1,Private Renting Young Families,E01005074,Manchester 051C,4c,Hampered neighbourhoods,E02001095,Manchester 051,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111842 +111842,E00026706,4a1,Private Renting Young Families,E01005272,Manchester 035B,7a,Urban cultural mix,E02001079,Manchester 035,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111843 +111843,E00026361,4a1,Private Renting Young Families,E01005202,Manchester 009A,7a,Urban cultural mix,E02001053,Manchester 009,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111844 +111844,E00025833,4a1,Private Renting Young Families,E01005105,Manchester 015C,7a,Urban cultural mix,E02001059,Manchester 015,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111845 +111845,E00025834,4a1,Private Renting Young Families,E01005107,Manchester 015E,7a,Urban cultural mix,E02001059,Manchester 015,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111846 +111846,E00025835,4a1,Private Renting Young Families,E01005108,Manchester 017A,7a,Urban cultural mix,E02001061,Manchester 017,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111847 +111847,E00025838,4a1,Private Renting Young Families,E01005107,Manchester 015E,7a,Urban cultural mix,E02001059,Manchester 015,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111848 +111848,E00025841,4a1,Private Renting Young Families,E01005106,Manchester 015D,7a,Urban cultural mix,E02001059,Manchester 015,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111849 +111849,E00025845,4a1,Private Renting Young Families,E01005106,Manchester 015D,7a,Urban cultural mix,E02001059,Manchester 015,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111850 +111850,E00025884,4a1,Private Renting Young Families,E01005117,Manchester 048E,7a,Urban cultural mix,E02001092,Manchester 048,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111851 +111851,E00025890,4a1,Private Renting Young Families,E01005117,Manchester 048E,7a,Urban cultural mix,E02001092,Manchester 048,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111852 +111852,E00025894,4a1,Private Renting Young Families,E01005112,Manchester 048D,3d,Households in terraces and flats,E02001092,Manchester 048,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111853 +111853,E00025895,4a1,Private Renting Young Families,E01005112,Manchester 048D,3d,Households in terraces and flats,E02001092,Manchester 048,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111854 +111854,E00025896,4a1,Private Renting Young Families,E01005117,Manchester 048E,7a,Urban cultural mix,E02001092,Manchester 048,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111855 +111855,E00025897,4a1,Private Renting Young Families,E01005115,Manchester 044A,3d,Households in terraces and flats,E02001088,Manchester 044,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111856 +111856,E00025898,4a1,Private Renting Young Families,E01005115,Manchester 044A,3d,Households in terraces and flats,E02001088,Manchester 044,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111857 +111857,E00025903,4a1,Private Renting Young Families,E01005123,Manchester 041D,7a,Urban cultural mix,E02001085,Manchester 041,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111858 +111858,E00025904,4a1,Private Renting Young Families,E01005123,Manchester 041D,7a,Urban cultural mix,E02001085,Manchester 041,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111859 +111859,E00025906,4a1,Private Renting Young Families,E01005123,Manchester 041D,7a,Urban cultural mix,E02001085,Manchester 041,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111860 +111860,E00025907,4a1,Private Renting Young Families,E01005123,Manchester 041D,7a,Urban cultural mix,E02001085,Manchester 041,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111861 +111861,E00025912,4a1,Private Renting Young Families,E01005119,Manchester 041A,7a,Urban cultural mix,E02001085,Manchester 041,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111862 +111862,E00025915,4a1,Private Renting Young Families,E01005124,Manchester 041E,7a,Urban cultural mix,E02001085,Manchester 041,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111863 +111863,E00025916,4a1,Private Renting Young Families,E01005124,Manchester 041E,7a,Urban cultural mix,E02001085,Manchester 041,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111864 +111864,E00025917,4a1,Private Renting Young Families,E01005124,Manchester 041E,7a,Urban cultural mix,E02001085,Manchester 041,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111865 +111865,E00025918,4a1,Private Renting Young Families,E01005119,Manchester 041A,7a,Urban cultural mix,E02001085,Manchester 041,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111866 +111866,E00025919,4a1,Private Renting Young Families,E01005125,Manchester 040A,7a,Urban cultural mix,E02001084,Manchester 040,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111867 +111867,E00025920,4a1,Private Renting Young Families,E01005125,Manchester 040A,7a,Urban cultural mix,E02001084,Manchester 040,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111868 +111868,E00025921,4a1,Private Renting Young Families,E01005125,Manchester 040A,7a,Urban cultural mix,E02001084,Manchester 040,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111869 +111869,E00025922,4a1,Private Renting Young Families,E01005125,Manchester 040A,7a,Urban cultural mix,E02001084,Manchester 040,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111870 +111870,E00025923,4a1,Private Renting Young Families,E01005124,Manchester 041E,7a,Urban cultural mix,E02001085,Manchester 041,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111871 +111871,E00025924,4a1,Private Renting Young Families,E01005124,Manchester 041E,7a,Urban cultural mix,E02001085,Manchester 041,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111872 +111872,E00025927,4a1,Private Renting Young Families,E01005126,Manchester 045A,7a,Urban cultural mix,E02001089,Manchester 045,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111873 +111873,E00025934,4a1,Private Renting Young Families,E01005120,Manchester 034B,7a,Urban cultural mix,E02001078,Manchester 034,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111874 +111874,E00025938,4a1,Private Renting Young Families,E01005122,Manchester 041C,7a,Urban cultural mix,E02001085,Manchester 041,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111875 +111875,E00025939,4a1,Private Renting Young Families,E01005121,Manchester 041B,7a,Urban cultural mix,E02001085,Manchester 041,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111876 +111876,E00025940,4a1,Private Renting Young Families,E01005121,Manchester 041B,7a,Urban cultural mix,E02001085,Manchester 041,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111877 +111877,E00025941,4a1,Private Renting Young Families,E01005122,Manchester 041C,7a,Urban cultural mix,E02001085,Manchester 041,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111878 +111878,E00025942,4a1,Private Renting Young Families,E01005122,Manchester 041C,7a,Urban cultural mix,E02001085,Manchester 041,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111879 +111879,E00025943,4a1,Private Renting Young Families,E01005122,Manchester 041C,7a,Urban cultural mix,E02001085,Manchester 041,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111880 +111880,E00025944,4a1,Private Renting Young Families,E01005121,Manchester 041B,7a,Urban cultural mix,E02001085,Manchester 041,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111881 +111881,E00025949,4a1,Private Renting Young Families,E01005133,Manchester 013D,7a,Urban cultural mix,E02001057,Manchester 013,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111882 +111882,E00025954,4a1,Private Renting Young Families,E01005130,Manchester 054A,7a,Urban cultural mix,E02006902,Manchester 054,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111883 +111883,E00025678,4a1,Private Renting Young Families,E01005082,Manchester 037A,7a,Urban cultural mix,E02001081,Manchester 037,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111884 +111884,E00026707,4a1,Private Renting Young Families,E01005274,Manchester 038A,7a,Urban cultural mix,E02001082,Manchester 038,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111885 +111885,E00026725,4a1,Private Renting Young Families,E01005272,Manchester 035B,7a,Urban cultural mix,E02001079,Manchester 035,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111886 +111886,E00026363,4a1,Private Renting Young Families,E01005205,Manchester 006B,7a,Urban cultural mix,E02001050,Manchester 006,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111887 +111887,E00025681,4a1,Private Renting Young Families,E01005081,Manchester 039C,7a,Urban cultural mix,E02001083,Manchester 039,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111888 +111888,E00026731,4a1,Private Renting Young Families,E01005279,Manchester 035E,7a,Urban cultural mix,E02001079,Manchester 035,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111889 +111889,E00026366,4a1,Private Renting Young Families,E01005202,Manchester 009A,7a,Urban cultural mix,E02001053,Manchester 009,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111890 +111890,E00025684,4a1,Private Renting Young Families,E01005082,Manchester 037A,7a,Urban cultural mix,E02001081,Manchester 037,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111891 +111891,E00026733,4a1,Private Renting Young Families,E01005279,Manchester 035E,7a,Urban cultural mix,E02001079,Manchester 035,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111892 +111892,E00026374,4a1,Private Renting Young Families,E01005206,Manchester 006C,7a,Urban cultural mix,E02001050,Manchester 006,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111893 +111893,E00025687,4a1,Private Renting Young Families,E01005082,Manchester 037A,7a,Urban cultural mix,E02001081,Manchester 037,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111894 +111894,E00026735,4a1,Private Renting Young Families,E01005270,Manchester 035A,7a,Urban cultural mix,E02001079,Manchester 035,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111895 +111895,E00026402,4a1,Private Renting Young Families,E01005209,Manchester 019B,1a,Cosmopolitan student neighbourhoods,E02001063,Manchester 019,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111896 +111896,E00025688,4a1,Private Renting Young Families,E01005082,Manchester 037A,7a,Urban cultural mix,E02001081,Manchester 037,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111897 +111897,E00026737,4a1,Private Renting Young Families,E01005270,Manchester 035A,7a,Urban cultural mix,E02001079,Manchester 035,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111898 +111898,E00026739,4a1,Private Renting Young Families,E01005279,Manchester 035E,7a,Urban cultural mix,E02001079,Manchester 035,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111899 +111899,E00026743,4a1,Private Renting Young Families,E01005272,Manchester 035B,7a,Urban cultural mix,E02001079,Manchester 035,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111900 +111900,E00026744,4a1,Private Renting Young Families,E01005272,Manchester 035B,7a,Urban cultural mix,E02001079,Manchester 035,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111901 +111901,E00026745,4a1,Private Renting Young Families,E01005274,Manchester 038A,7a,Urban cultural mix,E02001082,Manchester 038,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111902 +111902,E00026785,4a1,Private Renting Young Families,E01005295,Manchester 049E,3d,Households in terraces and flats,E02001093,Manchester 049,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111903 +111903,E00026787,4a1,Private Renting Young Families,E01005289,Manchester 049D,4c,Hampered neighbourhoods,E02001093,Manchester 049,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111904 +111904,E00026807,4a1,Private Renting Young Families,E01005295,Manchester 049E,3d,Households in terraces and flats,E02001093,Manchester 049,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111905 +111905,E00026808,4a1,Private Renting Young Families,E01005295,Manchester 049E,3d,Households in terraces and flats,E02001093,Manchester 049,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111906 +111906,E00026883,4a1,Private Renting Young Families,E01005308,Manchester 040E,7a,Urban cultural mix,E02001084,Manchester 040,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111907 +111907,E00026884,4a1,Private Renting Young Families,E01005308,Manchester 040E,7a,Urban cultural mix,E02001084,Manchester 040,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111908 +111908,E00026887,4a1,Private Renting Young Families,E01005308,Manchester 040E,7a,Urban cultural mix,E02001084,Manchester 040,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111909 +111909,E00026895,4a1,Private Renting Young Families,E01005310,Manchester 036C,1a,Cosmopolitan student neighbourhoods,E02001080,Manchester 036,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111910 +111910,E00026910,4a1,Private Renting Young Families,E01005318,Manchester 053E,4c,Hampered neighbourhoods,E02001097,Manchester 053,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111911 +111911,E00026912,4a1,Private Renting Young Families,E01005313,Manchester 053A,4c,Hampered neighbourhoods,E02001097,Manchester 053,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111912 +111912,E00026914,4a1,Private Renting Young Families,E01005313,Manchester 053A,4c,Hampered neighbourhoods,E02001097,Manchester 053,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111913 +111913,E00026917,4a1,Private Renting Young Families,E01005316,Manchester 053D,7a,Urban cultural mix,E02001097,Manchester 053,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111914 +111914,E00026928,4a1,Private Renting Young Families,E01005315,Manchester 053C,4c,Hampered neighbourhoods,E02001097,Manchester 053,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111915 +111915,E00026929,4a1,Private Renting Young Families,E01005315,Manchester 053C,4c,Hampered neighbourhoods,E02001097,Manchester 053,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111916 +111916,E00026935,4a1,Private Renting Young Families,E01005318,Manchester 053E,4c,Hampered neighbourhoods,E02001097,Manchester 053,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111917 +111917,E00026937,4a1,Private Renting Young Families,E01005318,Manchester 053E,4c,Hampered neighbourhoods,E02001097,Manchester 053,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111918 +111918,E00026938,4a1,Private Renting Young Families,E01005317,Manchester 052E,4c,Hampered neighbourhoods,E02001096,Manchester 052,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111919 +111919,E00026941,4a1,Private Renting Young Families,E01005319,Manchester 051E,7a,Urban cultural mix,E02001095,Manchester 051,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111920 +111920,E00175833,4a1,Private Renting Young Families,E01005108,Manchester 017A,7a,Urban cultural mix,E02001061,Manchester 017,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111921 +111921,E00175834,4a1,Private Renting Young Families,E01005108,Manchester 017A,7a,Urban cultural mix,E02001061,Manchester 017,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111922 +111922,E00175839,4a1,Private Renting Young Families,E01005094,Manchester 012B,7a,Urban cultural mix,E02001056,Manchester 012,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111923 +111923,E00175862,4a1,Private Renting Young Families,E01005140,Manchester 002E,7a,Urban cultural mix,E02001046,Manchester 002,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111924 +111924,E00175878,4a1,Private Renting Young Families,E01033666,Manchester 017F,7a,Urban cultural mix,E02001061,Manchester 017,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111925 +111925,E00175890,4a1,Private Renting Young Families,E01005084,Manchester 042D,3d,Households in terraces and flats,E02001086,Manchester 042,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111926 +111926,E00175894,4a1,Private Renting Young Families,E01005132,Manchester 013C,7a,Urban cultural mix,E02001057,Manchester 013,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111927 +111927,E00175925,4a1,Private Renting Young Families,E01005196,Manchester 023B,7a,Urban cultural mix,E02001067,Manchester 023,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111928 +111928,E00175950,4a1,Private Renting Young Families,E01033675,Manchester 058D,7a,Urban cultural mix,E02006915,Manchester 058,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111929 +111929,E00175970,4a1,Private Renting Young Families,E01033679,Manchester 009G,7a,Urban cultural mix,E02001053,Manchester 009,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111930 +111930,E00176036,4a1,Private Renting Young Families,E01005140,Manchester 002E,7a,Urban cultural mix,E02001046,Manchester 002,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111931 +111931,E00025689,4a1,Private Renting Young Families,E01005084,Manchester 042D,3d,Households in terraces and flats,E02001086,Manchester 042,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111932 +111932,E00025690,4a1,Private Renting Young Families,E01005082,Manchester 037A,7a,Urban cultural mix,E02001081,Manchester 037,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111933 +111933,E00026418,4a1,Private Renting Young Families,E01005222,Manchester 031D,7a,Urban cultural mix,E02001075,Manchester 031,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111934 +111934,E00025694,4a1,Private Renting Young Families,E01005084,Manchester 042D,3d,Households in terraces and flats,E02001086,Manchester 042,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111935 +111935,E00026422,4a1,Private Renting Young Families,E01005218,Manchester 034F,7b,Young ethnic communities,E02001078,Manchester 034,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111936 +111936,E00025713,4a1,Private Renting Young Families,E01005077,Manchester 042A,7a,Urban cultural mix,E02001086,Manchester 042,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111937 +111937,E00026424,4a1,Private Renting Young Families,E01005222,Manchester 031D,7a,Urban cultural mix,E02001075,Manchester 031,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111938 +111938,E00025717,4a1,Private Renting Young Families,E01005079,Manchester 042C,3b,Asian traits,E02001086,Manchester 042,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111939 +111939,E00026429,4a1,Private Renting Young Families,E01005216,Manchester 034D,7a,Urban cultural mix,E02001078,Manchester 034,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111940 +111940,E00025718,4a1,Private Renting Young Families,E01005077,Manchester 042A,7a,Urban cultural mix,E02001086,Manchester 042,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111941 +111941,E00026443,4a1,Private Renting Young Families,E01005220,Manchester 031B,7a,Urban cultural mix,E02001075,Manchester 031,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111942 +111942,E00025722,4a1,Private Renting Young Families,E01005081,Manchester 039C,7a,Urban cultural mix,E02001083,Manchester 039,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111943 +111943,E00026447,4a1,Private Renting Young Families,E01005220,Manchester 031B,7a,Urban cultural mix,E02001075,Manchester 031,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111944 +111944,E00025725,4a1,Private Renting Young Families,E01005089,Manchester 049C,7a,Urban cultural mix,E02001093,Manchester 049,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111945 +111945,E00026455,4a1,Private Renting Young Families,E01005228,Manchester 009E,7a,Urban cultural mix,E02001053,Manchester 009,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111946 +111946,E00025726,4a1,Private Renting Young Families,E01005091,Manchester 050D,7a,Urban cultural mix,E02001094,Manchester 050,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111947 +111947,E00026459,4a1,Private Renting Young Families,E01005223,Manchester 007A,7a,Urban cultural mix,E02001051,Manchester 007,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111948 +111948,E00025728,4a1,Private Renting Young Families,E01005086,Manchester 049B,7a,Urban cultural mix,E02001093,Manchester 049,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111949 +111949,E00026464,4a1,Private Renting Young Families,E01005225,Manchester 007C,4c,Hampered neighbourhoods,E02001051,Manchester 007,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111950 +111950,E00026467,4a1,Private Renting Young Families,E01005227,Manchester 009D,7a,Urban cultural mix,E02001053,Manchester 009,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111951 +111951,E00026470,4a1,Private Renting Young Families,E01005226,Manchester 007D,7a,Urban cultural mix,E02001051,Manchester 007,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111952 +111952,E00026474,4a1,Private Renting Young Families,E01005225,Manchester 007C,4c,Hampered neighbourhoods,E02001051,Manchester 007,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111953 +111953,E00026475,4a1,Private Renting Young Families,E01005228,Manchester 009E,7a,Urban cultural mix,E02001053,Manchester 009,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111954 +111954,E00026476,4a1,Private Renting Young Families,E01005228,Manchester 009E,7a,Urban cultural mix,E02001053,Manchester 009,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111955 +111955,E00026484,4a1,Private Renting Young Families,E01005223,Manchester 007A,7a,Urban cultural mix,E02001051,Manchester 007,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111956 +111956,E00026528,4a1,Private Renting Young Families,E01005235,Manchester 020D,7b,Young ethnic communities,E02001064,Manchester 020,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111957 +111957,E00026532,4a1,Private Renting Young Families,E01005235,Manchester 020D,7b,Young ethnic communities,E02001064,Manchester 020,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111958 +111958,E00026547,4a1,Private Renting Young Families,E01005240,Manchester 024A,7a,Urban cultural mix,E02001068,Manchester 024,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111959 +111959,E00026578,4a1,Private Renting Young Families,E01005251,Manchester 003D,4c,Hampered neighbourhoods,E02001047,Manchester 003,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111960 +111960,E00026584,4a1,Private Renting Young Families,E01005250,Manchester 005D,4c,Hampered neighbourhoods,E02001049,Manchester 005,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111961 +111961,E00026585,4a1,Private Renting Young Families,E01005251,Manchester 003D,4c,Hampered neighbourhoods,E02001047,Manchester 003,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111962 +111962,E00026586,4a1,Private Renting Young Families,E01005250,Manchester 005D,4c,Hampered neighbourhoods,E02001049,Manchester 005,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111963 +111963,E00026607,4a1,Private Renting Young Families,E01005249,Manchester 005C,3d,Households in terraces and flats,E02001049,Manchester 005,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111964 +111964,E00026612,4a1,Private Renting Young Families,E01005249,Manchester 005C,3d,Households in terraces and flats,E02001049,Manchester 005,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111965 +111965,E00026614,4a1,Private Renting Young Families,E01005251,Manchester 003D,4c,Hampered neighbourhoods,E02001047,Manchester 003,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111966 +111966,E00026627,4a1,Private Renting Young Families,E01005261,Manchester 012E,4c,Hampered neighbourhoods,E02001056,Manchester 012,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111967 +111967,E00026629,4a1,Private Renting Young Families,E01005257,Manchester 011B,4c,Hampered neighbourhoods,E02001055,Manchester 011,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111968 +111968,E00026633,4a1,Private Renting Young Families,E01005256,Manchester 011A,7a,Urban cultural mix,E02001055,Manchester 011,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111969 +111969,E00026637,4a1,Private Renting Young Families,E01005256,Manchester 011A,7a,Urban cultural mix,E02001055,Manchester 011,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111970 +111970,E00026639,4a1,Private Renting Young Families,E01005256,Manchester 011A,7a,Urban cultural mix,E02001055,Manchester 011,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111971 +111971,E00026645,4a1,Private Renting Young Families,E01005257,Manchester 011B,4c,Hampered neighbourhoods,E02001055,Manchester 011,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111972 +111972,E00026646,4a1,Private Renting Young Families,E01005257,Manchester 011B,4c,Hampered neighbourhoods,E02001055,Manchester 011,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111973 +111973,E00025729,4a1,Private Renting Young Families,E01005086,Manchester 049B,7a,Urban cultural mix,E02001093,Manchester 049,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111974 +111974,E00025731,4a1,Private Renting Young Families,E01005085,Manchester 049A,7a,Urban cultural mix,E02001093,Manchester 049,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111975 +111975,E00025732,4a1,Private Renting Young Families,E01005085,Manchester 049A,7a,Urban cultural mix,E02001093,Manchester 049,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111976 +111976,E00025734,4a1,Private Renting Young Families,E01005085,Manchester 049A,7a,Urban cultural mix,E02001093,Manchester 049,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111977 +111977,E00025735,4a1,Private Renting Young Families,E01005086,Manchester 049B,7a,Urban cultural mix,E02001093,Manchester 049,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111978 +111978,E00025736,4a1,Private Renting Young Families,E01005087,Manchester 050A,4c,Hampered neighbourhoods,E02001094,Manchester 050,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111979 +111979,E00025738,4a1,Private Renting Young Families,E01005086,Manchester 049B,7a,Urban cultural mix,E02001093,Manchester 049,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111980 +111980,E00025739,4a1,Private Renting Young Families,E01005087,Manchester 050A,4c,Hampered neighbourhoods,E02001094,Manchester 050,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111981 +111981,E00025740,4a1,Private Renting Young Families,E01005089,Manchester 049C,7a,Urban cultural mix,E02001093,Manchester 049,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111982 +111982,E00025744,4a1,Private Renting Young Families,E01005087,Manchester 050A,4c,Hampered neighbourhoods,E02001094,Manchester 050,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111983 +111983,E00025745,4a1,Private Renting Young Families,E01005087,Manchester 050A,4c,Hampered neighbourhoods,E02001094,Manchester 050,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111984 +111984,E00025746,4a1,Private Renting Young Families,E01005089,Manchester 049C,7a,Urban cultural mix,E02001093,Manchester 049,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111985 +111985,E00025753,4a1,Private Renting Young Families,E01005088,Manchester 050B,4c,Hampered neighbourhoods,E02001094,Manchester 050,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111986 +111986,E00025754,4a1,Private Renting Young Families,E01005090,Manchester 050C,4c,Hampered neighbourhoods,E02001094,Manchester 050,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111987 +111987,E00025758,4a1,Private Renting Young Families,E01005090,Manchester 050C,4c,Hampered neighbourhoods,E02001094,Manchester 050,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111988 +111988,E00025760,4a1,Private Renting Young Families,E01005097,Manchester 012C,7a,Urban cultural mix,E02001056,Manchester 012,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111989 +111989,E00025761,4a1,Private Renting Young Families,E01005097,Manchester 012C,7a,Urban cultural mix,E02001056,Manchester 012,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111990 +111990,E00025762,4a1,Private Renting Young Families,E01033669,Manchester 015G,7a,Urban cultural mix,E02001059,Manchester 015,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111991 +111991,E00025763,4a1,Private Renting Young Families,E01005093,Manchester 012A,7a,Urban cultural mix,E02001056,Manchester 012,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111992 +111992,E00025764,4a1,Private Renting Young Families,E01005094,Manchester 012B,7a,Urban cultural mix,E02001056,Manchester 012,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111993 +111993,E00025766,4a1,Private Renting Young Families,E01005092,Manchester 015A,7a,Urban cultural mix,E02001059,Manchester 015,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111994 +111994,E00025768,4a1,Private Renting Young Families,E01005093,Manchester 012A,7a,Urban cultural mix,E02001056,Manchester 012,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111995 +111995,E00025771,4a1,Private Renting Young Families,E01033668,Manchester 015F,6a,Inner city cosmopolitan,E02001059,Manchester 015,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111996 +111996,E00025773,4a1,Private Renting Young Families,E01005097,Manchester 012C,7a,Urban cultural mix,E02001056,Manchester 012,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111997 +111997,E00025774,4a1,Private Renting Young Families,E01005093,Manchester 012A,7a,Urban cultural mix,E02001056,Manchester 012,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111998 +111998,E00025776,4a1,Private Renting Young Families,E01005097,Manchester 012C,7a,Urban cultural mix,E02001056,Manchester 012,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,111999 +111999,E00025782,4a1,Private Renting Young Families,E01005094,Manchester 012B,7a,Urban cultural mix,E02001056,Manchester 012,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112000 +112000,E00176041,2a1,Student Communal Living,E01005231,Manchester 022C,1a,Cosmopolitan student neighbourhoods,E02001066,Manchester 022,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112001 +112001,E00026226,2a2,Student Digs,E01005185,Manchester 032B,1a,Cosmopolitan student neighbourhoods,E02001076,Manchester 032,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112002 +112002,E00026251,2a2,Student Digs,E01005184,Manchester 032A,1a,Cosmopolitan student neighbourhoods,E02001076,Manchester 032,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112003 +112003,E00026253,2a2,Student Digs,E01005185,Manchester 032B,1a,Cosmopolitan student neighbourhoods,E02001076,Manchester 032,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112004 +112004,E00026530,2a2,Student Digs,E01005231,Manchester 022C,1a,Cosmopolitan student neighbourhoods,E02001066,Manchester 022,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112005 +112005,E00026702,2a2,Student Digs,E01005271,Manchester 032C,1a,Cosmopolitan student neighbourhoods,E02001076,Manchester 032,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112006 +112006,E00026710,2a2,Student Digs,E01005276,Manchester 038C,1a,Cosmopolitan student neighbourhoods,E02001082,Manchester 038,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112007 +112007,E00026723,2a2,Student Digs,E01005271,Manchester 032C,1a,Cosmopolitan student neighbourhoods,E02001076,Manchester 032,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112008 +112008,E00026726,2a2,Student Digs,E01005271,Manchester 032C,1a,Cosmopolitan student neighbourhoods,E02001076,Manchester 032,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112009 +112009,E00026732,2a2,Student Digs,E01005271,Manchester 032C,1a,Cosmopolitan student neighbourhoods,E02001076,Manchester 032,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112010 +112010,E00026738,2a2,Student Digs,E01005273,Manchester 035C,1a,Cosmopolitan student neighbourhoods,E02001079,Manchester 035,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112011 +112011,E00026748,2a2,Student Digs,E01005274,Manchester 038A,7a,Urban cultural mix,E02001082,Manchester 038,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112012 +112012,E00026758,2a2,Student Digs,E01005283,Manchester 032E,1a,Cosmopolitan student neighbourhoods,E02001076,Manchester 032,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112013 +112013,E00026759,2a2,Student Digs,E01005283,Manchester 032E,1a,Cosmopolitan student neighbourhoods,E02001076,Manchester 032,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112014 +112014,E00026760,2a2,Student Digs,E01005283,Manchester 032E,1a,Cosmopolitan student neighbourhoods,E02001076,Manchester 032,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112015 +112015,E00026772,2a2,Student Digs,E01005286,Manchester 026D,1a,Cosmopolitan student neighbourhoods,E02001070,Manchester 026,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112016 +112016,E00026780,2a2,Student Digs,E01005281,Manchester 026B,1a,Cosmopolitan student neighbourhoods,E02001070,Manchester 026,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112017 +112017,E00027420,6a2,Comfortable Suburbia,E01005413,Oldham 021B,8c,Comfortable suburbia,E02001118,Oldham 021,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112018 +112018,E00026400,2a3,Students and Professionals,E01005208,Manchester 019A,6a,Inner city cosmopolitan,E02001063,Manchester 019,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112019 +112019,E00027213,8b1,Deprived Blue-Collar Terraces,E01005371,Oldham 032D,4c,Hampered neighbourhoods,E02001129,Oldham 032,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112020 +112020,E00175886,2d1,Urban Cultural Mix,E01033670,Manchester 039E,1a,Cosmopolitan student neighbourhoods,E02001083,Manchester 039,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112021 +112021,E00026867,2a2,Student Digs,E01005312,Manchester 036E,1a,Cosmopolitan student neighbourhoods,E02001080,Manchester 036,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112022 +112022,E00026871,2a2,Student Digs,E01005309,Manchester 036B,1a,Cosmopolitan student neighbourhoods,E02001080,Manchester 036,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112023 +112023,E00026875,2a2,Student Digs,E01005304,Manchester 040B,1a,Cosmopolitan student neighbourhoods,E02001084,Manchester 040,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112024 +112024,E00026893,2a2,Student Digs,E01005309,Manchester 036B,1a,Cosmopolitan student neighbourhoods,E02001080,Manchester 036,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112025 +112025,E00026894,2a2,Student Digs,E01005310,Manchester 036C,1a,Cosmopolitan student neighbourhoods,E02001080,Manchester 036,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112026 +112026,E00026897,2a2,Student Digs,E01005310,Manchester 036C,1a,Cosmopolitan student neighbourhoods,E02001080,Manchester 036,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112027 +112027,E00026898,2a2,Student Digs,E01005309,Manchester 036B,1a,Cosmopolitan student neighbourhoods,E02001080,Manchester 036,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112028 +112028,E00026900,2a2,Student Digs,E01005312,Manchester 036E,1a,Cosmopolitan student neighbourhoods,E02001080,Manchester 036,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112029 +112029,E00026901,2a2,Student Digs,E01005312,Manchester 036E,1a,Cosmopolitan student neighbourhoods,E02001080,Manchester 036,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112030 +112030,E00026903,2a2,Student Digs,E01005309,Manchester 036B,1a,Cosmopolitan student neighbourhoods,E02001080,Manchester 036,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112031 +112031,E00026904,2a2,Student Digs,E01005309,Manchester 036B,1a,Cosmopolitan student neighbourhoods,E02001080,Manchester 036,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112032 +112032,E00026905,2a2,Student Digs,E01005312,Manchester 036E,1a,Cosmopolitan student neighbourhoods,E02001080,Manchester 036,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112033 +112033,E00175907,2a2,Student Digs,E01005214,Manchester 019D,6a,Inner city cosmopolitan,E02001063,Manchester 019,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112034 +112034,E00175958,2a2,Student Digs,E01005185,Manchester 032B,1a,Cosmopolitan student neighbourhoods,E02001076,Manchester 032,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112035 +112035,E00176018,2a2,Student Digs,E01005284,Manchester 026C,1a,Cosmopolitan student neighbourhoods,E02001070,Manchester 026,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112036 +112036,E00176021,2a2,Student Digs,E01005286,Manchester 026D,1a,Cosmopolitan student neighbourhoods,E02001070,Manchester 026,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112037 +112037,E00175840,2b1,Students and Commuters,E01033660,Manchester 059B,1a,Cosmopolitan student neighbourhoods,E02006916,Manchester 059,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112038 +112038,E00027606,8d2,Hard-Pressed Ethnic Mix,E01005449,Oldham 012B,4c,Hampered neighbourhoods,E02001109,Oldham 012,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112039 +112039,E00027319,5a3,Families in Terraces and Flats,E01005392,Oldham 008B,4a,Challenged white communities,E02001105,Oldham 008,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112040 +112040,E00175855,2b1,Students and Commuters,E01033659,Manchester 055D,1a,Cosmopolitan student neighbourhoods,E02006912,Manchester 055,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112041 +112041,E00175865,2b1,Students and Commuters,E01033659,Manchester 055D,1a,Cosmopolitan student neighbourhoods,E02006912,Manchester 055,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112042 +112042,E00175867,2b1,Students and Commuters,E01033653,Manchester 055B,1a,Cosmopolitan student neighbourhoods,E02006912,Manchester 055,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112043 +112043,E00175983,2b1,Students and Commuters,E01033681,Manchester 060B,1a,Cosmopolitan student neighbourhoods,E02006917,Manchester 060,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112044 +112044,E00175984,2b1,Students and Commuters,E01033681,Manchester 060B,1a,Cosmopolitan student neighbourhoods,E02006917,Manchester 060,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112045 +112045,E00175988,2b1,Students and Commuters,E01033682,Manchester 060C,1a,Cosmopolitan student neighbourhoods,E02006917,Manchester 060,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112046 +112046,E00175989,2b1,Students and Commuters,E01033682,Manchester 060C,1a,Cosmopolitan student neighbourhoods,E02006917,Manchester 060,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112047 +112047,E00175990,2b1,Students and Commuters,E01033681,Manchester 060B,1a,Cosmopolitan student neighbourhoods,E02006917,Manchester 060,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112048 +112048,E00175994,2b1,Students and Commuters,E01033682,Manchester 060C,1a,Cosmopolitan student neighbourhoods,E02006917,Manchester 060,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112049 +112049,E00176035,2b1,Students and Commuters,E01033660,Manchester 059B,1a,Cosmopolitan student neighbourhoods,E02006916,Manchester 059,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112050 +112050,E00176050,2b1,Students and Commuters,E01033658,Manchester 054C,1a,Cosmopolitan student neighbourhoods,E02006902,Manchester 054,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112051 +112051,E00176089,2b1,Students and Commuters,E01033661,Manchester 055E,1a,Cosmopolitan student neighbourhoods,E02006912,Manchester 055,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112052 +112052,E00025693,2a3,Students and Professionals,E01033671,Manchester 039F,1a,Cosmopolitan student neighbourhoods,E02001083,Manchester 039,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112053 +112053,E00025709,2a3,Students and Professionals,E01005083,Manchester 039D,1a,Cosmopolitan student neighbourhoods,E02001083,Manchester 039,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112054 +112054,E00026118,2a3,Students and Professionals,E01005150,Manchester 029A,1a,Cosmopolitan student neighbourhoods,E02001073,Manchester 029,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112055 +112055,E00026393,2a3,Students and Professionals,E01005214,Manchester 019D,6a,Inner city cosmopolitan,E02001063,Manchester 019,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112056 +112056,E00175935,3a2,Young Families and Students,E01033674,Manchester 058C,1a,Cosmopolitan student neighbourhoods,E02006915,Manchester 058,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112057 +112057,E00175887,2d1,Urban Cultural Mix,E01033670,Manchester 039E,1a,Cosmopolitan student neighbourhoods,E02001083,Manchester 039,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112058 +112058,E00027215,8b1,Deprived Blue-Collar Terraces,E01005371,Oldham 032D,4c,Hampered neighbourhoods,E02001129,Oldham 032,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112059 +112059,E00027559,6a2,Comfortable Suburbia,E01005443,Oldham 003B,8c,Comfortable suburbia,E02001100,Oldham 003,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112060 +112060,E00175911,2d1,Urban Cultural Mix,E01005208,Manchester 019A,6a,Inner city cosmopolitan,E02001063,Manchester 019,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112061 +112061,E00175979,2d1,Urban Cultural Mix,E01005295,Manchester 049E,3d,Households in terraces and flats,E02001093,Manchester 049,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112062 +112062,E00176088,2d1,Urban Cultural Mix,E01033670,Manchester 039E,1a,Cosmopolitan student neighbourhoods,E02001083,Manchester 039,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112063 +112063,E00025664,5a1,White Professionals,E01005069,Manchester 047A,3d,Households in terraces and flats,E02001091,Manchester 047,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112064 +112064,E00025853,5a1,White Professionals,E01033666,Manchester 017F,7a,Urban cultural mix,E02001061,Manchester 017,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112065 +112065,E00026485,5a1,White Professionals,E01005223,Manchester 007A,7a,Urban cultural mix,E02001051,Manchester 007,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112066 +112066,E00026591,5a1,White Professionals,E01005254,Manchester 005F,5b,Aspiring urban households,E02001049,Manchester 005,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112067 +112067,E00026625,5a1,White Professionals,E01005260,Manchester 011E,3d,Households in terraces and flats,E02001055,Manchester 011,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112068 +112068,E00025825,6b2,White Suburban Communities,E01005100,Manchester 001C,4c,Hampered neighbourhoods,E02001045,Manchester 001,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112069 +112069,E00026482,6b2,White Suburban Communities,E01005229,Manchester 007E,8b,Ageing suburbanites,E02001051,Manchester 007,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112070 +112070,E00026597,6b2,White Suburban Communities,E01005254,Manchester 005F,5b,Aspiring urban households,E02001049,Manchester 005,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112071 +112071,E00025604,3a2,Young Families and Students,E01033657,Manchester 022G,1a,Cosmopolitan student neighbourhoods,E02001066,Manchester 022,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112072 +112072,E00025612,3a2,Young Families and Students,E01005066,Manchester 018E,1a,Cosmopolitan student neighbourhoods,E02001062,Manchester 018,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112073 +112073,E00025615,3a2,Young Families and Students,E01005065,Manchester 018D,7a,Urban cultural mix,E02001062,Manchester 018,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112074 +112074,E00025617,3a2,Young Families and Students,E01005065,Manchester 018D,7a,Urban cultural mix,E02001062,Manchester 018,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112075 +112075,E00025623,3a2,Young Families and Students,E01005062,Manchester 018B,1a,Cosmopolitan student neighbourhoods,E02001062,Manchester 018,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112076 +112076,E00025628,3a2,Young Families and Students,E01005063,Manchester 018C,7a,Urban cultural mix,E02001062,Manchester 018,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112077 +112077,E00026700,2a3,Students and Professionals,E01005275,Manchester 038B,1a,Cosmopolitan student neighbourhoods,E02001082,Manchester 038,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112078 +112078,E00025629,3a2,Young Families and Students,E01005062,Manchester 018B,1a,Cosmopolitan student neighbourhoods,E02001062,Manchester 018,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112079 +112079,E00025631,3a2,Young Families and Students,E01005062,Manchester 018B,1a,Cosmopolitan student neighbourhoods,E02001062,Manchester 018,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112080 +112080,E00025636,3a2,Young Families and Students,E01033652,Manchester 022F,1a,Cosmopolitan student neighbourhoods,E02001066,Manchester 022,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112081 +112081,E00026145,3a2,Young Families and Students,E01005164,Manchester 006A,7b,Young ethnic communities,E02001050,Manchester 006,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112082 +112082,E00026153,3a2,Young Families and Students,E01005164,Manchester 006A,7b,Young ethnic communities,E02001050,Manchester 006,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112083 +112083,E00026154,3a2,Young Families and Students,E01005165,Manchester 008D,7a,Urban cultural mix,E02001052,Manchester 008,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112084 +112084,E00026222,3a2,Young Families and Students,E01005179,Manchester 030B,7b,Young ethnic communities,E02001074,Manchester 030,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112085 +112085,E00026433,3a2,Young Families and Students,E01005215,Manchester 034C,7b,Young ethnic communities,E02001078,Manchester 034,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112086 +112086,E00026446,3a2,Young Families and Students,E01005219,Manchester 031A,7b,Young ethnic communities,E02001075,Manchester 031,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112087 +112087,E00026504,3a2,Young Families and Students,E01005230,Manchester 022B,1a,Cosmopolitan student neighbourhoods,E02001066,Manchester 022,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112088 +112088,E00026505,3a2,Young Families and Students,E01005236,Manchester 022D,7b,Young ethnic communities,E02001066,Manchester 022,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112089 +112089,E00026531,3a2,Young Families and Students,E01005230,Manchester 022B,1a,Cosmopolitan student neighbourhoods,E02001066,Manchester 022,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112090 +112090,E00026534,3a2,Young Families and Students,E01005230,Manchester 022B,1a,Cosmopolitan student neighbourhoods,E02001066,Manchester 022,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112091 +112091,E00026550,3a2,Young Families and Students,E01005242,Manchester 025B,7b,Young ethnic communities,E02001069,Manchester 025,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112092 +112092,E00026564,3a2,Young Families and Students,E01005245,Manchester 024C,7a,Urban cultural mix,E02001068,Manchester 024,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112093 +112093,E00026567,3a2,Young Families and Students,E01005244,Manchester 025C,1a,Cosmopolitan student neighbourhoods,E02001069,Manchester 025,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112094 +112094,E00026568,3a2,Young Families and Students,E01005244,Manchester 025C,1a,Cosmopolitan student neighbourhoods,E02001069,Manchester 025,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112095 +112095,E00027370,5a3,Families in Terraces and Flats,E01005412,Oldham 013B,8c,Comfortable suburbia,E02001110,Oldham 013,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112096 +112096,E00027612,8d2,Hard-Pressed Ethnic Mix,E01005449,Oldham 012B,4c,Hampered neighbourhoods,E02001109,Oldham 012,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112097 +112097,E00026766,3a2,Young Families and Students,E01005288,Manchester 025E,7b,Young ethnic communities,E02001069,Manchester 025,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112098 +112098,E00026771,3a2,Young Families and Students,E01005285,Manchester 025D,7b,Young ethnic communities,E02001069,Manchester 025,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112099 +112099,E00026774,3a2,Young Families and Students,E01005288,Manchester 025E,7b,Young ethnic communities,E02001069,Manchester 025,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112100 +112100,E00026777,3a2,Young Families and Students,E01005286,Manchester 026D,1a,Cosmopolitan student neighbourhoods,E02001070,Manchester 026,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112101 +112101,E00026823,3a2,Young Families and Students,E01005297,Manchester 028A,7b,Young ethnic communities,E02001072,Manchester 028,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112102 +112102,E00026834,3a2,Young Families and Students,E01005302,Manchester 028C,6a,Inner city cosmopolitan,E02001072,Manchester 028,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112103 +112103,E00026837,3a2,Young Families and Students,E01005302,Manchester 028C,6a,Inner city cosmopolitan,E02001072,Manchester 028,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112104 +112104,E00026841,3a2,Young Families and Students,E01033686,Manchester 028F,6a,Inner city cosmopolitan,E02001072,Manchester 028,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112105 +112105,E00175821,3a2,Young Families and Students,E01005244,Manchester 025C,1a,Cosmopolitan student neighbourhoods,E02001069,Manchester 025,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112106 +112106,E00175824,3a2,Young Families and Students,E01005062,Manchester 018B,1a,Cosmopolitan student neighbourhoods,E02001062,Manchester 018,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112107 +112107,E00175838,3a2,Young Families and Students,E01005297,Manchester 028A,7b,Young ethnic communities,E02001072,Manchester 028,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112108 +112108,E00175876,3a2,Young Families and Students,E01033668,Manchester 015F,6a,Inner city cosmopolitan,E02001059,Manchester 015,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112109 +112109,E00175930,3a2,Young Families and Students,E01005066,Manchester 018E,1a,Cosmopolitan student neighbourhoods,E02001062,Manchester 018,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112110 +112110,E00175931,3a2,Young Families and Students,E01033657,Manchester 022G,1a,Cosmopolitan student neighbourhoods,E02001066,Manchester 022,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112111 +112111,E00175939,3a2,Young Families and Students,E01005143,Manchester 056A,7b,Young ethnic communities,E02006913,Manchester 056,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112112 +112112,E00175967,3a2,Young Families and Students,E01005243,Manchester 024B,7a,Urban cultural mix,E02001068,Manchester 024,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112113 +112113,E00176040,3a2,Young Families and Students,E01005231,Manchester 022C,1a,Cosmopolitan student neighbourhoods,E02001066,Manchester 022,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112114 +112114,E00176043,3a2,Young Families and Students,E01033680,Manchester 028E,6a,Inner city cosmopolitan,E02001072,Manchester 028,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112115 +112115,E00176047,3a2,Young Families and Students,E01005186,Manchester 020B,7a,Urban cultural mix,E02001064,Manchester 020,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112116 +112116,E00176061,3a2,Young Families and Students,E01005185,Manchester 032B,1a,Cosmopolitan student neighbourhoods,E02001076,Manchester 032,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112117 +112117,E00176068,3a2,Young Families and Students,E01033679,Manchester 009G,7a,Urban cultural mix,E02001053,Manchester 009,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112118 +112118,E00176093,3a2,Young Families and Students,E01005244,Manchester 025C,1a,Cosmopolitan student neighbourhoods,E02001069,Manchester 025,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112119 +112119,E00025730,8d1,Young Hard-Pressed Families,E01005091,Manchester 050D,7a,Urban cultural mix,E02001094,Manchester 050,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112120 +112120,E00025742,8d1,Young Hard-Pressed Families,E01005089,Manchester 049C,7a,Urban cultural mix,E02001093,Manchester 049,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112121 +112121,E00025743,8d1,Young Hard-Pressed Families,E01005088,Manchester 050B,4c,Hampered neighbourhoods,E02001094,Manchester 050,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112122 +112122,E00026020,8d1,Young Hard-Pressed Families,E01005141,Manchester 003C,4c,Hampered neighbourhoods,E02001047,Manchester 003,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112123 +112123,E00026025,8d1,Young Hard-Pressed Families,E01005141,Manchester 003C,4c,Hampered neighbourhoods,E02001047,Manchester 003,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112124 +112124,E00026617,8d1,Young Hard-Pressed Families,E01005255,Manchester 012D,4c,Hampered neighbourhoods,E02001056,Manchester 012,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112125 +112125,E00026652,8d1,Young Hard-Pressed Families,E01005261,Manchester 012E,4c,Hampered neighbourhoods,E02001056,Manchester 012,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112126 +112126,E00027535,4c1,Achieving Minorities,E01005436,Oldham 035B,7b,Young ethnic communities,E02006860,Oldham 035,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112127 +112127,E00027404,7d1,Ageing Communities and Families,E01005411,Oldham 006B,5c,Comfortable neighbourhoods,E02001103,Oldham 006,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112128 +112128,E00027443,7d1,Ageing Communities and Families,E01005420,Oldham 021D,5c,Comfortable neighbourhoods,E02001118,Oldham 021,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112129 +112129,E00168623,7d1,Ageing Communities and Families,E01005449,Oldham 012B,4c,Hampered neighbourhoods,E02001109,Oldham 012,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112130 +112130,E00027327,6a4,Ageing in Suburbia,E01005401,Oldham 008D,8c,Comfortable suburbia,E02001105,Oldham 008,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112131 +112131,E00027563,6a2,Comfortable Suburbia,E01005443,Oldham 003B,8c,Comfortable suburbia,E02001100,Oldham 003,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112132 +112132,E00027549,5a3,Families in Terraces and Flats,E01005444,Oldham 002C,5b,Aspiring urban households,E02001099,Oldham 002,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112133 +112133,E00026703,2a3,Students and Professionals,E01005271,Manchester 032C,1a,Cosmopolitan student neighbourhoods,E02001076,Manchester 032,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112134 +112134,E00027230,8b1,Deprived Blue-Collar Terraces,E01005378,Oldham 031E,5b,Aspiring urban households,E02001128,Oldham 031,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112135 +112135,E00027387,6a4,Ageing in Suburbia,E01005409,Oldham 020D,8c,Comfortable suburbia,E02001117,Oldham 020,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112136 +112136,E00026972,8c1,Ageing Industrious Workers,E01005323,Oldham 029B,4c,Hampered neighbourhoods,E02001126,Oldham 029,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112137 +112137,E00027320,8c1,Ageing Industrious Workers,E01005391,Oldham 008A,5c,Comfortable neighbourhoods,E02001105,Oldham 008,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112138 +112138,E00027323,8c1,Ageing Industrious Workers,E01005393,Oldham 008C,5a,Ageing urban communities,E02001105,Oldham 008,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112139 +112139,E00027329,8c1,Ageing Industrious Workers,E01005397,Oldham 009A,5d,Endeavouring social renters,E02001106,Oldham 009,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112140 +112140,E00027331,8c1,Ageing Industrious Workers,E01005397,Oldham 009A,5d,Endeavouring social renters,E02001106,Oldham 009,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112141 +112141,E00027365,8c1,Ageing Industrious Workers,E01005411,Oldham 006B,5c,Comfortable neighbourhoods,E02001103,Oldham 006,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112142 +112142,E00027410,8c1,Ageing Industrious Workers,E01005420,Oldham 021D,5c,Comfortable neighbourhoods,E02001118,Oldham 021,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112143 +112143,E00027459,8c1,Ageing Industrious Workers,E01005421,Oldham 011A,4c,Hampered neighbourhoods,E02001108,Oldham 011,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112144 +112144,E00027512,8c1,Ageing Industrious Workers,E01005439,Oldham 030E,5b,Aspiring urban households,E02001127,Oldham 030,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112145 +112145,E00027517,8c1,Ageing Industrious Workers,E01005440,Oldham 033D,5c,Comfortable neighbourhoods,E02001130,Oldham 033,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112146 +112146,E00027521,8c1,Ageing Industrious Workers,E01005440,Oldham 033D,5c,Comfortable neighbourhoods,E02001130,Oldham 033,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112147 +112147,E00027547,8c1,Ageing Industrious Workers,E01005441,Oldham 002A,5c,Comfortable neighbourhoods,E02001099,Oldham 002,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112148 +112148,E00027584,8c1,Ageing Industrious Workers,E01005454,Oldham 012C,5b,Aspiring urban households,E02001109,Oldham 012,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112149 +112149,E00165779,8c1,Ageing Industrious Workers,E01032556,Oldham 026E,5b,Aspiring urban households,E02001123,Oldham 026,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112150 +112150,E00027380,1b3,Ageing Rural Flat Tenants,E01005406,Oldham 021A,8a,Affluent communities,E02001118,Oldham 021,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112151 +112151,E00027058,7c1,Challenged Transitionaries,E01005342,Oldham 027A,4c,Hampered neighbourhoods,E02001124,Oldham 027,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112152 +112152,E00027165,7c1,Challenged Transitionaries,E01005368,Oldham 031C,4a,Challenged white communities,E02001128,Oldham 031,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112153 +112153,E00165778,8d2,Hard-Pressed Ethnic Mix,E01032557,Oldham 026F,4c,Hampered neighbourhoods,E02001123,Oldham 026,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112154 +112154,E00027184,7c1,Challenged Transitionaries,E01005366,Oldham 033B,4a,Challenged white communities,E02001130,Oldham 033,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112155 +112155,E00027321,7c1,Challenged Transitionaries,E01005392,Oldham 008B,4a,Challenged white communities,E02001105,Oldham 008,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112156 +112156,E00027322,7c1,Challenged Transitionaries,E01005392,Oldham 008B,4a,Challenged white communities,E02001105,Oldham 008,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112157 +112157,E00027451,7c1,Challenged Transitionaries,E01032558,Oldham 007E,4c,Hampered neighbourhoods,E02001104,Oldham 007,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112158 +112158,E00027519,7c1,Challenged Transitionaries,E01005440,Oldham 033D,5c,Comfortable neighbourhoods,E02001130,Oldham 033,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112159 +112159,E00168615,7c1,Challenged Transitionaries,E01005327,Oldham 017A,5a,Ageing urban communities,E02001114,Oldham 017,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112160 +112160,E00026978,6a2,Comfortable Suburbia,E01005329,Oldham 015A,8c,Comfortable suburbia,E02001112,Oldham 015,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112161 +112161,E00026981,6a2,Comfortable Suburbia,E01005333,Oldham 015C,8b,Ageing suburbanites,E02001112,Oldham 015,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112162 +112162,E00027148,6a2,Comfortable Suburbia,E01005356,Oldham 005B,8c,Comfortable suburbia,E02001102,Oldham 005,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112163 +112163,E00027219,6a2,Comfortable Suburbia,E01005380,Oldham 030C,5d,Endeavouring social renters,E02001127,Oldham 030,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112164 +112164,E00027397,6a2,Comfortable Suburbia,E01005410,Oldham 006A,2b,Prospering countryside life,E02001103,Oldham 006,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112165 +112165,E00026708,2a3,Students and Professionals,E01005276,Manchester 038C,1a,Cosmopolitan student neighbourhoods,E02001082,Manchester 038,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112166 +112166,E00026709,2a3,Students and Professionals,E01005276,Manchester 038C,1a,Cosmopolitan student neighbourhoods,E02001082,Manchester 038,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112167 +112167,E00027255,8b1,Deprived Blue-Collar Terraces,E01005387,Oldham 018A,5b,Aspiring urban households,E02001115,Oldham 018,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112168 +112168,E00027571,5a3,Families in Terraces and Flats,E01005445,Oldham 002D,4b,Constrained renters,E02001099,Oldham 002,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112169 +112169,E00026711,2a3,Students and Professionals,E01005275,Manchester 038B,1a,Cosmopolitan student neighbourhoods,E02001082,Manchester 038,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112170 +112170,E00027566,6a2,Comfortable Suburbia,E01005443,Oldham 003B,8c,Comfortable suburbia,E02001100,Oldham 003,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112171 +112171,E00027274,8b1,Deprived Blue-Collar Terraces,E01005387,Oldham 018A,5b,Aspiring urban households,E02001115,Oldham 018,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112172 +112172,E00026995,7a2,Hampered Aspiration,E01005328,Oldham 017B,4c,Hampered neighbourhoods,E02001114,Oldham 017,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112173 +112173,E00026712,2a3,Students and Professionals,E01005276,Manchester 038C,1a,Cosmopolitan student neighbourhoods,E02001082,Manchester 038,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112174 +112174,E00027326,5b2,Communal Retirement,E01005398,Oldham 009B,5a,Ageing urban communities,E02001106,Oldham 009,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112175 +112175,E00027283,8b1,Deprived Blue-Collar Terraces,E01005389,Oldham 018C,4c,Hampered neighbourhoods,E02001115,Oldham 018,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112176 +112176,E00027286,8b1,Deprived Blue-Collar Terraces,E01032556,Oldham 026E,5b,Aspiring urban households,E02001123,Oldham 026,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112177 +112177,E00027288,8b1,Deprived Blue-Collar Terraces,E01032556,Oldham 026E,5b,Aspiring urban households,E02001123,Oldham 026,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112178 +112178,E00027328,8b1,Deprived Blue-Collar Terraces,E01005399,Oldham 005C,5b,Aspiring urban households,E02001102,Oldham 005,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112179 +112179,E00027330,8b1,Deprived Blue-Collar Terraces,E01005400,Oldham 009C,4a,Challenged white communities,E02001106,Oldham 009,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112180 +112180,E00027338,8b1,Deprived Blue-Collar Terraces,E01005397,Oldham 009A,5d,Endeavouring social renters,E02001106,Oldham 009,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112181 +112181,E00027342,8b1,Deprived Blue-Collar Terraces,E01005397,Oldham 009A,5d,Endeavouring social renters,E02001106,Oldham 009,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112182 +112182,E00027350,8b1,Deprived Blue-Collar Terraces,E01005402,Oldham 009D,3d,Households in terraces and flats,E02001106,Oldham 009,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112183 +112183,E00027444,8b1,Deprived Blue-Collar Terraces,E01005420,Oldham 021D,5c,Comfortable neighbourhoods,E02001118,Oldham 021,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112184 +112184,E00027460,8b1,Deprived Blue-Collar Terraces,E01005421,Oldham 011A,4c,Hampered neighbourhoods,E02001108,Oldham 011,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112185 +112185,E00027468,8b1,Deprived Blue-Collar Terraces,E01032920,Oldham 011E,4c,Hampered neighbourhoods,E02001108,Oldham 011,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112186 +112186,E00027472,8b1,Deprived Blue-Collar Terraces,E01032920,Oldham 011E,4c,Hampered neighbourhoods,E02001108,Oldham 011,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112187 +112187,E00027515,8b1,Deprived Blue-Collar Terraces,E01005439,Oldham 030E,5b,Aspiring urban households,E02001127,Oldham 030,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112188 +112188,E00027539,8b1,Deprived Blue-Collar Terraces,E01005439,Oldham 030E,5b,Aspiring urban households,E02001127,Oldham 030,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112189 +112189,E00027540,8b1,Deprived Blue-Collar Terraces,E01005436,Oldham 035B,7b,Young ethnic communities,E02006860,Oldham 035,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112190 +112190,E00027548,8b1,Deprived Blue-Collar Terraces,E01005445,Oldham 002D,4b,Constrained renters,E02001099,Oldham 002,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112191 +112191,E00027569,8b1,Deprived Blue-Collar Terraces,E01005444,Oldham 002C,5b,Aspiring urban households,E02001099,Oldham 002,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112192 +112192,E00027570,8b1,Deprived Blue-Collar Terraces,E01005444,Oldham 002C,5b,Aspiring urban households,E02001099,Oldham 002,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112193 +112193,E00165782,8d2,Hard-Pressed Ethnic Mix,E01032558,Oldham 007E,4c,Hampered neighbourhoods,E02001104,Oldham 007,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112194 +112194,E00027587,8b1,Deprived Blue-Collar Terraces,E01005452,Oldham 007C,8b,Ageing suburbanites,E02001104,Oldham 007,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112195 +112195,E00027590,8b1,Deprived Blue-Collar Terraces,E01005455,Oldham 012D,5b,Aspiring urban households,E02001109,Oldham 012,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112196 +112196,E00027591,8b1,Deprived Blue-Collar Terraces,E01005455,Oldham 012D,5b,Aspiring urban households,E02001109,Oldham 012,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112197 +112197,E00027596,8b1,Deprived Blue-Collar Terraces,E01005454,Oldham 012C,5b,Aspiring urban households,E02001109,Oldham 012,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112198 +112198,E00027605,8b1,Deprived Blue-Collar Terraces,E01005456,Oldham 012E,4c,Hampered neighbourhoods,E02001109,Oldham 012,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112199 +112199,E00027608,8b1,Deprived Blue-Collar Terraces,E01005456,Oldham 012E,4c,Hampered neighbourhoods,E02001109,Oldham 012,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112200 +112200,E00027615,8b1,Deprived Blue-Collar Terraces,E01005448,Oldham 012A,4c,Hampered neighbourhoods,E02001109,Oldham 012,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112201 +112201,E00027088,7b2,Deprived Neighbourhoods,E01005350,Oldham 014B,7a,Urban cultural mix,E02001111,Oldham 014,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112202 +112202,E00027481,7b2,Deprived Neighbourhoods,E01005432,Oldham 014C,4c,Hampered neighbourhoods,E02001111,Oldham 014,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112203 +112203,E00027557,7b2,Deprived Neighbourhoods,E01005441,Oldham 002A,5c,Comfortable neighbourhoods,E02001099,Oldham 002,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112204 +112204,E00027578,7b2,Deprived Neighbourhoods,E01005447,Oldham 003D,4b,Constrained renters,E02001100,Oldham 003,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112205 +112205,E00027609,7b2,Deprived Neighbourhoods,E01005448,Oldham 012A,4c,Hampered neighbourhoods,E02001109,Oldham 012,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112206 +112206,E00027027,6a3,Detached Retirement Living,E01005336,Oldham 015D,8b,Ageing suburbanites,E02001112,Oldham 015,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112207 +112207,E00027122,6a3,Detached Retirement Living,E01005357,Oldham 001A,8b,Ageing suburbanites,E02001098,Oldham 001,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112208 +112208,E00027312,6a3,Detached Retirement Living,E01005396,Oldham 004D,8b,Ageing suburbanites,E02001101,Oldham 004,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112209 +112209,E00027362,6a3,Detached Retirement Living,E01005410,Oldham 006A,2b,Prospering countryside life,E02001103,Oldham 006,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112210 +112210,E00027378,6a3,Detached Retirement Living,E01005407,Oldham 013A,8c,Comfortable suburbia,E02001110,Oldham 013,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112211 +112211,E00027403,6a3,Detached Retirement Living,E01005412,Oldham 013B,8c,Comfortable suburbia,E02001110,Oldham 013,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112212 +112212,E00027438,6a3,Detached Retirement Living,E01005418,Oldham 018D,8c,Comfortable suburbia,E02001115,Oldham 018,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112213 +112213,E00027290,7b3,Endeavouring Flat Dwellers,E01005392,Oldham 008B,4a,Challenged white communities,E02001105,Oldham 008,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112214 +112214,E00027395,1a2,Established Farming Communities,E01005410,Oldham 006A,2b,Prospering countryside life,E02001103,Oldham 006,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112215 +112215,E00027413,1a2,Established Farming Communities,E01005414,Oldham 006C,2b,Prospering countryside life,E02001103,Oldham 006,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112216 +112216,E00027086,3a1,Established Renting Families,E01005350,Oldham 014B,7a,Urban cultural mix,E02001111,Oldham 014,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112217 +112217,E00027089,3a1,Established Renting Families,E01005350,Oldham 014B,7a,Urban cultural mix,E02001111,Oldham 014,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112218 +112218,E00027113,5a3,Families in Terraces and Flats,E01005358,Oldham 001B,4a,Challenged white communities,E02001098,Oldham 001,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112219 +112219,E00027175,5a3,Families in Terraces and Flats,E01005363,Oldham 032A,4c,Hampered neighbourhoods,E02001129,Oldham 032,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112220 +112220,E00027282,5a3,Families in Terraces and Flats,E01032556,Oldham 026E,5b,Aspiring urban households,E02001123,Oldham 026,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112221 +112221,E00027013,7a2,Hampered Aspiration,E01005338,Oldham 017E,4c,Hampered neighbourhoods,E02001114,Oldham 017,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112222 +112222,E00026713,2a3,Students and Professionals,E01005275,Manchester 038B,1a,Cosmopolitan student neighbourhoods,E02001082,Manchester 038,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112223 +112223,E00027408,5b2,Communal Retirement,E01005416,Oldham 013C,8a,Affluent communities,E02001110,Oldham 013,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112224 +112224,E00027161,7a2,Hampered Aspiration,E01005368,Oldham 031C,4a,Challenged white communities,E02001128,Oldham 031,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112225 +112225,E00026715,2a3,Students and Professionals,E01005276,Manchester 038C,1a,Cosmopolitan student neighbourhoods,E02001082,Manchester 038,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112226 +112226,E00165783,8d2,Hard-Pressed Ethnic Mix,E01032558,Oldham 007E,4c,Hampered neighbourhoods,E02001104,Oldham 007,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112227 +112227,E00165784,5b2,Communal Retirement,E01005389,Oldham 018C,4c,Hampered neighbourhoods,E02001115,Oldham 018,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112228 +112228,E00027191,7a2,Hampered Aspiration,E01005369,Oldham 032B,4c,Hampered neighbourhoods,E02001129,Oldham 032,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112229 +112229,E00026959,8d3,Hard-Pressed European Settlers,E01005322,Oldham 029A,7a,Urban cultural mix,E02001126,Oldham 029,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112230 +112230,E00026716,2a3,Students and Professionals,E01005275,Manchester 038B,1a,Cosmopolitan student neighbourhoods,E02001082,Manchester 038,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112231 +112231,E00168609,5b2,Communal Retirement,E01005327,Oldham 017A,5a,Ageing urban communities,E02001114,Oldham 017,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112232 +112232,E00027228,7a2,Hampered Aspiration,E01005382,Oldham 030D,4c,Hampered neighbourhoods,E02001127,Oldham 030,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112233 +112233,E00027017,8d3,Hard-Pressed European Settlers,E01005338,Oldham 017E,4c,Hampered neighbourhoods,E02001114,Oldham 017,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112234 +112234,E00027043,8d3,Hard-Pressed European Settlers,E01005338,Oldham 017E,4c,Hampered neighbourhoods,E02001114,Oldham 017,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112235 +112235,E00027218,8d3,Hard-Pressed European Settlers,E01005370,Oldham 032C,4c,Hampered neighbourhoods,E02001129,Oldham 032,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112236 +112236,E00027505,8d3,Hard-Pressed European Settlers,E01005433,Oldham 014D,4c,Hampered neighbourhoods,E02001111,Oldham 014,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112237 +112237,E00168622,8d3,Hard-Pressed European Settlers,E01032920,Oldham 011E,4c,Hampered neighbourhoods,E02001108,Oldham 011,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112238 +112238,E00027115,8b2,Hard-Pressed Rented Terraces,E01005358,Oldham 001B,4a,Challenged white communities,E02001098,Oldham 001,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112239 +112239,E00027159,8b2,Hard-Pressed Rented Terraces,E01005362,Oldham 031A,5b,Aspiring urban households,E02001128,Oldham 031,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112240 +112240,E00027277,8b2,Hard-Pressed Rented Terraces,E01005387,Oldham 018A,5b,Aspiring urban households,E02001115,Oldham 018,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112241 +112241,E00027315,8b2,Hard-Pressed Rented Terraces,E01005390,Oldham 004A,5b,Aspiring urban households,E02001101,Oldham 004,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112242 +112242,E00027497,8b2,Hard-Pressed Rented Terraces,E01005431,Oldham 019B,4c,Hampered neighbourhoods,E02001116,Oldham 019,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112243 +112243,E00027034,6a1,Indian Tech Achievers,E01005335,Oldham 010A,8c,Comfortable suburbia,E02001107,Oldham 010,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112244 +112244,E00027185,6a1,Indian Tech Achievers,E01005367,Oldham 033C,8b,Ageing suburbanites,E02001130,Oldham 033,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112245 +112245,E00027059,8a2,Industrious Hardship,E01005345,Oldham 028C,8c,Comfortable suburbia,E02001125,Oldham 028,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112246 +112246,E00027129,8a2,Industrious Hardship,E01005358,Oldham 001B,4a,Challenged white communities,E02001098,Oldham 001,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112247 +112247,E00027151,8a2,Industrious Hardship,E01005366,Oldham 033B,4a,Challenged white communities,E02001130,Oldham 033,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112248 +112248,E00027183,8a2,Industrious Hardship,E01005366,Oldham 033B,4a,Challenged white communities,E02001130,Oldham 033,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112249 +112249,E00027192,8a2,Industrious Hardship,E01005372,Oldham 034A,4a,Challenged white communities,E02001131,Oldham 034,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112250 +112250,E00027292,8a2,Industrious Hardship,E01005396,Oldham 004D,8b,Ageing suburbanites,E02001101,Oldham 004,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112251 +112251,E00027306,8a2,Industrious Hardship,E01005396,Oldham 004D,8b,Ageing suburbanites,E02001101,Oldham 004,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112252 +112252,E00027467,8a2,Industrious Hardship,E01032920,Oldham 011E,4c,Hampered neighbourhoods,E02001108,Oldham 011,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112253 +112253,E00027561,8a2,Industrious Hardship,E01005444,Oldham 002C,5b,Aspiring urban households,E02001099,Oldham 002,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112254 +112254,E00026992,8a1,Industrious Transitions,E01005330,Oldham 015B,8c,Comfortable suburbia,E02001112,Oldham 015,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112255 +112255,E00027067,8a1,Industrious Transitions,E01005345,Oldham 028C,8c,Comfortable suburbia,E02001125,Oldham 028,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112256 +112256,E00027074,8a1,Industrious Transitions,E01005347,Oldham 028E,5b,Aspiring urban households,E02001125,Oldham 028,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112257 +112257,E00027119,8a1,Industrious Transitions,E01005358,Oldham 001B,4a,Challenged white communities,E02001098,Oldham 001,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112258 +112258,E00027141,8a1,Industrious Transitions,E01005361,Oldham 003A,8b,Ageing suburbanites,E02001100,Oldham 003,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112259 +112259,E00027231,8a1,Industrious Transitions,E01005378,Oldham 031E,5b,Aspiring urban households,E02001128,Oldham 031,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112260 +112260,E00027262,8a1,Industrious Transitions,E01005383,Oldham 026A,7a,Urban cultural mix,E02001123,Oldham 026,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112261 +112261,E00027278,8a1,Industrious Transitions,E01005388,Oldham 018B,5d,Endeavouring social renters,E02001115,Oldham 018,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112262 +112262,E00027279,8a1,Industrious Transitions,E01005388,Oldham 018B,5d,Endeavouring social renters,E02001115,Oldham 018,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112263 +112263,E00027281,8a1,Industrious Transitions,E01005388,Oldham 018B,5d,Endeavouring social renters,E02001115,Oldham 018,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112264 +112264,E00027299,8a1,Industrious Transitions,E01005394,Oldham 004B,5d,Endeavouring social renters,E02001101,Oldham 004,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112265 +112265,E00027305,8a1,Industrious Transitions,E01005395,Oldham 004C,8c,Comfortable suburbia,E02001101,Oldham 004,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112266 +112266,E00027307,8a1,Industrious Transitions,E01005396,Oldham 004D,8b,Ageing suburbanites,E02001101,Oldham 004,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112267 +112267,E00027308,8a1,Industrious Transitions,E01005395,Oldham 004C,8c,Comfortable suburbia,E02001101,Oldham 004,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112268 +112268,E00027358,8a1,Industrious Transitions,E01005399,Oldham 005C,5b,Aspiring urban households,E02001102,Oldham 005,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112269 +112269,E00027373,8a1,Industrious Transitions,E01032922,Oldham 020E,5c,Comfortable neighbourhoods,E02001117,Oldham 020,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112270 +112270,E00027398,8a1,Industrious Transitions,E01005410,Oldham 006A,2b,Prospering countryside life,E02001103,Oldham 006,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112271 +112271,E00027399,8a1,Industrious Transitions,E01005411,Oldham 006B,5c,Comfortable neighbourhoods,E02001103,Oldham 006,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112272 +112272,E00027409,8a1,Industrious Transitions,E01005420,Oldham 021D,5c,Comfortable neighbourhoods,E02001118,Oldham 021,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112273 +112273,E00027425,8a1,Industrious Transitions,E01005415,Oldham 006D,5c,Comfortable neighbourhoods,E02001103,Oldham 006,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112274 +112274,E00027426,8a1,Industrious Transitions,E01005415,Oldham 006D,5c,Comfortable neighbourhoods,E02001103,Oldham 006,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112275 +112275,E00027432,8a1,Industrious Transitions,E01005420,Oldham 021D,5c,Comfortable neighbourhoods,E02001118,Oldham 021,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112276 +112276,E00027447,8a1,Industrious Transitions,E01032559,Oldham 007F,5b,Aspiring urban households,E02001104,Oldham 007,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112277 +112277,E00027234,7a2,Hampered Aspiration,E01005376,Oldham 031D,4c,Hampered neighbourhoods,E02001128,Oldham 031,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112278 +112278,E00026740,2a3,Students and Professionals,E01005273,Manchester 035C,1a,Cosmopolitan student neighbourhoods,E02001079,Manchester 035,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112279 +112279,E00168613,5b2,Communal Retirement,E01005403,Oldham 005D,5b,Aspiring urban households,E02001102,Oldham 005,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112280 +112280,E00027285,7a2,Hampered Aspiration,E01005389,Oldham 018C,4c,Hampered neighbourhoods,E02001115,Oldham 018,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112281 +112281,E00026746,2a3,Students and Professionals,E01005274,Manchester 038A,7a,Urban cultural mix,E02001082,Manchester 038,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112282 +112282,E00026948,3c1,Constrained Neighbourhoods,E01005321,Oldham 022A,7a,Urban cultural mix,E02001119,Oldham 022,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112283 +112283,E00027351,7a2,Hampered Aspiration,E01005402,Oldham 009D,3d,Households in terraces and flats,E02001106,Oldham 009,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112284 +112284,E00026862,2a3,Students and Professionals,E01005304,Manchester 040B,1a,Cosmopolitan student neighbourhoods,E02001084,Manchester 040,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112285 +112285,E00027080,3c1,Constrained Neighbourhoods,E01005350,Oldham 014B,7a,Urban cultural mix,E02001111,Oldham 014,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112286 +112286,E00027474,7a2,Hampered Aspiration,E01005421,Oldham 011A,4c,Hampered neighbourhoods,E02001108,Oldham 011,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112287 +112287,E00026863,2a3,Students and Professionals,E01005304,Manchester 040B,1a,Cosmopolitan student neighbourhoods,E02001084,Manchester 040,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112288 +112288,E00027081,3c1,Constrained Neighbourhoods,E01005350,Oldham 014B,7a,Urban cultural mix,E02001111,Oldham 014,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112289 +112289,E00027572,7a2,Hampered Aspiration,E01005445,Oldham 002D,4b,Constrained renters,E02001099,Oldham 002,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112290 +112290,E00026873,2a3,Students and Professionals,E01005304,Manchester 040B,1a,Cosmopolitan student neighbourhoods,E02001084,Manchester 040,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112291 +112291,E00026878,2a3,Students and Professionals,E01005307,Manchester 040D,1a,Cosmopolitan student neighbourhoods,E02001084,Manchester 040,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112292 +112292,E00175836,2a3,Students and Professionals,E01005214,Manchester 019D,6a,Inner city cosmopolitan,E02001063,Manchester 019,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112293 +112293,E00175841,2a3,Students and Professionals,E01033651,Manchester 054B,1a,Cosmopolitan student neighbourhoods,E02006902,Manchester 054,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112294 +112294,E00175889,2a3,Students and Professionals,E01033671,Manchester 039F,1a,Cosmopolitan student neighbourhoods,E02001083,Manchester 039,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112295 +112295,E00175895,2a3,Students and Professionals,E01005133,Manchester 013D,7a,Urban cultural mix,E02001057,Manchester 013,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112296 +112296,E00175908,2a3,Students and Professionals,E01005214,Manchester 019D,6a,Inner city cosmopolitan,E02001063,Manchester 019,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112297 +112297,E00175921,2a3,Students and Professionals,E01005208,Manchester 019A,6a,Inner city cosmopolitan,E02001063,Manchester 019,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112298 +112298,E00176039,2a3,Students and Professionals,E01005105,Manchester 015C,7a,Urban cultural mix,E02001059,Manchester 015,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112299 +112299,E00176045,2a3,Students and Professionals,E01033680,Manchester 028E,6a,Inner city cosmopolitan,E02001072,Manchester 028,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112300 +112300,E00176075,2a3,Students and Professionals,E01005208,Manchester 019A,6a,Inner city cosmopolitan,E02001063,Manchester 019,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112301 +112301,E00176081,2a3,Students and Professionals,E01005212,Manchester 057A,1a,Cosmopolitan student neighbourhoods,E02006914,Manchester 057,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112302 +112302,E00025699,2d1,Urban Cultural Mix,E01005076,Manchester 039A,1a,Cosmopolitan student neighbourhoods,E02001083,Manchester 039,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112303 +112303,E00025700,2d1,Urban Cultural Mix,E01005076,Manchester 039A,1a,Cosmopolitan student neighbourhoods,E02001083,Manchester 039,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112304 +112304,E00025704,2d1,Urban Cultural Mix,E01005083,Manchester 039D,1a,Cosmopolitan student neighbourhoods,E02001083,Manchester 039,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112305 +112305,E00025705,2d1,Urban Cultural Mix,E01005083,Manchester 039D,1a,Cosmopolitan student neighbourhoods,E02001083,Manchester 039,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112306 +112306,E00025708,2d1,Urban Cultural Mix,E01005083,Manchester 039D,1a,Cosmopolitan student neighbourhoods,E02001083,Manchester 039,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112307 +112307,E00025719,2d1,Urban Cultural Mix,E01005078,Manchester 042B,1a,Cosmopolitan student neighbourhoods,E02001086,Manchester 042,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112308 +112308,E00026100,2d1,Urban Cultural Mix,E01005159,Manchester 029D,3d,Households in terraces and flats,E02001073,Manchester 029,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112309 +112309,E00026104,2d1,Urban Cultural Mix,E01005150,Manchester 029A,1a,Cosmopolitan student neighbourhoods,E02001073,Manchester 029,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112310 +112310,E00026113,2d1,Urban Cultural Mix,E01005150,Manchester 029A,1a,Cosmopolitan student neighbourhoods,E02001073,Manchester 029,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112311 +112311,E00026114,2d1,Urban Cultural Mix,E01005154,Manchester 033A,1a,Cosmopolitan student neighbourhoods,E02001077,Manchester 033,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112312 +112312,E00026119,2d1,Urban Cultural Mix,E01005154,Manchester 033A,1a,Cosmopolitan student neighbourhoods,E02001077,Manchester 033,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112313 +112313,E00026127,2d1,Urban Cultural Mix,E01005154,Manchester 033A,1a,Cosmopolitan student neighbourhoods,E02001077,Manchester 033,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112314 +112314,E00026174,2d1,Urban Cultural Mix,E01005172,Manchester 043A,3c,Highly qualified professionals,E02001087,Manchester 043,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112315 +112315,E00026175,2d1,Urban Cultural Mix,E01005172,Manchester 043A,3c,Highly qualified professionals,E02001087,Manchester 043,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112316 +112316,E00026186,2d1,Urban Cultural Mix,E01005172,Manchester 043A,3c,Highly qualified professionals,E02001087,Manchester 043,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112317 +112317,E00026208,2d1,Urban Cultural Mix,E01005171,Manchester 045E,3b,Asian traits,E02001089,Manchester 045,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112318 +112318,E00026825,2d1,Urban Cultural Mix,E01005301,Manchester 033E,3b,Asian traits,E02001077,Manchester 033,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112319 +112319,E00026838,2d1,Urban Cultural Mix,E01005302,Manchester 028C,6a,Inner city cosmopolitan,E02001072,Manchester 028,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112320 +112320,E00026885,2d1,Urban Cultural Mix,E01005306,Manchester 040C,3c,Highly qualified professionals,E02001084,Manchester 040,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112321 +112321,E00026891,2d1,Urban Cultural Mix,E01005306,Manchester 040C,3c,Highly qualified professionals,E02001084,Manchester 040,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112322 +112322,E00175874,2d1,Urban Cultural Mix,E01033668,Manchester 015F,6a,Inner city cosmopolitan,E02001059,Manchester 015,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112323 +112323,E00175879,2d1,Urban Cultural Mix,E01033669,Manchester 015G,7a,Urban cultural mix,E02001059,Manchester 015,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112324 +112324,E00175884,2d1,Urban Cultural Mix,E01033670,Manchester 039E,1a,Cosmopolitan student neighbourhoods,E02001083,Manchester 039,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112325 +112325,E00175885,2d1,Urban Cultural Mix,E01033670,Manchester 039E,1a,Cosmopolitan student neighbourhoods,E02001083,Manchester 039,E08000003,Manchester,2b1r,University Towns and Cities,E12000002,North West,E92000001,England,112326 +112326,E00027093,3c1,Constrained Neighbourhoods,E01005350,Oldham 014B,7a,Urban cultural mix,E02001111,Oldham 014,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112327 +112327,E00027575,7a2,Hampered Aspiration,E01005445,Oldham 002D,4b,Constrained renters,E02001099,Oldham 002,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112328 +112328,E00027579,7a2,Hampered Aspiration,E01005446,Oldham 003C,5b,Aspiring urban households,E02001100,Oldham 003,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112329 +112329,E00027098,3c1,Constrained Neighbourhoods,E01005353,Oldham 016D,7b,Young ethnic communities,E02001113,Oldham 016,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112330 +112330,E00027580,7a2,Hampered Aspiration,E01005447,Oldham 003D,4b,Constrained renters,E02001100,Oldham 003,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112331 +112331,E00027109,3c1,Constrained Neighbourhoods,E01005350,Oldham 014B,7a,Urban cultural mix,E02001111,Oldham 014,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112332 +112332,E00026971,8d2,Hard-Pressed Ethnic Mix,E01005323,Oldham 029B,4c,Hampered neighbourhoods,E02001126,Oldham 029,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112333 +112333,E00027482,3c1,Constrained Neighbourhoods,E01005433,Oldham 014D,4c,Hampered neighbourhoods,E02001111,Oldham 014,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112334 +112334,E00027008,8d2,Hard-Pressed Ethnic Mix,E01005332,Oldham 028A,4c,Hampered neighbourhoods,E02001125,Oldham 028,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112335 +112335,E00027522,3c1,Constrained Neighbourhoods,E01005434,Oldham 024B,7a,Urban cultural mix,E02001121,Oldham 024,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112336 +112336,E00027026,8d2,Hard-Pressed Ethnic Mix,E01005340,Oldham 010D,4c,Hampered neighbourhoods,E02001107,Oldham 010,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112337 +112337,E00027523,3c1,Constrained Neighbourhoods,E01005434,Oldham 024B,7a,Urban cultural mix,E02001121,Oldham 024,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112338 +112338,E00027032,8d2,Hard-Pressed Ethnic Mix,E01005340,Oldham 010D,4c,Hampered neighbourhoods,E02001107,Oldham 010,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112339 +112339,E00027641,3c1,Constrained Neighbourhoods,E01032921,Oldham 035G,7b,Young ethnic communities,E02006860,Oldham 035,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112340 +112340,E00027038,8d2,Hard-Pressed Ethnic Mix,E01005340,Oldham 010D,4c,Hampered neighbourhoods,E02001107,Oldham 010,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112341 +112341,E00026986,7c2,Constrained Young Families,E01005328,Oldham 017B,4c,Hampered neighbourhoods,E02001114,Oldham 017,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112342 +112342,E00027051,8d2,Hard-Pressed Ethnic Mix,E01005343,Oldham 027B,4c,Hampered neighbourhoods,E02001124,Oldham 027,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112343 +112343,E00026997,7c2,Constrained Young Families,E01005328,Oldham 017B,4c,Hampered neighbourhoods,E02001114,Oldham 017,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112344 +112344,E00027133,7c2,Constrained Young Families,E01005360,Oldham 001D,5c,Comfortable neighbourhoods,E02001098,Oldham 001,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112345 +112345,E00027250,7c2,Constrained Young Families,E01005381,Oldham 027D,4c,Hampered neighbourhoods,E02001124,Oldham 027,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112346 +112346,E00027334,7c2,Constrained Young Families,E01005400,Oldham 009C,4a,Challenged white communities,E02001106,Oldham 009,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112347 +112347,E00027339,7c2,Constrained Young Families,E01005400,Oldham 009C,4a,Challenged white communities,E02001106,Oldham 009,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112348 +112348,E00027562,7c2,Constrained Young Families,E01005441,Oldham 002A,5c,Comfortable neighbourhoods,E02001099,Oldham 002,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112349 +112349,E00027585,7c2,Constrained Young Families,E01005448,Oldham 012A,4c,Hampered neighbourhoods,E02001109,Oldham 012,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112350 +112350,E00027602,7c2,Constrained Young Families,E01005456,Oldham 012E,4c,Hampered neighbourhoods,E02001109,Oldham 012,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112351 +112351,E00027353,5b1,Delayed Retirement,E01005402,Oldham 009D,3d,Households in terraces and flats,E02001106,Oldham 009,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112352 +112352,E00027367,5b1,Delayed Retirement,E01005411,Oldham 006B,5c,Comfortable neighbourhoods,E02001103,Oldham 006,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112353 +112353,E00026991,8b1,Deprived Blue-Collar Terraces,E01005327,Oldham 017A,5a,Ageing urban communities,E02001114,Oldham 017,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112354 +112354,E00027000,8b1,Deprived Blue-Collar Terraces,E01005331,Oldham 017C,5b,Aspiring urban households,E02001114,Oldham 017,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112355 +112355,E00027004,8b1,Deprived Blue-Collar Terraces,E01005331,Oldham 017C,5b,Aspiring urban households,E02001114,Oldham 017,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112356 +112356,E00027005,8b1,Deprived Blue-Collar Terraces,E01005332,Oldham 028A,4c,Hampered neighbourhoods,E02001125,Oldham 028,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112357 +112357,E00027049,8b1,Deprived Blue-Collar Terraces,E01005343,Oldham 027B,4c,Hampered neighbourhoods,E02001124,Oldham 027,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112358 +112358,E00027053,8b1,Deprived Blue-Collar Terraces,E01005341,Oldham 028B,4c,Hampered neighbourhoods,E02001125,Oldham 028,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112359 +112359,E00027054,8b1,Deprived Blue-Collar Terraces,E01005341,Oldham 028B,4c,Hampered neighbourhoods,E02001125,Oldham 028,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112360 +112360,E00027055,8b1,Deprived Blue-Collar Terraces,E01005341,Oldham 028B,4c,Hampered neighbourhoods,E02001125,Oldham 028,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112361 +112361,E00027064,8b1,Deprived Blue-Collar Terraces,E01005344,Oldham 027C,4c,Hampered neighbourhoods,E02001124,Oldham 027,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112362 +112362,E00027100,8b1,Deprived Blue-Collar Terraces,E01005354,Oldham 016E,7b,Young ethnic communities,E02001113,Oldham 016,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112363 +112363,E00027143,8b1,Deprived Blue-Collar Terraces,E01005355,Oldham 005A,5b,Aspiring urban households,E02001102,Oldham 005,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112364 +112364,E00027160,8b1,Deprived Blue-Collar Terraces,E01005368,Oldham 031C,4a,Challenged white communities,E02001128,Oldham 031,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112365 +112365,E00027162,8b1,Deprived Blue-Collar Terraces,E01005368,Oldham 031C,4a,Challenged white communities,E02001128,Oldham 031,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112366 +112366,E00027164,8b1,Deprived Blue-Collar Terraces,E01005368,Oldham 031C,4a,Challenged white communities,E02001128,Oldham 031,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112367 +112367,E00027168,8b1,Deprived Blue-Collar Terraces,E01005362,Oldham 031A,5b,Aspiring urban households,E02001128,Oldham 031,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112368 +112368,E00027171,8b1,Deprived Blue-Collar Terraces,E01005362,Oldham 031A,5b,Aspiring urban households,E02001128,Oldham 031,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112369 +112369,E00027173,8b1,Deprived Blue-Collar Terraces,E01005364,Oldham 031B,8b,Ageing suburbanites,E02001128,Oldham 031,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112370 +112370,E00027176,8b1,Deprived Blue-Collar Terraces,E01005364,Oldham 031B,8b,Ageing suburbanites,E02001128,Oldham 031,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112371 +112371,E00027180,8b1,Deprived Blue-Collar Terraces,E01005365,Oldham 033A,8c,Comfortable suburbia,E02001130,Oldham 033,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112372 +112372,E00027203,8b1,Deprived Blue-Collar Terraces,E01005374,Oldham 034C,5d,Endeavouring social renters,E02001131,Oldham 034,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112373 +112373,E00027062,8d2,Hard-Pressed Ethnic Mix,E01005343,Oldham 027B,4c,Hampered neighbourhoods,E02001124,Oldham 027,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112374 +112374,E00027079,8d2,Hard-Pressed Ethnic Mix,E01005341,Oldham 028B,4c,Hampered neighbourhoods,E02001125,Oldham 028,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112375 +112375,E00027116,8d2,Hard-Pressed Ethnic Mix,E01005355,Oldham 005A,5b,Aspiring urban households,E02001102,Oldham 005,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112376 +112376,E00027132,8d2,Hard-Pressed Ethnic Mix,E01005360,Oldham 001D,5c,Comfortable neighbourhoods,E02001098,Oldham 001,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112377 +112377,E00027153,8d2,Hard-Pressed Ethnic Mix,E01005363,Oldham 032A,4c,Hampered neighbourhoods,E02001129,Oldham 032,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112378 +112378,E00027155,8d2,Hard-Pressed Ethnic Mix,E01005363,Oldham 032A,4c,Hampered neighbourhoods,E02001129,Oldham 032,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112379 +112379,E00027170,8d2,Hard-Pressed Ethnic Mix,E01005363,Oldham 032A,4c,Hampered neighbourhoods,E02001129,Oldham 032,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112380 +112380,E00027186,8d2,Hard-Pressed Ethnic Mix,E01005372,Oldham 034A,4a,Challenged white communities,E02001131,Oldham 034,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112381 +112381,E00027187,8d2,Hard-Pressed Ethnic Mix,E01005370,Oldham 032C,4c,Hampered neighbourhoods,E02001129,Oldham 032,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112382 +112382,E00027188,8d2,Hard-Pressed Ethnic Mix,E01005369,Oldham 032B,4c,Hampered neighbourhoods,E02001129,Oldham 032,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112383 +112383,E00027189,8d2,Hard-Pressed Ethnic Mix,E01005371,Oldham 032D,4c,Hampered neighbourhoods,E02001129,Oldham 032,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112384 +112384,E00027194,8d2,Hard-Pressed Ethnic Mix,E01005374,Oldham 034C,5d,Endeavouring social renters,E02001131,Oldham 034,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112385 +112385,E00027197,8d2,Hard-Pressed Ethnic Mix,E01005372,Oldham 034A,4a,Challenged white communities,E02001131,Oldham 034,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112386 +112386,E00027214,8d2,Hard-Pressed Ethnic Mix,E01005369,Oldham 032B,4c,Hampered neighbourhoods,E02001129,Oldham 032,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112387 +112387,E00027216,8d2,Hard-Pressed Ethnic Mix,E01005369,Oldham 032B,4c,Hampered neighbourhoods,E02001129,Oldham 032,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112388 +112388,E00027220,8d2,Hard-Pressed Ethnic Mix,E01005376,Oldham 031D,4c,Hampered neighbourhoods,E02001128,Oldham 031,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112389 +112389,E00027225,8d2,Hard-Pressed Ethnic Mix,E01005376,Oldham 031D,4c,Hampered neighbourhoods,E02001128,Oldham 031,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112390 +112390,E00027254,8d2,Hard-Pressed Ethnic Mix,E01005386,Oldham 026D,4c,Hampered neighbourhoods,E02001123,Oldham 026,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112391 +112391,E00027263,8d2,Hard-Pressed Ethnic Mix,E01005389,Oldham 018C,4c,Hampered neighbourhoods,E02001115,Oldham 018,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112392 +112392,E00027266,8d2,Hard-Pressed Ethnic Mix,E01005386,Oldham 026D,4c,Hampered neighbourhoods,E02001123,Oldham 026,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112393 +112393,E00027267,8d2,Hard-Pressed Ethnic Mix,E01032557,Oldham 026F,4c,Hampered neighbourhoods,E02001123,Oldham 026,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112394 +112394,E00027268,8d2,Hard-Pressed Ethnic Mix,E01032557,Oldham 026F,4c,Hampered neighbourhoods,E02001123,Oldham 026,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112395 +112395,E00027295,8d2,Hard-Pressed Ethnic Mix,E01005391,Oldham 008A,5c,Comfortable neighbourhoods,E02001105,Oldham 008,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112396 +112396,E00027458,8d2,Hard-Pressed Ethnic Mix,E01005422,Oldham 011B,4c,Hampered neighbourhoods,E02001108,Oldham 011,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112397 +112397,E00027495,8d2,Hard-Pressed Ethnic Mix,E01005431,Oldham 019B,4c,Hampered neighbourhoods,E02001116,Oldham 019,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112398 +112398,E00027545,8d2,Hard-Pressed Ethnic Mix,E01005447,Oldham 003D,4b,Constrained renters,E02001100,Oldham 003,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112399 +112399,E00027593,8d2,Hard-Pressed Ethnic Mix,E01005455,Oldham 012D,5b,Aspiring urban households,E02001109,Oldham 012,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112400 +112400,E00027343,5b3,Self-Sufficient Retirement,E01005398,Oldham 009B,5a,Ageing urban communities,E02001106,Oldham 009,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112401 +112401,E00027352,5b3,Self-Sufficient Retirement,E01005402,Oldham 009D,3d,Households in terraces and flats,E02001106,Oldham 009,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112402 +112402,E00027360,5b3,Self-Sufficient Retirement,E01005408,Oldham 020C,5c,Comfortable neighbourhoods,E02001117,Oldham 020,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112403 +112403,E00027369,5b3,Self-Sufficient Retirement,E01032922,Oldham 020E,5c,Comfortable neighbourhoods,E02001117,Oldham 020,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112404 +112404,E00027371,5b3,Self-Sufficient Retirement,E01032922,Oldham 020E,5c,Comfortable neighbourhoods,E02001117,Oldham 020,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112405 +112405,E00027374,5b3,Self-Sufficient Retirement,E01032922,Oldham 020E,5c,Comfortable neighbourhoods,E02001117,Oldham 020,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112406 +112406,E00027386,5b3,Self-Sufficient Retirement,E01005408,Oldham 020C,5c,Comfortable neighbourhoods,E02001117,Oldham 020,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112407 +112407,E00027400,5b3,Self-Sufficient Retirement,E01005411,Oldham 006B,5c,Comfortable neighbourhoods,E02001103,Oldham 006,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112408 +112408,E00027445,5b3,Self-Sufficient Retirement,E01005413,Oldham 021B,8c,Comfortable suburbia,E02001118,Oldham 021,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112409 +112409,E00026979,6b3,Semi-Detached Ageing,E01005333,Oldham 015C,8b,Ageing suburbanites,E02001112,Oldham 015,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112410 +112410,E00027448,8a1,Industrious Transitions,E01032559,Oldham 007F,5b,Aspiring urban households,E02001104,Oldham 007,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112411 +112411,E00026996,6b3,Semi-Detached Ageing,E01005327,Oldham 017A,5a,Ageing urban communities,E02001114,Oldham 017,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112412 +112412,E00027023,6b3,Semi-Detached Ageing,E01005339,Oldham 010C,8b,Ageing suburbanites,E02001107,Oldham 010,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112413 +112413,E00027024,6b3,Semi-Detached Ageing,E01005339,Oldham 010C,8b,Ageing suburbanites,E02001107,Oldham 010,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112414 +112414,E00027099,4a1,Private Renting Young Families,E01005354,Oldham 016E,7b,Young ethnic communities,E02001113,Oldham 016,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112415 +112415,E00027466,8a1,Industrious Transitions,E01032920,Oldham 011E,4c,Hampered neighbourhoods,E02001108,Oldham 011,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112416 +112416,E00027096,4b2,Pakistani Communities,E01005353,Oldham 016D,7b,Young ethnic communities,E02001113,Oldham 016,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112417 +112417,E00027035,6b3,Semi-Detached Ageing,E01005339,Oldham 010C,8b,Ageing suburbanites,E02001107,Oldham 010,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112418 +112418,E00027347,5a2,Multi-Ethnic Professionals with Families,E01005401,Oldham 008D,8c,Comfortable suburbia,E02001105,Oldham 008,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112419 +112419,E00027418,6b3,Semi-Detached Ageing,E01005413,Oldham 021B,8c,Comfortable suburbia,E02001118,Oldham 021,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112420 +112420,E00027616,4b2,Pakistani Communities,E01005450,Oldham 019C,7a,Urban cultural mix,E02001116,Oldham 019,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112421 +112421,E00027406,5a1,White Professionals,E01005412,Oldham 013B,8c,Comfortable suburbia,E02001110,Oldham 013,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112422 +112422,E00027103,4a1,Private Renting Young Families,E01005348,Oldham 014A,7a,Urban cultural mix,E02001111,Oldham 014,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112423 +112423,E00027222,4a1,Private Renting Young Families,E01005382,Oldham 030D,4c,Hampered neighbourhoods,E02001127,Oldham 030,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112424 +112424,E00027224,4a1,Private Renting Young Families,E01005378,Oldham 031E,5b,Aspiring urban households,E02001128,Oldham 031,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112425 +112425,E00027229,4a1,Private Renting Young Families,E01005376,Oldham 031D,4c,Hampered neighbourhoods,E02001128,Oldham 031,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112426 +112426,E00027253,4a1,Private Renting Young Families,E01005383,Oldham 026A,7a,Urban cultural mix,E02001123,Oldham 026,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112427 +112427,E00027260,4a1,Private Renting Young Families,E01005383,Oldham 026A,7a,Urban cultural mix,E02001123,Oldham 026,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112428 +112428,E00027265,4a1,Private Renting Young Families,E01005383,Oldham 026A,7a,Urban cultural mix,E02001123,Oldham 026,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112429 +112429,E00027478,4a1,Private Renting Young Families,E01005432,Oldham 014C,4c,Hampered neighbourhoods,E02001111,Oldham 014,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112430 +112430,E00027489,4a1,Private Renting Young Families,E01005431,Oldham 019B,4c,Hampered neighbourhoods,E02001116,Oldham 019,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112431 +112431,E00027502,4a1,Private Renting Young Families,E01005431,Oldham 019B,4c,Hampered neighbourhoods,E02001116,Oldham 019,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112432 +112432,E00027504,4a1,Private Renting Young Families,E01005432,Oldham 014C,4c,Hampered neighbourhoods,E02001111,Oldham 014,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112433 +112433,E00027506,4a1,Private Renting Young Families,E01005432,Oldham 014C,4c,Hampered neighbourhoods,E02001111,Oldham 014,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112434 +112434,E00027508,4a1,Private Renting Young Families,E01005433,Oldham 014D,4c,Hampered neighbourhoods,E02001111,Oldham 014,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112435 +112435,E00027513,4a1,Private Renting Young Families,E01005438,Oldham 029E,7a,Urban cultural mix,E02001126,Oldham 029,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112436 +112436,E00027607,4a1,Private Renting Young Families,E01005448,Oldham 012A,4c,Hampered neighbourhoods,E02001109,Oldham 012,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112437 +112437,E00027649,4a1,Private Renting Young Families,E01005460,Oldham 035C,7b,Young ethnic communities,E02006860,Oldham 035,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112438 +112438,E00027001,8c3,Renting Hard-Pressed Workers,E01005331,Oldham 017C,5b,Aspiring urban households,E02001114,Oldham 017,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112439 +112439,E00027060,8c3,Renting Hard-Pressed Workers,E01005341,Oldham 028B,4c,Hampered neighbourhoods,E02001125,Oldham 028,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112440 +112440,E00027073,8c3,Renting Hard-Pressed Workers,E01005346,Oldham 028D,5d,Endeavouring social renters,E02001125,Oldham 028,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112441 +112441,E00027150,8c3,Renting Hard-Pressed Workers,E01005366,Oldham 033B,4a,Challenged white communities,E02001130,Oldham 033,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112442 +112442,E00027280,8c3,Renting Hard-Pressed Workers,E01005388,Oldham 018B,5d,Endeavouring social renters,E02001115,Oldham 018,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112443 +112443,E00027300,8c3,Renting Hard-Pressed Workers,E01005394,Oldham 004B,5d,Endeavouring social renters,E02001101,Oldham 004,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112444 +112444,E00027314,8c3,Renting Hard-Pressed Workers,E01005392,Oldham 008B,4a,Challenged white communities,E02001105,Oldham 008,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112445 +112445,E00027317,8c3,Renting Hard-Pressed Workers,E01005391,Oldham 008A,5c,Comfortable neighbourhoods,E02001105,Oldham 008,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112446 +112446,E00027337,8c3,Renting Hard-Pressed Workers,E01005400,Oldham 009C,4a,Challenged white communities,E02001106,Oldham 009,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112447 +112447,E00027375,8c3,Renting Hard-Pressed Workers,E01032922,Oldham 020E,5c,Comfortable neighbourhoods,E02001117,Oldham 020,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112448 +112448,E00027377,8c3,Renting Hard-Pressed Workers,E01032922,Oldham 020E,5c,Comfortable neighbourhoods,E02001117,Oldham 020,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112449 +112449,E00027560,8c3,Renting Hard-Pressed Workers,E01005441,Oldham 002A,5c,Comfortable neighbourhoods,E02001099,Oldham 002,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112450 +112450,E00027431,1c2,Renting Rural Retirement,E01005417,Oldham 013D,8b,Ageing suburbanites,E02001110,Oldham 013,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112451 +112451,E00027177,7d3,Retired Communal City Dwellers,E01005366,Oldham 033B,4a,Challenged white communities,E02001130,Oldham 033,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112452 +112452,E00027465,7d3,Retired Communal City Dwellers,E01005421,Oldham 011A,4c,Hampered neighbourhoods,E02001108,Oldham 011,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112453 +112453,E00168611,7d3,Retired Communal City Dwellers,E01005461,Oldham 035D,7b,Young ethnic communities,E02006860,Oldham 035,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112454 +112454,E00027065,7d2,Retired Independent City Dwellers,E01005342,Oldham 027A,4c,Hampered neighbourhoods,E02001124,Oldham 027,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112455 +112455,E00027101,7d2,Retired Independent City Dwellers,E01005348,Oldham 014A,7a,Urban cultural mix,E02001111,Oldham 014,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112456 +112456,E00027198,7d2,Retired Independent City Dwellers,E01005370,Oldham 032C,4c,Hampered neighbourhoods,E02001129,Oldham 032,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112457 +112457,E00027316,7d2,Retired Independent City Dwellers,E01005392,Oldham 008B,4a,Challenged white communities,E02001105,Oldham 008,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112458 +112458,E00027333,7d2,Retired Independent City Dwellers,E01005400,Oldham 009C,4a,Challenged white communities,E02001106,Oldham 009,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112459 +112459,E00027421,1b1,Rural Life,E01005414,Oldham 006C,2b,Prospering countryside life,E02001103,Oldham 006,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112460 +112460,E00027022,1b2,Rural White-Collar Workers,E01005339,Oldham 010C,8b,Ageing suburbanites,E02001107,Oldham 010,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112461 +112461,E00027261,1b2,Rural White-Collar Workers,E01005386,Oldham 026D,4c,Hampered neighbourhoods,E02001123,Oldham 026,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112462 +112462,E00027390,1b2,Rural White-Collar Workers,E01005409,Oldham 020D,8c,Comfortable suburbia,E02001117,Oldham 020,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112463 +112463,E00027396,1b2,Rural White-Collar Workers,E01005410,Oldham 006A,2b,Prospering countryside life,E02001103,Oldham 006,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112464 +112464,E00027423,1b2,Rural White-Collar Workers,E01005414,Oldham 006C,2b,Prospering countryside life,E02001103,Oldham 006,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112465 +112465,E00027424,1b2,Rural White-Collar Workers,E01005416,Oldham 013C,8a,Affluent communities,E02001110,Oldham 013,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112466 +112466,E00027553,1b2,Rural White-Collar Workers,E01005443,Oldham 003B,8c,Comfortable suburbia,E02001100,Oldham 003,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112467 +112467,E00027156,5b3,Self-Sufficient Retirement,E01005367,Oldham 033C,8b,Ageing suburbanites,E02001130,Oldham 033,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112468 +112468,E00027174,5b3,Self-Sufficient Retirement,E01005366,Oldham 033B,4a,Challenged white communities,E02001130,Oldham 033,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112469 +112469,E00027179,5b3,Self-Sufficient Retirement,E01005363,Oldham 032A,4c,Hampered neighbourhoods,E02001129,Oldham 032,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112470 +112470,E00027204,5b3,Self-Sufficient Retirement,E01005373,Oldham 034B,8b,Ageing suburbanites,E02001131,Oldham 034,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112471 +112471,E00027097,4b2,Pakistani Communities,E01005353,Oldham 016D,7b,Young ethnic communities,E02001113,Oldham 016,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112472 +112472,E00027044,6b3,Semi-Detached Ageing,E01005336,Oldham 015D,8b,Ageing suburbanites,E02001112,Oldham 015,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112473 +112473,E00027102,4b2,Pakistani Communities,E01005348,Oldham 014A,7a,Urban cultural mix,E02001111,Oldham 014,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112474 +112474,E00027411,5a1,White Professionals,E01005419,Oldham 021C,8c,Comfortable suburbia,E02001118,Oldham 021,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112475 +112475,E00168608,5a2,Multi-Ethnic Professionals with Families,E01005327,Oldham 017A,5a,Ageing urban communities,E02001114,Oldham 017,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112476 +112476,E00027617,4b2,Pakistani Communities,E01005450,Oldham 019C,7a,Urban cultural mix,E02001116,Oldham 019,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112477 +112477,E00027435,6b3,Semi-Detached Ageing,E01005417,Oldham 013D,8b,Ageing suburbanites,E02001110,Oldham 013,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112478 +112478,E00027514,6b3,Semi-Detached Ageing,E01005439,Oldham 030E,5b,Aspiring urban households,E02001127,Oldham 030,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112479 +112479,E00027414,5a1,White Professionals,E01005419,Oldham 021C,8c,Comfortable suburbia,E02001118,Oldham 021,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112480 +112480,E00027516,6b3,Semi-Detached Ageing,E01005439,Oldham 030E,5b,Aspiring urban households,E02001127,Oldham 030,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112481 +112481,E00027500,8a1,Industrious Transitions,E01005431,Oldham 019B,4c,Hampered neighbourhoods,E02001116,Oldham 019,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112482 +112482,E00027077,6b3,Semi-Detached Ageing,E01005346,Oldham 028D,5d,Endeavouring social renters,E02001125,Oldham 028,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112483 +112483,E00027518,8a1,Industrious Transitions,E01005440,Oldham 033D,5c,Comfortable neighbourhoods,E02001130,Oldham 033,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112484 +112484,E00027104,4b2,Pakistani Communities,E01005348,Oldham 014A,7a,Urban cultural mix,E02001111,Oldham 014,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112485 +112485,E00027415,5a1,White Professionals,E01005420,Oldham 021D,5c,Comfortable neighbourhoods,E02001118,Oldham 021,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112486 +112486,E00027558,6b3,Semi-Detached Ageing,E01005442,Oldham 002B,8b,Ageing suburbanites,E02001099,Oldham 002,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112487 +112487,E00027618,4b2,Pakistani Communities,E01005451,Oldham 019D,3b,Asian traits,E02001116,Oldham 019,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112488 +112488,E00026987,6b1,Multi-Ethnic Suburbia,E01005327,Oldham 017A,5a,Ageing urban communities,E02001114,Oldham 017,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112489 +112489,E00027620,4b2,Pakistani Communities,E01005451,Oldham 019D,3b,Asian traits,E02001116,Oldham 019,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112490 +112490,E00027105,4b2,Pakistani Communities,E01005351,Oldham 016B,7b,Young ethnic communities,E02001113,Oldham 016,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112491 +112491,E00027417,5a1,White Professionals,E01005419,Oldham 021C,8c,Comfortable suburbia,E02001118,Oldham 021,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112492 +112492,E00027078,6b3,Semi-Detached Ageing,E01005346,Oldham 028D,5d,Endeavouring social renters,E02001125,Oldham 028,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112493 +112493,E00027564,6b3,Semi-Detached Ageing,E01005444,Oldham 002C,5b,Aspiring urban households,E02001099,Oldham 002,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112494 +112494,E00026990,6b1,Multi-Ethnic Suburbia,E01005329,Oldham 015A,8c,Comfortable suburbia,E02001112,Oldham 015,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112495 +112495,E00027577,8a1,Industrious Transitions,E01005447,Oldham 003D,4b,Constrained renters,E02001100,Oldham 003,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112496 +112496,E00027625,4b2,Pakistani Communities,E01032921,Oldham 035G,7b,Young ethnic communities,E02006860,Oldham 035,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112497 +112497,E00027106,4b2,Pakistani Communities,E01005348,Oldham 014A,7a,Urban cultural mix,E02001111,Oldham 014,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112498 +112498,E00027422,5a1,White Professionals,E01005414,Oldham 006C,2b,Prospering countryside life,E02001103,Oldham 006,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112499 +112499,E00027107,4b2,Pakistani Communities,E01005351,Oldham 016B,7b,Young ethnic communities,E02001113,Oldham 016,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112500 +112500,E00027565,6b3,Semi-Detached Ageing,E01005442,Oldham 002B,8b,Ageing suburbanites,E02001099,Oldham 002,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112501 +112501,E00027033,6b1,Multi-Ethnic Suburbia,E01005336,Oldham 015D,8b,Ageing suburbanites,E02001112,Oldham 015,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112502 +112502,E00027121,6b3,Semi-Detached Ageing,E01005359,Oldham 001C,8b,Ageing suburbanites,E02001098,Oldham 001,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112503 +112503,E00027626,4b2,Pakistani Communities,E01005462,Oldham 035E,7b,Young ethnic communities,E02006860,Oldham 035,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112504 +112504,E00027429,5a1,White Professionals,E01005416,Oldham 013C,8a,Affluent communities,E02001110,Oldham 013,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112505 +112505,E00027582,8a1,Industrious Transitions,E01005453,Oldham 007D,8c,Comfortable suburbia,E02001104,Oldham 007,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112506 +112506,E00027108,4b2,Pakistani Communities,E01005354,Oldham 016E,7b,Young ethnic communities,E02001113,Oldham 016,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112507 +112507,E00027586,6b3,Semi-Detached Ageing,E01005453,Oldham 007D,8c,Comfortable suburbia,E02001104,Oldham 007,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112508 +112508,E00027589,6b3,Semi-Detached Ageing,E01005455,Oldham 012D,5b,Aspiring urban households,E02001109,Oldham 012,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112509 +112509,E00027430,5a1,White Professionals,E01005416,Oldham 013C,8a,Affluent communities,E02001110,Oldham 013,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112510 +112510,E00027070,6b1,Multi-Ethnic Suburbia,E01005345,Oldham 028C,8c,Comfortable suburbia,E02001125,Oldham 028,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112511 +112511,E00027622,6b3,Semi-Detached Ageing,E01005452,Oldham 007C,8b,Ageing suburbanites,E02001104,Oldham 007,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112512 +112512,E00027110,4b2,Pakistani Communities,E01005354,Oldham 016E,7b,Young ethnic communities,E02001113,Oldham 016,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112513 +112513,E00027123,6b3,Semi-Detached Ageing,E01005357,Oldham 001A,8b,Ageing suburbanites,E02001098,Oldham 001,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112514 +112514,E00027434,5a1,White Professionals,E01005417,Oldham 013D,8b,Ageing suburbanites,E02001110,Oldham 013,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112515 +112515,E00027075,6b1,Multi-Ethnic Suburbia,E01005345,Oldham 028C,8c,Comfortable suburbia,E02001125,Oldham 028,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112516 +112516,E00027627,4b2,Pakistani Communities,E01005462,Oldham 035E,7b,Young ethnic communities,E02006860,Oldham 035,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112517 +112517,E00027592,8a1,Industrious Transitions,E01005454,Oldham 012C,5b,Aspiring urban households,E02001109,Oldham 012,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112518 +112518,E00027624,6b3,Semi-Detached Ageing,E01005452,Oldham 007C,8b,Ageing suburbanites,E02001104,Oldham 007,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112519 +112519,E00027111,4b2,Pakistani Communities,E01005351,Oldham 016B,7b,Young ethnic communities,E02001113,Oldham 016,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112520 +112520,E00027125,6b3,Semi-Detached Ageing,E01005357,Oldham 001A,8b,Ageing suburbanites,E02001098,Oldham 001,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112521 +112521,E00027439,5a1,White Professionals,E01005418,Oldham 018D,8c,Comfortable suburbia,E02001115,Oldham 018,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112522 +112522,E00027076,6b1,Multi-Ethnic Suburbia,E01005346,Oldham 028D,5d,Endeavouring social renters,E02001125,Oldham 028,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112523 +112523,E00027628,4b2,Pakistani Communities,E01032921,Oldham 035G,7b,Young ethnic communities,E02006860,Oldham 035,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112524 +112524,E00027629,4b2,Pakistani Communities,E01005463,Oldham 035F,7b,Young ethnic communities,E02006860,Oldham 035,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112525 +112525,E00027630,4b2,Pakistani Communities,E01005461,Oldham 035D,7b,Young ethnic communities,E02006860,Oldham 035,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112526 +112526,E00027631,4b2,Pakistani Communities,E01005460,Oldham 035C,7b,Young ethnic communities,E02006860,Oldham 035,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112527 +112527,E00027632,4b2,Pakistani Communities,E01005460,Oldham 035C,7b,Young ethnic communities,E02006860,Oldham 035,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112528 +112528,E00027633,4b2,Pakistani Communities,E01005463,Oldham 035F,7b,Young ethnic communities,E02006860,Oldham 035,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112529 +112529,E00027634,4b2,Pakistani Communities,E01005463,Oldham 035F,7b,Young ethnic communities,E02006860,Oldham 035,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112530 +112530,E00027635,4b2,Pakistani Communities,E01005462,Oldham 035E,7b,Young ethnic communities,E02006860,Oldham 035,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112531 +112531,E00027636,4b2,Pakistani Communities,E01005462,Oldham 035E,7b,Young ethnic communities,E02006860,Oldham 035,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112532 +112532,E00027638,4b2,Pakistani Communities,E01005459,Oldham 024D,7b,Young ethnic communities,E02001121,Oldham 024,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112533 +112533,E00027639,4b2,Pakistani Communities,E01032921,Oldham 035G,7b,Young ethnic communities,E02006860,Oldham 035,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112534 +112534,E00027642,4b2,Pakistani Communities,E01032921,Oldham 035G,7b,Young ethnic communities,E02006860,Oldham 035,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112535 +112535,E00027643,4b2,Pakistani Communities,E01005459,Oldham 024D,7b,Young ethnic communities,E02001121,Oldham 024,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112536 +112536,E00027644,4b2,Pakistani Communities,E01032921,Oldham 035G,7b,Young ethnic communities,E02006860,Oldham 035,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112537 +112537,E00027646,4b2,Pakistani Communities,E01005461,Oldham 035D,7b,Young ethnic communities,E02006860,Oldham 035,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112538 +112538,E00027647,4b2,Pakistani Communities,E01032921,Oldham 035G,7b,Young ethnic communities,E02006860,Oldham 035,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112539 +112539,E00027651,4b2,Pakistani Communities,E01005460,Oldham 035C,7b,Young ethnic communities,E02006860,Oldham 035,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112540 +112540,E00027653,4b2,Pakistani Communities,E01005463,Oldham 035F,7b,Young ethnic communities,E02006860,Oldham 035,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112541 +112541,E00027654,4b2,Pakistani Communities,E01005460,Oldham 035C,7b,Young ethnic communities,E02006860,Oldham 035,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112542 +112542,E00168606,4b2,Pakistani Communities,E01005461,Oldham 035D,7b,Young ethnic communities,E02006860,Oldham 035,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112543 +112543,E00168607,4b2,Pakistani Communities,E01005461,Oldham 035D,7b,Young ethnic communities,E02006860,Oldham 035,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112544 +112544,E00168610,4b2,Pakistani Communities,E01005461,Oldham 035D,7b,Young ethnic communities,E02006860,Oldham 035,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112545 +112545,E00168616,4b2,Pakistani Communities,E01005430,Oldham 022E,7b,Young ethnic communities,E02001119,Oldham 022,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112546 +112546,E00168617,4b2,Pakistani Communities,E01005326,Oldham 022B,7b,Young ethnic communities,E02001119,Oldham 022,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112547 +112547,E00168618,4b2,Pakistani Communities,E01005326,Oldham 022B,7b,Young ethnic communities,E02001119,Oldham 022,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112548 +112548,E00168619,4b2,Pakistani Communities,E01005430,Oldham 022E,7b,Young ethnic communities,E02001119,Oldham 022,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112549 +112549,E00168620,4b2,Pakistani Communities,E01005351,Oldham 016B,7b,Young ethnic communities,E02001113,Oldham 016,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112550 +112550,E00168621,4b2,Pakistani Communities,E01005351,Oldham 016B,7b,Young ethnic communities,E02001113,Oldham 016,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112551 +112551,E00168625,4b2,Pakistani Communities,E01032921,Oldham 035G,7b,Young ethnic communities,E02006860,Oldham 035,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112552 +112552,E00168626,4b2,Pakistani Communities,E01005434,Oldham 024B,7a,Urban cultural mix,E02001121,Oldham 024,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112553 +112553,E00168627,4b2,Pakistani Communities,E01005459,Oldham 024D,7b,Young ethnic communities,E02001121,Oldham 024,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112554 +112554,E00026952,4a1,Private Renting Young Families,E01005321,Oldham 022A,7a,Urban cultural mix,E02001119,Oldham 022,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112555 +112555,E00026960,4a1,Private Renting Young Families,E01005322,Oldham 029A,7a,Urban cultural mix,E02001126,Oldham 029,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112556 +112556,E00026962,4a1,Private Renting Young Families,E01005322,Oldham 029A,7a,Urban cultural mix,E02001126,Oldham 029,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112557 +112557,E00027002,4a1,Private Renting Young Families,E01005331,Oldham 017C,5b,Aspiring urban households,E02001114,Oldham 017,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112558 +112558,E00027006,4a1,Private Renting Young Families,E01005332,Oldham 028A,4c,Hampered neighbourhoods,E02001125,Oldham 028,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112559 +112559,E00027007,4a1,Private Renting Young Families,E01005332,Oldham 028A,4c,Hampered neighbourhoods,E02001125,Oldham 028,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112560 +112560,E00027010,4a1,Private Renting Young Families,E01005332,Oldham 028A,4c,Hampered neighbourhoods,E02001125,Oldham 028,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112561 +112561,E00027021,4a1,Private Renting Young Families,E01005338,Oldham 017E,4c,Hampered neighbourhoods,E02001114,Oldham 017,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112562 +112562,E00027036,4a1,Private Renting Young Families,E01005337,Oldham 010B,7a,Urban cultural mix,E02001107,Oldham 010,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112563 +112563,E00027057,4a1,Private Renting Young Families,E01005342,Oldham 027A,4c,Hampered neighbourhoods,E02001124,Oldham 027,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112564 +112564,E00027061,4a1,Private Renting Young Families,E01005344,Oldham 027C,4c,Hampered neighbourhoods,E02001124,Oldham 027,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112565 +112565,E00027063,4a1,Private Renting Young Families,E01005342,Oldham 027A,4c,Hampered neighbourhoods,E02001124,Oldham 027,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112566 +112566,E00027112,4b2,Pakistani Communities,E01005349,Oldham 016A,7b,Young ethnic communities,E02001113,Oldham 016,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112567 +112567,E00027127,6b3,Semi-Detached Ageing,E01005357,Oldham 001A,8b,Ageing suburbanites,E02001098,Oldham 001,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112568 +112568,E00027440,5a1,White Professionals,E01005418,Oldham 018D,8c,Comfortable suburbia,E02001115,Oldham 018,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112569 +112569,E00027212,4a2,Social Renting New Arrivals,E01005369,Oldham 032B,4c,Hampered neighbourhoods,E02001129,Oldham 032,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112570 +112570,E00027128,6b3,Semi-Detached Ageing,E01005359,Oldham 001C,8b,Ageing suburbanites,E02001098,Oldham 001,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112571 +112571,E00027407,6b1,Multi-Ethnic Suburbia,E01032922,Oldham 020E,5c,Comfortable neighbourhoods,E02001117,Oldham 020,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112572 +112572,E00027247,4b2,Pakistani Communities,E01005381,Oldham 027D,4c,Hampered neighbourhoods,E02001124,Oldham 027,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112573 +112573,E00027520,5a1,White Professionals,E01005440,Oldham 033D,5c,Comfortable neighbourhoods,E02001130,Oldham 033,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112574 +112574,E00027568,5a1,White Professionals,E01005445,Oldham 002D,4b,Constrained renters,E02001099,Oldham 002,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112575 +112575,E00027621,5a1,White Professionals,E01005451,Oldham 019D,3b,Asian traits,E02001116,Oldham 019,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112576 +112576,E00027598,8a1,Industrious Transitions,E01005454,Oldham 012C,5b,Aspiring urban households,E02001109,Oldham 012,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112577 +112577,E00027135,6b3,Semi-Detached Ageing,E01005361,Oldham 003A,8b,Ageing suburbanites,E02001100,Oldham 003,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112578 +112578,E00027619,6b1,Multi-Ethnic Suburbia,E01005451,Oldham 019D,3b,Asian traits,E02001116,Oldham 019,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112579 +112579,E00027217,4a2,Social Renting New Arrivals,E01005371,Oldham 032D,4c,Hampered neighbourhoods,E02001129,Oldham 032,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112580 +112580,E00027248,4b2,Pakistani Communities,E01005381,Oldham 027D,4c,Hampered neighbourhoods,E02001124,Oldham 027,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112581 +112581,E00168605,5a1,White Professionals,E01032559,Oldham 007F,5b,Aspiring urban households,E02001104,Oldham 007,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112582 +112582,E00165780,8a1,Industrious Transitions,E01032559,Oldham 007F,5b,Aspiring urban households,E02001104,Oldham 007,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112583 +112583,E00027136,6b3,Semi-Detached Ageing,E01005360,Oldham 001D,5c,Comfortable neighbourhoods,E02001098,Oldham 001,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112584 +112584,E00026999,6b4,Older Workers and Retirement,E01005331,Oldham 017C,5b,Aspiring urban households,E02001114,Oldham 017,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112585 +112585,E00027576,4a2,Social Renting New Arrivals,E01005447,Oldham 003D,4b,Constrained renters,E02001100,Oldham 003,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112586 +112586,E00027611,4a2,Social Renting New Arrivals,E01005450,Oldham 019C,7a,Urban cultural mix,E02001116,Oldham 019,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112587 +112587,E00026983,5a1,White Professionals,E01005329,Oldham 015A,8c,Comfortable suburbia,E02001112,Oldham 015,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112588 +112588,E00026994,5a1,White Professionals,E01005330,Oldham 015B,8c,Comfortable suburbia,E02001112,Oldham 015,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112589 +112589,E00027003,5a1,White Professionals,E01005330,Oldham 015B,8c,Comfortable suburbia,E02001112,Oldham 015,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112590 +112590,E00027030,5a1,White Professionals,E01005337,Oldham 010B,7a,Urban cultural mix,E02001107,Oldham 010,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112591 +112591,E00027041,5a1,White Professionals,E01005335,Oldham 010A,8c,Comfortable suburbia,E02001107,Oldham 010,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112592 +112592,E00027045,5a1,White Professionals,E01005335,Oldham 010A,8c,Comfortable suburbia,E02001107,Oldham 010,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112593 +112593,E00027050,5a1,White Professionals,E01005347,Oldham 028E,5b,Aspiring urban households,E02001125,Oldham 028,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112594 +112594,E00027066,5a1,White Professionals,E01005347,Oldham 028E,5b,Aspiring urban households,E02001125,Oldham 028,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112595 +112595,E00027068,5a1,White Professionals,E01005347,Oldham 028E,5b,Aspiring urban households,E02001125,Oldham 028,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112596 +112596,E00027071,5a1,White Professionals,E01005345,Oldham 028C,8c,Comfortable suburbia,E02001125,Oldham 028,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112597 +112597,E00027117,5a1,White Professionals,E01005355,Oldham 005A,5b,Aspiring urban households,E02001102,Oldham 005,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112598 +112598,E00027124,5a1,White Professionals,E01005359,Oldham 001C,8b,Ageing suburbanites,E02001098,Oldham 001,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112599 +112599,E00027146,5a1,White Professionals,E01005355,Oldham 005A,5b,Aspiring urban households,E02001102,Oldham 005,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112600 +112600,E00027147,5a1,White Professionals,E01005355,Oldham 005A,5b,Aspiring urban households,E02001102,Oldham 005,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112601 +112601,E00027149,5a1,White Professionals,E01005356,Oldham 005B,8c,Comfortable suburbia,E02001102,Oldham 005,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112602 +112602,E00027178,5a1,White Professionals,E01005365,Oldham 033A,8c,Comfortable suburbia,E02001130,Oldham 033,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112603 +112603,E00027182,5a1,White Professionals,E01005365,Oldham 033A,8c,Comfortable suburbia,E02001130,Oldham 033,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112604 +112604,E00027200,5a1,White Professionals,E01005373,Oldham 034B,8b,Ageing suburbanites,E02001131,Oldham 034,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112605 +112605,E00027275,5a1,White Professionals,E01005388,Oldham 018B,5d,Endeavouring social renters,E02001115,Oldham 018,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112606 +112606,E00027276,5a1,White Professionals,E01005387,Oldham 018A,5b,Aspiring urban households,E02001115,Oldham 018,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112607 +112607,E00027289,5a1,White Professionals,E01005390,Oldham 004A,5b,Aspiring urban households,E02001101,Oldham 004,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112608 +112608,E00027302,5a1,White Professionals,E01005395,Oldham 004C,8c,Comfortable suburbia,E02001101,Oldham 004,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112609 +112609,E00027310,5a1,White Professionals,E01005390,Oldham 004A,5b,Aspiring urban households,E02001101,Oldham 004,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112610 +112610,E00027336,5a1,White Professionals,E01005399,Oldham 005C,5b,Aspiring urban households,E02001102,Oldham 005,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112611 +112611,E00027341,5a1,White Professionals,E01005398,Oldham 009B,5a,Ageing urban communities,E02001106,Oldham 009,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112612 +112612,E00027344,5a1,White Professionals,E01005398,Oldham 009B,5a,Ageing urban communities,E02001106,Oldham 009,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112613 +112613,E00027366,5a1,White Professionals,E01005407,Oldham 013A,8c,Comfortable suburbia,E02001110,Oldham 013,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112614 +112614,E00027381,5a1,White Professionals,E01005408,Oldham 020C,5c,Comfortable neighbourhoods,E02001117,Oldham 020,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112615 +112615,E00027382,5a1,White Professionals,E01005407,Oldham 013A,8c,Comfortable suburbia,E02001110,Oldham 013,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112616 +112616,E00027385,5a1,White Professionals,E01005409,Oldham 020D,8c,Comfortable suburbia,E02001117,Oldham 020,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112617 +112617,E00027389,5a1,White Professionals,E01005407,Oldham 013A,8c,Comfortable suburbia,E02001110,Oldham 013,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112618 +112618,E00027391,5a1,White Professionals,E01005409,Oldham 020D,8c,Comfortable suburbia,E02001117,Oldham 020,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112619 +112619,E00027393,5a1,White Professionals,E01005409,Oldham 020D,8c,Comfortable suburbia,E02001117,Oldham 020,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112620 +112620,E00027394,5a1,White Professionals,E01005408,Oldham 020C,5c,Comfortable neighbourhoods,E02001117,Oldham 020,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112621 +112621,E00027405,5a1,White Professionals,E01005412,Oldham 013B,8c,Comfortable suburbia,E02001110,Oldham 013,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112622 +112622,E00168614,5a1,White Professionals,E01005403,Oldham 005D,5b,Aspiring urban households,E02001102,Oldham 005,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112623 +112623,E00027257,4b2,Pakistani Communities,E01005383,Oldham 026A,7a,Urban cultural mix,E02001123,Oldham 026,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112624 +112624,E00026964,7a3,Multi-Ethnic Hardship,E01005324,Oldham 029C,4c,Hampered neighbourhoods,E02001126,Oldham 029,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112625 +112625,E00027025,6b4,Older Workers and Retirement,E01005339,Oldham 010C,8b,Ageing suburbanites,E02001107,Oldham 010,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112626 +112626,E00027137,6b3,Semi-Detached Ageing,E01005360,Oldham 001D,5c,Comfortable neighbourhoods,E02001098,Oldham 001,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112627 +112627,E00027069,6b4,Older Workers and Retirement,E01005346,Oldham 028D,5d,Endeavouring social renters,E02001125,Oldham 028,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112628 +112628,E00027126,6b4,Older Workers and Retirement,E01005357,Oldham 001A,8b,Ageing suburbanites,E02001098,Oldham 001,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112629 +112629,E00027130,6b4,Older Workers and Retirement,E01005359,Oldham 001C,8b,Ageing suburbanites,E02001098,Oldham 001,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112630 +112630,E00027131,6b4,Older Workers and Retirement,E01005359,Oldham 001C,8b,Ageing suburbanites,E02001098,Oldham 001,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112631 +112631,E00027361,6b4,Older Workers and Retirement,E01005408,Oldham 020C,5c,Comfortable neighbourhoods,E02001117,Oldham 020,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112632 +112632,E00027383,6b4,Older Workers and Retirement,E01005406,Oldham 021A,8a,Affluent communities,E02001118,Oldham 021,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112633 +112633,E00027419,6b4,Older Workers and Retirement,E01005413,Oldham 021B,8c,Comfortable suburbia,E02001118,Oldham 021,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112634 +112634,E00027442,6b4,Older Workers and Retirement,E01005418,Oldham 018D,8c,Comfortable suburbia,E02001115,Oldham 018,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112635 +112635,E00027555,6b4,Older Workers and Retirement,E01005442,Oldham 002B,8b,Ageing suburbanites,E02001099,Oldham 002,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112636 +112636,E00027623,6b4,Older Workers and Retirement,E01005452,Oldham 007C,8b,Ageing suburbanites,E02001104,Oldham 007,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112637 +112637,E00027114,7c3,Outer City Hardship,E01005360,Oldham 001D,5c,Comfortable neighbourhoods,E02001098,Oldham 001,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112638 +112638,E00027120,7c3,Outer City Hardship,E01005358,Oldham 001B,4a,Challenged white communities,E02001098,Oldham 001,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112639 +112639,E00027428,7c3,Outer City Hardship,E01005415,Oldham 006D,5c,Comfortable neighbourhoods,E02001103,Oldham 006,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112640 +112640,E00165781,7c3,Outer City Hardship,E01032558,Oldham 007E,4c,Hampered neighbourhoods,E02001104,Oldham 007,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112641 +112641,E00026945,4b2,Pakistani Communities,E01005320,Oldham 024A,7b,Young ethnic communities,E02001121,Oldham 024,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112642 +112642,E00026949,4b2,Pakistani Communities,E01005321,Oldham 022A,7a,Urban cultural mix,E02001119,Oldham 022,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112643 +112643,E00026950,4b2,Pakistani Communities,E01005321,Oldham 022A,7a,Urban cultural mix,E02001119,Oldham 022,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112644 +112644,E00026951,4b2,Pakistani Communities,E01005321,Oldham 022A,7a,Urban cultural mix,E02001119,Oldham 022,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112645 +112645,E00026953,4b2,Pakistani Communities,E01005320,Oldham 024A,7b,Young ethnic communities,E02001121,Oldham 024,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112646 +112646,E00026954,4b2,Pakistani Communities,E01005320,Oldham 024A,7b,Young ethnic communities,E02001121,Oldham 024,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112647 +112647,E00026955,4b2,Pakistani Communities,E01005320,Oldham 024A,7b,Young ethnic communities,E02001121,Oldham 024,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112648 +112648,E00026957,4b2,Pakistani Communities,E01005322,Oldham 029A,7a,Urban cultural mix,E02001126,Oldham 029,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112649 +112649,E00026958,4b2,Pakistani Communities,E01005320,Oldham 024A,7b,Young ethnic communities,E02001121,Oldham 024,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112650 +112650,E00026973,4b2,Pakistani Communities,E01005326,Oldham 022B,7b,Young ethnic communities,E02001119,Oldham 022,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112651 +112651,E00026974,4b2,Pakistani Communities,E01005326,Oldham 022B,7b,Young ethnic communities,E02001119,Oldham 022,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112652 +112652,E00026975,4b2,Pakistani Communities,E01005326,Oldham 022B,7b,Young ethnic communities,E02001119,Oldham 022,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112653 +112653,E00026976,4b2,Pakistani Communities,E01005326,Oldham 022B,7b,Young ethnic communities,E02001119,Oldham 022,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112654 +112654,E00027028,4b2,Pakistani Communities,E01005337,Oldham 010B,7a,Urban cultural mix,E02001107,Oldham 010,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112655 +112655,E00027037,4b2,Pakistani Communities,E01005337,Oldham 010B,7a,Urban cultural mix,E02001107,Oldham 010,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112656 +112656,E00027042,4b2,Pakistani Communities,E01005337,Oldham 010B,7a,Urban cultural mix,E02001107,Oldham 010,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112657 +112657,E00027082,4b2,Pakistani Communities,E01005349,Oldham 016A,7b,Young ethnic communities,E02001113,Oldham 016,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112658 +112658,E00027084,4b2,Pakistani Communities,E01005349,Oldham 016A,7b,Young ethnic communities,E02001113,Oldham 016,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112659 +112659,E00027085,4b2,Pakistani Communities,E01005349,Oldham 016A,7b,Young ethnic communities,E02001113,Oldham 016,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112660 +112660,E00027087,4b2,Pakistani Communities,E01005349,Oldham 016A,7b,Young ethnic communities,E02001113,Oldham 016,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112661 +112661,E00027090,4b2,Pakistani Communities,E01005352,Oldham 016C,7b,Young ethnic communities,E02001113,Oldham 016,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112662 +112662,E00027092,4b2,Pakistani Communities,E01005352,Oldham 016C,7b,Young ethnic communities,E02001113,Oldham 016,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112663 +112663,E00027094,4b2,Pakistani Communities,E01005353,Oldham 016D,7b,Young ethnic communities,E02001113,Oldham 016,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112664 +112664,E00027095,4b2,Pakistani Communities,E01005352,Oldham 016C,7b,Young ethnic communities,E02001113,Oldham 016,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112665 +112665,E00026977,6b2,White Suburban Communities,E01005329,Oldham 015A,8c,Comfortable suburbia,E02001112,Oldham 015,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112666 +112666,E00026980,6b2,White Suburban Communities,E01005330,Oldham 015B,8c,Comfortable suburbia,E02001112,Oldham 015,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112667 +112667,E00027479,4b2,Pakistani Communities,E01005427,Oldham 022C,7b,Young ethnic communities,E02001119,Oldham 022,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112668 +112668,E00027139,6b3,Semi-Detached Ageing,E01005360,Oldham 001D,5c,Comfortable neighbourhoods,E02001098,Oldham 001,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112669 +112669,E00026984,6b2,White Suburban Communities,E01005330,Oldham 015B,8c,Comfortable suburbia,E02001112,Oldham 015,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112670 +112670,E00027483,4b2,Pakistani Communities,E01005429,Oldham 022D,7b,Young ethnic communities,E02001119,Oldham 022,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112671 +112671,E00027140,6b3,Semi-Detached Ageing,E01005361,Oldham 003A,8b,Ageing suburbanites,E02001100,Oldham 003,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112672 +112672,E00026988,6b2,White Suburban Communities,E01005329,Oldham 015A,8c,Comfortable suburbia,E02001112,Oldham 015,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112673 +112673,E00027484,4b2,Pakistani Communities,E01005428,Oldham 019A,7b,Young ethnic communities,E02001116,Oldham 019,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112674 +112674,E00027142,6b3,Semi-Detached Ageing,E01005361,Oldham 003A,8b,Ageing suburbanites,E02001100,Oldham 003,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112675 +112675,E00027011,6b2,White Suburban Communities,E01005333,Oldham 015C,8b,Ageing suburbanites,E02001112,Oldham 015,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112676 +112676,E00027485,4b2,Pakistani Communities,E01005428,Oldham 019A,7b,Young ethnic communities,E02001116,Oldham 019,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112677 +112677,E00027154,6b3,Semi-Detached Ageing,E01005364,Oldham 031B,8b,Ageing suburbanites,E02001128,Oldham 031,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112678 +112678,E00027012,6b2,White Suburban Communities,E01005333,Oldham 015C,8b,Ageing suburbanites,E02001112,Oldham 015,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112679 +112679,E00027486,4b2,Pakistani Communities,E01005428,Oldham 019A,7b,Young ethnic communities,E02001116,Oldham 019,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112680 +112680,E00027158,6b3,Semi-Detached Ageing,E01005367,Oldham 033C,8b,Ageing suburbanites,E02001130,Oldham 033,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112681 +112681,E00027014,6b2,White Suburban Communities,E01005335,Oldham 010A,8c,Comfortable suburbia,E02001107,Oldham 010,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112682 +112682,E00027487,4b2,Pakistani Communities,E01005428,Oldham 019A,7b,Young ethnic communities,E02001116,Oldham 019,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112683 +112683,E00027163,6b3,Semi-Detached Ageing,E01005364,Oldham 031B,8b,Ageing suburbanites,E02001128,Oldham 031,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112684 +112684,E00027015,6b2,White Suburban Communities,E01005336,Oldham 015D,8b,Ageing suburbanites,E02001112,Oldham 015,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112685 +112685,E00027488,4b2,Pakistani Communities,E01005430,Oldham 022E,7b,Young ethnic communities,E02001119,Oldham 022,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112686 +112686,E00027169,6b3,Semi-Detached Ageing,E01005364,Oldham 031B,8b,Ageing suburbanites,E02001128,Oldham 031,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112687 +112687,E00027172,6b3,Semi-Detached Ageing,E01005364,Oldham 031B,8b,Ageing suburbanites,E02001128,Oldham 031,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112688 +112688,E00027196,6b3,Semi-Detached Ageing,E01005373,Oldham 034B,8b,Ageing suburbanites,E02001131,Oldham 034,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112689 +112689,E00027199,6b3,Semi-Detached Ageing,E01005374,Oldham 034C,5d,Endeavouring social renters,E02001131,Oldham 034,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112690 +112690,E00027202,6b3,Semi-Detached Ageing,E01005373,Oldham 034B,8b,Ageing suburbanites,E02001131,Oldham 034,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112691 +112691,E00027206,6b3,Semi-Detached Ageing,E01005375,Oldham 034D,8b,Ageing suburbanites,E02001131,Oldham 034,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112692 +112692,E00027207,6b3,Semi-Detached Ageing,E01005375,Oldham 034D,8b,Ageing suburbanites,E02001131,Oldham 034,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112693 +112693,E00027208,6b3,Semi-Detached Ageing,E01005374,Oldham 034C,5d,Endeavouring social renters,E02001131,Oldham 034,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112694 +112694,E00027209,6b3,Semi-Detached Ageing,E01005375,Oldham 034D,8b,Ageing suburbanites,E02001131,Oldham 034,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112695 +112695,E00027210,6b3,Semi-Detached Ageing,E01005375,Oldham 034D,8b,Ageing suburbanites,E02001131,Oldham 034,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112696 +112696,E00027211,6b3,Semi-Detached Ageing,E01005375,Oldham 034D,8b,Ageing suburbanites,E02001131,Oldham 034,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112697 +112697,E00027243,6b3,Semi-Detached Ageing,E01005378,Oldham 031E,5b,Aspiring urban households,E02001128,Oldham 031,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112698 +112698,E00027303,6b3,Semi-Detached Ageing,E01005395,Oldham 004C,8c,Comfortable suburbia,E02001101,Oldham 004,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112699 +112699,E00027309,6b3,Semi-Detached Ageing,E01005396,Oldham 004D,8b,Ageing suburbanites,E02001101,Oldham 004,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112700 +112700,E00027332,6b3,Semi-Detached Ageing,E01005399,Oldham 005C,5b,Aspiring urban households,E02001102,Oldham 005,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112701 +112701,E00027335,6b3,Semi-Detached Ageing,E01005397,Oldham 009A,5d,Endeavouring social renters,E02001106,Oldham 009,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112702 +112702,E00027340,6b3,Semi-Detached Ageing,E01005400,Oldham 009C,4a,Challenged white communities,E02001106,Oldham 009,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112703 +112703,E00027349,6b3,Semi-Detached Ageing,E01005401,Oldham 008D,8c,Comfortable suburbia,E02001105,Oldham 008,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112704 +112704,E00027354,6b3,Semi-Detached Ageing,E01005401,Oldham 008D,8c,Comfortable suburbia,E02001105,Oldham 008,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112705 +112705,E00026985,7a3,Multi-Ethnic Hardship,E01005327,Oldham 017A,5a,Ageing urban communities,E02001114,Oldham 017,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112706 +112706,E00027490,4b2,Pakistani Communities,E01005427,Oldham 022C,7b,Young ethnic communities,E02001119,Oldham 022,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112707 +112707,E00027491,4b2,Pakistani Communities,E01005430,Oldham 022E,7b,Young ethnic communities,E02001119,Oldham 022,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112708 +112708,E00027020,6b2,White Suburban Communities,E01005334,Oldham 017D,8c,Comfortable suburbia,E02001114,Oldham 017,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112709 +112709,E00027492,4b2,Pakistani Communities,E01005427,Oldham 022C,7b,Young ethnic communities,E02001119,Oldham 022,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112710 +112710,E00027493,4b2,Pakistani Communities,E01005429,Oldham 022D,7b,Young ethnic communities,E02001119,Oldham 022,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112711 +112711,E00027029,6b2,White Suburban Communities,E01005336,Oldham 015D,8b,Ageing suburbanites,E02001112,Oldham 015,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112712 +112712,E00027494,4b2,Pakistani Communities,E01005430,Oldham 022E,7b,Young ethnic communities,E02001119,Oldham 022,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112713 +112713,E00027039,6b2,White Suburban Communities,E01005334,Oldham 017D,8c,Comfortable suburbia,E02001114,Oldham 017,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112714 +112714,E00027496,4b2,Pakistani Communities,E01005430,Oldham 022E,7b,Young ethnic communities,E02001119,Oldham 022,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112715 +112715,E00026989,7a3,Multi-Ethnic Hardship,E01005328,Oldham 017B,4c,Hampered neighbourhoods,E02001114,Oldham 017,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112716 +112716,E00027040,6b2,White Suburban Communities,E01005334,Oldham 017D,8c,Comfortable suburbia,E02001114,Oldham 017,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112717 +112717,E00027498,4b2,Pakistani Communities,E01005427,Oldham 022C,7b,Young ethnic communities,E02001119,Oldham 022,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112718 +112718,E00026993,7a3,Multi-Ethnic Hardship,E01005328,Oldham 017B,4c,Hampered neighbourhoods,E02001114,Oldham 017,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112719 +112719,E00027046,6b2,White Suburban Communities,E01005334,Oldham 017D,8c,Comfortable suburbia,E02001114,Oldham 017,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112720 +112720,E00027499,4b2,Pakistani Communities,E01005429,Oldham 022D,7b,Young ethnic communities,E02001119,Oldham 022,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112721 +112721,E00026998,7a3,Multi-Ethnic Hardship,E01005328,Oldham 017B,4c,Hampered neighbourhoods,E02001114,Oldham 017,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112722 +112722,E00027118,6b2,White Suburban Communities,E01005359,Oldham 001C,8b,Ageing suburbanites,E02001098,Oldham 001,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112723 +112723,E00027501,4b2,Pakistani Communities,E01005429,Oldham 022D,7b,Young ethnic communities,E02001119,Oldham 022,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112724 +112724,E00027009,7a3,Multi-Ethnic Hardship,E01005332,Oldham 028A,4c,Hampered neighbourhoods,E02001125,Oldham 028,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112725 +112725,E00027134,6b2,White Suburban Communities,E01005361,Oldham 003A,8b,Ageing suburbanites,E02001100,Oldham 003,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112726 +112726,E00027510,4b2,Pakistani Communities,E01005435,Oldham 035A,7b,Young ethnic communities,E02006860,Oldham 035,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112727 +112727,E00027511,4b2,Pakistani Communities,E01005438,Oldham 029E,7a,Urban cultural mix,E02001126,Oldham 029,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112728 +112728,E00027524,4b2,Pakistani Communities,E01005434,Oldham 024B,7a,Urban cultural mix,E02001121,Oldham 024,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112729 +112729,E00027526,4b2,Pakistani Communities,E01005434,Oldham 024B,7a,Urban cultural mix,E02001121,Oldham 024,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112730 +112730,E00027527,4b2,Pakistani Communities,E01005435,Oldham 035A,7b,Young ethnic communities,E02006860,Oldham 035,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112731 +112731,E00027528,4b2,Pakistani Communities,E01005435,Oldham 035A,7b,Young ethnic communities,E02006860,Oldham 035,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112732 +112732,E00027529,4b2,Pakistani Communities,E01005434,Oldham 024B,7a,Urban cultural mix,E02001121,Oldham 024,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112733 +112733,E00027530,4b2,Pakistani Communities,E01005435,Oldham 035A,7b,Young ethnic communities,E02006860,Oldham 035,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112734 +112734,E00027531,4b2,Pakistani Communities,E01005437,Oldham 024C,7b,Young ethnic communities,E02001121,Oldham 024,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112735 +112735,E00027532,4b2,Pakistani Communities,E01005437,Oldham 024C,7b,Young ethnic communities,E02001121,Oldham 024,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112736 +112736,E00027533,4b2,Pakistani Communities,E01005437,Oldham 024C,7b,Young ethnic communities,E02001121,Oldham 024,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112737 +112737,E00027536,4b2,Pakistani Communities,E01005436,Oldham 035B,7b,Young ethnic communities,E02006860,Oldham 035,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112738 +112738,E00027537,4b2,Pakistani Communities,E01005438,Oldham 029E,7a,Urban cultural mix,E02001126,Oldham 029,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112739 +112739,E00027538,4b2,Pakistani Communities,E01005436,Oldham 035B,7b,Young ethnic communities,E02006860,Oldham 035,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112740 +112740,E00027541,4b2,Pakistani Communities,E01005437,Oldham 024C,7b,Young ethnic communities,E02001121,Oldham 024,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112741 +112741,E00027542,4b2,Pakistani Communities,E01005438,Oldham 029E,7a,Urban cultural mix,E02001126,Oldham 029,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112742 +112742,E00027543,4b2,Pakistani Communities,E01005438,Oldham 029E,7a,Urban cultural mix,E02001126,Oldham 029,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112743 +112743,E00027544,4b2,Pakistani Communities,E01005438,Oldham 029E,7a,Urban cultural mix,E02001126,Oldham 029,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112744 +112744,E00027581,4b2,Pakistani Communities,E01005450,Oldham 019C,7a,Urban cultural mix,E02001116,Oldham 019,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112745 +112745,E00027614,4b2,Pakistani Communities,E01005450,Oldham 019C,7a,Urban cultural mix,E02001116,Oldham 019,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112746 +112746,E00027138,6b2,White Suburban Communities,E01005361,Oldham 003A,8b,Ageing suburbanites,E02001100,Oldham 003,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112747 +112747,E00027144,6b2,White Suburban Communities,E01005356,Oldham 005B,8c,Comfortable suburbia,E02001102,Oldham 005,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112748 +112748,E00027145,6b2,White Suburban Communities,E01005356,Oldham 005B,8c,Comfortable suburbia,E02001102,Oldham 005,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112749 +112749,E00027018,7a3,Multi-Ethnic Hardship,E01005340,Oldham 010D,4c,Hampered neighbourhoods,E02001107,Oldham 010,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112750 +112750,E00027152,6b2,White Suburban Communities,E01005367,Oldham 033C,8b,Ageing suburbanites,E02001130,Oldham 033,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112751 +112751,E00027157,6b2,White Suburban Communities,E01005365,Oldham 033A,8c,Comfortable suburbia,E02001130,Oldham 033,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112752 +112752,E00027019,7a3,Multi-Ethnic Hardship,E01005338,Oldham 017E,4c,Hampered neighbourhoods,E02001114,Oldham 017,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112753 +112753,E00027166,6b2,White Suburban Communities,E01005362,Oldham 031A,5b,Aspiring urban households,E02001128,Oldham 031,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112754 +112754,E00027031,7a3,Multi-Ethnic Hardship,E01005340,Oldham 010D,4c,Hampered neighbourhoods,E02001107,Oldham 010,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112755 +112755,E00027167,6b2,White Suburban Communities,E01005362,Oldham 031A,5b,Aspiring urban households,E02001128,Oldham 031,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112756 +112756,E00027048,7a3,Multi-Ethnic Hardship,E01005344,Oldham 027C,4c,Hampered neighbourhoods,E02001124,Oldham 027,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112757 +112757,E00027181,6b2,White Suburban Communities,E01005365,Oldham 033A,8c,Comfortable suburbia,E02001130,Oldham 033,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112758 +112758,E00027052,7a3,Multi-Ethnic Hardship,E01005342,Oldham 027A,4c,Hampered neighbourhoods,E02001124,Oldham 027,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112759 +112759,E00027273,6b2,White Suburban Communities,E01005387,Oldham 018A,5b,Aspiring urban households,E02001115,Oldham 018,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112760 +112760,E00027056,7a3,Multi-Ethnic Hardship,E01005344,Oldham 027C,4c,Hampered neighbourhoods,E02001124,Oldham 027,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112761 +112761,E00027291,6b2,White Suburban Communities,E01005391,Oldham 008A,5c,Comfortable neighbourhoods,E02001105,Oldham 008,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112762 +112762,E00027072,7a3,Multi-Ethnic Hardship,E01005344,Oldham 027C,4c,Hampered neighbourhoods,E02001124,Oldham 027,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112763 +112763,E00027293,6b2,White Suburban Communities,E01005393,Oldham 008C,5a,Ageing urban communities,E02001105,Oldham 008,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112764 +112764,E00027091,7a3,Multi-Ethnic Hardship,E01005352,Oldham 016C,7b,Young ethnic communities,E02001113,Oldham 016,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112765 +112765,E00027294,6b2,White Suburban Communities,E01005393,Oldham 008C,5a,Ageing urban communities,E02001105,Oldham 008,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112766 +112766,E00027296,6b2,White Suburban Communities,E01005393,Oldham 008C,5a,Ageing urban communities,E02001105,Oldham 008,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112767 +112767,E00027297,6b2,White Suburban Communities,E01005394,Oldham 004B,5d,Endeavouring social renters,E02001101,Oldham 004,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112768 +112768,E00027298,6b2,White Suburban Communities,E01005394,Oldham 004B,5d,Endeavouring social renters,E02001101,Oldham 004,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112769 +112769,E00027301,6b2,White Suburban Communities,E01005394,Oldham 004B,5d,Endeavouring social renters,E02001101,Oldham 004,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112770 +112770,E00027304,6b2,White Suburban Communities,E01005395,Oldham 004C,8c,Comfortable suburbia,E02001101,Oldham 004,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112771 +112771,E00027311,6b2,White Suburban Communities,E01005390,Oldham 004A,5b,Aspiring urban households,E02001101,Oldham 004,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112772 +112772,E00027313,6b2,White Suburban Communities,E01005390,Oldham 004A,5b,Aspiring urban households,E02001101,Oldham 004,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112773 +112773,E00027193,7a3,Multi-Ethnic Hardship,E01005370,Oldham 032C,4c,Hampered neighbourhoods,E02001129,Oldham 032,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112774 +112774,E00027195,7a3,Multi-Ethnic Hardship,E01005370,Oldham 032C,4c,Hampered neighbourhoods,E02001129,Oldham 032,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112775 +112775,E00027221,7a3,Multi-Ethnic Hardship,E01005376,Oldham 031D,4c,Hampered neighbourhoods,E02001128,Oldham 031,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112776 +112776,E00027223,7a3,Multi-Ethnic Hardship,E01005382,Oldham 030D,4c,Hampered neighbourhoods,E02001127,Oldham 030,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112777 +112777,E00027241,7a3,Multi-Ethnic Hardship,E01005377,Oldham 030A,4c,Hampered neighbourhoods,E02001127,Oldham 030,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112778 +112778,E00027246,7a3,Multi-Ethnic Hardship,E01005381,Oldham 027D,4c,Hampered neighbourhoods,E02001124,Oldham 027,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112779 +112779,E00027249,7a3,Multi-Ethnic Hardship,E01005381,Oldham 027D,4c,Hampered neighbourhoods,E02001124,Oldham 027,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112780 +112780,E00027259,7a3,Multi-Ethnic Hardship,E01032557,Oldham 026F,4c,Hampered neighbourhoods,E02001123,Oldham 026,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112781 +112781,E00027269,7a3,Multi-Ethnic Hardship,E01005386,Oldham 026D,4c,Hampered neighbourhoods,E02001123,Oldham 026,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112782 +112782,E00027270,7a3,Multi-Ethnic Hardship,E01032557,Oldham 026F,4c,Hampered neighbourhoods,E02001123,Oldham 026,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112783 +112783,E00027272,7a3,Multi-Ethnic Hardship,E01005386,Oldham 026D,4c,Hampered neighbourhoods,E02001123,Oldham 026,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112784 +112784,E00027287,7a3,Multi-Ethnic Hardship,E01032557,Oldham 026F,4c,Hampered neighbourhoods,E02001123,Oldham 026,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112785 +112785,E00027464,7a3,Multi-Ethnic Hardship,E01032920,Oldham 011E,4c,Hampered neighbourhoods,E02001108,Oldham 011,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112786 +112786,E00027470,7a3,Multi-Ethnic Hardship,E01032920,Oldham 011E,4c,Hampered neighbourhoods,E02001108,Oldham 011,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112787 +112787,E00027480,7a3,Multi-Ethnic Hardship,E01005432,Oldham 014C,4c,Hampered neighbourhoods,E02001111,Oldham 014,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112788 +112788,E00027507,7a3,Multi-Ethnic Hardship,E01005433,Oldham 014D,4c,Hampered neighbourhoods,E02001111,Oldham 014,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112789 +112789,E00027509,7a3,Multi-Ethnic Hardship,E01005433,Oldham 014D,4c,Hampered neighbourhoods,E02001111,Oldham 014,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112790 +112790,E00027599,7a3,Multi-Ethnic Hardship,E01005456,Oldham 012E,4c,Hampered neighbourhoods,E02001109,Oldham 012,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112791 +112791,E00027600,7a3,Multi-Ethnic Hardship,E01005456,Oldham 012E,4c,Hampered neighbourhoods,E02001109,Oldham 012,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112792 +112792,E00027601,7a3,Multi-Ethnic Hardship,E01005456,Oldham 012E,4c,Hampered neighbourhoods,E02001109,Oldham 012,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112793 +112793,E00027604,7a3,Multi-Ethnic Hardship,E01005449,Oldham 012B,4c,Hampered neighbourhoods,E02001109,Oldham 012,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112794 +112794,E00027610,7a3,Multi-Ethnic Hardship,E01005448,Oldham 012A,4c,Hampered neighbourhoods,E02001109,Oldham 012,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112795 +112795,E00027613,7a3,Multi-Ethnic Hardship,E01005448,Oldham 012A,4c,Hampered neighbourhoods,E02001109,Oldham 012,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112796 +112796,E00165785,7a3,Multi-Ethnic Hardship,E01005389,Oldham 018C,4c,Hampered neighbourhoods,E02001115,Oldham 018,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112797 +112797,E00165786,7a3,Multi-Ethnic Hardship,E01005389,Oldham 018C,4c,Hampered neighbourhoods,E02001115,Oldham 018,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112798 +112798,E00168624,7a3,Multi-Ethnic Hardship,E01032558,Oldham 007E,4c,Hampered neighbourhoods,E02001104,Oldham 007,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112799 +112799,E00027232,5a2,Multi-Ethnic Professionals with Families,E01005378,Oldham 031E,5b,Aspiring urban households,E02001128,Oldham 031,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112800 +112800,E00028295,6a3,Detached Retirement Living,E01005588,Rochdale 007F,5c,Comfortable neighbourhoods,E02001138,Rochdale 007,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112801 +112801,E00026970,8d1,Young Hard-Pressed Families,E01005324,Oldham 029C,4c,Hampered neighbourhoods,E02001126,Oldham 029,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112802 +112802,E00027955,8a1,Industrious Transitions,E01005520,Rochdale 001B,5b,Aspiring urban households,E02001132,Rochdale 001,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112803 +112803,E00028304,6a3,Detached Retirement Living,E01005598,Rochdale 002D,8c,Comfortable suburbia,E02001133,Rochdale 002,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112804 +112804,E00028305,6a3,Detached Retirement Living,E01005598,Rochdale 002D,8c,Comfortable suburbia,E02001133,Rochdale 002,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112805 +112805,E00027661,7b1,Eastern European Communities,E01005466,Rochdale 016C,4c,Hampered neighbourhoods,E02001147,Rochdale 016,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112806 +112806,E00027776,7b1,Eastern European Communities,E01005482,Rochdale 010C,7a,Urban cultural mix,E02001141,Rochdale 010,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112807 +112807,E00028092,7b1,Eastern European Communities,E01005548,Rochdale 024E,4b,Constrained renters,E02001155,Rochdale 024,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112808 +112808,E00028029,1a2,Established Farming Communities,E01005543,Rochdale 021F,5a,Ageing urban communities,E02001152,Rochdale 021,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112809 +112809,E00027777,3a1,Established Renting Families,E01005484,Rochdale 010E,7b,Young ethnic communities,E02001141,Rochdale 010,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112810 +112810,E00027735,5a3,Families in Terraces and Flats,E01005476,Rochdale 017A,5b,Aspiring urban households,E02001148,Rochdale 017,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112811 +112811,E00027856,5a3,Families in Terraces and Flats,E01005507,Rochdale 020E,5b,Aspiring urban households,E02001151,Rochdale 020,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112812 +112812,E00027931,5a3,Families in Terraces and Flats,E01005522,Rochdale 001C,4b,Constrained renters,E02001132,Rochdale 001,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112813 +112813,E00027932,5a3,Families in Terraces and Flats,E01005522,Rochdale 001C,4b,Constrained renters,E02001132,Rochdale 001,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112814 +112814,E00027935,5a3,Families in Terraces and Flats,E01005523,Rochdale 001D,5b,Aspiring urban households,E02001132,Rochdale 001,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112815 +112815,E00027995,5a3,Families in Terraces and Flats,E01005534,Rochdale 023A,5c,Comfortable neighbourhoods,E02001154,Rochdale 023,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112816 +112816,E00028013,5a3,Families in Terraces and Flats,E01005531,Rochdale 025B,5b,Aspiring urban households,E02001156,Rochdale 025,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112817 +112817,E00028018,5a3,Families in Terraces and Flats,E01005533,Rochdale 024A,4a,Challenged white communities,E02001155,Rochdale 024,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112818 +112818,E00028036,5a3,Families in Terraces and Flats,E01005536,Rochdale 021E,4c,Hampered neighbourhoods,E02001152,Rochdale 021,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112819 +112819,E00028051,5a3,Families in Terraces and Flats,E01005541,Rochdale 023F,4c,Hampered neighbourhoods,E02001154,Rochdale 023,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112820 +112820,E00028053,5a3,Families in Terraces and Flats,E01005539,Rochdale 024B,4b,Constrained renters,E02001155,Rochdale 024,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112821 +112821,E00028143,8c1,Ageing Industrious Workers,E01005559,Rochdale 013B,4a,Challenged white communities,E02001144,Rochdale 013,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112822 +112822,E00027913,8d3,Hard-Pressed European Settlers,E01005513,Rochdale 019D,4a,Challenged white communities,E02001150,Rochdale 019,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112823 +112823,E00028056,5a3,Families in Terraces and Flats,E01005541,Rochdale 023F,4c,Hampered neighbourhoods,E02001154,Rochdale 023,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112824 +112824,E00028071,5a3,Families in Terraces and Flats,E01005547,Rochdale 024D,4c,Hampered neighbourhoods,E02001155,Rochdale 024,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112825 +112825,E00028131,5a3,Families in Terraces and Flats,E01005556,Rochdale 013A,5b,Aspiring urban households,E02001144,Rochdale 013,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112826 +112826,E00028226,5a3,Families in Terraces and Flats,E01005570,Rochdale 007A,8a,Affluent communities,E02001138,Rochdale 007,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112827 +112827,E00028292,5a3,Families in Terraces and Flats,E01005589,Rochdale 009B,3d,Households in terraces and flats,E02001140,Rochdale 009,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112828 +112828,E00028297,5a3,Families in Terraces and Flats,E01005591,Rochdale 009D,5a,Ageing urban communities,E02001140,Rochdale 009,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112829 +112829,E00027655,7a2,Hampered Aspiration,E01005465,Rochdale 016B,5c,Comfortable neighbourhoods,E02001147,Rochdale 016,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112830 +112830,E00027678,7a2,Hampered Aspiration,E01005465,Rochdale 016B,5c,Comfortable neighbourhoods,E02001147,Rochdale 016,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112831 +112831,E00027706,7a2,Hampered Aspiration,E01005472,Rochdale 010A,4c,Hampered neighbourhoods,E02001141,Rochdale 010,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112832 +112832,E00027711,7a2,Hampered Aspiration,E01005472,Rochdale 010A,4c,Hampered neighbourhoods,E02001141,Rochdale 010,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112833 +112833,E00027738,7a2,Hampered Aspiration,E01005477,Rochdale 017B,4b,Constrained renters,E02001148,Rochdale 017,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112834 +112834,E00027838,7a2,Hampered Aspiration,E01005498,Rochdale 020A,4a,Challenged white communities,E02001151,Rochdale 020,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112835 +112835,E00027843,7a2,Hampered Aspiration,E01005501,Rochdale 018B,4b,Constrained renters,E02001149,Rochdale 018,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112836 +112836,E00027845,7a2,Hampered Aspiration,E01005501,Rochdale 018B,4b,Constrained renters,E02001149,Rochdale 018,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112837 +112837,E00027849,7a2,Hampered Aspiration,E01005502,Rochdale 018C,4a,Challenged white communities,E02001149,Rochdale 018,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112838 +112838,E00027912,7a2,Hampered Aspiration,E01005512,Rochdale 019C,4a,Challenged white communities,E02001150,Rochdale 019,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112839 +112839,E00027994,7a2,Hampered Aspiration,E01005533,Rochdale 024A,4a,Challenged white communities,E02001155,Rochdale 024,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112840 +112840,E00027997,7a2,Hampered Aspiration,E01005535,Rochdale 023B,4a,Challenged white communities,E02001154,Rochdale 023,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112841 +112841,E00027851,8b1,Deprived Blue-Collar Terraces,E01005502,Rochdale 018C,4a,Challenged white communities,E02001149,Rochdale 018,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112842 +112842,E00027806,8d2,Hard-Pressed Ethnic Mix,E01005491,Rochdale 005C,5c,Comfortable neighbourhoods,E02001136,Rochdale 005,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112843 +112843,E00028016,7a2,Hampered Aspiration,E01005533,Rochdale 024A,4a,Challenged white communities,E02001155,Rochdale 024,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112844 +112844,E00028017,7a2,Hampered Aspiration,E01005533,Rochdale 024A,4a,Challenged white communities,E02001155,Rochdale 024,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112845 +112845,E00028050,7a2,Hampered Aspiration,E01005539,Rochdale 024B,4b,Constrained renters,E02001155,Rochdale 024,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112846 +112846,E00028063,7a2,Hampered Aspiration,E01005548,Rochdale 024E,4b,Constrained renters,E02001155,Rochdale 024,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112847 +112847,E00028065,7a2,Hampered Aspiration,E01005546,Rochdale 024C,5c,Comfortable neighbourhoods,E02001155,Rochdale 024,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112848 +112848,E00028157,7a2,Hampered Aspiration,E01005567,Rochdale 013D,5b,Aspiring urban households,E02001144,Rochdale 013,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112849 +112849,E00028275,7a2,Hampered Aspiration,E01005591,Rochdale 009D,5a,Ageing urban communities,E02001140,Rochdale 009,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112850 +112850,E00028319,7a2,Hampered Aspiration,E01005595,Rochdale 004E,4c,Hampered neighbourhoods,E02001135,Rochdale 004,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112851 +112851,E00027686,8d2,Hard-Pressed Ethnic Mix,E01005465,Rochdale 016B,5c,Comfortable neighbourhoods,E02001147,Rochdale 016,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112852 +112852,E00027714,8d2,Hard-Pressed Ethnic Mix,E01005479,Rochdale 017D,5b,Aspiring urban households,E02001148,Rochdale 017,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112853 +112853,E00027725,8d2,Hard-Pressed Ethnic Mix,E01005481,Rochdale 017F,3d,Households in terraces and flats,E02001148,Rochdale 017,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112854 +112854,E00027802,8d2,Hard-Pressed Ethnic Mix,E01005494,Rochdale 005E,3d,Households in terraces and flats,E02001136,Rochdale 005,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112855 +112855,E00027803,8d2,Hard-Pressed Ethnic Mix,E01005490,Rochdale 005B,4c,Hampered neighbourhoods,E02001136,Rochdale 005,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112856 +112856,E00027318,6b2,White Suburban Communities,E01005391,Oldham 008A,5c,Comfortable neighbourhoods,E02001105,Oldham 008,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112857 +112857,E00027990,8a1,Industrious Transitions,E01005524,Rochdale 021A,5b,Aspiring urban households,E02001152,Rochdale 021,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112858 +112858,E00027324,6b2,White Suburban Communities,E01005403,Oldham 005D,5b,Aspiring urban households,E02001102,Oldham 005,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112859 +112859,E00027016,8d1,Young Hard-Pressed Families,E01005338,Oldham 017E,4c,Hampered neighbourhoods,E02001114,Oldham 017,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112860 +112860,E00027828,8d2,Hard-Pressed Ethnic Mix,E01005497,Rochdale 018A,4c,Hampered neighbourhoods,E02001149,Rochdale 018,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112861 +112861,E00027853,8b1,Deprived Blue-Collar Terraces,E01005502,Rochdale 018C,4a,Challenged white communities,E02001149,Rochdale 018,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112862 +112862,E00027918,8d3,Hard-Pressed European Settlers,E01005515,Rochdale 019F,4a,Challenged white communities,E02001150,Rochdale 019,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112863 +112863,E00028152,8c1,Ageing Industrious Workers,E01005555,Rochdale 014A,8c,Comfortable suburbia,E02001145,Rochdale 014,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112864 +112864,E00028034,8a1,Industrious Transitions,E01005543,Rochdale 021F,5a,Ageing urban communities,E02001152,Rochdale 021,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112865 +112865,E00027047,8d1,Young Hard-Pressed Families,E01005343,Oldham 027B,4c,Hampered neighbourhoods,E02001124,Oldham 027,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112866 +112866,E00027190,8d1,Young Hard-Pressed Families,E01005372,Oldham 034A,4a,Challenged white communities,E02001131,Oldham 034,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112867 +112867,E00027201,8d1,Young Hard-Pressed Families,E01005370,Oldham 032C,4c,Hampered neighbourhoods,E02001129,Oldham 032,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112868 +112868,E00027205,8d1,Young Hard-Pressed Families,E01005374,Oldham 034C,5d,Endeavouring social renters,E02001131,Oldham 034,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112869 +112869,E00027226,8d1,Young Hard-Pressed Families,E01005382,Oldham 030D,4c,Hampered neighbourhoods,E02001127,Oldham 030,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112870 +112870,E00027227,8d1,Young Hard-Pressed Families,E01005382,Oldham 030D,4c,Hampered neighbourhoods,E02001127,Oldham 030,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112871 +112871,E00027233,8d1,Young Hard-Pressed Families,E01005379,Oldham 030B,4c,Hampered neighbourhoods,E02001127,Oldham 030,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112872 +112872,E00027235,8d1,Young Hard-Pressed Families,E01005379,Oldham 030B,4c,Hampered neighbourhoods,E02001127,Oldham 030,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112873 +112873,E00027236,8d1,Young Hard-Pressed Families,E01005377,Oldham 030A,4c,Hampered neighbourhoods,E02001127,Oldham 030,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112874 +112874,E00027237,8d1,Young Hard-Pressed Families,E01005379,Oldham 030B,4c,Hampered neighbourhoods,E02001127,Oldham 030,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112875 +112875,E00027238,8d1,Young Hard-Pressed Families,E01005377,Oldham 030A,4c,Hampered neighbourhoods,E02001127,Oldham 030,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112876 +112876,E00027239,8d1,Young Hard-Pressed Families,E01005379,Oldham 030B,4c,Hampered neighbourhoods,E02001127,Oldham 030,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112877 +112877,E00027240,8d1,Young Hard-Pressed Families,E01005377,Oldham 030A,4c,Hampered neighbourhoods,E02001127,Oldham 030,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112878 +112878,E00027242,8d1,Young Hard-Pressed Families,E01005380,Oldham 030C,5d,Endeavouring social renters,E02001127,Oldham 030,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112879 +112879,E00027244,8d1,Young Hard-Pressed Families,E01005380,Oldham 030C,5d,Endeavouring social renters,E02001127,Oldham 030,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112880 +112880,E00027245,8d1,Young Hard-Pressed Families,E01005380,Oldham 030C,5d,Endeavouring social renters,E02001127,Oldham 030,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112881 +112881,E00027264,8d1,Young Hard-Pressed Families,E01032557,Oldham 026F,4c,Hampered neighbourhoods,E02001123,Oldham 026,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112882 +112882,E00027271,8d1,Young Hard-Pressed Families,E01005386,Oldham 026D,4c,Hampered neighbourhoods,E02001123,Oldham 026,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112883 +112883,E00027357,8d1,Young Hard-Pressed Families,E01005403,Oldham 005D,5b,Aspiring urban households,E02001102,Oldham 005,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112884 +112884,E00027446,8d1,Young Hard-Pressed Families,E01005422,Oldham 011B,4c,Hampered neighbourhoods,E02001108,Oldham 011,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112885 +112885,E00027457,8d1,Young Hard-Pressed Families,E01032559,Oldham 007F,5b,Aspiring urban households,E02001104,Oldham 007,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112886 +112886,E00027461,8d1,Young Hard-Pressed Families,E01005422,Oldham 011B,4c,Hampered neighbourhoods,E02001108,Oldham 011,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112887 +112887,E00027463,8d1,Young Hard-Pressed Families,E01005421,Oldham 011A,4c,Hampered neighbourhoods,E02001108,Oldham 011,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112888 +112888,E00027469,8d1,Young Hard-Pressed Families,E01005422,Oldham 011B,4c,Hampered neighbourhoods,E02001108,Oldham 011,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112889 +112889,E00027473,8d1,Young Hard-Pressed Families,E01032920,Oldham 011E,4c,Hampered neighbourhoods,E02001108,Oldham 011,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112890 +112890,E00027550,8d1,Young Hard-Pressed Families,E01005446,Oldham 003C,5b,Aspiring urban households,E02001100,Oldham 003,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112891 +112891,E00028166,4c1,Achieving Minorities,E01005563,Rochdale 012B,7b,Young ethnic communities,E02001143,Rochdale 012,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112892 +112892,E00028283,7d1,Ageing Communities and Families,E01005588,Rochdale 007F,5c,Comfortable neighbourhoods,E02001138,Rochdale 007,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112893 +112893,E00028291,7d1,Ageing Communities and Families,E01005588,Rochdale 007F,5c,Comfortable neighbourhoods,E02001138,Rochdale 007,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112894 +112894,E00028084,6a4,Ageing in Suburbia,E01005545,Rochdale 025E,8a,Affluent communities,E02001156,Rochdale 025,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112895 +112895,E00028105,6a4,Ageing in Suburbia,E01005554,Rochdale 022F,5b,Aspiring urban households,E02001153,Rochdale 022,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112896 +112896,E00027728,8c1,Ageing Industrious Workers,E01005481,Rochdale 017F,3d,Households in terraces and flats,E02001148,Rochdale 017,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112897 +112897,E00027729,8c1,Ageing Industrious Workers,E01005480,Rochdale 017E,5c,Comfortable neighbourhoods,E02001148,Rochdale 017,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112898 +112898,E00027743,8c1,Ageing Industrious Workers,E01005476,Rochdale 017A,5b,Aspiring urban households,E02001148,Rochdale 017,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112899 +112899,E00027778,8c1,Ageing Industrious Workers,E01005491,Rochdale 005C,5c,Comfortable neighbourhoods,E02001136,Rochdale 005,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112900 +112900,E00027791,8c1,Ageing Industrious Workers,E01005491,Rochdale 005C,5c,Comfortable neighbourhoods,E02001136,Rochdale 005,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112901 +112901,E00027833,8c1,Ageing Industrious Workers,E01005499,Rochdale 006C,2d,Rural traits,E02001137,Rochdale 006,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112902 +112902,E00027844,8c1,Ageing Industrious Workers,E01005500,Rochdale 020B,5a,Ageing urban communities,E02001151,Rochdale 020,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112903 +112903,E00028002,8c1,Ageing Industrious Workers,E01005535,Rochdale 023B,4a,Challenged white communities,E02001154,Rochdale 023,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112904 +112904,E00028020,8c1,Ageing Industrious Workers,E01005534,Rochdale 023A,5c,Comfortable neighbourhoods,E02001154,Rochdale 023,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112905 +112905,E00028042,8c1,Ageing Industrious Workers,E01005538,Rochdale 023D,4a,Challenged white communities,E02001154,Rochdale 023,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112906 +112906,E00028057,8c1,Ageing Industrious Workers,E01005540,Rochdale 023E,5b,Aspiring urban households,E02001154,Rochdale 023,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112907 +112907,E00028064,8c1,Ageing Industrious Workers,E01005546,Rochdale 024C,5c,Comfortable neighbourhoods,E02001155,Rochdale 024,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112908 +112908,E00028120,8c1,Ageing Industrious Workers,E01005562,Rochdale 014E,5d,Endeavouring social renters,E02001145,Rochdale 014,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112909 +112909,E00028124,8c1,Ageing Industrious Workers,E01005559,Rochdale 013B,4a,Challenged white communities,E02001144,Rochdale 013,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112910 +112910,E00028126,8c1,Ageing Industrious Workers,E01005559,Rochdale 013B,4a,Challenged white communities,E02001144,Rochdale 013,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112911 +112911,E00028128,8c1,Ageing Industrious Workers,E01005558,Rochdale 014C,5d,Endeavouring social renters,E02001145,Rochdale 014,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112912 +112912,E00028139,8c1,Ageing Industrious Workers,E01005561,Rochdale 014D,5b,Aspiring urban households,E02001145,Rochdale 014,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112913 +112913,E00028074,8d3,Hard-Pressed European Settlers,E01005547,Rochdale 024D,4c,Hampered neighbourhoods,E02001155,Rochdale 024,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112914 +112914,E00028059,8a1,Industrious Transitions,E01005540,Rochdale 023E,5b,Aspiring urban households,E02001154,Rochdale 023,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112915 +112915,E00027857,8b1,Deprived Blue-Collar Terraces,E01005505,Rochdale 018E,4a,Challenged white communities,E02001149,Rochdale 018,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112916 +112916,E00027831,8d2,Hard-Pressed Ethnic Mix,E01005497,Rochdale 018A,4c,Hampered neighbourhoods,E02001149,Rochdale 018,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112917 +112917,E00028227,8c1,Ageing Industrious Workers,E01005573,Rochdale 007C,8a,Affluent communities,E02001138,Rochdale 007,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112918 +112918,E00027840,8d2,Hard-Pressed Ethnic Mix,E01005498,Rochdale 020A,4a,Challenged white communities,E02001151,Rochdale 020,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112919 +112919,E00027325,6b2,White Suburban Communities,E01005399,Oldham 005C,5b,Aspiring urban households,E02001102,Oldham 005,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112920 +112920,E00027861,8b1,Deprived Blue-Collar Terraces,E01005504,Rochdale 018D,4a,Challenged white communities,E02001149,Rochdale 018,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112921 +112921,E00028121,8a1,Industrious Transitions,E01005561,Rochdale 014D,5b,Aspiring urban households,E02001145,Rochdale 014,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112922 +112922,E00028149,8d3,Hard-Pressed European Settlers,E01005559,Rochdale 013B,4a,Challenged white communities,E02001144,Rochdale 013,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112923 +112923,E00028321,8c1,Ageing Industrious Workers,E01005597,Rochdale 002C,5b,Aspiring urban households,E02001133,Rochdale 002,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112924 +112924,E00027862,8d2,Hard-Pressed Ethnic Mix,E01005504,Rochdale 018D,4a,Challenged white communities,E02001149,Rochdale 018,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112925 +112925,E00027895,8d2,Hard-Pressed Ethnic Mix,E01005514,Rochdale 019E,4a,Challenged white communities,E02001150,Rochdale 019,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112926 +112926,E00027896,8d2,Hard-Pressed Ethnic Mix,E01005514,Rochdale 019E,4a,Challenged white communities,E02001150,Rochdale 019,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112927 +112927,E00027898,8d2,Hard-Pressed Ethnic Mix,E01005513,Rochdale 019D,4a,Challenged white communities,E02001150,Rochdale 019,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112928 +112928,E00027899,8d2,Hard-Pressed Ethnic Mix,E01005514,Rochdale 019E,4a,Challenged white communities,E02001150,Rochdale 019,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112929 +112929,E00027971,8d2,Hard-Pressed Ethnic Mix,E01005527,Rochdale 022A,4c,Hampered neighbourhoods,E02001153,Rochdale 022,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112930 +112930,E00027973,8d2,Hard-Pressed Ethnic Mix,E01005527,Rochdale 022A,4c,Hampered neighbourhoods,E02001153,Rochdale 022,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112931 +112931,E00027974,8d2,Hard-Pressed Ethnic Mix,E01005528,Rochdale 021D,4c,Hampered neighbourhoods,E02001152,Rochdale 021,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112932 +112932,E00027980,8d2,Hard-Pressed Ethnic Mix,E01005528,Rochdale 021D,4c,Hampered neighbourhoods,E02001152,Rochdale 021,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112933 +112933,E00027982,8d2,Hard-Pressed Ethnic Mix,E01005527,Rochdale 022A,4c,Hampered neighbourhoods,E02001153,Rochdale 022,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112934 +112934,E00027988,8d2,Hard-Pressed Ethnic Mix,E01005524,Rochdale 021A,5b,Aspiring urban households,E02001152,Rochdale 021,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112935 +112935,E00027989,8d2,Hard-Pressed Ethnic Mix,E01005524,Rochdale 021A,5b,Aspiring urban households,E02001152,Rochdale 021,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112936 +112936,E00028007,8d2,Hard-Pressed Ethnic Mix,E01005532,Rochdale 025C,4c,Hampered neighbourhoods,E02001156,Rochdale 025,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112937 +112937,E00028025,8d2,Hard-Pressed Ethnic Mix,E01005541,Rochdale 023F,4c,Hampered neighbourhoods,E02001154,Rochdale 023,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112938 +112938,E00028035,8d2,Hard-Pressed Ethnic Mix,E01005536,Rochdale 021E,4c,Hampered neighbourhoods,E02001152,Rochdale 021,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112939 +112939,E00028040,8d2,Hard-Pressed Ethnic Mix,E01005538,Rochdale 023D,4a,Challenged white communities,E02001154,Rochdale 023,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112940 +112940,E00028047,8d2,Hard-Pressed Ethnic Mix,E01005538,Rochdale 023D,4a,Challenged white communities,E02001154,Rochdale 023,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112941 +112941,E00028066,8d2,Hard-Pressed Ethnic Mix,E01005547,Rochdale 024D,4c,Hampered neighbourhoods,E02001155,Rochdale 024,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112942 +112942,E00028075,8d2,Hard-Pressed Ethnic Mix,E01005547,Rochdale 024D,4c,Hampered neighbourhoods,E02001155,Rochdale 024,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112943 +112943,E00028096,8d2,Hard-Pressed Ethnic Mix,E01005554,Rochdale 022F,5b,Aspiring urban households,E02001153,Rochdale 022,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112944 +112944,E00028102,8d2,Hard-Pressed Ethnic Mix,E01005553,Rochdale 022E,4c,Hampered neighbourhoods,E02001153,Rochdale 022,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112945 +112945,E00028117,8d2,Hard-Pressed Ethnic Mix,E01005553,Rochdale 022E,4c,Hampered neighbourhoods,E02001153,Rochdale 022,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112946 +112946,E00028174,8d2,Hard-Pressed Ethnic Mix,E01005566,Rochdale 012D,7a,Urban cultural mix,E02001143,Rochdale 012,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112947 +112947,E00028271,8d2,Hard-Pressed Ethnic Mix,E01005589,Rochdale 009B,3d,Households in terraces and flats,E02001140,Rochdale 009,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112948 +112948,E00028274,8d2,Hard-Pressed Ethnic Mix,E01005590,Rochdale 009C,7b,Young ethnic communities,E02001140,Rochdale 009,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112949 +112949,E00028289,8d2,Hard-Pressed Ethnic Mix,E01005588,Rochdale 007F,5c,Comfortable neighbourhoods,E02001138,Rochdale 007,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112950 +112950,E00028302,8d2,Hard-Pressed Ethnic Mix,E01005595,Rochdale 004E,4c,Hampered neighbourhoods,E02001135,Rochdale 004,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112951 +112951,E00028306,8d2,Hard-Pressed Ethnic Mix,E01005593,Rochdale 004D,4c,Hampered neighbourhoods,E02001135,Rochdale 004,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112952 +112952,E00028314,8d2,Hard-Pressed Ethnic Mix,E01005593,Rochdale 004D,4c,Hampered neighbourhoods,E02001135,Rochdale 004,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112953 +112953,E00028318,8d2,Hard-Pressed Ethnic Mix,E01005594,Rochdale 002B,5d,Endeavouring social renters,E02001133,Rochdale 002,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112954 +112954,E00027656,8d3,Hard-Pressed European Settlers,E01005466,Rochdale 016C,4c,Hampered neighbourhoods,E02001147,Rochdale 016,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112955 +112955,E00027681,8d3,Hard-Pressed European Settlers,E01005464,Rochdale 016A,4c,Hampered neighbourhoods,E02001147,Rochdale 016,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112956 +112956,E00027684,8d3,Hard-Pressed European Settlers,E01005464,Rochdale 016A,4c,Hampered neighbourhoods,E02001147,Rochdale 016,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112957 +112957,E00027685,8d3,Hard-Pressed European Settlers,E01005464,Rochdale 016A,4c,Hampered neighbourhoods,E02001147,Rochdale 016,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112958 +112958,E00027704,8d3,Hard-Pressed European Settlers,E01005472,Rochdale 010A,4c,Hampered neighbourhoods,E02001141,Rochdale 010,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112959 +112959,E00027736,8d3,Hard-Pressed European Settlers,E01005478,Rochdale 017C,5d,Endeavouring social renters,E02001148,Rochdale 017,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112960 +112960,E00027783,8d3,Hard-Pressed European Settlers,E01005496,Rochdale 009A,4c,Hampered neighbourhoods,E02001140,Rochdale 009,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112961 +112961,E00027805,8d3,Hard-Pressed European Settlers,E01005496,Rochdale 009A,4c,Hampered neighbourhoods,E02001140,Rochdale 009,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112962 +112962,E00027812,8d3,Hard-Pressed European Settlers,E01005496,Rochdale 009A,4c,Hampered neighbourhoods,E02001140,Rochdale 009,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112963 +112963,E00027820,8d3,Hard-Pressed European Settlers,E01005497,Rochdale 018A,4c,Hampered neighbourhoods,E02001149,Rochdale 018,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112964 +112964,E00027832,8d3,Hard-Pressed European Settlers,E01005497,Rochdale 018A,4c,Hampered neighbourhoods,E02001149,Rochdale 018,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112965 +112965,E00027841,8d3,Hard-Pressed European Settlers,E01005501,Rochdale 018B,4b,Constrained renters,E02001149,Rochdale 018,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112966 +112966,E00027855,8d3,Hard-Pressed European Settlers,E01005506,Rochdale 020D,5a,Ageing urban communities,E02001151,Rochdale 020,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112967 +112967,E00027860,8d3,Hard-Pressed European Settlers,E01005507,Rochdale 020E,5b,Aspiring urban households,E02001151,Rochdale 020,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112968 +112968,E00027887,8d3,Hard-Pressed European Settlers,E01005505,Rochdale 018E,4a,Challenged white communities,E02001149,Rochdale 018,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112969 +112969,E00027897,8d3,Hard-Pressed European Settlers,E01005513,Rochdale 019D,4a,Challenged white communities,E02001150,Rochdale 019,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112970 +112970,E00027731,7c1,Challenged Transitionaries,E01005480,Rochdale 017E,5c,Comfortable neighbourhoods,E02001148,Rochdale 017,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112971 +112971,E00028122,8a1,Industrious Transitions,E01005556,Rochdale 013A,5b,Aspiring urban households,E02001144,Rochdale 013,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112972 +112972,E00027345,6b2,White Suburban Communities,E01005398,Oldham 009B,5a,Ageing urban communities,E02001106,Oldham 009,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112973 +112973,E00028178,8d3,Hard-Pressed European Settlers,E01005569,Rochdale 012F,7a,Urban cultural mix,E02001143,Rochdale 012,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112974 +112974,E00027740,7c1,Challenged Transitionaries,E01005477,Rochdale 017B,4b,Constrained renters,E02001148,Rochdale 017,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112975 +112975,E00028134,8a1,Industrious Transitions,E01005562,Rochdale 014E,5d,Endeavouring social renters,E02001145,Rochdale 014,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112976 +112976,E00027346,6b2,White Suburban Communities,E01005402,Oldham 009D,3d,Households in terraces and flats,E02001106,Oldham 009,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112977 +112977,E00027864,8b1,Deprived Blue-Collar Terraces,E01005505,Rochdale 018E,4a,Challenged white communities,E02001149,Rochdale 018,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112978 +112978,E00028138,8a1,Industrious Transitions,E01005560,Rochdale 013C,5b,Aspiring urban households,E02001144,Rochdale 013,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112979 +112979,E00027874,8b1,Deprived Blue-Collar Terraces,E01005507,Rochdale 020E,5b,Aspiring urban households,E02001151,Rochdale 020,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112980 +112980,E00027858,7c1,Challenged Transitionaries,E01005504,Rochdale 018D,4a,Challenged white communities,E02001149,Rochdale 018,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112981 +112981,E00028142,8a1,Industrious Transitions,E01005562,Rochdale 014E,5d,Endeavouring social renters,E02001145,Rochdale 014,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112982 +112982,E00027875,8b1,Deprived Blue-Collar Terraces,E01005507,Rochdale 020E,5b,Aspiring urban households,E02001151,Rochdale 020,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112983 +112983,E00027888,8b1,Deprived Blue-Collar Terraces,E01005509,Rochdale 018F,4b,Constrained renters,E02001149,Rochdale 018,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112984 +112984,E00027915,8b1,Deprived Blue-Collar Terraces,E01005512,Rochdale 019C,4a,Challenged white communities,E02001150,Rochdale 019,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112985 +112985,E00027917,8b1,Deprived Blue-Collar Terraces,E01005514,Rochdale 019E,4a,Challenged white communities,E02001150,Rochdale 019,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112986 +112986,E00027930,8b1,Deprived Blue-Collar Terraces,E01005522,Rochdale 001C,4b,Constrained renters,E02001132,Rochdale 001,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112987 +112987,E00027940,8b1,Deprived Blue-Collar Terraces,E01005523,Rochdale 001D,5b,Aspiring urban households,E02001132,Rochdale 001,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112988 +112988,E00028004,8b1,Deprived Blue-Collar Terraces,E01005535,Rochdale 023B,4a,Challenged white communities,E02001154,Rochdale 023,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112989 +112989,E00028012,8b1,Deprived Blue-Collar Terraces,E01005531,Rochdale 025B,5b,Aspiring urban households,E02001156,Rochdale 025,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112990 +112990,E00028023,8b1,Deprived Blue-Collar Terraces,E01005537,Rochdale 023C,8c,Comfortable suburbia,E02001154,Rochdale 023,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112991 +112991,E00028024,8b1,Deprived Blue-Collar Terraces,E01005536,Rochdale 021E,4c,Hampered neighbourhoods,E02001152,Rochdale 021,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112992 +112992,E00028028,8b1,Deprived Blue-Collar Terraces,E01005542,Rochdale 023G,4a,Challenged white communities,E02001154,Rochdale 023,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112993 +112993,E00028031,8b1,Deprived Blue-Collar Terraces,E01005543,Rochdale 021F,5a,Ageing urban communities,E02001152,Rochdale 021,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112994 +112994,E00028044,8b1,Deprived Blue-Collar Terraces,E01005536,Rochdale 021E,4c,Hampered neighbourhoods,E02001152,Rochdale 021,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112995 +112995,E00028046,8b1,Deprived Blue-Collar Terraces,E01005537,Rochdale 023C,8c,Comfortable suburbia,E02001154,Rochdale 023,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112996 +112996,E00028049,8b1,Deprived Blue-Collar Terraces,E01005540,Rochdale 023E,5b,Aspiring urban households,E02001154,Rochdale 023,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112997 +112997,E00028052,8b1,Deprived Blue-Collar Terraces,E01005539,Rochdale 024B,4b,Constrained renters,E02001155,Rochdale 024,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112998 +112998,E00028054,8b1,Deprived Blue-Collar Terraces,E01005541,Rochdale 023F,4c,Hampered neighbourhoods,E02001154,Rochdale 023,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,112999 +112999,E00028240,8d3,Hard-Pressed European Settlers,E01005580,Rochdale 008A,7b,Young ethnic communities,E02001139,Rochdale 008,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113000 +113000,E00027348,6b2,White Suburban Communities,E01005401,Oldham 008D,8c,Comfortable suburbia,E02001105,Oldham 008,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113001 +113001,E00028055,8b1,Deprived Blue-Collar Terraces,E01005541,Rochdale 023F,4c,Hampered neighbourhoods,E02001154,Rochdale 023,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113002 +113002,E00028073,8b1,Deprived Blue-Collar Terraces,E01005547,Rochdale 024D,4c,Hampered neighbourhoods,E02001155,Rochdale 024,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113003 +113003,E00028129,8b1,Deprived Blue-Collar Terraces,E01005558,Rochdale 014C,5d,Endeavouring social renters,E02001145,Rochdale 014,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113004 +113004,E00028155,8b1,Deprived Blue-Collar Terraces,E01005556,Rochdale 013A,5b,Aspiring urban households,E02001144,Rochdale 013,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113005 +113005,E00028177,8b1,Deprived Blue-Collar Terraces,E01005567,Rochdale 013D,5b,Aspiring urban households,E02001144,Rochdale 013,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113006 +113006,E00028237,8b1,Deprived Blue-Collar Terraces,E01005580,Rochdale 008A,7b,Young ethnic communities,E02001139,Rochdale 008,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113007 +113007,E00028287,8b1,Deprived Blue-Collar Terraces,E01005589,Rochdale 009B,3d,Households in terraces and flats,E02001140,Rochdale 009,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113008 +113008,E00028288,8b1,Deprived Blue-Collar Terraces,E01005589,Rochdale 009B,3d,Households in terraces and flats,E02001140,Rochdale 009,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113009 +113009,E00027772,7b2,Deprived Neighbourhoods,E01005482,Rochdale 010C,7a,Urban cultural mix,E02001141,Rochdale 010,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113010 +113010,E00027773,7b2,Deprived Neighbourhoods,E01005482,Rochdale 010C,7a,Urban cultural mix,E02001141,Rochdale 010,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113011 +113011,E00027774,7b2,Deprived Neighbourhoods,E01005483,Rochdale 010D,7a,Urban cultural mix,E02001141,Rochdale 010,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113012 +113012,E00028266,7b2,Deprived Neighbourhoods,E01005586,Rochdale 004C,4c,Hampered neighbourhoods,E02001135,Rochdale 004,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113013 +113013,E00027669,6a3,Detached Retirement Living,E01005468,Rochdale 016E,8c,Comfortable suburbia,E02001147,Rochdale 016,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113014 +113014,E00027696,6a3,Detached Retirement Living,E01005474,Rochdale 011A,8c,Comfortable suburbia,E02001142,Rochdale 011,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113015 +113015,E00027717,6a3,Detached Retirement Living,E01005478,Rochdale 017C,5d,Endeavouring social renters,E02001148,Rochdale 017,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113016 +113016,E00027720,6a3,Detached Retirement Living,E01005478,Rochdale 017C,5d,Endeavouring social renters,E02001148,Rochdale 017,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113017 +113017,E00027730,6a3,Detached Retirement Living,E01005480,Rochdale 017E,5c,Comfortable neighbourhoods,E02001148,Rochdale 017,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113018 +113018,E00027787,6a3,Detached Retirement Living,E01005489,Rochdale 005A,8c,Comfortable suburbia,E02001136,Rochdale 005,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113019 +113019,E00027792,6a3,Detached Retirement Living,E01005489,Rochdale 005A,8c,Comfortable suburbia,E02001136,Rochdale 005,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113020 +113020,E00027947,6a3,Detached Retirement Living,E01005517,Rochdale 003B,8b,Ageing suburbanites,E02001134,Rochdale 003,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113021 +113021,E00028077,6a3,Detached Retirement Living,E01005549,Rochdale 025F,8b,Ageing suburbanites,E02001156,Rochdale 025,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113022 +113022,E00028083,6a3,Detached Retirement Living,E01005545,Rochdale 025E,8a,Affluent communities,E02001156,Rochdale 025,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113023 +113023,E00028144,6a3,Detached Retirement Living,E01005555,Rochdale 014A,8c,Comfortable suburbia,E02001145,Rochdale 014,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113024 +113024,E00028154,6a3,Detached Retirement Living,E01005557,Rochdale 014B,8b,Ageing suburbanites,E02001145,Rochdale 014,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113025 +113025,E00028215,6a3,Detached Retirement Living,E01005576,Rochdale 011C,8a,Affluent communities,E02001142,Rochdale 011,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113026 +113026,E00028219,6a3,Detached Retirement Living,E01005570,Rochdale 007A,8a,Affluent communities,E02001138,Rochdale 007,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113027 +113027,E00028221,6a3,Detached Retirement Living,E01005570,Rochdale 007A,8a,Affluent communities,E02001138,Rochdale 007,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113028 +113028,E00028150,8a1,Industrious Transitions,E01005558,Rochdale 014C,5d,Endeavouring social renters,E02001145,Rochdale 014,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113029 +113029,E00027355,6b2,White Suburban Communities,E01005403,Oldham 005D,5b,Aspiring urban households,E02001102,Oldham 005,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113030 +113030,E00028290,8a1,Industrious Transitions,E01005591,Rochdale 009D,5a,Ageing urban communities,E02001140,Rochdale 009,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113031 +113031,E00027359,6b2,White Suburban Communities,E01005407,Oldham 013A,8c,Comfortable suburbia,E02001110,Oldham 013,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113032 +113032,E00028308,8a1,Industrious Transitions,E01005594,Rochdale 002B,5d,Endeavouring social renters,E02001133,Rochdale 002,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113033 +113033,E00027363,6b2,White Suburban Communities,E01005412,Oldham 013B,8c,Comfortable suburbia,E02001110,Oldham 013,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113034 +113034,E00028310,8a1,Industrious Transitions,E01005593,Rochdale 004D,4c,Hampered neighbourhoods,E02001135,Rochdale 004,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113035 +113035,E00028326,8a1,Industrious Transitions,E01005597,Rochdale 002C,5b,Aspiring urban households,E02001133,Rochdale 002,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113036 +113036,E00027859,7c1,Challenged Transitionaries,E01005505,Rochdale 018E,4a,Challenged white communities,E02001149,Rochdale 018,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113037 +113037,E00028327,8a1,Industrious Transitions,E01005594,Rochdale 002B,5d,Endeavouring social renters,E02001133,Rochdale 002,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113038 +113038,E00027889,7c1,Challenged Transitionaries,E01005505,Rochdale 018E,4a,Challenged white communities,E02001149,Rochdale 018,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113039 +113039,E00172363,8a1,Industrious Transitions,E01005490,Rochdale 005B,4c,Hampered neighbourhoods,E02001136,Rochdale 005,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113040 +113040,E00027659,7a3,Multi-Ethnic Hardship,E01005467,Rochdale 016D,4c,Hampered neighbourhoods,E02001147,Rochdale 016,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113041 +113041,E00027663,7a3,Multi-Ethnic Hardship,E01005466,Rochdale 016C,4c,Hampered neighbourhoods,E02001147,Rochdale 016,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113042 +113042,E00027664,7a3,Multi-Ethnic Hardship,E01005467,Rochdale 016D,4c,Hampered neighbourhoods,E02001147,Rochdale 016,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113043 +113043,E00027667,7a3,Multi-Ethnic Hardship,E01005467,Rochdale 016D,4c,Hampered neighbourhoods,E02001147,Rochdale 016,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113044 +113044,E00027682,7a3,Multi-Ethnic Hardship,E01005464,Rochdale 016A,4c,Hampered neighbourhoods,E02001147,Rochdale 016,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113045 +113045,E00027683,7a3,Multi-Ethnic Hardship,E01005466,Rochdale 016C,4c,Hampered neighbourhoods,E02001147,Rochdale 016,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113046 +113046,E00027687,7a3,Multi-Ethnic Hardship,E01005466,Rochdale 016C,4c,Hampered neighbourhoods,E02001147,Rochdale 016,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113047 +113047,E00027733,7a3,Multi-Ethnic Hardship,E01005480,Rochdale 017E,5c,Comfortable neighbourhoods,E02001148,Rochdale 017,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113048 +113048,E00027809,7a3,Multi-Ethnic Hardship,E01005491,Rochdale 005C,5c,Comfortable neighbourhoods,E02001136,Rochdale 005,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113049 +113049,E00027810,7a3,Multi-Ethnic Hardship,E01005495,Rochdale 005F,5a,Ageing urban communities,E02001136,Rochdale 005,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113050 +113050,E00027821,7a3,Multi-Ethnic Hardship,E01005501,Rochdale 018B,4b,Constrained renters,E02001149,Rochdale 018,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113051 +113051,E00027850,7a3,Multi-Ethnic Hardship,E01005501,Rochdale 018B,4b,Constrained renters,E02001149,Rochdale 018,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113052 +113052,E00027863,7a3,Multi-Ethnic Hardship,E01005509,Rochdale 018F,4b,Constrained renters,E02001149,Rochdale 018,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113053 +113053,E00027884,7a3,Multi-Ethnic Hardship,E01005509,Rochdale 018F,4b,Constrained renters,E02001149,Rochdale 018,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113054 +113054,E00027886,7a3,Multi-Ethnic Hardship,E01005509,Rochdale 018F,4b,Constrained renters,E02001149,Rochdale 018,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113055 +113055,E00027890,7a3,Multi-Ethnic Hardship,E01005509,Rochdale 018F,4b,Constrained renters,E02001149,Rochdale 018,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113056 +113056,E00027901,7a3,Multi-Ethnic Hardship,E01005515,Rochdale 019F,4a,Challenged white communities,E02001150,Rochdale 019,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113057 +113057,E00028256,8d3,Hard-Pressed European Settlers,E01005585,Rochdale 008F,7b,Young ethnic communities,E02001139,Rochdale 008,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113058 +113058,E00027364,6b2,White Suburban Communities,E01005412,Oldham 013B,8c,Comfortable suburbia,E02001110,Oldham 013,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113059 +113059,E00027911,7a3,Multi-Ethnic Hardship,E01005513,Rochdale 019D,4a,Challenged white communities,E02001150,Rochdale 019,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113060 +113060,E00027914,7a3,Multi-Ethnic Hardship,E01005512,Rochdale 019C,4a,Challenged white communities,E02001150,Rochdale 019,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113061 +113061,E00027962,7a3,Multi-Ethnic Hardship,E01005529,Rochdale 022B,4c,Hampered neighbourhoods,E02001153,Rochdale 022,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113062 +113062,E00027968,7a3,Multi-Ethnic Hardship,E01005525,Rochdale 021B,4c,Hampered neighbourhoods,E02001152,Rochdale 021,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113063 +113063,E00027969,7a3,Multi-Ethnic Hardship,E01005525,Rochdale 021B,4c,Hampered neighbourhoods,E02001152,Rochdale 021,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113064 +113064,E00027970,7a3,Multi-Ethnic Hardship,E01005526,Rochdale 021C,4c,Hampered neighbourhoods,E02001152,Rochdale 021,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113065 +113065,E00027972,7a3,Multi-Ethnic Hardship,E01005528,Rochdale 021D,4c,Hampered neighbourhoods,E02001152,Rochdale 021,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113066 +113066,E00027975,7a3,Multi-Ethnic Hardship,E01005526,Rochdale 021C,4c,Hampered neighbourhoods,E02001152,Rochdale 021,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113067 +113067,E00027976,7a3,Multi-Ethnic Hardship,E01005527,Rochdale 022A,4c,Hampered neighbourhoods,E02001153,Rochdale 022,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113068 +113068,E00027978,7a3,Multi-Ethnic Hardship,E01005525,Rochdale 021B,4c,Hampered neighbourhoods,E02001152,Rochdale 021,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113069 +113069,E00027981,7a3,Multi-Ethnic Hardship,E01005528,Rochdale 021D,4c,Hampered neighbourhoods,E02001152,Rochdale 021,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113070 +113070,E00027984,7a3,Multi-Ethnic Hardship,E01005529,Rochdale 022B,4c,Hampered neighbourhoods,E02001153,Rochdale 022,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113071 +113071,E00027987,7a3,Multi-Ethnic Hardship,E01005529,Rochdale 022B,4c,Hampered neighbourhoods,E02001153,Rochdale 022,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113072 +113072,E00027991,7a3,Multi-Ethnic Hardship,E01005525,Rochdale 021B,4c,Hampered neighbourhoods,E02001152,Rochdale 021,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113073 +113073,E00028003,7a3,Multi-Ethnic Hardship,E01005535,Rochdale 023B,4a,Challenged white communities,E02001154,Rochdale 023,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113074 +113074,E00028008,7a3,Multi-Ethnic Hardship,E01005532,Rochdale 025C,4c,Hampered neighbourhoods,E02001156,Rochdale 025,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113075 +113075,E00028041,7a3,Multi-Ethnic Hardship,E01005539,Rochdale 024B,4b,Constrained renters,E02001155,Rochdale 024,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113076 +113076,E00027891,7c1,Challenged Transitionaries,E01005509,Rochdale 018F,4b,Constrained renters,E02001149,Rochdale 018,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113077 +113077,E00027937,7c1,Challenged Transitionaries,E01005522,Rochdale 001C,4b,Constrained renters,E02001132,Rochdale 001,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113078 +113078,E00027658,6a2,Comfortable Suburbia,E01005465,Rochdale 016B,5c,Comfortable neighbourhoods,E02001147,Rochdale 016,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113079 +113079,E00027780,6a2,Comfortable Suburbia,E01005493,Rochdale 005D,8c,Comfortable suburbia,E02001136,Rochdale 005,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113080 +113080,E00027881,6a2,Comfortable Suburbia,E01005508,Rochdale 020F,8c,Comfortable suburbia,E02001151,Rochdale 020,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113081 +113081,E00028088,6a2,Comfortable Suburbia,E01005545,Rochdale 025E,8a,Affluent communities,E02001156,Rochdale 025,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113082 +113082,E00028133,6a2,Comfortable Suburbia,E01005556,Rochdale 013A,5b,Aspiring urban households,E02001144,Rochdale 013,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113083 +113083,E00028197,6a2,Comfortable Suburbia,E01005573,Rochdale 007C,8a,Affluent communities,E02001138,Rochdale 007,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113084 +113084,E00028199,6a2,Comfortable Suburbia,E01005573,Rochdale 007C,8a,Affluent communities,E02001138,Rochdale 007,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113085 +113085,E00028270,6a2,Comfortable Suburbia,E01005587,Rochdale 007E,8c,Comfortable suburbia,E02001138,Rochdale 007,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113086 +113086,E00028285,6a2,Comfortable Suburbia,E01005587,Rochdale 007E,8c,Comfortable suburbia,E02001138,Rochdale 007,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113087 +113087,E00027819,5b2,Communal Retirement,E01005495,Rochdale 005F,5a,Ageing urban communities,E02001136,Rochdale 005,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113088 +113088,E00027837,5b2,Communal Retirement,E01005500,Rochdale 020B,5a,Ageing urban communities,E02001151,Rochdale 020,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113089 +113089,E00027871,5b2,Communal Retirement,E01005506,Rochdale 020D,5a,Ageing urban communities,E02001151,Rochdale 020,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113090 +113090,E00027925,5b2,Communal Retirement,E01005521,Rochdale 003C,5a,Ageing urban communities,E02001134,Rochdale 003,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113091 +113091,E00027928,5b2,Communal Retirement,E01005516,Rochdale 003A,8b,Ageing suburbanites,E02001134,Rochdale 003,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113092 +113092,E00028093,5b2,Communal Retirement,E01005548,Rochdale 024E,4b,Constrained renters,E02001155,Rochdale 024,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113093 +113093,E00028228,5b2,Communal Retirement,E01005570,Rochdale 007A,8a,Affluent communities,E02001138,Rochdale 007,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113094 +113094,E00028281,5b2,Communal Retirement,E01005592,Rochdale 009E,4c,Hampered neighbourhoods,E02001140,Rochdale 009,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113095 +113095,E00028282,5b2,Communal Retirement,E01005592,Rochdale 009E,4c,Hampered neighbourhoods,E02001140,Rochdale 009,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113096 +113096,E00027767,3c2,Constrained Commuters,E01005482,Rochdale 010C,7a,Urban cultural mix,E02001141,Rochdale 010,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113097 +113097,E00027758,3c1,Constrained Neighbourhoods,E01005484,Rochdale 010E,7b,Young ethnic communities,E02001141,Rochdale 010,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113098 +113098,E00027759,3c1,Constrained Neighbourhoods,E01005484,Rochdale 010E,7b,Young ethnic communities,E02001141,Rochdale 010,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113099 +113099,E00027761,3c1,Constrained Neighbourhoods,E01005483,Rochdale 010D,7a,Urban cultural mix,E02001141,Rochdale 010,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113100 +113100,E00027768,3c1,Constrained Neighbourhoods,E01005482,Rochdale 010C,7a,Urban cultural mix,E02001141,Rochdale 010,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113101 +113101,E00027770,3c1,Constrained Neighbourhoods,E01005482,Rochdale 010C,7a,Urban cultural mix,E02001141,Rochdale 010,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113102 +113102,E00027771,3c1,Constrained Neighbourhoods,E01005483,Rochdale 010D,7a,Urban cultural mix,E02001141,Rochdale 010,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113103 +113103,E00027775,3c1,Constrained Neighbourhoods,E01005483,Rochdale 010D,7a,Urban cultural mix,E02001141,Rochdale 010,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113104 +113104,E00027885,3c1,Constrained Neighbourhoods,E01005509,Rochdale 018F,4b,Constrained renters,E02001149,Rochdale 018,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113105 +113105,E00027965,7c2,Constrained Young Families,E01005527,Rochdale 022A,4c,Hampered neighbourhoods,E02001153,Rochdale 022,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113106 +113106,E00027986,7c2,Constrained Young Families,E01005529,Rochdale 022B,4c,Hampered neighbourhoods,E02001153,Rochdale 022,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113107 +113107,E00027878,5b1,Delayed Retirement,E01005503,Rochdale 020C,8c,Comfortable suburbia,E02001151,Rochdale 020,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113108 +113108,E00027676,8b1,Deprived Blue-Collar Terraces,E01005469,Rochdale 012A,5b,Aspiring urban households,E02001143,Rochdale 012,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113109 +113109,E00027722,8b1,Deprived Blue-Collar Terraces,E01005479,Rochdale 017D,5b,Aspiring urban households,E02001148,Rochdale 017,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113110 +113110,E00027739,8b1,Deprived Blue-Collar Terraces,E01005477,Rochdale 017B,4b,Constrained renters,E02001148,Rochdale 017,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113111 +113111,E00027793,8b1,Deprived Blue-Collar Terraces,E01005495,Rochdale 005F,5a,Ageing urban communities,E02001136,Rochdale 005,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113112 +113112,E00027836,8b1,Deprived Blue-Collar Terraces,E01005498,Rochdale 020A,4a,Challenged white communities,E02001151,Rochdale 020,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113113 +113113,E00028267,8d3,Hard-Pressed European Settlers,E01005586,Rochdale 004C,4c,Hampered neighbourhoods,E02001135,Rochdale 004,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113114 +113114,E00027839,8b1,Deprived Blue-Collar Terraces,E01005498,Rochdale 020A,4a,Challenged white communities,E02001151,Rochdale 020,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113115 +113115,E00027842,8b1,Deprived Blue-Collar Terraces,E01005497,Rochdale 018A,4c,Hampered neighbourhoods,E02001149,Rochdale 018,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113116 +113116,E00027846,8b1,Deprived Blue-Collar Terraces,E01005500,Rochdale 020B,5a,Ageing urban communities,E02001151,Rochdale 020,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113117 +113117,E00027847,8b1,Deprived Blue-Collar Terraces,E01005500,Rochdale 020B,5a,Ageing urban communities,E02001151,Rochdale 020,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113118 +113118,E00027368,6b2,White Suburban Communities,E01032922,Oldham 020E,5c,Comfortable neighbourhoods,E02001117,Oldham 020,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113119 +113119,E00027372,6b2,White Suburban Communities,E01032922,Oldham 020E,5c,Comfortable neighbourhoods,E02001117,Oldham 020,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113120 +113120,E00027376,6b2,White Suburban Communities,E01005406,Oldham 021A,8a,Affluent communities,E02001118,Oldham 021,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113121 +113121,E00027379,6b2,White Suburban Communities,E01005406,Oldham 021A,8a,Affluent communities,E02001118,Oldham 021,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113122 +113122,E00027384,6b2,White Suburban Communities,E01005406,Oldham 021A,8a,Affluent communities,E02001118,Oldham 021,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113123 +113123,E00027388,6b2,White Suburban Communities,E01005407,Oldham 013A,8c,Comfortable suburbia,E02001110,Oldham 013,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113124 +113124,E00027392,6b2,White Suburban Communities,E01005408,Oldham 020C,5c,Comfortable neighbourhoods,E02001117,Oldham 020,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113125 +113125,E00027401,6b2,White Suburban Communities,E01005410,Oldham 006A,2b,Prospering countryside life,E02001103,Oldham 006,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113126 +113126,E00027402,6b2,White Suburban Communities,E01005411,Oldham 006B,5c,Comfortable neighbourhoods,E02001103,Oldham 006,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113127 +113127,E00027412,6b2,White Suburban Communities,E01005419,Oldham 021C,8c,Comfortable suburbia,E02001118,Oldham 021,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113128 +113128,E00027416,6b2,White Suburban Communities,E01005413,Oldham 021B,8c,Comfortable suburbia,E02001118,Oldham 021,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113129 +113129,E00027427,6b2,White Suburban Communities,E01005415,Oldham 006D,5c,Comfortable neighbourhoods,E02001103,Oldham 006,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113130 +113130,E00027433,6b2,White Suburban Communities,E01005417,Oldham 013D,8b,Ageing suburbanites,E02001110,Oldham 013,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113131 +113131,E00027436,6b2,White Suburban Communities,E01005417,Oldham 013D,8b,Ageing suburbanites,E02001110,Oldham 013,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113132 +113132,E00027437,6b2,White Suburban Communities,E01005418,Oldham 018D,8c,Comfortable suburbia,E02001115,Oldham 018,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113133 +113133,E00027441,6b2,White Suburban Communities,E01005419,Oldham 021C,8c,Comfortable suburbia,E02001118,Oldham 021,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113134 +113134,E00027450,6b2,White Suburban Communities,E01032559,Oldham 007F,5b,Aspiring urban households,E02001104,Oldham 007,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113135 +113135,E00027455,6b2,White Suburban Communities,E01032559,Oldham 007F,5b,Aspiring urban households,E02001104,Oldham 007,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113136 +113136,E00027546,6b2,White Suburban Communities,E01005442,Oldham 002B,8b,Ageing suburbanites,E02001099,Oldham 002,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113137 +113137,E00027551,6b2,White Suburban Communities,E01005446,Oldham 003C,5b,Aspiring urban households,E02001100,Oldham 003,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113138 +113138,E00027552,6b2,White Suburban Communities,E01005446,Oldham 003C,5b,Aspiring urban households,E02001100,Oldham 003,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113139 +113139,E00027554,6b2,White Suburban Communities,E01005441,Oldham 002A,5c,Comfortable neighbourhoods,E02001099,Oldham 002,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113140 +113140,E00027556,6b2,White Suburban Communities,E01005441,Oldham 002A,5c,Comfortable neighbourhoods,E02001099,Oldham 002,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113141 +113141,E00027567,6b2,White Suburban Communities,E01005442,Oldham 002B,8b,Ageing suburbanites,E02001099,Oldham 002,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113142 +113142,E00027573,6b2,White Suburban Communities,E01005443,Oldham 003B,8c,Comfortable suburbia,E02001100,Oldham 003,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113143 +113143,E00027574,6b2,White Suburban Communities,E01005446,Oldham 003C,5b,Aspiring urban households,E02001100,Oldham 003,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113144 +113144,E00027583,6b2,White Suburban Communities,E01005453,Oldham 007D,8c,Comfortable suburbia,E02001104,Oldham 007,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113145 +113145,E00027588,6b2,White Suburban Communities,E01005453,Oldham 007D,8c,Comfortable suburbia,E02001104,Oldham 007,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113146 +113146,E00027594,6b2,White Suburban Communities,E01005454,Oldham 012C,5b,Aspiring urban households,E02001109,Oldham 012,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113147 +113147,E00027597,6b2,White Suburban Communities,E01005455,Oldham 012D,5b,Aspiring urban households,E02001109,Oldham 012,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113148 +113148,E00168612,6b2,White Suburban Communities,E01032559,Oldham 007F,5b,Aspiring urban households,E02001104,Oldham 007,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113149 +113149,E00026946,8d1,Young Hard-Pressed Families,E01005323,Oldham 029B,4c,Hampered neighbourhoods,E02001126,Oldham 029,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113150 +113150,E00026956,8d1,Young Hard-Pressed Families,E01005325,Oldham 029D,4a,Challenged white communities,E02001126,Oldham 029,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113151 +113151,E00026961,8d1,Young Hard-Pressed Families,E01005325,Oldham 029D,4a,Challenged white communities,E02001126,Oldham 029,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113152 +113152,E00026963,8d1,Young Hard-Pressed Families,E01005325,Oldham 029D,4a,Challenged white communities,E02001126,Oldham 029,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113153 +113153,E00026965,8d1,Young Hard-Pressed Families,E01005325,Oldham 029D,4a,Challenged white communities,E02001126,Oldham 029,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113154 +113154,E00026966,8d1,Young Hard-Pressed Families,E01005324,Oldham 029C,4c,Hampered neighbourhoods,E02001126,Oldham 029,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113155 +113155,E00026967,8d1,Young Hard-Pressed Families,E01005324,Oldham 029C,4c,Hampered neighbourhoods,E02001126,Oldham 029,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113156 +113156,E00026968,8d1,Young Hard-Pressed Families,E01005324,Oldham 029C,4c,Hampered neighbourhoods,E02001126,Oldham 029,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113157 +113157,E00026969,8d1,Young Hard-Pressed Families,E01005323,Oldham 029B,4c,Hampered neighbourhoods,E02001126,Oldham 029,E08000004,Oldham,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113158 +113158,E00028286,8d3,Hard-Pressed European Settlers,E01005588,Rochdale 007F,5c,Comfortable neighbourhoods,E02001138,Rochdale 007,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113159 +113159,E00172371,8d3,Hard-Pressed European Settlers,E01005490,Rochdale 005B,4c,Hampered neighbourhoods,E02001136,Rochdale 005,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113160 +113160,E00027707,8b2,Hard-Pressed Rented Terraces,E01005472,Rochdale 010A,4c,Hampered neighbourhoods,E02001141,Rochdale 010,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113161 +113161,E00027816,8b2,Hard-Pressed Rented Terraces,E01005495,Rochdale 005F,5a,Ageing urban communities,E02001136,Rochdale 005,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113162 +113162,E00027956,8b2,Hard-Pressed Rented Terraces,E01005519,Rochdale 002A,5b,Aspiring urban households,E02001133,Rochdale 002,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113163 +113163,E00028032,8b2,Hard-Pressed Rented Terraces,E01005543,Rochdale 021F,5a,Ageing urban communities,E02001152,Rochdale 021,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113164 +113164,E00028048,8b2,Hard-Pressed Rented Terraces,E01005539,Rochdale 024B,4b,Constrained renters,E02001155,Rochdale 024,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113165 +113165,E00028141,8b2,Hard-Pressed Rented Terraces,E01005562,Rochdale 014E,5d,Endeavouring social renters,E02001145,Rochdale 014,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113166 +113166,E00027715,6a1,Indian Tech Achievers,E01005481,Rochdale 017F,3d,Households in terraces and flats,E02001148,Rochdale 017,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113167 +113167,E00027785,6a1,Indian Tech Achievers,E01005494,Rochdale 005E,3d,Households in terraces and flats,E02001136,Rochdale 005,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113168 +113168,E00027800,6a1,Indian Tech Achievers,E01005488,Rochdale 006A,8c,Comfortable suburbia,E02001137,Rochdale 006,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113169 +113169,E00027963,6a1,Indian Tech Achievers,E01005526,Rochdale 021C,4c,Hampered neighbourhoods,E02001152,Rochdale 021,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113170 +113170,E00028070,6a1,Indian Tech Achievers,E01005549,Rochdale 025F,8b,Ageing suburbanites,E02001156,Rochdale 025,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113171 +113171,E00028193,6a1,Indian Tech Achievers,E01005572,Rochdale 007B,8c,Comfortable suburbia,E02001138,Rochdale 007,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113172 +113172,E00028196,6a1,Indian Tech Achievers,E01005573,Rochdale 007C,8a,Affluent communities,E02001138,Rochdale 007,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113173 +113173,E00028201,6a1,Indian Tech Achievers,E01005574,Rochdale 007D,8c,Comfortable suburbia,E02001138,Rochdale 007,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113174 +113174,E00028205,6a1,Indian Tech Achievers,E01005576,Rochdale 011C,8a,Affluent communities,E02001142,Rochdale 011,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113175 +113175,E00028206,6a1,Indian Tech Achievers,E01005576,Rochdale 011C,8a,Affluent communities,E02001142,Rochdale 011,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113176 +113176,E00028207,6a1,Indian Tech Achievers,E01005576,Rochdale 011C,8a,Affluent communities,E02001142,Rochdale 011,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113177 +113177,E00028210,6a1,Indian Tech Achievers,E01005575,Rochdale 011B,8c,Comfortable suburbia,E02001142,Rochdale 011,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113178 +113178,E00028213,6a1,Indian Tech Achievers,E01005575,Rochdale 011B,8c,Comfortable suburbia,E02001142,Rochdale 011,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113179 +113179,E00027872,8a2,Industrious Hardship,E01005506,Rochdale 020D,5a,Ageing urban communities,E02001151,Rochdale 020,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113180 +113180,E00027985,8a2,Industrious Hardship,E01005528,Rochdale 021D,4c,Hampered neighbourhoods,E02001152,Rochdale 021,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113181 +113181,E00028022,8a2,Industrious Hardship,E01005534,Rochdale 023A,5c,Comfortable neighbourhoods,E02001154,Rochdale 023,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113182 +113182,E00028026,8a2,Industrious Hardship,E01005542,Rochdale 023G,4a,Challenged white communities,E02001154,Rochdale 023,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113183 +113183,E00028060,8a2,Industrious Hardship,E01005542,Rochdale 023G,4a,Challenged white communities,E02001154,Rochdale 023,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113184 +113184,E00028123,8a2,Industrious Hardship,E01005558,Rochdale 014C,5d,Endeavouring social renters,E02001145,Rochdale 014,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113185 +113185,E00028125,8a2,Industrious Hardship,E01005558,Rochdale 014C,5d,Endeavouring social renters,E02001145,Rochdale 014,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113186 +113186,E00028311,8a2,Industrious Hardship,E01005594,Rochdale 002B,5d,Endeavouring social renters,E02001133,Rochdale 002,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113187 +113187,E00027673,8a1,Industrious Transitions,E01005468,Rochdale 016E,8c,Comfortable suburbia,E02001147,Rochdale 016,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113188 +113188,E00027680,8a1,Industrious Transitions,E01005469,Rochdale 012A,5b,Aspiring urban households,E02001143,Rochdale 012,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113189 +113189,E00027721,8a1,Industrious Transitions,E01005479,Rochdale 017D,5b,Aspiring urban households,E02001148,Rochdale 017,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113190 +113190,E00027727,8a1,Industrious Transitions,E01005480,Rochdale 017E,5c,Comfortable neighbourhoods,E02001148,Rochdale 017,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113191 +113191,E00027804,8a1,Industrious Transitions,E01005489,Rochdale 005A,8c,Comfortable suburbia,E02001136,Rochdale 005,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113192 +113192,E00027827,8a1,Industrious Transitions,E01005499,Rochdale 006C,2d,Rural traits,E02001137,Rochdale 006,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113193 +113193,E00027835,8a1,Industrious Transitions,E01005500,Rochdale 020B,5a,Ageing urban communities,E02001151,Rochdale 020,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113194 +113194,E00027865,8a1,Industrious Transitions,E01005504,Rochdale 018D,4a,Challenged white communities,E02001149,Rochdale 018,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113195 +113195,E00027908,8a1,Industrious Transitions,E01005511,Rochdale 019B,5d,Endeavouring social renters,E02001150,Rochdale 019,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113196 +113196,E00027910,8a1,Industrious Transitions,E01005512,Rochdale 019C,4a,Challenged white communities,E02001150,Rochdale 019,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113197 +113197,E00027916,8a1,Industrious Transitions,E01005512,Rochdale 019C,4a,Challenged white communities,E02001150,Rochdale 019,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113198 +113198,E00027920,8a1,Industrious Transitions,E01005520,Rochdale 001B,5b,Aspiring urban households,E02001132,Rochdale 001,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113199 +113199,E00027953,8a1,Industrious Transitions,E01005518,Rochdale 001A,5d,Endeavouring social renters,E02001132,Rochdale 001,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113200 +113200,E00027779,5a1,White Professionals,E01005491,Rochdale 005C,5c,Comfortable neighbourhoods,E02001136,Rochdale 005,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113201 +113201,E00027808,5a1,White Professionals,E01005493,Rochdale 005D,8c,Comfortable suburbia,E02001136,Rochdale 005,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113202 +113202,E00027814,5a1,White Professionals,E01005494,Rochdale 005E,3d,Households in terraces and flats,E02001136,Rochdale 005,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113203 +113203,E00027815,5a1,White Professionals,E01005494,Rochdale 005E,3d,Households in terraces and flats,E02001136,Rochdale 005,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113204 +113204,E00028043,8d1,Young Hard-Pressed Families,E01005538,Rochdale 023D,4a,Challenged white communities,E02001154,Rochdale 023,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113205 +113205,E00027923,6b2,White Suburban Communities,E01005519,Rochdale 002A,5b,Aspiring urban households,E02001133,Rochdale 002,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113206 +113206,E00027825,5a1,White Professionals,E01005498,Rochdale 020A,4a,Challenged white communities,E02001151,Rochdale 020,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113207 +113207,E00027826,5a1,White Professionals,E01005499,Rochdale 006C,2d,Rural traits,E02001137,Rochdale 006,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113208 +113208,E00027922,5a1,White Professionals,E01005520,Rochdale 001B,5b,Aspiring urban households,E02001132,Rochdale 001,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113209 +113209,E00027926,5a1,White Professionals,E01005521,Rochdale 003C,5a,Ageing urban communities,E02001134,Rochdale 003,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113210 +113210,E00027929,5a1,White Professionals,E01005520,Rochdale 001B,5b,Aspiring urban households,E02001132,Rochdale 001,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113211 +113211,E00027934,5a1,White Professionals,E01005522,Rochdale 001C,4b,Constrained renters,E02001132,Rochdale 001,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113212 +113212,E00027936,5a1,White Professionals,E01005521,Rochdale 003C,5a,Ageing urban communities,E02001134,Rochdale 003,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113213 +113213,E00027946,5a1,White Professionals,E01005517,Rochdale 003B,8b,Ageing suburbanites,E02001134,Rochdale 003,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113214 +113214,E00027950,5a1,White Professionals,E01005518,Rochdale 001A,5d,Endeavouring social renters,E02001132,Rochdale 001,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113215 +113215,E00027952,5a1,White Professionals,E01005518,Rochdale 001A,5d,Endeavouring social renters,E02001132,Rochdale 001,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113216 +113216,E00027959,5a1,White Professionals,E01005519,Rochdale 002A,5b,Aspiring urban households,E02001133,Rochdale 002,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113217 +113217,E00027960,5a1,White Professionals,E01005523,Rochdale 001D,5b,Aspiring urban households,E02001132,Rochdale 001,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113218 +113218,E00027961,5a1,White Professionals,E01005524,Rochdale 021A,5b,Aspiring urban households,E02001152,Rochdale 021,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113219 +113219,E00028014,5a1,White Professionals,E01005531,Rochdale 025B,5b,Aspiring urban households,E02001156,Rochdale 025,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113220 +113220,E00028015,5a1,White Professionals,E01005531,Rochdale 025B,5b,Aspiring urban households,E02001156,Rochdale 025,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113221 +113221,E00028062,5a1,White Professionals,E01005548,Rochdale 024E,4b,Constrained renters,E02001155,Rochdale 024,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113222 +113222,E00028119,5a1,White Professionals,E01005560,Rochdale 013C,5b,Aspiring urban households,E02001144,Rochdale 013,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113223 +113223,E00028136,5a1,White Professionals,E01005561,Rochdale 014D,5b,Aspiring urban households,E02001145,Rochdale 014,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113224 +113224,E00028140,5a1,White Professionals,E01005562,Rochdale 014E,5d,Endeavouring social renters,E02001145,Rochdale 014,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113225 +113225,E00028216,5a1,White Professionals,E01005575,Rochdale 011B,8c,Comfortable suburbia,E02001142,Rochdale 011,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113226 +113226,E00028224,5a1,White Professionals,E01005571,Rochdale 006D,8c,Comfortable suburbia,E02001137,Rochdale 006,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113227 +113227,E00028262,5a1,White Professionals,E01005585,Rochdale 008F,7b,Young ethnic communities,E02001139,Rochdale 008,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113228 +113228,E00028293,5a1,White Professionals,E01005589,Rochdale 009B,3d,Households in terraces and flats,E02001140,Rochdale 009,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113229 +113229,E00028294,5a1,White Professionals,E01005588,Rochdale 007F,5c,Comfortable neighbourhoods,E02001138,Rochdale 007,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113230 +113230,E00028307,5a1,White Professionals,E01005598,Rochdale 002D,8c,Comfortable suburbia,E02001133,Rochdale 002,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113231 +113231,E00028309,5a1,White Professionals,E01005598,Rochdale 002D,8c,Comfortable suburbia,E02001133,Rochdale 002,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113232 +113232,E00028312,5a1,White Professionals,E01005596,Rochdale 003D,8c,Comfortable suburbia,E02001134,Rochdale 003,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113233 +113233,E00028323,5a1,White Professionals,E01005597,Rochdale 002C,5b,Aspiring urban households,E02001133,Rochdale 002,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113234 +113234,E00028324,5a1,White Professionals,E01005597,Rochdale 002C,5b,Aspiring urban households,E02001133,Rochdale 002,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113235 +113235,E00172367,5a1,White Professionals,E01005523,Rochdale 001D,5b,Aspiring urban households,E02001132,Rochdale 001,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113236 +113236,E00172370,5a1,White Professionals,E01005523,Rochdale 001D,5b,Aspiring urban households,E02001132,Rochdale 001,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113237 +113237,E00027672,6b2,White Suburban Communities,E01005468,Rochdale 016E,8c,Comfortable suburbia,E02001147,Rochdale 016,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113238 +113238,E00027677,6b2,White Suburban Communities,E01005469,Rochdale 012A,5b,Aspiring urban households,E02001143,Rochdale 012,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113239 +113239,E00027689,6b2,White Suburban Communities,E01005474,Rochdale 011A,8c,Comfortable suburbia,E02001142,Rochdale 011,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113240 +113240,E00027724,6b2,White Suburban Communities,E01005479,Rochdale 017D,5b,Aspiring urban households,E02001148,Rochdale 017,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113241 +113241,E00027742,6b2,White Suburban Communities,E01005476,Rochdale 017A,5b,Aspiring urban households,E02001148,Rochdale 017,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113242 +113242,E00027781,6b2,White Suburban Communities,E01005493,Rochdale 005D,8c,Comfortable suburbia,E02001136,Rochdale 005,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113243 +113243,E00027786,6b2,White Suburban Communities,E01005488,Rochdale 006A,8c,Comfortable suburbia,E02001137,Rochdale 006,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113244 +113244,E00027790,6b2,White Suburban Communities,E01005491,Rochdale 005C,5c,Comfortable neighbourhoods,E02001136,Rochdale 005,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113245 +113245,E00027796,6b2,White Suburban Communities,E01005492,Rochdale 006B,8c,Comfortable suburbia,E02001137,Rochdale 006,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113246 +113246,E00027811,6b2,White Suburban Communities,E01005488,Rochdale 006A,8c,Comfortable suburbia,E02001137,Rochdale 006,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113247 +113247,E00027830,6b2,White Suburban Communities,E01005500,Rochdale 020B,5a,Ageing urban communities,E02001151,Rochdale 020,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113248 +113248,E00027867,6b2,White Suburban Communities,E01005505,Rochdale 018E,4a,Challenged white communities,E02001149,Rochdale 018,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113249 +113249,E00027869,6b2,White Suburban Communities,E01005503,Rochdale 020C,8c,Comfortable suburbia,E02001151,Rochdale 020,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113250 +113250,E00027904,6b2,White Suburban Communities,E01005510,Rochdale 019A,8b,Ageing suburbanites,E02001150,Rochdale 019,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113251 +113251,E00027909,6b2,White Suburban Communities,E01005510,Rochdale 019A,8b,Ageing suburbanites,E02001150,Rochdale 019,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113252 +113252,E00027879,6b4,Older Workers and Retirement,E01005508,Rochdale 020F,8c,Comfortable suburbia,E02001151,Rochdale 020,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113253 +113253,E00028161,4b2,Pakistani Communities,E01005564,Rochdale 015E,7b,Young ethnic communities,E02001146,Rochdale 015,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113254 +113254,E00027693,4a1,Private Renting Young Families,E01005474,Rochdale 011A,8c,Comfortable suburbia,E02001142,Rochdale 011,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113255 +113255,E00028061,7a3,Multi-Ethnic Hardship,E01005542,Rochdale 023G,4a,Challenged white communities,E02001154,Rochdale 023,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113256 +113256,E00028006,5b3,Self-Sufficient Retirement,E01005535,Rochdale 023B,4a,Challenged white communities,E02001154,Rochdale 023,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113257 +113257,E00027924,6b2,White Suburban Communities,E01005519,Rochdale 002A,5b,Aspiring urban households,E02001133,Rochdale 002,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113258 +113258,E00028021,5b3,Self-Sufficient Retirement,E01005534,Rochdale 023A,5c,Comfortable neighbourhoods,E02001154,Rochdale 023,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113259 +113259,E00028108,8d1,Young Hard-Pressed Families,E01005551,Rochdale 022C,4c,Hampered neighbourhoods,E02001153,Rochdale 022,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113260 +113260,E00027943,6b4,Older Workers and Retirement,E01005517,Rochdale 003B,8b,Ageing suburbanites,E02001134,Rochdale 003,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113261 +113261,E00028162,4b2,Pakistani Communities,E01005564,Rochdale 015E,7b,Young ethnic communities,E02001146,Rochdale 015,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113262 +113262,E00027927,6b2,White Suburban Communities,E01005521,Rochdale 003C,5a,Ageing urban communities,E02001134,Rochdale 003,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113263 +113263,E00028097,5b3,Self-Sufficient Retirement,E01005553,Rochdale 022E,4c,Hampered neighbourhoods,E02001153,Rochdale 022,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113264 +113264,E00027694,4a1,Private Renting Young Families,E01005472,Rochdale 010A,4c,Hampered neighbourhoods,E02001141,Rochdale 010,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113265 +113265,E00028110,8d1,Young Hard-Pressed Families,E01005554,Rochdale 022F,5b,Aspiring urban households,E02001153,Rochdale 022,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113266 +113266,E00027949,6b4,Older Workers and Retirement,E01005517,Rochdale 003B,8b,Ageing suburbanites,E02001134,Rochdale 003,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113267 +113267,E00027958,6b4,Older Workers and Retirement,E01005520,Rochdale 001B,5b,Aspiring urban households,E02001132,Rochdale 001,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113268 +113268,E00028000,6b4,Older Workers and Retirement,E01005530,Rochdale 025A,8b,Ageing suburbanites,E02001156,Rochdale 025,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113269 +113269,E00028030,6b4,Older Workers and Retirement,E01005543,Rochdale 021F,5a,Ageing urban communities,E02001152,Rochdale 021,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113270 +113270,E00028072,6b4,Older Workers and Retirement,E01005549,Rochdale 025F,8b,Ageing suburbanites,E02001156,Rochdale 025,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113271 +113271,E00028082,6b4,Older Workers and Retirement,E01005544,Rochdale 025D,8b,Ageing suburbanites,E02001156,Rochdale 025,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113272 +113272,E00028132,6b4,Older Workers and Retirement,E01005560,Rochdale 013C,5b,Aspiring urban households,E02001144,Rochdale 013,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113273 +113273,E00028208,6b4,Older Workers and Retirement,E01005577,Rochdale 011D,8a,Affluent communities,E02001142,Rochdale 011,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113274 +113274,E00028300,6b4,Older Workers and Retirement,E01005596,Rochdale 003D,8c,Comfortable suburbia,E02001134,Rochdale 003,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113275 +113275,E00027666,7c3,Outer City Hardship,E01005467,Rochdale 016D,4c,Hampered neighbourhoods,E02001147,Rochdale 016,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113276 +113276,E00027852,7c3,Outer City Hardship,E01005502,Rochdale 018C,4a,Challenged white communities,E02001149,Rochdale 018,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113277 +113277,E00027868,7c3,Outer City Hardship,E01005506,Rochdale 020D,5a,Ageing urban communities,E02001151,Rochdale 020,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113278 +113278,E00028095,7c3,Outer City Hardship,E01005546,Rochdale 024C,5c,Comfortable neighbourhoods,E02001155,Rochdale 024,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113279 +113279,E00027690,4b2,Pakistani Communities,E01005470,Rochdale 015A,7b,Young ethnic communities,E02001146,Rochdale 015,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113280 +113280,E00027691,4b2,Pakistani Communities,E01005471,Rochdale 015B,7b,Young ethnic communities,E02001146,Rochdale 015,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113281 +113281,E00027692,4b2,Pakistani Communities,E01005470,Rochdale 015A,7b,Young ethnic communities,E02001146,Rochdale 015,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113282 +113282,E00027695,4b2,Pakistani Communities,E01005470,Rochdale 015A,7b,Young ethnic communities,E02001146,Rochdale 015,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113283 +113283,E00027697,4b2,Pakistani Communities,E01005473,Rochdale 010B,7b,Young ethnic communities,E02001141,Rochdale 010,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113284 +113284,E00028098,7a3,Multi-Ethnic Hardship,E01005552,Rochdale 022D,4c,Hampered neighbourhoods,E02001153,Rochdale 022,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113285 +113285,E00027698,4b2,Pakistani Communities,E01005473,Rochdale 010B,7b,Young ethnic communities,E02001141,Rochdale 010,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113286 +113286,E00027699,4b2,Pakistani Communities,E01005470,Rochdale 015A,7b,Young ethnic communities,E02001146,Rochdale 015,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113287 +113287,E00027700,4b2,Pakistani Communities,E01005475,Rochdale 015C,7b,Young ethnic communities,E02001146,Rochdale 015,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113288 +113288,E00027701,4b2,Pakistani Communities,E01005475,Rochdale 015C,7b,Young ethnic communities,E02001146,Rochdale 015,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113289 +113289,E00027703,4b2,Pakistani Communities,E01005471,Rochdale 015B,7b,Young ethnic communities,E02001146,Rochdale 015,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113290 +113290,E00027705,4b2,Pakistani Communities,E01005473,Rochdale 010B,7b,Young ethnic communities,E02001141,Rochdale 010,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113291 +113291,E00027708,4b2,Pakistani Communities,E01005475,Rochdale 015C,7b,Young ethnic communities,E02001146,Rochdale 015,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113292 +113292,E00027709,4b2,Pakistani Communities,E01005471,Rochdale 015B,7b,Young ethnic communities,E02001146,Rochdale 015,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113293 +113293,E00027710,4b2,Pakistani Communities,E01005473,Rochdale 010B,7b,Young ethnic communities,E02001141,Rochdale 010,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113294 +113294,E00027746,4b2,Pakistani Communities,E01005483,Rochdale 010D,7a,Urban cultural mix,E02001141,Rochdale 010,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113295 +113295,E00027747,4b2,Pakistani Communities,E01005485,Rochdale 015D,7b,Young ethnic communities,E02001146,Rochdale 015,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113296 +113296,E00027749,4b2,Pakistani Communities,E01005485,Rochdale 015D,7b,Young ethnic communities,E02001146,Rochdale 015,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113297 +113297,E00027750,4b2,Pakistani Communities,E01005486,Rochdale 010F,7b,Young ethnic communities,E02001141,Rochdale 010,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113298 +113298,E00027751,4b2,Pakistani Communities,E01005486,Rochdale 010F,7b,Young ethnic communities,E02001141,Rochdale 010,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113299 +113299,E00027752,4b2,Pakistani Communities,E01005487,Rochdale 010G,7b,Young ethnic communities,E02001141,Rochdale 010,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113300 +113300,E00027753,4b2,Pakistani Communities,E01005483,Rochdale 010D,7a,Urban cultural mix,E02001141,Rochdale 010,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113301 +113301,E00027754,4b2,Pakistani Communities,E01005484,Rochdale 010E,7b,Young ethnic communities,E02001141,Rochdale 010,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113302 +113302,E00027755,4b2,Pakistani Communities,E01005482,Rochdale 010C,7a,Urban cultural mix,E02001141,Rochdale 010,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113303 +113303,E00027756,4b2,Pakistani Communities,E01005485,Rochdale 015D,7b,Young ethnic communities,E02001146,Rochdale 015,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113304 +113304,E00027757,4b2,Pakistani Communities,E01005485,Rochdale 015D,7b,Young ethnic communities,E02001146,Rochdale 015,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113305 +113305,E00027760,4b2,Pakistani Communities,E01005485,Rochdale 015D,7b,Young ethnic communities,E02001146,Rochdale 015,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113306 +113306,E00027762,4b2,Pakistani Communities,E01005486,Rochdale 010F,7b,Young ethnic communities,E02001141,Rochdale 010,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113307 +113307,E00027763,4b2,Pakistani Communities,E01005486,Rochdale 010F,7b,Young ethnic communities,E02001141,Rochdale 010,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113308 +113308,E00027764,4b2,Pakistani Communities,E01005487,Rochdale 010G,7b,Young ethnic communities,E02001141,Rochdale 010,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113309 +113309,E00027765,4b2,Pakistani Communities,E01005487,Rochdale 010G,7b,Young ethnic communities,E02001141,Rochdale 010,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113310 +113310,E00027766,4b2,Pakistani Communities,E01005486,Rochdale 010F,7b,Young ethnic communities,E02001141,Rochdale 010,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113311 +113311,E00027769,4b2,Pakistani Communities,E01005487,Rochdale 010G,7b,Young ethnic communities,E02001141,Rochdale 010,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113312 +113312,E00027782,4b2,Pakistani Communities,E01005494,Rochdale 005E,3d,Households in terraces and flats,E02001136,Rochdale 005,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113313 +113313,E00028158,4b2,Pakistani Communities,E01005563,Rochdale 012B,7b,Young ethnic communities,E02001143,Rochdale 012,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113314 +113314,E00028160,4b2,Pakistani Communities,E01005564,Rochdale 015E,7b,Young ethnic communities,E02001146,Rochdale 015,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113315 +113315,E00027945,6b2,White Suburban Communities,E01005516,Rochdale 003A,8b,Ageing suburbanites,E02001134,Rochdale 003,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113316 +113316,E00027948,6b2,White Suburban Communities,E01005517,Rochdale 003B,8b,Ageing suburbanites,E02001134,Rochdale 003,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113317 +113317,E00027951,6b2,White Suburban Communities,E01005518,Rochdale 001A,5d,Endeavouring social renters,E02001132,Rochdale 001,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113318 +113318,E00027712,4a1,Private Renting Young Families,E01005475,Rochdale 015C,7b,Young ethnic communities,E02001146,Rochdale 015,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113319 +113319,E00027998,6b2,White Suburban Communities,E01005533,Rochdale 024A,4a,Challenged white communities,E02001155,Rochdale 024,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113320 +113320,E00028209,5b3,Self-Sufficient Retirement,E01005577,Rochdale 011D,8a,Affluent communities,E02001142,Rochdale 011,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113321 +113321,E00028113,8d1,Young Hard-Pressed Families,E01005553,Rochdale 022E,4c,Hampered neighbourhoods,E02001153,Rochdale 022,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113322 +113322,E00028163,4b2,Pakistani Communities,E01005563,Rochdale 012B,7b,Young ethnic communities,E02001143,Rochdale 012,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113323 +113323,E00028101,7a3,Multi-Ethnic Hardship,E01005552,Rochdale 022D,4c,Hampered neighbourhoods,E02001153,Rochdale 022,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113324 +113324,E00027999,6b2,White Suburban Communities,E01005533,Rochdale 024A,4a,Challenged white communities,E02001155,Rochdale 024,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113325 +113325,E00028164,4b2,Pakistani Communities,E01005564,Rochdale 015E,7b,Young ethnic communities,E02001146,Rochdale 015,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113326 +113326,E00028211,5b3,Self-Sufficient Retirement,E01005577,Rochdale 011D,8a,Affluent communities,E02001142,Rochdale 011,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113327 +113327,E00028265,8d1,Young Hard-Pressed Families,E01005586,Rochdale 004C,4c,Hampered neighbourhoods,E02001135,Rochdale 004,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113328 +113328,E00028111,7a3,Multi-Ethnic Hardship,E01005552,Rochdale 022D,4c,Hampered neighbourhoods,E02001153,Rochdale 022,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113329 +113329,E00027718,4a1,Private Renting Young Families,E01005477,Rochdale 017B,4b,Constrained renters,E02001148,Rochdale 017,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113330 +113330,E00028165,4b2,Pakistani Communities,E01005563,Rochdale 012B,7b,Young ethnic communities,E02001143,Rochdale 012,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113331 +113331,E00027732,4a1,Private Renting Young Families,E01005481,Rochdale 017F,3d,Households in terraces and flats,E02001148,Rochdale 017,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113332 +113332,E00028033,6b2,White Suburban Communities,E01005536,Rochdale 021E,4c,Hampered neighbourhoods,E02001152,Rochdale 021,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113333 +113333,E00027870,6b3,Semi-Detached Ageing,E01005503,Rochdale 020C,8c,Comfortable suburbia,E02001151,Rochdale 020,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113334 +113334,E00028168,4b2,Pakistani Communities,E01005564,Rochdale 015E,7b,Young ethnic communities,E02001146,Rochdale 015,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113335 +113335,E00028114,7a3,Multi-Ethnic Hardship,E01005552,Rochdale 022D,4c,Hampered neighbourhoods,E02001153,Rochdale 022,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113336 +113336,E00027748,4a1,Private Renting Young Families,E01005484,Rochdale 010E,7b,Young ethnic communities,E02001141,Rochdale 010,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113337 +113337,E00028118,6b2,White Suburban Communities,E01005557,Rochdale 014B,8b,Ageing suburbanites,E02001145,Rochdale 014,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113338 +113338,E00027880,6b3,Semi-Detached Ageing,E01005507,Rochdale 020E,5b,Aspiring urban households,E02001151,Rochdale 020,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113339 +113339,E00028471,7d1,Ageing Communities and Families,E01005629,Salford 021A,5c,Comfortable neighbourhoods,E02001177,Salford 021,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113340 +113340,E00028173,4b2,Pakistani Communities,E01005566,Rochdale 012D,7a,Urban cultural mix,E02001143,Rochdale 012,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113341 +113341,E00028115,7a3,Multi-Ethnic Hardship,E01005552,Rochdale 022D,4c,Hampered neighbourhoods,E02001153,Rochdale 022,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113342 +113342,E00027798,4a1,Private Renting Young Families,E01005490,Rochdale 005B,4c,Hampered neighbourhoods,E02001136,Rochdale 005,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113343 +113343,E00028137,6b2,White Suburban Communities,E01005561,Rochdale 014D,5b,Aspiring urban households,E02001145,Rochdale 014,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113344 +113344,E00028145,6b2,White Suburban Communities,E01005555,Rochdale 014A,8c,Comfortable suburbia,E02001145,Rochdale 014,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113345 +113345,E00028146,6b2,White Suburban Communities,E01005556,Rochdale 013A,5b,Aspiring urban households,E02001144,Rochdale 013,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113346 +113346,E00028148,6b2,White Suburban Communities,E01005557,Rochdale 014B,8b,Ageing suburbanites,E02001145,Rochdale 014,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113347 +113347,E00028192,6b2,White Suburban Communities,E01005571,Rochdale 006D,8c,Comfortable suburbia,E02001137,Rochdale 006,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113348 +113348,E00028194,6b2,White Suburban Communities,E01005577,Rochdale 011D,8a,Affluent communities,E02001142,Rochdale 011,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113349 +113349,E00028198,6b2,White Suburban Communities,E01005574,Rochdale 007D,8c,Comfortable suburbia,E02001138,Rochdale 007,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113350 +113350,E00028202,6b2,White Suburban Communities,E01005574,Rochdale 007D,8c,Comfortable suburbia,E02001138,Rochdale 007,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113351 +113351,E00028204,6b2,White Suburban Communities,E01005574,Rochdale 007D,8c,Comfortable suburbia,E02001138,Rochdale 007,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113352 +113352,E00028212,6b2,White Suburban Communities,E01005577,Rochdale 011D,8a,Affluent communities,E02001142,Rochdale 011,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113353 +113353,E00028214,6b2,White Suburban Communities,E01005575,Rochdale 011B,8c,Comfortable suburbia,E02001142,Rochdale 011,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113354 +113354,E00028217,6b2,White Suburban Communities,E01005575,Rochdale 011B,8c,Comfortable suburbia,E02001142,Rochdale 011,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113355 +113355,E00028220,6b2,White Suburban Communities,E01005571,Rochdale 006D,8c,Comfortable suburbia,E02001137,Rochdale 006,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113356 +113356,E00028223,6b2,White Suburban Communities,E01005572,Rochdale 007B,8c,Comfortable suburbia,E02001138,Rochdale 007,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113357 +113357,E00028229,6b2,White Suburban Communities,E01005572,Rochdale 007B,8c,Comfortable suburbia,E02001138,Rochdale 007,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113358 +113358,E00028272,6b2,White Suburban Communities,E01005587,Rochdale 007E,8c,Comfortable suburbia,E02001138,Rochdale 007,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113359 +113359,E00028296,6b2,White Suburban Communities,E01005591,Rochdale 009D,5a,Ageing urban communities,E02001140,Rochdale 009,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113360 +113360,E00028298,6b2,White Suburban Communities,E01005598,Rochdale 002D,8c,Comfortable suburbia,E02001133,Rochdale 002,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113361 +113361,E00028303,6b2,White Suburban Communities,E01005596,Rochdale 003D,8c,Comfortable suburbia,E02001134,Rochdale 003,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113362 +113362,E00028320,6b2,White Suburban Communities,E01005596,Rochdale 003D,8c,Comfortable suburbia,E02001134,Rochdale 003,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113363 +113363,E00028322,6b2,White Suburban Communities,E01005597,Rochdale 002C,5b,Aspiring urban households,E02001133,Rochdale 002,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113364 +113364,E00172368,6b2,White Suburban Communities,E01005508,Rochdale 020F,8c,Comfortable suburbia,E02001151,Rochdale 020,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113365 +113365,E00172369,6b2,White Suburban Communities,E01005508,Rochdale 020F,8c,Comfortable suburbia,E02001151,Rochdale 020,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113366 +113366,E00027670,8d1,Young Hard-Pressed Families,E01005467,Rochdale 016D,4c,Hampered neighbourhoods,E02001147,Rochdale 016,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113367 +113367,E00027744,8d1,Young Hard-Pressed Families,E01005478,Rochdale 017C,5d,Endeavouring social renters,E02001148,Rochdale 017,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113368 +113368,E00027807,8d1,Young Hard-Pressed Families,E01005496,Rochdale 009A,4c,Hampered neighbourhoods,E02001140,Rochdale 009,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113369 +113369,E00027829,8d1,Young Hard-Pressed Families,E01005497,Rochdale 018A,4c,Hampered neighbourhoods,E02001149,Rochdale 018,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113370 +113370,E00027866,8d1,Young Hard-Pressed Families,E01005504,Rochdale 018D,4a,Challenged white communities,E02001149,Rochdale 018,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113371 +113371,E00027892,8d1,Young Hard-Pressed Families,E01005515,Rochdale 019F,4a,Challenged white communities,E02001150,Rochdale 019,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113372 +113372,E00027900,8d1,Young Hard-Pressed Families,E01005515,Rochdale 019F,4a,Challenged white communities,E02001150,Rochdale 019,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113373 +113373,E00027902,8d1,Young Hard-Pressed Families,E01005514,Rochdale 019E,4a,Challenged white communities,E02001150,Rochdale 019,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113374 +113374,E00027903,8d1,Young Hard-Pressed Families,E01005515,Rochdale 019F,4a,Challenged white communities,E02001150,Rochdale 019,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113375 +113375,E00027919,8d1,Young Hard-Pressed Families,E01005513,Rochdale 019D,4a,Challenged white communities,E02001150,Rochdale 019,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113376 +113376,E00027954,8d1,Young Hard-Pressed Families,E01005518,Rochdale 001A,5d,Endeavouring social renters,E02001132,Rochdale 001,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113377 +113377,E00027957,8d1,Young Hard-Pressed Families,E01005520,Rochdale 001B,5b,Aspiring urban households,E02001132,Rochdale 001,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113378 +113378,E00027966,8d1,Young Hard-Pressed Families,E01005529,Rochdale 022B,4c,Hampered neighbourhoods,E02001153,Rochdale 022,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113379 +113379,E00027967,8d1,Young Hard-Pressed Families,E01005529,Rochdale 022B,4c,Hampered neighbourhoods,E02001153,Rochdale 022,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113380 +113380,E00027979,8d1,Young Hard-Pressed Families,E01005526,Rochdale 021C,4c,Hampered neighbourhoods,E02001152,Rochdale 021,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113381 +113381,E00028019,8d1,Young Hard-Pressed Families,E01005534,Rochdale 023A,5c,Comfortable neighbourhoods,E02001154,Rochdale 023,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113382 +113382,E00028037,8d1,Young Hard-Pressed Families,E01005538,Rochdale 023D,4a,Challenged white communities,E02001154,Rochdale 023,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113383 +113383,E00028181,4b2,Pakistani Communities,E01005566,Rochdale 012D,7a,Urban cultural mix,E02001143,Rochdale 012,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113384 +113384,E00028116,7a3,Multi-Ethnic Hardship,E01005552,Rochdale 022D,4c,Hampered neighbourhoods,E02001153,Rochdale 022,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113385 +113385,E00027992,4a1,Private Renting Young Families,E01005525,Rochdale 021B,4c,Hampered neighbourhoods,E02001152,Rochdale 021,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113386 +113386,E00027882,6b3,Semi-Detached Ageing,E01005508,Rochdale 020F,8c,Comfortable suburbia,E02001151,Rochdale 020,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113387 +113387,E00028580,7d1,Ageing Communities and Families,E01005646,Salford 010A,3c,Highly qualified professionals,E02001166,Salford 010,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113388 +113388,E00028185,4b2,Pakistani Communities,E01005568,Rochdale 012E,7a,Urban cultural mix,E02001143,Rochdale 012,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113389 +113389,E00028171,7a3,Multi-Ethnic Hardship,E01005565,Rochdale 012C,4c,Hampered neighbourhoods,E02001143,Rochdale 012,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113390 +113390,E00027893,6b3,Semi-Detached Ageing,E01005511,Rochdale 019B,5d,Endeavouring social renters,E02001150,Rochdale 019,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113391 +113391,E00028010,4a1,Private Renting Young Families,E01005532,Rochdale 025C,4c,Hampered neighbourhoods,E02001156,Rochdale 025,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113392 +113392,E00028836,7d1,Ageing Communities and Families,E01005698,Salford 012E,4c,Hampered neighbourhoods,E02001168,Salford 012,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113393 +113393,E00028186,4b2,Pakistani Communities,E01005568,Rochdale 012E,7a,Urban cultural mix,E02001143,Rochdale 012,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113394 +113394,E00028180,7a3,Multi-Ethnic Hardship,E01005567,Rochdale 013D,5b,Aspiring urban households,E02001144,Rochdale 013,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113395 +113395,E00027905,6b3,Semi-Detached Ageing,E01005510,Rochdale 019A,8b,Ageing suburbanites,E02001150,Rochdale 019,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113396 +113396,E00028107,4a1,Private Renting Young Families,E01005551,Rochdale 022C,4c,Hampered neighbourhoods,E02001153,Rochdale 022,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113397 +113397,E00028908,7d1,Ageing Communities and Families,E01005708,Salford 002D,4c,Hampered neighbourhoods,E02001158,Salford 002,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113398 +113398,E00028187,4b2,Pakistani Communities,E01005569,Rochdale 012F,7a,Urban cultural mix,E02001143,Rochdale 012,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113399 +113399,E00028263,7a3,Multi-Ethnic Hardship,E01005586,Rochdale 004C,4c,Hampered neighbourhoods,E02001135,Rochdale 004,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113400 +113400,E00027906,6b3,Semi-Detached Ageing,E01005510,Rochdale 019A,8b,Ageing suburbanites,E02001150,Rochdale 019,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113401 +113401,E00028156,4a1,Private Renting Young Families,E01005568,Rochdale 012E,7a,Urban cultural mix,E02001143,Rochdale 012,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113402 +113402,E00028167,4a1,Private Renting Young Families,E01005563,Rochdale 012B,7b,Young ethnic communities,E02001143,Rochdale 012,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113403 +113403,E00028169,4a1,Private Renting Young Families,E01005565,Rochdale 012C,4c,Hampered neighbourhoods,E02001143,Rochdale 012,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113404 +113404,E00028170,4a1,Private Renting Young Families,E01005565,Rochdale 012C,4c,Hampered neighbourhoods,E02001143,Rochdale 012,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113405 +113405,E00028172,4a1,Private Renting Young Families,E01005566,Rochdale 012D,7a,Urban cultural mix,E02001143,Rochdale 012,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113406 +113406,E00028184,4a1,Private Renting Young Families,E01005568,Rochdale 012E,7a,Urban cultural mix,E02001143,Rochdale 012,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113407 +113407,E00028189,4a1,Private Renting Young Families,E01005568,Rochdale 012E,7a,Urban cultural mix,E02001143,Rochdale 012,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113408 +113408,E00028238,4a1,Private Renting Young Families,E01005581,Rochdale 008B,7b,Young ethnic communities,E02001139,Rochdale 008,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113409 +113409,E00028246,4a1,Private Renting Young Families,E01005579,Rochdale 004B,7a,Urban cultural mix,E02001135,Rochdale 004,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113410 +113410,E00028277,4a1,Private Renting Young Families,E01005592,Rochdale 009E,4c,Hampered neighbourhoods,E02001140,Rochdale 009,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113411 +113411,E00028279,4a1,Private Renting Young Families,E01005592,Rochdale 009E,4c,Hampered neighbourhoods,E02001140,Rochdale 009,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113412 +113412,E00028280,4a1,Private Renting Young Families,E01005592,Rochdale 009E,4c,Hampered neighbourhoods,E02001140,Rochdale 009,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113413 +113413,E00028313,4a1,Private Renting Young Families,E01005593,Rochdale 004D,4c,Hampered neighbourhoods,E02001135,Rochdale 004,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113414 +113414,E00027726,8c3,Renting Hard-Pressed Workers,E01005480,Rochdale 017E,5c,Comfortable neighbourhoods,E02001148,Rochdale 017,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113415 +113415,E00027854,8c3,Renting Hard-Pressed Workers,E01005502,Rochdale 018C,4a,Challenged white communities,E02001149,Rochdale 018,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113416 +113416,E00027894,8c3,Renting Hard-Pressed Workers,E01005511,Rochdale 019B,5d,Endeavouring social renters,E02001150,Rochdale 019,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113417 +113417,E00027941,8c3,Renting Hard-Pressed Workers,E01005523,Rochdale 001D,5b,Aspiring urban households,E02001132,Rochdale 001,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113418 +113418,E00028009,8c3,Renting Hard-Pressed Workers,E01005532,Rochdale 025C,4c,Hampered neighbourhoods,E02001156,Rochdale 025,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113419 +113419,E00028106,8c3,Renting Hard-Pressed Workers,E01005551,Rochdale 022C,4c,Hampered neighbourhoods,E02001153,Rochdale 022,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113420 +113420,E00027933,7d3,Retired Communal City Dwellers,E01005522,Rochdale 001C,4b,Constrained renters,E02001132,Rochdale 001,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113421 +113421,E00028058,7d3,Retired Communal City Dwellers,E01005542,Rochdale 023G,4a,Challenged white communities,E02001154,Rochdale 023,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113422 +113422,E00028317,7d3,Retired Communal City Dwellers,E01005595,Rochdale 004E,4c,Hampered neighbourhoods,E02001135,Rochdale 004,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113423 +113423,E00027834,7d2,Retired Independent City Dwellers,E01005501,Rochdale 018B,4b,Constrained renters,E02001149,Rochdale 018,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113424 +113424,E00027848,7d2,Retired Independent City Dwellers,E01005501,Rochdale 018B,4b,Constrained renters,E02001149,Rochdale 018,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113425 +113425,E00028235,7d2,Retired Independent City Dwellers,E01005578,Rochdale 004A,7a,Urban cultural mix,E02001135,Rochdale 004,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113426 +113426,E00028315,7d2,Retired Independent City Dwellers,E01005595,Rochdale 004E,4c,Hampered neighbourhoods,E02001135,Rochdale 004,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113427 +113427,E00027877,1c1,Rural Employment and Retirees,E01005508,Rochdale 020F,8c,Comfortable suburbia,E02001151,Rochdale 020,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113428 +113428,E00027921,1b1,Rural Life,E01005519,Rochdale 002A,5b,Aspiring urban households,E02001133,Rochdale 002,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113429 +113429,E00027822,1b2,Rural White-Collar Workers,E01005499,Rochdale 006C,2d,Rural traits,E02001137,Rochdale 006,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113430 +113430,E00027823,1b2,Rural White-Collar Workers,E01005499,Rochdale 006C,2d,Rural traits,E02001137,Rochdale 006,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113431 +113431,E00027938,1b2,Rural White-Collar Workers,E01005521,Rochdale 003C,5a,Ageing urban communities,E02001134,Rochdale 003,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113432 +113432,E00028104,1b2,Rural White-Collar Workers,E01005554,Rochdale 022F,5b,Aspiring urban households,E02001153,Rochdale 022,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113433 +113433,E00028127,1b2,Rural White-Collar Workers,E01005561,Rochdale 014D,5b,Aspiring urban households,E02001145,Rochdale 014,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113434 +113434,E00028147,1b2,Rural White-Collar Workers,E01005555,Rochdale 014A,8c,Comfortable suburbia,E02001145,Rochdale 014,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113435 +113435,E00028218,1b2,Rural White-Collar Workers,E01005571,Rochdale 006D,8c,Comfortable suburbia,E02001137,Rochdale 006,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113436 +113436,E00028325,1b2,Rural White-Collar Workers,E01005594,Rochdale 002B,5d,Endeavouring social renters,E02001133,Rochdale 002,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113437 +113437,E00027660,5b3,Self-Sufficient Retirement,E01005468,Rochdale 016E,8c,Comfortable suburbia,E02001147,Rochdale 016,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113438 +113438,E00027723,5b3,Self-Sufficient Retirement,E01005479,Rochdale 017D,5b,Aspiring urban households,E02001148,Rochdale 017,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113439 +113439,E00027873,5b3,Self-Sufficient Retirement,E01005506,Rochdale 020D,5a,Ageing urban communities,E02001151,Rochdale 020,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113440 +113440,E00027977,5b3,Self-Sufficient Retirement,E01005525,Rochdale 021B,4c,Hampered neighbourhoods,E02001152,Rochdale 021,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113441 +113441,E00028970,7d1,Ageing Communities and Families,E01005721,Salford 023D,4c,Hampered neighbourhoods,E02001179,Salford 023,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113442 +113442,E00028188,4b2,Pakistani Communities,E01005569,Rochdale 012F,7a,Urban cultural mix,E02001143,Rochdale 012,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113443 +113443,E00028299,7a3,Multi-Ethnic Hardship,E01005595,Rochdale 004E,4c,Hampered neighbourhoods,E02001135,Rochdale 004,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113444 +113444,E00028301,7a3,Multi-Ethnic Hardship,E01005595,Rochdale 004E,4c,Hampered neighbourhoods,E02001135,Rochdale 004,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113445 +113445,E00027907,6b3,Semi-Detached Ageing,E01005511,Rochdale 019B,5d,Endeavouring social renters,E02001150,Rochdale 019,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113446 +113446,E00028190,4b2,Pakistani Communities,E01005568,Rochdale 012E,7a,Urban cultural mix,E02001143,Rochdale 012,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113447 +113447,E00172364,7a3,Multi-Ethnic Hardship,E01005551,Rochdale 022C,4c,Hampered neighbourhoods,E02001153,Rochdale 022,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113448 +113448,E00028971,7d1,Ageing Communities and Families,E01005724,Salford 021G,5a,Ageing urban communities,E02001177,Salford 021,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113449 +113449,E00027942,6b3,Semi-Detached Ageing,E01005516,Rochdale 003A,8b,Ageing suburbanites,E02001134,Rochdale 003,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113450 +113450,E00028230,4b2,Pakistani Communities,E01005585,Rochdale 008F,7b,Young ethnic communities,E02001139,Rochdale 008,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113451 +113451,E00027944,6b3,Semi-Detached Ageing,E01005516,Rochdale 003A,8b,Ageing suburbanites,E02001134,Rochdale 003,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113452 +113452,E00027662,5a2,Multi-Ethnic Professionals with Families,E01005465,Rochdale 016B,5c,Comfortable neighbourhoods,E02001147,Rochdale 016,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113453 +113453,E00028858,6a4,Ageing in Suburbia,E01005695,Salford 014A,8a,Affluent communities,E02001170,Salford 014,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113454 +113454,E00028231,4b2,Pakistani Communities,E01005578,Rochdale 004A,7a,Urban cultural mix,E02001135,Rochdale 004,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113455 +113455,E00027983,6b3,Semi-Detached Ageing,E01005524,Rochdale 021A,5b,Aspiring urban households,E02001152,Rochdale 021,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113456 +113456,E00027674,5a2,Multi-Ethnic Professionals with Families,E01005469,Rochdale 012A,5b,Aspiring urban households,E02001143,Rochdale 012,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113457 +113457,E00028232,4b2,Pakistani Communities,E01033258,Rochdale 008G,7b,Young ethnic communities,E02001139,Rochdale 008,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113458 +113458,E00028944,6a4,Ageing in Suburbia,E01005716,Salford 013A,8c,Comfortable suburbia,E02001169,Salford 013,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113459 +113459,E00027996,6b3,Semi-Detached Ageing,E01005530,Rochdale 025A,8b,Ageing suburbanites,E02001156,Rochdale 025,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113460 +113460,E00027784,5a2,Multi-Ethnic Professionals with Families,E01005495,Rochdale 005F,5a,Ageing urban communities,E02001136,Rochdale 005,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113461 +113461,E00028233,4b2,Pakistani Communities,E01005579,Rochdale 004B,7a,Urban cultural mix,E02001135,Rochdale 004,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113462 +113462,E00027964,5a2,Multi-Ethnic Professionals with Families,E01005526,Rochdale 021C,4c,Hampered neighbourhoods,E02001152,Rochdale 021,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113463 +113463,E00029057,6a4,Ageing in Suburbia,E01005735,Salford 013D,8b,Ageing suburbanites,E02001169,Salford 013,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113464 +113464,E00028001,6b3,Semi-Detached Ageing,E01005530,Rochdale 025A,8b,Ageing suburbanites,E02001156,Rochdale 025,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113465 +113465,E00028236,4b2,Pakistani Communities,E01005578,Rochdale 004A,7a,Urban cultural mix,E02001135,Rochdale 004,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113466 +113466,E00028091,5a2,Multi-Ethnic Professionals with Families,E01005546,Rochdale 024C,5c,Comfortable neighbourhoods,E02001155,Rochdale 024,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113467 +113467,E00028428,8c1,Ageing Industrious Workers,E01005618,Salford 030C,4a,Challenged white communities,E02001186,Salford 030,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113468 +113468,E00028027,6b3,Semi-Detached Ageing,E01005537,Rochdale 023C,8c,Comfortable suburbia,E02001154,Rochdale 023,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113469 +113469,E00028239,4b2,Pakistani Communities,E01005581,Rochdale 008B,7b,Young ethnic communities,E02001139,Rochdale 008,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113470 +113470,E00028099,5a2,Multi-Ethnic Professionals with Families,E01005554,Rochdale 022F,5b,Aspiring urban households,E02001153,Rochdale 022,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113471 +113471,E00028453,8c1,Ageing Industrious Workers,E01005619,Salford 030D,5d,Endeavouring social renters,E02001186,Salford 030,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113472 +113472,E00028038,6b3,Semi-Detached Ageing,E01005540,Rochdale 023E,5b,Aspiring urban households,E02001154,Rochdale 023,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113473 +113473,E00028241,4b2,Pakistani Communities,E01005580,Rochdale 008A,7b,Young ethnic communities,E02001139,Rochdale 008,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113474 +113474,E00028100,5a2,Multi-Ethnic Professionals with Families,E01005551,Rochdale 022C,4c,Hampered neighbourhoods,E02001153,Rochdale 022,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113475 +113475,E00028203,5a2,Multi-Ethnic Professionals with Families,E01005574,Rochdale 007D,8c,Comfortable suburbia,E02001138,Rochdale 007,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113476 +113476,E00028269,5a2,Multi-Ethnic Professionals with Families,E01005590,Rochdale 009C,7b,Young ethnic communities,E02001140,Rochdale 009,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113477 +113477,E00028276,5a2,Multi-Ethnic Professionals with Families,E01005591,Rochdale 009D,5a,Ageing urban communities,E02001140,Rochdale 009,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113478 +113478,E00172362,5a2,Multi-Ethnic Professionals with Families,E01005566,Rochdale 012D,7a,Urban cultural mix,E02001143,Rochdale 012,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113479 +113479,E00027657,6b1,Multi-Ethnic Suburbia,E01005468,Rochdale 016E,8c,Comfortable suburbia,E02001147,Rochdale 016,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113480 +113480,E00027675,6b1,Multi-Ethnic Suburbia,E01005469,Rochdale 012A,5b,Aspiring urban households,E02001143,Rochdale 012,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113481 +113481,E00027702,6b1,Multi-Ethnic Suburbia,E01005474,Rochdale 011A,8c,Comfortable suburbia,E02001142,Rochdale 011,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113482 +113482,E00027713,6b1,Multi-Ethnic Suburbia,E01005471,Rochdale 015B,7b,Young ethnic communities,E02001146,Rochdale 015,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113483 +113483,E00027788,6b1,Multi-Ethnic Suburbia,E01005492,Rochdale 006B,8c,Comfortable suburbia,E02001137,Rochdale 006,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113484 +113484,E00027794,6b1,Multi-Ethnic Suburbia,E01005492,Rochdale 006B,8c,Comfortable suburbia,E02001137,Rochdale 006,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113485 +113485,E00027795,6b1,Multi-Ethnic Suburbia,E01005492,Rochdale 006B,8c,Comfortable suburbia,E02001137,Rochdale 006,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113486 +113486,E00027799,6b1,Multi-Ethnic Suburbia,E01005489,Rochdale 005A,8c,Comfortable suburbia,E02001136,Rochdale 005,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113487 +113487,E00027813,6b1,Multi-Ethnic Suburbia,E01005488,Rochdale 006A,8c,Comfortable suburbia,E02001137,Rochdale 006,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113488 +113488,E00027817,6b1,Multi-Ethnic Suburbia,E01005493,Rochdale 005D,8c,Comfortable suburbia,E02001136,Rochdale 005,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113489 +113489,E00027818,6b1,Multi-Ethnic Suburbia,E01005488,Rochdale 006A,8c,Comfortable suburbia,E02001137,Rochdale 006,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113490 +113490,E00027993,6b1,Multi-Ethnic Suburbia,E01005530,Rochdale 025A,8b,Ageing suburbanites,E02001156,Rochdale 025,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113491 +113491,E00028005,6b1,Multi-Ethnic Suburbia,E01005530,Rochdale 025A,8b,Ageing suburbanites,E02001156,Rochdale 025,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113492 +113492,E00028078,6b1,Multi-Ethnic Suburbia,E01005549,Rochdale 025F,8b,Ageing suburbanites,E02001156,Rochdale 025,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113493 +113493,E00028159,6b1,Multi-Ethnic Suburbia,E01005565,Rochdale 012C,4c,Hampered neighbourhoods,E02001143,Rochdale 012,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113494 +113494,E00028179,6b1,Multi-Ethnic Suburbia,E01005567,Rochdale 013D,5b,Aspiring urban households,E02001144,Rochdale 013,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113495 +113495,E00028182,6b1,Multi-Ethnic Suburbia,E01005569,Rochdale 012F,7a,Urban cultural mix,E02001143,Rochdale 012,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113496 +113496,E00028183,6b1,Multi-Ethnic Suburbia,E01005569,Rochdale 012F,7a,Urban cultural mix,E02001143,Rochdale 012,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113497 +113497,E00028191,6b1,Multi-Ethnic Suburbia,E01005573,Rochdale 007C,8a,Affluent communities,E02001138,Rochdale 007,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113498 +113498,E00028195,6b1,Multi-Ethnic Suburbia,E01005572,Rochdale 007B,8c,Comfortable suburbia,E02001138,Rochdale 007,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113499 +113499,E00028200,6b1,Multi-Ethnic Suburbia,E01005572,Rochdale 007B,8c,Comfortable suburbia,E02001138,Rochdale 007,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113500 +113500,E00028284,6b1,Multi-Ethnic Suburbia,E01005587,Rochdale 007E,8c,Comfortable suburbia,E02001138,Rochdale 007,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113501 +113501,E00027797,6b4,Older Workers and Retirement,E01005492,Rochdale 006B,8c,Comfortable suburbia,E02001137,Rochdale 006,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113502 +113502,E00027801,6b4,Older Workers and Retirement,E01005493,Rochdale 005D,8c,Comfortable suburbia,E02001136,Rochdale 005,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113503 +113503,E00027824,6b4,Older Workers and Retirement,E01005499,Rochdale 006C,2d,Rural traits,E02001137,Rochdale 006,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113504 +113504,E00027876,6b4,Older Workers and Retirement,E01005503,Rochdale 020C,8c,Comfortable suburbia,E02001151,Rochdale 020,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113505 +113505,E00028039,6b3,Semi-Detached Ageing,E01005537,Rochdale 023C,8c,Comfortable suburbia,E02001154,Rochdale 023,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113506 +113506,E00028045,6b3,Semi-Detached Ageing,E01005537,Rochdale 023C,8c,Comfortable suburbia,E02001154,Rochdale 023,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113507 +113507,E00028067,6b3,Semi-Detached Ageing,E01005550,Rochdale 025G,8b,Ageing suburbanites,E02001156,Rochdale 025,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113508 +113508,E00028463,8c1,Ageing Industrious Workers,E01005629,Salford 021A,5c,Comfortable neighbourhoods,E02001177,Salford 021,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113509 +113509,E00028068,6b3,Semi-Detached Ageing,E01005550,Rochdale 025G,8b,Ageing suburbanites,E02001156,Rochdale 025,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113510 +113510,E00028541,8c1,Ageing Industrious Workers,E01005641,Salford 029C,4a,Challenged white communities,E02001185,Salford 029,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113511 +113511,E00028069,6b3,Semi-Detached Ageing,E01005544,Rochdale 025D,8b,Ageing suburbanites,E02001156,Rochdale 025,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113512 +113512,E00028076,6b3,Semi-Detached Ageing,E01005550,Rochdale 025G,8b,Ageing suburbanites,E02001156,Rochdale 025,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113513 +113513,E00028079,6b3,Semi-Detached Ageing,E01005550,Rochdale 025G,8b,Ageing suburbanites,E02001156,Rochdale 025,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113514 +113514,E00028080,6b3,Semi-Detached Ageing,E01005550,Rochdale 025G,8b,Ageing suburbanites,E02001156,Rochdale 025,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113515 +113515,E00028081,6b3,Semi-Detached Ageing,E01005549,Rochdale 025F,8b,Ageing suburbanites,E02001156,Rochdale 025,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113516 +113516,E00028085,6b3,Semi-Detached Ageing,E01005544,Rochdale 025D,8b,Ageing suburbanites,E02001156,Rochdale 025,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113517 +113517,E00028086,6b3,Semi-Detached Ageing,E01005545,Rochdale 025E,8a,Affluent communities,E02001156,Rochdale 025,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113518 +113518,E00028087,6b3,Semi-Detached Ageing,E01005544,Rochdale 025D,8b,Ageing suburbanites,E02001156,Rochdale 025,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113519 +113519,E00028089,6b3,Semi-Detached Ageing,E01005544,Rochdale 025D,8b,Ageing suburbanites,E02001156,Rochdale 025,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113520 +113520,E00028094,6b3,Semi-Detached Ageing,E01005546,Rochdale 024C,5c,Comfortable neighbourhoods,E02001155,Rochdale 024,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113521 +113521,E00028130,6b3,Semi-Detached Ageing,E01005560,Rochdale 013C,5b,Aspiring urban households,E02001144,Rochdale 013,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113522 +113522,E00028135,6b3,Semi-Detached Ageing,E01005560,Rochdale 013C,5b,Aspiring urban households,E02001144,Rochdale 013,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113523 +113523,E00028153,6b3,Semi-Detached Ageing,E01005557,Rochdale 014B,8b,Ageing suburbanites,E02001145,Rochdale 014,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113524 +113524,E00028176,6b3,Semi-Detached Ageing,E01005567,Rochdale 013D,5b,Aspiring urban households,E02001144,Rochdale 013,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113525 +113525,E00028222,6b3,Semi-Detached Ageing,E01005570,Rochdale 007A,8a,Affluent communities,E02001138,Rochdale 007,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113526 +113526,E00028225,6b3,Semi-Detached Ageing,E01005571,Rochdale 006D,8c,Comfortable suburbia,E02001137,Rochdale 006,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113527 +113527,E00028316,6b3,Semi-Detached Ageing,E01005596,Rochdale 003D,8c,Comfortable suburbia,E02001134,Rochdale 003,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113528 +113528,E00027716,4a2,Social Renting New Arrivals,E01005477,Rochdale 017B,4b,Constrained renters,E02001148,Rochdale 017,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113529 +113529,E00027741,4a2,Social Renting New Arrivals,E01005477,Rochdale 017B,4b,Constrained renters,E02001148,Rochdale 017,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113530 +113530,E00028011,7a1,Transitional Eastern European Neighbourhoods,E01005532,Rochdale 025C,4c,Hampered neighbourhoods,E02001156,Rochdale 025,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113531 +113531,E00028090,7a1,Transitional Eastern European Neighbourhoods,E01005548,Rochdale 024E,4b,Constrained renters,E02001155,Rochdale 024,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113532 +113532,E00028103,7a1,Transitional Eastern European Neighbourhoods,E01005553,Rochdale 022E,4c,Hampered neighbourhoods,E02001153,Rochdale 022,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113533 +113533,E00028151,7a1,Transitional Eastern European Neighbourhoods,E01005559,Rochdale 013B,4a,Challenged white communities,E02001144,Rochdale 013,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113534 +113534,E00027719,5a1,White Professionals,E01005478,Rochdale 017C,5d,Endeavouring social renters,E02001148,Rochdale 017,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113535 +113535,E00027734,5a1,White Professionals,E01005481,Rochdale 017F,3d,Households in terraces and flats,E02001148,Rochdale 017,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113536 +113536,E00027737,5a1,White Professionals,E01005476,Rochdale 017A,5b,Aspiring urban households,E02001148,Rochdale 017,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113537 +113537,E00027745,5a1,White Professionals,E01005476,Rochdale 017A,5b,Aspiring urban households,E02001148,Rochdale 017,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113538 +113538,E00028242,4b2,Pakistani Communities,E01005581,Rochdale 008B,7b,Young ethnic communities,E02001139,Rochdale 008,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113539 +113539,E00028562,8c1,Ageing Industrious Workers,E01005645,Salford 029G,8b,Ageing suburbanites,E02001185,Salford 029,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113540 +113540,E00028243,4b2,Pakistani Communities,E01005581,Rochdale 008B,7b,Young ethnic communities,E02001139,Rochdale 008,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113541 +113541,E00028653,8c1,Ageing Industrious Workers,E01005663,Salford 001C,4c,Hampered neighbourhoods,E02001157,Salford 001,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113542 +113542,E00028244,4b2,Pakistani Communities,E01005579,Rochdale 004B,7a,Urban cultural mix,E02001135,Rochdale 004,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113543 +113543,E00028669,8c1,Ageing Industrious Workers,E01005659,Salford 001A,4a,Challenged white communities,E02001157,Salford 001,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113544 +113544,E00028245,4b2,Pakistani Communities,E01005581,Rochdale 008B,7b,Young ethnic communities,E02001139,Rochdale 008,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113545 +113545,E00028819,8c1,Ageing Industrious Workers,E01005690,Salford 009C,5c,Comfortable neighbourhoods,E02001165,Salford 009,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113546 +113546,E00028247,4b2,Pakistani Communities,E01033258,Rochdale 008G,7b,Young ethnic communities,E02001139,Rochdale 008,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113547 +113547,E00028821,8c1,Ageing Industrious Workers,E01005690,Salford 009C,5c,Comfortable neighbourhoods,E02001165,Salford 009,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113548 +113548,E00028248,4b2,Pakistani Communities,E01033258,Rochdale 008G,7b,Young ethnic communities,E02001139,Rochdale 008,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113549 +113549,E00028249,4b2,Pakistani Communities,E01005580,Rochdale 008A,7b,Young ethnic communities,E02001139,Rochdale 008,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113550 +113550,E00028250,4b2,Pakistani Communities,E01005579,Rochdale 004B,7a,Urban cultural mix,E02001135,Rochdale 004,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113551 +113551,E00028251,4b2,Pakistani Communities,E01005580,Rochdale 008A,7b,Young ethnic communities,E02001139,Rochdale 008,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113552 +113552,E00028252,4b2,Pakistani Communities,E01033258,Rochdale 008G,7b,Young ethnic communities,E02001139,Rochdale 008,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113553 +113553,E00028253,4b2,Pakistani Communities,E01033258,Rochdale 008G,7b,Young ethnic communities,E02001139,Rochdale 008,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113554 +113554,E00028254,4b2,Pakistani Communities,E01033258,Rochdale 008G,7b,Young ethnic communities,E02001139,Rochdale 008,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113555 +113555,E00028255,4b2,Pakistani Communities,E01005583,Rochdale 008D,7b,Young ethnic communities,E02001139,Rochdale 008,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113556 +113556,E00028257,4b2,Pakistani Communities,E01033258,Rochdale 008G,7b,Young ethnic communities,E02001139,Rochdale 008,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113557 +113557,E00028258,4b2,Pakistani Communities,E01033258,Rochdale 008G,7b,Young ethnic communities,E02001139,Rochdale 008,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113558 +113558,E00028259,4b2,Pakistani Communities,E01005585,Rochdale 008F,7b,Young ethnic communities,E02001139,Rochdale 008,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113559 +113559,E00028260,4b2,Pakistani Communities,E01005583,Rochdale 008D,7b,Young ethnic communities,E02001139,Rochdale 008,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113560 +113560,E00028261,4b2,Pakistani Communities,E01005583,Rochdale 008D,7b,Young ethnic communities,E02001139,Rochdale 008,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113561 +113561,E00028264,4b2,Pakistani Communities,E01005586,Rochdale 004C,4c,Hampered neighbourhoods,E02001135,Rochdale 004,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113562 +113562,E00028268,4b2,Pakistani Communities,E01005578,Rochdale 004A,7a,Urban cultural mix,E02001135,Rochdale 004,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113563 +113563,E00028273,4b2,Pakistani Communities,E01005590,Rochdale 009C,7b,Young ethnic communities,E02001140,Rochdale 009,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113564 +113564,E00028278,4b2,Pakistani Communities,E01005590,Rochdale 009C,7b,Young ethnic communities,E02001140,Rochdale 009,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113565 +113565,E00172361,4b2,Pakistani Communities,E01005566,Rochdale 012D,7a,Urban cultural mix,E02001143,Rochdale 012,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113566 +113566,E00172365,4b2,Pakistani Communities,E01005583,Rochdale 008D,7b,Young ethnic communities,E02001139,Rochdale 008,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113567 +113567,E00172366,4b2,Pakistani Communities,E01005583,Rochdale 008D,7b,Young ethnic communities,E02001139,Rochdale 008,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113568 +113568,E00027665,4a1,Private Renting Young Families,E01005467,Rochdale 016D,4c,Hampered neighbourhoods,E02001147,Rochdale 016,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113569 +113569,E00027668,4a1,Private Renting Young Families,E01005466,Rochdale 016C,4c,Hampered neighbourhoods,E02001147,Rochdale 016,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113570 +113570,E00027671,4a1,Private Renting Young Families,E01005466,Rochdale 016C,4c,Hampered neighbourhoods,E02001147,Rochdale 016,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113571 +113571,E00027679,4a1,Private Renting Young Families,E01005464,Rochdale 016A,4c,Hampered neighbourhoods,E02001147,Rochdale 016,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113572 +113572,E00027688,4a1,Private Renting Young Families,E01005466,Rochdale 016C,4c,Hampered neighbourhoods,E02001147,Rochdale 016,E08000005,Rochdale,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113573 +113573,E00028824,8c1,Ageing Industrious Workers,E01005691,Salford 006C,5c,Comfortable neighbourhoods,E02001162,Salford 006,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113574 +113574,E00028840,8c1,Ageing Industrious Workers,E01005701,Salford 015D,8b,Ageing suburbanites,E02001171,Salford 015,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113575 +113575,E00028877,8c1,Ageing Industrious Workers,E01005702,Salford 003A,5b,Aspiring urban households,E02001159,Salford 003,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113576 +113576,E00028890,8c1,Ageing Industrious Workers,E01005702,Salford 003A,5b,Aspiring urban households,E02001159,Salford 003,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113577 +113577,E00028923,8c1,Ageing Industrious Workers,E01005714,Salford 007D,5d,Endeavouring social renters,E02001163,Salford 007,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113578 +113578,E00029015,8c1,Ageing Industrious Workers,E01005726,Salford 019B,4a,Challenged white communities,E02001175,Salford 019,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113579 +113579,E00028406,4b1,Asian Terraces and Flats,E01005613,Salford 016D,7a,Urban cultural mix,E02001172,Salford 016,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113580 +113580,E00028534,4b1,Asian Terraces and Flats,E01005632,Salford 020B,7a,Urban cultural mix,E02001176,Salford 020,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113581 +113581,E00173010,4b1,Asian Terraces and Flats,E01005614,Salford 016E,7a,Urban cultural mix,E02001172,Salford 016,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113582 +113582,E00173029,4b1,Asian Terraces and Flats,E01032919,Salford 017F,1a,Cosmopolitan student neighbourhoods,E02001173,Salford 017,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113583 +113583,E00028672,7c1,Challenged Transitionaries,E01005660,Salford 001B,4a,Challenged white communities,E02001157,Salford 001,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113584 +113584,E00028812,7c1,Challenged Transitionaries,E01005690,Salford 009C,5c,Comfortable neighbourhoods,E02001165,Salford 009,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113585 +113585,E00028815,7c1,Challenged Transitionaries,E01005689,Salford 009B,4c,Hampered neighbourhoods,E02001165,Salford 009,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113586 +113586,E00028886,7c1,Challenged Transitionaries,E01005703,Salford 002A,4c,Hampered neighbourhoods,E02001158,Salford 002,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113587 +113587,E00028915,7c1,Challenged Transitionaries,E01005718,Salford 007F,5c,Comfortable neighbourhoods,E02001163,Salford 007,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113588 +113588,E00028540,6a2,Comfortable Suburbia,E01005634,Salford 020D,8c,Comfortable suburbia,E02001176,Salford 020,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113589 +113589,E00028909,6a2,Comfortable Suburbia,E01005717,Salford 013B,8c,Comfortable suburbia,E02001169,Salford 013,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113590 +113590,E00028910,6a2,Comfortable Suburbia,E01005716,Salford 013A,8c,Comfortable suburbia,E02001169,Salford 013,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113591 +113591,E00028943,6a2,Comfortable Suburbia,E01005717,Salford 013B,8c,Comfortable suburbia,E02001169,Salford 013,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113592 +113592,E00029044,6a2,Comfortable Suburbia,E01005739,Salford 013G,8c,Comfortable suburbia,E02001169,Salford 013,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113593 +113593,E00029075,6a2,Comfortable Suburbia,E01005737,Salford 013F,8c,Comfortable suburbia,E02001169,Salford 013,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113594 +113594,E00028329,5b2,Communal Retirement,E01005601,Salford 026C,4b,Constrained renters,E02001182,Salford 026,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113595 +113595,E00028466,5b2,Communal Retirement,E01005628,Salford 018D,3d,Households in terraces and flats,E02001174,Salford 018,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113596 +113596,E00028473,5b2,Communal Retirement,E01005630,Salford 021B,3d,Households in terraces and flats,E02001177,Salford 021,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113597 +113597,E00028500,5b2,Communal Retirement,E01005635,Salford 020E,3c,Highly qualified professionals,E02001176,Salford 020,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113598 +113598,E00028557,5b2,Communal Retirement,E01005643,Salford 029E,5c,Comfortable neighbourhoods,E02001185,Salford 029,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113599 +113599,E00028574,5b2,Communal Retirement,E01005650,Salford 010C,7a,Urban cultural mix,E02001166,Salford 010,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113600 +113600,E00028740,8d3,Hard-Pressed European Settlers,E01005674,Salford 012B,4a,Challenged white communities,E02001168,Salford 012,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113601 +113601,E00028791,8d3,Hard-Pressed European Settlers,E01005692,Salford 006D,4d,Hard-pressed flat dwellers,E02001162,Salford 006,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113602 +113602,E00028594,8d2,Hard-Pressed Ethnic Mix,E01005652,Salford 011C,4c,Hampered neighbourhoods,E02001167,Salford 011,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113603 +113603,E00028585,5b2,Communal Retirement,E01005648,Salford 011B,3d,Households in terraces and flats,E02001167,Salford 011,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113604 +113604,E00028528,7b2,Deprived Neighbourhoods,E01005631,Salford 020A,4d,Hard-pressed flat dwellers,E02001176,Salford 020,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113605 +113605,E00172976,2b2,Multicultural Student Neighbourhoods,E01005720,Salford 021D,7a,Urban cultural mix,E02001177,Salford 021,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113606 +113606,E00028711,8a1,Industrious Transitions,E01005677,Salford 005D,5c,Comfortable neighbourhoods,E02001161,Salford 005,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113607 +113607,E00028988,5a3,Families in Terraces and Flats,E01005723,Salford 021F,4c,Hampered neighbourhoods,E02001177,Salford 021,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113608 +113608,E00028900,8d3,Hard-Pressed European Settlers,E01005706,Salford 002C,4c,Hampered neighbourhoods,E02001158,Salford 002,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113609 +113609,E00028911,8d3,Hard-Pressed European Settlers,E01005709,Salford 004C,4c,Hampered neighbourhoods,E02001160,Salford 004,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113610 +113610,E00028929,8d3,Hard-Pressed European Settlers,E01005714,Salford 007D,5d,Endeavouring social renters,E02001163,Salford 007,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113611 +113611,E00028995,8d3,Hard-Pressed European Settlers,E01005731,Salford 025C,4c,Hampered neighbourhoods,E02001181,Salford 025,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113612 +113612,E00029003,8d3,Hard-Pressed European Settlers,E01005726,Salford 019B,4a,Challenged white communities,E02001175,Salford 019,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113613 +113613,E00029023,8d3,Hard-Pressed European Settlers,E01005731,Salford 025C,4c,Hampered neighbourhoods,E02001181,Salford 025,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113614 +113614,E00029037,8d3,Hard-Pressed European Settlers,E01005733,Salford 019E,4a,Challenged white communities,E02001175,Salford 019,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113615 +113615,E00028332,8b2,Hard-Pressed Rented Terraces,E01005605,Salford 027C,4c,Hampered neighbourhoods,E02001183,Salford 027,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113616 +113616,E00028345,8b2,Hard-Pressed Rented Terraces,E01005604,Salford 027B,4c,Hampered neighbourhoods,E02001183,Salford 027,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113617 +113617,E00028366,8b2,Hard-Pressed Rented Terraces,E01005601,Salford 026C,4b,Constrained renters,E02001182,Salford 026,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113618 +113618,E00028817,8b2,Hard-Pressed Rented Terraces,E01005690,Salford 009C,5c,Comfortable neighbourhoods,E02001165,Salford 009,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113619 +113619,E00028870,8b2,Hard-Pressed Rented Terraces,E01005706,Salford 002C,4c,Hampered neighbourhoods,E02001158,Salford 002,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113620 +113620,E00168581,2d2,Highly-Qualified Quaternary Workers,E01032687,Salford 022F,1a,Cosmopolitan student neighbourhoods,E02001178,Salford 022,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113621 +113621,E00172979,2d2,Highly-Qualified Quaternary Workers,E01005654,Salford 023A,3d,Households in terraces and flats,E02001179,Salford 023,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113622 +113622,E00172980,2d2,Highly-Qualified Quaternary Workers,E01005654,Salford 023A,3d,Households in terraces and flats,E02001179,Salford 023,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113623 +113623,E00028934,6a1,Indian Tech Achievers,E01005715,Salford 007E,8c,Comfortable suburbia,E02001163,Salford 007,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113624 +113624,E00028941,6a1,Indian Tech Achievers,E01005716,Salford 013A,8c,Comfortable suburbia,E02001169,Salford 013,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113625 +113625,E00028942,6a1,Indian Tech Achievers,E01005717,Salford 013B,8c,Comfortable suburbia,E02001169,Salford 013,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113626 +113626,E00028469,5b1,Delayed Retirement,E01005627,Salford 015B,8c,Comfortable suburbia,E02001171,Salford 015,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113627 +113627,E00028945,6a1,Indian Tech Achievers,E01005717,Salford 013B,8c,Comfortable suburbia,E02001169,Salford 013,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113628 +113628,E00029043,6a1,Indian Tech Achievers,E01005739,Salford 013G,8c,Comfortable suburbia,E02001169,Salford 013,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113629 +113629,E00029048,6a1,Indian Tech Achievers,E01005737,Salford 013F,8c,Comfortable suburbia,E02001169,Salford 013,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113630 +113630,E00029064,6a1,Indian Tech Achievers,E01005741,Salford 014E,8a,Affluent communities,E02001170,Salford 014,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113631 +113631,E00029068,6a1,Indian Tech Achievers,E01005739,Salford 013G,8c,Comfortable suburbia,E02001169,Salford 013,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113632 +113632,E00028425,8a2,Industrious Hardship,E01005617,Salford 030B,5d,Endeavouring social renters,E02001186,Salford 030,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113633 +113633,E00028426,8a2,Industrious Hardship,E01005618,Salford 030C,4a,Challenged white communities,E02001186,Salford 030,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113634 +113634,E00028427,8a2,Industrious Hardship,E01005618,Salford 030C,4a,Challenged white communities,E02001186,Salford 030,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113635 +113635,E00028430,8a2,Industrious Hardship,E01005619,Salford 030D,5d,Endeavouring social renters,E02001186,Salford 030,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113636 +113636,E00028445,8a2,Industrious Hardship,E01005616,Salford 030A,4a,Challenged white communities,E02001186,Salford 030,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113637 +113637,E00028452,8a2,Industrious Hardship,E01005616,Salford 030A,4a,Challenged white communities,E02001186,Salford 030,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113638 +113638,E00028454,8a2,Industrious Hardship,E01005619,Salford 030D,5d,Endeavouring social renters,E02001186,Salford 030,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113639 +113639,E00028548,8a2,Industrious Hardship,E01005641,Salford 029C,4a,Challenged white communities,E02001185,Salford 029,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113640 +113640,E00028549,8a2,Industrious Hardship,E01005640,Salford 029B,4c,Hampered neighbourhoods,E02001185,Salford 029,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113641 +113641,E00028555,8a2,Industrious Hardship,E01005641,Salford 029C,4a,Challenged white communities,E02001185,Salford 029,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113642 +113642,E00028573,8a2,Industrious Hardship,E01005640,Salford 029B,4c,Hampered neighbourhoods,E02001185,Salford 029,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113643 +113643,E00028647,8a2,Industrious Hardship,E01005659,Salford 001A,4a,Challenged white communities,E02001157,Salford 001,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113644 +113644,E00028743,8a2,Industrious Hardship,E01005674,Salford 012B,4a,Challenged white communities,E02001168,Salford 012,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113645 +113645,E00028897,8a2,Industrious Hardship,E01005702,Salford 003A,5b,Aspiring urban households,E02001159,Salford 003,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113646 +113646,E00028928,8a2,Industrious Hardship,E01005710,Salford 004D,8b,Ageing suburbanites,E02001160,Salford 004,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113647 +113647,E00028343,8a1,Industrious Transitions,E01005600,Salford 026B,4c,Hampered neighbourhoods,E02001182,Salford 026,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113648 +113648,E00028347,8a1,Industrious Transitions,E01005605,Salford 027C,4c,Hampered neighbourhoods,E02001183,Salford 027,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113649 +113649,E00028434,8a1,Industrious Transitions,E01005620,Salford 030E,3a,Achieving neighbourhoods,E02001186,Salford 030,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113650 +113650,E00028440,8a1,Industrious Transitions,E01005617,Salford 030B,5d,Endeavouring social renters,E02001186,Salford 030,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113651 +113651,E00028444,8a1,Industrious Transitions,E01005617,Salford 030B,5d,Endeavouring social renters,E02001186,Salford 030,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113652 +113652,E00028450,8a1,Industrious Transitions,E01005617,Salford 030B,5d,Endeavouring social renters,E02001186,Salford 030,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113653 +113653,E00028558,8a1,Industrious Transitions,E01005643,Salford 029E,5c,Comfortable neighbourhoods,E02001185,Salford 029,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113654 +113654,E00028561,8a1,Industrious Transitions,E01005643,Salford 029E,5c,Comfortable neighbourhoods,E02001185,Salford 029,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113655 +113655,E00028564,8a1,Industrious Transitions,E01005642,Salford 029D,8c,Comfortable suburbia,E02001185,Salford 029,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113656 +113656,E00028648,8a1,Industrious Transitions,E01005661,Salford 004A,4c,Hampered neighbourhoods,E02001160,Salford 004,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113657 +113657,E00028737,8a1,Industrious Transitions,E01005673,Salford 008A,4c,Hampered neighbourhoods,E02001164,Salford 008,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113658 +113658,E00028795,8a1,Industrious Transitions,E01005688,Salford 006B,4c,Hampered neighbourhoods,E02001162,Salford 006,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113659 +113659,E00028809,8a1,Industrious Transitions,E01005687,Salford 009A,5b,Aspiring urban households,E02001165,Salford 009,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113660 +113660,E00028818,8a1,Industrious Transitions,E01005690,Salford 009C,5c,Comfortable neighbourhoods,E02001165,Salford 009,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113661 +113661,E00028757,7b2,Deprived Neighbourhoods,E01005680,Salford 017B,4c,Hampered neighbourhoods,E02001173,Salford 017,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113662 +113662,E00028854,8a1,Industrious Transitions,E01005697,Salford 014B,8c,Comfortable suburbia,E02001170,Salford 014,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113663 +113663,E00028896,8a1,Industrious Transitions,E01005704,Salford 002B,4a,Challenged white communities,E02001158,Salford 002,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113664 +113664,E00172988,2b2,Multicultural Student Neighbourhoods,E01032917,Salford 028J,1a,Cosmopolitan student neighbourhoods,E02001184,Salford 028,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113665 +113665,E00029001,5a3,Families in Terraces and Flats,E01005727,Salford 019C,3d,Households in terraces and flats,E02001175,Salford 019,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113666 +113666,E00028605,5b2,Communal Retirement,E01005647,Salford 011A,3c,Highly qualified professionals,E02001167,Salford 011,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113667 +113667,E00028617,8d2,Hard-Pressed Ethnic Mix,E01005656,Salford 023B,4c,Hampered neighbourhoods,E02001179,Salford 023,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113668 +113668,E00028496,5b1,Delayed Retirement,E01005629,Salford 021A,5c,Comfortable neighbourhoods,E02001177,Salford 021,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113669 +113669,E00028758,7b2,Deprived Neighbourhoods,E01005681,Salford 024C,1a,Cosmopolitan student neighbourhoods,E02001180,Salford 024,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113670 +113670,E00028902,8a1,Industrious Transitions,E01005708,Salford 002D,4c,Hampered neighbourhoods,E02001158,Salford 002,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113671 +113671,E00028640,8d2,Hard-Pressed Ethnic Mix,E01005661,Salford 004A,4c,Hampered neighbourhoods,E02001160,Salford 004,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113672 +113672,E00028920,8a1,Industrious Transitions,E01005711,Salford 007A,5b,Aspiring urban households,E02001163,Salford 007,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113673 +113673,E00028763,7b2,Deprived Neighbourhoods,E01005681,Salford 024C,1a,Cosmopolitan student neighbourhoods,E02001180,Salford 024,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113674 +113674,E00028499,5b1,Delayed Retirement,E01005636,Salford 020F,3c,Highly qualified professionals,E02001176,Salford 020,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113675 +113675,E00028606,5b2,Communal Retirement,E01005649,Salford 010B,3c,Highly qualified professionals,E02001166,Salford 010,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113676 +113676,E00029005,5a3,Families in Terraces and Flats,E01005727,Salford 019C,3d,Households in terraces and flats,E02001175,Salford 019,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113677 +113677,E00172990,2b2,Multicultural Student Neighbourhoods,E01032917,Salford 028J,1a,Cosmopolitan student neighbourhoods,E02001184,Salford 028,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113678 +113678,E00028508,5b1,Delayed Retirement,E01005635,Salford 020E,3c,Highly qualified professionals,E02001176,Salford 020,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113679 +113679,E00028765,7b2,Deprived Neighbourhoods,E01005682,Salford 024D,6a,Inner city cosmopolitan,E02001180,Salford 024,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113680 +113680,E00028984,8a1,Industrious Transitions,E01005721,Salford 023D,4c,Hampered neighbourhoods,E02001179,Salford 023,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113681 +113681,E00172991,2b2,Multicultural Student Neighbourhoods,E01032686,Salford 028F,1a,Cosmopolitan student neighbourhoods,E02001184,Salford 028,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113682 +113682,E00028515,5b1,Delayed Retirement,E01005636,Salford 020F,3c,Highly qualified professionals,E02001176,Salford 020,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113683 +113683,E00028769,7b2,Deprived Neighbourhoods,E01005682,Salford 024D,6a,Inner city cosmopolitan,E02001180,Salford 024,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113684 +113684,E00029031,8a1,Industrious Transitions,E01005732,Salford 025D,4a,Challenged white communities,E02001181,Salford 025,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113685 +113685,E00172993,2b2,Multicultural Student Neighbourhoods,E01032915,Salford 028I,7a,Urban cultural mix,E02001184,Salford 028,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113686 +113686,E00172994,2b2,Multicultural Student Neighbourhoods,E01032686,Salford 028F,1a,Cosmopolitan student neighbourhoods,E02001184,Salford 028,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113687 +113687,E00173021,2b2,Multicultural Student Neighbourhoods,E01032911,Salford 022J,1a,Cosmopolitan student neighbourhoods,E02001178,Salford 022,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113688 +113688,E00173024,2b2,Multicultural Student Neighbourhoods,E01032909,Salford 022I,1a,Cosmopolitan student neighbourhoods,E02001178,Salford 022,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113689 +113689,E00173026,2b2,Multicultural Student Neighbourhoods,E01032687,Salford 022F,1a,Cosmopolitan student neighbourhoods,E02001178,Salford 022,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113690 +113690,E00028340,7a3,Multi-Ethnic Hardship,E01005602,Salford 026D,4d,Hard-pressed flat dwellers,E02001182,Salford 026,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113691 +113691,E00028342,7a3,Multi-Ethnic Hardship,E01005602,Salford 026D,4d,Hard-pressed flat dwellers,E02001182,Salford 026,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113692 +113692,E00028353,7a3,Multi-Ethnic Hardship,E01005599,Salford 026A,7a,Urban cultural mix,E02001182,Salford 026,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113693 +113693,E00028367,7a3,Multi-Ethnic Hardship,E01005610,Salford 022D,4c,Hampered neighbourhoods,E02001178,Salford 022,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113694 +113694,E00028369,7a3,Multi-Ethnic Hardship,E01005610,Salford 022D,4c,Hampered neighbourhoods,E02001178,Salford 022,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113695 +113695,E00028388,7a3,Multi-Ethnic Hardship,E01033330,Salford 022K,6a,Inner city cosmopolitan,E02001178,Salford 022,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113696 +113696,E00028394,7a3,Multi-Ethnic Hardship,E01005610,Salford 022D,4c,Hampered neighbourhoods,E02001178,Salford 022,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113697 +113697,E00028410,7a3,Multi-Ethnic Hardship,E01005612,Salford 016C,7a,Urban cultural mix,E02001172,Salford 016,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113698 +113698,E00028415,7a3,Multi-Ethnic Hardship,E01005612,Salford 016C,7a,Urban cultural mix,E02001172,Salford 016,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113699 +113699,E00028418,7a3,Multi-Ethnic Hardship,E01005612,Salford 016C,7a,Urban cultural mix,E02001172,Salford 016,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113700 +113700,E00028419,7a3,Multi-Ethnic Hardship,E01005611,Salford 016B,7a,Urban cultural mix,E02001172,Salford 016,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113701 +113701,E00028420,7a3,Multi-Ethnic Hardship,E01005611,Salford 016B,7a,Urban cultural mix,E02001172,Salford 016,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113702 +113702,E00028442,7a3,Multi-Ethnic Hardship,E01005621,Salford 030F,5e,Primary sector workers,E02001186,Salford 030,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113703 +113703,E00028734,5b2,Communal Retirement,E01005674,Salford 012B,4a,Challenged white communities,E02001168,Salford 012,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113704 +113704,E00029010,5a3,Families in Terraces and Flats,E01005727,Salford 019C,3d,Households in terraces and flats,E02001175,Salford 019,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113705 +113705,E00028644,8d2,Hard-Pressed Ethnic Mix,E01005661,Salford 004A,4c,Hampered neighbourhoods,E02001160,Salford 004,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113706 +113706,E00028479,7a3,Multi-Ethnic Hardship,E01005624,Salford 017A,4c,Hampered neighbourhoods,E02001173,Salford 017,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113707 +113707,E00028503,7a3,Multi-Ethnic Hardship,E01005638,Salford 027D,4b,Constrained renters,E02001183,Salford 027,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113708 +113708,E00028520,7a3,Multi-Ethnic Hardship,E01005637,Salford 020G,3d,Households in terraces and flats,E02001176,Salford 020,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113709 +113709,E00028545,7a3,Multi-Ethnic Hardship,E01005639,Salford 029A,4c,Hampered neighbourhoods,E02001185,Salford 029,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113710 +113710,E00028572,7a3,Multi-Ethnic Hardship,E01005640,Salford 029B,4c,Hampered neighbourhoods,E02001185,Salford 029,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113711 +113711,E00028576,7a3,Multi-Ethnic Hardship,E01005653,Salford 011D,4c,Hampered neighbourhoods,E02001167,Salford 011,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113712 +113712,E00028599,7a3,Multi-Ethnic Hardship,E01005650,Salford 010C,7a,Urban cultural mix,E02001166,Salford 010,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113713 +113713,E00028623,7a3,Multi-Ethnic Hardship,E01005656,Salford 023B,4c,Hampered neighbourhoods,E02001179,Salford 023,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113714 +113714,E00028625,7a3,Multi-Ethnic Hardship,E01005654,Salford 023A,3d,Households in terraces and flats,E02001179,Salford 023,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113715 +113715,E00028626,7a3,Multi-Ethnic Hardship,E01005658,Salford 024B,4c,Hampered neighbourhoods,E02001180,Salford 024,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113716 +113716,E00028629,7a3,Multi-Ethnic Hardship,E01005658,Salford 024B,4c,Hampered neighbourhoods,E02001180,Salford 024,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113717 +113717,E00028632,7a3,Multi-Ethnic Hardship,E01005657,Salford 023C,4c,Hampered neighbourhoods,E02001179,Salford 023,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113718 +113718,E00028634,7a3,Multi-Ethnic Hardship,E01005657,Salford 023C,4c,Hampered neighbourhoods,E02001179,Salford 023,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113719 +113719,E00028643,7a3,Multi-Ethnic Hardship,E01005664,Salford 001D,4c,Hampered neighbourhoods,E02001157,Salford 001,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113720 +113720,E00028646,7a3,Multi-Ethnic Hardship,E01005662,Salford 004B,4c,Hampered neighbourhoods,E02001160,Salford 004,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113721 +113721,E00028649,7a3,Multi-Ethnic Hardship,E01005660,Salford 001B,4a,Challenged white communities,E02001157,Salford 001,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113722 +113722,E00028652,7a3,Multi-Ethnic Hardship,E01005662,Salford 004B,4c,Hampered neighbourhoods,E02001160,Salford 004,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113723 +113723,E00028664,7a3,Multi-Ethnic Hardship,E01005664,Salford 001D,4c,Hampered neighbourhoods,E02001157,Salford 001,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113724 +113724,E00028681,7a3,Multi-Ethnic Hardship,E01032915,Salford 028I,7a,Urban cultural mix,E02001184,Salford 028,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113725 +113725,E00028692,7a3,Multi-Ethnic Hardship,E01032912,Salford 028G,7a,Urban cultural mix,E02001184,Salford 028,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113726 +113726,E00028694,7a3,Multi-Ethnic Hardship,E01032912,Salford 028G,7a,Urban cultural mix,E02001184,Salford 028,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113727 +113727,E00028698,7a3,Multi-Ethnic Hardship,E01005667,Salford 028B,4c,Hampered neighbourhoods,E02001184,Salford 028,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113728 +113728,E00028699,7a3,Multi-Ethnic Hardship,E01032917,Salford 028J,1a,Cosmopolitan student neighbourhoods,E02001184,Salford 028,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113729 +113729,E00028703,7a3,Multi-Ethnic Hardship,E01005678,Salford 008C,4c,Hampered neighbourhoods,E02001164,Salford 008,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113730 +113730,E00028720,7a3,Multi-Ethnic Hardship,E01005679,Salford 008D,4c,Hampered neighbourhoods,E02001164,Salford 008,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113731 +113731,E00028722,7a3,Multi-Ethnic Hardship,E01005679,Salford 008D,4c,Hampered neighbourhoods,E02001164,Salford 008,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113732 +113732,E00028724,7a3,Multi-Ethnic Hardship,E01005670,Salford 005A,4c,Hampered neighbourhoods,E02001161,Salford 005,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113733 +113733,E00028725,7a3,Multi-Ethnic Hardship,E01005670,Salford 005A,4c,Hampered neighbourhoods,E02001161,Salford 005,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113734 +113734,E00029027,5a3,Families in Terraces and Flats,E01005730,Salford 025B,5b,Aspiring urban households,E02001181,Salford 025,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113735 +113735,E00172960,5a3,Families in Terraces and Flats,E01005702,Salford 003A,5b,Aspiring urban households,E02001159,Salford 003,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113736 +113736,E00029040,8a1,Industrious Transitions,E01005734,Salford 013C,5a,Ageing urban communities,E02001169,Salford 013,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113737 +113737,E00028650,8d2,Hard-Pressed Ethnic Mix,E01005662,Salford 004B,4c,Hampered neighbourhoods,E02001160,Salford 004,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113738 +113738,E00028827,5b2,Communal Retirement,E01005700,Salford 012F,3d,Households in terraces and flats,E02001168,Salford 012,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113739 +113739,E00029011,7b2,Deprived Neighbourhoods,E01005729,Salford 025A,4c,Hampered neighbourhoods,E02001181,Salford 025,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113740 +113740,E00028577,5b1,Delayed Retirement,E01005649,Salford 010B,3c,Highly qualified professionals,E02001166,Salford 010,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113741 +113741,E00028655,8d2,Hard-Pressed Ethnic Mix,E01005663,Salford 001C,4c,Hampered neighbourhoods,E02001157,Salford 001,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113742 +113742,E00028578,5b1,Delayed Retirement,E01005648,Salford 011B,3d,Households in terraces and flats,E02001167,Salford 011,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113743 +113743,E00028660,8d2,Hard-Pressed Ethnic Mix,E01005659,Salford 001A,4a,Challenged white communities,E02001157,Salford 001,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113744 +113744,E00028335,7a2,Hampered Aspiration,E01005603,Salford 027A,4c,Hampered neighbourhoods,E02001183,Salford 027,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113745 +113745,E00028582,5b1,Delayed Retirement,E01005649,Salford 010B,3c,Highly qualified professionals,E02001166,Salford 010,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113746 +113746,E00028845,5b2,Communal Retirement,E01005701,Salford 015D,8b,Ageing suburbanites,E02001171,Salford 015,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113747 +113747,E00028666,8d2,Hard-Pressed Ethnic Mix,E01005664,Salford 001D,4c,Hampered neighbourhoods,E02001157,Salford 001,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113748 +113748,E00028336,7a2,Hampered Aspiration,E01005605,Salford 027C,4c,Hampered neighbourhoods,E02001183,Salford 027,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113749 +113749,E00028509,4c3,Inner City Ethnic Mix,E01005635,Salford 020E,3c,Highly qualified professionals,E02001176,Salford 020,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113750 +113750,E00029020,7b2,Deprived Neighbourhoods,E01005729,Salford 025A,4c,Hampered neighbourhoods,E02001181,Salford 025,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113751 +113751,E00028583,5b1,Delayed Retirement,E01005646,Salford 010A,3c,Highly qualified professionals,E02001166,Salford 010,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113752 +113752,E00029072,5b2,Communal Retirement,E01005738,Salford 014C,8a,Affluent communities,E02001170,Salford 014,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113753 +113753,E00028435,7a2,Hampered Aspiration,E01005620,Salford 030E,3a,Achieving neighbourhoods,E02001186,Salford 030,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113754 +113754,E00028668,8d2,Hard-Pressed Ethnic Mix,E01005664,Salford 001D,4c,Hampered neighbourhoods,E02001157,Salford 001,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113755 +113755,E00172963,5b2,Communal Retirement,E01005675,Salford 008B,3d,Households in terraces and flats,E02001164,Salford 008,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113756 +113756,E00028601,4c3,Inner City Ethnic Mix,E01005647,Salford 011A,3c,Highly qualified professionals,E02001167,Salford 011,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113757 +113757,E00028480,7a2,Hampered Aspiration,E01005625,Salford 015A,8b,Ageing suburbanites,E02001171,Salford 015,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113758 +113758,E00028671,8d2,Hard-Pressed Ethnic Mix,E01005660,Salford 001B,4a,Challenged white communities,E02001157,Salford 001,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113759 +113759,E00028591,5b1,Delayed Retirement,E01005651,Salford 010D,3d,Households in terraces and flats,E02001166,Salford 010,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113760 +113760,E00173013,5b2,Communal Retirement,E01005651,Salford 010D,3d,Households in terraces and flats,E02001166,Salford 010,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113761 +113761,E00168575,7b2,Deprived Neighbourhoods,E01005602,Salford 026D,4d,Hard-pressed flat dwellers,E02001182,Salford 026,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113762 +113762,E00028604,4c3,Inner City Ethnic Mix,E01005646,Salford 010A,3c,Highly qualified professionals,E02001166,Salford 010,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113763 +113763,E00028675,8d2,Hard-Pressed Ethnic Mix,E01005659,Salford 001A,4a,Challenged white communities,E02001157,Salford 001,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113764 +113764,E00028581,4a3,Commuters with Young Families,E01005651,Salford 010D,3d,Households in terraces and flats,E02001166,Salford 010,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113765 +113765,E00028481,7a2,Hampered Aspiration,E01005622,Salford 018A,3d,Households in terraces and flats,E02001174,Salford 018,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113766 +113766,E00028848,6a3,Detached Retirement Living,E01005701,Salford 015D,8b,Ageing suburbanites,E02001171,Salford 015,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113767 +113767,E00028602,5b1,Delayed Retirement,E01005647,Salford 011A,3c,Highly qualified professionals,E02001167,Salford 011,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113768 +113768,E00028611,4c3,Inner City Ethnic Mix,E01005648,Salford 011B,3d,Households in terraces and flats,E02001167,Salford 011,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113769 +113769,E00028712,8d2,Hard-Pressed Ethnic Mix,E01005678,Salford 008C,4c,Hampered neighbourhoods,E02001164,Salford 008,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113770 +113770,E00028588,4a3,Commuters with Young Families,E01005651,Salford 010D,3d,Households in terraces and flats,E02001166,Salford 010,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113771 +113771,E00028504,7a2,Hampered Aspiration,E01005638,Salford 027D,4b,Constrained renters,E02001183,Salford 027,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113772 +113772,E00028864,6a3,Detached Retirement Living,E01005695,Salford 014A,8a,Affluent communities,E02001170,Salford 014,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113773 +113773,E00029071,6a3,Detached Retirement Living,E01005736,Salford 013E,8c,Comfortable suburbia,E02001169,Salford 013,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113774 +113774,E00028375,7b1,Eastern European Communities,E01033330,Salford 022K,6a,Inner city cosmopolitan,E02001178,Salford 022,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113775 +113775,E00028387,7b3,Endeavouring Flat Dwellers,E01033330,Salford 022K,6a,Inner city cosmopolitan,E02001178,Salford 022,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113776 +113776,E00028527,7b3,Endeavouring Flat Dwellers,E01005631,Salford 020A,4d,Hard-pressed flat dwellers,E02001176,Salford 020,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113777 +113777,E00029073,1a2,Established Farming Communities,E01005737,Salford 013F,8c,Comfortable suburbia,E02001169,Salford 013,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113778 +113778,E00028390,3a1,Established Renting Families,E01005610,Salford 022D,4c,Hampered neighbourhoods,E02001178,Salford 022,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113779 +113779,E00028399,3a1,Established Renting Families,E01005613,Salford 016D,7a,Urban cultural mix,E02001172,Salford 016,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113780 +113780,E00028417,3a1,Established Renting Families,E01005612,Salford 016C,7a,Urban cultural mix,E02001172,Salford 016,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113781 +113781,E00028422,3a1,Established Renting Families,E01005611,Salford 016B,7a,Urban cultural mix,E02001172,Salford 016,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113782 +113782,E00028780,3a1,Established Renting Families,E01005683,Salford 017C,4c,Hampered neighbourhoods,E02001173,Salford 017,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113783 +113783,E00172973,3a1,Established Renting Families,E01005720,Salford 021D,7a,Urban cultural mix,E02001177,Salford 021,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113784 +113784,E00173002,3a1,Established Renting Families,E01005609,Salford 016A,7a,Urban cultural mix,E02001172,Salford 016,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113785 +113785,E00173012,3a1,Established Renting Families,E01005613,Salford 016D,7a,Urban cultural mix,E02001172,Salford 016,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113786 +113786,E00028691,3d2,Established Tech Workers,E01032912,Salford 028G,7a,Urban cultural mix,E02001184,Salford 028,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113787 +113787,E00028333,5a3,Families in Terraces and Flats,E01005604,Salford 027B,4c,Hampered neighbourhoods,E02001183,Salford 027,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113788 +113788,E00028443,5a3,Families in Terraces and Flats,E01005621,Salford 030F,5e,Primary sector workers,E02001186,Salford 030,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113789 +113789,E00028456,5a3,Families in Terraces and Flats,E01005630,Salford 021B,3d,Households in terraces and flats,E02001177,Salford 021,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113790 +113790,E00028461,5a3,Families in Terraces and Flats,E01005623,Salford 018B,8c,Comfortable suburbia,E02001174,Salford 018,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113791 +113791,E00028470,5a3,Families in Terraces and Flats,E01005630,Salford 021B,3d,Households in terraces and flats,E02001177,Salford 021,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113792 +113792,E00028472,5a3,Families in Terraces and Flats,E01005630,Salford 021B,3d,Households in terraces and flats,E02001177,Salford 021,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113793 +113793,E00028487,5a3,Families in Terraces and Flats,E01005622,Salford 018A,3d,Households in terraces and flats,E02001174,Salford 018,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113794 +113794,E00028490,5a3,Families in Terraces and Flats,E01005622,Salford 018A,3d,Households in terraces and flats,E02001174,Salford 018,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113795 +113795,E00028493,5a3,Families in Terraces and Flats,E01005628,Salford 018D,3d,Households in terraces and flats,E02001174,Salford 018,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113796 +113796,E00028518,5a3,Families in Terraces and Flats,E01005632,Salford 020B,7a,Urban cultural mix,E02001176,Salford 020,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113797 +113797,E00028519,5a3,Families in Terraces and Flats,E01005637,Salford 020G,3d,Households in terraces and flats,E02001176,Salford 020,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113798 +113798,E00028522,5a3,Families in Terraces and Flats,E01005637,Salford 020G,3d,Households in terraces and flats,E02001176,Salford 020,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113799 +113799,E00028525,5a3,Families in Terraces and Flats,E01005632,Salford 020B,7a,Urban cultural mix,E02001176,Salford 020,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113800 +113800,E00028708,5a3,Families in Terraces and Flats,E01005677,Salford 005D,5c,Comfortable neighbourhoods,E02001161,Salford 005,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113801 +113801,E00028716,5a3,Families in Terraces and Flats,E01005673,Salford 008A,4c,Hampered neighbourhoods,E02001164,Salford 008,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113802 +113802,E00028718,5a3,Families in Terraces and Flats,E01005670,Salford 005A,4c,Hampered neighbourhoods,E02001161,Salford 005,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113803 +113803,E00028731,5a3,Families in Terraces and Flats,E01005671,Salford 012A,4c,Hampered neighbourhoods,E02001168,Salford 012,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113804 +113804,E00028798,5a3,Families in Terraces and Flats,E01005687,Salford 009A,5b,Aspiring urban households,E02001165,Salford 009,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113805 +113805,E00028808,5a3,Families in Terraces and Flats,E01005686,Salford 006A,4c,Hampered neighbourhoods,E02001162,Salford 006,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113806 +113806,E00028822,5a3,Families in Terraces and Flats,E01005690,Salford 009C,5c,Comfortable neighbourhoods,E02001165,Salford 009,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113807 +113807,E00028837,5a3,Families in Terraces and Flats,E01005700,Salford 012F,3d,Households in terraces and flats,E02001168,Salford 012,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113808 +113808,E00028881,5a3,Families in Terraces and Flats,E01005705,Salford 003B,5b,Aspiring urban households,E02001159,Salford 003,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113809 +113809,E00028922,5a3,Families in Terraces and Flats,E01005712,Salford 007B,4c,Hampered neighbourhoods,E02001163,Salford 007,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113810 +113810,E00028927,5a3,Families in Terraces and Flats,E01005715,Salford 007E,8c,Comfortable suburbia,E02001163,Salford 007,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113811 +113811,E00028959,5a3,Families in Terraces and Flats,E01005712,Salford 007B,4c,Hampered neighbourhoods,E02001163,Salford 007,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113812 +113812,E00172957,4c3,Inner City Ethnic Mix,E01005620,Salford 030E,3a,Achieving neighbourhoods,E02001186,Salford 030,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113813 +113813,E00028524,7a2,Hampered Aspiration,E01005637,Salford 020G,3d,Households in terraces and flats,E02001176,Salford 020,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113814 +113814,E00028713,8d2,Hard-Pressed Ethnic Mix,E01005678,Salford 008C,4c,Hampered neighbourhoods,E02001164,Salford 008,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113815 +113815,E00028593,4a3,Commuters with Young Families,E01005650,Salford 010C,7a,Urban cultural mix,E02001166,Salford 010,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113816 +113816,E00028762,2c2,Migrant Commuters,E01005680,Salford 017B,4c,Hampered neighbourhoods,E02001173,Salford 017,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113817 +113817,E00028717,8d2,Hard-Pressed Ethnic Mix,E01005678,Salford 008C,4c,Hampered neighbourhoods,E02001164,Salford 008,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113818 +113818,E00028680,4a3,Commuters with Young Families,E01005667,Salford 028B,4c,Hampered neighbourhoods,E02001184,Salford 028,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113819 +113819,E00028966,2c2,Migrant Commuters,E01005719,Salford 021C,1a,Cosmopolitan student neighbourhoods,E02001177,Salford 021,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113820 +113820,E00028726,8d2,Hard-Pressed Ethnic Mix,E01005672,Salford 005B,3d,Households in terraces and flats,E02001161,Salford 005,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113821 +113821,E00028533,7a2,Hampered Aspiration,E01005632,Salford 020B,7a,Urban cultural mix,E02001176,Salford 020,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113822 +113822,E00028721,4a3,Commuters with Young Families,E01005670,Salford 005A,4c,Hampered neighbourhoods,E02001161,Salford 005,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113823 +113823,E00028370,2c1,Migrant Families,E01032687,Salford 022F,1a,Cosmopolitan student neighbourhoods,E02001178,Salford 022,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113824 +113824,E00028531,2c1,Migrant Families,E01005631,Salford 020A,4d,Hard-pressed flat dwellers,E02001176,Salford 020,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113825 +113825,E00172921,2c1,Migrant Families,E01032912,Salford 028G,7a,Urban cultural mix,E02001184,Salford 028,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113826 +113826,E00028609,5b1,Delayed Retirement,E01005649,Salford 010B,3c,Highly qualified professionals,E02001166,Salford 010,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113827 +113827,E00028537,7a2,Hampered Aspiration,E01005638,Salford 027D,4b,Constrained renters,E02001183,Salford 027,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113828 +113828,E00028732,8d2,Hard-Pressed Ethnic Mix,E01005673,Salford 008A,4c,Hampered neighbourhoods,E02001164,Salford 008,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113829 +113829,E00028986,4a3,Commuters with Young Families,E01005720,Salford 021D,7a,Urban cultural mix,E02001177,Salford 021,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113830 +113830,E00172971,2c1,Migrant Families,E01005720,Salford 021D,7a,Urban cultural mix,E02001177,Salford 021,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113831 +113831,E00028610,5b1,Delayed Retirement,E01005647,Salford 011A,3c,Highly qualified professionals,E02001167,Salford 011,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113832 +113832,E00028538,7a2,Hampered Aspiration,E01005638,Salford 027D,4b,Constrained renters,E02001183,Salford 027,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113833 +113833,E00028745,8d2,Hard-Pressed Ethnic Mix,E01005675,Salford 008B,3d,Households in terraces and flats,E02001164,Salford 008,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113834 +113834,E00172977,2c1,Migrant Families,E01005654,Salford 023A,3d,Households in terraces and flats,E02001179,Salford 023,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113835 +113835,E00028357,3c1,Constrained Neighbourhoods,E01005601,Salford 026C,4b,Constrained renters,E02001182,Salford 026,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113836 +113836,E00028706,5b1,Delayed Retirement,E01005676,Salford 005C,8b,Ageing suburbanites,E02001161,Salford 005,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113837 +113837,E00028786,8d2,Hard-Pressed Ethnic Mix,E01005688,Salford 006B,4c,Hampered neighbourhoods,E02001162,Salford 006,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113838 +113838,E00028603,7a2,Hampered Aspiration,E01005647,Salford 011A,3c,Highly qualified professionals,E02001167,Salford 011,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113839 +113839,E00173004,2c1,Migrant Families,E01005609,Salford 016A,7a,Urban cultural mix,E02001172,Salford 016,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113840 +113840,E00028372,3c1,Constrained Neighbourhoods,E01032907,Salford 022H,1a,Cosmopolitan student neighbourhoods,E02001178,Salford 022,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113841 +113841,E00028857,5b1,Delayed Retirement,E01005694,Salford 012C,8c,Comfortable suburbia,E02001168,Salford 012,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113842 +113842,E00028813,8d2,Hard-Pressed Ethnic Mix,E01005689,Salford 009B,4c,Hampered neighbourhoods,E02001165,Salford 009,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113843 +113843,E00028977,5b1,Delayed Retirement,E01005719,Salford 021C,1a,Cosmopolitan student neighbourhoods,E02001177,Salford 021,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113844 +113844,E00028638,2b2,Multicultural Student Neighbourhoods,E01005655,Salford 024A,6a,Inner city cosmopolitan,E02001180,Salford 024,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113845 +113845,E00028374,3c1,Constrained Neighbourhoods,E01033330,Salford 022K,6a,Inner city cosmopolitan,E02001178,Salford 022,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113846 +113846,E00028828,8d2,Hard-Pressed Ethnic Mix,E01005698,Salford 012E,4c,Hampered neighbourhoods,E02001168,Salford 012,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113847 +113847,E00028612,7a2,Hampered Aspiration,E01005654,Salford 023A,3d,Households in terraces and flats,E02001179,Salford 023,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113848 +113848,E00029077,5b1,Delayed Retirement,E01005738,Salford 014C,8a,Affluent communities,E02001170,Salford 014,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113849 +113849,E00028688,2b2,Multicultural Student Neighbourhoods,E01032914,Salford 028H,1a,Cosmopolitan student neighbourhoods,E02001184,Salford 028,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113850 +113850,E00028383,3c1,Constrained Neighbourhoods,E01032906,Salford 022G,1a,Cosmopolitan student neighbourhoods,E02001178,Salford 022,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113851 +113851,E00028829,8d2,Hard-Pressed Ethnic Mix,E01005696,Salford 012D,5b,Aspiring urban households,E02001168,Salford 012,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113852 +113852,E00028624,7a2,Hampered Aspiration,E01005654,Salford 023A,3d,Households in terraces and flats,E02001179,Salford 023,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113853 +113853,E00028338,8b1,Deprived Blue-Collar Terraces,E01005603,Salford 027A,4c,Hampered neighbourhoods,E02001183,Salford 027,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113854 +113854,E00028689,2b2,Multicultural Student Neighbourhoods,E01032914,Salford 028H,1a,Cosmopolitan student neighbourhoods,E02001184,Salford 028,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113855 +113855,E00028690,2b2,Multicultural Student Neighbourhoods,E01032914,Salford 028H,1a,Cosmopolitan student neighbourhoods,E02001184,Salford 028,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113856 +113856,E00028989,2b2,Multicultural Student Neighbourhoods,E01005719,Salford 021C,1a,Cosmopolitan student neighbourhoods,E02001177,Salford 021,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113857 +113857,E00168580,2b2,Multicultural Student Neighbourhoods,E01032687,Salford 022F,1a,Cosmopolitan student neighbourhoods,E02001178,Salford 022,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113858 +113858,E00168582,2b2,Multicultural Student Neighbourhoods,E01032687,Salford 022F,1a,Cosmopolitan student neighbourhoods,E02001178,Salford 022,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113859 +113859,E00168583,2b2,Multicultural Student Neighbourhoods,E01032686,Salford 028F,1a,Cosmopolitan student neighbourhoods,E02001184,Salford 028,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113860 +113860,E00171970,2b2,Multicultural Student Neighbourhoods,E01032907,Salford 022H,1a,Cosmopolitan student neighbourhoods,E02001178,Salford 022,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113861 +113861,E00171971,2b2,Multicultural Student Neighbourhoods,E01032909,Salford 022I,1a,Cosmopolitan student neighbourhoods,E02001178,Salford 022,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113862 +113862,E00171974,2b2,Multicultural Student Neighbourhoods,E01032911,Salford 022J,1a,Cosmopolitan student neighbourhoods,E02001178,Salford 022,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113863 +113863,E00171976,2b2,Multicultural Student Neighbourhoods,E01032685,Salford 028E,1a,Cosmopolitan student neighbourhoods,E02001184,Salford 028,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113864 +113864,E00172920,2b2,Multicultural Student Neighbourhoods,E01032685,Salford 028E,1a,Cosmopolitan student neighbourhoods,E02001184,Salford 028,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113865 +113865,E00172923,2b2,Multicultural Student Neighbourhoods,E01032909,Salford 022I,1a,Cosmopolitan student neighbourhoods,E02001178,Salford 022,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113866 +113866,E00172924,2b2,Multicultural Student Neighbourhoods,E01032914,Salford 028H,1a,Cosmopolitan student neighbourhoods,E02001184,Salford 028,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113867 +113867,E00172928,2b2,Multicultural Student Neighbourhoods,E01032909,Salford 022I,1a,Cosmopolitan student neighbourhoods,E02001178,Salford 022,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113868 +113868,E00172929,2b2,Multicultural Student Neighbourhoods,E01032909,Salford 022I,1a,Cosmopolitan student neighbourhoods,E02001178,Salford 022,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113869 +113869,E00172932,2b2,Multicultural Student Neighbourhoods,E01032914,Salford 028H,1a,Cosmopolitan student neighbourhoods,E02001184,Salford 028,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113870 +113870,E00172935,2b2,Multicultural Student Neighbourhoods,E01032685,Salford 028E,1a,Cosmopolitan student neighbourhoods,E02001184,Salford 028,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113871 +113871,E00172937,2b2,Multicultural Student Neighbourhoods,E01032686,Salford 028F,1a,Cosmopolitan student neighbourhoods,E02001184,Salford 028,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113872 +113872,E00172943,2b2,Multicultural Student Neighbourhoods,E01032911,Salford 022J,1a,Cosmopolitan student neighbourhoods,E02001178,Salford 022,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113873 +113873,E00172945,2b2,Multicultural Student Neighbourhoods,E01032685,Salford 028E,1a,Cosmopolitan student neighbourhoods,E02001184,Salford 028,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113874 +113874,E00172946,2b2,Multicultural Student Neighbourhoods,E01032909,Salford 022I,1a,Cosmopolitan student neighbourhoods,E02001178,Salford 022,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113875 +113875,E00172948,2b2,Multicultural Student Neighbourhoods,E01032686,Salford 028F,1a,Cosmopolitan student neighbourhoods,E02001184,Salford 028,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113876 +113876,E00172951,2b2,Multicultural Student Neighbourhoods,E01032911,Salford 022J,1a,Cosmopolitan student neighbourhoods,E02001178,Salford 022,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113877 +113877,E00028631,7a2,Hampered Aspiration,E01005657,Salford 023C,4c,Hampered neighbourhoods,E02001179,Salford 023,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113878 +113878,E00028654,7a2,Hampered Aspiration,E01005663,Salford 001C,4c,Hampered neighbourhoods,E02001157,Salford 001,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113879 +113879,E00028392,3c1,Constrained Neighbourhoods,E01033330,Salford 022K,6a,Inner city cosmopolitan,E02001178,Salford 022,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113880 +113880,E00028719,7a2,Hampered Aspiration,E01005670,Salford 005A,4c,Hampered neighbourhoods,E02001161,Salford 005,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113881 +113881,E00028397,3c1,Constrained Neighbourhoods,E01033330,Salford 022K,6a,Inner city cosmopolitan,E02001178,Salford 022,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113882 +113882,E00028727,7a2,Hampered Aspiration,E01005671,Salford 012A,4c,Hampered neighbourhoods,E02001168,Salford 012,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113883 +113883,E00028846,8d2,Hard-Pressed Ethnic Mix,E01005698,Salford 012E,4c,Hampered neighbourhoods,E02001168,Salford 012,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113884 +113884,E00028398,3c1,Constrained Neighbourhoods,E01005614,Salford 016E,7a,Urban cultural mix,E02001172,Salford 016,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113885 +113885,E00028730,7a2,Hampered Aspiration,E01005672,Salford 005B,3d,Households in terraces and flats,E02001161,Salford 005,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113886 +113886,E00028346,8b1,Deprived Blue-Collar Terraces,E01005605,Salford 027C,4c,Hampered neighbourhoods,E02001183,Salford 027,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113887 +113887,E00028742,7a2,Hampered Aspiration,E01005671,Salford 012A,4c,Hampered neighbourhoods,E02001168,Salford 012,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113888 +113888,E00028402,3c1,Constrained Neighbourhoods,E01005613,Salford 016D,7a,Urban cultural mix,E02001172,Salford 016,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113889 +113889,E00028349,8b1,Deprived Blue-Collar Terraces,E01005605,Salford 027C,4c,Hampered neighbourhoods,E02001183,Salford 027,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113890 +113890,E00028788,7a2,Hampered Aspiration,E01005687,Salford 009A,5b,Aspiring urban households,E02001165,Salford 009,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113891 +113891,E00028803,7a2,Hampered Aspiration,E01005692,Salford 006D,4d,Hard-pressed flat dwellers,E02001162,Salford 006,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113892 +113892,E00028825,7a2,Hampered Aspiration,E01005692,Salford 006D,4d,Hard-pressed flat dwellers,E02001162,Salford 006,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113893 +113893,E00028831,7a2,Hampered Aspiration,E01005698,Salford 012E,4c,Hampered neighbourhoods,E02001168,Salford 012,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113894 +113894,E00028872,7a2,Hampered Aspiration,E01005708,Salford 002D,4c,Hampered neighbourhoods,E02001158,Salford 002,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113895 +113895,E00028874,7a2,Hampered Aspiration,E01005708,Salford 002D,4c,Hampered neighbourhoods,E02001158,Salford 002,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113896 +113896,E00028885,7a2,Hampered Aspiration,E01005705,Salford 003B,5b,Aspiring urban households,E02001159,Salford 003,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113897 +113897,E00028903,7a2,Hampered Aspiration,E01005706,Salford 002C,4c,Hampered neighbourhoods,E02001158,Salford 002,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113898 +113898,E00028917,7a2,Hampered Aspiration,E01005712,Salford 007B,4c,Hampered neighbourhoods,E02001163,Salford 007,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113899 +113899,E00028961,7a2,Hampered Aspiration,E01005721,Salford 023D,4c,Hampered neighbourhoods,E02001179,Salford 023,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113900 +113900,E00028979,7a2,Hampered Aspiration,E01005720,Salford 021D,7a,Urban cultural mix,E02001177,Salford 021,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113901 +113901,E00029008,7a2,Hampered Aspiration,E01005727,Salford 019C,3d,Households in terraces and flats,E02001175,Salford 019,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113902 +113902,E00028344,8d2,Hard-Pressed Ethnic Mix,E01005604,Salford 027B,4c,Hampered neighbourhoods,E02001183,Salford 027,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113903 +113903,E00028352,8d2,Hard-Pressed Ethnic Mix,E01005604,Salford 027B,4c,Hampered neighbourhoods,E02001183,Salford 027,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113904 +113904,E00028358,8d2,Hard-Pressed Ethnic Mix,E01005601,Salford 026C,4b,Constrained renters,E02001182,Salford 026,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113905 +113905,E00028421,8d2,Hard-Pressed Ethnic Mix,E01005611,Salford 016B,7a,Urban cultural mix,E02001172,Salford 016,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113906 +113906,E00028439,8d2,Hard-Pressed Ethnic Mix,E01005621,Salford 030F,5e,Primary sector workers,E02001186,Salford 030,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113907 +113907,E00028462,8d2,Hard-Pressed Ethnic Mix,E01005622,Salford 018A,3d,Households in terraces and flats,E02001174,Salford 018,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113908 +113908,E00028850,8d2,Hard-Pressed Ethnic Mix,E01005694,Salford 012C,8c,Comfortable suburbia,E02001168,Salford 012,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113909 +113909,E00028474,8d2,Hard-Pressed Ethnic Mix,E01005630,Salford 021B,3d,Households in terraces and flats,E02001177,Salford 021,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113910 +113910,E00028476,8d2,Hard-Pressed Ethnic Mix,E01005624,Salford 017A,4c,Hampered neighbourhoods,E02001173,Salford 017,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113911 +113911,E00028512,8d2,Hard-Pressed Ethnic Mix,E01005633,Salford 020C,4c,Hampered neighbourhoods,E02001176,Salford 020,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113912 +113912,E00028539,8d2,Hard-Pressed Ethnic Mix,E01005633,Salford 020C,4c,Hampered neighbourhoods,E02001176,Salford 020,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113913 +113913,E00028546,8d2,Hard-Pressed Ethnic Mix,E01005640,Salford 029B,4c,Hampered neighbourhoods,E02001185,Salford 029,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113914 +113914,E00028565,8d2,Hard-Pressed Ethnic Mix,E01005644,Salford 029F,5b,Aspiring urban households,E02001185,Salford 029,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113915 +113915,E00028590,8d2,Hard-Pressed Ethnic Mix,E01005652,Salford 011C,4c,Hampered neighbourhoods,E02001167,Salford 011,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113916 +113916,E00028851,8d2,Hard-Pressed Ethnic Mix,E01005700,Salford 012F,3d,Households in terraces and flats,E02001168,Salford 012,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113917 +113917,E00028868,8d2,Hard-Pressed Ethnic Mix,E01005702,Salford 003A,5b,Aspiring urban households,E02001159,Salford 003,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113918 +113918,E00028869,8d2,Hard-Pressed Ethnic Mix,E01005706,Salford 002C,4c,Hampered neighbourhoods,E02001158,Salford 002,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113919 +113919,E00028873,8d2,Hard-Pressed Ethnic Mix,E01005708,Salford 002D,4c,Hampered neighbourhoods,E02001158,Salford 002,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113920 +113920,E00028891,8d2,Hard-Pressed Ethnic Mix,E01005704,Salford 002B,4a,Challenged white communities,E02001158,Salford 002,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113921 +113921,E00028899,8d2,Hard-Pressed Ethnic Mix,E01005706,Salford 002C,4c,Hampered neighbourhoods,E02001158,Salford 002,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113922 +113922,E00028904,8d2,Hard-Pressed Ethnic Mix,E01005706,Salford 002C,4c,Hampered neighbourhoods,E02001158,Salford 002,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113923 +113923,E00028914,8d2,Hard-Pressed Ethnic Mix,E01005709,Salford 004C,4c,Hampered neighbourhoods,E02001160,Salford 004,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113924 +113924,E00028925,8d2,Hard-Pressed Ethnic Mix,E01005714,Salford 007D,5d,Endeavouring social renters,E02001163,Salford 007,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113925 +113925,E00028949,8d2,Hard-Pressed Ethnic Mix,E01005709,Salford 004C,4c,Hampered neighbourhoods,E02001160,Salford 004,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113926 +113926,E00028982,8d2,Hard-Pressed Ethnic Mix,E01005720,Salford 021D,7a,Urban cultural mix,E02001177,Salford 021,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113927 +113927,E00029002,8d2,Hard-Pressed Ethnic Mix,E01005727,Salford 019C,3d,Households in terraces and flats,E02001175,Salford 019,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113928 +113928,E00029004,8d2,Hard-Pressed Ethnic Mix,E01005726,Salford 019B,4a,Challenged white communities,E02001175,Salford 019,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113929 +113929,E00029026,8d2,Hard-Pressed Ethnic Mix,E01005731,Salford 025C,4c,Hampered neighbourhoods,E02001181,Salford 025,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113930 +113930,E00029029,8d2,Hard-Pressed Ethnic Mix,E01005730,Salford 025B,5b,Aspiring urban households,E02001181,Salford 025,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113931 +113931,E00029034,8d2,Hard-Pressed Ethnic Mix,E01005725,Salford 019A,4c,Hampered neighbourhoods,E02001175,Salford 019,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113932 +113932,E00172942,8d2,Hard-Pressed Ethnic Mix,E01005702,Salford 003A,5b,Aspiring urban households,E02001159,Salford 003,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113933 +113933,E00028328,8d3,Hard-Pressed European Settlers,E01005601,Salford 026C,4b,Constrained renters,E02001182,Salford 026,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113934 +113934,E00028437,8d3,Hard-Pressed European Settlers,E01005620,Salford 030E,3a,Achieving neighbourhoods,E02001186,Salford 030,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113935 +113935,E00028447,8d3,Hard-Pressed European Settlers,E01005616,Salford 030A,4a,Challenged white communities,E02001186,Salford 030,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113936 +113936,E00028550,8d3,Hard-Pressed European Settlers,E01005639,Salford 029A,4c,Hampered neighbourhoods,E02001185,Salford 029,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113937 +113937,E00028552,8d3,Hard-Pressed European Settlers,E01005639,Salford 029A,4c,Hampered neighbourhoods,E02001185,Salford 029,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113938 +113938,E00028651,8d3,Hard-Pressed European Settlers,E01005662,Salford 004B,4c,Hampered neighbourhoods,E02001160,Salford 004,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113939 +113939,E00028658,8d3,Hard-Pressed European Settlers,E01005663,Salford 001C,4c,Hampered neighbourhoods,E02001157,Salford 001,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113940 +113940,E00028663,8d3,Hard-Pressed European Settlers,E01005664,Salford 001D,4c,Hampered neighbourhoods,E02001157,Salford 001,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113941 +113941,E00028705,8d3,Hard-Pressed European Settlers,E01005679,Salford 008D,4c,Hampered neighbourhoods,E02001164,Salford 008,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113942 +113942,E00028723,8d3,Hard-Pressed European Settlers,E01005679,Salford 008D,4c,Hampered neighbourhoods,E02001164,Salford 008,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113943 +113943,E00028350,8b1,Deprived Blue-Collar Terraces,E01005604,Salford 027B,4c,Hampered neighbourhoods,E02001183,Salford 027,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113944 +113944,E00028403,3c1,Constrained Neighbourhoods,E01005612,Salford 016C,7a,Urban cultural mix,E02001172,Salford 016,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113945 +113945,E00028455,8b1,Deprived Blue-Collar Terraces,E01005620,Salford 030E,3a,Achieving neighbourhoods,E02001186,Salford 030,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113946 +113946,E00028568,8b1,Deprived Blue-Collar Terraces,E01005644,Salford 029F,5b,Aspiring urban households,E02001185,Salford 029,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113947 +113947,E00028613,8b1,Deprived Blue-Collar Terraces,E01005657,Salford 023C,4c,Hampered neighbourhoods,E02001179,Salford 023,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113948 +113948,E00028621,8b1,Deprived Blue-Collar Terraces,E01005656,Salford 023B,4c,Hampered neighbourhoods,E02001179,Salford 023,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113949 +113949,E00028630,8b1,Deprived Blue-Collar Terraces,E01005657,Salford 023C,4c,Hampered neighbourhoods,E02001179,Salford 023,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113950 +113950,E00028733,8b1,Deprived Blue-Collar Terraces,E01005672,Salford 005B,3d,Households in terraces and flats,E02001161,Salford 005,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113951 +113951,E00028735,8b1,Deprived Blue-Collar Terraces,E01005672,Salford 005B,3d,Households in terraces and flats,E02001161,Salford 005,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113952 +113952,E00028738,8b1,Deprived Blue-Collar Terraces,E01005671,Salford 012A,4c,Hampered neighbourhoods,E02001168,Salford 012,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113953 +113953,E00028739,8b1,Deprived Blue-Collar Terraces,E01005673,Salford 008A,4c,Hampered neighbourhoods,E02001164,Salford 008,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113954 +113954,E00028741,8b1,Deprived Blue-Collar Terraces,E01005674,Salford 012B,4a,Challenged white communities,E02001168,Salford 012,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113955 +113955,E00028794,8b1,Deprived Blue-Collar Terraces,E01005693,Salford 009D,5b,Aspiring urban households,E02001165,Salford 009,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113956 +113956,E00028797,8b1,Deprived Blue-Collar Terraces,E01005693,Salford 009D,5b,Aspiring urban households,E02001165,Salford 009,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113957 +113957,E00028799,8b1,Deprived Blue-Collar Terraces,E01005693,Salford 009D,5b,Aspiring urban households,E02001165,Salford 009,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113958 +113958,E00028805,8b1,Deprived Blue-Collar Terraces,E01005687,Salford 009A,5b,Aspiring urban households,E02001165,Salford 009,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113959 +113959,E00028806,8b1,Deprived Blue-Collar Terraces,E01005688,Salford 006B,4c,Hampered neighbourhoods,E02001162,Salford 006,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113960 +113960,E00028807,8b1,Deprived Blue-Collar Terraces,E01005686,Salford 006A,4c,Hampered neighbourhoods,E02001162,Salford 006,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113961 +113961,E00028820,8b1,Deprived Blue-Collar Terraces,E01005687,Salford 009A,5b,Aspiring urban households,E02001165,Salford 009,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113962 +113962,E00028830,8b1,Deprived Blue-Collar Terraces,E01005700,Salford 012F,3d,Households in terraces and flats,E02001168,Salford 012,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113963 +113963,E00028892,8b1,Deprived Blue-Collar Terraces,E01005704,Salford 002B,4a,Challenged white communities,E02001158,Salford 002,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113964 +113964,E00028894,8b1,Deprived Blue-Collar Terraces,E01005702,Salford 003A,5b,Aspiring urban households,E02001159,Salford 003,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113965 +113965,E00028895,8b1,Deprived Blue-Collar Terraces,E01005707,Salford 003C,4c,Hampered neighbourhoods,E02001159,Salford 003,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113966 +113966,E00028898,8b1,Deprived Blue-Collar Terraces,E01005704,Salford 002B,4a,Challenged white communities,E02001158,Salford 002,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113967 +113967,E00028907,8b1,Deprived Blue-Collar Terraces,E01005705,Salford 003B,5b,Aspiring urban households,E02001159,Salford 003,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113968 +113968,E00028981,8b1,Deprived Blue-Collar Terraces,E01005720,Salford 021D,7a,Urban cultural mix,E02001177,Salford 021,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113969 +113969,E00029016,8b1,Deprived Blue-Collar Terraces,E01005728,Salford 019D,5b,Aspiring urban households,E02001175,Salford 019,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113970 +113970,E00029017,8b1,Deprived Blue-Collar Terraces,E01005730,Salford 025B,5b,Aspiring urban households,E02001181,Salford 025,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113971 +113971,E00172966,8b1,Deprived Blue-Collar Terraces,E01005675,Salford 008B,3d,Households in terraces and flats,E02001164,Salford 008,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113972 +113972,E00028360,7b2,Deprived Neighbourhoods,E01005599,Salford 026A,7a,Urban cultural mix,E02001182,Salford 026,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113973 +113973,E00028379,7b2,Deprived Neighbourhoods,E01032907,Salford 022H,1a,Cosmopolitan student neighbourhoods,E02001178,Salford 022,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113974 +113974,E00028405,3c1,Constrained Neighbourhoods,E01005612,Salford 016C,7a,Urban cultural mix,E02001172,Salford 016,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113975 +113975,E00028412,3c1,Constrained Neighbourhoods,E01005612,Salford 016C,7a,Urban cultural mix,E02001172,Salford 016,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113976 +113976,E00028532,3c1,Constrained Neighbourhoods,E01005631,Salford 020A,4d,Hard-pressed flat dwellers,E02001176,Salford 020,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113977 +113977,E00028615,3c1,Constrained Neighbourhoods,E01005658,Salford 024B,4c,Hampered neighbourhoods,E02001180,Salford 024,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113978 +113978,E00028684,3c1,Constrained Neighbourhoods,E01005667,Salford 028B,4c,Hampered neighbourhoods,E02001184,Salford 028,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113979 +113979,E00028752,3c1,Constrained Neighbourhoods,E01005682,Salford 024D,6a,Inner city cosmopolitan,E02001180,Salford 024,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113980 +113980,E00028756,3c1,Constrained Neighbourhoods,E01005680,Salford 017B,4c,Hampered neighbourhoods,E02001173,Salford 017,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113981 +113981,E00028764,3c1,Constrained Neighbourhoods,E01005682,Salford 024D,6a,Inner city cosmopolitan,E02001180,Salford 024,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113982 +113982,E00028766,3c1,Constrained Neighbourhoods,E01005682,Salford 024D,6a,Inner city cosmopolitan,E02001180,Salford 024,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113983 +113983,E00028768,3c1,Constrained Neighbourhoods,E01005682,Salford 024D,6a,Inner city cosmopolitan,E02001180,Salford 024,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113984 +113984,E00029021,3c1,Constrained Neighbourhoods,E01005729,Salford 025A,4c,Hampered neighbourhoods,E02001181,Salford 025,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113985 +113985,E00172984,3c1,Constrained Neighbourhoods,E01005655,Salford 024A,6a,Inner city cosmopolitan,E02001180,Salford 024,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113986 +113986,E00172996,3c1,Constrained Neighbourhoods,E01005681,Salford 024C,1a,Cosmopolitan student neighbourhoods,E02001180,Salford 024,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113987 +113987,E00172999,3c1,Constrained Neighbourhoods,E01005609,Salford 016A,7a,Urban cultural mix,E02001172,Salford 016,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113988 +113988,E00028446,7c2,Constrained Young Families,E01005616,Salford 030A,4a,Challenged white communities,E02001186,Salford 030,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113989 +113989,E00028506,7c2,Constrained Young Families,E01005633,Salford 020C,4c,Hampered neighbourhoods,E02001176,Salford 020,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113990 +113990,E00028628,7c2,Constrained Young Families,E01005658,Salford 024B,4c,Hampered neighbourhoods,E02001180,Salford 024,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113991 +113991,E00028661,7c2,Constrained Young Families,E01005665,Salford 001E,4c,Hampered neighbourhoods,E02001157,Salford 001,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113992 +113992,E00028662,7c2,Constrained Young Families,E01005665,Salford 001E,4c,Hampered neighbourhoods,E02001157,Salford 001,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113993 +113993,E00028701,7c2,Constrained Young Families,E01005671,Salford 012A,4c,Hampered neighbourhoods,E02001168,Salford 012,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113994 +113994,E00028760,7c2,Constrained Young Families,E01005680,Salford 017B,4c,Hampered neighbourhoods,E02001173,Salford 017,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113995 +113995,E00028773,7c2,Constrained Young Families,E01005683,Salford 017C,4c,Hampered neighbourhoods,E02001173,Salford 017,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113996 +113996,E00028876,7c2,Constrained Young Families,E01005703,Salford 002A,4c,Hampered neighbourhoods,E02001158,Salford 002,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113997 +113997,E00028880,7c2,Constrained Young Families,E01005707,Salford 003C,4c,Hampered neighbourhoods,E02001159,Salford 003,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113998 +113998,E00028882,7c2,Constrained Young Families,E01005705,Salford 003B,5b,Aspiring urban households,E02001159,Salford 003,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,113999 +113999,E00028457,5b1,Delayed Retirement,E01005628,Salford 018D,3d,Households in terraces and flats,E02001174,Salford 018,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114000 +114000,E00028334,7a1,Transitional Eastern European Neighbourhoods,E01005602,Salford 026D,4d,Hard-pressed flat dwellers,E02001182,Salford 026,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114001 +114001,E00028355,7a1,Transitional Eastern European Neighbourhoods,E01005599,Salford 026A,7a,Urban cultural mix,E02001182,Salford 026,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114002 +114002,E00028363,7a1,Transitional Eastern European Neighbourhoods,E01005600,Salford 026B,4c,Hampered neighbourhoods,E02001182,Salford 026,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114003 +114003,E00028526,7a1,Transitional Eastern European Neighbourhoods,E01005635,Salford 020E,3c,Highly qualified professionals,E02001176,Salford 020,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114004 +114004,E00028547,7a1,Transitional Eastern European Neighbourhoods,E01005639,Salford 029A,4c,Hampered neighbourhoods,E02001185,Salford 029,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114005 +114005,E00168578,2d1,Urban Cultural Mix,E01032685,Salford 028E,1a,Cosmopolitan student neighbourhoods,E02001184,Salford 028,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114006 +114006,E00028860,6b2,White Suburban Communities,E01005696,Salford 012D,5b,Aspiring urban households,E02001168,Salford 012,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114007 +114007,E00168579,2d1,Urban Cultural Mix,E01032686,Salford 028F,1a,Cosmopolitan student neighbourhoods,E02001184,Salford 028,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114008 +114008,E00172938,2d1,Urban Cultural Mix,E01032685,Salford 028E,1a,Cosmopolitan student neighbourhoods,E02001184,Salford 028,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114009 +114009,E00172952,2d1,Urban Cultural Mix,E01032685,Salford 028E,1a,Cosmopolitan student neighbourhoods,E02001184,Salford 028,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114010 +114010,E00028924,6b2,White Suburban Communities,E01005715,Salford 007E,8c,Comfortable suburbia,E02001163,Salford 007,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114011 +114011,E00172974,2d1,Urban Cultural Mix,E01005720,Salford 021D,7a,Urban cultural mix,E02001177,Salford 021,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114012 +114012,E00028729,7a3,Multi-Ethnic Hardship,E01005670,Salford 005A,4c,Hampered neighbourhoods,E02001161,Salford 005,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114013 +114013,E00028930,6b2,White Suburban Communities,E01005713,Salford 007C,8b,Ageing suburbanites,E02001163,Salford 007,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114014 +114014,E00028351,5a1,White Professionals,E01005604,Salford 027B,4c,Hampered neighbourhoods,E02001183,Salford 027,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114015 +114015,E00028753,7a3,Multi-Ethnic Hardship,E01032919,Salford 017F,1a,Cosmopolitan student neighbourhoods,E02001173,Salford 017,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114016 +114016,E00028932,6b2,White Suburban Communities,E01005714,Salford 007D,5d,Endeavouring social renters,E02001163,Salford 007,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114017 +114017,E00028429,5a1,White Professionals,E01005619,Salford 030D,5d,Endeavouring social renters,E02001186,Salford 030,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114018 +114018,E00028770,7a3,Multi-Ethnic Hardship,E01005683,Salford 017C,4c,Hampered neighbourhoods,E02001173,Salford 017,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114019 +114019,E00028502,5b3,Self-Sufficient Retirement,E01005636,Salford 020F,3c,Highly qualified professionals,E02001176,Salford 020,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114020 +114020,E00028465,6b1,Multi-Ethnic Suburbia,E01005627,Salford 015B,8c,Comfortable suburbia,E02001171,Salford 015,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114021 +114021,E00028888,8d1,Young Hard-Pressed Families,E01005703,Salford 002A,4c,Hampered neighbourhoods,E02001158,Salford 002,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114022 +114022,E00028935,6b2,White Suburban Communities,E01005715,Salford 007E,8c,Comfortable suburbia,E02001163,Salford 007,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114023 +114023,E00028938,6b2,White Suburban Communities,E01005713,Salford 007C,8b,Ageing suburbanites,E02001163,Salford 007,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114024 +114024,E00028946,6b2,White Suburban Communities,E01005716,Salford 013A,8c,Comfortable suburbia,E02001169,Salford 013,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114025 +114025,E00028948,6b2,White Suburban Communities,E01005718,Salford 007F,5c,Comfortable neighbourhoods,E02001163,Salford 007,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114026 +114026,E00028951,6b2,White Suburban Communities,E01005710,Salford 004D,8b,Ageing suburbanites,E02001160,Salford 004,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114027 +114027,E00028952,6b2,White Suburban Communities,E01005718,Salford 007F,5c,Comfortable neighbourhoods,E02001163,Salford 007,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114028 +114028,E00028956,6b2,White Suburban Communities,E01005711,Salford 007A,5b,Aspiring urban households,E02001163,Salford 007,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114029 +114029,E00029042,6b2,White Suburban Communities,E01005739,Salford 013G,8c,Comfortable suburbia,E02001169,Salford 013,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114030 +114030,E00029045,6b2,White Suburban Communities,E01005737,Salford 013F,8c,Comfortable suburbia,E02001169,Salford 013,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114031 +114031,E00029049,6b2,White Suburban Communities,E01005742,Salford 014F,5b,Aspiring urban households,E02001170,Salford 014,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114032 +114032,E00029053,6b2,White Suburban Communities,E01005741,Salford 014E,8a,Affluent communities,E02001170,Salford 014,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114033 +114033,E00029055,6b2,White Suburban Communities,E01005741,Salford 014E,8a,Affluent communities,E02001170,Salford 014,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114034 +114034,E00029059,6b2,White Suburban Communities,E01005736,Salford 013E,8c,Comfortable suburbia,E02001169,Salford 013,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114035 +114035,E00029065,6b2,White Suburban Communities,E01005736,Salford 013E,8c,Comfortable suburbia,E02001169,Salford 013,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114036 +114036,E00029069,6b2,White Suburban Communities,E01005738,Salford 014C,8a,Affluent communities,E02001170,Salford 014,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114037 +114037,E00029074,6b2,White Suburban Communities,E01005739,Salford 013G,8c,Comfortable suburbia,E02001169,Salford 013,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114038 +114038,E00029078,6b2,White Suburban Communities,E01005738,Salford 014C,8a,Affluent communities,E02001170,Salford 014,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114039 +114039,E00029081,6b2,White Suburban Communities,E01005740,Salford 014D,8c,Comfortable suburbia,E02001170,Salford 014,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114040 +114040,E00172954,6b2,White Suburban Communities,E01005620,Salford 030E,3a,Achieving neighbourhoods,E02001186,Salford 030,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114041 +114041,E00172959,6b2,White Suburban Communities,E01005620,Salford 030E,3a,Achieving neighbourhoods,E02001186,Salford 030,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114042 +114042,E00173015,6b2,White Suburban Communities,E01005651,Salford 010D,3d,Households in terraces and flats,E02001166,Salford 010,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114043 +114043,E00028411,3a2,Young Families and Students,E01005615,Salford 016F,7a,Urban cultural mix,E02001172,Salford 016,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114044 +114044,E00028416,3a2,Young Families and Students,E01005611,Salford 016B,7a,Urban cultural mix,E02001172,Salford 016,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114045 +114045,E00028497,3a2,Young Families and Students,E01005628,Salford 018D,3d,Households in terraces and flats,E02001174,Salford 018,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114046 +114046,E00028598,3a2,Young Families and Students,E01005650,Salford 010C,7a,Urban cultural mix,E02001166,Salford 010,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114047 +114047,E00028968,3a2,Young Families and Students,E01005719,Salford 021C,1a,Cosmopolitan student neighbourhoods,E02001177,Salford 021,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114048 +114048,E00171973,3a2,Young Families and Students,E01005613,Salford 016D,7a,Urban cultural mix,E02001172,Salford 016,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114049 +114049,E00173001,3a2,Young Families and Students,E01005609,Salford 016A,7a,Urban cultural mix,E02001172,Salford 016,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114050 +114050,E00028381,8d1,Young Hard-Pressed Families,E01032907,Salford 022H,1a,Cosmopolitan student neighbourhoods,E02001178,Salford 022,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114051 +114051,E00028385,8d1,Young Hard-Pressed Families,E01005609,Salford 016A,7a,Urban cultural mix,E02001172,Salford 016,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114052 +114052,E00028395,8d1,Young Hard-Pressed Families,E01005610,Salford 022D,4c,Hampered neighbourhoods,E02001178,Salford 022,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114053 +114053,E00028449,8d1,Young Hard-Pressed Families,E01005618,Salford 030C,4a,Challenged white communities,E02001186,Salford 030,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114054 +114054,E00028459,8d1,Young Hard-Pressed Families,E01005624,Salford 017A,4c,Hampered neighbourhoods,E02001173,Salford 017,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114055 +114055,E00028478,8d1,Young Hard-Pressed Families,E01005624,Salford 017A,4c,Hampered neighbourhoods,E02001173,Salford 017,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114056 +114056,E00028556,8d1,Young Hard-Pressed Families,E01005639,Salford 029A,4c,Hampered neighbourhoods,E02001185,Salford 029,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114057 +114057,E00028620,8d1,Young Hard-Pressed Families,E01005658,Salford 024B,4c,Hampered neighbourhoods,E02001180,Salford 024,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114058 +114058,E00028642,8d1,Young Hard-Pressed Families,E01005665,Salford 001E,4c,Hampered neighbourhoods,E02001157,Salford 001,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114059 +114059,E00028645,8d1,Young Hard-Pressed Families,E01005662,Salford 004B,4c,Hampered neighbourhoods,E02001160,Salford 004,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114060 +114060,E00028665,8d1,Young Hard-Pressed Families,E01005665,Salford 001E,4c,Hampered neighbourhoods,E02001157,Salford 001,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114061 +114061,E00028667,8d1,Young Hard-Pressed Families,E01005660,Salford 001B,4a,Challenged white communities,E02001157,Salford 001,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114062 +114062,E00028670,8d1,Young Hard-Pressed Families,E01005659,Salford 001A,4a,Challenged white communities,E02001157,Salford 001,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114063 +114063,E00028673,8d1,Young Hard-Pressed Families,E01005660,Salford 001B,4a,Challenged white communities,E02001157,Salford 001,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114064 +114064,E00028695,8d1,Young Hard-Pressed Families,E01005667,Salford 028B,4c,Hampered neighbourhoods,E02001184,Salford 028,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114065 +114065,E00028772,8d1,Young Hard-Pressed Families,E01005683,Salford 017C,4c,Hampered neighbourhoods,E02001173,Salford 017,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114066 +114066,E00028781,8d1,Young Hard-Pressed Families,E01005683,Salford 017C,4c,Hampered neighbourhoods,E02001173,Salford 017,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114067 +114067,E00028865,8d1,Young Hard-Pressed Families,E01005696,Salford 012D,5b,Aspiring urban households,E02001168,Salford 012,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114068 +114068,E00028697,4a1,Private Renting Young Families,E01032915,Salford 028I,7a,Urban cultural mix,E02001184,Salford 028,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114069 +114069,E00029051,6b3,Semi-Detached Ageing,E01005737,Salford 013F,8c,Comfortable suburbia,E02001169,Salford 013,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114070 +114070,E00028482,6b1,Multi-Ethnic Suburbia,E01005626,Salford 018C,8b,Ageing suburbanites,E02001174,Salford 018,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114071 +114071,E00029052,6b3,Semi-Detached Ageing,E01005735,Salford 013D,8b,Ageing suburbanites,E02001169,Salford 013,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114072 +114072,E00028893,8d1,Young Hard-Pressed Families,E01005703,Salford 002A,4c,Hampered neighbourhoods,E02001158,Salford 002,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114073 +114073,E00028715,4a1,Private Renting Young Families,E01005678,Salford 008C,4c,Hampered neighbourhoods,E02001164,Salford 008,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114074 +114074,E00028587,5b3,Self-Sufficient Retirement,E01005650,Salford 010C,7a,Urban cultural mix,E02001166,Salford 010,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114075 +114075,E00028776,7a3,Multi-Ethnic Hardship,E01005683,Salford 017C,4c,Hampered neighbourhoods,E02001173,Salford 017,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114076 +114076,E00029054,6b3,Semi-Detached Ageing,E01005735,Salford 013D,8b,Ageing suburbanites,E02001169,Salford 013,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114077 +114077,E00028483,6b1,Multi-Ethnic Suburbia,E01005626,Salford 018C,8b,Ageing suburbanites,E02001174,Salford 018,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114078 +114078,E00028906,8d1,Young Hard-Pressed Families,E01005707,Salford 003C,4c,Hampered neighbourhoods,E02001159,Salford 003,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114079 +114079,E00028755,4a1,Private Renting Young Families,E01005680,Salford 017B,4c,Hampered neighbourhoods,E02001173,Salford 017,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114080 +114080,E00028759,4a1,Private Renting Young Families,E01005681,Salford 024C,1a,Cosmopolitan student neighbourhoods,E02001180,Salford 024,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114081 +114081,E00028464,5a1,White Professionals,E01005623,Salford 018B,8c,Comfortable suburbia,E02001174,Salford 018,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114082 +114082,E00028767,4a1,Private Renting Young Families,E01005682,Salford 024D,6a,Inner city cosmopolitan,E02001180,Salford 024,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114083 +114083,E00028790,4a1,Private Renting Young Families,E01005689,Salford 009B,4c,Hampered neighbourhoods,E02001165,Salford 009,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114084 +114084,E00028801,4a1,Private Renting Young Families,E01005688,Salford 006B,4c,Hampered neighbourhoods,E02001162,Salford 006,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114085 +114085,E00028810,4a1,Private Renting Young Families,E01005686,Salford 006A,4c,Hampered neighbourhoods,E02001162,Salford 006,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114086 +114086,E00028811,4a1,Private Renting Young Families,E01005689,Salford 009B,4c,Hampered neighbourhoods,E02001165,Salford 009,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114087 +114087,E00028814,4a1,Private Renting Young Families,E01005689,Salford 009B,4c,Hampered neighbourhoods,E02001165,Salford 009,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114088 +114088,E00028875,4a1,Private Renting Young Families,E01005707,Salford 003C,4c,Hampered neighbourhoods,E02001159,Salford 003,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114089 +114089,E00028901,4a1,Private Renting Young Families,E01005708,Salford 002D,4c,Hampered neighbourhoods,E02001158,Salford 002,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114090 +114090,E00028962,4a1,Private Renting Young Families,E01005723,Salford 021F,4c,Hampered neighbourhoods,E02001177,Salford 021,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114091 +114091,E00028967,4a1,Private Renting Young Families,E01005722,Salford 021E,4c,Hampered neighbourhoods,E02001177,Salford 021,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114092 +114092,E00028974,4a1,Private Renting Young Families,E01005719,Salford 021C,1a,Cosmopolitan student neighbourhoods,E02001177,Salford 021,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114093 +114093,E00028975,4a1,Private Renting Young Families,E01005722,Salford 021E,4c,Hampered neighbourhoods,E02001177,Salford 021,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114094 +114094,E00028983,4a1,Private Renting Young Families,E01005722,Salford 021E,4c,Hampered neighbourhoods,E02001177,Salford 021,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114095 +114095,E00028985,4a1,Private Renting Young Families,E01005722,Salford 021E,4c,Hampered neighbourhoods,E02001177,Salford 021,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114096 +114096,E00029007,4a1,Private Renting Young Families,E01005725,Salford 019A,4c,Hampered neighbourhoods,E02001175,Salford 019,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114097 +114097,E00172982,4a1,Private Renting Young Families,E01005655,Salford 024A,6a,Inner city cosmopolitan,E02001180,Salford 024,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114098 +114098,E00028448,8c3,Renting Hard-Pressed Workers,E01005618,Salford 030C,4a,Challenged white communities,E02001186,Salford 030,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114099 +114099,E00028451,8c3,Renting Hard-Pressed Workers,E01005616,Salford 030A,4a,Challenged white communities,E02001186,Salford 030,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114100 +114100,E00028656,5b3,Self-Sufficient Retirement,E01005663,Salford 001C,4c,Hampered neighbourhoods,E02001157,Salford 001,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114101 +114101,E00028778,7a3,Multi-Ethnic Hardship,E01032919,Salford 017F,1a,Cosmopolitan student neighbourhoods,E02001173,Salford 017,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114102 +114102,E00029058,6b3,Semi-Detached Ageing,E01005734,Salford 013C,5a,Ageing urban communities,E02001169,Salford 013,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114103 +114103,E00028494,6b1,Multi-Ethnic Suburbia,E01005628,Salford 018D,3d,Households in terraces and flats,E02001174,Salford 018,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114104 +114104,E00028912,8d1,Young Hard-Pressed Families,E01005709,Salford 004C,4c,Hampered neighbourhoods,E02001160,Salford 004,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114105 +114105,E00028516,8c3,Renting Hard-Pressed Workers,E01005633,Salford 020C,4c,Hampered neighbourhoods,E02001176,Salford 020,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114106 +114106,E00028674,8c3,Renting Hard-Pressed Workers,E01005660,Salford 001B,4a,Challenged white communities,E02001157,Salford 001,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114107 +114107,E00028702,8c3,Renting Hard-Pressed Workers,E01005674,Salford 012B,4a,Challenged white communities,E02001168,Salford 012,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114108 +114108,E00028710,8c3,Renting Hard-Pressed Workers,E01005677,Salford 005D,5c,Comfortable neighbourhoods,E02001161,Salford 005,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114109 +114109,E00028785,8c3,Renting Hard-Pressed Workers,E01005691,Salford 006C,5c,Comfortable neighbourhoods,E02001162,Salford 006,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114110 +114110,E00028841,8c3,Renting Hard-Pressed Workers,E01005698,Salford 012E,4c,Hampered neighbourhoods,E02001168,Salford 012,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114111 +114111,E00028883,8c3,Renting Hard-Pressed Workers,E01005705,Salford 003B,5b,Aspiring urban households,E02001159,Salford 003,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114112 +114112,E00028889,8c3,Renting Hard-Pressed Workers,E01005704,Salford 002B,4a,Challenged white communities,E02001158,Salford 002,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114113 +114113,E00029019,8c3,Renting Hard-Pressed Workers,E01005728,Salford 019D,5b,Aspiring urban households,E02001175,Salford 019,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114114 +114114,E00029030,8c3,Renting Hard-Pressed Workers,E01005730,Salford 025B,5b,Aspiring urban households,E02001181,Salford 025,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114115 +114115,E00028413,7d3,Retired Communal City Dwellers,E01005615,Salford 016F,7a,Urban cultural mix,E02001172,Salford 016,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114116 +114116,E00028501,7d3,Retired Communal City Dwellers,E01005631,Salford 020A,4d,Hard-pressed flat dwellers,E02001176,Salford 020,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114117 +114117,E00028530,7d3,Retired Communal City Dwellers,E01005636,Salford 020F,3c,Highly qualified professionals,E02001176,Salford 020,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114118 +114118,E00028913,7d3,Retired Communal City Dwellers,E01005718,Salford 007F,5c,Comfortable neighbourhoods,E02001163,Salford 007,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114119 +114119,E00028963,7d3,Retired Communal City Dwellers,E01005724,Salford 021G,5a,Ageing urban communities,E02001177,Salford 021,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114120 +114120,E00028361,7d2,Retired Independent City Dwellers,E01005602,Salford 026D,4d,Hard-pressed flat dwellers,E02001182,Salford 026,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114121 +114121,E00028436,7d2,Retired Independent City Dwellers,E01005621,Salford 030F,5e,Primary sector workers,E02001186,Salford 030,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114122 +114122,E00028505,7d2,Retired Independent City Dwellers,E01005631,Salford 020A,4d,Hard-pressed flat dwellers,E02001176,Salford 020,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114123 +114123,E00028529,7d2,Retired Independent City Dwellers,E01005631,Salford 020A,4d,Hard-pressed flat dwellers,E02001176,Salford 020,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114124 +114124,E00028659,7d2,Retired Independent City Dwellers,E01005665,Salford 001E,4c,Hampered neighbourhoods,E02001157,Salford 001,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114125 +114125,E00028709,7d2,Retired Independent City Dwellers,E01005671,Salford 012A,4c,Hampered neighbourhoods,E02001168,Salford 012,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114126 +114126,E00028761,7d2,Retired Independent City Dwellers,E01005682,Salford 024D,6a,Inner city cosmopolitan,E02001180,Salford 024,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114127 +114127,E00028793,7d2,Retired Independent City Dwellers,E01005692,Salford 006D,4d,Hard-pressed flat dwellers,E02001162,Salford 006,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114128 +114128,E00028969,7d2,Retired Independent City Dwellers,E01005721,Salford 023D,4c,Hampered neighbourhoods,E02001179,Salford 023,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114129 +114129,E00028980,7d2,Retired Independent City Dwellers,E01005719,Salford 021C,1a,Cosmopolitan student neighbourhoods,E02001177,Salford 021,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114130 +114130,E00028433,1a1,Rural Workers and Families,E01005621,Salford 030F,5e,Primary sector workers,E02001186,Salford 030,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114131 +114131,E00028438,5b3,Self-Sufficient Retirement,E01005621,Salford 030F,5e,Primary sector workers,E02001186,Salford 030,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114132 +114132,E00028458,5b3,Self-Sufficient Retirement,E01005629,Salford 021A,5c,Comfortable neighbourhoods,E02001177,Salford 021,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114133 +114133,E00028792,5b3,Self-Sufficient Retirement,E01005691,Salford 006C,5c,Comfortable neighbourhoods,E02001162,Salford 006,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114134 +114134,E00028789,7a3,Multi-Ethnic Hardship,E01005686,Salford 006A,4c,Hampered neighbourhoods,E02001162,Salford 006,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114135 +114135,E00029060,6b3,Semi-Detached Ageing,E01005742,Salford 014F,5b,Aspiring urban households,E02001170,Salford 014,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114136 +114136,E00028916,8d1,Young Hard-Pressed Families,E01005712,Salford 007B,4c,Hampered neighbourhoods,E02001163,Salford 007,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114137 +114137,E00028495,6b1,Multi-Ethnic Suburbia,E01005629,Salford 021A,5c,Comfortable neighbourhoods,E02001177,Salford 021,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114138 +114138,E00028468,5a1,White Professionals,E01005627,Salford 015B,8c,Comfortable suburbia,E02001171,Salford 015,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114139 +114139,E00028507,5a1,White Professionals,E01005634,Salford 020D,8c,Comfortable suburbia,E02001176,Salford 020,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114140 +114140,E00028511,5a1,White Professionals,E01005637,Salford 020G,3d,Households in terraces and flats,E02001176,Salford 020,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114141 +114141,E00028517,5a1,White Professionals,E01005634,Salford 020D,8c,Comfortable suburbia,E02001176,Salford 020,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114142 +114142,E00028544,5a1,White Professionals,E01005644,Salford 029F,5b,Aspiring urban households,E02001185,Salford 029,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114143 +114143,E00028567,5a1,White Professionals,E01005645,Salford 029G,8b,Ageing suburbanites,E02001185,Salford 029,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114144 +114144,E00028728,5a1,White Professionals,E01005672,Salford 005B,3d,Households in terraces and flats,E02001161,Salford 005,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114145 +114145,E00028802,5a1,White Professionals,E01005693,Salford 009D,5b,Aspiring urban households,E02001165,Salford 009,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114146 +114146,E00028816,5a1,White Professionals,E01005687,Salford 009A,5b,Aspiring urban households,E02001165,Salford 009,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114147 +114147,E00028832,5a1,White Professionals,E01005700,Salford 012F,3d,Households in terraces and flats,E02001168,Salford 012,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114148 +114148,E00028863,5a1,White Professionals,E01005695,Salford 014A,8a,Affluent communities,E02001170,Salford 014,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114149 +114149,E00028884,5a1,White Professionals,E01005705,Salford 003B,5b,Aspiring urban households,E02001159,Salford 003,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114150 +114150,E00028919,5a1,White Professionals,E01005711,Salford 007A,5b,Aspiring urban households,E02001163,Salford 007,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114151 +114151,E00028921,5a1,White Professionals,E01005718,Salford 007F,5c,Comfortable neighbourhoods,E02001163,Salford 007,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114152 +114152,E00028954,5a1,White Professionals,E01005712,Salford 007B,4c,Hampered neighbourhoods,E02001163,Salford 007,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114153 +114153,E00028955,5a1,White Professionals,E01005711,Salford 007A,5b,Aspiring urban households,E02001163,Salford 007,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114154 +114154,E00028957,5a1,White Professionals,E01005711,Salford 007A,5b,Aspiring urban households,E02001163,Salford 007,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114155 +114155,E00029009,5a1,White Professionals,E01005726,Salford 019B,4a,Challenged white communities,E02001175,Salford 019,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114156 +114156,E00029012,5a1,White Professionals,E01005726,Salford 019B,4a,Challenged white communities,E02001175,Salford 019,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114157 +114157,E00029018,5a1,White Professionals,E01005728,Salford 019D,5b,Aspiring urban households,E02001175,Salford 019,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114158 +114158,E00029041,5a1,White Professionals,E01005734,Salford 013C,5a,Ageing urban communities,E02001169,Salford 013,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114159 +114159,E00029056,5a1,White Professionals,E01005736,Salford 013E,8c,Comfortable suburbia,E02001169,Salford 013,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114160 +114160,E00029062,5a1,White Professionals,E01005742,Salford 014F,5b,Aspiring urban households,E02001170,Salford 014,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114161 +114161,E00029067,5a1,White Professionals,E01005742,Salford 014F,5b,Aspiring urban households,E02001170,Salford 014,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114162 +114162,E00029070,5a1,White Professionals,E01005734,Salford 013C,5a,Ageing urban communities,E02001169,Salford 013,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114163 +114163,E00029076,5a1,White Professionals,E01005738,Salford 014C,8a,Affluent communities,E02001170,Salford 014,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114164 +114164,E00028569,6b1,Multi-Ethnic Suburbia,E01005644,Salford 029F,5b,Aspiring urban households,E02001185,Salford 029,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114165 +114165,E00029079,6b3,Semi-Detached Ageing,E01005738,Salford 014C,8a,Affluent communities,E02001170,Salford 014,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114166 +114166,E00028800,5b3,Self-Sufficient Retirement,E01005691,Salford 006C,5c,Comfortable neighbourhoods,E02001162,Salford 006,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114167 +114167,E00028823,7a3,Multi-Ethnic Hardship,E01005692,Salford 006D,4d,Hard-pressed flat dwellers,E02001162,Salford 006,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114168 +114168,E00028950,8d1,Young Hard-Pressed Families,E01005710,Salford 004D,8b,Ageing suburbanites,E02001160,Salford 004,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114169 +114169,E00028441,6b2,White Suburban Communities,E01005617,Salford 030B,5d,Endeavouring social renters,E02001186,Salford 030,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114170 +114170,E00028514,6b2,White Suburban Communities,E01005634,Salford 020D,8c,Comfortable suburbia,E02001176,Salford 020,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114171 +114171,E00028560,6b2,White Suburban Communities,E01005642,Salford 029D,8c,Comfortable suburbia,E02001185,Salford 029,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114172 +114172,E00028566,6b2,White Suburban Communities,E01005644,Salford 029F,5b,Aspiring urban households,E02001185,Salford 029,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114173 +114173,E00028746,6b2,White Suburban Communities,E01005675,Salford 008B,3d,Households in terraces and flats,E02001164,Salford 008,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114174 +114174,E00028787,6b2,White Suburban Communities,E01005693,Salford 009D,5b,Aspiring urban households,E02001165,Salford 009,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114175 +114175,E00028804,6b2,White Suburban Communities,E01005686,Salford 006A,4c,Hampered neighbourhoods,E02001162,Salford 006,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114176 +114176,E00028833,6b2,White Suburban Communities,E01005697,Salford 014B,8c,Comfortable suburbia,E02001170,Salford 014,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114177 +114177,E00028843,6b2,White Suburban Communities,E01005697,Salford 014B,8c,Comfortable suburbia,E02001170,Salford 014,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114178 +114178,E00028852,6b2,White Suburban Communities,E01005696,Salford 012D,5b,Aspiring urban households,E02001168,Salford 012,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114179 +114179,E00028856,6b2,White Suburban Communities,E01005695,Salford 014A,8a,Affluent communities,E02001170,Salford 014,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114180 +114180,E00028330,4a2,Social Renting New Arrivals,E01005603,Salford 027A,4c,Hampered neighbourhoods,E02001183,Salford 027,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114181 +114181,E00028866,5b3,Self-Sufficient Retirement,E01005699,Salford 015C,8b,Ageing suburbanites,E02001171,Salford 015,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114182 +114182,E00028339,4a2,Social Renting New Arrivals,E01005603,Salford 027A,4c,Hampered neighbourhoods,E02001183,Salford 027,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114183 +114183,E00028972,5b3,Self-Sufficient Retirement,E01005724,Salford 021G,5a,Ageing urban communities,E02001177,Salford 021,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114184 +114184,E00028359,4a2,Social Renting New Arrivals,E01005603,Salford 027A,4c,Hampered neighbourhoods,E02001183,Salford 027,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114185 +114185,E00029039,5b3,Self-Sufficient Retirement,E01005734,Salford 013C,5a,Ageing urban communities,E02001169,Salford 013,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114186 +114186,E00028362,4a2,Social Renting New Arrivals,E01005600,Salford 026B,4c,Hampered neighbourhoods,E02001182,Salford 026,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114187 +114187,E00028365,4a2,Social Renting New Arrivals,E01005599,Salford 026A,7a,Urban cultural mix,E02001182,Salford 026,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114188 +114188,E00028378,4a2,Social Renting New Arrivals,E01032684,Salford 022E,1a,Cosmopolitan student neighbourhoods,E02001178,Salford 022,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114189 +114189,E00028396,4a2,Social Renting New Arrivals,E01032684,Salford 022E,1a,Cosmopolitan student neighbourhoods,E02001178,Salford 022,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114190 +114190,E00028400,4a2,Social Renting New Arrivals,E01005615,Salford 016F,7a,Urban cultural mix,E02001172,Salford 016,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114191 +114191,E00028401,4a2,Social Renting New Arrivals,E01005611,Salford 016B,7a,Urban cultural mix,E02001172,Salford 016,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114192 +114192,E00028414,4a2,Social Renting New Arrivals,E01005615,Salford 016F,7a,Urban cultural mix,E02001172,Salford 016,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114193 +114193,E00028536,4a2,Social Renting New Arrivals,E01005638,Salford 027D,4b,Constrained renters,E02001183,Salford 027,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114194 +114194,E00028592,4a2,Social Renting New Arrivals,E01005653,Salford 011D,4c,Hampered neighbourhoods,E02001167,Salford 011,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114195 +114195,E00028596,4a2,Social Renting New Arrivals,E01005648,Salford 011B,3d,Households in terraces and flats,E02001167,Salford 011,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114196 +114196,E00028600,4a2,Social Renting New Arrivals,E01005653,Salford 011D,4c,Hampered neighbourhoods,E02001167,Salford 011,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114197 +114197,E00028607,4a2,Social Renting New Arrivals,E01005646,Salford 010A,3c,Highly qualified professionals,E02001166,Salford 010,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114198 +114198,E00028608,4a2,Social Renting New Arrivals,E01005649,Salford 010B,3c,Highly qualified professionals,E02001166,Salford 010,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114199 +114199,E00028622,4a2,Social Renting New Arrivals,E01005656,Salford 023B,4c,Hampered neighbourhoods,E02001179,Salford 023,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114200 +114200,E00028693,4a2,Social Renting New Arrivals,E01032914,Salford 028H,1a,Cosmopolitan student neighbourhoods,E02001184,Salford 028,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114201 +114201,E00028754,4a2,Social Renting New Arrivals,E01005680,Salford 017B,4c,Hampered neighbourhoods,E02001173,Salford 017,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114202 +114202,E00028777,4a2,Social Renting New Arrivals,E01032919,Salford 017F,1a,Cosmopolitan student neighbourhoods,E02001173,Salford 017,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114203 +114203,E00028783,4a2,Social Renting New Arrivals,E01032919,Salford 017F,1a,Cosmopolitan student neighbourhoods,E02001173,Salford 017,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114204 +114204,E00028839,6b1,Multi-Ethnic Suburbia,E01005697,Salford 014B,8c,Comfortable suburbia,E02001170,Salford 014,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114205 +114205,E00028867,7a3,Multi-Ethnic Hardship,E01005703,Salford 002A,4c,Hampered neighbourhoods,E02001158,Salford 002,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114206 +114206,E00028999,8d1,Young Hard-Pressed Families,E01005733,Salford 019E,4a,Challenged white communities,E02001175,Salford 019,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114207 +114207,E00028987,4a2,Social Renting New Arrivals,E01005722,Salford 021E,4c,Hampered neighbourhoods,E02001177,Salford 021,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114208 +114208,E00028991,4a2,Social Renting New Arrivals,E01005720,Salford 021D,7a,Urban cultural mix,E02001177,Salford 021,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114209 +114209,E00172949,4a2,Social Renting New Arrivals,E01032915,Salford 028I,7a,Urban cultural mix,E02001184,Salford 028,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114210 +114210,E00172968,4a2,Social Renting New Arrivals,E01005675,Salford 008B,3d,Households in terraces and flats,E02001164,Salford 008,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114211 +114211,E00173007,4a2,Social Renting New Arrivals,E01005614,Salford 016E,7a,Urban cultural mix,E02001172,Salford 016,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114212 +114212,E00173008,4a2,Social Renting New Arrivals,E01005614,Salford 016E,7a,Urban cultural mix,E02001172,Salford 016,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114213 +114213,E00173016,4a2,Social Renting New Arrivals,E01032919,Salford 017F,1a,Cosmopolitan student neighbourhoods,E02001173,Salford 017,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114214 +114214,E00173019,4a2,Social Renting New Arrivals,E01032911,Salford 022J,1a,Cosmopolitan student neighbourhoods,E02001178,Salford 022,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114215 +114215,E00028750,2a1,Student Communal Living,E01032919,Salford 017F,1a,Cosmopolitan student neighbourhoods,E02001173,Salford 017,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114216 +114216,E00172926,2a1,Student Communal Living,E01032684,Salford 022E,1a,Cosmopolitan student neighbourhoods,E02001178,Salford 022,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114217 +114217,E00172998,2a1,Student Communal Living,E01005681,Salford 024C,1a,Cosmopolitan student neighbourhoods,E02001180,Salford 024,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114218 +114218,E00173018,2a1,Student Communal Living,E01032919,Salford 017F,1a,Cosmopolitan student neighbourhoods,E02001173,Salford 017,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114219 +114219,E00173027,2a1,Student Communal Living,E01032919,Salford 017F,1a,Cosmopolitan student neighbourhoods,E02001173,Salford 017,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114220 +114220,E00028700,2b1,Students and Commuters,E01032917,Salford 028J,1a,Cosmopolitan student neighbourhoods,E02001184,Salford 028,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114221 +114221,E00172931,2b1,Students and Commuters,E01032687,Salford 022F,1a,Cosmopolitan student neighbourhoods,E02001178,Salford 022,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114222 +114222,E00172934,2b1,Students and Commuters,E01032914,Salford 028H,1a,Cosmopolitan student neighbourhoods,E02001184,Salford 028,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114223 +114223,E00173022,2b1,Students and Commuters,E01032906,Salford 022G,1a,Cosmopolitan student neighbourhoods,E02001178,Salford 022,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114224 +114224,E00028377,2a3,Students and Professionals,E01032907,Salford 022H,1a,Cosmopolitan student neighbourhoods,E02001178,Salford 022,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114225 +114225,E00028393,2a3,Students and Professionals,E01032684,Salford 022E,1a,Cosmopolitan student neighbourhoods,E02001178,Salford 022,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114226 +114226,E00028965,2a3,Students and Professionals,E01005721,Salford 023D,4c,Hampered neighbourhoods,E02001179,Salford 023,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114227 +114227,E00168576,2a3,Students and Professionals,E01032684,Salford 022E,1a,Cosmopolitan student neighbourhoods,E02001178,Salford 022,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114228 +114228,E00171967,2a3,Students and Professionals,E01032906,Salford 022G,1a,Cosmopolitan student neighbourhoods,E02001178,Salford 022,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114229 +114229,E00172987,2a3,Students and Professionals,E01032915,Salford 028I,7a,Urban cultural mix,E02001184,Salford 028,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114230 +114230,E00028933,6b1,Multi-Ethnic Suburbia,E01005713,Salford 007C,8b,Ageing suburbanites,E02001163,Salford 007,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114231 +114231,E00028871,7a3,Multi-Ethnic Hardship,E01005707,Salford 003C,4c,Hampered neighbourhoods,E02001159,Salford 003,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114232 +114232,E00029000,8d1,Young Hard-Pressed Families,E01005725,Salford 019A,4c,Hampered neighbourhoods,E02001175,Salford 019,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114233 +114233,E00029047,5b3,Self-Sufficient Retirement,E01005742,Salford 014F,5b,Aspiring urban households,E02001170,Salford 014,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114234 +114234,E00028994,6b1,Multi-Ethnic Suburbia,E01005724,Salford 021G,5a,Ageing urban communities,E02001177,Salford 021,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114235 +114235,E00028878,7a3,Multi-Ethnic Hardship,E01005703,Salford 002A,4c,Hampered neighbourhoods,E02001158,Salford 002,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114236 +114236,E00029036,8d1,Young Hard-Pressed Families,E01005733,Salford 019E,4a,Challenged white communities,E02001175,Salford 019,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114237 +114237,E00029050,5b3,Self-Sufficient Retirement,E01005740,Salford 014D,8c,Comfortable suburbia,E02001170,Salford 014,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114238 +114238,E00029025,6b1,Multi-Ethnic Suburbia,E01005730,Salford 025B,5b,Aspiring urban households,E02001181,Salford 025,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114239 +114239,E00028905,7a3,Multi-Ethnic Hardship,E01005707,Salford 003C,4c,Hampered neighbourhoods,E02001159,Salford 003,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114240 +114240,E00029627,4c1,Achieving Minorities,E01005846,Stockport 040A,3b,Asian traits,E02001226,Stockport 040,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114241 +114241,E00029066,5b3,Self-Sufficient Retirement,E01005741,Salford 014E,8a,Affluent communities,E02001170,Salford 014,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114242 +114242,E00029035,6b1,Multi-Ethnic Suburbia,E01005733,Salford 019E,4a,Challenged white communities,E02001175,Salford 019,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114243 +114243,E00028947,7a3,Multi-Ethnic Hardship,E01005718,Salford 007F,5c,Comfortable neighbourhoods,E02001163,Salford 007,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114244 +114244,E00029632,4c1,Achieving Minorities,E01005857,Stockport 013D,3b,Asian traits,E02001199,Stockport 013,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114245 +114245,E00029080,5b3,Self-Sufficient Retirement,E01005740,Salford 014D,8c,Comfortable suburbia,E02001170,Salford 014,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114246 +114246,E00029061,6b1,Multi-Ethnic Suburbia,E01005735,Salford 013D,8b,Ageing suburbanites,E02001169,Salford 013,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114247 +114247,E00029063,6b1,Multi-Ethnic Suburbia,E01005735,Salford 013D,8b,Ageing suburbanites,E02001169,Salford 013,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114248 +114248,E00029082,6b1,Multi-Ethnic Suburbia,E01005740,Salford 014D,8c,Comfortable suburbia,E02001170,Salford 014,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114249 +114249,E00028595,3d1,New EU Tech Workers,E01005648,Salford 011B,3d,Households in terraces and flats,E02001167,Salford 011,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114250 +114250,E00028513,6b4,Older Workers and Retirement,E01005634,Salford 020D,8c,Comfortable suburbia,E02001176,Salford 020,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114251 +114251,E00028521,6b4,Older Workers and Retirement,E01005636,Salford 020F,3c,Highly qualified professionals,E02001176,Salford 020,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114252 +114252,E00028736,6b4,Older Workers and Retirement,E01005673,Salford 008A,4c,Hampered neighbourhoods,E02001164,Salford 008,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114253 +114253,E00028747,6b4,Older Workers and Retirement,E01005676,Salford 005C,8b,Ageing suburbanites,E02001161,Salford 005,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114254 +114254,E00028826,6b4,Older Workers and Retirement,E01005699,Salford 015C,8b,Ageing suburbanites,E02001171,Salford 015,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114255 +114255,E00028847,6b4,Older Workers and Retirement,E01005699,Salford 015C,8b,Ageing suburbanites,E02001171,Salford 015,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114256 +114256,E00028861,6b4,Older Workers and Retirement,E01005695,Salford 014A,8a,Affluent communities,E02001170,Salford 014,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114257 +114257,E00028937,6b4,Older Workers and Retirement,E01005715,Salford 007E,8c,Comfortable suburbia,E02001163,Salford 007,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114258 +114258,E00028939,6b4,Older Workers and Retirement,E01005715,Salford 007E,8c,Comfortable suburbia,E02001163,Salford 007,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114259 +114259,E00029083,6b4,Older Workers and Retirement,E01005741,Salford 014E,8a,Affluent communities,E02001170,Salford 014,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114260 +114260,E00028553,7c3,Outer City Hardship,E01005641,Salford 029C,4a,Challenged white communities,E02001185,Salford 029,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114261 +114261,E00028554,7c3,Outer City Hardship,E01005641,Salford 029C,4a,Challenged white communities,E02001185,Salford 029,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114262 +114262,E00028704,7c3,Outer City Hardship,E01005679,Salford 008D,4c,Hampered neighbourhoods,E02001164,Salford 008,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114263 +114263,E00028835,7c3,Outer City Hardship,E01005698,Salford 012E,4c,Hampered neighbourhoods,E02001168,Salford 012,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114264 +114264,E00028926,7c3,Outer City Hardship,E01005714,Salford 007D,5d,Endeavouring social renters,E02001163,Salford 007,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114265 +114265,E00029033,7c3,Outer City Hardship,E01005732,Salford 025D,4a,Challenged white communities,E02001181,Salford 025,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114266 +114266,E00028535,4b2,Pakistani Communities,E01005632,Salford 020B,7a,Urban cultural mix,E02001176,Salford 020,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114267 +114267,E00028337,4a1,Private Renting Young Families,E01005600,Salford 026B,4c,Hampered neighbourhoods,E02001182,Salford 026,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114268 +114268,E00028354,4a1,Private Renting Young Families,E01005599,Salford 026A,7a,Urban cultural mix,E02001182,Salford 026,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114269 +114269,E00028356,4a1,Private Renting Young Families,E01005599,Salford 026A,7a,Urban cultural mix,E02001182,Salford 026,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114270 +114270,E00028364,4a1,Private Renting Young Families,E01005600,Salford 026B,4c,Hampered neighbourhoods,E02001182,Salford 026,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114271 +114271,E00028404,4a1,Private Renting Young Families,E01005613,Salford 016D,7a,Urban cultural mix,E02001172,Salford 016,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114272 +114272,E00028408,4a1,Private Renting Young Families,E01005615,Salford 016F,7a,Urban cultural mix,E02001172,Salford 016,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114273 +114273,E00028460,4a1,Private Renting Young Families,E01005624,Salford 017A,4c,Hampered neighbourhoods,E02001173,Salford 017,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114274 +114274,E00028575,4a1,Private Renting Young Families,E01005653,Salford 011D,4c,Hampered neighbourhoods,E02001167,Salford 011,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114275 +114275,E00028584,4a1,Private Renting Young Families,E01005652,Salford 011C,4c,Hampered neighbourhoods,E02001167,Salford 011,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114276 +114276,E00028597,4a1,Private Renting Young Families,E01005653,Salford 011D,4c,Hampered neighbourhoods,E02001167,Salford 011,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114277 +114277,E00028616,4a1,Private Renting Young Families,E01005654,Salford 023A,3d,Households in terraces and flats,E02001179,Salford 023,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114278 +114278,E00028627,4a1,Private Renting Young Families,E01005658,Salford 024B,4c,Hampered neighbourhoods,E02001180,Salford 024,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114279 +114279,E00028635,4a1,Private Renting Young Families,E01005655,Salford 024A,6a,Inner city cosmopolitan,E02001180,Salford 024,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114280 +114280,E00028639,4a1,Private Renting Young Families,E01005656,Salford 023B,4c,Hampered neighbourhoods,E02001179,Salford 023,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114281 +114281,E00028657,4a1,Private Renting Young Families,E01005661,Salford 004A,4c,Hampered neighbourhoods,E02001160,Salford 004,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114282 +114282,E00028677,4a1,Private Renting Young Families,E01005667,Salford 028B,4c,Hampered neighbourhoods,E02001184,Salford 028,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114283 +114283,E00028686,4a1,Private Renting Young Families,E01032912,Salford 028G,7a,Urban cultural mix,E02001184,Salford 028,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114284 +114284,E00028696,4a1,Private Renting Young Families,E01005667,Salford 028B,4c,Hampered neighbourhoods,E02001184,Salford 028,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114285 +114285,E00028953,7a3,Multi-Ethnic Hardship,E01005709,Salford 004C,4c,Hampered neighbourhoods,E02001160,Salford 004,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114286 +114286,E00028431,6b3,Semi-Detached Ageing,E01005620,Salford 030E,3a,Achieving neighbourhoods,E02001186,Salford 030,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114287 +114287,E00029641,4c1,Achieving Minorities,E01005852,Stockport 013A,3b,Asian traits,E02001199,Stockport 013,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114288 +114288,E00028960,7a3,Multi-Ethnic Hardship,E01005723,Salford 021F,4c,Hampered neighbourhoods,E02001177,Salford 021,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114289 +114289,E00029661,4c1,Achieving Minorities,E01005857,Stockport 013D,3b,Asian traits,E02001199,Stockport 013,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114290 +114290,E00028467,6b3,Semi-Detached Ageing,E01005623,Salford 018B,8c,Comfortable suburbia,E02001174,Salford 018,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114291 +114291,E00028973,7a3,Multi-Ethnic Hardship,E01005721,Salford 023D,4c,Hampered neighbourhoods,E02001179,Salford 023,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114292 +114292,E00029664,4c1,Achieving Minorities,E01005857,Stockport 013D,3b,Asian traits,E02001199,Stockport 013,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114293 +114293,E00028477,6b3,Semi-Detached Ageing,E01005625,Salford 015A,8b,Ageing suburbanites,E02001171,Salford 015,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114294 +114294,E00028978,7a3,Multi-Ethnic Hardship,E01005719,Salford 021C,1a,Cosmopolitan student neighbourhoods,E02001177,Salford 021,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114295 +114295,E00029195,7d1,Ageing Communities and Families,E01005762,Stockport 026B,4c,Hampered neighbourhoods,E02001212,Stockport 026,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114296 +114296,E00028484,6b3,Semi-Detached Ageing,E01005625,Salford 015A,8b,Ageing suburbanites,E02001171,Salford 015,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114297 +114297,E00028992,7a3,Multi-Ethnic Hardship,E01005723,Salford 021F,4c,Hampered neighbourhoods,E02001177,Salford 021,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114298 +114298,E00029392,7d1,Ageing Communities and Families,E01005798,Stockport 027A,3c,Highly qualified professionals,E02001213,Stockport 027,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114299 +114299,E00028485,6b3,Semi-Detached Ageing,E01005625,Salford 015A,8b,Ageing suburbanites,E02001171,Salford 015,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114300 +114300,E00028993,7a3,Multi-Ethnic Hardship,E01005723,Salford 021F,4c,Hampered neighbourhoods,E02001177,Salford 021,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114301 +114301,E00029507,7d1,Ageing Communities and Families,E01005830,Stockport 027E,3d,Households in terraces and flats,E02001213,Stockport 027,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114302 +114302,E00028486,6b3,Semi-Detached Ageing,E01005625,Salford 015A,8b,Ageing suburbanites,E02001171,Salford 015,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114303 +114303,E00028996,7a3,Multi-Ethnic Hardship,E01005729,Salford 025A,4c,Hampered neighbourhoods,E02001181,Salford 025,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114304 +114304,E00028997,7a3,Multi-Ethnic Hardship,E01005732,Salford 025D,4a,Challenged white communities,E02001181,Salford 025,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114305 +114305,E00028998,7a3,Multi-Ethnic Hardship,E01005731,Salford 025C,4c,Hampered neighbourhoods,E02001181,Salford 025,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114306 +114306,E00029006,7a3,Multi-Ethnic Hardship,E01005725,Salford 019A,4c,Hampered neighbourhoods,E02001175,Salford 019,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114307 +114307,E00029022,7a3,Multi-Ethnic Hardship,E01005729,Salford 025A,4c,Hampered neighbourhoods,E02001181,Salford 025,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114308 +114308,E00029024,7a3,Multi-Ethnic Hardship,E01005732,Salford 025D,4a,Challenged white communities,E02001181,Salford 025,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114309 +114309,E00029028,7a3,Multi-Ethnic Hardship,E01005729,Salford 025A,4c,Hampered neighbourhoods,E02001181,Salford 025,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114310 +114310,E00029032,7a3,Multi-Ethnic Hardship,E01005731,Salford 025C,4c,Hampered neighbourhoods,E02001181,Salford 025,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114311 +114311,E00168577,7a3,Multi-Ethnic Hardship,E01005609,Salford 016A,7a,Urban cultural mix,E02001172,Salford 016,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114312 +114312,E00172940,7a3,Multi-Ethnic Hardship,E01032912,Salford 028G,7a,Urban cultural mix,E02001184,Salford 028,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114313 +114313,E00172985,7a3,Multi-Ethnic Hardship,E01032915,Salford 028I,7a,Urban cultural mix,E02001184,Salford 028,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114314 +114314,E00173005,7a3,Multi-Ethnic Hardship,E01005609,Salford 016A,7a,Urban cultural mix,E02001172,Salford 016,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114315 +114315,E00028633,3b3,Multi-Ethnic Professional Service Workers,E01005655,Salford 024A,6a,Inner city cosmopolitan,E02001180,Salford 024,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114316 +114316,E00171968,3b3,Multi-Ethnic Professional Service Workers,E01032906,Salford 022G,1a,Cosmopolitan student neighbourhoods,E02001178,Salford 022,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114317 +114317,E00028331,5a2,Multi-Ethnic Professionals with Families,E01005602,Salford 026D,4d,Hard-pressed flat dwellers,E02001182,Salford 026,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114318 +114318,E00028475,5a2,Multi-Ethnic Professionals with Families,E01005624,Salford 017A,4c,Hampered neighbourhoods,E02001173,Salford 017,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114319 +114319,E00028488,5a2,Multi-Ethnic Professionals with Families,E01005622,Salford 018A,3d,Households in terraces and flats,E02001174,Salford 018,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114320 +114320,E00028510,5a2,Multi-Ethnic Professionals with Families,E01005633,Salford 020C,4c,Hampered neighbourhoods,E02001176,Salford 020,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114321 +114321,E00028523,5a2,Multi-Ethnic Professionals with Families,E01005635,Salford 020E,3c,Highly qualified professionals,E02001176,Salford 020,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114322 +114322,E00028543,5a2,Multi-Ethnic Professionals with Families,E01005643,Salford 029E,5c,Comfortable neighbourhoods,E02001185,Salford 029,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114323 +114323,E00028551,5a2,Multi-Ethnic Professionals with Families,E01005642,Salford 029D,8c,Comfortable suburbia,E02001185,Salford 029,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114324 +114324,E00028579,5a2,Multi-Ethnic Professionals with Families,E01005652,Salford 011C,4c,Hampered neighbourhoods,E02001167,Salford 011,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114325 +114325,E00028586,5a2,Multi-Ethnic Professionals with Families,E01005648,Salford 011B,3d,Households in terraces and flats,E02001167,Salford 011,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114326 +114326,E00028641,5a2,Multi-Ethnic Professionals with Families,E01005661,Salford 004A,4c,Hampered neighbourhoods,E02001160,Salford 004,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114327 +114327,E00028714,5a2,Multi-Ethnic Professionals with Families,E01005677,Salford 005D,5c,Comfortable neighbourhoods,E02001161,Salford 005,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114328 +114328,E00028844,5a2,Multi-Ethnic Professionals with Families,E01005696,Salford 012D,5b,Aspiring urban households,E02001168,Salford 012,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114329 +114329,E00028879,5a2,Multi-Ethnic Professionals with Families,E01005705,Salford 003B,5b,Aspiring urban households,E02001159,Salford 003,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114330 +114330,E00028940,5a2,Multi-Ethnic Professionals with Families,E01005716,Salford 013A,8c,Comfortable suburbia,E02001169,Salford 013,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114331 +114331,E00172956,5a2,Multi-Ethnic Professionals with Families,E01005620,Salford 030E,3a,Achieving neighbourhoods,E02001186,Salford 030,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114332 +114332,E00172962,5a2,Multi-Ethnic Professionals with Families,E01005702,Salford 003A,5b,Aspiring urban households,E02001159,Salford 003,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114333 +114333,E00172965,5a2,Multi-Ethnic Professionals with Families,E01005675,Salford 008B,3d,Households in terraces and flats,E02001164,Salford 008,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114334 +114334,E00172970,5a2,Multi-Ethnic Professionals with Families,E01005675,Salford 008B,3d,Households in terraces and flats,E02001164,Salford 008,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114335 +114335,E00029273,6a4,Ageing in Suburbia,E01005786,Stockport 030E,8a,Affluent communities,E02001216,Stockport 030,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114336 +114336,E00028489,6b3,Semi-Detached Ageing,E01005627,Salford 015B,8c,Comfortable suburbia,E02001171,Salford 015,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114337 +114337,E00028491,6b3,Semi-Detached Ageing,E01005626,Salford 018C,8b,Ageing suburbanites,E02001174,Salford 018,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114338 +114338,E00028492,6b3,Semi-Detached Ageing,E01005626,Salford 018C,8b,Ageing suburbanites,E02001174,Salford 018,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114339 +114339,E00028498,6b3,Semi-Detached Ageing,E01005623,Salford 018B,8c,Comfortable suburbia,E02001174,Salford 018,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114340 +114340,E00028542,6b3,Semi-Detached Ageing,E01005642,Salford 029D,8c,Comfortable suburbia,E02001185,Salford 029,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114341 +114341,E00028559,6b3,Semi-Detached Ageing,E01005643,Salford 029E,5c,Comfortable neighbourhoods,E02001185,Salford 029,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114342 +114342,E00028563,6b3,Semi-Detached Ageing,E01005645,Salford 029G,8b,Ageing suburbanites,E02001185,Salford 029,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114343 +114343,E00028570,6b3,Semi-Detached Ageing,E01005645,Salford 029G,8b,Ageing suburbanites,E02001185,Salford 029,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114344 +114344,E00028571,6b3,Semi-Detached Ageing,E01005645,Salford 029G,8b,Ageing suburbanites,E02001185,Salford 029,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114345 +114345,E00028707,6b3,Semi-Detached Ageing,E01005677,Salford 005D,5c,Comfortable neighbourhoods,E02001161,Salford 005,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114346 +114346,E00028748,6b3,Semi-Detached Ageing,E01005676,Salford 005C,8b,Ageing suburbanites,E02001161,Salford 005,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114347 +114347,E00028749,6b3,Semi-Detached Ageing,E01005676,Salford 005C,8b,Ageing suburbanites,E02001161,Salford 005,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114348 +114348,E00028784,6b3,Semi-Detached Ageing,E01005691,Salford 006C,5c,Comfortable neighbourhoods,E02001162,Salford 006,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114349 +114349,E00028796,6b3,Semi-Detached Ageing,E01005688,Salford 006B,4c,Hampered neighbourhoods,E02001162,Salford 006,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114350 +114350,E00028834,6b3,Semi-Detached Ageing,E01005699,Salford 015C,8b,Ageing suburbanites,E02001171,Salford 015,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114351 +114351,E00028838,6b3,Semi-Detached Ageing,E01005701,Salford 015D,8b,Ageing suburbanites,E02001171,Salford 015,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114352 +114352,E00028842,6b3,Semi-Detached Ageing,E01005699,Salford 015C,8b,Ageing suburbanites,E02001171,Salford 015,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114353 +114353,E00028849,6b3,Semi-Detached Ageing,E01005701,Salford 015D,8b,Ageing suburbanites,E02001171,Salford 015,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114354 +114354,E00028853,6b3,Semi-Detached Ageing,E01005694,Salford 012C,8c,Comfortable suburbia,E02001168,Salford 012,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114355 +114355,E00028855,6b3,Semi-Detached Ageing,E01005694,Salford 012C,8c,Comfortable suburbia,E02001168,Salford 012,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114356 +114356,E00028859,6b3,Semi-Detached Ageing,E01005694,Salford 012C,8c,Comfortable suburbia,E02001168,Salford 012,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114357 +114357,E00028862,6b3,Semi-Detached Ageing,E01005697,Salford 014B,8c,Comfortable suburbia,E02001170,Salford 014,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114358 +114358,E00029277,6a4,Ageing in Suburbia,E01005786,Stockport 030E,8a,Affluent communities,E02001216,Stockport 030,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114359 +114359,E00028918,6b3,Semi-Detached Ageing,E01005710,Salford 004D,8b,Ageing suburbanites,E02001160,Salford 004,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114360 +114360,E00028931,6b3,Semi-Detached Ageing,E01005713,Salford 007C,8b,Ageing suburbanites,E02001163,Salford 007,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114361 +114361,E00028936,6b3,Semi-Detached Ageing,E01005713,Salford 007C,8b,Ageing suburbanites,E02001163,Salford 007,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114362 +114362,E00028958,6b3,Semi-Detached Ageing,E01005710,Salford 004D,8b,Ageing suburbanites,E02001160,Salford 004,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114363 +114363,E00028964,6b3,Semi-Detached Ageing,E01005724,Salford 021G,5a,Ageing urban communities,E02001177,Salford 021,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114364 +114364,E00028976,6b3,Semi-Detached Ageing,E01005721,Salford 023D,4c,Hampered neighbourhoods,E02001179,Salford 023,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114365 +114365,E00029013,6b3,Semi-Detached Ageing,E01005728,Salford 019D,5b,Aspiring urban households,E02001175,Salford 019,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114366 +114366,E00029014,6b3,Semi-Detached Ageing,E01005728,Salford 019D,5b,Aspiring urban households,E02001175,Salford 019,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114367 +114367,E00029038,6b3,Semi-Detached Ageing,E01005736,Salford 013E,8c,Comfortable suburbia,E02001169,Salford 013,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114368 +114368,E00029046,6b3,Semi-Detached Ageing,E01005740,Salford 014D,8c,Comfortable suburbia,E02001170,Salford 014,E08000006,Salford,8a1r,Industrial and Multi-ethnic,E12000002,North West,E92000001,England,114369 +114369,E00029310,6a4,Ageing in Suburbia,E01005782,Stockport 030A,8c,Comfortable suburbia,E02001216,Stockport 030,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114370 +114370,E00029317,6a4,Ageing in Suburbia,E01005795,Stockport 039D,8a,Affluent communities,E02001225,Stockport 039,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114371 +114371,E00029320,6a4,Ageing in Suburbia,E01005787,Stockport 034B,8a,Affluent communities,E02001220,Stockport 034,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114372 +114372,E00029322,6a4,Ageing in Suburbia,E01005789,Stockport 039A,8c,Comfortable suburbia,E02001225,Stockport 039,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114373 +114373,E00029324,6a4,Ageing in Suburbia,E01005794,Stockport 041B,8a,Affluent communities,E02001227,Stockport 041,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114374 +114374,E00029327,6a4,Ageing in Suburbia,E01005795,Stockport 039D,8a,Affluent communities,E02001225,Stockport 039,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114375 +114375,E00029329,6a4,Ageing in Suburbia,E01005795,Stockport 039D,8a,Affluent communities,E02001225,Stockport 039,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114376 +114376,E00029332,6a4,Ageing in Suburbia,E01005796,Stockport 039E,8a,Affluent communities,E02001225,Stockport 039,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114377 +114377,E00029339,6a4,Ageing in Suburbia,E01005796,Stockport 039E,8a,Affluent communities,E02001225,Stockport 039,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114378 +114378,E00029351,6a4,Ageing in Suburbia,E01005792,Stockport 041A,8a,Affluent communities,E02001227,Stockport 041,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114379 +114379,E00029414,6a4,Ageing in Suburbia,E01005812,Stockport 037E,8a,Affluent communities,E02001223,Stockport 037,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114380 +114380,E00029417,6a4,Ageing in Suburbia,E01005808,Stockport 037A,8a,Affluent communities,E02001223,Stockport 037,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114381 +114381,E00029418,6a4,Ageing in Suburbia,E01005814,Stockport 033C,8b,Ageing suburbanites,E02001219,Stockport 033,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114382 +114382,E00029419,6a4,Ageing in Suburbia,E01005815,Stockport 033D,8b,Ageing suburbanites,E02001219,Stockport 033,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114383 +114383,E00029539,6a4,Ageing in Suburbia,E01005839,Stockport 035C,8b,Ageing suburbanites,E02001221,Stockport 035,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114384 +114384,E00029541,6a4,Ageing in Suburbia,E01005835,Stockport 021C,8b,Ageing suburbanites,E02001207,Stockport 021,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114385 +114385,E00029562,6a4,Ageing in Suburbia,E01005836,Stockport 031B,5c,Comfortable neighbourhoods,E02001217,Stockport 031,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114386 +114386,E00029565,6a4,Ageing in Suburbia,E01005841,Stockport 035D,8a,Affluent communities,E02001221,Stockport 035,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114387 +114387,E00029591,6a4,Ageing in Suburbia,E01005846,Stockport 040A,3b,Asian traits,E02001226,Stockport 040,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114388 +114388,E00029596,6a4,Ageing in Suburbia,E01005848,Stockport 040C,3b,Asian traits,E02001226,Stockport 040,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114389 +114389,E00029644,6a4,Ageing in Suburbia,E01005854,Stockport 013B,3a,Achieving neighbourhoods,E02001199,Stockport 013,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114390 +114390,E00029670,6a4,Ageing in Suburbia,E01005860,Stockport 011C,8a,Affluent communities,E02001197,Stockport 011,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114391 +114391,E00029692,6a4,Ageing in Suburbia,E01005867,Stockport 008C,3c,Highly qualified professionals,E02001194,Stockport 008,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114392 +114392,E00029772,6a4,Ageing in Suburbia,E01005884,Stockport 020D,8a,Affluent communities,E02001206,Stockport 020,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114393 +114393,E00029788,6a4,Ageing in Suburbia,E01005882,Stockport 020C,8a,Affluent communities,E02001206,Stockport 020,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114394 +114394,E00029792,6a4,Ageing in Suburbia,E01005883,Stockport 017C,8a,Affluent communities,E02001203,Stockport 017,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114395 +114395,E00029793,6a4,Ageing in Suburbia,E01005881,Stockport 017B,8a,Affluent communities,E02001203,Stockport 017,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114396 +114396,E00029796,6a4,Ageing in Suburbia,E01005882,Stockport 020C,8a,Affluent communities,E02001206,Stockport 020,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114397 +114397,E00029799,6a4,Ageing in Suburbia,E01005883,Stockport 017C,8a,Affluent communities,E02001203,Stockport 017,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114398 +114398,E00029875,6a4,Ageing in Suburbia,E01005903,Stockport 010D,8b,Ageing suburbanites,E02001196,Stockport 010,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114399 +114399,E00029878,6a4,Ageing in Suburbia,E01005904,Stockport 010E,8a,Affluent communities,E02001196,Stockport 010,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114400 +114400,E00030029,6a3,Detached Retirement Living,E01005931,Stockport 041D,8a,Affluent communities,E02001227,Stockport 041,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114401 +114401,E00029879,6a4,Ageing in Suburbia,E01005898,Stockport 010B,5c,Comfortable neighbourhoods,E02001196,Stockport 010,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114402 +114402,E00030033,6a3,Detached Retirement Living,E01005932,Stockport 042D,8a,Affluent communities,E02001228,Stockport 042,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114403 +114403,E00030034,6a3,Detached Retirement Living,E01005923,Stockport 041C,8a,Affluent communities,E02001227,Stockport 041,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114404 +114404,E00030035,6a3,Detached Retirement Living,E01005923,Stockport 041C,8a,Affluent communities,E02001227,Stockport 041,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114405 +114405,E00029910,6a4,Ageing in Suburbia,E01005907,Stockport 038C,8a,Affluent communities,E02001224,Stockport 038,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114406 +114406,E00029341,6a3,Detached Retirement Living,E01005787,Stockport 034B,8a,Affluent communities,E02001220,Stockport 034,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114407 +114407,E00030037,6a3,Detached Retirement Living,E01005924,Stockport 042A,8a,Affluent communities,E02001228,Stockport 042,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114408 +114408,E00029603,6a2,Comfortable Suburbia,E01005849,Stockport 036C,8b,Ageing suburbanites,E02001222,Stockport 036,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114409 +114409,E00029934,6a4,Ageing in Suburbia,E01005906,Stockport 038B,8a,Affluent communities,E02001224,Stockport 038,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114410 +114410,E00030038,6a3,Detached Retirement Living,E01005932,Stockport 042D,8a,Affluent communities,E02001228,Stockport 042,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114411 +114411,E00029245,5b1,Delayed Retirement,E01005772,Stockport 028B,3b,Asian traits,E02001214,Stockport 028,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114412 +114412,E00029353,6a3,Detached Retirement Living,E01005787,Stockport 034B,8a,Affluent communities,E02001220,Stockport 034,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114413 +114413,E00029786,6a2,Comfortable Suburbia,E01005881,Stockport 017B,8a,Affluent communities,E02001203,Stockport 017,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114414 +114414,E00030004,6a4,Ageing in Suburbia,E01005929,Stockport 032C,8a,Affluent communities,E02001218,Stockport 032,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114415 +114415,E00029191,8b1,Deprived Blue-Collar Terraces,E01005764,Stockport 016A,4b,Constrained renters,E02001202,Stockport 016,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114416 +114416,E00029646,5a3,Families in Terraces and Flats,E01005858,Stockport 013E,3a,Achieving neighbourhoods,E02001199,Stockport 013,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114417 +114417,E00030039,6a3,Detached Retirement Living,E01005923,Stockport 041C,8a,Affluent communities,E02001227,Stockport 041,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114418 +114418,E00029207,8d2,Hard-Pressed Ethnic Mix,E01005763,Stockport 026C,4c,Hampered neighbourhoods,E02001212,Stockport 026,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114419 +114419,E00029246,5b1,Delayed Retirement,E01005771,Stockport 025C,3b,Asian traits,E02001211,Stockport 025,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114420 +114420,E00029381,6a3,Detached Retirement Living,E01005803,Stockport 027D,8a,Affluent communities,E02001213,Stockport 027,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114421 +114421,E00029994,6a2,Comfortable Suburbia,E01005922,Stockport 003F,5b,Aspiring urban households,E02001189,Stockport 003,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114422 +114422,E00030006,6a4,Ageing in Suburbia,E01005925,Stockport 042B,8a,Affluent communities,E02001228,Stockport 042,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114423 +114423,E00030009,6a4,Ageing in Suburbia,E01005926,Stockport 042C,8a,Affluent communities,E02001228,Stockport 042,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114424 +114424,E00030010,6a4,Ageing in Suburbia,E01005926,Stockport 042C,8a,Affluent communities,E02001228,Stockport 042,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114425 +114425,E00030022,6a4,Ageing in Suburbia,E01005929,Stockport 032C,8a,Affluent communities,E02001218,Stockport 032,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114426 +114426,E00030024,6a4,Ageing in Suburbia,E01005930,Stockport 032D,8a,Affluent communities,E02001218,Stockport 032,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114427 +114427,E00030030,6a4,Ageing in Suburbia,E01005931,Stockport 041D,8a,Affluent communities,E02001227,Stockport 041,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114428 +114428,E00030041,6a4,Ageing in Suburbia,E01005925,Stockport 042B,8a,Affluent communities,E02001228,Stockport 042,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114429 +114429,E00029085,8c1,Ageing Industrious Workers,E01005744,Stockport 009B,5a,Ageing urban communities,E02001195,Stockport 009,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114430 +114430,E00029092,8c1,Ageing Industrious Workers,E01005752,Stockport 012A,4c,Hampered neighbourhoods,E02001198,Stockport 012,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114431 +114431,E00029109,8c1,Ageing Industrious Workers,E01005744,Stockport 009B,5a,Ageing urban communities,E02001195,Stockport 009,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114432 +114432,E00029112,8c1,Ageing Industrious Workers,E01005746,Stockport 005B,4a,Challenged white communities,E02001191,Stockport 005,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114433 +114433,E00029252,8c1,Ageing Industrious Workers,E01005774,Stockport 028D,4c,Hampered neighbourhoods,E02001214,Stockport 028,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114434 +114434,E00029262,8c1,Ageing Industrious Workers,E01005780,Stockport 022D,3a,Achieving neighbourhoods,E02001208,Stockport 022,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114435 +114435,E00029283,8c1,Ageing Industrious Workers,E01005778,Stockport 022B,5b,Aspiring urban households,E02001208,Stockport 022,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114436 +114436,E00029338,8c1,Ageing Industrious Workers,E01005790,Stockport 034D,3b,Asian traits,E02001220,Stockport 034,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114437 +114437,E00029503,8c1,Ageing Industrious Workers,E01005827,Stockport 024C,5c,Comfortable neighbourhoods,E02001210,Stockport 024,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114438 +114438,E00029517,8c1,Ageing Industrious Workers,E01005829,Stockport 024E,4a,Challenged white communities,E02001210,Stockport 024,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114439 +114439,E00029523,8c1,Ageing Industrious Workers,E01005824,Stockport 024A,5b,Aspiring urban households,E02001210,Stockport 024,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114440 +114440,E00029608,8c1,Ageing Industrious Workers,E01005850,Stockport 040D,3d,Households in terraces and flats,E02001226,Stockport 040,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114441 +114441,E00029649,8c1,Ageing Industrious Workers,E01005861,Stockport 011D,5c,Comfortable neighbourhoods,E02001197,Stockport 011,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114442 +114442,E00029709,8c1,Ageing Industrious Workers,E01005869,Stockport 006D,3b,Asian traits,E02001192,Stockport 006,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114443 +114443,E00029783,8c1,Ageing Industrious Workers,E01005878,Stockport 020A,5c,Comfortable neighbourhoods,E02001206,Stockport 020,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114444 +114444,E00029805,8c1,Ageing Industrious Workers,E01005879,Stockport 020B,5c,Comfortable neighbourhoods,E02001206,Stockport 020,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114445 +114445,E00029851,8c1,Ageing Industrious Workers,E01005895,Stockport 003C,5c,Comfortable neighbourhoods,E02001189,Stockport 003,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114446 +114446,E00029861,8c1,Ageing Industrious Workers,E01005901,Stockport 012C,8b,Ageing suburbanites,E02001198,Stockport 012,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114447 +114447,E00029874,8c1,Ageing Industrious Workers,E01005900,Stockport 010C,5c,Comfortable neighbourhoods,E02001196,Stockport 010,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114448 +114448,E00029903,8c1,Ageing Industrious Workers,E01005898,Stockport 010B,5c,Comfortable neighbourhoods,E02001196,Stockport 010,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114449 +114449,E00029907,8c1,Ageing Industrious Workers,E01005899,Stockport 012B,5a,Ageing urban communities,E02001198,Stockport 012,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114450 +114450,E00029917,8c1,Ageing Industrious Workers,E01005910,Stockport 029B,5c,Comfortable neighbourhoods,E02001215,Stockport 029,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114451 +114451,E00029943,8c1,Ageing Industrious Workers,E01005910,Stockport 029B,5c,Comfortable neighbourhoods,E02001215,Stockport 029,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114452 +114452,E00030002,8c1,Ageing Industrious Workers,E01005928,Stockport 032B,3d,Households in terraces and flats,E02001218,Stockport 032,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114453 +114453,E00029784,1b3,Ageing Rural Flat Tenants,E01005880,Stockport 017A,8c,Comfortable suburbia,E02001203,Stockport 017,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114454 +114454,E00029178,7c1,Challenged Transitionaries,E01005764,Stockport 016A,4b,Constrained renters,E02001202,Stockport 016,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114455 +114455,E00029389,7c1,Challenged Transitionaries,E01005797,Stockport 023C,4b,Constrained renters,E02001209,Stockport 023,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114456 +114456,E00029479,7c1,Challenged Transitionaries,E01005820,Stockport 018D,5a,Ageing urban communities,E02001204,Stockport 018,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114457 +114457,E00029538,7c1,Challenged Transitionaries,E01005826,Stockport 024B,4a,Challenged white communities,E02001210,Stockport 024,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114458 +114458,E00029764,7c1,Challenged Transitionaries,E01005874,Stockport 019C,4c,Hampered neighbourhoods,E02001205,Stockport 019,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114459 +114459,E00029862,7c1,Challenged Transitionaries,E01005902,Stockport 012D,4a,Challenged white communities,E02001198,Stockport 012,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114460 +114460,E00029865,7c1,Challenged Transitionaries,E01005905,Stockport 012E,4a,Challenged white communities,E02001198,Stockport 012,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114461 +114461,E00029888,7c1,Challenged Transitionaries,E01005905,Stockport 012E,4a,Challenged white communities,E02001198,Stockport 012,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114462 +114462,E00029999,7c1,Challenged Transitionaries,E01005914,Stockport 007A,4c,Hampered neighbourhoods,E02001193,Stockport 007,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114463 +114463,E00029350,6a2,Comfortable Suburbia,E01005787,Stockport 034B,8a,Affluent communities,E02001220,Stockport 034,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114464 +114464,E00029491,6a2,Comfortable Suburbia,E01005833,Stockport 021B,5c,Comfortable neighbourhoods,E02001207,Stockport 021,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114465 +114465,E00029573,6a2,Comfortable Suburbia,E01005839,Stockport 035C,8b,Ageing suburbanites,E02001221,Stockport 035,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114466 +114466,E00029584,6a2,Comfortable Suburbia,E01005843,Stockport 021E,8b,Ageing suburbanites,E02001207,Stockport 021,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114467 +114467,E00029585,6a2,Comfortable Suburbia,E01005835,Stockport 021C,8b,Ageing suburbanites,E02001207,Stockport 021,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114468 +114468,E00029199,8b1,Deprived Blue-Collar Terraces,E01005759,Stockport 023A,3a,Achieving neighbourhoods,E02001209,Stockport 023,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114469 +114469,E00030040,6a3,Detached Retirement Living,E01005923,Stockport 041C,8a,Affluent communities,E02001227,Stockport 041,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114470 +114470,E00029679,5a3,Families in Terraces and Flats,E01005854,Stockport 013B,3a,Achieving neighbourhoods,E02001199,Stockport 013,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114471 +114471,E00029255,5b1,Delayed Retirement,E01005772,Stockport 028B,3b,Asian traits,E02001214,Stockport 028,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114472 +114472,E00029211,8d2,Hard-Pressed Ethnic Mix,E01005763,Stockport 026C,4c,Hampered neighbourhoods,E02001212,Stockport 026,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114473 +114473,E00029404,6a3,Detached Retirement Living,E01005810,Stockport 037C,3c,Highly qualified professionals,E02001223,Stockport 037,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114474 +114474,E00029415,6a3,Detached Retirement Living,E01005815,Stockport 033D,8b,Ageing suburbanites,E02001219,Stockport 033,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114475 +114475,E00029093,5b2,Communal Retirement,E01005744,Stockport 009B,5a,Ageing urban communities,E02001195,Stockport 009,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114476 +114476,E00029370,8b1,Deprived Blue-Collar Terraces,E01005802,Stockport 027C,8c,Comfortable suburbia,E02001213,Stockport 027,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114477 +114477,E00029212,8d2,Hard-Pressed Ethnic Mix,E01005761,Stockport 026A,4c,Hampered neighbourhoods,E02001212,Stockport 026,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114478 +114478,E00029422,6a3,Detached Retirement Living,E01005805,Stockport 035A,8a,Affluent communities,E02001221,Stockport 035,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114479 +114479,E00029257,5b1,Delayed Retirement,E01005776,Stockport 028E,3b,Asian traits,E02001214,Stockport 028,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114480 +114480,E00029232,5b2,Communal Retirement,E01005768,Stockport 025A,8a,Affluent communities,E02001211,Stockport 025,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114481 +114481,E00029684,5a3,Families in Terraces and Flats,E01005854,Stockport 013B,3a,Achieving neighbourhoods,E02001199,Stockport 013,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114482 +114482,E00029923,1c3,Detached Rural Retirement,E01005908,Stockport 017D,8b,Ageing suburbanites,E02001203,Stockport 017,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114483 +114483,E00029386,8b1,Deprived Blue-Collar Terraces,E01005797,Stockport 023C,4b,Constrained renters,E02001209,Stockport 023,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114484 +114484,E00029242,8d2,Hard-Pressed Ethnic Mix,E01005774,Stockport 028D,4c,Hampered neighbourhoods,E02001214,Stockport 028,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114485 +114485,E00029295,8d2,Hard-Pressed Ethnic Mix,E01005781,Stockport 022E,4c,Hampered neighbourhoods,E02001208,Stockport 022,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114486 +114486,E00029296,8d2,Hard-Pressed Ethnic Mix,E01005781,Stockport 022E,4c,Hampered neighbourhoods,E02001208,Stockport 022,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114487 +114487,E00029371,8d2,Hard-Pressed Ethnic Mix,E01005799,Stockport 026D,4c,Hampered neighbourhoods,E02001212,Stockport 026,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114488 +114488,E00029387,8d2,Hard-Pressed Ethnic Mix,E01005804,Stockport 023E,5a,Ageing urban communities,E02001209,Stockport 023,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114489 +114489,E00029396,8d2,Hard-Pressed Ethnic Mix,E01005799,Stockport 026D,4c,Hampered neighbourhoods,E02001212,Stockport 026,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114490 +114490,E00029457,8d2,Hard-Pressed Ethnic Mix,E01005823,Stockport 018F,4c,Hampered neighbourhoods,E02001204,Stockport 018,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114491 +114491,E00029502,8d2,Hard-Pressed Ethnic Mix,E01005824,Stockport 024A,5b,Aspiring urban households,E02001210,Stockport 024,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114492 +114492,E00029533,8d2,Hard-Pressed Ethnic Mix,E01005829,Stockport 024E,4a,Challenged white communities,E02001210,Stockport 024,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114493 +114493,E00029547,8d2,Hard-Pressed Ethnic Mix,E01005834,Stockport 031A,4c,Hampered neighbourhoods,E02001217,Stockport 031,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114494 +114494,E00029659,8d2,Hard-Pressed Ethnic Mix,E01005853,Stockport 011A,3d,Households in terraces and flats,E02001197,Stockport 011,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114495 +114495,E00029727,8d2,Hard-Pressed Ethnic Mix,E01005877,Stockport 019E,4a,Challenged white communities,E02001205,Stockport 019,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114496 +114496,E00029738,8d2,Hard-Pressed Ethnic Mix,E01005874,Stockport 019C,4c,Hampered neighbourhoods,E02001205,Stockport 019,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114497 +114497,E00029774,8d2,Hard-Pressed Ethnic Mix,E01005878,Stockport 020A,5c,Comfortable neighbourhoods,E02001206,Stockport 020,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114498 +114498,E00029776,8d2,Hard-Pressed Ethnic Mix,E01005878,Stockport 020A,5c,Comfortable neighbourhoods,E02001206,Stockport 020,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114499 +114499,E00029809,8d2,Hard-Pressed Ethnic Mix,E01005886,Stockport 001A,4c,Hampered neighbourhoods,E02001187,Stockport 001,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114500 +114500,E00029810,8d2,Hard-Pressed Ethnic Mix,E01005888,Stockport 001B,5b,Aspiring urban households,E02001187,Stockport 001,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114501 +114501,E00029811,8d2,Hard-Pressed Ethnic Mix,E01005888,Stockport 001B,5b,Aspiring urban households,E02001187,Stockport 001,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114502 +114502,E00029812,8d2,Hard-Pressed Ethnic Mix,E01005887,Stockport 002A,4c,Hampered neighbourhoods,E02001188,Stockport 002,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114503 +114503,E00029814,8d2,Hard-Pressed Ethnic Mix,E01005886,Stockport 001A,4c,Hampered neighbourhoods,E02001187,Stockport 001,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114504 +114504,E00029815,8d2,Hard-Pressed Ethnic Mix,E01005886,Stockport 001A,4c,Hampered neighbourhoods,E02001187,Stockport 001,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114505 +114505,E00029820,8d2,Hard-Pressed Ethnic Mix,E01005887,Stockport 002A,4c,Hampered neighbourhoods,E02001188,Stockport 002,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114506 +114506,E00029823,8d2,Hard-Pressed Ethnic Mix,E01005886,Stockport 001A,4c,Hampered neighbourhoods,E02001187,Stockport 001,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114507 +114507,E00029828,8d2,Hard-Pressed Ethnic Mix,E01005889,Stockport 001C,4a,Challenged white communities,E02001187,Stockport 001,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114508 +114508,E00029830,8d2,Hard-Pressed Ethnic Mix,E01005890,Stockport 002B,4c,Hampered neighbourhoods,E02001188,Stockport 002,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114509 +114509,E00029831,8d2,Hard-Pressed Ethnic Mix,E01005894,Stockport 001E,5b,Aspiring urban households,E02001187,Stockport 001,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114510 +114510,E00029839,8d2,Hard-Pressed Ethnic Mix,E01005893,Stockport 002C,4c,Hampered neighbourhoods,E02001188,Stockport 002,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114511 +114511,E00029849,8d2,Hard-Pressed Ethnic Mix,E01005892,Stockport 003B,5b,Aspiring urban households,E02001189,Stockport 003,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114512 +114512,E00029876,8d2,Hard-Pressed Ethnic Mix,E01005905,Stockport 012E,4a,Challenged white communities,E02001198,Stockport 012,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114513 +114513,E00029902,8d2,Hard-Pressed Ethnic Mix,E01005897,Stockport 010A,5d,Endeavouring social renters,E02001196,Stockport 010,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114514 +114514,E00029906,8d2,Hard-Pressed Ethnic Mix,E01005902,Stockport 012D,4a,Challenged white communities,E02001198,Stockport 012,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114515 +114515,E00029953,8d2,Hard-Pressed Ethnic Mix,E01005916,Stockport 007C,3d,Households in terraces and flats,E02001193,Stockport 007,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114516 +114516,E00029954,8d2,Hard-Pressed Ethnic Mix,E01005917,Stockport 007D,4c,Hampered neighbourhoods,E02001193,Stockport 007,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114517 +114517,E00029959,8d2,Hard-Pressed Ethnic Mix,E01005916,Stockport 007C,3d,Households in terraces and flats,E02001193,Stockport 007,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114518 +114518,E00029960,8d2,Hard-Pressed Ethnic Mix,E01005915,Stockport 007B,4a,Challenged white communities,E02001193,Stockport 007,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114519 +114519,E00029979,8d2,Hard-Pressed Ethnic Mix,E01005919,Stockport 002E,4c,Hampered neighbourhoods,E02001188,Stockport 002,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114520 +114520,E00029981,8d2,Hard-Pressed Ethnic Mix,E01005919,Stockport 002E,4c,Hampered neighbourhoods,E02001188,Stockport 002,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114521 +114521,E00030012,8d2,Hard-Pressed Ethnic Mix,E01005928,Stockport 032B,3d,Households in terraces and flats,E02001218,Stockport 032,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114522 +114522,E00030016,8d2,Hard-Pressed Ethnic Mix,E01005928,Stockport 032B,3d,Households in terraces and flats,E02001218,Stockport 032,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114523 +114523,E00029151,8d3,Hard-Pressed European Settlers,E01005757,Stockport 014A,4c,Hampered neighbourhoods,E02001200,Stockport 014,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114524 +114524,E00029180,8d3,Hard-Pressed European Settlers,E01005764,Stockport 016A,4b,Constrained renters,E02001202,Stockport 016,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114525 +114525,E00029531,8b2,Hard-Pressed Rented Terraces,E01005828,Stockport 024D,4a,Challenged white communities,E02001210,Stockport 024,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114526 +114526,E00029534,8b2,Hard-Pressed Rented Terraces,E01005826,Stockport 024B,4a,Challenged white communities,E02001210,Stockport 024,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114527 +114527,E00029536,8b2,Hard-Pressed Rented Terraces,E01005826,Stockport 024B,4a,Challenged white communities,E02001210,Stockport 024,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114528 +114528,E00029779,8b2,Hard-Pressed Rented Terraces,E01005878,Stockport 020A,5c,Comfortable neighbourhoods,E02001206,Stockport 020,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114529 +114529,E00029834,8b2,Hard-Pressed Rented Terraces,E01005889,Stockport 001C,4a,Challenged white communities,E02001187,Stockport 001,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114530 +114530,E00029215,6a1,Indian Tech Achievers,E01005776,Stockport 028E,3b,Asian traits,E02001214,Stockport 028,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114531 +114531,E00029451,8b1,Deprived Blue-Collar Terraces,E01005821,Stockport 018E,4c,Hampered neighbourhoods,E02001204,Stockport 018,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114532 +114532,E00029424,6a3,Detached Retirement Living,E01005805,Stockport 035A,8a,Affluent communities,E02001221,Stockport 035,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114533 +114533,E00029162,7b1,Eastern European Communities,E01005756,Stockport 004D,4d,Hard-pressed flat dwellers,E02001190,Stockport 004,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114534 +114534,E00029241,5b2,Communal Retirement,E01005775,Stockport 025D,8a,Affluent communities,E02001211,Stockport 025,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114535 +114535,E00029362,5b2,Communal Retirement,E01005798,Stockport 027A,3c,Highly qualified professionals,E02001213,Stockport 027,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114536 +114536,E00029712,5a3,Families in Terraces and Flats,E01005866,Stockport 006C,3d,Households in terraces and flats,E02001192,Stockport 006,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114537 +114537,E00029366,5b2,Communal Retirement,E01005798,Stockport 027A,3c,Highly qualified professionals,E02001213,Stockport 027,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114538 +114538,E00029454,8b1,Deprived Blue-Collar Terraces,E01005817,Stockport 016C,3d,Households in terraces and flats,E02001202,Stockport 016,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114539 +114539,E00029721,5a3,Families in Terraces and Flats,E01005866,Stockport 006C,3d,Households in terraces and flats,E02001192,Stockport 006,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114540 +114540,E00029377,5b2,Communal Retirement,E01005801,Stockport 027B,3d,Households in terraces and flats,E02001213,Stockport 027,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114541 +114541,E00029159,7b3,Endeavouring Flat Dwellers,E01005758,Stockport 014B,4d,Hard-pressed flat dwellers,E02001200,Stockport 014,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114542 +114542,E00029428,6a3,Detached Retirement Living,E01005808,Stockport 037A,8a,Affluent communities,E02001223,Stockport 037,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114543 +114543,E00029429,6a3,Detached Retirement Living,E01005807,Stockport 035B,8b,Ageing suburbanites,E02001221,Stockport 035,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114544 +114544,E00029259,5b1,Delayed Retirement,E01005776,Stockport 028E,3b,Asian traits,E02001214,Stockport 028,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114545 +114545,E00029431,6a3,Detached Retirement Living,E01005807,Stockport 035B,8b,Ageing suburbanites,E02001221,Stockport 035,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114546 +114546,E00029434,6a3,Detached Retirement Living,E01005807,Stockport 035B,8b,Ageing suburbanites,E02001221,Stockport 035,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114547 +114547,E00029446,6a3,Detached Retirement Living,E01005814,Stockport 033C,8b,Ageing suburbanites,E02001219,Stockport 033,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114548 +114548,E00029498,6a3,Detached Retirement Living,E01005833,Stockport 021B,5c,Comfortable neighbourhoods,E02001207,Stockport 021,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114549 +114549,E00029542,6a3,Detached Retirement Living,E01005843,Stockport 021E,8b,Ageing suburbanites,E02001207,Stockport 021,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114550 +114550,E00029558,6a3,Detached Retirement Living,E01005839,Stockport 035C,8b,Ageing suburbanites,E02001221,Stockport 035,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114551 +114551,E00029568,6a3,Detached Retirement Living,E01005836,Stockport 031B,5c,Comfortable neighbourhoods,E02001217,Stockport 031,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114552 +114552,E00029571,6a3,Detached Retirement Living,E01005839,Stockport 035C,8b,Ageing suburbanites,E02001221,Stockport 035,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114553 +114553,E00029582,6a3,Detached Retirement Living,E01005842,Stockport 038A,8b,Ageing suburbanites,E02001224,Stockport 038,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114554 +114554,E00029583,6a3,Detached Retirement Living,E01005835,Stockport 021C,8b,Ageing suburbanites,E02001207,Stockport 021,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114555 +114555,E00029791,6a3,Detached Retirement Living,E01005883,Stockport 017C,8a,Affluent communities,E02001203,Stockport 017,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114556 +114556,E00029794,6a3,Detached Retirement Living,E01005881,Stockport 017B,8a,Affluent communities,E02001203,Stockport 017,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114557 +114557,E00029795,6a3,Detached Retirement Living,E01005883,Stockport 017C,8a,Affluent communities,E02001203,Stockport 017,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114558 +114558,E00029797,6a3,Detached Retirement Living,E01005884,Stockport 020D,8a,Affluent communities,E02001206,Stockport 020,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114559 +114559,E00029798,6a3,Detached Retirement Living,E01005881,Stockport 017B,8a,Affluent communities,E02001203,Stockport 017,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114560 +114560,E00029800,6a3,Detached Retirement Living,E01005882,Stockport 020C,8a,Affluent communities,E02001206,Stockport 020,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114561 +114561,E00029804,6a3,Detached Retirement Living,E01005884,Stockport 020D,8a,Affluent communities,E02001206,Stockport 020,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114562 +114562,E00029829,6a3,Detached Retirement Living,E01005891,Stockport 001D,8b,Ageing suburbanites,E02001187,Stockport 001,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114563 +114563,E00029840,6a3,Detached Retirement Living,E01005891,Stockport 001D,8b,Ageing suburbanites,E02001187,Stockport 001,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114564 +114564,E00029455,8b1,Deprived Blue-Collar Terraces,E01005816,Stockport 016B,3d,Households in terraces and flats,E02001202,Stockport 016,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114565 +114565,E00029675,7b3,Endeavouring Flat Dwellers,E01005861,Stockport 011D,5c,Comfortable neighbourhoods,E02001197,Stockport 011,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114566 +114566,E00029385,5b2,Communal Retirement,E01005804,Stockport 023E,5a,Ageing urban communities,E02001209,Stockport 023,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114567 +114567,E00029723,5a3,Families in Terraces and Flats,E01005864,Stockport 006B,3c,Highly qualified professionals,E02001192,Stockport 006,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114568 +114568,E00029870,6a3,Detached Retirement Living,E01005901,Stockport 012C,8b,Ageing suburbanites,E02001198,Stockport 012,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114569 +114569,E00029872,6a3,Detached Retirement Living,E01005903,Stockport 010D,8b,Ageing suburbanites,E02001196,Stockport 010,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114570 +114570,E00029883,6a3,Detached Retirement Living,E01005903,Stockport 010D,8b,Ageing suburbanites,E02001196,Stockport 010,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114571 +114571,E00029885,6a3,Detached Retirement Living,E01005903,Stockport 010D,8b,Ageing suburbanites,E02001196,Stockport 010,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114572 +114572,E00029899,6a3,Detached Retirement Living,E01005900,Stockport 010C,5c,Comfortable neighbourhoods,E02001196,Stockport 010,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114573 +114573,E00029904,6a3,Detached Retirement Living,E01005901,Stockport 012C,8b,Ageing suburbanites,E02001198,Stockport 012,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114574 +114574,E00029911,6a3,Detached Retirement Living,E01005907,Stockport 038C,8a,Affluent communities,E02001224,Stockport 038,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114575 +114575,E00029912,6a3,Detached Retirement Living,E01005908,Stockport 017D,8b,Ageing suburbanites,E02001203,Stockport 017,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114576 +114576,E00029916,6a3,Detached Retirement Living,E01005911,Stockport 029C,8a,Affluent communities,E02001215,Stockport 029,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114577 +114577,E00029927,6a3,Detached Retirement Living,E01005913,Stockport 038D,8b,Ageing suburbanites,E02001224,Stockport 038,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114578 +114578,E00029928,6a3,Detached Retirement Living,E01005907,Stockport 038C,8a,Affluent communities,E02001224,Stockport 038,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114579 +114579,E00029932,6a3,Detached Retirement Living,E01005907,Stockport 038C,8a,Affluent communities,E02001224,Stockport 038,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114580 +114580,E00029933,6a3,Detached Retirement Living,E01005906,Stockport 038B,8a,Affluent communities,E02001224,Stockport 038,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114581 +114581,E00029935,6a3,Detached Retirement Living,E01005906,Stockport 038B,8a,Affluent communities,E02001224,Stockport 038,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114582 +114582,E00029936,6a3,Detached Retirement Living,E01005906,Stockport 038B,8a,Affluent communities,E02001224,Stockport 038,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114583 +114583,E00029938,6a3,Detached Retirement Living,E01005908,Stockport 017D,8b,Ageing suburbanites,E02001203,Stockport 017,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114584 +114584,E00030000,6a3,Detached Retirement Living,E01005931,Stockport 041D,8a,Affluent communities,E02001227,Stockport 041,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114585 +114585,E00030001,6a3,Detached Retirement Living,E01005924,Stockport 042A,8a,Affluent communities,E02001228,Stockport 042,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114586 +114586,E00030005,6a3,Detached Retirement Living,E01005923,Stockport 041C,8a,Affluent communities,E02001227,Stockport 041,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114587 +114587,E00030008,6a3,Detached Retirement Living,E01005926,Stockport 042C,8a,Affluent communities,E02001228,Stockport 042,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114588 +114588,E00030025,6a3,Detached Retirement Living,E01005930,Stockport 032D,8a,Affluent communities,E02001218,Stockport 032,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114589 +114589,E00030027,6a3,Detached Retirement Living,E01005930,Stockport 032D,8a,Affluent communities,E02001218,Stockport 032,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114590 +114590,E00029472,8b1,Deprived Blue-Collar Terraces,E01005820,Stockport 018D,5a,Ageing urban communities,E02001204,Stockport 018,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114591 +114591,E00029488,8b1,Deprived Blue-Collar Terraces,E01005816,Stockport 016B,3d,Households in terraces and flats,E02001202,Stockport 016,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114592 +114592,E00029489,8b1,Deprived Blue-Collar Terraces,E01005822,Stockport 016D,4d,Hard-pressed flat dwellers,E02001202,Stockport 016,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114593 +114593,E00029522,8b1,Deprived Blue-Collar Terraces,E01005824,Stockport 024A,5b,Aspiring urban households,E02001210,Stockport 024,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114594 +114594,E00029743,5a3,Families in Terraces and Flats,E01005870,Stockport 015A,5b,Aspiring urban households,E02001201,Stockport 015,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114595 +114595,E00029739,8b1,Deprived Blue-Collar Terraces,E01005876,Stockport 019D,5b,Aspiring urban households,E02001205,Stockport 019,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114596 +114596,E00029741,8b1,Deprived Blue-Collar Terraces,E01005877,Stockport 019E,4a,Challenged white communities,E02001205,Stockport 019,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114597 +114597,E00029744,8b1,Deprived Blue-Collar Terraces,E01005870,Stockport 015A,5b,Aspiring urban households,E02001201,Stockport 015,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114598 +114598,E00029397,5b2,Communal Retirement,E01005801,Stockport 027B,3d,Households in terraces and flats,E02001213,Stockport 027,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114599 +114599,E00029768,5a3,Families in Terraces and Flats,E01005875,Stockport 015D,5b,Aspiring urban households,E02001201,Stockport 015,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114600 +114600,E00029790,1a2,Established Farming Communities,E01005880,Stockport 017A,8c,Comfortable suburbia,E02001203,Stockport 017,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114601 +114601,E00029745,8b1,Deprived Blue-Collar Terraces,E01005871,Stockport 015B,5b,Aspiring urban households,E02001201,Stockport 015,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114602 +114602,E00029432,5b2,Communal Retirement,E01005810,Stockport 037C,3c,Highly qualified professionals,E02001223,Stockport 037,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114603 +114603,E00029777,5a3,Families in Terraces and Flats,E01005879,Stockport 020B,5c,Comfortable neighbourhoods,E02001206,Stockport 020,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114604 +114604,E00029088,5a3,Families in Terraces and Flats,E01005749,Stockport 009C,8c,Comfortable suburbia,E02001195,Stockport 009,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114605 +114605,E00029747,8b1,Deprived Blue-Collar Terraces,E01005872,Stockport 019B,4c,Hampered neighbourhoods,E02001205,Stockport 019,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114606 +114606,E00029439,5b2,Communal Retirement,E01005810,Stockport 037C,3c,Highly qualified professionals,E02001223,Stockport 037,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114607 +114607,E00029845,5a3,Families in Terraces and Flats,E01005893,Stockport 002C,4c,Hampered neighbourhoods,E02001188,Stockport 002,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114608 +114608,E00029274,5b1,Delayed Retirement,E01005786,Stockport 030E,8a,Affluent communities,E02001216,Stockport 030,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114609 +114609,E00029104,5a3,Families in Terraces and Flats,E01005745,Stockport 005A,5b,Aspiring urban households,E02001191,Stockport 005,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114610 +114610,E00029185,5a3,Families in Terraces and Flats,E01005760,Stockport 023B,3d,Households in terraces and flats,E02001209,Stockport 023,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114611 +114611,E00029187,5a3,Families in Terraces and Flats,E01005760,Stockport 023B,3d,Households in terraces and flats,E02001209,Stockport 023,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114612 +114612,E00029193,5a3,Families in Terraces and Flats,E01005764,Stockport 016A,4b,Constrained renters,E02001202,Stockport 016,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114613 +114613,E00029197,5a3,Families in Terraces and Flats,E01005764,Stockport 016A,4b,Constrained renters,E02001202,Stockport 016,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114614 +114614,E00029224,5a3,Families in Terraces and Flats,E01005769,Stockport 022A,3a,Achieving neighbourhoods,E02001208,Stockport 022,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114615 +114615,E00029225,5a3,Families in Terraces and Flats,E01005769,Stockport 022A,3a,Achieving neighbourhoods,E02001208,Stockport 022,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114616 +114616,E00029231,5a3,Families in Terraces and Flats,E01005769,Stockport 022A,3a,Achieving neighbourhoods,E02001208,Stockport 022,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114617 +114617,E00029233,5a3,Families in Terraces and Flats,E01005769,Stockport 022A,3a,Achieving neighbourhoods,E02001208,Stockport 022,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114618 +114618,E00029238,5a3,Families in Terraces and Flats,E01005769,Stockport 022A,3a,Achieving neighbourhoods,E02001208,Stockport 022,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114619 +114619,E00029306,5a3,Families in Terraces and Flats,E01005781,Stockport 022E,4c,Hampered neighbourhoods,E02001208,Stockport 022,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114620 +114620,E00029364,5a3,Families in Terraces and Flats,E01005801,Stockport 027B,3d,Households in terraces and flats,E02001213,Stockport 027,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114621 +114621,E00029382,5a3,Families in Terraces and Flats,E01005797,Stockport 023C,4b,Constrained renters,E02001209,Stockport 023,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114622 +114622,E00029384,5a3,Families in Terraces and Flats,E01005804,Stockport 023E,5a,Ageing urban communities,E02001209,Stockport 023,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114623 +114623,E00029388,5a3,Families in Terraces and Flats,E01005797,Stockport 023C,4b,Constrained renters,E02001209,Stockport 023,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114624 +114624,E00029390,5a3,Families in Terraces and Flats,E01005797,Stockport 023C,4b,Constrained renters,E02001209,Stockport 023,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114625 +114625,E00029449,5a3,Families in Terraces and Flats,E01005816,Stockport 016B,3d,Households in terraces and flats,E02001202,Stockport 016,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114626 +114626,E00029450,5a3,Families in Terraces and Flats,E01005816,Stockport 016B,3d,Households in terraces and flats,E02001202,Stockport 016,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114627 +114627,E00029458,5a3,Families in Terraces and Flats,E01005817,Stockport 016C,3d,Households in terraces and flats,E02001202,Stockport 016,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114628 +114628,E00029462,5a3,Families in Terraces and Flats,E01005816,Stockport 016B,3d,Households in terraces and flats,E02001202,Stockport 016,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114629 +114629,E00029465,5a3,Families in Terraces and Flats,E01005817,Stockport 016C,3d,Households in terraces and flats,E02001202,Stockport 016,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114630 +114630,E00029468,5a3,Families in Terraces and Flats,E01005817,Stockport 016C,3d,Households in terraces and flats,E02001202,Stockport 016,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114631 +114631,E00029471,5a3,Families in Terraces and Flats,E01005818,Stockport 018B,4c,Hampered neighbourhoods,E02001204,Stockport 018,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114632 +114632,E00029476,5a3,Families in Terraces and Flats,E01005816,Stockport 016B,3d,Households in terraces and flats,E02001202,Stockport 016,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114633 +114633,E00029482,5a3,Families in Terraces and Flats,E01005819,Stockport 018C,8c,Comfortable suburbia,E02001204,Stockport 018,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114634 +114634,E00029495,5a3,Families in Terraces and Flats,E01005830,Stockport 027E,3d,Households in terraces and flats,E02001213,Stockport 027,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114635 +114635,E00029506,5a3,Families in Terraces and Flats,E01005825,Stockport 019A,3d,Households in terraces and flats,E02001205,Stockport 019,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114636 +114636,E00029515,5a3,Families in Terraces and Flats,E01005830,Stockport 027E,3d,Households in terraces and flats,E02001213,Stockport 027,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114637 +114637,E00029520,5a3,Families in Terraces and Flats,E01005831,Stockport 027F,3a,Achieving neighbourhoods,E02001213,Stockport 027,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114638 +114638,E00029550,5a3,Families in Terraces and Flats,E01005838,Stockport 031C,3d,Households in terraces and flats,E02001217,Stockport 031,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114639 +114639,E00029553,5a3,Families in Terraces and Flats,E01005836,Stockport 031B,5c,Comfortable neighbourhoods,E02001217,Stockport 031,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114640 +114640,E00029556,5a3,Families in Terraces and Flats,E01005838,Stockport 031C,3d,Households in terraces and flats,E02001217,Stockport 031,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114641 +114641,E00029564,5a3,Families in Terraces and Flats,E01005838,Stockport 031C,3d,Households in terraces and flats,E02001217,Stockport 031,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114642 +114642,E00029566,5a3,Families in Terraces and Flats,E01005840,Stockport 031D,3d,Households in terraces and flats,E02001217,Stockport 031,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114643 +114643,E00029570,5a3,Families in Terraces and Flats,E01005838,Stockport 031C,3d,Households in terraces and flats,E02001217,Stockport 031,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114644 +114644,E00029634,5a3,Families in Terraces and Flats,E01005860,Stockport 011C,8a,Affluent communities,E02001197,Stockport 011,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114645 +114645,E00029854,5a3,Families in Terraces and Flats,E01005896,Stockport 002D,4c,Hampered neighbourhoods,E02001188,Stockport 002,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114646 +114646,E00029475,5b2,Communal Retirement,E01005820,Stockport 018D,5a,Ageing urban communities,E02001204,Stockport 018,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114647 +114647,E00029855,5a3,Families in Terraces and Flats,E01005896,Stockport 002D,4c,Hampered neighbourhoods,E02001188,Stockport 002,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114648 +114648,E00029577,5b2,Communal Retirement,E01005841,Stockport 035D,8a,Affluent communities,E02001221,Stockport 035,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114649 +114649,E00029858,5a3,Families in Terraces and Flats,E01005896,Stockport 002D,4c,Hampered neighbourhoods,E02001188,Stockport 002,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114650 +114650,E00029607,5b2,Communal Retirement,E01005848,Stockport 040C,3b,Asian traits,E02001226,Stockport 040,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114651 +114651,E00029859,5a3,Families in Terraces and Flats,E01005896,Stockport 002D,4c,Hampered neighbourhoods,E02001188,Stockport 002,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114652 +114652,E00029316,5b1,Delayed Retirement,E01005793,Stockport 039C,3a,Achieving neighbourhoods,E02001225,Stockport 039,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114653 +114653,E00029665,5b2,Communal Retirement,E01005859,Stockport 008A,3c,Highly qualified professionals,E02001194,Stockport 008,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114654 +114654,E00029942,5a3,Families in Terraces and Flats,E01005910,Stockport 029B,5c,Comfortable neighbourhoods,E02001215,Stockport 029,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114655 +114655,E00029326,5b1,Delayed Retirement,E01005793,Stockport 039C,3a,Achieving neighbourhoods,E02001225,Stockport 039,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114656 +114656,E00029666,5b2,Communal Retirement,E01005859,Stockport 008A,3c,Highly qualified professionals,E02001194,Stockport 008,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114657 +114657,E00029991,5a3,Families in Terraces and Flats,E01005922,Stockport 003F,5b,Aspiring urban households,E02001189,Stockport 003,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114658 +114658,E00029334,5b1,Delayed Retirement,E01005789,Stockport 039A,8c,Comfortable suburbia,E02001225,Stockport 039,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114659 +114659,E00029748,8b1,Deprived Blue-Collar Terraces,E01005871,Stockport 015B,5b,Aspiring urban households,E02001201,Stockport 015,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114660 +114660,E00029152,7a2,Hampered Aspiration,E01005758,Stockport 014B,4d,Hard-pressed flat dwellers,E02001200,Stockport 014,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114661 +114661,E00029358,5b1,Delayed Retirement,E01005798,Stockport 027A,3c,Highly qualified professionals,E02001213,Stockport 027,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114662 +114662,E00029673,5b2,Communal Retirement,E01005859,Stockport 008A,3c,Highly qualified professionals,E02001194,Stockport 008,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114663 +114663,E00029156,7a2,Hampered Aspiration,E01005758,Stockport 014B,4d,Hard-pressed flat dwellers,E02001200,Stockport 014,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114664 +114664,E00029752,8b1,Deprived Blue-Collar Terraces,E01005872,Stockport 019B,4c,Hampered neighbourhoods,E02001205,Stockport 019,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114665 +114665,E00029361,5b1,Delayed Retirement,E01005802,Stockport 027C,8c,Comfortable suburbia,E02001213,Stockport 027,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114666 +114666,E00029677,5b2,Communal Retirement,E01005858,Stockport 013E,3a,Achieving neighbourhoods,E02001199,Stockport 013,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114667 +114667,E00029158,7a2,Hampered Aspiration,E01005758,Stockport 014B,4d,Hard-pressed flat dwellers,E02001200,Stockport 014,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114668 +114668,E00029183,7a2,Hampered Aspiration,E01005766,Stockport 014C,7a,Urban cultural mix,E02001200,Stockport 014,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114669 +114669,E00029383,7a2,Hampered Aspiration,E01005804,Stockport 023E,5a,Ageing urban communities,E02001209,Stockport 023,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114670 +114670,E00029453,7a2,Hampered Aspiration,E01005823,Stockport 018F,4c,Hampered neighbourhoods,E02001204,Stockport 018,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114671 +114671,E00029460,7a2,Hampered Aspiration,E01005822,Stockport 016D,4d,Hard-pressed flat dwellers,E02001202,Stockport 016,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114672 +114672,E00029463,7a2,Hampered Aspiration,E01005821,Stockport 018E,4c,Hampered neighbourhoods,E02001204,Stockport 018,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114673 +114673,E00029467,7a2,Hampered Aspiration,E01005817,Stockport 016C,3d,Households in terraces and flats,E02001202,Stockport 016,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114674 +114674,E00029487,7a2,Hampered Aspiration,E01005822,Stockport 016D,4d,Hard-pressed flat dwellers,E02001202,Stockport 016,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114675 +114675,E00029557,7a2,Hampered Aspiration,E01005840,Stockport 031D,3d,Households in terraces and flats,E02001217,Stockport 031,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114676 +114676,E00029572,7a2,Hampered Aspiration,E01005840,Stockport 031D,3d,Households in terraces and flats,E02001217,Stockport 031,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114677 +114677,E00029728,7a2,Hampered Aspiration,E01005872,Stockport 019B,4c,Hampered neighbourhoods,E02001205,Stockport 019,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114678 +114678,E00029733,7a2,Hampered Aspiration,E01005874,Stockport 019C,4c,Hampered neighbourhoods,E02001205,Stockport 019,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114679 +114679,E00029736,7a2,Hampered Aspiration,E01005877,Stockport 019E,4a,Challenged white communities,E02001205,Stockport 019,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114680 +114680,E00029749,7a2,Hampered Aspiration,E01005872,Stockport 019B,4c,Hampered neighbourhoods,E02001205,Stockport 019,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114681 +114681,E00029770,7a2,Hampered Aspiration,E01005885,Stockport 020E,5a,Ageing urban communities,E02001206,Stockport 020,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114682 +114682,E00029955,7a2,Hampered Aspiration,E01005921,Stockport 003E,4c,Hampered neighbourhoods,E02001189,Stockport 003,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114683 +114683,E00029956,7a2,Hampered Aspiration,E01005921,Stockport 003E,4c,Hampered neighbourhoods,E02001189,Stockport 003,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114684 +114684,E00029961,7a2,Hampered Aspiration,E01005915,Stockport 007B,4a,Challenged white communities,E02001193,Stockport 007,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114685 +114685,E00029964,7a2,Hampered Aspiration,E01005917,Stockport 007D,4c,Hampered neighbourhoods,E02001193,Stockport 007,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114686 +114686,E00029968,7a2,Hampered Aspiration,E01005917,Stockport 007D,4c,Hampered neighbourhoods,E02001193,Stockport 007,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114687 +114687,E00029971,7a2,Hampered Aspiration,E01005917,Stockport 007D,4c,Hampered neighbourhoods,E02001193,Stockport 007,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114688 +114688,E00029976,7a2,Hampered Aspiration,E01005917,Stockport 007D,4c,Hampered neighbourhoods,E02001193,Stockport 007,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114689 +114689,E00029978,7a2,Hampered Aspiration,E01005919,Stockport 002E,4c,Hampered neighbourhoods,E02001188,Stockport 002,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114690 +114690,E00168628,7a2,Hampered Aspiration,E01005893,Stockport 002C,4c,Hampered neighbourhoods,E02001188,Stockport 002,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114691 +114691,E00168631,7a2,Hampered Aspiration,E01005874,Stockport 019C,4c,Hampered neighbourhoods,E02001205,Stockport 019,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114692 +114692,E00029099,8d2,Hard-Pressed Ethnic Mix,E01005745,Stockport 005A,5b,Aspiring urban households,E02001191,Stockport 005,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114693 +114693,E00029124,8d2,Hard-Pressed Ethnic Mix,E01005752,Stockport 012A,4c,Hampered neighbourhoods,E02001198,Stockport 012,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114694 +114694,E00029142,8d2,Hard-Pressed Ethnic Mix,E01005755,Stockport 004C,4c,Hampered neighbourhoods,E02001190,Stockport 004,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114695 +114695,E00029168,8d2,Hard-Pressed Ethnic Mix,E01005753,Stockport 004A,4c,Hampered neighbourhoods,E02001190,Stockport 004,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114696 +114696,E00029173,8d2,Hard-Pressed Ethnic Mix,E01005763,Stockport 026C,4c,Hampered neighbourhoods,E02001212,Stockport 026,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114697 +114697,E00029204,8d2,Hard-Pressed Ethnic Mix,E01005761,Stockport 026A,4c,Hampered neighbourhoods,E02001212,Stockport 026,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114698 +114698,E00029205,8d2,Hard-Pressed Ethnic Mix,E01005759,Stockport 023A,3a,Achieving neighbourhoods,E02001209,Stockport 023,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114699 +114699,E00029753,8b1,Deprived Blue-Collar Terraces,E01005872,Stockport 019B,4c,Hampered neighbourhoods,E02001205,Stockport 019,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114700 +114700,E00029757,8b1,Deprived Blue-Collar Terraces,E01005872,Stockport 019B,4c,Hampered neighbourhoods,E02001205,Stockport 019,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114701 +114701,E00029765,8b1,Deprived Blue-Collar Terraces,E01005871,Stockport 015B,5b,Aspiring urban households,E02001201,Stockport 015,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114702 +114702,E00029826,8b1,Deprived Blue-Collar Terraces,E01005889,Stockport 001C,4a,Challenged white communities,E02001187,Stockport 001,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114703 +114703,E00029835,8b1,Deprived Blue-Collar Terraces,E01005889,Stockport 001C,4a,Challenged white communities,E02001187,Stockport 001,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114704 +114704,E00029838,8b1,Deprived Blue-Collar Terraces,E01005894,Stockport 001E,5b,Aspiring urban households,E02001187,Stockport 001,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114705 +114705,E00029841,8b1,Deprived Blue-Collar Terraces,E01005893,Stockport 002C,4c,Hampered neighbourhoods,E02001188,Stockport 002,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114706 +114706,E00029842,8b1,Deprived Blue-Collar Terraces,E01005894,Stockport 001E,5b,Aspiring urban households,E02001187,Stockport 001,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114707 +114707,E00029843,8b1,Deprived Blue-Collar Terraces,E01005893,Stockport 002C,4c,Hampered neighbourhoods,E02001188,Stockport 002,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114708 +114708,E00029856,8b1,Deprived Blue-Collar Terraces,E01005896,Stockport 002D,4c,Hampered neighbourhoods,E02001188,Stockport 002,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114709 +114709,E00029860,8b1,Deprived Blue-Collar Terraces,E01005886,Stockport 001A,4c,Hampered neighbourhoods,E02001187,Stockport 001,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114710 +114710,E00029952,8b1,Deprived Blue-Collar Terraces,E01005915,Stockport 007B,4a,Challenged white communities,E02001193,Stockport 007,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114711 +114711,E00029965,8b1,Deprived Blue-Collar Terraces,E01005916,Stockport 007C,3d,Households in terraces and flats,E02001193,Stockport 007,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114712 +114712,E00029982,8b1,Deprived Blue-Collar Terraces,E01005921,Stockport 003E,4c,Hampered neighbourhoods,E02001189,Stockport 003,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114713 +114713,E00029996,8b1,Deprived Blue-Collar Terraces,E01005914,Stockport 007A,4c,Hampered neighbourhoods,E02001193,Stockport 007,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114714 +114714,E00029997,8b1,Deprived Blue-Collar Terraces,E01005914,Stockport 007A,4c,Hampered neighbourhoods,E02001193,Stockport 007,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114715 +114715,E00029157,7b2,Deprived Neighbourhoods,E01005758,Stockport 014B,4d,Hard-pressed flat dwellers,E02001200,Stockport 014,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114716 +114716,E00029160,7b2,Deprived Neighbourhoods,E01005758,Stockport 014B,4d,Hard-pressed flat dwellers,E02001200,Stockport 014,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114717 +114717,E00029161,7b2,Deprived Neighbourhoods,E01005758,Stockport 014B,4d,Hard-pressed flat dwellers,E02001200,Stockport 014,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114718 +114718,E00029461,7b2,Deprived Neighbourhoods,E01005822,Stockport 016D,4d,Hard-pressed flat dwellers,E02001202,Stockport 016,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114719 +114719,E00029486,7b2,Deprived Neighbourhoods,E01005822,Stockport 016D,4d,Hard-pressed flat dwellers,E02001202,Stockport 016,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114720 +114720,E00029755,7b2,Deprived Neighbourhoods,E01005874,Stockport 019C,4c,Hampered neighbourhoods,E02001205,Stockport 019,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114721 +114721,E00029967,7b2,Deprived Neighbourhoods,E01005918,Stockport 014D,4d,Hard-pressed flat dwellers,E02001200,Stockport 014,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114722 +114722,E00029969,7b2,Deprived Neighbourhoods,E01005918,Stockport 014D,4d,Hard-pressed flat dwellers,E02001200,Stockport 014,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114723 +114723,E00029973,7b2,Deprived Neighbourhoods,E01005918,Stockport 014D,4d,Hard-pressed flat dwellers,E02001200,Stockport 014,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114724 +114724,E00029106,6a3,Detached Retirement Living,E01005748,Stockport 005D,8b,Ageing suburbanites,E02001191,Stockport 005,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114725 +114725,E00029121,6a3,Detached Retirement Living,E01005749,Stockport 009C,8c,Comfortable suburbia,E02001195,Stockport 009,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114726 +114726,E00029690,5b2,Communal Retirement,E01005863,Stockport 006A,3c,Highly qualified professionals,E02001192,Stockport 006,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114727 +114727,E00029302,6a3,Detached Retirement Living,E01005783,Stockport 030B,8c,Comfortable suburbia,E02001216,Stockport 030,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114728 +114728,E00029315,6a3,Detached Retirement Living,E01005794,Stockport 041B,8a,Affluent communities,E02001227,Stockport 041,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114729 +114729,E00029321,6a3,Detached Retirement Living,E01005792,Stockport 041A,8a,Affluent communities,E02001227,Stockport 041,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114730 +114730,E00029323,6a3,Detached Retirement Living,E01005792,Stockport 041A,8a,Affluent communities,E02001227,Stockport 041,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114731 +114731,E00029336,6a3,Detached Retirement Living,E01005788,Stockport 034C,8a,Affluent communities,E02001220,Stockport 034,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114732 +114732,E00029380,5b1,Delayed Retirement,E01005803,Stockport 027D,8a,Affluent communities,E02001213,Stockport 027,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114733 +114733,E00029391,5b1,Delayed Retirement,E01005798,Stockport 027A,3c,Highly qualified professionals,E02001213,Stockport 027,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114734 +114734,E00029403,5b1,Delayed Retirement,E01005810,Stockport 037C,3c,Highly qualified professionals,E02001223,Stockport 037,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114735 +114735,E00029406,5b1,Delayed Retirement,E01005811,Stockport 037D,8a,Affluent communities,E02001223,Stockport 037,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114736 +114736,E00029407,5b1,Delayed Retirement,E01005813,Stockport 033B,8a,Affluent communities,E02001219,Stockport 033,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114737 +114737,E00029445,5b1,Delayed Retirement,E01005811,Stockport 037D,8a,Affluent communities,E02001223,Stockport 037,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114738 +114738,E00029509,5b1,Delayed Retirement,E01005825,Stockport 019A,3d,Households in terraces and flats,E02001205,Stockport 019,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114739 +114739,E00029513,5b1,Delayed Retirement,E01005827,Stockport 024C,5c,Comfortable neighbourhoods,E02001210,Stockport 024,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114740 +114740,E00029609,5b1,Delayed Retirement,E01005850,Stockport 040D,3d,Households in terraces and flats,E02001226,Stockport 040,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114741 +114741,E00029612,5b1,Delayed Retirement,E01005844,Stockport 036A,8a,Affluent communities,E02001222,Stockport 036,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114742 +114742,E00029637,5b1,Delayed Retirement,E01005855,Stockport 013C,3b,Asian traits,E02001199,Stockport 013,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114743 +114743,E00029648,5b1,Delayed Retirement,E01005855,Stockport 013C,3b,Asian traits,E02001199,Stockport 013,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114744 +114744,E00029650,5b1,Delayed Retirement,E01005856,Stockport 011B,3b,Asian traits,E02001197,Stockport 011,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114745 +114745,E00029652,5b1,Delayed Retirement,E01005857,Stockport 013D,3b,Asian traits,E02001199,Stockport 013,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114746 +114746,E00029656,5b1,Delayed Retirement,E01005857,Stockport 013D,3b,Asian traits,E02001199,Stockport 013,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114747 +114747,E00029668,5b1,Delayed Retirement,E01005859,Stockport 008A,3c,Highly qualified professionals,E02001194,Stockport 008,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114748 +114748,E00029669,5b1,Delayed Retirement,E01005859,Stockport 008A,3c,Highly qualified professionals,E02001194,Stockport 008,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114749 +114749,E00029685,5b1,Delayed Retirement,E01005867,Stockport 008C,3c,Highly qualified professionals,E02001194,Stockport 008,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114750 +114750,E00029687,5b1,Delayed Retirement,E01005867,Stockport 008C,3c,Highly qualified professionals,E02001194,Stockport 008,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114751 +114751,E00029689,5b1,Delayed Retirement,E01005866,Stockport 006C,3d,Households in terraces and flats,E02001192,Stockport 006,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114752 +114752,E00029691,5b1,Delayed Retirement,E01005865,Stockport 008B,8a,Affluent communities,E02001194,Stockport 008,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114753 +114753,E00029694,5b1,Delayed Retirement,E01005863,Stockport 006A,3c,Highly qualified professionals,E02001192,Stockport 006,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114754 +114754,E00029695,5b1,Delayed Retirement,E01005865,Stockport 008B,8a,Affluent communities,E02001194,Stockport 008,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114755 +114755,E00029696,5b1,Delayed Retirement,E01005863,Stockport 006A,3c,Highly qualified professionals,E02001192,Stockport 006,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114756 +114756,E00029697,5b1,Delayed Retirement,E01005865,Stockport 008B,8a,Affluent communities,E02001194,Stockport 008,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114757 +114757,E00029710,5b1,Delayed Retirement,E01005866,Stockport 006C,3d,Households in terraces and flats,E02001192,Stockport 006,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114758 +114758,E00029722,5b1,Delayed Retirement,E01005863,Stockport 006A,3c,Highly qualified professionals,E02001192,Stockport 006,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114759 +114759,E00029725,5b1,Delayed Retirement,E01005863,Stockport 006A,3c,Highly qualified professionals,E02001192,Stockport 006,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114760 +114760,E00029726,5b1,Delayed Retirement,E01005868,Stockport 008D,8a,Affluent communities,E02001194,Stockport 008,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114761 +114761,E00029833,5b1,Delayed Retirement,E01005891,Stockport 001D,8b,Ageing suburbanites,E02001187,Stockport 001,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114762 +114762,E00029866,5b1,Delayed Retirement,E01005904,Stockport 010E,8a,Affluent communities,E02001196,Stockport 010,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114763 +114763,E00030003,5b1,Delayed Retirement,E01005929,Stockport 032C,8a,Affluent communities,E02001218,Stockport 032,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114764 +114764,E00030021,5b1,Delayed Retirement,E01005929,Stockport 032C,8a,Affluent communities,E02001218,Stockport 032,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114765 +114765,E00030031,5b1,Delayed Retirement,E01005925,Stockport 042B,8a,Affluent communities,E02001228,Stockport 042,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114766 +114766,E00029114,8b1,Deprived Blue-Collar Terraces,E01005751,Stockport 009E,5b,Aspiring urban households,E02001195,Stockport 009,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114767 +114767,E00029123,8b1,Deprived Blue-Collar Terraces,E01005751,Stockport 009E,5b,Aspiring urban households,E02001195,Stockport 009,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114768 +114768,E00029153,8b1,Deprived Blue-Collar Terraces,E01005757,Stockport 014A,4c,Hampered neighbourhoods,E02001200,Stockport 014,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114769 +114769,E00029154,8b1,Deprived Blue-Collar Terraces,E01005757,Stockport 014A,4c,Hampered neighbourhoods,E02001200,Stockport 014,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114770 +114770,E00029186,8b1,Deprived Blue-Collar Terraces,E01005764,Stockport 016A,4b,Constrained renters,E02001202,Stockport 016,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114771 +114771,E00029700,5b2,Communal Retirement,E01005867,Stockport 008C,3c,Highly qualified professionals,E02001194,Stockport 008,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114772 +114772,E00029716,5b2,Communal Retirement,E01005864,Stockport 006B,3c,Highly qualified professionals,E02001192,Stockport 006,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114773 +114773,E00029769,5b2,Communal Retirement,E01005885,Stockport 020E,5a,Ageing urban communities,E02001206,Stockport 020,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114774 +114774,E00029946,5b2,Communal Retirement,E01005911,Stockport 029C,8a,Affluent communities,E02001215,Stockport 029,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114775 +114775,E00029962,5b2,Communal Retirement,E01005916,Stockport 007C,3d,Households in terraces and flats,E02001193,Stockport 007,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114776 +114776,E00030042,5b2,Communal Retirement,E01005924,Stockport 042A,8a,Affluent communities,E02001228,Stockport 042,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114777 +114777,E00029136,7c2,Constrained Young Families,E01005754,Stockport 004B,4d,Hard-pressed flat dwellers,E02001190,Stockport 004,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114778 +114778,E00029137,7c2,Constrained Young Families,E01005754,Stockport 004B,4d,Hard-pressed flat dwellers,E02001190,Stockport 004,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114779 +114779,E00029144,7c2,Constrained Young Families,E01005753,Stockport 004A,4c,Hampered neighbourhoods,E02001190,Stockport 004,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114780 +114780,E00029146,7c2,Constrained Young Families,E01005754,Stockport 004B,4d,Hard-pressed flat dwellers,E02001190,Stockport 004,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114781 +114781,E00029149,7c2,Constrained Young Families,E01005755,Stockport 004C,4c,Hampered neighbourhoods,E02001190,Stockport 004,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114782 +114782,E00029150,7c2,Constrained Young Families,E01005755,Stockport 004C,4c,Hampered neighbourhoods,E02001190,Stockport 004,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114783 +114783,E00029164,7c2,Constrained Young Families,E01005754,Stockport 004B,4d,Hard-pressed flat dwellers,E02001190,Stockport 004,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114784 +114784,E00029165,7c2,Constrained Young Families,E01005756,Stockport 004D,4d,Hard-pressed flat dwellers,E02001190,Stockport 004,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114785 +114785,E00029166,7c2,Constrained Young Families,E01005756,Stockport 004D,4d,Hard-pressed flat dwellers,E02001190,Stockport 004,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114786 +114786,E00029167,7c2,Constrained Young Families,E01005754,Stockport 004B,4d,Hard-pressed flat dwellers,E02001190,Stockport 004,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114787 +114787,E00029209,7c2,Constrained Young Families,E01005762,Stockport 026B,4c,Hampered neighbourhoods,E02001212,Stockport 026,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114788 +114788,E00029530,7c2,Constrained Young Families,E01005829,Stockport 024E,4a,Challenged white communities,E02001210,Stockport 024,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114789 +114789,E00029532,7c2,Constrained Young Families,E01005828,Stockport 024D,4a,Challenged white communities,E02001210,Stockport 024,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114790 +114790,E00029549,7c2,Constrained Young Families,E01005834,Stockport 031A,4c,Hampered neighbourhoods,E02001217,Stockport 031,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114791 +114791,E00029958,7c2,Constrained Young Families,E01005915,Stockport 007B,4a,Challenged white communities,E02001193,Stockport 007,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114792 +114792,E00029977,7c2,Constrained Young Families,E01005919,Stockport 002E,4c,Hampered neighbourhoods,E02001188,Stockport 002,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114793 +114793,E00029206,5b1,Delayed Retirement,E01005763,Stockport 026C,4c,Hampered neighbourhoods,E02001212,Stockport 026,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114794 +114794,E00029213,5b1,Delayed Retirement,E01005773,Stockport 028C,3b,Asian traits,E02001214,Stockport 028,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114795 +114795,E00029223,5b1,Delayed Retirement,E01005770,Stockport 025B,3b,Asian traits,E02001211,Stockport 025,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114796 +114796,E00029229,5b1,Delayed Retirement,E01005770,Stockport 025B,3b,Asian traits,E02001211,Stockport 025,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114797 +114797,E00029230,5b1,Delayed Retirement,E01005771,Stockport 025C,3b,Asian traits,E02001211,Stockport 025,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114798 +114798,E00029235,5b1,Delayed Retirement,E01005773,Stockport 028C,3b,Asian traits,E02001214,Stockport 028,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114799 +114799,E00029237,5b1,Delayed Retirement,E01005770,Stockport 025B,3b,Asian traits,E02001211,Stockport 025,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114800 +114800,E00029483,6b1,Multi-Ethnic Suburbia,E01005819,Stockport 018C,8c,Comfortable suburbia,E02001204,Stockport 018,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114801 +114801,E00029512,6b1,Multi-Ethnic Suburbia,E01005831,Stockport 027F,3a,Achieving neighbourhoods,E02001213,Stockport 027,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114802 +114802,E00029699,6a1,Indian Tech Achievers,E01005868,Stockport 008D,8a,Affluent communities,E02001194,Stockport 008,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114803 +114803,E00029516,6b1,Multi-Ethnic Suburbia,E01005831,Stockport 027F,3a,Achieving neighbourhoods,E02001213,Stockport 027,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114804 +114804,E00029546,6b1,Multi-Ethnic Suburbia,E01005837,Stockport 021D,8c,Comfortable suburbia,E02001207,Stockport 021,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114805 +114805,E00029713,6a1,Indian Tech Achievers,E01005865,Stockport 008B,8a,Affluent communities,E02001194,Stockport 008,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114806 +114806,E00029555,6b1,Multi-Ethnic Suburbia,E01005837,Stockport 021D,8c,Comfortable suburbia,E02001207,Stockport 021,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114807 +114807,E00029717,6a1,Indian Tech Achievers,E01005865,Stockport 008B,8a,Affluent communities,E02001194,Stockport 008,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114808 +114808,E00029266,6b4,Older Workers and Retirement,E01005785,Stockport 030D,3a,Achieving neighbourhoods,E02001216,Stockport 030,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114809 +114809,E00029601,5a2,Multi-Ethnic Professionals with Families,E01005847,Stockport 040B,3b,Asian traits,E02001226,Stockport 040,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114810 +114810,E00029948,8c3,Renting Hard-Pressed Workers,E01005910,Stockport 029B,5c,Comfortable neighbourhoods,E02001215,Stockport 029,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114811 +114811,E00029567,6b1,Multi-Ethnic Suburbia,E01005840,Stockport 031D,3d,Households in terraces and flats,E02001217,Stockport 031,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114812 +114812,E00030007,6a1,Indian Tech Achievers,E01005932,Stockport 042D,8a,Affluent communities,E02001228,Stockport 042,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114813 +114813,E00029354,6b4,Older Workers and Retirement,E01005791,Stockport 039B,8c,Comfortable suburbia,E02001225,Stockport 039,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114814 +114814,E00029604,5a2,Multi-Ethnic Professionals with Families,E01005848,Stockport 040C,3b,Asian traits,E02001226,Stockport 040,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114815 +114815,E00029821,7d4,Retired City Hardship,E01005889,Stockport 001C,4a,Challenged white communities,E02001187,Stockport 001,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114816 +114816,E00029592,6b1,Multi-Ethnic Suburbia,E01005848,Stockport 040C,3b,Asian traits,E02001226,Stockport 040,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114817 +114817,E00030020,6a1,Indian Tech Achievers,E01005927,Stockport 032A,8c,Comfortable suburbia,E02001218,Stockport 032,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114818 +114818,E00029368,6b4,Older Workers and Retirement,E01005802,Stockport 027C,8c,Comfortable suburbia,E02001213,Stockport 027,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114819 +114819,E00029606,5a2,Multi-Ethnic Professionals with Families,E01005847,Stockport 040B,3b,Asian traits,E02001226,Stockport 040,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114820 +114820,E00029100,7d3,Retired Communal City Dwellers,E01005746,Stockport 005B,4a,Challenged white communities,E02001191,Stockport 005,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114821 +114821,E00029595,6b1,Multi-Ethnic Suburbia,E01005847,Stockport 040B,3b,Asian traits,E02001226,Stockport 040,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114822 +114822,E00030023,6a1,Indian Tech Achievers,E01005930,Stockport 032D,8a,Affluent communities,E02001218,Stockport 032,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114823 +114823,E00029852,5b3,Self-Sufficient Retirement,E01005895,Stockport 003C,5c,Comfortable neighbourhoods,E02001189,Stockport 003,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114824 +114824,E00029216,6a1,Indian Tech Achievers,E01005767,Stockport 028A,8a,Affluent communities,E02001214,Stockport 028,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114825 +114825,E00029376,6b4,Older Workers and Retirement,E01005803,Stockport 027D,8a,Affluent communities,E02001213,Stockport 027,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114826 +114826,E00029411,6b4,Older Workers and Retirement,E01005813,Stockport 033B,8a,Affluent communities,E02001219,Stockport 033,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114827 +114827,E00029496,6b4,Older Workers and Retirement,E01005832,Stockport 021A,5c,Comfortable neighbourhoods,E02001207,Stockport 021,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114828 +114828,E00029499,6b4,Older Workers and Retirement,E01005827,Stockport 024C,5c,Comfortable neighbourhoods,E02001210,Stockport 024,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114829 +114829,E00029505,6b4,Older Workers and Retirement,E01005825,Stockport 019A,3d,Households in terraces and flats,E02001205,Stockport 019,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114830 +114830,E00029543,6b4,Older Workers and Retirement,E01005843,Stockport 021E,8b,Ageing suburbanites,E02001207,Stockport 021,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114831 +114831,E00029578,6b4,Older Workers and Retirement,E01005842,Stockport 038A,8b,Ageing suburbanites,E02001224,Stockport 038,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114832 +114832,E00029740,6b4,Older Workers and Retirement,E01005877,Stockport 019E,4a,Challenged white communities,E02001205,Stockport 019,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114833 +114833,E00029761,6b4,Older Workers and Retirement,E01005875,Stockport 015D,5b,Aspiring urban households,E02001201,Stockport 015,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114834 +114834,E00029763,6b4,Older Workers and Retirement,E01005875,Stockport 015D,5b,Aspiring urban households,E02001201,Stockport 015,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114835 +114835,E00029767,6b4,Older Workers and Retirement,E01005875,Stockport 015D,5b,Aspiring urban households,E02001201,Stockport 015,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114836 +114836,E00029785,6b4,Older Workers and Retirement,E01005880,Stockport 017A,8c,Comfortable suburbia,E02001203,Stockport 017,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114837 +114837,E00029808,6b4,Older Workers and Retirement,E01005891,Stockport 001D,8b,Ageing suburbanites,E02001187,Stockport 001,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114838 +114838,E00029863,6b4,Older Workers and Retirement,E01005901,Stockport 012C,8b,Ageing suburbanites,E02001198,Stockport 012,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114839 +114839,E00029889,6b4,Older Workers and Retirement,E01005899,Stockport 012B,5a,Ageing urban communities,E02001198,Stockport 012,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114840 +114840,E00029926,6b4,Older Workers and Retirement,E01005913,Stockport 038D,8b,Ageing suburbanites,E02001224,Stockport 038,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114841 +114841,E00029940,6b4,Older Workers and Retirement,E01005909,Stockport 029A,8b,Ageing suburbanites,E02001215,Stockport 029,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114842 +114842,E00030045,6b4,Older Workers and Retirement,E01005924,Stockport 042A,8a,Affluent communities,E02001228,Stockport 042,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114843 +114843,E00029141,7c3,Outer City Hardship,E01005757,Stockport 014A,4c,Hampered neighbourhoods,E02001200,Stockport 014,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114844 +114844,E00029239,7c3,Outer City Hardship,E01005774,Stockport 028D,4c,Hampered neighbourhoods,E02001214,Stockport 028,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114845 +114845,E00029297,7c3,Outer City Hardship,E01005781,Stockport 022E,4c,Hampered neighbourhoods,E02001208,Stockport 022,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114846 +114846,E00029490,7c3,Outer City Hardship,E01005832,Stockport 021A,5c,Comfortable neighbourhoods,E02001207,Stockport 021,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114847 +114847,E00029493,7c3,Outer City Hardship,E01005825,Stockport 019A,3d,Households in terraces and flats,E02001205,Stockport 019,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114848 +114848,E00029497,7c3,Outer City Hardship,E01005833,Stockport 021B,5c,Comfortable neighbourhoods,E02001207,Stockport 021,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114849 +114849,E00029508,7c3,Outer City Hardship,E01005830,Stockport 027E,3d,Households in terraces and flats,E02001213,Stockport 027,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114850 +114850,E00029526,7c3,Outer City Hardship,E01005833,Stockport 021B,5c,Comfortable neighbourhoods,E02001207,Stockport 021,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114851 +114851,E00029762,7c3,Outer City Hardship,E01005874,Stockport 019C,4c,Hampered neighbourhoods,E02001205,Stockport 019,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114852 +114852,E00029782,7c3,Outer City Hardship,E01005878,Stockport 020A,5c,Comfortable neighbourhoods,E02001206,Stockport 020,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114853 +114853,E00029832,7c3,Outer City Hardship,E01005890,Stockport 002B,4c,Hampered neighbourhoods,E02001188,Stockport 002,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114854 +114854,E00029192,4a1,Private Renting Young Families,E01005760,Stockport 023B,3d,Households in terraces and flats,E02001209,Stockport 023,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114855 +114855,E00029210,4a1,Private Renting Young Families,E01005761,Stockport 026A,4c,Hampered neighbourhoods,E02001212,Stockport 026,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114856 +114856,E00029214,4a1,Private Renting Young Families,E01005774,Stockport 028D,4c,Hampered neighbourhoods,E02001214,Stockport 028,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114857 +114857,E00029299,4a1,Private Renting Young Families,E01005781,Stockport 022E,4c,Hampered neighbourhoods,E02001208,Stockport 022,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114858 +114858,E00029631,4a1,Private Renting Young Families,E01005853,Stockport 011A,3d,Households in terraces and flats,E02001197,Stockport 011,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114859 +114859,E00029660,4a1,Private Renting Young Families,E01005853,Stockport 011A,3d,Households in terraces and flats,E02001197,Stockport 011,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114860 +114860,E00029663,4a1,Private Renting Young Families,E01005853,Stockport 011A,3d,Households in terraces and flats,E02001197,Stockport 011,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114861 +114861,E00029819,4a1,Private Renting Young Families,E01005887,Stockport 002A,4c,Hampered neighbourhoods,E02001188,Stockport 002,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114862 +114862,E00029825,4a1,Private Renting Young Families,E01005890,Stockport 002B,4c,Hampered neighbourhoods,E02001188,Stockport 002,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114863 +114863,E00029966,4a1,Private Renting Young Families,E01005917,Stockport 007D,4c,Hampered neighbourhoods,E02001193,Stockport 007,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114864 +114864,E00030015,4a1,Private Renting Young Families,E01005928,Stockport 032B,3d,Households in terraces and flats,E02001218,Stockport 032,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114865 +114865,E00029113,8c3,Renting Hard-Pressed Workers,E01005746,Stockport 005B,4a,Challenged white communities,E02001191,Stockport 005,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114866 +114866,E00029143,8c3,Renting Hard-Pressed Workers,E01005757,Stockport 014A,4c,Hampered neighbourhoods,E02001200,Stockport 014,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114867 +114867,E00029525,8c3,Renting Hard-Pressed Workers,E01005832,Stockport 021A,5c,Comfortable neighbourhoods,E02001207,Stockport 021,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114868 +114868,E00029552,8c3,Renting Hard-Pressed Workers,E01005834,Stockport 031A,4c,Hampered neighbourhoods,E02001217,Stockport 031,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114869 +114869,E00029590,8c3,Renting Hard-Pressed Workers,E01005834,Stockport 031A,4c,Hampered neighbourhoods,E02001217,Stockport 031,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114870 +114870,E00029732,8c3,Renting Hard-Pressed Workers,E01005877,Stockport 019E,4a,Challenged white communities,E02001205,Stockport 019,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114871 +114871,E00029867,8c3,Renting Hard-Pressed Workers,E01005902,Stockport 012D,4a,Challenged white communities,E02001198,Stockport 012,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114872 +114872,E00029132,7a3,Multi-Ethnic Hardship,E01005752,Stockport 012A,4c,Hampered neighbourhoods,E02001198,Stockport 012,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114873 +114873,E00029621,5a2,Multi-Ethnic Professionals with Families,E01005845,Stockport 036B,8c,Comfortable suburbia,E02001222,Stockport 036,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114874 +114874,E00029597,6b1,Multi-Ethnic Suburbia,E01005849,Stockport 036C,8b,Ageing suburbanites,E02001222,Stockport 036,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114875 +114875,E00030026,6a1,Indian Tech Achievers,E01005930,Stockport 032D,8a,Affluent communities,E02001218,Stockport 032,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114876 +114876,E00030043,6a1,Indian Tech Achievers,E01005925,Stockport 042B,8a,Affluent communities,E02001228,Stockport 042,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114877 +114877,E00029714,7d3,Retired Communal City Dwellers,E01005866,Stockport 006C,3d,Households in terraces and flats,E02001192,Stockport 006,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114878 +114878,E00029135,7a3,Multi-Ethnic Hardship,E01005756,Stockport 004D,4d,Hard-pressed flat dwellers,E02001190,Stockport 004,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114879 +114879,E00030044,6a1,Indian Tech Achievers,E01005932,Stockport 042D,8a,Affluent communities,E02001228,Stockport 042,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114880 +114880,E00029970,7d3,Retired Communal City Dwellers,E01005918,Stockport 014D,4d,Hard-pressed flat dwellers,E02001200,Stockport 014,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114881 +114881,E00029599,6b1,Multi-Ethnic Suburbia,E01005849,Stockport 036C,8b,Ageing suburbanites,E02001222,Stockport 036,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114882 +114882,E00029138,7a3,Multi-Ethnic Hardship,E01005756,Stockport 004D,4d,Hard-pressed flat dwellers,E02001190,Stockport 004,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114883 +114883,E00029129,8a2,Industrious Hardship,E01005751,Stockport 009E,5b,Aspiring urban households,E02001195,Stockport 009,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114884 +114884,E00029140,8a2,Industrious Hardship,E01005755,Stockport 004C,4c,Hampered neighbourhoods,E02001190,Stockport 004,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114885 +114885,E00029729,8a2,Industrious Hardship,E01005873,Stockport 015C,5b,Aspiring urban households,E02001201,Stockport 015,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114886 +114886,E00029869,8a2,Industrious Hardship,E01005902,Stockport 012D,4a,Challenged white communities,E02001198,Stockport 012,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114887 +114887,E00029894,8a2,Industrious Hardship,E01005897,Stockport 010A,5d,Endeavouring social renters,E02001196,Stockport 010,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114888 +114888,E00029895,8a2,Industrious Hardship,E01005897,Stockport 010A,5d,Endeavouring social renters,E02001196,Stockport 010,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114889 +114889,E00029090,8a1,Industrious Transitions,E01005751,Stockport 009E,5b,Aspiring urban households,E02001195,Stockport 009,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114890 +114890,E00029174,8a1,Industrious Transitions,E01005761,Stockport 026A,4c,Hampered neighbourhoods,E02001212,Stockport 026,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114891 +114891,E00029179,8a1,Industrious Transitions,E01005765,Stockport 018A,8c,Comfortable suburbia,E02001204,Stockport 018,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114892 +114892,E00029226,8a1,Industrious Transitions,E01005771,Stockport 025C,3b,Asian traits,E02001211,Stockport 025,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114893 +114893,E00029292,8a1,Industrious Transitions,E01005779,Stockport 022C,8c,Comfortable suburbia,E02001208,Stockport 022,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114894 +114894,E00029309,8a1,Industrious Transitions,E01005783,Stockport 030B,8c,Comfortable suburbia,E02001216,Stockport 030,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114895 +114895,E00029356,8a1,Industrious Transitions,E01005793,Stockport 039C,3a,Achieving neighbourhoods,E02001225,Stockport 039,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114896 +114896,E00029485,8a1,Industrious Transitions,E01005818,Stockport 018B,4c,Hampered neighbourhoods,E02001204,Stockport 018,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114897 +114897,E00029519,8a1,Industrious Transitions,E01005829,Stockport 024E,4a,Challenged white communities,E02001210,Stockport 024,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114898 +114898,E00029524,8a1,Industrious Transitions,E01005824,Stockport 024A,5b,Aspiring urban households,E02001210,Stockport 024,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114899 +114899,E00029576,8a1,Industrious Transitions,E01005841,Stockport 035D,8a,Affluent communities,E02001221,Stockport 035,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114900 +114900,E00029625,8a1,Industrious Transitions,E01005846,Stockport 040A,3b,Asian traits,E02001226,Stockport 040,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114901 +114901,E00029704,8a1,Industrious Transitions,E01005869,Stockport 006D,3b,Asian traits,E02001192,Stockport 006,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114902 +114902,E00029622,5a2,Multi-Ethnic Professionals with Families,E01005846,Stockport 040A,3b,Asian traits,E02001226,Stockport 040,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114903 +114903,E00029735,8a1,Industrious Transitions,E01005876,Stockport 019D,5b,Aspiring urban households,E02001205,Stockport 019,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114904 +114904,E00029750,8a1,Industrious Transitions,E01005870,Stockport 015A,5b,Aspiring urban households,E02001201,Stockport 015,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114905 +114905,E00029751,8a1,Industrious Transitions,E01005870,Stockport 015A,5b,Aspiring urban households,E02001201,Stockport 015,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114906 +114906,E00029778,8a1,Industrious Transitions,E01005879,Stockport 020B,5c,Comfortable neighbourhoods,E02001206,Stockport 020,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114907 +114907,E00029817,8a1,Industrious Transitions,E01005888,Stockport 001B,5b,Aspiring urban households,E02001187,Stockport 001,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114908 +114908,E00029824,8a1,Industrious Transitions,E01005888,Stockport 001B,5b,Aspiring urban households,E02001187,Stockport 001,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114909 +114909,E00029837,8a1,Industrious Transitions,E01005894,Stockport 001E,5b,Aspiring urban households,E02001187,Stockport 001,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114910 +114910,E00029844,8a1,Industrious Transitions,E01005894,Stockport 001E,5b,Aspiring urban households,E02001187,Stockport 001,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114911 +114911,E00029847,8a1,Industrious Transitions,E01005892,Stockport 003B,5b,Aspiring urban households,E02001189,Stockport 003,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114912 +114912,E00029857,8a1,Industrious Transitions,E01005896,Stockport 002D,4c,Hampered neighbourhoods,E02001188,Stockport 002,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114913 +114913,E00029892,8a1,Industrious Transitions,E01005898,Stockport 010B,5c,Comfortable neighbourhoods,E02001196,Stockport 010,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114914 +114914,E00029893,8a1,Industrious Transitions,E01005897,Stockport 010A,5d,Endeavouring social renters,E02001196,Stockport 010,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114915 +114915,E00029898,8a1,Industrious Transitions,E01005897,Stockport 010A,5d,Endeavouring social renters,E02001196,Stockport 010,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114916 +114916,E00029915,8a1,Industrious Transitions,E01005911,Stockport 029C,8a,Affluent communities,E02001215,Stockport 029,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114917 +114917,E00029919,8a1,Industrious Transitions,E01005909,Stockport 029A,8b,Ageing suburbanites,E02001215,Stockport 029,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114918 +114918,E00029980,8a1,Industrious Transitions,E01005921,Stockport 003E,4c,Hampered neighbourhoods,E02001189,Stockport 003,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114919 +114919,E00029990,8a1,Industrious Transitions,E01005915,Stockport 007B,4a,Challenged white communities,E02001193,Stockport 007,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114920 +114920,E00029995,8a1,Industrious Transitions,E01005914,Stockport 007A,4c,Hampered neighbourhoods,E02001193,Stockport 007,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114921 +114921,E00029638,4c3,Inner City Ethnic Mix,E01005852,Stockport 013A,3b,Asian traits,E02001199,Stockport 013,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114922 +114922,E00029653,2c1,Migrant Families,E01005852,Stockport 013A,3b,Asian traits,E02001199,Stockport 013,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114923 +114923,E00029724,2c1,Migrant Families,E01005864,Stockport 006B,3c,Highly qualified professionals,E02001192,Stockport 006,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114924 +114924,E00168629,2c1,Migrant Families,E01005893,Stockport 002C,4c,Hampered neighbourhoods,E02001188,Stockport 002,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114925 +114925,E00029217,6a1,Indian Tech Achievers,E01005768,Stockport 025A,8a,Affluent communities,E02001211,Stockport 025,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114926 +114926,E00029884,5b3,Self-Sufficient Retirement,E01005900,Stockport 010C,5c,Comfortable neighbourhoods,E02001196,Stockport 010,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114927 +114927,E00029611,6b1,Multi-Ethnic Suburbia,E01005850,Stockport 040D,3d,Households in terraces and flats,E02001226,Stockport 040,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114928 +114928,E00029615,6b1,Multi-Ethnic Suburbia,E01005851,Stockport 036D,8a,Affluent communities,E02001222,Stockport 036,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114929 +114929,E00029145,7a3,Multi-Ethnic Hardship,E01005753,Stockport 004A,4c,Hampered neighbourhoods,E02001190,Stockport 004,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114930 +114930,E00029110,7d2,Retired Independent City Dwellers,E01005746,Stockport 005B,4a,Challenged white communities,E02001191,Stockport 005,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114931 +114931,E00029147,7a3,Multi-Ethnic Hardship,E01005755,Stockport 004C,4c,Hampered neighbourhoods,E02001190,Stockport 004,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114932 +114932,E00029616,6b1,Multi-Ethnic Suburbia,E01005851,Stockport 036D,8a,Affluent communities,E02001222,Stockport 036,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114933 +114933,E00029629,5a2,Multi-Ethnic Professionals with Families,E01005844,Stockport 036A,8a,Affluent communities,E02001222,Stockport 036,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114934 +114934,E00029618,6b1,Multi-Ethnic Suburbia,E01005851,Stockport 036D,8a,Affluent communities,E02001222,Stockport 036,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114935 +114935,E00029163,7a3,Multi-Ethnic Hardship,E01005756,Stockport 004D,4d,Hard-pressed flat dwellers,E02001190,Stockport 004,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114936 +114936,E00029639,5a2,Multi-Ethnic Professionals with Families,E01005856,Stockport 011B,3b,Asian traits,E02001197,Stockport 011,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114937 +114937,E00029619,6b1,Multi-Ethnic Suburbia,E01005845,Stockport 036B,8c,Comfortable suburbia,E02001222,Stockport 036,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114938 +114938,E00029115,7d2,Retired Independent City Dwellers,E01005746,Stockport 005B,4a,Challenged white communities,E02001191,Stockport 005,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114939 +114939,E00029171,7a3,Multi-Ethnic Hardship,E01005754,Stockport 004B,4d,Hard-pressed flat dwellers,E02001190,Stockport 004,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114940 +114940,E00029640,5a2,Multi-Ethnic Professionals with Families,E01005856,Stockport 011B,3b,Asian traits,E02001197,Stockport 011,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114941 +114941,E00029620,6b1,Multi-Ethnic Suburbia,E01005846,Stockport 040A,3b,Asian traits,E02001226,Stockport 040,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114942 +114942,E00029222,7d2,Retired Independent City Dwellers,E01005774,Stockport 028D,4c,Hampered neighbourhoods,E02001214,Stockport 028,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114943 +114943,E00029172,7a3,Multi-Ethnic Hardship,E01005762,Stockport 026B,4c,Hampered neighbourhoods,E02001212,Stockport 026,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114944 +114944,E00029642,5a2,Multi-Ethnic Professionals with Families,E01005852,Stockport 013A,3b,Asian traits,E02001199,Stockport 013,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114945 +114945,E00029623,6b1,Multi-Ethnic Suburbia,E01005845,Stockport 036B,8c,Comfortable suburbia,E02001222,Stockport 036,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114946 +114946,E00029294,7d2,Retired Independent City Dwellers,E01005781,Stockport 022E,4c,Hampered neighbourhoods,E02001208,Stockport 022,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114947 +114947,E00029975,7d2,Retired Independent City Dwellers,E01005918,Stockport 014D,4d,Hard-pressed flat dwellers,E02001200,Stockport 014,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114948 +114948,E00029548,1b2,Rural White-Collar Workers,E01005842,Stockport 038A,8b,Ageing suburbanites,E02001224,Stockport 038,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114949 +114949,E00029873,1b2,Rural White-Collar Workers,E01005898,Stockport 010B,5c,Comfortable neighbourhoods,E02001196,Stockport 010,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114950 +114950,E00029921,1b2,Rural White-Collar Workers,E01005912,Stockport 029D,8b,Ageing suburbanites,E02001215,Stockport 029,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114951 +114951,E00030011,1b2,Rural White-Collar Workers,E01005926,Stockport 042C,8a,Affluent communities,E02001228,Stockport 042,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114952 +114952,E00029086,5b3,Self-Sufficient Retirement,E01005744,Stockport 009B,5a,Ageing urban communities,E02001195,Stockport 009,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114953 +114953,E00029091,5b3,Self-Sufficient Retirement,E01005752,Stockport 012A,4c,Hampered neighbourhoods,E02001198,Stockport 012,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114954 +114954,E00029111,5b3,Self-Sufficient Retirement,E01005748,Stockport 005D,8b,Ageing suburbanites,E02001191,Stockport 005,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114955 +114955,E00029117,5b3,Self-Sufficient Retirement,E01005749,Stockport 009C,8c,Comfortable suburbia,E02001195,Stockport 009,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114956 +114956,E00029127,5b3,Self-Sufficient Retirement,E01005750,Stockport 009D,5b,Aspiring urban households,E02001195,Stockport 009,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114957 +114957,E00029243,5b3,Self-Sufficient Retirement,E01005773,Stockport 028C,3b,Asian traits,E02001214,Stockport 028,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114958 +114958,E00029268,5b3,Self-Sufficient Retirement,E01005777,Stockport 034A,3d,Households in terraces and flats,E02001220,Stockport 034,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114959 +114959,E00029282,5b3,Self-Sufficient Retirement,E01005777,Stockport 034A,3d,Households in terraces and flats,E02001220,Stockport 034,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114960 +114960,E00029308,5b3,Self-Sufficient Retirement,E01005783,Stockport 030B,8c,Comfortable suburbia,E02001216,Stockport 030,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114961 +114961,E00029313,5b3,Self-Sufficient Retirement,E01005791,Stockport 039B,8c,Comfortable suburbia,E02001225,Stockport 039,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114962 +114962,E00029340,5b3,Self-Sufficient Retirement,E01005788,Stockport 034C,8a,Affluent communities,E02001220,Stockport 034,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114963 +114963,E00029342,5b3,Self-Sufficient Retirement,E01005789,Stockport 039A,8c,Comfortable suburbia,E02001225,Stockport 039,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114964 +114964,E00029346,5b3,Self-Sufficient Retirement,E01005791,Stockport 039B,8c,Comfortable suburbia,E02001225,Stockport 039,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114965 +114965,E00029349,5b3,Self-Sufficient Retirement,E01005792,Stockport 041A,8a,Affluent communities,E02001227,Stockport 041,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114966 +114966,E00029359,5b3,Self-Sufficient Retirement,E01005798,Stockport 027A,3c,Highly qualified professionals,E02001213,Stockport 027,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114967 +114967,E00029395,5b3,Self-Sufficient Retirement,E01005800,Stockport 023D,8c,Comfortable suburbia,E02001209,Stockport 023,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114968 +114968,E00029423,5b3,Self-Sufficient Retirement,E01005805,Stockport 035A,8a,Affluent communities,E02001221,Stockport 035,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114969 +114969,E00029440,5b3,Self-Sufficient Retirement,E01005811,Stockport 037D,8a,Affluent communities,E02001223,Stockport 037,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114970 +114970,E00029500,5b3,Self-Sufficient Retirement,E01005824,Stockport 024A,5b,Aspiring urban households,E02001210,Stockport 024,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114971 +114971,E00029501,5b3,Self-Sufficient Retirement,E01005832,Stockport 021A,5c,Comfortable neighbourhoods,E02001207,Stockport 021,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114972 +114972,E00029554,5b3,Self-Sufficient Retirement,E01005838,Stockport 031C,3d,Households in terraces and flats,E02001217,Stockport 031,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114973 +114973,E00029561,5b3,Self-Sufficient Retirement,E01005837,Stockport 021D,8c,Comfortable suburbia,E02001207,Stockport 021,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114974 +114974,E00029569,5b3,Self-Sufficient Retirement,E01005840,Stockport 031D,3d,Households in terraces and flats,E02001217,Stockport 031,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114975 +114975,E00029574,5b3,Self-Sufficient Retirement,E01005836,Stockport 031B,5c,Comfortable neighbourhoods,E02001217,Stockport 031,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114976 +114976,E00029579,5b3,Self-Sufficient Retirement,E01005841,Stockport 035D,8a,Affluent communities,E02001221,Stockport 035,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114977 +114977,E00029610,5b3,Self-Sufficient Retirement,E01005850,Stockport 040D,3d,Households in terraces and flats,E02001226,Stockport 040,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114978 +114978,E00029655,5b3,Self-Sufficient Retirement,E01005852,Stockport 013A,3b,Asian traits,E02001199,Stockport 013,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114979 +114979,E00029676,5b3,Self-Sufficient Retirement,E01005861,Stockport 011D,5c,Comfortable neighbourhoods,E02001197,Stockport 011,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114980 +114980,E00029688,5b3,Self-Sufficient Retirement,E01005867,Stockport 008C,3c,Highly qualified professionals,E02001194,Stockport 008,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114981 +114981,E00029715,5b3,Self-Sufficient Retirement,E01005862,Stockport 003A,3a,Achieving neighbourhoods,E02001189,Stockport 003,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114982 +114982,E00029886,5b3,Self-Sufficient Retirement,E01005904,Stockport 010E,8a,Affluent communities,E02001196,Stockport 010,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114983 +114983,E00029218,6a1,Indian Tech Achievers,E01005767,Stockport 028A,8a,Affluent communities,E02001214,Stockport 028,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114984 +114984,E00029720,5b3,Self-Sufficient Retirement,E01005864,Stockport 006B,3c,Highly qualified professionals,E02001192,Stockport 006,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114985 +114985,E00029731,5b3,Self-Sufficient Retirement,E01005873,Stockport 015C,5b,Aspiring urban households,E02001201,Stockport 015,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114986 +114986,E00029773,5b3,Self-Sufficient Retirement,E01005885,Stockport 020E,5a,Ageing urban communities,E02001206,Stockport 020,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114987 +114987,E00029775,5b3,Self-Sufficient Retirement,E01005885,Stockport 020E,5a,Ageing urban communities,E02001206,Stockport 020,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114988 +114988,E00029780,5b3,Self-Sufficient Retirement,E01005879,Stockport 020B,5c,Comfortable neighbourhoods,E02001206,Stockport 020,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114989 +114989,E00029787,5b3,Self-Sufficient Retirement,E01005880,Stockport 017A,8c,Comfortable suburbia,E02001203,Stockport 017,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114990 +114990,E00029177,7a3,Multi-Ethnic Hardship,E01005766,Stockport 014C,7a,Urban cultural mix,E02001200,Stockport 014,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114991 +114991,E00029654,5a2,Multi-Ethnic Professionals with Families,E01005856,Stockport 011B,3b,Asian traits,E02001197,Stockport 011,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114992 +114992,E00029657,5a2,Multi-Ethnic Professionals with Families,E01005855,Stockport 013C,3b,Asian traits,E02001199,Stockport 013,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114993 +114993,E00029624,6b1,Multi-Ethnic Suburbia,E01005845,Stockport 036B,8c,Comfortable suburbia,E02001222,Stockport 036,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114994 +114994,E00029662,5a2,Multi-Ethnic Professionals with Families,E01005855,Stockport 013C,3b,Asian traits,E02001199,Stockport 013,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114995 +114995,E00029293,7a3,Multi-Ethnic Hardship,E01005781,Stockport 022E,4c,Hampered neighbourhoods,E02001208,Stockport 022,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114996 +114996,E00029667,5a2,Multi-Ethnic Professionals with Families,E01005860,Stockport 011C,8a,Affluent communities,E02001197,Stockport 011,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114997 +114997,E00029628,6b1,Multi-Ethnic Suburbia,E01005845,Stockport 036B,8c,Comfortable suburbia,E02001222,Stockport 036,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114998 +114998,E00029343,7a3,Multi-Ethnic Hardship,E01005790,Stockport 034D,3b,Asian traits,E02001220,Stockport 034,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,114999 +114999,E00029680,5a2,Multi-Ethnic Professionals with Families,E01005861,Stockport 011D,5c,Comfortable neighbourhoods,E02001197,Stockport 011,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115000 +115000,E00029630,6b1,Multi-Ethnic Suburbia,E01005849,Stockport 036C,8b,Ageing suburbanites,E02001222,Stockport 036,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115001 +115001,E00029363,7a3,Multi-Ethnic Hardship,E01005799,Stockport 026D,4c,Hampered neighbourhoods,E02001212,Stockport 026,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115002 +115002,E00029681,5a2,Multi-Ethnic Professionals with Families,E01005854,Stockport 013B,3a,Achieving neighbourhoods,E02001199,Stockport 013,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115003 +115003,E00029651,6b1,Multi-Ethnic Suburbia,E01005853,Stockport 011A,3d,Households in terraces and flats,E02001197,Stockport 011,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115004 +115004,E00029367,7a3,Multi-Ethnic Hardship,E01005799,Stockport 026D,4c,Hampered neighbourhoods,E02001212,Stockport 026,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115005 +115005,E00029682,5a2,Multi-Ethnic Professionals with Families,E01005858,Stockport 013E,3a,Achieving neighbourhoods,E02001199,Stockport 013,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115006 +115006,E00029707,5a2,Multi-Ethnic Professionals with Families,E01005864,Stockport 006B,3c,Highly qualified professionals,E02001192,Stockport 006,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115007 +115007,E00029718,5a2,Multi-Ethnic Professionals with Families,E01005862,Stockport 003A,3a,Achieving neighbourhoods,E02001189,Stockport 003,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115008 +115008,E00029816,5a2,Multi-Ethnic Professionals with Families,E01005888,Stockport 001B,5b,Aspiring urban households,E02001187,Stockport 001,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115009 +115009,E00029951,5a2,Multi-Ethnic Professionals with Families,E01005916,Stockport 007C,3d,Households in terraces and flats,E02001193,Stockport 007,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115010 +115010,E00029983,5a2,Multi-Ethnic Professionals with Families,E01005920,Stockport 003D,8c,Comfortable suburbia,E02001189,Stockport 003,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115011 +115011,E00029227,6b1,Multi-Ethnic Suburbia,E01005768,Stockport 025A,8a,Affluent communities,E02001211,Stockport 025,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115012 +115012,E00029228,6b1,Multi-Ethnic Suburbia,E01005771,Stockport 025C,3b,Asian traits,E02001211,Stockport 025,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115013 +115013,E00029234,6b1,Multi-Ethnic Suburbia,E01005770,Stockport 025B,3b,Asian traits,E02001211,Stockport 025,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115014 +115014,E00029240,6b1,Multi-Ethnic Suburbia,E01005770,Stockport 025B,3b,Asian traits,E02001211,Stockport 025,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115015 +115015,E00029249,6b1,Multi-Ethnic Suburbia,E01005775,Stockport 025D,8a,Affluent communities,E02001211,Stockport 025,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115016 +115016,E00029260,6b1,Multi-Ethnic Suburbia,E01005772,Stockport 028B,3b,Asian traits,E02001214,Stockport 028,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115017 +115017,E00029270,6b1,Multi-Ethnic Suburbia,E01005780,Stockport 022D,3a,Achieving neighbourhoods,E02001208,Stockport 022,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115018 +115018,E00029271,6b1,Multi-Ethnic Suburbia,E01005779,Stockport 022C,8c,Comfortable suburbia,E02001208,Stockport 022,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115019 +115019,E00029272,6b1,Multi-Ethnic Suburbia,E01005780,Stockport 022D,3a,Achieving neighbourhoods,E02001208,Stockport 022,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115020 +115020,E00029281,6b1,Multi-Ethnic Suburbia,E01005786,Stockport 030E,8a,Affluent communities,E02001216,Stockport 030,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115021 +115021,E00029285,6b1,Multi-Ethnic Suburbia,E01005778,Stockport 022B,5b,Aspiring urban households,E02001208,Stockport 022,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115022 +115022,E00029286,6b1,Multi-Ethnic Suburbia,E01005778,Stockport 022B,5b,Aspiring urban households,E02001208,Stockport 022,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115023 +115023,E00029891,5b3,Self-Sufficient Retirement,E01005898,Stockport 010B,5c,Comfortable neighbourhoods,E02001196,Stockport 010,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115024 +115024,E00029287,6b1,Multi-Ethnic Suburbia,E01005779,Stockport 022C,8c,Comfortable suburbia,E02001208,Stockport 022,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115025 +115025,E00029288,6b1,Multi-Ethnic Suburbia,E01005780,Stockport 022D,3a,Achieving neighbourhoods,E02001208,Stockport 022,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115026 +115026,E00029303,6b1,Multi-Ethnic Suburbia,E01005782,Stockport 030A,8c,Comfortable suburbia,E02001216,Stockport 030,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115027 +115027,E00029311,6b1,Multi-Ethnic Suburbia,E01005786,Stockport 030E,8a,Affluent communities,E02001216,Stockport 030,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115028 +115028,E00029319,6b1,Multi-Ethnic Suburbia,E01005788,Stockport 034C,8a,Affluent communities,E02001220,Stockport 034,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115029 +115029,E00029325,6b1,Multi-Ethnic Suburbia,E01005793,Stockport 039C,3a,Achieving neighbourhoods,E02001225,Stockport 039,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115030 +115030,E00029331,6b1,Multi-Ethnic Suburbia,E01005796,Stockport 039E,8a,Affluent communities,E02001225,Stockport 039,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115031 +115031,E00029344,6b1,Multi-Ethnic Suburbia,E01005790,Stockport 034D,3b,Asian traits,E02001220,Stockport 034,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115032 +115032,E00029347,6b1,Multi-Ethnic Suburbia,E01005790,Stockport 034D,3b,Asian traits,E02001220,Stockport 034,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115033 +115033,E00029365,6b1,Multi-Ethnic Suburbia,E01005800,Stockport 023D,8c,Comfortable suburbia,E02001209,Stockport 023,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115034 +115034,E00029374,6b1,Multi-Ethnic Suburbia,E01005801,Stockport 027B,3d,Households in terraces and flats,E02001213,Stockport 027,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115035 +115035,E00029420,6b1,Multi-Ethnic Suburbia,E01005806,Stockport 033A,8b,Ageing suburbanites,E02001219,Stockport 033,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115036 +115036,E00029427,6b1,Multi-Ethnic Suburbia,E01005806,Stockport 033A,8b,Ageing suburbanites,E02001219,Stockport 033,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115037 +115037,E00029437,6b1,Multi-Ethnic Suburbia,E01005809,Stockport 037B,8c,Comfortable suburbia,E02001223,Stockport 037,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115038 +115038,E00029443,6b1,Multi-Ethnic Suburbia,E01005814,Stockport 033C,8b,Ageing suburbanites,E02001219,Stockport 033,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115039 +115039,E00029452,6b1,Multi-Ethnic Suburbia,E01005818,Stockport 018B,4c,Hampered neighbourhoods,E02001204,Stockport 018,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115040 +115040,E00029480,6b1,Multi-Ethnic Suburbia,E01005819,Stockport 018C,8c,Comfortable suburbia,E02001204,Stockport 018,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115041 +115041,E00029219,6a1,Indian Tech Achievers,E01005767,Stockport 028A,8a,Affluent communities,E02001214,Stockport 028,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115042 +115042,E00029671,6b1,Multi-Ethnic Suburbia,E01005860,Stockport 011C,8a,Affluent communities,E02001197,Stockport 011,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115043 +115043,E00029448,7a3,Multi-Ethnic Hardship,E01005821,Stockport 018E,4c,Hampered neighbourhoods,E02001204,Stockport 018,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115044 +115044,E00029672,6b1,Multi-Ethnic Suburbia,E01005858,Stockport 013E,3a,Achieving neighbourhoods,E02001199,Stockport 013,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115045 +115045,E00029674,6b1,Multi-Ethnic Suburbia,E01005860,Stockport 011C,8a,Affluent communities,E02001197,Stockport 011,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115046 +115046,E00029678,6b1,Multi-Ethnic Suburbia,E01005855,Stockport 013C,3b,Asian traits,E02001199,Stockport 013,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115047 +115047,E00029698,6b1,Multi-Ethnic Suburbia,E01005868,Stockport 008D,8a,Affluent communities,E02001194,Stockport 008,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115048 +115048,E00029701,6b1,Multi-Ethnic Suburbia,E01005869,Stockport 006D,3b,Asian traits,E02001192,Stockport 006,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115049 +115049,E00029702,6b1,Multi-Ethnic Suburbia,E01005869,Stockport 006D,3b,Asian traits,E02001192,Stockport 006,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115050 +115050,E00029705,6b1,Multi-Ethnic Suburbia,E01005862,Stockport 003A,3a,Achieving neighbourhoods,E02001189,Stockport 003,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115051 +115051,E00029708,6b1,Multi-Ethnic Suburbia,E01005862,Stockport 003A,3a,Achieving neighbourhoods,E02001189,Stockport 003,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115052 +115052,E00029822,6b1,Multi-Ethnic Suburbia,E01005890,Stockport 002B,4c,Hampered neighbourhoods,E02001188,Stockport 002,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115053 +115053,E00029827,6b1,Multi-Ethnic Suburbia,E01005890,Stockport 002B,4c,Hampered neighbourhoods,E02001188,Stockport 002,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115054 +115054,E00029853,6b1,Multi-Ethnic Suburbia,E01005895,Stockport 003C,5c,Comfortable neighbourhoods,E02001189,Stockport 003,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115055 +115055,E00029984,6b1,Multi-Ethnic Suburbia,E01005920,Stockport 003D,8c,Comfortable suburbia,E02001189,Stockport 003,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115056 +115056,E00029986,6b1,Multi-Ethnic Suburbia,E01005922,Stockport 003F,5b,Aspiring urban households,E02001189,Stockport 003,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115057 +115057,E00029987,6b1,Multi-Ethnic Suburbia,E01005920,Stockport 003D,8c,Comfortable suburbia,E02001189,Stockport 003,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115058 +115058,E00029988,6b1,Multi-Ethnic Suburbia,E01005920,Stockport 003D,8c,Comfortable suburbia,E02001189,Stockport 003,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115059 +115059,E00029989,6b1,Multi-Ethnic Suburbia,E01005920,Stockport 003D,8c,Comfortable suburbia,E02001189,Stockport 003,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115060 +115060,E00030013,6b1,Multi-Ethnic Suburbia,E01005927,Stockport 032A,8c,Comfortable suburbia,E02001218,Stockport 032,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115061 +115061,E00030014,6b1,Multi-Ethnic Suburbia,E01005928,Stockport 032B,3d,Households in terraces and flats,E02001218,Stockport 032,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115062 +115062,E00030017,6b1,Multi-Ethnic Suburbia,E01005927,Stockport 032A,8c,Comfortable suburbia,E02001218,Stockport 032,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115063 +115063,E00030018,6b1,Multi-Ethnic Suburbia,E01005929,Stockport 032C,8a,Affluent communities,E02001218,Stockport 032,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115064 +115064,E00030019,6b1,Multi-Ethnic Suburbia,E01005927,Stockport 032A,8c,Comfortable suburbia,E02001218,Stockport 032,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115065 +115065,E00030032,6b1,Multi-Ethnic Suburbia,E01005931,Stockport 041D,8a,Affluent communities,E02001227,Stockport 041,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115066 +115066,E00029101,6b4,Older Workers and Retirement,E01005747,Stockport 005C,8b,Ageing suburbanites,E02001191,Stockport 005,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115067 +115067,E00029108,6b4,Older Workers and Retirement,E01005743,Stockport 009A,8b,Ageing suburbanites,E02001195,Stockport 009,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115068 +115068,E00029118,6b4,Older Workers and Retirement,E01005749,Stockport 009C,8c,Comfortable suburbia,E02001195,Stockport 009,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115069 +115069,E00029125,6b4,Older Workers and Retirement,E01005750,Stockport 009D,5b,Aspiring urban households,E02001195,Stockport 009,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115070 +115070,E00029184,6b4,Older Workers and Retirement,E01005765,Stockport 018A,8c,Comfortable suburbia,E02001204,Stockport 018,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115071 +115071,E00029263,6b4,Older Workers and Retirement,E01005782,Stockport 030A,8c,Comfortable suburbia,E02001216,Stockport 030,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115072 +115072,E00029220,6a1,Indian Tech Achievers,E01005767,Stockport 028A,8a,Affluent communities,E02001214,Stockport 028,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115073 +115073,E00029896,5b3,Self-Sufficient Retirement,E01005902,Stockport 012D,4a,Challenged white communities,E02001198,Stockport 012,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115074 +115074,E00029529,7a3,Multi-Ethnic Hardship,E01005828,Stockport 024D,4a,Challenged white communities,E02001210,Stockport 024,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115075 +115075,E00029535,7a3,Multi-Ethnic Hardship,E01005826,Stockport 024B,4a,Challenged white communities,E02001210,Stockport 024,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115076 +115076,E00029537,7a3,Multi-Ethnic Hardship,E01005828,Stockport 024D,4a,Challenged white communities,E02001210,Stockport 024,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115077 +115077,E00029602,7a3,Multi-Ethnic Hardship,E01005850,Stockport 040D,3d,Households in terraces and flats,E02001226,Stockport 040,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115078 +115078,E00029605,7a3,Multi-Ethnic Hardship,E01005850,Stockport 040D,3d,Households in terraces and flats,E02001226,Stockport 040,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115079 +115079,E00029818,7a3,Multi-Ethnic Hardship,E01005887,Stockport 002A,4c,Hampered neighbourhoods,E02001188,Stockport 002,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115080 +115080,E00029850,7a3,Multi-Ethnic Hardship,E01005895,Stockport 003C,5c,Comfortable neighbourhoods,E02001189,Stockport 003,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115081 +115081,E00029880,7a3,Multi-Ethnic Hardship,E01005905,Stockport 012E,4a,Challenged white communities,E02001198,Stockport 012,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115082 +115082,E00029881,7a3,Multi-Ethnic Hardship,E01005902,Stockport 012D,4a,Challenged white communities,E02001198,Stockport 012,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115083 +115083,E00029887,7a3,Multi-Ethnic Hardship,E01005900,Stockport 010C,5c,Comfortable neighbourhoods,E02001196,Stockport 010,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115084 +115084,E00029949,7a3,Multi-Ethnic Hardship,E01005914,Stockport 007A,4c,Hampered neighbourhoods,E02001193,Stockport 007,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115085 +115085,E00029950,7a3,Multi-Ethnic Hardship,E01005914,Stockport 007A,4c,Hampered neighbourhoods,E02001193,Stockport 007,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115086 +115086,E00029957,7a3,Multi-Ethnic Hardship,E01005919,Stockport 002E,4c,Hampered neighbourhoods,E02001188,Stockport 002,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115087 +115087,E00029974,7a3,Multi-Ethnic Hardship,E01005918,Stockport 014D,4d,Hard-pressed flat dwellers,E02001200,Stockport 014,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115088 +115088,E00168630,7a3,Multi-Ethnic Hardship,E01005874,Stockport 019C,4c,Hampered neighbourhoods,E02001205,Stockport 019,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115089 +115089,E00029200,5a2,Multi-Ethnic Professionals with Families,E01005759,Stockport 023A,3a,Achieving neighbourhoods,E02001209,Stockport 023,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115090 +115090,E00029201,5a2,Multi-Ethnic Professionals with Families,E01005759,Stockport 023A,3a,Achieving neighbourhoods,E02001209,Stockport 023,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115091 +115091,E00029276,5a2,Multi-Ethnic Professionals with Families,E01005785,Stockport 030D,3a,Achieving neighbourhoods,E02001216,Stockport 030,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115092 +115092,E00029278,5a2,Multi-Ethnic Professionals with Families,E01005777,Stockport 034A,3d,Households in terraces and flats,E02001220,Stockport 034,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115093 +115093,E00029279,5a2,Multi-Ethnic Professionals with Families,E01005777,Stockport 034A,3d,Households in terraces and flats,E02001220,Stockport 034,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115094 +115094,E00029284,5a2,Multi-Ethnic Professionals with Families,E01005778,Stockport 022B,5b,Aspiring urban households,E02001208,Stockport 022,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115095 +115095,E00029307,5a2,Multi-Ethnic Professionals with Families,E01005784,Stockport 030C,8a,Affluent communities,E02001216,Stockport 030,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115096 +115096,E00029333,5a2,Multi-Ethnic Professionals with Families,E01005789,Stockport 039A,8c,Comfortable suburbia,E02001225,Stockport 039,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115097 +115097,E00029360,5a2,Multi-Ethnic Professionals with Families,E01005799,Stockport 026D,4c,Hampered neighbourhoods,E02001212,Stockport 026,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115098 +115098,E00029372,5a2,Multi-Ethnic Professionals with Families,E01005801,Stockport 027B,3d,Households in terraces and flats,E02001213,Stockport 027,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115099 +115099,E00029394,5a2,Multi-Ethnic Professionals with Families,E01005800,Stockport 023D,8c,Comfortable suburbia,E02001209,Stockport 023,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115100 +115100,E00029400,5a2,Multi-Ethnic Professionals with Families,E01005813,Stockport 033B,8a,Affluent communities,E02001219,Stockport 033,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115101 +115101,E00029435,5a2,Multi-Ethnic Professionals with Families,E01005810,Stockport 037C,3c,Highly qualified professionals,E02001223,Stockport 037,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115102 +115102,E00029464,5a2,Multi-Ethnic Professionals with Families,E01005823,Stockport 018F,4c,Hampered neighbourhoods,E02001204,Stockport 018,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115103 +115103,E00029473,5a2,Multi-Ethnic Professionals with Families,E01005819,Stockport 018C,8c,Comfortable suburbia,E02001204,Stockport 018,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115104 +115104,E00029484,5a2,Multi-Ethnic Professionals with Families,E01005819,Stockport 018C,8c,Comfortable suburbia,E02001204,Stockport 018,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115105 +115105,E00029514,5a2,Multi-Ethnic Professionals with Families,E01005831,Stockport 027F,3a,Achieving neighbourhoods,E02001213,Stockport 027,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115106 +115106,E00029518,5a2,Multi-Ethnic Professionals with Families,E01005831,Stockport 027F,3a,Achieving neighbourhoods,E02001213,Stockport 027,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115107 +115107,E00029559,5a2,Multi-Ethnic Professionals with Families,E01005838,Stockport 031C,3d,Households in terraces and flats,E02001217,Stockport 031,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115108 +115108,E00029575,5a2,Multi-Ethnic Professionals with Families,E01005841,Stockport 035D,8a,Affluent communities,E02001221,Stockport 035,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115109 +115109,E00029600,5a2,Multi-Ethnic Professionals with Families,E01005847,Stockport 040B,3b,Asian traits,E02001226,Stockport 040,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115110 +115110,E00029221,6a1,Indian Tech Achievers,E01005768,Stockport 025A,8a,Affluent communities,E02001211,Stockport 025,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115111 +115111,E00029897,5b3,Self-Sufficient Retirement,E01005900,Stockport 010C,5c,Comfortable neighbourhoods,E02001196,Stockport 010,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115112 +115112,E00029900,5b3,Self-Sufficient Retirement,E01005899,Stockport 012B,5a,Ageing urban communities,E02001198,Stockport 012,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115113 +115113,E00029901,5b3,Self-Sufficient Retirement,E01005899,Stockport 012B,5a,Ageing urban communities,E02001198,Stockport 012,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115114 +115114,E00029929,5b3,Self-Sufficient Retirement,E01005913,Stockport 038D,8b,Ageing suburbanites,E02001224,Stockport 038,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115115 +115115,E00029947,5b3,Self-Sufficient Retirement,E01005910,Stockport 029B,5c,Comfortable neighbourhoods,E02001215,Stockport 029,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115116 +115116,E00030028,5b3,Self-Sufficient Retirement,E01005931,Stockport 041D,8a,Affluent communities,E02001227,Stockport 041,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115117 +115117,E00030036,5b3,Self-Sufficient Retirement,E01005925,Stockport 042B,8a,Affluent communities,E02001228,Stockport 042,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115118 +115118,E00029096,6b3,Semi-Detached Ageing,E01005747,Stockport 005C,8b,Ageing suburbanites,E02001191,Stockport 005,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115119 +115119,E00029102,6b3,Semi-Detached Ageing,E01005748,Stockport 005D,8b,Ageing suburbanites,E02001191,Stockport 005,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115120 +115120,E00029105,6b3,Semi-Detached Ageing,E01005748,Stockport 005D,8b,Ageing suburbanites,E02001191,Stockport 005,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115121 +115121,E00029107,6b3,Semi-Detached Ageing,E01005748,Stockport 005D,8b,Ageing suburbanites,E02001191,Stockport 005,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115122 +115122,E00029119,6b3,Semi-Detached Ageing,E01005751,Stockport 009E,5b,Aspiring urban households,E02001195,Stockport 009,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115123 +115123,E00029120,6b3,Semi-Detached Ageing,E01005743,Stockport 009A,8b,Ageing suburbanites,E02001195,Stockport 009,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115124 +115124,E00029128,6b3,Semi-Detached Ageing,E01005743,Stockport 009A,8b,Ageing suburbanites,E02001195,Stockport 009,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115125 +115125,E00029130,6b3,Semi-Detached Ageing,E01005743,Stockport 009A,8b,Ageing suburbanites,E02001195,Stockport 009,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115126 +115126,E00029131,6b3,Semi-Detached Ageing,E01005743,Stockport 009A,8b,Ageing suburbanites,E02001195,Stockport 009,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115127 +115127,E00029188,6b3,Semi-Detached Ageing,E01005765,Stockport 018A,8c,Comfortable suburbia,E02001204,Stockport 018,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115128 +115128,E00029265,6b3,Semi-Detached Ageing,E01005785,Stockport 030D,3a,Achieving neighbourhoods,E02001216,Stockport 030,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115129 +115129,E00029291,6b3,Semi-Detached Ageing,E01005779,Stockport 022C,8c,Comfortable suburbia,E02001208,Stockport 022,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115130 +115130,E00029352,6b3,Semi-Detached Ageing,E01005793,Stockport 039C,3a,Achieving neighbourhoods,E02001225,Stockport 039,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115131 +115131,E00029369,6b3,Semi-Detached Ageing,E01005800,Stockport 023D,8c,Comfortable suburbia,E02001209,Stockport 023,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115132 +115132,E00029373,6b3,Semi-Detached Ageing,E01005802,Stockport 027C,8c,Comfortable suburbia,E02001213,Stockport 027,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115133 +115133,E00029379,6b3,Semi-Detached Ageing,E01005803,Stockport 027D,8a,Affluent communities,E02001213,Stockport 027,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115134 +115134,E00029398,6b3,Semi-Detached Ageing,E01005814,Stockport 033C,8b,Ageing suburbanites,E02001219,Stockport 033,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115135 +115135,E00029401,6b3,Semi-Detached Ageing,E01005806,Stockport 033A,8b,Ageing suburbanites,E02001219,Stockport 033,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115136 +115136,E00029408,6b3,Semi-Detached Ageing,E01005815,Stockport 033D,8b,Ageing suburbanites,E02001219,Stockport 033,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115137 +115137,E00029412,6b3,Semi-Detached Ageing,E01005815,Stockport 033D,8b,Ageing suburbanites,E02001219,Stockport 033,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115138 +115138,E00029413,6b3,Semi-Detached Ageing,E01005805,Stockport 035A,8a,Affluent communities,E02001221,Stockport 035,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115139 +115139,E00029425,6b3,Semi-Detached Ageing,E01005805,Stockport 035A,8a,Affluent communities,E02001221,Stockport 035,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115140 +115140,E00029430,6b3,Semi-Detached Ageing,E01005807,Stockport 035B,8b,Ageing suburbanites,E02001221,Stockport 035,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115141 +115141,E00029447,6b3,Semi-Detached Ageing,E01005815,Stockport 033D,8b,Ageing suburbanites,E02001219,Stockport 033,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115142 +115142,E00029504,6b3,Semi-Detached Ageing,E01005827,Stockport 024C,5c,Comfortable neighbourhoods,E02001210,Stockport 024,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115143 +115143,E00029510,6b3,Semi-Detached Ageing,E01005830,Stockport 027E,3d,Households in terraces and flats,E02001213,Stockport 027,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115144 +115144,E00029511,6b3,Semi-Detached Ageing,E01005827,Stockport 024C,5c,Comfortable neighbourhoods,E02001210,Stockport 024,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115145 +115145,E00029521,6b3,Semi-Detached Ageing,E01005832,Stockport 021A,5c,Comfortable neighbourhoods,E02001207,Stockport 021,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115146 +115146,E00029540,6b3,Semi-Detached Ageing,E01005842,Stockport 038A,8b,Ageing suburbanites,E02001224,Stockport 038,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115147 +115147,E00029580,6b3,Semi-Detached Ageing,E01005842,Stockport 038A,8b,Ageing suburbanites,E02001224,Stockport 038,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115148 +115148,E00029581,6b3,Semi-Detached Ageing,E01005842,Stockport 038A,8b,Ageing suburbanites,E02001224,Stockport 038,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115149 +115149,E00029587,6b3,Semi-Detached Ageing,E01005834,Stockport 031A,4c,Hampered neighbourhoods,E02001217,Stockport 031,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115150 +115150,E00029588,6b3,Semi-Detached Ageing,E01005835,Stockport 021C,8b,Ageing suburbanites,E02001207,Stockport 021,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115151 +115151,E00029589,6b3,Semi-Detached Ageing,E01005837,Stockport 021D,8c,Comfortable suburbia,E02001207,Stockport 021,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115152 +115152,E00029626,6b3,Semi-Detached Ageing,E01005844,Stockport 036A,8a,Affluent communities,E02001222,Stockport 036,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115153 +115153,E00029711,6b3,Semi-Detached Ageing,E01005862,Stockport 003A,3a,Achieving neighbourhoods,E02001189,Stockport 003,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115154 +115154,E00029730,6b3,Semi-Detached Ageing,E01005875,Stockport 015D,5b,Aspiring urban households,E02001201,Stockport 015,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115155 +115155,E00029746,6b3,Semi-Detached Ageing,E01005870,Stockport 015A,5b,Aspiring urban households,E02001201,Stockport 015,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115156 +115156,E00029236,6a1,Indian Tech Achievers,E01005768,Stockport 025A,8a,Affluent communities,E02001211,Stockport 025,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115157 +115157,E00029244,6a1,Indian Tech Achievers,E01005775,Stockport 025D,8a,Affluent communities,E02001211,Stockport 025,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115158 +115158,E00029247,6a1,Indian Tech Achievers,E01005773,Stockport 028C,3b,Asian traits,E02001214,Stockport 028,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115159 +115159,E00029248,6a1,Indian Tech Achievers,E01005772,Stockport 028B,3b,Asian traits,E02001214,Stockport 028,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115160 +115160,E00029250,6a1,Indian Tech Achievers,E01005775,Stockport 025D,8a,Affluent communities,E02001211,Stockport 025,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115161 +115161,E00029251,6a1,Indian Tech Achievers,E01005773,Stockport 028C,3b,Asian traits,E02001214,Stockport 028,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115162 +115162,E00029253,6a1,Indian Tech Achievers,E01005775,Stockport 025D,8a,Affluent communities,E02001211,Stockport 025,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115163 +115163,E00029254,6a1,Indian Tech Achievers,E01005772,Stockport 028B,3b,Asian traits,E02001214,Stockport 028,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115164 +115164,E00029256,6a1,Indian Tech Achievers,E01005776,Stockport 028E,3b,Asian traits,E02001214,Stockport 028,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115165 +115165,E00029258,6a1,Indian Tech Achievers,E01005767,Stockport 028A,8a,Affluent communities,E02001214,Stockport 028,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115166 +115166,E00029261,6a1,Indian Tech Achievers,E01005776,Stockport 028E,3b,Asian traits,E02001214,Stockport 028,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115167 +115167,E00029264,6a1,Indian Tech Achievers,E01005784,Stockport 030C,8a,Affluent communities,E02001216,Stockport 030,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115168 +115168,E00029298,6a1,Indian Tech Achievers,E01005784,Stockport 030C,8a,Affluent communities,E02001216,Stockport 030,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115169 +115169,E00029301,6a1,Indian Tech Achievers,E01005783,Stockport 030B,8c,Comfortable suburbia,E02001216,Stockport 030,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115170 +115170,E00029304,6a1,Indian Tech Achievers,E01005783,Stockport 030B,8c,Comfortable suburbia,E02001216,Stockport 030,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115171 +115171,E00029305,6a1,Indian Tech Achievers,E01005784,Stockport 030C,8a,Affluent communities,E02001216,Stockport 030,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115172 +115172,E00029312,6a1,Indian Tech Achievers,E01005782,Stockport 030A,8c,Comfortable suburbia,E02001216,Stockport 030,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115173 +115173,E00029314,6a1,Indian Tech Achievers,E01005794,Stockport 041B,8a,Affluent communities,E02001227,Stockport 041,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115174 +115174,E00029318,6a1,Indian Tech Achievers,E01005795,Stockport 039D,8a,Affluent communities,E02001225,Stockport 039,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115175 +115175,E00029330,6a1,Indian Tech Achievers,E01005796,Stockport 039E,8a,Affluent communities,E02001225,Stockport 039,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115176 +115176,E00029335,6a1,Indian Tech Achievers,E01005788,Stockport 034C,8a,Affluent communities,E02001220,Stockport 034,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115177 +115177,E00029337,6a1,Indian Tech Achievers,E01005788,Stockport 034C,8a,Affluent communities,E02001220,Stockport 034,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115178 +115178,E00029345,6a1,Indian Tech Achievers,E01005789,Stockport 039A,8c,Comfortable suburbia,E02001225,Stockport 039,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115179 +115179,E00029355,6a1,Indian Tech Achievers,E01005792,Stockport 041A,8a,Affluent communities,E02001227,Stockport 041,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115180 +115180,E00029357,6a1,Indian Tech Achievers,E01005794,Stockport 041B,8a,Affluent communities,E02001227,Stockport 041,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115181 +115181,E00029402,6a1,Indian Tech Achievers,E01005809,Stockport 037B,8c,Comfortable suburbia,E02001223,Stockport 037,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115182 +115182,E00029405,6a1,Indian Tech Achievers,E01005811,Stockport 037D,8a,Affluent communities,E02001223,Stockport 037,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115183 +115183,E00029410,6a1,Indian Tech Achievers,E01005813,Stockport 033B,8a,Affluent communities,E02001219,Stockport 033,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115184 +115184,E00029416,6a1,Indian Tech Achievers,E01005812,Stockport 037E,8a,Affluent communities,E02001223,Stockport 037,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115185 +115185,E00029426,6a1,Indian Tech Achievers,E01005808,Stockport 037A,8a,Affluent communities,E02001223,Stockport 037,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115186 +115186,E00029433,6a1,Indian Tech Achievers,E01005808,Stockport 037A,8a,Affluent communities,E02001223,Stockport 037,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115187 +115187,E00029438,6a1,Indian Tech Achievers,E01005809,Stockport 037B,8c,Comfortable suburbia,E02001223,Stockport 037,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115188 +115188,E00029441,6a1,Indian Tech Achievers,E01005811,Stockport 037D,8a,Affluent communities,E02001223,Stockport 037,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115189 +115189,E00029442,6a1,Indian Tech Achievers,E01005812,Stockport 037E,8a,Affluent communities,E02001223,Stockport 037,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115190 +115190,E00029444,6a1,Indian Tech Achievers,E01005812,Stockport 037E,8a,Affluent communities,E02001223,Stockport 037,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115191 +115191,E00029594,6a1,Indian Tech Achievers,E01005849,Stockport 036C,8b,Ageing suburbanites,E02001222,Stockport 036,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115192 +115192,E00029598,6a1,Indian Tech Achievers,E01005848,Stockport 040C,3b,Asian traits,E02001226,Stockport 040,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115193 +115193,E00029613,6a1,Indian Tech Achievers,E01005851,Stockport 036D,8a,Affluent communities,E02001222,Stockport 036,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115194 +115194,E00029614,6a1,Indian Tech Achievers,E01005851,Stockport 036D,8a,Affluent communities,E02001222,Stockport 036,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115195 +115195,E00029617,6a1,Indian Tech Achievers,E01005844,Stockport 036A,8a,Affluent communities,E02001222,Stockport 036,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115196 +115196,E00029636,6a1,Indian Tech Achievers,E01005856,Stockport 011B,3b,Asian traits,E02001197,Stockport 011,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115197 +115197,E00029658,6a1,Indian Tech Achievers,E01005853,Stockport 011A,3d,Households in terraces and flats,E02001197,Stockport 011,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115198 +115198,E00029686,6a1,Indian Tech Achievers,E01005868,Stockport 008D,8a,Affluent communities,E02001194,Stockport 008,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115199 +115199,E00029693,6a1,Indian Tech Achievers,E01005868,Stockport 008D,8a,Affluent communities,E02001194,Stockport 008,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115200 +115200,E00030496,8c1,Ageing Industrious Workers,E01006020,Tameside 018E,5d,Endeavouring social renters,E02001246,Tameside 018,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115201 +115201,E00029771,5a1,White Professionals,E01005883,Stockport 017C,8a,Affluent communities,E02001203,Stockport 017,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115202 +115202,E00030503,8c1,Ageing Industrious Workers,E01006020,Tameside 018E,5d,Endeavouring social renters,E02001246,Tameside 018,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115203 +115203,E00029781,5a1,White Professionals,E01005885,Stockport 020E,5a,Ageing urban communities,E02001206,Stockport 020,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115204 +115204,E00030545,8c1,Ageing Industrious Workers,E01006030,Tameside 028C,4a,Challenged white communities,E02001256,Tameside 028,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115205 +115205,E00029789,5a1,White Professionals,E01005880,Stockport 017A,8c,Comfortable suburbia,E02001203,Stockport 017,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115206 +115206,E00030553,8c1,Ageing Industrious Workers,E01006035,Tameside 020E,4c,Hampered neighbourhoods,E02001248,Tameside 020,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115207 +115207,E00029813,5a1,White Professionals,E01005887,Stockport 002A,4c,Hampered neighbourhoods,E02001188,Stockport 002,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115208 +115208,E00030600,8c1,Ageing Industrious Workers,E01006042,Tameside 030A,5b,Aspiring urban households,E02001258,Tameside 030,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115209 +115209,E00029846,5a1,White Professionals,E01005892,Stockport 003B,5b,Aspiring urban households,E02001189,Stockport 003,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115210 +115210,E00030652,8c1,Ageing Industrious Workers,E01006047,Tameside 023A,5b,Aspiring urban households,E02001251,Tameside 023,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115211 +115211,E00029848,5a1,White Professionals,E01005892,Stockport 003B,5b,Aspiring urban households,E02001189,Stockport 003,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115212 +115212,E00030661,8c1,Ageing Industrious Workers,E01006048,Tameside 023B,5a,Ageing urban communities,E02001251,Tameside 023,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115213 +115213,E00029890,5a1,White Professionals,E01005900,Stockport 010C,5c,Comfortable neighbourhoods,E02001196,Stockport 010,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115214 +115214,E00030666,8c1,Ageing Industrious Workers,E01006054,Tameside 001B,5a,Ageing urban communities,E02001229,Tameside 001,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115215 +115215,E00029905,5a1,White Professionals,E01005899,Stockport 012B,5a,Ageing urban communities,E02001198,Stockport 012,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115216 +115216,E00030672,8c1,Ageing Industrious Workers,E01006054,Tameside 001B,5a,Ageing urban communities,E02001229,Tameside 001,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115217 +115217,E00029908,5a1,White Professionals,E01005912,Stockport 029D,8b,Ageing suburbanites,E02001215,Stockport 029,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115218 +115218,E00030598,8b1,Deprived Blue-Collar Terraces,E01006043,Tameside 030B,5b,Aspiring urban households,E02001258,Tameside 030,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115219 +115219,E00030405,8d2,Hard-Pressed Ethnic Mix,E01006001,Tameside 012B,5b,Aspiring urban households,E02001240,Tameside 012,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115220 +115220,E00029918,6b2,White Suburban Communities,E01005909,Stockport 029A,8b,Ageing suburbanites,E02001215,Stockport 029,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115221 +115221,E00030173,7a2,Hampered Aspiration,E01005954,Tameside 005A,4a,Challenged white communities,E02001233,Tameside 005,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115222 +115222,E00030685,8c1,Ageing Industrious Workers,E01006054,Tameside 001B,5a,Ageing urban communities,E02001229,Tameside 001,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115223 +115223,E00030708,8c1,Ageing Industrious Workers,E01006061,Tameside 003B,5c,Comfortable neighbourhoods,E02001231,Tameside 003,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115224 +115224,E00030769,8c1,Ageing Industrious Workers,E01006068,Tameside 009B,4b,Constrained renters,E02001237,Tameside 009,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115225 +115225,E00030217,7c1,Challenged Transitionaries,E01005965,Tameside 019C,4a,Challenged white communities,E02001247,Tameside 019,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115226 +115226,E00030251,7c1,Challenged Transitionaries,E01005976,Tameside 026B,4a,Challenged white communities,E02001254,Tameside 026,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115227 +115227,E00030283,7c1,Challenged Transitionaries,E01005980,Tameside 029B,4a,Challenged white communities,E02001257,Tameside 029,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115228 +115228,E00030286,7c1,Challenged Transitionaries,E01005980,Tameside 029B,4a,Challenged white communities,E02001257,Tameside 029,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115229 +115229,E00030314,7c1,Challenged Transitionaries,E01005981,Tameside 029C,4a,Challenged white communities,E02001257,Tameside 029,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115230 +115230,E00030358,7c1,Challenged Transitionaries,E01005999,Tameside 011B,4c,Hampered neighbourhoods,E02001239,Tameside 011,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115231 +115231,E00030377,7c1,Challenged Transitionaries,E01005997,Tameside 010D,5c,Comfortable neighbourhoods,E02001238,Tameside 010,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115232 +115232,E00030399,7c1,Challenged Transitionaries,E01006002,Tameside 011C,5d,Endeavouring social renters,E02001239,Tameside 011,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115233 +115233,E00030452,7c1,Challenged Transitionaries,E01006010,Tameside 017B,4a,Challenged white communities,E02001245,Tameside 017,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115234 +115234,E00030476,7c1,Challenged Transitionaries,E01006016,Tameside 017E,4b,Constrained renters,E02001245,Tameside 017,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115235 +115235,E00030546,7c1,Challenged Transitionaries,E01006030,Tameside 028C,4a,Challenged white communities,E02001256,Tameside 028,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115236 +115236,E00030609,7c1,Challenged Transitionaries,E01006044,Tameside 030C,5a,Ageing urban communities,E02001258,Tameside 030,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115237 +115237,E00030745,7c1,Challenged Transitionaries,E01006068,Tameside 009B,4b,Constrained renters,E02001237,Tameside 009,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115238 +115238,E00030547,6a2,Comfortable Suburbia,E01006024,Tameside 022A,8c,Comfortable suburbia,E02001250,Tameside 022,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115239 +115239,E00030576,6a2,Comfortable Suburbia,E01006037,Tameside 022C,8b,Ageing suburbanites,E02001250,Tameside 022,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115240 +115240,E00030744,6a2,Comfortable Suburbia,E01006072,Tameside 015E,8c,Comfortable suburbia,E02001243,Tameside 015,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115241 +115241,E00030753,6a2,Comfortable Suburbia,E01006071,Tameside 015D,8a,Affluent communities,E02001243,Tameside 015,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115242 +115242,E00030754,6a2,Comfortable Suburbia,E01006071,Tameside 015D,8a,Affluent communities,E02001243,Tameside 015,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115243 +115243,E00030758,6a2,Comfortable Suburbia,E01006071,Tameside 015D,8a,Affluent communities,E02001243,Tameside 015,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115244 +115244,E00030101,5b2,Communal Retirement,E01005943,Tameside 007C,3d,Households in terraces and flats,E02001235,Tameside 007,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115245 +115245,E00030199,5b2,Communal Retirement,E01005961,Tameside 014A,3a,Achieving neighbourhoods,E02001242,Tameside 014,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115246 +115246,E00030454,5b2,Communal Retirement,E01006012,Tameside 017C,5b,Aspiring urban households,E02001245,Tameside 017,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115247 +115247,E00030677,5b2,Communal Retirement,E01006054,Tameside 001B,5a,Ageing urban communities,E02001229,Tameside 001,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115248 +115248,E00030686,5b2,Communal Retirement,E01006057,Tameside 001D,5b,Aspiring urban households,E02001229,Tameside 001,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115249 +115249,E00030734,5b2,Communal Retirement,E01006066,Tameside 008D,4b,Constrained renters,E02001236,Tameside 008,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115250 +115250,E00030746,5b2,Communal Retirement,E01006068,Tameside 009B,4b,Constrained renters,E02001237,Tameside 009,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115251 +115251,E00030761,5b2,Communal Retirement,E01006073,Tameside 009D,5a,Ageing urban communities,E02001237,Tameside 009,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115252 +115252,E00030391,4a3,Commuters with Young Families,E01005999,Tameside 011B,4c,Hampered neighbourhoods,E02001239,Tameside 011,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115253 +115253,E00030154,3c1,Constrained Neighbourhoods,E01005952,Tameside 013D,7a,Urban cultural mix,E02001241,Tameside 013,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115254 +115254,E00030250,7c2,Constrained Young Families,E01005976,Tameside 026B,4a,Challenged white communities,E02001254,Tameside 026,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115255 +115255,E00030311,7c2,Constrained Young Families,E01005981,Tameside 029C,4a,Challenged white communities,E02001257,Tameside 029,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115256 +115256,E00030421,7c2,Constrained Young Families,E01006005,Tameside 011E,4a,Challenged white communities,E02001239,Tameside 011,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115257 +115257,E00030491,7c2,Constrained Young Families,E01006019,Tameside 018D,4a,Challenged white communities,E02001246,Tameside 018,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115258 +115258,E00030533,7c2,Constrained Young Families,E01006027,Tameside 027B,4a,Challenged white communities,E02001255,Tameside 027,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115259 +115259,E00030563,7c2,Constrained Young Families,E01006033,Tameside 020C,4a,Challenged white communities,E02001248,Tameside 020,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115260 +115260,E00030567,7c2,Constrained Young Families,E01006031,Tameside 020A,4c,Hampered neighbourhoods,E02001248,Tameside 020,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115261 +115261,E00030569,7c2,Constrained Young Families,E01006035,Tameside 020E,4c,Hampered neighbourhoods,E02001248,Tameside 020,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115262 +115262,E00030580,7c2,Constrained Young Families,E01006034,Tameside 020D,4a,Challenged white communities,E02001248,Tameside 020,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115263 +115263,E00030636,7c2,Constrained Young Families,E01006050,Tameside 027C,4a,Challenged white communities,E02001255,Tameside 027,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115264 +115264,E00029756,6b3,Semi-Detached Ageing,E01005873,Stockport 015C,5b,Aspiring urban households,E02001201,Stockport 015,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115265 +115265,E00030649,8b1,Deprived Blue-Collar Terraces,E01006047,Tameside 023A,5b,Aspiring urban households,E02001251,Tameside 023,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115266 +115266,E00030667,8b1,Deprived Blue-Collar Terraces,E01006058,Tameside 001E,5b,Aspiring urban households,E02001229,Tameside 001,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115267 +115267,E00029930,5a1,White Professionals,E01005907,Stockport 038C,8a,Affluent communities,E02001224,Stockport 038,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115268 +115268,E00030190,7a2,Hampered Aspiration,E01005960,Tameside 006E,4c,Hampered neighbourhoods,E02001234,Tameside 006,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115269 +115269,E00030457,8d2,Hard-Pressed Ethnic Mix,E01006011,Tameside 018A,4a,Challenged white communities,E02001246,Tameside 018,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115270 +115270,E00029758,6b3,Semi-Detached Ageing,E01005873,Stockport 015C,5b,Aspiring urban households,E02001201,Stockport 015,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115271 +115271,E00029801,6b3,Semi-Detached Ageing,E01005879,Stockport 020B,5c,Comfortable neighbourhoods,E02001206,Stockport 020,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115272 +115272,E00029806,6b3,Semi-Detached Ageing,E01005884,Stockport 020D,8a,Affluent communities,E02001206,Stockport 020,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115273 +115273,E00029920,6b2,White Suburban Communities,E01005912,Stockport 029D,8b,Ageing suburbanites,E02001215,Stockport 029,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115274 +115274,E00029882,6b3,Semi-Detached Ageing,E01005904,Stockport 010E,8a,Affluent communities,E02001196,Stockport 010,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115275 +115275,E00029922,6b2,White Suburban Communities,E01005912,Stockport 029D,8b,Ageing suburbanites,E02001215,Stockport 029,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115276 +115276,E00029944,6b3,Semi-Detached Ageing,E01005911,Stockport 029C,8a,Affluent communities,E02001215,Stockport 029,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115277 +115277,E00029924,6b2,White Suburban Communities,E01005913,Stockport 038D,8b,Ageing suburbanites,E02001224,Stockport 038,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115278 +115278,E00030516,8d2,Hard-Pressed Ethnic Mix,E01006030,Tameside 028C,4a,Challenged white communities,E02001256,Tameside 028,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115279 +115279,E00029963,5a1,White Professionals,E01005916,Stockport 007C,3d,Households in terraces and flats,E02001193,Stockport 007,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115280 +115280,E00030253,7a2,Hampered Aspiration,E01005975,Tameside 021D,4a,Challenged white communities,E02001249,Tameside 021,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115281 +115281,E00030669,8b1,Deprived Blue-Collar Terraces,E01006055,Tameside 001C,5b,Aspiring urban households,E02001229,Tameside 001,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115282 +115282,E00029155,4a2,Social Renting New Arrivals,E01005757,Stockport 014A,4c,Hampered neighbourhoods,E02001200,Stockport 014,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115283 +115283,E00030712,7c2,Constrained Young Families,E01006061,Tameside 003B,5c,Comfortable neighbourhoods,E02001231,Tameside 003,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115284 +115284,E00029925,6b2,White Suburban Communities,E01005913,Stockport 038D,8b,Ageing suburbanites,E02001224,Stockport 038,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115285 +115285,E00030541,8d2,Hard-Pressed Ethnic Mix,E01006028,Tameside 028A,4c,Hampered neighbourhoods,E02001256,Tameside 028,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115286 +115286,E00030555,8d2,Hard-Pressed Ethnic Mix,E01006034,Tameside 020D,4a,Challenged white communities,E02001248,Tameside 020,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115287 +115287,E00030586,8d2,Hard-Pressed Ethnic Mix,E01006032,Tameside 020B,4a,Challenged white communities,E02001248,Tameside 020,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115288 +115288,E00030590,8d2,Hard-Pressed Ethnic Mix,E01006034,Tameside 020D,4a,Challenged white communities,E02001248,Tameside 020,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115289 +115289,E00030660,8d2,Hard-Pressed Ethnic Mix,E01006052,Tameside 027D,4a,Challenged white communities,E02001255,Tameside 027,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115290 +115290,E00030723,8d2,Hard-Pressed Ethnic Mix,E01006065,Tameside 008C,4c,Hampered neighbourhoods,E02001236,Tameside 008,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115291 +115291,E00168641,8d2,Hard-Pressed Ethnic Mix,E01006035,Tameside 020E,4c,Hampered neighbourhoods,E02001248,Tameside 020,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115292 +115292,E00168655,8d2,Hard-Pressed Ethnic Mix,E01006052,Tameside 027D,4a,Challenged white communities,E02001255,Tameside 027,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115293 +115293,E00030070,8d3,Hard-Pressed European Settlers,E01005933,Tameside 006A,4c,Hampered neighbourhoods,E02001234,Tameside 006,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115294 +115294,E00030071,8d3,Hard-Pressed European Settlers,E01005937,Tameside 004B,5b,Aspiring urban households,E02001232,Tameside 004,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115295 +115295,E00030078,8d3,Hard-Pressed European Settlers,E01005935,Tameside 006C,4c,Hampered neighbourhoods,E02001234,Tameside 006,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115296 +115296,E00030080,8d3,Hard-Pressed European Settlers,E01005933,Tameside 006A,4c,Hampered neighbourhoods,E02001234,Tameside 006,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115297 +115297,E00030137,8d3,Hard-Pressed European Settlers,E01005951,Tameside 013C,4c,Hampered neighbourhoods,E02001241,Tameside 013,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115298 +115298,E00030216,8d3,Hard-Pressed European Settlers,E01005965,Tameside 019C,4a,Challenged white communities,E02001247,Tameside 019,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115299 +115299,E00030437,8d3,Hard-Pressed European Settlers,E01006010,Tameside 017B,4a,Challenged white communities,E02001245,Tameside 017,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115300 +115300,E00030455,8d3,Hard-Pressed European Settlers,E01006009,Tameside 016A,5b,Aspiring urban households,E02001244,Tameside 016,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115301 +115301,E00030465,8d3,Hard-Pressed European Settlers,E01006008,Tameside 017A,5b,Aspiring urban households,E02001245,Tameside 017,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115302 +115302,E00030540,8d3,Hard-Pressed European Settlers,E01006029,Tameside 028B,4c,Hampered neighbourhoods,E02001256,Tameside 028,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115303 +115303,E00030544,8d3,Hard-Pressed European Settlers,E01006030,Tameside 028C,4a,Challenged white communities,E02001256,Tameside 028,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115304 +115304,E00030558,8d3,Hard-Pressed European Settlers,E01006036,Tameside 020F,4c,Hampered neighbourhoods,E02001248,Tameside 020,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115305 +115305,E00030579,8d3,Hard-Pressed European Settlers,E01006033,Tameside 020C,4a,Challenged white communities,E02001248,Tameside 020,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115306 +115306,E00030634,8d3,Hard-Pressed European Settlers,E01006052,Tameside 027D,4a,Challenged white communities,E02001255,Tameside 027,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115307 +115307,E00030706,8d3,Hard-Pressed European Settlers,E01006064,Tameside 008B,4a,Challenged white communities,E02001236,Tameside 008,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115308 +115308,E00030264,8b2,Hard-Pressed Rented Terraces,E01005972,Tameside 021B,4c,Hampered neighbourhoods,E02001249,Tameside 021,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115309 +115309,E00030310,8b2,Hard-Pressed Rented Terraces,E01005978,Tameside 026D,4a,Challenged white communities,E02001254,Tameside 026,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115310 +115310,E00030524,8b2,Hard-Pressed Rented Terraces,E01006025,Tameside 027A,4a,Challenged white communities,E02001255,Tameside 027,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115311 +115311,E00030585,8b2,Hard-Pressed Rented Terraces,E01006034,Tameside 020D,4a,Challenged white communities,E02001248,Tameside 020,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115312 +115312,E00030612,8b2,Hard-Pressed Rented Terraces,E01006043,Tameside 030B,5b,Aspiring urban households,E02001258,Tameside 030,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115313 +115313,E00030641,8b2,Hard-Pressed Rented Terraces,E01006051,Tameside 023D,5c,Comfortable neighbourhoods,E02001251,Tameside 023,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115314 +115314,E00030053,6a1,Indian Tech Achievers,E01005939,Tameside 002B,8a,Affluent communities,E02001230,Tameside 002,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115315 +115315,E00030054,6a1,Indian Tech Achievers,E01005939,Tameside 002B,8a,Affluent communities,E02001230,Tameside 002,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115316 +115316,E00030055,6a1,Indian Tech Achievers,E01005940,Tameside 002C,3b,Asian traits,E02001230,Tameside 002,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115317 +115317,E00030056,6a1,Indian Tech Achievers,E01005939,Tameside 002B,8a,Affluent communities,E02001230,Tameside 002,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115318 +115318,E00030058,6a1,Indian Tech Achievers,E01005939,Tameside 002B,8a,Affluent communities,E02001230,Tameside 002,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115319 +115319,E00030060,6a1,Indian Tech Achievers,E01005940,Tameside 002C,3b,Asian traits,E02001230,Tameside 002,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115320 +115320,E00030064,6a1,Indian Tech Achievers,E01005936,Tameside 004A,8c,Comfortable suburbia,E02001232,Tameside 004,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115321 +115321,E00030160,6a1,Indian Tech Achievers,E01005955,Tameside 002D,8c,Comfortable suburbia,E02001230,Tameside 002,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115322 +115322,E00030167,6a1,Indian Tech Achievers,E01005955,Tameside 002D,8c,Comfortable suburbia,E02001230,Tameside 002,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115323 +115323,E00030242,6a1,Indian Tech Achievers,E01005970,Tameside 021A,8c,Comfortable suburbia,E02001249,Tameside 021,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115324 +115324,E00030469,6a1,Indian Tech Achievers,E01006015,Tameside 017D,8c,Comfortable suburbia,E02001245,Tameside 017,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115325 +115325,E00030142,8a2,Industrious Hardship,E01005949,Tameside 006D,4b,Constrained renters,E02001234,Tameside 006,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115326 +115326,E00030227,8a2,Industrious Hardship,E01005965,Tameside 019C,4a,Challenged white communities,E02001247,Tameside 019,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115327 +115327,E00030268,8a2,Industrious Hardship,E01005971,Tameside 025A,5b,Aspiring urban households,E02001253,Tameside 025,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115328 +115328,E00030281,8a2,Industrious Hardship,E01005978,Tameside 026D,4a,Challenged white communities,E02001254,Tameside 026,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115329 +115329,E00030289,8a2,Industrious Hardship,E01005978,Tameside 026D,4a,Challenged white communities,E02001254,Tameside 026,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115330 +115330,E00030293,8a2,Industrious Hardship,E01005979,Tameside 029A,5d,Endeavouring social renters,E02001257,Tameside 029,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115331 +115331,E00030299,8a2,Industrious Hardship,E01005979,Tameside 029A,5d,Endeavouring social renters,E02001257,Tameside 029,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115332 +115332,E00030735,8b1,Deprived Blue-Collar Terraces,E01006067,Tameside 009A,8c,Comfortable suburbia,E02001237,Tameside 009,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115333 +115333,E00030748,8b1,Deprived Blue-Collar Terraces,E01006068,Tameside 009B,4b,Constrained renters,E02001237,Tameside 009,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115334 +115334,E00029931,6b2,White Suburban Communities,E01005906,Stockport 038B,8a,Affluent communities,E02001224,Stockport 038,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115335 +115335,E00030155,7b2,Deprived Neighbourhoods,E01005952,Tameside 013D,7a,Urban cultural mix,E02001241,Tameside 013,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115336 +115336,E00029937,6b2,White Suburban Communities,E01005908,Stockport 017D,8b,Ageing suburbanites,E02001203,Stockport 017,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115337 +115337,E00030478,6a3,Detached Retirement Living,E01006020,Tameside 018E,5d,Endeavouring social renters,E02001246,Tameside 018,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115338 +115338,E00029939,6b2,White Suburban Communities,E01005908,Stockport 017D,8b,Ageing suburbanites,E02001203,Stockport 017,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115339 +115339,E00030266,7a2,Hampered Aspiration,E01005972,Tameside 021B,4c,Hampered neighbourhoods,E02001249,Tameside 021,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115340 +115340,E00029941,6b2,White Suburban Communities,E01005909,Stockport 029A,8b,Ageing suburbanites,E02001215,Stockport 029,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115341 +115341,E00030272,7a2,Hampered Aspiration,E01005974,Tameside 021C,4a,Challenged white communities,E02001249,Tameside 021,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115342 +115342,E00029945,6b2,White Suburban Communities,E01005911,Stockport 029C,8a,Affluent communities,E02001215,Stockport 029,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115343 +115343,E00030621,6a3,Detached Retirement Living,E01006045,Tameside 030D,8b,Ageing suburbanites,E02001258,Tameside 030,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115344 +115344,E00029985,5a1,White Professionals,E01005921,Stockport 003E,4c,Hampered neighbourhoods,E02001189,Stockport 003,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115345 +115345,E00030697,6a3,Detached Retirement Living,E01006053,Tameside 001A,8c,Comfortable suburbia,E02001229,Tameside 001,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115346 +115346,E00030275,7a2,Hampered Aspiration,E01005974,Tameside 021C,4a,Challenged white communities,E02001249,Tameside 021,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115347 +115347,E00029087,8d1,Young Hard-Pressed Families,E01005746,Stockport 005B,4a,Challenged white communities,E02001191,Stockport 005,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115348 +115348,E00030388,7a2,Hampered Aspiration,E01005999,Tameside 011B,4c,Hampered neighbourhoods,E02001239,Tameside 011,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115349 +115349,E00029992,5a1,White Professionals,E01005922,Stockport 003F,5b,Aspiring urban households,E02001189,Stockport 003,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115350 +115350,E00030757,6a3,Detached Retirement Living,E01006071,Tameside 015D,8a,Affluent communities,E02001243,Tameside 015,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115351 +115351,E00030721,7c2,Constrained Young Families,E01006064,Tameside 008B,4a,Challenged white communities,E02001236,Tameside 008,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115352 +115352,E00029139,8d1,Young Hard-Pressed Families,E01005753,Stockport 004A,4c,Hampered neighbourhoods,E02001190,Stockport 004,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115353 +115353,E00030759,6a3,Detached Retirement Living,E01006072,Tameside 015E,8c,Comfortable suburbia,E02001243,Tameside 015,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115354 +115354,E00029993,5a1,White Professionals,E01005922,Stockport 003F,5b,Aspiring urban households,E02001189,Stockport 003,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115355 +115355,E00030436,7a2,Hampered Aspiration,E01006012,Tameside 017C,5b,Aspiring urban households,E02001245,Tameside 017,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115356 +115356,E00029175,4a2,Social Renting New Arrivals,E01005766,Stockport 014C,7a,Urban cultural mix,E02001200,Stockport 014,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115357 +115357,E00029148,8d1,Young Hard-Pressed Families,E01005755,Stockport 004C,4c,Hampered neighbourhoods,E02001190,Stockport 004,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115358 +115358,E00029181,4a2,Social Renting New Arrivals,E01005766,Stockport 014C,7a,Urban cultural mix,E02001200,Stockport 014,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115359 +115359,E00029998,5a1,White Professionals,E01005915,Stockport 007B,4a,Challenged white communities,E02001193,Stockport 007,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115360 +115360,E00030441,7a2,Hampered Aspiration,E01006016,Tameside 017E,4b,Constrained renters,E02001245,Tameside 017,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115361 +115361,E00030633,1c3,Detached Rural Retirement,E01006048,Tameside 023B,5a,Ageing urban communities,E02001251,Tameside 023,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115362 +115362,E00030244,5b1,Delayed Retirement,E01005970,Tameside 021A,8c,Comfortable suburbia,E02001249,Tameside 021,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115363 +115363,E00030083,8b1,Deprived Blue-Collar Terraces,E01005934,Tameside 006B,5d,Endeavouring social renters,E02001234,Tameside 006,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115364 +115364,E00029169,8d1,Young Hard-Pressed Families,E01005754,Stockport 004B,4d,Hard-pressed flat dwellers,E02001190,Stockport 004,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115365 +115365,E00030106,8b1,Deprived Blue-Collar Terraces,E01005943,Tameside 007C,3d,Households in terraces and flats,E02001235,Tameside 007,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115366 +115366,E00029089,6b2,White Suburban Communities,E01005749,Stockport 009C,8c,Comfortable suburbia,E02001195,Stockport 009,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115367 +115367,E00030129,7b1,Eastern European Communities,E01005952,Tameside 013D,7a,Urban cultural mix,E02001241,Tameside 013,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115368 +115368,E00030447,7a2,Hampered Aspiration,E01006010,Tameside 017B,4a,Challenged white communities,E02001245,Tameside 017,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115369 +115369,E00029170,8d1,Young Hard-Pressed Families,E01005753,Stockport 004A,4c,Hampered neighbourhoods,E02001190,Stockport 004,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115370 +115370,E00029182,4a2,Social Renting New Arrivals,E01005760,Stockport 023B,3d,Households in terraces and flats,E02001209,Stockport 023,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115371 +115371,E00030139,8b1,Deprived Blue-Collar Terraces,E01005951,Tameside 013C,4c,Hampered neighbourhoods,E02001241,Tameside 013,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115372 +115372,E00029094,6b2,White Suburban Communities,E01005745,Stockport 005A,5b,Aspiring urban households,E02001191,Stockport 005,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115373 +115373,E00030474,7a2,Hampered Aspiration,E01006016,Tameside 017E,4b,Constrained renters,E02001245,Tameside 017,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115374 +115374,E00029095,6b2,White Suburban Communities,E01005747,Stockport 005C,8b,Ageing suburbanites,E02001191,Stockport 005,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115375 +115375,E00029198,8d1,Young Hard-Pressed Families,E01005762,Stockport 026B,4c,Hampered neighbourhoods,E02001212,Stockport 026,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115376 +115376,E00030479,7a2,Hampered Aspiration,E01006022,Tameside 015A,3d,Households in terraces and flats,E02001243,Tameside 015,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115377 +115377,E00030130,7b1,Eastern European Communities,E01005948,Tameside 013A,7a,Urban cultural mix,E02001241,Tameside 013,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115378 +115378,E00029097,6b2,White Suburban Communities,E01005745,Stockport 005A,5b,Aspiring urban households,E02001191,Stockport 005,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115379 +115379,E00029202,8d1,Young Hard-Pressed Families,E01005762,Stockport 026B,4c,Hampered neighbourhoods,E02001212,Stockport 026,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115380 +115380,E00029189,4a2,Social Renting New Arrivals,E01005766,Stockport 014C,7a,Urban cultural mix,E02001200,Stockport 014,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115381 +115381,E00030483,7a2,Hampered Aspiration,E01006023,Tameside 015B,4a,Challenged white communities,E02001243,Tameside 015,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115382 +115382,E00030150,7b1,Eastern European Communities,E01005948,Tameside 013A,7a,Urban cultural mix,E02001241,Tameside 013,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115383 +115383,E00029103,6b2,White Suburban Communities,E01005747,Stockport 005C,8b,Ageing suburbanites,E02001191,Stockport 005,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115384 +115384,E00029203,8d1,Young Hard-Pressed Families,E01005763,Stockport 026C,4c,Hampered neighbourhoods,E02001212,Stockport 026,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115385 +115385,E00030177,8b1,Deprived Blue-Collar Terraces,E01005957,Tameside 005C,3b,Asian traits,E02001233,Tameside 005,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115386 +115386,E00029194,4a2,Social Renting New Arrivals,E01005760,Stockport 023B,3d,Households in terraces and flats,E02001209,Stockport 023,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115387 +115387,E00030554,7a2,Hampered Aspiration,E01006035,Tameside 020E,4c,Hampered neighbourhoods,E02001248,Tameside 020,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115388 +115388,E00030557,7a2,Hampered Aspiration,E01006033,Tameside 020C,4a,Challenged white communities,E02001248,Tameside 020,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115389 +115389,E00030592,7a2,Hampered Aspiration,E01006039,Tameside 028D,4c,Hampered neighbourhoods,E02001256,Tameside 028,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115390 +115390,E00030699,7a2,Hampered Aspiration,E01006054,Tameside 001B,5a,Ageing urban communities,E02001229,Tameside 001,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115391 +115391,E00030728,7a2,Hampered Aspiration,E01006060,Tameside 008A,4c,Hampered neighbourhoods,E02001236,Tameside 008,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115392 +115392,E00030731,7a2,Hampered Aspiration,E01006060,Tameside 008A,4c,Hampered neighbourhoods,E02001236,Tameside 008,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115393 +115393,E00168634,7a2,Hampered Aspiration,E01006058,Tameside 001E,5b,Aspiring urban households,E02001229,Tameside 001,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115394 +115394,E00168640,7a2,Hampered Aspiration,E01006022,Tameside 015A,3d,Households in terraces and flats,E02001243,Tameside 015,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115395 +115395,E00030065,8d2,Hard-Pressed Ethnic Mix,E01005933,Tameside 006A,4c,Hampered neighbourhoods,E02001234,Tameside 006,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115396 +115396,E00030066,8d2,Hard-Pressed Ethnic Mix,E01005938,Tameside 002A,5c,Comfortable neighbourhoods,E02001230,Tameside 002,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115397 +115397,E00030067,8d2,Hard-Pressed Ethnic Mix,E01005937,Tameside 004B,5b,Aspiring urban households,E02001232,Tameside 004,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115398 +115398,E00030074,8d2,Hard-Pressed Ethnic Mix,E01005936,Tameside 004A,8c,Comfortable suburbia,E02001232,Tameside 004,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115399 +115399,E00030097,8d2,Hard-Pressed Ethnic Mix,E01005942,Tameside 007B,3d,Households in terraces and flats,E02001235,Tameside 007,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115400 +115400,E00030111,8d2,Hard-Pressed Ethnic Mix,E01005945,Tameside 004C,4c,Hampered neighbourhoods,E02001232,Tameside 004,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115401 +115401,E00030158,8d2,Hard-Pressed Ethnic Mix,E01005958,Tameside 005D,4c,Hampered neighbourhoods,E02001233,Tameside 005,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115402 +115402,E00030163,8d2,Hard-Pressed Ethnic Mix,E01005959,Tameside 005E,4c,Hampered neighbourhoods,E02001233,Tameside 005,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115403 +115403,E00030176,8d2,Hard-Pressed Ethnic Mix,E01005958,Tameside 005D,4c,Hampered neighbourhoods,E02001233,Tameside 005,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115404 +115404,E00030186,8d2,Hard-Pressed Ethnic Mix,E01005960,Tameside 006E,4c,Hampered neighbourhoods,E02001234,Tameside 006,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115405 +115405,E00030194,8d2,Hard-Pressed Ethnic Mix,E01005959,Tameside 005E,4c,Hampered neighbourhoods,E02001233,Tameside 005,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115406 +115406,E00030195,8d2,Hard-Pressed Ethnic Mix,E01005965,Tameside 019C,4a,Challenged white communities,E02001247,Tameside 019,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115407 +115407,E00030200,8d2,Hard-Pressed Ethnic Mix,E01005967,Tameside 019E,4c,Hampered neighbourhoods,E02001247,Tameside 019,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115408 +115408,E00030229,8d2,Hard-Pressed Ethnic Mix,E01005966,Tameside 019D,5b,Aspiring urban households,E02001247,Tameside 019,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115409 +115409,E00030230,8d2,Hard-Pressed Ethnic Mix,E01005966,Tameside 019D,5b,Aspiring urban households,E02001247,Tameside 019,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115410 +115410,E00030237,8d2,Hard-Pressed Ethnic Mix,E01005976,Tameside 026B,4a,Challenged white communities,E02001254,Tameside 026,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115411 +115411,E00030245,8d2,Hard-Pressed Ethnic Mix,E01005972,Tameside 021B,4c,Hampered neighbourhoods,E02001249,Tameside 021,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115412 +115412,E00030252,8d2,Hard-Pressed Ethnic Mix,E01005976,Tameside 026B,4a,Challenged white communities,E02001254,Tameside 026,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115413 +115413,E00030267,8d2,Hard-Pressed Ethnic Mix,E01005974,Tameside 021C,4a,Challenged white communities,E02001249,Tameside 021,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115414 +115414,E00030282,8d2,Hard-Pressed Ethnic Mix,E01005982,Tameside 029D,5c,Comfortable neighbourhoods,E02001257,Tameside 029,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115415 +115415,E00030291,8d2,Hard-Pressed Ethnic Mix,E01005979,Tameside 029A,5d,Endeavouring social renters,E02001257,Tameside 029,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115416 +115416,E00030297,8d2,Hard-Pressed Ethnic Mix,E01005981,Tameside 029C,4a,Challenged white communities,E02001257,Tameside 029,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115417 +115417,E00030306,8d2,Hard-Pressed Ethnic Mix,E01005984,Tameside 029F,4c,Hampered neighbourhoods,E02001257,Tameside 029,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115418 +115418,E00030313,8d2,Hard-Pressed Ethnic Mix,E01005980,Tameside 029B,4a,Challenged white communities,E02001257,Tameside 029,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115419 +115419,E00030343,8d2,Hard-Pressed Ethnic Mix,E01005986,Tameside 025B,4a,Challenged white communities,E02001253,Tameside 025,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115420 +115420,E00030357,8d2,Hard-Pressed Ethnic Mix,E01005998,Tameside 012A,5b,Aspiring urban households,E02001240,Tameside 012,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115421 +115421,E00030359,8d2,Hard-Pressed Ethnic Mix,E01005999,Tameside 011B,4c,Hampered neighbourhoods,E02001239,Tameside 011,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115422 +115422,E00030362,8d2,Hard-Pressed Ethnic Mix,E01005994,Tameside 011A,5b,Aspiring urban households,E02001239,Tameside 011,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115423 +115423,E00030364,8d2,Hard-Pressed Ethnic Mix,E01005994,Tameside 011A,5b,Aspiring urban households,E02001239,Tameside 011,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115424 +115424,E00029459,8d1,Young Hard-Pressed Families,E01005818,Stockport 018B,4c,Hampered neighbourhoods,E02001204,Stockport 018,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115425 +115425,E00029527,8d1,Young Hard-Pressed Families,E01005826,Stockport 024B,4a,Challenged white communities,E02001210,Stockport 024,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115426 +115426,E00029528,8d1,Young Hard-Pressed Families,E01005828,Stockport 024D,4a,Challenged white communities,E02001210,Stockport 024,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115427 +115427,E00029868,8d1,Young Hard-Pressed Families,E01005905,Stockport 012E,4a,Challenged white communities,E02001198,Stockport 012,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115428 +115428,E00029914,8d1,Young Hard-Pressed Families,E01005910,Stockport 029B,5c,Comfortable neighbourhoods,E02001215,Stockport 029,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115429 +115429,E00030113,4c1,Achieving Minorities,E01005946,Tameside 004D,3d,Households in terraces and flats,E02001232,Tameside 004,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115430 +115430,E00030115,4c1,Achieving Minorities,E01005944,Tameside 007D,3b,Asian traits,E02001235,Tameside 007,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115431 +115431,E00030145,4c1,Achieving Minorities,E01005949,Tameside 006D,4b,Constrained renters,E02001234,Tameside 006,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115432 +115432,E00030159,4c1,Achieving Minorities,E01005959,Tameside 005E,4c,Hampered neighbourhoods,E02001233,Tameside 005,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115433 +115433,E00030188,4c1,Achieving Minorities,E01005957,Tameside 005C,3b,Asian traits,E02001233,Tameside 005,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115434 +115434,E00030321,7d1,Ageing Communities and Families,E01005985,Tameside 024A,8b,Ageing suburbanites,E02001252,Tameside 024,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115435 +115435,E00030390,7d1,Ageing Communities and Families,E01006000,Tameside 010E,4c,Hampered neighbourhoods,E02001238,Tameside 010,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115436 +115436,E00030531,7d1,Ageing Communities and Families,E01006028,Tameside 028A,4c,Hampered neighbourhoods,E02001256,Tameside 028,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115437 +115437,E00030671,7d1,Ageing Communities and Families,E01006054,Tameside 001B,5a,Ageing urban communities,E02001229,Tameside 001,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115438 +115438,E00030726,7d1,Ageing Communities and Families,E01006064,Tameside 008B,4a,Challenged white communities,E02001236,Tameside 008,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115439 +115439,E00030262,6a4,Ageing in Suburbia,E01005970,Tameside 021A,8c,Comfortable suburbia,E02001249,Tameside 021,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115440 +115440,E00030513,6a4,Ageing in Suburbia,E01006024,Tameside 022A,8c,Comfortable suburbia,E02001250,Tameside 022,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115441 +115441,E00030141,8c1,Ageing Industrious Workers,E01005949,Tameside 006D,4b,Constrained renters,E02001234,Tameside 006,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115442 +115442,E00030161,8c1,Ageing Industrious Workers,E01005956,Tameside 005B,5a,Ageing urban communities,E02001233,Tameside 005,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115443 +115443,E00030210,8c1,Ageing Industrious Workers,E01005962,Tameside 014B,5c,Comfortable neighbourhoods,E02001242,Tameside 014,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115444 +115444,E00030157,7b1,Eastern European Communities,E01005952,Tameside 013D,7a,Urban cultural mix,E02001241,Tameside 013,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115445 +115445,E00029116,6b2,White Suburban Communities,E01005752,Stockport 012A,4c,Hampered neighbourhoods,E02001198,Stockport 012,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115446 +115446,E00030213,8c1,Ageing Industrious Workers,E01005963,Tameside 019A,5b,Aspiring urban households,E02001247,Tameside 019,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115447 +115447,E00030287,8c1,Ageing Industrious Workers,E01005980,Tameside 029B,4a,Challenged white communities,E02001257,Tameside 029,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115448 +115448,E00030290,8c1,Ageing Industrious Workers,E01005981,Tameside 029C,4a,Challenged white communities,E02001257,Tameside 029,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115449 +115449,E00030296,8c1,Ageing Industrious Workers,E01005979,Tameside 029A,5d,Endeavouring social renters,E02001257,Tameside 029,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115450 +115450,E00030315,8c1,Ageing Industrious Workers,E01005981,Tameside 029C,4a,Challenged white communities,E02001257,Tameside 029,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115451 +115451,E00030347,8c1,Ageing Industrious Workers,E01005986,Tameside 025B,4a,Challenged white communities,E02001253,Tameside 025,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115452 +115452,E00030374,8c1,Ageing Industrious Workers,E01005997,Tameside 010D,5c,Comfortable neighbourhoods,E02001238,Tameside 010,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115453 +115453,E00030375,8c1,Ageing Industrious Workers,E01005996,Tameside 010C,5b,Aspiring urban households,E02001238,Tameside 010,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115454 +115454,E00030376,8c1,Ageing Industrious Workers,E01005996,Tameside 010C,5b,Aspiring urban households,E02001238,Tameside 010,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115455 +115455,E00030440,8c1,Ageing Industrious Workers,E01006012,Tameside 017C,5b,Aspiring urban households,E02001245,Tameside 017,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115456 +115456,E00030463,8c1,Ageing Industrious Workers,E01006013,Tameside 018B,5c,Comfortable neighbourhoods,E02001246,Tameside 018,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115457 +115457,E00030464,8c1,Ageing Industrious Workers,E01006013,Tameside 018B,5c,Comfortable neighbourhoods,E02001246,Tameside 018,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115458 +115458,E00030201,8b1,Deprived Blue-Collar Terraces,E01005965,Tameside 019C,4a,Challenged white communities,E02001247,Tameside 019,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115459 +115459,E00029196,4a2,Social Renting New Arrivals,E01005760,Stockport 023B,3d,Households in terraces and flats,E02001209,Stockport 023,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115460 +115460,E00030439,7b1,Eastern European Communities,E01006016,Tameside 017E,4b,Constrained renters,E02001245,Tameside 017,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115461 +115461,E00029122,6b2,White Suburban Communities,E01005750,Stockport 009D,5b,Aspiring urban households,E02001195,Stockport 009,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115462 +115462,E00030494,7b3,Endeavouring Flat Dwellers,E01006019,Tameside 018D,4a,Challenged white communities,E02001246,Tameside 018,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115463 +115463,E00029176,6b2,White Suburban Communities,E01005765,Stockport 018A,8c,Comfortable suburbia,E02001204,Stockport 018,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115464 +115464,E00030085,5a3,Families in Terraces and Flats,E01005943,Tameside 007C,3d,Households in terraces and flats,E02001235,Tameside 007,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115465 +115465,E00029275,6b2,White Suburban Communities,E01005785,Stockport 030D,3a,Achieving neighbourhoods,E02001216,Stockport 030,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115466 +115466,E00030086,5a3,Families in Terraces and Flats,E01005943,Tameside 007C,3d,Households in terraces and flats,E02001235,Tameside 007,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115467 +115467,E00030104,5a3,Families in Terraces and Flats,E01005942,Tameside 007B,3d,Households in terraces and flats,E02001235,Tameside 007,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115468 +115468,E00030105,5a3,Families in Terraces and Flats,E01005943,Tameside 007C,3d,Households in terraces and flats,E02001235,Tameside 007,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115469 +115469,E00030144,5a3,Families in Terraces and Flats,E01005949,Tameside 006D,4b,Constrained renters,E02001234,Tameside 006,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115470 +115470,E00030166,5a3,Families in Terraces and Flats,E01005954,Tameside 005A,4a,Challenged white communities,E02001233,Tameside 005,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115471 +115471,E00030224,5a3,Families in Terraces and Flats,E01005966,Tameside 019D,5b,Aspiring urban households,E02001247,Tameside 019,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115472 +115472,E00030247,5a3,Families in Terraces and Flats,E01005971,Tameside 025A,5b,Aspiring urban households,E02001253,Tameside 025,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115473 +115473,E00030278,5a3,Families in Terraces and Flats,E01005974,Tameside 021C,4a,Challenged white communities,E02001249,Tameside 021,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115474 +115474,E00030371,5a3,Families in Terraces and Flats,E01005996,Tameside 010C,5b,Aspiring urban households,E02001238,Tameside 010,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115475 +115475,E00030451,5a3,Families in Terraces and Flats,E01006012,Tameside 017C,5b,Aspiring urban households,E02001245,Tameside 017,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115476 +115476,E00030523,5a3,Families in Terraces and Flats,E01006026,Tameside 022B,5b,Aspiring urban households,E02001250,Tameside 022,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115477 +115477,E00030527,5a3,Families in Terraces and Flats,E01006028,Tameside 028A,4c,Hampered neighbourhoods,E02001256,Tameside 028,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115478 +115478,E00030529,5a3,Families in Terraces and Flats,E01006026,Tameside 022B,5b,Aspiring urban households,E02001250,Tameside 022,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115479 +115479,E00030536,5a3,Families in Terraces and Flats,E01006029,Tameside 028B,4c,Hampered neighbourhoods,E02001256,Tameside 028,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115480 +115480,E00030573,5a3,Families in Terraces and Flats,E01006036,Tameside 020F,4c,Hampered neighbourhoods,E02001248,Tameside 020,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115481 +115481,E00030597,5a3,Families in Terraces and Flats,E01006041,Tameside 028F,4b,Constrained renters,E02001256,Tameside 028,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115482 +115482,E00030624,5a3,Families in Terraces and Flats,E01006040,Tameside 028E,7a,Urban cultural mix,E02001256,Tameside 028,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115483 +115483,E00030655,5a3,Families in Terraces and Flats,E01006049,Tameside 023C,5c,Comfortable neighbourhoods,E02001251,Tameside 023,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115484 +115484,E00030675,5a3,Families in Terraces and Flats,E01006058,Tameside 001E,5b,Aspiring urban households,E02001229,Tameside 001,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115485 +115485,E00030204,8b1,Deprived Blue-Collar Terraces,E01005969,Tameside 014D,8c,Comfortable suburbia,E02001242,Tameside 014,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115486 +115486,E00030689,5a3,Families in Terraces and Flats,E01006057,Tameside 001D,5b,Aspiring urban households,E02001229,Tameside 001,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115487 +115487,E00030691,5a3,Families in Terraces and Flats,E01006057,Tameside 001D,5b,Aspiring urban households,E02001229,Tameside 001,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115488 +115488,E00030725,5a3,Families in Terraces and Flats,E01006060,Tameside 008A,4c,Hampered neighbourhoods,E02001236,Tameside 008,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115489 +115489,E00030730,5a3,Families in Terraces and Flats,E01006066,Tameside 008D,4b,Constrained renters,E02001236,Tameside 008,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115490 +115490,E00030732,5a3,Families in Terraces and Flats,E01006066,Tameside 008D,4b,Constrained renters,E02001236,Tameside 008,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115491 +115491,E00030768,5a3,Families in Terraces and Flats,E01006068,Tameside 009B,4b,Constrained renters,E02001237,Tameside 009,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115492 +115492,E00168642,5a3,Families in Terraces and Flats,E01006035,Tameside 020E,4c,Hampered neighbourhoods,E02001248,Tameside 020,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115493 +115493,E00168649,5a3,Families in Terraces and Flats,E01006035,Tameside 020E,4c,Hampered neighbourhoods,E02001248,Tameside 020,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115494 +115494,E00030075,7a2,Hampered Aspiration,E01005935,Tameside 006C,4c,Hampered neighbourhoods,E02001234,Tameside 006,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115495 +115495,E00030140,7a2,Hampered Aspiration,E01005951,Tameside 013C,4c,Hampered neighbourhoods,E02001241,Tameside 013,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115496 +115496,E00030143,7a2,Hampered Aspiration,E01005949,Tameside 006D,4b,Constrained renters,E02001234,Tameside 006,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115497 +115497,E00029469,4a2,Social Renting New Arrivals,E01005822,Stockport 016D,4d,Hard-pressed flat dwellers,E02001202,Stockport 016,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115498 +115498,E00029280,6b2,White Suburban Communities,E01005777,Stockport 034A,3d,Households in terraces and flats,E02001220,Stockport 034,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115499 +115499,E00029300,6b2,White Suburban Communities,E01005782,Stockport 030A,8c,Comfortable suburbia,E02001216,Stockport 030,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115500 +115500,E00030206,8b1,Deprived Blue-Collar Terraces,E01005963,Tameside 019A,5b,Aspiring urban households,E02001247,Tameside 019,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115501 +115501,E00029328,6b2,White Suburban Communities,E01005791,Stockport 039B,8c,Comfortable suburbia,E02001225,Stockport 039,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115502 +115502,E00030223,8b1,Deprived Blue-Collar Terraces,E01005964,Tameside 019B,5b,Aspiring urban households,E02001247,Tameside 019,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115503 +115503,E00029348,6b2,White Suburban Communities,E01005791,Stockport 039B,8c,Comfortable suburbia,E02001225,Stockport 039,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115504 +115504,E00030236,8b1,Deprived Blue-Collar Terraces,E01005962,Tameside 014B,5c,Comfortable neighbourhoods,E02001242,Tameside 014,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115505 +115505,E00029375,6b2,White Suburban Communities,E01005803,Stockport 027D,8a,Affluent communities,E02001213,Stockport 027,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115506 +115506,E00030238,8b1,Deprived Blue-Collar Terraces,E01005977,Tameside 026C,5b,Aspiring urban households,E02001254,Tameside 026,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115507 +115507,E00030239,8b1,Deprived Blue-Collar Terraces,E01005977,Tameside 026C,5b,Aspiring urban households,E02001254,Tameside 026,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115508 +115508,E00030254,8b1,Deprived Blue-Collar Terraces,E01005973,Tameside 026A,5b,Aspiring urban households,E02001254,Tameside 026,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115509 +115509,E00030258,8b1,Deprived Blue-Collar Terraces,E01005977,Tameside 026C,5b,Aspiring urban households,E02001254,Tameside 026,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115510 +115510,E00030261,8b1,Deprived Blue-Collar Terraces,E01005977,Tameside 026C,5b,Aspiring urban households,E02001254,Tameside 026,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115511 +115511,E00030273,8b1,Deprived Blue-Collar Terraces,E01005972,Tameside 021B,4c,Hampered neighbourhoods,E02001249,Tameside 021,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115512 +115512,E00030274,8b1,Deprived Blue-Collar Terraces,E01005974,Tameside 021C,4a,Challenged white communities,E02001249,Tameside 021,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115513 +115513,E00030330,8b1,Deprived Blue-Collar Terraces,E01005992,Tameside 025D,4c,Hampered neighbourhoods,E02001253,Tameside 025,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115514 +115514,E00030333,8b1,Deprived Blue-Collar Terraces,E01005992,Tameside 025D,4c,Hampered neighbourhoods,E02001253,Tameside 025,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115515 +115515,E00030356,8b1,Deprived Blue-Collar Terraces,E01005997,Tameside 010D,5c,Comfortable neighbourhoods,E02001238,Tameside 010,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115516 +115516,E00030369,8b1,Deprived Blue-Collar Terraces,E01005994,Tameside 011A,5b,Aspiring urban households,E02001239,Tameside 011,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115517 +115517,E00030372,8b1,Deprived Blue-Collar Terraces,E01005993,Tameside 010A,5c,Comfortable neighbourhoods,E02001238,Tameside 010,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115518 +115518,E00030384,8b1,Deprived Blue-Collar Terraces,E01005999,Tameside 011B,4c,Hampered neighbourhoods,E02001239,Tameside 011,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115519 +115519,E00030402,8b1,Deprived Blue-Collar Terraces,E01006005,Tameside 011E,4a,Challenged white communities,E02001239,Tameside 011,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115520 +115520,E00030412,8b1,Deprived Blue-Collar Terraces,E01006003,Tameside 012C,5b,Aspiring urban households,E02001240,Tameside 012,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115521 +115521,E00030417,8b1,Deprived Blue-Collar Terraces,E01006002,Tameside 011C,5d,Endeavouring social renters,E02001239,Tameside 011,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115522 +115522,E00030420,8b1,Deprived Blue-Collar Terraces,E01006006,Tameside 012D,8c,Comfortable suburbia,E02001240,Tameside 012,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115523 +115523,E00030427,8b1,Deprived Blue-Collar Terraces,E01006007,Tameside 011F,5b,Aspiring urban households,E02001239,Tameside 011,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115524 +115524,E00030430,8b1,Deprived Blue-Collar Terraces,E01006007,Tameside 011F,5b,Aspiring urban households,E02001239,Tameside 011,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115525 +115525,E00030431,8b1,Deprived Blue-Collar Terraces,E01006007,Tameside 011F,5b,Aspiring urban households,E02001239,Tameside 011,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115526 +115526,E00030446,8b1,Deprived Blue-Collar Terraces,E01006009,Tameside 016A,5b,Aspiring urban households,E02001244,Tameside 016,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115527 +115527,E00030449,8b1,Deprived Blue-Collar Terraces,E01006010,Tameside 017B,4a,Challenged white communities,E02001245,Tameside 017,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115528 +115528,E00030456,8b1,Deprived Blue-Collar Terraces,E01006013,Tameside 018B,5c,Comfortable neighbourhoods,E02001246,Tameside 018,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115529 +115529,E00030459,8b1,Deprived Blue-Collar Terraces,E01006008,Tameside 017A,5b,Aspiring urban households,E02001245,Tameside 017,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115530 +115530,E00030462,8b1,Deprived Blue-Collar Terraces,E01006014,Tameside 018C,5d,Endeavouring social renters,E02001246,Tameside 018,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115531 +115531,E00030471,8b1,Deprived Blue-Collar Terraces,E01006008,Tameside 017A,5b,Aspiring urban households,E02001245,Tameside 017,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115532 +115532,E00030477,8b1,Deprived Blue-Collar Terraces,E01006021,Tameside 016D,5b,Aspiring urban households,E02001244,Tameside 016,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115533 +115533,E00030485,8b1,Deprived Blue-Collar Terraces,E01006021,Tameside 016D,5b,Aspiring urban households,E02001244,Tameside 016,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115534 +115534,E00030526,8b1,Deprived Blue-Collar Terraces,E01006028,Tameside 028A,4c,Hampered neighbourhoods,E02001256,Tameside 028,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115535 +115535,E00030530,8b1,Deprived Blue-Collar Terraces,E01006028,Tameside 028A,4c,Hampered neighbourhoods,E02001256,Tameside 028,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115536 +115536,E00030559,8b1,Deprived Blue-Collar Terraces,E01006033,Tameside 020C,4a,Challenged white communities,E02001248,Tameside 020,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115537 +115537,E00030560,8b1,Deprived Blue-Collar Terraces,E01006032,Tameside 020B,4a,Challenged white communities,E02001248,Tameside 020,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115538 +115538,E00030564,8b1,Deprived Blue-Collar Terraces,E01006031,Tameside 020A,4c,Hampered neighbourhoods,E02001248,Tameside 020,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115539 +115539,E00030572,8b1,Deprived Blue-Collar Terraces,E01006036,Tameside 020F,4c,Hampered neighbourhoods,E02001248,Tameside 020,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115540 +115540,E00030574,8b1,Deprived Blue-Collar Terraces,E01006035,Tameside 020E,4c,Hampered neighbourhoods,E02001248,Tameside 020,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115541 +115541,E00030595,8b1,Deprived Blue-Collar Terraces,E01006041,Tameside 028F,4b,Constrained renters,E02001256,Tameside 028,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115542 +115542,E00030596,8b1,Deprived Blue-Collar Terraces,E01006041,Tameside 028F,4b,Constrained renters,E02001256,Tameside 028,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115543 +115543,E00029470,4a2,Social Renting New Arrivals,E01005822,Stockport 016D,4d,Hard-pressed flat dwellers,E02001202,Stockport 016,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115544 +115544,E00029399,6b2,White Suburban Communities,E01005806,Stockport 033A,8b,Ageing suburbanites,E02001219,Stockport 033,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115545 +115545,E00029706,4a2,Social Renting New Arrivals,E01005866,Stockport 006C,3d,Households in terraces and flats,E02001192,Stockport 006,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115546 +115546,E00029972,4a2,Social Renting New Arrivals,E01005917,Stockport 007D,4c,Hampered neighbourhoods,E02001193,Stockport 007,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115547 +115547,E00029084,5a1,White Professionals,E01005745,Stockport 005A,5b,Aspiring urban households,E02001191,Stockport 005,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115548 +115548,E00029098,5a1,White Professionals,E01005747,Stockport 005C,8b,Ageing suburbanites,E02001191,Stockport 005,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115549 +115549,E00029126,5a1,White Professionals,E01005750,Stockport 009D,5b,Aspiring urban households,E02001195,Stockport 009,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115550 +115550,E00029133,5a1,White Professionals,E01005750,Stockport 009D,5b,Aspiring urban households,E02001195,Stockport 009,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115551 +115551,E00029134,5a1,White Professionals,E01005750,Stockport 009D,5b,Aspiring urban households,E02001195,Stockport 009,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115552 +115552,E00029190,5a1,White Professionals,E01005765,Stockport 018A,8c,Comfortable suburbia,E02001204,Stockport 018,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115553 +115553,E00029208,5a1,White Professionals,E01005759,Stockport 023A,3a,Achieving neighbourhoods,E02001209,Stockport 023,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115554 +115554,E00029267,5a1,White Professionals,E01005785,Stockport 030D,3a,Achieving neighbourhoods,E02001216,Stockport 030,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115555 +115555,E00029269,5a1,White Professionals,E01005778,Stockport 022B,5b,Aspiring urban households,E02001208,Stockport 022,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115556 +115556,E00029289,5a1,White Professionals,E01005779,Stockport 022C,8c,Comfortable suburbia,E02001208,Stockport 022,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115557 +115557,E00029290,5a1,White Professionals,E01005780,Stockport 022D,3a,Achieving neighbourhoods,E02001208,Stockport 022,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115558 +115558,E00029378,5a1,White Professionals,E01005802,Stockport 027C,8c,Comfortable suburbia,E02001213,Stockport 027,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115559 +115559,E00029393,5a1,White Professionals,E01005800,Stockport 023D,8c,Comfortable suburbia,E02001209,Stockport 023,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115560 +115560,E00029456,5a1,White Professionals,E01005823,Stockport 018F,4c,Hampered neighbourhoods,E02001204,Stockport 018,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115561 +115561,E00029466,5a1,White Professionals,E01005823,Stockport 018F,4c,Hampered neighbourhoods,E02001204,Stockport 018,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115562 +115562,E00029474,5a1,White Professionals,E01005820,Stockport 018D,5a,Ageing urban communities,E02001204,Stockport 018,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115563 +115563,E00029477,5a1,White Professionals,E01005821,Stockport 018E,4c,Hampered neighbourhoods,E02001204,Stockport 018,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115564 +115564,E00029478,5a1,White Professionals,E01005821,Stockport 018E,4c,Hampered neighbourhoods,E02001204,Stockport 018,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115565 +115565,E00029481,5a1,White Professionals,E01005820,Stockport 018D,5a,Ageing urban communities,E02001204,Stockport 018,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115566 +115566,E00029492,5a1,White Professionals,E01005825,Stockport 019A,3d,Households in terraces and flats,E02001205,Stockport 019,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115567 +115567,E00029551,5a1,White Professionals,E01005836,Stockport 031B,5c,Comfortable neighbourhoods,E02001217,Stockport 031,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115568 +115568,E00029563,5a1,White Professionals,E01005840,Stockport 031D,3d,Households in terraces and flats,E02001217,Stockport 031,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115569 +115569,E00029593,5a1,White Professionals,E01005847,Stockport 040B,3b,Asian traits,E02001226,Stockport 040,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115570 +115570,E00029633,5a1,White Professionals,E01005858,Stockport 013E,3a,Achieving neighbourhoods,E02001199,Stockport 013,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115571 +115571,E00029635,5a1,White Professionals,E01005854,Stockport 013B,3a,Achieving neighbourhoods,E02001199,Stockport 013,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115572 +115572,E00029645,5a1,White Professionals,E01005858,Stockport 013E,3a,Achieving neighbourhoods,E02001199,Stockport 013,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115573 +115573,E00029647,5a1,White Professionals,E01005861,Stockport 011D,5c,Comfortable neighbourhoods,E02001197,Stockport 011,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115574 +115574,E00029703,5a1,White Professionals,E01005869,Stockport 006D,3b,Asian traits,E02001192,Stockport 006,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115575 +115575,E00029719,5a1,White Professionals,E01005863,Stockport 006A,3c,Highly qualified professionals,E02001192,Stockport 006,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115576 +115576,E00029734,5a1,White Professionals,E01005876,Stockport 019D,5b,Aspiring urban households,E02001205,Stockport 019,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115577 +115577,E00029737,5a1,White Professionals,E01005876,Stockport 019D,5b,Aspiring urban households,E02001205,Stockport 019,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115578 +115578,E00029754,5a1,White Professionals,E01005871,Stockport 015B,5b,Aspiring urban households,E02001201,Stockport 015,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115579 +115579,E00029760,5a1,White Professionals,E01005871,Stockport 015B,5b,Aspiring urban households,E02001201,Stockport 015,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115580 +115580,E00029409,6b2,White Suburban Communities,E01005813,Stockport 033B,8a,Affluent communities,E02001219,Stockport 033,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115581 +115581,E00029421,6b2,White Suburban Communities,E01005807,Stockport 035B,8b,Ageing suburbanites,E02001221,Stockport 035,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115582 +115582,E00029436,6b2,White Suburban Communities,E01005809,Stockport 037B,8c,Comfortable suburbia,E02001223,Stockport 037,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115583 +115583,E00029494,6b2,White Suburban Communities,E01005830,Stockport 027E,3d,Households in terraces and flats,E02001213,Stockport 027,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115584 +115584,E00029544,6b2,White Suburban Communities,E01005843,Stockport 021E,8b,Ageing suburbanites,E02001207,Stockport 021,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115585 +115585,E00029545,6b2,White Suburban Communities,E01005837,Stockport 021D,8c,Comfortable suburbia,E02001207,Stockport 021,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115586 +115586,E00029560,6b2,White Suburban Communities,E01005836,Stockport 031B,5c,Comfortable neighbourhoods,E02001217,Stockport 031,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115587 +115587,E00029586,6b2,White Suburban Communities,E01005835,Stockport 021C,8b,Ageing suburbanites,E02001207,Stockport 021,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115588 +115588,E00029643,6b2,White Suburban Communities,E01005861,Stockport 011D,5c,Comfortable neighbourhoods,E02001197,Stockport 011,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115589 +115589,E00029683,6b2,White Suburban Communities,E01005854,Stockport 013B,3a,Achieving neighbourhoods,E02001199,Stockport 013,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115590 +115590,E00029742,6b2,White Suburban Communities,E01005876,Stockport 019D,5b,Aspiring urban households,E02001205,Stockport 019,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115591 +115591,E00029759,6b2,White Suburban Communities,E01005873,Stockport 015C,5b,Aspiring urban households,E02001201,Stockport 015,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115592 +115592,E00029802,6b2,White Suburban Communities,E01005884,Stockport 020D,8a,Affluent communities,E02001206,Stockport 020,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115593 +115593,E00029803,6b2,White Suburban Communities,E01005882,Stockport 020C,8a,Affluent communities,E02001206,Stockport 020,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115594 +115594,E00029807,6b2,White Suburban Communities,E01005889,Stockport 001C,4a,Challenged white communities,E02001187,Stockport 001,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115595 +115595,E00029864,6b2,White Suburban Communities,E01005903,Stockport 010D,8b,Ageing suburbanites,E02001196,Stockport 010,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115596 +115596,E00029871,6b2,White Suburban Communities,E01005901,Stockport 012C,8b,Ageing suburbanites,E02001198,Stockport 012,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115597 +115597,E00029877,6b2,White Suburban Communities,E01005904,Stockport 010E,8a,Affluent communities,E02001196,Stockport 010,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115598 +115598,E00029909,6b2,White Suburban Communities,E01005912,Stockport 029D,8b,Ageing suburbanites,E02001215,Stockport 029,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115599 +115599,E00029913,6b2,White Suburban Communities,E01005909,Stockport 029A,8b,Ageing suburbanites,E02001215,Stockport 029,E08000007,Stockport,7c2r,Prosperous Towns,E12000002,North West,E92000001,England,115600 +115600,E00030334,6b3,Semi-Detached Ageing,E01005990,Tameside 024D,5c,Comfortable neighbourhoods,E02001252,Tameside 024,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115601 +115601,E00030335,6b3,Semi-Detached Ageing,E01005988,Tameside 024C,8c,Comfortable suburbia,E02001252,Tameside 024,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115602 +115602,E00030460,8c3,Renting Hard-Pressed Workers,E01006011,Tameside 018A,4a,Challenged white communities,E02001246,Tameside 018,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115603 +115603,E00030312,8a2,Industrious Hardship,E01005978,Tameside 026D,4a,Challenged white communities,E02001254,Tameside 026,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115604 +115604,E00030338,6b3,Semi-Detached Ageing,E01005985,Tameside 024A,8b,Ageing suburbanites,E02001252,Tameside 024,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115605 +115605,E00030341,6b3,Semi-Detached Ageing,E01005988,Tameside 024C,8c,Comfortable suburbia,E02001252,Tameside 024,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115606 +115606,E00030342,6b3,Semi-Detached Ageing,E01005988,Tameside 024C,8c,Comfortable suburbia,E02001252,Tameside 024,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115607 +115607,E00030344,6b3,Semi-Detached Ageing,E01005985,Tameside 024A,8b,Ageing suburbanites,E02001252,Tameside 024,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115608 +115608,E00030349,6b3,Semi-Detached Ageing,E01005987,Tameside 024B,8b,Ageing suburbanites,E02001252,Tameside 024,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115609 +115609,E00030350,6b3,Semi-Detached Ageing,E01005987,Tameside 024B,8b,Ageing suburbanites,E02001252,Tameside 024,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115610 +115610,E00030354,6b3,Semi-Detached Ageing,E01005987,Tameside 024B,8b,Ageing suburbanites,E02001252,Tameside 024,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115611 +115611,E00030355,6b3,Semi-Detached Ageing,E01005987,Tameside 024B,8b,Ageing suburbanites,E02001252,Tameside 024,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115612 +115612,E00030378,6b3,Semi-Detached Ageing,E01005997,Tameside 010D,5c,Comfortable neighbourhoods,E02001238,Tameside 010,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115613 +115613,E00030404,6b3,Semi-Detached Ageing,E01006004,Tameside 011D,8b,Ageing suburbanites,E02001239,Tameside 011,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115614 +115614,E00030406,6b3,Semi-Detached Ageing,E01006004,Tameside 011D,8b,Ageing suburbanites,E02001239,Tameside 011,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115615 +115615,E00030414,6b3,Semi-Detached Ageing,E01006002,Tameside 011C,5d,Endeavouring social renters,E02001239,Tameside 011,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115616 +115616,E00030416,6b3,Semi-Detached Ageing,E01006004,Tameside 011D,8b,Ageing suburbanites,E02001239,Tameside 011,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115617 +115617,E00030492,6b3,Semi-Detached Ageing,E01006017,Tameside 016B,8b,Ageing suburbanites,E02001244,Tameside 016,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115618 +115618,E00030493,6b3,Semi-Detached Ageing,E01006017,Tameside 016B,8b,Ageing suburbanites,E02001244,Tameside 016,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115619 +115619,E00030497,6b3,Semi-Detached Ageing,E01006017,Tameside 016B,8b,Ageing suburbanites,E02001244,Tameside 016,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115620 +115620,E00030520,6b3,Semi-Detached Ageing,E01006024,Tameside 022A,8c,Comfortable suburbia,E02001250,Tameside 022,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115621 +115621,E00030565,6b3,Semi-Detached Ageing,E01006038,Tameside 022D,5d,Endeavouring social renters,E02001250,Tameside 022,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115622 +115622,E00030578,6b3,Semi-Detached Ageing,E01006037,Tameside 022C,8b,Ageing suburbanites,E02001250,Tameside 022,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115623 +115623,E00030594,6b3,Semi-Detached Ageing,E01006044,Tameside 030C,5a,Ageing urban communities,E02001258,Tameside 030,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115624 +115624,E00030089,4b2,Pakistani Communities,E01005941,Tameside 007A,7a,Urban cultural mix,E02001235,Tameside 007,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115625 +115625,E00030604,6b3,Semi-Detached Ageing,E01006046,Tameside 030E,8b,Ageing suburbanites,E02001258,Tameside 030,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115626 +115626,E00030610,6b3,Semi-Detached Ageing,E01006046,Tameside 030E,8b,Ageing suburbanites,E02001258,Tameside 030,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115627 +115627,E00030618,6b3,Semi-Detached Ageing,E01006046,Tameside 030E,8b,Ageing suburbanites,E02001258,Tameside 030,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115628 +115628,E00030679,6b3,Semi-Detached Ageing,E01006053,Tameside 001A,8c,Comfortable suburbia,E02001229,Tameside 001,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115629 +115629,E00030241,7a3,Multi-Ethnic Hardship,E01005975,Tameside 021D,4a,Challenged white communities,E02001249,Tameside 021,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115630 +115630,E00030703,6b3,Semi-Detached Ageing,E01006062,Tameside 003C,8c,Comfortable suburbia,E02001231,Tameside 003,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115631 +115631,E00030710,6b3,Semi-Detached Ageing,E01006062,Tameside 003C,8c,Comfortable suburbia,E02001231,Tameside 003,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115632 +115632,E00030711,6b3,Semi-Detached Ageing,E01006062,Tameside 003C,8c,Comfortable suburbia,E02001231,Tameside 003,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115633 +115633,E00030718,6b3,Semi-Detached Ageing,E01006063,Tameside 003D,8c,Comfortable suburbia,E02001231,Tameside 003,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115634 +115634,E00030720,6b3,Semi-Detached Ageing,E01006063,Tameside 003D,8c,Comfortable suburbia,E02001231,Tameside 003,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115635 +115635,E00030084,4a2,Social Renting New Arrivals,E01005941,Tameside 007A,7a,Urban cultural mix,E02001235,Tameside 007,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115636 +115636,E00030087,4a2,Social Renting New Arrivals,E01005946,Tameside 004D,3d,Households in terraces and flats,E02001232,Tameside 004,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115637 +115637,E00030091,4a2,Social Renting New Arrivals,E01005947,Tameside 004E,7a,Urban cultural mix,E02001232,Tameside 004,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115638 +115638,E00030118,4a2,Social Renting New Arrivals,E01005946,Tameside 004D,3d,Households in terraces and flats,E02001232,Tameside 004,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115639 +115639,E00030121,4a2,Social Renting New Arrivals,E01005947,Tameside 004E,7a,Urban cultural mix,E02001232,Tameside 004,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115640 +115640,E00030132,4a2,Social Renting New Arrivals,E01005952,Tameside 013D,7a,Urban cultural mix,E02001241,Tameside 013,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115641 +115641,E00030162,4a2,Social Renting New Arrivals,E01005960,Tameside 006E,4c,Hampered neighbourhoods,E02001234,Tameside 006,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115642 +115642,E00030448,4a2,Social Renting New Arrivals,E01006016,Tameside 017E,4b,Constrained renters,E02001245,Tameside 017,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115643 +115643,E00030625,4a2,Social Renting New Arrivals,E01006040,Tameside 028E,7a,Urban cultural mix,E02001256,Tameside 028,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115644 +115644,E00030092,7a1,Transitional Eastern European Neighbourhoods,E01005941,Tameside 007A,7a,Urban cultural mix,E02001235,Tameside 007,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115645 +115645,E00030208,5a1,White Professionals,E01005961,Tameside 014A,3a,Achieving neighbourhoods,E02001242,Tameside 014,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115646 +115646,E00030119,7a1,Transitional Eastern European Neighbourhoods,E01005947,Tameside 004E,7a,Urban cultural mix,E02001232,Tameside 004,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115647 +115647,E00030192,7a1,Transitional Eastern European Neighbourhoods,E01005959,Tameside 005E,4c,Hampered neighbourhoods,E02001233,Tameside 005,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115648 +115648,E00030678,7a1,Transitional Eastern European Neighbourhoods,E01006056,Tameside 003A,4a,Challenged white communities,E02001231,Tameside 003,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115649 +115649,E00030747,7a1,Transitional Eastern European Neighbourhoods,E01006069,Tameside 009C,4a,Challenged white communities,E02001237,Tameside 009,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115650 +115650,E00030047,5a1,White Professionals,E01005936,Tameside 004A,8c,Comfortable suburbia,E02001232,Tameside 004,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115651 +115651,E00030102,5a1,White Professionals,E01005942,Tameside 007B,3d,Households in terraces and flats,E02001235,Tameside 007,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115652 +115652,E00030103,5a1,White Professionals,E01005943,Tameside 007C,3d,Households in terraces and flats,E02001235,Tameside 007,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115653 +115653,E00030196,5a1,White Professionals,E01005968,Tameside 014C,8c,Comfortable suburbia,E02001242,Tameside 014,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115654 +115654,E00030207,5a1,White Professionals,E01005964,Tameside 019B,5b,Aspiring urban households,E02001247,Tameside 019,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115655 +115655,E00030690,5a1,White Professionals,E01006059,Tameside 001F,5b,Aspiring urban households,E02001229,Tameside 001,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115656 +115656,E00030198,6b1,Multi-Ethnic Suburbia,E01005962,Tameside 014B,5c,Comfortable neighbourhoods,E02001242,Tameside 014,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115657 +115657,E00030432,8a2,Industrious Hardship,E01006002,Tameside 011C,5d,Endeavouring social renters,E02001239,Tameside 011,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115658 +115658,E00030542,8a2,Industrious Hardship,E01006030,Tameside 028C,4a,Challenged white communities,E02001256,Tameside 028,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115659 +115659,E00030729,8a2,Industrious Hardship,E01006066,Tameside 008D,4b,Constrained renters,E02001236,Tameside 008,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115660 +115660,E00030050,8a1,Industrious Transitions,E01005934,Tameside 006B,5d,Endeavouring social renters,E02001234,Tameside 006,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115661 +115661,E00030079,8a1,Industrious Transitions,E01005934,Tameside 006B,5d,Endeavouring social renters,E02001234,Tameside 006,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115662 +115662,E00030098,8a1,Industrious Transitions,E01005942,Tameside 007B,3d,Households in terraces and flats,E02001235,Tameside 007,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115663 +115663,E00030180,8a1,Industrious Transitions,E01005956,Tameside 005B,5a,Ageing urban communities,E02001233,Tameside 005,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115664 +115664,E00030189,8a1,Industrious Transitions,E01005959,Tameside 005E,4c,Hampered neighbourhoods,E02001233,Tameside 005,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115665 +115665,E00030191,8a1,Industrious Transitions,E01005957,Tameside 005C,3b,Asian traits,E02001233,Tameside 005,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115666 +115666,E00030256,8a1,Industrious Transitions,E01005977,Tameside 026C,5b,Aspiring urban households,E02001254,Tameside 026,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115667 +115667,E00030508,8c3,Renting Hard-Pressed Workers,E01006023,Tameside 015B,4a,Challenged white communities,E02001243,Tameside 015,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115668 +115668,E00030284,7a3,Multi-Ethnic Hardship,E01005982,Tameside 029D,5c,Comfortable neighbourhoods,E02001257,Tameside 029,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115669 +115669,E00030265,8a1,Industrious Transitions,E01005972,Tameside 021B,4c,Hampered neighbourhoods,E02001249,Tameside 021,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115670 +115670,E00030271,8a1,Industrious Transitions,E01005971,Tameside 025A,5b,Aspiring urban households,E02001253,Tameside 025,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115671 +115671,E00030276,8a1,Industrious Transitions,E01005973,Tameside 026A,5b,Aspiring urban households,E02001254,Tameside 026,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115672 +115672,E00030285,8a1,Industrious Transitions,E01005979,Tameside 029A,5d,Endeavouring social renters,E02001257,Tameside 029,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115673 +115673,E00030316,8a1,Industrious Transitions,E01005980,Tameside 029B,4a,Challenged white communities,E02001257,Tameside 029,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115674 +115674,E00030326,8a1,Industrious Transitions,E01005991,Tameside 024E,5b,Aspiring urban households,E02001252,Tameside 024,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115675 +115675,E00030340,8a1,Industrious Transitions,E01005992,Tameside 025D,4c,Hampered neighbourhoods,E02001253,Tameside 025,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115676 +115676,E00030366,8a1,Industrious Transitions,E01005994,Tameside 011A,5b,Aspiring urban households,E02001239,Tameside 011,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115677 +115677,E00030367,8a1,Industrious Transitions,E01005996,Tameside 010C,5b,Aspiring urban households,E02001238,Tameside 010,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115678 +115678,E00030396,8a1,Industrious Transitions,E01005994,Tameside 011A,5b,Aspiring urban households,E02001239,Tameside 011,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115679 +115679,E00030409,8a1,Industrious Transitions,E01006002,Tameside 011C,5d,Endeavouring social renters,E02001239,Tameside 011,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115680 +115680,E00030418,8a1,Industrious Transitions,E01006003,Tameside 012C,5b,Aspiring urban households,E02001240,Tameside 012,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115681 +115681,E00030423,8a1,Industrious Transitions,E01006006,Tameside 012D,8c,Comfortable suburbia,E02001240,Tameside 012,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115682 +115682,E00030473,8a1,Industrious Transitions,E01006015,Tameside 017D,8c,Comfortable suburbia,E02001245,Tameside 017,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115683 +115683,E00030539,8a1,Industrious Transitions,E01006029,Tameside 028B,4c,Hampered neighbourhoods,E02001256,Tameside 028,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115684 +115684,E00030588,8a1,Industrious Transitions,E01006038,Tameside 022D,5d,Endeavouring social renters,E02001250,Tameside 022,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115685 +115685,E00030606,8a1,Industrious Transitions,E01006044,Tameside 030C,5a,Ageing urban communities,E02001258,Tameside 030,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115686 +115686,E00030635,8a1,Industrious Transitions,E01006052,Tameside 027D,4a,Challenged white communities,E02001255,Tameside 027,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115687 +115687,E00030653,8a1,Industrious Transitions,E01006049,Tameside 023C,5c,Comfortable neighbourhoods,E02001251,Tameside 023,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115688 +115688,E00030211,5a1,White Professionals,E01005961,Tameside 014A,3a,Achieving neighbourhoods,E02001242,Tameside 014,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115689 +115689,E00030202,6b1,Multi-Ethnic Suburbia,E01005969,Tameside 014D,8c,Comfortable suburbia,E02001242,Tameside 014,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115690 +115690,E00030693,5a1,White Professionals,E01006059,Tameside 001F,5b,Aspiring urban households,E02001229,Tameside 001,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115691 +115691,E00030684,8a1,Industrious Transitions,E01006059,Tameside 001F,5b,Aspiring urban households,E02001229,Tameside 001,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115692 +115692,E00030692,8a1,Industrious Transitions,E01006057,Tameside 001D,5b,Aspiring urban households,E02001229,Tameside 001,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115693 +115693,E00030694,8a1,Industrious Transitions,E01006059,Tameside 001F,5b,Aspiring urban households,E02001229,Tameside 001,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115694 +115694,E00030704,8a1,Industrious Transitions,E01006061,Tameside 003B,5c,Comfortable neighbourhoods,E02001231,Tameside 003,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115695 +115695,E00030714,8a1,Industrious Transitions,E01006061,Tameside 003B,5c,Comfortable neighbourhoods,E02001231,Tameside 003,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115696 +115696,E00030727,8a1,Industrious Transitions,E01006065,Tameside 008C,4c,Hampered neighbourhoods,E02001236,Tameside 008,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115697 +115697,E00030736,8a1,Industrious Transitions,E01006067,Tameside 009A,8c,Comfortable suburbia,E02001237,Tameside 009,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115698 +115698,E00030766,8a1,Industrious Transitions,E01006069,Tameside 009C,4a,Challenged white communities,E02001237,Tameside 009,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115699 +115699,E00030767,8a1,Industrious Transitions,E01006073,Tameside 009D,5a,Ageing urban communities,E02001237,Tameside 009,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115700 +115700,E00168646,2c1,Migrant Families,E01006022,Tameside 015A,3d,Households in terraces and flats,E02001243,Tameside 015,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115701 +115701,E00030051,7a3,Multi-Ethnic Hardship,E01005935,Tameside 006C,4c,Hampered neighbourhoods,E02001234,Tameside 006,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115702 +115702,E00030073,7a3,Multi-Ethnic Hardship,E01005933,Tameside 006A,4c,Hampered neighbourhoods,E02001234,Tameside 006,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115703 +115703,E00030077,7a3,Multi-Ethnic Hardship,E01005935,Tameside 006C,4c,Hampered neighbourhoods,E02001234,Tameside 006,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115704 +115704,E00030109,7a3,Multi-Ethnic Hardship,E01005945,Tameside 004C,4c,Hampered neighbourhoods,E02001232,Tameside 004,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115705 +115705,E00030123,7a3,Multi-Ethnic Hardship,E01005952,Tameside 013D,7a,Urban cultural mix,E02001241,Tameside 013,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115706 +115706,E00030179,7a3,Multi-Ethnic Hardship,E01005958,Tameside 005D,4c,Hampered neighbourhoods,E02001233,Tameside 005,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115707 +115707,E00030184,7a3,Multi-Ethnic Hardship,E01005958,Tameside 005D,4c,Hampered neighbourhoods,E02001233,Tameside 005,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115708 +115708,E00030225,7a3,Multi-Ethnic Hardship,E01005967,Tameside 019E,4c,Hampered neighbourhoods,E02001247,Tameside 019,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115709 +115709,E00030228,7a3,Multi-Ethnic Hardship,E01005967,Tameside 019E,4c,Hampered neighbourhoods,E02001247,Tameside 019,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115710 +115710,E00030090,4b2,Pakistani Communities,E01005941,Tameside 007A,7a,Urban cultural mix,E02001235,Tameside 007,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115711 +115711,E00030240,7a3,Multi-Ethnic Hardship,E01005975,Tameside 021D,4a,Challenged white communities,E02001249,Tameside 021,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115712 +115712,E00030203,6b1,Multi-Ethnic Suburbia,E01005962,Tameside 014B,5c,Comfortable neighbourhoods,E02001242,Tameside 014,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115713 +115713,E00030696,5a1,White Professionals,E01006053,Tameside 001A,8c,Comfortable suburbia,E02001229,Tameside 001,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115714 +115714,E00030093,4b2,Pakistani Communities,E01005941,Tameside 007A,7a,Urban cultural mix,E02001235,Tameside 007,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115715 +115715,E00030212,5a1,White Professionals,E01005961,Tameside 014A,3a,Achieving neighbourhoods,E02001242,Tameside 014,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115716 +115716,E00030288,7a3,Multi-Ethnic Hardship,E01005978,Tameside 026D,4a,Challenged white communities,E02001254,Tameside 026,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115717 +115717,E00030517,8c3,Renting Hard-Pressed Workers,E01006030,Tameside 028C,4a,Challenged white communities,E02001256,Tameside 028,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115718 +115718,E00030205,6b1,Multi-Ethnic Suburbia,E01005969,Tameside 014D,8c,Comfortable suburbia,E02001242,Tameside 014,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115719 +115719,E00030519,8c3,Renting Hard-Pressed Workers,E01006025,Tameside 027A,4a,Challenged white communities,E02001255,Tameside 027,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115720 +115720,E00030214,5a1,White Professionals,E01005964,Tameside 019B,5b,Aspiring urban households,E02001247,Tameside 019,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115721 +115721,E00030713,5a1,White Professionals,E01006063,Tameside 003D,8c,Comfortable suburbia,E02001231,Tameside 003,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115722 +115722,E00030209,6b1,Multi-Ethnic Suburbia,E01005962,Tameside 014B,5c,Comfortable neighbourhoods,E02001242,Tameside 014,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115723 +115723,E00030095,4b2,Pakistani Communities,E01005947,Tameside 004E,7a,Urban cultural mix,E02001232,Tameside 004,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115724 +115724,E00030571,8c3,Renting Hard-Pressed Workers,E01006035,Tameside 020E,4c,Hampered neighbourhoods,E02001248,Tameside 020,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115725 +115725,E00030215,5a1,White Professionals,E01005963,Tameside 019A,5b,Aspiring urban households,E02001247,Tameside 019,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115726 +115726,E00030742,5a1,White Professionals,E01006070,Tameside 015C,5b,Aspiring urban households,E02001243,Tameside 015,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115727 +115727,E00030219,6b1,Multi-Ethnic Suburbia,E01005963,Tameside 019A,5b,Aspiring urban households,E02001247,Tameside 019,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115728 +115728,E00030114,4b2,Pakistani Communities,E01005945,Tameside 004C,4c,Hampered neighbourhoods,E02001232,Tameside 004,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115729 +115729,E00030581,8c3,Renting Hard-Pressed Workers,E01006032,Tameside 020B,4a,Challenged white communities,E02001248,Tameside 020,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115730 +115730,E00030218,5a1,White Professionals,E01005964,Tameside 019B,5b,Aspiring urban households,E02001247,Tameside 019,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115731 +115731,E00030749,5a1,White Professionals,E01006070,Tameside 015C,5b,Aspiring urban households,E02001243,Tameside 015,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115732 +115732,E00030226,6b1,Multi-Ethnic Suburbia,E01005966,Tameside 019D,5b,Aspiring urban households,E02001247,Tameside 019,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115733 +115733,E00030116,4b2,Pakistani Communities,E01005947,Tameside 004E,7a,Urban cultural mix,E02001232,Tameside 004,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115734 +115734,E00030233,5a1,White Professionals,E01005968,Tameside 014C,8c,Comfortable suburbia,E02001242,Tameside 014,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115735 +115735,E00030589,8c3,Renting Hard-Pressed Workers,E01006038,Tameside 022D,5d,Endeavouring social renters,E02001250,Tameside 022,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115736 +115736,E00030248,5a1,White Professionals,E01005971,Tameside 025A,5b,Aspiring urban households,E02001253,Tameside 025,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115737 +115737,E00030750,5a1,White Professionals,E01006070,Tameside 015C,5b,Aspiring urban households,E02001243,Tameside 015,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115738 +115738,E00030235,6b1,Multi-Ethnic Suburbia,E01005969,Tameside 014D,8c,Comfortable suburbia,E02001242,Tameside 014,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115739 +115739,E00030128,4b2,Pakistani Communities,E01005948,Tameside 013A,7a,Urban cultural mix,E02001241,Tameside 013,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115740 +115740,E00030131,4b2,Pakistani Communities,E01005953,Tameside 013E,7a,Urban cultural mix,E02001241,Tameside 013,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115741 +115741,E00030300,7a3,Multi-Ethnic Hardship,E01005984,Tameside 029F,4c,Hampered neighbourhoods,E02001257,Tameside 029,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115742 +115742,E00030257,5a1,White Professionals,E01005975,Tameside 021D,4a,Challenged white communities,E02001249,Tameside 021,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115743 +115743,E00030763,5a1,White Professionals,E01006067,Tameside 009A,8c,Comfortable suburbia,E02001237,Tameside 009,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115744 +115744,E00030136,4b2,Pakistani Communities,E01005953,Tameside 013E,7a,Urban cultural mix,E02001241,Tameside 013,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115745 +115745,E00030260,6b1,Multi-Ethnic Suburbia,E01005975,Tameside 021D,4a,Challenged white communities,E02001249,Tameside 021,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115746 +115746,E00030302,7a3,Multi-Ethnic Hardship,E01005981,Tameside 029C,4a,Challenged white communities,E02001257,Tameside 029,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115747 +115747,E00030269,5a1,White Professionals,E01005972,Tameside 021B,4c,Hampered neighbourhoods,E02001249,Tameside 021,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115748 +115748,E00030607,8c3,Renting Hard-Pressed Workers,E01006043,Tameside 030B,5b,Aspiring urban households,E02001258,Tameside 030,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115749 +115749,E00168633,5a1,White Professionals,E01005996,Tameside 010C,5b,Aspiring urban households,E02001238,Tameside 010,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115750 +115750,E00030146,4b2,Pakistani Communities,E01005948,Tameside 013A,7a,Urban cultural mix,E02001241,Tameside 013,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115751 +115751,E00030325,6b1,Multi-Ethnic Suburbia,E01005990,Tameside 024D,5c,Comfortable neighbourhoods,E02001252,Tameside 024,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115752 +115752,E00030303,7a3,Multi-Ethnic Hardship,E01005984,Tameside 029F,4c,Hampered neighbourhoods,E02001257,Tameside 029,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115753 +115753,E00030277,5a1,White Professionals,E01005974,Tameside 021C,4a,Challenged white communities,E02001249,Tameside 021,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115754 +115754,E00030656,8c3,Renting Hard-Pressed Workers,E01006049,Tameside 023C,5c,Comfortable neighbourhoods,E02001251,Tameside 023,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115755 +115755,E00030663,8c3,Renting Hard-Pressed Workers,E01006052,Tameside 027D,4a,Challenged white communities,E02001255,Tameside 027,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115756 +115756,E00030705,8c3,Renting Hard-Pressed Workers,E01006064,Tameside 008B,4a,Challenged white communities,E02001236,Tameside 008,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115757 +115757,E00030762,8c3,Renting Hard-Pressed Workers,E01006073,Tameside 009D,5a,Ageing urban communities,E02001237,Tameside 009,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115758 +115758,E00030615,1c2,Renting Rural Retirement,E01006044,Tameside 030C,5a,Ageing urban communities,E02001258,Tameside 030,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115759 +115759,E00030170,7d3,Retired Communal City Dwellers,E01005954,Tameside 005A,4a,Challenged white communities,E02001233,Tameside 005,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115760 +115760,E00030424,7d3,Retired Communal City Dwellers,E01006005,Tameside 011E,4a,Challenged white communities,E02001239,Tameside 011,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115761 +115761,E00030489,7d3,Retired Communal City Dwellers,E01006019,Tameside 018D,4a,Challenged white communities,E02001246,Tameside 018,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115762 +115762,E00030183,7d2,Retired Independent City Dwellers,E01005954,Tameside 005A,4a,Challenged white communities,E02001233,Tameside 005,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115763 +115763,E00030387,7d2,Retired Independent City Dwellers,E01006000,Tameside 010E,4c,Hampered neighbourhoods,E02001238,Tameside 010,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115764 +115764,E00030525,7d2,Retired Independent City Dwellers,E01006026,Tameside 022B,5b,Aspiring urban households,E02001250,Tameside 022,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115765 +115765,E00030534,7d2,Retired Independent City Dwellers,E01006028,Tameside 028A,4c,Hampered neighbourhoods,E02001256,Tameside 028,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115766 +115766,E00030741,7d2,Retired Independent City Dwellers,E01006068,Tameside 009B,4b,Constrained renters,E02001237,Tameside 009,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115767 +115767,E00030052,1b2,Rural White-Collar Workers,E01005938,Tameside 002A,5c,Comfortable neighbourhoods,E02001230,Tameside 002,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115768 +115768,E00030623,1b2,Rural White-Collar Workers,E01006045,Tameside 030D,8b,Ageing suburbanites,E02001258,Tameside 030,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115769 +115769,E00030646,1b2,Rural White-Collar Workers,E01006049,Tameside 023C,5c,Comfortable neighbourhoods,E02001251,Tameside 023,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115770 +115770,E00030743,1b2,Rural White-Collar Workers,E01006071,Tameside 015D,8a,Affluent communities,E02001243,Tameside 015,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115771 +115771,E00030061,5b3,Self-Sufficient Retirement,E01005938,Tameside 002A,5c,Comfortable neighbourhoods,E02001230,Tameside 002,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115772 +115772,E00030069,5b3,Self-Sufficient Retirement,E01005937,Tameside 004B,5b,Aspiring urban households,E02001232,Tameside 004,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115773 +115773,E00030246,5b3,Self-Sufficient Retirement,E01005970,Tameside 021A,8c,Comfortable suburbia,E02001249,Tameside 021,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115774 +115774,E00030249,5b3,Self-Sufficient Retirement,E01005973,Tameside 026A,5b,Aspiring urban households,E02001254,Tameside 026,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115775 +115775,E00030292,5b3,Self-Sufficient Retirement,E01005982,Tameside 029D,5c,Comfortable neighbourhoods,E02001257,Tameside 029,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115776 +115776,E00030324,5b3,Self-Sufficient Retirement,E01005991,Tameside 024E,5b,Aspiring urban households,E02001252,Tameside 024,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115777 +115777,E00030327,5b3,Self-Sufficient Retirement,E01005990,Tameside 024D,5c,Comfortable neighbourhoods,E02001252,Tameside 024,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115778 +115778,E00030352,5b3,Self-Sufficient Retirement,E01005989,Tameside 025C,8b,Ageing suburbanites,E02001253,Tameside 025,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115779 +115779,E00030438,5b3,Self-Sufficient Retirement,E01006012,Tameside 017C,5b,Aspiring urban households,E02001245,Tameside 017,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115780 +115780,E00030482,5b3,Self-Sufficient Retirement,E01006022,Tameside 015A,3d,Households in terraces and flats,E02001243,Tameside 015,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115781 +115781,E00030617,5b3,Self-Sufficient Retirement,E01006042,Tameside 030A,5b,Aspiring urban households,E02001258,Tameside 030,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115782 +115782,E00030644,5b3,Self-Sufficient Retirement,E01006051,Tameside 023D,5c,Comfortable neighbourhoods,E02001251,Tameside 023,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115783 +115783,E00030654,5b3,Self-Sufficient Retirement,E01006049,Tameside 023C,5c,Comfortable neighbourhoods,E02001251,Tameside 023,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115784 +115784,E00030658,5b3,Self-Sufficient Retirement,E01006048,Tameside 023B,5a,Ageing urban communities,E02001251,Tameside 023,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115785 +115785,E00030659,5b3,Self-Sufficient Retirement,E01006048,Tameside 023B,5a,Ageing urban communities,E02001251,Tameside 023,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115786 +115786,E00030232,6b3,Semi-Detached Ageing,E01005968,Tameside 014C,8c,Comfortable suburbia,E02001242,Tameside 014,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115787 +115787,E00030234,6b3,Semi-Detached Ageing,E01005969,Tameside 014D,8c,Comfortable suburbia,E02001242,Tameside 014,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115788 +115788,E00030243,6b3,Semi-Detached Ageing,E01005970,Tameside 021A,8c,Comfortable suburbia,E02001249,Tameside 021,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115789 +115789,E00030259,6b3,Semi-Detached Ageing,E01005973,Tameside 026A,5b,Aspiring urban households,E02001254,Tameside 026,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115790 +115790,E00030263,6b3,Semi-Detached Ageing,E01005971,Tameside 025A,5b,Aspiring urban households,E02001253,Tameside 025,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115791 +115791,E00030294,6b3,Semi-Detached Ageing,E01005982,Tameside 029D,5c,Comfortable neighbourhoods,E02001257,Tameside 029,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115792 +115792,E00030304,6b3,Semi-Detached Ageing,E01005983,Tameside 029E,8c,Comfortable suburbia,E02001257,Tameside 029,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115793 +115793,E00030317,6b3,Semi-Detached Ageing,E01005987,Tameside 024B,8b,Ageing suburbanites,E02001252,Tameside 024,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115794 +115794,E00030320,6b3,Semi-Detached Ageing,E01005985,Tameside 024A,8b,Ageing suburbanites,E02001252,Tameside 024,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115795 +115795,E00030323,6b3,Semi-Detached Ageing,E01005989,Tameside 025C,8b,Ageing suburbanites,E02001253,Tameside 025,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115796 +115796,E00030305,7a3,Multi-Ethnic Hardship,E01005984,Tameside 029F,4c,Hampered neighbourhoods,E02001257,Tameside 029,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115797 +115797,E00030147,4b2,Pakistani Communities,E01005950,Tameside 013B,7b,Young ethnic communities,E02001241,Tameside 013,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115798 +115798,E00030279,5a1,White Professionals,E01005983,Tameside 029E,8c,Comfortable suburbia,E02001257,Tameside 029,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115799 +115799,E00030339,7a3,Multi-Ethnic Hardship,E01005992,Tameside 025D,4c,Hampered neighbourhoods,E02001253,Tameside 025,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115800 +115800,E00168635,5a1,White Professionals,E01006062,Tameside 003C,8c,Comfortable suburbia,E02001231,Tameside 003,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115801 +115801,E00030379,7a3,Multi-Ethnic Hardship,E01006000,Tameside 010E,4c,Hampered neighbourhoods,E02001238,Tameside 010,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115802 +115802,E00168639,5a1,White Professionals,E01006058,Tameside 001E,5b,Aspiring urban households,E02001229,Tameside 001,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115803 +115803,E00030380,7a3,Multi-Ethnic Hardship,E01006000,Tameside 010E,4c,Hampered neighbourhoods,E02001238,Tameside 010,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115804 +115804,E00030301,5a1,White Professionals,E01005983,Tameside 029E,8c,Comfortable suburbia,E02001257,Tameside 029,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115805 +115805,E00168644,5a1,White Professionals,E01006034,Tameside 020D,4a,Challenged white communities,E02001248,Tameside 020,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115806 +115806,E00030148,4b2,Pakistani Communities,E01005950,Tameside 013B,7b,Young ethnic communities,E02001241,Tameside 013,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115807 +115807,E00030389,7a3,Multi-Ethnic Hardship,E01005999,Tameside 011B,4c,Hampered neighbourhoods,E02001239,Tameside 011,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115808 +115808,E00030319,5a1,White Professionals,E01005990,Tameside 024D,5c,Comfortable neighbourhoods,E02001252,Tameside 024,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115809 +115809,E00168645,5a1,White Professionals,E01006034,Tameside 020D,4a,Challenged white communities,E02001248,Tameside 020,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115810 +115810,E00030149,4b2,Pakistani Communities,E01005949,Tameside 006D,4b,Constrained renters,E02001234,Tameside 006,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115811 +115811,E00030419,7a3,Multi-Ethnic Hardship,E01006005,Tameside 011E,4a,Challenged white communities,E02001239,Tameside 011,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115812 +115812,E00030328,5a1,White Professionals,E01005991,Tameside 024E,5b,Aspiring urban households,E02001252,Tameside 024,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115813 +115813,E00168651,5a1,White Professionals,E01006053,Tameside 001A,8c,Comfortable suburbia,E02001229,Tameside 001,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115814 +115814,E00030151,4b2,Pakistani Communities,E01005948,Tameside 013A,7a,Urban cultural mix,E02001241,Tameside 013,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115815 +115815,E00030422,7a3,Multi-Ethnic Hardship,E01006007,Tameside 011F,5b,Aspiring urban households,E02001239,Tameside 011,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115816 +115816,E00030435,7a3,Multi-Ethnic Hardship,E01006016,Tameside 017E,4b,Constrained renters,E02001245,Tameside 017,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115817 +115817,E00030442,7a3,Multi-Ethnic Hardship,E01006016,Tameside 017E,4b,Constrained renters,E02001245,Tameside 017,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115818 +115818,E00030444,7a3,Multi-Ethnic Hardship,E01006010,Tameside 017B,4a,Challenged white communities,E02001245,Tameside 017,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115819 +115819,E00030522,7a3,Multi-Ethnic Hardship,E01006028,Tameside 028A,4c,Hampered neighbourhoods,E02001256,Tameside 028,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115820 +115820,E00030556,7a3,Multi-Ethnic Hardship,E01006036,Tameside 020F,4c,Hampered neighbourhoods,E02001248,Tameside 020,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115821 +115821,E00030587,7a3,Multi-Ethnic Hardship,E01006031,Tameside 020A,4c,Hampered neighbourhoods,E02001248,Tameside 020,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115822 +115822,E00030638,7a3,Multi-Ethnic Hardship,E01006052,Tameside 027D,4a,Challenged white communities,E02001255,Tameside 027,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115823 +115823,E00030707,7a3,Multi-Ethnic Hardship,E01006064,Tameside 008B,4a,Challenged white communities,E02001236,Tameside 008,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115824 +115824,E00030733,7a3,Multi-Ethnic Hardship,E01006060,Tameside 008A,4c,Hampered neighbourhoods,E02001236,Tameside 008,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115825 +115825,E00168637,7a3,Multi-Ethnic Hardship,E01006061,Tameside 003B,5c,Comfortable neighbourhoods,E02001231,Tameside 003,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115826 +115826,E00030049,5a2,Multi-Ethnic Professionals with Families,E01005940,Tameside 002C,3b,Asian traits,E02001230,Tameside 002,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115827 +115827,E00030082,5a2,Multi-Ethnic Professionals with Families,E01005937,Tameside 004B,5b,Aspiring urban households,E02001232,Tameside 004,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115828 +115828,E00030108,5a2,Multi-Ethnic Professionals with Families,E01005946,Tameside 004D,3d,Households in terraces and flats,E02001232,Tameside 004,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115829 +115829,E00030112,5a2,Multi-Ethnic Professionals with Families,E01005944,Tameside 007D,3b,Asian traits,E02001235,Tameside 007,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115830 +115830,E00030185,5a2,Multi-Ethnic Professionals with Families,E01005957,Tameside 005C,3b,Asian traits,E02001233,Tameside 005,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115831 +115831,E00030187,5a2,Multi-Ethnic Professionals with Families,E01005957,Tameside 005C,3b,Asian traits,E02001233,Tameside 005,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115832 +115832,E00030220,5a2,Multi-Ethnic Professionals with Families,E01005967,Tameside 019E,4c,Hampered neighbourhoods,E02001247,Tameside 019,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115833 +115833,E00030336,5a2,Multi-Ethnic Professionals with Families,E01005988,Tameside 024C,8c,Comfortable suburbia,E02001252,Tameside 024,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115834 +115834,E00030381,5a2,Multi-Ethnic Professionals with Families,E01005998,Tameside 012A,5b,Aspiring urban households,E02001240,Tameside 012,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115835 +115835,E00030386,5a2,Multi-Ethnic Professionals with Families,E01005998,Tameside 012A,5b,Aspiring urban households,E02001240,Tameside 012,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115836 +115836,E00030392,5a2,Multi-Ethnic Professionals with Families,E01006000,Tameside 010E,4c,Hampered neighbourhoods,E02001238,Tameside 010,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115837 +115837,E00030429,5a2,Multi-Ethnic Professionals with Families,E01006001,Tameside 012B,5b,Aspiring urban households,E02001240,Tameside 012,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115838 +115838,E00030480,5a2,Multi-Ethnic Professionals with Families,E01006022,Tameside 015A,3d,Households in terraces and flats,E02001243,Tameside 015,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115839 +115839,E00030481,5a2,Multi-Ethnic Professionals with Families,E01006023,Tameside 015B,4a,Challenged white communities,E02001243,Tameside 015,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115840 +115840,E00168632,5a2,Multi-Ethnic Professionals with Families,E01005996,Tameside 010C,5b,Aspiring urban households,E02001238,Tameside 010,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115841 +115841,E00168654,5a2,Multi-Ethnic Professionals with Families,E01005944,Tameside 007D,3b,Asian traits,E02001235,Tameside 007,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115842 +115842,E00030059,6b1,Multi-Ethnic Suburbia,E01005940,Tameside 002C,3b,Asian traits,E02001230,Tameside 002,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115843 +115843,E00030062,6b1,Multi-Ethnic Suburbia,E01005938,Tameside 002A,5c,Comfortable neighbourhoods,E02001230,Tameside 002,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115844 +115844,E00030063,6b1,Multi-Ethnic Suburbia,E01005936,Tameside 004A,8c,Comfortable suburbia,E02001232,Tameside 004,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115845 +115845,E00030096,6b1,Multi-Ethnic Suburbia,E01005944,Tameside 007D,3b,Asian traits,E02001235,Tameside 007,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115846 +115846,E00030100,6b1,Multi-Ethnic Suburbia,E01005942,Tameside 007B,3d,Households in terraces and flats,E02001235,Tameside 007,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115847 +115847,E00030168,6b1,Multi-Ethnic Suburbia,E01005955,Tameside 002D,8c,Comfortable suburbia,E02001230,Tameside 002,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115848 +115848,E00030169,6b1,Multi-Ethnic Suburbia,E01005955,Tameside 002D,8c,Comfortable suburbia,E02001230,Tameside 002,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115849 +115849,E00030178,6b1,Multi-Ethnic Suburbia,E01005955,Tameside 002D,8c,Comfortable suburbia,E02001230,Tameside 002,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115850 +115850,E00030181,6b1,Multi-Ethnic Suburbia,E01005956,Tameside 005B,5a,Ageing urban communities,E02001233,Tameside 005,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115851 +115851,E00030182,6b1,Multi-Ethnic Suburbia,E01005956,Tameside 005B,5a,Ageing urban communities,E02001233,Tameside 005,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115852 +115852,E00030197,6b1,Multi-Ethnic Suburbia,E01005968,Tameside 014C,8c,Comfortable suburbia,E02001242,Tameside 014,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115853 +115853,E00030329,6b1,Multi-Ethnic Suburbia,E01005991,Tameside 024E,5b,Aspiring urban households,E02001252,Tameside 024,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115854 +115854,E00030332,5a1,White Professionals,E01005991,Tameside 024E,5b,Aspiring urban households,E02001252,Tameside 024,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115855 +115855,E00168652,5a1,White Professionals,E01006053,Tameside 001A,8c,Comfortable suburbia,E02001229,Tameside 001,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115856 +115856,E00030046,6b2,White Suburban Communities,E01005936,Tameside 004A,8c,Comfortable suburbia,E02001232,Tameside 004,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115857 +115857,E00030152,4b2,Pakistani Communities,E01005948,Tameside 013A,7a,Urban cultural mix,E02001241,Tameside 013,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115858 +115858,E00030345,6b1,Multi-Ethnic Suburbia,E01005985,Tameside 024A,8b,Ageing suburbanites,E02001252,Tameside 024,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115859 +115859,E00030072,6b2,White Suburban Communities,E01005937,Tameside 004B,5b,Aspiring urban households,E02001232,Tameside 004,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115860 +115860,E00030346,5a1,White Professionals,E01005985,Tameside 024A,8b,Ageing suburbanites,E02001252,Tameside 024,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115861 +115861,E00030153,4b2,Pakistani Communities,E01005950,Tameside 013B,7b,Young ethnic communities,E02001241,Tameside 013,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115862 +115862,E00030363,6b1,Multi-Ethnic Suburbia,E01005993,Tameside 010A,5c,Comfortable neighbourhoods,E02001238,Tameside 010,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115863 +115863,E00030099,6b2,White Suburban Communities,E01005942,Tameside 007B,3d,Households in terraces and flats,E02001235,Tameside 007,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115864 +115864,E00030348,5a1,White Professionals,E01005986,Tameside 025B,4a,Challenged white communities,E02001253,Tameside 025,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115865 +115865,E00030156,4b2,Pakistani Communities,E01005952,Tameside 013D,7a,Urban cultural mix,E02001241,Tameside 013,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115866 +115866,E00030365,6b1,Multi-Ethnic Suburbia,E01005995,Tameside 010B,8c,Comfortable suburbia,E02001238,Tameside 010,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115867 +115867,E00030171,6b2,White Suburban Communities,E01005956,Tameside 005B,5a,Ageing urban communities,E02001233,Tameside 005,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115868 +115868,E00030351,5a1,White Professionals,E01005987,Tameside 024B,8b,Ageing suburbanites,E02001252,Tameside 024,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115869 +115869,E00030164,4b2,Pakistani Communities,E01005960,Tameside 006E,4c,Hampered neighbourhoods,E02001234,Tameside 006,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115870 +115870,E00030383,6b1,Multi-Ethnic Suburbia,E01005998,Tameside 012A,5b,Aspiring urban households,E02001240,Tameside 012,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115871 +115871,E00030221,6b2,White Suburban Communities,E01005964,Tameside 019B,5b,Aspiring urban households,E02001247,Tameside 019,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115872 +115872,E00030360,5a1,White Professionals,E01006000,Tameside 010E,4c,Hampered neighbourhoods,E02001238,Tameside 010,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115873 +115873,E00030532,4b2,Pakistani Communities,E01006029,Tameside 028B,4c,Hampered neighbourhoods,E02001256,Tameside 028,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115874 +115874,E00030395,6b1,Multi-Ethnic Suburbia,E01005993,Tameside 010A,5c,Comfortable neighbourhoods,E02001238,Tameside 010,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115875 +115875,E00030280,6b2,White Suburban Communities,E01005983,Tameside 029E,8c,Comfortable suburbia,E02001257,Tameside 029,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115876 +115876,E00030368,5a1,White Professionals,E01005997,Tameside 010D,5c,Comfortable neighbourhoods,E02001238,Tameside 010,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115877 +115877,E00030382,5a1,White Professionals,E01005998,Tameside 012A,5b,Aspiring urban households,E02001240,Tameside 012,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115878 +115878,E00030385,5a1,White Professionals,E01005998,Tameside 012A,5b,Aspiring urban households,E02001240,Tameside 012,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115879 +115879,E00030393,5a1,White Professionals,E01005993,Tameside 010A,5c,Comfortable neighbourhoods,E02001238,Tameside 010,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115880 +115880,E00030401,5a1,White Professionals,E01006006,Tameside 012D,8c,Comfortable suburbia,E02001240,Tameside 012,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115881 +115881,E00030411,5a1,White Professionals,E01006003,Tameside 012C,5b,Aspiring urban households,E02001240,Tameside 012,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115882 +115882,E00030445,5a1,White Professionals,E01006008,Tameside 017A,5b,Aspiring urban households,E02001245,Tameside 017,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115883 +115883,E00030450,5a1,White Professionals,E01006009,Tameside 016A,5b,Aspiring urban households,E02001244,Tameside 016,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115884 +115884,E00030472,5a1,White Professionals,E01006008,Tameside 017A,5b,Aspiring urban households,E02001245,Tameside 017,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115885 +115885,E00030475,5a1,White Professionals,E01006009,Tameside 016A,5b,Aspiring urban households,E02001244,Tameside 016,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115886 +115886,E00030528,5a1,White Professionals,E01006026,Tameside 022B,5b,Aspiring urban households,E02001250,Tameside 022,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115887 +115887,E00030548,5a1,White Professionals,E01006026,Tameside 022B,5b,Aspiring urban households,E02001250,Tameside 022,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115888 +115888,E00030566,5a1,White Professionals,E01006038,Tameside 022D,5d,Endeavouring social renters,E02001250,Tameside 022,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115889 +115889,E00030593,5a1,White Professionals,E01006042,Tameside 030A,5b,Aspiring urban households,E02001258,Tameside 030,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115890 +115890,E00030599,5a1,White Professionals,E01006039,Tameside 028D,4c,Hampered neighbourhoods,E02001256,Tameside 028,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115891 +115891,E00030601,5a1,White Professionals,E01006043,Tameside 030B,5b,Aspiring urban households,E02001258,Tameside 030,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115892 +115892,E00030602,5a1,White Professionals,E01006041,Tameside 028F,4b,Constrained renters,E02001256,Tameside 028,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115893 +115893,E00030611,5a1,White Professionals,E01006042,Tameside 030A,5b,Aspiring urban households,E02001258,Tameside 030,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115894 +115894,E00030616,5a1,White Professionals,E01006042,Tameside 030A,5b,Aspiring urban households,E02001258,Tameside 030,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115895 +115895,E00030619,5a1,White Professionals,E01006046,Tameside 030E,8b,Ageing suburbanites,E02001258,Tameside 030,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115896 +115896,E00030643,5a1,White Professionals,E01006051,Tameside 023D,5c,Comfortable neighbourhoods,E02001251,Tameside 023,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115897 +115897,E00030645,5a1,White Professionals,E01006051,Tameside 023D,5c,Comfortable neighbourhoods,E02001251,Tameside 023,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115898 +115898,E00030647,5a1,White Professionals,E01006047,Tameside 023A,5b,Aspiring urban households,E02001251,Tameside 023,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115899 +115899,E00030651,5a1,White Professionals,E01006047,Tameside 023A,5b,Aspiring urban households,E02001251,Tameside 023,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115900 +115900,E00030664,5a1,White Professionals,E01006053,Tameside 001A,8c,Comfortable suburbia,E02001229,Tameside 001,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115901 +115901,E00030665,5a1,White Professionals,E01006055,Tameside 001C,5b,Aspiring urban households,E02001229,Tameside 001,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115902 +115902,E00030670,5a1,White Professionals,E01006055,Tameside 001C,5b,Aspiring urban households,E02001229,Tameside 001,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115903 +115903,E00030673,5a1,White Professionals,E01006055,Tameside 001C,5b,Aspiring urban households,E02001229,Tameside 001,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115904 +115904,E00030674,5a1,White Professionals,E01006058,Tameside 001E,5b,Aspiring urban households,E02001229,Tameside 001,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115905 +115905,E00030682,5a1,White Professionals,E01006058,Tameside 001E,5b,Aspiring urban households,E02001229,Tameside 001,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115906 +115906,E00030397,6b1,Multi-Ethnic Suburbia,E01005995,Tameside 010B,8c,Comfortable suburbia,E02001238,Tameside 010,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115907 +115907,E00030398,6b1,Multi-Ethnic Suburbia,E01006003,Tameside 012C,5b,Aspiring urban households,E02001240,Tameside 012,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115908 +115908,E00030408,6b1,Multi-Ethnic Suburbia,E01006001,Tameside 012B,5b,Aspiring urban households,E02001240,Tameside 012,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115909 +115909,E00030410,6b1,Multi-Ethnic Suburbia,E01006001,Tameside 012B,5b,Aspiring urban households,E02001240,Tameside 012,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115910 +115910,E00030415,6b1,Multi-Ethnic Suburbia,E01006003,Tameside 012C,5b,Aspiring urban households,E02001240,Tameside 012,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115911 +115911,E00030426,6b1,Multi-Ethnic Suburbia,E01006006,Tameside 012D,8c,Comfortable suburbia,E02001240,Tameside 012,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115912 +115912,E00030434,6b1,Multi-Ethnic Suburbia,E01006015,Tameside 017D,8c,Comfortable suburbia,E02001245,Tameside 017,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115913 +115913,E00030466,6b1,Multi-Ethnic Suburbia,E01006014,Tameside 018C,5d,Endeavouring social renters,E02001246,Tameside 018,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115914 +115914,E00030591,4b2,Pakistani Communities,E01006039,Tameside 028D,4c,Hampered neighbourhoods,E02001256,Tameside 028,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115915 +115915,E00030468,6b1,Multi-Ethnic Suburbia,E01006013,Tameside 018B,5c,Comfortable neighbourhoods,E02001246,Tameside 018,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115916 +115916,E00030081,6b4,Older Workers and Retirement,E01005934,Tameside 006B,5d,Endeavouring social renters,E02001234,Tameside 006,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115917 +115917,E00030626,4b2,Pakistani Communities,E01006039,Tameside 028D,4c,Hampered neighbourhoods,E02001256,Tameside 028,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115918 +115918,E00030231,6b4,Older Workers and Retirement,E01005968,Tameside 014C,8c,Comfortable suburbia,E02001242,Tameside 014,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115919 +115919,E00030298,6b2,White Suburban Communities,E01005983,Tameside 029E,8c,Comfortable suburbia,E02001257,Tameside 029,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115920 +115920,E00030308,6b2,White Suburban Communities,E01005983,Tameside 029E,8c,Comfortable suburbia,E02001257,Tameside 029,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115921 +115921,E00030318,6b2,White Suburban Communities,E01005989,Tameside 025C,8b,Ageing suburbanites,E02001253,Tameside 025,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115922 +115922,E00030353,6b2,White Suburban Communities,E01005989,Tameside 025C,8b,Ageing suburbanites,E02001253,Tameside 025,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115923 +115923,E00030394,6b2,White Suburban Communities,E01005995,Tameside 010B,8c,Comfortable suburbia,E02001238,Tameside 010,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115924 +115924,E00030403,6b2,White Suburban Communities,E01006006,Tameside 012D,8c,Comfortable suburbia,E02001240,Tameside 012,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115925 +115925,E00030443,6b2,White Suburban Communities,E01006009,Tameside 016A,5b,Aspiring urban households,E02001244,Tameside 016,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115926 +115926,E00030470,6b2,White Suburban Communities,E01006015,Tameside 017D,8c,Comfortable suburbia,E02001245,Tameside 017,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115927 +115927,E00030486,6b2,White Suburban Communities,E01006021,Tameside 016D,5b,Aspiring urban households,E02001244,Tameside 016,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115928 +115928,E00030487,6b2,White Suburban Communities,E01006018,Tameside 016C,8b,Ageing suburbanites,E02001244,Tameside 016,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115929 +115929,E00030488,6b2,White Suburban Communities,E01006018,Tameside 016C,8b,Ageing suburbanites,E02001244,Tameside 016,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115930 +115930,E00030495,6b2,White Suburban Communities,E01006017,Tameside 016B,8b,Ageing suburbanites,E02001244,Tameside 016,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115931 +115931,E00030499,6b2,White Suburban Communities,E01006019,Tameside 018D,4a,Challenged white communities,E02001246,Tameside 018,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115932 +115932,E00030507,6b2,White Suburban Communities,E01006018,Tameside 016C,8b,Ageing suburbanites,E02001244,Tameside 016,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115933 +115933,E00030509,6b2,White Suburban Communities,E01006018,Tameside 016C,8b,Ageing suburbanites,E02001244,Tameside 016,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115934 +115934,E00030510,6b2,White Suburban Communities,E01006017,Tameside 016B,8b,Ageing suburbanites,E02001244,Tameside 016,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115935 +115935,E00030511,6b2,White Suburban Communities,E01006021,Tameside 016D,5b,Aspiring urban households,E02001244,Tameside 016,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115936 +115936,E00030512,6b2,White Suburban Communities,E01006018,Tameside 016C,8b,Ageing suburbanites,E02001244,Tameside 016,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115937 +115937,E00030515,6b2,White Suburban Communities,E01006024,Tameside 022A,8c,Comfortable suburbia,E02001250,Tameside 022,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115938 +115938,E00030549,6b2,White Suburban Communities,E01006024,Tameside 022A,8c,Comfortable suburbia,E02001250,Tameside 022,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115939 +115939,E00030550,6b2,White Suburban Communities,E01006026,Tameside 022B,5b,Aspiring urban households,E02001250,Tameside 022,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115940 +115940,E00030551,6b2,White Suburban Communities,E01006037,Tameside 022C,8b,Ageing suburbanites,E02001250,Tameside 022,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115941 +115941,E00030552,6b2,White Suburban Communities,E01006038,Tameside 022D,5d,Endeavouring social renters,E02001250,Tameside 022,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115942 +115942,E00030561,6b2,White Suburban Communities,E01006036,Tameside 020F,4c,Hampered neighbourhoods,E02001248,Tameside 020,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115943 +115943,E00030568,6b2,White Suburban Communities,E01006037,Tameside 022C,8b,Ageing suburbanites,E02001250,Tameside 022,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115944 +115944,E00030575,6b2,White Suburban Communities,E01006037,Tameside 022C,8b,Ageing suburbanites,E02001250,Tameside 022,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115945 +115945,E00030603,6b2,White Suburban Communities,E01006043,Tameside 030B,5b,Aspiring urban households,E02001258,Tameside 030,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115946 +115946,E00030605,6b2,White Suburban Communities,E01006042,Tameside 030A,5b,Aspiring urban households,E02001258,Tameside 030,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115947 +115947,E00030608,6b2,White Suburban Communities,E01006045,Tameside 030D,8b,Ageing suburbanites,E02001258,Tameside 030,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115948 +115948,E00030627,4b2,Pakistani Communities,E01006040,Tameside 028E,7a,Urban cultural mix,E02001256,Tameside 028,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115949 +115949,E00030270,6b4,Older Workers and Retirement,E01005973,Tameside 026A,5b,Aspiring urban households,E02001254,Tameside 026,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115950 +115950,E00030628,4b2,Pakistani Communities,E01006040,Tameside 028E,7a,Urban cultural mix,E02001256,Tameside 028,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115951 +115951,E00030629,4b2,Pakistani Communities,E01006041,Tameside 028F,4b,Constrained renters,E02001256,Tameside 028,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115952 +115952,E00168647,4b2,Pakistani Communities,E01005950,Tameside 013B,7b,Young ethnic communities,E02001241,Tameside 013,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115953 +115953,E00168648,4b2,Pakistani Communities,E01005950,Tameside 013B,7b,Young ethnic communities,E02001241,Tameside 013,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115954 +115954,E00030068,4a1,Private Renting Young Families,E01005938,Tameside 002A,5c,Comfortable neighbourhoods,E02001230,Tameside 002,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115955 +115955,E00030088,4a1,Private Renting Young Families,E01005946,Tameside 004D,3d,Households in terraces and flats,E02001232,Tameside 004,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115956 +115956,E00030107,4a1,Private Renting Young Families,E01005945,Tameside 004C,4c,Hampered neighbourhoods,E02001232,Tameside 004,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115957 +115957,E00030117,4a1,Private Renting Young Families,E01005947,Tameside 004E,7a,Urban cultural mix,E02001232,Tameside 004,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115958 +115958,E00030124,4a1,Private Renting Young Families,E01005953,Tameside 013E,7a,Urban cultural mix,E02001241,Tameside 013,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115959 +115959,E00030125,4a1,Private Renting Young Families,E01005953,Tameside 013E,7a,Urban cultural mix,E02001241,Tameside 013,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115960 +115960,E00030126,4a1,Private Renting Young Families,E01005951,Tameside 013C,4c,Hampered neighbourhoods,E02001241,Tameside 013,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115961 +115961,E00030127,4a1,Private Renting Young Families,E01005951,Tameside 013C,4c,Hampered neighbourhoods,E02001241,Tameside 013,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115962 +115962,E00030133,4a1,Private Renting Young Families,E01005953,Tameside 013E,7a,Urban cultural mix,E02001241,Tameside 013,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115963 +115963,E00030134,4a1,Private Renting Young Families,E01005953,Tameside 013E,7a,Urban cultural mix,E02001241,Tameside 013,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115964 +115964,E00030135,4a1,Private Renting Young Families,E01005952,Tameside 013D,7a,Urban cultural mix,E02001241,Tameside 013,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115965 +115965,E00030138,4a1,Private Renting Young Families,E01005951,Tameside 013C,4c,Hampered neighbourhoods,E02001241,Tameside 013,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115966 +115966,E00030165,4a1,Private Renting Young Families,E01005960,Tameside 006E,4c,Hampered neighbourhoods,E02001234,Tameside 006,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115967 +115967,E00030535,4a1,Private Renting Young Families,E01006029,Tameside 028B,4c,Hampered neighbourhoods,E02001256,Tameside 028,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115968 +115968,E00030172,8c3,Renting Hard-Pressed Workers,E01005954,Tameside 005A,4a,Challenged white communities,E02001233,Tameside 005,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115969 +115969,E00030222,8c3,Renting Hard-Pressed Workers,E01005967,Tameside 019E,4c,Hampered neighbourhoods,E02001247,Tameside 019,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115970 +115970,E00030255,8c3,Renting Hard-Pressed Workers,E01005976,Tameside 026B,4a,Challenged white communities,E02001254,Tameside 026,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115971 +115971,E00030295,8c3,Renting Hard-Pressed Workers,E01005979,Tameside 029A,5d,Endeavouring social renters,E02001257,Tameside 029,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115972 +115972,E00030322,8c3,Renting Hard-Pressed Workers,E01005986,Tameside 025B,4a,Challenged white communities,E02001253,Tameside 025,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115973 +115973,E00030331,8c3,Renting Hard-Pressed Workers,E01005992,Tameside 025D,4c,Hampered neighbourhoods,E02001253,Tameside 025,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115974 +115974,E00030337,8c3,Renting Hard-Pressed Workers,E01005990,Tameside 024D,5c,Comfortable neighbourhoods,E02001252,Tameside 024,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115975 +115975,E00030400,8c3,Renting Hard-Pressed Workers,E01006005,Tameside 011E,4a,Challenged white communities,E02001239,Tameside 011,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115976 +115976,E00030428,8c3,Renting Hard-Pressed Workers,E01006001,Tameside 012B,5b,Aspiring urban households,E02001240,Tameside 012,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115977 +115977,E00030453,8c3,Renting Hard-Pressed Workers,E01006011,Tameside 018A,4a,Challenged white communities,E02001246,Tameside 018,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115978 +115978,E00030361,6b4,Older Workers and Retirement,E01005995,Tameside 010B,8c,Comfortable suburbia,E02001238,Tameside 010,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115979 +115979,E00030407,6b4,Older Workers and Retirement,E01006004,Tameside 011D,8b,Ageing suburbanites,E02001239,Tameside 011,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115980 +115980,E00030413,6b4,Older Workers and Retirement,E01006004,Tameside 011D,8b,Ageing suburbanites,E02001239,Tameside 011,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115981 +115981,E00030425,6b4,Older Workers and Retirement,E01006007,Tameside 011F,5b,Aspiring urban households,E02001239,Tameside 011,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115982 +115982,E00030620,6b4,Older Workers and Retirement,E01006046,Tameside 030E,8b,Ageing suburbanites,E02001258,Tameside 030,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115983 +115983,E00030639,6b4,Older Workers and Retirement,E01006051,Tameside 023D,5c,Comfortable neighbourhoods,E02001251,Tameside 023,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115984 +115984,E00030752,6b4,Older Workers and Retirement,E01006070,Tameside 015C,5b,Aspiring urban households,E02001243,Tameside 015,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115985 +115985,E00030048,7c3,Outer City Hardship,E01005935,Tameside 006C,4c,Hampered neighbourhoods,E02001234,Tameside 006,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115986 +115986,E00030057,7c3,Outer City Hardship,E01005940,Tameside 002C,3b,Asian traits,E02001230,Tameside 002,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115987 +115987,E00030175,7c3,Outer City Hardship,E01005954,Tameside 005A,4a,Challenged white communities,E02001233,Tameside 005,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115988 +115988,E00030373,7c3,Outer City Hardship,E01005993,Tameside 010A,5c,Comfortable neighbourhoods,E02001238,Tameside 010,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115989 +115989,E00030458,7c3,Outer City Hardship,E01006011,Tameside 018A,4a,Challenged white communities,E02001246,Tameside 018,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115990 +115990,E00030461,7c3,Outer City Hardship,E01006011,Tameside 018A,4a,Challenged white communities,E02001246,Tameside 018,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115991 +115991,E00030484,7c3,Outer City Hardship,E01006023,Tameside 015B,4a,Challenged white communities,E02001243,Tameside 015,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115992 +115992,E00030490,7c3,Outer City Hardship,E01006019,Tameside 018D,4a,Challenged white communities,E02001246,Tameside 018,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115993 +115993,E00030498,7c3,Outer City Hardship,E01006019,Tameside 018D,4a,Challenged white communities,E02001246,Tameside 018,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115994 +115994,E00030504,7c3,Outer City Hardship,E01006023,Tameside 015B,4a,Challenged white communities,E02001243,Tameside 015,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115995 +115995,E00030506,7c3,Outer City Hardship,E01006023,Tameside 015B,4a,Challenged white communities,E02001243,Tameside 015,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115996 +115996,E00030562,7c3,Outer City Hardship,E01006033,Tameside 020C,4a,Challenged white communities,E02001248,Tameside 020,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115997 +115997,E00030582,7c3,Outer City Hardship,E01006031,Tameside 020A,4c,Hampered neighbourhoods,E02001248,Tameside 020,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115998 +115998,E00030681,7c3,Outer City Hardship,E01006056,Tameside 003A,4a,Challenged white communities,E02001231,Tameside 003,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,115999 +115999,E00168643,7c3,Outer City Hardship,E01006034,Tameside 020D,4a,Challenged white communities,E02001248,Tameside 020,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,116000 +116000,E00031085,5b1,Delayed Retirement,E01006138,Trafford 028E,3b,Asian traits,E02001286,Trafford 028,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116001 +116001,E00031096,5b1,Delayed Retirement,E01006135,Trafford 028B,8a,Affluent communities,E02001286,Trafford 028,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116002 +116002,E00031139,5b1,Delayed Retirement,E01006150,Trafford 012C,3c,Highly qualified professionals,E02001270,Trafford 012,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116003 +116003,E00031146,5b1,Delayed Retirement,E01006153,Trafford 016D,8a,Affluent communities,E02001274,Trafford 016,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116004 +116004,E00031163,5b1,Delayed Retirement,E01006148,Trafford 016A,3c,Highly qualified professionals,E02001274,Trafford 016,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116005 +116005,E00031167,5b1,Delayed Retirement,E01006148,Trafford 016A,3c,Highly qualified professionals,E02001274,Trafford 016,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116006 +116006,E00031175,5b1,Delayed Retirement,E01006151,Trafford 016B,8a,Affluent communities,E02001274,Trafford 016,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116007 +116007,E00031202,5b1,Delayed Retirement,E01006155,Trafford 006A,3a,Achieving neighbourhoods,E02001264,Trafford 006,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116008 +116008,E00031204,5b1,Delayed Retirement,E01006156,Trafford 008A,3d,Households in terraces and flats,E02001266,Trafford 008,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116009 +116009,E00031212,5b1,Delayed Retirement,E01006161,Trafford 015C,3c,Highly qualified professionals,E02001273,Trafford 015,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116010 +116010,E00031219,5b1,Delayed Retirement,E01006162,Trafford 015D,3a,Achieving neighbourhoods,E02001273,Trafford 015,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116011 +116011,E00031239,5b1,Delayed Retirement,E01006161,Trafford 015C,3c,Highly qualified professionals,E02001273,Trafford 015,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116012 +116012,E00030816,5b2,Communal Retirement,E01006086,Trafford 027E,3c,Highly qualified professionals,E02001285,Trafford 027,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116013 +116013,E00030680,8d1,Young Hard-Pressed Families,E01006056,Tameside 003A,4a,Challenged white communities,E02001231,Tameside 003,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,116014 +116014,E00031240,5b1,Delayed Retirement,E01006161,Trafford 015C,3c,Highly qualified professionals,E02001273,Trafford 015,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116015 +116015,E00031262,5b1,Delayed Retirement,E01006171,Trafford 013D,4c,Hampered neighbourhoods,E02001271,Trafford 013,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116016 +116016,E00031299,5b1,Delayed Retirement,E01006174,Trafford 014D,3a,Achieving neighbourhoods,E02001272,Trafford 014,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116017 +116017,E00031310,5b1,Delayed Retirement,E01006174,Trafford 014D,3a,Achieving neighbourhoods,E02001272,Trafford 014,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116018 +116018,E00031341,5b1,Delayed Retirement,E01006184,Trafford 008D,3d,Households in terraces and flats,E02001266,Trafford 008,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116019 +116019,E00031395,5b1,Delayed Retirement,E01006190,Trafford 021B,8a,Affluent communities,E02001279,Trafford 021,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116020 +116020,E00031431,5b1,Delayed Retirement,E01006202,Trafford 009E,3d,Households in terraces and flats,E02001267,Trafford 009,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116021 +116021,E00031450,5b1,Delayed Retirement,E01006204,Trafford 022A,3b,Asian traits,E02001280,Trafford 022,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116022 +116022,E00031451,5b1,Delayed Retirement,E01006204,Trafford 022A,3b,Asian traits,E02001280,Trafford 022,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116023 +116023,E00031456,5b1,Delayed Retirement,E01006205,Trafford 023D,8a,Affluent communities,E02001281,Trafford 023,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116024 +116024,E00031474,5b1,Delayed Retirement,E01006209,Trafford 023E,8a,Affluent communities,E02001281,Trafford 023,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116025 +116025,E00031478,5b1,Delayed Retirement,E01006210,Trafford 021E,3b,Asian traits,E02001279,Trafford 021,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116026 +116026,E00031479,5b1,Delayed Retirement,E01006210,Trafford 021E,3b,Asian traits,E02001279,Trafford 021,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116027 +116027,E00030927,8b1,Deprived Blue-Collar Terraces,E01006106,Trafford 017C,4a,Challenged white communities,E02001275,Trafford 017,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116028 +116028,E00030979,8b1,Deprived Blue-Collar Terraces,E01006121,Trafford 002E,5b,Aspiring urban households,E02001260,Trafford 002,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116029 +116029,E00030983,8b1,Deprived Blue-Collar Terraces,E01006116,Trafford 002A,8c,Comfortable suburbia,E02001260,Trafford 002,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116030 +116030,E00031031,8b1,Deprived Blue-Collar Terraces,E01006123,Trafford 005B,8c,Comfortable suburbia,E02001263,Trafford 005,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116031 +116031,E00031046,8b1,Deprived Blue-Collar Terraces,E01006132,Trafford 007E,5c,Comfortable neighbourhoods,E02001265,Trafford 007,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116032 +116032,E00031418,8b1,Deprived Blue-Collar Terraces,E01006197,Trafford 010D,3a,Achieving neighbourhoods,E02001268,Trafford 010,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116033 +116033,E00031182,7b2,Deprived Neighbourhoods,E01006158,Trafford 008B,4c,Hampered neighbourhoods,E02001266,Trafford 008,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116034 +116034,E00030886,6a3,Detached Retirement Living,E01006101,Trafford 021A,8a,Affluent communities,E02001279,Trafford 021,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116035 +116035,E00031004,6a3,Detached Retirement Living,E01006120,Trafford 010A,8b,Ageing suburbanites,E02001268,Trafford 010,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116036 +116036,E00031013,6a3,Detached Retirement Living,E01006124,Trafford 005C,8b,Ageing suburbanites,E02001263,Trafford 005,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116037 +116037,E00031017,6a3,Detached Retirement Living,E01006124,Trafford 005C,8b,Ageing suburbanites,E02001263,Trafford 005,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116038 +116038,E00031036,6a3,Detached Retirement Living,E01006124,Trafford 005C,8b,Ageing suburbanites,E02001263,Trafford 005,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116039 +116039,E00031267,6a3,Detached Retirement Living,E01006172,Trafford 016E,8a,Affluent communities,E02001274,Trafford 016,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116040 +116040,E00031396,6a3,Detached Retirement Living,E01006190,Trafford 021B,8a,Affluent communities,E02001279,Trafford 021,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116041 +116041,E00031403,6a3,Detached Retirement Living,E01006191,Trafford 023B,8a,Affluent communities,E02001281,Trafford 023,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116042 +116042,E00031432,6a3,Detached Retirement Living,E01006202,Trafford 009E,3d,Households in terraces and flats,E02001267,Trafford 009,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116043 +116043,E00031468,6a3,Detached Retirement Living,E01006209,Trafford 023E,8a,Affluent communities,E02001281,Trafford 023,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116044 +116044,E00030789,7b1,Eastern European Communities,E01006077,Trafford 027A,3c,Highly qualified professionals,E02001285,Trafford 027,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116045 +116045,E00031315,7b3,Endeavouring Flat Dwellers,E01006184,Trafford 008D,3d,Households in terraces and flats,E02001266,Trafford 008,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116046 +116046,E00031472,7b3,Endeavouring Flat Dwellers,E01006207,Trafford 022C,4c,Hampered neighbourhoods,E02001280,Trafford 022,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116047 +116047,E00168586,7b3,Endeavouring Flat Dwellers,E01006090,Trafford 020A,3a,Achieving neighbourhoods,E02001278,Trafford 020,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116048 +116048,E00030951,3a1,Established Renting Families,E01006115,Trafford 004C,7b,Young ethnic communities,E02001262,Trafford 004,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116049 +116049,E00030956,3a1,Established Renting Families,E01006109,Trafford 001A,7a,Urban cultural mix,E02001259,Trafford 001,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116050 +116050,E00031358,3a1,Established Renting Families,E01006187,Trafford 003C,7a,Urban cultural mix,E02001261,Trafford 003,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116051 +116051,E00031369,3a1,Established Renting Families,E01006185,Trafford 001E,7a,Urban cultural mix,E02001259,Trafford 001,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116052 +116052,E00031164,6a4,Ageing in Suburbia,E01006148,Trafford 016A,3c,Highly qualified professionals,E02001274,Trafford 016,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116053 +116053,E00030871,6a1,Indian Tech Achievers,E01006094,Trafford 020B,8a,Affluent communities,E02001278,Trafford 020,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116054 +116054,E00168599,3a1,Established Renting Families,E01006185,Trafford 001E,7a,Urban cultural mix,E02001259,Trafford 001,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116055 +116055,E00030613,6b2,White Suburban Communities,E01006045,Tameside 030D,8b,Ageing suburbanites,E02001258,Tameside 030,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,116056 +116056,E00168604,5a3,Families in Terraces and Flats,E01006206,Trafford 022B,3d,Households in terraces and flats,E02001280,Trafford 022,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116057 +116057,E00030840,5b2,Communal Retirement,E01006085,Trafford 027D,3c,Highly qualified professionals,E02001285,Trafford 027,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116058 +116058,E00030862,5b2,Communal Retirement,E01006093,Trafford 023A,8c,Comfortable suburbia,E02001281,Trafford 023,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116059 +116059,E00030887,5b2,Communal Retirement,E01006100,Trafford 020D,3b,Asian traits,E02001278,Trafford 020,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116060 +116060,E00030894,5b2,Communal Retirement,E01006097,Trafford 015A,3c,Highly qualified professionals,E02001273,Trafford 015,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116061 +116061,E00030924,5b2,Communal Retirement,E01006104,Trafford 017A,5d,Endeavouring social renters,E02001275,Trafford 017,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116062 +116062,E00030988,5b2,Communal Retirement,E01006118,Trafford 002C,5c,Comfortable neighbourhoods,E02001260,Trafford 002,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116063 +116063,E00031063,5b2,Communal Retirement,E01006128,Trafford 005D,8c,Comfortable suburbia,E02001263,Trafford 005,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116064 +116064,E00031065,5b2,Communal Retirement,E01006129,Trafford 010B,5c,Comfortable neighbourhoods,E02001268,Trafford 010,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116065 +116065,E00031098,5b2,Communal Retirement,E01006135,Trafford 028B,8a,Affluent communities,E02001286,Trafford 028,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116066 +116066,E00031169,5b2,Communal Retirement,E01006148,Trafford 016A,3c,Highly qualified professionals,E02001274,Trafford 016,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116067 +116067,E00031208,5b2,Communal Retirement,E01006161,Trafford 015C,3c,Highly qualified professionals,E02001273,Trafford 015,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116068 +116068,E00031346,5b2,Communal Retirement,E01006179,Trafford 008C,3d,Households in terraces and flats,E02001266,Trafford 008,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116069 +116069,E00031415,5b2,Communal Retirement,E01006198,Trafford 009A,3c,Highly qualified professionals,E02001267,Trafford 009,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116070 +116070,E00031417,5b2,Communal Retirement,E01006198,Trafford 009A,3c,Highly qualified professionals,E02001267,Trafford 009,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116071 +116071,E00031421,5b2,Communal Retirement,E01006200,Trafford 009C,5a,Ageing urban communities,E02001267,Trafford 009,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116072 +116072,E00030952,4a3,Commuters with Young Families,E01006115,Trafford 004C,7b,Young ethnic communities,E02001262,Trafford 004,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116073 +116073,E00031352,4a3,Commuters with Young Families,E01006187,Trafford 003C,7a,Urban cultural mix,E02001261,Trafford 003,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116074 +116074,E00031355,4a3,Commuters with Young Families,E01006189,Trafford 003D,7a,Urban cultural mix,E02001261,Trafford 003,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116075 +116075,E00030957,3c1,Constrained Neighbourhoods,E01006109,Trafford 001A,7a,Urban cultural mix,E02001259,Trafford 001,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116076 +116076,E00030959,3c1,Constrained Neighbourhoods,E01006109,Trafford 001A,7a,Urban cultural mix,E02001259,Trafford 001,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116077 +116077,E00030960,3c1,Constrained Neighbourhoods,E01006109,Trafford 001A,7a,Urban cultural mix,E02001259,Trafford 001,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116078 +116078,E00031345,3c1,Constrained Neighbourhoods,E01006179,Trafford 008C,3d,Households in terraces and flats,E02001266,Trafford 008,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116079 +116079,E00031363,3c1,Constrained Neighbourhoods,E01006185,Trafford 001E,7a,Urban cultural mix,E02001259,Trafford 001,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116080 +116080,E00030940,7c2,Constrained Young Families,E01006105,Trafford 017B,4c,Hampered neighbourhoods,E02001275,Trafford 017,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116081 +116081,E00031019,7c2,Constrained Young Families,E01006126,Trafford 007B,4a,Challenged white communities,E02001265,Trafford 007,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116082 +116082,E00031261,7c2,Constrained Young Families,E01006171,Trafford 013D,4c,Hampered neighbourhoods,E02001271,Trafford 013,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116083 +116083,E00030782,5b1,Delayed Retirement,E01006075,Trafford 025B,3c,Highly qualified professionals,E02001283,Trafford 025,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116084 +116084,E00030784,5b1,Delayed Retirement,E01006075,Trafford 025B,3c,Highly qualified professionals,E02001283,Trafford 025,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116085 +116085,E00030785,5b1,Delayed Retirement,E01006076,Trafford 025C,3c,Highly qualified professionals,E02001283,Trafford 025,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116086 +116086,E00030791,5b1,Delayed Retirement,E01006077,Trafford 027A,3c,Highly qualified professionals,E02001285,Trafford 027,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116087 +116087,E00030810,5b1,Delayed Retirement,E01006079,Trafford 025D,3a,Achieving neighbourhoods,E02001283,Trafford 025,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116088 +116088,E00030811,5b1,Delayed Retirement,E01006085,Trafford 027D,3c,Highly qualified professionals,E02001285,Trafford 027,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116089 +116089,E00030812,5b1,Delayed Retirement,E01006086,Trafford 027E,3c,Highly qualified professionals,E02001285,Trafford 027,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116090 +116090,E00030817,5b1,Delayed Retirement,E01006082,Trafford 027C,3a,Achieving neighbourhoods,E02001285,Trafford 027,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116091 +116091,E00030819,5b1,Delayed Retirement,E01006084,Trafford 026B,8a,Affluent communities,E02001284,Trafford 026,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116092 +116092,E00030829,5b1,Delayed Retirement,E01006082,Trafford 027C,3a,Achieving neighbourhoods,E02001285,Trafford 027,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116093 +116093,E00030830,5b1,Delayed Retirement,E01006087,Trafford 025E,2b,Prospering countryside life,E02001283,Trafford 025,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116094 +116094,E00030833,5b1,Delayed Retirement,E01006082,Trafford 027C,3a,Achieving neighbourhoods,E02001285,Trafford 027,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116095 +116095,E00030701,8d1,Young Hard-Pressed Families,E01006060,Tameside 008A,4c,Hampered neighbourhoods,E02001236,Tameside 008,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,116096 +116096,E00030857,7a2,Hampered Aspiration,E01006089,Trafford 024C,3d,Households in terraces and flats,E02001282,Trafford 024,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116097 +116097,E00030835,5b1,Delayed Retirement,E01006082,Trafford 027C,3a,Achieving neighbourhoods,E02001285,Trafford 027,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116098 +116098,E00030838,5b1,Delayed Retirement,E01006083,Trafford 026A,8a,Affluent communities,E02001284,Trafford 026,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116099 +116099,E00030839,5b1,Delayed Retirement,E01006085,Trafford 027D,3c,Highly qualified professionals,E02001285,Trafford 027,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116100 +116100,E00030870,5b1,Delayed Retirement,E01006094,Trafford 020B,8a,Affluent communities,E02001278,Trafford 020,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116101 +116101,E00030874,5b1,Delayed Retirement,E01006096,Trafford 020C,8c,Comfortable suburbia,E02001278,Trafford 020,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116102 +116102,E00030876,5b1,Delayed Retirement,E01006096,Trafford 020C,8c,Comfortable suburbia,E02001278,Trafford 020,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116103 +116103,E00030879,5b1,Delayed Retirement,E01006090,Trafford 020A,3a,Achieving neighbourhoods,E02001278,Trafford 020,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116104 +116104,E00030891,5b1,Delayed Retirement,E01006098,Trafford 014A,8a,Affluent communities,E02001272,Trafford 014,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116105 +116105,E00030895,5b1,Delayed Retirement,E01006099,Trafford 014B,3a,Achieving neighbourhoods,E02001272,Trafford 014,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116106 +116106,E00030896,5b1,Delayed Retirement,E01006100,Trafford 020D,3b,Asian traits,E02001278,Trafford 020,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116107 +116107,E00030901,5b1,Delayed Retirement,E01006097,Trafford 015A,3c,Highly qualified professionals,E02001273,Trafford 015,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116108 +116108,E00030614,6b2,White Suburban Communities,E01006044,Tameside 030C,5a,Ageing urban communities,E02001258,Tameside 030,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,116109 +116109,E00031174,6a4,Ageing in Suburbia,E01006151,Trafford 016B,8a,Affluent communities,E02001274,Trafford 016,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116110 +116110,E00030872,6a1,Indian Tech Achievers,E01006094,Trafford 020B,8a,Affluent communities,E02001278,Trafford 020,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116111 +116111,E00031368,3d2,Established Tech Workers,E01006186,Trafford 003B,7a,Urban cultural mix,E02001261,Trafford 003,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116112 +116112,E00030715,8d1,Young Hard-Pressed Families,E01006061,Tameside 003B,5c,Comfortable neighbourhoods,E02001231,Tameside 003,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,116113 +116113,E00031285,7a2,Hampered Aspiration,E01006175,Trafford 018C,4c,Hampered neighbourhoods,E02001276,Trafford 018,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116114 +116114,E00030722,8d1,Young Hard-Pressed Families,E01006065,Tameside 008C,4c,Hampered neighbourhoods,E02001236,Tameside 008,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,116115 +116115,E00030888,6a1,Indian Tech Achievers,E01006099,Trafford 014B,3a,Achieving neighbourhoods,E02001272,Trafford 014,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116116 +116116,E00031343,7a2,Hampered Aspiration,E01006179,Trafford 008C,3d,Households in terraces and flats,E02001266,Trafford 008,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116117 +116117,E00030724,8d1,Young Hard-Pressed Families,E01006065,Tameside 008C,4c,Hampered neighbourhoods,E02001236,Tameside 008,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,116118 +116118,E00030889,6a1,Indian Tech Achievers,E01006097,Trafford 015A,3c,Highly qualified professionals,E02001273,Trafford 015,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116119 +116119,E00030772,5a3,Families in Terraces and Flats,E01006080,Trafford 024B,3a,Achieving neighbourhoods,E02001282,Trafford 024,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116120 +116120,E00031426,7a2,Hampered Aspiration,E01006202,Trafford 009E,3d,Households in terraces and flats,E02001267,Trafford 009,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116121 +116121,E00030739,8d1,Young Hard-Pressed Families,E01006073,Tameside 009D,5a,Ageing urban communities,E02001237,Tameside 009,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,116122 +116122,E00031241,6a4,Ageing in Suburbia,E01006164,Trafford 014C,5c,Comfortable neighbourhoods,E02001272,Trafford 014,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116123 +116123,E00030899,6a1,Indian Tech Achievers,E01006101,Trafford 021A,8a,Affluent communities,E02001279,Trafford 021,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116124 +116124,E00030774,5a3,Families in Terraces and Flats,E01006077,Trafford 027A,3c,Highly qualified professionals,E02001285,Trafford 027,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116125 +116125,E00030622,6b2,White Suburban Communities,E01006045,Tameside 030D,8b,Ageing suburbanites,E02001258,Tameside 030,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,116126 +116126,E00030740,8d1,Young Hard-Pressed Families,E01006069,Tameside 009C,4a,Challenged white communities,E02001237,Tameside 009,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,116127 +116127,E00031438,7a2,Hampered Aspiration,E01006198,Trafford 009A,3c,Highly qualified professionals,E02001267,Trafford 009,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116128 +116128,E00030775,5a3,Families in Terraces and Flats,E01006077,Trafford 027A,3c,Highly qualified professionals,E02001285,Trafford 027,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116129 +116129,E00030906,6a1,Indian Tech Achievers,E01006100,Trafford 020D,3b,Asian traits,E02001278,Trafford 020,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116130 +116130,E00030648,6b2,White Suburban Communities,E01006047,Tameside 023A,5b,Aspiring urban households,E02001251,Tameside 023,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,116131 +116131,E00030764,8d1,Young Hard-Pressed Families,E01006073,Tameside 009D,5a,Ageing urban communities,E02001237,Tameside 009,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,116132 +116132,E00031270,6a4,Ageing in Suburbia,E01006172,Trafford 016E,8a,Affluent communities,E02001274,Trafford 016,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116133 +116133,E00030807,8d2,Hard-Pressed Ethnic Mix,E01006074,Trafford 025A,5a,Ageing urban communities,E02001283,Trafford 025,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116134 +116134,E00030776,5a3,Families in Terraces and Flats,E01006078,Trafford 024A,3d,Households in terraces and flats,E02001282,Trafford 024,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116135 +116135,E00030650,6b2,White Suburban Communities,E01006048,Tameside 023B,5a,Ageing urban communities,E02001251,Tameside 023,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,116136 +116136,E00030770,8d1,Young Hard-Pressed Families,E01006069,Tameside 009C,4a,Challenged white communities,E02001237,Tameside 009,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,116137 +116137,E00031392,6a4,Ageing in Suburbia,E01006195,Trafford 021C,8c,Comfortable suburbia,E02001279,Trafford 021,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116138 +116138,E00030818,8d2,Hard-Pressed Ethnic Mix,E01006086,Trafford 027E,3c,Highly qualified professionals,E02001285,Trafford 027,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116139 +116139,E00030777,5a3,Families in Terraces and Flats,E01006078,Trafford 024A,3d,Households in terraces and flats,E02001282,Trafford 024,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116140 +116140,E00030657,6b2,White Suburban Communities,E01006048,Tameside 023B,5a,Ageing urban communities,E02001251,Tameside 023,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,116141 +116141,E00030908,6a1,Indian Tech Achievers,E01006098,Trafford 014A,8a,Affluent communities,E02001272,Trafford 014,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116142 +116142,E00030947,4c1,Achieving Minorities,E01006115,Trafford 004C,7b,Young ethnic communities,E02001262,Trafford 004,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116143 +116143,E00031397,6a4,Ageing in Suburbia,E01006190,Trafford 021B,8a,Affluent communities,E02001279,Trafford 021,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116144 +116144,E00030850,8d2,Hard-Pressed Ethnic Mix,E01006092,Trafford 019B,4c,Hampered neighbourhoods,E02001277,Trafford 019,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116145 +116145,E00030778,5a3,Families in Terraces and Flats,E01006078,Trafford 024A,3d,Households in terraces and flats,E02001282,Trafford 024,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116146 +116146,E00030668,6b2,White Suburban Communities,E01006057,Tameside 001D,5b,Aspiring urban households,E02001229,Tameside 001,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,116147 +116147,E00030687,6b2,White Suburban Communities,E01006058,Tameside 001E,5b,Aspiring urban households,E02001229,Tameside 001,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,116148 +116148,E00030688,6b2,White Suburban Communities,E01006059,Tameside 001F,5b,Aspiring urban households,E02001229,Tameside 001,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,116149 +116149,E00030695,6b2,White Suburban Communities,E01006053,Tameside 001A,8c,Comfortable suburbia,E02001229,Tameside 001,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,116150 +116150,E00030700,6b2,White Suburban Communities,E01006055,Tameside 001C,5b,Aspiring urban households,E02001229,Tameside 001,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,116151 +116151,E00030709,6b2,White Suburban Communities,E01006062,Tameside 003C,8c,Comfortable suburbia,E02001231,Tameside 003,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,116152 +116152,E00030717,6b2,White Suburban Communities,E01006063,Tameside 003D,8c,Comfortable suburbia,E02001231,Tameside 003,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,116153 +116153,E00030719,6b2,White Suburban Communities,E01006063,Tameside 003D,8c,Comfortable suburbia,E02001231,Tameside 003,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,116154 +116154,E00030737,6b2,White Suburban Communities,E01006069,Tameside 009C,4a,Challenged white communities,E02001237,Tameside 009,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,116155 +116155,E00030738,6b2,White Suburban Communities,E01006067,Tameside 009A,8c,Comfortable suburbia,E02001237,Tameside 009,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,116156 +116156,E00030751,6b2,White Suburban Communities,E01006070,Tameside 015C,5b,Aspiring urban households,E02001243,Tameside 015,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,116157 +116157,E00030755,6b2,White Suburban Communities,E01006072,Tameside 015E,8c,Comfortable suburbia,E02001243,Tameside 015,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,116158 +116158,E00030756,6b2,White Suburban Communities,E01006072,Tameside 015E,8c,Comfortable suburbia,E02001243,Tameside 015,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,116159 +116159,E00030760,6b2,White Suburban Communities,E01006072,Tameside 015E,8c,Comfortable suburbia,E02001243,Tameside 015,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,116160 +116160,E00030765,6b2,White Suburban Communities,E01006067,Tameside 009A,8c,Comfortable suburbia,E02001237,Tameside 009,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,116161 +116161,E00168636,6b2,White Suburban Communities,E01006062,Tameside 003C,8c,Comfortable suburbia,E02001231,Tameside 003,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,116162 +116162,E00168638,6b2,White Suburban Communities,E01006061,Tameside 003B,5c,Comfortable neighbourhoods,E02001231,Tameside 003,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,116163 +116163,E00168650,6b2,White Suburban Communities,E01006053,Tameside 001A,8c,Comfortable suburbia,E02001229,Tameside 001,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,116164 +116164,E00168653,6b2,White Suburban Communities,E01006061,Tameside 003B,5c,Comfortable neighbourhoods,E02001231,Tameside 003,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,116165 +116165,E00030076,8d1,Young Hard-Pressed Families,E01005934,Tameside 006B,5d,Endeavouring social renters,E02001234,Tameside 006,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,116166 +116166,E00030110,8d1,Young Hard-Pressed Families,E01005945,Tameside 004C,4c,Hampered neighbourhoods,E02001232,Tameside 004,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,116167 +116167,E00030174,8d1,Young Hard-Pressed Families,E01005958,Tameside 005D,4c,Hampered neighbourhoods,E02001233,Tameside 005,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,116168 +116168,E00030193,8d1,Young Hard-Pressed Families,E01005960,Tameside 006E,4c,Hampered neighbourhoods,E02001234,Tameside 006,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,116169 +116169,E00030307,8d1,Young Hard-Pressed Families,E01005984,Tameside 029F,4c,Hampered neighbourhoods,E02001257,Tameside 029,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,116170 +116170,E00030309,8d1,Young Hard-Pressed Families,E01005984,Tameside 029F,4c,Hampered neighbourhoods,E02001257,Tameside 029,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,116171 +116171,E00030433,8d1,Young Hard-Pressed Families,E01006014,Tameside 018C,5d,Endeavouring social renters,E02001246,Tameside 018,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,116172 +116172,E00030467,8d1,Young Hard-Pressed Families,E01006014,Tameside 018C,5d,Endeavouring social renters,E02001246,Tameside 018,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,116173 +116173,E00030500,8d1,Young Hard-Pressed Families,E01006020,Tameside 018E,5d,Endeavouring social renters,E02001246,Tameside 018,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,116174 +116174,E00030501,8d1,Young Hard-Pressed Families,E01006020,Tameside 018E,5d,Endeavouring social renters,E02001246,Tameside 018,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,116175 +116175,E00030502,8d1,Young Hard-Pressed Families,E01006020,Tameside 018E,5d,Endeavouring social renters,E02001246,Tameside 018,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,116176 +116176,E00030514,8d1,Young Hard-Pressed Families,E01006027,Tameside 027B,4a,Challenged white communities,E02001255,Tameside 027,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,116177 +116177,E00030518,8d1,Young Hard-Pressed Families,E01006025,Tameside 027A,4a,Challenged white communities,E02001255,Tameside 027,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,116178 +116178,E00030521,8d1,Young Hard-Pressed Families,E01006027,Tameside 027B,4a,Challenged white communities,E02001255,Tameside 027,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,116179 +116179,E00030537,8d1,Young Hard-Pressed Families,E01006027,Tameside 027B,4a,Challenged white communities,E02001255,Tameside 027,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,116180 +116180,E00030538,8d1,Young Hard-Pressed Families,E01006025,Tameside 027A,4a,Challenged white communities,E02001255,Tameside 027,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,116181 +116181,E00030543,8d1,Young Hard-Pressed Families,E01006027,Tameside 027B,4a,Challenged white communities,E02001255,Tameside 027,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,116182 +116182,E00030577,8d1,Young Hard-Pressed Families,E01006032,Tameside 020B,4a,Challenged white communities,E02001248,Tameside 020,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,116183 +116183,E00030583,8d1,Young Hard-Pressed Families,E01006031,Tameside 020A,4c,Hampered neighbourhoods,E02001248,Tameside 020,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,116184 +116184,E00030630,8d1,Young Hard-Pressed Families,E01006050,Tameside 027C,4a,Challenged white communities,E02001255,Tameside 027,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,116185 +116185,E00030632,8d1,Young Hard-Pressed Families,E01006050,Tameside 027C,4a,Challenged white communities,E02001255,Tameside 027,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,116186 +116186,E00030637,8d1,Young Hard-Pressed Families,E01006050,Tameside 027C,4a,Challenged white communities,E02001255,Tameside 027,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,116187 +116187,E00030640,8d1,Young Hard-Pressed Families,E01006050,Tameside 027C,4a,Challenged white communities,E02001255,Tameside 027,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,116188 +116188,E00030642,8d1,Young Hard-Pressed Families,E01006050,Tameside 027C,4a,Challenged white communities,E02001255,Tameside 027,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,116189 +116189,E00030676,8d1,Young Hard-Pressed Families,E01006056,Tameside 003A,4a,Challenged white communities,E02001231,Tameside 003,E08000008,Tameside,8a2r,Urban Living,E12000002,North West,E92000001,England,116190 +116190,E00030948,4c1,Achieving Minorities,E01006114,Trafford 004B,7b,Young ethnic communities,E02001262,Trafford 004,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116191 +116191,E00031470,6a4,Ageing in Suburbia,E01006209,Trafford 023E,8a,Affluent communities,E02001281,Trafford 023,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116192 +116192,E00030931,8d2,Hard-Pressed Ethnic Mix,E01006104,Trafford 017A,5d,Endeavouring social renters,E02001275,Trafford 017,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116193 +116193,E00030790,5a3,Families in Terraces and Flats,E01006077,Trafford 027A,3c,Highly qualified professionals,E02001285,Trafford 027,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116194 +116194,E00030909,6a1,Indian Tech Achievers,E01006101,Trafford 021A,8a,Affluent communities,E02001279,Trafford 021,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116195 +116195,E00030950,4c1,Achieving Minorities,E01006113,Trafford 004A,7b,Young ethnic communities,E02001262,Trafford 004,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116196 +116196,E00030933,8d2,Hard-Pressed Ethnic Mix,E01006107,Trafford 017D,4a,Challenged white communities,E02001275,Trafford 017,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116197 +116197,E00030910,6a1,Indian Tech Achievers,E01006103,Trafford 020E,8a,Affluent communities,E02001278,Trafford 020,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116198 +116198,E00030792,5a3,Families in Terraces and Flats,E01006077,Trafford 027A,3c,Highly qualified professionals,E02001285,Trafford 027,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116199 +116199,E00030801,8c1,Ageing Industrious Workers,E01006074,Trafford 025A,5a,Ageing urban communities,E02001283,Trafford 025,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116200 +116200,E00030953,4c1,Achieving Minorities,E01006114,Trafford 004B,7b,Young ethnic communities,E02001262,Trafford 004,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116201 +116201,E00030938,8d2,Hard-Pressed Ethnic Mix,E01006106,Trafford 017C,4a,Challenged white communities,E02001275,Trafford 017,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116202 +116202,E00030912,6a1,Indian Tech Achievers,E01006101,Trafford 021A,8a,Affluent communities,E02001279,Trafford 021,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116203 +116203,E00030795,5a3,Families in Terraces and Flats,E01006078,Trafford 024A,3d,Households in terraces and flats,E02001282,Trafford 024,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116204 +116204,E00030904,8c1,Ageing Industrious Workers,E01006102,Trafford 018A,3b,Asian traits,E02001276,Trafford 018,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116205 +116205,E00030970,4c1,Achieving Minorities,E01006113,Trafford 004A,7b,Young ethnic communities,E02001262,Trafford 004,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116206 +116206,E00030939,8d2,Hard-Pressed Ethnic Mix,E01006105,Trafford 017B,4c,Hampered neighbourhoods,E02001275,Trafford 017,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116207 +116207,E00030917,6a1,Indian Tech Achievers,E01006103,Trafford 020E,8a,Affluent communities,E02001278,Trafford 020,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116208 +116208,E00031038,6a1,Indian Tech Achievers,E01006123,Trafford 005B,8c,Comfortable suburbia,E02001263,Trafford 005,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116209 +116209,E00031071,6a1,Indian Tech Achievers,E01006137,Trafford 028D,8a,Affluent communities,E02001286,Trafford 028,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116210 +116210,E00031072,6a1,Indian Tech Achievers,E01006136,Trafford 028C,8a,Affluent communities,E02001286,Trafford 028,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116211 +116211,E00031073,6a1,Indian Tech Achievers,E01006136,Trafford 028C,8a,Affluent communities,E02001286,Trafford 028,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116212 +116212,E00031074,6a1,Indian Tech Achievers,E01006137,Trafford 028D,8a,Affluent communities,E02001286,Trafford 028,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116213 +116213,E00031075,6a1,Indian Tech Achievers,E01006137,Trafford 028D,8a,Affluent communities,E02001286,Trafford 028,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116214 +116214,E00031076,6a1,Indian Tech Achievers,E01006137,Trafford 028D,8a,Affluent communities,E02001286,Trafford 028,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116215 +116215,E00031088,6a1,Indian Tech Achievers,E01006138,Trafford 028E,3b,Asian traits,E02001286,Trafford 028,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116216 +116216,E00031093,6a1,Indian Tech Achievers,E01006138,Trafford 028E,3b,Asian traits,E02001286,Trafford 028,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116217 +116217,E00031094,6a1,Indian Tech Achievers,E01006135,Trafford 028B,8a,Affluent communities,E02001286,Trafford 028,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116218 +116218,E00031095,6a1,Indian Tech Achievers,E01006135,Trafford 028B,8a,Affluent communities,E02001286,Trafford 028,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116219 +116219,E00031097,6a1,Indian Tech Achievers,E01006134,Trafford 028A,8a,Affluent communities,E02001286,Trafford 028,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116220 +116220,E00031099,6a1,Indian Tech Achievers,E01006134,Trafford 028A,8a,Affluent communities,E02001286,Trafford 028,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116221 +116221,E00031101,6a1,Indian Tech Achievers,E01006136,Trafford 028C,8a,Affluent communities,E02001286,Trafford 028,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116222 +116222,E00031103,6a1,Indian Tech Achievers,E01006134,Trafford 028A,8a,Affluent communities,E02001286,Trafford 028,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116223 +116223,E00031104,6a1,Indian Tech Achievers,E01006136,Trafford 028C,8a,Affluent communities,E02001286,Trafford 028,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116224 +116224,E00031142,6a1,Indian Tech Achievers,E01006152,Trafford 016C,8a,Affluent communities,E02001274,Trafford 016,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116225 +116225,E00031143,6a1,Indian Tech Achievers,E01006152,Trafford 016C,8a,Affluent communities,E02001274,Trafford 016,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116226 +116226,E00031145,6a1,Indian Tech Achievers,E01006151,Trafford 016B,8a,Affluent communities,E02001274,Trafford 016,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116227 +116227,E00031147,6a1,Indian Tech Achievers,E01006153,Trafford 016D,8a,Affluent communities,E02001274,Trafford 016,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116228 +116228,E00031148,6a1,Indian Tech Achievers,E01006151,Trafford 016B,8a,Affluent communities,E02001274,Trafford 016,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116229 +116229,E00031150,6a1,Indian Tech Achievers,E01006153,Trafford 016D,8a,Affluent communities,E02001274,Trafford 016,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116230 +116230,E00031171,6a1,Indian Tech Achievers,E01006151,Trafford 016B,8a,Affluent communities,E02001274,Trafford 016,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116231 +116231,E00031173,6a1,Indian Tech Achievers,E01006152,Trafford 016C,8a,Affluent communities,E02001274,Trafford 016,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116232 +116232,E00031176,6a1,Indian Tech Achievers,E01006152,Trafford 016C,8a,Affluent communities,E02001274,Trafford 016,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116233 +116233,E00031177,6a1,Indian Tech Achievers,E01006153,Trafford 016D,8a,Affluent communities,E02001274,Trafford 016,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116234 +116234,E00031274,6a1,Indian Tech Achievers,E01006172,Trafford 016E,8a,Affluent communities,E02001274,Trafford 016,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116235 +116235,E00031453,6a1,Indian Tech Achievers,E01006204,Trafford 022A,3b,Asian traits,E02001280,Trafford 022,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116236 +116236,E00031458,6a1,Indian Tech Achievers,E01006205,Trafford 023D,8a,Affluent communities,E02001281,Trafford 023,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116237 +116237,E00031477,6a1,Indian Tech Achievers,E01006209,Trafford 023E,8a,Affluent communities,E02001281,Trafford 023,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116238 +116238,E00168593,6a1,Indian Tech Achievers,E01006079,Trafford 025D,3a,Achieving neighbourhoods,E02001283,Trafford 025,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116239 +116239,E00168594,6a1,Indian Tech Achievers,E01006206,Trafford 022B,3d,Households in terraces and flats,E02001280,Trafford 022,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116240 +116240,E00031062,8a2,Industrious Hardship,E01006130,Trafford 007D,5c,Comfortable neighbourhoods,E02001265,Trafford 007,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116241 +116241,E00031443,8a2,Industrious Hardship,E01006199,Trafford 009B,4c,Hampered neighbourhoods,E02001267,Trafford 009,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116242 +116242,E00030809,8a1,Industrious Transitions,E01006074,Trafford 025A,5a,Ageing urban communities,E02001283,Trafford 025,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116243 +116243,E00030823,8a1,Industrious Transitions,E01006086,Trafford 027E,3c,Highly qualified professionals,E02001285,Trafford 027,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116244 +116244,E00030858,8a1,Industrious Transitions,E01006090,Trafford 020A,3a,Achieving neighbourhoods,E02001278,Trafford 020,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116245 +116245,E00030897,8a1,Industrious Transitions,E01006099,Trafford 014B,3a,Achieving neighbourhoods,E02001272,Trafford 014,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116246 +116246,E00030932,8a1,Industrious Transitions,E01006106,Trafford 017C,4a,Challenged white communities,E02001275,Trafford 017,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116247 +116247,E00030971,4c1,Achieving Minorities,E01006113,Trafford 004A,7b,Young ethnic communities,E02001262,Trafford 004,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116248 +116248,E00030972,4c1,Achieving Minorities,E01006113,Trafford 004A,7b,Young ethnic communities,E02001262,Trafford 004,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116249 +116249,E00030975,4c1,Achieving Minorities,E01006110,Trafford 001B,7b,Young ethnic communities,E02001259,Trafford 001,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116250 +116250,E00031106,4c1,Achieving Minorities,E01006142,Trafford 011A,3d,Households in terraces and flats,E02001269,Trafford 011,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116251 +116251,E00031116,4c1,Achieving Minorities,E01006146,Trafford 004E,7a,Urban cultural mix,E02001262,Trafford 004,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116252 +116252,E00031117,4c1,Achieving Minorities,E01006141,Trafford 003A,7a,Urban cultural mix,E02001261,Trafford 003,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116253 +116253,E00031118,4c1,Achieving Minorities,E01006145,Trafford 004D,7a,Urban cultural mix,E02001262,Trafford 004,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116254 +116254,E00031119,4c1,Achieving Minorities,E01006141,Trafford 003A,7a,Urban cultural mix,E02001261,Trafford 003,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116255 +116255,E00031120,4c1,Achieving Minorities,E01006146,Trafford 004E,7a,Urban cultural mix,E02001262,Trafford 004,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116256 +116256,E00031121,4c1,Achieving Minorities,E01006146,Trafford 004E,7a,Urban cultural mix,E02001262,Trafford 004,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116257 +116257,E00031122,4c1,Achieving Minorities,E01006141,Trafford 003A,7a,Urban cultural mix,E02001261,Trafford 003,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116258 +116258,E00030797,5a3,Families in Terraces and Flats,E01006078,Trafford 024A,3d,Households in terraces and flats,E02001282,Trafford 024,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116259 +116259,E00031125,4c1,Achieving Minorities,E01006146,Trafford 004E,7a,Urban cultural mix,E02001262,Trafford 004,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116260 +116260,E00031179,4c1,Achieving Minorities,E01006157,Trafford 006B,3b,Asian traits,E02001264,Trafford 006,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116261 +116261,E00030802,5a3,Families in Terraces and Flats,E01006080,Trafford 024B,3a,Achieving neighbourhoods,E02001282,Trafford 024,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116262 +116262,E00031188,4c1,Achieving Minorities,E01006157,Trafford 006B,3b,Asian traits,E02001264,Trafford 006,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116263 +116263,E00030805,5a3,Families in Terraces and Flats,E01006080,Trafford 024B,3a,Achieving neighbourhoods,E02001282,Trafford 024,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116264 +116264,E00031194,4c1,Achieving Minorities,E01006157,Trafford 006B,3b,Asian traits,E02001264,Trafford 006,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116265 +116265,E00030814,5a3,Families in Terraces and Flats,E01006086,Trafford 027E,3c,Highly qualified professionals,E02001285,Trafford 027,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116266 +116266,E00031319,4c1,Achieving Minorities,E01006181,Trafford 011E,7a,Urban cultural mix,E02001269,Trafford 011,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116267 +116267,E00030820,5a3,Families in Terraces and Flats,E01006085,Trafford 027D,3c,Highly qualified professionals,E02001285,Trafford 027,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116268 +116268,E00030825,5a3,Families in Terraces and Flats,E01006088,Trafford 026C,3a,Achieving neighbourhoods,E02001284,Trafford 026,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116269 +116269,E00030826,5a3,Families in Terraces and Flats,E01006082,Trafford 027C,3a,Achieving neighbourhoods,E02001285,Trafford 027,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116270 +116270,E00030853,5a3,Families in Terraces and Flats,E01006089,Trafford 024C,3d,Households in terraces and flats,E02001282,Trafford 024,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116271 +116271,E00031078,5a3,Families in Terraces and Flats,E01006139,Trafford 026D,3a,Achieving neighbourhoods,E02001284,Trafford 026,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116272 +116272,E00031081,5a3,Families in Terraces and Flats,E01006139,Trafford 026D,3a,Achieving neighbourhoods,E02001284,Trafford 026,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116273 +116273,E00031107,5a3,Families in Terraces and Flats,E01006143,Trafford 011B,3b,Asian traits,E02001269,Trafford 011,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116274 +116274,E00031141,5a3,Families in Terraces and Flats,E01006150,Trafford 012C,3c,Highly qualified professionals,E02001270,Trafford 012,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116275 +116275,E00031160,5a3,Families in Terraces and Flats,E01006149,Trafford 012B,3a,Achieving neighbourhoods,E02001270,Trafford 012,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116276 +116276,E00031203,5a3,Families in Terraces and Flats,E01006155,Trafford 006A,3a,Achieving neighbourhoods,E02001264,Trafford 006,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116277 +116277,E00031214,5a3,Families in Terraces and Flats,E01006160,Trafford 015B,3d,Households in terraces and flats,E02001273,Trafford 015,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116278 +116278,E00031216,5a3,Families in Terraces and Flats,E01006163,Trafford 015E,3a,Achieving neighbourhoods,E02001273,Trafford 015,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116279 +116279,E00031218,5a3,Families in Terraces and Flats,E01006163,Trafford 015E,3a,Achieving neighbourhoods,E02001273,Trafford 015,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116280 +116280,E00031221,5a3,Families in Terraces and Flats,E01006162,Trafford 015D,3a,Achieving neighbourhoods,E02001273,Trafford 015,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116281 +116281,E00031222,5a3,Families in Terraces and Flats,E01006163,Trafford 015E,3a,Achieving neighbourhoods,E02001273,Trafford 015,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116282 +116282,E00031224,5a3,Families in Terraces and Flats,E01006163,Trafford 015E,3a,Achieving neighbourhoods,E02001273,Trafford 015,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116283 +116283,E00031226,5a3,Families in Terraces and Flats,E01006162,Trafford 015D,3a,Achieving neighbourhoods,E02001273,Trafford 015,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116284 +116284,E00031230,5a3,Families in Terraces and Flats,E01006165,Trafford 012E,3d,Households in terraces and flats,E02001270,Trafford 012,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116285 +116285,E00030919,8c1,Ageing Industrious Workers,E01006107,Trafford 017D,4a,Challenged white communities,E02001275,Trafford 017,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116286 +116286,E00030943,8d2,Hard-Pressed Ethnic Mix,E01006105,Trafford 017B,4c,Hampered neighbourhoods,E02001275,Trafford 017,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116287 +116287,E00031232,5a3,Families in Terraces and Flats,E01006165,Trafford 012E,3d,Households in terraces and flats,E02001270,Trafford 012,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116288 +116288,E00031245,5a3,Families in Terraces and Flats,E01006169,Trafford 013B,8c,Comfortable suburbia,E02001271,Trafford 013,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116289 +116289,E00031303,5a3,Families in Terraces and Flats,E01006174,Trafford 014D,3a,Achieving neighbourhoods,E02001272,Trafford 014,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116290 +116290,E00031304,5a3,Families in Terraces and Flats,E01006178,Trafford 014E,3a,Achieving neighbourhoods,E02001272,Trafford 014,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116291 +116291,E00031338,5a3,Families in Terraces and Flats,E01006180,Trafford 011D,3d,Households in terraces and flats,E02001269,Trafford 011,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116292 +116292,E00031377,5a3,Families in Terraces and Flats,E01006187,Trafford 003C,7a,Urban cultural mix,E02001261,Trafford 003,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116293 +116293,E00031382,5a3,Families in Terraces and Flats,E01006194,Trafford 024E,3d,Households in terraces and flats,E02001282,Trafford 024,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116294 +116294,E00031383,5a3,Families in Terraces and Flats,E01006194,Trafford 024E,3d,Households in terraces and flats,E02001282,Trafford 024,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116295 +116295,E00031412,5a3,Families in Terraces and Flats,E01006194,Trafford 024E,3d,Households in terraces and flats,E02001282,Trafford 024,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116296 +116296,E00031424,5a3,Families in Terraces and Flats,E01006199,Trafford 009B,4c,Hampered neighbourhoods,E02001267,Trafford 009,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116297 +116297,E00031425,5a3,Families in Terraces and Flats,E01006199,Trafford 009B,4c,Hampered neighbourhoods,E02001267,Trafford 009,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116298 +116298,E00031429,5a3,Families in Terraces and Flats,E01006202,Trafford 009E,3d,Households in terraces and flats,E02001267,Trafford 009,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116299 +116299,E00031440,5a3,Families in Terraces and Flats,E01006201,Trafford 009D,3d,Households in terraces and flats,E02001267,Trafford 009,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116300 +116300,E00031441,5a3,Families in Terraces and Flats,E01006198,Trafford 009A,3c,Highly qualified professionals,E02001267,Trafford 009,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116301 +116301,E00031444,5a3,Families in Terraces and Flats,E01006201,Trafford 009D,3d,Households in terraces and flats,E02001267,Trafford 009,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116302 +116302,E00031446,5a3,Families in Terraces and Flats,E01006199,Trafford 009B,4c,Hampered neighbourhoods,E02001267,Trafford 009,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116303 +116303,E00168602,5a3,Families in Terraces and Flats,E01006161,Trafford 015C,3c,Highly qualified professionals,E02001273,Trafford 015,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116304 +116304,E00031323,4c1,Achieving Minorities,E01006181,Trafford 011E,7a,Urban cultural mix,E02001269,Trafford 011,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116305 +116305,E00030934,8c1,Ageing Industrious Workers,E01006104,Trafford 017A,5d,Endeavouring social renters,E02001275,Trafford 017,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116306 +116306,E00031327,4c1,Achieving Minorities,E01006183,Trafford 006E,3b,Asian traits,E02001264,Trafford 006,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116307 +116307,E00030945,8d2,Hard-Pressed Ethnic Mix,E01006105,Trafford 017B,4c,Hampered neighbourhoods,E02001275,Trafford 017,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116308 +116308,E00030985,8d2,Hard-Pressed Ethnic Mix,E01006121,Trafford 002E,5b,Aspiring urban households,E02001260,Trafford 002,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116309 +116309,E00031011,8d2,Hard-Pressed Ethnic Mix,E01006126,Trafford 007B,4a,Challenged white communities,E02001265,Trafford 007,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116310 +116310,E00031016,8d2,Hard-Pressed Ethnic Mix,E01006126,Trafford 007B,4a,Challenged white communities,E02001265,Trafford 007,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116311 +116311,E00031021,8d2,Hard-Pressed Ethnic Mix,E01006125,Trafford 007A,5c,Comfortable neighbourhoods,E02001265,Trafford 007,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116312 +116312,E00031111,8d2,Hard-Pressed Ethnic Mix,E01006141,Trafford 003A,7a,Urban cultural mix,E02001261,Trafford 003,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116313 +116313,E00031192,8d2,Hard-Pressed Ethnic Mix,E01006156,Trafford 008A,3d,Households in terraces and flats,E02001266,Trafford 008,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116314 +116314,E00031197,8d2,Hard-Pressed Ethnic Mix,E01006159,Trafford 006C,4c,Hampered neighbourhoods,E02001264,Trafford 006,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116315 +116315,E00031335,4c1,Achieving Minorities,E01006183,Trafford 006E,3b,Asian traits,E02001264,Trafford 006,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116316 +116316,E00031246,8d2,Hard-Pressed Ethnic Mix,E01006170,Trafford 013C,5c,Comfortable neighbourhoods,E02001271,Trafford 013,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116317 +116317,E00031023,8c1,Ageing Industrious Workers,E01006126,Trafford 007B,4a,Challenged white communities,E02001265,Trafford 007,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116318 +116318,E00031357,4c1,Achieving Minorities,E01006189,Trafford 003D,7a,Urban cultural mix,E02001261,Trafford 003,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116319 +116319,E00031044,8c1,Ageing Industrious Workers,E01006129,Trafford 010B,5c,Comfortable neighbourhoods,E02001268,Trafford 010,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116320 +116320,E00031263,8d2,Hard-Pressed Ethnic Mix,E01006171,Trafford 013D,4c,Hampered neighbourhoods,E02001271,Trafford 013,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116321 +116321,E00031084,7d1,Ageing Communities and Families,E01006138,Trafford 028E,3b,Asian traits,E02001286,Trafford 028,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116322 +116322,E00031087,8c1,Ageing Industrious Workers,E01006138,Trafford 028E,3b,Asian traits,E02001286,Trafford 028,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116323 +116323,E00031266,8d2,Hard-Pressed Ethnic Mix,E01006171,Trafford 013D,4c,Hampered neighbourhoods,E02001271,Trafford 013,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116324 +116324,E00031108,7d1,Ageing Communities and Families,E01006142,Trafford 011A,3d,Households in terraces and flats,E02001269,Trafford 011,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116325 +116325,E00031447,8c1,Ageing Industrious Workers,E01006198,Trafford 009A,3c,Highly qualified professionals,E02001267,Trafford 009,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116326 +116326,E00031454,8c1,Ageing Industrious Workers,E01006206,Trafford 022B,3d,Households in terraces and flats,E02001280,Trafford 022,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116327 +116327,E00030946,4b1,Asian Terraces and Flats,E01006111,Trafford 001C,7b,Young ethnic communities,E02001259,Trafford 001,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116328 +116328,E00030954,4b1,Asian Terraces and Flats,E01006112,Trafford 001D,7b,Young ethnic communities,E02001259,Trafford 001,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116329 +116329,E00030955,4b1,Asian Terraces and Flats,E01006111,Trafford 001C,7b,Young ethnic communities,E02001259,Trafford 001,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116330 +116330,E00030958,4b1,Asian Terraces and Flats,E01006111,Trafford 001C,7b,Young ethnic communities,E02001259,Trafford 001,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116331 +116331,E00030961,4b1,Asian Terraces and Flats,E01006109,Trafford 001A,7a,Urban cultural mix,E02001259,Trafford 001,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116332 +116332,E00030962,4b1,Asian Terraces and Flats,E01006112,Trafford 001D,7b,Young ethnic communities,E02001259,Trafford 001,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116333 +116333,E00030963,4b1,Asian Terraces and Flats,E01006109,Trafford 001A,7a,Urban cultural mix,E02001259,Trafford 001,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116334 +116334,E00030964,4b1,Asian Terraces and Flats,E01006110,Trafford 001B,7b,Young ethnic communities,E02001259,Trafford 001,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116335 +116335,E00030965,4b1,Asian Terraces and Flats,E01006111,Trafford 001C,7b,Young ethnic communities,E02001259,Trafford 001,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116336 +116336,E00030966,4b1,Asian Terraces and Flats,E01006112,Trafford 001D,7b,Young ethnic communities,E02001259,Trafford 001,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116337 +116337,E00030967,4b1,Asian Terraces and Flats,E01006112,Trafford 001D,7b,Young ethnic communities,E02001259,Trafford 001,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116338 +116338,E00030968,4b1,Asian Terraces and Flats,E01006110,Trafford 001B,7b,Young ethnic communities,E02001259,Trafford 001,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116339 +116339,E00030969,4b1,Asian Terraces and Flats,E01006110,Trafford 001B,7b,Young ethnic communities,E02001259,Trafford 001,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116340 +116340,E00030974,4b1,Asian Terraces and Flats,E01006114,Trafford 004B,7b,Young ethnic communities,E02001262,Trafford 004,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116341 +116341,E00031137,4b1,Asian Terraces and Flats,E01006145,Trafford 004D,7a,Urban cultural mix,E02001262,Trafford 004,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116342 +116342,E00031349,4b1,Asian Terraces and Flats,E01006188,Trafford 001F,7b,Young ethnic communities,E02001259,Trafford 001,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116343 +116343,E00031365,4b1,Asian Terraces and Flats,E01006185,Trafford 001E,7a,Urban cultural mix,E02001259,Trafford 001,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116344 +116344,E00031370,4b1,Asian Terraces and Flats,E01006188,Trafford 001F,7b,Young ethnic communities,E02001259,Trafford 001,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116345 +116345,E00031372,4b1,Asian Terraces and Flats,E01006185,Trafford 001E,7a,Urban cultural mix,E02001259,Trafford 001,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116346 +116346,E00031375,4b1,Asian Terraces and Flats,E01006188,Trafford 001F,7b,Young ethnic communities,E02001259,Trafford 001,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116347 +116347,E00031271,7c1,Challenged Transitionaries,E01006166,Trafford 013A,3d,Households in terraces and flats,E02001271,Trafford 013,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116348 +116348,E00031427,7c1,Challenged Transitionaries,E01006201,Trafford 009D,3d,Households in terraces and flats,E02001267,Trafford 009,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116349 +116349,E00031459,7c1,Challenged Transitionaries,E01006207,Trafford 022C,4c,Hampered neighbourhoods,E02001280,Trafford 022,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116350 +116350,E00030813,6a2,Comfortable Suburbia,E01006081,Trafford 027B,8a,Affluent communities,E02001285,Trafford 027,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116351 +116351,E00030822,6a2,Comfortable Suburbia,E01006081,Trafford 027B,8a,Affluent communities,E02001285,Trafford 027,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116352 +116352,E00030900,6a2,Comfortable Suburbia,E01006098,Trafford 014A,8a,Affluent communities,E02001272,Trafford 014,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116353 +116353,E00031092,6a2,Comfortable Suburbia,E01006135,Trafford 028B,8a,Affluent communities,E02001286,Trafford 028,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116354 +116354,E00031452,6a2,Comfortable Suburbia,E01006204,Trafford 022A,3b,Asian traits,E02001280,Trafford 022,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116355 +116355,E00031469,6a2,Comfortable Suburbia,E01006208,Trafford 022D,3d,Households in terraces and flats,E02001280,Trafford 022,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116356 +116356,E00030773,5b2,Communal Retirement,E01006076,Trafford 025C,3c,Highly qualified professionals,E02001283,Trafford 025,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116357 +116357,E00030780,5b2,Communal Retirement,E01006074,Trafford 025A,5a,Ageing urban communities,E02001283,Trafford 025,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116358 +116358,E00030783,5b2,Communal Retirement,E01006076,Trafford 025C,3c,Highly qualified professionals,E02001283,Trafford 025,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116359 +116359,E00030787,5b2,Communal Retirement,E01006076,Trafford 025C,3c,Highly qualified professionals,E02001283,Trafford 025,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116360 +116360,E00030798,5b2,Communal Retirement,E01006080,Trafford 024B,3a,Achieving neighbourhoods,E02001282,Trafford 024,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116361 +116361,E00031207,7d1,Ageing Communities and Families,E01006160,Trafford 015B,3d,Households in terraces and flats,E02001273,Trafford 015,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116362 +116362,E00031215,7d1,Ageing Communities and Families,E01006160,Trafford 015B,3d,Households in terraces and flats,E02001273,Trafford 015,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116363 +116363,E00031256,7d1,Ageing Communities and Families,E01006170,Trafford 013C,5c,Comfortable neighbourhoods,E02001271,Trafford 013,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116364 +116364,E00031423,7d1,Ageing Communities and Families,E01006200,Trafford 009C,5a,Ageing urban communities,E02001267,Trafford 009,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116365 +116365,E00031436,7d1,Ageing Communities and Families,E01006200,Trafford 009C,5a,Ageing urban communities,E02001267,Trafford 009,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116366 +116366,E00031487,7d1,Ageing Communities and Families,E01006211,Trafford 022E,5c,Comfortable neighbourhoods,E02001280,Trafford 022,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116367 +116367,E00030804,6a4,Ageing in Suburbia,E01006075,Trafford 025B,3c,Highly qualified professionals,E02001283,Trafford 025,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116368 +116368,E00030827,6a4,Ageing in Suburbia,E01006081,Trafford 027B,8a,Affluent communities,E02001285,Trafford 027,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116369 +116369,E00030834,6a4,Ageing in Suburbia,E01006083,Trafford 026A,8a,Affluent communities,E02001284,Trafford 026,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116370 +116370,E00030843,6a4,Ageing in Suburbia,E01006085,Trafford 027D,3c,Highly qualified professionals,E02001285,Trafford 027,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116371 +116371,E00030844,6a4,Ageing in Suburbia,E01006084,Trafford 026B,8a,Affluent communities,E02001284,Trafford 026,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116372 +116372,E00030902,6a4,Ageing in Suburbia,E01006098,Trafford 014A,8a,Affluent communities,E02001272,Trafford 014,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116373 +116373,E00031015,6a4,Ageing in Suburbia,E01006123,Trafford 005B,8c,Comfortable suburbia,E02001263,Trafford 005,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116374 +116374,E00031086,6a4,Ageing in Suburbia,E01006139,Trafford 026D,3a,Achieving neighbourhoods,E02001284,Trafford 026,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116375 +116375,E00031269,8d2,Hard-Pressed Ethnic Mix,E01006171,Trafford 013D,4c,Hampered neighbourhoods,E02001271,Trafford 013,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116376 +116376,E00031283,8d2,Hard-Pressed Ethnic Mix,E01006177,Trafford 018E,4c,Hampered neighbourhoods,E02001276,Trafford 018,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116377 +116377,E00031289,8d2,Hard-Pressed Ethnic Mix,E01006177,Trafford 018E,4c,Hampered neighbourhoods,E02001276,Trafford 018,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116378 +116378,E00031290,8d2,Hard-Pressed Ethnic Mix,E01006177,Trafford 018E,4c,Hampered neighbourhoods,E02001276,Trafford 018,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116379 +116379,E00031311,8d2,Hard-Pressed Ethnic Mix,E01006175,Trafford 018C,4c,Hampered neighbourhoods,E02001276,Trafford 018,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116380 +116380,E00031313,8d2,Hard-Pressed Ethnic Mix,E01006175,Trafford 018C,4c,Hampered neighbourhoods,E02001276,Trafford 018,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116381 +116381,E00031314,8d2,Hard-Pressed Ethnic Mix,E01006176,Trafford 018D,3a,Achieving neighbourhoods,E02001276,Trafford 018,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116382 +116382,E00031348,8d2,Hard-Pressed Ethnic Mix,E01006179,Trafford 008C,3d,Households in terraces and flats,E02001266,Trafford 008,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116383 +116383,E00031422,8d2,Hard-Pressed Ethnic Mix,E01006199,Trafford 009B,4c,Hampered neighbourhoods,E02001267,Trafford 009,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116384 +116384,E00031457,8d2,Hard-Pressed Ethnic Mix,E01006207,Trafford 022C,4c,Hampered neighbourhoods,E02001280,Trafford 022,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116385 +116385,E00031463,8d2,Hard-Pressed Ethnic Mix,E01006206,Trafford 022B,3d,Households in terraces and flats,E02001280,Trafford 022,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116386 +116386,E00031465,8d2,Hard-Pressed Ethnic Mix,E01006208,Trafford 022D,3d,Households in terraces and flats,E02001280,Trafford 022,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116387 +116387,E00031471,8d2,Hard-Pressed Ethnic Mix,E01006208,Trafford 022D,3d,Households in terraces and flats,E02001280,Trafford 022,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116388 +116388,E00168588,8d2,Hard-Pressed Ethnic Mix,E01006091,Trafford 019A,3a,Achieving neighbourhoods,E02001277,Trafford 019,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116389 +116389,E00030851,8d3,Hard-Pressed European Settlers,E01006091,Trafford 019A,3a,Achieving neighbourhoods,E02001277,Trafford 019,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116390 +116390,E00030856,8d3,Hard-Pressed European Settlers,E01006092,Trafford 019B,4c,Hampered neighbourhoods,E02001277,Trafford 019,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116391 +116391,E00031024,8b2,Hard-Pressed Rented Terraces,E01006126,Trafford 007B,4a,Challenged white communities,E02001265,Trafford 007,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116392 +116392,E00031288,8b2,Hard-Pressed Rented Terraces,E01006175,Trafford 018C,4c,Hampered neighbourhoods,E02001276,Trafford 018,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116393 +116393,E00030771,6a1,Indian Tech Achievers,E01006079,Trafford 025D,3a,Achieving neighbourhoods,E02001283,Trafford 025,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116394 +116394,E00030799,6a1,Indian Tech Achievers,E01006079,Trafford 025D,3a,Achieving neighbourhoods,E02001283,Trafford 025,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116395 +116395,E00030837,6a1,Indian Tech Achievers,E01006083,Trafford 026A,8a,Affluent communities,E02001284,Trafford 026,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116396 +116396,E00030841,6a1,Indian Tech Achievers,E01006087,Trafford 025E,2b,Prospering countryside life,E02001283,Trafford 025,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116397 +116397,E00030845,6a1,Indian Tech Achievers,E01006081,Trafford 027B,8a,Affluent communities,E02001285,Trafford 027,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116398 +116398,E00030864,6a1,Indian Tech Achievers,E01006094,Trafford 020B,8a,Affluent communities,E02001278,Trafford 020,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116399 +116399,E00030866,6a1,Indian Tech Achievers,E01006094,Trafford 020B,8a,Affluent communities,E02001278,Trafford 020,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116400 +116400,E00031070,6b4,Older Workers and Retirement,E01006129,Trafford 010B,5c,Comfortable neighbourhoods,E02001268,Trafford 010,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116401 +116401,E00031199,7a3,Multi-Ethnic Hardship,E01006156,Trafford 008A,3d,Households in terraces and flats,E02001266,Trafford 008,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116402 +116402,E00030806,7d3,Retired Communal City Dwellers,E01006074,Trafford 025A,5a,Ageing urban communities,E02001283,Trafford 025,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116403 +116403,E00030935,8a1,Industrious Transitions,E01006104,Trafford 017A,5d,Endeavouring social renters,E02001275,Trafford 017,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116404 +116404,E00030854,5a1,White Professionals,E01006093,Trafford 023A,8c,Comfortable suburbia,E02001281,Trafford 023,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116405 +116405,E00031253,6b4,Older Workers and Retirement,E01006170,Trafford 013C,5c,Comfortable neighbourhoods,E02001271,Trafford 013,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116406 +116406,E00031255,6b4,Older Workers and Retirement,E01006170,Trafford 013C,5c,Comfortable neighbourhoods,E02001271,Trafford 013,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116407 +116407,E00031316,6b4,Older Workers and Retirement,E01006184,Trafford 008D,3d,Households in terraces and flats,E02001266,Trafford 008,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116408 +116408,E00031407,6b4,Older Workers and Retirement,E01006193,Trafford 024D,3a,Achieving neighbourhoods,E02001282,Trafford 024,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116409 +116409,E00031409,6b4,Older Workers and Retirement,E01006191,Trafford 023B,8a,Affluent communities,E02001281,Trafford 023,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116410 +116410,E00031410,6b4,Older Workers and Retirement,E01006192,Trafford 023C,8c,Comfortable suburbia,E02001281,Trafford 023,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116411 +116411,E00031435,6b4,Older Workers and Retirement,E01006203,Trafford 010E,8b,Ageing suburbanites,E02001268,Trafford 010,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116412 +116412,E00031437,6b4,Older Workers and Retirement,E01006203,Trafford 010E,8b,Ageing suburbanites,E02001268,Trafford 010,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116413 +116413,E00168587,6b4,Older Workers and Retirement,E01006090,Trafford 020A,3a,Achieving neighbourhoods,E02001278,Trafford 020,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116414 +116414,E00030929,7c3,Outer City Hardship,E01006107,Trafford 017D,4a,Challenged white communities,E02001275,Trafford 017,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116415 +116415,E00030989,7c3,Outer City Hardship,E01006118,Trafford 002C,5c,Comfortable neighbourhoods,E02001260,Trafford 002,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116416 +116416,E00031069,7c3,Outer City Hardship,E01006129,Trafford 010B,5c,Comfortable neighbourhoods,E02001268,Trafford 010,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116417 +116417,E00030977,4b2,Pakistani Communities,E01006114,Trafford 004B,7b,Young ethnic communities,E02001262,Trafford 004,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116418 +116418,E00031110,4b2,Pakistani Communities,E01006145,Trafford 004D,7a,Urban cultural mix,E02001262,Trafford 004,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116419 +116419,E00030949,4a1,Private Renting Young Families,E01006114,Trafford 004B,7b,Young ethnic communities,E02001262,Trafford 004,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116420 +116420,E00031109,4a1,Private Renting Young Families,E01006144,Trafford 011C,4c,Hampered neighbourhoods,E02001269,Trafford 011,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116421 +116421,E00031112,4a1,Private Renting Young Families,E01006145,Trafford 004D,7a,Urban cultural mix,E02001262,Trafford 004,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116422 +116422,E00031113,4a1,Private Renting Young Families,E01006145,Trafford 004D,7a,Urban cultural mix,E02001262,Trafford 004,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116423 +116423,E00031114,4a1,Private Renting Young Families,E01006145,Trafford 004D,7a,Urban cultural mix,E02001262,Trafford 004,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116424 +116424,E00031115,4a1,Private Renting Young Families,E01006141,Trafford 003A,7a,Urban cultural mix,E02001261,Trafford 003,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116425 +116425,E00031123,4a1,Private Renting Young Families,E01006142,Trafford 011A,3d,Households in terraces and flats,E02001269,Trafford 011,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116426 +116426,E00031124,4a1,Private Renting Young Families,E01006146,Trafford 004E,7a,Urban cultural mix,E02001262,Trafford 004,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116427 +116427,E00031126,4a1,Private Renting Young Families,E01006142,Trafford 011A,3d,Households in terraces and flats,E02001269,Trafford 011,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116428 +116428,E00031132,4a1,Private Renting Young Families,E01006144,Trafford 011C,4c,Hampered neighbourhoods,E02001269,Trafford 011,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116429 +116429,E00031136,4a1,Private Renting Young Families,E01006144,Trafford 011C,4c,Hampered neighbourhoods,E02001269,Trafford 011,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116430 +116430,E00031187,4a1,Private Renting Young Families,E01006157,Trafford 006B,3b,Asian traits,E02001264,Trafford 006,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116431 +116431,E00031190,4a1,Private Renting Young Families,E01006159,Trafford 006C,4c,Hampered neighbourhoods,E02001264,Trafford 006,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116432 +116432,E00031191,4a1,Private Renting Young Families,E01006158,Trafford 008B,4c,Hampered neighbourhoods,E02001266,Trafford 008,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116433 +116433,E00031193,4a1,Private Renting Young Families,E01006158,Trafford 008B,4c,Hampered neighbourhoods,E02001266,Trafford 008,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116434 +116434,E00031195,4a1,Private Renting Young Families,E01006159,Trafford 006C,4c,Hampered neighbourhoods,E02001264,Trafford 006,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116435 +116435,E00031196,4a1,Private Renting Young Families,E01006156,Trafford 008A,3d,Households in terraces and flats,E02001266,Trafford 008,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116436 +116436,E00031242,4a1,Private Renting Young Families,E01006168,Trafford 019E,4c,Hampered neighbourhoods,E02001277,Trafford 019,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116437 +116437,E00031317,4a1,Private Renting Young Families,E01006184,Trafford 008D,3d,Households in terraces and flats,E02001266,Trafford 008,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116438 +116438,E00031320,4a1,Private Renting Young Families,E01006181,Trafford 011E,7a,Urban cultural mix,E02001269,Trafford 011,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116439 +116439,E00031333,4a1,Private Renting Young Families,E01006180,Trafford 011D,3d,Households in terraces and flats,E02001269,Trafford 011,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116440 +116440,E00031336,4a1,Private Renting Young Families,E01006183,Trafford 006E,3b,Asian traits,E02001264,Trafford 006,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116441 +116441,E00031339,4a1,Private Renting Young Families,E01006184,Trafford 008D,3d,Households in terraces and flats,E02001266,Trafford 008,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116442 +116442,E00031342,4a1,Private Renting Young Families,E01006184,Trafford 008D,3d,Households in terraces and flats,E02001266,Trafford 008,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116443 +116443,E00031360,4a1,Private Renting Young Families,E01006189,Trafford 003D,7a,Urban cultural mix,E02001261,Trafford 003,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116444 +116444,E00031361,4a1,Private Renting Young Families,E01006189,Trafford 003D,7a,Urban cultural mix,E02001261,Trafford 003,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116445 +116445,E00031373,4a1,Private Renting Young Families,E01006186,Trafford 003B,7a,Urban cultural mix,E02001261,Trafford 003,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116446 +116446,E00031464,4a1,Private Renting Young Families,E01006207,Trafford 022C,4c,Hampered neighbourhoods,E02001280,Trafford 022,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116447 +116447,E00168591,4a1,Private Renting Young Families,E01006194,Trafford 024E,3d,Households in terraces and flats,E02001282,Trafford 024,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116448 +116448,E00168584,2c3,Professional Service Cosmopolitans,E01006079,Trafford 025D,3a,Achieving neighbourhoods,E02001283,Trafford 025,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116449 +116449,E00030982,8c3,Renting Hard-Pressed Workers,E01006121,Trafford 002E,5b,Aspiring urban households,E02001260,Trafford 002,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116450 +116450,E00030986,8c3,Renting Hard-Pressed Workers,E01006118,Trafford 002C,5c,Comfortable neighbourhoods,E02001260,Trafford 002,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116451 +116451,E00031010,8c3,Renting Hard-Pressed Workers,E01006123,Trafford 005B,8c,Comfortable suburbia,E02001263,Trafford 005,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116452 +116452,E00031035,8c3,Renting Hard-Pressed Workers,E01006125,Trafford 007A,5c,Comfortable neighbourhoods,E02001265,Trafford 007,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116453 +116453,E00031485,8c3,Renting Hard-Pressed Workers,E01006211,Trafford 022E,5c,Comfortable neighbourhoods,E02001280,Trafford 022,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116454 +116454,E00031045,6b3,Semi-Detached Ageing,E01006132,Trafford 007E,5c,Comfortable neighbourhoods,E02001265,Trafford 007,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116455 +116455,E00031158,5a2,Multi-Ethnic Professionals with Families,E01006149,Trafford 012B,3a,Achieving neighbourhoods,E02001270,Trafford 012,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116456 +116456,E00030984,6b1,Multi-Ethnic Suburbia,E01006116,Trafford 002A,8c,Comfortable suburbia,E02001260,Trafford 002,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116457 +116457,E00030990,6b1,Multi-Ethnic Suburbia,E01006118,Trafford 002C,5c,Comfortable neighbourhoods,E02001260,Trafford 002,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116458 +116458,E00030991,6b1,Multi-Ethnic Suburbia,E01006119,Trafford 002D,8b,Ageing suburbanites,E02001260,Trafford 002,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116459 +116459,E00030992,6b1,Multi-Ethnic Suburbia,E01006117,Trafford 002B,8b,Ageing suburbanites,E02001260,Trafford 002,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116460 +116460,E00030994,6b1,Multi-Ethnic Suburbia,E01006117,Trafford 002B,8b,Ageing suburbanites,E02001260,Trafford 002,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116461 +116461,E00030995,6b1,Multi-Ethnic Suburbia,E01006117,Trafford 002B,8b,Ageing suburbanites,E02001260,Trafford 002,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116462 +116462,E00030997,6b1,Multi-Ethnic Suburbia,E01006119,Trafford 002D,8b,Ageing suburbanites,E02001260,Trafford 002,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116463 +116463,E00030999,6b1,Multi-Ethnic Suburbia,E01006119,Trafford 002D,8b,Ageing suburbanites,E02001260,Trafford 002,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116464 +116464,E00031079,6b1,Multi-Ethnic Suburbia,E01006138,Trafford 028E,3b,Asian traits,E02001286,Trafford 028,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116465 +116465,E00031089,6b1,Multi-Ethnic Suburbia,E01006140,Trafford 026E,3a,Achieving neighbourhoods,E02001284,Trafford 026,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116466 +116466,E00031100,6b1,Multi-Ethnic Suburbia,E01006134,Trafford 028A,8a,Affluent communities,E02001286,Trafford 028,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116467 +116467,E00031135,6b1,Multi-Ethnic Suburbia,E01006143,Trafford 011B,3b,Asian traits,E02001269,Trafford 011,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116468 +116468,E00031149,6b1,Multi-Ethnic Suburbia,E01006153,Trafford 016D,8a,Affluent communities,E02001274,Trafford 016,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116469 +116469,E00031161,6b1,Multi-Ethnic Suburbia,E01006147,Trafford 012A,8c,Comfortable suburbia,E02001270,Trafford 012,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116470 +116470,E00031170,6b1,Multi-Ethnic Suburbia,E01006152,Trafford 016C,8a,Affluent communities,E02001274,Trafford 016,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116471 +116471,E00031180,6b1,Multi-Ethnic Suburbia,E01006156,Trafford 008A,3d,Households in terraces and flats,E02001266,Trafford 008,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116472 +116472,E00031183,6b1,Multi-Ethnic Suburbia,E01006157,Trafford 006B,3b,Asian traits,E02001264,Trafford 006,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116473 +116473,E00031185,6b1,Multi-Ethnic Suburbia,E01006158,Trafford 008B,4c,Hampered neighbourhoods,E02001266,Trafford 008,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116474 +116474,E00031201,6b1,Multi-Ethnic Suburbia,E01006155,Trafford 006A,3a,Achieving neighbourhoods,E02001264,Trafford 006,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116475 +116475,E00031260,6b1,Multi-Ethnic Suburbia,E01006169,Trafford 013B,8c,Comfortable suburbia,E02001271,Trafford 013,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116476 +116476,E00031286,6b1,Multi-Ethnic Suburbia,E01006173,Trafford 018B,8c,Comfortable suburbia,E02001276,Trafford 018,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116477 +116477,E00031287,6b1,Multi-Ethnic Suburbia,E01006176,Trafford 018D,3a,Achieving neighbourhoods,E02001276,Trafford 018,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116478 +116478,E00031292,6b1,Multi-Ethnic Suburbia,E01006178,Trafford 014E,3a,Achieving neighbourhoods,E02001272,Trafford 014,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116479 +116479,E00031307,6b1,Multi-Ethnic Suburbia,E01006173,Trafford 018B,8c,Comfortable suburbia,E02001276,Trafford 018,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116480 +116480,E00031322,6b1,Multi-Ethnic Suburbia,E01006182,Trafford 006D,8c,Comfortable suburbia,E02001264,Trafford 006,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116481 +116481,E00031324,6b1,Multi-Ethnic Suburbia,E01006182,Trafford 006D,8c,Comfortable suburbia,E02001264,Trafford 006,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116482 +116482,E00031325,6b1,Multi-Ethnic Suburbia,E01006182,Trafford 006D,8c,Comfortable suburbia,E02001264,Trafford 006,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116483 +116483,E00031233,7a3,Multi-Ethnic Hardship,E01006165,Trafford 012E,3d,Households in terraces and flats,E02001270,Trafford 012,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116484 +116484,E00031330,6b1,Multi-Ethnic Suburbia,E01006182,Trafford 006D,8c,Comfortable suburbia,E02001264,Trafford 006,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116485 +116485,E00031331,6b1,Multi-Ethnic Suburbia,E01006183,Trafford 006E,3b,Asian traits,E02001264,Trafford 006,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116486 +116486,E00031332,6b1,Multi-Ethnic Suburbia,E01006182,Trafford 006D,8c,Comfortable suburbia,E02001264,Trafford 006,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116487 +116487,E00031334,6b1,Multi-Ethnic Suburbia,E01006183,Trafford 006E,3b,Asian traits,E02001264,Trafford 006,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116488 +116488,E00031385,6b1,Multi-Ethnic Suburbia,E01006195,Trafford 021C,8c,Comfortable suburbia,E02001279,Trafford 021,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116489 +116489,E00031388,6b1,Multi-Ethnic Suburbia,E01006195,Trafford 021C,8c,Comfortable suburbia,E02001279,Trafford 021,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116490 +116490,E00031390,6b1,Multi-Ethnic Suburbia,E01006195,Trafford 021C,8c,Comfortable suburbia,E02001279,Trafford 021,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116491 +116491,E00031391,6b1,Multi-Ethnic Suburbia,E01006196,Trafford 021D,8c,Comfortable suburbia,E02001279,Trafford 021,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116492 +116492,E00031405,6b1,Multi-Ethnic Suburbia,E01006191,Trafford 023B,8a,Affluent communities,E02001281,Trafford 023,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116493 +116493,E00031408,6b1,Multi-Ethnic Suburbia,E01006193,Trafford 024D,3a,Achieving neighbourhoods,E02001282,Trafford 024,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116494 +116494,E00031419,6b1,Multi-Ethnic Suburbia,E01006197,Trafford 010D,3a,Achieving neighbourhoods,E02001268,Trafford 010,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116495 +116495,E00031462,6b1,Multi-Ethnic Suburbia,E01006205,Trafford 023D,8a,Affluent communities,E02001281,Trafford 023,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116496 +116496,E00031475,6b1,Multi-Ethnic Suburbia,E01006209,Trafford 023E,8a,Affluent communities,E02001281,Trafford 023,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116497 +116497,E00031480,6b1,Multi-Ethnic Suburbia,E01006210,Trafford 021E,3b,Asian traits,E02001279,Trafford 021,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116498 +116498,E00031481,6b1,Multi-Ethnic Suburbia,E01006210,Trafford 021E,3b,Asian traits,E02001279,Trafford 021,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116499 +116499,E00030882,6b4,Older Workers and Retirement,E01006090,Trafford 020A,3a,Achieving neighbourhoods,E02001278,Trafford 020,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116500 +116500,E00030993,6b4,Older Workers and Retirement,E01006116,Trafford 002A,8c,Comfortable suburbia,E02001260,Trafford 002,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116501 +116501,E00030996,6b4,Older Workers and Retirement,E01006119,Trafford 002D,8b,Ageing suburbanites,E02001260,Trafford 002,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116502 +116502,E00031014,6b4,Older Workers and Retirement,E01006123,Trafford 005B,8c,Comfortable suburbia,E02001263,Trafford 005,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116503 +116503,E00031018,6b4,Older Workers and Retirement,E01006125,Trafford 007A,5c,Comfortable neighbourhoods,E02001265,Trafford 007,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116504 +116504,E00030846,1b2,Rural White-Collar Workers,E01006087,Trafford 025E,2b,Prospering countryside life,E02001283,Trafford 025,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116505 +116505,E00031172,5a2,Multi-Ethnic Professionals with Families,E01006150,Trafford 012C,3c,Highly qualified professionals,E02001270,Trafford 012,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116506 +116506,E00030860,5a1,White Professionals,E01006090,Trafford 020A,3a,Achieving neighbourhoods,E02001278,Trafford 020,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116507 +116507,E00031025,6b4,Older Workers and Retirement,E01006127,Trafford 007C,8c,Comfortable suburbia,E02001265,Trafford 007,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116508 +116508,E00031041,6b4,Older Workers and Retirement,E01006131,Trafford 005E,8c,Comfortable suburbia,E02001263,Trafford 005,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116509 +116509,E00031066,6b4,Older Workers and Retirement,E01006131,Trafford 005E,8c,Comfortable suburbia,E02001263,Trafford 005,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116510 +116510,E00031047,6b3,Semi-Detached Ageing,E01006133,Trafford 010C,8b,Ageing suburbanites,E02001268,Trafford 010,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116511 +116511,E00030941,8a1,Industrious Transitions,E01006107,Trafford 017D,4a,Challenged white communities,E02001275,Trafford 017,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116512 +116512,E00031049,6b3,Semi-Detached Ageing,E01006133,Trafford 010C,8b,Ageing suburbanites,E02001268,Trafford 010,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116513 +116513,E00031050,6b3,Semi-Detached Ageing,E01006133,Trafford 010C,8b,Ageing suburbanites,E02001268,Trafford 010,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116514 +116514,E00031051,6b3,Semi-Detached Ageing,E01006133,Trafford 010C,8b,Ageing suburbanites,E02001268,Trafford 010,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116515 +116515,E00031052,6b3,Semi-Detached Ageing,E01006132,Trafford 007E,5c,Comfortable neighbourhoods,E02001265,Trafford 007,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116516 +116516,E00031053,6b3,Semi-Detached Ageing,E01006133,Trafford 010C,8b,Ageing suburbanites,E02001268,Trafford 010,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116517 +116517,E00031058,6b3,Semi-Detached Ageing,E01006130,Trafford 007D,5c,Comfortable neighbourhoods,E02001265,Trafford 007,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116518 +116518,E00031061,6b3,Semi-Detached Ageing,E01006128,Trafford 005D,8c,Comfortable suburbia,E02001263,Trafford 005,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116519 +116519,E00031068,6b3,Semi-Detached Ageing,E01006131,Trafford 005E,8c,Comfortable suburbia,E02001263,Trafford 005,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116520 +116520,E00031138,6b3,Semi-Detached Ageing,E01006147,Trafford 012A,8c,Comfortable suburbia,E02001270,Trafford 012,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116521 +116521,E00031157,6b3,Semi-Detached Ageing,E01006147,Trafford 012A,8c,Comfortable suburbia,E02001270,Trafford 012,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116522 +116522,E00030847,1b2,Rural White-Collar Workers,E01006087,Trafford 025E,2b,Prospering countryside life,E02001283,Trafford 025,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116523 +116523,E00031200,6b3,Semi-Detached Ageing,E01006155,Trafford 006A,3a,Achieving neighbourhoods,E02001264,Trafford 006,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116524 +116524,E00031008,8a1,Industrious Transitions,E01006127,Trafford 007C,8c,Comfortable suburbia,E02001265,Trafford 007,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116525 +116525,E00030878,5a1,White Professionals,E01006091,Trafford 019A,3a,Achieving neighbourhoods,E02001277,Trafford 019,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116526 +116526,E00030848,1b2,Rural White-Collar Workers,E01006087,Trafford 025E,2b,Prospering countryside life,E02001283,Trafford 025,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116527 +116527,E00031181,5a2,Multi-Ethnic Professionals with Families,E01006158,Trafford 008B,4c,Hampered neighbourhoods,E02001266,Trafford 008,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116528 +116528,E00031206,6b3,Semi-Detached Ageing,E01006164,Trafford 014C,5c,Comfortable neighbourhoods,E02001272,Trafford 014,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116529 +116529,E00031029,8a1,Industrious Transitions,E01006122,Trafford 005A,8b,Ageing suburbanites,E02001263,Trafford 005,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116530 +116530,E00030881,5a1,White Professionals,E01006089,Trafford 024C,3d,Households in terraces and flats,E02001282,Trafford 024,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116531 +116531,E00030793,5b3,Self-Sufficient Retirement,E01006078,Trafford 024A,3d,Households in terraces and flats,E02001282,Trafford 024,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116532 +116532,E00031048,8a1,Industrious Transitions,E01006129,Trafford 010B,5c,Comfortable neighbourhoods,E02001268,Trafford 010,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116533 +116533,E00031254,6b3,Semi-Detached Ageing,E01006169,Trafford 013B,8c,Comfortable suburbia,E02001271,Trafford 013,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116534 +116534,E00031022,5a1,White Professionals,E01006126,Trafford 007B,4a,Challenged white communities,E02001265,Trafford 007,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116535 +116535,E00030893,5b3,Self-Sufficient Retirement,E01006100,Trafford 020D,3b,Asian traits,E02001278,Trafford 020,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116536 +116536,E00031184,5a2,Multi-Ethnic Professionals with Families,E01006159,Trafford 006C,4c,Hampered neighbourhoods,E02001264,Trafford 006,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116537 +116537,E00031243,7a3,Multi-Ethnic Hardship,E01006168,Trafford 019E,4c,Hampered neighbourhoods,E02001277,Trafford 019,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116538 +116538,E00031198,8a1,Industrious Transitions,E01006155,Trafford 006A,3a,Achieving neighbourhoods,E02001264,Trafford 006,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116539 +116539,E00031258,6b3,Semi-Detached Ageing,E01006169,Trafford 013B,8c,Comfortable suburbia,E02001271,Trafford 013,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116540 +116540,E00031032,5a1,White Professionals,E01006122,Trafford 005A,8b,Ageing suburbanites,E02001263,Trafford 005,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116541 +116541,E00030937,5b3,Self-Sufficient Retirement,E01006104,Trafford 017A,5d,Endeavouring social renters,E02001275,Trafford 017,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116542 +116542,E00031244,8a1,Industrious Transitions,E01006170,Trafford 013C,5c,Comfortable neighbourhoods,E02001271,Trafford 013,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116543 +116543,E00031259,6b3,Semi-Detached Ageing,E01006169,Trafford 013B,8c,Comfortable suburbia,E02001271,Trafford 013,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116544 +116544,E00031054,5a1,White Professionals,E01006130,Trafford 007D,5c,Comfortable neighbourhoods,E02001265,Trafford 007,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116545 +116545,E00031006,5b3,Self-Sufficient Retirement,E01006117,Trafford 002B,8b,Ageing suburbanites,E02001260,Trafford 002,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116546 +116546,E00031205,5a2,Multi-Ethnic Professionals with Families,E01006162,Trafford 015D,3a,Achieving neighbourhoods,E02001273,Trafford 015,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116547 +116547,E00031265,8a1,Industrious Transitions,E01006170,Trafford 013C,5c,Comfortable neighbourhoods,E02001271,Trafford 013,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116548 +116548,E00031309,6b3,Semi-Detached Ageing,E01006173,Trafford 018B,8c,Comfortable suburbia,E02001276,Trafford 018,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116549 +116549,E00031060,5a1,White Professionals,E01006128,Trafford 005D,8c,Comfortable suburbia,E02001263,Trafford 005,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116550 +116550,E00031037,5b3,Self-Sufficient Retirement,E01006125,Trafford 007A,5c,Comfortable neighbourhoods,E02001265,Trafford 007,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116551 +116551,E00031210,5a2,Multi-Ethnic Professionals with Families,E01006160,Trafford 015B,3d,Households in terraces and flats,E02001273,Trafford 015,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116552 +116552,E00031248,7a3,Multi-Ethnic Hardship,E01006166,Trafford 013A,3d,Households in terraces and flats,E02001271,Trafford 013,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116553 +116553,E00031378,6b3,Semi-Detached Ageing,E01006196,Trafford 021D,8c,Comfortable suburbia,E02001279,Trafford 021,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116554 +116554,E00031082,5a1,White Professionals,E01006139,Trafford 026D,3a,Achieving neighbourhoods,E02001284,Trafford 026,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116555 +116555,E00031268,8a1,Industrious Transitions,E01006172,Trafford 016E,8a,Affluent communities,E02001274,Trafford 016,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116556 +116556,E00031249,7a3,Multi-Ethnic Hardship,E01006167,Trafford 019D,4c,Hampered neighbourhoods,E02001277,Trafford 019,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116557 +116557,E00031213,5a2,Multi-Ethnic Professionals with Families,E01006162,Trafford 015D,3a,Achieving neighbourhoods,E02001273,Trafford 015,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116558 +116558,E00031042,5b3,Self-Sufficient Retirement,E01006132,Trafford 007E,5c,Comfortable neighbourhoods,E02001265,Trafford 007,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116559 +116559,E00031386,6b3,Semi-Detached Ageing,E01006196,Trafford 021D,8c,Comfortable suburbia,E02001279,Trafford 021,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116560 +116560,E00031102,5a1,White Professionals,E01006136,Trafford 028C,8a,Affluent communities,E02001286,Trafford 028,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116561 +116561,E00031302,8a1,Industrious Transitions,E01006176,Trafford 018D,3a,Achieving neighbourhoods,E02001276,Trafford 018,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116562 +116562,E00031144,5a1,White Professionals,E01006147,Trafford 012A,8c,Comfortable suburbia,E02001270,Trafford 012,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116563 +116563,E00031043,5b3,Self-Sufficient Retirement,E01006132,Trafford 007E,5c,Comfortable neighbourhoods,E02001265,Trafford 007,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116564 +116564,E00031467,8a1,Industrious Transitions,E01006208,Trafford 022D,3d,Households in terraces and flats,E02001280,Trafford 022,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116565 +116565,E00031220,5a2,Multi-Ethnic Professionals with Families,E01006163,Trafford 015E,3a,Achieving neighbourhoods,E02001273,Trafford 015,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116566 +116566,E00031250,7a3,Multi-Ethnic Hardship,E01006168,Trafford 019E,4c,Hampered neighbourhoods,E02001277,Trafford 019,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116567 +116567,E00031387,6b3,Semi-Detached Ageing,E01006195,Trafford 021C,8c,Comfortable suburbia,E02001279,Trafford 021,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116568 +116568,E00031156,5a1,White Professionals,E01006149,Trafford 012B,3a,Achieving neighbourhoods,E02001270,Trafford 012,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116569 +116569,E00031056,5b3,Self-Sufficient Retirement,E01006130,Trafford 007D,5c,Comfortable neighbourhoods,E02001265,Trafford 007,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116570 +116570,E00031476,8a1,Industrious Transitions,E01006208,Trafford 022D,3d,Households in terraces and flats,E02001280,Trafford 022,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116571 +116571,E00031223,5a2,Multi-Ethnic Professionals with Families,E01006163,Trafford 015E,3a,Achieving neighbourhoods,E02001273,Trafford 015,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116572 +116572,E00031225,5a2,Multi-Ethnic Professionals with Families,E01006162,Trafford 015D,3a,Achieving neighbourhoods,E02001273,Trafford 015,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116573 +116573,E00031237,5a2,Multi-Ethnic Professionals with Families,E01006164,Trafford 014C,5c,Comfortable neighbourhoods,E02001272,Trafford 014,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116574 +116574,E00031247,5a2,Multi-Ethnic Professionals with Families,E01006166,Trafford 013A,3d,Households in terraces and flats,E02001271,Trafford 013,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116575 +116575,E00031272,5a2,Multi-Ethnic Professionals with Families,E01006166,Trafford 013A,3d,Households in terraces and flats,E02001271,Trafford 013,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116576 +116576,E00031291,5a2,Multi-Ethnic Professionals with Families,E01006177,Trafford 018E,4c,Hampered neighbourhoods,E02001276,Trafford 018,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116577 +116577,E00031293,5a2,Multi-Ethnic Professionals with Families,E01006174,Trafford 014D,3a,Achieving neighbourhoods,E02001272,Trafford 014,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116578 +116578,E00031294,5a2,Multi-Ethnic Professionals with Families,E01006178,Trafford 014E,3a,Achieving neighbourhoods,E02001272,Trafford 014,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116579 +116579,E00031295,5a2,Multi-Ethnic Professionals with Families,E01006178,Trafford 014E,3a,Achieving neighbourhoods,E02001272,Trafford 014,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116580 +116580,E00031297,5a2,Multi-Ethnic Professionals with Families,E01006174,Trafford 014D,3a,Achieving neighbourhoods,E02001272,Trafford 014,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116581 +116581,E00031301,5a2,Multi-Ethnic Professionals with Families,E01006176,Trafford 018D,3a,Achieving neighbourhoods,E02001276,Trafford 018,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116582 +116582,E00031306,5a2,Multi-Ethnic Professionals with Families,E01006173,Trafford 018B,8c,Comfortable suburbia,E02001276,Trafford 018,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116583 +116583,E00031354,5a2,Multi-Ethnic Professionals with Families,E01006189,Trafford 003D,7a,Urban cultural mix,E02001261,Trafford 003,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116584 +116584,E00031379,5a2,Multi-Ethnic Professionals with Families,E01006191,Trafford 023B,8a,Affluent communities,E02001281,Trafford 023,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116585 +116585,E00031404,5a2,Multi-Ethnic Professionals with Families,E01006193,Trafford 024D,3a,Achieving neighbourhoods,E02001282,Trafford 024,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116586 +116586,E00031413,5a2,Multi-Ethnic Professionals with Families,E01006193,Trafford 024D,3a,Achieving neighbourhoods,E02001282,Trafford 024,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116587 +116587,E00031414,5a2,Multi-Ethnic Professionals with Families,E01006200,Trafford 009C,5a,Ageing urban communities,E02001267,Trafford 009,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116588 +116588,E00031420,5a2,Multi-Ethnic Professionals with Families,E01006201,Trafford 009D,3d,Households in terraces and flats,E02001267,Trafford 009,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116589 +116589,E00031439,5a2,Multi-Ethnic Professionals with Families,E01006197,Trafford 010D,3a,Achieving neighbourhoods,E02001268,Trafford 010,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116590 +116590,E00031445,5a2,Multi-Ethnic Professionals with Families,E01006197,Trafford 010D,3a,Achieving neighbourhoods,E02001268,Trafford 010,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116591 +116591,E00168590,5a2,Multi-Ethnic Professionals with Families,E01006091,Trafford 019A,3a,Achieving neighbourhoods,E02001277,Trafford 019,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116592 +116592,E00168595,5a2,Multi-Ethnic Professionals with Families,E01006091,Trafford 019A,3a,Achieving neighbourhoods,E02001277,Trafford 019,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116593 +116593,E00168597,5a2,Multi-Ethnic Professionals with Families,E01006091,Trafford 019A,3a,Achieving neighbourhoods,E02001277,Trafford 019,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116594 +116594,E00168600,5a2,Multi-Ethnic Professionals with Families,E01006091,Trafford 019A,3a,Achieving neighbourhoods,E02001277,Trafford 019,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116595 +116595,E00168603,5a2,Multi-Ethnic Professionals with Families,E01006206,Trafford 022B,3d,Households in terraces and flats,E02001280,Trafford 022,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116596 +116596,E00030779,6b1,Multi-Ethnic Suburbia,E01006080,Trafford 024B,3a,Achieving neighbourhoods,E02001282,Trafford 024,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116597 +116597,E00031389,6b3,Semi-Detached Ageing,E01006196,Trafford 021D,8c,Comfortable suburbia,E02001279,Trafford 021,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116598 +116598,E00031064,5b3,Self-Sufficient Retirement,E01006131,Trafford 005E,8c,Comfortable suburbia,E02001263,Trafford 005,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116599 +116599,E00031165,5a1,White Professionals,E01006148,Trafford 016A,3c,Highly qualified professionals,E02001274,Trafford 016,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116600 +116600,E00031251,7a3,Multi-Ethnic Hardship,E01006167,Trafford 019D,4c,Hampered neighbourhoods,E02001277,Trafford 019,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116601 +116601,E00031483,8a1,Industrious Transitions,E01006211,Trafford 022E,5c,Comfortable neighbourhoods,E02001280,Trafford 022,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116602 +116602,E00030855,6b1,Multi-Ethnic Suburbia,E01006093,Trafford 023A,8c,Comfortable suburbia,E02001281,Trafford 023,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116603 +116603,E00030859,6b1,Multi-Ethnic Suburbia,E01006093,Trafford 023A,8c,Comfortable suburbia,E02001281,Trafford 023,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116604 +116604,E00030863,6b1,Multi-Ethnic Suburbia,E01006095,Trafford 019C,3b,Asian traits,E02001277,Trafford 019,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116605 +116605,E00030867,6b1,Multi-Ethnic Suburbia,E01006095,Trafford 019C,3b,Asian traits,E02001277,Trafford 019,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116606 +116606,E00030868,6b1,Multi-Ethnic Suburbia,E01006095,Trafford 019C,3b,Asian traits,E02001277,Trafford 019,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116607 +116607,E00030873,6b1,Multi-Ethnic Suburbia,E01006096,Trafford 020C,8c,Comfortable suburbia,E02001278,Trafford 020,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116608 +116608,E00030875,6b1,Multi-Ethnic Suburbia,E01006096,Trafford 020C,8c,Comfortable suburbia,E02001278,Trafford 020,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116609 +116609,E00030890,6b1,Multi-Ethnic Suburbia,E01006100,Trafford 020D,3b,Asian traits,E02001278,Trafford 020,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116610 +116610,E00030905,6b1,Multi-Ethnic Suburbia,E01006102,Trafford 018A,3b,Asian traits,E02001276,Trafford 018,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116611 +116611,E00030911,6b1,Multi-Ethnic Suburbia,E01006102,Trafford 018A,3b,Asian traits,E02001276,Trafford 018,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116612 +116612,E00030913,6b1,Multi-Ethnic Suburbia,E01006102,Trafford 018A,3b,Asian traits,E02001276,Trafford 018,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116613 +116613,E00030915,6b1,Multi-Ethnic Suburbia,E01006103,Trafford 020E,8a,Affluent communities,E02001278,Trafford 020,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116614 +116614,E00030916,6b1,Multi-Ethnic Suburbia,E01006103,Trafford 020E,8a,Affluent communities,E02001278,Trafford 020,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116615 +116615,E00030918,6b1,Multi-Ethnic Suburbia,E01006103,Trafford 020E,8a,Affluent communities,E02001278,Trafford 020,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116616 +116616,E00030980,6b1,Multi-Ethnic Suburbia,E01006118,Trafford 002C,5c,Comfortable neighbourhoods,E02001260,Trafford 002,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116617 +116617,E00030981,6b1,Multi-Ethnic Suburbia,E01006121,Trafford 002E,5b,Aspiring urban households,E02001260,Trafford 002,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116618 +116618,E00031394,6b3,Semi-Detached Ageing,E01006190,Trafford 021B,8a,Affluent communities,E02001279,Trafford 021,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116619 +116619,E00031227,5a1,White Professionals,E01006165,Trafford 012E,3d,Households in terraces and flats,E02001270,Trafford 012,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116620 +116620,E00031398,6b3,Semi-Detached Ageing,E01006191,Trafford 023B,8a,Affluent communities,E02001281,Trafford 023,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116621 +116621,E00031399,6b3,Semi-Detached Ageing,E01006190,Trafford 021B,8a,Affluent communities,E02001279,Trafford 021,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116622 +116622,E00031406,6b3,Semi-Detached Ageing,E01006192,Trafford 023C,8c,Comfortable suburbia,E02001281,Trafford 023,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116623 +116623,E00031434,6b3,Semi-Detached Ageing,E01006203,Trafford 010E,8b,Ageing suburbanites,E02001268,Trafford 010,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116624 +116624,E00031482,6b3,Semi-Detached Ageing,E01006210,Trafford 021E,3b,Asian traits,E02001279,Trafford 021,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116625 +116625,E00030781,4a2,Social Renting New Arrivals,E01006075,Trafford 025B,3c,Highly qualified professionals,E02001283,Trafford 025,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116626 +116626,E00030786,4a2,Social Renting New Arrivals,E01006076,Trafford 025C,3c,Highly qualified professionals,E02001283,Trafford 025,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116627 +116627,E00031127,4a2,Social Renting New Arrivals,E01006144,Trafford 011C,4c,Hampered neighbourhoods,E02001269,Trafford 011,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116628 +116628,E00031235,4a2,Social Renting New Arrivals,E01006165,Trafford 012E,3d,Households in terraces and flats,E02001270,Trafford 012,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116629 +116629,E00031298,4a2,Social Renting New Arrivals,E01006174,Trafford 014D,3a,Achieving neighbourhoods,E02001272,Trafford 014,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116630 +116630,E00031328,4a2,Social Renting New Arrivals,E01006180,Trafford 011D,3d,Households in terraces and flats,E02001269,Trafford 011,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116631 +116631,E00031337,4a2,Social Renting New Arrivals,E01006180,Trafford 011D,3d,Households in terraces and flats,E02001269,Trafford 011,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116632 +116632,E00031340,4a2,Social Renting New Arrivals,E01006180,Trafford 011D,3d,Households in terraces and flats,E02001269,Trafford 011,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116633 +116633,E00031350,4a2,Social Renting New Arrivals,E01006187,Trafford 003C,7a,Urban cultural mix,E02001261,Trafford 003,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116634 +116634,E00031351,4a2,Social Renting New Arrivals,E01006186,Trafford 003B,7a,Urban cultural mix,E02001261,Trafford 003,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116635 +116635,E00031353,4a2,Social Renting New Arrivals,E01006187,Trafford 003C,7a,Urban cultural mix,E02001261,Trafford 003,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116636 +116636,E00031356,4a2,Social Renting New Arrivals,E01006187,Trafford 003C,7a,Urban cultural mix,E02001261,Trafford 003,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116637 +116637,E00031359,4a2,Social Renting New Arrivals,E01006187,Trafford 003C,7a,Urban cultural mix,E02001261,Trafford 003,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116638 +116638,E00031367,4a2,Social Renting New Arrivals,E01006187,Trafford 003C,7a,Urban cultural mix,E02001261,Trafford 003,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116639 +116639,E00031371,4a2,Social Renting New Arrivals,E01006186,Trafford 003B,7a,Urban cultural mix,E02001261,Trafford 003,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116640 +116640,E00031484,8a1,Industrious Transitions,E01006211,Trafford 022E,5c,Comfortable neighbourhoods,E02001280,Trafford 022,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116641 +116641,E00031252,7a3,Multi-Ethnic Hardship,E01006168,Trafford 019E,4c,Hampered neighbourhoods,E02001277,Trafford 019,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116642 +116642,E00031067,5b3,Self-Sufficient Retirement,E01006131,Trafford 005E,8c,Comfortable suburbia,E02001263,Trafford 005,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116643 +116643,E00031380,4a2,Social Renting New Arrivals,E01006194,Trafford 024E,3d,Households in terraces and flats,E02001282,Trafford 024,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116644 +116644,E00168596,4a2,Social Renting New Arrivals,E01006091,Trafford 019A,3a,Achieving neighbourhoods,E02001277,Trafford 019,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116645 +116645,E00030821,5a1,White Professionals,E01006084,Trafford 026B,8a,Affluent communities,E02001284,Trafford 026,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116646 +116646,E00030824,5a1,White Professionals,E01006088,Trafford 026C,3a,Achieving neighbourhoods,E02001284,Trafford 026,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116647 +116647,E00030828,5a1,White Professionals,E01006088,Trafford 026C,3a,Achieving neighbourhoods,E02001284,Trafford 026,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116648 +116648,E00030831,5a1,White Professionals,E01006088,Trafford 026C,3a,Achieving neighbourhoods,E02001284,Trafford 026,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116649 +116649,E00030832,5a1,White Professionals,E01006088,Trafford 026C,3a,Achieving neighbourhoods,E02001284,Trafford 026,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116650 +116650,E00031229,5a1,White Professionals,E01006165,Trafford 012E,3d,Households in terraces and flats,E02001270,Trafford 012,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116651 +116651,E00031486,8a1,Industrious Transitions,E01006211,Trafford 022E,5c,Comfortable neighbourhoods,E02001280,Trafford 022,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116652 +116652,E00031257,7a3,Multi-Ethnic Hardship,E01006171,Trafford 013D,4c,Hampered neighbourhoods,E02001271,Trafford 013,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116653 +116653,E00031234,5a1,White Professionals,E01006164,Trafford 014C,5c,Comfortable neighbourhoods,E02001272,Trafford 014,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116654 +116654,E00031083,5b3,Self-Sufficient Retirement,E01006140,Trafford 026E,3a,Achieving neighbourhoods,E02001284,Trafford 026,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116655 +116655,E00030973,4c3,Inner City Ethnic Mix,E01006110,Trafford 001B,7b,Young ethnic communities,E02001259,Trafford 001,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116656 +116656,E00031273,7a3,Multi-Ethnic Hardship,E01006172,Trafford 016E,8a,Affluent communities,E02001274,Trafford 016,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116657 +116657,E00031275,5a1,White Professionals,E01006166,Trafford 013A,3d,Households in terraces and flats,E02001271,Trafford 013,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116658 +116658,E00031159,5b3,Self-Sufficient Retirement,E01006149,Trafford 012B,3a,Achieving neighbourhoods,E02001270,Trafford 012,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116659 +116659,E00031105,4c3,Inner City Ethnic Mix,E01006142,Trafford 011A,3d,Households in terraces and flats,E02001269,Trafford 011,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116660 +116660,E00031276,7a3,Multi-Ethnic Hardship,E01006167,Trafford 019D,4c,Hampered neighbourhoods,E02001277,Trafford 019,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116661 +116661,E00031296,5a1,White Professionals,E01006178,Trafford 014E,3a,Achieving neighbourhoods,E02001272,Trafford 014,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116662 +116662,E00031162,5b3,Self-Sufficient Retirement,E01006149,Trafford 012B,3a,Achieving neighbourhoods,E02001270,Trafford 012,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116663 +116663,E00031166,5b3,Self-Sufficient Retirement,E01006150,Trafford 012C,3c,Highly qualified professionals,E02001270,Trafford 012,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116664 +116664,E00031168,5b3,Self-Sufficient Retirement,E01006150,Trafford 012C,3c,Highly qualified professionals,E02001270,Trafford 012,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116665 +116665,E00031228,5b3,Self-Sufficient Retirement,E01006164,Trafford 014C,5c,Comfortable neighbourhoods,E02001272,Trafford 014,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116666 +116666,E00031236,5b3,Self-Sufficient Retirement,E01006164,Trafford 014C,5c,Comfortable neighbourhoods,E02001272,Trafford 014,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116667 +116667,E00031300,5b3,Self-Sufficient Retirement,E01006178,Trafford 014E,3a,Achieving neighbourhoods,E02001272,Trafford 014,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116668 +116668,E00031305,5b3,Self-Sufficient Retirement,E01006176,Trafford 018D,3a,Achieving neighbourhoods,E02001276,Trafford 018,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116669 +116669,E00031308,5b3,Self-Sufficient Retirement,E01006173,Trafford 018B,8c,Comfortable suburbia,E02001276,Trafford 018,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116670 +116670,E00031347,5b3,Self-Sufficient Retirement,E01006179,Trafford 008C,3d,Households in terraces and flats,E02001266,Trafford 008,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116671 +116671,E00031401,5b3,Self-Sufficient Retirement,E01006192,Trafford 023C,8c,Comfortable suburbia,E02001281,Trafford 023,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116672 +116672,E00031428,5b3,Self-Sufficient Retirement,E01006201,Trafford 009D,3d,Households in terraces and flats,E02001267,Trafford 009,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116673 +116673,E00031433,5b3,Self-Sufficient Retirement,E01006200,Trafford 009C,5a,Ageing urban communities,E02001267,Trafford 009,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116674 +116674,E00031442,5b3,Self-Sufficient Retirement,E01006197,Trafford 010D,3a,Achieving neighbourhoods,E02001268,Trafford 010,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116675 +116675,E00031448,5b3,Self-Sufficient Retirement,E01006204,Trafford 022A,3b,Asian traits,E02001280,Trafford 022,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116676 +116676,E00031460,5b3,Self-Sufficient Retirement,E01006206,Trafford 022B,3d,Households in terraces and flats,E02001280,Trafford 022,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116677 +116677,E00031466,5b3,Self-Sufficient Retirement,E01006205,Trafford 023D,8a,Affluent communities,E02001281,Trafford 023,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116678 +116678,E00030926,6b3,Semi-Detached Ageing,E01006106,Trafford 017C,4a,Challenged white communities,E02001275,Trafford 017,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116679 +116679,E00030930,6b3,Semi-Detached Ageing,E01006104,Trafford 017A,5d,Endeavouring social renters,E02001275,Trafford 017,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116680 +116680,E00030998,6b3,Semi-Detached Ageing,E01006120,Trafford 010A,8b,Ageing suburbanites,E02001268,Trafford 010,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116681 +116681,E00031000,6b3,Semi-Detached Ageing,E01006120,Trafford 010A,8b,Ageing suburbanites,E02001268,Trafford 010,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116682 +116682,E00031001,6b3,Semi-Detached Ageing,E01006117,Trafford 002B,8b,Ageing suburbanites,E02001260,Trafford 002,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116683 +116683,E00031002,6b3,Semi-Detached Ageing,E01006119,Trafford 002D,8b,Ageing suburbanites,E02001260,Trafford 002,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116684 +116684,E00031003,6b3,Semi-Detached Ageing,E01006120,Trafford 010A,8b,Ageing suburbanites,E02001268,Trafford 010,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116685 +116685,E00031005,6b3,Semi-Detached Ageing,E01006120,Trafford 010A,8b,Ageing suburbanites,E02001268,Trafford 010,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116686 +116686,E00031007,6b3,Semi-Detached Ageing,E01006121,Trafford 002E,5b,Aspiring urban households,E02001260,Trafford 002,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116687 +116687,E00031009,6b3,Semi-Detached Ageing,E01006122,Trafford 005A,8b,Ageing suburbanites,E02001263,Trafford 005,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116688 +116688,E00031020,6b3,Semi-Detached Ageing,E01006124,Trafford 005C,8b,Ageing suburbanites,E02001263,Trafford 005,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116689 +116689,E00031026,6b3,Semi-Detached Ageing,E01006127,Trafford 007C,8c,Comfortable suburbia,E02001265,Trafford 007,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116690 +116690,E00031027,6b3,Semi-Detached Ageing,E01006127,Trafford 007C,8c,Comfortable suburbia,E02001265,Trafford 007,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116691 +116691,E00031028,6b3,Semi-Detached Ageing,E01006127,Trafford 007C,8c,Comfortable suburbia,E02001265,Trafford 007,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116692 +116692,E00031030,6b3,Semi-Detached Ageing,E01006122,Trafford 005A,8b,Ageing suburbanites,E02001263,Trafford 005,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116693 +116693,E00031033,6b3,Semi-Detached Ageing,E01006122,Trafford 005A,8b,Ageing suburbanites,E02001263,Trafford 005,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116694 +116694,E00031034,6b3,Semi-Detached Ageing,E01006125,Trafford 007A,5c,Comfortable neighbourhoods,E02001265,Trafford 007,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116695 +116695,E00031039,6b3,Semi-Detached Ageing,E01006130,Trafford 007D,5c,Comfortable neighbourhoods,E02001265,Trafford 007,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116696 +116696,E00031277,7a3,Multi-Ethnic Hardship,E01006167,Trafford 019D,4c,Hampered neighbourhoods,E02001277,Trafford 019,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116697 +116697,E00031278,7a3,Multi-Ethnic Hardship,E01006167,Trafford 019D,4c,Hampered neighbourhoods,E02001277,Trafford 019,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116698 +116698,E00031384,5a1,White Professionals,E01006194,Trafford 024E,3d,Households in terraces and flats,E02001282,Trafford 024,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116699 +116699,E00031280,7a3,Multi-Ethnic Hardship,E01006168,Trafford 019E,4c,Hampered neighbourhoods,E02001277,Trafford 019,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116700 +116700,E00031281,7a3,Multi-Ethnic Hardship,E01006175,Trafford 018C,4c,Hampered neighbourhoods,E02001276,Trafford 018,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116701 +116701,E00031393,5a1,White Professionals,E01006196,Trafford 021D,8c,Comfortable suburbia,E02001279,Trafford 021,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116702 +116702,E00031284,7a3,Multi-Ethnic Hardship,E01006175,Trafford 018C,4c,Hampered neighbourhoods,E02001276,Trafford 018,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116703 +116703,E00031411,5a1,White Professionals,E01006193,Trafford 024D,3a,Achieving neighbourhoods,E02001282,Trafford 024,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116704 +116704,E00031312,7a3,Multi-Ethnic Hardship,E01006176,Trafford 018D,3a,Achieving neighbourhoods,E02001276,Trafford 018,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116705 +116705,E00030800,6b2,White Suburban Communities,E01006075,Trafford 025B,3c,Highly qualified professionals,E02001283,Trafford 025,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116706 +116706,E00031318,7a3,Multi-Ethnic Hardship,E01006179,Trafford 008C,3d,Households in terraces and flats,E02001266,Trafford 008,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116707 +116707,E00030815,6b2,White Suburban Communities,E01006084,Trafford 026B,8a,Affluent communities,E02001284,Trafford 026,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116708 +116708,E00031321,7a3,Multi-Ethnic Hardship,E01006181,Trafford 011E,7a,Urban cultural mix,E02001269,Trafford 011,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116709 +116709,E00030836,6b2,White Suburban Communities,E01006083,Trafford 026A,8a,Affluent communities,E02001284,Trafford 026,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116710 +116710,E00031344,7a3,Multi-Ethnic Hardship,E01006179,Trafford 008C,3d,Households in terraces and flats,E02001266,Trafford 008,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116711 +116711,E00030987,6b2,White Suburban Communities,E01006116,Trafford 002A,8c,Comfortable suburbia,E02001260,Trafford 002,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116712 +116712,E00031012,6b2,White Suburban Communities,E01006124,Trafford 005C,8b,Ageing suburbanites,E02001263,Trafford 005,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116713 +116713,E00031055,6b2,White Suburban Communities,E01006128,Trafford 005D,8c,Comfortable suburbia,E02001263,Trafford 005,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116714 +116714,E00031090,6b2,White Suburban Communities,E01006139,Trafford 026D,3a,Achieving neighbourhoods,E02001284,Trafford 026,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116715 +116715,E00031091,6b2,White Suburban Communities,E01006140,Trafford 026E,3a,Achieving neighbourhoods,E02001284,Trafford 026,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116716 +116716,E00031140,6b2,White Suburban Communities,E01006150,Trafford 012C,3c,Highly qualified professionals,E02001270,Trafford 012,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116717 +116717,E00031155,6b2,White Suburban Communities,E01006154,Trafford 012D,3a,Achieving neighbourhoods,E02001270,Trafford 012,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116718 +116718,E00031264,6b2,White Suburban Communities,E01006169,Trafford 013B,8c,Comfortable suburbia,E02001271,Trafford 013,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116719 +116719,E00031400,6b2,White Suburban Communities,E01006192,Trafford 023C,8c,Comfortable suburbia,E02001281,Trafford 023,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116720 +116720,E00031402,6b2,White Suburban Communities,E01006192,Trafford 023C,8c,Comfortable suburbia,E02001281,Trafford 023,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116721 +116721,E00031430,6b2,White Suburban Communities,E01006203,Trafford 010E,8b,Ageing suburbanites,E02001268,Trafford 010,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116722 +116722,E00031366,3a2,Young Families and Students,E01006185,Trafford 001E,7a,Urban cultural mix,E02001259,Trafford 001,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116723 +116723,E00031376,3a2,Young Families and Students,E01006188,Trafford 001F,7b,Young ethnic communities,E02001259,Trafford 001,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116724 +116724,E00030921,8d1,Young Hard-Pressed Families,E01006108,Trafford 017E,4c,Hampered neighbourhoods,E02001275,Trafford 017,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116725 +116725,E00030936,8d1,Young Hard-Pressed Families,E01006106,Trafford 017C,4a,Challenged white communities,E02001275,Trafford 017,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116726 +116726,E00031282,8d1,Young Hard-Pressed Families,E01006177,Trafford 018E,4c,Hampered neighbourhoods,E02001276,Trafford 018,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116727 +116727,E00031806,7d1,Ageing Communities and Families,E01006269,Wigan 013A,5d,Endeavouring social renters,E02001299,Wigan 013,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116728 +116728,E00032173,7d1,Ageing Communities and Families,E01006341,Wigan 040D,5c,Comfortable neighbourhoods,E02001326,Wigan 040,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116729 +116729,E00032261,7d1,Ageing Communities and Families,E01006364,Wigan 018C,5c,Comfortable neighbourhoods,E02001304,Wigan 018,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116730 +116730,E00032345,7d1,Ageing Communities and Families,E01006380,Wigan 029D,5d,Endeavouring social renters,E02001315,Wigan 029,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116731 +116731,E00032018,6a4,Ageing in Suburbia,E01006321,Wigan 003G,8b,Ageing suburbanites,E02001289,Wigan 003,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116732 +116732,E00032038,6a4,Ageing in Suburbia,E01006320,Wigan 003F,8b,Ageing suburbanites,E02001289,Wigan 003,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116733 +116733,E00032118,6a4,Ageing in Suburbia,E01006330,Wigan 031C,8c,Comfortable suburbia,E02001317,Wigan 031,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116734 +116734,E00032129,6a4,Ageing in Suburbia,E01006341,Wigan 040D,5c,Comfortable neighbourhoods,E02001326,Wigan 040,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116735 +116735,E00031497,8c1,Ageing Industrious Workers,E01006215,Wigan 024B,4a,Challenged white communities,E02001310,Wigan 024,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116736 +116736,E00031501,8c1,Ageing Industrious Workers,E01006215,Wigan 024B,4a,Challenged white communities,E02001310,Wigan 024,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116737 +116737,E00031416,7a3,Multi-Ethnic Hardship,E01006199,Trafford 009B,4c,Hampered neighbourhoods,E02001267,Trafford 009,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116738 +116738,E00031455,7a3,Multi-Ethnic Hardship,E01006206,Trafford 022B,3d,Households in terraces and flats,E02001280,Trafford 022,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116739 +116739,E00031461,7a3,Multi-Ethnic Hardship,E01006207,Trafford 022C,4c,Hampered neighbourhoods,E02001280,Trafford 022,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116740 +116740,E00031473,7a3,Multi-Ethnic Hardship,E01006207,Trafford 022C,4c,Hampered neighbourhoods,E02001280,Trafford 022,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116741 +116741,E00168598,3b3,Multi-Ethnic Professional Service Workers,E01006185,Trafford 001E,7a,Urban cultural mix,E02001259,Trafford 001,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116742 +116742,E00030788,5a2,Multi-Ethnic Professionals with Families,E01006076,Trafford 025C,3c,Highly qualified professionals,E02001283,Trafford 025,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116743 +116743,E00030796,5a2,Multi-Ethnic Professionals with Families,E01006080,Trafford 024B,3a,Achieving neighbourhoods,E02001282,Trafford 024,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116744 +116744,E00030803,5a2,Multi-Ethnic Professionals with Families,E01006079,Trafford 025D,3a,Achieving neighbourhoods,E02001283,Trafford 025,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116745 +116745,E00030808,5a2,Multi-Ethnic Professionals with Families,E01006075,Trafford 025B,3c,Highly qualified professionals,E02001283,Trafford 025,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116746 +116746,E00030842,5a2,Multi-Ethnic Professionals with Families,E01006084,Trafford 026B,8a,Affluent communities,E02001284,Trafford 026,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116747 +116747,E00030849,5a2,Multi-Ethnic Professionals with Families,E01006091,Trafford 019A,3a,Achieving neighbourhoods,E02001277,Trafford 019,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116748 +116748,E00030861,5a2,Multi-Ethnic Professionals with Families,E01006093,Trafford 023A,8c,Comfortable suburbia,E02001281,Trafford 023,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116749 +116749,E00030865,5a2,Multi-Ethnic Professionals with Families,E01006095,Trafford 019C,3b,Asian traits,E02001277,Trafford 019,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116750 +116750,E00030869,5a2,Multi-Ethnic Professionals with Families,E01006095,Trafford 019C,3b,Asian traits,E02001277,Trafford 019,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116751 +116751,E00030877,5a2,Multi-Ethnic Professionals with Families,E01006089,Trafford 024C,3d,Households in terraces and flats,E02001282,Trafford 024,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116752 +116752,E00030883,5a2,Multi-Ethnic Professionals with Families,E01006089,Trafford 024C,3d,Households in terraces and flats,E02001282,Trafford 024,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116753 +116753,E00030892,5a2,Multi-Ethnic Professionals with Families,E01006097,Trafford 015A,3c,Highly qualified professionals,E02001273,Trafford 015,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116754 +116754,E00030898,5a2,Multi-Ethnic Professionals with Families,E01006099,Trafford 014B,3a,Achieving neighbourhoods,E02001272,Trafford 014,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116755 +116755,E00031040,5a2,Multi-Ethnic Professionals with Families,E01006130,Trafford 007D,5c,Comfortable neighbourhoods,E02001265,Trafford 007,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116756 +116756,E00031057,5a2,Multi-Ethnic Professionals with Families,E01006128,Trafford 005D,8c,Comfortable suburbia,E02001263,Trafford 005,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116757 +116757,E00031059,5a2,Multi-Ethnic Professionals with Families,E01006128,Trafford 005D,8c,Comfortable suburbia,E02001263,Trafford 005,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116758 +116758,E00031077,5a2,Multi-Ethnic Professionals with Families,E01006140,Trafford 026E,3a,Achieving neighbourhoods,E02001284,Trafford 026,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116759 +116759,E00031080,5a2,Multi-Ethnic Professionals with Families,E01006140,Trafford 026E,3a,Achieving neighbourhoods,E02001284,Trafford 026,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116760 +116760,E00031128,5a2,Multi-Ethnic Professionals with Families,E01006142,Trafford 011A,3d,Households in terraces and flats,E02001269,Trafford 011,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116761 +116761,E00031129,5a2,Multi-Ethnic Professionals with Families,E01006143,Trafford 011B,3b,Asian traits,E02001269,Trafford 011,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116762 +116762,E00031130,5a2,Multi-Ethnic Professionals with Families,E01006143,Trafford 011B,3b,Asian traits,E02001269,Trafford 011,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116763 +116763,E00031151,5a2,Multi-Ethnic Professionals with Families,E01006154,Trafford 012D,3a,Achieving neighbourhoods,E02001270,Trafford 012,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116764 +116764,E00031152,5a2,Multi-Ethnic Professionals with Families,E01006154,Trafford 012D,3a,Achieving neighbourhoods,E02001270,Trafford 012,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116765 +116765,E00031153,5a2,Multi-Ethnic Professionals with Families,E01006154,Trafford 012D,3a,Achieving neighbourhoods,E02001270,Trafford 012,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116766 +116766,E00031154,5a2,Multi-Ethnic Professionals with Families,E01006154,Trafford 012D,3a,Achieving neighbourhoods,E02001270,Trafford 012,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116767 +116767,E00031134,4c3,Inner City Ethnic Mix,E01006143,Trafford 011B,3b,Asian traits,E02001269,Trafford 011,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116768 +116768,E00031211,4c3,Inner City Ethnic Mix,E01006161,Trafford 015C,3c,Highly qualified professionals,E02001273,Trafford 015,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116769 +116769,E00031231,4c3,Inner City Ethnic Mix,E01006160,Trafford 015B,3d,Households in terraces and flats,E02001273,Trafford 015,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116770 +116770,E00031279,4c3,Inner City Ethnic Mix,E01006167,Trafford 019D,4c,Hampered neighbourhoods,E02001277,Trafford 019,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116771 +116771,E00031326,4c3,Inner City Ethnic Mix,E01006181,Trafford 011E,7a,Urban cultural mix,E02001269,Trafford 011,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116772 +116772,E00031329,4c3,Inner City Ethnic Mix,E01006180,Trafford 011D,3d,Households in terraces and flats,E02001269,Trafford 011,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116773 +116773,E00031362,4c3,Inner City Ethnic Mix,E01006189,Trafford 003D,7a,Urban cultural mix,E02001261,Trafford 003,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116774 +116774,E00031374,4c3,Inner City Ethnic Mix,E01006186,Trafford 003B,7a,Urban cultural mix,E02001261,Trafford 003,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116775 +116775,E00168592,4c3,Inner City Ethnic Mix,E01006194,Trafford 024E,3d,Households in terraces and flats,E02001282,Trafford 024,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116776 +116776,E00031217,2c2,Migrant Commuters,E01006160,Trafford 015B,3d,Households in terraces and flats,E02001273,Trafford 015,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116777 +116777,E00030903,2c1,Migrant Families,E01006097,Trafford 015A,3c,Highly qualified professionals,E02001273,Trafford 015,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116778 +116778,E00030907,2c1,Migrant Families,E01006097,Trafford 015A,3c,Highly qualified professionals,E02001273,Trafford 015,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116779 +116779,E00031131,2c1,Migrant Families,E01006143,Trafford 011B,3b,Asian traits,E02001269,Trafford 011,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116780 +116780,E00031209,2c1,Migrant Families,E01006160,Trafford 015B,3d,Households in terraces and flats,E02001273,Trafford 015,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116781 +116781,E00168585,2c1,Migrant Families,E01006079,Trafford 025D,3a,Achieving neighbourhoods,E02001283,Trafford 025,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116782 +116782,E00168589,2c1,Migrant Families,E01006090,Trafford 020A,3a,Achieving neighbourhoods,E02001278,Trafford 020,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116783 +116783,E00168601,2c1,Migrant Families,E01006161,Trafford 015C,3c,Highly qualified professionals,E02001273,Trafford 015,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116784 +116784,E00030976,4c2,Multicultural New Arrivals,E01006115,Trafford 004C,7b,Young ethnic communities,E02001262,Trafford 004,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116785 +116785,E00030978,4c2,Multicultural New Arrivals,E01006115,Trafford 004C,7b,Young ethnic communities,E02001262,Trafford 004,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116786 +116786,E00030884,7a3,Multi-Ethnic Hardship,E01006092,Trafford 019B,4c,Hampered neighbourhoods,E02001277,Trafford 019,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116787 +116787,E00030885,7a3,Multi-Ethnic Hardship,E01006092,Trafford 019B,4c,Hampered neighbourhoods,E02001277,Trafford 019,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116788 +116788,E00030914,7a3,Multi-Ethnic Hardship,E01006102,Trafford 018A,3b,Asian traits,E02001276,Trafford 018,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116789 +116789,E00030920,7a3,Multi-Ethnic Hardship,E01006108,Trafford 017E,4c,Hampered neighbourhoods,E02001275,Trafford 017,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116790 +116790,E00030922,7a3,Multi-Ethnic Hardship,E01006105,Trafford 017B,4c,Hampered neighbourhoods,E02001275,Trafford 017,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116791 +116791,E00030923,7a3,Multi-Ethnic Hardship,E01006105,Trafford 017B,4c,Hampered neighbourhoods,E02001275,Trafford 017,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116792 +116792,E00030925,7a3,Multi-Ethnic Hardship,E01006107,Trafford 017D,4a,Challenged white communities,E02001275,Trafford 017,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116793 +116793,E00030928,7a3,Multi-Ethnic Hardship,E01006108,Trafford 017E,4c,Hampered neighbourhoods,E02001275,Trafford 017,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116794 +116794,E00030942,7a3,Multi-Ethnic Hardship,E01006108,Trafford 017E,4c,Hampered neighbourhoods,E02001275,Trafford 017,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116795 +116795,E00030944,7a3,Multi-Ethnic Hardship,E01006108,Trafford 017E,4c,Hampered neighbourhoods,E02001275,Trafford 017,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116796 +116796,E00031133,7a3,Multi-Ethnic Hardship,E01006144,Trafford 011C,4c,Hampered neighbourhoods,E02001269,Trafford 011,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116797 +116797,E00031178,7a3,Multi-Ethnic Hardship,E01006159,Trafford 006C,4c,Hampered neighbourhoods,E02001264,Trafford 006,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116798 +116798,E00031186,7a3,Multi-Ethnic Hardship,E01006159,Trafford 006C,4c,Hampered neighbourhoods,E02001264,Trafford 006,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116799 +116799,E00031189,7a3,Multi-Ethnic Hardship,E01006158,Trafford 008B,4c,Hampered neighbourhoods,E02001266,Trafford 008,E08000009,Trafford,8b1r,City Periphery,E12000002,North West,E92000001,England,116800 +116800,E00032175,6a3,Detached Retirement Living,E01006343,Wigan 039C,8c,Comfortable suburbia,E02001325,Wigan 039,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116801 +116801,E00032321,6a3,Detached Retirement Living,E01006373,Wigan 006C,8c,Comfortable suburbia,E02001292,Wigan 006,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116802 +116802,E00032332,6a3,Detached Retirement Living,E01006382,Wigan 028C,8b,Ageing suburbanites,E02001314,Wigan 028,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116803 +116803,E00032362,6a3,Detached Retirement Living,E01006378,Wigan 025E,8b,Ageing suburbanites,E02001311,Wigan 025,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116804 +116804,E00032453,6a3,Detached Retirement Living,E01006394,Wigan 021B,8b,Ageing suburbanites,E02001307,Wigan 021,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116805 +116805,E00031579,6a2,Comfortable Suburbia,E01006233,Wigan 002C,8a,Affluent communities,E02001288,Wigan 002,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116806 +116806,E00032107,7a2,Hampered Aspiration,E01006336,Wigan 027D,4a,Challenged white communities,E02001313,Wigan 027,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116807 +116807,E00032101,8b1,Deprived Blue-Collar Terraces,E01006335,Wigan 034E,4b,Constrained renters,E02001320,Wigan 034,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116808 +116808,E00032228,8a2,Industrious Hardship,E01006358,Wigan 014D,5d,Endeavouring social renters,E02001300,Wigan 014,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116809 +116809,E00032458,6a3,Detached Retirement Living,E01006394,Wigan 021B,8b,Ageing suburbanites,E02001307,Wigan 021,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116810 +116810,E00032426,1c3,Detached Rural Retirement,E01006396,Wigan 011B,8b,Ageing suburbanites,E02001297,Wigan 011,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116811 +116811,E00031619,1a2,Established Farming Communities,E01006231,Wigan 004A,2d,Rural traits,E02001290,Wigan 004,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116812 +116812,E00031668,1a2,Established Farming Communities,E01006251,Wigan 029B,2b,Prospering countryside life,E02001315,Wigan 029,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116813 +116813,E00031993,1a2,Established Farming Communities,E01006315,Wigan 001A,8b,Ageing suburbanites,E02001287,Wigan 001,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116814 +116814,E00031552,5a3,Families in Terraces and Flats,E01006223,Wigan 036A,5b,Aspiring urban households,E02001322,Wigan 036,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116815 +116815,E00031729,5a3,Families in Terraces and Flats,E01006257,Wigan 008A,5b,Aspiring urban households,E02001294,Wigan 008,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116816 +116816,E00031786,5a3,Families in Terraces and Flats,E01006272,Wigan 013C,5a,Ageing urban communities,E02001299,Wigan 013,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116817 +116817,E00031855,5a3,Families in Terraces and Flats,E01006278,Wigan 019A,5d,Endeavouring social renters,E02001305,Wigan 019,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116818 +116818,E00031902,5a3,Families in Terraces and Flats,E01006294,Wigan 025B,5b,Aspiring urban households,E02001311,Wigan 025,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116819 +116819,E00032072,5a3,Families in Terraces and Flats,E01006328,Wigan 030A,4b,Constrained renters,E02001316,Wigan 030,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116820 +116820,E00032078,5a3,Families in Terraces and Flats,E01006334,Wigan 030C,4b,Constrained renters,E02001316,Wigan 030,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116821 +116821,E00032112,5a3,Families in Terraces and Flats,E01006338,Wigan 030D,4b,Constrained renters,E02001316,Wigan 030,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116822 +116822,E00032120,5a3,Families in Terraces and Flats,E01006334,Wigan 030C,4b,Constrained renters,E02001316,Wigan 030,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116823 +116823,E00032122,5a3,Families in Terraces and Flats,E01006333,Wigan 030B,4b,Constrained renters,E02001316,Wigan 030,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116824 +116824,E00032158,5a3,Families in Terraces and Flats,E01006342,Wigan 038C,4a,Challenged white communities,E02001324,Wigan 038,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116825 +116825,E00032288,5a3,Families in Terraces and Flats,E01006371,Wigan 008D,5b,Aspiring urban households,E02001294,Wigan 008,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116826 +116826,E00032289,5a3,Families in Terraces and Flats,E01006373,Wigan 006C,8c,Comfortable suburbia,E02001292,Wigan 006,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116827 +116827,E00032303,5a3,Families in Terraces and Flats,E01006371,Wigan 008D,5b,Aspiring urban households,E02001294,Wigan 008,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116828 +116828,E00032039,8b2,Hard-Pressed Rented Terraces,E01006324,Wigan 033B,4a,Challenged white communities,E02001319,Wigan 033,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116829 +116829,E00032305,5a3,Families in Terraces and Flats,E01006375,Wigan 008E,3a,Achieving neighbourhoods,E02001294,Wigan 008,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116830 +116830,E00032311,5a3,Families in Terraces and Flats,E01006369,Wigan 008C,4b,Constrained renters,E02001294,Wigan 008,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116831 +116831,E00032314,5a3,Families in Terraces and Flats,E01006369,Wigan 008C,4b,Constrained renters,E02001294,Wigan 008,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116832 +116832,E00032465,5a3,Families in Terraces and Flats,E01006404,Wigan 015C,4a,Challenged white communities,E02001301,Wigan 015,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116833 +116833,E00168461,5a3,Families in Terraces and Flats,E01006232,Wigan 004B,2a,Ageing rural neighbourhoods,E02001290,Wigan 004,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116834 +116834,E00168471,5a3,Families in Terraces and Flats,E01006349,Wigan 015A,4b,Constrained renters,E02001301,Wigan 015,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116835 +116835,E00168474,5a3,Families in Terraces and Flats,E01006245,Wigan 023D,5b,Aspiring urban households,E02001309,Wigan 023,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116836 +116836,E00168477,5a3,Families in Terraces and Flats,E01006243,Wigan 023B,5b,Aspiring urban households,E02001309,Wigan 023,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116837 +116837,E00031511,7a2,Hampered Aspiration,E01006213,Wigan 024A,4c,Hampered neighbourhoods,E02001310,Wigan 024,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116838 +116838,E00031613,7a2,Hampered Aspiration,E01006238,Wigan 002E,4a,Challenged white communities,E02001288,Wigan 002,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116839 +116839,E00031657,7a2,Hampered Aspiration,E01006244,Wigan 023C,4a,Challenged white communities,E02001309,Wigan 023,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116840 +116840,E00031691,7a2,Hampered Aspiration,E01006246,Wigan 034A,5d,Endeavouring social renters,E02001320,Wigan 034,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116841 +116841,E00031731,7a2,Hampered Aspiration,E01006258,Wigan 008B,5a,Ageing urban communities,E02001294,Wigan 008,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116842 +116842,E00031898,7a2,Hampered Aspiration,E01006293,Wigan 022D,5a,Ageing urban communities,E02001308,Wigan 022,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116843 +116843,E00031899,7a2,Hampered Aspiration,E01006294,Wigan 025B,5b,Aspiring urban households,E02001311,Wigan 025,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116844 +116844,E00031910,7a2,Hampered Aspiration,E01006298,Wigan 037B,4c,Hampered neighbourhoods,E02001323,Wigan 037,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116845 +116845,E00031918,7a2,Hampered Aspiration,E01006296,Wigan 037A,4a,Challenged white communities,E02001323,Wigan 037,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116846 +116846,E00031920,7a2,Hampered Aspiration,E01006297,Wigan 034D,4a,Challenged white communities,E02001320,Wigan 034,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116847 +116847,E00031967,7a2,Hampered Aspiration,E01006310,Wigan 012D,4a,Challenged white communities,E02001298,Wigan 012,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116848 +116848,E00031509,8c1,Ageing Industrious Workers,E01006217,Wigan 024C,5b,Aspiring urban households,E02001310,Wigan 024,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116849 +116849,E00032042,7a2,Hampered Aspiration,E01006324,Wigan 033B,4a,Challenged white communities,E02001319,Wigan 033,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116850 +116850,E00032049,7a2,Hampered Aspiration,E01006326,Wigan 033D,4b,Constrained renters,E02001319,Wigan 033,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116851 +116851,E00032052,7a2,Hampered Aspiration,E01006328,Wigan 030A,4b,Constrained renters,E02001316,Wigan 030,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116852 +116852,E00032084,7a2,Hampered Aspiration,E01006334,Wigan 030C,4b,Constrained renters,E02001316,Wigan 030,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116853 +116853,E00032090,7a2,Hampered Aspiration,E01006333,Wigan 030B,4b,Constrained renters,E02001316,Wigan 030,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116854 +116854,E00032094,7a2,Hampered Aspiration,E01006333,Wigan 030B,4b,Constrained renters,E02001316,Wigan 030,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116855 +116855,E00032099,7a2,Hampered Aspiration,E01006332,Wigan 031E,5a,Ageing urban communities,E02001317,Wigan 031,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116856 +116856,E00032246,7c2,Constrained Young Families,E01006360,Wigan 010D,4c,Hampered neighbourhoods,E02001296,Wigan 010,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116857 +116857,E00032117,8b1,Deprived Blue-Collar Terraces,E01006338,Wigan 030D,4b,Constrained renters,E02001316,Wigan 030,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116858 +116858,E00032106,8b2,Hard-Pressed Rented Terraces,E01006337,Wigan 027E,5d,Endeavouring social renters,E02001313,Wigan 027,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116859 +116859,E00032121,8b1,Deprived Blue-Collar Terraces,E01006334,Wigan 030C,4b,Constrained renters,E02001316,Wigan 030,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116860 +116860,E00032125,7a2,Hampered Aspiration,E01006340,Wigan 039B,5d,Endeavouring social renters,E02001325,Wigan 039,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116861 +116861,E00032433,7c2,Constrained Young Families,E01006397,Wigan 011C,4a,Challenged white communities,E02001297,Wigan 011,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116862 +116862,E00031559,8c1,Ageing Industrious Workers,E01006226,Wigan 035E,5b,Aspiring urban households,E02001321,Wigan 035,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116863 +116863,E00031604,6a2,Comfortable Suburbia,E01006237,Wigan 002D,8c,Comfortable suburbia,E02001288,Wigan 002,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116864 +116864,E00031606,6a2,Comfortable Suburbia,E01006230,Wigan 002B,8b,Ageing suburbanites,E02001288,Wigan 002,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116865 +116865,E00032231,8a2,Industrious Hardship,E01006359,Wigan 014E,4a,Challenged white communities,E02001300,Wigan 014,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116866 +116866,E00032163,7a2,Hampered Aspiration,E01006346,Wigan 038E,5b,Aspiring urban households,E02001324,Wigan 038,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116867 +116867,E00032432,8b2,Hard-Pressed Rented Terraces,E01006397,Wigan 011C,4a,Challenged white communities,E02001297,Wigan 011,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116868 +116868,E00031698,6a2,Comfortable Suburbia,E01006259,Wigan 003A,5d,Endeavouring social renters,E02001289,Wigan 003,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116869 +116869,E00032237,8a2,Industrious Hardship,E01006358,Wigan 014D,5d,Endeavouring social renters,E02001300,Wigan 014,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116870 +116870,E00032438,7c2,Constrained Young Families,E01006398,Wigan 011D,4a,Challenged white communities,E02001297,Wigan 011,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116871 +116871,E00031586,8c1,Ageing Industrious Workers,E01006231,Wigan 004A,2d,Rural traits,E02001290,Wigan 004,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116872 +116872,E00032176,8b1,Deprived Blue-Collar Terraces,E01006352,Wigan 015B,4b,Constrained renters,E02001301,Wigan 015,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116873 +116873,E00032310,7a2,Hampered Aspiration,E01006369,Wigan 008C,4b,Constrained renters,E02001294,Wigan 008,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116874 +116874,E00032437,8b2,Hard-Pressed Rented Terraces,E01006398,Wigan 011D,4a,Challenged white communities,E02001297,Wigan 011,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116875 +116875,E00032476,8b2,Hard-Pressed Rented Terraces,E01006404,Wigan 015C,4a,Challenged white communities,E02001301,Wigan 015,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116876 +116876,E00032485,8b2,Hard-Pressed Rented Terraces,E01006408,Wigan 020C,4a,Challenged white communities,E02001306,Wigan 020,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116877 +116877,E00168482,8b2,Hard-Pressed Rented Terraces,E01006245,Wigan 023D,5b,Aspiring urban households,E02001309,Wigan 023,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116878 +116878,E00032316,6a1,Indian Tech Achievers,E01006372,Wigan 006B,8a,Affluent communities,E02001292,Wigan 006,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116879 +116879,E00032319,6a1,Indian Tech Achievers,E01006372,Wigan 006B,8a,Affluent communities,E02001292,Wigan 006,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116880 +116880,E00032337,6a1,Indian Tech Achievers,E01006381,Wigan 028B,8c,Comfortable suburbia,E02001314,Wigan 028,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116881 +116881,E00031490,8a2,Industrious Hardship,E01006213,Wigan 024A,4c,Hampered neighbourhoods,E02001310,Wigan 024,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116882 +116882,E00031504,8a2,Industrious Hardship,E01006216,Wigan 026C,5b,Aspiring urban households,E02001312,Wigan 026,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116883 +116883,E00031506,8a2,Industrious Hardship,E01006217,Wigan 024C,5b,Aspiring urban households,E02001310,Wigan 024,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116884 +116884,E00031531,8a2,Industrious Hardship,E01006226,Wigan 035E,5b,Aspiring urban households,E02001321,Wigan 035,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116885 +116885,E00031535,8a2,Industrious Hardship,E01006227,Wigan 038A,5d,Endeavouring social renters,E02001324,Wigan 038,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116886 +116886,E00031567,8a2,Industrious Hardship,E01006220,Wigan 035A,5d,Endeavouring social renters,E02001321,Wigan 035,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116887 +116887,E00031568,8a2,Industrious Hardship,E01006225,Wigan 036B,5a,Ageing urban communities,E02001322,Wigan 036,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116888 +116888,E00031653,8a2,Industrious Hardship,E01006242,Wigan 023A,5d,Endeavouring social renters,E02001309,Wigan 023,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116889 +116889,E00031702,8a2,Industrious Hardship,E01006260,Wigan 005E,5d,Endeavouring social renters,E02001291,Wigan 005,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116890 +116890,E00031709,8a2,Industrious Hardship,E01006259,Wigan 003A,5d,Endeavouring social renters,E02001289,Wigan 003,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116891 +116891,E00031710,8a2,Industrious Hardship,E01006253,Wigan 005A,5d,Endeavouring social renters,E02001291,Wigan 005,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116892 +116892,E00031711,8a2,Industrious Hardship,E01006254,Wigan 005B,4a,Challenged white communities,E02001291,Wigan 005,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116893 +116893,E00031712,8a2,Industrious Hardship,E01006253,Wigan 005A,5d,Endeavouring social renters,E02001291,Wigan 005,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116894 +116894,E00031752,8a2,Industrious Hardship,E01006267,Wigan 032D,4a,Challenged white communities,E02001318,Wigan 032,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116895 +116895,E00031758,8a2,Industrious Hardship,E01006261,Wigan 036C,5d,Endeavouring social renters,E02001322,Wigan 036,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116896 +116896,E00031770,8a2,Industrious Hardship,E01006262,Wigan 032A,5d,Endeavouring social renters,E02001318,Wigan 032,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116897 +116897,E00031773,8a2,Industrious Hardship,E01006275,Wigan 016C,4a,Challenged white communities,E02001302,Wigan 016,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116898 +116898,E00031779,8a2,Industrious Hardship,E01006273,Wigan 013D,5d,Endeavouring social renters,E02001299,Wigan 013,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116899 +116899,E00031780,8a2,Industrious Hardship,E01006275,Wigan 016C,4a,Challenged white communities,E02001302,Wigan 016,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116900 +116900,E00031794,8a2,Industrious Hardship,E01006270,Wigan 016A,5d,Endeavouring social renters,E02001302,Wigan 016,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116901 +116901,E00031820,8a2,Industrious Hardship,E01006286,Wigan 016E,5d,Endeavouring social renters,E02001302,Wigan 016,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116902 +116902,E00031822,8a2,Industrious Hardship,E01006278,Wigan 019A,5d,Endeavouring social renters,E02001305,Wigan 019,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116903 +116903,E00031875,8a2,Industrious Hardship,E01006289,Wigan 017E,4a,Challenged white communities,E02001303,Wigan 017,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116904 +116904,E00031951,8a2,Industrious Hardship,E01006304,Wigan 040C,5d,Endeavouring social renters,E02001326,Wigan 040,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116905 +116905,E00031952,8a2,Industrious Hardship,E01006304,Wigan 040C,5d,Endeavouring social renters,E02001326,Wigan 040,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116906 +116906,E00031983,8a2,Industrious Hardship,E01006308,Wigan 012B,4a,Challenged white communities,E02001298,Wigan 012,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116907 +116907,E00031989,8a2,Industrious Hardship,E01006305,Wigan 012A,4a,Challenged white communities,E02001298,Wigan 012,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116908 +116908,E00032053,8a2,Industrious Hardship,E01006327,Wigan 033E,4a,Challenged white communities,E02001319,Wigan 033,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116909 +116909,E00032065,8a2,Industrious Hardship,E01006323,Wigan 033A,5d,Endeavouring social renters,E02001319,Wigan 033,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116910 +116910,E00032067,8a2,Industrious Hardship,E01006323,Wigan 033A,5d,Endeavouring social renters,E02001319,Wigan 033,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116911 +116911,E00032069,8a2,Industrious Hardship,E01006324,Wigan 033B,4a,Challenged white communities,E02001319,Wigan 033,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116912 +116912,E00032149,8a2,Industrious Hardship,E01006342,Wigan 038C,4a,Challenged white communities,E02001324,Wigan 038,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116913 +116913,E00032155,8a2,Industrious Hardship,E01006342,Wigan 038C,4a,Challenged white communities,E02001324,Wigan 038,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116914 +116914,E00032157,8a2,Industrious Hardship,E01006344,Wigan 038D,5d,Endeavouring social renters,E02001324,Wigan 038,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116915 +116915,E00032165,8a2,Industrious Hardship,E01006344,Wigan 038D,5d,Endeavouring social renters,E02001324,Wigan 038,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116916 +116916,E00032168,8a2,Industrious Hardship,E01006344,Wigan 038D,5d,Endeavouring social renters,E02001324,Wigan 038,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116917 +116917,E00032169,8a2,Industrious Hardship,E01006342,Wigan 038C,4a,Challenged white communities,E02001324,Wigan 038,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116918 +116918,E00032171,8a2,Industrious Hardship,E01006344,Wigan 038D,5d,Endeavouring social renters,E02001324,Wigan 038,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116919 +116919,E00032218,8a2,Industrious Hardship,E01006356,Wigan 011A,4a,Challenged white communities,E02001297,Wigan 011,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116920 +116920,E00032220,8a2,Industrious Hardship,E01006356,Wigan 011A,4a,Challenged white communities,E02001297,Wigan 011,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116921 +116921,E00032255,8a2,Industrious Hardship,E01006364,Wigan 018C,5c,Comfortable neighbourhoods,E02001304,Wigan 018,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116922 +116922,E00032177,8b1,Deprived Blue-Collar Terraces,E01006354,Wigan 014B,4a,Challenged white communities,E02001300,Wigan 014,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116923 +116923,E00032467,7c2,Constrained Young Families,E01006405,Wigan 015D,4a,Challenged white communities,E02001301,Wigan 015,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116924 +116924,E00031776,6a2,Comfortable Suburbia,E01006277,Wigan 016D,8c,Comfortable suburbia,E02001302,Wigan 016,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116925 +116925,E00031598,8c1,Ageing Industrious Workers,E01006235,Wigan 004D,5c,Comfortable neighbourhoods,E02001290,Wigan 004,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116926 +116926,E00031690,8c1,Ageing Industrious Workers,E01006246,Wigan 034A,5d,Endeavouring social renters,E02001320,Wigan 034,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116927 +116927,E00032313,7a2,Hampered Aspiration,E01006369,Wigan 008C,4b,Constrained renters,E02001294,Wigan 008,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116928 +116928,E00032325,8a2,Industrious Hardship,E01006376,Wigan 028A,5d,Endeavouring social renters,E02001314,Wigan 028,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116929 +116929,E00031692,8c1,Ageing Industrious Workers,E01006246,Wigan 034A,5d,Endeavouring social renters,E02001320,Wigan 034,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116930 +116930,E00032469,7c2,Constrained Young Families,E01006405,Wigan 015D,4a,Challenged white communities,E02001301,Wigan 015,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116931 +116931,E00031941,6a2,Comfortable Suburbia,E01006301,Wigan 037E,8b,Ageing suburbanites,E02001323,Wigan 037,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116932 +116932,E00032182,8b1,Deprived Blue-Collar Terraces,E01006349,Wigan 015A,4b,Constrained renters,E02001301,Wigan 015,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116933 +116933,E00032414,7a2,Hampered Aspiration,E01006399,Wigan 011E,5d,Endeavouring social renters,E02001297,Wigan 011,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116934 +116934,E00032344,8a2,Industrious Hardship,E01006383,Wigan 028D,8b,Ageing suburbanites,E02001314,Wigan 028,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116935 +116935,E00031704,8c1,Ageing Industrious Workers,E01006260,Wigan 005E,5d,Endeavouring social renters,E02001291,Wigan 005,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116936 +116936,E00032470,7c2,Constrained Young Families,E01006404,Wigan 015C,4a,Challenged white communities,E02001301,Wigan 015,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116937 +116937,E00031577,5b1,Delayed Retirement,E01006229,Wigan 002A,8a,Affluent communities,E02001288,Wigan 002,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116938 +116938,E00032300,5b1,Delayed Retirement,E01006370,Wigan 006A,3d,Households in terraces and flats,E02001292,Wigan 006,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116939 +116939,E00031493,8b1,Deprived Blue-Collar Terraces,E01006214,Wigan 026B,5d,Endeavouring social renters,E02001312,Wigan 026,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116940 +116940,E00031503,8b1,Deprived Blue-Collar Terraces,E01006216,Wigan 026C,5b,Aspiring urban households,E02001312,Wigan 026,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116941 +116941,E00031505,8b1,Deprived Blue-Collar Terraces,E01006213,Wigan 024A,4c,Hampered neighbourhoods,E02001310,Wigan 024,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116942 +116942,E00031514,8b1,Deprived Blue-Collar Terraces,E01006218,Wigan 024D,4b,Constrained renters,E02001310,Wigan 024,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116943 +116943,E00031517,8b1,Deprived Blue-Collar Terraces,E01006218,Wigan 024D,4b,Constrained renters,E02001310,Wigan 024,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116944 +116944,E00031521,8b1,Deprived Blue-Collar Terraces,E01006219,Wigan 024E,5d,Endeavouring social renters,E02001310,Wigan 024,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116945 +116945,E00031523,8b1,Deprived Blue-Collar Terraces,E01006214,Wigan 026B,5d,Endeavouring social renters,E02001312,Wigan 026,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116946 +116946,E00031629,8b1,Deprived Blue-Collar Terraces,E01006243,Wigan 023B,5b,Aspiring urban households,E02001309,Wigan 023,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116947 +116947,E00031630,8b1,Deprived Blue-Collar Terraces,E01006244,Wigan 023C,4a,Challenged white communities,E02001309,Wigan 023,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116948 +116948,E00031652,8b1,Deprived Blue-Collar Terraces,E01006242,Wigan 023A,5d,Endeavouring social renters,E02001309,Wigan 023,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116949 +116949,E00031658,8b1,Deprived Blue-Collar Terraces,E01006242,Wigan 023A,5d,Endeavouring social renters,E02001309,Wigan 023,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116950 +116950,E00031685,8b1,Deprived Blue-Collar Terraces,E01006252,Wigan 034C,5b,Aspiring urban households,E02001320,Wigan 034,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116951 +116951,E00031686,8b1,Deprived Blue-Collar Terraces,E01006252,Wigan 034C,5b,Aspiring urban households,E02001320,Wigan 034,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116952 +116952,E00031697,8b1,Deprived Blue-Collar Terraces,E01006255,Wigan 005C,5b,Aspiring urban households,E02001291,Wigan 005,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116953 +116953,E00031726,8b1,Deprived Blue-Collar Terraces,E01006257,Wigan 008A,5b,Aspiring urban households,E02001294,Wigan 008,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116954 +116954,E00031762,8b1,Deprived Blue-Collar Terraces,E01006265,Wigan 036E,5b,Aspiring urban households,E02001322,Wigan 036,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116955 +116955,E00031765,8b1,Deprived Blue-Collar Terraces,E01006265,Wigan 036E,5b,Aspiring urban households,E02001322,Wigan 036,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116956 +116956,E00031774,8b1,Deprived Blue-Collar Terraces,E01006276,Wigan 013E,5b,Aspiring urban households,E02001299,Wigan 013,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116957 +116957,E00031790,8b1,Deprived Blue-Collar Terraces,E01006275,Wigan 016C,4a,Challenged white communities,E02001302,Wigan 016,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116958 +116958,E00031793,8b1,Deprived Blue-Collar Terraces,E01006272,Wigan 013C,5a,Ageing urban communities,E02001299,Wigan 013,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116959 +116959,E00031797,8b1,Deprived Blue-Collar Terraces,E01006274,Wigan 016B,4a,Challenged white communities,E02001302,Wigan 016,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116960 +116960,E00031798,8b1,Deprived Blue-Collar Terraces,E01006276,Wigan 013E,5b,Aspiring urban households,E02001299,Wigan 013,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116961 +116961,E00031816,8b1,Deprived Blue-Collar Terraces,E01006272,Wigan 013C,5a,Ageing urban communities,E02001299,Wigan 013,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116962 +116962,E00031867,8b1,Deprived Blue-Collar Terraces,E01006294,Wigan 025B,5b,Aspiring urban households,E02001311,Wigan 025,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116963 +116963,E00031878,8b1,Deprived Blue-Collar Terraces,E01006290,Wigan 022A,8b,Ageing suburbanites,E02001308,Wigan 022,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116964 +116964,E00031883,8b1,Deprived Blue-Collar Terraces,E01006291,Wigan 022B,4a,Challenged white communities,E02001308,Wigan 022,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116965 +116965,E00031893,8b1,Deprived Blue-Collar Terraces,E01006292,Wigan 022C,5d,Endeavouring social renters,E02001308,Wigan 022,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116966 +116966,E00031900,8b1,Deprived Blue-Collar Terraces,E01006295,Wigan 025C,4a,Challenged white communities,E02001311,Wigan 025,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116967 +116967,E00031916,8b1,Deprived Blue-Collar Terraces,E01006298,Wigan 037B,4c,Hampered neighbourhoods,E02001323,Wigan 037,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116968 +116968,E00031955,8b1,Deprived Blue-Collar Terraces,E01006308,Wigan 012B,4a,Challenged white communities,E02001298,Wigan 012,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116969 +116969,E00031965,8b1,Deprived Blue-Collar Terraces,E01006309,Wigan 012C,4a,Challenged white communities,E02001298,Wigan 012,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116970 +116970,E00031978,8b1,Deprived Blue-Collar Terraces,E01006307,Wigan 009B,4a,Challenged white communities,E02001295,Wigan 009,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116971 +116971,E00032040,8b1,Deprived Blue-Collar Terraces,E01006325,Wigan 033C,5d,Endeavouring social renters,E02001319,Wigan 033,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116972 +116972,E00032043,8b1,Deprived Blue-Collar Terraces,E01006328,Wigan 030A,4b,Constrained renters,E02001316,Wigan 030,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116973 +116973,E00032044,8b1,Deprived Blue-Collar Terraces,E01006328,Wigan 030A,4b,Constrained renters,E02001316,Wigan 030,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116974 +116974,E00032047,8b1,Deprived Blue-Collar Terraces,E01006324,Wigan 033B,4a,Challenged white communities,E02001319,Wigan 033,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116975 +116975,E00032070,8b1,Deprived Blue-Collar Terraces,E01006326,Wigan 033D,4b,Constrained renters,E02001319,Wigan 033,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116976 +116976,E00032074,8b1,Deprived Blue-Collar Terraces,E01006326,Wigan 033D,4b,Constrained renters,E02001319,Wigan 033,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116977 +116977,E00032075,8b1,Deprived Blue-Collar Terraces,E01006326,Wigan 033D,4b,Constrained renters,E02001319,Wigan 033,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116978 +116978,E00032083,8b1,Deprived Blue-Collar Terraces,E01006334,Wigan 030C,4b,Constrained renters,E02001316,Wigan 030,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116979 +116979,E00032096,8b1,Deprived Blue-Collar Terraces,E01006335,Wigan 034E,4b,Constrained renters,E02001320,Wigan 034,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116980 +116980,E00032097,8b1,Deprived Blue-Collar Terraces,E01006335,Wigan 034E,4b,Constrained renters,E02001320,Wigan 034,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116981 +116981,E00032004,6a2,Comfortable Suburbia,E01006319,Wigan 001D,8c,Comfortable suburbia,E02001287,Wigan 001,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116982 +116982,E00032359,8a2,Industrious Hardship,E01006376,Wigan 028A,5d,Endeavouring social renters,E02001314,Wigan 028,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116983 +116983,E00031750,8c1,Ageing Industrious Workers,E01006268,Wigan 032E,5b,Aspiring urban households,E02001318,Wigan 032,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116984 +116984,E00168457,7a2,Hampered Aspiration,E01006332,Wigan 031E,5a,Ageing urban communities,E02001317,Wigan 031,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116985 +116985,E00032187,8b1,Deprived Blue-Collar Terraces,E01006352,Wigan 015B,4b,Constrained renters,E02001301,Wigan 015,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116986 +116986,E00032172,6a2,Comfortable Suburbia,E01006343,Wigan 039C,8c,Comfortable suburbia,E02001325,Wigan 039,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116987 +116987,E00032399,8a2,Industrious Hardship,E01006390,Wigan 006E,5d,Endeavouring social renters,E02001292,Wigan 006,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116988 +116988,E00031508,8d2,Hard-Pressed Ethnic Mix,E01006217,Wigan 024C,5b,Aspiring urban households,E02001310,Wigan 024,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116989 +116989,E00032318,6a2,Comfortable Suburbia,E01006372,Wigan 006B,8a,Affluent communities,E02001292,Wigan 006,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116990 +116990,E00032192,8b1,Deprived Blue-Collar Terraces,E01006354,Wigan 014B,4a,Challenged white communities,E02001300,Wigan 014,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116991 +116991,E00031782,8c1,Ageing Industrious Workers,E01006271,Wigan 013B,5b,Aspiring urban households,E02001299,Wigan 013,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116992 +116992,E00032436,8a2,Industrious Hardship,E01006398,Wigan 011D,4a,Challenged white communities,E02001297,Wigan 011,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116993 +116993,E00031518,8d2,Hard-Pressed Ethnic Mix,E01006213,Wigan 024A,4c,Hampered neighbourhoods,E02001310,Wigan 024,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116994 +116994,E00032335,6a2,Comfortable Suburbia,E01006382,Wigan 028C,8b,Ageing suburbanites,E02001314,Wigan 028,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116995 +116995,E00032196,8b1,Deprived Blue-Collar Terraces,E01006355,Wigan 014C,5b,Aspiring urban households,E02001300,Wigan 014,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116996 +116996,E00031783,8c1,Ageing Industrious Workers,E01006270,Wigan 016A,5d,Endeavouring social renters,E02001302,Wigan 016,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116997 +116997,E00032442,8a2,Industrious Hardship,E01006399,Wigan 011E,5d,Endeavouring social renters,E02001297,Wigan 011,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116998 +116998,E00032478,8a2,Industrious Hardship,E01006408,Wigan 020C,4a,Challenged white communities,E02001306,Wigan 020,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,116999 +116999,E00032483,8a2,Industrious Hardship,E01006408,Wigan 020C,4a,Challenged white communities,E02001306,Wigan 020,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117000 +117000,E00031488,8a1,Industrious Transitions,E01006212,Wigan 026A,5d,Endeavouring social renters,E02001312,Wigan 026,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117001 +117001,E00031512,8a1,Industrious Transitions,E01006218,Wigan 024D,4b,Constrained renters,E02001310,Wigan 024,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117002 +117002,E00031530,8a1,Industrious Transitions,E01006223,Wigan 036A,5b,Aspiring urban households,E02001322,Wigan 036,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117003 +117003,E00031534,8a1,Industrious Transitions,E01006227,Wigan 038A,5d,Endeavouring social renters,E02001324,Wigan 038,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117004 +117004,E00031543,8a1,Industrious Transitions,E01006220,Wigan 035A,5d,Endeavouring social renters,E02001321,Wigan 035,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117005 +117005,E00031545,8a1,Industrious Transitions,E01006220,Wigan 035A,5d,Endeavouring social renters,E02001321,Wigan 035,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117006 +117006,E00031566,8a1,Industrious Transitions,E01006228,Wigan 038B,5b,Aspiring urban households,E02001324,Wigan 038,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117007 +117007,E00031574,8a1,Industrious Transitions,E01006238,Wigan 002E,4a,Challenged white communities,E02001288,Wigan 002,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117008 +117008,E00031596,8a1,Industrious Transitions,E01006236,Wigan 007A,8b,Ageing suburbanites,E02001293,Wigan 007,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117009 +117009,E00031601,8a1,Industrious Transitions,E01006237,Wigan 002D,8c,Comfortable suburbia,E02001288,Wigan 002,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117010 +117010,E00031615,8a1,Industrious Transitions,E01006230,Wigan 002B,8b,Ageing suburbanites,E02001288,Wigan 002,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117011 +117011,E00031678,8a1,Industrious Transitions,E01006249,Wigan 031B,4a,Challenged white communities,E02001317,Wigan 031,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117012 +117012,E00031684,8a1,Industrious Transitions,E01006249,Wigan 031B,4a,Challenged white communities,E02001317,Wigan 031,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117013 +117013,E00031688,8a1,Industrious Transitions,E01006252,Wigan 034C,5b,Aspiring urban households,E02001320,Wigan 034,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117014 +117014,E00031694,8a1,Industrious Transitions,E01006247,Wigan 034B,8b,Ageing suburbanites,E02001320,Wigan 034,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117015 +117015,E00031706,8a1,Industrious Transitions,E01006260,Wigan 005E,5d,Endeavouring social renters,E02001291,Wigan 005,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117016 +117016,E00031718,8a1,Industrious Transitions,E01006256,Wigan 005D,5b,Aspiring urban households,E02001291,Wigan 005,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117017 +117017,E00031727,8a1,Industrious Transitions,E01006258,Wigan 008B,5a,Ageing urban communities,E02001294,Wigan 008,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117018 +117018,E00031730,8a1,Industrious Transitions,E01006258,Wigan 008B,5a,Ageing urban communities,E02001294,Wigan 008,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117019 +117019,E00031733,8a1,Industrious Transitions,E01006268,Wigan 032E,5b,Aspiring urban households,E02001318,Wigan 032,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117020 +117020,E00031734,8a1,Industrious Transitions,E01006268,Wigan 032E,5b,Aspiring urban households,E02001318,Wigan 032,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117021 +117021,E00031743,8a1,Industrious Transitions,E01006266,Wigan 032C,8b,Ageing suburbanites,E02001318,Wigan 032,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117022 +117022,E00031760,8a1,Industrious Transitions,E01006261,Wigan 036C,5d,Endeavouring social renters,E02001322,Wigan 036,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117023 +117023,E00031796,8a1,Industrious Transitions,E01006274,Wigan 016B,4a,Challenged white communities,E02001302,Wigan 016,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117024 +117024,E00031803,8a1,Industrious Transitions,E01006276,Wigan 013E,5b,Aspiring urban households,E02001299,Wigan 013,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117025 +117025,E00031813,8a1,Industrious Transitions,E01006272,Wigan 013C,5a,Ageing urban communities,E02001299,Wigan 013,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117026 +117026,E00031814,8a1,Industrious Transitions,E01006273,Wigan 013D,5d,Endeavouring social renters,E02001299,Wigan 013,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117027 +117027,E00031824,8a1,Industrious Transitions,E01006282,Wigan 027A,5d,Endeavouring social renters,E02001313,Wigan 027,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117028 +117028,E00031829,8a1,Industrious Transitions,E01006282,Wigan 027A,5d,Endeavouring social renters,E02001313,Wigan 027,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117029 +117029,E00031831,8a1,Industrious Transitions,E01006284,Wigan 027C,4a,Challenged white communities,E02001313,Wigan 027,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117030 +117030,E00031833,8a1,Industrious Transitions,E01006282,Wigan 027A,5d,Endeavouring social renters,E02001313,Wigan 027,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117031 +117031,E00031842,8a1,Industrious Transitions,E01006286,Wigan 016E,5d,Endeavouring social renters,E02001302,Wigan 016,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117032 +117032,E00031854,8a1,Industrious Transitions,E01006280,Wigan 019C,5d,Endeavouring social renters,E02001305,Wigan 019,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117033 +117033,E00031856,8a1,Industrious Transitions,E01006278,Wigan 019A,5d,Endeavouring social renters,E02001305,Wigan 019,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117034 +117034,E00031891,8a1,Industrious Transitions,E01006292,Wigan 022C,5d,Endeavouring social renters,E02001308,Wigan 022,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117035 +117035,E00031912,8a1,Industrious Transitions,E01006296,Wigan 037A,4a,Challenged white communities,E02001323,Wigan 037,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117036 +117036,E00031921,8a1,Industrious Transitions,E01006299,Wigan 037C,5b,Aspiring urban households,E02001323,Wigan 037,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117037 +117037,E00031924,8a1,Industrious Transitions,E01006298,Wigan 037B,4c,Hampered neighbourhoods,E02001323,Wigan 037,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117038 +117038,E00032234,8b1,Deprived Blue-Collar Terraces,E01006359,Wigan 014E,4a,Challenged white communities,E02001300,Wigan 014,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117039 +117039,E00031634,8d2,Hard-Pressed Ethnic Mix,E01006245,Wigan 023D,5b,Aspiring urban households,E02001309,Wigan 023,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117040 +117040,E00031836,8c1,Ageing Industrious Workers,E01006283,Wigan 027B,4a,Challenged white communities,E02001313,Wigan 027,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117041 +117041,E00031848,8c1,Ageing Industrious Workers,E01006280,Wigan 019C,5d,Endeavouring social renters,E02001305,Wigan 019,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117042 +117042,E00032341,6a2,Comfortable Suburbia,E01006383,Wigan 028D,8b,Ageing suburbanites,E02001314,Wigan 028,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117043 +117043,E00032239,8b1,Deprived Blue-Collar Terraces,E01006361,Wigan 010E,4a,Challenged white communities,E02001296,Wigan 010,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117044 +117044,E00031849,8c1,Ageing Industrious Workers,E01006280,Wigan 019C,5d,Endeavouring social renters,E02001305,Wigan 019,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117045 +117045,E00031641,8d2,Hard-Pressed Ethnic Mix,E01006240,Wigan 017B,4a,Challenged white communities,E02001303,Wigan 017,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117046 +117046,E00032361,6a2,Comfortable Suburbia,E01006377,Wigan 025D,8b,Ageing suburbanites,E02001311,Wigan 025,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117047 +117047,E00032299,8b1,Deprived Blue-Collar Terraces,E01006371,Wigan 008D,5b,Aspiring urban households,E02001294,Wigan 008,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117048 +117048,E00031866,8c1,Ageing Industrious Workers,E01006295,Wigan 025C,4a,Challenged white communities,E02001311,Wigan 025,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117049 +117049,E00031646,8d2,Hard-Pressed Ethnic Mix,E01006239,Wigan 017A,4a,Challenged white communities,E02001303,Wigan 017,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117050 +117050,E00032445,6a2,Comfortable Suburbia,E01006400,Wigan 021D,8b,Ageing suburbanites,E02001307,Wigan 021,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117051 +117051,E00032309,8b1,Deprived Blue-Collar Terraces,E01006369,Wigan 008C,4b,Constrained renters,E02001294,Wigan 008,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117052 +117052,E00031882,8c1,Ageing Industrious Workers,E01006291,Wigan 022B,4a,Challenged white communities,E02001308,Wigan 022,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117053 +117053,E00031674,8d2,Hard-Pressed Ethnic Mix,E01006249,Wigan 031B,4a,Challenged white communities,E02001317,Wigan 031,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117054 +117054,E00168451,6a2,Comfortable Suburbia,E01006276,Wigan 013E,5b,Aspiring urban households,E02001299,Wigan 013,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117055 +117055,E00032312,8b1,Deprived Blue-Collar Terraces,E01006369,Wigan 008C,4b,Constrained renters,E02001294,Wigan 008,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117056 +117056,E00031988,8c1,Ageing Industrious Workers,E01006308,Wigan 012B,4a,Challenged white communities,E02001298,Wigan 012,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117057 +117057,E00031828,8d2,Hard-Pressed Ethnic Mix,E01006284,Wigan 027C,4a,Challenged white communities,E02001313,Wigan 027,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117058 +117058,E00031885,8d2,Hard-Pressed Ethnic Mix,E01006288,Wigan 025A,4a,Challenged white communities,E02001311,Wigan 025,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117059 +117059,E00031962,8d2,Hard-Pressed Ethnic Mix,E01006310,Wigan 012D,4a,Challenged white communities,E02001298,Wigan 012,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117060 +117060,E00031982,8d2,Hard-Pressed Ethnic Mix,E01006306,Wigan 009A,4b,Constrained renters,E02001295,Wigan 009,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117061 +117061,E00032041,8d2,Hard-Pressed Ethnic Mix,E01006327,Wigan 033E,4a,Challenged white communities,E02001319,Wigan 033,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117062 +117062,E00032186,8d2,Hard-Pressed Ethnic Mix,E01006353,Wigan 014A,5d,Endeavouring social renters,E02001300,Wigan 014,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117063 +117063,E00032197,8d2,Hard-Pressed Ethnic Mix,E01006350,Wigan 010A,4c,Hampered neighbourhoods,E02001296,Wigan 010,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117064 +117064,E00032360,8d2,Hard-Pressed Ethnic Mix,E01006376,Wigan 028A,5d,Endeavouring social renters,E02001314,Wigan 028,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117065 +117065,E00031513,8d3,Hard-Pressed European Settlers,E01006218,Wigan 024D,4b,Constrained renters,E02001310,Wigan 024,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117066 +117066,E00031539,8d3,Hard-Pressed European Settlers,E01006228,Wigan 038B,5b,Aspiring urban households,E02001324,Wigan 038,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117067 +117067,E00031570,8d3,Hard-Pressed European Settlers,E01006228,Wigan 038B,5b,Aspiring urban households,E02001324,Wigan 038,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117068 +117068,E00031693,8d3,Hard-Pressed European Settlers,E01006246,Wigan 034A,5d,Endeavouring social renters,E02001320,Wigan 034,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117069 +117069,E00031701,8d3,Hard-Pressed European Settlers,E01006254,Wigan 005B,4a,Challenged white communities,E02001291,Wigan 005,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117070 +117070,E00031707,8d3,Hard-Pressed European Settlers,E01006254,Wigan 005B,4a,Challenged white communities,E02001291,Wigan 005,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117071 +117071,E00031715,8d3,Hard-Pressed European Settlers,E01006253,Wigan 005A,5d,Endeavouring social renters,E02001291,Wigan 005,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117072 +117072,E00031823,8d3,Hard-Pressed European Settlers,E01006282,Wigan 027A,5d,Endeavouring social renters,E02001313,Wigan 027,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117073 +117073,E00031908,8d3,Hard-Pressed European Settlers,E01006289,Wigan 017E,4a,Challenged white communities,E02001303,Wigan 017,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117074 +117074,E00031957,8d3,Hard-Pressed European Settlers,E01006306,Wigan 009A,4b,Constrained renters,E02001295,Wigan 009,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117075 +117075,E00031963,8d3,Hard-Pressed European Settlers,E01006309,Wigan 012C,4a,Challenged white communities,E02001298,Wigan 012,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117076 +117076,E00031964,8d3,Hard-Pressed European Settlers,E01006309,Wigan 012C,4a,Challenged white communities,E02001298,Wigan 012,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117077 +117077,E00032063,8d3,Hard-Pressed European Settlers,E01006323,Wigan 033A,5d,Endeavouring social renters,E02001319,Wigan 033,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117078 +117078,E00032064,8d3,Hard-Pressed European Settlers,E01006323,Wigan 033A,5d,Endeavouring social renters,E02001319,Wigan 033,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117079 +117079,E00032076,8d3,Hard-Pressed European Settlers,E01006326,Wigan 033D,4b,Constrained renters,E02001319,Wigan 033,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117080 +117080,E00032114,8d3,Hard-Pressed European Settlers,E01006338,Wigan 030D,4b,Constrained renters,E02001316,Wigan 030,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117081 +117081,E00032180,8d3,Hard-Pressed European Settlers,E01006354,Wigan 014B,4a,Challenged white communities,E02001300,Wigan 014,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117082 +117082,E00032216,8d3,Hard-Pressed European Settlers,E01006361,Wigan 010E,4a,Challenged white communities,E02001296,Wigan 010,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117083 +117083,E00032235,8d3,Hard-Pressed European Settlers,E01006359,Wigan 014E,4a,Challenged white communities,E02001300,Wigan 014,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117084 +117084,E00032240,8d3,Hard-Pressed European Settlers,E01006361,Wigan 010E,4a,Challenged white communities,E02001296,Wigan 010,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117085 +117085,E00168466,8d3,Hard-Pressed European Settlers,E01006218,Wigan 024D,4b,Constrained renters,E02001310,Wigan 024,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117086 +117086,E00031651,8b2,Hard-Pressed Rented Terraces,E01006242,Wigan 023A,5d,Endeavouring social renters,E02001309,Wigan 023,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117087 +117087,E00031732,8b2,Hard-Pressed Rented Terraces,E01006260,Wigan 005E,5d,Endeavouring social renters,E02001291,Wigan 005,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117088 +117088,E00031879,8b2,Hard-Pressed Rented Terraces,E01006291,Wigan 022B,4a,Challenged white communities,E02001308,Wigan 022,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117089 +117089,E00031896,8b2,Hard-Pressed Rented Terraces,E01006295,Wigan 025C,4a,Challenged white communities,E02001311,Wigan 025,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117090 +117090,E00031911,8b2,Hard-Pressed Rented Terraces,E01006296,Wigan 037A,4a,Challenged white communities,E02001323,Wigan 037,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117091 +117091,E00031922,8b2,Hard-Pressed Rented Terraces,E01006296,Wigan 037A,4a,Challenged white communities,E02001323,Wigan 037,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117092 +117092,E00031928,8b2,Hard-Pressed Rented Terraces,E01006297,Wigan 034D,4a,Challenged white communities,E02001320,Wigan 034,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117093 +117093,E00031932,8b2,Hard-Pressed Rented Terraces,E01006297,Wigan 034D,4a,Challenged white communities,E02001320,Wigan 034,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117094 +117094,E00032351,8b1,Deprived Blue-Collar Terraces,E01006376,Wigan 028A,5d,Endeavouring social renters,E02001314,Wigan 028,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117095 +117095,E00168454,6a2,Comfortable Suburbia,E01006395,Wigan 021C,8c,Comfortable suburbia,E02001307,Wigan 021,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117096 +117096,E00032030,8c1,Ageing Industrious Workers,E01006313,Wigan 003C,5d,Endeavouring social renters,E02001289,Wigan 003,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117097 +117097,E00032376,8b1,Deprived Blue-Collar Terraces,E01006387,Wigan 009D,5d,Endeavouring social renters,E02001295,Wigan 009,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117098 +117098,E00032383,8b1,Deprived Blue-Collar Terraces,E01006387,Wigan 009D,5d,Endeavouring social renters,E02001295,Wigan 009,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117099 +117099,E00032387,8b1,Deprived Blue-Collar Terraces,E01006387,Wigan 009D,5d,Endeavouring social renters,E02001295,Wigan 009,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117100 +117100,E00032390,8b1,Deprived Blue-Collar Terraces,E01006392,Wigan 009E,4c,Hampered neighbourhoods,E02001295,Wigan 009,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117101 +117101,E00032431,8b1,Deprived Blue-Collar Terraces,E01006397,Wigan 011C,4a,Challenged white communities,E02001297,Wigan 011,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117102 +117102,E00032440,8b1,Deprived Blue-Collar Terraces,E01006399,Wigan 011E,5d,Endeavouring social renters,E02001297,Wigan 011,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117103 +117103,E00032472,8b1,Deprived Blue-Collar Terraces,E01006405,Wigan 015D,4a,Challenged white communities,E02001301,Wigan 015,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117104 +117104,E00168458,8b1,Deprived Blue-Collar Terraces,E01006322,Wigan 026D,4a,Challenged white communities,E02001312,Wigan 026,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117105 +117105,E00031977,7b2,Deprived Neighbourhoods,E01006306,Wigan 009A,4b,Constrained renters,E02001295,Wigan 009,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117106 +117106,E00031984,7b2,Deprived Neighbourhoods,E01006306,Wigan 009A,4b,Constrained renters,E02001295,Wigan 009,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117107 +117107,E00032394,7b2,Deprived Neighbourhoods,E01006386,Wigan 009C,4d,Hard-pressed flat dwellers,E02001295,Wigan 009,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117108 +117108,E00032396,7b2,Deprived Neighbourhoods,E01006386,Wigan 009C,4d,Hard-pressed flat dwellers,E02001295,Wigan 009,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117109 +117109,E00031558,6a3,Detached Retirement Living,E01006225,Wigan 036B,5a,Ageing urban communities,E02001322,Wigan 036,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117110 +117110,E00031575,6a3,Detached Retirement Living,E01006229,Wigan 002A,8a,Affluent communities,E02001288,Wigan 002,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117111 +117111,E00031576,6a3,Detached Retirement Living,E01006233,Wigan 002C,8a,Affluent communities,E02001288,Wigan 002,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117112 +117112,E00031581,6a3,Detached Retirement Living,E01006233,Wigan 002C,8a,Affluent communities,E02001288,Wigan 002,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117113 +117113,E00031582,6a3,Detached Retirement Living,E01006233,Wigan 002C,8a,Affluent communities,E02001288,Wigan 002,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117114 +117114,E00031584,6a3,Detached Retirement Living,E01006232,Wigan 004B,2a,Ageing rural neighbourhoods,E02001290,Wigan 004,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117115 +117115,E00031600,6a3,Detached Retirement Living,E01006236,Wigan 007A,8b,Ageing suburbanites,E02001293,Wigan 007,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117116 +117116,E00031680,6a3,Detached Retirement Living,E01006250,Wigan 029A,8b,Ageing suburbanites,E02001315,Wigan 029,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117117 +117117,E00031769,6a3,Detached Retirement Living,E01006264,Wigan 036D,8b,Ageing suburbanites,E02001322,Wigan 036,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117118 +117118,E00031930,6a3,Detached Retirement Living,E01006300,Wigan 037D,8b,Ageing suburbanites,E02001323,Wigan 037,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117119 +117119,E00031931,6a3,Detached Retirement Living,E01006300,Wigan 037D,8b,Ageing suburbanites,E02001323,Wigan 037,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117120 +117120,E00031939,6a3,Detached Retirement Living,E01006301,Wigan 037E,8b,Ageing suburbanites,E02001323,Wigan 037,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117121 +117121,E00031995,6a3,Detached Retirement Living,E01006315,Wigan 001A,8b,Ageing suburbanites,E02001287,Wigan 001,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117122 +117122,E00032010,6a3,Detached Retirement Living,E01006320,Wigan 003F,8b,Ageing suburbanites,E02001289,Wigan 003,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117123 +117123,E00032031,6a3,Detached Retirement Living,E01006314,Wigan 003D,8b,Ageing suburbanites,E02001289,Wigan 003,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117124 +117124,E00032032,6a3,Detached Retirement Living,E01006316,Wigan 001B,8c,Comfortable suburbia,E02001287,Wigan 001,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117125 +117125,E00032036,6a3,Detached Retirement Living,E01006321,Wigan 003G,8b,Ageing suburbanites,E02001289,Wigan 003,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117126 +117126,E00032116,6a3,Detached Retirement Living,E01006331,Wigan 031D,8b,Ageing suburbanites,E02001317,Wigan 031,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117127 +117127,E00032130,6a3,Detached Retirement Living,E01006345,Wigan 039D,8b,Ageing suburbanites,E02001325,Wigan 039,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117128 +117128,E00032133,6a3,Detached Retirement Living,E01006348,Wigan 039E,8b,Ageing suburbanites,E02001325,Wigan 039,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117129 +117129,E00032142,6a3,Detached Retirement Living,E01006347,Wigan 040E,8b,Ageing suburbanites,E02001326,Wigan 040,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117130 +117130,E00032153,6a3,Detached Retirement Living,E01006339,Wigan 039A,8b,Ageing suburbanites,E02001325,Wigan 039,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117131 +117131,E00032156,6a3,Detached Retirement Living,E01006339,Wigan 039A,8b,Ageing suburbanites,E02001325,Wigan 039,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117132 +117132,E00168486,6a2,Comfortable Suburbia,E01006365,Wigan 018D,8c,Comfortable suburbia,E02001304,Wigan 018,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117133 +117133,E00168490,6a2,Comfortable Suburbia,E01006279,Wigan 019B,8b,Ageing suburbanites,E02001305,Wigan 019,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117134 +117134,E00168491,6a2,Comfortable Suburbia,E01006395,Wigan 021C,8c,Comfortable suburbia,E02001307,Wigan 021,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117135 +117135,E00168494,6a2,Comfortable Suburbia,E01006365,Wigan 018D,8c,Comfortable suburbia,E02001304,Wigan 018,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117136 +117136,E00031549,5b2,Communal Retirement,E01006223,Wigan 036A,5b,Aspiring urban households,E02001322,Wigan 036,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117137 +117137,E00031557,5b2,Communal Retirement,E01006225,Wigan 036B,5a,Ageing urban communities,E02001322,Wigan 036,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117138 +117138,E00031609,5b2,Communal Retirement,E01006229,Wigan 002A,8a,Affluent communities,E02001288,Wigan 002,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117139 +117139,E00031785,5b2,Communal Retirement,E01006272,Wigan 013C,5a,Ageing urban communities,E02001299,Wigan 013,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117140 +117140,E00031892,5b2,Communal Retirement,E01006292,Wigan 022C,5d,Endeavouring social renters,E02001308,Wigan 022,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117141 +117141,E00032095,5b2,Communal Retirement,E01006332,Wigan 031E,5a,Ageing urban communities,E02001317,Wigan 031,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117142 +117142,E00032206,5b2,Communal Retirement,E01006352,Wigan 015B,4b,Constrained renters,E02001301,Wigan 015,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117143 +117143,E00032221,5b2,Communal Retirement,E01006358,Wigan 014D,5d,Endeavouring social renters,E02001300,Wigan 014,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117144 +117144,E00032315,5b2,Communal Retirement,E01006372,Wigan 006B,8a,Affluent communities,E02001292,Wigan 006,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117145 +117145,E00168478,5b2,Communal Retirement,E01006332,Wigan 031E,5a,Ageing urban communities,E02001317,Wigan 031,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117146 +117146,E00031520,7c2,Constrained Young Families,E01006215,Wigan 024B,4a,Challenged white communities,E02001310,Wigan 024,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117147 +117147,E00031623,7c2,Constrained Young Families,E01006239,Wigan 017A,4a,Challenged white communities,E02001303,Wigan 017,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117148 +117148,E00031655,7c2,Constrained Young Families,E01006239,Wigan 017A,4a,Challenged white communities,E02001303,Wigan 017,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117149 +117149,E00031662,7c2,Constrained Young Families,E01006248,Wigan 031A,4c,Hampered neighbourhoods,E02001317,Wigan 031,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117150 +117150,E00031748,7c2,Constrained Young Families,E01006267,Wigan 032D,4a,Challenged white communities,E02001318,Wigan 032,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117151 +117151,E00031771,7c2,Constrained Young Families,E01006262,Wigan 032A,5d,Endeavouring social renters,E02001318,Wigan 032,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117152 +117152,E00031792,7c2,Constrained Young Families,E01006274,Wigan 016B,4a,Challenged white communities,E02001302,Wigan 016,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117153 +117153,E00031862,7c2,Constrained Young Families,E01006289,Wigan 017E,4a,Challenged white communities,E02001303,Wigan 017,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117154 +117154,E00031888,7c2,Constrained Young Families,E01006288,Wigan 025A,4a,Challenged white communities,E02001311,Wigan 025,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117155 +117155,E00031895,7c2,Constrained Young Families,E01006293,Wigan 022D,5a,Ageing urban communities,E02001308,Wigan 022,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117156 +117156,E00031976,7c2,Constrained Young Families,E01006305,Wigan 012A,4a,Challenged white communities,E02001298,Wigan 012,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117157 +117157,E00031981,7c2,Constrained Young Families,E01006305,Wigan 012A,4a,Challenged white communities,E02001298,Wigan 012,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117158 +117158,E00032108,7c2,Constrained Young Families,E01006336,Wigan 027D,4a,Challenged white communities,E02001313,Wigan 027,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117159 +117159,E00032111,7c2,Constrained Young Families,E01006336,Wigan 027D,4a,Challenged white communities,E02001313,Wigan 027,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117160 +117160,E00032213,7c2,Constrained Young Families,E01006360,Wigan 010D,4c,Hampered neighbourhoods,E02001296,Wigan 010,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117161 +117161,E00032224,7c2,Constrained Young Families,E01006356,Wigan 011A,4a,Challenged white communities,E02001297,Wigan 011,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117162 +117162,E00032226,7c2,Constrained Young Families,E01006357,Wigan 010C,4a,Challenged white communities,E02001296,Wigan 010,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117163 +117163,E00032227,7c2,Constrained Young Families,E01006357,Wigan 010C,4a,Challenged white communities,E02001296,Wigan 010,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117164 +117164,E00032241,7c2,Constrained Young Families,E01006361,Wigan 010E,4a,Challenged white communities,E02001296,Wigan 010,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117165 +117165,E00032244,7c2,Constrained Young Families,E01006361,Wigan 010E,4a,Challenged white communities,E02001296,Wigan 010,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117166 +117166,E00032245,7c2,Constrained Young Families,E01006361,Wigan 010E,4a,Challenged white communities,E02001296,Wigan 010,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117167 +117167,E00032057,8c1,Ageing Industrious Workers,E01006322,Wigan 026D,4a,Challenged white communities,E02001312,Wigan 026,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117168 +117168,E00032058,8c1,Ageing Industrious Workers,E01006329,Wigan 026E,5a,Ageing urban communities,E02001312,Wigan 026,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117169 +117169,E00032135,8c1,Ageing Industrious Workers,E01006341,Wigan 040D,5c,Comfortable neighbourhoods,E02001326,Wigan 040,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117170 +117170,E00032151,8c1,Ageing Industrious Workers,E01006340,Wigan 039B,5d,Endeavouring social renters,E02001325,Wigan 039,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117171 +117171,E00032159,8c1,Ageing Industrious Workers,E01006344,Wigan 038D,5d,Endeavouring social renters,E02001324,Wigan 038,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117172 +117172,E00032184,8c1,Ageing Industrious Workers,E01006349,Wigan 015A,4b,Constrained renters,E02001301,Wigan 015,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117173 +117173,E00032211,8c1,Ageing Industrious Workers,E01006352,Wigan 015B,4b,Constrained renters,E02001301,Wigan 015,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117174 +117174,E00032232,8c1,Ageing Industrious Workers,E01006358,Wigan 014D,5d,Endeavouring social renters,E02001300,Wigan 014,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117175 +117175,E00032248,8c1,Ageing Industrious Workers,E01006366,Wigan 018E,5c,Comfortable neighbourhoods,E02001304,Wigan 018,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117176 +117176,E00032258,8c1,Ageing Industrious Workers,E01006364,Wigan 018C,5c,Comfortable neighbourhoods,E02001304,Wigan 018,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117177 +117177,E00032259,8c1,Ageing Industrious Workers,E01006365,Wigan 018D,8c,Comfortable suburbia,E02001304,Wigan 018,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117178 +117178,E00032277,8c1,Ageing Industrious Workers,E01006368,Wigan 018G,2d,Rural traits,E02001304,Wigan 018,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117179 +117179,E00032367,8c1,Ageing Industrious Workers,E01006380,Wigan 029D,5d,Endeavouring social renters,E02001315,Wigan 029,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117180 +117180,E00032384,8c1,Ageing Industrious Workers,E01006390,Wigan 006E,5d,Endeavouring social renters,E02001292,Wigan 006,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117181 +117181,E00032466,8c1,Ageing Industrious Workers,E01006405,Wigan 015D,4a,Challenged white communities,E02001301,Wigan 015,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117182 +117182,E00168483,8c1,Ageing Industrious Workers,E01006241,Wigan 017C,4c,Hampered neighbourhoods,E02001303,Wigan 017,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117183 +117183,E00032147,1b3,Ageing Rural Flat Tenants,E01006340,Wigan 039B,5d,Endeavouring social renters,E02001325,Wigan 039,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117184 +117184,E00031969,8c2,Ageing Rural Industry Workers,E01006310,Wigan 012D,4a,Challenged white communities,E02001298,Wigan 012,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117185 +117185,E00032048,4b1,Asian Terraces and Flats,E01006328,Wigan 030A,4b,Constrained renters,E02001316,Wigan 030,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117186 +117186,E00031624,7c1,Challenged Transitionaries,E01006244,Wigan 023C,4a,Challenged white communities,E02001309,Wigan 023,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117187 +117187,E00031625,7c1,Challenged Transitionaries,E01006244,Wigan 023C,4a,Challenged white communities,E02001309,Wigan 023,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117188 +117188,E00031656,7c1,Challenged Transitionaries,E01006244,Wigan 023C,4a,Challenged white communities,E02001309,Wigan 023,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117189 +117189,E00031830,7c1,Challenged Transitionaries,E01006283,Wigan 027B,4a,Challenged white communities,E02001313,Wigan 027,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117190 +117190,E00031897,7c1,Challenged Transitionaries,E01006295,Wigan 025C,4a,Challenged white communities,E02001311,Wigan 025,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117191 +117191,E00032102,7c1,Challenged Transitionaries,E01006335,Wigan 034E,4b,Constrained renters,E02001320,Wigan 034,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117192 +117192,E00032110,7c1,Challenged Transitionaries,E01006337,Wigan 027E,5d,Endeavouring social renters,E02001313,Wigan 027,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117193 +117193,E00032178,7c1,Challenged Transitionaries,E01006354,Wigan 014B,4a,Challenged white communities,E02001300,Wigan 014,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117194 +117194,E00032202,7c1,Challenged Transitionaries,E01006352,Wigan 015B,4b,Constrained renters,E02001301,Wigan 015,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117195 +117195,E00032482,7c1,Challenged Transitionaries,E01006404,Wigan 015C,4a,Challenged white communities,E02001301,Wigan 015,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117196 +117196,E00031527,6a2,Comfortable Suburbia,E01006224,Wigan 035D,8b,Ageing suburbanites,E02001321,Wigan 035,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117197 +117197,E00031554,6a2,Comfortable Suburbia,E01006224,Wigan 035D,8b,Ageing suburbanites,E02001321,Wigan 035,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117198 +117198,E00031572,6a2,Comfortable Suburbia,E01006231,Wigan 004A,2d,Rural traits,E02001290,Wigan 004,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117199 +117199,E00031578,6a2,Comfortable Suburbia,E01006230,Wigan 002B,8b,Ageing suburbanites,E02001288,Wigan 002,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117200 +117200,E00032068,8c3,Renting Hard-Pressed Workers,E01006324,Wigan 033B,4a,Challenged white communities,E02001319,Wigan 033,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117201 +117201,E00032134,8c3,Renting Hard-Pressed Workers,E01006346,Wigan 038E,5b,Aspiring urban households,E02001324,Wigan 038,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117202 +117202,E00032212,8c3,Renting Hard-Pressed Workers,E01006356,Wigan 011A,4a,Challenged white communities,E02001297,Wigan 011,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117203 +117203,E00032071,7a3,Multi-Ethnic Hardship,E01006327,Wigan 033E,4a,Challenged white communities,E02001319,Wigan 033,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117204 +117204,E00032236,8c3,Renting Hard-Pressed Workers,E01006358,Wigan 014D,5d,Endeavouring social renters,E02001300,Wigan 014,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117205 +117205,E00032238,8c3,Renting Hard-Pressed Workers,E01006359,Wigan 014E,4a,Challenged white communities,E02001300,Wigan 014,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117206 +117206,E00032257,8c3,Renting Hard-Pressed Workers,E01006364,Wigan 018C,5c,Comfortable neighbourhoods,E02001304,Wigan 018,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117207 +117207,E00032375,8c3,Renting Hard-Pressed Workers,E01006388,Wigan 007B,5d,Endeavouring social renters,E02001293,Wigan 007,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117208 +117208,E00032214,7a3,Multi-Ethnic Hardship,E01006360,Wigan 010D,4c,Hampered neighbourhoods,E02001296,Wigan 010,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117209 +117209,E00032487,6b3,Semi-Detached Ageing,E01006407,Wigan 020B,8b,Ageing suburbanites,E02001306,Wigan 020,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117210 +117210,E00032398,8c3,Renting Hard-Pressed Workers,E01006388,Wigan 007B,5d,Endeavouring social renters,E02001293,Wigan 007,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117211 +117211,E00031871,6b3,Semi-Detached Ageing,E01006288,Wigan 025A,4a,Challenged white communities,E02001311,Wigan 025,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117212 +117212,E00032290,6b3,Semi-Detached Ageing,E01006374,Wigan 006D,8b,Ageing suburbanites,E02001292,Wigan 006,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117213 +117213,E00032215,7a3,Multi-Ethnic Hardship,E01006360,Wigan 010D,4c,Hampered neighbourhoods,E02001296,Wigan 010,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117214 +117214,E00032488,6b3,Semi-Detached Ageing,E01006409,Wigan 020D,8b,Ageing suburbanites,E02001306,Wigan 020,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117215 +117215,E00032409,8c3,Renting Hard-Pressed Workers,E01006390,Wigan 006E,5d,Endeavouring social renters,E02001292,Wigan 006,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117216 +117216,E00031544,6b3,Semi-Detached Ageing,E01006222,Wigan 035C,8b,Ageing suburbanites,E02001321,Wigan 035,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117217 +117217,E00031872,6b3,Semi-Detached Ageing,E01006290,Wigan 022A,8b,Ageing suburbanites,E02001308,Wigan 022,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117218 +117218,E00031887,6b3,Semi-Detached Ageing,E01006292,Wigan 022C,5d,Endeavouring social renters,E02001308,Wigan 022,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117219 +117219,E00031909,6b3,Semi-Detached Ageing,E01006287,Wigan 017D,8b,Ageing suburbanites,E02001303,Wigan 017,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117220 +117220,E00031933,6b3,Semi-Detached Ageing,E01006300,Wigan 037D,8b,Ageing suburbanites,E02001323,Wigan 037,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117221 +117221,E00031934,6b3,Semi-Detached Ageing,E01006299,Wigan 037C,5b,Aspiring urban households,E02001323,Wigan 037,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117222 +117222,E00031935,6b3,Semi-Detached Ageing,E01006301,Wigan 037E,8b,Ageing suburbanites,E02001323,Wigan 037,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117223 +117223,E00031937,6b3,Semi-Detached Ageing,E01006300,Wigan 037D,8b,Ageing suburbanites,E02001323,Wigan 037,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117224 +117224,E00031940,6b3,Semi-Detached Ageing,E01006301,Wigan 037E,8b,Ageing suburbanites,E02001323,Wigan 037,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117225 +117225,E00031944,6b3,Semi-Detached Ageing,E01006303,Wigan 040B,8b,Ageing suburbanites,E02001326,Wigan 040,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117226 +117226,E00031946,6b3,Semi-Detached Ageing,E01006303,Wigan 040B,8b,Ageing suburbanites,E02001326,Wigan 040,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117227 +117227,E00031950,6b3,Semi-Detached Ageing,E01006302,Wigan 040A,5b,Aspiring urban households,E02001326,Wigan 040,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117228 +117228,E00031990,6b3,Semi-Detached Ageing,E01006315,Wigan 001A,8b,Ageing suburbanites,E02001287,Wigan 001,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117229 +117229,E00031994,6b3,Semi-Detached Ageing,E01006317,Wigan 001C,5c,Comfortable neighbourhoods,E02001287,Wigan 001,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117230 +117230,E00031999,6b3,Semi-Detached Ageing,E01006317,Wigan 001C,5c,Comfortable neighbourhoods,E02001287,Wigan 001,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117231 +117231,E00032005,6b3,Semi-Detached Ageing,E01006321,Wigan 003G,8b,Ageing suburbanites,E02001289,Wigan 003,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117232 +117232,E00032009,6b3,Semi-Detached Ageing,E01006320,Wigan 003F,8b,Ageing suburbanites,E02001289,Wigan 003,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117233 +117233,E00032012,6b3,Semi-Detached Ageing,E01006318,Wigan 003E,8b,Ageing suburbanites,E02001289,Wigan 003,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117234 +117234,E00032015,6b3,Semi-Detached Ageing,E01006318,Wigan 003E,8b,Ageing suburbanites,E02001289,Wigan 003,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117235 +117235,E00032016,6b3,Semi-Detached Ageing,E01006318,Wigan 003E,8b,Ageing suburbanites,E02001289,Wigan 003,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117236 +117236,E00032023,6b3,Semi-Detached Ageing,E01006314,Wigan 003D,8b,Ageing suburbanites,E02001289,Wigan 003,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117237 +117237,E00032326,6b4,Older Workers and Retirement,E01006376,Wigan 028A,5d,Endeavouring social renters,E02001314,Wigan 028,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117238 +117238,E00032024,6b3,Semi-Detached Ageing,E01006312,Wigan 003B,8b,Ageing suburbanites,E02001289,Wigan 003,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117239 +117239,E00032025,6b3,Semi-Detached Ageing,E01006312,Wigan 003B,8b,Ageing suburbanites,E02001289,Wigan 003,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117240 +117240,E00032026,6b3,Semi-Detached Ageing,E01006314,Wigan 003D,8b,Ageing suburbanites,E02001289,Wigan 003,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117241 +117241,E00032034,6b3,Semi-Detached Ageing,E01006318,Wigan 003E,8b,Ageing suburbanites,E02001289,Wigan 003,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117242 +117242,E00032054,6b3,Semi-Detached Ageing,E01006325,Wigan 033C,5d,Endeavouring social renters,E02001319,Wigan 033,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117243 +117243,E00032091,6b3,Semi-Detached Ageing,E01006331,Wigan 031D,8b,Ageing suburbanites,E02001317,Wigan 031,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117244 +117244,E00032103,6b3,Semi-Detached Ageing,E01006337,Wigan 027E,5d,Endeavouring social renters,E02001313,Wigan 027,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117245 +117245,E00032128,6b3,Semi-Detached Ageing,E01006343,Wigan 039C,8c,Comfortable suburbia,E02001325,Wigan 039,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117246 +117246,E00032138,6b3,Semi-Detached Ageing,E01006347,Wigan 040E,8b,Ageing suburbanites,E02001326,Wigan 040,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117247 +117247,E00032139,6b3,Semi-Detached Ageing,E01006345,Wigan 039D,8b,Ageing suburbanites,E02001325,Wigan 039,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117248 +117248,E00032141,6b3,Semi-Detached Ageing,E01006347,Wigan 040E,8b,Ageing suburbanites,E02001326,Wigan 040,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117249 +117249,E00032146,6b3,Semi-Detached Ageing,E01006339,Wigan 039A,8b,Ageing suburbanites,E02001325,Wigan 039,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117250 +117250,E00032148,6b3,Semi-Detached Ageing,E01006340,Wigan 039B,5d,Endeavouring social renters,E02001325,Wigan 039,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117251 +117251,E00032150,6b3,Semi-Detached Ageing,E01006339,Wigan 039A,8b,Ageing suburbanites,E02001325,Wigan 039,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117252 +117252,E00032152,6b3,Semi-Detached Ageing,E01006339,Wigan 039A,8b,Ageing suburbanites,E02001325,Wigan 039,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117253 +117253,E00032164,6b3,Semi-Detached Ageing,E01006345,Wigan 039D,8b,Ageing suburbanites,E02001325,Wigan 039,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117254 +117254,E00032189,6b3,Semi-Detached Ageing,E01006353,Wigan 014A,5d,Endeavouring social renters,E02001300,Wigan 014,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117255 +117255,E00032193,6b3,Semi-Detached Ageing,E01006355,Wigan 014C,5b,Aspiring urban households,E02001300,Wigan 014,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117256 +117256,E00032253,6b3,Semi-Detached Ageing,E01006363,Wigan 018B,8b,Ageing suburbanites,E02001304,Wigan 018,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117257 +117257,E00032256,6b3,Semi-Detached Ageing,E01006362,Wigan 018A,8b,Ageing suburbanites,E02001304,Wigan 018,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117258 +117258,E00032262,6b3,Semi-Detached Ageing,E01006365,Wigan 018D,8c,Comfortable suburbia,E02001304,Wigan 018,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117259 +117259,E00032268,6b3,Semi-Detached Ageing,E01006367,Wigan 018F,8b,Ageing suburbanites,E02001304,Wigan 018,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117260 +117260,E00032269,6b3,Semi-Detached Ageing,E01006367,Wigan 018F,8b,Ageing suburbanites,E02001304,Wigan 018,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117261 +117261,E00032274,6b3,Semi-Detached Ageing,E01006368,Wigan 018G,2d,Rural traits,E02001304,Wigan 018,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117262 +117262,E00032275,6b3,Semi-Detached Ageing,E01006367,Wigan 018F,8b,Ageing suburbanites,E02001304,Wigan 018,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117263 +117263,E00032280,6b3,Semi-Detached Ageing,E01006363,Wigan 018B,8b,Ageing suburbanites,E02001304,Wigan 018,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117264 +117264,E00032281,6b3,Semi-Detached Ageing,E01006363,Wigan 018B,8b,Ageing suburbanites,E02001304,Wigan 018,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117265 +117265,E00032282,6b3,Semi-Detached Ageing,E01006363,Wigan 018B,8b,Ageing suburbanites,E02001304,Wigan 018,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117266 +117266,E00032284,6b3,Semi-Detached Ageing,E01006362,Wigan 018A,8b,Ageing suburbanites,E02001304,Wigan 018,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117267 +117267,E00031954,8a1,Industrious Transitions,E01006311,Wigan 012E,4a,Challenged white communities,E02001298,Wigan 012,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117268 +117268,E00032222,7a3,Multi-Ethnic Hardship,E01006360,Wigan 010D,4c,Hampered neighbourhoods,E02001296,Wigan 010,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117269 +117269,E00031547,6b3,Semi-Detached Ageing,E01006221,Wigan 035B,5b,Aspiring urban households,E02001321,Wigan 035,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117270 +117270,E00031971,8a1,Industrious Transitions,E01006311,Wigan 012E,4a,Challenged white communities,E02001298,Wigan 012,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117271 +117271,E00168459,1c2,Renting Rural Retirement,E01006232,Wigan 004B,2a,Ageing rural neighbourhoods,E02001290,Wigan 004,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117272 +117272,E00032489,6b3,Semi-Detached Ageing,E01006407,Wigan 020B,8b,Ageing suburbanites,E02001306,Wigan 020,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117273 +117273,E00032242,7a3,Multi-Ethnic Hardship,E01006361,Wigan 010E,4a,Challenged white communities,E02001296,Wigan 010,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117274 +117274,E00031551,6b3,Semi-Detached Ageing,E01006222,Wigan 035C,8b,Ageing suburbanites,E02001321,Wigan 035,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117275 +117275,E00032430,7d3,Retired Communal City Dwellers,E01006397,Wigan 011C,4a,Challenged white communities,E02001297,Wigan 011,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117276 +117276,E00031996,8a1,Industrious Transitions,E01006317,Wigan 001C,5c,Comfortable neighbourhoods,E02001287,Wigan 001,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117277 +117277,E00032295,6b3,Semi-Detached Ageing,E01006373,Wigan 006C,8c,Comfortable suburbia,E02001292,Wigan 006,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117278 +117278,E00032331,6b4,Older Workers and Retirement,E01006377,Wigan 025D,8b,Ageing suburbanites,E02001311,Wigan 025,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117279 +117279,E00032490,6b3,Semi-Detached Ageing,E01006407,Wigan 020B,8b,Ageing suburbanites,E02001306,Wigan 020,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117280 +117280,E00032333,6b4,Older Workers and Retirement,E01006381,Wigan 028B,8c,Comfortable suburbia,E02001314,Wigan 028,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117281 +117281,E00032324,6b3,Semi-Detached Ageing,E01006383,Wigan 028D,8b,Ageing suburbanites,E02001314,Wigan 028,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117282 +117282,E00032404,7d2,Retired Independent City Dwellers,E01006388,Wigan 007B,5d,Endeavouring social renters,E02001293,Wigan 007,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117283 +117283,E00032243,7a3,Multi-Ethnic Hardship,E01006360,Wigan 010D,4c,Hampered neighbourhoods,E02001296,Wigan 010,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117284 +117284,E00032051,8a1,Industrious Transitions,E01006325,Wigan 033C,5d,Endeavouring social renters,E02001319,Wigan 033,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117285 +117285,E00032491,6b3,Semi-Detached Ageing,E01006409,Wigan 020D,8b,Ageing suburbanites,E02001306,Wigan 020,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117286 +117286,E00032343,6b4,Older Workers and Retirement,E01006384,Wigan 028E,8c,Comfortable suburbia,E02001314,Wigan 028,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117287 +117287,E00031555,6b3,Semi-Detached Ageing,E01006224,Wigan 035D,8b,Ageing suburbanites,E02001321,Wigan 035,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117288 +117288,E00032327,6b3,Semi-Detached Ageing,E01006378,Wigan 025E,8b,Ageing suburbanites,E02001311,Wigan 025,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117289 +117289,E00032475,7d2,Retired Independent City Dwellers,E01006411,Wigan 015E,4c,Hampered neighbourhoods,E02001301,Wigan 015,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117290 +117290,E00032374,7a3,Multi-Ethnic Hardship,E01006386,Wigan 009C,4d,Hard-pressed flat dwellers,E02001295,Wigan 009,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117291 +117291,E00031498,1b1,Rural Life,E01006214,Wigan 026B,5d,Endeavouring social renters,E02001312,Wigan 026,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117292 +117292,E00032389,6b4,Older Workers and Retirement,E01006389,Wigan 007C,5d,Endeavouring social renters,E02001293,Wigan 007,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117293 +117293,E00032492,6b3,Semi-Detached Ageing,E01006409,Wigan 020D,8b,Ageing suburbanites,E02001306,Wigan 020,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117294 +117294,E00032391,7a3,Multi-Ethnic Hardship,E01006392,Wigan 009E,4c,Hampered neighbourhoods,E02001295,Wigan 009,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117295 +117295,E00032334,6b3,Semi-Detached Ageing,E01006382,Wigan 028C,8b,Ageing suburbanites,E02001314,Wigan 028,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117296 +117296,E00031561,1b1,Rural Life,E01006220,Wigan 035A,5d,Endeavouring social renters,E02001321,Wigan 035,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117297 +117297,E00032055,8a1,Industrious Transitions,E01006329,Wigan 026E,5a,Ageing urban communities,E02001312,Wigan 026,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117298 +117298,E00032405,6b4,Older Workers and Retirement,E01006390,Wigan 006E,5d,Endeavouring social renters,E02001292,Wigan 006,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117299 +117299,E00031562,6b3,Semi-Detached Ageing,E01006228,Wigan 038B,5b,Aspiring urban households,E02001324,Wigan 038,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117300 +117300,E00032392,7a3,Multi-Ethnic Hardship,E01006392,Wigan 009E,4c,Hampered neighbourhoods,E02001295,Wigan 009,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117301 +117301,E00032419,6b4,Older Workers and Retirement,E01006393,Wigan 021A,8b,Ageing suburbanites,E02001307,Wigan 021,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117302 +117302,E00032346,6b3,Semi-Detached Ageing,E01006383,Wigan 028D,8b,Ageing suburbanites,E02001314,Wigan 028,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117303 +117303,E00031597,1b1,Rural Life,E01006236,Wigan 007A,8b,Ageing suburbanites,E02001293,Wigan 007,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117304 +117304,E00031564,6b3,Semi-Detached Ageing,E01006226,Wigan 035E,5b,Aspiring urban households,E02001321,Wigan 035,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117305 +117305,E00032066,8a1,Industrious Transitions,E01006323,Wigan 033A,5d,Endeavouring social renters,E02001319,Wigan 033,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117306 +117306,E00032395,7a3,Multi-Ethnic Hardship,E01006386,Wigan 009C,4d,Hard-pressed flat dwellers,E02001295,Wigan 009,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117307 +117307,E00032441,6b4,Older Workers and Retirement,E01006399,Wigan 011E,5d,Endeavouring social renters,E02001297,Wigan 011,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117308 +117308,E00032347,6b3,Semi-Detached Ageing,E01006379,Wigan 029C,8c,Comfortable suburbia,E02001315,Wigan 029,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117309 +117309,E00031618,1b1,Rural Life,E01006232,Wigan 004B,2a,Ageing rural neighbourhoods,E02001290,Wigan 004,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117310 +117310,E00031565,6b3,Semi-Detached Ageing,E01006225,Wigan 036B,5a,Ageing urban communities,E02001322,Wigan 036,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117311 +117311,E00031571,6b3,Semi-Detached Ageing,E01006227,Wigan 038A,5d,Endeavouring social renters,E02001324,Wigan 038,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117312 +117312,E00031580,6b3,Semi-Detached Ageing,E01006232,Wigan 004B,2a,Ageing rural neighbourhoods,E02001290,Wigan 004,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117313 +117313,E00031594,6b3,Semi-Detached Ageing,E01006234,Wigan 004C,5d,Endeavouring social renters,E02001290,Wigan 004,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117314 +117314,E00031654,6b3,Semi-Detached Ageing,E01006245,Wigan 023D,5b,Aspiring urban households,E02001309,Wigan 023,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117315 +117315,E00031660,6b3,Semi-Detached Ageing,E01006247,Wigan 034B,8b,Ageing suburbanites,E02001320,Wigan 034,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117316 +117316,E00031661,6b3,Semi-Detached Ageing,E01006247,Wigan 034B,8b,Ageing suburbanites,E02001320,Wigan 034,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117317 +117317,E00031664,6b3,Semi-Detached Ageing,E01006250,Wigan 029A,8b,Ageing suburbanites,E02001315,Wigan 029,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117318 +117318,E00031667,6b3,Semi-Detached Ageing,E01006246,Wigan 034A,5d,Endeavouring social renters,E02001320,Wigan 034,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117319 +117319,E00031682,6b3,Semi-Detached Ageing,E01006252,Wigan 034C,5b,Aspiring urban households,E02001320,Wigan 034,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117320 +117320,E00031689,6b3,Semi-Detached Ageing,E01006246,Wigan 034A,5d,Endeavouring social renters,E02001320,Wigan 034,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117321 +117321,E00031703,6b3,Semi-Detached Ageing,E01006259,Wigan 003A,5d,Endeavouring social renters,E02001289,Wigan 003,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117322 +117322,E00031716,6b3,Semi-Detached Ageing,E01006253,Wigan 005A,5d,Endeavouring social renters,E02001291,Wigan 005,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117323 +117323,E00031717,6b3,Semi-Detached Ageing,E01006256,Wigan 005D,5b,Aspiring urban households,E02001291,Wigan 005,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117324 +117324,E00031719,6b3,Semi-Detached Ageing,E01006258,Wigan 008B,5a,Ageing urban communities,E02001294,Wigan 008,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117325 +117325,E00031740,6b3,Semi-Detached Ageing,E01006262,Wigan 032A,5d,Endeavouring social renters,E02001318,Wigan 032,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117326 +117326,E00031741,6b3,Semi-Detached Ageing,E01006266,Wigan 032C,8b,Ageing suburbanites,E02001318,Wigan 032,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117327 +117327,E00031742,6b3,Semi-Detached Ageing,E01006266,Wigan 032C,8b,Ageing suburbanites,E02001318,Wigan 032,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117328 +117328,E00031749,6b3,Semi-Detached Ageing,E01006266,Wigan 032C,8b,Ageing suburbanites,E02001318,Wigan 032,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117329 +117329,E00031753,6b3,Semi-Detached Ageing,E01006261,Wigan 036C,5d,Endeavouring social renters,E02001322,Wigan 036,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117330 +117330,E00032493,6b3,Semi-Detached Ageing,E01006409,Wigan 020D,8b,Ageing suburbanites,E02001306,Wigan 020,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117331 +117331,E00031754,6b3,Semi-Detached Ageing,E01006263,Wigan 032B,8b,Ageing suburbanites,E02001318,Wigan 032,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117332 +117332,E00031755,6b3,Semi-Detached Ageing,E01006263,Wigan 032B,8b,Ageing suburbanites,E02001318,Wigan 032,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117333 +117333,E00031757,6b3,Semi-Detached Ageing,E01006263,Wigan 032B,8b,Ageing suburbanites,E02001318,Wigan 032,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117334 +117334,E00031759,6b3,Semi-Detached Ageing,E01006263,Wigan 032B,8b,Ageing suburbanites,E02001318,Wigan 032,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117335 +117335,E00031763,6b3,Semi-Detached Ageing,E01006264,Wigan 036D,8b,Ageing suburbanites,E02001322,Wigan 036,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117336 +117336,E00031766,6b3,Semi-Detached Ageing,E01006265,Wigan 036E,5b,Aspiring urban households,E02001322,Wigan 036,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117337 +117337,E00031767,6b3,Semi-Detached Ageing,E01006264,Wigan 036D,8b,Ageing suburbanites,E02001322,Wigan 036,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117338 +117338,E00031789,6b3,Semi-Detached Ageing,E01006269,Wigan 013A,5d,Endeavouring social renters,E02001299,Wigan 013,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117339 +117339,E00031819,6b3,Semi-Detached Ageing,E01006286,Wigan 016E,5d,Endeavouring social renters,E02001302,Wigan 016,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117340 +117340,E00031821,6b3,Semi-Detached Ageing,E01006285,Wigan 019E,8b,Ageing suburbanites,E02001305,Wigan 019,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117341 +117341,E00031827,6b3,Semi-Detached Ageing,E01006282,Wigan 027A,5d,Endeavouring social renters,E02001313,Wigan 027,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117342 +117342,E00031834,6b3,Semi-Detached Ageing,E01006284,Wigan 027C,4a,Challenged white communities,E02001313,Wigan 027,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117343 +117343,E00031840,6b3,Semi-Detached Ageing,E01006285,Wigan 019E,8b,Ageing suburbanites,E02001305,Wigan 019,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117344 +117344,E00031841,6b3,Semi-Detached Ageing,E01006286,Wigan 016E,5d,Endeavouring social renters,E02001302,Wigan 016,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117345 +117345,E00031843,6b3,Semi-Detached Ageing,E01006286,Wigan 016E,5d,Endeavouring social renters,E02001302,Wigan 016,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117346 +117346,E00031844,6b3,Semi-Detached Ageing,E01006285,Wigan 019E,8b,Ageing suburbanites,E02001305,Wigan 019,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117347 +117347,E00031850,6b3,Semi-Detached Ageing,E01006281,Wigan 019D,8b,Ageing suburbanites,E02001305,Wigan 019,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117348 +117348,E00031851,6b3,Semi-Detached Ageing,E01006278,Wigan 019A,5d,Endeavouring social renters,E02001305,Wigan 019,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117349 +117349,E00031852,6b3,Semi-Detached Ageing,E01006278,Wigan 019A,5d,Endeavouring social renters,E02001305,Wigan 019,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117350 +117350,E00031853,6b3,Semi-Detached Ageing,E01006280,Wigan 019C,5d,Endeavouring social renters,E02001305,Wigan 019,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117351 +117351,E00031860,6b3,Semi-Detached Ageing,E01006281,Wigan 019D,8b,Ageing suburbanites,E02001305,Wigan 019,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117352 +117352,E00031861,6b3,Semi-Detached Ageing,E01006279,Wigan 019B,8b,Ageing suburbanites,E02001305,Wigan 019,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117353 +117353,E00031863,6b3,Semi-Detached Ageing,E01006287,Wigan 017D,8b,Ageing suburbanites,E02001303,Wigan 017,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117354 +117354,E00031870,6b3,Semi-Detached Ageing,E01006287,Wigan 017D,8b,Ageing suburbanites,E02001303,Wigan 017,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117355 +117355,E00032073,8a1,Industrious Transitions,E01006325,Wigan 033C,5d,Endeavouring social renters,E02001319,Wigan 033,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117356 +117356,E00032350,6b3,Semi-Detached Ageing,E01006384,Wigan 028E,8c,Comfortable suburbia,E02001314,Wigan 028,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117357 +117357,E00032473,7a3,Multi-Ethnic Hardship,E01006411,Wigan 015E,4c,Hampered neighbourhoods,E02001301,Wigan 015,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117358 +117358,E00031683,1b1,Rural Life,E01006251,Wigan 029B,2b,Prospering countryside life,E02001315,Wigan 029,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117359 +117359,E00032352,6b3,Semi-Detached Ageing,E01006379,Wigan 029C,8c,Comfortable suburbia,E02001315,Wigan 029,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117360 +117360,E00032354,6b3,Semi-Detached Ageing,E01006385,Wigan 029E,8b,Ageing suburbanites,E02001315,Wigan 029,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117361 +117361,E00031494,7c3,Outer City Hardship,E01006214,Wigan 026B,5d,Endeavouring social renters,E02001312,Wigan 026,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117362 +117362,E00032477,7a3,Multi-Ethnic Hardship,E01006411,Wigan 015E,4c,Hampered neighbourhoods,E02001301,Wigan 015,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117363 +117363,E00031936,1b1,Rural Life,E01006303,Wigan 040B,8b,Ageing suburbanites,E02001326,Wigan 040,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117364 +117364,E00032119,8a1,Industrious Transitions,E01006338,Wigan 030D,4b,Constrained renters,E02001316,Wigan 030,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117365 +117365,E00032495,6b3,Semi-Detached Ageing,E01006409,Wigan 020D,8b,Ageing suburbanites,E02001306,Wigan 020,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117366 +117366,E00031638,5a2,Multi-Ethnic Professionals with Families,E01006241,Wigan 017C,4c,Hampered neighbourhoods,E02001303,Wigan 017,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117367 +117367,E00032007,1b1,Rural Life,E01006320,Wigan 003F,8b,Ageing suburbanites,E02001289,Wigan 003,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117368 +117368,E00032496,6b3,Semi-Detached Ageing,E01006410,Wigan 020E,8b,Ageing suburbanites,E02001306,Wigan 020,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117369 +117369,E00031592,7c3,Outer City Hardship,E01006235,Wigan 004D,5c,Comfortable neighbourhoods,E02001290,Wigan 004,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117370 +117370,E00032291,5a2,Multi-Ethnic Professionals with Families,E01006370,Wigan 006A,3d,Households in terraces and flats,E02001292,Wigan 006,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117371 +117371,E00032126,8a1,Industrious Transitions,E01006340,Wigan 039B,5d,Endeavouring social renters,E02001325,Wigan 039,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117372 +117372,E00032356,6b3,Semi-Detached Ageing,E01006385,Wigan 029E,8b,Ageing suburbanites,E02001315,Wigan 029,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117373 +117373,E00032271,1b1,Rural Life,E01006366,Wigan 018E,5c,Comfortable neighbourhoods,E02001304,Wigan 018,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117374 +117374,E00168455,6b3,Semi-Detached Ageing,E01006279,Wigan 019B,8b,Ageing suburbanites,E02001305,Wigan 019,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117375 +117375,E00031672,7c3,Outer City Hardship,E01006248,Wigan 031A,4c,Hampered neighbourhoods,E02001317,Wigan 031,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117376 +117376,E00032306,5a2,Multi-Ethnic Professionals with Families,E01006375,Wigan 008E,3a,Achieving neighbourhoods,E02001294,Wigan 008,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117377 +117377,E00032330,5a2,Multi-Ethnic Professionals with Families,E01006381,Wigan 028B,8c,Comfortable suburbia,E02001314,Wigan 028,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117378 +117378,E00168468,5a2,Multi-Ethnic Professionals with Families,E01006216,Wigan 026C,5b,Aspiring urban households,E02001312,Wigan 026,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117379 +117379,E00168476,5a2,Multi-Ethnic Professionals with Families,E01006243,Wigan 023B,5b,Aspiring urban households,E02001309,Wigan 023,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117380 +117380,E00168481,5a2,Multi-Ethnic Professionals with Families,E01006299,Wigan 037C,5b,Aspiring urban households,E02001323,Wigan 037,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117381 +117381,E00168484,5a2,Multi-Ethnic Professionals with Families,E01006241,Wigan 017C,4c,Hampered neighbourhoods,E02001303,Wigan 017,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117382 +117382,E00031869,6b1,Multi-Ethnic Suburbia,E01006287,Wigan 017D,8b,Ageing suburbanites,E02001303,Wigan 017,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117383 +117383,E00032115,6b1,Multi-Ethnic Suburbia,E01006330,Wigan 031C,8c,Comfortable suburbia,E02001317,Wigan 031,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117384 +117384,E00032349,6b1,Multi-Ethnic Suburbia,E01006385,Wigan 029E,8b,Ageing suburbanites,E02001315,Wigan 029,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117385 +117385,E00031616,1a4,Older Farming Communities,E01006229,Wigan 002A,8a,Affluent communities,E02001288,Wigan 002,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117386 +117386,E00031536,6b4,Older Workers and Retirement,E01006222,Wigan 035C,8b,Ageing suburbanites,E02001321,Wigan 035,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117387 +117387,E00031548,6b4,Older Workers and Retirement,E01006221,Wigan 035B,5b,Aspiring urban households,E02001321,Wigan 035,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117388 +117388,E00031583,6b4,Older Workers and Retirement,E01006233,Wigan 002C,8a,Affluent communities,E02001288,Wigan 002,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117389 +117389,E00031587,6b4,Older Workers and Retirement,E01006231,Wigan 004A,2d,Rural traits,E02001290,Wigan 004,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117390 +117390,E00031593,6b4,Older Workers and Retirement,E01006234,Wigan 004C,5d,Endeavouring social renters,E02001290,Wigan 004,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117391 +117391,E00031603,6b4,Older Workers and Retirement,E01006237,Wigan 002D,8c,Comfortable suburbia,E02001288,Wigan 002,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117392 +117392,E00031617,6b4,Older Workers and Retirement,E01006230,Wigan 002B,8b,Ageing suburbanites,E02001288,Wigan 002,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117393 +117393,E00031663,6b4,Older Workers and Retirement,E01006250,Wigan 029A,8b,Ageing suburbanites,E02001315,Wigan 029,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117394 +117394,E00031735,6b4,Older Workers and Retirement,E01006263,Wigan 032B,8b,Ageing suburbanites,E02001318,Wigan 032,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117395 +117395,E00031801,6b4,Older Workers and Retirement,E01006269,Wigan 013A,5d,Endeavouring social renters,E02001299,Wigan 013,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117396 +117396,E00031835,6b4,Older Workers and Retirement,E01006283,Wigan 027B,4a,Challenged white communities,E02001313,Wigan 027,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117397 +117397,E00031864,6b4,Older Workers and Retirement,E01006290,Wigan 022A,8b,Ageing suburbanites,E02001308,Wigan 022,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117398 +117398,E00031975,6b4,Older Workers and Retirement,E01006307,Wigan 009B,4a,Challenged white communities,E02001295,Wigan 009,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117399 +117399,E00031998,6b4,Older Workers and Retirement,E01006315,Wigan 001A,8b,Ageing suburbanites,E02001287,Wigan 001,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117400 +117400,E00032019,6b4,Older Workers and Retirement,E01006314,Wigan 003D,8b,Ageing suburbanites,E02001289,Wigan 003,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117401 +117401,E00032028,6b4,Older Workers and Retirement,E01006313,Wigan 003C,5d,Endeavouring social renters,E02001289,Wigan 003,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117402 +117402,E00032037,6b4,Older Workers and Retirement,E01006321,Wigan 003G,8b,Ageing suburbanites,E02001289,Wigan 003,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117403 +117403,E00032050,6b4,Older Workers and Retirement,E01006325,Wigan 033C,5d,Endeavouring social renters,E02001319,Wigan 033,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117404 +117404,E00032079,6b4,Older Workers and Retirement,E01006332,Wigan 031E,5a,Ageing urban communities,E02001317,Wigan 031,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117405 +117405,E00032086,6b4,Older Workers and Retirement,E01006330,Wigan 031C,8c,Comfortable suburbia,E02001317,Wigan 031,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117406 +117406,E00032123,6b4,Older Workers and Retirement,E01006331,Wigan 031D,8b,Ageing suburbanites,E02001317,Wigan 031,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117407 +117407,E00032252,6b4,Older Workers and Retirement,E01006363,Wigan 018B,8b,Ageing suburbanites,E02001304,Wigan 018,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117408 +117408,E00032254,6b4,Older Workers and Retirement,E01006362,Wigan 018A,8b,Ageing suburbanites,E02001304,Wigan 018,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117409 +117409,E00032285,6b4,Older Workers and Retirement,E01006363,Wigan 018B,8b,Ageing suburbanites,E02001304,Wigan 018,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117410 +117410,E00032320,6b4,Older Workers and Retirement,E01006373,Wigan 006C,8c,Comfortable suburbia,E02001292,Wigan 006,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117411 +117411,E00032322,6b4,Older Workers and Retirement,E01006373,Wigan 006C,8c,Comfortable suburbia,E02001292,Wigan 006,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117412 +117412,E00031781,7c3,Outer City Hardship,E01006270,Wigan 016A,5d,Endeavouring social renters,E02001302,Wigan 016,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117413 +117413,E00032136,8a1,Industrious Transitions,E01006346,Wigan 038E,5b,Aspiring urban households,E02001324,Wigan 038,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117414 +117414,E00168456,6b3,Semi-Detached Ageing,E01006216,Wigan 026C,5b,Aspiring urban households,E02001312,Wigan 026,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117415 +117415,E00032357,6b3,Semi-Detached Ageing,E01006385,Wigan 029E,8b,Ageing suburbanites,E02001315,Wigan 029,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117416 +117416,E00031832,7c3,Outer City Hardship,E01006284,Wigan 027C,4a,Challenged white communities,E02001313,Wigan 027,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117417 +117417,E00032276,1b1,Rural Life,E01006368,Wigan 018G,2d,Rural traits,E02001304,Wigan 018,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117418 +117418,E00032174,8a1,Industrious Transitions,E01006345,Wigan 039D,8b,Ageing suburbanites,E02001325,Wigan 039,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117419 +117419,E00032185,8a1,Industrious Transitions,E01006349,Wigan 015A,4b,Constrained renters,E02001301,Wigan 015,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117420 +117420,E00032188,8a1,Industrious Transitions,E01006353,Wigan 014A,5d,Endeavouring social renters,E02001300,Wigan 014,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117421 +117421,E00032190,8a1,Industrious Transitions,E01006353,Wigan 014A,5d,Endeavouring social renters,E02001300,Wigan 014,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117422 +117422,E00032194,8a1,Industrious Transitions,E01006355,Wigan 014C,5b,Aspiring urban households,E02001300,Wigan 014,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117423 +117423,E00032247,8a1,Industrious Transitions,E01006366,Wigan 018E,5c,Comfortable neighbourhoods,E02001304,Wigan 018,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117424 +117424,E00032251,8a1,Industrious Transitions,E01006364,Wigan 018C,5c,Comfortable neighbourhoods,E02001304,Wigan 018,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117425 +117425,E00032264,8a1,Industrious Transitions,E01006366,Wigan 018E,5c,Comfortable neighbourhoods,E02001304,Wigan 018,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117426 +117426,E00032272,8a1,Industrious Transitions,E01006366,Wigan 018E,5c,Comfortable neighbourhoods,E02001304,Wigan 018,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117427 +117427,E00032339,8a1,Industrious Transitions,E01006380,Wigan 029D,5d,Endeavouring social renters,E02001315,Wigan 029,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117428 +117428,E00032370,8a1,Industrious Transitions,E01006380,Wigan 029D,5d,Endeavouring social renters,E02001315,Wigan 029,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117429 +117429,E00032379,8a1,Industrious Transitions,E01006391,Wigan 007D,8b,Ageing suburbanites,E02001293,Wigan 007,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117430 +117430,E00032381,8a1,Industrious Transitions,E01006387,Wigan 009D,5d,Endeavouring social renters,E02001295,Wigan 009,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117431 +117431,E00032385,8a1,Industrious Transitions,E01006387,Wigan 009D,5d,Endeavouring social renters,E02001295,Wigan 009,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117432 +117432,E00032439,8a1,Industrious Transitions,E01006399,Wigan 011E,5d,Endeavouring social renters,E02001297,Wigan 011,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117433 +117433,E00032459,8a1,Industrious Transitions,E01006408,Wigan 020C,4a,Challenged white communities,E02001306,Wigan 020,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117434 +117434,E00032461,8a1,Industrious Transitions,E01006404,Wigan 015C,4a,Challenged white communities,E02001301,Wigan 015,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117435 +117435,E00032479,8a1,Industrious Transitions,E01006406,Wigan 020A,8b,Ageing suburbanites,E02001306,Wigan 020,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117436 +117436,E00032494,8a1,Industrious Transitions,E01006407,Wigan 020B,8b,Ageing suburbanites,E02001306,Wigan 020,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117437 +117437,E00032498,8a1,Industrious Transitions,E01006410,Wigan 020E,8b,Ageing suburbanites,E02001306,Wigan 020,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117438 +117438,E00168462,8a1,Industrious Transitions,E01006217,Wigan 024C,5b,Aspiring urban households,E02001310,Wigan 024,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117439 +117439,E00168463,8a1,Industrious Transitions,E01006217,Wigan 024C,5b,Aspiring urban households,E02001310,Wigan 024,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117440 +117440,E00168489,8a1,Industrious Transitions,E01006218,Wigan 024D,4b,Constrained renters,E02001310,Wigan 024,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117441 +117441,E00168472,2c1,Migrant Families,E01006349,Wigan 015A,4b,Constrained renters,E02001301,Wigan 015,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117442 +117442,E00168473,2c1,Migrant Families,E01006349,Wigan 015A,4b,Constrained renters,E02001301,Wigan 015,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117443 +117443,E00031516,7a3,Multi-Ethnic Hardship,E01006213,Wigan 024A,4c,Hampered neighbourhoods,E02001310,Wigan 024,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117444 +117444,E00031639,7a3,Multi-Ethnic Hardship,E01006240,Wigan 017B,4a,Challenged white communities,E02001303,Wigan 017,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117445 +117445,E00031640,7a3,Multi-Ethnic Hardship,E01006240,Wigan 017B,4a,Challenged white communities,E02001303,Wigan 017,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117446 +117446,E00031649,7a3,Multi-Ethnic Hardship,E01006239,Wigan 017A,4a,Challenged white communities,E02001303,Wigan 017,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117447 +117447,E00031669,7a3,Multi-Ethnic Hardship,E01006248,Wigan 031A,4c,Hampered neighbourhoods,E02001317,Wigan 031,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117448 +117448,E00031671,7a3,Multi-Ethnic Hardship,E01006248,Wigan 031A,4c,Hampered neighbourhoods,E02001317,Wigan 031,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117449 +117449,E00031673,7a3,Multi-Ethnic Hardship,E01006248,Wigan 031A,4c,Hampered neighbourhoods,E02001317,Wigan 031,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117450 +117450,E00031865,7a3,Multi-Ethnic Hardship,E01006291,Wigan 022B,4a,Challenged white communities,E02001308,Wigan 022,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117451 +117451,E00031876,7a3,Multi-Ethnic Hardship,E01006289,Wigan 017E,4a,Challenged white communities,E02001303,Wigan 017,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117452 +117452,E00031889,7a3,Multi-Ethnic Hardship,E01006288,Wigan 025A,4a,Challenged white communities,E02001311,Wigan 025,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117453 +117453,E00031905,7a3,Multi-Ethnic Hardship,E01006295,Wigan 025C,4a,Challenged white communities,E02001311,Wigan 025,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117454 +117454,E00031914,7a3,Multi-Ethnic Hardship,E01006298,Wigan 037B,4c,Hampered neighbourhoods,E02001323,Wigan 037,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117455 +117455,E00031919,7a3,Multi-Ethnic Hardship,E01006296,Wigan 037A,4a,Challenged white communities,E02001323,Wigan 037,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117456 +117456,E00031959,7a3,Multi-Ethnic Hardship,E01006309,Wigan 012C,4a,Challenged white communities,E02001298,Wigan 012,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117457 +117457,E00032046,7a3,Multi-Ethnic Hardship,E01006327,Wigan 033E,4a,Challenged white communities,E02001319,Wigan 033,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117458 +117458,E00032364,6b3,Semi-Detached Ageing,E01006377,Wigan 025D,8b,Ageing suburbanites,E02001311,Wigan 025,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117459 +117459,E00168480,6b3,Semi-Detached Ageing,E01006299,Wigan 037C,5b,Aspiring urban households,E02001323,Wigan 037,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117460 +117460,E00031874,7c3,Outer City Hardship,E01006289,Wigan 017E,4a,Challenged white communities,E02001303,Wigan 017,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117461 +117461,E00031972,7c3,Outer City Hardship,E01006311,Wigan 012E,4a,Challenged white communities,E02001298,Wigan 012,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117462 +117462,E00032363,1b1,Rural Life,E01006379,Wigan 029C,8c,Comfortable suburbia,E02001315,Wigan 029,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117463 +117463,E00168485,6b3,Semi-Detached Ageing,E01006243,Wigan 023B,5b,Aspiring urban households,E02001309,Wigan 023,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117464 +117464,E00032002,7c3,Outer City Hardship,E01006317,Wigan 001C,5c,Comfortable neighbourhoods,E02001287,Wigan 001,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117465 +117465,E00032427,1b1,Rural Life,E01006396,Wigan 011B,8b,Ageing suburbanites,E02001297,Wigan 011,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117466 +117466,E00031987,4a2,Social Renting New Arrivals,E01006306,Wigan 009A,4b,Constrained renters,E02001295,Wigan 009,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117467 +117467,E00032056,7c3,Outer City Hardship,E01006322,Wigan 026D,4a,Challenged white communities,E02001312,Wigan 026,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117468 +117468,E00032365,6b3,Semi-Detached Ageing,E01006378,Wigan 025E,8b,Ageing suburbanites,E02001311,Wigan 025,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117469 +117469,E00031595,1b2,Rural White-Collar Workers,E01006236,Wigan 007A,8b,Ageing suburbanites,E02001293,Wigan 007,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117470 +117470,E00032081,4a2,Social Renting New Arrivals,E01006334,Wigan 030C,4b,Constrained renters,E02001316,Wigan 030,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117471 +117471,E00032059,7c3,Outer City Hardship,E01006329,Wigan 026E,5a,Ageing urban communities,E02001312,Wigan 026,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117472 +117472,E00032366,6b3,Semi-Detached Ageing,E01006378,Wigan 025E,8b,Ageing suburbanites,E02001311,Wigan 025,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117473 +117473,E00032140,1b2,Rural White-Collar Workers,E01006348,Wigan 039E,8b,Ageing suburbanites,E02001325,Wigan 039,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117474 +117474,E00032088,4a2,Social Renting New Arrivals,E01006333,Wigan 030B,4b,Constrained renters,E02001316,Wigan 030,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117475 +117475,E00032127,7c3,Outer City Hardship,E01006342,Wigan 038C,4a,Challenged white communities,E02001324,Wigan 038,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117476 +117476,E00032372,6b3,Semi-Detached Ageing,E01006382,Wigan 028C,8b,Ageing suburbanites,E02001314,Wigan 028,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117477 +117477,E00032249,1b2,Rural White-Collar Workers,E01006368,Wigan 018G,2d,Rural traits,E02001304,Wigan 018,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117478 +117478,E00032098,4a2,Social Renting New Arrivals,E01006335,Wigan 034E,4b,Constrained renters,E02001320,Wigan 034,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117479 +117479,E00032267,7c3,Outer City Hardship,E01006366,Wigan 018E,5c,Comfortable neighbourhoods,E02001304,Wigan 018,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117480 +117480,E00032373,6b3,Semi-Detached Ageing,E01006382,Wigan 028C,8b,Ageing suburbanites,E02001314,Wigan 028,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117481 +117481,E00032378,6b3,Semi-Detached Ageing,E01006389,Wigan 007C,5d,Endeavouring social renters,E02001293,Wigan 007,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117482 +117482,E00032386,6b3,Semi-Detached Ageing,E01006389,Wigan 007C,5d,Endeavouring social renters,E02001293,Wigan 007,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117483 +117483,E00032403,6b3,Semi-Detached Ageing,E01006390,Wigan 006E,5d,Endeavouring social renters,E02001292,Wigan 006,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117484 +117484,E00032406,6b3,Semi-Detached Ageing,E01006391,Wigan 007D,8b,Ageing suburbanites,E02001293,Wigan 007,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117485 +117485,E00032407,6b3,Semi-Detached Ageing,E01006391,Wigan 007D,8b,Ageing suburbanites,E02001293,Wigan 007,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117486 +117486,E00032408,6b3,Semi-Detached Ageing,E01006391,Wigan 007D,8b,Ageing suburbanites,E02001293,Wigan 007,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117487 +117487,E00032410,6b3,Semi-Detached Ageing,E01006393,Wigan 021A,8b,Ageing suburbanites,E02001307,Wigan 021,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117488 +117488,E00032411,6b3,Semi-Detached Ageing,E01006395,Wigan 021C,8c,Comfortable suburbia,E02001307,Wigan 021,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117489 +117489,E00032413,6b3,Semi-Detached Ageing,E01006395,Wigan 021C,8c,Comfortable suburbia,E02001307,Wigan 021,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117490 +117490,E00032415,6b3,Semi-Detached Ageing,E01006403,Wigan 021G,8b,Ageing suburbanites,E02001307,Wigan 021,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117491 +117491,E00032416,6b3,Semi-Detached Ageing,E01006402,Wigan 021F,8b,Ageing suburbanites,E02001307,Wigan 021,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117492 +117492,E00032417,6b3,Semi-Detached Ageing,E01006393,Wigan 021A,8b,Ageing suburbanites,E02001307,Wigan 021,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117493 +117493,E00032418,6b3,Semi-Detached Ageing,E01006403,Wigan 021G,8b,Ageing suburbanites,E02001307,Wigan 021,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117494 +117494,E00032420,6b3,Semi-Detached Ageing,E01006393,Wigan 021A,8b,Ageing suburbanites,E02001307,Wigan 021,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117495 +117495,E00032422,6b3,Semi-Detached Ageing,E01006394,Wigan 021B,8b,Ageing suburbanites,E02001307,Wigan 021,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117496 +117496,E00032423,6b3,Semi-Detached Ageing,E01006394,Wigan 021B,8b,Ageing suburbanites,E02001307,Wigan 021,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117497 +117497,E00032428,6b3,Semi-Detached Ageing,E01006396,Wigan 011B,8b,Ageing suburbanites,E02001297,Wigan 011,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117498 +117498,E00032443,6b3,Semi-Detached Ageing,E01006401,Wigan 021E,8b,Ageing suburbanites,E02001307,Wigan 021,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117499 +117499,E00032444,6b3,Semi-Detached Ageing,E01006401,Wigan 021E,8b,Ageing suburbanites,E02001307,Wigan 021,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117500 +117500,E00032447,6b3,Semi-Detached Ageing,E01006402,Wigan 021F,8b,Ageing suburbanites,E02001307,Wigan 021,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117501 +117501,E00032448,6b3,Semi-Detached Ageing,E01006400,Wigan 021D,8b,Ageing suburbanites,E02001307,Wigan 021,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117502 +117502,E00032449,6b3,Semi-Detached Ageing,E01006400,Wigan 021D,8b,Ageing suburbanites,E02001307,Wigan 021,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117503 +117503,E00032450,6b3,Semi-Detached Ageing,E01006402,Wigan 021F,8b,Ageing suburbanites,E02001307,Wigan 021,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117504 +117504,E00032451,6b3,Semi-Detached Ageing,E01006402,Wigan 021F,8b,Ageing suburbanites,E02001307,Wigan 021,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117505 +117505,E00032452,6b3,Semi-Detached Ageing,E01006403,Wigan 021G,8b,Ageing suburbanites,E02001307,Wigan 021,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117506 +117506,E00032454,6b3,Semi-Detached Ageing,E01006403,Wigan 021G,8b,Ageing suburbanites,E02001307,Wigan 021,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117507 +117507,E00032455,6b3,Semi-Detached Ageing,E01006403,Wigan 021G,8b,Ageing suburbanites,E02001307,Wigan 021,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117508 +117508,E00032457,6b3,Semi-Detached Ageing,E01006400,Wigan 021D,8b,Ageing suburbanites,E02001307,Wigan 021,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117509 +117509,E00032462,6b3,Semi-Detached Ageing,E01006406,Wigan 020A,8b,Ageing suburbanites,E02001306,Wigan 020,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117510 +117510,E00032463,6b3,Semi-Detached Ageing,E01006406,Wigan 020A,8b,Ageing suburbanites,E02001306,Wigan 020,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117511 +117511,E00032480,6b3,Semi-Detached Ageing,E01006406,Wigan 020A,8b,Ageing suburbanites,E02001306,Wigan 020,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117512 +117512,E00032484,6b3,Semi-Detached Ageing,E01006406,Wigan 020A,8b,Ageing suburbanites,E02001306,Wigan 020,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117513 +117513,E00032486,6b3,Semi-Detached Ageing,E01006407,Wigan 020B,8b,Ageing suburbanites,E02001306,Wigan 020,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117514 +117514,E00032124,4a2,Social Renting New Arrivals,E01006333,Wigan 030B,4b,Constrained renters,E02001316,Wigan 030,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117515 +117515,E00032301,4a2,Social Renting New Arrivals,E01006370,Wigan 006A,3d,Households in terraces and flats,E02001292,Wigan 006,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117516 +117516,E00032302,4a2,Social Renting New Arrivals,E01006370,Wigan 006A,3d,Households in terraces and flats,E02001292,Wigan 006,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117517 +117517,E00032307,4a2,Social Renting New Arrivals,E01006370,Wigan 006A,3d,Households in terraces and flats,E02001292,Wigan 006,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117518 +117518,E00031917,7a1,Transitional Eastern European Neighbourhoods,E01006298,Wigan 037B,4c,Hampered neighbourhoods,E02001323,Wigan 037,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117519 +117519,E00031980,7a1,Transitional Eastern European Neighbourhoods,E01006305,Wigan 012A,4a,Challenged white communities,E02001298,Wigan 012,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117520 +117520,E00031985,7a1,Transitional Eastern European Neighbourhoods,E01006307,Wigan 009B,4a,Challenged white communities,E02001295,Wigan 009,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117521 +117521,E00032209,7a1,Transitional Eastern European Neighbourhoods,E01006349,Wigan 015A,4b,Constrained renters,E02001301,Wigan 015,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117522 +117522,E00032382,7a1,Transitional Eastern European Neighbourhoods,E01006386,Wigan 009C,4d,Hard-pressed flat dwellers,E02001295,Wigan 009,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117523 +117523,E00032397,7a1,Transitional Eastern European Neighbourhoods,E01006386,Wigan 009C,4d,Hard-pressed flat dwellers,E02001295,Wigan 009,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117524 +117524,E00168464,7a1,Transitional Eastern European Neighbourhoods,E01006217,Wigan 024C,5b,Aspiring urban households,E02001310,Wigan 024,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117525 +117525,E00031495,5a1,White Professionals,E01006214,Wigan 026B,5d,Endeavouring social renters,E02001312,Wigan 026,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117526 +117526,E00031537,5a1,White Professionals,E01006227,Wigan 038A,5d,Endeavouring social renters,E02001324,Wigan 038,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117527 +117527,E00031538,5a1,White Professionals,E01006228,Wigan 038B,5b,Aspiring urban households,E02001324,Wigan 038,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117528 +117528,E00031540,5a1,White Professionals,E01006221,Wigan 035B,5b,Aspiring urban households,E02001321,Wigan 035,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117529 +117529,E00031546,5a1,White Professionals,E01006221,Wigan 035B,5b,Aspiring urban households,E02001321,Wigan 035,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117530 +117530,E00031560,5a1,White Professionals,E01006223,Wigan 036A,5b,Aspiring urban households,E02001322,Wigan 036,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117531 +117531,E00031608,5a1,White Professionals,E01006229,Wigan 002A,8a,Affluent communities,E02001288,Wigan 002,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117532 +117532,E00031627,5a1,White Professionals,E01006243,Wigan 023B,5b,Aspiring urban households,E02001309,Wigan 023,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117533 +117533,E00031632,5a1,White Professionals,E01006244,Wigan 023C,4a,Challenged white communities,E02001309,Wigan 023,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117534 +117534,E00031633,5a1,White Professionals,E01006242,Wigan 023A,5d,Endeavouring social renters,E02001309,Wigan 023,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117535 +117535,E00031635,5a1,White Professionals,E01006245,Wigan 023D,5b,Aspiring urban households,E02001309,Wigan 023,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117536 +117536,E00031637,5a1,White Professionals,E01006245,Wigan 023D,5b,Aspiring urban households,E02001309,Wigan 023,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117537 +117537,E00031705,5a1,White Professionals,E01006259,Wigan 003A,5d,Endeavouring social renters,E02001289,Wigan 003,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117538 +117538,E00031722,5a1,White Professionals,E01006256,Wigan 005D,5b,Aspiring urban households,E02001291,Wigan 005,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117539 +117539,E00031723,5a1,White Professionals,E01006257,Wigan 008A,5b,Aspiring urban households,E02001294,Wigan 008,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117540 +117540,E00031725,5a1,White Professionals,E01006257,Wigan 008A,5b,Aspiring urban households,E02001294,Wigan 008,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117541 +117541,E00031728,5a1,White Professionals,E01006258,Wigan 008B,5a,Ageing urban communities,E02001294,Wigan 008,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117542 +117542,E00031736,5a1,White Professionals,E01006268,Wigan 032E,5b,Aspiring urban households,E02001318,Wigan 032,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117543 +117543,E00031744,5a1,White Professionals,E01006268,Wigan 032E,5b,Aspiring urban households,E02001318,Wigan 032,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117544 +117544,E00031764,5a1,White Professionals,E01006265,Wigan 036E,5b,Aspiring urban households,E02001322,Wigan 036,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117545 +117545,E00031768,5a1,White Professionals,E01006265,Wigan 036E,5b,Aspiring urban households,E02001322,Wigan 036,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117546 +117546,E00031772,5a1,White Professionals,E01006262,Wigan 032A,5d,Endeavouring social renters,E02001318,Wigan 032,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117547 +117547,E00032435,7c3,Outer City Hardship,E01006397,Wigan 011C,4a,Challenged white communities,E02001297,Wigan 011,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117548 +117548,E00031585,5b3,Self-Sufficient Retirement,E01006231,Wigan 004A,2d,Rural traits,E02001290,Wigan 004,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117549 +117549,E00031589,5b3,Self-Sufficient Retirement,E01006235,Wigan 004D,5c,Comfortable neighbourhoods,E02001290,Wigan 004,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117550 +117550,E00031614,5b3,Self-Sufficient Retirement,E01006230,Wigan 002B,8b,Ageing suburbanites,E02001288,Wigan 002,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117551 +117551,E00031714,5b3,Self-Sufficient Retirement,E01006255,Wigan 005C,5b,Aspiring urban households,E02001291,Wigan 005,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117552 +117552,E00031724,5b3,Self-Sufficient Retirement,E01006256,Wigan 005D,5b,Aspiring urban households,E02001291,Wigan 005,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117553 +117553,E00031810,5b3,Self-Sufficient Retirement,E01006271,Wigan 013B,5b,Aspiring urban households,E02001299,Wigan 013,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117554 +117554,E00031927,5b3,Self-Sufficient Retirement,E01006300,Wigan 037D,8b,Ageing suburbanites,E02001323,Wigan 037,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117555 +117555,E00031947,5b3,Self-Sufficient Retirement,E01006302,Wigan 040A,5b,Aspiring urban households,E02001326,Wigan 040,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117556 +117556,E00031992,5b3,Self-Sufficient Retirement,E01006316,Wigan 001B,8c,Comfortable suburbia,E02001287,Wigan 001,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117557 +117557,E00032092,5b3,Self-Sufficient Retirement,E01006332,Wigan 031E,5a,Ageing urban communities,E02001317,Wigan 031,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117558 +117558,E00032143,5b3,Self-Sufficient Retirement,E01006347,Wigan 040E,8b,Ageing suburbanites,E02001326,Wigan 040,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117559 +117559,E00032286,5b3,Self-Sufficient Retirement,E01006374,Wigan 006D,8b,Ageing suburbanites,E02001292,Wigan 006,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117560 +117560,E00032293,5b3,Self-Sufficient Retirement,E01006370,Wigan 006A,3d,Households in terraces and flats,E02001292,Wigan 006,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117561 +117561,E00032297,5b3,Self-Sufficient Retirement,E01006374,Wigan 006D,8b,Ageing suburbanites,E02001292,Wigan 006,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117562 +117562,E00032323,5b3,Self-Sufficient Retirement,E01006384,Wigan 028E,8c,Comfortable suburbia,E02001314,Wigan 028,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117563 +117563,E00032400,5b3,Self-Sufficient Retirement,E01006388,Wigan 007B,5d,Endeavouring social renters,E02001293,Wigan 007,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117564 +117564,E00031489,6b3,Semi-Detached Ageing,E01006212,Wigan 026A,5d,Endeavouring social renters,E02001312,Wigan 026,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117565 +117565,E00031492,6b3,Semi-Detached Ageing,E01006212,Wigan 026A,5d,Endeavouring social renters,E02001312,Wigan 026,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117566 +117566,E00031500,6b3,Semi-Detached Ageing,E01006216,Wigan 026C,5b,Aspiring urban households,E02001312,Wigan 026,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117567 +117567,E00031522,6b3,Semi-Detached Ageing,E01006219,Wigan 024E,5d,Endeavouring social renters,E02001310,Wigan 024,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117568 +117568,E00031525,6b3,Semi-Detached Ageing,E01006219,Wigan 024E,5d,Endeavouring social renters,E02001310,Wigan 024,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117569 +117569,E00031526,6b3,Semi-Detached Ageing,E01006219,Wigan 024E,5d,Endeavouring social renters,E02001310,Wigan 024,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117570 +117570,E00031533,6b3,Semi-Detached Ageing,E01006226,Wigan 035E,5b,Aspiring urban households,E02001321,Wigan 035,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117571 +117571,E00032208,4a1,Private Renting Young Families,E01006351,Wigan 010B,4c,Hampered neighbourhoods,E02001296,Wigan 010,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117572 +117572,E00031491,8c3,Renting Hard-Pressed Workers,E01006212,Wigan 026A,5d,Endeavouring social renters,E02001312,Wigan 026,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117573 +117573,E00031496,8c3,Renting Hard-Pressed Workers,E01006215,Wigan 024B,4a,Challenged white communities,E02001310,Wigan 024,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117574 +117574,E00031499,8c3,Renting Hard-Pressed Workers,E01006216,Wigan 026C,5b,Aspiring urban households,E02001312,Wigan 026,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117575 +117575,E00031510,8c3,Renting Hard-Pressed Workers,E01006217,Wigan 024C,5b,Aspiring urban households,E02001310,Wigan 024,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117576 +117576,E00031519,8c3,Renting Hard-Pressed Workers,E01006215,Wigan 024B,4a,Challenged white communities,E02001310,Wigan 024,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117577 +117577,E00031573,8c3,Renting Hard-Pressed Workers,E01006235,Wigan 004D,5c,Comfortable neighbourhoods,E02001290,Wigan 004,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117578 +117578,E00031588,8c3,Renting Hard-Pressed Workers,E01006235,Wigan 004D,5c,Comfortable neighbourhoods,E02001290,Wigan 004,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117579 +117579,E00031591,8c3,Renting Hard-Pressed Workers,E01006234,Wigan 004C,5d,Endeavouring social renters,E02001290,Wigan 004,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117580 +117580,E00031605,8c3,Renting Hard-Pressed Workers,E01006238,Wigan 002E,4a,Challenged white communities,E02001288,Wigan 002,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117581 +117581,E00031607,8c3,Renting Hard-Pressed Workers,E01006238,Wigan 002E,4a,Challenged white communities,E02001288,Wigan 002,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117582 +117582,E00031610,8c3,Renting Hard-Pressed Workers,E01006238,Wigan 002E,4a,Challenged white communities,E02001288,Wigan 002,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117583 +117583,E00031612,8c3,Renting Hard-Pressed Workers,E01006238,Wigan 002E,4a,Challenged white communities,E02001288,Wigan 002,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117584 +117584,E00031650,8c3,Renting Hard-Pressed Workers,E01006239,Wigan 017A,4a,Challenged white communities,E02001303,Wigan 017,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117585 +117585,E00031745,8c3,Renting Hard-Pressed Workers,E01006267,Wigan 032D,4a,Challenged white communities,E02001318,Wigan 032,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117586 +117586,E00031746,8c3,Renting Hard-Pressed Workers,E01006267,Wigan 032D,4a,Challenged white communities,E02001318,Wigan 032,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117587 +117587,E00031747,8c3,Renting Hard-Pressed Workers,E01006267,Wigan 032D,4a,Challenged white communities,E02001318,Wigan 032,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117588 +117588,E00031751,8c3,Renting Hard-Pressed Workers,E01006267,Wigan 032D,4a,Challenged white communities,E02001318,Wigan 032,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117589 +117589,E00031756,8c3,Renting Hard-Pressed Workers,E01006261,Wigan 036C,5d,Endeavouring social renters,E02001322,Wigan 036,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117590 +117590,E00031784,8c3,Renting Hard-Pressed Workers,E01006269,Wigan 013A,5d,Endeavouring social renters,E02001299,Wigan 013,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117591 +117591,E00031787,8c3,Renting Hard-Pressed Workers,E01006270,Wigan 016A,5d,Endeavouring social renters,E02001302,Wigan 016,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117592 +117592,E00031791,8c3,Renting Hard-Pressed Workers,E01006270,Wigan 016A,5d,Endeavouring social renters,E02001302,Wigan 016,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117593 +117593,E00031825,8c3,Renting Hard-Pressed Workers,E01006284,Wigan 027C,4a,Challenged white communities,E02001313,Wigan 027,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117594 +117594,E00031845,8c3,Renting Hard-Pressed Workers,E01006280,Wigan 019C,5d,Endeavouring social renters,E02001305,Wigan 019,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117595 +117595,E00031960,8c3,Renting Hard-Pressed Workers,E01006307,Wigan 009B,4a,Challenged white communities,E02001295,Wigan 009,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117596 +117596,E00031961,8c3,Renting Hard-Pressed Workers,E01006309,Wigan 012C,4a,Challenged white communities,E02001298,Wigan 012,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117597 +117597,E00031973,8c3,Renting Hard-Pressed Workers,E01006307,Wigan 009B,4a,Challenged white communities,E02001295,Wigan 009,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117598 +117598,E00032029,8c3,Renting Hard-Pressed Workers,E01006313,Wigan 003C,5d,Endeavouring social renters,E02001289,Wigan 003,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117599 +117599,E00032060,8c3,Renting Hard-Pressed Workers,E01006329,Wigan 026E,5a,Ageing urban communities,E02001312,Wigan 026,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117600 +117600,E00031563,6b2,White Suburban Communities,E01006226,Wigan 035E,5b,Aspiring urban households,E02001321,Wigan 035,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117601 +117601,E00031569,6b2,White Suburban Communities,E01006225,Wigan 036B,5a,Ageing urban communities,E02001322,Wigan 036,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117602 +117602,E00031590,6b2,White Suburban Communities,E01006234,Wigan 004C,5d,Endeavouring social renters,E02001290,Wigan 004,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117603 +117603,E00031599,6b2,White Suburban Communities,E01006236,Wigan 007A,8b,Ageing suburbanites,E02001293,Wigan 007,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117604 +117604,E00031602,6b2,White Suburban Communities,E01006237,Wigan 002D,8c,Comfortable suburbia,E02001288,Wigan 002,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117605 +117605,E00031611,6b2,White Suburban Communities,E01006232,Wigan 004B,2a,Ageing rural neighbourhoods,E02001290,Wigan 004,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117606 +117606,E00031631,6b2,White Suburban Communities,E01006243,Wigan 023B,5b,Aspiring urban households,E02001309,Wigan 023,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117607 +117607,E00031636,6b2,White Suburban Communities,E01006243,Wigan 023B,5b,Aspiring urban households,E02001309,Wigan 023,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117608 +117608,E00031659,6b2,White Suburban Communities,E01006242,Wigan 023A,5d,Endeavouring social renters,E02001309,Wigan 023,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117609 +117609,E00031665,6b2,White Suburban Communities,E01006250,Wigan 029A,8b,Ageing suburbanites,E02001315,Wigan 029,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117610 +117610,E00031666,6b2,White Suburban Communities,E01006251,Wigan 029B,2b,Prospering countryside life,E02001315,Wigan 029,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117611 +117611,E00031677,6b2,White Suburban Communities,E01006250,Wigan 029A,8b,Ageing suburbanites,E02001315,Wigan 029,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117612 +117612,E00031679,6b2,White Suburban Communities,E01006251,Wigan 029B,2b,Prospering countryside life,E02001315,Wigan 029,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117613 +117613,E00031681,6b2,White Suburban Communities,E01006252,Wigan 034C,5b,Aspiring urban households,E02001320,Wigan 034,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117614 +117614,E00031687,6b2,White Suburban Communities,E01006251,Wigan 029B,2b,Prospering countryside life,E02001315,Wigan 029,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117615 +117615,E00031695,6b2,White Suburban Communities,E01006247,Wigan 034B,8b,Ageing suburbanites,E02001320,Wigan 034,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117616 +117616,E00031713,6b2,White Suburban Communities,E01006255,Wigan 005C,5b,Aspiring urban households,E02001291,Wigan 005,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117617 +117617,E00031720,6b2,White Suburban Communities,E01006255,Wigan 005C,5b,Aspiring urban households,E02001291,Wigan 005,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117618 +117618,E00031721,6b2,White Suburban Communities,E01006255,Wigan 005C,5b,Aspiring urban households,E02001291,Wigan 005,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117619 +117619,E00031737,6b2,White Suburban Communities,E01006264,Wigan 036D,8b,Ageing suburbanites,E02001322,Wigan 036,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117620 +117620,E00031739,6b2,White Suburban Communities,E01006266,Wigan 032C,8b,Ageing suburbanites,E02001318,Wigan 032,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117621 +117621,E00031761,6b2,White Suburban Communities,E01006261,Wigan 036C,5d,Endeavouring social renters,E02001322,Wigan 036,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117622 +117622,E00031777,6b2,White Suburban Communities,E01006271,Wigan 013B,5b,Aspiring urban households,E02001299,Wigan 013,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117623 +117623,E00031805,6b2,White Suburban Communities,E01006277,Wigan 016D,8c,Comfortable suburbia,E02001302,Wigan 016,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117624 +117624,E00031807,6b2,White Suburban Communities,E01006277,Wigan 016D,8c,Comfortable suburbia,E02001302,Wigan 016,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117625 +117625,E00031808,6b2,White Suburban Communities,E01006277,Wigan 016D,8c,Comfortable suburbia,E02001302,Wigan 016,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117626 +117626,E00031809,6b2,White Suburban Communities,E01006277,Wigan 016D,8c,Comfortable suburbia,E02001302,Wigan 016,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117627 +117627,E00031811,6b2,White Suburban Communities,E01006271,Wigan 013B,5b,Aspiring urban households,E02001299,Wigan 013,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117628 +117628,E00031812,6b2,White Suburban Communities,E01006273,Wigan 013D,5d,Endeavouring social renters,E02001299,Wigan 013,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117629 +117629,E00031818,6b2,White Suburban Communities,E01006281,Wigan 019D,8b,Ageing suburbanites,E02001305,Wigan 019,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117630 +117630,E00031826,6b2,White Suburban Communities,E01006281,Wigan 019D,8b,Ageing suburbanites,E02001305,Wigan 019,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117631 +117631,E00031839,6b2,White Suburban Communities,E01006285,Wigan 019E,8b,Ageing suburbanites,E02001305,Wigan 019,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117632 +117632,E00031846,6b2,White Suburban Communities,E01006285,Wigan 019E,8b,Ageing suburbanites,E02001305,Wigan 019,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117633 +117633,E00031857,6b2,White Suburban Communities,E01006279,Wigan 019B,8b,Ageing suburbanites,E02001305,Wigan 019,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117634 +117634,E00031858,6b2,White Suburban Communities,E01006279,Wigan 019B,8b,Ageing suburbanites,E02001305,Wigan 019,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117635 +117635,E00031859,6b2,White Suburban Communities,E01006281,Wigan 019D,8b,Ageing suburbanites,E02001305,Wigan 019,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117636 +117636,E00031877,6b2,White Suburban Communities,E01006290,Wigan 022A,8b,Ageing suburbanites,E02001308,Wigan 022,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117637 +117637,E00031880,6b2,White Suburban Communities,E01006290,Wigan 022A,8b,Ageing suburbanites,E02001308,Wigan 022,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117638 +117638,E00031901,6b2,White Suburban Communities,E01006293,Wigan 022D,5a,Ageing urban communities,E02001308,Wigan 022,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117639 +117639,E00031913,6b2,White Suburban Communities,E01006304,Wigan 040C,5d,Endeavouring social renters,E02001326,Wigan 040,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117640 +117640,E00031925,6b2,White Suburban Communities,E01006299,Wigan 037C,5b,Aspiring urban households,E02001323,Wigan 037,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117641 +117641,E00031942,6b2,White Suburban Communities,E01006302,Wigan 040A,5b,Aspiring urban households,E02001326,Wigan 040,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117642 +117642,E00031948,6b2,White Suburban Communities,E01006304,Wigan 040C,5d,Endeavouring social renters,E02001326,Wigan 040,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117643 +117643,E00031949,6b2,White Suburban Communities,E01006303,Wigan 040B,8b,Ageing suburbanites,E02001326,Wigan 040,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117644 +117644,E00031953,6b2,White Suburban Communities,E01006304,Wigan 040C,5d,Endeavouring social renters,E02001326,Wigan 040,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117645 +117645,E00031991,6b2,White Suburban Communities,E01006319,Wigan 001D,8c,Comfortable suburbia,E02001287,Wigan 001,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117646 +117646,E00031997,6b2,White Suburban Communities,E01006316,Wigan 001B,8c,Comfortable suburbia,E02001287,Wigan 001,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117647 +117647,E00032000,6b2,White Suburban Communities,E01006317,Wigan 001C,5c,Comfortable neighbourhoods,E02001287,Wigan 001,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117648 +117648,E00032001,6b2,White Suburban Communities,E01006319,Wigan 001D,8c,Comfortable suburbia,E02001287,Wigan 001,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117649 +117649,E00032008,6b2,White Suburban Communities,E01006316,Wigan 001B,8c,Comfortable suburbia,E02001287,Wigan 001,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117650 +117651,E00032460,6b2,White Suburban Communities,E01006410,Wigan 020E,8b,Ageing suburbanites,E02001306,Wigan 020,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117652 +117652,E00032062,8d1,Young Hard-Pressed Families,E01006322,Wigan 026D,4a,Challenged white communities,E02001312,Wigan 026,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117653 +117654,E00031778,5a1,White Professionals,E01006273,Wigan 013D,5d,Endeavouring social renters,E02001299,Wigan 013,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117655 +117655,E00032011,6b2,White Suburban Communities,E01006321,Wigan 003G,8b,Ageing suburbanites,E02001289,Wigan 003,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117656 +117657,E00032104,8d1,Young Hard-Pressed Families,E01006336,Wigan 027D,4a,Challenged white communities,E02001313,Wigan 027,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117658 +117658,E00032105,8d1,Young Hard-Pressed Families,E01006336,Wigan 027D,4a,Challenged white communities,E02001313,Wigan 027,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117659 +117659,E00032154,8d1,Young Hard-Pressed Families,E01006341,Wigan 040D,5c,Comfortable neighbourhoods,E02001326,Wigan 040,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117660 +117660,E00032181,8d1,Young Hard-Pressed Families,E01006354,Wigan 014B,4a,Challenged white communities,E02001300,Wigan 014,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117661 +117661,E00032183,8d1,Young Hard-Pressed Families,E01006351,Wigan 010B,4c,Hampered neighbourhoods,E02001296,Wigan 010,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117662 +117662,E00032198,8d1,Young Hard-Pressed Families,E01006350,Wigan 010A,4c,Hampered neighbourhoods,E02001296,Wigan 010,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117663 +117663,E00032200,8d1,Young Hard-Pressed Families,E01006350,Wigan 010A,4c,Hampered neighbourhoods,E02001296,Wigan 010,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117664 +117664,E00032201,8d1,Young Hard-Pressed Families,E01006350,Wigan 010A,4c,Hampered neighbourhoods,E02001296,Wigan 010,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117665 +117665,E00032203,8d1,Young Hard-Pressed Families,E01006350,Wigan 010A,4c,Hampered neighbourhoods,E02001296,Wigan 010,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117666 +117666,E00032204,8d1,Young Hard-Pressed Families,E01006351,Wigan 010B,4c,Hampered neighbourhoods,E02001296,Wigan 010,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117667 +117667,E00032205,8d1,Young Hard-Pressed Families,E01006351,Wigan 010B,4c,Hampered neighbourhoods,E02001296,Wigan 010,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117668 +117668,E00032207,8d1,Young Hard-Pressed Families,E01006351,Wigan 010B,4c,Hampered neighbourhoods,E02001296,Wigan 010,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117669 +117669,E00032210,8d1,Young Hard-Pressed Families,E01006351,Wigan 010B,4c,Hampered neighbourhoods,E02001296,Wigan 010,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117670 +117670,E00032217,8d1,Young Hard-Pressed Families,E01006357,Wigan 010C,4a,Challenged white communities,E02001296,Wigan 010,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117671 +117671,E00032219,8d1,Young Hard-Pressed Families,E01006357,Wigan 010C,4a,Challenged white communities,E02001296,Wigan 010,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117672 +117672,E00032223,8d1,Young Hard-Pressed Families,E01006356,Wigan 011A,4a,Challenged white communities,E02001297,Wigan 011,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117673 +117673,E00032225,8d1,Young Hard-Pressed Families,E01006357,Wigan 010C,4a,Challenged white communities,E02001296,Wigan 010,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117674 +117674,E00032229,8d1,Young Hard-Pressed Families,E01006357,Wigan 010C,4a,Challenged white communities,E02001296,Wigan 010,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117675 +117675,E00032230,8d1,Young Hard-Pressed Families,E01006359,Wigan 014E,4a,Challenged white communities,E02001300,Wigan 014,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117676 +117676,E00032348,8d1,Young Hard-Pressed Families,E01006380,Wigan 029D,5d,Endeavouring social renters,E02001315,Wigan 029,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117677 +117677,E00032358,8d1,Young Hard-Pressed Families,E01006376,Wigan 028A,5d,Endeavouring social renters,E02001314,Wigan 028,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117678 +117678,E00032369,8d1,Young Hard-Pressed Families,E01006380,Wigan 029D,5d,Endeavouring social renters,E02001315,Wigan 029,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117679 +117680,E00032474,6b2,White Suburban Communities,E01006405,Wigan 015D,4a,Challenged white communities,E02001301,Wigan 015,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117681 +117682,E00032013,6b2,White Suburban Communities,E01006318,Wigan 003E,8b,Ageing suburbanites,E02001289,Wigan 003,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117683 +117684,E00031800,5a1,White Professionals,E01006269,Wigan 013A,5d,Endeavouring social renters,E02001299,Wigan 013,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117685 +117685,E00032377,8d1,Young Hard-Pressed Families,E01006389,Wigan 007C,5d,Endeavouring social renters,E02001293,Wigan 007,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117686 +117686,E00032388,8d1,Young Hard-Pressed Families,E01006392,Wigan 009E,4c,Hampered neighbourhoods,E02001295,Wigan 009,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117687 +117687,E00032393,8d1,Young Hard-Pressed Families,E01006392,Wigan 009E,4c,Hampered neighbourhoods,E02001295,Wigan 009,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117688 +117688,E00032464,8d1,Young Hard-Pressed Families,E01006411,Wigan 015E,4c,Hampered neighbourhoods,E02001301,Wigan 015,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117689 +117689,E00032468,8d1,Young Hard-Pressed Families,E01006411,Wigan 015E,4c,Hampered neighbourhoods,E02001301,Wigan 015,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117690 +117690,E00032471,8d1,Young Hard-Pressed Families,E01006411,Wigan 015E,4c,Hampered neighbourhoods,E02001301,Wigan 015,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117691 +117691,E00032481,8d1,Young Hard-Pressed Families,E01006408,Wigan 020C,4a,Challenged white communities,E02001306,Wigan 020,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117692 +117713,E00031815,5a1,White Professionals,E01006271,Wigan 013B,5b,Aspiring urban households,E02001299,Wigan 013,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117714 +117715,E00032014,6b2,White Suburban Communities,E01006321,Wigan 003G,8b,Ageing suburbanites,E02001289,Wigan 003,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117716 +117716,E00032497,6b2,White Suburban Communities,E01006410,Wigan 020E,8b,Ageing suburbanites,E02001306,Wigan 020,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117717 +117717,E00168452,6b2,White Suburban Communities,E01006276,Wigan 013E,5b,Aspiring urban households,E02001299,Wigan 013,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117718 +117718,E00168453,6b2,White Suburban Communities,E01006276,Wigan 013E,5b,Aspiring urban households,E02001299,Wigan 013,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117719 +117720,E00032017,6b2,White Suburban Communities,E01006314,Wigan 003D,8b,Ageing suburbanites,E02001289,Wigan 003,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117721 +117722,E00168465,6b2,White Suburban Communities,E01006217,Wigan 024C,5b,Aspiring urban households,E02001310,Wigan 024,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117723 +117725,E00031868,5a1,White Professionals,E01006294,Wigan 025B,5b,Aspiring urban households,E02001311,Wigan 025,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117726 +117726,E00032020,6b2,White Suburban Communities,E01006312,Wigan 003B,8b,Ageing suburbanites,E02001289,Wigan 003,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117727 +117728,E00168469,6b2,White Suburban Communities,E01006216,Wigan 026C,5b,Aspiring urban households,E02001312,Wigan 026,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117729 +117729,E00168487,6b2,White Suburban Communities,E01006395,Wigan 021C,8c,Comfortable suburbia,E02001307,Wigan 021,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117730 +117730,E00168492,6b2,White Suburban Communities,E01006279,Wigan 019B,8b,Ageing suburbanites,E02001305,Wigan 019,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117731 +117731,E00168493,6b2,White Suburban Communities,E01006365,Wigan 018D,8c,Comfortable suburbia,E02001304,Wigan 018,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117732 +117732,E00031541,8d1,Young Hard-Pressed Families,E01006220,Wigan 035A,5d,Endeavouring social renters,E02001321,Wigan 035,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117733 +117733,E00031542,8d1,Young Hard-Pressed Families,E01006220,Wigan 035A,5d,Endeavouring social renters,E02001321,Wigan 035,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117734 +117734,E00031622,8d1,Young Hard-Pressed Families,E01006239,Wigan 017A,4a,Challenged white communities,E02001303,Wigan 017,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117735 +117735,E00031642,8d1,Young Hard-Pressed Families,E01006240,Wigan 017B,4a,Challenged white communities,E02001303,Wigan 017,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117736 +117736,E00031643,8d1,Young Hard-Pressed Families,E01006241,Wigan 017C,4c,Hampered neighbourhoods,E02001303,Wigan 017,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117737 +117737,E00031644,8d1,Young Hard-Pressed Families,E01006241,Wigan 017C,4c,Hampered neighbourhoods,E02001303,Wigan 017,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117738 +117738,E00031645,8d1,Young Hard-Pressed Families,E01006241,Wigan 017C,4c,Hampered neighbourhoods,E02001303,Wigan 017,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117739 +117739,E00031647,8d1,Young Hard-Pressed Families,E01006240,Wigan 017B,4a,Challenged white communities,E02001303,Wigan 017,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117740 +117740,E00031648,8d1,Young Hard-Pressed Families,E01006239,Wigan 017A,4a,Challenged white communities,E02001303,Wigan 017,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117741 +117741,E00031670,8d1,Young Hard-Pressed Families,E01006248,Wigan 031A,4c,Hampered neighbourhoods,E02001317,Wigan 031,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117742 +117742,E00031675,8d1,Young Hard-Pressed Families,E01006249,Wigan 031B,4a,Challenged white communities,E02001317,Wigan 031,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117743 +117743,E00031676,8d1,Young Hard-Pressed Families,E01006249,Wigan 031B,4a,Challenged white communities,E02001317,Wigan 031,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117744 +117744,E00031696,8d1,Young Hard-Pressed Families,E01006254,Wigan 005B,4a,Challenged white communities,E02001291,Wigan 005,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117745 +117745,E00031699,8d1,Young Hard-Pressed Families,E01006254,Wigan 005B,4a,Challenged white communities,E02001291,Wigan 005,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117746 +117746,E00031700,8d1,Young Hard-Pressed Families,E01006260,Wigan 005E,5d,Endeavouring social renters,E02001291,Wigan 005,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117747 +117747,E00031708,8d1,Young Hard-Pressed Families,E01006253,Wigan 005A,5d,Endeavouring social renters,E02001291,Wigan 005,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117748 +117748,E00031738,8d1,Young Hard-Pressed Families,E01006262,Wigan 032A,5d,Endeavouring social renters,E02001318,Wigan 032,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117749 +117749,E00031788,8d1,Young Hard-Pressed Families,E01006275,Wigan 016C,4a,Challenged white communities,E02001302,Wigan 016,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117750 +117750,E00031795,8d1,Young Hard-Pressed Families,E01006275,Wigan 016C,4a,Challenged white communities,E02001302,Wigan 016,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117751 +117751,E00031799,8d1,Young Hard-Pressed Families,E01006274,Wigan 016B,4a,Challenged white communities,E02001302,Wigan 016,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117752 +117752,E00031802,8d1,Young Hard-Pressed Families,E01006274,Wigan 016B,4a,Challenged white communities,E02001302,Wigan 016,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117753 +117753,E00031817,8d1,Young Hard-Pressed Families,E01006273,Wigan 013D,5d,Endeavouring social renters,E02001299,Wigan 013,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117754 +117754,E00031837,8d1,Young Hard-Pressed Families,E01006283,Wigan 027B,4a,Challenged white communities,E02001313,Wigan 027,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117755 +117755,E00031838,8d1,Young Hard-Pressed Families,E01006283,Wigan 027B,4a,Challenged white communities,E02001313,Wigan 027,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117756 +117756,E00031873,8d1,Young Hard-Pressed Families,E01006289,Wigan 017E,4a,Challenged white communities,E02001303,Wigan 017,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117757 +117757,E00031884,8d1,Young Hard-Pressed Families,E01006288,Wigan 025A,4a,Challenged white communities,E02001311,Wigan 025,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117758 +117758,E00031890,8d1,Young Hard-Pressed Families,E01006288,Wigan 025A,4a,Challenged white communities,E02001311,Wigan 025,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117759 +117759,E00031894,8d1,Young Hard-Pressed Families,E01006293,Wigan 022D,5a,Ageing urban communities,E02001308,Wigan 022,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117760 +117760,E00031923,8d1,Young Hard-Pressed Families,E01006297,Wigan 034D,4a,Challenged white communities,E02001320,Wigan 034,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117761 +117761,E00031926,8d1,Young Hard-Pressed Families,E01006297,Wigan 034D,4a,Challenged white communities,E02001320,Wigan 034,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117762 +117762,E00031956,8d1,Young Hard-Pressed Families,E01006306,Wigan 009A,4b,Constrained renters,E02001295,Wigan 009,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117763 +117763,E00031958,8d1,Young Hard-Pressed Families,E01006308,Wigan 012B,4a,Challenged white communities,E02001298,Wigan 012,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117764 +117764,E00031966,8d1,Young Hard-Pressed Families,E01006310,Wigan 012D,4a,Challenged white communities,E02001298,Wigan 012,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117765 +117765,E00031968,8d1,Young Hard-Pressed Families,E01006310,Wigan 012D,4a,Challenged white communities,E02001298,Wigan 012,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117766 +117766,E00031970,8d1,Young Hard-Pressed Families,E01006311,Wigan 012E,4a,Challenged white communities,E02001298,Wigan 012,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117767 +117767,E00031974,8d1,Young Hard-Pressed Families,E01006311,Wigan 012E,4a,Challenged white communities,E02001298,Wigan 012,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117768 +117768,E00031979,8d1,Young Hard-Pressed Families,E01006305,Wigan 012A,4a,Challenged white communities,E02001298,Wigan 012,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117769 +117769,E00031986,8d1,Young Hard-Pressed Families,E01006308,Wigan 012B,4a,Challenged white communities,E02001298,Wigan 012,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117770 +117770,E00032027,8d1,Young Hard-Pressed Families,E01006313,Wigan 003C,5d,Endeavouring social renters,E02001289,Wigan 003,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117771 +117771,E00032045,8d1,Young Hard-Pressed Families,E01006327,Wigan 033E,4a,Challenged white communities,E02001319,Wigan 033,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117772 +117775,E00032021,6b2,White Suburban Communities,E01006312,Wigan 003B,8b,Ageing suburbanites,E02001289,Wigan 003,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117776 +117776,E00032022,6b2,White Suburban Communities,E01006312,Wigan 003B,8b,Ageing suburbanites,E02001289,Wigan 003,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117777 +117779,E00032033,6b2,White Suburban Communities,E01006316,Wigan 001B,8c,Comfortable suburbia,E02001287,Wigan 001,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117780 +117783,E00031881,5a1,White Professionals,E01006291,Wigan 022B,4a,Challenged white communities,E02001308,Wigan 022,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117784 +117787,E00032035,6b2,White Suburban Communities,E01006320,Wigan 003F,8b,Ageing suburbanites,E02001289,Wigan 003,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117788 +117788,E00031886,5a1,White Professionals,E01006292,Wigan 022C,5d,Endeavouring social renters,E02001308,Wigan 022,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117789 +117832,E00032077,6b2,White Suburban Communities,E01006337,Wigan 027E,5d,Endeavouring social renters,E02001313,Wigan 027,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117833 +117833,E00031903,5a1,White Professionals,E01006294,Wigan 025B,5b,Aspiring urban households,E02001311,Wigan 025,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117834 +117835,E00032080,6b2,White Suburban Communities,E01006331,Wigan 031D,8b,Ageing suburbanites,E02001317,Wigan 031,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117836 +117837,E00031904,5a1,White Professionals,E01006294,Wigan 025B,5b,Aspiring urban households,E02001311,Wigan 025,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117838 +117840,E00032082,6b2,White Suburban Communities,E01006330,Wigan 031C,8c,Comfortable suburbia,E02001317,Wigan 031,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117841 +117841,E00031906,5a1,White Professionals,E01006293,Wigan 022D,5a,Ageing urban communities,E02001308,Wigan 022,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117842 +117844,E00032085,6b2,White Suburban Communities,E01006331,Wigan 031D,8b,Ageing suburbanites,E02001317,Wigan 031,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117845 +117845,E00031907,5a1,White Professionals,E01006295,Wigan 025C,4a,Challenged white communities,E02001311,Wigan 025,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117846 +117848,E00032131,6b2,White Suburban Communities,E01006347,Wigan 040E,8b,Ageing suburbanites,E02001326,Wigan 040,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117849 +117849,E00031915,5a1,White Professionals,E01006299,Wigan 037C,5b,Aspiring urban households,E02001323,Wigan 037,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117850 +117850,E00031938,5a1,White Professionals,E01006303,Wigan 040B,8b,Ageing suburbanites,E02001326,Wigan 040,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117851 +117851,E00031943,5a1,White Professionals,E01006302,Wigan 040A,5b,Aspiring urban households,E02001326,Wigan 040,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117852 +117852,E00031945,5a1,White Professionals,E01006302,Wigan 040A,5b,Aspiring urban households,E02001326,Wigan 040,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117853 +117853,E00032003,5a1,White Professionals,E01006319,Wigan 001D,8c,Comfortable suburbia,E02001287,Wigan 001,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117854 +117854,E00032006,5a1,White Professionals,E01006314,Wigan 003D,8b,Ageing suburbanites,E02001289,Wigan 003,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117855 +117855,E00032087,5a1,White Professionals,E01006330,Wigan 031C,8c,Comfortable suburbia,E02001317,Wigan 031,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117856 +117856,E00032089,5a1,White Professionals,E01006333,Wigan 030B,4b,Constrained renters,E02001316,Wigan 030,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117857 +117857,E00032100,5a1,White Professionals,E01006335,Wigan 034E,4b,Constrained renters,E02001320,Wigan 034,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117858 +117858,E00032109,5a1,White Professionals,E01006337,Wigan 027E,5d,Endeavouring social renters,E02001313,Wigan 027,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117859 +117859,E00032113,5a1,White Professionals,E01006338,Wigan 030D,4b,Constrained renters,E02001316,Wigan 030,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117860 +117860,E00032160,5a1,White Professionals,E01006346,Wigan 038E,5b,Aspiring urban households,E02001324,Wigan 038,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117861 +117861,E00032162,5a1,White Professionals,E01006343,Wigan 039C,8c,Comfortable suburbia,E02001325,Wigan 039,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117862 +117862,E00032191,5a1,White Professionals,E01006355,Wigan 014C,5b,Aspiring urban households,E02001300,Wigan 014,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117863 +117863,E00032195,5a1,White Professionals,E01006355,Wigan 014C,5b,Aspiring urban households,E02001300,Wigan 014,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117864 +117864,E00032263,5a1,White Professionals,E01006365,Wigan 018D,8c,Comfortable suburbia,E02001304,Wigan 018,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117865 +117865,E00032279,5a1,White Professionals,E01006362,Wigan 018A,8b,Ageing suburbanites,E02001304,Wigan 018,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117866 +117866,E00032283,5a1,White Professionals,E01006362,Wigan 018A,8b,Ageing suburbanites,E02001304,Wigan 018,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117867 +117867,E00032287,5a1,White Professionals,E01006375,Wigan 008E,3a,Achieving neighbourhoods,E02001294,Wigan 008,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117868 +117868,E00032296,5a1,White Professionals,E01006375,Wigan 008E,3a,Achieving neighbourhoods,E02001294,Wigan 008,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117869 +117869,E00032304,5a1,White Professionals,E01006375,Wigan 008E,3a,Achieving neighbourhoods,E02001294,Wigan 008,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117870 +117870,E00032308,5a1,White Professionals,E01006371,Wigan 008D,5b,Aspiring urban households,E02001294,Wigan 008,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117871 +117871,E00032329,5a1,White Professionals,E01006381,Wigan 028B,8c,Comfortable suburbia,E02001314,Wigan 028,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117872 +117872,E00032342,5a1,White Professionals,E01006384,Wigan 028E,8c,Comfortable suburbia,E02001314,Wigan 028,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117873 +117873,E00032429,5a1,White Professionals,E01006396,Wigan 011B,8b,Ageing suburbanites,E02001297,Wigan 011,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117874 +117874,E00032434,5a1,White Professionals,E01006398,Wigan 011D,4a,Challenged white communities,E02001297,Wigan 011,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117875 +117875,E00168450,5a1,White Professionals,E01006276,Wigan 013E,5b,Aspiring urban households,E02001299,Wigan 013,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117876 +117876,E00168460,5a1,White Professionals,E01006232,Wigan 004B,2a,Ageing rural neighbourhoods,E02001290,Wigan 004,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117877 +117877,E00168467,5a1,White Professionals,E01006216,Wigan 026C,5b,Aspiring urban households,E02001312,Wigan 026,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117878 +117878,E00168470,5a1,White Professionals,E01006322,Wigan 026D,4a,Challenged white communities,E02001312,Wigan 026,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117879 +117879,E00168475,5a1,White Professionals,E01006245,Wigan 023D,5b,Aspiring urban households,E02001309,Wigan 023,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117880 +117880,E00168479,5a1,White Professionals,E01006332,Wigan 031E,5a,Ageing urban communities,E02001317,Wigan 031,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117881 +117881,E00168488,5a1,White Professionals,E01006218,Wigan 024D,4b,Constrained renters,E02001310,Wigan 024,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117882 +117882,E00031524,6b2,White Suburban Communities,E01006212,Wigan 026A,5d,Endeavouring social renters,E02001312,Wigan 026,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117883 +117883,E00031528,6b2,White Suburban Communities,E01006222,Wigan 035C,8b,Ageing suburbanites,E02001321,Wigan 035,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117884 +117884,E00031529,6b2,White Suburban Communities,E01006221,Wigan 035B,5b,Aspiring urban households,E02001321,Wigan 035,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117885 +117885,E00031532,6b2,White Suburban Communities,E01006227,Wigan 038A,5d,Endeavouring social renters,E02001324,Wigan 038,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117886 +117886,E00031550,6b2,White Suburban Communities,E01006222,Wigan 035C,8b,Ageing suburbanites,E02001321,Wigan 035,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117887 +117887,E00031553,6b2,White Suburban Communities,E01006224,Wigan 035D,8b,Ageing suburbanites,E02001321,Wigan 035,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117888 +117888,E00031556,6b2,White Suburban Communities,E01006223,Wigan 036A,5b,Aspiring urban households,E02001322,Wigan 036,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117889 +117890,E00032132,6b2,White Suburban Communities,E01006346,Wigan 038E,5b,Aspiring urban households,E02001324,Wigan 038,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117891 +117894,E00032137,6b2,White Suburban Communities,E01006346,Wigan 038E,5b,Aspiring urban households,E02001324,Wigan 038,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117895 +117897,E00032144,6b2,White Suburban Communities,E01006348,Wigan 039E,8b,Ageing suburbanites,E02001325,Wigan 039,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117898 +117900,E00032145,6b2,White Suburban Communities,E01006348,Wigan 039E,8b,Ageing suburbanites,E02001325,Wigan 039,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117901 +117903,E00032161,6b2,White Suburban Communities,E01006345,Wigan 039D,8b,Ageing suburbanites,E02001325,Wigan 039,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117904 +117906,E00032166,6b2,White Suburban Communities,E01006348,Wigan 039E,8b,Ageing suburbanites,E02001325,Wigan 039,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117907 +117909,E00032167,6b2,White Suburban Communities,E01006341,Wigan 040D,5c,Comfortable neighbourhoods,E02001326,Wigan 040,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117910 +117942,E00032170,6b2,White Suburban Communities,E01006343,Wigan 039C,8c,Comfortable suburbia,E02001325,Wigan 039,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117943 +117943,E00032179,6b2,White Suburban Communities,E01006353,Wigan 014A,5d,Endeavouring social renters,E02001300,Wigan 014,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117944 +117944,E00032233,6b2,White Suburban Communities,E01006358,Wigan 014D,5d,Endeavouring social renters,E02001300,Wigan 014,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117945 +117945,E00032250,6b2,White Suburban Communities,E01006368,Wigan 018G,2d,Rural traits,E02001304,Wigan 018,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117946 +117946,E00032265,6b2,White Suburban Communities,E01006365,Wigan 018D,8c,Comfortable suburbia,E02001304,Wigan 018,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117947 +117947,E00032266,6b2,White Suburban Communities,E01006364,Wigan 018C,5c,Comfortable neighbourhoods,E02001304,Wigan 018,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117948 +117948,E00032270,6b2,White Suburban Communities,E01006367,Wigan 018F,8b,Ageing suburbanites,E02001304,Wigan 018,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117949 +117949,E00032273,6b2,White Suburban Communities,E01006367,Wigan 018F,8b,Ageing suburbanites,E02001304,Wigan 018,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117950 +117950,E00032278,6b2,White Suburban Communities,E01006362,Wigan 018A,8b,Ageing suburbanites,E02001304,Wigan 018,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117951 +117951,E00032292,6b2,White Suburban Communities,E01006374,Wigan 006D,8b,Ageing suburbanites,E02001292,Wigan 006,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117952 +117952,E00032294,6b2,White Suburban Communities,E01006374,Wigan 006D,8b,Ageing suburbanites,E02001292,Wigan 006,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117953 +117953,E00032298,6b2,White Suburban Communities,E01006371,Wigan 008D,5b,Aspiring urban households,E02001294,Wigan 008,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117954 +117954,E00032317,6b2,White Suburban Communities,E01006372,Wigan 006B,8a,Affluent communities,E02001292,Wigan 006,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117955 +117955,E00032328,6b2,White Suburban Communities,E01006377,Wigan 025D,8b,Ageing suburbanites,E02001311,Wigan 025,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117956 +117956,E00032336,6b2,White Suburban Communities,E01006384,Wigan 028E,8c,Comfortable suburbia,E02001314,Wigan 028,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117957 +117957,E00032338,6b2,White Suburban Communities,E01006379,Wigan 029C,8c,Comfortable suburbia,E02001315,Wigan 029,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117958 +117958,E00032340,6b2,White Suburban Communities,E01006379,Wigan 029C,8c,Comfortable suburbia,E02001315,Wigan 029,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117959 +117959,E00032353,6b2,White Suburban Communities,E01006385,Wigan 029E,8b,Ageing suburbanites,E02001315,Wigan 029,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117960 +117960,E00032355,6b2,White Suburban Communities,E01006383,Wigan 028D,8b,Ageing suburbanites,E02001314,Wigan 028,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117961 +117961,E00032368,6b2,White Suburban Communities,E01006377,Wigan 025D,8b,Ageing suburbanites,E02001311,Wigan 025,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117962 +117962,E00032371,6b2,White Suburban Communities,E01006378,Wigan 025E,8b,Ageing suburbanites,E02001311,Wigan 025,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117963 +117963,E00032380,6b2,White Suburban Communities,E01006390,Wigan 006E,5d,Endeavouring social renters,E02001292,Wigan 006,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117964 +117964,E00032401,6b2,White Suburban Communities,E01006388,Wigan 007B,5d,Endeavouring social renters,E02001293,Wigan 007,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117965 +117965,E00032402,6b2,White Suburban Communities,E01006391,Wigan 007D,8b,Ageing suburbanites,E02001293,Wigan 007,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117966 +117966,E00032412,6b2,White Suburban Communities,E01006393,Wigan 021A,8b,Ageing suburbanites,E02001307,Wigan 021,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117967 +117967,E00032421,6b2,White Suburban Communities,E01006394,Wigan 021B,8b,Ageing suburbanites,E02001307,Wigan 021,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117968 +117968,E00032424,6b2,White Suburban Communities,E01006395,Wigan 021C,8c,Comfortable suburbia,E02001307,Wigan 021,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117969 +117969,E00032446,6b2,White Suburban Communities,E01006401,Wigan 021E,8b,Ageing suburbanites,E02001307,Wigan 021,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117970 +117970,E00032456,6b2,White Suburban Communities,E01006401,Wigan 021E,8b,Ageing suburbanites,E02001307,Wigan 021,E08000010,Wigan,6a1r,Manufacturing Legacy,E12000002,North West,E92000001,England,117971 diff --git a/persistent_data/merge_geojsons.py b/persistent_data/spatial_data/merge_geojsons.py similarity index 100% rename from persistent_data/merge_geojsons.py rename to persistent_data/spatial_data/merge_geojsons.py diff --git a/persistent_data/spatial_data/scotland_LADs.json b/persistent_data/spatial_data/scotland_LADs.json new file mode 100644 index 00000000..891664dd --- /dev/null +++ b/persistent_data/spatial_data/scotland_LADs.json @@ -0,0 +1,39 @@ +{ +"type": "FeatureCollection", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, + +"features": [ +{ "type": "Feature", "properties": { "LAD13CD": "S12000005", "LAD13CDO": "00QF", "LAD13NM": "Clackmannanshire", "LAD13NMW": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -3.816956270813559, 56.102422886089208 ], [ -3.821704887694712, 56.102194747329271 ], [ -3.818896494718123, 56.10864963159591 ], [ -3.817280722024757, 56.109306953891256 ], [ -3.814097013292795, 56.109454419575236 ], [ -3.811306227063393, 56.108689330207049 ], [ -3.81291430492463, 56.107285444870321 ], [ -3.813463927974902, 56.103654127924933 ], [ -3.816956270813559, 56.102422886089208 ] ] ], [ [ [ -3.832670702901391, 56.109039928636122 ], [ -3.832815590464882, 56.109030588863966 ], [ -3.832900310171215, 56.109036520175799 ], [ -3.832957352403509, 56.109035673332386 ], [ -3.832874354579321, 56.109454766330479 ], [ -3.832816584478639, 56.109037763111481 ], [ -3.832757490035854, 56.109038640353873 ], [ -3.830193809210731, 56.109393884907284 ], [ -3.828143050348638, 56.110676051456117 ], [ -3.829924162912172, 56.109405070756956 ], [ -3.831954552886982, 56.109050556951686 ], [ -3.832670702901391, 56.109039928636122 ] ] ], [ [ [ -3.827920380636657, 56.112254636511473 ], [ -3.827774128027379, 56.111069719132018 ], [ -3.828614570755459, 56.113021667251601 ], [ -3.827920380636657, 56.112254636511473 ] ] ], [ [ [ -3.830653186217997, 56.113919737395577 ], [ -3.829827538610035, 56.113637227272186 ], [ -3.830815367629393, 56.113829696167969 ], [ -3.830998012365018, 56.113728292792835 ], [ -3.83105907209219, 56.113525513106602 ], [ -3.828966161679283, 56.113109916573094 ], [ -3.831210636501924, 56.113465753372502 ], [ -3.832641593581739, 56.110241822809542 ], [ -3.831305078963946, 56.113557809613326 ], [ -3.83095904905497, 56.113857690199673 ], [ -3.830653186217997, 56.113919737395577 ] ] ], [ [ [ -3.764265854318128, 56.21302016220082 ], [ -3.763298886617373, 56.211802874779991 ], [ -3.758944482294858, 56.211469510730829 ], [ -3.75531542455683, 56.21035290508518 ], [ -3.753399736818796, 56.211656093665411 ], [ -3.752194185010834, 56.211915804147573 ], [ -3.751117503274537, 56.210228215826696 ], [ -3.748411322069125, 56.207984076590797 ], [ -3.748285521411841, 56.20628301458386 ], [ -3.74575158507595, 56.203384900867334 ], [ -3.745125792234164, 56.201142750547127 ], [ -3.743112726512781, 56.200119791678873 ], [ -3.741151399711247, 56.197568457757548 ], [ -3.741393761019455, 56.196158739955216 ], [ -3.740929725121283, 56.195877724683633 ], [ -3.74076611078807, 56.193867171381669 ], [ -3.741313295065831, 56.192071256045239 ], [ -3.738865241117413, 56.189791828778397 ], [ -3.737802304428959, 56.189272111482303 ], [ -3.736626586851642, 56.189108915617055 ], [ -3.73544722620145, 56.190113935588805 ], [ -3.730860291143134, 56.192393287252379 ], [ -3.726334294084408, 56.193170959866727 ], [ -3.71796269458693, 56.191571273788121 ], [ -3.71400039098663, 56.193427955240651 ], [ -3.710809444836438, 56.192164706178971 ], [ -3.706252876671413, 56.193350922611558 ], [ -3.69253711857775, 56.194438062762252 ], [ -3.686458910298076, 56.195860027352332 ], [ -3.681841951109509, 56.194404314092885 ], [ -3.675115529552796, 56.192981526288428 ], [ -3.666941307544885, 56.188635043255488 ], [ -3.663260869982242, 56.191654440322658 ], [ -3.662356724767853, 56.192920126221381 ], [ -3.660855861906036, 56.193991642031506 ], [ -3.659618688941678, 56.194080143982973 ], [ -3.658934116835742, 56.19614259349818 ], [ -3.657625432109266, 56.196443201323149 ], [ -3.655476396996585, 56.19931151550778 ], [ -3.651800975217956, 56.201741915055536 ], [ -3.651904312814726, 56.202270696798578 ], [ -3.651072286620194, 56.202978210333022 ], [ -3.650557496160206, 56.203003055461743 ], [ -3.649101916943847, 56.202141870677757 ], [ -3.64707233912626, 56.199922476185542 ], [ -3.64564092749418, 56.199056436811389 ], [ -3.63806816847564, 56.196861137480155 ], [ -3.632447992963684, 56.199065106504861 ], [ -3.626006206882088, 56.200991179983944 ], [ -3.623931924724663, 56.202562195871046 ], [ -3.622798772659049, 56.204014794569808 ], [ -3.619295673559997, 56.205505631476285 ], [ -3.614619640250624, 56.205601827411314 ], [ -3.613293170901931, 56.205417861875347 ], [ -3.613202123838203, 56.204900573009972 ], [ -3.61098304327916, 56.204996899275038 ], [ -3.604796882191296, 56.204369271788181 ], [ -3.60285696413283, 56.204548990035114 ], [ -3.602889336951351, 56.204165778805603 ], [ -3.601986084151199, 56.203922291020447 ], [ -3.600167974969582, 56.20153047443344 ], [ -3.595962123666744, 56.199158695399767 ], [ -3.591741132805399, 56.198470892675836 ], [ -3.58841184529936, 56.198723977654225 ], [ -3.585097182572233, 56.198199522495692 ], [ -3.579358091817734, 56.195705760425945 ], [ -3.575241594625295, 56.196134781330542 ], [ -3.572264052760255, 56.194228184040824 ], [ -3.571412125219335, 56.192943281035149 ], [ -3.579993274703831, 56.193044169109825 ], [ -3.584975013852473, 56.191681963351108 ], [ -3.585358743705852, 56.189537546028738 ], [ -3.583205751144878, 56.186953893110086 ], [ -3.583154689534212, 56.185674982167697 ], [ -3.582360605845534, 56.18439030942821 ], [ -3.587962648928958, 56.183720017973314 ], [ -3.58820762470498, 56.182044627674422 ], [ -3.588937080914878, 56.181762086410693 ], [ -3.588285017777821, 56.181110016506011 ], [ -3.598000632580046, 56.181084528312766 ], [ -3.597180577107581, 56.177400191048406 ], [ -3.59583679684423, 56.177899185035479 ], [ -3.594941273271573, 56.177709464167215 ], [ -3.591425837877049, 56.174160485304817 ], [ -3.59330650004425, 56.173013934544478 ], [ -3.597554585308897, 56.17224921924339 ], [ -3.598162388553912, 56.171293363763347 ], [ -3.601655499746858, 56.171860970236068 ], [ -3.603747690251582, 56.171895839130194 ], [ -3.605505296279267, 56.171323987708561 ], [ -3.605978740585314, 56.170241341117503 ], [ -3.610517535147077, 56.170585735276902 ], [ -3.614364934708815, 56.16884620824198 ], [ -3.617668276219206, 56.168271051684805 ], [ -3.621456997536357, 56.168552973333298 ], [ -3.6222211376883, 56.169104556967284 ], [ -3.623804927459784, 56.169079263239318 ], [ -3.625888449593329, 56.169826444408677 ], [ -3.626886466367758, 56.169203173626464 ], [ -3.627031328082394, 56.167715912691563 ], [ -3.631467079348268, 56.165632925912981 ], [ -3.633339732014811, 56.163917954601857 ], [ -3.636805647240875, 56.163622286876652 ], [ -3.640786019918787, 56.162627781902735 ], [ -3.643659752170444, 56.162308332176238 ], [ -3.643447488080736, 56.162089205226216 ], [ -3.645421536417692, 56.161406068542099 ], [ -3.645149576724606, 56.161297366701298 ], [ -3.646832389580333, 56.159868664197646 ], [ -3.647863061040123, 56.159683293124921 ], [ -3.647452807844, 56.15897708423698 ], [ -3.647929202774161, 56.158294995075074 ], [ -3.647005986725988, 56.157491389315133 ], [ -3.645860064770358, 56.156825531498846 ], [ -3.641870953650308, 56.155522641130105 ], [ -3.642804807342708, 56.154391489298511 ], [ -3.639279142771174, 56.153226127673008 ], [ -3.636666178647144, 56.151295565463208 ], [ -3.636650775215813, 56.149911050574389 ], [ -3.638955733915701, 56.149034026522237 ], [ -3.64026530193987, 56.147806251470385 ], [ -3.644711213954664, 56.146558311698975 ], [ -3.644097538234891, 56.145795493155248 ], [ -3.641484454215528, 56.144497639009543 ], [ -3.639758927502122, 56.142115938889582 ], [ -3.639242105819348, 56.140599694423067 ], [ -3.640527433268518, 56.139716393312938 ], [ -3.640894958759095, 56.138974670416815 ], [ -3.643699358549566, 56.138278719996585 ], [ -3.644791553255914, 56.13762528549718 ], [ -3.639839788457303, 56.133583681393446 ], [ -3.636868288158372, 56.134241324836097 ], [ -3.634256133711572, 56.133623540727882 ], [ -3.634103339567984, 56.133132238300433 ], [ -3.628353354366479, 56.132775958247819 ], [ -3.628382858983098, 56.131228204597534 ], [ -3.631162209397306, 56.131278692533115 ], [ -3.634609440908693, 56.130763156698329 ], [ -3.634765479097549, 56.130307305020182 ], [ -3.636445015044532, 56.130376718961926 ], [ -3.637272094770594, 56.1296585692413 ], [ -3.640923521976977, 56.129900353893042 ], [ -3.641570846626835, 56.130176604266559 ], [ -3.643650246586812, 56.129661913854996 ], [ -3.645301572216407, 56.130012841022051 ], [ -3.646476690742058, 56.129573945589975 ], [ -3.648700879671353, 56.12958740691758 ], [ -3.650733041724234, 56.129174767516808 ], [ -3.654407869249629, 56.124939960093194 ], [ -3.657081670637258, 56.124303852990906 ], [ -3.660553297743758, 56.124189827316933 ], [ -3.663209355387067, 56.123593363002051 ], [ -3.663945316931011, 56.123052380559727 ], [ -3.659651537715751, 56.1198374858592 ], [ -3.657162970873514, 56.118862685786119 ], [ -3.651022426810812, 56.117756101076722 ], [ -3.644298381351764, 56.115593951983747 ], [ -3.629237779954631, 56.111456096097037 ], [ -3.628793069286121, 56.110446558037047 ], [ -3.634938916141194, 56.108839526350209 ], [ -3.636537153868838, 56.109402436393246 ], [ -3.638309611666249, 56.109144398582409 ], [ -3.640621584074928, 56.109321274168792 ], [ -3.641293378110033, 56.108971779839514 ], [ -3.64309942539836, 56.109276643128808 ], [ -3.643810039145053, 56.109008390149306 ], [ -3.644635550779107, 56.109360427972263 ], [ -3.646107596684247, 56.109148512775604 ], [ -3.647035465961966, 56.109562071482671 ], [ -3.647410423034299, 56.109041277350961 ], [ -3.647919493390521, 56.109363368689131 ], [ -3.648939637519132, 56.109226641785106 ], [ -3.650181314380077, 56.108367173135349 ], [ -3.652572446053522, 56.108177039629602 ], [ -3.653524353430519, 56.107500234614989 ], [ -3.654344563339362, 56.107727374527322 ], [ -3.654942682721301, 56.107575583874485 ], [ -3.655251401054258, 56.108024336610889 ], [ -3.656429114544895, 56.108038195746623 ], [ -3.65677931524333, 56.108329134352147 ], [ -3.656037654346578, 56.109032798478218 ], [ -3.65686985980121, 56.109388259910858 ], [ -3.656619999245211, 56.109561446773959 ], [ -3.657383782401367, 56.109372376473701 ], [ -3.657599313909716, 56.109597725940276 ], [ -3.659189361849306, 56.1093265600515 ], [ -3.661952772029465, 56.109378355244665 ], [ -3.664778612209475, 56.10771023444974 ], [ -3.669799576956152, 56.106943323781167 ], [ -3.67086360772578, 56.107525596746008 ], [ -3.6725899326608, 56.107805049456566 ], [ -3.673968544304876, 56.106742196306058 ], [ -3.673749503171642, 56.106437845779361 ], [ -3.674740623939504, 56.105932872988767 ], [ -3.674358408602702, 56.10401865330536 ], [ -3.674905237873441, 56.103503528435489 ], [ -3.67440012675777, 56.103053892459599 ], [ -3.675003973243621, 56.102704234228639 ], [ -3.675032675361737, 56.101292147727833 ], [ -3.674195048222948, 56.10121904157333 ], [ -3.673995172275531, 56.100873994648829 ], [ -3.674480420561452, 56.100237496815559 ], [ -3.680341389178364, 56.102355833964403 ], [ -3.680618537309172, 56.102074394460033 ], [ -3.684299365248119, 56.101901124131651 ], [ -3.690929948573443, 56.102117806849463 ], [ -3.701918794873239, 56.103010084942802 ], [ -3.709817155868536, 56.104614586537743 ], [ -3.714629199067654, 56.104493035067605 ], [ -3.717447655527794, 56.102753699012247 ], [ -3.717530073874643, 56.098864286976386 ], [ -3.718245820852649, 56.098907344588994 ], [ -3.717694401588921, 56.098438757326036 ], [ -3.71787134789434, 56.094290126913201 ], [ -3.718831338963177, 56.091771448149096 ], [ -3.71939941466062, 56.091750057413208 ], [ -3.719802592232592, 56.09026533347685 ], [ -3.721452325852925, 56.087792732358459 ], [ -3.72215034546068, 56.088055273434939 ], [ -3.722349788174113, 56.088814510050241 ], [ -3.723319646626139, 56.089368893184648 ], [ -3.728654641178116, 56.087904144482486 ], [ -3.73059773936285, 56.085608825188686 ], [ -3.734523894535812, 56.085283230845917 ], [ -3.735624883059535, 56.084427552413203 ], [ -3.735478748671203, 56.083751156163622 ], [ -3.736395676615145, 56.083235037354108 ], [ -3.736014204027243, 56.082685960626833 ], [ -3.736350963758672, 56.082027034400078 ], [ -3.735683832524344, 56.081307644632737 ], [ -3.736513847540073, 56.080981542129251 ], [ -3.737184760843233, 56.080237834974142 ], [ -3.739298061317632, 56.077066534632628 ], [ -3.738613543874226, 56.078707161193833 ], [ -3.736762791455055, 56.080822492223454 ], [ -3.738771466865144, 56.078895442079272 ], [ -3.739251258138053, 56.078987528711757 ], [ -3.739266364700216, 56.079465377470484 ], [ -3.740641432009326, 56.079383986888686 ], [ -3.741283581555307, 56.07994015553254 ], [ -3.746909527367337, 56.079905580611694 ], [ -3.74713219909323, 56.080635697088695 ], [ -3.748268707689256, 56.079508916508772 ], [ -3.754372318888878, 56.081322872694166 ], [ -3.761291846768764, 56.083430419265632 ], [ -3.763065513208023, 56.08429742069054 ], [ -3.771463173086202, 56.089452057204269 ], [ -3.770215106513856, 56.090416205919752 ], [ -3.771906581870431, 56.089937235988423 ], [ -3.775884640455123, 56.092691838621171 ], [ -3.776448500039509, 56.092718771145904 ], [ -3.777007687186718, 56.093272358018218 ], [ -3.774249865978913, 56.093566337251367 ], [ -3.773138189573257, 56.093092565070478 ], [ -3.772360098105781, 56.093126205046985 ], [ -3.771980204036248, 56.094444537279749 ], [ -3.770782146136532, 56.094925415331375 ], [ -3.7700917773554, 56.095960637230135 ], [ -3.771199426418268, 56.096520761891014 ], [ -3.770454888430133, 56.096866626025985 ], [ -3.770921915086913, 56.096884189599194 ], [ -3.766511375754017, 56.098201850011634 ], [ -3.766018952013641, 56.09875345590217 ], [ -3.76643208581902, 56.098956222145027 ], [ -3.766185432613215, 56.098702548973158 ], [ -3.766623295212721, 56.098363796252855 ], [ -3.771893904274688, 56.096835195675766 ], [ -3.771914634744038, 56.096376604083467 ], [ -3.771063452564909, 56.095835271834254 ], [ -3.771500668592215, 56.095589067781347 ], [ -3.770915315175474, 56.095725070155851 ], [ -3.770740521656098, 56.095489444488329 ], [ -3.77237829605358, 56.094571817209655 ], [ -3.772496303061171, 56.093466622099278 ], [ -3.773889458296248, 56.094048682421779 ], [ -3.775808459253194, 56.093795537557668 ], [ -3.781684838125219, 56.097885836593086 ], [ -3.786028679741227, 56.100312237565468 ], [ -3.790901970787059, 56.10457118003476 ], [ -3.791703624823943, 56.104728488675292 ], [ -3.7919021283403, 56.105193787834537 ], [ -3.793031486313294, 56.105274441697325 ], [ -3.79489156419236, 56.10758022717792 ], [ -3.795907972592409, 56.10754747411022 ], [ -3.797491192905325, 56.108496739812949 ], [ -3.797240951031471, 56.10895867838461 ], [ -3.797668811527752, 56.108684660973964 ], [ -3.804044422132408, 56.110387108536443 ], [ -3.809315618968472, 56.1109228349818 ], [ -3.813165110509752, 56.111660745266327 ], [ -3.816090846379067, 56.11170041881384 ], [ -3.819796787503447, 56.11099435142529 ], [ -3.821431373424341, 56.110394230925486 ], [ -3.823247010606577, 56.109202816367514 ], [ -3.825657318052816, 56.105323782542278 ], [ -3.826354149435383, 56.104656581292772 ], [ -3.82682176929692, 56.104717958139425 ], [ -3.826289619335883, 56.104041079266999 ], [ -3.826471062865331, 56.103424634167595 ], [ -3.827943834292399, 56.103117073229392 ], [ -3.83002820669171, 56.103330618997781 ], [ -3.832049214797173, 56.10403751713649 ], [ -3.833290978732381, 56.105432622183983 ], [ -3.833233101285723, 56.106109248352922 ], [ -3.832282039928868, 56.106872820813273 ], [ -3.829342906636678, 56.107865353846186 ], [ -3.826906610331863, 56.109223305102013 ], [ -3.825846523733516, 56.111695824583776 ], [ -3.826418965299497, 56.1131530134382 ], [ -3.829625423553733, 56.115749293186539 ], [ -3.835294298663596, 56.118194792289778 ], [ -3.846041443242432, 56.120752933610731 ], [ -3.852050569304637, 56.12137017281708 ], [ -3.851152696243897, 56.122638119673447 ], [ -3.848810328227136, 56.123878269388392 ], [ -3.845364233985457, 56.123609004704306 ], [ -3.844840124284406, 56.124254859957944 ], [ -3.845159146810048, 56.124936643697751 ], [ -3.845583278836203, 56.124924015376756 ], [ -3.845756883404324, 56.12398055941609 ], [ -3.849096605571924, 56.124245115860013 ], [ -3.850451329919776, 56.123912101109738 ], [ -3.852337001569601, 56.12267697399912 ], [ -3.853249059111044, 56.121203019592421 ], [ -3.857415076463195, 56.11979068561822 ], [ -3.858497771397636, 56.118658297703149 ], [ -3.858977051220747, 56.117056016112947 ], [ -3.857482561669936, 56.113648438817172 ], [ -3.857893584113281, 56.112065159554248 ], [ -3.86245109123231, 56.108393884420209 ], [ -3.864174056321867, 56.107808033480403 ], [ -3.866518407656002, 56.107801369168982 ], [ -3.869670521952643, 56.108965030770037 ], [ -3.870369885726294, 56.109590669744563 ], [ -3.870522360706121, 56.110578652839493 ], [ -3.869103917768797, 56.111707249202929 ], [ -3.865810715550537, 56.112517301477865 ], [ -3.863586331184218, 56.113514227718852 ], [ -3.862714406610314, 56.114309193492026 ], [ -3.862144841669427, 56.116402606860106 ], [ -3.86370442561716, 56.119083055145978 ], [ -3.865846381454725, 56.120696099916032 ], [ -3.868689540702186, 56.12147175924342 ], [ -3.870793289564168, 56.121230524210524 ], [ -3.874561437172984, 56.120150735679886 ], [ -3.876462562560898, 56.120276425055607 ], [ -3.877774312276197, 56.121511874060602 ], [ -3.878548957691097, 56.124169030227847 ], [ -3.879551129285269, 56.125584403539882 ], [ -3.882371785525225, 56.128619257319698 ], [ -3.883965756063386, 56.12946303040939 ], [ -3.883192915353887, 56.129683300429377 ], [ -3.881820981798733, 56.128970929143264 ], [ -3.881427311911633, 56.129146768646081 ], [ -3.880844566980212, 56.129833213654194 ], [ -3.881279690321839, 56.130407102385789 ], [ -3.880989025785845, 56.131143914729478 ], [ -3.879499521674146, 56.130957210550726 ], [ -3.879326654963889, 56.131305814332762 ], [ -3.880581318055732, 56.13208739651121 ], [ -3.879387869044151, 56.132461421450344 ], [ -3.879467943913902, 56.133277957385985 ], [ -3.878720842237806, 56.133566102708102 ], [ -3.87794363703256, 56.134887227938684 ], [ -3.870672744652786, 56.134684845012906 ], [ -3.857581564911376, 56.135289510018509 ], [ -3.858123745440917, 56.136253668607701 ], [ -3.859649188852718, 56.136282830481733 ], [ -3.860682103663885, 56.136810044846392 ], [ -3.859918660482287, 56.137563809455962 ], [ -3.857270059829456, 56.137840003580195 ], [ -3.858079422009879, 56.139337522963785 ], [ -3.859460163620259, 56.139667208871515 ], [ -3.860364322087628, 56.140259268479724 ], [ -3.860054996614125, 56.140752779824496 ], [ -3.860433205864345, 56.141385108684183 ], [ -3.864829782905871, 56.142500504919575 ], [ -3.864779374792297, 56.143221066267621 ], [ -3.865870752999077, 56.143687148194616 ], [ -3.868671703208135, 56.146774727006651 ], [ -3.870853995553636, 56.148154338188057 ], [ -3.874263739372586, 56.148355166005501 ], [ -3.8751099124989, 56.149003715206021 ], [ -3.87529262030675, 56.149912150861716 ], [ -3.877875946194204, 56.149966365580447 ], [ -3.873485714032436, 56.151256056745993 ], [ -3.870622762902471, 56.151644514048606 ], [ -3.864188578852641, 56.152360926498169 ], [ -3.859268978732795, 56.152106167632475 ], [ -3.857110972755764, 56.152693976703091 ], [ -3.854264441072599, 56.15289399331548 ], [ -3.855491502056728, 56.154835468592829 ], [ -3.856232956179681, 56.155085830137907 ], [ -3.856062204424791, 56.155685081742355 ], [ -3.856770358338725, 56.155745432203801 ], [ -3.856553934514424, 56.157400355106894 ], [ -3.857594651122446, 56.159012119578399 ], [ -3.8576316895412, 56.160546411709568 ], [ -3.856351772912776, 56.162521950947742 ], [ -3.858179965203508, 56.164529851837614 ], [ -3.856619998130429, 56.165743976565444 ], [ -3.855787986062611, 56.167526761158591 ], [ -3.853094275282963, 56.169283554371155 ], [ -3.851914486600729, 56.172379018082886 ], [ -3.849323108932865, 56.174264489901674 ], [ -3.848261880348923, 56.175646268305265 ], [ -3.848471927084595, 56.179345438853872 ], [ -3.845532882583806, 56.181721277240342 ], [ -3.844090543621409, 56.182219073934164 ], [ -3.841193410739027, 56.188507655199601 ], [ -3.842691637872045, 56.190682446790909 ], [ -3.838487280964753, 56.191059566998703 ], [ -3.832521595062729, 56.190766241366155 ], [ -3.829456389025627, 56.196556482634257 ], [ -3.799247021828595, 56.205740608253087 ], [ -3.789135850471865, 56.210011931761166 ], [ -3.785908630210241, 56.212040007195341 ], [ -3.783887600373963, 56.212617328744976 ], [ -3.7831253790313, 56.212489039496631 ], [ -3.781876647678988, 56.213760590837857 ], [ -3.780884795019997, 56.217234496215596 ], [ -3.775104873534787, 56.215524893383332 ], [ -3.764265854318128, 56.21302016220082 ] ] ] ] } }, +{ "type": "Feature", "properties": { "LAD13CD": "S12000006", "LAD13CDO": "00QH", "LAD13NM": "Dumfries and Galloway", "LAD13NMW": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -4.412110687585091, 54.680634763422674 ], [ -4.412742167938684, 54.680243735739154 ], [ -4.412769113857979, 54.680462537095444 ], [ -4.412110687585091, 54.680634763422674 ] ] ], [ [ [ -4.417058003956346, 54.681599553968553 ], [ -4.417084250053303, 54.68144081882479 ], [ -4.417260685241757, 54.681485839373423 ], [ -4.417058003956346, 54.681599553968553 ] ] ], [ [ [ -4.085411600568995, 54.768622171529536 ], [ -4.084456065680582, 54.768300634972547 ], [ -4.083905130947509, 54.768500660854109 ], [ -4.083222086795527, 54.768036008507288 ], [ -4.083662646922781, 54.767836084808593 ], [ -4.082875310992168, 54.76779208615028 ], [ -4.082558925806295, 54.767292367907167 ], [ -4.082855611847362, 54.766622123828071 ], [ -4.083692637425944, 54.766514261921053 ], [ -4.083160455284271, 54.766020051222114 ], [ -4.083391616729447, 54.764831396676449 ], [ -4.084463485547042, 54.764877690938484 ], [ -4.084491493831454, 54.764394527436799 ], [ -4.084788969982078, 54.764979956659872 ], [ -4.085053675346644, 54.764474745827656 ], [ -4.085790037734661, 54.764556459559167 ], [ -4.085937291030897, 54.763672154937012 ], [ -4.087000157133327, 54.763906441010867 ], [ -4.088615036254815, 54.765199942430733 ], [ -4.088228055627208, 54.765805241945152 ], [ -4.087436561448908, 54.765921340032378 ], [ -4.087887689631062, 54.765957616043977 ], [ -4.087905768545917, 54.766368977829046 ], [ -4.087336127471433, 54.766536983277881 ], [ -4.08706900217351, 54.767387398852129 ], [ -4.085248284056018, 54.768076682548816 ], [ -4.085411600568995, 54.768622171529536 ] ] ], [ [ [ -4.213301971374642, 54.811053223378828 ], [ -4.212863835353494, 54.810326840792378 ], [ -4.21382295836987, 54.810392037034951 ], [ -4.213248593168182, 54.809508143167349 ], [ -4.213553243760694, 54.809302136713697 ], [ -4.212930989397821, 54.809078884944832 ], [ -4.21325547181782, 54.80880869774203 ], [ -4.212249523391584, 54.808170873085821 ], [ -4.212643340138068, 54.807660323875346 ], [ -4.212118514180025, 54.806457321685642 ], [ -4.212526306491628, 54.806202695405993 ], [ -4.215562539141922, 54.807003001220934 ], [ -4.215860172559018, 54.807635762096844 ], [ -4.217003899977634, 54.807918682331959 ], [ -4.216282001872806, 54.808206028989645 ], [ -4.217079728777546, 54.80862111140874 ], [ -4.216856884715787, 54.809212145886541 ], [ -4.21560441207918, 54.809416599622018 ], [ -4.215582046007092, 54.810372506058542 ], [ -4.21420189490997, 54.810576580120156 ], [ -4.212289835628001, 54.811783589265936 ], [ -4.211766231865274, 54.811828192680338 ], [ -4.211361118963672, 54.811848162233709 ], [ -4.211766734399024, 54.811819960672153 ], [ -4.211793342520461, 54.811384556374414 ], [ -4.213301971374642, 54.811053223378828 ] ] ], [ [ [ -4.222136661917761, 54.817534361411411 ], [ -4.222407421587119, 54.817107831911315 ], [ -4.222070889902766, 54.816903660789627 ], [ -4.223425966635991, 54.816551644979597 ], [ -4.224156301901352, 54.815453321457511 ], [ -4.22501500826806, 54.815388137417102 ], [ -4.225354586961747, 54.815902354839764 ], [ -4.226029413351053, 54.815606830174573 ], [ -4.225859619419083, 54.81591556157823 ], [ -4.226121531066561, 54.815753453524366 ], [ -4.227118805803464, 54.816084810476681 ], [ -4.228265079454681, 54.817171170925242 ], [ -4.228773698447953, 54.817107895775251 ], [ -4.228365638812079, 54.817442580644787 ], [ -4.228717382022616, 54.81761139920787 ], [ -4.228274050536185, 54.817757968793508 ], [ -4.228540162857473, 54.818067685606024 ], [ -4.228069985976107, 54.819111820383931 ], [ -4.227244365936376, 54.819920682578562 ], [ -4.223299493947054, 54.822180886210191 ], [ -4.222750442454898, 54.822217912362539 ], [ -4.222017557998968, 54.821742352155056 ], [ -4.222205040373923, 54.821187911638958 ], [ -4.221597511054485, 54.821010275208209 ], [ -4.22186676750182, 54.820130744873154 ], [ -4.221127861767165, 54.819969894032759 ], [ -4.221326772912216, 54.819481761854263 ], [ -4.220618131849297, 54.819163051815103 ], [ -4.221223005999632, 54.818725915003021 ], [ -4.220903383552554, 54.818404578040138 ], [ -4.222136661917761, 54.817534361411411 ] ] ], [ [ [ -4.237993120028302, 54.821609613481414 ], [ -4.238330070754391, 54.821059579732918 ], [ -4.240157591826954, 54.821620903464954 ], [ -4.240335640060493, 54.822221658304386 ], [ -4.239304343543811, 54.822489684942489 ], [ -4.237993120028302, 54.821609613481414 ] ] ], [ [ [ -4.239426037021434, 54.825306302308199 ], [ -4.239873354819799, 54.824275128588482 ], [ -4.241142829817924, 54.823921799702646 ], [ -4.241771899917233, 54.824569950651487 ], [ -4.241259163838817, 54.824813130133407 ], [ -4.242210233439971, 54.824782074705958 ], [ -4.242046063386335, 54.8250502759578 ], [ -4.242630752119311, 54.824897448234196 ], [ -4.239679333174796, 54.826647238404313 ], [ -4.239186903979163, 54.826442395645039 ], [ -4.239491378618194, 54.825867790195318 ], [ -4.238603833306048, 54.82544372170603 ], [ -4.239426037021434, 54.825306302308199 ] ] ], [ [ [ -3.807939349444094, 54.835108722715873 ], [ -3.807866484672735, 54.834105859207789 ], [ -3.807465890073313, 54.834340118758888 ], [ -3.807825496083804, 54.833781107609475 ], [ -3.807300997887544, 54.833054607635816 ], [ -3.807589400484787, 54.832714164702537 ], [ -3.807167062775523, 54.832461602750996 ], [ -3.808192801044355, 54.831757850354066 ], [ -3.807954360316535, 54.831265270216896 ], [ -3.810155859156227, 54.83039477939392 ], [ -3.8104723052219, 54.830855632822988 ], [ -3.810680832779049, 54.83050558821305 ], [ -3.811450673777513, 54.830695428801533 ], [ -3.81163364850096, 54.831582501102318 ], [ -3.812155943121601, 54.831424604974053 ], [ -3.81280722656785, 54.831782483850091 ], [ -3.812375042961409, 54.832109807466438 ], [ -3.812626807438086, 54.832550949175939 ], [ -3.812095794693787, 54.832688305182124 ], [ -3.812532408617915, 54.832841769940373 ], [ -3.810817680978676, 54.833979172152034 ], [ -3.811002685933914, 54.835502558644691 ], [ -3.810615869219788, 54.835870542807093 ], [ -3.809479333322705, 54.835804804491133 ], [ -3.807939349444094, 54.835108722715873 ] ] ], [ [ [ -3.801404152288699, 54.858662462733903 ], [ -3.801913719835674, 54.858105741986535 ], [ -3.802520023650877, 54.858146174422096 ], [ -3.803384616276203, 54.858772371181438 ], [ -3.803896441971975, 54.859837019260539 ], [ -3.804800621787841, 54.86012737061742 ], [ -3.80439232806375, 54.860544185145457 ], [ -3.805345815368451, 54.861588780329939 ], [ -3.804750450899248, 54.862143195521618 ], [ -3.803685049424721, 54.861872315822154 ], [ -3.802012998241226, 54.86137944494881 ], [ -3.799986125873248, 54.859671261601164 ], [ -3.800789379663199, 54.859271073801487 ], [ -3.800664474727404, 54.858740845200685 ], [ -3.801404152288699, 54.858662462733903 ] ] ], [ [ [ -3.974443912314583, 55.457896843205781 ], [ -3.969799617274571, 55.454362377343642 ], [ -3.965269667437762, 55.455176688076229 ], [ -3.956786002840259, 55.459828814912811 ], [ -3.950991083313101, 55.462590595163149 ], [ -3.950055719451675, 55.461266394720944 ], [ -3.948234482620871, 55.45993832214608 ], [ -3.940995426282135, 55.458432067577313 ], [ -3.935309618568042, 55.457950545950908 ], [ -3.927286353550417, 55.459802755516584 ], [ -3.924356956651381, 55.456325849887435 ], [ -3.919544690330533, 55.457700108485611 ], [ -3.916788004129266, 55.457765796135142 ], [ -3.913801853411512, 55.457012676487039 ], [ -3.910059817731374, 55.457632857608822 ], [ -3.90828444966148, 55.457386450121348 ], [ -3.906126472286965, 55.457568379326133 ], [ -3.902546864860152, 55.459035991547388 ], [ -3.900160679466044, 55.4596383706848 ], [ -3.895445089426826, 55.459756450840672 ], [ -3.893199225865766, 55.459593503791332 ], [ -3.890869327633756, 55.458335373600491 ], [ -3.889090397336445, 55.456358703766909 ], [ -3.86945352928367, 55.456979375289045 ], [ -3.868345285411968, 55.454780963618809 ], [ -3.867419328450639, 55.454429322278649 ], [ -3.86479653230631, 55.454245547009812 ], [ -3.860934936237028, 55.452135740940399 ], [ -3.838324968720948, 55.447888741878721 ], [ -3.833967322678244, 55.446152227015496 ], [ -3.825507214434697, 55.444413939280203 ], [ -3.824213725712165, 55.443107635095672 ], [ -3.825523375340548, 55.441169346939333 ], [ -3.825485130657824, 55.439314076234041 ], [ -3.82274778343055, 55.436173455253162 ], [ -3.819060685512974, 55.434538766187977 ], [ -3.818017361428397, 55.43316127451692 ], [ -3.817997457235599, 55.429634124143888 ], [ -3.816411040100076, 55.427267119796333 ], [ -3.810356933403425, 55.427581563142425 ], [ -3.807620246679977, 55.423200381997852 ], [ -3.803197805637762, 55.420991930529901 ], [ -3.801647951533623, 55.420614847112411 ], [ -3.800326765921404, 55.420921891781134 ], [ -3.796079389492163, 55.419074587413235 ], [ -3.793977743031105, 55.417501239525741 ], [ -3.792343937371555, 55.415440190186892 ], [ -3.792303803467971, 55.410542807024783 ], [ -3.790927123577025, 55.410315833323317 ], [ -3.789032433268748, 55.410685079662308 ], [ -3.786716952554864, 55.408557538951634 ], [ -3.781751030751607, 55.408248052242293 ], [ -3.781085585993077, 55.408729569610863 ], [ -3.778803565017128, 55.408740321873651 ], [ -3.777035849846614, 55.407188792484412 ], [ -3.777880726524266, 55.406516858162199 ], [ -3.778090861066737, 55.404865570407352 ], [ -3.777178489463807, 55.404244347032666 ], [ -3.769310280447117, 55.401850168860086 ], [ -3.764602106609138, 55.401100389394159 ], [ -3.763785702415523, 55.399436081207192 ], [ -3.763459134654632, 55.396713215272136 ], [ -3.765260769897512, 55.393734957999676 ], [ -3.761840251748027, 55.391914990231186 ], [ -3.762944543968732, 55.390829607050819 ], [ -3.762756138165665, 55.388724852935113 ], [ -3.76122680914827, 55.387529147252792 ], [ -3.761318401532953, 55.384795753420853 ], [ -3.758663064989051, 55.380277533824724 ], [ -3.756974978807888, 55.378872864469045 ], [ -3.754182212497944, 55.37836027303581 ], [ -3.752906095439622, 55.377700056841292 ], [ -3.753667782266247, 55.374939082037962 ], [ -3.750406979230665, 55.374720707956072 ], [ -3.748161352130174, 55.371468969951053 ], [ -3.74649259433519, 55.370593222183544 ], [ -3.744571757602379, 55.370872295601878 ], [ -3.742608339153915, 55.368568161437238 ], [ -3.73627323889859, 55.365876834097051 ], [ -3.734667909916316, 55.364888586927549 ], [ -3.728922985015543, 55.36448919386396 ], [ -3.725973127762071, 55.365047648888407 ], [ -3.720633793817523, 55.365266737029579 ], [ -3.715503641092558, 55.364669328232317 ], [ -3.712067498548574, 55.363288579086891 ], [ -3.711046390675973, 55.363208517082079 ], [ -3.712180493346393, 55.360972834294309 ], [ -3.713836531285314, 55.359318471177971 ], [ -3.717718820493021, 55.353705466182561 ], [ -3.718762274162962, 55.352850502442294 ], [ -3.720187064262655, 55.35024217724412 ], [ -3.717528688900876, 55.347857563137445 ], [ -3.712105687194986, 55.345354393933547 ], [ -3.712204319677399, 55.344899165202229 ], [ -3.710468667383943, 55.344146097515228 ], [ -3.711123804593729, 55.342150783161571 ], [ -3.714306034439088, 55.340070598745577 ], [ -3.710291807502837, 55.335835541003839 ], [ -3.71058583411216, 55.329670785802421 ], [ -3.712312650436711, 55.328406373296012 ], [ -3.711568061286657, 55.325761126669434 ], [ -3.710242651349235, 55.323717157315272 ], [ -3.711164179919601, 55.323156037612669 ], [ -3.707197752052798, 55.320717629479219 ], [ -3.69957102189718, 55.317988579382309 ], [ -3.700029070807603, 55.316539778408035 ], [ -3.698920630732828, 55.313652377450005 ], [ -3.696317985086876, 55.312484289335231 ], [ -3.693741098289821, 55.310808019686441 ], [ -3.69022553390756, 55.311135329048632 ], [ -3.686391240265577, 55.310451400677074 ], [ -3.683796141893779, 55.309633440373666 ], [ -3.680663632262265, 55.309703554696618 ], [ -3.678370542033256, 55.308944232570525 ], [ -3.673430686219506, 55.305381261267414 ], [ -3.672408924608237, 55.300569213701714 ], [ -3.66895641052314, 55.298441588259976 ], [ -3.670132679179769, 55.296070895640014 ], [ -3.666999541665799, 55.295349815020515 ], [ -3.665473207706881, 55.293317104434472 ], [ -3.663619923492646, 55.291747170604879 ], [ -3.662034152395615, 55.292240589142374 ], [ -3.659772799479011, 55.292208444002803 ], [ -3.657216891943245, 55.291910644445927 ], [ -3.655040056626351, 55.292016563590309 ], [ -3.652979316396469, 55.291316532424197 ], [ -3.649388613576516, 55.292645747689846 ], [ -3.648293157973914, 55.292624594161211 ], [ -3.645292792089508, 55.292431402428328 ], [ -3.644050666002799, 55.290767562593309 ], [ -3.642535855487453, 55.290886809586574 ], [ -3.63947139466536, 55.291426779814941 ], [ -3.634138672762063, 55.294832453692955 ], [ -3.632587826139709, 55.29503743468522 ], [ -3.630459377323809, 55.294216606289218 ], [ -3.626002933337461, 55.294235597097277 ], [ -3.619470979517776, 55.295499708848752 ], [ -3.618616514484565, 55.295789635930554 ], [ -3.618680529407505, 55.296201289402703 ], [ -3.619143968826659, 55.299458314342388 ], [ -3.618622662010657, 55.303095961124136 ], [ -3.616572688973163, 55.305563077987763 ], [ -3.618689838456155, 55.309579162836805 ], [ -3.617844125343659, 55.311832615060858 ], [ -3.62130321172243, 55.315125393704569 ], [ -3.621557872170393, 55.316538356302061 ], [ -3.614830193814638, 55.318895802114788 ], [ -3.613199904178671, 55.321438181944153 ], [ -3.607974672924191, 55.325510759873517 ], [ -3.607033743058691, 55.325824205119567 ], [ -3.599933722879381, 55.326825091385331 ], [ -3.598112796732472, 55.325837903211976 ], [ -3.596017077691926, 55.325658606923696 ], [ -3.5936355341385, 55.325033659587547 ], [ -3.592456799034492, 55.325511858462811 ], [ -3.58668000768159, 55.322949386726641 ], [ -3.575026048201809, 55.328150844740208 ], [ -3.57397023106536, 55.32835767196471 ], [ -3.575411794829091, 55.330522895306594 ], [ -3.577039706240041, 55.331620753256125 ], [ -3.578651116538036, 55.334640194218707 ], [ -3.584428807900299, 55.341184217763946 ], [ -3.583916026159137, 55.343072715204407 ], [ -3.58771444690865, 55.344797416987653 ], [ -3.588209867706854, 55.346024873629119 ], [ -3.587356705631591, 55.347168305275908 ], [ -3.585457943883821, 55.347958639535108 ], [ -3.584040366885937, 55.348280782088679 ], [ -3.580298477540285, 55.347940107531727 ], [ -3.577640632464852, 55.349119379367075 ], [ -3.575874365938443, 55.350512665617465 ], [ -3.574935970110233, 55.352897288583257 ], [ -3.572696821094836, 55.355100941271651 ], [ -3.572251144725864, 55.35698941575842 ], [ -3.577149202445708, 55.358179957217942 ], [ -3.577676107000723, 55.360123296557347 ], [ -3.576802930383133, 55.360381704409008 ], [ -3.57428978205043, 55.363838084018418 ], [ -3.572656617138895, 55.365225107319056 ], [ -3.571273104690684, 55.368136654892481 ], [ -3.571889578924524, 55.368960006699822 ], [ -3.571623372721977, 55.369210567384805 ], [ -3.577776673899398, 55.371571202163544 ], [ -3.578028099878103, 55.371940908657344 ], [ -3.578350992093182, 55.372916301277293 ], [ -3.575981640219903, 55.375440713859973 ], [ -3.573929878877626, 55.375835611199243 ], [ -3.574813878438569, 55.377230658171918 ], [ -3.580037081232753, 55.381166868937143 ], [ -3.580018040549262, 55.382074781682675 ], [ -3.578499321582395, 55.384961190448834 ], [ -3.575497237639421, 55.385089787938504 ], [ -3.571834131316637, 55.38646249541668 ], [ -3.569904605260193, 55.386770374234146 ], [ -3.567619635511036, 55.386673882904667 ], [ -3.566892018268496, 55.386238366417857 ], [ -3.566730002027098, 55.3865325131042 ], [ -3.56639944122406, 55.386357013912097 ], [ -3.56562081798824, 55.386627604981811 ], [ -3.564922922768903, 55.38634447132204 ], [ -3.564712669067871, 55.386616765826247 ], [ -3.56361588794479, 55.386626306422542 ], [ -3.562231873810059, 55.387358449388323 ], [ -3.56125854517843, 55.387496698990937 ], [ -3.561104194495447, 55.387786246567522 ], [ -3.560592544358869, 55.387622031010757 ], [ -3.560309550586289, 55.38805251452483 ], [ -3.560025988363614, 55.38786741159204 ], [ -3.558911575235763, 55.38823211165915 ], [ -3.558172721306469, 55.3881112235863 ], [ -3.558176611561517, 55.38881214093594 ], [ -3.557462590520669, 55.389122296182798 ], [ -3.556236374851078, 55.390661166675919 ], [ -3.556133624514245, 55.392064407419198 ], [ -3.555459556976763, 55.392589723647568 ], [ -3.555103258680729, 55.394171430047095 ], [ -3.555621193648126, 55.394695058594536 ], [ -3.554658105973699, 55.3953004343659 ], [ -3.554273008394706, 55.396954397431472 ], [ -3.549836324060696, 55.398983307272786 ], [ -3.548297202639759, 55.397987307747897 ], [ -3.545524107284981, 55.397941513809549 ], [ -3.543294894493801, 55.397062014513928 ], [ -3.542102615110315, 55.396856884289434 ], [ -3.541003417351797, 55.39701453140065 ], [ -3.538562165322592, 55.396160085936437 ], [ -3.53664305354543, 55.396754878154113 ], [ -3.531404028304998, 55.396434185278935 ], [ -3.53027894341763, 55.399395910641203 ], [ -3.528787279229844, 55.400025666816276 ], [ -3.526756599654186, 55.399988134459598 ], [ -3.523275911793487, 55.400844844337769 ], [ -3.521087360857026, 55.402453747161502 ], [ -3.520674443542647, 55.403627151687871 ], [ -3.521082172932096, 55.406223723260851 ], [ -3.51461560639465, 55.408523701152404 ], [ -3.512237337207482, 55.410354961479023 ], [ -3.511063672425382, 55.410643563260585 ], [ -3.510174207457794, 55.410515258114835 ], [ -3.507381708664929, 55.412262568379532 ], [ -3.504774054102441, 55.410568349993433 ], [ -3.503459208636626, 55.408805167267474 ], [ -3.501829598853917, 55.408067618681812 ], [ -3.501513849068094, 55.408321325025099 ], [ -3.498985763252945, 55.407880543567181 ], [ -3.4974150317448, 55.408946732037933 ], [ -3.493631434918715, 55.409347978386442 ], [ -3.490580386372394, 55.410328803780992 ], [ -3.49007417602745, 55.408420821900762 ], [ -3.490280341591316, 55.406764769743347 ], [ -3.489629036177601, 55.406035802332674 ], [ -3.489311275300264, 55.404516439170862 ], [ -3.488673029207296, 55.404133293009814 ], [ -3.486094437105456, 55.404649938081839 ], [ -3.485256692793307, 55.40547340658442 ], [ -3.483697225112798, 55.40600457670508 ], [ -3.48047100835096, 55.406313279569495 ], [ -3.478421162457969, 55.407672592982834 ], [ -3.476865664147601, 55.406833168718471 ], [ -3.47546498405216, 55.406755718706179 ], [ -3.473587817799037, 55.403848721036354 ], [ -3.472131330190065, 55.403753932851892 ], [ -3.470318671301693, 55.404274499963599 ], [ -3.469479597995465, 55.405708963298792 ], [ -3.466582516755758, 55.404885525271595 ], [ -3.46505978739745, 55.40492175287681 ], [ -3.463256609036198, 55.405702711877922 ], [ -3.458298624551793, 55.40680887988055 ], [ -3.454439313791219, 55.408378070402406 ], [ -3.452450543162857, 55.408630866865579 ], [ -3.449188161720376, 55.409905226907078 ], [ -3.445418992898329, 55.409635307916915 ], [ -3.443951406015335, 55.409023587216538 ], [ -3.443097494948757, 55.40921339874599 ], [ -3.440359292833393, 55.408841287650723 ], [ -3.436052721695805, 55.40986248639598 ], [ -3.43488476529604, 55.409669506317307 ], [ -3.43385752387278, 55.41009044360802 ], [ -3.429859721341496, 55.41070340709711 ], [ -3.427850369646392, 55.414114808815754 ], [ -3.420493181453948, 55.415993299886409 ], [ -3.418754064845612, 55.415514736456451 ], [ -3.415517432834251, 55.413579702983711 ], [ -3.411698031786094, 55.413232940134456 ], [ -3.407526158415213, 55.413411333057098 ], [ -3.405380355917829, 55.412815943321831 ], [ -3.402902278181084, 55.409083546297367 ], [ -3.401404783928773, 55.408053789769227 ], [ -3.400519575990443, 55.409596129930101 ], [ -3.39457279820579, 55.410720006733854 ], [ -3.389416867455896, 55.412558020902367 ], [ -3.386825749124841, 55.412317838864446 ], [ -3.386163798993739, 55.412585951824006 ], [ -3.383527457816298, 55.411955301019908 ], [ -3.383272419469358, 55.412115449464537 ], [ -3.377688093350911, 55.411423626441632 ], [ -3.365790575533039, 55.416364834463806 ], [ -3.362328752201759, 55.416992058765565 ], [ -3.361211376186314, 55.415049950458531 ], [ -3.357864834838103, 55.412359770483171 ], [ -3.354323931444845, 55.412515860176605 ], [ -3.353376692614059, 55.415303154065946 ], [ -3.351826327418216, 55.416394179435343 ], [ -3.352062189890147, 55.418211322957035 ], [ -3.351699514437362, 55.418925259294653 ], [ -3.350675431694815, 55.419471265516563 ], [ -3.350900559670854, 55.421437703280517 ], [ -3.347288598472613, 55.424635370149446 ], [ -3.341466660552313, 55.424191631150599 ], [ -3.338776212824009, 55.424998433429266 ], [ -3.338927515452756, 55.430635738439705 ], [ -3.334512640168781, 55.433276555681566 ], [ -3.334724273518324, 55.435098481377864 ], [ -3.333523144671826, 55.435803532050791 ], [ -3.33094456892638, 55.438788129869465 ], [ -3.331547923562464, 55.43957236433441 ], [ -3.331171379363125, 55.439890985065055 ], [ -3.331827640596846, 55.440602751511335 ], [ -3.331629446668324, 55.44105422726031 ], [ -3.329182888335202, 55.441867140121758 ], [ -3.325847796943158, 55.441642725679962 ], [ -3.324563658459579, 55.442051136918309 ], [ -3.315949532832523, 55.444652187150602 ], [ -3.312908584787676, 55.444958941868208 ], [ -3.31098339587526, 55.444826819002216 ], [ -3.308864513385975, 55.443380240791079 ], [ -3.3081363890025, 55.441918763228706 ], [ -3.309020487173123, 55.439258337438062 ], [ -3.306994936690138, 55.438233086760029 ], [ -3.306186012331636, 55.436952187343493 ], [ -3.305158674434214, 55.436235259237506 ], [ -3.306036023756522, 55.43528232982176 ], [ -3.302422661501928, 55.434745729347767 ], [ -3.29967371264352, 55.433337153521535 ], [ -3.293446535803195, 55.430913944891586 ], [ -3.288789802344709, 55.432288580428406 ], [ -3.287099174049958, 55.433757671698366 ], [ -3.285665362888797, 55.434379326116911 ], [ -3.279608732712179, 55.43525159992793 ], [ -3.26959825928649, 55.433347468019946 ], [ -3.2673514901646, 55.433514547170049 ], [ -3.264865121550183, 55.432861817076599 ], [ -3.262099681006112, 55.43138517791504 ], [ -3.257931870242833, 55.430030742517424 ], [ -3.254911768441552, 55.429976394313023 ], [ -3.254508147369749, 55.430205191594958 ], [ -3.250015460002841, 55.429559242709082 ], [ -3.247966290212855, 55.429723947139159 ], [ -3.245430720393125, 55.429498174579876 ], [ -3.244229359278599, 55.428984703919731 ], [ -3.243587958610556, 55.427683724097314 ], [ -3.244194395081423, 55.426617176560235 ], [ -3.25371517585217, 55.421640403449601 ], [ -3.255635323859234, 55.419913309069081 ], [ -3.256413455072541, 55.417550906956897 ], [ -3.260584282628696, 55.416811548676002 ], [ -3.262253025345731, 55.416133842791488 ], [ -3.264154179740095, 55.413337434014743 ], [ -3.265786680076772, 55.412520765089283 ], [ -3.267623415980863, 55.412164752707199 ], [ -3.271185939381302, 55.412181690579914 ], [ -3.274329023334903, 55.410455054363965 ], [ -3.275917223358867, 55.409989176855667 ], [ -3.278631983047833, 55.4101720002569 ], [ -3.281986318636439, 55.408155391845696 ], [ -3.282188496636085, 55.406351509136854 ], [ -3.28456741844915, 55.404708997616396 ], [ -3.285341835382668, 55.403510167296851 ], [ -3.286008717554443, 55.403134714575799 ], [ -3.287308928838828, 55.403781530361698 ], [ -3.288496623158801, 55.403153454841743 ], [ -3.291017375935846, 55.402484340684069 ], [ -3.292529008907972, 55.40162365216392 ], [ -3.293665381769357, 55.400879245084163 ], [ -3.293929975162015, 55.400036219426958 ], [ -3.296181711589722, 55.397428785663969 ], [ -3.298923475931118, 55.396532502312198 ], [ -3.301217481861571, 55.395227548992644 ], [ -3.302764208324346, 55.39376876153613 ], [ -3.30305064230639, 55.392157144296355 ], [ -3.305151063098221, 55.38906139008364 ], [ -3.306411862975664, 55.388517725427789 ], [ -3.308471204644662, 55.382757876975759 ], [ -3.310044247244048, 55.381640192633284 ], [ -3.311674540735231, 55.379632217044055 ], [ -3.310901393330007, 55.377969035945405 ], [ -3.306107797386395, 55.372925947725534 ], [ -3.303835081491178, 55.368885652042628 ], [ -3.304551579924818, 55.368170774147288 ], [ -3.306319194665061, 55.367609113156739 ], [ -3.308872262150198, 55.36804370074946 ], [ -3.310812300947874, 55.367401945664085 ], [ -3.314155163124353, 55.367481073005592 ], [ -3.315485816253544, 55.366594173595324 ], [ -3.31607504337789, 55.362623007505832 ], [ -3.313101361078207, 55.361579317049504 ], [ -3.312186424402531, 55.360484709663311 ], [ -3.31227678063866, 55.358781705106345 ], [ -3.313720981134608, 55.356044189599686 ], [ -3.313345410045736, 55.354896162434919 ], [ -3.315934260491517, 55.352247856618675 ], [ -3.319378155584827, 55.351087409966858 ], [ -3.32026186511673, 55.349348866469796 ], [ -3.318447344156429, 55.34823167012631 ], [ -3.316569645940961, 55.348153964606979 ], [ -3.313725060794896, 55.347118786966568 ], [ -3.312738025782195, 55.347076375499448 ], [ -3.303665090150071, 55.342360368534528 ], [ -3.296859419979691, 55.342404940346086 ], [ -3.291509298325058, 55.342308843501364 ], [ -3.28986318270183, 55.343232966097098 ], [ -3.288566575814484, 55.343413795825832 ], [ -3.288081665858812, 55.343923048656109 ], [ -3.286729842860509, 55.344298547988259 ], [ -3.285669462495398, 55.34544469829958 ], [ -3.284266203287304, 55.346133439138846 ], [ -3.281132126563842, 55.349629712065223 ], [ -3.28047743668178, 55.349526041647195 ], [ -3.278430803738643, 55.350029144817022 ], [ -3.276696836355721, 55.351281110353895 ], [ -3.275468155773497, 55.351328090350641 ], [ -3.272389436247136, 55.352948087757746 ], [ -3.271408414449804, 55.35299783935497 ], [ -3.270065361500624, 55.353710948988173 ], [ -3.268583477004704, 55.354030082996168 ], [ -3.266871443379461, 55.355292461668029 ], [ -3.264425987615432, 55.356263159561443 ], [ -3.264262360604631, 55.356474235632824 ], [ -3.267318891204701, 55.358435758368564 ], [ -3.266933792524801, 55.35991082479957 ], [ -3.265521291655189, 55.361472917509303 ], [ -3.262622291521875, 55.362333246167836 ], [ -3.256981154872546, 55.362544166999626 ], [ -3.253254992634078, 55.363198002421441 ], [ -3.250250226310385, 55.364468898319259 ], [ -3.249864698606787, 55.365501780942679 ], [ -3.247065477848678, 55.367547814682951 ], [ -3.244652495446892, 55.367833016580263 ], [ -3.24437842162836, 55.367395475854202 ], [ -3.241703227364074, 55.36686553059247 ], [ -3.241188057336911, 55.367293122282916 ], [ -3.239792451098439, 55.367064656028823 ], [ -3.237913341401446, 55.36726792391962 ], [ -3.237283232528461, 55.366541916969481 ], [ -3.234889891509187, 55.366444807475887 ], [ -3.233961952947211, 55.367806625193317 ], [ -3.233825155162491, 55.369241328223829 ], [ -3.231519859177701, 55.370967490033486 ], [ -3.22483049863645, 55.37253542603316 ], [ -3.225463540918043, 55.375198019730455 ], [ -3.223390190843755, 55.376229750549925 ], [ -3.217390234578716, 55.376132395106431 ], [ -3.216202947255312, 55.375241089890196 ], [ -3.215311160992778, 55.37343472453832 ], [ -3.213532706402083, 55.372558256639444 ], [ -3.21228063674355, 55.372638078910832 ], [ -3.210226642716267, 55.370744349470485 ], [ -3.208098429972177, 55.370033019737576 ], [ -3.207117552931715, 55.369171039077699 ], [ -3.205859253531987, 55.368783569472377 ], [ -3.206127718045192, 55.367235274672943 ], [ -3.204480947696683, 55.366263020773083 ], [ -3.201285175414835, 55.365714857602377 ], [ -3.196646857012688, 55.366766827092547 ], [ -3.194552133153966, 55.366104360152093 ], [ -3.193835554421649, 55.366147307215094 ], [ -3.19194157810782, 55.364287656778096 ], [ -3.190393482793188, 55.36369617036781 ], [ -3.189151508600538, 55.362526563033626 ], [ -3.187707269150603, 55.362765265049298 ], [ -3.179253910420868, 55.360465760383619 ], [ -3.181260352879646, 55.359507314483238 ], [ -3.181905850207189, 55.356553567296451 ], [ -3.179560580204873, 55.352743570791745 ], [ -3.177759600962033, 55.350518860169828 ], [ -3.17624983169456, 55.349598827581723 ], [ -3.176081702202326, 55.348715294970582 ], [ -3.174502840716729, 55.346789439891012 ], [ -3.169503605712965, 55.34704857119241 ], [ -3.168052740828754, 55.348118339691524 ], [ -3.163698796998752, 55.350222237805227 ], [ -3.157095013752522, 55.350909498402586 ], [ -3.151744964736463, 55.354860085950399 ], [ -3.149671386983966, 55.35542328155676 ], [ -3.144536097895545, 55.355929787012201 ], [ -3.139392493091497, 55.357249409396182 ], [ -3.135149237355431, 55.357796622404571 ], [ -3.1336261612541, 55.359145218166049 ], [ -3.131368823404543, 55.359089754438962 ], [ -3.127238587325757, 55.359738986470113 ], [ -3.125253478210199, 55.358993451432745 ], [ -3.125107149034007, 55.357727739641902 ], [ -3.117236750638226, 55.355796019569539 ], [ -3.11463221844922, 55.356848727379941 ], [ -3.112690697345981, 55.356912250959731 ], [ -3.11202137905562, 55.3562749299888 ], [ -3.113205462237328, 55.354964740797946 ], [ -3.113629355208789, 55.354557396831716 ], [ -3.112633252053026, 55.351659425667961 ], [ -3.110817447917971, 55.348768900473964 ], [ -3.109732236858337, 55.348028411011384 ], [ -3.109343205471771, 55.347933095135211 ], [ -3.106982754285098, 55.349527093234705 ], [ -3.10476027441859, 55.350135805576905 ], [ -3.102024852449434, 55.351584822842746 ], [ -3.101263896193095, 55.348886830961312 ], [ -3.100157398782916, 55.347656700016501 ], [ -3.098321599688494, 55.34371927715965 ], [ -3.098408374058166, 55.342581739267104 ], [ -3.1009753053873, 55.341044454719267 ], [ -3.099686725591317, 55.339209388956284 ], [ -3.099084053506903, 55.331679850429829 ], [ -3.086268423154398, 55.327939387378251 ], [ -3.085584786189729, 55.320518336426609 ], [ -3.081761877251838, 55.31555140836381 ], [ -3.077485372262274, 55.315027571011775 ], [ -3.069511282595205, 55.31674214133929 ], [ -3.069085888975363, 55.313524299669048 ], [ -3.067795916070104, 55.311841678726637 ], [ -3.064252474591992, 55.309841718786402 ], [ -3.061300976822252, 55.306987314441763 ], [ -3.063317106999742, 55.305208472446026 ], [ -3.061163402707224, 55.304490334584429 ], [ -3.054753139294884, 55.300376254743256 ], [ -3.051524174416709, 55.297101659040905 ], [ -3.046639291964484, 55.295512625841546 ], [ -3.051872133257389, 55.292097814497794 ], [ -3.053852594723096, 55.289163797565905 ], [ -3.05455884364412, 55.287175330249369 ], [ -3.052899999864645, 55.284111852605328 ], [ -3.054544960323589, 55.281664173115054 ], [ -3.054653807760768, 55.280722370251922 ], [ -3.053558336699307, 55.279721772481423 ], [ -3.046294328986657, 55.2757619941437 ], [ -3.042954851227469, 55.271530181607403 ], [ -3.03264180436558, 55.275211470456263 ], [ -3.027645833759991, 55.277840773362854 ], [ -3.019933617812675, 55.279123089179535 ], [ -3.013175721547423, 55.275553418451111 ], [ -3.011826465455164, 55.272635096084969 ], [ -3.011288215756562, 55.268797937755558 ], [ -3.010167594408252, 55.267432321737573 ], [ -3.00925362541761, 55.267075939622032 ], [ -3.006342289936184, 55.267082005766063 ], [ -3.002127569336797, 55.268451139683854 ], [ -2.998616779383776, 55.269032567212726 ], [ -2.995926827382992, 55.269085997169213 ], [ -2.993823648343211, 55.269947845228067 ], [ -2.990935530552933, 55.276266173523524 ], [ -2.989027549877652, 55.27803395858249 ], [ -2.983867813549183, 55.279455036004151 ], [ -2.980919622136016, 55.281514135752801 ], [ -2.978835444469827, 55.281908284936712 ], [ -2.976817130098887, 55.281780672121869 ], [ -2.968865303653758, 55.284310747788865 ], [ -2.967592319374597, 55.284406212472263 ], [ -2.967762307296324, 55.286862585352168 ], [ -2.964573019621318, 55.289749920898885 ], [ -2.962081732787451, 55.29026381697841 ], [ -2.960114102553641, 55.288989790976942 ], [ -2.957709124060444, 55.288837942850499 ], [ -2.954368515468378, 55.289066290567632 ], [ -2.951503686519866, 55.288450633693728 ], [ -2.949746396162185, 55.287394963457992 ], [ -2.945729663473255, 55.287659784590659 ], [ -2.94535094731807, 55.287294285224391 ], [ -2.944122583738421, 55.287285818259036 ], [ -2.943480003275516, 55.286881017061638 ], [ -2.942251108264253, 55.287381151780032 ], [ -2.941218047858809, 55.28631078192948 ], [ -2.94091511004934, 55.286483853987569 ], [ -2.940702593919597, 55.286153003953324 ], [ -2.940254786750367, 55.286192398235428 ], [ -2.938352506008601, 55.28498042414175 ], [ -2.935017182649, 55.284084933874048 ], [ -2.932187781176131, 55.283944820603651 ], [ -2.931576428755656, 55.283050872202963 ], [ -2.930121394706073, 55.282095955545522 ], [ -2.92663499458115, 55.280779039549749 ], [ -2.924345464952827, 55.279470940100978 ], [ -2.921260845233906, 55.27917075656466 ], [ -2.917056373875428, 55.277409678403998 ], [ -2.916246017007124, 55.277766223179071 ], [ -2.916106841072628, 55.278216574952708 ], [ -2.916465405229911, 55.280455926168514 ], [ -2.914990552411833, 55.281698989161143 ], [ -2.912506921611572, 55.283581303396481 ], [ -2.911485168293624, 55.283651839267819 ], [ -2.90693034500544, 55.285514438560007 ], [ -2.903967737744382, 55.285401619265372 ], [ -2.898484950243319, 55.283501091623386 ], [ -2.896463670910406, 55.28183644513539 ], [ -2.893050928870404, 55.27989259959061 ], [ -2.893871014610056, 55.278907109973872 ], [ -2.893984911864917, 55.278021142645727 ], [ -2.891336673905788, 55.273996751564326 ], [ -2.887694836012565, 55.272324912537762 ], [ -2.885836224002787, 55.270851211009933 ], [ -2.88778008577068, 55.268033414865414 ], [ -2.88432441036412, 55.265146993888166 ], [ -2.885393799918479, 55.263346506384835 ], [ -2.884922843401315, 55.262689440799512 ], [ -2.891147069444726, 55.26272053433069 ], [ -2.894006378494776, 55.261464027667117 ], [ -2.899788810817229, 55.259709670403616 ], [ -2.905010331209054, 55.257181894431334 ], [ -2.907221669836539, 55.254798518761618 ], [ -2.908455716211698, 55.254411020606035 ], [ -2.908351006355292, 55.252924588453105 ], [ -2.911431160272789, 55.24934309521629 ], [ -2.913378569913863, 55.248861252560523 ], [ -2.915116140243728, 55.245752941722138 ], [ -2.915345794611342, 55.244110789894073 ], [ -2.920491257859872, 55.239102712199653 ], [ -2.921442636245537, 55.236719577733318 ], [ -2.920078722143518, 55.236221251664389 ], [ -2.917730539991051, 55.234634899503043 ], [ -2.915155332732483, 55.234452054048006 ], [ -2.912008718407136, 55.234722737350552 ], [ -2.908450899366954, 55.234547091918571 ], [ -2.905358030591009, 55.235801191849504 ], [ -2.904165660816922, 55.235922361726708 ], [ -2.897154050744525, 55.236005574656375 ], [ -2.894681236227265, 55.235480069095367 ], [ -2.891712101621323, 55.233502380007387 ], [ -2.88764060772418, 55.233904997769351 ], [ -2.884480032317228, 55.23461539509433 ], [ -2.88161998438854, 55.234344045430468 ], [ -2.877656202787732, 55.236075504494067 ], [ -2.873985357310851, 55.236838721994594 ], [ -2.871898597669155, 55.236696394809833 ], [ -2.869165989454638, 55.237223610885962 ], [ -2.863839587285424, 55.23634934472765 ], [ -2.863936857979366, 55.231770205652253 ], [ -2.864278243368064, 55.23047377939956 ], [ -2.865374314359063, 55.229540433710703 ], [ -2.865743080377519, 55.227336204832774 ], [ -2.861913633724637, 55.223283598584089 ], [ -2.866989057854869, 55.219567788265522 ], [ -2.888184490931151, 55.207863516498094 ], [ -2.887390670205172, 55.207145904207515 ], [ -2.885984935655279, 55.202577643305297 ], [ -2.889699906540004, 55.197603674971504 ], [ -2.896568932920381, 55.193572457338057 ], [ -2.895745262098582, 55.193268485233794 ], [ -2.89523594082075, 55.189471041241305 ], [ -2.901522314970511, 55.180937194917519 ], [ -2.902549766082344, 55.179150310673855 ], [ -2.903288914642184, 55.176076022276135 ], [ -2.904749521964048, 55.17366585330975 ], [ -2.8995430721309, 55.169759404768293 ], [ -2.900324972983732, 55.162658954418859 ], [ -2.90000137802908, 55.157700906189142 ], [ -2.900409320119782, 55.155258110881853 ], [ -2.899784374638333, 55.151897353188318 ], [ -2.896913293863328, 55.146679495995727 ], [ -2.895449411244249, 55.14611963041321 ], [ -2.892749895458201, 55.145730559613213 ], [ -2.890281056254271, 55.145833991389239 ], [ -2.891609749495411, 55.144557206547802 ], [ -2.890300901578583, 55.141089071132889 ], [ -2.881225617892688, 55.142166000778431 ], [ -2.879751672313272, 55.141844157694024 ], [ -2.87584502866261, 55.141831861685425 ], [ -2.873698400145097, 55.140876751048054 ], [ -2.872424867473879, 55.138231320597747 ], [ -2.871527429129829, 55.137360679131447 ], [ -2.870358107497601, 55.136969146546548 ], [ -2.867238617910998, 55.136703827692536 ], [ -2.867185331446267, 55.136416645108255 ], [ -2.866167797746544, 55.136149800423688 ], [ -2.866149155155258, 55.135651192873681 ], [ -2.865114603910769, 55.13532155627788 ], [ -2.861481172283424, 55.128665979269456 ], [ -2.861358075680086, 55.126591010691328 ], [ -2.860690650564352, 55.125454465383122 ], [ -2.861104346147042, 55.123910388133531 ], [ -2.860174529580819, 55.122236514791211 ], [ -2.860726764220972, 55.117876043305095 ], [ -2.860200312106048, 55.116433861498642 ], [ -2.860843589944773, 55.116237009695027 ], [ -2.86088753328467, 55.115072969051411 ], [ -2.859386730262711, 55.114103157675864 ], [ -2.857347930864184, 55.1095308991301 ], [ -2.85853733907806, 55.1083444119785 ], [ -2.86207830772583, 55.107906029271462 ], [ -2.864022238897213, 55.106609903113828 ], [ -2.867942710224451, 55.107057406458757 ], [ -2.870856519150997, 55.106260186612239 ], [ -2.871791359215166, 55.104274703101623 ], [ -2.871690242140984, 55.102941851162832 ], [ -2.872889450915844, 55.101873770204897 ], [ -2.871323480133158, 55.100276424828678 ], [ -2.874423961384348, 55.09750347581587 ], [ -2.876106655585902, 55.096555900815673 ], [ -2.877067423932852, 55.095060841521175 ], [ -2.87897339006064, 55.094798176992384 ], [ -2.884281602294897, 55.095475063845662 ], [ -2.886289791507879, 55.094805357890777 ], [ -2.886493915775445, 55.094045421269968 ], [ -2.88587072013981, 55.093499090877074 ], [ -2.882904600160991, 55.093360674244394 ], [ -2.882312533671548, 55.092944402669744 ], [ -2.88302306011876, 55.090773533673044 ], [ -2.886270450345302, 55.089328295227084 ], [ -2.88562303441201, 55.088604209148194 ], [ -2.883974850440961, 55.088250439029842 ], [ -2.88381134691871, 55.087585734228739 ], [ -2.884812156940285, 55.086862250488856 ], [ -2.886028245800322, 55.086665592097553 ], [ -2.889719380225963, 55.087162584784515 ], [ -2.890071924638129, 55.088081114076942 ], [ -2.89072733044683, 55.088245265874107 ], [ -2.89330512086108, 55.087847156256686 ], [ -2.893740664375495, 55.086231799865331 ], [ -2.892624736085611, 55.085015138806845 ], [ -2.896826987455948, 55.077973960414234 ], [ -2.899642967008734, 55.077054543432929 ], [ -2.900873595826629, 55.076963667443984 ], [ -2.906226846313244, 55.077572759491446 ], [ -2.910655225579002, 55.077108369042783 ], [ -2.912340953919986, 55.07891460229758 ], [ -2.915157646020835, 55.078862010960137 ], [ -2.917197025436854, 55.078107980202503 ], [ -2.916527284319788, 55.076218683137441 ], [ -2.917996395837023, 55.074575677597977 ], [ -2.920278874348898, 55.072961555005989 ], [ -2.926180955022966, 55.070559651647422 ], [ -2.929441138757475, 55.070343393803377 ], [ -2.932486137902167, 55.071178315293345 ], [ -2.934816274887417, 55.071103830662473 ], [ -2.937634076022811, 55.070386608987306 ], [ -2.940421036444887, 55.069160027171435 ], [ -2.942180881859196, 55.067946726148364 ], [ -2.942624073949102, 55.067215391065098 ], [ -2.943055099719056, 55.064303130878983 ], [ -2.941255457779319, 55.062212426455254 ], [ -2.939541203183512, 55.061285684127185 ], [ -2.937376767142345, 55.060654445909094 ], [ -2.936447516579865, 55.059613774993089 ], [ -2.937303057330967, 55.059108440583437 ], [ -2.939067506988727, 55.059243118043788 ], [ -2.943844737787273, 55.05813677747912 ], [ -2.947991472750361, 55.055535314627328 ], [ -2.950690453113476, 55.055474723381813 ], [ -2.955362029704643, 55.054762361124403 ], [ -2.956557084640695, 55.053475993049751 ], [ -2.958693463739319, 55.049268775080215 ], [ -2.964550852080379, 55.050064532452822 ], [ -2.972285632480037, 55.050230347645574 ], [ -3.000072915446211, 55.052461219779403 ], [ -3.021194813345555, 55.054884751763282 ], [ -3.02754956676507, 55.055275206974038 ], [ -3.03417026374752, 55.05541054897067 ], [ -3.03919922939434, 55.055195174723984 ], [ -3.043168684935418, 55.055655481968259 ], [ -3.043620434160032, 55.054967730475724 ], [ -3.048008857129222, 55.053068003245244 ], [ -3.051049381401094, 55.052730849161108 ], [ -3.051192452477086, 55.051261203800493 ], [ -3.053279760042769, 55.049739700233978 ], [ -3.053773694278263, 55.048045044669607 ], [ -3.053417063687104, 55.047278878596281 ], [ -3.051755982936913, 55.047560146712527 ], [ -3.050712263044169, 55.048824589959203 ], [ -3.049076999265182, 55.048480130936468 ], [ -3.046950069768616, 55.047347262491897 ], [ -3.043361970536541, 55.047378075388352 ], [ -3.044011207880164, 55.044840084702699 ], [ -3.041881624484179, 55.044556384810569 ], [ -3.040103899853597, 55.044804343635583 ], [ -3.038348166625724, 55.043725667424319 ], [ -3.040225687612539, 55.041170919706083 ], [ -3.038144023666074, 55.041339670196201 ], [ -3.036522710622678, 55.04030745014532 ], [ -3.035840235304299, 55.039208808147571 ], [ -3.034385206269447, 55.038915640138853 ], [ -3.033769702080944, 55.039563412054378 ], [ -3.032152397478263, 55.039835953969366 ], [ -3.03200182916961, 55.038909814266724 ], [ -3.031113467216641, 55.037953082913198 ], [ -3.027393453952826, 55.036649138506455 ], [ -3.025872225353825, 55.036453483376746 ], [ -3.026255577440384, 55.035045646186497 ], [ -3.028427480300842, 55.034134940626849 ], [ -3.029925527539225, 55.034161811674117 ], [ -3.031634086485544, 55.032943133858446 ], [ -3.032273562939596, 55.031039739427783 ], [ -3.034328632344416, 55.029858521894333 ], [ -3.034026272711992, 55.029113405628728 ], [ -3.03226304498835, 55.028257574279714 ], [ -3.03232546407382, 55.027582150137171 ], [ -3.031614120470887, 55.027051682522092 ], [ -3.031732708126424, 55.026065744162658 ], [ -3.0299099228732, 55.025442238736652 ], [ -3.030069776225527, 55.024721956393925 ], [ -3.03080703013862, 55.024375119805107 ], [ -3.03417228433392, 55.024092241039995 ], [ -3.034393024913275, 55.02294546911579 ], [ -3.036673694067131, 55.02191775876674 ], [ -3.037766476227118, 55.022077391246107 ], [ -3.039106684475259, 55.022852282281676 ], [ -3.040123906250831, 55.022629708700372 ], [ -3.041268104643622, 55.021211716821014 ], [ -3.041070129178716, 55.020875513711744 ], [ -3.040570677978562, 55.021218582383341 ], [ -3.040129042549188, 55.021136985788324 ], [ -3.039695845763491, 55.020414568781291 ], [ -3.04153508661058, 55.020288301839315 ], [ -3.042328158758148, 55.019628181703816 ], [ -3.040567887152092, 55.018696058720913 ], [ -3.040731610340829, 55.017228039493652 ], [ -3.03928482005451, 55.016861171457634 ], [ -3.039313943738705, 55.01641518555023 ], [ -3.04161542416954, 55.015907527947427 ], [ -3.042648508624174, 55.014616284792538 ], [ -3.042003441393029, 55.014105079782802 ], [ -3.043216939663638, 55.01338024163033 ], [ -3.044292171980667, 55.013353941770234 ], [ -3.045238118194612, 55.012686198080907 ], [ -3.04558532945951, 55.010645042439478 ], [ -3.047472662761808, 55.010761808407992 ], [ -3.048059872687639, 55.009414144756548 ], [ -3.049494372142243, 55.009377513273016 ], [ -3.049733068086778, 55.007860303344323 ], [ -3.048648679187829, 55.006811027970855 ], [ -3.047380060177235, 55.007029549537492 ], [ -3.046246496446269, 55.007931679399789 ], [ -3.045308373542214, 55.007993664352313 ], [ -3.044899017011597, 55.007644904501063 ], [ -3.045288524716194, 55.007110446806877 ], [ -3.045059130599048, 55.006045701795614 ], [ -3.046796721293229, 55.00480408231936 ], [ -3.04651886570426, 55.000858632450274 ], [ -3.045850343490947, 54.999559518685388 ], [ -3.044316037491353, 54.999170997827186 ], [ -3.044043312839559, 54.998722208518018 ], [ -3.045122257935392, 54.998072192970106 ], [ -3.049345535088608, 54.996971808302064 ], [ -3.052657363372443, 54.994681243379141 ], [ -3.051995657622037, 54.993407265393088 ], [ -3.053448988468891, 54.992798868730617 ], [ -3.058016080026008, 54.99196390211582 ], [ -3.058681253850807, 54.991523157899536 ], [ -3.057890574016267, 54.988976020403676 ], [ -3.056926780496912, 54.987865557018203 ], [ -3.057250842705969, 54.987232772903731 ], [ -3.060097518077868, 54.986788312887519 ], [ -3.062413960328777, 54.986861559931079 ], [ -3.064843574418308, 54.986250782531933 ], [ -3.074983091903305, 54.981639460332019 ], [ -3.077847571072909, 54.981997837544377 ], [ -3.07790928932036, 54.98243494389267 ], [ -3.078167741610251, 54.982108231985919 ], [ -3.081081177271251, 54.983471713758753 ], [ -3.082079626959631, 54.985152337594023 ], [ -3.081130573678072, 54.985716157966721 ], [ -3.07988892865064, 54.985220339001422 ], [ -3.081016123646159, 54.985818725336699 ], [ -3.081825271937222, 54.985630896864869 ], [ -3.082422874268743, 54.984899451979913 ], [ -3.081672710422091, 54.98361922791932 ], [ -3.07904191142235, 54.982191244206341 ], [ -3.076184879232457, 54.981236110766659 ], [ -3.078956397376135, 54.980285019842327 ], [ -3.080989814527892, 54.980188776036165 ], [ -3.081006687617594, 54.980584042102414 ], [ -3.080365177826085, 54.980784755231639 ], [ -3.081343242448744, 54.980664626340619 ], [ -3.08127076430935, 54.980177291448236 ], [ -3.082377141627764, 54.980006586117568 ], [ -3.082389293345202, 54.98040009674353 ], [ -3.083091296804132, 54.980299485443517 ], [ -3.082552916804237, 54.979977162543086 ], [ -3.084331180142517, 54.979574889053353 ], [ -3.084455247525261, 54.980525477650644 ], [ -3.083513258281695, 54.980708217307054 ], [ -3.083350739201578, 54.980301667710172 ], [ -3.083321786102295, 54.980735086076933 ], [ -3.080747875406266, 54.981245069729539 ], [ -3.085396431238363, 54.98042901048202 ], [ -3.086271584326274, 54.980028475585833 ], [ -3.084669108872062, 54.980459764433114 ], [ -3.08452913694859, 54.979556947559878 ], [ -3.088072678167266, 54.978623023360903 ], [ -3.090953125647964, 54.977153944067339 ], [ -3.08927871942339, 54.978384861162382 ], [ -3.091094602103515, 54.977415986254144 ], [ -3.090267079125968, 54.978532372728125 ], [ -3.08712651722404, 54.979574194644258 ], [ -3.087282020511983, 54.979777701904979 ], [ -3.088832519455484, 54.979390878766992 ], [ -3.091163063356821, 54.978039051880806 ], [ -3.091142693379048, 54.976020812016031 ], [ -3.091612092898316, 54.975470204751886 ], [ -3.095612624948957, 54.976477585797852 ], [ -3.096911377202588, 54.977466101975217 ], [ -3.100698889787331, 54.978099592082408 ], [ -3.100397431929343, 54.978617261336282 ], [ -3.101170749047346, 54.978156429845697 ], [ -3.104948226840074, 54.978590373047403 ], [ -3.105278128696213, 54.978370794016591 ], [ -3.107989121330935, 54.978373981016794 ], [ -3.108267582454614, 54.978102739288097 ], [ -3.114273752877822, 54.977201296215767 ], [ -3.120685558146248, 54.975671236346642 ], [ -3.123765221640702, 54.974000928530131 ], [ -3.124335607825661, 54.97333512707587 ], [ -3.125135590266682, 54.973394229303459 ], [ -3.124494779463083, 54.973216826943187 ], [ -3.124887386410265, 54.972954376011543 ], [ -3.125985797853886, 54.972679997630244 ], [ -3.126766223226463, 54.971929560653315 ], [ -3.132852063859272, 54.96891096245848 ], [ -3.135687685640486, 54.968149388193282 ], [ -3.135749238253247, 54.967839667198504 ], [ -3.14175666558967, 54.966396736027278 ], [ -3.146281962258065, 54.964262023509512 ], [ -3.149329427370605, 54.963719206074046 ], [ -3.153677941660356, 54.964432013999605 ], [ -3.157519270151107, 54.96548111096898 ], [ -3.158992369161723, 54.966082674949362 ], [ -3.159042647708827, 54.966418303101939 ], [ -3.163402014245536, 54.967868480753303 ], [ -3.163919693985112, 54.968592358195828 ], [ -3.164611959956952, 54.968601006760665 ], [ -3.164384559995743, 54.969163963094303 ], [ -3.164760001986777, 54.96880448841295 ], [ -3.166868080491948, 54.969154532531157 ], [ -3.177477285546573, 54.971688991033325 ], [ -3.18418008651968, 54.972459672273786 ], [ -3.184498292927223, 54.97276122697108 ], [ -3.188772151508615, 54.973800635298396 ], [ -3.204517544153173, 54.975742312552583 ], [ -3.20564396465316, 54.976261374160813 ], [ -3.206985462321533, 54.976084504452324 ], [ -3.206457290703312, 54.977663899307771 ], [ -3.204781819687705, 54.978306343126285 ], [ -3.206423400768133, 54.977765234448661 ], [ -3.206684926076785, 54.977576611310134 ], [ -3.207296823243301, 54.975943015594758 ], [ -3.208422104527746, 54.976110676329995 ], [ -3.211807403101873, 54.97588826131652 ], [ -3.217584698414186, 54.974633494806312 ], [ -3.218058805310503, 54.974966653158269 ], [ -3.21792565535821, 54.974748706962615 ], [ -3.22008888364418, 54.974006271522825 ], [ -3.229625018820069, 54.972307844454818 ], [ -3.233387466744782, 54.971916551219294 ], [ -3.235438019008782, 54.971130947234158 ], [ -3.237145587777057, 54.971285234683293 ], [ -3.241240836629199, 54.968773891762879 ], [ -3.241032281005988, 54.968039093364091 ], [ -3.241769928800982, 54.968910482432001 ], [ -3.242300425737688, 54.968839458613758 ], [ -3.242736850302637, 54.969364328162293 ], [ -3.243266837373917, 54.96937778241773 ], [ -3.245906513278013, 54.971636135716878 ], [ -3.248736119347605, 54.972353022389626 ], [ -3.248173143816662, 54.972889031313947 ], [ -3.249291218757144, 54.972268235222238 ], [ -3.253709086013131, 54.972761978066657 ], [ -3.25686600829541, 54.97239686944868 ], [ -3.257997046306203, 54.971795629737592 ], [ -3.258718129391282, 54.972023624647584 ], [ -3.258636877712301, 54.971623648474903 ], [ -3.260131663443231, 54.971015926510532 ], [ -3.262044032955107, 54.970624032154433 ], [ -3.262507435138954, 54.971103617313702 ], [ -3.262516208138089, 54.970487022080185 ], [ -3.263998268182331, 54.969527095875449 ], [ -3.264932848638276, 54.969689026943996 ], [ -3.264828174764997, 54.970434234909895 ], [ -3.265090088337099, 54.969721541349223 ], [ -3.264223024252513, 54.969421409216906 ], [ -3.264691064020421, 54.969103795950566 ], [ -3.265540471571399, 54.969538014025943 ], [ -3.268292864562423, 54.969979351228595 ], [ -3.269519543940488, 54.970485994795851 ], [ -3.272281724880011, 54.972764971459668 ], [ -3.268490521766729, 54.970253188560747 ], [ -3.266046222718201, 54.969724170680436 ], [ -3.265651376976985, 54.97048138756621 ], [ -3.266128867992367, 54.970811629208512 ], [ -3.267755957543188, 54.970887240243883 ], [ -3.269445556317133, 54.971854580858292 ], [ -3.270496199084147, 54.973265342105641 ], [ -3.27031147122412, 54.973550361004747 ], [ -3.270703967942841, 54.973561537572181 ], [ -3.271890500748747, 54.975561308985519 ], [ -3.272878462035746, 54.976367884049161 ], [ -3.272885238403529, 54.976927699770982 ], [ -3.273575580025451, 54.97677128787447 ], [ -3.274197223071734, 54.977109873972324 ], [ -3.274763311293822, 54.979047816824021 ], [ -3.27439483731036, 54.979352741706059 ], [ -3.275601415071034, 54.979411087272346 ], [ -3.273084611168656, 54.979574064553546 ], [ -3.270993958196447, 54.980564726547598 ], [ -3.27120453278555, 54.983222658265632 ], [ -3.271430687324999, 54.980737203661064 ], [ -3.272635470421053, 54.980243799551737 ], [ -3.27154415168185, 54.980915755999284 ], [ -3.271533813041278, 54.981775015236835 ], [ -3.272003532426024, 54.981903109389947 ], [ -3.272254087301352, 54.982858495620583 ], [ -3.271473539444554, 54.985009144158767 ], [ -3.266773645053338, 54.986278617545914 ], [ -3.264966207006638, 54.987643672383847 ], [ -3.265368034995495, 54.988841043174439 ], [ -3.267662189133829, 54.990916495794835 ], [ -3.266192221234006, 54.99297723084937 ], [ -3.263096628512558, 54.995094382522105 ], [ -3.260502572634768, 54.996266226333049 ], [ -3.260752796022786, 54.997914526611531 ], [ -3.262837625112055, 54.998742160406195 ], [ -3.263035904414921, 54.9985846281715 ], [ -3.260988226296908, 54.997495992486868 ], [ -3.26094190616689, 54.996418044481501 ], [ -3.266098505070034, 54.993773548299458 ], [ -3.268580930747131, 54.99090691592184 ], [ -3.265850626749622, 54.988581691128118 ], [ -3.265701400050709, 54.987614454326952 ], [ -3.267072060226093, 54.98692076980624 ], [ -3.272329603963723, 54.985294961914803 ], [ -3.273432532750441, 54.982271895464116 ], [ -3.274469071416827, 54.981251803115029 ], [ -3.276666121358397, 54.98071021010351 ], [ -3.277611469896833, 54.981102896505718 ], [ -3.277520303253796, 54.980741680463844 ], [ -3.276908158856353, 54.980704972674943 ], [ -3.278720024230557, 54.978715095580654 ], [ -3.27839003154256, 54.977132368736626 ], [ -3.275625554359477, 54.974259515590802 ], [ -3.275894277885251, 54.974013149688965 ], [ -3.271817074663777, 54.970322685903582 ], [ -3.27037834394997, 54.969285354944702 ], [ -3.26466150222062, 54.967517008634942 ], [ -3.264013052545344, 54.967063620253079 ], [ -3.264488231584008, 54.966377468376223 ], [ -3.266149462886283, 54.965856011312354 ], [ -3.26911244078518, 54.965503384879383 ], [ -3.278442221917626, 54.966581131155181 ], [ -3.288434863537778, 54.968635215024882 ], [ -3.294045112478521, 54.969285603922359 ], [ -3.299289425811457, 54.970885975478694 ], [ -3.311386989705236, 54.975333173442493 ], [ -3.316785265334671, 54.976722638027809 ], [ -3.328512227899028, 54.978683658542543 ], [ -3.330773713882875, 54.979454280145546 ], [ -3.332472768129748, 54.979281995881884 ], [ -3.330741823215281, 54.979340494111149 ], [ -3.32917077991928, 54.978752851326483 ], [ -3.330361942764955, 54.978390230222452 ], [ -3.33145592530163, 54.976650053361205 ], [ -3.334802561275635, 54.975844971323603 ], [ -3.339597610715565, 54.974013705418024 ], [ -3.342474635054098, 54.97384806738269 ], [ -3.348284874594197, 54.974402984517745 ], [ -3.354410399891039, 54.974200998697235 ], [ -3.35926512276241, 54.973520426434227 ], [ -3.362089797429819, 54.972227032810821 ], [ -3.365819245737206, 54.971175948457265 ], [ -3.369585549303102, 54.970754327067056 ], [ -3.369907209412372, 54.970933140874749 ], [ -3.370662653456078, 54.970637939202803 ], [ -3.375533156432573, 54.971673067333683 ], [ -3.376599275218529, 54.971326681962225 ], [ -3.378330715811285, 54.971978401107307 ], [ -3.377899168712053, 54.971968014433401 ], [ -3.377956825864493, 54.972328641665058 ], [ -3.378228729661061, 54.972056846107478 ], [ -3.378846890940703, 54.972270020936691 ], [ -3.378468790100804, 54.971995708654831 ], [ -3.380174153753794, 54.972295403789644 ], [ -3.38039637667471, 54.972033154318176 ], [ -3.383244207838225, 54.972208390558798 ], [ -3.38369873676228, 54.972659762765602 ], [ -3.38409117965917, 54.972350633708444 ], [ -3.385533319652792, 54.972581353402028 ], [ -3.386230186587039, 54.972356821411559 ], [ -3.385584889380991, 54.972763203661721 ], [ -3.385915424704887, 54.973197107779868 ], [ -3.386356452903391, 54.972394026253504 ], [ -3.3880224448768, 54.972682377422181 ], [ -3.388361453614715, 54.973179986674012 ], [ -3.389034254295311, 54.973254084923319 ], [ -3.390884221229971, 54.973168229498356 ], [ -3.391592447323767, 54.973408169663507 ], [ -3.392937706890732, 54.973049458348683 ], [ -3.393663862963533, 54.973355685638033 ], [ -3.393622999235776, 54.972942747424867 ], [ -3.394280883770405, 54.973217399991825 ], [ -3.393971085530317, 54.973610093571232 ], [ -3.394231666555176, 54.9734201741296 ], [ -3.394412650575502, 54.973460613054904 ], [ -3.394358165195358, 54.973148211792797 ], [ -3.395862867643925, 54.973693539259067 ], [ -3.397308049687029, 54.973288696737626 ], [ -3.398859524391209, 54.974144403701096 ], [ -3.398030185594421, 54.973433176465889 ], [ -3.40645349972668, 54.974436055405583 ], [ -3.407718880376045, 54.974342325224661 ], [ -3.408015151014695, 54.974638165730276 ], [ -3.4067956949578, 54.974660369392105 ], [ -3.407582058830673, 54.974718671966926 ], [ -3.40659586889936, 54.97555869649424 ], [ -3.407610542141054, 54.975130850836194 ], [ -3.408074192239547, 54.975342970635673 ], [ -3.407672115216118, 54.974881194906857 ], [ -3.408249478808926, 54.974771157438106 ], [ -3.408862809515574, 54.97573286351092 ], [ -3.408538853883947, 54.974423598965856 ], [ -3.410279304428562, 54.97571464508723 ], [ -3.40975780330094, 54.976126011594481 ], [ -3.410473028147981, 54.976026048445156 ], [ -3.41128926243335, 54.976712180297284 ], [ -3.410961262574724, 54.976982904232798 ], [ -3.411413415353976, 54.976866216372294 ], [ -3.412464277709388, 54.977736548809979 ], [ -3.41147413565478, 54.97783971505654 ], [ -3.412135884178241, 54.977951560313727 ], [ -3.411929521264827, 54.978126509373865 ], [ -3.409846326304779, 54.978161465584918 ], [ -3.411354690583831, 54.978265293406757 ], [ -3.412808901080997, 54.977939248831269 ], [ -3.41380755638243, 54.978967451004287 ], [ -3.414125377144914, 54.979207306174835 ], [ -3.413364951618838, 54.979356346303376 ], [ -3.41417523869936, 54.979381076385565 ], [ -3.414473548903864, 54.97924369859593 ], [ -3.413928393699706, 54.979017573603372 ], [ -3.413795296090663, 54.978889374171537 ], [ -3.413710924590887, 54.978352058182551 ], [ -3.412792493926702, 54.97765005425002 ], [ -3.414622526463016, 54.977659333694724 ], [ -3.415467208795998, 54.977996406662193 ], [ -3.415552648556268, 54.978603840159352 ], [ -3.41580161822958, 54.978307961367982 ], [ -3.417387853304336, 54.978625600004001 ], [ -3.418854893675381, 54.97941733172361 ], [ -3.41905842350626, 54.980358604664382 ], [ -3.418578243412283, 54.980877372118911 ], [ -3.419143933376275, 54.981232053766504 ], [ -3.416598292255369, 54.980431326515145 ], [ -3.418998476340932, 54.98153841467839 ], [ -3.418138107023713, 54.981601475622156 ], [ -3.419187590579416, 54.981627876325462 ], [ -3.418978111515805, 54.981979919968353 ], [ -3.419318821137072, 54.981848326576021 ], [ -3.419686610153733, 54.98230686995948 ], [ -3.419171434972608, 54.98143574047117 ], [ -3.419598193764902, 54.981218663004377 ], [ -3.421701027169976, 54.982707527330355 ], [ -3.422860639494577, 54.982842251822937 ], [ -3.422743479756396, 54.98403621397086 ], [ -3.421860569647996, 54.984479719901834 ], [ -3.422904278033921, 54.984075673320881 ], [ -3.423278561355727, 54.984936753150286 ], [ -3.423357867910429, 54.984395698829736 ], [ -3.42478011219414, 54.985413461427278 ], [ -3.424838793639562, 54.985614085450059 ], [ -3.423725002304066, 54.985495918448365 ], [ -3.424871719250138, 54.985749405226713 ], [ -3.424331557357655, 54.986162849780072 ], [ -3.423928050236142, 54.986728371569853 ], [ -3.424361873982318, 54.98666577350977 ], [ -3.424339893515649, 54.986301130454137 ], [ -3.424425824766359, 54.986211985441365 ], [ -3.4247598738274, 54.986386105255278 ], [ -3.4251840924747, 54.985743947303909 ], [ -3.427128882710194, 54.986862504472015 ], [ -3.426319806767552, 54.986964564032348 ], [ -3.427476718934383, 54.987063328409249 ], [ -3.429650170603921, 54.98810366965369 ], [ -3.432836369920107, 54.99159541618387 ], [ -3.434040779228973, 54.992232786947362 ], [ -3.433294278203205, 54.992382684892711 ], [ -3.432045696981817, 54.991865355690386 ], [ -3.432059256425724, 54.992948144427743 ], [ -3.43231239290928, 54.992112057077605 ], [ -3.433437594994964, 54.992500524540034 ], [ -3.437012348201163, 54.992411605073038 ], [ -3.441164370768057, 54.991639009738442 ], [ -3.443159023459915, 54.991556939972611 ], [ -3.449884254028903, 54.992406219470105 ], [ -3.451908033305363, 54.991442019564637 ], [ -3.453813145146159, 54.989965138575734 ], [ -3.45504567941747, 54.990983022419719 ], [ -3.454022833932066, 54.989799065422993 ], [ -3.45635193343534, 54.989330825026414 ], [ -3.456393495140187, 54.989528943550077 ], [ -3.457009758650412, 54.98902367300586 ], [ -3.457576316117344, 54.989001605638002 ], [ -3.457157068555254, 54.98890507490016 ], [ -3.458463677338108, 54.987740852224604 ], [ -3.457875751897408, 54.985060738925931 ], [ -3.458676134252747, 54.985411526300595 ], [ -3.458644318960403, 54.985559461966517 ], [ -3.458736819319699, 54.985878131152603 ], [ -3.45881367051997, 54.985953344952314 ], [ -3.458933984830577, 54.986014168277904 ], [ -3.461044497472496, 54.985559242901608 ], [ -3.458868022081576, 54.985860001962983 ], [ -3.458728296346401, 54.985533441549372 ], [ -3.458720092640205, 54.985201597953512 ], [ -3.457531455212138, 54.984530129550109 ], [ -3.458126189517854, 54.984252485860296 ], [ -3.457277120575309, 54.984239297286869 ], [ -3.45699421490666, 54.983246010166852 ], [ -3.457184849700668, 54.982900415979088 ], [ -3.458746377375726, 54.98282417581288 ], [ -3.457204665752372, 54.982541590388912 ], [ -3.457583482371648, 54.981912441773446 ], [ -3.458820663894651, 54.981253225295859 ], [ -3.460439319216018, 54.981030685306848 ], [ -3.460989278517571, 54.981157089106468 ], [ -3.460886507884054, 54.981769451931633 ], [ -3.46124293458266, 54.981429048868655 ], [ -3.463021427614533, 54.983366869033652 ], [ -3.465381074233761, 54.984350413245643 ], [ -3.468630444845201, 54.985001429071851 ], [ -3.468965038610325, 54.985775677775315 ], [ -3.467047617174152, 54.986294916933772 ], [ -3.467768368273834, 54.987372769777387 ], [ -3.468070287341482, 54.987209153548349 ], [ -3.471023137819113, 54.987949963038311 ], [ -3.47214572899252, 54.987747647746644 ], [ -3.473304007907116, 54.986898710921793 ], [ -3.47408283105033, 54.987125635836684 ], [ -3.473848591150533, 54.987727920375384 ], [ -3.474440049884332, 54.988002049660238 ], [ -3.473878979596078, 54.987704185389418 ], [ -3.475215654023426, 54.986393822407067 ], [ -3.474682771135592, 54.985329911263413 ], [ -3.475213139643808, 54.982874468088092 ], [ -3.477125193758583, 54.981535530851744 ], [ -3.478400793527654, 54.981420270844133 ], [ -3.478993290553473, 54.982871688652892 ], [ -3.481826084917399, 54.983962399209304 ], [ -3.48235602586844, 54.983966724938831 ], [ -3.484365292998661, 54.98272624584213 ], [ -3.484877100399558, 54.982790097418622 ], [ -3.484486467866963, 54.98270679219624 ], [ -3.48479476372125, 54.982549346887069 ], [ -3.487108847558671, 54.98228740132177 ], [ -3.487836476173619, 54.982566990147937 ], [ -3.490443219122388, 54.985226738438477 ], [ -3.489494705089283, 54.986664630588812 ], [ -3.491104161362652, 54.988089151421804 ], [ -3.492342461026725, 54.98822764304952 ], [ -3.493824170747522, 54.987639661611354 ], [ -3.494610665649527, 54.987859171822002 ], [ -3.49437293296637, 54.990041492730469 ], [ -3.494917850106491, 54.990068048221282 ], [ -3.496373541497479, 54.98915014042678 ], [ -3.496426701316348, 54.989116618254286 ], [ -3.496472891670541, 54.989108543745424 ], [ -3.497283886675284, 54.988966765606463 ], [ -3.496937176019397, 54.989897615906351 ], [ -3.500300386804072, 54.990682995278078 ], [ -3.500212113360377, 54.991375201390163 ], [ -3.500799398425082, 54.991698684956646 ], [ -3.502695682191221, 54.991162098401091 ], [ -3.503427152438447, 54.990032351058773 ], [ -3.506578696995015, 54.989419963858452 ], [ -3.507319958353365, 54.990056061609678 ], [ -3.506508022276651, 54.990120045856493 ], [ -3.506038904642329, 54.990573420276334 ], [ -3.507606845782096, 54.992121365614487 ], [ -3.509094552497646, 54.991278784986662 ], [ -3.509033198581962, 54.991071844206616 ], [ -3.507969857606116, 54.990547694700346 ], [ -3.510011682383101, 54.989770127806572 ], [ -3.510348595986193, 54.990167673363629 ], [ -3.509677204202238, 54.991268857322204 ], [ -3.510822301848493, 54.991085676980433 ], [ -3.512108763428889, 54.991835400642493 ], [ -3.512072366086085, 54.992114457454647 ], [ -3.511194651016811, 54.992134354425907 ], [ -3.511357008190382, 54.993043642228997 ], [ -3.5129341068852, 54.992916186136078 ], [ -3.513184328399929, 54.992460522635312 ], [ -3.512853417702888, 54.992848886924811 ], [ -3.512768026597255, 54.992864328702467 ], [ -3.512177728452503, 54.992905994878569 ], [ -3.511501422077691, 54.992935470996272 ], [ -3.511494132968797, 54.992533260707809 ], [ -3.511368164643135, 54.992342499458296 ], [ -3.512043576714706, 54.992221763483897 ], [ -3.512124380985461, 54.992209075408297 ], [ -3.512192964626168, 54.99216238774401 ], [ -3.512243694295743, 54.992056606302775 ], [ -3.512226616199174, 54.991851909713851 ], [ -3.512149874121883, 54.991764789048403 ], [ -3.51135822895977, 54.991329761711924 ], [ -3.51113251214216, 54.991146530867766 ], [ -3.510649273712478, 54.991015029827253 ], [ -3.510545397835102, 54.991079230741057 ], [ -3.509902224201129, 54.991161579107626 ], [ -3.510376890187114, 54.990441336444455 ], [ -3.51046441239364, 54.990296549833324 ], [ -3.510498836540688, 54.990214338433312 ], [ -3.510201852254745, 54.989714741682945 ], [ -3.509378340845182, 54.989928076991731 ], [ -3.509180750738403, 54.990035679848006 ], [ -3.509105479655587, 54.990070765413137 ], [ -3.508928816323468, 54.990152943911106 ], [ -3.508506892874667, 54.990280404659927 ], [ -3.508317707371108, 54.990320497594361 ], [ -3.507842008981854, 54.990472888474351 ], [ -3.507798971747885, 54.990492295259763 ], [ -3.507708049978257, 54.990610256504667 ], [ -3.508934081883719, 54.991126195779913 ], [ -3.508787917553636, 54.991313146203161 ], [ -3.508614620596244, 54.991360232227507 ], [ -3.508530692186656, 54.991372956729194 ], [ -3.508354585354263, 54.991386824482788 ], [ -3.507538422360187, 54.991964038601282 ], [ -3.50736015124563, 54.991294902381114 ], [ -3.506265325156986, 54.990609261169809 ], [ -3.506525906143984, 54.990263619976524 ], [ -3.507532666138036, 54.990059716067293 ], [ -3.506583694859669, 54.989303067948818 ], [ -3.503369634253175, 54.98991532946993 ], [ -3.502314605291037, 54.991170401408588 ], [ -3.500613959671107, 54.991546393089592 ], [ -3.500719230889204, 54.990807243365573 ], [ -3.500670704552328, 54.990721564865773 ], [ -3.500318190081106, 54.990531790351568 ], [ -3.498254435397456, 54.990055746414633 ], [ -3.497255028098657, 54.989786755117322 ], [ -3.497744315927185, 54.98907523352171 ], [ -3.497235082514444, 54.98878941956967 ], [ -3.496248935110663, 54.988989171253031 ], [ -3.494532567123499, 54.989920899826366 ], [ -3.494793656956058, 54.987736493962267 ], [ -3.493865396943284, 54.98748727125286 ], [ -3.492514453747134, 54.988061066310443 ], [ -3.491362954627728, 54.988029358529658 ], [ -3.489794998585962, 54.986459638564817 ], [ -3.490678133367432, 54.98519779606648 ], [ -3.488231002679848, 54.982670907579397 ], [ -3.487171363433783, 54.982160815784141 ], [ -3.485172955424587, 54.982295782691921 ], [ -3.484636774572246, 54.982460505091268 ], [ -3.483547903990384, 54.982893496996496 ], [ -3.483318474243802, 54.982986167921631 ], [ -3.481900520712939, 54.983819494312691 ], [ -3.479179332443479, 54.982746301087559 ], [ -3.478940497383807, 54.981903510440013 ], [ -3.479248577820726, 54.981739790847747 ], [ -3.479890269352945, 54.981172080197553 ], [ -3.479281205976908, 54.980077659922998 ], [ -3.479812038699466, 54.981169437382853 ], [ -3.479552289727859, 54.981432366100471 ], [ -3.479106529141469, 54.981775650377962 ], [ -3.478915689514673, 54.981823826062204 ], [ -3.478187028848446, 54.98117392412248 ], [ -3.476693668878766, 54.981486848845506 ], [ -3.476464923599866, 54.981598371617075 ], [ -3.475154021203835, 54.982540861593826 ], [ -3.474763049469931, 54.983257389736814 ], [ -3.474772489972074, 54.983557447530174 ], [ -3.474799465004764, 54.983696421883998 ], [ -3.474331005013479, 54.984900095229605 ], [ -3.474423174557385, 54.985879480264813 ], [ -3.47448037220815, 54.985990227911259 ], [ -3.474608710127503, 54.986165719385326 ], [ -3.474783788091452, 54.986422427324356 ], [ -3.473061350948956, 54.98658889641554 ], [ -3.472091315085255, 54.987243226659629 ], [ -3.471217683096585, 54.987713942836159 ], [ -3.469533391769952, 54.987386503755687 ], [ -3.470017011577128, 54.986037074782168 ], [ -3.469420392125058, 54.984679132194231 ], [ -3.468342665728327, 54.984010921737706 ], [ -3.466438891717289, 54.983573750965242 ], [ -3.467004700312615, 54.983490535334006 ], [ -3.465056621291735, 54.983594905909364 ], [ -3.464778176546054, 54.983072510208018 ], [ -3.465579608326902, 54.982765378012374 ], [ -3.464547753228269, 54.982795784279922 ], [ -3.463019264660351, 54.981331298887753 ], [ -3.464796992455605, 54.981272150954808 ], [ -3.462905155112254, 54.981201458903904 ], [ -3.462651601695046, 54.98080368076949 ], [ -3.460327915283932, 54.980458641291428 ], [ -3.457399579247303, 54.981149837603731 ], [ -3.455657076812796, 54.982527772260589 ], [ -3.45519059971443, 54.984363142730651 ], [ -3.456284180158898, 54.986122320516181 ], [ -3.455429419439796, 54.985823395148721 ], [ -3.454925674163824, 54.986068481677243 ], [ -3.455426031905502, 54.985902522737995 ], [ -3.456064661231715, 54.986145619619762 ], [ -3.456577276327865, 54.987181093102222 ], [ -3.453628395286155, 54.988789130741736 ], [ -3.449275609375024, 54.99022150858606 ], [ -3.451052726908938, 54.988921445589604 ], [ -3.447738089603763, 54.990582231973278 ], [ -3.446746606874379, 54.990350479283798 ], [ -3.447796753199603, 54.989954230685008 ], [ -3.446536120980603, 54.990321528091201 ], [ -3.445870169988664, 54.989970860360494 ], [ -3.447414148781574, 54.98896480636558 ], [ -3.44603151777834, 54.988981254561487 ], [ -3.446542323008889, 54.989103695914281 ], [ -3.446170371920683, 54.989452327358514 ], [ -3.44556303129582, 54.9894271944192 ], [ -3.446185519923085, 54.989525841825568 ], [ -3.445451589309652, 54.990109744662995 ], [ -3.444524547680689, 54.989974269199116 ], [ -3.444479028793536, 54.989707891691943 ], [ -3.444314129831982, 54.989947110801019 ], [ -3.443191402872663, 54.989846302800999 ], [ -3.443464674339005, 54.989273274683306 ], [ -3.442394488486733, 54.989024446663755 ], [ -3.442660843447216, 54.98934752048666 ], [ -3.443351159558993, 54.989333038419851 ], [ -3.442919701047494, 54.989809983392298 ], [ -3.437532574479, 54.989955564630776 ], [ -3.437289855990567, 54.989024670157242 ], [ -3.437758228773535, 54.98817973513269 ], [ -3.438914178714987, 54.987507305893388 ], [ -3.43981534505579, 54.987620662227478 ], [ -3.440035683651594, 54.988405326794691 ], [ -3.441107607271646, 54.986130565114628 ], [ -3.442129406961662, 54.986122046791749 ], [ -3.442357901942931, 54.987133086885102 ], [ -3.443149895041689, 54.986904404363607 ], [ -3.44355039420921, 54.985565958166944 ], [ -3.442845507484936, 54.986392154028152 ], [ -3.44211980601523, 54.985767168373933 ], [ -3.440649490221727, 54.985906821014808 ], [ -3.444350444356711, 54.982342652809372 ], [ -3.446499619678344, 54.981790458909686 ], [ -3.449006685935042, 54.982585631454683 ], [ -3.449731423946732, 54.982315466876884 ], [ -3.449565312925702, 54.982042440007753 ], [ -3.448255079154362, 54.982153315793582 ], [ -3.447188856522335, 54.981793042688409 ], [ -3.447180990447631, 54.981487572897457 ], [ -3.447973149139163, 54.981354119855474 ], [ -3.448551154738503, 54.981652799213279 ], [ -3.448467548280073, 54.981066933519706 ], [ -3.446691578514037, 54.981175251085318 ], [ -3.44810384860443, 54.979819353656985 ], [ -3.449665906906501, 54.979674021953485 ], [ -3.448351097074486, 54.979482086432249 ], [ -3.448419099875645, 54.978593344587544 ], [ -3.451399807921973, 54.976886188679153 ], [ -3.451815859734887, 54.9764651156433 ], [ -3.45131063082049, 54.976363301015347 ], [ -3.451546324422349, 54.976183440260719 ], [ -3.455985821873543, 54.974730158194433 ], [ -3.457074676515392, 54.974855517243014 ], [ -3.456348993866792, 54.97453348310885 ], [ -3.462414263556896, 54.971911916343132 ], [ -3.462661857827814, 54.972233375710452 ], [ -3.462794019368795, 54.971829159465173 ], [ -3.465234017835313, 54.971176966243938 ], [ -3.465307771987379, 54.970542479882425 ], [ -3.466222210932955, 54.970728275305881 ], [ -3.466906454984184, 54.970513316112601 ], [ -3.468464888043537, 54.97139322366187 ], [ -3.468204914179348, 54.972103656057349 ], [ -3.469407877337215, 54.972488155386237 ], [ -3.468286762376386, 54.97207750350104 ], [ -3.468579159237294, 54.97144217179153 ], [ -3.467787766859278, 54.970518856712474 ], [ -3.468239982715145, 54.970324665266823 ], [ -3.467919197147199, 54.969539462232028 ], [ -3.468699410493016, 54.96942938301207 ], [ -3.470528792902505, 54.968318919199675 ], [ -3.47203614184897, 54.968400436058872 ], [ -3.47345795710333, 54.96763907154169 ], [ -3.474231378142871, 54.968283066126077 ], [ -3.473991996523808, 54.967846493789686 ], [ -3.474745215389642, 54.967938915068217 ], [ -3.474925740447494, 54.967451415478685 ], [ -3.476071039304721, 54.96677695519228 ], [ -3.477037488492533, 54.967359272801268 ], [ -3.476539207246495, 54.967998924301227 ], [ -3.478816108422163, 54.968276815975813 ], [ -3.479796677975356, 54.968901180170569 ], [ -3.479027269956393, 54.968284133274487 ], [ -3.476683545022047, 54.967930665846751 ], [ -3.477219856534769, 54.967433448443899 ], [ -3.477016033039293, 54.966859844032896 ], [ -3.479183695647714, 54.967184890406131 ], [ -3.480061674561459, 54.966719451589995 ], [ -3.484828046708827, 54.966264096757193 ], [ -3.486740800836361, 54.965608019382501 ], [ -3.490303522652664, 54.965598549765488 ], [ -3.490903497629118, 54.96631916004057 ], [ -3.490246035233845, 54.967252007744683 ], [ -3.490930318828131, 54.966494981030074 ], [ -3.491353818499384, 54.966878934238814 ], [ -3.49259489128065, 54.96736249573712 ], [ -3.492672023609058, 54.968178488939245 ], [ -3.49279602953184, 54.967478657783047 ], [ -3.493272065249527, 54.967420444022338 ], [ -3.493423216056604, 54.967471373976707 ], [ -3.493732944409281, 54.967889550525513 ], [ -3.493910979642225, 54.967635720216556 ], [ -3.49337607522897, 54.967407724811125 ], [ -3.491670729332441, 54.966880863765191 ], [ -3.49157106880849, 54.966828924282567 ], [ -3.49091456261272, 54.965858877629223 ], [ -3.497591866957806, 54.965717491811411 ], [ -3.500987310906853, 54.965243331052065 ], [ -3.502394702980047, 54.965786751567208 ], [ -3.501102364686196, 54.966736490996496 ], [ -3.50205814070161, 54.966060527986322 ], [ -3.503646244092411, 54.966547777848817 ], [ -3.502606943573728, 54.966701727447962 ], [ -3.501352193581254, 54.967361615121753 ], [ -3.501308528451698, 54.968242905102798 ], [ -3.502673573877054, 54.966854585992479 ], [ -3.503191197377188, 54.967036919450983 ], [ -3.502870306011442, 54.967479464677886 ], [ -3.503911237577233, 54.967285050132517 ], [ -3.504666362549259, 54.967761018725433 ], [ -3.503448544492523, 54.966984307367056 ], [ -3.504560390451075, 54.966305495640064 ], [ -3.506247583698397, 54.966016783473954 ], [ -3.508562668517083, 54.965893712299987 ], [ -3.509365483686473, 54.966224365229166 ], [ -3.509372916843434, 54.966714078935759 ], [ -3.508254508822569, 54.967215967397955 ], [ -3.507074179423199, 54.967149719312914 ], [ -3.507269522460574, 54.967360295757885 ], [ -3.508477740468117, 54.967378563460137 ], [ -3.509604103150392, 54.966838827679048 ], [ -3.510290902540754, 54.967532203222397 ], [ -3.510599200727964, 54.967172477227749 ], [ -3.511369098103192, 54.967207845029634 ], [ -3.510413526030469, 54.967053456026441 ], [ -3.509974679113982, 54.966640100709625 ], [ -3.509506571384334, 54.965279849205807 ], [ -3.509895981587046, 54.965042243229426 ], [ -3.512509413530727, 54.965419576659002 ], [ -3.514955585380684, 54.96633188393951 ], [ -3.52249628772753, 54.965435119657968 ], [ -3.524425496383525, 54.965972649754001 ], [ -3.52694619574268, 54.967276527657027 ], [ -3.526413543504838, 54.967895250754808 ], [ -3.524741227139441, 54.967915336718562 ], [ -3.523904144777925, 54.96804536289978 ], [ -3.523867222030847, 54.968555404696183 ], [ -3.524622336716819, 54.968002406441457 ], [ -3.52499200426371, 54.967980293422045 ], [ -3.525317071043276, 54.968064492249042 ], [ -3.525124693849942, 54.968223284456343 ], [ -3.526500115438641, 54.967994821426025 ], [ -3.525023251534233, 54.968679313592816 ], [ -3.525896801579046, 54.968563201744445 ], [ -3.525941480890108, 54.96887629726411 ], [ -3.527167321121607, 54.969233877845788 ], [ -3.526038115312803, 54.968829249196069 ], [ -3.526065750000075, 54.968363360880318 ], [ -3.527562390939925, 54.967583342064501 ], [ -3.527268082404925, 54.967484584492503 ], [ -3.529060902745862, 54.966936292769276 ], [ -3.530026441057852, 54.966898980840057 ], [ -3.533568493635848, 54.967696462241825 ], [ -3.534043861123209, 54.967954691588304 ], [ -3.53380407374543, 54.968139260399418 ], [ -3.53610525705144, 54.968510141952144 ], [ -3.536935851875551, 54.969028996791316 ], [ -3.540837713968585, 54.970238730160411 ], [ -3.540295823674457, 54.97060351148108 ], [ -3.53897813336184, 54.970184992448623 ], [ -3.54023764713907, 54.970642673720761 ], [ -3.540575436913931, 54.97069231780246 ], [ -3.540640114389445, 54.971524621317556 ], [ -3.540894816534716, 54.970383600807523 ], [ -3.542279298934763, 54.97112547354385 ], [ -3.54546725441938, 54.971717698601466 ], [ -3.545759741158991, 54.972255016427901 ], [ -3.547045803390215, 54.972911808707977 ], [ -3.546509878094465, 54.973561219321233 ], [ -3.547352346925563, 54.973204489089959 ], [ -3.547320030105865, 54.972648585813893 ], [ -3.548490939390387, 54.972910487948255 ], [ -3.550102766171804, 54.973423795538864 ], [ -3.550196956729265, 54.974043618055134 ], [ -3.550854594189427, 54.973877953491623 ], [ -3.550693049283177, 54.974307810096889 ], [ -3.551406388530845, 54.97412795116864 ], [ -3.5580252066231, 54.976922854535189 ], [ -3.56009866131426, 54.978372885238933 ], [ -3.561346630377316, 54.980009635297925 ], [ -3.56115326652269, 54.980181079690944 ], [ -3.559488793702978, 54.979408858137688 ], [ -3.557618413844625, 54.979209047940572 ], [ -3.556898886348019, 54.978625100099805 ], [ -3.557354470015516, 54.979293314641609 ], [ -3.558994868009817, 54.979687507695864 ], [ -3.559341279200777, 54.980682455573941 ], [ -3.55844271188673, 54.980439634409528 ], [ -3.556602307127096, 54.980167525634457 ], [ -3.558583178325434, 54.980539938928786 ], [ -3.559611117454089, 54.981273955308133 ], [ -3.559539439694488, 54.980231447016344 ], [ -3.559225124824856, 54.980070894054158 ], [ -3.559346544767281, 54.979810618163512 ], [ -3.560369872093082, 54.98000689508892 ], [ -3.560326611220459, 54.980583537425666 ], [ -3.561271089291587, 54.981082792637409 ], [ -3.561769446137644, 54.982004782984234 ], [ -3.563349173360812, 54.98682415411335 ], [ -3.573381725494888, 54.99709489207126 ], [ -3.574367469847632, 55.002425093616246 ], [ -3.574739567765837, 55.002544301492691 ], [ -3.574712079770678, 55.002840339877032 ], [ -3.573617104947007, 55.002827549406312 ], [ -3.572771904842209, 55.003204264850801 ], [ -3.573267701025605, 55.003168194708799 ], [ -3.573379159600385, 55.003978306766257 ], [ -3.573890523814022, 55.003461211819385 ], [ -3.573530637885923, 55.005011684833349 ], [ -3.574149873609326, 55.008006330638345 ], [ -3.573407802507205, 55.007904489198467 ], [ -3.574206081948971, 55.008163779729486 ], [ -3.574478020043586, 55.008997876583408 ], [ -3.573494045111222, 55.009028583596063 ], [ -3.574556211429379, 55.009077750172338 ], [ -3.577646314684609, 55.015013367975214 ], [ -3.583222153053925, 55.020096044301738 ], [ -3.584765753663553, 55.020961195360059 ], [ -3.586603848819811, 55.024804472793335 ], [ -3.589346887385731, 55.027034368451254 ], [ -3.59305597617857, 55.028485840612667 ], [ -3.593572998178066, 55.029016510646834 ], [ -3.593931664267436, 55.028750281988195 ], [ -3.591637924784853, 55.027602973138769 ], [ -3.592618998397523, 55.026896315175883 ], [ -3.591081308576408, 55.027414330272286 ], [ -3.589498910074406, 55.026685472741974 ], [ -3.587068742537763, 55.024494638597091 ], [ -3.586225005695131, 55.022223766899167 ], [ -3.590552956409439, 55.025964397116162 ], [ -3.59102171974071, 55.025871091156873 ], [ -3.589801030733074, 55.02495146998163 ], [ -3.590151591834771, 55.024875888949822 ], [ -3.598372306094889, 55.028683039039443 ], [ -3.601041990578002, 55.030266553041557 ], [ -3.603918167867217, 55.033214257901882 ], [ -3.60679048575925, 55.04242610064157 ], [ -3.60634484815887, 55.046189574122842 ], [ -3.605414118463882, 55.046908257235451 ], [ -3.606326129107667, 55.046464832501101 ], [ -3.610905198470067, 55.050771235016029 ], [ -3.611629329011179, 55.052235564964867 ], [ -3.611309035296101, 55.053147522772441 ], [ -3.609614663280138, 55.054734630601565 ], [ -3.607826152353672, 55.055656100522654 ], [ -3.604113240525399, 55.056886919316611 ], [ -3.603227175880243, 55.057594209195457 ], [ -3.603080454650311, 55.058584742108103 ], [ -3.607797799508083, 55.063501472935322 ], [ -3.610428706432691, 55.065689247913525 ], [ -3.613284224067915, 55.067419234400042 ], [ -3.61519563660028, 55.068100287756408 ], [ -3.614801628682728, 55.067066585364614 ], [ -3.612488703430709, 55.066174252017881 ], [ -3.610645735456865, 55.065010533177876 ], [ -3.609559764955776, 55.064016525088135 ], [ -3.608871659387216, 55.063492676401239 ], [ -3.608693981235843, 55.063315422064186 ], [ -3.608619234158917, 55.063250659873177 ], [ -3.604237643100816, 55.058627014261752 ], [ -3.604148335019123, 55.057920892575545 ], [ -3.605005791975552, 55.057203188472556 ], [ -3.609186182260343, 55.055761252580751 ], [ -3.609551872648927, 55.055549709470988 ], [ -3.610973632022912, 55.054463208981723 ], [ -3.610991808735161, 55.054409044630169 ], [ -3.612410419508023, 55.052778836822085 ], [ -3.612201545995414, 55.051204332998466 ], [ -3.613273318927143, 55.051771977476555 ], [ -3.613416917569189, 55.051919793346215 ], [ -3.612690054701098, 55.052063337760508 ], [ -3.613461502888466, 55.0521331000282 ], [ -3.614105313380586, 55.052999027624054 ], [ -3.613595837450771, 55.051892256879192 ], [ -3.612144463273693, 55.051069380930379 ], [ -3.611255878632669, 55.050031431737999 ], [ -3.611814549368933, 55.050416779067859 ], [ -3.611394933265792, 55.049946907513984 ], [ -3.611917813749511, 55.050181741601762 ], [ -3.610018439949109, 55.049036737185482 ], [ -3.607702882676277, 55.04687804276039 ], [ -3.607876331838248, 55.041910266771907 ], [ -3.606735423198436, 55.038666538923678 ], [ -3.606104121549658, 55.034740228672732 ], [ -3.60732042058708, 55.034126511541174 ], [ -3.610013996607727, 55.033868913710911 ], [ -3.611338486345131, 55.034853467379051 ], [ -3.611381255512228, 55.034966316489729 ], [ -3.609971745622855, 55.035273291969375 ], [ -3.608892808484453, 55.035761194423642 ], [ -3.60891655461463, 55.036041284685027 ], [ -3.611526964923921, 55.036398587759763 ], [ -3.61173705421771, 55.036174717135488 ], [ -3.611197956252681, 55.035907408176143 ], [ -3.611157837299819, 55.035838842189939 ], [ -3.6124619159715, 55.035672089988765 ], [ -3.61303532091814, 55.035567711890138 ], [ -3.61401130451144, 55.036538216756753 ], [ -3.612865560117226, 55.036336814369015 ], [ -3.612434471909143, 55.037475982278899 ], [ -3.61218277177294, 55.037596176730162 ], [ -3.611997650554883, 55.037753931913812 ], [ -3.6119870353778, 55.037957185911459 ], [ -3.612293359533483, 55.038037833007103 ], [ -3.612615597469186, 55.03804823117153 ], [ -3.613319307480702, 55.038048276082009 ], [ -3.614540662699978, 55.037249281142593 ], [ -3.615022536197592, 55.038102074468483 ], [ -3.615671115556488, 55.037964047154475 ], [ -3.615835325066947, 55.037417234924241 ], [ -3.616320648175761, 55.037467517297216 ], [ -3.616479351460793, 55.037502125043716 ], [ -3.616404825461532, 55.038230213837736 ], [ -3.616642244334828, 55.037519757385425 ], [ -3.616480992068308, 55.037486093228992 ], [ -3.616462323937605, 55.037482195369421 ], [ -3.615796350257845, 55.037343157680233 ], [ -3.615649489957548, 55.037893334439026 ], [ -3.615087369850731, 55.03804099890359 ], [ -3.614548611861348, 55.037174580894934 ], [ -3.613249993849948, 55.037997967324401 ], [ -3.612599281965466, 55.037999048597918 ], [ -3.612215547095571, 55.03797281079769 ], [ -3.612062123527572, 55.037818695995362 ], [ -3.612125749314715, 55.03770134776758 ], [ -3.612628850034634, 55.037494822276912 ], [ -3.612943268014979, 55.036401391779229 ], [ -3.613721832704583, 55.036733485990702 ], [ -3.614166839787243, 55.036514584024623 ], [ -3.613329796290588, 55.035545168146058 ], [ -3.613098761087014, 55.035510574299209 ], [ -3.612981147719377, 55.035513841024752 ], [ -3.612410668061006, 55.035615531545929 ], [ -3.611086480809928, 55.035716890800153 ], [ -3.611085633139056, 55.035851711807005 ], [ -3.611446023065765, 55.036331356092809 ], [ -3.608996442641682, 55.036004279081858 ], [ -3.610160215570104, 55.035290570229634 ], [ -3.611444906440339, 55.035134259922152 ], [ -3.61146559286419, 55.034947948427963 ], [ -3.61111412636411, 55.034261477648265 ], [ -3.609837317958348, 55.033755314941992 ], [ -3.605895353658616, 55.034059049619657 ], [ -3.604678028851016, 55.032025103626268 ], [ -3.601373010835343, 55.02903363115842 ], [ -3.603514889146549, 55.028485056050421 ], [ -3.60403609900601, 55.028647147322893 ], [ -3.605013288699005, 55.028043793620022 ], [ -3.604366732223645, 55.027328841842177 ], [ -3.603312213866388, 55.027249274581457 ], [ -3.603402045272664, 55.026364637244967 ], [ -3.602180908602098, 55.026460711302768 ], [ -3.601758621284887, 55.026149917955109 ], [ -3.601999417017104, 55.025715356277026 ], [ -3.603620901251489, 55.025655349366495 ], [ -3.603932953630246, 55.026221930827674 ], [ -3.603800880388641, 55.025617926432368 ], [ -3.601741157349488, 55.025672921267706 ], [ -3.601628077761326, 55.026210952823931 ], [ -3.602208126861343, 55.026554719712081 ], [ -3.603256943250433, 55.026452827693284 ], [ -3.603225323068358, 55.027345685163333 ], [ -3.604335218525358, 55.027440700164824 ], [ -3.604792823202517, 55.028086245946049 ], [ -3.603958928310571, 55.028516949841368 ], [ -3.603460078803625, 55.028366247078736 ], [ -3.601252959040913, 55.028926464682833 ], [ -3.598638467204213, 55.026605270739019 ], [ -3.595536833289806, 55.02567805208885 ], [ -3.595224001924698, 55.025246269723773 ], [ -3.595332193767125, 55.025567495504973 ], [ -3.59495439394523, 55.025508638939584 ], [ -3.592861278123396, 55.024445900241453 ], [ -3.594496181105594, 55.024291472253005 ], [ -3.592838815469344, 55.024076816001028 ], [ -3.593369753528777, 55.023816421550421 ], [ -3.593245367526208, 55.023401938136288 ], [ -3.594784027531703, 55.023661283886533 ], [ -3.594804256167954, 55.023264678292605 ], [ -3.595593942011477, 55.023060198108453 ], [ -3.594763069520502, 55.023251737216867 ], [ -3.594772791243935, 55.023614697157917 ], [ -3.593211847115187, 55.023306212899271 ], [ -3.593157712913104, 55.023794932663868 ], [ -3.592428349894725, 55.023746063953467 ], [ -3.59235827377511, 55.024109169629384 ], [ -3.591226391972853, 55.023456222001499 ], [ -3.589647384513006, 55.021505049090599 ], [ -3.590142583652109, 55.021453330977764 ], [ -3.590297355884983, 55.021569527858532 ], [ -3.59053245236607, 55.021694796840201 ], [ -3.591296613526682, 55.021438551752063 ], [ -3.591612602769494, 55.020886192296302 ], [ -3.592700116896828, 55.020934870952068 ], [ -3.592645570908943, 55.020900534522902 ], [ -3.592173639439054, 55.020636193707055 ], [ -3.592469683317195, 55.019778524237452 ], [ -3.59210083527513, 55.020654222393112 ], [ -3.59255656050147, 55.020897291469701 ], [ -3.591556850327488, 55.020860858479097 ], [ -3.591206680710064, 55.021458601392489 ], [ -3.590502282180958, 55.021643963621187 ], [ -3.590429696104403, 55.021617598327936 ], [ -3.590163250717449, 55.021417421679487 ], [ -3.589969302384472, 55.021450366921535 ], [ -3.589759523164345, 55.021374166567796 ], [ -3.590058243176439, 55.021214782286997 ], [ -3.590703133777178, 55.020632961627257 ], [ -3.58997954682736, 55.02120134125051 ], [ -3.589398360306123, 55.021102076464246 ], [ -3.58862797403888, 55.020410230148627 ], [ -3.589013067486968, 55.020022341599201 ], [ -3.588527595809766, 55.020363908151218 ], [ -3.587487300019971, 55.019886780469072 ], [ -3.587455972520173, 55.019489950353226 ], [ -3.587702496549233, 55.019157797848479 ], [ -3.589506136300462, 55.019754369705851 ], [ -3.590682959460196, 55.019412748731256 ], [ -3.58951832255025, 55.019706577749268 ], [ -3.587734624187351, 55.019111057971713 ], [ -3.587769884918251, 55.018960699380855 ], [ -3.588407968001645, 55.018683944957999 ], [ -3.588190175665819, 55.017764690560121 ], [ -3.589465846657245, 55.017770909727005 ], [ -3.590834288584165, 55.017722019863648 ], [ -3.591031110761786, 55.017895631381386 ], [ -3.591203846235443, 55.017162703511303 ], [ -3.590983526076377, 55.017721001096035 ], [ -3.59080420603756, 55.017695485457573 ], [ -3.589444044329305, 55.017731502126082 ], [ -3.588107888954759, 55.017740600329525 ], [ -3.588324648777474, 55.018673349307633 ], [ -3.587864595464743, 55.018826746768376 ], [ -3.587817348603122, 55.018383390445116 ], [ -3.587573043327835, 55.019046072841903 ], [ -3.587552997126545, 55.019100447910958 ], [ -3.587300300029544, 55.019785866476759 ], [ -3.586316388387385, 55.01927024656959 ], [ -3.584854052756297, 55.017173694562118 ], [ -3.585855563511943, 55.016512658131141 ], [ -3.584657164691527, 55.017019880312645 ], [ -3.583139145647603, 55.015728397242029 ], [ -3.583640568180849, 55.01476022899525 ], [ -3.586086341557985, 55.016217561947599 ], [ -3.587202898677143, 55.016094252609726 ], [ -3.58610051979081, 55.016180529125862 ], [ -3.585368123871808, 55.015553434943143 ], [ -3.585690587208773, 55.015305117004175 ], [ -3.585336464625025, 55.015526326596557 ], [ -3.585265577518879, 55.015632401881113 ], [ -3.58409578582568, 55.015000554239371 ], [ -3.583807268542524, 55.014704134899155 ], [ -3.585117860619656, 55.014346445446165 ], [ -3.583344562418977, 55.014710158262886 ], [ -3.5826454284479, 55.01562248013979 ], [ -3.581664740726411, 55.014866820409331 ], [ -3.581087048447149, 55.01421645957101 ], [ -3.581788220672511, 55.013911661872271 ], [ -3.582042286344358, 55.01317499379725 ], [ -3.581606955867144, 55.013160882562403 ], [ -3.581580220409517, 55.013872126014306 ], [ -3.580773921462822, 55.01400932734748 ], [ -3.579788804562463, 55.011150681120974 ], [ -3.580381834568977, 55.011357774540123 ], [ -3.580592029735657, 55.011016222032623 ], [ -3.581318389115122, 55.011193717729796 ], [ -3.58077017886033, 55.010853932998465 ], [ -3.579774066176237, 55.010815646012759 ], [ -3.580132469406143, 55.010464979552999 ], [ -3.579514874795898, 55.010706670548693 ], [ -3.578766553466085, 55.010487208886943 ], [ -3.578477775696948, 55.010102704964332 ], [ -3.579064784557145, 55.00999802330027 ], [ -3.578321247181328, 55.010019356661296 ], [ -3.577987503511801, 55.009246284705533 ], [ -3.579547359198925, 55.008788357327347 ], [ -3.57790374484442, 55.009104473085635 ], [ -3.577921898220379, 55.00988523443727 ], [ -3.57704306667349, 55.008292397581563 ], [ -3.577504014998026, 55.007964674919116 ], [ -3.577016249331917, 55.008166922985296 ], [ -3.576850824314856, 55.007697234018025 ], [ -3.577783162606385, 55.007626726527405 ], [ -3.578244504925239, 55.006831655745721 ], [ -3.579426037428981, 55.006577256949399 ], [ -3.583535971910074, 55.006909376238468 ], [ -3.584644504715053, 55.007421596438014 ], [ -3.585275967094713, 55.00729563441844 ], [ -3.585461834611218, 55.007012807505454 ], [ -3.584681881108536, 55.007338426175714 ], [ -3.584138296970946, 55.006837723321034 ], [ -3.586554923046646, 55.004796660584255 ], [ -3.587560245756192, 55.00340938084382 ], [ -3.588663301297576, 55.003349142997905 ], [ -3.587763874355607, 55.00310205240514 ], [ -3.588500789609813, 55.002046305148653 ], [ -3.589083356784369, 55.001951518123832 ], [ -3.588568876094298, 55.001791074415522 ], [ -3.589246121144375, 55.001283430104564 ], [ -3.588847107267167, 55.001354250719857 ], [ -3.589365191431471, 54.999985001834297 ], [ -3.589876416660998, 54.999984611325161 ], [ -3.589350698836568, 54.999658052202591 ], [ -3.58919226538935, 54.998181705585225 ], [ -3.589845547660031, 54.999639002389529 ], [ -3.589443906491827, 54.998140670400986 ], [ -3.590982742220882, 54.998350625959816 ], [ -3.58931993186141, 54.998049720946369 ], [ -3.588419343443686, 54.995475828974854 ], [ -3.585042015315499, 54.992286248464147 ], [ -3.579895360032732, 54.985741234969183 ], [ -3.578297475686528, 54.984291655809862 ], [ -3.576117247017931, 54.980660289387352 ], [ -3.576218038277056, 54.979204830705186 ], [ -3.576577675130017, 54.978891902230046 ], [ -3.578887104346556, 54.978411669828603 ], [ -3.582005052377712, 54.976360671308782 ], [ -3.584683913334591, 54.975704760021515 ], [ -3.585607067046202, 54.975816750379558 ], [ -3.586579529635628, 54.976861877432853 ], [ -3.587459932040852, 54.977235944047216 ], [ -3.589476133814335, 54.977486414902089 ], [ -3.590692492985918, 54.97659513830218 ], [ -3.594188209478016, 54.978141917596318 ], [ -3.593936524683266, 54.97790255814482 ], [ -3.594557590751993, 54.977763199308193 ], [ -3.594688329417003, 54.97731660968406 ], [ -3.592741261092922, 54.976800192038006 ], [ -3.593611775122326, 54.976094960416688 ], [ -3.594960134759989, 54.976999385167545 ], [ -3.595875408534835, 54.97675370369258 ], [ -3.59487431733295, 54.975465466998543 ], [ -3.594902074338333, 54.973367448696784 ], [ -3.596977985282121, 54.973354579456874 ], [ -3.597273972426445, 54.972781789932213 ], [ -3.597992849933205, 54.973415840416344 ], [ -3.598938080990436, 54.973611920743437 ], [ -3.599032934047087, 54.973403963418022 ], [ -3.598095353764688, 54.973282378586262 ], [ -3.597167756494332, 54.972625007318037 ], [ -3.596792271292758, 54.973202435650485 ], [ -3.595294580064962, 54.972982133044454 ], [ -3.594531812346262, 54.973170987836617 ], [ -3.594220777495561, 54.972891964125438 ], [ -3.594742741642101, 54.972974093951223 ], [ -3.59503889191835, 54.972601726498453 ], [ -3.594479074550281, 54.972313384636657 ], [ -3.594536441541797, 54.971868655643618 ], [ -3.594326786322649, 54.972294710744031 ], [ -3.594816296929893, 54.972583076808604 ], [ -3.593936007761097, 54.972920862424061 ], [ -3.59481085905569, 54.974140661106183 ], [ -3.594316032046006, 54.975256193073648 ], [ -3.595384633011995, 54.976710713663252 ], [ -3.593554956838481, 54.97580451416443 ], [ -3.592322385187048, 54.977073502015379 ], [ -3.590604561920955, 54.976110071934976 ], [ -3.589382181109241, 54.977125452182861 ], [ -3.587314498685651, 54.976837006292413 ], [ -3.585876944292521, 54.975131988456681 ], [ -3.583962280318339, 54.97463927470919 ], [ -3.584577209525217, 54.970893416729041 ], [ -3.582617949170539, 54.966480973903302 ], [ -3.577864516903165, 54.962101203375781 ], [ -3.577760109061599, 54.960274527107245 ], [ -3.580115960317703, 54.956428785531067 ], [ -3.580405836591991, 54.954145816624361 ], [ -3.583863775559371, 54.949909986911578 ], [ -3.584106306488665, 54.948295385903087 ], [ -3.585911596153703, 54.946082512603589 ], [ -3.586128983263435, 54.944862781158797 ], [ -3.587042615364161, 54.944315204997658 ], [ -3.58669708876005, 54.943787661800108 ], [ -3.587423539562706, 54.943324311467705 ], [ -3.588352275942027, 54.943279822783168 ], [ -3.58692117905987, 54.943016312536137 ], [ -3.587971383814544, 54.942093069183095 ], [ -3.5878027726282, 54.93999401471789 ], [ -3.588459269765659, 54.939896460438099 ], [ -3.587905123483841, 54.93981832160253 ], [ -3.588333070623067, 54.939744425014894 ], [ -3.587862292074831, 54.939721817129112 ], [ -3.587891240964022, 54.938872128024201 ], [ -3.588111347909384, 54.93808015663668 ], [ -3.588824585906453, 54.937918047971159 ], [ -3.588083030646274, 54.937797422985625 ], [ -3.588265373046383, 54.936839677337673 ], [ -3.588877131845471, 54.936994352894388 ], [ -3.588863737064327, 54.934675772932799 ], [ -3.588094075524528, 54.932850601373616 ], [ -3.58852109509532, 54.932834235204176 ], [ -3.589189439626385, 54.930863541046449 ], [ -3.588985798149174, 54.929776028739241 ], [ -3.587040115424729, 54.928005767146985 ], [ -3.587445130667739, 54.927154759357641 ], [ -3.588845696689666, 54.926856046164616 ], [ -3.588929905748803, 54.926419054419199 ], [ -3.589718337023928, 54.926150802526202 ], [ -3.589038768214328, 54.925459570084833 ], [ -3.588992901929208, 54.924375386123955 ], [ -3.586952890149217, 54.923690241911977 ], [ -3.588624845424651, 54.924499731683262 ], [ -3.588783497086793, 54.925634568170913 ], [ -3.587521866081753, 54.925378738639502 ], [ -3.587496041729945, 54.926109754471902 ], [ -3.586811531307168, 54.926005453808003 ], [ -3.58614024390724, 54.926593907708465 ], [ -3.585635097750165, 54.926526803629812 ], [ -3.585649430919374, 54.927327396633125 ], [ -3.586927003015369, 54.927471593520835 ], [ -3.585367138060475, 54.927926946567354 ], [ -3.581116027456328, 54.925541351533518 ], [ -3.577515394660292, 54.925050702811831 ], [ -3.57257952820523, 54.923691975684463 ], [ -3.571677763889114, 54.922616166020489 ], [ -3.571656957027562, 54.91936119236258 ], [ -3.57090826110939, 54.918406524603284 ], [ -3.570257849322628, 54.915407741045676 ], [ -3.569693676858015, 54.914741873404346 ], [ -3.567178385619408, 54.91352778965846 ], [ -3.565699131869153, 54.909984248188209 ], [ -3.563732072964983, 54.908496101535093 ], [ -3.562967597332791, 54.907204560499721 ], [ -3.563569993414566, 54.905723769501193 ], [ -3.566405746027326, 54.903356795854876 ], [ -3.57073753447579, 54.901128596178445 ], [ -3.570761350420609, 54.899056682036047 ], [ -3.572230610184473, 54.897541263160683 ], [ -3.573253244262458, 54.895092422046901 ], [ -3.574138027183623, 54.894628889515367 ], [ -3.574401023975008, 54.89361618917134 ], [ -3.57550960791446, 54.893174909951938 ], [ -3.575727641671369, 54.892649011220747 ], [ -3.577909239739587, 54.891577244130509 ], [ -3.59079324432785, 54.886834545865668 ], [ -3.594933813838985, 54.883948278911419 ], [ -3.596100169435887, 54.880328066421171 ], [ -3.593638910233553, 54.875946624444886 ], [ -3.594923372526394, 54.872754471346987 ], [ -3.598266060675166, 54.871841426431594 ], [ -3.606384654912232, 54.87181608111112 ], [ -3.607380810618724, 54.871549449990489 ], [ -3.60789364734067, 54.871943504443635 ], [ -3.607345796045169, 54.872353399387343 ], [ -3.60773675425807, 54.872660989906151 ], [ -3.607542842981702, 54.873779809231088 ], [ -3.610493040239403, 54.874909996000852 ], [ -3.617893510724409, 54.875773288369366 ], [ -3.625848030301182, 54.876182033176505 ], [ -3.628518602849469, 54.876583942064002 ], [ -3.630904936280754, 54.877472242631264 ], [ -3.63427858613671, 54.878027256117342 ], [ -3.634090870066448, 54.878203242358445 ], [ -3.641289807342115, 54.878797301389341 ], [ -3.643591090506602, 54.87865832515898 ], [ -3.646906464201096, 54.879382744919297 ], [ -3.671918464181503, 54.879758170799654 ], [ -3.678242925999028, 54.8796565516123 ], [ -3.680460625947456, 54.87930861917836 ], [ -3.684853957760795, 54.879624325811484 ], [ -3.68840718541387, 54.879493187168897 ], [ -3.689425493729094, 54.880173770142747 ], [ -3.688402377095507, 54.881204502579571 ], [ -3.689693296843322, 54.882736018390311 ], [ -3.688764369190289, 54.882703102697754 ], [ -3.688388792194863, 54.881960552675658 ], [ -3.688283587715078, 54.882799664005937 ], [ -3.686493282993733, 54.881962624754344 ], [ -3.688696875688829, 54.883362835760231 ], [ -3.690862169196235, 54.883286870095844 ], [ -3.690643913011452, 54.883696150485619 ], [ -3.689440284672397, 54.883767725365452 ], [ -3.689856489381912, 54.88432546010921 ], [ -3.688222100583435, 54.884385939420866 ], [ -3.684949596218599, 54.8819157468361 ], [ -3.688198506268464, 54.884455472270872 ], [ -3.692224614838365, 54.884326638056734 ], [ -3.692307142607108, 54.8849564211081 ], [ -3.692614629839554, 54.884407484287102 ], [ -3.693771917712331, 54.884754450215084 ], [ -3.694724541034927, 54.885833160107062 ], [ -3.694325058634579, 54.886752778208944 ], [ -3.693644236394855, 54.886169988456317 ], [ -3.694213313011557, 54.886913418551899 ], [ -3.692728903915731, 54.887801425299536 ], [ -3.691890643293342, 54.887591111121921 ], [ -3.691097608422016, 54.886376241493252 ], [ -3.691416122312531, 54.886164191235736 ], [ -3.690208723878666, 54.885998551878686 ], [ -3.689547377483063, 54.886214470121516 ], [ -3.688875797166438, 54.887340975140049 ], [ -3.687380128834074, 54.887067869192336 ], [ -3.684685110898925, 54.887755089634446 ], [ -3.68523629279334, 54.888782818071199 ], [ -3.687345842194381, 54.888447948035243 ], [ -3.688538686217092, 54.888823230566672 ], [ -3.686296390340435, 54.890571022944201 ], [ -3.685833889170573, 54.890696979112953 ], [ -3.685295259743561, 54.890194855693046 ], [ -3.686023980187584, 54.890880384379159 ], [ -3.688909888472706, 54.888900755393784 ], [ -3.687382918495476, 54.888253299943479 ], [ -3.685445572693608, 54.888604655066288 ], [ -3.685277179302445, 54.887969768594445 ], [ -3.687397384239173, 54.887368715354491 ], [ -3.689112894535985, 54.887530013311725 ], [ -3.690054212368249, 54.88632964997592 ], [ -3.690676766629554, 54.886453103246076 ], [ -3.691257235829529, 54.887469612615803 ], [ -3.690888834452853, 54.887533162026031 ], [ -3.691766530715973, 54.888052108733291 ], [ -3.691149745364092, 54.888253034491591 ], [ -3.69342651941327, 54.888115255336992 ], [ -3.697760192812681, 54.885838395273041 ], [ -3.706359122254038, 54.883498824258538 ], [ -3.707957489894113, 54.882809469593099 ], [ -3.710766548232393, 54.882365484238903 ], [ -3.71096569795843, 54.881841392951749 ], [ -3.712855675458236, 54.881488497030297 ], [ -3.71652994797233, 54.879802653832435 ], [ -3.718004535534212, 54.8805709208388 ], [ -3.72032566260903, 54.88071781480464 ], [ -3.721169713833602, 54.88051531538207 ], [ -3.722873906898933, 54.881035803967755 ], [ -3.726644433765137, 54.88044478636867 ], [ -3.727479069586291, 54.880569529387095 ], [ -3.727193491026024, 54.88019790519764 ], [ -3.729836300045651, 54.878102100160376 ], [ -3.729539246181612, 54.877171608670551 ], [ -3.728235353672279, 54.876788422042985 ], [ -3.728900354616062, 54.876484158521542 ], [ -3.729930439692887, 54.876624975504804 ], [ -3.72610559126128, 54.876008921730588 ], [ -3.727866092275448, 54.875262169751622 ], [ -3.727900350189183, 54.874933630509382 ], [ -3.728073034794311, 54.875181031712359 ], [ -3.728292421415031, 54.874917265474551 ], [ -3.728430877878223, 54.8751660521255 ], [ -3.729085102373145, 54.875156737975935 ], [ -3.72914336507243, 54.87411513010079 ], [ -3.730972175740099, 54.873947067445123 ], [ -3.731348030364604, 54.873698141512257 ], [ -3.730923279853662, 54.873679031455467 ], [ -3.732336182578832, 54.873080971273936 ], [ -3.73231549176695, 54.872852978135342 ], [ -3.731996478383768, 54.873155022797512 ], [ -3.732141251223357, 54.872824006787873 ], [ -3.733003321258618, 54.872574430002636 ], [ -3.73403299910722, 54.871691514641817 ], [ -3.736006362889198, 54.871009908424199 ], [ -3.73677455140762, 54.870245750297919 ], [ -3.737986046892275, 54.8698248655352 ], [ -3.737667326790646, 54.869661356470424 ], [ -3.739329955675661, 54.869620473927988 ], [ -3.739389210292726, 54.869223265507458 ], [ -3.739968587192728, 54.869179013215337 ], [ -3.74111715405169, 54.868022901739785 ], [ -3.74026388043628, 54.867496768549195 ], [ -3.741517994564839, 54.867127365600766 ], [ -3.74131098278777, 54.866627020581873 ], [ -3.741858146316718, 54.86558378271166 ], [ -3.741380274593048, 54.864981267857409 ], [ -3.742238808716688, 54.864185218670421 ], [ -3.743132157118462, 54.863980057798457 ], [ -3.742508728004507, 54.863940473119143 ], [ -3.743625670597535, 54.863825571966132 ], [ -3.743325106574162, 54.863721136248969 ], [ -3.743941346742222, 54.863666448494243 ], [ -3.744049042634442, 54.863345835970662 ], [ -3.745331658775172, 54.863748031644569 ], [ -3.745887790416754, 54.8633481691556 ], [ -3.746511233277719, 54.86356839032333 ], [ -3.747704234429903, 54.863303160392185 ], [ -3.74739596167631, 54.863597003729325 ], [ -3.748015369136384, 54.863795704689899 ], [ -3.749645654894118, 54.862690093858205 ], [ -3.750500466544638, 54.862927631973861 ], [ -3.750508294200498, 54.862497004804261 ], [ -3.751287038061114, 54.862705075716121 ], [ -3.753098976782274, 54.862126176989229 ], [ -3.753720881775855, 54.861808015582383 ], [ -3.753437971343296, 54.860961857999563 ], [ -3.755450950548539, 54.860494164282805 ], [ -3.755760767459256, 54.86013017270281 ], [ -3.756184520589609, 54.860380195453075 ], [ -3.756659707501592, 54.860128852879228 ], [ -3.757049255807744, 54.859663939741807 ], [ -3.756525242894913, 54.859222133239271 ], [ -3.756748099537144, 54.858721883941719 ], [ -3.758396945222322, 54.858911922443468 ], [ -3.758039396895598, 54.858607920703918 ], [ -3.758777325662062, 54.85870238951388 ], [ -3.759583525527778, 54.8580390921854 ], [ -3.760507665277061, 54.857973564929445 ], [ -3.760635464755424, 54.857366832896133 ], [ -3.761814390655726, 54.857178062448533 ], [ -3.76151191294815, 54.856886753247807 ], [ -3.762199564562729, 54.856972044044895 ], [ -3.763249024098382, 54.856315975514576 ], [ -3.764183828323499, 54.856388677196222 ], [ -3.765106376161544, 54.857571543701759 ], [ -3.765238567208658, 54.85692429729896 ], [ -3.76564270599428, 54.857437915211086 ], [ -3.76590139503865, 54.857118680585018 ], [ -3.766284589424355, 54.857188603494549 ], [ -3.766023318443232, 54.85684277892279 ], [ -3.766855248274275, 54.857270177458808 ], [ -3.766672382928048, 54.856971747249723 ], [ -3.767562143963462, 54.856690958908651 ], [ -3.768368689083189, 54.856894021542523 ], [ -3.768807540100422, 54.856598220661922 ], [ -3.769683213276088, 54.856707692898745 ], [ -3.769363392907444, 54.856484064254168 ], [ -3.770497944530889, 54.856030715186449 ], [ -3.771169146081526, 54.85606047066905 ], [ -3.771310391078122, 54.856510496937659 ], [ -3.771438194016025, 54.856085306000942 ], [ -3.771913042395683, 54.856362391026551 ], [ -3.771574752836903, 54.855966471637281 ], [ -3.773003850341635, 54.85576495289115 ], [ -3.773363311922034, 54.85529413334968 ], [ -3.77295399232476, 54.855125748353153 ], [ -3.776580141157234, 54.854971172648618 ], [ -3.779010286134982, 54.854048485063281 ], [ -3.781644428371224, 54.854115909863971 ], [ -3.783049448734592, 54.854571636190279 ], [ -3.785578475712699, 54.854198318023457 ], [ -3.785895730718597, 54.853939295178222 ], [ -3.785273323316915, 54.853497260581186 ], [ -3.785835611609854, 54.853142957972516 ], [ -3.786770871105978, 54.852979997254423 ], [ -3.788468868097965, 54.853191372869013 ], [ -3.788234576059929, 54.853494119767696 ], [ -3.789080531635293, 54.85384746044236 ], [ -3.788549861422577, 54.854070988573142 ], [ -3.78953941258341, 54.854465352055243 ], [ -3.789078696454832, 54.855037478402494 ], [ -3.789674519407824, 54.855370234065909 ], [ -3.788669909784375, 54.855797582459374 ], [ -3.788717123710247, 54.856547371753855 ], [ -3.789554676233784, 54.856955659131089 ], [ -3.788203294596191, 54.858525076423618 ], [ -3.789427357560406, 54.859322237230288 ], [ -3.789451052747793, 54.859962720986879 ], [ -3.790153831692916, 54.860281315082901 ], [ -3.79060352838679, 54.861322665447211 ], [ -3.792975843011481, 54.862079481802503 ], [ -3.793132595197039, 54.863329173150213 ], [ -3.793942714377026, 54.864448774674443 ], [ -3.794774174343018, 54.864925424788012 ], [ -3.797079686079928, 54.86540003307335 ], [ -3.798079155199364, 54.864713842923095 ], [ -3.799704877398342, 54.864584597143896 ], [ -3.801045427790593, 54.865398790828237 ], [ -3.801286372897576, 54.86660857626881 ], [ -3.807141777751704, 54.868820657743356 ], [ -3.808880964704967, 54.868820824073531 ], [ -3.810710953748055, 54.87008150725952 ], [ -3.811091233937309, 54.870881147911717 ], [ -3.812259050725589, 54.871378727538143 ], [ -3.813959252592426, 54.875990177189045 ], [ -3.813643974480637, 54.878027939983518 ], [ -3.814632379466773, 54.879210355862845 ], [ -3.815755193456545, 54.879012915692257 ], [ -3.815895175370334, 54.879213948057128 ], [ -3.814619563580269, 54.880138992842681 ], [ -3.815706396189661, 54.880457993992614 ], [ -3.817161957006461, 54.881557007098934 ], [ -3.817132752658995, 54.881843257962764 ], [ -3.815763402857034, 54.881413449435719 ], [ -3.815290366639275, 54.881640724073655 ], [ -3.815861411865547, 54.881928785555466 ], [ -3.817178111420105, 54.881881226997528 ], [ -3.818283397291178, 54.883058269765236 ], [ -3.816851753659724, 54.884778401739133 ], [ -3.817021357941357, 54.885706106857242 ], [ -3.816351644095921, 54.887141598282518 ], [ -3.816473385064961, 54.888218319150177 ], [ -3.817093021839571, 54.88833667698357 ], [ -3.81652987172215, 54.88843408136831 ], [ -3.817281174630589, 54.890402863996194 ], [ -3.814605009041403, 54.893096089232188 ], [ -3.814885363812943, 54.893539494472691 ], [ -3.814026813265463, 54.893554118411551 ], [ -3.813781941534647, 54.893865159538272 ], [ -3.813481120214025, 54.89355597618637 ], [ -3.81376088534594, 54.894125222413059 ], [ -3.814227160059346, 54.894149400248089 ], [ -3.815612853347099, 54.894146984601456 ], [ -3.816103916897096, 54.894802046373542 ], [ -3.814685712911859, 54.895202530986047 ], [ -3.81334311968077, 54.894544900838376 ], [ -3.812553697624294, 54.895161565570554 ], [ -3.813361318794143, 54.89467225635287 ], [ -3.814691697979433, 54.895266255188247 ], [ -3.816144202992392, 54.894969516535419 ], [ -3.8171426833436, 54.895256573338308 ], [ -3.815774035329766, 54.894055595391848 ], [ -3.814226122371132, 54.894130692290027 ], [ -3.814269550029707, 54.893715868830135 ], [ -3.816382152818858, 54.893535094249415 ], [ -3.815171947803162, 54.893323997489929 ], [ -3.815802720694814, 54.892267485294141 ], [ -3.818471433307675, 54.891418650187298 ], [ -3.819807960255398, 54.891734776468617 ], [ -3.821967809544186, 54.891359956913732 ], [ -3.822390379456755, 54.892430361525477 ], [ -3.823484010382638, 54.892200934386736 ], [ -3.822730313065198, 54.891774539783732 ], [ -3.822725102545106, 54.890761686892603 ], [ -3.824890253196114, 54.889505924959956 ], [ -3.826794542333412, 54.890584600219299 ], [ -3.829739344347932, 54.891361760374757 ], [ -3.831166211746489, 54.891346604892654 ], [ -3.831581857326328, 54.891315112772062 ], [ -3.832292883303575, 54.891334625543344 ], [ -3.833172784565094, 54.891325263361573 ], [ -3.83359632235183, 54.89155255433149 ], [ -3.831792536373395, 54.891339946914734 ], [ -3.831721037295541, 54.891340707129743 ], [ -3.833320951031816, 54.891634905949637 ], [ -3.833864454144806, 54.892168669021594 ], [ -3.836065503566524, 54.893009934015062 ], [ -3.834959699359029, 54.892353454540853 ], [ -3.837177638984721, 54.893496437023451 ], [ -3.836201440721085, 54.895243162781021 ], [ -3.838477749576076, 54.897525801093217 ], [ -3.838159110651631, 54.897720267896652 ], [ -3.836284958008708, 54.897078121936751 ], [ -3.835071300572107, 54.897138707782794 ], [ -3.834631214790499, 54.89798931665905 ], [ -3.834067641205077, 54.898113771524393 ], [ -3.834687935745355, 54.898207763777613 ], [ -3.834791902110742, 54.898436282617062 ], [ -3.834179484575059, 54.898309815609522 ], [ -3.834994117658381, 54.899007552279478 ], [ -3.83434052496533, 54.899896437736423 ], [ -3.830914573565028, 54.900629408070785 ], [ -3.829582144679093, 54.901753193722357 ], [ -3.829470771573521, 54.902461316283201 ], [ -3.826526189502272, 54.901672457270578 ], [ -3.825099445847659, 54.901577061502778 ], [ -3.8238678108166, 54.902692078037816 ], [ -3.822041093585797, 54.902236846238161 ], [ -3.820851709640954, 54.902597118171201 ], [ -3.8197498444886, 54.907421221019298 ], [ -3.824075613889917, 54.912252911882881 ], [ -3.821900090874261, 54.914411178436033 ], [ -3.822146173782723, 54.916887227206189 ], [ -3.82119538062149, 54.917150446444708 ], [ -3.819625927055702, 54.91705083029305 ], [ -3.81930743626095, 54.918463990310975 ], [ -3.819859525832046, 54.918941962251871 ], [ -3.820925372251195, 54.919186638574594 ], [ -3.821550131342857, 54.920719581818247 ], [ -3.823981987737703, 54.922287422042274 ], [ -3.825741942226418, 54.924176291409275 ], [ -3.827072930184663, 54.924482541503721 ], [ -3.827165106936666, 54.924243876990339 ], [ -3.825811383377662, 54.923745630363179 ], [ -3.82427332045969, 54.92207003683221 ], [ -3.821764351160195, 54.920522233114937 ], [ -3.821307505134427, 54.919217760608099 ], [ -3.819594707340503, 54.918467777175756 ], [ -3.819802048251809, 54.917254013215334 ], [ -3.821213158636335, 54.917371280217509 ], [ -3.822534165311996, 54.916979374530015 ], [ -3.822208687461769, 54.914714832320961 ], [ -3.822845554455254, 54.915308360876161 ], [ -3.823534808554806, 54.915507433247207 ], [ -3.822574406269147, 54.914933421589161 ], [ -3.822279718118048, 54.914525921413698 ], [ -3.824477241763595, 54.912405965236552 ], [ -3.820177627505137, 54.907256626077704 ], [ -3.821378545989206, 54.904661814148824 ], [ -3.821355618924621, 54.903048841662262 ], [ -3.821930608398408, 54.902622284158895 ], [ -3.824848730284116, 54.903378396841916 ], [ -3.82508008465014, 54.90314842730961 ], [ -3.824366056337362, 54.90294883820016 ], [ -3.82536513581155, 54.902002687967865 ], [ -3.830069903600891, 54.902740800954525 ], [ -3.83143691846952, 54.900866901682548 ], [ -3.833245295680258, 54.900780301531547 ], [ -3.835122650315707, 54.899981692354423 ], [ -3.835597145440235, 54.899201566156101 ], [ -3.835396088733819, 54.897764748462336 ], [ -3.836902793681416, 54.898351348377794 ], [ -3.83697993415688, 54.898058974778465 ], [ -3.837876646097711, 54.898263814607816 ], [ -3.839020923065582, 54.897877991716015 ], [ -3.839160803348587, 54.896909677325098 ], [ -3.838430254506996, 54.896209796658319 ], [ -3.83965736927078, 54.896171442837023 ], [ -3.839165182282924, 54.895911058158191 ], [ -3.839748771173217, 54.895645166398765 ], [ -3.838711973106629, 54.895992519464521 ], [ -3.83773735155381, 54.89575381225314 ], [ -3.837177179952395, 54.894890463239527 ], [ -3.838892756126278, 54.893321281967253 ], [ -3.83795993196322, 54.893587961524119 ], [ -3.835017332989512, 54.891323472233651 ], [ -3.832768331644922, 54.890694127528413 ], [ -3.829440885133942, 54.890522296008001 ], [ -3.828264144062815, 54.890016922547105 ], [ -3.8280191245754, 54.889839954748894 ], [ -3.828765393500973, 54.889482686774464 ], [ -3.827908218314887, 54.889697818231191 ], [ -3.827461836030227, 54.888173003827958 ], [ -3.828231661074109, 54.887682363938829 ], [ -3.827408845285631, 54.888104594641582 ], [ -3.826434463490479, 54.88696970464752 ], [ -3.824025112355266, 54.886164652270509 ], [ -3.822579074325296, 54.88607850853181 ], [ -3.821043131846106, 54.886763955155459 ], [ -3.819978617930982, 54.886702617443738 ], [ -3.823724091201458, 54.883229242860338 ], [ -3.822523200913128, 54.881975488874353 ], [ -3.823554512935919, 54.880890450029696 ], [ -3.82263640803904, 54.879269340415526 ], [ -3.821214976723085, 54.878237289202474 ], [ -3.82163058426833, 54.877153409550473 ], [ -3.818383430076629, 54.874481451889153 ], [ -3.817477164753783, 54.872457470515762 ], [ -3.817803435461004, 54.872226990759721 ], [ -3.818225977018048, 54.872473223262084 ], [ -3.819319279096368, 54.872420895067435 ], [ -3.820882513804789, 54.873077844216503 ], [ -3.822317737949693, 54.876215550647089 ], [ -3.822218469108573, 54.876847989038055 ], [ -3.823140984192444, 54.877325778304822 ], [ -3.824434083199424, 54.876897408245767 ], [ -3.824428848240441, 54.876505615511292 ], [ -3.82517267728348, 54.876754186881683 ], [ -3.827082019760731, 54.876338993582976 ], [ -3.829328356173424, 54.875002827869288 ], [ -3.827751922946141, 54.872440752913334 ], [ -3.824734602656872, 54.869923689795939 ], [ -3.82445695492141, 54.868434974302929 ], [ -3.823506842001252, 54.867617868216584 ], [ -3.824397638108556, 54.866845908241196 ], [ -3.824096955641568, 54.86633002731849 ], [ -3.824682358337269, 54.865870038618553 ], [ -3.824927716607199, 54.863712851773265 ], [ -3.826212796715773, 54.861462732042284 ], [ -3.81940032258087, 54.85944836961383 ], [ -3.817493668436744, 54.857898655989523 ], [ -3.816416007214375, 54.857562460025569 ], [ -3.81499709928903, 54.8544154517122 ], [ -3.815333939360434, 54.853937651952165 ], [ -3.813914716104165, 54.852548667225307 ], [ -3.810697501915335, 54.851948672341067 ], [ -3.81121331831877, 54.854107956281318 ], [ -3.809949338542126, 54.853956038879218 ], [ -3.808876729724734, 54.853172105232197 ], [ -3.808892512207516, 54.852724273545512 ], [ -3.808116181876777, 54.852363741214731 ], [ -3.807892461858029, 54.851193256003668 ], [ -3.807112064855839, 54.850566736722925 ], [ -3.807332473036966, 54.849434577163706 ], [ -3.806623722640255, 54.848806988109295 ], [ -3.807647881963176, 54.848650630957195 ], [ -3.808279514779853, 54.848041731031067 ], [ -3.807079336443253, 54.846803996762205 ], [ -3.807749378861673, 54.845905117411412 ], [ -3.807155166277312, 54.845643430287687 ], [ -3.807230823960996, 54.845315144682743 ], [ -3.810648860462714, 54.844083195482511 ], [ -3.813256064211896, 54.843806095063222 ], [ -3.816194762052347, 54.844287051764887 ], [ -3.821759253290705, 54.84690632700412 ], [ -3.822622652957038, 54.847159407749231 ], [ -3.82298041377993, 54.846976074533096 ], [ -3.823337020379351, 54.848217341810141 ], [ -3.826798783282899, 54.850439235027068 ], [ -3.826097600904238, 54.852192541678072 ], [ -3.829116574089114, 54.853259792692391 ], [ -3.829896400326514, 54.854071332860748 ], [ -3.831864115712305, 54.854968309364999 ], [ -3.832335793657509, 54.855716175772351 ], [ -3.833209220096772, 54.856047226345936 ], [ -3.834167244563183, 54.857966955345098 ], [ -3.836217327937305, 54.859264378426197 ], [ -3.836601196395764, 54.860613949833926 ], [ -3.835816195038778, 54.861408670524327 ], [ -3.836417177479619, 54.861912791196268 ], [ -3.837415611463085, 54.865091090641187 ], [ -3.839823974562906, 54.865656808646484 ], [ -3.839828333998335, 54.865444627745006 ], [ -3.841620801526411, 54.865454301976293 ], [ -3.842309381437378, 54.86483537283538 ], [ -3.842870869251305, 54.865222319823339 ], [ -3.842444186060579, 54.866492497417887 ], [ -3.842869781402958, 54.866583779964046 ], [ -3.842968495415665, 54.866640609573103 ], [ -3.842494630643411, 54.866778446542178 ], [ -3.843105935687146, 54.866719734463146 ], [ -3.843026056083114, 54.866673747900649 ], [ -3.843039055032184, 54.866620085028501 ], [ -3.842614622827202, 54.866436882134202 ], [ -3.843019218229536, 54.86621952486928 ], [ -3.842816818153956, 54.865437951600128 ], [ -3.844546082995321, 54.864200119041001 ], [ -3.845763462795186, 54.864345197477121 ], [ -3.847877420189814, 54.865218125085406 ], [ -3.848119512082063, 54.864821667504181 ], [ -3.849296595106715, 54.864426250503143 ], [ -3.849824830327077, 54.863643443090282 ], [ -3.850738901153282, 54.863392230655272 ], [ -3.852356068579592, 54.86396436659016 ], [ -3.851711607417704, 54.864862206084673 ], [ -3.852632934858675, 54.86405541416017 ], [ -3.855639928817622, 54.865267803192125 ], [ -3.854546348027022, 54.864494472708287 ], [ -3.852984832166072, 54.863981735425973 ], [ -3.853231596713032, 54.863654402972394 ], [ -3.852712925411975, 54.863896904529717 ], [ -3.850932251815241, 54.863089085849431 ], [ -3.851394128191937, 54.862253355122206 ], [ -3.851149218525914, 54.861465252108616 ], [ -3.849156397445901, 54.859866108942029 ], [ -3.848264139416002, 54.857834041265264 ], [ -3.845877494846214, 54.856951787061845 ], [ -3.844571936344871, 54.857122628971723 ], [ -3.843405129557528, 54.856783531590658 ], [ -3.840993784128235, 54.854261259838417 ], [ -3.841256321660899, 54.853903153359084 ], [ -3.83992188784291, 54.853403884113582 ], [ -3.840087579951246, 54.853108365956459 ], [ -3.84180833654388, 54.853265623631181 ], [ -3.846407679055106, 54.855803154579704 ], [ -3.848194106399196, 54.855179170266993 ], [ -3.848214746136755, 54.854472403509611 ], [ -3.847438115705922, 54.853704970523275 ], [ -3.846106801527305, 54.853105056280128 ], [ -3.845273777210406, 54.852158708554747 ], [ -3.843896709229597, 54.851714957488142 ], [ -3.842814490506777, 54.851792509696224 ], [ -3.840436014552737, 54.851044846387317 ], [ -3.837176424846622, 54.848833758395507 ], [ -3.836839180477543, 54.848062304658093 ], [ -3.835161614772149, 54.846758363749842 ], [ -3.835619661511463, 54.846383831094236 ], [ -3.835288334573661, 54.845981687812262 ], [ -3.83579881681055, 54.845733091414338 ], [ -3.839496257157533, 54.846004274145024 ], [ -3.84370235593481, 54.847557389950708 ], [ -3.844630231094107, 54.847172090295587 ], [ -3.844540093607638, 54.846425662646638 ], [ -3.847371869224001, 54.847417110244173 ], [ -3.851039532839946, 54.850127728033065 ], [ -3.852953115232664, 54.850857115900624 ], [ -3.855673091576106, 54.849775657644493 ], [ -3.857412613059102, 54.848444897823512 ], [ -3.859386356253837, 54.848754424592435 ], [ -3.859907330071847, 54.848600837825714 ], [ -3.860321103734836, 54.849028616146796 ], [ -3.860301585889096, 54.848401554666033 ], [ -3.863086743011162, 54.847086139361828 ], [ -3.862645134070513, 54.846798111134142 ], [ -3.862997980005006, 54.846579680815971 ], [ -3.862249992998684, 54.846538129953281 ], [ -3.862899707475207, 54.846475130934273 ], [ -3.86231692994988, 54.846469693104858 ], [ -3.862711070915946, 54.846099631908693 ], [ -3.862404800593314, 54.845976702299097 ], [ -3.863713944362817, 54.845825383432803 ], [ -3.861796645202182, 54.84572448194622 ], [ -3.861930025176691, 54.845407856632583 ], [ -3.860679771619486, 54.844097706782463 ], [ -3.86017742249004, 54.842116366389781 ], [ -3.859356351523533, 54.841499788754732 ], [ -3.853840252065294, 54.839803649691298 ], [ -3.849886046608967, 54.837858767225143 ], [ -3.84319497694997, 54.835474498891081 ], [ -3.840992593766878, 54.834093222573614 ], [ -3.839862839963757, 54.832020654381409 ], [ -3.838536906867451, 54.831383729251527 ], [ -3.839014658618071, 54.830933383949223 ], [ -3.838347283903199, 54.830500388935477 ], [ -3.838189090835217, 54.82917795962679 ], [ -3.836134496491754, 54.827096893185903 ], [ -3.834259462680837, 54.826430480263227 ], [ -3.830877172382867, 54.827268902840153 ], [ -3.82776521382305, 54.827340081908545 ], [ -3.827855053865787, 54.827088863770072 ], [ -3.826450140050693, 54.826522205573454 ], [ -3.826229330667349, 54.825907158072162 ], [ -3.825583107431902, 54.825903399700017 ], [ -3.825784734740699, 54.825714315747518 ], [ -3.825069332288306, 54.825522848642869 ], [ -3.824436659071044, 54.823644893730354 ], [ -3.825316172611786, 54.823679303143926 ], [ -3.825451378039515, 54.823156867021517 ], [ -3.826390491205062, 54.822891073202669 ], [ -3.826177911465015, 54.822699234078449 ], [ -3.827795275759896, 54.822527480193258 ], [ -3.828075840466992, 54.821812306488802 ], [ -3.828318223319094, 54.822009086068583 ], [ -3.829028392172138, 54.821156212003736 ], [ -3.830761379751762, 54.820548556544786 ], [ -3.830803813025764, 54.82021356412384 ], [ -3.83091258733934, 54.820553465433456 ], [ -3.831520650974594, 54.820575746691951 ], [ -3.832020212917205, 54.819851864497593 ], [ -3.83253110765559, 54.819962790929999 ], [ -3.832839010454657, 54.819647156808614 ], [ -3.83258688073107, 54.819441545373806 ], [ -3.833815245340018, 54.819035605657689 ], [ -3.834190315118829, 54.81917194647329 ], [ -3.834439536346927, 54.818008730701237 ], [ -3.835502815235448, 54.81736169501135 ], [ -3.835064869634357, 54.817314391394127 ], [ -3.835282199643002, 54.816787105436653 ], [ -3.836318478098014, 54.816266302214039 ], [ -3.836597756135666, 54.816624290660833 ], [ -3.838632490721559, 54.81571085478835 ], [ -3.841168555720347, 54.815761378797731 ], [ -3.842032414821422, 54.815421104340174 ], [ -3.84179316296375, 54.815122739973468 ], [ -3.843098281966782, 54.815005851237821 ], [ -3.84426035443563, 54.815438491518051 ], [ -3.845301204239429, 54.815396600885272 ], [ -3.84575303893076, 54.815066160451856 ], [ -3.850277399045351, 54.815918519610562 ], [ -3.852179767836889, 54.815690859439208 ], [ -3.852870035924114, 54.815164408759038 ], [ -3.853808097946925, 54.815291191600842 ], [ -3.854711198689194, 54.815979353416424 ], [ -3.857028486301826, 54.81628095933943 ], [ -3.857800334741338, 54.815939283493321 ], [ -3.859460955302477, 54.815870702840371 ], [ -3.865019813077869, 54.813191439131117 ], [ -3.866972844550038, 54.813121854656686 ], [ -3.865593429377912, 54.812265841114488 ], [ -3.86617607777973, 54.811739169838567 ], [ -3.86599587445065, 54.811037279644211 ], [ -3.866313896410683, 54.811116875527738 ], [ -3.86608447752081, 54.810967607819983 ], [ -3.866845395533393, 54.810426506489804 ], [ -3.866694334382862, 54.809816745509487 ], [ -3.86711267778475, 54.809946027464157 ], [ -3.866754700585485, 54.809607294221962 ], [ -3.867328138329726, 54.809522970032326 ], [ -3.867481030635032, 54.808755734545322 ], [ -3.867119031902081, 54.808599521484723 ], [ -3.867819405304628, 54.80846740224068 ], [ -3.867698296349337, 54.807866169176194 ], [ -3.868245498486976, 54.808023123848798 ], [ -3.86780519915385, 54.80768745895665 ], [ -3.868151032537175, 54.806954102621383 ], [ -3.868303123196827, 54.807215110202719 ], [ -3.868517872176719, 54.807013167123706 ], [ -3.868572919407151, 54.806284287671019 ], [ -3.869389645128174, 54.805336948535 ], [ -3.869729773415784, 54.805559104557915 ], [ -3.870230739425004, 54.805119956265806 ], [ -3.871369152141008, 54.804872306769525 ], [ -3.871718598715109, 54.804286287608285 ], [ -3.872771672510113, 54.804683486037277 ], [ -3.87361536221793, 54.804422388488611 ], [ -3.874192425281584, 54.804048559657531 ], [ -3.874213304950848, 54.80345772165871 ], [ -3.876147574942911, 54.80299369951608 ], [ -3.876409233468374, 54.803872280300126 ], [ -3.878194586881138, 54.804021717206126 ], [ -3.87918775416582, 54.803261226049671 ], [ -3.879180919881888, 54.803449182522392 ], [ -3.880147676212359, 54.80339375694475 ], [ -3.885320459483925, 54.802044360205173 ], [ -3.886527048540229, 54.801160049928477 ], [ -3.885823884015644, 54.800660460025611 ], [ -3.886276909635549, 54.800733410516827 ], [ -3.886361608035332, 54.80034740350326 ], [ -3.886668420062071, 54.800588006822579 ], [ -3.886659811442214, 54.800102784160231 ], [ -3.886925263527218, 54.800424024041362 ], [ -3.887508894261087, 54.799894534179366 ], [ -3.888061633167715, 54.800170854800001 ], [ -3.889482023528247, 54.7999366202435 ], [ -3.892538285059857, 54.79878703677862 ], [ -3.895482092135668, 54.79842918622311 ], [ -3.896900012291273, 54.79864251012166 ], [ -3.904206150271109, 54.797063876006952 ], [ -3.906538335120781, 54.796011584841601 ], [ -3.908048810178594, 54.794095833508294 ], [ -3.907631457106211, 54.794052963175893 ], [ -3.908315894483509, 54.79378873189615 ], [ -3.908322616183301, 54.794030406857381 ], [ -3.908838453831306, 54.793984540146269 ], [ -3.910496023254276, 54.793311298184499 ], [ -3.910287846820416, 54.792954152708539 ], [ -3.911650114464402, 54.792979428996077 ], [ -3.912153679200092, 54.792673984255408 ], [ -3.911743117827395, 54.7923793532036 ], [ -3.914342234646236, 54.792377009322657 ], [ -3.920778264785623, 54.791019615975884 ], [ -3.924672932423725, 54.790001537047019 ], [ -3.926130281921108, 54.789476862930265 ], [ -3.926231530329731, 54.789120222381811 ], [ -3.927496082776078, 54.789284390540153 ], [ -3.929821101746957, 54.788789022809326 ], [ -3.933147826906138, 54.788719866953826 ], [ -3.934647310468228, 54.788103636906122 ], [ -3.935521895895413, 54.788439323729143 ], [ -3.936354282152743, 54.78824986910989 ], [ -3.937276778559103, 54.788513771811623 ], [ -3.93792731436943, 54.788359568312579 ], [ -3.937822270614837, 54.788016998967692 ], [ -3.939194547202593, 54.788611656135728 ], [ -3.940330356562103, 54.788490126865234 ], [ -3.94146632072333, 54.7874958304957 ], [ -3.941317150719946, 54.785778775859264 ], [ -3.943670766052489, 54.784687662462808 ], [ -3.944915885273622, 54.784448389440364 ], [ -3.948484444997969, 54.782430780300345 ], [ -3.950105528712239, 54.7818303774851 ], [ -3.950566052151463, 54.781931728994294 ], [ -3.951133044277776, 54.781402190362712 ], [ -3.951117404404507, 54.781690963926621 ], [ -3.952047825848958, 54.781571728234852 ], [ -3.952150849402103, 54.781160206897269 ], [ -3.954713335476665, 54.779897431612021 ], [ -3.95740882791165, 54.77955644468674 ], [ -3.957982935485477, 54.7797880617359 ], [ -3.957723662398223, 54.780279409873245 ], [ -3.958077214990871, 54.780323137295795 ], [ -3.959097213940631, 54.776911805749464 ], [ -3.958507964999614, 54.776269676008269 ], [ -3.959294926275371, 54.775469593644615 ], [ -3.959551469984973, 54.774247541030689 ], [ -3.963433565938179, 54.771931391512119 ], [ -3.965204752486601, 54.771361606728796 ], [ -3.967275405207399, 54.771229160219256 ], [ -3.971643566571413, 54.770035578972902 ], [ -3.975822492266252, 54.769302425315594 ], [ -3.975927865397844, 54.76948676573366 ], [ -3.978311987269784, 54.769281608960384 ], [ -3.979507112438048, 54.76889178701898 ], [ -3.98483330044448, 54.768512600336656 ], [ -3.986687520415303, 54.769677678751776 ], [ -3.988609444980352, 54.769463711967951 ], [ -3.988937990689682, 54.769125756026042 ], [ -3.989117302232496, 54.769358308345986 ], [ -3.992142948546717, 54.76923852848455 ], [ -3.992782562277041, 54.769663052862121 ], [ -3.994887996710878, 54.76976685318256 ], [ -3.99555204805638, 54.771697403091324 ], [ -3.998039820274054, 54.771922491063677 ], [ -3.997650152139692, 54.772028681453179 ], [ -3.99840619876228, 54.772479122450136 ], [ -3.999029876001442, 54.772294469090816 ], [ -3.999197440193688, 54.772665620793184 ], [ -4.000059234926786, 54.772611860972155 ], [ -4.001164370016235, 54.773078098750609 ], [ -4.004107086617378, 54.773477118673092 ], [ -4.005990707768857, 54.774560526536611 ], [ -4.006980089837138, 54.774382365794558 ], [ -4.007017845146564, 54.773763343551146 ], [ -4.008394948528802, 54.772812946880407 ], [ -4.008376529628734, 54.772158900908167 ], [ -4.007045499922047, 54.772029934767922 ], [ -4.006894872044303, 54.771719633694168 ], [ -4.007832821448917, 54.771854211876615 ], [ -4.007787211032086, 54.77162396679644 ], [ -4.008689778870991, 54.771389703410136 ], [ -4.008850002383546, 54.77167377721937 ], [ -4.010108057763771, 54.771804832048055 ], [ -4.011765698214778, 54.770213369865282 ], [ -4.012934156725503, 54.770544524075724 ], [ -4.01478116083489, 54.770388910732137 ], [ -4.01631601988083, 54.771490537888894 ], [ -4.017894594095106, 54.771751007355732 ], [ -4.019122531419688, 54.7717449481963 ], [ -4.019833894354965, 54.771138071497028 ], [ -4.019521138856385, 54.7710704750329 ], [ -4.020178436408191, 54.77090762281513 ], [ -4.019859003509985, 54.771641900296125 ], [ -4.022396096582084, 54.7717308424821 ], [ -4.023385318588357, 54.771521089985775 ], [ -4.023447692066179, 54.770933108751557 ], [ -4.024213949995147, 54.770804369685465 ], [ -4.023987536239855, 54.771033757183851 ], [ -4.024648650430612, 54.771072156363367 ], [ -4.024324047287251, 54.771950346483052 ], [ -4.024889915177392, 54.772540422684457 ], [ -4.025753812592397, 54.77274710752188 ], [ -4.026475548680875, 54.772566965630759 ], [ -4.026380573370018, 54.7728130365048 ], [ -4.028779177032384, 54.773177406642141 ], [ -4.02944467430472, 54.772867856477241 ], [ -4.030718028175638, 54.772898671212594 ], [ -4.031271373786031, 54.771995958154442 ], [ -4.031944959708259, 54.771941528463856 ], [ -4.03406090090163, 54.770608129825803 ], [ -4.034476350190274, 54.770924742028299 ], [ -4.034435096194086, 54.770381636652296 ], [ -4.035499489463912, 54.770277485073017 ], [ -4.035729079006472, 54.770824619193604 ], [ -4.036141186840724, 54.770238847333793 ], [ -4.036989650271893, 54.770292908703787 ], [ -4.039619742465031, 54.76923390672863 ], [ -4.040447285069718, 54.769335934204669 ], [ -4.03971456602826, 54.769604431445714 ], [ -4.040231183552084, 54.769521136232868 ], [ -4.040838904028202, 54.770567945269036 ], [ -4.041432646832735, 54.770040218679725 ], [ -4.042380342711419, 54.769811234579535 ], [ -4.045341863473417, 54.769932095355784 ], [ -4.044846572065286, 54.770160664977347 ], [ -4.045879902942551, 54.77030412710733 ], [ -4.045804410218251, 54.771272553755004 ], [ -4.047031575002123, 54.771559246981951 ], [ -4.046601593702396, 54.772434785426171 ], [ -4.04699031892333, 54.772681697086476 ], [ -4.048404878507659, 54.772645225742139 ], [ -4.047975910117581, 54.773017400953975 ], [ -4.048362712788253, 54.773041428167907 ], [ -4.047955334756597, 54.773194820151375 ], [ -4.04819794724203, 54.77347295855327 ], [ -4.049382675467631, 54.773103292359522 ], [ -4.050277246536645, 54.773882746022906 ], [ -4.051480564660958, 54.773327583572247 ], [ -4.051048890559483, 54.773645885077428 ], [ -4.05153186607649, 54.77354243766095 ], [ -4.0514013456232, 54.774189115255368 ], [ -4.051918042435092, 54.77429093063364 ], [ -4.053062973275088, 54.773872465547825 ], [ -4.054929396456537, 54.774958111763446 ], [ -4.055723096535933, 54.774757699813549 ], [ -4.055559530608248, 54.775885823088892 ], [ -4.054835202146708, 54.776166852873814 ], [ -4.055039814339227, 54.77646090223854 ], [ -4.055918247944271, 54.776336353739559 ], [ -4.056210470914734, 54.776916545315551 ], [ -4.058938009258066, 54.777501253229637 ], [ -4.05824035651962, 54.777848364668543 ], [ -4.058464106975406, 54.778089950772028 ], [ -4.059756711350101, 54.777761497028401 ], [ -4.059174111377832, 54.778291821156884 ], [ -4.05942130504354, 54.778657946584069 ], [ -4.060174144340953, 54.778784479833838 ], [ -4.060172796749122, 54.779400209929818 ], [ -4.061336515910789, 54.779380434549644 ], [ -4.062117666065919, 54.7799406157786 ], [ -4.062952233324243, 54.779716991163895 ], [ -4.063350192661861, 54.780355590047591 ], [ -4.063942743186415, 54.780082145607103 ], [ -4.064196878661139, 54.780247701476966 ], [ -4.063738040414131, 54.780520669439987 ], [ -4.064247847232948, 54.780485027363142 ], [ -4.0638270659416, 54.780619824833678 ], [ -4.064454592014411, 54.78057498770611 ], [ -4.06528746245887, 54.781294262622083 ], [ -4.065330137574793, 54.781704307231465 ], [ -4.064038567114559, 54.783031416407461 ], [ -4.064671014193072, 54.78408937498142 ], [ -4.065297124866796, 54.78398523442705 ], [ -4.064826619601422, 54.784518170325796 ], [ -4.065247026713373, 54.786846205267551 ], [ -4.064654845513503, 54.787708390529403 ], [ -4.06498823370118, 54.78881727909463 ], [ -4.064454430991468, 54.792015457847938 ], [ -4.063506080065581, 54.792361470962959 ], [ -4.062978418351934, 54.793148843668156 ], [ -4.06334793788772, 54.79365399880642 ], [ -4.062812630993402, 54.79465812123879 ], [ -4.061236131967973, 54.795042661115062 ], [ -4.057527197978004, 54.79721071667251 ], [ -4.057208777466963, 54.800037574860013 ], [ -4.056286412313179, 54.800838799694461 ], [ -4.056187089258526, 54.801732131642382 ], [ -4.053184648983857, 54.804317711984723 ], [ -4.052112947654765, 54.806381600921299 ], [ -4.050032414399778, 54.807824356681259 ], [ -4.048346397748348, 54.808209674677748 ], [ -4.04830988994762, 54.808994975411018 ], [ -4.046981792697925, 54.810304525513864 ], [ -4.046728827588227, 54.812072309623773 ], [ -4.045485140501867, 54.813515242717664 ], [ -4.045662025254485, 54.814551313970064 ], [ -4.047412406741588, 54.815001765861439 ], [ -4.047053584614025, 54.815446452379341 ], [ -4.045654339659493, 54.815415224210248 ], [ -4.047209391645469, 54.81551123607364 ], [ -4.047926905833484, 54.814711746712881 ], [ -4.04770655828858, 54.816662343698596 ], [ -4.048754495921975, 54.817101260861811 ], [ -4.049091307142943, 54.818434837827347 ], [ -4.049931048623843, 54.818511435135136 ], [ -4.048718488574573, 54.819617709065888 ], [ -4.048184680341418, 54.820788016311738 ], [ -4.04938846261282, 54.821658435170981 ], [ -4.051091534188831, 54.82227412240254 ], [ -4.052317514045045, 54.824070836932925 ], [ -4.0551739314326, 54.82553702762597 ], [ -4.056612619292324, 54.824897847657688 ], [ -4.059805488198868, 54.822388965153131 ], [ -4.060485314689514, 54.821188260789469 ], [ -4.060232227155242, 54.819550382784449 ], [ -4.060954264965671, 54.818996121099083 ], [ -4.060709455019815, 54.818712651287278 ], [ -4.061617198192698, 54.818962387448686 ], [ -4.06089667405857, 54.818660035249877 ], [ -4.061328327621405, 54.818241933540506 ], [ -4.062039742958518, 54.818487811181143 ], [ -4.063241160394923, 54.818208521123431 ], [ -4.064888093324711, 54.816807976572711 ], [ -4.065245387860628, 54.817038289685762 ], [ -4.065491344341782, 54.816398623699087 ], [ -4.066363415360456, 54.816194119011989 ], [ -4.068134081248677, 54.813655287644899 ], [ -4.06973871209123, 54.813442762114043 ], [ -4.071027662663982, 54.812870675371691 ], [ -4.073154607561897, 54.813649596386767 ], [ -4.073275683091351, 54.814433114024595 ], [ -4.072016230560786, 54.816858128868851 ], [ -4.072061966589613, 54.817660011831052 ], [ -4.071008117099868, 54.819452314576345 ], [ -4.068922921698189, 54.821473424617814 ], [ -4.068890588700685, 54.822180463189916 ], [ -4.065455611531687, 54.823564771112842 ], [ -4.064456096261164, 54.824569603879056 ], [ -4.061386846397365, 54.825744432975064 ], [ -4.059920974400809, 54.82716342251409 ], [ -4.05983947950536, 54.828039373645431 ], [ -4.060370247101014, 54.828433940012147 ], [ -4.059682895895372, 54.829214113880518 ], [ -4.059940614434884, 54.830116664682919 ], [ -4.062450167041241, 54.833163337355614 ], [ -4.062013878456041, 54.834470468301241 ], [ -4.062774838109028, 54.835681750191391 ], [ -4.061782646013779, 54.837692228361597 ], [ -4.056526540106513, 54.837349971506725 ], [ -4.05253748917525, 54.837485815820635 ], [ -4.04952746394416, 54.838472372452991 ], [ -4.048235396333742, 54.839465824137761 ], [ -4.046301249939455, 54.842636274056943 ], [ -4.044311952890695, 54.844198710451721 ], [ -4.042178125203661, 54.846726191988409 ], [ -4.041374121694977, 54.848016056153661 ], [ -4.045240509832321, 54.850082992848492 ], [ -4.047504772056726, 54.850099646975387 ], [ -4.048348497336967, 54.85054920816188 ], [ -4.048984013988933, 54.851961331334493 ], [ -4.048755416903397, 54.853720606719683 ], [ -4.047580162729724, 54.854354338751627 ], [ -4.043696260340423, 54.85527817505313 ], [ -4.040368548651453, 54.857439213314542 ], [ -4.038125373478922, 54.85763239435007 ], [ -4.034955717189662, 54.858919661718943 ], [ -4.034751561178817, 54.859351824618159 ], [ -4.034876008125473, 54.859657137566437 ], [ -4.039007348729427, 54.858066996969939 ], [ -4.039759692963419, 54.858186485160829 ], [ -4.042515613762417, 54.85774915447751 ], [ -4.044448254954851, 54.858408718750681 ], [ -4.046451253691203, 54.85959467960447 ], [ -4.047540744049301, 54.859386654750168 ], [ -4.048359223189129, 54.860440656403185 ], [ -4.04774557427961, 54.861183555592092 ], [ -4.048890145845395, 54.863903875686972 ], [ -4.049499743779584, 54.864247724566816 ], [ -4.050367066246351, 54.864234876670267 ], [ -4.048272838656771, 54.864974911217629 ], [ -4.047747311631531, 54.866227756201923 ], [ -4.048167358610043, 54.866674578979449 ], [ -4.049142885769117, 54.866551156398373 ], [ -4.049482976683425, 54.866128358770695 ], [ -4.050236251351906, 54.86617046837501 ], [ -4.04964713830839, 54.866752970151694 ], [ -4.050168407797944, 54.866461037166019 ], [ -4.050731102889273, 54.866647478226334 ], [ -4.051748869144479, 54.865913914570442 ], [ -4.051978931455896, 54.864491672611472 ], [ -4.050573394789109, 54.864093870752754 ], [ -4.05113200696444, 54.863279981027688 ], [ -4.050288787727058, 54.861710486836081 ], [ -4.050327614064343, 54.859129289584921 ], [ -4.049822318354901, 54.858137424959295 ], [ -4.050752473976963, 54.857461972806973 ], [ -4.05148999905775, 54.854681111289203 ], [ -4.050707038282208, 54.851594272578659 ], [ -4.050907152491997, 54.849244940990033 ], [ -4.050174139775677, 54.849442483921351 ], [ -4.045399182600299, 54.846354665189196 ], [ -4.047114905876829, 54.844555939756795 ], [ -4.048973666286575, 54.843339014472214 ], [ -4.048861302259738, 54.842842958380409 ], [ -4.051417190718714, 54.839100187445155 ], [ -4.052428117050607, 54.838920406164462 ], [ -4.053473383279496, 54.839416857008807 ], [ -4.056188771287609, 54.839649519642784 ], [ -4.056698435659902, 54.839902444169866 ], [ -4.055893897530676, 54.840618964020024 ], [ -4.055970962237515, 54.841123701942969 ], [ -4.057823226598193, 54.841255897041201 ], [ -4.058628418789027, 54.842112313124666 ], [ -4.05966113376134, 54.841167194343782 ], [ -4.05993317093411, 54.841309986136963 ], [ -4.059268054895495, 54.840574342108823 ], [ -4.061692962701132, 54.840361494657117 ], [ -4.06317673307573, 54.839712487605823 ], [ -4.064740999330433, 54.837438794979782 ], [ -4.069236183308675, 54.833044218413768 ], [ -4.068515627121744, 54.830951425972088 ], [ -4.069308548581051, 54.830472309114036 ], [ -4.071663304914611, 54.830300900409711 ], [ -4.072720690336892, 54.828360228185645 ], [ -4.073197279621636, 54.828181307027776 ], [ -4.074149850846301, 54.828631525531151 ], [ -4.074648341899569, 54.827513836325927 ], [ -4.077461257278894, 54.825657244023397 ], [ -4.078030397914145, 54.823492978548593 ], [ -4.07967161077684, 54.821381346675338 ], [ -4.08106759580193, 54.820406437007364 ], [ -4.081413308867043, 54.818956967526475 ], [ -4.083352116060476, 54.818732238016729 ], [ -4.0838258973441, 54.817444150553001 ], [ -4.084557748287419, 54.817238327374206 ], [ -4.085810820198724, 54.816122899707338 ], [ -4.086341852283777, 54.816430161643005 ], [ -4.087171543154784, 54.816281064644123 ], [ -4.088378207945403, 54.815806384195334 ], [ -4.088596933377757, 54.815219269682807 ], [ -4.090184222539695, 54.814942953944396 ], [ -4.09133355519015, 54.8143541790554 ], [ -4.091131921074271, 54.813644871371011 ], [ -4.089306885722817, 54.812329846936095 ], [ -4.089410393674147, 54.811440905325533 ], [ -4.088183379039477, 54.808050019984719 ], [ -4.088683396223098, 54.80667247193194 ], [ -4.088109410766299, 54.805560595502179 ], [ -4.088744622447971, 54.803667478783211 ], [ -4.088165222388834, 54.802872089128606 ], [ -4.088594596442056, 54.801845406695683 ], [ -4.08989533041958, 54.801121904065326 ], [ -4.088950716289274, 54.800304046742433 ], [ -4.090016292291761, 54.799818291603792 ], [ -4.089417186584183, 54.799695583773108 ], [ -4.089680526646475, 54.799040283117826 ], [ -4.089218271260798, 54.798524218856485 ], [ -4.089603256667735, 54.798447477281421 ], [ -4.08928598364133, 54.797937005167753 ], [ -4.089773398738311, 54.797252676512713 ], [ -4.089195333572746, 54.796692766287769 ], [ -4.089787414338421, 54.796318534072164 ], [ -4.089333746604741, 54.796209499578396 ], [ -4.089623654188137, 54.795918672396247 ], [ -4.089276643610631, 54.795675669830217 ], [ -4.089792228146523, 54.79523624042352 ], [ -4.089353615111428, 54.795328288230678 ], [ -4.09145414516196, 54.793287658693394 ], [ -4.091214345601218, 54.792740800415352 ], [ -4.091805702686973, 54.79211309510837 ], [ -4.091312709876965, 54.790940511744388 ], [ -4.091933079286113, 54.790573869684678 ], [ -4.092136804304578, 54.789609487881805 ], [ -4.091641644100882, 54.78923781599746 ], [ -4.092068380622159, 54.788826873248389 ], [ -4.092094521819805, 54.788098355849826 ], [ -4.091775789123701, 54.788130818995853 ], [ -4.092853991830649, 54.78699315257964 ], [ -4.092662704983234, 54.786030191928681 ], [ -4.09132611950533, 54.78520563413349 ], [ -4.091812894543257, 54.783970311625531 ], [ -4.090479969260614, 54.783606790803489 ], [ -4.090912136040646, 54.782428141584496 ], [ -4.089897664558952, 54.781875758758851 ], [ -4.091705495200356, 54.780775859840972 ], [ -4.09646200585937, 54.781215955800633 ], [ -4.097533259300913, 54.780580820962903 ], [ -4.097930614426854, 54.780746526580891 ], [ -4.098851581899774, 54.780362960992321 ], [ -4.099037013381823, 54.780550307677238 ], [ -4.099879273155424, 54.780358652678899 ], [ -4.100605179653101, 54.780832358693722 ], [ -4.101324132628921, 54.780721928315003 ], [ -4.101914519449989, 54.781011013962726 ], [ -4.103474071258076, 54.780527356727362 ], [ -4.103994421847131, 54.780036545791042 ], [ -4.104546462398353, 54.780096178181203 ], [ -4.105224077003753, 54.779430052992652 ], [ -4.104610992081297, 54.779153062389248 ], [ -4.106217493118757, 54.778407887067516 ], [ -4.103518321300745, 54.77775543186489 ], [ -4.102680094491979, 54.778023445232904 ], [ -4.103999453703741, 54.777198785702772 ], [ -4.103883671096265, 54.776765750543447 ], [ -4.10249080218232, 54.776593060086022 ], [ -4.10071936302059, 54.776976110315367 ], [ -4.101000304419649, 54.776096661298993 ], [ -4.100675964402551, 54.775989025216788 ], [ -4.099121433414809, 54.776266724341134 ], [ -4.098971100776141, 54.775916078376099 ], [ -4.097730010562963, 54.775880926967311 ], [ -4.096455005044034, 54.776843173761854 ], [ -4.094113455739631, 54.776877340875807 ], [ -4.093125495481336, 54.776505196312684 ], [ -4.093009922152138, 54.775953500031839 ], [ -4.091542649103792, 54.775723543424093 ], [ -4.091172020696852, 54.775260736326459 ], [ -4.09017974061465, 54.77495425870768 ], [ -4.090514290863716, 54.774175481458435 ], [ -4.089920379652524, 54.773814494398266 ], [ -4.090973830449737, 54.771419775809115 ], [ -4.093488256338029, 54.769200273927979 ], [ -4.09354972647956, 54.767591169284337 ], [ -4.094297492310908, 54.766357616473279 ], [ -4.09391565911017, 54.766037928418399 ], [ -4.095123186877569, 54.765399557987429 ], [ -4.094891969276129, 54.765648040655741 ], [ -4.095368971826132, 54.765703616520362 ], [ -4.094688998492159, 54.76620254300861 ], [ -4.09609071514594, 54.766223261191698 ], [ -4.096724297303646, 54.766781279173308 ], [ -4.097323731142791, 54.76676911408552 ], [ -4.098009021971887, 54.766163117318186 ], [ -4.09975651292886, 54.766586787069855 ], [ -4.098837667253914, 54.767245374927661 ], [ -4.099090289813246, 54.767440546774658 ], [ -4.099817348590671, 54.767551100281992 ], [ -4.100311246334361, 54.76718210629106 ], [ -4.102550262870636, 54.767010270451387 ], [ -4.103381636582877, 54.767453366740725 ], [ -4.104889256633531, 54.767656411158789 ], [ -4.106101108966238, 54.7671634695321 ], [ -4.106257582292343, 54.767841183134941 ], [ -4.106802258158834, 54.767792170662787 ], [ -4.106284974567303, 54.768158901208565 ], [ -4.106846744654923, 54.767990044177935 ], [ -4.106975428200028, 54.768312294017086 ], [ -4.107278675042912, 54.76810478215404 ], [ -4.107642942031875, 54.768293501897951 ], [ -4.107696060421845, 54.767999552432038 ], [ -4.108599461008749, 54.768480911011935 ], [ -4.108483996931417, 54.768741788656847 ], [ -4.109259331163149, 54.768643811317268 ], [ -4.10903162772098, 54.768868890116764 ], [ -4.110185623141343, 54.769982266265522 ], [ -4.109005032728672, 54.77086750326373 ], [ -4.109455219955143, 54.772646591943314 ], [ -4.108791903881184, 54.773076096104873 ], [ -4.109832826748335, 54.773060685440733 ], [ -4.110111640561022, 54.773458519968614 ], [ -4.109446017090177, 54.773873686113546 ], [ -4.110062161877908, 54.774956869739086 ], [ -4.109685498004464, 54.775666326249514 ], [ -4.110235190776957, 54.775831138929696 ], [ -4.111176142569215, 54.775537014960989 ], [ -4.11081709081812, 54.775987298845841 ], [ -4.111598837310442, 54.777501738057971 ], [ -4.113269989788764, 54.777552624231248 ], [ -4.115016874836547, 54.776432758276144 ], [ -4.116060131639376, 54.776222202919136 ], [ -4.117516101752082, 54.776530261786725 ], [ -4.118574413198846, 54.776310433270396 ], [ -4.118150928146408, 54.776538050524458 ], [ -4.119341217470416, 54.7764929841765 ], [ -4.119130565828086, 54.77674654711128 ], [ -4.120404684726878, 54.776906741892724 ], [ -4.120380466760932, 54.777127384703654 ], [ -4.122207861859037, 54.777162831528877 ], [ -4.122239889078073, 54.777863377710744 ], [ -4.124747971329571, 54.777771818463769 ], [ -4.124064116909905, 54.77795637900752 ], [ -4.124637955375636, 54.778164748068569 ], [ -4.12413289970246, 54.779298063491773 ], [ -4.124866024742063, 54.779281624206853 ], [ -4.123640938764123, 54.781868415467834 ], [ -4.122223473987831, 54.7827750052531 ], [ -4.121786908729898, 54.783733631697281 ], [ -4.12148048749102, 54.783614051772183 ], [ -4.119638080590192, 54.78475365520498 ], [ -4.119665530464236, 54.785664612617531 ], [ -4.119267522221447, 54.785905270174148 ], [ -4.119833574514595, 54.786706142775444 ], [ -4.122360339644798, 54.787880795910517 ], [ -4.12483943056194, 54.788143896117035 ], [ -4.125281769127259, 54.787444027867807 ], [ -4.126743681149682, 54.786523141517506 ], [ -4.126560516899127, 54.785937603731711 ], [ -4.127221090899724, 54.785751641040697 ], [ -4.129546359765955, 54.783445717398855 ], [ -4.129893855778857, 54.781595163194602 ], [ -4.130778416764189, 54.78005156895842 ], [ -4.131422094583504, 54.779753522058726 ], [ -4.131613484991413, 54.779046353463201 ], [ -4.133508690646439, 54.777946081486654 ], [ -4.13370945267896, 54.777240541830864 ], [ -4.134456808377914, 54.777258849204969 ], [ -4.134380617238965, 54.776993229721008 ], [ -4.135153248803959, 54.776665027796206 ], [ -4.13597941105663, 54.776880585566992 ], [ -4.136671603613816, 54.776649069619893 ], [ -4.136511661843993, 54.77703659880266 ], [ -4.136887445658352, 54.777085706469975 ], [ -4.138827576820721, 54.775898266871209 ], [ -4.139487446067228, 54.776174260731416 ], [ -4.140449698757491, 54.775757287163017 ], [ -4.140083312494842, 54.776121499620139 ], [ -4.142303034712882, 54.776019384057236 ], [ -4.14229161315362, 54.776479801553648 ], [ -4.143079067324661, 54.776198027231075 ], [ -4.142910811251942, 54.776691777728715 ], [ -4.143450407366929, 54.776604040126976 ], [ -4.14260760414601, 54.777338920749372 ], [ -4.143767784860566, 54.776871682788972 ], [ -4.144087659472143, 54.777421522230782 ], [ -4.144223375090482, 54.776930143174738 ], [ -4.145294368707792, 54.77683479740071 ], [ -4.145936306168027, 54.777622524872235 ], [ -4.146601232223385, 54.777288065536801 ], [ -4.146408726286967, 54.777616860287239 ], [ -4.147067638497023, 54.777227674369307 ], [ -4.147523172449093, 54.777255562194156 ], [ -4.147322427178901, 54.777487427540194 ], [ -4.148112167677433, 54.77727838758566 ], [ -4.148672480270005, 54.777434749628938 ], [ -4.148148405963717, 54.777815263790657 ], [ -4.148522263950981, 54.778150207109405 ], [ -4.14920879110162, 54.777900742351747 ], [ -4.14909619502937, 54.778152620962715 ], [ -4.149877504093893, 54.777931134946577 ], [ -4.149924414679039, 54.778111872993328 ], [ -4.150453680060672, 54.777770808847528 ], [ -4.150642624781943, 54.77802003770676 ], [ -4.150972278097711, 54.777756217821953 ], [ -4.151656783824272, 54.777820477154883 ], [ -4.152133519385209, 54.778335153939032 ], [ -4.151917016453011, 54.777801477592867 ], [ -4.152404889797284, 54.777676865816801 ], [ -4.152452097876387, 54.778536237434167 ], [ -4.152803498950171, 54.77821360055043 ], [ -4.153444293400854, 54.778362219934522 ], [ -4.153113968173637, 54.779052118478312 ], [ -4.153797900795287, 54.779456145450169 ], [ -4.153369968785327, 54.780006657008784 ], [ -4.154341436155337, 54.779646936393348 ], [ -4.154249296329678, 54.780019802744995 ], [ -4.154749485763423, 54.779658562559284 ], [ -4.154622156528522, 54.780685526235651 ], [ -4.155250218450655, 54.780564704415831 ], [ -4.155512268913732, 54.781047229322347 ], [ -4.156012479921354, 54.780890923900415 ], [ -4.155519473903201, 54.780685759201909 ], [ -4.156552344214989, 54.779814376294688 ], [ -4.156192376215438, 54.780355599673015 ], [ -4.157713372678996, 54.77974428590565 ], [ -4.159706843965442, 54.780295755692379 ], [ -4.159455863639653, 54.781217963025476 ], [ -4.159786569098345, 54.781382857274394 ], [ -4.160284154896002, 54.781148379908494 ], [ -4.159977252091727, 54.781809116893406 ], [ -4.160581078275001, 54.781700384364186 ], [ -4.160769708460236, 54.782292069930826 ], [ -4.16104266934621, 54.782161365358974 ], [ -4.160748761678914, 54.78245333939762 ], [ -4.161273382803773, 54.782579718791304 ], [ -4.160014249482854, 54.783757189573663 ], [ -4.160618685015312, 54.783717658625868 ], [ -4.159937174919376, 54.784820117509412 ], [ -4.161375431531214, 54.785658298622842 ], [ -4.161967200115723, 54.785439214655682 ], [ -4.162046020995787, 54.786537117044112 ], [ -4.162432449729695, 54.786812469828092 ], [ -4.162860103387659, 54.786665520161918 ], [ -4.163935934312878, 54.78834517721608 ], [ -4.164845682690441, 54.78799276706031 ], [ -4.164613313066242, 54.788243202828021 ], [ -4.165855048367981, 54.788223730058043 ], [ -4.165992809623982, 54.788472951093603 ], [ -4.166983824514356, 54.788302441213098 ], [ -4.167287105170516, 54.787313666505057 ], [ -4.166770822439575, 54.78757726973204 ], [ -4.16724862751459, 54.787175929321037 ], [ -4.167704317673424, 54.787320591716103 ], [ -4.169895661015086, 54.786765456267126 ], [ -4.171033710082253, 54.787598109656273 ], [ -4.1717156755997, 54.78769825740661 ], [ -4.172073580943805, 54.7885134087701 ], [ -4.172541326003829, 54.788592220329143 ], [ -4.172329937461468, 54.788827014737848 ], [ -4.173172393168475, 54.788873943350303 ], [ -4.172812086612043, 54.789754094118123 ], [ -4.173252995994263, 54.789825294067498 ], [ -4.17334546640796, 54.790273068618319 ], [ -4.173960256096834, 54.790048120556619 ], [ -4.173665494240552, 54.790265535567812 ], [ -4.174327691174931, 54.790257260886797 ], [ -4.174402472183402, 54.790520186008379 ], [ -4.175143653528335, 54.790331616958142 ], [ -4.175099161927065, 54.790748588689709 ], [ -4.176024642285407, 54.790689740652759 ], [ -4.175756313035419, 54.791022639927746 ], [ -4.177009471119241, 54.790606449765946 ], [ -4.177691562512417, 54.791459810157292 ], [ -4.177501624627793, 54.791948606915042 ], [ -4.179307935571622, 54.792069868834538 ], [ -4.178755171928075, 54.792262269468807 ], [ -4.179452897410354, 54.79245107893923 ], [ -4.178969906235115, 54.793217499604545 ], [ -4.17970682433771, 54.793093697789068 ], [ -4.179407896107396, 54.79349367100945 ], [ -4.180155870672326, 54.795655478929632 ], [ -4.181357434540096, 54.796907565147229 ], [ -4.182378133898947, 54.797169649547094 ], [ -4.182047587216125, 54.797300538718119 ], [ -4.182392575111182, 54.797870503661152 ], [ -4.182900607183456, 54.798001584396559 ], [ -4.18407660104587, 54.79946893335282 ], [ -4.183819581594324, 54.799924790853197 ], [ -4.184471909312712, 54.800047874037233 ], [ -4.184852335529853, 54.800869774867586 ], [ -4.185294365581139, 54.800872598332354 ], [ -4.184817188598816, 54.801487028697856 ], [ -4.18583812091689, 54.802269523201034 ], [ -4.185083260730679, 54.802957271676483 ], [ -4.18594627453392, 54.803580814587328 ], [ -4.185388798705881, 54.804437589286486 ], [ -4.183984008416018, 54.805337484226911 ], [ -4.183661837980977, 54.805249802499986 ], [ -4.184931443749353, 54.80429571798426 ], [ -4.182801237929891, 54.805276976981155 ], [ -4.182418878218372, 54.805198464817671 ], [ -4.182700698909929, 54.805432491695797 ], [ -4.182312062019845, 54.805670491915265 ], [ -4.182920014989596, 54.805575059860331 ], [ -4.182820303613497, 54.806005611869324 ], [ -4.181564388149685, 54.806493816027483 ], [ -4.180904500384504, 54.806289954740208 ], [ -4.181529591880329, 54.807522740689549 ], [ -4.180514162493134, 54.808605250556305 ], [ -4.183294474885042, 54.807728288600295 ], [ -4.184972411072033, 54.806668878683951 ], [ -4.185305091091535, 54.808103763894685 ], [ -4.18568475958324, 54.808218270247352 ], [ -4.187286055284241, 54.807699527152302 ], [ -4.186610652565522, 54.808390345510155 ], [ -4.187142482054736, 54.808671090854382 ], [ -4.188232000874385, 54.808069877349133 ], [ -4.188205636129885, 54.807611033484342 ], [ -4.188695203475879, 54.807685795681735 ], [ -4.188359726488803, 54.80807206758044 ], [ -4.189425645569792, 54.808070811115805 ], [ -4.189632951016914, 54.808479647983852 ], [ -4.190534862521908, 54.808524487626748 ], [ -4.191273856499592, 54.808147100717029 ], [ -4.190367610132758, 54.809660975430319 ], [ -4.190678610550098, 54.809886367665378 ], [ -4.192043115135764, 54.809564194803812 ], [ -4.192201859559414, 54.80982289575752 ], [ -4.193802742315931, 54.809756203006387 ], [ -4.193931357330556, 54.80894220204457 ], [ -4.193443384850999, 54.808524065566928 ], [ -4.194486394346373, 54.80821486823929 ], [ -4.194791523858781, 54.808790913684895 ], [ -4.195974302048801, 54.80907871782717 ], [ -4.196221379828533, 54.8095308684399 ], [ -4.19653249828256, 54.809413776116507 ], [ -4.197175124629623, 54.810415159722439 ], [ -4.197592331179458, 54.810159515651556 ], [ -4.198307121735418, 54.810368584503031 ], [ -4.199657657170572, 54.810133768713719 ], [ -4.200655275095953, 54.811222179273777 ], [ -4.200600607423314, 54.811905410202577 ], [ -4.201715474389579, 54.81277326103671 ], [ -4.203564088588895, 54.813338341398612 ], [ -4.20401371166669, 54.81313511954253 ], [ -4.205684660925785, 54.813409466226922 ], [ -4.207240661040219, 54.813002742614252 ], [ -4.208061148436971, 54.813663759588685 ], [ -4.20919921629165, 54.813555849951378 ], [ -4.208960819629774, 54.814833885998453 ], [ -4.210413269795672, 54.815693713925867 ], [ -4.209672737804047, 54.81601371795032 ], [ -4.20984400421763, 54.816641603166893 ], [ -4.208478989227227, 54.818439024729805 ], [ -4.208898877393525, 54.819087553247492 ], [ -4.208148590100115, 54.820114233745521 ], [ -4.20736164431831, 54.820213047344353 ], [ -4.207054851849941, 54.82066716288999 ], [ -4.207769456192761, 54.821125167116925 ], [ -4.209944833521034, 54.82102354035041 ], [ -4.210335656929881, 54.821196194203068 ], [ -4.210011749751194, 54.821678494061949 ], [ -4.211056194786101, 54.821306209911839 ], [ -4.211732066397662, 54.822364441314917 ], [ -4.213609764229584, 54.821601216028654 ], [ -4.214044666202375, 54.821896198711478 ], [ -4.2144691027651, 54.821687106272591 ], [ -4.214520933830065, 54.82203671853398 ], [ -4.215661736161388, 54.822287348657696 ], [ -4.217136149685423, 54.8238810727985 ], [ -4.217854778404516, 54.82415377864988 ], [ -4.217982279611086, 54.825201325499279 ], [ -4.218719101457108, 54.825521333864906 ], [ -4.219548267445926, 54.8253677429216 ], [ -4.219343191806968, 54.826907659460581 ], [ -4.2172480996401, 54.828592687886044 ], [ -4.21736845823983, 54.829225987511144 ], [ -4.216265882384794, 54.829818709543382 ], [ -4.216897407734924, 54.830375256868621 ], [ -4.217814386204708, 54.830514902861452 ], [ -4.219423324302048, 54.829474258564765 ], [ -4.221064247869936, 54.828847384630521 ], [ -4.220991343091153, 54.829164221744684 ], [ -4.219844974226202, 54.830262941938756 ], [ -4.218378750430121, 54.830584585411309 ], [ -4.217475043239348, 54.831141322979562 ], [ -4.216382008173917, 54.833045317290086 ], [ -4.216491763977684, 54.833882853703507 ], [ -4.216210625934294, 54.834094727901551 ], [ -4.215626223190225, 54.833859110530362 ], [ -4.214416993425343, 54.835009260355164 ], [ -4.21475372560143, 54.835726701913501 ], [ -4.213091415523191, 54.83690847631641 ], [ -4.212529068927303, 54.83693401141818 ], [ -4.21404610517445, 54.836881174047448 ], [ -4.213416763111456, 54.837304335190261 ], [ -4.213668738009612, 54.837440860778258 ], [ -4.214787975796416, 54.836977297793723 ], [ -4.214646032447767, 54.837314266338453 ], [ -4.215561445858173, 54.837138457303723 ], [ -4.216231747438056, 54.837576549098472 ], [ -4.217443290200551, 54.837121163096377 ], [ -4.217744729247791, 54.837335876680612 ], [ -4.218215896734462, 54.836812214520066 ], [ -4.21914867288449, 54.836811339736379 ], [ -4.216285044054255, 54.838236242065108 ], [ -4.215419368932294, 54.839035859825302 ], [ -4.216040613514287, 54.83943080399515 ], [ -4.217221843790849, 54.839415519766263 ], [ -4.2205213709936, 54.838213629300562 ], [ -4.221279993249238, 54.838415473438317 ], [ -4.2211186533322, 54.838937072642175 ], [ -4.220200789709808, 54.839295438124317 ], [ -4.221038330463297, 54.839969542695322 ], [ -4.22159389713346, 54.839933306215755 ], [ -4.222325908502969, 54.839310471568048 ], [ -4.223681902066528, 54.839103161727792 ], [ -4.224040021500891, 54.839696143356015 ], [ -4.224706639353763, 54.839668643681172 ], [ -4.224431933316577, 54.840167157497923 ], [ -4.225080577177642, 54.840690092060335 ], [ -4.225067559764677, 54.841245830653882 ], [ -4.22230031398324, 54.842272705828506 ], [ -4.221836548843739, 54.842761192043191 ], [ -4.220552377893486, 54.84283233587896 ], [ -4.219254069427377, 54.843440347435468 ], [ -4.219021653984329, 54.844171779565578 ], [ -4.219378836552887, 54.845797587862236 ], [ -4.220304101900902, 54.846620204286019 ], [ -4.222166509571196, 54.847147909156767 ], [ -4.223205660582371, 54.847858757202751 ], [ -4.223239748047286, 54.848988007158965 ], [ -4.222378703186862, 54.849901743614318 ], [ -4.221070617092245, 54.850448828370261 ], [ -4.220835414144709, 54.851044585575842 ], [ -4.219594216360222, 54.851307287475002 ], [ -4.217172921217946, 54.852947026925925 ], [ -4.215929631350743, 54.853116246893279 ], [ -4.215160398998862, 54.853577922395019 ], [ -4.213451952961016, 54.855466141566531 ], [ -4.213904481017922, 54.855820130204641 ], [ -4.212236644635488, 54.856802435037729 ], [ -4.212135932138081, 54.858491435301922 ], [ -4.210314862002714, 54.859836947990715 ], [ -4.207570424615215, 54.860626653558683 ], [ -4.201940093501684, 54.867448791727185 ], [ -4.190574706259349, 54.876365223959731 ], [ -4.188490214533166, 54.876243718381147 ], [ -4.186758097720962, 54.876986821268204 ], [ -4.186759544304283, 54.877531501196678 ], [ -4.189020859168223, 54.877721757538858 ], [ -4.190178563120525, 54.878688721182499 ], [ -4.18845239540299, 54.878680297334199 ], [ -4.186128756606919, 54.879153607867103 ], [ -4.184693283863647, 54.878928665256282 ], [ -4.185051964048187, 54.879046252669355 ], [ -4.184566760844817, 54.879356099767065 ], [ -4.184994074604729, 54.88010794230599 ], [ -4.186334857553446, 54.88097277332254 ], [ -4.185620453212612, 54.882146055718493 ], [ -4.185639316666389, 54.883588376540608 ], [ -4.18489755819152, 54.885236740606388 ], [ -4.185752217438925, 54.886306275154865 ], [ -4.189371550189971, 54.886601511436254 ], [ -4.192468500372294, 54.887928071151059 ], [ -4.189264834018656, 54.886272657214917 ], [ -4.186101435100698, 54.886161565084087 ], [ -4.185573642481431, 54.885830400622716 ], [ -4.185826221479961, 54.882577396914023 ], [ -4.18679679287081, 54.881067822787038 ], [ -4.185623367127064, 54.879378431551231 ], [ -4.186824810197284, 54.879570725636263 ], [ -4.189786605720492, 54.879021176574369 ], [ -4.191068549564573, 54.879145461548376 ], [ -4.191416823411979, 54.878611547899091 ], [ -4.19077763240422, 54.877548051873788 ], [ -4.192209518759118, 54.875410793756174 ], [ -4.199639656965548, 54.869821236065434 ], [ -4.203083853191187, 54.867674327849429 ], [ -4.206031533272702, 54.867941691244447 ], [ -4.206998615925609, 54.867243676477415 ], [ -4.207125134433653, 54.866250832311515 ], [ -4.208479117452011, 54.866473394110464 ], [ -4.208343130522818, 54.866665527543404 ], [ -4.210328442082685, 54.865609188615508 ], [ -4.212785804506266, 54.86526330155705 ], [ -4.21487796851847, 54.865391436403037 ], [ -4.215916421761549, 54.86500395133244 ], [ -4.216050227399798, 54.86460241388491 ], [ -4.217947990065009, 54.864908423660559 ], [ -4.218744569122375, 54.864600837506416 ], [ -4.218955824474111, 54.864872028138116 ], [ -4.219796177290508, 54.864311953165178 ], [ -4.219939059888076, 54.864614953755584 ], [ -4.222152764958437, 54.864714673312356 ], [ -4.222751716806671, 54.865177408782785 ], [ -4.224408555648125, 54.865238744074134 ], [ -4.226544145056469, 54.86485352964938 ], [ -4.22781363320547, 54.864192943161605 ], [ -4.22870958562275, 54.863230890906365 ], [ -4.229075815191305, 54.861932496973601 ], [ -4.228847404680792, 54.861294901293448 ], [ -4.228379575890076, 54.861401466808545 ], [ -4.228379105496703, 54.859020380943932 ], [ -4.230370915199557, 54.857364041639322 ], [ -4.229786068221359, 54.856253001913075 ], [ -4.231136305356991, 54.855395839376975 ], [ -4.230789776228871, 54.854960865260082 ], [ -4.233019892331428, 54.854041664006907 ], [ -4.232927060439959, 54.853264054014893 ], [ -4.234701527542383, 54.852531178003034 ], [ -4.236467953147928, 54.852329654602883 ], [ -4.236226433444267, 54.852582192312653 ], [ -4.236780230506802, 54.852764345384472 ], [ -4.239441285420517, 54.852766511018316 ], [ -4.239665497286304, 54.852342602191278 ], [ -4.240604044386873, 54.8521302250562 ], [ -4.240950141330166, 54.850898676759748 ], [ -4.242353855514088, 54.850338822161447 ], [ -4.242334164976985, 54.849759415069393 ], [ -4.243180583436671, 54.849516360018157 ], [ -4.244437151108333, 54.848496281900431 ], [ -4.244717498001775, 54.847822337554732 ], [ -4.244186485380194, 54.847881595673172 ], [ -4.245172252633304, 54.847343816458597 ], [ -4.247574224406312, 54.846839135396607 ], [ -4.248476267360807, 54.845833668254947 ], [ -4.248815202304206, 54.845962219016734 ], [ -4.250503240446017, 54.845394301649499 ], [ -4.252834460552232, 54.84549576770906 ], [ -4.25330351935942, 54.845220094483871 ], [ -4.253176082880256, 54.844834147629868 ], [ -4.254107168926922, 54.844911239049935 ], [ -4.255098787421033, 54.844537762109752 ], [ -4.255800125902357, 54.843512596630021 ], [ -4.255451302222778, 54.842844026323512 ], [ -4.254703933519288, 54.842569375853259 ], [ -4.255715903111259, 54.841780235542387 ], [ -4.256642291077214, 54.842081213772389 ], [ -4.257895567484822, 54.841402623151019 ], [ -4.257773681049533, 54.8407541061651 ], [ -4.256487694591751, 54.840762744232535 ], [ -4.257349865411503, 54.840165138222773 ], [ -4.256460079772112, 54.839486856951858 ], [ -4.257429950706991, 54.837276464704303 ], [ -4.258044609614719, 54.837267725297899 ], [ -4.258400107663526, 54.83760987297196 ], [ -4.259069574267699, 54.837439209824332 ], [ -4.25977994151544, 54.837861038625569 ], [ -4.260729892487647, 54.83777682797863 ], [ -4.262047577683108, 54.837445755804318 ], [ -4.264195713919277, 54.836065469515823 ], [ -4.263903484898808, 54.835936090501093 ], [ -4.265092506653897, 54.835533676885618 ], [ -4.265820079278074, 54.835734025975796 ], [ -4.266334342750307, 54.835407118917409 ], [ -4.266964543685833, 54.835759392114149 ], [ -4.267561000752401, 54.83570420270636 ], [ -4.267197520441822, 54.83591503945533 ], [ -4.268030098196324, 54.836376784367005 ], [ -4.270333326880205, 54.836459556551397 ], [ -4.270223634160731, 54.836863406862022 ], [ -4.273824158990982, 54.838386107352889 ], [ -4.274923021638243, 54.839813604046469 ], [ -4.27866709524585, 54.840227852860068 ], [ -4.281517249494859, 54.8419388000518 ], [ -4.283293076595326, 54.841529669040348 ], [ -4.28388668656354, 54.841974230461844 ], [ -4.283780092526992, 54.841576235239238 ], [ -4.284284392417944, 54.84157033914483 ], [ -4.28646677391974, 54.842456883535476 ], [ -4.286615276769299, 54.842218578955922 ], [ -4.286777823838776, 54.842558888150968 ], [ -4.287410685132501, 54.842209881010142 ], [ -4.288337871381639, 54.842520492119974 ], [ -4.289139283113647, 54.842342680185908 ], [ -4.290285193536694, 54.842884657217986 ], [ -4.29031997213611, 54.842618831088664 ], [ -4.291315237468686, 54.84316813600708 ], [ -4.291690433303194, 54.843000151670296 ], [ -4.292511997609135, 54.843287557191097 ], [ -4.292727907573939, 54.843634041841838 ], [ -4.293533322843529, 54.843499271588911 ], [ -4.293900480038102, 54.843738625475744 ], [ -4.299058638977335, 54.843207753632946 ], [ -4.299892449578381, 54.842641838170337 ], [ -4.300204838421432, 54.843040414579008 ], [ -4.300486323464797, 54.842512828022848 ], [ -4.300856674256526, 54.843190755436289 ], [ -4.301474044166036, 54.843255453725924 ], [ -4.301596237140281, 54.842802795962932 ], [ -4.302106764862263, 54.843452892366422 ], [ -4.302341737779351, 54.843148207772423 ], [ -4.303285734028662, 54.843286700271591 ], [ -4.304480903932617, 54.844060421056852 ], [ -4.305616634656236, 54.844173681390558 ], [ -4.306104638704284, 54.845110034534656 ], [ -4.307300462542338, 54.845920570183402 ], [ -4.310875171405384, 54.84733391574494 ], [ -4.320000817521517, 54.848778701169159 ], [ -4.326493219142579, 54.851123660044216 ], [ -4.331523834406104, 54.852098597051402 ], [ -4.340466603772619, 54.855679336824771 ], [ -4.351625385275452, 54.858995389592003 ], [ -4.352308166323379, 54.859936782059762 ], [ -4.358806202628299, 54.862154089513901 ], [ -4.361346226601092, 54.86359237075618 ], [ -4.362699267271336, 54.863172326189741 ], [ -4.362609418120662, 54.864220387068052 ], [ -4.363423761505741, 54.865992433107998 ], [ -4.364438813590455, 54.866692679277406 ], [ -4.36563014434485, 54.866623624574508 ], [ -4.365410026107418, 54.866963201451327 ], [ -4.366568280860069, 54.868457059633151 ], [ -4.367175831450576, 54.870366149541923 ], [ -4.368992232923839, 54.871518154848808 ], [ -4.369866326607584, 54.873397760225764 ], [ -4.37104041463375, 54.874624297247578 ], [ -4.37358960817088, 54.876064849317601 ], [ -4.374146635457791, 54.877451738039802 ], [ -4.375884506272968, 54.877816849290554 ], [ -4.376204338961487, 54.877609237300781 ], [ -4.378554148200202, 54.878384812474415 ], [ -4.383406382570376, 54.877710761421632 ], [ -4.383339536463874, 54.878347593385598 ], [ -4.382461760658774, 54.878874496214223 ], [ -4.380109199143939, 54.879666723332797 ], [ -4.38094447007809, 54.879502027661424 ], [ -4.380772761327663, 54.880079789190688 ], [ -4.381617401159192, 54.88110414406723 ], [ -4.381626641211189, 54.880626649284977 ], [ -4.382211881915391, 54.880636740861242 ], [ -4.382430560026454, 54.883311158648652 ], [ -4.382276584098362, 54.885404111400973 ], [ -4.381735321244037, 54.885585520302705 ], [ -4.381568879095811, 54.886279136456501 ], [ -4.381745452710488, 54.887447831698076 ], [ -4.382473989125775, 54.888694687967352 ], [ -4.384075392389821, 54.890039463393627 ], [ -4.384676871183212, 54.892327025342972 ], [ -4.387159744759099, 54.895070207235541 ], [ -4.386690816496458, 54.895368869023713 ], [ -4.390073063369639, 54.896938334241952 ], [ -4.391726903514727, 54.898263104080463 ], [ -4.391097004958374, 54.898793272454824 ], [ -4.390344055064084, 54.898773937894546 ], [ -4.389463894306291, 54.897476176280634 ], [ -4.388823041322148, 54.897347658220042 ], [ -4.388075468771138, 54.897708436621727 ], [ -4.387766354269754, 54.89670235954295 ], [ -4.38827884149352, 54.898508947904389 ], [ -4.387972832950984, 54.898872725928655 ], [ -4.38548181061362, 54.897157155639682 ], [ -4.383497561442443, 54.897468483644772 ], [ -4.382533866793111, 54.898475279264154 ], [ -4.38167739182769, 54.898472304429269 ], [ -4.382606434509903, 54.898700376656329 ], [ -4.381717662255036, 54.900633352852765 ], [ -4.383076989416351, 54.898401699547492 ], [ -4.383862995751574, 54.898162447626021 ], [ -4.383933303924632, 54.898771416333133 ], [ -4.384389622750989, 54.897783561818137 ], [ -4.385486618536127, 54.897976852809514 ], [ -4.385544453690122, 54.898321790958207 ], [ -4.388631214287392, 54.899718221931565 ], [ -4.389491547461922, 54.901154809338905 ], [ -4.388775373430117, 54.898175579349967 ], [ -4.389065180601197, 54.897933468721305 ], [ -4.389431967620565, 54.898780202431894 ], [ -4.390233150545282, 54.899192309373156 ], [ -4.391524920229823, 54.899249574888813 ], [ -4.39328011623474, 54.898731389904086 ], [ -4.393972837961574, 54.899102463063315 ], [ -4.393397417251768, 54.899551567773557 ], [ -4.39396451053125, 54.900118379649641 ], [ -4.393700966999848, 54.899515022253404 ], [ -4.394617796653636, 54.899509531180797 ], [ -4.399223231239158, 54.902540497651238 ], [ -4.396693327832811, 54.902623712032216 ], [ -4.396047273741511, 54.902987029931367 ], [ -4.394610458721513, 54.902853568616528 ], [ -4.395999857543101, 54.903055382644204 ], [ -4.396749984658061, 54.902684617707763 ], [ -4.398419366805371, 54.902715481093097 ], [ -4.399778680538549, 54.903276506007302 ], [ -4.400226646768541, 54.904329250191537 ], [ -4.400162007377191, 54.905182681782691 ], [ -4.398856632472522, 54.905660618264449 ], [ -4.400030673967635, 54.905570903943797 ], [ -4.399726772265933, 54.906231305957945 ], [ -4.399382609600903, 54.905953155827888 ], [ -4.398840920911471, 54.90618318733106 ], [ -4.399484499334442, 54.906066201508402 ], [ -4.399246842057267, 54.907184629279278 ], [ -4.397848416262967, 54.906991119238498 ], [ -4.398875744082844, 54.907397807093105 ], [ -4.397805911427281, 54.908716040562048 ], [ -4.397102218893636, 54.908400036930978 ], [ -4.396126119773927, 54.908697956195944 ], [ -4.397104173577469, 54.908485393428677 ], [ -4.397477617624089, 54.909072192039446 ], [ -4.397109695424162, 54.909890258058759 ], [ -4.395542700427096, 54.910248373609434 ], [ -4.39528587774543, 54.911886730832435 ], [ -4.396382700547619, 54.915560451153631 ], [ -4.398052334186636, 54.917107755416488 ], [ -4.397221868960541, 54.917207745664307 ], [ -4.398130676900004, 54.918503090932759 ], [ -4.397709030831206, 54.917474989516286 ], [ -4.398565107167698, 54.917307073128725 ], [ -4.399148712823442, 54.917857356448621 ], [ -4.402324255898934, 54.918615283533953 ], [ -4.406302544497152, 54.919041715976917 ], [ -4.406086406608106, 54.919472973304288 ], [ -4.406628841492518, 54.919828077984619 ], [ -4.406463377077925, 54.919278535010051 ], [ -4.40709682619256, 54.919119463459019 ], [ -4.413752232046614, 54.919686732784918 ], [ -4.41800656930005, 54.920834507157124 ], [ -4.419621002630716, 54.9216527170963 ], [ -4.420252144338867, 54.922442860205265 ], [ -4.421152130764712, 54.925213309828344 ], [ -4.420469598631358, 54.925543324050849 ], [ -4.420983098531852, 54.925361401466702 ], [ -4.421917547630708, 54.927404848473671 ], [ -4.420427349914121, 54.92878918940503 ], [ -4.417670650383676, 54.930478279653762 ], [ -4.416910056825225, 54.931850748874773 ], [ -4.417354632418662, 54.933041931040343 ], [ -4.418829310450714, 54.934436432158414 ], [ -4.418424488857086, 54.934454379303254 ], [ -4.417090367526976, 54.933034604560262 ], [ -4.414785542332432, 54.932164463678866 ], [ -4.413879819076671, 54.932497976112899 ], [ -4.41339535987726, 54.933427171955429 ], [ -4.410486646976444, 54.933499302047075 ], [ -4.409916959313157, 54.933866566645037 ], [ -4.408941577612201, 54.93627337591051 ], [ -4.411018583940601, 54.936856907531649 ], [ -4.412375567324115, 54.935870849173455 ], [ -4.413046839762796, 54.935844034862754 ], [ -4.414065168469283, 54.936267859269094 ], [ -4.412797899675962, 54.936874618951883 ], [ -4.412656695701797, 54.936967312674007 ], [ -4.412175868487571, 54.938114861692398 ], [ -4.413344597655042, 54.938494357154561 ], [ -4.413527114146286, 54.940106945579601 ], [ -4.413317743059835, 54.94112056385547 ], [ -4.412144960900558, 54.941430600370097 ], [ -4.411811535201557, 54.941885767914947 ], [ -4.413916288655079, 54.944359078319422 ], [ -4.412471388136298, 54.944794075737448 ], [ -4.409540482483044, 54.944248176399483 ], [ -4.408705334233249, 54.944539796722403 ], [ -4.410297050444375, 54.945174312716389 ], [ -4.408540174099646, 54.946451421765282 ], [ -4.409477653893956, 54.94721667058095 ], [ -4.408582118151234, 54.947909494273595 ], [ -4.407859940100925, 54.950535091199107 ], [ -4.408977298018586, 54.952582196619964 ], [ -4.408259260891416, 54.95332003748193 ], [ -4.406993253550668, 54.953906176798981 ], [ -4.406658904944456, 54.954060968707502 ], [ -4.407742847711921, 54.954347816822363 ], [ -4.407694636300949, 54.954735604942172 ], [ -4.407561466598934, 54.955806716902273 ], [ -4.409275842179817, 54.955534533681799 ], [ -4.410481020972235, 54.956689813146525 ], [ -4.410058499728382, 54.958014339958183 ], [ -4.410803599842382, 54.956814820639565 ], [ -4.410522202559589, 54.956560710819687 ], [ -4.409269553838466, 54.955429487930495 ], [ -4.407683115201409, 54.955673068533777 ], [ -4.407830093127108, 54.954630878807535 ], [ -4.408286886425635, 54.954277709387398 ], [ -4.407046896939865, 54.953921583751509 ], [ -4.40812066884093, 54.953535821544477 ], [ -4.409142602680772, 54.952604088486623 ], [ -4.408036860514585, 54.950490236244718 ], [ -4.408788591816539, 54.94809776453576 ], [ -4.409803329149723, 54.947178750856075 ], [ -4.40892602089161, 54.946531864435102 ], [ -4.410759585858118, 54.94515345095737 ], [ -4.409125486730145, 54.944463150997656 ], [ -4.412663987475088, 54.944985311668738 ], [ -4.414219456419057, 54.944336874829489 ], [ -4.412182500205557, 54.941796604197165 ], [ -4.413606693751101, 54.941200219194435 ], [ -4.413883772718219, 54.940404585660843 ], [ -4.413656647934505, 54.938464787005742 ], [ -4.41313147968227, 54.938090491724239 ], [ -4.412597882583218, 54.937992322520387 ], [ -4.41293448583729, 54.937121799307441 ], [ -4.414393081532238, 54.936555282128644 ], [ -4.414465163431881, 54.93611698617331 ], [ -4.412385513039203, 54.935593791834982 ], [ -4.411203619983745, 54.93655749883213 ], [ -4.409460414177866, 54.936308032081811 ], [ -4.409261057265106, 54.935924561915229 ], [ -4.410325213384703, 54.934010380908326 ], [ -4.411327191221271, 54.933666895186448 ], [ -4.413922031138417, 54.933879639851405 ], [ -4.414476677605875, 54.932506789928105 ], [ -4.415148486361262, 54.932515908614988 ], [ -4.416671333663102, 54.933257777257651 ], [ -4.417913711494299, 54.934631740885287 ], [ -4.419156711653642, 54.934766999678658 ], [ -4.419500138120938, 54.934194754260872 ], [ -4.41792153563398, 54.932941658601976 ], [ -4.417707624335663, 54.931952634410656 ], [ -4.421619740795645, 54.933512507513726 ], [ -4.426189460984393, 54.934373266667642 ], [ -4.431658842845327, 54.934151554251038 ], [ -4.436192012614283, 54.934480521920541 ], [ -4.442679530881229, 54.932744814241055 ], [ -4.44492668895022, 54.932551291093063 ], [ -4.449710860005413, 54.935878839638214 ], [ -4.450810522147091, 54.937453114964399 ], [ -4.450151346962629, 54.937473601713315 ], [ -4.447740147810417, 54.936205311292021 ], [ -4.446398395291505, 54.935937496777065 ], [ -4.444351110267302, 54.936366132126402 ], [ -4.442415844414665, 54.937870264310064 ], [ -4.442275329820804, 54.939723928282376 ], [ -4.443259931256381, 54.941489351488762 ], [ -4.443219915058068, 54.943557630254681 ], [ -4.443924282580291, 54.944305733101544 ], [ -4.446472637889826, 54.945023908662669 ], [ -4.448552187289669, 54.944785159498238 ], [ -4.451446208683108, 54.943971725323237 ], [ -4.453490173852715, 54.946174132528725 ], [ -4.455617200734577, 54.94635499105155 ], [ -4.457500346206202, 54.945456666406017 ], [ -4.458639522599122, 54.943883908125699 ], [ -4.458427353857739, 54.94304323045948 ], [ -4.456816448121943, 54.941798470940228 ], [ -4.458293725303169, 54.941186998138022 ], [ -4.46282180413615, 54.940241334257536 ], [ -4.464444055408643, 54.940980599899923 ], [ -4.465353313427632, 54.942034549029785 ], [ -4.464690621295993, 54.942457895566342 ], [ -4.461613420094964, 54.94238903953098 ], [ -4.46010636314027, 54.942870814352347 ], [ -4.460052006917958, 54.943872396773457 ], [ -4.46172304822112, 54.946276383683944 ], [ -4.463357503211475, 54.94662439423599 ], [ -4.465664038802473, 54.945935791156543 ], [ -4.469921053146801, 54.947056562133653 ], [ -4.472780383598955, 54.946750306383144 ], [ -4.472403291199815, 54.946636627535518 ], [ -4.473530762222649, 54.94628018533291 ], [ -4.472759145132369, 54.946328251827119 ], [ -4.473640647235721, 54.946213226893107 ], [ -4.474269046105051, 54.946934840163742 ], [ -4.473818867311796, 54.950282551017857 ], [ -4.474272404312114, 54.95034343146736 ], [ -4.474785572468423, 54.946852408103851 ], [ -4.474173513387352, 54.945990234974936 ], [ -4.47312680711433, 54.945830863938411 ], [ -4.471696560658335, 54.946597071702655 ], [ -4.469589008059144, 54.946735210215451 ], [ -4.466789823982757, 54.945653156483118 ], [ -4.46292939491914, 54.946340029517451 ], [ -4.462090228996575, 54.945973203980166 ], [ -4.460427203930813, 54.94344501062595 ], [ -4.460596960579989, 54.942977737556504 ], [ -4.461151143465178, 54.942745382219272 ], [ -4.465097051411299, 54.942720221090454 ], [ -4.465898452783405, 54.941986631030169 ], [ -4.464894253751586, 54.940555273290649 ], [ -4.462806880363891, 54.939793082404819 ], [ -4.459458590150422, 54.940318452071459 ], [ -4.456190326754617, 54.941568425831122 ], [ -4.456275305675198, 54.942603145114191 ], [ -4.457705754129175, 54.944191348277116 ], [ -4.45615173034868, 54.945594500859912 ], [ -4.454391526709367, 54.943771136251456 ], [ -4.45307022588076, 54.943228813865161 ], [ -4.450748443274137, 54.943180384169246 ], [ -4.446896995083749, 54.944298039430905 ], [ -4.445338601607288, 54.944272782522575 ], [ -4.443766319465768, 54.938306941352984 ], [ -4.450746943823332, 54.938999613484434 ], [ -4.453310342238917, 54.938661127679566 ], [ -4.454986228531246, 54.937876689381127 ], [ -4.456175264981479, 54.936611268436501 ], [ -4.45652652021439, 54.935510198466091 ], [ -4.455996044994667, 54.935080459919199 ], [ -4.455117979059699, 54.934762017087124 ], [ -4.453543837810474, 54.934856741784472 ], [ -4.450459259361231, 54.934040768603467 ], [ -4.448660270876762, 54.932645087715237 ], [ -4.450065437725813, 54.932468437553581 ], [ -4.448709586370065, 54.932480493123286 ], [ -4.447474542359162, 54.931628949721819 ], [ -4.445129288542071, 54.930719742639965 ], [ -4.445091338974177, 54.930068801301573 ], [ -4.444687133380508, 54.93071335997702 ], [ -4.44304654422778, 54.93071400344283 ], [ -4.441053638705935, 54.931160369200533 ], [ -4.436667063802031, 54.932810723993612 ], [ -4.428581430723265, 54.932850379982185 ], [ -4.424658726369337, 54.932466699985468 ], [ -4.424136386219431, 54.930998435483865 ], [ -4.425476415448672, 54.928909613524439 ], [ -4.425167479377857, 54.928833981527717 ], [ -4.425769730785297, 54.926470435531243 ], [ -4.423741327500632, 54.924146818384436 ], [ -4.422864960614127, 54.922264926661875 ], [ -4.422929722544952, 54.921602943616975 ], [ -4.423341269777153, 54.921699006193961 ], [ -4.42264329201011, 54.921433371251602 ], [ -4.422000842449268, 54.920455595597367 ], [ -4.413081902242471, 54.917483369395001 ], [ -4.412666283413243, 54.917630954879399 ], [ -4.405188683208608, 54.916616082683205 ], [ -4.412716697004399, 54.917326125983138 ], [ -4.415088693847292, 54.917795852439006 ], [ -4.412454109972497, 54.914738020791837 ], [ -4.404073481905299, 54.915316783344814 ], [ -4.403653047725097, 54.916273439716285 ], [ -4.402952120671501, 54.916451806565085 ], [ -4.400639167819596, 54.915869215112629 ], [ -4.399174939584747, 54.914496768649862 ], [ -4.398565259847593, 54.91258966871213 ], [ -4.399095832297413, 54.910987869339017 ], [ -4.39945774987006, 54.910545030380668 ], [ -4.399834938300463, 54.910853090418193 ], [ -4.399379569895019, 54.910201398901457 ], [ -4.402633928207368, 54.908024655815019 ], [ -4.403417085883611, 54.907841066275203 ], [ -4.402899415416083, 54.907636473280746 ], [ -4.403209639930603, 54.907318417707835 ], [ -4.402864200304023, 54.907071763820923 ], [ -4.403803370588758, 54.906914748327729 ], [ -4.405636386813145, 54.90516155887574 ], [ -4.405341704275061, 54.904745812669191 ], [ -4.406396872947834, 54.903239929384839 ], [ -4.406023651319321, 54.901586160268515 ], [ -4.406294845200997, 54.900379858470075 ], [ -4.40469153577698, 54.898787308422023 ], [ -4.405688568249976, 54.898688457650103 ], [ -4.407840731836415, 54.897586000716529 ], [ -4.40935418435628, 54.896393704286091 ], [ -4.412079884959302, 54.8948707885639 ], [ -4.412501554421973, 54.894932525935772 ], [ -4.412332085051083, 54.894732741242763 ], [ -4.413899284080203, 54.893738873539476 ], [ -4.415903436045025, 54.893063491933205 ], [ -4.41649111335266, 54.892329979783739 ], [ -4.417579353570408, 54.892038646913754 ], [ -4.418603752070315, 54.891202941998941 ], [ -4.419289479908305, 54.891195573394853 ], [ -4.418795970974472, 54.891105627183393 ], [ -4.422760287674967, 54.888874615785568 ], [ -4.418704212895817, 54.89095374268981 ], [ -4.417962239036808, 54.890829190557135 ], [ -4.418226745690842, 54.891131347575104 ], [ -4.415345285837514, 54.89280582417036 ], [ -4.414106126902287, 54.893103732781448 ], [ -4.414364116332671, 54.893219056089684 ], [ -4.412720510514623, 54.894316923077 ], [ -4.411956755229641, 54.893672303158745 ], [ -4.412256083907922, 54.89447896330293 ], [ -4.41090058324517, 54.895206127166304 ], [ -4.410453620579843, 54.895034321600704 ], [ -4.410698061723608, 54.895366556584918 ], [ -4.407280857699573, 54.897273497247795 ], [ -4.406264794454041, 54.897680162055906 ], [ -4.405838464917364, 54.897436018707097 ], [ -4.405991280278747, 54.897827607614019 ], [ -4.405266721699173, 54.898284219489959 ], [ -4.403729887367439, 54.898485440837888 ], [ -4.402282415058987, 54.898144637129583 ], [ -4.40117314855787, 54.897039358451636 ], [ -4.401367728911747, 54.896823370794856 ], [ -4.399136348625233, 54.895626099334621 ], [ -4.401620412048332, 54.896299709448847 ], [ -4.402937160616345, 54.896253884329091 ], [ -4.401494036628416, 54.896220409071844 ], [ -4.399762881095642, 54.895540009480278 ], [ -4.39893827694456, 54.895521245940763 ], [ -4.396566798676246, 54.894430968237984 ], [ -4.396567878049675, 54.894160378883804 ], [ -4.39760188669956, 54.894186709384989 ], [ -4.397879826483965, 54.894304774587077 ], [ -4.398552284535721, 54.894590421874554 ], [ -4.40094175891785, 54.894829049127587 ], [ -4.400855248283955, 54.894397490740729 ], [ -4.400419188946011, 54.8947225237441 ], [ -4.398500382599586, 54.894478185976567 ], [ -4.397914685882077, 54.894288184705907 ], [ -4.398958607315492, 54.893791365185294 ], [ -4.397888280225466, 54.894229594653559 ], [ -4.396274918726606, 54.893770645785537 ], [ -4.400431846461047, 54.8907680202121 ], [ -4.401095566372729, 54.890888833046226 ], [ -4.400934250086912, 54.890615162153253 ], [ -4.401604986158479, 54.890251327024139 ], [ -4.403791971996124, 54.890157712438125 ], [ -4.404499158161063, 54.889725721879493 ], [ -4.408134979275698, 54.889112529021915 ], [ -4.409871328855414, 54.888394015737575 ], [ -4.411243708443858, 54.888500705710086 ], [ -4.410815956098427, 54.889693052280258 ], [ -4.412072615536118, 54.890471712265608 ], [ -4.410953129300494, 54.889692126412953 ], [ -4.411628553844115, 54.887843156838137 ], [ -4.412456073294433, 54.887574126248154 ], [ -4.416194188148339, 54.887528560191747 ], [ -4.418047932175629, 54.886274541972803 ], [ -4.420506028283264, 54.886831423494314 ], [ -4.420872829692403, 54.885018213072961 ], [ -4.421833473436361, 54.884267346909134 ], [ -4.423408550764198, 54.884064227333667 ], [ -4.423206032169466, 54.883340156920859 ], [ -4.424411631829294, 54.882619437281903 ], [ -4.424366684044766, 54.882208636414383 ], [ -4.425699029435947, 54.882274611060929 ], [ -4.425351869987936, 54.881920186855105 ], [ -4.426314999306729, 54.881031701124805 ], [ -4.425375121535542, 54.878000494907333 ], [ -4.428458371220656, 54.87848629207727 ], [ -4.429472842973937, 54.878012946041373 ], [ -4.42839001775071, 54.878334845299605 ], [ -4.426383651841982, 54.878024388555922 ], [ -4.42494698035093, 54.877646788673879 ], [ -4.424046132669261, 54.87684587664107 ], [ -4.424737289959165, 54.876180367416204 ], [ -4.425602603541775, 54.876467810232107 ], [ -4.428171928950012, 54.876109020876314 ], [ -4.42967300671753, 54.874708154499523 ], [ -4.427427680198529, 54.87614997308691 ], [ -4.425751408893928, 54.87637584526874 ], [ -4.425597557652724, 54.875916881740274 ], [ -4.426548980748239, 54.875484371277039 ], [ -4.426338808749287, 54.874866529027649 ], [ -4.427151714995773, 54.874204864031292 ], [ -4.429562182995401, 54.873851017412186 ], [ -4.429699091540511, 54.873587594225107 ], [ -4.424431387554474, 54.874850703031534 ], [ -4.423227530209581, 54.874687767099715 ], [ -4.423953664357154, 54.87356671737134 ], [ -4.427910939217509, 54.87270289016994 ], [ -4.425904996503579, 54.872861648810556 ], [ -4.423413444965814, 54.873500197116392 ], [ -4.421258792685717, 54.871934150904281 ], [ -4.422197028320321, 54.871022820132943 ], [ -4.423394933541387, 54.871010597379041 ], [ -4.422506621939994, 54.870753262793976 ], [ -4.424934616902092, 54.868903376011033 ], [ -4.427928033031685, 54.869021523850108 ], [ -4.425735432974724, 54.868898162514995 ], [ -4.425391933736345, 54.868732436212809 ], [ -4.425840231745871, 54.868203909936923 ], [ -4.42738128766574, 54.868041862548154 ], [ -4.42785672645356, 54.867550539799126 ], [ -4.429263864449618, 54.867538759848593 ], [ -4.430715254494747, 54.867526591614535 ], [ -4.430451451659055, 54.86733860869721 ], [ -4.429420207086785, 54.867512411200686 ], [ -4.42758047250331, 54.867492242477105 ], [ -4.427043264922212, 54.868045025950181 ], [ -4.425838590806896, 54.86809877061949 ], [ -4.424353779923598, 54.869093860267093 ], [ -4.423459290049014, 54.868888792911186 ], [ -4.424635489420378, 54.867815381875509 ], [ -4.426134450442688, 54.867290133670778 ], [ -4.425153989018845, 54.867443663397673 ], [ -4.426427552238821, 54.866098616415449 ], [ -4.430643904707112, 54.86460656850285 ], [ -4.433488029816067, 54.862510855541124 ], [ -4.434274609771361, 54.862090573594983 ], [ -4.434918461778222, 54.862198112985268 ], [ -4.434514241819961, 54.86195542551161 ], [ -4.4351352072385, 54.861502503070298 ], [ -4.434707087971758, 54.860578922125171 ], [ -4.431695626680221, 54.859633413655473 ], [ -4.435117009142435, 54.857944083301156 ], [ -4.438324398185229, 54.858134979994126 ], [ -4.43849572561943, 54.858443460025249 ], [ -4.442164277371354, 54.85620961321203 ], [ -4.444054729759387, 54.85763319015178 ], [ -4.445895169506196, 54.85779117867645 ], [ -4.447907538433199, 54.857263396784631 ], [ -4.448424375730385, 54.855713132747972 ], [ -4.44930642466436, 54.855381614293769 ], [ -4.452563343201641, 54.856467351310762 ], [ -4.455509184786552, 54.856508464948888 ], [ -4.459809757127257, 54.857763460496443 ], [ -4.46191051553031, 54.857947392581707 ], [ -4.463615964293102, 54.857321299103326 ], [ -4.468820623254766, 54.856306732982659 ], [ -4.471261551005537, 54.857390591481689 ], [ -4.476682251793664, 54.857818547808833 ], [ -4.478634699931408, 54.860637255176918 ], [ -4.480171472630356, 54.861326795708614 ], [ -4.481332513120643, 54.862773698657385 ], [ -4.481522178269094, 54.862411151909633 ], [ -4.480397249562834, 54.861120823789449 ], [ -4.478702831774037, 54.860147750294566 ], [ -4.476806640267859, 54.857534647535239 ], [ -4.471305930839185, 54.857122709008451 ], [ -4.468867511813439, 54.855977674049342 ], [ -4.461226343860988, 54.857408435293564 ], [ -4.456178861338869, 54.856246813529559 ], [ -4.452550391079295, 54.856048718930069 ], [ -4.450173200860403, 54.855029722575416 ], [ -4.44926204708958, 54.855009460655808 ], [ -4.4478539102641, 54.855555644178409 ], [ -4.447153960228452, 54.856990042421735 ], [ -4.445280385092239, 54.857390965664017 ], [ -4.444093634567261, 54.857117329925238 ], [ -4.443593155669343, 54.856081972380906 ], [ -4.442293176063962, 54.855815992659075 ], [ -4.441127954138414, 54.856026408798996 ], [ -4.438432581491782, 54.857578178448918 ], [ -4.435998848645756, 54.85732231941482 ], [ -4.4341991703543, 54.857658663313366 ], [ -4.432502340054866, 54.856313755508943 ], [ -4.429744654051722, 54.855669643298356 ], [ -4.427794539422814, 54.855576528900762 ], [ -4.429323405293648, 54.854675792012891 ], [ -4.430951410815716, 54.854802300999275 ], [ -4.431585047869507, 54.854017444003354 ], [ -4.431565971801485, 54.853700510980978 ], [ -4.42971530865035, 54.852694840308246 ], [ -4.42968844814308, 54.852325926170998 ], [ -4.429449335717734, 54.852598588087588 ], [ -4.431425323326995, 54.853693440827158 ], [ -4.431425854141431, 54.854064679994067 ], [ -4.430912744214617, 54.854729364888136 ], [ -4.429150648586406, 54.854627113146648 ], [ -4.427610049112169, 54.85559190507135 ], [ -4.42965094114226, 54.855769500490226 ], [ -4.432975861112556, 54.856751022340561 ], [ -4.433918823937494, 54.857893507681482 ], [ -4.431421990399506, 54.859048312234783 ], [ -4.430858667225273, 54.860044800238661 ], [ -4.431528940981488, 54.860540156810544 ], [ -4.433856145200296, 54.861016678321725 ], [ -4.434122000298688, 54.861394282514922 ], [ -4.433554211771564, 54.861617810511767 ], [ -4.432742102262444, 54.861252053903826 ], [ -4.433533024385234, 54.861757566275678 ], [ -4.431267984093632, 54.863065026071311 ], [ -4.430919345966293, 54.862994702816209 ], [ -4.430968062374141, 54.863338009160692 ], [ -4.430403873836526, 54.863414927711837 ], [ -4.430601020973624, 54.863686944947673 ], [ -4.429870147589747, 54.864127660923295 ], [ -4.428227723783523, 54.864363682172844 ], [ -4.42770803975832, 54.864040582579797 ], [ -4.427594659123012, 54.864306230228408 ], [ -4.426149737766831, 54.864353996931769 ], [ -4.424950794551465, 54.864760889878546 ], [ -4.427158989307382, 54.864006617445746 ], [ -4.426050166951911, 54.86324134179651 ], [ -4.424265032001009, 54.863462183756887 ], [ -4.425059834034072, 54.863047191992287 ], [ -4.422277092299732, 54.863939639397692 ], [ -4.421712737015948, 54.86354639248151 ], [ -4.421610084486177, 54.862510203384439 ], [ -4.422167810122271, 54.86063653980618 ], [ -4.421536983971419, 54.858302080715461 ], [ -4.422026429626246, 54.85801904676417 ], [ -4.420593260514834, 54.857349187193634 ], [ -4.420995193331225, 54.857191951830757 ], [ -4.420354645688515, 54.857241582488427 ], [ -4.420293043725589, 54.856915608772645 ], [ -4.418597892214645, 54.856709392734182 ], [ -4.420111084192669, 54.855907067810676 ], [ -4.419889376201875, 54.85332443344987 ], [ -4.420398564951375, 54.85222750033347 ], [ -4.420936085559782, 54.852331839253715 ], [ -4.420461943570294, 54.851907124088982 ], [ -4.420842666625105, 54.850954778123061 ], [ -4.419175989806328, 54.849814938359536 ], [ -4.41978947965121, 54.849289431055965 ], [ -4.419151879520006, 54.849646424328533 ], [ -4.418658336005872, 54.849469288809651 ], [ -4.418792880194387, 54.848177573610997 ], [ -4.420261313515849, 54.846867352658613 ], [ -4.420254781948731, 54.84657623663221 ], [ -4.419367025496356, 54.846266736062127 ], [ -4.419821895836016, 54.845954734565154 ], [ -4.419088027286632, 54.846159934493464 ], [ -4.419322184319441, 54.845413667239519 ], [ -4.4188727043451, 54.845425324146639 ], [ -4.418266131732459, 54.842863839151967 ], [ -4.418637224927674, 54.841907195963969 ], [ -4.417925178881359, 54.841070119837944 ], [ -4.416866337809084, 54.840918623267136 ], [ -4.415912261286687, 54.840356927497382 ], [ -4.415667522474471, 54.839389181303609 ], [ -4.41636614395302, 54.83896087453784 ], [ -4.415822485807078, 54.838959114815736 ], [ -4.4142513937753, 54.837948549400636 ], [ -4.41421521450004, 54.83656045619243 ], [ -4.413639493559511, 54.835577717258133 ], [ -4.414363565184685, 54.834298547696079 ], [ -4.414567785736227, 54.832190138643966 ], [ -4.413503521227767, 54.830378438544813 ], [ -4.41371352258141, 54.829357594998555 ], [ -4.41252020205885, 54.828904008692881 ], [ -4.412490328322605, 54.828168396400663 ], [ -4.410783250755357, 54.82682699844554 ], [ -4.408454100918108, 54.825730745395113 ], [ -4.408524133320619, 54.825102816024959 ], [ -4.406821518473397, 54.824433658999112 ], [ -4.403636887804891, 54.824027565860874 ], [ -4.401316248335719, 54.823986326978371 ], [ -4.399793700740484, 54.824276237499035 ], [ -4.397767879044335, 54.823955831134967 ], [ -4.394664355619291, 54.822577082606706 ], [ -4.393865692081642, 54.821656185032694 ], [ -4.390851740241038, 54.821260773893904 ], [ -4.389933976109167, 54.82079884215932 ], [ -4.388667627844518, 54.821445824577083 ], [ -4.386513674564473, 54.821641029289061 ], [ -4.383331981739632, 54.820616802588063 ], [ -4.381828164419957, 54.820616672918199 ], [ -4.381409267771278, 54.820085554723285 ], [ -4.380146422433512, 54.820026739732498 ], [ -4.379551869548428, 54.819658167306883 ], [ -4.376440718296938, 54.819987923297035 ], [ -4.374509164901931, 54.81856143432335 ], [ -4.373243715984737, 54.818430686848927 ], [ -4.371312847516359, 54.81703919224028 ], [ -4.369611334092448, 54.816372196631932 ], [ -4.368505312896883, 54.815267473459457 ], [ -4.363868586007993, 54.815749835296657 ], [ -4.361940380974444, 54.815515925827825 ], [ -4.361064929101616, 54.8150241911382 ], [ -4.359902767476105, 54.814900284515723 ], [ -4.359274841708787, 54.814275179109963 ], [ -4.358627830681422, 54.814310233367657 ], [ -4.357719938059498, 54.813420893764594 ], [ -4.355956816760692, 54.81315941154768 ], [ -4.354601639683326, 54.813381683409844 ], [ -4.35429516246966, 54.812956160846511 ], [ -4.352753784861823, 54.812465604235172 ], [ -4.353143586744402, 54.811862074032504 ], [ -4.351236696279419, 54.810785316196366 ], [ -4.35037913162696, 54.81081182338778 ], [ -4.350183171734326, 54.810171110760052 ], [ -4.349063343043811, 54.809379299911335 ], [ -4.349138901477018, 54.808482534904677 ], [ -4.348535967431383, 54.808202967383139 ], [ -4.34731498536726, 54.808321884419939 ], [ -4.346742714737895, 54.807202144952122 ], [ -4.346267396582844, 54.807351567917458 ], [ -4.346811689148258, 54.806674056794982 ], [ -4.345176296039003, 54.80600544622903 ], [ -4.345719372436441, 54.805843930285803 ], [ -4.345521757774095, 54.805441450343146 ], [ -4.34515145298479, 54.805469285118093 ], [ -4.344270314095541, 54.804522700760934 ], [ -4.343619128136806, 54.80448314863051 ], [ -4.344119992914573, 54.803969188820361 ], [ -4.343784845640895, 54.803824650794809 ], [ -4.344327777743177, 54.803822248353363 ], [ -4.343789741252662, 54.803694216155215 ], [ -4.34410745581997, 54.803484026788666 ], [ -4.343285780259652, 54.802918317606398 ], [ -4.343307604079961, 54.802435188367518 ], [ -4.3424859687394, 54.802219144059038 ], [ -4.343126201380255, 54.801505637909528 ], [ -4.341967297090195, 54.800515862926559 ], [ -4.342642811040138, 54.799605718159839 ], [ -4.342266010790588, 54.799197705039468 ], [ -4.341240144040299, 54.799107846807907 ], [ -4.341436218839513, 54.79867798456857 ], [ -4.34203129149331, 54.798609864553157 ], [ -4.341785688793265, 54.798291004001165 ], [ -4.342342938655329, 54.797273478273496 ], [ -4.342006201959413, 54.796831431492002 ], [ -4.342497963427331, 54.795892474392303 ], [ -4.342153482587508, 54.795881149499223 ], [ -4.343445171343616, 54.79462470769159 ], [ -4.343175963014021, 54.792876159384335 ], [ -4.344440817805486, 54.791212123754697 ], [ -4.34820167270045, 54.790343835008592 ], [ -4.349752570280199, 54.790719198637589 ], [ -4.351572801403768, 54.790481663919465 ], [ -4.352753620645052, 54.790885738671818 ], [ -4.353441040004631, 54.790642281859448 ], [ -4.353693097176325, 54.791526402730447 ], [ -4.354558902609779, 54.791728927697577 ], [ -4.354308969823416, 54.792032214940626 ], [ -4.355217761121652, 54.792411883168349 ], [ -4.355269049886965, 54.792865730848533 ], [ -4.357505023050297, 54.793034426368934 ], [ -4.358129479803539, 54.79432749028431 ], [ -4.360119000843184, 54.794963864500978 ], [ -4.360803464024632, 54.794509181961288 ], [ -4.36079946546281, 54.795080961224897 ], [ -4.362176244653411, 54.795773274539442 ], [ -4.36376760111287, 54.79574316788915 ], [ -4.365700864118209, 54.795254223484122 ], [ -4.369080238338318, 54.793397641266886 ], [ -4.369394891665466, 54.79268675369233 ], [ -4.368539641624675, 54.792134454139855 ], [ -4.36894050282176, 54.790876249255575 ], [ -4.368491613159036, 54.790249492123685 ], [ -4.368625499586735, 54.7890279634018 ], [ -4.368123547576483, 54.787679522557902 ], [ -4.36742389295916, 54.787525088510165 ], [ -4.368459122081718, 54.786608666314777 ], [ -4.36773951942518, 54.786751262209187 ], [ -4.36721826065459, 54.78749314663272 ], [ -4.364307419161195, 54.787616452424551 ], [ -4.363782713887339, 54.788273891567947 ], [ -4.362584726254451, 54.788429375821295 ], [ -4.363582349437499, 54.788145658209018 ], [ -4.363912625778258, 54.78724840742499 ], [ -4.361506721343399, 54.785520849038555 ], [ -4.362167053049633, 54.783321855274565 ], [ -4.362882073784629, 54.78288813653387 ], [ -4.361020085205817, 54.782002130481835 ], [ -4.360519213625965, 54.781360177095642 ], [ -4.361213085963697, 54.78133767846699 ], [ -4.361438328352018, 54.780986315445077 ], [ -4.360685816319337, 54.780189258303594 ], [ -4.360192290935838, 54.777644181961634 ], [ -4.361085373791887, 54.77725195173705 ], [ -4.363929158167803, 54.776978108482218 ], [ -4.365237751543626, 54.775793001527468 ], [ -4.368711354278025, 54.775655076425785 ], [ -4.370575926658334, 54.774726920833423 ], [ -4.371227134636671, 54.773153685280128 ], [ -4.370813263044698, 54.771740607556758 ], [ -4.367000563100887, 54.769767394565982 ], [ -4.362616556614902, 54.768708599285574 ], [ -4.360715885686767, 54.76920226711281 ], [ -4.358514306367258, 54.768667119826979 ], [ -4.357689089602991, 54.769047226574777 ], [ -4.355988878501394, 54.768764762767695 ], [ -4.354773540254717, 54.767113716427026 ], [ -4.355256575669694, 54.766597351667812 ], [ -4.354972808556519, 54.765914303732778 ], [ -4.355514871531571, 54.7655846620235 ], [ -4.355794514802152, 54.765741930019168 ], [ -4.355728547411093, 54.765034875382355 ], [ -4.356560969588585, 54.7644856470612 ], [ -4.357236418196686, 54.762066147498764 ], [ -4.357763786564094, 54.761779029142637 ], [ -4.357548134647842, 54.760102270608932 ], [ -4.355554355004129, 54.758746827028794 ], [ -4.355347515468693, 54.75799576589165 ], [ -4.356188186580071, 54.757885043712875 ], [ -4.355794258172814, 54.757578981943588 ], [ -4.356661963456492, 54.75699760348234 ], [ -4.356405848849634, 54.756789541780577 ], [ -4.357568472834124, 54.757057282460451 ], [ -4.35736313523009, 54.756466200302341 ], [ -4.357709452116433, 54.756568232576541 ], [ -4.358154227056787, 54.756225188006795 ], [ -4.35803173868506, 54.75593632529668 ], [ -4.359601415921355, 54.754625738247412 ], [ -4.359179118141016, 54.754286081198394 ], [ -4.359692916741661, 54.754088208856693 ], [ -4.359276035134119, 54.75370799594414 ], [ -4.359535658801455, 54.753442259621316 ], [ -4.35841137139461, 54.753083902052566 ], [ -4.358283028971501, 54.752667508752282 ], [ -4.357652810680916, 54.752760669879443 ], [ -4.358130134542455, 54.752496994383065 ], [ -4.357586028317121, 54.751986212761381 ], [ -4.358214969589642, 54.751550593362687 ], [ -4.358547821609336, 54.751902780879725 ], [ -4.358724665319255, 54.751282689871502 ], [ -4.359650273396023, 54.751111860321743 ], [ -4.359469520339677, 54.750809750638112 ], [ -4.359945901323299, 54.750770812658516 ], [ -4.360843750776493, 54.749349235466646 ], [ -4.361755289658221, 54.749017758864099 ], [ -4.361638429276792, 54.748798904598203 ], [ -4.362171864267722, 54.748859523594504 ], [ -4.362045349387326, 54.747327553717341 ], [ -4.362552902498829, 54.746570669034995 ], [ -4.363312292502836, 54.746456085630065 ], [ -4.362776160422486, 54.745761794305253 ], [ -4.363639034328045, 54.745130116805512 ], [ -4.36277003157265, 54.744242758898558 ], [ -4.363284555671806, 54.744513186782072 ], [ -4.363249837363794, 54.744183964359259 ], [ -4.363747917860927, 54.744225489255946 ], [ -4.36339684613439, 54.743666922153977 ], [ -4.364514041236414, 54.743267590088493 ], [ -4.365372907809069, 54.743314653738089 ], [ -4.365413451212096, 54.742544396331439 ], [ -4.366883818161915, 54.741781281435991 ], [ -4.366652669100398, 54.741121501250895 ], [ -4.365575966317159, 54.740641829205082 ], [ -4.365704210713139, 54.740203354911273 ], [ -4.364291866965496, 54.739482124019865 ], [ -4.364521202216574, 54.739125277408299 ], [ -4.364188072189114, 54.738500742100321 ], [ -4.363527470784875, 54.738281708547163 ], [ -4.363381432540805, 54.737534866246889 ], [ -4.362432942273233, 54.737147052399706 ], [ -4.363047260782109, 54.736438420891425 ], [ -4.364009023071467, 54.736414270409064 ], [ -4.363632494052043, 54.73573754454187 ], [ -4.364032815261613, 54.735382756967802 ], [ -4.363575398606385, 54.734944022031051 ], [ -4.363924036517244, 54.734422146579575 ], [ -4.36352564403855, 54.734383173871997 ], [ -4.364405875986352, 54.733627099327805 ], [ -4.363897080651112, 54.733132736756012 ], [ -4.364593122201411, 54.732948364422221 ], [ -4.364777387410475, 54.732538461427353 ], [ -4.365284669487719, 54.732553730734658 ], [ -4.365105087072679, 54.73200440589715 ], [ -4.365716052065435, 54.731933152141188 ], [ -4.365305837279276, 54.731664295227418 ], [ -4.365609784357068, 54.73082956670887 ], [ -4.365945559399467, 54.730860765718027 ], [ -4.365415931332122, 54.730355130395701 ], [ -4.366148853380823, 54.730404644322014 ], [ -4.365834272041766, 54.729830988973816 ], [ -4.367050947612521, 54.729599580740448 ], [ -4.365905340411011, 54.729398124271157 ], [ -4.366717425674599, 54.729233945985918 ], [ -4.366151949247568, 54.728992394937535 ], [ -4.36701437464059, 54.72843980088615 ], [ -4.36670869746713, 54.728018788652513 ], [ -4.365139100436541, 54.727923586882 ], [ -4.364359537936219, 54.727339226534824 ], [ -4.364893540049718, 54.727041154509415 ], [ -4.364492238054244, 54.7269510045045 ], [ -4.363884924729388, 54.725510213678298 ], [ -4.36438908160634, 54.72499339153967 ], [ -4.364189485867038, 54.724526256636942 ], [ -4.364649011933387, 54.724416611845854 ], [ -4.365158606168405, 54.723407076653046 ], [ -4.366580065823232, 54.723468314527061 ], [ -4.366952442234259, 54.722849780981228 ], [ -4.365906705502397, 54.722253550841103 ], [ -4.364851682628323, 54.722110544574463 ], [ -4.364588967816319, 54.721492726081308 ], [ -4.363633280715591, 54.721161696178193 ], [ -4.363227850387369, 54.719905735010094 ], [ -4.363871755643634, 54.719309780747913 ], [ -4.36319332026446, 54.718752206136557 ], [ -4.363431257775035, 54.718011356451051 ], [ -4.362089725295454, 54.717265352582473 ], [ -4.360997140275364, 54.717461935869885 ], [ -4.359980754662759, 54.716992729738692 ], [ -4.357211460812874, 54.717301030489118 ], [ -4.355288519701435, 54.716621096200271 ], [ -4.354683135049425, 54.717561437023583 ], [ -4.353651566910361, 54.717900593317097 ], [ -4.352767555533467, 54.717999563351178 ], [ -4.351136470409228, 54.717371426032244 ], [ -4.35196985423037, 54.716961529044809 ], [ -4.350606315816713, 54.716662585268246 ], [ -4.352450609426005, 54.715477085070276 ], [ -4.351573299723633, 54.715369167602191 ], [ -4.351718770029296, 54.714878236182471 ], [ -4.350850328413236, 54.714976890638447 ], [ -4.35127271737156, 54.714387998651915 ], [ -4.35067119159001, 54.714296296297441 ], [ -4.351003909095024, 54.714116350950221 ], [ -4.35069902657141, 54.713865178612011 ], [ -4.349920225593176, 54.713714887274129 ], [ -4.350678193612837, 54.713532087391414 ], [ -4.349866594364095, 54.713458839413619 ], [ -4.34994803434487, 54.712988029111223 ], [ -4.349462861119066, 54.712947998665591 ], [ -4.349657725111774, 54.712666456654794 ], [ -4.349111370193492, 54.712320184390634 ], [ -4.349530316630975, 54.712181718636337 ], [ -4.348945678672715, 54.712086084892967 ], [ -4.349609153547097, 54.711639046211204 ], [ -4.348620823484107, 54.711247408054824 ], [ -4.349714763428381, 54.71053942934568 ], [ -4.349265116814392, 54.710442078033616 ], [ -4.349936354229193, 54.710129723106689 ], [ -4.349764075012532, 54.709432813928359 ], [ -4.350747819245869, 54.709477552246241 ], [ -4.35033980763137, 54.709080060094188 ], [ -4.350772612721067, 54.70891345453753 ], [ -4.349694169545113, 54.708626948701578 ], [ -4.350633608375233, 54.70820151815019 ], [ -4.350251927170758, 54.708178360390498 ], [ -4.350544569318608, 54.707414002588322 ], [ -4.351848948988671, 54.707018336151691 ], [ -4.352148067587274, 54.706259241713255 ], [ -4.351561898667822, 54.706296689784509 ], [ -4.35132340244748, 54.705770062886266 ], [ -4.353608407894359, 54.704269454667184 ], [ -4.35347498867768, 54.703091776144973 ], [ -4.354293846334106, 54.702945522607344 ], [ -4.354454837822552, 54.703339712635781 ], [ -4.356232492877659, 54.702542871998922 ], [ -4.356821549381084, 54.70285052683235 ], [ -4.356437196878796, 54.702405851195323 ], [ -4.359174405716391, 54.700840603512908 ], [ -4.36185805474405, 54.700867412945044 ], [ -4.361796188822737, 54.700497367888374 ], [ -4.361049061038691, 54.700407658503032 ], [ -4.361950765315197, 54.699605328420603 ], [ -4.36004779464253, 54.69946982747561 ], [ -4.360585769015384, 54.699192367660011 ], [ -4.35982019109524, 54.698356912423343 ], [ -4.360266792834835, 54.697602112978501 ], [ -4.359099022059294, 54.697804644276275 ], [ -4.359182375470382, 54.697395813159801 ], [ -4.358414505017122, 54.697134799655522 ], [ -4.358614466039644, 54.696248173366513 ], [ -4.358088112424069, 54.696137068034247 ], [ -4.35841424065443, 54.695846662046996 ], [ -4.35966608960853, 54.695756660946323 ], [ -4.359707436590842, 54.695372918238697 ], [ -4.361247379267447, 54.696742517630994 ], [ -4.360966839600317, 54.697122833066658 ], [ -4.361897355577291, 54.696764004279601 ], [ -4.362485639915524, 54.697326039147704 ], [ -4.363018068513516, 54.697354306995656 ], [ -4.362831030975374, 54.697660889641874 ], [ -4.363178915025956, 54.697664890145354 ], [ -4.362556092999681, 54.697710299168016 ], [ -4.362841894948031, 54.698114629332387 ], [ -4.363234450260037, 54.697979325553334 ], [ -4.364241125386032, 54.698342618985329 ], [ -4.36324435578782, 54.698122958562109 ], [ -4.362585328623061, 54.698827079017754 ], [ -4.362832699185661, 54.699851510435167 ], [ -4.364062661253475, 54.700610466817011 ], [ -4.365809765082903, 54.700493657828922 ], [ -4.365717623116485, 54.700110721996268 ], [ -4.366403466430616, 54.699601124903865 ], [ -4.366113843116772, 54.699345198336843 ], [ -4.367076840493317, 54.698504775974747 ], [ -4.366387121017451, 54.698067895704376 ], [ -4.366827130798994, 54.697228701582752 ], [ -4.36650060886482, 54.696871919581127 ], [ -4.365842964511434, 54.696825437757397 ], [ -4.366086526267209, 54.696317288022136 ], [ -4.364988337338832, 54.695820959750996 ], [ -4.365148963229117, 54.695620961125833 ], [ -4.36450842668593, 54.695628073090816 ], [ -4.364732176747859, 54.69523267718106 ], [ -4.36411886844166, 54.695307573087824 ], [ -4.364406401729854, 54.695021499380154 ], [ -4.365097370028333, 54.69510778921876 ], [ -4.365356747188915, 54.694684728937908 ], [ -4.364844958522215, 54.694157170930225 ], [ -4.36533858699288, 54.693386151263482 ], [ -4.364764864787547, 54.692860701339058 ], [ -4.365534163276914, 54.69229374545543 ], [ -4.365375075290368, 54.691346698796721 ], [ -4.364885202501827, 54.691088387736215 ], [ -4.365747770287976, 54.691058059317783 ], [ -4.365907464538497, 54.690655821518007 ], [ -4.366614667190635, 54.690409186099316 ], [ -4.366921659175264, 54.69061802815478 ], [ -4.367959777362726, 54.689792308030349 ], [ -4.36887759469804, 54.689618848046834 ], [ -4.369373862732372, 54.688682357880474 ], [ -4.370053206685111, 54.68835804099546 ], [ -4.370286758139077, 54.688531456091162 ], [ -4.370188384211093, 54.688121677337968 ], [ -4.370960734166617, 54.687636426730712 ], [ -4.37324459479557, 54.68744786944918 ], [ -4.373156370183077, 54.687159247785402 ], [ -4.373562013560505, 54.687330183437666 ], [ -4.373792218417152, 54.686542714360939 ], [ -4.374828686615428, 54.685878770103102 ], [ -4.375715325867289, 54.685864078017651 ], [ -4.375920275991348, 54.685309020603974 ], [ -4.37679774768509, 54.685005048500216 ], [ -4.377867181778742, 54.685197998930263 ], [ -4.37810083906373, 54.684338539188737 ], [ -4.377589637422798, 54.684352171654567 ], [ -4.378393744869963, 54.683219026524462 ], [ -4.379477266283143, 54.68322920508637 ], [ -4.380782982600866, 54.682450249198418 ], [ -4.380659602248231, 54.681667917549504 ], [ -4.38145820605515, 54.681184777782946 ], [ -4.381936087979191, 54.681159199035172 ], [ -4.381981047929068, 54.681423496217256 ], [ -4.382463177970485, 54.680729035087197 ], [ -4.382254020283611, 54.681157440028095 ], [ -4.383481115508601, 54.681288808950825 ], [ -4.384503879465868, 54.680501896067902 ], [ -4.385489305483434, 54.68048069147293 ], [ -4.386694024617092, 54.679464545825063 ], [ -4.387036304487625, 54.679666349475305 ], [ -4.387669910388611, 54.679175632558973 ], [ -4.38959235969175, 54.679102655937527 ], [ -4.390905752192862, 54.678565245912573 ], [ -4.392133292289991, 54.677491961267535 ], [ -4.394918097770057, 54.677418042159395 ], [ -4.394662139534777, 54.678340005755693 ], [ -4.395592663374647, 54.678177774043363 ], [ -4.39567621596667, 54.678648056066699 ], [ -4.396505144940351, 54.677972743806549 ], [ -4.397262497971539, 54.678083603141026 ], [ -4.396791425665475, 54.678434518515395 ], [ -4.397750249745737, 54.678094621998561 ], [ -4.39783192098621, 54.678532578767943 ], [ -4.398407512328023, 54.678349485971019 ], [ -4.398530950386999, 54.67862750554886 ], [ -4.398712628094449, 54.678288608342463 ], [ -4.400217108458651, 54.67794237724025 ], [ -4.400721519807268, 54.677972830262981 ], [ -4.40048620643231, 54.678559099223882 ], [ -4.401083851382588, 54.678145431686104 ], [ -4.401106536183891, 54.678660964723697 ], [ -4.401623628257339, 54.678433171216355 ], [ -4.401859795650633, 54.67878086594601 ], [ -4.402638584891414, 54.678046277172932 ], [ -4.40266550410254, 54.678449360470914 ], [ -4.402834516754097, 54.678159249960764 ], [ -4.403458773056939, 54.678327545971207 ], [ -4.403495672379345, 54.678111970477694 ], [ -4.404061293187051, 54.678206816328526 ], [ -4.403683007329402, 54.67794824352773 ], [ -4.404795031081886, 54.677944144524041 ], [ -4.40513515597852, 54.677662318555917 ], [ -4.405024038075545, 54.678065446268889 ], [ -4.406633097302893, 54.678124271308938 ], [ -4.406493554177278, 54.678571113818379 ], [ -4.407307591798426, 54.678118955397345 ], [ -4.408183827528779, 54.67814108648475 ], [ -4.407920806807263, 54.679200757096304 ], [ -4.40875279945615, 54.678527994977827 ], [ -4.409009104360657, 54.678926514620827 ], [ -4.408480554686856, 54.6795626804062 ], [ -4.409330068176624, 54.679107106085581 ], [ -4.409086281401644, 54.679653109728797 ], [ -4.410554318307263, 54.679373096453688 ], [ -4.410625401622704, 54.679760916761936 ], [ -4.411475326714872, 54.679809616995463 ], [ -4.41127743387237, 54.680239648737569 ], [ -4.411956775429804, 54.68021083865149 ], [ -4.411364149221205, 54.680524679750228 ], [ -4.411816896552478, 54.680729608511953 ], [ -4.412681148589745, 54.680862514297544 ], [ -4.413354079302031, 54.680542571782766 ], [ -4.41359051508614, 54.6809190049592 ], [ -4.414518125301105, 54.680812419218611 ], [ -4.414385096056411, 54.6810802550172 ], [ -4.414959656044615, 54.681141612029847 ], [ -4.415654373467873, 54.680823020003452 ], [ -4.415087568067398, 54.681205581865626 ], [ -4.415903788956646, 54.681495836090455 ], [ -4.415839533188617, 54.681798258656443 ], [ -4.416611259186621, 54.681391827913004 ], [ -4.416856652245229, 54.681787852685055 ], [ -4.418585925325412, 54.682325946772856 ], [ -4.41914132829814, 54.682169227183316 ], [ -4.419946430309426, 54.682636765586707 ], [ -4.419309426289042, 54.683064797446029 ], [ -4.420245349252754, 54.682810577862512 ], [ -4.420260530540961, 54.683169845830584 ], [ -4.420734498419079, 54.682870018933471 ], [ -4.422322544185142, 54.682832872120628 ], [ -4.422283563416461, 54.6832462601351 ], [ -4.422596898307218, 54.683062903628105 ], [ -4.422762628222022, 54.683396686608205 ], [ -4.42323932784059, 54.683351192020794 ], [ -4.42286809108821, 54.683812578691352 ], [ -4.423681427702178, 54.68358415708127 ], [ -4.423358868706395, 54.683977151417778 ], [ -4.422583379510634, 54.683799396791578 ], [ -4.422725861363917, 54.684055438052908 ], [ -4.425810734347708, 54.684817105909332 ], [ -4.427755920973068, 54.685869446737044 ], [ -4.428045529726096, 54.685683836989824 ], [ -4.428311086095123, 54.685765708929488 ], [ -4.427776325698677, 54.685880484675145 ], [ -4.428188515093562, 54.686103467288802 ], [ -4.428550202359005, 54.685898450561467 ], [ -4.428796430817855, 54.686513774448493 ], [ -4.429878992721707, 54.686402166531778 ], [ -4.431587297239012, 54.687802573128231 ], [ -4.432820088299795, 54.687789502089963 ], [ -4.432979974283018, 54.688075745963339 ], [ -4.43380866695692, 54.688129212506411 ], [ -4.436594314976091, 54.689714650323829 ], [ -4.439199728141307, 54.689948066856893 ], [ -4.439462265860755, 54.690418314101976 ], [ -4.440132709400517, 54.690367952279907 ], [ -4.440703314283825, 54.690722320232005 ], [ -4.440613340876045, 54.69108460501937 ], [ -4.441281770278288, 54.690948878974424 ], [ -4.441948884709844, 54.69143703464858 ], [ -4.442668507489889, 54.691378475914597 ], [ -4.442547198062772, 54.691683862574983 ], [ -4.443119133364589, 54.691595018983584 ], [ -4.443071951395634, 54.692255787047465 ], [ -4.444234021584537, 54.692715967164212 ], [ -4.448486579143251, 54.693779809911085 ], [ -4.449709617117958, 54.693576191885711 ], [ -4.450941515769155, 54.693854210640943 ], [ -4.450713486591684, 54.694113222986239 ], [ -4.451335314216584, 54.694645393513134 ], [ -4.453533012989108, 54.694930804081913 ], [ -4.455965306118042, 54.696067204374593 ], [ -4.457632475004574, 54.696226659545459 ], [ -4.46314221426666, 54.695845059089791 ], [ -4.467027890497333, 54.696833915312354 ], [ -4.471576665982685, 54.697468422297767 ], [ -4.471734780030168, 54.697796903990799 ], [ -4.473592791385817, 54.697749086031784 ], [ -4.476260279641217, 54.698555765305706 ], [ -4.479606208961791, 54.699058142768266 ], [ -4.481168456146253, 54.699020758023387 ], [ -4.489055354320715, 54.701361598538092 ], [ -4.492789053220305, 54.70296584038249 ], [ -4.495921174654303, 54.703844334533919 ], [ -4.503393736192074, 54.706989258665821 ], [ -4.508296519376454, 54.709707830272009 ], [ -4.512653712575494, 54.710498500558955 ], [ -4.516544764091725, 54.712207534864767 ], [ -4.517850039142358, 54.713326570282128 ], [ -4.520597905344659, 54.714471320963952 ], [ -4.52169401516529, 54.716269777521205 ], [ -4.524035100428645, 54.718484576122215 ], [ -4.524778925350568, 54.718734266999505 ], [ -4.524762528855018, 54.719069916130863 ], [ -4.525717067212778, 54.719311614317427 ], [ -4.525657077161625, 54.719845041945312 ], [ -4.527056530862327, 54.719974075095401 ], [ -4.527123483901966, 54.720351135660295 ], [ -4.527573602416593, 54.720172743837487 ], [ -4.528190309559653, 54.720724415861497 ], [ -4.528381082577456, 54.720446255629803 ], [ -4.528719092658092, 54.720562357216316 ], [ -4.52927570535732, 54.720996616966822 ], [ -4.529012509333141, 54.721782398235263 ], [ -4.529787777506388, 54.721762617286444 ], [ -4.530332520764144, 54.722479390038849 ], [ -4.531038127215911, 54.722562637228819 ], [ -4.531344308162446, 54.722167894846422 ], [ -4.531860896604316, 54.72248252021766 ], [ -4.532584264837026, 54.722452119697834 ], [ -4.532409824948181, 54.722120457941578 ], [ -4.532879016401809, 54.721974009910326 ], [ -4.533459176847487, 54.722560580089052 ], [ -4.535519427471864, 54.723047862565288 ], [ -4.536338325947943, 54.723900006976621 ], [ -4.541036876875787, 54.723088690020809 ], [ -4.543242085573859, 54.72420206793533 ], [ -4.54335806694634, 54.72476417470557 ], [ -4.540880862314994, 54.72548406959794 ], [ -4.540197138526359, 54.726049462399537 ], [ -4.539985186142989, 54.727005894002069 ], [ -4.540448303686994, 54.728325254700607 ], [ -4.542921153742426, 54.729516209572431 ], [ -4.543306089708151, 54.731593695509815 ], [ -4.544269853055315, 54.732694454297203 ], [ -4.549251296721103, 54.734715777160659 ], [ -4.551627174574688, 54.734947143220374 ], [ -4.55210351916925, 54.735258936655818 ], [ -4.552351745275901, 54.735105381449721 ], [ -4.552892976947962, 54.735781678614508 ], [ -4.556975363794649, 54.736663777124136 ], [ -4.561208893421612, 54.737205437724704 ], [ -4.566551805105519, 54.737451975830169 ], [ -4.569318480060181, 54.737054440451026 ], [ -4.571601177285868, 54.738091059733478 ], [ -4.572439776771101, 54.740633487928896 ], [ -4.57512916610918, 54.743421566292341 ], [ -4.576068339930564, 54.74529121259885 ], [ -4.577229452789998, 54.745981196561978 ], [ -4.577505767249602, 54.751184771943883 ], [ -4.585109248448799, 54.757556455254736 ], [ -4.58507653767893, 54.759432376991157 ], [ -4.586522074543036, 54.761062812071188 ], [ -4.584480355182524, 54.760711720082668 ], [ -4.583613441853919, 54.760109921161501 ], [ -4.583453104147839, 54.76042347852745 ], [ -4.584846748830186, 54.761850076956193 ], [ -4.586165474495773, 54.761321229796359 ], [ -4.584716907377914, 54.762300525959951 ], [ -4.58541507094531, 54.765300736454606 ], [ -4.587008630838729, 54.76690823271511 ], [ -4.589688820443818, 54.768389120604589 ], [ -4.591515588850458, 54.769967306119256 ], [ -4.595991823516143, 54.77241468555399 ], [ -4.59648777507851, 54.773553831549556 ], [ -4.59849935161145, 54.774659600655283 ], [ -4.600348256615164, 54.776693854805146 ], [ -4.603674103190463, 54.777604138121028 ], [ -4.605845088031384, 54.77743433777345 ], [ -4.606726376334728, 54.776919166614469 ], [ -4.607207517139593, 54.777508426891302 ], [ -4.606065135723058, 54.778461613544671 ], [ -4.606462747697535, 54.77920279842413 ], [ -4.607970928932366, 54.779800536559534 ], [ -4.609492501077361, 54.779567328952325 ], [ -4.609956812324112, 54.780183909909873 ], [ -4.611245846900857, 54.780758457694674 ], [ -4.613209535655573, 54.780989433181553 ], [ -4.614662539275238, 54.780609310107003 ], [ -4.619802633051095, 54.782602822642644 ], [ -4.622911354714945, 54.78223535718169 ], [ -4.625548978233048, 54.78261516425566 ], [ -4.646421686643334, 54.791534008578843 ], [ -4.649028100773084, 54.793230982727884 ], [ -4.657330633054379, 54.795187071587719 ], [ -4.661656676476436, 54.796901821667497 ], [ -4.667807610964378, 54.798393796506502 ], [ -4.672331900749197, 54.800294394337939 ], [ -4.679328728336964, 54.803854569352353 ], [ -4.685603027904834, 54.808163918281679 ], [ -4.688873662949404, 54.810914234232378 ], [ -4.690122498193101, 54.81110948703575 ], [ -4.690454875492083, 54.812222238630817 ], [ -4.691460287414481, 54.8122907281913 ], [ -4.692641011446784, 54.812958530797708 ], [ -4.694250525362691, 54.814688378370889 ], [ -4.700205037328925, 54.817235815213849 ], [ -4.708503014663497, 54.823869562379599 ], [ -4.711175200143381, 54.824525454783831 ], [ -4.711895101184863, 54.824417666571769 ], [ -4.713343731533932, 54.825169182579053 ], [ -4.722362792746464, 54.826704839842805 ], [ -4.725976936325515, 54.826683009489571 ], [ -4.729575373823897, 54.827097432084358 ], [ -4.742351012868153, 54.827639050605619 ], [ -4.744926264928702, 54.82829999499954 ], [ -4.746376338712002, 54.829267747905938 ], [ -4.75068010281637, 54.829811214762088 ], [ -4.753833208695563, 54.829623707065508 ], [ -4.755490835077612, 54.828880358157292 ], [ -4.758199261090271, 54.828384593039651 ], [ -4.759217274199655, 54.827876885185034 ], [ -4.759433506090885, 54.827394601990697 ], [ -4.760142445794121, 54.827583443073685 ], [ -4.760973707838659, 54.827032322510895 ], [ -4.761156842299308, 54.827479448127733 ], [ -4.761731110990101, 54.827520314662003 ], [ -4.76193408522318, 54.827209137003685 ], [ -4.762790909375948, 54.827078150096263 ], [ -4.762927301693463, 54.827456216425531 ], [ -4.763800061724198, 54.827444425482987 ], [ -4.763976929734045, 54.827776618893196 ], [ -4.764799410749347, 54.827598753750387 ], [ -4.76495165620616, 54.827866779534943 ], [ -4.765289114231947, 54.827632540961865 ], [ -4.765711514945492, 54.828321428775787 ], [ -4.766072441550597, 54.828202623084508 ], [ -4.767010479701177, 54.828894131561896 ], [ -4.768160168229064, 54.82892363913939 ], [ -4.768580361304687, 54.829420183270614 ], [ -4.769012786247348, 54.829094766416723 ], [ -4.769398690174876, 54.829317897371837 ], [ -4.769999298997165, 54.829197203827285 ], [ -4.770908707251786, 54.830037670898143 ], [ -4.772639975194684, 54.830349619818151 ], [ -4.773303659791479, 54.830217579346893 ], [ -4.77429185646308, 54.831024755909752 ], [ -4.775811448932173, 54.831292056280276 ], [ -4.776381755889266, 54.831818402422201 ], [ -4.778297201912879, 54.831862650672825 ], [ -4.779042290815275, 54.832325647941602 ], [ -4.780429232635764, 54.832112269949135 ], [ -4.780665518528194, 54.832468250655559 ], [ -4.781829214635573, 54.832563834552879 ], [ -4.781544351552991, 54.83322213914721 ], [ -4.78192355585547, 54.833504718763834 ], [ -4.783214565168137, 54.833684572839047 ], [ -4.783294822495275, 54.834058512268115 ], [ -4.784018585148263, 54.834142592428691 ], [ -4.784090448406414, 54.834530208998089 ], [ -4.785521276455146, 54.835156328871584 ], [ -4.785744330446486, 54.835635766737276 ], [ -4.786545166784531, 54.835617374587038 ], [ -4.786396427820602, 54.836012753914389 ], [ -4.78880217204237, 54.839344899092509 ], [ -4.788499583291888, 54.839609866685649 ], [ -4.789448170828294, 54.840489755106695 ], [ -4.789248476470996, 54.840733479738901 ], [ -4.789645842974916, 54.841029103783086 ], [ -4.789897707800369, 54.840864189628547 ], [ -4.790015141177429, 54.841391897902412 ], [ -4.79073922941415, 54.841749227472107 ], [ -4.790389094561072, 54.841822008737893 ], [ -4.790520771196692, 54.842646058292118 ], [ -4.791126416557679, 54.842821815357965 ], [ -4.791077217884794, 54.843823531912037 ], [ -4.791759816906668, 54.844391276860648 ], [ -4.792070667952645, 54.845417971532015 ], [ -4.791584799391044, 54.845826508534408 ], [ -4.791968678761847, 54.846376852260939 ], [ -4.793931065010764, 54.847472508447005 ], [ -4.7961054605631, 54.847037647571511 ], [ -4.797001944187362, 54.847880023768738 ], [ -4.799706532457148, 54.848351652506324 ], [ -4.801430468042232, 54.848992404416542 ], [ -4.803192585177008, 54.850339763573736 ], [ -4.80290236794708, 54.851187033174668 ], [ -4.803450995099858, 54.85280604397969 ], [ -4.805143550496765, 54.854853507230267 ], [ -4.806435358625885, 54.857993512670397 ], [ -4.808463061359824, 54.860619329621542 ], [ -4.811255723238997, 54.861155199270598 ], [ -4.813029888454781, 54.862237837881672 ], [ -4.813095732350519, 54.862601306190321 ], [ -4.811253835302698, 54.863545686754009 ], [ -4.811245874310002, 54.864237202831234 ], [ -4.811986594637035, 54.864712694287455 ], [ -4.812146896488549, 54.863545672447373 ], [ -4.814097428399227, 54.863265818251442 ], [ -4.814773203892297, 54.86397204435395 ], [ -4.814311294421231, 54.864321680719755 ], [ -4.815284366809562, 54.864351253062253 ], [ -4.815200420927215, 54.865561458811484 ], [ -4.816438736882101, 54.865549807943864 ], [ -4.816221068764763, 54.866026835300964 ], [ -4.817176863362528, 54.865875195451757 ], [ -4.817671160001465, 54.866860713580571 ], [ -4.818294424188005, 54.867080881078188 ], [ -4.819957541185794, 54.86676805227556 ], [ -4.822126181194444, 54.865169557951873 ], [ -4.82154081517559, 54.865380050707181 ], [ -4.821047964244184, 54.865040897051706 ], [ -4.819587326548708, 54.866711925893597 ], [ -4.818375618146296, 54.866993590310123 ], [ -4.817813201079158, 54.866841233646994 ], [ -4.817226390256514, 54.865535121915563 ], [ -4.817529641984548, 54.864654251552835 ], [ -4.816683474994345, 54.864768289095423 ], [ -4.816956712673869, 54.865467663737796 ], [ -4.815606291452459, 54.864989267885633 ], [ -4.81774409979303, 54.863863544150952 ], [ -4.818190586751524, 54.862377912925439 ], [ -4.818563628373021, 54.862988662241683 ], [ -4.82036907280436, 54.862975483997324 ], [ -4.822175352182575, 54.863353326091314 ], [ -4.82519975163305, 54.863319813583857 ], [ -4.826153662817981, 54.863009021775177 ], [ -4.828298047434139, 54.86358477117075 ], [ -4.833725737373748, 54.863594801002478 ], [ -4.842495316345929, 54.865999530085503 ], [ -4.843637821355491, 54.866840308203372 ], [ -4.843925786167198, 54.867874612835536 ], [ -4.847318059999537, 54.869051887590118 ], [ -4.852906978269681, 54.869325190257776 ], [ -4.85488845717537, 54.870165919211431 ], [ -4.856097316552225, 54.870330764182874 ], [ -4.860539445394299, 54.868782329195497 ], [ -4.861243682050047, 54.866490324584291 ], [ -4.865904572593033, 54.866143904100319 ], [ -4.867160348788348, 54.865412110724975 ], [ -4.871736912480172, 54.865701262948335 ], [ -4.873963544627712, 54.864749534580334 ], [ -4.87539284439387, 54.865581430703365 ], [ -4.874735940602219, 54.866403412184866 ], [ -4.874896155205762, 54.866902167529034 ], [ -4.876257766406426, 54.867176468918359 ], [ -4.877203321622932, 54.866730617467844 ], [ -4.877795226698835, 54.867118443819713 ], [ -4.876997150629681, 54.868387000964212 ], [ -4.875743549654853, 54.868141613594752 ], [ -4.875017264278457, 54.868427627734171 ], [ -4.875174468784201, 54.868774520135872 ], [ -4.876098857293789, 54.868993553305835 ], [ -4.878045969942256, 54.869148773310044 ], [ -4.879353345719987, 54.868355394504711 ], [ -4.880765007860286, 54.86828143746844 ], [ -4.881347814411956, 54.867711108962382 ], [ -4.881317859459289, 54.866963836404899 ], [ -4.883256343595783, 54.86686835027831 ], [ -4.88244650212407, 54.86637604624606 ], [ -4.881479589072542, 54.866630955454099 ], [ -4.881062173978092, 54.866264176876847 ], [ -4.883098190855738, 54.865788789121936 ], [ -4.884806247729694, 54.865872262533053 ], [ -4.885207750516352, 54.864467438091616 ], [ -4.88569413002545, 54.864795702967783 ], [ -4.885248931917978, 54.865458078325879 ], [ -4.886087329080056, 54.865586480535107 ], [ -4.885826070479006, 54.865900158539098 ], [ -4.886481040909342, 54.866231603427359 ], [ -4.885160811900229, 54.866645980915195 ], [ -4.885753255130188, 54.866797348391586 ], [ -4.8862558740223, 54.867529750107181 ], [ -4.886866319993015, 54.867521523399105 ], [ -4.886271916590502, 54.867405303768827 ], [ -4.885786767327434, 54.866805910294119 ], [ -4.885605114321509, 54.866581475888026 ], [ -4.886617605432108, 54.866201384497849 ], [ -4.885980969975584, 54.865886585695968 ], [ -4.886131732847529, 54.865509906786464 ], [ -4.885356379154245, 54.865434846208061 ], [ -4.885821691416077, 54.864748617577725 ], [ -4.885130770434485, 54.864415327081666 ], [ -4.884641981327669, 54.865842004546245 ], [ -4.883034766673052, 54.865730061598946 ], [ -4.880892901185579, 54.866251114042441 ], [ -4.881352675872943, 54.866665434477127 ], [ -4.882316670659935, 54.86641329267119 ], [ -4.883148909047724, 54.866870003701926 ], [ -4.881184969226043, 54.866936424839018 ], [ -4.881274724727935, 54.86758248653647 ], [ -4.880663172572171, 54.868252389095623 ], [ -4.879500958778974, 54.868239514867021 ], [ -4.877781392790248, 54.869045367264178 ], [ -4.876096811511033, 54.868899204964556 ], [ -4.875117218225968, 54.868517858541807 ], [ -4.875793259916874, 54.868226741309378 ], [ -4.876587241319034, 54.868518984153113 ], [ -4.877185744949924, 54.868408601429145 ], [ -4.878002701230733, 54.867120715856231 ], [ -4.877282574178014, 54.866639735694832 ], [ -4.876127309614731, 54.867051900269963 ], [ -4.875000247053199, 54.866809799863361 ], [ -4.875737840907168, 54.865566962723356 ], [ -4.874253743059292, 54.864556565013736 ], [ -4.871181960043584, 54.865327816910941 ], [ -4.869341874809186, 54.865249971030778 ], [ -4.866707472214191, 54.864631676135943 ], [ -4.86479205659333, 54.865644248088884 ], [ -4.863204822484338, 54.865219613421182 ], [ -4.861326197340651, 54.865697246980119 ], [ -4.859571356957541, 54.867284912541642 ], [ -4.859235637154419, 54.868288929056227 ], [ -4.858896863079679, 54.868237575213854 ], [ -4.85666606644138, 54.867287707032943 ], [ -4.855847179714121, 54.86628839916488 ], [ -4.853531228015393, 54.865388126749785 ], [ -4.853186581113301, 54.864635666251154 ], [ -4.851450500077092, 54.863336943939345 ], [ -4.85077004141281, 54.860984035769889 ], [ -4.852316878296588, 54.858502374391719 ], [ -4.853920872993257, 54.857493727015239 ], [ -4.858334136420564, 54.855996378232994 ], [ -4.874188445032108, 54.852362931935247 ], [ -4.884770476283747, 54.849446202168401 ], [ -4.893892314575648, 54.846392552718207 ], [ -4.89564663181064, 54.846197860861984 ], [ -4.895742807002554, 54.845692111302583 ], [ -4.8976736749833, 54.844809915969478 ], [ -4.920052722133189, 54.835539241360756 ], [ -4.922490852034966, 54.835116418084176 ], [ -4.924588629693619, 54.835479415856483 ], [ -4.928872855269359, 54.834590293676406 ], [ -4.928827610485553, 54.835191042652696 ], [ -4.929216810019744, 54.834436344690907 ], [ -4.930652637436673, 54.834562591539125 ], [ -4.932580447671818, 54.834192347953874 ], [ -4.936115493381397, 54.832620725429237 ], [ -4.937192929389015, 54.831716280956975 ], [ -4.939311949708473, 54.830722759021477 ], [ -4.938841894132364, 54.830533663040583 ], [ -4.939811437151262, 54.829881740501762 ], [ -4.939356596492881, 54.82930209500546 ], [ -4.940032008389976, 54.828610547517663 ], [ -4.940032742526633, 54.82641507608642 ], [ -4.94189760504356, 54.824137542181994 ], [ -4.949765833574642, 54.818333715017445 ], [ -4.953708156763836, 54.816632071472199 ], [ -4.953207317951194, 54.816147996333356 ], [ -4.95348840974393, 54.815477656451755 ], [ -4.957128659693942, 54.811715447685707 ], [ -4.959989802123578, 54.807759065982367 ], [ -4.96113161696323, 54.804007334961774 ], [ -4.960725137770639, 54.802684872454201 ], [ -4.957021169832187, 54.799788625127754 ], [ -4.953234530033601, 54.798524254195065 ], [ -4.952002242958713, 54.797673198121295 ], [ -4.950804654810391, 54.797340034792668 ], [ -4.949687234677822, 54.796270389619956 ], [ -4.949310564528864, 54.794731397008107 ], [ -4.946984562404443, 54.791271792207375 ], [ -4.947321351333573, 54.788140321810374 ], [ -4.946270695392036, 54.784968854872957 ], [ -4.944347962634792, 54.782872245509374 ], [ -4.942978137385672, 54.782109853924084 ], [ -4.94277060802478, 54.779232553544198 ], [ -4.941921975348923, 54.777998984556156 ], [ -4.940658719697773, 54.777244770885574 ], [ -4.938549604642311, 54.776728621952522 ], [ -4.939571612174676, 54.770451882942403 ], [ -4.938509082064431, 54.769138070335153 ], [ -4.940440791109152, 54.765479754444399 ], [ -4.939766689985905, 54.764246433299071 ], [ -4.938995180259203, 54.763577374656762 ], [ -4.933884588841404, 54.762782375230032 ], [ -4.932342688537513, 54.762100456414863 ], [ -4.929790671446974, 54.758068830322472 ], [ -4.928628355995085, 54.75695693692623 ], [ -4.929342562891167, 54.754836810693014 ], [ -4.928267871123889, 54.753925081410571 ], [ -4.927771116851442, 54.752771923048485 ], [ -4.927512396206344, 54.74951194599555 ], [ -4.921599024796429, 54.746391138870244 ], [ -4.917522015719461, 54.743207868595292 ], [ -4.92058592856568, 54.738560620437084 ], [ -4.920762052133778, 54.73731659328682 ], [ -4.920196637694321, 54.736520184074521 ], [ -4.914364312562799, 54.734644066753809 ], [ -4.916024469440931, 54.730808359695146 ], [ -4.916256200036912, 54.729147642545847 ], [ -4.915388124251126, 54.728070804082556 ], [ -4.912957922511946, 54.727260788466026 ], [ -4.911354307936341, 54.726235770561836 ], [ -4.910846952829773, 54.724381550185925 ], [ -4.911012304818117, 54.722052651875828 ], [ -4.90859704422493, 54.717760202179747 ], [ -4.907777030686326, 54.714811250661207 ], [ -4.905215150062077, 54.711539975200431 ], [ -4.905298552309466, 54.710231665537592 ], [ -4.90704825183422, 54.705630632144739 ], [ -4.905833661404428, 54.701175350194788 ], [ -4.904046137926986, 54.699905624318902 ], [ -4.902120572122306, 54.699504960013066 ], [ -4.90054453571885, 54.699607449591433 ], [ -4.899515506321687, 54.69915290219511 ], [ -4.898324777217929, 54.694973887301707 ], [ -4.896955836976403, 54.693211256563337 ], [ -4.895400590649443, 54.692012270604621 ], [ -4.893741044994955, 54.691548477265215 ], [ -4.89259836417172, 54.691608144524864 ], [ -4.891324912010202, 54.692643686022755 ], [ -4.892330562933351, 54.69163971462239 ], [ -4.891906886619999, 54.69137832322 ], [ -4.890673181975035, 54.691358333413824 ], [ -4.889288197774555, 54.692157370642015 ], [ -4.890921221608179, 54.692990464684868 ], [ -4.888110704085562, 54.692055099585815 ], [ -4.8871569583385, 54.691890843027288 ], [ -4.886287176691534, 54.692121953331068 ], [ -4.885133469528419, 54.691086782389419 ], [ -4.88428945953507, 54.687963846774124 ], [ -4.882162407370894, 54.685827132487333 ], [ -4.881058864652045, 54.685561207756862 ], [ -4.876185321160878, 54.685525134698558 ], [ -4.873063887577155, 54.684283949599582 ], [ -4.870411533049399, 54.682453485885439 ], [ -4.866938982842576, 54.681991843577123 ], [ -4.874046288435998, 54.676868745003638 ], [ -4.875483712088227, 54.674927752336885 ], [ -4.879659012887404, 54.672066659818498 ], [ -4.882095980500051, 54.669286371267347 ], [ -4.882250106204326, 54.668790926178183 ], [ -4.880400216434783, 54.667003609771051 ], [ -4.881386528525342, 54.663235629031696 ], [ -4.881366452006703, 54.660894102803674 ], [ -4.883376253987407, 54.657961216432909 ], [ -4.882813363966768, 54.657042316713337 ], [ -4.88373610343021, 54.655424534474797 ], [ -4.883688185675604, 54.654507752923202 ], [ -4.883212622198349, 54.654404903900286 ], [ -4.883750683402914, 54.653529902739322 ], [ -4.883226457962694, 54.652827652329876 ], [ -4.881992226744079, 54.652827379319291 ], [ -4.882005689448843, 54.652032304618878 ], [ -4.88111695002508, 54.65180892434509 ], [ -4.880197366472579, 54.650295246156475 ], [ -4.879663559483987, 54.650135332071741 ], [ -4.879340017867349, 54.649134303762224 ], [ -4.878885616804467, 54.649088473787607 ], [ -4.879425913076354, 54.648551478526755 ], [ -4.878247372162809, 54.648174943085813 ], [ -4.878216416987611, 54.647605686218192 ], [ -4.878714408558193, 54.647522817592396 ], [ -4.878156554371887, 54.647394935781321 ], [ -4.878469289859067, 54.646840880023532 ], [ -4.877870641410976, 54.646530562547248 ], [ -4.878281350555583, 54.646353573459024 ], [ -4.877904205469684, 54.646106315275382 ], [ -4.878332821984467, 54.645371493496 ], [ -4.877839579313536, 54.645214203510008 ], [ -4.878080043534127, 54.644865949782712 ], [ -4.877451294497151, 54.644853030499348 ], [ -4.878072302784757, 54.644471454004183 ], [ -4.877622879617984, 54.644517203880952 ], [ -4.87769573710081, 54.644297903073834 ], [ -4.8782011981222, 54.644189685242374 ], [ -4.877304340339573, 54.643848697466034 ], [ -4.877656179231248, 54.643650633736328 ], [ -4.87721765910001, 54.643587338768427 ], [ -4.877905072025087, 54.643312069252637 ], [ -4.877112211934683, 54.642884996093713 ], [ -4.877744206309648, 54.642571486963327 ], [ -4.876820457377864, 54.641937148413426 ], [ -4.87836787946248, 54.640430417040101 ], [ -4.877288480810245, 54.639172252201966 ], [ -4.876503215440232, 54.639268238421351 ], [ -4.876065801575212, 54.63891272452296 ], [ -4.875334707924496, 54.639051468790079 ], [ -4.873554939131011, 54.638584886047944 ], [ -4.872436881110635, 54.638621319765605 ], [ -4.871768875019135, 54.638380048197853 ], [ -4.871990435410168, 54.638203073036379 ], [ -4.871543901151523, 54.638354819483176 ], [ -4.869878885508939, 54.638041893604957 ], [ -4.868959107398098, 54.63825250201343 ], [ -4.867949583602471, 54.637761281122742 ], [ -4.867397471705577, 54.637932596048834 ], [ -4.865278908638755, 54.637693286326417 ], [ -4.862213487321471, 54.63838167191043 ], [ -4.861442874999596, 54.638201208437252 ], [ -4.858563357993933, 54.638448171511484 ], [ -4.858126694962213, 54.638167197092557 ], [ -4.855166447700496, 54.637992538978111 ], [ -4.85500997547851, 54.637728317433115 ], [ -4.852800043193333, 54.637466671670566 ], [ -4.852703494924273, 54.637194741365832 ], [ -4.855666966149273, 54.633792110009395 ], [ -4.855977192119889, 54.63423790384541 ], [ -4.856691916692062, 54.633932441548652 ], [ -4.856705579837137, 54.634281845010278 ], [ -4.857678012435332, 54.634026932057381 ], [ -4.858063409847969, 54.634130209790577 ], [ -4.857797073635, 54.634265961717361 ], [ -4.861014081397098, 54.633576798132793 ], [ -4.860755174824646, 54.633751938825327 ], [ -4.861556495721968, 54.63381929957643 ], [ -4.861182266853501, 54.634404433290285 ], [ -4.864064486854358, 54.633913700223985 ], [ -4.863762329539076, 54.634178876164682 ], [ -4.864276164787459, 54.634190988609696 ], [ -4.864231824672963, 54.634530077394039 ], [ -4.865217949936948, 54.634492347089548 ], [ -4.865247569027759, 54.634693030890865 ], [ -4.86650268400521, 54.63431537634392 ], [ -4.867197751899766, 54.63463425135059 ], [ -4.867966161128581, 54.634189896118627 ], [ -4.868043231516743, 54.633655836836056 ], [ -4.868983206520713, 54.633359346269323 ], [ -4.868271182012736, 54.633745732189368 ], [ -4.869865311482592, 54.633517337971576 ], [ -4.869576700930043, 54.634282074973221 ], [ -4.87041089347289, 54.63393593744923 ], [ -4.870355262410271, 54.634224051527269 ], [ -4.871171406391192, 54.634017688357993 ], [ -4.871085322213338, 54.633741926810202 ], [ -4.874109967904096, 54.633712378185109 ], [ -4.874880833609884, 54.633238251086453 ], [ -4.875627536840988, 54.633541466748461 ], [ -4.87517307937466, 54.633953239292183 ], [ -4.877512717384755, 54.633769960761519 ], [ -4.877939378217795, 54.63441251996646 ], [ -4.8792646600934, 54.63406452915644 ], [ -4.87930696194142, 54.6343997652233 ], [ -4.880188252766168, 54.634413854558844 ], [ -4.879441591708121, 54.634550298257039 ], [ -4.880604930447549, 54.634914593437166 ], [ -4.880783780733442, 54.635492916685877 ], [ -4.880366954649871, 54.635713215678841 ], [ -4.880874374774613, 54.635656184130383 ], [ -4.87992932816519, 54.636143485568866 ], [ -4.881031403483997, 54.635969808365672 ], [ -4.880879429353802, 54.636231452391279 ], [ -4.881572672983644, 54.636215845161132 ], [ -4.880934488807219, 54.636768669296806 ], [ -4.881958866272463, 54.636372971403475 ], [ -4.883086359284619, 54.636558288173326 ], [ -4.882208880769983, 54.637233696059241 ], [ -4.883319123190398, 54.636781099721617 ], [ -4.883170338809699, 54.63708762299283 ], [ -4.883681801111748, 54.636934285672609 ], [ -4.883429285449215, 54.637242382133344 ], [ -4.884175981308755, 54.637105913452572 ], [ -4.884807092517832, 54.637350693836055 ], [ -4.884659441023552, 54.63776058224785 ], [ -4.883324929206851, 54.638176279453091 ], [ -4.883451613785777, 54.638433084903639 ], [ -4.882318999505792, 54.638657857350267 ], [ -4.882558806104842, 54.639374078226389 ], [ -4.883268157822286, 54.639738374200419 ], [ -4.886073736985492, 54.639870184727407 ], [ -4.886588558605655, 54.639457830150882 ], [ -4.887293800662046, 54.639632502286879 ], [ -4.887708403864718, 54.639162297784573 ], [ -4.888478476282304, 54.639442402460418 ], [ -4.889699079245712, 54.638994305634675 ], [ -4.889651271042437, 54.639259766968898 ], [ -4.891065405485926, 54.639354554212836 ], [ -4.891627111136821, 54.639253925777979 ], [ -4.891645292348681, 54.638855213441239 ], [ -4.892430591778517, 54.638411196203926 ], [ -4.892207154118128, 54.638953267934177 ], [ -4.893162244665464, 54.639960745648303 ], [ -4.894902631346509, 54.639193592406649 ], [ -4.894723520979483, 54.639464894282476 ], [ -4.895555444542813, 54.639698522562689 ], [ -4.896088450537241, 54.638954841472831 ], [ -4.896232486872172, 54.63941080795 ], [ -4.896913612114683, 54.63926773849203 ], [ -4.896417933764162, 54.639751603982056 ], [ -4.896837400709052, 54.640222554246499 ], [ -4.897783135526486, 54.63998593772984 ], [ -4.898099331425069, 54.640159973486341 ], [ -4.898242438009167, 54.639600934031336 ], [ -4.898734862224699, 54.640247243242456 ], [ -4.899510600241017, 54.639539088086899 ], [ -4.900170320253731, 54.639487317039354 ], [ -4.900061242711879, 54.640327845062025 ], [ -4.901299730779365, 54.639762324918202 ], [ -4.900550312542975, 54.640273868242026 ], [ -4.900831045979836, 54.640363337313865 ], [ -4.902351646884143, 54.640058960163678 ], [ -4.902548817393592, 54.640759086169595 ], [ -4.903055340994139, 54.640254256562685 ], [ -4.903298434264906, 54.640576577853707 ], [ -4.902622151299552, 54.640831049293737 ], [ -4.903736656895859, 54.640852860381905 ], [ -4.903413080456861, 54.641553791769354 ], [ -4.905333418345354, 54.641463649734725 ], [ -4.905177444842322, 54.64188455366898 ], [ -4.905666545685813, 54.641787401138515 ], [ -4.905953890567626, 54.642273181114568 ], [ -4.907129144938596, 54.64221168901242 ], [ -4.907005931830652, 54.642656981877337 ], [ -4.908567710717588, 54.643166977364977 ], [ -4.908822128650171, 54.643711980668897 ], [ -4.909365709608299, 54.643487636652601 ], [ -4.909867170837388, 54.643649995971792 ], [ -4.910452041393137, 54.642962541630062 ], [ -4.910946311932432, 54.642829281357059 ], [ -4.91096957423906, 54.643067869575631 ], [ -4.912343106957801, 54.642592488616508 ], [ -4.911909315540166, 54.642964346342204 ], [ -4.91272920984161, 54.643005750662041 ], [ -4.912396878580191, 54.643257392206209 ], [ -4.912864061872033, 54.643590485016226 ], [ -4.914090811046238, 54.643468348635743 ], [ -4.914056656940332, 54.642882988777757 ], [ -4.914885570273926, 54.643786352927648 ], [ -4.915421318286322, 54.643258290085541 ], [ -4.915881715507424, 54.643474658122429 ], [ -4.915805377465336, 54.643144746886989 ], [ -4.917072117647064, 54.642456111811669 ], [ -4.918114854002381, 54.642405798570778 ], [ -4.917916344631666, 54.642707272919203 ], [ -4.918421106658715, 54.642504501643927 ], [ -4.91863028699633, 54.642849188772068 ], [ -4.918948370450618, 54.642269718552015 ], [ -4.918926007505346, 54.643146835537515 ], [ -4.91900128671748, 54.642899578045721 ], [ -4.919532053646795, 54.643037815381817 ], [ -4.919032100770567, 54.64343736806741 ], [ -4.920117574729852, 54.643096511505263 ], [ -4.920063249521585, 54.643419683756719 ], [ -4.921205118348737, 54.643259964579755 ], [ -4.920678936299914, 54.643661056422694 ], [ -4.921601335506401, 54.643316030611594 ], [ -4.922495263204425, 54.643416717281681 ], [ -4.921929636449909, 54.643721669355529 ], [ -4.923079751924857, 54.643784699000719 ], [ -4.923574806604027, 54.644720344193772 ], [ -4.923970079666543, 54.644158774639713 ], [ -4.924347867711257, 54.644562312390939 ], [ -4.925019561181658, 54.644503823673993 ], [ -4.92498500527497, 54.644864281018762 ], [ -4.925689524318172, 54.644831067846098 ], [ -4.925486235215704, 54.645518365370926 ], [ -4.926142552766588, 54.645935842650033 ], [ -4.926731026910751, 54.646013316109631 ], [ -4.92737994914508, 54.645573266508038 ], [ -4.92762437630904, 54.646061834438022 ], [ -4.928222825686713, 54.645890020859063 ], [ -4.9277551813745, 54.646457850825662 ], [ -4.928432075236744, 54.646557451535138 ], [ -4.928473268265253, 54.647065320442174 ], [ -4.929225320783405, 54.647347404642531 ], [ -4.929735276778852, 54.646936778544664 ], [ -4.929761609246927, 54.647582562547619 ], [ -4.930999024933226, 54.647629019948425 ], [ -4.930957661627726, 54.648238682987781 ], [ -4.931744464895762, 54.648270871637934 ], [ -4.931944189785969, 54.64798732557977 ], [ -4.93200576989753, 54.648304099797691 ], [ -4.933375168451534, 54.648439039390603 ], [ -4.93367638787868, 54.649004437411293 ], [ -4.934588662690668, 54.649142352135812 ], [ -4.934459487402936, 54.649372046762203 ], [ -4.935490542559327, 54.649909852477961 ], [ -4.935851066030668, 54.649792321364025 ], [ -4.93576414383072, 54.650500190113512 ], [ -4.936224328989695, 54.650453064043347 ], [ -4.937287075964007, 54.651515135888957 ], [ -4.937835940976826, 54.651643865021057 ], [ -4.938842969476987, 54.651267884248128 ], [ -4.938464470995045, 54.651630404446756 ], [ -4.938731148453669, 54.651823520303864 ], [ -4.939129320492288, 54.651647525631972 ], [ -4.938728744911796, 54.652133753731079 ], [ -4.939584414411902, 54.652602960620406 ], [ -4.9392665112408, 54.652902875472471 ], [ -4.939676883739161, 54.653239046055887 ], [ -4.941235849911334, 54.652819070393456 ], [ -4.941779086544458, 54.653727402753006 ], [ -4.943172093536108, 54.654378619064374 ], [ -4.942979738675596, 54.654870586485892 ], [ -4.943790052163139, 54.654561383287948 ], [ -4.944699305934382, 54.65529807061742 ], [ -4.945491734006215, 54.655448710589631 ], [ -4.945460782538271, 54.655706594867731 ], [ -4.945926177422248, 54.655666498177517 ], [ -4.945805343736797, 54.656332046131588 ], [ -4.946442531964919, 54.656223033880124 ], [ -4.94626338404421, 54.656511497793424 ], [ -4.94664699822668, 54.656348419842807 ], [ -4.946547471330881, 54.656687091199302 ], [ -4.947092156040783, 54.656778120690916 ], [ -4.947049492591559, 54.657066858654652 ], [ -4.947433146118987, 54.656968509604312 ], [ -4.947715662798415, 54.657421948136111 ], [ -4.948230611864999, 54.657059671469213 ], [ -4.948202914203029, 54.657661817347922 ], [ -4.94890871928006, 54.657301182133409 ], [ -4.948383132399416, 54.657880394331656 ], [ -4.948823121455585, 54.658238290247695 ], [ -4.950216607415551, 54.657823130834608 ], [ -4.949813678549171, 54.658040634438649 ], [ -4.950757985336094, 54.65814618235202 ], [ -4.951232706643603, 54.65889701164695 ], [ -4.952004567379051, 54.659019341558661 ], [ -4.95219262757826, 54.659345609204159 ], [ -4.952687017354864, 54.659213075497888 ], [ -4.952398414775136, 54.659467357337597 ], [ -4.953120884796715, 54.659507272344989 ], [ -4.952833571666114, 54.6601211481833 ], [ -4.953684661065306, 54.660052731962359 ], [ -4.953566376864499, 54.660516836775741 ], [ -4.954125419492392, 54.660569724426118 ], [ -4.953823954151854, 54.661138095909692 ], [ -4.954487756606968, 54.661010411270865 ], [ -4.953859794281764, 54.661887937340921 ], [ -4.95511181950896, 54.661552594934726 ], [ -4.955552755487588, 54.661922132089067 ], [ -4.955027673745119, 54.662102177670235 ], [ -4.955857599610147, 54.662062134214509 ], [ -4.955541248768789, 54.662468143407374 ], [ -4.957275098161634, 54.662616395892393 ], [ -4.957309330631056, 54.662980578676454 ], [ -4.957971976527022, 54.662836720314409 ], [ -4.959236299104605, 54.663736346446598 ], [ -4.959408462655255, 54.663352732985118 ], [ -4.959607046464368, 54.664035660390127 ], [ -4.960026528193643, 54.663278282063658 ], [ -4.960396016410149, 54.66353896472112 ], [ -4.96007722576498, 54.663847047967479 ], [ -4.961095302187875, 54.663536245050004 ], [ -4.96153441884282, 54.66387973290955 ], [ -4.962388068584554, 54.66359002405872 ], [ -4.962924479229626, 54.664268274568556 ], [ -4.963925097993897, 54.663994736646984 ], [ -4.964321177357204, 54.664236775278439 ], [ -4.9642890607007, 54.663923788573882 ], [ -4.964888568975815, 54.664062845396913 ], [ -4.964753634138406, 54.664658633486958 ], [ -4.965271597422897, 54.664657633712316 ], [ -4.965857113792708, 54.665349053948994 ], [ -4.965559855922351, 54.665803171720341 ], [ -4.965161509237379, 54.66570054733684 ], [ -4.964800500794714, 54.666663296559442 ], [ -4.964175043026517, 54.666871013720375 ], [ -4.964969328256523, 54.668681155121632 ], [ -4.964722502852648, 54.669210455331559 ], [ -4.965230231936381, 54.669302310617304 ], [ -4.965407795327131, 54.670184437441833 ], [ -4.96667439497307, 54.670365582208099 ], [ -4.967704498750679, 54.671578343765574 ], [ -4.967862500119494, 54.672744152149008 ], [ -4.966607348821413, 54.673996744311559 ], [ -4.962976988096963, 54.675612261239174 ], [ -4.96283275939205, 54.676400672260627 ], [ -4.963657106882176, 54.677280455878005 ], [ -4.96534647659424, 54.677150080858389 ], [ -4.965570964881068, 54.676824515708603 ], [ -4.967228725887119, 54.67732423251455 ], [ -4.966874085165951, 54.677588257991154 ], [ -4.967668130495847, 54.677626336014463 ], [ -4.967398030665398, 54.67807080041522 ], [ -4.968866803720653, 54.677787548162669 ], [ -4.969315131396643, 54.678487712172334 ], [ -4.968742391133147, 54.679058278344328 ], [ -4.969389987675053, 54.678939004159119 ], [ -4.970823351805902, 54.680527548516892 ], [ -4.970678358413458, 54.681261145954217 ], [ -4.972692556975355, 54.682451515965496 ], [ -4.973348590738152, 54.683274233143656 ], [ -4.973127806028562, 54.683543979886068 ], [ -4.97363361681092, 54.683543245665497 ], [ -4.973537590950092, 54.683863872763396 ], [ -4.974371959291801, 54.684196710119359 ], [ -4.974234231507769, 54.685325721809853 ], [ -4.972988553883014, 54.685819333513933 ], [ -4.973076594308199, 54.686916726465981 ], [ -4.972280289230699, 54.687083723618699 ], [ -4.972995849075616, 54.687128190949899 ], [ -4.97238512880006, 54.687307713877388 ], [ -4.972916052240575, 54.687585975462028 ], [ -4.97135234005763, 54.688634007828504 ], [ -4.971932730076832, 54.688760916348826 ], [ -4.971377867550582, 54.688983116833455 ], [ -4.971867518421088, 54.689121243097247 ], [ -4.97163848672827, 54.689490984817965 ], [ -4.972615651914551, 54.68969536085099 ], [ -4.970452011436424, 54.691115034844593 ], [ -4.969280466131974, 54.691373030524858 ], [ -4.968852329768332, 54.691928360198418 ], [ -4.967379891560598, 54.692040873690182 ], [ -4.967301013680748, 54.692342194132181 ], [ -4.966571915119542, 54.69215597212488 ], [ -4.966362864374751, 54.692736492756758 ], [ -4.965759351548754, 54.692272076519828 ], [ -4.965809934558635, 54.692731156798459 ], [ -4.965309094350357, 54.692780284467396 ], [ -4.965629238119217, 54.692849763243252 ], [ -4.964754958700635, 54.69341780155753 ], [ -4.965136757296777, 54.693608943401678 ], [ -4.964654634718198, 54.693914741175156 ], [ -4.964313711875213, 54.693986021857 ], [ -4.963740600472007, 54.693385093323165 ], [ -4.963108120094242, 54.693502166022419 ], [ -4.963512299280615, 54.694191743644822 ], [ -4.962398870503391, 54.694205502468961 ], [ -4.961829687188695, 54.694637488726841 ], [ -4.962140740126479, 54.695305972948091 ], [ -4.961429748849888, 54.695453726843787 ], [ -4.961375054674118, 54.695171860711334 ], [ -4.960883244469995, 54.695728717289938 ], [ -4.959858771265719, 54.695920088873926 ], [ -4.960285358940293, 54.696299852650974 ], [ -4.959598740418534, 54.696015451379431 ], [ -4.959110478805644, 54.69653625119453 ], [ -4.95677266523829, 54.696832506454356 ], [ -4.956806643110572, 54.697235353865743 ], [ -4.955743644964907, 54.69783670179698 ], [ -4.955498283896757, 54.697579266548772 ], [ -4.955270393447299, 54.697924672097095 ], [ -4.950278543865279, 54.698825874253401 ], [ -4.948988671860157, 54.698677481296848 ], [ -4.947869765331181, 54.700050609994612 ], [ -4.948298645320954, 54.701895819346589 ], [ -4.950497479383865, 54.702630739223828 ], [ -4.952162124471948, 54.702593767220343 ], [ -4.952682383124769, 54.70276718821107 ], [ -4.952148106771678, 54.702849440885835 ], [ -4.952575142218334, 54.702872295287229 ], [ -4.952330722807512, 54.703204611554476 ], [ -4.954714592093493, 54.703557341596543 ], [ -4.954361161513244, 54.703778141523514 ], [ -4.954985491254681, 54.703973288542748 ], [ -4.954356152801424, 54.704221498626218 ], [ -4.954974886725112, 54.704275630372358 ], [ -4.954530224470616, 54.704437520890025 ], [ -4.954971121297274, 54.704970693092555 ], [ -4.956199168782166, 54.704671904560776 ], [ -4.957048519496432, 54.70488672179971 ], [ -4.956400035025662, 54.705405127063607 ], [ -4.956986643065342, 54.70570008126829 ], [ -4.956812909365401, 54.706128678024797 ], [ -4.958017759995927, 54.706448989160194 ], [ -4.957855609166917, 54.707334924688254 ], [ -4.958858006790397, 54.707113545340221 ], [ -4.958590340198879, 54.707488698047555 ], [ -4.960216583902493, 54.709201222984433 ], [ -4.959735536321123, 54.709439542280528 ], [ -4.960245089961529, 54.709570937974689 ], [ -4.959898835221519, 54.709890474571516 ], [ -4.960601839243167, 54.709970389919945 ], [ -4.960339303690596, 54.710309458602573 ], [ -4.960841209838184, 54.710399682201853 ], [ -4.960504200086571, 54.710867338952717 ], [ -4.960733597641548, 54.712480034868953 ], [ -4.961385462306657, 54.712858784364563 ], [ -4.961966423616261, 54.712520917357395 ], [ -4.962540253317174, 54.712617466840577 ], [ -4.962263240975556, 54.713077367419366 ], [ -4.963166112473336, 54.712937505236098 ], [ -4.961980891580478, 54.713698329095521 ], [ -4.962116204672822, 54.713956645679239 ], [ -4.962722062425946, 54.713959808293971 ], [ -4.962621193212411, 54.714237387311677 ], [ -4.963467323074953, 54.714043169516991 ], [ -4.962818409084338, 54.714386302058315 ], [ -4.963820634635083, 54.714671057470873 ], [ -4.963011020974243, 54.715025315615328 ], [ -4.963171914482831, 54.715591382134569 ], [ -4.964242716085793, 54.715453697561252 ], [ -4.964210077141717, 54.716176439905382 ], [ -4.964966268523456, 54.715685925788272 ], [ -4.964636887798583, 54.716215442044259 ], [ -4.965323216156804, 54.716235502613337 ], [ -4.96499698576813, 54.716871930602515 ], [ -4.965849499630089, 54.716807004870823 ], [ -4.965200435558731, 54.717212188458959 ], [ -4.965692490298609, 54.717123721618087 ], [ -4.965925134803465, 54.717395834132269 ], [ -4.966507355591395, 54.71694733081177 ], [ -4.966100299737126, 54.717497633671044 ], [ -4.966600166685375, 54.717346037761935 ], [ -4.966926507415063, 54.717582588401307 ], [ -4.965971288609473, 54.718728906361051 ], [ -4.966577616952615, 54.719035021667679 ], [ -4.965296617026189, 54.719676848952219 ], [ -4.966059734183494, 54.72021558077865 ], [ -4.965021965636947, 54.720424395913966 ], [ -4.964871862939505, 54.720814664869437 ], [ -4.964250419465043, 54.720769637479023 ], [ -4.964773418747656, 54.72112545119306 ], [ -4.964357291139255, 54.721403554757316 ], [ -4.963770251482347, 54.721276767693631 ], [ -4.963694648319724, 54.721943020786313 ], [ -4.962855670444705, 54.721897014844856 ], [ -4.962626360244188, 54.72243666332384 ], [ -4.961763236890874, 54.722677140243164 ], [ -4.960048922275847, 54.723918385030842 ], [ -4.959679226822878, 54.723896850498726 ], [ -4.960614825436062, 54.723201493291093 ], [ -4.959372579130069, 54.723035854523815 ], [ -4.958084604431579, 54.723159017605902 ], [ -4.956388204370076, 54.723901694933737 ], [ -4.956154745421166, 54.726048941018568 ], [ -4.957413444062072, 54.728570634888676 ], [ -4.959858363112987, 54.730420515964902 ], [ -4.961497535771014, 54.730146701128177 ], [ -4.962610358159038, 54.730408987709211 ], [ -4.964464023857602, 54.730307000879193 ], [ -4.965528538184491, 54.730630679835414 ], [ -4.966564985692261, 54.730166563929153 ], [ -4.966087257033621, 54.730729383539803 ], [ -4.967035402748741, 54.731267177036564 ], [ -4.968114446134507, 54.73115173795059 ], [ -4.968671784646656, 54.730721817873388 ], [ -4.970710182356325, 54.730936172050718 ], [ -4.970686119456361, 54.731180406860567 ], [ -4.97121215848501, 54.731172001531668 ], [ -4.970467879129576, 54.73174317427106 ], [ -4.971263027387623, 54.731760536066901 ], [ -4.970826809165518, 54.731934862741767 ], [ -4.971402649741536, 54.732372966377724 ], [ -4.972187851464362, 54.732127142119843 ], [ -4.971996792087909, 54.732657778519744 ], [ -4.973029508115539, 54.732630641107143 ], [ -4.973134024930478, 54.732954434385597 ], [ -4.974607956311321, 54.732227775475522 ], [ -4.974601035139266, 54.732811434694099 ], [ -4.975156405528687, 54.732249370912861 ], [ -4.975027028862893, 54.73306979284655 ], [ -4.975476679442195, 54.732845672821767 ], [ -4.975424700668755, 54.733069017072161 ], [ -4.976056365645833, 54.73297528325147 ], [ -4.97640855584404, 54.732651061057965 ], [ -4.97600338075845, 54.733121333401016 ], [ -4.976696233950716, 54.733353350761526 ], [ -4.978038079102079, 54.733029077540536 ], [ -4.978001499487706, 54.733440847079557 ], [ -4.979248338435451, 54.733473125442089 ], [ -4.979571141922798, 54.733129837157605 ], [ -4.979421207138332, 54.733478763794267 ], [ -4.97993679127956, 54.733327627424302 ], [ -4.980041177056441, 54.733521953944781 ], [ -4.980656888711362, 54.733084248316445 ], [ -4.980324792806861, 54.733385512377311 ], [ -4.980722224613204, 54.733571729732574 ], [ -4.981241946100021, 54.733075246652547 ], [ -4.981742094383396, 54.733327261557555 ], [ -4.982916707501963, 54.732609664619893 ], [ -4.983570918390437, 54.732822815138512 ], [ -4.983307444454974, 54.732556888087181 ], [ -4.983676533735282, 54.732378774836548 ], [ -4.984329980342166, 54.732391449341478 ], [ -4.984102250291854, 54.732674869130932 ], [ -4.984806472286083, 54.73242736060908 ], [ -4.985300364774451, 54.732678616075383 ], [ -4.985650161027915, 54.732238446033392 ], [ -4.986346581450206, 54.732455036702461 ], [ -4.987176033595683, 54.732178354238194 ], [ -4.987552227266476, 54.732603324689059 ], [ -4.98858963952184, 54.732534581676951 ], [ -4.987800062838772, 54.732930764786765 ], [ -4.988600498455562, 54.732808527939312 ], [ -4.989025125600117, 54.73372111785195 ], [ -4.989403752628386, 54.733673387297863 ], [ -4.989026905069793, 54.733724941715614 ], [ -4.988942270951831, 54.73373156201972 ], [ -4.988774154055172, 54.733752755024767 ], [ -4.989600375320751, 54.733853742259278 ], [ -4.989825949503492, 54.733499339001476 ], [ -4.990120568886015, 54.734039597010984 ], [ -4.99055506233246, 54.733800510137002 ], [ -4.991948779730352, 54.73441252433242 ], [ -4.992839214224827, 54.735257227648951 ], [ -4.99238809376788, 54.735376258830883 ], [ -4.993009270983204, 54.73560366131403 ], [ -4.992581292762202, 54.736204918541148 ], [ -4.992887291978297, 54.736351099413028 ], [ -4.99191503856474, 54.737367679743343 ], [ -4.990468803817988, 54.737772901420499 ], [ -4.991561469377347, 54.737629946589841 ], [ -4.991399301267327, 54.737917155663496 ], [ -4.989852954509608, 54.738145028968141 ], [ -4.990539324935424, 54.738307901141958 ], [ -4.990201278300875, 54.738549102179093 ], [ -4.990834397125258, 54.738558648270953 ], [ -4.990133043388228, 54.739731255319889 ], [ -4.990570452314089, 54.740289565818365 ], [ -4.989979847382068, 54.740667363754156 ], [ -4.990750382117221, 54.74047482657712 ], [ -4.990556005721027, 54.74121056234285 ], [ -4.991506648913441, 54.740889504025823 ], [ -4.991777987680725, 54.741155220085517 ], [ -4.991166517851575, 54.74150297084627 ], [ -4.990507055256066, 54.741347528999768 ], [ -4.990938215827358, 54.741567945089699 ], [ -4.990375530517771, 54.741839865197058 ], [ -4.990982781238687, 54.741624384929708 ], [ -4.991274013133627, 54.741843758833639 ], [ -4.990012665892025, 54.742440403554127 ], [ -4.990378030051335, 54.742506008617831 ], [ -4.989428369378259, 54.743473458669335 ], [ -4.988325532871485, 54.743818032740855 ], [ -4.988588014954217, 54.744237713800501 ], [ -4.989975146966551, 54.743976028296366 ], [ -4.989812642422747, 54.744238069142234 ], [ -4.987249781284157, 54.745121226947646 ], [ -4.98764199012415, 54.745656387613508 ], [ -4.988572022161246, 54.745264836458389 ], [ -4.990077693894549, 54.74580938195745 ], [ -4.986513631970945, 54.747765530481388 ], [ -4.987052693756204, 54.748120857540741 ], [ -4.989016294436418, 54.747876439503088 ], [ -4.988357521169053, 54.748849289454569 ], [ -4.986964576532974, 54.749498592454032 ], [ -4.986765902704238, 54.749924250051357 ], [ -4.987478486924275, 54.750735617215973 ], [ -4.988748530218061, 54.750484927099116 ], [ -4.988611610868971, 54.750757123368373 ], [ -4.98900287427259, 54.750688134552576 ], [ -4.988371497130559, 54.751253033412112 ], [ -4.988852137443984, 54.751890300811283 ], [ -4.991352662810765, 54.75099966292791 ], [ -4.991599956131432, 54.751191351372142 ], [ -4.992608889419687, 54.750877839070931 ], [ -4.992384963449327, 54.751360771007761 ], [ -4.993271172363419, 54.751216610292794 ], [ -4.992240669283704, 54.752311945302687 ], [ -4.99270384133311, 54.752901080255057 ], [ -4.993892991975896, 54.752838440329555 ], [ -4.994485735925292, 54.75242461025195 ], [ -4.9945310032018, 54.752784914609798 ], [ -4.995746712784872, 54.752997612260422 ], [ -4.997791240716441, 54.752583827832105 ], [ -4.99799558272267, 54.753182043732131 ], [ -4.998466122885216, 54.752881801903598 ], [ -4.999177074440731, 54.753604136588137 ], [ -4.999726776090008, 54.753617501814873 ], [ -4.999496720624289, 54.75340742140471 ], [ -4.999999956112925, 54.753234031235877 ], [ -5.000557049886986, 54.753326327239861 ], [ -5.000333094843381, 54.753555739492199 ], [ -5.000850985034305, 54.753307360610613 ], [ -5.000258786004244, 54.753937883304992 ], [ -5.000548971599292, 54.754309203959792 ], [ -5.001253073295379, 54.753867408986885 ], [ -5.001513554101736, 54.754446247862347 ], [ -5.001533054076988, 54.75414278029416 ], [ -5.001719346905622, 54.754349445746769 ], [ -5.002331227658882, 54.753900938130023 ], [ -5.00227978741889, 54.754360735371954 ], [ -5.002728034785684, 54.753948646083309 ], [ -5.003348599024128, 54.754687582112673 ], [ -5.003579392158374, 54.754424729298869 ], [ -5.003654800213402, 54.754750119645593 ], [ -5.0040230662303, 54.754685248782621 ], [ -5.003968408733547, 54.755206263069937 ], [ -5.004368419820846, 54.755108237922215 ], [ -5.004218080333142, 54.756100037163243 ], [ -5.004774023366578, 54.756113225178311 ], [ -5.004297600360961, 54.756564680201755 ], [ -5.00475468922899, 54.756733160117946 ], [ -5.004285235766218, 54.756838302343269 ], [ -5.00370079731703, 54.756524631737015 ], [ -5.004201511318215, 54.756904211568482 ], [ -5.003991415028337, 54.757362548330228 ], [ -5.004398521322843, 54.757401904345528 ], [ -5.003858701176654, 54.757753334825033 ], [ -5.004573901744887, 54.757943288207045 ], [ -5.003313149964651, 54.75853106115138 ], [ -5.004171946227995, 54.758770502973206 ], [ -5.003270405731302, 54.75919203342918 ], [ -5.003741154884063, 54.759481552538055 ], [ -5.004676814404914, 54.759079851136207 ], [ -5.004597271191425, 54.759789386904984 ], [ -5.004934578792539, 54.75943218644791 ], [ -5.00543059188769, 54.759705788612301 ], [ -5.005554399526143, 54.759174068132147 ], [ -5.005951817202993, 54.759606550699999 ], [ -5.006024475389792, 54.759076997454187 ], [ -5.006206321648796, 54.759726106575897 ], [ -5.006358159335622, 54.759153231891332 ], [ -5.00657875103419, 54.759653932691471 ], [ -5.006822609649428, 54.759148002268418 ], [ -5.006985847273352, 54.75979757209015 ], [ -5.00597051126883, 54.761137193905498 ], [ -5.006557646980032, 54.7614022380222 ], [ -5.006474032775823, 54.761825973662511 ], [ -5.005711764278275, 54.76219731508202 ], [ -5.006568205569051, 54.76204750442313 ], [ -5.005924582742622, 54.762320602783369 ], [ -5.006385827844124, 54.762250722150661 ], [ -5.005993136450854, 54.762720784128618 ], [ -5.005526698167816, 54.76238531403574 ], [ -5.004517788763585, 54.762827496772218 ], [ -5.004361121348137, 54.762371060056097 ], [ -5.003316882616379, 54.762273771256694 ], [ -5.003064987725716, 54.761979726257245 ], [ -5.001082380111153, 54.762164597767232 ], [ -4.999562583160722, 54.763246035553834 ], [ -4.998813757483174, 54.764724644222582 ], [ -4.99963003393983, 54.765354465446222 ], [ -4.99945595212345, 54.767602832917106 ], [ -5.001097635049867, 54.771397591869651 ], [ -5.001165246433358, 54.7728559943166 ], [ -5.003564123562837, 54.773936582996107 ], [ -5.003562952337901, 54.774214422297547 ], [ -5.004271001661366, 54.77396851254791 ], [ -5.004208693918484, 54.77423977568391 ], [ -5.00473875934416, 54.774194270180708 ], [ -5.00425214679804, 54.774511114613958 ], [ -5.004713583827426, 54.774588683733398 ], [ -5.004490250359168, 54.77484865463699 ], [ -5.00531633130482, 54.774621390544816 ], [ -5.006150931707388, 54.775116756073835 ], [ -5.006824593612302, 54.774973278422806 ], [ -5.006868384025522, 54.775332716435273 ], [ -5.006383377926249, 54.775461625405612 ], [ -5.006985166553997, 54.775523117890579 ], [ -5.006779242459244, 54.776143185497489 ], [ -5.007323494320882, 54.776037079814721 ], [ -5.006775701523767, 54.77645165195603 ], [ -5.007533449176406, 54.776413972331937 ], [ -5.007138834452404, 54.776587392584283 ], [ -5.007724724027932, 54.776706816099356 ], [ -5.007100635683238, 54.77693178235581 ], [ -5.007453835813793, 54.777436384397582 ], [ -5.007828557151599, 54.77739292197662 ], [ -5.007708814507643, 54.777749225116494 ], [ -5.008624738557716, 54.777851464068569 ], [ -5.008648262294963, 54.778105315113464 ], [ -5.009107889987674, 54.777927578950326 ], [ -5.008933076266146, 54.778212426388855 ], [ -5.009261722169297, 54.778072105433012 ], [ -5.009438968030441, 54.778301461462249 ], [ -5.009119999648977, 54.778781388611883 ], [ -5.009768125996086, 54.778565705044301 ], [ -5.009387160376563, 54.778860167093434 ], [ -5.009936202570402, 54.778713473279375 ], [ -5.010032175105291, 54.779104879956904 ], [ -5.010340205741527, 54.778770870290082 ], [ -5.010993179420786, 54.779415463859877 ], [ -5.010274737396057, 54.779752475592964 ], [ -5.011395349399622, 54.779573598152581 ], [ -5.011472725141911, 54.779944787384728 ], [ -5.012159883162235, 54.779877366058123 ], [ -5.012323504580671, 54.780446003860973 ], [ -5.012661672042088, 54.780308134368873 ], [ -5.012302573086409, 54.781502924291658 ], [ -5.010755768252069, 54.781975600829149 ], [ -5.010063272450197, 54.782536731994178 ], [ -5.010359037953904, 54.783125466284751 ], [ -5.01197911126584, 54.783804473732935 ], [ -5.013873000766382, 54.782769329773288 ], [ -5.016345067391624, 54.78298205632472 ], [ -5.016709319137188, 54.782630448172519 ], [ -5.016944433372933, 54.782925783602096 ], [ -5.017247107563073, 54.782582898834789 ], [ -5.017888316218499, 54.78262897236192 ], [ -5.018081630075499, 54.782175525735596 ], [ -5.019459929799187, 54.782009937395955 ], [ -5.019878715034157, 54.782452634253346 ], [ -5.019547419900031, 54.782828605212124 ], [ -5.019894737033119, 54.782730046490286 ], [ -5.019957848783636, 54.783159126782436 ], [ -5.020649621311086, 54.78300703063951 ], [ -5.020204099914987, 54.783499132044099 ], [ -5.020724212976623, 54.783443916152429 ], [ -5.020329591525043, 54.783825962562695 ], [ -5.021036393940936, 54.783729231964429 ], [ -5.020569503283784, 54.784060035306055 ], [ -5.021040082669558, 54.783987172024297 ], [ -5.020784427395501, 54.784313610675056 ], [ -5.022872487451157, 54.785006885154701 ], [ -5.022826917599543, 54.785480031426637 ], [ -5.023131898819568, 54.785418481990007 ], [ -5.022945973166736, 54.785657774949613 ], [ -5.02361022098355, 54.786136594456259 ], [ -5.024862402922284, 54.786322030667684 ], [ -5.02506296565655, 54.786091360092882 ], [ -5.025147263867563, 54.786532496501991 ], [ -5.025998339140131, 54.786096784909326 ], [ -5.025976493757387, 54.786449764588866 ], [ -5.026537987405613, 54.786323363922982 ], [ -5.027342561526233, 54.787284156557789 ], [ -5.028700545370153, 54.787573001514154 ], [ -5.029059255331648, 54.789019629922755 ], [ -5.030101695986561, 54.789581568976828 ], [ -5.030414400927285, 54.789144896994074 ], [ -5.030570694719906, 54.789881822111973 ], [ -5.031263718824566, 54.789828532643519 ], [ -5.031458733913255, 54.790334327078824 ], [ -5.033353805171942, 54.790480223956983 ], [ -5.033531041377137, 54.790706849810043 ], [ -5.033793980267884, 54.790416164209063 ], [ -5.034342353901256, 54.790467172766334 ], [ -5.035538735428927, 54.791213118655804 ], [ -5.036157924789709, 54.7910879264481 ], [ -5.037449498777335, 54.791816185803846 ], [ -5.037868613957801, 54.791409194265619 ], [ -5.038405359988421, 54.791636693781953 ], [ -5.038701988383936, 54.791194109019465 ], [ -5.03982899155883, 54.791014810948965 ], [ -5.040437130576549, 54.791612726650591 ], [ -5.042366082964452, 54.792166711347576 ], [ -5.04296659665534, 54.793511035483348 ], [ -5.042393165968173, 54.794576441297167 ], [ -5.042651405867366, 54.795196612987198 ], [ -5.042045079844896, 54.795245094005814 ], [ -5.041825758682054, 54.795908716745814 ], [ -5.041375135847712, 54.796000039256342 ], [ -5.041736673166175, 54.796793839181547 ], [ -5.041231117443435, 54.797086132834906 ], [ -5.0417026204472, 54.796982599261042 ], [ -5.041893889206791, 54.797457005059584 ], [ -5.040738785066073, 54.798569360566177 ], [ -5.039599200463819, 54.79887395045759 ], [ -5.039614811059984, 54.799268250692307 ], [ -5.041778671979388, 54.801286338919077 ], [ -5.04268815255555, 54.8018533087508 ], [ -5.043285391173514, 54.80180685202648 ], [ -5.04307580275545, 54.802144768567103 ], [ -5.043632296181243, 54.80265316022458 ], [ -5.045618490451258, 54.803484374648427 ], [ -5.046624558384337, 54.803059012515639 ], [ -5.04708136414856, 54.803854899421765 ], [ -5.048098716329213, 54.803600065009014 ], [ -5.049339381937092, 54.804408602353654 ], [ -5.049554002335773, 54.805418256753832 ], [ -5.05070793738045, 54.805075452743658 ], [ -5.052020194939887, 54.805676274843371 ], [ -5.050947166862628, 54.806452206398745 ], [ -5.05138368359364, 54.806709145526966 ], [ -5.052116314970259, 54.806496506668843 ], [ -5.051832025055962, 54.806957693877095 ], [ -5.052389058641405, 54.806851967183313 ], [ -5.052203203828644, 54.807421263147631 ], [ -5.052516678929207, 54.807367519253049 ], [ -5.052264277257913, 54.808251367686175 ], [ -5.053646789620497, 54.809863659815036 ], [ -5.055849642363405, 54.809681395666267 ], [ -5.056125000456384, 54.810256156286464 ], [ -5.057041575348786, 54.809922871584867 ], [ -5.05697347790931, 54.810360638980072 ], [ -5.057436380156306, 54.810265354270442 ], [ -5.057705462895601, 54.810777334675223 ], [ -5.058628616130298, 54.810325194342752 ], [ -5.059127767550162, 54.810750451654975 ], [ -5.059746173182564, 54.810467823824801 ], [ -5.060047934619926, 54.810670592362804 ], [ -5.059674815820324, 54.810965014216826 ], [ -5.060485410701923, 54.811576607289609 ], [ -5.061279864573408, 54.81113129114172 ], [ -5.061853072398227, 54.811670648663494 ], [ -5.062367087417467, 54.811510220236038 ], [ -5.062684203080763, 54.811709897457767 ], [ -5.063232945986432, 54.811268076776081 ], [ -5.063332087568218, 54.811508322495825 ], [ -5.063816904302201, 54.811332442083973 ], [ -5.063585273019998, 54.811644879038028 ], [ -5.064361545860176, 54.811391504660513 ], [ -5.064206400379629, 54.811727184052842 ], [ -5.065627794333945, 54.811585166423342 ], [ -5.066252820892588, 54.811883140612657 ], [ -5.065986894594602, 54.81233850349799 ], [ -5.066709507888593, 54.812301349959554 ], [ -5.066479142510709, 54.812548128074056 ], [ -5.067053857196575, 54.813085625778186 ], [ -5.068228962891176, 54.813267181160782 ], [ -5.068780152346112, 54.812919676056339 ], [ -5.069048499702631, 54.813173616819533 ], [ -5.069908596377436, 54.813019680994181 ], [ -5.06966369562908, 54.813443951419671 ], [ -5.070190077909302, 54.813631119370882 ], [ -5.0707894614969, 54.813344421074468 ], [ -5.071700519664078, 54.814558476462153 ], [ -5.072730644969699, 54.814552157860085 ], [ -5.073527893106175, 54.814923052248233 ], [ -5.073399148965412, 54.815338991878804 ], [ -5.073887376216225, 54.815679055389083 ], [ -5.074748007149166, 54.815654539365283 ], [ -5.075200004613543, 54.815231300115109 ], [ -5.075704471831687, 54.815764246439429 ], [ -5.076890792491081, 54.815375419057474 ], [ -5.076641921457707, 54.816258334910586 ], [ -5.077628687166388, 54.815886251209179 ], [ -5.077867529900414, 54.816733414934049 ], [ -5.078350601345296, 54.816575502338971 ], [ -5.077921606216165, 54.817096169240436 ], [ -5.078545373091482, 54.817375233379749 ], [ -5.079007663694354, 54.817005663174932 ], [ -5.078708198998784, 54.817857501298917 ], [ -5.079700097195365, 54.817695655244783 ], [ -5.079475016780834, 54.818215644305489 ], [ -5.080206309363369, 54.81818898002453 ], [ -5.079537138160912, 54.818642927421386 ], [ -5.080299130035017, 54.818712583631452 ], [ -5.079965402561929, 54.819073498982924 ], [ -5.080605025653371, 54.819049160649449 ], [ -5.080088641141393, 54.81968983434836 ], [ -5.080909818240735, 54.819657286880059 ], [ -5.080714151549127, 54.82019541157895 ], [ -5.081325999275021, 54.820071977457914 ], [ -5.080974298931231, 54.820585296531256 ], [ -5.081938205150764, 54.820341428793213 ], [ -5.081757272953389, 54.820725438255081 ], [ -5.082229869491823, 54.820531813693705 ], [ -5.082077645360918, 54.820904305056345 ], [ -5.08255892012188, 54.820885779172734 ], [ -5.082390804727446, 54.821315316866794 ], [ -5.082864558295145, 54.820912174944645 ], [ -5.082738374683808, 54.821952920326758 ], [ -5.083291579645818, 54.821958636536856 ], [ -5.083422599070827, 54.822451597340475 ], [ -5.083953473666055, 54.822348190640156 ], [ -5.083293476845768, 54.822881942992872 ], [ -5.083485565304644, 54.823073058534895 ], [ -5.083843674793885, 54.82290931120707 ], [ -5.083439696601398, 54.823227068275443 ], [ -5.083892113892492, 54.823176904279642 ], [ -5.083340101215217, 54.823656663188331 ], [ -5.084034870224113, 54.823843987485304 ], [ -5.083135154957255, 54.824297522671742 ], [ -5.084101992908245, 54.825315871926165 ], [ -5.085219493370974, 54.825512218850889 ], [ -5.085749417413767, 54.825171471852848 ], [ -5.085650859564642, 54.825471574917685 ], [ -5.086549040463796, 54.825365105085766 ], [ -5.086647261381871, 54.825590971684086 ], [ -5.086769875175893, 54.82536128279299 ], [ -5.087022067153751, 54.825808899310694 ], [ -5.087648437315704, 54.825935907972713 ], [ -5.087235353556643, 54.826460697851545 ], [ -5.087630990354073, 54.827379376080785 ], [ -5.092730528321959, 54.8289585970263 ], [ -5.09366381313853, 54.829106519334232 ], [ -5.094160973250542, 54.828907726983175 ], [ -5.094032879073811, 54.82910609559989 ], [ -5.094610552896453, 54.82914530230375 ], [ -5.095793146660499, 54.828379672711961 ], [ -5.097704163276629, 54.828300309262708 ], [ -5.098568811445102, 54.828365433058877 ], [ -5.098497527816567, 54.82928431908617 ], [ -5.099627060474187, 54.829107108319619 ], [ -5.099376487457127, 54.829271750603453 ], [ -5.100142019846128, 54.829242295273822 ], [ -5.100259987848765, 54.829562050856204 ], [ -5.100654029171127, 54.829440491363748 ], [ -5.100701660443617, 54.829817787907992 ], [ -5.101922915251979, 54.829171586194143 ], [ -5.10266807384088, 54.829404269478736 ], [ -5.103281215668281, 54.829195279421619 ], [ -5.103948379405193, 54.829831841416905 ], [ -5.103500864866858, 54.830169661208323 ], [ -5.104148048700853, 54.830079374050584 ], [ -5.104138492516461, 54.830380811995262 ], [ -5.104986426262622, 54.830126244244994 ], [ -5.105093948028212, 54.830573034019139 ], [ -5.105753932381945, 54.830365529547095 ], [ -5.106051202298615, 54.831052010719674 ], [ -5.10645328767097, 54.830933822691186 ], [ -5.106904121489176, 54.831571414421198 ], [ -5.106463197156433, 54.832015168386775 ], [ -5.107380344157816, 54.831708462658895 ], [ -5.108294509213966, 54.832173241750048 ], [ -5.108344633590737, 54.832966748876899 ], [ -5.107917367382767, 54.833284286084563 ], [ -5.108468393098711, 54.833097540906842 ], [ -5.108441132484026, 54.833593635709065 ], [ -5.107334308009592, 54.834168640403142 ], [ -5.108322165288713, 54.833970704136561 ], [ -5.107944578245521, 54.834509042199173 ], [ -5.108639692450686, 54.834514604932139 ], [ -5.108406999896181, 54.834911670679134 ], [ -5.108860841189515, 54.834635707846644 ], [ -5.109141235688114, 54.835324412887942 ], [ -5.110660329783023, 54.834641718104614 ], [ -5.110614025746179, 54.835173366381724 ], [ -5.111134975008148, 54.834980187931663 ], [ -5.111178463734999, 54.835322523354954 ], [ -5.111477284256903, 54.835197976941437 ], [ -5.111569554169697, 54.836295192377172 ], [ -5.112256405896056, 54.836193056361424 ], [ -5.112404101463715, 54.83667477321567 ], [ -5.112682849799194, 54.836309783806037 ], [ -5.113029508531041, 54.836846632756298 ], [ -5.113419981369531, 54.836597453557815 ], [ -5.113723823113391, 54.837306226161559 ], [ -5.114380470734488, 54.837398157304946 ], [ -5.114226965437871, 54.837750944296275 ], [ -5.11467671035285, 54.837341100892452 ], [ -5.115348343530868, 54.837687982761082 ], [ -5.1157895536166, 54.83803628481833 ], [ -5.115442420857867, 54.838443496866439 ], [ -5.116030104347801, 54.83828724438753 ], [ -5.116189063939345, 54.838914319958036 ], [ -5.117008153342206, 54.838728741350955 ], [ -5.116704601191863, 54.839195975095123 ], [ -5.117165988337058, 54.83909870570956 ], [ -5.117328499849532, 54.839771542177651 ], [ -5.118650011117727, 54.840141263016662 ], [ -5.117722894222492, 54.840744108399434 ], [ -5.116810545403911, 54.840629994342599 ], [ -5.116563379987392, 54.841222549827627 ], [ -5.116960153663465, 54.841680779345843 ], [ -5.118561181053836, 54.842078383516693 ], [ -5.119205326789407, 54.842814357827017 ], [ -5.120007112684484, 54.842524910625357 ], [ -5.119525505441829, 54.842058083217097 ], [ -5.118981570710297, 54.842095446672488 ], [ -5.119703858595995, 54.841886266016331 ], [ -5.119885321106511, 54.841391595961866 ], [ -5.119211740721563, 54.841323505391948 ], [ -5.118894918830017, 54.841739837783749 ], [ -5.118695477084596, 54.841477037532677 ], [ -5.119115721682346, 54.84094745847802 ], [ -5.120081608120383, 54.841088949092672 ], [ -5.120677252836387, 54.842265817462305 ], [ -5.122364371312926, 54.842405816127304 ], [ -5.121981415434178, 54.842590995214287 ], [ -5.122792169191122, 54.842579116880884 ], [ -5.122716033819251, 54.842884069768253 ], [ -5.123214445089221, 54.842761549233146 ], [ -5.123409849351413, 54.843153016139915 ], [ -5.124325626931008, 54.842847118526429 ], [ -5.124200634656203, 54.843225257972612 ], [ -5.124606589543091, 54.843015204001631 ], [ -5.125626203186503, 54.843548169432033 ], [ -5.125552269311936, 54.844062555423584 ], [ -5.126021589578197, 54.844027085594448 ], [ -5.125588659369631, 54.844371803620099 ], [ -5.126028535050824, 54.844217513585775 ], [ -5.126040414930509, 54.844673045807788 ], [ -5.126650504069762, 54.844342640884122 ], [ -5.127117205660266, 54.844937496272863 ], [ -5.127602420605687, 54.844966345164174 ], [ -5.12835770278029, 54.846531066112192 ], [ -5.128686397470896, 54.846067649538355 ], [ -5.129611630025844, 54.846667751621304 ], [ -5.129507440630012, 54.847112791937356 ], [ -5.12875698358161, 54.847160021582695 ], [ -5.129337569225808, 54.847735748141929 ], [ -5.128717428157263, 54.8482183715183 ], [ -5.129247040265579, 54.848216399317408 ], [ -5.129197388016259, 54.848460434401048 ], [ -5.128716240133707, 54.848585230814173 ], [ -5.129299189326233, 54.848607956437384 ], [ -5.129029780633281, 54.848911605375406 ], [ -5.12956308920371, 54.848736012189228 ], [ -5.129233374566257, 54.849105951803232 ], [ -5.130040544398212, 54.84884507113356 ], [ -5.130284448370295, 54.849137275709289 ], [ -5.129929957442476, 54.849428736629392 ], [ -5.130254456321035, 54.849655026464383 ], [ -5.12847008590302, 54.850979561135027 ], [ -5.128702081160529, 54.851299048628839 ], [ -5.129032217078508, 54.851437085632867 ], [ -5.131049873646799, 54.850428396313362 ], [ -5.131533925615828, 54.850823190159915 ], [ -5.131201789388325, 54.851322666558815 ], [ -5.132601417534906, 54.851808905045864 ], [ -5.134743263920084, 54.850252996169829 ], [ -5.136642644493465, 54.849971036295457 ], [ -5.136370363067313, 54.850798946920975 ], [ -5.137017791197972, 54.850648242300586 ], [ -5.137912149317657, 54.850988345296898 ], [ -5.138202012775003, 54.851530192730586 ], [ -5.137806433895368, 54.851873988189404 ], [ -5.13817667230044, 54.851825750496907 ], [ -5.138015962755108, 54.852123910750151 ], [ -5.138603429517717, 54.852204017401824 ], [ -5.138613058319801, 54.852588579793846 ], [ -5.13917553705244, 54.852507493602218 ], [ -5.138648568652654, 54.852764782269347 ], [ -5.139252781361829, 54.852659239618653 ], [ -5.138776588937442, 54.852828002953444 ], [ -5.139184502277502, 54.852923541412203 ], [ -5.139106532254016, 54.85366461283769 ], [ -5.139442513397759, 54.853536339567945 ], [ -5.139659997420032, 54.853768071772137 ], [ -5.140254387921885, 54.853255489521032 ], [ -5.14069541637755, 54.853536278024315 ], [ -5.140528417231947, 54.854053983145256 ], [ -5.140949666050425, 54.85412039968557 ], [ -5.140305353637802, 54.854712498513678 ], [ -5.140930428078721, 54.854834777400967 ], [ -5.140738941519595, 54.855378291260564 ], [ -5.141018771569901, 54.855209210033507 ], [ -5.141257700765311, 54.855576147343221 ], [ -5.14027591143371, 54.856758695884992 ], [ -5.140748893687474, 54.857008987448552 ], [ -5.141798328274737, 54.856836162661693 ], [ -5.141614832603904, 54.857021631993788 ], [ -5.142549594513925, 54.857217700849937 ], [ -5.14297723555842, 54.856324612879263 ], [ -5.143506056948214, 54.856371151275638 ], [ -5.14344905558506, 54.856619878843368 ], [ -5.14395472687861, 54.856248936710145 ], [ -5.144234577288098, 54.856740681181954 ], [ -5.14375058151519, 54.857289982319635 ], [ -5.145024905319793, 54.857103210096426 ], [ -5.144716678128435, 54.85740790067738 ], [ -5.145489932865735, 54.857591050548955 ], [ -5.145854974590365, 54.858355705546778 ], [ -5.145172060699824, 54.859272504562178 ], [ -5.145656025027088, 54.859082836214306 ], [ -5.145863369167912, 54.859343591892078 ], [ -5.14515374461057, 54.861018119641123 ], [ -5.146037725275198, 54.861521171104137 ], [ -5.14698904490532, 54.860848253314501 ], [ -5.147871747767047, 54.860694986121217 ], [ -5.148530111463895, 54.861322553626671 ], [ -5.148323306689991, 54.861928514997835 ], [ -5.148819146188027, 54.861850912945116 ], [ -5.148963922765722, 54.862148352132181 ], [ -5.148354844616724, 54.862532786967051 ], [ -5.148777485723315, 54.862575764987596 ], [ -5.148334859847952, 54.862676261495217 ], [ -5.148313735396836, 54.863264817122385 ], [ -5.147822479069574, 54.863421418206855 ], [ -5.148137497738507, 54.863483374344035 ], [ -5.147629262157254, 54.86356219398936 ], [ -5.148031141277389, 54.863758559302532 ], [ -5.147566393059482, 54.863915370575867 ], [ -5.147950851413706, 54.864148151859482 ], [ -5.147585017034601, 54.864733961766071 ], [ -5.148286551986542, 54.864435243656139 ], [ -5.148157559943956, 54.864979845041951 ], [ -5.146870501425895, 54.865486155380182 ], [ -5.145603071407396, 54.865424615096558 ], [ -5.144536426086733, 54.866419686609561 ], [ -5.144566152450533, 54.866781250522187 ], [ -5.145234655457538, 54.866798089408505 ], [ -5.144334598920995, 54.867370762179917 ], [ -5.144893732850842, 54.867924498141029 ], [ -5.144559011320582, 54.86827033267847 ], [ -5.145014586178409, 54.869035341368757 ], [ -5.144655236910999, 54.869865525967853 ], [ -5.145031849384925, 54.871097411702571 ], [ -5.147242897814186, 54.873760739600961 ], [ -5.14874154136167, 54.8747639108229 ], [ -5.150065345517174, 54.875024456558101 ], [ -5.15112301566513, 54.87712784792614 ], [ -5.153575065183611, 54.879094306023987 ], [ -5.153459819907581, 54.880073716603299 ], [ -5.154327815630135, 54.880624780680634 ], [ -5.154669115106877, 54.880522403411753 ], [ -5.155489188582049, 54.881856018045518 ], [ -5.156102655458672, 54.881823882015027 ], [ -5.155521867481093, 54.881974747877543 ], [ -5.155642828126213, 54.882903064205642 ], [ -5.156172756391222, 54.88347729148115 ], [ -5.156823961967103, 54.883428886075237 ], [ -5.156539878771766, 54.884123183193879 ], [ -5.156879194726409, 54.884553115476102 ], [ -5.157198298306587, 54.884465694346666 ], [ -5.157049557740018, 54.884777053891696 ], [ -5.157787312577164, 54.884837879865898 ], [ -5.157235810169404, 54.88592125127969 ], [ -5.157613812896827, 54.885908719996849 ], [ -5.157654491766358, 54.886667396337934 ], [ -5.15848213953891, 54.88723836359118 ], [ -5.158185570730162, 54.887872749885162 ], [ -5.159272677896042, 54.889704683632509 ], [ -5.162097444619479, 54.8919930458257 ], [ -5.163577456998043, 54.894435083161966 ], [ -5.165237918202717, 54.895437442305258 ], [ -5.165374117682397, 54.896079441192953 ], [ -5.167320606893663, 54.897464521512795 ], [ -5.166854996443732, 54.89781293189921 ], [ -5.167107787353905, 54.898449189966257 ], [ -5.168263005681857, 54.899173384755734 ], [ -5.169466576058475, 54.899162643865985 ], [ -5.169458000447684, 54.899490138884197 ], [ -5.16978950681161, 54.899400563933803 ], [ -5.170900933279148, 54.900400102558585 ], [ -5.17217178240813, 54.900708555481607 ], [ -5.172379382316858, 54.901344186440731 ], [ -5.173741690726605, 54.902278702298524 ], [ -5.174018927706729, 54.902688634847678 ], [ -5.173533964868783, 54.902771443848195 ], [ -5.174078789403129, 54.903310144134096 ], [ -5.17356124431238, 54.903989906517459 ], [ -5.17421505138695, 54.904782899011884 ], [ -5.174576245927986, 54.904693434272808 ], [ -5.174224507044342, 54.905002031497801 ], [ -5.174852710967317, 54.905271516539429 ], [ -5.17457405908799, 54.905794885695634 ], [ -5.175008916127637, 54.90660079261324 ], [ -5.176262907395887, 54.907246807965763 ], [ -5.178683547153186, 54.906974858996449 ], [ -5.178092781781558, 54.907438077164613 ], [ -5.179767238125859, 54.908289731905441 ], [ -5.179379054833325, 54.908571426580295 ], [ -5.180277387962514, 54.9084858586194 ], [ -5.180063128470276, 54.908875386458199 ], [ -5.181017733107038, 54.908593234584572 ], [ -5.180736089246245, 54.908900014050317 ], [ -5.181347898477727, 54.90905930708918 ], [ -5.181033973114958, 54.909312987236277 ], [ -5.181350108094585, 54.909364043722 ], [ -5.180744469280946, 54.909678413999167 ], [ -5.181601214808071, 54.909836682852664 ], [ -5.181599400088658, 54.910288078066976 ], [ -5.182320394025912, 54.910505643771877 ], [ -5.181321431742129, 54.91062173537248 ], [ -5.182506291267044, 54.910587084212899 ], [ -5.181810815167835, 54.910949668690712 ], [ -5.182483318453992, 54.911007565712957 ], [ -5.182291162194135, 54.911499015345022 ], [ -5.182762981767667, 54.911525308128347 ], [ -5.182237402152333, 54.91204348026907 ], [ -5.182850804821961, 54.912004922818696 ], [ -5.182896076471624, 54.912400238620322 ], [ -5.18342530423296, 54.912283865299052 ], [ -5.183105757024568, 54.913078955612384 ], [ -5.183766786673287, 54.913386197309947 ], [ -5.183429824049111, 54.913526301827005 ], [ -5.183598348134152, 54.913841962097905 ], [ -5.18390954249631, 54.913691743732322 ], [ -5.183809434764153, 54.914261700600079 ], [ -5.184114191296885, 54.914128733461283 ], [ -5.184128458113872, 54.914427759333094 ], [ -5.184586928423689, 54.914422927112952 ], [ -5.184636047637897, 54.914846912673333 ], [ -5.184052362670108, 54.915084299225462 ], [ -5.184767700205876, 54.915150052137591 ], [ -5.184139354563412, 54.915513585341905 ], [ -5.185103500927476, 54.915232052090296 ], [ -5.18469761515433, 54.915685056440715 ], [ -5.185341628714673, 54.916388340271403 ], [ -5.185382097402577, 54.918893967248785 ], [ -5.184621510393328, 54.919263668720525 ], [ -5.18525655297257, 54.919280277110225 ], [ -5.184347324972297, 54.91954688337367 ], [ -5.185022106538113, 54.919651461612055 ], [ -5.184576475110217, 54.919740473225552 ], [ -5.18493871815452, 54.919781321097332 ], [ -5.184746279185753, 54.920328525506378 ], [ -5.184231973657771, 54.920536219846184 ], [ -5.184653913876359, 54.920581796745026 ], [ -5.184506287763919, 54.921123329733348 ], [ -5.185730149012956, 54.92088712918666 ], [ -5.186047735812181, 54.921389484297436 ], [ -5.185474752144178, 54.922197523325949 ], [ -5.186029403794761, 54.922223430120212 ], [ -5.186185453742016, 54.922538515453873 ], [ -5.185678596781981, 54.924182779929637 ], [ -5.185992636633398, 54.924107107900724 ], [ -5.186199016065309, 54.924663629322467 ], [ -5.185443640734182, 54.925455773888011 ], [ -5.185964258223867, 54.92538637085655 ], [ -5.185922879437443, 54.925652690640383 ], [ -5.185045715059903, 54.925793484145622 ], [ -5.185319933716694, 54.925924752109118 ], [ -5.184660115928342, 54.926682016863623 ], [ -5.185443652401048, 54.927627096107628 ], [ -5.186548132535129, 54.927596318914027 ], [ -5.185638873280725, 54.927884511397693 ], [ -5.186603931900531, 54.928636909804801 ], [ -5.18632308933325, 54.928797126176029 ], [ -5.186981816090392, 54.92891380509122 ], [ -5.185374680798402, 54.929340788274033 ], [ -5.186056702978593, 54.929396621618451 ], [ -5.185360816863589, 54.929441850931632 ], [ -5.18596706141639, 54.929881789291649 ], [ -5.185461883041611, 54.930285250972808 ], [ -5.18725124248791, 54.930660874878015 ], [ -5.186194088180199, 54.930836968607537 ], [ -5.187310046418162, 54.930752837677595 ], [ -5.18649695968723, 54.931329819110481 ], [ -5.187109677429133, 54.931377575477683 ], [ -5.185932779367265, 54.93177708834078 ], [ -5.18743721528675, 54.931885960195288 ], [ -5.185256643648939, 54.93284227421735 ], [ -5.185548981258316, 54.933419019406031 ], [ -5.187434817329919, 54.933828075454208 ], [ -5.186207354881466, 54.934615529167615 ], [ -5.187153947624587, 54.934659021080279 ], [ -5.186081364471279, 54.935075576348545 ], [ -5.186867656616254, 54.935362436193458 ], [ -5.186177027763277, 54.936008128048414 ], [ -5.185550439035447, 54.936022767647614 ], [ -5.185404062337732, 54.936225307710451 ], [ -5.185826363294532, 54.936174669763716 ], [ -5.185140010700377, 54.936736627027138 ], [ -5.186148223836305, 54.937222665413607 ], [ -5.18542639897547, 54.937553587602238 ], [ -5.185882942217551, 54.937580272951813 ], [ -5.18564150347214, 54.937805087110178 ], [ -5.186458740943697, 54.93779173898384 ], [ -5.185360423623178, 54.938199970759257 ], [ -5.186135734264787, 54.938189522799895 ], [ -5.186064393324905, 54.938511473076197 ], [ -5.186720291904731, 54.93823532397365 ], [ -5.187007517353416, 54.938470543157607 ], [ -5.185538359337331, 54.939323670457846 ], [ -5.186446549451989, 54.939137108608975 ], [ -5.186039336756847, 54.939339299896353 ], [ -5.186607323823263, 54.939333388894603 ], [ -5.186660866900463, 54.939615199651406 ], [ -5.186286847619818, 54.939684353444143 ], [ -5.186207792711931, 54.940402108869051 ], [ -5.185270291308707, 54.940850175353667 ], [ -5.186320202780803, 54.940677879843861 ], [ -5.185847733440973, 54.940904259711921 ], [ -5.186206921761602, 54.941002728595024 ], [ -5.185181986580806, 54.941451289762043 ], [ -5.185514375610439, 54.941803109780821 ], [ -5.185946141473461, 54.941674002538285 ], [ -5.185321144404039, 54.942361122361476 ], [ -5.185519941290274, 54.942781181064817 ], [ -5.186044474765841, 54.942758431134365 ], [ -5.185533770294689, 54.942857241567019 ], [ -5.185567882871595, 54.943426374125245 ], [ -5.185994512115474, 54.943745151881934 ], [ -5.186656671242643, 54.943527281505489 ], [ -5.186628139580026, 54.94460694638925 ], [ -5.187092006453706, 54.944705363850659 ], [ -5.186704769871914, 54.944805434397864 ], [ -5.187041387997469, 54.944874823248931 ], [ -5.186571120434477, 54.945662183816218 ], [ -5.186968566000168, 54.94586843795846 ], [ -5.186379408705018, 54.946042136788947 ], [ -5.186930277769967, 54.94637113862219 ], [ -5.186180975967369, 54.94683045551767 ], [ -5.186847753525936, 54.946768906508666 ], [ -5.18729138081235, 54.947163657417889 ], [ -5.186572781853713, 54.947123172270643 ], [ -5.186836037739264, 54.947291589067227 ], [ -5.186249153215813, 54.947592899011525 ], [ -5.186570850089311, 54.947690552867314 ], [ -5.185826445231873, 54.947975313975576 ], [ -5.186518658843597, 54.947820492928379 ], [ -5.186018003273824, 54.948165393253802 ], [ -5.186617262942336, 54.948355565681247 ], [ -5.186623505116663, 54.94871054500473 ], [ -5.185141118038893, 54.95017089817766 ], [ -5.186156058055644, 54.949672253573759 ], [ -5.186582357002723, 54.94976896186153 ], [ -5.185897191432002, 54.95024996979803 ], [ -5.186774358227357, 54.949984203138527 ], [ -5.186045541181441, 54.950801719960936 ], [ -5.186911411872316, 54.95066931502992 ], [ -5.186535308495184, 54.951068491111656 ], [ -5.186982180557677, 54.950892232291608 ], [ -5.18713702603576, 54.951269386193346 ], [ -5.186678429937186, 54.951317382363115 ], [ -5.1868586978108, 54.951936625584935 ], [ -5.186074709333795, 54.95203811092933 ], [ -5.18652217854517, 54.952263734261066 ], [ -5.185687684549237, 54.952852053641898 ], [ -5.186190030132882, 54.952843373208509 ], [ -5.185862494609657, 54.953501111420202 ], [ -5.184702992163304, 54.954168076705258 ], [ -5.185084037228568, 54.954560880540058 ], [ -5.183800293827833, 54.955435188729957 ], [ -5.184280713164882, 54.95548463341072 ], [ -5.183543545599473, 54.955941814597793 ], [ -5.184155535987792, 54.956192805207515 ], [ -5.183204518382463, 54.956494651592799 ], [ -5.184294330007119, 54.95638696781446 ], [ -5.182575044407811, 54.958076468550445 ], [ -5.183235737629817, 54.958231783189397 ], [ -5.182721880528171, 54.958530260441862 ], [ -5.183611437072792, 54.958260598586747 ], [ -5.18294271066387, 54.95897132427519 ], [ -5.182427686508281, 54.959097204615894 ], [ -5.182474222797963, 54.958875707401795 ], [ -5.182200964959065, 54.959134612284394 ], [ -5.181714671799444, 54.958892906597427 ], [ -5.181361965126943, 54.959214129690558 ], [ -5.181818490523863, 54.959435038250533 ], [ -5.181359148099633, 54.959395820404417 ], [ -5.180894042012604, 54.959896207904762 ], [ -5.181239644472857, 54.960038205609955 ], [ -5.180849487901519, 54.960202167243942 ], [ -5.181268927174598, 54.960151623655769 ], [ -5.180858777734363, 54.960260365073765 ], [ -5.181644436846729, 54.960237093231861 ], [ -5.181622580311425, 54.960652147876111 ], [ -5.180296543244496, 54.961567981669987 ], [ -5.180819635984043, 54.961681957582073 ], [ -5.18000873506348, 54.961998988801874 ], [ -5.180655291325326, 54.961955089498893 ], [ -5.179996155988261, 54.962551361210991 ], [ -5.180483748612984, 54.962650983396308 ], [ -5.179949974535729, 54.963034483908025 ], [ -5.180492777142207, 54.962982512392095 ], [ -5.180427730982449, 54.963266530542704 ], [ -5.178814217695648, 54.96406579723989 ], [ -5.179200763995727, 54.964507925728462 ], [ -5.178658858725296, 54.964512215784239 ], [ -5.178620379800064, 54.96481621670786 ], [ -5.178793004013053, 54.965339467210647 ], [ -5.179149693202617, 54.965245618982365 ], [ -5.178684726395016, 54.966243190794138 ], [ -5.177761012902788, 54.966933582868073 ], [ -5.179015530563568, 54.967225334733648 ], [ -5.179068142190014, 54.967475703869148 ], [ -5.178678692068341, 54.967807769041279 ], [ -5.179130987698547, 54.968211314974802 ], [ -5.17820886745635, 54.968863007161282 ], [ -5.179508766246245, 54.9705579494359 ], [ -5.17801928954883, 54.971032079943157 ], [ -5.178106284673626, 54.971262669062853 ], [ -5.179434940791737, 54.971304329575204 ], [ -5.178124957166929, 54.972151382132964 ], [ -5.17834645256398, 54.972501628320913 ], [ -5.178902147579765, 54.97247270482648 ], [ -5.17855589195169, 54.972679563967979 ], [ -5.178922243871317, 54.973102442261094 ], [ -5.181063515971564, 54.972983462341837 ], [ -5.180485447094202, 54.973401389110457 ], [ -5.181528914582116, 54.97376877137804 ], [ -5.182571734357815, 54.972943065934736 ], [ -5.183168125433947, 54.973803158859262 ], [ -5.183034544348562, 54.974682374769586 ], [ -5.183801120993636, 54.974217238939161 ], [ -5.184364839191616, 54.974526139472459 ], [ -5.185282153988325, 54.974168530871523 ], [ -5.185823023084429, 54.974662337960694 ], [ -5.186436037335751, 54.974074439250302 ], [ -5.186443551932235, 54.974662249466512 ], [ -5.185915895943237, 54.975873678933645 ], [ -5.185564401782216, 54.97575792094139 ], [ -5.185796515530325, 54.976596083801667 ], [ -5.185053725576414, 54.97629637917526 ], [ -5.185708889798384, 54.977285288517947 ], [ -5.185392007044215, 54.977922062415324 ], [ -5.184293626525458, 54.977771033900375 ], [ -5.184370615500121, 54.978427152103961 ], [ -5.183584289283864, 54.978683319244311 ], [ -5.183510550925517, 54.979548379879532 ], [ -5.183046279390805, 54.979844655939992 ], [ -5.182856388814431, 54.979440543236123 ], [ -5.182814524474384, 54.979721257485252 ], [ -5.182501362989579, 54.979576614398823 ], [ -5.182604845106382, 54.980212259326933 ], [ -5.182117737764222, 54.98008206112317 ], [ -5.181476646191804, 54.981363870284682 ], [ -5.180744546889983, 54.98145676170224 ], [ -5.179614869700248, 54.981128489077626 ], [ -5.178288331062697, 54.981809639675177 ], [ -5.178552375645332, 54.982420408256921 ], [ -5.17808968551765, 54.983212021745416 ], [ -5.179819258309417, 54.983059782532351 ], [ -5.180315834583777, 54.983269761570028 ], [ -5.179810661831877, 54.983721738321883 ], [ -5.180454574673811, 54.983541252199394 ], [ -5.179411345238369, 54.983990225958649 ], [ -5.179712494739911, 54.984377946057116 ], [ -5.179181686894625, 54.984644478911946 ], [ -5.179534671155049, 54.984896878837148 ], [ -5.179254873418792, 54.985609086402597 ], [ -5.179022738426664, 54.985441635019129 ], [ -5.179039000790927, 54.985765781197486 ], [ -5.178325478412724, 54.986074851561227 ], [ -5.176817682404537, 54.986027965791465 ], [ -5.175887612701999, 54.986307617907045 ], [ -5.176144987389722, 54.986695591468568 ], [ -5.175467440211287, 54.987717580960599 ], [ -5.175792767735233, 54.988035448828683 ], [ -5.175131803258565, 54.988476191110507 ], [ -5.17582190685431, 54.989076731573697 ], [ -5.174753282086991, 54.990117027307157 ], [ -5.174083079597656, 54.990025744173167 ], [ -5.173696972634051, 54.990700254350294 ], [ -5.173133368282925, 54.990632255558936 ], [ -5.173296564611817, 54.99081770189548 ], [ -5.172495458036192, 54.991049004159215 ], [ -5.173141201306874, 54.991167008421101 ], [ -5.172016583602086, 54.991262000852238 ], [ -5.171283068854105, 54.99199322142487 ], [ -5.17072255502143, 54.992043810131335 ], [ -5.171276550095407, 54.992524752154075 ], [ -5.170413100724059, 54.99287814447721 ], [ -5.171733793520112, 54.993107116496688 ], [ -5.172627143817221, 54.993884885463267 ], [ -5.172400193729522, 54.994971512972619 ], [ -5.173019942157237, 54.995412969636128 ], [ -5.171067875012156, 54.995883792096826 ], [ -5.171069287860758, 54.9965158133096 ], [ -5.170603504017918, 54.996439854943119 ], [ -5.170354896523009, 54.99667830464724 ], [ -5.170769811929192, 54.996803242710342 ], [ -5.170273998368472, 54.996862030388279 ], [ -5.170713254525079, 54.996938682141838 ], [ -5.170555213414839, 54.997353687680722 ], [ -5.169324946251327, 54.99732104125539 ], [ -5.169736756991025, 54.997822781019025 ], [ -5.169141111288884, 54.997468789666442 ], [ -5.168544178580661, 54.997613821804308 ], [ -5.168908614426098, 54.997990927287795 ], [ -5.168330301617062, 54.99791609581581 ], [ -5.169066109096118, 54.998401299468519 ], [ -5.168500437755874, 54.998605754816921 ], [ -5.168917949422353, 54.998981476668597 ], [ -5.168317726745572, 54.999144574852579 ], [ -5.168762448210891, 54.999329880846389 ], [ -5.16803055478315, 54.999806594852771 ], [ -5.168701463947485, 54.999567930363931 ], [ -5.168141928105933, 54.99987022414723 ], [ -5.168858568314251, 55.000211176195869 ], [ -5.167728461018058, 55.00053733339422 ], [ -5.168314302475049, 55.000766614666418 ], [ -5.167321931634856, 55.000876094088355 ], [ -5.166794084591457, 55.000529315073969 ], [ -5.166691372726161, 55.000754065209172 ], [ -5.167625253573866, 55.001132520473952 ], [ -5.166887373959741, 55.000879325772146 ], [ -5.167354414685894, 55.001268147864117 ], [ -5.167043726325597, 55.001612501643081 ], [ -5.165012061391321, 55.001455037255973 ], [ -5.165296413671458, 55.002046422731418 ], [ -5.164135669074086, 55.002044278391793 ], [ -5.16428574096923, 55.002499803587114 ], [ -5.161900802157445, 55.003299117185577 ], [ -5.161938601318854, 55.003560666240297 ], [ -5.16077479645899, 55.004036880979292 ], [ -5.161876279010279, 55.005292123727799 ], [ -5.161776878576427, 55.005678617881472 ], [ -5.159815691734527, 55.006438992300581 ], [ -5.160508906690289, 55.006938841472518 ], [ -5.160305923386554, 55.007420632822608 ], [ -5.15790309320867, 55.007718640068802 ], [ -5.157355767725255, 55.00742267479766 ], [ -5.157497697104002, 55.008033959965509 ], [ -5.156838813991678, 55.007751679097495 ], [ -5.157534397194522, 55.008321611842369 ], [ -5.157066271791225, 55.008615183476813 ], [ -5.155708076182184, 55.00829261678853 ], [ -5.155851535184018, 55.007908581049499 ], [ -5.154726249702674, 55.008300120394225 ], [ -5.154318315815719, 55.007986138658062 ], [ -5.1534800039017, 55.008466420663851 ], [ -5.152937594734089, 55.008173005501767 ], [ -5.153149779869596, 55.008663793933785 ], [ -5.152194999329975, 55.008637309420884 ], [ -5.152261951656914, 55.008453959036991 ], [ -5.151949610666542, 55.008640076254224 ], [ -5.15033214304587, 55.007664248273421 ], [ -5.14970173707393, 55.007764199179491 ], [ -5.149389813010673, 55.007516942742605 ], [ -5.148874488650405, 55.007747870421191 ], [ -5.149222164653506, 55.008012183497094 ], [ -5.148429433989122, 55.007837618549537 ], [ -5.148425284370131, 55.00820365115397 ], [ -5.148178075992242, 55.007963706241355 ], [ -5.148032064640035, 55.00823631227049 ], [ -5.147721414974084, 55.008104999800032 ], [ -5.148038823577082, 55.008522044280589 ], [ -5.146967971544251, 55.008571350047504 ], [ -5.142993416286775, 55.006599111051905 ], [ -5.141240375948472, 55.007185670624366 ], [ -5.141392781482616, 55.006954265578479 ], [ -5.140960643033856, 55.0069492493732 ], [ -5.140417528145758, 55.007345389762513 ], [ -5.140566918807487, 55.006915367764712 ], [ -5.139997997406359, 55.007281604380466 ], [ -5.139530987321775, 55.006910660667245 ], [ -5.139228483309204, 55.007543331423761 ], [ -5.139170427524765, 55.007240942948499 ], [ -5.139090909711109, 55.007444389551125 ], [ -5.138523864720491, 55.007214483079743 ], [ -5.138328707639291, 55.007539592883887 ], [ -5.137889818522974, 55.00700788148793 ], [ -5.13709710718987, 55.007253111307143 ], [ -5.137354896988028, 55.007709482002369 ], [ -5.136377598021533, 55.007954975537587 ], [ -5.136614789328964, 55.00842806254834 ], [ -5.135746887283415, 55.008392014535268 ], [ -5.135674321015736, 55.008865001817298 ], [ -5.134443312997798, 55.009087354094007 ], [ -5.13412694444471, 55.009583708882168 ], [ -5.133252840821378, 55.009889450868677 ], [ -5.133658300530668, 55.00985292615335 ], [ -5.133654358579459, 55.01016320842637 ], [ -5.131736046670424, 55.010339414049916 ], [ -5.13129625872457, 55.00983557418644 ], [ -5.13071187779012, 55.010205760037231 ], [ -5.130166764421374, 55.009915911060382 ], [ -5.130018749045534, 55.010465459832744 ], [ -5.129084984655759, 55.01076911099242 ], [ -5.128118487652471, 55.010411879605194 ], [ -5.128071532050775, 55.010813175230822 ], [ -5.127321681889979, 55.010887311753905 ], [ -5.127312458443083, 55.010648395775142 ], [ -5.126489189777914, 55.011105622529321 ], [ -5.125895242853283, 55.010951871405467 ], [ -5.125714695376145, 55.011245116022913 ], [ -5.125109975463273, 55.011194132254012 ], [ -5.125182268246348, 55.011439518467235 ], [ -5.124133991957803, 55.011337896181296 ], [ -5.124110104001856, 55.011593846371184 ], [ -5.123843487988368, 55.011364242210341 ], [ -5.123727097598971, 55.011698091310024 ], [ -5.123283576941448, 55.011346262583025 ], [ -5.122249245984317, 55.011866422853494 ], [ -5.122680035498546, 55.012074730978831 ], [ -5.121589465662592, 55.013340760228481 ], [ -5.122570730668719, 55.013002682590013 ], [ -5.122692414754299, 55.013621713900278 ], [ -5.122232631353402, 55.013966179661054 ], [ -5.121860286324102, 55.01366466371497 ], [ -5.121220447032471, 55.014108151645907 ], [ -5.120945726807406, 55.013573065383952 ], [ -5.120676231398576, 55.013950400671064 ], [ -5.119664905757438, 55.013519630088993 ], [ -5.120173419164324, 55.013983086554077 ], [ -5.119755086900951, 55.014357946130929 ], [ -5.119404673625797, 55.014116996778291 ], [ -5.119597760112294, 55.014548090894237 ], [ -5.118841114467476, 55.014092796323155 ], [ -5.118217388004804, 55.015006067765576 ], [ -5.117174075237312, 55.01504990632737 ], [ -5.117099612268419, 55.01540065437392 ], [ -5.116776906305286, 55.015194050811772 ], [ -5.116427968104613, 55.015697484133504 ], [ -5.11577606289169, 55.015502912740104 ], [ -5.116241224115201, 55.015992670303184 ], [ -5.1158171412055, 55.016233701680108 ], [ -5.115243137863964, 55.016055112106955 ], [ -5.115280297603577, 55.015505728187904 ], [ -5.115093021720942, 55.016056261523502 ], [ -5.114997227918791, 55.015708978521268 ], [ -5.114617897467188, 55.016486501697528 ], [ -5.114137498066292, 55.016364847273685 ], [ -5.113915372767035, 55.016809282088552 ], [ -5.113492944325147, 55.016466767697914 ], [ -5.112973425423505, 55.016950283997851 ], [ -5.112400382450713, 55.016703327322602 ], [ -5.112459692160001, 55.017448034841458 ], [ -5.111701150341924, 55.01712940304683 ], [ -5.111808236917628, 55.017501573091835 ], [ -5.111413826190591, 55.017177214895156 ], [ -5.111240536515298, 55.017464855881755 ], [ -5.110690703936527, 55.017396211510494 ], [ -5.11060438311499, 55.017756248753471 ], [ -5.10986709672448, 55.017509886179269 ], [ -5.110005982675612, 55.017828199225853 ], [ -5.109363391211847, 55.017794288050581 ], [ -5.108985933153702, 55.018132999550318 ], [ -5.108306132937414, 55.017679271320468 ], [ -5.10699957598041, 55.018123542336014 ], [ -5.106513309619459, 55.017905807750267 ], [ -5.104816938720389, 55.018003985146883 ], [ -5.104995308551106, 55.017680261621329 ], [ -5.103989594600362, 55.01772572274443 ], [ -5.103299517491505, 55.017219184869695 ], [ -5.103236696364057, 55.017499498479701 ], [ -5.103017777075438, 55.017076232486694 ], [ -5.103036590723826, 55.017785114260235 ], [ -5.102748398544946, 55.017518254994293 ], [ -5.102617761459092, 55.017852444693318 ], [ -5.101934023024276, 55.01773143607145 ], [ -5.101271158399108, 55.018265308859803 ], [ -5.100845229137436, 55.018099057578432 ], [ -5.100069211754946, 55.018322935330481 ], [ -5.098873973738967, 55.017798684897535 ], [ -5.09896764242448, 55.017998586555471 ], [ -5.098314173918991, 55.018087166861747 ], [ -5.097158728220261, 55.017226535357551 ], [ -5.095648364955208, 55.017159812902854 ], [ -5.09468469675254, 55.015457248381438 ], [ -5.094247688774685, 55.015674257186838 ], [ -5.090775216624279, 55.012963810887044 ], [ -5.090714087746149, 55.012738801532677 ], [ -5.091127896983267, 55.012850552579827 ], [ -5.091012022136911, 55.011995794107385 ], [ -5.089871994027917, 55.010883866818531 ], [ -5.089807511900947, 55.009639406528265 ], [ -5.088625130429823, 55.008077216240011 ], [ -5.088290846497849, 55.005683417193772 ], [ -5.08727504132494, 55.0052480022376 ], [ -5.087116203979375, 55.004361965587229 ], [ -5.086530708128008, 55.004314798752155 ], [ -5.085740582545101, 55.003599427252347 ], [ -5.085981965786825, 55.00214041642753 ], [ -5.086430180189567, 55.001561728437629 ], [ -5.087363454461821, 55.001311463407205 ], [ -5.08711680598611, 55.000422262546003 ], [ -5.082714488033702, 54.998613600246742 ], [ -5.081624123629373, 54.997855470941303 ], [ -5.080480898097155, 54.997835002336629 ], [ -5.080232422157511, 54.99742953003571 ], [ -5.078362511405429, 54.997007594637253 ], [ -5.078424702773854, 54.996696742976901 ], [ -5.077801908431155, 54.996691837012534 ], [ -5.076842984811202, 54.996055307184278 ], [ -5.076093214556447, 54.99610755045282 ], [ -5.075304255104878, 54.994953344590506 ], [ -5.076289976705465, 54.994061706100283 ], [ -5.07507009475481, 54.991505983444583 ], [ -5.070427708374105, 54.988806606551492 ], [ -5.070428966825802, 54.986551736547391 ], [ -5.071736497047401, 54.983898836786487 ], [ -5.072162803673827, 54.981683566923522 ], [ -5.067904259141404, 54.975946373131293 ], [ -5.065522172857278, 54.97401957339811 ], [ -5.065318136880731, 54.973065425560193 ], [ -5.066056504351348, 54.971495920009858 ], [ -5.064944304990016, 54.970355204064496 ], [ -5.060848094116555, 54.967685769040948 ], [ -5.062195115605175, 54.968280268603493 ], [ -5.063672776678729, 54.968291566999248 ], [ -5.068774733873734, 54.967261953857204 ], [ -5.072966156088502, 54.965567374136846 ], [ -5.075072239546675, 54.963723155277506 ], [ -5.074346392470219, 54.961668287735385 ], [ -5.074974049402998, 54.959270786375676 ], [ -5.07370577732726, 54.958171861151229 ], [ -5.071372605347139, 54.956977578978439 ], [ -5.070847199144473, 54.957094253510668 ], [ -5.071327062484997, 54.956913098893835 ], [ -5.070578016540111, 54.95600330336682 ], [ -5.070641892091089, 54.954875164395283 ], [ -5.0698184593878, 54.953685838612209 ], [ -5.068844945489592, 54.953559393788666 ], [ -5.068903877352107, 54.953307965895817 ], [ -5.069606697151412, 54.95334684918592 ], [ -5.070937010395816, 54.952007787794336 ], [ -5.071861145307212, 54.950096390201807 ], [ -5.069696078682623, 54.944976119751381 ], [ -5.070140807598152, 54.940036216030599 ], [ -5.069282588590027, 54.93703435734556 ], [ -5.069389410021516, 54.936694508964713 ], [ -5.069045707201513, 54.936033163300777 ], [ -5.070292687041018, 54.936048626219147 ], [ -5.070048581474179, 54.936471962579013 ], [ -5.070405231814551, 54.936582522059524 ], [ -5.070593477161585, 54.936041021772809 ], [ -5.068933757836357, 54.935817749075916 ], [ -5.068956339148105, 54.936032054610322 ], [ -5.06916522643623, 54.9366624138136 ], [ -5.06867963329853, 54.93627370197526 ], [ -5.068394263310206, 54.933512696077173 ], [ -5.067607299195694, 54.932672172975259 ], [ -5.065231379264486, 54.931283773589826 ], [ -5.064749649044371, 54.928010755918216 ], [ -5.060847021748454, 54.923742439600503 ], [ -5.057537942783111, 54.921689634032482 ], [ -5.053862244910777, 54.919943552174367 ], [ -5.047093039710682, 54.917697836671337 ], [ -5.044520540896214, 54.915545287522825 ], [ -5.044503845692532, 54.915138432591334 ], [ -5.041499640285916, 54.912886062670331 ], [ -5.036796392265092, 54.910157374676032 ], [ -5.035572790212681, 54.908621816735007 ], [ -5.033850865218282, 54.90803102244756 ], [ -5.030077208435658, 54.9075246931693 ], [ -5.028897331409617, 54.908435208262858 ], [ -5.02976694955667, 54.90748658428415 ], [ -5.029343021971961, 54.907368597807526 ], [ -5.030232496583344, 54.906872299078536 ], [ -5.030277864582676, 54.906681698867388 ], [ -5.030241097436026, 54.90623854965196 ], [ -5.026851674105135, 54.906212516492069 ], [ -5.026864904663759, 54.905952359849209 ], [ -5.026390351821052, 54.906198843520542 ], [ -5.024296907198477, 54.906122445362712 ], [ -5.022658539463011, 54.906392505287776 ], [ -5.025096491865923, 54.907878156449513 ], [ -5.024150062163961, 54.908594904751098 ], [ -5.026904052764099, 54.910255157293484 ], [ -5.026360160586622, 54.91053483561879 ], [ -5.018076327496808, 54.905440225096534 ], [ -5.011198573161957, 54.907152876864437 ], [ -5.002026438331654, 54.910164366373806 ], [ -4.996282223897858, 54.912953946796613 ], [ -4.992859404095942, 54.915615923423317 ], [ -4.990508976342078, 54.918706306862703 ], [ -4.991153293608981, 54.92065754351654 ], [ -4.99077077994634, 54.921581291743976 ], [ -4.99114792950569, 54.923192077581319 ], [ -4.992705326201999, 54.925854431822856 ], [ -4.992084489670978, 54.92619698139795 ], [ -4.992626780786145, 54.926331062065344 ], [ -4.992694425401468, 54.926758238526368 ], [ -4.993082567616123, 54.926288362860348 ], [ -4.992768889425034, 54.928915904062556 ], [ -4.994969344725289, 54.930815278665271 ], [ -4.994606749183594, 54.931859917327422 ], [ -4.99600462162261, 54.936294583871288 ], [ -4.998497331382088, 54.939091127798619 ], [ -5.000420164012501, 54.940292414747837 ], [ -5.001051977964608, 54.940304675972371 ], [ -5.001002073984175, 54.941792927063041 ], [ -5.002043979224652, 54.943052812774056 ], [ -5.003762216102748, 54.943580328023735 ], [ -5.006141016538536, 54.943667124126137 ], [ -5.006782242454118, 54.944410945795909 ], [ -5.005638203440061, 54.948729499044887 ], [ -5.00604126587015, 54.949922446391049 ], [ -5.007321847463042, 54.950650442858112 ], [ -5.00613709700327, 54.951728052325812 ], [ -5.005728348212246, 54.952822413305249 ], [ -5.006356612149884, 54.954248033967701 ], [ -5.009314843739874, 54.957165011307822 ], [ -5.011878700368539, 54.961152571019149 ], [ -5.016370089508607, 54.962539852805051 ], [ -5.016253689267365, 54.962967092122987 ], [ -5.013994225117479, 54.963529326899639 ], [ -5.014329640457237, 54.9639183835354 ], [ -5.015094149003513, 54.963778042657466 ], [ -5.014479194790181, 54.963974909022888 ], [ -5.014588365672005, 54.964201456774013 ], [ -5.015634342137553, 54.964897432809721 ], [ -5.01675489286225, 54.964483025624034 ], [ -5.015537274635014, 54.965290926624249 ], [ -5.015988755819081, 54.966018735381894 ], [ -5.016717719359058, 54.966320698311442 ], [ -5.016061262968056, 54.966464659977106 ], [ -5.016485958638052, 54.967230891861512 ], [ -5.019199801477199, 54.970387463798261 ], [ -5.024608953228361, 54.973341162585328 ], [ -5.026938961731362, 54.973835157496914 ], [ -5.030293384150693, 54.973881012973258 ], [ -5.031324534831567, 54.974331789127383 ], [ -5.031320671874804, 54.975752382068954 ], [ -5.030273563886095, 54.977433646302948 ], [ -5.030081560330353, 54.979801131583777 ], [ -5.032236749980718, 54.981784616387372 ], [ -5.033752114210394, 54.982703383247681 ], [ -5.035198197657972, 54.982993629206796 ], [ -5.035871824372007, 54.983633108590439 ], [ -5.036241014541347, 54.985002127118484 ], [ -5.036166989815007, 54.986257250412834 ], [ -5.035522913697169, 54.987189469864866 ], [ -5.035634768639437, 54.988566715148615 ], [ -5.037285182021004, 54.991164187943269 ], [ -5.038016984601785, 54.994845481983994 ], [ -5.039774931107661, 54.99778367296652 ], [ -5.035078930175692, 54.999009548667438 ], [ -5.032892993308955, 55.000713861168968 ], [ -5.02951698656565, 55.002609625480751 ], [ -5.028128588173045, 55.002657705955677 ], [ -5.015480662011924, 55.005750158920392 ], [ -4.99247579571775, 55.009060691136987 ], [ -4.986862508270336, 55.010987808962518 ], [ -4.978496912804964, 55.009246652148725 ], [ -4.97325336019246, 55.011528179828822 ], [ -4.981083886878159, 55.017858883838045 ], [ -4.978082460974089, 55.022112921141627 ], [ -4.976897605739813, 55.022910604685116 ], [ -4.974072890983769, 55.02354162058824 ], [ -4.969060078968529, 55.021884055878239 ], [ -4.962258950005589, 55.020265376010883 ], [ -4.960581354684227, 55.021492946826662 ], [ -4.956692887240304, 55.025741046653174 ], [ -4.957803602763883, 55.02679735583412 ], [ -4.957752332022647, 55.027481859766802 ], [ -4.955791201148231, 55.028478013393638 ], [ -4.952026739973535, 55.029747174938883 ], [ -4.95001681252022, 55.031360244897172 ], [ -4.944249083128874, 55.039249555999504 ], [ -4.944416720109828, 55.040360278735307 ], [ -4.943226450001159, 55.043553627030498 ], [ -4.940030865121377, 55.046413366982115 ], [ -4.935480895304121, 55.048424676434472 ], [ -4.930803299971569, 55.051373857100273 ], [ -4.930538879522114, 55.052041001555523 ], [ -4.931303150760468, 55.053712728957002 ], [ -4.930921492845788, 55.055025492368316 ], [ -4.931425997880836, 55.057427181990505 ], [ -4.929900636265283, 55.059270941828629 ], [ -4.932579947065478, 55.061853971636999 ], [ -4.933421563036965, 55.064364398249211 ], [ -4.930980757805814, 55.064724394324529 ], [ -4.923697180129505, 55.064944598746742 ], [ -4.923068212254596, 55.06620034360958 ], [ -4.92087956460882, 55.066154017337752 ], [ -4.919187182325829, 55.066468833309457 ], [ -4.915668277085619, 55.066117196550906 ], [ -4.912946028214325, 55.06638018600551 ], [ -4.90886720036828, 55.061982752294092 ], [ -4.905212240271252, 55.062016148289317 ], [ -4.901059384255128, 55.064259369317966 ], [ -4.898925356635869, 55.062584153520007 ], [ -4.894751381137976, 55.06085407348872 ], [ -4.894664681348939, 55.058352418209616 ], [ -4.896233003490282, 55.053613310226837 ], [ -4.888188603705781, 55.052267281433842 ], [ -4.882613887185494, 55.047149360164504 ], [ -4.883575513271187, 55.042667528206564 ], [ -4.884194218965663, 55.042562958340255 ], [ -4.884446886360351, 55.042049031378873 ], [ -4.884107008560918, 55.040479345669404 ], [ -4.884554669428204, 55.040500194463391 ], [ -4.884551671238619, 55.039587779987805 ], [ -4.88411817543741, 55.039328360264207 ], [ -4.884572299724309, 55.038895060225677 ], [ -4.883359875782754, 55.038905829645259 ], [ -4.882374096238155, 55.03978324593097 ], [ -4.879447163965337, 55.039789645983852 ], [ -4.876865210067908, 55.038385378235148 ], [ -4.873297425736067, 55.038294413725417 ], [ -4.871694232959777, 55.038750311778031 ], [ -4.871038097746752, 55.039534444680342 ], [ -4.869801660966629, 55.040085043364506 ], [ -4.865986496786817, 55.0406964209092 ], [ -4.865073348145108, 55.041171927252314 ], [ -4.86318297565388, 55.040897299189389 ], [ -4.86213246077717, 55.041313086950112 ], [ -4.860117492392892, 55.041486345232499 ], [ -4.859532778007689, 55.0411899406743 ], [ -4.858652311476639, 55.041246597384252 ], [ -4.857562660962182, 55.040674372291477 ], [ -4.855565005868248, 55.041530382879827 ], [ -4.855244709544555, 55.042418914855922 ], [ -4.853228082552073, 55.043010127997043 ], [ -4.852776091388909, 55.042818456833203 ], [ -4.8512259097193, 55.043695362171029 ], [ -4.849693882458913, 55.043066012019679 ], [ -4.849595940350071, 55.043670630461904 ], [ -4.848614918351304, 55.043855428041617 ], [ -4.848714623039427, 55.043385617884802 ], [ -4.847567914837119, 55.043331560064367 ], [ -4.846574594122744, 55.043673952335403 ], [ -4.846489484788993, 55.043136550165997 ], [ -4.844125897178734, 55.043142396497835 ], [ -4.843841648292051, 55.044322223628924 ], [ -4.84107645067566, 55.044737448724554 ], [ -4.840936706500874, 55.044201319716855 ], [ -4.839766606069815, 55.044480360072399 ], [ -4.837671599820932, 55.043747134359194 ], [ -4.838690742766866, 55.042662548141728 ], [ -4.836930219304459, 55.042119281286901 ], [ -4.836877770991287, 55.041599091819897 ], [ -4.83524076455343, 55.041030445626944 ], [ -4.836658160357494, 55.040264722294751 ], [ -4.836556690728353, 55.039493959377666 ], [ -4.835819182783066, 55.039358329245601 ], [ -4.83518320601378, 55.038555077313042 ], [ -4.833030104335454, 55.038101815935846 ], [ -4.833054376769046, 55.037669736816994 ], [ -4.833596592768486, 55.037589681478643 ], [ -4.833559299759032, 55.037172521303965 ], [ -4.832992796008469, 55.037019405661297 ], [ -4.833739953791688, 55.036472496199529 ], [ -4.833758683260434, 55.035563183603962 ], [ -4.832557412469833, 55.035397884925793 ], [ -4.831986293426231, 55.035622446906565 ], [ -4.831625714586064, 55.035059985901384 ], [ -4.832295316199067, 55.034678506318052 ], [ -4.830625193349519, 55.03463378307903 ], [ -4.829379791496085, 55.035062811546197 ], [ -4.828524018521565, 55.035024283129985 ], [ -4.82809488382274, 55.035375877390798 ], [ -4.827456616750212, 55.035314303750667 ], [ -4.826897261206926, 55.03581725353812 ], [ -4.826738609409245, 55.037119974968022 ], [ -4.825869322628524, 55.038223452486548 ], [ -4.826425888017728, 55.040012984905083 ], [ -4.826090093898419, 55.040690531373343 ], [ -4.824942079468828, 55.040838563211651 ], [ -4.82438221602647, 55.041224643629839 ], [ -4.821208993926719, 55.041514043532388 ], [ -4.819164797038545, 55.041273766499913 ], [ -4.816482159354213, 55.042976557331961 ], [ -4.812621373106907, 55.042728776199937 ], [ -4.810927281208388, 55.043239902817973 ], [ -4.809778999456413, 55.043050678485081 ], [ -4.808650965164134, 55.043485766903643 ], [ -4.806990692764055, 55.043474648682988 ], [ -4.806597842787053, 55.043789366847179 ], [ -4.804279959450846, 55.04310566456315 ], [ -4.803410238979379, 55.044213476672233 ], [ -4.802373329953831, 55.04438570170791 ], [ -4.798520595060826, 55.044029409428177 ], [ -4.798831530967804, 55.043100803599131 ], [ -4.79944606222289, 55.042709091109117 ], [ -4.798869798833127, 55.041630095039288 ], [ -4.796768493955351, 55.041130053637353 ], [ -4.791844708456648, 55.03797539238559 ], [ -4.790496412774028, 55.036594941810208 ], [ -4.792543069725733, 55.035752373260678 ], [ -4.794100824780799, 55.033060119398435 ], [ -4.792851677465674, 55.032090946609905 ], [ -4.789187174661777, 55.031046828239099 ], [ -4.789231499963726, 55.031459340672058 ], [ -4.787007658038761, 55.033016106677742 ], [ -4.78255483190012, 55.03809388478313 ], [ -4.77992214185896, 55.039632895870902 ], [ -4.776530988467426, 55.040959925320912 ], [ -4.77601200900596, 55.041830288758952 ], [ -4.76612798433271, 55.039929403274826 ], [ -4.761093214509608, 55.037967182394674 ], [ -4.759022745584701, 55.039043483769909 ], [ -4.75813670635271, 55.038906259744834 ], [ -4.756805128881601, 55.039574713961571 ], [ -4.755826172682601, 55.041161099552021 ], [ -4.752328244063465, 55.041743720681275 ], [ -4.751497083316938, 55.042292914353013 ], [ -4.751418832274641, 55.042977897764779 ], [ -4.750278948364806, 55.043363262106467 ], [ -4.749700964061631, 55.044180902193055 ], [ -4.748793727852325, 55.044192417447427 ], [ -4.747730514974596, 55.043641102165708 ], [ -4.745699280074471, 55.044042059584321 ], [ -4.744656095853702, 55.0450409770188 ], [ -4.744015192241181, 55.045055436323103 ], [ -4.743344257825435, 55.046576331680868 ], [ -4.741475918353672, 55.047301663495034 ], [ -4.740355874801823, 55.047178571659039 ], [ -4.739815605214648, 55.046031081029064 ], [ -4.7391909277686, 55.045824903684284 ], [ -4.739186632699348, 55.044157426808958 ], [ -4.737673462412996, 55.043548734680861 ], [ -4.737360591917729, 55.042175870302266 ], [ -4.735194265698284, 55.041514423387603 ], [ -4.734055070879159, 55.04156700344803 ], [ -4.731935959456796, 55.042976540917948 ], [ -4.731386468449735, 55.042723687748513 ], [ -4.730144103637794, 55.042756073334942 ], [ -4.72883378533734, 55.043630497383965 ], [ -4.72828900090899, 55.044712478599436 ], [ -4.726295525782963, 55.045557246254781 ], [ -4.724610568479505, 55.045298342026967 ], [ -4.724441026908446, 55.044991998956043 ], [ -4.722024235545755, 55.044214568525604 ], [ -4.721481384269617, 55.04325134644683 ], [ -4.720290981459656, 55.042549818626377 ], [ -4.719386080441869, 55.040978898569733 ], [ -4.716547609257969, 55.039401728759898 ], [ -4.716035960552218, 55.038087194164802 ], [ -4.715190340008509, 55.037503773150391 ], [ -4.711963557078914, 55.038627539568857 ], [ -4.71179448355287, 55.039252487163004 ], [ -4.710965943411536, 55.039616154970368 ], [ -4.708477100176882, 55.039037837161068 ], [ -4.707608273215982, 55.040010970737406 ], [ -4.705625625782236, 55.039928335630975 ], [ -4.705058414049398, 55.04057021844627 ], [ -4.702411815841607, 55.041599915342999 ], [ -4.698792058637171, 55.041779164957745 ], [ -4.69596279338253, 55.043006045560936 ], [ -4.694144632697093, 55.042623821539614 ], [ -4.693860637841761, 55.043057112537213 ], [ -4.693118754738402, 55.043199392891928 ], [ -4.693299561743664, 55.044026918423356 ], [ -4.6928751594916, 55.044467810227971 ], [ -4.691747151757137, 55.04387250094149 ], [ -4.689826595044174, 55.044881354368805 ], [ -4.688445490266872, 55.044129800396362 ], [ -4.680768258585259, 55.044272263447574 ], [ -4.676904112380731, 55.04665865956332 ], [ -4.677287855482598, 55.049006350445801 ], [ -4.671848528888449, 55.050086906767596 ], [ -4.670114239675228, 55.0509654959233 ], [ -4.666820834801029, 55.050651190105022 ], [ -4.664373509560484, 55.051522850521089 ], [ -4.663127439498723, 55.052682800023653 ], [ -4.660872084917213, 55.053500743344522 ], [ -4.660190276499677, 55.053254960771291 ], [ -4.658021834522373, 55.053495628206655 ], [ -4.657813705529603, 55.052718097519183 ], [ -4.656742222920894, 55.052498787113066 ], [ -4.654631056952597, 55.053722481814091 ], [ -4.653624687292544, 55.053659037362301 ], [ -4.652705121703034, 55.054434199447279 ], [ -4.651023076196987, 55.055046183193113 ], [ -4.648717005960638, 55.055339123296449 ], [ -4.648159558771789, 55.055908599120336 ], [ -4.646757489272453, 55.056375092846785 ], [ -4.64616190070797, 55.056248712868509 ], [ -4.645950492435243, 55.055655517888489 ], [ -4.647696231939213, 55.05458376144675 ], [ -4.645416169490083, 55.05325349232109 ], [ -4.644588486342126, 55.051981512757408 ], [ -4.644722305542632, 55.05080549123096 ], [ -4.645832345783467, 55.048763240628816 ], [ -4.644538005885392, 55.048485745575164 ], [ -4.644180758938107, 55.049122766872735 ], [ -4.64220550344652, 55.04932299723648 ], [ -4.640715648114043, 55.050712739383869 ], [ -4.639869197022429, 55.049984993050522 ], [ -4.633766866802496, 55.051357786109747 ], [ -4.635541361177351, 55.053341959785776 ], [ -4.635330706585668, 55.054187026456432 ], [ -4.633880432531458, 55.055112871138064 ], [ -4.632284035348592, 55.057988049226886 ], [ -4.629990443052244, 55.05966921103137 ], [ -4.629779020057542, 55.060743509991525 ], [ -4.627035824185397, 55.060587025325148 ], [ -4.627230877013895, 55.061292969558131 ], [ -4.628760381149562, 55.062644289075401 ], [ -4.629223775044548, 55.063978179460868 ], [ -4.628585078214987, 55.064508864192952 ], [ -4.626980784847952, 55.064885104123967 ], [ -4.625426506377726, 55.066981694890046 ], [ -4.625240214999481, 55.068441980813084 ], [ -4.627070908105808, 55.070919476533547 ], [ -4.629425822377886, 55.070877604423941 ], [ -4.630556776457238, 55.071639726437496 ], [ -4.631379894352172, 55.074273776797078 ], [ -4.63084243931758, 55.075036003962801 ], [ -4.629963891367549, 55.074421247468202 ], [ -4.628994307566559, 55.074806264107316 ], [ -4.628879701737785, 55.07628298512752 ], [ -4.629530986540126, 55.076776810024427 ], [ -4.630531076428351, 55.077213651497246 ], [ -4.632805010601022, 55.077483599532108 ], [ -4.634734171875984, 55.078228414233337 ], [ -4.636519000809797, 55.077969522559272 ], [ -4.638020444565055, 55.078166213564202 ], [ -4.638007716169395, 55.07773500210255 ], [ -4.637154549962704, 55.077389425263213 ], [ -4.6383298726944, 55.077035840724847 ], [ -4.641062933135819, 55.077614801662151 ], [ -4.643019917316376, 55.077235216305027 ], [ -4.644355002565404, 55.077997275507919 ], [ -4.646646717532309, 55.078059825057906 ], [ -4.648068239341731, 55.080127914188509 ], [ -4.646979265196955, 55.081432584568716 ], [ -4.650436068175548, 55.083114770000684 ], [ -4.649828798194165, 55.085186552485638 ], [ -4.652843240804911, 55.085152348727043 ], [ -4.653745551061225, 55.085761932850758 ], [ -4.654514068021571, 55.087426182672772 ], [ -4.65531865145426, 55.087624376931863 ], [ -4.657984152441747, 55.0871706652527 ], [ -4.66011277677609, 55.088544481030716 ], [ -4.661255970385983, 55.088766698482182 ], [ -4.662049632813518, 55.089742667890036 ], [ -4.661890771327019, 55.090182126460398 ], [ -4.66086068185933, 55.090483319747229 ], [ -4.659124509439864, 55.090301022190609 ], [ -4.658023337872882, 55.09153863695991 ], [ -4.657942647170794, 55.092920264725215 ], [ -4.656985733625223, 55.093026555054749 ], [ -4.65693021809595, 55.094079520707339 ], [ -4.656336893671234, 55.094586884097595 ], [ -4.65656007957318, 55.095233741070345 ], [ -4.657999779684189, 55.096141699415739 ], [ -4.657809948964853, 55.097768421567714 ], [ -4.658287789079576, 55.099416522112222 ], [ -4.659328266461234, 55.09973988653779 ], [ -4.65991874324252, 55.100486585791785 ], [ -4.65821357031056, 55.101485692026841 ], [ -4.658397545609258, 55.101895184415014 ], [ -4.660280130439934, 55.102739509948073 ], [ -4.659628888044845, 55.104263949378222 ], [ -4.65988179099064, 55.105238262452282 ], [ -4.659379456877963, 55.106408861698235 ], [ -4.658699649490547, 55.106796767133858 ], [ -4.660472504952191, 55.10775585482186 ], [ -4.659846830045185, 55.108722395891675 ], [ -4.661806602802126, 55.110014481776233 ], [ -4.661664617905988, 55.1108266266491 ], [ -4.662364834113072, 55.112276579475235 ], [ -4.661243841758539, 55.113105632781064 ], [ -4.663343390662309, 55.113666504239966 ], [ -4.663605119223035, 55.114182160586353 ], [ -4.66326280980976, 55.114576190351414 ], [ -4.661233712774122, 55.114485717318921 ], [ -4.660592502873046, 55.115102015957213 ], [ -4.660959350772556, 55.115547960543701 ], [ -4.659528523115441, 55.11608262464005 ], [ -4.660301583736973, 55.116623075053397 ], [ -4.658971161128529, 55.116899342416801 ], [ -4.658333444895401, 55.119929185164978 ], [ -4.656022540176479, 55.121031364044065 ], [ -4.654449129830235, 55.12095780193382 ], [ -4.651998747476529, 55.121496616658561 ], [ -4.6503228207061, 55.12117802800433 ], [ -4.649273396593825, 55.122266096367873 ], [ -4.648345791886594, 55.122470554803705 ], [ -4.648623350109461, 55.122990391632527 ], [ -4.646886620423874, 55.123886631879188 ], [ -4.646291032319861, 55.124605235380528 ], [ -4.646651654130364, 55.125195185621372 ], [ -4.644645334298298, 55.125930949313698 ], [ -4.645777496915906, 55.127394082633984 ], [ -4.645618319768213, 55.12783352099175 ], [ -4.642312714810844, 55.128970518645687 ], [ -4.641177081104, 55.129709800419086 ], [ -4.639103288294495, 55.130141297085828 ], [ -4.637809442276614, 55.13109971690065 ], [ -4.636390237442884, 55.13075289959167 ], [ -4.635270817241385, 55.130907472004772 ], [ -4.632783782401003, 55.132570338038562 ], [ -4.63170864790104, 55.13244525310715 ], [ -4.631551947302613, 55.133163283737254 ], [ -4.629930933958857, 55.133207288590491 ], [ -4.626712669327514, 55.134373428079961 ], [ -4.626631779745831, 55.135530288040748 ], [ -4.625128627685981, 55.136295318080734 ], [ -4.626295216405704, 55.137214036073829 ], [ -4.626382228736483, 55.139374067244717 ], [ -4.624171382251045, 55.139520602052379 ], [ -4.623148637525684, 55.140315705151444 ], [ -4.623186815473767, 55.140777827219168 ], [ -4.620669047271272, 55.141151142584917 ], [ -4.619491159074555, 55.140897815152577 ], [ -4.618729695528425, 55.141610851941088 ], [ -4.617704003949573, 55.141165461793314 ], [ -4.618115533734654, 55.140500405283923 ], [ -4.616384507529374, 55.139827455477672 ], [ -4.615443096321171, 55.140189263707484 ], [ -4.615478732028532, 55.140853698583534 ], [ -4.614604948743883, 55.14165002329235 ], [ -4.612399693681809, 55.140924271721431 ], [ -4.610778024347149, 55.14180402535915 ], [ -4.609997097145605, 55.141861212948207 ], [ -4.608189985619531, 55.141463947677657 ], [ -4.607333795180376, 55.140848542115393 ], [ -4.605348162214633, 55.141322511223002 ], [ -4.605037219300382, 55.140524631712537 ], [ -4.603913706893931, 55.140261002677292 ], [ -4.602704030742818, 55.13939693095319 ], [ -4.600893748016771, 55.139309752912673 ], [ -4.600923805748248, 55.138324798425074 ], [ -4.599722070069718, 55.138907782467946 ], [ -4.598302567771572, 55.138434680267189 ], [ -4.597067216560543, 55.140191438296476 ], [ -4.595395938809672, 55.14019110567606 ], [ -4.595244354868439, 55.139838365628179 ], [ -4.595018905566269, 55.140184756491074 ], [ -4.596238193126967, 55.140474291850929 ], [ -4.596483764098601, 55.14159719459613 ], [ -4.595589619528607, 55.14160276815128 ], [ -4.59464253613816, 55.141155511382564 ], [ -4.593974447769186, 55.142225964679476 ], [ -4.593517290220863, 55.14195254184478 ], [ -4.593649276551455, 55.140480007759443 ], [ -4.59279859576686, 55.140066640792838 ], [ -4.591915859722001, 55.140368586253544 ], [ -4.590918237061422, 55.140956126606611 ], [ -4.590879120809412, 55.141321018383834 ], [ -4.591470602386305, 55.141488218090686 ], [ -4.590604217430684, 55.142648267272648 ], [ -4.589287487561309, 55.142671770395793 ], [ -4.588478876686309, 55.142181071492288 ], [ -4.587937958542004, 55.142673483332828 ], [ -4.588406438111654, 55.143243327147573 ], [ -4.587559280917197, 55.143369195898138 ], [ -4.587503006847389, 55.143711977803846 ], [ -4.586237599853507, 55.14355906955381 ], [ -4.586173703329914, 55.142692976610164 ], [ -4.585143105200318, 55.14192381194767 ], [ -4.584016195630904, 55.141970196769449 ], [ -4.583233170748489, 55.142966618554439 ], [ -4.58149988358599, 55.144073068632459 ], [ -4.581758750209527, 55.144436135353544 ], [ -4.579940158370827, 55.147139934387212 ], [ -4.579109708598329, 55.147404720162712 ], [ -4.57728142278309, 55.147164754358009 ], [ -4.577007005466397, 55.147898676157425 ], [ -4.577878329305804, 55.148145418088887 ], [ -4.578663650276256, 55.149126585320914 ], [ -4.574626169855481, 55.149679417887029 ], [ -4.575610053336227, 55.151793525865301 ], [ -4.57546785305789, 55.152996574156774 ], [ -4.573034386305665, 55.153722176478176 ], [ -4.572724893993005, 55.154888302737056 ], [ -4.571873970372405, 55.154960204065169 ], [ -4.571497908680268, 55.154361380653732 ], [ -4.570934741234533, 55.154269892551532 ], [ -4.56758818907012, 55.155446124556804 ], [ -4.567162147113833, 55.156511316712155 ], [ -4.565242056951252, 55.157536062283683 ], [ -4.564981990528411, 55.158008968314476 ], [ -4.561277791144823, 55.157165522463657 ], [ -4.557148715718852, 55.158510723352521 ], [ -4.553232142219142, 55.158763657006411 ], [ -4.551605578986379, 55.158492107378173 ], [ -4.548564576862401, 55.158811945425235 ], [ -4.547428769591395, 55.158480633918217 ], [ -4.543314672837201, 55.15846770807584 ], [ -4.54224924155512, 55.157514639321633 ], [ -4.539717077378293, 55.157935999846636 ], [ -4.538007670586158, 55.157346888028229 ], [ -4.534053567350385, 55.157874150201202 ], [ -4.533839443227826, 55.158458392230301 ], [ -4.532135035855221, 55.158318543007624 ], [ -4.515520182296645, 55.153130039171373 ], [ -4.513586074341872, 55.151704764909184 ], [ -4.500349091549229, 55.152633351980199 ], [ -4.491596577225855, 55.1521070462111 ], [ -4.482877837394167, 55.153004158893211 ], [ -4.478634386640605, 55.152919779399504 ], [ -4.476148035674898, 55.153959111947614 ], [ -4.475090683614094, 55.155895219253601 ], [ -4.471825820000342, 55.156154762464823 ], [ -4.468740557246438, 55.158558905452047 ], [ -4.468406895477409, 55.159383647830126 ], [ -4.465640237710176, 55.1607250670043 ], [ -4.464740987288966, 55.161799445598959 ], [ -4.463735573256842, 55.162044499811422 ], [ -4.464054152331034, 55.163390871675759 ], [ -4.462819397460302, 55.164755165893254 ], [ -4.462879009706074, 55.165594413072505 ], [ -4.462222750728916, 55.166155992189189 ], [ -4.462504123618406, 55.166644689603849 ], [ -4.46177496217982, 55.167297627136868 ], [ -4.462589861297343, 55.168544085724299 ], [ -4.461860595785165, 55.170214555774571 ], [ -4.459997848782776, 55.170057118077096 ], [ -4.455621767048055, 55.171291450582174 ], [ -4.452992025545097, 55.169897224501838 ], [ -4.450589014323064, 55.167972541298703 ], [ -4.44517245992437, 55.167218433151021 ], [ -4.444488953168824, 55.167852370462768 ], [ -4.444653851315336, 55.168622094515122 ], [ -4.444157676585421, 55.16949496721324 ], [ -4.442702890926667, 55.168432006247457 ], [ -4.44293170118435, 55.167038658526444 ], [ -4.446870007752899, 55.164555146543606 ], [ -4.446963993093029, 55.162629665118359 ], [ -4.447682999715307, 55.161936572051395 ], [ -4.447467602430091, 55.159446517488597 ], [ -4.445062691080447, 55.156321770392545 ], [ -4.442456835965839, 55.154140332356938 ], [ -4.442708401369894, 55.152863379288306 ], [ -4.442269918491518, 55.151339586544154 ], [ -4.442711721701493, 55.150607133525298 ], [ -4.441601740644202, 55.148624890619701 ], [ -4.44270393156858, 55.147142120749209 ], [ -4.442635297942882, 55.146276080869313 ], [ -4.442197171887083, 55.144756774509275 ], [ -4.441353419337378, 55.14443211406936 ], [ -4.441116200376245, 55.143888553204022 ], [ -4.440930357954143, 55.139715195980806 ], [ -4.43935430125722, 55.138779576830132 ], [ -4.439186238760746, 55.137876874383828 ], [ -4.438406297942595, 55.138801254765738 ], [ -4.43850346861118, 55.140471220117043 ], [ -4.43739247594706, 55.140213905321836 ], [ -4.437451394439774, 55.138915647667794 ], [ -4.436634316793937, 55.139411995098293 ], [ -4.43546396448227, 55.138334277771705 ], [ -4.43389837448457, 55.13937141269821 ], [ -4.432968731399184, 55.139076277101871 ], [ -4.430803179374404, 55.13946108447329 ], [ -4.424921610152848, 55.141834486156874 ], [ -4.424461174319708, 55.142522300333113 ], [ -4.422241791045757, 55.143447347366028 ], [ -4.420658517848731, 55.143734998119257 ], [ -4.416446561517622, 55.14739612850034 ], [ -4.41569385016452, 55.147406562456837 ], [ -4.413814711088545, 55.149165146446677 ], [ -4.410736590118111, 55.150565411371666 ], [ -4.409579275052683, 55.151545601965729 ], [ -4.407284077860372, 55.1569572155408 ], [ -4.406653155891159, 55.158861794942659 ], [ -4.407136887437586, 55.160636490101567 ], [ -4.40816517033113, 55.161937505645383 ], [ -4.407953508974147, 55.162593367216594 ], [ -4.410036126323218, 55.164062289411945 ], [ -4.410729658690471, 55.163976660789366 ], [ -4.411394592428405, 55.164327544861173 ], [ -4.411100727056528, 55.164661446650612 ], [ -4.411682985691447, 55.165333063071976 ], [ -4.410689663156374, 55.166175182258151 ], [ -4.411908974967199, 55.166604981669607 ], [ -4.412137104662553, 55.167652140616511 ], [ -4.412861618006818, 55.168078241575863 ], [ -4.410695847742621, 55.169918840076171 ], [ -4.410485105968947, 55.171370183882964 ], [ -4.409140697669619, 55.173423712306473 ], [ -4.40972635256517, 55.17454020967719 ], [ -4.40923416293542, 55.174972407882464 ], [ -4.409995320077853, 55.175613529848597 ], [ -4.409560149306712, 55.175689549717852 ], [ -4.410119830727612, 55.176375103353401 ], [ -4.409893783687905, 55.176923387186221 ], [ -4.408880623297098, 55.177311952309175 ], [ -4.409401096913566, 55.177998284173938 ], [ -4.409230822165796, 55.179210624030496 ], [ -4.407339955655266, 55.181376499749774 ], [ -4.405612305802326, 55.18200566033849 ], [ -4.405540265414974, 55.183390433647595 ], [ -4.402610632419734, 55.185765488878793 ], [ -4.40230459911566, 55.186709933689571 ], [ -4.40109645505061, 55.18686587234815 ], [ -4.399631960615429, 55.185972480965511 ], [ -4.397374314338678, 55.186362070763664 ], [ -4.397651134001316, 55.190628913395905 ], [ -4.396061210213328, 55.191938356977921 ], [ -4.396570040379764, 55.193372822793179 ], [ -4.395175654459475, 55.194513018126337 ], [ -4.395075877620379, 55.19580843797349 ], [ -4.393773396683653, 55.197670391606017 ], [ -4.394759818876866, 55.199128742514176 ], [ -4.39390420180169, 55.199561719296412 ], [ -4.393774736487578, 55.20036334721587 ], [ -4.392215159798139, 55.200955747549635 ], [ -4.392203389561598, 55.202462465243244 ], [ -4.390538441867609, 55.20253107857603 ], [ -4.38973955172052, 55.202050571721664 ], [ -4.388654947642949, 55.202781925131703 ], [ -4.387309653244047, 55.202388510086813 ], [ -4.383619814901133, 55.202130829432917 ], [ -4.37956365885006, 55.201027174226525 ], [ -4.377396628160008, 55.201451466755699 ], [ -4.378537905523975, 55.202326262760707 ], [ -4.378395178976238, 55.202805440559281 ], [ -4.37906912649294, 55.202853412805176 ], [ -4.380073175837538, 55.204666581299193 ], [ -4.378904474591421, 55.205388700620155 ], [ -4.377544835260763, 55.205729822146253 ], [ -4.380177450225189, 55.20643978462801 ], [ -4.381568628334373, 55.207284506815846 ], [ -4.379790853750069, 55.208415823650263 ], [ -4.379184565683014, 55.210056380717923 ], [ -4.378277856597078, 55.210509115966786 ], [ -4.377248605552325, 55.212492285002504 ], [ -4.375295943022699, 55.21992789912413 ], [ -4.372756846697745, 55.222492318962047 ], [ -4.369628590012328, 55.227344919082995 ], [ -4.368731410196263, 55.227913343663126 ], [ -4.367849152811329, 55.227939465281338 ], [ -4.367514497185617, 55.228447520551455 ], [ -4.365552998945028, 55.229420386566645 ], [ -4.364376156004671, 55.233413421436964 ], [ -4.362432812431788, 55.235493261625066 ], [ -4.361343294097215, 55.237863047821776 ], [ -4.361876700499612, 55.241340245722974 ], [ -4.361646799838697, 55.242954531298189 ], [ -4.358920877169377, 55.245617525841119 ], [ -4.3591141025406, 55.245825017740572 ], [ -4.358058321476496, 55.246461140688758 ], [ -4.35776270667295, 55.248376900418847 ], [ -4.357135202941663, 55.24880698999447 ], [ -4.356866782333127, 55.250119995108562 ], [ -4.355356861898482, 55.252656932365198 ], [ -4.356350352861685, 55.25402196643396 ], [ -4.359246544487236, 55.255759186610604 ], [ -4.359905891061585, 55.256793587858127 ], [ -4.359550805659509, 55.257838620932311 ], [ -4.360165340566611, 55.257984031835782 ], [ -4.358058835361863, 55.258289923493152 ], [ -4.357843779649447, 55.258644628903703 ], [ -4.356313255739293, 55.259110137289525 ], [ -4.356994636375093, 55.259586845218529 ], [ -4.356669032512342, 55.260599839430526 ], [ -4.35608955473167, 55.261046970042734 ], [ -4.354739121945319, 55.261100006149675 ], [ -4.355759705261866, 55.261722977232317 ], [ -4.356357392038755, 55.262646232062259 ], [ -4.355139786790724, 55.264013510846326 ], [ -4.354084422341299, 55.264532734826993 ], [ -4.350340819642634, 55.264177955833937 ], [ -4.348151762996707, 55.264292011480904 ], [ -4.346331126235585, 55.262646204694988 ], [ -4.34741961788536, 55.262554259052166 ], [ -4.347670330510652, 55.262135069557885 ], [ -4.347130063358056, 55.261781433516688 ], [ -4.34627974838163, 55.262175301431277 ], [ -4.346484029007505, 55.262436530855631 ], [ -4.345250817653553, 55.263678170132344 ], [ -4.346456551652795, 55.264239234415918 ], [ -4.346328020311511, 55.264461922039402 ], [ -4.347516576288166, 55.264731183338284 ], [ -4.345818933900941, 55.267707534683737 ], [ -4.34495296555122, 55.270775739685845 ], [ -4.339052925589926, 55.272309143005089 ], [ -4.338246325405736, 55.27331781698507 ], [ -4.336011766346466, 55.274542584572615 ], [ -4.337746513494225, 55.276733985579732 ], [ -4.339153516188053, 55.277098018193783 ], [ -4.337446256856909, 55.277786881878967 ], [ -4.336554358452029, 55.277480380813572 ], [ -4.335930514496644, 55.277582207373918 ], [ -4.33529515295577, 55.276951699596054 ], [ -4.334378990579355, 55.276901815549898 ], [ -4.334005356252624, 55.276571898711047 ], [ -4.331811549643714, 55.276348681164656 ], [ -4.331313129273494, 55.276978400409476 ], [ -4.327564401635099, 55.278973463255063 ], [ -4.327243663895, 55.279950320994928 ], [ -4.32770917092737, 55.280908588571954 ], [ -4.324849892083512, 55.282638516040826 ], [ -4.324146062337186, 55.284337233298118 ], [ -4.322407557814356, 55.28530960735629 ], [ -4.319774893427123, 55.286209070909386 ], [ -4.318206310167977, 55.287802840879394 ], [ -4.312933359784252, 55.291511680093727 ], [ -4.310855428399343, 55.293564414570156 ], [ -4.310593381166763, 55.29569510484162 ], [ -4.309711874007367, 55.296790381620568 ], [ -4.310387240816461, 55.298516833122179 ], [ -4.310522680614381, 55.300981552189498 ], [ -4.307530393199682, 55.30344251325009 ], [ -4.305385564894991, 55.303950425793438 ], [ -4.304088587139605, 55.304815313728099 ], [ -4.302774763777291, 55.309060087825713 ], [ -4.301919552607815, 55.310073911051951 ], [ -4.300495767880401, 55.310685882047501 ], [ -4.297906615982956, 55.310985412753894 ], [ -4.29779951959762, 55.310632393041708 ], [ -4.297028008770634, 55.310507593185164 ], [ -4.297005941062406, 55.310126008348362 ], [ -4.295987510225894, 55.309682270941707 ], [ -4.294002143612253, 55.309548815013471 ], [ -4.293243650194362, 55.309239488255216 ], [ -4.29215272277532, 55.309722868469805 ], [ -4.292108287417469, 55.309498997065162 ], [ -4.291293893226333, 55.309586189690705 ], [ -4.290094575880157, 55.308736834384817 ], [ -4.289380955633129, 55.308795159362354 ], [ -4.288995891752765, 55.308402403655862 ], [ -4.287163594953781, 55.307915426861889 ], [ -4.28693693347905, 55.308220778173791 ], [ -4.28584500625158, 55.308003039664669 ], [ -4.285797370703295, 55.307585979584637 ], [ -4.279229876422808, 55.308742407961915 ], [ -4.277782110836295, 55.309600835351148 ], [ -4.27561104249995, 55.309937931157442 ], [ -4.272077335209731, 55.310008238031429 ], [ -4.269467626752318, 55.311081428164776 ], [ -4.268960745585158, 55.310484147378823 ], [ -4.266266808854178, 55.309392684663408 ], [ -4.264637898721139, 55.309013948562807 ], [ -4.263100118578953, 55.309127850766913 ], [ -4.261367449897913, 55.30886334666544 ], [ -4.258155699425357, 55.307943084619403 ], [ -4.257239035588231, 55.306508449343255 ], [ -4.257681452475342, 55.305282373697928 ], [ -4.254439240597542, 55.306317502634442 ], [ -4.252761607244348, 55.306186683840096 ], [ -4.251301361197641, 55.306555169436614 ], [ -4.249202032380897, 55.306351183970982 ], [ -4.248259422078481, 55.307096584984777 ], [ -4.248767269153111, 55.308552297506282 ], [ -4.24607016469609, 55.311433205004491 ], [ -4.24574893254209, 55.31397376402019 ], [ -4.24458213363343, 55.314242392544308 ], [ -4.243344147059946, 55.315483033853724 ], [ -4.242296669124608, 55.31800546262113 ], [ -4.240202918975976, 55.319167406280755 ], [ -4.240149879342633, 55.320601981194073 ], [ -4.239526758203787, 55.321431327841765 ], [ -4.238693717386881, 55.321473567383407 ], [ -4.237597658423632, 55.321044252257579 ], [ -4.237062443006362, 55.321476498882674 ], [ -4.235412565989127, 55.321708945346415 ], [ -4.232770853703061, 55.322804388267954 ], [ -4.231472232102119, 55.322136043984429 ], [ -4.229200216710937, 55.321957333775785 ], [ -4.228624071718562, 55.32166225571796 ], [ -4.2279737425363, 55.320325912221577 ], [ -4.228016575720904, 55.319403853187865 ], [ -4.226706266105947, 55.318102013875425 ], [ -4.224566271172493, 55.318446614097667 ], [ -4.222662158572691, 55.317515071960628 ], [ -4.221451210581773, 55.317703387828693 ], [ -4.22043143265343, 55.318351100431478 ], [ -4.219150759110596, 55.317574444938764 ], [ -4.217475960253916, 55.317923947252318 ], [ -4.216808717581212, 55.316700205531234 ], [ -4.217261210166157, 55.31605383777616 ], [ -4.215936628470074, 55.315758807746896 ], [ -4.215993564209083, 55.316355479926166 ], [ -4.213860049232811, 55.316533496071692 ], [ -4.213268774309231, 55.316953171091761 ], [ -4.212045281758499, 55.316633796368869 ], [ -4.212231241386841, 55.317142745829031 ], [ -4.21094002730819, 55.317305447135602 ], [ -4.210896546081268, 55.317939891209363 ], [ -4.210188632312847, 55.31782238033253 ], [ -4.209033709499762, 55.318310657419694 ], [ -4.207872824432574, 55.317841805674306 ], [ -4.207302974936196, 55.31808130291374 ], [ -4.20737904758618, 55.318457425039909 ], [ -4.205453598156803, 55.318411324671231 ], [ -4.204403262408384, 55.317661814761593 ], [ -4.20418303212085, 55.317953407212357 ], [ -4.202896239645135, 55.318196835231802 ], [ -4.202693957747734, 55.317391562421044 ], [ -4.201544585843132, 55.317839221709683 ], [ -4.200979450227541, 55.317027005936858 ], [ -4.200160544864206, 55.317181078436924 ], [ -4.200205192156567, 55.316564594749877 ], [ -4.199130392655531, 55.315797505443932 ], [ -4.19669121819738, 55.315863881582956 ], [ -4.196441915517861, 55.315203253548951 ], [ -4.194761775815142, 55.314887426855179 ], [ -4.194476509307279, 55.314573479844874 ], [ -4.194972065850194, 55.314272462116051 ], [ -4.193805758676077, 55.313700214364729 ], [ -4.19447510203607, 55.313121941650046 ], [ -4.193759633169357, 55.312865158322786 ], [ -4.192845719962115, 55.31158280811686 ], [ -4.1919786730169, 55.31171971519062 ], [ -4.1899950437349, 55.311040764426906 ], [ -4.189045155499199, 55.309817454257015 ], [ -4.189585199784064, 55.309466226364762 ], [ -4.189362734756764, 55.309146647625617 ], [ -4.188284780225503, 55.309601890736367 ], [ -4.187865669648214, 55.30885890363291 ], [ -4.186245053795153, 55.308186869945409 ], [ -4.186264852002933, 55.307687681461879 ], [ -4.184088457622005, 55.307079498770392 ], [ -4.183884479211252, 55.306665205805274 ], [ -4.184534714579503, 55.306312029017377 ], [ -4.182696917120813, 55.306129187038728 ], [ -4.183564785261906, 55.305578882434055 ], [ -4.182293893389551, 55.305102772325199 ], [ -4.182551818941159, 55.304635279888245 ], [ -4.181241160944241, 55.304438497844757 ], [ -4.181433441010022, 55.304066554582732 ], [ -4.180625734864632, 55.303703488406363 ], [ -4.180596397261938, 55.303025418931654 ], [ -4.180147348816303, 55.303312066551932 ], [ -4.179843833181573, 55.30294897861252 ], [ -4.179349273913418, 55.30312408597176 ], [ -4.178218450647326, 55.302757783825399 ], [ -4.176480200930041, 55.300649644584233 ], [ -4.17675636490163, 55.300082971423066 ], [ -4.174752782496697, 55.297008836751885 ], [ -4.173552172689535, 55.295650563662477 ], [ -4.171645716971753, 55.294345284362805 ], [ -4.165880767309845, 55.291746820845795 ], [ -4.159753512702222, 55.290147672445002 ], [ -4.149672409545189, 55.285175532538148 ], [ -4.14559203350028, 55.283831727206859 ], [ -4.14262815160883, 55.283623143019796 ], [ -4.139341663073639, 55.284588573303544 ], [ -4.133925672450842, 55.292826432992371 ], [ -4.130608090081953, 55.296021160734384 ], [ -4.12408541135004, 55.296292116671943 ], [ -4.116392027436371, 55.299575984613021 ], [ -4.113599263092089, 55.302307243392541 ], [ -4.112469794962895, 55.305391649418524 ], [ -4.114561105861211, 55.307206944295181 ], [ -4.116148943921343, 55.307435587722942 ], [ -4.122504507399723, 55.313733613123794 ], [ -4.121335463750864, 55.315007734735687 ], [ -4.119146143769601, 55.322267484508046 ], [ -4.11807647784463, 55.323490412463187 ], [ -4.117107306500109, 55.32393863430039 ], [ -4.11639571950067, 55.325227240759666 ], [ -4.11348269726987, 55.326473069741702 ], [ -4.111957407351054, 55.327434190171303 ], [ -4.111103129706267, 55.329008346752829 ], [ -4.109369104965118, 55.329752839644947 ], [ -4.109283901345471, 55.330077872431055 ], [ -4.108240494660897, 55.330320583575791 ], [ -4.108497275356437, 55.330702626533295 ], [ -4.107128983289557, 55.331656479113562 ], [ -4.107311036304049, 55.332412807596725 ], [ -4.10650283749186, 55.33322666399966 ], [ -4.107102364555166, 55.333530895462381 ], [ -4.10647433225158, 55.334471966067937 ], [ -4.105216918770156, 55.334844169896982 ], [ -4.105549577497427, 55.335467581459341 ], [ -4.104421266938895, 55.335747673091106 ], [ -4.104461267018401, 55.336501958593736 ], [ -4.103031165849014, 55.337038894502065 ], [ -4.103472185466276, 55.33762449444761 ], [ -4.10183671759899, 55.338304262974432 ], [ -4.10181445420715, 55.338628206357541 ], [ -4.10239089924612, 55.338793547623702 ], [ -4.101289514839834, 55.339882046163829 ], [ -4.101537672011535, 55.340399068279375 ], [ -4.098801686377142, 55.343232320193081 ], [ -4.097449338275664, 55.34375436974279 ], [ -4.097175309835904, 55.344388218500221 ], [ -4.095087528221327, 55.345021730445382 ], [ -4.09469569126703, 55.345814879396706 ], [ -4.092848961803973, 55.346385797829932 ], [ -4.091227626294806, 55.347343796777245 ], [ -4.089712623167599, 55.349423422935246 ], [ -4.08573956355655, 55.351257411644355 ], [ -4.091326820418208, 55.353413323114232 ], [ -4.092937835700071, 55.353749738504895 ], [ -4.097090114462954, 55.35664898647746 ], [ -4.096919537275398, 55.356854138693606 ], [ -4.099003172787676, 55.357919358934708 ], [ -4.099724279576125, 55.360513416980041 ], [ -4.100978206371168, 55.361547922481648 ], [ -4.102855106370273, 55.36421196081735 ], [ -4.102647046030822, 55.365792892098852 ], [ -4.107496793216743, 55.369039305655654 ], [ -4.104325907785348, 55.374261908299196 ], [ -4.101370249913583, 55.381920885511143 ], [ -4.09813649621944, 55.384679051405008 ], [ -4.09750936370348, 55.384821036381901 ], [ -4.097189270256666, 55.385484430148125 ], [ -4.097481080603626, 55.387715566140272 ], [ -4.0978454330009, 55.387649095322523 ], [ -4.098670146789199, 55.389149367297669 ], [ -4.098312224801536, 55.390201682142994 ], [ -4.097669714042046, 55.390502114754064 ], [ -4.098240826737463, 55.392191888189814 ], [ -4.09799717995843, 55.395073934190727 ], [ -4.098070622905365, 55.395416902747463 ], [ -4.099058027754741, 55.395454776062174 ], [ -4.096352545009315, 55.398907542497923 ], [ -4.090830840839287, 55.412085471122801 ], [ -4.08630326364437, 55.411549853982173 ], [ -4.082440073461204, 55.412919822060644 ], [ -4.078273358511296, 55.413449087910251 ], [ -4.070518143602145, 55.414996213429973 ], [ -4.06842232619499, 55.415705757205203 ], [ -4.065403246184804, 55.417949769485134 ], [ -4.063230414316879, 55.417793218696801 ], [ -4.0592680960015, 55.419531705945388 ], [ -4.054293563042376, 55.421107318657789 ], [ -4.05122198749748, 55.423581033261463 ], [ -4.046087985476333, 55.422089725597054 ], [ -4.042949795075113, 55.422214095024572 ], [ -4.036260548292791, 55.423345753008853 ], [ -4.032532416756662, 55.424293047951998 ], [ -4.031304332834241, 55.426227798036201 ], [ -4.019010192645402, 55.430583617136499 ], [ -4.007807316190124, 55.435625780904353 ], [ -4.002730695086309, 55.436513391557774 ], [ -4.002189637632566, 55.438315247957959 ], [ -4.004479176874852, 55.441068354394027 ], [ -4.005041507794075, 55.442959985367203 ], [ -4.006697859067342, 55.443197953573488 ], [ -4.007360012381401, 55.444094822518188 ], [ -4.008747443615515, 55.444795536881365 ], [ -4.016461301620199, 55.446555089586752 ], [ -4.016990644637821, 55.446610173579423 ], [ -4.017119001224134, 55.447111355740255 ], [ -4.015446744843631, 55.447961273061765 ], [ -4.013009324804893, 55.448226094024271 ], [ -4.011624037578269, 55.449435227384868 ], [ -4.01083100596989, 55.451097464459934 ], [ -4.005172762855376, 55.454740381096279 ], [ -4.001583929534311, 55.455387827553679 ], [ -3.997818651181435, 55.455206712083402 ], [ -3.997405108590279, 55.45609872604917 ], [ -3.995719232272081, 55.45622510051372 ], [ -3.991900138681385, 55.460623766704224 ], [ -3.987063328612271, 55.461003494434998 ], [ -3.986235849958701, 55.464050176576045 ], [ -3.980052821881622, 55.462829246540352 ], [ -3.976097022771354, 55.460906989346483 ], [ -3.974443912314583, 55.457896843205781 ] ] ] ] } }, +{ "type": "Feature", "properties": { "LAD13CD": "S12000008", "LAD13CDO": "00QK", "LAD13NM": "East Ayrshire", "LAD13NMW": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -4.49561320726169, 55.763001403922004 ], [ -4.49404209118181, 55.762488633223114 ], [ -4.493455170589875, 55.762584138935381 ], [ -4.49169656465633, 55.761805500299708 ], [ -4.491217941910112, 55.760475076440969 ], [ -4.492259802964639, 55.759066170500901 ], [ -4.491781683683551, 55.75816806826262 ], [ -4.492700414751519, 55.756829066411413 ], [ -4.489756073834284, 55.755947729129907 ], [ -4.489714609536377, 55.755072225369659 ], [ -4.490371085452034, 55.754619395247971 ], [ -4.489694574500751, 55.753907767541612 ], [ -4.490245865955166, 55.752655326990187 ], [ -4.487168795369018, 55.751861111025285 ], [ -4.486029901109438, 55.750944010725298 ], [ -4.486197899486243, 55.749952812825249 ], [ -4.485799921097758, 55.749684034203824 ], [ -4.484508179114483, 55.74964456048022 ], [ -4.483891600313701, 55.750022850043628 ], [ -4.483039406431492, 55.749728194889805 ], [ -4.479728532101115, 55.750843107687494 ], [ -4.476723474892791, 55.7506008477013 ], [ -4.477587763940191, 55.74930260696155 ], [ -4.477121529433106, 55.748383538957043 ], [ -4.461690173674029, 55.749809253221493 ], [ -4.459344826081165, 55.751436346527207 ], [ -4.458397277701797, 55.750864801176043 ], [ -4.459612905037043, 55.750024343767585 ], [ -4.458795658087495, 55.748889335945258 ], [ -4.459658867502186, 55.748046045682749 ], [ -4.458638819585325, 55.746878247539343 ], [ -4.457367657642092, 55.746150489559334 ], [ -4.45789556848402, 55.745575473296356 ], [ -4.460233184804027, 55.744766474068776 ], [ -4.460940271498457, 55.744760395375664 ], [ -4.461374147666175, 55.745122008998784 ], [ -4.464007309425364, 55.74344235770517 ], [ -4.465774607161861, 55.740391374778838 ], [ -4.468133830093411, 55.738998457055779 ], [ -4.470218108637614, 55.738475680507896 ], [ -4.472003287742428, 55.737456453655867 ], [ -4.473021346119463, 55.735669786529833 ], [ -4.473200749592626, 55.734980378727556 ], [ -4.469278067507894, 55.734616214896327 ], [ -4.46858027863723, 55.732521632939616 ], [ -4.462194218494893, 55.733379696798572 ], [ -4.460452862182823, 55.735754206696797 ], [ -4.458567697949706, 55.736706955904253 ], [ -4.440737716649013, 55.733817980701808 ], [ -4.43903515244999, 55.735048121976178 ], [ -4.436083146925657, 55.733971535944548 ], [ -4.433831937222623, 55.731841974114438 ], [ -4.421458268838711, 55.728030338535746 ], [ -4.419933882700451, 55.727641552875603 ], [ -4.420295635819222, 55.727284788486195 ], [ -4.41816883193037, 55.726219374367211 ], [ -4.415549089839552, 55.723926875145089 ], [ -4.415152961510183, 55.723082606007218 ], [ -4.415868547571759, 55.722498686982107 ], [ -4.40063987308635, 55.713601824686158 ], [ -4.396781580395851, 55.717359590148988 ], [ -4.391282149277882, 55.719212299667298 ], [ -4.389911432373199, 55.720728294766126 ], [ -4.388494187662761, 55.720780144132263 ], [ -4.387344971737219, 55.721779486550886 ], [ -4.384508996251009, 55.722983260142435 ], [ -4.384249139372702, 55.721620344221193 ], [ -4.383311933466982, 55.721240376936017 ], [ -4.383364332838254, 55.720741428434188 ], [ -4.381711498504228, 55.71977494698006 ], [ -4.378046697011013, 55.718425901316543 ], [ -4.377624848221902, 55.717903785177327 ], [ -4.377946082841653, 55.717425697304073 ], [ -4.377288966627699, 55.716962064691778 ], [ -4.374795837724237, 55.71654744253447 ], [ -4.374483246027332, 55.715856926047209 ], [ -4.375775450531306, 55.714456772831205 ], [ -4.376103493378154, 55.713304463723205 ], [ -4.375499373263454, 55.711352295501818 ], [ -4.374242863713146, 55.710059875391266 ], [ -4.371835280611146, 55.710654683218642 ], [ -4.371607676313825, 55.710182721534309 ], [ -4.370654228972532, 55.710079802574185 ], [ -4.370758380857216, 55.709565480029369 ], [ -4.370150283747982, 55.709644632783338 ], [ -4.370475144543448, 55.709094590858072 ], [ -4.370032846733727, 55.708757097146645 ], [ -4.369579891637945, 55.708900660866085 ], [ -4.36870660424105, 55.708149050192084 ], [ -4.367801530149973, 55.707923839365193 ], [ -4.366225447452019, 55.708053099685053 ], [ -4.364022852683942, 55.70874716338114 ], [ -4.362579980868192, 55.707655951021167 ], [ -4.361849069172561, 55.707678106567727 ], [ -4.359586100552852, 55.706315924041832 ], [ -4.360683474313859, 55.705508382589784 ], [ -4.353209253855753, 55.697419008651863 ], [ -4.347444337093545, 55.698679859001111 ], [ -4.333415272395099, 55.700277589332636 ], [ -4.332573910920095, 55.694438006346033 ], [ -4.329677703082407, 55.692030352740467 ], [ -4.328914994143036, 55.691914505871111 ], [ -4.326800958507363, 55.690345785107361 ], [ -4.324595494483326, 55.688172082747144 ], [ -4.29589546032895, 55.684002806874432 ], [ -4.28196561842654, 55.678645309054055 ], [ -4.273316529104638, 55.682906957566708 ], [ -4.271470040230531, 55.684587701688137 ], [ -4.267824576644637, 55.685783085246165 ], [ -4.262505286789827, 55.68279400253293 ], [ -4.261798687010524, 55.680888156215751 ], [ -4.260975154054597, 55.68040002275648 ], [ -4.260734730801068, 55.679541633997189 ], [ -4.25971521004247, 55.679102041735959 ], [ -4.260378180438921, 55.677773132996812 ], [ -4.259230063050068, 55.676895509033564 ], [ -4.257604612321556, 55.67656592010195 ], [ -4.256832105764419, 55.675856622624657 ], [ -4.251474663285188, 55.677285225241668 ], [ -4.250020521840764, 55.677168096871043 ], [ -4.249715914919877, 55.676710817152127 ], [ -4.249449571341467, 55.678027900542688 ], [ -4.248645662271289, 55.678154981821116 ], [ -4.248667092460867, 55.678666886222999 ], [ -4.248157556638853, 55.678518938951846 ], [ -4.246907705285233, 55.679052332102906 ], [ -4.24662797008414, 55.674174454905746 ], [ -4.222370429249531, 55.653922217581687 ], [ -4.216975077847925, 55.64719823839954 ], [ -4.215388559066001, 55.643730715048214 ], [ -4.216825162973779, 55.64398337321655 ], [ -4.221567024071302, 55.637018418697565 ], [ -4.221558959983364, 55.635079926125961 ], [ -4.215976663108507, 55.631381847651959 ], [ -4.212684730121178, 55.630054499324636 ], [ -4.209341477693435, 55.629702249723863 ], [ -4.206569650060779, 55.628379748188429 ], [ -4.203007911852771, 55.627555813520331 ], [ -4.20199064492669, 55.626950344591982 ], [ -4.201264886713528, 55.623158012923518 ], [ -4.203574200518333, 55.620693463258341 ], [ -4.203003623896599, 55.617204827595096 ], [ -4.205303480749696, 55.61486264092283 ], [ -4.194152002975814, 55.612041089543943 ], [ -4.194016695850374, 55.612234048997529 ], [ -4.188619015683752, 55.610289443276741 ], [ -4.18716125871171, 55.608975406330018 ], [ -4.184798387234691, 55.6082284286488 ], [ -4.181762992908803, 55.605319274235093 ], [ -4.17803131634889, 55.604646854705926 ], [ -4.1750048388684, 55.604838102859937 ], [ -4.175766918248063, 55.60420802904423 ], [ -4.17549281406659, 55.603529836316277 ], [ -4.177162236511872, 55.603145185877352 ], [ -4.17716698162942, 55.602858396946971 ], [ -4.178401619202283, 55.603107887315133 ], [ -4.180843261700415, 55.602736422954003 ], [ -4.181967906672679, 55.60317747319322 ], [ -4.183927372545667, 55.602899911724869 ], [ -4.184662274230128, 55.60315464704847 ], [ -4.186040248644487, 55.602840678405293 ], [ -4.18719965898436, 55.602992558328424 ], [ -4.187986928989282, 55.602761906227258 ], [ -4.187898269990472, 55.602167608861379 ], [ -4.189726418836383, 55.601728722661974 ], [ -4.189323378734209, 55.601504041126894 ], [ -4.189866622075288, 55.601082703182065 ], [ -4.190450360771979, 55.601587264466431 ], [ -4.191332885351568, 55.601699114669103 ], [ -4.194754285524048, 55.600711274014593 ], [ -4.196384411313045, 55.598947457604247 ], [ -4.196368882318374, 55.598499251962679 ], [ -4.195651810511935, 55.598137314325676 ], [ -4.195931327430948, 55.597600237714637 ], [ -4.19746184594513, 55.597294189756134 ], [ -4.198106587589049, 55.596419813329994 ], [ -4.197114178657777, 55.595788698430219 ], [ -4.198128789914265, 55.595227651292241 ], [ -4.198356741696118, 55.595642387888908 ], [ -4.199548771555349, 55.595330699748388 ], [ -4.198306537330169, 55.59457465531473 ], [ -4.198804941911008, 55.594149585911026 ], [ -4.201606543223433, 55.593473749904696 ], [ -4.201067562858774, 55.592890244425291 ], [ -4.20271671040756, 55.59158975853672 ], [ -4.202335352949262, 55.591071731823419 ], [ -4.201660994104279, 55.591329211741638 ], [ -4.201473930058874, 55.590879593323272 ], [ -4.20255511108677, 55.590631880229708 ], [ -4.202773741128618, 55.589577291224934 ], [ -4.202216447247713, 55.589204431668577 ], [ -4.203348082932997, 55.589093315893571 ], [ -4.203872100666106, 55.588079969404745 ], [ -4.203380772827582, 55.587383271040302 ], [ -4.204331318271086, 55.586930274280732 ], [ -4.204964393709348, 55.586051573422026 ], [ -4.202655098279393, 55.58519433383573 ], [ -4.202504890156143, 55.584779106283001 ], [ -4.203282269709894, 55.58463481054013 ], [ -4.203533510424361, 55.583879821238618 ], [ -4.203384179544031, 55.583338751238806 ], [ -4.202487070542333, 55.583044803244519 ], [ -4.204379407468022, 55.582552404916541 ], [ -4.205681717366444, 55.582573909426571 ], [ -4.205691123307977, 55.582034478451604 ], [ -4.207087123089503, 55.581888009029178 ], [ -4.20763316195726, 55.58129846641603 ], [ -4.209047752790687, 55.581201071751273 ], [ -4.209149400212934, 55.580327431990227 ], [ -4.21039081537248, 55.579690285836428 ], [ -4.210440992619464, 55.579171688685868 ], [ -4.211414935274954, 55.578857521223931 ], [ -4.211525866857918, 55.578149983771574 ], [ -4.210636641423877, 55.577995263029159 ], [ -4.210548008523608, 55.577547476485691 ], [ -4.211481586871817, 55.577503667618075 ], [ -4.212592687658382, 55.576526417554277 ], [ -4.214720293518346, 55.575571232376078 ], [ -4.215494157894524, 55.575790923155189 ], [ -4.21663506065148, 55.575626485229613 ], [ -4.219353728986522, 55.574184173852615 ], [ -4.219811904316191, 55.57443202443514 ], [ -4.221672925131831, 55.573957895142108 ], [ -4.221678437739877, 55.573634236538169 ], [ -4.222333505760055, 55.573716728167405 ], [ -4.225482782910036, 55.571480037726495 ], [ -4.227922794983772, 55.568209087716852 ], [ -4.230297844887839, 55.566736820173283 ], [ -4.234434497821183, 55.564868382983299 ], [ -4.239416304056682, 55.563533509534075 ], [ -4.242652784084075, 55.562134223704945 ], [ -4.240536766563922, 55.561319101628762 ], [ -4.236349025865048, 55.561719181743094 ], [ -4.233775584101069, 55.560525819162699 ], [ -4.230977633704127, 55.560823969969213 ], [ -4.228191189621684, 55.560065784039715 ], [ -4.227613812981491, 55.558970788658421 ], [ -4.228298001058068, 55.552150103591885 ], [ -4.227669580091725, 55.552112101237675 ], [ -4.224676213934696, 55.550485789794415 ], [ -4.223427916853163, 55.550279267432344 ], [ -4.220599691601366, 55.550591218997099 ], [ -4.218343870005097, 55.552339768994834 ], [ -4.215414348858531, 55.552968004696879 ], [ -4.212626603241561, 55.552735278734652 ], [ -4.210017126760178, 55.553276712962194 ], [ -4.20111227925772, 55.556358059326563 ], [ -4.196935389615623, 55.55907992019894 ], [ -4.194781206713643, 55.55997685912758 ], [ -4.193638267919472, 55.561093829493572 ], [ -4.185706339811696, 55.563185929873647 ], [ -4.184095615079712, 55.564881869161312 ], [ -4.180617874269585, 55.56608974580621 ], [ -4.179481844884851, 55.565480824329875 ], [ -4.17642633168407, 55.565580080834145 ], [ -4.173391991062529, 55.564627330749076 ], [ -4.172648347767909, 55.565233705341939 ], [ -4.172716470574679, 55.565749286798209 ], [ -4.167660288411037, 55.565375986952617 ], [ -4.167022967569562, 55.566474764885093 ], [ -4.15857177807631, 55.567675504842683 ], [ -4.154693777740011, 55.569123363981582 ], [ -4.154134341134882, 55.570058923843803 ], [ -4.151092563560366, 55.572157041879322 ], [ -4.147729383395652, 55.572732825982172 ], [ -4.145948139436674, 55.570031811267732 ], [ -4.143446110954232, 55.569671166748229 ], [ -4.137516102431119, 55.567523378876885 ], [ -4.126321507436138, 55.565673504798347 ], [ -4.119710061632708, 55.566596947637848 ], [ -4.117961569058846, 55.566083440550173 ], [ -4.115124315540427, 55.566262774088827 ], [ -4.10999871811137, 55.566063553163211 ], [ -4.107199874293515, 55.566664454051555 ], [ -4.101357913003661, 55.56908805612688 ], [ -4.092769865771252, 55.570147273136961 ], [ -4.091766926187726, 55.568587098615787 ], [ -4.086280602194124, 55.569215393947232 ], [ -4.082729922690098, 55.568359081301331 ], [ -4.081578369561891, 55.56757876764749 ], [ -4.080441711082275, 55.568878784718336 ], [ -4.078796007425365, 55.569702106024842 ], [ -4.075041723604563, 55.571298101596803 ], [ -4.073200765164812, 55.571580912620099 ], [ -4.065396287259997, 55.575653694815287 ], [ -4.06470791562772, 55.576743784198676 ], [ -4.066111982287501, 55.578104178876181 ], [ -4.066179496359439, 55.579842103237546 ], [ -4.062659767562923, 55.580341780426721 ], [ -4.062193406300117, 55.581432610227985 ], [ -4.058233697845274, 55.582775388177154 ], [ -4.048807643205118, 55.584578025388304 ], [ -4.045952119617982, 55.586571492553581 ], [ -4.040621716486569, 55.58904200799509 ], [ -4.039672862861175, 55.592133268903382 ], [ -4.037495571315585, 55.589655726659899 ], [ -4.034147481496885, 55.588282355729291 ], [ -4.033731887283587, 55.584083182729188 ], [ -4.0234339520393, 55.581458588055085 ], [ -4.020030604250537, 55.579294869279948 ], [ -4.015143044497363, 55.577106044692194 ], [ -4.011975744824683, 55.576129043174006 ], [ -4.008306768661942, 55.575420815606613 ], [ -4.006817531280746, 55.575458694863698 ], [ -4.007808869222718, 55.574368474306929 ], [ -4.008367003589371, 55.571474405906862 ], [ -4.009664864298431, 55.569866867717948 ], [ -4.007537755701141, 55.568279529571321 ], [ -4.006532591425938, 55.568318462797116 ], [ -4.003596979392512, 55.567045369921686 ], [ -3.997011342804144, 55.563535503502415 ], [ -3.995009331289809, 55.564242165136122 ], [ -3.993665764292627, 55.564016885009593 ], [ -3.991640516965612, 55.564422795235238 ], [ -3.991251914088886, 55.563638231500825 ], [ -3.989369117428955, 55.562940848275112 ], [ -3.987486928412812, 55.563196077129788 ], [ -3.985964144468694, 55.562717483239169 ], [ -3.983561443304246, 55.562714166184563 ], [ -3.981261177869534, 55.563642921330278 ], [ -3.97640380956491, 55.564656046407563 ], [ -3.975531318045239, 55.561650403578255 ], [ -3.973788501452096, 55.560258508881091 ], [ -3.973975269593361, 55.559239941085245 ], [ -3.97138498976309, 55.556437186948969 ], [ -3.967813612851929, 55.556836119829875 ], [ -3.966958442277559, 55.556539793453844 ], [ -3.965954875288889, 55.55660533204324 ], [ -3.964671353482289, 55.557097752167138 ], [ -3.958677431354492, 55.557090375969537 ], [ -3.957056910829161, 55.55575021700902 ], [ -3.958578717569013, 55.552238854316911 ], [ -3.958328225759701, 55.549434350697872 ], [ -3.960297359598195, 55.546477510229806 ], [ -3.96068309744362, 55.544673888923995 ], [ -3.959542929449027, 55.542944116468405 ], [ -3.958303811832744, 55.543206589022617 ], [ -3.958155186009872, 55.54181144979151 ], [ -3.95871444742055, 55.540786949556029 ], [ -3.960499115099015, 55.539864165799891 ], [ -3.965384913129066, 55.534995655355047 ], [ -3.972738630843264, 55.53434448021288 ], [ -3.974283189265989, 55.530445174151815 ], [ -3.976710970911682, 55.530703490593382 ], [ -3.97862476190312, 55.529497946016598 ], [ -3.98766076320257, 55.526444222961736 ], [ -3.989214453413604, 55.524581087740358 ], [ -3.989381126776322, 55.522704523427173 ], [ -3.988071058341482, 55.521701245466573 ], [ -3.98798298009243, 55.520269197448201 ], [ -3.988222628675589, 55.51983840851311 ], [ -3.990279123587356, 55.519625252477695 ], [ -3.990679876665391, 55.518621144174212 ], [ -3.991425081682957, 55.518321431881411 ], [ -3.992331715753755, 55.516828266345208 ], [ -3.993424960525172, 55.516051042364829 ], [ -3.993510734349873, 55.515398063679925 ], [ -3.994184639486853, 55.515099494601159 ], [ -3.994309249100881, 55.513335945555987 ], [ -3.998949125761301, 55.510977492079 ], [ -3.999764526018289, 55.509723920636603 ], [ -4.004009063861128, 55.508014321746572 ], [ -4.006801737387128, 55.507343953739714 ], [ -4.007135111323128, 55.505648861300244 ], [ -4.012399217413621, 55.505005224064597 ], [ -4.01318346717111, 55.503307193390299 ], [ -4.015234788922813, 55.501772546149432 ], [ -4.015576392718325, 55.501020967709117 ], [ -4.018279227104494, 55.499691235721656 ], [ -4.019530099212579, 55.498610090739902 ], [ -4.019615696934775, 55.496725814987911 ], [ -4.019462620939646, 55.496364350142002 ], [ -4.018211328425917, 55.49604346576065 ], [ -4.018376369842582, 55.495865489883094 ], [ -4.018990579598867, 55.4953385840493 ], [ -4.023661561628491, 55.494272833118401 ], [ -4.025697256209522, 55.492450661351384 ], [ -4.024485495517522, 55.491356268114828 ], [ -4.021369024354002, 55.489695670211809 ], [ -4.020259348774168, 55.488581575609331 ], [ -4.016152810006322, 55.487206808917847 ], [ -4.013923490066981, 55.484494260429216 ], [ -4.011543371394745, 55.482636158974231 ], [ -4.013857181373035, 55.478045975161301 ], [ -4.014126576453827, 55.475417211589345 ], [ -4.016829596985239, 55.474743571981037 ], [ -4.016833395844781, 55.472959502378501 ], [ -4.01630035373843, 55.472900880831794 ], [ -4.01531972236655, 55.471977847637284 ], [ -4.014252517455009, 55.472458272361898 ], [ -4.013204216284656, 55.472223875412745 ], [ -4.011767092388631, 55.472431753115067 ], [ -4.008033522409962, 55.47135167420614 ], [ -4.003126627327412, 55.467410227899663 ], [ -4.001424693261996, 55.466916807763013 ], [ -4.002138255131876, 55.465233473468835 ], [ -4.001713684344693, 55.464503451405683 ], [ -4.000447571291024, 55.463710796693235 ], [ -3.99839752913273, 55.463524105346778 ], [ -3.99579802693674, 55.464671987006099 ], [ -3.994349096192641, 55.464798967800512 ], [ -3.993085921103407, 55.464531953512491 ], [ -3.991398106377107, 55.464784120277272 ], [ -3.986235849958701, 55.464050176576045 ], [ -3.987063328612271, 55.461003494434998 ], [ -3.991900138681385, 55.460623766704224 ], [ -3.995719232272081, 55.45622510051372 ], [ -3.997405108590279, 55.45609872604917 ], [ -3.997818651181435, 55.455206712083402 ], [ -4.001583929534311, 55.455387827553679 ], [ -4.005172762855376, 55.454740381096279 ], [ -4.01083100596989, 55.451097464459934 ], [ -4.011624037578269, 55.449435227384868 ], [ -4.013009324804893, 55.448226094024271 ], [ -4.015446744843631, 55.447961273061765 ], [ -4.017119001224134, 55.447111355740255 ], [ -4.016990644637821, 55.446610173579423 ], [ -4.016461301620199, 55.446555089586752 ], [ -4.008747443615515, 55.444795536881365 ], [ -4.007360012381401, 55.444094822518188 ], [ -4.006697859067342, 55.443197953573488 ], [ -4.005041507794075, 55.442959985367203 ], [ -4.004479176874852, 55.441068354394027 ], [ -4.002189637632566, 55.438315247957959 ], [ -4.002730695086309, 55.436513391557774 ], [ -4.007807316190124, 55.435625780904353 ], [ -4.019010192645402, 55.430583617136499 ], [ -4.031304332834241, 55.426227798036201 ], [ -4.032532416756662, 55.424293047951998 ], [ -4.036260548292791, 55.423345753008853 ], [ -4.042949795075113, 55.422214095024572 ], [ -4.046087985476333, 55.422089725597054 ], [ -4.05122198749748, 55.423581033261463 ], [ -4.054293563042376, 55.421107318657789 ], [ -4.0592680960015, 55.419531705945388 ], [ -4.063230414316879, 55.417793218696801 ], [ -4.065403246184804, 55.417949769485134 ], [ -4.06842232619499, 55.415705757205203 ], [ -4.070518143602145, 55.414996213429973 ], [ -4.078273358511296, 55.413449087910251 ], [ -4.082440073461204, 55.412919822060644 ], [ -4.08630326364437, 55.411549853982173 ], [ -4.090830840839287, 55.412085471122801 ], [ -4.096352545009315, 55.398907542497923 ], [ -4.099058027754741, 55.395454776062174 ], [ -4.098070622905365, 55.395416902747463 ], [ -4.09799717995843, 55.395073934190727 ], [ -4.098240826737463, 55.392191888189814 ], [ -4.097669714042046, 55.390502114754064 ], [ -4.098312224801536, 55.390201682142994 ], [ -4.098670146789199, 55.389149367297669 ], [ -4.0978454330009, 55.387649095322523 ], [ -4.097481080603626, 55.387715566140272 ], [ -4.097189270256666, 55.385484430148125 ], [ -4.09750936370348, 55.384821036381901 ], [ -4.09813649621944, 55.384679051405008 ], [ -4.101370249913583, 55.381920885511143 ], [ -4.104325907785348, 55.374261908299196 ], [ -4.107496793216743, 55.369039305655654 ], [ -4.102647046030822, 55.365792892098852 ], [ -4.102855106370273, 55.36421196081735 ], [ -4.100978206371168, 55.361547922481648 ], [ -4.099724279576125, 55.360513416980041 ], [ -4.099003172787676, 55.357919358934708 ], [ -4.096919537275398, 55.356854138693606 ], [ -4.097090114462954, 55.35664898647746 ], [ -4.092937835700071, 55.353749738504895 ], [ -4.091326820418208, 55.353413323114232 ], [ -4.08573956355655, 55.351257411644355 ], [ -4.089712623167599, 55.349423422935246 ], [ -4.091227626294806, 55.347343796777245 ], [ -4.092848961803973, 55.346385797829932 ], [ -4.09469569126703, 55.345814879396706 ], [ -4.095087528221327, 55.345021730445382 ], [ -4.097175309835904, 55.344388218500221 ], [ -4.097449338275664, 55.34375436974279 ], [ -4.098801686377142, 55.343232320193081 ], [ -4.101537672011535, 55.340399068279375 ], [ -4.101289514839834, 55.339882046163829 ], [ -4.10239089924612, 55.338793547623702 ], [ -4.10181445420715, 55.338628206357541 ], [ -4.10183671759899, 55.338304262974432 ], [ -4.103472185466276, 55.33762449444761 ], [ -4.103031165849014, 55.337038894502065 ], [ -4.104461267018401, 55.336501958593736 ], [ -4.104421266938895, 55.335747673091106 ], [ -4.105549577497427, 55.335467581459341 ], [ -4.105216918770156, 55.334844169896982 ], [ -4.10647433225158, 55.334471966067937 ], [ -4.107102364555166, 55.333530895462381 ], [ -4.10650283749186, 55.33322666399966 ], [ -4.107311036304049, 55.332412807596725 ], [ -4.107128983289557, 55.331656479113562 ], [ -4.108497275356437, 55.330702626533295 ], [ -4.108240494660897, 55.330320583575791 ], [ -4.109283901345471, 55.330077872431055 ], [ -4.109369104965118, 55.329752839644947 ], [ -4.111103129706267, 55.329008346752829 ], [ -4.111957407351054, 55.327434190171303 ], [ -4.11348269726987, 55.326473069741702 ], [ -4.11639571950067, 55.325227240759666 ], [ -4.117107306500109, 55.32393863430039 ], [ -4.11807647784463, 55.323490412463187 ], [ -4.119146143769601, 55.322267484508046 ], [ -4.121335463750864, 55.315007734735687 ], [ -4.122504507399723, 55.313733613123794 ], [ -4.116148943921343, 55.307435587722942 ], [ -4.114561105861211, 55.307206944295181 ], [ -4.112469794962895, 55.305391649418524 ], [ -4.113599263092089, 55.302307243392541 ], [ -4.116392027436371, 55.299575984613021 ], [ -4.12408541135004, 55.296292116671943 ], [ -4.130608090081953, 55.296021160734384 ], [ -4.133925672450842, 55.292826432992371 ], [ -4.139341663073639, 55.284588573303544 ], [ -4.14262815160883, 55.283623143019796 ], [ -4.14559203350028, 55.283831727206859 ], [ -4.149672409545189, 55.285175532538148 ], [ -4.159753512702222, 55.290147672445002 ], [ -4.165880767309845, 55.291746820845795 ], [ -4.171645716971753, 55.294345284362805 ], [ -4.173552172689535, 55.295650563662477 ], [ -4.174752782496697, 55.297008836751885 ], [ -4.17675636490163, 55.300082971423066 ], [ -4.176480200930041, 55.300649644584233 ], [ -4.178218450647326, 55.302757783825399 ], [ -4.179349273913418, 55.30312408597176 ], [ -4.179843833181573, 55.30294897861252 ], [ -4.180147348816303, 55.303312066551932 ], [ -4.180596397261938, 55.303025418931654 ], [ -4.180625734864632, 55.303703488406363 ], [ -4.181433441010022, 55.304066554582732 ], [ -4.181241160944241, 55.304438497844757 ], [ -4.182551818941159, 55.304635279888245 ], [ -4.182293893389551, 55.305102772325199 ], [ -4.183564785261906, 55.305578882434055 ], [ -4.182696917120813, 55.306129187038728 ], [ -4.184534714579503, 55.306312029017377 ], [ -4.183884479211252, 55.306665205805274 ], [ -4.184088457622005, 55.307079498770392 ], [ -4.186264852002933, 55.307687681461879 ], [ -4.186245053795153, 55.308186869945409 ], [ -4.187865669648214, 55.30885890363291 ], [ -4.188284780225503, 55.309601890736367 ], [ -4.189362734756764, 55.309146647625617 ], [ -4.189585199784064, 55.309466226364762 ], [ -4.189045155499199, 55.309817454257015 ], [ -4.1899950437349, 55.311040764426906 ], [ -4.1919786730169, 55.31171971519062 ], [ -4.192845719962115, 55.31158280811686 ], [ -4.193759633169357, 55.312865158322786 ], [ -4.19447510203607, 55.313121941650046 ], [ -4.193805758676077, 55.313700214364729 ], [ -4.194972065850194, 55.314272462116051 ], [ -4.194476509307279, 55.314573479844874 ], [ -4.194761775815142, 55.314887426855179 ], [ -4.196441915517861, 55.315203253548951 ], [ -4.19669121819738, 55.315863881582956 ], [ -4.199130392655531, 55.315797505443932 ], [ -4.200205192156567, 55.316564594749877 ], [ -4.200160544864206, 55.317181078436924 ], [ -4.200979450227541, 55.317027005936858 ], [ -4.201544585843132, 55.317839221709683 ], [ -4.202693957747734, 55.317391562421044 ], [ -4.202896239645135, 55.318196835231802 ], [ -4.20418303212085, 55.317953407212357 ], [ -4.204403262408384, 55.317661814761593 ], [ -4.205453598156803, 55.318411324671231 ], [ -4.20737904758618, 55.318457425039909 ], [ -4.207302974936196, 55.31808130291374 ], [ -4.207872824432574, 55.317841805674306 ], [ -4.209033709499762, 55.318310657419694 ], [ -4.210188632312847, 55.31782238033253 ], [ -4.210896546081268, 55.317939891209363 ], [ -4.21094002730819, 55.317305447135602 ], [ -4.212231241386841, 55.317142745829031 ], [ -4.212045281758499, 55.316633796368869 ], [ -4.213268774309231, 55.316953171091761 ], [ -4.213860049232811, 55.316533496071692 ], [ -4.215993564209083, 55.316355479926166 ], [ -4.215936628470074, 55.315758807746896 ], [ -4.217261210166157, 55.31605383777616 ], [ -4.216808717581212, 55.316700205531234 ], [ -4.217475960253916, 55.317923947252318 ], [ -4.219150759110596, 55.317574444938764 ], [ -4.22043143265343, 55.318351100431478 ], [ -4.221451210581773, 55.317703387828693 ], [ -4.222662158572691, 55.317515071960628 ], [ -4.224566271172493, 55.318446614097667 ], [ -4.226706266105947, 55.318102013875425 ], [ -4.228016575720904, 55.319403853187865 ], [ -4.2279737425363, 55.320325912221577 ], [ -4.228624071718562, 55.32166225571796 ], [ -4.229200216710937, 55.321957333775785 ], [ -4.231472232102119, 55.322136043984429 ], [ -4.232770853703061, 55.322804388267954 ], [ -4.235412565989127, 55.321708945346415 ], [ -4.237062443006362, 55.321476498882674 ], [ -4.237597658423632, 55.321044252257579 ], [ -4.238693717386881, 55.321473567383407 ], [ -4.239526758203787, 55.321431327841765 ], [ -4.240149879342633, 55.320601981194073 ], [ -4.240202918975976, 55.319167406280755 ], [ -4.242296669124608, 55.31800546262113 ], [ -4.243344147059946, 55.315483033853724 ], [ -4.24458213363343, 55.314242392544308 ], [ -4.24574893254209, 55.31397376402019 ], [ -4.24607016469609, 55.311433205004491 ], [ -4.248767269153111, 55.308552297506282 ], [ -4.248259422078481, 55.307096584984777 ], [ -4.249202032380897, 55.306351183970982 ], [ -4.251301361197641, 55.306555169436614 ], [ -4.252761607244348, 55.306186683840096 ], [ -4.254439240597542, 55.306317502634442 ], [ -4.257681452475342, 55.305282373697928 ], [ -4.257239035588231, 55.306508449343255 ], [ -4.258155699425357, 55.307943084619403 ], [ -4.261367449897913, 55.30886334666544 ], [ -4.263100118578953, 55.309127850766913 ], [ -4.264637898721139, 55.309013948562807 ], [ -4.266266808854178, 55.309392684663408 ], [ -4.268960745585158, 55.310484147378823 ], [ -4.269467626752318, 55.311081428164776 ], [ -4.272077335209731, 55.310008238031429 ], [ -4.27561104249995, 55.309937931157442 ], [ -4.277782110836295, 55.309600835351148 ], [ -4.279229876422808, 55.308742407961915 ], [ -4.285797370703295, 55.307585979584637 ], [ -4.28584500625158, 55.308003039664669 ], [ -4.28693693347905, 55.308220778173791 ], [ -4.287163594953781, 55.307915426861889 ], [ -4.288995891752765, 55.308402403655862 ], [ -4.289380955633129, 55.308795159362354 ], [ -4.290094575880157, 55.308736834384817 ], [ -4.291293893226333, 55.309586189690705 ], [ -4.292108287417469, 55.309498997065162 ], [ -4.29215272277532, 55.309722868469805 ], [ -4.293243650194362, 55.309239488255216 ], [ -4.294002143612253, 55.309548815013471 ], [ -4.295987510225894, 55.309682270941707 ], [ -4.297005941062406, 55.310126008348362 ], [ -4.297028008770634, 55.310507593185164 ], [ -4.29779951959762, 55.310632393041708 ], [ -4.297906615982956, 55.310985412753894 ], [ -4.300495767880401, 55.310685882047501 ], [ -4.301919552607815, 55.310073911051951 ], [ -4.302774763777291, 55.309060087825713 ], [ -4.304088587139605, 55.304815313728099 ], [ -4.305385564894991, 55.303950425793438 ], [ -4.307530393199682, 55.30344251325009 ], [ -4.310522680614381, 55.300981552189498 ], [ -4.310387240816461, 55.298516833122179 ], [ -4.309711874007367, 55.296790381620568 ], [ -4.310593381166763, 55.29569510484162 ], [ -4.310855428399343, 55.293564414570156 ], [ -4.312933359784252, 55.291511680093727 ], [ -4.318206310167977, 55.287802840879394 ], [ -4.319774893427123, 55.286209070909386 ], [ -4.322407557814356, 55.28530960735629 ], [ -4.324146062337186, 55.284337233298118 ], [ -4.324849892083512, 55.282638516040826 ], [ -4.32770917092737, 55.280908588571954 ], [ -4.327243663895, 55.279950320994928 ], [ -4.327564401635099, 55.278973463255063 ], [ -4.331313129273494, 55.276978400409476 ], [ -4.331811549643714, 55.276348681164656 ], [ -4.334005356252624, 55.276571898711047 ], [ -4.334378990579355, 55.276901815549898 ], [ -4.33529515295577, 55.276951699596054 ], [ -4.335930514496644, 55.277582207373918 ], [ -4.336554358452029, 55.277480380813572 ], [ -4.337446256856909, 55.277786881878967 ], [ -4.339153516188053, 55.277098018193783 ], [ -4.337746513494225, 55.276733985579732 ], [ -4.336011766346466, 55.274542584572615 ], [ -4.338246325405736, 55.27331781698507 ], [ -4.339052925589926, 55.272309143005089 ], [ -4.34495296555122, 55.270775739685845 ], [ -4.345818933900941, 55.267707534683737 ], [ -4.347516576288166, 55.264731183338284 ], [ -4.346328020311511, 55.264461922039402 ], [ -4.346456551652795, 55.264239234415918 ], [ -4.345250817653553, 55.263678170132344 ], [ -4.346484029007505, 55.262436530855631 ], [ -4.34627974838163, 55.262175301431277 ], [ -4.347130063358056, 55.261781433516688 ], [ -4.347670330510652, 55.262135069557885 ], [ -4.34741961788536, 55.262554259052166 ], [ -4.346331126235585, 55.262646204694988 ], [ -4.348151762996707, 55.264292011480904 ], [ -4.350340819642634, 55.264177955833937 ], [ -4.354084422341299, 55.264532734826993 ], [ -4.355139786790724, 55.264013510846326 ], [ -4.356357392038755, 55.262646232062259 ], [ -4.355759705261866, 55.261722977232317 ], [ -4.354739121945319, 55.261100006149675 ], [ -4.35608955473167, 55.261046970042734 ], [ -4.356669032512342, 55.260599839430526 ], [ -4.356994636375093, 55.259586845218529 ], [ -4.356313255739293, 55.259110137289525 ], [ -4.357843779649447, 55.258644628903703 ], [ -4.358058835361863, 55.258289923493152 ], [ -4.360165340566611, 55.257984031835782 ], [ -4.359550805659509, 55.257838620932311 ], [ -4.359905891061585, 55.256793587858127 ], [ -4.359246544487236, 55.255759186610604 ], [ -4.356350352861685, 55.25402196643396 ], [ -4.355356861898482, 55.252656932365198 ], [ -4.356866782333127, 55.250119995108562 ], [ -4.357135202941663, 55.24880698999447 ], [ -4.35776270667295, 55.248376900418847 ], [ -4.358058321476496, 55.246461140688758 ], [ -4.3591141025406, 55.245825017740572 ], [ -4.358920877169377, 55.245617525841119 ], [ -4.361646799838697, 55.242954531298189 ], [ -4.361876700499612, 55.241340245722974 ], [ -4.361343294097215, 55.237863047821776 ], [ -4.362432812431788, 55.235493261625066 ], [ -4.364376156004671, 55.233413421436964 ], [ -4.365552998945028, 55.229420386566645 ], [ -4.367514497185617, 55.228447520551455 ], [ -4.367849152811329, 55.227939465281338 ], [ -4.368731410196263, 55.227913343663126 ], [ -4.369628590012328, 55.227344919082995 ], [ -4.372756846697745, 55.222492318962047 ], [ -4.375295943022699, 55.21992789912413 ], [ -4.377248605552325, 55.212492285002504 ], [ -4.378277856597078, 55.210509115966786 ], [ -4.379184565683014, 55.210056380717923 ], [ -4.379790853750069, 55.208415823650263 ], [ -4.381568628334373, 55.207284506815846 ], [ -4.380177450225189, 55.20643978462801 ], [ -4.377544835260763, 55.205729822146253 ], [ -4.378904474591421, 55.205388700620155 ], [ -4.380073175837538, 55.204666581299193 ], [ -4.37906912649294, 55.202853412805176 ], [ -4.378395178976238, 55.202805440559281 ], [ -4.378537905523975, 55.202326262760707 ], [ -4.377396628160008, 55.201451466755699 ], [ -4.37956365885006, 55.201027174226525 ], [ -4.383619814901133, 55.202130829432917 ], [ -4.387309653244047, 55.202388510086813 ], [ -4.388654947642949, 55.202781925131703 ], [ -4.38973955172052, 55.202050571721664 ], [ -4.390538441867609, 55.20253107857603 ], [ -4.392203389561598, 55.202462465243244 ], [ -4.392215159798139, 55.200955747549635 ], [ -4.393774736487578, 55.20036334721587 ], [ -4.39390420180169, 55.199561719296412 ], [ -4.394759818876866, 55.199128742514176 ], [ -4.393773396683653, 55.197670391606017 ], [ -4.395075877620379, 55.19580843797349 ], [ -4.395175654459475, 55.194513018126337 ], [ -4.396570040379764, 55.193372822793179 ], [ -4.396061210213328, 55.191938356977921 ], [ -4.397651134001316, 55.190628913395905 ], [ -4.397374314338678, 55.186362070763664 ], [ -4.399631960615429, 55.185972480965511 ], [ -4.40109645505061, 55.18686587234815 ], [ -4.40230459911566, 55.186709933689571 ], [ -4.402610632419734, 55.185765488878793 ], [ -4.405540265414974, 55.183390433647595 ], [ -4.405612305802326, 55.18200566033849 ], [ -4.407339955655266, 55.181376499749774 ], [ -4.409230822165796, 55.179210624030496 ], [ -4.409401096913566, 55.177998284173938 ], [ -4.408880623297098, 55.177311952309175 ], [ -4.409893783687905, 55.176923387186221 ], [ -4.410119830727612, 55.176375103353401 ], [ -4.409560149306712, 55.175689549717852 ], [ -4.409995320077853, 55.175613529848597 ], [ -4.40923416293542, 55.174972407882464 ], [ -4.40972635256517, 55.17454020967719 ], [ -4.409140697669619, 55.173423712306473 ], [ -4.410485105968947, 55.171370183882964 ], [ -4.410695847742621, 55.169918840076171 ], [ -4.412861618006818, 55.168078241575863 ], [ -4.412137104662553, 55.167652140616511 ], [ -4.411908974967199, 55.166604981669607 ], [ -4.410689663156374, 55.166175182258151 ], [ -4.411682985691447, 55.165333063071976 ], [ -4.411100727056528, 55.164661446650612 ], [ -4.411394592428405, 55.164327544861173 ], [ -4.410729658690471, 55.163976660789366 ], [ -4.410036126323218, 55.164062289411945 ], [ -4.407953508974147, 55.162593367216594 ], [ -4.40816517033113, 55.161937505645383 ], [ -4.407136887437586, 55.160636490101567 ], [ -4.406653155891159, 55.158861794942659 ], [ -4.407284077860372, 55.1569572155408 ], [ -4.409579275052683, 55.151545601965729 ], [ -4.410736590118111, 55.150565411371666 ], [ -4.413814711088545, 55.149165146446677 ], [ -4.41569385016452, 55.147406562456837 ], [ -4.416446561517622, 55.14739612850034 ], [ -4.420658517848731, 55.143734998119257 ], [ -4.422241791045757, 55.143447347366028 ], [ -4.424461174319708, 55.142522300333113 ], [ -4.424921610152848, 55.141834486156874 ], [ -4.430803179374404, 55.13946108447329 ], [ -4.432968731399184, 55.139076277101871 ], [ -4.43389837448457, 55.13937141269821 ], [ -4.43546396448227, 55.138334277771705 ], [ -4.436634316793937, 55.139411995098293 ], [ -4.437451394439774, 55.138915647667794 ], [ -4.43739247594706, 55.140213905321836 ], [ -4.43850346861118, 55.140471220117043 ], [ -4.438406297942595, 55.138801254765738 ], [ -4.439186238760746, 55.137876874383828 ], [ -4.43935430125722, 55.138779576830132 ], [ -4.440930357954143, 55.139715195980806 ], [ -4.441116200376245, 55.143888553204022 ], [ -4.441353419337378, 55.14443211406936 ], [ -4.442197171887083, 55.144756774509275 ], [ -4.442635297942882, 55.146276080869313 ], [ -4.44270393156858, 55.147142120749209 ], [ -4.441601740644202, 55.148624890619701 ], [ -4.442711721701493, 55.150607133525298 ], [ -4.442269918491518, 55.151339586544154 ], [ -4.442708401369894, 55.152863379288306 ], [ -4.442456835965839, 55.154140332356938 ], [ -4.445062691080447, 55.156321770392545 ], [ -4.447467602430091, 55.159446517488597 ], [ -4.447682999715307, 55.161936572051395 ], [ -4.446963993093029, 55.162629665118359 ], [ -4.446870007752899, 55.164555146543606 ], [ -4.44293170118435, 55.167038658526444 ], [ -4.442702890926667, 55.168432006247457 ], [ -4.444157676585421, 55.16949496721324 ], [ -4.444653851315336, 55.168622094515122 ], [ -4.444488953168824, 55.167852370462768 ], [ -4.44517245992437, 55.167218433151021 ], [ -4.450589014323064, 55.167972541298703 ], [ -4.452992025545097, 55.169897224501838 ], [ -4.455621767048055, 55.171291450582174 ], [ -4.459997848782776, 55.170057118077096 ], [ -4.461860595785165, 55.170214555774571 ], [ -4.464364209150109, 55.172485753569767 ], [ -4.464641637739615, 55.173545314094802 ], [ -4.466145036592927, 55.174238496166545 ], [ -4.465466222269426, 55.175326391566855 ], [ -4.465579426098086, 55.17703197049692 ], [ -4.466930720326007, 55.178438335429476 ], [ -4.467271883759198, 55.180399972988063 ], [ -4.468025176660815, 55.181404947571828 ], [ -4.467332030433068, 55.18149988133586 ], [ -4.467081344233234, 55.181891473852573 ], [ -4.467672001181272, 55.1831873837465 ], [ -4.466229959977539, 55.184636799531503 ], [ -4.468247254078296, 55.189058891385557 ], [ -4.467782796714338, 55.190821106916808 ], [ -4.466429451530509, 55.19205748892572 ], [ -4.467863034181289, 55.193134091105044 ], [ -4.469666315620282, 55.195866110114935 ], [ -4.472950583448287, 55.19650065014315 ], [ -4.474155206323462, 55.197680702393775 ], [ -4.476557527873782, 55.198786978252535 ], [ -4.476387815050617, 55.19921739325661 ], [ -4.475274180973018, 55.198745628310952 ], [ -4.473233404243394, 55.199034241801272 ], [ -4.473043148921873, 55.197613380665899 ], [ -4.472152656770996, 55.197824702025677 ], [ -4.471992849992688, 55.199176258876477 ], [ -4.471189875471508, 55.199152089933293 ], [ -4.470451627054499, 55.200299638276327 ], [ -4.470472882963842, 55.201530668598359 ], [ -4.469218489739995, 55.201704397585232 ], [ -4.46847966298407, 55.203732842641394 ], [ -4.467904765116191, 55.203713021456736 ], [ -4.467616096678023, 55.204127853287815 ], [ -4.467067516940634, 55.204152439158193 ], [ -4.467116614673683, 55.204564928296342 ], [ -4.466107924733666, 55.204774100866963 ], [ -4.466488891566903, 55.205215831422102 ], [ -4.464866848606975, 55.2063093096682 ], [ -4.464454331358506, 55.206119896886065 ], [ -4.463750237318558, 55.206426262187648 ], [ -4.46318957799878, 55.207273544308329 ], [ -4.460497131915729, 55.20898184025657 ], [ -4.460058382059204, 55.208622156074064 ], [ -4.456872410871827, 55.207810000291474 ], [ -4.455239814084328, 55.207717047496402 ], [ -4.455154965597512, 55.20825358519329 ], [ -4.454414223835703, 55.208349398400728 ], [ -4.455045793141019, 55.209033308048006 ], [ -4.454862429598782, 55.210012276371756 ], [ -4.453994333473223, 55.21046570518866 ], [ -4.454201690785484, 55.210897484141412 ], [ -4.453622598202322, 55.211066442047866 ], [ -4.452918638794057, 55.210739035772811 ], [ -4.451843241678332, 55.211273023328786 ], [ -4.453405881786122, 55.212908995087091 ], [ -4.45363637691297, 55.212567280033909 ], [ -4.454133496712322, 55.212853902410288 ], [ -4.453904875701975, 55.213609061493905 ], [ -4.452425950284617, 55.214739934474323 ], [ -4.452805251321976, 55.215410952187263 ], [ -4.452645061260474, 55.220344479027709 ], [ -4.453201638232791, 55.221340017367865 ], [ -4.451349098377309, 55.221642439976605 ], [ -4.452472613568599, 55.222141193198368 ], [ -4.45154105066227, 55.222973402431016 ], [ -4.452373304206757, 55.223082509447387 ], [ -4.452378202266715, 55.223545328854506 ], [ -4.452975442134483, 55.223668146738774 ], [ -4.452848392790934, 55.224286428176107 ], [ -4.451608751581921, 55.224508209307679 ], [ -4.453107342768855, 55.225478513653563 ], [ -4.449626182722267, 55.230857210083933 ], [ -4.448452684445682, 55.231518972122579 ], [ -4.447834236115528, 55.231513409618337 ], [ -4.450215246409178, 55.237390932564992 ], [ -4.44705821805577, 55.238671380728917 ], [ -4.44630144285462, 55.239360711659153 ], [ -4.446979700519226, 55.24028642140803 ], [ -4.446961601941947, 55.241220706639467 ], [ -4.446376065817755, 55.243571301570853 ], [ -4.445155030813986, 55.244567458769062 ], [ -4.444486809786546, 55.244728266150098 ], [ -4.444358112819771, 55.245194659714272 ], [ -4.438789451667875, 55.246699364529029 ], [ -4.438463793844099, 55.247573278459441 ], [ -4.436640836271784, 55.248483401548711 ], [ -4.43511120481458, 55.250074372165713 ], [ -4.433035834795857, 55.251131497657347 ], [ -4.430607897496635, 55.2513902322709 ], [ -4.430442537150934, 55.25231575849056 ], [ -4.431604323764766, 55.252941584028854 ], [ -4.432528308292032, 55.252894399348406 ], [ -4.431990859174361, 55.253601732639879 ], [ -4.43125789529461, 55.253478816910793 ], [ -4.431155718942929, 55.253918598567317 ], [ -4.429120820935888, 55.254019358445106 ], [ -4.429564772219044, 55.254589383857827 ], [ -4.428822368141442, 55.255214493246179 ], [ -4.429499751498704, 55.255586616223056 ], [ -4.43196153513834, 55.255594193546891 ], [ -4.432720748191377, 55.25604286860392 ], [ -4.433918482302262, 55.255735837152436 ], [ -4.435663037847512, 55.255826859576061 ], [ -4.435535185780113, 55.255049200005573 ], [ -4.43647793139997, 55.254767907144874 ], [ -4.437106764363291, 55.255836677575935 ], [ -4.438743896028042, 55.256100585908982 ], [ -4.437571833041602, 55.256723551588969 ], [ -4.438007625121037, 55.257029445141931 ], [ -4.439639827526771, 55.257237710999007 ], [ -4.438283494847642, 55.257910209980224 ], [ -4.437141107253264, 55.258067866031531 ], [ -4.441132909805414, 55.259077478515465 ], [ -4.440762585168859, 55.259429152314709 ], [ -4.441293195119547, 55.259689093322422 ], [ -4.439745011868919, 55.260467916905682 ], [ -4.440487676022975, 55.261336644836447 ], [ -4.439430495788566, 55.261345203482037 ], [ -4.438522720588781, 55.262199292387606 ], [ -4.441663535912078, 55.267622231789765 ], [ -4.439724497297449, 55.268321682489713 ], [ -4.439935173657291, 55.269164197093218 ], [ -4.438771442385005, 55.270160030059863 ], [ -4.438560256529978, 55.27159433826624 ], [ -4.458642689264601, 55.285239689863488 ], [ -4.454715795302797, 55.287142530576645 ], [ -4.454192196671634, 55.288763822083922 ], [ -4.451280918602949, 55.289520744619544 ], [ -4.450871134626547, 55.290180648723826 ], [ -4.45007854393241, 55.290252291591088 ], [ -4.450780333486304, 55.293791399104514 ], [ -4.452434168659547, 55.297081269069643 ], [ -4.449451407432686, 55.300011222044589 ], [ -4.450047389011004, 55.300784864639859 ], [ -4.449105782904212, 55.300845107974531 ], [ -4.449080306808018, 55.301275273971925 ], [ -4.44748972216932, 55.301593912218223 ], [ -4.446226245263086, 55.301263290663456 ], [ -4.444496545507529, 55.301369850276807 ], [ -4.444528227824898, 55.302012798406558 ], [ -4.443626171462519, 55.301743224948716 ], [ -4.443345428158516, 55.302327709292321 ], [ -4.442081257648125, 55.302370084808935 ], [ -4.441086277105615, 55.30402410878132 ], [ -4.44028208627356, 55.30391165107482 ], [ -4.438585747403511, 55.304435426934546 ], [ -4.437948253961315, 55.304369060795189 ], [ -4.437341624110721, 55.304882736308066 ], [ -4.438719685444184, 55.306514503013965 ], [ -4.437975509691622, 55.307791361253251 ], [ -4.438482786817615, 55.308302566140476 ], [ -4.440408045698624, 55.308655097170529 ], [ -4.441346227581636, 55.309305088395028 ], [ -4.445831014988351, 55.310531247345558 ], [ -4.448149540822287, 55.312096427716185 ], [ -4.455598556568085, 55.314405206578201 ], [ -4.456721719415991, 55.315236527482199 ], [ -4.460717362673039, 55.316257164280835 ], [ -4.462902158957136, 55.315651322296311 ], [ -4.465955899910687, 55.31528316922715 ], [ -4.465839728140631, 55.316508866400262 ], [ -4.465244820190574, 55.317208509192767 ], [ -4.468513627081525, 55.320095224188272 ], [ -4.46883089171006, 55.321014637105435 ], [ -4.471081936487134, 55.321724144250815 ], [ -4.471820269782965, 55.322315931454654 ], [ -4.471930436101945, 55.323199080561743 ], [ -4.4724082281165, 55.323656815179469 ], [ -4.473351466617107, 55.323741081329381 ], [ -4.474145338305813, 55.325172166592822 ], [ -4.481688520886953, 55.323450570310705 ], [ -4.486105170185536, 55.322812414303087 ], [ -4.487484163685078, 55.323988808848249 ], [ -4.490520547603713, 55.323261751656361 ], [ -4.493029907903424, 55.323934129671393 ], [ -4.495623742833701, 55.324068106307131 ], [ -4.494619726020253, 55.326153321881399 ], [ -4.494804881834654, 55.326841666847777 ], [ -4.493407603388788, 55.327387055858956 ], [ -4.493586821640121, 55.328282263021407 ], [ -4.497377204629936, 55.330389048538152 ], [ -4.510120212714341, 55.334051336221613 ], [ -4.515343756993353, 55.336478670752463 ], [ -4.516586072988118, 55.338039584031215 ], [ -4.517665722305313, 55.338651035269493 ], [ -4.517744139746037, 55.339638177167394 ], [ -4.519215696143794, 55.339962884848838 ], [ -4.521076800654513, 55.341205372316487 ], [ -4.525528087061319, 55.342749351994613 ], [ -4.525614097150249, 55.346329581028996 ], [ -4.527231985184437, 55.348821946699495 ], [ -4.528810915101843, 55.349710611003374 ], [ -4.531843639660645, 55.350636544483358 ], [ -4.535144802533845, 55.350577059846081 ], [ -4.542245549266845, 55.353754413671517 ], [ -4.544783052535144, 55.354107866128167 ], [ -4.547524965165159, 55.355456554338396 ], [ -4.550573047643077, 55.355577215729937 ], [ -4.555753569397569, 55.35671477806568 ], [ -4.55661907647163, 55.356483631724437 ], [ -4.564623098419792, 55.357481692277524 ], [ -4.563599515955983, 55.357903180372631 ], [ -4.5624989873024, 55.358965377564935 ], [ -4.562089548304733, 55.358758234740414 ], [ -4.560056233659592, 55.359231428448169 ], [ -4.558588572627771, 55.360572743719054 ], [ -4.559366667981249, 55.361748357525329 ], [ -4.559093541790105, 55.362210709996383 ], [ -4.557840259624578, 55.363036960163001 ], [ -4.557203448925125, 55.362974786461258 ], [ -4.55697343969709, 55.363518927963042 ], [ -4.554230271171808, 55.363927775625562 ], [ -4.552883517791044, 55.363770758056035 ], [ -4.552611524189778, 55.36329644137583 ], [ -4.551226792257538, 55.363063794868971 ], [ -4.548871992025027, 55.363279242090911 ], [ -4.545209077795833, 55.365241452864524 ], [ -4.543189974026714, 55.365870467542813 ], [ -4.542475647092339, 55.367183310271201 ], [ -4.539412779623839, 55.368002966301525 ], [ -4.537489061858484, 55.369040686073674 ], [ -4.536619583587802, 55.370670420062524 ], [ -4.537730258700599, 55.37283161484595 ], [ -4.531454801548782, 55.376098857670314 ], [ -4.531858301393702, 55.376262181367785 ], [ -4.529578861789712, 55.378042414854001 ], [ -4.523750480455153, 55.380618645436549 ], [ -4.521463756863501, 55.383037964731756 ], [ -4.519873362668813, 55.383575934676131 ], [ -4.520047257816113, 55.384199757479855 ], [ -4.521285471303834, 55.384503201113198 ], [ -4.521827139593649, 55.385422351051197 ], [ -4.521637299410614, 55.386631648956929 ], [ -4.522893271849013, 55.387385941887345 ], [ -4.523469361167606, 55.388348418874365 ], [ -4.527623358311247, 55.389330424669275 ], [ -4.527148848654551, 55.390802695850951 ], [ -4.528404705562374, 55.391897607519731 ], [ -4.529516623403063, 55.392221560921342 ], [ -4.533026558730947, 55.392384365022231 ], [ -4.534657944292475, 55.394408052008146 ], [ -4.535991022485374, 55.395248704868777 ], [ -4.53848200853547, 55.395303956201822 ], [ -4.540067624531006, 55.394786520486079 ], [ -4.542227142494547, 55.396000936171482 ], [ -4.544950113434808, 55.395954152323974 ], [ -4.547226216547499, 55.394043372972881 ], [ -4.549681483801977, 55.393691950390888 ], [ -4.550913712104062, 55.393109833856506 ], [ -4.55185639952356, 55.39313240039646 ], [ -4.553600588757543, 55.393804280249945 ], [ -4.556270045188795, 55.393664877483786 ], [ -4.557113665459863, 55.391664311000078 ], [ -4.560834797809418, 55.390012460268636 ], [ -4.561966510185552, 55.388979301535301 ], [ -4.562577345386353, 55.386705819118994 ], [ -4.563421160694493, 55.386447221919973 ], [ -4.564834776152687, 55.387209470556456 ], [ -4.565368382915548, 55.389157822141854 ], [ -4.567344289501179, 55.389432731482763 ], [ -4.568788229563399, 55.39017272591213 ], [ -4.570352838172997, 55.390508367243008 ], [ -4.570778943243202, 55.3920122163534 ], [ -4.573399010550285, 55.393715278780668 ], [ -4.574654296762284, 55.393371535210505 ], [ -4.575378801487339, 55.392103231772658 ], [ -4.576149399331847, 55.39183530357262 ], [ -4.57853172432394, 55.392721693345941 ], [ -4.580409652920337, 55.394154421658513 ], [ -4.581612369133198, 55.393320028297069 ], [ -4.57968611379533, 55.392333284240614 ], [ -4.582319563734306, 55.391474965191833 ], [ -4.585642463523596, 55.39164830100254 ], [ -4.585784055519922, 55.391930250698302 ], [ -4.584305121172519, 55.393006934015695 ], [ -4.585512792844309, 55.394378251876923 ], [ -4.585300711973971, 55.395967466588303 ], [ -4.587492753059669, 55.396835239163629 ], [ -4.58920092510525, 55.396896141421394 ], [ -4.59260633185553, 55.39554843244629 ], [ -4.593674960119881, 55.395539241081991 ], [ -4.594930077372386, 55.395965634966359 ], [ -4.596531918770454, 55.395031829429477 ], [ -4.599132011517796, 55.394510037877545 ], [ -4.601116814323215, 55.392460597598472 ], [ -4.603688307751217, 55.391459309641448 ], [ -4.603105720989212, 55.391941838430114 ], [ -4.603362395143543, 55.392747166230414 ], [ -4.602790919003258, 55.39354316774449 ], [ -4.603392608401233, 55.395151942054355 ], [ -4.59686792985283, 55.397963142551731 ], [ -4.595812895699529, 55.399119946926803 ], [ -4.593843539055831, 55.400088507293042 ], [ -4.587757802266508, 55.401034595710186 ], [ -4.585301810662833, 55.400433983667206 ], [ -4.579393520398633, 55.399937691948551 ], [ -4.57756859553235, 55.400753722814116 ], [ -4.575283315798136, 55.402676956458009 ], [ -4.574436438729024, 55.4027954716409 ], [ -4.571208715363329, 55.404392404647616 ], [ -4.567549415649295, 55.40871561646027 ], [ -4.567333783025797, 55.412916094740147 ], [ -4.563913044762248, 55.415647657289931 ], [ -4.562770815804166, 55.417431602230735 ], [ -4.570434159132141, 55.42208868043295 ], [ -4.569380803368183, 55.422587225986305 ], [ -4.566845939619965, 55.42302788728778 ], [ -4.565886094192176, 55.423555899145285 ], [ -4.564702660444972, 55.424609041047162 ], [ -4.565018075667853, 55.426279720757833 ], [ -4.561495843847236, 55.426464125463916 ], [ -4.555906403035987, 55.42628537067958 ], [ -4.553691330461815, 55.427057943011022 ], [ -4.553518329799543, 55.426655267115308 ], [ -4.551908378930158, 55.426053379825561 ], [ -4.552044422515648, 55.425442904424415 ], [ -4.551171177164511, 55.424646753210212 ], [ -4.552151830362207, 55.42331124002137 ], [ -4.54707175160846, 55.421536746937633 ], [ -4.545561874313129, 55.420716965570556 ], [ -4.542676068897583, 55.422436328380989 ], [ -4.542431573879873, 55.423746568585329 ], [ -4.541865524747799, 55.424037886054045 ], [ -4.541023517832597, 55.424093141246246 ], [ -4.539504240944598, 55.42354493871315 ], [ -4.536843087125964, 55.423944450805159 ], [ -4.53512670984096, 55.423846121433613 ], [ -4.533103474816714, 55.42174516242288 ], [ -4.532292217483455, 55.421292760813586 ], [ -4.531378764434751, 55.421243363821837 ], [ -4.531519009086336, 55.420175304845316 ], [ -4.530579469095144, 55.418927356480026 ], [ -4.531351287839899, 55.418517674859046 ], [ -4.528445557087135, 55.415705034267873 ], [ -4.528190725416012, 55.415030762805387 ], [ -4.527120006783969, 55.413951792308985 ], [ -4.525787537961539, 55.413424731072432 ], [ -4.525202379792203, 55.413639064510804 ], [ -4.522702079477384, 55.410779267081324 ], [ -4.527828681533243, 55.409117424802432 ], [ -4.521279595791484, 55.407374055793909 ], [ -4.516697914507654, 55.408910249678868 ], [ -4.511826155017952, 55.406206005899243 ], [ -4.502355425361966, 55.402681672463125 ], [ -4.501561709472978, 55.400845369020566 ], [ -4.501913789251232, 55.39911864289185 ], [ -4.500867886853395, 55.399113981184932 ], [ -4.492339430072301, 55.400980737809867 ], [ -4.48745012828945, 55.401624146610416 ], [ -4.484513677974641, 55.400264577275578 ], [ -4.480864818230232, 55.400966993711855 ], [ -4.47668792938281, 55.401260235389479 ], [ -4.469194070089814, 55.403480111026759 ], [ -4.468201075211359, 55.403033662337357 ], [ -4.467199013529024, 55.403556350718389 ], [ -4.466199737276241, 55.403465059010422 ], [ -4.465614547197347, 55.403833708493167 ], [ -4.465706467099966, 55.405004854827261 ], [ -4.466451402499279, 55.405805083665555 ], [ -4.464388484609326, 55.407381029028414 ], [ -4.461980603270612, 55.408214245108709 ], [ -4.456214671820678, 55.408551354551683 ], [ -4.455721462910057, 55.408979228065931 ], [ -4.454016051225336, 55.4093235787238 ], [ -4.454437569031569, 55.409624319615979 ], [ -4.453266348285148, 55.41040555851761 ], [ -4.453757025195965, 55.410624017572488 ], [ -4.453564060557246, 55.411002710035945 ], [ -4.453091346665681, 55.41087017904529 ], [ -4.452627043788997, 55.411510485957209 ], [ -4.451827513652534, 55.411458212000184 ], [ -4.450412885440576, 55.411984537250341 ], [ -4.450348297969977, 55.414793827465402 ], [ -4.450523875024119, 55.415179508505311 ], [ -4.452979056702893, 55.415914064287179 ], [ -4.451432797403933, 55.416919428992493 ], [ -4.451303277766675, 55.417812782381304 ], [ -4.452767985793066, 55.418728092792286 ], [ -4.454375588670561, 55.418965483993446 ], [ -4.454984383250835, 55.419455715959508 ], [ -4.454939813093665, 55.421461937386297 ], [ -4.452962200191581, 55.421528595865318 ], [ -4.452442938543997, 55.42179428494849 ], [ -4.453238053894167, 55.422587294570185 ], [ -4.4526756342459, 55.42353337770097 ], [ -4.45311060959859, 55.424558323651603 ], [ -4.454084763469271, 55.425382790941036 ], [ -4.452579083484307, 55.425901075537254 ], [ -4.45203185294773, 55.426455852366693 ], [ -4.452254973720787, 55.427556058200132 ], [ -4.451769102899972, 55.428336111702954 ], [ -4.452170603623065, 55.429024665070152 ], [ -4.453515425174548, 55.428230074040123 ], [ -4.454386655302233, 55.428769873089934 ], [ -4.454753150999713, 55.430064942824487 ], [ -4.454382381859188, 55.430839999360977 ], [ -4.455746537596678, 55.430967211492735 ], [ -4.458402173062055, 55.430179491257576 ], [ -4.461464084150597, 55.430435185074671 ], [ -4.463015659774181, 55.431007966785955 ], [ -4.464401684400313, 55.430268153176712 ], [ -4.466494376032895, 55.429834959336496 ], [ -4.467120045573916, 55.428994497644048 ], [ -4.468250388333203, 55.428465633664629 ], [ -4.471320152102014, 55.428974396893821 ], [ -4.470995115711522, 55.429717123438756 ], [ -4.471992523637566, 55.430425031206681 ], [ -4.474572778959095, 55.430256888481381 ], [ -4.477867020845481, 55.431392838427591 ], [ -4.479755329416467, 55.431104677835656 ], [ -4.481365646975824, 55.431953783444357 ], [ -4.479375099548529, 55.432679085496503 ], [ -4.477617226793628, 55.433914681338962 ], [ -4.477177358612613, 55.434614808755576 ], [ -4.477640447386571, 55.435218442521723 ], [ -4.478382575307902, 55.435279805942109 ], [ -4.480168746793636, 55.434620687997523 ], [ -4.481612671183997, 55.434755883070721 ], [ -4.483059480549548, 55.436698592744776 ], [ -4.483735891482466, 55.436745079101868 ], [ -4.486019537891027, 55.435700948916569 ], [ -4.489003544608575, 55.437847830042834 ], [ -4.492756874746047, 55.438123728443358 ], [ -4.493341357691368, 55.43844169195647 ], [ -4.493034725951989, 55.439245226530844 ], [ -4.492101878496804, 55.439621085067778 ], [ -4.491859938812672, 55.440598574187135 ], [ -4.491998911812837, 55.440896858079419 ], [ -4.493370883135342, 55.440914734582392 ], [ -4.49423610614341, 55.441245845892531 ], [ -4.494330503418726, 55.441789524595876 ], [ -4.493645802415831, 55.442515379782058 ], [ -4.492812272233969, 55.442712143628299 ], [ -4.491673663088102, 55.442383895914958 ], [ -4.489929610723361, 55.443814436052676 ], [ -4.485624480057404, 55.442516881871093 ], [ -4.484750810941234, 55.443936843339173 ], [ -4.483261716967392, 55.44512660562453 ], [ -4.483617018294076, 55.445999365279206 ], [ -4.48257505880131, 55.446731510729315 ], [ -4.47913174533186, 55.446644957312529 ], [ -4.478217231118551, 55.447771772226595 ], [ -4.474871012261988, 55.448302436726188 ], [ -4.47587524648602, 55.449236688343539 ], [ -4.475078717372721, 55.450002449102691 ], [ -4.476080640044194, 55.449864420519233 ], [ -4.47655296726384, 55.450183835879301 ], [ -4.475033740701728, 55.450975912446637 ], [ -4.474890885946214, 55.451371599531754 ], [ -4.47774300123871, 55.452465279394126 ], [ -4.476797454075552, 55.4547899746686 ], [ -4.481258244026726, 55.45598042481538 ], [ -4.481361869240361, 55.456547293797925 ], [ -4.480610100684007, 55.457346337623747 ], [ -4.481087626236151, 55.457872366168012 ], [ -4.482293629905861, 55.458084295381184 ], [ -4.489857266722556, 55.456869926212192 ], [ -4.493472714539722, 55.457338285560965 ], [ -4.493233295481422, 55.457855511098529 ], [ -4.492068705354104, 55.458075192801942 ], [ -4.491141215097958, 55.45791611291633 ], [ -4.489796792491166, 55.458720991265523 ], [ -4.488441027461476, 55.461330076314589 ], [ -4.4900376518175, 55.461863861626526 ], [ -4.490599931525162, 55.462602055683895 ], [ -4.492572775860675, 55.463731276873354 ], [ -4.490982184816464, 55.465702495352993 ], [ -4.493836360932536, 55.468558416751385 ], [ -4.492799936113991, 55.469910736261099 ], [ -4.493512424300373, 55.470143400168503 ], [ -4.492253612855797, 55.470781167058192 ], [ -4.482484610021491, 55.47224536074711 ], [ -4.483177730413828, 55.472749030530579 ], [ -4.485475742035759, 55.47785635717802 ], [ -4.48399403920933, 55.478705296614159 ], [ -4.482163221853727, 55.478886266789253 ], [ -4.47924772886018, 55.479915231353772 ], [ -4.473739832059238, 55.480014126789236 ], [ -4.473488409717707, 55.481002544613609 ], [ -4.475227572279413, 55.482209577395054 ], [ -4.475119503666215, 55.482959601525081 ], [ -4.472634291895429, 55.485532899061361 ], [ -4.470476067202545, 55.486355787079439 ], [ -4.468670669918994, 55.486418289167744 ], [ -4.46664542262898, 55.485977351024374 ], [ -4.463486263638138, 55.483676141508809 ], [ -4.462340138876662, 55.483369335934498 ], [ -4.458982455772352, 55.483589659767382 ], [ -4.454475887596422, 55.485239623977087 ], [ -4.449016441241018, 55.488834699103329 ], [ -4.448268597999375, 55.490992489285162 ], [ -4.447185322257928, 55.491547166246427 ], [ -4.443907574561966, 55.492329038924687 ], [ -4.440471172470236, 55.493824065239195 ], [ -4.440401676033229, 55.495055056025642 ], [ -4.44151770587308, 55.496484413824383 ], [ -4.441142580401135, 55.497100407293139 ], [ -4.439800871671702, 55.497602644641624 ], [ -4.436084670217857, 55.498012833733384 ], [ -4.434643201957357, 55.498542166351378 ], [ -4.433964570612021, 55.499835600774162 ], [ -4.435177044681258, 55.501212761928834 ], [ -4.441469737629475, 55.502564182831534 ], [ -4.441344315902887, 55.503428665639021 ], [ -4.439594871325775, 55.504383053350338 ], [ -4.436047941108888, 55.505543980087175 ], [ -4.434884601384861, 55.505529376534639 ], [ -4.431175502838608, 55.504423838144113 ], [ -4.428389208115039, 55.505056198088432 ], [ -4.425862829975447, 55.503762544416062 ], [ -4.420954375981448, 55.502769449086834 ], [ -4.420201210834605, 55.502315155584604 ], [ -4.419740462223167, 55.501077590527963 ], [ -4.41827883862194, 55.501283547066194 ], [ -4.417945302212378, 55.501034869482176 ], [ -4.41735464301201, 55.501318881469047 ], [ -4.416122558448082, 55.500800317576463 ], [ -4.415556294837748, 55.501353487394624 ], [ -4.41407912125787, 55.501150734057802 ], [ -4.412506224052779, 55.501531390643343 ], [ -4.413164507564979, 55.5042148932258 ], [ -4.417530323409598, 55.505553383159132 ], [ -4.418595321651686, 55.506133659672003 ], [ -4.418676985216581, 55.506612918693783 ], [ -4.415576351788667, 55.50723861016607 ], [ -4.414757316551427, 55.507105565262897 ], [ -4.413150830968314, 55.508390210055211 ], [ -4.411711027077041, 55.508414091843434 ], [ -4.411141374567538, 55.509510196100273 ], [ -4.409308428616709, 55.51028062632674 ], [ -4.408829695354205, 55.509988941645645 ], [ -4.408172229255125, 55.510271525030589 ], [ -4.406544266873726, 55.509938618287137 ], [ -4.405569490978155, 55.510342474731651 ], [ -4.404555990968889, 55.510397441495712 ], [ -4.404313832822764, 55.510140640385487 ], [ -4.402512564650183, 55.510523850957107 ], [ -4.401784256525177, 55.510268496058892 ], [ -4.399783054467631, 55.510438073743394 ], [ -4.399083468387336, 55.510862548331147 ], [ -4.398883976484393, 55.511540574474878 ], [ -4.400943447235646, 55.51443305603857 ], [ -4.400317975570219, 55.514644860080992 ], [ -4.403770091287594, 55.51761334709159 ], [ -4.402042522821958, 55.520199010967197 ], [ -4.401837295007954, 55.523641928480536 ], [ -4.40375874483706, 55.523582647613999 ], [ -4.403981926197234, 55.524020485960001 ], [ -4.407174185129283, 55.523832828146013 ], [ -4.407833701909812, 55.525783786884233 ], [ -4.406469775929981, 55.526204286269255 ], [ -4.405755244110141, 55.527191752153342 ], [ -4.40626154411164, 55.528735865952534 ], [ -4.408983796628076, 55.531946859222408 ], [ -4.409664896166252, 55.534194893732227 ], [ -4.41307727805034, 55.537302335955964 ], [ -4.412817179239735, 55.538282683187589 ], [ -4.411356706550972, 55.539125783170959 ], [ -4.409707933144031, 55.541658758746635 ], [ -4.408541909430832, 55.544441974915941 ], [ -4.408881275664035, 55.545428496721271 ], [ -4.410424365216591, 55.546189097677193 ], [ -4.411702520377987, 55.547670358405384 ], [ -4.41124973666845, 55.550424271284356 ], [ -4.411724103868481, 55.550662106951997 ], [ -4.411711212137588, 55.55151264480719 ], [ -4.409495342893976, 55.553285585873951 ], [ -4.410430170982942, 55.554335888751481 ], [ -4.412167544142488, 55.555026134558837 ], [ -4.413555390864288, 55.556376686346496 ], [ -4.417291380197767, 55.556996004195689 ], [ -4.417572759128253, 55.557265490092874 ], [ -4.424305840680542, 55.555744630651077 ], [ -4.425168822998991, 55.555981913836177 ], [ -4.426758810172122, 55.557619537095619 ], [ -4.42649605468786, 55.558553226698287 ], [ -4.427389304204935, 55.560642369532403 ], [ -4.428600345731644, 55.560812510762005 ], [ -4.429156400405076, 55.561496275343444 ], [ -4.431120582197259, 55.560020089287718 ], [ -4.434180810365204, 55.560318844047806 ], [ -4.436571905763128, 55.561105414332346 ], [ -4.436683218194462, 55.561904053206284 ], [ -4.435971828610572, 55.562837699866726 ], [ -4.437387283613623, 55.564257550868795 ], [ -4.435160340894329, 55.566638783363203 ], [ -4.435655281089016, 55.567356991278785 ], [ -4.437164415225195, 55.567879754033008 ], [ -4.439447792085216, 55.566537301825583 ], [ -4.438775443743277, 55.565747139232705 ], [ -4.440307216229213, 55.564180542158951 ], [ -4.441452810500491, 55.563625610387007 ], [ -4.444645983010918, 55.565036901269401 ], [ -4.445037541583304, 55.564905947329713 ], [ -4.445408737460382, 55.565161894081527 ], [ -4.447691701103594, 55.564278592041546 ], [ -4.449238957298173, 55.565158178296223 ], [ -4.453097941631722, 55.564089553612689 ], [ -4.453437413015563, 55.563098537465493 ], [ -4.454557015672729, 55.562054139360725 ], [ -4.456692352035349, 55.56272410455594 ], [ -4.459892929436525, 55.564854817532947 ], [ -4.462437209333159, 55.56526300199306 ], [ -4.46426048053042, 55.565073536319261 ], [ -4.466677764872346, 55.563303621674876 ], [ -4.470737234634142, 55.563063614743584 ], [ -4.471199881310961, 55.56500025584473 ], [ -4.477260848980768, 55.56412551118818 ], [ -4.482490564823075, 55.564131992676664 ], [ -4.482715027746266, 55.565175486098063 ], [ -4.486286372597462, 55.564814525490668 ], [ -4.487076641529617, 55.565849223318466 ], [ -4.492761512402795, 55.564899550151921 ], [ -4.491736573094999, 55.563717757608046 ], [ -4.495842340752354, 55.562908807801811 ], [ -4.499840551141472, 55.562830872978608 ], [ -4.500257095243, 55.56454365050697 ], [ -4.501198532103754, 55.564831834667856 ], [ -4.504131877933816, 55.564517532746628 ], [ -4.506600788425769, 55.56602562819905 ], [ -4.506577574783677, 55.566731693773292 ], [ -4.509544488605171, 55.568881201417192 ], [ -4.511832481213129, 55.568691393043643 ], [ -4.513157067122108, 55.569213418992369 ], [ -4.515033186404511, 55.566948480793506 ], [ -4.513210380115559, 55.56622457120951 ], [ -4.514233458973613, 55.565604048508149 ], [ -4.515848765999032, 55.566059854908822 ], [ -4.51678591415712, 55.565435682127955 ], [ -4.518240208742167, 55.565358155086138 ], [ -4.518471847540399, 55.566003257499034 ], [ -4.517338801804836, 55.567457506840462 ], [ -4.516905980993768, 55.569989454905084 ], [ -4.51873521957084, 55.569893433734272 ], [ -4.519036322134736, 55.570483176209478 ], [ -4.516950376504107, 55.571377256056259 ], [ -4.518889946333382, 55.572160732308042 ], [ -4.52025632279516, 55.572242289452376 ], [ -4.520302060811122, 55.571396434914206 ], [ -4.524029368850155, 55.570940384009916 ], [ -4.524728154465707, 55.571125528307306 ], [ -4.524934760015832, 55.571773831973161 ], [ -4.525605762592133, 55.571847188375621 ], [ -4.526932978135686, 55.572899333044958 ], [ -4.529086254430572, 55.573498473185502 ], [ -4.529923494335569, 55.574231723039944 ], [ -4.533847425444948, 55.573131335192407 ], [ -4.536335214350534, 55.573749496570592 ], [ -4.537259472427122, 55.573616204217167 ], [ -4.538717687144763, 55.575094262572698 ], [ -4.534563686717949, 55.576490791972731 ], [ -4.537735182820565, 55.579733797981959 ], [ -4.539528722759917, 55.578218928800375 ], [ -4.541201856598764, 55.579728458469127 ], [ -4.540378486170246, 55.580074511966515 ], [ -4.541139109599376, 55.581629925452226 ], [ -4.542504898803451, 55.584051852006233 ], [ -4.543772011793154, 55.584995409566616 ], [ -4.544610238683826, 55.586544697661772 ], [ -4.543485628835084, 55.587412066045189 ], [ -4.542750670893965, 55.587630459600533 ], [ -4.542031786281623, 55.58736133968047 ], [ -4.541282578862524, 55.587629456585127 ], [ -4.54013102890546, 55.588891945535003 ], [ -4.539158021734321, 55.588767397723153 ], [ -4.537809047362491, 55.590267654420686 ], [ -4.535963059913052, 55.591520212832904 ], [ -4.538435328490458, 55.592567414085075 ], [ -4.539903034183802, 55.592854294507667 ], [ -4.540349872707671, 55.593382542420485 ], [ -4.543001479442608, 55.593861459877502 ], [ -4.544314711710679, 55.59293804943713 ], [ -4.544719731841576, 55.593040197612737 ], [ -4.546168286766018, 55.591903625678619 ], [ -4.549293035849479, 55.591504286415741 ], [ -4.554637226209055, 55.592798790712521 ], [ -4.561171057791348, 55.591955905053638 ], [ -4.565767318974346, 55.592290302849378 ], [ -4.569235641435242, 55.593094015009342 ], [ -4.569678880974832, 55.593682458979693 ], [ -4.56716051468003, 55.598455121292659 ], [ -4.567266479467977, 55.601388554545174 ], [ -4.568274396347753, 55.601870793984581 ], [ -4.572208419582538, 55.600971230298171 ], [ -4.575322058045665, 55.598627242716837 ], [ -4.576373543364465, 55.598248295979026 ], [ -4.579042999022573, 55.598043834482645 ], [ -4.584947193026738, 55.598579197777056 ], [ -4.588172412339498, 55.597846868163195 ], [ -4.592230543494626, 55.597950752623106 ], [ -4.594102747615857, 55.600651758587205 ], [ -4.591585415709648, 55.600877599448395 ], [ -4.592504815342282, 55.601746226209144 ], [ -4.579778227435246, 55.602906449978924 ], [ -4.579405932510824, 55.603885948909067 ], [ -4.583115989569816, 55.605423952097254 ], [ -4.585501452711182, 55.604998828440195 ], [ -4.586864257028899, 55.606922837954365 ], [ -4.587946356998692, 55.607741773390849 ], [ -4.5892349007594, 55.607657031799079 ], [ -4.587419479898187, 55.609264774675701 ], [ -4.587215113924149, 55.610356705353418 ], [ -4.586461216519551, 55.610507445154305 ], [ -4.585043126520395, 55.61164115705806 ], [ -4.583740171806616, 55.611895141570429 ], [ -4.584037587422561, 55.61262593334844 ], [ -4.583384165081014, 55.613363285528429 ], [ -4.584226779090208, 55.614342354063965 ], [ -4.588327352005122, 55.615738946080342 ], [ -4.588980548758842, 55.616660860886654 ], [ -4.588477477368891, 55.618232798336784 ], [ -4.585951641290142, 55.618732840340869 ], [ -4.584134056534598, 55.618628252303523 ], [ -4.582039987480594, 55.619318655612531 ], [ -4.578166979871383, 55.620905753066076 ], [ -4.57660739798489, 55.622361427201668 ], [ -4.574060258122377, 55.623608612671156 ], [ -4.572725263407502, 55.623647422833741 ], [ -4.570007457074653, 55.621830325665186 ], [ -4.567386000700653, 55.621579646476569 ], [ -4.562934600483102, 55.622203113570208 ], [ -4.561565709963446, 55.622695530916509 ], [ -4.558851871001261, 55.625194377130263 ], [ -4.55854615889207, 55.625865904901453 ], [ -4.559161231065511, 55.626089463776665 ], [ -4.559041829730784, 55.627035746082107 ], [ -4.561024450611808, 55.627717019266875 ], [ -4.560845206137249, 55.628695114462538 ], [ -4.561416727446347, 55.628956425006358 ], [ -4.562805930958699, 55.628844699200179 ], [ -4.563622007458587, 55.629736373021942 ], [ -4.5676035153375, 55.630538420435798 ], [ -4.569153012747514, 55.631830864430476 ], [ -4.56961310794745, 55.632718274175943 ], [ -4.569274494414221, 55.63303097926331 ], [ -4.567346285986939, 55.63406190194992 ], [ -4.563657848464117, 55.633738194007925 ], [ -4.561613809636256, 55.635334124541409 ], [ -4.560741478501528, 55.636430063743965 ], [ -4.559908869249842, 55.639986207859067 ], [ -4.558008133117978, 55.641374143112571 ], [ -4.557912450018349, 55.64458591559746 ], [ -4.557269627590913, 55.645842425206823 ], [ -4.557625951589023, 55.646212508821179 ], [ -4.557021842240712, 55.646844410930257 ], [ -4.553809166966629, 55.647619646598933 ], [ -4.55000542168545, 55.645833701691778 ], [ -4.548121019454742, 55.645452214047531 ], [ -4.542506335192218, 55.646737247127689 ], [ -4.535303477270747, 55.647581174483037 ], [ -4.531365168098676, 55.650222421645353 ], [ -4.530079482668154, 55.650621071429036 ], [ -4.528070861947201, 55.650581598334981 ], [ -4.526964930146994, 55.651032237238425 ], [ -4.523998838423496, 55.651330609902061 ], [ -4.523564533034897, 55.652757909823237 ], [ -4.519168199159515, 55.652670323438471 ], [ -4.518769773829723, 55.6534712785026 ], [ -4.517343515206582, 55.654036266594112 ], [ -4.514707450165775, 55.654081356406962 ], [ -4.511914288416997, 55.656240065126767 ], [ -4.510509415334023, 55.65652140135176 ], [ -4.496205832440646, 55.656523024332927 ], [ -4.496189279680603, 55.657211863534663 ], [ -4.492474182383374, 55.663269108595124 ], [ -4.49263804997265, 55.665070621990267 ], [ -4.499290967878786, 55.665189617340573 ], [ -4.49930179142311, 55.665558815055739 ], [ -4.502300060072507, 55.665495891000788 ], [ -4.502229834529114, 55.665143185082819 ], [ -4.507085112418858, 55.662863484505692 ], [ -4.508513507994071, 55.661082460057791 ], [ -4.510759347695277, 55.661218072731295 ], [ -4.513333641118558, 55.660524483451951 ], [ -4.52058580906864, 55.659414811617076 ], [ -4.525973194816459, 55.659424423848215 ], [ -4.528447008127384, 55.659890282723865 ], [ -4.530848641888626, 55.659508181265323 ], [ -4.531110732844462, 55.659775120412263 ], [ -4.529790422928611, 55.660381210000473 ], [ -4.531062505432537, 55.66065337998721 ], [ -4.53039283922514, 55.661757485361058 ], [ -4.530682997998763, 55.663197726313882 ], [ -4.533463562828012, 55.663755130974671 ], [ -4.534720733399233, 55.666449937409908 ], [ -4.539803306479982, 55.667237352500266 ], [ -4.542433217362066, 55.667181972885835 ], [ -4.543906987576866, 55.666710087929559 ], [ -4.546504252741597, 55.667009440339868 ], [ -4.549356879035243, 55.665586646231056 ], [ -4.548949902865155, 55.664414926530348 ], [ -4.549378782450733, 55.664041084147819 ], [ -4.551018933728559, 55.663514419101865 ], [ -4.55482913641829, 55.663810832356035 ], [ -4.558083302046096, 55.661068951050133 ], [ -4.559936013281307, 55.660099993537216 ], [ -4.561626960862903, 55.660282209607345 ], [ -4.563420933831207, 55.661164246966372 ], [ -4.564529805685057, 55.661052081326112 ], [ -4.564631066007871, 55.660485489476279 ], [ -4.56237160137078, 55.659025351196867 ], [ -4.562432336028532, 55.657887043920489 ], [ -4.564984869829439, 55.657363592447027 ], [ -4.56518515803787, 55.655783727363755 ], [ -4.570218152067193, 55.65517140638007 ], [ -4.570636942823545, 55.654405799862502 ], [ -4.571911814623935, 55.653531458092026 ], [ -4.572299342698647, 55.652847397081835 ], [ -4.571943609448636, 55.652125892370798 ], [ -4.57247653091569, 55.65150170059912 ], [ -4.571515667214873, 55.649697191073365 ], [ -4.571937797831839, 55.648402087011448 ], [ -4.572438326612049, 55.648254064700268 ], [ -4.572975181533081, 55.648587060922189 ], [ -4.573016335342609, 55.649577627254168 ], [ -4.574831931176438, 55.649025378742685 ], [ -4.576025904690694, 55.649198050771759 ], [ -4.577075060975394, 55.649005226356564 ], [ -4.578633612268787, 55.64850955645381 ], [ -4.580963326486324, 55.646714079594361 ], [ -4.582165054496618, 55.646329240527216 ], [ -4.582671466227715, 55.646536996859474 ], [ -4.58223677621972, 55.648166779399133 ], [ -4.583686231162199, 55.648573990258335 ], [ -4.584710529124644, 55.646702568813836 ], [ -4.585794505209823, 55.645737719496829 ], [ -4.587958908055931, 55.64621339474747 ], [ -4.589173296796401, 55.647032681650678 ], [ -4.58995189563705, 55.64714927014407 ], [ -4.590440639313924, 55.646896256437138 ], [ -4.590515569940079, 55.645913125836856 ], [ -4.592655716835962, 55.645083196642922 ], [ -4.593462163039945, 55.644203243335113 ], [ -4.597124620034353, 55.644811554931493 ], [ -4.59626023737393, 55.645463551733094 ], [ -4.596552658307681, 55.645655108251233 ], [ -4.603852134496674, 55.647342983436374 ], [ -4.599129358868336, 55.651630041198949 ], [ -4.59682081362123, 55.655081108960012 ], [ -4.603237978345335, 55.658682503835607 ], [ -4.609670604625323, 55.659011407740827 ], [ -4.608563668254851, 55.660177402308925 ], [ -4.61208371983864, 55.661843572010049 ], [ -4.616731355362839, 55.663055039850626 ], [ -4.618615144863593, 55.662904276523804 ], [ -4.620341944025679, 55.662308307414158 ], [ -4.622595097044725, 55.662260150451871 ], [ -4.621203512129861, 55.667487100782644 ], [ -4.626724739893198, 55.66857256434033 ], [ -4.627470195113405, 55.668281547502765 ], [ -4.631132918662064, 55.668330674089248 ], [ -4.632624726291376, 55.667952603606317 ], [ -4.638611847173342, 55.668983491816725 ], [ -4.637605838566881, 55.670435218712235 ], [ -4.637544700196909, 55.671676963702339 ], [ -4.638383102467586, 55.672412180774536 ], [ -4.637641100070232, 55.673085206119126 ], [ -4.636536725811119, 55.672037503687569 ], [ -4.63384496437129, 55.673235085162347 ], [ -4.632632648129444, 55.673159537442672 ], [ -4.631978328976894, 55.6725587572191 ], [ -4.631035610262444, 55.673157846752559 ], [ -4.629570076041198, 55.673432861942629 ], [ -4.629939740015121, 55.674721992599153 ], [ -4.628166194765407, 55.67505392925726 ], [ -4.62789114783711, 55.675577564677269 ], [ -4.624220241213373, 55.675178852649651 ], [ -4.623370178473473, 55.676522850094713 ], [ -4.620706238943038, 55.67702921683086 ], [ -4.61935227070862, 55.67690622675709 ], [ -4.618715599775432, 55.67642454882202 ], [ -4.61762355918701, 55.676793016198133 ], [ -4.613981004101872, 55.676008682319697 ], [ -4.612693129587266, 55.676422625428671 ], [ -4.611904694015696, 55.676192229292475 ], [ -4.610991925718096, 55.676411205452524 ], [ -4.609859819023705, 55.677826722365744 ], [ -4.610126658738818, 55.680064586184926 ], [ -4.609297589260533, 55.681230957630589 ], [ -4.609773753439636, 55.6816441898143 ], [ -4.609183339613402, 55.682238306148498 ], [ -4.607718576552945, 55.682603822011636 ], [ -4.607121795911266, 55.683867708765582 ], [ -4.605857004428882, 55.684752983067249 ], [ -4.600145363716824, 55.685329877694251 ], [ -4.597705949717902, 55.686283996172847 ], [ -4.597464651367384, 55.688307023488157 ], [ -4.594632264347593, 55.689169623689573 ], [ -4.594701259994341, 55.69078699206046 ], [ -4.593101591466675, 55.691116529947173 ], [ -4.590923502232384, 55.693045627017256 ], [ -4.590947472599741, 55.693744424484045 ], [ -4.59219031588671, 55.69381615017803 ], [ -4.591721534740818, 55.69488399624683 ], [ -4.592614485332104, 55.6951266979206 ], [ -4.592890404687838, 55.695808486751211 ], [ -4.591242637576645, 55.698275574372673 ], [ -4.579631551309902, 55.705413436603429 ], [ -4.578695465886191, 55.706136902942482 ], [ -4.578235939142265, 55.708150078174853 ], [ -4.578825851846415, 55.709057200768591 ], [ -4.580778081738668, 55.709884448563351 ], [ -4.5797218306781, 55.710380344224383 ], [ -4.578943419579366, 55.712507185119776 ], [ -4.578021481162126, 55.713085632760638 ], [ -4.576010658664691, 55.713642887342253 ], [ -4.574665922784074, 55.713580319241402 ], [ -4.571726988258397, 55.715860269768527 ], [ -4.568733262041311, 55.716704946857966 ], [ -4.566520461766578, 55.716858195853547 ], [ -4.565537272896764, 55.717842304071212 ], [ -4.564251511384587, 55.718268254536611 ], [ -4.559757149262972, 55.722709731605391 ], [ -4.5575008587864, 55.723104608435762 ], [ -4.557716379922879, 55.724232651152306 ], [ -4.559031630088891, 55.725421365911757 ], [ -4.556340204318539, 55.726057188578906 ], [ -4.555845759857203, 55.725729521546107 ], [ -4.554515893306454, 55.725656531656426 ], [ -4.553134539141452, 55.727038911949307 ], [ -4.552129128364733, 55.727227899026943 ], [ -4.549685444388895, 55.730493800851086 ], [ -4.549790897746511, 55.731793120643879 ], [ -4.547760877836862, 55.732296364400533 ], [ -4.547826154948832, 55.733200133695263 ], [ -4.547330492944869, 55.733782974412996 ], [ -4.545251758099063, 55.734004952710393 ], [ -4.544189255023194, 55.734543802090776 ], [ -4.543545371704659, 55.736203800515824 ], [ -4.542456203697954, 55.736358486841638 ], [ -4.542496941536447, 55.738111260973071 ], [ -4.541868366605096, 55.738808284689142 ], [ -4.540570671467305, 55.739457132041402 ], [ -4.539453273358762, 55.739375083716887 ], [ -4.53639529918871, 55.739881411860324 ], [ -4.533119912916439, 55.743228847061637 ], [ -4.529924882775516, 55.744577340341195 ], [ -4.527947320877067, 55.748047984778125 ], [ -4.526596044475518, 55.749108543513834 ], [ -4.524859782816669, 55.749490300458312 ], [ -4.523777132297381, 55.750245995041503 ], [ -4.519217624539429, 55.755977924219373 ], [ -4.517248178726044, 55.757223625110512 ], [ -4.512070680153132, 55.757737695571244 ], [ -4.507095286360697, 55.763090254520208 ], [ -4.503953060541144, 55.76378442143232 ], [ -4.501815776211574, 55.763618547647624 ], [ -4.501302214110979, 55.76324161678783 ], [ -4.499714994270709, 55.763001587055967 ], [ -4.49561320726169, 55.763001403922004 ] ] ] } }, +{ "type": "Feature", "properties": { "LAD13CD": "S12000010", "LAD13CDO": "00QM", "LAD13NM": "East Lothian", "LAD13NMW": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -2.786701561856078, 56.065666507087478 ], [ -2.784756338293072, 56.065419229615102 ], [ -2.784248669887053, 56.065649775046765 ], [ -2.784520433787437, 56.065191614731788 ], [ -2.783771400981923, 56.064687829326907 ], [ -2.779419753075, 56.06353567596647 ], [ -2.774791536891406, 56.064034733262133 ], [ -2.77278851596209, 56.063780442645943 ], [ -2.769475802546252, 56.062679830718551 ], [ -2.758135504327075, 56.059880256279015 ], [ -2.757119054886415, 56.058900855632984 ], [ -2.757082798645749, 56.059263168996864 ], [ -2.753970013739059, 56.059477201447308 ], [ -2.753414786334215, 56.059744748538662 ], [ -2.75158023447431, 56.059546589218172 ], [ -2.749568265398189, 56.059804115507951 ], [ -2.746877207444275, 56.061319111515097 ], [ -2.746310976543429, 56.062101526166956 ], [ -2.740941844012533, 56.062416907273281 ], [ -2.732535805713936, 56.060960336431378 ], [ -2.730780657054351, 56.061391235590641 ], [ -2.730919889347166, 56.062044508835953 ], [ -2.730151946657509, 56.061434490983409 ], [ -2.729120402605143, 56.061661618414547 ], [ -2.729135381448085, 56.061179042870144 ], [ -2.725345285472795, 56.059634421949816 ], [ -2.723033049023841, 56.059045109197456 ], [ -2.721341892929444, 56.058948088011121 ], [ -2.718939050707468, 56.059610819061724 ], [ -2.718057255540546, 56.060378768126938 ], [ -2.719438181147487, 56.060974506210243 ], [ -2.719042699427693, 56.06086539933532 ], [ -2.71807346912334, 56.061423612223358 ], [ -2.718410660024516, 56.061593260121001 ], [ -2.719839567367956, 56.060969469723688 ], [ -2.717924722332094, 56.062406522094811 ], [ -2.717461129782983, 56.062003103300555 ], [ -2.717125631378388, 56.062443514364496 ], [ -2.717252719029947, 56.061849775513352 ], [ -2.716827541688677, 56.061784859934399 ], [ -2.717597952296612, 56.060810017745133 ], [ -2.713984417028136, 56.059060066296652 ], [ -2.711643683676386, 56.058394334436038 ], [ -2.703503471432499, 56.057405064171235 ], [ -2.702611009038409, 56.057600628447922 ], [ -2.699219361125174, 56.057409650793581 ], [ -2.696067051150861, 56.05802317033892 ], [ -2.695408036488552, 56.05852284969243 ], [ -2.695480370994484, 56.05888363255189 ], [ -2.696190785762084, 56.059008109266067 ], [ -2.695990457108994, 56.059743300856809 ], [ -2.694878058019735, 56.06084032998686 ], [ -2.694280306445337, 56.060731384473279 ], [ -2.694472275955962, 56.059707829647969 ], [ -2.691865537412979, 56.060311879507033 ], [ -2.691281304685532, 56.060777873118582 ], [ -2.69067744471915, 56.060506318916566 ], [ -2.689839658388769, 56.061253152990332 ], [ -2.685480053874481, 56.06055686672223 ], [ -2.68427069797019, 56.060822342611424 ], [ -2.683906881322307, 56.06131672833542 ], [ -2.68320178957409, 56.061130156168268 ], [ -2.682965896137882, 56.061503433972455 ], [ -2.682464643378489, 56.061310338250053 ], [ -2.681611215241128, 56.061635814025443 ], [ -2.681308793113443, 56.061243050424707 ], [ -2.678864449726364, 56.061875577725658 ], [ -2.678657148837999, 56.061319659011303 ], [ -2.676983991254518, 56.060690928025124 ], [ -2.676848446391642, 56.060195709343276 ], [ -2.676114315613824, 56.060090119536461 ], [ -2.676366655300538, 56.059643987675955 ], [ -2.675755001390923, 56.059287047671752 ], [ -2.672575977399025, 56.058211863424106 ], [ -2.669949983078779, 56.057719406417924 ], [ -2.668486918836061, 56.058635707709037 ], [ -2.667232132932936, 56.05859847425306 ], [ -2.666296272655287, 56.058059051660784 ], [ -2.664786316202939, 56.057936018402067 ], [ -2.660399348103454, 56.059441174220844 ], [ -2.656235420309145, 56.059065364219535 ], [ -2.654947673458441, 56.059546604782007 ], [ -2.654372053227213, 56.059124677469526 ], [ -2.653811527586183, 56.059309142220783 ], [ -2.654182454287759, 56.058644097015993 ], [ -2.65355849821042, 56.058116401409251 ], [ -2.654427175111542, 56.057070456965626 ], [ -2.653108270955875, 56.056656058017644 ], [ -2.651750537279706, 56.056983995702076 ], [ -2.650718091786671, 56.056796271934573 ], [ -2.649791338471196, 56.056972766282279 ], [ -2.649376638659633, 56.056661379795585 ], [ -2.649766607299264, 56.055311604752397 ], [ -2.649556353179147, 56.054743973203067 ], [ -2.648640992313414, 56.054640072936486 ], [ -2.649140980362974, 56.054199882736178 ], [ -2.648666792436901, 56.053881618968056 ], [ -2.647641848492243, 56.053560854957972 ], [ -2.646535417694007, 56.05364662312914 ], [ -2.644991838944688, 56.054669088019729 ], [ -2.643538449037082, 56.054652418820311 ], [ -2.642011455537804, 56.054168006974962 ], [ -2.640551226651005, 56.054415491620951 ], [ -2.639734529197426, 56.054159169816089 ], [ -2.638718495073643, 56.052819408364819 ], [ -2.637238255699899, 56.051949247286629 ], [ -2.633582215488457, 56.051738965405221 ], [ -2.628924252437431, 56.052014374298878 ], [ -2.627716154441112, 56.051079818268889 ], [ -2.625802669229635, 56.050600766461528 ], [ -2.624280913046183, 56.049820509358284 ], [ -2.62350587724137, 56.049049040381938 ], [ -2.622613210002, 56.04904546265751 ], [ -2.620930559942196, 56.047835604177905 ], [ -2.620427205299964, 56.047980995206615 ], [ -2.621121360499435, 56.047421342560028 ], [ -2.620331989403954, 56.046649925838082 ], [ -2.620381214934262, 56.045616425419588 ], [ -2.6192709373838, 56.043748671629139 ], [ -2.615832765670739, 56.041743404049463 ], [ -2.615439086719851, 56.041212569628748 ], [ -2.616130067734103, 56.040859610841359 ], [ -2.615935242374931, 56.040619790891718 ], [ -2.615235208139131, 56.040504685056653 ], [ -2.611280203407483, 56.038161343425116 ], [ -2.609945454631998, 56.035044829651149 ], [ -2.609884625197985, 56.034342517738189 ], [ -2.610332276853962, 56.034133652474047 ], [ -2.610441859021672, 56.03436581694239 ], [ -2.610643247960267, 56.034822147244689 ], [ -2.61096177446727, 56.034261714076592 ], [ -2.613891347407868, 56.033102621162506 ], [ -2.612759365621567, 56.033364197470988 ], [ -2.61186076415636, 56.033064073338714 ], [ -2.609869158237759, 56.033056866637757 ], [ -2.609390080562752, 56.033511171126079 ], [ -2.610230719297757, 56.033901448199167 ], [ -2.609218184770508, 56.034110409248939 ], [ -2.608214956040505, 56.032769434943134 ], [ -2.598180001821235, 56.025680975286583 ], [ -2.597827747074233, 56.025104959320643 ], [ -2.59665970837674, 56.02510342846174 ], [ -2.595067199564321, 56.024417495108459 ], [ -2.594150955111949, 56.024408435868999 ], [ -2.592905213531187, 56.023523137339325 ], [ -2.590265208548564, 56.022941905765414 ], [ -2.588930463470617, 56.022207938276907 ], [ -2.587275799065754, 56.022060392388461 ], [ -2.585584062794354, 56.023701878009234 ], [ -2.583245944960135, 56.023770461794022 ], [ -2.582047533982463, 56.023288334009017 ], [ -2.582003573791059, 56.023517568969716 ], [ -2.581912673480498, 56.023234077751297 ], [ -2.582083213793357, 56.023102276014612 ], [ -2.582198446011986, 56.022501364698329 ], [ -2.583008208653483, 56.022048297895608 ], [ -2.584621317912323, 56.021782796265782 ], [ -2.585393502355466, 56.021181642235504 ], [ -2.585979799707606, 56.020383700641645 ], [ -2.585920482726374, 56.019221346241196 ], [ -2.590155933548028, 56.017357460697752 ], [ -2.590774936082566, 56.016610552416005 ], [ -2.590235560752006, 56.014901524895002 ], [ -2.583426063158984, 56.008695763750133 ], [ -2.582849742202852, 56.007166574527709 ], [ -2.583291327524712, 56.006991977107873 ], [ -2.58439475422727, 56.007211372597808 ], [ -2.5874623337283, 56.009202210229759 ], [ -2.587485223233521, 56.009759161257008 ], [ -2.588545584083385, 56.01040909881435 ], [ -2.588516201391112, 56.012062449328809 ], [ -2.589994967711453, 56.013008673111329 ], [ -2.590821588470586, 56.014623782221115 ], [ -2.591617424326526, 56.014745753846725 ], [ -2.591803515074995, 56.013699025884002 ], [ -2.593026045589252, 56.014348146492537 ], [ -2.592711081562345, 56.013367618282906 ], [ -2.593118501817581, 56.012950559518949 ], [ -2.591994050227419, 56.011999976796062 ], [ -2.591459230794298, 56.011952228474442 ], [ -2.592491100239039, 56.011675931940168 ], [ -2.590914253461222, 56.011764363034388 ], [ -2.591185748476523, 56.011583364737724 ], [ -2.59016950296198, 56.010781394845139 ], [ -2.5901812787386, 56.01039678731204 ], [ -2.591129635134631, 56.010429980298234 ], [ -2.591630234221551, 56.011282935951762 ], [ -2.592019829425972, 56.011273877952021 ], [ -2.591632338540601, 56.010266740348449 ], [ -2.590481209279203, 56.010292924020298 ], [ -2.59075717452607, 56.009774973633654 ], [ -2.591812837967427, 56.009799560751802 ], [ -2.590864304409666, 56.009753795124482 ], [ -2.590672886457338, 56.008981117418607 ], [ -2.592202035271295, 56.008088774609398 ], [ -2.59117728676247, 56.00819522142816 ], [ -2.591339140661066, 56.007662542394804 ], [ -2.591920253224437, 56.007700185531178 ], [ -2.591595390085112, 56.007430402500319 ], [ -2.592070384127064, 56.006716522442211 ], [ -2.593403886433257, 56.006773005046739 ], [ -2.592540227940761, 56.006610040900753 ], [ -2.592685827701, 56.006274206194988 ], [ -2.593340610336464, 56.006620567183255 ], [ -2.593058264030722, 56.006404492412599 ], [ -2.593532682827034, 56.006178486573042 ], [ -2.594806615869632, 56.006325089240761 ], [ -2.595434808283549, 56.006088450708077 ], [ -2.595593993629479, 56.004761517753089 ], [ -2.597433669774015, 56.005097634563988 ], [ -2.595582340565296, 56.004629496724476 ], [ -2.599564101135005, 56.00473957805999 ], [ -2.598566742866852, 56.00495107619524 ], [ -2.598705071503204, 56.00502761134063 ], [ -2.599247683996005, 56.005327827468854 ], [ -2.600016976413227, 56.005299826607157 ], [ -2.599043702905504, 56.005140387560964 ], [ -2.598763902283567, 56.004998490530411 ], [ -2.599049569583491, 56.004857085481625 ], [ -2.601624948800924, 56.005065571751125 ], [ -2.60193614302878, 56.005381218099856 ], [ -2.601796072481057, 56.0050359849998 ], [ -2.603702701987104, 56.005033851014367 ], [ -2.603489098240366, 56.006246953850805 ], [ -2.604459535981327, 56.00728893519927 ], [ -2.605276936917515, 56.007566150791277 ], [ -2.612355222225796, 56.006729747355571 ], [ -2.614031458738271, 56.005644125285656 ], [ -2.616018674329595, 56.002743780451468 ], [ -2.617817279671828, 56.00180754127291 ], [ -2.618604646569347, 56.000106350498186 ], [ -2.619067124944112, 56.000050119625939 ], [ -2.618599774649156, 56.000002150417146 ], [ -2.618814778054106, 55.999108873336411 ], [ -2.622135179536754, 55.998203556238842 ], [ -2.6238963067265, 55.996854111356249 ], [ -2.621901304847249, 55.998116684547668 ], [ -2.618657486032242, 55.998998250377284 ], [ -2.617484201836348, 56.001734635654373 ], [ -2.615863841147776, 56.002485789856877 ], [ -2.61293302628375, 56.00625427242376 ], [ -2.611535420585128, 56.006708658945833 ], [ -2.608001831848389, 56.006763872424251 ], [ -2.605233138315985, 56.007329165665645 ], [ -2.604571865647618, 56.006985594823803 ], [ -2.604137006438394, 56.005530383033644 ], [ -2.605144296891306, 56.005134601505461 ], [ -2.604493345566391, 56.005141388990168 ], [ -2.602370099028387, 56.004105045903984 ], [ -2.59997279904527, 56.004001730081647 ], [ -2.598659078410007, 56.003248896333879 ], [ -2.598806064082846, 56.002592287925673 ], [ -2.599482649084435, 56.002793854386887 ], [ -2.599391809721421, 56.002519359455228 ], [ -2.601429707403585, 56.002511231050804 ], [ -2.602004094606159, 56.003151743359581 ], [ -2.598794410334586, 55.997692899996309 ], [ -2.592990325382848, 55.997993198743316 ], [ -2.588538590590992, 55.998665935760229 ], [ -2.582882819250128, 56.000631739932295 ], [ -2.579747261677768, 56.001320389821231 ], [ -2.578351705359402, 56.001282020884695 ], [ -2.57948105259418, 56.000460893060783 ], [ -2.57931378991792, 55.999929720460564 ], [ -2.579587798705725, 55.999879969970692 ], [ -2.579392871127093, 55.999068655876577 ], [ -2.581083204232949, 55.998028339857839 ], [ -2.57929974975666, 55.99906010867992 ], [ -2.579221536485406, 55.999636745627363 ], [ -2.579178465834934, 55.999954290183084 ], [ -2.579099024471358, 56.000539958010343 ], [ -2.577954888688347, 56.0011230532008 ], [ -2.578060787769353, 56.001772161045615 ], [ -2.577297927987026, 56.00287278542428 ], [ -2.577982846729075, 56.002780626118437 ], [ -2.578103612683543, 56.004317366530785 ], [ -2.577336960384437, 56.005059513226897 ], [ -2.57361733993344, 56.007270075261417 ], [ -2.570603927903756, 56.006610196771256 ], [ -2.57152844880898, 56.007100080127088 ], [ -2.570177975108042, 56.007087465238413 ], [ -2.571333131002097, 56.00799138244399 ], [ -2.571957959445546, 56.009685720008335 ], [ -2.573367378415973, 56.010639651788786 ], [ -2.575982813221215, 56.011475628846711 ], [ -2.574863200520563, 56.010927388741237 ], [ -2.575039491990211, 56.010702844334467 ], [ -2.575863500901079, 56.010463595709211 ], [ -2.577138049748513, 56.010754135403495 ], [ -2.577172782250643, 56.01157731313512 ], [ -2.575020383311256, 56.012438802577321 ], [ -2.573149133676463, 56.012255240309479 ], [ -2.572452537730574, 56.011570238795649 ], [ -2.569595891993689, 56.010577168724581 ], [ -2.559370846480042, 56.00497791977952 ], [ -2.553729269106736, 56.00272303962921 ], [ -2.553741250702539, 56.002327653260821 ], [ -2.556469463363348, 56.001596581368716 ], [ -2.557640427174421, 56.000737730596185 ], [ -2.557446087355919, 56.000269601154891 ], [ -2.556291118033017, 55.999674631662053 ], [ -2.553127384867684, 55.99886765453131 ], [ -2.554160224662931, 55.999336516474798 ], [ -2.553353582507633, 55.999661797236634 ], [ -2.552119140363797, 55.999671824891742 ], [ -2.551398080130951, 56.000266254421369 ], [ -2.550938966557683, 56.000227875486239 ], [ -2.551392557755641, 55.998865543563277 ], [ -2.551034087759505, 55.997673960406736 ], [ -2.552577461402978, 55.996695209091051 ], [ -2.553347637320698, 55.996553968862564 ], [ -2.55310346021742, 55.996407713409027 ], [ -2.552815750148497, 55.996544088438952 ], [ -2.55244611064492, 55.996719296799689 ], [ -2.551073050642108, 55.997370098753535 ], [ -2.550699469573736, 55.998270251916374 ], [ -2.549703594678761, 55.998705969079488 ], [ -2.549057274735746, 55.998353948693442 ], [ -2.543888043893437, 55.998797355469918 ], [ -2.543986942814546, 56.000814911676315 ], [ -2.541973260537268, 56.001973839257523 ], [ -2.541573701181467, 56.00275457954865 ], [ -2.541952890625771, 56.003610963680373 ], [ -2.543488339135438, 56.004587143406816 ], [ -2.542290718973012, 56.005176430888945 ], [ -2.538769377516356, 56.00449464887793 ], [ -2.535777558963525, 56.004524759307209 ], [ -2.534928604910202, 56.004708142434431 ], [ -2.534739271363324, 56.005396302313819 ], [ -2.531355029361491, 56.006749672872381 ], [ -2.529866804447267, 56.006512590026638 ], [ -2.530224998796325, 56.006086966809058 ], [ -2.529387545694548, 56.005943214985628 ], [ -2.529387835546263, 56.006316083434321 ], [ -2.528609412638225, 56.006385012849343 ], [ -2.528372464312061, 56.005826274894382 ], [ -2.527074935709127, 56.006281968368398 ], [ -2.524969952443811, 56.005970192578985 ], [ -2.525149389157739, 56.005721447568099 ], [ -2.524499061520642, 56.005539129118027 ], [ -2.524081804783425, 56.005870646214788 ], [ -2.524274823235359, 56.005440351581882 ], [ -2.52317576976523, 56.004922104863219 ], [ -2.521513587329032, 56.005570663280551 ], [ -2.521598451502242, 56.004728427622375 ], [ -2.518841371826009, 56.004567554231457 ], [ -2.518316685220607, 56.005620983915158 ], [ -2.517344795506617, 56.005732884102351 ], [ -2.517507034105395, 56.006113158904121 ], [ -2.516891213629002, 56.005990853750397 ], [ -2.51709417379514, 56.005578498475053 ], [ -2.516616464732832, 56.005350490326073 ], [ -2.514263067381835, 56.005280365641589 ], [ -2.513682143571411, 56.005610733069396 ], [ -2.513628883148232, 56.006068281509769 ], [ -2.516414486768735, 56.005956912502207 ], [ -2.517770219992461, 56.006367222260806 ], [ -2.51720880278823, 56.007196180973821 ], [ -2.517614154463142, 56.006448740892978 ], [ -2.516667114659502, 56.006742024378134 ], [ -2.516414666698754, 56.006451076014102 ], [ -2.516908770080433, 56.006344781458417 ], [ -2.516441941629209, 56.006091569564838 ], [ -2.513373605520703, 56.006166380735444 ], [ -2.512823080637659, 56.006493023504106 ], [ -2.512116960653915, 56.006453730328609 ], [ -2.511870772720616, 56.006148371042549 ], [ -2.51415504817331, 56.005236790672029 ], [ -2.514148415497603, 56.004978954425454 ], [ -2.512865758014625, 56.005357166816182 ], [ -2.512902646366706, 56.004147658577047 ], [ -2.511872797139004, 56.00508905432897 ], [ -2.512049269804046, 56.005608776972629 ], [ -2.512716219228484, 56.005447636900037 ], [ -2.512054674443494, 56.005624691767416 ], [ -2.51193296201904, 56.005636877515869 ], [ -2.511807493118377, 56.005001274394601 ], [ -2.513265594773472, 56.00382628880751 ], [ -2.512882739416528, 56.002282495403968 ], [ -2.510238005432356, 56.00028896008763 ], [ -2.507845753305563, 55.999310510177544 ], [ -2.505544071718776, 55.998751233186304 ], [ -2.502383481856901, 55.998839627825127 ], [ -2.499400796201354, 55.997929907161293 ], [ -2.496666596413059, 55.997757664682489 ], [ -2.493368844849798, 55.996639721604467 ], [ -2.492625912808614, 55.996085635121553 ], [ -2.489972687608506, 55.99583834697092 ], [ -2.48850658330126, 55.995394926118038 ], [ -2.486155461638253, 55.995708807029267 ], [ -2.484199074579911, 55.996822537347605 ], [ -2.480998370650079, 55.997028242634549 ], [ -2.480008693756274, 55.996860491128807 ], [ -2.478276588801647, 55.995772875875453 ], [ -2.473939070016699, 55.995830961071384 ], [ -2.472483036600731, 55.994358551887274 ], [ -2.470923632103469, 55.993867660625071 ], [ -2.470597414799372, 55.992352272272825 ], [ -2.468421824917357, 55.989151188538479 ], [ -2.467461027800411, 55.988433356772546 ], [ -2.465045744495953, 55.987654527118544 ], [ -2.46084886012378, 55.987198590680748 ], [ -2.4590648163114, 55.987731758782445 ], [ -2.453002167899287, 55.987950062072116 ], [ -2.452408491211342, 55.98734846435682 ], [ -2.450365640089572, 55.987001047331866 ], [ -2.448802871148637, 55.98727629260685 ], [ -2.447850266213942, 55.988339964310704 ], [ -2.445248741090108, 55.987917222301618 ], [ -2.442656616230769, 55.984105325788889 ], [ -2.442429414174341, 55.9828761223878 ], [ -2.440983177039489, 55.981271229755855 ], [ -2.438671576606988, 55.979796988001681 ], [ -2.436886006147789, 55.979054897555756 ], [ -2.433533664760808, 55.978489015169757 ], [ -2.427126317971645, 55.975812357495464 ], [ -2.427511012780902, 55.974517211081732 ], [ -2.426639287896424, 55.975674780387955 ], [ -2.423001640308525, 55.974766380177989 ], [ -2.418923652864825, 55.974461352761914 ], [ -2.419880603111585, 55.973904631275502 ], [ -2.421853568071417, 55.973661591337837 ], [ -2.422497349758184, 55.972602771971118 ], [ -2.421772081474476, 55.971474967949106 ], [ -2.419468011052619, 55.970574469901386 ], [ -2.413949835832893, 55.970237335980237 ], [ -2.412839887413677, 55.970719052176811 ], [ -2.410421684827367, 55.970666035106461 ], [ -2.406751683028043, 55.971630595805053 ], [ -2.406953329183361, 55.971913849681094 ], [ -2.406057733525753, 55.971764063079938 ], [ -2.406622746396693, 55.972779279190966 ], [ -2.407640129038919, 55.973080501963835 ], [ -2.407515994328363, 55.97331272050112 ], [ -2.406381628066308, 55.973010085668896 ], [ -2.405449046218478, 55.972084129760844 ], [ -2.402760575507694, 55.971778480032796 ], [ -2.401433825026297, 55.970992147713531 ], [ -2.398552140803457, 55.968246763215255 ], [ -2.398246127593753, 55.967465176290673 ], [ -2.399048701031739, 55.966217284884358 ], [ -2.399423554253657, 55.963885410332487 ], [ -2.397428902836237, 55.960572871716543 ], [ -2.394988589143075, 55.957657061627962 ], [ -2.393464747334994, 55.956482232027795 ], [ -2.390268028740596, 55.954413314885251 ], [ -2.386137418918873, 55.952442485297318 ], [ -2.385951397452292, 55.951451143823597 ], [ -2.385205121697122, 55.950962908754065 ], [ -2.383801457778861, 55.950710324981635 ], [ -2.381489283964229, 55.950886423392966 ], [ -2.381409914177735, 55.950468874909063 ], [ -2.380912553980348, 55.950697730221982 ], [ -2.381092846924534, 55.950468059462054 ], [ -2.379583150964045, 55.949521228834207 ], [ -2.378779555922043, 55.949218218948751 ], [ -2.378369991415643, 55.949418941036392 ], [ -2.378489088036278, 55.949152624268542 ], [ -2.377171695571549, 55.948539408444063 ], [ -2.376750603232957, 55.947718585802491 ], [ -2.374837608426905, 55.947100876281858 ], [ -2.369378278454553, 55.945993370361862 ], [ -2.367110928264046, 55.946145704499941 ], [ -2.366737709240117, 55.945959932161713 ], [ -2.366550584548463, 55.944796055845075 ], [ -2.366950515813687, 55.944421994445911 ], [ -2.365921356988629, 55.943947064044821 ], [ -2.366551844099609, 55.943235387488457 ], [ -2.37068304426788, 55.940617419702725 ], [ -2.371938527177516, 55.94048964323062 ], [ -2.372640513735168, 55.939739084068883 ], [ -2.372710372640258, 55.938845779830963 ], [ -2.37444765389811, 55.938056132721862 ], [ -2.376194484852481, 55.937763293436007 ], [ -2.376999771801248, 55.937113921962002 ], [ -2.378852643305978, 55.936867441318476 ], [ -2.378883708121933, 55.936442362645622 ], [ -2.380049045012083, 55.935952691293458 ], [ -2.379969702564033, 55.935206295509651 ], [ -2.380767589532583, 55.934140923345602 ], [ -2.381970000482466, 55.933687058227996 ], [ -2.384773452375576, 55.933442027959956 ], [ -2.3851349114748, 55.933736499463727 ], [ -2.389380734352426, 55.933036703231998 ], [ -2.390840799085691, 55.933227947134455 ], [ -2.390948528187027, 55.932799926111798 ], [ -2.391935664807772, 55.932758153034619 ], [ -2.391931584019267, 55.932195714127452 ], [ -2.392828747720976, 55.931805607822803 ], [ -2.392266487925335, 55.930809182823694 ], [ -2.39465875453724, 55.928558917130566 ], [ -2.396311710098498, 55.927749462453882 ], [ -2.396319178664708, 55.92660027429654 ], [ -2.397190778128528, 55.925449199675398 ], [ -2.397701922213779, 55.925513139147526 ], [ -2.397899875711329, 55.925154003341703 ], [ -2.398743339159648, 55.925010212068266 ], [ -2.398488853106537, 55.923603107016042 ], [ -2.397868678730203, 55.923203489081956 ], [ -2.398151639502238, 55.922552968132528 ], [ -2.399332336996779, 55.921909421147049 ], [ -2.400252942458649, 55.92056409136768 ], [ -2.403643633662476, 55.919499094851403 ], [ -2.406056392754811, 55.918266521229533 ], [ -2.406493438044739, 55.915845449908431 ], [ -2.407437476489475, 55.914331071153214 ], [ -2.4112654287732, 55.912931973441701 ], [ -2.417917737622174, 55.911788254057385 ], [ -2.420369798726359, 55.910873328794267 ], [ -2.42099997500417, 55.909978974713717 ], [ -2.421185880592632, 55.909715979684869 ], [ -2.425054626607579, 55.908769150181215 ], [ -2.422788289210501, 55.906444474175323 ], [ -2.433997543345412, 55.902719851289113 ], [ -2.435192760795012, 55.904049891083226 ], [ -2.445917006903756, 55.897802924925074 ], [ -2.448561354411137, 55.893453593545757 ], [ -2.45977051108915, 55.892136367340548 ], [ -2.461128724330302, 55.890716157044231 ], [ -2.466841093481787, 55.889090807236641 ], [ -2.467651189275048, 55.88798707495264 ], [ -2.467054931476201, 55.887594001398071 ], [ -2.467621691521855, 55.886864067862888 ], [ -2.46685658852624, 55.885056504298106 ], [ -2.467517663135713, 55.88486081799963 ], [ -2.466832349103699, 55.884369247042144 ], [ -2.46977202671837, 55.88554856697386 ], [ -2.471307469160103, 55.885610083189107 ], [ -2.471475390015272, 55.886274326810302 ], [ -2.47285702942594, 55.886174683674732 ], [ -2.473098229355934, 55.886946462975388 ], [ -2.47373110970431, 55.887060832783739 ], [ -2.473934823679339, 55.886723112528138 ], [ -2.475336001587721, 55.887566786903967 ], [ -2.477050415192235, 55.887223217157384 ], [ -2.476768225833002, 55.887678051086418 ], [ -2.479409384473923, 55.887941831869128 ], [ -2.479645392916917, 55.888929257613214 ], [ -2.480342772660251, 55.889083774419746 ], [ -2.480882054942628, 55.888735747518901 ], [ -2.48116599769741, 55.889071573614395 ], [ -2.482299632803327, 55.888950331714568 ], [ -2.48329775050997, 55.89014590796593 ], [ -2.484585139588403, 55.890172293011524 ], [ -2.485296135235622, 55.891413907999763 ], [ -2.484503508404178, 55.891960620701404 ], [ -2.486683877789023, 55.892428220608096 ], [ -2.486525559230825, 55.893192567708347 ], [ -2.487119284043545, 55.893360933388877 ], [ -2.486923757328555, 55.893707627824114 ], [ -2.487949042304809, 55.894498735661159 ], [ -2.48729933852168, 55.894968527237936 ], [ -2.488351076866385, 55.895952703367129 ], [ -2.487617513521549, 55.896112848387588 ], [ -2.487493989495829, 55.896463750751934 ], [ -2.488685762543441, 55.896499456974304 ], [ -2.487773490809638, 55.897073619977036 ], [ -2.488599254836684, 55.897250043724505 ], [ -2.488880675084509, 55.898646085736473 ], [ -2.489720543546799, 55.898669701870951 ], [ -2.489781937317773, 55.899734173810614 ], [ -2.491368614995316, 55.900006383354132 ], [ -2.490542554431753, 55.90044544808724 ], [ -2.491477804953015, 55.901052693620493 ], [ -2.492172148401361, 55.900946592400018 ], [ -2.492189819135897, 55.901710242077776 ], [ -2.492938304846977, 55.90208910708224 ], [ -2.492535395729677, 55.902477072509186 ], [ -2.493264313452372, 55.902572988095983 ], [ -2.492719119778334, 55.903091805845079 ], [ -2.493582333790464, 55.90305690025793 ], [ -2.493143658569516, 55.903777453878696 ], [ -2.493354022385388, 55.903969787193518 ], [ -2.493694793394451, 55.903725827509611 ], [ -2.494398154310343, 55.904324995684632 ], [ -2.493761275268348, 55.904552175500697 ], [ -2.494605106343875, 55.904876738224729 ], [ -2.49468035034406, 55.905761452515186 ], [ -2.495708548472349, 55.906116713954184 ], [ -2.496514412091779, 55.905969707148472 ], [ -2.498123329318497, 55.907328918101072 ], [ -2.499998742066157, 55.907635788005791 ], [ -2.499781752547959, 55.908175765508105 ], [ -2.501501270907939, 55.908793225816751 ], [ -2.504717290818939, 55.911933795846565 ], [ -2.515176984531136, 55.909329761243228 ], [ -2.522012397286653, 55.909107790485422 ], [ -2.528965480015993, 55.910484256107303 ], [ -2.533731819716743, 55.911016259152696 ], [ -2.535916751961655, 55.914591762922697 ], [ -2.554399191753367, 55.911526917857358 ], [ -2.553783738466166, 55.909986969428523 ], [ -2.557929791857326, 55.908410256300606 ], [ -2.562677328990472, 55.90652965803325 ], [ -2.560944277707154, 55.905589652113093 ], [ -2.558355935486682, 55.90522854255854 ], [ -2.558312521011175, 55.904433569149951 ], [ -2.557692912355535, 55.904166828444886 ], [ -2.558530989219477, 55.903498140558995 ], [ -2.557848261625144, 55.903290089345809 ], [ -2.558414509360615, 55.902627126133403 ], [ -2.55766228286419, 55.902033035061322 ], [ -2.557074692121791, 55.902323214870364 ], [ -2.555400568825153, 55.901567056461502 ], [ -2.555198072348948, 55.900826709178659 ], [ -2.554347881504193, 55.900646348757462 ], [ -2.5548232699089, 55.900338717682999 ], [ -2.554523707660638, 55.900079503104145 ], [ -2.56016521207772, 55.898149143090137 ], [ -2.566445735549644, 55.897311752590838 ], [ -2.570016003691353, 55.892146867975981 ], [ -2.566545429496549, 55.888793516505139 ], [ -2.560489639576794, 55.88571692528599 ], [ -2.557115146882703, 55.885624427121336 ], [ -2.554756111215654, 55.884992655775378 ], [ -2.552605276091197, 55.884382367161344 ], [ -2.548652428948925, 55.882378427717448 ], [ -2.546268670897518, 55.879963081263341 ], [ -2.550055370679757, 55.878158197038744 ], [ -2.548419784174725, 55.877217578648384 ], [ -2.547657263144998, 55.877548927450555 ], [ -2.545176493779166, 55.877308362858273 ], [ -2.54277531687744, 55.876469894299646 ], [ -2.541839110537242, 55.875809129665321 ], [ -2.540447408720015, 55.873420744939459 ], [ -2.538804014533933, 55.872462063373099 ], [ -2.535549085770298, 55.872260633045897 ], [ -2.534014971276895, 55.871683275017091 ], [ -2.533425361805945, 55.871223104504168 ], [ -2.533459808113779, 55.870239096442248 ], [ -2.532710190564435, 55.869761646070131 ], [ -2.533247734762291, 55.868757488604537 ], [ -2.533954652494134, 55.868453424827869 ], [ -2.533640367213343, 55.867791694228039 ], [ -2.5340498203832, 55.867121432449593 ], [ -2.536663105964696, 55.865552957672058 ], [ -2.538284250788522, 55.863196292176589 ], [ -2.537477433253861, 55.861926641464272 ], [ -2.535567063486026, 55.861727418481429 ], [ -2.534504900089181, 55.860934167492779 ], [ -2.535344770636735, 55.860085923130022 ], [ -2.535928220681569, 55.859993532563173 ], [ -2.535965180631909, 55.859313204879605 ], [ -2.536845449733895, 55.859197952362734 ], [ -2.537679827496628, 55.858189782026173 ], [ -2.538541444049891, 55.858114132950909 ], [ -2.538648255620821, 55.857174729369198 ], [ -2.539174272848569, 55.857091559743466 ], [ -2.539293161641541, 55.856448608636839 ], [ -2.540465847614486, 55.855769584462266 ], [ -2.54032427837743, 55.85477735971746 ], [ -2.54135570455941, 55.85428314041225 ], [ -2.542680842349029, 55.852516233579358 ], [ -2.54363016900292, 55.852440161514174 ], [ -2.543426694408367, 55.852167016741561 ], [ -2.544347412102777, 55.851188068483395 ], [ -2.543211697794228, 55.849351154553382 ], [ -2.543113732087788, 55.848053247631093 ], [ -2.547040452764192, 55.845057301586984 ], [ -2.548317066898282, 55.84271999456903 ], [ -2.554876502009459, 55.839092058540338 ], [ -2.564345298171677, 55.842404899575499 ], [ -2.568548837781109, 55.845395539056128 ], [ -2.573022404974875, 55.846071122603689 ], [ -2.581334241521137, 55.845488523496293 ], [ -2.583154525008184, 55.842802353839119 ], [ -2.58391491906814, 55.842394417726823 ], [ -2.581890760596769, 55.839982530994533 ], [ -2.582660411210142, 55.838595184281459 ], [ -2.58324586515814, 55.835573419699017 ], [ -2.584288257291106, 55.834283603724437 ], [ -2.592155943044039, 55.829340108130104 ], [ -2.594173153024846, 55.828674465544935 ], [ -2.60386076798927, 55.828541918423113 ], [ -2.604866788976111, 55.828563929685203 ], [ -2.6045615265755, 55.829980585966993 ], [ -2.605502600134137, 55.831984128249218 ], [ -2.60990496977702, 55.833777366683165 ], [ -2.622846752056158, 55.834894048283125 ], [ -2.626057795983183, 55.833026810236341 ], [ -2.627068182883478, 55.833807860729173 ], [ -2.631329300637538, 55.835677428892268 ], [ -2.633160481232125, 55.835865688153035 ], [ -2.642416675064031, 55.833674735549607 ], [ -2.648419107836793, 55.83364323576987 ], [ -2.647611165545548, 55.834981784919613 ], [ -2.647967329006089, 55.835757122832234 ], [ -2.647700814528251, 55.837492656543915 ], [ -2.644677058738889, 55.839058476809235 ], [ -2.64321249171073, 55.840777810103347 ], [ -2.649252475638469, 55.843890869029849 ], [ -2.651501062562108, 55.843227558577915 ], [ -2.660483828564855, 55.842290125065631 ], [ -2.665443697804712, 55.845650786391268 ], [ -2.669260090430215, 55.846551057429139 ], [ -2.672510101434918, 55.845625834013319 ], [ -2.683881743624382, 55.840671625863912 ], [ -2.686966402840987, 55.839471990875886 ], [ -2.691125049772724, 55.841668026815448 ], [ -2.694806271866817, 55.840798190865456 ], [ -2.69605768374017, 55.840234035943794 ], [ -2.696058365743304, 55.83669837196954 ], [ -2.696787532142344, 55.836402225516231 ], [ -2.701895315426387, 55.836319272014762 ], [ -2.705228928053725, 55.837014523811561 ], [ -2.723618091077597, 55.834620981799198 ], [ -2.725748234332894, 55.834123230802035 ], [ -2.727853974618343, 55.832749531140422 ], [ -2.729366616013848, 55.832533910640308 ], [ -2.730112659519293, 55.831878057643394 ], [ -2.731744553601148, 55.831639236746867 ], [ -2.734104811158661, 55.830659262565874 ], [ -2.734546317654844, 55.830791404404323 ], [ -2.735071821280787, 55.830298571350916 ], [ -2.73552215612281, 55.830475582922489 ], [ -2.735858473446035, 55.8301096705246 ], [ -2.738833173318702, 55.82955272394954 ], [ -2.739916763608421, 55.828189443579134 ], [ -2.74031101700669, 55.828775601920597 ], [ -2.741263124761005, 55.828895659826124 ], [ -2.741359973924383, 55.829371291938934 ], [ -2.742052944877723, 55.829295231070702 ], [ -2.744131234517728, 55.830289016880201 ], [ -2.748469498219103, 55.830082987482648 ], [ -2.751453252975607, 55.831246348010765 ], [ -2.75526047044765, 55.832054159329275 ], [ -2.756840420844802, 55.834079597385816 ], [ -2.756494933445096, 55.835609208331668 ], [ -2.758732962223349, 55.836570317979962 ], [ -2.758279419087343, 55.838698116121826 ], [ -2.761167785694791, 55.838608394365735 ], [ -2.764632525961653, 55.839004717014056 ], [ -2.76763141937608, 55.838851259941691 ], [ -2.769963189223922, 55.838472784588724 ], [ -2.771601642452585, 55.837757177887838 ], [ -2.77397545165329, 55.837490677579041 ], [ -2.774487606624941, 55.838354527336683 ], [ -2.774310062121476, 55.839865161465717 ], [ -2.774998312612293, 55.842354223875766 ], [ -2.777193037347185, 55.844303645646818 ], [ -2.78616547330401, 55.835867908683809 ], [ -2.793961414877522, 55.834905830646882 ], [ -2.794549158216379, 55.834367413552663 ], [ -2.802227086295294, 55.831575277045182 ], [ -2.807007028685115, 55.831735392109884 ], [ -2.812478031515322, 55.829739687449077 ], [ -2.818514950876608, 55.829861393198534 ], [ -2.824598117646127, 55.825377540179566 ], [ -2.827062813187237, 55.824556806951847 ], [ -2.828036174070184, 55.823791000771138 ], [ -2.831193757893698, 55.822911604862142 ], [ -2.832797107942562, 55.821009354221808 ], [ -2.835552059571957, 55.820348217938495 ], [ -2.837386079653039, 55.819540544143564 ], [ -2.840282059779552, 55.817656339850679 ], [ -2.84308740696153, 55.817866263172121 ], [ -2.843583239165236, 55.817548377050436 ], [ -2.843909859430151, 55.817892070137781 ], [ -2.844305275397351, 55.817359222873009 ], [ -2.84623823207162, 55.818918364261293 ], [ -2.847202703045749, 55.820704291416583 ], [ -2.846648297775337, 55.821265198341948 ], [ -2.846704828642253, 55.822765354248759 ], [ -2.847818879361601, 55.823350708648199 ], [ -2.848451174474466, 55.82306780363237 ], [ -2.848939181781002, 55.823855142177052 ], [ -2.850679304344905, 55.824966280068431 ], [ -2.850301664402709, 55.825215987408711 ], [ -2.850565315383317, 55.82595994397898 ], [ -2.85261374181488, 55.827293554465875 ], [ -2.854328513013922, 55.827600632658239 ], [ -2.854096585881559, 55.8279436848741 ], [ -2.854870492596565, 55.828657131757154 ], [ -2.856453685080932, 55.828421484482192 ], [ -2.857737713374522, 55.82909991151945 ], [ -2.857548210035421, 55.829918895179603 ], [ -2.859134382926915, 55.830106400408809 ], [ -2.860157905811091, 55.830550308461632 ], [ -2.859692885876932, 55.83132539692977 ], [ -2.857940925447535, 55.83245629967638 ], [ -2.855364477487487, 55.833634245831561 ], [ -2.863536623778594, 55.837422848121989 ], [ -2.862552658575787, 55.837477374149422 ], [ -2.862736766778271, 55.83785975490035 ], [ -2.863500775907066, 55.838038592289983 ], [ -2.862621245198383, 55.838699791237758 ], [ -2.862182292330005, 55.839861072503915 ], [ -2.865173696617009, 55.839958674489743 ], [ -2.868920630489414, 55.838562904293475 ], [ -2.873602919586356, 55.843928104577842 ], [ -2.877520423592399, 55.842940591752132 ], [ -2.877743824300683, 55.843570664247714 ], [ -2.879444185534682, 55.844330356826333 ], [ -2.880204715527704, 55.845052726400887 ], [ -2.880046229754532, 55.84623722367995 ], [ -2.880574996638289, 55.846384392797567 ], [ -2.880547066660079, 55.847479900036845 ], [ -2.882061157686094, 55.847832957638396 ], [ -2.88466608783409, 55.847762137923667 ], [ -2.886679354256754, 55.847098905079442 ], [ -2.889367396234486, 55.847243033771434 ], [ -2.890630381412922, 55.847647220474244 ], [ -2.891250207806825, 55.847583428564143 ], [ -2.890751357202485, 55.847210557428362 ], [ -2.891185455053115, 55.847196631117839 ], [ -2.89185894440003, 55.847942023153315 ], [ -2.892662786858164, 55.847753791293741 ], [ -2.894069542836881, 55.848156899553601 ], [ -2.89390956242292, 55.848493213954114 ], [ -2.89575936786878, 55.848644189966308 ], [ -2.895598143065301, 55.849134164349309 ], [ -2.896447371722617, 55.848905143536903 ], [ -2.898539804339538, 55.850571029264508 ], [ -2.898278350351182, 55.850869453605526 ], [ -2.899039227675731, 55.850756072030222 ], [ -2.898753633483416, 55.852222763236675 ], [ -2.89805430492095, 55.85244351726115 ], [ -2.89830947488164, 55.853118247568339 ], [ -2.899055030327252, 55.853515343100327 ], [ -2.900161053821587, 55.853335636518786 ], [ -2.900443928018316, 55.853825062554257 ], [ -2.899918256541376, 55.854164958988683 ], [ -2.900864787332947, 55.85434043355778 ], [ -2.901881386183431, 55.855195574602952 ], [ -2.901037158367115, 55.857922508576614 ], [ -2.900602323897622, 55.85839292757791 ], [ -2.899224795558406, 55.858098401398642 ], [ -2.897102456522663, 55.858758139608547 ], [ -2.895278757897147, 55.858860377345103 ], [ -2.894501865694065, 55.859326973137108 ], [ -2.895019612809742, 55.859123734622237 ], [ -2.895744251867503, 55.85985795064277 ], [ -2.897484132625483, 55.860137293924794 ], [ -2.897732001448353, 55.859939606357472 ], [ -2.900853357773991, 55.860403795751388 ], [ -2.901693928481269, 55.859998691617129 ], [ -2.903335686967785, 55.860247222858476 ], [ -2.904544959315301, 55.859621947484499 ], [ -2.906024507140765, 55.859833897017033 ], [ -2.906530126131721, 55.859318010772661 ], [ -2.908221332323587, 55.859357653567962 ], [ -2.908477062330961, 55.858814850482865 ], [ -2.911038806561449, 55.858507480666198 ], [ -2.913538321522015, 55.856571482925233 ], [ -2.917779336712942, 55.859469132135366 ], [ -2.917787777031807, 55.860098040825555 ], [ -2.919149989091575, 55.861087937314785 ], [ -2.918995800163571, 55.862068487573517 ], [ -2.923735324723203, 55.86263411537977 ], [ -2.926201723272887, 55.861067405321904 ], [ -2.928092856371669, 55.860709916366872 ], [ -2.931435503131934, 55.861390005691028 ], [ -2.937154863916446, 55.863494968723714 ], [ -2.937417172532478, 55.865562290065093 ], [ -2.936340260232449, 55.866627162679627 ], [ -2.935825987183592, 55.867302277902553 ], [ -2.93610952947641, 55.868128567305725 ], [ -2.935737301593154, 55.868863701397096 ], [ -2.936972243167805, 55.870774466009991 ], [ -2.936250118161349, 55.871978602416348 ], [ -2.937699410011058, 55.873494171907588 ], [ -2.937635724443949, 55.875294414131659 ], [ -2.941486373798575, 55.876433106721393 ], [ -2.940660747239663, 55.878312856172094 ], [ -2.944012106925287, 55.879016802885047 ], [ -2.945907581221204, 55.879991531997476 ], [ -2.947543520166582, 55.880282651553607 ], [ -2.948335070145288, 55.880884860440602 ], [ -2.949111418195196, 55.884792875385173 ], [ -2.947125110255725, 55.889027671779012 ], [ -2.947517518950023, 55.889646434221028 ], [ -2.94983541476826, 55.890216208727175 ], [ -2.949877703160693, 55.891750570792574 ], [ -2.955369168584196, 55.893663274399032 ], [ -2.959501801172339, 55.894340072393504 ], [ -2.96220003543158, 55.89539814651102 ], [ -2.961218383833764, 55.896376227631279 ], [ -2.955596771931494, 55.899538787601976 ], [ -2.957809472060802, 55.900613305273026 ], [ -2.966994135071344, 55.902659341030002 ], [ -2.966943129555857, 55.906265539443943 ], [ -2.966066871199021, 55.907499808350103 ], [ -2.965854638701823, 55.909515075870345 ], [ -2.965968008835881, 55.910728996811912 ], [ -2.966794308889332, 55.911790861742794 ], [ -2.968878888910258, 55.912498690503732 ], [ -2.973996139101204, 55.912859062831643 ], [ -2.984238180707542, 55.912413717432841 ], [ -2.988809805057283, 55.912828152596845 ], [ -3.003275704985127, 55.908933708488689 ], [ -3.006121078632981, 55.907619299418933 ], [ -3.007490778811554, 55.906525367102219 ], [ -3.009591045265635, 55.901663270213746 ], [ -3.011466978165972, 55.901289357441435 ], [ -3.017740823371355, 55.901638400318355 ], [ -3.018230211099637, 55.902125852305169 ], [ -3.024534198708919, 55.903913754040062 ], [ -3.030169539693833, 55.906100490086402 ], [ -3.034447478149104, 55.908409800439358 ], [ -3.041510392448806, 55.909976609468217 ], [ -3.04627935136422, 55.910398924502999 ], [ -3.046362213624127, 55.910149325749451 ], [ -3.053375386689172, 55.910501057956012 ], [ -3.055097684825011, 55.911066766908625 ], [ -3.055677934531274, 55.911697059382362 ], [ -3.059991365492163, 55.915228095210551 ], [ -3.063841348290519, 55.917232777184907 ], [ -3.071308008779158, 55.919760327720837 ], [ -3.072656090109522, 55.918919242145101 ], [ -3.073401384027576, 55.919311698969707 ], [ -3.075921489340036, 55.919020145160268 ], [ -3.078259642308607, 55.919553194368582 ], [ -3.079211457567788, 55.920407453829782 ], [ -3.079048190123818, 55.922881662329154 ], [ -3.080411580712401, 55.925525787903595 ], [ -3.082784881627374, 55.926786260395978 ], [ -3.08421640891189, 55.928532105613222 ], [ -3.084684018919924, 55.930145356635428 ], [ -3.086664299893393, 55.930101843234446 ], [ -3.088573075245354, 55.931389665081625 ], [ -3.089280200893739, 55.931833580962561 ], [ -3.07962062451327, 55.934086799752038 ], [ -3.081436795168053, 55.93630373124455 ], [ -3.080808209832324, 55.936840283480016 ], [ -3.083974968290695, 55.93862750030079 ], [ -3.082143145317572, 55.939647271698668 ], [ -3.081470266129311, 55.941468223866416 ], [ -3.082209967874296, 55.942559738486096 ], [ -3.081912271518308, 55.943826593174805 ], [ -3.082390868745846, 55.944739793790021 ], [ -3.080306034857436, 55.944735630818478 ], [ -3.079286358244852, 55.945090504608245 ], [ -3.07767655493883, 55.946797437390508 ], [ -3.073333566342975, 55.945683431473924 ], [ -3.070694733070199, 55.945333502896212 ], [ -3.068035642324208, 55.94552550957588 ], [ -3.068052919036848, 55.946269345784046 ], [ -3.067672016404605, 55.945112640399685 ], [ -3.066696335775353, 55.945033934800136 ], [ -3.067004498345224, 55.946108608020481 ], [ -3.068389041152612, 55.946613265261071 ], [ -3.067174653889766, 55.94635692649851 ], [ -3.066318861292321, 55.945281603909415 ], [ -3.065555921961695, 55.945369971961959 ], [ -3.056180469795741, 55.948233463918669 ], [ -3.052821096640895, 55.948888495184029 ], [ -3.049564750657906, 55.949094189456964 ], [ -3.050440500195744, 55.945465756845152 ], [ -3.050578872099818, 55.945268582795777 ], [ -3.052186726753856, 55.943743529133357 ], [ -3.053070424559011, 55.943149236307953 ], [ -3.052692987475167, 55.942928727653609 ], [ -3.05140584149191, 55.943642372537703 ], [ -3.049632955379006, 55.945164329492457 ], [ -3.04893214202925, 55.947077881519725 ], [ -3.04887742488968, 55.949732609101289 ], [ -3.0480678894015, 55.951716266707223 ], [ -3.046488376633655, 55.952766597607031 ], [ -3.042945155323573, 55.953692477029911 ], [ -3.038463924563556, 55.954284722145303 ], [ -3.034532126919304, 55.954165049127823 ], [ -3.021025093258923, 55.951381768462582 ], [ -3.010328154774323, 55.952818642936407 ], [ -3.007366631083447, 55.953913936530732 ], [ -3.006630113905606, 55.954908335012632 ], [ -3.00467485951991, 55.956031278018898 ], [ -2.999748980812827, 55.955871873512862 ], [ -2.99722058307002, 55.956142153499648 ], [ -2.995505463526858, 55.957023998009035 ], [ -2.990668280640452, 55.95776922574985 ], [ -2.988968181967154, 55.958808997479075 ], [ -2.984484016914349, 55.959844963863262 ], [ -2.983490330907458, 55.960642700951531 ], [ -2.980944912187084, 55.961776260944852 ], [ -2.977753799828295, 55.964371396686282 ], [ -2.977090244047316, 55.966963503483257 ], [ -2.971336980866017, 55.970277804961782 ], [ -2.969854265542113, 55.970314641426356 ], [ -2.969477774210977, 55.970123523497683 ], [ -2.969791344796998, 55.969785009703699 ], [ -2.969122357994096, 55.969942122415056 ], [ -2.968710206289673, 55.96973421071219 ], [ -2.966986025626317, 55.970366832263259 ], [ -2.967495269968222, 55.969907285711436 ], [ -2.967082115320496, 55.969401966369027 ], [ -2.965778667013375, 55.969494852259324 ], [ -2.965074774391271, 55.970245239519564 ], [ -2.965473230005347, 55.9706114100645 ], [ -2.966618296875922, 55.97046226471997 ], [ -2.964767204840316, 55.970890987808765 ], [ -2.962697935085013, 55.970923343402312 ], [ -2.962368335394093, 55.971522534539048 ], [ -2.959581915601001, 55.971582898867197 ], [ -2.959574904998519, 55.971882160252562 ], [ -2.958740308268283, 55.971889554470401 ], [ -2.956138473384572, 55.973198243844578 ], [ -2.957286776265939, 55.972591814686638 ], [ -2.956495472941133, 55.972211595856855 ], [ -2.955020981328817, 55.972130483764502 ], [ -2.955071174708176, 55.97286687983955 ], [ -2.954925939697376, 55.972239940973509 ], [ -2.953744933730068, 55.972364995390166 ], [ -2.953262296924113, 55.97287189977866 ], [ -2.954126611452644, 55.973224618466723 ], [ -2.955304910894379, 55.973053757061869 ], [ -2.955694547287576, 55.973324784209382 ], [ -2.953856038084492, 55.973298594418871 ], [ -2.952498852087488, 55.972776270193279 ], [ -2.949204784376566, 55.973310246759404 ], [ -2.948977960156407, 55.97301188867695 ], [ -2.947699135565308, 55.972807882216578 ], [ -2.937298356341583, 55.972267448501427 ], [ -2.921462473171461, 55.973522596107102 ], [ -2.915286054665179, 55.97524165614 ], [ -2.911222071522699, 55.977272761105183 ], [ -2.907435322460604, 55.979732076511084 ], [ -2.904664674972315, 55.980907931451021 ], [ -2.900886027339326, 55.98112968725988 ], [ -2.898512653413574, 55.982586427766854 ], [ -2.897338718279365, 55.984075726724626 ], [ -2.897285249020535, 55.986057332942117 ], [ -2.898293958623328, 55.987185703705002 ], [ -2.8993654625021, 55.987564250032136 ], [ -2.899674945494678, 55.988397606701248 ], [ -2.894809110106597, 55.990230944006335 ], [ -2.893243141310598, 55.989890984093506 ], [ -2.892476666982299, 55.99001963174117 ], [ -2.888656788145496, 55.991979024391377 ], [ -2.885923027843481, 55.995320488803614 ], [ -2.884894216171246, 55.998146498532734 ], [ -2.885166416002413, 56.002127629645074 ], [ -2.886292479302264, 56.002985701107939 ], [ -2.887502010716112, 56.003075836096343 ], [ -2.889693507395288, 56.004656689404484 ], [ -2.890325223377973, 56.005837260757986 ], [ -2.890821124166148, 56.00599271465282 ], [ -2.889696640610899, 56.006118538482475 ], [ -2.889001593868985, 56.006927715949452 ], [ -2.889397435352695, 56.007962636985162 ], [ -2.889076179050321, 56.009057538392859 ], [ -2.889559013991497, 56.009550031727201 ], [ -2.890671768494693, 56.009676774802834 ], [ -2.890751855105711, 56.010229676542707 ], [ -2.89009993650832, 56.010196647049071 ], [ -2.884606077828587, 56.012410568703778 ], [ -2.881204633520352, 56.012291162933657 ], [ -2.878481099835216, 56.012641246488108 ], [ -2.875545366940368, 56.013822995269784 ], [ -2.874091412904935, 56.014003127793217 ], [ -2.870899616517334, 56.01258451040092 ], [ -2.869184261366157, 56.010980203798184 ], [ -2.86763536078198, 56.01071347449836 ], [ -2.863536068165725, 56.01143949074666 ], [ -2.862426256279303, 56.011299004879213 ], [ -2.861508829225206, 56.011514769671471 ], [ -2.858350093024284, 56.010977929373425 ], [ -2.856880074131524, 56.011590151291557 ], [ -2.851046821018114, 56.012980101859888 ], [ -2.849616902601013, 56.014550661872441 ], [ -2.847135139073612, 56.014827403688955 ], [ -2.84371504522909, 56.014665760719673 ], [ -2.842289345325916, 56.015046588749605 ], [ -2.843309548430667, 56.015637119682914 ], [ -2.843202058618163, 56.016740316467867 ], [ -2.842806182950562, 56.017123987489882 ], [ -2.841067409225528, 56.017497056693934 ], [ -2.842129558768294, 56.01758055638971 ], [ -2.843573052459556, 56.017128627356378 ], [ -2.843489060730096, 56.016366373909939 ], [ -2.844461829948512, 56.015589699925961 ], [ -2.843858190440189, 56.015124814255621 ], [ -2.84730524456769, 56.015490228167018 ], [ -2.849605177316198, 56.016062023857735 ], [ -2.850258651265237, 56.015725073869632 ], [ -2.852992288706322, 56.015812217942212 ], [ -2.854869754487899, 56.016279915593529 ], [ -2.858654915348296, 56.018354316804334 ], [ -2.859813301052387, 56.019300455578964 ], [ -2.859697108346334, 56.02020785492244 ], [ -2.860683328260467, 56.020478613117255 ], [ -2.864101845496336, 56.023128651523507 ], [ -2.866351034131505, 56.025342955310762 ], [ -2.8670512945124, 56.027020929328891 ], [ -2.866295144857161, 56.031729900602997 ], [ -2.865134170212383, 56.033847730561973 ], [ -2.865496994229753, 56.035072537751589 ], [ -2.866487876549793, 56.03546092142961 ], [ -2.866778763824058, 56.035980008287474 ], [ -2.86641836759255, 56.036083172418145 ], [ -2.867098649451901, 56.036360521446213 ], [ -2.866311563617669, 56.036903355429743 ], [ -2.866070999789584, 56.036624712459655 ], [ -2.86569601270004, 56.03672168737944 ], [ -2.865383264910203, 56.037161451809517 ], [ -2.865927469996229, 56.037596999515287 ], [ -2.864052141381977, 56.036990184736972 ], [ -2.862603240445966, 56.037150375233239 ], [ -2.862793956372098, 56.037425779536008 ], [ -2.861905836251861, 56.037184002326995 ], [ -2.859948829121457, 56.038529238625316 ], [ -2.858964702699474, 56.037867611507529 ], [ -2.857648723305191, 56.037582958926002 ], [ -2.855824418060843, 56.037897525671056 ], [ -2.85264135442688, 56.037880035124452 ], [ -2.849759250541243, 56.038411169565499 ], [ -2.847800763164603, 56.038320419982433 ], [ -2.84275929764195, 56.039416992450008 ], [ -2.838352799290912, 56.041236827161605 ], [ -2.836247363777399, 56.042594371916238 ], [ -2.834831576573129, 56.04415386904963 ], [ -2.833793716394038, 56.046866262109347 ], [ -2.834194664090502, 56.048112461776306 ], [ -2.833222942419568, 56.049357156432912 ], [ -2.832330907933407, 56.049683042460245 ], [ -2.832245682495012, 56.050347605965563 ], [ -2.831327695549961, 56.051035753456055 ], [ -2.831463018108241, 56.051579329970721 ], [ -2.828618409068012, 56.051973140586874 ], [ -2.828215917405243, 56.051547260850946 ], [ -2.827255181002173, 56.051593240362905 ], [ -2.825496691593582, 56.052024616182599 ], [ -2.823510150820249, 56.053057683761196 ], [ -2.822439988880096, 56.054074730199581 ], [ -2.822612271899866, 56.055454567712381 ], [ -2.819019836563226, 56.057855882042418 ], [ -2.817893786303867, 56.059203005446491 ], [ -2.817970027689173, 56.060604149725364 ], [ -2.816403916284746, 56.061195846806548 ], [ -2.81587614326168, 56.062363784483182 ], [ -2.813120837860706, 56.063306520672178 ], [ -2.812191981109456, 56.062515675148745 ], [ -2.808359443919278, 56.061795093379317 ], [ -2.806680368438507, 56.061754867792182 ], [ -2.799365801250514, 56.064732450718346 ], [ -2.791866505341098, 56.064082676231365 ], [ -2.788894747597876, 56.064684831372496 ], [ -2.788033166549896, 56.065357914805006 ], [ -2.786701561856078, 56.065666507087478 ] ] ], [ [ [ -2.748039050906089, 56.070229555881326 ], [ -2.748128473585501, 56.069538976306099 ], [ -2.749713190938913, 56.069917505001342 ], [ -2.749171796563526, 56.070410467992552 ], [ -2.748039050906089, 56.070229555881326 ] ] ], [ [ [ -2.780738817209541, 56.071345990378788 ], [ -2.781685226406278, 56.070803601491001 ], [ -2.782848724368068, 56.070749504742963 ], [ -2.782874303818547, 56.07098115261396 ], [ -2.783994533339014, 56.070694610905704 ], [ -2.783885402777732, 56.071095131758376 ], [ -2.785728206577415, 56.07087406452959 ], [ -2.785003118650011, 56.071396208696243 ], [ -2.783494670645367, 56.071155116364906 ], [ -2.78237935586173, 56.071367946216846 ], [ -2.782222020585566, 56.071134438008897 ], [ -2.781163464972362, 56.071532884232155 ], [ -2.780738817209541, 56.071345990378788 ] ] ], [ [ [ -2.784538165524628, 56.073890674832462 ], [ -2.785197548737331, 56.073689712322739 ], [ -2.78457709828171, 56.073751161591659 ], [ -2.784312888715583, 56.073160736959828 ], [ -2.782999234397578, 56.073576992423362 ], [ -2.783840681119685, 56.072769300533608 ], [ -2.783182272367559, 56.073017869568908 ], [ -2.782726944812969, 56.07258678829367 ], [ -2.783546519061725, 56.072206019135592 ], [ -2.783212272428598, 56.072041920447738 ], [ -2.785558923741741, 56.071475332941532 ], [ -2.785970207863575, 56.071872541841891 ], [ -2.785490217543714, 56.071888176729693 ], [ -2.786072995128698, 56.072108189775278 ], [ -2.785644546099611, 56.072130684854137 ], [ -2.785704792994229, 56.072565169940901 ], [ -2.786094683177427, 56.072621088825251 ], [ -2.78556381512767, 56.072663104211323 ], [ -2.786346676355205, 56.073004935175661 ], [ -2.785510660200084, 56.07376139585952 ], [ -2.784538165524628, 56.073890674832462 ] ] ], [ [ [ -2.718252483802313, 56.072603311094852 ], [ -2.718897988015077, 56.072330007347475 ], [ -2.720128568725125, 56.07233451286173 ], [ -2.722760132697515, 56.073122373310966 ], [ -2.72208740269587, 56.074430011381551 ], [ -2.718645352535651, 56.075068259655431 ], [ -2.71782178208248, 56.074753192616889 ], [ -2.71761780244391, 56.073632173137973 ], [ -2.718252483802313, 56.072603311094852 ] ] ], [ [ [ -2.639981333968433, 56.076904688034553 ], [ -2.639832793430287, 56.076666463206756 ], [ -2.640643132290688, 56.076704487728513 ], [ -2.640286001496104, 56.076288549022919 ], [ -2.640619105730632, 56.07622482537365 ], [ -2.640080313844966, 56.075994915336182 ], [ -2.6404848914898, 56.075688232317063 ], [ -2.64288624646694, 56.076629031099529 ], [ -2.643067438676741, 56.077283077369167 ], [ -2.642529582226974, 56.077690193769577 ], [ -2.642951717639443, 56.078341188481062 ], [ -2.638621490342333, 56.07929090028118 ], [ -2.637959347035768, 56.078695939045389 ], [ -2.638334025190632, 56.077647275642782 ], [ -2.639113680725487, 56.076995438273244 ], [ -2.639981333968433, 56.076904688034553 ] ] ] ] } }, +{ "type": "Feature", "properties": { "LAD13CD": "S12000011", "LAD13CDO": "00QN", "LAD13NM": "East Renfrewshire", "LAD13NMW": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -4.367467685358544, 55.817705054147559 ], [ -4.367630201778386, 55.816596428083493 ], [ -4.368335403536065, 55.81606514789523 ], [ -4.372189520488425, 55.815840738000709 ], [ -4.372596212107533, 55.814890969089255 ], [ -4.37406702829184, 55.814194779105939 ], [ -4.374361807836717, 55.812823839711456 ], [ -4.375627982293716, 55.812045299555088 ], [ -4.376067876801112, 55.810856698941102 ], [ -4.374657952839238, 55.809484544896698 ], [ -4.374625063941384, 55.80779187864453 ], [ -4.373872989184896, 55.807497225674716 ], [ -4.374284595478114, 55.807285252383757 ], [ -4.371757329908749, 55.806037106043448 ], [ -4.367796719453811, 55.803362306003741 ], [ -4.371071118313175, 55.803150882315201 ], [ -4.372058543699127, 55.802725580569586 ], [ -4.372331162482901, 55.802537866364226 ], [ -4.369819706697545, 55.802173777314927 ], [ -4.373788000239486, 55.799601282973107 ], [ -4.378090639111863, 55.799903680318472 ], [ -4.376611979542837, 55.798916659869207 ], [ -4.377307738300481, 55.798577844259157 ], [ -4.372782465617775, 55.795610339900733 ], [ -4.372073990526827, 55.794769276061359 ], [ -4.360228043136924, 55.794477862615182 ], [ -4.355853614609661, 55.795034555615111 ], [ -4.34370902395891, 55.79502859065925 ], [ -4.33346236427773, 55.792878680895825 ], [ -4.322703200052116, 55.800587228592505 ], [ -4.32323738341818, 55.80398256663085 ], [ -4.327274072149355, 55.807635192325122 ], [ -4.326243574912342, 55.80796387570313 ], [ -4.326251833499803, 55.808449953239275 ], [ -4.323882190231275, 55.80800045414577 ], [ -4.315056711196463, 55.808645135950776 ], [ -4.315243263963408, 55.80960959318196 ], [ -4.313221309089299, 55.809854376802981 ], [ -4.312007409614437, 55.81158756474148 ], [ -4.310027671104651, 55.810069023277443 ], [ -4.306709611679858, 55.809125617126462 ], [ -4.305672643363105, 55.809078563966352 ], [ -4.30554764752417, 55.810446130437661 ], [ -4.300822391917209, 55.810482539003566 ], [ -4.299542061122105, 55.810152384881192 ], [ -4.29852200891779, 55.809472226309438 ], [ -4.297350245619461, 55.809954297775043 ], [ -4.295077751862617, 55.812560014976881 ], [ -4.292638691282297, 55.8139401877769 ], [ -4.290292091254025, 55.812523445388237 ], [ -4.283051014389272, 55.811767474024997 ], [ -4.277522072880557, 55.809442493889854 ], [ -4.277033165182525, 55.809870372283427 ], [ -4.274609542448169, 55.809252860350959 ], [ -4.274473845629963, 55.809224813565457 ], [ -4.271972925224366, 55.808730911452777 ], [ -4.271662725474697, 55.809104235709448 ], [ -4.270856540910573, 55.809155082066553 ], [ -4.270454157576293, 55.808767961338404 ], [ -4.267801324829198, 55.809803765679639 ], [ -4.266462964314882, 55.810968070488983 ], [ -4.260696268282031, 55.81101853742426 ], [ -4.259933962490742, 55.810120320191395 ], [ -4.260943419263897, 55.80969372333751 ], [ -4.260604892338929, 55.809442906016812 ], [ -4.263037687567114, 55.807473010641047 ], [ -4.264153648619375, 55.807178339761137 ], [ -4.264853286271951, 55.807299364899634 ], [ -4.265593128919959, 55.806354620684239 ], [ -4.267097585740759, 55.806814006765904 ], [ -4.268089439973356, 55.805923017501762 ], [ -4.269647488500866, 55.802971503548626 ], [ -4.269257016606332, 55.802815139686039 ], [ -4.265607527130916, 55.804130835539951 ], [ -4.264434429276432, 55.80198375743764 ], [ -4.265796393263425, 55.800186311759397 ], [ -4.261469216754396, 55.799554193816292 ], [ -4.260319051447069, 55.797989049742434 ], [ -4.262565573375166, 55.795817663150068 ], [ -4.263149917915343, 55.793542938388121 ], [ -4.264857971033119, 55.793149273454262 ], [ -4.267352873194253, 55.793119446439817 ], [ -4.267854999654398, 55.792810895292241 ], [ -4.268259350073843, 55.79164403606984 ], [ -4.26464266665928, 55.787654648425352 ], [ -4.264982848831742, 55.787167543744928 ], [ -4.263273923827056, 55.786001886501573 ], [ -4.261554565706986, 55.785700103332161 ], [ -4.261004283454674, 55.786470577471079 ], [ -4.260187420071696, 55.786329221167463 ], [ -4.258728011747446, 55.787183809362539 ], [ -4.257432760091602, 55.786686332291232 ], [ -4.255587773624238, 55.787163297871253 ], [ -4.254405681266489, 55.78674639757498 ], [ -4.251671404080335, 55.786684185337322 ], [ -4.249477829883085, 55.785570360073145 ], [ -4.250754439720784, 55.784889994646939 ], [ -4.251245005569946, 55.781892649807794 ], [ -4.250684571136405, 55.780581747226982 ], [ -4.251733075049202, 55.779765341630934 ], [ -4.250426346868823, 55.779284181376781 ], [ -4.249082575431716, 55.779266544113455 ], [ -4.248954164122743, 55.778892316427608 ], [ -4.250529787479735, 55.778672032285343 ], [ -4.248199467515639, 55.777750329524487 ], [ -4.24908600571769, 55.776863211580412 ], [ -4.251428026583071, 55.776910194106861 ], [ -4.25277229360786, 55.777269322944534 ], [ -4.253925578986447, 55.776723298751605 ], [ -4.251816184154177, 55.775097481167244 ], [ -4.253399554406406, 55.773439905533152 ], [ -4.253411559739254, 55.772681135124969 ], [ -4.255670269136228, 55.771649256699995 ], [ -4.256799893906172, 55.771497293105526 ], [ -4.259548736807031, 55.772903654500837 ], [ -4.261192044659193, 55.77248066380551 ], [ -4.262369496598279, 55.77323641336131 ], [ -4.264736722000959, 55.773061581371543 ], [ -4.26561467949986, 55.773847986148951 ], [ -4.268690037866388, 55.773127053407379 ], [ -4.269540110774648, 55.773898666902738 ], [ -4.270323145243579, 55.773105873762823 ], [ -4.273458107108921, 55.771822891894004 ], [ -4.276242734008226, 55.771781217641987 ], [ -4.278622755355943, 55.77021639304057 ], [ -4.282265423642705, 55.769445045685707 ], [ -4.282571629181232, 55.769037609665737 ], [ -4.281311072976889, 55.765745486436238 ], [ -4.280240476499674, 55.765020288398809 ], [ -4.280584838370153, 55.764311062932869 ], [ -4.279137084705821, 55.763213578912691 ], [ -4.279848904628243, 55.761781222632813 ], [ -4.279610829161153, 55.761252674149844 ], [ -4.278215100819528, 55.760388791956665 ], [ -4.274336457153741, 55.759010961896394 ], [ -4.274962105063441, 55.757438225044844 ], [ -4.275944287108171, 55.756596763151748 ], [ -4.274739328244626, 55.756513928624017 ], [ -4.274328381270133, 55.756135070242074 ], [ -4.274129725847657, 55.755323570284951 ], [ -4.27499426416925, 55.754378239400843 ], [ -4.273601276670405, 55.75456850579819 ], [ -4.272930454320915, 55.754296912077848 ], [ -4.272140646928737, 55.753541285199361 ], [ -4.273067096205671, 55.75308464835728 ], [ -4.271559803908617, 55.752651468393154 ], [ -4.270169668016192, 55.753273948363677 ], [ -4.268743979003188, 55.753285011826648 ], [ -4.26691357643922, 55.753929067009317 ], [ -4.26733919642692, 55.754891873593991 ], [ -4.26621129393039, 55.755256914293824 ], [ -4.264582282685312, 55.754098796719639 ], [ -4.264739564697831, 55.753210617050769 ], [ -4.263375206240307, 55.752684825796045 ], [ -4.262707140995968, 55.750395407949078 ], [ -4.263043672925975, 55.750015322992674 ], [ -4.261925367919568, 55.75015905352975 ], [ -4.26199570687318, 55.74955738575882 ], [ -4.261400614997027, 55.749104583546654 ], [ -4.259680968039895, 55.74898973632429 ], [ -4.258295431196019, 55.750189001001395 ], [ -4.2575290246284, 55.750273193653896 ], [ -4.255598353655262, 55.74884997839834 ], [ -4.255163340646218, 55.746917544489605 ], [ -4.255750150094294, 55.744772212777839 ], [ -4.255331303656879, 55.744113025146184 ], [ -4.254026353257134, 55.743946445463877 ], [ -4.252634701117924, 55.744238012246882 ], [ -4.252079428952649, 55.744002834556881 ], [ -4.251301986237285, 55.742261811447861 ], [ -4.250261303449093, 55.741951938737429 ], [ -4.250318495622707, 55.741174362638887 ], [ -4.249543264805659, 55.740991737302103 ], [ -4.249557812047983, 55.740358744247146 ], [ -4.247912835109258, 55.738764808342147 ], [ -4.24721405841903, 55.738608630818995 ], [ -4.246643926776784, 55.738944413312929 ], [ -4.246542373044075, 55.737870456703412 ], [ -4.245263260958581, 55.737428293264216 ], [ -4.245455428568786, 55.737140771757453 ], [ -4.247308787840028, 55.736875887056833 ], [ -4.247262276368538, 55.736537905972781 ], [ -4.243469583003448, 55.73590262826486 ], [ -4.243242657149758, 55.735473572280483 ], [ -4.242314286708357, 55.735506705758169 ], [ -4.24082906574261, 55.733773150138241 ], [ -4.237285204792213, 55.733749691256165 ], [ -4.235829242573182, 55.733051811584126 ], [ -4.233093791408654, 55.733460192159882 ], [ -4.232655740229891, 55.732818356678933 ], [ -4.233022437630078, 55.731625329925038 ], [ -4.234025316613142, 55.731085808870688 ], [ -4.232169630037705, 55.731222913896772 ], [ -4.231541628567687, 55.73043353645587 ], [ -4.22978315218467, 55.729593688414447 ], [ -4.224059693608892, 55.729213061764511 ], [ -4.224166669070145, 55.72860176808976 ], [ -4.223232766888372, 55.727722622585759 ], [ -4.221673502599773, 55.723347845119072 ], [ -4.221812013324071, 55.721833632110098 ], [ -4.223084186891515, 55.720990938187164 ], [ -4.222573697525975, 55.718900686885995 ], [ -4.222119244127349, 55.718608728775344 ], [ -4.22230057528673, 55.717680626582016 ], [ -4.221539597743214, 55.716028105432855 ], [ -4.220922507253393, 55.715843341829022 ], [ -4.219889313778308, 55.71609750283281 ], [ -4.218758540406782, 55.714631402874865 ], [ -4.21963441596222, 55.712839627717301 ], [ -4.219514759297097, 55.710646129689891 ], [ -4.223398293078119, 55.707047329481668 ], [ -4.224096570012244, 55.705638009613558 ], [ -4.224160405312104, 55.703820462725524 ], [ -4.226151931500723, 55.699937671281141 ], [ -4.225370811039204, 55.698235206401563 ], [ -4.223794313057891, 55.696816778615521 ], [ -4.221616831802002, 55.691535560360713 ], [ -4.226059393109312, 55.688794727259996 ], [ -4.245007480336632, 55.681560517893374 ], [ -4.245017466595616, 55.680347001383261 ], [ -4.246907705285233, 55.679052332102906 ], [ -4.248157556638853, 55.678518938951846 ], [ -4.248667092460867, 55.678666886222999 ], [ -4.248645662271289, 55.678154981821116 ], [ -4.249449571341467, 55.678027900542688 ], [ -4.249715914919877, 55.676710817152127 ], [ -4.250020521840764, 55.677168096871043 ], [ -4.251474663285188, 55.677285225241668 ], [ -4.256832105764419, 55.675856622624657 ], [ -4.257604612321556, 55.67656592010195 ], [ -4.259230063050068, 55.676895509033564 ], [ -4.260378180438921, 55.677773132996812 ], [ -4.25971521004247, 55.679102041735959 ], [ -4.260734730801068, 55.679541633997189 ], [ -4.260975154054597, 55.68040002275648 ], [ -4.261798687010524, 55.680888156215751 ], [ -4.262505286789827, 55.68279400253293 ], [ -4.267824576644637, 55.685783085246165 ], [ -4.271470040230531, 55.684587701688137 ], [ -4.273316529104638, 55.682906957566708 ], [ -4.28196561842654, 55.678645309054055 ], [ -4.29589546032895, 55.684002806874432 ], [ -4.324595494483326, 55.688172082747144 ], [ -4.326800958507363, 55.690345785107361 ], [ -4.328914994143036, 55.691914505871111 ], [ -4.329677703082407, 55.692030352740467 ], [ -4.332573910920095, 55.694438006346033 ], [ -4.333415272395099, 55.700277589332636 ], [ -4.347444337093545, 55.698679859001111 ], [ -4.353209253855753, 55.697419008651863 ], [ -4.360683474313859, 55.705508382589784 ], [ -4.359586100552852, 55.706315924041832 ], [ -4.361849069172561, 55.707678106567727 ], [ -4.362579980868192, 55.707655951021167 ], [ -4.364022852683942, 55.70874716338114 ], [ -4.366225447452019, 55.708053099685053 ], [ -4.367801530149973, 55.707923839365193 ], [ -4.36870660424105, 55.708149050192084 ], [ -4.369579891637945, 55.708900660866085 ], [ -4.370032846733727, 55.708757097146645 ], [ -4.370475144543448, 55.709094590858072 ], [ -4.370150283747982, 55.709644632783338 ], [ -4.370758380857216, 55.709565480029369 ], [ -4.370654228972532, 55.710079802574185 ], [ -4.371607676313825, 55.710182721534309 ], [ -4.371835280611146, 55.710654683218642 ], [ -4.374242863713146, 55.710059875391266 ], [ -4.375499373263454, 55.711352295501818 ], [ -4.376103493378154, 55.713304463723205 ], [ -4.375775450531306, 55.714456772831205 ], [ -4.374483246027332, 55.715856926047209 ], [ -4.374795837724237, 55.71654744253447 ], [ -4.377288966627699, 55.716962064691778 ], [ -4.377946082841653, 55.717425697304073 ], [ -4.377624848221902, 55.717903785177327 ], [ -4.378046697011013, 55.718425901316543 ], [ -4.381711498504228, 55.71977494698006 ], [ -4.383364332838254, 55.720741428434188 ], [ -4.383311933466982, 55.721240376936017 ], [ -4.384249139372702, 55.721620344221193 ], [ -4.384508996251009, 55.722983260142435 ], [ -4.387344971737219, 55.721779486550886 ], [ -4.388494187662761, 55.720780144132263 ], [ -4.389911432373199, 55.720728294766126 ], [ -4.391282149277882, 55.719212299667298 ], [ -4.396781580395851, 55.717359590148988 ], [ -4.40063987308635, 55.713601824686158 ], [ -4.415868547571759, 55.722498686982107 ], [ -4.415152961510183, 55.723082606007218 ], [ -4.415549089839552, 55.723926875145089 ], [ -4.41816883193037, 55.726219374367211 ], [ -4.420295635819222, 55.727284788486195 ], [ -4.419933882700451, 55.727641552875603 ], [ -4.421458268838711, 55.728030338535746 ], [ -4.433831937222623, 55.731841974114438 ], [ -4.436083146925657, 55.733971535944548 ], [ -4.43903515244999, 55.735048121976178 ], [ -4.440737716649013, 55.733817980701808 ], [ -4.458567697949706, 55.736706955904253 ], [ -4.460452862182823, 55.735754206696797 ], [ -4.462194218494893, 55.733379696798572 ], [ -4.46858027863723, 55.732521632939616 ], [ -4.469278067507894, 55.734616214896327 ], [ -4.473200749592626, 55.734980378727556 ], [ -4.473021346119463, 55.735669786529833 ], [ -4.472003287742428, 55.737456453655867 ], [ -4.470218108637614, 55.738475680507896 ], [ -4.468133830093411, 55.738998457055779 ], [ -4.465774607161861, 55.740391374778838 ], [ -4.464007309425364, 55.74344235770517 ], [ -4.461374147666175, 55.745122008998784 ], [ -4.460940271498457, 55.744760395375664 ], [ -4.460233184804027, 55.744766474068776 ], [ -4.45789556848402, 55.745575473296356 ], [ -4.457367657642092, 55.746150489559334 ], [ -4.458638819585325, 55.746878247539343 ], [ -4.459658867502186, 55.748046045682749 ], [ -4.458795658087495, 55.748889335945258 ], [ -4.459612905037043, 55.750024343767585 ], [ -4.458397277701797, 55.750864801176043 ], [ -4.459344826081165, 55.751436346527207 ], [ -4.461690173674029, 55.749809253221493 ], [ -4.477121529433106, 55.748383538957043 ], [ -4.477587763940191, 55.74930260696155 ], [ -4.476723474892791, 55.7506008477013 ], [ -4.479728532101115, 55.750843107687494 ], [ -4.483039406431492, 55.749728194889805 ], [ -4.483891600313701, 55.750022850043628 ], [ -4.484508179114483, 55.74964456048022 ], [ -4.485799921097758, 55.749684034203824 ], [ -4.486197899486243, 55.749952812825249 ], [ -4.486029901109438, 55.750944010725298 ], [ -4.487168795369018, 55.751861111025285 ], [ -4.490245865955166, 55.752655326990187 ], [ -4.489694574500751, 55.753907767541612 ], [ -4.490371085452034, 55.754619395247971 ], [ -4.489714609536377, 55.755072225369659 ], [ -4.489756073834284, 55.755947729129907 ], [ -4.492700414751519, 55.756829066411413 ], [ -4.491781683683551, 55.75816806826262 ], [ -4.492259802964639, 55.759066170500901 ], [ -4.491217941910112, 55.760475076440969 ], [ -4.49169656465633, 55.761805500299708 ], [ -4.493455170589875, 55.762584138935381 ], [ -4.49404209118181, 55.762488633223114 ], [ -4.49561320726169, 55.763001403922004 ], [ -4.499714994270709, 55.763001587055967 ], [ -4.501302214110979, 55.76324161678783 ], [ -4.501815776211574, 55.763618547647624 ], [ -4.503953060541144, 55.76378442143232 ], [ -4.507095286360697, 55.763090254520208 ], [ -4.512070680153132, 55.757737695571244 ], [ -4.517248178726044, 55.757223625110512 ], [ -4.519217624539429, 55.755977924219373 ], [ -4.523777132297381, 55.750245995041503 ], [ -4.524859782816669, 55.749490300458312 ], [ -4.526596044475518, 55.749108543513834 ], [ -4.527947320877067, 55.748047984778125 ], [ -4.529924882775516, 55.744577340341195 ], [ -4.53094785553851, 55.74455266500879 ], [ -4.531406853507335, 55.745833019742406 ], [ -4.533001721101527, 55.746886813934026 ], [ -4.533381669727429, 55.748224519670039 ], [ -4.534683165584327, 55.7497894856823 ], [ -4.537250544926936, 55.750820454409272 ], [ -4.540261459662142, 55.751293013364347 ], [ -4.537741207727775, 55.754423601285652 ], [ -4.537360677129213, 55.756171592301953 ], [ -4.541333174111094, 55.757355006298653 ], [ -4.541774472149662, 55.759898544261794 ], [ -4.5401414963553, 55.762020301893102 ], [ -4.540787884476639, 55.76242398802259 ], [ -4.541404491170511, 55.763839467250783 ], [ -4.542617360080371, 55.764838130310473 ], [ -4.547481065687333, 55.765394397867645 ], [ -4.549405816212353, 55.76642676664401 ], [ -4.550952872083323, 55.766386558263569 ], [ -4.54875243205427, 55.769337249055063 ], [ -4.547867331527143, 55.772021533339249 ], [ -4.546998711342339, 55.772687600586927 ], [ -4.5467977202626, 55.775008044746109 ], [ -4.541951289002016, 55.778530249830183 ], [ -4.537540960236653, 55.778593560060486 ], [ -4.532972920964956, 55.777947196885322 ], [ -4.531163422077962, 55.777366101476382 ], [ -4.53227538553154, 55.776758052762702 ], [ -4.521975451783905, 55.774420872085024 ], [ -4.517194124682936, 55.779455249566496 ], [ -4.517306666638336, 55.78117508023572 ], [ -4.516735131831082, 55.78143845833339 ], [ -4.516024517690069, 55.783106838126699 ], [ -4.514330178853286, 55.784460987477885 ], [ -4.510664475427281, 55.785894059172158 ], [ -4.50642518286358, 55.785976116288651 ], [ -4.505876517647788, 55.786473566312921 ], [ -4.503960161131645, 55.786811939769194 ], [ -4.503128448583706, 55.787671974038211 ], [ -4.502140290599598, 55.787784678448325 ], [ -4.501523193833877, 55.788335632715324 ], [ -4.499624640543302, 55.788854236027433 ], [ -4.499504017279056, 55.789187453028205 ], [ -4.498284170839743, 55.78964369101007 ], [ -4.497975873719522, 55.790235085873093 ], [ -4.495784184124495, 55.790737116659621 ], [ -4.495025742679212, 55.791624366477734 ], [ -4.496748909533422, 55.792873768478039 ], [ -4.496747550599026, 55.793525434742918 ], [ -4.49728250890166, 55.793508272528577 ], [ -4.497659912832267, 55.79387091273955 ], [ -4.498049608797028, 55.793528633220319 ], [ -4.499320439040699, 55.793716709619176 ], [ -4.501116535635956, 55.792989877153936 ], [ -4.50181971658189, 55.793456427733354 ], [ -4.501365413642688, 55.794034624921025 ], [ -4.502120756692515, 55.794368885435318 ], [ -4.500766062778555, 55.795112815582726 ], [ -4.498744381331151, 55.797848579541728 ], [ -4.496266804011951, 55.799000874101182 ], [ -4.496618818796645, 55.799464700290748 ], [ -4.495159734022537, 55.801449246738237 ], [ -4.489559124829436, 55.79923131666623 ], [ -4.485857278434183, 55.798280712186774 ], [ -4.485525537009024, 55.797782291833499 ], [ -4.480537872847721, 55.798260567609027 ], [ -4.475659782961936, 55.797752239573875 ], [ -4.47273000852177, 55.797797743277798 ], [ -4.468743301585284, 55.802923782132602 ], [ -4.465820807110972, 55.804730624215821 ], [ -4.459154071591142, 55.802136336195922 ], [ -4.458659270398795, 55.801830756630849 ], [ -4.459034519793922, 55.801531138509063 ], [ -4.458386166511654, 55.801219642187526 ], [ -4.457204193950963, 55.801733126629628 ], [ -4.455356339162406, 55.801885104643596 ], [ -4.453231402556474, 55.802477605110397 ], [ -4.445110948763437, 55.803144554238258 ], [ -4.442641629222392, 55.80389831302589 ], [ -4.441271484929682, 55.804673335204718 ], [ -4.441076147279372, 55.805147285716593 ], [ -4.439830822593366, 55.805163924097961 ], [ -4.437815007372341, 55.80579802797304 ], [ -4.437198228500008, 55.806883421879185 ], [ -4.436120059851453, 55.807430591663099 ], [ -4.43478689258752, 55.80826502479411 ], [ -4.420487860636696, 55.808023450019412 ], [ -4.419069710182045, 55.808291346476373 ], [ -4.417254105553351, 55.808043947467567 ], [ -4.416602284366476, 55.808522338164252 ], [ -4.415036265056171, 55.808619628300384 ], [ -4.414915638297034, 55.80888804013285 ], [ -4.412419355936912, 55.809556325590158 ], [ -4.41194009711521, 55.810013327843528 ], [ -4.4077029854782, 55.811104838317107 ], [ -4.407806882242225, 55.812941722705681 ], [ -4.405372633551452, 55.813767730741908 ], [ -4.404155936503777, 55.812700406342451 ], [ -4.400571677716576, 55.810949516806787 ], [ -4.396619267371552, 55.813510884801275 ], [ -4.394752346011322, 55.816612123835142 ], [ -4.393487659816983, 55.816345548714636 ], [ -4.381428599425494, 55.823152535465354 ], [ -4.372951443827542, 55.818889968710259 ], [ -4.370053294512823, 55.818484803942063 ], [ -4.367467685358544, 55.817705054147559 ] ] ] } }, +{ "type": "Feature", "properties": { "LAD13CD": "S12000013", "LAD13CDO": "00RJ", "LAD13NM": "Eilean Siar", "LAD13NMW": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -7.649744911231871, 56.784137261461744 ], [ -7.649838054404825, 56.783830592573182 ], [ -7.65090119444729, 56.783888499730672 ], [ -7.649744911231871, 56.784137261461744 ] ] ], [ [ [ -7.640492320514249, 56.789448445078335 ], [ -7.640163648130337, 56.789062804441933 ], [ -7.636421377502815, 56.789588003010138 ], [ -7.632611507252498, 56.789391567092466 ], [ -7.631327806090967, 56.789143664873833 ], [ -7.62823670909766, 56.787672414770455 ], [ -7.628213017515647, 56.788060528706019 ], [ -7.626033135158609, 56.788069149992985 ], [ -7.625442565675712, 56.787740326580121 ], [ -7.624369349381109, 56.788292919332861 ], [ -7.621571117541578, 56.787568845620207 ], [ -7.620518450881299, 56.787985460988153 ], [ -7.618098445352156, 56.787923786279457 ], [ -7.616955452886261, 56.78762887874322 ], [ -7.614146846592516, 56.785028426862489 ], [ -7.613474879742676, 56.784757230216997 ], [ -7.612386924909065, 56.784828835517104 ], [ -7.612004457858034, 56.784027016054047 ], [ -7.612660204175214, 56.783916414938233 ], [ -7.613222499365277, 56.784386084543115 ], [ -7.613951407396146, 56.783997647491042 ], [ -7.614407848175801, 56.784472090598555 ], [ -7.614722500142538, 56.783890829140034 ], [ -7.615429400997073, 56.784340459290192 ], [ -7.616370693921052, 56.783946917595145 ], [ -7.619576662937009, 56.783784086581448 ], [ -7.620532902023491, 56.784703971275171 ], [ -7.621713954644348, 56.782400355179753 ], [ -7.622620262240408, 56.782156860093764 ], [ -7.623201935840183, 56.780897430288185 ], [ -7.625281004564589, 56.780875406475452 ], [ -7.624251324606311, 56.780678955271014 ], [ -7.624761710984104, 56.780201322533948 ], [ -7.626545630371752, 56.7805616658787 ], [ -7.627178468848557, 56.781118093258996 ], [ -7.628279641183679, 56.780753224873351 ], [ -7.628719431794322, 56.781115860414168 ], [ -7.629207020355107, 56.780432217488062 ], [ -7.630443309354997, 56.780421251690917 ], [ -7.6306718706451, 56.77872321753911 ], [ -7.632116852775937, 56.778410251144201 ], [ -7.632369050874333, 56.778997394409338 ], [ -7.632888716326987, 56.778582311653004 ], [ -7.633793789932257, 56.778604316232688 ], [ -7.63454501100841, 56.779456878337719 ], [ -7.635260400976408, 56.778326336543309 ], [ -7.637050440312247, 56.77818219424762 ], [ -7.638928745367505, 56.779006135272006 ], [ -7.639126957777022, 56.780486818738986 ], [ -7.639917846881067, 56.781220539984538 ], [ -7.640250744829475, 56.779837282034357 ], [ -7.641879122984357, 56.779326860093676 ], [ -7.645121110923642, 56.781583011295098 ], [ -7.646362932049338, 56.781499627873607 ], [ -7.646579615288108, 56.781903838890358 ], [ -7.647226217412115, 56.781950985725295 ], [ -7.644871360851565, 56.782210922431887 ], [ -7.645741747587702, 56.782382934696166 ], [ -7.645099605067344, 56.782583107156889 ], [ -7.645502963511214, 56.78292033857749 ], [ -7.648318574628386, 56.783323547126798 ], [ -7.64813576637586, 56.78357938043856 ], [ -7.649774433304747, 56.784333044449355 ], [ -7.651525162435846, 56.7843615064575 ], [ -7.654062489374009, 56.78351707701384 ], [ -7.658150767070979, 56.783659668983852 ], [ -7.655596006096641, 56.785148558814221 ], [ -7.658845301616355, 56.784946736025141 ], [ -7.660810889662092, 56.785365842894059 ], [ -7.65779251372009, 56.786988394725462 ], [ -7.65556952460751, 56.787526064829109 ], [ -7.65653362471384, 56.787828761308127 ], [ -7.656132666283986, 56.788486079293691 ], [ -7.655208709725065, 56.788829635999363 ], [ -7.65141508537461, 56.789393632618605 ], [ -7.65068115733159, 56.788985926847836 ], [ -7.651063588417559, 56.788640009443398 ], [ -7.650562790850597, 56.788581754330181 ], [ -7.646295953838301, 56.78986917722986 ], [ -7.644026946539097, 56.789994671675885 ], [ -7.643104409791513, 56.789586481046051 ], [ -7.640492320514249, 56.789448445078335 ] ] ], [ [ [ -7.654953537938133, 56.793494827771347 ], [ -7.6573028530889, 56.793302477083891 ], [ -7.657660515298903, 56.794204325599232 ], [ -7.654751473731502, 56.794818180979703 ], [ -7.654112157318602, 56.793951633001491 ], [ -7.654953537938133, 56.793494827771347 ] ] ], [ [ [ -7.659436048006122, 56.805411008544425 ], [ -7.663002433643752, 56.804690629143259 ], [ -7.664223839753802, 56.804738532652998 ], [ -7.664269567657421, 56.805474548562842 ], [ -7.663729534233476, 56.80700233674969 ], [ -7.662428113906057, 56.807727669918847 ], [ -7.659436048006122, 56.805411008544425 ] ] ], [ [ [ -7.656635078248477, 56.815106628496949 ], [ -7.657334627235715, 56.815065819708842 ], [ -7.658277517118829, 56.815657523033863 ], [ -7.659087717834161, 56.815697183272334 ], [ -7.659677859881808, 56.816723475593541 ], [ -7.656265893904992, 56.817333194526164 ], [ -7.655951505526678, 56.816393365425469 ], [ -7.656305860477022, 56.815751676470235 ], [ -7.656635078248477, 56.815106628496949 ] ] ], [ [ [ -7.612613933609357, 56.828643840270132 ], [ -7.613237581712223, 56.828314182567134 ], [ -7.615231285257533, 56.82885430114758 ], [ -7.61533644137484, 56.829664136693793 ], [ -7.612844081396581, 56.829083503924522 ], [ -7.612613933609357, 56.828643840270132 ] ] ], [ [ [ -7.615595918846811, 56.829697432792415 ], [ -7.615625140529718, 56.828962541653816 ], [ -7.616770650123979, 56.829320386522767 ], [ -7.616549038086355, 56.829757931021675 ], [ -7.615595918846811, 56.829697432792415 ] ] ], [ [ [ -7.617698551917179, 56.828666442083751 ], [ -7.619844143636408, 56.827867496582272 ], [ -7.622313099659871, 56.830258234213424 ], [ -7.622047601141149, 56.830567259250479 ], [ -7.620613862749121, 56.830641021524045 ], [ -7.618433699332721, 56.830172409404994 ], [ -7.617612295186396, 56.829403909370903 ], [ -7.617698551917179, 56.828666442083751 ] ] ], [ [ [ -7.625242208225763, 56.830629922045269 ], [ -7.624110428346911, 56.829447045335826 ], [ -7.623822714161549, 56.830307036204282 ], [ -7.623301633343233, 56.830281077548655 ], [ -7.620633502259781, 56.828313396349223 ], [ -7.621432281160584, 56.826036085782498 ], [ -7.622660896054672, 56.826237105361791 ], [ -7.621779833959438, 56.825399321004177 ], [ -7.622781365930558, 56.825291064353785 ], [ -7.623073885509266, 56.824233737822126 ], [ -7.624148576947822, 56.824230174588195 ], [ -7.622883845017322, 56.822914687206797 ], [ -7.621202247836458, 56.822320093924965 ], [ -7.620719790559577, 56.821239274649535 ], [ -7.619763617010055, 56.820719905108248 ], [ -7.618451225673382, 56.818866477627672 ], [ -7.618384984793347, 56.817933374243083 ], [ -7.618831865439361, 56.817575660577617 ], [ -7.619969954699044, 56.818104820219041 ], [ -7.619992192418888, 56.817433247399379 ], [ -7.619116010589139, 56.816680739260022 ], [ -7.619388826039127, 56.81642089310003 ], [ -7.620257226983147, 56.816575189594076 ], [ -7.620359221530639, 56.814959417613132 ], [ -7.621545182401211, 56.815261375635387 ], [ -7.621770596527667, 56.814904654991388 ], [ -7.62234249937762, 56.815270353365285 ], [ -7.621901165753571, 56.81440820457702 ], [ -7.622663451435686, 56.814238743974016 ], [ -7.623978065565209, 56.814359346137095 ], [ -7.624428396703328, 56.814735030947247 ], [ -7.624676215668741, 56.814363789972774 ], [ -7.625589693734197, 56.814763536851991 ], [ -7.626865108419977, 56.814350324355942 ], [ -7.628438426981042, 56.813190042451325 ], [ -7.628054030087013, 56.811888789707751 ], [ -7.62916370838308, 56.810974492539955 ], [ -7.628232560543107, 56.810184030539759 ], [ -7.628269440775266, 56.809610800467631 ], [ -7.627381761583124, 56.809709462408158 ], [ -7.625635276896914, 56.808843348679311 ], [ -7.623098060123203, 56.808228978273071 ], [ -7.620624557127004, 56.805797993648355 ], [ -7.620435123752348, 56.805027972583915 ], [ -7.622124378720369, 56.804258568500138 ], [ -7.62155447833916, 56.804014295567505 ], [ -7.6226027804176, 56.803620382470335 ], [ -7.622091229863936, 56.802617396514734 ], [ -7.623129445985473, 56.802538966495675 ], [ -7.623427770088713, 56.802777507138821 ], [ -7.623959445550697, 56.802330426773807 ], [ -7.624748293870799, 56.80277631079273 ], [ -7.624607411632248, 56.802166115987781 ], [ -7.625805588884747, 56.801405358558441 ], [ -7.627336638740989, 56.801331605195912 ], [ -7.628232443398139, 56.800688012038179 ], [ -7.629202224280044, 56.800918659112021 ], [ -7.629806292224563, 56.800571786399459 ], [ -7.630308995538218, 56.80080556155275 ], [ -7.632586338618152, 56.799640343536133 ], [ -7.637090756391812, 56.799049247265984 ], [ -7.637475860704581, 56.798392721081782 ], [ -7.63684794713332, 56.79787211563545 ], [ -7.637420196895365, 56.797369126663519 ], [ -7.641820833876279, 56.79641801044189 ], [ -7.646100380447615, 56.796732380782501 ], [ -7.649521681355735, 56.795978454889088 ], [ -7.653692098702733, 56.796112997341197 ], [ -7.653779245039509, 56.796581595417976 ], [ -7.653004251980023, 56.797098381131306 ], [ -7.654018954448076, 56.797245783946344 ], [ -7.654334251406145, 56.797650003763465 ], [ -7.654789138368091, 56.797566316021673 ], [ -7.654943802152808, 56.798481901076407 ], [ -7.653311319086197, 56.7998387699745 ], [ -7.654265162174867, 56.799799914955265 ], [ -7.65466137140722, 56.800087942291739 ], [ -7.653117665573638, 56.800783688491855 ], [ -7.655175155634566, 56.800231105435337 ], [ -7.656450341119915, 56.800744696011719 ], [ -7.656503038487338, 56.800224733609156 ], [ -7.657766632170984, 56.799955737701808 ], [ -7.658405626068641, 56.802392988774159 ], [ -7.660717262602517, 56.800537084280371 ], [ -7.662335731574151, 56.800499423235408 ], [ -7.664852747686776, 56.799786237383159 ], [ -7.666402622311287, 56.799729143289575 ], [ -7.66633688345859, 56.800758275969535 ], [ -7.665229741986201, 56.801735830116193 ], [ -7.659791392964444, 56.804125676733641 ], [ -7.65868864325923, 56.804319864550429 ], [ -7.658048604846829, 56.80404743951582 ], [ -7.658530215974448, 56.804628610196353 ], [ -7.660004427299965, 56.804341012912985 ], [ -7.660791217489534, 56.804498736134228 ], [ -7.65973497156429, 56.805163378173496 ], [ -7.65873497743579, 56.805006345671458 ], [ -7.658050066649536, 56.805685583682468 ], [ -7.658307853259356, 56.805979897661729 ], [ -7.659382234012908, 56.805651987714221 ], [ -7.659813454602371, 56.806496480852601 ], [ -7.66011773085829, 56.808291871856092 ], [ -7.659468724075302, 56.809045993103794 ], [ -7.658167353561334, 56.80950124055267 ], [ -7.658089509558583, 56.808280623625777 ], [ -7.657433712267641, 56.809858647544416 ], [ -7.655489245734267, 56.811108206075772 ], [ -7.649882883530862, 56.811745487626673 ], [ -7.648266402541215, 56.812669490866078 ], [ -7.650753576545736, 56.812349522647672 ], [ -7.650479506735463, 56.812762520043051 ], [ -7.652420746620868, 56.812359298684981 ], [ -7.655133073832215, 56.813149653167137 ], [ -7.656209538789722, 56.815603036016633 ], [ -7.655210114471783, 56.817732231622507 ], [ -7.653522957559419, 56.818569501030041 ], [ -7.657075464660351, 56.818237007903747 ], [ -7.658144431841237, 56.81928204082994 ], [ -7.65779321675077, 56.820270136670956 ], [ -7.658871479449516, 56.820779173559707 ], [ -7.659182974973842, 56.822133183233824 ], [ -7.657753755204856, 56.822180175874529 ], [ -7.655186715291524, 56.821432763204172 ], [ -7.65525698089117, 56.821897628860611 ], [ -7.656576726945254, 56.822863770082549 ], [ -7.655124545955601, 56.822704749265696 ], [ -7.655721632725098, 56.823559723091186 ], [ -7.654361575351364, 56.82368454170318 ], [ -7.653689984530937, 56.822607919107774 ], [ -7.652912794116293, 56.823493835996665 ], [ -7.651970356813529, 56.823775176914516 ], [ -7.650249831186462, 56.821459020240106 ], [ -7.649381985101585, 56.821201389563797 ], [ -7.649204362533511, 56.821546995322784 ], [ -7.648320272037811, 56.821236088303671 ], [ -7.648304292659247, 56.820912774242124 ], [ -7.646828274180956, 56.822226418921815 ], [ -7.645139461417816, 56.822348053793931 ], [ -7.64449644370186, 56.822111692861519 ], [ -7.645426717324077, 56.823055107445512 ], [ -7.644915434904135, 56.823474350377246 ], [ -7.642401925060696, 56.822971778331699 ], [ -7.643170168135699, 56.823603018382727 ], [ -7.642745340382054, 56.823833808965261 ], [ -7.641867671392164, 56.823837601697413 ], [ -7.640702018755578, 56.82323787136977 ], [ -7.637775421870729, 56.823915065508729 ], [ -7.63620764610319, 56.823860072832858 ], [ -7.633924653962812, 56.824724043773806 ], [ -7.632894840639418, 56.824208102394209 ], [ -7.631587799447399, 56.825176362027975 ], [ -7.632039765417745, 56.827415156139942 ], [ -7.631367098758735, 56.828890256804776 ], [ -7.629882615574425, 56.830262565587674 ], [ -7.628287116015618, 56.830843288770545 ], [ -7.625242208225763, 56.830629922045269 ] ] ], [ [ [ -7.605288096427866, 56.845205208557907 ], [ -7.604988950846552, 56.844918951242242 ], [ -7.605713932186323, 56.845043819496468 ], [ -7.605288096427866, 56.845205208557907 ] ] ], [ [ [ -7.603904800319181, 56.845246788331877 ], [ -7.603519220843177, 56.844701595101618 ], [ -7.60494100489476, 56.845092125740663 ], [ -7.604936967528861, 56.845393835073828 ], [ -7.603904800319181, 56.845246788331877 ] ] ], [ [ [ -7.62143121539019, 56.844326015596486 ], [ -7.621636842501856, 56.844109707818667 ], [ -7.622710494838318, 56.844259234697184 ], [ -7.621691422705539, 56.844800314203624 ], [ -7.62143121539019, 56.844326015596486 ] ] ], [ [ [ -7.625076628154953, 56.844593377309117 ], [ -7.625548559750333, 56.843581945121471 ], [ -7.626429058139812, 56.843812176871168 ], [ -7.626624418488469, 56.844946467780524 ], [ -7.625076628154953, 56.844593377309117 ] ] ], [ [ [ -7.623739423498884, 56.844329764654709 ], [ -7.624478417273852, 56.844219867046654 ], [ -7.624976140791289, 56.844525910723021 ], [ -7.624803317228837, 56.845069276706198 ], [ -7.623781527391294, 56.844773408952513 ], [ -7.623739423498884, 56.844329764654709 ] ] ], [ [ [ -7.621485792372375, 56.845016622125634 ], [ -7.622833253753249, 56.844420206748929 ], [ -7.624480798924778, 56.84570941574664 ], [ -7.62311677294925, 56.846032068202135 ], [ -7.622061309570886, 56.845949228940405 ], [ -7.621485792372375, 56.845016622125634 ] ] ], [ [ [ -7.603754076321722, 56.846432680338019 ], [ -7.602567434527514, 56.845419497357668 ], [ -7.604901168002751, 56.846250525085793 ], [ -7.605384119430145, 56.846732825033861 ], [ -7.604959695329201, 56.846859945740377 ], [ -7.603754076321722, 56.846432680338019 ] ] ], [ [ [ -7.602686953386042, 56.847970347523813 ], [ -7.60229852513389, 56.84778981108596 ], [ -7.601875382409426, 56.847322810009267 ], [ -7.602258520639595, 56.846810523654213 ], [ -7.603955148248989, 56.847445221236356 ], [ -7.603851522261336, 56.847904427330995 ], [ -7.603340605144892, 56.847783412834872 ], [ -7.602686953386042, 56.847970347523813 ] ] ], [ [ [ -7.554909185639692, 56.855349705006297 ], [ -7.550392569059817, 56.852094947987602 ], [ -7.54996010398218, 56.850786656263615 ], [ -7.548502607450779, 56.849267537914002 ], [ -7.549111200893496, 56.848277361891739 ], [ -7.552826640493555, 56.849902794937542 ], [ -7.5535221836115, 56.851046335606277 ], [ -7.555903350925472, 56.851925651939915 ], [ -7.557061636214337, 56.85358405652822 ], [ -7.55862305496779, 56.853865374958353 ], [ -7.558649415515373, 56.85431872498571 ], [ -7.557560933885409, 56.855118860934361 ], [ -7.557086566804457, 56.854856517874701 ], [ -7.556507248312356, 56.855269395826561 ], [ -7.554909185639692, 56.855349705006297 ] ] ], [ [ [ -7.578068019706348, 56.861199787389197 ], [ -7.576969186960962, 56.860938486342505 ], [ -7.576270150485194, 56.861649342610889 ], [ -7.575118233034714, 56.861637919964629 ], [ -7.574576173869716, 56.861198656643232 ], [ -7.574963427918371, 56.86038026209409 ], [ -7.5738619197638, 56.860816603142105 ], [ -7.572893802959374, 56.860054381353166 ], [ -7.572310880658958, 56.860111972318755 ], [ -7.572043456818435, 56.860632474799878 ], [ -7.571377074418182, 56.860626291358408 ], [ -7.57059136621246, 56.859599373676353 ], [ -7.56902913604896, 56.859700758904715 ], [ -7.56825317660176, 56.859289933142314 ], [ -7.567884605142358, 56.859517929193224 ], [ -7.561197693464119, 56.857422623488958 ], [ -7.559950471942958, 56.856659274899314 ], [ -7.559980240670029, 56.85608641118354 ], [ -7.55940009252201, 56.856548842961985 ], [ -7.558665533058948, 56.856415129670062 ], [ -7.558616322760086, 56.856084306937788 ], [ -7.559506509583134, 56.855828548483998 ], [ -7.558150820222391, 56.855605558957294 ], [ -7.557929528546902, 56.854890894977004 ], [ -7.558665374518736, 56.854426018874236 ], [ -7.55967758928724, 56.8548803528723 ], [ -7.561018978366065, 56.854896951412144 ], [ -7.561060351522107, 56.854512580164865 ], [ -7.561773375964178, 56.854777748569866 ], [ -7.561645418850052, 56.854193928366506 ], [ -7.564121785484373, 56.854551311960698 ], [ -7.565738659773276, 56.85365998994709 ], [ -7.565995163720062, 56.852734964116635 ], [ -7.564515830757354, 56.852508573051978 ], [ -7.564337085040449, 56.851639006510219 ], [ -7.565069953507786, 56.851210224116983 ], [ -7.566778489993761, 56.852258912953218 ], [ -7.566826639624104, 56.851644720271025 ], [ -7.567459559871068, 56.851647920096745 ], [ -7.567522348631551, 56.85113207864719 ], [ -7.569166637917307, 56.850315985134721 ], [ -7.568199225665508, 56.850327755642972 ], [ -7.568139618794617, 56.85003790236545 ], [ -7.569067724372114, 56.849762372809472 ], [ -7.569431713820508, 56.850110613986367 ], [ -7.569113337191252, 56.849076286864801 ], [ -7.568240704662339, 56.848345769900838 ], [ -7.568621323528028, 56.84748268896994 ], [ -7.570663225150534, 56.847517342814839 ], [ -7.572265517079487, 56.84862471374111 ], [ -7.572962268748896, 56.84817499594331 ], [ -7.574546164443214, 56.848167085003212 ], [ -7.575410597794792, 56.848951931765043 ], [ -7.578810524489291, 56.848840120145056 ], [ -7.579337569557016, 56.849201728820489 ], [ -7.579887135666332, 56.848899877104188 ], [ -7.583516899974332, 56.850271748424916 ], [ -7.582132779780423, 56.849033220502292 ], [ -7.582681918729482, 56.849080601429236 ], [ -7.582774311383616, 56.848599421877545 ], [ -7.584028217937633, 56.848196656998681 ], [ -7.58480114856177, 56.848697525615258 ], [ -7.587912909558345, 56.848800906876022 ], [ -7.587202310438827, 56.847838222710038 ], [ -7.588149431785273, 56.848020728614706 ], [ -7.588572613380877, 56.847610200290013 ], [ -7.589411401663336, 56.847892067535085 ], [ -7.590000226255236, 56.848644191241405 ], [ -7.590930001072415, 56.848161401385589 ], [ -7.592176455619525, 56.84825842745888 ], [ -7.593484378242256, 56.849644286998171 ], [ -7.59451066803737, 56.848873609370017 ], [ -7.595418808915364, 56.849179323499484 ], [ -7.59639820453265, 56.850125383094465 ], [ -7.596981345450093, 56.849302598614756 ], [ -7.597669240903479, 56.849618199011651 ], [ -7.598157897005113, 56.849371206109211 ], [ -7.597069504653015, 56.8511527941438 ], [ -7.59540704088621, 56.851569554828252 ], [ -7.594068024425862, 56.851184192878129 ], [ -7.594221088208225, 56.853414002440303 ], [ -7.593481033157943, 56.853847787629235 ], [ -7.593524153690831, 56.854574911061832 ], [ -7.591836614793333, 56.854880236291834 ], [ -7.591467032733376, 56.855319869894672 ], [ -7.589428185994627, 56.855253906911052 ], [ -7.589762724550962, 56.855513409672021 ], [ -7.593032786757407, 56.855902094597326 ], [ -7.594087064124166, 56.856579289228904 ], [ -7.594838337788216, 56.858030656370353 ], [ -7.594124279288486, 56.858364266717714 ], [ -7.593537795898394, 56.858233103086519 ], [ -7.593550746901302, 56.859636638261755 ], [ -7.59268598607401, 56.859567475506097 ], [ -7.590999941598013, 56.858347091777524 ], [ -7.590462558308169, 56.859257793831382 ], [ -7.590091598425562, 56.858590394048562 ], [ -7.588582589939766, 56.858662635990449 ], [ -7.58789614822698, 56.859071475260855 ], [ -7.586671566301396, 56.858793401632326 ], [ -7.586043701950444, 56.85915459819477 ], [ -7.584588915468851, 56.858765322772406 ], [ -7.583718709185504, 56.857944785263456 ], [ -7.583550956750707, 56.858636360530369 ], [ -7.582661983659817, 56.858734727470384 ], [ -7.582683966975453, 56.859156773861343 ], [ -7.581875103359769, 56.859296546264162 ], [ -7.580996935214286, 56.858917380769377 ], [ -7.579976113081207, 56.859233153673514 ], [ -7.580237029598507, 56.859549984673173 ], [ -7.578993311099353, 56.86200439412238 ], [ -7.57837781332981, 56.861788952586018 ], [ -7.578068019706348, 56.861199787389197 ] ] ], [ [ [ -7.553409834081946, 56.87621224491599 ], [ -7.55279722973807, 56.875132497898541 ], [ -7.553820854726901, 56.875383872122306 ], [ -7.553409834081946, 56.87621224491599 ] ] ], [ [ [ -7.549275405347498, 56.876486530229855 ], [ -7.548424508446587, 56.875682895575352 ], [ -7.549660812834076, 56.875042782274079 ], [ -7.550906587439138, 56.875295981489955 ], [ -7.550260718839624, 56.874876541883935 ], [ -7.55073587292663, 56.874976872502707 ], [ -7.550498060633135, 56.874703955995159 ], [ -7.550993813569225, 56.874555854260208 ], [ -7.552443308579957, 56.875184278852018 ], [ -7.552848917343085, 56.8759222370008 ], [ -7.552596579409666, 56.87610449651811 ], [ -7.552024370359914, 56.875738484357917 ], [ -7.552371017202465, 56.876411568678819 ], [ -7.55109673687936, 56.876630378783894 ], [ -7.549275405347498, 56.876486530229855 ] ] ], [ [ [ -7.574883558549915, 56.87652647330038 ], [ -7.575114737778287, 56.876093095198563 ], [ -7.573099466459295, 56.875256227187471 ], [ -7.571949751723621, 56.873665057998593 ], [ -7.572572875588135, 56.872498599341512 ], [ -7.572352113653879, 56.871239390458463 ], [ -7.573618577683932, 56.871025204513771 ], [ -7.574417291725276, 56.871200969613852 ], [ -7.574410846761578, 56.870607216539213 ], [ -7.576402616282492, 56.870297528082162 ], [ -7.579896572536276, 56.871077092333863 ], [ -7.581283529768545, 56.873319111947744 ], [ -7.581223169396751, 56.874509905752262 ], [ -7.580632035372462, 56.87500893100917 ], [ -7.580097282312938, 56.874785373715 ], [ -7.580359448993784, 56.87593471287785 ], [ -7.579721743524067, 56.876287308681988 ], [ -7.579160999002238, 56.876109914780024 ], [ -7.579148078484836, 56.876848547602897 ], [ -7.577868420104821, 56.876370326430894 ], [ -7.577640308543638, 56.876934082469667 ], [ -7.574883558549915, 56.87652647330038 ] ] ], [ [ [ -7.496254521017273, 56.880273020470405 ], [ -7.497014264722536, 56.880185493948318 ], [ -7.49709693908469, 56.880802855848287 ], [ -7.496254521017273, 56.880273020470405 ] ] ], [ [ [ -7.513349317430833, 56.883099636895309 ], [ -7.513724329834518, 56.883078537922209 ], [ -7.514022822565871, 56.883429835491427 ], [ -7.513349317430833, 56.883099636895309 ] ] ], [ [ [ -7.489312580685126, 56.88594319565523 ], [ -7.490437651141055, 56.885767613305063 ], [ -7.490948971015719, 56.886114081077842 ], [ -7.48999026015885, 56.886358837439857 ], [ -7.489312580685126, 56.88594319565523 ] ] ], [ [ [ -7.492381298505561, 56.887076952972457 ], [ -7.491753519162415, 56.886609622801487 ], [ -7.492737013961829, 56.886980268379062 ], [ -7.492381298505561, 56.887076952972457 ] ] ], [ [ [ -7.533496132555018, 56.888583046466351 ], [ -7.532627780142457, 56.887217557712823 ], [ -7.534685037866265, 56.888228717285983 ], [ -7.534372278968299, 56.888503623594929 ], [ -7.535238198513103, 56.889297686205509 ], [ -7.535044638893019, 56.889544796684881 ], [ -7.534201992742216, 56.88940672639292 ], [ -7.533496132555018, 56.888583046466351 ] ] ], [ [ [ -7.566363695628666, 56.892370540950672 ], [ -7.566729736105123, 56.891296616661393 ], [ -7.567100967562604, 56.891635550205145 ], [ -7.568637688715844, 56.891409355873471 ], [ -7.56863671208797, 56.891733420842023 ], [ -7.569908468300641, 56.8922661044843 ], [ -7.569695339299834, 56.892986680824897 ], [ -7.568474601490773, 56.89290624380579 ], [ -7.566363695628666, 56.892370540950672 ] ] ], [ [ [ -7.49665692601851, 56.897688548627855 ], [ -7.4963073858227, 56.896655451626955 ], [ -7.496851580797781, 56.897279454573891 ], [ -7.49665692601851, 56.897688548627855 ] ] ], [ [ [ -7.570001875202848, 56.894269061996283 ], [ -7.570692188763613, 56.894211193971429 ], [ -7.570936445647168, 56.894470289687511 ], [ -7.570130113255225, 56.894632352982185 ], [ -7.570001875202848, 56.894269061996283 ] ] ], [ [ [ -7.570730827908178, 56.895186031788974 ], [ -7.570331016833197, 56.89482138340724 ], [ -7.570784934085048, 56.894887492470673 ], [ -7.570730827908178, 56.895186031788974 ] ] ], [ [ [ -7.56401320629168, 56.897727372614028 ], [ -7.564124749159743, 56.897537879537829 ], [ -7.564561545765994, 56.897819890047494 ], [ -7.56401320629168, 56.897727372614028 ] ] ], [ [ [ -7.524873450001709, 56.90220073163551 ], [ -7.52430882349457, 56.901775750411161 ], [ -7.522597118925767, 56.902157639569857 ], [ -7.52132433871907, 56.901615525666841 ], [ -7.520795529310296, 56.902376981423025 ], [ -7.519248150498684, 56.902369029817251 ], [ -7.517780016039445, 56.901673528858666 ], [ -7.516947067412327, 56.901602408808614 ], [ -7.516442596433224, 56.901917252913449 ], [ -7.515450782086763, 56.901439144061271 ], [ -7.515387708991995, 56.901846947712485 ], [ -7.513889249418939, 56.902169773917016 ], [ -7.512360511837759, 56.901953906351942 ], [ -7.512059303946296, 56.901418216673434 ], [ -7.510892383074353, 56.90203684765374 ], [ -7.50720158180885, 56.900489988442885 ], [ -7.505322826624161, 56.898291462865778 ], [ -7.504052926532401, 56.898658073943949 ], [ -7.502150785856715, 56.898418079633842 ], [ -7.501073140828305, 56.899140676351244 ], [ -7.499008235178745, 56.898354310021347 ], [ -7.498199384338808, 56.897273986203672 ], [ -7.497942018132061, 56.897703850285637 ], [ -7.497445620644919, 56.897460248962901 ], [ -7.497070880642445, 56.896702770024852 ], [ -7.498111229394341, 56.897066372681607 ], [ -7.49861553423344, 56.896247603707536 ], [ -7.499460983922961, 56.896237289397675 ], [ -7.498435156175033, 56.894298029953376 ], [ -7.498686309062702, 56.892765918842201 ], [ -7.497916090048024, 56.891053880542877 ], [ -7.49671652676281, 56.890166296678792 ], [ -7.496019027933551, 56.890287070784289 ], [ -7.495605088086063, 56.890044327272463 ], [ -7.495060008021273, 56.890306874566036 ], [ -7.49455463310553, 56.890113161373094 ], [ -7.493086983005719, 56.888967365087389 ], [ -7.492810878085777, 56.887985025417272 ], [ -7.492112196415849, 56.887538822959236 ], [ -7.492806144298711, 56.887170722958423 ], [ -7.494542722050631, 56.888412661378503 ], [ -7.493890312887728, 56.887554921392265 ], [ -7.494306107863716, 56.887419582244377 ], [ -7.495027611903613, 56.887797265273996 ], [ -7.494896318447052, 56.888469066565854 ], [ -7.496710194487386, 56.888281045211585 ], [ -7.496967183211554, 56.889021218351211 ], [ -7.49768847956524, 56.889452897483572 ], [ -7.500516420936175, 56.888558554069078 ], [ -7.4987114046257, 56.887076710430676 ], [ -7.499033246785896, 56.886805999396003 ], [ -7.499859253465988, 56.887111541022691 ], [ -7.500664744097628, 56.888002994560374 ], [ -7.500549189879224, 56.887553588141081 ], [ -7.501044414150769, 56.887734224846575 ], [ -7.50022467592429, 56.886132389375661 ], [ -7.500759640592779, 56.885690260150369 ], [ -7.500309356458396, 56.885089130869559 ], [ -7.500999633015994, 56.885031649999291 ], [ -7.500759735987005, 56.884686736685239 ], [ -7.501614668088332, 56.884630981417217 ], [ -7.499842078855145, 56.882810219407844 ], [ -7.500888499783955, 56.882827014918291 ], [ -7.498901185212739, 56.881947241636858 ], [ -7.499425311525301, 56.880929584902546 ], [ -7.500177814726802, 56.880792857923886 ], [ -7.500950742545914, 56.881073732363177 ], [ -7.502666505637201, 56.882676483630377 ], [ -7.504771067978304, 56.883681521563567 ], [ -7.505898056742333, 56.884801740315069 ], [ -7.504454127254511, 56.88264700426744 ], [ -7.504453138861599, 56.882138536885407 ], [ -7.504999945142679, 56.882334877505798 ], [ -7.504517813741444, 56.881127656948316 ], [ -7.506438050466883, 56.881384793453563 ], [ -7.505441795822461, 56.880983319822661 ], [ -7.505211478625928, 56.880480487776026 ], [ -7.507716486780442, 56.881247270385359 ], [ -7.508909227633339, 56.882423056407248 ], [ -7.509236661417523, 56.881801059945992 ], [ -7.510626131477872, 56.882972630271674 ], [ -7.51075135962417, 56.883709609613135 ], [ -7.513148927161592, 56.884080533030549 ], [ -7.513374024835614, 56.883656558860004 ], [ -7.516281096723613, 56.884526886150752 ], [ -7.517282393683586, 56.884293535578628 ], [ -7.516934016739621, 56.883827450672072 ], [ -7.517457070443302, 56.884029290894851 ], [ -7.517308610650153, 56.883747857766821 ], [ -7.517776479131279, 56.883965641337745 ], [ -7.518369879954919, 56.883642345480283 ], [ -7.514890783218029, 56.880902839555858 ], [ -7.51518838552198, 56.880079639402169 ], [ -7.516417685886606, 56.880110705452118 ], [ -7.519026972347797, 56.881192157227467 ], [ -7.520239038061376, 56.882384987918428 ], [ -7.521192004741998, 56.882770266045156 ], [ -7.522174228203071, 56.883797762152085 ], [ -7.522571096511373, 56.885035710623036 ], [ -7.523878674110346, 56.885261243776412 ], [ -7.524681793359507, 56.886355167659651 ], [ -7.525865382772459, 56.886464675786335 ], [ -7.526939235205238, 56.887276567545818 ], [ -7.527825295182925, 56.887430759380365 ], [ -7.528056641832757, 56.887105481333585 ], [ -7.529239160502288, 56.887318509707811 ], [ -7.530639833467354, 56.888448878646351 ], [ -7.531363905249052, 56.888619238320381 ], [ -7.531467170601914, 56.887984627740302 ], [ -7.532989967065633, 56.888718033721418 ], [ -7.534128751467344, 56.891241556993606 ], [ -7.536400543655891, 56.892810189249381 ], [ -7.534656299207279, 56.892082157265357 ], [ -7.536148048668152, 56.893158924528663 ], [ -7.536722940132083, 56.894096418365777 ], [ -7.536054871500143, 56.894193609678602 ], [ -7.535622485620626, 56.893717801313237 ], [ -7.535017993022714, 56.8937446593822 ], [ -7.534570355482412, 56.894385572586991 ], [ -7.537037933735991, 56.895720491032414 ], [ -7.538557043913354, 56.897534052027005 ], [ -7.538707779325415, 56.897275339745491 ], [ -7.539163175448889, 56.897628610903631 ], [ -7.539305372015789, 56.898364822641547 ], [ -7.538782806554423, 56.89866706725077 ], [ -7.538279251750918, 56.89826643299029 ], [ -7.537680660505369, 56.898333541636582 ], [ -7.535813866176151, 56.896836932269508 ], [ -7.534279324937058, 56.896914106781345 ], [ -7.534625269937969, 56.897915782324759 ], [ -7.533188887144573, 56.897601565755501 ], [ -7.533857100813446, 56.898003906003048 ], [ -7.533301106215171, 56.897970097392623 ], [ -7.534367884987502, 56.899673289102893 ], [ -7.534198568681019, 56.899973322107378 ], [ -7.53372313269039, 56.899872933772372 ], [ -7.534297654587268, 56.90091846079217 ], [ -7.533152210732137, 56.900681321430682 ], [ -7.533377074611121, 56.90114385490012 ], [ -7.532979845974245, 56.901404505151397 ], [ -7.532237595907442, 56.90094694381304 ], [ -7.53252342859333, 56.901654281594965 ], [ -7.531117652410448, 56.90182469817325 ], [ -7.529649124423391, 56.90151636475052 ], [ -7.52967277879076, 56.902064336270598 ], [ -7.528847978667832, 56.902159439900984 ], [ -7.528717462655526, 56.901944722772242 ], [ -7.526727991693434, 56.902338994363816 ], [ -7.524873450001709, 56.90220073163551 ] ] ], [ [ [ -7.564386743452208, 56.900617872413633 ], [ -7.562900755509957, 56.899091130501596 ], [ -7.563296111341026, 56.89826792734965 ], [ -7.563569193532552, 56.898444744703824 ], [ -7.563847472107858, 56.898049793806599 ], [ -7.564756774418504, 56.897860673297089 ], [ -7.565087545138697, 56.898093414414461 ], [ -7.56451940316871, 56.896489688556549 ], [ -7.56609734804077, 56.895987172391692 ], [ -7.567382539003565, 56.896168261669814 ], [ -7.566851552558812, 56.895971475053209 ], [ -7.566826702119158, 56.895639563992553 ], [ -7.567218648950197, 56.895896567421971 ], [ -7.566994911845336, 56.895609546153572 ], [ -7.567546332268419, 56.895879178652407 ], [ -7.566146848483419, 56.894940893979232 ], [ -7.565802096380811, 56.894173246703687 ], [ -7.565604388113945, 56.893619543684615 ], [ -7.566158831832206, 56.893036736678297 ], [ -7.566656096190363, 56.89311802440362 ], [ -7.566995484185337, 56.892747335648849 ], [ -7.568004849088869, 56.892954242197938 ], [ -7.568248632847985, 56.894036917581396 ], [ -7.569000794692967, 56.894007796567635 ], [ -7.569959055824399, 56.894477990265202 ], [ -7.570128002965855, 56.895113979489004 ], [ -7.569453363973349, 56.895387157509589 ], [ -7.569986517470208, 56.895543333562692 ], [ -7.570147168694786, 56.896454212122954 ], [ -7.567892068184934, 56.896048232210084 ], [ -7.569558545595114, 56.896863053548124 ], [ -7.569008409693698, 56.89714416314942 ], [ -7.571245251236415, 56.898245736047798 ], [ -7.571147478404291, 56.898857649169699 ], [ -7.571813321239015, 56.89951641989844 ], [ -7.571479265753082, 56.899922885404763 ], [ -7.57006943517658, 56.900174935510464 ], [ -7.569285599247094, 56.899827450653326 ], [ -7.569631445332512, 56.900271021011733 ], [ -7.568765792276381, 56.900422222983437 ], [ -7.567115290714411, 56.899888443942785 ], [ -7.567133487964685, 56.900396163703093 ], [ -7.565959373588308, 56.901015657387752 ], [ -7.565539200590957, 56.900624901123102 ], [ -7.564386743452208, 56.900617872413633 ] ] ], [ [ [ -7.506730674812331, 56.913166891989448 ], [ -7.506667701918818, 56.912796165992511 ], [ -7.506893310230535, 56.912986901608861 ], [ -7.506730674812331, 56.913166891989448 ] ] ], [ [ [ -7.506649041355748, 56.914352226041608 ], [ -7.506636544852655, 56.913376255915949 ], [ -7.506958122193629, 56.913637452741312 ], [ -7.506649041355748, 56.914352226041608 ] ] ], [ [ [ -7.50654580886963, 56.914878799208253 ], [ -7.507223969692434, 56.91361040481371 ], [ -7.507628276598331, 56.914598761379885 ], [ -7.50710241795419, 56.914948706988078 ], [ -7.50654580886963, 56.914878799208253 ] ] ], [ [ [ -7.463273648302546, 56.921238114451626 ], [ -7.463070847381364, 56.921089504203628 ], [ -7.463533620952777, 56.921159219969127 ], [ -7.463273648302546, 56.921238114451626 ] ] ], [ [ [ -7.440621722963593, 56.922030879743865 ], [ -7.438147088870104, 56.921706875330059 ], [ -7.437048805470602, 56.921115801162941 ], [ -7.435754024745146, 56.919120323381748 ], [ -7.435982439982348, 56.917413905096552 ], [ -7.436760913282831, 56.916263979109715 ], [ -7.438584772020095, 56.916584900172687 ], [ -7.437799039141872, 56.91571020433598 ], [ -7.44010549235659, 56.915222564696634 ], [ -7.438599549996773, 56.914824796767128 ], [ -7.438754840492682, 56.914084537675237 ], [ -7.439773876492605, 56.913626075004203 ], [ -7.44036726921372, 56.913802670003584 ], [ -7.440442735030739, 56.913079391891152 ], [ -7.441195235003085, 56.912655050357557 ], [ -7.444015648552957, 56.912590383763671 ], [ -7.444416894151646, 56.912352360746503 ], [ -7.443948631108309, 56.911342335952945 ], [ -7.444836406616008, 56.910943560790166 ], [ -7.446420416728174, 56.911688673647916 ], [ -7.445799849146342, 56.911288458565551 ], [ -7.44522423335111, 56.910670121514769 ], [ -7.446179593750636, 56.910565377628529 ], [ -7.447882484466273, 56.911579931691236 ], [ -7.447996193244639, 56.912020453513122 ], [ -7.447234461095287, 56.912071578485907 ], [ -7.447751252219921, 56.912314655522117 ], [ -7.447090436608821, 56.912465036514277 ], [ -7.448656230931314, 56.912653088370185 ], [ -7.44922640296724, 56.913064653112222 ], [ -7.448963921481078, 56.914984097687118 ], [ -7.44963485725969, 56.915296757741885 ], [ -7.44899229294005, 56.915572347589361 ], [ -7.450641547412739, 56.916499217749994 ], [ -7.451455930528708, 56.919312058526366 ], [ -7.451242663544104, 56.920104374044797 ], [ -7.450571563634078, 56.920579215129329 ], [ -7.447826093497418, 56.920766737787666 ], [ -7.447103287226708, 56.921113320923993 ], [ -7.446223630498797, 56.920724266512053 ], [ -7.445921682772855, 56.921191950650837 ], [ -7.444478438099121, 56.921281997356168 ], [ -7.443901085382687, 56.921779704438137 ], [ -7.442788810101982, 56.921769777610308 ], [ -7.440559459196114, 56.922393589310481 ], [ -7.440168337669721, 56.92230716196805 ], [ -7.440621722963593, 56.922030879743865 ] ] ], [ [ [ -7.46339572033578, 56.921565761677599 ], [ -7.463070279195688, 56.921422526765546 ], [ -7.463410743506257, 56.921488603716554 ], [ -7.46339572033578, 56.921565761677599 ] ] ], [ [ [ -7.463077772691157, 56.922574190231096 ], [ -7.462837280851833, 56.92213473345376 ], [ -7.463153583309341, 56.922327869298542 ], [ -7.463077772691157, 56.922574190231096 ] ] ], [ [ [ -7.463767667490623, 56.922643851114536 ], [ -7.463646455494247, 56.922378265975922 ], [ -7.463892424313712, 56.922484483551763 ], [ -7.463767667490623, 56.922643851114536 ] ] ], [ [ [ -7.561842616628345, 56.921779250049468 ], [ -7.561674143306784, 56.921422246044138 ], [ -7.562362294262615, 56.92156704649372 ], [ -7.562286183591169, 56.922380492750698 ], [ -7.561842616628345, 56.921779250049468 ] ] ], [ [ [ -7.474369016591895, 56.927649807477124 ], [ -7.474810841349609, 56.926959903184049 ], [ -7.474865419909831, 56.927443506554894 ], [ -7.474369016591895, 56.927649807477124 ] ] ], [ [ [ -7.476967556244173, 56.92836366611791 ], [ -7.477542657146528, 56.927964896186303 ], [ -7.478379715383415, 56.928004612582178 ], [ -7.478037184186453, 56.92936966963277 ], [ -7.477101528842123, 56.929163281783353 ], [ -7.476967556244173, 56.92836366611791 ] ] ], [ [ [ -7.486800387241802, 56.932318799810972 ], [ -7.486478077295161, 56.931135974569877 ], [ -7.486893399205925, 56.9317207007037 ], [ -7.486800387241802, 56.932318799810972 ] ] ], [ [ [ -7.485994543155407, 56.932547766066662 ], [ -7.485253720969918, 56.9323238623506 ], [ -7.484361480239413, 56.932525118961983 ], [ -7.483826809513671, 56.931968135389944 ], [ -7.48300254259782, 56.931680389071751 ], [ -7.482283070669797, 56.931937032361141 ], [ -7.481878516546248, 56.931648820791224 ], [ -7.482550444529401, 56.930845267360546 ], [ -7.483725864782545, 56.930555066004231 ], [ -7.484889035174485, 56.929734387952166 ], [ -7.485880150099905, 56.930820285486817 ], [ -7.485493102957597, 56.931489822625977 ], [ -7.486088443240372, 56.93212333030165 ], [ -7.485994543155407, 56.932547766066662 ] ] ], [ [ [ -7.582041173035625, 56.934611251043826 ], [ -7.580536089953715, 56.93253198101629 ], [ -7.581516337965802, 56.932591600075639 ], [ -7.582562318469413, 56.933584337899084 ], [ -7.582667761196469, 56.934178160593156 ], [ -7.582041173035625, 56.934611251043826 ] ] ], [ [ [ -7.575200656557953, 56.935272902699325 ], [ -7.574462656717893, 56.934081821884796 ], [ -7.573519098068501, 56.934047507930877 ], [ -7.573322940462287, 56.933781759405797 ], [ -7.574053093022586, 56.933380086679975 ], [ -7.574496842154614, 56.932329671601238 ], [ -7.576379120103416, 56.932641509034234 ], [ -7.576621589238863, 56.93217162929534 ], [ -7.577452426720304, 56.932552986690311 ], [ -7.577888151653377, 56.932164463303778 ], [ -7.578758074883762, 56.932202038542727 ], [ -7.580605441377886, 56.933104918644517 ], [ -7.581562384831759, 56.934272663355223 ], [ -7.58080127946509, 56.935071796790311 ], [ -7.580339235820786, 56.934844963150603 ], [ -7.57925544577786, 56.935523520953744 ], [ -7.578368675435296, 56.934879157268043 ], [ -7.576336869996837, 56.935879127859899 ], [ -7.575200656557953, 56.935272902699325 ] ] ], [ [ [ -7.523113971069681, 56.943635142151969 ], [ -7.525482812038328, 56.942342142833702 ], [ -7.528623095991252, 56.942742052522568 ], [ -7.528648123593384, 56.943265662442883 ], [ -7.526034188014338, 56.943838760226882 ], [ -7.525286058172705, 56.944290430772924 ], [ -7.523740019632218, 56.94469194504034 ], [ -7.523400457459381, 56.944234471871567 ], [ -7.523113971069681, 56.943635142151969 ] ] ], [ [ [ -7.482585666122787, 56.944386999984303 ], [ -7.48216156612694, 56.943250940529488 ], [ -7.484251637001792, 56.943869132394617 ], [ -7.484526064086392, 56.943731060752199 ], [ -7.484710164762348, 56.944030764966406 ], [ -7.485599215498375, 56.943839553282253 ], [ -7.486217533737653, 56.945957966879959 ], [ -7.485684738637641, 56.946499812079558 ], [ -7.48409866044263, 56.946341877981936 ], [ -7.482964224692932, 56.945817563019389 ], [ -7.483002403472442, 56.945372181452882 ], [ -7.4838745910231, 56.945312225550445 ], [ -7.483841916510075, 56.944911359845669 ], [ -7.482585666122787, 56.944386999984303 ] ] ], [ [ [ -7.487402248476943, 56.952321994270363 ], [ -7.487304120470553, 56.952047309703431 ], [ -7.487778787743312, 56.952194723535605 ], [ -7.487402248476943, 56.952321994270363 ] ] ], [ [ [ -7.556905236304111, 56.960355176246175 ], [ -7.557304551483162, 56.960215875585902 ], [ -7.5573509295102, 56.960636833083122 ], [ -7.556905236304111, 56.960355176246175 ] ] ], [ [ [ -7.555114492913717, 56.96127200350621 ], [ -7.555373198473584, 56.961183975217722 ], [ -7.555140515744158, 56.961446354122131 ], [ -7.555114492913717, 56.96127200350621 ] ] ], [ [ [ -7.555399537890291, 56.961470817993501 ], [ -7.555431640202967, 56.961244375380375 ], [ -7.555601312012145, 56.961277319258379 ], [ -7.555399537890291, 56.961470817993501 ] ] ], [ [ [ -7.422949018280785, 56.967238733962141 ], [ -7.421591157974171, 56.967158262649548 ], [ -7.421471146384552, 56.96745416815007 ], [ -7.421446404170088, 56.967103356168764 ], [ -7.419694431106598, 56.966794301670333 ], [ -7.420126260667781, 56.966478549883732 ], [ -7.419659714679951, 56.966567218529057 ], [ -7.419748499979133, 56.966350968889252 ], [ -7.420541005970231, 56.96630573359861 ], [ -7.419637433442765, 56.965486426890763 ], [ -7.420702889398532, 56.965414931153603 ], [ -7.419648113902102, 56.965322168943061 ], [ -7.419775017564566, 56.965096163316716 ], [ -7.421046342314248, 56.965114715675007 ], [ -7.420844805959983, 56.965405163968484 ], [ -7.421816499142887, 56.965900213167487 ], [ -7.422397597629717, 56.965772357742452 ], [ -7.422438804923551, 56.966009957983466 ], [ -7.423852200960766, 56.966121303118207 ], [ -7.423902573667718, 56.966376503971858 ], [ -7.423072732222515, 56.966436883433445 ], [ -7.423835701417349, 56.967025589445356 ], [ -7.423239772770723, 56.967085698353515 ], [ -7.423281516024343, 56.967406072298829 ], [ -7.422949018280785, 56.967238733962141 ] ] ], [ [ [ -7.552293705206945, 56.96986257443664 ], [ -7.551860302243258, 56.969553349145393 ], [ -7.5526859785729, 56.969620099583032 ], [ -7.552293705206945, 56.96986257443664 ] ] ], [ [ [ -7.417000384203075, 56.975893870910667 ], [ -7.417114229021306, 56.975453344784484 ], [ -7.417961606090802, 56.975964626766036 ], [ -7.417638047405936, 56.976074073989906 ], [ -7.417000384203075, 56.975893870910667 ] ] ], [ [ [ -7.418873179605752, 56.976033931904865 ], [ -7.417930889604021, 56.9757310697658 ], [ -7.41934628375017, 56.975683994203216 ], [ -7.418873179605752, 56.976033931904865 ] ] ], [ [ [ -7.367129010250224, 56.978263397819845 ], [ -7.368449318685632, 56.977990611760426 ], [ -7.368669898710602, 56.97837709223014 ], [ -7.368096178809713, 56.97845577328966 ], [ -7.367129010250224, 56.978263397819845 ] ] ], [ [ [ -7.366520427614496, 56.978843034626323 ], [ -7.367518783124937, 56.978566107486046 ], [ -7.36869675769378, 56.978677414871136 ], [ -7.368868651353512, 56.979011993900677 ], [ -7.368165128418606, 56.979276247349667 ], [ -7.366520427614496, 56.978843034626323 ] ] ], [ [ [ -7.383736202278463, 56.978452349222422 ], [ -7.384012851353455, 56.977972440331527 ], [ -7.385115848298854, 56.978077829104791 ], [ -7.385471093763022, 56.978539466872803 ], [ -7.384927187274087, 56.978823926852726 ], [ -7.384374805405081, 56.978708274547103 ], [ -7.383736202278463, 56.978452349222422 ] ] ], [ [ [ -7.379217559582419, 56.979344700349422 ], [ -7.379531128668429, 56.978948705787481 ], [ -7.380814575654211, 56.979788805432314 ], [ -7.380343668118817, 56.979894607150378 ], [ -7.379217559582419, 56.979344700349422 ] ] ], [ [ [ -7.381842793100695, 56.979433978402632 ], [ -7.38272875454094, 56.979121277336176 ], [ -7.383352277788235, 56.97938685802135 ], [ -7.382965038951644, 56.979786041469033 ], [ -7.381842793100695, 56.979433978402632 ] ] ], [ [ [ -7.368470208846005, 56.980419537981952 ], [ -7.369941993860711, 56.979654254802753 ], [ -7.370661781153886, 56.979902254917263 ], [ -7.370460832297182, 56.98027987821888 ], [ -7.370295778776639, 56.980106995022886 ], [ -7.368470208846005, 56.980419537981952 ] ] ], [ [ [ -7.545350219658082, 56.973362125084854 ], [ -7.544727695386658, 56.972336747966885 ], [ -7.546078377362952, 56.972663718631914 ], [ -7.546035576276885, 56.973592667352882 ], [ -7.545350219658082, 56.973362125084854 ] ] ], [ [ [ -7.541429330389274, 56.973648877772881 ], [ -7.541128279529814, 56.973342736898665 ], [ -7.542742387663818, 56.973059513464747 ], [ -7.54301279046221, 56.973547021143872 ], [ -7.542384174019872, 56.973475949189904 ], [ -7.542265740059002, 56.973787225742925 ], [ -7.541429330389274, 56.973648877772881 ] ] ], [ [ [ -7.52430975241051, 56.97434072373121 ], [ -7.524239377421611, 56.97370031837584 ], [ -7.525178398530953, 56.97391973825237 ], [ -7.525723179574862, 56.974647133185854 ], [ -7.52430975241051, 56.97434072373121 ] ] ], [ [ [ -7.373560937886356, 56.981887786256344 ], [ -7.373011614998848, 56.981393977626148 ], [ -7.373153555132586, 56.980550923051801 ], [ -7.373897742353951, 56.980739358684147 ], [ -7.374420214522734, 56.980419875413951 ], [ -7.375690651451165, 56.981512569690921 ], [ -7.375071005503708, 56.981444770708968 ], [ -7.375205249907579, 56.981803463044081 ], [ -7.373560937886356, 56.981887786256344 ] ] ], [ [ [ -7.372720148323336, 56.983255900271288 ], [ -7.373041387085258, 56.982684106506682 ], [ -7.373300621540165, 56.983109413346362 ], [ -7.372720148323336, 56.983255900271288 ] ] ], [ [ [ -7.375309995064587, 56.987261581916243 ], [ -7.375568902002756, 56.987056942002681 ], [ -7.376933624359213, 56.987317623384875 ], [ -7.375993321752683, 56.987484128121153 ], [ -7.375309995064587, 56.987261581916243 ] ] ], [ [ [ -7.39019899023558, 56.994458774951383 ], [ -7.389552631896224, 56.994265303106758 ], [ -7.390610200096296, 56.994235825406001 ], [ -7.390916424439864, 56.994425986142531 ], [ -7.39019899023558, 56.994458774951383 ] ] ], [ [ [ -7.526834238304584, 56.988336903787435 ], [ -7.527503794639376, 56.988293742171528 ], [ -7.527664096201907, 56.988651153574779 ], [ -7.527029286321839, 56.988706277173151 ], [ -7.526834238304584, 56.988336903787435 ] ] ], [ [ [ -7.344510346962282, 56.999320522859556 ], [ -7.34452093657429, 56.999050093299594 ], [ -7.345698681893264, 56.999270532929572 ], [ -7.344510346962282, 56.999320522859556 ] ] ], [ [ [ -7.350540687387491, 56.999858591215641 ], [ -7.350655657006651, 56.999511691505461 ], [ -7.349329303837881, 56.999748528598921 ], [ -7.345294414626698, 56.99880998878195 ], [ -7.34493913822268, 56.998460735603366 ], [ -7.345329068789584, 56.998133564001222 ], [ -7.344733910028749, 56.997664095190267 ], [ -7.343417049476168, 56.997450503655607 ], [ -7.342887798535266, 56.996865715264668 ], [ -7.341921225972047, 56.996794598923685 ], [ -7.342012336996675, 56.995994271037212 ], [ -7.342738856738046, 56.99588667940737 ], [ -7.342996553528211, 56.995155712094665 ], [ -7.34500074801348, 56.994588438103996 ], [ -7.346997408665837, 56.994714393021368 ], [ -7.349020040989975, 56.994447736558044 ], [ -7.351180380869327, 56.995138061321654 ], [ -7.352890426088948, 56.995105225815522 ], [ -7.353685881177062, 56.994675138708473 ], [ -7.354769699280963, 56.994759131043857 ], [ -7.353704775992181, 56.994462845568826 ], [ -7.352851773599443, 56.993577010269448 ], [ -7.357747848339493, 56.994086859691478 ], [ -7.357951668109035, 56.994357087423055 ], [ -7.356816485008602, 56.994374319674058 ], [ -7.357356687485643, 56.994576113876192 ], [ -7.357104532885648, 56.994771422960895 ], [ -7.356002935647885, 56.994850200736863 ], [ -7.35827821989601, 56.995364486828656 ], [ -7.356650289780922, 56.99545236708088 ], [ -7.357168593868123, 56.995902582559815 ], [ -7.356443774033091, 56.996136176317229 ], [ -7.356800047979466, 56.996777832561719 ], [ -7.35543624489589, 56.997497806415232 ], [ -7.352847464499898, 56.997784346662627 ], [ -7.353261120618583, 56.998653031909676 ], [ -7.351778594756333, 56.999351056493616 ], [ -7.351780992669835, 56.999940404386891 ], [ -7.350540687387491, 56.999858591215641 ] ] ], [ [ [ -7.397765573230121, 56.999047275118691 ], [ -7.396796362893074, 56.998561816872638 ], [ -7.398069224971818, 56.99858326573986 ], [ -7.397765573230121, 56.999047275118691 ] ] ], [ [ [ -7.413873552933639, 56.998843650010109 ], [ -7.41303784185724, 56.997826944069992 ], [ -7.414217524189194, 56.998148356634232 ], [ -7.413873552933639, 56.998843650010109 ] ] ], [ [ [ -7.377147483125396, 57.000254047845992 ], [ -7.376798796517044, 57.000066583029671 ], [ -7.376038010306537, 57.000450331265426 ], [ -7.375476274604616, 57.000272039347003 ], [ -7.375346476857638, 56.999944652062212 ], [ -7.376129897005065, 56.999717422433541 ], [ -7.375917528022846, 56.998876127203751 ], [ -7.374492901595638, 56.998204032194558 ], [ -7.374900062143439, 57.000620832602515 ], [ -7.371545791054602, 57.000346763944258 ], [ -7.36837058601036, 57.000798351235893 ], [ -7.365856248307469, 57.000573494509347 ], [ -7.36370402721125, 56.998515164278814 ], [ -7.361740331570544, 56.997362133489887 ], [ -7.361926091230119, 56.997106672138514 ], [ -7.363288456864111, 56.9969491428296 ], [ -7.361026515273175, 56.996128394687396 ], [ -7.361291321182141, 56.994591637364543 ], [ -7.360469839528543, 56.994154460630391 ], [ -7.360380112934916, 56.993303380965337 ], [ -7.360755212979633, 56.99293179677526 ], [ -7.361316958873209, 56.993168645644367 ], [ -7.361052967755402, 56.992424044627846 ], [ -7.361837307267237, 56.991917885011802 ], [ -7.36269786870569, 56.991597430177762 ], [ -7.36440657401389, 56.991784973253949 ], [ -7.365710599994781, 56.991395937367855 ], [ -7.368179299570754, 56.992279697115904 ], [ -7.368193435626886, 56.991806623278478 ], [ -7.369302013994782, 56.991776930849753 ], [ -7.37386194357781, 56.994181479240936 ], [ -7.37511440331342, 56.99400605060714 ], [ -7.376431302402408, 56.994219306799558 ], [ -7.375404963370492, 56.995217453073565 ], [ -7.37752505887047, 56.996822506961387 ], [ -7.378597810993217, 56.998310679573244 ], [ -7.377929598650258, 56.999675886175034 ], [ -7.378748617991638, 57.00054953337942 ], [ -7.377147483125396, 57.000254047845992 ] ] ], [ [ [ -7.364898607164855, 57.001136621562587 ], [ -7.365826592497607, 57.000939242385044 ], [ -7.36647793931579, 57.001338707477331 ], [ -7.365386556051416, 57.001318132113347 ], [ -7.364898607164855, 57.001136621562587 ] ] ], [ [ [ -7.412192636705245, 56.999383635063609 ], [ -7.411453089702686, 56.999174513860574 ], [ -7.412553819217283, 56.999293275000404 ], [ -7.412192636705245, 56.999383635063609 ] ] ], [ [ [ -7.349048787424349, 57.001695385348626 ], [ -7.350217700767089, 57.001280817293171 ], [ -7.350975841566467, 57.001392305615987 ], [ -7.350803209681938, 57.001854167976752 ], [ -7.349280608048296, 57.00227490022823 ], [ -7.349048787424349, 57.001695385348626 ] ] ], [ [ [ -7.416732933060986, 57.000257618551196 ], [ -7.416327016711514, 57.000007045865154 ], [ -7.415959072893084, 57.000186806738974 ], [ -7.41604426728885, 56.999458638897963 ], [ -7.41706137691047, 57.000044471163008 ], [ -7.416732933060986, 57.000257618551196 ] ] ], [ [ [ -7.395193465063071, 57.001242776208535 ], [ -7.394449214944515, 56.999887221780661 ], [ -7.3963421472785, 57.000555951147383 ], [ -7.395812724371611, 57.001191707342024 ], [ -7.395193465063071, 57.001242776208535 ] ] ], [ [ [ -7.40374983267706, 57.000815918068007 ], [ -7.403748077813401, 57.000531607879999 ], [ -7.405065980731984, 57.000714829093305 ], [ -7.404631092625893, 57.00096765068642 ], [ -7.40374983267706, 57.000815918068007 ] ] ], [ [ [ -7.368515141347768, 57.001399589694707 ], [ -7.36866312877464, 57.001168240680123 ], [ -7.370117450354821, 57.001132675336052 ], [ -7.371602529642925, 57.001595234093699 ], [ -7.371434186016945, 57.002484416745361 ], [ -7.370532133209906, 57.002347745352786 ], [ -7.369369527725226, 57.001434832923884 ], [ -7.368515141347768, 57.001399589694707 ] ] ], [ [ [ -7.391137599608907, 57.000442487734134 ], [ -7.391999682373419, 56.999678088457642 ], [ -7.393924262066355, 56.999963007122403 ], [ -7.394664535580093, 57.001336735135759 ], [ -7.394241965430898, 57.001538588848049 ], [ -7.391405235537567, 57.001423570418694 ], [ -7.391137599608907, 57.000442487734134 ] ] ], [ [ [ -7.417058727129844, 57.000309175692372 ], [ -7.417817284057428, 57.000184452770121 ], [ -7.418266492022518, 57.000573536025392 ], [ -7.418118036777685, 57.000799572319913 ], [ -7.417265783903295, 57.00055307850343 ], [ -7.417058727129844, 57.000309175692372 ] ] ], [ [ [ -7.407701367014743, 57.001735518750934 ], [ -7.407422413239042, 57.000997039408304 ], [ -7.408087395436523, 57.001192316640477 ], [ -7.407701367014743, 57.001735518750934 ] ] ], [ [ [ -7.389163134062452, 57.002372650464729 ], [ -7.390033412340816, 57.002119083489632 ], [ -7.39028172671255, 57.002409842447911 ], [ -7.389698256913608, 57.002651026509604 ], [ -7.389163134062452, 57.002372650464729 ] ] ], [ [ [ -7.418293362754413, 57.001787322343048 ], [ -7.417917046687652, 57.001298778368991 ], [ -7.41684236605811, 57.00137062453269 ], [ -7.416328463918028, 57.000605459053347 ], [ -7.417451075189227, 57.000647631719289 ], [ -7.418129882374926, 57.000982650937523 ], [ -7.418750360457901, 57.000747821256439 ], [ -7.41883845693422, 57.001815855148912 ], [ -7.418293362754413, 57.001787322343048 ] ] ], [ [ [ -7.391692931851058, 57.002929356431764 ], [ -7.391110787543879, 57.00209955115858 ], [ -7.392759180690073, 57.002037340017182 ], [ -7.394054382138927, 57.002552840301583 ], [ -7.393971699742534, 57.002835398115515 ], [ -7.393353207242196, 57.002835126797791 ], [ -7.393484305690729, 57.003283936559619 ], [ -7.392641977971511, 57.002820860166004 ], [ -7.392336220075419, 57.00344153586034 ], [ -7.391692931851058, 57.002929356431764 ] ] ], [ [ [ -7.381171321289088, 57.004355353809807 ], [ -7.380831570851003, 57.003546553427647 ], [ -7.382320687678326, 57.00352284674765 ], [ -7.38295411825256, 57.003797011690438 ], [ -7.38181141340609, 57.004390752665259 ], [ -7.381171321289088, 57.004355353809807 ] ] ], [ [ [ -7.377245600380078, 57.003269119760837 ], [ -7.377499417782458, 57.002002768196199 ], [ -7.378703619284379, 57.002346854862608 ], [ -7.379680075806061, 57.002142782878515 ], [ -7.380163148675591, 57.002346946372612 ], [ -7.379553940972119, 57.002467698609074 ], [ -7.379875503158266, 57.002809315831549 ], [ -7.379061861347424, 57.003226858023964 ], [ -7.379172545029037, 57.004162526598357 ], [ -7.379621347174634, 57.004300674075097 ], [ -7.379229930818788, 57.004502031179591 ], [ -7.377245600380078, 57.003269119760837 ] ] ], [ [ [ -7.383561029634359, 57.004058818292933 ], [ -7.383181635254803, 57.003773700317574 ], [ -7.384796274162972, 57.003762549490872 ], [ -7.38620745890433, 57.004282125865451 ], [ -7.38551713308811, 57.005265854907748 ], [ -7.385753580912175, 57.00558863259279 ], [ -7.385215926510509, 57.005634328668798 ], [ -7.384755162042755, 57.005186235600313 ], [ -7.384174233747538, 57.004477840953101 ], [ -7.383120917536756, 57.004379281185592 ], [ -7.383561029634359, 57.004058818292933 ] ] ], [ [ [ -7.366098426843645, 57.00487826316192 ], [ -7.365944113132835, 57.003809476809394 ], [ -7.366696487878442, 57.004051610152196 ], [ -7.368688379440051, 57.003911956038067 ], [ -7.370294452812089, 57.004868792933742 ], [ -7.372567974976145, 57.005193927085799 ], [ -7.373575078777348, 57.005942520651772 ], [ -7.37360844622126, 57.006629536627635 ], [ -7.373125927380965, 57.007113775586546 ], [ -7.371093992453376, 57.007205723309944 ], [ -7.369237461835582, 57.006970616005958 ], [ -7.36776042956629, 57.006336690912974 ], [ -7.368046919118918, 57.006036391836219 ], [ -7.367382420903701, 57.006060467024639 ], [ -7.367526556971939, 57.005802287605341 ], [ -7.366098426843645, 57.00487826316192 ] ] ], [ [ [ -7.388473866306172, 57.006434171364781 ], [ -7.389281630227003, 57.005976322971691 ], [ -7.389725183290505, 57.006362147746742 ], [ -7.388874907543159, 57.00675433824405 ], [ -7.388473866306172, 57.006434171364781 ] ] ], [ [ [ -7.392334553171163, 57.006726422467175 ], [ -7.391507662237013, 57.006199673549503 ], [ -7.390698086659634, 57.006360632284071 ], [ -7.390253402006282, 57.005853366617615 ], [ -7.389090430720183, 57.005624599166758 ], [ -7.388557204717412, 57.003937720755161 ], [ -7.38812051121592, 57.003997070316359 ], [ -7.388073897483091, 57.002424175895563 ], [ -7.3886839563393, 57.002366340813936 ], [ -7.390030877887394, 57.002897647828057 ], [ -7.390418631140132, 57.003524365307292 ], [ -7.391242071817516, 57.003686789461803 ], [ -7.391955707971333, 57.004285927360584 ], [ -7.392425743893545, 57.00559304668883 ], [ -7.393439814994297, 57.00655717687745 ], [ -7.393214551769142, 57.006823395765522 ], [ -7.392334553171163, 57.006726422467175 ] ] ], [ [ [ -7.394544661132067, 57.005987461205656 ], [ -7.394380351405629, 57.005594084357881 ], [ -7.395050496622855, 57.005722612038291 ], [ -7.397375389363904, 57.007251015685128 ], [ -7.396308329213245, 57.007058663982406 ], [ -7.394544661132067, 57.005987461205656 ] ] ], [ [ [ -7.378179760162614, 57.007958059703803 ], [ -7.377540246664506, 57.007414149607676 ], [ -7.378205841882435, 57.007511465378713 ], [ -7.378005682046916, 57.007268105916616 ], [ -7.376457318678529, 57.006826340486597 ], [ -7.377950890239346, 57.006946488012744 ], [ -7.379196258957622, 57.007630777997889 ], [ -7.379238346508768, 57.008092434005036 ], [ -7.378179760162614, 57.007958059703803 ] ] ], [ [ [ -7.518468724220932, 57.002199490873529 ], [ -7.518963638590211, 57.001833794442703 ], [ -7.519970484632639, 57.002127673869516 ], [ -7.519500903362065, 57.0025750565528 ], [ -7.518929218158997, 57.002590439409481 ], [ -7.518468724220932, 57.002199490873529 ] ] ], [ [ [ -7.390901411032671, 57.009069694940045 ], [ -7.389566925084007, 57.009023826179863 ], [ -7.38797452412294, 57.009133067407781 ], [ -7.386468576010924, 57.008302614135879 ], [ -7.382698707263162, 57.007556290417455 ], [ -7.379453660506769, 57.005819802660582 ], [ -7.383297670915167, 57.006396531484938 ], [ -7.3836480033042, 57.006822394540222 ], [ -7.385680224328712, 57.007301693508325 ], [ -7.386241739760849, 57.007704939133113 ], [ -7.389848298558248, 57.008120729055307 ], [ -7.390901411032671, 57.009069694940045 ] ] ], [ [ [ -7.509800125722045, 57.003747139187013 ], [ -7.510165606432583, 57.00353119824873 ], [ -7.509653814225359, 57.003427790874674 ], [ -7.510073516813986, 57.003299458499797 ], [ -7.510483530598814, 57.003572962192123 ], [ -7.511024661283287, 57.003306961638621 ], [ -7.510604038896822, 57.003862848332446 ], [ -7.509800125722045, 57.003747139187013 ] ] ], [ [ [ -7.512974743727411, 57.003477338982236 ], [ -7.513243509212514, 57.003332262557919 ], [ -7.514613137271523, 57.003714560926326 ], [ -7.513662216253891, 57.003653073612767 ], [ -7.512974743727411, 57.003477338982236 ] ] ], [ [ [ -7.509398164166107, 57.004184294582195 ], [ -7.510790144069642, 57.003983333804783 ], [ -7.510709923094662, 57.004343284785428 ], [ -7.510281480180494, 57.004346001922976 ], [ -7.509398164166107, 57.004184294582195 ] ] ], [ [ [ -7.413433981998624, 57.012231653618301 ], [ -7.413409708382511, 57.011680129651197 ], [ -7.415108244569052, 57.012649515358888 ], [ -7.415491260959072, 57.013149478533691 ], [ -7.415077673267932, 57.013039625512988 ], [ -7.413433981998624, 57.012231653618301 ] ] ], [ [ [ -7.335834134318418, 57.016533640128642 ], [ -7.335420923258627, 57.01601135061992 ], [ -7.337566928372123, 57.016135601678442 ], [ -7.336529196954596, 57.016778406552092 ], [ -7.335834134318418, 57.016533640128642 ] ] ], [ [ [ -7.330996941236509, 57.016452306957653 ], [ -7.331663003873413, 57.016207885770974 ], [ -7.332273977383335, 57.016384273065292 ], [ -7.332244775653324, 57.016812978767206 ], [ -7.331517404317974, 57.017262501220756 ], [ -7.330996941236509, 57.016452306957653 ] ] ], [ [ [ -7.514254141035898, 57.009042366283765 ], [ -7.514496420909902, 57.008585249783792 ], [ -7.514950556052801, 57.008588584323455 ], [ -7.515653521704339, 57.008934630772174 ], [ -7.515853664133914, 57.009682706938378 ], [ -7.515151811745374, 57.009744323202355 ], [ -7.514254141035898, 57.009042366283765 ] ] ], [ [ [ -7.374165593343901, 57.015442942436174 ], [ -7.375201532947383, 57.015020368946608 ], [ -7.376267431524235, 57.015203955068046 ], [ -7.376460723404859, 57.015798590204533 ], [ -7.375880193007391, 57.015891085425878 ], [ -7.375037549944665, 57.015882370953165 ], [ -7.374165593343901, 57.015442942436174 ] ] ], [ [ [ -7.519011502243605, 57.009418906464965 ], [ -7.520828835168009, 57.009315131199251 ], [ -7.51926918881648, 57.009709920636226 ], [ -7.519011502243605, 57.009418906464965 ] ] ], [ [ [ -7.344730849996612, 57.01868636525235 ], [ -7.342902647149653, 57.018134671019702 ], [ -7.344091041552472, 57.016819421733331 ], [ -7.3432530040279, 57.016211848458823 ], [ -7.340884821784406, 57.016263684343869 ], [ -7.338767788337243, 57.015422817403937 ], [ -7.337084565228981, 57.015706265173684 ], [ -7.336822489680675, 57.014858049097732 ], [ -7.337816736610542, 57.014487074329679 ], [ -7.337246639473466, 57.012585628219718 ], [ -7.339493144126118, 57.011459159527305 ], [ -7.338014109171597, 57.011382923676891 ], [ -7.337844120165855, 57.010773749617286 ], [ -7.337370123926394, 57.010861509676545 ], [ -7.335443107131039, 57.010192454405974 ], [ -7.332956732223816, 57.009992724986851 ], [ -7.332617477632832, 57.010502169445317 ], [ -7.332985251543493, 57.011053404251179 ], [ -7.332381016251121, 57.011268196786403 ], [ -7.333581179704909, 57.012044847691719 ], [ -7.334007463926691, 57.013520491654269 ], [ -7.332899368014558, 57.014017787262119 ], [ -7.330783367344502, 57.01398666879161 ], [ -7.330553960688934, 57.013537509114876 ], [ -7.330101795345846, 57.013547815607531 ], [ -7.328618320729165, 57.012175784975433 ], [ -7.329560324920458, 57.01236055156113 ], [ -7.329300578597063, 57.011872189402986 ], [ -7.329877257429026, 57.01146510804881 ], [ -7.331792443026364, 57.011189845747168 ], [ -7.331259169302205, 57.010519687959274 ], [ -7.331927318269134, 57.009888211131596 ], [ -7.331727258712011, 57.008551386590682 ], [ -7.329178332908175, 57.006936896727467 ], [ -7.329954649357354, 57.006197322009029 ], [ -7.331854953085413, 57.005877691756218 ], [ -7.332566121449565, 57.006351264650711 ], [ -7.333867248637032, 57.006223682176163 ], [ -7.3362773541204, 57.007502046477654 ], [ -7.336654260653433, 57.008403847734805 ], [ -7.339745181358794, 57.00833466549976 ], [ -7.340512713734218, 57.009773197285639 ], [ -7.341504212095718, 57.010072745509383 ], [ -7.341795123473512, 57.010604748279732 ], [ -7.342781160259885, 57.009833617094372 ], [ -7.345005470757727, 57.010561826677169 ], [ -7.344890693373062, 57.010337261251138 ], [ -7.345410151534924, 57.010279022535357 ], [ -7.346299644032808, 57.010614398936056 ], [ -7.346139591736883, 57.010877730841976 ], [ -7.347351975958164, 57.010992289997183 ], [ -7.34723613327222, 57.011276227791434 ], [ -7.349167524296321, 57.01162994682506 ], [ -7.349585656282338, 57.011211563771134 ], [ -7.348623120522548, 57.010712853625684 ], [ -7.348910614643745, 57.010475554847581 ], [ -7.351229753750275, 57.010601144443761 ], [ -7.351796100158637, 57.01041037994549 ], [ -7.351755398871815, 57.009669687101365 ], [ -7.353489698381829, 57.009514330251847 ], [ -7.355969760349224, 57.010298875213749 ], [ -7.355888149761183, 57.010819834697998 ], [ -7.35975482659778, 57.011324327029335 ], [ -7.362544819181271, 57.012311423847578 ], [ -7.362355314933027, 57.012598542678219 ], [ -7.362948227910664, 57.012820554027918 ], [ -7.362593938655713, 57.013051756948876 ], [ -7.363445887657403, 57.013411127410208 ], [ -7.36313665133244, 57.013725889684927 ], [ -7.363515356222948, 57.014006597320076 ], [ -7.362691219963876, 57.014811442968615 ], [ -7.360721974813573, 57.014540545469671 ], [ -7.360327175322125, 57.016091877557649 ], [ -7.35868684203652, 57.016328782621784 ], [ -7.357644379107469, 57.015964056119437 ], [ -7.35792508120116, 57.016766444619122 ], [ -7.357254871840813, 57.017438653876241 ], [ -7.3557669095771, 57.017817468098386 ], [ -7.355168798416526, 57.017559647580683 ], [ -7.354757853327039, 57.017856250824529 ], [ -7.3543661793833, 57.017657066799671 ], [ -7.352210516792353, 57.017924982796984 ], [ -7.351416911477576, 57.018714937822359 ], [ -7.350524950703547, 57.018478689418387 ], [ -7.350113608536024, 57.018658303136192 ], [ -7.34988862092457, 57.018298975541256 ], [ -7.349757652426214, 57.019222509134124 ], [ -7.349414415144354, 57.019187720140955 ], [ -7.346110175964166, 57.018640809517137 ], [ -7.344730849996612, 57.01868636525235 ] ] ], [ [ [ -7.347229706803016, 57.020572694114307 ], [ -7.346826115375569, 57.020176014382812 ], [ -7.34561326339779, 57.020002967896758 ], [ -7.345162672730058, 57.020368728324407 ], [ -7.344262325011843, 57.019844819801584 ], [ -7.346709328684663, 57.019708556962783 ], [ -7.347579314554888, 57.020193252511497 ], [ -7.347180607697769, 57.020174331789185 ], [ -7.347229706803016, 57.020572694114307 ] ] ], [ [ [ -7.372832988562353, 57.020715436649503 ], [ -7.372768526855147, 57.020155749990487 ], [ -7.37378539234642, 57.019999494448342 ], [ -7.373534267761723, 57.019803317384792 ], [ -7.374670203190547, 57.019956907854585 ], [ -7.375150461294802, 57.020368202853099 ], [ -7.37593689389578, 57.020329842831082 ], [ -7.374596807343317, 57.020932000649132 ], [ -7.372832988562353, 57.020715436649503 ] ] ], [ [ [ -7.324649789013083, 57.02620819353546 ], [ -7.323915988519943, 57.025348573474929 ], [ -7.32563401908119, 57.025419296338612 ], [ -7.325630864033797, 57.024879485802501 ], [ -7.326943708288482, 57.024886479043552 ], [ -7.326038273522665, 57.024556139943599 ], [ -7.326074236016273, 57.024289132904613 ], [ -7.327954641495244, 57.024744357347281 ], [ -7.327116172368816, 57.024190690729469 ], [ -7.327893350539535, 57.023914555938603 ], [ -7.325780820355009, 57.022588222020495 ], [ -7.325761642634666, 57.021994200402155 ], [ -7.324992379835082, 57.02186502626401 ], [ -7.324349707215391, 57.02054707070841 ], [ -7.324670634099258, 57.020483890046023 ], [ -7.323938636853083, 57.019808676953978 ], [ -7.321767432548149, 57.018645869296613 ], [ -7.322375507509904, 57.017247591794153 ], [ -7.32182835229738, 57.016825461804466 ], [ -7.322209454663227, 57.016606737648871 ], [ -7.321560207470377, 57.015932485485685 ], [ -7.321887116727601, 57.015738569691031 ], [ -7.319716591208736, 57.015039155891813 ], [ -7.323783954849643, 57.01475779209958 ], [ -7.323446901856929, 57.014362706511243 ], [ -7.324162809211979, 57.01412069986209 ], [ -7.325208753552728, 57.01451254585924 ], [ -7.326294710404771, 57.014205247026297 ], [ -7.327506565003767, 57.014603494696836 ], [ -7.328017497384124, 57.014370212011123 ], [ -7.328977734730604, 57.014509210631907 ], [ -7.328908286605369, 57.015002626284009 ], [ -7.329700514656995, 57.015292776701635 ], [ -7.329550306310889, 57.015510668054311 ], [ -7.331189112873791, 57.015607183019931 ], [ -7.330547796194343, 57.015909039568839 ], [ -7.33035867381354, 57.016718035465146 ], [ -7.330781017140014, 57.01713196085273 ], [ -7.33017503304718, 57.0174503043662 ], [ -7.33115148484262, 57.01798905699571 ], [ -7.332803339283698, 57.018462959839063 ], [ -7.334447996921397, 57.018082231068277 ], [ -7.334569927943271, 57.017667560495759 ], [ -7.337069289486357, 57.018528153421045 ], [ -7.338227099495649, 57.018433659432631 ], [ -7.342908845367219, 57.020127726404013 ], [ -7.343052757040142, 57.020612023831134 ], [ -7.344157575788884, 57.020722225595073 ], [ -7.343716910915782, 57.020813079928047 ], [ -7.344068376324048, 57.021077012200628 ], [ -7.342225946276286, 57.021574319468655 ], [ -7.342344254178629, 57.021880629292021 ], [ -7.341827716677334, 57.021960324137311 ], [ -7.341402944415626, 57.021645526716924 ], [ -7.341147796563488, 57.022223389880452 ], [ -7.340017685669372, 57.022568700436494 ], [ -7.339493546544271, 57.022595615248896 ], [ -7.339013001818235, 57.02217970461961 ], [ -7.337778202853354, 57.022542969537994 ], [ -7.337677795523503, 57.023451677270863 ], [ -7.336581337363321, 57.024146483210195 ], [ -7.331499628909474, 57.025069997831714 ], [ -7.33193947687541, 57.025375185010262 ], [ -7.331275063326694, 57.02609198691588 ], [ -7.329258279219964, 57.025894605487331 ], [ -7.326505309640308, 57.026776991556893 ], [ -7.324649789013083, 57.02620819353546 ] ] ], [ [ [ -7.38135476927885, 57.024983123316439 ], [ -7.382054305956721, 57.024799981563724 ], [ -7.382980442884672, 57.024814053512138 ], [ -7.383531833462309, 57.025145758141861 ], [ -7.382506252661721, 57.02535646299615 ], [ -7.382371228227385, 57.025677263573101 ], [ -7.381770640943694, 57.025347674377535 ], [ -7.38135476927885, 57.024983123316439 ] ] ], [ [ [ -7.412995701167532, 57.031085054109184 ], [ -7.410659399634841, 57.029606881125403 ], [ -7.410800005399922, 57.028363343210088 ], [ -7.41157161509364, 57.027825925803519 ], [ -7.413140331195324, 57.027492437810828 ], [ -7.414281387393315, 57.027847946578845 ], [ -7.414530009064024, 57.027459181255182 ], [ -7.415804698374608, 57.02765588762022 ], [ -7.417952847944446, 57.027391699703848 ], [ -7.418658623449372, 57.026573603045996 ], [ -7.42108975124876, 57.026270078655457 ], [ -7.423998314257682, 57.027088725479899 ], [ -7.42399616052926, 57.027921289581975 ], [ -7.424864893837967, 57.028072541459224 ], [ -7.425063846930721, 57.028745173616151 ], [ -7.423504350122307, 57.029751588592958 ], [ -7.421677286823527, 57.030406913400917 ], [ -7.421175914934182, 57.030194690919437 ], [ -7.420217463052572, 57.030695282439027 ], [ -7.419351931683698, 57.030588856382188 ], [ -7.419260456983012, 57.03097981153195 ], [ -7.417443188590971, 57.030685183605577 ], [ -7.417040916659416, 57.031265113380471 ], [ -7.414439640968394, 57.0314229340173 ], [ -7.412995701167532, 57.031085054109184 ] ] ], [ [ [ -7.299528956094404, 57.046404055215703 ], [ -7.299905278758706, 57.04609112424744 ], [ -7.300865512526051, 57.046167364731907 ], [ -7.299766130903307, 57.045926048513017 ], [ -7.298970419163554, 57.045325382619097 ], [ -7.297855587097536, 57.045264684188204 ], [ -7.298651113032356, 57.044996968938747 ], [ -7.297345729689816, 57.044584392757315 ], [ -7.297607821207725, 57.044280812631051 ], [ -7.29983905057488, 57.044240155482946 ], [ -7.300465132756503, 57.043826635334426 ], [ -7.300323337851973, 57.043585181791165 ], [ -7.298240732464499, 57.04339457152242 ], [ -7.297890995198232, 57.042968459203358 ], [ -7.298604074944748, 57.042875219425902 ], [ -7.298001271446574, 57.042468841432196 ], [ -7.300114431363869, 57.042469180380408 ], [ -7.299713929623164, 57.042265700640648 ], [ -7.300561457375392, 57.042189241808728 ], [ -7.300496604085373, 57.041908527659388 ], [ -7.302599786593841, 57.042359194248831 ], [ -7.301523270483007, 57.042508379039496 ], [ -7.302653564027151, 57.04279335996096 ], [ -7.301511226397477, 57.04357976368388 ], [ -7.302317959141353, 57.043622011285244 ], [ -7.302993476255828, 57.044421236540529 ], [ -7.303816103630589, 57.044516793828151 ], [ -7.303282429448593, 57.045056892820782 ], [ -7.304319247463495, 57.045611298622049 ], [ -7.303353979463644, 57.046250714942062 ], [ -7.301267341566493, 57.046379784552236 ], [ -7.301484820058229, 57.046573030639998 ], [ -7.300697229114797, 57.046688344984176 ], [ -7.300320516529494, 57.04639746679473 ], [ -7.299528956094404, 57.046404055215703 ] ] ], [ [ [ -7.417230311072305, 57.042561342843726 ], [ -7.418228041635289, 57.041762090831185 ], [ -7.418317708991475, 57.042602367229975 ], [ -7.417702562603381, 57.042776647978407 ], [ -7.417230311072305, 57.042561342843726 ] ] ], [ [ [ -7.300111854717672, 57.04805762375338 ], [ -7.299458090002509, 57.047815393247284 ], [ -7.298820048472767, 57.047914451488239 ], [ -7.298632361777224, 57.047409474527441 ], [ -7.300138921661838, 57.047264569716411 ], [ -7.300779563497667, 57.047588343778038 ], [ -7.300111854717672, 57.04805762375338 ] ] ], [ [ [ -7.29618413952888, 57.048071231088088 ], [ -7.29673346812105, 57.047755475033838 ], [ -7.297877909340018, 57.047733939306731 ], [ -7.298342034762079, 57.048209194474254 ], [ -7.297574249618403, 57.048498226803147 ], [ -7.29618413952888, 57.048071231088088 ] ] ], [ [ [ -7.301802826089871, 57.04758541241933 ], [ -7.303604678622364, 57.047369438799571 ], [ -7.303288907832638, 57.047643814858191 ], [ -7.304390708288849, 57.047786010626567 ], [ -7.303747765050469, 57.048312752642957 ], [ -7.303252959519487, 57.048374255663653 ], [ -7.303472927592773, 57.048180438400031 ], [ -7.301802826089871, 57.04758541241933 ] ] ], [ [ [ -7.295546912560731, 57.049101623814224 ], [ -7.294879936267403, 57.048882426889932 ], [ -7.293928204241533, 57.04903974970528 ], [ -7.29250618730971, 57.048794043325515 ], [ -7.293139269331279, 57.048312775725975 ], [ -7.295055550534293, 57.048146072407434 ], [ -7.296541569897748, 57.048551016089299 ], [ -7.295268176411816, 57.048883967806091 ], [ -7.295546912560731, 57.049101623814224 ] ] ], [ [ [ -7.292248858412142, 57.050231267927209 ], [ -7.29271328745849, 57.049667159256266 ], [ -7.29526635469209, 57.049738940309524 ], [ -7.295158578838484, 57.050256445936704 ], [ -7.29369108212337, 57.050444626158182 ], [ -7.292248858412142, 57.050231267927209 ] ] ], [ [ [ -7.418283334457119, 57.052181278996834 ], [ -7.418691788245258, 57.052026765699281 ], [ -7.417780420107455, 57.052073498719956 ], [ -7.417232594375217, 57.051556380926549 ], [ -7.418076633516869, 57.051116587937429 ], [ -7.419050713551268, 57.051273223319306 ], [ -7.418987626913506, 57.05174574189369 ], [ -7.419612466653837, 57.051896825204956 ], [ -7.419073762327632, 57.051905798528168 ], [ -7.419853475168545, 57.052303051708179 ], [ -7.41865421794486, 57.05242527989229 ], [ -7.418283334457119, 57.052181278996834 ] ] ], [ [ [ -7.45604117142483, 57.051455634390955 ], [ -7.456413986830104, 57.051003754118824 ], [ -7.456777270810055, 57.051396477627733 ], [ -7.45604117142483, 57.051455634390955 ] ] ], [ [ [ -7.420169042827497, 57.052439652786063 ], [ -7.421405022053265, 57.052161921844451 ], [ -7.422139251695119, 57.052598034227259 ], [ -7.42153786046944, 57.053003024367868 ], [ -7.420169042827497, 57.052439652786063 ] ] ], [ [ [ -7.416533576135812, 57.05371330851812 ], [ -7.417947460728494, 57.053420699219238 ], [ -7.419326083566053, 57.053768578247897 ], [ -7.417352309091531, 57.054264579286979 ], [ -7.416068586102694, 57.054272548826596 ], [ -7.416533576135812, 57.05371330851812 ] ] ], [ [ [ -7.451740479739271, 57.058779405589647 ], [ -7.450943341087624, 57.057851209554201 ], [ -7.450980481755868, 57.058160083402598 ], [ -7.450156268955223, 57.058227546680833 ], [ -7.450693286852663, 57.05828511355142 ], [ -7.450572554489293, 57.058699874392268 ], [ -7.449936429400148, 57.05886712680617 ], [ -7.449136470094463, 57.05876252794976 ], [ -7.448738885297083, 57.058023885222312 ], [ -7.447911062281529, 57.058122990484996 ], [ -7.447792876303943, 57.057880649715088 ], [ -7.447516845148875, 57.058194181703321 ], [ -7.446718229899375, 57.058323504481329 ], [ -7.446529479377522, 57.058106739056399 ], [ -7.444630578333304, 57.058504512916521 ], [ -7.443723971062511, 57.058067035804044 ], [ -7.443179729461207, 57.058297747459861 ], [ -7.441791314292311, 57.057503259604843 ], [ -7.44348512063417, 57.055539501781986 ], [ -7.442660216435505, 57.052968207723637 ], [ -7.444086802531655, 57.052032156664438 ], [ -7.444782130336998, 57.050839973123772 ], [ -7.442990714734412, 57.049041595425692 ], [ -7.443556229729412, 57.04866415722632 ], [ -7.442670441534547, 57.048839557298159 ], [ -7.440765028905682, 57.048063995597552 ], [ -7.43517352950508, 57.047002483655994 ], [ -7.428980049532881, 57.047873036036734 ], [ -7.426361212373483, 57.048020141118052 ], [ -7.424521433567479, 57.047769770463518 ], [ -7.422183285610199, 57.0457473761956 ], [ -7.420554649334547, 57.044997302429735 ], [ -7.421794934333453, 57.042863643351865 ], [ -7.421156286367374, 57.042187593721437 ], [ -7.420055690106248, 57.04236135892414 ], [ -7.421176882752757, 57.041808713866011 ], [ -7.420620179348844, 57.041772580643133 ], [ -7.420845789337482, 57.041474798900026 ], [ -7.420128132899695, 57.041896532614381 ], [ -7.420566884835299, 57.042074582455029 ], [ -7.41996544861643, 57.042003489193313 ], [ -7.421245310906536, 57.041045271996857 ], [ -7.422167118063374, 57.041478635714832 ], [ -7.422798783516503, 57.041157819871174 ], [ -7.423327860888354, 57.040112481940483 ], [ -7.422779300767419, 57.039374930855459 ], [ -7.423800156558761, 57.03927749969872 ], [ -7.424016901888771, 57.038704705975725 ], [ -7.424604546837483, 57.038602683709804 ], [ -7.424548379219706, 57.037371266958246 ], [ -7.424999542890512, 57.037013279913289 ], [ -7.426706513043153, 57.036517026947998 ], [ -7.426179403576828, 57.033012952333372 ], [ -7.425209104693597, 57.032438634174945 ], [ -7.424772482401026, 57.031257945470564 ], [ -7.429860095138747, 57.031172706192265 ], [ -7.433065172548853, 57.030720098298715 ], [ -7.435763795235185, 57.02984126729794 ], [ -7.440535227302753, 57.027115314913303 ], [ -7.448006839001698, 57.025993931544683 ], [ -7.449280852723208, 57.025206645869361 ], [ -7.449735804572721, 57.024494700323046 ], [ -7.449561200117824, 57.023406141385742 ], [ -7.446185511901086, 57.019877017849531 ], [ -7.444290391367564, 57.019263093086799 ], [ -7.442348255520618, 57.019059781428766 ], [ -7.439957854270983, 57.018116392775788 ], [ -7.437119211876632, 57.017682971879339 ], [ -7.436197665288453, 57.017192119354839 ], [ -7.435516032991469, 57.017269498844122 ], [ -7.434082106567018, 57.016411251080996 ], [ -7.434234383602259, 57.016200328141274 ], [ -7.431643947432438, 57.015014405022342 ], [ -7.430940437639179, 57.01539330300723 ], [ -7.431997215629901, 57.016200497656421 ], [ -7.432120689434889, 57.016683810348553 ], [ -7.43149613234262, 57.016553490457795 ], [ -7.430630902545897, 57.01573615894403 ], [ -7.428055174058196, 57.014661121454793 ], [ -7.426956749866957, 57.013748610703679 ], [ -7.426446902441572, 57.013917470021241 ], [ -7.426814684356971, 57.014515261552823 ], [ -7.426136781410657, 57.014651826337513 ], [ -7.424981800220267, 57.013871353288913 ], [ -7.422507939588511, 57.013164367862295 ], [ -7.421202329151416, 57.011938622711455 ], [ -7.420057623988891, 57.011521248689085 ], [ -7.421442244039238, 57.011660913015909 ], [ -7.420325027296132, 57.011318844852909 ], [ -7.421398671810671, 57.011158823988723 ], [ -7.420284290863417, 57.01090392940182 ], [ -7.419381617739527, 57.010845026184185 ], [ -7.420232721655712, 57.011477647135088 ], [ -7.418554670969174, 57.010875525745099 ], [ -7.419224232589674, 57.011813022147365 ], [ -7.418121663813413, 57.011865383251674 ], [ -7.420890927235014, 57.013049205408102 ], [ -7.420412444287507, 57.013161779602136 ], [ -7.420779999785427, 57.013656999981066 ], [ -7.420134861567209, 57.013633715121188 ], [ -7.420423033011539, 57.014455471191219 ], [ -7.419683676910536, 57.014487572714287 ], [ -7.417428922546868, 57.013404689598119 ], [ -7.416607607189307, 57.012670861040498 ], [ -7.417531689623099, 57.012819752635117 ], [ -7.417313064343176, 57.012598849703515 ], [ -7.415852453205391, 57.011971955873655 ], [ -7.415877668541154, 57.011624375953126 ], [ -7.4162288757639, 57.011747732204121 ], [ -7.416703240591637, 57.011380662840999 ], [ -7.413395483761627, 57.010688088512104 ], [ -7.411026193709835, 57.009619966520745 ], [ -7.410808834758969, 57.009305402834968 ], [ -7.411487142575147, 57.009455090408274 ], [ -7.411226888364682, 57.008426918284215 ], [ -7.411579138619026, 57.008376548839024 ], [ -7.410909931146903, 57.008062674957458 ], [ -7.410489600774471, 57.008139592301937 ], [ -7.410598181631629, 57.008391174654939 ], [ -7.40935401042006, 57.008512595393256 ], [ -7.409820368604686, 57.009393244141982 ], [ -7.411649807574167, 57.010594588519943 ], [ -7.410859310718467, 57.01029767108129 ], [ -7.410808553156838, 57.010504162260062 ], [ -7.409955781942907, 57.01045922754701 ], [ -7.409950857894188, 57.009824969261047 ], [ -7.409535313891483, 57.009882576446621 ], [ -7.408636536076651, 57.009090860923642 ], [ -7.408118010130431, 57.009075529230408 ], [ -7.408511388104637, 57.009386970257282 ], [ -7.407766415913622, 57.009719832806411 ], [ -7.409262543222987, 57.010909551320879 ], [ -7.409106624644879, 57.01153817963408 ], [ -7.409588336410737, 57.011934886417258 ], [ -7.409232681069973, 57.011882801493094 ], [ -7.408294494157565, 57.01142127516276 ], [ -7.408511545625101, 57.010781899835116 ], [ -7.407081250342864, 57.009613620271949 ], [ -7.407516669641078, 57.009488563367938 ], [ -7.406760082287133, 57.008698775315217 ], [ -7.405925251381957, 57.008425347856921 ], [ -7.405061577844061, 57.00878133396003 ], [ -7.40584700467737, 57.009202699912009 ], [ -7.405874241960388, 57.01016087488977 ], [ -7.404750911453382, 57.009537250089686 ], [ -7.404754292458483, 57.009730594385523 ], [ -7.404071162237422, 57.009683674490056 ], [ -7.404026303653929, 57.008808159187438 ], [ -7.403339425030032, 57.008621904851573 ], [ -7.402511196636823, 57.007690302019171 ], [ -7.402514545275945, 57.008167133420621 ], [ -7.40215302852797, 57.008119782897602 ], [ -7.400852277740223, 57.006830638565738 ], [ -7.400634355514059, 57.006012109686814 ], [ -7.401211922488423, 57.00601411711456 ], [ -7.403724401145046, 57.007696283954687 ], [ -7.40387441850037, 57.006969824477039 ], [ -7.403121104926366, 57.006723449055904 ], [ -7.402307018166973, 57.005264760046344 ], [ -7.400618757331514, 57.004883342011802 ], [ -7.401067675786952, 57.004737923711801 ], [ -7.400719479053572, 57.004555000380478 ], [ -7.401261644071766, 57.004540539723244 ], [ -7.400355690944076, 57.004264756252255 ], [ -7.400509083910909, 57.004015131762586 ], [ -7.399618757413166, 57.004584623688203 ], [ -7.398703519602916, 57.00464221277938 ], [ -7.398021747484447, 57.004149726926009 ], [ -7.398185271102001, 57.002720729392621 ], [ -7.397492474654529, 57.002890183488979 ], [ -7.397971200602794, 57.003233961241882 ], [ -7.397692558414029, 57.003983972653678 ], [ -7.397181230426181, 57.003983585239418 ], [ -7.393227249512361, 57.001796627724232 ], [ -7.395062796839201, 57.001717298946723 ], [ -7.398205764540807, 57.002350862394984 ], [ -7.398847682021877, 57.002228602468968 ], [ -7.40154883721281, 57.003452665511311 ], [ -7.402115989885393, 57.003099636143865 ], [ -7.401927822434686, 57.002599305528648 ], [ -7.40263839778738, 57.00260904763811 ], [ -7.405367120856467, 57.004214320193384 ], [ -7.410324661683449, 57.00619542821044 ], [ -7.41067906493138, 57.006590447859374 ], [ -7.411207229098313, 57.006570251738793 ], [ -7.411967283173426, 57.007281567167645 ], [ -7.413340582089321, 57.007412808065176 ], [ -7.411829739868727, 57.00660896005656 ], [ -7.414018797697002, 57.0070639060838 ], [ -7.415231365379288, 57.007982365674025 ], [ -7.416126367341608, 57.007955233403642 ], [ -7.415871147714161, 57.008094102191528 ], [ -7.416922015117732, 57.008038602192727 ], [ -7.415470835782984, 57.007712786896171 ], [ -7.415421269028917, 57.007417949518143 ], [ -7.417410092381326, 57.007675433479861 ], [ -7.417417449954587, 57.007895605438534 ], [ -7.418121960150858, 57.007908224984099 ], [ -7.41769095586543, 57.008074527081057 ], [ -7.418507948249778, 57.007953567344302 ], [ -7.418715433485063, 57.008222649452605 ], [ -7.42356351435456, 57.008529572751485 ], [ -7.425679484629161, 57.009803768241127 ], [ -7.426602443546776, 57.010012938485332 ], [ -7.427177737211021, 57.011602473649674 ], [ -7.429186281411796, 57.012478100275899 ], [ -7.429021632026533, 57.011972277551166 ], [ -7.429395198424091, 57.011920930869579 ], [ -7.428555131462244, 57.011060195641583 ], [ -7.429925399786631, 57.010932198502267 ], [ -7.427010126211602, 57.009777421398375 ], [ -7.425911040178655, 57.008621942622106 ], [ -7.426553663380124, 57.008312315888496 ], [ -7.424448665014279, 57.007813432843584 ], [ -7.423364225153945, 57.007220678549167 ], [ -7.42115084205656, 57.007334829191691 ], [ -7.417011470433273, 57.00675137108307 ], [ -7.413486372038287, 57.005605661135611 ], [ -7.412292856632481, 57.004771857737367 ], [ -7.412804948826806, 57.005558716740374 ], [ -7.412364915349892, 57.005844186959841 ], [ -7.41143829157437, 57.00567647290751 ], [ -7.409732390088152, 57.004630870111811 ], [ -7.407856951453697, 57.004108268371958 ], [ -7.407680635192608, 57.003066555801034 ], [ -7.406791270557149, 57.002780200586244 ], [ -7.407587130493864, 57.002911314315099 ], [ -7.407386386749834, 57.002574427468197 ], [ -7.407879678765065, 57.002382962798514 ], [ -7.410669366504403, 57.002638242291951 ], [ -7.412260618099698, 57.003338717266303 ], [ -7.412225651492807, 57.002894752648928 ], [ -7.413793883769422, 57.003436913890965 ], [ -7.414068796416649, 57.003172999682384 ], [ -7.414695511127138, 57.003286206878187 ], [ -7.414470413152724, 57.002986384841826 ], [ -7.415599650908, 57.0030282884927 ], [ -7.415649987410008, 57.002739916001055 ], [ -7.416752302578605, 57.002981869301706 ], [ -7.416491728950698, 57.002755587287261 ], [ -7.41711797863443, 57.002797705298967 ], [ -7.418837632082562, 57.003427728985059 ], [ -7.419195382465077, 57.003144006652668 ], [ -7.420352460865463, 57.003568944257168 ], [ -7.422390740008049, 57.005409939383703 ], [ -7.422439940018134, 57.00479762396337 ], [ -7.421263573991704, 57.004127851002217 ], [ -7.420946113350825, 57.003568360733937 ], [ -7.421297382898675, 57.003251614698804 ], [ -7.420531036927825, 57.002509128170445 ], [ -7.422477006483096, 57.002406599652801 ], [ -7.423275556580825, 57.002691391980761 ], [ -7.423299643776025, 57.003229426238974 ], [ -7.424634070318991, 57.003072438917741 ], [ -7.424474390980135, 57.003571661889602 ], [ -7.42554915000145, 57.003658142318393 ], [ -7.427981738346961, 57.003002491830848 ], [ -7.430128131028078, 57.003233116781068 ], [ -7.429697359920545, 57.002632676857587 ], [ -7.430014310025385, 57.002747583883533 ], [ -7.430103887896684, 57.002412496832555 ], [ -7.431225855812353, 57.00199828877755 ], [ -7.426172138276079, 57.000977948313924 ], [ -7.426157348274497, 57.001373678116671 ], [ -7.425280151146255, 57.001397412798788 ], [ -7.425770609874743, 57.001797277756353 ], [ -7.423034763889413, 57.001572394917631 ], [ -7.420965144037971, 57.001855797523824 ], [ -7.419517879478611, 57.001069082005941 ], [ -7.41872621633565, 57.00036728420752 ], [ -7.418952502995582, 57.000019072257786 ], [ -7.417939070891567, 56.999390796708902 ], [ -7.419712157927594, 56.99939300875797 ], [ -7.419802933812213, 56.999653656731013 ], [ -7.420951564306091, 56.999399478203614 ], [ -7.419754168156036, 56.998640612771091 ], [ -7.418994544465519, 56.997196754791446 ], [ -7.418808165661102, 56.997818623928289 ], [ -7.418229090841248, 56.997737569829923 ], [ -7.419028977660227, 56.997987229370715 ], [ -7.418722218561515, 56.998167942392193 ], [ -7.419154358919348, 56.998734156396559 ], [ -7.416466047327146, 56.998109287795025 ], [ -7.415467637733864, 56.997572138761598 ], [ -7.414915594320346, 56.99768788844122 ], [ -7.414481844884577, 56.997030835214673 ], [ -7.4157463158616, 56.997289156797763 ], [ -7.415114860833885, 56.996440893081086 ], [ -7.414605448507275, 56.996826580787477 ], [ -7.413706671882472, 56.996690079451831 ], [ -7.413830749370231, 56.997100479657696 ], [ -7.413045999198296, 56.996977026185071 ], [ -7.412672857655368, 56.997392793128391 ], [ -7.41201439139621, 56.996686980840003 ], [ -7.412996254012922, 56.996635398348907 ], [ -7.411862546541617, 56.996210286390699 ], [ -7.410664444996181, 56.995013990544642 ], [ -7.411658727143119, 56.996984991677849 ], [ -7.411013797207262, 56.996915759974208 ], [ -7.410937165799528, 56.997250268005097 ], [ -7.410047932277839, 56.997077328181938 ], [ -7.408579720088766, 56.99616630972023 ], [ -7.409178301763166, 56.996721740735815 ], [ -7.407715224869872, 56.996888640922705 ], [ -7.407823789500418, 56.997340215786046 ], [ -7.409700278272047, 56.998529634241478 ], [ -7.409598425315561, 56.999336813235189 ], [ -7.406656185572928, 56.999504805473649 ], [ -7.407877149056855, 56.999781291709958 ], [ -7.407769453708346, 57.000140541831584 ], [ -7.406902114166624, 56.999857734598883 ], [ -7.406975251897235, 57.000337843646449 ], [ -7.406166179325917, 56.999945412068357 ], [ -7.406131093831699, 57.000305114990866 ], [ -7.40578281173229, 57.00009881102293 ], [ -7.405008105828706, 57.000486946465017 ], [ -7.401273139346482, 56.999978171958041 ], [ -7.4012030665532, 56.999722917462165 ], [ -7.402342814858397, 56.99971318614233 ], [ -7.401884203171392, 56.999121967010062 ], [ -7.402520802004465, 56.998952218997928 ], [ -7.40208527011567, 56.998621888663067 ], [ -7.402518705214118, 56.998529330673875 ], [ -7.401267477902659, 56.998146109114138 ], [ -7.401090785726955, 56.997724477484724 ], [ -7.400707710357433, 56.998413321101381 ], [ -7.398790679874758, 56.998146180479509 ], [ -7.398060119277627, 56.998338872415935 ], [ -7.397234776816898, 56.997912891773105 ], [ -7.397611623014936, 56.997793999687161 ], [ -7.397352343353332, 56.997121249102527 ], [ -7.39877738302044, 56.997066811772683 ], [ -7.398565036589217, 56.996524326119115 ], [ -7.399110374357632, 56.996305445219605 ], [ -7.39838332618193, 56.995772625909524 ], [ -7.400831835189075, 56.995885377272899 ], [ -7.401046869911226, 56.995175006575593 ], [ -7.400166638452663, 56.994904413945022 ], [ -7.400551412922967, 56.995260344795803 ], [ -7.400175933691551, 56.995513280682616 ], [ -7.399712534085777, 56.994695474478682 ], [ -7.398994469824151, 56.99534840920073 ], [ -7.398345798962434, 56.995366570471589 ], [ -7.398679736549288, 56.995065940011386 ], [ -7.397768223988288, 56.994965875221901 ], [ -7.397687361138919, 56.994386203353756 ], [ -7.396938587263389, 56.993919113278253 ], [ -7.397216331176972, 56.993685713407579 ], [ -7.395837565554826, 56.993228762757873 ], [ -7.396240126457689, 56.99287837423072 ], [ -7.394971313405627, 56.992144875293206 ], [ -7.393984938495249, 56.991937327318581 ], [ -7.395307192310448, 56.993857360776353 ], [ -7.395255276952387, 56.994590365557329 ], [ -7.394096870843515, 56.994288559534368 ], [ -7.394342807041641, 56.994619910491373 ], [ -7.393046396029379, 56.994571546194862 ], [ -7.391107972568455, 56.993722951334462 ], [ -7.3897958110127, 56.993668034907905 ], [ -7.388122822386696, 56.992522649303126 ], [ -7.386518238659778, 56.992497423682003 ], [ -7.386732405701739, 56.993554615464575 ], [ -7.385494257693086, 56.992303131867473 ], [ -7.3859509417711, 56.991585965145362 ], [ -7.382968243709288, 56.991368180722034 ], [ -7.381024655398835, 56.99058355749866 ], [ -7.3810169185715, 56.990871872737493 ], [ -7.380014224818715, 56.990721616890482 ], [ -7.379036964024488, 56.990120286217923 ], [ -7.379517903645848, 56.989627085403825 ], [ -7.379061287914142, 56.988863819466111 ], [ -7.379668728034661, 56.987820699906266 ], [ -7.380257025686675, 56.988069818899518 ], [ -7.381154849649161, 56.987837617954817 ], [ -7.379451418772505, 56.987344099571146 ], [ -7.379372727021599, 56.987028012608462 ], [ -7.378746304588014, 56.987199006025939 ], [ -7.37515831717996, 56.986269183088375 ], [ -7.375909358210465, 56.985705865009187 ], [ -7.376677363034313, 56.986172242240926 ], [ -7.376571127576855, 56.985380372758001 ], [ -7.377686613679997, 56.985570788543463 ], [ -7.377747620392871, 56.985194683971173 ], [ -7.378597545674068, 56.985486530310119 ], [ -7.378859436619821, 56.985074767644996 ], [ -7.379669481593329, 56.985147840130004 ], [ -7.380227559497911, 56.985416259905143 ], [ -7.379894128481802, 56.986074094497425 ], [ -7.380455018691184, 56.986247898443395 ], [ -7.380036192703382, 56.986315453561758 ], [ -7.380735263871883, 56.986532795487477 ], [ -7.38132534187213, 56.987591780894185 ], [ -7.382067121803291, 56.987762277174618 ], [ -7.380858949907809, 56.985906501677533 ], [ -7.381988417181913, 56.985452817537457 ], [ -7.381041457344291, 56.985003188533867 ], [ -7.38008872372969, 56.985026271460931 ], [ -7.379517259323018, 56.983867485970052 ], [ -7.380231779149617, 56.983679189474898 ], [ -7.378157400228663, 56.981986732191018 ], [ -7.378849259263395, 56.981641929878712 ], [ -7.37875248216308, 56.981200630755382 ], [ -7.37949993305031, 56.98106941388874 ], [ -7.378941489105492, 56.980171049310677 ], [ -7.379699054065366, 56.980223882797716 ], [ -7.378815406762373, 56.979982997254098 ], [ -7.378447943550085, 56.979436374476784 ], [ -7.380307052635363, 56.980382154930012 ], [ -7.382284235000158, 56.980035897530001 ], [ -7.382694409857162, 56.980364681451711 ], [ -7.382265114622029, 56.980644184209503 ], [ -7.383054826268237, 56.9808621005741 ], [ -7.382252429976334, 56.98095521189321 ], [ -7.383173634642928, 56.981284448227278 ], [ -7.383326724164537, 56.981772812607829 ], [ -7.384717529221654, 56.981645303536588 ], [ -7.383989403328861, 56.981226751854678 ], [ -7.384381400814974, 56.980917354460402 ], [ -7.385814094867045, 56.981363989806162 ], [ -7.384991627222774, 56.981318493550781 ], [ -7.384979838669098, 56.981692479560472 ], [ -7.38555771171625, 56.981870026261099 ], [ -7.387190477508301, 56.981421564082176 ], [ -7.387123163964574, 56.981127488044244 ], [ -7.388334027361521, 56.981237193115028 ], [ -7.388906765881013, 56.980753484786376 ], [ -7.390636119235794, 56.980687781375224 ], [ -7.391296194852144, 56.981091237222124 ], [ -7.391708397473653, 56.980807940623784 ], [ -7.39399829691545, 56.98222088403071 ], [ -7.394074049710088, 56.981947624010836 ], [ -7.395103719402369, 56.982114594760304 ], [ -7.395240531331971, 56.981523710673876 ], [ -7.396456856395636, 56.981273120648872 ], [ -7.397948664296147, 56.981955551166898 ], [ -7.397723326201107, 56.982163289192989 ], [ -7.398942226083842, 56.982668524640239 ], [ -7.398926683722164, 56.98301567928506 ], [ -7.401228052984578, 56.983982525953209 ], [ -7.401418250304865, 56.98343071982751 ], [ -7.402206132778012, 56.983362412303094 ], [ -7.407519537570149, 56.989353666654715 ], [ -7.407158497550124, 56.989795891848104 ], [ -7.405388305439968, 56.989662893358684 ], [ -7.407637965340408, 56.990100000197991 ], [ -7.407938196685324, 56.990656663413311 ], [ -7.407221983645281, 56.991026084074534 ], [ -7.408648475324147, 56.99120995384402 ], [ -7.409166128936193, 56.991560999837169 ], [ -7.409092215627016, 56.992139961834191 ], [ -7.40848345319724, 56.99182097880243 ], [ -7.408630466916635, 56.992944956016451 ], [ -7.409370653763776, 56.99315946251113 ], [ -7.409931581221441, 56.992901157314272 ], [ -7.410252703098902, 56.993906890879593 ], [ -7.410607781412795, 56.993208426554013 ], [ -7.410052096605869, 56.991905076575271 ], [ -7.41162873824557, 56.991341735830702 ], [ -7.41307217667928, 56.991449224043542 ], [ -7.412533136073477, 56.991087421527872 ], [ -7.414390744741109, 56.991106732478919 ], [ -7.414989435863432, 56.991470438828237 ], [ -7.418023555967568, 56.9917338265941 ], [ -7.419000335574833, 56.992281791069736 ], [ -7.419631607804038, 56.991884490533529 ], [ -7.422033063010018, 56.991879168024404 ], [ -7.422087024446469, 56.991389940965142 ], [ -7.42085169982398, 56.990504944630047 ], [ -7.419355873220946, 56.990377322990724 ], [ -7.418292884931327, 56.990640374533697 ], [ -7.416322293901437, 56.990286739865923 ], [ -7.416094242444339, 56.990735820524222 ], [ -7.414060284607817, 56.990603591654143 ], [ -7.411225398253862, 56.990110980594061 ], [ -7.409956519966912, 56.989571123539406 ], [ -7.410230617942905, 56.988894169352442 ], [ -7.406897900705311, 56.988230456497625 ], [ -7.40426090680463, 56.984718763463547 ], [ -7.404845463167019, 56.984408157871108 ], [ -7.407023580166282, 56.985069756403632 ], [ -7.406726221244553, 56.984634462310375 ], [ -7.407729167723632, 56.984321911800684 ], [ -7.406396219427969, 56.982976639008747 ], [ -7.407403442270194, 56.982727801836404 ], [ -7.407740826046214, 56.981998612489448 ], [ -7.408218553795694, 56.982246094219825 ], [ -7.408498536041502, 56.982040466880164 ], [ -7.407775802399668, 56.98130952790158 ], [ -7.408212666142841, 56.981298692318475 ], [ -7.408118200364143, 56.981000400633881 ], [ -7.407095267326095, 56.98053985838655 ], [ -7.407590304801683, 56.980407709111823 ], [ -7.407120506946838, 56.97989709408337 ], [ -7.407943998003844, 56.979836204494006 ], [ -7.407135167462777, 56.979567073872069 ], [ -7.407831256390907, 56.979310115280569 ], [ -7.406132962368961, 56.978738443810904 ], [ -7.40540704225574, 56.977973433500097 ], [ -7.405751768583692, 56.977737108152475 ], [ -7.407570007500826, 56.977977799794473 ], [ -7.407170485927906, 56.977621632498995 ], [ -7.407538437818356, 56.977341097222514 ], [ -7.406726959917456, 56.9773141689356 ], [ -7.406431464183458, 56.976970590720427 ], [ -7.407210231360128, 56.977010637894509 ], [ -7.407025086744192, 56.976462487516784 ], [ -7.407785563077597, 56.976218036514375 ], [ -7.408554984023473, 56.976284578858319 ], [ -7.40929628074142, 56.976792416353895 ], [ -7.409655764346994, 56.976204454968716 ], [ -7.409939168503408, 56.976544050649359 ], [ -7.410511692174777, 56.976174538338419 ], [ -7.412172728799728, 56.976547073615514 ], [ -7.413340672402712, 56.976113018178701 ], [ -7.415003006761141, 56.976732050017127 ], [ -7.417118445846575, 56.976534919348694 ], [ -7.417322915912854, 56.976207453449796 ], [ -7.418872676529207, 56.976087051740798 ], [ -7.419005271022467, 56.976386380906476 ], [ -7.420403450328565, 56.976187047303178 ], [ -7.420979190040926, 56.975749846825288 ], [ -7.422772599311853, 56.975887898992283 ], [ -7.422695320337684, 56.975154184058965 ], [ -7.422104223927884, 56.975146576566317 ], [ -7.421778920741771, 56.975594498688842 ], [ -7.420910729141188, 56.975427033479448 ], [ -7.421299752301983, 56.975178837561948 ], [ -7.420866851871916, 56.975080652753476 ], [ -7.418717092723759, 56.97516594469311 ], [ -7.417331050793369, 56.974780655823785 ], [ -7.417219403804292, 56.974296822925204 ], [ -7.418237240520064, 56.974066328704822 ], [ -7.419767689024389, 56.974300439075726 ], [ -7.420619299520818, 56.973698260214945 ], [ -7.421319957735395, 56.974378788519267 ], [ -7.421528058708348, 56.97395216026019 ], [ -7.420759343808802, 56.973528381144206 ], [ -7.423054511555669, 56.9729489476628 ], [ -7.423263083459297, 56.972107409800145 ], [ -7.424017318570163, 56.972070118885803 ], [ -7.424225648609922, 56.972470546705495 ], [ -7.424645767561466, 56.972074291896419 ], [ -7.423971904654908, 56.971826401885266 ], [ -7.424502240850915, 56.971349757823702 ], [ -7.423624801670164, 56.971050420420831 ], [ -7.424166593968937, 56.970573279540339 ], [ -7.423341067831609, 56.970426478011383 ], [ -7.423582891238912, 56.969225305842002 ], [ -7.425143561434027, 56.969260938616344 ], [ -7.425091783719505, 56.968645811166517 ], [ -7.425615078805301, 56.968720248739835 ], [ -7.425127077618788, 56.967983698409405 ], [ -7.425940738128463, 56.967778214678852 ], [ -7.425561571496502, 56.967550814974871 ], [ -7.426176021361207, 56.967414291864031 ], [ -7.427002129898847, 56.967791440415589 ], [ -7.427176069010621, 56.967379785906687 ], [ -7.427989939039766, 56.967650363989861 ], [ -7.427835676941524, 56.967383485136395 ], [ -7.428706996674074, 56.967302369714176 ], [ -7.428690901616318, 56.966277102110467 ], [ -7.430649965151213, 56.965780539207202 ], [ -7.429585400267434, 56.965575789962195 ], [ -7.428120140950512, 56.964182507383299 ], [ -7.425997114143071, 56.963554001512257 ], [ -7.426105290679638, 56.962374834249772 ], [ -7.426425607220978, 56.962198904576425 ], [ -7.427040662729929, 56.962406137466516 ], [ -7.426356725420878, 56.961895911251467 ], [ -7.42710295426388, 56.961251464153655 ], [ -7.428482336040895, 56.961672922877192 ], [ -7.430142400332298, 56.960799686401465 ], [ -7.431919262371757, 56.96081771336037 ], [ -7.431853884408586, 56.962153422063942 ], [ -7.432905994070766, 56.962205696588946 ], [ -7.433139488785836, 56.962496117527216 ], [ -7.433739058109408, 56.962010112110235 ], [ -7.434344386852033, 56.962082737263373 ], [ -7.434633805252083, 56.962688410532962 ], [ -7.436038906323931, 56.962991671423914 ], [ -7.436903627824269, 56.963937656939279 ], [ -7.437831240547053, 56.964186113090854 ], [ -7.439929964818884, 56.962921927325205 ], [ -7.4409087276724, 56.962866636437298 ], [ -7.441726106932154, 56.961628605157479 ], [ -7.442505161017149, 56.961402017607483 ], [ -7.442530958921879, 56.96111649805929 ], [ -7.441843749321764, 56.960923287974367 ], [ -7.443340977291995, 56.960211767986777 ], [ -7.443199003521044, 56.959691475192599 ], [ -7.444108963662697, 56.959785856525158 ], [ -7.443660158333954, 56.959307756151333 ], [ -7.442383350372421, 56.95923927989729 ], [ -7.441904011436045, 56.959498690058055 ], [ -7.441851696875969, 56.95897178430257 ], [ -7.441158775704179, 56.958998415776385 ], [ -7.441044508149114, 56.958329316011167 ], [ -7.438713261124465, 56.957379821564196 ], [ -7.433777935387632, 56.956701264670286 ], [ -7.430491293356419, 56.953931200355875 ], [ -7.430526195049809, 56.952984708632499 ], [ -7.431283920719093, 56.952420727047034 ], [ -7.432098016966436, 56.952299772167102 ], [ -7.431800641344908, 56.952011233441674 ], [ -7.433894665757766, 56.952253000586609 ], [ -7.432904915203116, 56.951508644186013 ], [ -7.434209512238586, 56.950911817674154 ], [ -7.435220595294396, 56.949319795932325 ], [ -7.43629856531199, 56.949596799824725 ], [ -7.436055780404997, 56.948666907673072 ], [ -7.437314790805614, 56.948774014479476 ], [ -7.437809734730554, 56.949400416953502 ], [ -7.438159373411818, 56.948242198138651 ], [ -7.438864336634802, 56.948220453016198 ], [ -7.439955017907816, 56.948640867377748 ], [ -7.439526515552106, 56.948920553252449 ], [ -7.440877506431225, 56.949037111970469 ], [ -7.44197147143403, 56.949592363611494 ], [ -7.444614303392391, 56.951447965139309 ], [ -7.444831711500909, 56.95101998143533 ], [ -7.445995968139433, 56.950703648230046 ], [ -7.44768739886243, 56.951120261763734 ], [ -7.446823736969678, 56.950451500164242 ], [ -7.447136324965297, 56.950280349557879 ], [ -7.448312574624777, 56.950777955449709 ], [ -7.448987148382128, 56.950604484342264 ], [ -7.449918296216294, 56.950833789922712 ], [ -7.449020556282487, 56.950270030258565 ], [ -7.449634588132678, 56.94973920670764 ], [ -7.452017248120714, 56.949590060312524 ], [ -7.451893858787581, 56.949140961697964 ], [ -7.452608640992058, 56.948961211940983 ], [ -7.451179743324613, 56.948087697205438 ], [ -7.450416537318134, 56.948161557261642 ], [ -7.448862997183808, 56.947729958415465 ], [ -7.448958326995778, 56.946524313326783 ], [ -7.450139404031882, 56.946661694491091 ], [ -7.45011062526253, 56.94623995919099 ], [ -7.450953315412238, 56.946203124860716 ], [ -7.45281541570007, 56.946436706768644 ], [ -7.453129895737887, 56.945941461400963 ], [ -7.453920213125181, 56.945884397368175 ], [ -7.45411161219026, 56.945111036146152 ], [ -7.455404847793363, 56.944608968813164 ], [ -7.456450401680855, 56.944720718672301 ], [ -7.456473033847002, 56.945156223114246 ], [ -7.45759253837952, 56.945098229667849 ], [ -7.458840606602208, 56.946591581803617 ], [ -7.459747796053411, 56.946713862697642 ], [ -7.461097758853765, 56.946767246987491 ], [ -7.462897682520188, 56.945621913747068 ], [ -7.463736059528247, 56.945499681710409 ], [ -7.465271027292363, 56.945972410634702 ], [ -7.465444022430609, 56.945636330128231 ], [ -7.465922061784751, 56.946312872387111 ], [ -7.466629982599296, 56.946479838004855 ], [ -7.466814124479813, 56.946219766294348 ], [ -7.467821775819199, 56.946297084453263 ], [ -7.46906066645903, 56.9453697559752 ], [ -7.469919257544376, 56.946506591549351 ], [ -7.470712238463252, 56.946579803363093 ], [ -7.472011192647434, 56.9448848096945 ], [ -7.473848205293347, 56.945227179412285 ], [ -7.475625197501755, 56.946337159450117 ], [ -7.476769963930351, 56.945890883498592 ], [ -7.479369839037876, 56.946425565971822 ], [ -7.479362100229618, 56.946137904972446 ], [ -7.482183825507621, 56.94641167969467 ], [ -7.48263630621172, 56.946196484097257 ], [ -7.483932439072206, 56.94690179224493 ], [ -7.483656917287144, 56.947166810902367 ], [ -7.484607903110426, 56.947798190610776 ], [ -7.484578923045301, 56.948708471852854 ], [ -7.48515313247881, 56.949263719255917 ], [ -7.484588993884167, 56.950107539017623 ], [ -7.484718783187726, 56.951346539570913 ], [ -7.481912581021295, 56.952769539064299 ], [ -7.481337922691308, 56.953464402509461 ], [ -7.482255631086751, 56.953913664873319 ], [ -7.481827680406747, 56.954139478402759 ], [ -7.483569378639248, 56.9539315045946 ], [ -7.485479177086289, 56.954093214689188 ], [ -7.486157830624069, 56.954428763914429 ], [ -7.486449177540091, 56.953902042238916 ], [ -7.487305600637571, 56.953655559107048 ], [ -7.488467413109963, 56.954676342075722 ], [ -7.490896807491026, 56.955646711218719 ], [ -7.492445681580567, 56.955583005224199 ], [ -7.494313719187887, 56.954969711352987 ], [ -7.495999315563917, 56.954962037428054 ], [ -7.495103012784104, 56.954223924199695 ], [ -7.494500219932133, 56.954168583370439 ], [ -7.495163933414513, 56.954089837852706 ], [ -7.494898529995339, 56.953742427490702 ], [ -7.496255492142661, 56.953338822710535 ], [ -7.4960929702061, 56.952974280069789 ], [ -7.496492608512596, 56.95291436536494 ], [ -7.494957135966781, 56.952353825318063 ], [ -7.496991032621629, 56.951571174773598 ], [ -7.497028753617467, 56.951101504607543 ], [ -7.497924780016871, 56.950755997528731 ], [ -7.499779950948414, 56.950827192396517 ], [ -7.500660617262371, 56.95126985659482 ], [ -7.500628214435886, 56.950771776834252 ], [ -7.501263344431545, 56.950667257249961 ], [ -7.502198757349084, 56.951647506086758 ], [ -7.500627559701205, 56.952462036460958 ], [ -7.501362615984144, 56.952654614912824 ], [ -7.50080238385751, 56.952742330058221 ], [ -7.500130622119857, 56.953546874485632 ], [ -7.501809783710216, 56.953964212030485 ], [ -7.501091540286323, 56.954766312224635 ], [ -7.501338882166223, 56.956094626059972 ], [ -7.502720809324923, 56.957642888076705 ], [ -7.503752185225512, 56.95803388454965 ], [ -7.504279991546296, 56.957837786872901 ], [ -7.50520234657432, 56.958070680100505 ], [ -7.504930784712479, 56.957170048232562 ], [ -7.505866519670105, 56.956624728719049 ], [ -7.505663687157003, 56.955988369621259 ], [ -7.50654428854528, 56.955683083317481 ], [ -7.506687223740959, 56.955257362458156 ], [ -7.505873891547871, 56.95392344452069 ], [ -7.506589267830593, 56.952768632407441 ], [ -7.505895887119236, 56.95266874606412 ], [ -7.506439061720668, 56.952343255570881 ], [ -7.503247209461558, 56.951497738135785 ], [ -7.501770316629115, 56.949695372244754 ], [ -7.502684545904205, 56.948359006300542 ], [ -7.502456585230027, 56.947262044349422 ], [ -7.504034155650747, 56.946458903118916 ], [ -7.508408348263367, 56.945914732053559 ], [ -7.509865084644117, 56.94602137255405 ], [ -7.511011154936318, 56.945642214869537 ], [ -7.511205136034735, 56.946007150525006 ], [ -7.512885295412266, 56.946454889805246 ], [ -7.513260969925895, 56.947045795768325 ], [ -7.515416543189698, 56.947589484328482 ], [ -7.517823298751922, 56.94727149649853 ], [ -7.52016669380297, 56.947581785964054 ], [ -7.520726432857156, 56.948358029982003 ], [ -7.523542438733307, 56.948300820614314 ], [ -7.526055273565816, 56.947365951858998 ], [ -7.531143673741846, 56.947506648561415 ], [ -7.533312817009655, 56.945601332649645 ], [ -7.53238941300356, 56.944418259614039 ], [ -7.530050132067617, 56.943236786847258 ], [ -7.530113540753018, 56.942233135768767 ], [ -7.531135982355986, 56.941943871249059 ], [ -7.532468595271313, 56.940893804484602 ], [ -7.533817658012089, 56.940786230185743 ], [ -7.535519544322015, 56.939939345539457 ], [ -7.536591809008277, 56.939853030117455 ], [ -7.539065589652687, 56.940377675086403 ], [ -7.54197850576817, 56.939802702416408 ], [ -7.542455291528343, 56.93945479165987 ], [ -7.537605443285191, 56.938253643149416 ], [ -7.531514654215658, 56.937430493308661 ], [ -7.524192025883547, 56.937524772545999 ], [ -7.519187823434889, 56.936753680169694 ], [ -7.51768418912297, 56.936984043178782 ], [ -7.517196420636596, 56.936703221162652 ], [ -7.515242131887082, 56.93673659095186 ], [ -7.51469714535693, 56.936424990022978 ], [ -7.514006038425072, 56.936616663562077 ], [ -7.513180032626328, 56.935540764291154 ], [ -7.512456772524906, 56.935426043186354 ], [ -7.511384298104674, 56.935632764755553 ], [ -7.511429777774764, 56.935884560704118 ], [ -7.510723811650098, 56.935742064255692 ], [ -7.508316628569641, 56.936419959702739 ], [ -7.507666637257786, 56.935987866103964 ], [ -7.505235884267174, 56.93606102830195 ], [ -7.503733935275941, 56.935567531887692 ], [ -7.500223662038183, 56.935141939437258 ], [ -7.49912470653449, 56.934210302262954 ], [ -7.496555497027463, 56.935754627564961 ], [ -7.495992710096836, 56.935466234182385 ], [ -7.496024425764481, 56.934888827217002 ], [ -7.495362432902453, 56.934686706125596 ], [ -7.496027362429211, 56.933926583060178 ], [ -7.494233469394977, 56.933539448892695 ], [ -7.492619280692957, 56.933768080424883 ], [ -7.49272803045471, 56.934505798688129 ], [ -7.492028195447984, 56.935063137255405 ], [ -7.491273488484143, 56.934466374383049 ], [ -7.490145263535652, 56.934574565013037 ], [ -7.489984812343941, 56.934100125496556 ], [ -7.489247888269167, 56.933903072804455 ], [ -7.488983058240829, 56.933055224316583 ], [ -7.48731313499705, 56.932111729686341 ], [ -7.487253499965925, 56.930588840414075 ], [ -7.487668817384838, 56.930111554115442 ], [ -7.490242093003744, 56.929030737936515 ], [ -7.490562659565061, 56.929363122963103 ], [ -7.491262218617891, 56.929251307966702 ], [ -7.492098013197887, 56.930231500695477 ], [ -7.492648293952431, 56.930000253200369 ], [ -7.493366350814798, 56.930170215291398 ], [ -7.493490874380194, 56.929652620883367 ], [ -7.493948371420156, 56.929718860087135 ], [ -7.495188417117959, 56.930861220200249 ], [ -7.495753689180522, 56.932238522216281 ], [ -7.494979663756073, 56.932548946624784 ], [ -7.496149539753867, 56.932991482411907 ], [ -7.497239808195562, 56.932604104868695 ], [ -7.497136045411415, 56.932056971551454 ], [ -7.498520790001611, 56.930419075040724 ], [ -7.500233739032324, 56.930726914617615 ], [ -7.500974160937484, 56.930245135052324 ], [ -7.503403309652808, 56.930174817538798 ], [ -7.504151629005237, 56.930526986501846 ], [ -7.504365641011036, 56.93015932933141 ], [ -7.50717172151732, 56.930935413380553 ], [ -7.507123257422903, 56.930540645312796 ], [ -7.507750278621994, 56.9305507441901 ], [ -7.509678492336787, 56.931211653571907 ], [ -7.510599296921871, 56.931193453025571 ], [ -7.515208833649445, 56.933975885521349 ], [ -7.517750434142208, 56.933818415830537 ], [ -7.519943182287053, 56.932662008851338 ], [ -7.519522949192404, 56.932147799232084 ], [ -7.519931999680142, 56.931575269535941 ], [ -7.520804334207822, 56.931418735262724 ], [ -7.521448672384518, 56.931623305016892 ], [ -7.521947552978023, 56.931001787406196 ], [ -7.52329004295411, 56.930596699887346 ], [ -7.523168431563835, 56.930253776385968 ], [ -7.524634725572719, 56.929884589214744 ], [ -7.528226032782959, 56.928127811855489 ], [ -7.532627393740051, 56.926851590148217 ], [ -7.534216032920468, 56.92701957619397 ], [ -7.534820150590043, 56.926277222475164 ], [ -7.535224052924317, 56.924242301440636 ], [ -7.534198833067222, 56.921627315324976 ], [ -7.532184889495865, 56.920588077532543 ], [ -7.529143470731575, 56.921263959999258 ], [ -7.524259388861567, 56.920778506178692 ], [ -7.521125191876727, 56.920773378157492 ], [ -7.514656113645295, 56.922031800237633 ], [ -7.512327191932732, 56.921262696894779 ], [ -7.506946463695355, 56.922047761158062 ], [ -7.505265916201892, 56.921644989611821 ], [ -7.50329880580437, 56.921641857215306 ], [ -7.502175186498167, 56.921443958433038 ], [ -7.501566589298051, 56.920944312772235 ], [ -7.502339384513154, 56.920716695709864 ], [ -7.501931910246656, 56.920464678097261 ], [ -7.502362878476974, 56.919928142948287 ], [ -7.503068716664155, 56.920027483185855 ], [ -7.502211475689114, 56.919682821814952 ], [ -7.50386948030031, 56.917035563368607 ], [ -7.506141242868987, 56.91620620325083 ], [ -7.50845324192418, 56.916351544103918 ], [ -7.506941614225675, 56.916143839863444 ], [ -7.507060331344953, 56.91524307347288 ], [ -7.508394276121688, 56.915428928073148 ], [ -7.509193054725032, 56.916157739486138 ], [ -7.51007112702588, 56.916019919234238 ], [ -7.51013894678335, 56.915632611115683 ], [ -7.511962622899365, 56.91553576816262 ], [ -7.512481929609177, 56.915119489063414 ], [ -7.511642634553162, 56.914940603939712 ], [ -7.511978865614804, 56.914376719133323 ], [ -7.512965701903473, 56.914240366786274 ], [ -7.513040074609925, 56.914665488455654 ], [ -7.513307080518066, 56.914379169253429 ], [ -7.51405487436145, 56.914673694616695 ], [ -7.514367304930583, 56.914216158366735 ], [ -7.515016286686158, 56.914187440850966 ], [ -7.514423021618181, 56.913814081778909 ], [ -7.51484792914529, 56.912804351450163 ], [ -7.516868806244545, 56.912362095842141 ], [ -7.517421798731211, 56.912663424055616 ], [ -7.51722322437573, 56.91213309919258 ], [ -7.518100619583113, 56.912436262558508 ], [ -7.517942441710987, 56.911978852181562 ], [ -7.519580716352408, 56.911464387949067 ], [ -7.521145162499048, 56.912062908324621 ], [ -7.521897338116495, 56.91299801413772 ], [ -7.522316073730046, 56.912625747740243 ], [ -7.523756242791185, 56.913262145695761 ], [ -7.527157178872572, 56.913228360251154 ], [ -7.528341866350956, 56.913783334907428 ], [ -7.527993951958073, 56.913933773171337 ], [ -7.52831868782966, 56.914292882292571 ], [ -7.530195927412647, 56.914358099324879 ], [ -7.532465849047889, 56.913798331643406 ], [ -7.532791514725652, 56.912721830321267 ], [ -7.533409133162185, 56.912725909504353 ], [ -7.533090043587599, 56.911961545459079 ], [ -7.534355229217555, 56.911617352413138 ], [ -7.533454469658706, 56.910370299319574 ], [ -7.533453617592244, 56.909200288842747 ], [ -7.534879805626489, 56.909276456563781 ], [ -7.536778784406702, 56.909822123414237 ], [ -7.538315976279744, 56.910977868793196 ], [ -7.539038835301564, 56.91069372922594 ], [ -7.539982158204742, 56.911173819654401 ], [ -7.541226641272202, 56.911244494025105 ], [ -7.541303190558975, 56.910984578155784 ], [ -7.541890011913132, 56.911390502806022 ], [ -7.542763606132207, 56.910847625500509 ], [ -7.543816595255458, 56.910958292648615 ], [ -7.544066740321967, 56.91070415225682 ], [ -7.545766319743491, 56.910516021174075 ], [ -7.545443448307966, 56.910170371839328 ], [ -7.546134071148603, 56.909172087963285 ], [ -7.546569269066138, 56.909332726707149 ], [ -7.54696999835272, 56.909040375359289 ], [ -7.547799349884801, 56.909417475768173 ], [ -7.549363251142005, 56.909257835129019 ], [ -7.550824646978431, 56.90979127733533 ], [ -7.552227214626919, 56.910813350946555 ], [ -7.553949927495596, 56.911222609487155 ], [ -7.554970759046863, 56.912000653885912 ], [ -7.554434882412391, 56.911993038659162 ], [ -7.554613472361783, 56.912750121058863 ], [ -7.551031786703149, 56.912509195765814 ], [ -7.553567534870044, 56.91335026818053 ], [ -7.553223359061437, 56.913635620573217 ], [ -7.553972989016275, 56.913752521905337 ], [ -7.554021842915684, 56.914047361060248 ], [ -7.552918612720084, 56.914981273004614 ], [ -7.554146493297002, 56.915292875056437 ], [ -7.553651560268228, 56.915891864021482 ], [ -7.554614650885843, 56.915729234884623 ], [ -7.555813242727446, 56.916053827566522 ], [ -7.555892446674815, 56.916320311872504 ], [ -7.555031648273259, 56.916683602614242 ], [ -7.555923328606022, 56.916660054460486 ], [ -7.556531471238263, 56.917118968931781 ], [ -7.556265070646672, 56.917937292281323 ], [ -7.556738334147464, 56.918330215485462 ], [ -7.555906039449134, 56.91817831127279 ], [ -7.555525530825595, 56.918650699506607 ], [ -7.554809545032624, 56.9184621014006 ], [ -7.554361226749319, 56.918678293528245 ], [ -7.556688961677359, 56.91897055335226 ], [ -7.556244804324749, 56.919413379784629 ], [ -7.560256925777283, 56.92008589694121 ], [ -7.561276805978428, 56.920854941042165 ], [ -7.561807734077044, 56.922041822551513 ], [ -7.561521266240603, 56.922383125762444 ], [ -7.559517442208135, 56.92257603135522 ], [ -7.557373105277415, 56.922113631352993 ], [ -7.556964213315975, 56.921722339360564 ], [ -7.5568649398113, 56.922127288506552 ], [ -7.555169289919861, 56.921814955857322 ], [ -7.554392902203726, 56.921950363910497 ], [ -7.55015685046534, 56.920492885387752 ], [ -7.549538519480565, 56.920540220455251 ], [ -7.549703508463275, 56.921316814923898 ], [ -7.549273032487106, 56.921476389665536 ], [ -7.545147305990851, 56.920847275737351 ], [ -7.542186816099457, 56.924180407602037 ], [ -7.541649845461913, 56.927011514205894 ], [ -7.543194474042338, 56.927303749270941 ], [ -7.545472920952967, 56.9288989867526 ], [ -7.546529000745734, 56.928860999300035 ], [ -7.548070056756896, 56.929426949718632 ], [ -7.54849161490481, 56.929273178888181 ], [ -7.550595672246943, 56.929971545805046 ], [ -7.551790958770302, 56.929873312576191 ], [ -7.552317151744204, 56.930200894429703 ], [ -7.554611168805899, 56.929743171305624 ], [ -7.556003157806432, 56.928866587971243 ], [ -7.557332044705619, 56.929774903355842 ], [ -7.558887902855234, 56.929611022236777 ], [ -7.559063580852137, 56.929850702069039 ], [ -7.558416805070617, 56.929929047864952 ], [ -7.559432160613584, 56.930059277047917 ], [ -7.559216188264344, 56.930487433936626 ], [ -7.561720883740884, 56.929952677665028 ], [ -7.563861253069103, 56.9302306813331 ], [ -7.564989741307034, 56.929685273853146 ], [ -7.566253101563799, 56.930263404492486 ], [ -7.567219592789066, 56.930341749589878 ], [ -7.56760427727129, 56.930878103609643 ], [ -7.567234560179624, 56.931488655012991 ], [ -7.567891869298595, 56.931535801248046 ], [ -7.56847316752178, 56.932175878128 ], [ -7.569331022697328, 56.931912538323822 ], [ -7.569847017710813, 56.932060494431994 ], [ -7.569193528047513, 56.93303025445767 ], [ -7.569877009724644, 56.932756700490302 ], [ -7.571033937743482, 56.933447550040071 ], [ -7.571638472264373, 56.933141512084255 ], [ -7.573092951113821, 56.933675033986979 ], [ -7.573157721768547, 56.934383186894792 ], [ -7.572066350438806, 56.934571484725936 ], [ -7.57169348616472, 56.935105685821497 ], [ -7.571935567376193, 56.935513393865016 ], [ -7.571360210494772, 56.935849630420009 ], [ -7.571332684622637, 56.936656414754339 ], [ -7.57035147282025, 56.936425744765565 ], [ -7.570319672534197, 56.936818691762177 ], [ -7.569883223707627, 56.936707684440037 ], [ -7.570545417476602, 56.938163194739687 ], [ -7.570253498396461, 56.938963790953174 ], [ -7.569412635141219, 56.938956356187205 ], [ -7.569136665191641, 56.938487153155272 ], [ -7.568844678559295, 56.939067233796557 ], [ -7.566886889326064, 56.939078167989997 ], [ -7.567851316337564, 56.939471626692928 ], [ -7.566842082332531, 56.939935223571759 ], [ -7.566372041692166, 56.93965469234093 ], [ -7.566438847193523, 56.940101738171997 ], [ -7.565935967169702, 56.940317702988494 ], [ -7.564041024531893, 56.940033266650495 ], [ -7.564205278925238, 56.940471463478332 ], [ -7.562490932311053, 56.940624470389395 ], [ -7.564359849345834, 56.940734581471951 ], [ -7.564988461342998, 56.94108454691996 ], [ -7.564792686762766, 56.941372303134116 ], [ -7.565830240035273, 56.941483496743949 ], [ -7.564424639574832, 56.941388730660101 ], [ -7.564550147540488, 56.941126612807089 ], [ -7.563559856060683, 56.94160733645738 ], [ -7.562376420250395, 56.94151163335097 ], [ -7.561276069743174, 56.942523779825159 ], [ -7.562427319492385, 56.942679433736672 ], [ -7.562425313282081, 56.943107049302661 ], [ -7.562679704198855, 56.94282568276514 ], [ -7.563418512792842, 56.943472258483332 ], [ -7.56449050317894, 56.943482921799585 ], [ -7.565837018924951, 56.94466939584278 ], [ -7.568841557695596, 56.945489293266249 ], [ -7.569516237085937, 56.94691725246269 ], [ -7.569464160562823, 56.946073523041342 ], [ -7.570058342683381, 56.9463574999263 ], [ -7.570670165094096, 56.947860267310588 ], [ -7.570099806690615, 56.948286275397187 ], [ -7.569558715103267, 56.947311381042631 ], [ -7.569627243821512, 56.948595404656373 ], [ -7.568949218886072, 56.949237730059934 ], [ -7.566690677105678, 56.948893056153693 ], [ -7.566050553324344, 56.948467104560372 ], [ -7.563965736813581, 56.948843672826257 ], [ -7.563585585082202, 56.948559117498533 ], [ -7.562644336882435, 56.948763123280379 ], [ -7.562583733024165, 56.948522812180322 ], [ -7.55976354135019, 56.948254373863094 ], [ -7.559785388314894, 56.948588219470444 ], [ -7.558453637264432, 56.948338877595582 ], [ -7.558130843366412, 56.948504476012502 ], [ -7.557550317636811, 56.947848113542932 ], [ -7.556525322734167, 56.947766889006132 ], [ -7.555835657904393, 56.947107282842211 ], [ -7.55280658136052, 56.946408774638591 ], [ -7.552416186537868, 56.945270498088561 ], [ -7.551695722589396, 56.944966862585247 ], [ -7.547081373383026, 56.944967031831872 ], [ -7.54475662027833, 56.944506111525598 ], [ -7.542465800474895, 56.94492568234088 ], [ -7.541982597182644, 56.944622246093637 ], [ -7.540905569443997, 56.944710616529264 ], [ -7.539753279720971, 56.944913026525903 ], [ -7.536830692253811, 56.946201196147065 ], [ -7.533431765747691, 56.946213479011902 ], [ -7.532839180690506, 56.946570089468864 ], [ -7.531872171684036, 56.947366325975004 ], [ -7.532292828637258, 56.947792280219758 ], [ -7.534465096733475, 56.948113497001138 ], [ -7.535204852188099, 56.948558579834064 ], [ -7.536132954340845, 56.948376069992705 ], [ -7.539708122357237, 56.948716804651276 ], [ -7.540972327626586, 56.949254659098145 ], [ -7.540482209589792, 56.950189079710185 ], [ -7.541041469632238, 56.950737554982133 ], [ -7.544188748712821, 56.950525653849454 ], [ -7.551966960531015, 56.95176815018209 ], [ -7.55481758899177, 56.951389178869981 ], [ -7.556415793793101, 56.952110016079672 ], [ -7.558266604554771, 56.953584618993979 ], [ -7.560191412352483, 56.954119843207252 ], [ -7.55997299577865, 56.954422099460153 ], [ -7.561070851963691, 56.954328140868704 ], [ -7.562244345780003, 56.954905839531776 ], [ -7.562776354975002, 56.955930671712366 ], [ -7.562180910883623, 56.956906790257761 ], [ -7.561591453014758, 56.957041087481208 ], [ -7.560951700338027, 56.958437699965835 ], [ -7.558177487139058, 56.959938458720458 ], [ -7.556676951286674, 56.960315845363738 ], [ -7.555971095058728, 56.959946771727815 ], [ -7.554813181465906, 56.961460934448844 ], [ -7.555229994803668, 56.962652935834306 ], [ -7.556843362620735, 56.963692622917321 ], [ -7.557296541060298, 56.964630985007979 ], [ -7.557090752831249, 56.966287248482544 ], [ -7.555402907893771, 56.967564008177504 ], [ -7.556099851498015, 56.968203500827435 ], [ -7.554385803480785, 56.968698367674797 ], [ -7.552429568471648, 56.96817793618947 ], [ -7.553311703574737, 56.968899204016687 ], [ -7.552691902791676, 56.969273317163655 ], [ -7.550661991288008, 56.969363669610111 ], [ -7.549674003037815, 56.969700148579591 ], [ -7.547718657230734, 56.969517120845872 ], [ -7.549310449192414, 56.969914334259535 ], [ -7.550051350815218, 56.970848918942622 ], [ -7.551965975636818, 56.971200233576305 ], [ -7.551760922297185, 56.971537878142421 ], [ -7.550564912289078, 56.971253588670606 ], [ -7.549417413653023, 56.971349649603134 ], [ -7.549017240464893, 56.971097439154555 ], [ -7.549344525340487, 56.971523901266679 ], [ -7.548949429539193, 56.971581980597989 ], [ -7.548373062587655, 56.971198099222995 ], [ -7.547446277091564, 56.97117181815868 ], [ -7.547364021731478, 56.970896462441686 ], [ -7.546695388964726, 56.97116470969884 ], [ -7.546896656344855, 56.972127807837559 ], [ -7.544606818605647, 56.971028057724268 ], [ -7.544341062619695, 56.971732904240604 ], [ -7.544809744571959, 56.972279098043757 ], [ -7.543270708899874, 56.972180995444624 ], [ -7.542961992148531, 56.972874246684157 ], [ -7.540374607557195, 56.973151204500638 ], [ -7.540314520215025, 56.973356382538576 ], [ -7.53919758949991, 56.972717456508889 ], [ -7.538192766787725, 56.97294208197664 ], [ -7.537105624456718, 56.972558326878271 ], [ -7.536992471457924, 56.972905364475935 ], [ -7.534220040370265, 56.972326371582461 ], [ -7.533822754502554, 56.972591507671218 ], [ -7.535717023500487, 56.973083479610139 ], [ -7.536275850919223, 56.97357169984636 ], [ -7.534698812325994, 56.973772189421915 ], [ -7.533961406473729, 56.974686942328852 ], [ -7.532490361476479, 56.974270675668365 ], [ -7.531901846265345, 56.974413780898104 ], [ -7.531808395293625, 56.974062411174273 ], [ -7.530671742160151, 56.973788800551276 ], [ -7.529670304487769, 56.972262638657767 ], [ -7.528629105626087, 56.972187287095508 ], [ -7.52742533679644, 56.972515145399754 ], [ -7.524345311755446, 56.971639056469968 ], [ -7.52458315953043, 56.972020035811376 ], [ -7.519407110584119, 56.973954727635082 ], [ -7.518779748246894, 56.974725007509178 ], [ -7.520103079104301, 56.975201971148444 ], [ -7.519672459668549, 56.975576537081892 ], [ -7.520050145127524, 56.97578933183933 ], [ -7.51952883114056, 56.975830399921719 ], [ -7.520068720879779, 56.975914513782115 ], [ -7.519842996971823, 56.976226011458365 ], [ -7.520437749020683, 56.976568704496181 ], [ -7.519331102951159, 56.977108187591369 ], [ -7.51885250748458, 56.976881854220096 ], [ -7.519121968069849, 56.977364947993109 ], [ -7.518176788189816, 56.978104282230902 ], [ -7.517977041245582, 56.977591102169519 ], [ -7.517819505622223, 56.979029112799054 ], [ -7.51531900249872, 56.979384493321554 ], [ -7.513762042493669, 56.979211210648415 ], [ -7.513188231710987, 56.97973248363904 ], [ -7.513852805817667, 56.980145924340874 ], [ -7.513042401803848, 56.980383345176705 ], [ -7.513092534287577, 56.980932844305414 ], [ -7.513696864908701, 56.981273346535744 ], [ -7.51536097254885, 56.980823578085953 ], [ -7.516042114750112, 56.981392880194591 ], [ -7.516444677624627, 56.981317478678164 ], [ -7.516284918144367, 56.981696253444781 ], [ -7.515173064431025, 56.982001917826082 ], [ -7.515912349285313, 56.982062836477276 ], [ -7.515058510052783, 56.982240988398978 ], [ -7.51514759417084, 56.983164076041888 ], [ -7.516033092507955, 56.983277032587552 ], [ -7.515685897035048, 56.983036775583606 ], [ -7.516124387597237, 56.982892285263489 ], [ -7.51862564261489, 56.982962574017726 ], [ -7.519593417550837, 56.983207770086949 ], [ -7.520251531080021, 56.984254185645696 ], [ -7.520929694348945, 56.983436652292809 ], [ -7.523885555476473, 56.983026802557703 ], [ -7.524397723009058, 56.984255167050279 ], [ -7.524054914404219, 56.984666359612859 ], [ -7.52498914993237, 56.985295514012023 ], [ -7.526156652531172, 56.985441813588643 ], [ -7.525977881984538, 56.986124755604628 ], [ -7.526562023161235, 56.986616400113512 ], [ -7.525573330099232, 56.986619689849327 ], [ -7.52574671855244, 56.98762004602424 ], [ -7.524675676173663, 56.987901484467997 ], [ -7.524205133537101, 56.988507338999639 ], [ -7.523663503012918, 56.988468316735904 ], [ -7.523324836939752, 56.988019794000742 ], [ -7.521887224495148, 56.987997924362503 ], [ -7.521521146533063, 56.987253601021152 ], [ -7.521222764553387, 56.98779782245817 ], [ -7.520908918940958, 56.987460699258179 ], [ -7.520527096076083, 56.987720601884142 ], [ -7.519319241493664, 56.98774703852169 ], [ -7.518755535604728, 56.987281458946562 ], [ -7.517319105553736, 56.986922875216138 ], [ -7.513693091964166, 56.987863489535194 ], [ -7.510785648525568, 56.989370773108313 ], [ -7.510177257930301, 56.989059234083498 ], [ -7.510470713239201, 56.988402758375706 ], [ -7.509986451357194, 56.987493522362385 ], [ -7.509215257059155, 56.986884061989095 ], [ -7.508416904408183, 56.986981412806884 ], [ -7.50829665963893, 56.98655921164935 ], [ -7.508242474363412, 56.98817444086059 ], [ -7.510756750346347, 56.990043465998077 ], [ -7.508940800997983, 56.99114067989386 ], [ -7.50922977772486, 56.991989241328341 ], [ -7.507610953880172, 56.992136307497731 ], [ -7.508287168618353, 56.992304462526739 ], [ -7.508525917863251, 56.994160565851949 ], [ -7.509221765111617, 56.994650057749219 ], [ -7.511288183683327, 56.994829713666675 ], [ -7.511507179646309, 56.995594960503304 ], [ -7.512782391412744, 56.995520629458589 ], [ -7.513335264682291, 56.995790510766319 ], [ -7.513196952530266, 56.99611433006978 ], [ -7.514216679160181, 56.996318579414393 ], [ -7.513654762939767, 56.996621516430658 ], [ -7.513501506274931, 56.997433809282064 ], [ -7.514787889897943, 56.998745903505196 ], [ -7.514348281502872, 56.999106439384995 ], [ -7.513718648968266, 56.998864253328819 ], [ -7.513838906617692, 56.999119046750458 ], [ -7.509714885291059, 57.000947335797548 ], [ -7.509594842691351, 57.001728454029589 ], [ -7.506508129543478, 57.004148939037407 ], [ -7.506216238139749, 57.005418244352299 ], [ -7.505024688254015, 57.005391606858772 ], [ -7.503602331582243, 57.004753224171182 ], [ -7.503395319401739, 57.004313244177922 ], [ -7.501740921936101, 57.004090081541953 ], [ -7.501418255956508, 57.003570595824371 ], [ -7.501619405020853, 57.004238541000952 ], [ -7.502848657170952, 57.004252747483982 ], [ -7.504527211454902, 57.005529651557552 ], [ -7.50578573805893, 57.005540738968833 ], [ -7.507113533568945, 57.006241772329794 ], [ -7.507793273687621, 57.006075873498354 ], [ -7.507904154531415, 57.006623592562725 ], [ -7.50846982486251, 57.006656228603418 ], [ -7.508048115230801, 57.006826943982539 ], [ -7.508941300026017, 57.007054828294301 ], [ -7.510672986917539, 57.007097182844909 ], [ -7.510977790543955, 57.008084548861717 ], [ -7.512703668665709, 57.008943453972321 ], [ -7.51327524871458, 57.009482521415336 ], [ -7.513111756402503, 57.009903754025416 ], [ -7.516781062226491, 57.010728949393751 ], [ -7.517325787176757, 57.010497865145354 ], [ -7.518186737353142, 57.011251827261191 ], [ -7.518084506514699, 57.010652429203745 ], [ -7.518533863938512, 57.010923270513295 ], [ -7.518497614795677, 57.0105126609865 ], [ -7.518968922060486, 57.010398218711671 ], [ -7.52147575497177, 57.010593355208393 ], [ -7.523093666617045, 57.011156291773396 ], [ -7.523282571779622, 57.010873423318174 ], [ -7.524149222371535, 57.010988073787125 ], [ -7.526491940179008, 57.011986902655259 ], [ -7.527763287949294, 57.012160111909338 ], [ -7.52882284058228, 57.013071717293222 ], [ -7.525821443244859, 57.013191129823596 ], [ -7.527002184616015, 57.013841775920568 ], [ -7.525663631964503, 57.014071146533134 ], [ -7.522032618601934, 57.013340808387959 ], [ -7.520258153035688, 57.013401299091079 ], [ -7.521256245765048, 57.013611860883501 ], [ -7.519875403066851, 57.013756636591943 ], [ -7.518889458572047, 57.013416822837499 ], [ -7.518845436283202, 57.013231563694006 ], [ -7.519482932147613, 57.013291577652957 ], [ -7.518750604335112, 57.01304855108868 ], [ -7.518666087439722, 57.013701207293309 ], [ -7.517958979685814, 57.013794570826512 ], [ -7.51884885267721, 57.013920833276863 ], [ -7.51854027601208, 57.014431291328968 ], [ -7.518884028807074, 57.014690601067713 ], [ -7.51638305032993, 57.014792155293406 ], [ -7.516907550793154, 57.014935478966841 ], [ -7.516122968676064, 57.015096157366962 ], [ -7.515412648579337, 57.014812537166058 ], [ -7.513541818967465, 57.014935689560346 ], [ -7.511764024857091, 57.014262685580839 ], [ -7.510792352832307, 57.014263287349429 ], [ -7.510759454340467, 57.014041534371124 ], [ -7.510041865915823, 57.014275718333465 ], [ -7.509272349522304, 57.014081979870269 ], [ -7.508748844898954, 57.01440119176781 ], [ -7.508481778821726, 57.014079970356796 ], [ -7.509092551394673, 57.01403771437834 ], [ -7.508144382520301, 57.013851854118187 ], [ -7.507994629199719, 57.013531755106285 ], [ -7.507535997994359, 57.01391020048581 ], [ -7.505835583388127, 57.013858314670877 ], [ -7.505362027282975, 57.013423792937445 ], [ -7.502978270962254, 57.013759313434512 ], [ -7.50315689729525, 57.013550734367584 ], [ -7.50115780627482, 57.012974643603933 ], [ -7.500029939708981, 57.013179149438614 ], [ -7.497663440921021, 57.012917997820871 ], [ -7.498228600410936, 57.013281010293397 ], [ -7.49549726452787, 57.012951286741128 ], [ -7.495890149121283, 57.013410095176859 ], [ -7.495153828078909, 57.013573915090113 ], [ -7.49641915780474, 57.013763007149365 ], [ -7.495394159684775, 57.013949439777768 ], [ -7.496596274050702, 57.014023411761876 ], [ -7.496161635935118, 57.014241453303512 ], [ -7.496417094742188, 57.014540709219666 ], [ -7.493910277136806, 57.013911258635318 ], [ -7.492164248561109, 57.014365200066102 ], [ -7.492438407066208, 57.015081245445757 ], [ -7.490252279533967, 57.013786004114863 ], [ -7.486579106040897, 57.013803510921804 ], [ -7.485692612644713, 57.013486970895393 ], [ -7.483437992635183, 57.014407740660332 ], [ -7.483432547887443, 57.015019083196286 ], [ -7.481995864232152, 57.015222587016211 ], [ -7.482291753870556, 57.015394092970745 ], [ -7.481399027848952, 57.015728498738717 ], [ -7.481122475910088, 57.015330240713006 ], [ -7.479223084052798, 57.01576372892545 ], [ -7.478252007862533, 57.016394950831149 ], [ -7.479027660549695, 57.016675908928484 ], [ -7.478884929108212, 57.016938674209754 ], [ -7.476881126437831, 57.016329105507424 ], [ -7.477523257838912, 57.016935431261686 ], [ -7.476521467661129, 57.017190885582693 ], [ -7.477216955909179, 57.017263871684293 ], [ -7.477409707063362, 57.017619914671009 ], [ -7.47713543716917, 57.017829949082312 ], [ -7.476261499285939, 57.01766579073395 ], [ -7.477097839327514, 57.017966598863801 ], [ -7.475537362626905, 57.01874155577957 ], [ -7.473991672074297, 57.018273844429274 ], [ -7.473474840914641, 57.018629506078732 ], [ -7.472347741587412, 57.018426920160898 ], [ -7.471972659756399, 57.01896086076686 ], [ -7.470603077530645, 57.019016386849991 ], [ -7.469294918884014, 57.018704708262106 ], [ -7.469185986077494, 57.019141478910221 ], [ -7.468197648640438, 57.019040775707722 ], [ -7.468322049734786, 57.019269325334641 ], [ -7.467344121293102, 57.019015160237664 ], [ -7.468754425547488, 57.019628383059441 ], [ -7.468507380882774, 57.019967703547145 ], [ -7.467869237574694, 57.019892156272178 ], [ -7.467979767485903, 57.020530811678199 ], [ -7.466553403551607, 57.019976782426355 ], [ -7.464781308581048, 57.021165860078106 ], [ -7.462864165068687, 57.020808770263386 ], [ -7.462916123512664, 57.021161993518895 ], [ -7.461452141263467, 57.021586043838219 ], [ -7.462534459738624, 57.022830179361378 ], [ -7.461922671601981, 57.023158443701035 ], [ -7.462498351308723, 57.023538252906398 ], [ -7.46154827022844, 57.024259312583851 ], [ -7.45974259825196, 57.024212291533395 ], [ -7.45750478783133, 57.023302146384502 ], [ -7.456636935503553, 57.024313867920682 ], [ -7.45607610961457, 57.024416677218056 ], [ -7.455649166450597, 57.025734016786018 ], [ -7.454404541221532, 57.026911580951506 ], [ -7.450419304208439, 57.03573896715843 ], [ -7.448728361774111, 57.037882723838024 ], [ -7.449207427161063, 57.039009298648601 ], [ -7.448703514350023, 57.039175283848259 ], [ -7.448760634458375, 57.039676782143104 ], [ -7.448228166013642, 57.039817011593023 ], [ -7.447472308896741, 57.041078461699108 ], [ -7.448546209481651, 57.041814597686042 ], [ -7.448682085087406, 57.042402658323162 ], [ -7.449015432904079, 57.0423116153937 ], [ -7.448643730263242, 57.042872322924573 ], [ -7.450443766571475, 57.043099770348022 ], [ -7.450423809896405, 57.043582132847263 ], [ -7.45151379325206, 57.043471558935053 ], [ -7.451243148733663, 57.043820867026241 ], [ -7.45201155481289, 57.043544328143014 ], [ -7.45267371346279, 57.043668416818242 ], [ -7.452690558905921, 57.044636965751032 ], [ -7.45501670832483, 57.045207673146251 ], [ -7.454412514514127, 57.045309661069687 ], [ -7.454682559385901, 57.045832458970203 ], [ -7.454106994201097, 57.045758597391277 ], [ -7.452818726022508, 57.046385441765437 ], [ -7.450303113504811, 57.046728344682187 ], [ -7.450059269096347, 57.047001781078087 ], [ -7.45052626708953, 57.047359394804332 ], [ -7.4499898060198, 57.047900296175634 ], [ -7.450446132628373, 57.048882065101019 ], [ -7.452903251258737, 57.049398503112322 ], [ -7.452279473861399, 57.049772229345756 ], [ -7.453783045309236, 57.050193476204647 ], [ -7.453441740394637, 57.051399060352274 ], [ -7.455377867634295, 57.051785203313571 ], [ -7.456828768275908, 57.052588511800458 ], [ -7.456140791900572, 57.052761664518712 ], [ -7.455351886667512, 57.052563026925768 ], [ -7.455712473956444, 57.0547900454538 ], [ -7.455242923028316, 57.055247047250049 ], [ -7.453693422567965, 57.055323710035736 ], [ -7.455411037893693, 57.055491701289924 ], [ -7.454630094423777, 57.056358294120606 ], [ -7.455976502100221, 57.056416490037812 ], [ -7.456157504586788, 57.056917076844208 ], [ -7.455443982926732, 57.057119238991959 ], [ -7.456099819015805, 57.057198592651041 ], [ -7.455998604876798, 57.057914003617327 ], [ -7.45537570516728, 57.058283204176682 ], [ -7.453691520261372, 57.058455744271477 ], [ -7.453304443928348, 57.058126148586048 ], [ -7.453598991006819, 57.058612781585644 ], [ -7.45302626665808, 57.058930279720762 ], [ -7.452629716151787, 57.058817092018081 ], [ -7.451740479739271, 57.058779405589647 ] ] ], [ [ [ -7.388768492363358, 57.060656730259687 ], [ -7.387438803434102, 57.059917627471286 ], [ -7.38390718532406, 57.059768395843697 ], [ -7.381391052760351, 57.059161352687369 ], [ -7.378659334534025, 57.05928799464175 ], [ -7.377214707228915, 57.057811287932054 ], [ -7.376523486091142, 57.056347140559105 ], [ -7.375546002679434, 57.055813246385952 ], [ -7.375724157156225, 57.055504100679222 ], [ -7.374835689798773, 57.055299347994961 ], [ -7.375087690837646, 57.054474061336727 ], [ -7.37141979000244, 57.053151438493231 ], [ -7.37137991994908, 57.052077729846687 ], [ -7.372127970263965, 57.051541596743199 ], [ -7.374277631868073, 57.051048655396812 ], [ -7.376518330534453, 57.0501017876677 ], [ -7.378014300075766, 57.05022637443048 ], [ -7.3785295501878, 57.050591163308638 ], [ -7.379616274588848, 57.050170889668522 ], [ -7.379765539965708, 57.049093531464493 ], [ -7.378930954828708, 57.048746999760546 ], [ -7.379450236397271, 57.048684139164486 ], [ -7.378595809238321, 57.048428454083385 ], [ -7.378158066321268, 57.047686853898398 ], [ -7.378580803825513, 57.047470664048923 ], [ -7.379548329979305, 57.047595485938722 ], [ -7.380396573056376, 57.047068481725461 ], [ -7.380534161088013, 57.04739103338818 ], [ -7.381048880996764, 57.047296864134523 ], [ -7.382815729684885, 57.04553334009394 ], [ -7.382934288874732, 57.044700283116796 ], [ -7.384887624925574, 57.044337098880931 ], [ -7.38478787922018, 57.04353594952498 ], [ -7.386221370157297, 57.04277667990759 ], [ -7.388148662026304, 57.042405564929894 ], [ -7.390505615269667, 57.042776330691304 ], [ -7.391050110455317, 57.043342294346452 ], [ -7.391522680958404, 57.042844922496194 ], [ -7.393011247572179, 57.04292014555638 ], [ -7.394383308755256, 57.04230742180215 ], [ -7.396834700532511, 57.042759485581868 ], [ -7.397573572873574, 57.043299024625505 ], [ -7.398386369451966, 57.043268394663649 ], [ -7.399937406453247, 57.044056298294009 ], [ -7.400815934036927, 57.044760772915176 ], [ -7.401227239673642, 57.045998422021228 ], [ -7.402077326007086, 57.046393635149627 ], [ -7.402322913494107, 57.047683447186913 ], [ -7.402875604676406, 57.047907028111787 ], [ -7.402058399998068, 57.048815331065505 ], [ -7.400959502355363, 57.048696361954192 ], [ -7.401589557350203, 57.048997599307732 ], [ -7.40138091647952, 57.049209111654491 ], [ -7.397565531033678, 57.050507985031118 ], [ -7.394887366642085, 57.052077105562496 ], [ -7.392762927322523, 57.054162227912983 ], [ -7.392644192519504, 57.055958251364231 ], [ -7.394106656345675, 57.056304586264332 ], [ -7.394155183155054, 57.056581475150466 ], [ -7.395686389070416, 57.056605341753588 ], [ -7.396405571506584, 57.057348233488305 ], [ -7.39784924997219, 57.057564845234616 ], [ -7.398285558131824, 57.058292951661109 ], [ -7.397435521486577, 57.058694161744356 ], [ -7.396662266439124, 57.05860157541882 ], [ -7.396783948085687, 57.059437772906335 ], [ -7.395022978134084, 57.059311345898188 ], [ -7.39304715037636, 57.060490096077757 ], [ -7.392683988125451, 57.060321283606037 ], [ -7.392105998865015, 57.061174184325886 ], [ -7.389618904436705, 57.062302945033494 ], [ -7.388945793025713, 57.062160991839171 ], [ -7.388768492363358, 57.060656730259687 ] ] ], [ [ [ -7.450305948160028, 57.062729934943746 ], [ -7.450593160273041, 57.062492407857491 ], [ -7.451784193618253, 57.062615932674952 ], [ -7.450948108734942, 57.062940412304265 ], [ -7.450305948160028, 57.062729934943746 ] ] ], [ [ [ -7.443056172903618, 57.068652893404789 ], [ -7.441782243369009, 57.068303397185069 ], [ -7.441118733804655, 57.06766631178705 ], [ -7.440221044555208, 57.067966397779642 ], [ -7.438794166591049, 57.067587533174596 ], [ -7.435077641561594, 57.065620829158568 ], [ -7.435200845824091, 57.065277978763369 ], [ -7.437185803854761, 57.065295103346607 ], [ -7.439245369461612, 57.064750962415054 ], [ -7.439495184027066, 57.064933580691473 ], [ -7.440740199889069, 57.064186383019731 ], [ -7.440803628528229, 57.063549136197317 ], [ -7.441336108415511, 57.06368794065002 ], [ -7.443131571153461, 57.063258732413445 ], [ -7.444095757671668, 57.0634687126662 ], [ -7.44850241566248, 57.063384596916904 ], [ -7.449689574324831, 57.063818805563507 ], [ -7.450543099305275, 57.063556573124352 ], [ -7.451063539096247, 57.064118854856922 ], [ -7.450588470477795, 57.063977586017806 ], [ -7.450843405017277, 57.065037443951148 ], [ -7.450129008323493, 57.065010113279421 ], [ -7.449927008899066, 57.064366437469396 ], [ -7.448753519016719, 57.065992595021754 ], [ -7.447718704760373, 57.066370716679629 ], [ -7.446102720622455, 57.066279175482087 ], [ -7.448665304630888, 57.066909924858471 ], [ -7.448998027239241, 57.067993392589017 ], [ -7.447615448560337, 57.068310180628572 ], [ -7.447594128090878, 57.06855860533279 ], [ -7.445884145660494, 57.068502656804718 ], [ -7.445315786611183, 57.068176437463642 ], [ -7.444806215791378, 57.068531638783142 ], [ -7.443849443997857, 57.06831683761483 ], [ -7.443714818314713, 57.068750193931166 ], [ -7.443056172903618, 57.068652893404789 ] ] ], [ [ [ -7.228045510843273, 57.084285328016456 ], [ -7.229129961483957, 57.083655063358044 ], [ -7.23055924960104, 57.084063183563408 ], [ -7.229635909789759, 57.084956675438463 ], [ -7.228731654672405, 57.084873024579728 ], [ -7.228045510843273, 57.084285328016456 ] ] ], [ [ [ -7.324394716554696, 57.082706241957901 ], [ -7.321898597275847, 57.082299610004029 ], [ -7.321349872860404, 57.0824489612097 ], [ -7.321102159229956, 57.082162539458103 ], [ -7.32165757518557, 57.082174887221647 ], [ -7.320642134074741, 57.081318216313932 ], [ -7.32130430534621, 57.081326020445189 ], [ -7.320633353760987, 57.08079664559876 ], [ -7.321534637669223, 57.081203725072179 ], [ -7.322146887199153, 57.081209150803581 ], [ -7.321517668744261, 57.080970472337938 ], [ -7.322205893640373, 57.081044655067906 ], [ -7.321583741935773, 57.080855170824286 ], [ -7.324193595080451, 57.081306456308269 ], [ -7.323057052740241, 57.081620341241923 ], [ -7.323564295642025, 57.082102683258142 ], [ -7.323947404032172, 57.081663408006044 ], [ -7.324899089088399, 57.082248298932036 ], [ -7.32489443529148, 57.082675952979329 ], [ -7.324394716554696, 57.082706241957901 ] ] ], [ [ [ -7.365849811258569, 57.08142820435301 ], [ -7.360986787291592, 57.080885468346466 ], [ -7.359489184938898, 57.081386167666381 ], [ -7.358250536801826, 57.079963400538318 ], [ -7.358846972543967, 57.07883091544808 ], [ -7.359407575323316, 57.078707882544435 ], [ -7.359652772914539, 57.078917849058712 ], [ -7.360539624045394, 57.078308355919745 ], [ -7.362056256586678, 57.078796746353319 ], [ -7.362478834537696, 57.078405143033365 ], [ -7.36354162508771, 57.078269539851675 ], [ -7.365379470794195, 57.078465125321642 ], [ -7.366644374447901, 57.079211750592883 ], [ -7.366855420583707, 57.079756145623016 ], [ -7.367866556129876, 57.079834208746249 ], [ -7.36875292394497, 57.080705065760675 ], [ -7.368433680430795, 57.08118224573515 ], [ -7.36779790966265, 57.080957573828996 ], [ -7.365849811258569, 57.08142820435301 ] ] ], [ [ [ -7.340809425270989, 57.081812376286976 ], [ -7.341860154396777, 57.081591985636003 ], [ -7.342325422086389, 57.081896068068282 ], [ -7.341609698551039, 57.082606098081229 ], [ -7.34084327451417, 57.082161897200045 ], [ -7.340809425270989, 57.081812376286976 ] ] ], [ [ [ -7.322993569237655, 57.083364362685671 ], [ -7.321759655533081, 57.082597995457533 ], [ -7.32400204820875, 57.08284895658749 ], [ -7.324852995036093, 57.083307653357522 ], [ -7.324166066941237, 57.083530397938915 ], [ -7.322993569237655, 57.083364362685671 ] ] ], [ [ [ -7.344431454281634, 57.08280493417552 ], [ -7.345821199689077, 57.082700500791951 ], [ -7.346245153402116, 57.083118826881083 ], [ -7.345331624693791, 57.0833738824441 ], [ -7.344431454281634, 57.08280493417552 ] ] ], [ [ [ -7.356562262541409, 57.082632062340728 ], [ -7.356861439463119, 57.081957793263889 ], [ -7.357674609650825, 57.082152416548119 ], [ -7.357306072907786, 57.082289705236278 ], [ -7.357826955162625, 57.082748836379004 ], [ -7.3572033625748, 57.08295105436995 ], [ -7.356562262541409, 57.082632062340728 ] ] ], [ [ [ -7.346266556138531, 57.083725357184534 ], [ -7.34725130047678, 57.082990290070029 ], [ -7.348479572803342, 57.083599173747714 ], [ -7.348168477986616, 57.083733975982319 ], [ -7.346266556138531, 57.083725357184534 ] ] ], [ [ [ -7.351175372436886, 57.083897742156786 ], [ -7.351107462375738, 57.083599175697429 ], [ -7.349623560121889, 57.0839101802665 ], [ -7.349530662882237, 57.083495692984108 ], [ -7.351446972063444, 57.083260666483746 ], [ -7.353127215002123, 57.083508181599257 ], [ -7.351175372436886, 57.083897742156786 ] ] ], [ [ [ -7.354875013668137, 57.08353679813537 ], [ -7.353448887809564, 57.082931950552499 ], [ -7.352969133742457, 57.083271973065543 ], [ -7.352563285067311, 57.083208362317919 ], [ -7.352781708546544, 57.082947028809706 ], [ -7.351673433155034, 57.082940495956443 ], [ -7.352091739528119, 57.082346631959872 ], [ -7.351102504350613, 57.082820954823084 ], [ -7.351146627851697, 57.082382603055287 ], [ -7.349652188062754, 57.082334091640142 ], [ -7.350256986981182, 57.082173213241916 ], [ -7.350401427343246, 57.081685571184998 ], [ -7.351393946581438, 57.081863556842805 ], [ -7.351406873579833, 57.08155252989895 ], [ -7.351932477652434, 57.081530022454686 ], [ -7.352345411602947, 57.082043293080424 ], [ -7.353532755131083, 57.08248289554713 ], [ -7.353132994841766, 57.081946565951114 ], [ -7.353644015952499, 57.081708694215394 ], [ -7.354250932448885, 57.082020165492295 ], [ -7.354231859167718, 57.082574436293129 ], [ -7.354930938501979, 57.082265507611012 ], [ -7.355045894974204, 57.083232501063321 ], [ -7.356150788375594, 57.082586702917375 ], [ -7.355979161672803, 57.083628972815504 ], [ -7.356376542841537, 57.083805426351773 ], [ -7.35556919517962, 57.084051507824547 ], [ -7.354472684226055, 57.083783516704308 ], [ -7.354875013668137, 57.08353679813537 ] ] ], [ [ [ -7.341010567582882, 57.088310177224919 ], [ -7.3412295533351, 57.087765368992919 ], [ -7.343042220279059, 57.088299837582511 ], [ -7.343349921339272, 57.088714144589076 ], [ -7.342340992375761, 57.08859528733624 ], [ -7.341010567582882, 57.088310177224919 ] ] ], [ [ [ -7.26989031717839, 57.09560774438426 ], [ -7.269958730859168, 57.095100931201991 ], [ -7.2691828201593, 57.095399100252365 ], [ -7.268539845660353, 57.095237226081558 ], [ -7.267119010442463, 57.094604196248454 ], [ -7.267092043327454, 57.094123900984158 ], [ -7.269232773634632, 57.09406518245671 ], [ -7.270337462273179, 57.094567537557211 ], [ -7.27182228063093, 57.094662408417101 ], [ -7.272518796203422, 57.095258447064985 ], [ -7.26989031717839, 57.09560774438426 ] ] ], [ [ [ -7.307038831920145, 57.097860750023621 ], [ -7.307218089313254, 57.097727154641959 ], [ -7.307634925418154, 57.097866939621646 ], [ -7.307038831920145, 57.097860750023621 ] ] ], [ [ [ -7.316898067788631, 57.094257961348532 ], [ -7.315607719900948, 57.093987073708881 ], [ -7.315256190082964, 57.093818441716181 ], [ -7.315783335103409, 57.093598047727795 ], [ -7.314737356643705, 57.093324858831814 ], [ -7.316188445757918, 57.093414337910438 ], [ -7.310768622160403, 57.08915422466049 ], [ -7.31042306595605, 57.089464972544889 ], [ -7.309502411492283, 57.089211616278924 ], [ -7.310078469982191, 57.089067458966142 ], [ -7.308088861647795, 57.088840601899662 ], [ -7.307365871853015, 57.088501445265784 ], [ -7.307536851767671, 57.088229615684838 ], [ -7.305828950409512, 57.088295826255219 ], [ -7.303977300528747, 57.087935264062132 ], [ -7.301578036843787, 57.087004874151866 ], [ -7.301791857606766, 57.086570155371149 ], [ -7.301182117406314, 57.086109175554498 ], [ -7.29996172918969, 57.085943155691822 ], [ -7.300635679751445, 57.087419196054704 ], [ -7.299074003889989, 57.087178549960093 ], [ -7.299634734550968, 57.087805398095888 ], [ -7.298647917400893, 57.087377491258977 ], [ -7.298906334900922, 57.088525596041492 ], [ -7.298252091372174, 57.088574026998245 ], [ -7.298457371009755, 57.088807396173259 ], [ -7.297231414505733, 57.088533596933125 ], [ -7.298105311634007, 57.089292961894166 ], [ -7.296375133371845, 57.089689345177973 ], [ -7.296666410737956, 57.09025833169666 ], [ -7.294175761001046, 57.089787016086973 ], [ -7.294853289247565, 57.090363943336357 ], [ -7.293888379895621, 57.09108422757685 ], [ -7.293003080847923, 57.090927341741221 ], [ -7.2926156406579, 57.091235310249189 ], [ -7.291493348569252, 57.091247727829369 ], [ -7.290688469607072, 57.09085525078445 ], [ -7.289947523330286, 57.090945101762202 ], [ -7.289523795739819, 57.090235025496902 ], [ -7.290080265542385, 57.089941510861493 ], [ -7.289447879865586, 57.089494932610748 ], [ -7.289477087892195, 57.088900672147972 ], [ -7.285414966206038, 57.090308040280448 ], [ -7.285086866668792, 57.089769384871857 ], [ -7.284118604820233, 57.090003794604392 ], [ -7.282713251771018, 57.089653748844086 ], [ -7.282200301867477, 57.089823906309846 ], [ -7.281695764596703, 57.091154552222115 ], [ -7.279945761551097, 57.091169989779182 ], [ -7.279323348507535, 57.091790198313092 ], [ -7.277013571355799, 57.090893360615809 ], [ -7.276629502274429, 57.089937705609735 ], [ -7.275937570772276, 57.090592326621163 ], [ -7.274514425745494, 57.090697378385052 ], [ -7.273226815578901, 57.09047724043824 ], [ -7.272652919122042, 57.089813044236784 ], [ -7.272041098273307, 57.089753361634521 ], [ -7.26999771710539, 57.090901377047771 ], [ -7.268681980430568, 57.091006332704268 ], [ -7.269718972683628, 57.089522823552734 ], [ -7.270564861037422, 57.089833611828595 ], [ -7.270815609649666, 57.089679059161789 ], [ -7.269945712946704, 57.089373784164266 ], [ -7.269143504627364, 57.088440238290197 ], [ -7.269642722390222, 57.088405695465788 ], [ -7.270071626860543, 57.087528233711893 ], [ -7.271444333649886, 57.087650325726891 ], [ -7.270302059946084, 57.087289050239463 ], [ -7.270955732028729, 57.086888039568422 ], [ -7.269944373751633, 57.085936322860661 ], [ -7.270238800238556, 57.085217507975017 ], [ -7.271749448857874, 57.084973828291659 ], [ -7.273587708379941, 57.085638680717587 ], [ -7.273031070142834, 57.085095242924652 ], [ -7.273392778636663, 57.084733530828373 ], [ -7.27288098779719, 57.084156704975641 ], [ -7.273106688987584, 57.083652251617643 ], [ -7.274691754050955, 57.083351402099602 ], [ -7.274118500274048, 57.083213615141787 ], [ -7.274308962248644, 57.082868124416045 ], [ -7.273245251481238, 57.082593551074204 ], [ -7.273816219005386, 57.082366988342159 ], [ -7.273010393340342, 57.082162520479606 ], [ -7.274157770414666, 57.082096111330543 ], [ -7.27249118589263, 57.081707490091034 ], [ -7.272118678706703, 57.081354254836064 ], [ -7.271906574025217, 57.080908764743207 ], [ -7.27303035451545, 57.080037971560927 ], [ -7.272735479284925, 57.079591475505978 ], [ -7.277215701394389, 57.079082925335115 ], [ -7.2739155726905, 57.078245861989508 ], [ -7.27424645044185, 57.078074420589061 ], [ -7.272548989541487, 57.077583621849293 ], [ -7.272079709739102, 57.077072492523911 ], [ -7.272681082128216, 57.077002128651579 ], [ -7.272438751346793, 57.076634404506216 ], [ -7.273722606976143, 57.076134796125004 ], [ -7.27606542803789, 57.075819940009183 ], [ -7.277354036828591, 57.075122118402277 ], [ -7.276380227016254, 57.074839280863031 ], [ -7.278708563321528, 57.074655466566426 ], [ -7.278532755573374, 57.073942989115302 ], [ -7.279848063692605, 57.074013408596173 ], [ -7.27940309383369, 57.073267309601427 ], [ -7.280422973653059, 57.073003748848286 ], [ -7.278611443259115, 57.070956565593818 ], [ -7.279142648869855, 57.070394197909522 ], [ -7.278567540521094, 57.069023679556253 ], [ -7.279401012927361, 57.068785996143518 ], [ -7.277898494467955, 57.068327537121206 ], [ -7.277820890767015, 57.067840380851329 ], [ -7.278744087442622, 57.067652904330181 ], [ -7.280767674129963, 57.068116329693858 ], [ -7.281585958281872, 57.067366340414729 ], [ -7.2829818179101, 57.067887756923632 ], [ -7.282742614720276, 57.067020484996839 ], [ -7.282378813774686, 57.067017867262102 ], [ -7.283153663930015, 57.066427181798154 ], [ -7.284260950942357, 57.067010277869336 ], [ -7.284283291163319, 57.066703372961122 ], [ -7.285773560610378, 57.066496359601572 ], [ -7.287997628325201, 57.066685721348499 ], [ -7.290177644787071, 57.067318753176778 ], [ -7.290453982100109, 57.066766221875142 ], [ -7.292232096151557, 57.066897899164587 ], [ -7.294020892714688, 57.067798503588804 ], [ -7.29419340168855, 57.068254637416494 ], [ -7.298347199571262, 57.068074078549387 ], [ -7.298699699573919, 57.067361715508206 ], [ -7.299408029032564, 57.067174195514724 ], [ -7.296883761720617, 57.06575141307485 ], [ -7.29424001099412, 57.065341522473652 ], [ -7.294970585898596, 57.065252072540098 ], [ -7.294430840392606, 57.065000477848827 ], [ -7.292231125174044, 57.064576230306635 ], [ -7.291855747236869, 57.064839597921079 ], [ -7.290619143772494, 57.064392527105845 ], [ -7.289576137585281, 57.064607664234039 ], [ -7.289008975858499, 57.065032122095339 ], [ -7.289915190548415, 57.065421205737806 ], [ -7.289188759192283, 57.065771417143026 ], [ -7.286996624391158, 57.065342257309439 ], [ -7.286833225417043, 57.065007214945524 ], [ -7.288330901284754, 57.064736863632859 ], [ -7.286927519245338, 57.064220325751272 ], [ -7.285129918943281, 57.064530343523941 ], [ -7.284004963955513, 57.064402444552883 ], [ -7.283357274841247, 57.063624438283824 ], [ -7.283999829493866, 57.062859362836896 ], [ -7.283063179532169, 57.0627774860763 ], [ -7.283241921566723, 57.06229299068535 ], [ -7.278796246850281, 57.062449396977385 ], [ -7.277818309702827, 57.06213525710951 ], [ -7.279911914926923, 57.061178419613434 ], [ -7.280431768325356, 57.061291432568311 ], [ -7.280427157693977, 57.061665077882196 ], [ -7.281316999578501, 57.061186526434838 ], [ -7.285112651450448, 57.060990032743739 ], [ -7.283890274226704, 57.060641285639576 ], [ -7.284245540914698, 57.059946849096768 ], [ -7.283644974306131, 57.058919385288725 ], [ -7.285198540442311, 57.058579211200417 ], [ -7.283654281207067, 57.058289073871123 ], [ -7.284131001590609, 57.058273411765192 ], [ -7.284066575948624, 57.057763203330907 ], [ -7.28239322632444, 57.057725978633492 ], [ -7.281970995127838, 57.057370379151706 ], [ -7.283540635727054, 57.056795575427685 ], [ -7.284218748804882, 57.057266331034945 ], [ -7.285698599774697, 57.05710474403309 ], [ -7.286334534936356, 57.056699886217892 ], [ -7.286018439695972, 57.055930361550573 ], [ -7.287493208589374, 57.055328023120822 ], [ -7.286914377121303, 57.054974568146505 ], [ -7.288156809619998, 57.053959106463125 ], [ -7.288619444730281, 57.05384503456699 ], [ -7.288924242563144, 57.054187586064138 ], [ -7.289622066127396, 57.053406636434389 ], [ -7.292067537795343, 57.053127589243054 ], [ -7.292328656300106, 57.05252710103499 ], [ -7.293786656895004, 57.052676799776108 ], [ -7.295492344149548, 57.053346917771798 ], [ -7.296625051770754, 57.054167292804351 ], [ -7.296175754368056, 57.054316825092684 ], [ -7.298240420821444, 57.055129170573643 ], [ -7.30136590269324, 57.055563513072528 ], [ -7.304975604031873, 57.056958104392187 ], [ -7.308980142673972, 57.059609175624587 ], [ -7.307777170065242, 57.059916758573749 ], [ -7.308636909282176, 57.060730634219098 ], [ -7.309935012406772, 57.061260405343965 ], [ -7.309714595517396, 57.061566739211578 ], [ -7.309293046064247, 57.061391175359937 ], [ -7.309299162152298, 57.063222207698324 ], [ -7.309669557209191, 57.063386447444252 ], [ -7.309166563689155, 57.064199731798418 ], [ -7.31062846945729, 57.065410961023893 ], [ -7.310474358070264, 57.066353405535999 ], [ -7.309402015693815, 57.066709440961354 ], [ -7.309890179254509, 57.067003661393187 ], [ -7.309431295020215, 57.067144647300971 ], [ -7.309916262370737, 57.067416506133178 ], [ -7.309548030431897, 57.067729120106044 ], [ -7.310105454331429, 57.068541438104454 ], [ -7.309165026139727, 57.069011550314478 ], [ -7.309286452645699, 57.069282659649197 ], [ -7.308148300167362, 57.069560487332879 ], [ -7.30782567443201, 57.070480388133575 ], [ -7.306114640788465, 57.071465549585163 ], [ -7.306498650709925, 57.071643620628699 ], [ -7.305770154899765, 57.071679053656183 ], [ -7.305966508024931, 57.071896590309954 ], [ -7.304607327034069, 57.072535626728637 ], [ -7.304839749797389, 57.072924413803143 ], [ -7.305007355361863, 57.072629332240517 ], [ -7.30536541149863, 57.072706820562395 ], [ -7.304891085892805, 57.073490968181382 ], [ -7.308376150595953, 57.078005341393535 ], [ -7.312641582824883, 57.079080349172834 ], [ -7.311901067146116, 57.079113625796765 ], [ -7.31256990229743, 57.079306571343906 ], [ -7.311856119198596, 57.079376506974455 ], [ -7.313133384808973, 57.079571484896782 ], [ -7.313769334961792, 57.080042091781436 ], [ -7.312407486974916, 57.080260169506914 ], [ -7.311719222421534, 57.081073235622377 ], [ -7.312244332962917, 57.0815314630713 ], [ -7.31179891045005, 57.081479302835135 ], [ -7.311397988936752, 57.08199128615977 ], [ -7.311762801479214, 57.082414932637775 ], [ -7.311131683407006, 57.082462451412802 ], [ -7.310714894737125, 57.082886916273381 ], [ -7.311263367176103, 57.086102344728651 ], [ -7.312335193704384, 57.086153983199878 ], [ -7.31257548048764, 57.08713815899317 ], [ -7.313425013646653, 57.087183938675651 ], [ -7.31417628732412, 57.087616347943793 ], [ -7.314179032450619, 57.088073380584937 ], [ -7.312587314554926, 57.088384916493354 ], [ -7.312467015808624, 57.088940767829151 ], [ -7.311776693642789, 57.089198680007833 ], [ -7.313092799023164, 57.089489205313697 ], [ -7.311964987323639, 57.08967032429166 ], [ -7.316751757171828, 57.093376881288094 ], [ -7.317553577356303, 57.093331076063123 ], [ -7.317257699441641, 57.093745918445038 ], [ -7.317864596842986, 57.093977473494462 ], [ -7.317229131452059, 57.093973009042124 ], [ -7.318671213400667, 57.094425504009038 ], [ -7.31756397140028, 57.094474409621888 ], [ -7.317877502672552, 57.098592523643653 ], [ -7.317387805515604, 57.098567458732596 ], [ -7.317359018945136, 57.096040858378494 ], [ -7.316898067788631, 57.094257961348532 ] ] ], [ [ [ -7.358727465892323, 57.097168458347824 ], [ -7.357845665268623, 57.096776091590698 ], [ -7.358157633195491, 57.096692525512793 ], [ -7.357735078390542, 57.096365965339494 ], [ -7.358715846492377, 57.096379720391667 ], [ -7.357958117030222, 57.096113425322265 ], [ -7.359949411326003, 57.09634663131272 ], [ -7.360353014342046, 57.096633500390013 ], [ -7.359726704452629, 57.096955532341006 ], [ -7.358879064848571, 57.096799288811987 ], [ -7.35949081988316, 57.097107834567169 ], [ -7.358727465892323, 57.097168458347824 ] ] ], [ [ [ -7.362317089653779, 57.097466289815316 ], [ -7.360398092562169, 57.097139126805786 ], [ -7.361773859327684, 57.097094522749074 ], [ -7.362617607016367, 57.097326508115472 ], [ -7.362317089653779, 57.097466289815316 ] ] ], [ [ [ -7.320109997954086, 57.102128647279947 ], [ -7.3213595668186, 57.102021472261974 ], [ -7.321846010268409, 57.102414722279711 ], [ -7.320211115816147, 57.102659786909513 ], [ -7.320109997954086, 57.102128647279947 ] ] ], [ [ [ -7.305342812041848, 57.103102632873366 ], [ -7.307208115999301, 57.102618511936335 ], [ -7.307143064728291, 57.102972232694412 ], [ -7.305833778120216, 57.103297772643167 ], [ -7.305342812041848, 57.103102632873366 ] ] ], [ [ [ -7.310281406675633, 57.102717486140108 ], [ -7.309938465405237, 57.102574569969619 ], [ -7.311431652970602, 57.102551637557781 ], [ -7.310493829586337, 57.103333892284894 ], [ -7.30965343691918, 57.103239100915452 ], [ -7.309604697215954, 57.102899209905985 ], [ -7.310281406675633, 57.102717486140108 ] ] ], [ [ [ -7.30796531981838, 57.103171298781263 ], [ -7.308737621551518, 57.102733554135035 ], [ -7.309433404899718, 57.102915483408914 ], [ -7.309291158843658, 57.103537953673964 ], [ -7.308290892486377, 57.103481438604149 ], [ -7.308520002774503, 57.103291731456622 ], [ -7.30796531981838, 57.103171298781263 ] ] ], [ [ [ -7.311155997443036, 57.103454247418483 ], [ -7.312619971511473, 57.103054585075888 ], [ -7.313206771480903, 57.103110639525788 ], [ -7.312411516914239, 57.103733867525037 ], [ -7.311155997443036, 57.103454247418483 ] ] ], [ [ [ -7.369001714309615, 57.102346776303506 ], [ -7.367907913871608, 57.101851088049784 ], [ -7.369919860951188, 57.101893371297187 ], [ -7.369001714309615, 57.102346776303506 ] ] ], [ [ [ -7.369999768229937, 57.102273310670171 ], [ -7.370717668089274, 57.102001288434892 ], [ -7.372386858982243, 57.102245443571718 ], [ -7.372661921229531, 57.102568398536263 ], [ -7.371634934129938, 57.102681825817626 ], [ -7.369999768229937, 57.102273310670171 ] ] ], [ [ [ -7.398530226779775, 57.110293282357908 ], [ -7.398990547979415, 57.110080117937983 ], [ -7.398592245511576, 57.109936023619404 ], [ -7.399044612426056, 57.110055081959956 ], [ -7.399325625297804, 57.110201337898886 ], [ -7.3998661196832, 57.109949407082354 ], [ -7.398881944061859, 57.109790321188129 ], [ -7.398955959915717, 57.109345248795172 ], [ -7.400497669601334, 57.108689193672163 ], [ -7.401230508325153, 57.10883752598118 ], [ -7.401710696660619, 57.109181260819526 ], [ -7.400542697158576, 57.109281217233409 ], [ -7.401689656920741, 57.109728441407519 ], [ -7.401311172115957, 57.110036378157844 ], [ -7.400480659404931, 57.109966960888599 ], [ -7.399107046369283, 57.110358369321929 ], [ -7.398530226779775, 57.110293282357908 ] ] ], [ [ [ -7.389759059287068, 57.110372925333479 ], [ -7.389599162811098, 57.109820051979604 ], [ -7.391349909915209, 57.110041550698114 ], [ -7.390977827330618, 57.110121491293768 ], [ -7.392298964457154, 57.110538790436131 ], [ -7.391264907586268, 57.110809270901939 ], [ -7.389759059287068, 57.110372925333479 ] ] ], [ [ [ -7.240110797906278, 57.118703501592812 ], [ -7.241493390624355, 57.118596071466037 ], [ -7.241623838497894, 57.11928349341354 ], [ -7.240817435148478, 57.119429770368114 ], [ -7.240110797906278, 57.118703501592812 ] ] ], [ [ [ -7.396303041968665, 57.11378134200767 ], [ -7.397695301652593, 57.113709545855166 ], [ -7.395920258838109, 57.114253236523133 ], [ -7.395714354523763, 57.114020935906289 ], [ -7.396303041968665, 57.11378134200767 ] ] ], [ [ [ -7.409606470816191, 57.130656642064622 ], [ -7.407666853487815, 57.130135753880694 ], [ -7.409150777792391, 57.128468756686857 ], [ -7.410399830744039, 57.127923348415365 ], [ -7.413230817341679, 57.128259818529777 ], [ -7.414281226169325, 57.128731823837043 ], [ -7.413291821307114, 57.12963771646676 ], [ -7.413924340293971, 57.130081015429603 ], [ -7.414773379430557, 57.130013659021564 ], [ -7.414661940325964, 57.130405467054068 ], [ -7.413879841327863, 57.130217935819999 ], [ -7.413535214089146, 57.130690033779729 ], [ -7.412702686863669, 57.130644171740563 ], [ -7.409606470816191, 57.130656642064622 ] ] ], [ [ [ -7.310527954007199, 57.141092136616393 ], [ -7.310384647087248, 57.1409587360342 ], [ -7.311256113870685, 57.140975733127597 ], [ -7.310527954007199, 57.141092136616393 ] ] ], [ [ [ -7.302305631483322, 57.141584892215306 ], [ -7.301387211089684, 57.140836410623187 ], [ -7.302783460861939, 57.140934714112177 ], [ -7.302621946199104, 57.141193530237892 ], [ -7.30351058805233, 57.140926387234629 ], [ -7.303379002763815, 57.141278424351128 ], [ -7.302305631483322, 57.141584892215306 ] ] ], [ [ [ -7.259886125703735, 57.143600532168776 ], [ -7.258945976919718, 57.143217117569002 ], [ -7.258236590280734, 57.143350419066536 ], [ -7.257085771049199, 57.143056833024701 ], [ -7.257064664877497, 57.142733768589856 ], [ -7.25502629992747, 57.142018525576255 ], [ -7.255375546808259, 57.141855377726223 ], [ -7.25477537907477, 57.141534140169178 ], [ -7.256352769646198, 57.140986448339838 ], [ -7.257969196923631, 57.1411209924307 ], [ -7.25903663327295, 57.141701531997683 ], [ -7.261179994008277, 57.141467435018043 ], [ -7.264993917583423, 57.141747921584347 ], [ -7.266500813787336, 57.142449385330032 ], [ -7.265341945615816, 57.143087578463273 ], [ -7.264518108132823, 57.142591325233838 ], [ -7.262725592116075, 57.143139172327778 ], [ -7.262166573746284, 57.142933220069573 ], [ -7.261480849054819, 57.143349003409597 ], [ -7.261103380902316, 57.143022927802932 ], [ -7.26032750559045, 57.143096046776492 ], [ -7.259886125703735, 57.143600532168776 ] ] ], [ [ [ -7.333239394121561, 57.14080986518271 ], [ -7.330855017961193, 57.140632525279948 ], [ -7.333446335752678, 57.140580564146774 ], [ -7.333714884366301, 57.140893082103325 ], [ -7.333239394121561, 57.14080986518271 ] ] ], [ [ [ -7.305090844671417, 57.14190325937227 ], [ -7.306327970342398, 57.141526828767319 ], [ -7.306442800076055, 57.141980904180777 ], [ -7.307032139238654, 57.142050393423865 ], [ -7.305236293981271, 57.142167059385571 ], [ -7.305090844671417, 57.14190325937227 ] ] ], [ [ [ -7.325257922878948, 57.141019401935836 ], [ -7.324989793513458, 57.140594361481675 ], [ -7.326285537994333, 57.140971153136867 ], [ -7.32560817225971, 57.141382452082802 ], [ -7.324888042785688, 57.141152134711696 ], [ -7.325257922878948, 57.141019401935836 ] ] ], [ [ [ -7.324127570112442, 57.142250890606782 ], [ -7.324874734153464, 57.142151596483359 ], [ -7.324728275642414, 57.142801262955828 ], [ -7.324127570112442, 57.142250890606782 ] ] ], [ [ [ -7.300486682368682, 57.144253659888605 ], [ -7.300856466092849, 57.144004020617018 ], [ -7.302161080984995, 57.144443676085203 ], [ -7.302387733405311, 57.144812024648942 ], [ -7.301735967953882, 57.144884641310632 ], [ -7.300486682368682, 57.144253659888605 ] ] ], [ [ [ -7.300066896740935, 57.144847374678164 ], [ -7.299996799543332, 57.144589376026232 ], [ -7.301117750194796, 57.14496033245927 ], [ -7.300932917927788, 57.145287625504629 ], [ -7.301595064871158, 57.145345057587313 ], [ -7.300638669898369, 57.145660049105395 ], [ -7.299445577282104, 57.144959184485927 ], [ -7.300066896740935, 57.144847374678164 ] ] ], [ [ [ -7.328591895312493, 57.145430965581305 ], [ -7.326632533470565, 57.144011561613269 ], [ -7.328901447646004, 57.14424789991093 ], [ -7.329524977547209, 57.145013257516759 ], [ -7.329087786892145, 57.145310853050489 ], [ -7.329711413176043, 57.145387776140232 ], [ -7.32981266854286, 57.145860413927323 ], [ -7.329452919624011, 57.146006226424106 ], [ -7.328591895312493, 57.145430965581305 ] ] ], [ [ [ -7.337686128237943, 57.144494331659047 ], [ -7.336296593868893, 57.144157649642906 ], [ -7.336013124379296, 57.143283327328497 ], [ -7.336414763451608, 57.14319870156276 ], [ -7.332513717768077, 57.141344751134987 ], [ -7.333169546608946, 57.141186305964709 ], [ -7.335576565863271, 57.141749599270931 ], [ -7.335454127775882, 57.141417354401277 ], [ -7.33623947333155, 57.141410853395612 ], [ -7.336556697205999, 57.140798879039437 ], [ -7.337143796088916, 57.140737835229366 ], [ -7.335226993258928, 57.140531629353582 ], [ -7.335112951830999, 57.140257520473448 ], [ -7.335839871444598, 57.139961041665408 ], [ -7.337416309859279, 57.139988279176642 ], [ -7.337306501717576, 57.14031693317277 ], [ -7.338178122414846, 57.140392230068706 ], [ -7.338488652321105, 57.140765941198431 ], [ -7.337919155749567, 57.1410062229819 ], [ -7.339294681719907, 57.141132002390762 ], [ -7.339444414369113, 57.141481077607459 ], [ -7.339854726786335, 57.141342074992522 ], [ -7.339420143982135, 57.14096916228192 ], [ -7.340448418645072, 57.141154746170812 ], [ -7.341571160336004, 57.141822242631967 ], [ -7.340124494042311, 57.14183451160757 ], [ -7.340458442766734, 57.142198219759329 ], [ -7.340026332484591, 57.142243663610913 ], [ -7.340957741209649, 57.142617861821741 ], [ -7.341200260054314, 57.142234042387727 ], [ -7.342738941733965, 57.143144745436004 ], [ -7.342459354186068, 57.143615643213082 ], [ -7.340921698600024, 57.143915278767231 ], [ -7.340609220396494, 57.14375763525608 ], [ -7.340364445751348, 57.14424054007408 ], [ -7.339757919112508, 57.144167439826766 ], [ -7.340188658195133, 57.145372937706689 ], [ -7.338527506211492, 57.145677813012945 ], [ -7.336916419191326, 57.145125612535523 ], [ -7.337686128237943, 57.144494331659047 ] ] ], [ [ [ -7.332636801327114, 57.146100029913093 ], [ -7.331643778290513, 57.14541342704004 ], [ -7.332184673422994, 57.145088904234704 ], [ -7.331181792917229, 57.145194638995591 ], [ -7.331878999337179, 57.144863456310595 ], [ -7.331764176249203, 57.144296907321326 ], [ -7.331433000234785, 57.144468505624062 ], [ -7.33092360250892, 57.144265236142481 ], [ -7.330733668876041, 57.145186737382161 ], [ -7.328815496382374, 57.144053581351272 ], [ -7.32874148709401, 57.143827257301567 ], [ -7.330065332617221, 57.143766360750355 ], [ -7.32974199023539, 57.143073708506478 ], [ -7.331519852176073, 57.143348916294634 ], [ -7.332284889945196, 57.144004740619764 ], [ -7.332518492930494, 57.143099372623588 ], [ -7.333138216973513, 57.143149446864385 ], [ -7.333194661271249, 57.14388496729763 ], [ -7.333954091370377, 57.144100065020318 ], [ -7.333229660450883, 57.14418494530711 ], [ -7.333927801319312, 57.14466363038548 ], [ -7.333744715549093, 57.145058398137984 ], [ -7.334142669517958, 57.145005434303847 ], [ -7.334569343044135, 57.145266213539671 ], [ -7.334260433876736, 57.145477365965654 ], [ -7.334813901879889, 57.145584252695166 ], [ -7.334396591766121, 57.145962011965437 ], [ -7.33417397136123, 57.145566544160026 ], [ -7.333091883548082, 57.145410197680839 ], [ -7.332853451855234, 57.1459378101531 ], [ -7.333324006975855, 57.146043738314887 ], [ -7.332636801327114, 57.146100029913093 ] ] ], [ [ [ -7.294350636268596, 57.149840812258418 ], [ -7.292394013676061, 57.149068699850851 ], [ -7.291800580547133, 57.149260279372996 ], [ -7.289715777977807, 57.149037978387 ], [ -7.289481629901039, 57.147864529953999 ], [ -7.290357460089117, 57.147737510713014 ], [ -7.289802064219999, 57.147558520058247 ], [ -7.290549799101385, 57.147288434092211 ], [ -7.29142297875137, 57.147489977163055 ], [ -7.291301312107251, 57.147796584311969 ], [ -7.292229607260088, 57.147631337450896 ], [ -7.293931223123957, 57.148126276986943 ], [ -7.293714239090162, 57.147824997104081 ], [ -7.294293204160875, 57.147706010857064 ], [ -7.295732832591323, 57.148221011400217 ], [ -7.296711825708209, 57.148813990820727 ], [ -7.296966427852876, 57.149608612351507 ], [ -7.29565612674629, 57.149904348680366 ], [ -7.294350636268596, 57.149840812258418 ] ] ], [ [ [ -7.331214577873703, 57.148624596394079 ], [ -7.330228153139215, 57.148339959314001 ], [ -7.329968809318125, 57.148642578633158 ], [ -7.329624424984815, 57.148481767538222 ], [ -7.330993826494514, 57.148023864441768 ], [ -7.33160249556966, 57.148168909878486 ], [ -7.331160642593145, 57.147917766130298 ], [ -7.331670919509114, 57.147725038203461 ], [ -7.330663451609395, 57.147799465654387 ], [ -7.330872397493831, 57.147354106696852 ], [ -7.330211332770528, 57.147017810049022 ], [ -7.330652126419364, 57.146171112824078 ], [ -7.333050390469324, 57.14781922712276 ], [ -7.332921129507322, 57.148369182921513 ], [ -7.33191371078646, 57.148467015643902 ], [ -7.331956799225978, 57.148903435372297 ], [ -7.331214577873703, 57.148624596394079 ] ] ], [ [ [ -7.319328743557622, 57.148475379277627 ], [ -7.319382512974054, 57.14792865234304 ], [ -7.318353036960891, 57.148080407053968 ], [ -7.316764104062883, 57.147450518121865 ], [ -7.31695536621403, 57.148319793143514 ], [ -7.316445241156223, 57.148341471273973 ], [ -7.314893756221412, 57.148029432062543 ], [ -7.313824510038201, 57.147386427920665 ], [ -7.313341649611655, 57.14742493359617 ], [ -7.313389091429727, 57.14769738782821 ], [ -7.312608613803065, 57.147681037491594 ], [ -7.311658965596686, 57.147293907693395 ], [ -7.306227133601935, 57.146763991313115 ], [ -7.303518304604771, 57.145884468802187 ], [ -7.302799690416176, 57.145433487450966 ], [ -7.30342987556124, 57.145325784534833 ], [ -7.302601641420177, 57.144802958394074 ], [ -7.302445794549313, 57.144062653453439 ], [ -7.30179959315908, 57.144058544163343 ], [ -7.30098605046179, 57.143580080510766 ], [ -7.301342265608651, 57.143524491128048 ], [ -7.299825717359729, 57.143107304935533 ], [ -7.300715599231394, 57.142790636945747 ], [ -7.302274756558455, 57.142985532829805 ], [ -7.302025583371138, 57.142748623129876 ], [ -7.302424846907522, 57.142704704334911 ], [ -7.303381452056152, 57.143199591282411 ], [ -7.30378769356544, 57.142511949001786 ], [ -7.304906228602826, 57.142635502504369 ], [ -7.305359809320263, 57.142220314420065 ], [ -7.306726946133126, 57.142288313681995 ], [ -7.307729865808909, 57.142817199645748 ], [ -7.30851593424562, 57.142527376095877 ], [ -7.310057872567171, 57.142947880345638 ], [ -7.31082848853407, 57.142838677171525 ], [ -7.312088819373448, 57.143545580632285 ], [ -7.312142170265325, 57.143340838214556 ], [ -7.312548750804497, 57.143463057359909 ], [ -7.313008550618369, 57.144185947015067 ], [ -7.31361554118287, 57.143917194677421 ], [ -7.314131653971922, 57.144052754624411 ], [ -7.314169079612395, 57.144658596751981 ], [ -7.31370129387866, 57.144628971963854 ], [ -7.314782775045808, 57.144839503652058 ], [ -7.315430974322573, 57.145720863581495 ], [ -7.315595233425536, 57.145308929575208 ], [ -7.316579382429074, 57.145015138133964 ], [ -7.315176520398151, 57.144872270162239 ], [ -7.314599289521535, 57.143735922747283 ], [ -7.317545665714328, 57.142755813879567 ], [ -7.316540226761731, 57.142843542291509 ], [ -7.316109337500875, 57.142609881441508 ], [ -7.317080848484572, 57.142631586510539 ], [ -7.316379260380304, 57.142472424754899 ], [ -7.31740459617283, 57.142235367992683 ], [ -7.317793477548158, 57.142637291914248 ], [ -7.318561762265187, 57.142627128567412 ], [ -7.317666290880754, 57.143191638109421 ], [ -7.319075575932314, 57.142861755059521 ], [ -7.319357258604028, 57.143151245278034 ], [ -7.318658130999228, 57.143239464230135 ], [ -7.321618280566751, 57.143563530272317 ], [ -7.326483255321373, 57.146020209649649 ], [ -7.326979833717497, 57.146651498825491 ], [ -7.32656009030786, 57.146610876646619 ], [ -7.326190068707198, 57.147202570243664 ], [ -7.327332354199151, 57.147374411949272 ], [ -7.328163074747117, 57.147968970828515 ], [ -7.327762617619204, 57.148291993365241 ], [ -7.328751971427039, 57.148734908448496 ], [ -7.326944298886135, 57.148530217427734 ], [ -7.327528803313325, 57.149024575465369 ], [ -7.326995107713671, 57.149135491165751 ], [ -7.325827844979893, 57.148721733671898 ], [ -7.325882343288088, 57.148399047152061 ], [ -7.324731159873106, 57.148223070733451 ], [ -7.32515779312911, 57.1489779313182 ], [ -7.32627191603245, 57.149551440975628 ], [ -7.32596707817892, 57.149802893237599 ], [ -7.319971072808835, 57.14868204252064 ], [ -7.319328743557622, 57.148475379277627 ] ] ], [ [ [ -7.334803391355244, 57.149572209013535 ], [ -7.334391214235383, 57.149217220461622 ], [ -7.333454794480883, 57.149267942293669 ], [ -7.333179504253753, 57.148920613241366 ], [ -7.33450975554111, 57.149097877378587 ], [ -7.334803391355244, 57.149572209013535 ] ] ], [ [ [ -7.331010569659432, 57.150011050478 ], [ -7.328841110499213, 57.149077576321154 ], [ -7.329050945651222, 57.14871857444831 ], [ -7.330353061336146, 57.148987971417299 ], [ -7.33080897997253, 57.149382504339286 ], [ -7.330514820035207, 57.149260051343916 ], [ -7.330551053130389, 57.149694963420309 ], [ -7.331331877146379, 57.149495209823719 ], [ -7.331594028577033, 57.149717115183215 ], [ -7.331010569659432, 57.150011050478 ] ] ], [ [ [ -7.326616627405695, 57.150725542030905 ], [ -7.324798186843258, 57.150101920319869 ], [ -7.326990948948501, 57.15041623556845 ], [ -7.32743961536721, 57.150657205001849 ], [ -7.326616627405695, 57.150725542030905 ] ] ], [ [ [ -7.335731510832687, 57.150840202385908 ], [ -7.333860640897621, 57.149762689818303 ], [ -7.335658928688353, 57.150108069655055 ], [ -7.336123616206704, 57.150757786046483 ], [ -7.335731510832687, 57.150840202385908 ] ] ], [ [ [ -7.331448867366857, 57.150857186998124 ], [ -7.330465424408716, 57.150432937339801 ], [ -7.331745022432764, 57.150729378282357 ], [ -7.33177197973334, 57.150399762468545 ], [ -7.332562034688888, 57.150424585540705 ], [ -7.333104923186608, 57.150801905617641 ], [ -7.333883306218095, 57.150814619338021 ], [ -7.333864337073596, 57.15109620023938 ], [ -7.333570669773878, 57.150977332496794 ], [ -7.331448867366857, 57.150857186998124 ] ] ], [ [ [ -7.305920346950486, 57.155583364961856 ], [ -7.305264602328491, 57.155214316514957 ], [ -7.306443929314566, 57.155712343998985 ], [ -7.305820517169971, 57.155995250019281 ], [ -7.305340074385515, 57.155659263518309 ], [ -7.305920346950486, 57.155583364961856 ] ] ], [ [ [ -7.302515245406562, 57.157068547530478 ], [ -7.301011255972047, 57.156165788373052 ], [ -7.301454542338218, 57.156023722958999 ], [ -7.30217124211804, 57.156298419008721 ], [ -7.30272140117012, 57.156878033174074 ], [ -7.303547485727576, 57.156807027244646 ], [ -7.302515245406562, 57.157068547530478 ] ] ], [ [ [ -7.304977766668767, 57.156838186671607 ], [ -7.306295622665439, 57.156628426271205 ], [ -7.306725745343996, 57.156867555311464 ], [ -7.306242553490319, 57.157181411892921 ], [ -7.305464339581833, 57.157193712600716 ], [ -7.304977766668767, 57.156838186671607 ] ] ], [ [ [ -7.243602790192528, 57.175261603636329 ], [ -7.24470864933652, 57.174882327039718 ], [ -7.244728458889996, 57.175313428202706 ], [ -7.243602790192528, 57.175261603636329 ] ] ], [ [ [ -7.23683444335795, 57.188691780361147 ], [ -7.23819966320555, 57.187158911952451 ], [ -7.238833452164372, 57.187654307894093 ], [ -7.238613105840269, 57.188320420226368 ], [ -7.236971375804959, 57.18895600830934 ], [ -7.23683444335795, 57.188691780361147 ] ] ], [ [ [ -7.249824352619357, 57.195423134288518 ], [ -7.247723570688152, 57.194696824108334 ], [ -7.247663143798414, 57.194271924105571 ], [ -7.24895503408936, 57.193565376459375 ], [ -7.247780763109794, 57.193758574841681 ], [ -7.246298930392464, 57.19359570752048 ], [ -7.244531070846163, 57.192936385008828 ], [ -7.24197083663441, 57.193349546924551 ], [ -7.24081502203328, 57.191922169530201 ], [ -7.241628588404929, 57.191465182063318 ], [ -7.240737568862853, 57.19149348161293 ], [ -7.241241649843743, 57.190374559512257 ], [ -7.244997807730014, 57.189222923962532 ], [ -7.245030891281828, 57.18805622389651 ], [ -7.245494610262076, 57.187762340046213 ], [ -7.248261895913209, 57.187875831782002 ], [ -7.248711593694608, 57.18748353860596 ], [ -7.249583520139455, 57.187496473900431 ], [ -7.25037407815045, 57.188160714431397 ], [ -7.253409806024837, 57.18882074967685 ], [ -7.254534511207382, 57.189619422385697 ], [ -7.254402001477258, 57.191366216596151 ], [ -7.255862119168161, 57.192249788364464 ], [ -7.255939498247651, 57.193200394854138 ], [ -7.253598797769964, 57.194747406216472 ], [ -7.252364259158502, 57.194866687837042 ], [ -7.252403694127126, 57.195085499510256 ], [ -7.251559380101525, 57.194918445135549 ], [ -7.251141805411508, 57.195070936950778 ], [ -7.251474058863018, 57.19530896344282 ], [ -7.249824352619357, 57.195423134288518 ] ] ], [ [ [ -7.251309545326087, 57.197821973257227 ], [ -7.252647519316003, 57.197729860856477 ], [ -7.252038978447708, 57.198637249611672 ], [ -7.252339547099753, 57.198827111308169 ], [ -7.251687247244139, 57.198728489688364 ], [ -7.250798575555533, 57.198716264698326 ], [ -7.250787472507869, 57.198172315168527 ], [ -7.251309545326087, 57.197821973257227 ] ] ], [ [ [ -7.262212742719878, 57.208770052840883 ], [ -7.261587306442506, 57.207756985264908 ], [ -7.263334311848112, 57.208088516204874 ], [ -7.262964677897346, 57.208751954256115 ], [ -7.262212742719878, 57.208770052840883 ] ] ], [ [ [ -7.260922356271197, 57.209314691435026 ], [ -7.261639578168514, 57.208762639052615 ], [ -7.262225506282681, 57.208859503180712 ], [ -7.262572528336619, 57.209083386368157 ], [ -7.262058395101604, 57.209838380136716 ], [ -7.26132308054112, 57.210031248308596 ], [ -7.261067839617842, 57.209637031032692 ], [ -7.260922356271197, 57.209314691435026 ] ] ], [ [ [ -7.266765562184245, 57.213478458702518 ], [ -7.267733890953575, 57.212942807754033 ], [ -7.268935130079051, 57.213747155930349 ], [ -7.266798764045901, 57.214291443936162 ], [ -7.267244219422075, 57.2139847533901 ], [ -7.266765562184245, 57.213478458702518 ] ] ], [ [ [ -7.307026270685371, 57.224021983305505 ], [ -7.307269368811102, 57.223809207782807 ], [ -7.30803419304277, 57.224339234177421 ], [ -7.307823816102446, 57.224721604496239 ], [ -7.307026270685371, 57.224021983305505 ] ] ], [ [ [ -7.326643520819696, 57.225394078743477 ], [ -7.326154366865107, 57.224879434981936 ], [ -7.325600656428099, 57.225123454013399 ], [ -7.324846528082921, 57.224899041061562 ], [ -7.324868237482741, 57.224475163353986 ], [ -7.325813767178111, 57.224646443024561 ], [ -7.325895097271821, 57.224463004148404 ], [ -7.326123012445942, 57.22477727912247 ], [ -7.326213721194845, 57.224543946467108 ], [ -7.326955251359276, 57.224566408280275 ], [ -7.327322520747986, 57.225041237516557 ], [ -7.326643520819696, 57.225394078743477 ] ] ], [ [ [ -7.335181873054348, 57.225237684237818 ], [ -7.33572934710891, 57.224836402517809 ], [ -7.337019735707524, 57.224925415236235 ], [ -7.335953981058661, 57.225299286754954 ], [ -7.336188115378755, 57.225541287855457 ], [ -7.33575321608315, 57.225402329442495 ], [ -7.335181873054348, 57.225237684237818 ] ] ], [ [ [ -7.339504185771434, 57.225125505598449 ], [ -7.340065921225335, 57.225006168491895 ], [ -7.340305847093274, 57.225391001834502 ], [ -7.33965051497981, 57.225436937230654 ], [ -7.339504185771434, 57.225125505598449 ] ] ], [ [ [ -7.339860884898919, 57.226030011289552 ], [ -7.339569471294068, 57.225484487654917 ], [ -7.340419090261005, 57.225542758808018 ], [ -7.34078503026547, 57.226144497564796 ], [ -7.339860884898919, 57.226030011289552 ] ] ], [ [ [ -7.333111766874139, 57.226410227440624 ], [ -7.333618703485292, 57.226015181396541 ], [ -7.334806001607541, 57.226194098767422 ], [ -7.334226201686063, 57.225741838078974 ], [ -7.334818190838076, 57.225590639948408 ], [ -7.335265985564838, 57.22644898054785 ], [ -7.334821955907602, 57.226877350887577 ], [ -7.333830467312453, 57.227077056681139 ], [ -7.333080949957807, 57.226942485719661 ], [ -7.333111766874139, 57.226410227440624 ] ] ], [ [ [ -7.345820895173375, 57.228239770041831 ], [ -7.347155831016365, 57.228097301667241 ], [ -7.347818023157934, 57.228429900451722 ], [ -7.347384371782522, 57.228734586682357 ], [ -7.346419328326658, 57.228670488119704 ], [ -7.346451414279679, 57.228354147713361 ], [ -7.345820895173375, 57.228239770041831 ] ] ], [ [ [ -7.324395872670864, 57.230151136724132 ], [ -7.323825645795738, 57.22964982782235 ], [ -7.324322830322092, 57.229542306777766 ], [ -7.32502008456548, 57.230004017671668 ], [ -7.32574229792715, 57.22992652122042 ], [ -7.32535999062425, 57.230197446580085 ], [ -7.324395872670864, 57.230151136724132 ] ] ], [ [ [ -7.325843784814473, 57.22973322672302 ], [ -7.325212884903005, 57.229558468736911 ], [ -7.326532556517463, 57.229631050027862 ], [ -7.326109041433384, 57.229720149491087 ], [ -7.326937752855549, 57.229851395498144 ], [ -7.326800627100026, 57.23023428659063 ], [ -7.325695753745731, 57.23007518435768 ], [ -7.325843784814473, 57.22973322672302 ] ] ], [ [ [ -7.332551676398787, 57.230347774184942 ], [ -7.33272937814302, 57.230153928650097 ], [ -7.333072454409455, 57.230288708606849 ], [ -7.332551676398787, 57.230347774184942 ] ] ], [ [ [ -7.346344243270835, 57.229811187800095 ], [ -7.345993534038339, 57.229486886467477 ], [ -7.346805606092055, 57.22959441473688 ], [ -7.346887579298805, 57.229793397286677 ], [ -7.346344243270835, 57.229811187800095 ] ] ], [ [ [ -7.32610181811271, 57.23085253656253 ], [ -7.327221179909718, 57.230778844165769 ], [ -7.326880067685148, 57.231174009129745 ], [ -7.32610181811271, 57.23085253656253 ] ] ], [ [ [ -7.325205020861225, 57.231742870102032 ], [ -7.324661628243657, 57.231565288698015 ], [ -7.325493745762705, 57.231628007692919 ], [ -7.325205020861225, 57.231742870102032 ] ] ], [ [ [ -7.3069811990372, 57.232464888891712 ], [ -7.308393821227128, 57.232076579844794 ], [ -7.30949874205467, 57.232259229863708 ], [ -7.309312817592705, 57.232523579290479 ], [ -7.307170479517436, 57.232857323057289 ], [ -7.3069811990372, 57.232464888891712 ] ] ], [ [ [ -7.296626860007338, 57.235814207980901 ], [ -7.296775065628685, 57.235344500837357 ], [ -7.297727077214515, 57.235502224256457 ], [ -7.296626860007338, 57.235814207980901 ] ] ], [ [ [ -7.34415493398801, 57.234108110903286 ], [ -7.344327418389514, 57.233844276962905 ], [ -7.344660977602131, 57.234153116784157 ], [ -7.34415493398801, 57.234108110903286 ] ] ], [ [ [ -7.302549325628544, 57.234704296990991 ], [ -7.303120351327764, 57.234405661160508 ], [ -7.304124544613416, 57.234637617904497 ], [ -7.30478516828777, 57.23530706363114 ], [ -7.304274424726517, 57.235909117895751 ], [ -7.303584487099706, 57.235785344255412 ], [ -7.303309534776854, 57.235374034461572 ], [ -7.302549325628544, 57.234704296990991 ] ] ], [ [ [ -7.356029500107653, 57.23428403777671 ], [ -7.356059431616525, 57.233919189267354 ], [ -7.356536319444759, 57.234436953623153 ], [ -7.356029500107653, 57.23428403777671 ] ] ], [ [ [ -7.301916672078425, 57.236823315231526 ], [ -7.304086513725157, 57.236160043871884 ], [ -7.304641291202446, 57.237765359459331 ], [ -7.303465305026526, 57.237954626329397 ], [ -7.301916672078425, 57.236823315231526 ] ] ], [ [ [ -7.354618253710647, 57.237818963808245 ], [ -7.352815997251023, 57.2374775152228 ], [ -7.352312909120736, 57.237681692672368 ], [ -7.350967041531875, 57.237351317022735 ], [ -7.350447552106917, 57.237511191289954 ], [ -7.348411833980061, 57.236818783507289 ], [ -7.347577486164231, 57.235621512245842 ], [ -7.346531580337798, 57.235447472030835 ], [ -7.347340701918549, 57.235156462619358 ], [ -7.345668033552331, 57.234334228743016 ], [ -7.346135096627137, 57.23421350755978 ], [ -7.345591797399505, 57.233202687094455 ], [ -7.346340736017754, 57.232794562161089 ], [ -7.345372975216221, 57.232746767363004 ], [ -7.344932599142847, 57.232124816670463 ], [ -7.34565757454879, 57.231883302505139 ], [ -7.346913198520394, 57.232279675202783 ], [ -7.347260760669688, 57.231941769862857 ], [ -7.348112720792575, 57.231969295611172 ], [ -7.346965109647133, 57.231585423130788 ], [ -7.347231993721262, 57.231331953789763 ], [ -7.346543426788194, 57.231058071100996 ], [ -7.347130063795562, 57.231006934816087 ], [ -7.347610349297685, 57.230405986389371 ], [ -7.349309720480957, 57.230258738104979 ], [ -7.351530038256686, 57.231653273799743 ], [ -7.352579486542258, 57.233668356582108 ], [ -7.352081606858421, 57.233748122838605 ], [ -7.352599009505399, 57.234145380352295 ], [ -7.352216162814388, 57.234434413129819 ], [ -7.354218345689204, 57.235684342335638 ], [ -7.353250456334998, 57.235807596863523 ], [ -7.354644150359172, 57.236181798920505 ], [ -7.356556365252091, 57.238135680468531 ], [ -7.354283318589694, 57.238060958528443 ], [ -7.354056214201178, 57.237891579627934 ], [ -7.354618253710647, 57.237818963808245 ] ] ], [ [ [ -7.356192048598004, 57.238643514064385 ], [ -7.355466319543559, 57.238252474442014 ], [ -7.357176453818806, 57.23850783317976 ], [ -7.356192048598004, 57.238643514064385 ] ] ], [ [ [ -7.426260205155274, 57.280818191602222 ], [ -7.425898063949826, 57.280436081666728 ], [ -7.424951617211824, 57.28048604211034 ], [ -7.425465907915911, 57.28014249775223 ], [ -7.426456247275008, 57.280221128223275 ], [ -7.426282178562254, 57.280494152845598 ], [ -7.429161825621279, 57.279806993297669 ], [ -7.430225143556207, 57.279828435173528 ], [ -7.429789510859374, 57.279871604040324 ], [ -7.430114508096673, 57.280103217961752 ], [ -7.428724039868484, 57.280353333282015 ], [ -7.429585274822906, 57.280356533017368 ], [ -7.426260205155274, 57.280818191602222 ] ] ], [ [ [ -7.221752071131914, 57.321256380543332 ], [ -7.221124367518151, 57.320643616741656 ], [ -7.220570440755219, 57.320666665903467 ], [ -7.219784414249315, 57.320051485228035 ], [ -7.220961569433165, 57.319966513658223 ], [ -7.222089768617681, 57.320940879815176 ], [ -7.221752071131914, 57.321256380543332 ] ] ], [ [ [ -7.228702722430088, 57.324804750598446 ], [ -7.229388985251817, 57.324717661844048 ], [ -7.229615510206713, 57.325140145983795 ], [ -7.228959153944582, 57.325320473083792 ], [ -7.228702722430088, 57.324804750598446 ] ] ], [ [ [ -7.227342423280402, 57.325882748909663 ], [ -7.228065594592372, 57.325762635904717 ], [ -7.228542756097274, 57.326368145107246 ], [ -7.227569569723399, 57.326309709656336 ], [ -7.227342423280402, 57.325882748909663 ] ] ], [ [ [ -7.239067508540457, 57.324754847308533 ], [ -7.238941954429755, 57.324224679150092 ], [ -7.243918235391368, 57.324300257969576 ], [ -7.244482908532585, 57.324119183094126 ], [ -7.243970675881765, 57.32373565847351 ], [ -7.244571985296195, 57.323170614300942 ], [ -7.24556847846893, 57.322984981395095 ], [ -7.245160574560604, 57.322633094128285 ], [ -7.246017935558479, 57.322696233967271 ], [ -7.246568478414178, 57.323289614182272 ], [ -7.247297365163585, 57.323326622850573 ], [ -7.246684236492563, 57.324216122817745 ], [ -7.244040465391266, 57.325505451267013 ], [ -7.24193794386748, 57.325926249345351 ], [ -7.240694993181779, 57.325726210447257 ], [ -7.239067508540457, 57.324754847308533 ] ] ], [ [ [ -7.225397477805666, 57.326827605851868 ], [ -7.226025873563088, 57.326508987568417 ], [ -7.227018214433507, 57.326994062249412 ], [ -7.225397477805666, 57.326827605851868 ] ] ], [ [ [ -7.25369237809118, 57.326342598088736 ], [ -7.254429538029055, 57.325751119047567 ], [ -7.255404298405184, 57.325843475174189 ], [ -7.255118180392753, 57.326366578651076 ], [ -7.254225405337834, 57.326498451182573 ], [ -7.25369237809118, 57.326342598088736 ] ] ], [ [ [ -7.262215872155818, 57.326337274912362 ], [ -7.264459325068662, 57.326204474116288 ], [ -7.26457115852654, 57.326647914716403 ], [ -7.263169547689664, 57.326874088734449 ], [ -7.262131503806298, 57.326653965639572 ], [ -7.262215872155818, 57.326337274912362 ] ] ], [ [ [ -7.244267013412419, 57.329711792545815 ], [ -7.243389793204521, 57.32968546066035 ], [ -7.242445210616846, 57.329769919090353 ], [ -7.241689882043261, 57.329315552929735 ], [ -7.24296685886455, 57.328762787132192 ], [ -7.240795337030569, 57.328992976168621 ], [ -7.240539895610135, 57.328310759573149 ], [ -7.242814834700907, 57.327698315378257 ], [ -7.243964276755041, 57.327767265132714 ], [ -7.242064183587778, 57.327567703428194 ], [ -7.242254265402853, 57.327384291421971 ], [ -7.241365542920955, 57.327160460103393 ], [ -7.242211811430085, 57.326562700993222 ], [ -7.244004561983362, 57.326069359605775 ], [ -7.243591669559631, 57.325915642765125 ], [ -7.2447244070765, 57.325809810943902 ], [ -7.244157007616216, 57.32573904149735 ], [ -7.244880414504693, 57.32509690533324 ], [ -7.246511293145892, 57.32521769309794 ], [ -7.245298083072436, 57.325749836766121 ], [ -7.245794225046812, 57.32578758603379 ], [ -7.246306067681395, 57.326459073909092 ], [ -7.247361964622413, 57.326513905732213 ], [ -7.248304326403916, 57.326996409465451 ], [ -7.249662617869216, 57.326548152464468 ], [ -7.249698616385015, 57.326218198947068 ], [ -7.252178302934738, 57.326631847240542 ], [ -7.252428526809758, 57.326927324816573 ], [ -7.251867247950347, 57.32736475266131 ], [ -7.250288803096161, 57.327727760340899 ], [ -7.250834233695822, 57.328109872893855 ], [ -7.250097990981583, 57.328545614637946 ], [ -7.2458514380325, 57.329506088758343 ], [ -7.24472031851521, 57.329332906010514 ], [ -7.244267013412419, 57.329711792545815 ] ] ], [ [ [ -7.223183514440883, 57.330208696543373 ], [ -7.223180310536429, 57.329835396365702 ], [ -7.222544200679775, 57.330158818572571 ], [ -7.222163777285819, 57.329648244391038 ], [ -7.221057561535858, 57.329532303697668 ], [ -7.220885809811842, 57.329085031089214 ], [ -7.221437317501066, 57.328985598013666 ], [ -7.221152337460548, 57.328444054830641 ], [ -7.222596292430599, 57.328595429085262 ], [ -7.222553663214984, 57.328354246605734 ], [ -7.223483634728899, 57.328284044248186 ], [ -7.22290795682355, 57.328096544033393 ], [ -7.223995021145885, 57.327844330197493 ], [ -7.223962553019724, 57.327499243327821 ], [ -7.225216894885357, 57.327370531178929 ], [ -7.228595889610708, 57.32802614177367 ], [ -7.228769652464371, 57.328545309670027 ], [ -7.226663012052943, 57.329348447103406 ], [ -7.227506535781021, 57.329547269462203 ], [ -7.227302295726271, 57.32928132558812 ], [ -7.228120307098104, 57.329125768687611 ], [ -7.227693030886896, 57.330155892489493 ], [ -7.226943120757422, 57.330673045441827 ], [ -7.225963462270823, 57.330628361972053 ], [ -7.224420189919366, 57.330598138387643 ], [ -7.22418351287177, 57.330221060219493 ], [ -7.223183514440883, 57.330208696543373 ] ] ], [ [ [ -7.234086505188144, 57.334739554541791 ], [ -7.235009616066475, 57.334678554655795 ], [ -7.234286339467652, 57.334915688388037 ], [ -7.234086505188144, 57.334739554541791 ] ] ], [ [ [ -7.236998483007258, 57.343310601612288 ], [ -7.236701872544806, 57.343156505411265 ], [ -7.237352282400047, 57.343282341225155 ], [ -7.237849791887488, 57.343036618296843 ], [ -7.237763707302454, 57.342666773662629 ], [ -7.238445226910536, 57.342660827359751 ], [ -7.239449125594216, 57.343397293579692 ], [ -7.238581914687225, 57.343676450800132 ], [ -7.236998483007258, 57.343310601612288 ] ] ], [ [ [ -7.236966731438179, 57.344837168488418 ], [ -7.236816410782633, 57.344541991299977 ], [ -7.237265691246993, 57.34454124239754 ], [ -7.237883931414109, 57.345199328934939 ], [ -7.236966731438179, 57.344837168488418 ] ] ], [ [ [ -7.255767229204395, 57.344180906926411 ], [ -7.257363247482096, 57.343448167746466 ], [ -7.257452550697426, 57.343908754898052 ], [ -7.256734900071884, 57.344452633827771 ], [ -7.255767229204395, 57.344180906926411 ] ] ], [ [ [ -7.207177969186, 57.34550959696432 ], [ -7.20757038686622, 57.344346033855224 ], [ -7.208095341725039, 57.344526715139132 ], [ -7.208305512462459, 57.344014089405874 ], [ -7.20944014483902, 57.344092979784335 ], [ -7.210176660733503, 57.343243562905911 ], [ -7.210653260325788, 57.343376749851586 ], [ -7.210579923796622, 57.34397368334308 ], [ -7.211246784343957, 57.344215948139542 ], [ -7.209201770840576, 57.345344639715869 ], [ -7.209169586595485, 57.346583242987514 ], [ -7.208193120399312, 57.347208651791995 ], [ -7.207205415160978, 57.347110155423366 ], [ -7.206616247954664, 57.346653185971235 ], [ -7.206668809908933, 57.345616201840414 ], [ -7.207177969186, 57.34550959696432 ] ] ], [ [ [ -7.254572387563763, 57.34579758813274 ], [ -7.255006832506649, 57.345576931651038 ], [ -7.254177052755521, 57.345652163236792 ], [ -7.253825215471969, 57.345054987450659 ], [ -7.256690626808628, 57.345107786265736 ], [ -7.257109607581984, 57.345348497956529 ], [ -7.255311804599884, 57.346253454804284 ], [ -7.255293895891899, 57.345896060791965 ], [ -7.254572387563763, 57.34579758813274 ] ] ], [ [ [ -7.257712724285546, 57.345921642448864 ], [ -7.25883070694898, 57.345650741003027 ], [ -7.259243868452171, 57.346024869339381 ], [ -7.25821605464775, 57.346355886990857 ], [ -7.257569650783405, 57.346282180499763 ], [ -7.257712724285546, 57.345921642448864 ] ] ], [ [ [ -7.249768486339374, 57.346075092574544 ], [ -7.251605300854103, 57.345534827862501 ], [ -7.253030228887344, 57.346303069354434 ], [ -7.251949599956205, 57.347009684937234 ], [ -7.249768486339374, 57.346075092574544 ] ] ], [ [ [ -7.232948837045789, 57.347240859424637 ], [ -7.233007859678671, 57.346779477652085 ], [ -7.234502905758745, 57.347050082770586 ], [ -7.235246104515134, 57.34671763891086 ], [ -7.236419676941698, 57.346776667313733 ], [ -7.236522359706807, 57.347262800459326 ], [ -7.235912864798534, 57.347715653363515 ], [ -7.233729240622284, 57.347635749024896 ], [ -7.232948837045789, 57.347240859424637 ] ] ], [ [ [ -7.239311957301251, 57.347564822071931 ], [ -7.238948355084079, 57.347175066396034 ], [ -7.240564263383648, 57.347242589116085 ], [ -7.240304186091413, 57.347635883371396 ], [ -7.239311957301251, 57.347564822071931 ] ] ], [ [ [ -7.211228022249647, 57.348184987200057 ], [ -7.210528747204359, 57.347480652718666 ], [ -7.211176114641813, 57.346999363685512 ], [ -7.210681056568605, 57.346677979085705 ], [ -7.211264734714489, 57.346334307871423 ], [ -7.210867753346405, 57.345765897702606 ], [ -7.213384957496977, 57.344505087702061 ], [ -7.21338296593725, 57.344959586368034 ], [ -7.212195982782446, 57.345508288528627 ], [ -7.212612694091048, 57.346156860572179 ], [ -7.212249861579163, 57.346531860667987 ], [ -7.212670480513083, 57.346797841494457 ], [ -7.212829663730806, 57.346395304323906 ], [ -7.213871481664375, 57.346347535157527 ], [ -7.213624045755891, 57.345601952460356 ], [ -7.214142764942092, 57.345269963194156 ], [ -7.213584032482572, 57.345144699271835 ], [ -7.2153373776715, 57.344482468461884 ], [ -7.215455905241156, 57.343208776431638 ], [ -7.21623989723453, 57.343221189170059 ], [ -7.216306763538489, 57.342754995080291 ], [ -7.217106033604826, 57.342582300869445 ], [ -7.217217444467734, 57.341961282324263 ], [ -7.217666701845023, 57.341902114555104 ], [ -7.217488568978642, 57.341351621153265 ], [ -7.218987110930772, 57.341473784798389 ], [ -7.220307493998339, 57.342858614618599 ], [ -7.219522873581563, 57.342841754441302 ], [ -7.219799046979096, 57.343145212584076 ], [ -7.218626813729648, 57.344791166926875 ], [ -7.217621926513502, 57.345332351594848 ], [ -7.216694691191605, 57.345424881664812 ], [ -7.216795215943987, 57.345722148680196 ], [ -7.216182340908419, 57.345918587682142 ], [ -7.216543131695345, 57.346465991222679 ], [ -7.21509135018636, 57.347376660504864 ], [ -7.214830963953091, 57.348003864886515 ], [ -7.212911451070608, 57.348025105030679 ], [ -7.213490567310998, 57.348293499729884 ], [ -7.213423023457908, 57.34875522008813 ], [ -7.211886602667283, 57.348837018108028 ], [ -7.211228022249647, 57.348184987200057 ] ] ], [ [ [ -7.218102241102613, 57.348650777759609 ], [ -7.218556042297758, 57.348330467296982 ], [ -7.218812519182554, 57.348729230093021 ], [ -7.218102241102613, 57.348650777759609 ] ] ], [ [ [ -7.259665788101822, 57.347191407523717 ], [ -7.259444178771206, 57.346946032792843 ], [ -7.260699245725159, 57.347120201858019 ], [ -7.259665788101822, 57.347191407523717 ] ] ], [ [ [ -7.257481073802165, 57.347162354572021 ], [ -7.258312515383261, 57.346947553752933 ], [ -7.258708640424563, 57.347330496524265 ], [ -7.258176459703942, 57.34732219630807 ], [ -7.257481073802165, 57.347162354572021 ] ] ], [ [ [ -7.229441213893785, 57.34855683742741 ], [ -7.230058504950736, 57.348333153606269 ], [ -7.2313078988901, 57.3485150499871 ], [ -7.230183346666, 57.348683390152146 ], [ -7.229441213893785, 57.34855683742741 ] ] ], [ [ [ -7.215527022380496, 57.349797111295587 ], [ -7.215672810286294, 57.349476111785208 ], [ -7.216108776230929, 57.349615467912336 ], [ -7.215527022380496, 57.349797111295587 ] ] ], [ [ [ -7.238997663568569, 57.348977205515148 ], [ -7.238802016350419, 57.348481455724524 ], [ -7.239877835916007, 57.348904472787886 ], [ -7.238997663568569, 57.348977205515148 ] ] ], [ [ [ -7.218292493206011, 57.349812656217743 ], [ -7.217509664979922, 57.349282798818933 ], [ -7.218706851898636, 57.34927352519756 ], [ -7.219492877806534, 57.350001206741013 ], [ -7.218292493206011, 57.349812656217743 ] ] ], [ [ [ -7.23646345872136, 57.349298912841434 ], [ -7.236687966463855, 57.348947604935013 ], [ -7.238472856672844, 57.34949852417936 ], [ -7.237963741060807, 57.349605255295465 ], [ -7.238796416862624, 57.349957441459836 ], [ -7.237090099126512, 57.350073634619257 ], [ -7.23646345872136, 57.349298912841434 ] ] ], [ [ [ -7.21568160415196, 57.350533052304399 ], [ -7.216880773342235, 57.350127787156161 ], [ -7.218274660678562, 57.350096845980922 ], [ -7.219413313422845, 57.350611905008783 ], [ -7.218850651614097, 57.35098623490051 ], [ -7.21568160415196, 57.350533052304399 ] ] ], [ [ [ -7.260157758668164, 57.348602471318856 ], [ -7.261303448730373, 57.348466267503362 ], [ -7.263484896571718, 57.348680764707815 ], [ -7.264299598656829, 57.349045238829689 ], [ -7.263230812874431, 57.349311425053706 ], [ -7.260652380519985, 57.348929089162596 ], [ -7.260157758668164, 57.348602471318856 ] ] ], [ [ [ -7.223350078374554, 57.351662939632099 ], [ -7.222619982683276, 57.351328881782365 ], [ -7.224017092179984, 57.351320239659934 ], [ -7.223010743656905, 57.350799715566225 ], [ -7.224929120857852, 57.350827862598024 ], [ -7.227335790968278, 57.351362055160777 ], [ -7.228246136199784, 57.352026020417 ], [ -7.226153983602271, 57.352297605652069 ], [ -7.222819893511939, 57.351914458305544 ], [ -7.223350078374554, 57.351662939632099 ] ] ], [ [ [ -7.236124615143668, 57.351589660997497 ], [ -7.236790363820941, 57.351530394784618 ], [ -7.23684336713749, 57.351901620346467 ], [ -7.235568447414012, 57.351891811175499 ], [ -7.235470330595847, 57.351670941655726 ], [ -7.236124615143668, 57.351589660997497 ] ] ], [ [ [ -7.230910845463614, 57.352967827660578 ], [ -7.232971174047032, 57.352706488140022 ], [ -7.233605261321417, 57.353008497547009 ], [ -7.232933162280353, 57.353198488308173 ], [ -7.230910845463614, 57.352967827660578 ] ] ], [ [ [ -7.212184407950359, 57.354763548466281 ], [ -7.213275869494693, 57.354665138005252 ], [ -7.214309653324344, 57.355472546758811 ], [ -7.212860070728426, 57.355370776416635 ], [ -7.212184407950359, 57.354763548466281 ] ] ], [ [ [ -7.24616760267783, 57.354706764621973 ], [ -7.247305162694526, 57.353930338684471 ], [ -7.249109182666394, 57.354030389157337 ], [ -7.247339807662273, 57.354288832064114 ], [ -7.247878624444723, 57.354680241224159 ], [ -7.24616760267783, 57.354706764621973 ] ] ], [ [ [ -7.214102320321286, 57.356812911985607 ], [ -7.213988445880124, 57.356293038385829 ], [ -7.215737632651587, 57.356522723989137 ], [ -7.215202479292616, 57.356845500710207 ], [ -7.214102320321286, 57.356812911985607 ] ] ], [ [ [ -7.247000912360383, 57.355643779384927 ], [ -7.247035580247248, 57.355187904291306 ], [ -7.2482999136442, 57.355355516780506 ], [ -7.248072282366952, 57.355684481438409 ], [ -7.247000912360383, 57.355643779384927 ] ] ], [ [ [ -7.240064042293597, 57.35639514543827 ], [ -7.238282585055831, 57.355800904121573 ], [ -7.239834523671649, 57.355767632146616 ], [ -7.240691614635178, 57.356231271717036 ], [ -7.240064042293597, 57.35639514543827 ] ] ], [ [ [ -7.246962492735101, 57.359564247408017 ], [ -7.246785277420272, 57.359256705042334 ], [ -7.248020442369831, 57.359394047892742 ], [ -7.248193920192929, 57.359791730447519 ], [ -7.246962492735101, 57.359564247408017 ] ] ], [ [ [ -7.252354854875119, 57.359662713209751 ], [ -7.252094835781436, 57.359358641444622 ], [ -7.252842224426839, 57.359345369513193 ], [ -7.253469116365765, 57.359827557763346 ], [ -7.252354854875119, 57.359662713209751 ] ] ], [ [ [ -7.246243347406654, 57.360764109912829 ], [ -7.245506508470483, 57.360443955466792 ], [ -7.246748617658166, 57.360455042113877 ], [ -7.246307290655599, 57.36028001650277 ], [ -7.246668748692563, 57.360071442984612 ], [ -7.247652366378654, 57.360079824870702 ], [ -7.247939697751122, 57.360342269958522 ], [ -7.24746237806287, 57.360555689960663 ], [ -7.248286933712171, 57.360674198627677 ], [ -7.246243347406654, 57.360764109912829 ] ] ], [ [ [ -7.254766322789321, 57.366090273155997 ], [ -7.251587775516081, 57.365467380677444 ], [ -7.25512813825762, 57.365593705870495 ], [ -7.255854321670738, 57.36589625720493 ], [ -7.254766322789321, 57.366090273155997 ] ] ], [ [ [ -7.25700614099248, 57.367076344346728 ], [ -7.256537227424051, 57.366826018601081 ], [ -7.257656091496287, 57.366905152379545 ], [ -7.257445737836762, 57.367296400965344 ], [ -7.25700614099248, 57.367076344346728 ] ] ], [ [ [ -7.26990776185086, 57.366805459260398 ], [ -7.26802169246423, 57.36584976171342 ], [ -7.268045488490075, 57.365551807434741 ], [ -7.269496460619833, 57.365913856140416 ], [ -7.26990405755846, 57.366432169805535 ], [ -7.270711924548642, 57.366317270790944 ], [ -7.271125891116885, 57.366821815604553 ], [ -7.270211695529623, 57.366950178877083 ], [ -7.26948634371228, 57.366886137166311 ], [ -7.26990776185086, 57.366805459260398 ] ] ], [ [ [ -7.245351628843186, 57.36814866383574 ], [ -7.243142034815272, 57.367255612757283 ], [ -7.245214236790646, 57.367479514102847 ], [ -7.246310585800393, 57.368099601365778 ], [ -7.245908983127311, 57.368377337961583 ], [ -7.246307870050839, 57.368720613334581 ], [ -7.245056352004349, 57.368412957218212 ], [ -7.245351628843186, 57.36814866383574 ] ] ], [ [ [ -7.250043166317242, 57.368577986639998 ], [ -7.249956393390331, 57.368379147367278 ], [ -7.251071171069858, 57.368836451050967 ], [ -7.250043166317242, 57.368577986639998 ] ] ], [ [ [ -7.262258201470503, 57.368741547814125 ], [ -7.262301029629674, 57.368343813331371 ], [ -7.264540801036468, 57.368515383285221 ], [ -7.264257370225024, 57.36897719862538 ], [ -7.263123515469204, 57.369200204375367 ], [ -7.262258201470503, 57.368741547814125 ] ] ], [ [ [ -7.25110703463393, 57.369784299086376 ], [ -7.251905534036189, 57.369719408472534 ], [ -7.252015233066323, 57.369903789956545 ], [ -7.25110703463393, 57.369784299086376 ] ] ], [ [ [ -7.257942178628885, 57.370641089135191 ], [ -7.254685300272295, 57.369823575466008 ], [ -7.25529386109575, 57.369595638540758 ], [ -7.256275407261034, 57.369820011955341 ], [ -7.255592160345735, 57.369236707799452 ], [ -7.256245021217381, 57.369375853785463 ], [ -7.255914527499686, 57.368755287817422 ], [ -7.256606604020422, 57.368645328941547 ], [ -7.255929146805547, 57.368102278275536 ], [ -7.254490964422025, 57.368409932552574 ], [ -7.253945041558952, 57.368203313367594 ], [ -7.253783636727121, 57.367890617626628 ], [ -7.254624233741529, 57.367945427890753 ], [ -7.254512960357599, 57.367459661987532 ], [ -7.255639418009284, 57.367475506260654 ], [ -7.257265713802213, 57.368073318785235 ], [ -7.257030362774562, 57.36770973111215 ], [ -7.257468893261658, 57.367515897022159 ], [ -7.257424544734413, 57.367729221012297 ], [ -7.259926019013222, 57.368506318642943 ], [ -7.260118287553631, 57.369033681584938 ], [ -7.260734197193981, 57.369147356639786 ], [ -7.260198764572376, 57.369246276896966 ], [ -7.262086830014987, 57.369752076504938 ], [ -7.261798015744249, 57.370002643232581 ], [ -7.260224461739977, 57.370005583191656 ], [ -7.25999356115248, 57.36967330876621 ], [ -7.259309697854016, 57.370304861346696 ], [ -7.258618882688169, 57.370423780349192 ], [ -7.258828598704669, 57.370608467365706 ], [ -7.257942178628885, 57.370641089135191 ] ] ], [ [ [ -7.279475399902839, 57.370155985633481 ], [ -7.27856609048873, 57.369798271897245 ], [ -7.280116173896381, 57.369863578851522 ], [ -7.280488526041383, 57.370135879698999 ], [ -7.279475399902839, 57.370155985633481 ] ] ], [ [ [ -7.274364433356289, 57.371446124708235 ], [ -7.273669173093801, 57.371128877365997 ], [ -7.272691872145429, 57.371282403366578 ], [ -7.271246162685804, 57.370321752470794 ], [ -7.271401547382483, 57.370765163278506 ], [ -7.270094717301941, 57.370712035235414 ], [ -7.269684974356893, 57.370063330332471 ], [ -7.271808645872141, 57.370005680523718 ], [ -7.272122048110275, 57.370505446888366 ], [ -7.272246092077859, 57.369978314696972 ], [ -7.272750318219419, 57.3698941509153 ], [ -7.273849300497488, 57.37064438106249 ], [ -7.273688095170356, 57.370160722904188 ], [ -7.27538148951415, 57.370238066807758 ], [ -7.27661979022924, 57.370856438942006 ], [ -7.274862445859259, 57.370624320222063 ], [ -7.275457906384887, 57.371058237820279 ], [ -7.274467831812263, 57.371180819123985 ], [ -7.274364433356289, 57.371446124708235 ] ] ], [ [ [ -7.275460270228661, 57.372578919791039 ], [ -7.275706789725534, 57.372208614251058 ], [ -7.277184948787446, 57.372236487542565 ], [ -7.278123746808698, 57.37268296014151 ], [ -7.277668162913765, 57.372931576746751 ], [ -7.275460270228661, 57.372578919791039 ] ] ], [ [ [ -7.262719689183767, 57.373869421408926 ], [ -7.262335434372251, 57.373687555188965 ], [ -7.261710433268147, 57.374033196645236 ], [ -7.260505582301507, 57.37358875249992 ], [ -7.260237353636615, 57.372938590951719 ], [ -7.260982376884331, 57.372848888106404 ], [ -7.262495734262909, 57.373527860740289 ], [ -7.262976839118576, 57.373224240623493 ], [ -7.26319494534739, 57.373988981275723 ], [ -7.262719689183767, 57.373869421408926 ] ] ], [ [ [ -7.252015940955055, 57.374848470560103 ], [ -7.251397289708461, 57.374599887241587 ], [ -7.251924012622257, 57.374613853421828 ], [ -7.252015940955055, 57.374848470560103 ] ] ], [ [ [ -7.26608857115865, 57.381026088842333 ], [ -7.265548442082518, 57.380571808348591 ], [ -7.266775953127316, 57.380592324263802 ], [ -7.266429639322236, 57.380269398144087 ], [ -7.268030718722055, 57.38051269967761 ], [ -7.268413225381206, 57.380739617524668 ], [ -7.267446983808982, 57.380798145835584 ], [ -7.267425109389476, 57.381109516901354 ], [ -7.26608857115865, 57.381026088842333 ] ] ], [ [ [ -7.234355533064896, 57.382406668018149 ], [ -7.235934028424915, 57.382259884699714 ], [ -7.237773348996448, 57.382655609960651 ], [ -7.237619359683178, 57.382976978428708 ], [ -7.237218595142981, 57.38285421452629 ], [ -7.235497322670904, 57.38287648771594 ], [ -7.234355533064896, 57.382406668018149 ] ] ], [ [ [ -7.244369289835247, 57.382758293533527 ], [ -7.242406086093793, 57.382021391998258 ], [ -7.242975360933895, 57.382623024238235 ], [ -7.241835522144608, 57.382342157528512 ], [ -7.241484099993446, 57.38268077022245 ], [ -7.240621279247152, 57.382239856180632 ], [ -7.239358098126819, 57.382319554487552 ], [ -7.237998891322003, 57.381552888935033 ], [ -7.237107187796893, 57.381783543005994 ], [ -7.235300903619358, 57.381093982172409 ], [ -7.234683210990477, 57.380152395559946 ], [ -7.235518232996246, 57.379991609532979 ], [ -7.236531823282837, 57.380264297124839 ], [ -7.23617226406626, 57.379671892424959 ], [ -7.238865712412008, 57.380157962930575 ], [ -7.24142496487881, 57.381859875776243 ], [ -7.242142701633553, 57.381577961601124 ], [ -7.243157622530346, 57.381801050577401 ], [ -7.243977260986227, 57.382405723922346 ], [ -7.245738579672587, 57.382314172032061 ], [ -7.245790455174322, 57.382676445426419 ], [ -7.244369289835247, 57.382758293533527 ] ] ], [ [ [ -7.209730474420206, 57.384222384387456 ], [ -7.210409021191053, 57.383897293115041 ], [ -7.212169832405542, 57.384152673074105 ], [ -7.21079622987545, 57.38456960009578 ], [ -7.210695628699402, 57.384272330343073 ], [ -7.209730474420206, 57.384222384387456 ] ] ], [ [ [ -7.268684889969976, 57.382338981174577 ], [ -7.267818141681204, 57.382046889042321 ], [ -7.266860145323699, 57.382105066098369 ], [ -7.26599704347835, 57.381664331291304 ], [ -7.268229928729548, 57.381318721739177 ], [ -7.269185351914486, 57.382169506795336 ], [ -7.268684889969976, 57.382338981174577 ] ] ], [ [ [ -7.212762258888018, 57.384510515628932 ], [ -7.213624902232386, 57.384132774076775 ], [ -7.214469622548885, 57.38450713098667 ], [ -7.214033198546168, 57.38477720223954 ], [ -7.213533740505621, 57.38466296025755 ], [ -7.212762258888018, 57.384510515628932 ] ] ], [ [ [ -7.198881063836236, 57.3855537589018 ], [ -7.200083018153672, 57.384748150424791 ], [ -7.200466349096333, 57.385159696233913 ], [ -7.201162726858279, 57.385076871980246 ], [ -7.200555358530541, 57.38555193376024 ], [ -7.199971778203692, 57.385549100458505 ], [ -7.198881063836236, 57.3855537589018 ] ] ], [ [ [ -7.228067159187486, 57.383932867747433 ], [ -7.22790401357329, 57.383723696774858 ], [ -7.22888013085781, 57.38420047158781 ], [ -7.228367989390729, 57.384406259577688 ], [ -7.227470922532979, 57.384133154126076 ], [ -7.228067159187486, 57.383932867747433 ] ] ], [ [ [ -7.214454911376707, 57.385164619964563 ], [ -7.214750545719771, 57.384841903568066 ], [ -7.215542430543644, 57.384961994912636 ], [ -7.215811943045078, 57.384455894469937 ], [ -7.216888596656647, 57.384528157822906 ], [ -7.216922990928177, 57.384886663093681 ], [ -7.215269746252344, 57.385153284503531 ], [ -7.216207524363222, 57.385478774969805 ], [ -7.215479326060596, 57.385513513908784 ], [ -7.214997072020086, 57.385169105480216 ], [ -7.214454911376707, 57.385164619964563 ] ] ], [ [ [ -7.246216582231833, 57.384255884159465 ], [ -7.245349009313848, 57.383549742532963 ], [ -7.246917716925862, 57.383916145954593 ], [ -7.24736035675547, 57.384563544479455 ], [ -7.246216582231833, 57.384255884159465 ] ] ], [ [ [ -7.241099010603072, 57.384181592407316 ], [ -7.240720780533882, 57.38345949905635 ], [ -7.241641937923769, 57.383434555913844 ], [ -7.243689940542287, 57.384181428266928 ], [ -7.243905469637467, 57.384464881190496 ], [ -7.242973486962485, 57.384530785534899 ], [ -7.243953531576668, 57.384858808961809 ], [ -7.243212699652563, 57.384979723262639 ], [ -7.242804813583643, 57.384749291475728 ], [ -7.242217780377934, 57.384314871218102 ], [ -7.241099010603072, 57.384181592407316 ] ] ], [ [ [ -7.216801914285944, 57.386200951378079 ], [ -7.217234509415744, 57.38607950220144 ], [ -7.218424621934535, 57.386363001275768 ], [ -7.217149131824227, 57.386532965937029 ], [ -7.216801914285944, 57.386200951378079 ] ] ], [ [ [ -7.247701003482126, 57.385894592607208 ], [ -7.24719922799832, 57.3854161381567 ], [ -7.24801478353012, 57.385526039835831 ], [ -7.248111067838787, 57.384860624231145 ], [ -7.248711831933358, 57.384867014384454 ], [ -7.24946399392407, 57.385348495976785 ], [ -7.247701003482126, 57.385894592607208 ] ] ], [ [ [ -7.251885678389729, 57.385503714384384 ], [ -7.253302511221989, 57.384810061905362 ], [ -7.253466560689721, 57.385140646388912 ], [ -7.252947495115013, 57.3852973354089 ], [ -7.253383729774861, 57.385783009359642 ], [ -7.253175044342246, 57.386070693472007 ], [ -7.25289078314945, 57.385947603990665 ], [ -7.251834445975645, 57.385901793248003 ], [ -7.251885678389729, 57.385503714384384 ] ] ], [ [ [ -7.229946144250471, 57.386707140294277 ], [ -7.2294255226662, 57.386386877287194 ], [ -7.230395141263953, 57.386234023124246 ], [ -7.229553473412461, 57.386057606772418 ], [ -7.229832376450709, 57.385618568821641 ], [ -7.229158281463609, 57.385448670208383 ], [ -7.231893144646032, 57.385055826791287 ], [ -7.234011089034647, 57.385709956624247 ], [ -7.235112457622057, 57.385371605526473 ], [ -7.236456136646923, 57.385504559911055 ], [ -7.238592566340182, 57.386217234251497 ], [ -7.237930481949527, 57.385735533400826 ], [ -7.238027144924482, 57.385421054809726 ], [ -7.238729894273404, 57.385499726773872 ], [ -7.239614384140369, 57.38585876481099 ], [ -7.23907857934812, 57.385840622605429 ], [ -7.239610650669546, 57.386007395546009 ], [ -7.239166757471287, 57.386282369257792 ], [ -7.235544357158485, 57.386586391620035 ], [ -7.237688898043751, 57.386667951467693 ], [ -7.238076536361008, 57.387164699029597 ], [ -7.235640368849706, 57.387491233871813 ], [ -7.231792658625384, 57.387152149045285 ], [ -7.232143619944313, 57.386926066516111 ], [ -7.229946144250471, 57.386707140294277 ] ] ], [ [ [ -7.277674874665959, 57.384890590558051 ], [ -7.278778176513399, 57.384452777940524 ], [ -7.279972743784966, 57.384879495567333 ], [ -7.279054856520659, 57.385332022140688 ], [ -7.279554710184399, 57.385562975148247 ], [ -7.279198555139307, 57.385924397219213 ], [ -7.277274004832244, 57.385577839563382 ], [ -7.277674874665959, 57.384890590558051 ] ] ], [ [ [ -7.21552565172057, 57.388764489357001 ], [ -7.215906040809705, 57.388510238226651 ], [ -7.218775741760679, 57.388593502977649 ], [ -7.217781160302876, 57.388922769323969 ], [ -7.216662962232902, 57.388793746580141 ], [ -7.21552565172057, 57.388764489357001 ] ] ], [ [ [ -7.288105577679535, 57.385927631373427 ], [ -7.290922931394322, 57.385705488347995 ], [ -7.291197680860943, 57.386107858208248 ], [ -7.290835472843407, 57.386253599963112 ], [ -7.290712077402492, 57.386033828248252 ], [ -7.288105577679535, 57.385927631373427 ] ] ], [ [ [ -7.211572637020506, 57.389616934981703 ], [ -7.212478114811217, 57.389129447597306 ], [ -7.213507112881395, 57.389217218264292 ], [ -7.212612699022936, 57.389969704653744 ], [ -7.211572637020506, 57.389616934981703 ] ] ], [ [ [ -7.232537416790758, 57.388632863126475 ], [ -7.233217800759583, 57.388438046361642 ], [ -7.235109605523308, 57.388732647871677 ], [ -7.235661580959255, 57.389155064661828 ], [ -7.233813877046483, 57.389227569601175 ], [ -7.232537416790758, 57.388632863126475 ] ] ], [ [ [ -7.252269375354151, 57.389051099401144 ], [ -7.251593727780525, 57.388755402454784 ], [ -7.250657430103243, 57.389082499940109 ], [ -7.248918176197133, 57.388516297694459 ], [ -7.247160106262149, 57.389039680744546 ], [ -7.246021911453419, 57.388713785125255 ], [ -7.246780734456055, 57.38790371702428 ], [ -7.249307921967874, 57.387573159895176 ], [ -7.250107226833795, 57.387976181259027 ], [ -7.252014245313573, 57.388085424034315 ], [ -7.252865076050488, 57.389021688845133 ], [ -7.252269375354151, 57.389051099401144 ] ] ], [ [ [ -7.207990930239127, 57.390386370113681 ], [ -7.208851919515201, 57.389702792577417 ], [ -7.209515152699081, 57.389972231757142 ], [ -7.209186220668827, 57.390647248118221 ], [ -7.208346987586778, 57.390898007388664 ], [ -7.207537123918613, 57.390886592841646 ], [ -7.207990930239127, 57.390386370113681 ] ] ], [ [ [ -7.254288085867429, 57.388021818399878 ], [ -7.254887558172648, 57.387960744980731 ], [ -7.256178921277598, 57.388482619953407 ], [ -7.255158745898569, 57.388979735986943 ], [ -7.255215198821954, 57.388734412413541 ], [ -7.254185958810081, 57.388471519951672 ], [ -7.254288085867429, 57.388021818399878 ] ] ], [ [ [ -7.251582360008197, 57.389547750685473 ], [ -7.251497979022322, 57.389249827034135 ], [ -7.252984050975029, 57.389502635645606 ], [ -7.251582360008197, 57.389547750685473 ] ] ], [ [ [ -7.238191781100806, 57.390417340685076 ], [ -7.238561183424457, 57.3901454785833 ], [ -7.239306254586428, 57.390519334391442 ], [ -7.238701524101442, 57.390427576795197 ], [ -7.238191781100806, 57.390417340685076 ] ] ], [ [ [ -7.261155353094975, 57.388845680101284 ], [ -7.260498525104748, 57.387811355083016 ], [ -7.261606112957282, 57.388039419138096 ], [ -7.262200288122675, 57.387825555795814 ], [ -7.262806248451391, 57.388389576694706 ], [ -7.263398640144285, 57.388279266596392 ], [ -7.264212672105168, 57.388609596024345 ], [ -7.264321762954549, 57.389716355037059 ], [ -7.263155429359744, 57.389949704891912 ], [ -7.261155353094975, 57.388845680101284 ] ] ], [ [ [ -7.252389627254748, 57.39087727800802 ], [ -7.25211857819895, 57.390614155789756 ], [ -7.252845075778357, 57.390741250919412 ], [ -7.252389627254748, 57.39087727800802 ] ] ], [ [ [ -7.190913123440906, 57.393995171860318 ], [ -7.191800843166275, 57.393027173768154 ], [ -7.19428099265118, 57.392947141699018 ], [ -7.192584122791225, 57.393791139378912 ], [ -7.190913123440906, 57.393995171860318 ] ] ], [ [ [ -7.26266862754349, 57.390968949393553 ], [ -7.262311318051921, 57.390048062830154 ], [ -7.264093960729307, 57.390450292385992 ], [ -7.264424015663714, 57.390949381564596 ], [ -7.263690281532858, 57.3911781015657 ], [ -7.26266862754349, 57.390968949393553 ] ] ], [ [ [ -7.235825109336379, 57.392513672170629 ], [ -7.237309650307986, 57.392231322119677 ], [ -7.237365428831006, 57.392854390048825 ], [ -7.236981824884047, 57.392852386568237 ], [ -7.235825109336379, 57.392513672170629 ] ] ], [ [ [ -7.271118656265703, 57.394331075825129 ], [ -7.270065830489873, 57.392921966625252 ], [ -7.272887788418293, 57.393780794076363 ], [ -7.272366389725875, 57.393933161095028 ], [ -7.272710452348099, 57.394412746811206 ], [ -7.272180286283888, 57.394504289801191 ], [ -7.271118656265703, 57.394331075825129 ] ] ], [ [ [ -7.266813135611625, 57.395452034169793 ], [ -7.26685332026665, 57.395198387156618 ], [ -7.268483945680756, 57.395318078538885 ], [ -7.267540467870546, 57.395618606839548 ], [ -7.266813135611625, 57.395452034169793 ] ] ], [ [ [ -7.261769631206587, 57.395730886337653 ], [ -7.261127501520269, 57.394857920647411 ], [ -7.260579975680307, 57.395281289604476 ], [ -7.259493777519797, 57.394449409261973 ], [ -7.259335440010527, 57.394739494752791 ], [ -7.256627959690144, 57.39370100517651 ], [ -7.255223547777705, 57.393728273761958 ], [ -7.254626653593046, 57.393285318481574 ], [ -7.250942414590278, 57.392755493319569 ], [ -7.249628683505389, 57.39225249448215 ], [ -7.248232649670184, 57.390070195463942 ], [ -7.250255628151435, 57.390057641218156 ], [ -7.25207436866282, 57.391700330661109 ], [ -7.255605107614635, 57.391161212660499 ], [ -7.255890272123217, 57.390883822508115 ], [ -7.256422739919266, 57.391284474398361 ], [ -7.256867326627362, 57.391130889818967 ], [ -7.255797324447297, 57.390352296162014 ], [ -7.256166716235873, 57.390197360953891 ], [ -7.258003242763404, 57.39097536176449 ], [ -7.25797814113931, 57.391322858424267 ], [ -7.259813712797376, 57.391745430092435 ], [ -7.260156214870371, 57.390939209987295 ], [ -7.258499480201804, 57.389730778631403 ], [ -7.259576688625837, 57.390095112650435 ], [ -7.259881591616154, 57.389839382442275 ], [ -7.260953885123667, 57.390343389365064 ], [ -7.261174362409864, 57.390892068627409 ], [ -7.260947566953844, 57.39145948198405 ], [ -7.260464584902986, 57.391461712994428 ], [ -7.260902784186119, 57.391843798676504 ], [ -7.260200651392053, 57.391886702225349 ], [ -7.260301033958219, 57.392179452484697 ], [ -7.262913101429681, 57.393365838235916 ], [ -7.262903591921938, 57.392893808897462 ], [ -7.263594390331708, 57.392945851168221 ], [ -7.263696806114897, 57.393310503278961 ], [ -7.264471506417867, 57.393192550309067 ], [ -7.264686495978819, 57.3938764346073 ], [ -7.265345390426956, 57.393880312397137 ], [ -7.26567679156624, 57.394202969635572 ], [ -7.265027807414922, 57.394082595639169 ], [ -7.264995064086942, 57.394480807942905 ], [ -7.264566639417374, 57.394422275910074 ], [ -7.262870120717713, 57.393646596389708 ], [ -7.263716965711055, 57.394633356818673 ], [ -7.262041995851193, 57.394900603069985 ], [ -7.262465997592433, 57.395914082748931 ], [ -7.261769631206587, 57.395730886337653 ] ] ], [ [ [ -7.258997787278822, 57.39592794867292 ], [ -7.257074167202612, 57.395009623359371 ], [ -7.25986253451155, 57.395914239327467 ], [ -7.259781388909861, 57.396277581221639 ], [ -7.258997787278822, 57.39592794867292 ] ] ], [ [ [ -7.289206423860364, 57.395338999155953 ], [ -7.28881192531757, 57.394338747455329 ], [ -7.290645863928735, 57.39497692004079 ], [ -7.290459692132792, 57.395245726302505 ], [ -7.289206423860364, 57.395338999155953 ] ] ], [ [ [ -7.232218763665658, 57.39777505196092 ], [ -7.231177278407594, 57.397426993380407 ], [ -7.231795506291012, 57.397554221263164 ], [ -7.230476057188829, 57.396893789719499 ], [ -7.230315285557792, 57.396410069389546 ], [ -7.232273931770175, 57.397111369125611 ], [ -7.232218763665658, 57.39777505196092 ] ] ], [ [ [ -7.268130144025859, 57.396322769150295 ], [ -7.266907552056433, 57.395621749337238 ], [ -7.268975665310548, 57.39578158200824 ], [ -7.269838466933375, 57.396194422043266 ], [ -7.268690073709259, 57.396252492487051 ], [ -7.268130144025859, 57.396322769150295 ] ] ], [ [ [ -7.283812020256598, 57.395611020787207 ], [ -7.283203494552203, 57.394223812953669 ], [ -7.284677379638417, 57.394215804885818 ], [ -7.284200725783992, 57.393165005975497 ], [ -7.285384894536366, 57.393979064795751 ], [ -7.287208822318867, 57.394086779368621 ], [ -7.288358434450979, 57.39477628412503 ], [ -7.288741674939999, 57.395237084141243 ], [ -7.288357634089735, 57.395347740326962 ], [ -7.287022963800353, 57.39453104287378 ], [ -7.288025116362746, 57.395411232383218 ], [ -7.287635709270571, 57.395715585828306 ], [ -7.286657156840247, 57.39551830642759 ], [ -7.283812020256598, 57.395611020787207 ] ] ], [ [ [ -7.188291045035347, 57.400249243244744 ], [ -7.188003446125617, 57.399631247929385 ], [ -7.189355838798519, 57.399705867768134 ], [ -7.189468188865018, 57.400322101285305 ], [ -7.188291045035347, 57.400249243244744 ] ] ], [ [ [ -7.273520059175005, 57.396608635106951 ], [ -7.270975111767658, 57.395950561434788 ], [ -7.269099960584737, 57.394815311297791 ], [ -7.271076459640873, 57.394755784200441 ], [ -7.270618752922333, 57.39455182294477 ], [ -7.272510835944485, 57.395063631694825 ], [ -7.274134552702165, 57.39491537883589 ], [ -7.273764373496439, 57.395446545985529 ], [ -7.272399091747055, 57.395757621017097 ], [ -7.274770086414005, 57.395775064570273 ], [ -7.274225852731118, 57.396498014925946 ], [ -7.275210548175192, 57.396171408106248 ], [ -7.274341179759028, 57.396893614516706 ], [ -7.273520059175005, 57.396608635106951 ] ] ], [ [ [ -7.254850177125849, 57.398094704451452 ], [ -7.254022768787456, 57.397904348443348 ], [ -7.253153009772389, 57.398057703598674 ], [ -7.2519116349446, 57.397479709070822 ], [ -7.251197698789602, 57.395930309020372 ], [ -7.249899931850529, 57.395597615146855 ], [ -7.249827522422776, 57.395150714111644 ], [ -7.248816086770189, 57.395013009531404 ], [ -7.24735586628282, 57.393895208036426 ], [ -7.246453396375045, 57.393703441671008 ], [ -7.246147904984484, 57.39337425671777 ], [ -7.246627259304107, 57.393579199109865 ], [ -7.246809762073036, 57.393108152145693 ], [ -7.24750232458438, 57.392998235394892 ], [ -7.246531546087881, 57.392620354696227 ], [ -7.246636058144775, 57.391837616993222 ], [ -7.24838820964725, 57.392434809867012 ], [ -7.248696477571873, 57.393015832709679 ], [ -7.249735116806732, 57.392994925449798 ], [ -7.251447456441958, 57.393836702973644 ], [ -7.251829675400611, 57.393712740578557 ], [ -7.252678148763751, 57.394050703862007 ], [ -7.254348758299013, 57.393845855985546 ], [ -7.25607752008968, 57.395613740894625 ], [ -7.255818458374289, 57.395899037006409 ], [ -7.256637671783682, 57.396206704815349 ], [ -7.256820805163593, 57.397598321403201 ], [ -7.255555733907889, 57.39755226964882 ], [ -7.254850177125849, 57.398094704451452 ] ] ], [ [ [ -7.189668519525725, 57.400912205159308 ], [ -7.189272189207109, 57.400762109481143 ], [ -7.190171473667914, 57.400814944095522 ], [ -7.190136172011739, 57.401153834220466 ], [ -7.188932062408738, 57.401302550731273 ], [ -7.188541526146404, 57.40107572896077 ], [ -7.189668519525725, 57.400912205159308 ] ] ], [ [ [ -7.275669531985973, 57.396219362494179 ], [ -7.275385813086167, 57.396022768168102 ], [ -7.275710561127783, 57.396182804449928 ], [ -7.27625844967263, 57.396627426457208 ], [ -7.277428263959925, 57.397437961080151 ], [ -7.276518519288778, 57.397775834654823 ], [ -7.275921356750731, 57.397761322292723 ], [ -7.274821302804151, 57.396975139731275 ], [ -7.275669531985973, 57.396219362494179 ] ] ], [ [ [ -7.24205529927173, 57.399362641348624 ], [ -7.24110221376133, 57.398934485905158 ], [ -7.241009312971277, 57.399158824675702 ], [ -7.23972936639105, 57.398834280036567 ], [ -7.23998195263316, 57.39815335765298 ], [ -7.242313211918477, 57.39906842642246 ], [ -7.24205529927173, 57.399362641348624 ] ] ], [ [ [ -7.273132190975668, 57.397838840326351 ], [ -7.271772274978273, 57.396601908399695 ], [ -7.273730515695511, 57.397039835665097 ], [ -7.272982108746294, 57.397213432578042 ], [ -7.275125059267296, 57.397637286609438 ], [ -7.274778193447182, 57.398006400739092 ], [ -7.273132190975668, 57.397838840326351 ] ] ], [ [ [ -7.250259279874549, 57.399033538945268 ], [ -7.24922385321722, 57.398554893131021 ], [ -7.246881479786423, 57.399017187952609 ], [ -7.244607577797455, 57.39908514380037 ], [ -7.242389931012837, 57.398498319584021 ], [ -7.242301595202309, 57.397939599768144 ], [ -7.243202061554003, 57.397884022839492 ], [ -7.242183406711161, 57.397521602395486 ], [ -7.242010912097025, 57.396898905690392 ], [ -7.240703961497293, 57.396094080444243 ], [ -7.24133544809975, 57.396022741589057 ], [ -7.242487801059739, 57.396271606187909 ], [ -7.242621235243824, 57.396621478268713 ], [ -7.243480929688586, 57.396630589612727 ], [ -7.241225369567069, 57.395311954362832 ], [ -7.240843134393547, 57.395494373974422 ], [ -7.240225405295106, 57.395137708596728 ], [ -7.24012648958194, 57.39491237351055 ], [ -7.24058474576706, 57.395028233887544 ], [ -7.240050324131538, 57.394380140887179 ], [ -7.240363006856515, 57.394061148510794 ], [ -7.239550229855117, 57.393564142327008 ], [ -7.240036044981324, 57.392940978980498 ], [ -7.241085535257706, 57.392937687779671 ], [ -7.242335071713109, 57.393807892123114 ], [ -7.242655454212481, 57.393601053329945 ], [ -7.243936691315789, 57.394168470105406 ], [ -7.244043525754378, 57.393867059365512 ], [ -7.245837658684576, 57.394291564749189 ], [ -7.246982129741256, 57.395067130423534 ], [ -7.249914197000838, 57.395871474570349 ], [ -7.251125077641889, 57.396644230342517 ], [ -7.251233225049109, 57.397805022034071 ], [ -7.251744687996776, 57.398175078045355 ], [ -7.250983949879741, 57.398391349158011 ], [ -7.251864856546105, 57.398547993597795 ], [ -7.250259279874549, 57.399033538945268 ] ] ], [ [ [ -7.26217756805333, 57.397873466725891 ], [ -7.261850830687457, 57.396991790753447 ], [ -7.264116959473728, 57.397659031987942 ], [ -7.265200545085764, 57.398482887908024 ], [ -7.26217756805333, 57.397873466725891 ] ] ], [ [ [ -7.252070554214007, 57.399052311691158 ], [ -7.25212383142116, 57.398784626850706 ], [ -7.252855042100748, 57.399001514485377 ], [ -7.252070554214007, 57.399052311691158 ] ] ], [ [ [ -7.260305270665111, 57.398473801230061 ], [ -7.261225427116611, 57.398381275539329 ], [ -7.261404327437221, 57.398756223898651 ], [ -7.260305270665111, 57.398473801230061 ] ] ], [ [ [ -7.268779393472983, 57.398668485585652 ], [ -7.267521349593099, 57.397652203939032 ], [ -7.268133419028835, 57.397573444886575 ], [ -7.267752548143594, 57.397185377471793 ], [ -7.269440726562438, 57.397646394143848 ], [ -7.269993483518712, 57.398244114031364 ], [ -7.26860149473659, 57.398243111391345 ], [ -7.269272919446028, 57.398576695868044 ], [ -7.268779393472983, 57.398668485585652 ] ] ], [ [ [ -7.245029781519477, 57.39947245007999 ], [ -7.245646531043682, 57.399239732724034 ], [ -7.246244796071369, 57.399808652451014 ], [ -7.245029781519477, 57.39947245007999 ] ] ], [ [ [ -7.253154572895071, 57.399636886102854 ], [ -7.252595347835452, 57.399340820501685 ], [ -7.253284389876072, 57.399437988488998 ], [ -7.253154572895071, 57.399636886102854 ] ] ], [ [ [ -7.266291171153848, 57.39834718510695 ], [ -7.265904985623001, 57.397980032049261 ], [ -7.26804680501662, 57.398801794082964 ], [ -7.268181969096888, 57.399022891914413 ], [ -7.26758039600013, 57.399058916809203 ], [ -7.265945018608614, 57.398559666141281 ], [ -7.266291171153848, 57.39834718510695 ] ] ], [ [ [ -7.224636062474308, 57.400412222325485 ], [ -7.22582913889195, 57.40024562079391 ], [ -7.226366520155547, 57.400623695084043 ], [ -7.225907074450906, 57.40096674987209 ], [ -7.224636062474308, 57.400412222325485 ] ] ], [ [ [ -7.251814618565912, 57.39999886122385 ], [ -7.251288538104034, 57.399701404308296 ], [ -7.252068076908131, 57.39979029690241 ], [ -7.251814618565912, 57.39999886122385 ] ] ], [ [ [ -7.256355493760054, 57.399291528705959 ], [ -7.255237777877871, 57.398820872820465 ], [ -7.256507261384173, 57.398781257690736 ], [ -7.257701295676697, 57.39966714301211 ], [ -7.257225591783149, 57.400011000583795 ], [ -7.256696193921781, 57.399632716829494 ], [ -7.255714602007705, 57.399529809728293 ], [ -7.256355493760054, 57.399291528705959 ] ] ], [ [ [ -7.23743696917299, 57.401161492505665 ], [ -7.238719258955086, 57.401036040585254 ], [ -7.236903114358924, 57.400459370946514 ], [ -7.237505019087249, 57.399772891525821 ], [ -7.239902681033911, 57.400802218018846 ], [ -7.239818090981009, 57.401084699094241 ], [ -7.238858226189277, 57.401075238028291 ], [ -7.238460093379843, 57.401438280967184 ], [ -7.23743696917299, 57.401161492505665 ] ] ], [ [ [ -7.227752994745472, 57.401402860793752 ], [ -7.228513977246662, 57.401303704797613 ], [ -7.230030454049423, 57.401825480876454 ], [ -7.23003375536915, 57.40214028821088 ], [ -7.228615548710773, 57.402014851458915 ], [ -7.227752994745472, 57.401402860793752 ] ] ], [ [ [ -7.253284853520031, 57.401183690478902 ], [ -7.252287072162285, 57.400851969510924 ], [ -7.253226040220982, 57.401006178533386 ], [ -7.253284853520031, 57.401183690478902 ] ] ], [ [ [ -7.188540940503264, 57.401836098604505 ], [ -7.189145203238403, 57.401806643618883 ], [ -7.189588682652054, 57.401995284241927 ], [ -7.189230972458194, 57.402176525401117 ], [ -7.19024883698734, 57.402242458948827 ], [ -7.189307189102839, 57.40253780353784 ], [ -7.189295995778648, 57.403869995781925 ], [ -7.188485164997818, 57.403912480244763 ], [ -7.187616371061802, 57.403898864571971 ], [ -7.187289853509573, 57.403300470493207 ], [ -7.187977733131369, 57.403155092396062 ], [ -7.187284289792701, 57.403084744284882 ], [ -7.186948231682241, 57.402477745350701 ], [ -7.189049307134501, 57.402188527608494 ], [ -7.188540940503264, 57.401836098604505 ] ] ], [ [ [ -7.230865167427847, 57.401192334079497 ], [ -7.232748900822227, 57.400492995518896 ], [ -7.233669855338898, 57.400463630925181 ], [ -7.234438088445073, 57.400940036769747 ], [ -7.235609413851045, 57.400679763970295 ], [ -7.236005377016301, 57.401000703844616 ], [ -7.235332141737107, 57.401888113339382 ], [ -7.233486353657247, 57.401978514576903 ], [ -7.232864440913183, 57.402350859905496 ], [ -7.231606772717961, 57.402065796401565 ], [ -7.230865167427847, 57.401192334079497 ] ] ], [ [ [ -7.249501885915584, 57.401598279763519 ], [ -7.249098052877988, 57.401165226525201 ], [ -7.249892635473744, 57.401649440601908 ], [ -7.249501885915584, 57.401598279763519 ] ] ], [ [ [ -7.261841431247803, 57.401275525835757 ], [ -7.26185364044965, 57.400838581587358 ], [ -7.260206213531472, 57.39996541872928 ], [ -7.261379923144527, 57.400071043571685 ], [ -7.261828497544266, 57.400605670677145 ], [ -7.263298623160923, 57.401033611380484 ], [ -7.262625086795538, 57.401044730794325 ], [ -7.262760661074024, 57.401407994884316 ], [ -7.261841431247803, 57.401275525835757 ] ] ], [ [ [ -7.253373718361029, 57.402093328729315 ], [ -7.252359397072774, 57.401820789971957 ], [ -7.253059280223562, 57.401877013557247 ], [ -7.253373718361029, 57.402093328729315 ] ] ], [ [ [ -7.259236395414812, 57.401128148772528 ], [ -7.259449677580841, 57.400930249199696 ], [ -7.260483597584592, 57.40104893430388 ], [ -7.259657037373361, 57.400575121613635 ], [ -7.262018850989855, 57.401466064166009 ], [ -7.261855178514739, 57.401777072803121 ], [ -7.261107117651654, 57.401733713969435 ], [ -7.259236395414812, 57.401128148772528 ] ] ], [ [ [ -7.251315123070661, 57.402210888935535 ], [ -7.250961138337324, 57.401951229059001 ], [ -7.252124064188629, 57.402330048445947 ], [ -7.251315123070661, 57.402210888935535 ] ] ], [ [ [ -7.248792032785023, 57.402518794287019 ], [ -7.249180070315393, 57.402376602297245 ], [ -7.249659614365496, 57.402640018978033 ], [ -7.248792032785023, 57.402518794287019 ] ] ], [ [ [ -7.285448991580609, 57.400657947956539 ], [ -7.284874967691152, 57.400088180016937 ], [ -7.283475940286715, 57.400385495465038 ], [ -7.283093892456792, 57.399875136456565 ], [ -7.2835010205015, 57.399808520718246 ], [ -7.28286172658214, 57.39942146472012 ], [ -7.28384875730888, 57.399676911092577 ], [ -7.284193586877735, 57.399351949539607 ], [ -7.285438296475665, 57.399371575173518 ], [ -7.286170793520024, 57.399826686844193 ], [ -7.286474181255029, 57.399503462419936 ], [ -7.287907421028049, 57.39978959234201 ], [ -7.288307395420142, 57.400308182462418 ], [ -7.287517548350058, 57.400206448464601 ], [ -7.287442741559677, 57.401073479293395 ], [ -7.285448991580609, 57.400657947956539 ] ] ], [ [ [ -7.275995325474316, 57.400946456042362 ], [ -7.274824093280036, 57.400754474785643 ], [ -7.274114527264996, 57.400052672898063 ], [ -7.27443260567462, 57.399842247082915 ], [ -7.275081682521078, 57.399858186905867 ], [ -7.276352844168043, 57.400535497487944 ], [ -7.276752822773606, 57.400916440185817 ], [ -7.276123720626616, 57.400888871170785 ], [ -7.27731398952432, 57.401409393667379 ], [ -7.27645660868095, 57.401556091760021 ], [ -7.275818886736306, 57.401249023378085 ], [ -7.275995325474316, 57.400946456042362 ] ] ], [ [ [ -7.259247694384744, 57.402077028044879 ], [ -7.2588052596594, 57.401434152042 ], [ -7.260251509660016, 57.402043999818687 ], [ -7.260273430613449, 57.402254549203498 ], [ -7.259247694384744, 57.402077028044879 ] ] ], [ [ [ -7.254939636471229, 57.402608246376872 ], [ -7.252700085540567, 57.402161989080888 ], [ -7.253624908676987, 57.402159312498632 ], [ -7.254939636471229, 57.402608246376872 ] ] ], [ [ [ -7.233362654219786, 57.403270444654922 ], [ -7.233291704266073, 57.402832476430376 ], [ -7.234255509586524, 57.402985792199949 ], [ -7.233729959621224, 57.40362408018413 ], [ -7.233362654219786, 57.403270444654922 ] ] ], [ [ [ -7.253151234826603, 57.402692037753631 ], [ -7.253371502352114, 57.402426368257217 ], [ -7.254724333381195, 57.402734233372385 ], [ -7.253831009716174, 57.403014555987546 ], [ -7.253151234826603, 57.402692037753631 ] ] ], [ [ [ -7.260868615723044, 57.402684056476794 ], [ -7.260350933987108, 57.402039836770733 ], [ -7.261233248612717, 57.402727277688143 ], [ -7.260868615723044, 57.402684056476794 ] ] ], [ [ [ -7.252664127503349, 57.403189328280838 ], [ -7.25210141546675, 57.402636946199912 ], [ -7.252679654460644, 57.402774745367779 ], [ -7.252664127503349, 57.403189328280838 ] ] ], [ [ [ -7.254329152419667, 57.403349166620586 ], [ -7.254308488392906, 57.40308907233554 ], [ -7.255319586595919, 57.403280744192273 ], [ -7.254329152419667, 57.403349166620586 ] ] ], [ [ [ -7.259491265689587, 57.403250147213953 ], [ -7.25914414644715, 57.402922731847021 ], [ -7.2601809016124, 57.403234772142987 ], [ -7.259491265689587, 57.403250147213953 ] ] ], [ [ [ -7.251837760606569, 57.403529826463014 ], [ -7.251214820231338, 57.403312904674472 ], [ -7.252086863266555, 57.403406931086323 ], [ -7.252101815603692, 57.403708657480749 ], [ -7.251428758752176, 57.403746691048219 ], [ -7.251837760606569, 57.403529826463014 ] ] ], [ [ [ -7.288970252582423, 57.402265407781066 ], [ -7.287380513618241, 57.401854492213097 ], [ -7.28911100422469, 57.401889631967265 ], [ -7.289367582375513, 57.40220008578526 ], [ -7.288970252582423, 57.402265407781066 ] ] ], [ [ [ -7.253466897691019, 57.404624327837141 ], [ -7.253170840187964, 57.404071597445629 ], [ -7.25459760733077, 57.404441163586924 ], [ -7.254592162042839, 57.404844527301613 ], [ -7.253466897691019, 57.404624327837141 ] ] ], [ [ [ -7.222565530320548, 57.405703873343825 ], [ -7.223257132822861, 57.405585139774232 ], [ -7.223906777526486, 57.406048542556334 ], [ -7.222668878715337, 57.406194488108369 ], [ -7.222565530320548, 57.405703873343825 ] ] ], [ [ [ -7.258052629385324, 57.404782535939603 ], [ -7.256805794502415, 57.404157118408975 ], [ -7.25847072858768, 57.404408692751353 ], [ -7.258737675970919, 57.404630582951377 ], [ -7.258052629385324, 57.404782535939603 ] ] ], [ [ [ -7.231492341871571, 57.405930888038618 ], [ -7.231023607549548, 57.405392501984146 ], [ -7.23191284444241, 57.405431962182078 ], [ -7.232076240975358, 57.405933569402009 ], [ -7.231492341871571, 57.405930888038618 ] ] ], [ [ [ -7.262804699316418, 57.406004445441098 ], [ -7.262371990469356, 57.405685122197497 ], [ -7.263031429504323, 57.405749285383195 ], [ -7.262804699316418, 57.406004445441098 ] ] ], [ [ [ -7.225873571819107, 57.40709605124092 ], [ -7.226400009188038, 57.40669622151519 ], [ -7.22741751567922, 57.40710831155139 ], [ -7.227259546297406, 57.407519811918348 ], [ -7.226562747199851, 57.407368831158074 ], [ -7.225873571819107, 57.40709605124092 ] ] ], [ [ [ -7.290455720155228, 57.404872800633171 ], [ -7.290490846638559, 57.404654450564905 ], [ -7.29153045619732, 57.404718652372701 ], [ -7.291254430824876, 57.404954348168552 ], [ -7.290455720155228, 57.404872800633171 ] ] ], [ [ [ -7.263237574301301, 57.406348056699152 ], [ -7.263592918623526, 57.405978624233271 ], [ -7.264124047519686, 57.406286621023895 ], [ -7.263831144830004, 57.406533757236545 ], [ -7.263237574301301, 57.406348056699152 ] ] ], [ [ [ -7.263924958388765, 57.40661801326835 ], [ -7.264609497968859, 57.406462450243183 ], [ -7.264149531034235, 57.406765180191165 ], [ -7.263924958388765, 57.40661801326835 ] ] ], [ [ [ -7.268008003306452, 57.406675443052713 ], [ -7.267740453917582, 57.406438298368151 ], [ -7.268938800494525, 57.406586018709397 ], [ -7.26827173039146, 57.407001834200919 ], [ -7.267636069687825, 57.406732431484805 ], [ -7.268008003306452, 57.406675443052713 ] ] ], [ [ [ -7.289236613561303, 57.405643135166997 ], [ -7.289620653479436, 57.405416394660598 ], [ -7.291187729074809, 57.405565475974193 ], [ -7.291595364534929, 57.405847967132118 ], [ -7.290799166594556, 57.406072274380591 ], [ -7.289236613561303, 57.405643135166997 ] ] ], [ [ [ -7.271537309751213, 57.40728689707575 ], [ -7.270475333503104, 57.407044393342424 ], [ -7.27044321185684, 57.407307602038436 ], [ -7.270054866830181, 57.40721590818805 ], [ -7.269137826799073, 57.406242921747278 ], [ -7.272158845475754, 57.406879273267421 ], [ -7.272338486575671, 57.40738555938529 ], [ -7.271537309751213, 57.40728689707575 ] ] ], [ [ [ -7.189879225157061, 57.410922972545876 ], [ -7.188879028875537, 57.409924989849948 ], [ -7.189111442333723, 57.409447487250297 ], [ -7.190491848982593, 57.409188014182291 ], [ -7.190379280115097, 57.408805742379045 ], [ -7.192861845313247, 57.408617686575631 ], [ -7.193084342410654, 57.407600693129787 ], [ -7.194601622401816, 57.407483985755505 ], [ -7.193216604184487, 57.407122821325601 ], [ -7.19463279001054, 57.406528887346632 ], [ -7.193950277668121, 57.406183677131146 ], [ -7.194954465975667, 57.40585871868624 ], [ -7.193644761295652, 57.405440457239187 ], [ -7.194332231464612, 57.404939632485906 ], [ -7.193258256221496, 57.404772570024704 ], [ -7.194172563615385, 57.404401841952023 ], [ -7.193455082649929, 57.403986090127724 ], [ -7.193600876559499, 57.403251209338762 ], [ -7.194357030911709, 57.402941005615581 ], [ -7.194813273755919, 57.402103305290701 ], [ -7.196574493761468, 57.401886499566956 ], [ -7.197323934434212, 57.402116447755958 ], [ -7.197459873532291, 57.401782389028959 ], [ -7.196098669305928, 57.401352789186944 ], [ -7.19442193193651, 57.399991409746349 ], [ -7.191901504818382, 57.399555701362651 ], [ -7.189999096859087, 57.398599514498137 ], [ -7.188893952312336, 57.398622668963306 ], [ -7.187280786339421, 57.397942438339307 ], [ -7.187100060912382, 57.397607970123879 ], [ -7.187784480580289, 57.397674190255877 ], [ -7.188440790492783, 57.397012715729375 ], [ -7.189881861032108, 57.396831716097211 ], [ -7.188927573649933, 57.39633124491256 ], [ -7.189552690151904, 57.395567572814585 ], [ -7.191755424376447, 57.395116631530144 ], [ -7.192289093982333, 57.395647964138007 ], [ -7.191900734573873, 57.396023942710165 ], [ -7.193534648328519, 57.396145367680866 ], [ -7.193546518545553, 57.39552400096273 ], [ -7.192368134547583, 57.394677391198847 ], [ -7.194128299696762, 57.393574331618893 ], [ -7.198310620849344, 57.393333845775494 ], [ -7.198864539565319, 57.393009481823242 ], [ -7.199755386712924, 57.39300410399705 ], [ -7.198288670946323, 57.392650888448728 ], [ -7.198118851324476, 57.3920415368842 ], [ -7.200195565185266, 57.390587850910428 ], [ -7.201374981188783, 57.390620003947731 ], [ -7.201799747134325, 57.389680093662705 ], [ -7.203159575497489, 57.389398817010708 ], [ -7.203001084185206, 57.388986962883493 ], [ -7.205935877636384, 57.388824871958263 ], [ -7.206770993201826, 57.389483125446901 ], [ -7.207505324691623, 57.390662953921755 ], [ -7.206068828515169, 57.391577334448257 ], [ -7.206322321596785, 57.391953754375614 ], [ -7.207165457489513, 57.391554376099052 ], [ -7.209024195462507, 57.391441318232296 ], [ -7.209115368080992, 57.391203581685794 ], [ -7.21009787508047, 57.391432783210121 ], [ -7.210257888550965, 57.391034719994629 ], [ -7.210858768134558, 57.39098280010014 ], [ -7.213917127711757, 57.392565573972163 ], [ -7.214485523242748, 57.392577973799135 ], [ -7.215373809289624, 57.392437615958656 ], [ -7.215085167946399, 57.392166152038165 ], [ -7.215658008665319, 57.392385323614079 ], [ -7.216460899360071, 57.392230506816759 ], [ -7.215875948377627, 57.392043335886427 ], [ -7.215563752190453, 57.391313935934569 ], [ -7.214588213288717, 57.391250956340642 ], [ -7.215097999259251, 57.390734884220628 ], [ -7.216520823540232, 57.391013242067949 ], [ -7.217282901532856, 57.390513677683693 ], [ -7.218180686493049, 57.390498880851489 ], [ -7.219193179152644, 57.3908212491285 ], [ -7.219528952055175, 57.390429366127293 ], [ -7.218984749691517, 57.38918320971419 ], [ -7.221559409216435, 57.388423825181214 ], [ -7.218754067640657, 57.38826596346977 ], [ -7.218298504484039, 57.387875465378265 ], [ -7.213334574002139, 57.388063595674019 ], [ -7.212006825888522, 57.387749765840134 ], [ -7.211531458279065, 57.388156417596122 ], [ -7.210292807980392, 57.388410265562783 ], [ -7.207967836095754, 57.388524681285546 ], [ -7.206963199261134, 57.388021934949762 ], [ -7.206785718313698, 57.387066475655104 ], [ -7.205579043496053, 57.386959020561193 ], [ -7.20507531070803, 57.386287028930994 ], [ -7.206197846946814, 57.386447466333195 ], [ -7.208499959730116, 57.385528680785534 ], [ -7.209804011009282, 57.385911015245547 ], [ -7.209693045166564, 57.386419522810968 ], [ -7.210601073465654, 57.385657493420574 ], [ -7.21278758476873, 57.385683745508274 ], [ -7.217312228053056, 57.387034598065391 ], [ -7.217275272046305, 57.387418562923266 ], [ -7.221090302084548, 57.386652649487509 ], [ -7.222239056319628, 57.386996322166127 ], [ -7.222077283169029, 57.387439469407525 ], [ -7.22385111595649, 57.38790111299577 ], [ -7.223568191380265, 57.387669922886204 ], [ -7.223967649498126, 57.387549828427467 ], [ -7.223182017020328, 57.387182072698273 ], [ -7.223719731521348, 57.387096722266335 ], [ -7.224614954374256, 57.387473413859922 ], [ -7.224408572363267, 57.387720455668308 ], [ -7.225806494915716, 57.387999742757181 ], [ -7.225802771873136, 57.38844081923699 ], [ -7.224455144404953, 57.388046959839038 ], [ -7.22265532151539, 57.388630217259077 ], [ -7.225632102715062, 57.388821353276533 ], [ -7.226548435783164, 57.389287138363883 ], [ -7.226451099266414, 57.389889582311469 ], [ -7.229531207125752, 57.390044834934429 ], [ -7.230355845425059, 57.390451422666587 ], [ -7.230125955659886, 57.390825431211219 ], [ -7.23179407595664, 57.390778459638206 ], [ -7.233985067389636, 57.391591527539326 ], [ -7.230627930509995, 57.392239778464742 ], [ -7.231017388480639, 57.392574499356478 ], [ -7.229808697839357, 57.392863285838054 ], [ -7.229873192349156, 57.393256531296842 ], [ -7.228322223737175, 57.393366086590774 ], [ -7.22928324285711, 57.393618532532571 ], [ -7.229337494612816, 57.393881727459046 ], [ -7.22868935812363, 57.393661250741189 ], [ -7.228464523829841, 57.394012548823731 ], [ -7.229027327307755, 57.394394051273387 ], [ -7.228126831526628, 57.394157080814423 ], [ -7.225821441239956, 57.394761417747524 ], [ -7.227672507349834, 57.396461584591833 ], [ -7.22666946960256, 57.396615801128945 ], [ -7.227213876724, 57.397218538557858 ], [ -7.225596247544914, 57.396453485860867 ], [ -7.224805371695013, 57.396400897099589 ], [ -7.225958385805012, 57.397122299565098 ], [ -7.225261923999955, 57.397556198136222 ], [ -7.226679293850707, 57.397618714287255 ], [ -7.227084052989927, 57.397885323223235 ], [ -7.225571791273312, 57.398150700821461 ], [ -7.225756571318018, 57.39798554259545 ], [ -7.22469799210553, 57.397926091132874 ], [ -7.223663514938536, 57.397217744956748 ], [ -7.222146059505171, 57.396803919937192 ], [ -7.22183830428783, 57.397217140454636 ], [ -7.220819918524257, 57.397322456020078 ], [ -7.22134317226986, 57.397602154581264 ], [ -7.219356717128869, 57.397815177362702 ], [ -7.221076268230169, 57.398711048505781 ], [ -7.221502622213428, 57.398603344873997 ], [ -7.221026518085188, 57.398362179746009 ], [ -7.221741560390313, 57.398174989265144 ], [ -7.222431190179909, 57.398569246251832 ], [ -7.224014970048583, 57.398804843192849 ], [ -7.224576000877499, 57.399699348156346 ], [ -7.222796617488166, 57.400079279808061 ], [ -7.219659525989901, 57.399003877341741 ], [ -7.221205148441713, 57.399906974463825 ], [ -7.22134094748228, 57.400274762916169 ], [ -7.220567900045674, 57.400815296658358 ], [ -7.22224926339395, 57.400916386510787 ], [ -7.223024512009273, 57.402202421377382 ], [ -7.221763835017972, 57.402655252719477 ], [ -7.222013716913013, 57.402829333361119 ], [ -7.221301101427652, 57.402741972061655 ], [ -7.220046124264058, 57.403235040889996 ], [ -7.21992634908201, 57.403856404986165 ], [ -7.218324543546965, 57.404021926973321 ], [ -7.217562873281626, 57.405461801093885 ], [ -7.216495799795869, 57.406162987765661 ], [ -7.214903429919366, 57.406512537164367 ], [ -7.214020596773823, 57.405815812770911 ], [ -7.212091112617188, 57.405261487611646 ], [ -7.212921637975237, 57.405825419852754 ], [ -7.211877516410431, 57.405693268757886 ], [ -7.212184087573153, 57.406031485548851 ], [ -7.211660109666687, 57.405981234518293 ], [ -7.212873059273317, 57.407181682026113 ], [ -7.212058321327233, 57.407606908126617 ], [ -7.211024391990931, 57.407195378504433 ], [ -7.210522684925719, 57.407301668986491 ], [ -7.210416765970405, 57.407904448407436 ], [ -7.208424475753819, 57.408607931332696 ], [ -7.206190847942363, 57.408025628706625 ], [ -7.206044970883434, 57.4076447471232 ], [ -7.205520907280182, 57.407828428701627 ], [ -7.204814026360096, 57.407547271956886 ], [ -7.204775022625281, 57.407917816593709 ], [ -7.203903610107797, 57.407827934525891 ], [ -7.203644278633513, 57.407469746105285 ], [ -7.204311716976954, 57.407473596683303 ], [ -7.203119124165692, 57.407118066269625 ], [ -7.202611013448156, 57.407238087118429 ], [ -7.202614696032225, 57.407615861322121 ], [ -7.201713417976064, 57.407315742101709 ], [ -7.200808752308741, 57.407519658623478 ], [ -7.20047702808305, 57.408059785926639 ], [ -7.19765632651014, 57.407686095812451 ], [ -7.197917196772824, 57.407409856623701 ], [ -7.196577081009576, 57.407658749828137 ], [ -7.198679240743562, 57.408197168571661 ], [ -7.19780263370501, 57.408305420185933 ], [ -7.197972050474119, 57.408617848818459 ], [ -7.198624121392089, 57.408806829605247 ], [ -7.198544279058832, 57.409125070953188 ], [ -7.199830100710886, 57.409197842008147 ], [ -7.199676975091904, 57.409469626635598 ], [ -7.200421406236916, 57.409897729145079 ], [ -7.199932183659969, 57.410444372522306 ], [ -7.19748151137853, 57.410446783387933 ], [ -7.19535901825031, 57.409589746122833 ], [ -7.192672527050949, 57.409574819917069 ], [ -7.193006435189384, 57.409812970135327 ], [ -7.192672150188493, 57.410159718085609 ], [ -7.193192321614819, 57.410241700285496 ], [ -7.192629735766447, 57.410683366060553 ], [ -7.191929679460738, 57.410743786953766 ], [ -7.191824782529212, 57.410298211665456 ], [ -7.191281927943182, 57.410761551180009 ], [ -7.189879225157061, 57.410922972545876 ] ] ], [ [ [ -7.238227483669252, 57.409015693927863 ], [ -7.238360473054288, 57.408605218326322 ], [ -7.238946442608421, 57.408796750408086 ], [ -7.238786000568151, 57.409131884377622 ], [ -7.238227483669252, 57.409015693927863 ] ] ], [ [ [ -7.272824847556061, 57.407787186833843 ], [ -7.273011244889935, 57.407541798775611 ], [ -7.274561275187036, 57.408174133749931 ], [ -7.273915494121244, 57.408239937283952 ], [ -7.272636544703747, 57.408204529311753 ], [ -7.273338236665791, 57.408017603105797 ], [ -7.272824847556061, 57.407787186833843 ] ] ], [ [ [ -7.325631012960136, 57.406145660184556 ], [ -7.325650597754714, 57.405787569366602 ], [ -7.325290381322409, 57.405890129520174 ], [ -7.324461466933151, 57.405235040432629 ], [ -7.325184293083095, 57.404851641854926 ], [ -7.325890286984027, 57.405154676804109 ], [ -7.329010816525069, 57.399356556089451 ], [ -7.328764384872106, 57.398797371857746 ], [ -7.327654085854607, 57.398498905414883 ], [ -7.327143768773799, 57.397913114809064 ], [ -7.327153434163718, 57.397567142608608 ], [ -7.328288856928626, 57.397419995121403 ], [ -7.327653320826198, 57.397233675482248 ], [ -7.327260331086593, 57.396411634565034 ], [ -7.327788993886841, 57.395863669188472 ], [ -7.327359693684063, 57.395422027750051 ], [ -7.328694622031266, 57.395397798897257 ], [ -7.329296660834669, 57.395766414373149 ], [ -7.330720676616859, 57.394671098143533 ], [ -7.329993450147932, 57.394701959755153 ], [ -7.32859321634788, 57.394071144662902 ], [ -7.328285101308836, 57.394462174751077 ], [ -7.328730524744702, 57.394590862723703 ], [ -7.32791997450073, 57.394461465009648 ], [ -7.328369585883284, 57.394836549907758 ], [ -7.32804846017505, 57.394932063215371 ], [ -7.326654083581549, 57.394547551658619 ], [ -7.326263288612321, 57.393545435509616 ], [ -7.329351700202937, 57.393430630048449 ], [ -7.329696364279655, 57.393909152495993 ], [ -7.330156241075517, 57.393724955464116 ], [ -7.329846557722374, 57.393475325106536 ], [ -7.331541721743903, 57.393830835386318 ], [ -7.332211275497929, 57.393621531798424 ], [ -7.332049845197988, 57.393348514460762 ], [ -7.330131992243238, 57.393134747737491 ], [ -7.329662898683113, 57.39243113124094 ], [ -7.328140896943387, 57.392841268225986 ], [ -7.327715159653568, 57.392217697358042 ], [ -7.328639299428798, 57.391455871811928 ], [ -7.326276433901503, 57.391538997909848 ], [ -7.326179142220519, 57.392119060562571 ], [ -7.325179162488059, 57.391947285044608 ], [ -7.324561031716979, 57.393140661627356 ], [ -7.323173511912227, 57.393857300215316 ], [ -7.321338838008256, 57.393802755974271 ], [ -7.31978034606106, 57.393343232945263 ], [ -7.319278608412612, 57.392608568837595 ], [ -7.319741540550243, 57.392227204006154 ], [ -7.318334157220119, 57.39218781589657 ], [ -7.316962274075021, 57.39048750169956 ], [ -7.318071548042701, 57.390161569939949 ], [ -7.318020704530014, 57.389604887131597 ], [ -7.318928386678021, 57.389566450628031 ], [ -7.317600948552287, 57.38922760540472 ], [ -7.317893610951741, 57.388936246176343 ], [ -7.318925892038009, 57.388711654214497 ], [ -7.319904749064067, 57.389163339617596 ], [ -7.321018634176712, 57.388869581117007 ], [ -7.32212212053434, 57.389135090127944 ], [ -7.321515456170399, 57.388733344437703 ], [ -7.322622165287657, 57.388390380627044 ], [ -7.323371197286326, 57.388934570322142 ], [ -7.323238111553855, 57.389268674489976 ], [ -7.324136285550233, 57.389164910209061 ], [ -7.322945472850046, 57.387473179484346 ], [ -7.32243829710043, 57.388168698521461 ], [ -7.321691401703668, 57.38805186530346 ], [ -7.321144591638443, 57.388486287379436 ], [ -7.318462435382757, 57.38782688461535 ], [ -7.318687340277744, 57.387275622521997 ], [ -7.318939052993845, 57.387758105996262 ], [ -7.319465974436866, 57.387817680013811 ], [ -7.319671217286181, 57.387349139228213 ], [ -7.318200552023155, 57.386654610390877 ], [ -7.318599806645081, 57.386259746437297 ], [ -7.320258933956318, 57.386370352345665 ], [ -7.319919570227802, 57.386121958008616 ], [ -7.320435328690498, 57.386116307715092 ], [ -7.320399729884694, 57.385871243793652 ], [ -7.321276151365381, 57.386031189967454 ], [ -7.320724687441917, 57.386433411720702 ], [ -7.321337875502927, 57.386456026425954 ], [ -7.321534800700326, 57.386974123042577 ], [ -7.322042073046417, 57.387116409421623 ], [ -7.32295003683584, 57.38666757605651 ], [ -7.322129380990409, 57.386455783405978 ], [ -7.322328426061221, 57.386151281483286 ], [ -7.321554913119992, 57.386068872760646 ], [ -7.321530815101952, 57.385478660491238 ], [ -7.320920525381892, 57.385257946732892 ], [ -7.319126285388061, 57.382621662787955 ], [ -7.318581903430218, 57.382624921586974 ], [ -7.318575459916244, 57.383154333808129 ], [ -7.316314129282325, 57.384564830052383 ], [ -7.316160175099662, 57.386018378741873 ], [ -7.316794080554885, 57.386401896522116 ], [ -7.316199038500037, 57.386492778264696 ], [ -7.316321985882487, 57.386915024171991 ], [ -7.314817284826052, 57.386616952071137 ], [ -7.314571169628286, 57.387022420643355 ], [ -7.311742243717183, 57.387026911854782 ], [ -7.310531837724245, 57.387505547008587 ], [ -7.309978060779942, 57.387249095225911 ], [ -7.308926832274624, 57.387343030026429 ], [ -7.308263854331056, 57.386976900923798 ], [ -7.307894910878124, 57.38715627407413 ], [ -7.307834377567939, 57.386945558405657 ], [ -7.305941726858235, 57.387534869081058 ], [ -7.305348492023211, 57.387017297143352 ], [ -7.303919397743836, 57.386814890139192 ], [ -7.303936409608954, 57.386518108648133 ], [ -7.304449172908783, 57.386480254863038 ], [ -7.303658999224826, 57.385856707890859 ], [ -7.304063067865758, 57.385494086617392 ], [ -7.303415298156041, 57.385439552548846 ], [ -7.303030777987726, 57.3857185565412 ], [ -7.300753762374052, 57.38555191549073 ], [ -7.301334129259162, 57.385773987604793 ], [ -7.301157602024236, 57.38602800766553 ], [ -7.300635391620671, 57.386000555120084 ], [ -7.300418402756456, 57.385548971614746 ], [ -7.300291372421432, 57.385719011778825 ], [ -7.299398477197435, 57.38544443119428 ], [ -7.298631646108645, 57.385822341567732 ], [ -7.297909849970238, 57.385244470053948 ], [ -7.298668214466928, 57.385015402129667 ], [ -7.298719738278522, 57.384749562140598 ], [ -7.298027273439712, 57.384581701303695 ], [ -7.298180942939287, 57.384181069296318 ], [ -7.296858153609193, 57.384286360331366 ], [ -7.296206024850819, 57.383728939040715 ], [ -7.295505974206502, 57.383934836223737 ], [ -7.296613808965732, 57.384417250004361 ], [ -7.294549509613243, 57.384234328584306 ], [ -7.294061499001376, 57.383912946060953 ], [ -7.29519518811064, 57.383917344353677 ], [ -7.295224708019969, 57.383718125561387 ], [ -7.293667696270157, 57.383182644240222 ], [ -7.293647421278056, 57.382373605528336 ], [ -7.294761458411324, 57.381838905612774 ], [ -7.296051594799503, 57.381992378204295 ], [ -7.296177200337189, 57.381270774262781 ], [ -7.295165838758343, 57.381178439853763 ], [ -7.295497467148716, 57.380821601048638 ], [ -7.294446296163462, 57.380326892827242 ], [ -7.293118817439111, 57.380444943655029 ], [ -7.291703476002531, 57.37995476392728 ], [ -7.291385277019655, 57.380289428999376 ], [ -7.291062744652669, 57.380178835118414 ], [ -7.291173820631386, 57.380682587344815 ], [ -7.292747290947289, 57.38173663377367 ], [ -7.290682284653792, 57.382332078617651 ], [ -7.290769097904242, 57.382806257432577 ], [ -7.289927393766095, 57.382965897698043 ], [ -7.291229179983939, 57.383326801980004 ], [ -7.290857611045854, 57.383684410631993 ], [ -7.291398425175171, 57.384556106466846 ], [ -7.290932043118533, 57.384845719321561 ], [ -7.291501794748737, 57.38527165530796 ], [ -7.29065799426469, 57.385428687820834 ], [ -7.289001142740173, 57.384859559329705 ], [ -7.289077343780069, 57.38538727863979 ], [ -7.288017318267327, 57.385085462226726 ], [ -7.287965245792652, 57.384840188290916 ], [ -7.288515672915123, 57.384844007842581 ], [ -7.287565569321194, 57.384380080729841 ], [ -7.28688783343056, 57.38476406433805 ], [ -7.288156077742729, 57.385354082493137 ], [ -7.287799589149142, 57.385828029947255 ], [ -7.286768939262495, 57.385902914542932 ], [ -7.285160304105719, 57.384859271575614 ], [ -7.286507754012733, 57.384555094371102 ], [ -7.284658383778534, 57.384556437165884 ], [ -7.284223925458003, 57.384212967716259 ], [ -7.284417799742138, 57.384679044804891 ], [ -7.280682031748624, 57.383904807419171 ], [ -7.278935422937532, 57.382479947258304 ], [ -7.278589372813096, 57.382391007346477 ], [ -7.27894825321793, 57.382915846097355 ], [ -7.275805390957671, 57.381860083813216 ], [ -7.27388223210039, 57.380595554908339 ], [ -7.273169566319162, 57.380679473293412 ], [ -7.269909103463736, 57.379093089095257 ], [ -7.268573996993409, 57.377223394674395 ], [ -7.268909680260125, 57.37677737485302 ], [ -7.267923134842619, 57.376346334458411 ], [ -7.268130611099981, 57.37576171640864 ], [ -7.265648392550093, 57.374138085986807 ], [ -7.265479414975164, 57.373483771294239 ], [ -7.266175317959452, 57.372356753312097 ], [ -7.26857746678565, 57.372323477040219 ], [ -7.270632267309689, 57.373002132253369 ], [ -7.26959781945858, 57.372411141626422 ], [ -7.271122273024104, 57.372297664183613 ], [ -7.269093305323958, 57.371856398414323 ], [ -7.270970408562628, 57.371647135595332 ], [ -7.271154966646975, 57.372003834671816 ], [ -7.271988344193358, 57.371833867384389 ], [ -7.272692575099018, 57.372618679147976 ], [ -7.273501942481419, 57.372571192538061 ], [ -7.273369192933549, 57.372806234251698 ], [ -7.274881584555071, 57.373129654798767 ], [ -7.275197451304898, 57.373530325869503 ], [ -7.277300887483061, 57.373446441710236 ], [ -7.27840336156436, 57.373872536032948 ], [ -7.278802933417191, 57.37363976971902 ], [ -7.280130594920367, 57.37389440541773 ], [ -7.280150427367343, 57.373569617045874 ], [ -7.280802954001329, 57.373416194371892 ], [ -7.280560890344142, 57.373007932903533 ], [ -7.281159379233029, 57.373288720089526 ], [ -7.283831440867949, 57.372816359305325 ], [ -7.28492664520741, 57.373769131227803 ], [ -7.286849114922202, 57.373643209713151 ], [ -7.289269141350928, 57.37459865259413 ], [ -7.290687631903054, 57.376289160895887 ], [ -7.291247331119243, 57.375896627326483 ], [ -7.29189450588153, 57.375936846612312 ], [ -7.291810424269774, 57.375296975408929 ], [ -7.292743868306975, 57.374551228021993 ], [ -7.291371821118005, 57.375085988797849 ], [ -7.289692689049875, 57.373955395060939 ], [ -7.289062108414295, 57.373914466376576 ], [ -7.289123851041404, 57.37422682331632 ], [ -7.288664116065485, 57.374273183432756 ], [ -7.28796287339433, 57.373915768444668 ], [ -7.288695687502522, 57.373799417434711 ], [ -7.288388820067568, 57.37351988123271 ], [ -7.285075361857704, 57.372548038773104 ], [ -7.282151120408969, 57.370808345035279 ], [ -7.283056983580058, 57.370621754716232 ], [ -7.28341280902531, 57.370894742964055 ], [ -7.283677934936775, 57.37065411848716 ], [ -7.283827999844509, 57.370886270723609 ], [ -7.284913603067918, 57.370791089403909 ], [ -7.284941440525306, 57.371041883119119 ], [ -7.283951838505054, 57.371052035795849 ], [ -7.284636008690121, 57.371176221632993 ], [ -7.284474092469672, 57.371439500847806 ], [ -7.285607012672246, 57.371441308945634 ], [ -7.285447152523393, 57.371083588085831 ], [ -7.286713574912736, 57.370625328064413 ], [ -7.28641126589361, 57.370377091813971 ], [ -7.287054468034207, 57.370390504461199 ], [ -7.288618077247141, 57.371184039419369 ], [ -7.28831470565988, 57.371390290707218 ], [ -7.290242773347172, 57.371592534014802 ], [ -7.289746200966185, 57.371671946767592 ], [ -7.290504576338242, 57.372598367614664 ], [ -7.291301114995364, 57.372519810161755 ], [ -7.291326840607412, 57.372005794322305 ], [ -7.294173911960886, 57.372515702443742 ], [ -7.292724676011255, 57.371996374589784 ], [ -7.293104756467523, 57.37162939926808 ], [ -7.29429933898153, 57.371884995951795 ], [ -7.295031724209197, 57.371593147347355 ], [ -7.297039487750651, 57.37211588461048 ], [ -7.300476185870847, 57.371979855182246 ], [ -7.297876249939884, 57.371509155540359 ], [ -7.296911207832541, 57.371689351985168 ], [ -7.295478524181482, 57.3711693575477 ], [ -7.293855926037982, 57.371179286461171 ], [ -7.293235128880388, 57.370917496403223 ], [ -7.292960495311763, 57.371149544592299 ], [ -7.291467230947184, 57.371189985789179 ], [ -7.290424920480325, 57.370950444430704 ], [ -7.290361768245021, 57.370570656379918 ], [ -7.289900599517201, 57.37083755309456 ], [ -7.287828622527473, 57.370618869182827 ], [ -7.286104767590797, 57.369926558947455 ], [ -7.285951789882859, 57.370193963555906 ], [ -7.281850206678168, 57.369876135177336 ], [ -7.282055559333323, 57.369683022347189 ], [ -7.281027180537132, 57.369712781545374 ], [ -7.279786465927215, 57.369193539624987 ], [ -7.280381716648018, 57.369105516819666 ], [ -7.27742755926139, 57.368253357028628 ], [ -7.277132127112309, 57.367473887082539 ], [ -7.275566427558082, 57.367125742721171 ], [ -7.274562369251489, 57.367613362400498 ], [ -7.272190480540456, 57.367218052973485 ], [ -7.271493529703425, 57.366540919666868 ], [ -7.272430611777428, 57.366398087575213 ], [ -7.272036487773412, 57.365973701726581 ], [ -7.272822981211633, 57.366057657360962 ], [ -7.269811699384315, 57.365036752677341 ], [ -7.269107438267845, 57.365466751259845 ], [ -7.268535849418678, 57.36513978981629 ], [ -7.267612765602323, 57.36526400859119 ], [ -7.267372632547855, 57.365679022760311 ], [ -7.266439740790384, 57.365619171556766 ], [ -7.266228089663237, 57.365421080201074 ], [ -7.266799051075667, 57.36528014805895 ], [ -7.264983429600034, 57.364523922937266 ], [ -7.262271974977957, 57.362630903005986 ], [ -7.262201636143361, 57.362372890987707 ], [ -7.263095204467419, 57.362101470598553 ], [ -7.26250815785117, 57.362072087030654 ], [ -7.262563819146703, 57.361763800500874 ], [ -7.263278856944035, 57.361814813917981 ], [ -7.263570526278394, 57.361352654234103 ], [ -7.264739473870494, 57.361897550646582 ], [ -7.264934486575664, 57.36255977172921 ], [ -7.266062719885412, 57.362588942184594 ], [ -7.266721170423758, 57.363173230600474 ], [ -7.267381953727856, 57.362614588572036 ], [ -7.268352834082664, 57.36351871125931 ], [ -7.26902018133013, 57.363585192150417 ], [ -7.269525614316874, 57.363509987352174 ], [ -7.269478363714452, 57.362949553571205 ], [ -7.270464625188708, 57.362975644799867 ], [ -7.268697667012604, 57.361920475519391 ], [ -7.269194561927608, 57.361670155746104 ], [ -7.266671912780216, 57.361033617168133 ], [ -7.265480979980935, 57.360219701405896 ], [ -7.264900603424255, 57.360410516773761 ], [ -7.260250765539446, 57.358316180500715 ], [ -7.259060428387945, 57.358073596093853 ], [ -7.258747223677357, 57.358432262802189 ], [ -7.25812577894651, 57.358325113420335 ], [ -7.257550242253155, 57.357063317815786 ], [ -7.258398918057503, 57.35680460695464 ], [ -7.255558341728089, 57.35639714031786 ], [ -7.253513150043379, 57.356532236623572 ], [ -7.251899172189372, 57.356248823893992 ], [ -7.251375581556542, 57.356603674181017 ], [ -7.249918301277448, 57.356426163269532 ], [ -7.25058268064593, 57.356182412217684 ], [ -7.249541722297497, 57.354435233941629 ], [ -7.25146992165056, 57.353832669545973 ], [ -7.252800422710521, 57.353997467929297 ], [ -7.253245326271366, 57.353267963172016 ], [ -7.250662155694785, 57.353074585406993 ], [ -7.25063107447505, 57.352450485605424 ], [ -7.249842260072632, 57.352231517886509 ], [ -7.249401352670752, 57.352465921770722 ], [ -7.249732166473727, 57.35303249411043 ], [ -7.248720679239253, 57.353758680101869 ], [ -7.243858320396695, 57.353925893640479 ], [ -7.240893558237663, 57.353217342507897 ], [ -7.240966444417142, 57.352678888781014 ], [ -7.241908243637145, 57.35227962472338 ], [ -7.241618429298702, 57.35194078476642 ], [ -7.242278987432374, 57.351728731415299 ], [ -7.241129228141308, 57.351313318705643 ], [ -7.241982959204309, 57.350589284705414 ], [ -7.239612175558684, 57.350773750988779 ], [ -7.240390313819315, 57.350277846000822 ], [ -7.239391467783697, 57.349869616388858 ], [ -7.240023283196538, 57.349514798096273 ], [ -7.240907367552531, 57.349585871110833 ], [ -7.240757365420533, 57.348827261379334 ], [ -7.241962509858529, 57.3483495103793 ], [ -7.241383899897055, 57.348202700812436 ], [ -7.241429273867982, 57.348520253044761 ], [ -7.240929698924995, 57.348577106623594 ], [ -7.239988105877159, 57.348045012567233 ], [ -7.240488821660829, 57.347763152504825 ], [ -7.241859217520968, 57.348034376938877 ], [ -7.241552927275317, 57.347754715958274 ], [ -7.242650583010233, 57.347456916701233 ], [ -7.243123624463803, 57.347738608447266 ], [ -7.242844431196023, 57.348056219685368 ], [ -7.244578610676661, 57.347902787152343 ], [ -7.246806705016726, 57.348700527439327 ], [ -7.246309695919916, 57.348775292435015 ], [ -7.246592403894947, 57.348947946146069 ], [ -7.248006678461492, 57.349059796980058 ], [ -7.248478044047993, 57.34874763600061 ], [ -7.246836766626458, 57.348037878403382 ], [ -7.247059974177416, 57.347794586061063 ], [ -7.24906877855342, 57.347292164686181 ], [ -7.2501367531343, 57.347368979333694 ], [ -7.252614946024242, 57.348052673879003 ], [ -7.252940000878471, 57.348578985464343 ], [ -7.253749143231826, 57.348824077119708 ], [ -7.254438822119543, 57.348583741896583 ], [ -7.254485535508178, 57.348851743927163 ], [ -7.258941351008654, 57.349394926417339 ], [ -7.260812813259154, 57.350337848442912 ], [ -7.261400926822005, 57.350016244169673 ], [ -7.262076114595559, 57.350150816600085 ], [ -7.265095694154628, 57.351436983936125 ], [ -7.264671110668492, 57.350879778658189 ], [ -7.265067891773411, 57.35067506480214 ], [ -7.263799716938469, 57.350514983624464 ], [ -7.263040741625234, 57.349935801252784 ], [ -7.26392079808701, 57.349583945985138 ], [ -7.265179052330056, 57.349570767375248 ], [ -7.265992481484581, 57.350007274006003 ], [ -7.266762998451505, 57.349623099041956 ], [ -7.267488645665216, 57.349691634879534 ], [ -7.267785924054769, 57.349246323603275 ], [ -7.269577218722172, 57.349490587847249 ], [ -7.269823896095625, 57.349295758847859 ], [ -7.270471757341138, 57.349541217628726 ], [ -7.270788858575148, 57.34937312524066 ], [ -7.271868873245619, 57.349972975347455 ], [ -7.27368281820852, 57.350084850114044 ], [ -7.273847895984006, 57.349380515100506 ], [ -7.274515548686464, 57.349392955528145 ], [ -7.274219847878292, 57.349130920404605 ], [ -7.274906778312348, 57.348930179105636 ], [ -7.273451764697378, 57.348767249325149 ], [ -7.273259130097872, 57.348122036884938 ], [ -7.27269428851686, 57.348245651191014 ], [ -7.271539240131171, 57.347934218816633 ], [ -7.271067447544048, 57.346967776565656 ], [ -7.270333866342512, 57.34766628331932 ], [ -7.26891443631519, 57.347982337512427 ], [ -7.268244676722029, 57.347317552964157 ], [ -7.267257152529836, 57.347268111220465 ], [ -7.265801735482398, 57.346197147928571 ], [ -7.266868171781357, 57.345671874231115 ], [ -7.268130131365274, 57.345870875675985 ], [ -7.269305067210929, 57.345707272135108 ], [ -7.268949992353172, 57.345251547787157 ], [ -7.269297296624521, 57.345038996860573 ], [ -7.270543746798574, 57.345628267819848 ], [ -7.27009576960282, 57.344722914057641 ], [ -7.268105120397385, 57.344850576737407 ], [ -7.267276370320237, 57.345095027804334 ], [ -7.267648842448204, 57.345243171754674 ], [ -7.267146917098964, 57.34548020387868 ], [ -7.265356602482004, 57.345136883852966 ], [ -7.264825750969572, 57.344522947923714 ], [ -7.266792264825233, 57.344134489003878 ], [ -7.265319375167139, 57.344054108205405 ], [ -7.265698536470669, 57.343147334781769 ], [ -7.265181945614538, 57.342829758039038 ], [ -7.264612591138545, 57.342967924418723 ], [ -7.264803501986661, 57.343498035412786 ], [ -7.263471657766673, 57.343634883321251 ], [ -7.264631224836031, 57.344060478328849 ], [ -7.262873557440276, 57.34435015948776 ], [ -7.263588140546232, 57.344841215293265 ], [ -7.263136919016306, 57.345246178721204 ], [ -7.261623450089388, 57.345556195860944 ], [ -7.259724069529183, 57.345299255990412 ], [ -7.258222098427271, 57.344214865224764 ], [ -7.258884776451473, 57.344065619910829 ], [ -7.258327893397293, 57.344000765433293 ], [ -7.258867581597803, 57.343330253971352 ], [ -7.26071084466118, 57.343347493370018 ], [ -7.260304945852627, 57.343198031333444 ], [ -7.260744121467265, 57.342941160558439 ], [ -7.260527904559045, 57.342257329280372 ], [ -7.262647899608423, 57.342150456689339 ], [ -7.261366125212998, 57.341846950625978 ], [ -7.262000255420039, 57.341487416370292 ], [ -7.261075404127505, 57.341688163696929 ], [ -7.258517072505524, 57.341372444590235 ], [ -7.257678432939596, 57.341768423443405 ], [ -7.25669253567866, 57.341787223652915 ], [ -7.257936942416301, 57.342050948405401 ], [ -7.257042377936388, 57.342033529962642 ], [ -7.256984664988136, 57.342606458564262 ], [ -7.255554646876787, 57.342824722245652 ], [ -7.25560543249229, 57.343225732554906 ], [ -7.254373465286086, 57.343362800151432 ], [ -7.253627524116107, 57.343906944897803 ], [ -7.251142161381451, 57.342706159295375 ], [ -7.249819663922136, 57.342478028904203 ], [ -7.250730030371455, 57.34296636268428 ], [ -7.249850120396803, 57.343156145992467 ], [ -7.250047564728617, 57.343372851128549 ], [ -7.248174736131918, 57.343311698431975 ], [ -7.248354293130715, 57.344276033376559 ], [ -7.249832106057858, 57.344484186538352 ], [ -7.24904841157678, 57.344881404747497 ], [ -7.249169533658534, 57.345146295903604 ], [ -7.247046090654657, 57.345370060245934 ], [ -7.244362215526394, 57.344060460797962 ], [ -7.243712071196747, 57.344402572348976 ], [ -7.244630406592576, 57.344481183819411 ], [ -7.245280708477244, 57.345304370172613 ], [ -7.246144997186128, 57.345412225359212 ], [ -7.246346994157284, 57.345777221612337 ], [ -7.244631908987501, 57.345772409292735 ], [ -7.243330766261284, 57.346218205107533 ], [ -7.242020327384696, 57.346074972560992 ], [ -7.241486712638624, 57.345543848721761 ], [ -7.240363006522639, 57.345833728082141 ], [ -7.240897181926456, 57.346252351728324 ], [ -7.240558151009737, 57.346558958366423 ], [ -7.238882173310449, 57.345954034121348 ], [ -7.241591188312523, 57.344644134521289 ], [ -7.24010200715334, 57.344530843960811 ], [ -7.239658257716348, 57.344162433875404 ], [ -7.243057713096826, 57.34413295722009 ], [ -7.243627052177023, 57.34380772273704 ], [ -7.242508207691308, 57.34360700108698 ], [ -7.241485843356791, 57.341867995455672 ], [ -7.243048016835072, 57.341852238626991 ], [ -7.242900651692097, 57.342276825519733 ], [ -7.243544412806254, 57.341948481873089 ], [ -7.24460586829063, 57.342039109697218 ], [ -7.245309991915882, 57.342540598082174 ], [ -7.24501251106988, 57.343020953398025 ], [ -7.246012485083783, 57.342506738392849 ], [ -7.246830316816613, 57.342697515898443 ], [ -7.247256926032432, 57.342189260775228 ], [ -7.248837158531403, 57.342474128458804 ], [ -7.248196189550571, 57.342239974329118 ], [ -7.248363695969198, 57.341607570845483 ], [ -7.246002997653373, 57.341683769132707 ], [ -7.245657687429563, 57.341072803958028 ], [ -7.245021956288602, 57.340991390735994 ], [ -7.242821080437586, 57.34119582843082 ], [ -7.2431268294012, 57.341704970019094 ], [ -7.240592167999185, 57.341378901257897 ], [ -7.239894893347307, 57.341623977759163 ], [ -7.239811753068004, 57.342032381075249 ], [ -7.240347877342272, 57.342639892703737 ], [ -7.239661342532446, 57.34278553541337 ], [ -7.238462235132154, 57.342313675716966 ], [ -7.237514734358179, 57.342321723326194 ], [ -7.237095854757248, 57.341952267628642 ], [ -7.234541078491053, 57.342184821415195 ], [ -7.233874681759606, 57.341771687658934 ], [ -7.233387452583818, 57.342322913458204 ], [ -7.231680228164866, 57.342547060455821 ], [ -7.232261204870817, 57.342536340167968 ], [ -7.231672047570988, 57.342839850955428 ], [ -7.232494881187684, 57.342949525847509 ], [ -7.232563711023474, 57.343257102980203 ], [ -7.231276353839162, 57.343216281517904 ], [ -7.230907348506171, 57.34348811629264 ], [ -7.232610276027645, 57.343583605213048 ], [ -7.234738746257621, 57.344795130654155 ], [ -7.233642927975927, 57.344872322151474 ], [ -7.231896547627316, 57.344414219855544 ], [ -7.23110746398851, 57.344483102538369 ], [ -7.231074940362777, 57.344254997727631 ], [ -7.23047807777947, 57.344446342604876 ], [ -7.230186135578244, 57.34269031504946 ], [ -7.228967753680009, 57.343600429747397 ], [ -7.22702995767472, 57.343199728123807 ], [ -7.227749729346205, 57.343462199970574 ], [ -7.227389581607246, 57.343621174499226 ], [ -7.230004536938919, 57.344160128115078 ], [ -7.230760075291437, 57.344731539516125 ], [ -7.232163247166442, 57.34459207014843 ], [ -7.233576150435728, 57.344987587257421 ], [ -7.234672937756074, 57.345733715476825 ], [ -7.231767071532527, 57.345490431883789 ], [ -7.232888534462999, 57.34588460700936 ], [ -7.232507434929225, 57.346188444892384 ], [ -7.233422756184379, 57.346654198300975 ], [ -7.231028611080697, 57.346789989965409 ], [ -7.229772885783676, 57.346504874074846 ], [ -7.230040963202522, 57.347042609012739 ], [ -7.231115933613742, 57.347227274473802 ], [ -7.230690198023064, 57.347335000630004 ], [ -7.231056284632738, 57.34780116136632 ], [ -7.228325915648029, 57.347505488571798 ], [ -7.226886380089698, 57.347857888837638 ], [ -7.226736235662043, 57.348147590934445 ], [ -7.226318029794285, 57.34778257144437 ], [ -7.224864415793768, 57.347802592946081 ], [ -7.225262237735221, 57.348141470249878 ], [ -7.226302829062111, 57.348201630534767 ], [ -7.226898635135143, 57.348703229658433 ], [ -7.225884173052005, 57.348943432873021 ], [ -7.226465902067573, 57.348995699578055 ], [ -7.226276991840469, 57.3496559498764 ], [ -7.223546522481203, 57.34941866422669 ], [ -7.221972571725714, 57.349821590240772 ], [ -7.220772802308606, 57.349052642276959 ], [ -7.221174379590071, 57.348307070790945 ], [ -7.220537282206068, 57.347456227083661 ], [ -7.22168857983276, 57.347358848160354 ], [ -7.220830030000889, 57.347057121021656 ], [ -7.221929120381838, 57.346826935190705 ], [ -7.224824258690719, 57.347345345857299 ], [ -7.225132264516963, 57.347170553605466 ], [ -7.223703463485029, 57.346897081415392 ], [ -7.223357214950168, 57.346511061736081 ], [ -7.222636160161677, 57.346532066676637 ], [ -7.222860149552494, 57.346176308743672 ], [ -7.221367745889849, 57.345455538565247 ], [ -7.223268634673694, 57.345187484562388 ], [ -7.221752738162409, 57.344886122322073 ], [ -7.221013238319553, 57.344134025202017 ], [ -7.222233145960478, 57.343817823396087 ], [ -7.221582139624761, 57.343745925249493 ], [ -7.221456760365993, 57.343332716189636 ], [ -7.222540475991335, 57.343287628741514 ], [ -7.222291010098733, 57.34305505195988 ], [ -7.22328238976579, 57.342361415963609 ], [ -7.22298136838545, 57.341942019813061 ], [ -7.226973863426954, 57.342689154320659 ], [ -7.226702732372853, 57.34242149430559 ], [ -7.227379097627021, 57.342087380431209 ], [ -7.225813038208383, 57.341842149296482 ], [ -7.226501526218218, 57.341709999694181 ], [ -7.225986026735004, 57.341245550603475 ], [ -7.226319430659481, 57.341074195685003 ], [ -7.225716816281949, 57.340932816859059 ], [ -7.226389371077858, 57.340747340361951 ], [ -7.225296191045545, 57.340783858696582 ], [ -7.224887010852997, 57.340539939491464 ], [ -7.225567860183477, 57.340529591029146 ], [ -7.224848784474394, 57.340154599378579 ], [ -7.225495828016476, 57.339614752261276 ], [ -7.228445777903276, 57.34005429784176 ], [ -7.228413887812859, 57.339713686080408 ], [ -7.228868196175854, 57.339690260314754 ], [ -7.229697415430437, 57.340195616758244 ], [ -7.229952521216127, 57.340000518725283 ], [ -7.231190186069506, 57.340218891844671 ], [ -7.231695568156914, 57.340728734767552 ], [ -7.236293685557458, 57.341054394509207 ], [ -7.234905086173076, 57.340653398086701 ], [ -7.234081770162272, 57.34083171100113 ], [ -7.233781808939927, 57.340128842358446 ], [ -7.231646814493611, 57.339452987527515 ], [ -7.231255977938569, 57.338929372005879 ], [ -7.233056951497876, 57.337963444345569 ], [ -7.232720301198206, 57.337761518196928 ], [ -7.232003436958319, 57.338394301289433 ], [ -7.231519232012475, 57.338382991300854 ], [ -7.231400724484547, 57.337843525139526 ], [ -7.231791351451156, 57.337723759668499 ], [ -7.230709974678037, 57.336383073929952 ], [ -7.230861842245495, 57.335697361689917 ], [ -7.232217596378492, 57.335577856453654 ], [ -7.235507414135545, 57.33694339997524 ], [ -7.235210037390549, 57.336316913961518 ], [ -7.23727134511993, 57.336127426777509 ], [ -7.236209188479742, 57.33544737054968 ], [ -7.236284725860325, 57.335043786639005 ], [ -7.237205181110156, 57.334730923980942 ], [ -7.2376844496599, 57.335174344138174 ], [ -7.23876577920361, 57.334706280355412 ], [ -7.239994278534541, 57.334686485786982 ], [ -7.241467189392024, 57.334863436886586 ], [ -7.242011465510453, 57.335412108812939 ], [ -7.242705485723377, 57.335261637588545 ], [ -7.244408773882005, 57.336468260255067 ], [ -7.245341100121389, 57.335889384249363 ], [ -7.243473497755209, 57.334406186316151 ], [ -7.245072518190832, 57.333835447217623 ], [ -7.245599333358064, 57.333912411329997 ], [ -7.245314557688698, 57.333316913740092 ], [ -7.248346556156227, 57.333284629963053 ], [ -7.247712745074169, 57.33304117944175 ], [ -7.248312396963376, 57.33269665357524 ], [ -7.247981470461739, 57.33253502162102 ], [ -7.248807401162258, 57.332783932919796 ], [ -7.252439696058301, 57.332528470492257 ], [ -7.250596800517119, 57.331044341642439 ], [ -7.251620594605021, 57.330583066423145 ], [ -7.25346402290098, 57.330501405228773 ], [ -7.253178049747905, 57.329956365145662 ], [ -7.254485459156901, 57.329605572234797 ], [ -7.257300233428498, 57.330103179001497 ], [ -7.258951526745133, 57.330770971585778 ], [ -7.2593583012601, 57.331287541389038 ], [ -7.260592084174216, 57.331456291326788 ], [ -7.262513554956913, 57.332301684779246 ], [ -7.261953714887612, 57.332621216288828 ], [ -7.259493749095083, 57.332929511334719 ], [ -7.258119635358939, 57.332687441803238 ], [ -7.25790867987487, 57.332306641159853 ], [ -7.257968005478209, 57.332593010752483 ], [ -7.256524163429476, 57.332584210023292 ], [ -7.255756511531548, 57.333056394618843 ], [ -7.257567380423201, 57.333129915682377 ], [ -7.25841749101386, 57.333558624568099 ], [ -7.26020575404434, 57.333172326041947 ], [ -7.261889794093563, 57.333370783049851 ], [ -7.262727539866883, 57.332842527543299 ], [ -7.26502373882483, 57.332970275007661 ], [ -7.265446723099669, 57.332079658053487 ], [ -7.264449393754135, 57.331889337078984 ], [ -7.263838781575097, 57.33088010809572 ], [ -7.264848505792455, 57.33071626617356 ], [ -7.264090491331685, 57.329955286650474 ], [ -7.264678956477634, 57.329684935553473 ], [ -7.264030482258423, 57.329664448209265 ], [ -7.264383574526258, 57.329493058840185 ], [ -7.263581115097618, 57.328990403042226 ], [ -7.2612479786722, 57.328939772641903 ], [ -7.261054167377478, 57.328655443333375 ], [ -7.263644822355709, 57.328088766163582 ], [ -7.266692778761019, 57.328379309524287 ], [ -7.267674997765889, 57.328059120550137 ], [ -7.268443314213947, 57.329088707059647 ], [ -7.270652022103291, 57.328654901889372 ], [ -7.27194528123986, 57.328902029058291 ], [ -7.272680002329603, 57.328654289359378 ], [ -7.272895468966969, 57.330872413352502 ], [ -7.27205580437029, 57.33171037735341 ], [ -7.270169781064971, 57.33209825614518 ], [ -7.272830210421035, 57.332584008471351 ], [ -7.274005925412136, 57.33308892079053 ], [ -7.273912356251107, 57.333491495928648 ], [ -7.274987245522392, 57.333757672242093 ], [ -7.275609081342668, 57.333441772858997 ], [ -7.276177699294831, 57.333531250311253 ], [ -7.276174025136, 57.333204751295007 ], [ -7.27717389215707, 57.333330983619909 ], [ -7.278573427874691, 57.333066049604483 ], [ -7.279261628398127, 57.333304361245283 ], [ -7.279009426666081, 57.333529141058278 ], [ -7.280138957786519, 57.333573406097166 ], [ -7.280684185351448, 57.333824025289644 ], [ -7.280083011641223, 57.333832224293133 ], [ -7.285727991548072, 57.335732685656843 ], [ -7.285924326608265, 57.336090666078341 ], [ -7.285400147166112, 57.336125342524902 ], [ -7.285754734203873, 57.336461360042968 ], [ -7.287245086592494, 57.336849416679904 ], [ -7.288636660567628, 57.336447925524482 ], [ -7.289286384012035, 57.337203437926725 ], [ -7.290297946882478, 57.337178796304499 ], [ -7.290460687628983, 57.337441899875003 ], [ -7.289856744823262, 57.337696828272868 ], [ -7.291047691234629, 57.337646621794079 ], [ -7.291094765063754, 57.337973093607879 ], [ -7.289284367080957, 57.337824439999807 ], [ -7.290095986249386, 57.338375151957734 ], [ -7.292176307548563, 57.338260445373365 ], [ -7.294032195236355, 57.338551120258558 ], [ -7.294622580668428, 57.338836673167549 ], [ -7.294448196150052, 57.339127493349174 ], [ -7.295584751887051, 57.339219021305148 ], [ -7.297727884248948, 57.340576484197051 ], [ -7.294174318894818, 57.338036690938928 ], [ -7.294570066547184, 57.337723033752987 ], [ -7.294108330391215, 57.337175587295647 ], [ -7.290897953410097, 57.336204126795344 ], [ -7.290818672963884, 57.336000496764044 ], [ -7.291910435661041, 57.336012954605145 ], [ -7.29057318788974, 57.335047974105699 ], [ -7.287112190768549, 57.334644914097751 ], [ -7.286369984631643, 57.333847394848881 ], [ -7.278776790981262, 57.331564604882502 ], [ -7.27886331940383, 57.331090330947205 ], [ -7.276795677912019, 57.330445699902988 ], [ -7.276915541518965, 57.330041115957378 ], [ -7.275130998682979, 57.32927027035128 ], [ -7.274830416681347, 57.328776278899419 ], [ -7.275525411704181, 57.328692168838373 ], [ -7.274743232059146, 57.328227423030079 ], [ -7.273876841215127, 57.327929088887252 ], [ -7.272676079276645, 57.328036243603215 ], [ -7.269960638739295, 57.327640093853617 ], [ -7.269140395984859, 57.326793570310471 ], [ -7.271816452462994, 57.325989165283069 ], [ -7.270821960780437, 57.325632303365211 ], [ -7.270508247657145, 57.325996430078483 ], [ -7.27021715106009, 57.325869177609306 ], [ -7.270934567522988, 57.325559182935329 ], [ -7.270818471401864, 57.32512132445995 ], [ -7.273731053943122, 57.324378027967946 ], [ -7.27334482127754, 57.324167494091618 ], [ -7.270753582214323, 57.324356462229346 ], [ -7.270545076475893, 57.323773107366264 ], [ -7.271869798011815, 57.323070446978612 ], [ -7.269594557432772, 57.323814831623338 ], [ -7.267593871618637, 57.323563192057122 ], [ -7.265917412409451, 57.323809037677464 ], [ -7.262305912827743, 57.325294156247992 ], [ -7.257041922452362, 57.325906253868375 ], [ -7.254566707458026, 57.325093876968651 ], [ -7.254928321954545, 57.324087088035753 ], [ -7.257323220260549, 57.32374650070107 ], [ -7.255446147511298, 57.323520984742025 ], [ -7.256459877322582, 57.322259209184871 ], [ -7.255731005701999, 57.322222253513992 ], [ -7.255054506091204, 57.322702318937019 ], [ -7.255307468834628, 57.323214542113874 ], [ -7.254390649529139, 57.323398716791388 ], [ -7.25385240609162, 57.322903837226697 ], [ -7.253107796461452, 57.322919716809686 ], [ -7.253875552221339, 57.32261221369378 ], [ -7.25247120402261, 57.322516235723434 ], [ -7.252055022173232, 57.322223206680619 ], [ -7.252873353462034, 57.322013476708882 ], [ -7.252755780044582, 57.321366002012851 ], [ -7.253478465295852, 57.320894813558006 ], [ -7.247932453264193, 57.322940119433916 ], [ -7.247210831361496, 57.322371896637044 ], [ -7.244181101816245, 57.321540221725265 ], [ -7.244291553785613, 57.321207158852175 ], [ -7.243291095208453, 57.321073500817775 ], [ -7.241164378542993, 57.319808082618849 ], [ -7.239841727073387, 57.320038798650302 ], [ -7.238448768015978, 57.319543557846792 ], [ -7.238296534248498, 57.320400271371454 ], [ -7.237052837411106, 57.320951606002865 ], [ -7.237735360511066, 57.32124706109127 ], [ -7.237813804798858, 57.321738703263357 ], [ -7.235681765283882, 57.322768029249552 ], [ -7.236065557031606, 57.323476391285041 ], [ -7.235245178147621, 57.323672595951599 ], [ -7.233773382462443, 57.323500036151884 ], [ -7.234884615494483, 57.32382711578289 ], [ -7.233762643893123, 57.32371644721308 ], [ -7.234024156554025, 57.324033982725865 ], [ -7.23573766493271, 57.324209952029314 ], [ -7.234891166206317, 57.324339755303626 ], [ -7.23590704220135, 57.324697800449798 ], [ -7.235062578766232, 57.325191957779765 ], [ -7.232723087708337, 57.324767631996671 ], [ -7.232871694959528, 57.324059554809217 ], [ -7.233532490809862, 57.323969005615218 ], [ -7.233311067417096, 57.32369928867633 ], [ -7.232472821085889, 57.323770241525892 ], [ -7.232014096879639, 57.323235965315334 ], [ -7.230224439872516, 57.323517542168048 ], [ -7.231503555523255, 57.323855649885239 ], [ -7.231118280421382, 57.324420618159671 ], [ -7.229248359049509, 57.324431073349871 ], [ -7.228115523347663, 57.324068850883044 ], [ -7.228030228819818, 57.323703469176692 ], [ -7.226935602296913, 57.323434128277533 ], [ -7.228898298900643, 57.323257868365559 ], [ -7.227649155309114, 57.323129949434289 ], [ -7.22613090267379, 57.322338345921914 ], [ -7.224274416924372, 57.322091715198347 ], [ -7.223991372029994, 57.321680574962521 ], [ -7.222997344834508, 57.322000907684995 ], [ -7.221974015164548, 57.320477780989208 ], [ -7.222597254671574, 57.320357357255816 ], [ -7.2227301483357, 57.319712939253485 ], [ -7.223048135925644, 57.320019145434955 ], [ -7.224232924990972, 57.320104794848874 ], [ -7.22515374000552, 57.319621029119936 ], [ -7.225637736424805, 57.31998330448279 ], [ -7.227459732212438, 57.319929902302164 ], [ -7.226781116314135, 57.319544246836166 ], [ -7.22774961531665, 57.319278935857113 ], [ -7.225097056484934, 57.318755042909331 ], [ -7.225030250310884, 57.318402387798812 ], [ -7.224543788404874, 57.318665602862346 ], [ -7.223817543703984, 57.318470882492164 ], [ -7.22327252823811, 57.317913176504383 ], [ -7.223984122341499, 57.317946538396669 ], [ -7.223694101063042, 57.31719374941035 ], [ -7.224248596619169, 57.316999691653074 ], [ -7.223362767653948, 57.316618148859277 ], [ -7.223566243561461, 57.316411712418144 ], [ -7.226228100052828, 57.316534816130094 ], [ -7.226765353898849, 57.315986027150274 ], [ -7.228579552352002, 57.316112897281769 ], [ -7.22812799940734, 57.315686292785706 ], [ -7.228664005364119, 57.315479487179815 ], [ -7.22558002051527, 57.315544990035434 ], [ -7.225637292252568, 57.315947533304083 ], [ -7.224410026394866, 57.315796181153992 ], [ -7.223931789997884, 57.314889259216493 ], [ -7.22506170607782, 57.314707229220787 ], [ -7.224382590398803, 57.314492554289927 ], [ -7.225302022234876, 57.314292291562445 ], [ -7.224386370527132, 57.313992985140217 ], [ -7.223379189070348, 57.314102411465122 ], [ -7.223618257234762, 57.313853999857095 ], [ -7.223112750739388, 57.313632089876144 ], [ -7.223587720804563, 57.31352233032338 ], [ -7.223523483024527, 57.313129075185465 ], [ -7.222651124889476, 57.31348483766282 ], [ -7.22218187114956, 57.313166931822046 ], [ -7.223072662371818, 57.312706923479304 ], [ -7.220858081974846, 57.312394177327945 ], [ -7.221013867733014, 57.31202775844028 ], [ -7.221612170107213, 57.312142332187655 ], [ -7.221604544026715, 57.311737721897664 ], [ -7.219150329108136, 57.311493410736105 ], [ -7.21836266566414, 57.310455370897714 ], [ -7.218899304848767, 57.310077611025747 ], [ -7.220491920950319, 57.310578243260885 ], [ -7.220601921485324, 57.310357704300088 ], [ -7.221128350448499, 57.310493267463947 ], [ -7.220380690185557, 57.309854002704505 ], [ -7.221500304803986, 57.309366484758819 ], [ -7.221154454101722, 57.309038940846825 ], [ -7.221626828290071, 57.30896978821999 ], [ -7.21994593606489, 57.307847457343073 ], [ -7.220800394969901, 57.307366478504335 ], [ -7.22120537555256, 57.306764727453221 ], [ -7.220751466512517, 57.306788118724008 ], [ -7.221689167871048, 57.30642514675224 ], [ -7.221165972270137, 57.306370438261673 ], [ -7.220466110803991, 57.305072304102886 ], [ -7.220401300311591, 57.304499104528475 ], [ -7.221150788163241, 57.304098976181074 ], [ -7.220188400340826, 57.303585630102972 ], [ -7.220742114361653, 57.302626752540021 ], [ -7.220262847636173, 57.302354251922083 ], [ -7.220522868791278, 57.30161006133261 ], [ -7.220122441600775, 57.301248794465586 ], [ -7.220583933032562, 57.300811162268438 ], [ -7.218412520633025, 57.301909339333037 ], [ -7.217795843855161, 57.302717852182035 ], [ -7.215598196505995, 57.303691089824298 ], [ -7.211299783758284, 57.303626787554037 ], [ -7.210617481128262, 57.304325507733509 ], [ -7.208359535532534, 57.304288805419105 ], [ -7.208075589983369, 57.305393890039525 ], [ -7.20560983220425, 57.30647255517713 ], [ -7.204763731617279, 57.306368190104983 ], [ -7.204213661800016, 57.305419196541521 ], [ -7.203334410786034, 57.305550153236744 ], [ -7.202982361868854, 57.305294807312279 ], [ -7.202051998196101, 57.305886787135975 ], [ -7.201533900308262, 57.305867779199566 ], [ -7.201197919490901, 57.306430604999136 ], [ -7.198564401657054, 57.305972879228769 ], [ -7.19904225828946, 57.306295008969826 ], [ -7.198714166961539, 57.306385091578157 ], [ -7.197221823914352, 57.305884538727241 ], [ -7.197426144653345, 57.30550714510062 ], [ -7.198243502272711, 57.305761221068146 ], [ -7.197742131751387, 57.305449061177669 ], [ -7.197991640720091, 57.304979811483783 ], [ -7.197361612070125, 57.305050908128258 ], [ -7.196484610717707, 57.304668823193929 ], [ -7.196443678421765, 57.302321977020512 ], [ -7.194995643402824, 57.301486632042668 ], [ -7.194674883083939, 57.300334644885737 ], [ -7.193838928100331, 57.300477241320017 ], [ -7.19292993613913, 57.299750028008376 ], [ -7.192161599493913, 57.299606370019603 ], [ -7.19274264742509, 57.299483335936799 ], [ -7.19300948453897, 57.298842413001459 ], [ -7.191809306740909, 57.298289216285326 ], [ -7.19333235074565, 57.298068695091935 ], [ -7.195437085948786, 57.298494430295406 ], [ -7.195061092666568, 57.298127578883225 ], [ -7.195944840070388, 57.297735541329935 ], [ -7.196127974120683, 57.296738147772665 ], [ -7.197731572635441, 57.296617713479002 ], [ -7.199685087240049, 57.296914669150979 ], [ -7.200024809590292, 57.296378685374293 ], [ -7.199622778794819, 57.295945439573593 ], [ -7.201043745524289, 57.295063180507825 ], [ -7.201836104051377, 57.295318264701692 ], [ -7.202565426301738, 57.294658134046131 ], [ -7.201682535041069, 57.293821921420218 ], [ -7.201673156071712, 57.292463570346349 ], [ -7.2007371462124, 57.292367414337832 ], [ -7.200039339267879, 57.291429035251241 ], [ -7.197226863507241, 57.291284668460683 ], [ -7.198707917331344, 57.290651894006906 ], [ -7.20045820574773, 57.291276692909193 ], [ -7.199732370093804, 57.290492445584064 ], [ -7.201070732432, 57.290319970419525 ], [ -7.201015121295986, 57.28980937502579 ], [ -7.20213464311357, 57.288912603339448 ], [ -7.200672369102937, 57.288149910317671 ], [ -7.199984213417082, 57.288160450031505 ], [ -7.199522633597937, 57.287599200342754 ], [ -7.200908592536003, 57.287352764691988 ], [ -7.201501300498508, 57.2875486397839 ], [ -7.200769719447848, 57.286899612075629 ], [ -7.201461150777712, 57.285620174239952 ], [ -7.200200648105209, 57.285519480998012 ], [ -7.200002932262473, 57.284708837182414 ], [ -7.200285846999184, 57.28441815866762 ], [ -7.200823215762986, 57.284634327192521 ], [ -7.201484381132475, 57.283963527226241 ], [ -7.201418165413868, 57.283142931244143 ], [ -7.202473038969009, 57.282730241082 ], [ -7.20330566875144, 57.280923030306056 ], [ -7.210412486960978, 57.281185816252915 ], [ -7.209972539934406, 57.280367251868824 ], [ -7.210733033101784, 57.280164682466243 ], [ -7.209902300634409, 57.2796368063103 ], [ -7.210195301818351, 57.279242202551636 ], [ -7.21157833585269, 57.278977764068912 ], [ -7.213376014078468, 57.279235971292522 ], [ -7.214016871665475, 57.279654742493889 ], [ -7.215340800475956, 57.279442210919719 ], [ -7.216018510999683, 57.27994492414588 ], [ -7.21621932476694, 57.279603630665562 ], [ -7.218045755597847, 57.279185697695546 ], [ -7.219337186301863, 57.279446890660999 ], [ -7.220956358126207, 57.280612260987205 ], [ -7.221488107616037, 57.280203187540998 ], [ -7.223040051562593, 57.280777437804431 ], [ -7.22370963172887, 57.281631389346963 ], [ -7.225477686651073, 57.282498055692969 ], [ -7.227152960954307, 57.282243762506333 ], [ -7.227832677985218, 57.281765503514393 ], [ -7.227412035049468, 57.280968682013913 ], [ -7.22795833902973, 57.280662454716513 ], [ -7.227582213709669, 57.280237212998017 ], [ -7.228237645589958, 57.278887114393243 ], [ -7.227735141773884, 57.278624615823531 ], [ -7.228133441966596, 57.278679996038591 ], [ -7.228772390333207, 57.277915479659207 ], [ -7.229776127585436, 57.278431521058984 ], [ -7.231738253467906, 57.277917738363108 ], [ -7.231229343363434, 57.277435058573197 ], [ -7.229396670637261, 57.276931109124519 ], [ -7.229033253889239, 57.276361367042931 ], [ -7.230473611513414, 57.274807543754399 ], [ -7.23123005526387, 57.274578017704989 ], [ -7.232043439588856, 57.273347280955342 ], [ -7.232952862837366, 57.272908893639169 ], [ -7.233645984046596, 57.273635833093671 ], [ -7.234799429937637, 57.273686660894001 ], [ -7.235945389286258, 57.274151721305422 ], [ -7.236575882536603, 57.273504492576492 ], [ -7.237416205638152, 57.273572873680621 ], [ -7.237701200739838, 57.273066050214467 ], [ -7.23547973793212, 57.271813563783674 ], [ -7.235286343966283, 57.270746320799951 ], [ -7.236094812843716, 57.270708057501594 ], [ -7.23671354566744, 57.271145636305263 ], [ -7.238191390687646, 57.271025406347974 ], [ -7.239816146673465, 57.271411933756433 ], [ -7.23988271016063, 57.271121199242259 ], [ -7.238730408468833, 57.270552958155832 ], [ -7.238811512127368, 57.270072648121008 ], [ -7.239804852114286, 57.268708352527185 ], [ -7.240493843286402, 57.268589567456239 ], [ -7.240235732316706, 57.267943465277476 ], [ -7.240937161825112, 57.267270748400946 ], [ -7.242549268744423, 57.266753413467754 ], [ -7.243200318736482, 57.265785837544499 ], [ -7.244894496549601, 57.265728462262317 ], [ -7.246851126020271, 57.264949193029167 ], [ -7.247382894905081, 57.264369023234813 ], [ -7.248438731279083, 57.264144849028469 ], [ -7.247040453322374, 57.263015576807796 ], [ -7.247651256182732, 57.26194167506177 ], [ -7.250617108332835, 57.261079591241192 ], [ -7.252022765107506, 57.260980207843005 ], [ -7.252290411192526, 57.260586552930704 ], [ -7.253168358411124, 57.26039678513532 ], [ -7.252728383314606, 57.259582853827915 ], [ -7.253101851242192, 57.258941799866847 ], [ -7.251823649405564, 57.258711907875551 ], [ -7.250907124049475, 57.258165399401314 ], [ -7.249879264781003, 57.258176960701157 ], [ -7.249453133398605, 57.257983342066602 ], [ -7.249772180106125, 57.25754254698824 ], [ -7.247361008782823, 57.257634516364988 ], [ -7.241802441663148, 57.257021241706077 ], [ -7.24183017332197, 57.256574654753045 ], [ -7.243110040847307, 57.256584111685761 ], [ -7.244131308934184, 57.256176944859241 ], [ -7.247664066582141, 57.256964933207435 ], [ -7.248803232926898, 57.256336825270672 ], [ -7.249123504828257, 57.254856645159173 ], [ -7.248617443185198, 57.254684369418818 ], [ -7.249349127479721, 57.254284784650814 ], [ -7.248961042929472, 57.253950094078938 ], [ -7.248060343720439, 57.254095795501478 ], [ -7.247662214373473, 57.253923496011751 ], [ -7.248017518853115, 57.253620664671146 ], [ -7.246948488708093, 57.253575438304644 ], [ -7.246325549841008, 57.253223576551122 ], [ -7.246098800076473, 57.251865287638466 ], [ -7.245136177792572, 57.251284678457573 ], [ -7.24488673702879, 57.250116307856381 ], [ -7.242687427058999, 57.24889454448298 ], [ -7.244224577344405, 57.248614265170971 ], [ -7.245042197659131, 57.248818509722653 ], [ -7.244984616086422, 57.247948060310598 ], [ -7.24632143327214, 57.248184556728674 ], [ -7.250127574089793, 57.246936332270742 ], [ -7.250277634319954, 57.247348479513953 ], [ -7.252136056542668, 57.24652822183279 ], [ -7.252445284032869, 57.245844866020825 ], [ -7.253753354469584, 57.245880018619211 ], [ -7.253575189355812, 57.245271083721157 ], [ -7.254539601276398, 57.244933694366452 ], [ -7.255251900755264, 57.245214276685907 ], [ -7.256574349971299, 57.243489565938518 ], [ -7.25751423893871, 57.243504126947713 ], [ -7.256255331249467, 57.24218465026965 ], [ -7.257349848807399, 57.240491985038112 ], [ -7.258703238964721, 57.240322710522193 ], [ -7.258782122472426, 57.239828974305404 ], [ -7.259351616896912, 57.24015601881591 ], [ -7.259508669245426, 57.239802979092026 ], [ -7.259817819004023, 57.239933980468784 ], [ -7.258980504147272, 57.238137903251605 ], [ -7.259439028180589, 57.237164801585891 ], [ -7.258356655161415, 57.236557829664569 ], [ -7.2579482235112, 57.236777439137114 ], [ -7.256587060315061, 57.236600587761977 ], [ -7.25572618852563, 57.236789677861125 ], [ -7.255854549715847, 57.23623537778446 ], [ -7.256379291143131, 57.236249359376487 ], [ -7.25609509582908, 57.235536892737841 ], [ -7.256518697487346, 57.23524916313692 ], [ -7.257564179440711, 57.2358307014293 ], [ -7.257729721763564, 57.235013878173817 ], [ -7.258576062954031, 57.234955863060776 ], [ -7.258732311515006, 57.234422884914771 ], [ -7.260191205904928, 57.23470359186561 ], [ -7.260774205694388, 57.235300020735814 ], [ -7.26089365500798, 57.234800079550013 ], [ -7.261894945518952, 57.234897511201474 ], [ -7.261945672932637, 57.23420698363968 ], [ -7.262669665269037, 57.234280059801158 ], [ -7.261025126377564, 57.232234443136456 ], [ -7.261278963294506, 57.231629872710428 ], [ -7.259546232740236, 57.230766767028818 ], [ -7.258798013457467, 57.229011946345103 ], [ -7.25966141156729, 57.228318800108134 ], [ -7.260864743107544, 57.228263774596712 ], [ -7.260443325945668, 57.227345611248943 ], [ -7.263042903208866, 57.226089096405239 ], [ -7.264389706518159, 57.226225978142395 ], [ -7.264660642386662, 57.225683670528035 ], [ -7.26586993773308, 57.225961295094663 ], [ -7.265461694175438, 57.225600510500477 ], [ -7.26588727517766, 57.225560124995461 ], [ -7.266805670502723, 57.226065936882875 ], [ -7.266492154570122, 57.225323227977938 ], [ -7.267071074645307, 57.225136912099188 ], [ -7.26691185845712, 57.224545193569057 ], [ -7.267614252222701, 57.224178208857253 ], [ -7.267751104406659, 57.224613390046848 ], [ -7.268791109618807, 57.224403176329126 ], [ -7.270031659012523, 57.224841422560267 ], [ -7.271083939650218, 57.224612675758863 ], [ -7.271879350547879, 57.224826668712154 ], [ -7.273306208512948, 57.224073710463777 ], [ -7.274922730529187, 57.224356601344191 ], [ -7.275829923326068, 57.224957307783122 ], [ -7.277802732226876, 57.224599743728575 ], [ -7.279656696344525, 57.225439492912287 ], [ -7.281078773704437, 57.227143309133353 ], [ -7.281669648865589, 57.226924924836332 ], [ -7.280628039238466, 57.225155583915949 ], [ -7.281632053798786, 57.22509975828963 ], [ -7.282100320926483, 57.224778555091241 ], [ -7.28297642197589, 57.224872092487985 ], [ -7.283161167365586, 57.223730454008432 ], [ -7.282502317597133, 57.223416285833892 ], [ -7.283964051768457, 57.223660594223539 ], [ -7.283370977891199, 57.223226671664648 ], [ -7.283535160744627, 57.22275180973066 ], [ -7.282502106522102, 57.222430928071759 ], [ -7.282250685257636, 57.221834112800749 ], [ -7.282633520389949, 57.221669488343679 ], [ -7.284719116020786, 57.222620876720271 ], [ -7.284520604402082, 57.222219806356669 ], [ -7.284860560381932, 57.222218962227927 ], [ -7.285792952896161, 57.222647558688443 ], [ -7.288014542846732, 57.222522297798477 ], [ -7.290385823265011, 57.223151076200601 ], [ -7.291408659730407, 57.223746791022606 ], [ -7.293599219854701, 57.224329152476763 ], [ -7.294815637146809, 57.225290113464787 ], [ -7.296129856819917, 57.225603510536942 ], [ -7.295910748516122, 57.225117836406746 ], [ -7.296976281377034, 57.224739826245504 ], [ -7.297546394275701, 57.225012680126788 ], [ -7.299997122594493, 57.224922512744364 ], [ -7.302889003172575, 57.225304062798998 ], [ -7.303226734086702, 57.225748709529043 ], [ -7.304629803505017, 57.226044759558562 ], [ -7.304888054885809, 57.226686244818708 ], [ -7.30544126584292, 57.226725808708835 ], [ -7.305267482815077, 57.228226989325826 ], [ -7.304427797332376, 57.228618004191155 ], [ -7.305060727458051, 57.229441600218877 ], [ -7.303535486963217, 57.229335201586473 ], [ -7.302670541774128, 57.228570913846028 ], [ -7.299733085312173, 57.228047298392745 ], [ -7.298743734700982, 57.227513221212675 ], [ -7.299634647897722, 57.228631890889851 ], [ -7.299206228911756, 57.229806370526084 ], [ -7.301213935193237, 57.231017268723008 ], [ -7.301014273042777, 57.231417169196057 ], [ -7.299779053049114, 57.231077978145599 ], [ -7.300401339254095, 57.23136661256094 ], [ -7.299860928136777, 57.231416472140609 ], [ -7.300047670644002, 57.231849517434796 ], [ -7.2982789499595, 57.231204421444559 ], [ -7.298647855554155, 57.23169275640722 ], [ -7.298224819038357, 57.231751142709548 ], [ -7.301183958896398, 57.232192892810389 ], [ -7.301820671958498, 57.232696883969915 ], [ -7.301657857265382, 57.233122222730401 ], [ -7.30227685474658, 57.23332999809206 ], [ -7.302518510619731, 57.232991310486014 ], [ -7.302992807267766, 57.233173710508368 ], [ -7.302985531055564, 57.23364196152037 ], [ -7.301187749380338, 57.234064502247278 ], [ -7.300075030765852, 57.234116079389509 ], [ -7.297339192395428, 57.232746973246975 ], [ -7.29658094104189, 57.231685670051768 ], [ -7.293477115291427, 57.230120571593837 ], [ -7.291211829960213, 57.227633602937466 ], [ -7.290986898245872, 57.228147037905288 ], [ -7.29058041561088, 57.227858244936698 ], [ -7.289894340269469, 57.228395651207208 ], [ -7.289909247972392, 57.22821054577534 ], [ -7.288708100016999, 57.228396242660715 ], [ -7.286545007071004, 57.227254706406029 ], [ -7.286741289478801, 57.22781334792117 ], [ -7.28595169948326, 57.227918657673264 ], [ -7.284791764706299, 57.227292686120229 ], [ -7.283690400030801, 57.227190663565274 ], [ -7.2831755802355, 57.227360856208776 ], [ -7.283254355757327, 57.227852467192889 ], [ -7.284416116085082, 57.228433381822164 ], [ -7.285829761287959, 57.22822526264499 ], [ -7.286854596903014, 57.22883443018236 ], [ -7.287539540894305, 57.229502930394247 ], [ -7.286931486034423, 57.230468968298091 ], [ -7.289947726786327, 57.230674599254492 ], [ -7.291730103422744, 57.231242741940029 ], [ -7.29202627999891, 57.232265097706261 ], [ -7.292978614565719, 57.232656811104512 ], [ -7.292595060249562, 57.233163451861564 ], [ -7.293269381129564, 57.233467920731009 ], [ -7.292972370750329, 57.233768432065347 ], [ -7.294204840274902, 57.234319280249856 ], [ -7.293647665454364, 57.234599290670594 ], [ -7.295036656750349, 57.235026533009943 ], [ -7.294592486597442, 57.235688722234883 ], [ -7.295896352551565, 57.235696607130073 ], [ -7.295567955808379, 57.235836471923669 ], [ -7.296150672814184, 57.236311277769332 ], [ -7.297281777111461, 57.236213965646172 ], [ -7.2975312141741, 57.235928953546725 ], [ -7.297983355783285, 57.236130307401829 ], [ -7.297898458590683, 57.236520848869496 ], [ -7.297122979760013, 57.236783108807423 ], [ -7.297440062175978, 57.237026170349118 ], [ -7.298023613821313, 57.236929504776796 ], [ -7.297606757578694, 57.237262091680677 ], [ -7.300369024057141, 57.237082273775073 ], [ -7.304079535786026, 57.239165975230044 ], [ -7.305158744535223, 57.239399250842112 ], [ -7.305049603131141, 57.239102408328961 ], [ -7.305976471381479, 57.239603095808057 ], [ -7.305708169059136, 57.239065523461313 ], [ -7.306266085886296, 57.238848419759968 ], [ -7.30716254985834, 57.239080418478657 ], [ -7.306059202923395, 57.237078094351077 ], [ -7.304702502905324, 57.236115966581714 ], [ -7.305704190687346, 57.236042054832858 ], [ -7.305824976043835, 57.235267531990011 ], [ -7.306294946197661, 57.235189135041153 ], [ -7.306887996976291, 57.234237126328296 ], [ -7.308799145477599, 57.234889571141643 ], [ -7.308451201638967, 57.234202397227257 ], [ -7.309191358680988, 57.233811075843512 ], [ -7.308508664256149, 57.233795010242375 ], [ -7.308449895385562, 57.233329555642108 ], [ -7.311509704759101, 57.233028887534253 ], [ -7.311390275849333, 57.233236427374372 ], [ -7.3118997776833, 57.233259820454073 ], [ -7.311783980161596, 57.233665183807474 ], [ -7.31223409749074, 57.233794581525899 ], [ -7.310959610214434, 57.234393052501474 ], [ -7.310880413615755, 57.234994840044337 ], [ -7.309884965691195, 57.235284504477747 ], [ -7.311489206140421, 57.235418979389834 ], [ -7.312471336570574, 57.234864397293407 ], [ -7.313691404757785, 57.234866650272444 ], [ -7.314984968077141, 57.235090747881145 ], [ -7.315566626925234, 57.235556515089705 ], [ -7.315760718531452, 57.234486400249835 ], [ -7.318465936073799, 57.234200607695847 ], [ -7.319599449749096, 57.233603543485891 ], [ -7.31995397534394, 57.23255360347008 ], [ -7.319217157256589, 57.232449905119388 ], [ -7.319165505494104, 57.232092138069547 ], [ -7.320169935989068, 57.231406057869819 ], [ -7.321943084880184, 57.231263251554751 ], [ -7.323065370142658, 57.231910294760489 ], [ -7.322702266984384, 57.232165096644074 ], [ -7.32359541283373, 57.232271130646154 ], [ -7.326045897350575, 57.231946498230819 ], [ -7.326997732004615, 57.231471373936898 ], [ -7.327543464227828, 57.231573253882075 ], [ -7.327435370695165, 57.231158494766945 ], [ -7.329144571242432, 57.230803227118628 ], [ -7.331196308408556, 57.231255874184647 ], [ -7.331632735697563, 57.230843141132851 ], [ -7.332507001634043, 57.231093900189002 ], [ -7.33353218358558, 57.230747887939422 ], [ -7.335608937462167, 57.230891629419169 ], [ -7.335450918005312, 57.230613987982807 ], [ -7.337239271773406, 57.231516011694147 ], [ -7.337485967061441, 57.232669086733786 ], [ -7.338537946842214, 57.23325240077326 ], [ -7.338450293817016, 57.233678194712809 ], [ -7.339297995145204, 57.233504382435882 ], [ -7.339672937742432, 57.233709780547521 ], [ -7.338586349965047, 57.234273538243052 ], [ -7.339638000284039, 57.234522091078325 ], [ -7.340518880825715, 57.235183776091453 ], [ -7.341634323374994, 57.236261114262618 ], [ -7.341613769242784, 57.236748844060124 ], [ -7.341109297120861, 57.236852243799355 ], [ -7.342749426543735, 57.237129678371581 ], [ -7.343019842543968, 57.237689592143774 ], [ -7.342039185680806, 57.237656717022674 ], [ -7.34329918695645, 57.238860166991977 ], [ -7.344449882357753, 57.239195350785984 ], [ -7.34392551618591, 57.239951148538694 ], [ -7.344159462795187, 57.240602607806245 ], [ -7.344864305748933, 57.240598639198453 ], [ -7.342858983108123, 57.240871351042173 ], [ -7.344139710111771, 57.241290085786012 ], [ -7.343436003489893, 57.241336297516526 ], [ -7.343788998138739, 57.241710006068637 ], [ -7.344287540597037, 57.241599650608798 ], [ -7.345378154520146, 57.242046280759673 ], [ -7.344866733792676, 57.241942109979732 ], [ -7.344880763038199, 57.242553454281833 ], [ -7.344084209839877, 57.242188768727942 ], [ -7.344760135199023, 57.242614394762725 ], [ -7.344319910878461, 57.242669169319825 ], [ -7.344532158937007, 57.242919291693752 ], [ -7.346062158383783, 57.243739537831054 ], [ -7.346584917271504, 57.243692934504651 ], [ -7.345123201216081, 57.242679899305323 ], [ -7.345487099493576, 57.242453794469839 ], [ -7.346695360334392, 57.24269291360519 ], [ -7.345925394348455, 57.242431495011502 ], [ -7.346148194593304, 57.241828043707258 ], [ -7.344769847263886, 57.241217311189942 ], [ -7.345474083818861, 57.240865997643425 ], [ -7.345991952798111, 57.240888897985414 ], [ -7.346450422855043, 57.241531673815274 ], [ -7.347084434489172, 57.241634206067395 ], [ -7.346768500254784, 57.241813273356982 ], [ -7.347477362526181, 57.241905410238566 ], [ -7.347376307226149, 57.24220399616312 ], [ -7.348838232477035, 57.243115306421359 ], [ -7.348990742491036, 57.242759627425208 ], [ -7.347898569728282, 57.241822638556215 ], [ -7.348439267144999, 57.241339700733732 ], [ -7.349059642720975, 57.241576892958506 ], [ -7.349434298371404, 57.241276523158831 ], [ -7.35064323272939, 57.241531773613907 ], [ -7.351264962795887, 57.24137833230958 ], [ -7.349929020210651, 57.240602958483798 ], [ -7.349125388603317, 57.240932444229998 ], [ -7.349039815449664, 57.240617526485032 ], [ -7.348090317638767, 57.240514072791946 ], [ -7.347467243755071, 57.240143803738945 ], [ -7.347608254236268, 57.239263065381863 ], [ -7.34718894990645, 57.239530238645216 ], [ -7.346920231358898, 57.239279831040243 ], [ -7.345776843752818, 57.239326822036119 ], [ -7.344230314424719, 57.238276903814054 ], [ -7.345106486603187, 57.237818366124124 ], [ -7.34438301342926, 57.237773636792873 ], [ -7.34463994839989, 57.237485502280151 ], [ -7.345354201116938, 57.237466729333704 ], [ -7.344984522213371, 57.23682916228033 ], [ -7.345523269136043, 57.236458808893225 ], [ -7.346595369061035, 57.236447257300689 ], [ -7.347543200178744, 57.237157335204579 ], [ -7.348570395979075, 57.237030694449835 ], [ -7.349763306472892, 57.237622303625038 ], [ -7.351889399787241, 57.237816774388563 ], [ -7.357936923906666, 57.239274445865036 ], [ -7.359729983528142, 57.241102893547442 ], [ -7.360276951244378, 57.242979236267736 ], [ -7.361335707873146, 57.243501789849049 ], [ -7.363013414434766, 57.245846293921282 ], [ -7.36302763973348, 57.244655981651285 ], [ -7.364053489363767, 57.244097310006389 ], [ -7.364800855553373, 57.244213800374595 ], [ -7.364367042069927, 57.243640221701611 ], [ -7.36511543206524, 57.242954830074197 ], [ -7.363957236823924, 57.242695743820903 ], [ -7.364155446050363, 57.242483874431109 ], [ -7.363591009503582, 57.242403646767634 ], [ -7.363337436584619, 57.241927640971682 ], [ -7.361348222903932, 57.242002877634967 ], [ -7.361529611875107, 57.241458759792643 ], [ -7.3604152271174, 57.240804500360305 ], [ -7.361066631411749, 57.240764029963557 ], [ -7.360291074443154, 57.240202362451704 ], [ -7.361279329692215, 57.239933296173994 ], [ -7.36206210298376, 57.240419055134822 ], [ -7.362380118972202, 57.240277654840185 ], [ -7.357736897151546, 57.237773827672171 ], [ -7.35647332652857, 57.236685855030643 ], [ -7.356961154102672, 57.236411218497778 ], [ -7.356397919210489, 57.236281413937682 ], [ -7.355950427334801, 57.23536102624761 ], [ -7.355234448283332, 57.235162153487856 ], [ -7.356180016024845, 57.234976842740394 ], [ -7.356215633130261, 57.234605451631154 ], [ -7.357546635512516, 57.234697025447893 ], [ -7.358210554501564, 57.234423851657539 ], [ -7.3595518552201, 57.234802939614397 ], [ -7.357873937733885, 57.233467230578093 ], [ -7.360793723378734, 57.234213448982466 ], [ -7.360480955890822, 57.233831765087125 ], [ -7.356896478884954, 57.23312476407343 ], [ -7.355518523590157, 57.232253159351451 ], [ -7.355325148039605, 57.231995949001615 ], [ -7.35612053922837, 57.231702766286965 ], [ -7.354964867228917, 57.231720675325704 ], [ -7.355402737218674, 57.231433780227647 ], [ -7.354675318729752, 57.231132804166933 ], [ -7.354525574589453, 57.230319375906646 ], [ -7.353528846361656, 57.229763528291507 ], [ -7.354053156403119, 57.229454944992256 ], [ -7.351828024756545, 57.228872388816178 ], [ -7.351767043949573, 57.228361139594938 ], [ -7.350982932835967, 57.2280004719128 ], [ -7.35131918241092, 57.227265271875993 ], [ -7.350709769243334, 57.226747753185712 ], [ -7.351136994600727, 57.226433429523382 ], [ -7.350189194205046, 57.226122046881173 ], [ -7.350653514707284, 57.225937528650284 ], [ -7.349951030023399, 57.225612965705409 ], [ -7.349831335107612, 57.225897052820095 ], [ -7.348612915963446, 57.22603007730519 ], [ -7.349637165487593, 57.225416689454399 ], [ -7.347411333570316, 57.225650317762224 ], [ -7.348245653561486, 57.225180037316612 ], [ -7.346202575448806, 57.224809196138516 ], [ -7.34349720100952, 57.22503082443621 ], [ -7.343333788699147, 57.225345566342668 ], [ -7.344131495173569, 57.225354731579962 ], [ -7.344862313884311, 57.225829302739875 ], [ -7.345722907732413, 57.225745783040054 ], [ -7.345641963233815, 57.226137101497422 ], [ -7.347100180789121, 57.226204450917521 ], [ -7.346396048331166, 57.226577374728194 ], [ -7.344906192098318, 57.22657796055654 ], [ -7.344348344111298, 57.22688433583545 ], [ -7.344483813782505, 57.228230229657903 ], [ -7.343230952393005, 57.227531347326639 ], [ -7.343794305412037, 57.227674700404073 ], [ -7.343214726484182, 57.227133377051651 ], [ -7.343912884278609, 57.227302476283576 ], [ -7.343738718661012, 57.22670786278001 ], [ -7.344427636723007, 57.226527285889539 ], [ -7.344292083529825, 57.226267594098367 ], [ -7.343399085704058, 57.226539668199557 ], [ -7.342282654603847, 57.226117531599812 ], [ -7.342479740639869, 57.22642409615311 ], [ -7.341933076105676, 57.226498705250513 ], [ -7.341333911730709, 57.22584482038652 ], [ -7.341897746194213, 57.225705587556142 ], [ -7.340736885710573, 57.225136847183705 ], [ -7.340971562792072, 57.224970256089946 ], [ -7.340237957741939, 57.224682064707999 ], [ -7.340108497909219, 57.224990854678843 ], [ -7.338639982566515, 57.224771778919518 ], [ -7.338241374293618, 57.224047239451473 ], [ -7.339241412278845, 57.223815634646208 ], [ -7.338554623938121, 57.223518239383083 ], [ -7.338568249520432, 57.223074001870074 ], [ -7.337390194030874, 57.223072910945341 ], [ -7.336266915337574, 57.223450137639851 ], [ -7.335573740062463, 57.224334581354114 ], [ -7.334159570079279, 57.224421808379496 ], [ -7.334101275391291, 57.224878745152921 ], [ -7.331685541722061, 57.224293162748914 ], [ -7.332731682983904, 57.224815572189385 ], [ -7.333266228888546, 57.22564322802922 ], [ -7.332415763051022, 57.226129389193183 ], [ -7.331157522187553, 57.226205442926435 ], [ -7.330477359645148, 57.22546046787496 ], [ -7.32724332647423, 57.224608151441032 ], [ -7.32793604312906, 57.224407706999159 ], [ -7.327556313034759, 57.224248376454 ], [ -7.324304794865263, 57.223675702110668 ], [ -7.323786651479432, 57.223936199519251 ], [ -7.321825584292842, 57.223970037695416 ], [ -7.31851179720189, 57.223309871026274 ], [ -7.317885221635407, 57.223853915903206 ], [ -7.319512193105869, 57.224896210862894 ], [ -7.321260736872016, 57.224826443479301 ], [ -7.322540382601201, 57.225186031909082 ], [ -7.323146024301449, 57.225875719113603 ], [ -7.323680688667705, 57.225614523034309 ], [ -7.324755060859673, 57.226045807139414 ], [ -7.324703033009256, 57.227235891738552 ], [ -7.323547028781601, 57.227617988316439 ], [ -7.322087787071458, 57.227509011819954 ], [ -7.321920706062856, 57.227903068111068 ], [ -7.320656615914522, 57.227709292191641 ], [ -7.319907664455124, 57.228038068028745 ], [ -7.318598415579311, 57.228048666734004 ], [ -7.316970744933893, 57.227807296976046 ], [ -7.318872746780399, 57.228167504669088 ], [ -7.319646073434146, 57.228697105377293 ], [ -7.319692059898993, 57.229073110845988 ], [ -7.317907690016544, 57.229873290698698 ], [ -7.315748412035765, 57.229397997921978 ], [ -7.31521041066971, 57.229636801411814 ], [ -7.314687272473177, 57.229461018940427 ], [ -7.31433984321316, 57.22981321956506 ], [ -7.313506128153026, 57.229209657534049 ], [ -7.312709068218061, 57.229895887483018 ], [ -7.311755106375629, 57.229954337837427 ], [ -7.311052695531844, 57.229052726882585 ], [ -7.309681460464678, 57.229727281690622 ], [ -7.308601228703806, 57.229773061880614 ], [ -7.308919457729351, 57.229102653610816 ], [ -7.308424188526208, 57.229177635081491 ], [ -7.308726964674048, 57.228975826950894 ], [ -7.307122652993658, 57.227801950357609 ], [ -7.307405086016868, 57.226710112839903 ], [ -7.310140099141115, 57.226634700694355 ], [ -7.309355101003124, 57.226195529773285 ], [ -7.310923628214681, 57.226142537688034 ], [ -7.311472484029601, 57.226497222998823 ], [ -7.3110518635161, 57.226744530317397 ], [ -7.312876126953781, 57.227544572151672 ], [ -7.313555301456952, 57.227191802602569 ], [ -7.31439301840422, 57.227363242643627 ], [ -7.31391833017909, 57.227005422960254 ], [ -7.314164215640974, 57.226639532748877 ], [ -7.313197445047539, 57.226608549972617 ], [ -7.311905874816577, 57.225187495302372 ], [ -7.311801459174776, 57.225844347601843 ], [ -7.311258301342046, 57.225759390988401 ], [ -7.311089176996364, 57.226140018329353 ], [ -7.309444369226097, 57.225836287854875 ], [ -7.309105788936798, 57.225328699432332 ], [ -7.308367339780363, 57.225270005301951 ], [ -7.307413040154067, 57.22250277461692 ], [ -7.309166012918697, 57.222464482801023 ], [ -7.306953684394376, 57.222135283106851 ], [ -7.306768457521218, 57.221828168039174 ], [ -7.305848167958548, 57.222119123751099 ], [ -7.306594375339373, 57.222865920456307 ], [ -7.306490904860329, 57.223414738987252 ], [ -7.305403499482042, 57.223582285391963 ], [ -7.304689331950748, 57.223288570282847 ], [ -7.304996536649407, 57.223694009929766 ], [ -7.30342717022124, 57.22299105719231 ], [ -7.301042713950059, 57.222849018836037 ], [ -7.299522854532496, 57.22243188902835 ], [ -7.300871975047, 57.221834869875757 ], [ -7.303642843818309, 57.221780571100325 ], [ -7.302427681550673, 57.221175096652367 ], [ -7.302948440133046, 57.220586119748177 ], [ -7.303862002196104, 57.220421454635463 ], [ -7.303171155426541, 57.21971279537977 ], [ -7.303958863915545, 57.219422973197666 ], [ -7.300629232674483, 57.219050986036542 ], [ -7.30012192728116, 57.218752992994858 ], [ -7.301127074298901, 57.21778356981693 ], [ -7.300516360803733, 57.217458459168398 ], [ -7.301045928019822, 57.217161580935908 ], [ -7.301863422520642, 57.217194470778942 ], [ -7.301532050124781, 57.217024019912451 ], [ -7.302148300854605, 57.216637977926503 ], [ -7.300608640904349, 57.216023729872973 ], [ -7.30077397600322, 57.215616281846245 ], [ -7.300025560842983, 57.215544467042676 ], [ -7.300134188314686, 57.215319397447075 ], [ -7.298997682469745, 57.214913042590638 ], [ -7.297827946977181, 57.215025519045241 ], [ -7.294789730509813, 57.214600565862568 ], [ -7.293193547995327, 57.213822142386185 ], [ -7.291409505962798, 57.213641061095693 ], [ -7.291441329414228, 57.213342754926785 ], [ -7.290589173270926, 57.213009802530841 ], [ -7.285573084922966, 57.213536550524296 ], [ -7.284884624889048, 57.214056037330664 ], [ -7.281077332446438, 57.214860043213356 ], [ -7.276269654720799, 57.215049166308638 ], [ -7.276335424142832, 57.215392847440199 ], [ -7.27551267930418, 57.215670469917129 ], [ -7.272755684535126, 57.214832697633064 ], [ -7.271384004758662, 57.213707103613224 ], [ -7.270668386623476, 57.211775500781599 ], [ -7.271667651775123, 57.211746942555521 ], [ -7.270782231067104, 57.21152774451069 ], [ -7.270136459313398, 57.210722538974451 ], [ -7.270679066184736, 57.210051797696778 ], [ -7.271281382960535, 57.210030947423441 ], [ -7.270846424840844, 57.209482334707324 ], [ -7.268826990987558, 57.209450325390684 ], [ -7.267692133110983, 57.210096476926608 ], [ -7.267520711805327, 57.209883218841526 ], [ -7.266345273348984, 57.209955147999352 ], [ -7.265250607185084, 57.209024816664758 ], [ -7.26542339229045, 57.208725095213154 ], [ -7.266205158874945, 57.208741717608213 ], [ -7.264859455196869, 57.208433849851261 ], [ -7.264409697111959, 57.207548389343707 ], [ -7.263723777853571, 57.207622213967831 ], [ -7.264037077059685, 57.207726028300009 ], [ -7.263615697502019, 57.207968706089176 ], [ -7.261444061528867, 57.207101601910864 ], [ -7.259961115184455, 57.205598129889488 ], [ -7.261068859998643, 57.205110663947607 ], [ -7.262400794109505, 57.205090696112975 ], [ -7.262005052114445, 57.204234454788349 ], [ -7.262686942181836, 57.202622035357251 ], [ -7.263918434366854, 57.20306070324262 ], [ -7.264198403214938, 57.202176062860786 ], [ -7.265352129364526, 57.202186048953159 ], [ -7.264019100068901, 57.201616683662657 ], [ -7.264037924771237, 57.200761018130763 ], [ -7.264625996517091, 57.200583318205858 ], [ -7.264539146563171, 57.199277661723883 ], [ -7.263984768703352, 57.198878030074539 ], [ -7.264428211810095, 57.198616423410961 ], [ -7.264210805665865, 57.197964160594104 ], [ -7.264894515702684, 57.19775994082471 ], [ -7.265141121990873, 57.197164657294564 ], [ -7.264557642713121, 57.196793248506125 ], [ -7.265131958086043, 57.196229179544112 ], [ -7.264986326859472, 57.195731376897946 ], [ -7.266712864782362, 57.193949015081664 ], [ -7.266579172122958, 57.19336072484775 ], [ -7.267012042557647, 57.193374011818328 ], [ -7.26637766242483, 57.192761789033902 ], [ -7.265866427253695, 57.19359317328388 ], [ -7.264845995866385, 57.19416700746995 ], [ -7.264335083365923, 57.194071506570211 ], [ -7.264353231133073, 57.194489182149184 ], [ -7.263365140308719, 57.193779332362332 ], [ -7.263831303889646, 57.192805875840406 ], [ -7.262749250578949, 57.192540907634367 ], [ -7.261585346831268, 57.19286428319495 ], [ -7.261080097073239, 57.192692043059836 ], [ -7.261768831307882, 57.19252362192713 ], [ -7.261622246330517, 57.192309314770789 ], [ -7.258612296910052, 57.191135462955224 ], [ -7.258994198999792, 57.190849462957516 ], [ -7.257966532647563, 57.19032570983557 ], [ -7.256891597455362, 57.188422643094704 ], [ -7.256250680051832, 57.188053612609785 ], [ -7.257228713877401, 57.187589611663057 ], [ -7.258214690586096, 57.18758869901842 ], [ -7.257549799639187, 57.186527786805449 ], [ -7.256236020735036, 57.186205009135172 ], [ -7.255029615189517, 57.185355790997058 ], [ -7.252904796607636, 57.184923043191183 ], [ -7.250706059232492, 57.183678987452545 ], [ -7.250010226628294, 57.182281892465689 ], [ -7.250625736081611, 57.18171616230282 ], [ -7.250229829650538, 57.179573103471995 ], [ -7.25050864534955, 57.178562564880622 ], [ -7.251377953556006, 57.178791558826561 ], [ -7.250536083326208, 57.176658210071459 ], [ -7.249516894652348, 57.175607626543936 ], [ -7.249555090076231, 57.174769155382215 ], [ -7.248803019747732, 57.174431751516501 ], [ -7.249158889929398, 57.174196362924299 ], [ -7.250555762560917, 57.174466225306183 ], [ -7.249428566037002, 57.173879101387627 ], [ -7.249835041928311, 57.17353360515196 ], [ -7.249595659016531, 57.17243231841784 ], [ -7.248124100176553, 57.172102588752324 ], [ -7.247356792109676, 57.171540852145057 ], [ -7.246513146955414, 57.17160771234613 ], [ -7.246249406364806, 57.171033859588178 ], [ -7.246904138723059, 57.170628474820369 ], [ -7.246499819537175, 57.170114507075333 ], [ -7.246969028165411, 57.169860875288094 ], [ -7.247943013655497, 57.169604075035593 ], [ -7.248822262712424, 57.169904653172708 ], [ -7.249473890074317, 57.169710850949841 ], [ -7.249212721649017, 57.169271874657333 ], [ -7.248593340536618, 57.169342842486351 ], [ -7.247828074931603, 57.16896999462594 ], [ -7.247663856678205, 57.167231154364771 ], [ -7.247122308909142, 57.167091884842677 ], [ -7.249937676976356, 57.16644740340368 ], [ -7.249143461003185, 57.166336738345514 ], [ -7.248737948382238, 57.165930811337198 ], [ -7.247671516447681, 57.166002526246722 ], [ -7.248010617384712, 57.164740203411512 ], [ -7.246078988533926, 57.164993959418432 ], [ -7.245164248172942, 57.164267420654483 ], [ -7.245290721806572, 57.163816690742962 ], [ -7.244786696586059, 57.163941297688311 ], [ -7.244630195009402, 57.163713893375352 ], [ -7.245068108973422, 57.16294865989866 ], [ -7.24667324821002, 57.162647414655396 ], [ -7.247666322790789, 57.162992716912669 ], [ -7.248098640581603, 57.162596647859388 ], [ -7.249824158395648, 57.162501780083801 ], [ -7.249933772062762, 57.161408351227614 ], [ -7.250846908184227, 57.160317204561615 ], [ -7.251225615229981, 57.160418295945846 ], [ -7.250994309207417, 57.160072556669398 ], [ -7.25170679106205, 57.159201288866207 ], [ -7.252845006530889, 57.159868907377486 ], [ -7.252942865632564, 57.159392372227664 ], [ -7.253773355085809, 57.159002063272681 ], [ -7.254083847349432, 57.159380467774639 ], [ -7.254723140290881, 57.159043172651735 ], [ -7.255367223258983, 57.159263588093054 ], [ -7.25654170560454, 57.158264903022562 ], [ -7.25800051163557, 57.158275605692907 ], [ -7.256585513517961, 57.157525174258048 ], [ -7.255595587355045, 57.156095476620898 ], [ -7.256034750606967, 57.153885862748275 ], [ -7.256851049392612, 57.15333864922642 ], [ -7.256493154028425, 57.153034232582513 ], [ -7.257822287825522, 57.15260044705434 ], [ -7.259124817329236, 57.153027136607527 ], [ -7.259712579445408, 57.152561497292375 ], [ -7.261422994614012, 57.152422098441356 ], [ -7.262700610166672, 57.151801453027055 ], [ -7.264279360669348, 57.151726043059284 ], [ -7.26372068460138, 57.151349104967665 ], [ -7.263962309725908, 57.151127470936316 ], [ -7.266909419733234, 57.151475883152415 ], [ -7.26742520368802, 57.150680282105775 ], [ -7.266825011248367, 57.150593063795327 ], [ -7.266978999554692, 57.150105151087011 ], [ -7.268392159061558, 57.14973969999042 ], [ -7.268585775339299, 57.150284968316058 ], [ -7.270385554662683, 57.149786230629822 ], [ -7.271973385409348, 57.150007296650656 ], [ -7.273737399233402, 57.149838470406166 ], [ -7.276994983948005, 57.15044802000822 ], [ -7.27884793015668, 57.150032403762488 ], [ -7.28117591954531, 57.150334609484915 ], [ -7.282116629040695, 57.149907951430706 ], [ -7.284430230707696, 57.14987774836036 ], [ -7.285481318570628, 57.15051276156057 ], [ -7.288109268975874, 57.151117127553739 ], [ -7.290671488558266, 57.152129167882634 ], [ -7.295582097147246, 57.15472638064432 ], [ -7.298776468214267, 57.155801499856423 ], [ -7.301606273999099, 57.15763529875494 ], [ -7.303059317106309, 57.157894089112503 ], [ -7.30434587870821, 57.158861836726523 ], [ -7.305454638403549, 57.158913820486475 ], [ -7.305711604909946, 57.159492355660497 ], [ -7.305273004543793, 57.159897905645543 ], [ -7.307121385448392, 57.160890402231864 ], [ -7.308188657425429, 57.161056609712197 ], [ -7.30798374392269, 57.161474753940141 ], [ -7.30867753101202, 57.16198076154479 ], [ -7.308164213783614, 57.162384991857834 ], [ -7.308979808352621, 57.162989319443476 ], [ -7.309544402324216, 57.163172342006042 ], [ -7.311018436678851, 57.162826325130752 ], [ -7.312074150712768, 57.162082295516434 ], [ -7.313099411291564, 57.161898385620553 ], [ -7.314729281542524, 57.16223322917142 ], [ -7.314320450909044, 57.162891319695781 ], [ -7.315048330903546, 57.162804613093769 ], [ -7.315227914213279, 57.162418127946637 ], [ -7.316401913911167, 57.162646326601937 ], [ -7.317260331292547, 57.16244247340407 ], [ -7.318191589354414, 57.162733163827589 ], [ -7.317760615246881, 57.16305294541089 ], [ -7.31958915313801, 57.163386484688644 ], [ -7.321208623879594, 57.164131144675075 ], [ -7.321480967557175, 57.163791099328243 ], [ -7.320488473216848, 57.163650619682144 ], [ -7.321011231442166, 57.163427714744763 ], [ -7.317893157370405, 57.162385885833878 ], [ -7.316328552647421, 57.16241276952622 ], [ -7.316002502211109, 57.161942474657131 ], [ -7.312505521915772, 57.161580738294511 ], [ -7.312209054980581, 57.161062384308472 ], [ -7.310869431433677, 57.160983361065618 ], [ -7.31006131530163, 57.160315736044524 ], [ -7.310902634668036, 57.160235037572079 ], [ -7.308640224501333, 57.159300655816928 ], [ -7.308628193525284, 57.158698236265565 ], [ -7.306671873185439, 57.158014505547506 ], [ -7.306484145793502, 57.15754912232395 ], [ -7.308263671071937, 57.157267568516644 ], [ -7.308589300951772, 57.156398853563473 ], [ -7.310478915861362, 57.156353768059425 ], [ -7.312922155712974, 57.156726998138126 ], [ -7.311092039479416, 57.15595338824118 ], [ -7.311427812277349, 57.155708762057358 ], [ -7.31523362090656, 57.157542230476068 ], [ -7.313927119960966, 57.156368459150727 ], [ -7.314685343976037, 57.156205771189391 ], [ -7.313751986000338, 57.155795462014908 ], [ -7.313710668773287, 57.155381463475756 ], [ -7.312673063221396, 57.155224845811539 ], [ -7.312224687077427, 57.155734326712583 ], [ -7.311790566917746, 57.154891554569211 ], [ -7.310742791846007, 57.155470568812802 ], [ -7.309523071532116, 57.155590723524824 ], [ -7.306361878273107, 57.154841126501751 ], [ -7.306074918025468, 57.155068370308364 ], [ -7.304965362569465, 57.15481395263771 ], [ -7.304227565631266, 57.154046125960612 ], [ -7.302622601305563, 57.15371999993399 ], [ -7.302639492255555, 57.153156851649662 ], [ -7.303135662805527, 57.153406690789787 ], [ -7.303960013674538, 57.153266461917234 ], [ -7.303749159748389, 57.152662572957567 ], [ -7.304390847709244, 57.152357304037679 ], [ -7.303794232168862, 57.152145923786271 ], [ -7.307230738925264, 57.152508645204001 ], [ -7.306859055628993, 57.152157253294803 ], [ -7.30882742227726, 57.15191266996689 ], [ -7.308518585723597, 57.151710698491456 ], [ -7.309014406755544, 57.151243312631685 ], [ -7.30814415270129, 57.150890581500541 ], [ -7.305943502671542, 57.150877737528724 ], [ -7.304683922666722, 57.150430806174256 ], [ -7.304941106747219, 57.150203927475303 ], [ -7.303402970603069, 57.149915477057711 ], [ -7.303090972894796, 57.150083483023018 ], [ -7.304239681457547, 57.150369549714313 ], [ -7.3048921049079, 57.15090072281739 ], [ -7.303732065261295, 57.150916605962237 ], [ -7.303365292644853, 57.15117602366184 ], [ -7.302575639674278, 57.15096922070888 ], [ -7.301599671469486, 57.150248370800227 ], [ -7.302242276201198, 57.150168946294229 ], [ -7.299776239721915, 57.149228655478417 ], [ -7.300110805209743, 57.14873304172108 ], [ -7.300934570916339, 57.14853166270624 ], [ -7.30005383083493, 57.148047039038893 ], [ -7.301087678388119, 57.148156220267751 ], [ -7.301470147767814, 57.148571962167381 ], [ -7.302088312981897, 57.148437780026207 ], [ -7.301630614633988, 57.148074721744798 ], [ -7.304243890161219, 57.147941459969367 ], [ -7.307925846773785, 57.14885168147925 ], [ -7.308013060109168, 57.148479024367738 ], [ -7.311184406842072, 57.148542414313098 ], [ -7.31143303621834, 57.148774831727124 ], [ -7.310325947373204, 57.149781115969809 ], [ -7.310727905299466, 57.150078118837477 ], [ -7.310271960435053, 57.150407935612428 ], [ -7.312765894450419, 57.150526136006228 ], [ -7.313058037572911, 57.151418128289556 ], [ -7.314275124465092, 57.151545519406099 ], [ -7.315333681582289, 57.15121528547818 ], [ -7.314871355155087, 57.151005451186698 ], [ -7.315080024407891, 57.150625828301713 ], [ -7.317046386139436, 57.150724959252351 ], [ -7.317119941420141, 57.151052096938443 ], [ -7.319723818922152, 57.150955810379386 ], [ -7.320803480958688, 57.151370650664099 ], [ -7.321831305169667, 57.151390829637911 ], [ -7.324206886668826, 57.153697907596452 ], [ -7.321942452104196, 57.15355396985521 ], [ -7.321709753014467, 57.153766345620895 ], [ -7.32238438515036, 57.153782645311004 ], [ -7.322011535440833, 57.153895694526113 ], [ -7.322337364896943, 57.154123009287574 ], [ -7.322982362692469, 57.154082972600072 ], [ -7.32232952631766, 57.154333020314432 ], [ -7.324748101806964, 57.154477591936256 ], [ -7.325448165749064, 57.155325205939903 ], [ -7.3243983202197, 57.155302391419546 ], [ -7.323705912574826, 57.155024985943157 ], [ -7.32405385641546, 57.154773506326038 ], [ -7.32181480061263, 57.154369312547146 ], [ -7.320216094581085, 57.153236829577999 ], [ -7.319054346601534, 57.153517497218907 ], [ -7.3198307725954, 57.15464356223972 ], [ -7.318395986394197, 57.154707255904924 ], [ -7.318977990021572, 57.155218857919699 ], [ -7.320944182120298, 57.15571749794983 ], [ -7.321219002728136, 57.155533029536926 ], [ -7.321867307268898, 57.155849220428514 ], [ -7.323007213628409, 57.155726940340479 ], [ -7.323584441008972, 57.156423206483964 ], [ -7.325053408653675, 57.155837854607931 ], [ -7.326709788201071, 57.15659886525517 ], [ -7.328697349787925, 57.158553428369437 ], [ -7.329142109339797, 57.158330208282393 ], [ -7.326926455778473, 57.156263875211437 ], [ -7.327534925397492, 57.156188474723805 ], [ -7.327410876246065, 57.155523325725319 ], [ -7.326797046980915, 57.155676346008853 ], [ -7.326241182166987, 57.155427337417933 ], [ -7.326494887219956, 57.154774904304603 ], [ -7.32587397025072, 57.155074006760493 ], [ -7.324597735086749, 57.153997142164215 ], [ -7.323958708710355, 57.152883255172398 ], [ -7.324485887740101, 57.152623247091427 ], [ -7.323754907930521, 57.15158346541854 ], [ -7.324498891329282, 57.151403322158608 ], [ -7.323593493254685, 57.151129582352326 ], [ -7.323756345216816, 57.150892277394441 ], [ -7.324342324302388, 57.151017626341179 ], [ -7.325319738320704, 57.150733953664378 ], [ -7.331469757722433, 57.151231559050565 ], [ -7.332127300840712, 57.151451012970554 ], [ -7.330855107461558, 57.151470127845464 ], [ -7.332133970499283, 57.151761197625362 ], [ -7.334772428042457, 57.151583031631993 ], [ -7.335363329579279, 57.152361456140468 ], [ -7.334480643950332, 57.153002933833847 ], [ -7.335045720585242, 57.153235315031019 ], [ -7.335013339585577, 57.15293072581278 ], [ -7.335552492526124, 57.152949131202874 ], [ -7.335604806908494, 57.153540842165242 ], [ -7.336245193115334, 57.153491933881696 ], [ -7.336798402814158, 57.153951591709237 ], [ -7.335117143170749, 57.15405118914164 ], [ -7.335814743386494, 57.154306713694226 ], [ -7.335277406044725, 57.154220738141753 ], [ -7.335822939518693, 57.154741921594294 ], [ -7.335235431743667, 57.155501302454446 ], [ -7.336909997201501, 57.154632565251724 ], [ -7.337865446934529, 57.15450631613551 ], [ -7.337744567966464, 57.154036318799733 ], [ -7.339404846304692, 57.154341642647019 ], [ -7.339458986466863, 57.153719291322325 ], [ -7.340435333033185, 57.153692020501843 ], [ -7.340311849480567, 57.15342191714943 ], [ -7.341055230939109, 57.153226401277351 ], [ -7.343747446699965, 57.154221043737813 ], [ -7.344078304557115, 57.153978333699264 ], [ -7.342309514781341, 57.152876779455219 ], [ -7.344374248737324, 57.152795800534896 ], [ -7.345604547723195, 57.153139205940334 ], [ -7.349096158836536, 57.15321495834597 ], [ -7.352024523882196, 57.153803365933904 ], [ -7.351951386505827, 57.153584213730184 ], [ -7.355936475074698, 57.153819551223769 ], [ -7.356058492822768, 57.153621744080134 ], [ -7.352508770954587, 57.153328190122338 ], [ -7.351699470278779, 57.152896650058324 ], [ -7.350970881187831, 57.153182490299137 ], [ -7.35001822720012, 57.152812865829731 ], [ -7.348298068468662, 57.152952102913837 ], [ -7.346600958219587, 57.152529681736063 ], [ -7.345797367986354, 57.152606315300616 ], [ -7.346671177548354, 57.15227110410941 ], [ -7.348270145378663, 57.152450241440029 ], [ -7.347928330088061, 57.152136381848216 ], [ -7.348252966016118, 57.151782335494964 ], [ -7.349436732339062, 57.151827118908486 ], [ -7.349254926798341, 57.151509121006526 ], [ -7.350351481315431, 57.151797903184168 ], [ -7.34992839518499, 57.151174351818106 ], [ -7.351087619776477, 57.151621533509932 ], [ -7.351562987545763, 57.152274342569569 ], [ -7.352622312057835, 57.152317219619043 ], [ -7.353321095359382, 57.151985848326518 ], [ -7.351774390205364, 57.151332981002732 ], [ -7.351899203310942, 57.151017168923758 ], [ -7.351330659495117, 57.1510243896304 ], [ -7.354108148924735, 57.150560888329679 ], [ -7.351490736703188, 57.150300305096017 ], [ -7.351276254332314, 57.150019704457833 ], [ -7.351115624861449, 57.150339747543889 ], [ -7.349821202857194, 57.15015932532674 ], [ -7.349511177533145, 57.149767617641132 ], [ -7.350205407044838, 57.149679436617994 ], [ -7.348973543786326, 57.149576423899759 ], [ -7.348125375285026, 57.149024136424089 ], [ -7.347651632408904, 57.149137078712954 ], [ -7.346104384011382, 57.148238492085746 ], [ -7.345880661972616, 57.147859287308385 ], [ -7.346720138341857, 57.147550737721538 ], [ -7.345043465027656, 57.147347908408648 ], [ -7.343486507619452, 57.146541499095306 ], [ -7.344247296672338, 57.147165941380536 ], [ -7.343212904440422, 57.14774107502663 ], [ -7.343758494386898, 57.147735770427595 ], [ -7.345072902612009, 57.148524643107983 ], [ -7.344954863921847, 57.149002142897345 ], [ -7.345758853999889, 57.148997489203509 ], [ -7.346282954435109, 57.149404355008009 ], [ -7.345359866492615, 57.149421299759382 ], [ -7.346192327361668, 57.149613409130986 ], [ -7.345793809983006, 57.149903113124907 ], [ -7.344007085142939, 57.149638375794886 ], [ -7.34475740502202, 57.14954872937254 ], [ -7.344691614781363, 57.149231169299114 ], [ -7.344315876049856, 57.149105933318424 ], [ -7.343825104885896, 57.149410370573321 ], [ -7.342495360155734, 57.148870516437803 ], [ -7.340778461332178, 57.147278077789615 ], [ -7.342662676293163, 57.147256120904864 ], [ -7.341301978244554, 57.146661783504499 ], [ -7.338965910402873, 57.146478026073282 ], [ -7.339163326647181, 57.146240122857797 ], [ -7.33845124804215, 57.146009535694063 ], [ -7.339294924393433, 57.146005028345876 ], [ -7.339206330593892, 57.14579282997795 ], [ -7.339914151925279, 57.145650129964949 ], [ -7.341635039936835, 57.14564415706154 ], [ -7.342631721286538, 57.146011058708901 ], [ -7.342584077051256, 57.145108677469103 ], [ -7.344323152170698, 57.145056894296523 ], [ -7.343303327968469, 57.144358025638184 ], [ -7.343308380383376, 57.143934848941683 ], [ -7.344143602659878, 57.14387217409476 ], [ -7.345251553438093, 57.143176897241929 ], [ -7.344029483849906, 57.143598074777429 ], [ -7.343055419858069, 57.143158226208662 ], [ -7.342916176120383, 57.14167931099913 ], [ -7.342270812360193, 57.140878950504984 ], [ -7.342665126622767, 57.14068662645186 ], [ -7.341524358392197, 57.1401234002496 ], [ -7.34173407975975, 57.139569995658583 ], [ -7.340641936519667, 57.139171170465445 ], [ -7.341486191869492, 57.138816552436261 ], [ -7.340747700165527, 57.138597008492283 ], [ -7.340739851537506, 57.1378207166428 ], [ -7.339545228684283, 57.137846518994508 ], [ -7.339227658034716, 57.137527106210385 ], [ -7.338727811751808, 57.137676228512063 ], [ -7.338692519118943, 57.136847114055797 ], [ -7.338371272984634, 57.137533960138477 ], [ -7.3369758402777, 57.136810581105784 ], [ -7.336432304058174, 57.137218933365261 ], [ -7.338244866251242, 57.137850724955328 ], [ -7.337396589049487, 57.138441269740589 ], [ -7.33753074013153, 57.138751415206485 ], [ -7.336406530809736, 57.138760683482566 ], [ -7.336213909406926, 57.137907684319735 ], [ -7.334719702940284, 57.137061606876749 ], [ -7.335589361379668, 57.136871529381487 ], [ -7.335435841180387, 57.136323731846304 ], [ -7.334872613455552, 57.136435046182491 ], [ -7.334636183797627, 57.136195854109381 ], [ -7.333869201822589, 57.13644364084616 ], [ -7.333501927343475, 57.135928354048652 ], [ -7.3330661886193, 57.13643018488235 ], [ -7.330152544661411, 57.136804549476956 ], [ -7.330016626991429, 57.137044317383165 ], [ -7.330759280655391, 57.13696047565525 ], [ -7.330095864708801, 57.138053338522276 ], [ -7.329060583741146, 57.138426814300892 ], [ -7.329291364700237, 57.138787744666303 ], [ -7.327931358518979, 57.138941068267712 ], [ -7.328238293350842, 57.13929065763427 ], [ -7.330201884228558, 57.13966145776827 ], [ -7.329650088970506, 57.139909945744058 ], [ -7.328930577984763, 57.139913601541984 ], [ -7.328684175941399, 57.139582132915081 ], [ -7.326726527604153, 57.139103067522903 ], [ -7.32585280849217, 57.138530133155854 ], [ -7.325976261853211, 57.138203610375562 ], [ -7.324988727139756, 57.13835724114459 ], [ -7.323816788711098, 57.138103855930595 ], [ -7.323425823459322, 57.138503854189402 ], [ -7.32253022444037, 57.138169404056548 ], [ -7.322051397380209, 57.138407553723944 ], [ -7.322833655290789, 57.138610044730953 ], [ -7.321696282551013, 57.13841276278584 ], [ -7.320762278834994, 57.138627975312446 ], [ -7.319769171058163, 57.138420940062339 ], [ -7.319105401019374, 57.137845332085625 ], [ -7.319059648655267, 57.138194639814465 ], [ -7.316958125428009, 57.13808330404806 ], [ -7.317128024411523, 57.137722421320376 ], [ -7.31636287356574, 57.137730645378674 ], [ -7.316643758863768, 57.137255258507423 ], [ -7.31610438433269, 57.136980315179507 ], [ -7.314985159174736, 57.137277147832215 ], [ -7.314599716996033, 57.13712884281896 ], [ -7.314685917178282, 57.137532834959885 ], [ -7.313707961557491, 57.137684168979618 ], [ -7.312514322904224, 57.137244423063315 ], [ -7.312650108998239, 57.136542134897127 ], [ -7.311772234032956, 57.136733298628833 ], [ -7.311454029569457, 57.137951773330073 ], [ -7.310551111053538, 57.138049501647856 ], [ -7.309438822719543, 57.137161724516787 ], [ -7.309687644572864, 57.137891777911193 ], [ -7.308575126366359, 57.138166668931426 ], [ -7.307219981018846, 57.137385467973864 ], [ -7.307562305672199, 57.136633929512179 ], [ -7.306855882813542, 57.137201138333999 ], [ -7.305889520979608, 57.137341119935897 ], [ -7.306584067832007, 57.137844395588878 ], [ -7.306433484810721, 57.138548201731986 ], [ -7.304757758299695, 57.138843347824206 ], [ -7.303214470137318, 57.138654113437305 ], [ -7.302635319636887, 57.139116912011097 ], [ -7.301383465499229, 57.138974693892898 ], [ -7.300160278771421, 57.139274894990201 ], [ -7.299910723085429, 57.139635525566781 ], [ -7.300802933072138, 57.140478715861292 ], [ -7.299306918854838, 57.140700478425025 ], [ -7.299582855428023, 57.141124336097818 ], [ -7.300426332282252, 57.141061604323994 ], [ -7.300493869343414, 57.141648171318053 ], [ -7.299569287581393, 57.1413183872966 ], [ -7.298922916528095, 57.141543743439101 ], [ -7.298199200527507, 57.141344924209108 ], [ -7.297233944290388, 57.140615495746147 ], [ -7.296039837287597, 57.140657054881039 ], [ -7.29661393903504, 57.141371557590766 ], [ -7.295792867627657, 57.1415907952087 ], [ -7.294830583644601, 57.140650649684908 ], [ -7.293726756473693, 57.141322785686718 ], [ -7.291327660057789, 57.140578389775399 ], [ -7.289544981815689, 57.14142317992075 ], [ -7.289603663032211, 57.142527556464117 ], [ -7.288008476748142, 57.142311530289113 ], [ -7.287102212918633, 57.142745782385951 ], [ -7.286018122411218, 57.142341651907856 ], [ -7.283476707146749, 57.142048561650192 ], [ -7.282502421253422, 57.142296677118978 ], [ -7.282017983781556, 57.143019037681704 ], [ -7.277852327652888, 57.142537933360892 ], [ -7.275551709561302, 57.140857714085179 ], [ -7.274643917583122, 57.141165954916239 ], [ -7.273679005596006, 57.140783693077381 ], [ -7.271815865685159, 57.14135715016166 ], [ -7.268471394269133, 57.141583527522307 ], [ -7.267521018108964, 57.141128617565499 ], [ -7.265451500926362, 57.141067259253745 ], [ -7.263381342521951, 57.140245504812967 ], [ -7.261365507149227, 57.139979351444318 ], [ -7.261214649910581, 57.139675241655283 ], [ -7.259570965084882, 57.139406906868437 ], [ -7.260299225117186, 57.139232308194877 ], [ -7.259798457858892, 57.138969905719513 ], [ -7.259820789984455, 57.138370555539808 ], [ -7.258513690917582, 57.137908083043321 ], [ -7.260224576390209, 57.137602188859915 ], [ -7.259954668593231, 57.137159105252586 ], [ -7.258648792054203, 57.137461469737723 ], [ -7.254963525736342, 57.135695121203177 ], [ -7.252513615703145, 57.136040975374364 ], [ -7.250779401622475, 57.135249912657379 ], [ -7.248923514284521, 57.135291804425322 ], [ -7.248863924215942, 57.135046843274772 ], [ -7.247749855109418, 57.135593005785019 ], [ -7.246333158684897, 57.13581440261558 ], [ -7.246465251497415, 57.135403926406063 ], [ -7.245282542350075, 57.13523305814271 ], [ -7.245524752029247, 57.134840462286228 ], [ -7.245004384087655, 57.134146894655572 ], [ -7.245397348765196, 57.132425186513693 ], [ -7.245908560805107, 57.132354256505252 ], [ -7.245482443276576, 57.131508262224791 ], [ -7.25162236047316, 57.128132614767985 ], [ -7.251247562890987, 57.127590436260419 ], [ -7.249675855285111, 57.12706700318784 ], [ -7.24678889781035, 57.128002510831756 ], [ -7.244829024679732, 57.128183691087294 ], [ -7.243934525817871, 57.126308998719679 ], [ -7.24227261448679, 57.12619869274166 ], [ -7.241592976553588, 57.125313822218608 ], [ -7.242270944763058, 57.124610516267836 ], [ -7.241267630507713, 57.124477092474542 ], [ -7.24034288687616, 57.124956769697405 ], [ -7.239018692669752, 57.123900922826131 ], [ -7.239641002454775, 57.123096479802022 ], [ -7.243634961478308, 57.122969589739277 ], [ -7.241324732563718, 57.122427527566387 ], [ -7.241765900419264, 57.120928775379781 ], [ -7.241171277633544, 57.120701735928293 ], [ -7.241572209029025, 57.120320491753681 ], [ -7.241189483596798, 57.120071073891317 ], [ -7.242821257222075, 57.119678731066664 ], [ -7.243547432729336, 57.119900247017384 ], [ -7.244021510891511, 57.118868029884887 ], [ -7.240641903386432, 57.117781391698301 ], [ -7.238935608574325, 57.118523273293036 ], [ -7.2393734816228, 57.119688238851019 ], [ -7.23840893207255, 57.119827627125815 ], [ -7.238010073382923, 57.12174302459897 ], [ -7.23684814868286, 57.122241608178335 ], [ -7.23537128935226, 57.124431587922373 ], [ -7.235014503424242, 57.124307044643189 ], [ -7.234417411964631, 57.125933770510564 ], [ -7.232685316735013, 57.126438173533302 ], [ -7.230760928229543, 57.125582821846514 ], [ -7.229235046726162, 57.125907580987196 ], [ -7.22814888810312, 57.125597545947869 ], [ -7.228567882205379, 57.123820828437694 ], [ -7.22786272925092, 57.122577019679497 ], [ -7.226693866757318, 57.12197348196176 ], [ -7.228298705811371, 57.121447483217032 ], [ -7.225547328227092, 57.120649124299455 ], [ -7.22562088107463, 57.119764201497027 ], [ -7.225063631927071, 57.119800981244012 ], [ -7.226344041128218, 57.118676663641345 ], [ -7.224316164163768, 57.119134826247063 ], [ -7.223586278828499, 57.119061831016268 ], [ -7.223769158979002, 57.118716750519646 ], [ -7.222785083158803, 57.118424907245 ], [ -7.221090453678722, 57.119017573984415 ], [ -7.219439645451617, 57.11898299676281 ], [ -7.218184607599334, 57.117825079639601 ], [ -7.211883411779954, 57.117480440047736 ], [ -7.212281667314018, 57.116725974884787 ], [ -7.213048253005844, 57.11664903130383 ], [ -7.211867083732733, 57.116189852247459 ], [ -7.212539401049154, 57.115032534174269 ], [ -7.213294076957789, 57.114695131193372 ], [ -7.213339347613237, 57.114018364418534 ], [ -7.211684458842702, 57.113776897484193 ], [ -7.214314389841726, 57.113073374152592 ], [ -7.215930212985088, 57.112978994884756 ], [ -7.214545250296797, 57.111776976473671 ], [ -7.215532322194476, 57.110624509421633 ], [ -7.217011380784439, 57.110675292978755 ], [ -7.218055877842894, 57.11104564030024 ], [ -7.218826394990383, 57.111877335193746 ], [ -7.220007527509141, 57.112277958899895 ], [ -7.219508437434413, 57.112644330873039 ], [ -7.22075479387839, 57.11288565311505 ], [ -7.224275448155176, 57.11240118061027 ], [ -7.227364588435878, 57.112726511393596 ], [ -7.228196209060414, 57.112525273888018 ], [ -7.227945209016728, 57.112153331998286 ], [ -7.228432814539374, 57.111858492281257 ], [ -7.230255955611026, 57.11176875484675 ], [ -7.230443817203477, 57.111225486824516 ], [ -7.228592898364713, 57.111176912591752 ], [ -7.227746122231007, 57.111446275725193 ], [ -7.227051193090393, 57.111209870349242 ], [ -7.227937800389261, 57.110988338354012 ], [ -7.227679856839145, 57.110625685001686 ], [ -7.225696036934135, 57.111217016529068 ], [ -7.220163246702485, 57.111857530683316 ], [ -7.21893595355638, 57.111481331293696 ], [ -7.2182956654458, 57.110752183953501 ], [ -7.220400834897541, 57.110610327505633 ], [ -7.219765447211878, 57.110267915415527 ], [ -7.22201812620195, 57.109471985273593 ], [ -7.22384244912045, 57.109332798170016 ], [ -7.223443517112331, 57.109084008541913 ], [ -7.224600119219857, 57.108783732465028 ], [ -7.224750092627119, 57.108323043836243 ], [ -7.223630836840705, 57.108536276250867 ], [ -7.223708829914224, 57.107741153893052 ], [ -7.221132097782752, 57.107997244765983 ], [ -7.220667416725555, 57.107809682200809 ], [ -7.221246018003439, 57.107691040223266 ], [ -7.22045253842774, 57.10751720564204 ], [ -7.22296176343856, 57.106665550709941 ], [ -7.22290240156673, 57.106420572774226 ], [ -7.223692033078073, 57.106743026797119 ], [ -7.223187092064712, 57.105859775314407 ], [ -7.223966398406094, 57.104585432095064 ], [ -7.225134105797889, 57.10483358999565 ], [ -7.225036175455085, 57.104549731405505 ], [ -7.226176817147449, 57.104254603095647 ], [ -7.226891214739394, 57.104454202318031 ], [ -7.22734395998534, 57.104147324064726 ], [ -7.22782185804587, 57.104604263362496 ], [ -7.229099007064534, 57.104573355030432 ], [ -7.229598424711654, 57.105065382196806 ], [ -7.231549629986687, 57.104187391409482 ], [ -7.234027384698639, 57.104110691580686 ], [ -7.23285269674978, 57.103696435662812 ], [ -7.233489362515145, 57.103287351747632 ], [ -7.231930940717336, 57.103024126888023 ], [ -7.232058056268468, 57.102343919627408 ], [ -7.233575991059162, 57.102437865103951 ], [ -7.233613295700272, 57.102175346588965 ], [ -7.231075655006177, 57.101710137457403 ], [ -7.23084304387719, 57.101292440494483 ], [ -7.231434813944208, 57.10079975906644 ], [ -7.230808334701364, 57.100637002013478 ], [ -7.230211041868012, 57.099568671969301 ], [ -7.228811539715612, 57.098848839833472 ], [ -7.228936782411211, 57.098330687887298 ], [ -7.228333105576081, 57.098211958440821 ], [ -7.229484973443332, 57.097412409282263 ], [ -7.228093816888939, 57.096516751816786 ], [ -7.22940363035272, 57.095958055672625 ], [ -7.230708890920812, 57.096245394483738 ], [ -7.230962401726915, 57.095874847438616 ], [ -7.232877038867073, 57.095736231355183 ], [ -7.234257535897208, 57.096087873261297 ], [ -7.235022373691095, 57.095533934313472 ], [ -7.237861752602821, 57.095738952663794 ], [ -7.241488288273338, 57.096833260363994 ], [ -7.242166788960328, 57.098006121182763 ], [ -7.245307394655049, 57.098585284161587 ], [ -7.246400618711095, 57.09935828532808 ], [ -7.250446823608275, 57.098859978037979 ], [ -7.252105590763185, 57.098898288792313 ], [ -7.253142706434716, 57.099682590252186 ], [ -7.257413224740237, 57.099134136382581 ], [ -7.258299579460066, 57.09926333561237 ], [ -7.260333718936519, 57.100896512502281 ], [ -7.261051824297123, 57.100830301965679 ], [ -7.261811321182325, 57.101171785436478 ], [ -7.261202335793203, 57.101773329315222 ], [ -7.262389618895031, 57.101808849548817 ], [ -7.26528008339513, 57.103414907325018 ], [ -7.266314296546124, 57.103303859531508 ], [ -7.26845207986261, 57.104266646911896 ], [ -7.26967185273806, 57.104471706855925 ], [ -7.272356542778715, 57.10590631090502 ], [ -7.278744354458796, 57.107562527765751 ], [ -7.279094176597534, 57.108218168213611 ], [ -7.280343748507716, 57.108340881187004 ], [ -7.280604561448142, 57.108082399816844 ], [ -7.28412180186667, 57.107929308690785 ], [ -7.288334289500466, 57.108649298215873 ], [ -7.289523591057921, 57.108106754755639 ], [ -7.289868242340619, 57.10755584247508 ], [ -7.291552668167135, 57.107816625474705 ], [ -7.292113887475668, 57.107415820517325 ], [ -7.293722581496414, 57.107759869802948 ], [ -7.294603154552211, 57.107175452827597 ], [ -7.295702917460109, 57.107545526233913 ], [ -7.297446481598501, 57.107317785407545 ], [ -7.298216635567067, 57.107487628091249 ], [ -7.299198516147588, 57.108535785284644 ], [ -7.299970093541848, 57.110332561073186 ], [ -7.301602022344614, 57.11103368595078 ], [ -7.302212373612678, 57.110907017955597 ], [ -7.302561847648923, 57.110183082690689 ], [ -7.301848321114133, 57.109901076977579 ], [ -7.302606311465895, 57.109338897356253 ], [ -7.3024196217205, 57.108843774411554 ], [ -7.303788488575123, 57.108944097992563 ], [ -7.303907511226326, 57.108355018195873 ], [ -7.304931854213383, 57.108370954633507 ], [ -7.304944414472208, 57.107996965590196 ], [ -7.303242373502439, 57.107360052705225 ], [ -7.303886413803083, 57.107295838391643 ], [ -7.303665508393789, 57.106965949190482 ], [ -7.304810446302013, 57.106715800794625 ], [ -7.305954061504949, 57.106964239438462 ], [ -7.306040610212963, 57.10595268412726 ], [ -7.310982519457719, 57.104550493492191 ], [ -7.313725335467985, 57.104361958550619 ], [ -7.315312070212358, 57.104586977679077 ], [ -7.315275602813812, 57.104390549913326 ], [ -7.316345881217151, 57.104358542173124 ], [ -7.313154968706302, 57.104017239882367 ], [ -7.313994893322096, 57.103590086301573 ], [ -7.313621751104019, 57.103524954834072 ], [ -7.314117152203067, 57.103116941773408 ], [ -7.315343663216972, 57.102848826234506 ], [ -7.317408890502294, 57.102894190511023 ], [ -7.317068808387625, 57.101781077533708 ], [ -7.317256416556201, 57.101037878583028 ], [ -7.317518559941072, 57.101228306875051 ], [ -7.317519906629752, 57.098900202961907 ], [ -7.317910518546473, 57.098937581583208 ], [ -7.31801703467692, 57.103329073408396 ], [ -7.319513184814146, 57.103211429044855 ], [ -7.321714999385462, 57.103689164475256 ], [ -7.320895710302003, 57.104466456523191 ], [ -7.3194112442208, 57.104516126458613 ], [ -7.31977148724348, 57.105009244047281 ], [ -7.320752677514828, 57.105266259023708 ], [ -7.322621245176157, 57.105081434843555 ], [ -7.323391335721886, 57.10551479885229 ], [ -7.325761440646202, 57.105402162206232 ], [ -7.326419078335578, 57.105042080931867 ], [ -7.32592941669923, 57.104914456373869 ], [ -7.326731230724991, 57.104671518610409 ], [ -7.326491714641232, 57.103696324551485 ], [ -7.325462820389153, 57.10393543560081 ], [ -7.325628211587343, 57.103579226601383 ], [ -7.32492402528132, 57.103615520631799 ], [ -7.32396069138876, 57.103206594230663 ], [ -7.324929586761712, 57.103423112330944 ], [ -7.326237783008028, 57.103172598015618 ], [ -7.326699347326858, 57.103449902696021 ], [ -7.329104201650747, 57.102694983232382 ], [ -7.329259948469727, 57.103030309694887 ], [ -7.330366069727048, 57.103190133102402 ], [ -7.332354911205567, 57.102934337738652 ], [ -7.335854601903984, 57.103122486177995 ], [ -7.340208797405415, 57.101587597861318 ], [ -7.343647897094198, 57.103040698408513 ], [ -7.346195790683423, 57.10347351907587 ], [ -7.347293458399709, 57.10344817251751 ], [ -7.347903680916971, 57.103127796583607 ], [ -7.347931270183134, 57.103547779141849 ], [ -7.348637270943154, 57.102963225224094 ], [ -7.350074986044764, 57.103002498090092 ], [ -7.350925549276997, 57.101965382017411 ], [ -7.353262073026984, 57.101816755594029 ], [ -7.354799810854477, 57.102067671790088 ], [ -7.356140629467247, 57.102831864666221 ], [ -7.357266345017185, 57.102314768306293 ], [ -7.359291724088432, 57.102621226336396 ], [ -7.359814067491724, 57.103042497157077 ], [ -7.361435627210139, 57.1031178538449 ], [ -7.363876174657668, 57.104109279245392 ], [ -7.36567433486274, 57.104444284601882 ], [ -7.36701377503777, 57.104386789596795 ], [ -7.368372200801764, 57.103673313740011 ], [ -7.369647599969023, 57.103607740448361 ], [ -7.37065964882629, 57.104132125515285 ], [ -7.37351813020994, 57.103944498012311 ], [ -7.37467388286669, 57.104136898224866 ], [ -7.375140450181791, 57.104901583775991 ], [ -7.377217027564758, 57.105068766114385 ], [ -7.37753396640651, 57.105577097908714 ], [ -7.376868537227518, 57.105720910884344 ], [ -7.376892379781734, 57.106329143477218 ], [ -7.377421421123418, 57.107011040918636 ], [ -7.377909827392033, 57.10702603016243 ], [ -7.377629808414787, 57.107238761393589 ], [ -7.379203215219872, 57.109393923856885 ], [ -7.380499364957786, 57.110436977488284 ], [ -7.384052237646257, 57.111608745664824 ], [ -7.385143999166911, 57.112348277293293 ], [ -7.387994778768505, 57.113398987794376 ], [ -7.390480689119879, 57.113817406747827 ], [ -7.391790545144422, 57.113577339540711 ], [ -7.392156235043148, 57.113827953674281 ], [ -7.391618940520842, 57.11396631702786 ], [ -7.391920885828747, 57.116106869585508 ], [ -7.390870029888833, 57.117489500925331 ], [ -7.390935905932344, 57.119622233530315 ], [ -7.393443781776138, 57.123808639395037 ], [ -7.392980343958456, 57.12449998720956 ], [ -7.391695111612127, 57.125081875364124 ], [ -7.39196535954883, 57.125528296421486 ], [ -7.391083880849322, 57.126133265664144 ], [ -7.392102602140787, 57.125493580636139 ], [ -7.391957753929948, 57.12511284888911 ], [ -7.39269352595446, 57.12490473302163 ], [ -7.393964326692453, 57.125052414493545 ], [ -7.399065688918388, 57.129043145140294 ], [ -7.404068562387076, 57.131038252092125 ], [ -7.403698226802603, 57.134076299165436 ], [ -7.402698129218844, 57.136565577361488 ], [ -7.402938711298793, 57.138404589420603 ], [ -7.404785712116491, 57.141856214385264 ], [ -7.409381655670192, 57.14718778347293 ], [ -7.412442147361442, 57.149680585654082 ], [ -7.410874274079267, 57.153922368693202 ], [ -7.407948977624327, 57.157786414378755 ], [ -7.407713450340721, 57.160986038363305 ], [ -7.408480775879124, 57.163025472773299 ], [ -7.411756894023246, 57.16707133049858 ], [ -7.420431477311964, 57.179999138775102 ], [ -7.421362923471412, 57.182335601413442 ], [ -7.421644038218931, 57.185321205734908 ], [ -7.424394580241422, 57.190965419545691 ], [ -7.424589805341913, 57.192530100271249 ], [ -7.422992646387499, 57.195231696482104 ], [ -7.422521751351791, 57.197182517794367 ], [ -7.423163092910117, 57.201860654272636 ], [ -7.424737369773683, 57.205912498291994 ], [ -7.423854348232563, 57.209312121773813 ], [ -7.423280509545823, 57.209751860162484 ], [ -7.422773142475408, 57.21271851709627 ], [ -7.423048940557824, 57.21573225456585 ], [ -7.42392205591491, 57.217630266787147 ], [ -7.426472026805946, 57.219299935412117 ], [ -7.42911433377007, 57.219443708805692 ], [ -7.431093703149293, 57.221032729726268 ], [ -7.431792911551424, 57.221161701091262 ], [ -7.431166727790974, 57.221370651428444 ], [ -7.43240888271908, 57.221648867464701 ], [ -7.431851806640589, 57.221786425814493 ], [ -7.432290706786316, 57.22179258874975 ], [ -7.432483088532206, 57.222264828335426 ], [ -7.43150287725399, 57.22217684605328 ], [ -7.431011387413491, 57.223052230860318 ], [ -7.430823445253937, 57.229848848486725 ], [ -7.432046313709471, 57.2328980189411 ], [ -7.435519186105322, 57.236538052609539 ], [ -7.439312878920896, 57.238456826803819 ], [ -7.442266562220533, 57.239350018149601 ], [ -7.444772434878496, 57.239818017790689 ], [ -7.445958574396292, 57.239476666975214 ], [ -7.44906412384233, 57.240429700534186 ], [ -7.451311702436368, 57.240284220229107 ], [ -7.452340669111233, 57.238264879669487 ], [ -7.453985001812399, 57.238104202594215 ], [ -7.454207275315604, 57.238630015503333 ], [ -7.454327792759792, 57.238132477169167 ], [ -7.455045680520481, 57.23873210719821 ], [ -7.454016220251716, 57.238740931761285 ], [ -7.453989305571249, 57.239108396838333 ], [ -7.453348812450165, 57.239143479925986 ], [ -7.453561129272761, 57.239433931717002 ], [ -7.454570653929501, 57.23960417622807 ], [ -7.456187013614589, 57.240565170624599 ], [ -7.456815027293965, 57.240479317981986 ], [ -7.45733846288354, 57.240796711463375 ], [ -7.456857875517032, 57.241059742063875 ], [ -7.458239289571153, 57.240927563500399 ], [ -7.458248465818584, 57.241235858949544 ], [ -7.457696311946352, 57.241318413753518 ], [ -7.457971321430906, 57.241561128747691 ], [ -7.45734306139588, 57.241387801676737 ], [ -7.457441927195528, 57.241752488969595 ], [ -7.456959684652947, 57.241813995043259 ], [ -7.457356643450541, 57.241994700291521 ], [ -7.455119632937954, 57.241831132474807 ], [ -7.453780698675254, 57.242642713533854 ], [ -7.454349646418168, 57.242807841107243 ], [ -7.454151079989254, 57.243450974326272 ], [ -7.452103778330083, 57.243750682252596 ], [ -7.451305821460799, 57.243328214589916 ], [ -7.450617072671894, 57.243475179149648 ], [ -7.45082736792602, 57.243662225732862 ], [ -7.450116497364778, 57.243637353436753 ], [ -7.448995735177355, 57.243220814298404 ], [ -7.449178510937113, 57.242784473890353 ], [ -7.448242191251882, 57.242368906143817 ], [ -7.446874715960488, 57.242449967077903 ], [ -7.445909501529559, 57.242141836457634 ], [ -7.444218104320974, 57.242535741192391 ], [ -7.442571015962327, 57.241297840105368 ], [ -7.440688231523953, 57.241385020147526 ], [ -7.434218240295206, 57.243874360475026 ], [ -7.430139848833741, 57.246240815047088 ], [ -7.427008507297726, 57.24951647143731 ], [ -7.425178953587103, 57.252975970654646 ], [ -7.425310745232651, 57.261294043889457 ], [ -7.423162294935079, 57.265321675745831 ], [ -7.422742129622603, 57.268443830297805 ], [ -7.42375533831845, 57.271935948513892 ], [ -7.428330730060951, 57.272623449818887 ], [ -7.429750552083642, 57.273609515665427 ], [ -7.429385587612821, 57.274536091866409 ], [ -7.429904214658086, 57.274785417074732 ], [ -7.428891283783304, 57.274912988434565 ], [ -7.426453271649164, 57.27423288510856 ], [ -7.423356736500752, 57.274370498692427 ], [ -7.422272941559596, 57.275234552118015 ], [ -7.423003270968131, 57.276491706091996 ], [ -7.422445931303758, 57.277162889930722 ], [ -7.421984398139414, 57.277582437100314 ], [ -7.42149578358193, 57.277502774316517 ], [ -7.420328954985113, 57.277996014280632 ], [ -7.420576333789739, 57.278479396701883 ], [ -7.420062756586314, 57.278365708995878 ], [ -7.419592226811838, 57.278701938822408 ], [ -7.419732961813067, 57.280558774639346 ], [ -7.420865817684845, 57.283215979204208 ], [ -7.422668782158787, 57.285603905221308 ], [ -7.420581946474135, 57.288662223527318 ], [ -7.418702593430342, 57.28921774042761 ], [ -7.41756721839157, 57.290039870033617 ], [ -7.416212911116085, 57.290222574992292 ], [ -7.414014330279904, 57.291613468529746 ], [ -7.412737009562834, 57.292003399620228 ], [ -7.409972983697646, 57.291959796314735 ], [ -7.406743227961071, 57.293168251454546 ], [ -7.404338429415945, 57.294833338686836 ], [ -7.399100710603536, 57.300040184480096 ], [ -7.396723999422305, 57.30149420807895 ], [ -7.392357528635225, 57.300970180723624 ], [ -7.390835265277244, 57.300374168968304 ], [ -7.391854537578652, 57.299479902262206 ], [ -7.390754694112752, 57.29787579061356 ], [ -7.390644679483841, 57.2964685092116 ], [ -7.38962174000131, 57.296011211537902 ], [ -7.389211974434877, 57.295982925725326 ], [ -7.389303093549513, 57.297159733887661 ], [ -7.38837202846796, 57.297827904172081 ], [ -7.38979551611825, 57.297921520022911 ], [ -7.391183681048373, 57.299542042489605 ], [ -7.390333243681355, 57.300000673545874 ], [ -7.390366764531181, 57.300410506584861 ], [ -7.389646848185228, 57.300478346591611 ], [ -7.391279471490033, 57.300750148158109 ], [ -7.392300233990467, 57.3014181166211 ], [ -7.394725281405389, 57.301617101886947 ], [ -7.397593197446043, 57.303223396852339 ], [ -7.398757689124773, 57.30731213314403 ], [ -7.39971407820145, 57.307641739609032 ], [ -7.399439417809604, 57.308081039835344 ], [ -7.400249095593569, 57.310636232652961 ], [ -7.398143664141737, 57.315411091983812 ], [ -7.397449064429682, 57.320666074425766 ], [ -7.3953515466451, 57.327424901363408 ], [ -7.395342570512371, 57.331427344776976 ], [ -7.395628699962577, 57.333860192471931 ], [ -7.398235750806402, 57.341480401190822 ], [ -7.399424342080138, 57.347215028660919 ], [ -7.401517712246336, 57.352035968225792 ], [ -7.40378298852013, 57.35932974847853 ], [ -7.409279515810546, 57.367575963540155 ], [ -7.412172797701469, 57.371050184310697 ], [ -7.413969696138222, 57.371937461840005 ], [ -7.417958122399278, 57.37526354541717 ], [ -7.42309961172214, 57.37879891228846 ], [ -7.425898903971651, 57.382309329528113 ], [ -7.427823674122303, 57.383457294948698 ], [ -7.429167020062866, 57.383841103605121 ], [ -7.429545207380355, 57.38442502890765 ], [ -7.428459665664344, 57.385387226577123 ], [ -7.430620311109679, 57.385820284463264 ], [ -7.430835817999482, 57.386093553903372 ], [ -7.430286966455717, 57.386426877949241 ], [ -7.430909074278292, 57.386924654920286 ], [ -7.429664138395175, 57.386924491890468 ], [ -7.429245426028161, 57.387292682220171 ], [ -7.429803423931221, 57.388358415119278 ], [ -7.428729685504585, 57.388512832934332 ], [ -7.428463832933694, 57.388900510811631 ], [ -7.427538441629169, 57.388886511534537 ], [ -7.427629742408896, 57.389165154420901 ], [ -7.426285378355906, 57.38950673958724 ], [ -7.42672940748441, 57.389635146727905 ], [ -7.426076259443271, 57.389771364987681 ], [ -7.425900795524663, 57.390263126627104 ], [ -7.426594780324499, 57.390582326649799 ], [ -7.425694854133433, 57.390729205734829 ], [ -7.419185310723102, 57.388638878813936 ], [ -7.419236328196233, 57.387722318458636 ], [ -7.418570696551567, 57.387301061881743 ], [ -7.415565019241665, 57.387159830546125 ], [ -7.41500370552335, 57.387432424040455 ], [ -7.413725490835557, 57.387432637250662 ], [ -7.412428678171445, 57.38719425091633 ], [ -7.408339437188479, 57.38936382458995 ], [ -7.405101106657052, 57.392411883252514 ], [ -7.402322285236137, 57.394092856980727 ], [ -7.399900032572153, 57.39620390671621 ], [ -7.399345251092535, 57.397302293827003 ], [ -7.39959610135201, 57.398279651746968 ], [ -7.398675702705041, 57.399781628518902 ], [ -7.397547203682912, 57.39949984733785 ], [ -7.395875202945587, 57.398426056073781 ], [ -7.395011385513115, 57.398333570284031 ], [ -7.392823854868799, 57.398613799386389 ], [ -7.390800821988058, 57.399535787312111 ], [ -7.389749490893838, 57.39963040071725 ], [ -7.388940748427878, 57.398892952173547 ], [ -7.386863545421876, 57.398439391190756 ], [ -7.385007134034857, 57.397401271082344 ], [ -7.381199744975795, 57.396561919563695 ], [ -7.380748824511956, 57.395989080309192 ], [ -7.378035429659906, 57.395333149747408 ], [ -7.378006659249307, 57.395137296227624 ], [ -7.380429189190115, 57.395674296824588 ], [ -7.381056703238293, 57.395384632853265 ], [ -7.381985995567748, 57.395492405272783 ], [ -7.382340635503341, 57.395625697809223 ], [ -7.382094066186751, 57.396227521770612 ], [ -7.384867823926102, 57.396454209614852 ], [ -7.385439766687221, 57.396002216968597 ], [ -7.383920179886002, 57.396017867382582 ], [ -7.38394158022041, 57.395539983346424 ], [ -7.383404858589372, 57.395415399616354 ], [ -7.384081531956665, 57.395040818485327 ], [ -7.383584537874493, 57.394766943009955 ], [ -7.38567397830229, 57.394693563405283 ], [ -7.386297774017109, 57.394798204283354 ], [ -7.386542477818217, 57.395215180778749 ], [ -7.387596061621858, 57.395136693528336 ], [ -7.387726354929646, 57.394572242004315 ], [ -7.387213717062235, 57.394611330373976 ], [ -7.386842011119303, 57.393739033514059 ], [ -7.388542932487876, 57.392679734332503 ], [ -7.387492785586082, 57.392577196139044 ], [ -7.387320705547316, 57.393061545486624 ], [ -7.386698305796815, 57.393170136031578 ], [ -7.386723169845601, 57.392512114177052 ], [ -7.385545954665512, 57.392792083977994 ], [ -7.385589038735718, 57.392461759032749 ], [ -7.384970019976324, 57.392389308631657 ], [ -7.384663538801023, 57.39258333652289 ], [ -7.385449115396979, 57.392960925158505 ], [ -7.386381726261295, 57.392887633768098 ], [ -7.385534665478716, 57.393746502568398 ], [ -7.383190002910514, 57.393534741395449 ], [ -7.383467570936836, 57.393143970717148 ], [ -7.382833887400097, 57.39256367402789 ], [ -7.381965635960984, 57.392666578821412 ], [ -7.381753940395448, 57.393086020989863 ], [ -7.381484355810996, 57.392703400597341 ], [ -7.381026096601601, 57.393101008211417 ], [ -7.380702463649363, 57.392770198428877 ], [ -7.380168454599034, 57.393072055057772 ], [ -7.37991570633978, 57.392803902127014 ], [ -7.379194961718455, 57.392867171190382 ], [ -7.378718613698246, 57.393561622683791 ], [ -7.378082566878223, 57.393588860063097 ], [ -7.378574142221894, 57.394438945623051 ], [ -7.376818342852484, 57.39451412306753 ], [ -7.376023297046702, 57.395320297973164 ], [ -7.372392382565589, 57.394226555000415 ], [ -7.37083321343453, 57.394392229861296 ], [ -7.370143391343255, 57.393632488575733 ], [ -7.369349777004234, 57.393403639407289 ], [ -7.368893565654244, 57.393406943156492 ], [ -7.369348426896777, 57.393814964265566 ], [ -7.367805207295651, 57.394078011765949 ], [ -7.365915167940252, 57.393862697731763 ], [ -7.365412490142772, 57.394163149429687 ], [ -7.365712979845144, 57.394348296279972 ], [ -7.366782267412123, 57.394581588105297 ], [ -7.367631470061753, 57.394348215465314 ], [ -7.368238328992908, 57.394963027479236 ], [ -7.370439552788312, 57.394606147253242 ], [ -7.370600186708121, 57.395076240986377 ], [ -7.36951386426479, 57.395352168427273 ], [ -7.370244440373432, 57.395764598588705 ], [ -7.371901453576116, 57.39482260825902 ], [ -7.37243552921382, 57.395145337816217 ], [ -7.372614327661395, 57.394694024208931 ], [ -7.372958979168839, 57.39497535806543 ], [ -7.372579392523829, 57.395500956008618 ], [ -7.374460899639951, 57.39545285791602 ], [ -7.374636963815498, 57.395823295165705 ], [ -7.372068213597558, 57.396163570600045 ], [ -7.369816845798138, 57.397838316427617 ], [ -7.368662620929696, 57.398265625175043 ], [ -7.365996563267258, 57.398773715931611 ], [ -7.35990566406771, 57.398343529630267 ], [ -7.358335548093771, 57.398640898737042 ], [ -7.357842675476694, 57.399236972486285 ], [ -7.355670188289955, 57.399986560780093 ], [ -7.355094117609603, 57.399797840225055 ], [ -7.355100314841478, 57.399008346960031 ], [ -7.353183923270517, 57.399024338869474 ], [ -7.3525824051963, 57.399493631786598 ], [ -7.353190067130899, 57.399681917041256 ], [ -7.352251878729336, 57.399935176497515 ], [ -7.351847772051482, 57.400922505072273 ], [ -7.350285031525749, 57.401054769991653 ], [ -7.350559492863835, 57.400434736274264 ], [ -7.349494875639438, 57.399823140916794 ], [ -7.348812090410956, 57.400147389077965 ], [ -7.347324593791653, 57.400178322991351 ], [ -7.346303548270088, 57.400697838496612 ], [ -7.347133562861596, 57.401369842024472 ], [ -7.345521366205357, 57.401586043925157 ], [ -7.345174068911732, 57.401091471649444 ], [ -7.343826538233875, 57.401247794318977 ], [ -7.343239631313378, 57.401601228162917 ], [ -7.343276116501681, 57.402273710109078 ], [ -7.342231732912819, 57.402005860094647 ], [ -7.340439557096685, 57.402657106311366 ], [ -7.339348633761387, 57.402687281203519 ], [ -7.338985803581101, 57.402291443935653 ], [ -7.336961972580053, 57.401983283234536 ], [ -7.330744957758768, 57.399863413883999 ], [ -7.330079675480696, 57.399267111570985 ], [ -7.329449953675383, 57.399327126776555 ], [ -7.326093378277482, 57.406309638681549 ], [ -7.325631012960136, 57.406145660184556 ] ] ], [ [ [ -7.233751129431575, 57.409310214507151 ], [ -7.235198824128911, 57.409173416843615 ], [ -7.236570900937358, 57.409498675187422 ], [ -7.237231057173648, 57.410092054411805 ], [ -7.235500340820231, 57.410348649375493 ], [ -7.233926753324655, 57.409955286094792 ], [ -7.233751129431575, 57.409310214507151 ] ] ], [ [ [ -7.237679392449621, 57.410370315746093 ], [ -7.238091709095904, 57.4101056698278 ], [ -7.238676421271759, 57.410288257668817 ], [ -7.238512378323675, 57.409957654299518 ], [ -7.239817647271219, 57.410398144865802 ], [ -7.239488141748805, 57.4105423633589 ], [ -7.237679392449621, 57.410370315746093 ] ] ], [ [ [ -7.272015145027962, 57.409215060648805 ], [ -7.269638090552529, 57.408524697610517 ], [ -7.271597050505314, 57.408604495933766 ], [ -7.272015145027962, 57.409215060648805 ] ] ], [ [ [ -7.244447867563303, 57.410303953346656 ], [ -7.239220358400369, 57.409487210035749 ], [ -7.240297593581703, 57.409266816691243 ], [ -7.242197582362465, 57.409610489506932 ], [ -7.241089848033134, 57.409035805277441 ], [ -7.241807508082889, 57.408807900628346 ], [ -7.244710228646412, 57.409924063497748 ], [ -7.245361454211843, 57.410337805883522 ], [ -7.244447867563303, 57.410303953346656 ] ] ], [ [ [ -7.275626092652016, 57.408875418680488 ], [ -7.275793353783983, 57.408474252313454 ], [ -7.277436868243811, 57.409072032788551 ], [ -7.277460430594219, 57.4093626012667 ], [ -7.275626092652016, 57.408875418680488 ] ] ], [ [ [ -7.214317238147992, 57.413456577348853 ], [ -7.214715742939288, 57.412976626649154 ], [ -7.218208359880406, 57.413088089460061 ], [ -7.216986778561147, 57.413350273259113 ], [ -7.217614164553272, 57.413598673845833 ], [ -7.217021221943839, 57.413884244492806 ], [ -7.215784941655896, 57.413985055985663 ], [ -7.214317238147992, 57.413456577348853 ] ] ], [ [ [ -7.283751772789562, 57.410726954892851 ], [ -7.284489141244536, 57.410602356902601 ], [ -7.285286269053446, 57.411203240104079 ], [ -7.283751772789562, 57.410726954892851 ] ] ], [ [ [ -7.206998912931666, 57.41417396274025 ], [ -7.205454663320639, 57.414161456530053 ], [ -7.205089231415138, 57.414464538348582 ], [ -7.20372927243687, 57.414340896945646 ], [ -7.203835833549223, 57.414093531134519 ], [ -7.202348006676263, 57.413246311986271 ], [ -7.20024268142997, 57.413333454955904 ], [ -7.199433405840699, 57.413740369465252 ], [ -7.199008851496693, 57.413568972458336 ], [ -7.197836839185305, 57.413828915113569 ], [ -7.197347280899247, 57.413610711215654 ], [ -7.202370811789064, 57.411940621366341 ], [ -7.203784859972592, 57.412093529159741 ], [ -7.204805182970265, 57.411353905282496 ], [ -7.20563969455016, 57.411476805872148 ], [ -7.206874800269305, 57.410782255227694 ], [ -7.208094374647381, 57.410916177381452 ], [ -7.20855856663453, 57.410604492420852 ], [ -7.210065653179727, 57.410825458535207 ], [ -7.209884034654429, 57.410369576622919 ], [ -7.210266561411371, 57.410304224915429 ], [ -7.211036647660519, 57.410618725259866 ], [ -7.210743978170126, 57.410905310573384 ], [ -7.212606803451676, 57.411457929295956 ], [ -7.212083344913531, 57.4117630898388 ], [ -7.211626893123965, 57.411485078025834 ], [ -7.210739381100876, 57.411809830614708 ], [ -7.211825074735245, 57.412291205134864 ], [ -7.212245879834455, 57.412143275335303 ], [ -7.212637273529279, 57.412842405619514 ], [ -7.211536857957128, 57.412609101499882 ], [ -7.210108618269482, 57.413176732118117 ], [ -7.209005615331285, 57.413159472216677 ], [ -7.209942759534451, 57.413710009275633 ], [ -7.209116943726888, 57.414468607864286 ], [ -7.208131843103497, 57.414518438104324 ], [ -7.207410074202507, 57.414543850992075 ], [ -7.206998912931666, 57.41417396274025 ] ] ], [ [ [ -7.289417590238465, 57.411175166719481 ], [ -7.28625023650309, 57.410823433457239 ], [ -7.287864168306871, 57.410891401132154 ], [ -7.287408020575964, 57.410527250164236 ], [ -7.289347723483614, 57.41092254256138 ], [ -7.289417590238465, 57.411175166719481 ] ] ], [ [ [ -7.228410911167368, 57.413536834244965 ], [ -7.226924368803154, 57.412352399729009 ], [ -7.228577418452772, 57.411959683404589 ], [ -7.229514113319979, 57.41233013110574 ], [ -7.228951325931895, 57.412825968665906 ], [ -7.229630384372314, 57.412968678867458 ], [ -7.230943001446095, 57.412644089868095 ], [ -7.232245187196589, 57.413296250854643 ], [ -7.232748799460254, 57.413144802435589 ], [ -7.232486957504602, 57.413587631000908 ], [ -7.230822916110969, 57.413670410001437 ], [ -7.228410911167368, 57.413536834244965 ] ] ], [ [ [ -7.22046863594913, 57.413795060230456 ], [ -7.222010806954707, 57.412916629025496 ], [ -7.223292337276153, 57.413016337405089 ], [ -7.223095881486238, 57.412574584648944 ], [ -7.219979498970293, 57.412762572461126 ], [ -7.218770006618788, 57.412349395706414 ], [ -7.216947235258584, 57.412780520408326 ], [ -7.213069550936349, 57.412774982075788 ], [ -7.214006790826592, 57.412506638768825 ], [ -7.213672727650733, 57.412210057873359 ], [ -7.214381059990163, 57.412090682873334 ], [ -7.217078564289311, 57.412415134290178 ], [ -7.216770612445115, 57.41183402926427 ], [ -7.213924601267407, 57.411578722817751 ], [ -7.21454303408674, 57.411296607814421 ], [ -7.213262333714069, 57.409797539203559 ], [ -7.215906749267611, 57.409692294018647 ], [ -7.215978155432092, 57.409140431433414 ], [ -7.216821572806158, 57.409150408354421 ], [ -7.216526407425352, 57.408951201945925 ], [ -7.217471179505512, 57.408853485503833 ], [ -7.217282472946857, 57.408582372605942 ], [ -7.219200769381603, 57.409582507335813 ], [ -7.220796467606924, 57.409664688853844 ], [ -7.22192874924458, 57.410063056550129 ], [ -7.22202562086078, 57.409865565644594 ], [ -7.222825722145316, 57.409980784165818 ], [ -7.22277149685608, 57.409776075449187 ], [ -7.22424804109709, 57.410074628179871 ], [ -7.222455899827263, 57.409609225647948 ], [ -7.223489279715381, 57.40948978424413 ], [ -7.223164074020652, 57.409080379437974 ], [ -7.223682966983274, 57.408919333309107 ], [ -7.22422362615404, 57.409202799972967 ], [ -7.225960794427174, 57.409108064024387 ], [ -7.227118026403438, 57.409680816949525 ], [ -7.227002759974684, 57.410099538537231 ], [ -7.227776211195842, 57.410553274839657 ], [ -7.227034805371797, 57.410674103160972 ], [ -7.227708158052165, 57.411069015319796 ], [ -7.229330693995753, 57.411104981658639 ], [ -7.229008005713939, 57.410830461491337 ], [ -7.229934338021859, 57.410836900723353 ], [ -7.230266991664013, 57.410481114393427 ], [ -7.232709761186742, 57.411414229264132 ], [ -7.232444196879737, 57.412064177053026 ], [ -7.231148878130742, 57.412509541217652 ], [ -7.231251411584923, 57.412235319792991 ], [ -7.22817120914547, 57.411684137211353 ], [ -7.227886731291077, 57.411268549084909 ], [ -7.225511073904142, 57.410512520379513 ], [ -7.226204879677871, 57.411167543041735 ], [ -7.225826207552529, 57.411259778715639 ], [ -7.226630871988092, 57.411581747397648 ], [ -7.225646534497979, 57.411694674734711 ], [ -7.223594024868805, 57.410457254878025 ], [ -7.223307190823903, 57.410725632621286 ], [ -7.222401873667582, 57.410574297122032 ], [ -7.224072525623194, 57.412115560211177 ], [ -7.223378296508688, 57.412450365555841 ], [ -7.224992022712262, 57.412716214558813 ], [ -7.225944191308461, 57.413778921432154 ], [ -7.221693495909239, 57.414198585280417 ], [ -7.220327758173471, 57.414034870245473 ], [ -7.22046863594913, 57.413795060230456 ] ] ], [ [ [ -7.200138310374582, 57.414359074113257 ], [ -7.200469356248029, 57.414048432518086 ], [ -7.201351153816666, 57.414034432195564 ], [ -7.202683386670163, 57.414960091351382 ], [ -7.20169569492904, 57.41505046988263 ], [ -7.201098999884281, 57.414782724966457 ], [ -7.20151167039821, 57.414753046671493 ], [ -7.201189637877398, 57.414540520043097 ], [ -7.200138310374582, 57.414359074113257 ] ] ], [ [ [ -7.290646007918551, 57.411575185564331 ], [ -7.289686972203515, 57.410904660905423 ], [ -7.290658982632323, 57.410996017017226 ], [ -7.291092812200735, 57.411401591532822 ], [ -7.290646007918551, 57.411575185564331 ] ] ], [ [ [ -7.292813678188106, 57.411678264784662 ], [ -7.292405392238136, 57.411426399091681 ], [ -7.294880719662357, 57.411823342568283 ], [ -7.292813678188106, 57.411678264784662 ] ] ], [ [ [ -7.290394619433163, 57.412166192606875 ], [ -7.291820872429739, 57.411962150599152 ], [ -7.292136020526689, 57.412307929176265 ], [ -7.291764460030579, 57.412367672605825 ], [ -7.290394619433163, 57.412166192606875 ] ] ], [ [ [ -7.29649082881376, 57.412855136043859 ], [ -7.297469973457488, 57.412741866858362 ], [ -7.297639402802725, 57.41318646471381 ], [ -7.29649082881376, 57.412855136043859 ] ] ], [ [ [ -7.296954498422419, 57.414318596660621 ], [ -7.296232141235585, 57.413683133665074 ], [ -7.297958515504552, 57.414134985042757 ], [ -7.297897532923264, 57.414520006786518 ], [ -7.296954498422419, 57.414318596660621 ] ] ], [ [ [ -7.294486137216582, 57.414167063422056 ], [ -7.294323725303725, 57.413828352460058 ], [ -7.29564218386343, 57.414112046693724 ], [ -7.296144942237165, 57.414682079031444 ], [ -7.294486137216582, 57.414167063422056 ] ] ], [ [ [ -7.199074649381587, 57.418843712502742 ], [ -7.198812765011876, 57.418409134120274 ], [ -7.200189392409661, 57.418649119481408 ], [ -7.199074649381587, 57.418843712502742 ] ] ], [ [ [ -7.203249308595405, 57.419467281705693 ], [ -7.203162075387158, 57.419088467583492 ], [ -7.204049699770394, 57.41917319086506 ], [ -7.20395459858755, 57.419442577600023 ], [ -7.203249308595405, 57.419467281705693 ] ] ], [ [ [ -7.201313338919596, 57.419340462334866 ], [ -7.202079860524562, 57.419277241494129 ], [ -7.20277732883831, 57.419725275951919 ], [ -7.201674150520441, 57.419649465469114 ], [ -7.201313338919596, 57.419340462334866 ] ] ], [ [ [ -7.189764596486778, 57.421460070186455 ], [ -7.190115197714795, 57.420757231571713 ], [ -7.191310545890505, 57.421306240423981 ], [ -7.190568631616987, 57.421660818439264 ], [ -7.189764596486778, 57.421460070186455 ] ] ], [ [ [ -7.196178288036474, 57.421289539690356 ], [ -7.19695584232952, 57.4209514496293 ], [ -7.198222844153125, 57.421240982884008 ], [ -7.197916391554285, 57.421960018377831 ], [ -7.197390871391435, 57.422017745040201 ], [ -7.196920356243464, 57.421758257403987 ], [ -7.197236095045037, 57.421632723164684 ], [ -7.196178288036474, 57.421289539690356 ] ] ], [ [ [ -7.202108945867375, 57.423410732372027 ], [ -7.202802901693838, 57.423188544239046 ], [ -7.204709063703452, 57.423456053221308 ], [ -7.206079506699064, 57.423826710561528 ], [ -7.20531286616971, 57.424006936051441 ], [ -7.202108945867375, 57.423410732372027 ] ] ], [ [ [ -7.36351435596259, 57.416065583514374 ], [ -7.364537290088108, 57.414431745253786 ], [ -7.364909799307863, 57.414538229303766 ], [ -7.36565245340777, 57.413859469138352 ], [ -7.367204684017929, 57.413845364462667 ], [ -7.368251079294973, 57.413032121208516 ], [ -7.368229106293764, 57.412439108220831 ], [ -7.369292249991489, 57.411956312414922 ], [ -7.368232459484624, 57.412018699008144 ], [ -7.365872702919384, 57.410721921469886 ], [ -7.366407773263155, 57.410402091531147 ], [ -7.36630907544031, 57.410615990121386 ], [ -7.368097440360424, 57.411098443255362 ], [ -7.36770199808974, 57.410835461960808 ], [ -7.3683842348215, 57.410404943826101 ], [ -7.368004097713295, 57.410018919543838 ], [ -7.370200101132459, 57.409540799398478 ], [ -7.370036895846924, 57.408201483033778 ], [ -7.371187048705602, 57.4052338437738 ], [ -7.369746749957716, 57.404247002082492 ], [ -7.371703354841274, 57.403673787684681 ], [ -7.374476174667042, 57.400723101419111 ], [ -7.375795818601036, 57.400230164428322 ], [ -7.374557002960088, 57.399513735185572 ], [ -7.375733772130315, 57.399149301749752 ], [ -7.375726898173389, 57.398886815801269 ], [ -7.376835663465735, 57.398717867219396 ], [ -7.37735837891436, 57.397646168447658 ], [ -7.378507831084985, 57.397754441494186 ], [ -7.379805959247227, 57.397331674446313 ], [ -7.38028531965643, 57.396192522729287 ], [ -7.381148281983577, 57.396994293519171 ], [ -7.380932525633119, 57.397737884055402 ], [ -7.378152578179138, 57.399307639580897 ], [ -7.372789125487812, 57.403574257056704 ], [ -7.371353469607865, 57.407026586232675 ], [ -7.370727866564457, 57.412034438820307 ], [ -7.370053289396478, 57.413619250086228 ], [ -7.366294974825594, 57.416034145908249 ], [ -7.364098204245336, 57.418068188417763 ], [ -7.362892895678656, 57.418015247735681 ], [ -7.363236634823433, 57.417493018819343 ], [ -7.364373302984339, 57.41685054486581 ], [ -7.36351435596259, 57.416065583514374 ] ] ], [ [ [ -7.196107285164214, 57.425310176500005 ], [ -7.195298186144745, 57.424839724207658 ], [ -7.196307734142668, 57.424959957314151 ], [ -7.196836815048164, 57.425513967655128 ], [ -7.196107285164214, 57.425310176500005 ] ] ], [ [ [ -7.195378935349582, 57.426465061611104 ], [ -7.194943904173016, 57.425398759590003 ], [ -7.196930875630693, 57.4261759463513 ], [ -7.196743565678481, 57.427029523230438 ], [ -7.195378935349582, 57.426465061611104 ] ] ], [ [ [ -7.201551187172123, 57.42945814124424 ], [ -7.200952479962182, 57.428826044591325 ], [ -7.201874821434743, 57.428801373447733 ], [ -7.202448091493801, 57.429254553974275 ], [ -7.203019660414125, 57.429109418940513 ], [ -7.203621626748597, 57.429646890115329 ], [ -7.202600273880497, 57.43003110265176 ], [ -7.201551187172123, 57.42945814124424 ] ] ], [ [ [ -7.19379096892413, 57.431610172185934 ], [ -7.193814552493813, 57.430542911613252 ], [ -7.194876746289899, 57.430328051157581 ], [ -7.195818280258032, 57.431494894825441 ], [ -7.19549028483144, 57.43171091190176 ], [ -7.19531756181894, 57.431434607490843 ], [ -7.194726861900777, 57.431445523396022 ], [ -7.194054937695064, 57.431824219802522 ], [ -7.19379096892413, 57.431610172185934 ] ] ], [ [ [ -7.191219747456643, 57.431360958714265 ], [ -7.191026027783756, 57.4310540227426 ], [ -7.190583098402971, 57.431400747274175 ], [ -7.189813206593535, 57.431324558610875 ], [ -7.189206111292962, 57.430161864617787 ], [ -7.191919371215152, 57.430589712889173 ], [ -7.193006846328627, 57.431845028411416 ], [ -7.19262642472057, 57.432220671654015 ], [ -7.192177963268065, 57.432234697518417 ], [ -7.191828303907259, 57.43135831995636 ], [ -7.191219747456643, 57.431360958714265 ] ] ], [ [ [ -7.229747981637491, 57.430182252251534 ], [ -7.22996286578231, 57.429993342891834 ], [ -7.231297325802148, 57.43010877918995 ], [ -7.232528087438193, 57.430781921966542 ], [ -7.231508300636809, 57.43117530979972 ], [ -7.231757177324726, 57.431398910023113 ], [ -7.230443707304088, 57.431255608719425 ], [ -7.230072325937162, 57.430933621813466 ], [ -7.230556918792308, 57.430472534474475 ], [ -7.229747981637491, 57.430182252251534 ] ] ], [ [ [ -7.190926476178384, 57.433055729313558 ], [ -7.189574453812194, 57.431581865592491 ], [ -7.191862153906086, 57.432301731038869 ], [ -7.191847251291083, 57.432666772970151 ], [ -7.193837942383543, 57.433115428902688 ], [ -7.193169790692462, 57.433520958267302 ], [ -7.192368054565057, 57.433279633207526 ], [ -7.190926476178384, 57.433055729313558 ] ] ], [ [ [ -7.199845946169249, 57.43465319000493 ], [ -7.197716848674727, 57.433818926121361 ], [ -7.198746067569531, 57.433312955900476 ], [ -7.197699790992197, 57.433464201836962 ], [ -7.196489204341588, 57.433046345968442 ], [ -7.196443466005342, 57.432665812835381 ], [ -7.197641046957568, 57.432229375914986 ], [ -7.199037449978444, 57.43219412279862 ], [ -7.199221041721082, 57.432487969761532 ], [ -7.200498782032502, 57.432498100740844 ], [ -7.20058736891868, 57.432710393312995 ], [ -7.202550337738308, 57.432435701714255 ], [ -7.203188766045674, 57.4328186967088 ], [ -7.202597989135952, 57.433005118200633 ], [ -7.203381868221217, 57.433413586257913 ], [ -7.203404691370435, 57.433867053240853 ], [ -7.204477056252804, 57.433899143595347 ], [ -7.204844427953354, 57.434194372670966 ], [ -7.204647836214307, 57.434571441242404 ], [ -7.202758217381849, 57.434600174657447 ], [ -7.202575202764532, 57.434369295773429 ], [ -7.201600352366607, 57.434553610667834 ], [ -7.201130651594356, 57.43500496135119 ], [ -7.199845946169249, 57.43465319000493 ] ] ], [ [ [ -7.24867420331864, 57.433141220465963 ], [ -7.248817527930835, 57.432919270840173 ], [ -7.250545686869625, 57.432986570659423 ], [ -7.2494218707333, 57.433177486617453 ], [ -7.24867420331864, 57.433141220465963 ] ] ], [ [ [ -7.210310026770653, 57.43660444426267 ], [ -7.209291926428647, 57.435782802832826 ], [ -7.211370398389022, 57.43614206841854 ], [ -7.210982500124478, 57.436230135251044 ], [ -7.211656823180637, 57.436454132670221 ], [ -7.210310026770653, 57.43660444426267 ] ] ], [ [ [ -7.253788656688185, 57.435235679876641 ], [ -7.254086434262242, 57.435101752797799 ], [ -7.255435026977277, 57.435081369543234 ], [ -7.254552377001589, 57.43532523705538 ], [ -7.253788656688185, 57.435235679876641 ] ] ], [ [ [ -7.257101961644663, 57.436172480345718 ], [ -7.256396956759548, 57.435563064770967 ], [ -7.25785222359055, 57.435646178029344 ], [ -7.257794654431493, 57.436058021604232 ], [ -7.257101961644663, 57.436172480345718 ] ] ], [ [ [ -7.248014680104831, 57.436741172429031 ], [ -7.249062046459625, 57.436539966625659 ], [ -7.248929736658867, 57.436954924612785 ], [ -7.248415599378768, 57.437034882685715 ], [ -7.248014680104831, 57.436741172429031 ] ] ], [ [ [ -7.251740555556461, 57.437471919607297 ], [ -7.251813782477262, 57.436703983827385 ], [ -7.252926552394158, 57.43684195763629 ], [ -7.252389494917293, 57.437575284900419 ], [ -7.251740555556461, 57.437471919607297 ] ] ], [ [ [ -7.226399896197387, 57.43850555144936 ], [ -7.226469914801704, 57.438003229658328 ], [ -7.225492507691079, 57.43805286128751 ], [ -7.225249595623775, 57.438629856732042 ], [ -7.223619970793574, 57.438085694002588 ], [ -7.221344215627597, 57.438157743038374 ], [ -7.220455419074577, 57.437834722115817 ], [ -7.22090132734343, 57.4375102592997 ], [ -7.220283710327924, 57.437274956501987 ], [ -7.221210704351526, 57.437222959844391 ], [ -7.221563472849246, 57.437005844014067 ], [ -7.221042840320486, 57.436807009091524 ], [ -7.221493224574551, 57.436630830780892 ], [ -7.223610595055704, 57.436268412031673 ], [ -7.225160902305415, 57.436374949104589 ], [ -7.224973444356472, 57.436756173910766 ], [ -7.227673912082457, 57.436445934157383 ], [ -7.227660667697337, 57.436878408097172 ], [ -7.229358282733888, 57.436731311851659 ], [ -7.228968642633586, 57.437156947923484 ], [ -7.23075590901186, 57.437752972340789 ], [ -7.229607664357911, 57.438124689273309 ], [ -7.229605912657321, 57.438520692198935 ], [ -7.228509844295054, 57.43861577629378 ], [ -7.226399896197387, 57.43850555144936 ] ] ], [ [ [ -7.259099222359667, 57.438109117113093 ], [ -7.258783212993244, 57.437942365937083 ], [ -7.258464983552274, 57.438050163797982 ], [ -7.258680403735594, 57.437865679622327 ], [ -7.258127678753313, 57.437677334448161 ], [ -7.258817752067079, 57.437486492258515 ], [ -7.258699724263757, 57.436956013960852 ], [ -7.259485296882927, 57.437139113332144 ], [ -7.260263931357958, 57.4368680691327 ], [ -7.261571790626726, 57.437375744468874 ], [ -7.260134115295577, 57.43764738088278 ], [ -7.260583687076617, 57.437988511298677 ], [ -7.259089787785634, 57.437695576671494 ], [ -7.259099222359667, 57.438109117113093 ] ] ], [ [ [ -7.249106926343193, 57.438130832234954 ], [ -7.249023439856812, 57.437549414010846 ], [ -7.249706526656284, 57.438006809178148 ], [ -7.250133128434685, 57.437782026264522 ], [ -7.250290748341402, 57.438472829616202 ], [ -7.249570645810795, 57.438687373703289 ], [ -7.248921474138365, 57.438350041509992 ], [ -7.249106926343193, 57.438130832234954 ] ] ], [ [ [ -7.224297661248131, 57.440959508512996 ], [ -7.223754570604917, 57.440545655422312 ], [ -7.225195381549906, 57.4408772067735 ], [ -7.224297661248131, 57.440959508512996 ] ] ], [ [ [ -7.248749847526126, 57.439711486089301 ], [ -7.249813994355797, 57.439626556321862 ], [ -7.249196717407193, 57.439976280596632 ], [ -7.248749847526126, 57.439711486089301 ] ] ], [ [ [ -7.228365170223148, 57.442387624853644 ], [ -7.228500929705171, 57.441995047421614 ], [ -7.227316131585006, 57.442287274158048 ], [ -7.225704747166825, 57.441521914874095 ], [ -7.229191058298206, 57.441336454611303 ], [ -7.229677980388924, 57.441532161527917 ], [ -7.229341168880254, 57.441744137295743 ], [ -7.230266415115177, 57.441854120361455 ], [ -7.230041991762204, 57.442268385646351 ], [ -7.228365170223148, 57.442387624853644 ] ] ], [ [ [ -7.22406448759584, 57.442305457095763 ], [ -7.224699312043977, 57.44207661228338 ], [ -7.225847274529451, 57.442285352275412 ], [ -7.225174176202853, 57.442538289721149 ], [ -7.22439951367331, 57.44243100973874 ], [ -7.22406448759584, 57.442305457095763 ] ] ], [ [ [ -7.232931969255551, 57.442521557846462 ], [ -7.233065178137967, 57.442228063179613 ], [ -7.233732056950323, 57.442398267255207 ], [ -7.233462261393168, 57.442611963698255 ], [ -7.232931969255551, 57.442521557846462 ] ] ], [ [ [ -7.259042366203573, 57.441193512786199 ], [ -7.259898455830976, 57.441054211673304 ], [ -7.259949944824404, 57.441412001069594 ], [ -7.259331235974147, 57.441577365651135 ], [ -7.259042366203573, 57.441193512786199 ] ] ], [ [ [ -7.228031673319637, 57.442972892451401 ], [ -7.228870611854295, 57.442596062541163 ], [ -7.229908932411058, 57.442971297979724 ], [ -7.228350768332382, 57.44310359672977 ], [ -7.228031673319637, 57.442972892451401 ] ] ], [ [ [ -7.231630086632468, 57.443453088044969 ], [ -7.230221582713335, 57.442940294337077 ], [ -7.232222622518657, 57.442929016264991 ], [ -7.23275941086998, 57.443239616316397 ], [ -7.231630086632468, 57.443453088044969 ] ] ], [ [ [ -7.262660791238656, 57.442679831433566 ], [ -7.263212190209963, 57.442278805336379 ], [ -7.262844683871796, 57.441812765566908 ], [ -7.263306432639125, 57.44165845446669 ], [ -7.265303746810198, 57.442258709426113 ], [ -7.264719032601121, 57.442544158405703 ], [ -7.263772424343466, 57.442286843687924 ], [ -7.264110554810142, 57.442722616073823 ], [ -7.263413093313756, 57.442688829517905 ], [ -7.262660791238656, 57.442679831433566 ] ] ], [ [ [ -7.260670894548325, 57.442884599123659 ], [ -7.260594712297546, 57.442181397088113 ], [ -7.262041015344576, 57.443011728048859 ], [ -7.261180382641261, 57.443119737860485 ], [ -7.260670894548325, 57.442884599123659 ] ] ], [ [ [ -7.256426173390699, 57.443251124269963 ], [ -7.257688760964253, 57.443094842297334 ], [ -7.257333283542802, 57.443582134169631 ], [ -7.256426173390699, 57.443251124269963 ] ] ], [ [ [ -7.245188030383632, 57.444602365187365 ], [ -7.246455649290848, 57.444248021445212 ], [ -7.246893085463523, 57.444621200946408 ], [ -7.246004421222182, 57.444883249143786 ], [ -7.245188030383632, 57.444602365187365 ] ] ], [ [ [ -7.208668305270077, 57.445868724192046 ], [ -7.209159686720223, 57.445803374503861 ], [ -7.209224834752521, 57.445382254996581 ], [ -7.209998212363435, 57.445773128460573 ], [ -7.210534263641266, 57.445669929027133 ], [ -7.210822036217901, 57.445990939201181 ], [ -7.210239999963374, 57.44641548475952 ], [ -7.211010864426617, 57.446729971415145 ], [ -7.209266825674131, 57.446320835916488 ], [ -7.208668305270077, 57.445868724192046 ] ] ], [ [ [ -7.240764743681636, 57.44564618800905 ], [ -7.238331326516849, 57.445320175678603 ], [ -7.238134608953659, 57.445053918972988 ], [ -7.238817354417682, 57.444984977469538 ], [ -7.239759502724024, 57.445386639230307 ], [ -7.240192747218242, 57.445323589477788 ], [ -7.239872786408039, 57.444954490394103 ], [ -7.24031945140288, 57.444926874614247 ], [ -7.241952919412276, 57.445610150294421 ], [ -7.240764743681636, 57.44564618800905 ] ] ], [ [ [ -7.202951213077523, 57.447738626463256 ], [ -7.203307375105837, 57.447543922392107 ], [ -7.204143909726076, 57.447968210759576 ], [ -7.205027795808434, 57.447963116505406 ], [ -7.205110066219709, 57.44818916623673 ], [ -7.2039764079792, 57.44858522521853 ], [ -7.206479458363749, 57.448955809122793 ], [ -7.20500454337661, 57.449088861388425 ], [ -7.203871106964307, 57.449041295728392 ], [ -7.203303295830573, 57.448394425651976 ], [ -7.203880937263414, 57.448114068976537 ], [ -7.202951213077523, 57.447738626463256 ] ] ], [ [ [ -7.218801752212868, 57.44857542048905 ], [ -7.21800519903303, 57.447731143327687 ], [ -7.220184609272785, 57.447973613092344 ], [ -7.220231271416004, 57.448417094063025 ], [ -7.218801752212868, 57.44857542048905 ] ] ], [ [ [ -7.214418663154456, 57.449207192069153 ], [ -7.212814876525352, 57.448670808223632 ], [ -7.211479128515307, 57.448784670078382 ], [ -7.211368104886831, 57.448474331483439 ], [ -7.209534637393082, 57.448023912826685 ], [ -7.20945873851629, 57.447667126194958 ], [ -7.211305630354135, 57.447568092991816 ], [ -7.209864675788122, 57.447177895884785 ], [ -7.209774089563751, 57.446893704307705 ], [ -7.212443511037606, 57.447237477611104 ], [ -7.212813002052161, 57.447487608737937 ], [ -7.211954651641759, 57.447613176649206 ], [ -7.213282690747521, 57.447796572468697 ], [ -7.213349056796106, 57.448027776663018 ], [ -7.215274447963667, 57.447893936128807 ], [ -7.217349214152807, 57.448397248026978 ], [ -7.217670904782119, 57.448838314523293 ], [ -7.217101653253922, 57.449059899714157 ], [ -7.215534866511679, 57.448899944055597 ], [ -7.214418663154456, 57.449207192069153 ] ] ], [ [ [ -7.184716324901578, 57.451029357524824 ], [ -7.184207737497739, 57.450915355446789 ], [ -7.18366640469068, 57.451041151737336 ], [ -7.183383851930717, 57.45081434937682 ], [ -7.184074678277796, 57.450506927342552 ], [ -7.185145482388102, 57.450701225298609 ], [ -7.184716324901578, 57.451029357524824 ] ] ], [ [ [ -7.186692840055378, 57.451195291872651 ], [ -7.186331781836905, 57.450944739515187 ], [ -7.186726795096769, 57.451022926452538 ], [ -7.186630158473521, 57.450518517382022 ], [ -7.187908960210403, 57.450825687263496 ], [ -7.188061322540007, 57.451075848216327 ], [ -7.187631762467191, 57.451107068527605 ], [ -7.188464638034461, 57.451153687255314 ], [ -7.188067425702893, 57.45147151521509 ], [ -7.186692840055378, 57.451195291872651 ] ] ], [ [ [ -7.180395077366739, 57.451396423871209 ], [ -7.178767914859232, 57.450338688176934 ], [ -7.180216617242137, 57.45043198047852 ], [ -7.181741390764748, 57.451120496121455 ], [ -7.181307445043951, 57.451768246184834 ], [ -7.180395077366739, 57.451396423871209 ] ] ], [ [ [ -7.190195541091739, 57.451176732743036 ], [ -7.189785310851374, 57.450932718510806 ], [ -7.191140953229407, 57.45089925339775 ], [ -7.19023736104148, 57.451647410338893 ], [ -7.189862856125621, 57.451419917898619 ], [ -7.190195541091739, 57.451176732743036 ] ] ], [ [ [ -7.184435927488985, 57.451288367687916 ], [ -7.185146475874112, 57.451061109826114 ], [ -7.186272209476668, 57.451230638202908 ], [ -7.186441113732551, 57.451538606542499 ], [ -7.187960579944124, 57.451835849813605 ], [ -7.187844205989252, 57.452133091228561 ], [ -7.185318904482216, 57.451746855899422 ], [ -7.184435927488985, 57.451288367687916 ] ] ], [ [ [ -7.189555127605106, 57.45348420019193 ], [ -7.189110412693101, 57.453232608286406 ], [ -7.190217130334172, 57.453326403670999 ], [ -7.189555127605106, 57.45348420019193 ] ] ], [ [ [ -7.223696525075447, 57.45280834953455 ], [ -7.223473012770151, 57.4523542189499 ], [ -7.222325505094544, 57.452676334306929 ], [ -7.221262133347436, 57.452536028835063 ], [ -7.221013087682418, 57.451902987838736 ], [ -7.224225484611601, 57.452246470773503 ], [ -7.224600275388885, 57.452707812042675 ], [ -7.223696525075447, 57.45280834953455 ] ] ], [ [ [ -7.21418127672295, 57.452397940598885 ], [ -7.215157169280052, 57.452276483221617 ], [ -7.216587524690182, 57.452590579799939 ], [ -7.216645642975207, 57.453056081649578 ], [ -7.215972280549384, 57.453250485037977 ], [ -7.21418127672295, 57.452397940598885 ] ] ], [ [ [ -7.224084646526505, 57.45301268487534 ], [ -7.225026689074443, 57.452888057521548 ], [ -7.225880847299095, 57.453374466503831 ], [ -7.224740260821968, 57.453394870388351 ], [ -7.224084646526505, 57.45301268487534 ] ] ], [ [ [ -7.226833811884035, 57.453442837106643 ], [ -7.226822189614433, 57.45306988706151 ], [ -7.228044571203962, 57.453329512565823 ], [ -7.228271253709987, 57.453572042370133 ], [ -7.22772746242521, 57.453621647353415 ], [ -7.226833811884035, 57.453442837106643 ] ] ], [ [ [ -7.191460920670865, 57.454737262010141 ], [ -7.192682258813116, 57.454286413829273 ], [ -7.193764566306861, 57.45473661540283 ], [ -7.193531992432531, 57.45515563882104 ], [ -7.192840057851646, 57.455161719311931 ], [ -7.191460920670865, 57.454737262010141 ] ] ], [ [ [ -7.233929420826647, 57.453332146612269 ], [ -7.233660289627927, 57.452560485559729 ], [ -7.235102843103085, 57.452725393303027 ], [ -7.235299218290442, 57.453455089164862 ], [ -7.234419536267882, 57.453199263813296 ], [ -7.234874807002388, 57.453522250874606 ], [ -7.234552558968044, 57.453661644757702 ], [ -7.233929420826647, 57.453332146612269 ] ] ], [ [ [ -7.203459184270952, 57.454529278569154 ], [ -7.203722235054935, 57.454266441963881 ], [ -7.204358565880338, 57.454456064819588 ], [ -7.204256973524744, 57.454856192619751 ], [ -7.202533488314409, 57.455062484831622 ], [ -7.201797597700416, 57.454818482754554 ], [ -7.202017880160029, 57.454606909610149 ], [ -7.203459184270952, 57.454529278569154 ] ] ], [ [ [ -7.22028544152291, 57.45522209685052 ], [ -7.220730298836807, 57.455005663933456 ], [ -7.221615675553065, 57.455243350745164 ], [ -7.220746312219141, 57.4552929463417 ], [ -7.22028544152291, 57.45522209685052 ] ] ], [ [ [ -7.182182174081626, 57.456582185023763 ], [ -7.182189454917952, 57.456280448027762 ], [ -7.183276868639992, 57.455884704150378 ], [ -7.184653328231674, 57.456408339959118 ], [ -7.184690020534189, 57.456019907417549 ], [ -7.185512167639604, 57.456048994447627 ], [ -7.185021323370919, 57.456825077620728 ], [ -7.183874143240986, 57.456917363776768 ], [ -7.182182174081626, 57.456582185023763 ] ] ], [ [ [ -7.218890111093502, 57.455271018236949 ], [ -7.219531589595877, 57.455145410810267 ], [ -7.220266342308012, 57.455497339408176 ], [ -7.219887850554735, 57.455652526273234 ], [ -7.218890111093502, 57.455271018236949 ] ] ], [ [ [ -7.193750990122304, 57.456226376296172 ], [ -7.194162409954163, 57.455597506017099 ], [ -7.195297921498818, 57.455717063893751 ], [ -7.195021263846785, 57.456236891798682 ], [ -7.195766825434036, 57.456255578595936 ], [ -7.196106258811208, 57.456587984031202 ], [ -7.195392379881945, 57.457026898192325 ], [ -7.194455358467595, 57.456894642075476 ], [ -7.193750990122304, 57.456226376296172 ] ] ], [ [ [ -7.200851498618824, 57.457026190823683 ], [ -7.200591328492471, 57.456254104888529 ], [ -7.203715103763973, 57.457029199385403 ], [ -7.201971675957803, 57.457389276558075 ], [ -7.200851498618824, 57.457026190823683 ] ] ], [ [ [ -7.18503983529401, 57.455191152758701 ], [ -7.184237361307829, 57.454535881958847 ], [ -7.186115712049021, 57.454773363075319 ], [ -7.187996810261176, 57.455676566677965 ], [ -7.187845920548562, 57.456024721603207 ], [ -7.188882681647922, 57.456800777771306 ], [ -7.188961024482837, 57.457058491683519 ], [ -7.188382652924262, 57.457100352328943 ], [ -7.189075026945023, 57.457449706498359 ], [ -7.189228232473214, 57.458410686718771 ], [ -7.187722719716108, 57.458742746833998 ], [ -7.186998576385685, 57.458169741660413 ], [ -7.185731630004822, 57.457889061984417 ], [ -7.185793252432969, 57.457441112928095 ], [ -7.18486001415919, 57.457394112030101 ], [ -7.186210581899007, 57.456794032450453 ], [ -7.185899349965849, 57.456424446846569 ], [ -7.186496851712167, 57.456399804729323 ], [ -7.186500129093529, 57.45542337090599 ], [ -7.18503983529401, 57.455191152758701 ] ] ], [ [ [ -7.189279723539992, 57.45777419162679 ], [ -7.19020015214396, 57.456908374859985 ], [ -7.189785826155122, 57.455989665836618 ], [ -7.191292970703382, 57.455904960098394 ], [ -7.191666611637581, 57.455538605675564 ], [ -7.192151627622492, 57.455721039266898 ], [ -7.191333013647108, 57.456186749462404 ], [ -7.192717458222868, 57.456354542118305 ], [ -7.192475827444831, 57.456944902427182 ], [ -7.192909637512504, 57.457412890759002 ], [ -7.191348900053137, 57.457355856154521 ], [ -7.192870323867971, 57.458075880604 ], [ -7.190262513624042, 57.459227327898631 ], [ -7.189700528412603, 57.45856216172249 ], [ -7.189986212566184, 57.458046474424087 ], [ -7.189279723539992, 57.45777419162679 ] ] ], [ [ [ -7.19442257915733, 57.461008169559861 ], [ -7.194460411257987, 57.460687171131369 ], [ -7.19319516683283, 57.460536966624709 ], [ -7.192904245378364, 57.46019355172966 ], [ -7.193900546551531, 57.459450548833161 ], [ -7.19388374986805, 57.458627908350273 ], [ -7.19434976767135, 57.458617658261147 ], [ -7.194000278996988, 57.457979724912285 ], [ -7.194664099090038, 57.458127769986525 ], [ -7.194715405027882, 57.45766674274288 ], [ -7.195266102398538, 57.458075906118282 ], [ -7.1963814158205, 57.45787685439128 ], [ -7.197019394302214, 57.458723316092637 ], [ -7.196471969673019, 57.459452297236631 ], [ -7.196950166772925, 57.459351552393599 ], [ -7.197461379142199, 57.459658859683394 ], [ -7.197266851396384, 57.460697194168304 ], [ -7.196533979614127, 57.460650995061556 ], [ -7.196676183330958, 57.461005047062024 ], [ -7.19538778668691, 57.461161759561008 ], [ -7.19442257915733, 57.461008169559861 ] ] ], [ [ [ -7.232704570974912, 57.459407571127947 ], [ -7.228955529054033, 57.458236254764536 ], [ -7.229102265602941, 57.458036687345903 ], [ -7.2299801098292, 57.458279130722843 ], [ -7.230459418463969, 57.458070228381182 ], [ -7.229353703589425, 57.457868759257536 ], [ -7.22963251816982, 57.457542219964111 ], [ -7.229080862722649, 57.457245717957392 ], [ -7.22553146250165, 57.456533921167669 ], [ -7.222669536644226, 57.455316562481123 ], [ -7.223043521485079, 57.455071570391084 ], [ -7.221973018013709, 57.45476509574106 ], [ -7.221778190592742, 57.454102808877849 ], [ -7.22401800678699, 57.454356211041585 ], [ -7.222182190448765, 57.453951055507765 ], [ -7.222282985518712, 57.453721910269678 ], [ -7.22326663230267, 57.45394650515032 ], [ -7.223687139441163, 57.453501613985004 ], [ -7.225879703826446, 57.453774942106875 ], [ -7.225338371602119, 57.453549983776909 ], [ -7.226115773821867, 57.453499678214143 ], [ -7.227291157544709, 57.454364156928371 ], [ -7.229552841288694, 57.45488650474578 ], [ -7.230847165972941, 57.455939472426792 ], [ -7.231734519903562, 57.456132015685426 ], [ -7.232742785156025, 57.456818933917425 ], [ -7.232311403225228, 57.457070843595837 ], [ -7.233542094232747, 57.457037625082933 ], [ -7.233181040083478, 57.457489075383755 ], [ -7.232303805778321, 57.457192638424829 ], [ -7.231794005678191, 57.457654772716722 ], [ -7.230715195655619, 57.457641162973452 ], [ -7.231300789754267, 57.458116214688516 ], [ -7.230968324145726, 57.458359504829644 ], [ -7.231884565984519, 57.458753311220178 ], [ -7.234408736293348, 57.458891223663848 ], [ -7.233971328880601, 57.459800275037779 ], [ -7.232704570974912, 57.459407571127947 ] ] ], [ [ [ -7.206666954556963, 57.469024075296915 ], [ -7.205517909372316, 57.468566834922719 ], [ -7.207296224129687, 57.468752371115642 ], [ -7.206970614609437, 57.468448212910829 ], [ -7.208263649103095, 57.468533248142535 ], [ -7.20910655271341, 57.468260785986622 ], [ -7.208956521510466, 57.46802854540578 ], [ -7.210642237902482, 57.468197172937373 ], [ -7.21088331871409, 57.468751377577647 ], [ -7.212554001721272, 57.4695279884846 ], [ -7.211331897118182, 57.470314691339368 ], [ -7.208363514515387, 57.469596307873857 ], [ -7.208492700446183, 57.469015068650172 ], [ -7.206666954556963, 57.469024075296915 ] ] ], [ [ [ -7.214274635602689, 57.47198699147944 ], [ -7.212716193289106, 57.471389313504318 ], [ -7.214638355553512, 57.471481504685073 ], [ -7.214274635602689, 57.47198699147944 ] ] ], [ [ [ -7.259272145152252, 57.469774211720704 ], [ -7.260640266746877, 57.469358849316436 ], [ -7.261276627928052, 57.470506546574761 ], [ -7.260640424272895, 57.470843610469494 ], [ -7.25906228676848, 57.470253613094059 ], [ -7.259272145152252, 57.469774211720704 ] ] ], [ [ [ -7.206042479867278, 57.473768611951215 ], [ -7.207879225050681, 57.473507213295512 ], [ -7.208848237660957, 57.473930499973569 ], [ -7.207669798225505, 57.474134964996416 ], [ -7.206042479867278, 57.473768611951215 ] ] ], [ [ [ -7.202586106057641, 57.474069088534321 ], [ -7.203643742647291, 57.473872368980373 ], [ -7.205337339867714, 57.474211714560951 ], [ -7.205189715518873, 57.474699230115093 ], [ -7.202586106057641, 57.474069088534321 ] ] ], [ [ [ -7.205273366978322, 57.474758756243254 ], [ -7.206051943376863, 57.474420593968681 ], [ -7.207270924724931, 57.474874938891823 ], [ -7.2069838782789, 57.475110878447083 ], [ -7.206300299402455, 57.474873724995675 ], [ -7.205273366978322, 57.474758756243254 ] ] ], [ [ [ -7.191251606106735, 57.476053571055552 ], [ -7.190926086822166, 57.475702578801339 ], [ -7.192321325198656, 57.476175886363393 ], [ -7.191923985983449, 57.476318261322241 ], [ -7.191251606106735, 57.476053571055552 ] ] ], [ [ [ -7.198830368456146, 57.477193783620478 ], [ -7.198884798165728, 57.476813609114913 ], [ -7.199462683808566, 57.477176647343001 ], [ -7.198830368456146, 57.477193783620478 ] ] ], [ [ [ -7.199014821288707, 57.477550587935141 ], [ -7.197954665784971, 57.477319954443132 ], [ -7.198922275872034, 57.477369949431719 ], [ -7.199014821288707, 57.477550587935141 ] ] ], [ [ [ -7.231436027040517, 57.475612504508504 ], [ -7.231217911885207, 57.474964691857835 ], [ -7.232594832018211, 57.474956910420765 ], [ -7.232322591303812, 57.474630794752791 ], [ -7.232798216021663, 57.47433655680512 ], [ -7.236040767854827, 57.474642540422799 ], [ -7.235716604207554, 57.47506096404323 ], [ -7.234725932284442, 57.474850240908829 ], [ -7.23409574623945, 57.475114924390091 ], [ -7.236486565315917, 57.475654303682354 ], [ -7.236217949234102, 57.476052419113415 ], [ -7.234048218916201, 57.476391079521235 ], [ -7.233006819865187, 57.476199549972478 ], [ -7.231436027040517, 57.475612504508504 ] ] ], [ [ [ -7.163495021079612, 57.479449968999816 ], [ -7.164000849656896, 57.479010799168883 ], [ -7.16372340801002, 57.478702758624735 ], [ -7.164776113711082, 57.478646046467958 ], [ -7.165203941114934, 57.478246065562892 ], [ -7.164501429784248, 57.478180429232928 ], [ -7.164861407129763, 57.477891211027519 ], [ -7.166160667610663, 57.477806367574594 ], [ -7.166383941289098, 57.478026647542947 ], [ -7.165619916512679, 57.478116510010494 ], [ -7.166311518391832, 57.478223079207972 ], [ -7.167153064637267, 57.478975842367674 ], [ -7.167993525867616, 57.479071789387021 ], [ -7.168127232605691, 57.479426217565695 ], [ -7.166785541250368, 57.479176296856139 ], [ -7.166544386924535, 57.479455241895998 ], [ -7.164524276493268, 57.479758641214261 ], [ -7.163495021079612, 57.479449968999816 ] ] ], [ [ [ -7.225688951145507, 57.477985811332054 ], [ -7.224688026205885, 57.477376806595949 ], [ -7.225977208530861, 57.477502320883431 ], [ -7.226954017488545, 57.478117717082384 ], [ -7.225688951145507, 57.477985811332054 ] ] ], [ [ [ -7.255975367684041, 57.477129777206052 ], [ -7.255312403642431, 57.476899219271665 ], [ -7.255960116238695, 57.476873055624175 ], [ -7.256511731069245, 57.477130759979758 ], [ -7.255975367684041, 57.477129777206052 ] ] ], [ [ [ -7.19605518251207, 57.47988823090224 ], [ -7.195661883334847, 57.479519352782269 ], [ -7.196201840249868, 57.479592431201809 ], [ -7.19605518251207, 57.47988823090224 ] ] ], [ [ [ -7.195158568065478, 57.480044038348346 ], [ -7.194938006018749, 57.479644629060232 ], [ -7.195350003969312, 57.479898460025943 ], [ -7.195158568065478, 57.480044038348346 ] ] ], [ [ [ -7.193738730028056, 57.480103566007159 ], [ -7.192986448797448, 57.479547941441453 ], [ -7.19306090212187, 57.479836408897491 ], [ -7.192168863848025, 57.479777849303908 ], [ -7.191839285427756, 57.478611791720873 ], [ -7.192812112709845, 57.479473254612806 ], [ -7.192725125310984, 57.478979246239312 ], [ -7.193953374726744, 57.479287566933351 ], [ -7.192813216442281, 57.478600385949846 ], [ -7.193331414033826, 57.478473715055934 ], [ -7.194211154369105, 57.478798219903354 ], [ -7.194203545825262, 57.479977296255015 ], [ -7.193738730028056, 57.480103566007159 ] ] ], [ [ [ -7.200294269143696, 57.479496206703679 ], [ -7.200385135854762, 57.478984950596669 ], [ -7.202473709189674, 57.479222527716971 ], [ -7.202775182765198, 57.479743654851944 ], [ -7.201476460174986, 57.479867547744512 ], [ -7.200294269143696, 57.479496206703679 ] ] ], [ [ [ -7.196023856735487, 57.479949812716121 ], [ -7.197038496361229, 57.479813418190716 ], [ -7.196373275583152, 57.480186429336371 ], [ -7.196023856735487, 57.479949812716121 ] ] ], [ [ [ -7.408788034708585, 57.474084898944383 ], [ -7.407760520541469, 57.473576518156584 ], [ -7.406610790185386, 57.47383294207485 ], [ -7.405978061776893, 57.47341826782931 ], [ -7.40694390940162, 57.4732399519214 ], [ -7.408239607404709, 57.47343892189636 ], [ -7.408956834824697, 57.473127289908803 ], [ -7.409724593300137, 57.473945619441061 ], [ -7.408788034708585, 57.474084898944383 ] ] ], [ [ [ -7.261487981750467, 57.479922834761915 ], [ -7.262671370034244, 57.479799541951927 ], [ -7.262590566691697, 57.480397730125212 ], [ -7.261588028687124, 57.480222802508486 ], [ -7.261487981750467, 57.479922834761915 ] ] ], [ [ [ -7.199694207645864, 57.484102003663907 ], [ -7.195439176881886, 57.482402573240087 ], [ -7.19334244715781, 57.480852378183229 ], [ -7.19537610609234, 57.481196720870777 ], [ -7.194983252358655, 57.480678452127066 ], [ -7.197774052934302, 57.480509183354499 ], [ -7.201004342630537, 57.480985751427419 ], [ -7.202529367798539, 57.482273326927974 ], [ -7.201372011459568, 57.482733302863323 ], [ -7.200706551284825, 57.482624041850656 ], [ -7.201079495090641, 57.48299014847646 ], [ -7.200326348690491, 57.483004186874311 ], [ -7.200834119604353, 57.48365986258942 ], [ -7.199694207645864, 57.484102003663907 ] ] ], [ [ [ -7.195235648900643, 57.483812896416524 ], [ -7.195280755701468, 57.483519492334437 ], [ -7.197361139970341, 57.484049939803619 ], [ -7.196490339136179, 57.484270374777253 ], [ -7.195562379465002, 57.484288905052054 ], [ -7.19586816232135, 57.483901951614442 ], [ -7.195235648900643, 57.483812896416524 ] ] ], [ [ [ -7.259681571238951, 57.481716209716666 ], [ -7.258461630263125, 57.481180505030117 ], [ -7.261383540205945, 57.481573946074036 ], [ -7.262468954759098, 57.481419659793424 ], [ -7.262453702618743, 57.481754145952578 ], [ -7.261405218437037, 57.481828599439751 ], [ -7.259681571238951, 57.481716209716666 ] ] ], [ [ [ -7.262578803065732, 57.482146650578528 ], [ -7.262922613588848, 57.482074675692857 ], [ -7.263525643178728, 57.482282508671211 ], [ -7.262578803065732, 57.482146650578528 ] ] ], [ [ [ -7.273304405169717, 57.482074526614127 ], [ -7.272458503541742, 57.481654652383085 ], [ -7.273280563682834, 57.481493312286283 ], [ -7.272205717234727, 57.481130727061682 ], [ -7.271571961173397, 57.481369656220899 ], [ -7.271153128756121, 57.48085268767327 ], [ -7.270586482249223, 57.481278671142441 ], [ -7.266713361582045, 57.480244976051786 ], [ -7.267117548990782, 57.479989588597718 ], [ -7.265771839948973, 57.479786769720789 ], [ -7.264047341232166, 57.478382277077351 ], [ -7.264074046273488, 57.477756655837887 ], [ -7.263509903929592, 57.477991731244579 ], [ -7.262726694363073, 57.477680755843487 ], [ -7.262380341589638, 57.478198268342737 ], [ -7.262821844033275, 57.478132104167969 ], [ -7.263109761687918, 57.478495299275437 ], [ -7.262264273914649, 57.479165974358438 ], [ -7.262061159489977, 57.478788431510765 ], [ -7.261286566523395, 57.479000804739961 ], [ -7.261274267756843, 57.478498297740401 ], [ -7.26054823894933, 57.478920102011813 ], [ -7.259303706154473, 57.478665291849453 ], [ -7.259017901519257, 57.478328096464253 ], [ -7.258000225069514, 57.478349044017719 ], [ -7.258714031045097, 57.477239374651028 ], [ -7.258466927152385, 57.476683694697577 ], [ -7.260475084818905, 57.476917375767961 ], [ -7.259155348183572, 57.475734357768587 ], [ -7.259435104269059, 57.475357317761571 ], [ -7.258645739198575, 57.475258043147129 ], [ -7.259395268239949, 57.474872160112916 ], [ -7.25759733413203, 57.474322826147109 ], [ -7.257487619321259, 57.473908978645042 ], [ -7.256828123306295, 57.473968938700374 ], [ -7.256586078131566, 57.473645207853941 ], [ -7.257263546549476, 57.47282861775939 ], [ -7.258900978671678, 57.472670178200225 ], [ -7.26014443372399, 57.473533336895507 ], [ -7.25974420631764, 57.472587225654678 ], [ -7.260083793628612, 57.472080801210204 ], [ -7.262084295342037, 57.472124000364261 ], [ -7.263232096886168, 57.471848308573676 ], [ -7.264066584013738, 57.472110338916707 ], [ -7.264059794888329, 57.472549755375276 ], [ -7.26455087546507, 57.472549897779153 ], [ -7.264777509485619, 57.471249109661471 ], [ -7.267251075488549, 57.471584674578729 ], [ -7.267936864475367, 57.471302190504801 ], [ -7.268400476811965, 57.472061153406145 ], [ -7.270213817718268, 57.472311833016867 ], [ -7.27021158530609, 57.472921135208388 ], [ -7.269636255802596, 57.472707677308968 ], [ -7.270432524782554, 57.4749257753557 ], [ -7.270374575748876, 57.476641546701856 ], [ -7.271695877366469, 57.476109246658602 ], [ -7.272354389160447, 57.47637770130298 ], [ -7.273575632574486, 57.477823882948393 ], [ -7.274331551082848, 57.477956863781934 ], [ -7.273835455664849, 57.478130642451674 ], [ -7.274836062407434, 57.478523321288222 ], [ -7.274735294002198, 57.47898198022061 ], [ -7.275328647158804, 57.479423228523359 ], [ -7.276429655686575, 57.479493131644602 ], [ -7.276894332649195, 57.480257424581183 ], [ -7.276483896448672, 57.480480711992584 ], [ -7.277082237825499, 57.480540199383839 ], [ -7.277473188019211, 57.479708515926312 ], [ -7.278168952011161, 57.480314630692831 ], [ -7.279986835307219, 57.480142950931217 ], [ -7.279970044216082, 57.480800561500395 ], [ -7.280813552312282, 57.481272679815987 ], [ -7.28032726775987, 57.481849214145456 ], [ -7.279637004900635, 57.481766603570335 ], [ -7.279041461470057, 57.482061559223922 ], [ -7.277490879957528, 57.481529109235666 ], [ -7.275627410116967, 57.481686465094903 ], [ -7.275978268245719, 57.482010100224514 ], [ -7.275085331000433, 57.481889172139937 ], [ -7.274709235753173, 57.482338679414589 ], [ -7.273152771725923, 57.482308549395007 ], [ -7.273304405169717, 57.482074526614127 ] ] ], [ [ [ -7.261045212174297, 57.482970280236422 ], [ -7.2599589253806, 57.482597272280138 ], [ -7.261152527374311, 57.482590550714185 ], [ -7.261861728045696, 57.482897435040613 ], [ -7.261045212174297, 57.482970280236422 ] ] ], [ [ [ -7.26749031857657, 57.483532937977643 ], [ -7.265247069096313, 57.48198550243746 ], [ -7.268571530020686, 57.48295583975991 ], [ -7.268070148010817, 57.481994186899946 ], [ -7.268618347121082, 57.48282879786148 ], [ -7.270129619074704, 57.483749044413507 ], [ -7.269716278565931, 57.483883342752229 ], [ -7.26749031857657, 57.483532937977643 ] ] ], [ [ [ -7.158017776030276, 57.490692669304032 ], [ -7.157042874927569, 57.490179255879383 ], [ -7.160181190149894, 57.490275538209055 ], [ -7.159208722304962, 57.490724824129842 ], [ -7.158017776030276, 57.490692669304032 ] ] ], [ [ [ -7.159021002395274, 57.492410642237495 ], [ -7.15931836607573, 57.491795585816909 ], [ -7.159884673351511, 57.491664388385786 ], [ -7.158093234457566, 57.491521887556758 ], [ -7.157804990589694, 57.491137793102176 ], [ -7.160026882897699, 57.490956714559765 ], [ -7.161174110257958, 57.490266306345958 ], [ -7.162598022158288, 57.489996437793693 ], [ -7.163861347764744, 57.490363003175311 ], [ -7.164014460094808, 57.491031569189474 ], [ -7.1602163195701, 57.49164628884175 ], [ -7.161201280129008, 57.491875830616685 ], [ -7.160630852136097, 57.492214156522877 ], [ -7.160898237173638, 57.492923028213482 ], [ -7.16019852954271, 57.492938227904247 ], [ -7.160166122886886, 57.492354688493926 ], [ -7.159536478537604, 57.49298337250579 ], [ -7.159021002395274, 57.492410642237495 ] ] ], [ [ [ -7.216239763292664, 57.492413576181278 ], [ -7.215154116147964, 57.491833197459059 ], [ -7.214703039463654, 57.492067852864466 ], [ -7.213129296697327, 57.491989095026923 ], [ -7.212844337129239, 57.492333838376823 ], [ -7.211972785688602, 57.491204665787457 ], [ -7.214061467837193, 57.491145120703493 ], [ -7.216194928675608, 57.49157409245224 ], [ -7.217279944248277, 57.492149989426984 ], [ -7.216239763292664, 57.492413576181278 ] ] ], [ [ [ -7.272503906879705, 57.489993608861695 ], [ -7.271353708341477, 57.489492889423325 ], [ -7.270766397392277, 57.489545392310013 ], [ -7.269286770328198, 57.488684112640108 ], [ -7.269051396492614, 57.488107259555228 ], [ -7.270632744461145, 57.488122906017679 ], [ -7.270614226019762, 57.487890616829752 ], [ -7.271290353388972, 57.487863188233426 ], [ -7.27035912286458, 57.487131019939561 ], [ -7.271588945067607, 57.486529673971951 ], [ -7.272593149695044, 57.48680704211246 ], [ -7.273779958507223, 57.48663671280466 ], [ -7.274268885437833, 57.48721012763675 ], [ -7.275547809826156, 57.487619034222725 ], [ -7.275087371717849, 57.488236753887037 ], [ -7.27402892810283, 57.488405312562548 ], [ -7.274564531026002, 57.488538534738382 ], [ -7.274359146706333, 57.488955685352565 ], [ -7.274797250598161, 57.489154185319535 ], [ -7.275837112276084, 57.488799227308782 ], [ -7.278206336898352, 57.488947311882605 ], [ -7.275421383671884, 57.490072876400404 ], [ -7.272503906879705, 57.489993608861695 ] ] ], [ [ [ -7.158008240260847, 57.494584678862104 ], [ -7.158191058350829, 57.494104791792893 ], [ -7.15929744156528, 57.494365364181149 ], [ -7.159014860607392, 57.494907830169517 ], [ -7.158668340427337, 57.494584612880921 ], [ -7.158008240260847, 57.494584678862104 ] ] ], [ [ [ -7.287991830246241, 57.490687076619466 ], [ -7.288156301646423, 57.490207728627574 ], [ -7.2895668186067, 57.490427392673332 ], [ -7.289327095396489, 57.490963899364509 ], [ -7.288686706637711, 57.490869338237623 ], [ -7.287991830246241, 57.490687076619466 ] ] ], [ [ [ -7.273758309659868, 57.491862247381654 ], [ -7.273714851250001, 57.491480725805339 ], [ -7.272363630207758, 57.491543657654617 ], [ -7.271449662538983, 57.491047435792559 ], [ -7.270368516001601, 57.491383387360841 ], [ -7.270470182411747, 57.491589696767988 ], [ -7.269626508492047, 57.491568345411039 ], [ -7.269330391734607, 57.491947892450042 ], [ -7.268364088324606, 57.491632913694382 ], [ -7.267994053745528, 57.490910520408015 ], [ -7.269278174012992, 57.491169897306825 ], [ -7.270888938341121, 57.490254751213364 ], [ -7.27437481506388, 57.49026613502776 ], [ -7.275615029398106, 57.491053711144723 ], [ -7.274254390792403, 57.491201646237521 ], [ -7.27485868575411, 57.49186740961612 ], [ -7.27558142770728, 57.49193069167184 ], [ -7.275387134717595, 57.492262791089239 ], [ -7.274821609000185, 57.49200394423201 ], [ -7.273758309659868, 57.491862247381654 ] ] ], [ [ [ -7.166139562596877, 57.497247440663628 ], [ -7.166435572987874, 57.496623423058445 ], [ -7.167443306074506, 57.496658527733359 ], [ -7.167855754236691, 57.496974516650148 ], [ -7.167730784490649, 57.497272084485495 ], [ -7.166858919509711, 57.497429359355969 ], [ -7.166139562596877, 57.497247440663628 ] ] ], [ [ [ -7.167051625806627, 57.497668892158117 ], [ -7.168168166965412, 57.497587048630805 ], [ -7.167860276867754, 57.49800910324953 ], [ -7.166919606376728, 57.497975746441938 ], [ -7.167051625806627, 57.497668892158117 ] ] ], [ [ [ -7.210186155653868, 57.495894779800643 ], [ -7.210101820601371, 57.495421363149546 ], [ -7.211103789614526, 57.495708308296201 ], [ -7.211395821996919, 57.496290100394063 ], [ -7.210186155653868, 57.495894779800643 ] ] ], [ [ [ -7.336110640419126, 57.491345956860471 ], [ -7.336792877846526, 57.490754575590579 ], [ -7.337024825305278, 57.491209087122947 ], [ -7.338249905717305, 57.491186805199447 ], [ -7.338499167959507, 57.490514796158756 ], [ -7.334461614254471, 57.490469192542506 ], [ -7.334448936584447, 57.490005379414555 ], [ -7.336571329716206, 57.489491507203468 ], [ -7.335827751558958, 57.489286373636624 ], [ -7.33567867375961, 57.488769851835698 ], [ -7.33255992863492, 57.488743711224522 ], [ -7.332629405979906, 57.488464495721566 ], [ -7.333149335543489, 57.48851174700404 ], [ -7.332937588903227, 57.488194958707858 ], [ -7.33373802601592, 57.488526383918455 ], [ -7.334620501607194, 57.488173097660571 ], [ -7.335291198087001, 57.488371429769657 ], [ -7.338149071426496, 57.488122401754133 ], [ -7.33915428341366, 57.487477703289194 ], [ -7.34045529032196, 57.487609657964562 ], [ -7.339609306563927, 57.488839748007621 ], [ -7.340548218432355, 57.489865382547649 ], [ -7.341981192829343, 57.48989363109002 ], [ -7.341840476973857, 57.49031356463086 ], [ -7.340299100088033, 57.490675076568429 ], [ -7.340265224364493, 57.491939085656021 ], [ -7.338496554038994, 57.492004253144771 ], [ -7.336835658314915, 57.491789452382569 ], [ -7.336110640419126, 57.491345956860471 ] ] ], [ [ [ -7.345113624053538, 57.483670875285078 ], [ -7.34211070276639, 57.48354287074293 ], [ -7.339425264460444, 57.485024752081955 ], [ -7.337684433125657, 57.485323610509901 ], [ -7.33526022320991, 57.484765923999028 ], [ -7.335129078997952, 57.485011760968014 ], [ -7.334242591627497, 57.484868475748115 ], [ -7.334732001490207, 57.484593047740383 ], [ -7.332986485265466, 57.484757053704051 ], [ -7.331939638976977, 57.484408173991909 ], [ -7.329948004619282, 57.484477281292932 ], [ -7.329955613757297, 57.483946016815544 ], [ -7.329503932468707, 57.483965154876962 ], [ -7.329898095786294, 57.483620889739093 ], [ -7.330432750856986, 57.483700822868549 ], [ -7.330391046882775, 57.483998657914597 ], [ -7.331309532315797, 57.483858043812205 ], [ -7.332428861648063, 57.484188557186037 ], [ -7.333022201090628, 57.483892531826967 ], [ -7.332717745010399, 57.48350138282099 ], [ -7.335096038879311, 57.483094564824647 ], [ -7.335236301515191, 57.482751151195899 ], [ -7.334703902696868, 57.483075200168379 ], [ -7.334811574035142, 57.482840258019721 ], [ -7.333566512203221, 57.482495299915499 ], [ -7.335132726549255, 57.482305591815454 ], [ -7.336682584115306, 57.481295843429137 ], [ -7.337112198481704, 57.480737671147146 ], [ -7.336563595101512, 57.480116615575987 ], [ -7.333047159753059, 57.480976685364602 ], [ -7.331012916214975, 57.480181014802596 ], [ -7.331251420315225, 57.480967319785172 ], [ -7.330774052969825, 57.481679576986608 ], [ -7.329617269585213, 57.481709698911473 ], [ -7.328874187168888, 57.481437915423605 ], [ -7.328331201603362, 57.480133564398109 ], [ -7.328814625933009, 57.479828715777778 ], [ -7.328233130006775, 57.479702166892686 ], [ -7.326975986630361, 57.479971391289837 ], [ -7.32684123243003, 57.480707817004848 ], [ -7.325924785568764, 57.480827615986321 ], [ -7.325597613695175, 57.480451812484027 ], [ -7.324297083406566, 57.481042309805872 ], [ -7.322353400889325, 57.480946389734228 ], [ -7.322094930288648, 57.479998936058387 ], [ -7.323439602666168, 57.478886452300976 ], [ -7.32134276802208, 57.480420414782806 ], [ -7.320693921012028, 57.480106802656863 ], [ -7.32038143090352, 57.48065635892015 ], [ -7.319801751281576, 57.4804046090741 ], [ -7.319603126238865, 57.479454620873398 ], [ -7.318614874221351, 57.479918463642704 ], [ -7.318357495225436, 57.48062856471013 ], [ -7.317710016634432, 57.480736930261493 ], [ -7.317752983425523, 57.481238154653091 ], [ -7.317428236327003, 57.480878427471431 ], [ -7.316051775913152, 57.48074223209737 ], [ -7.316579575321621, 57.480638033974074 ], [ -7.315671278625772, 57.480401055177033 ], [ -7.314603382739281, 57.481144497148627 ], [ -7.312810790186657, 57.480846769525684 ], [ -7.311814461364733, 57.480222929034028 ], [ -7.312364214540866, 57.479225129809151 ], [ -7.311300267200721, 57.479789297937103 ], [ -7.31001643777688, 57.47987589864313 ], [ -7.309179120385076, 57.479311018005497 ], [ -7.309315224524418, 57.480246556985698 ], [ -7.306827607273532, 57.48179765382541 ], [ -7.308249390105446, 57.482452173329072 ], [ -7.308207926625003, 57.483200830378799 ], [ -7.307573868874338, 57.483195189509658 ], [ -7.307394091027703, 57.483820097968909 ], [ -7.306744855783088, 57.484123754387014 ], [ -7.304964884256838, 57.483499621398153 ], [ -7.304867449362307, 57.485323300390696 ], [ -7.303595107756009, 57.485490335366592 ], [ -7.303127333696604, 57.485168999718688 ], [ -7.301668246390959, 57.485718239433034 ], [ -7.302037856607677, 57.484938659726396 ], [ -7.301644732289348, 57.484728457942985 ], [ -7.300464506221634, 57.485736569620236 ], [ -7.29954486229651, 57.485628634983165 ], [ -7.298742691331645, 57.486133964811643 ], [ -7.297298044083885, 57.485528894806869 ], [ -7.295435466744956, 57.485785490956381 ], [ -7.295374586158756, 57.485366009865771 ], [ -7.294220084908853, 57.484894472927259 ], [ -7.293173239220976, 57.482665431959973 ], [ -7.291940750455855, 57.483106935446223 ], [ -7.292683760397312, 57.483449125070031 ], [ -7.290535747910692, 57.484433062128048 ], [ -7.290658691864019, 57.484866131704962 ], [ -7.28976032532566, 57.48470863843653 ], [ -7.289529043046789, 57.484150541586793 ], [ -7.288481806090319, 57.484210770408389 ], [ -7.288776140504048, 57.483532487587702 ], [ -7.287354879396783, 57.483917089405637 ], [ -7.286610788157931, 57.483151973485697 ], [ -7.288926918786312, 57.483120303998263 ], [ -7.290967250013448, 57.483456544030126 ], [ -7.291842430678328, 57.482428963982109 ], [ -7.292903024696674, 57.482253859059945 ], [ -7.293367661946641, 57.482542965981054 ], [ -7.294649298260925, 57.482440433373924 ], [ -7.29455625264601, 57.481177318884676 ], [ -7.295897134176112, 57.480861706422623 ], [ -7.297435292935256, 57.481283772813541 ], [ -7.297282393824579, 57.480851969639282 ], [ -7.299000381439268, 57.480015607063699 ], [ -7.296521190210176, 57.48059156285094 ], [ -7.296931461312375, 57.479470132215887 ], [ -7.297769378682516, 57.479223371123688 ], [ -7.296509027493437, 57.478642932462172 ], [ -7.296173442694091, 57.477746383548514 ], [ -7.295313139528226, 57.478138057880692 ], [ -7.293778310023179, 57.478221561542249 ], [ -7.29474502126483, 57.478954768449185 ], [ -7.295403251627604, 57.478724585758762 ], [ -7.295053825104434, 57.479148741593598 ], [ -7.295413398893383, 57.479646536034082 ], [ -7.294843362538158, 57.480358041264445 ], [ -7.292886820217221, 57.480299104151456 ], [ -7.292778467931003, 57.480577226581588 ], [ -7.293672876529866, 57.48066197238456 ], [ -7.2932129330709, 57.481038580110265 ], [ -7.292243825184578, 57.480623118766204 ], [ -7.292015625669304, 57.479959610669468 ], [ -7.28917821864285, 57.479551625903092 ], [ -7.287803844437396, 57.478875111502823 ], [ -7.287361515264741, 57.479016088865947 ], [ -7.285206827989026, 57.478268860485613 ], [ -7.284654178279166, 57.478305578970705 ], [ -7.285218950317652, 57.478710189342543 ], [ -7.28436861873918, 57.479113964384041 ], [ -7.28410422039051, 57.478672435482743 ], [ -7.281812049303269, 57.479202445865283 ], [ -7.278750553303281, 57.478618265999984 ], [ -7.278344547695763, 57.478167371728844 ], [ -7.276944748895994, 57.47792554856818 ], [ -7.276581457114941, 57.477122808357166 ], [ -7.276971026093918, 57.476605238034502 ], [ -7.275859809269822, 57.476417887229431 ], [ -7.275920362113641, 57.475981610698646 ], [ -7.274231246261049, 57.474164528911857 ], [ -7.274445028178578, 57.473921598470525 ], [ -7.275541813156739, 57.474009679682752 ], [ -7.274248652577472, 57.473429507102544 ], [ -7.274616833873375, 57.473180101490549 ], [ -7.273748994494118, 57.472965430513476 ], [ -7.274309492588255, 57.472775451676988 ], [ -7.275174874663203, 57.472973124319715 ], [ -7.276008362066655, 57.472302856076197 ], [ -7.276509312095726, 57.472983738382119 ], [ -7.279542709803651, 57.472522590013298 ], [ -7.282213586631459, 57.473412003168917 ], [ -7.282527594532914, 57.472580830818053 ], [ -7.2812007365452, 57.471768176988689 ], [ -7.279701210562209, 57.471897725156232 ], [ -7.280020978344335, 57.471533351470192 ], [ -7.279371185809336, 57.471544431579474 ], [ -7.279414377287269, 57.471207866617988 ], [ -7.280288755638379, 57.470821109659674 ], [ -7.279512988652023, 57.470168875691627 ], [ -7.279735362380774, 57.469558426712538 ], [ -7.279234333609041, 57.469962804252731 ], [ -7.278336417173938, 57.469967197313132 ], [ -7.278492602450107, 57.469326233697416 ], [ -7.277237478238269, 57.468881278527498 ], [ -7.277993901657873, 57.468106243079546 ], [ -7.277357557566268, 57.468105951435362 ], [ -7.276540072547882, 57.466678865398592 ], [ -7.275968487401156, 57.466525572126038 ], [ -7.275448509894883, 57.4669028336072 ], [ -7.275605798928901, 57.466211435534795 ], [ -7.274397016931699, 57.466814657095441 ], [ -7.273305748566177, 57.466531968718051 ], [ -7.273576274926386, 57.46595370844755 ], [ -7.273182168230636, 57.465930640190464 ], [ -7.273123381375357, 57.466367740928845 ], [ -7.27250809502342, 57.466420534494965 ], [ -7.271779327028937, 57.467214172650749 ], [ -7.271026984368024, 57.467416682224432 ], [ -7.270459483840101, 57.468309736330589 ], [ -7.269252956778296, 57.467992248508246 ], [ -7.269102468118964, 57.467458634918465 ], [ -7.269858838613552, 57.467538525987955 ], [ -7.269298482260897, 57.466791721391985 ], [ -7.269603500562137, 57.465850280447114 ], [ -7.268240986308517, 57.465087589524387 ], [ -7.268684620511504, 57.464771148907218 ], [ -7.267859821100502, 57.464575336684142 ], [ -7.266752863663466, 57.463268307337287 ], [ -7.266896912919138, 57.465969062801094 ], [ -7.266391584937103, 57.465857945421902 ], [ -7.264542104927632, 57.466628275398314 ], [ -7.264091891370305, 57.466482446517773 ], [ -7.263441826620383, 57.467070268601397 ], [ -7.260452438476535, 57.466733717789289 ], [ -7.259304884977649, 57.465989837624143 ], [ -7.259002369996471, 57.46517641847106 ], [ -7.258314632952132, 57.465503029408175 ], [ -7.258859336712626, 57.465876190482405 ], [ -7.25816669101553, 57.466168810907412 ], [ -7.257415815914463, 57.465210360197922 ], [ -7.255893650405039, 57.465273985638916 ], [ -7.257107296699979, 57.466048426613803 ], [ -7.255145099353085, 57.467591801696251 ], [ -7.256186777486958, 57.468354541652019 ], [ -7.256121613607119, 57.468864784122445 ], [ -7.255307077150542, 57.469065296379625 ], [ -7.256015505478941, 57.470389975940705 ], [ -7.254951127882865, 57.470479445231561 ], [ -7.255864182702071, 57.471485125835308 ], [ -7.255283542477036, 57.471338416063389 ], [ -7.255247868748461, 57.471960807220619 ], [ -7.253620571118044, 57.472375234845323 ], [ -7.254109150659479, 57.472984724459103 ], [ -7.255302330068067, 57.47320933133188 ], [ -7.254391359897524, 57.473494851319579 ], [ -7.255370619891472, 57.474263808660247 ], [ -7.254397127124274, 57.475739749363157 ], [ -7.254427956398577, 57.476557329801956 ], [ -7.252008100427073, 57.47696794250087 ], [ -7.250145529047322, 57.476538181754144 ], [ -7.248535265587193, 57.476747559569105 ], [ -7.245828121104074, 57.47598493584367 ], [ -7.2442251015021, 57.476302837989721 ], [ -7.242609470760327, 57.476079536075723 ], [ -7.240227287700269, 57.474949611311018 ], [ -7.237151047747513, 57.474173389638544 ], [ -7.237905804862225, 57.47402048222694 ], [ -7.237242092869115, 57.473760169347074 ], [ -7.238433319458307, 57.474030008200991 ], [ -7.239292012637481, 57.473670298136526 ], [ -7.240495359718242, 57.473908118213693 ], [ -7.240901872908918, 57.474354601738391 ], [ -7.241649050212464, 57.47432346676591 ], [ -7.241494755775284, 57.474644843190774 ], [ -7.242059577772616, 57.474972245451589 ], [ -7.243807120894282, 57.475218848981349 ], [ -7.244255042946404, 57.474895125574854 ], [ -7.240498337364089, 57.473626342102293 ], [ -7.237755538013982, 57.471890507378347 ], [ -7.237341900152885, 57.471195954744097 ], [ -7.239026378199147, 57.4710628110996 ], [ -7.23924516522832, 57.470725253640559 ], [ -7.23831591009375, 57.4705344989436 ], [ -7.239006367923614, 57.469875847928677 ], [ -7.239944465339895, 57.469953747980995 ], [ -7.239838557251089, 57.469215786963105 ], [ -7.242329817120027, 57.469584391097946 ], [ -7.242341065134602, 57.470069840195407 ], [ -7.24293250640169, 57.470234154761918 ], [ -7.243932032548437, 57.469693068142604 ], [ -7.24106895844822, 57.469119527396018 ], [ -7.240331075248593, 57.468632862379536 ], [ -7.239599458734081, 57.468829815683144 ], [ -7.237480020108246, 57.470528817142053 ], [ -7.235977253664094, 57.469588060641868 ], [ -7.235238410031329, 57.467230632017895 ], [ -7.23554685355106, 57.466679685471931 ], [ -7.237056926611891, 57.466123697684047 ], [ -7.235511092026101, 57.465218927787312 ], [ -7.236947926061767, 57.464839658829639 ], [ -7.236891688856307, 57.464563948596265 ], [ -7.234190434602396, 57.465162319530918 ], [ -7.234488098008783, 57.465607950765062 ], [ -7.235487868610129, 57.465662617803176 ], [ -7.234686606787259, 57.465722966866821 ], [ -7.234676019503611, 57.466173329263086 ], [ -7.235247522087271, 57.466257521600227 ], [ -7.234454043349902, 57.466547004894323 ], [ -7.233515813275277, 57.466059643343058 ], [ -7.233316227750101, 57.466531367617982 ], [ -7.233908213729741, 57.466700198842211 ], [ -7.23337756751792, 57.466609800981146 ], [ -7.233703943663343, 57.466789685518435 ], [ -7.232546597435812, 57.467278765428013 ], [ -7.232983384201386, 57.468520371385928 ], [ -7.23450320003933, 57.468695584405474 ], [ -7.23407233623495, 57.468951974530633 ], [ -7.234367526277347, 57.469263633033925 ], [ -7.233591152861037, 57.469439916828776 ], [ -7.233812307771284, 57.470924452987461 ], [ -7.235621142945938, 57.471542048987175 ], [ -7.23458031945813, 57.472728171717065 ], [ -7.232076175077541, 57.471221646641567 ], [ -7.232918234054391, 57.470804182284688 ], [ -7.231088949714423, 57.471267209231065 ], [ -7.230875099921124, 57.470905368738968 ], [ -7.228882846601074, 57.470860432018419 ], [ -7.22734093207842, 57.470204654060097 ], [ -7.226464339986012, 57.470287875083748 ], [ -7.220945462437535, 57.468623834158016 ], [ -7.22057230329751, 57.468034635017091 ], [ -7.219315313022336, 57.467419128108105 ], [ -7.216634869615667, 57.466775376318132 ], [ -7.216496121449485, 57.466108056682337 ], [ -7.215783551460899, 57.466017932701106 ], [ -7.215683963516348, 57.466256019052643 ], [ -7.214191134950348, 57.465800516436211 ], [ -7.215166754396475, 57.465850047184929 ], [ -7.213335551118225, 57.465363574502483 ], [ -7.21364840742441, 57.465274119721165 ], [ -7.213018863344058, 57.4647243247693 ], [ -7.21140483367502, 57.464003866418388 ], [ -7.212267407989407, 57.463495709128523 ], [ -7.210595308489436, 57.463362537543411 ], [ -7.21007691143041, 57.463064575718526 ], [ -7.210801552172161, 57.462994060639154 ], [ -7.210527033292958, 57.462825469043729 ], [ -7.209877731423165, 57.462897360718934 ], [ -7.208132325333724, 57.462191304544341 ], [ -7.208807793356041, 57.462127336181027 ], [ -7.208509697464055, 57.461734760188307 ], [ -7.206374234608065, 57.461395768257319 ], [ -7.206277314516793, 57.460774401442428 ], [ -7.209584940178225, 57.460376473239421 ], [ -7.210526526041165, 57.461066324702934 ], [ -7.21142413015539, 57.461096617979024 ], [ -7.211085799006464, 57.460656224372279 ], [ -7.209487300353135, 57.460043082461191 ], [ -7.209570261578996, 57.460332089903304 ], [ -7.207550977433377, 57.460514705681227 ], [ -7.205087940659585, 57.460301736446937 ], [ -7.205030562758589, 57.460520069450908 ], [ -7.205640224914628, 57.460580317673056 ], [ -7.204892607186429, 57.460782229567478 ], [ -7.203165106714883, 57.460669252147937 ], [ -7.202427220774445, 57.460294859000882 ], [ -7.200958818971038, 57.460535561362981 ], [ -7.201322099723494, 57.460448550712691 ], [ -7.200702973858568, 57.460087232444288 ], [ -7.201219536620486, 57.459786923506293 ], [ -7.200519814570919, 57.459914842376961 ], [ -7.201066369065948, 57.459649286680531 ], [ -7.200487994391648, 57.459632714087739 ], [ -7.20050212802883, 57.459380179218854 ], [ -7.201696656073127, 57.459033832874482 ], [ -7.203127139560944, 57.459465058348428 ], [ -7.203057760076617, 57.458743570305494 ], [ -7.203798307560957, 57.458609447988593 ], [ -7.203018930592757, 57.458353753279724 ], [ -7.205257636543547, 57.458540052462091 ], [ -7.20496849150636, 57.458385552945764 ], [ -7.205403842068241, 57.458453016186851 ], [ -7.205462648194518, 57.458104148995126 ], [ -7.206273910283938, 57.458583465328388 ], [ -7.205522550085578, 57.4585830762 ], [ -7.208091883400134, 57.459273039528952 ], [ -7.206388921212836, 57.458043306998306 ], [ -7.208148921501152, 57.457740970578961 ], [ -7.209345785292623, 57.458172802977082 ], [ -7.209248785740208, 57.457902373638284 ], [ -7.210155248067465, 57.457936806238315 ], [ -7.210067823249358, 57.457616490115434 ], [ -7.212535679164821, 57.457887647086871 ], [ -7.212312275477768, 57.457258027989603 ], [ -7.20915677942238, 57.457526457526306 ], [ -7.206602919308183, 57.457260595973246 ], [ -7.206624583355002, 57.457471158227683 ], [ -7.205720034183444, 57.457508607375658 ], [ -7.205231145074264, 57.45712392351178 ], [ -7.20673892725993, 57.457043505295488 ], [ -7.206396207060434, 57.456688766559971 ], [ -7.204612082829951, 57.456587156346899 ], [ -7.203920250122435, 57.456125384109512 ], [ -7.204480105291157, 57.455953742734799 ], [ -7.204288029826704, 57.455718739480631 ], [ -7.205329013097934, 57.456229044812474 ], [ -7.20431491053845, 57.455438681146653 ], [ -7.204923932849963, 57.455143526109907 ], [ -7.206533624727141, 57.455778751266607 ], [ -7.20698177100721, 57.455526240011991 ], [ -7.208636210235826, 57.456065104647841 ], [ -7.208604324580095, 57.455841468443978 ], [ -7.210424802622511, 57.455964010654533 ], [ -7.209443120783036, 57.455460287551567 ], [ -7.210762509262644, 57.45552259817071 ], [ -7.211079150162575, 57.454992074640487 ], [ -7.210018311314857, 57.454752587179591 ], [ -7.211754498143194, 57.454577158364138 ], [ -7.212864489148008, 57.454927072455682 ], [ -7.212611716595096, 57.455086023169102 ], [ -7.2136579003559, 57.455807506524501 ], [ -7.215077529223147, 57.456045582417978 ], [ -7.214930114782522, 57.457059507500361 ], [ -7.215899118339055, 57.457122798681596 ], [ -7.216064484460798, 57.457637842103317 ], [ -7.216859874659477, 57.457712826796865 ], [ -7.217507875337726, 57.458392311062553 ], [ -7.218907179063166, 57.458487216580821 ], [ -7.218587290795486, 57.458001084418001 ], [ -7.219492463053624, 57.457909526579684 ], [ -7.218455783649635, 57.457957051015626 ], [ -7.217851196375778, 57.457406245827102 ], [ -7.21880172447905, 57.457632251688004 ], [ -7.219353220808254, 57.457402400493784 ], [ -7.220164611744623, 57.457706158024152 ], [ -7.219662150091588, 57.457227607373 ], [ -7.220656698562572, 57.457294300963177 ], [ -7.220236590886053, 57.456866323548454 ], [ -7.220595334732034, 57.456864927745386 ], [ -7.220398027659202, 57.456535681006372 ], [ -7.220870397908842, 57.45657005963642 ], [ -7.22275619756715, 57.457265608059956 ], [ -7.223457031751628, 57.457029535415458 ], [ -7.224237138097994, 57.457231085503544 ], [ -7.226208802272455, 57.458584398452508 ], [ -7.22725897098226, 57.458747711618507 ], [ -7.227063709669585, 57.458958291984132 ], [ -7.228078777344907, 57.459109560090461 ], [ -7.22868704468357, 57.458868308322145 ], [ -7.229116137664696, 57.459124917165802 ], [ -7.229264721499363, 57.458763301556296 ], [ -7.23001677090013, 57.458884998480592 ], [ -7.230575641886466, 57.459523136648713 ], [ -7.230159637993751, 57.459999358316722 ], [ -7.231068012440454, 57.461212354303903 ], [ -7.233128785981277, 57.461203100979695 ], [ -7.233538775775714, 57.46144249423461 ], [ -7.234474485906897, 57.461097602467781 ], [ -7.235524226099178, 57.461431837374768 ], [ -7.235949610698259, 57.460730244948877 ], [ -7.235503676422273, 57.460181909659681 ], [ -7.237157744692509, 57.460189520681858 ], [ -7.237585804816233, 57.459739766825166 ], [ -7.238391540351971, 57.459886174055505 ], [ -7.237994168619004, 57.459443805432649 ], [ -7.238782457069065, 57.459293987557139 ], [ -7.237280026711244, 57.458771671020081 ], [ -7.238064258811288, 57.458302581088361 ], [ -7.23724584867255, 57.45824218582694 ], [ -7.237681620678832, 57.457904590517209 ], [ -7.236585529261071, 57.45782876167717 ], [ -7.238323676364256, 57.457724871794142 ], [ -7.23719745092516, 57.457438840095755 ], [ -7.237381698913148, 57.4561038943719 ], [ -7.236084445724646, 57.455788983767697 ], [ -7.238895037651753, 57.455946368648718 ], [ -7.236343371143287, 57.454392440650928 ], [ -7.236724851271386, 57.453035784576151 ], [ -7.237451874390582, 57.453099987 ], [ -7.237145182147305, 57.452590851327415 ], [ -7.237711193012874, 57.452405302404713 ], [ -7.24048992282895, 57.452982401559595 ], [ -7.241826222196538, 57.452697238331105 ], [ -7.24070478746452, 57.451803644478176 ], [ -7.241333116470908, 57.451354525084732 ], [ -7.241132449310903, 57.45100295088357 ], [ -7.240350466431704, 57.450788087279243 ], [ -7.240324723664424, 57.450492210606726 ], [ -7.237761674731336, 57.450545018178595 ], [ -7.237130192550533, 57.450098904206968 ], [ -7.236584761510485, 57.450486059327432 ], [ -7.235821936678519, 57.450229877518026 ], [ -7.236022259604751, 57.452210191938789 ], [ -7.235251344950052, 57.452363771843515 ], [ -7.235704083342759, 57.452727354263708 ], [ -7.233206416219931, 57.452421904278332 ], [ -7.232432564649851, 57.451855714771355 ], [ -7.232001266210941, 57.452166111081119 ], [ -7.230190580030171, 57.452227944856297 ], [ -7.230267253792582, 57.452413722098335 ], [ -7.227680166053051, 57.451774443564204 ], [ -7.227873692551696, 57.452135331460205 ], [ -7.224476097501564, 57.451489192673648 ], [ -7.223631641129171, 57.451245328603392 ], [ -7.222940885587013, 57.450500164420966 ], [ -7.221627995533088, 57.450190261059255 ], [ -7.222428414346568, 57.450593438186331 ], [ -7.220826459639668, 57.45053848819316 ], [ -7.220124292935577, 57.449829777462199 ], [ -7.222585818977948, 57.449592580908096 ], [ -7.224521702104062, 57.450290513699478 ], [ -7.223784989101514, 57.449515769500465 ], [ -7.225164687167702, 57.449183988753767 ], [ -7.224350925082643, 57.448979347788715 ], [ -7.223634340985524, 57.449396051210954 ], [ -7.222364912629006, 57.449214826980374 ], [ -7.221859501055487, 57.449415785929403 ], [ -7.220086545300792, 57.449273446977713 ], [ -7.219695894375889, 57.448817252068885 ], [ -7.222852305695381, 57.448420722153237 ], [ -7.225714079866171, 57.448882205762452 ], [ -7.226151013279078, 57.448576096362963 ], [ -7.218885124377932, 57.446821782199549 ], [ -7.218024171215942, 57.446110655159892 ], [ -7.219970569268647, 57.446416786916899 ], [ -7.221257074605986, 57.446367865388154 ], [ -7.221201480534149, 57.44597874560759 ], [ -7.224826143590248, 57.445999133931984 ], [ -7.225200696645478, 57.445875587172338 ], [ -7.224166174080456, 57.445527149264905 ], [ -7.22533140292219, 57.445505720341806 ], [ -7.225572085904168, 57.445846653762096 ], [ -7.226443657838705, 57.445463986787814 ], [ -7.225116233344935, 57.44510973592692 ], [ -7.225426241191349, 57.444709920899555 ], [ -7.226546186650824, 57.444838835598631 ], [ -7.227375628924585, 57.44451190309988 ], [ -7.227862584979096, 57.444707616438343 ], [ -7.227674456459573, 57.445025883938484 ], [ -7.228913817557159, 57.445009437323954 ], [ -7.229404844164817, 57.444521996618811 ], [ -7.230291859160314, 57.444597577819877 ], [ -7.23043183349492, 57.445109163244972 ], [ -7.232242080763873, 57.444871866220289 ], [ -7.235148968708145, 57.445299758658265 ], [ -7.236020691012016, 57.44643325450037 ], [ -7.236785601755766, 57.446063953896555 ], [ -7.237573306339005, 57.446436071350746 ], [ -7.238110488051131, 57.446224723807639 ], [ -7.238935880345905, 57.446626757538553 ], [ -7.240219066250577, 57.44643830313386 ], [ -7.242461862556721, 57.446889210157416 ], [ -7.243648028847637, 57.447478636459003 ], [ -7.243815610135505, 57.447948567186465 ], [ -7.243146203951635, 57.447994482229561 ], [ -7.245009933351828, 57.44905955487954 ], [ -7.244572601241265, 57.449617708314058 ], [ -7.247163659306041, 57.450980856862429 ], [ -7.247031821248886, 57.451283309750245 ], [ -7.249990832337359, 57.454043818855517 ], [ -7.249884375292408, 57.453535347552091 ], [ -7.25042211009694, 57.453211443399894 ], [ -7.251996496982646, 57.453015211869371 ], [ -7.250633494646562, 57.451429904856496 ], [ -7.247174532789933, 57.449603630350232 ], [ -7.247495571122641, 57.448933339954408 ], [ -7.246099430155648, 57.448451692591753 ], [ -7.244805693119379, 57.447520332945935 ], [ -7.244857543837956, 57.446951264327772 ], [ -7.244352740082225, 57.446922830671312 ], [ -7.243705275247622, 57.445667551504307 ], [ -7.243904080700862, 57.445308318022157 ], [ -7.245365145348475, 57.445022404511299 ], [ -7.249512094769827, 57.44548370958978 ], [ -7.249717078360081, 57.445632624497108 ], [ -7.247289736163842, 57.446453841109232 ], [ -7.249759507881913, 57.447264086181384 ], [ -7.250665026956023, 57.447874166301204 ], [ -7.251063633436752, 57.447628055824836 ], [ -7.25181113784924, 57.447835294276615 ], [ -7.252496901836995, 57.446974280691123 ], [ -7.252420036980532, 57.446091135032702 ], [ -7.253268035222503, 57.446010711300787 ], [ -7.253054553388804, 57.44568668511635 ], [ -7.253508741196847, 57.445537227540612 ], [ -7.252633051320778, 57.445366850785668 ], [ -7.252608071616129, 57.4446705069006 ], [ -7.25196203728072, 57.444414042983645 ], [ -7.250407178262305, 57.444627464852992 ], [ -7.24974310693178, 57.444442831600469 ], [ -7.248911384500893, 57.443892655819951 ], [ -7.249206423023962, 57.443471803849739 ], [ -7.248782852289233, 57.443601970715797 ], [ -7.248388919878343, 57.44335746001434 ], [ -7.248798780477606, 57.442899420653823 ], [ -7.25110494423569, 57.442398178748846 ], [ -7.251055699539909, 57.441648857601216 ], [ -7.251623754837906, 57.44182759553329 ], [ -7.251360134274567, 57.441096228271498 ], [ -7.251785998523536, 57.440749990850094 ], [ -7.250984145011085, 57.440918465445343 ], [ -7.249953272953176, 57.440480099682595 ], [ -7.250281726839112, 57.43968800880598 ], [ -7.25301570790119, 57.439726767459817 ], [ -7.252832352758825, 57.439495967672912 ], [ -7.253377636727317, 57.439284211436998 ], [ -7.254216403439648, 57.439663089667661 ], [ -7.255626173930685, 57.439428685093986 ], [ -7.257193039710664, 57.439880584924254 ], [ -7.257586324236671, 57.440642514018798 ], [ -7.25521625765967, 57.440872095210388 ], [ -7.256586758919292, 57.4414087005851 ], [ -7.25537541934255, 57.442269217870873 ], [ -7.257392474501239, 57.442369349967812 ], [ -7.25751845491264, 57.442607042955416 ], [ -7.255659181299562, 57.442675788383703 ], [ -7.255677898181172, 57.442863975826704 ], [ -7.25342330060515, 57.442620767007128 ], [ -7.256265961414553, 57.443761743045243 ], [ -7.255530358133435, 57.443868984881647 ], [ -7.25594106585785, 57.444229754545411 ], [ -7.257992137832602, 57.443869529855377 ], [ -7.258662372974301, 57.444061961122827 ], [ -7.259497717807342, 57.443604082214442 ], [ -7.260070772995552, 57.443643096270748 ], [ -7.261319518059165, 57.445129601869773 ], [ -7.261155504857438, 57.445613391637266 ], [ -7.261773364843161, 57.44573151115906 ], [ -7.26246511290292, 57.446710401355041 ], [ -7.262283488611487, 57.446897975884539 ], [ -7.260539479277381, 57.446435545841744 ], [ -7.260913026008571, 57.447117306354691 ], [ -7.260122043560834, 57.447883788521501 ], [ -7.260981309850155, 57.448113293519036 ], [ -7.261156048566539, 57.448515417681655 ], [ -7.263224272755906, 57.448910277949679 ], [ -7.264947038524313, 57.450961821077833 ], [ -7.265472240885572, 57.449567536368711 ], [ -7.264911561816612, 57.448862128133676 ], [ -7.265818868693319, 57.448729644379426 ], [ -7.26638803272595, 57.448219878129358 ], [ -7.265993206622104, 57.447912465585638 ], [ -7.267930474316951, 57.448209249472463 ], [ -7.267749860721106, 57.447766885192394 ], [ -7.268593169608441, 57.447538076831833 ], [ -7.26728954166485, 57.446310394969728 ], [ -7.263606760989881, 57.445771745552022 ], [ -7.26307266585205, 57.44530818089607 ], [ -7.263845883349759, 57.445172324238904 ], [ -7.262730836316472, 57.444499117942222 ], [ -7.26314212729138, 57.444283930280378 ], [ -7.262221625734938, 57.444497936977115 ], [ -7.26122033093148, 57.443918941585871 ], [ -7.263348305462202, 57.443861362068617 ], [ -7.263109806633929, 57.443016478864735 ], [ -7.264256230223024, 57.442864993179001 ], [ -7.265207855347272, 57.443504536212259 ], [ -7.266257658996521, 57.443609040793433 ], [ -7.268231232942399, 57.444448711558969 ], [ -7.26878674421938, 57.445118326938321 ], [ -7.269835891333962, 57.444754900457774 ], [ -7.270027805560654, 57.444233932125421 ], [ -7.269125609320758, 57.444285247436845 ], [ -7.267911347409138, 57.443445269628043 ], [ -7.26823719849508, 57.442869199342724 ], [ -7.267733006959025, 57.441918474206695 ], [ -7.263090902401412, 57.440799111961766 ], [ -7.263803798304804, 57.440476807682572 ], [ -7.263540008566015, 57.440267387050184 ], [ -7.264589634666667, 57.440313419544488 ], [ -7.263280573851184, 57.439972296746681 ], [ -7.2653962292936, 57.439483258305458 ], [ -7.265046843527701, 57.439200937786275 ], [ -7.266629722237501, 57.439357796322263 ], [ -7.26996450152611, 57.440368963477511 ], [ -7.27104161002063, 57.441265063644579 ], [ -7.271582260154442, 57.440836552765376 ], [ -7.273015290038762, 57.440752153487573 ], [ -7.272114769777096, 57.44035168902878 ], [ -7.271596566984297, 57.440519199743505 ], [ -7.271081896612425, 57.440086349233027 ], [ -7.270053915620135, 57.440259930674912 ], [ -7.269345404061313, 57.439720917101226 ], [ -7.268249655806312, 57.439540078213902 ], [ -7.268242256246697, 57.439280327452167 ], [ -7.269087007385751, 57.439294413907675 ], [ -7.26979558772482, 57.4397182429704 ], [ -7.269992664407809, 57.439418424518507 ], [ -7.272980870324332, 57.439576570583142 ], [ -7.272620423210941, 57.43927583645808 ], [ -7.274851247533347, 57.43940091326057 ], [ -7.275885445021151, 57.438854484524263 ], [ -7.280770433614836, 57.438812237120729 ], [ -7.281276312857055, 57.438571415060679 ], [ -7.282453929973732, 57.439122148085431 ], [ -7.282085440284794, 57.438650801401593 ], [ -7.283589827744095, 57.438102544519879 ], [ -7.283103037886466, 57.437759455937709 ], [ -7.281149298050434, 57.43798103581252 ], [ -7.279228318882097, 57.43762079172626 ], [ -7.278462834064634, 57.438039883254383 ], [ -7.277664986389784, 57.437830419146849 ], [ -7.276992741985455, 57.438317575941625 ], [ -7.274694547415388, 57.438234060046774 ], [ -7.274102968713354, 57.438528842954931 ], [ -7.271319240574616, 57.438029200417773 ], [ -7.268137890307958, 57.438243558049656 ], [ -7.264665428498851, 57.437421686878025 ], [ -7.263925549888567, 57.437556156666218 ], [ -7.260896749104662, 57.435815745065014 ], [ -7.26171306585817, 57.435111180619138 ], [ -7.261304638166306, 57.434997797090247 ], [ -7.260410096569265, 57.435390681474196 ], [ -7.258799140626369, 57.434747200511168 ], [ -7.259892564812302, 57.434229023562942 ], [ -7.26192932967641, 57.434121279227774 ], [ -7.257601956395182, 57.433847931227582 ], [ -7.256828279720771, 57.43339886648662 ], [ -7.257425234096999, 57.432734999719187 ], [ -7.255065896699646, 57.432977639914121 ], [ -7.255811004392116, 57.433576385791277 ], [ -7.253693394380121, 57.433237482291375 ], [ -7.252873696500441, 57.432641842104772 ], [ -7.254062012065418, 57.432551681695259 ], [ -7.251531262929404, 57.431717095413191 ], [ -7.2519306833829, 57.431187489279267 ], [ -7.251578387480698, 57.430999742078448 ], [ -7.250498024732694, 57.431202351576005 ], [ -7.249664575689463, 57.430800735738906 ], [ -7.247916804502014, 57.429375468135362 ], [ -7.247446852177089, 57.429390590299505 ], [ -7.248253012561706, 57.430148800737427 ], [ -7.248408201400856, 57.431055671047979 ], [ -7.246933551626594, 57.430754598448821 ], [ -7.247378802617468, 57.43120663325611 ], [ -7.246756943726194, 57.431291083603746 ], [ -7.247537358729469, 57.431613945689534 ], [ -7.248140068930816, 57.431512294054173 ], [ -7.248257280039661, 57.432038312958035 ], [ -7.245473031018247, 57.432226525522822 ], [ -7.244968095195691, 57.431788672876266 ], [ -7.245547124910375, 57.431580039992802 ], [ -7.244465831757045, 57.431485684525398 ], [ -7.244641131359561, 57.432126262316956 ], [ -7.243741525115895, 57.432717203440653 ], [ -7.241924689982015, 57.432613015473542 ], [ -7.240892672764218, 57.431873182322384 ], [ -7.240255003677984, 57.432196718634593 ], [ -7.239490987387112, 57.43152218854533 ], [ -7.237957823796566, 57.431010187357174 ], [ -7.238822020101234, 57.430812198236424 ], [ -7.23872032725585, 57.430393508780305 ], [ -7.237867140755718, 57.430842995576803 ], [ -7.237154941772783, 57.430296771284382 ], [ -7.235524096287156, 57.430616669775539 ], [ -7.234126257637879, 57.430116984020785 ], [ -7.234548903295058, 57.429631464061849 ], [ -7.23313342461206, 57.429474443636792 ], [ -7.231978448179447, 57.429855468089457 ], [ -7.230603740877737, 57.429575243369797 ], [ -7.230645324911666, 57.42986596144457 ], [ -7.230130530312931, 57.429765905113854 ], [ -7.230062107861152, 57.42934582672445 ], [ -7.229434616297989, 57.429740870569155 ], [ -7.227708410503866, 57.429277273791399 ], [ -7.226614695016114, 57.429912153874383 ], [ -7.225097859904068, 57.429921228953802 ], [ -7.224317833960753, 57.430241601061425 ], [ -7.222981457701378, 57.430054183590428 ], [ -7.221672726029124, 57.430994898451416 ], [ -7.222221313980636, 57.43103959512964 ], [ -7.223477777722369, 57.430317007390549 ], [ -7.224555264494502, 57.43079413100979 ], [ -7.226558204169183, 57.430800844704315 ], [ -7.226334456347307, 57.431278064777359 ], [ -7.225343872054807, 57.431467722584543 ], [ -7.225711365937991, 57.431704399521784 ], [ -7.229288646261939, 57.431636609823585 ], [ -7.228998342978675, 57.431473218090062 ], [ -7.229590256471577, 57.431354109131014 ], [ -7.228509729079634, 57.431498043189649 ], [ -7.228530064779491, 57.431290233955735 ], [ -7.227523447113456, 57.431192627412244 ], [ -7.229119306009966, 57.430860793227211 ], [ -7.22988925583093, 57.430936740021998 ], [ -7.23052414611263, 57.431409733720024 ], [ -7.230094884835083, 57.431499583281564 ], [ -7.231443636106135, 57.432064345885522 ], [ -7.232108317640407, 57.43204567834767 ], [ -7.231858046480076, 57.431579179213912 ], [ -7.233531218958953, 57.431554516252397 ], [ -7.234147783393524, 57.43224871783152 ], [ -7.232324033911532, 57.43227065798979 ], [ -7.233777450973268, 57.432808544008203 ], [ -7.234214246791369, 57.432479909598314 ], [ -7.234737991500228, 57.432525586988682 ], [ -7.234489401338829, 57.432886878806407 ], [ -7.23545256531204, 57.432738783688251 ], [ -7.236998613456191, 57.434447074282176 ], [ -7.237812991015066, 57.434017209876224 ], [ -7.239453814454274, 57.434115297924009 ], [ -7.240711001287297, 57.433864921837085 ], [ -7.239931676737807, 57.433258520203495 ], [ -7.24166569879075, 57.433483171418395 ], [ -7.242196811415734, 57.433114580543347 ], [ -7.243257163976734, 57.433295315831231 ], [ -7.243028480727075, 57.434551146194345 ], [ -7.243471763106335, 57.434442670603985 ], [ -7.243715695554313, 57.434747442167016 ], [ -7.244330469282716, 57.434496831872451 ], [ -7.245968759856142, 57.434576944324156 ], [ -7.245619322105699, 57.434757999931449 ], [ -7.246081268424757, 57.435593579819269 ], [ -7.247272683537502, 57.435989277176603 ], [ -7.246083615713704, 57.437586652082523 ], [ -7.244866623898178, 57.437943384688673 ], [ -7.242277571668686, 57.437866913389122 ], [ -7.240460628963263, 57.437065320536604 ], [ -7.240278403207048, 57.436492515522737 ], [ -7.237820871213597, 57.43640147370045 ], [ -7.237133368226154, 57.435737237714456 ], [ -7.236370021456391, 57.436232459160244 ], [ -7.236638042948637, 57.436356270757855 ], [ -7.234669933401337, 57.436420247532681 ], [ -7.233578576243955, 57.43683912526852 ], [ -7.231940649133254, 57.436353904925802 ], [ -7.231314369144663, 57.436816393355258 ], [ -7.230422937218024, 57.436417064805219 ], [ -7.23062118943343, 57.436053378079521 ], [ -7.229332365335279, 57.435733566608526 ], [ -7.225289679679261, 57.436050153492417 ], [ -7.224890280131734, 57.435940777858541 ], [ -7.225820732613449, 57.434804296633516 ], [ -7.223095513821979, 57.435232506390108 ], [ -7.222391941020756, 57.435680162833428 ], [ -7.223039482893665, 57.435716247385805 ], [ -7.222823291212056, 57.436071667304915 ], [ -7.221133968860045, 57.436218330794908 ], [ -7.219517959257837, 57.436060482431195 ], [ -7.219556211357803, 57.435860930422663 ], [ -7.218684130268011, 57.43606360777892 ], [ -7.217572754589137, 57.43570031770976 ], [ -7.216210707515891, 57.435977303550253 ], [ -7.216015499681434, 57.436304844337521 ], [ -7.215356467251522, 57.436188215255989 ], [ -7.215639082975732, 57.435888543134446 ], [ -7.213329650856802, 57.43537245763217 ], [ -7.213387078927011, 57.43507313158802 ], [ -7.214869051192567, 57.435110641374784 ], [ -7.212677092334135, 57.434072269060877 ], [ -7.212852557894448, 57.433489100786822 ], [ -7.210039384942847, 57.432773390739207 ], [ -7.209850035542539, 57.431971392588494 ], [ -7.207882330018973, 57.430806671816114 ], [ -7.206668740410658, 57.429489210559531 ], [ -7.204775567619748, 57.429491133300623 ], [ -7.2054339505443, 57.42907694340095 ], [ -7.204000760097824, 57.428852844445835 ], [ -7.2043121820286, 57.428345046044107 ], [ -7.205524076415439, 57.428362347827218 ], [ -7.206725674223303, 57.428775988513884 ], [ -7.208279524704712, 57.428500151369427 ], [ -7.207354712948727, 57.428214531662285 ], [ -7.206063709461985, 57.428286007936073 ], [ -7.204403034686868, 57.427400966031755 ], [ -7.205033294952676, 57.427082423641032 ], [ -7.207644489036771, 57.427262205651054 ], [ -7.20733140152927, 57.426879253210082 ], [ -7.207693760286979, 57.426495310372466 ], [ -7.206490898573519, 57.426306689688829 ], [ -7.206052837790144, 57.425865923574712 ], [ -7.206653670698095, 57.42575105211403 ], [ -7.205902469245542, 57.425278266148617 ], [ -7.205159905109071, 57.425920903322769 ], [ -7.203296976964416, 57.425665105502738 ], [ -7.203076367663458, 57.425462779460403 ], [ -7.203558560656042, 57.42539332641995 ], [ -7.204291949878545, 57.425623910274481 ], [ -7.204128156207118, 57.425234769038923 ], [ -7.204769169009878, 57.425109244522062 ], [ -7.202727714491806, 57.424829338391703 ], [ -7.20195491066428, 57.424321431745923 ], [ -7.207315890876654, 57.42489577551224 ], [ -7.207271939567185, 57.424645644710225 ], [ -7.208264990680332, 57.424474021676659 ], [ -7.209176345537339, 57.424607219374373 ], [ -7.208899009975655, 57.424065319110376 ], [ -7.210847415785792, 57.423809084820583 ], [ -7.212601179034156, 57.424820656062394 ], [ -7.212576889355675, 57.425528030805154 ], [ -7.213950054276974, 57.425448577202779 ], [ -7.215654872181005, 57.426583617632602 ], [ -7.21572375026495, 57.426130842891169 ], [ -7.215210959445747, 57.426044141961661 ], [ -7.214710940732108, 57.425169555814634 ], [ -7.216095566760365, 57.425112098571887 ], [ -7.216739707556378, 57.424599453571695 ], [ -7.219185657598869, 57.425492221656022 ], [ -7.219993822861277, 57.426187525429683 ], [ -7.221474169683442, 57.426274506987781 ], [ -7.222248613387115, 57.427083678245275 ], [ -7.222653479028871, 57.426355984106507 ], [ -7.224225084877692, 57.426614609754807 ], [ -7.223187118199402, 57.42542047325189 ], [ -7.222035968692915, 57.425711264088328 ], [ -7.217881934548617, 57.424246093546394 ], [ -7.215442477055991, 57.424041405502997 ], [ -7.214867855735155, 57.423813296521573 ], [ -7.21555727342789, 57.423676708530344 ], [ -7.214472464633779, 57.423087340361988 ], [ -7.213633825720145, 57.423113134784693 ], [ -7.213772237535571, 57.422679972757457 ], [ -7.21267210778105, 57.423036048731795 ], [ -7.210683615905729, 57.423010528253656 ], [ -7.209398644455415, 57.422478907925061 ], [ -7.208252809026397, 57.421577078877085 ], [ -7.208207677683011, 57.420850088132553 ], [ -7.207188673639295, 57.420604368516557 ], [ -7.207977569785549, 57.420346721873038 ], [ -7.207123829677509, 57.41973872137438 ], [ -7.205770112226602, 57.419367386081099 ], [ -7.205296862577371, 57.41967493335229 ], [ -7.204760622854062, 57.419481184588122 ], [ -7.205026591492424, 57.419299202094827 ], [ -7.204179794262003, 57.419149807092779 ], [ -7.203993167774634, 57.418482665824875 ], [ -7.202902788211457, 57.418379342250915 ], [ -7.205840934318417, 57.416876430394097 ], [ -7.206197053104674, 57.415687402704542 ], [ -7.208924869121995, 57.415286416036338 ], [ -7.209608966337576, 57.415640484897608 ], [ -7.212400427001765, 57.415979143796697 ], [ -7.215010870518886, 57.415456915485301 ], [ -7.214921589688973, 57.416000520211256 ], [ -7.215530519418144, 57.416060732950704 ], [ -7.217937526378824, 57.415632370339239 ], [ -7.219272700306761, 57.415698400155499 ], [ -7.221009449363097, 57.414838897226367 ], [ -7.224224919188205, 57.415051695876407 ], [ -7.223876063412851, 57.414652273170248 ], [ -7.225405575540589, 57.414327726401474 ], [ -7.227342161512107, 57.415043539130487 ], [ -7.228653757466898, 57.415177937854487 ], [ -7.22961813603266, 57.416033149364601 ], [ -7.231296430956474, 57.41622424770167 ], [ -7.232232036842734, 57.416702704950545 ], [ -7.231523305344787, 57.41594484994269 ], [ -7.231561916867304, 57.415281858026717 ], [ -7.230351166667254, 57.415444738993997 ], [ -7.229914239574714, 57.415013003433344 ], [ -7.228550296800909, 57.414687330208878 ], [ -7.229582582957069, 57.414734357865527 ], [ -7.230039601518572, 57.414373397341087 ], [ -7.232143633065171, 57.414335299116203 ], [ -7.233041853406598, 57.414027942817761 ], [ -7.235306083218138, 57.414352055844354 ], [ -7.23489528754186, 57.413986736139194 ], [ -7.238266123201352, 57.413886754331465 ], [ -7.235042224984317, 57.413323727816007 ], [ -7.235205733975071, 57.412660028749883 ], [ -7.234775362967085, 57.412623968065596 ], [ -7.234658228028667, 57.412970788856086 ], [ -7.233247180519684, 57.412723616595351 ], [ -7.233059616148611, 57.412461474958327 ], [ -7.233591248200576, 57.412272862090802 ], [ -7.234814034902761, 57.412194930687157 ], [ -7.234327282597876, 57.411589816186563 ], [ -7.233024618349948, 57.411225647312406 ], [ -7.233758168994853, 57.410700180653464 ], [ -7.23483568328698, 57.410889253735256 ], [ -7.235035717234612, 57.410597468640304 ], [ -7.234311349766927, 57.410312700616139 ], [ -7.239246816305333, 57.411011348459148 ], [ -7.239386277716242, 57.410762574402028 ], [ -7.241604268355005, 57.410823042746728 ], [ -7.242023297489078, 57.411071017389553 ], [ -7.24131192104952, 57.411226672178557 ], [ -7.241900798602087, 57.41184549891679 ], [ -7.243849756904608, 57.411831666585236 ], [ -7.245388043510963, 57.412500838251979 ], [ -7.245260973966649, 57.412254184376941 ], [ -7.245852570412053, 57.412193493182976 ], [ -7.244355547349216, 57.411288643915668 ], [ -7.245670906908968, 57.411449701346079 ], [ -7.245676394401158, 57.411139023493767 ], [ -7.246457304139684, 57.411061426800082 ], [ -7.24868626802608, 57.411105115073745 ], [ -7.24948776274547, 57.411659236666736 ], [ -7.251444914505477, 57.411435277448881 ], [ -7.254137871826539, 57.412190159972113 ], [ -7.253662078457239, 57.411512665841862 ], [ -7.25279497316807, 57.411198874269175 ], [ -7.252908241557265, 57.410733412788019 ], [ -7.249959998902085, 57.410220436566355 ], [ -7.25013841052365, 57.410534229787849 ], [ -7.24971919550243, 57.410552645588822 ], [ -7.249207593410454, 57.41020597966272 ], [ -7.244344630276663, 57.409525392218264 ], [ -7.241629392286305, 57.408437394684988 ], [ -7.241943496017526, 57.408185830534379 ], [ -7.241238902376213, 57.407922773605172 ], [ -7.24166846116409, 57.407778874960471 ], [ -7.237906346683849, 57.407121406483249 ], [ -7.235365839942038, 57.404221807891375 ], [ -7.237766705484241, 57.404864113204212 ], [ -7.236085302042981, 57.40389037714754 ], [ -7.237295037561883, 57.40378146377121 ], [ -7.237014938078627, 57.403280227294417 ], [ -7.235486820942702, 57.402736520707037 ], [ -7.237983514475496, 57.402825919483703 ], [ -7.237742349779592, 57.402422044419652 ], [ -7.238840653376341, 57.402583215462215 ], [ -7.237952960048457, 57.401796868557682 ], [ -7.239748297130739, 57.401587025752931 ], [ -7.240581033839074, 57.402105698643346 ], [ -7.241259096324303, 57.401951433484676 ], [ -7.242536128526873, 57.402487551826596 ], [ -7.244564970753459, 57.402569346127081 ], [ -7.245395874270798, 57.403074568022085 ], [ -7.248921325497743, 57.404001750426353 ], [ -7.248933537919666, 57.404261297902593 ], [ -7.249861387991952, 57.404302616796642 ], [ -7.249898059316102, 57.404535046524245 ], [ -7.2505787988824, 57.404515597444721 ], [ -7.250558319280304, 57.404152012205159 ], [ -7.251983985562063, 57.404328184587314 ], [ -7.251798879103904, 57.404722860339021 ], [ -7.252956148542135, 57.405340372683007 ], [ -7.253397627979513, 57.405338110842628 ], [ -7.252988489008364, 57.404915188291888 ], [ -7.254926768300275, 57.405537820117907 ], [ -7.255815758037151, 57.405447542334699 ], [ -7.255214224879643, 57.405635579197053 ], [ -7.255274973964948, 57.406058670727788 ], [ -7.256214244985159, 57.406004981100452 ], [ -7.257175987166738, 57.406328284709844 ], [ -7.257267414765786, 57.406001409753472 ], [ -7.257672905782041, 57.406073527538389 ], [ -7.2582885724302, 57.406656966496271 ], [ -7.261311881700891, 57.407403262706069 ], [ -7.261376062990367, 57.407861303944024 ], [ -7.261983677384293, 57.407947440726637 ], [ -7.261736127736538, 57.407570867713396 ], [ -7.262517929425445, 57.40768570133524 ], [ -7.265652541903825, 57.409065238524484 ], [ -7.265949793849989, 57.408917800879415 ], [ -7.265491006765807, 57.408498795151523 ], [ -7.267087661523679, 57.40870273048774 ], [ -7.266802643975672, 57.408471715070228 ], [ -7.267415248266726, 57.408372244774434 ], [ -7.268677554616717, 57.408535284988893 ], [ -7.269266679711299, 57.408689652460204 ], [ -7.268444538536671, 57.408746625962287 ], [ -7.268806193487451, 57.408977123797598 ], [ -7.267880024466526, 57.408774795290867 ], [ -7.268451791928696, 57.40900548306076 ], [ -7.268040398944617, 57.409124417687131 ], [ -7.269880461148186, 57.409397300765235 ], [ -7.271631758149918, 57.410141812909686 ], [ -7.27167405199074, 57.409949266505016 ], [ -7.272705777340134, 57.410027456139296 ], [ -7.273680857579344, 57.410649735885791 ], [ -7.273582596289527, 57.409944763720539 ], [ -7.275277734447481, 57.410275844794896 ], [ -7.275015819445581, 57.410020479873353 ], [ -7.275568451479523, 57.410048569594572 ], [ -7.277010391675771, 57.410762805304095 ], [ -7.27789186994813, 57.410793271030585 ], [ -7.276923088540569, 57.410400224612509 ], [ -7.278162785110447, 57.410475034443166 ], [ -7.278758018711717, 57.410208862380266 ], [ -7.277681553991926, 57.409843742771137 ], [ -7.277861060218751, 57.409608535012595 ], [ -7.279520153688987, 57.40965491406444 ], [ -7.279887312286987, 57.410073223969675 ], [ -7.280923288648212, 57.410238455559643 ], [ -7.280968896130554, 57.410577590522259 ], [ -7.283387572935411, 57.411114818235063 ], [ -7.284922932957243, 57.411908727900332 ], [ -7.28531374117901, 57.411774405441982 ], [ -7.28647036603008, 57.412116292908159 ], [ -7.286134821479236, 57.411744363296826 ], [ -7.287754346323258, 57.41217384872558 ], [ -7.288094736926194, 57.412406089554636 ], [ -7.286751060798394, 57.412143177301147 ], [ -7.287792906257946, 57.412786842097375 ], [ -7.286741643475464, 57.412747390735262 ], [ -7.286593314065506, 57.413059589737891 ], [ -7.287450148970761, 57.413172915510515 ], [ -7.288602811207647, 57.412898535416943 ], [ -7.290144406762203, 57.413342070558976 ], [ -7.293010733820233, 57.413467024853908 ], [ -7.29372691922145, 57.414106364449751 ], [ -7.293335521420272, 57.414259635601653 ], [ -7.296131539931948, 57.415200076260433 ], [ -7.296385836732677, 57.415850771160599 ], [ -7.2971027983968, 57.415527186680841 ], [ -7.299288943734669, 57.415963238462894 ], [ -7.299904474201183, 57.415849088819137 ], [ -7.299682975049095, 57.41545978243014 ], [ -7.30140914469054, 57.41511519937238 ], [ -7.304617865966978, 57.41596695345109 ], [ -7.305666032707139, 57.415949695513227 ], [ -7.306622649518692, 57.416451031593631 ], [ -7.30832550176227, 57.416577979982918 ], [ -7.307215044317784, 57.416832761778956 ], [ -7.307992156226862, 57.417234583202607 ], [ -7.309606874883736, 57.417489423100825 ], [ -7.310261046682475, 57.417181912860976 ], [ -7.312232156278259, 57.417272275266086 ], [ -7.313867640240881, 57.418175006176824 ], [ -7.314501108023181, 57.417954738573677 ], [ -7.313991913762949, 57.417342748773869 ], [ -7.314725637859219, 57.417089443073692 ], [ -7.313739945371341, 57.416825167205069 ], [ -7.314133321542316, 57.416054420389557 ], [ -7.315593921323577, 57.416006137338222 ], [ -7.31490519497265, 57.415535830596987 ], [ -7.315496465390857, 57.415197655634039 ], [ -7.314324281542082, 57.414797291804149 ], [ -7.313026236942774, 57.414770295882711 ], [ -7.31316707977526, 57.41513149655178 ], [ -7.312258281621544, 57.415086232448637 ], [ -7.31197203763415, 57.415388999219672 ], [ -7.310535557158707, 57.415339032947344 ], [ -7.31149494145204, 57.415709731867238 ], [ -7.31108114877999, 57.416397642168882 ], [ -7.308658876099907, 57.416289429360951 ], [ -7.307937564279664, 57.415708876855277 ], [ -7.307756480620629, 57.415909102669445 ], [ -7.305470213078294, 57.415657401262436 ], [ -7.305441914674957, 57.415140260617385 ], [ -7.30116093389683, 57.414046708935494 ], [ -7.30094947168526, 57.413312325168519 ], [ -7.301314626413928, 57.4134615981039 ], [ -7.301893935484078, 57.413201384440072 ], [ -7.300040527129293, 57.413012312816107 ], [ -7.300118788311931, 57.412666155457892 ], [ -7.302756755817466, 57.41253865221654 ], [ -7.299224879979319, 57.412239519687191 ], [ -7.297426436963537, 57.412429643204021 ], [ -7.296674302386656, 57.41186472989456 ], [ -7.294175735713674, 57.411341917240009 ], [ -7.293740204954584, 57.411051608987762 ], [ -7.294337675274841, 57.410928347257233 ], [ -7.291121277556576, 57.409983982765965 ], [ -7.289638017469248, 57.410208416280831 ], [ -7.290062915334215, 57.410494686017422 ], [ -7.289676253218441, 57.410519064336825 ], [ -7.285768499282019, 57.409866435398428 ], [ -7.287172530010225, 57.409739869088682 ], [ -7.285949152145244, 57.409189327330147 ], [ -7.284182788114317, 57.409658674329151 ], [ -7.283592643058301, 57.408712528122557 ], [ -7.28230514737647, 57.408190745720617 ], [ -7.282224631877818, 57.408649467038096 ], [ -7.280919494480348, 57.408305687656636 ], [ -7.280734531477379, 57.408468240091572 ], [ -7.281520307075803, 57.40884105384562 ], [ -7.280947058906329, 57.40897043515983 ], [ -7.281157758132672, 57.409228841208908 ], [ -7.282721030480636, 57.409385390404005 ], [ -7.28292918472047, 57.409568311410247 ], [ -7.281992765178152, 57.409457403088787 ], [ -7.280866221017447, 57.409184403210411 ], [ -7.279543505489447, 57.408337419725811 ], [ -7.278404041890297, 57.408459985540802 ], [ -7.278728401217324, 57.40876671246086 ], [ -7.27754532192315, 57.408586946139941 ], [ -7.273280341750212, 57.407106666585264 ], [ -7.273130887659592, 57.407330707518106 ], [ -7.273089389722382, 57.407042691604055 ], [ -7.269577783403462, 57.40536149776284 ], [ -7.26984416845713, 57.40488419356371 ], [ -7.270977688611595, 57.40467466571998 ], [ -7.270451532380865, 57.403868862157502 ], [ -7.269483637727498, 57.403642202793492 ], [ -7.269051033921624, 57.403682843795821 ], [ -7.269529290293617, 57.404005633623612 ], [ -7.267453165210167, 57.404013509294835 ], [ -7.267870713360034, 57.403868221015074 ], [ -7.266786305404342, 57.40335307084635 ], [ -7.267480679520433, 57.40298830934325 ], [ -7.266197486169029, 57.40250488597276 ], [ -7.263712509507235, 57.399135557273745 ], [ -7.262942931693019, 57.399069715834017 ], [ -7.265059175916952, 57.399053027537505 ], [ -7.265630518698785, 57.398806813916146 ], [ -7.268919059705641, 57.39981265636154 ], [ -7.270532125109468, 57.399982555552342 ], [ -7.273301023682897, 57.401198161654129 ], [ -7.275889047193817, 57.401597026247622 ], [ -7.275739047831051, 57.402013666373669 ], [ -7.276877436568715, 57.402127831137378 ], [ -7.27836742186189, 57.402934512681639 ], [ -7.279204169240039, 57.402933548628212 ], [ -7.279530393246351, 57.403461562704841 ], [ -7.284791584995298, 57.405422550929558 ], [ -7.284955423691562, 57.405979880929827 ], [ -7.286096810931951, 57.406252217863738 ], [ -7.285364075312144, 57.406350536347851 ], [ -7.285810260547501, 57.406542335909236 ], [ -7.284793938167502, 57.406547296357225 ], [ -7.284025355508538, 57.406154883008924 ], [ -7.283345732366103, 57.406228458897246 ], [ -7.283608170421947, 57.406544976704261 ], [ -7.28612992292812, 57.406770053315945 ], [ -7.286994185974321, 57.407639862402213 ], [ -7.28921364495084, 57.407941491276098 ], [ -7.289775758367205, 57.408704319478439 ], [ -7.289336501271692, 57.408941483120721 ], [ -7.290160373127381, 57.409381032130788 ], [ -7.289524490916101, 57.409226929108108 ], [ -7.288810685963855, 57.409445053120031 ], [ -7.291123639111475, 57.409954187296258 ], [ -7.291230346319213, 57.409700426912799 ], [ -7.294721642221147, 57.409825110208125 ], [ -7.292898733517106, 57.409430380038245 ], [ -7.293064498995392, 57.409135434884917 ], [ -7.28990574431243, 57.408484675514359 ], [ -7.2904313199917, 57.408002707374486 ], [ -7.291604540861441, 57.408206165304932 ], [ -7.292021220727619, 57.40778996812459 ], [ -7.294158464718397, 57.408018483802543 ], [ -7.292100140762827, 57.407298009036346 ], [ -7.291513737459534, 57.407508983496193 ], [ -7.290130903655034, 57.406651140902817 ], [ -7.291830002938088, 57.406871146139579 ], [ -7.292559794167246, 57.406648730251966 ], [ -7.291592742080487, 57.406371807577045 ], [ -7.291707981538683, 57.406119486809885 ], [ -7.293229364795955, 57.406286665977134 ], [ -7.29432837548324, 57.40812110943321 ], [ -7.295236271117097, 57.408426602515668 ], [ -7.295698856464461, 57.408385507989301 ], [ -7.294703429033694, 57.407809243167215 ], [ -7.294720336799583, 57.407130919778467 ], [ -7.295913150825907, 57.407377605802616 ], [ -7.29627353066106, 57.407770960889771 ], [ -7.297065740641441, 57.407645774246021 ], [ -7.296725989000322, 57.407360437402431 ], [ -7.297112978445972, 57.406923876136979 ], [ -7.296473865165003, 57.407150595294581 ], [ -7.296341926503516, 57.40663062599603 ], [ -7.295721782214828, 57.406550581699371 ], [ -7.295682743996226, 57.406891482823596 ], [ -7.295208724363976, 57.406645997361622 ], [ -7.295662230713249, 57.406484700851436 ], [ -7.29302618985521, 57.406000065187378 ], [ -7.293479550889481, 57.405768592024415 ], [ -7.292876293798181, 57.405401660635683 ], [ -7.293376907436626, 57.405577642682822 ], [ -7.293624315016216, 57.405074983305965 ], [ -7.295914266571388, 57.405541798764659 ], [ -7.296401110401841, 57.406060305015963 ], [ -7.297005822116535, 57.405676656811707 ], [ -7.298805467153369, 57.406280178163044 ], [ -7.299188823647481, 57.405887857134218 ], [ -7.299633209633496, 57.406550324738859 ], [ -7.300406736085559, 57.406077648621128 ], [ -7.300868171344756, 57.406880675163613 ], [ -7.301308677251148, 57.406675811808427 ], [ -7.301807512721381, 57.406885132451819 ], [ -7.301736528230616, 57.406349096333727 ], [ -7.302510713642221, 57.406387514126209 ], [ -7.302763764987199, 57.407086843975982 ], [ -7.302126169268648, 57.40696707252431 ], [ -7.301926749107137, 57.40728234962581 ], [ -7.3023545245608, 57.407737636470031 ], [ -7.304281149828057, 57.407306253539964 ], [ -7.304418384490858, 57.406746128670534 ], [ -7.303415575117195, 57.406694876459945 ], [ -7.302921976878848, 57.406222574078043 ], [ -7.304064764842564, 57.405479618873244 ], [ -7.305298989766783, 57.405505794669679 ], [ -7.305353515805333, 57.405122839352273 ], [ -7.3070840601387, 57.404858069921595 ], [ -7.308523734142525, 57.405024916083406 ], [ -7.30910836264498, 57.405630134295066 ], [ -7.309919502799523, 57.405716438451748 ], [ -7.309184015234927, 57.404795438335974 ], [ -7.310274682265821, 57.404625155945126 ], [ -7.310143341772505, 57.403513042774023 ], [ -7.308946775635026, 57.403228856034964 ], [ -7.307204478978875, 57.401848252250922 ], [ -7.306008852596626, 57.401604494684634 ], [ -7.305741605705474, 57.401784961336048 ], [ -7.305200183389728, 57.401338985634126 ], [ -7.302142723195632, 57.40090114060834 ], [ -7.30296053907408, 57.400516564191939 ], [ -7.301893174757862, 57.400421235152912 ], [ -7.303515739319154, 57.399907299149902 ], [ -7.306059398553716, 57.400377611179465 ], [ -7.305188503836143, 57.399510006174729 ], [ -7.30342103032639, 57.398988913318739 ], [ -7.304372716744766, 57.398803848705029 ], [ -7.304811170035796, 57.399172285405804 ], [ -7.305625637718672, 57.399064097080277 ], [ -7.305951932137133, 57.399429168293288 ], [ -7.308806534877461, 57.400077967023904 ], [ -7.31631488197617, 57.401054478157008 ], [ -7.317092366339889, 57.40135723315111 ], [ -7.316991402256931, 57.401959037157951 ], [ -7.317449645285822, 57.402233007002046 ], [ -7.316871606415233, 57.402993587798647 ], [ -7.318852423209167, 57.403178805559413 ], [ -7.318836802775261, 57.403702306816953 ], [ -7.3195674751774, 57.403831550418253 ], [ -7.318510222062471, 57.40517216574473 ], [ -7.319449493277054, 57.405531952046914 ], [ -7.323244027230524, 57.405542204546492 ], [ -7.323995893775135, 57.406229363296077 ], [ -7.325675851078064, 57.406774589818419 ], [ -7.326161098635955, 57.406488547646504 ], [ -7.327664500529746, 57.408031125757624 ], [ -7.328663848823914, 57.407932048856544 ], [ -7.328882620910766, 57.408346623662872 ], [ -7.330308838579161, 57.408419306483097 ], [ -7.33154545987177, 57.40937652613858 ], [ -7.333033821493208, 57.409692216020446 ], [ -7.334303320571077, 57.409501535496624 ], [ -7.335496706671785, 57.410607240186813 ], [ -7.334777713673101, 57.410914043234946 ], [ -7.33666670929995, 57.411597840494458 ], [ -7.33611541043914, 57.412071209933934 ], [ -7.336717584007507, 57.411946643423832 ], [ -7.336683029011336, 57.412178487493847 ], [ -7.338070828870767, 57.412421000843288 ], [ -7.337602301995897, 57.412821567315014 ], [ -7.338257191615599, 57.412635360094107 ], [ -7.338723518572809, 57.412951211724426 ], [ -7.338432632020796, 57.413243443219798 ], [ -7.33703267024423, 57.413420806601287 ], [ -7.340367660674762, 57.414172708703468 ], [ -7.339724297340222, 57.414906481407264 ], [ -7.340102413450518, 57.415143286046693 ], [ -7.34079058447948, 57.414762171183853 ], [ -7.341953830836601, 57.415190572072547 ], [ -7.342374314039384, 57.415911520893616 ], [ -7.339469787625075, 57.416042183781457 ], [ -7.34058769385156, 57.416890982745947 ], [ -7.338896533944025, 57.416365312938886 ], [ -7.338799163032611, 57.416760910535267 ], [ -7.338215792094087, 57.416694805731908 ], [ -7.338581808771886, 57.417351486575271 ], [ -7.340356760505383, 57.41734265374113 ], [ -7.34003883877045, 57.417941106704951 ], [ -7.341112001026123, 57.417991784257339 ], [ -7.340911197740269, 57.418341385593088 ], [ -7.339742747587098, 57.418323552581718 ], [ -7.340579610210562, 57.418709143994597 ], [ -7.340355684448665, 57.41931170164554 ], [ -7.339768239246156, 57.419297970862516 ], [ -7.340535718222009, 57.420384841503747 ], [ -7.342356165623379, 57.420766411543603 ], [ -7.34367030010428, 57.42062774168248 ], [ -7.344282099151388, 57.421504334461794 ], [ -7.344892479543359, 57.419985418653305 ], [ -7.347237476016535, 57.420292410091726 ], [ -7.346054797085335, 57.419949471211012 ], [ -7.346968316318874, 57.419740517907101 ], [ -7.346674985619456, 57.418988973139683 ], [ -7.347325583735182, 57.419046779478656 ], [ -7.347107868492827, 57.418755473276143 ], [ -7.347640504393085, 57.418531225106605 ], [ -7.346698996529724, 57.418571291483687 ], [ -7.346029364858174, 57.418143527741897 ], [ -7.348057676905628, 57.418258794060627 ], [ -7.350688427594234, 57.419653253387708 ], [ -7.35143809060434, 57.420593238028268 ], [ -7.352560809871296, 57.420708303267304 ], [ -7.35246606382739, 57.420984114101699 ], [ -7.353836029799186, 57.421489099761224 ], [ -7.355712264110807, 57.421703418691763 ], [ -7.356127648607613, 57.422068179304389 ], [ -7.356660765777783, 57.421938363705877 ], [ -7.357165540179864, 57.422856361014404 ], [ -7.356835448711256, 57.422026308490835 ], [ -7.35793626085046, 57.422002773379177 ], [ -7.358522813127199, 57.421645691016892 ], [ -7.356151313910472, 57.420692093802636 ], [ -7.356218699628879, 57.419808200295833 ], [ -7.358772214037383, 57.419021684645131 ], [ -7.359020325234109, 57.418062585990185 ], [ -7.358409379081731, 57.417478495476026 ], [ -7.359485129887719, 57.417148238886163 ], [ -7.361068466336429, 57.419985641183459 ], [ -7.368536058099417, 57.422383686236905 ], [ -7.373667572062289, 57.422920283518202 ], [ -7.376641093881862, 57.422268426048674 ], [ -7.37842785227575, 57.422689622930307 ], [ -7.379868299324062, 57.422695454369993 ], [ -7.383223802520359, 57.423800856745011 ], [ -7.386309927768979, 57.424344460890659 ], [ -7.38861646243884, 57.423434724731436 ], [ -7.389792758584397, 57.422066762291138 ], [ -7.391899347209535, 57.422348059750156 ], [ -7.393529657087741, 57.42575636937994 ], [ -7.392923017671666, 57.428011562815954 ], [ -7.39287150540334, 57.435308704438576 ], [ -7.395677930660804, 57.442009823835932 ], [ -7.397289094419199, 57.443595648582864 ], [ -7.399910715924295, 57.444800571978405 ], [ -7.40090004697584, 57.446412169486557 ], [ -7.405025879984697, 57.44783044036906 ], [ -7.405694520474186, 57.447881783782698 ], [ -7.406354543675095, 57.447434921805041 ], [ -7.408645107349482, 57.447718865151657 ], [ -7.408315008355276, 57.447947256438567 ], [ -7.408996779532464, 57.448425494685125 ], [ -7.408542953924603, 57.448596213660295 ], [ -7.408919015479936, 57.449016509437101 ], [ -7.409989590745253, 57.449211626869044 ], [ -7.409619221122879, 57.44961904518194 ], [ -7.410298859614353, 57.45007127071846 ], [ -7.409843201623223, 57.450116979489486 ], [ -7.409798759884016, 57.450493272269526 ], [ -7.410537318910667, 57.450790869320628 ], [ -7.410540901079677, 57.451930955505986 ], [ -7.411099996611588, 57.45224527351597 ], [ -7.41047239581257, 57.452246187563901 ], [ -7.410396009315935, 57.453184526091029 ], [ -7.41180747491987, 57.453346960781701 ], [ -7.410556807026972, 57.453605083300779 ], [ -7.410208362002701, 57.455152698728782 ], [ -7.410680577474008, 57.455443759985457 ], [ -7.410264293816595, 57.455417577666289 ], [ -7.410180382638469, 57.455741571875443 ], [ -7.410617235103884, 57.455793867927426 ], [ -7.410164652600415, 57.45597353662221 ], [ -7.40841775824653, 57.456004601899373 ], [ -7.40744403296788, 57.455574013142339 ], [ -7.407086306864461, 57.455830585966147 ], [ -7.404258578787902, 57.455372604725284 ], [ -7.403288818250919, 57.455521381665264 ], [ -7.401342081600085, 57.457226739627899 ], [ -7.40068894915986, 57.458839603849412 ], [ -7.401187979566789, 57.461321818848958 ], [ -7.402612074263178, 57.462561058910715 ], [ -7.403641900367906, 57.46282818665982 ], [ -7.404353650157529, 57.462379119827311 ], [ -7.407291965345563, 57.46268926478691 ], [ -7.407928168081048, 57.46251971041611 ], [ -7.408959714440555, 57.463125103347608 ], [ -7.410660282276984, 57.463105932281145 ], [ -7.410981442952586, 57.463492590592381 ], [ -7.410826030939918, 57.464337134782532 ], [ -7.411594216128337, 57.464393170470764 ], [ -7.411192692153414, 57.46491802462544 ], [ -7.411724110119196, 57.465269534266781 ], [ -7.41009118686148, 57.465633188325967 ], [ -7.410390069536984, 57.465745421584359 ], [ -7.40986220554324, 57.465981422369261 ], [ -7.409106742265309, 57.465898729416146 ], [ -7.409459415500105, 57.466159842826812 ], [ -7.407773633005845, 57.466392546401735 ], [ -7.407600903338163, 57.46678245399324 ], [ -7.40820797787386, 57.466979532868429 ], [ -7.408591583081375, 57.467889083360973 ], [ -7.408193936773778, 57.467888187522675 ], [ -7.408272628796333, 57.468419374021472 ], [ -7.409085883290264, 57.468553584441224 ], [ -7.409355207457069, 57.470145713125788 ], [ -7.409865615037833, 57.470355043504142 ], [ -7.409026243811565, 57.470383051788474 ], [ -7.408085709778277, 57.471171364047457 ], [ -7.406653134430865, 57.471322060628239 ], [ -7.406210457166748, 57.471795567310522 ], [ -7.405665042657411, 57.471801014961542 ], [ -7.405420688728181, 57.472711467991068 ], [ -7.404531329439355, 57.472740693452529 ], [ -7.403329452683796, 57.472328867186761 ], [ -7.402343454601255, 57.472585416573907 ], [ -7.400497632407386, 57.473974120008982 ], [ -7.398486325112966, 57.473793192950524 ], [ -7.395027630693344, 57.47445458598262 ], [ -7.391597030507584, 57.47373506710008 ], [ -7.389862897917138, 57.473971390916965 ], [ -7.386484072787833, 57.475163683791379 ], [ -7.385530430059707, 57.474689761499981 ], [ -7.381806508249825, 57.474030236527668 ], [ -7.379047502878883, 57.474748530197928 ], [ -7.376658253814663, 57.477251715456319 ], [ -7.373795225742659, 57.479308027024139 ], [ -7.372665034579504, 57.480766498913177 ], [ -7.371339696611088, 57.486177675144901 ], [ -7.369436555090554, 57.488392653912918 ], [ -7.368838143399831, 57.490571718707187 ], [ -7.367636359403245, 57.49178570702491 ], [ -7.366267108017923, 57.49233908160415 ], [ -7.359459359636661, 57.49297216346708 ], [ -7.35317063626385, 57.494250523720737 ], [ -7.350448095815218, 57.494023473362518 ], [ -7.34512426279086, 57.493677435482162 ], [ -7.34614018891818, 57.493367893767775 ], [ -7.345585046082701, 57.491028316217445 ], [ -7.346067447602438, 57.48923409076491 ], [ -7.345730758786901, 57.489023420917903 ], [ -7.346983404114359, 57.484252842599659 ], [ -7.347612276210906, 57.484165814462756 ], [ -7.346435120958885, 57.484125862754055 ], [ -7.345113624053538, 57.483670875285078 ] ] ], [ [ [ -7.231126965867745, 57.49979508025968 ], [ -7.231000936781827, 57.499557362538759 ], [ -7.23277060468023, 57.499659252502859 ], [ -7.232900636239896, 57.500157756335213 ], [ -7.231940763657449, 57.500224664745808 ], [ -7.231126965867745, 57.49979508025968 ] ] ], [ [ [ -7.158004411098596, 57.503362346198166 ], [ -7.157485263990119, 57.502587303254998 ], [ -7.158284745744379, 57.502212614290947 ], [ -7.15763936495927, 57.501667695218835 ], [ -7.156022879117521, 57.502588738599385 ], [ -7.154054693725693, 57.502736843580159 ], [ -7.151627693586221, 57.502417811745069 ], [ -7.151591235005116, 57.502041391486294 ], [ -7.15301395006135, 57.502055128427685 ], [ -7.153053340256706, 57.501801573516751 ], [ -7.151197379083793, 57.501738087120749 ], [ -7.150892116206648, 57.501588619184091 ], [ -7.151320066181887, 57.501364150569515 ], [ -7.150384273606294, 57.5014249466089 ], [ -7.147705845366884, 57.500211842751682 ], [ -7.144328003874771, 57.501326236878107 ], [ -7.143864786555192, 57.501241695456287 ], [ -7.144130591042777, 57.500933900899817 ], [ -7.143472372463146, 57.50088882140799 ], [ -7.144425114244906, 57.500296509142792 ], [ -7.146036973673401, 57.4999336778707 ], [ -7.147126103375406, 57.500249052513844 ], [ -7.146098182260611, 57.499656739333354 ], [ -7.146412642687026, 57.498924048657962 ], [ -7.145760557202456, 57.498685276589839 ], [ -7.145941347980153, 57.498367456729497 ], [ -7.146458794134569, 57.498125847914991 ], [ -7.147763310408275, 57.499138742215663 ], [ -7.147933228017447, 57.49844795105917 ], [ -7.149218075559766, 57.49790049915142 ], [ -7.150109515862971, 57.497940501832616 ], [ -7.150418787368385, 57.496047280041147 ], [ -7.154239335682563, 57.49499555414878 ], [ -7.15564608237273, 57.496080664374205 ], [ -7.156838359983264, 57.495766370135613 ], [ -7.157704743557276, 57.495865831420552 ], [ -7.158938335616848, 57.497025489793081 ], [ -7.158815823046904, 57.497340942168961 ], [ -7.162229411231503, 57.498019770286341 ], [ -7.163420946811286, 57.498762708392363 ], [ -7.163709972793233, 57.499623654413384 ], [ -7.162016576300433, 57.500412967000344 ], [ -7.163217764227596, 57.501164510851019 ], [ -7.161619487570657, 57.501032119349325 ], [ -7.161112620468504, 57.501997695448082 ], [ -7.159671006388298, 57.501791368718848 ], [ -7.160337711937721, 57.502191436162413 ], [ -7.159574572282993, 57.502645630488757 ], [ -7.159664850812987, 57.502988351032364 ], [ -7.158732448857257, 57.502896104192743 ], [ -7.158004411098596, 57.503362346198166 ] ] ], [ [ [ -7.240335760240883, 57.500136291322995 ], [ -7.240745224582498, 57.499903275379481 ], [ -7.241738447242286, 57.500010379972494 ], [ -7.242287704411351, 57.500342938396159 ], [ -7.24163721761586, 57.500469019450243 ], [ -7.240335760240883, 57.500136291322995 ] ] ], [ [ [ -7.193138602277959, 57.500468716843706 ], [ -7.192859471100065, 57.500151802385105 ], [ -7.192010549626415, 57.500528761097144 ], [ -7.191526199358925, 57.500355283278459 ], [ -7.189588293301036, 57.500597182995023 ], [ -7.189756716232286, 57.500018854591282 ], [ -7.183774262823464, 57.502379990362456 ], [ -7.182363712254313, 57.502334606940444 ], [ -7.181470540614791, 57.502695316485294 ], [ -7.178096776440099, 57.50236177941828 ], [ -7.177589489607732, 57.502850551362471 ], [ -7.176382433753546, 57.502531285124661 ], [ -7.173819890805916, 57.502731141930745 ], [ -7.172148633930028, 57.502615379189287 ], [ -7.171642206891358, 57.502226780662141 ], [ -7.169318120372587, 57.50180937915102 ], [ -7.169158576411656, 57.502157857571497 ], [ -7.165877314721099, 57.50052898263116 ], [ -7.166251371812881, 57.499865770384019 ], [ -7.168021615633813, 57.499383673603198 ], [ -7.167584072435019, 57.49918568930466 ], [ -7.168087286876923, 57.498431685371635 ], [ -7.170068181603301, 57.498080375488719 ], [ -7.170129953922801, 57.496570666854616 ], [ -7.16828599642571, 57.496295492013694 ], [ -7.167490055872454, 57.496575625782228 ], [ -7.166668840738625, 57.496087461801892 ], [ -7.167170906354173, 57.495738418806461 ], [ -7.166634149001858, 57.495193583875576 ], [ -7.16557607130603, 57.496100832158298 ], [ -7.163275004238606, 57.496019809780776 ], [ -7.163323875201517, 57.495302464017861 ], [ -7.161567610187916, 57.495468995184659 ], [ -7.161572444708533, 57.49473546126336 ], [ -7.160438969006893, 57.494637982899611 ], [ -7.160206132207712, 57.494350598224152 ], [ -7.160323725924905, 57.493882380056149 ], [ -7.160773594828609, 57.493872928135758 ], [ -7.16202414336699, 57.494797913944289 ], [ -7.163082534866632, 57.494660012256205 ], [ -7.163253427399727, 57.494450545323105 ], [ -7.162601005582845, 57.494445821443236 ], [ -7.164002728202654, 57.493663965223654 ], [ -7.165223466285679, 57.49396478302652 ], [ -7.16492767709178, 57.493410050300746 ], [ -7.163764095642541, 57.493394820450561 ], [ -7.162934773527672, 57.492848480726003 ], [ -7.161646994861496, 57.493018287330671 ], [ -7.161307592620651, 57.492627300321082 ], [ -7.162442426508314, 57.492144343366753 ], [ -7.164464682919571, 57.492205325825104 ], [ -7.164169959546838, 57.491835007162024 ], [ -7.1651239176306, 57.491845340169753 ], [ -7.165585895655911, 57.491331484830248 ], [ -7.167223811040666, 57.4916286513564 ], [ -7.167546301315951, 57.491250987557777 ], [ -7.169826655562368, 57.491305781494198 ], [ -7.169699146993465, 57.492174831615365 ], [ -7.170273132376161, 57.492569656230913 ], [ -7.170784533368481, 57.491225929753973 ], [ -7.172114495377135, 57.490941817269913 ], [ -7.17091315147469, 57.490482804762181 ], [ -7.167478865244352, 57.490479927393217 ], [ -7.16569735818486, 57.489581295051238 ], [ -7.166509704025789, 57.489358982639381 ], [ -7.167623457883264, 57.489790139391083 ], [ -7.169193713635253, 57.48943320154477 ], [ -7.170039859459819, 57.489803347405953 ], [ -7.171707038066586, 57.489599860713902 ], [ -7.172274595306912, 57.489419064827942 ], [ -7.171802280923319, 57.488975080638461 ], [ -7.172725340352429, 57.488532222578229 ], [ -7.174297666537548, 57.488544053755959 ], [ -7.173708178150797, 57.488334345660114 ], [ -7.17372775356183, 57.487942125168786 ], [ -7.175276931181777, 57.487437506461973 ], [ -7.17428865810036, 57.487361179106763 ], [ -7.174090949606188, 57.487027383578571 ], [ -7.172204971949625, 57.487041942927803 ], [ -7.172237878095016, 57.487333026781208 ], [ -7.170693994771432, 57.487639432614912 ], [ -7.16674683354602, 57.487729602420771 ], [ -7.166716720658775, 57.48728093820646 ], [ -7.167560682414486, 57.487282269777374 ], [ -7.166623817721183, 57.486978820737917 ], [ -7.167773892870201, 57.486369211292988 ], [ -7.16450645665237, 57.485594578465694 ], [ -7.163973482387608, 57.485724431339627 ], [ -7.164559735977456, 57.486384215709457 ], [ -7.162906810874443, 57.486038147650873 ], [ -7.162116980266407, 57.486183031361826 ], [ -7.164211452463595, 57.486461497853902 ], [ -7.16479194948979, 57.487139513809979 ], [ -7.16325140453963, 57.487292723851745 ], [ -7.162475628513715, 57.486946641924199 ], [ -7.16173869559176, 57.487170334114381 ], [ -7.161952352154964, 57.487440506125921 ], [ -7.161528826948483, 57.487399394583143 ], [ -7.160419012047724, 57.486995019670061 ], [ -7.160459055268438, 57.486687446006464 ], [ -7.161148358028489, 57.486717658664041 ], [ -7.160410759284836, 57.486050570428041 ], [ -7.158200659120268, 57.485367375016658 ], [ -7.15993603768374, 57.484288441415629 ], [ -7.15829500370488, 57.484202769347654 ], [ -7.158652644161672, 57.483837184731165 ], [ -7.158062513987982, 57.483739908096823 ], [ -7.15971423176961, 57.483487720458633 ], [ -7.159077736618747, 57.482766991171793 ], [ -7.160294521212974, 57.482865554683698 ], [ -7.160561325220318, 57.482566675505062 ], [ -7.161945158245643, 57.482428921908564 ], [ -7.161702513352272, 57.481894499292274 ], [ -7.160608596717452, 57.481660439374949 ], [ -7.160916995037864, 57.481301366031502 ], [ -7.162788296060363, 57.481539515207928 ], [ -7.16334897222162, 57.481192577063666 ], [ -7.165173995201049, 57.48116265003879 ], [ -7.163140563844927, 57.480841210658774 ], [ -7.162840653179792, 57.480610573131266 ], [ -7.163311311147008, 57.480217840038478 ], [ -7.164285525133982, 57.480137360584592 ], [ -7.166060710209608, 57.48058186098487 ], [ -7.167832356333348, 57.480293143694816 ], [ -7.169577335033372, 57.480936793230029 ], [ -7.17007847108068, 57.480641759091156 ], [ -7.16826966847175, 57.479960247596864 ], [ -7.168953285437007, 57.479833182497387 ], [ -7.170681984432093, 57.480185049166302 ], [ -7.17120139093189, 57.480667590023124 ], [ -7.170057453780388, 57.481142013949245 ], [ -7.170449763426558, 57.481611785053175 ], [ -7.169714752823276, 57.48196592043611 ], [ -7.170148293511726, 57.482137063014711 ], [ -7.171634388639355, 57.481896020174823 ], [ -7.172246142544226, 57.4814974513545 ], [ -7.174257790632769, 57.481369738890791 ], [ -7.173523379527981, 57.481197486492349 ], [ -7.17418175638504, 57.480774494942224 ], [ -7.172178195498841, 57.48054645148131 ], [ -7.171779408619439, 57.480148936172249 ], [ -7.17240678822468, 57.480037661086371 ], [ -7.169677852747445, 57.479641444490866 ], [ -7.168865168017614, 57.479269927089831 ], [ -7.169595563108465, 57.47900146653491 ], [ -7.167951869478018, 57.478659591477118 ], [ -7.168279454624023, 57.477669847432722 ], [ -7.16909299767952, 57.477280998549844 ], [ -7.168628136419884, 57.477183124968818 ], [ -7.169086012178302, 57.476170028464011 ], [ -7.168116354709421, 57.475750970283876 ], [ -7.169377940047132, 57.475046774886174 ], [ -7.168573736940861, 57.474085538542049 ], [ -7.168916893434272, 57.473383088521523 ], [ -7.16998357565885, 57.473249271073364 ], [ -7.171414073952179, 57.473856323572832 ], [ -7.171719200282557, 57.473416371463188 ], [ -7.173266664601906, 57.473375233425323 ], [ -7.174494140337197, 57.472136999963197 ], [ -7.173427377997008, 57.471798462038258 ], [ -7.175277575991782, 57.471654865096646 ], [ -7.174197201200809, 57.471514851398908 ], [ -7.174296562954564, 57.471155340411421 ], [ -7.175782303582573, 57.470797276373339 ], [ -7.175974414452829, 57.470267482612037 ], [ -7.176758482861127, 57.47037918435862 ], [ -7.177142958743359, 57.469675006452533 ], [ -7.180033921212555, 57.470217339629073 ], [ -7.178975322238053, 57.469347625138248 ], [ -7.180785490725381, 57.468805175937781 ], [ -7.182068168174416, 57.469017779826025 ], [ -7.181818962353434, 57.469968349694788 ], [ -7.184003985461207, 57.471007577157266 ], [ -7.185968780224737, 57.472964661513572 ], [ -7.18705013925748, 57.471817801002651 ], [ -7.188774585803128, 57.471494727433353 ], [ -7.190822222367625, 57.473151385912196 ], [ -7.191815456059945, 57.471738172346896 ], [ -7.192568864405497, 57.473160277527796 ], [ -7.193775673477291, 57.473542365538044 ], [ -7.193138403223275, 57.474580972608003 ], [ -7.191829495963627, 57.475125404521336 ], [ -7.190939995558422, 57.474860676316545 ], [ -7.190369542511497, 57.475077676617992 ], [ -7.189428551092567, 57.474450637290602 ], [ -7.18863149280321, 57.474483517852875 ], [ -7.189817450875171, 57.475541365978707 ], [ -7.189070710402356, 57.475752135823761 ], [ -7.189506622378539, 57.476233550603077 ], [ -7.189122586234196, 57.476528336221243 ], [ -7.19072307972741, 57.476624269758616 ], [ -7.190978485888785, 57.477832981744463 ], [ -7.188806984671782, 57.477657125851785 ], [ -7.187776212748293, 57.478455483612201 ], [ -7.188500000503619, 57.479257961629344 ], [ -7.188107101982741, 57.479373145705672 ], [ -7.187832000072138, 57.479083053181661 ], [ -7.187286174783734, 57.47959146136845 ], [ -7.187871739888784, 57.479832759528854 ], [ -7.188730479586382, 57.482406806354788 ], [ -7.189484590407045, 57.48289309496429 ], [ -7.188987447838328, 57.484155346240122 ], [ -7.189963395222626, 57.484439022640061 ], [ -7.19021092293878, 57.485004693279706 ], [ -7.191036204543914, 57.485168603391017 ], [ -7.191502449633991, 57.484218054413333 ], [ -7.190619430622657, 57.483413161452546 ], [ -7.191433893556022, 57.483442541983266 ], [ -7.191788852130098, 57.482684645154677 ], [ -7.193612730471873, 57.482951293208288 ], [ -7.194781750683164, 57.483722761565865 ], [ -7.194811886602995, 57.484028355368075 ], [ -7.194126207061498, 57.484234830689367 ], [ -7.194835989817465, 57.484667131200112 ], [ -7.193704965516381, 57.48500806872098 ], [ -7.194077812954607, 57.485221229867342 ], [ -7.193493878813271, 57.485039278206855 ], [ -7.192957803714883, 57.485217075174184 ], [ -7.194420194071805, 57.485830668203022 ], [ -7.194757531345855, 57.486322437897826 ], [ -7.196161589507335, 57.486373334349672 ], [ -7.196413177633695, 57.486661683278143 ], [ -7.198693276053975, 57.487020996916314 ], [ -7.198681459800654, 57.486480692762846 ], [ -7.200169903286707, 57.486384986045628 ], [ -7.199631179443617, 57.486122008720031 ], [ -7.201929852760756, 57.486283434625925 ], [ -7.201410520289314, 57.485640837524151 ], [ -7.201963885720115, 57.485643153110601 ], [ -7.204687797457905, 57.486876632132024 ], [ -7.203060313658739, 57.488118218978123 ], [ -7.201502568147708, 57.48861904428496 ], [ -7.202684488701073, 57.488763637132649 ], [ -7.20312652458429, 57.489109785910529 ], [ -7.20535568028703, 57.488981585878577 ], [ -7.205894204300573, 57.489418215232256 ], [ -7.205529983286991, 57.489676237872352 ], [ -7.206427677009117, 57.489526615265653 ], [ -7.207550193112933, 57.489957067015183 ], [ -7.207452410019786, 57.49020856642818 ], [ -7.206396905758578, 57.490247749092731 ], [ -7.207581347307749, 57.491346009171181 ], [ -7.20648431960648, 57.4910944670508 ], [ -7.204248340472786, 57.489594284320184 ], [ -7.203519345369052, 57.489579445007458 ], [ -7.204833473965352, 57.490181960359337 ], [ -7.205116382526783, 57.490935107734259 ], [ -7.205740587190877, 57.491152235724215 ], [ -7.20424456326174, 57.49249637379102 ], [ -7.204454555764291, 57.493675456063421 ], [ -7.203273627512587, 57.494066229805021 ], [ -7.204264432850487, 57.495446975303331 ], [ -7.202861115637854, 57.495626484710392 ], [ -7.203018835132613, 57.496146359806076 ], [ -7.202247418346339, 57.496596672802013 ], [ -7.203901111893443, 57.497234654822968 ], [ -7.20415781957065, 57.498213844628154 ], [ -7.203409471419559, 57.49824029288186 ], [ -7.202332774841882, 57.497722421657798 ], [ -7.201485378944323, 57.497757452661816 ], [ -7.199854675269857, 57.497221968740128 ], [ -7.199454591953343, 57.497346479495548 ], [ -7.199204199891104, 57.496996897093403 ], [ -7.197252138984929, 57.496434166817849 ], [ -7.196279262758164, 57.49552953573982 ], [ -7.193933860930766, 57.495959302259038 ], [ -7.191706704182126, 57.495047917464817 ], [ -7.191958144731406, 57.494466159198986 ], [ -7.1894249005443, 57.493810317120357 ], [ -7.185584675515329, 57.493658203027934 ], [ -7.186174599940181, 57.493458426140343 ], [ -7.186112838365611, 57.493141538054971 ], [ -7.183159313621395, 57.492525391625321 ], [ -7.181375488436077, 57.493084758088166 ], [ -7.180303981623238, 57.493011901448554 ], [ -7.179679763358108, 57.492205275435438 ], [ -7.180803139724722, 57.492114035290946 ], [ -7.180661585590083, 57.491764438746479 ], [ -7.179185668445847, 57.490961382523295 ], [ -7.177006692909536, 57.49115003463487 ], [ -7.178945003141736, 57.492150038352911 ], [ -7.177778870103253, 57.492175535586817 ], [ -7.178018069957097, 57.492624594393128 ], [ -7.179417618932179, 57.49312487376357 ], [ -7.179369167856493, 57.493725241197801 ], [ -7.180172893304866, 57.49461895935314 ], [ -7.179093943819503, 57.494964808883317 ], [ -7.179113475840509, 57.495278938075245 ], [ -7.180431634048004, 57.49544063121364 ], [ -7.180559128027096, 57.495808803331826 ], [ -7.182187143098682, 57.496092693015449 ], [ -7.182505008332815, 57.496565499825159 ], [ -7.185111662365381, 57.49744341131268 ], [ -7.186293498115123, 57.497115765396416 ], [ -7.186809740252087, 57.49727894905164 ], [ -7.186903359844482, 57.497760989406515 ], [ -7.187469652142483, 57.49762966806562 ], [ -7.1868573411389, 57.498730185796099 ], [ -7.188385926370631, 57.497843839987191 ], [ -7.189743070405833, 57.498219786885734 ], [ -7.190885386772281, 57.497673272315026 ], [ -7.195066388708998, 57.498454536999219 ], [ -7.195140370250124, 57.498797912823491 ], [ -7.194347804174691, 57.499042088472024 ], [ -7.196119443716718, 57.500332171551371 ], [ -7.195298488474191, 57.501139911355715 ], [ -7.195753333227386, 57.501634029230246 ], [ -7.194840641822059, 57.501680707070634 ], [ -7.195233426599975, 57.502325858712197 ], [ -7.194479171593787, 57.502487468069724 ], [ -7.192924346122021, 57.502074733882452 ], [ -7.19216359229006, 57.50119281008547 ], [ -7.193138602277959, 57.500468716843706 ] ] ], [ [ [ -7.174693632920528, 57.503352076150307 ], [ -7.173976837061611, 57.503012627275432 ], [ -7.176486202767202, 57.502967922293074 ], [ -7.176433586183365, 57.503186040251677 ], [ -7.174693632920528, 57.503352076150307 ] ] ], [ [ [ -7.183924159529272, 57.502787729135356 ], [ -7.185608863404497, 57.501998470506869 ], [ -7.187601929502376, 57.502613683086579 ], [ -7.186152168101724, 57.502880393684976 ], [ -7.185403191826466, 57.502726795351641 ], [ -7.184755419966097, 57.503167398252494 ], [ -7.183888842109014, 57.5030096377807 ], [ -7.183924159529272, 57.502787729135356 ] ] ], [ [ [ -7.205049243213486, 57.502527626104687 ], [ -7.204769973574902, 57.502327718080977 ], [ -7.204279732329793, 57.502464970293424 ], [ -7.200903603595555, 57.500885885621443 ], [ -7.202407375724296, 57.501116168944975 ], [ -7.201655213384188, 57.50082332596628 ], [ -7.201977983482683, 57.500742496994853 ], [ -7.205059570826263, 57.501897321814276 ], [ -7.205391316137463, 57.501645146199479 ], [ -7.205800886329512, 57.502406552304691 ], [ -7.205127927746284, 57.502083457567295 ], [ -7.205049243213486, 57.502527626104687 ] ] ], [ [ [ -7.155634558217145, 57.504512211694539 ], [ -7.157307556494846, 57.504344688066098 ], [ -7.156865807774862, 57.504826184141031 ], [ -7.155634558217145, 57.504512211694539 ] ] ], [ [ [ -7.198979945459454, 57.502634542023173 ], [ -7.198337452573305, 57.501234868293736 ], [ -7.198522673278969, 57.501596143339476 ], [ -7.199588848814735, 57.501219161320577 ], [ -7.200265587680117, 57.501510634170849 ], [ -7.199971471559015, 57.501909711046331 ], [ -7.20198596052532, 57.502087402047245 ], [ -7.199827546625517, 57.502307080385542 ], [ -7.200866710988743, 57.502561079147767 ], [ -7.200106755010731, 57.502623978045413 ], [ -7.201519864321781, 57.502745542155225 ], [ -7.201191909848962, 57.50302454461518 ], [ -7.200051022025893, 57.503053696190207 ], [ -7.198979945459454, 57.502634542023173 ] ] ], [ [ [ -7.23843692980774, 57.501695598545389 ], [ -7.236753922055321, 57.501383215137523 ], [ -7.238061601198672, 57.501468264405339 ], [ -7.23843692980774, 57.501695598545389 ] ] ], [ [ [ -7.226035804149854, 57.502350700575988 ], [ -7.225926246996205, 57.501702868385493 ], [ -7.225455441746816, 57.502266820813304 ], [ -7.22496373226288, 57.501693345755157 ], [ -7.224416767229606, 57.502017500316995 ], [ -7.223481971594697, 57.500859524788531 ], [ -7.225261255042184, 57.500911631444666 ], [ -7.225608160207666, 57.500591281465319 ], [ -7.226935099705517, 57.500986089470587 ], [ -7.227235410129939, 57.502264882548076 ], [ -7.226382198186296, 57.50231831786045 ], [ -7.226035804149854, 57.502350700575988 ] ] ], [ [ [ -7.156748541769509, 57.505888248301247 ], [ -7.155662957212297, 57.505599799611495 ], [ -7.15698634640191, 57.505442103744443 ], [ -7.156434603814645, 57.505086796584038 ], [ -7.157620411246113, 57.505020210934134 ], [ -7.158725693682327, 57.505388816931493 ], [ -7.158877391212972, 57.505693028597108 ], [ -7.158209877050344, 57.505819366061985 ], [ -7.156979589314667, 57.50568982430957 ], [ -7.156748541769509, 57.505888248301247 ] ] ], [ [ [ -7.2515993748412, 57.501640086582718 ], [ -7.252712506841342, 57.501581028198544 ], [ -7.252953585077432, 57.501920107912191 ], [ -7.2515993748412, 57.501640086582718 ] ] ], [ [ [ -7.204177193890534, 57.503971916677664 ], [ -7.202074507820464, 57.503294003156924 ], [ -7.20522293630335, 57.503510248784089 ], [ -7.205986676877484, 57.503883577727869 ], [ -7.20555842373772, 57.503986776323231 ], [ -7.204177193890534, 57.503971916677664 ] ] ], [ [ [ -7.230280921438271, 57.502403790941557 ], [ -7.231155203875142, 57.502322457937261 ], [ -7.230949835049965, 57.503104857605123 ], [ -7.230122696009698, 57.502932274240656 ], [ -7.230280921438271, 57.502403790941557 ] ] ], [ [ [ -7.175169593115677, 57.504880171323308 ], [ -7.178912939055853, 57.504577716129965 ], [ -7.1783702817409, 57.505288399232555 ], [ -7.17664368379068, 57.505431415188305 ], [ -7.174953194316704, 57.505239994082736 ], [ -7.175169593115677, 57.504880171323308 ] ] ], [ [ [ -7.154954437774821, 57.506618595368671 ], [ -7.150812571830132, 57.504871615193629 ], [ -7.152992878212431, 57.504863345061715 ], [ -7.154306857700321, 57.505407901360613 ], [ -7.154808535245511, 57.505054430836466 ], [ -7.155539657615413, 57.505555361805591 ], [ -7.15535485835658, 57.506021826828075 ], [ -7.155868567641746, 57.506167245166267 ], [ -7.154954437774821, 57.506618595368671 ] ] ], [ [ [ -7.162191247584377, 57.506016045352339 ], [ -7.161948187826888, 57.505657097347836 ], [ -7.16148210825548, 57.505730200601576 ], [ -7.161791797208644, 57.505497048952769 ], [ -7.161343527204825, 57.505164512251561 ], [ -7.163370838043797, 57.504842908008342 ], [ -7.162188128319119, 57.504518008976007 ], [ -7.162903236927959, 57.504137753287502 ], [ -7.163382846927152, 57.504455501695524 ], [ -7.163663783380984, 57.504196530518207 ], [ -7.164813815365706, 57.504585742780009 ], [ -7.16384555745979, 57.504004613372985 ], [ -7.164514992298233, 57.503833175852051 ], [ -7.166195219990167, 57.504484054178974 ], [ -7.165041982611281, 57.504603372911134 ], [ -7.165048098390803, 57.504823572949213 ], [ -7.166853595285582, 57.505001406070669 ], [ -7.16746846829356, 57.50556553121514 ], [ -7.166874653515798, 57.506093800004685 ], [ -7.165924687115604, 57.506173287381735 ], [ -7.162191247584377, 57.506016045352339 ] ] ], [ [ [ -7.209186966910028, 57.503643167792745 ], [ -7.210594389336626, 57.503548908251538 ], [ -7.211665623797549, 57.504084938476879 ], [ -7.210987472754245, 57.504369472059622 ], [ -7.209186966910028, 57.503643167792745 ] ] ], [ [ [ -7.21660293162904, 57.502665598287855 ], [ -7.219317314801271, 57.502535050954734 ], [ -7.220256402653822, 57.503314947013216 ], [ -7.221998246121585, 57.503863564958358 ], [ -7.220378657176978, 57.503993749204234 ], [ -7.220270504362847, 57.503471832938502 ], [ -7.218436125019155, 57.503385944079973 ], [ -7.218004657932451, 57.503174378090804 ], [ -7.218285830264271, 57.502919764321625 ], [ -7.21660293162904, 57.502665598287855 ] ] ], [ [ [ -7.274807675439124, 57.501684401395444 ], [ -7.273999940917563, 57.501589577625673 ], [ -7.274634023563833, 57.501570198604341 ], [ -7.274155117737069, 57.501148437911894 ], [ -7.275061195090539, 57.500767607263114 ], [ -7.275977686798663, 57.501221410408142 ], [ -7.275279175284044, 57.501812213761539 ], [ -7.274807675439124, 57.501684401395444 ] ] ], [ [ [ -7.295201156272053, 57.501209398953165 ], [ -7.294960599622554, 57.50081907554133 ], [ -7.294675174174296, 57.500925573586642 ], [ -7.294502381394834, 57.500541396821205 ], [ -7.293152594310262, 57.500800658057891 ], [ -7.292956194754053, 57.500426471428447 ], [ -7.292228405568745, 57.500479580972645 ], [ -7.291802142686183, 57.500191550212428 ], [ -7.291825508835962, 57.499776623733965 ], [ -7.290271689053057, 57.499954447304638 ], [ -7.289954341133286, 57.499783314841544 ], [ -7.29061891932367, 57.499467412340458 ], [ -7.288603400800327, 57.499804108474876 ], [ -7.288221858548515, 57.499190231597396 ], [ -7.288942594893492, 57.49943440032046 ], [ -7.290162301772845, 57.499315634473547 ], [ -7.289734538134751, 57.498613717336028 ], [ -7.288808613339219, 57.498337683992823 ], [ -7.290442691547239, 57.498655934099787 ], [ -7.291089462357656, 57.498390270474296 ], [ -7.291652887757355, 57.498875007028303 ], [ -7.292206072378463, 57.49877075203441 ], [ -7.293361643323002, 57.499131587611089 ], [ -7.294300223802765, 57.499609529085021 ], [ -7.294083874942603, 57.500019078376468 ], [ -7.295061157093283, 57.500360404642187 ], [ -7.295746978769807, 57.501226922645046 ], [ -7.295201156272053, 57.501209398953165 ] ] ], [ [ [ -7.207829972092119, 57.504441688046057 ], [ -7.20856697489254, 57.503808303161442 ], [ -7.210450569032077, 57.504589664911812 ], [ -7.209170288436274, 57.504989099412299 ], [ -7.208238369997609, 57.504901694865588 ], [ -7.207829972092119, 57.504441688046057 ] ] ], [ [ [ -7.255515139153287, 57.503165632998105 ], [ -7.25583966410592, 57.503039597091984 ], [ -7.257468458946214, 57.503264010044077 ], [ -7.256468308660271, 57.503341786350354 ], [ -7.255515139153287, 57.503165632998105 ] ] ], [ [ [ -7.217938392102909, 57.504229929518189 ], [ -7.219774690930547, 57.504153777040379 ], [ -7.220911955411025, 57.504857961853716 ], [ -7.221998587221132, 57.504974846706155 ], [ -7.221684171778135, 57.50517235912249 ], [ -7.219039800449687, 57.504800642216843 ], [ -7.218916312860736, 57.504229870367851 ], [ -7.217938392102909, 57.504229929518189 ] ] ], [ [ [ -7.222679400174062, 57.50486111003454 ], [ -7.223788197986956, 57.504747601506004 ], [ -7.224008826324045, 57.505062384047015 ], [ -7.223451511211166, 57.505197997077516 ], [ -7.222679400174062, 57.50486111003454 ] ] ], [ [ [ -7.196510940196134, 57.505894884721279 ], [ -7.197120143511182, 57.505770748503892 ], [ -7.198728182300046, 57.506320709787431 ], [ -7.197456165174647, 57.506310260874919 ], [ -7.196510940196134, 57.505894884721279 ] ] ], [ [ [ -7.256360664879492, 57.503638735916567 ], [ -7.257720018756043, 57.503559450936244 ], [ -7.258164042778664, 57.503914338731825 ], [ -7.257673423852833, 57.504105810994822 ], [ -7.256360664879492, 57.503638735916567 ] ] ], [ [ [ -7.147618928212834, 57.509069327945703 ], [ -7.147381773154075, 57.508692117518457 ], [ -7.144722449985172, 57.509039290184269 ], [ -7.144510783152785, 57.508724018363999 ], [ -7.142076543554079, 57.508000186488353 ], [ -7.142132061327448, 57.507030648108241 ], [ -7.144109700925063, 57.506414460909767 ], [ -7.144672919463529, 57.506733359143325 ], [ -7.145160928080341, 57.505512193103328 ], [ -7.148022822828809, 57.505417657955064 ], [ -7.150590789432506, 57.506023426851627 ], [ -7.151090446226181, 57.506542852889872 ], [ -7.151438160046442, 57.506164205584049 ], [ -7.153926830440649, 57.50685863490277 ], [ -7.15347362776938, 57.507259604834886 ], [ -7.150702051788078, 57.507166107565901 ], [ -7.151476897198603, 57.507503309947559 ], [ -7.149882259921545, 57.508877764155443 ], [ -7.147618928212834, 57.509069327945703 ] ] ], [ [ [ -7.214770840294976, 57.505575997278839 ], [ -7.216022309628013, 57.505150703910736 ], [ -7.216941500608736, 57.505441041049103 ], [ -7.217853733905818, 57.50603310407385 ], [ -7.216894382699229, 57.50651379387169 ], [ -7.216005237549353, 57.50643367073986 ], [ -7.214770840294976, 57.505575997278839 ] ] ], [ [ [ -7.298548894693179, 57.502620768201851 ], [ -7.298644492915515, 57.502243291649442 ], [ -7.298145620922885, 57.502088821016514 ], [ -7.298159867058716, 57.501899246021885 ], [ -7.298880948070737, 57.501972368586117 ], [ -7.298542379205887, 57.501770654162925 ], [ -7.299229012553028, 57.501606756418688 ], [ -7.298580105279954, 57.501512599194832 ], [ -7.299202083331341, 57.501306429952265 ], [ -7.298559487262141, 57.500910546513829 ], [ -7.296861796073179, 57.50078855002694 ], [ -7.297138492426237, 57.500506937499168 ], [ -7.295740666515607, 57.500435293738654 ], [ -7.295066977323849, 57.50011269277158 ], [ -7.29583701485168, 57.499544856561762 ], [ -7.297810863197789, 57.499727228679056 ], [ -7.298824065416109, 57.499050147131399 ], [ -7.299209568870592, 57.499114901160112 ], [ -7.29935485212318, 57.498676838700987 ], [ -7.300264026149476, 57.499124479895215 ], [ -7.299669895109766, 57.499464464986701 ], [ -7.29988528614046, 57.499738855676192 ], [ -7.29885341405824, 57.499827309225076 ], [ -7.300429127031975, 57.500260376534158 ], [ -7.298768501338428, 57.500393311422066 ], [ -7.298748322770029, 57.500772111643876 ], [ -7.300804815779626, 57.501004951421926 ], [ -7.30031518479716, 57.501489017241653 ], [ -7.302894353870379, 57.501407343601528 ], [ -7.30159928630519, 57.50181287104305 ], [ -7.301770354980481, 57.502242106900297 ], [ -7.300685684495389, 57.50219781597238 ], [ -7.30098641526215, 57.502599093418738 ], [ -7.299884326846668, 57.502492537317693 ], [ -7.300442808382455, 57.502711981637205 ], [ -7.300144085656301, 57.503129511858845 ], [ -7.299322578059891, 57.502768163590176 ], [ -7.298548894693179, 57.502620768201851 ] ] ], [ [ [ -7.264625944988469, 57.504440538146881 ], [ -7.267111933116599, 57.504233024904664 ], [ -7.267460512629483, 57.504389408104224 ], [ -7.267056989826651, 57.504662759243928 ], [ -7.264853936514603, 57.504745951000018 ], [ -7.264625944988469, 57.504440538146881 ] ] ], [ [ [ -7.206635066151074, 57.507078128181426 ], [ -7.204983433875829, 57.50639959280273 ], [ -7.204841567491213, 57.506167006653634 ], [ -7.205347819006117, 57.506141569299139 ], [ -7.206964958833202, 57.506520085314364 ], [ -7.204922193929575, 57.505619278441763 ], [ -7.208129601214702, 57.50642240347122 ], [ -7.208063153234797, 57.506015732381201 ], [ -7.20934665299576, 57.506282049079076 ], [ -7.209960916738671, 57.506778521061193 ], [ -7.208038829215043, 57.506489147725233 ], [ -7.207610547203182, 57.506650842576384 ], [ -7.20857955880726, 57.507173133527559 ], [ -7.207656534131226, 57.507089854373255 ], [ -7.206635066151074, 57.507078128181426 ] ] ], [ [ [ -7.183864317362909, 57.508539989620516 ], [ -7.182893290181419, 57.507707164113455 ], [ -7.182509698694832, 57.507772449760864 ], [ -7.182611509771846, 57.50754780374421 ], [ -7.183475734965572, 57.507570700736395 ], [ -7.184612031232646, 57.507037998006112 ], [ -7.184864417688994, 57.506285255701215 ], [ -7.185581184161238, 57.505976782676065 ], [ -7.181164820827438, 57.50530835411378 ], [ -7.180742571629295, 57.50421897102526 ], [ -7.183277612683981, 57.504119086567776 ], [ -7.18397221527018, 57.504360419919472 ], [ -7.183598834230281, 57.504497274134749 ], [ -7.183991670054042, 57.504850015862573 ], [ -7.193676695205621, 57.50459916775997 ], [ -7.195531272158295, 57.505354949309414 ], [ -7.192900518438295, 57.507659081614662 ], [ -7.192180717307225, 57.507711274597234 ], [ -7.1921043117011, 57.50711604875746 ], [ -7.191064404384116, 57.506915995434994 ], [ -7.191070512987592, 57.506254378829894 ], [ -7.192390742732259, 57.505723013183712 ], [ -7.191800204737446, 57.505567413024785 ], [ -7.190827170545941, 57.505895491355048 ], [ -7.190583921225915, 57.506535394956586 ], [ -7.183876021788586, 57.508269564108112 ], [ -7.183864317362909, 57.508539989620516 ] ] ], [ [ [ -7.264063929423415, 57.50517943859716 ], [ -7.264738608555441, 57.504989239166939 ], [ -7.265207765715412, 57.50499660612563 ], [ -7.265102039769907, 57.505248491524114 ], [ -7.264063929423415, 57.50517943859716 ] ] ], [ [ [ -7.267656783865822, 57.504012248522791 ], [ -7.269763867756541, 57.503901530093778 ], [ -7.271337883872189, 57.504555496131943 ], [ -7.269710830673468, 57.505096070978716 ], [ -7.267953932257353, 57.505201126346975 ], [ -7.268681580147009, 57.504972693291315 ], [ -7.268057424162706, 57.504760360347319 ], [ -7.267656783865822, 57.504012248522791 ] ] ], [ [ [ -7.346092020432947, 57.497383546659535 ], [ -7.348135807204908, 57.49727778671631 ], [ -7.346338122213696, 57.499096420008016 ], [ -7.347051967954232, 57.499416150364667 ], [ -7.346782830791947, 57.500282504387286 ], [ -7.347438864112793, 57.500276221954394 ], [ -7.347819742375697, 57.500821579161936 ], [ -7.346759597729793, 57.501423680146594 ], [ -7.343712113723834, 57.501606239601195 ], [ -7.342024003496364, 57.502235866191135 ], [ -7.341705771151519, 57.501889413245955 ], [ -7.34135958626455, 57.50140915998896 ], [ -7.340113188442112, 57.501174094815063 ], [ -7.338992179030877, 57.500425249616825 ], [ -7.339657577698839, 57.499375617696764 ], [ -7.345895860157164, 57.497664554968942 ], [ -7.346092020432947, 57.497383546659535 ] ] ], [ [ [ -7.255415292423725, 57.506184317952226 ], [ -7.254126279926266, 57.505302293679897 ], [ -7.252151038331816, 57.505690697813861 ], [ -7.251270029380737, 57.505493502495703 ], [ -7.251126590020224, 57.5058324334031 ], [ -7.247892686533642, 57.506187797135624 ], [ -7.244587248946179, 57.505988151119411 ], [ -7.242344611899353, 57.505564180752955 ], [ -7.241721728348014, 57.505185195837811 ], [ -7.240148853462211, 57.505349683380167 ], [ -7.239534397087462, 57.505087317272363 ], [ -7.239362938607459, 57.504882992213219 ], [ -7.240092603163421, 57.504551162867237 ], [ -7.24152726160272, 57.50423945825721 ], [ -7.238076747821649, 57.503784733809383 ], [ -7.237414277138759, 57.504235233818008 ], [ -7.232217648923347, 57.50378552109381 ], [ -7.231344289147737, 57.503290924420668 ], [ -7.232114155707554, 57.502773003781257 ], [ -7.232249174357309, 57.500859726894241 ], [ -7.232928258425493, 57.501456878631672 ], [ -7.234196811317616, 57.501327632895681 ], [ -7.233448005952407, 57.501700717215435 ], [ -7.235920173467759, 57.501804841890831 ], [ -7.237632616426814, 57.503020355194465 ], [ -7.238502440837568, 57.502966151900374 ], [ -7.238690609781628, 57.502472402280169 ], [ -7.240277414766251, 57.502289353056739 ], [ -7.241855448519781, 57.501580238291467 ], [ -7.241118801950405, 57.501107007954793 ], [ -7.241652101279979, 57.500688861948433 ], [ -7.243150795134222, 57.500707410892623 ], [ -7.244051808081985, 57.501149484166476 ], [ -7.245425396418716, 57.500774586878471 ], [ -7.245835951938018, 57.50117680191557 ], [ -7.245189602817565, 57.501354920052911 ], [ -7.245556964857573, 57.501898413138072 ], [ -7.246514266725076, 57.502196847336904 ], [ -7.247914149772159, 57.501900013733547 ], [ -7.248194119795188, 57.501185553925865 ], [ -7.245155251422886, 57.500023675536696 ], [ -7.24500438703964, 57.499567441665718 ], [ -7.245957427318771, 57.49895360870358 ], [ -7.243952372615449, 57.498749233379677 ], [ -7.243754033875781, 57.499206523211051 ], [ -7.24326838734896, 57.499258255279514 ], [ -7.243838868375006, 57.499738397572294 ], [ -7.243516570302909, 57.500228747828679 ], [ -7.241504747116487, 57.49948920523493 ], [ -7.240574031732334, 57.498421159661568 ], [ -7.24254319290732, 57.498690072792449 ], [ -7.240051710692184, 57.497345100194501 ], [ -7.238069577282558, 57.49669425624635 ], [ -7.237759773377997, 57.496864625570502 ], [ -7.239100353771785, 57.498401540764213 ], [ -7.237114615699111, 57.498133264605627 ], [ -7.239315930988925, 57.498680515284875 ], [ -7.240272685290554, 57.499581013524427 ], [ -7.238191134017811, 57.500333567272222 ], [ -7.238612532679926, 57.500648967329504 ], [ -7.238015989085187, 57.501150718206041 ], [ -7.235475039874388, 57.500392612013471 ], [ -7.235561539833212, 57.49977262051295 ], [ -7.232048803652938, 57.499171857858357 ], [ -7.231729883225332, 57.497997328091344 ], [ -7.231242244087924, 57.497918619598892 ], [ -7.230737947235497, 57.498947405209925 ], [ -7.230220089891326, 57.498541507065099 ], [ -7.229662375185513, 57.498906626420684 ], [ -7.228581090127262, 57.498942562172438 ], [ -7.227528871577042, 57.498248412047658 ], [ -7.226734597905553, 57.498420881659385 ], [ -7.224408093684163, 57.497523177958016 ], [ -7.223206713195252, 57.497595548813862 ], [ -7.223475233137505, 57.497953334975428 ], [ -7.222850884193732, 57.4979702528953 ], [ -7.222841464196055, 57.498488049248778 ], [ -7.220414746333732, 57.497706912596094 ], [ -7.220704352243626, 57.498153812633575 ], [ -7.221535166017631, 57.498294807564314 ], [ -7.221737383583844, 57.499240240975176 ], [ -7.222616773895785, 57.499311726026825 ], [ -7.222197465600919, 57.499068176145187 ], [ -7.222502165851528, 57.498628108751326 ], [ -7.224396685917609, 57.499543784210928 ], [ -7.224579720025913, 57.50023805726957 ], [ -7.225232943854061, 57.500422395975598 ], [ -7.224273772605215, 57.500727672742094 ], [ -7.222724491039536, 57.500414052702737 ], [ -7.222727487756885, 57.499793041975046 ], [ -7.221646200144597, 57.49994589580556 ], [ -7.22129974152722, 57.499685822405439 ], [ -7.220718853087958, 57.499831401584153 ], [ -7.220835884137948, 57.500123491355218 ], [ -7.21966829575069, 57.500257412390738 ], [ -7.21753348906714, 57.498946706495204 ], [ -7.217136048698347, 57.499323117942161 ], [ -7.216642662096524, 57.499204098973181 ], [ -7.216718659156791, 57.498859012363098 ], [ -7.21628345160183, 57.498854558294767 ], [ -7.215173885178303, 57.497582296974898 ], [ -7.216521640193546, 57.497598417569897 ], [ -7.216708192255848, 57.497266744236079 ], [ -7.218220098022133, 57.496911608619627 ], [ -7.216188506703474, 57.496203991546786 ], [ -7.216555894513336, 57.495851324178268 ], [ -7.215340389445172, 57.495006378815383 ], [ -7.215700127686738, 57.494833997137761 ], [ -7.21642798208441, 57.495073773634537 ], [ -7.215837451401959, 57.49433339757654 ], [ -7.217504652943006, 57.494772680800551 ], [ -7.21755439542668, 57.494185727177701 ], [ -7.218205501658261, 57.494064243606367 ], [ -7.217546629993973, 57.493605657362146 ], [ -7.218780456996289, 57.49341051442287 ], [ -7.217251873052699, 57.4924211030743 ], [ -7.217816047295224, 57.492276230471248 ], [ -7.219568198808912, 57.492900926715038 ], [ -7.220486404351433, 57.492952815912581 ], [ -7.21999052122165, 57.492757429647284 ], [ -7.220377723058432, 57.492718869172208 ], [ -7.222823844284171, 57.493287731645857 ], [ -7.215485596022907, 57.490586688758299 ], [ -7.215446580573245, 57.490196879530892 ], [ -7.217872618481001, 57.490568701749716 ], [ -7.215191620423705, 57.489874510654282 ], [ -7.217483442019316, 57.490125926586515 ], [ -7.215736569191615, 57.489478490768064 ], [ -7.216120530170194, 57.489300603132151 ], [ -7.215432393208402, 57.488928705776082 ], [ -7.215920499645903, 57.488836484519936 ], [ -7.215335248169026, 57.488599795258089 ], [ -7.215512191727972, 57.488318011765294 ], [ -7.216488393057872, 57.488192055801875 ], [ -7.217724689861311, 57.488541215100589 ], [ -7.222005332616572, 57.48885402401222 ], [ -7.221078833425547, 57.488451557107517 ], [ -7.220920228208897, 57.487810258145792 ], [ -7.219736305842593, 57.487418464685518 ], [ -7.215414390990474, 57.487809162279468 ], [ -7.211790676347298, 57.486771553795514 ], [ -7.211508942477543, 57.486378301625983 ], [ -7.209330446606854, 57.486450528078592 ], [ -7.206024648835356, 57.485495877639039 ], [ -7.205686948567156, 57.48480348863005 ], [ -7.207232432634305, 57.485541274338352 ], [ -7.209033239182465, 57.484965521416726 ], [ -7.207012535056272, 57.484655948654179 ], [ -7.206701085303078, 57.484370096728007 ], [ -7.206497251149237, 57.484709668527024 ], [ -7.205627808110753, 57.484716853061194 ], [ -7.203985631031225, 57.484179210731348 ], [ -7.20297020966427, 57.482974954085648 ], [ -7.203375632384215, 57.482795317792139 ], [ -7.20400093512202, 57.483138380778868 ], [ -7.204407438568412, 57.482661754260285 ], [ -7.204829735475824, 57.483022209646947 ], [ -7.205536125313151, 57.482973186094441 ], [ -7.204985265387295, 57.482121348848302 ], [ -7.206003902566445, 57.481895634411323 ], [ -7.205353539868695, 57.481681393559064 ], [ -7.205373564946532, 57.481165864949247 ], [ -7.204676008393546, 57.481398780107192 ], [ -7.203942316452741, 57.480747272931822 ], [ -7.205019097914587, 57.480273508164352 ], [ -7.206988192757233, 57.480539351722278 ], [ -7.207622012081758, 57.48014598591984 ], [ -7.20734573351298, 57.479825386810596 ], [ -7.208538657854326, 57.479686017077341 ], [ -7.206960081902138, 57.478808349837728 ], [ -7.208893464617541, 57.47911703219858 ], [ -7.209199511105703, 57.479493984382479 ], [ -7.209644081164072, 57.479331601393326 ], [ -7.207271205206107, 57.47833116075801 ], [ -7.205578516206001, 57.478163665219611 ], [ -7.204936314215519, 57.478369304455796 ], [ -7.203848902649508, 57.478088557018694 ], [ -7.203535215362333, 57.477891874334155 ], [ -7.204041364125501, 57.477727863852969 ], [ -7.203597497578596, 57.477590556313359 ], [ -7.204148763043897, 57.477297803681672 ], [ -7.203674916172522, 57.477020464446767 ], [ -7.206018269637299, 57.47705397793667 ], [ -7.203828999768245, 57.476343721101507 ], [ -7.202604627763127, 57.476425860475253 ], [ -7.202770235124908, 57.475712649270612 ], [ -7.202081723544769, 57.47580411279413 ], [ -7.200992943116781, 57.475313740947186 ], [ -7.202408195937724, 57.475399187592778 ], [ -7.202421743222923, 57.474908223452239 ], [ -7.203068709044919, 57.474876964703064 ], [ -7.206097037096246, 57.475849450615094 ], [ -7.208535094016917, 57.475879895540359 ], [ -7.20846181161605, 57.475541895433139 ], [ -7.209190662562935, 57.475464022909371 ], [ -7.214504878801465, 57.476089673719997 ], [ -7.210068206011858, 57.475152330794408 ], [ -7.208559176378709, 57.475240920808616 ], [ -7.209562395735655, 57.475072499754617 ], [ -7.209005529497588, 57.474634850027641 ], [ -7.209992888842221, 57.474507574132325 ], [ -7.210323604603757, 57.474097950978674 ], [ -7.211626556328254, 57.474052070652846 ], [ -7.213544277108458, 57.474790544182852 ], [ -7.216524782873864, 57.475297754492125 ], [ -7.217812295151211, 57.476020008602191 ], [ -7.219165006562913, 57.476064670256804 ], [ -7.221125344070757, 57.477145902829868 ], [ -7.221153021358019, 57.477502888313651 ], [ -7.221772644025272, 57.477350291250822 ], [ -7.224010670646724, 57.478304775661584 ], [ -7.225637954981667, 57.478609717649363 ], [ -7.225054874810291, 57.478795909431298 ], [ -7.222359262290935, 57.478438134906021 ], [ -7.220744548031968, 57.477660216398334 ], [ -7.220034846647004, 57.477755357538669 ], [ -7.220318382776473, 57.478126020644119 ], [ -7.219610592304377, 57.478246275181043 ], [ -7.215275947876529, 57.476903548185575 ], [ -7.212961602151815, 57.476886102158311 ], [ -7.214199407903066, 57.477506072482626 ], [ -7.215890941830956, 57.477595214551371 ], [ -7.219517640989455, 57.478472391062859 ], [ -7.220782874527743, 57.478231820379541 ], [ -7.221885718396637, 57.478911310711752 ], [ -7.226041633164249, 57.478978977747794 ], [ -7.22644382880099, 57.479127838013319 ], [ -7.225718905134253, 57.479198447947674 ], [ -7.225587598228151, 57.479588133327155 ], [ -7.227416509739438, 57.479212498552478 ], [ -7.22990843694785, 57.479768501928596 ], [ -7.229663275881519, 57.479468249583256 ], [ -7.23037315672098, 57.479467530008421 ], [ -7.230604812683289, 57.480081487201453 ], [ -7.228637326860241, 57.480830962366085 ], [ -7.229600144510802, 57.481557603088675 ], [ -7.228617510281543, 57.481928690210253 ], [ -7.230052850941951, 57.483014520355063 ], [ -7.229797298554901, 57.483201513205024 ], [ -7.230712255877581, 57.483605294659007 ], [ -7.229859566588059, 57.484347120473302 ], [ -7.230924981777629, 57.484355015178679 ], [ -7.230999025037245, 57.484731669185351 ], [ -7.23108190368449, 57.484167622178795 ], [ -7.232183475359373, 57.484416059971871 ], [ -7.231679214662717, 57.484686287448255 ], [ -7.232737436569529, 57.485506123458599 ], [ -7.233657038903138, 57.485405780755777 ], [ -7.232694594180454, 57.484985997232926 ], [ -7.232342538754993, 57.48418538378192 ], [ -7.233734199861781, 57.484534222794551 ], [ -7.233983763387726, 57.48502775180728 ], [ -7.234568283058051, 57.484816264428893 ], [ -7.234570868627248, 57.48527687641203 ], [ -7.235566060993224, 57.485319148844283 ], [ -7.235177058155736, 57.484785533130925 ], [ -7.23561499518212, 57.484728614662551 ], [ -7.235833081928329, 57.485305336414704 ], [ -7.236410062859092, 57.485483786526977 ], [ -7.237032864283387, 57.485399371821188 ], [ -7.236927713813538, 57.485027614116959 ], [ -7.23765028293577, 57.485114512672126 ], [ -7.237349679618275, 57.485336691362122 ], [ -7.237871704652608, 57.485481429022038 ], [ -7.239883370048853, 57.484969329675891 ], [ -7.237693077208602, 57.484923763565064 ], [ -7.237567950244915, 57.484494348060892 ], [ -7.235699402360381, 57.484070915487791 ], [ -7.235877170943779, 57.48376116933008 ], [ -7.236691846503238, 57.483686766427539 ], [ -7.237249125145762, 57.484042401842423 ], [ -7.237711055309861, 57.483966479993377 ], [ -7.237283686799028, 57.483584741780817 ], [ -7.237608795559409, 57.483347145099614 ], [ -7.236793513081448, 57.483265906387281 ], [ -7.236348236000319, 57.482631154908425 ], [ -7.237747748609808, 57.482371326952688 ], [ -7.238075239783998, 57.482627644484211 ], [ -7.239435511382787, 57.48269967482149 ], [ -7.239530267118615, 57.482137823713572 ], [ -7.239047252155287, 57.481996868384542 ], [ -7.23983403359003, 57.481926305198066 ], [ -7.239148830310409, 57.481843263508075 ], [ -7.23878238926922, 57.481431997713791 ], [ -7.236821273941338, 57.481247299717857 ], [ -7.236967885215254, 57.480802072130544 ], [ -7.236422358951513, 57.480749194990899 ], [ -7.236380480524962, 57.48039909920444 ], [ -7.238658381536435, 57.480253865156847 ], [ -7.240844742771377, 57.480692804382279 ], [ -7.239529686184237, 57.479829742823888 ], [ -7.239547568289013, 57.479314286030139 ], [ -7.2407729140423, 57.479343327142438 ], [ -7.240723601544597, 57.479011538457186 ], [ -7.243296662319962, 57.478479583230403 ], [ -7.245765899340613, 57.478759968486088 ], [ -7.250421306225107, 57.48045272826942 ], [ -7.252066553043282, 57.482307933568663 ], [ -7.253669643803367, 57.482337277135933 ], [ -7.252784842241886, 57.482701773529705 ], [ -7.251986527033266, 57.48261092596595 ], [ -7.2517554220284, 57.482967018003073 ], [ -7.250478946267501, 57.482908720068899 ], [ -7.250932366638855, 57.483400910937931 ], [ -7.25219863805434, 57.483689993308985 ], [ -7.249960344635382, 57.484100172387386 ], [ -7.252431886390354, 57.484230965293278 ], [ -7.252841367357839, 57.484580108364362 ], [ -7.253942402344971, 57.484231777916932 ], [ -7.255578456438438, 57.485046196501614 ], [ -7.256369560793329, 57.484935756259375 ], [ -7.256698522647736, 57.485641895796775 ], [ -7.255903033896868, 57.485942390537566 ], [ -7.257129611164048, 57.486987164615975 ], [ -7.255550375913337, 57.487310506794934 ], [ -7.256831233069779, 57.487166106404352 ], [ -7.257409863838519, 57.487540563139689 ], [ -7.259423983284202, 57.487382588265319 ], [ -7.260713312880609, 57.487945982682675 ], [ -7.259743455501614, 57.487999132696878 ], [ -7.260789757697336, 57.488163251458751 ], [ -7.261832405516407, 57.488823337185089 ], [ -7.260899711144829, 57.488972126026468 ], [ -7.261286597900195, 57.489708229258056 ], [ -7.260297981320564, 57.489909743710697 ], [ -7.26231568579294, 57.490042230227225 ], [ -7.26269225785797, 57.490683376373767 ], [ -7.260796603996978, 57.490876039691543 ], [ -7.259503083410565, 57.49060887206592 ], [ -7.258823698537855, 57.491031409357731 ], [ -7.256148880576366, 57.491105391444712 ], [ -7.261591037395128, 57.491251354158337 ], [ -7.262713295558995, 57.491744331184073 ], [ -7.263524444703834, 57.491447639225854 ], [ -7.263659274693211, 57.490563734414323 ], [ -7.264159032145788, 57.490564421233806 ], [ -7.264080417065022, 57.491166118096437 ], [ -7.264578168206038, 57.490747552093197 ], [ -7.264982358691488, 57.490931307105441 ], [ -7.265030944956279, 57.490689010834956 ], [ -7.266207628063498, 57.490644261751356 ], [ -7.267304841763814, 57.491194938503256 ], [ -7.270663284624741, 57.49427940212955 ], [ -7.269562304048817, 57.494582880049876 ], [ -7.267896573880498, 57.494146910624465 ], [ -7.269736761490234, 57.494992210383529 ], [ -7.269433677069146, 57.495184877070486 ], [ -7.270185734052674, 57.495242464518967 ], [ -7.270302457477006, 57.495506634792036 ], [ -7.269306005814047, 57.495747239803912 ], [ -7.269888993685588, 57.49588389888185 ], [ -7.270951283542972, 57.495578440429618 ], [ -7.27224199537239, 57.495847414001808 ], [ -7.272898093767871, 57.496663094421073 ], [ -7.273775091030133, 57.495700375597522 ], [ -7.274493311987564, 57.495766554862342 ], [ -7.274140263416998, 57.495209039126863 ], [ -7.275103530786178, 57.495386424568224 ], [ -7.275919565044894, 57.494904074431936 ], [ -7.275218467510819, 57.49460951923006 ], [ -7.274250246863447, 57.494883176197611 ], [ -7.273336197218405, 57.494629932765008 ], [ -7.273978184857725, 57.494446446944323 ], [ -7.272700717402848, 57.493898878460286 ], [ -7.273558948930351, 57.493881805974034 ], [ -7.273413709253565, 57.493617033753893 ], [ -7.275025985489854, 57.493717721853592 ], [ -7.275395171909912, 57.494005497988994 ], [ -7.275164074566073, 57.493320489740455 ], [ -7.27552632941573, 57.493155922510702 ], [ -7.276537742711582, 57.493701122903907 ], [ -7.27744977822822, 57.4934783967716 ], [ -7.277908212451806, 57.493643639564432 ], [ -7.278225674311733, 57.493238878468112 ], [ -7.276589664178706, 57.493078036093294 ], [ -7.276691398258844, 57.492799309444166 ], [ -7.278548523858904, 57.492640418351627 ], [ -7.27985834083212, 57.492972401696363 ], [ -7.285292917382173, 57.491551883903952 ], [ -7.28613004533605, 57.491620198723169 ], [ -7.286817650245912, 57.491060379642896 ], [ -7.287440374532349, 57.491263677695024 ], [ -7.286681434836797, 57.491619526714025 ], [ -7.291295267000447, 57.490937828526661 ], [ -7.289122656077308, 57.491570912157698 ], [ -7.286778746825011, 57.491714423735665 ], [ -7.288728206406047, 57.492365887303357 ], [ -7.288627862635581, 57.492653566358044 ], [ -7.287445644221387, 57.492568275343707 ], [ -7.287426927129849, 57.492785032015071 ], [ -7.284542255539325, 57.491907371562249 ], [ -7.283162305961743, 57.492302779521779 ], [ -7.284191821273302, 57.492718478516608 ], [ -7.283640692112401, 57.493182562775843 ], [ -7.284434086144302, 57.493410204234699 ], [ -7.283547848505052, 57.493406930631579 ], [ -7.283110193978247, 57.493096855684676 ], [ -7.281940079478147, 57.493325959669939 ], [ -7.280135995305135, 57.493158720950632 ], [ -7.279059919584453, 57.49346033990382 ], [ -7.279181813288394, 57.493725186329534 ], [ -7.280391135522962, 57.493939899348973 ], [ -7.281426245464712, 57.493932446968309 ], [ -7.281251797898015, 57.493593319265891 ], [ -7.281982821105765, 57.493621122984024 ], [ -7.281595065790651, 57.494001849254261 ], [ -7.282071431728936, 57.494175323443471 ], [ -7.281323698423601, 57.494436180252393 ], [ -7.284511242913779, 57.494288839397377 ], [ -7.283895541081282, 57.494422683402746 ], [ -7.285114986641136, 57.494879892958842 ], [ -7.284806307605435, 57.49517181990818 ], [ -7.285853303721836, 57.495649764683527 ], [ -7.286864594124161, 57.495535284382214 ], [ -7.287095545595782, 57.495975517054312 ], [ -7.285891563084741, 57.496548031532207 ], [ -7.283820602237576, 57.496904980520462 ], [ -7.282133658457215, 57.496278411228914 ], [ -7.279792528459731, 57.49603922249824 ], [ -7.279068573542665, 57.495714151194356 ], [ -7.277957033502394, 57.495886765504657 ], [ -7.27794549756246, 57.495518303006605 ], [ -7.278599967593911, 57.495594332094264 ], [ -7.277301210368239, 57.494357501418207 ], [ -7.276742204326585, 57.494767890838091 ], [ -7.27757550094785, 57.495155878344804 ], [ -7.277217356458616, 57.495337376319981 ], [ -7.277493595192919, 57.496149169868957 ], [ -7.276753978862811, 57.496131597774266 ], [ -7.27590791051104, 57.495539869988576 ], [ -7.276004857684845, 57.495077771846674 ], [ -7.274668058305235, 57.49586541353748 ], [ -7.275900745014553, 57.497050149005382 ], [ -7.274781726473421, 57.497217648186734 ], [ -7.275675516305104, 57.497607612480508 ], [ -7.274767944803896, 57.497376602591252 ], [ -7.273636515040139, 57.496498966481489 ], [ -7.273296194222471, 57.496734597243574 ], [ -7.274852128479232, 57.497646633082134 ], [ -7.275950837157243, 57.498702005988505 ], [ -7.275757099904164, 57.499003486293702 ], [ -7.271935324356859, 57.499715288052002 ], [ -7.267840698522309, 57.499812088204266 ], [ -7.267233843883796, 57.499568433813465 ], [ -7.265109354699707, 57.500019991730582 ], [ -7.264740080521347, 57.500530366336385 ], [ -7.263819000344013, 57.500333137285246 ], [ -7.263258078623144, 57.502608050824669 ], [ -7.263155590683742, 57.501376829660579 ], [ -7.261642191535068, 57.501187260317508 ], [ -7.263202195542156, 57.501074327062618 ], [ -7.263471098270834, 57.500343191133112 ], [ -7.261958670061877, 57.500727696272769 ], [ -7.260515153327209, 57.500489299062487 ], [ -7.259921602166278, 57.500036287033574 ], [ -7.258396552797815, 57.500762322097792 ], [ -7.251232885425701, 57.499900122071097 ], [ -7.251675866249041, 57.500198029310319 ], [ -7.251384904804462, 57.500499025185832 ], [ -7.252146974610675, 57.501310381875534 ], [ -7.25046323582249, 57.50158581374324 ], [ -7.248621394699374, 57.501157834429641 ], [ -7.248078124019532, 57.501877877717426 ], [ -7.249338913021209, 57.502554168988929 ], [ -7.250987733022969, 57.502558265083657 ], [ -7.25042172062141, 57.503027309479862 ], [ -7.249047803139847, 57.50323760149459 ], [ -7.249877150954587, 57.503598939350908 ], [ -7.251650385004559, 57.502679087588433 ], [ -7.253556507936314, 57.503436387761759 ], [ -7.253411739965223, 57.503707888444957 ], [ -7.254853393991286, 57.504025634316932 ], [ -7.255154927974466, 57.504957890192578 ], [ -7.256013595806404, 57.505173988694615 ], [ -7.256319670614822, 57.50561563168835 ], [ -7.255415292423725, 57.506184317952226 ] ] ], [ [ [ -7.188925767753038, 57.508745329961883 ], [ -7.189706985005329, 57.508654631191639 ], [ -7.189913943866348, 57.508934037955612 ], [ -7.18952267955159, 57.509004160480018 ], [ -7.188925767753038, 57.508745329961883 ] ] ], [ [ [ -7.190898466213051, 57.508803454556933 ], [ -7.190799599308212, 57.508402615166631 ], [ -7.193187714644815, 57.508619033763964 ], [ -7.193888759057551, 57.509080505448203 ], [ -7.193003883391204, 57.509382465216405 ], [ -7.190898466213051, 57.508803454556933 ] ] ], [ [ [ -7.22594608224497, 57.507906421739996 ], [ -7.226740486322631, 57.507558488632668 ], [ -7.227902196490248, 57.50808163314273 ], [ -7.22686734242485, 57.508210101533145 ], [ -7.22594608224497, 57.507906421739996 ] ] ], [ [ [ -7.283611378688072, 57.50544006028084 ], [ -7.284086908345052, 57.504799180910503 ], [ -7.285958203057741, 57.505656457456183 ], [ -7.284781227166023, 57.505840872749886 ], [ -7.283611378688072, 57.50544006028084 ] ] ], [ [ [ -7.273734036169463, 57.50638531248778 ], [ -7.272215416837951, 57.506057503494063 ], [ -7.271838485229836, 57.506167780606773 ], [ -7.272115655923221, 57.506408131215174 ], [ -7.270178207614734, 57.506363303972691 ], [ -7.271336301979558, 57.505527416610228 ], [ -7.272860314306215, 57.505661538340838 ], [ -7.273734036169463, 57.50638531248778 ] ] ], [ [ [ -7.233324609091265, 57.507829271573073 ], [ -7.236170677020579, 57.507274464877433 ], [ -7.23649684102706, 57.50750835075727 ], [ -7.233487391140687, 57.508497383632204 ], [ -7.233324609091265, 57.507829271573073 ] ] ], [ [ [ -7.182377244696711, 57.510427845781805 ], [ -7.182433873458979, 57.509944115460819 ], [ -7.183668068643219, 57.510275710230879 ], [ -7.18294094014557, 57.510629587067157 ], [ -7.182377244696711, 57.510427845781805 ] ] ], [ [ [ -7.275871609969465, 57.507177583900457 ], [ -7.274404529587633, 57.506744154640167 ], [ -7.27513638470781, 57.506371528844767 ], [ -7.275826431425174, 57.506576566578879 ], [ -7.277824321300375, 57.506461295156448 ], [ -7.278262640982184, 57.507063820918439 ], [ -7.277229098465435, 57.507084670172802 ], [ -7.275871609969465, 57.507177583900457 ] ] ], [ [ [ -7.191837238192362, 57.511873597189521 ], [ -7.19199666001043, 57.511408114708772 ], [ -7.190669407125656, 57.511539342670275 ], [ -7.189897408004229, 57.511049285175766 ], [ -7.188947304473427, 57.511245926243767 ], [ -7.189031223058739, 57.51095452587716 ], [ -7.188323056992949, 57.510677783191568 ], [ -7.188514454446518, 57.510260477746421 ], [ -7.190282108676005, 57.510169598947847 ], [ -7.191590478640227, 57.51061053597811 ], [ -7.19192577173489, 57.511262569232372 ], [ -7.192687948897374, 57.510979177898484 ], [ -7.192701880247682, 57.511253047230461 ], [ -7.194427885754522, 57.511456270089511 ], [ -7.195303438809651, 57.512144486184511 ], [ -7.193536262068553, 57.512415377322668 ], [ -7.191837238192362, 57.511873597189521 ] ] ], [ [ [ -7.275963413888392, 57.509752756149609 ], [ -7.273995804927146, 57.509523875155885 ], [ -7.272881087358496, 57.508845293396881 ], [ -7.272796863129861, 57.509534520044859 ], [ -7.272206547431077, 57.509510658955634 ], [ -7.271929536731655, 57.50892475299009 ], [ -7.272450471570798, 57.508977618016303 ], [ -7.27412611970994, 57.508078627273541 ], [ -7.274634107830665, 57.508481173997495 ], [ -7.275156866948512, 57.508049822671296 ], [ -7.276242376840331, 57.508260778054805 ], [ -7.278119869719998, 57.509010826861754 ], [ -7.278160356896037, 57.508782361764418 ], [ -7.279416833875996, 57.508857438598724 ], [ -7.278939351429304, 57.508527419437478 ], [ -7.280067266574529, 57.508095856182187 ], [ -7.282118926554682, 57.50915889366663 ], [ -7.282092467726802, 57.509357076084996 ], [ -7.281154926148374, 57.509337031940412 ], [ -7.281571490394735, 57.509684897881343 ], [ -7.28101849151941, 57.509722502849044 ], [ -7.280282617805657, 57.509132469957272 ], [ -7.279685413426644, 57.509384293337881 ], [ -7.278329266222422, 57.509071334342252 ], [ -7.27792605873206, 57.50963536556938 ], [ -7.277008108996027, 57.509565875791822 ], [ -7.276260381543676, 57.510164143777644 ], [ -7.275963413888392, 57.509752756149609 ] ] ], [ [ [ -7.197728550426032, 57.513380593413252 ], [ -7.194934950682246, 57.512726581112886 ], [ -7.19669601745407, 57.511709072817382 ], [ -7.197090080963001, 57.511013438279797 ], [ -7.197852647276281, 57.511319380421952 ], [ -7.198064687630944, 57.511927000075261 ], [ -7.198712969819881, 57.511841736484797 ], [ -7.200231747306242, 57.512584334912802 ], [ -7.199240125962254, 57.512724281208584 ], [ -7.200436130802667, 57.513313743932308 ], [ -7.198965727452418, 57.5131450341107 ], [ -7.200427756215559, 57.513548043498936 ], [ -7.199683573292019, 57.513547294992399 ], [ -7.197528377343867, 57.513559825242424 ], [ -7.197728550426032, 57.513380593413252 ] ] ], [ [ [ -7.288706272748331, 57.512349451449836 ], [ -7.289307249003148, 57.512135221114569 ], [ -7.290004604075308, 57.512147304946318 ], [ -7.289928997540842, 57.512478937810528 ], [ -7.290755678486966, 57.512805937794148 ], [ -7.289025314379664, 57.512900266008003 ], [ -7.289313792710669, 57.512618179485003 ], [ -7.288706272748331, 57.512349451449836 ] ] ], [ [ [ -7.27575634912072, 57.512919972050142 ], [ -7.276646978591334, 57.512615373463838 ], [ -7.278074958812238, 57.513469761772363 ], [ -7.279458292564308, 57.513738393343417 ], [ -7.277766981207244, 57.51390651538933 ], [ -7.277318127581794, 57.514224993334359 ], [ -7.27575634912072, 57.512919972050142 ] ] ], [ [ [ -7.269634027901937, 57.516061428416982 ], [ -7.271095891094681, 57.515855336013175 ], [ -7.271573015973318, 57.516182700937435 ], [ -7.270616950893674, 57.516278532350057 ], [ -7.269634027901937, 57.516061428416982 ] ] ], [ [ [ -7.270774691654993, 57.517091703175346 ], [ -7.270418434609798, 57.51639752854306 ], [ -7.272342541620638, 57.516404230060616 ], [ -7.273684194315383, 57.517366670023335 ], [ -7.272839965813884, 57.517519022621165 ], [ -7.271650211180245, 57.517144122912839 ], [ -7.270774691654993, 57.517091703175346 ] ] ], [ [ [ -7.333869903157194, 57.51380359238842 ], [ -7.334977217361862, 57.513257209156293 ], [ -7.334715526616586, 57.513754250818636 ], [ -7.335877769939512, 57.513012051256176 ], [ -7.336354645390081, 57.513927732387323 ], [ -7.334909759646674, 57.516337741455899 ], [ -7.333658866775607, 57.517332059095857 ], [ -7.333186865287777, 57.517135184472558 ], [ -7.333531641525924, 57.51680560781196 ], [ -7.333118792831002, 57.516098680940409 ], [ -7.333901793647284, 57.514535662249628 ], [ -7.333560495987377, 57.514374645775789 ], [ -7.333869903157194, 57.51380359238842 ] ] ], [ [ [ -7.306206396416816, 57.519869269876793 ], [ -7.305513182339976, 57.519542137551333 ], [ -7.307516870868766, 57.519749224364652 ], [ -7.307452137607467, 57.520361177578238 ], [ -7.306206396416816, 57.519869269876793 ] ] ], [ [ [ -7.329503159483114, 57.519403295508951 ], [ -7.330240688627557, 57.518991404929601 ], [ -7.332333254425393, 57.520124833884992 ], [ -7.33136593942385, 57.521309587176681 ], [ -7.329622508804271, 57.520505119758539 ], [ -7.329503159483114, 57.519403295508951 ] ] ], [ [ [ -7.628059326944482, 57.508296392369331 ], [ -7.627618742845289, 57.507717541604116 ], [ -7.628342671329856, 57.507478132255976 ], [ -7.627951812162481, 57.507167085754993 ], [ -7.628371280867404, 57.506851287624329 ], [ -7.629322136205213, 57.506673725887254 ], [ -7.629828603675415, 57.506867082618506 ], [ -7.630050139451338, 57.506569137589601 ], [ -7.630838151944213, 57.507069422594775 ], [ -7.629776414421147, 57.507720006992983 ], [ -7.631696747992668, 57.507647551850759 ], [ -7.631829492022349, 57.508073654657068 ], [ -7.631365899651893, 57.507887386872554 ], [ -7.63151875015913, 57.508173075119551 ], [ -7.630938865644968, 57.508100023147669 ], [ -7.629857094016657, 57.508566984989884 ], [ -7.629225365756064, 57.508320726980969 ], [ -7.628059326944482, 57.508296392369331 ] ] ], [ [ [ -7.324274005332943, 57.52289933777962 ], [ -7.325350046250492, 57.522079004197067 ], [ -7.32351958732264, 57.522372411408689 ], [ -7.322353112994671, 57.521921398984055 ], [ -7.323233699288388, 57.521697881263641 ], [ -7.322916514435725, 57.521484521480843 ], [ -7.323409665697906, 57.521654443181617 ], [ -7.325700938979513, 57.521424329939116 ], [ -7.326435717813654, 57.521885482099655 ], [ -7.326935446879006, 57.522981108364569 ], [ -7.325773938201198, 57.524349510556661 ], [ -7.324843928486824, 57.524246672943057 ], [ -7.325447458884127, 57.523638005884358 ], [ -7.324580552523758, 57.523383113935473 ], [ -7.324274005332943, 57.52289933777962 ] ] ], [ [ [ -7.332253428741807, 57.527419225336807 ], [ -7.332454817167405, 57.527172220057231 ], [ -7.333244975995467, 57.527233234272707 ], [ -7.33294826356483, 57.5266005749436 ], [ -7.333836299923773, 57.526598944631147 ], [ -7.335316771681694, 57.525776683207454 ], [ -7.333996715160217, 57.525706642080344 ], [ -7.333897358319702, 57.525450780278199 ], [ -7.335422568540244, 57.524671615753036 ], [ -7.336559617693483, 57.524645911022425 ], [ -7.335713651187624, 57.525813854584655 ], [ -7.337326489161827, 57.525667185017049 ], [ -7.337669134666947, 57.526030615962171 ], [ -7.336851976640106, 57.52625334502811 ], [ -7.336673812290159, 57.526841337579285 ], [ -7.33451379932603, 57.527341452026491 ], [ -7.332833698637577, 57.527292054431818 ], [ -7.332579307663374, 57.527599799403419 ], [ -7.332253428741807, 57.527419225336807 ] ] ], [ [ [ -7.337989965644098, 57.530468845397692 ], [ -7.338531844750005, 57.529896923346413 ], [ -7.337617097521954, 57.530036503076154 ], [ -7.338480561530474, 57.52925026583064 ], [ -7.338927863259991, 57.529642552595831 ], [ -7.339404403955934, 57.529515251499639 ], [ -7.340113646904232, 57.529788434700208 ], [ -7.337989965644098, 57.530468845397692 ] ] ], [ [ [ -7.603869250009837, 57.520096205295538 ], [ -7.60398662882923, 57.519717445653846 ], [ -7.605011591950507, 57.519964316316845 ], [ -7.604519243518456, 57.520123959533144 ], [ -7.603869250009837, 57.520096205295538 ] ] ], [ [ [ -7.337128447051764, 57.532330382635777 ], [ -7.33738754714041, 57.531472586433765 ], [ -7.338145242488134, 57.53093471151891 ], [ -7.33981310109972, 57.530625498898459 ], [ -7.339865532348231, 57.53026421189282 ], [ -7.341265593528118, 57.529771958345925 ], [ -7.34251619639136, 57.52881987880621 ], [ -7.343006145026883, 57.529285934377405 ], [ -7.34441523991829, 57.528388300764938 ], [ -7.343588947705282, 57.529050616962195 ], [ -7.344123468115002, 57.529181809917766 ], [ -7.34392756776314, 57.529579787451823 ], [ -7.34159245869861, 57.531122349430817 ], [ -7.341166665733025, 57.53085424556587 ], [ -7.341404401159688, 57.530342009656458 ], [ -7.34235091721611, 57.529586416330801 ], [ -7.340905871114271, 57.530296569009955 ], [ -7.340870817245412, 57.53068501657426 ], [ -7.340140498610175, 57.530747496626539 ], [ -7.340107521492358, 57.531823384757757 ], [ -7.339744246287053, 57.531901787993469 ], [ -7.339873988187153, 57.531588516396909 ], [ -7.339365137812698, 57.531415720271688 ], [ -7.337128447051764, 57.532330382635777 ] ] ], [ [ [ -7.639965363414122, 57.525576143373115 ], [ -7.637264624679941, 57.5247745652836 ], [ -7.636507874380811, 57.525073995064929 ], [ -7.635918718147342, 57.524942867607741 ], [ -7.635094761214351, 57.525456821487118 ], [ -7.633140456534414, 57.524666732359378 ], [ -7.632240414498392, 57.524743026021909 ], [ -7.631053941667219, 57.524103054975249 ], [ -7.63173812006097, 57.523442368391706 ], [ -7.630517230020055, 57.522308882252027 ], [ -7.630474550593012, 57.521491706363499 ], [ -7.631974244461344, 57.52053349322761 ], [ -7.631346510491019, 57.52004403559517 ], [ -7.63191626316888, 57.519888020031054 ], [ -7.631650571766203, 57.519413861255842 ], [ -7.632537392395079, 57.51909063392673 ], [ -7.633031536657475, 57.519527560362015 ], [ -7.633736970055489, 57.519275451842425 ], [ -7.633886592429843, 57.518782700046451 ], [ -7.634161337939722, 57.51909893238593 ], [ -7.636076740237062, 57.518882631201599 ], [ -7.636158384221047, 57.519140002286747 ], [ -7.637526875169544, 57.519389225655914 ], [ -7.636869864234441, 57.520116238904563 ], [ -7.637484522565537, 57.520574753340789 ], [ -7.636981241053419, 57.520727816528492 ], [ -7.637610466884899, 57.521010158723527 ], [ -7.637130749009685, 57.520883135988932 ], [ -7.63726361405741, 57.521309230581636 ], [ -7.63648271813091, 57.521506232653628 ], [ -7.638090799375504, 57.522059753905829 ], [ -7.637320257755263, 57.522431816159262 ], [ -7.638022142123313, 57.523453483649419 ], [ -7.637619878982691, 57.523827046666959 ], [ -7.638233937211519, 57.52406506190399 ], [ -7.63851149986623, 57.524831210312605 ], [ -7.639965363414122, 57.525576143373115 ] ] ], [ [ [ -7.692503203389631, 57.527715387781477 ], [ -7.691988812195559, 57.525762861584099 ], [ -7.691061906520135, 57.525345720866994 ], [ -7.692638130062801, 57.524725334297251 ], [ -7.692815834793332, 57.525059345656551 ], [ -7.692967774850462, 57.524800433014434 ], [ -7.693996470486928, 57.525226455516737 ], [ -7.693665113436573, 57.525407975641805 ], [ -7.695828203078175, 57.525598117578639 ], [ -7.695701820655212, 57.525806369646595 ], [ -7.69672728376047, 57.525890465194301 ], [ -7.696754881768332, 57.526280775819188 ], [ -7.697453656353974, 57.526415662021193 ], [ -7.696962663438215, 57.52723451628578 ], [ -7.696358754297129, 57.527117835720382 ], [ -7.695833763877403, 57.527452149418394 ], [ -7.694755536265376, 57.527298422556889 ], [ -7.694874340858938, 57.527576588688554 ], [ -7.693943634409985, 57.527456684140439 ], [ -7.694020894393438, 57.527736730900841 ], [ -7.693353551444226, 57.527802933648132 ], [ -7.692503203389631, 57.527715387781477 ] ] ], [ [ [ -7.685737739248416, 57.528538852955073 ], [ -7.68735091452574, 57.527939372547557 ], [ -7.686084278759059, 57.527704074447968 ], [ -7.686779301479822, 57.52706507610592 ], [ -7.688548309149803, 57.52815978597009 ], [ -7.689223278585795, 57.528088763690405 ], [ -7.686553037862139, 57.528830558275807 ], [ -7.685737739248416, 57.528538852955073 ] ] ], [ [ [ -7.166559818407378, 57.552113517865067 ], [ -7.165707280708065, 57.55159061096716 ], [ -7.165901099685231, 57.551128262837672 ], [ -7.16695993549609, 57.551453747224038 ], [ -7.167659310467442, 57.551015644805133 ], [ -7.168978506409475, 57.551465399872896 ], [ -7.167323869779553, 57.551659267650983 ], [ -7.167082245161676, 57.551961615550645 ], [ -7.166184090276206, 57.55158905015076 ], [ -7.166559818407378, 57.552113517865067 ] ] ], [ [ [ -7.605364870606388, 57.53318421991947 ], [ -7.604941890496727, 57.533045545055636 ], [ -7.604783782594216, 57.533268605031552 ], [ -7.601795369353234, 57.532879614324308 ], [ -7.602381556908736, 57.532556496011367 ], [ -7.601559191342815, 57.532269074893826 ], [ -7.601703220089567, 57.531628111111615 ], [ -7.600691992270066, 57.531200579151232 ], [ -7.600980325153242, 57.530953727507686 ], [ -7.600122946146615, 57.530438337647844 ], [ -7.599773419193514, 57.527839176261224 ], [ -7.600444460286134, 57.527741808328805 ], [ -7.601848032820217, 57.526369725877842 ], [ -7.603395591718651, 57.524248650313233 ], [ -7.603392753095152, 57.522979669071567 ], [ -7.602064559394331, 57.522665276899843 ], [ -7.602421517344001, 57.522266852106299 ], [ -7.601944705190011, 57.522103565360759 ], [ -7.602425357837441, 57.521911151202396 ], [ -7.601674000006655, 57.521485564307447 ], [ -7.601914586460676, 57.521146325966967 ], [ -7.602706675339037, 57.521021051386619 ], [ -7.602339367479722, 57.520753882226757 ], [ -7.602929486897241, 57.52045758321772 ], [ -7.603469093155444, 57.521464141162411 ], [ -7.604788945899714, 57.52177888916934 ], [ -7.605412872943332, 57.521593582193624 ], [ -7.604986429411579, 57.521594577335875 ], [ -7.605247727601775, 57.521281411520476 ], [ -7.606258399607555, 57.521326392423816 ], [ -7.606250572207784, 57.521547260345962 ], [ -7.607996898954279, 57.521100407549703 ], [ -7.608364348555842, 57.52125954547995 ], [ -7.608857536496756, 57.520931534770284 ], [ -7.60855649928105, 57.520823442835237 ], [ -7.609831214676374, 57.520519094714551 ], [ -7.610472121866827, 57.520661533851921 ], [ -7.611544949745062, 57.52002413867622 ], [ -7.612187279007585, 57.519252922188535 ], [ -7.61209018233969, 57.518622695207185 ], [ -7.612612871686652, 57.518540874671721 ], [ -7.612173084233437, 57.517966437849836 ], [ -7.610710904376358, 57.517433096129146 ], [ -7.609727774833514, 57.51767495157177 ], [ -7.610175975165696, 57.517272432996513 ], [ -7.607854775958923, 57.51756943013104 ], [ -7.607236152323899, 57.517353979946108 ], [ -7.608116369407282, 57.51687821035982 ], [ -7.60969879195271, 57.51678066365902 ], [ -7.607840063549358, 57.515517905024858 ], [ -7.60920174528792, 57.515290689369934 ], [ -7.610268052928941, 57.515643681177622 ], [ -7.61142606394456, 57.515614540168251 ], [ -7.611915151659709, 57.515097680313659 ], [ -7.610621278336814, 57.514570334394868 ], [ -7.612288761320609, 57.514428455156484 ], [ -7.611398915436403, 57.514135116660519 ], [ -7.611566035119297, 57.513754128760077 ], [ -7.612517629918069, 57.513851193483923 ], [ -7.612747137764472, 57.514200987726241 ], [ -7.613488595667781, 57.513965388484905 ], [ -7.612850034176258, 57.513620344322582 ], [ -7.614094036060535, 57.513281312138787 ], [ -7.613143523823934, 57.512702667032642 ], [ -7.614039363940814, 57.511461082871158 ], [ -7.615690728927334, 57.511378379048686 ], [ -7.614920609182735, 57.51115622947151 ], [ -7.615849448762993, 57.511051763938184 ], [ -7.617235892466026, 57.511745937647099 ], [ -7.617721151397916, 57.511584756446219 ], [ -7.617552506871945, 57.511250254446715 ], [ -7.618246623727053, 57.511304766179961 ], [ -7.618746517844309, 57.510967410272286 ], [ -7.618615326242398, 57.510496223783967 ], [ -7.620105360487884, 57.510452168800981 ], [ -7.620466418295969, 57.51078707250857 ], [ -7.620039285506612, 57.510999673502162 ], [ -7.621017686340973, 57.511324997404536 ], [ -7.621875271592938, 57.511138162201142 ], [ -7.621690581139527, 57.510970898227775 ], [ -7.622325843393894, 57.511077522305342 ], [ -7.622184143497548, 57.510755322589659 ], [ -7.622458121176524, 57.510905094081686 ], [ -7.622707414110376, 57.510623925519027 ], [ -7.623953870283987, 57.510518704130263 ], [ -7.624431741404861, 57.511230913607498 ], [ -7.621767875721516, 57.51136348313392 ], [ -7.621832069381409, 57.511671145063929 ], [ -7.62326384351525, 57.511953689455524 ], [ -7.62265000191789, 57.511877615401062 ], [ -7.622476137958275, 57.512159913010059 ], [ -7.621955149845989, 57.511872665283221 ], [ -7.61988378953892, 57.511780694982164 ], [ -7.619570616815111, 57.512352738450673 ], [ -7.619869024766922, 57.513311502902965 ], [ -7.62247984583684, 57.512996830059222 ], [ -7.624517929331237, 57.513360274367038 ], [ -7.623505706624377, 57.514062589499169 ], [ -7.624287719499234, 57.514252654597861 ], [ -7.623754186199736, 57.515455622643437 ], [ -7.624364614687066, 57.515563348706507 ], [ -7.623858661936198, 57.515536461103871 ], [ -7.6233988260745, 57.516025061718693 ], [ -7.624075660683574, 57.516237832084492 ], [ -7.624582439665542, 57.51599915548455 ], [ -7.624649377677247, 57.516432706784116 ], [ -7.626005293225602, 57.516547599440777 ], [ -7.62577943327785, 57.517034747300087 ], [ -7.62703755397644, 57.517707558890017 ], [ -7.626523308047451, 57.517573041091005 ], [ -7.626844389869954, 57.517810707515942 ], [ -7.626254649061337, 57.517783075431097 ], [ -7.625647417601504, 57.518183765910528 ], [ -7.625590345716271, 57.518897389638823 ], [ -7.624206177594611, 57.519791854016837 ], [ -7.62094017818542, 57.523560655676476 ], [ -7.621036220929304, 57.525158521865876 ], [ -7.622749438640923, 57.525797550017806 ], [ -7.621925849022408, 57.526531917257763 ], [ -7.622490004437327, 57.526772237461756 ], [ -7.621773997051954, 57.526957242571541 ], [ -7.621646750091325, 57.526674899046604 ], [ -7.621104590801989, 57.526739622585374 ], [ -7.620403063414371, 57.527018482073046 ], [ -7.620180428718602, 57.527689989947888 ], [ -7.619844091466319, 57.527407982275406 ], [ -7.619288026870561, 57.527545325540238 ], [ -7.619227956623952, 57.52726448064287 ], [ -7.618412872282117, 57.527512395696974 ], [ -7.618323376397821, 57.527799918627771 ], [ -7.619120147726527, 57.528083873229377 ], [ -7.61785697785267, 57.528464302526899 ], [ -7.617248416643483, 57.528369957501532 ], [ -7.617965267426362, 57.528027426870608 ], [ -7.616852517486483, 57.528135605247343 ], [ -7.616973228576932, 57.527779183973145 ], [ -7.615400383159014, 57.527399338133421 ], [ -7.612841160350095, 57.527621524832647 ], [ -7.612599907043776, 57.528010319939476 ], [ -7.611673984841736, 57.528245131397611 ], [ -7.61170312906025, 57.52903140330401 ], [ -7.611098352554256, 57.529395901372624 ], [ -7.610962982451048, 57.529820475015178 ], [ -7.611582315867699, 57.5303104063102 ], [ -7.610880399196313, 57.530044677017976 ], [ -7.610203103912245, 57.530155880364177 ], [ -7.609846574510523, 57.530882837759982 ], [ -7.609059073741141, 57.531093455424681 ], [ -7.60918237841833, 57.531839526470833 ], [ -7.607792887677127, 57.531509915475915 ], [ -7.607999704703639, 57.531766222879064 ], [ -7.606668177615278, 57.532410601920297 ], [ -7.60704492837783, 57.5331183802083 ], [ -7.605593001472779, 57.532872532805925 ], [ -7.606091741977218, 57.533448868967312 ], [ -7.605041298024644, 57.533365145616827 ], [ -7.605364870606388, 57.53318421991947 ] ] ], [ [ [ -7.682478117295157, 57.529847265223161 ], [ -7.682772600554999, 57.529428908340854 ], [ -7.683755014703742, 57.529344031334773 ], [ -7.683680619663759, 57.529081853483873 ], [ -7.685505906723585, 57.529197422432432 ], [ -7.684389922760669, 57.528748269385289 ], [ -7.686607908605034, 57.528967598914328 ], [ -7.686379376884443, 57.529486500829691 ], [ -7.685228639782904, 57.529511493762101 ], [ -7.685335582705267, 57.529767699800885 ], [ -7.683721468434378, 57.530254677441398 ], [ -7.682478117295157, 57.529847265223161 ] ] ], [ [ [ -7.687465872249534, 57.530121497383831 ], [ -7.687845058474624, 57.529924331685287 ], [ -7.687311295267801, 57.529988963488535 ], [ -7.686536672533329, 57.529582907605615 ], [ -7.687830676365524, 57.529510920924615 ], [ -7.6886336570298, 57.529884182519865 ], [ -7.688076718008691, 57.530228906423041 ], [ -7.687465872249534, 57.530121497383831 ] ] ], [ [ [ -7.580827940406072, 57.533320603885436 ], [ -7.581251383101471, 57.5326987849418 ], [ -7.582016291202199, 57.532885376327229 ], [ -7.582697413771272, 57.533944240370552 ], [ -7.58434461176057, 57.534591214351835 ], [ -7.584395828273612, 57.535961539097904 ], [ -7.583395386802467, 57.535767407882375 ], [ -7.583134809681783, 57.534559382054773 ], [ -7.582166632212902, 57.534138795399876 ], [ -7.582080017953875, 57.533737608989256 ], [ -7.580827940406072, 57.533320603885436 ] ] ], [ [ [ -7.682260784964311, 57.531135262081477 ], [ -7.681739757878979, 57.530852744968719 ], [ -7.683620942952424, 57.530736286608715 ], [ -7.685874566613433, 57.53000438438287 ], [ -7.686915420022422, 57.530132873823575 ], [ -7.687065384275672, 57.530450143672482 ], [ -7.686311761569396, 57.530232164674359 ], [ -7.685764996930781, 57.530427896212871 ], [ -7.687083466257668, 57.530512335680015 ], [ -7.685905946045806, 57.530741073897225 ], [ -7.686299648183731, 57.5310653334923 ], [ -7.684776103677389, 57.530900136997438 ], [ -7.685385957297334, 57.531322649818811 ], [ -7.68372750276335, 57.531611800241642 ], [ -7.681876917178489, 57.53151714744498 ], [ -7.681569884039621, 57.5312654726769 ], [ -7.682260784964311, 57.531135262081477 ] ] ], [ [ [ -7.169965803281489, 57.553525914236999 ], [ -7.170989750412466, 57.553015983094966 ], [ -7.173990835777753, 57.553050202407135 ], [ -7.172817381075045, 57.553332350380984 ], [ -7.17329982218022, 57.553487997505584 ], [ -7.172437922698436, 57.553901313029314 ], [ -7.17074621959546, 57.553952777385412 ], [ -7.169965803281489, 57.553525914236999 ] ] ], [ [ [ -7.139940379187653, 57.5549751966958 ], [ -7.141160296327964, 57.554664473218502 ], [ -7.141517064560679, 57.5548793558875 ], [ -7.1401541937378, 57.555303890452279 ], [ -7.139501638826687, 57.555128066705137 ], [ -7.139940379187653, 57.5549751966958 ] ] ], [ [ [ -7.135040604688096, 57.555602437071855 ], [ -7.135487924633558, 57.55533226192631 ], [ -7.13622483067836, 57.555572150237076 ], [ -7.135590296250607, 57.555998424937954 ], [ -7.135554948177282, 57.555747927451407 ], [ -7.135040604688096, 57.555602437071855 ] ] ], [ [ [ -7.21136652260097, 57.552601633829383 ], [ -7.211977716627802, 57.552416173146845 ], [ -7.212904989949369, 57.552602753451154 ], [ -7.211446565003353, 57.553032038462156 ], [ -7.21136652260097, 57.552601633829383 ] ] ], [ [ [ -7.240207740410464, 57.551914225321404 ], [ -7.24091580085798, 57.551739886828017 ], [ -7.240755144569324, 57.552147003391411 ], [ -7.240207740410464, 57.551914225321404 ] ] ], [ [ [ -7.375873218304471, 57.546351304065603 ], [ -7.375917003150766, 57.545548497415822 ], [ -7.376724239825427, 57.545744410385758 ], [ -7.376463705003117, 57.545940921318966 ], [ -7.377516563963883, 57.545703373656103 ], [ -7.377998766894212, 57.546146242395288 ], [ -7.375952841884228, 57.546607084118371 ], [ -7.375873218304471, 57.546351304065603 ] ] ], [ [ [ -7.681209227510247, 57.532600443307182 ], [ -7.681119499246521, 57.532239942444235 ], [ -7.682496763273042, 57.532218262389854 ], [ -7.682108599933057, 57.531875738778382 ], [ -7.684180940079157, 57.531750641759977 ], [ -7.683513757144615, 57.532032813555837 ], [ -7.684173845357681, 57.532187525210595 ], [ -7.684691530947945, 57.531966111290494 ], [ -7.684045979501499, 57.53238682882867 ], [ -7.682769877290024, 57.532466966401564 ], [ -7.683127351578402, 57.533202430460634 ], [ -7.682539738938313, 57.533458499396794 ], [ -7.682120478746608, 57.533184889324083 ], [ -7.680742641749476, 57.532720521244912 ], [ -7.681209227510247, 57.532600443307182 ] ] ], [ [ [ -7.644747010510573, 57.535051344261831 ], [ -7.644506660105431, 57.534634575386129 ], [ -7.643976908174747, 57.534833854576412 ], [ -7.643909708565474, 57.534562336847081 ], [ -7.644391000169337, 57.53453625097854 ], [ -7.643498277103117, 57.533581673509751 ], [ -7.644279365117904, 57.533168600332523 ], [ -7.647459144653751, 57.532629897533177 ], [ -7.648264243472563, 57.531455130755681 ], [ -7.647988422557765, 57.530324376075889 ], [ -7.647049283383347, 57.529124378456906 ], [ -7.64425803595095, 57.527417896939532 ], [ -7.642178118289348, 57.526683080333022 ], [ -7.64138328728171, 57.526628706944024 ], [ -7.640817627654801, 57.526973601463624 ], [ -7.640520607878873, 57.526514362894666 ], [ -7.639547150662091, 57.526548993980434 ], [ -7.640317754165145, 57.526122910975992 ], [ -7.640094851935468, 57.524791752395863 ], [ -7.642079747399291, 57.524752272108167 ], [ -7.643617420648464, 57.525065857905048 ], [ -7.644143563370423, 57.524736223385936 ], [ -7.643925510804528, 57.525110545910877 ], [ -7.645522782075505, 57.525646462028334 ], [ -7.646242092247399, 57.525429665686076 ], [ -7.646309327261333, 57.525971212008862 ], [ -7.648310965982851, 57.526308927949728 ], [ -7.65039895263577, 57.525747128734793 ], [ -7.65074362605288, 57.525326602177913 ], [ -7.649986755561562, 57.524708012013143 ], [ -7.65067424657096, 57.524771651181062 ], [ -7.651133769024201, 57.524120938495038 ], [ -7.652523099522326, 57.523693988584505 ], [ -7.65368207590427, 57.523884947181202 ], [ -7.654319173872126, 57.524378382686379 ], [ -7.654561243833519, 57.523728426187795 ], [ -7.655702921752126, 57.523915643279999 ], [ -7.656932935856372, 57.523432796168649 ], [ -7.656656664167293, 57.523323701768547 ], [ -7.659611069903996, 57.522740788402231 ], [ -7.659916879733566, 57.522393990263964 ], [ -7.659284098008934, 57.522305438903153 ], [ -7.659416020728822, 57.52170092969201 ], [ -7.660241907556691, 57.521740287930633 ], [ -7.660642230464984, 57.522109327084046 ], [ -7.661685982024745, 57.521774327671046 ], [ -7.66140861872131, 57.522196360486767 ], [ -7.662062216900013, 57.522364974827269 ], [ -7.663690128834898, 57.521859650626396 ], [ -7.663598388968322, 57.52239934933408 ], [ -7.665943380580047, 57.522793336716298 ], [ -7.668957162434627, 57.522270532748799 ], [ -7.670178631812845, 57.521787934618359 ], [ -7.672321702467023, 57.519972102672632 ], [ -7.671613776915336, 57.519400936002498 ], [ -7.67227011697617, 57.518727759486367 ], [ -7.672403243474061, 57.518991793964538 ], [ -7.673711433239604, 57.518905801988687 ], [ -7.673482438061252, 57.51904664653096 ], [ -7.677920148905096, 57.52041716877504 ], [ -7.677529213839902, 57.521289929989116 ], [ -7.678365316448039, 57.522521375221537 ], [ -7.678930934615409, 57.522554355029932 ], [ -7.679257443517352, 57.522985180003602 ], [ -7.678005359853017, 57.52391481244463 ], [ -7.678894979071602, 57.523933171227156 ], [ -7.678938854571793, 57.523517132783724 ], [ -7.680094698581752, 57.523257928901998 ], [ -7.680684500381269, 57.523874892299169 ], [ -7.68050714876613, 57.524400472674813 ], [ -7.67878116016208, 57.524329863269841 ], [ -7.678818906165725, 57.52467920891597 ], [ -7.679715686382866, 57.524904268381981 ], [ -7.679272947072903, 57.525230296069005 ], [ -7.678448361997453, 57.525200002868168 ], [ -7.678081110736461, 57.524883529846079 ], [ -7.67680701766763, 57.525350576614684 ], [ -7.674117873894141, 57.524414228430778 ], [ -7.671324283256888, 57.524256638601138 ], [ -7.670963277808041, 57.523872356076112 ], [ -7.669955271225684, 57.523845774381691 ], [ -7.668199809979323, 57.52412289477364 ], [ -7.666246047288141, 57.525007498584728 ], [ -7.665522989759408, 57.525629634549922 ], [ -7.666038876022747, 57.525772926803235 ], [ -7.665711762258719, 57.526305224018607 ], [ -7.664937488344055, 57.525953034779846 ], [ -7.664539547279724, 57.526191478622806 ], [ -7.663815268808901, 57.526053060024815 ], [ -7.663947042417425, 57.526416176231621 ], [ -7.660676791104008, 57.52588375135096 ], [ -7.657597133055605, 57.527115895284538 ], [ -7.657614939157614, 57.528199729851067 ], [ -7.657042422545858, 57.528391990236393 ], [ -7.657507870663463, 57.528749111547214 ], [ -7.656731654171435, 57.528653491577408 ], [ -7.65599488282527, 57.530158291675114 ], [ -7.654849112878728, 57.530646338570342 ], [ -7.655133136699064, 57.530966615883919 ], [ -7.654472654060754, 57.531239325466906 ], [ -7.654481599704525, 57.532913128227698 ], [ -7.65295749552376, 57.533013104735907 ], [ -7.651832127918901, 57.532717109886647 ], [ -7.650326751729723, 57.532937727868045 ], [ -7.648220466228525, 57.534031398535376 ], [ -7.647182599073213, 57.535054589640431 ], [ -7.645753974933051, 57.53533921318374 ], [ -7.645641752012649, 57.535101219441579 ], [ -7.644747010510573, 57.535051344261831 ] ] ], [ [ [ -7.374870263412446, 57.547629724354508 ], [ -7.376486956911526, 57.546902853319487 ], [ -7.377677065632885, 57.547140907127876 ], [ -7.375455021242511, 57.547860341263679 ], [ -7.374870263412446, 57.547629724354508 ] ] ], [ [ [ -7.2132099006499, 57.555315712122727 ], [ -7.214900615777707, 57.554941578476551 ], [ -7.213700004763686, 57.555768735110014 ], [ -7.2132099006499, 57.555315712122727 ] ] ], [ [ [ -7.285983856833109, 57.552256230468508 ], [ -7.288141546634848, 57.551691411372943 ], [ -7.289180398309159, 57.551825059465479 ], [ -7.286063284603222, 57.552826115686692 ], [ -7.285685392387427, 57.552748390041835 ], [ -7.285983856833109, 57.552256230468508 ] ] ], [ [ [ -7.287626431124411, 57.552892775647727 ], [ -7.28922384045387, 57.552077899533842 ], [ -7.289382192849923, 57.552545482838767 ], [ -7.290853389137172, 57.552313606121366 ], [ -7.291196605148206, 57.552786019250924 ], [ -7.290787873730317, 57.552772595713265 ], [ -7.287626431124411, 57.552892775647727 ] ] ], [ [ [ -7.200676794172717, 57.557355433763263 ], [ -7.200248119564278, 57.557038399625114 ], [ -7.199868391190631, 57.557145858176639 ], [ -7.199011270385316, 57.556735829165738 ], [ -7.20018966587475, 57.556793362415981 ], [ -7.200773145218154, 57.556940237525076 ], [ -7.200676794172717, 57.557355433763263 ] ] ], [ [ [ -7.261557423933668, 57.555450469192188 ], [ -7.261563579762795, 57.554937293064654 ], [ -7.262521877329637, 57.555382278222169 ], [ -7.261557423933668, 57.555450469192188 ] ] ], [ [ [ -7.184504297184321, 57.558583619042857 ], [ -7.1853534799681, 57.557975484722746 ], [ -7.186616035823405, 57.558435496144156 ], [ -7.18618719436988, 57.558797781324856 ], [ -7.185228757122571, 57.558850736221501 ], [ -7.184504297184321, 57.558583619042857 ] ] ], [ [ [ -7.264596621942755, 57.554865436084704 ], [ -7.263527273526223, 57.554381914417817 ], [ -7.262553112604955, 57.554359633742557 ], [ -7.263170399123048, 57.554217756892257 ], [ -7.26268066461392, 57.553887277291963 ], [ -7.261853411637576, 57.55400103022388 ], [ -7.262071766670585, 57.553728248714762 ], [ -7.263104637784324, 57.553901955051288 ], [ -7.26465757200963, 57.553562590929907 ], [ -7.265747208534395, 57.553769897204809 ], [ -7.267646196686385, 57.553254050780239 ], [ -7.268340506487399, 57.553424777481844 ], [ -7.267821226575554, 57.553908128090185 ], [ -7.269930240712357, 57.554519088566821 ], [ -7.270439047790024, 57.553986674559575 ], [ -7.271097407851091, 57.553932125479861 ], [ -7.270609894387707, 57.554484348144435 ], [ -7.268318872573714, 57.55481326971271 ], [ -7.266516981706328, 57.555572526008902 ], [ -7.264596621942755, 57.554865436084704 ] ] ], [ [ [ -7.293897638174805, 57.554195998975516 ], [ -7.295005911410344, 57.55382815030098 ], [ -7.295284932241085, 57.554618210563888 ], [ -7.294590435110296, 57.55448183222213 ], [ -7.293897638174805, 57.554195998975516 ] ] ], [ [ [ -7.280997502970559, 57.555661765349598 ], [ -7.280980231278656, 57.555092871972768 ], [ -7.281739822712324, 57.555089814335531 ], [ -7.280997502970559, 57.555661765349598 ] ] ], [ [ [ -7.722597861157107, 57.536603021223435 ], [ -7.721257438518166, 57.536114875006746 ], [ -7.721564382157028, 57.535565327463345 ], [ -7.722814180029931, 57.535796546164299 ], [ -7.722874728405454, 57.536234868918854 ], [ -7.722349713799082, 57.536195733138136 ], [ -7.722299762762373, 57.536463550394785 ], [ -7.722985837774336, 57.536675393071093 ], [ -7.722597861157107, 57.536603021223435 ] ] ], [ [ [ -7.284879082262547, 57.557328383901414 ], [ -7.285552242768971, 57.556395763206872 ], [ -7.286353916735706, 57.556958732201572 ], [ -7.28568207934854, 57.557427867459559 ], [ -7.284879082262547, 57.557328383901414 ] ] ], [ [ [ -7.250781127887501, 57.559891940950507 ], [ -7.252025522049576, 57.559349639745598 ], [ -7.251540030328924, 57.559117924340576 ], [ -7.252503053093388, 57.558830308872061 ], [ -7.252134419311671, 57.558364260331125 ], [ -7.253078703449278, 57.558468857065385 ], [ -7.252972278794709, 57.559877065436822 ], [ -7.252098258818508, 57.5596795519495 ], [ -7.252017268602595, 57.559930388320687 ], [ -7.251147404805086, 57.559993651888185 ], [ -7.250781127887501, 57.559891940950507 ] ] ], [ [ [ -7.291998885958648, 57.55754325219138 ], [ -7.291541304966263, 57.55696406033978 ], [ -7.290818804312257, 57.557360663622553 ], [ -7.290125512447726, 57.557094627022799 ], [ -7.290499922112996, 57.556629861915226 ], [ -7.288934974305531, 57.556690191516381 ], [ -7.289434485412621, 57.556464042334191 ], [ -7.288059293654213, 57.556367012443367 ], [ -7.287966195511842, 57.556002872848808 ], [ -7.287216390682191, 57.555981260206948 ], [ -7.28649521701243, 57.555465310769641 ], [ -7.287367484580237, 57.555062444984557 ], [ -7.288018385610535, 57.555578640526136 ], [ -7.288596195809977, 57.555683960118145 ], [ -7.289845822516064, 57.555285926918948 ], [ -7.290245806694211, 57.555607479106975 ], [ -7.290351283193637, 57.554928141712871 ], [ -7.291516894692685, 57.555311113177702 ], [ -7.293131394084232, 57.554682644358934 ], [ -7.294830580305854, 57.555718067676246 ], [ -7.295268569180871, 57.555587168075611 ], [ -7.294458889753555, 57.555200066014471 ], [ -7.294724913416655, 57.55488832283865 ], [ -7.296902586321952, 57.555058615378407 ], [ -7.29745589951502, 57.555294507731382 ], [ -7.297393630381484, 57.555947740230096 ], [ -7.298090353959711, 57.556708527414557 ], [ -7.299737483224521, 57.556959583745538 ], [ -7.298499204486051, 57.557573210500806 ], [ -7.29591056409082, 57.557398626254965 ], [ -7.294684704393197, 57.557189202444746 ], [ -7.292766765063565, 57.556135072747686 ], [ -7.291798467479517, 57.555957991941447 ], [ -7.291645697591217, 57.556657315757384 ], [ -7.292573375555694, 57.55708447121873 ], [ -7.295862568052072, 57.557667008655251 ], [ -7.295382499086513, 57.558141632929335 ], [ -7.295693949242132, 57.558452494066451 ], [ -7.294364406604149, 57.558853943643882 ], [ -7.293466638576747, 57.558598319148764 ], [ -7.294337013222159, 57.557940819038166 ], [ -7.293887934308624, 57.55783461299729 ], [ -7.291998885958648, 57.55754325219138 ] ] ], [ [ [ -7.264119486069289, 57.561935777896714 ], [ -7.265291621094727, 57.561126404089578 ], [ -7.266874508402592, 57.560610294825295 ], [ -7.268787923475382, 57.561394137319695 ], [ -7.266888601273798, 57.561401583184505 ], [ -7.266284387106847, 57.561854280789504 ], [ -7.264986871805641, 57.561913022436727 ], [ -7.264119486069289, 57.561935777896714 ] ] ], [ [ [ -7.732215073190072, 57.541606789252683 ], [ -7.731942963565255, 57.541367137655733 ], [ -7.731160516255612, 57.541447780547934 ], [ -7.73095937442003, 57.540223719436064 ], [ -7.732744722959182, 57.540984055671466 ], [ -7.732737083249569, 57.541520000317504 ], [ -7.732215073190072, 57.541606789252683 ] ] ], [ [ [ -7.272198351467587, 57.561727459727081 ], [ -7.272941042771186, 57.561502899560899 ], [ -7.27250059901189, 57.561779598338383 ], [ -7.272198351467587, 57.561727459727081 ] ] ], [ [ [ -7.250844444967546, 57.562534863514735 ], [ -7.252228602939028, 57.56209021917244 ], [ -7.252102986919226, 57.562495891052102 ], [ -7.251143668594533, 57.562751851703709 ], [ -7.250844444967546, 57.562534863514735 ] ] ], [ [ [ -7.255064389707674, 57.562943783364233 ], [ -7.255373777396919, 57.562593430250146 ], [ -7.256121117896062, 57.562782711495771 ], [ -7.255882500165944, 57.563391071350459 ], [ -7.255064389707674, 57.562943783364233 ] ] ], [ [ [ -7.249958286621585, 57.566233292414481 ], [ -7.249928558682912, 57.565888088975527 ], [ -7.250898647585172, 57.565996130576238 ], [ -7.250763496073628, 57.566266320362288 ], [ -7.249958286621585, 57.566233292414481 ] ] ], [ [ [ -7.251929798625561, 57.565355642024173 ], [ -7.252347572634688, 57.565117759369464 ], [ -7.253282788949641, 57.565506190563937 ], [ -7.253024122321349, 57.566208064206812 ], [ -7.25254925455938, 57.566259360644032 ], [ -7.251929798625561, 57.565355642024173 ] ] ], [ [ [ -7.253761186200705, 57.56732283815964 ], [ -7.252456122842563, 57.566948031266264 ], [ -7.254001734051298, 57.56707524442362 ], [ -7.253761186200705, 57.56732283815964 ] ] ], [ [ [ -7.407740171100118, 57.563918878740878 ], [ -7.409076138017204, 57.563218043300637 ], [ -7.410000963190125, 57.563299812630639 ], [ -7.410399264483522, 57.56378217511827 ], [ -7.409992857989432, 57.564258608335699 ], [ -7.407500753808812, 57.56461761973587 ], [ -7.407740171100118, 57.563918878740878 ] ] ], [ [ [ -7.404783269076083, 57.567573601302684 ], [ -7.403271542864989, 57.566878908467054 ], [ -7.409564867231635, 57.569420208930843 ], [ -7.409152819569207, 57.569746588093793 ], [ -7.407228554575965, 57.569579025580829 ], [ -7.404437723497187, 57.568054601467729 ], [ -7.404783269076083, 57.567573601302684 ] ] ], [ [ [ -7.421490749330153, 57.558368927442245 ], [ -7.419773078873679, 57.558190876613082 ], [ -7.417858501324086, 57.558477937241157 ], [ -7.420662539932763, 57.558373082162582 ], [ -7.421022983772513, 57.558825544314473 ], [ -7.420830090243066, 57.559441319270448 ], [ -7.419754612691299, 57.559415612928454 ], [ -7.420811186399433, 57.559820115231986 ], [ -7.420283811259337, 57.560157800285126 ], [ -7.420920153526002, 57.560719882186632 ], [ -7.420281557448939, 57.560648374042934 ], [ -7.419201466103051, 57.561266329640013 ], [ -7.41851470303088, 57.56205184343851 ], [ -7.418548394317763, 57.562783858156507 ], [ -7.417036198746374, 57.562749916528595 ], [ -7.416948969540292, 57.562164197859595 ], [ -7.415976571387888, 57.562044027938462 ], [ -7.4167339202073, 57.560945008914508 ], [ -7.416434106711131, 57.561236890167471 ], [ -7.4158254578857, 57.561141572491522 ], [ -7.414728968877396, 57.561931183703194 ], [ -7.413559238861389, 57.562003970008405 ], [ -7.413494003140699, 57.562353256112978 ], [ -7.412269338046876, 57.562563384207863 ], [ -7.410661355038972, 57.562110505655134 ], [ -7.410164904924264, 57.561587363246083 ], [ -7.410385268244797, 57.561042425570392 ], [ -7.408245142729578, 57.561345837943215 ], [ -7.406698255419278, 57.561979225521704 ], [ -7.403382923374898, 57.561789432300095 ], [ -7.404817901429269, 57.561213986535478 ], [ -7.405589125683788, 57.56048792580075 ], [ -7.405259790466078, 57.560074586348712 ], [ -7.407266832516824, 57.559439456937532 ], [ -7.409730275357282, 57.559284161197255 ], [ -7.410799268861934, 57.558906153494313 ], [ -7.411034699997819, 57.559160623445223 ], [ -7.413492769035978, 57.559306968218515 ], [ -7.414455434826207, 57.559643562587752 ], [ -7.414855411171897, 57.558955899386483 ], [ -7.415875291163524, 57.558552060103288 ], [ -7.417565589500541, 57.558488886467259 ], [ -7.415392130174841, 57.558118361527676 ], [ -7.414696698237361, 57.556258362441589 ], [ -7.413790033055566, 57.555509885831242 ], [ -7.409714907920144, 57.555014555422147 ], [ -7.405834142017245, 57.553403815747863 ], [ -7.404050544505642, 57.553286884811783 ], [ -7.402025933678967, 57.553576244747816 ], [ -7.402120949256241, 57.553032201018638 ], [ -7.404018738894487, 57.55284727569645 ], [ -7.407129837527163, 57.551251302951641 ], [ -7.409550243306246, 57.550472378877217 ], [ -7.411633826015609, 57.550243353817791 ], [ -7.420817430468519, 57.551040758473974 ], [ -7.42655855446773, 57.553335852246576 ], [ -7.426789658691606, 57.553987364150494 ], [ -7.432497862262229, 57.557345585795851 ], [ -7.43528525402184, 57.559808210154102 ], [ -7.43711019642137, 57.562114345735765 ], [ -7.438433055561796, 57.56523861558486 ], [ -7.437666451521715, 57.568120116811976 ], [ -7.434944250502483, 57.569965551713651 ], [ -7.430793539273572, 57.569145630569437 ], [ -7.430717831137682, 57.568077937962009 ], [ -7.428707323001974, 57.566783169672625 ], [ -7.42779023797316, 57.565463753257411 ], [ -7.421556884214617, 57.559711517666912 ], [ -7.42117084132483, 57.559480648356733 ], [ -7.421490749330153, 57.558368927442245 ] ] ], [ [ [ -7.421731727832188, 57.571287352079345 ], [ -7.42617739593188, 57.570424539724137 ], [ -7.42271283304852, 57.572463660975849 ], [ -7.421259069616189, 57.572678332296285 ], [ -7.419571410421158, 57.572492669986119 ], [ -7.421731727832188, 57.571287352079345 ] ] ], [ [ [ -7.612288808093679, 57.564090482682879 ], [ -7.612802600151516, 57.56378405479834 ], [ -7.614218371328796, 57.564058467599359 ], [ -7.613011876946339, 57.564814320937479 ], [ -7.612505397717593, 57.5645713733173 ], [ -7.612288808093679, 57.564090482682879 ] ] ], [ [ [ -7.100868904883974, 57.586421960131013 ], [ -7.101432756532788, 57.585724318330655 ], [ -7.101971765778973, 57.585864455777482 ], [ -7.102022829753187, 57.586825131565661 ], [ -7.101059201539138, 57.587300520879495 ], [ -7.100868904883974, 57.586421960131013 ] ] ], [ [ [ -7.151896268592573, 57.588048929734562 ], [ -7.153146975253799, 57.587948307056813 ], [ -7.15372844578743, 57.588563381363606 ], [ -7.152588363909507, 57.588794455105436 ], [ -7.151896268592573, 57.588048929734562 ] ] ], [ [ [ -7.150049226896881, 57.589735043502976 ], [ -7.150686499851943, 57.589029660011818 ], [ -7.152435933614236, 57.589196594674078 ], [ -7.151317309679556, 57.59005213260869 ], [ -7.150598158129847, 57.589825084745854 ], [ -7.150049226896881, 57.589735043502976 ] ] ], [ [ [ -7.096856486814189, 57.593710363674433 ], [ -7.097800178370452, 57.592255083217253 ], [ -7.0981564300584, 57.593122436287238 ], [ -7.096856486814189, 57.593710363674433 ] ] ], [ [ [ -7.159262402796234, 57.592138586593123 ], [ -7.15895678006548, 57.591638214367165 ], [ -7.158825514873697, 57.592070989515314 ], [ -7.157180641260822, 57.59216979906941 ], [ -7.155762337498592, 57.591975884252854 ], [ -7.154437523549309, 57.591377723276992 ], [ -7.154157513728896, 57.590939279035062 ], [ -7.154700786408503, 57.590516653338724 ], [ -7.156159806265363, 57.590407482410384 ], [ -7.156978474206888, 57.59003656434318 ], [ -7.156855196519482, 57.589758173881208 ], [ -7.155247562145961, 57.589410039901544 ], [ -7.15561834380101, 57.589070947364604 ], [ -7.156555340739137, 57.588825660648027 ], [ -7.157315996997333, 57.589167949550344 ], [ -7.157959405111086, 57.589038142277751 ], [ -7.158709976073474, 57.590253636047834 ], [ -7.15951983688488, 57.590233981033002 ], [ -7.161277887230542, 57.591286740909815 ], [ -7.160256270227969, 57.59205740767689 ], [ -7.159262402796234, 57.592138586593123 ] ] ], [ [ [ -7.143118257601449, 57.595695713444819 ], [ -7.144106566012082, 57.595574401901423 ], [ -7.145169409448201, 57.596097885484404 ], [ -7.144457378824795, 57.596158441128395 ], [ -7.143118257601449, 57.595695713444819 ] ] ], [ [ [ -7.137485493517222, 57.597162624803012 ], [ -7.13940675626648, 57.596764880314176 ], [ -7.140588628727092, 57.597004615849023 ], [ -7.14011681088911, 57.597815665650963 ], [ -7.138534994660573, 57.597947643639671 ], [ -7.137475435913473, 57.597743393373712 ], [ -7.137485493517222, 57.597162624803012 ] ] ], [ [ [ -7.160783830673197, 57.596846110915507 ], [ -7.161364326763423, 57.59680344592455 ], [ -7.162729909955621, 57.597002161722727 ], [ -7.161864368282537, 57.597267958651813 ], [ -7.161023432327498, 57.597105339135489 ], [ -7.160783830673197, 57.596846110915507 ] ] ], [ [ [ -7.110857957729025, 57.59961721775823 ], [ -7.111515346040993, 57.598929235428237 ], [ -7.11398044866979, 57.599297130254946 ], [ -7.114345406380667, 57.599687218732015 ], [ -7.113932133320701, 57.599906432795429 ], [ -7.113019440406091, 57.599435088201815 ], [ -7.111253546480206, 57.600046561980001 ], [ -7.110857957729025, 57.59961721775823 ] ] ], [ [ [ -7.173621365155483, 57.597871988763707 ], [ -7.173054618470678, 57.597587517668956 ], [ -7.172066153577242, 57.597660474768659 ], [ -7.171712034928581, 57.597386168719986 ], [ -7.172298817991194, 57.597187529466886 ], [ -7.173734886239445, 57.597468716476243 ], [ -7.173621365155483, 57.597871988763707 ] ] ], [ [ [ -7.151707639871142, 57.601198066848916 ], [ -7.151435104703071, 57.600871783802731 ], [ -7.153273042965909, 57.600949623802755 ], [ -7.154373823257184, 57.60067517069794 ], [ -7.155177562693598, 57.601083200651168 ], [ -7.154970128225837, 57.601393113941668 ], [ -7.153336108530153, 57.601216982676036 ], [ -7.151707639871142, 57.601198066848916 ] ] ], [ [ [ -7.151228926091017, 57.60290473486679 ], [ -7.15227762851173, 57.60279439219169 ], [ -7.153087271560486, 57.603125712588401 ], [ -7.152449392842676, 57.603237266544795 ], [ -7.151831947383399, 57.602961072666304 ], [ -7.151228926091017, 57.60290473486679 ] ] ], [ [ [ -7.155933394376696, 57.603279272354754 ], [ -7.158403112347708, 57.602493490889124 ], [ -7.159178199825655, 57.602616535381841 ], [ -7.158379482227881, 57.603424844196468 ], [ -7.15707924752483, 57.603853257253171 ], [ -7.156278206081614, 57.603760054321022 ], [ -7.155933394376696, 57.603279272354754 ] ] ], [ [ [ -7.133462651379065, 57.602554235776275 ], [ -7.135456889763813, 57.602374033895032 ], [ -7.138222941429847, 57.60279218949394 ], [ -7.140292922605401, 57.603976492590228 ], [ -7.137648097798341, 57.60483112783416 ], [ -7.137478817072906, 57.604523103410415 ], [ -7.136198572726285, 57.603648497543887 ], [ -7.133942152361042, 57.60316005450283 ], [ -7.133462651379065, 57.602554235776275 ] ] ], [ [ [ -7.140713951217465, 57.605826372909796 ], [ -7.142198277130804, 57.605180976923769 ], [ -7.142579628788843, 57.6055658246325 ], [ -7.142290320446719, 57.606517899848669 ], [ -7.141571479639904, 57.606614703137978 ], [ -7.140893822176537, 57.606327415196958 ], [ -7.140713951217465, 57.605826372909796 ] ] ], [ [ [ -7.133645398149883, 57.607405596600451 ], [ -7.130927062959956, 57.607327306237345 ], [ -7.130834688702473, 57.606732714339266 ], [ -7.130141827519039, 57.606396501600649 ], [ -7.131530639888441, 57.60649743941832 ], [ -7.132945713974162, 57.607258629539174 ], [ -7.133203887335913, 57.60700967654536 ], [ -7.135110046425774, 57.607094008481482 ], [ -7.135811820695377, 57.607492816772243 ], [ -7.133645398149883, 57.607405596600451 ] ] ], [ [ [ -7.140008499996043, 57.60747474563783 ], [ -7.140611467389501, 57.60723421262243 ], [ -7.140838711548169, 57.607773813621613 ], [ -7.140008499996043, 57.60747474563783 ] ] ], [ [ [ -7.533957019588917, 57.590099456400196 ], [ -7.534354453942805, 57.590001894758892 ], [ -7.53522250934431, 57.59032016974227 ], [ -7.534780647681597, 57.590874201519171 ], [ -7.535117380052434, 57.59120321907929 ], [ -7.534215782495369, 57.591358032260167 ], [ -7.532972720993794, 57.590657507218644 ], [ -7.534160305122994, 57.590421737597886 ], [ -7.533957019588917, 57.590099456400196 ] ] ], [ [ [ -7.138281806959606, 57.609133246739653 ], [ -7.13891856986398, 57.609012815893443 ], [ -7.139871287384221, 57.609288901671135 ], [ -7.138782056732327, 57.609351299388557 ], [ -7.138281806959606, 57.609133246739653 ] ] ], [ [ [ -7.142317766932431, 57.608819326219702 ], [ -7.141942810723171, 57.608349636520707 ], [ -7.144652882885524, 57.608747452184453 ], [ -7.146356642278611, 57.609673977398721 ], [ -7.144019836591687, 57.609343746965443 ], [ -7.142317766932431, 57.608819326219702 ] ] ], [ [ [ -7.149251091743188, 57.611501131940329 ], [ -7.148343562306451, 57.610858855023857 ], [ -7.149927132141059, 57.610841867896738 ], [ -7.150277253960444, 57.611371937449057 ], [ -7.149251091743188, 57.611501131940329 ] ] ], [ [ [ -7.539341679091208, 57.596021736555365 ], [ -7.539816513093527, 57.595585043286661 ], [ -7.540945911234743, 57.595780187655315 ], [ -7.53978898466255, 57.596074972186145 ], [ -7.539341679091208, 57.596021736555365 ] ] ], [ [ [ -7.152929037131762, 57.614026836864028 ], [ -7.153761631235786, 57.613903726803322 ], [ -7.155762253530627, 57.61430781945753 ], [ -7.156371169167061, 57.614805697044353 ], [ -7.155454942410859, 57.614847663420051 ], [ -7.153564500035856, 57.614582128345411 ], [ -7.152929037131762, 57.614026836864028 ] ] ], [ [ [ -7.143776475604826, 57.615792532245159 ], [ -7.140394563901241, 57.615710007486321 ], [ -7.138491844378129, 57.615949525226917 ], [ -7.138628802749186, 57.615732495081808 ], [ -7.136623663685497, 57.615188850956052 ], [ -7.13714606549761, 57.614911130336857 ], [ -7.136631129219171, 57.613937852846334 ], [ -7.137677465519654, 57.613571299725116 ], [ -7.136507246456678, 57.612647216864708 ], [ -7.136535135441409, 57.612133206158568 ], [ -7.137091358066729, 57.611917091407427 ], [ -7.139082288601539, 57.612776226522996 ], [ -7.137936495724712, 57.613209829878109 ], [ -7.138354816981662, 57.613737149652039 ], [ -7.139477524697207, 57.614028807981853 ], [ -7.140616579671314, 57.61378441978502 ], [ -7.141074089087519, 57.614292138204505 ], [ -7.143675650522052, 57.614204927381166 ], [ -7.145088484846037, 57.615029070649342 ], [ -7.144790426793652, 57.615611696602635 ], [ -7.143776475604826, 57.615792532245159 ] ] ], [ [ [ -7.153588773605068, 57.616111679129816 ], [ -7.152486024038225, 57.615193973115531 ], [ -7.153648819050636, 57.615353401126519 ], [ -7.153983794623651, 57.616059540895108 ], [ -7.153588773605068, 57.616111679129816 ] ] ], [ [ [ -7.120317666157105, 57.612630902764373 ], [ -7.118899637467475, 57.612324075521592 ], [ -7.120349935606395, 57.611432898083727 ], [ -7.123445657391169, 57.611451100147832 ], [ -7.123276486194601, 57.610846129705237 ], [ -7.122296186169022, 57.610611530719098 ], [ -7.119609781297221, 57.610761134632874 ], [ -7.117510147621752, 57.610018588716038 ], [ -7.119741320994758, 57.609613085618307 ], [ -7.118124859305894, 57.60896789950565 ], [ -7.119755985682461, 57.608825191543104 ], [ -7.119720728979727, 57.608277763702773 ], [ -7.119040684107795, 57.607972463114841 ], [ -7.120044874044848, 57.607544784074804 ], [ -7.121279375661356, 57.607859049468502 ], [ -7.121253700920935, 57.608152517904905 ], [ -7.122792075341129, 57.608184493691532 ], [ -7.122900945254528, 57.607946129225553 ], [ -7.125687629825244, 57.608152281976615 ], [ -7.12676663486427, 57.60896769279271 ], [ -7.128330309669811, 57.609178527991574 ], [ -7.128113650258322, 57.609781192254708 ], [ -7.129746384604158, 57.610718020285262 ], [ -7.129870318313432, 57.61123934656748 ], [ -7.128647040973879, 57.611599535613593 ], [ -7.129266923644098, 57.612546076016741 ], [ -7.126798125364012, 57.612219095254403 ], [ -7.12458908925393, 57.613019721631666 ], [ -7.126677670298998, 57.613681626886986 ], [ -7.127625683696398, 57.615289663410614 ], [ -7.128798007901603, 57.615754854432474 ], [ -7.127391678680809, 57.61588853165572 ], [ -7.127996675072418, 57.616313815272804 ], [ -7.126930969100389, 57.61696000105534 ], [ -7.12766077288453, 57.617497182460603 ], [ -7.127408931408021, 57.617732367159078 ], [ -7.126234799166288, 57.618086029452883 ], [ -7.125265776796657, 57.617873484256712 ], [ -7.123682189439562, 57.617227022096984 ], [ -7.122925908923583, 57.615372729655782 ], [ -7.121352299875109, 57.614914788203784 ], [ -7.121721161885762, 57.614260968110898 ], [ -7.122749468669232, 57.614003247963169 ], [ -7.123111723918168, 57.613421673102614 ], [ -7.120641337881036, 57.613499532575965 ], [ -7.120317666157105, 57.612630902764373 ] ] ], [ [ [ -7.16166364012254, 57.61700508921664 ], [ -7.161182215337209, 57.616390441391786 ], [ -7.161087703927008, 57.616610260808926 ], [ -7.159827849406838, 57.616594339829071 ], [ -7.159423354611466, 57.617051791259016 ], [ -7.158688846525571, 57.616838900766489 ], [ -7.159964053586227, 57.615841936865046 ], [ -7.16223937639209, 57.615924259144677 ], [ -7.163776667190016, 57.6166531293049 ], [ -7.162309792068392, 57.617127101902014 ], [ -7.16166364012254, 57.61700508921664 ] ] ], [ [ [ -7.165385597533644, 57.617001132516627 ], [ -7.165067252863703, 57.616118875747141 ], [ -7.167006341300198, 57.616489324499348 ], [ -7.166840940080199, 57.617094468367135 ], [ -7.16759517540072, 57.617504459752048 ], [ -7.167002592920749, 57.617641219824357 ], [ -7.165385597533644, 57.617001132516627 ] ] ], [ [ [ -7.174040717978837, 57.616902700194267 ], [ -7.174194870168852, 57.61657244532195 ], [ -7.175586394101688, 57.617100204784364 ], [ -7.174296959378387, 57.61717112355452 ], [ -7.174482010460252, 57.617469462200106 ], [ -7.17382492993085, 57.617329963257816 ], [ -7.172356768516374, 57.617205740313537 ], [ -7.174040717978837, 57.616902700194267 ] ] ], [ [ [ -7.153871549807431, 57.618399084687617 ], [ -7.154231597698196, 57.617687029829092 ], [ -7.155895430919314, 57.618185873466608 ], [ -7.155534690143996, 57.618479559180841 ], [ -7.154494680306235, 57.618477088916947 ], [ -7.153871549807431, 57.618399084687617 ] ] ], [ [ [ -7.177189102261296, 57.617532897381153 ], [ -7.176650041997505, 57.617151018530834 ], [ -7.177743597777892, 57.617164602987124 ], [ -7.178846618655549, 57.617761762911336 ], [ -7.178933271938781, 57.617993052907757 ], [ -7.177985240083206, 57.617977101231133 ], [ -7.178047074385105, 57.617587645743008 ], [ -7.177189102261296, 57.617532897381153 ] ] ], [ [ [ -7.592179277886996, 57.600497392150963 ], [ -7.592588947144042, 57.600218188426787 ], [ -7.594631582116324, 57.600690046132669 ], [ -7.592928905381331, 57.600792642872854 ], [ -7.592179277886996, 57.600497392150963 ] ] ], [ [ [ -7.134145272884955, 57.620369041977114 ], [ -7.132335410520684, 57.620199779178726 ], [ -7.132095596936591, 57.620519962770764 ], [ -7.131122801254719, 57.620222135083537 ], [ -7.13481700648905, 57.619842312847538 ], [ -7.135039714303328, 57.620409102010328 ], [ -7.134145272884955, 57.620369041977114 ] ] ], [ [ [ -7.139691967209506, 57.620341032386889 ], [ -7.136585524544077, 57.619482354002557 ], [ -7.135762172863696, 57.618818562417331 ], [ -7.134109099265925, 57.618512472898949 ], [ -7.13460013048693, 57.617241786572606 ], [ -7.135945818733913, 57.616975532602865 ], [ -7.136240239849048, 57.61656763675019 ], [ -7.136831337088348, 57.616597543722307 ], [ -7.136412845476897, 57.616839537206594 ], [ -7.136851767415689, 57.617334530909744 ], [ -7.138128435506854, 57.616936098024823 ], [ -7.139638491216065, 57.61723896576742 ], [ -7.139077557102572, 57.616829934180707 ], [ -7.139932217694413, 57.616115762119179 ], [ -7.143727630100914, 57.616631324126359 ], [ -7.142489512408227, 57.616650334326934 ], [ -7.14314071052385, 57.617163643805775 ], [ -7.142288156703638, 57.617418863234661 ], [ -7.142342541983324, 57.61786203792763 ], [ -7.145057117311257, 57.617197932469828 ], [ -7.145304591855223, 57.616814423240214 ], [ -7.144882389193439, 57.616615703106092 ], [ -7.145845709516335, 57.61643242640659 ], [ -7.145286779755549, 57.616333765113858 ], [ -7.147673374726162, 57.616609762928547 ], [ -7.147624893129605, 57.617273085269304 ], [ -7.148567199735747, 57.617414569043895 ], [ -7.148030356567482, 57.616703162586091 ], [ -7.149437720045974, 57.616695181666465 ], [ -7.149498077144123, 57.617061629555693 ], [ -7.148912951799338, 57.617310471804196 ], [ -7.149456519176956, 57.617832645135422 ], [ -7.147200751190558, 57.617888758120422 ], [ -7.146823811141148, 57.618246063507023 ], [ -7.144313450626112, 57.618694924142773 ], [ -7.142186326282078, 57.618475762352155 ], [ -7.141578018576399, 57.618739010842333 ], [ -7.141708402361703, 57.618238813676449 ], [ -7.140963629723903, 57.618071229382181 ], [ -7.141355525057592, 57.61799676462941 ], [ -7.140274049363541, 57.617878896321223 ], [ -7.142131775711428, 57.619629709270839 ], [ -7.143341530257698, 57.618995510130411 ], [ -7.144078339321511, 57.619343362804692 ], [ -7.143885485046826, 57.619639161200091 ], [ -7.139691967209506, 57.620341032386889 ] ] ], [ [ [ -7.1625883069198, 57.620264982645971 ], [ -7.161727536554899, 57.619931306040513 ], [ -7.162615625440426, 57.619926440851778 ], [ -7.1625883069198, 57.620264982645971 ] ] ], [ [ [ -7.182582756675295, 57.618784297381495 ], [ -7.183077734709093, 57.618598386575599 ], [ -7.184359213015679, 57.618823742897568 ], [ -7.184691128543069, 57.619233905010113 ], [ -7.184260262705, 57.619434282486566 ], [ -7.183152826156999, 57.619136084374311 ], [ -7.184080979874301, 57.618977352537748 ], [ -7.182582756675295, 57.618784297381495 ] ] ], [ [ [ -7.135278659761186, 57.621209172164846 ], [ -7.135582501686333, 57.620926864331814 ], [ -7.136351906330327, 57.620972007717086 ], [ -7.136152542354574, 57.621281554345046 ], [ -7.137066630494528, 57.621460266223941 ], [ -7.135780218282541, 57.621494670423324 ], [ -7.135278659761186, 57.621209172164846 ] ] ], [ [ [ -7.140431304113218, 57.62070679881429 ], [ -7.142359329326517, 57.620052325332516 ], [ -7.142836944450917, 57.620109328118403 ], [ -7.14291825314922, 57.620564901463702 ], [ -7.144072847832915, 57.620724755563209 ], [ -7.144589201285461, 57.621410020784317 ], [ -7.142524846336067, 57.62151672075737 ], [ -7.141270723091822, 57.621423894801573 ], [ -7.14156374913532, 57.621065530897937 ], [ -7.140764791562942, 57.621048617454349 ], [ -7.140431304113218, 57.62070679881429 ] ] ], [ [ [ -7.177366034956245, 57.619479107787704 ], [ -7.178171559651969, 57.619236374920462 ], [ -7.179244597321932, 57.619340771086755 ], [ -7.178166206094692, 57.619727888286405 ], [ -7.178423350439932, 57.620061053350511 ], [ -7.177629370088209, 57.620102656944901 ], [ -7.177366034956245, 57.619479107787704 ] ] ], [ [ [ -7.187755127474283, 57.619845721736624 ], [ -7.189132386481302, 57.619661275397306 ], [ -7.189779751858866, 57.619966662187686 ], [ -7.189188654780088, 57.620043179266766 ], [ -7.187755127474283, 57.619845721736624 ] ] ], [ [ [ -7.146350047195535, 57.621824052817843 ], [ -7.146968710542581, 57.621101468204685 ], [ -7.148190752015809, 57.62079064328676 ], [ -7.146998363640584, 57.620186975096715 ], [ -7.146132693685074, 57.621000621807141 ], [ -7.146170311492163, 57.620733649876591 ], [ -7.145653254327331, 57.620871722748099 ], [ -7.14447094996444, 57.620398088818817 ], [ -7.145035330577675, 57.619943165159071 ], [ -7.144760168750128, 57.619598977356048 ], [ -7.145852182348301, 57.6187851008956 ], [ -7.149880510342554, 57.618575649425644 ], [ -7.150355431641785, 57.619145612697913 ], [ -7.152627360347271, 57.619498188752338 ], [ -7.151843417589765, 57.61976416630106 ], [ -7.151971981004828, 57.620433755207998 ], [ -7.15003318068386, 57.621543212588868 ], [ -7.148367370206871, 57.621444775543587 ], [ -7.146350047195535, 57.621824052817843 ] ] ], [ [ [ -7.139137661149969, 57.621933742862083 ], [ -7.138467750229713, 57.621466163619132 ], [ -7.139361588490716, 57.621501719386622 ], [ -7.139422601099303, 57.622169569780539 ], [ -7.137556480310125, 57.622196124912463 ], [ -7.139137661149969, 57.621933742862083 ] ] ], [ [ [ -7.132805660040557, 57.622043177479661 ], [ -7.134719420774646, 57.621582859156263 ], [ -7.136043919664757, 57.621758362756935 ], [ -7.13637652580768, 57.62221270056682 ], [ -7.135447063817194, 57.62269594688857 ], [ -7.133957393682906, 57.622360702030662 ], [ -7.132805660040557, 57.622043177479661 ] ] ], [ [ [ -7.172779506832039, 57.621408467599622 ], [ -7.172686835227218, 57.621052348624112 ], [ -7.173662574976451, 57.621309252050409 ], [ -7.172779506832039, 57.621408467599622 ] ] ], [ [ [ -7.156603984340835, 57.621580605993302 ], [ -7.157072561391821, 57.621219522096347 ], [ -7.156096779548808, 57.621079467606961 ], [ -7.156400686333709, 57.620621643497508 ], [ -7.158013988144795, 57.62064563937912 ], [ -7.159439776395136, 57.621415117996186 ], [ -7.159656463965696, 57.620933859985854 ], [ -7.158732972103746, 57.62051275036108 ], [ -7.15989045459862, 57.620456392364417 ], [ -7.160076959645089, 57.621060620086737 ], [ -7.160821092283168, 57.620809716749797 ], [ -7.160417202106582, 57.621271644692953 ], [ -7.160995821125521, 57.621625877194653 ], [ -7.160249624689104, 57.621980341940031 ], [ -7.16060641062561, 57.622307662501946 ], [ -7.158903019621188, 57.622476340313021 ], [ -7.158288028754959, 57.621984118363144 ], [ -7.156603984340835, 57.621580605993302 ] ] ], [ [ [ -7.136957557144496, 57.622881862857014 ], [ -7.138367914797402, 57.62241950044281 ], [ -7.140325873786652, 57.622686117916835 ], [ -7.140031350378307, 57.623152513132915 ], [ -7.137995477272247, 57.623401939978713 ], [ -7.136999228800309, 57.62323557831467 ], [ -7.136957557144496, 57.622881862857014 ] ] ], [ [ [ -7.193968294237214, 57.621170009221608 ], [ -7.194518297978466, 57.620841415009764 ], [ -7.194338073082573, 57.620519507366311 ], [ -7.197583877266797, 57.620688990281472 ], [ -7.197359912709102, 57.620963668147915 ], [ -7.196214850967845, 57.62080210447067 ], [ -7.197417722009289, 57.621121452636764 ], [ -7.195270427157284, 57.621468192381272 ], [ -7.195169159493774, 57.621276205082253 ], [ -7.193968294237214, 57.621170009221608 ] ] ], [ [ [ -7.175059284931591, 57.6219897752732 ], [ -7.173953023844855, 57.621346823635669 ], [ -7.174486693778926, 57.621149463113881 ], [ -7.174576242745296, 57.621424727104888 ], [ -7.175454749469719, 57.621411167368173 ], [ -7.175140440412301, 57.620735718291897 ], [ -7.176484258456048, 57.62098649076755 ], [ -7.177257820688633, 57.621530606093202 ], [ -7.175884279741323, 57.622365324544539 ], [ -7.175059284931591, 57.6219897752732 ] ] ], [ [ [ -7.167323512834822, 57.622370005408698 ], [ -7.170308997266265, 57.621901204426678 ], [ -7.171821575632635, 57.622041630004823 ], [ -7.168284432514441, 57.622699541674621 ], [ -7.167323512834822, 57.622370005408698 ] ] ], [ [ [ -7.17083132505524, 57.622919055708337 ], [ -7.171072878340958, 57.622436754902253 ], [ -7.174517527048988, 57.622659866284046 ], [ -7.171732331867052, 57.622886604206158 ], [ -7.17083132505524, 57.622919055708337 ] ] ], [ [ [ -7.181670354652728, 57.622084497101511 ], [ -7.180551378854273, 57.622081885325827 ], [ -7.180523040385967, 57.622470866126093 ], [ -7.18007786146167, 57.622500852639703 ], [ -7.178490628557745, 57.621767020200814 ], [ -7.178293708213384, 57.621127247678437 ], [ -7.178742291503601, 57.620792093287925 ], [ -7.178327088676856, 57.620714665932915 ], [ -7.179054889770749, 57.620326651970039 ], [ -7.182445185017452, 57.619594379912918 ], [ -7.187116289702663, 57.619717236843364 ], [ -7.186596211218566, 57.619844808688846 ], [ -7.187402202765159, 57.620133784277321 ], [ -7.186797492370815, 57.62050238850221 ], [ -7.189245046017215, 57.620754409160533 ], [ -7.188878816615065, 57.620972838163929 ], [ -7.189343609313797, 57.62120925675071 ], [ -7.188532371495875, 57.621400107911583 ], [ -7.184763035335117, 57.62146337425817 ], [ -7.182922552497055, 57.621916058460535 ], [ -7.182204770697813, 57.622938047412198 ], [ -7.181673142217513, 57.622973391886688 ], [ -7.181144852043734, 57.622797142351352 ], [ -7.181777739799651, 57.622437307625454 ], [ -7.181670354652728, 57.622084497101511 ] ] ], [ [ [ -7.168922684621803, 57.623825123333567 ], [ -7.167867187544319, 57.623126050734356 ], [ -7.170240362397266, 57.623303207711196 ], [ -7.169963060809598, 57.623593515181717 ], [ -7.16904095768755, 57.623536838397868 ], [ -7.17016292941361, 57.623819268547223 ], [ -7.169257796133183, 57.624117318190088 ], [ -7.168922684621803, 57.623825123333567 ] ] ], [ [ [ -7.145017619154299, 57.625320101345025 ], [ -7.147967950519134, 57.624304407874469 ], [ -7.149058346892627, 57.624601808514136 ], [ -7.148608948804399, 57.624921586065717 ], [ -7.147578630044687, 57.624752198028119 ], [ -7.145017619154299, 57.625320101345025 ] ] ], [ [ [ -7.177667919816143, 57.622818483878035 ], [ -7.178224207706079, 57.622015509920679 ], [ -7.17858022346549, 57.622571365656668 ], [ -7.179443543271273, 57.622862536740783 ], [ -7.179271865405299, 57.623539943473482 ], [ -7.17834538832185, 57.624216855223295 ], [ -7.176896537215456, 57.624465303712398 ], [ -7.178398209412836, 57.623881758237012 ], [ -7.177667919816143, 57.622818483878035 ] ] ], [ [ [ -7.140141239210527, 57.626308966918224 ], [ -7.140531430033233, 57.626233676661613 ], [ -7.140618178501968, 57.626431691667591 ], [ -7.140141239210527, 57.626308966918224 ] ] ], [ [ [ -7.157390714893267, 57.625642485292758 ], [ -7.158348922028125, 57.625067916555814 ], [ -7.159175453447113, 57.625160075063874 ], [ -7.157854853464332, 57.625780965935014 ], [ -7.155635946483692, 57.626218121826909 ], [ -7.155431705300122, 57.625961033382183 ], [ -7.157390714893267, 57.625642485292758 ] ] ], [ [ [ -7.174626873502328, 57.625426771309755 ], [ -7.174372080921628, 57.624874849958076 ], [ -7.1756238838615, 57.624890963029159 ], [ -7.175044468312627, 57.625297159165875 ], [ -7.176034138376646, 57.625121570035695 ], [ -7.175591400973501, 57.625427679160239 ], [ -7.174626873502328, 57.625426771309755 ] ] ], [ [ [ -7.17488755389656, 57.62584348029246 ], [ -7.176294061333843, 57.625709270236612 ], [ -7.175205373296021, 57.626190358726419 ], [ -7.174748182006855, 57.626101144372456 ], [ -7.17488755389656, 57.62584348029246 ] ] ], [ [ [ -7.191055115724863, 57.625718854119519 ], [ -7.191229657443428, 57.625414730596056 ], [ -7.192518042915428, 57.625393177716347 ], [ -7.191055115724863, 57.625718854119519 ] ] ], [ [ [ -7.156116147396416, 57.626823843700826 ], [ -7.157454089892891, 57.626737639807722 ], [ -7.157454128735293, 57.627210029084338 ], [ -7.155795436346058, 57.627340839117437 ], [ -7.155627158149098, 57.627041789907324 ], [ -7.156116147396416, 57.626823843700826 ] ] ], [ [ [ -7.5231955287458, 57.612476480048478 ], [ -7.521695180035906, 57.612337019261105 ], [ -7.523274531005653, 57.612290313044518 ], [ -7.522547929667453, 57.611471633674675 ], [ -7.525161441018256, 57.611432681988305 ], [ -7.524553155677502, 57.6117662569592 ], [ -7.525314940098891, 57.611758061224066 ], [ -7.524304206377968, 57.612378385670134 ], [ -7.5231955287458, 57.612476480048478 ] ] ], [ [ [ -7.148218506972308, 57.628199252587955 ], [ -7.144389224943234, 57.627300069032181 ], [ -7.145689619312809, 57.626984278259904 ], [ -7.146272262295407, 57.627603849568764 ], [ -7.148357510504796, 57.627050849052154 ], [ -7.148823139812572, 57.626195037224115 ], [ -7.150890019098338, 57.626281591375587 ], [ -7.150704170024403, 57.626626602823706 ], [ -7.150127211067596, 57.626461211191241 ], [ -7.148827965483783, 57.62682019208642 ], [ -7.148988042593653, 57.627416513536048 ], [ -7.149641386999558, 57.627115400997823 ], [ -7.151496611270014, 57.627246580779847 ], [ -7.149482376069018, 57.627945199427003 ], [ -7.150616405370555, 57.62831279089027 ], [ -7.148218506972308, 57.628199252587955 ] ] ], [ [ [ -7.156734357455702, 57.628341708336769 ], [ -7.155286830582432, 57.627834021961718 ], [ -7.157805828484536, 57.628032451957743 ], [ -7.157464005846414, 57.62851882265214 ], [ -7.156734357455702, 57.628341708336769 ] ] ], [ [ [ -7.177555430680193, 57.627614561364247 ], [ -7.1794719491949, 57.627351399925892 ], [ -7.180712834020295, 57.627525379080261 ], [ -7.178704957285547, 57.628206221493251 ], [ -7.177443595395788, 57.627947581508863 ], [ -7.177555430680193, 57.627614561364247 ] ] ], [ [ [ -7.538104592318652, 57.611356877816114 ], [ -7.539501943918074, 57.610821145399917 ], [ -7.540413991163123, 57.61092955712229 ], [ -7.541466265250492, 57.611934531418171 ], [ -7.539610153625201, 57.612782962515013 ], [ -7.536948164637644, 57.613373361715752 ], [ -7.536430473533785, 57.612991990917891 ], [ -7.53749546892759, 57.612662590321271 ], [ -7.538104592318652, 57.611356877816114 ] ] ], [ [ [ -7.167603431744475, 57.62975487658575 ], [ -7.167263300622243, 57.62930991642844 ], [ -7.163582855837933, 57.629496656064852 ], [ -7.163956556183629, 57.629116937188911 ], [ -7.162488380497283, 57.62917254788745 ], [ -7.162028333906539, 57.628768475869315 ], [ -7.159678714330367, 57.628995099592949 ], [ -7.160141337869284, 57.627765948589094 ], [ -7.161448859427463, 57.627937389062588 ], [ -7.162321504558899, 57.627586741751735 ], [ -7.160981705974652, 57.627601089316379 ], [ -7.160045730881039, 57.627270475114386 ], [ -7.161643435978764, 57.626840673656162 ], [ -7.158993187082605, 57.626827650093965 ], [ -7.159030785821019, 57.62650218642559 ], [ -7.161103680270696, 57.625863993337703 ], [ -7.161056888266805, 57.625299037944387 ], [ -7.159793765634305, 57.625085288384511 ], [ -7.160447752307188, 57.624671615971039 ], [ -7.157667045163003, 57.624695399738187 ], [ -7.15926166968245, 57.62440971931256 ], [ -7.159562168110271, 57.624104991662847 ], [ -7.159402725597087, 57.622865301438658 ], [ -7.16021564390114, 57.623038990395422 ], [ -7.160621889087858, 57.622770423037565 ], [ -7.161712404185362, 57.623009223954959 ], [ -7.162935010805569, 57.622702730216574 ], [ -7.163978255486507, 57.622785982905292 ], [ -7.164345901369644, 57.623189331839704 ], [ -7.165014700409109, 57.623233923303637 ], [ -7.164644950297862, 57.623581992481228 ], [ -7.165299255482167, 57.623996093007285 ], [ -7.165974436435925, 57.624085408219472 ], [ -7.166701456366984, 57.623655212151576 ], [ -7.168077404806397, 57.623895761121361 ], [ -7.168649827181779, 57.624146738346163 ], [ -7.168522404232407, 57.624606359609828 ], [ -7.16728044506159, 57.625012677998271 ], [ -7.171380248346751, 57.625065064677777 ], [ -7.169287506238645, 57.625915699049948 ], [ -7.170720858030923, 57.625910922469863 ], [ -7.171141285493309, 57.625506768455772 ], [ -7.17212899204465, 57.626141112150641 ], [ -7.172397370110728, 57.625788179912263 ], [ -7.172970340289242, 57.626219076794584 ], [ -7.172443348495404, 57.626758079383258 ], [ -7.171131205361742, 57.626730910472666 ], [ -7.171607999701455, 57.627134264279491 ], [ -7.173342683113195, 57.627301560413763 ], [ -7.173474957946666, 57.627111674556694 ], [ -7.173468683090214, 57.627714799238134 ], [ -7.175816618922543, 57.627771421075003 ], [ -7.176998241777346, 57.628294293590322 ], [ -7.175058507230522, 57.628630352617989 ], [ -7.173256952514917, 57.629347627276033 ], [ -7.16991777748934, 57.629516053987722 ], [ -7.168417210239841, 57.628578783933349 ], [ -7.169293429466522, 57.627782539878389 ], [ -7.168671199418541, 57.627241170871208 ], [ -7.168672828044357, 57.627547035762113 ], [ -7.167387464078642, 57.627649200343924 ], [ -7.167326946169394, 57.628519985284022 ], [ -7.168724351050436, 57.629322026944344 ], [ -7.168420591448416, 57.629721389767568 ], [ -7.167603431744475, 57.62975487658575 ] ] ], [ [ [ -7.188038024850949, 57.62954574055928 ], [ -7.187700154815811, 57.629235708056093 ], [ -7.188585259665854, 57.629208292621122 ], [ -7.18878844912356, 57.629514866364545 ], [ -7.188038024850949, 57.62954574055928 ] ] ], [ [ [ -7.1835785069486, 57.630736907458484 ], [ -7.184776827804963, 57.630377213188247 ], [ -7.185497028524209, 57.630545559694212 ], [ -7.1835785069486, 57.630736907458484 ] ] ], [ [ [ -7.524970189615077, 57.616897012982385 ], [ -7.525720292535211, 57.616701224555648 ], [ -7.525673402957376, 57.616966087473351 ], [ -7.524970189615077, 57.616897012982385 ] ] ], [ [ [ -7.185387173342711, 57.63347445608855 ], [ -7.184758732918812, 57.633126872576646 ], [ -7.183890080388108, 57.633387532520878 ], [ -7.180355037248114, 57.632421525304842 ], [ -7.182421243127982, 57.632147677024108 ], [ -7.182862929951331, 57.632597426003521 ], [ -7.184238287084607, 57.632360935125732 ], [ -7.184558233262168, 57.632604228083373 ], [ -7.184678323296045, 57.632329348607975 ], [ -7.185840205506069, 57.63312289918747 ], [ -7.185387173342711, 57.63347445608855 ] ] ], [ [ [ -7.187325374574526, 57.632598418914249 ], [ -7.187877162237087, 57.632233793802328 ], [ -7.188361420252188, 57.632276859088904 ], [ -7.188259217250087, 57.632793955828689 ], [ -7.189232776180135, 57.633149817930232 ], [ -7.18859508868039, 57.633383011361289 ], [ -7.187547732999427, 57.633097665610997 ], [ -7.187804395000851, 57.632898147869518 ], [ -7.187325374574526, 57.632598418914249 ] ] ], [ [ [ -7.524372882274744, 57.619242556377479 ], [ -7.524926226546486, 57.619120199556313 ], [ -7.525148108337915, 57.619431781963101 ], [ -7.524624133153796, 57.619482650503649 ], [ -7.524372882274744, 57.619242556377479 ] ] ], [ [ [ -7.189760295510919, 57.635899531189587 ], [ -7.186820598755618, 57.635345603996527 ], [ -7.190124139358005, 57.635569624809264 ], [ -7.190736674592472, 57.635805361900616 ], [ -7.189760295510919, 57.635899531189587 ] ] ], [ [ [ -7.187616814043525, 57.636514103335813 ], [ -7.188530408247928, 57.636274065324983 ], [ -7.19187820879583, 57.636806657097502 ], [ -7.195951147925584, 57.636661423676237 ], [ -7.196289148807265, 57.637029920039694 ], [ -7.195782967607848, 57.637185745966384 ], [ -7.192062782543201, 57.637392935563305 ], [ -7.190020229013032, 57.637306038504633 ], [ -7.189357678346018, 57.636955379832521 ], [ -7.187582715102467, 57.636744957478129 ], [ -7.187616814043525, 57.636514103335813 ] ] ], [ [ [ -7.525212447079739, 57.623632974725432 ], [ -7.525142196082459, 57.623447048968579 ], [ -7.525587820419134, 57.623520217685815 ], [ -7.525212447079739, 57.623632974725432 ] ] ], [ [ [ -7.514965487884507, 57.62533993668788 ], [ -7.514925897516375, 57.625134664754654 ], [ -7.515529919664005, 57.625389042822476 ], [ -7.514965487884507, 57.62533993668788 ] ] ], [ [ [ -7.184642558903987, 57.639533785766005 ], [ -7.183417987620095, 57.639242189404165 ], [ -7.182587048914866, 57.639474292362685 ], [ -7.182288440568807, 57.638852197652177 ], [ -7.179916903017721, 57.63845922083852 ], [ -7.18083695152398, 57.638322453772759 ], [ -7.184766710488584, 57.638876321261016 ], [ -7.185666232433915, 57.638713368224749 ], [ -7.186879851824408, 57.63910437218329 ], [ -7.186392171884692, 57.639331382545443 ], [ -7.187387151448725, 57.639483924666436 ], [ -7.186866747788721, 57.639716781695597 ], [ -7.185791612675103, 57.639473050991789 ], [ -7.185293576576524, 57.639862448171833 ], [ -7.184642558903987, 57.639533785766005 ] ] ], [ [ [ -7.208456761463813, 57.638224188758208 ], [ -7.210900937201476, 57.638069240280679 ], [ -7.211776060436653, 57.638438002115919 ], [ -7.211400221333928, 57.638858453335132 ], [ -7.210636163831671, 57.638912516857857 ], [ -7.208456761463813, 57.638224188758208 ] ] ], [ [ [ -7.205347350679951, 57.6392388806442 ], [ -7.203862802616941, 57.638539792089666 ], [ -7.205422380821204, 57.638767877078102 ], [ -7.205152280442299, 57.638522575281257 ], [ -7.204163674026721, 57.638297923773735 ], [ -7.206539886687953, 57.638253843452503 ], [ -7.209122784511877, 57.638948035350019 ], [ -7.20772678025372, 57.638807722944179 ], [ -7.207424651912541, 57.639099142383202 ], [ -7.205347350679951, 57.6392388806442 ] ] ], [ [ [ -7.506351464966135, 57.627144824199618 ], [ -7.505711643384512, 57.626930667033271 ], [ -7.506824062106228, 57.626975678147218 ], [ -7.506351464966135, 57.627144824199618 ] ] ], [ [ [ -7.20115480837794, 57.640190182457154 ], [ -7.201329327325942, 57.63988604562411 ], [ -7.203298908901694, 57.640398689153542 ], [ -7.201989476184631, 57.640335724594912 ], [ -7.20115480837794, 57.640190182457154 ] ] ], [ [ [ -7.194989925896, 57.640669203010532 ], [ -7.19374273398808, 57.640572095764654 ], [ -7.193723580910715, 57.640203960724776 ], [ -7.194327195631098, 57.640611014864028 ], [ -7.195298623974025, 57.640188584492769 ], [ -7.196448305208023, 57.64019071376913 ], [ -7.196596427302437, 57.640639018107798 ], [ -7.195280512921435, 57.640882187940733 ], [ -7.194989925896, 57.640669203010532 ] ] ], [ [ [ -7.508555816839485, 57.627939531297166 ], [ -7.507687241734813, 57.627213371813291 ], [ -7.508579039936345, 57.627650512253695 ], [ -7.508555816839485, 57.627939531297166 ] ] ], [ [ [ -7.511373044128135, 57.628096299128465 ], [ -7.511951197676948, 57.627959419216175 ], [ -7.512523615924974, 57.628369996977476 ], [ -7.511776841361874, 57.628556552779933 ], [ -7.511575001729859, 57.628288172856109 ], [ -7.511373044128135, 57.628096299128465 ] ] ], [ [ [ -7.178036299238951, 57.643503359989516 ], [ -7.177158909505732, 57.642999491602374 ], [ -7.175996872720954, 57.643087671302339 ], [ -7.175389453670973, 57.642829156893228 ], [ -7.177224528088303, 57.642753851361306 ], [ -7.177296901660982, 57.642026538765734 ], [ -7.179176342851401, 57.641733429435106 ], [ -7.179297320804756, 57.642169366449252 ], [ -7.178134718154423, 57.642194603600053 ], [ -7.177843176397798, 57.642561994195098 ], [ -7.179611690317903, 57.643195732742804 ], [ -7.182516842776199, 57.64338683859004 ], [ -7.182875293627317, 57.64378152308479 ], [ -7.182470432925878, 57.64376666428624 ], [ -7.178036299238951, 57.643503359989516 ] ] ], [ [ [ -7.061585392296077, 57.647662622242706 ], [ -7.062611896345607, 57.646901648006448 ], [ -7.064767015033949, 57.647013090760865 ], [ -7.066691330890634, 57.647754584616457 ], [ -7.067725393207917, 57.648729755679909 ], [ -7.066387307536233, 57.64942230895813 ], [ -7.062178664871015, 57.648246139626401 ], [ -7.061585392296077, 57.647662622242706 ] ] ], [ [ [ -7.131441211655359, 57.648867047109825 ], [ -7.131389134382149, 57.648261816768191 ], [ -7.132909280708994, 57.648982781100514 ], [ -7.132563183593216, 57.649086839808291 ], [ -7.130852810057995, 57.649156412730704 ], [ -7.130770472491882, 57.648930318691598 ], [ -7.131441211655359, 57.648867047109825 ] ] ], [ [ [ -7.12141870022868, 57.64937778545648 ], [ -7.121567269082084, 57.648944363626327 ], [ -7.120792229333296, 57.648863353850707 ], [ -7.121259743113736, 57.648430482503315 ], [ -7.120204833678458, 57.648387823256357 ], [ -7.121199206883319, 57.648239489467578 ], [ -7.121819931984488, 57.647584451357467 ], [ -7.120379207312737, 57.647899369607963 ], [ -7.11926189467411, 57.64765228892216 ], [ -7.119993729046233, 57.647249185734829 ], [ -7.121423169430009, 57.647092189137169 ], [ -7.119997187488281, 57.64685764593964 ], [ -7.120603591121487, 57.646576599212899 ], [ -7.122137001853743, 57.646977729880618 ], [ -7.12562013709822, 57.646390871128496 ], [ -7.127527874372015, 57.646709244810289 ], [ -7.128940924410032, 57.647326633586196 ], [ -7.128856820524232, 57.647977890298833 ], [ -7.127725866282707, 57.648406267947145 ], [ -7.129095687036855, 57.648539535606119 ], [ -7.128589677009014, 57.648699572200407 ], [ -7.129054407369492, 57.648959608916947 ], [ -7.128781291460776, 57.649461089287044 ], [ -7.12832944748119, 57.649173534412206 ], [ -7.126604289640874, 57.649554071907986 ], [ -7.125478791032766, 57.649190406396585 ], [ -7.123394574972505, 57.649702456331319 ], [ -7.12141870022868, 57.64937778545648 ] ] ], [ [ [ -7.084828038186988, 57.650072346583151 ], [ -7.084206012214733, 57.649645741384873 ], [ -7.087755647827096, 57.649347890299644 ], [ -7.089140265746622, 57.649647446923836 ], [ -7.088522362112653, 57.64920270070543 ], [ -7.08981141280834, 57.648988747859107 ], [ -7.092133017954508, 57.650547009678021 ], [ -7.092403420995596, 57.651026460588717 ], [ -7.091658094912856, 57.651264384257914 ], [ -7.088369683112832, 57.651020954377671 ], [ -7.084828038186988, 57.650072346583151 ] ] ], [ [ [ -7.131676576482226, 57.65058954184282 ], [ -7.131954042383993, 57.650474781154664 ], [ -7.131188962981219, 57.65052389628589 ], [ -7.131113179397956, 57.650225553753003 ], [ -7.130489248565457, 57.650619836208747 ], [ -7.129953940580383, 57.650335680650485 ], [ -7.131143445536124, 57.649846417077349 ], [ -7.131806781718971, 57.649967899099778 ], [ -7.131314571407378, 57.649632508534886 ], [ -7.13164433326958, 57.649353661652547 ], [ -7.132844761922651, 57.649831196078225 ], [ -7.132181964982944, 57.650425019568708 ], [ -7.132769701756811, 57.650486587859682 ], [ -7.132548701669255, 57.650940968232845 ], [ -7.131880053246781, 57.650900685545189 ], [ -7.131676576482226, 57.65058954184282 ] ] ], [ [ [ -7.085428393139617, 57.654401129036629 ], [ -7.086265279118205, 57.654025491436244 ], [ -7.08767949556924, 57.654355366156821 ], [ -7.087563069134551, 57.654841426456308 ], [ -7.086918049755495, 57.655029387658004 ], [ -7.085428393139617, 57.654401129036629 ] ] ], [ [ [ -7.063957799596704, 57.654918255152552 ], [ -7.065226312960874, 57.654867339047151 ], [ -7.065558149037361, 57.655380362995267 ], [ -7.064730708529026, 57.656245833635772 ], [ -7.063249669114691, 57.655796921803351 ], [ -7.063210581624768, 57.655276644325262 ], [ -7.063957799596704, 57.654918255152552 ] ] ], [ [ [ -7.120877284406316, 57.653565694460134 ], [ -7.121354332143409, 57.653199920026971 ], [ -7.121136399235641, 57.652785874537294 ], [ -7.122200801140971, 57.652657187443772 ], [ -7.123907317525662, 57.653271719096892 ], [ -7.124784861643488, 57.653186589698095 ], [ -7.123622215348425, 57.653926633495736 ], [ -7.123068445648488, 57.653868141160309 ], [ -7.120877284406316, 57.653565694460134 ] ] ], [ [ [ -7.149050659640667, 57.653035381413517 ], [ -7.14875249711111, 57.652413200640048 ], [ -7.151027231657872, 57.652711754157473 ], [ -7.149610509451056, 57.652900057914721 ], [ -7.149591490963195, 57.653179768040737 ], [ -7.149050659640667, 57.653035381413517 ] ] ], [ [ [ -7.183875846587449, 57.652014139604212 ], [ -7.183195142422761, 57.651596703890569 ], [ -7.182429326797675, 57.651934099871298 ], [ -7.181216023177105, 57.651430555030458 ], [ -7.180024829772988, 57.651551456101259 ], [ -7.178558007041116, 57.651152775665494 ], [ -7.178413850425596, 57.650789773323361 ], [ -7.17971689869128, 57.650335865602003 ], [ -7.182350407814231, 57.6507360998935 ], [ -7.184501210179715, 57.651457554641333 ], [ -7.183875846587449, 57.652014139604212 ] ] ], [ [ [ -7.168792842232803, 57.651940158053634 ], [ -7.170097176585059, 57.651670760020231 ], [ -7.172293640065696, 57.652066619208824 ], [ -7.173135948940859, 57.652499979513955 ], [ -7.171068026939974, 57.652593755320403 ], [ -7.168792842232803, 57.651940158053634 ] ] ], [ [ [ -7.504629700865153, 57.63918206110521 ], [ -7.504888384310692, 57.639095166390817 ], [ -7.504870715298678, 57.639454142094735 ], [ -7.504629700865153, 57.63918206110521 ] ] ], [ [ [ -7.503794088833856, 57.639393141215209 ], [ -7.503775497527856, 57.639115849640987 ], [ -7.504073055669248, 57.639539365536258 ], [ -7.503794088833856, 57.639393141215209 ] ] ], [ [ [ -7.179437142775322, 57.653312208757775 ], [ -7.178645365450645, 57.652998287641765 ], [ -7.175787983652225, 57.653147039192284 ], [ -7.174436806999291, 57.652559106432086 ], [ -7.176560648008502, 57.652328010107375 ], [ -7.17788897073482, 57.652579432244003 ], [ -7.177469562440388, 57.652110751226772 ], [ -7.178021502009694, 57.652097096620047 ], [ -7.180406063706707, 57.652575077184089 ], [ -7.182101023690349, 57.652572951420382 ], [ -7.182806890669211, 57.652755409657495 ], [ -7.181972512236145, 57.652848172045225 ], [ -7.182160349349126, 57.653222874243063 ], [ -7.180666952977838, 57.653108746455842 ], [ -7.180542867763355, 57.653473764090727 ], [ -7.179437142775322, 57.653312208757775 ] ] ], [ [ [ -7.126925362522165, 57.65532656379164 ], [ -7.12766915961081, 57.655066895411338 ], [ -7.129670149523707, 57.655210501111114 ], [ -7.128732572981369, 57.654812226021505 ], [ -7.129717072585805, 57.654533762511434 ], [ -7.13112068513603, 57.654904080520211 ], [ -7.130194082977391, 57.655117216637059 ], [ -7.132075567283032, 57.655661544965213 ], [ -7.131064870496486, 57.655873608823789 ], [ -7.130908280415638, 57.656842736242055 ], [ -7.129747048224266, 57.656880955131506 ], [ -7.129180359300443, 57.656197670580042 ], [ -7.128255059523124, 57.65606432557464 ], [ -7.128274957577693, 57.655433675319017 ], [ -7.126925362522165, 57.65532656379164 ] ] ], [ [ [ -7.497228525728872, 57.641317572087942 ], [ -7.498382272325786, 57.641200666193363 ], [ -7.49779394859444, 57.641460321110557 ], [ -7.497228525728872, 57.641317572087942 ] ] ], [ [ [ -7.170211708797466, 57.65423949197217 ], [ -7.172054782377765, 57.653745541365673 ], [ -7.173790200418992, 57.653791359302787 ], [ -7.175357933860323, 57.654073481835965 ], [ -7.174985301748114, 57.654579159345538 ], [ -7.176972194633335, 57.654857566083173 ], [ -7.176972670883552, 57.65509599440702 ], [ -7.173947456396601, 57.65459923056045 ], [ -7.170801911493828, 57.654552728653357 ], [ -7.171237913880357, 57.654314407439074 ], [ -7.170211708797466, 57.65423949197217 ] ] ], [ [ [ -7.094611016871542, 57.658174052374477 ], [ -7.094802405404769, 57.65792339146391 ], [ -7.097575667957194, 57.658067814715103 ], [ -7.097649938697414, 57.658357234595044 ], [ -7.096950894419964, 57.658578920873019 ], [ -7.095458231187993, 57.658648203738466 ], [ -7.094611016871542, 57.658174052374477 ] ] ], [ [ [ -7.404557472727301, 57.645415169221437 ], [ -7.406555466980346, 57.644969550493094 ], [ -7.407073764221026, 57.645406302651537 ], [ -7.405613439638935, 57.645855882546961 ], [ -7.404557472727301, 57.645415169221437 ] ] ], [ [ [ -7.150158548544687, 57.656521824280141 ], [ -7.148775243905168, 57.655705489372615 ], [ -7.151153971086366, 57.656143767817603 ], [ -7.151110483494477, 57.656487462514129 ], [ -7.150436550194043, 57.656469985792 ], [ -7.150363020566095, 57.656720428763016 ], [ -7.150158548544687, 57.656521824280141 ] ] ], [ [ [ -7.15172631513509, 57.65674575180784 ], [ -7.153347898105122, 57.656580553040435 ], [ -7.153830385974731, 57.656727306151261 ], [ -7.152913497200812, 57.656949212664315 ], [ -7.15172631513509, 57.65674575180784 ] ] ], [ [ [ -7.164316723488351, 57.656572956441423 ], [ -7.163367789840443, 57.656215884675682 ], [ -7.162547416436745, 57.656289946117546 ], [ -7.16263512911167, 57.655903944415442 ], [ -7.16355397931549, 57.656167774046651 ], [ -7.163983924043379, 57.655650790984026 ], [ -7.164098465767763, 57.655983526025473 ], [ -7.165026788148054, 57.655783562615227 ], [ -7.165629896884185, 57.656010814043348 ], [ -7.165634466679651, 57.656572999629873 ], [ -7.164316723488351, 57.656572956441423 ] ] ], [ [ [ -7.408594065889755, 57.64580908369966 ], [ -7.407984370088143, 57.644984779167451 ], [ -7.409769498346142, 57.644912715300258 ], [ -7.412054645474155, 57.645548128633216 ], [ -7.412888596357861, 57.64641228840555 ], [ -7.411497653271492, 57.646201995743766 ], [ -7.408594065889755, 57.64580908369966 ] ] ], [ [ [ -7.495950935743958, 57.642765572446628 ], [ -7.496936913174571, 57.64242739199679 ], [ -7.496647749042779, 57.64281169970522 ], [ -7.495978053989136, 57.642977691635103 ], [ -7.495950935743958, 57.642765572446628 ] ] ], [ [ [ -7.17494224126072, 57.655512220696984 ], [ -7.176036773354741, 57.655242370560714 ], [ -7.176185313423519, 57.655753663041672 ], [ -7.178058886761351, 57.655708275102597 ], [ -7.177464972628191, 57.65601608719335 ], [ -7.178279284837582, 57.656311096093198 ], [ -7.1778593957937, 57.656485794671504 ], [ -7.178169260967223, 57.656716024547336 ], [ -7.174863842938705, 57.656491721470111 ], [ -7.17494224126072, 57.655512220696984 ] ] ], [ [ [ -7.39888824838362, 57.647300389313735 ], [ -7.399819415380703, 57.646621564684885 ], [ -7.398771199880475, 57.646063479679796 ], [ -7.399810016862178, 57.645600531935408 ], [ -7.403476287409638, 57.646325446051875 ], [ -7.402508875519503, 57.646816863980852 ], [ -7.401514595053198, 57.646508474446087 ], [ -7.401284227423506, 57.647440783241045 ], [ -7.399644806706061, 57.647196004587286 ], [ -7.399521592008089, 57.647664750369515 ], [ -7.39888824838362, 57.647300389313735 ] ] ], [ [ [ -7.181151574232257, 57.655207887570469 ], [ -7.180633917135812, 57.654698259829999 ], [ -7.179169180787736, 57.654843879368123 ], [ -7.179400439583633, 57.654523953020202 ], [ -7.178728719534986, 57.654110623492116 ], [ -7.177729337625492, 57.654223626787783 ], [ -7.177924154026055, 57.653707242117157 ], [ -7.179633045306667, 57.654095994254554 ], [ -7.179941406816993, 57.654668207231531 ], [ -7.180747277410576, 57.654023249679312 ], [ -7.182460846700787, 57.654150828523996 ], [ -7.182519670386393, 57.654562323220837 ], [ -7.181346951765073, 57.654754459919751 ], [ -7.185036680230203, 57.656375494955213 ], [ -7.184290002685688, 57.65678859727285 ], [ -7.183827342923944, 57.656546663348323 ], [ -7.182445731422959, 57.655982555899868 ], [ -7.180809798510489, 57.655752808087037 ], [ -7.180957607140476, 57.655436305447793 ], [ -7.179824870739164, 57.655262364159547 ], [ -7.181151574232257, 57.655207887570469 ] ] ], [ [ [ -7.052419624690977, 57.662394166907774 ], [ -7.05175740930883, 57.662159756985922 ], [ -7.050562142292207, 57.662437029685456 ], [ -7.04909283699216, 57.661771545833211 ], [ -7.048513512848354, 57.661830712476892 ], [ -7.049001844989467, 57.660816978554358 ], [ -7.04672633182326, 57.661051957662465 ], [ -7.046093085247676, 57.660663407822881 ], [ -7.04526698764376, 57.658406642055589 ], [ -7.044739057051736, 57.658171327602034 ], [ -7.047202638439205, 57.657600458615811 ], [ -7.046806257869865, 57.657224932285587 ], [ -7.047254342787983, 57.656766145099446 ], [ -7.046694664988125, 57.65630267920821 ], [ -7.047790230870151, 57.654828294357721 ], [ -7.044620890112214, 57.654487186318924 ], [ -7.043729838104256, 57.653933488609006 ], [ -7.044166437213645, 57.653754085584929 ], [ -7.044151509342484, 57.652319624040956 ], [ -7.045015071023626, 57.651952200471122 ], [ -7.044583840024877, 57.650903270030334 ], [ -7.046783884515157, 57.650612851176533 ], [ -7.046629080894118, 57.65034462711634 ], [ -7.047245218478791, 57.650189520996697 ], [ -7.048533787591672, 57.650826257504498 ], [ -7.054142242959748, 57.651029090952029 ], [ -7.053614461921823, 57.651396627130751 ], [ -7.053889028069915, 57.651741022483186 ], [ -7.055380179760098, 57.65184323652435 ], [ -7.055758714158636, 57.652511864018408 ], [ -7.054959043782933, 57.652975774129501 ], [ -7.055122564319512, 57.653486567438605 ], [ -7.057296000151734, 57.654087766368924 ], [ -7.058438140367853, 57.65385303960813 ], [ -7.059000722084807, 57.654095905313795 ], [ -7.058721160510615, 57.655159799969177 ], [ -7.056935581169586, 57.656257066614856 ], [ -7.056997513304855, 57.657302770751429 ], [ -7.058070480998563, 57.659158198443578 ], [ -7.055304514424127, 57.658643725773423 ], [ -7.05643659204318, 57.658395928143861 ], [ -7.056945096862889, 57.657889696264675 ], [ -7.056198625743741, 57.657231315694901 ], [ -7.055142235039868, 57.657660524476441 ], [ -7.053422426417336, 57.657846375098039 ], [ -7.052269204738245, 57.659327619125179 ], [ -7.052781797972921, 57.659873923878955 ], [ -7.054608312881358, 57.660151669393173 ], [ -7.055478354486122, 57.661695841941118 ], [ -7.054798378396788, 57.662357389844395 ], [ -7.052419624690977, 57.662394166907774 ] ] ], [ [ [ -7.158302438738561, 57.658191170004052 ], [ -7.158954680333334, 57.657584136880999 ], [ -7.159777501979036, 57.657644968529453 ], [ -7.159227721567036, 57.657379517002461 ], [ -7.160015953964384, 57.657374276902054 ], [ -7.160384097928724, 57.657071286588376 ], [ -7.160941324697522, 57.657565875891059 ], [ -7.160147792314731, 57.657710806343985 ], [ -7.160438053465134, 57.658157829423281 ], [ -7.159466077221628, 57.65828755857617 ], [ -7.158302438738561, 57.658191170004052 ] ] ], [ [ [ -7.270806471126175, 57.652920171092155 ], [ -7.272099697299597, 57.65282113630402 ], [ -7.274072176698991, 57.653445076693245 ], [ -7.273367296704459, 57.654253826120105 ], [ -7.272642980143909, 57.65445597604625 ], [ -7.270511511389159, 57.653327534103944 ], [ -7.270806471126175, 57.652920171092155 ] ] ], [ [ [ -7.145029156021314, 57.65994332374445 ], [ -7.144716293577663, 57.659690644472256 ], [ -7.144293659056386, 57.659847342456764 ], [ -7.144701241246765, 57.659466312347845 ], [ -7.145738529894801, 57.659500495731962 ], [ -7.145029156021314, 57.65994332374445 ] ] ], [ [ [ -7.496208355997404, 57.64515016573273 ], [ -7.49625813476749, 57.644625993109884 ], [ -7.49653708433721, 57.644927036044443 ], [ -7.496208355997404, 57.64515016573273 ] ] ], [ [ [ -7.190219131035046, 57.65792603415467 ], [ -7.189445892818394, 57.657273984473726 ], [ -7.190361854025623, 57.657222808989125 ], [ -7.189244016259309, 57.656391475183781 ], [ -7.188499926635952, 57.656880981073279 ], [ -7.187513610167292, 57.656323165355325 ], [ -7.186914624708517, 57.656653727491346 ], [ -7.185432725358531, 57.656327724733053 ], [ -7.184645534168833, 57.655577243117634 ], [ -7.185095301946546, 57.654555473128816 ], [ -7.187457617347056, 57.655110724529735 ], [ -7.187598706749021, 57.655392862370903 ], [ -7.188508266426968, 57.655179996614933 ], [ -7.189002351397701, 57.655524099420283 ], [ -7.190098576853642, 57.655618478413295 ], [ -7.191996869000244, 57.656566158367482 ], [ -7.192281133491353, 57.656851398033382 ], [ -7.191463967197581, 57.657123475634428 ], [ -7.191557609034405, 57.657367070786051 ], [ -7.19304019975994, 57.657872938022045 ], [ -7.192134461790521, 57.658054184772737 ], [ -7.191260292224869, 57.65781121427684 ], [ -7.191351995887662, 57.658099879933943 ], [ -7.190219131035046, 57.65792603415467 ] ] ], [ [ [ -7.041898791128001, 57.664663868847903 ], [ -7.041608993494726, 57.664571978322989 ], [ -7.040714252323954, 57.664657203679759 ], [ -7.040436910419062, 57.663930510081272 ], [ -7.039949723670737, 57.664048936587164 ], [ -7.038958421634366, 57.663620667120618 ], [ -7.039039188377049, 57.662933655241901 ], [ -7.039555301169662, 57.66266112444054 ], [ -7.039845439240048, 57.662815986021769 ], [ -7.039760321057208, 57.662324539194856 ], [ -7.041467104691753, 57.662827688958124 ], [ -7.041214555627744, 57.66360703921162 ], [ -7.041983451696338, 57.66424661468595 ], [ -7.041898791128001, 57.664663868847903 ] ] ], [ [ [ -7.150522644987714, 57.6600296278747 ], [ -7.153065477253225, 57.659435419950817 ], [ -7.154531994847328, 57.660126842597982 ], [ -7.152455704622565, 57.660342114114286 ], [ -7.150522644987714, 57.6600296278747 ] ] ], [ [ [ -7.160261429493481, 57.659924148390935 ], [ -7.161402965999295, 57.659746987412362 ], [ -7.161326763239786, 57.66015501167864 ], [ -7.160488331691554, 57.660220798148202 ], [ -7.160261429493481, 57.659924148390935 ] ] ], [ [ [ -7.403145894305077, 57.649998777761091 ], [ -7.401905958140601, 57.649563221285533 ], [ -7.404411454691932, 57.649637672745371 ], [ -7.404307120636366, 57.650030020083108 ], [ -7.403145894305077, 57.649998777761091 ] ] ], [ [ [ -7.277843857730228, 57.655830350807825 ], [ -7.277101723277945, 57.655425862670882 ], [ -7.276199365391977, 57.655627381791518 ], [ -7.274652914754175, 57.655209724380796 ], [ -7.275952480436699, 57.655038397585386 ], [ -7.275648436752071, 57.654552588315617 ], [ -7.277088510023982, 57.654435663840871 ], [ -7.278120238681614, 57.654673258322596 ], [ -7.278722891257962, 57.655284247177768 ], [ -7.277843857730228, 57.655830350807825 ] ] ], [ [ [ -7.066222315166111, 57.662115214409056 ], [ -7.065847263414774, 57.661293516633258 ], [ -7.065345346450621, 57.661606078676442 ], [ -7.065428040922426, 57.661296849222893 ], [ -7.064923915099028, 57.661173126582838 ], [ -7.066813883992876, 57.659621687221509 ], [ -7.066345257733791, 57.659451558484491 ], [ -7.066368356599465, 57.658595881727827 ], [ -7.068082041467406, 57.658666524660816 ], [ -7.068612901563593, 57.658321296726264 ], [ -7.068346059165878, 57.658093584604401 ], [ -7.06920467667423, 57.657991613933881 ], [ -7.068181100335058, 57.657393916492197 ], [ -7.069200597652934, 57.657002066105974 ], [ -7.068283215777647, 57.656683521115333 ], [ -7.068741670628792, 57.656120764407859 ], [ -7.069226098184146, 57.65652418054259 ], [ -7.070480691623546, 57.656253335937237 ], [ -7.073168005754892, 57.656325267006586 ], [ -7.073868848772022, 57.656715466551887 ], [ -7.07401576934792, 57.657645289062579 ], [ -7.074954071869771, 57.657693030287135 ], [ -7.074883740487389, 57.657430435244663 ], [ -7.075896289670711, 57.657169270963195 ], [ -7.076714223234077, 57.657496262290962 ], [ -7.074411608699761, 57.658254691091535 ], [ -7.073282790738092, 57.658165119673264 ], [ -7.07346683280156, 57.658580598047223 ], [ -7.072886143695638, 57.658509471551312 ], [ -7.073308688068667, 57.659369730495101 ], [ -7.072940614359232, 57.659618460726122 ], [ -7.0715893214999, 57.659618793421998 ], [ -7.072937070262794, 57.659893023927232 ], [ -7.073390092692784, 57.660491133031442 ], [ -7.07295189426598, 57.660598723930562 ], [ -7.075228272258491, 57.660970556939212 ], [ -7.074444795471834, 57.66232918305311 ], [ -7.071830085245521, 57.661399598032595 ], [ -7.071194501100378, 57.66051640526063 ], [ -7.069620727567101, 57.660606633133881 ], [ -7.06827006317483, 57.660251507866697 ], [ -7.068454275284018, 57.660608502644074 ], [ -7.067674923961926, 57.660437362342186 ], [ -7.070237247796484, 57.662133911873575 ], [ -7.073090905205401, 57.662671535091995 ], [ -7.075209284065739, 57.663652549865084 ], [ -7.0733501166402, 57.663803784353931 ], [ -7.073838253270449, 57.664292512593867 ], [ -7.071750746272719, 57.664012030653574 ], [ -7.071145778002446, 57.663527990007566 ], [ -7.068196095269428, 57.662904204673055 ], [ -7.066222315166111, 57.662115214409056 ] ] ], [ [ [ -7.059015689326655, 57.663164601448209 ], [ -7.059691459343433, 57.662413224743652 ], [ -7.062037732065347, 57.662804986516363 ], [ -7.062784781218316, 57.663706242628066 ], [ -7.062291503030247, 57.664261372522027 ], [ -7.063016986586931, 57.664767610207797 ], [ -7.064995551532387, 57.664989627250691 ], [ -7.064950834892332, 57.665270339825156 ], [ -7.062507675727955, 57.665147935815327 ], [ -7.062779499481298, 57.664750145777965 ], [ -7.059015689326655, 57.663164601448209 ] ] ], [ [ [ -7.205385529413319, 57.659379794947249 ], [ -7.204857212671232, 57.65897417606471 ], [ -7.207618653249503, 57.659089681744199 ], [ -7.207191237395332, 57.659678709472246 ], [ -7.206437613250219, 57.659457860361556 ], [ -7.205385529413319, 57.659379794947249 ] ] ], [ [ [ -7.167630010655177, 57.661327692747285 ], [ -7.167737502922241, 57.661021858209814 ], [ -7.167237574963204, 57.660871370834442 ], [ -7.167972835849874, 57.660611809744346 ], [ -7.168213252820744, 57.660943885607459 ], [ -7.1695002702132, 57.661021633656532 ], [ -7.16954225815994, 57.660727478866335 ], [ -7.169949219676045, 57.660755794668411 ], [ -7.169774569378396, 57.661532278529698 ], [ -7.170576572717775, 57.662034796823399 ], [ -7.170091881484445, 57.66205015856611 ], [ -7.168601977058854, 57.661962730559402 ], [ -7.168803976215597, 57.661495559019706 ], [ -7.167630010655177, 57.661327692747285 ] ] ], [ [ [ -7.130111742507388, 57.663965348733257 ], [ -7.127835345797746, 57.662946653549355 ], [ -7.128760099154043, 57.662481678588122 ], [ -7.128947262949729, 57.66166877371829 ], [ -7.128326161219722, 57.661194643567519 ], [ -7.129908582507149, 57.660869386320272 ], [ -7.132236839636943, 57.662254841123044 ], [ -7.132579372246063, 57.662065452720519 ], [ -7.132055949709212, 57.661510885515277 ], [ -7.132425079230412, 57.661509368582358 ], [ -7.131640815192844, 57.661068883461589 ], [ -7.13172730613614, 57.660494008525518 ], [ -7.130748586781531, 57.660043431383812 ], [ -7.1310058643339, 57.659785531541999 ], [ -7.132056525491214, 57.660210686184577 ], [ -7.132440881245284, 57.659961111201277 ], [ -7.134744072485532, 57.660339789548125 ], [ -7.135107701534282, 57.660181027214485 ], [ -7.133052465923238, 57.659715787957047 ], [ -7.12973862018708, 57.657889045125209 ], [ -7.132226123209565, 57.657140051249414 ], [ -7.133951238079396, 57.655571740314308 ], [ -7.134830511300149, 57.655261526955996 ], [ -7.136574117596457, 57.655069083805472 ], [ -7.138035271688819, 57.655252529540959 ], [ -7.138186196774121, 57.654836983558766 ], [ -7.1394223495608, 57.6548541189118 ], [ -7.138366692555205, 57.654393239605476 ], [ -7.138669076339108, 57.653980522129615 ], [ -7.137579877550933, 57.653993387328562 ], [ -7.137942474891929, 57.653650202130081 ], [ -7.137573105480955, 57.653471791111244 ], [ -7.135804655872879, 57.653606775818986 ], [ -7.135343618482247, 57.653373604436013 ], [ -7.135812482835527, 57.653188060339239 ], [ -7.134300309807632, 57.652880698518317 ], [ -7.135933851736408, 57.652800713939584 ], [ -7.135314719617312, 57.652340036089086 ], [ -7.137692295337371, 57.651055528780162 ], [ -7.143682865740882, 57.65128381492562 ], [ -7.143511937300237, 57.652208562331957 ], [ -7.143974279481976, 57.65245064937438 ], [ -7.143142966783464, 57.652565521775493 ], [ -7.142694163600694, 57.653069699306378 ], [ -7.145071369119584, 57.653913051390262 ], [ -7.14409634327393, 57.654375707534783 ], [ -7.143647112869929, 57.654344534777017 ], [ -7.143657387348498, 57.653943712482281 ], [ -7.142715026065497, 57.654045112820164 ], [ -7.142119269593756, 57.654519286289009 ], [ -7.142261620127555, 57.654990369030614 ], [ -7.144192794952777, 57.655469510533628 ], [ -7.144783410892143, 57.656615147082476 ], [ -7.143082489107425, 57.656990418630315 ], [ -7.141951963549537, 57.656712574933422 ], [ -7.141818399708737, 57.657131917671059 ], [ -7.142336576494595, 57.657412226756648 ], [ -7.141017761275564, 57.657641426939747 ], [ -7.141661409123829, 57.657741168988771 ], [ -7.141211844354894, 57.657885457569286 ], [ -7.141509147484259, 57.658206262224667 ], [ -7.140063685477477, 57.658903999248146 ], [ -7.141235312654532, 57.658820273930608 ], [ -7.142001734484412, 57.659607844105203 ], [ -7.141126961184483, 57.65989092962365 ], [ -7.140884652993443, 57.659306946650169 ], [ -7.138758774582566, 57.659586996480456 ], [ -7.138425645162513, 57.660671300846104 ], [ -7.136902260060265, 57.660701835749329 ], [ -7.137991574134827, 57.661102875148039 ], [ -7.137148110452748, 57.661429645412497 ], [ -7.137612874909515, 57.662162038551244 ], [ -7.135936230962443, 57.662770159136649 ], [ -7.134895684621946, 57.662713531090297 ], [ -7.134046431377427, 57.663355436460762 ], [ -7.13240301978409, 57.663309817601672 ], [ -7.132516668015052, 57.663638112228497 ], [ -7.131771623991924, 57.663474961956624 ], [ -7.130111742507388, 57.663965348733257 ] ] ], [ [ [ -7.30523158742404, 57.65729028498847 ], [ -7.305133293251931, 57.657031652915734 ], [ -7.306570312148386, 57.656973912075557 ], [ -7.30523158742404, 57.65729028498847 ] ] ], [ [ [ -7.158188541522668, 57.663761037567937 ], [ -7.156096626708881, 57.662982734947583 ], [ -7.155762558365149, 57.663171844261022 ], [ -7.156302858667932, 57.663370215511691 ], [ -7.15441469657525, 57.663433861065577 ], [ -7.153252889109198, 57.663292357902385 ], [ -7.153511297807159, 57.6630433604467 ], [ -7.154046649257953, 57.66308897900872 ], [ -7.155228028791621, 57.662482849650786 ], [ -7.156799410024021, 57.662612095381462 ], [ -7.156572103772696, 57.662135497766442 ], [ -7.158023516430908, 57.661657772372045 ], [ -7.159557325517708, 57.662053957704209 ], [ -7.160058047271523, 57.661502604380509 ], [ -7.161435224553213, 57.661329304588364 ], [ -7.159914789977373, 57.662147315523228 ], [ -7.158955078648975, 57.662128070802545 ], [ -7.159391088736913, 57.663127008933884 ], [ -7.158802208619158, 57.663825929698596 ], [ -7.158188541522668, 57.663761037567937 ] ] ], [ [ [ -7.163159265085067, 57.663355291188559 ], [ -7.164054000711112, 57.662918268358332 ], [ -7.164801717248965, 57.663099117473344 ], [ -7.16395299627889, 57.663741215486077 ], [ -7.163159265085067, 57.663355291188559 ] ] ], [ [ [ -7.094040726325139, 57.666479300184967 ], [ -7.094619531402719, 57.665938577314968 ], [ -7.092583961324721, 57.666029734677203 ], [ -7.092742612222615, 57.665366513577382 ], [ -7.089510868860907, 57.664651126065081 ], [ -7.089926271192328, 57.664022541943361 ], [ -7.086490111853045, 57.662028686186268 ], [ -7.086863549157901, 57.661280338157717 ], [ -7.088498544800959, 57.660490119995295 ], [ -7.087155429871305, 57.660130389690494 ], [ -7.08862103582316, 57.659090568752859 ], [ -7.091586865758335, 57.659051908114989 ], [ -7.09226721802623, 57.659294379102313 ], [ -7.09284307553773, 57.658852753800154 ], [ -7.093935494549715, 57.658682692721605 ], [ -7.097129114955327, 57.659547955541186 ], [ -7.097956473780155, 57.660477270031066 ], [ -7.100149328619352, 57.661410781734304 ], [ -7.100794483430942, 57.662571483821715 ], [ -7.101607574682303, 57.662682575832839 ], [ -7.102768842739968, 57.66365684785567 ], [ -7.103077669150814, 57.664121231348496 ], [ -7.101064571250261, 57.664490544637118 ], [ -7.101049402776802, 57.665098493645807 ], [ -7.097018977990904, 57.666345550570298 ], [ -7.098129735499116, 57.667020487202606 ], [ -7.096966103652119, 57.66776030035367 ], [ -7.09610270296723, 57.66747125677545 ], [ -7.095094027581209, 57.667462497608192 ], [ -7.095682842071385, 57.667231780722389 ], [ -7.095436918153509, 57.666796332429655 ], [ -7.094040726325139, 57.666479300184967 ] ] ], [ [ [ -7.489673125354983, 57.651396445847674 ], [ -7.490401578157292, 57.651317934405064 ], [ -7.491603650675962, 57.651794796988156 ], [ -7.49157438763643, 57.652100271890781 ], [ -7.49050752361517, 57.652150323136382 ], [ -7.489673125354983, 57.651396445847674 ] ] ], [ [ [ -7.430362740756753, 57.654768683546337 ], [ -7.429130517082359, 57.653939767407074 ], [ -7.430995273200316, 57.653611995625589 ], [ -7.430532037032439, 57.653321454643439 ], [ -7.432561830401317, 57.653423034841445 ], [ -7.434242996462663, 57.653998586065434 ], [ -7.433180571448768, 57.654246848657706 ], [ -7.4320401020057, 57.654030482148634 ], [ -7.432882994980801, 57.654781646063363 ], [ -7.432287765425155, 57.654730786753632 ], [ -7.430362740756753, 57.654768683546337 ] ] ], [ [ [ -7.156387620189575, 57.666444035052955 ], [ -7.156216591623679, 57.666127098999041 ], [ -7.156736570859243, 57.666182333351777 ], [ -7.156028799173739, 57.665869334109459 ], [ -7.156599145371481, 57.665688565421092 ], [ -7.156401733076818, 57.665422196276943 ], [ -7.155692676970897, 57.665631126245252 ], [ -7.154882855821418, 57.665308793611018 ], [ -7.15654068024724, 57.664687688129568 ], [ -7.156971013276734, 57.665057012137055 ], [ -7.158193156663041, 57.665267999714544 ], [ -7.157476753381583, 57.66625106068885 ], [ -7.158203358300056, 57.666401319983791 ], [ -7.156387620189575, 57.666444035052955 ] ] ], [ [ [ -7.160882639527145, 57.666350258359543 ], [ -7.160575980812525, 57.66614235038881 ], [ -7.160028711362279, 57.666367183394762 ], [ -7.158979257357814, 57.666131156716752 ], [ -7.158646283598642, 57.665384445132041 ], [ -7.15971190526357, 57.665498340949348 ], [ -7.160187835417124, 57.665892784347584 ], [ -7.160893553002429, 57.665778443383431 ], [ -7.161363258415641, 57.666011174507979 ], [ -7.160882639527145, 57.666350258359543 ] ] ], [ [ [ -7.147722444832009, 57.666140967717936 ], [ -7.146963378010629, 57.665407113169621 ], [ -7.1457170731176, 57.665912331565245 ], [ -7.145154561992941, 57.665557358894311 ], [ -7.143827405296522, 57.665611464083575 ], [ -7.144273613180665, 57.665206368068098 ], [ -7.148531319813252, 57.664447864119282 ], [ -7.149419449000721, 57.66473104875768 ], [ -7.149371069103537, 57.665335879722498 ], [ -7.151025552938023, 57.665340337566271 ], [ -7.149664443299537, 57.665805293384594 ], [ -7.150879643893086, 57.666381048564588 ], [ -7.150293116041389, 57.666625435874536 ], [ -7.150086706000987, 57.667299701990778 ], [ -7.148588016929318, 57.667387849826895 ], [ -7.147503855395057, 57.667202632857446 ], [ -7.147722444832009, 57.666140967717936 ] ] ], [ [ [ -7.427148682232147, 57.655055513913787 ], [ -7.428814437592193, 57.654911831405052 ], [ -7.427440662648893, 57.655155445227471 ], [ -7.42748022310928, 57.655531726305604 ], [ -7.428584978003917, 57.65567767488222 ], [ -7.42702153611067, 57.655663958026437 ], [ -7.427148682232147, 57.655055513913787 ] ] ], [ [ [ -7.068943645215752, 57.669329795900609 ], [ -7.070433481902325, 57.669116994569308 ], [ -7.070844627196175, 57.669955227532164 ], [ -7.069743784280014, 57.670728240162411 ], [ -7.06920028344629, 57.670444160051822 ], [ -7.069785349198933, 57.670245210794597 ], [ -7.068943645215752, 57.669329795900609 ] ] ], [ [ [ -7.418117476005731, 57.656186246582472 ], [ -7.418561816931519, 57.655901672314187 ], [ -7.419379075573767, 57.656483030252723 ], [ -7.418117476005731, 57.656186246582472 ] ] ], [ [ [ -7.488227443028724, 57.653401566921318 ], [ -7.488676448860921, 57.653295626897318 ], [ -7.488655377374813, 57.653666443941383 ], [ -7.488227443028724, 57.653401566921318 ] ] ], [ [ [ -7.148522415354742, 57.66834429896366 ], [ -7.14851076666405, 57.667966864289077 ], [ -7.149527373489279, 57.668267303205958 ], [ -7.15004444488378, 57.66812473132417 ], [ -7.150256697016967, 57.668318521058033 ], [ -7.149635004061063, 57.668433870558395 ], [ -7.148522415354742, 57.66834429896366 ] ] ], [ [ [ -7.048316116460796, 57.671020304161026 ], [ -7.049308916143917, 57.67055322055139 ], [ -7.050023971249741, 57.670623581702273 ], [ -7.049936057415737, 57.671378370428847 ], [ -7.050835752280882, 57.671990172833411 ], [ -7.050395642314195, 57.672507132161208 ], [ -7.049702211702134, 57.672170487960948 ], [ -7.048316116460796, 57.671020304161026 ] ] ], [ [ [ -7.429356058274069, 57.656341956074542 ], [ -7.429485846003608, 57.655751394180854 ], [ -7.432921938600749, 57.656161413256797 ], [ -7.43336332759247, 57.655633920528828 ], [ -7.434367800292421, 57.655950632390812 ], [ -7.434377738121353, 57.656800671022275 ], [ -7.430491059227416, 57.656801573642724 ], [ -7.429356058274069, 57.656341956074542 ] ] ], [ [ [ -7.071721877610691, 57.67082421585539 ], [ -7.072146007467147, 57.670555244673743 ], [ -7.073106564653428, 57.670759567754018 ], [ -7.073116355361773, 57.670169844613973 ], [ -7.073652991478153, 57.670404698729527 ], [ -7.07339273023517, 57.67082454271975 ], [ -7.074292580533093, 57.671314715629286 ], [ -7.073486694669993, 57.67167551855119 ], [ -7.073520528569951, 57.672097036308088 ], [ -7.072537812804376, 57.67215453048177 ], [ -7.071888650348173, 57.671955683984578 ], [ -7.072347651566218, 57.671815773307358 ], [ -7.072124515174692, 57.671541322860485 ], [ -7.071594131517425, 57.671531145556557 ], [ -7.071721877610691, 57.67082421585539 ] ] ], [ [ [ -7.07564753522818, 57.672236452068674 ], [ -7.075192455179339, 57.671804881712788 ], [ -7.075562660008551, 57.670971230090252 ], [ -7.075003024505288, 57.670512373194178 ], [ -7.075982679645844, 57.669654211708014 ], [ -7.076528681382308, 57.66959626104348 ], [ -7.078735872568737, 57.670668129018026 ], [ -7.079009950739469, 57.671844760898374 ], [ -7.078182387576823, 57.67217047731782 ], [ -7.076283292618622, 57.671859984284218 ], [ -7.076026611018059, 57.672365165651037 ], [ -7.07564753522818, 57.672236452068674 ] ] ], [ [ [ -7.437102908758865, 57.657395101910993 ], [ -7.436083936493035, 57.656870243027178 ], [ -7.43672900705308, 57.656861339281349 ], [ -7.437102908758865, 57.657395101910993 ] ] ], [ [ [ -7.138403787965709, 57.67064174707982 ], [ -7.138065625979095, 57.670507051617967 ], [ -7.13732507693716, 57.670613680749199 ], [ -7.13487791913926, 57.669934966642622 ], [ -7.13476971692917, 57.669763912615352 ], [ -7.135834876055744, 57.669815046113555 ], [ -7.135442311857489, 57.669592580217241 ], [ -7.13413972283866, 57.669465624273045 ], [ -7.133962080236919, 57.669693296391976 ], [ -7.133205303765452, 57.669211208176627 ], [ -7.132376439811273, 57.669168438857497 ], [ -7.132410532946738, 57.66846072839963 ], [ -7.130705226497038, 57.668098178991421 ], [ -7.130124688738373, 57.667496436946621 ], [ -7.13019740063604, 57.668069336649523 ], [ -7.129587272179577, 57.668148124662203 ], [ -7.128878607151638, 57.667412120411853 ], [ -7.12780592960573, 57.667307249178812 ], [ -7.127800194128572, 57.66697006737531 ], [ -7.126707793983032, 57.666785009082631 ], [ -7.127064561034532, 57.66657706372736 ], [ -7.126076383979635, 57.666297788690208 ], [ -7.126856328315578, 57.666054657966356 ], [ -7.127702876111623, 57.666519636425697 ], [ -7.127323260103146, 57.66597270299701 ], [ -7.128018609895336, 57.665962443968141 ], [ -7.129607899837688, 57.666811121754776 ], [ -7.129215423177947, 57.665936298572738 ], [ -7.130268606046766, 57.666140924648332 ], [ -7.132958894911976, 57.667768092396805 ], [ -7.132098910198695, 57.667564628280246 ], [ -7.132309762073437, 57.668104916403621 ], [ -7.133983300920369, 57.668432745799308 ], [ -7.134752408525911, 57.669049294048619 ], [ -7.134777989181543, 57.668755825655154 ], [ -7.136710762133038, 57.66906407430902 ], [ -7.136628672083025, 57.669728752639642 ], [ -7.138218938102554, 57.670226377040876 ], [ -7.138403787965709, 57.67064174707982 ] ] ], [ [ [ -7.134050036865682, 57.671084372001246 ], [ -7.133981475022267, 57.670659767252737 ], [ -7.133717917230332, 57.670814452890895 ], [ -7.130799400229557, 57.670186326417564 ], [ -7.130731334265963, 57.669527759289885 ], [ -7.13032844782321, 57.670003023123826 ], [ -7.129671540857879, 57.669692310682095 ], [ -7.131341006736199, 57.669030589393607 ], [ -7.131306937219763, 57.669382886935608 ], [ -7.132163718156867, 57.669267067366945 ], [ -7.136228616902919, 57.670815770963557 ], [ -7.137694047836609, 57.671853851900678 ], [ -7.135563187919143, 57.671274744301456 ], [ -7.134050036865682, 57.671084372001246 ] ] ], [ [ [ -7.066735324556382, 57.674371516651036 ], [ -7.06721448826054, 57.673654985370874 ], [ -7.067946137503135, 57.673603116460775 ], [ -7.06776490674025, 57.673988282561815 ], [ -7.069355563371439, 57.673654484861636 ], [ -7.068861833656641, 57.674326623412981 ], [ -7.067402413063993, 57.674938562231986 ], [ -7.067678434913201, 57.674450620050052 ], [ -7.066735324556382, 57.674371516651036 ] ] ], [ [ [ -7.062793735228127, 57.67446669839304 ], [ -7.061913331029928, 57.674115124020382 ], [ -7.062368649167643, 57.673948407009703 ], [ -7.062993373797346, 57.674152781086754 ], [ -7.063342223068932, 57.67310409331261 ], [ -7.061714606638022, 57.673353821926817 ], [ -7.062036065589128, 57.672589652838674 ], [ -7.060933284376014, 57.671968074358055 ], [ -7.061723356724181, 57.671913898318031 ], [ -7.060706538739062, 57.671486812035198 ], [ -7.061115989352709, 57.671052018205948 ], [ -7.061798526507808, 57.67106963329681 ], [ -7.061646067679999, 57.670639377140233 ], [ -7.063338798303977, 57.670796413173996 ], [ -7.063810526495234, 57.671708712513315 ], [ -7.06327067856578, 57.67199129339572 ], [ -7.06531015086408, 57.672345831864519 ], [ -7.065584558912822, 57.672807179896971 ], [ -7.065811715130511, 57.672510147597599 ], [ -7.066781433943598, 57.673020061792215 ], [ -7.066253666534652, 57.673509109770414 ], [ -7.06527136857301, 57.673269616724234 ], [ -7.06573241812865, 57.673624503395729 ], [ -7.064550244854131, 57.673937366029357 ], [ -7.065064117105157, 57.674249647573419 ], [ -7.064133114259183, 57.675218229571875 ], [ -7.062793735228127, 57.67446669839304 ] ] ], [ [ [ -7.122417768401573, 57.671417577435179 ], [ -7.119125967223622, 57.670939299671971 ], [ -7.119443784901314, 57.671524753491035 ], [ -7.117575861401771, 57.671497037201817 ], [ -7.116792664828651, 57.671956181769026 ], [ -7.117184466592264, 57.672471158575078 ], [ -7.115766861371505, 57.672897531995339 ], [ -7.115153875448343, 57.672778414835754 ], [ -7.114930969532041, 57.672270083961571 ], [ -7.116913074541414, 57.671262978808443 ], [ -7.116032822128107, 57.67121318711375 ], [ -7.116396695496445, 57.670757550860671 ], [ -7.115241664686152, 57.670961829904179 ], [ -7.114372714892487, 57.669683389893123 ], [ -7.115532607503298, 57.669038035792241 ], [ -7.116693926226809, 57.669413846767924 ], [ -7.117313195666552, 57.66929246273213 ], [ -7.11805007353276, 57.669682772274747 ], [ -7.118581731583641, 57.669404776426887 ], [ -7.119425464744953, 57.669968898396398 ], [ -7.12334773391371, 57.670749989482616 ], [ -7.124103493950884, 57.670156949871057 ], [ -7.124357511984552, 57.670884447938541 ], [ -7.123968425633592, 57.67086425488565 ], [ -7.126072802247972, 57.671732556145457 ], [ -7.124871135440912, 57.672141266720814 ], [ -7.124460950833381, 57.672981212670621 ], [ -7.124002644876669, 57.672887349199769 ], [ -7.12403299104126, 57.672508213543232 ], [ -7.122386391656392, 57.671967710364591 ], [ -7.12274981133801, 57.671687527523318 ], [ -7.122417768401573, 57.671417577435179 ] ] ], [ [ [ -7.141194959391387, 57.672264648360404 ], [ -7.138479049085301, 57.670935609918693 ], [ -7.142381579914473, 57.671514473709173 ], [ -7.143902291745004, 57.672644712082068 ], [ -7.142806117475233, 57.672257490125695 ], [ -7.141194959391387, 57.672264648360404 ] ] ], [ [ [ -7.079476666924212, 57.674754643802224 ], [ -7.079927981965117, 57.673841235309858 ], [ -7.080303393097485, 57.67334476216444 ], [ -7.080419204026925, 57.674050898440242 ], [ -7.081135827358444, 57.674071537051773 ], [ -7.082114171146785, 57.673204382147077 ], [ -7.082992063165979, 57.672998078416065 ], [ -7.081968719137523, 57.674082991504328 ], [ -7.082277953234113, 57.674371954775346 ], [ -7.08270894629168, 57.674152156820128 ], [ -7.082565497301299, 57.675404080763577 ], [ -7.081259957029683, 57.675375668251455 ], [ -7.079476666924212, 57.674754643802224 ] ] ], [ [ [ -7.296595024159894, 57.666705957699477 ], [ -7.298319338511483, 57.665463719011008 ], [ -7.299211823211756, 57.666227129229426 ], [ -7.296595024159894, 57.666705957699477 ] ] ], [ [ [ -7.084011620828543, 57.673861258781045 ], [ -7.085304078766154, 57.672540547984504 ], [ -7.085647840831603, 57.672477210690552 ], [ -7.085642395815776, 57.672976789845819 ], [ -7.086174415566575, 57.671263825952387 ], [ -7.086830548025323, 57.671511805660941 ], [ -7.087865140862669, 57.670867271082372 ], [ -7.087707978598137, 57.67040573740627 ], [ -7.088430549608437, 57.670349614445577 ], [ -7.089049770506922, 57.671111927928521 ], [ -7.088616868913729, 57.671556763641199 ], [ -7.088941030521133, 57.672011563112918 ], [ -7.089940856298785, 57.672016232728559 ], [ -7.090366562684744, 57.671400729878421 ], [ -7.089947051044915, 57.67229940412323 ], [ -7.090352139924725, 57.673808143213705 ], [ -7.089444641521606, 57.674461068629263 ], [ -7.088721543734889, 57.67445423424887 ], [ -7.089098173842081, 57.674565013794727 ], [ -7.088615316628214, 57.674953378983922 ], [ -7.087808699986808, 57.673514807324736 ], [ -7.087614781176828, 57.674944226750732 ], [ -7.086765320236956, 57.67529337602744 ], [ -7.086834289789627, 57.673990460639693 ], [ -7.085713677100673, 57.673783690209099 ], [ -7.085099148632906, 57.674370792352825 ], [ -7.086011590239273, 57.674410506448545 ], [ -7.086369331251483, 57.674805475610711 ], [ -7.08507984254295, 57.675788671518944 ], [ -7.08450079992853, 57.675312639109357 ], [ -7.083752953171389, 57.675009856581944 ], [ -7.084381074484171, 57.674399720587438 ], [ -7.084011620828543, 57.673861258781045 ] ] ], [ [ [ -7.096409328151278, 57.670009676908151 ], [ -7.098810750793468, 57.669593267098747 ], [ -7.09990595310411, 57.669679479495528 ], [ -7.100355530306948, 57.669413878383551 ], [ -7.103526000031361, 57.669510647754038 ], [ -7.104470611192596, 57.669004570726713 ], [ -7.108574485343366, 57.669171427221521 ], [ -7.109247049619505, 57.670070955035683 ], [ -7.108382031497111, 57.670605338806361 ], [ -7.107204887865413, 57.670652980163617 ], [ -7.10616024363166, 57.671104640408565 ], [ -7.10597236070419, 57.671737574685821 ], [ -7.105116843825847, 57.671803674759694 ], [ -7.104737387514385, 57.672507338659152 ], [ -7.104903125145917, 57.672968509697341 ], [ -7.106342530994292, 57.673589599817291 ], [ -7.106932288002767, 57.674735425905453 ], [ -7.106255385634022, 57.675235186977723 ], [ -7.104038154458199, 57.674874989912311 ], [ -7.102473034834247, 57.673719101078511 ], [ -7.099764796496606, 57.672852324152075 ], [ -7.097646394537747, 57.671462306079015 ], [ -7.096409328151278, 57.670009676908151 ] ] ], [ [ [ -7.464611246605095, 57.660396626844786 ], [ -7.465150757212373, 57.65980986194824 ], [ -7.465038714322602, 57.660414106233908 ], [ -7.464611246605095, 57.660396626844786 ] ] ], [ [ [ -7.284293154778251, 57.664279200299802 ], [ -7.283408314983038, 57.661792124261055 ], [ -7.280773646872752, 57.660568826105575 ], [ -7.281950015015646, 57.660230723396467 ], [ -7.281877860954311, 57.659355473011551 ], [ -7.282457332401831, 57.658596918358924 ], [ -7.280279728399795, 57.656567993171045 ], [ -7.281347704649691, 57.656085951555717 ], [ -7.283842743737492, 57.655985071498058 ], [ -7.28321527889021, 57.655400340175085 ], [ -7.283692576861065, 57.654908818372384 ], [ -7.284729875383502, 57.654919359597578 ], [ -7.284506233769741, 57.655354366767888 ], [ -7.285200489239672, 57.65555654870078 ], [ -7.284871303077574, 57.655808805410288 ], [ -7.28525996474202, 57.656079581134598 ], [ -7.284721434555354, 57.656116540218406 ], [ -7.284946155000234, 57.657669300468562 ], [ -7.284500196444592, 57.658514062416558 ], [ -7.285743712061145, 57.659224157703235 ], [ -7.288523485923216, 57.659094162335847 ], [ -7.28899995536998, 57.659552020123073 ], [ -7.293476528365918, 57.660256942597464 ], [ -7.293961393876252, 57.659794758396991 ], [ -7.295842690918166, 57.660168437596234 ], [ -7.296191800630901, 57.659891918097365 ], [ -7.295823490273417, 57.659347656080975 ], [ -7.294742523173813, 57.659177058029719 ], [ -7.294560747804391, 57.658725750159405 ], [ -7.297253116675107, 57.658974477532716 ], [ -7.298239601726847, 57.659337096785372 ], [ -7.296943445750708, 57.659647090351562 ], [ -7.298116940549033, 57.6602322277352 ], [ -7.297003052793365, 57.660445478627977 ], [ -7.297071961457555, 57.661020306752022 ], [ -7.299660944372548, 57.6620418249613 ], [ -7.302086324151039, 57.661049037201195 ], [ -7.305578948461565, 57.661062383769597 ], [ -7.305904571361274, 57.660453866670039 ], [ -7.306940677631775, 57.66008812780197 ], [ -7.309166683929422, 57.660246436289924 ], [ -7.309496981328066, 57.661148618978721 ], [ -7.311584279919217, 57.661391014331343 ], [ -7.310533736045897, 57.661818591623586 ], [ -7.30882463562812, 57.66196881209877 ], [ -7.307085989313157, 57.663178515241611 ], [ -7.302670743798611, 57.663643128358842 ], [ -7.302089406243748, 57.664202989389395 ], [ -7.300189054027216, 57.663436949828764 ], [ -7.298046859198289, 57.663427938478954 ], [ -7.295198406686969, 57.663871476356306 ], [ -7.294519630172219, 57.664282409953792 ], [ -7.295256269632007, 57.664899406245134 ], [ -7.294470191551687, 57.665782777852598 ], [ -7.292268504227003, 57.66617210593288 ], [ -7.291026520885682, 57.667843967225423 ], [ -7.287880779698403, 57.667921848506936 ], [ -7.285930902075392, 57.666527762750924 ], [ -7.283757851712748, 57.666020369106604 ], [ -7.284293154778251, 57.664279200299802 ] ] ], [ [ [ -7.119557135429576, 57.672802324587551 ], [ -7.119291660010529, 57.672349712783941 ], [ -7.119854451010421, 57.672232407710553 ], [ -7.119628508437953, 57.672475512955522 ], [ -7.120244794100865, 57.672558483978683 ], [ -7.120242547392761, 57.672126686384509 ], [ -7.121054010356102, 57.672224229039479 ], [ -7.119902838993961, 57.672990748706709 ], [ -7.120494087239356, 57.673074734424191 ], [ -7.120377424265441, 57.67355634474518 ], [ -7.119223065382049, 57.674003568623675 ], [ -7.118588661333871, 57.675100021832854 ], [ -7.118153033131998, 57.674631813852926 ], [ -7.119139103066177, 57.673647067170748 ], [ -7.11875467885156, 57.673541190373896 ], [ -7.119411857673236, 57.673438054965942 ], [ -7.118740308205017, 57.67308289189809 ], [ -7.119557135429576, 57.672802324587551 ] ] ], [ [ [ -7.46222374168794, 57.660955429631613 ], [ -7.46261497149681, 57.66060999349699 ], [ -7.463068628447949, 57.660734343433866 ], [ -7.46222374168794, 57.660955429631613 ] ] ], [ [ [ -7.139768484964974, 57.674698169767538 ], [ -7.138005513803064, 57.67405012934038 ], [ -7.137414401331873, 57.673493835139531 ], [ -7.134796793830263, 57.672858044075632 ], [ -7.131487804959472, 57.671490004168064 ], [ -7.131707662097734, 57.671026678070568 ], [ -7.132246877207292, 57.671454638988919 ], [ -7.133444107638038, 57.670956058281398 ], [ -7.137351041129264, 57.672277214278999 ], [ -7.138489381613813, 57.672014924401211 ], [ -7.13869294606035, 57.672384543349374 ], [ -7.141224170465925, 57.673239720715188 ], [ -7.141270316288982, 57.673683232458927 ], [ -7.141666614633898, 57.673635595642295 ], [ -7.14148498069916, 57.673184106883895 ], [ -7.142286803488778, 57.673331395453687 ], [ -7.142316141203811, 57.674247977301697 ], [ -7.143146661018609, 57.674538056936306 ], [ -7.142474297916475, 57.674533962218177 ], [ -7.14034261821002, 57.674305877528887 ], [ -7.140388951103598, 57.674632410280175 ], [ -7.139768484964974, 57.674698169767538 ] ] ], [ [ [ -7.147732297449218, 57.674247628513477 ], [ -7.146719259224909, 57.674032505390841 ], [ -7.146389225340722, 57.674428371882925 ], [ -7.145331813876072, 57.674255537328271 ], [ -7.142437648391845, 57.672974334343422 ], [ -7.143009799172194, 57.672982512333149 ], [ -7.142793111691573, 57.672757399068288 ], [ -7.144968724855135, 57.673177102831055 ], [ -7.144968997670468, 57.673415534260791 ], [ -7.144125511696233, 57.673211474758062 ], [ -7.145313750097321, 57.673891861483959 ], [ -7.145756583077294, 57.673225962735735 ], [ -7.145312014326395, 57.672933662908157 ], [ -7.146698531278216, 57.673295527579739 ], [ -7.145944801758877, 57.67360519545602 ], [ -7.146289922460549, 57.673847561508261 ], [ -7.146923594731492, 57.673520293210537 ], [ -7.148434619341502, 57.673517147911646 ], [ -7.148787299645552, 57.673871672317581 ], [ -7.14813829781791, 57.674150087375708 ], [ -7.148439362356648, 57.674673178543379 ], [ -7.147467330666182, 57.674510375333846 ], [ -7.147732297449218, 57.674247628513477 ] ] ], [ [ [ -7.442580587430738, 57.662140195840898 ], [ -7.443066900636885, 57.661912219125433 ], [ -7.443678417900129, 57.662383514334692 ], [ -7.442907279786676, 57.662425789974108 ], [ -7.442580587430738, 57.662140195840898 ] ] ], [ [ [ -7.456120707388083, 57.662254540377774 ], [ -7.455842302975717, 57.661766194087406 ], [ -7.456814926466413, 57.66230370878008 ], [ -7.456120707388083, 57.662254540377774 ] ] ], [ [ [ -7.463309470980978, 57.662587777925701 ], [ -7.464420991425306, 57.662397434166095 ], [ -7.464343532772169, 57.662674384843569 ], [ -7.463751138479707, 57.662665846228194 ], [ -7.463309470980978, 57.662587777925701 ] ] ], [ [ [ -7.144071657663815, 57.675197690540827 ], [ -7.143863124864493, 57.674675318053012 ], [ -7.147076081011988, 57.675480103512399 ], [ -7.147966883262392, 57.676312064467091 ], [ -7.144071657663815, 57.675197690540827 ] ] ], [ [ [ -7.448230796932821, 57.663723229445239 ], [ -7.446416245022573, 57.662924113823706 ], [ -7.447506297667998, 57.662903143900792 ], [ -7.447268947476567, 57.663133887039635 ], [ -7.448299012390775, 57.663484490071085 ], [ -7.448230796932821, 57.663723229445239 ] ] ], [ [ [ -7.46511026806827, 57.662736566338666 ], [ -7.464679892801684, 57.66241051780846 ], [ -7.466133160670424, 57.662593246454065 ], [ -7.465215155549927, 57.663231513494985 ], [ -7.464803239721781, 57.663150361179149 ], [ -7.46511026806827, 57.662736566338666 ] ] ], [ [ [ -7.456807550926029, 57.663882591436767 ], [ -7.456979310376661, 57.663606967428031 ], [ -7.457718961771362, 57.663868361336533 ], [ -7.457571425711757, 57.66413753858253 ], [ -7.456807550926029, 57.663882591436767 ] ] ], [ [ [ -7.455653222739137, 57.664224113566114 ], [ -7.454966084950115, 57.663374551141125 ], [ -7.456540641943715, 57.664028234097152 ], [ -7.455653222739137, 57.664224113566114 ] ] ], [ [ [ -7.475515237401528, 57.663314922724318 ], [ -7.476380112253582, 57.663092878853085 ], [ -7.476111309354119, 57.66353654470953 ], [ -7.475515237401528, 57.663314922724318 ] ] ], [ [ [ -7.139871131023495, 57.67666450786087 ], [ -7.138456239063335, 57.675214989008239 ], [ -7.141527731720915, 57.676088658142305 ], [ -7.144717171234456, 57.677614289872615 ], [ -7.143273870388157, 57.67732669640332 ], [ -7.139871131023495, 57.67666450786087 ] ] ], [ [ [ -7.452018569751456, 57.665358629810449 ], [ -7.451327088410635, 57.663888253698524 ], [ -7.452024107763458, 57.664357617009202 ], [ -7.452018569751456, 57.665358629810449 ] ] ], [ [ [ -7.447039449547072, 57.665416228828143 ], [ -7.447158588442313, 57.664790103064469 ], [ -7.447816793352548, 57.665504157551865 ], [ -7.448741199066279, 57.665788223780496 ], [ -7.447679243583643, 57.665762090167959 ], [ -7.447039449547072, 57.665416228828143 ] ] ], [ [ [ -7.070870483876365, 57.680818529070123 ], [ -7.071897073112415, 57.680772786949248 ], [ -7.072154093118459, 57.681108859289061 ], [ -7.0705460177863, 57.681560350553866 ], [ -7.070870483876365, 57.680818529070123 ] ] ], [ [ [ -7.475450865740649, 57.66405570983261 ], [ -7.476080155077623, 57.663830394504622 ], [ -7.476682956317931, 57.664429718644783 ], [ -7.476577634596175, 57.664677289156089 ], [ -7.476074632697679, 57.66462712690678 ], [ -7.475751572610995, 57.664434152989095 ], [ -7.476177277453346, 57.664195174802025 ], [ -7.475450865740649, 57.66405570983261 ] ] ], [ [ [ -7.13805618990649, 57.677782148843619 ], [ -7.137583483247226, 57.677054574761144 ], [ -7.135263028108146, 57.675673372614057 ], [ -7.136142034976158, 57.675772571687638 ], [ -7.138616397507596, 57.676936044541065 ], [ -7.137463889028817, 57.676033695232967 ], [ -7.140379912989232, 57.677350115022712 ], [ -7.140838906559886, 57.677862291278551 ], [ -7.14007702856758, 57.677582896364484 ], [ -7.139992503720319, 57.67781578247827 ], [ -7.141494430536137, 57.679167265655693 ], [ -7.140821539901987, 57.679041711133628 ], [ -7.140013587714298, 57.679029626925036 ], [ -7.139243363611737, 57.677981254871767 ], [ -7.13805618990649, 57.677782148843619 ] ] ], [ [ [ -7.077272793261042, 57.681856805996915 ], [ -7.076780426248257, 57.681579693955129 ], [ -7.076290222693542, 57.681797350936606 ], [ -7.075892169442663, 57.680994592999951 ], [ -7.074867832399357, 57.680576910704097 ], [ -7.073957979991612, 57.680856416082008 ], [ -7.072955184893769, 57.680712273493761 ], [ -7.07274846772568, 57.680135750277145 ], [ -7.073932210622808, 57.679593317165086 ], [ -7.076129378372829, 57.679630943657479 ], [ -7.077683375022529, 57.6812509599919 ], [ -7.078149994788594, 57.681164708624102 ], [ -7.077272793261042, 57.681856805996915 ] ] ], [ [ [ -7.149991656472952, 57.679153766296558 ], [ -7.149283598073859, 57.678899222256142 ], [ -7.149961232536769, 57.679115680710517 ], [ -7.149674936030344, 57.678757286242565 ], [ -7.150923112776804, 57.679030277480784 ], [ -7.152146807428254, 57.678894852881186 ], [ -7.15250698080797, 57.679478508975762 ], [ -7.151456710182595, 57.67959336185573 ], [ -7.149991656472952, 57.679153766296558 ] ] ], [ [ [ -7.153118361484982, 57.679525532634798 ], [ -7.1524353906394, 57.678739106650475 ], [ -7.153018681713914, 57.678647810023378 ], [ -7.155186337367421, 57.67912616002306 ], [ -7.155785036420255, 57.679556099241729 ], [ -7.154879197876724, 57.67974156306235 ], [ -7.153630968735752, 57.679468611830032 ], [ -7.153458827333518, 57.679970523954864 ], [ -7.153118361484982, 57.679525532634798 ] ] ], [ [ [ -7.396842239510827, 57.670041267654433 ], [ -7.39196279972836, 57.669339157933834 ], [ -7.390577311110365, 57.669486556302324 ], [ -7.389778087639322, 57.669036536012804 ], [ -7.38808165458732, 57.669193590442397 ], [ -7.386501407778297, 57.668821899670249 ], [ -7.3861100139997, 57.668414740546169 ], [ -7.384723246679208, 57.668383942679419 ], [ -7.382344424236089, 57.667576518520796 ], [ -7.378824444047355, 57.669036035259992 ], [ -7.378467629033469, 57.66946071444557 ], [ -7.375440137582278, 57.667789885212763 ], [ -7.377073366257576, 57.666460388644197 ], [ -7.378070753634405, 57.666278386281689 ], [ -7.379899528081556, 57.665192492898392 ], [ -7.380625740615383, 57.66431558753051 ], [ -7.383783775432111, 57.663361916997417 ], [ -7.387990038390384, 57.662841262261352 ], [ -7.389033687250129, 57.661977741744224 ], [ -7.391510436890883, 57.660984573906781 ], [ -7.39136744444556, 57.660226638583424 ], [ -7.391934434447158, 57.660538981264772 ], [ -7.392970463746865, 57.660257109761794 ], [ -7.393408652860194, 57.659489626682785 ], [ -7.392792837684341, 57.657923964323729 ], [ -7.393166618867644, 57.657287926220356 ], [ -7.392281197319048, 57.656753419344888 ], [ -7.393656247130567, 57.655038742506555 ], [ -7.393260433909827, 57.653777754563393 ], [ -7.394503324851987, 57.653623810565279 ], [ -7.395247051911453, 57.653951075962816 ], [ -7.396538655393944, 57.656683837537322 ], [ -7.394007964691959, 57.65763892487881 ], [ -7.395494344627515, 57.65842039890893 ], [ -7.395898421933601, 57.659160864114178 ], [ -7.398337184165963, 57.659898865061194 ], [ -7.402647790677058, 57.660138192121735 ], [ -7.404493079794658, 57.660588314257701 ], [ -7.405165545704599, 57.660413710327298 ], [ -7.405273162710292, 57.660032021562785 ], [ -7.404298661880089, 57.659588704701811 ], [ -7.408393708984143, 57.659058614893077 ], [ -7.408836760646218, 57.658618442048635 ], [ -7.408600993561393, 57.65803998525169 ], [ -7.407361445817458, 57.65766565357918 ], [ -7.410111238091877, 57.656437206282092 ], [ -7.413645469968072, 57.65556110726785 ], [ -7.415612143671661, 57.656633121192932 ], [ -7.415902232341765, 57.657394625446649 ], [ -7.417573287473172, 57.657813339369767 ], [ -7.420417922707133, 57.657535437848246 ], [ -7.421121251334137, 57.657074132801831 ], [ -7.422732796340115, 57.657072357082349 ], [ -7.423356109705123, 57.6563570906075 ], [ -7.425669810383121, 57.656784063055788 ], [ -7.425365359032213, 57.657161642141183 ], [ -7.425748057178568, 57.657587060772464 ], [ -7.426911844353439, 57.657969875545064 ], [ -7.428477163646913, 57.657939417448084 ], [ -7.428947460991968, 57.657402598669314 ], [ -7.431128759991679, 57.657068404507037 ], [ -7.432775551920224, 57.657200877039578 ], [ -7.433998698451123, 57.657743964785482 ], [ -7.434580174192873, 57.65752362051235 ], [ -7.437518697533942, 57.657972956323697 ], [ -7.438218532534871, 57.660297999720513 ], [ -7.440643167334598, 57.660957517039215 ], [ -7.440175285130876, 57.661509578085187 ], [ -7.440523655170525, 57.662264026551405 ], [ -7.438893369292315, 57.662220933779253 ], [ -7.438472448675734, 57.662795261668087 ], [ -7.437715183279939, 57.662348224979254 ], [ -7.437834712438987, 57.66201458438664 ], [ -7.437125958245182, 57.66203613601801 ], [ -7.436226124634381, 57.661175852108499 ], [ -7.435021754812663, 57.660781367366361 ], [ -7.433772242740326, 57.660791100484815 ], [ -7.432250149217441, 57.661480333009045 ], [ -7.43132023689739, 57.660552915537671 ], [ -7.427459329135125, 57.660201619936679 ], [ -7.421556678807824, 57.661084523577721 ], [ -7.418161251693529, 57.662385951979459 ], [ -7.417822402857892, 57.664185114548815 ], [ -7.415724279882802, 57.664045717744962 ], [ -7.415332801303204, 57.664257813273721 ], [ -7.415483025648811, 57.663824786902488 ], [ -7.414571619941283, 57.663670419561342 ], [ -7.412975496101322, 57.663968405331751 ], [ -7.412442390073909, 57.664356659117054 ], [ -7.413016246963575, 57.666376725555864 ], [ -7.41416272354515, 57.666867498957011 ], [ -7.41573402920288, 57.666717258912705 ], [ -7.416613253386379, 57.667060191964531 ], [ -7.415176026112695, 57.667152490336925 ], [ -7.415664337557894, 57.668329366050671 ], [ -7.417220476655762, 57.668167160642781 ], [ -7.416046312926547, 57.668435361944404 ], [ -7.4161390856079, 57.668685165901117 ], [ -7.413809649130819, 57.668797747818623 ], [ -7.41432012684502, 57.668527454444323 ], [ -7.413826623711957, 57.668057259290201 ], [ -7.412886488939284, 57.667441535279195 ], [ -7.412201308150819, 57.667520428796657 ], [ -7.412756397058086, 57.666379775221557 ], [ -7.411503918578389, 57.665403964155423 ], [ -7.408094781026206, 57.665313469964715 ], [ -7.40602892551548, 57.666189467150524 ], [ -7.401597652622126, 57.665506331460591 ], [ -7.398639360942817, 57.667009872561756 ], [ -7.39822727415193, 57.667636766440047 ], [ -7.3992940738182, 57.668495556882874 ], [ -7.398332159343227, 57.668295535430616 ], [ -7.398563257342137, 57.668786914291658 ], [ -7.397434268181573, 57.668773123251071 ], [ -7.397341274064116, 57.669242371090867 ], [ -7.396369840854999, 57.669542208486654 ], [ -7.39685853598705, 57.669587000504059 ], [ -7.396842239510827, 57.670041267654433 ] ] ], [ [ [ -7.137010050640031, 57.682485581858131 ], [ -7.13682483965686, 57.682245680248649 ], [ -7.136359523215572, 57.682399582272907 ], [ -7.135965538368946, 57.68181276260718 ], [ -7.13629668554588, 57.680890512696948 ], [ -7.137417148894735, 57.681092352732854 ], [ -7.137457598397044, 57.682206431610922 ], [ -7.137010050640031, 57.682485581858131 ] ] ], [ [ [ -7.137763811244843, 57.681937531340907 ], [ -7.138782529592473, 57.681185236649632 ], [ -7.139639156199134, 57.682072633214915 ], [ -7.139076244543937, 57.681834616521201 ], [ -7.138798041446282, 57.68301115691574 ], [ -7.137785289524069, 57.683628240811444 ], [ -7.137812496749834, 57.682754348203432 ], [ -7.138322939882007, 57.682504127022959 ], [ -7.137763811244843, 57.681937531340907 ] ] ], [ [ [ -7.165574355677408, 57.683713304412862 ], [ -7.164367554963596, 57.682907879913024 ], [ -7.165627688837381, 57.683027277212979 ], [ -7.166252045006399, 57.683694567202068 ], [ -7.165574355677408, 57.683713304412862 ] ] ], [ [ [ -7.151534763556169, 57.68598766138102 ], [ -7.151056344852929, 57.684927440839687 ], [ -7.153244982439359, 57.685845872620192 ], [ -7.153721944831387, 57.686600218171804 ], [ -7.152362213338689, 57.686430777714847 ], [ -7.151534763556169, 57.68598766138102 ] ] ], [ [ [ -7.144975644377521, 57.687888272972586 ], [ -7.143877276267416, 57.685715070735611 ], [ -7.145345960823178, 57.685587730659584 ], [ -7.143241125826672, 57.685021166289694 ], [ -7.143104617974459, 57.684414876583553 ], [ -7.144227676834191, 57.684693035388904 ], [ -7.14337059728186, 57.683981141752028 ], [ -7.14275334083381, 57.683952304279764 ], [ -7.142463092092203, 57.683091341144966 ], [ -7.14437581703744, 57.682779459175748 ], [ -7.142998218527053, 57.682246238802854 ], [ -7.142954296268175, 57.681996089502718 ], [ -7.143515605666719, 57.682045200608925 ], [ -7.144000494022611, 57.681674525916691 ], [ -7.146507209652343, 57.683119973103366 ], [ -7.145746569235177, 57.683618870922196 ], [ -7.146408866600654, 57.684023766496814 ], [ -7.145133319246606, 57.683913803774473 ], [ -7.145909920540189, 57.684768433482574 ], [ -7.146211465229667, 57.684585181445271 ], [ -7.14779145482166, 57.685182099253325 ], [ -7.148716097385044, 57.685895708830564 ], [ -7.147565285382881, 57.685659210320075 ], [ -7.146956930897824, 57.686106915204554 ], [ -7.145942661945382, 57.686062786925291 ], [ -7.145540530303513, 57.686484081778879 ], [ -7.146036611944992, 57.687669569403631 ], [ -7.145444451319247, 57.687995134808084 ], [ -7.144975644377521, 57.687888272972586 ] ] ], [ [ [ -7.01910298465432, 57.692325307681472 ], [ -7.018377007593736, 57.692178721342422 ], [ -7.016625089674421, 57.692630714890264 ], [ -7.016753454862624, 57.692405186869053 ], [ -7.015162015243153, 57.692378438216544 ], [ -7.01422276934982, 57.6917229693778 ], [ -7.014421041143869, 57.691274240283043 ], [ -7.015851466189638, 57.690987998440661 ], [ -7.015398330432577, 57.690263742642124 ], [ -7.016377687883191, 57.69048125165353 ], [ -7.015816935468418, 57.690071671162173 ], [ -7.017559034512901, 57.690398321987402 ], [ -7.017041576640117, 57.689937542285847 ], [ -7.018226330089752, 57.68993994263581 ], [ -7.019013689082263, 57.690650904044041 ], [ -7.018251294295253, 57.690726193514038 ], [ -7.018340616173176, 57.691491892334021 ], [ -7.018944034564588, 57.691602863572641 ], [ -7.020376545185645, 57.691150041016336 ], [ -7.022350983106743, 57.691939736458131 ], [ -7.022765226515824, 57.69250357057404 ], [ -7.021441350673576, 57.693073559996662 ], [ -7.021459100757965, 57.693383253419626 ], [ -7.019512444906114, 57.693582115943002 ], [ -7.019259242085221, 57.693331266436672 ], [ -7.020060573941132, 57.692930529415229 ], [ -7.019197475347107, 57.692703926950031 ], [ -7.01910298465432, 57.692325307681472 ] ] ], [ [ [ -7.168928052241283, 57.687377659360862 ], [ -7.171057203294929, 57.687110497890664 ], [ -7.169684268222995, 57.686496382807562 ], [ -7.168605713912503, 57.6864730647046 ], [ -7.168738263295038, 57.686224692025512 ], [ -7.170445761305857, 57.686181757639432 ], [ -7.171963681816107, 57.687046366980553 ], [ -7.171151080350182, 57.687003175341999 ], [ -7.173023281230162, 57.687524832578156 ], [ -7.172118482464746, 57.68789483383437 ], [ -7.171081524568664, 57.687221976421867 ], [ -7.170392239263662, 57.687983546643792 ], [ -7.169661219153561, 57.687923506452144 ], [ -7.168928052241283, 57.687377659360862 ] ] ], [ [ [ -7.311591847301677, 57.68154455260197 ], [ -7.313834078765358, 57.681369171097089 ], [ -7.313957270267966, 57.682151385666685 ], [ -7.311518621305716, 57.681961582176953 ], [ -7.311591847301677, 57.68154455260197 ] ] ], [ [ [ -7.157056475717434, 57.689959719625953 ], [ -7.155023760376443, 57.689430885694897 ], [ -7.154191040042865, 57.689010494297193 ], [ -7.154209272962694, 57.688312413839746 ], [ -7.154735864546891, 57.68847086989166 ], [ -7.155423639393046, 57.688168347837625 ], [ -7.155618125992445, 57.688826249020615 ], [ -7.15666837052627, 57.689476190228888 ], [ -7.156103037684344, 57.689458791430084 ], [ -7.157056475717434, 57.689959719625953 ] ] ], [ [ [ -7.154891680639603, 57.69127634722669 ], [ -7.154636323385554, 57.690485962138361 ], [ -7.154048688113559, 57.690312001454977 ], [ -7.154206778991324, 57.689770172881893 ], [ -7.156155978215331, 57.690302431311686 ], [ -7.155717273642749, 57.689699494319967 ], [ -7.157279745448768, 57.690760409793533 ], [ -7.1573570526601, 57.691126165589111 ], [ -7.156677942968636, 57.691135911534651 ], [ -7.156667685175918, 57.691653709698137 ], [ -7.156159300597113, 57.69180044519802 ], [ -7.154891680639603, 57.69127634722669 ] ] ], [ [ [ -7.251700814481815, 57.690223876633567 ], [ -7.25090656079775, 57.690076949399064 ], [ -7.249388679571338, 57.69021206989634 ], [ -7.24819845615342, 57.689883626052676 ], [ -7.245649783587939, 57.687195548900206 ], [ -7.24624213262881, 57.686239590355349 ], [ -7.249519604704302, 57.684915523381221 ], [ -7.249827516692805, 57.684142345419694 ], [ -7.252515750220662, 57.682869696002101 ], [ -7.255107543284832, 57.683364707701337 ], [ -7.258640059355239, 57.685246743433808 ], [ -7.258795631150335, 57.688110792814342 ], [ -7.258397042249904, 57.688721301378834 ], [ -7.257386886017091, 57.688533917464241 ], [ -7.255296970349289, 57.688836912177145 ], [ -7.254035398850554, 57.689348354308351 ], [ -7.252108532378678, 57.689617511925348 ], [ -7.251700814481815, 57.690223876633567 ] ] ], [ [ [ -7.053828662289183, 57.698560793732462 ], [ -7.053691472791223, 57.697999456272612 ], [ -7.054654700436947, 57.698338787167934 ], [ -7.055111834876018, 57.698122546919265 ], [ -7.056226308680668, 57.699544482982176 ], [ -7.055703406150085, 57.699650894151183 ], [ -7.053828662289183, 57.698560793732462 ] ] ], [ [ [ -7.17780188469381, 57.695269673307401 ], [ -7.176446844710373, 57.695136281660929 ], [ -7.174664954566047, 57.695308308421559 ], [ -7.170502725047431, 57.694286607450678 ], [ -7.170526247705778, 57.693804252001875 ], [ -7.168783314325753, 57.693542698358613 ], [ -7.166631917435198, 57.692420537366431 ], [ -7.165962991218049, 57.691147707433387 ], [ -7.168338643133721, 57.690663557164939 ], [ -7.169963569783564, 57.691276368543875 ], [ -7.171971260984285, 57.691333599986336 ], [ -7.176052701567871, 57.692615001110795 ], [ -7.178051587286691, 57.693549806597026 ], [ -7.178321089729277, 57.694141620424695 ], [ -7.177507394092744, 57.694561908853579 ], [ -7.179009471238353, 57.694842223445995 ], [ -7.17780188469381, 57.695269673307401 ] ] ], [ [ [ -7.015616507063219, 57.703966574010799 ], [ -7.01303206316818, 57.703084016015673 ], [ -7.013414750646569, 57.701782248877024 ], [ -7.011558598631401, 57.702031365765123 ], [ -7.010441770696876, 57.70088357754662 ], [ -7.011187859496694, 57.699292990253191 ], [ -7.011982030871306, 57.699324451272808 ], [ -7.012625409806915, 57.698813074442533 ], [ -7.013032420720781, 57.699021843063896 ], [ -7.014730260061566, 57.698783486076699 ], [ -7.01545588674451, 57.699654372187325 ], [ -7.016464826224007, 57.699537820749946 ], [ -7.018333495968635, 57.700349783503249 ], [ -7.018508539557482, 57.700945630336534 ], [ -7.017833770278722, 57.700805998839677 ], [ -7.018118291374523, 57.701100592940705 ], [ -7.017229146661707, 57.701414830964872 ], [ -7.017593221244975, 57.70173775524048 ], [ -7.016636788244364, 57.701627302228445 ], [ -7.017469757042735, 57.703029239693564 ], [ -7.016647654016447, 57.703039407496881 ], [ -7.015616507063219, 57.703966574010799 ] ] ], [ [ [ -7.20681275467695, 57.696245058488614 ], [ -7.206962191438361, 57.69483067583716 ], [ -7.208897000051501, 57.692347434632659 ], [ -7.211450692563578, 57.692192546459061 ], [ -7.216149415963504, 57.693093569648504 ], [ -7.217024990186857, 57.693875330714 ], [ -7.217192541509112, 57.694921203925375 ], [ -7.215388986175059, 57.69645794315673 ], [ -7.214050354271277, 57.69597334176261 ], [ -7.214736869074099, 57.695081153644225 ], [ -7.214291479369946, 57.694789110947141 ], [ -7.211727348072067, 57.695362901352162 ], [ -7.209063705056709, 57.696588615360888 ], [ -7.207688684981576, 57.696843303060724 ], [ -7.20681275467695, 57.696245058488614 ] ] ], [ [ [ -7.097623110379538, 57.702563246476466 ], [ -7.096154952502467, 57.701745247762702 ], [ -7.096327015765826, 57.701355908487699 ], [ -7.095031995153025, 57.701588119238671 ], [ -7.094361519459448, 57.701421724217418 ], [ -7.096002941791837, 57.70096409899201 ], [ -7.094743969513643, 57.700735978773636 ], [ -7.096153792795031, 57.700125739580024 ], [ -7.096829589596259, 57.700449366715617 ], [ -7.098672986312294, 57.700590886181047 ], [ -7.101824271064789, 57.701903210087231 ], [ -7.101693728678119, 57.702407849001695 ], [ -7.100321313003463, 57.702269842463011 ], [ -7.098096178084356, 57.703236958564048 ], [ -7.097279163415998, 57.703283437384194 ], [ -7.097623110379538, 57.702563246476466 ] ] ], [ [ [ -7.219622441911778, 57.698195116918342 ], [ -7.219779542161437, 57.697594734861049 ], [ -7.223142168154408, 57.698652434581703 ], [ -7.223140535228918, 57.699106916575516 ], [ -7.2189183309966, 57.698498673178875 ], [ -7.219622441911778, 57.698195116918342 ] ] ], [ [ [ -7.033302300050599, 57.706902266180656 ], [ -7.030825842900061, 57.705471427244788 ], [ -7.030674630951811, 57.705230029654821 ], [ -7.031162475273598, 57.705233088353829 ], [ -7.029945489248422, 57.704458328297186 ], [ -7.029697911868168, 57.703523490543688 ], [ -7.028280999817741, 57.70318404230408 ], [ -7.028025598729191, 57.702555416002546 ], [ -7.026602805462847, 57.702112717575439 ], [ -7.024810880350819, 57.699858281192668 ], [ -7.029076685400447, 57.7014114142737 ], [ -7.030292399766535, 57.701331503024129 ], [ -7.030057074270338, 57.700666092038624 ], [ -7.032060993937643, 57.700937142565714 ], [ -7.032209381956266, 57.700674810812444 ], [ -7.035024878153401, 57.701403815956823 ], [ -7.036913912655586, 57.701512924162728 ], [ -7.036355099751789, 57.701724152790149 ], [ -7.03703857135526, 57.701804858528298 ], [ -7.036712856217955, 57.702060773743334 ], [ -7.03814873892656, 57.702620701801884 ], [ -7.038075543894545, 57.703036592443887 ], [ -7.038785983095396, 57.703129709285719 ], [ -7.040872284765952, 57.704593964288293 ], [ -7.040915283857931, 57.704902651117202 ], [ -7.040024899820303, 57.705086642622419 ], [ -7.036718725075755, 57.704759690580843 ], [ -7.036282492661878, 57.705429382757124 ], [ -7.035743162331082, 57.705297937947371 ], [ -7.034794328799395, 57.705605683924951 ], [ -7.035113793078883, 57.706029309548406 ], [ -7.033153943726444, 57.705473133750729 ], [ -7.033106982480725, 57.706041825638046 ], [ -7.033876947795656, 57.706622943672592 ], [ -7.033702941632737, 57.707003261078327 ], [ -7.033302300050599, 57.706902266180656 ] ] ], [ [ [ -7.092305518817463, 57.704487327775908 ], [ -7.091729745790984, 57.703799742507634 ], [ -7.091105988854708, 57.703905869397339 ], [ -7.090844103637052, 57.704433783417699 ], [ -7.090057937017431, 57.704042592669495 ], [ -7.089054175697274, 57.704195517092948 ], [ -7.08863392070056, 57.703956024528352 ], [ -7.08944062457054, 57.703716571991919 ], [ -7.089652210915387, 57.703249172253798 ], [ -7.091313429120167, 57.70352860851235 ], [ -7.091825292088581, 57.703224548578547 ], [ -7.090872926735821, 57.702966029756297 ], [ -7.092033003715422, 57.702968741560916 ], [ -7.092748787343287, 57.701725212327531 ], [ -7.093823888294575, 57.701542386069441 ], [ -7.094016309213032, 57.701894524253305 ], [ -7.094573005993088, 57.701849571380258 ], [ -7.093967721798568, 57.702026948276149 ], [ -7.095241096032674, 57.702178017146721 ], [ -7.096463940630257, 57.702924949736698 ], [ -7.094967855893923, 57.703102290588603 ], [ -7.094763838129751, 57.702309742963038 ], [ -7.09350677548683, 57.702513412942899 ], [ -7.093086109459997, 57.703286171264082 ], [ -7.094508460737091, 57.703719160304402 ], [ -7.093744492134628, 57.704082887424292 ], [ -7.092918351621278, 57.703945256593158 ], [ -7.092841877271721, 57.705252979317301 ], [ -7.092305518817463, 57.704487327775908 ] ] ], [ [ [ -7.041699577771133, 57.706792244280415 ], [ -7.041582228105079, 57.706432542495037 ], [ -7.043695679332226, 57.707184894488719 ], [ -7.044872630158939, 57.708091589905727 ], [ -7.04484680941687, 57.70856947382147 ], [ -7.043239704511019, 57.708134314950058 ], [ -7.041699577771133, 57.706792244280415 ] ] ], [ [ [ -7.009147880646085, 57.712419584158184 ], [ -7.007683733625095, 57.711861347749384 ], [ -7.007799839004606, 57.71215364523114 ], [ -7.007112202175511, 57.712104432478007 ], [ -7.003508649641152, 57.710723148780247 ], [ -7.00305658846033, 57.710128362917743 ], [ -7.003491940312822, 57.709508320131057 ], [ -7.00142082073534, 57.709482388277721 ], [ -7.00132059736721, 57.709000521325152 ], [ -6.99907564528814, 57.708446116935022 ], [ -6.998691296286488, 57.707854035776734 ], [ -6.999546712288844, 57.707536772902813 ], [ -7.000246618609469, 57.707675508357866 ], [ -6.999866586730848, 57.707114748903749 ], [ -7.000444619336142, 57.706736484563415 ], [ -6.999560259079721, 57.706479095335311 ], [ -6.999789073391805, 57.70624961195022 ], [ -6.999052321552647, 57.706269779623199 ], [ -6.998926743060535, 57.705847395432038 ], [ -7.00009966186443, 57.705760477486344 ], [ -7.000006706508955, 57.706182515850131 ], [ -7.001223896604712, 57.706111828840996 ], [ -7.001535856034941, 57.70654482438907 ], [ -7.002903882023113, 57.705923831338048 ], [ -7.004422811680411, 57.706515933034034 ], [ -7.003870480711404, 57.707262074274666 ], [ -7.004638511007801, 57.707285624305833 ], [ -7.005073920756255, 57.707650741538274 ], [ -7.004935913661409, 57.70852441906856 ], [ -7.009603783097082, 57.709945320310403 ], [ -7.009677497917281, 57.710477718337295 ], [ -7.010406301833955, 57.710763704132439 ], [ -7.010184381488712, 57.71152825623502 ], [ -7.011714489297361, 57.712016369313048 ], [ -7.01142844127413, 57.712257143116616 ], [ -7.009854391628682, 57.71218013317754 ], [ -7.009489698734449, 57.712581469203641 ], [ -7.009147880646085, 57.712419584158184 ] ] ], [ [ [ -7.049871650357012, 57.712957249252881 ], [ -7.048514125085227, 57.711963340940166 ], [ -7.050027784261655, 57.71251014147051 ], [ -7.049730664843588, 57.712067660284035 ], [ -7.050990161834373, 57.712359192421154 ], [ -7.053474675206655, 57.7140187733932 ], [ -7.053671076316517, 57.714582241643413 ], [ -7.049871650357012, 57.712957249252881 ] ] ], [ [ [ -7.055992237576977, 57.714529834512589 ], [ -7.054542461898714, 57.713719623968174 ], [ -7.056162913192078, 57.714127121798825 ], [ -7.055992237576977, 57.714529834512589 ] ] ], [ [ [ -7.059150115757767, 57.714569834539084 ], [ -7.058912233662312, 57.714071015333673 ], [ -7.060367082782266, 57.714255662167822 ], [ -7.062470439938941, 57.715350022226232 ], [ -7.062071471030646, 57.715442489911567 ], [ -7.06089072964291, 57.715354846299938 ], [ -7.059150115757767, 57.714569834539084 ] ] ], [ [ [ -7.719245175836609, 57.687742639402543 ], [ -7.718513131371301, 57.687375256122344 ], [ -7.718746710042153, 57.687630213127306 ], [ -7.71753881640802, 57.687644454846556 ], [ -7.715657193051391, 57.687117614945997 ], [ -7.716407058075483, 57.686917111175639 ], [ -7.716719244259117, 57.687191013340289 ], [ -7.718007161759127, 57.687204657360624 ], [ -7.718073970045164, 57.686936084330952 ], [ -7.719418646433458, 57.687415220704914 ], [ -7.719739777453292, 57.687639202156447 ], [ -7.719245175836609, 57.687742639402543 ] ] ], [ [ [ -7.056779699036317, 57.715051642963651 ], [ -7.056461480107657, 57.71487993845664 ], [ -7.058688383862572, 57.715596025778346 ], [ -7.059067762152534, 57.716084679552445 ], [ -7.058686799752257, 57.716005466248426 ], [ -7.056398852648877, 57.71527382748755 ], [ -7.056779699036317, 57.715051642963651 ] ] ], [ [ [ -7.71476630971792, 57.688287662653259 ], [ -7.71394123460249, 57.687852455875955 ], [ -7.714279069676094, 57.687490596554106 ], [ -7.71547881924833, 57.68726521959637 ], [ -7.71714562045437, 57.687815299981949 ], [ -7.717905520644211, 57.688316451397164 ], [ -7.717282016219927, 57.688146675698356 ], [ -7.717412317738147, 57.688545838911175 ], [ -7.716835024883897, 57.688508989391543 ], [ -7.71476630971792, 57.688287662653259 ] ] ], [ [ [ -7.714144805459643, 57.688981924881396 ], [ -7.713641709203484, 57.688244084318924 ], [ -7.715612254397271, 57.689014468034564 ], [ -7.715630407413781, 57.689342200608465 ], [ -7.714144805459643, 57.688981924881396 ] ] ], [ [ [ -7.711553339836374, 57.689175785133756 ], [ -7.712119694017965, 57.688983616477941 ], [ -7.713661730491578, 57.689701419454273 ], [ -7.71265753806964, 57.690026839852244 ], [ -7.711553339836374, 57.689175785133756 ] ] ], [ [ [ -7.150678242853115, 57.714413558596434 ], [ -7.149113403584806, 57.713318446419343 ], [ -7.149794207130015, 57.713317680308961 ], [ -7.147799054941143, 57.712175315834124 ], [ -7.14837796343274, 57.711931269643642 ], [ -7.151429855674587, 57.713965401979635 ], [ -7.151499191008865, 57.714334185398371 ], [ -7.150678242853115, 57.714413558596434 ] ] ], [ [ [ -7.711086339956043, 57.69058315348726 ], [ -7.711267434574815, 57.690079874495332 ], [ -7.712223080760836, 57.6901176230799 ], [ -7.711879457343624, 57.690709275474788 ], [ -7.711086339956043, 57.69058315348726 ] ] ], [ [ [ -7.066890476575464, 57.721219000590715 ], [ -7.066547286340871, 57.720989838035536 ], [ -7.065755314514631, 57.721098078724175 ], [ -7.066287920233107, 57.720698829951019 ], [ -7.065837733623902, 57.72036598897828 ], [ -7.064625044742219, 57.720351636136101 ], [ -7.06548154218322, 57.720704177488173 ], [ -7.064339871545022, 57.720956893564988 ], [ -7.063255166007012, 57.720415551139638 ], [ -7.064446920840363, 57.720700676425807 ], [ -7.064357073809211, 57.720479345409402 ], [ -7.062832972464082, 57.720342500415036 ], [ -7.061841709287093, 57.719927862577499 ], [ -7.06245452864344, 57.719921298174434 ], [ -7.06209885559184, 57.719602651599757 ], [ -7.062858555239636, 57.719864617027973 ], [ -7.062482434742289, 57.719339852687973 ], [ -7.0607288491889, 57.718523886677524 ], [ -7.062691792629121, 57.718553193547031 ], [ -7.065939426088308, 57.719111280402807 ], [ -7.064762404961943, 57.718330726103787 ], [ -7.064914506564803, 57.718756499161039 ], [ -7.063802438571137, 57.718499675788699 ], [ -7.063281068365581, 57.717958243476666 ], [ -7.063091669581917, 57.718226757906287 ], [ -7.06252782087287, 57.71804241967525 ], [ -7.062866011315093, 57.717875910154007 ], [ -7.059541659966022, 57.716407594852562 ], [ -7.062403912990336, 57.716796758463147 ], [ -7.062022198842277, 57.716231729889152 ], [ -7.062447693218163, 57.71626866056291 ], [ -7.062341186745241, 57.715868049970766 ], [ -7.062744322759088, 57.715865387716299 ], [ -7.063185625647678, 57.716315559073941 ], [ -7.063832039685698, 57.716249157170353 ], [ -7.065373472628156, 57.716871147180072 ], [ -7.064853916179096, 57.716882984646276 ], [ -7.065281259802845, 57.71729322132208 ], [ -7.063167093071304, 57.717144055769332 ], [ -7.063447481860122, 57.71764566348655 ], [ -7.065020009739141, 57.717348684422575 ], [ -7.066412739954194, 57.717508764335001 ], [ -7.06681229689237, 57.718140545923426 ], [ -7.065639800029268, 57.718232560434409 ], [ -7.065981259552332, 57.718749709010275 ], [ -7.067472048417413, 57.719369209246572 ], [ -7.066877404435276, 57.71968547762097 ], [ -7.067610811729272, 57.719759525618272 ], [ -7.069322388534835, 57.720694052667206 ], [ -7.068987546882672, 57.721004402907056 ], [ -7.067422452844985, 57.720635326377696 ], [ -7.066890476575464, 57.721219000590715 ] ] ], [ [ [ -7.053733798711879, 57.724296779649727 ], [ -7.052272418122566, 57.723406024024982 ], [ -7.054650123906625, 57.723994698675718 ], [ -7.054270743247133, 57.724468738966543 ], [ -7.053733798711879, 57.724296779649727 ] ] ], [ [ [ -7.046724822117519, 57.724262079137219 ], [ -7.04790069388728, 57.724192604626936 ], [ -7.04943845885439, 57.72557070543629 ], [ -7.046724822117519, 57.724262079137219 ] ] ], [ [ [ -7.054268461494429, 57.726497714099089 ], [ -7.05389816618656, 57.725653289648157 ], [ -7.055110272310961, 57.726023165426334 ], [ -7.054817070092597, 57.726331807620788 ], [ -7.056038528424522, 57.726948726175429 ], [ -7.05554555489164, 57.727031436001035 ], [ -7.055136173820872, 57.726629444859412 ], [ -7.054268461494429, 57.726497714099089 ] ] ], [ [ [ -7.054579768088308, 57.729085469492126 ], [ -7.053584048716568, 57.72845950599023 ], [ -7.052992573392429, 57.728559641274032 ], [ -7.052966782435169, 57.728254766028961 ], [ -7.054054300455566, 57.728274244860472 ], [ -7.055795189759307, 57.729297756614372 ], [ -7.054579768088308, 57.729085469492126 ] ] ], [ [ [ -7.289057931394042, 57.719741120803526 ], [ -7.286299232093071, 57.718758789285914 ], [ -7.286002064248873, 57.71896919982975 ], [ -7.283677729869976, 57.71836907297692 ], [ -7.283830221623988, 57.71814672430412 ], [ -7.281813648229305, 57.717983621022164 ], [ -7.281458964217827, 57.717512527438871 ], [ -7.280869932749312, 57.717739630990678 ], [ -7.280209188164749, 57.717245338236275 ], [ -7.278544976224559, 57.717076449093987 ], [ -7.275209430492692, 57.715479095897436 ], [ -7.275526517577426, 57.714943928849834 ], [ -7.275149733426404, 57.714608722978944 ], [ -7.276182525838994, 57.713274270241456 ], [ -7.278430333280861, 57.712604414404034 ], [ -7.278535862219607, 57.711484170658949 ], [ -7.281405591526041, 57.71046880451604 ], [ -7.282676014306549, 57.708921879510804 ], [ -7.281879461662741, 57.707438927827347 ], [ -7.277731504280937, 57.70487679427135 ], [ -7.27727043387446, 57.703559768838105 ], [ -7.276482370953757, 57.702881814561351 ], [ -7.276356164188948, 57.701555290923785 ], [ -7.278059368637504, 57.701074658017959 ], [ -7.279756140907848, 57.700031853803928 ], [ -7.281450635172853, 57.7002984258935 ], [ -7.283042531367396, 57.700092339350967 ], [ -7.282798240341051, 57.700606488076858 ], [ -7.286845355602089, 57.702191816169616 ], [ -7.288401925513786, 57.701973644528849 ], [ -7.29177624946051, 57.70217420332429 ], [ -7.291358016159991, 57.702475193259176 ], [ -7.292501425939583, 57.702535249901189 ], [ -7.293253392903975, 57.703309111569787 ], [ -7.292913663433376, 57.703399844189668 ], [ -7.293626337320814, 57.703387961444406 ], [ -7.293834587872294, 57.703892157888454 ], [ -7.295236355941332, 57.703936858061134 ], [ -7.295506095136603, 57.705320351520811 ], [ -7.296435013904907, 57.705407368729581 ], [ -7.295863293442891, 57.705750807433724 ], [ -7.298825339618078, 57.706634389545108 ], [ -7.299360976727036, 57.707192329596801 ], [ -7.298609216010781, 57.707741310401801 ], [ -7.298717641383995, 57.708137205648171 ], [ -7.298234379692961, 57.708212378273331 ], [ -7.298794626368458, 57.708318449705445 ], [ -7.296689898300897, 57.708411261536504 ], [ -7.296244739422277, 57.708987858571206 ], [ -7.297399316352129, 57.709294873838076 ], [ -7.29803588899231, 57.709853084489467 ], [ -7.297899206081093, 57.71064171267372 ], [ -7.298617710686486, 57.711529438055024 ], [ -7.300301240457306, 57.712003205847445 ], [ -7.301149590448567, 57.712858472073648 ], [ -7.301348845069001, 57.713758984496245 ], [ -7.299439890732903, 57.715935830958195 ], [ -7.301124633007437, 57.71676049505168 ], [ -7.300428746054735, 57.7171181621774 ], [ -7.300336336408638, 57.71763497165648 ], [ -7.29940299565042, 57.717692141066955 ], [ -7.299040062444279, 57.71710895272863 ], [ -7.29890700393107, 57.717348504377071 ], [ -7.298534235415509, 57.717157174187889 ], [ -7.298667756491068, 57.717781485808203 ], [ -7.298136171081071, 57.718285224109245 ], [ -7.297278836927602, 57.718402179730731 ], [ -7.295024338004036, 57.71776333379001 ], [ -7.296568331643893, 57.718373490300394 ], [ -7.296802269420898, 57.719052083335662 ], [ -7.295238107156895, 57.719567618505437 ], [ -7.292932289784607, 57.719727274298371 ], [ -7.289057931394042, 57.719741120803526 ] ] ], [ [ [ -7.682184267557335, 57.703535776792663 ], [ -7.681089416785834, 57.703202515576351 ], [ -7.680992106115728, 57.703760474492597 ], [ -7.679529309731701, 57.703493270157772 ], [ -7.679761912581018, 57.70315425539119 ], [ -7.680519486687762, 57.703106654459141 ], [ -7.680032592928455, 57.702683007864792 ], [ -7.680844779774699, 57.702394412880778 ], [ -7.680235706501167, 57.70215629268511 ], [ -7.68080010173497, 57.70178883841006 ], [ -7.681407538459752, 57.701856005278394 ], [ -7.68084020979516, 57.701616008717636 ], [ -7.68109346840528, 57.701141041866371 ], [ -7.683459796287437, 57.699936330401286 ], [ -7.68345159533667, 57.699563146311952 ], [ -7.684450592205892, 57.699126591256494 ], [ -7.684379738437418, 57.698729225469464 ], [ -7.685852783419204, 57.698527839568676 ], [ -7.685515764495225, 57.698308991278111 ], [ -7.685855013364839, 57.698167686910594 ], [ -7.686842925808739, 57.698249185892678 ], [ -7.687291295732924, 57.698053452347999 ], [ -7.686732674195028, 57.698029121899026 ], [ -7.686860350209362, 57.697825338981325 ], [ -7.687953507837016, 57.698041606220514 ], [ -7.689493979719764, 57.697841637645816 ], [ -7.689892798659549, 57.698827302989883 ], [ -7.691714456695016, 57.699933325191282 ], [ -7.691017938938142, 57.699834220640248 ], [ -7.691152403619179, 57.70036823661556 ], [ -7.689851276011159, 57.700647444263211 ], [ -7.688307981431221, 57.700028421045637 ], [ -7.688028118547666, 57.700333579344587 ], [ -7.68698899621849, 57.700461426137437 ], [ -7.685089386765105, 57.699714402068302 ], [ -7.685558444459839, 57.70029185540325 ], [ -7.683644922096046, 57.699991001279841 ], [ -7.684991638700466, 57.700857470123651 ], [ -7.682545177530993, 57.701017169269996 ], [ -7.681726236584334, 57.701904665416279 ], [ -7.685106541370413, 57.702765069656614 ], [ -7.685429178041513, 57.703106085635341 ], [ -7.68404010614656, 57.702826610699056 ], [ -7.683962589149351, 57.703563707462486 ], [ -7.683318215355926, 57.703475712294924 ], [ -7.68312590168475, 57.703749911098612 ], [ -7.682184267557335, 57.703535776792663 ] ] ], [ [ [ -7.05619708398671, 57.730307362364911 ], [ -7.054984725902286, 57.729636094874465 ], [ -7.056491158977642, 57.729944698891579 ], [ -7.05674920738895, 57.730406727806354 ], [ -7.05619708398671, 57.730307362364911 ] ] ], [ [ [ -7.070600274620839, 57.72902830707563 ], [ -7.071471211165031, 57.728822397548996 ], [ -7.074724523451438, 57.729533011192238 ], [ -7.075384041215968, 57.730217311276768 ], [ -7.07449779584845, 57.730194429059956 ], [ -7.070600274620839, 57.72902830707563 ] ] ], [ [ [ -7.059378298931098, 57.730323962719183 ], [ -7.058814373723701, 57.729779715187846 ], [ -7.059233765145975, 57.729771918357663 ], [ -7.062260296638167, 57.730545914959556 ], [ -7.062735774812398, 57.731539060122735 ], [ -7.06071547489949, 57.730504336305991 ], [ -7.059378298931098, 57.730323962719183 ] ] ], [ [ [ -7.059698741519828, 57.733154275939476 ], [ -7.057679285493202, 57.732065485952084 ], [ -7.059523910659958, 57.732445992197896 ], [ -7.060176312748443, 57.73308116586351 ], [ -7.059698741519828, 57.733154275939476 ] ] ], [ [ [ -7.074270353268936, 57.734265884202294 ], [ -7.072188281795224, 57.732914406769332 ], [ -7.074669692737781, 57.734114884349822 ], [ -7.075435513770551, 57.734776921539115 ], [ -7.074270353268936, 57.734265884202294 ] ] ], [ [ [ -7.164998634852168, 57.738727797831316 ], [ -7.161666880252811, 57.73872449200308 ], [ -7.160656067595227, 57.738243905615853 ], [ -7.158831297631023, 57.737954013792752 ], [ -7.15433386054819, 57.735852116073787 ], [ -7.153217265967434, 57.735749201504781 ], [ -7.150959314817543, 57.734307148217603 ], [ -7.149364597421114, 57.734390154387391 ], [ -7.147495674660789, 57.733670009321131 ], [ -7.146182374316572, 57.732184885708442 ], [ -7.144713738657701, 57.731699435842678 ], [ -7.143871031190326, 57.729276450255917 ], [ -7.145460752741294, 57.728060886345396 ], [ -7.146674263557599, 57.727759511354954 ], [ -7.150231972783668, 57.728116589460278 ], [ -7.150123281715195, 57.727825891433802 ], [ -7.152930507275163, 57.726103490004469 ], [ -7.153122816755895, 57.724431939172568 ], [ -7.150806192070128, 57.718877575083006 ], [ -7.152868145499026, 57.717393399682742 ], [ -7.155952220628246, 57.716628683795243 ], [ -7.158511572331176, 57.71780907433223 ], [ -7.159309664661772, 57.718818432239061 ], [ -7.161704555910178, 57.720117056518852 ], [ -7.15892103022114, 57.718958478259168 ], [ -7.158487026431655, 57.718957309386923 ], [ -7.15844146613148, 57.71980497293081 ], [ -7.159906886576038, 57.720234600026032 ], [ -7.160442652927696, 57.720088539831295 ], [ -7.161882793344962, 57.720753123675877 ], [ -7.162140851080972, 57.719898571663379 ], [ -7.163112290657191, 57.720672276710005 ], [ -7.162828306981218, 57.720838649590164 ], [ -7.165576147208539, 57.721510019217902 ], [ -7.16590648239083, 57.720844157729218 ], [ -7.1675007103359, 57.720879719692796 ], [ -7.16768126305768, 57.719672004963599 ], [ -7.168841425336961, 57.71955344692153 ], [ -7.169555963021452, 57.719799540353279 ], [ -7.170222264854245, 57.719414147199515 ], [ -7.170807889671329, 57.719746492588378 ], [ -7.170983978065891, 57.719355069650611 ], [ -7.172662531872864, 57.719345721584183 ], [ -7.172181015204852, 57.718542125694484 ], [ -7.173496842018056, 57.718618703693657 ], [ -7.173184258566903, 57.717667822566305 ], [ -7.171532298507505, 57.716439767772563 ], [ -7.17114232065538, 57.715570334898104 ], [ -7.170071384279568, 57.714735978576456 ], [ -7.16951478759364, 57.714711973850115 ], [ -7.170030854453239, 57.714123076160725 ], [ -7.169383214411496, 57.713650200299341 ], [ -7.169028872783643, 57.713794274898113 ], [ -7.169527060695058, 57.714162595246435 ], [ -7.168326887075272, 57.713905786716147 ], [ -7.167681114784528, 57.714281333910613 ], [ -7.167990575862217, 57.714611492930466 ], [ -7.167062801423614, 57.714119475845926 ], [ -7.16754837551818, 57.71418778789031 ], [ -7.168237627308107, 57.71378706731435 ], [ -7.166218743765328, 57.712070981545551 ], [ -7.166219219342543, 57.711544581941695 ], [ -7.166992706594513, 57.711368969262395 ], [ -7.169301554888298, 57.71240822383875 ], [ -7.17018981404874, 57.711800489710861 ], [ -7.170136986441787, 57.711136802333378 ], [ -7.172273055153765, 57.711202297145931 ], [ -7.173276062883992, 57.710927264121032 ], [ -7.175185253305481, 57.711310635160714 ], [ -7.176088107484633, 57.711005491221556 ], [ -7.17553467127119, 57.710157167245185 ], [ -7.177525292747186, 57.7106397424444 ], [ -7.176417361637601, 57.710181274086921 ], [ -7.176580173604122, 57.70947455445063 ], [ -7.178007861808684, 57.709853324456375 ], [ -7.1778723327004, 57.709458469648965 ], [ -7.177195550436142, 57.709322454461038 ], [ -7.176684386198401, 57.708099884486558 ], [ -7.177398061254677, 57.707342685302116 ], [ -7.17893330532905, 57.706970196481237 ], [ -7.179386806691012, 57.706310036019637 ], [ -7.178344244237537, 57.705708536685279 ], [ -7.17848320357341, 57.705035184177163 ], [ -7.177520078899335, 57.704095694909491 ], [ -7.178383991569426, 57.703883906192118 ], [ -7.178603309308012, 57.703384518815838 ], [ -7.179394997005024, 57.70357249811223 ], [ -7.180103155314375, 57.702531168163553 ], [ -7.181133134786973, 57.702974802198725 ], [ -7.182173076331054, 57.702795354398326 ], [ -7.182790358807316, 57.70183601986551 ], [ -7.184143795508774, 57.700935538306567 ], [ -7.192487751387015, 57.697555797260037 ], [ -7.19169391857989, 57.69750476126697 ], [ -7.192038517074401, 57.697282733791141 ], [ -7.191645247640444, 57.69676711793597 ], [ -7.18783389836035, 57.695677555323705 ], [ -7.186175422775579, 57.69413054014008 ], [ -7.187295454156867, 57.693796585120353 ], [ -7.187107970976474, 57.693426369017807 ], [ -7.188216356999776, 57.69324585109775 ], [ -7.189187120513237, 57.693453399348854 ], [ -7.191322272083519, 57.693050682307501 ], [ -7.192502443735799, 57.693546531768575 ], [ -7.193804809807493, 57.693546945957927 ], [ -7.194064422545204, 57.693306812582072 ], [ -7.193262503026999, 57.692320316682981 ], [ -7.193857219210887, 57.691394237542156 ], [ -7.194646833398684, 57.691276265392176 ], [ -7.195025946132504, 57.690873744658283 ], [ -7.192960592734544, 57.690063410148333 ], [ -7.193639082979616, 57.689698067428282 ], [ -7.192635015155918, 57.689374949737271 ], [ -7.192671073262599, 57.688982048263043 ], [ -7.191367659527064, 57.688680232757314 ], [ -7.189896762451632, 57.687795914554584 ], [ -7.187357265120378, 57.687954287002398 ], [ -7.186823921672876, 57.688336126439843 ], [ -7.18568810650711, 57.68838279132833 ], [ -7.185456704783959, 57.688702730800038 ], [ -7.184057908506742, 57.687792890972965 ], [ -7.183481547400935, 57.688050509191775 ], [ -7.180433732835977, 57.687239827924969 ], [ -7.180484641365924, 57.686949801205358 ], [ -7.179984036656105, 57.687267280386081 ], [ -7.177698702505062, 57.686735676873688 ], [ -7.176741582140148, 57.685681672493025 ], [ -7.174454601987062, 57.684961123071865 ], [ -7.17579103142032, 57.684496921548778 ], [ -7.175701730686425, 57.683578286479147 ], [ -7.175094257703406, 57.683324255490952 ], [ -7.17571547598985, 57.683204305147001 ], [ -7.175345780274278, 57.682792058070305 ], [ -7.173792334814133, 57.683206664758714 ], [ -7.172624892829505, 57.682795613879961 ], [ -7.172310494917932, 57.683181914416778 ], [ -7.171605805378994, 57.683246780740255 ], [ -7.172093104361975, 57.683541744133912 ], [ -7.170847432671076, 57.683759242613057 ], [ -7.170609624762752, 57.683152622231916 ], [ -7.166887606255833, 57.682144297852908 ], [ -7.167832848272691, 57.68170519125286 ], [ -7.173332677681944, 57.681164962197286 ], [ -7.176768233915478, 57.681285044890799 ], [ -7.177722810828248, 57.681088424516162 ], [ -7.179355436102325, 57.681228395341932 ], [ -7.179590346359993, 57.681520190009472 ], [ -7.179493514385262, 57.681254222388681 ], [ -7.182740326644649, 57.681228921039839 ], [ -7.17790278467009, 57.680878585806276 ], [ -7.176524919750918, 57.681110564520722 ], [ -7.172975718724202, 57.680959141305863 ], [ -7.168192688421135, 57.680106814849864 ], [ -7.167819175118773, 57.679784684557028 ], [ -7.168348563791405, 57.679610042638693 ], [ -7.167034560133084, 57.679524373454868 ], [ -7.167590221102548, 57.679416143947762 ], [ -7.167429238066525, 57.679170791776492 ], [ -7.165766889543265, 57.679351313819978 ], [ -7.164742765263201, 57.679060300670869 ], [ -7.164000736098648, 57.679275120152333 ], [ -7.162641156382541, 57.67857491159829 ], [ -7.165557892980197, 57.678298108589317 ], [ -7.164571721380338, 57.677978547664694 ], [ -7.165308037597304, 57.677664980372327 ], [ -7.16403878148931, 57.676596674256992 ], [ -7.164505765080859, 57.675866728192894 ], [ -7.160866480665471, 57.675786148361134 ], [ -7.160896237853106, 57.676171842476876 ], [ -7.158806473302213, 57.676180795818617 ], [ -7.158391357677145, 57.67639121794614 ], [ -7.158762841009783, 57.676699959399002 ], [ -7.157718902700098, 57.676976570498738 ], [ -7.156004535211392, 57.676673204262983 ], [ -7.156678351795905, 57.676569193561285 ], [ -7.156355780994009, 57.676190963861622 ], [ -7.156925506096848, 57.676122696886317 ], [ -7.157021310962562, 57.675497926855357 ], [ -7.15819893405361, 57.675098884066045 ], [ -7.157946197404201, 57.674857271778734 ], [ -7.159224446918448, 57.674044700788457 ], [ -7.158608860852704, 57.67272917466768 ], [ -7.159843037371864, 57.672197332272241 ], [ -7.159808534863346, 57.671483408037467 ], [ -7.159532717317166, 57.67066687595964 ], [ -7.158703143371606, 57.670088931281455 ], [ -7.158890259826807, 57.668218713140178 ], [ -7.160152879213983, 57.667946640838416 ], [ -7.16096816318809, 57.668070764264378 ], [ -7.160779951821371, 57.667574577378637 ], [ -7.163208160174126, 57.668235575733071 ], [ -7.163734280358181, 57.667980101733107 ], [ -7.162287784594693, 57.667314949034925 ], [ -7.162811287004711, 57.667100076545516 ], [ -7.161835771011243, 57.666735076555931 ], [ -7.16222711908324, 57.666417636823333 ], [ -7.161070089573674, 57.666487458630314 ], [ -7.161950208128188, 57.666006061452308 ], [ -7.161567788869721, 57.665796755937883 ], [ -7.162462672543966, 57.66589061886534 ], [ -7.16209108333199, 57.665757354308411 ], [ -7.162721097072365, 57.665583114159233 ], [ -7.162321284378923, 57.665428510190004 ], [ -7.164272598093859, 57.665218196591063 ], [ -7.161069059996926, 57.664534949378691 ], [ -7.163230020135069, 57.664559020594993 ], [ -7.164416687316955, 57.663696144441552 ], [ -7.165034128487776, 57.663846332584235 ], [ -7.164703406776941, 57.663940851044039 ], [ -7.165102398146918, 57.664266442117302 ], [ -7.165681250362169, 57.663851335391712 ], [ -7.166295567966467, 57.663920663731027 ], [ -7.167209935385491, 57.665093450818844 ], [ -7.166680467593885, 57.665560530282789 ], [ -7.168256427261603, 57.665779429647266 ], [ -7.168645797285914, 57.666861235021649 ], [ -7.168166828896277, 57.667564698461355 ], [ -7.167473440789437, 57.667530108472754 ], [ -7.166739202297764, 57.667915592718515 ], [ -7.169187146663601, 57.668184258796018 ], [ -7.169917643001559, 57.669126115996768 ], [ -7.170869341083293, 57.668970149399534 ], [ -7.171067517548481, 57.669240966615412 ], [ -7.171509338575792, 57.669159875367683 ], [ -7.171261026931791, 57.668949600224792 ], [ -7.172024368203019, 57.66906228510976 ], [ -7.171333203249064, 57.668631712705441 ], [ -7.171335409293354, 57.668294197508843 ], [ -7.171919119639949, 57.668207289839032 ], [ -7.173469326682434, 57.669538436946894 ], [ -7.173924052241268, 57.669371327055835 ], [ -7.173422337398714, 57.668856514769246 ], [ -7.174216141047784, 57.668594520150052 ], [ -7.173630738589632, 57.668375575528529 ], [ -7.173731395728575, 57.667728091081401 ], [ -7.174920672390039, 57.66747237158669 ], [ -7.174353255553231, 57.667261691097011 ], [ -7.172531667008356, 57.667381361219171 ], [ -7.171242893493125, 57.666822317705403 ], [ -7.171779245029759, 57.666521398916259 ], [ -7.17380426281036, 57.666474380175075 ], [ -7.174752127517236, 57.666174571012043 ], [ -7.172824013587057, 57.665488794738906 ], [ -7.17309064682981, 57.665239417049548 ], [ -7.174307353379138, 57.665117547108217 ], [ -7.175387405281634, 57.665743606744272 ], [ -7.175638093719312, 57.66532391482184 ], [ -7.174429794323943, 57.664505160305787 ], [ -7.175476268658961, 57.664484738189635 ], [ -7.174849498257751, 57.663858087592018 ], [ -7.17543001931841, 57.663631823140953 ], [ -7.177674458694432, 57.663535246996844 ], [ -7.179747030681368, 57.664174527682611 ], [ -7.178847148765479, 57.663869538661061 ], [ -7.179769688263404, 57.663863164961029 ], [ -7.180266181861182, 57.66346036576472 ], [ -7.179096688838692, 57.663148451198694 ], [ -7.179611683074466, 57.662933854130486 ], [ -7.17862315124094, 57.662771972925434 ], [ -7.175712109945518, 57.66237402655473 ], [ -7.174886345308119, 57.66264634308326 ], [ -7.17462528883585, 57.662346617677017 ], [ -7.175099977278162, 57.661967229010273 ], [ -7.174647614062567, 57.661679848892319 ], [ -7.173277109136765, 57.661605575599992 ], [ -7.172877969112293, 57.662220307008866 ], [ -7.172340058083155, 57.662156877142607 ], [ -7.172746820248992, 57.661654310233558 ], [ -7.172191045516799, 57.66146564025118 ], [ -7.172440610080265, 57.660861541823373 ], [ -7.174006996403065, 57.660779324094946 ], [ -7.174138844067826, 57.661291303242734 ], [ -7.174740911039234, 57.66139258514206 ], [ -7.175399867321056, 57.660951649559387 ], [ -7.178567807976768, 57.660974636171353 ], [ -7.182347171441599, 57.661633789713171 ], [ -7.184572350734274, 57.661227444498969 ], [ -7.182960594218884, 57.660933738593613 ], [ -7.182568066173737, 57.660302001307855 ], [ -7.18001826678056, 57.660433701789373 ], [ -7.179813862039253, 57.659825726984884 ], [ -7.17915403198422, 57.65973133971579 ], [ -7.175407319027411, 57.660415961628722 ], [ -7.17179962583078, 57.660487405488333 ], [ -7.171784599598594, 57.660029123420344 ], [ -7.170386957566483, 57.660234870396572 ], [ -7.16975823016288, 57.659828729243586 ], [ -7.16867732996628, 57.660430887066113 ], [ -7.16762017965164, 57.6603167231128 ], [ -7.167522225061953, 57.660041797687626 ], [ -7.166200244176435, 57.66030738463639 ], [ -7.164722827490679, 57.660012448430322 ], [ -7.165115592630363, 57.659469990270495 ], [ -7.164294421754738, 57.659008715745415 ], [ -7.164450095054859, 57.65868741551396 ], [ -7.165727932204367, 57.658230196913294 ], [ -7.167072738565009, 57.658184128655684 ], [ -7.167486992631937, 57.657262866769166 ], [ -7.169631036888652, 57.657053562739499 ], [ -7.17145206834546, 57.657757261649067 ], [ -7.17273252313398, 57.657083909537143 ], [ -7.17513884700705, 57.658006505953445 ], [ -7.174383170984611, 57.658239954666243 ], [ -7.172614893122562, 57.658083011727967 ], [ -7.173341159384226, 57.658525630432266 ], [ -7.17287375106462, 57.658661768515913 ], [ -7.174070680710128, 57.658932119840678 ], [ -7.17496768505456, 57.658571403612498 ], [ -7.175731966767438, 57.658868481875615 ], [ -7.177085483888712, 57.658295564742382 ], [ -7.177325964068762, 57.657687327765871 ], [ -7.17694159238772, 57.657523139132678 ], [ -7.17749580803281, 57.657113481927219 ], [ -7.178738349814116, 57.657291936297362 ], [ -7.179203271806987, 57.656962419541301 ], [ -7.179962438910199, 57.657223689916343 ], [ -7.181727700240605, 57.657007233785116 ], [ -7.185522267167916, 57.657305735536838 ], [ -7.185613871008519, 57.657711383422132 ], [ -7.186679263409253, 57.658000519815104 ], [ -7.185632776771793, 57.658488940725199 ], [ -7.185351987641216, 57.659107851556769 ], [ -7.186602977460313, 57.659285883765179 ], [ -7.188285573552051, 57.658843283803151 ], [ -7.186779744671465, 57.658702739297752 ], [ -7.187860948457714, 57.658046416299378 ], [ -7.187532378564216, 57.657861968027113 ], [ -7.188121663181547, 57.657756754734258 ], [ -7.18976397434005, 57.65849904084665 ], [ -7.191952786552787, 57.658602448263181 ], [ -7.193957256972097, 57.659293786559239 ], [ -7.196904218108005, 57.659356898854647 ], [ -7.197417825833898, 57.658665379790364 ], [ -7.201092643609126, 57.658594928275456 ], [ -7.201689597602559, 57.658777276523729 ], [ -7.201803852222628, 57.659339451559042 ], [ -7.206475012173823, 57.65977665344041 ], [ -7.206873062251356, 57.660268626177469 ], [ -7.207217745456774, 57.660096932365086 ], [ -7.207514348409092, 57.660350138280315 ], [ -7.207818580822067, 57.660130622097391 ], [ -7.208602392775201, 57.660327721716982 ], [ -7.209704477511578, 57.659935788449744 ], [ -7.210334272073704, 57.660287707795248 ], [ -7.211557773060632, 57.660331657659839 ], [ -7.212026962165784, 57.660150308139663 ], [ -7.211763661025068, 57.659720270712121 ], [ -7.212647498897222, 57.659503793183703 ], [ -7.212613408198115, 57.659266747995929 ], [ -7.210843688192631, 57.659218374996279 ], [ -7.211407841281498, 57.658938623816027 ], [ -7.210132915951322, 57.658361402253114 ], [ -7.212029802223182, 57.658827448518949 ], [ -7.213481529900044, 57.658124093143371 ], [ -7.213282960531115, 57.657385443210401 ], [ -7.213940156689471, 57.657169321705503 ], [ -7.209354722858597, 57.657210268521943 ], [ -7.208647668714328, 57.658715170152355 ], [ -7.205298859240364, 57.657841078232956 ], [ -7.205273711279395, 57.656555372332555 ], [ -7.203400776463543, 57.656137731598342 ], [ -7.201572160623973, 57.656379603317987 ], [ -7.201508606634596, 57.65710657727773 ], [ -7.200258232465875, 57.657693512681824 ], [ -7.200660033670337, 57.657978389739668 ], [ -7.201392416558075, 57.657876212954243 ], [ -7.201370597498299, 57.657607167022213 ], [ -7.202416849036955, 57.657937454254856 ], [ -7.202789143754742, 57.658250536252751 ], [ -7.202491957648928, 57.658577727640925 ], [ -7.200005300243741, 57.658329310697582 ], [ -7.198748465467625, 57.658637552587528 ], [ -7.197373604119013, 57.65812281296418 ], [ -7.195514071505198, 57.658149911307127 ], [ -7.194084079269519, 57.657601415069692 ], [ -7.19257184619519, 57.657533189212145 ], [ -7.192272791354904, 57.657320543711712 ], [ -7.193153434560416, 57.657315791986555 ], [ -7.193191440153866, 57.656760842533721 ], [ -7.194685659450806, 57.656879291652743 ], [ -7.193826949161429, 57.656451240945628 ], [ -7.194067045611523, 57.656252395763332 ], [ -7.193343072736817, 57.65612023261496 ], [ -7.193163448324682, 57.655745205849094 ], [ -7.192339922769063, 57.655914073227898 ], [ -7.191251404666994, 57.655756409407985 ], [ -7.19042105138484, 57.65517420234881 ], [ -7.189613592669938, 57.655279404132848 ], [ -7.188803272796556, 57.654426420089173 ], [ -7.188484090997831, 57.654952439018885 ], [ -7.18783720084181, 57.654772084762456 ], [ -7.186860577043894, 57.654222865087505 ], [ -7.187444188317246, 57.653726469562478 ], [ -7.186176087072752, 57.653486167114259 ], [ -7.188245881669469, 57.65352253895945 ], [ -7.187357792493658, 57.653122650432238 ], [ -7.188797391166374, 57.652977967003721 ], [ -7.187072341687151, 57.652769964364197 ], [ -7.186384012014686, 57.652064919254215 ], [ -7.187604471377028, 57.650975458869134 ], [ -7.186984040509143, 57.650627549265536 ], [ -7.188574443119404, 57.65024721363843 ], [ -7.187942426831753, 57.649994265395165 ], [ -7.188334581193202, 57.649861162240832 ], [ -7.188139729997478, 57.649261803969409 ], [ -7.189517679113198, 57.648804709965354 ], [ -7.190683661637963, 57.648860216737752 ], [ -7.188738279281503, 57.648049436138578 ], [ -7.188971994807055, 57.64768889645233 ], [ -7.187835486243942, 57.6478391190265 ], [ -7.187849777448809, 57.647411121484282 ], [ -7.187356285815546, 57.647480905203516 ], [ -7.186678215289348, 57.647022889652 ], [ -7.185856636766813, 57.647497573799662 ], [ -7.185594254848137, 57.64707105290514 ], [ -7.183734873861125, 57.646625585865515 ], [ -7.183709330529798, 57.646388186504169 ], [ -7.184721352671518, 57.646189128611915 ], [ -7.184384567225055, 57.646005012783213 ], [ -7.183312267930521, 57.646134560279307 ], [ -7.182880214190159, 57.646516734647513 ], [ -7.181073326706569, 57.646379506089922 ], [ -7.18100133899691, 57.646580420083659 ], [ -7.179368622072758, 57.646017604253231 ], [ -7.179601037490446, 57.646822384921762 ], [ -7.176743841206163, 57.646498765916469 ], [ -7.18081075611966, 57.647654517393526 ], [ -7.181704962595865, 57.64821616093905 ], [ -7.182388498739983, 57.648008120717009 ], [ -7.182769435120392, 57.648442374127079 ], [ -7.183896582877011, 57.648109022169479 ], [ -7.184221846400888, 57.648271118022834 ], [ -7.184054120640727, 57.648741411795982 ], [ -7.184531388009181, 57.649086220103136 ], [ -7.183296106266558, 57.649015507666256 ], [ -7.182883072918677, 57.649765820533176 ], [ -7.18148017439399, 57.649872939292365 ], [ -7.179732892772524, 57.649390413550925 ], [ -7.179995822311328, 57.648646276193368 ], [ -7.179409176694194, 57.648827829630505 ], [ -7.1772596621633, 57.648466162793007 ], [ -7.177951651586584, 57.648140825949696 ], [ -7.175505449565534, 57.647287418687974 ], [ -7.175369308432264, 57.646568663102798 ], [ -7.174354258153084, 57.645629519094065 ], [ -7.172125833050512, 57.644771618019256 ], [ -7.171260840424877, 57.644825077540808 ], [ -7.172550581492927, 57.645573020475801 ], [ -7.171289955121812, 57.646029616045809 ], [ -7.17195456942428, 57.646218320800742 ], [ -7.172077685983741, 57.647081580475209 ], [ -7.172960756049878, 57.647742717148823 ], [ -7.171507257237707, 57.647788814932667 ], [ -7.171339518516197, 57.648083627292777 ], [ -7.169947904770962, 57.647798743092196 ], [ -7.169360265704971, 57.647620370002734 ], [ -7.169959166144123, 57.64740686892732 ], [ -7.168984284873415, 57.646866448626795 ], [ -7.167753206139259, 57.646529973719886 ], [ -7.167089422728438, 57.646818105804066 ], [ -7.166194197962708, 57.646247408597965 ], [ -7.16501573518282, 57.646574602414084 ], [ -7.165347730685058, 57.646961418073815 ], [ -7.165004117004431, 57.647258923201285 ], [ -7.166992157107946, 57.647195505735077 ], [ -7.165662852654958, 57.64817223782449 ], [ -7.16569562924331, 57.648755763433911 ], [ -7.166575673094934, 57.648512770849479 ], [ -7.167030704660342, 57.649114994235667 ], [ -7.167678894319838, 57.649070447701845 ], [ -7.166940890822347, 57.647777974851209 ], [ -7.167588233454955, 57.647256570090853 ], [ -7.169462551917491, 57.648043582927606 ], [ -7.169961888680718, 57.648661977190805 ], [ -7.1706881117004, 57.648164317068129 ], [ -7.17276417373552, 57.648011720449375 ], [ -7.172494322740895, 57.648414198702902 ], [ -7.171931590646893, 57.648351789856171 ], [ -7.172164300062951, 57.64863018515365 ], [ -7.174773903147282, 57.648982063838993 ], [ -7.175968436066078, 57.649472939675938 ], [ -7.176479993813766, 57.65023477836143 ], [ -7.175724019685605, 57.65022980391862 ], [ -7.17479839558836, 57.649682904779596 ], [ -7.172531289394942, 57.649496942831611 ], [ -7.172058839345, 57.649655782452939 ], [ -7.17246774648818, 57.6502868737781 ], [ -7.170342598270053, 57.649919590398753 ], [ -7.169818536375115, 57.650363973194743 ], [ -7.168430032890133, 57.65010143787287 ], [ -7.167504367802082, 57.650377804400222 ], [ -7.167815254032204, 57.650086132345436 ], [ -7.166217445599023, 57.649944621694189 ], [ -7.166557192395707, 57.650326618789272 ], [ -7.164074124035806, 57.650450780448161 ], [ -7.163197959744286, 57.650014249980686 ], [ -7.162966392012552, 57.650509616437454 ], [ -7.162590568148544, 57.650286550968367 ], [ -7.160787170660152, 57.650351339296421 ], [ -7.155348436254657, 57.64975489934595 ], [ -7.152938138682539, 57.650154802145686 ], [ -7.156392533032629, 57.650782979057134 ], [ -7.157411563615327, 57.650336418306658 ], [ -7.163890077540636, 57.650926207685195 ], [ -7.167731678238257, 57.65091287085805 ], [ -7.168324882468735, 57.651365463070874 ], [ -7.167770812359957, 57.651599613077586 ], [ -7.166165172644958, 57.651521406695842 ], [ -7.166076985258965, 57.651785958980149 ], [ -7.16436314456226, 57.652067579475414 ], [ -7.165285910307496, 57.652182767761616 ], [ -7.167001854115115, 57.653034793050814 ], [ -7.166329778430518, 57.653147797230737 ], [ -7.166508475750284, 57.653518394114748 ], [ -7.163391637801772, 57.654320840323905 ], [ -7.163372725585574, 57.654600550763547 ], [ -7.162366783185422, 57.654196317362029 ], [ -7.16153707858064, 57.654617175743788 ], [ -7.161109376857049, 57.654265757353322 ], [ -7.15985551155922, 57.654595979768075 ], [ -7.158936866735229, 57.654215143386999 ], [ -7.155818181619514, 57.653766763463253 ], [ -7.154332019824129, 57.652581279708222 ], [ -7.154470107165432, 57.652017768526434 ], [ -7.152685757513026, 57.651685753176984 ], [ -7.152278121817603, 57.65129749663307 ], [ -7.152110479853762, 57.650472038848079 ], [ -7.152676319936896, 57.650143001279872 ], [ -7.151337668012445, 57.650112189427922 ], [ -7.150078847690174, 57.649461750387474 ], [ -7.148257677070871, 57.649401115257895 ], [ -7.148204553121986, 57.649736203934914 ], [ -7.146822759192411, 57.650228980384036 ], [ -7.145496808209365, 57.649873666014265 ], [ -7.143469324452464, 57.65078414367602 ], [ -7.134694094450106, 57.650624226588477 ], [ -7.134642897666201, 57.650203414809582 ], [ -7.13599042794642, 57.649941614447293 ], [ -7.135932034045873, 57.649588579219575 ], [ -7.13678558807422, 57.649571823376839 ], [ -7.136476880326958, 57.649939805304449 ], [ -7.137957463909146, 57.649906508732556 ], [ -7.139428665672902, 57.648622881944426 ], [ -7.140877323593878, 57.648838290163198 ], [ -7.141194657880467, 57.648649900878858 ], [ -7.139949278967913, 57.648151781213137 ], [ -7.139593347311072, 57.647653407577991 ], [ -7.139873449181836, 57.646728718098132 ], [ -7.139293716187654, 57.645420662035058 ], [ -7.138068545360725, 57.645182639935015 ], [ -7.137751213376462, 57.644660195701924 ], [ -7.13893564974592, 57.643604196095943 ], [ -7.138090147150248, 57.643143758690123 ], [ -7.137166631103518, 57.643257853118051 ], [ -7.136963156048164, 57.642946717751862 ], [ -7.136238041458142, 57.64333615606099 ], [ -7.135311782701907, 57.643193911507808 ], [ -7.135892776895947, 57.642675379813312 ], [ -7.134815313177008, 57.642768731610239 ], [ -7.134969921533033, 57.642438517927374 ], [ -7.134003503411869, 57.641834513828748 ], [ -7.136313514646254, 57.640669737600327 ], [ -7.136192183078417, 57.641057084089255 ], [ -7.137584132959375, 57.640519016506779 ], [ -7.138740187425321, 57.640566402377381 ], [ -7.139330477234173, 57.639818029761948 ], [ -7.137841539389951, 57.639374809568494 ], [ -7.137857801074663, 57.639608089951587 ], [ -7.135404354110064, 57.639995929916537 ], [ -7.136073207472542, 57.640513063476995 ], [ -7.135111711256454, 57.641069582073214 ], [ -7.133850669731752, 57.64122888549371 ], [ -7.133516529102473, 57.640824087995007 ], [ -7.130844456922423, 57.641387191557023 ], [ -7.130468903385894, 57.641816363419061 ], [ -7.130980379514217, 57.642407406985029 ], [ -7.130642847057954, 57.642749553940106 ], [ -7.12952250877368, 57.64277712077579 ], [ -7.129636581577799, 57.64411764534178 ], [ -7.128652753033908, 57.644517557436416 ], [ -7.125985498616711, 57.644760934215277 ], [ -7.126548248125485, 57.645061984198769 ], [ -7.12625805270522, 57.645442683803651 ], [ -7.121822727464618, 57.645465379665744 ], [ -7.120931570133874, 57.645690509703613 ], [ -7.120777292002228, 57.646380596974296 ], [ -7.118014416174179, 57.646542203715889 ], [ -7.119249978153679, 57.646973447372197 ], [ -7.118609282928212, 57.647368349503637 ], [ -7.119298464302695, 57.647376375608118 ], [ -7.118003431300904, 57.647950785666559 ], [ -7.11297291239189, 57.647967614657816 ], [ -7.112333506955759, 57.647396083774382 ], [ -7.11223914091052, 57.647976656601863 ], [ -7.111384611969963, 57.648081463031644 ], [ -7.108180328334854, 57.647540923623197 ], [ -7.10880024810005, 57.64812945885479 ], [ -7.11197891886923, 57.649083113679829 ], [ -7.111101084801198, 57.649308530372863 ], [ -7.110690013854172, 57.64894008467337 ], [ -7.109286536464871, 57.648734200620794 ], [ -7.106806532043406, 57.648903894389917 ], [ -7.108173582923781, 57.649196758147802 ], [ -7.105916010419478, 57.649110892870986 ], [ -7.105458620158521, 57.648997138596926 ], [ -7.106446771556642, 57.648661125003734 ], [ -7.105256513759961, 57.648789374900282 ], [ -7.104006845846185, 57.648435946477676 ], [ -7.100014485539912, 57.648794447431861 ], [ -7.099957233541875, 57.649115275670191 ], [ -7.102150843847618, 57.649724794037283 ], [ -7.100257884915665, 57.650143240647871 ], [ -7.102831195487359, 57.650254228439039 ], [ -7.103273758930193, 57.650489159830379 ], [ -7.099708489301369, 57.650520852968668 ], [ -7.099146897331275, 57.650895356518582 ], [ -7.104012605038389, 57.651422013838527 ], [ -7.105251506979594, 57.651281012437373 ], [ -7.105867466083547, 57.651436038310344 ], [ -7.105546313513811, 57.652254319949073 ], [ -7.106661160375265, 57.652435940746315 ], [ -7.105061180807493, 57.652706734991582 ], [ -7.106755485096653, 57.652736241995434 ], [ -7.106805294568459, 57.653173309113583 ], [ -7.105701650768562, 57.653548187105365 ], [ -7.106655021781075, 57.653595980585536 ], [ -7.106360141699913, 57.653945325469117 ], [ -7.105074139608429, 57.654050451502059 ], [ -7.104674093345738, 57.653545676664535 ], [ -7.10363711354483, 57.653798170703247 ], [ -7.103810439992029, 57.654922156323053 ], [ -7.10505938226474, 57.654863531493469 ], [ -7.105694617496626, 57.654213394334931 ], [ -7.107368338343965, 57.654286916278849 ], [ -7.107582010073071, 57.654064123606851 ], [ -7.110100952971636, 57.654418307398878 ], [ -7.112644946529379, 57.654211773619608 ], [ -7.112980476891625, 57.655055652329487 ], [ -7.114392346510522, 57.655616568706044 ], [ -7.114671147127966, 57.656105536825869 ], [ -7.115611646572128, 57.656037716392795 ], [ -7.118107402777195, 57.657070210191073 ], [ -7.119214217748138, 57.658667385865144 ], [ -7.120623257325192, 57.658362775291003 ], [ -7.122052976371549, 57.658858103962423 ], [ -7.121455655912876, 57.658432465204896 ], [ -7.12305104545154, 57.658318212304103 ], [ -7.121843417360126, 57.659572929641328 ], [ -7.120270346663547, 57.659726749717521 ], [ -7.11918910968253, 57.659262251384853 ], [ -7.118906846589487, 57.659462653840137 ], [ -7.119375940986442, 57.659812527619778 ], [ -7.117903856075659, 57.660146672720145 ], [ -7.117996745245303, 57.660507310857881 ], [ -7.117012401369869, 57.660610215734323 ], [ -7.118479298307571, 57.661427994546578 ], [ -7.116930896235782, 57.661697739600591 ], [ -7.115920862796314, 57.662332538689817 ], [ -7.115706427909163, 57.661526944169125 ], [ -7.112582159703165, 57.661455618575445 ], [ -7.108915374064131, 57.66060809331718 ], [ -7.108834361011955, 57.660057120134013 ], [ -7.107765184154574, 57.659843971870458 ], [ -7.106480942297225, 57.658568803735086 ], [ -7.105055217395174, 57.658100134937115 ], [ -7.104483486698101, 57.657115534846255 ], [ -7.10167089974667, 57.657144708454908 ], [ -7.099802885080285, 57.65622779140142 ], [ -7.100086563310459, 57.656740883406911 ], [ -7.09972015370903, 57.656976133412719 ], [ -7.098789019873607, 57.656979572743296 ], [ -7.0984158485759, 57.656522280200875 ], [ -7.097893064001132, 57.656624381116309 ], [ -7.09784609857666, 57.65599195124323 ], [ -7.099731817500824, 57.655436178970696 ], [ -7.098036909697901, 57.655259938820258 ], [ -7.098240462074329, 57.654558902511901 ], [ -7.100054046014397, 57.6545647869955 ], [ -7.100612076126597, 57.654928225232759 ], [ -7.101322487264605, 57.654740247555054 ], [ -7.099588111751499, 57.653913301302367 ], [ -7.09868930055471, 57.654313127425695 ], [ -7.097059636106173, 57.654278199740091 ], [ -7.097460332601464, 57.653546706743782 ], [ -7.098311168987093, 57.653581610243805 ], [ -7.098236946906414, 57.653053753644997 ], [ -7.096626583349725, 57.652713924802939 ], [ -7.097043222701033, 57.652501847139369 ], [ -7.096542400320933, 57.652353824541386 ], [ -7.097049605057347, 57.652248758202681 ], [ -7.0954702665673, 57.651806889886963 ], [ -7.098712662454314, 57.651256612699079 ], [ -7.094660624715775, 57.65144369436009 ], [ -7.093099761710164, 57.651025345127074 ], [ -7.092994235258696, 57.650094762229273 ], [ -7.09379809081391, 57.649759992707999 ], [ -7.092823362307915, 57.649511422363474 ], [ -7.092570971184639, 57.649231890155988 ], [ -7.093297154965897, 57.648941647299068 ], [ -7.092634693180629, 57.648873016106542 ], [ -7.092858113417992, 57.648587773375993 ], [ -7.092181318494447, 57.648381156765439 ], [ -7.094118922958595, 57.647886349349406 ], [ -7.092714010991248, 57.647262856704678 ], [ -7.093625903242869, 57.646789662355552 ], [ -7.087264652049045, 57.646254557835711 ], [ -7.088406830419663, 57.647494236906176 ], [ -7.086660193831274, 57.647089604641593 ], [ -7.086608283775061, 57.646827171502274 ], [ -7.087544434474056, 57.646861403088785 ], [ -7.087189654513097, 57.646712855093298 ], [ -7.084830473566874, 57.646750380401436 ], [ -7.08479426966648, 57.64742575054229 ], [ -7.086822566377693, 57.648331009336495 ], [ -7.083542839305228, 57.648111403619488 ], [ -7.081316458881971, 57.647324741299819 ], [ -7.081861578087238, 57.646580288602514 ], [ -7.083193685179677, 57.646410554857461 ], [ -7.084059840753913, 57.645945573329598 ], [ -7.077448354898412, 57.646557339470803 ], [ -7.075918187489759, 57.646834851983527 ], [ -7.076694304608606, 57.648603108679438 ], [ -7.075085614168414, 57.64891975814546 ], [ -7.073967088765856, 57.64836192044298 ], [ -7.074190268155227, 57.647678138639492 ], [ -7.072656289020626, 57.646849082502023 ], [ -7.072775194610451, 57.646079522149201 ], [ -7.070531093608882, 57.645391461858964 ], [ -7.07072156301794, 57.644893448486911 ], [ -7.06614153192108, 57.644299181941598 ], [ -7.066387923245316, 57.643960883285843 ], [ -7.063412348738369, 57.641997460676663 ], [ -7.063812838512709, 57.641801438300938 ], [ -7.063130017436327, 57.640335285744825 ], [ -7.065721936187934, 57.639192032918729 ], [ -7.065313850597368, 57.639032971550584 ], [ -7.067243501151515, 57.637893782009598 ], [ -7.070211311218972, 57.63668134423073 ], [ -7.070942071247254, 57.635788218921647 ], [ -7.069600758020158, 57.634712962596076 ], [ -7.072781368826652, 57.632385221491418 ], [ -7.075043836290822, 57.631650891914589 ], [ -7.076021867169304, 57.630788270191758 ], [ -7.075677196067638, 57.630122835502618 ], [ -7.076062669406833, 57.629580972614036 ], [ -7.081930110951189, 57.626384523971353 ], [ -7.08155918136578, 57.626071062847338 ], [ -7.082130517331067, 57.625719633264424 ], [ -7.081615369145221, 57.625573938378743 ], [ -7.081660515387089, 57.625117747338706 ], [ -7.083477068723009, 57.623478976754974 ], [ -7.08719293027757, 57.622829774557829 ], [ -7.088466902277507, 57.622108061980633 ], [ -7.088959167020054, 57.621372895909758 ], [ -7.089900306197315, 57.62144738166095 ], [ -7.089471369244574, 57.621019317012497 ], [ -7.090349022037114, 57.619863701559943 ], [ -7.090038105003882, 57.619021487959998 ], [ -7.090410004934794, 57.618205696471357 ], [ -7.091970249072849, 57.617314929204106 ], [ -7.091743673048773, 57.616356844364937 ], [ -7.091032760845928, 57.61630907040005 ], [ -7.090803133538328, 57.615926949174664 ], [ -7.091016159451959, 57.615054586218186 ], [ -7.092788951445518, 57.61442514902739 ], [ -7.092994391818148, 57.613917487881068 ], [ -7.092256913702843, 57.613560380173006 ], [ -7.09400299429692, 57.613039972851219 ], [ -7.094712573053791, 57.612660399029579 ], [ -7.093749964192471, 57.612550831712717 ], [ -7.095230325354568, 57.612108621907602 ], [ -7.094822780376807, 57.611832670328162 ], [ -7.095419277444145, 57.610886316643679 ], [ -7.095046340187753, 57.610617964993963 ], [ -7.097525198417437, 57.609586520204154 ], [ -7.099166667017278, 57.609457159966745 ], [ -7.09961258583073, 57.608215453855109 ], [ -7.100253286136721, 57.607883618971506 ], [ -7.102306151820145, 57.607998502476597 ], [ -7.103398720358142, 57.609510865821079 ], [ -7.104096957901236, 57.609230667699087 ], [ -7.10508418758942, 57.609456126496426 ], [ -7.105802223802352, 57.609197610922301 ], [ -7.105376811986605, 57.610047117299608 ], [ -7.106029107262102, 57.610394102941704 ], [ -7.105840855372087, 57.610784125280659 ], [ -7.106947813984985, 57.611085700655096 ], [ -7.108124912083893, 57.610813075763105 ], [ -7.108065324100008, 57.611283366544967 ], [ -7.110537256383902, 57.612051466555307 ], [ -7.111930153527972, 57.613133202858776 ], [ -7.113080939598749, 57.615173996771411 ], [ -7.115018520689891, 57.616252510119921 ], [ -7.118197071411261, 57.617152863475738 ], [ -7.118798947098861, 57.616961974101393 ], [ -7.120378338511648, 57.617163279585263 ], [ -7.120797274132539, 57.618172004627823 ], [ -7.122299853757704, 57.619195198559446 ], [ -7.12244528087709, 57.620107057430594 ], [ -7.123274797163245, 57.619924895121549 ], [ -7.124709178345152, 57.621117292407391 ], [ -7.124790263270017, 57.62157288104018 ], [ -7.123974119842842, 57.621493575332906 ], [ -7.122999663258535, 57.621956060169467 ], [ -7.12222727452701, 57.622662264971446 ], [ -7.122480788228143, 57.622854415646835 ], [ -7.130384387150888, 57.624193198488513 ], [ -7.13071292004389, 57.62492754607711 ], [ -7.131717885629834, 57.625558787665582 ], [ -7.132485993695692, 57.625594112171939 ], [ -7.130873154188087, 57.626250895749358 ], [ -7.130003191145663, 57.626088337269699 ], [ -7.128435037708273, 57.626812552830764 ], [ -7.120625266631867, 57.627461916079326 ], [ -7.118506778611038, 57.629078421913128 ], [ -7.115346179159631, 57.629693429628382 ], [ -7.114696352647213, 57.630200259831462 ], [ -7.113515438377448, 57.630437995790196 ], [ -7.11473570176806, 57.631157814739282 ], [ -7.112077612746365, 57.631162109371594 ], [ -7.111978626020311, 57.63200740127305 ], [ -7.112891211378256, 57.632031593665751 ], [ -7.115880237096883, 57.633136769159719 ], [ -7.116449771414764, 57.634189788016265 ], [ -7.11895004472652, 57.63450403126479 ], [ -7.120811982336381, 57.63440775556397 ], [ -7.12232662548007, 57.634822230342344 ], [ -7.122532651837465, 57.634427861411034 ], [ -7.121880057784434, 57.633833522513463 ], [ -7.122310636231827, 57.633651378382723 ], [ -7.120138270770182, 57.633188026278901 ], [ -7.1201730518239, 57.632566673241264 ], [ -7.121247262991824, 57.63260673827525 ], [ -7.121556949250056, 57.631984118950655 ], [ -7.12321975589634, 57.632070446036607 ], [ -7.125311567535145, 57.631441094947753 ], [ -7.125555781105389, 57.631281808104227 ], [ -7.12481684636587, 57.631109387510016 ], [ -7.125178136735435, 57.630496357555209 ], [ -7.126409491744667, 57.629725593905988 ], [ -7.127641715342948, 57.629495545754303 ], [ -7.129468269018547, 57.629625517574915 ], [ -7.129329626301637, 57.62904810223187 ], [ -7.131054507647263, 57.628565839180105 ], [ -7.133453254001536, 57.628567197022711 ], [ -7.134275686823578, 57.628737067166398 ], [ -7.133906224950699, 57.629018442098655 ], [ -7.135053705454014, 57.628723386195723 ], [ -7.136116636459747, 57.628909545487225 ], [ -7.139328554252048, 57.628470071337276 ], [ -7.138982790613745, 57.628361791125265 ], [ -7.139852383799317, 57.628130200671954 ], [ -7.140010623580609, 57.627719749438832 ], [ -7.141087840089621, 57.6276515458501 ], [ -7.143162105357669, 57.628121235106654 ], [ -7.143059840823714, 57.628370146738042 ], [ -7.14422728333341, 57.628749028825972 ], [ -7.145141373452249, 57.628748630382667 ], [ -7.14549178829312, 57.62836902108058 ], [ -7.14793519106554, 57.628507747485692 ], [ -7.149364416191866, 57.628768822349478 ], [ -7.149361987370646, 57.629106341702041 ], [ -7.150803648735487, 57.629218428240328 ], [ -7.150338889914464, 57.629489349941892 ], [ -7.150605381494162, 57.629712411310393 ], [ -7.152847348007192, 57.629494857056208 ], [ -7.153142518862708, 57.629860707940033 ], [ -7.151975031545927, 57.629966893339713 ], [ -7.15189575735342, 57.630235569439172 ], [ -7.15305721140667, 57.630323086224756 ], [ -7.154118052655209, 57.629879329293153 ], [ -7.154802064769705, 57.630620693566485 ], [ -7.156227046069205, 57.630791888078853 ], [ -7.156192597801473, 57.631139716115882 ], [ -7.15686946499035, 57.631004066009275 ], [ -7.157266290226628, 57.631671681094353 ], [ -7.156273981153826, 57.632184645618679 ], [ -7.157645419657453, 57.633158829738356 ], [ -7.15855617845721, 57.632721173617277 ], [ -7.159493061556724, 57.632939290663813 ], [ -7.159057435870429, 57.633532978580277 ], [ -7.157152542215816, 57.633349945209858 ], [ -7.157651897661269, 57.633617458776286 ], [ -7.15724255722482, 57.633688185306944 ], [ -7.156364345868482, 57.633233706909927 ], [ -7.155838442073618, 57.632188954701697 ], [ -7.154614512920999, 57.633197260533272 ], [ -7.155642002272385, 57.633285732106849 ], [ -7.155685298197266, 57.633531404715058 ], [ -7.152528649302403, 57.63309803642781 ], [ -7.151508457584056, 57.633297173947994 ], [ -7.158009197580911, 57.63412472625037 ], [ -7.159564229724596, 57.634560505955477 ], [ -7.159556313440965, 57.634209910454814 ], [ -7.160697550817733, 57.634154220331489 ], [ -7.162726630438655, 57.634620052570284 ], [ -7.163597189819576, 57.634548422167754 ], [ -7.162796938338492, 57.633699383479296 ], [ -7.163604965039316, 57.633306385806584 ], [ -7.16116939875405, 57.633284606745889 ], [ -7.160396725134071, 57.632510908741779 ], [ -7.160549428789256, 57.631933291380037 ], [ -7.164272292817049, 57.633103602070456 ], [ -7.165056484449103, 57.632779055088172 ], [ -7.166032192360473, 57.633328459390597 ], [ -7.16685192325007, 57.633371362258075 ], [ -7.166470944325876, 57.632698624500726 ], [ -7.167886499328107, 57.632802591646779 ], [ -7.167795183053, 57.63369263470819 ], [ -7.169758460171685, 57.633931602591119 ], [ -7.16960085294131, 57.634414956551069 ], [ -7.168532412350544, 57.63415731375747 ], [ -7.168710222921581, 57.634698904088914 ], [ -7.168015143327087, 57.634412458293099 ], [ -7.167381808943783, 57.63461836802972 ], [ -7.168056158685183, 57.635112620354164 ], [ -7.167321346725805, 57.635430663346796 ], [ -7.168037113703807, 57.635567798907111 ], [ -7.168087505645477, 57.635862667508263 ], [ -7.165489886249712, 57.636059060165515 ], [ -7.167416618753828, 57.636394042794976 ], [ -7.166965159711276, 57.636875934164493 ], [ -7.169394955797514, 57.637149787354467 ], [ -7.170090417250474, 57.637791632229778 ], [ -7.171036682133377, 57.63777983466511 ], [ -7.172220386348843, 57.638433143991229 ], [ -7.174086912547289, 57.638873975229565 ], [ -7.175171213892486, 57.639594322800868 ], [ -7.172522988819534, 57.639437509866958 ], [ -7.171119999381275, 57.638599735916522 ], [ -7.168766708814066, 57.638039341578505 ], [ -7.167842680110817, 57.638266162380333 ], [ -7.167990653436655, 57.637832695309214 ], [ -7.165487124432643, 57.636864491372229 ], [ -7.165310492668293, 57.637686041069124 ], [ -7.16478645559016, 57.637599525092199 ], [ -7.164732284042468, 57.637867183219313 ], [ -7.163839747344445, 57.638020700943422 ], [ -7.164636224085067, 57.638312016765909 ], [ -7.16501125706279, 57.639178460280164 ], [ -7.162860409746992, 57.63892009613479 ], [ -7.161397295054871, 57.639249914368499 ], [ -7.164109042625187, 57.641149962973671 ], [ -7.163188152313721, 57.641340626629059 ], [ -7.164979535166001, 57.641901643169938 ], [ -7.163809289060578, 57.642462439342644 ], [ -7.164059028694131, 57.642920109176799 ], [ -7.166253575568332, 57.642717772596498 ], [ -7.166251298928023, 57.643703143594145 ], [ -7.165156820245477, 57.6435590070408 ], [ -7.165325227844503, 57.643268675191479 ], [ -7.164210773785322, 57.643219827353157 ], [ -7.164888702973241, 57.644091867240697 ], [ -7.167825623366485, 57.644623934425333 ], [ -7.169099363421829, 57.644553749475897 ], [ -7.168467107321916, 57.644120759384165 ], [ -7.169215413788184, 57.643955126676417 ], [ -7.169370456451389, 57.643512370537067 ], [ -7.168441749345008, 57.643118523210141 ], [ -7.168589065224637, 57.642032728846566 ], [ -7.169252791808612, 57.642392443901294 ], [ -7.170613532117136, 57.642521131189085 ], [ -7.170750404146551, 57.643010410401622 ], [ -7.172200865673951, 57.643297367443388 ], [ -7.17401136717248, 57.642696733031087 ], [ -7.173167991789515, 57.641489598431413 ], [ -7.174270545610327, 57.641925768985637 ], [ -7.173907864097242, 57.642147600466423 ], [ -7.174337906228691, 57.642750823598732 ], [ -7.173234562023461, 57.643250478788858 ], [ -7.174607016691165, 57.644048996207907 ], [ -7.178566656451642, 57.644867286649614 ], [ -7.179165417686778, 57.644712232340773 ], [ -7.179768876929437, 57.645236335108514 ], [ -7.180236232874585, 57.644866219178887 ], [ -7.18209964968395, 57.6447536886864 ], [ -7.182865479392076, 57.645298101399057 ], [ -7.181417986064862, 57.645150611232289 ], [ -7.181359421896129, 57.645445453814958 ], [ -7.184835725340687, 57.645873993795931 ], [ -7.185442899684733, 57.645543100885561 ], [ -7.186487811195136, 57.646336965280248 ], [ -7.189225894483313, 57.646179367072492 ], [ -7.188846804806153, 57.645817040744774 ], [ -7.186765450011833, 57.645344757341618 ], [ -7.185895013301995, 57.64471468660966 ], [ -7.186054277140834, 57.644420199955555 ], [ -7.188120331228283, 57.644492707282808 ], [ -7.187726653202525, 57.643793549483554 ], [ -7.188483107505288, 57.643861415580766 ], [ -7.188818175727569, 57.643505704622299 ], [ -7.190973899251475, 57.643911904852686 ], [ -7.191702865411971, 57.643670447683 ], [ -7.192763369620645, 57.644045207165355 ], [ -7.192915323319517, 57.644461863845848 ], [ -7.192498876374511, 57.644541994361582 ], [ -7.189522380148116, 57.644322557058842 ], [ -7.189231601101835, 57.644635956386722 ], [ -7.190015619140803, 57.644837651574406 ], [ -7.192976883830023, 57.644598800577228 ], [ -7.193971350848187, 57.644922280647563 ], [ -7.193264473434821, 57.644087564123566 ], [ -7.194894960435942, 57.643638003434134 ], [ -7.199161098506502, 57.643840155692075 ], [ -7.20108595298256, 57.644390674629598 ], [ -7.204034276235777, 57.644588507231568 ], [ -7.204604427353693, 57.644410214330428 ], [ -7.202421847256423, 57.643584235291556 ], [ -7.202449441639247, 57.643133187570541 ], [ -7.2031667636429, 57.642928134787724 ], [ -7.201804626377101, 57.642907831993902 ], [ -7.201729568869333, 57.642559998013191 ], [ -7.199672592694157, 57.642491840938874 ], [ -7.199581426274671, 57.643143467650766 ], [ -7.200153736843354, 57.643272843549482 ], [ -7.198199333776039, 57.643569357507225 ], [ -7.194189341934775, 57.642929214297396 ], [ -7.192703911332044, 57.643278314577621 ], [ -7.190440374231948, 57.642998055521133 ], [ -7.189047696071836, 57.6422950151861 ], [ -7.190895699792878, 57.641724080434265 ], [ -7.19076715956707, 57.640474132414475 ], [ -7.19235301648321, 57.640827271689155 ], [ -7.19133721568822, 57.641408971500638 ], [ -7.193129701920784, 57.641798588325123 ], [ -7.193253439722021, 57.642135422954063 ], [ -7.194451279853626, 57.642239067815837 ], [ -7.195163544567621, 57.64182281310876 ], [ -7.196680891701058, 57.641931272782742 ], [ -7.197071004387237, 57.641784726312352 ], [ -7.195979062247244, 57.641541771916337 ], [ -7.195952162985797, 57.641295430814793 ], [ -7.198182405821439, 57.640524175859255 ], [ -7.199896689936301, 57.640368031155127 ], [ -7.200860294084802, 57.640827700605918 ], [ -7.198888731999206, 57.640886484693361 ], [ -7.198546073017007, 57.64136401365478 ], [ -7.200993198222553, 57.641380107779 ], [ -7.201963772227769, 57.641852979667604 ], [ -7.202389793103389, 57.64154746687035 ], [ -7.203846840331111, 57.641820295129861 ], [ -7.204603903386927, 57.641541608056997 ], [ -7.205072287432951, 57.64199918521814 ], [ -7.206279122174563, 57.64198986938819 ], [ -7.205287808115973, 57.641162455904414 ], [ -7.206975125677731, 57.640876853485189 ], [ -7.207742465005348, 57.641020638801926 ], [ -7.207529503645234, 57.641348868437618 ], [ -7.208808262471603, 57.641898947760524 ], [ -7.209403615585504, 57.641662901838323 ], [ -7.213417394645305, 57.641744514986662 ], [ -7.214614545822433, 57.641994669338942 ], [ -7.215181394901756, 57.642575916787692 ], [ -7.216148141305658, 57.642180509250423 ], [ -7.21355699806374, 57.640847916800361 ], [ -7.208677894435525, 57.6411079879977 ], [ -7.207615387219425, 57.640661457503889 ], [ -7.208532841874822, 57.640740551447749 ], [ -7.208960720548115, 57.640448435339074 ], [ -7.208690583525897, 57.640203141755414 ], [ -7.20766023945525, 57.640214193513565 ], [ -7.206869792078701, 57.639792417253133 ], [ -7.207916147171631, 57.639659234506595 ], [ -7.207436872596469, 57.639359586314072 ], [ -7.208574364171735, 57.639569066798288 ], [ -7.208755863999287, 57.63919714302277 ], [ -7.210809436650478, 57.639184303888051 ], [ -7.212534779764488, 57.640098319619938 ], [ -7.214589134882578, 57.640382330553443 ], [ -7.215148182129918, 57.641119570180365 ], [ -7.215873875155799, 57.641323517613927 ], [ -7.216514688547296, 57.640995573945368 ], [ -7.217483472531802, 57.641022989865419 ], [ -7.217199810565748, 57.640800768194346 ], [ -7.218188291173768, 57.640381948498685 ], [ -7.217814104375546, 57.639997005104497 ], [ -7.218957900336509, 57.639783213087568 ], [ -7.218403401691167, 57.639311250337641 ], [ -7.219130103245655, 57.638939245903494 ], [ -7.218390855755775, 57.63846593003143 ], [ -7.216448193691996, 57.638141370398266 ], [ -7.214973377858462, 57.638269847022094 ], [ -7.21338161232652, 57.637759764672715 ], [ -7.211582837573075, 57.63791059056414 ], [ -7.211940129255662, 57.637769850766006 ], [ -7.21118358601858, 57.636883290830767 ], [ -7.210270732681357, 57.636894010805534 ], [ -7.210353415618793, 57.636535164442364 ], [ -7.211171353153881, 57.636681335710428 ], [ -7.211555486309287, 57.636143564676701 ], [ -7.213347730481573, 57.635889526946912 ], [ -7.213207314132426, 57.63613828425062 ], [ -7.21505756222592, 57.636754656570687 ], [ -7.214461447504703, 57.63622591090899 ], [ -7.21508823295378, 57.636384459201963 ], [ -7.215557624842815, 57.63585664630682 ], [ -7.212941525503282, 57.635339427193387 ], [ -7.211137804487806, 57.635805392780213 ], [ -7.210302577691408, 57.635713925504575 ], [ -7.210142150987402, 57.635414612839249 ], [ -7.210735499956171, 57.635340608925539 ], [ -7.210693732980969, 57.6349914030245 ], [ -7.211669300905715, 57.634541672013206 ], [ -7.206626164744959, 57.63476347171607 ], [ -7.204445842999824, 57.635294377111641 ], [ -7.199790697667277, 57.634888011770521 ], [ -7.200203772232012, 57.635253402953232 ], [ -7.1994327001404, 57.635433663635112 ], [ -7.198521851356388, 57.635048297104341 ], [ -7.199456485329311, 57.634955779742789 ], [ -7.197301921660537, 57.634144770357672 ], [ -7.199249413707304, 57.633862040035062 ], [ -7.199478459970767, 57.633411686578292 ], [ -7.200205226411204, 57.633273743248424 ], [ -7.199948670426584, 57.633063866362917 ], [ -7.200880672615532, 57.633128913818716 ], [ -7.200010273913305, 57.632791380926086 ], [ -7.197951344087715, 57.63235436519971 ], [ -7.197373234543823, 57.633471468358167 ], [ -7.198515597881675, 57.633833801884748 ], [ -7.194424492294409, 57.633556961798696 ], [ -7.193584729704975, 57.633960470442837 ], [ -7.194914388285542, 57.634283629556109 ], [ -7.19336970783707, 57.634450725393151 ], [ -7.193293440154843, 57.634210916224902 ], [ -7.192762300831244, 57.634250782638851 ], [ -7.193297378726923, 57.633886821062646 ], [ -7.191099938387657, 57.63336091701332 ], [ -7.1910924180708, 57.63283933530483 ], [ -7.190197012174527, 57.632736717422816 ], [ -7.188471440794851, 57.631462502953333 ], [ -7.188376617212667, 57.631209957995495 ], [ -7.190268413742039, 57.630421261973304 ], [ -7.188298988457534, 57.629728463762703 ], [ -7.189769688517043, 57.629690443932084 ], [ -7.18987318742654, 57.629065314415051 ], [ -7.191165064059017, 57.628598227665726 ], [ -7.193929314393568, 57.628632876392736 ], [ -7.19346952236526, 57.628408863157773 ], [ -7.194164861128161, 57.627993304567731 ], [ -7.193718566715878, 57.627687753160686 ], [ -7.194453015699137, 57.627252585456709 ], [ -7.193904743561883, 57.626996226235747 ], [ -7.194741086533737, 57.62680430867497 ], [ -7.194346746699233, 57.626510116675789 ], [ -7.193109541655184, 57.626831017289462 ], [ -7.192462590261081, 57.626353762542003 ], [ -7.192983479852217, 57.625891404118747 ], [ -7.192550660221716, 57.625679774952573 ], [ -7.196032349186219, 57.625537257512377 ], [ -7.195819382950835, 57.625197804133471 ], [ -7.19729435547773, 57.625272892474463 ], [ -7.196961220148706, 57.624832215308651 ], [ -7.197302680841013, 57.624628280701778 ], [ -7.200086668346414, 57.624346137159158 ], [ -7.20049316462795, 57.623800279741729 ], [ -7.203399683717181, 57.622688771699934 ], [ -7.204323335435248, 57.621749931697778 ], [ -7.203125900182406, 57.621457417820437 ], [ -7.202346324836655, 57.620780526735651 ], [ -7.203592345485148, 57.620441167912425 ], [ -7.201253095938407, 57.620161561437648 ], [ -7.200244779084283, 57.61972534793896 ], [ -7.200042645416361, 57.619964937759221 ], [ -7.197963595222669, 57.620002973465475 ], [ -7.198389275810727, 57.61890024436056 ], [ -7.201241390663341, 57.619014774960029 ], [ -7.201256027221262, 57.618800914045742 ], [ -7.198710057368769, 57.618505495764921 ], [ -7.198322886201495, 57.618670828660719 ], [ -7.198099163855211, 57.618373214592161 ], [ -7.197360784607433, 57.618369460657171 ], [ -7.197526554395894, 57.618578583344963 ], [ -7.196837123210551, 57.61874107413562 ], [ -7.197646766321237, 57.61898484417965 ], [ -7.197177557865142, 57.618916903333179 ], [ -7.197033079510733, 57.619336774163969 ], [ -7.196327402916059, 57.619233585789409 ], [ -7.195944086502604, 57.619847760140516 ], [ -7.19460639911771, 57.619874983437789 ], [ -7.19405175196389, 57.619432628533005 ], [ -7.191385552649909, 57.619715196049462 ], [ -7.192461420783689, 57.62033135825839 ], [ -7.191650847464759, 57.62056179483131 ], [ -7.190350461092951, 57.619876584525919 ], [ -7.190786964142564, 57.619610267102857 ], [ -7.190122587429847, 57.619185910642557 ], [ -7.188669961941311, 57.61933567776331 ], [ -7.188251517611459, 57.618167845318837 ], [ -7.188619871787223, 57.618023114612988 ], [ -7.187153264424388, 57.617992578695414 ], [ -7.185624054828086, 57.61751199625327 ], [ -7.186365245886498, 57.618545085583079 ], [ -7.184764727002772, 57.61805842749812 ], [ -7.184652295500193, 57.617764314171595 ], [ -7.183687451108438, 57.617783289591415 ], [ -7.184697803538366, 57.617554586977768 ], [ -7.184412064462019, 57.617150624804538 ], [ -7.185516447930744, 57.616559024565177 ], [ -7.187316095900365, 57.61750088176678 ], [ -7.188100506227221, 57.61719326508198 ], [ -7.190629956538407, 57.617667736593248 ], [ -7.190796801020388, 57.617978501707704 ], [ -7.193117360726621, 57.617882944572372 ], [ -7.190454140363591, 57.617352841599669 ], [ -7.191211838939423, 57.617069699565207 ], [ -7.188742539072423, 57.616652152739356 ], [ -7.189014917780915, 57.616305313290361 ], [ -7.191184610457912, 57.616128716434851 ], [ -7.189750305945053, 57.615995203821299 ], [ -7.189305262729902, 57.615603207777632 ], [ -7.189863875211547, 57.61513570740162 ], [ -7.191227873811768, 57.614930183760599 ], [ -7.190978087542407, 57.614602138731669 ], [ -7.188616700395629, 57.614985481737328 ], [ -7.188182950368676, 57.615200390123192 ], [ -7.188888271729287, 57.61530183666877 ], [ -7.189102896435877, 57.615055453126708 ], [ -7.189743092614873, 57.6151235827707 ], [ -7.186725409829156, 57.616007202324312 ], [ -7.184374933624028, 57.616115571803398 ], [ -7.184215715146812, 57.615810784819793 ], [ -7.181528148234388, 57.616094926595004 ], [ -7.181937936792107, 57.616557682335745 ], [ -7.181467767027955, 57.61668228263013 ], [ -7.180799581086497, 57.616053781356698 ], [ -7.180141217589871, 57.616304884055587 ], [ -7.179331147146199, 57.616186096299444 ], [ -7.179970130409342, 57.616539564072767 ], [ -7.179074126931985, 57.616441401288881 ], [ -7.177999909595584, 57.617021805785555 ], [ -7.176432406423905, 57.616683057690736 ], [ -7.176436547496753, 57.616300470983347 ], [ -7.173773891178928, 57.616265791801254 ], [ -7.17223743889285, 57.615838438310661 ], [ -7.171281286568248, 57.616071115746109 ], [ -7.17019427407294, 57.615679291607606 ], [ -7.168834145141767, 57.615960008138018 ], [ -7.163299756726389, 57.615421943668423 ], [ -7.161837630613578, 57.615162384355003 ], [ -7.160971052977501, 57.614433033787748 ], [ -7.160144406389714, 57.614633330725923 ], [ -7.155982349600295, 57.613779639276586 ], [ -7.15568111489022, 57.613429341793946 ], [ -7.154227132533491, 57.613308831863499 ], [ -7.153747777114309, 57.612991006009082 ], [ -7.152333859343013, 57.613022701043775 ], [ -7.154019013509355, 57.612492231928982 ], [ -7.155322796466765, 57.612440726521797 ], [ -7.155757364883247, 57.612124225449669 ], [ -7.154153062631825, 57.612078247076084 ], [ -7.154112688507584, 57.611238593466226 ], [ -7.153383191533988, 57.610941790276108 ], [ -7.153668206859493, 57.609937671085369 ], [ -7.156195672606458, 57.609673263578529 ], [ -7.158247216707052, 57.610095024528093 ], [ -7.160208840826379, 57.609753808963532 ], [ -7.161145698496146, 57.610034886229954 ], [ -7.162365940723856, 57.609632205948856 ], [ -7.160336496400955, 57.609366171240815 ], [ -7.160272683436522, 57.609129437933085 ], [ -7.162613272491494, 57.608730380328396 ], [ -7.163312962384047, 57.608994159320339 ], [ -7.164884245714724, 57.608867709750335 ], [ -7.16486704122291, 57.609123956982415 ], [ -7.163726153834832, 57.609117604158293 ], [ -7.164518855571867, 57.609917445243454 ], [ -7.163844912182857, 57.610448037832974 ], [ -7.161559726126837, 57.610753968401234 ], [ -7.158831065835961, 57.610511133970292 ], [ -7.158524448663379, 57.610866501394106 ], [ -7.159030680699946, 57.61123179845994 ], [ -7.15746354522904, 57.61142368709227 ], [ -7.157000549156303, 57.612023892212989 ], [ -7.15825726266982, 57.611865406239183 ], [ -7.15843976516379, 57.611521416584168 ], [ -7.161271217815267, 57.611319153733064 ], [ -7.161453168461547, 57.611089455490664 ], [ -7.164798360309168, 57.611540926219213 ], [ -7.164003778236164, 57.611694947274813 ], [ -7.164421893568102, 57.61226538794989 ], [ -7.167428122820005, 57.612937630308259 ], [ -7.166646057605009, 57.613120847883742 ], [ -7.166317449648822, 57.613592310908423 ], [ -7.167112389035291, 57.613369876710614 ], [ -7.167922252217889, 57.613723596602306 ], [ -7.169327261575134, 57.613758677187292 ], [ -7.169997874242047, 57.613605207670915 ], [ -7.170032754097157, 57.613061197872845 ], [ -7.17100934012814, 57.613396364148002 ], [ -7.171319546948935, 57.613208179593066 ], [ -7.170935492181515, 57.61366663377499 ], [ -7.171412635584779, 57.614050174267554 ], [ -7.170794265841014, 57.614417460821102 ], [ -7.171350627150818, 57.614556606197262 ], [ -7.172345761454785, 57.614421306189683 ], [ -7.172737268694095, 57.613932848253953 ], [ -7.17233964979031, 57.61364862738484 ], [ -7.17357153271709, 57.613715957467718 ], [ -7.17463089665921, 57.613396242745651 ], [ -7.173510951010874, 57.612737658913794 ], [ -7.171890359281744, 57.612942718658104 ], [ -7.172240006663186, 57.612513566480452 ], [ -7.173204175962542, 57.612384927366477 ], [ -7.174150179185107, 57.612658338243257 ], [ -7.17440177771006, 57.612459053770195 ], [ -7.175038705926676, 57.612834223446711 ], [ -7.175140897684352, 57.612198366818276 ], [ -7.176326764431247, 57.612190174577414 ], [ -7.175819636815621, 57.611914059835406 ], [ -7.177352673989524, 57.611765631847653 ], [ -7.177117839324092, 57.612035318905917 ], [ -7.177668707663545, 57.612300634298862 ], [ -7.177814366975871, 57.611770065939176 ], [ -7.179218011689427, 57.611819487404645 ], [ -7.179073265759517, 57.611263055056405 ], [ -7.180131539826299, 57.611618190605085 ], [ -7.182506461127884, 57.611553879022246 ], [ -7.181531611593963, 57.611231326495108 ], [ -7.18154693394539, 57.610927461703199 ], [ -7.182357369000412, 57.610896849426105 ], [ -7.181230428563343, 57.610459972773846 ], [ -7.181284163324838, 57.610237311627351 ], [ -7.182059516103876, 57.610313420210758 ], [ -7.18185446453579, 57.609980821605262 ], [ -7.17736030481406, 57.609972907514582 ], [ -7.177864805722779, 57.608925510347987 ], [ -7.176808550777156, 57.609242429172134 ], [ -7.175873101331834, 57.609007298217591 ], [ -7.176379690362989, 57.608280152255936 ], [ -7.174666779049176, 57.607835786675615 ], [ -7.172980554952223, 57.608143438082443 ], [ -7.1731892360181, 57.60891410365155 ], [ -7.172049061027359, 57.609265918185031 ], [ -7.173082342023878, 57.609470068705193 ], [ -7.173587429516046, 57.609967628265359 ], [ -7.174325446919902, 57.609287682081067 ], [ -7.175294768566367, 57.609172310225361 ], [ -7.176370240639819, 57.609707629646678 ], [ -7.176073311077368, 57.610200316460435 ], [ -7.177335262438741, 57.6112201654392 ], [ -7.176836973709177, 57.611464678681941 ], [ -7.175131603460322, 57.611486104105026 ], [ -7.175447230763401, 57.611206805775758 ], [ -7.174746708255469, 57.611020508301827 ], [ -7.175557521119324, 57.61085135475092 ], [ -7.175456781418872, 57.610650335121463 ], [ -7.173291608890504, 57.610762595569426 ], [ -7.172802780700254, 57.609990827737946 ], [ -7.172114822266292, 57.60984539186645 ], [ -7.169986128998428, 57.610190047835701 ], [ -7.169815631501929, 57.609769634514024 ], [ -7.170332706829702, 57.609751128897202 ], [ -7.169018538919573, 57.609540477020609 ], [ -7.167881288974733, 57.608970738239513 ], [ -7.168088903549447, 57.608792165379668 ], [ -7.166902191249303, 57.608605061075984 ], [ -7.168048076337562, 57.608469911388205 ], [ -7.166612585755917, 57.608113043225899 ], [ -7.166479605433271, 57.607661395633897 ], [ -7.163915535591443, 57.608185755988039 ], [ -7.162514740295236, 57.608131552122259 ], [ -7.16191618807944, 57.607788945101277 ], [ -7.16423481844103, 57.607672390269883 ], [ -7.157199943783701, 57.607111867178517 ], [ -7.156712961169738, 57.607176777645002 ], [ -7.157141834631617, 57.60752904866753 ], [ -7.159425866262223, 57.608018659255592 ], [ -7.158950443002133, 57.608873123841512 ], [ -7.157317547049884, 57.608742879031404 ], [ -7.15617659616316, 57.608216380982469 ], [ -7.155129776661798, 57.609002418802213 ], [ -7.154319298172641, 57.608701734982787 ], [ -7.153733390527388, 57.607892482316004 ], [ -7.155295839082948, 57.608034651116171 ], [ -7.154918819744543, 57.607646061728872 ], [ -7.156253995273765, 57.607380008026041 ], [ -7.154706664401483, 57.607356005990646 ], [ -7.155389464459671, 57.607253402694411 ], [ -7.155664703025329, 57.606594296801518 ], [ -7.154019759189608, 57.605445041928903 ], [ -7.157111900983798, 57.604850691128824 ], [ -7.156845081394892, 57.60450618830626 ], [ -7.157633108651447, 57.604271496132 ], [ -7.158978873710944, 57.604234424083749 ], [ -7.159136517087909, 57.604459219463578 ], [ -7.159806585596368, 57.604232040203641 ], [ -7.159684600608021, 57.603986890394403 ], [ -7.160262199631424, 57.604100016352611 ], [ -7.160317542225618, 57.603191657805908 ], [ -7.162415710678049, 57.602929389224421 ], [ -7.162384066828603, 57.602152361762691 ], [ -7.16305120234255, 57.601857799062891 ], [ -7.162354964804276, 57.601287050220208 ], [ -7.161431136318848, 57.60111972769095 ], [ -7.15944518899267, 57.601711212639891 ], [ -7.158544489352242, 57.60160050909208 ], [ -7.159134834580865, 57.601130950973996 ], [ -7.157508505774281, 57.600560449629207 ], [ -7.15915306704106, 57.600197118485454 ], [ -7.160075177590186, 57.59934955907103 ], [ -7.158307145794553, 57.598890146284361 ], [ -7.157795806532635, 57.599337572734136 ], [ -7.156086455963226, 57.599102475877523 ], [ -7.155786525147807, 57.59864235349913 ], [ -7.157469928286187, 57.59822256648804 ], [ -7.158362312133658, 57.598452388658991 ], [ -7.158522650839029, 57.598153393977348 ], [ -7.157988902275166, 57.597710943316372 ], [ -7.156915764507715, 57.597624382979276 ], [ -7.155956572302774, 57.597065260833958 ], [ -7.155193045903481, 57.597294445104652 ], [ -7.155053726537661, 57.59702120772473 ], [ -7.156785576829581, 57.596742513798873 ], [ -7.155772046860719, 57.596107332043921 ], [ -7.158659587990341, 57.596816095064192 ], [ -7.159219123817069, 57.59733396975534 ], [ -7.160000092426141, 57.597074353185377 ], [ -7.162366299306673, 57.597663108025316 ], [ -7.162816521268841, 57.597352234040727 ], [ -7.163117994998451, 57.597763689395052 ], [ -7.162626713424408, 57.597785611987391 ], [ -7.162713648989205, 57.598078983952412 ], [ -7.163594254643313, 57.598544099085231 ], [ -7.166340493981442, 57.598786988297341 ], [ -7.166680668032575, 57.598892718257567 ], [ -7.166221965187438, 57.599238146329363 ], [ -7.168288199839639, 57.599354097952542 ], [ -7.167732134553255, 57.599663032823436 ], [ -7.170264688844652, 57.600040571613036 ], [ -7.170590661683443, 57.60041141551806 ], [ -7.170134097513295, 57.600818856791399 ], [ -7.171284639763867, 57.601047899754285 ], [ -7.1719582709977, 57.600834903005584 ], [ -7.172415847109694, 57.601270527524392 ], [ -7.170214362472911, 57.602254345768252 ], [ -7.170057219768485, 57.60264590559845 ], [ -7.170812166131619, 57.602827292797805 ], [ -7.170545059342563, 57.603070397861686 ], [ -7.16909192825893, 57.602988725110805 ], [ -7.168714984895602, 57.603202137513186 ], [ -7.170756040626771, 57.604163999756835 ], [ -7.172558876276186, 57.604146724176182 ], [ -7.172382524157522, 57.603967701353291 ], [ -7.173331164488419, 57.603602144977437 ], [ -7.172196853658601, 57.603464232231964 ], [ -7.173714187501375, 57.603149121142721 ], [ -7.173923776281045, 57.602690617393797 ], [ -7.174992488098987, 57.602615254389185 ], [ -7.173275384288925, 57.602162950680139 ], [ -7.173711539754652, 57.601765333255962 ], [ -7.175727758638898, 57.60227013533995 ], [ -7.175293765318064, 57.603176960241818 ], [ -7.176152554926883, 57.603545711213158 ], [ -7.175873311541334, 57.602821137583611 ], [ -7.177732291119878, 57.603386354197532 ], [ -7.178037473034654, 57.603246046141443 ], [ -7.177033162818046, 57.602244422953476 ], [ -7.176166120316809, 57.601805832679652 ], [ -7.176058668143464, 57.602333931010293 ], [ -7.173638325514559, 57.601498397433005 ], [ -7.172159219582427, 57.600586410717852 ], [ -7.172138822238949, 57.600184136460662 ], [ -7.171127828690247, 57.599875593294719 ], [ -7.1717603520482, 57.599880235903115 ], [ -7.171814443852453, 57.599459608766693 ], [ -7.172786504984579, 57.599153379468113 ], [ -7.172334088456898, 57.599271823099009 ], [ -7.170640532712426, 57.598653858218441 ], [ -7.169627988554685, 57.598805165918847 ], [ -7.16555287877169, 57.598221802184504 ], [ -7.165803527561926, 57.597792224148229 ], [ -7.164832113854684, 57.597266059803609 ], [ -7.164081556607593, 57.597409287150477 ], [ -7.164182174132514, 57.596949867493265 ], [ -7.167776608318834, 57.596570399214663 ], [ -7.170397342829678, 57.596850735377551 ], [ -7.169060034404948, 57.597180924575731 ], [ -7.169490602595312, 57.597497991944387 ], [ -7.171268429686118, 57.597966745335704 ], [ -7.172537038723577, 57.597648350171859 ], [ -7.173166277333316, 57.59827758249088 ], [ -7.174274096582126, 57.598183521106705 ], [ -7.174551975116572, 57.597863481093093 ], [ -7.175970645920818, 57.597998689795929 ], [ -7.176381462281443, 57.598741254083535 ], [ -7.177938469597184, 57.5992117866613 ], [ -7.17969944853134, 57.598937877617246 ], [ -7.178184114324476, 57.598771588436549 ], [ -7.177400086038234, 57.597809510574933 ], [ -7.175532404138248, 57.597898810910721 ], [ -7.17606442127591, 57.59725699941761 ], [ -7.179130193939439, 57.597072576005871 ], [ -7.180698267713263, 57.597985323932967 ], [ -7.182433741260396, 57.598191120893773 ], [ -7.18256330401839, 57.598006731892355 ], [ -7.181497304748678, 57.59770053302433 ], [ -7.181503002002468, 57.597223400793503 ], [ -7.180279447445511, 57.597398767304014 ], [ -7.181692121314695, 57.59690429263631 ], [ -7.18035662440776, 57.59662356103599 ], [ -7.180220685955214, 57.596199040427507 ], [ -7.178772734290304, 57.596398912098159 ], [ -7.179272517162731, 57.596095836862048 ], [ -7.178918861637772, 57.59601318978239 ], [ -7.177791223572525, 57.596320462230182 ], [ -7.177179585434922, 57.596073845847229 ], [ -7.17615104314014, 57.59632394430345 ], [ -7.174666979033533, 57.596152732435719 ], [ -7.175326326282076, 57.595569582141813 ], [ -7.174690961926568, 57.595226749823645 ], [ -7.175635034504666, 57.594972033228942 ], [ -7.175353074032764, 57.594227776022265 ], [ -7.173237171985781, 57.595079473879302 ], [ -7.173377292514218, 57.594592328144053 ], [ -7.172834446951282, 57.594722584980843 ], [ -7.171882977471577, 57.595337504476632 ], [ -7.169976161544882, 57.594538428101814 ], [ -7.169579372431676, 57.595342028736802 ], [ -7.170401132354767, 57.596111843429753 ], [ -7.169695446310317, 57.596287457134117 ], [ -7.166278587421181, 57.596053238981341 ], [ -7.165279617588034, 57.595450825921439 ], [ -7.163319458219477, 57.595454657111205 ], [ -7.16316031555562, 57.595101257754195 ], [ -7.165750969258348, 57.59452271253069 ], [ -7.166436347645848, 57.594746563733388 ], [ -7.166814382818877, 57.594164194040836 ], [ -7.167623870727603, 57.593964544327953 ], [ -7.168453587378767, 57.594025001582224 ], [ -7.169428629137092, 57.594730048632364 ], [ -7.171118186182889, 57.593672758857672 ], [ -7.171832443936725, 57.593863903138192 ], [ -7.173705059154837, 57.593481114575297 ], [ -7.174287905595102, 57.593749623710494 ], [ -7.175417065166396, 57.593559293448145 ], [ -7.174579407039077, 57.593796143294398 ], [ -7.175205826443906, 57.594076356569936 ], [ -7.175888353311909, 57.593926855822779 ], [ -7.175953417187559, 57.593501275825595 ], [ -7.177031620246945, 57.593717935553627 ], [ -7.17789880018848, 57.593394374576334 ], [ -7.180331086882553, 57.593352912594142 ], [ -7.181530991511305, 57.593659011820563 ], [ -7.182180952250852, 57.59328136387991 ], [ -7.183994020103541, 57.59365670689958 ], [ -7.183822599104269, 57.593159864479482 ], [ -7.186623796145973, 57.593355053267004 ], [ -7.186863535659398, 57.593156226808311 ], [ -7.184810181263504, 57.592799808406419 ], [ -7.184552871542211, 57.592346991564909 ], [ -7.183762091689248, 57.592559481070516 ], [ -7.184105312604663, 57.592909786557371 ], [ -7.182670008714782, 57.593009307889822 ], [ -7.181026768586249, 57.592649460846694 ], [ -7.177444431954843, 57.592675200290351 ], [ -7.174854514241585, 57.592021232933689 ], [ -7.174717069011007, 57.592409292845566 ], [ -7.172336882556134, 57.5922865451424 ], [ -7.172033029759123, 57.592447482042026 ], [ -7.172446811173085, 57.592587966436263 ], [ -7.171580016315716, 57.593149920755913 ], [ -7.169601360322615, 57.593199601884145 ], [ -7.169024918545712, 57.592975799432686 ], [ -7.169379002637668, 57.59257886190094 ], [ -7.171554468035778, 57.592381638656583 ], [ -7.167963656290365, 57.591935061621093 ], [ -7.16733619781945, 57.592118253688106 ], [ -7.167957838115711, 57.592601151808417 ], [ -7.165695029172806, 57.592950358635264 ], [ -7.165955098450227, 57.593601050866766 ], [ -7.1645920436626, 57.594327260871388 ], [ -7.162112641615346, 57.594568301269675 ], [ -7.158666276972127, 57.5943134949135 ], [ -7.158327525507485, 57.594642286963158 ], [ -7.157468217548422, 57.594668454187548 ], [ -7.156856433624529, 57.594077128424722 ], [ -7.154888581416758, 57.593671739666519 ], [ -7.155220066354769, 57.593055321277063 ], [ -7.15665229136202, 57.592933746189487 ], [ -7.15984655765422, 57.593302401498434 ], [ -7.160794358139672, 57.593191612189322 ], [ -7.160577304067552, 57.592548148301063 ], [ -7.163873340161402, 57.592453638013644 ], [ -7.163491820875658, 57.591596466097698 ], [ -7.16203807256554, 57.591035157573472 ], [ -7.161942143511558, 57.589297981583506 ], [ -7.162868299547454, 57.588976608269064 ], [ -7.161055740911934, 57.588542464258509 ], [ -7.162827764305218, 57.588042480512485 ], [ -7.163119191910331, 57.587558148171993 ], [ -7.16236529476619, 57.587440566009825 ], [ -7.162093621251639, 57.588005068885742 ], [ -7.161157752690344, 57.587903930835871 ], [ -7.158058951582198, 57.588854109394859 ], [ -7.157225943495804, 57.588001903683903 ], [ -7.155000202519071, 57.588079468275026 ], [ -7.152489586527083, 57.587565780934753 ], [ -7.152525579032284, 57.587051428961978 ], [ -7.151484438932965, 57.586266185103241 ], [ -7.14994355402836, 57.587629357245468 ], [ -7.149863799631951, 57.588662874254375 ], [ -7.148724934607141, 57.589730665310405 ], [ -7.146238217151322, 57.589859223530596 ], [ -7.144528819243303, 57.589501613442721 ], [ -7.142545178630319, 57.590284400499407 ], [ -7.143123246342705, 57.590935650528948 ], [ -7.144234335825548, 57.590498898490274 ], [ -7.141819924088518, 57.591731150307382 ], [ -7.139545511524867, 57.591643960938299 ], [ -7.137201768715737, 57.592310873607154 ], [ -7.134735381438509, 57.591754538185263 ], [ -7.134481569801115, 57.591144030524404 ], [ -7.13279397531313, 57.591118292035588 ], [ -7.133259211526818, 57.590438007335841 ], [ -7.132841808927478, 57.590270552471679 ], [ -7.128317676129779, 57.589734898807698 ], [ -7.123604280195854, 57.589935595777092 ], [ -7.123990753069918, 57.592439248234498 ], [ -7.123208756357212, 57.593132369519218 ], [ -7.120691630899738, 57.594057948015646 ], [ -7.119498633078093, 57.59373750365237 ], [ -7.119653260191584, 57.593110381633416 ], [ -7.11559351143455, 57.592303467955063 ], [ -7.115722146161323, 57.591848363082157 ], [ -7.114765410598474, 57.591896189200085 ], [ -7.114392807896481, 57.592284712369853 ], [ -7.114061879558041, 57.59189774383168 ], [ -7.113436468881612, 57.591918619381566 ], [ -7.113120873244023, 57.59205738993446 ], [ -7.113846847716892, 57.592810734098386 ], [ -7.113344894806629, 57.59341144792144 ], [ -7.113707117396428, 57.593842137178413 ], [ -7.114616922197554, 57.593877203800517 ], [ -7.114405376629569, 57.593147978740255 ], [ -7.115992179757378, 57.593290527980066 ], [ -7.117823363524103, 57.594394885562835 ], [ -7.117050880449065, 57.594799652412078 ], [ -7.116146233310451, 57.594741899225426 ], [ -7.115625742509723, 57.595329878305897 ], [ -7.115048663712241, 57.595218332626622 ], [ -7.112879690679947, 57.596179104878203 ], [ -7.11218707499502, 57.596139714800152 ], [ -7.11206174773633, 57.59578489142239 ], [ -7.110782973009995, 57.59592672372559 ], [ -7.110567885615735, 57.595350597445318 ], [ -7.109542070734966, 57.596040014674713 ], [ -7.108175400456068, 57.595973938556938 ], [ -7.10810873513545, 57.593353830402798 ], [ -7.108810555267911, 57.592803523254261 ], [ -7.107918228086033, 57.592713721357313 ], [ -7.107715465823532, 57.592344037719521 ], [ -7.1063968644649, 57.592559422886708 ], [ -7.106936926741494, 57.593063903126279 ], [ -7.106254100153874, 57.59345147236931 ], [ -7.106410171281898, 57.593787059234117 ], [ -7.10583697069916, 57.592748560716259 ], [ -7.105215147027012, 57.592854726965854 ], [ -7.105089195552289, 57.59344917214181 ], [ -7.104047093846543, 57.593068487681066 ], [ -7.102993511058999, 57.594037900202224 ], [ -7.101083903674056, 57.59362482767915 ], [ -7.102569576787494, 57.59191363388166 ], [ -7.101897727779489, 57.591364984537385 ], [ -7.102413737037881, 57.590385852051682 ], [ -7.102970142475124, 57.590291345051895 ], [ -7.102826087284828, 57.589802309300921 ], [ -7.10421423027114, 57.589665121850487 ], [ -7.104161406400677, 57.588394099261549 ], [ -7.103392786611512, 57.587871871888119 ], [ -7.103181209703305, 57.587021167728999 ], [ -7.103943883995328, 57.587143243061469 ], [ -7.107800596009037, 57.584782576915195 ], [ -7.11119780551781, 57.584518875769596 ], [ -7.111228245758517, 57.583901301902422 ], [ -7.110335623551471, 57.583033237625386 ], [ -7.110676125324185, 57.582655024580212 ], [ -7.10968346889682, 57.582326373409728 ], [ -7.10990784195076, 57.581777416898163 ], [ -7.109151545936142, 57.581461672047674 ], [ -7.108876556991311, 57.580577555269173 ], [ -7.109970162637382, 57.580015849795807 ], [ -7.110102760233733, 57.579529098670434 ], [ -7.111399506751725, 57.5794000267691 ], [ -7.112402996455057, 57.578733981648035 ], [ -7.113290405487194, 57.578612498074428 ], [ -7.112029810367458, 57.576675160603493 ], [ -7.112480805678819, 57.575892061998559 ], [ -7.111848732791425, 57.575625281510277 ], [ -7.112443354391438, 57.575268243860918 ], [ -7.111526898942597, 57.574527126451891 ], [ -7.11203035394775, 57.573759896213055 ], [ -7.11409265510131, 57.572942899517535 ], [ -7.113444271655585, 57.572559820270179 ], [ -7.113535800486547, 57.57207922914607 ], [ -7.11377689174058, 57.571709537561176 ], [ -7.11518699532112, 57.57125730076919 ], [ -7.1152149834721, 57.570265519723293 ], [ -7.11615556758531, 57.57004737607992 ], [ -7.116804750872965, 57.568293456657308 ], [ -7.118291714724246, 57.567972125077198 ], [ -7.118231008206338, 57.56765967170643 ], [ -7.118910149784806, 57.567488116889919 ], [ -7.118592287399825, 57.567073640289038 ], [ -7.117421455397172, 57.566963743241665 ], [ -7.118239875405877, 57.566651568939513 ], [ -7.117676212933411, 57.566215583908445 ], [ -7.119092241843298, 57.565271781400249 ], [ -7.120940982429337, 57.564607297625152 ], [ -7.123108383576519, 57.565373962715107 ], [ -7.124476439811086, 57.565457788444462 ], [ -7.125810263906001, 57.566249315380261 ], [ -7.12817210812043, 57.566612085407762 ], [ -7.124428528775374, 57.564285532285702 ], [ -7.125163324078509, 57.564093682152702 ], [ -7.125336294063533, 57.563479297472732 ], [ -7.126968800655704, 57.562648060971377 ], [ -7.128047079471042, 57.562577179848425 ], [ -7.12793699075496, 57.562271238325657 ], [ -7.129901213470223, 57.562843606907691 ], [ -7.131492720972246, 57.561959991253929 ], [ -7.132675896312866, 57.561920787975033 ], [ -7.132823401021972, 57.561482884082167 ], [ -7.131275138087747, 57.561307517155427 ], [ -7.131171334852543, 57.561046310762755 ], [ -7.132090373157084, 57.560558983742702 ], [ -7.132958130513903, 57.560717081069136 ], [ -7.13342300719409, 57.560036800184363 ], [ -7.134212771699203, 57.559820159343467 ], [ -7.133849722817708, 57.559857450144413 ], [ -7.134031010158041, 57.559481152048171 ], [ -7.134569228867988, 57.559558191109787 ], [ -7.135229899945075, 57.558901413887497 ], [ -7.136253463593998, 57.558918169001423 ], [ -7.136662472214714, 57.558613561330169 ], [ -7.137557581874061, 57.558846992387075 ], [ -7.139233708915821, 57.558387215534566 ], [ -7.14060109772288, 57.5587048313756 ], [ -7.140994161162111, 57.558346872326133 ], [ -7.142573630577751, 57.558921248007557 ], [ -7.144375590813381, 57.558582234020655 ], [ -7.143370554118151, 57.557867454907274 ], [ -7.145242796745161, 57.55719713510554 ], [ -7.147774653291556, 57.557462604023144 ], [ -7.148252022388103, 57.557168658989788 ], [ -7.149731982368139, 57.557157651231876 ], [ -7.15262009034024, 57.55763340606795 ], [ -7.154755313365083, 57.557343592097169 ], [ -7.155068719270276, 57.557074325368518 ], [ -7.156137448109256, 57.557705427548989 ], [ -7.158055634341801, 57.557892334000861 ], [ -7.15885859257234, 57.557710985136758 ], [ -7.160720620827936, 57.558269067598651 ], [ -7.162690998911088, 57.557702435651699 ], [ -7.162783263039349, 57.557113785847982 ], [ -7.16204649970806, 57.557112488496749 ], [ -7.162092990776817, 57.556791155334857 ], [ -7.164406512054864, 57.557168715970903 ], [ -7.163602676882713, 57.557579585628929 ], [ -7.164750424339603, 57.558648280599641 ], [ -7.163064759160577, 57.558802865042693 ], [ -7.164329393677221, 57.559574339016777 ], [ -7.164852432972055, 57.55954389654314 ], [ -7.164659031729113, 57.559065935077463 ], [ -7.16589510094172, 57.559105229237183 ], [ -7.166595529978993, 57.558437644639845 ], [ -7.16719452429742, 57.558588535526006 ], [ -7.167176724411162, 57.559052662659305 ], [ -7.167499836886527, 57.558616501868009 ], [ -7.168289867244615, 57.559110472811817 ], [ -7.168411839188714, 57.558790538057593 ], [ -7.16869822829111, 57.559156703314301 ], [ -7.16679184449444, 57.559761295879255 ], [ -7.167238880275722, 57.560728239840572 ], [ -7.168502980794861, 57.562143054969127 ], [ -7.169821720330943, 57.562822279281725 ], [ -7.17007841487208, 57.564098460680867 ], [ -7.172175548481546, 57.564363298758387 ], [ -7.17254523574197, 57.564078179029046 ], [ -7.173558713380593, 57.564081551504323 ], [ -7.172018392506669, 57.564671184928798 ], [ -7.173547612905447, 57.565004306110154 ], [ -7.173879540178373, 57.565395585941225 ], [ -7.17489427449143, 57.565466382276938 ], [ -7.174263644864845, 57.564740949305332 ], [ -7.175019166533497, 57.564696418057949 ], [ -7.174564876348429, 57.564386650703611 ], [ -7.17503182691149, 57.564138019157937 ], [ -7.174046612783473, 57.563332672147624 ], [ -7.173224116599245, 57.563141500697938 ], [ -7.174890208269062, 57.562848118317305 ], [ -7.176070292979275, 57.563375510493131 ], [ -7.176052726961184, 57.562957822841447 ], [ -7.17679518473876, 57.563174760376391 ], [ -7.17640762124257, 57.563451630161431 ], [ -7.178599680283146, 57.563501006078482 ], [ -7.179013967960064, 57.564235313304259 ], [ -7.180940284966209, 57.565298860560901 ], [ -7.182014334990448, 57.564786783593831 ], [ -7.183211501555598, 57.564903996814706 ], [ -7.185838703044388, 57.565479730011205 ], [ -7.186344216528038, 57.56597181184442 ], [ -7.187445984179658, 57.56618289469376 ], [ -7.186527734656133, 57.565262403465802 ], [ -7.181771150199286, 57.56372601454391 ], [ -7.181225426633686, 57.562304268783784 ], [ -7.181529713863402, 57.56203080839051 ], [ -7.182405427705458, 57.562125256642673 ], [ -7.182819689188911, 57.561095927619277 ], [ -7.184233608024853, 57.561442659622315 ], [ -7.184858653727383, 57.561070507045734 ], [ -7.185748516597799, 57.56102937760388 ], [ -7.185553700470711, 57.560308550624754 ], [ -7.186251700408739, 57.559919889807809 ], [ -7.182996006851922, 57.559747956890853 ], [ -7.17858518573721, 57.559987856468169 ], [ -7.180004279220898, 57.559313139528136 ], [ -7.179714001252412, 57.558861675399228 ], [ -7.180217186029921, 57.558809489675021 ], [ -7.182837487554639, 57.559399054589498 ], [ -7.183666470991941, 57.55940093528308 ], [ -7.18325637549514, 57.55904888894171 ], [ -7.183974692112939, 57.55892034968047 ], [ -7.18627358212162, 57.55972103035095 ], [ -7.186847337108979, 57.559400468060709 ], [ -7.189277647818655, 57.560006723707794 ], [ -7.191191282246444, 57.559513959308653 ], [ -7.192813383655262, 57.559559575472498 ], [ -7.195307544229463, 57.560963922184641 ], [ -7.196023408052868, 57.560466489987618 ], [ -7.196088449892934, 57.561273642711214 ], [ -7.197228344649748, 57.562162427698915 ], [ -7.198043479727368, 57.561480924363757 ], [ -7.197744016111801, 57.560966887710507 ], [ -7.198351613794746, 57.560649373537395 ], [ -7.197258362821852, 57.560145596483977 ], [ -7.196239875256691, 57.560165119807394 ], [ -7.196324554994864, 57.559585743285176 ], [ -7.196610606802536, 57.559888878684397 ], [ -7.19752163652138, 57.55952735610407 ], [ -7.198498436788086, 57.559743495331219 ], [ -7.198668523758511, 57.560523817354486 ], [ -7.199527620299927, 57.560501855817904 ], [ -7.201769229247223, 57.561894011112123 ], [ -7.203143035663293, 57.562075725068055 ], [ -7.204047570955007, 57.56254675885134 ], [ -7.203961826093221, 57.562122885609064 ], [ -7.204575130841735, 57.562021062161392 ], [ -7.205431100617136, 57.561216344115536 ], [ -7.206182022642173, 57.561081830567609 ], [ -7.206183953607289, 57.560802805433525 ], [ -7.207291431859842, 57.560703037969361 ], [ -7.208933462666368, 57.561355006152091 ], [ -7.209878985038968, 57.561234918537856 ], [ -7.210322034422352, 57.561931954963903 ], [ -7.210721473734497, 57.561564499953256 ], [ -7.212488365991058, 57.561684859996703 ], [ -7.213108172251163, 57.562446559838726 ], [ -7.216320185197835, 57.563244912970632 ], [ -7.215305363233853, 57.562765031875607 ], [ -7.220610046902142, 57.562918723035281 ], [ -7.221087851934499, 57.563506306742909 ], [ -7.220271643709022, 57.563652613332245 ], [ -7.220903646481045, 57.563972856176811 ], [ -7.220405076975415, 57.564407441858918 ], [ -7.222476789830612, 57.564317069623364 ], [ -7.222844516624856, 57.563379494042884 ], [ -7.224402686950808, 57.563211398228695 ], [ -7.223847900798861, 57.562379563900954 ], [ -7.22105598424201, 57.562175875206556 ], [ -7.220168195440873, 57.562581600924162 ], [ -7.219468946277941, 57.562084175220043 ], [ -7.216280240931381, 57.56220726368128 ], [ -7.211940352159401, 57.561482579173131 ], [ -7.210987740012031, 57.561085575321528 ], [ -7.21155998471477, 57.560522004622854 ], [ -7.212817889322365, 57.560537440788501 ], [ -7.212488800454231, 57.560168632696453 ], [ -7.211678995682535, 57.56000867834188 ], [ -7.211578448298276, 57.559598918079352 ], [ -7.210638137537108, 57.560222706856223 ], [ -7.210614491896528, 57.560700592968317 ], [ -7.209212529526455, 57.560322163802361 ], [ -7.208482106532106, 57.559897956960924 ], [ -7.208713827543304, 57.559528445025549 ], [ -7.208196590396473, 57.559131414153796 ], [ -7.20631093138849, 57.558109783725186 ], [ -7.20673917852774, 57.55768626127729 ], [ -7.207833630846178, 57.5576950040711 ], [ -7.208694433587254, 57.557276084619048 ], [ -7.208963033237443, 57.557713989717115 ], [ -7.210168074247367, 57.557396000987154 ], [ -7.211085747690722, 57.557690074072845 ], [ -7.212389870636123, 57.557491240637852 ], [ -7.211840158874657, 57.558679264171552 ], [ -7.212183278411257, 57.558795541233224 ], [ -7.212283107571383, 57.558557455115356 ], [ -7.213423152332194, 57.558510273563812 ], [ -7.213636345166509, 57.557930058326605 ], [ -7.214446676390038, 57.557685054409873 ], [ -7.215974326682354, 57.557597506464234 ], [ -7.21579081640481, 57.557917346589356 ], [ -7.21605306189565, 57.557609543021222 ], [ -7.218690980961764, 57.556963974465141 ], [ -7.219689587106731, 57.557168248983814 ], [ -7.220678334255388, 57.556615265435639 ], [ -7.221326573966404, 57.556862843623165 ], [ -7.221369373532514, 57.558001157819902 ], [ -7.224074467738147, 57.558010469079427 ], [ -7.223655991666539, 57.558360763669803 ], [ -7.224778329768534, 57.55883161812644 ], [ -7.224972513572309, 57.559309474099088 ], [ -7.226633785105715, 57.558345213274961 ], [ -7.226625342243523, 57.558111606199468 ], [ -7.225193893864521, 57.557761572191552 ], [ -7.226362788592756, 57.557647387385138 ], [ -7.226426374911497, 57.55732080790419 ], [ -7.22595258918875, 57.556831159602645 ], [ -7.224990425726665, 57.55685757991035 ], [ -7.225627172639068, 57.556313758142515 ], [ -7.224535030372998, 57.556495840383803 ], [ -7.224507049324528, 57.556056081906583 ], [ -7.223482132680445, 57.555680168702636 ], [ -7.224784767134114, 57.555623438891232 ], [ -7.225273726122894, 57.555251318810079 ], [ -7.225943295345382, 57.555390908004632 ], [ -7.225331781288026, 57.55565563590303 ], [ -7.226769516138872, 57.555945116421903 ], [ -7.22609547919493, 57.556112560740722 ], [ -7.226401674212299, 57.556332912954183 ], [ -7.22718325579261, 57.556424655948618 ], [ -7.227588722991259, 57.556030796129193 ], [ -7.228571735763087, 57.556242846597776 ], [ -7.228868252643501, 57.555859803899629 ], [ -7.22997088667259, 57.555739336177865 ], [ -7.229547794107443, 57.554647403695625 ], [ -7.230924845093317, 57.554130400984249 ], [ -7.232280357803525, 57.554197373193738 ], [ -7.235074118750625, 57.553684448488582 ], [ -7.236388946919972, 57.553957331482245 ], [ -7.236728637402257, 57.553747042128492 ], [ -7.237999474314465, 57.553900258915135 ], [ -7.239180671911697, 57.554895846692638 ], [ -7.239855610794098, 57.554979349220716 ], [ -7.24068697151905, 57.554626213654274 ], [ -7.240432619423397, 57.554196773022959 ], [ -7.241476297495741, 57.554515980137282 ], [ -7.241588408787989, 57.554213465488893 ], [ -7.242963137736096, 57.55414634605399 ], [ -7.243517392741269, 57.554263647782548 ], [ -7.242781143048618, 57.554846803806278 ], [ -7.243140625963332, 57.555145885453939 ], [ -7.242580731836695, 57.555303269557349 ], [ -7.244145777410139, 57.555162527197268 ], [ -7.245071838262796, 57.555698967239735 ], [ -7.245711636789565, 57.555201700761806 ], [ -7.245125242728121, 57.55522162363674 ], [ -7.244930636619956, 57.554939977060386 ], [ -7.245828207095957, 57.554419376743049 ], [ -7.245839809620097, 57.554743738652647 ], [ -7.246710450640831, 57.554315137967798 ], [ -7.247110066171413, 57.554532450508852 ], [ -7.246109260831171, 57.555103252772213 ], [ -7.246554726655788, 57.555336654342078 ], [ -7.247390136343428, 57.555348643084109 ], [ -7.247702395979108, 57.554333200740075 ], [ -7.249354228309197, 57.55458560980825 ], [ -7.249209464384438, 57.554371180155307 ], [ -7.250145996387045, 57.554399631919587 ], [ -7.250434866479504, 57.554034848090112 ], [ -7.251427673243633, 57.554244513795574 ], [ -7.251772053432804, 57.554705275583942 ], [ -7.252193341372588, 57.554295372079068 ], [ -7.253227069995518, 57.554150575191741 ], [ -7.254928912232445, 57.554946137144356 ], [ -7.255648316995416, 57.554943114199546 ], [ -7.256751623111417, 57.554561422696217 ], [ -7.256682490675288, 57.553885817648016 ], [ -7.257571505569323, 57.554558693957127 ], [ -7.258812590996282, 57.554690448782146 ], [ -7.258199608278119, 57.553889075081713 ], [ -7.258818637400783, 57.553979309958798 ], [ -7.259127903045123, 57.553709936884047 ], [ -7.260678675580521, 57.554860876598703 ], [ -7.259458637027524, 57.554955924663496 ], [ -7.258677622669363, 57.555389873353683 ], [ -7.258734691748686, 57.555831119534361 ], [ -7.260086115733949, 57.555567717975265 ], [ -7.261593101825666, 57.555685641293451 ], [ -7.262027368483272, 57.555979749035941 ], [ -7.261623342581301, 57.556658923963077 ], [ -7.262344159591473, 57.556723293898976 ], [ -7.262136271954613, 57.556385534314067 ], [ -7.262595008395825, 57.556258384162028 ], [ -7.264323018669335, 57.556978044715969 ], [ -7.264616274866333, 57.556632838864459 ], [ -7.263846934888979, 57.556233062687149 ], [ -7.264641560705494, 57.556101764546476 ], [ -7.26349227039671, 57.555852847072579 ], [ -7.26440472466591, 57.555598744314388 ], [ -7.265563367831924, 57.55577347383214 ], [ -7.265764665934192, 57.556296875210663 ], [ -7.26508526683762, 57.556518748700363 ], [ -7.265125016982423, 57.556967016968663 ], [ -7.265741753759484, 57.55758463347771 ], [ -7.266197161488835, 57.557376621958383 ], [ -7.265864241035663, 57.556927113584358 ], [ -7.26709743263828, 57.557177001225192 ], [ -7.267384235889922, 57.557596940327855 ], [ -7.266492573862123, 57.558376613123727 ], [ -7.267616616280889, 57.558392597610535 ], [ -7.269829330915129, 57.559451860065913 ], [ -7.268178931570526, 57.559732369289705 ], [ -7.269357919705142, 57.560416438651103 ], [ -7.267486657688837, 57.560328235475922 ], [ -7.266213032791521, 57.559684100824995 ], [ -7.264319894178043, 57.559907217817752 ], [ -7.264582928145053, 57.560278664186235 ], [ -7.265467656597488, 57.560318169736703 ], [ -7.264800202341031, 57.560449554422611 ], [ -7.263484276731661, 57.559744171228289 ], [ -7.262692831984867, 57.560002207069253 ], [ -7.261808026024563, 57.559904194733235 ], [ -7.262157185130137, 57.560524007857666 ], [ -7.264283173172612, 57.560579147831497 ], [ -7.263145454778436, 57.560874154588028 ], [ -7.26422482343903, 57.560928032382691 ], [ -7.263674033170189, 57.561171516446016 ], [ -7.264092408734517, 57.561401493283448 ], [ -7.263290670589845, 57.561646464390044 ], [ -7.262895142669279, 57.561285050813325 ], [ -7.262134008266504, 57.561289855471017 ], [ -7.262734306993212, 57.562025155548241 ], [ -7.259116024158341, 57.562882667533216 ], [ -7.260301183208778, 57.562567721315936 ], [ -7.260253075787364, 57.562061311238715 ], [ -7.261154100282519, 57.561402778065442 ], [ -7.260697283401768, 57.561138403166936 ], [ -7.26165830377361, 57.56124223885319 ], [ -7.26210640188703, 57.560809584745904 ], [ -7.261764230895519, 57.560585416951753 ], [ -7.259489023026254, 57.560482474085291 ], [ -7.256739389465769, 57.561731076272771 ], [ -7.255793486303922, 57.561442102134109 ], [ -7.257181417366079, 57.561024238907159 ], [ -7.256781999896291, 57.560577483917882 ], [ -7.257491740829746, 57.560448876793977 ], [ -7.25629299674589, 57.560147964283843 ], [ -7.25682516311685, 57.559833302303907 ], [ -7.256729042836946, 57.559283903269232 ], [ -7.255785374549187, 57.559183806741316 ], [ -7.257719497273682, 57.558491183038726 ], [ -7.257554617654549, 57.558219110517442 ], [ -7.259358708402146, 57.558422745180913 ], [ -7.258992014005079, 57.558028622166042 ], [ -7.256435554053918, 57.557136500819176 ], [ -7.255528115522426, 57.557286850856883 ], [ -7.256453936919136, 57.557959100583183 ], [ -7.255894220597739, 57.558720339108838 ], [ -7.255528021111626, 57.558677129267494 ], [ -7.255761836497516, 57.558325428219 ], [ -7.254114646880391, 57.558164689384803 ], [ -7.253550028798594, 57.557616834821403 ], [ -7.25215429526375, 57.557342099553679 ], [ -7.251559147579526, 57.557452401857084 ], [ -7.251638905179921, 57.557773022891553 ], [ -7.250485908794622, 57.557614127032878 ], [ -7.250728985800607, 57.558022424448922 ], [ -7.250255546067886, 57.55822213066255 ], [ -7.249092417163, 57.558167126945349 ], [ -7.249986016147878, 57.558732782674333 ], [ -7.248184605927039, 57.559185792846598 ], [ -7.248544811712059, 57.5595937128708 ], [ -7.247464011276052, 57.559935695221419 ], [ -7.247392599952027, 57.560195127224532 ], [ -7.248236287448589, 57.560182472336514 ], [ -7.247062058838075, 57.560573335970737 ], [ -7.246872118103349, 57.561926521933302 ], [ -7.247463287748645, 57.562194346298021 ], [ -7.248742453606918, 57.561718120963917 ], [ -7.249266749082448, 57.562276675748166 ], [ -7.250381093788011, 57.562108751908085 ], [ -7.250315276749967, 57.562754888585346 ], [ -7.249624824691947, 57.563017627081024 ], [ -7.24884816105224, 57.562915015572024 ], [ -7.248535298262484, 57.563647931857105 ], [ -7.249133539961779, 57.563906456187851 ], [ -7.249129760968382, 57.564518511617152 ], [ -7.250073553011564, 57.564618655930879 ], [ -7.250232280235035, 57.564036135902299 ], [ -7.25237425437713, 57.564432759373588 ], [ -7.250872205603849, 57.564873318919865 ], [ -7.24858778067555, 57.564766057805571 ], [ -7.248621592253818, 57.566126121409411 ], [ -7.249815637781623, 57.566996911405852 ], [ -7.249038511665975, 57.567123779925701 ], [ -7.248623282888157, 57.56761170258136 ], [ -7.248957841172233, 57.567794829844651 ], [ -7.246991599434473, 57.568408553361067 ], [ -7.247625304583976, 57.568366859576535 ], [ -7.247665214987279, 57.569247048979022 ], [ -7.248431868041251, 57.569325792198498 ], [ -7.248895317837708, 57.568881753897621 ], [ -7.249483220255208, 57.569091217785335 ], [ -7.250229871792325, 57.569797079472444 ], [ -7.250077945023833, 57.570299228691177 ], [ -7.251056892126291, 57.570432998519145 ], [ -7.25107158329658, 57.570720338465918 ], [ -7.251858119081147, 57.57037980205714 ], [ -7.252062587120317, 57.57096068062075 ], [ -7.252731706166569, 57.57094358135469 ], [ -7.253738085305089, 57.571475721743489 ], [ -7.253919048087925, 57.571082138067872 ], [ -7.254740350688571, 57.570901206929804 ], [ -7.254603581660064, 57.571589000391974 ], [ -7.253772698359065, 57.571900808404777 ], [ -7.255561902556366, 57.572159125937411 ], [ -7.254537595118292, 57.572836249483814 ], [ -7.25586846851076, 57.573086683776481 ], [ -7.254635822507694, 57.573516040882204 ], [ -7.256680164391797, 57.573534240006701 ], [ -7.256309535526022, 57.574017628198327 ], [ -7.257190793240849, 57.573532729637542 ], [ -7.256851439260153, 57.573004277943205 ], [ -7.257906206419759, 57.573070943395599 ], [ -7.258688018905407, 57.572663071910334 ], [ -7.257780027055831, 57.572684772520851 ], [ -7.257412938172608, 57.572288858635893 ], [ -7.258799362411531, 57.571440919385616 ], [ -7.256734998145706, 57.571584667056918 ], [ -7.256623384297677, 57.571160093780819 ], [ -7.257359173800993, 57.570920623400731 ], [ -7.256891867867913, 57.570642272504848 ], [ -7.258211153059634, 57.570349651320981 ], [ -7.258717300577746, 57.57056068662866 ], [ -7.259584659836929, 57.570107843493872 ], [ -7.258464612696365, 57.569913440060581 ], [ -7.25888515254287, 57.568015186462723 ], [ -7.257943977925282, 57.567574850953648 ], [ -7.257855117363636, 57.566936963123624 ], [ -7.257302692935217, 57.566834039962011 ], [ -7.257309113323146, 57.566009504893728 ], [ -7.255292162545763, 57.56527390026659 ], [ -7.254110804636432, 57.564166869685401 ], [ -7.255231227391216, 57.564214615111823 ], [ -7.255524339370919, 57.56462081815252 ], [ -7.257517001405475, 57.565316038702015 ], [ -7.258629456471419, 57.565134624166532 ], [ -7.259457644985871, 57.565847827921289 ], [ -7.262393370227881, 57.566185046323845 ], [ -7.262753561303518, 57.566683817570521 ], [ -7.263750994978174, 57.56639018183845 ], [ -7.265378294576004, 57.566988968053408 ], [ -7.266595790347666, 57.566827388889671 ], [ -7.266621159439206, 57.567071990194201 ], [ -7.267889480589089, 57.566752597420376 ], [ -7.267513442141595, 57.566237404433686 ], [ -7.266886417159757, 57.566486788513195 ], [ -7.266505390793277, 57.566122078211002 ], [ -7.2666936285562, 57.565421315296618 ], [ -7.267546575701725, 57.56513638840881 ], [ -7.267071692252379, 57.564921382365178 ], [ -7.267250869301941, 57.564481956762975 ], [ -7.269886622049687, 57.563673419081169 ], [ -7.271371254577438, 57.562814017712519 ], [ -7.276349037361081, 57.562557905619336 ], [ -7.283082309228731, 57.563771253766149 ], [ -7.283343700223333, 57.563495727919893 ], [ -7.284978546781924, 57.564248726746598 ], [ -7.28491379837036, 57.563906792407778 ], [ -7.285921469279764, 57.56408857749306 ], [ -7.286331730997731, 57.563627722719929 ], [ -7.287537502598106, 57.564112536953296 ], [ -7.288183039051358, 57.563519416061794 ], [ -7.287202656479601, 57.563225819319904 ], [ -7.288261210525421, 57.563377553488138 ], [ -7.290070986033924, 57.563087387714297 ], [ -7.289759393467414, 57.56231488292886 ], [ -7.288627115645833, 57.561874698221708 ], [ -7.289550535283695, 57.561730636556852 ], [ -7.289147158219725, 57.56140922314421 ], [ -7.285883890000926, 57.561801778199602 ], [ -7.28483424312424, 57.560754278938347 ], [ -7.283377238372971, 57.560913490631428 ], [ -7.282823139748271, 57.560545288408164 ], [ -7.282208071143098, 57.560656572369403 ], [ -7.281072687773988, 57.560320838323264 ], [ -7.279451669201319, 57.560734345272579 ], [ -7.277124410769633, 57.559811423106957 ], [ -7.277910730616686, 57.560338193238337 ], [ -7.277419204936545, 57.560654845502583 ], [ -7.275667334434758, 57.560685942351299 ], [ -7.274813778314622, 57.560411237494883 ], [ -7.273973450057017, 57.560643497354533 ], [ -7.272920212546886, 57.559741836455856 ], [ -7.27166992970674, 57.559744680039977 ], [ -7.271632480347927, 57.559197330445969 ], [ -7.270608916043901, 57.558962109266631 ], [ -7.271223033775403, 57.558740238786832 ], [ -7.271006198003665, 57.558537845571848 ], [ -7.269636834248516, 57.558504259751288 ], [ -7.269970488086209, 57.558149251485837 ], [ -7.271223711838144, 57.558028418204181 ], [ -7.271410079906812, 57.558378763987548 ], [ -7.272257035871442, 57.558365809818817 ], [ -7.273354662698043, 57.558003105755503 ], [ -7.274030041686774, 57.558469752431755 ], [ -7.275574657845112, 57.558499549345228 ], [ -7.276017375942788, 57.558308230256507 ], [ -7.275580074649259, 57.558040390577908 ], [ -7.276066275532766, 57.558033522217791 ], [ -7.27806055718488, 57.558901124826214 ], [ -7.279448111316465, 57.558736785691046 ], [ -7.27928149763524, 57.558511603436941 ], [ -7.27774498673466, 57.5585031091709 ], [ -7.27775572327766, 57.558161609383014 ], [ -7.275806554397226, 57.557500882440259 ], [ -7.273619790792409, 57.557579866531512 ], [ -7.273608031230756, 57.557094431700712 ], [ -7.270928815248395, 57.557472046117759 ], [ -7.271156847756695, 57.556977476191157 ], [ -7.270692843257835, 57.556709838525073 ], [ -7.271313559049417, 57.55647599227423 ], [ -7.270218733367398, 57.556591999458689 ], [ -7.270329122436899, 57.556094255134802 ], [ -7.27335486527604, 57.556410336100505 ], [ -7.273363310359957, 57.556052736059428 ], [ -7.272051965168164, 57.55591056557008 ], [ -7.271386910573729, 57.555375988139815 ], [ -7.272414384583597, 57.554622085808504 ], [ -7.273456499460937, 57.554558657419001 ], [ -7.274014865410311, 57.554842130264745 ], [ -7.273672357092816, 57.555147129354602 ], [ -7.274200636432999, 57.55521139438364 ], [ -7.2762334301429, 57.554948975185042 ], [ -7.278075757483845, 57.555104844616103 ], [ -7.27751122882096, 57.554963826260284 ], [ -7.277486761703829, 57.554552712137038 ], [ -7.278915963519518, 57.554757375381826 ], [ -7.278880657390406, 57.554375511254996 ], [ -7.280556542071444, 57.554780385244626 ], [ -7.279776993842138, 57.555499668464655 ], [ -7.280904954930255, 57.555854618669002 ], [ -7.281566781128713, 57.556492769911074 ], [ -7.281969633834497, 57.556177118367415 ], [ -7.282616946305176, 57.556219259017638 ], [ -7.280565075528673, 57.557065696150168 ], [ -7.280491527907438, 57.557608701476717 ], [ -7.281810558034518, 57.557457106271649 ], [ -7.28244493485059, 57.556798791573641 ], [ -7.283105613018408, 57.556736884227128 ], [ -7.28299369446265, 57.557153719858256 ], [ -7.28233965473046, 57.557272939717166 ], [ -7.283747826201096, 57.557458636234536 ], [ -7.283397803895095, 57.557815271125705 ], [ -7.282754126347316, 57.55762540247364 ], [ -7.280830418186142, 57.55787885140883 ], [ -7.282075931724411, 57.558270258361617 ], [ -7.282943498503784, 57.558076393439237 ], [ -7.283570220091049, 57.558541433426349 ], [ -7.281631507695878, 57.558991694666474 ], [ -7.280695298304098, 57.558678201742644 ], [ -7.279611617457078, 57.558813619667632 ], [ -7.279917127781116, 57.558969088284947 ], [ -7.279482542302973, 57.559447138675651 ], [ -7.28006122469189, 57.559327494560584 ], [ -7.28139856990573, 57.559716859233539 ], [ -7.285401181778163, 57.558433115096136 ], [ -7.285118906547694, 57.558195695811861 ], [ -7.2858450073705, 57.55800774667307 ], [ -7.287406523729104, 57.558280554448565 ], [ -7.288019745033586, 57.557938053540255 ], [ -7.289743931067746, 57.558016828598419 ], [ -7.290059884230306, 57.558359008972872 ], [ -7.28968363187624, 57.558811251300206 ], [ -7.291291863409707, 57.558829185201759 ], [ -7.29155224985959, 57.559215091101194 ], [ -7.291786708117101, 57.558904681716669 ], [ -7.292108334524793, 57.560079905029887 ], [ -7.291510111716079, 57.560928426140144 ], [ -7.291689913105896, 57.561393307279538 ], [ -7.292470901357438, 57.561616957964567 ], [ -7.291443536052642, 57.562093863152704 ], [ -7.292186418002872, 57.561836782917922 ], [ -7.294282319257559, 57.561960173574185 ], [ -7.293874478769729, 57.562851097090331 ], [ -7.295565128644221, 57.56320387122441 ], [ -7.296962908505773, 57.564615500015087 ], [ -7.295871725373606, 57.566552028281528 ], [ -7.296599631995565, 57.566743692997612 ], [ -7.296337656864063, 57.566957181224055 ], [ -7.297374863406602, 57.567789149127016 ], [ -7.298380487742226, 57.568059112939146 ], [ -7.297448621595278, 57.567686160612745 ], [ -7.296608136212783, 57.566296095391671 ], [ -7.29705022353067, 57.566169519721853 ], [ -7.298651051930472, 57.566628620546474 ], [ -7.298751691908631, 57.566066461075977 ], [ -7.297668445072682, 57.565918550353203 ], [ -7.297566981081466, 57.564658486357381 ], [ -7.296901016678077, 57.564075475377791 ], [ -7.297344017583829, 57.563759884781305 ], [ -7.296108959874045, 57.562442205114571 ], [ -7.295182826350199, 57.562199481488854 ], [ -7.295197015276409, 57.561871329195895 ], [ -7.296437891302578, 57.561400711710881 ], [ -7.293634404958012, 57.561224309792465 ], [ -7.293044237284123, 57.560643495065669 ], [ -7.293301528798145, 57.560190842465673 ], [ -7.295284082626782, 57.56107757538026 ], [ -7.295722568218677, 57.5606505947625 ], [ -7.294405989957419, 57.55922024577049 ], [ -7.296001390549417, 57.558586246950711 ], [ -7.297634571985004, 57.558499564178454 ], [ -7.297841539734732, 57.558794118044844 ], [ -7.302306430798681, 57.558676417587073 ], [ -7.300729649972793, 57.557736721640694 ], [ -7.299586923272934, 57.557765013934976 ], [ -7.299927226064347, 57.557273756737253 ], [ -7.300508065942052, 57.557640761255456 ], [ -7.302048573034479, 57.55733204946543 ], [ -7.302799517111767, 57.55772877793779 ], [ -7.305437476866547, 57.557563687266608 ], [ -7.305827583578199, 57.557770424729206 ], [ -7.306460237077, 57.55729832696575 ], [ -7.305719544240148, 57.556868791845375 ], [ -7.306297049364447, 57.5567418742448 ], [ -7.306233877641908, 57.556434975225429 ], [ -7.301783549486559, 57.554789339064861 ], [ -7.302840284894109, 57.554366896763263 ], [ -7.306504566235142, 57.554146859233029 ], [ -7.303319855460833, 57.553855366012108 ], [ -7.303001701848681, 57.553142557406964 ], [ -7.301832343751122, 57.553607538515358 ], [ -7.301276268745635, 57.552743663623311 ], [ -7.300536384860297, 57.552571434002203 ], [ -7.299172550258634, 57.553126464501347 ], [ -7.298868643305883, 57.55285578959846 ], [ -7.300044549836979, 57.551987413777837 ], [ -7.298526306172083, 57.551849728600473 ], [ -7.298910833461208, 57.551604979487017 ], [ -7.301366858041055, 57.551182153420733 ], [ -7.302769220838147, 57.551259891877947 ], [ -7.303177711574021, 57.550892635452051 ], [ -7.304952603489386, 57.550471422648798 ], [ -7.304843978605451, 57.548991188686074 ], [ -7.303719831164904, 57.548432918315818 ], [ -7.301669271651559, 57.548926014349398 ], [ -7.300733562852995, 57.549626819002654 ], [ -7.299276388438768, 57.548792766139876 ], [ -7.297080350347958, 57.549022843105618 ], [ -7.298158877545445, 57.54948680291286 ], [ -7.297641514569827, 57.549991804601888 ], [ -7.297905718226057, 57.550369438016709 ], [ -7.299026156278852, 57.550477075258343 ], [ -7.299608324208632, 57.55091151626474 ], [ -7.298839459309962, 57.551264228168023 ], [ -7.297139417300704, 57.551406840188598 ], [ -7.296187644563794, 57.551825720731713 ], [ -7.294398961142632, 57.551577875915171 ], [ -7.295052874219573, 57.551251622953593 ], [ -7.29288455149696, 57.551477757208168 ], [ -7.292795180896888, 57.551024375730449 ], [ -7.291893014039148, 57.551047891741085 ], [ -7.291844451882851, 57.550690881610024 ], [ -7.291121425433876, 57.550633974379039 ], [ -7.292220005550957, 57.550591411057027 ], [ -7.292462551408581, 57.550924071032036 ], [ -7.293375135263082, 57.550649946997325 ], [ -7.293546057657563, 57.549799576865865 ], [ -7.292294647064286, 57.549493123949894 ], [ -7.291152987343445, 57.549768767050558 ], [ -7.290049640151075, 57.548477006370319 ], [ -7.28815402421302, 57.548689806275839 ], [ -7.286226748553977, 57.547635984639498 ], [ -7.287936980731776, 57.547645167720503 ], [ -7.287824572295639, 57.547274640434303 ], [ -7.286571409162055, 57.546805330390782 ], [ -7.286606139220518, 57.546410627606143 ], [ -7.284310033626076, 57.54563952694636 ], [ -7.281467547905851, 57.545935154354304 ], [ -7.282491216225315, 57.547314911264024 ], [ -7.28518440047125, 57.548088279212706 ], [ -7.284773055753875, 57.548632868029721 ], [ -7.284113728182194, 57.548656936623139 ], [ -7.283996167895941, 57.549115404982246 ], [ -7.284832967854943, 57.549552722878317 ], [ -7.28413364763358, 57.549924020322557 ], [ -7.284695428927699, 57.550184805937413 ], [ -7.284938066251081, 57.551383152045062 ], [ -7.28534804348835, 57.551509025954502 ], [ -7.284464645055585, 57.552007732850917 ], [ -7.282615348728393, 57.551007273820247 ], [ -7.282286952536116, 57.551212721374419 ], [ -7.282974449088975, 57.551543830836934 ], [ -7.283485864428869, 57.552506835117981 ], [ -7.285353743506938, 57.552747011459729 ], [ -7.284522966545919, 57.553204815061513 ], [ -7.282930586236116, 57.552994463390981 ], [ -7.28188121435895, 57.552476959921492 ], [ -7.282346475628789, 57.552972171604885 ], [ -7.282026036284454, 57.553071099517076 ], [ -7.277047359050179, 57.553023352306433 ], [ -7.276178698137378, 57.552724097558503 ], [ -7.274897713153751, 57.552883042540742 ], [ -7.273444418107395, 57.552395887327364 ], [ -7.271925088581511, 57.552550384273765 ], [ -7.270712729468213, 57.551761556781173 ], [ -7.270203327474977, 57.552150919447477 ], [ -7.269122471585872, 57.552050368642341 ], [ -7.268630473568042, 57.551218783000834 ], [ -7.265124853016546, 57.552546011486648 ], [ -7.264636066654528, 57.552245195343311 ], [ -7.263620285710227, 57.55233984617584 ], [ -7.263632267063997, 57.551971303011193 ], [ -7.264724294243012, 57.552021941293447 ], [ -7.265419661001358, 57.551668020476384 ], [ -7.264949599360166, 57.551056871050285 ], [ -7.264362457196934, 57.551036423197679 ], [ -7.262522414842756, 57.551554257904037 ], [ -7.263197750250747, 57.551825688829403 ], [ -7.262758202277083, 57.551992534425096 ], [ -7.263120649979808, 57.552218549883449 ], [ -7.262811790754313, 57.552559905556663 ], [ -7.261590214604362, 57.552771122306702 ], [ -7.260648610495515, 57.552661081488047 ], [ -7.260590912781493, 57.552238758946338 ], [ -7.258329767200792, 57.552206309413251 ], [ -7.258149406877448, 57.55182690189956 ], [ -7.258637743263215, 57.551568949948425 ], [ -7.257555240880536, 57.551920097074223 ], [ -7.256942879291853, 57.55085593543388 ], [ -7.255477337698817, 57.551243749936205 ], [ -7.254101310010786, 57.551185084277201 ], [ -7.254558984408559, 57.551456641948604 ], [ -7.25387154427376, 57.55178497357457 ], [ -7.253387745055976, 57.551193255732095 ], [ -7.252318374351352, 57.551009296786873 ], [ -7.250246907636486, 57.551235148937693 ], [ -7.249588002036274, 57.551587462506475 ], [ -7.249151029101355, 57.55148239692118 ], [ -7.250075808562533, 57.551151396876946 ], [ -7.249851515334238, 57.551000573572708 ], [ -7.247712944510706, 57.551446044574519 ], [ -7.246771656319231, 57.55132599019484 ], [ -7.246506925487214, 57.550929387550134 ], [ -7.245386436209185, 57.55128470947858 ], [ -7.238215452431137, 57.551004578361699 ], [ -7.238538298931131, 57.550747292033478 ], [ -7.237241424251021, 57.550389102135348 ], [ -7.234092548004434, 57.551503537693065 ], [ -7.232648108658091, 57.551527566727685 ], [ -7.230899669385959, 57.55216169908293 ], [ -7.228794204172277, 57.552408401252428 ], [ -7.225782607258672, 57.552185161350792 ], [ -7.223954922733975, 57.551685090310798 ], [ -7.222212471515006, 57.551685366592899 ], [ -7.221487098091897, 57.551331213365962 ], [ -7.221096591822706, 57.551374397956209 ], [ -7.221906258505982, 57.551919422406591 ], [ -7.220926640633557, 57.551823261356191 ], [ -7.220683537330584, 57.552100589224779 ], [ -7.218469657993476, 57.552175243851025 ], [ -7.217605347665224, 57.551995993875956 ], [ -7.217889313484562, 57.551746673997933 ], [ -7.214959594681433, 57.552093876564328 ], [ -7.211670453611417, 57.551836801890317 ], [ -7.208118317682874, 57.552946554437192 ], [ -7.205667017823134, 57.553175670742966 ], [ -7.203441447202864, 57.551693849164437 ], [ -7.202699820700534, 57.551646202933838 ], [ -7.202596094733047, 57.5519510281812 ], [ -7.201810911288279, 57.552090539025841 ], [ -7.201731015775247, 57.551484659922409 ], [ -7.20033010696428, 57.551262667876024 ], [ -7.194646792125519, 57.552031697600469 ], [ -7.192787910356316, 57.551814113203683 ], [ -7.192526252001513, 57.551270614755197 ], [ -7.191806818854028, 57.551155403505568 ], [ -7.192446227429452, 57.55222321934847 ], [ -7.188118255568821, 57.552344885774417 ], [ -7.189462036202082, 57.551591269521538 ], [ -7.189197355912498, 57.55104968954668 ], [ -7.188024092280915, 57.551097124963235 ], [ -7.187965278522934, 57.550285217069451 ], [ -7.187246904434579, 57.551281205174028 ], [ -7.187744516540929, 57.552059743030824 ], [ -7.185499781906043, 57.552399630798689 ], [ -7.182318074750796, 57.552460400818426 ], [ -7.181929767406599, 57.55220193577113 ], [ -7.180894034432312, 57.552451500727791 ], [ -7.179867877742197, 57.551886336891805 ], [ -7.180999582912493, 57.551664325575821 ], [ -7.179682010927437, 57.55140358567359 ], [ -7.180669755922334, 57.551111013686686 ], [ -7.180547216722358, 57.550661650959597 ], [ -7.17828202180364, 57.550210421842031 ], [ -7.176884836041139, 57.550330846262732 ], [ -7.177069450234675, 57.549981331374212 ], [ -7.17629037317234, 57.549504963343146 ], [ -7.178419424592493, 57.548882056099721 ], [ -7.179047223484223, 57.548883235303663 ], [ -7.179320223396045, 57.54921393547432 ], [ -7.180127971144587, 57.549068238763155 ], [ -7.178163662682988, 57.548613631964379 ], [ -7.178523064075265, 57.548139952853724 ], [ -7.177279827165081, 57.547930123105189 ], [ -7.175186154439486, 57.549095940247369 ], [ -7.17429493142492, 57.548831124166767 ], [ -7.174480199714907, 57.548486085639141 ], [ -7.17173768638724, 57.548796691591441 ], [ -7.168223475072074, 57.54838757248767 ], [ -7.168005267922069, 57.547793660227981 ], [ -7.166985125373071, 57.547858012579319 ], [ -7.165481151219503, 57.547402322193967 ], [ -7.164169260369786, 57.547946512744346 ], [ -7.16412737453774, 57.548713058845749 ], [ -7.163356665803335, 57.548353246053978 ], [ -7.162854843557596, 57.548945189960534 ], [ -7.164459963624885, 57.549936644116237 ], [ -7.163841447330584, 57.550177956535336 ], [ -7.164420128342337, 57.550599629454808 ], [ -7.164002488294807, 57.550900190298897 ], [ -7.164841300170113, 57.551090745105824 ], [ -7.1647573996768, 57.551679054757322 ], [ -7.165874850300368, 57.552240591653891 ], [ -7.165182688345536, 57.552493928452847 ], [ -7.166779699553654, 57.552365439995413 ], [ -7.164288564788307, 57.553565360682633 ], [ -7.16450082325448, 57.553763611249849 ], [ -7.165530092051845, 57.553703407955339 ], [ -7.165335173708129, 57.553450459945658 ], [ -7.165779790270432, 57.553634680327846 ], [ -7.165737735364285, 57.554576695275749 ], [ -7.165134645024938, 57.554160526516561 ], [ -7.164800680073134, 57.554579130595833 ], [ -7.164295689965473, 57.554028464673536 ], [ -7.162842231161916, 57.554461465621131 ], [ -7.160747227044757, 57.554029937908794 ], [ -7.158412858518792, 57.55409406893375 ], [ -7.157115137908199, 57.554327168018368 ], [ -7.157739936180459, 57.554719989307451 ], [ -7.155414220354788, 57.555849963704432 ], [ -7.147434120464129, 57.556297797789924 ], [ -7.144741578044038, 57.555723961907944 ], [ -7.147404040614558, 57.555138300429284 ], [ -7.147398150729026, 57.554445704314659 ], [ -7.145922327476136, 57.554721955493179 ], [ -7.145510246807496, 57.554648811274539 ], [ -7.146448874580689, 57.554479994878285 ], [ -7.145996019986963, 57.554296044840775 ], [ -7.142908346689455, 57.554656097437459 ], [ -7.142179107209478, 57.554411435765296 ], [ -7.139607732722341, 57.554871798424593 ], [ -7.139951360171101, 57.554578843834825 ], [ -7.137570870101891, 57.554612975773857 ], [ -7.136543179907137, 57.554151010745159 ], [ -7.135146030362908, 57.55409550546981 ], [ -7.133808886829271, 57.552863326301747 ], [ -7.133961632782603, 57.552344225888589 ], [ -7.134715892590711, 57.551877086326598 ], [ -7.136167531773872, 57.551844893095144 ], [ -7.136717920372624, 57.551534517935913 ], [ -7.136545363402236, 57.551082666533411 ], [ -7.135782207170494, 57.550893340568081 ], [ -7.136361049131041, 57.550428843617617 ], [ -7.137639205928386, 57.550057290365281 ], [ -7.13843489232151, 57.550299264699937 ], [ -7.138115708851761, 57.549875891536239 ], [ -7.139802570600919, 57.549613611187453 ], [ -7.139663458448778, 57.549398841115199 ], [ -7.138540837502763, 57.549449146499008 ], [ -7.136157166611268, 57.550288693969243 ], [ -7.134539176324622, 57.550327670195088 ], [ -7.135637918563129, 57.549752003053023 ], [ -7.133914358477744, 57.549160931434656 ], [ -7.135616832673586, 57.548772101421854 ], [ -7.133844182612267, 57.548425972270095 ], [ -7.135967677992097, 57.548055965491038 ], [ -7.133966547973822, 57.548047575610624 ], [ -7.133117060414918, 57.547245405370845 ], [ -7.134582320079434, 57.54671779153734 ], [ -7.136386456772932, 57.546635228044153 ], [ -7.136386635060824, 57.546221321210183 ], [ -7.135678665568228, 57.546007251827255 ], [ -7.135857815250811, 57.545379097173644 ], [ -7.138450873117938, 57.54430605876572 ], [ -7.136555008162158, 57.543915511735207 ], [ -7.136298556961305, 57.543521069464212 ], [ -7.138862199262999, 57.543366997606185 ], [ -7.138877390959566, 57.543118937309501 ], [ -7.138387609434854, 57.543264891784695 ], [ -7.137910951314302, 57.54291092946881 ], [ -7.138738016393966, 57.542724220978947 ], [ -7.139280189741758, 57.541941779485349 ], [ -7.140162408764415, 57.54167182951268 ], [ -7.1392306496166, 57.54141292891736 ], [ -7.13828726901331, 57.541545901500676 ], [ -7.137890147390595, 57.541103215014957 ], [ -7.139890325041169, 57.540396243794206 ], [ -7.140363151159842, 57.539715602849036 ], [ -7.137998552097865, 57.539974063658335 ], [ -7.137022621316072, 57.539757440547206 ], [ -7.137110164813032, 57.539488433575777 ], [ -7.135953589349597, 57.53971106686808 ], [ -7.136105162388783, 57.539421453709238 ], [ -7.134025619498312, 57.539506252489083 ], [ -7.134095256337537, 57.538932052816641 ], [ -7.135498718613101, 57.53873985826386 ], [ -7.133963008653885, 57.538528044421433 ], [ -7.13615009042843, 57.537426604698268 ], [ -7.135161387878788, 57.537237483416 ], [ -7.133931661607261, 57.537593550779341 ], [ -7.132210127446509, 57.537546754204101 ], [ -7.131906003614234, 57.537050773471151 ], [ -7.132778199547993, 57.53665081414664 ], [ -7.134198097399549, 57.536516447933337 ], [ -7.133085540906154, 57.536219888474371 ], [ -7.133610508437603, 57.535730601857004 ], [ -7.133215301835168, 57.535656735202856 ], [ -7.133447653875737, 57.535287350983097 ], [ -7.134079763687787, 57.535261579852516 ], [ -7.134013651159616, 57.534436477291621 ], [ -7.135001449744089, 57.534085773781655 ], [ -7.133758172048138, 57.53392951982466 ], [ -7.13608176974269, 57.533204915784481 ], [ -7.135482294438716, 57.532927940089515 ], [ -7.136554232412943, 57.532699760816953 ], [ -7.135138870457494, 57.53256853703158 ], [ -7.137644167994605, 57.531769007112466 ], [ -7.137402192201765, 57.531535938973413 ], [ -7.138093366718785, 57.531692191587737 ], [ -7.137997754185182, 57.531192214696283 ], [ -7.139361883255135, 57.530664155275915 ], [ -7.138610844847756, 57.530379884548609 ], [ -7.139925670522181, 57.529858329137724 ], [ -7.140142733101263, 57.528729236238121 ], [ -7.138742530520935, 57.528111554434773 ], [ -7.138027220590697, 57.527249962099795 ], [ -7.13929795734911, 57.526653728269075 ], [ -7.139010515876484, 57.525801668826283 ], [ -7.139783108957388, 57.525468702784877 ], [ -7.140855812232809, 57.525721834466758 ], [ -7.139949111652566, 57.525281968789194 ], [ -7.140596110589025, 57.52506659785486 ], [ -7.141478002461326, 57.525093570817454 ], [ -7.141373890158838, 57.525363259214032 ], [ -7.142144431485197, 57.525430766338779 ], [ -7.14260415419066, 57.525843886072138 ], [ -7.142899822409885, 57.525390913353284 ], [ -7.143277141262776, 57.525753409752532 ], [ -7.143778882382409, 57.525220033004246 ], [ -7.145809279685252, 57.525326016560705 ], [ -7.145055882621376, 57.524965400229384 ], [ -7.145303842627006, 57.524707824972459 ], [ -7.146657186721423, 57.523928177744246 ], [ -7.14734602440987, 57.523891017868152 ], [ -7.147379350285644, 57.523475752387533 ], [ -7.145219698707387, 57.523105142926411 ], [ -7.145998698607241, 57.522699890964923 ], [ -7.144577690239968, 57.521637733046397 ], [ -7.145071053089601, 57.521460107714184 ], [ -7.144654511017015, 57.521234188327746 ], [ -7.145933585547288, 57.521172912723735 ], [ -7.145446201953504, 57.520504496674917 ], [ -7.147876462216582, 57.520720066738306 ], [ -7.148650284200128, 57.519923599515749 ], [ -7.148156984345741, 57.519331917229955 ], [ -7.148959781211385, 57.519924437805678 ], [ -7.149500013652906, 57.519605409425679 ], [ -7.148677837549342, 57.517987924417554 ], [ -7.146500757775838, 57.51642583746353 ], [ -7.147317606447146, 57.516230476409177 ], [ -7.147841743293843, 57.515205777588868 ], [ -7.149892199654698, 57.515220882467723 ], [ -7.149573701357937, 57.514505082234258 ], [ -7.151254838072552, 57.51474672334944 ], [ -7.151883343092212, 57.51434308856097 ], [ -7.154429235223593, 57.514787736395114 ], [ -7.155491749279053, 57.514438293216038 ], [ -7.158781222578191, 57.51446548450609 ], [ -7.16054055130445, 57.5141369259971 ], [ -7.16339884218469, 57.514838525899606 ], [ -7.162612961166336, 57.514425360376592 ], [ -7.16322131367859, 57.514175457989779 ], [ -7.162652095024685, 57.513343997202789 ], [ -7.163876210520558, 57.513014845813515 ], [ -7.168686494228444, 57.513627230969171 ], [ -7.169515467975772, 57.513282755799629 ], [ -7.168481106566068, 57.512650381563837 ], [ -7.16719160251824, 57.512635840025837 ], [ -7.167046283023571, 57.512259390144173 ], [ -7.167686409584633, 57.512116136296846 ], [ -7.167647730857327, 57.511843284844915 ], [ -7.165442667333869, 57.511384919116168 ], [ -7.164912954641618, 57.510655324000297 ], [ -7.164148361014954, 57.511159091685705 ], [ -7.164986786878732, 57.51194350712445 ], [ -7.163373746346186, 57.512477583298597 ], [ -7.163420072259149, 57.512745622597066 ], [ -7.162384101017969, 57.512455190511709 ], [ -7.160247835703029, 57.512659762399821 ], [ -7.160609987363079, 57.512914854020885 ], [ -7.160212679516984, 57.513120100144185 ], [ -7.157826623007097, 57.513154910665307 ], [ -7.157533937299428, 57.512622527514338 ], [ -7.155960414252656, 57.513141388947716 ], [ -7.155496563998739, 57.512935439845101 ], [ -7.155029124901394, 57.513413479463779 ], [ -7.153512724055064, 57.513745511571479 ], [ -7.151122630753825, 57.51387033803077 ], [ -7.150837991596932, 57.514340879552925 ], [ -7.149741743773276, 57.513800869733039 ], [ -7.147996722353533, 57.513935235142064 ], [ -7.148418043915858, 57.513189173448254 ], [ -7.145824260887331, 57.513173765597131 ], [ -7.145732808568871, 57.512466671518347 ], [ -7.14750972741801, 57.511966616905774 ], [ -7.147999225968464, 57.511348237579291 ], [ -7.149664167903283, 57.511239640195939 ], [ -7.149165768796935, 57.511084571137438 ], [ -7.149814213360616, 57.510585651926696 ], [ -7.149084605741691, 57.510687484733623 ], [ -7.148242556758639, 57.509993099384083 ], [ -7.149014399739287, 57.509480138795944 ], [ -7.151153930699552, 57.509950464955914 ], [ -7.151162554905926, 57.510543974457356 ], [ -7.153413842372101, 57.510739752715203 ], [ -7.153896714354684, 57.511021412092298 ], [ -7.15508407389541, 57.51090530300614 ], [ -7.155498907742073, 57.510528394440534 ], [ -7.157700768043163, 57.510433687404408 ], [ -7.157084401455949, 57.509622133744543 ], [ -7.158228837013231, 57.509084848242878 ], [ -7.15859077142161, 57.509456926895929 ], [ -7.158243364227662, 57.510546421180393 ], [ -7.159510230993692, 57.510696950121222 ], [ -7.159918523018878, 57.51039227769683 ], [ -7.1586897560957, 57.509979250658816 ], [ -7.159237050434418, 57.509475426905226 ], [ -7.16067832952696, 57.510149674292563 ], [ -7.162826175432365, 57.510264044901653 ], [ -7.162612676254047, 57.509759917068081 ], [ -7.163048246260831, 57.509589084505706 ], [ -7.162644000906695, 57.509272740988997 ], [ -7.162770871577264, 57.509047086263799 ], [ -7.163289162066766, 57.509165294122027 ], [ -7.163143721254909, 57.508433425433125 ], [ -7.164020074862099, 57.508482952934081 ], [ -7.163999912330828, 57.508753720010958 ], [ -7.165439090895818, 57.508586687198367 ], [ -7.167052785898163, 57.508943355841566 ], [ -7.167269708990644, 57.508763487930842 ], [ -7.167688776063532, 57.509007224725515 ], [ -7.167353599760437, 57.50917845138752 ], [ -7.168613206842529, 57.50951364578362 ], [ -7.168900116885444, 57.509060960167098 ], [ -7.170247605110554, 57.509131586374231 ], [ -7.171498674411462, 57.509701052184617 ], [ -7.174935912833219, 57.509181855150715 ], [ -7.175727897367295, 57.508577911998309 ], [ -7.176829504455248, 57.508388636492406 ], [ -7.177707301693373, 57.508977894163777 ], [ -7.17946207111783, 57.508973178647338 ], [ -7.179973369946214, 57.509865442462008 ], [ -7.178980110769472, 57.510405710895427 ], [ -7.179617902193464, 57.510658406246719 ], [ -7.180840988215503, 57.51050008972949 ], [ -7.182103619049234, 57.511266937473685 ], [ -7.182004749015312, 57.510983068862373 ], [ -7.183267943124794, 57.511048030150661 ], [ -7.18438310628899, 57.510718660214756 ], [ -7.185887233737879, 57.510890646212957 ], [ -7.186982673386746, 57.51136289895144 ], [ -7.18802537819067, 57.511346917970243 ], [ -7.188918774828605, 57.51192646230421 ], [ -7.189397673979591, 57.51182573486534 ], [ -7.189187178021678, 57.512108856898017 ], [ -7.188527406610719, 57.512113561008633 ], [ -7.189970784523938, 57.512445471886082 ], [ -7.189936004058381, 57.512905811674422 ], [ -7.192134581286983, 57.513022094634799 ], [ -7.193267843767307, 57.5135827175719 ], [ -7.194607832515066, 57.513716384402713 ], [ -7.195373552734446, 57.514220172304313 ], [ -7.196312195654915, 57.514001461372942 ], [ -7.196324199124864, 57.514378889733777 ], [ -7.198778498424473, 57.514880422626973 ], [ -7.199594996221032, 57.5147432167741 ], [ -7.200217959784594, 57.513894144449168 ], [ -7.202971749303643, 57.513096475444186 ], [ -7.20415958229356, 57.513276822553891 ], [ -7.205023225559107, 57.513879985610274 ], [ -7.206741143189253, 57.51367395803068 ], [ -7.209187217991041, 57.514058652697251 ], [ -7.211844981566528, 57.514812463526127 ], [ -7.215824618982764, 57.516856697925199 ], [ -7.217360478296237, 57.517130482681104 ], [ -7.217503906805854, 57.518132348961757 ], [ -7.218289765270661, 57.518248244679015 ], [ -7.217273865662184, 57.518861749232741 ], [ -7.219209920524621, 57.518426054668701 ], [ -7.220130182168687, 57.518954788689776 ], [ -7.219375812330519, 57.519525970363595 ], [ -7.221233526877353, 57.520060814638335 ], [ -7.222796854578482, 57.519766501954415 ], [ -7.222015806645315, 57.518867577796641 ], [ -7.220706127110607, 57.518364007318176 ], [ -7.220542360537369, 57.518096350337984 ], [ -7.221041091185438, 57.518075664663847 ], [ -7.220591508155754, 57.517797366880572 ], [ -7.221327368461199, 57.517505892866829 ], [ -7.221345528370222, 57.518332986848556 ], [ -7.223474734238867, 57.518253645651818 ], [ -7.223164168541335, 57.518770440763781 ], [ -7.22437194577074, 57.518562846771538 ], [ -7.225943801744129, 57.518970011426745 ], [ -7.225044113242876, 57.51736066038147 ], [ -7.224084806688039, 57.516793089476842 ], [ -7.225521148309531, 57.51596410723814 ], [ -7.225628802600658, 57.515023807681999 ], [ -7.224701128386288, 57.515084814730557 ], [ -7.223642931620645, 57.516626961938584 ], [ -7.22179708359474, 57.516757541799265 ], [ -7.220888856446054, 57.515728913814925 ], [ -7.219902894566448, 57.515499856703329 ], [ -7.220103463155012, 57.51479866705192 ], [ -7.219545270397143, 57.514637350184678 ], [ -7.217997611994454, 57.515565359226159 ], [ -7.215101917852315, 57.515428918006741 ], [ -7.215739282768665, 57.514916599890164 ], [ -7.214027659128478, 57.514173169359623 ], [ -7.209329157179538, 57.513823322399951 ], [ -7.208772314884844, 57.513378457986946 ], [ -7.207246887083723, 57.513293105492551 ], [ -7.207069841430288, 57.512756035673902 ], [ -7.206463747500298, 57.512961073709981 ], [ -7.204074633500868, 57.512798929289367 ], [ -7.201130765074275, 57.512029790188585 ], [ -7.199679860200927, 57.510942466795768 ], [ -7.200147835118592, 57.510882640587425 ], [ -7.197993754732194, 57.509963822970612 ], [ -7.198838174373305, 57.510140403362271 ], [ -7.198932328390526, 57.509569627200662 ], [ -7.19997167990633, 57.509882118907974 ], [ -7.200330376243371, 57.509642343185455 ], [ -7.201319907064236, 57.50983990574295 ], [ -7.199890675163723, 57.509255590876151 ], [ -7.20181229780142, 57.509189680281992 ], [ -7.201677516248001, 57.508772334426624 ], [ -7.202987351732738, 57.508695696115765 ], [ -7.201641836851876, 57.508287905062012 ], [ -7.202056179914831, 57.507793873527206 ], [ -7.201518780949888, 57.507015243462583 ], [ -7.203328979316654, 57.50734083583626 ], [ -7.204252548966831, 57.507955020228714 ], [ -7.204261416402016, 57.508427061054803 ], [ -7.205317457336561, 57.508329398609739 ], [ -7.208587762848322, 57.509102921748571 ], [ -7.210430725706934, 57.509247094396365 ], [ -7.209567751575469, 57.508531462860844 ], [ -7.209884179740498, 57.508347397222693 ], [ -7.212597770576552, 57.508792929472619 ], [ -7.212998553839269, 57.50843889346001 ], [ -7.214008572735705, 57.508662503211113 ], [ -7.213795016312719, 57.508104457761441 ], [ -7.215446877020359, 57.508724384742173 ], [ -7.216738793240186, 57.508756324624649 ], [ -7.217011200083324, 57.509257936895636 ], [ -7.217543008816435, 57.509001934694609 ], [ -7.220806012815824, 57.510013906279447 ], [ -7.220309187411943, 57.509580098773185 ], [ -7.21955614122067, 57.509575338460017 ], [ -7.219595029121985, 57.509146304928734 ], [ -7.221287718468512, 57.508999606349008 ], [ -7.21970610149808, 57.508520813429492 ], [ -7.219103120255628, 57.507753967374349 ], [ -7.220185960850939, 57.507727053746642 ], [ -7.222076937516133, 57.508206501380847 ], [ -7.224569251190354, 57.509731764840147 ], [ -7.227961680361134, 57.510828168032802 ], [ -7.227728066450467, 57.511589236661266 ], [ -7.228595459528656, 57.511341743117512 ], [ -7.229413924302546, 57.511685670894998 ], [ -7.228514190022059, 57.512465418294411 ], [ -7.228631417601525, 57.512932963610375 ], [ -7.22810975491735, 57.51296813141365 ], [ -7.226984813401029, 57.512119516432314 ], [ -7.225824638278683, 57.512482636229571 ], [ -7.227432300034351, 57.513432691449054 ], [ -7.227804822156161, 57.5143395529862 ], [ -7.228576482777157, 57.51429850111893 ], [ -7.228981526659409, 57.514965551818726 ], [ -7.228922165654149, 57.513910707410737 ], [ -7.231065886595712, 57.51399259891032 ], [ -7.230229961951919, 57.513410948314927 ], [ -7.229219167365594, 57.513358464932416 ], [ -7.22938749484376, 57.512492124997046 ], [ -7.230605677879663, 57.51189260232502 ], [ -7.232055717036507, 57.512093285136579 ], [ -7.232791873200445, 57.512620581935991 ], [ -7.232716685642094, 57.513028636417857 ], [ -7.231459514207667, 57.513647796824237 ], [ -7.232119399895095, 57.513818331955527 ], [ -7.232339733770268, 57.513431239320369 ], [ -7.233523518452103, 57.513058078356224 ], [ -7.234180612837282, 57.51384960966012 ], [ -7.233594001908152, 57.514305927336402 ], [ -7.234971159725993, 57.514347638119922 ], [ -7.23535202595495, 57.514088838851428 ], [ -7.235749234559507, 57.514351267355913 ], [ -7.236652533870546, 57.514237201329117 ], [ -7.236842188141593, 57.514800711102723 ], [ -7.238625238486325, 57.514699515449827 ], [ -7.238273970813585, 57.514349698212634 ], [ -7.238951530748531, 57.514177521924097 ], [ -7.238116693280433, 57.51267353483496 ], [ -7.239441812005347, 57.512469903560195 ], [ -7.238879580872601, 57.512106374379073 ], [ -7.239173157081084, 57.511473260760056 ], [ -7.237455638202309, 57.511796702139158 ], [ -7.236428176855634, 57.511627991548231 ], [ -7.236812945073628, 57.511512999502536 ], [ -7.236542302866904, 57.511200316744436 ], [ -7.235369209514024, 57.511181632114514 ], [ -7.235017760660047, 57.51141221332977 ], [ -7.235499608740927, 57.51208954818734 ], [ -7.233034484346742, 57.512097585304943 ], [ -7.230710823090065, 57.511285339797688 ], [ -7.230875009204311, 57.51108954962956 ], [ -7.229994162968152, 57.511243135349481 ], [ -7.228653982387947, 57.510758915930175 ], [ -7.22686704111582, 57.508965977639811 ], [ -7.227728689546739, 57.508853702965411 ], [ -7.231025566526125, 57.509400591066687 ], [ -7.229822553024399, 57.508298793254887 ], [ -7.23108136801206, 57.507459116086821 ], [ -7.232302915565332, 57.507466824813861 ], [ -7.232776026214679, 57.508666438822722 ], [ -7.234000407754608, 57.509042949426906 ], [ -7.234521661475775, 57.508481364889718 ], [ -7.236443357579332, 57.508707367991647 ], [ -7.23775317274016, 57.507874496914177 ], [ -7.239457470868685, 57.508042012906756 ], [ -7.240001218700381, 57.50775391960326 ], [ -7.245894780308109, 57.507058464537572 ], [ -7.2473510778559, 57.507245209478256 ], [ -7.247544131847532, 57.507889551178572 ], [ -7.246644823797438, 57.508610932487016 ], [ -7.245145861052505, 57.508650918499427 ], [ -7.244895245415615, 57.509291257372738 ], [ -7.24432036124954, 57.509072255428592 ], [ -7.243273690713366, 57.509525297279701 ], [ -7.241810989121249, 57.509410757800275 ], [ -7.24293946762621, 57.509642703720793 ], [ -7.242177675187826, 57.509867904264603 ], [ -7.24274247542096, 57.510249308588321 ], [ -7.242270289599652, 57.510511936398331 ], [ -7.242567088828398, 57.510715536670169 ], [ -7.248519605810795, 57.51036845513778 ], [ -7.250067005543143, 57.510722344736365 ], [ -7.249305839951389, 57.510313167712503 ], [ -7.247265134186944, 57.510132812580018 ], [ -7.248609178093717, 57.509829308346859 ], [ -7.250074680259972, 57.510137120914308 ], [ -7.249892453726917, 57.509510327099761 ], [ -7.247930682233918, 57.509587647695994 ], [ -7.246906167015198, 57.509148945334573 ], [ -7.248073520401547, 57.509244247396772 ], [ -7.247588619731824, 57.508895528498755 ], [ -7.248015781827702, 57.507797895692121 ], [ -7.249413329855978, 57.50740216418216 ], [ -7.252701173403345, 57.508290809282954 ], [ -7.253711067077447, 57.508221658359105 ], [ -7.254596234573349, 57.508621132167391 ], [ -7.255396388087069, 57.508488736581434 ], [ -7.257780721076559, 57.509486969848105 ], [ -7.257663402236121, 57.508731492406852 ], [ -7.259530765006986, 57.509332856982525 ], [ -7.261070562337168, 57.510618283929993 ], [ -7.262743418686801, 57.511353715701638 ], [ -7.263809441247615, 57.511418016995684 ], [ -7.263657980843731, 57.51232601155823 ], [ -7.264442473949507, 57.512466872289771 ], [ -7.265222509686567, 57.514058490762345 ], [ -7.266230816847123, 57.513120942439222 ], [ -7.268588395616247, 57.51332822530123 ], [ -7.268856128274145, 57.513560880205517 ], [ -7.266073751702825, 57.513839304930791 ], [ -7.269116306311009, 57.514180792180703 ], [ -7.268549414633434, 57.515337451638594 ], [ -7.269866991763673, 57.515347980873869 ], [ -7.269692283256143, 57.515793529548695 ], [ -7.265612045178442, 57.515192216876891 ], [ -7.265038361204121, 57.515828122003256 ], [ -7.264130909190198, 57.515600620146536 ], [ -7.263566695594324, 57.515827585222986 ], [ -7.263828008394413, 57.516224293507399 ], [ -7.262971766878966, 57.51586506170942 ], [ -7.260941605065286, 57.515806859208546 ], [ -7.261385663659903, 57.516508184127098 ], [ -7.25949963274188, 57.517054935651736 ], [ -7.25971741098277, 57.517810714181493 ], [ -7.261253761760686, 57.517737505406693 ], [ -7.261876859466708, 57.517072558470133 ], [ -7.263193816141379, 57.517402635356042 ], [ -7.262438690128242, 57.517836446391414 ], [ -7.263860158281184, 57.51860037936703 ], [ -7.262852036930966, 57.519366922155491 ], [ -7.264648149982905, 57.520639801630239 ], [ -7.263093192442682, 57.520747121835498 ], [ -7.262880644709923, 57.521012468799974 ], [ -7.264587057923038, 57.521687094820997 ], [ -7.265924319837566, 57.521623959052619 ], [ -7.267065395536444, 57.522783831967367 ], [ -7.266933271645685, 57.521881399714772 ], [ -7.267409369809876, 57.521530328300152 ], [ -7.268389905099345, 57.521290422591591 ], [ -7.269909347397904, 57.521746938779366 ], [ -7.271655068113954, 57.521524461733165 ], [ -7.271378564556491, 57.520688369049651 ], [ -7.2727112842798, 57.520617251253597 ], [ -7.273588914528523, 57.520949429583965 ], [ -7.274080556155937, 57.520463599661568 ], [ -7.272567257112489, 57.519783709981752 ], [ -7.271993727665466, 57.520027300381976 ], [ -7.269775587767088, 57.519966309341079 ], [ -7.269222023035411, 57.520232447139996 ], [ -7.269261796572271, 57.520704110267786 ], [ -7.268247346430811, 57.520755571754563 ], [ -7.267942243690726, 57.520056549841648 ], [ -7.266391605832543, 57.519626513567175 ], [ -7.265908171037895, 57.519105022961668 ], [ -7.266517014446348, 57.518608022130678 ], [ -7.265515248282088, 57.518052425808833 ], [ -7.264929737051439, 57.518166904764229 ], [ -7.265769679870087, 57.517938297620951 ], [ -7.266743616620534, 57.518278189705057 ], [ -7.266909882218637, 57.517473054857525 ], [ -7.267677598134259, 57.517277152067479 ], [ -7.269370865913606, 57.517711097751778 ], [ -7.271359154814754, 57.517744824603398 ], [ -7.272136356643222, 57.51749900424187 ], [ -7.276260610830908, 57.517777916036259 ], [ -7.277561294286408, 57.519114581383505 ], [ -7.280354666151172, 57.520467813476628 ], [ -7.281127529625826, 57.52029590883366 ], [ -7.280822886572699, 57.519694078842143 ], [ -7.28235593805061, 57.51949386944414 ], [ -7.281816904835571, 57.520332673300331 ], [ -7.282572247252555, 57.520293775881235 ], [ -7.283273025764864, 57.519832424567262 ], [ -7.284894779379965, 57.520359157627844 ], [ -7.285413634611853, 57.520062010013973 ], [ -7.284610059383369, 57.519087893168098 ], [ -7.282503263820749, 57.51891806774232 ], [ -7.281787283623286, 57.518605263815921 ], [ -7.279435962751778, 57.518605825713621 ], [ -7.274901441979438, 57.517007007412836 ], [ -7.274642820995957, 57.516468027258497 ], [ -7.273721890221992, 57.516251956060955 ], [ -7.271552688999327, 57.514666380068128 ], [ -7.271761287898416, 57.514316593970854 ], [ -7.271018792360413, 57.514096630023644 ], [ -7.271120035261802, 57.513698249135864 ], [ -7.26779361200733, 57.510571019674238 ], [ -7.265101278220604, 57.509873809491985 ], [ -7.264131236785657, 57.509234993978801 ], [ -7.264137223420192, 57.508523853780602 ], [ -7.265129865365977, 57.508045895486063 ], [ -7.263329178953857, 57.507153869631544 ], [ -7.261717139492018, 57.507174488433158 ], [ -7.261031172532467, 57.506174629156206 ], [ -7.26253042081624, 57.506426892995925 ], [ -7.262923273359555, 57.50625298857107 ], [ -7.261511891067254, 57.505752294231947 ], [ -7.262119544925035, 57.505607205205401 ], [ -7.261307536662001, 57.504961763569952 ], [ -7.261638992628287, 57.504767933373351 ], [ -7.262551186402312, 57.505296700846237 ], [ -7.262700722557653, 57.504827019560118 ], [ -7.261090705006078, 57.504385920805852 ], [ -7.261353591180643, 57.504064478475357 ], [ -7.262416028453538, 57.504186527140625 ], [ -7.262815146556579, 57.503940371653826 ], [ -7.263278736019489, 57.502751164412054 ], [ -7.263080478422168, 57.504446694112083 ], [ -7.263754707518479, 57.504832429200057 ], [ -7.262958934787192, 57.504820720016113 ], [ -7.263521113919565, 57.505067165008455 ], [ -7.262878453905212, 57.505305510903028 ], [ -7.264006110311328, 57.505415820953139 ], [ -7.264047302970959, 57.506048499488408 ], [ -7.265187291210726, 57.505838833020427 ], [ -7.265910209770918, 57.504998708721637 ], [ -7.266855630832815, 57.50506262713661 ], [ -7.266803807499975, 57.505861174171947 ], [ -7.268099331816335, 57.505397508684332 ], [ -7.269947272224319, 57.505459613060928 ], [ -7.267466016169561, 57.505873951060934 ], [ -7.266848099851417, 57.506399237744787 ], [ -7.267137323031422, 57.507012537022412 ], [ -7.265276913841527, 57.507211870902957 ], [ -7.265332430480256, 57.508001426003652 ], [ -7.268618277659834, 57.507773918518375 ], [ -7.27023121436572, 57.508291292955541 ], [ -7.270784279368976, 57.50876305580833 ], [ -7.270493338177776, 57.509873075356545 ], [ -7.268014746087021, 57.510539266831607 ], [ -7.269450166901084, 57.511898258229131 ], [ -7.271009731819829, 57.51203361989468 ], [ -7.270192211942204, 57.512578079545136 ], [ -7.271065901558338, 57.513439555588867 ], [ -7.271788131601323, 57.51355418371687 ], [ -7.271614434118755, 57.512757879848415 ], [ -7.272457325439476, 57.51278196250157 ], [ -7.272117070093344, 57.512995986470479 ], [ -7.272449085845373, 57.513198945417507 ], [ -7.274995081151883, 57.512997774778235 ], [ -7.276361447963193, 57.514085130515568 ], [ -7.275582793952076, 57.514320242037186 ], [ -7.275406687313446, 57.515229290806168 ], [ -7.276121462815898, 57.51508414592147 ], [ -7.276552469077824, 57.515416125726553 ], [ -7.27744420888834, 57.515407533069784 ], [ -7.277228815106355, 57.515998779439606 ], [ -7.279445144802246, 57.516106502302613 ], [ -7.280744699915156, 57.515646141987602 ], [ -7.281207526506305, 57.515943476721468 ], [ -7.281557954531447, 57.515453640059498 ], [ -7.282666027928308, 57.515114677697149 ], [ -7.282311026181584, 57.514511365915915 ], [ -7.283685929647722, 57.514179191731067 ], [ -7.284985132521149, 57.514605174386062 ], [ -7.286071406375089, 57.5163530036073 ], [ -7.288076261853383, 57.516155400558809 ], [ -7.288559134108293, 57.516705632497604 ], [ -7.289208642613023, 57.516018730138263 ], [ -7.291554803110506, 57.516306158796873 ], [ -7.292031022404399, 57.515635524617124 ], [ -7.291043012429703, 57.515649167851727 ], [ -7.291350739486104, 57.515338371417791 ], [ -7.290176033915201, 57.515344559086131 ], [ -7.289206976851545, 57.514129060889566 ], [ -7.288421097070503, 57.513875925395972 ], [ -7.287996771086828, 57.51425910408269 ], [ -7.288287402996798, 57.514556449592199 ], [ -7.286906255549084, 57.514580280204655 ], [ -7.285912263110927, 57.514287278088368 ], [ -7.285745393254292, 57.51385154856429 ], [ -7.287974750968482, 57.513646314467152 ], [ -7.288446386092841, 57.513266546984568 ], [ -7.289275915198492, 57.513371167785216 ], [ -7.289824892390975, 57.513052035406055 ], [ -7.290384361805107, 57.513381270364036 ], [ -7.291057278063148, 57.513316986839264 ], [ -7.291252436972607, 57.512703164631752 ], [ -7.291929473483833, 57.512943761347714 ], [ -7.292171907221127, 57.512436834626186 ], [ -7.29383680281508, 57.51241000747163 ], [ -7.296646909190079, 57.51346341550218 ], [ -7.297763765070775, 57.51473923195767 ], [ -7.299074671747245, 57.514910814130367 ], [ -7.300603044787839, 57.516198077838553 ], [ -7.301019442224345, 57.51601406193825 ], [ -7.300826741562968, 57.516321839202043 ], [ -7.301805400973318, 57.516094340965317 ], [ -7.301542392726641, 57.516459074181043 ], [ -7.302041348376276, 57.516612633165231 ], [ -7.30130777616638, 57.516674130088326 ], [ -7.302500624371958, 57.517757734433367 ], [ -7.304198802623628, 57.517854457678631 ], [ -7.305538520112472, 57.518475604611865 ], [ -7.305537517207052, 57.518824802613281 ], [ -7.304938932100359, 57.518929223382365 ], [ -7.305658197117132, 57.519297554953006 ], [ -7.304871458250617, 57.519143540360574 ], [ -7.304770213929069, 57.519550956189555 ], [ -7.302512355965822, 57.519206053447427 ], [ -7.301798046607042, 57.519319833546007 ], [ -7.301988225233873, 57.519580887726683 ], [ -7.303238513692557, 57.519426526962853 ], [ -7.30330733453146, 57.51993386171938 ], [ -7.305775048250327, 57.520306800711509 ], [ -7.306560141633633, 57.520793837741728 ], [ -7.308355741089308, 57.520777514897759 ], [ -7.30848444927928, 57.520467024720297 ], [ -7.309888378937484, 57.521217704915074 ], [ -7.312615344936743, 57.521773052679599 ], [ -7.312775400736288, 57.521253359497102 ], [ -7.312177404786858, 57.520708068845785 ], [ -7.311478353653904, 57.520605286546115 ], [ -7.311356713683963, 57.520000294561569 ], [ -7.310185438584757, 57.519629467519508 ], [ -7.310761513281639, 57.518739468378527 ], [ -7.308793800050123, 57.518296945981199 ], [ -7.308601341455123, 57.517917212012371 ], [ -7.309295943412865, 57.517863615955321 ], [ -7.308461460838942, 57.51749656507922 ], [ -7.308584271263608, 57.517042341164213 ], [ -7.307639811699972, 57.516758214338481 ], [ -7.306089337145063, 57.516940575648114 ], [ -7.304541411713852, 57.516336310227501 ], [ -7.302834056187866, 57.51421074097783 ], [ -7.303429507465951, 57.514108260257572 ], [ -7.302990131640095, 57.51404218548052 ], [ -7.303277635678235, 57.51386899149287 ], [ -7.302217842808548, 57.513940641666736 ], [ -7.301463379176145, 57.513398299327683 ], [ -7.301393510506024, 57.514194039776932 ], [ -7.300712316315946, 57.514063452769548 ], [ -7.299820990045764, 57.512867251570512 ], [ -7.298898513907907, 57.512560540497169 ], [ -7.298944250011997, 57.511966492482017 ], [ -7.297534519488108, 57.511378827092891 ], [ -7.298476440294124, 57.511071909089239 ], [ -7.300317191753187, 57.511564921626402 ], [ -7.301386804356356, 57.513147757846205 ], [ -7.301436233134928, 57.512717331171018 ], [ -7.30210879716678, 57.512984159743574 ], [ -7.30206964985484, 57.512416182522152 ], [ -7.302714819806735, 57.51211543507236 ], [ -7.302256811978779, 57.511748682288733 ], [ -7.302766265177318, 57.511377162025482 ], [ -7.302271817896722, 57.510346030750469 ], [ -7.301350122879348, 57.509975414113534 ], [ -7.302158990047678, 57.509811753970858 ], [ -7.303286970556398, 57.510106180477223 ], [ -7.303744103895971, 57.509685566775694 ], [ -7.304834644868112, 57.510182231987741 ], [ -7.305956316170487, 57.510203335859586 ], [ -7.303514060382502, 57.509115735960677 ], [ -7.304272183127271, 57.508867811047097 ], [ -7.303202035830132, 57.50857995581859 ], [ -7.304815611703305, 57.508408459817169 ], [ -7.306963781512194, 57.508808324398842 ], [ -7.307549680812338, 57.508468654178387 ], [ -7.308764679209319, 57.50888984519942 ], [ -7.308485849256192, 57.509317355792312 ], [ -7.312983456024167, 57.508410337671187 ], [ -7.314317321195281, 57.509520274319414 ], [ -7.314894046735303, 57.509301541326657 ], [ -7.314505079955902, 57.509145189363039 ], [ -7.316276134555068, 57.509021788164887 ], [ -7.315095771207161, 57.509652978229532 ], [ -7.315484275097837, 57.510001025165963 ], [ -7.317375235887623, 57.510034525486439 ], [ -7.318056187561699, 57.509613397046074 ], [ -7.320256617957974, 57.509808354747378 ], [ -7.322636895519645, 57.510982854492269 ], [ -7.324487224049278, 57.511252841062571 ], [ -7.325453461447825, 57.512326930089088 ], [ -7.3274077369163, 57.51260957522851 ], [ -7.327882231861201, 57.514162512928003 ], [ -7.327563093282546, 57.515514174085645 ], [ -7.328058501834677, 57.515768571106356 ], [ -7.327824952211077, 57.516184313100631 ], [ -7.32676877206197, 57.515628787293551 ], [ -7.326165204362602, 57.5160187908943 ], [ -7.326974143599955, 57.516232926180649 ], [ -7.326271906955905, 57.516760291344298 ], [ -7.327148005536946, 57.517216356356741 ], [ -7.326564269413764, 57.517776502703583 ], [ -7.327114508896574, 57.518611718251613 ], [ -7.325789435553097, 57.518688493623372 ], [ -7.325076567047313, 57.518136422659168 ], [ -7.324875221119971, 57.518601189660345 ], [ -7.323909189842493, 57.51870864905726 ], [ -7.324397367145434, 57.519748977457461 ], [ -7.325438599045835, 57.520361851327173 ], [ -7.324268726988043, 57.521340938611303 ], [ -7.323528947643151, 57.520822392827498 ], [ -7.323473748650285, 57.521165788456038 ], [ -7.322229056964208, 57.521049245865029 ], [ -7.320543726044596, 57.521832315838594 ], [ -7.317586086308207, 57.521760226593933 ], [ -7.318236087330273, 57.522557966560214 ], [ -7.316964412985083, 57.524583356309208 ], [ -7.321070734385036, 57.526219525247214 ], [ -7.322144003320778, 57.526890468466938 ], [ -7.322183111711798, 57.527707720375993 ], [ -7.3230836388338, 57.527722736696191 ], [ -7.323190256178828, 57.528154677993903 ], [ -7.324430964809861, 57.528471162961743 ], [ -7.324374427182222, 57.529160176074356 ], [ -7.323642531745395, 57.529291919034087 ], [ -7.324130802411728, 57.529542137887148 ], [ -7.323954016592901, 57.530312727565061 ], [ -7.32514324969747, 57.530185035171833 ], [ -7.325858254930131, 57.531207668000597 ], [ -7.326508800269418, 57.531148647241636 ], [ -7.326745747161056, 57.530366508050719 ], [ -7.326819155181865, 57.531154412927791 ], [ -7.325273183938575, 57.531863247655224 ], [ -7.325631448116209, 57.532127960223171 ], [ -7.324428061912614, 57.532411036624076 ], [ -7.325702314603478, 57.532646903168349 ], [ -7.324608176230764, 57.533539989120349 ], [ -7.325654394429373, 57.533543429145965 ], [ -7.32515785035265, 57.533889296928841 ], [ -7.326301084049529, 57.533823835381718 ], [ -7.32471741091433, 57.533978118534272 ], [ -7.325139030271494, 57.534447129734644 ], [ -7.325868573708596, 57.534229989722483 ], [ -7.325847434876059, 57.535298163277695 ], [ -7.326814382027631, 57.535182562149046 ], [ -7.327181296315929, 57.535654782061258 ], [ -7.328710858148638, 57.536067896993593 ], [ -7.330193260810186, 57.535678479403494 ], [ -7.330781462354874, 57.536198914615518 ], [ -7.331883491697694, 57.535885875715387 ], [ -7.332597133697255, 57.536302901102644 ], [ -7.333087344852934, 57.535537016683527 ], [ -7.333672902601857, 57.535684991467811 ], [ -7.333757918445493, 57.535031659560687 ], [ -7.33371369344462, 57.535529379871761 ], [ -7.334198277598359, 57.535741923669136 ], [ -7.335518633931636, 57.535240519981024 ], [ -7.336356483879964, 57.535351692431981 ], [ -7.336376746252124, 57.53606085841998 ], [ -7.336977189518315, 57.535887821159911 ], [ -7.337140309245844, 57.536178774629519 ], [ -7.33671479673376, 57.537202906690609 ], [ -7.337440555893384, 57.537405215484014 ], [ -7.337817595479546, 57.536860985628323 ], [ -7.338298367865483, 57.536853199314514 ], [ -7.338740633605174, 57.537313195501682 ], [ -7.338118304863608, 57.537884927135977 ], [ -7.338839406004925, 57.538066728044342 ], [ -7.33904185287518, 57.537826866990322 ], [ -7.339704337379949, 57.538145234914545 ], [ -7.33911717217748, 57.538602991831326 ], [ -7.342303574577834, 57.539482919656031 ], [ -7.341480873749654, 57.54039973601045 ], [ -7.342109258583903, 57.541101100749778 ], [ -7.342675422261356, 57.541230061652342 ], [ -7.343142449352154, 57.540637900717009 ], [ -7.34343286692213, 57.541043133316926 ], [ -7.344234285859211, 57.541019017102798 ], [ -7.343538766011165, 57.541479594345638 ], [ -7.345249818825945, 57.541928911622335 ], [ -7.352352060073894, 57.540879358708018 ], [ -7.353064613747689, 57.540034641450148 ], [ -7.352886811978424, 57.539303370869632 ], [ -7.352292518485934, 57.539244945124658 ], [ -7.351750802402639, 57.538303265493887 ], [ -7.350878440443593, 57.538163062561821 ], [ -7.350318423590261, 57.536777598635403 ], [ -7.349702573531212, 57.536856864702244 ], [ -7.349680958349982, 57.536163050289808 ], [ -7.348878925347008, 57.536364512927676 ], [ -7.34873577870605, 57.535868443575374 ], [ -7.349133730150914, 57.535786741653709 ], [ -7.348435788589397, 57.535238651335646 ], [ -7.348886483458383, 57.534900933880223 ], [ -7.348509859929545, 57.534569569250216 ], [ -7.347738865542513, 57.534549228229736 ], [ -7.347026659671873, 57.53495204366876 ], [ -7.346743777673825, 57.534438510137662 ], [ -7.346079773557679, 57.534223733741769 ], [ -7.345523905964826, 57.534392223814855 ], [ -7.345630762641321, 57.533957529163509 ], [ -7.346716749830057, 57.53365043584774 ], [ -7.346502315139291, 57.532964811693404 ], [ -7.346033541435109, 57.532848833411428 ], [ -7.346142064485641, 57.533132196217487 ], [ -7.345582450466466, 57.533320644118334 ], [ -7.344688965581933, 57.533103906508693 ], [ -7.344708311209658, 57.532870908373653 ], [ -7.345579911113916, 57.532915792178727 ], [ -7.344980489335058, 57.532274410716916 ], [ -7.344240154577179, 57.532816091240363 ], [ -7.343673244571535, 57.532658375123098 ], [ -7.343880721188509, 57.532099723188388 ], [ -7.345416132032728, 57.531298408203952 ], [ -7.345732524377385, 57.530763924464921 ], [ -7.345378902261564, 57.530269591552184 ], [ -7.344675946847462, 57.530358833650226 ], [ -7.344515133906961, 57.530904707405149 ], [ -7.343950232203811, 57.530521030675295 ], [ -7.346565743089716, 57.528986309918416 ], [ -7.346617554780995, 57.529327875385036 ], [ -7.34565997810576, 57.529768104320034 ], [ -7.3468220245407, 57.529717851308625 ], [ -7.346772088164751, 57.529263717284586 ], [ -7.348288145780596, 57.529573676416398 ], [ -7.349255158202825, 57.529368802734183 ], [ -7.350001555208, 57.529871630796059 ], [ -7.349561772715341, 57.530533759034185 ], [ -7.350605123067088, 57.530745891017077 ], [ -7.351353372523318, 57.531317926881897 ], [ -7.351331048967833, 57.530710533837862 ], [ -7.349912665028566, 57.529642331103574 ], [ -7.349510267273374, 57.528816213853418 ], [ -7.351523298418919, 57.527657950584263 ], [ -7.357316895957227, 57.525965335640727 ], [ -7.358448319637621, 57.524809374793783 ], [ -7.35831929019948, 57.523590978229649 ], [ -7.35523966015839, 57.522156189831186 ], [ -7.351041816163903, 57.51936951176053 ], [ -7.349049041039834, 57.517244935002978 ], [ -7.347896878359638, 57.514864135481353 ], [ -7.347977298212697, 57.513474852858735 ], [ -7.348874833177899, 57.511785367455388 ], [ -7.355762288012366, 57.506992842692092 ], [ -7.356723571695419, 57.505228580877429 ], [ -7.356083158026975, 57.504909374426951 ], [ -7.355943834894812, 57.502822996341337 ], [ -7.357305411442721, 57.502418561801043 ], [ -7.358746049728324, 57.501187318196209 ], [ -7.361670926180855, 57.500842230569887 ], [ -7.363491895496985, 57.501061592268933 ], [ -7.361995047733481, 57.500715927733566 ], [ -7.35797026053267, 57.501197859225201 ], [ -7.358592721242791, 57.500883376288847 ], [ -7.357513072796846, 57.500816863682147 ], [ -7.356638123995764, 57.501119592763025 ], [ -7.357570517427787, 57.501435361535137 ], [ -7.357397675777881, 57.50168119964313 ], [ -7.355918711468748, 57.501969143986457 ], [ -7.354297457148707, 57.501345210464613 ], [ -7.354751104876273, 57.501645375158624 ], [ -7.354196956383682, 57.501628461386815 ], [ -7.3536754679369, 57.502118608199766 ], [ -7.354048449489195, 57.502381711565697 ], [ -7.353702280043959, 57.502927392003969 ], [ -7.352863399832588, 57.502337641403059 ], [ -7.352859330556885, 57.501455897075743 ], [ -7.356517930285804, 57.499504857270075 ], [ -7.356211177986135, 57.499180447372758 ], [ -7.355331428011387, 57.499393380739022 ], [ -7.354611393465354, 57.500409435694678 ], [ -7.35422086642282, 57.499742118560192 ], [ -7.354413489538933, 57.49769560968646 ], [ -7.354922731820966, 57.497520950136874 ], [ -7.357647555963785, 57.497863903060193 ], [ -7.367509063271734, 57.501209754071226 ], [ -7.369355216272795, 57.502507869070712 ], [ -7.370952607322196, 57.505634431925301 ], [ -7.373373935695157, 57.516276199547136 ], [ -7.375272971518506, 57.519569837567587 ], [ -7.377700925580289, 57.522251402608227 ], [ -7.381612313591705, 57.525471566922413 ], [ -7.384311741823881, 57.527074995668777 ], [ -7.387440859697675, 57.528324305581535 ], [ -7.38997926843756, 57.529966913725104 ], [ -7.393888561603948, 57.53443595203963 ], [ -7.404631728030549, 57.543335519428588 ], [ -7.405981085934135, 57.546053928222996 ], [ -7.405666356925245, 57.547484859773576 ], [ -7.404143832269653, 57.549575098667439 ], [ -7.40239188874093, 57.550797710293779 ], [ -7.401259070716166, 57.550891305618386 ], [ -7.400427486215321, 57.550589494807781 ], [ -7.40112775984641, 57.549781005999627 ], [ -7.400212463247986, 57.549253299367898 ], [ -7.401672766204431, 57.548659692852866 ], [ -7.403672595459056, 57.547021474697118 ], [ -7.403596421363663, 57.544986364005389 ], [ -7.404078253686863, 57.544398716802036 ], [ -7.403794966065669, 57.544068896036919 ], [ -7.401528373973759, 57.543513698405313 ], [ -7.399808670864062, 57.540360265399485 ], [ -7.398627315013622, 57.539672975813509 ], [ -7.398350850163587, 57.539998011421446 ], [ -7.398860846100782, 57.539972541966641 ], [ -7.398041601746567, 57.540293853887889 ], [ -7.393578026406428, 57.539196445119018 ], [ -7.391565514330864, 57.537935440442013 ], [ -7.391390597748068, 57.537522659830628 ], [ -7.391857112379417, 57.537328091636219 ], [ -7.39109399651453, 57.536875706338861 ], [ -7.389312760477008, 57.536960973066847 ], [ -7.386733651124151, 57.537693213989115 ], [ -7.386308111375435, 57.537192158441862 ], [ -7.38696129448012, 57.536732240227799 ], [ -7.387167879549555, 57.535809964233955 ], [ -7.386576743840389, 57.53539969046647 ], [ -7.386762848736282, 57.536702934492808 ], [ -7.385889614908501, 57.536874387342095 ], [ -7.386385254061612, 57.537532633441252 ], [ -7.385963271330627, 57.538209440847815 ], [ -7.386511021304225, 57.539762693971774 ], [ -7.384445137356422, 57.540232639325339 ], [ -7.383025178368672, 57.53935562983601 ], [ -7.382421502059461, 57.539619022867107 ], [ -7.382411019256812, 57.53908401050785 ], [ -7.381675838719326, 57.53913703813474 ], [ -7.38122805234035, 57.538790806264167 ], [ -7.381228447816456, 57.538306625442836 ], [ -7.381950178487746, 57.538038190991834 ], [ -7.381552184043167, 57.537802323547147 ], [ -7.378967946188433, 57.539237465243133 ], [ -7.380812177804582, 57.539917298765999 ], [ -7.383108211890642, 57.539996432274215 ], [ -7.382826416405505, 57.540467447327529 ], [ -7.383770639491635, 57.54114882034736 ], [ -7.38203021434288, 57.542813415783087 ], [ -7.381049036226207, 57.542923749860435 ], [ -7.380508820227632, 57.542495971239212 ], [ -7.379366564060041, 57.542637474097731 ], [ -7.380468664293004, 57.542609278940226 ], [ -7.3812023985543, 57.543315865347914 ], [ -7.383256906044593, 57.54376349819411 ], [ -7.381531137153873, 57.545041384938273 ], [ -7.382535079184781, 57.545344944770953 ], [ -7.38220551534, 57.546059181356817 ], [ -7.37857258823322, 57.545872450471876 ], [ -7.377075499738965, 57.545436932662511 ], [ -7.376171362119949, 57.544788895378716 ], [ -7.376649918682437, 57.5445999547808 ], [ -7.376390304662362, 57.544537465354139 ], [ -7.376915903878284, 57.543993960908082 ], [ -7.377225230510967, 57.544195833778893 ], [ -7.37689597336194, 57.543031886844055 ], [ -7.377562260812879, 57.542617481569117 ], [ -7.378553610760776, 57.54301417992626 ], [ -7.377771204198735, 57.542532841319506 ], [ -7.378729536708261, 57.542517101679088 ], [ -7.377716655759305, 57.542469476342383 ], [ -7.376891444593844, 57.542766689060912 ], [ -7.376507919186854, 57.542376211046161 ], [ -7.376458971568184, 57.543166639830687 ], [ -7.375620119990691, 57.543039571184771 ], [ -7.376814911123792, 57.543378222052837 ], [ -7.37622812067089, 57.544470596494769 ], [ -7.374066028044926, 57.544302820091843 ], [ -7.373883069399021, 57.544014586097354 ], [ -7.373817937680484, 57.544028131853842 ], [ -7.372957610940463, 57.543710277165161 ], [ -7.374862845245747, 57.544859160319213 ], [ -7.37421670051205, 57.545187317962146 ], [ -7.374503672100583, 57.545623233089913 ], [ -7.373524078516492, 57.545540853664441 ], [ -7.375769566496275, 57.54604615384121 ], [ -7.375586317023347, 57.546437347459609 ], [ -7.374635866971922, 57.546745200786418 ], [ -7.37392332285932, 57.546578529999771 ], [ -7.373247738968566, 57.545698435211662 ], [ -7.372980770917271, 57.546146292789771 ], [ -7.373700976240893, 57.546988487579888 ], [ -7.373173567873705, 57.547236877136903 ], [ -7.373374946582349, 57.547648549672751 ], [ -7.372277017041553, 57.547501914759842 ], [ -7.371495941664665, 57.548492759932067 ], [ -7.370479125906868, 57.548861905831991 ], [ -7.367046348191718, 57.548932676781398 ], [ -7.367043943743784, 57.548087750819334 ], [ -7.365962392566411, 57.548086150474305 ], [ -7.366925374222693, 57.547544751139171 ], [ -7.366786223691069, 57.547270805907303 ], [ -7.365993806722379, 57.547686145782599 ], [ -7.365570476929707, 57.547482804701836 ], [ -7.366235982996476, 57.545866079134512 ], [ -7.364628446776005, 57.545395527397062 ], [ -7.364348610835138, 57.544984486582429 ], [ -7.365500577100859, 57.543738504437748 ], [ -7.367370656611956, 57.542982054173869 ], [ -7.369344856129163, 57.542727791729078 ], [ -7.370176251369574, 57.541987691010057 ], [ -7.370939681957458, 57.541853433993182 ], [ -7.372206265930406, 57.540445005034002 ], [ -7.370879830993795, 57.539791556134546 ], [ -7.368631418922135, 57.540761281776319 ], [ -7.368135881695172, 57.539976978956346 ], [ -7.367795606537762, 57.540256965063634 ], [ -7.367337980294463, 57.540092890919858 ], [ -7.365915498070897, 57.541205536570963 ], [ -7.364096128794547, 57.541238068760698 ], [ -7.363386560047209, 57.541976536568249 ], [ -7.362056433769728, 57.541274558676598 ], [ -7.363357074840528, 57.541571927970807 ], [ -7.363564991867483, 57.541358788436725 ], [ -7.363037202339332, 57.540911512778159 ], [ -7.362011932628234, 57.540733801710161 ], [ -7.361541264094463, 57.541299198011075 ], [ -7.362026913668988, 57.542255829622071 ], [ -7.36073868775306, 57.542361081739408 ], [ -7.360534869284662, 57.541261058502506 ], [ -7.361627069682833, 57.540677298546711 ], [ -7.361625630206651, 57.540303892825882 ], [ -7.361024777631886, 57.539723833245397 ], [ -7.360467066385972, 57.540004957521774 ], [ -7.359601619721996, 57.53960534208602 ], [ -7.359044922633259, 57.539017994874172 ], [ -7.358373845316161, 57.54010936235116 ], [ -7.359024876268517, 57.540609904816854 ], [ -7.359443062687855, 57.540278931977113 ], [ -7.359994073657769, 57.540384163282816 ], [ -7.36044109722433, 57.540896983810448 ], [ -7.359779689618176, 57.541201417726683 ], [ -7.359491733884727, 57.542701242341757 ], [ -7.358431181957445, 57.543193642529779 ], [ -7.357025841578576, 57.542423720245687 ], [ -7.356358811809011, 57.543122537646227 ], [ -7.355835086973561, 57.542747953695205 ], [ -7.355043236172174, 57.54280323325176 ], [ -7.354595474679313, 57.542125741618868 ], [ -7.354096616716704, 57.542170354335177 ], [ -7.353902758740149, 57.542843635640104 ], [ -7.35334219370841, 57.542400415204042 ], [ -7.353966112790402, 57.541692649211001 ], [ -7.353104808899501, 57.541298213154285 ], [ -7.353321873984791, 57.540828227239764 ], [ -7.345784535722443, 57.542025897480244 ], [ -7.344232805622749, 57.542889991949693 ], [ -7.344738645692827, 57.543234783541934 ], [ -7.345194766390651, 57.542910351098826 ], [ -7.346301968989189, 57.543304298097503 ], [ -7.346362645337196, 57.543580694026382 ], [ -7.34533374278781, 57.543594682172284 ], [ -7.345295363124438, 57.54410836044304 ], [ -7.345879781521714, 57.543836973105257 ], [ -7.34638827155089, 57.544062858030223 ], [ -7.346919753601334, 57.543636228948763 ], [ -7.347497707593322, 57.543822263196411 ], [ -7.347662488357472, 57.544750272915955 ], [ -7.348849660878276, 57.544788037413277 ], [ -7.348768268073822, 57.545384537298403 ], [ -7.349538681241124, 57.545228519615911 ], [ -7.349773058900926, 57.545707214289955 ], [ -7.350913460435466, 57.545426578051369 ], [ -7.350044477245705, 57.545902662018968 ], [ -7.350377915024027, 57.546315052749385 ], [ -7.352427242891933, 57.545886887552967 ], [ -7.352002589805436, 57.546686963997686 ], [ -7.353191383588056, 57.546826310688246 ], [ -7.353113729342137, 57.54776642366177 ], [ -7.35568403089049, 57.547954997937332 ], [ -7.355556720930197, 57.548784736396215 ], [ -7.355956460425989, 57.548987313750466 ], [ -7.354408950261692, 57.549573278872941 ], [ -7.355708059757722, 57.549653918465275 ], [ -7.356399009781407, 57.550367860171299 ], [ -7.355349710664746, 57.550858848942383 ], [ -7.353864183474799, 57.550740234954333 ], [ -7.353088043021716, 57.550960414078268 ], [ -7.353203215741336, 57.550377772490066 ], [ -7.352377847730504, 57.551287574764402 ], [ -7.350744065613823, 57.551617982596532 ], [ -7.35058508852035, 57.551026295275094 ], [ -7.351483982951, 57.550935002470183 ], [ -7.351661168111241, 57.550557607657012 ], [ -7.350525896453746, 57.550487062529641 ], [ -7.348516547481609, 57.551530831150338 ], [ -7.34827171302546, 57.552165768837348 ], [ -7.347982083304102, 57.551937793050897 ], [ -7.346760402797061, 57.551974372448001 ], [ -7.346406949905498, 57.552462732423244 ], [ -7.345468505701835, 57.552330688933814 ], [ -7.344238357593945, 57.552811258175105 ], [ -7.342560745669181, 57.552889641909537 ], [ -7.342364093576089, 57.5526334117679 ], [ -7.341081188137874, 57.553017197129677 ], [ -7.340423796189371, 57.552313453242569 ], [ -7.341218103041976, 57.551360959697377 ], [ -7.340308548955153, 57.55088928846417 ], [ -7.340576329927835, 57.550615159056186 ], [ -7.343154458126866, 57.550422999731751 ], [ -7.342851565703176, 57.550195576039471 ], [ -7.343335495756556, 57.549957264247965 ], [ -7.344777271631725, 57.549858280066012 ], [ -7.344717382026961, 57.549587249514261 ], [ -7.343207072742085, 57.549356175102389 ], [ -7.342366843610924, 57.549630301340059 ], [ -7.342457716672519, 57.549006409090914 ], [ -7.342202104255811, 57.548983352403134 ], [ -7.340985301469795, 57.548873590921914 ], [ -7.340712393220985, 57.548508105033974 ], [ -7.340825511910955, 57.548925363741176 ], [ -7.342184383031721, 57.549024486706188 ], [ -7.342003197336566, 57.549445049383301 ], [ -7.338640431748586, 57.549559766402034 ], [ -7.338108708661975, 57.549826182777402 ], [ -7.338042685253645, 57.549615704001795 ], [ -7.337452747099077, 57.550033069621044 ], [ -7.336958873082091, 57.549678741901722 ], [ -7.335722705024785, 57.549581743951173 ], [ -7.335300584171831, 57.549134379476527 ], [ -7.334498253233217, 57.549724511856319 ], [ -7.331307801585872, 57.550021610737822 ], [ -7.330247830860312, 57.549836108089515 ], [ -7.33201339614709, 57.550210411818163 ], [ -7.332015415773302, 57.550578386118808 ], [ -7.332771617789197, 57.550815434970254 ], [ -7.333260597498973, 57.550348374772121 ], [ -7.333627254637648, 57.550748600357238 ], [ -7.334810095798457, 57.550995463149484 ], [ -7.336035348343295, 57.550595286710774 ], [ -7.337142991130414, 57.550603239880132 ], [ -7.338245710517609, 57.550988452481363 ], [ -7.336811921132045, 57.551518975940908 ], [ -7.337826880073459, 57.551693734612073 ], [ -7.337874761105084, 57.552020170476325 ], [ -7.337008625205028, 57.552380847393366 ], [ -7.336034674646096, 57.552006365129536 ], [ -7.335185593862621, 57.552894549811228 ], [ -7.328292693342657, 57.552545658310322 ], [ -7.327293181560015, 57.552704932064984 ], [ -7.325999233758224, 57.5519848517215 ], [ -7.326300299147017, 57.552188993655946 ], [ -7.325547110362437, 57.55232703611513 ], [ -7.325534376847259, 57.552823418219504 ], [ -7.324678802352744, 57.552650820848854 ], [ -7.324051180439443, 57.552914929517478 ], [ -7.323297233961146, 57.552578744604375 ], [ -7.320129451209875, 57.553078868784006 ], [ -7.321009960591229, 57.552174169056904 ], [ -7.320300922645348, 57.551984552268031 ], [ -7.317760695471287, 57.552861254625675 ], [ -7.315751737358918, 57.553066656682937 ], [ -7.314150571778761, 57.553714662689217 ], [ -7.311884433826778, 57.553936252666468 ], [ -7.311329349556388, 57.554227831494217 ], [ -7.315543582719254, 57.554919320374552 ], [ -7.315754980573659, 57.55541523661639 ], [ -7.316469759812898, 57.555196986714854 ], [ -7.318211188808671, 57.555588704282684 ], [ -7.319214898107379, 57.555297044119136 ], [ -7.321323482670082, 57.555852290456706 ], [ -7.322253042368998, 57.555637530103375 ], [ -7.321604135077031, 57.55509261870295 ], [ -7.323082734721225, 57.553355423042362 ], [ -7.324516955705809, 57.5533523845383 ], [ -7.324847245408418, 57.55368757928327 ], [ -7.326301675882421, 57.553833949197831 ], [ -7.326931941555292, 57.553439232168635 ], [ -7.329848756864729, 57.552894663164224 ], [ -7.331888489622442, 57.553299663608854 ], [ -7.332910008929042, 57.553027833358989 ], [ -7.335855883282947, 57.553104624858811 ], [ -7.336336944133541, 57.554170425224633 ], [ -7.337778431203094, 57.555049735346451 ], [ -7.339861575468906, 57.554767942737797 ], [ -7.341122698423277, 57.55397293800673 ], [ -7.341344825789373, 57.554300082125295 ], [ -7.341812641095287, 57.55373489490831 ], [ -7.342853737884337, 57.553824814925967 ], [ -7.343306236233033, 57.553554541420048 ], [ -7.34794732251867, 57.554116155704357 ], [ -7.349399625290631, 57.553723303808027 ], [ -7.351400779396324, 57.554182727943846 ], [ -7.351827643737445, 57.554728833761338 ], [ -7.3531155469063, 57.554618299050837 ], [ -7.352911429760406, 57.554983341828233 ], [ -7.354989683088128, 57.55431633919202 ], [ -7.3555187847785, 57.554555714460555 ], [ -7.357255380937591, 57.554149779496242 ], [ -7.362759671100986, 57.555181684584838 ], [ -7.363539229727666, 57.555575047403636 ], [ -7.363718558878628, 57.556530325546106 ], [ -7.364452559356145, 57.555876314993789 ], [ -7.364363258215011, 57.55630398226446 ], [ -7.364986255710262, 57.556271143402796 ], [ -7.365575376587823, 57.556633011033824 ], [ -7.365614627582502, 57.557773340635528 ], [ -7.367626120250692, 57.558072790222099 ], [ -7.369687323549504, 57.55958228824467 ], [ -7.370887743240884, 57.558923649790408 ], [ -7.372676552967254, 57.558791553553021 ], [ -7.373333846375683, 57.559001991380853 ], [ -7.373367074815856, 57.559805108891773 ], [ -7.374267810401215, 57.559747775918197 ], [ -7.374714217178099, 57.560445968235939 ], [ -7.376354183380834, 57.559952102161702 ], [ -7.375824911230615, 57.560358965537318 ], [ -7.376256691775869, 57.561014581035721 ], [ -7.378024408040296, 57.561418769917459 ], [ -7.377839944102017, 57.561915309057625 ], [ -7.379336609974381, 57.561652506524283 ], [ -7.380194432997619, 57.562176521038808 ], [ -7.381018759772558, 57.562168301577898 ], [ -7.381461877538494, 57.562707326411342 ], [ -7.382326982568722, 57.562736953304778 ], [ -7.380568105191291, 57.563514055294625 ], [ -7.381323204537249, 57.563909262067675 ], [ -7.38512874789766, 57.563677309002379 ], [ -7.387044878249764, 57.564222620450437 ], [ -7.389071844457961, 57.563594142969322 ], [ -7.389967053380063, 57.563928408770721 ], [ -7.391170535159612, 57.563517822977587 ], [ -7.392630156986711, 57.563581325317429 ], [ -7.391874268076326, 57.564492029122007 ], [ -7.392631884529754, 57.564473991533021 ], [ -7.392450690010017, 57.565047811612644 ], [ -7.390917685853272, 57.565043242889978 ], [ -7.390268985011835, 57.565615470131092 ], [ -7.391718949143958, 57.565929581559274 ], [ -7.390551330149064, 57.566356634574063 ], [ -7.390829927586846, 57.56663179092314 ], [ -7.392181886849791, 57.567052685920729 ], [ -7.395243278760378, 57.566408618544507 ], [ -7.394943883868934, 57.565880578612017 ], [ -7.396037675399808, 57.565994811343792 ], [ -7.396295790171391, 57.565770466361499 ], [ -7.397134846928998, 57.565872205009057 ], [ -7.397142641864373, 57.566139153911578 ], [ -7.399054520539834, 57.566112108153888 ], [ -7.402671233330596, 57.567775808257785 ], [ -7.401667996516734, 57.568159017335731 ], [ -7.401735801394442, 57.568435092471219 ], [ -7.403049227296073, 57.568347258564778 ], [ -7.403188663693301, 57.568868645557494 ], [ -7.403684530788023, 57.568666483452276 ], [ -7.404127287062846, 57.569369244795908 ], [ -7.404964215017375, 57.569343232664053 ], [ -7.405104438912718, 57.570309158607905 ], [ -7.405718110428611, 57.570550107410924 ], [ -7.404724662724318, 57.571281199196569 ], [ -7.405547282684109, 57.571417788843142 ], [ -7.406365060048414, 57.571183802416847 ], [ -7.406897501819378, 57.570574181291235 ], [ -7.407888263573554, 57.570388555295331 ], [ -7.4086915603993, 57.570575451021767 ], [ -7.408605664807328, 57.57113530837335 ], [ -7.409886115504495, 57.571320606125198 ], [ -7.409124775205887, 57.571843776171242 ], [ -7.41005157947289, 57.572286345975748 ], [ -7.409794927310518, 57.572903035756362 ], [ -7.41016983063063, 57.572799638558948 ], [ -7.411332348359874, 57.573340069694723 ], [ -7.410238939510661, 57.574097099036592 ], [ -7.412252702106191, 57.573581312792683 ], [ -7.41396974228237, 57.574042996440845 ], [ -7.413007739931414, 57.574433521844014 ], [ -7.413592699416417, 57.575414530432973 ], [ -7.411384093871023, 57.576096197858071 ], [ -7.413220430796881, 57.576368279367415 ], [ -7.413694300607873, 57.577446757285053 ], [ -7.415070472044992, 57.577395706793695 ], [ -7.414396786023043, 57.578226523201934 ], [ -7.413506062761439, 57.578196407932303 ], [ -7.413367101577593, 57.577634509458171 ], [ -7.412708491045191, 57.578308076175219 ], [ -7.411195159987799, 57.57864217665599 ], [ -7.411934670599641, 57.578748101179684 ], [ -7.411523332662828, 57.579259845395057 ], [ -7.413855379552431, 57.579012052455695 ], [ -7.413156534425775, 57.579753046732101 ], [ -7.412435385749499, 57.579410552437793 ], [ -7.412388094637651, 57.579835561715868 ], [ -7.411283379474175, 57.579842521974612 ], [ -7.409740038708212, 57.579221244824701 ], [ -7.409096277783905, 57.579657465619476 ], [ -7.408420204031485, 57.579628896153501 ], [ -7.408856915027484, 57.579985425365571 ], [ -7.408347567904118, 57.580480666881598 ], [ -7.408454589922427, 57.58136882212402 ], [ -7.409019520522698, 57.581123179879164 ], [ -7.40919310573802, 57.581287617113041 ], [ -7.408006841278599, 57.581703925995093 ], [ -7.409380362966913, 57.581881643212405 ], [ -7.409282571839796, 57.582170226374096 ], [ -7.409817194630005, 57.582069874121146 ], [ -7.408045093554038, 57.583796465656704 ], [ -7.410649737000241, 57.582170012999576 ], [ -7.411311146963204, 57.582111006375392 ], [ -7.411519074646338, 57.581661998685426 ], [ -7.412701885137086, 57.581976565153134 ], [ -7.411824045189668, 57.582202368312643 ], [ -7.411954420554513, 57.582582846876804 ], [ -7.414271360040856, 57.5823671990047 ], [ -7.414935149227007, 57.58196428873346 ], [ -7.414305829369424, 57.58131637218704 ], [ -7.414407295385375, 57.580557850476971 ], [ -7.415684503886313, 57.580628943614172 ], [ -7.414730035391149, 57.57985641436408 ], [ -7.415157295006647, 57.578889497601352 ], [ -7.41669673553647, 57.578202343750682 ], [ -7.417626931604591, 57.578103845178511 ], [ -7.418396775522737, 57.578446915641813 ], [ -7.419486266290873, 57.57805716523238 ], [ -7.419543646497175, 57.57836338172195 ], [ -7.418904048698156, 57.578568188329186 ], [ -7.419685932463428, 57.579104224226867 ], [ -7.418250787217397, 57.579243356093812 ], [ -7.418693065948572, 57.579726507826408 ], [ -7.417707349889293, 57.58028457835605 ], [ -7.418590589635245, 57.580230391294471 ], [ -7.419806044146581, 57.580954767400094 ], [ -7.420870708587724, 57.58099355441307 ], [ -7.420193487932161, 57.5814069756034 ], [ -7.421187804691768, 57.581569381301982 ], [ -7.420998839479268, 57.58199869299267 ], [ -7.418515720607238, 57.582919979925002 ], [ -7.419647034574372, 57.582562631060462 ], [ -7.419791147023397, 57.58295601202142 ], [ -7.420412765545869, 57.583079560728002 ], [ -7.420828500788747, 57.582676490974414 ], [ -7.420396408842439, 57.582868774578351 ], [ -7.420281091299276, 57.582646047034217 ], [ -7.421457402911082, 57.58232094355801 ], [ -7.421593716888736, 57.581718405216485 ], [ -7.42242630934618, 57.58167267132152 ], [ -7.422197273641038, 57.581844521937086 ], [ -7.423186506913326, 57.58209622708889 ], [ -7.426170351594799, 57.582139633570463 ], [ -7.427336342847237, 57.582699579979362 ], [ -7.426639510497536, 57.583082383213039 ], [ -7.425797603259186, 57.583032249716375 ], [ -7.424839571000804, 57.58386547202366 ], [ -7.427046844424417, 57.5840709931744 ], [ -7.426793081906631, 57.584705597559925 ], [ -7.42786154240174, 57.584129490964322 ], [ -7.42812691290517, 57.584414144819931 ], [ -7.429200379147561, 57.58438768758095 ], [ -7.429470878772169, 57.584796312749383 ], [ -7.430932606563706, 57.584060135406098 ], [ -7.432058106086384, 57.58461728720517 ], [ -7.431488251171743, 57.584919045656022 ], [ -7.432085164929112, 57.585426088534184 ], [ -7.433386312645808, 57.585319581727958 ], [ -7.436104964926916, 57.586534253978066 ], [ -7.436974599213807, 57.586578624498308 ], [ -7.437483520815487, 57.587112840865778 ], [ -7.438918877158413, 57.587051783754838 ], [ -7.440526371757513, 57.58758085669551 ], [ -7.442092421067343, 57.587362924777551 ], [ -7.441846952024187, 57.587816313361202 ], [ -7.443352797286712, 57.587442571209891 ], [ -7.44265814064326, 57.587201691147655 ], [ -7.443271511829131, 57.586844002168142 ], [ -7.441112525912696, 57.587130757377032 ], [ -7.441298317399037, 57.586838342610527 ], [ -7.442481982967042, 57.586629719708313 ], [ -7.442438790410063, 57.585759513589863 ], [ -7.441771450057268, 57.58539865341659 ], [ -7.44153463280751, 57.58566357409417 ], [ -7.440048662477002, 57.585554053999488 ], [ -7.440736819816301, 57.58519224798389 ], [ -7.441373566892066, 57.585281743612725 ], [ -7.441527015981428, 57.584862929304208 ], [ -7.440267418635238, 57.585168420397089 ], [ -7.439314313280735, 57.585047580080939 ], [ -7.439142406436768, 57.584649116062693 ], [ -7.440052175186444, 57.584267845760472 ], [ -7.439131009576673, 57.58444981499126 ], [ -7.438538545191197, 57.584230601318708 ], [ -7.438579365163779, 57.583842752568337 ], [ -7.439639346011956, 57.583535997288138 ], [ -7.438606544271766, 57.583184602089219 ], [ -7.438594303566719, 57.582531753258337 ], [ -7.435210244419108, 57.582445610320448 ], [ -7.434850701820396, 57.581307365226081 ], [ -7.435222522834996, 57.580488553278784 ], [ -7.432661449939403, 57.580930213769463 ], [ -7.429805848872445, 57.580937233902858 ], [ -7.430577571297857, 57.579811412703911 ], [ -7.429761317265235, 57.578440855768328 ], [ -7.431706303878165, 57.576713669543985 ], [ -7.433390105206263, 57.576445759379915 ], [ -7.437337887559756, 57.574267584240602 ], [ -7.440324484810678, 57.573124359375022 ], [ -7.441328158606219, 57.571939842086586 ], [ -7.442944412325292, 57.571155430816923 ], [ -7.443696707703993, 57.57012754952742 ], [ -7.449668993893722, 57.570123072071119 ], [ -7.457019554109351, 57.569011923820781 ], [ -7.458753106923011, 57.568297813065591 ], [ -7.459440356381091, 57.567453540099187 ], [ -7.463078008239725, 57.566616311594373 ], [ -7.463674067602577, 57.565622970253315 ], [ -7.464577503126954, 57.565137379726231 ], [ -7.469560156677585, 57.567020750414514 ], [ -7.473998877462704, 57.567857489429258 ], [ -7.478340153768303, 57.568323918027396 ], [ -7.483228925011936, 57.568166065703316 ], [ -7.482859319361331, 57.570791249392194 ], [ -7.483720115496532, 57.573555466516616 ], [ -7.486145566576961, 57.575518941888376 ], [ -7.489435916491553, 57.576839886056717 ], [ -7.490167307327492, 57.577755710907923 ], [ -7.49084033696422, 57.580392181044196 ], [ -7.492018394898515, 57.581557628013528 ], [ -7.493902243369711, 57.582469985243002 ], [ -7.493178791467328, 57.583348438726908 ], [ -7.491794026381805, 57.58407571820684 ], [ -7.487929093952142, 57.584957850713252 ], [ -7.486204358342725, 57.58514367436247 ], [ -7.486001435586958, 57.58477631176131 ], [ -7.485886837127242, 57.585282601778182 ], [ -7.484824447108463, 57.585027361722993 ], [ -7.485697229636519, 57.585847057843203 ], [ -7.485452345384194, 57.588321017815709 ], [ -7.484836553646676, 57.588227228936368 ], [ -7.485068703427307, 57.587844522330819 ], [ -7.484606277509376, 57.587534355525349 ], [ -7.485010567041268, 57.587847953496215 ], [ -7.484379754952432, 57.587765616553547 ], [ -7.484465594083409, 57.588201078765167 ], [ -7.483184970767861, 57.588721220931909 ], [ -7.483313232231502, 57.589160237253196 ], [ -7.484434949199421, 57.589552410013106 ], [ -7.483516004374, 57.590581507732921 ], [ -7.4827409978416, 57.590665636769323 ], [ -7.485338434278282, 57.590952173781261 ], [ -7.485297532782005, 57.590381555427598 ], [ -7.487344192466776, 57.590439129802732 ], [ -7.487719645036814, 57.590694576478398 ], [ -7.488850528151186, 57.590392412325244 ], [ -7.489914267851925, 57.590976964955424 ], [ -7.489666749563104, 57.5912577507858 ], [ -7.487951022406403, 57.591138998161185 ], [ -7.488244193125619, 57.592181028136984 ], [ -7.489594189599798, 57.592696414665134 ], [ -7.489180197652371, 57.593483953115111 ], [ -7.492291700163995, 57.594275357343228 ], [ -7.493433611953106, 57.5948879770677 ], [ -7.495035400799579, 57.594351925621758 ], [ -7.496807091774372, 57.594717446249561 ], [ -7.496331499978973, 57.594354791755549 ], [ -7.497526880397619, 57.594500640285261 ], [ -7.497461101911501, 57.594287508849689 ], [ -7.494052201450043, 57.594267901978199 ], [ -7.492895523766881, 57.593147429858355 ], [ -7.494072069910865, 57.592847728830137 ], [ -7.494388868169035, 57.592016709723374 ], [ -7.49676673584062, 57.591005781925027 ], [ -7.495499266147704, 57.591091675121511 ], [ -7.494941872690237, 57.590697484895969 ], [ -7.495332305661497, 57.58972194988911 ], [ -7.493141870049652, 57.587272265264154 ], [ -7.491118267806934, 57.586146381761345 ], [ -7.490883578581391, 57.585524809589863 ], [ -7.492220503693424, 57.584569226988535 ], [ -7.493641948398894, 57.585126449385733 ], [ -7.495329762586327, 57.585184234691177 ], [ -7.498229885809867, 57.583497077964218 ], [ -7.500516814927869, 57.582852734421941 ], [ -7.504232210103052, 57.583265551026329 ], [ -7.504455236373394, 57.58398571472874 ], [ -7.503746239882673, 57.584050893623349 ], [ -7.503561416262925, 57.584523373981071 ], [ -7.505068012432991, 57.586349367796984 ], [ -7.511457215409528, 57.589637661392509 ], [ -7.514494442832163, 57.590645073713894 ], [ -7.518987173668748, 57.591115253763213 ], [ -7.521691456998558, 57.590734850921649 ], [ -7.523532329118972, 57.589757730267465 ], [ -7.523519068098095, 57.589295699627662 ], [ -7.52272082063127, 57.589138091081409 ], [ -7.522620693915886, 57.588644767782867 ], [ -7.523583841901897, 57.588409936554108 ], [ -7.523426937136603, 57.588149509123667 ], [ -7.52462920299453, 57.588274995023248 ], [ -7.525026682753041, 57.590414921798214 ], [ -7.528407257404885, 57.592353779494609 ], [ -7.530708165714795, 57.596941937289905 ], [ -7.532247717473678, 57.598630303453341 ], [ -7.53496130351397, 57.600177983851566 ], [ -7.537725236473494, 57.600899869218367 ], [ -7.540464232883085, 57.600963067989845 ], [ -7.541231715903006, 57.600543203224916 ], [ -7.542697488185801, 57.600579536897648 ], [ -7.544701154243431, 57.599219627637332 ], [ -7.545762817433647, 57.599200804033302 ], [ -7.546021721059127, 57.599875237075487 ], [ -7.546354561997928, 57.599387165929727 ], [ -7.546974644945124, 57.59950657479574 ], [ -7.546972874071179, 57.600394990925345 ], [ -7.54728503234511, 57.600528854467434 ], [ -7.547494124355587, 57.600196534730301 ], [ -7.548224018707324, 57.601330847782457 ], [ -7.547704951737526, 57.601653415947766 ], [ -7.547768752271776, 57.602235632326583 ], [ -7.548614261444886, 57.60234870919512 ], [ -7.549124628556131, 57.602934660883655 ], [ -7.5486879601301, 57.603610019672011 ], [ -7.547581416057493, 57.604169963944692 ], [ -7.548073944053558, 57.605078019545189 ], [ -7.547229562117831, 57.60515929616593 ], [ -7.545891204948126, 57.605991339424484 ], [ -7.543119004474162, 57.606009812458453 ], [ -7.542166887692674, 57.606791520726794 ], [ -7.542829347149468, 57.607099896848112 ], [ -7.542426856942402, 57.607374110280112 ], [ -7.542432273137036, 57.607750086951825 ], [ -7.542855728418081, 57.607744962215804 ], [ -7.542648119373228, 57.60854882545194 ], [ -7.541679688883761, 57.608795724613266 ], [ -7.540702078693727, 57.608356293270134 ], [ -7.539632252460282, 57.608367325544172 ], [ -7.540011222958677, 57.608707979110136 ], [ -7.539093599374965, 57.609463843162445 ], [ -7.536769629000669, 57.6106307080546 ], [ -7.535089162779419, 57.610838632663004 ], [ -7.534416159698061, 57.609581146725375 ], [ -7.533143995790255, 57.609519105999503 ], [ -7.532582744581421, 57.60989655896406 ], [ -7.532167326907524, 57.609701489149877 ], [ -7.532900814081992, 57.608935763729882 ], [ -7.53207259659622, 57.607638281436955 ], [ -7.532583424076379, 57.607315245468314 ], [ -7.532374540170444, 57.605713364123332 ], [ -7.532733043208908, 57.605458216271124 ], [ -7.531862877600926, 57.604302981105413 ], [ -7.530706679097713, 57.603845217566416 ], [ -7.531734567567353, 57.603317682344041 ], [ -7.530936985691898, 57.60257236933996 ], [ -7.527870799600631, 57.602320808566084 ], [ -7.525422314029344, 57.60265770588984 ], [ -7.5223824054174, 57.603592889610098 ], [ -7.520539902677967, 57.604641147136363 ], [ -7.518916268190248, 57.60660051022348 ], [ -7.518405083476195, 57.608113329732937 ], [ -7.521040168298397, 57.609386644316736 ], [ -7.521114272632678, 57.609918010633429 ], [ -7.522922164729582, 57.610437307973761 ], [ -7.522485248536443, 57.610651759786663 ], [ -7.520794534871022, 57.610208324701119 ], [ -7.520228720956021, 57.610622819607421 ], [ -7.518641295471426, 57.610869647413246 ], [ -7.517515209521486, 57.610610247143967 ], [ -7.515862380196856, 57.611574517312668 ], [ -7.514640085036844, 57.613485643997606 ], [ -7.514794307606886, 57.613860503121323 ], [ -7.515561468981612, 57.613920533771292 ], [ -7.51491487743415, 57.614212534241922 ], [ -7.515095477689421, 57.614462936494711 ], [ -7.515969497843942, 57.614409386692962 ], [ -7.515434546871369, 57.614564200946717 ], [ -7.515733594408041, 57.615605034921408 ], [ -7.516795241731874, 57.61570437207304 ], [ -7.516203327031372, 57.616080387046509 ], [ -7.517088000308015, 57.616262169170099 ], [ -7.516606019722086, 57.616555972020571 ], [ -7.516991205691313, 57.616783917075452 ], [ -7.516148349533499, 57.617053913039328 ], [ -7.51648528707584, 57.617560277018079 ], [ -7.515902248350177, 57.61818250618618 ], [ -7.514672787838034, 57.618094102206165 ], [ -7.51434503728481, 57.619336965337297 ], [ -7.515434024614247, 57.620145234715388 ], [ -7.520291236472245, 57.621024324795492 ], [ -7.523297239987523, 57.622159870205792 ], [ -7.525268835088606, 57.62146954482975 ], [ -7.526152904649128, 57.621447888678681 ], [ -7.527015361842554, 57.621923087966991 ], [ -7.526842527952406, 57.622473381673629 ], [ -7.526228217823125, 57.622724422117436 ], [ -7.525055300723985, 57.62256793417199 ], [ -7.525747807585871, 57.62286338659726 ], [ -7.525025411107443, 57.62345126791331 ], [ -7.523544098589955, 57.623021175240005 ], [ -7.524132588422961, 57.623503899238933 ], [ -7.522841769213542, 57.624292180857729 ], [ -7.522388251846105, 57.624255348998645 ], [ -7.522457188290893, 57.623562011676114 ], [ -7.52276733325083, 57.623307217355546 ], [ -7.523526307049526, 57.623389164296277 ], [ -7.522423673263238, 57.623220571485575 ], [ -7.522026252599325, 57.624169505279845 ], [ -7.521203258411996, 57.623997650898268 ], [ -7.520766617501562, 57.624689091365497 ], [ -7.520116485627554, 57.624694162997933 ], [ -7.518537093083847, 57.623674293563305 ], [ -7.518138736246642, 57.624319946654573 ], [ -7.517321578652907, 57.624065010012124 ], [ -7.517571440937943, 57.624516683154198 ], [ -7.51673717235864, 57.624612598939002 ], [ -7.515746189943813, 57.623633544845319 ], [ -7.515249688786141, 57.623666969864651 ], [ -7.5152277294815, 57.624052238213423 ], [ -7.514162802587285, 57.623822522537857 ], [ -7.514106675393388, 57.624457689719677 ], [ -7.512552899547221, 57.62495225607838 ], [ -7.511466332570327, 57.62593848420947 ], [ -7.512495023254425, 57.627375829761391 ], [ -7.511800618792636, 57.627686098297445 ], [ -7.512325690790687, 57.627763041045448 ], [ -7.511985120906339, 57.62790663505659 ], [ -7.509178137906762, 57.627441628868681 ], [ -7.50877052556539, 57.626613429283552 ], [ -7.506490764136557, 57.625686120204819 ], [ -7.504175098057075, 57.626047355580297 ], [ -7.501307434367146, 57.627194045035459 ], [ -7.500125496983491, 57.627321219761853 ], [ -7.500649392216955, 57.62801026733942 ], [ -7.501886775462745, 57.628447673993726 ], [ -7.502436934568527, 57.629298470858807 ], [ -7.501647484583638, 57.629513827583558 ], [ -7.501789492634908, 57.62972003222454 ], [ -7.500678118459912, 57.630047532336583 ], [ -7.49971382770434, 57.629917701928271 ], [ -7.498593962150287, 57.630466055071381 ], [ -7.49764380430623, 57.631669401386759 ], [ -7.498186814328004, 57.632229825129649 ], [ -7.497640452743354, 57.6324111525918 ], [ -7.499753856916021, 57.634287292087301 ], [ -7.499244311726512, 57.634833322790172 ], [ -7.498768210946547, 57.634825288199778 ], [ -7.499503029568316, 57.636528451618958 ], [ -7.502428911362651, 57.637618506359047 ], [ -7.502651961862282, 57.638048876495048 ], [ -7.503446956848494, 57.637924177165765 ], [ -7.50359701425663, 57.638570134383606 ], [ -7.502817518230469, 57.638553756402189 ], [ -7.502338885267247, 57.638120140227571 ], [ -7.50168415337516, 57.638937118785243 ], [ -7.500679780998646, 57.638611036674575 ], [ -7.500125529240079, 57.638951118289548 ], [ -7.499812372080685, 57.638402273772677 ], [ -7.499711458627342, 57.639020480610306 ], [ -7.499427425124677, 57.638785367459853 ], [ -7.498654205201944, 57.63890999092326 ], [ -7.498696585404542, 57.63916734464226 ], [ -7.498352226546287, 57.638943860082591 ], [ -7.498097392222505, 57.639111573702927 ], [ -7.497688693852617, 57.638784692282563 ], [ -7.497641460536205, 57.639414055985711 ], [ -7.496812256895771, 57.639313407197896 ], [ -7.497245853564756, 57.639704906307529 ], [ -7.496619392178764, 57.639768217708813 ], [ -7.497312826960725, 57.640069188727139 ], [ -7.496930753828688, 57.640194746724134 ], [ -7.497745568203469, 57.640211422095348 ], [ -7.497643164697717, 57.640698290292178 ], [ -7.496739684098573, 57.640982481088926 ], [ -7.497514039502994, 57.640865021266514 ], [ -7.497735940736197, 57.641110947953905 ], [ -7.49650607106154, 57.641079965394482 ], [ -7.496651963288311, 57.64125630672887 ], [ -7.495900302387875, 57.641357471697297 ], [ -7.497162836371379, 57.641349236123077 ], [ -7.497327087007051, 57.641558076637466 ], [ -7.496573642907034, 57.641835724299121 ], [ -7.497328687024224, 57.64183430866381 ], [ -7.49680060153999, 57.641993231626891 ], [ -7.497097767008979, 57.642137777850486 ], [ -7.495565962796839, 57.642440349487053 ], [ -7.496156029685062, 57.642535231830543 ], [ -7.49490994542637, 57.643062041809053 ], [ -7.495627224660561, 57.642988482361353 ], [ -7.495150154973, 57.643605976563002 ], [ -7.495944728521895, 57.643521847102896 ], [ -7.493999840439166, 57.644720805011161 ], [ -7.494956798753118, 57.644578307207816 ], [ -7.494516830378076, 57.645584783114757 ], [ -7.49299667696094, 57.64592101153935 ], [ -7.492117982747619, 57.645649683613726 ], [ -7.492189889036525, 57.646057852944168 ], [ -7.491549391946811, 57.645984946989607 ], [ -7.491861878282436, 57.646407839360812 ], [ -7.491332889958201, 57.64638407593683 ], [ -7.491850176220926, 57.646807049961076 ], [ -7.491313784371682, 57.646579308313207 ], [ -7.491059387168457, 57.647038586908437 ], [ -7.490760291924198, 57.646814909907988 ], [ -7.489734721260033, 57.647036860822858 ], [ -7.489792950020359, 57.647454626315245 ], [ -7.49089509330165, 57.647549741652021 ], [ -7.490948141562844, 57.647733732135094 ], [ -7.490304060858293, 57.647681675199713 ], [ -7.49059004442791, 57.648095824555604 ], [ -7.490913177993585, 57.647968354932736 ], [ -7.492308852579297, 57.648726578955362 ], [ -7.492182301003675, 57.649254091911189 ], [ -7.492721113233417, 57.649586125922504 ], [ -7.492238801842628, 57.649660232312016 ], [ -7.49340061732469, 57.649794128955193 ], [ -7.492931092759712, 57.649974781300379 ], [ -7.493402921795928, 57.650385330642131 ], [ -7.491752612686333, 57.650406807220669 ], [ -7.493205325029077, 57.650853839358881 ], [ -7.492596395054665, 57.651432963352839 ], [ -7.491522905940322, 57.651405912135218 ], [ -7.490403663128924, 57.650400742420409 ], [ -7.488610508372977, 57.649933396566013 ], [ -7.486959235855603, 57.650059252557078 ], [ -7.485697399011787, 57.650673046172308 ], [ -7.486744279777669, 57.652121502163453 ], [ -7.486374309759022, 57.652649696599163 ], [ -7.487382703768129, 57.653011724635505 ], [ -7.486438589571992, 57.653351599152145 ], [ -7.487451044584569, 57.653607250592735 ], [ -7.486943533282354, 57.653814731290183 ], [ -7.487774208027951, 57.654388788753003 ], [ -7.4871828695345, 57.654497317753936 ], [ -7.489999963652211, 57.654562821470826 ], [ -7.491103047846393, 57.655360800937942 ], [ -7.490833589558553, 57.655854033113968 ], [ -7.491549277799536, 57.656754375058348 ], [ -7.49045429148977, 57.657949548171011 ], [ -7.49114468295761, 57.657685492357963 ], [ -7.492305867019216, 57.657868933345 ], [ -7.492634317776814, 57.658651132480287 ], [ -7.494180976229365, 57.658718769597208 ], [ -7.49468138694455, 57.659250472956046 ], [ -7.493258261987044, 57.659942463728804 ], [ -7.492457961730238, 57.659149313626415 ], [ -7.49239721942053, 57.660299461739477 ], [ -7.491755012246982, 57.66049392528739 ], [ -7.490514104737794, 57.66006194714894 ], [ -7.489834869696233, 57.659070011620578 ], [ -7.489798060999798, 57.659769114260669 ], [ -7.488449996405359, 57.658684781106963 ], [ -7.486416099042138, 57.6595022674897 ], [ -7.484220440431827, 57.659917253360078 ], [ -7.483891770046561, 57.660075542990924 ], [ -7.484525304415162, 57.660821994714723 ], [ -7.48574827231907, 57.660525812510038 ], [ -7.486841683320143, 57.660815752966123 ], [ -7.485839273959919, 57.661736852088481 ], [ -7.484849827709083, 57.662022880016025 ], [ -7.482589247592311, 57.661122161819073 ], [ -7.482907094612537, 57.660559348180492 ], [ -7.482300227628076, 57.660932224989331 ], [ -7.481752183387766, 57.660861544400085 ], [ -7.484222642762889, 57.66209515045049 ], [ -7.484370125586346, 57.662570236509602 ], [ -7.483401590100379, 57.662495344373966 ], [ -7.483756253299456, 57.662952424390639 ], [ -7.480909479782888, 57.661951159110039 ], [ -7.481778804350959, 57.662313880111881 ], [ -7.481938438975701, 57.663202438051236 ], [ -7.480728657425789, 57.662976010156832 ], [ -7.479434602353646, 57.662136736044012 ], [ -7.478837378058969, 57.662351676778016 ], [ -7.47816420800355, 57.662119916272623 ], [ -7.477849239849499, 57.662313593533526 ], [ -7.477739693702798, 57.662088852620144 ], [ -7.476485707559759, 57.662458299979029 ], [ -7.476429154740392, 57.662195257656748 ], [ -7.475531870471097, 57.662202711362575 ], [ -7.475302979172734, 57.662577143542009 ], [ -7.473553818412694, 57.66205906345774 ], [ -7.472438221260387, 57.662399964480024 ], [ -7.472144796925226, 57.661958199566527 ], [ -7.472636356876722, 57.661599377605199 ], [ -7.469963232323009, 57.660243846017835 ], [ -7.469981801920882, 57.659977544322444 ], [ -7.468630279806778, 57.66009014677163 ], [ -7.467696914713018, 57.65917932419854 ], [ -7.467255115885591, 57.659411771506548 ], [ -7.467099523741788, 57.659181819241645 ], [ -7.4663954244735, 57.65926723478637 ], [ -7.466105098851317, 57.65962451102191 ], [ -7.464674042554674, 57.659443522804757 ], [ -7.463070651202625, 57.658342100094089 ], [ -7.460930608941166, 57.658001880744749 ], [ -7.458146235590122, 57.658188099243077 ], [ -7.457581845179441, 57.658554513281267 ], [ -7.457923855593698, 57.659052703169131 ], [ -7.457047785823574, 57.659055509150818 ], [ -7.457806358443972, 57.659610374996348 ], [ -7.457104485859284, 57.659889137021175 ], [ -7.455601489804995, 57.659531163214986 ], [ -7.455011942591029, 57.659831154219262 ], [ -7.454652707047035, 57.660356077060918 ], [ -7.455209399911621, 57.660551597004584 ], [ -7.455530289984559, 57.661757189504442 ], [ -7.454869867103238, 57.661876648681698 ], [ -7.455563606882387, 57.662335334676179 ], [ -7.45465741702629, 57.661859736424624 ], [ -7.454436211888689, 57.662096996110876 ], [ -7.452713836133336, 57.661676474019806 ], [ -7.452460354491378, 57.661889025834142 ], [ -7.451680525449482, 57.661505142826037 ], [ -7.45119518528968, 57.661884308227826 ], [ -7.451902200165087, 57.662375738628754 ], [ -7.450977701975383, 57.66195670488927 ], [ -7.450496503772961, 57.662062095804998 ], [ -7.449510572134968, 57.663188262782526 ], [ -7.447503718707228, 57.661556895297871 ], [ -7.447832819245126, 57.661076496100343 ], [ -7.448607928625047, 57.66134000900184 ], [ -7.449327887314566, 57.66121441108826 ], [ -7.449354845080717, 57.660198975271427 ], [ -7.448393213462538, 57.659309042698901 ], [ -7.446325217158816, 57.65894476573056 ], [ -7.44619295169903, 57.657584318478456 ], [ -7.442182863150768, 57.656171655981694 ], [ -7.438763122876168, 57.654249236102608 ], [ -7.438678194273688, 57.654018906721454 ], [ -7.440225259874441, 57.653308708634924 ], [ -7.436394247887427, 57.653622390301905 ], [ -7.429522277616423, 57.651119522492515 ], [ -7.426790416140653, 57.650364137890968 ], [ -7.423720226141848, 57.64998323037242 ], [ -7.423837159899676, 57.650428180735965 ], [ -7.425930048649966, 57.65173759533134 ], [ -7.427307277986491, 57.651966325452015 ], [ -7.427469311057477, 57.652431832048492 ], [ -7.428605807678956, 57.652846400435656 ], [ -7.427422957681524, 57.653131296101982 ], [ -7.424682953635956, 57.652322215862128 ], [ -7.42462161081054, 57.653202313923316 ], [ -7.421047014109945, 57.652537043720812 ], [ -7.421130936538634, 57.652087958163541 ], [ -7.419466611898923, 57.651061538109722 ], [ -7.419406707821254, 57.650380146102535 ], [ -7.420320062858118, 57.650313897388166 ], [ -7.421178754949469, 57.649377033807482 ], [ -7.421279614114434, 57.647694279351711 ], [ -7.41837626240647, 57.646406122087463 ], [ -7.417054419432978, 57.644973483596615 ], [ -7.412115571433286, 57.64387610533457 ], [ -7.410940870038381, 57.643989510142674 ], [ -7.409269202582004, 57.643246771119372 ], [ -7.410837446092398, 57.643071498979545 ], [ -7.410383506201575, 57.642447511177622 ], [ -7.411534475221088, 57.642231634449651 ], [ -7.413486601631933, 57.64266082038062 ], [ -7.414970259651001, 57.643717561962923 ], [ -7.413973570104861, 57.642887401597818 ], [ -7.414162961271717, 57.642469792336911 ], [ -7.412560311057483, 57.641346154440427 ], [ -7.41344838656932, 57.64071856527196 ], [ -7.415253319978322, 57.640780560615404 ], [ -7.415039817799925, 57.640362251435029 ], [ -7.415779830287442, 57.640204478088279 ], [ -7.416173934567412, 57.639281298301142 ], [ -7.413078980189849, 57.638187560383429 ], [ -7.41291818409793, 57.637447503284669 ], [ -7.416065234875525, 57.63778934462092 ], [ -7.417649447767279, 57.638733737957807 ], [ -7.420824967606406, 57.638984245488558 ], [ -7.421952717455754, 57.638670271903976 ], [ -7.422255321405948, 57.639066740625424 ], [ -7.424023444717291, 57.638995197519769 ], [ -7.425457913317917, 57.639329468088285 ], [ -7.42690790148712, 57.639991540586095 ], [ -7.427631363739434, 57.640900861814821 ], [ -7.429437230526534, 57.64141709517294 ], [ -7.430273708709584, 57.640895097044925 ], [ -7.430153815530769, 57.640598772576908 ], [ -7.427747393301499, 57.640162399497797 ], [ -7.42684665507886, 57.639526197086603 ], [ -7.423832318753007, 57.638895423608048 ], [ -7.422458361385723, 57.638909516632367 ], [ -7.421854884739079, 57.638296496538928 ], [ -7.422620346884898, 57.637692107799374 ], [ -7.421449928665974, 57.637944925859649 ], [ -7.420297918311067, 57.637310484560658 ], [ -7.415682216241486, 57.636572859657861 ], [ -7.411991738849574, 57.63641182839708 ], [ -7.411523236016405, 57.636814414921311 ], [ -7.412142165606229, 57.637026338026331 ], [ -7.411716028674983, 57.63788158177006 ], [ -7.408468966446165, 57.637431428646799 ], [ -7.408418909443198, 57.638221030619739 ], [ -7.407775607252008, 57.638464608270937 ], [ -7.406223926889969, 57.638243160188203 ], [ -7.40317878783707, 57.638810151636214 ], [ -7.399312117535884, 57.638368311917858 ], [ -7.39908343633568, 57.638072122934645 ], [ -7.397599808898361, 57.637969148610068 ], [ -7.397446178044173, 57.637669744528125 ], [ -7.394436928422134, 57.637519533991352 ], [ -7.392622420249603, 57.636940190035254 ], [ -7.393237825853056, 57.636621390128361 ], [ -7.3919441380951, 57.636271743463972 ], [ -7.391225165394642, 57.635668029252855 ], [ -7.39091434750323, 57.63510085842708 ], [ -7.392073166094265, 57.634317860032326 ], [ -7.389410264844705, 57.634859175643413 ], [ -7.387290697240096, 57.634540280863412 ], [ -7.384033280862679, 57.63305503205747 ], [ -7.383360623086909, 57.632309810660267 ], [ -7.382591137323796, 57.632212171421536 ], [ -7.382377655777774, 57.631543350487696 ], [ -7.383020612637639, 57.630866436469695 ], [ -7.382663502794265, 57.63089068152685 ], [ -7.382354777612176, 57.631471675594739 ], [ -7.382239277060632, 57.631689033123607 ], [ -7.382027402785278, 57.63208774670143 ], [ -7.381149179702405, 57.63204873610195 ], [ -7.380119207904749, 57.632457160526243 ], [ -7.382763873891095, 57.633941666541361 ], [ -7.382762902649381, 57.634783144614268 ], [ -7.382116189671773, 57.635400205531454 ], [ -7.380357640848935, 57.635738932989604 ], [ -7.379852526398962, 57.636677513563072 ], [ -7.377411672222984, 57.637530367155705 ], [ -7.376636831281818, 57.638506531849245 ], [ -7.374625895929166, 57.639181708273966 ], [ -7.374096151451106, 57.639808135920994 ], [ -7.374670046342978, 57.642140586199972 ], [ -7.375818971063291, 57.642849354144275 ], [ -7.376397736200893, 57.643911794504859 ], [ -7.375627515952219, 57.644705066405102 ], [ -7.378272620927844, 57.645384229331611 ], [ -7.376957848540894, 57.645651774409458 ], [ -7.373415113100615, 57.645291609312451 ], [ -7.374659154442078, 57.64609802887351 ], [ -7.374500046929743, 57.648240335397517 ], [ -7.372962521338605, 57.648296845527589 ], [ -7.370674936968279, 57.649442689435247 ], [ -7.370800627309372, 57.64995119403634 ], [ -7.370273977216151, 57.650293991921259 ], [ -7.370108070232754, 57.653797259916267 ], [ -7.370755582250144, 57.656388470326625 ], [ -7.37186089848601, 57.657514005876742 ], [ -7.373885222166185, 57.658575188320988 ], [ -7.375916409324407, 57.658821614431673 ], [ -7.371254916885865, 57.659553841396267 ], [ -7.370702125308742, 57.660072335889133 ], [ -7.368629304805433, 57.66002108000373 ], [ -7.354362265924621, 57.66255325774155 ], [ -7.346359301701518, 57.665556396451585 ], [ -7.339678582660481, 57.668993488209203 ], [ -7.336534841592616, 57.671308757435249 ], [ -7.335506266500889, 57.67304857032353 ], [ -7.335568333700568, 57.675066224725342 ], [ -7.337881920592364, 57.677942555161266 ], [ -7.340242288425832, 57.679026062967175 ], [ -7.341859286859581, 57.679169101630471 ], [ -7.343788124662962, 57.677611590031113 ], [ -7.345808919020624, 57.678214427526378 ], [ -7.346424803534742, 57.67885876682589 ], [ -7.344949314735757, 57.679902170213701 ], [ -7.344921396653898, 57.680794260932728 ], [ -7.34197720787651, 57.680423977498322 ], [ -7.341432564896429, 57.679920587188803 ], [ -7.339379235708814, 57.679382048783538 ], [ -7.3352590625351, 57.679979263859266 ], [ -7.334526196194337, 57.680478194164309 ], [ -7.335422875398731, 57.68171814659442 ], [ -7.335253673116962, 57.682850176463276 ], [ -7.334346092471803, 57.683360989720924 ], [ -7.329921358072769, 57.683718917856382 ], [ -7.328737741121855, 57.684809180587536 ], [ -7.329258496920572, 57.685153259290338 ], [ -7.32960547321473, 57.685339475153739 ], [ -7.329947509609931, 57.685608498585111 ], [ -7.33000562637818, 57.684976115760236 ], [ -7.331603230271122, 57.684700758055634 ], [ -7.332586567778606, 57.685217150274724 ], [ -7.332502363648015, 57.685729151253639 ], [ -7.331375304650773, 57.686290608685646 ], [ -7.329450209761936, 57.686110944499006 ], [ -7.329114546432151, 57.685828152133936 ], [ -7.329861145867962, 57.685706635093673 ], [ -7.329660981224424, 57.685419187347279 ], [ -7.329493056622025, 57.68530572744109 ], [ -7.327159644011182, 57.684646328443193 ], [ -7.325541027507304, 57.6848361257411 ], [ -7.32338807127732, 57.685619873701299 ], [ -7.321435903678646, 57.687313006918352 ], [ -7.320973152175049, 57.68839438945642 ], [ -7.322993344398468, 57.688934631375659 ], [ -7.323527037188386, 57.689650035096392 ], [ -7.321479874829662, 57.690469775012367 ], [ -7.321591243435431, 57.691113002072193 ], [ -7.320240685708594, 57.691642378910537 ], [ -7.320613099948223, 57.691775163212483 ], [ -7.31930514077168, 57.69276617717761 ], [ -7.317905886776376, 57.693365070415439 ], [ -7.315375534379041, 57.693471649141216 ], [ -7.314856528546703, 57.694114426142541 ], [ -7.312126857218763, 57.693779387116443 ], [ -7.312584754264458, 57.692891725603964 ], [ -7.312097617156447, 57.691805367178468 ], [ -7.308822265180256, 57.689180522812315 ], [ -7.309694154879873, 57.687105608100147 ], [ -7.309408250840773, 57.686874666643249 ], [ -7.316132528090676, 57.68569622560139 ], [ -7.318135544322465, 57.68457696571285 ], [ -7.322481643186617, 57.68311140565288 ], [ -7.323265795364055, 57.681759988349945 ], [ -7.323531445595821, 57.679224580580332 ], [ -7.321130663082281, 57.675690269490232 ], [ -7.318291605173615, 57.672885311127907 ], [ -7.316655662370446, 57.671923878001351 ], [ -7.314229391138666, 57.668894475460853 ], [ -7.312605777756672, 57.667671510357593 ], [ -7.312524346667103, 57.666658066618936 ], [ -7.313709093280909, 57.665289840211805 ], [ -7.315524825763473, 57.670054757611801 ], [ -7.318579127794368, 57.672841696208039 ], [ -7.319259960076155, 57.672902986398611 ], [ -7.319723762457066, 57.673945305775831 ], [ -7.320991615502458, 57.674229308374159 ], [ -7.3260047632869, 57.671483706415529 ], [ -7.333191206678858, 57.666622164930821 ], [ -7.336280362348263, 57.663310391436355 ], [ -7.33690846086655, 57.660529220788362 ], [ -7.336068846967384, 57.658612849922342 ], [ -7.337202501694471, 57.658136538088016 ], [ -7.336200896395296, 57.658323795036878 ], [ -7.335558026945232, 57.657731854729271 ], [ -7.335467163122806, 57.657981371054326 ], [ -7.332715493549388, 57.65784485087233 ], [ -7.332719627715278, 57.657211146472193 ], [ -7.331274236462472, 57.656995071203191 ], [ -7.329625169127919, 57.657186239980476 ], [ -7.330144294330105, 57.656754852572263 ], [ -7.332366292890186, 57.656190298020505 ], [ -7.32977925147615, 57.655813684562958 ], [ -7.328661144273826, 57.656156087353708 ], [ -7.329906308221037, 57.6566092256828 ], [ -7.328289499259959, 57.656882704705716 ], [ -7.327014626237453, 57.6564101076249 ], [ -7.326594470815619, 57.656589830882858 ], [ -7.325476441586622, 57.655801931964298 ], [ -7.324552817969465, 57.655971405873217 ], [ -7.324939345075021, 57.656511225392855 ], [ -7.323100955488589, 57.656019181347183 ], [ -7.323140146489252, 57.656377485179725 ], [ -7.324243916215867, 57.656942831947973 ], [ -7.323509594524078, 57.656766847118604 ], [ -7.323751369691086, 57.657704232636497 ], [ -7.322215712889132, 57.658130787906913 ], [ -7.323732788045421, 57.65805777540983 ], [ -7.324301489572695, 57.658180456927461 ], [ -7.323721406016706, 57.65841461391414 ], [ -7.320925747895976, 57.658252695919302 ], [ -7.317273035497474, 57.658508397656462 ], [ -7.314340698382273, 57.657814861475138 ], [ -7.313763674367275, 57.657978650940166 ], [ -7.31329112482009, 57.656255472090876 ], [ -7.312104605831625, 57.656235250811712 ], [ -7.31153927462938, 57.655802813065499 ], [ -7.310514019967486, 57.655920668590312 ], [ -7.311561151187004, 57.655608416280145 ], [ -7.31057176873921, 57.655272119246753 ], [ -7.310705102697337, 57.65470407712214 ], [ -7.313459943270413, 57.654589867926276 ], [ -7.315857537198163, 57.653939920938107 ], [ -7.315976817289364, 57.653665827250457 ], [ -7.314901887855046, 57.653593237600042 ], [ -7.316257318683418, 57.653518122498838 ], [ -7.315634509113139, 57.653094424590407 ], [ -7.317492385099738, 57.65317180027693 ], [ -7.316555541071445, 57.652518374269768 ], [ -7.318360563561569, 57.652853533181556 ], [ -7.319362455976205, 57.65261151114742 ], [ -7.317848244144138, 57.652427886962627 ], [ -7.316483317999056, 57.651510841922267 ], [ -7.315318110127759, 57.651360172543704 ], [ -7.315227300719275, 57.652286385506756 ], [ -7.314507782242399, 57.652370695595977 ], [ -7.314751331612213, 57.652600704482758 ], [ -7.312543605265055, 57.652438136551034 ], [ -7.309535330677459, 57.652734875736044 ], [ -7.310354477256673, 57.653170134068247 ], [ -7.309930616179395, 57.654149955037973 ], [ -7.308540635118019, 57.654012282468052 ], [ -7.309144055123861, 57.654281149673842 ], [ -7.308443164366228, 57.654389836512244 ], [ -7.306502538825882, 57.65394235551814 ], [ -7.306679645645086, 57.65424626481601 ], [ -7.304411173853369, 57.654644035113698 ], [ -7.299102106916465, 57.654476620065076 ], [ -7.292463793069113, 57.653321802739548 ], [ -7.291521753919284, 57.652779104249419 ], [ -7.291764272685596, 57.652336091165488 ], [ -7.293714160119546, 57.652435152046479 ], [ -7.291338543838507, 57.651868917846052 ], [ -7.292343300592312, 57.651680087171179 ], [ -7.288674058628495, 57.649885754768682 ], [ -7.292138251197508, 57.649780955662493 ], [ -7.29276744069022, 57.649135442147724 ], [ -7.295855293035875, 57.648396618452985 ], [ -7.29307434011116, 57.648432359661115 ], [ -7.289838901912962, 57.647492740287291 ], [ -7.291500460804321, 57.647400548923002 ], [ -7.291326150386442, 57.646861637787147 ], [ -7.292049870302288, 57.646887067221058 ], [ -7.291768275834102, 57.645670552910097 ], [ -7.292614742315724, 57.645628737200006 ], [ -7.292597863938629, 57.643995272273173 ], [ -7.293102610326244, 57.643659134160202 ], [ -7.293997588542561, 57.64363956865963 ], [ -7.292938057497898, 57.642761665167185 ], [ -7.293172071198653, 57.642180423239154 ], [ -7.292302435089699, 57.642315904112429 ], [ -7.291590853403748, 57.641234416322121 ], [ -7.291361101553945, 57.641729987967082 ], [ -7.290355092902242, 57.641448236206323 ], [ -7.291046475146616, 57.642679056794968 ], [ -7.290320832922453, 57.642938964325737 ], [ -7.285121789409511, 57.641118726611325 ], [ -7.284167569922726, 57.640443313360393 ], [ -7.283642715505535, 57.640699268853261 ], [ -7.284054473728843, 57.641221939911368 ], [ -7.284921529431177, 57.641644543895055 ], [ -7.28575091967511, 57.641578291337019 ], [ -7.285882814527088, 57.642022699019975 ], [ -7.285102944000086, 57.642428827879598 ], [ -7.284473423622488, 57.642369718289196 ], [ -7.284931729830586, 57.642750957006754 ], [ -7.283019829359234, 57.642759066785857 ], [ -7.282564258732437, 57.643030111964514 ], [ -7.283458576614307, 57.643582065885667 ], [ -7.282119206815993, 57.644007111627211 ], [ -7.281801729668461, 57.644650314851788 ], [ -7.28462873669399, 57.645635138469387 ], [ -7.286060202674272, 57.646854770730997 ], [ -7.286252825530013, 57.647577393280137 ], [ -7.285597730090254, 57.647654339468019 ], [ -7.286201057553234, 57.648223870518933 ], [ -7.285206476609789, 57.648459020678501 ], [ -7.283161289058743, 57.648107362948473 ], [ -7.282729074126395, 57.647709726083342 ], [ -7.281610684705491, 57.647671073727331 ], [ -7.2817871070529, 57.647418922120195 ], [ -7.280921587609457, 57.646984531450315 ], [ -7.279421508234338, 57.647344283605818 ], [ -7.280607400946987, 57.647984840071707 ], [ -7.280037299192828, 57.647907920763224 ], [ -7.28020589798206, 57.648431784768832 ], [ -7.279574468192938, 57.648244947099023 ], [ -7.279077098633147, 57.648517726768894 ], [ -7.281485520831996, 57.64912780183279 ], [ -7.280668808146738, 57.649800901581351 ], [ -7.280733558679941, 57.650545080930925 ], [ -7.282810372435041, 57.651562259248735 ], [ -7.283687074425295, 57.651657820924875 ], [ -7.284247773262223, 57.651520050411705 ], [ -7.284064324193283, 57.651217280165817 ], [ -7.287343823488222, 57.650938579150811 ], [ -7.286587075327385, 57.651757684244927 ], [ -7.287100007850778, 57.652109633012941 ], [ -7.286915305270919, 57.652546613064359 ], [ -7.285122282700265, 57.652959200304196 ], [ -7.284243597248902, 57.652228422816485 ], [ -7.283017718008191, 57.65182173644736 ], [ -7.28097843093692, 57.652790797661297 ], [ -7.280948248352237, 57.653136710532834 ], [ -7.277917158969227, 57.653497531770576 ], [ -7.272318825117664, 57.651373098237791 ], [ -7.273798695741683, 57.649557403043573 ], [ -7.27261559238452, 57.648866275297678 ], [ -7.270674923926671, 57.64863242935418 ], [ -7.271034542787478, 57.648300650890398 ], [ -7.270013632141291, 57.647616221031441 ], [ -7.268575518485147, 57.647548517674494 ], [ -7.266388856149563, 57.647711822016539 ], [ -7.266257887082028, 57.64818521656435 ], [ -7.26541889837205, 57.648452405002558 ], [ -7.260905030778867, 57.64879462220928 ], [ -7.260551614361192, 57.649054122217549 ], [ -7.261502056061302, 57.64957779096023 ], [ -7.260419337652843, 57.650606489198893 ], [ -7.260953112089909, 57.651312211519276 ], [ -7.259284052130256, 57.650891389101986 ], [ -7.259736909434539, 57.65140972056826 ], [ -7.259109912966156, 57.651565441159491 ], [ -7.254934710881789, 57.651479381835649 ], [ -7.256756777054116, 57.652434696763841 ], [ -7.254781417510988, 57.652158856381533 ], [ -7.253813330800569, 57.652659902708734 ], [ -7.256517667508096, 57.653043062424338 ], [ -7.257254081133873, 57.653410109521317 ], [ -7.261030925775938, 57.653236456122144 ], [ -7.262246577788484, 57.65347010599011 ], [ -7.263279566340205, 57.654145096705662 ], [ -7.26408974642592, 57.653909723560645 ], [ -7.264240425251105, 57.654727704989199 ], [ -7.263470870005015, 57.655162051713077 ], [ -7.264280463914514, 57.655396427793306 ], [ -7.263758688178103, 57.656011205730699 ], [ -7.262300421488849, 57.655598718843279 ], [ -7.261542876896436, 57.655711303323713 ], [ -7.261841468480753, 57.656033595815437 ], [ -7.260574932181223, 57.655820058919865 ], [ -7.26047274587012, 57.656133870047718 ], [ -7.259760959383944, 57.656052866358834 ], [ -7.258851359007116, 57.656459726951795 ], [ -7.256345697566478, 57.656325690353562 ], [ -7.255769388875462, 57.656796927563818 ], [ -7.255045095245081, 57.656768609589172 ], [ -7.252287419170983, 57.655880117173474 ], [ -7.251868967122742, 57.65542511710175 ], [ -7.248045275999238, 57.654511622680864 ], [ -7.24704652588516, 57.65338696618916 ], [ -7.246454148235252, 57.653376509768073 ], [ -7.245023144966005, 57.654391650723547 ], [ -7.245782246826396, 57.655229338523029 ], [ -7.243516750240394, 57.655327121291847 ], [ -7.242789691986101, 57.655778465454809 ], [ -7.245315475169407, 57.657131223469577 ], [ -7.251421493044624, 57.658349094053783 ], [ -7.251763712177047, 57.657769107206839 ], [ -7.253963046011333, 57.657908795753507 ], [ -7.254203686005497, 57.658225419836214 ], [ -7.255823739307977, 57.658561072488055 ], [ -7.258825620425045, 57.658712233906805 ], [ -7.262032625070772, 57.657986408289538 ], [ -7.264907880640214, 57.658051819990206 ], [ -7.264927251621712, 57.658266077535664 ], [ -7.266810491848911, 57.6586329010375 ], [ -7.267641553814713, 57.659395478943026 ], [ -7.271694787086944, 57.660598466158362 ], [ -7.276929941028669, 57.662732753222677 ], [ -7.278269860220234, 57.663735845762652 ], [ -7.278287786077726, 57.664320008550739 ], [ -7.277153291500358, 57.665177343263146 ], [ -7.27405197966201, 57.666193382780577 ], [ -7.264023806998192, 57.666436683568541 ], [ -7.259906661830837, 57.667109600421135 ], [ -7.250935925551625, 57.670294362930477 ], [ -7.248146170239833, 57.672344191682392 ], [ -7.244100887732102, 57.671744798471877 ], [ -7.243266963357055, 57.672005312029754 ], [ -7.240214663547069, 57.674194536377655 ], [ -7.239177555886015, 57.675384894912874 ], [ -7.238441181349486, 57.675577434984426 ], [ -7.237912599959833, 57.675383413319629 ], [ -7.237422788966075, 57.675678193351814 ], [ -7.237484342140094, 57.676220042020113 ], [ -7.239322533710125, 57.677664472548315 ], [ -7.237708375543472, 57.679918085408353 ], [ -7.23285501939623, 57.682996187472924 ], [ -7.229605325332404, 57.684294363594987 ], [ -7.224944652773651, 57.68540971042237 ], [ -7.222275125136204, 57.686644975346297 ], [ -7.223741731023815, 57.688716888824757 ], [ -7.222712536917892, 57.689677303171102 ], [ -7.21945801983151, 57.690004477880542 ], [ -7.217769875567543, 57.690649258072604 ], [ -7.215999540653713, 57.690362490690596 ], [ -7.214182791633915, 57.68859830359532 ], [ -7.21300108315349, 57.688092819171814 ], [ -7.211428478261197, 57.688116363072481 ], [ -7.209860324668557, 57.687493630925267 ], [ -7.210138912379009, 57.686709184510249 ], [ -7.211461024994832, 57.68657992024179 ], [ -7.212488359553221, 57.685931918791297 ], [ -7.212359448937415, 57.685386549731447 ], [ -7.211589980945561, 57.685223060711778 ], [ -7.212163981962475, 57.684402115354594 ], [ -7.211920652109032, 57.683960451539733 ], [ -7.210153676918683, 57.683799447722365 ], [ -7.208062465794979, 57.683007526219086 ], [ -7.20900258022217, 57.684182591558155 ], [ -7.210582677312114, 57.684445808028762 ], [ -7.208550752926269, 57.685304418846002 ], [ -7.207684292380095, 57.686347070082896 ], [ -7.20774957950865, 57.687081330204684 ], [ -7.206769228823132, 57.687449307451182 ], [ -7.205830412100013, 57.687335059706946 ], [ -7.20461932364811, 57.688038269892367 ], [ -7.204980938360796, 57.688555152868091 ], [ -7.206129651793374, 57.688995484210501 ], [ -7.205688874168864, 57.689353794301596 ], [ -7.205895292815121, 57.689796091513713 ], [ -7.206410538168773, 57.689850426458086 ], [ -7.205399242318459, 57.692703169715301 ], [ -7.204717578387152, 57.692847352572933 ], [ -7.204863719104074, 57.693127469839688 ], [ -7.204126696413345, 57.6935762708287 ], [ -7.201504000444687, 57.693976801175253 ], [ -7.200574969596732, 57.696282614250443 ], [ -7.199161332215588, 57.697146174134602 ], [ -7.195429282801673, 57.697079356282551 ], [ -7.194299575815034, 57.697521758526378 ], [ -7.192970962005313, 57.697608807482332 ], [ -7.184355246335508, 57.701191399191707 ], [ -7.183042010378482, 57.702149619854417 ], [ -7.182884923324216, 57.703036078053117 ], [ -7.184636733971645, 57.704000734688897 ], [ -7.185363626900936, 57.703994280376776 ], [ -7.184867996236301, 57.704594109089101 ], [ -7.185625846795065, 57.704334436318192 ], [ -7.186199680866793, 57.704608704544668 ], [ -7.186021299542352, 57.704865277810377 ], [ -7.188155216805741, 57.704495975731717 ], [ -7.18904926501655, 57.704787667404304 ], [ -7.189657101194913, 57.705415948195103 ], [ -7.189139960195556, 57.705443500457882 ], [ -7.189727285934301, 57.705905259489882 ], [ -7.189323498381759, 57.706465339657136 ], [ -7.189818724737384, 57.706730226081888 ], [ -7.18941061496599, 57.707084427588534 ], [ -7.189933646100278, 57.707742287787035 ], [ -7.19115181917613, 57.70827709066927 ], [ -7.192588180533379, 57.709570449793169 ], [ -7.192727187960775, 57.709367674899852 ], [ -7.193795684763153, 57.709901410943857 ], [ -7.195882198126774, 57.71004322762446 ], [ -7.197871161752822, 57.7097634132625 ], [ -7.201396029407799, 57.708321634283031 ], [ -7.202093111345328, 57.707522674654484 ], [ -7.202889480312196, 57.707484464477453 ], [ -7.20310882327693, 57.706625098440938 ], [ -7.202581180414804, 57.705726326237638 ], [ -7.197523397861187, 57.704405835047517 ], [ -7.195663147983361, 57.703309039178841 ], [ -7.195744050585659, 57.702783818199762 ], [ -7.198173993247404, 57.702791778794477 ], [ -7.199238902911792, 57.702307022294299 ], [ -7.204670096582924, 57.702696031346477 ], [ -7.207064653728402, 57.703193881601706 ], [ -7.209350752339939, 57.703089682881611 ], [ -7.209795410802911, 57.702839181909425 ], [ -7.211687058320131, 57.703264114831768 ], [ -7.213311931818962, 57.703085455767727 ], [ -7.214193313858638, 57.703451281870528 ], [ -7.215153018989843, 57.703287469261092 ], [ -7.218233697049506, 57.704916647549922 ], [ -7.222121757842181, 57.704450858151283 ], [ -7.226599869813109, 57.704556211375944 ], [ -7.228269302884637, 57.704999999027386 ], [ -7.228673102031599, 57.706805441318863 ], [ -7.227908526709401, 57.707156540927734 ], [ -7.226101522973032, 57.70680842344828 ], [ -7.225380594298167, 57.707112708995702 ], [ -7.21305407550242, 57.715995080235849 ], [ -7.211571036137492, 57.718527204130858 ], [ -7.206788828896872, 57.722592780060971 ], [ -7.202286429757677, 57.728528140600083 ], [ -7.20055227841886, 57.733368573139963 ], [ -7.199646697834396, 57.734557614034244 ], [ -7.188789606198972, 57.736740649443327 ], [ -7.181037013617446, 57.737702182791089 ], [ -7.178030096709051, 57.73796942728255 ], [ -7.173096658985663, 57.737883593662943 ], [ -7.171565472470824, 57.738058755344539 ], [ -7.170313791576, 57.738658861429847 ], [ -7.168326546734294, 57.738704178974743 ], [ -7.167731016439436, 57.738481095632061 ], [ -7.167771314451587, 57.738762882843162 ], [ -7.166838593430193, 57.738652564563466 ], [ -7.166142896761257, 57.738964448996612 ], [ -7.164998634852168, 57.738727797831316 ] ] ], [ [ [ -7.071450543576008, 57.74342145610094 ], [ -7.070532983309528, 57.742877948159567 ], [ -7.073882693305928, 57.743427291096701 ], [ -7.073896573520125, 57.743885600139549 ], [ -7.072996576807353, 57.743647314451216 ], [ -7.071450543576008, 57.74342145610094 ] ] ], [ [ [ -7.288386258285266, 57.737568690744951 ], [ -7.287889938841799, 57.737166528783 ], [ -7.289157458263527, 57.737032475053937 ], [ -7.290622969298377, 57.737101586018888 ], [ -7.29089421181333, 57.737517664680368 ], [ -7.289221103383651, 57.737524739199621 ], [ -7.288991352281439, 57.737736829779095 ], [ -7.288386258285266, 57.737568690744951 ] ] ], [ [ [ -7.045462241180117, 57.748474523287072 ], [ -7.043215414649809, 57.747628496474071 ], [ -7.042767336904315, 57.74767336838655 ], [ -7.042964032963557, 57.748178359486154 ], [ -7.042401179565031, 57.748124342199205 ], [ -7.041465817197525, 57.747450881732327 ], [ -7.042153918342983, 57.747256981770548 ], [ -7.041429377289134, 57.746647087487879 ], [ -7.042738359393812, 57.746621853285625 ], [ -7.042632461926352, 57.746405647714035 ], [ -7.044362418170256, 57.746804460632625 ], [ -7.046400316918756, 57.747901734210963 ], [ -7.045462241180117, 57.748474523287072 ] ] ], [ [ [ -7.069777944905589, 57.74607081338457 ], [ -7.069792156471693, 57.745872301437231 ], [ -7.071012844702976, 57.746237201461767 ], [ -7.07338162165027, 57.747707667309378 ], [ -7.072553966033562, 57.747925337915561 ], [ -7.07134406526159, 57.747398065625347 ], [ -7.069777944905589, 57.74607081338457 ] ] ], [ [ [ -7.062303074885151, 57.748025976982582 ], [ -7.062893366862828, 57.747975337806928 ], [ -7.06321020718187, 57.748435002941797 ], [ -7.062303074885151, 57.748025976982582 ] ] ], [ [ [ -6.928418049199606, 57.754068823574073 ], [ -6.927619485559028, 57.753519681779636 ], [ -6.928601820632506, 57.753503874599282 ], [ -6.928357587598575, 57.752762188631635 ], [ -6.929367147127188, 57.753501020915294 ], [ -6.929868110552085, 57.754520581728457 ], [ -6.92966610980575, 57.754766867409522 ], [ -6.928699260756963, 57.754773081749399 ], [ -6.927796145380422, 57.754691337293352 ], [ -6.927761001859518, 57.75431035578886 ], [ -6.928418049199606, 57.754068823574073 ] ] ], [ [ [ -6.935144374946521, 57.754953448961729 ], [ -6.93356581167014, 57.754547249393767 ], [ -6.932443911049779, 57.754896914142471 ], [ -6.929805941878638, 57.753263493684777 ], [ -6.930125508382647, 57.752522311721158 ], [ -6.931279845704856, 57.752657213398187 ], [ -6.931536994253984, 57.75226033025109 ], [ -6.932373343205369, 57.75222319885944 ], [ -6.931768300489679, 57.751612551868192 ], [ -6.932930246978601, 57.751495237957549 ], [ -6.932923820826936, 57.750523862622799 ], [ -6.934553076484181, 57.750748155995268 ], [ -6.935867697099598, 57.750516894959603 ], [ -6.937977414860579, 57.753394361791798 ], [ -6.936810152270439, 57.754335113976055 ], [ -6.937128139996362, 57.754691553338674 ], [ -6.936603919970374, 57.754550089216082 ], [ -6.935144374946521, 57.754953448961729 ] ] ], [ [ [ -7.088928018170472, 57.749660348704268 ], [ -7.087701370920666, 57.749255366214932 ], [ -7.086321014915149, 57.749670828605637 ], [ -7.083176633574822, 57.748254283659179 ], [ -7.081409677267342, 57.746399896061874 ], [ -7.081394798108211, 57.745217333035463 ], [ -7.081905429779337, 57.74489988353892 ], [ -7.081232979100345, 57.743707773992405 ], [ -7.080061534247299, 57.743035080532508 ], [ -7.07648935552296, 57.742040469536299 ], [ -7.080075825925435, 57.74199980294356 ], [ -7.080305780361115, 57.741720635226123 ], [ -7.077160483102806, 57.741248726329637 ], [ -7.076604132537177, 57.741001157694647 ], [ -7.076627990071903, 57.740368581887886 ], [ -7.075211870992466, 57.74061171522154 ], [ -7.074360683824982, 57.740420966138011 ], [ -7.074240799738746, 57.740106373394887 ], [ -7.073870685682646, 57.740346170471284 ], [ -7.072331473381301, 57.740048073314362 ], [ -7.072782530889954, 57.73984551951883 ], [ -7.069389018252667, 57.738501647268713 ], [ -7.071253941842936, 57.738723724513662 ], [ -7.073782524682253, 57.739598429285685 ], [ -7.072881558627141, 57.739112756452791 ], [ -7.073727454845832, 57.739146272891325 ], [ -7.068000276396519, 57.737536158002918 ], [ -7.066922327933583, 57.736927082999649 ], [ -7.065827651346734, 57.736858510356207 ], [ -7.065291949835745, 57.736457112791584 ], [ -7.06586928365076, 57.736555430487627 ], [ -7.065673169255918, 57.736176408030332 ], [ -7.064777376805861, 57.736086356933498 ], [ -7.064615771567625, 57.735773429780195 ], [ -7.064465591372694, 57.736202323887909 ], [ -7.063827837125679, 57.736092925556896 ], [ -7.063595133362022, 57.735872819979903 ], [ -7.064018980920467, 57.735896320966795 ], [ -7.062377904173392, 57.734868910491492 ], [ -7.06114118169379, 57.734446097963733 ], [ -7.061826389320658, 57.734414149558745 ], [ -7.06163393569882, 57.733760557505974 ], [ -7.063355570112044, 57.733862522405111 ], [ -7.062148159987125, 57.733348572443028 ], [ -7.062280785353678, 57.732974368694812 ], [ -7.064636931745088, 57.733343303291363 ], [ -7.066033592808596, 57.734007095385891 ], [ -7.066347458142426, 57.733666107124222 ], [ -7.067841396352908, 57.733943592247144 ], [ -7.068152317211821, 57.733521741038032 ], [ -7.066204503974614, 57.732646143054978 ], [ -7.066659896148772, 57.732474926569694 ], [ -7.068569237051737, 57.732956177540956 ], [ -7.068696363810198, 57.73338295031607 ], [ -7.070812804481422, 57.734260741857824 ], [ -7.072003618595603, 57.734595331373072 ], [ -7.072706979686523, 57.734333161853698 ], [ -7.07378542514254, 57.735365044952701 ], [ -7.073377076457388, 57.735511904644412 ], [ -7.076590314919952, 57.736471523064644 ], [ -7.077032658027362, 57.735967889580728 ], [ -7.079242546978674, 57.736310945670134 ], [ -7.078583519542659, 57.735811088653541 ], [ -7.078976305673953, 57.734715610171072 ], [ -7.081181351856558, 57.734545972245421 ], [ -7.088912419850173, 57.737244467132214 ], [ -7.092262015340436, 57.739286904542951 ], [ -7.093376179951242, 57.739552410147326 ], [ -7.093159874023279, 57.740046994292328 ], [ -7.094426823925707, 57.740441295267033 ], [ -7.093971007168997, 57.740549647323093 ], [ -7.095137874866289, 57.741307876895831 ], [ -7.09509189015526, 57.743010260287662 ], [ -7.095976514847922, 57.743496443042361 ], [ -7.095824764642831, 57.74415038375809 ], [ -7.096847968639263, 57.745260799049028 ], [ -7.09446435319368, 57.746256668770435 ], [ -7.0940569963341, 57.746947903234755 ], [ -7.093544463676224, 57.746833600523928 ], [ -7.089814488711543, 57.748248035063085 ], [ -7.089481692872129, 57.748931750208428 ], [ -7.088864894030158, 57.749033067799438 ], [ -7.089282996352144, 57.749313147305713 ], [ -7.088928018170472, 57.749660348704268 ] ] ], [ [ [ -7.054561825375025, 57.753194356953728 ], [ -7.055175743756556, 57.752229588995384 ], [ -7.056089451976209, 57.752444962372259 ], [ -7.05536591243085, 57.753468103656736 ], [ -7.054561825375025, 57.753194356953728 ] ] ], [ [ [ -7.104340370403235, 57.751544588477273 ], [ -7.104165523817926, 57.75096231014863 ], [ -7.105103347935711, 57.751405798776538 ], [ -7.104340370403235, 57.751544588477273 ] ] ], [ [ [ -7.017756657944956, 57.756964137862084 ], [ -7.016765896881028, 57.756859512304423 ], [ -7.015639183525592, 57.75613947910314 ], [ -7.016283223319503, 57.755808022059611 ], [ -7.015700294193246, 57.755246348504585 ], [ -7.016440590870398, 57.755486880477861 ], [ -7.017241430582618, 57.755072720038569 ], [ -7.01767580152995, 57.755352379287814 ], [ -7.018049886266831, 57.755198074155373 ], [ -7.01948078345846, 57.756108440510488 ], [ -7.019356058812804, 57.756603732629266 ], [ -7.018878710013125, 57.756681168321442 ], [ -7.017301838202908, 57.755871058377402 ], [ -7.017838778165039, 57.756888901544755 ], [ -7.018209481186444, 57.75677071872672 ], [ -7.018958864238686, 57.757136834958111 ], [ -7.018792187155503, 57.757390871832307 ], [ -7.017756657944956, 57.756964137862084 ] ] ], [ [ [ -7.105610574929424, 57.753922622321419 ], [ -7.104189779206343, 57.752801331699821 ], [ -7.104833483450476, 57.753009268898055 ], [ -7.10448736565815, 57.752703835628793 ], [ -7.104848915780932, 57.752761212515487 ], [ -7.106190870706636, 57.75350328477581 ], [ -7.105901265923151, 57.753240559514673 ], [ -7.106838487130654, 57.753441126965875 ], [ -7.107760938779294, 57.753894216926291 ], [ -7.107599334566725, 57.754179673148371 ], [ -7.105610574929424, 57.753922622321419 ] ] ], [ [ [ -7.100951007947318, 57.754835076655198 ], [ -7.100545220104767, 57.754464559751085 ], [ -7.10182963094423, 57.754561176771276 ], [ -7.101724657224827, 57.754830841872639 ], [ -7.100951007947318, 57.754835076655198 ] ] ], [ [ [ -7.104653714207825, 57.755369392882841 ], [ -7.104905419399064, 57.754589934561466 ], [ -7.105511348545678, 57.755244774594999 ], [ -7.104680269751613, 57.755557269125617 ], [ -7.104653714207825, 57.755369392882841 ] ] ], [ [ [ -7.109509502903653, 57.756081931288271 ], [ -7.109479266274772, 57.755273370416944 ], [ -7.110722691695604, 57.756388283871537 ], [ -7.110410749403046, 57.756562854363082 ], [ -7.109509502903653, 57.756081931288271 ] ] ], [ [ [ -7.114633391486292, 57.756724953668794 ], [ -7.112063162528528, 57.755393821584981 ], [ -7.112954612393406, 57.75622153126568 ], [ -7.112008372192685, 57.756255309265171 ], [ -7.109587769112754, 57.754850595727802 ], [ -7.113214281343711, 57.755261777682563 ], [ -7.115099744029642, 57.756571115940069 ], [ -7.114633391486292, 57.756724953668794 ] ] ], [ [ [ -7.055064953769759, 57.758833512496601 ], [ -7.055291504859972, 57.758347596879723 ], [ -7.056148490564977, 57.758457274928872 ], [ -7.05617270277106, 57.759351534576787 ], [ -7.055064953769759, 57.758833512496601 ] ] ], [ [ [ -7.04638999191647, 57.761078561704551 ], [ -7.046938828018138, 57.760368362827521 ], [ -7.047858769663064, 57.761771183348813 ], [ -7.04638999191647, 57.761078561704551 ] ] ], [ [ [ -7.021101016506951, 57.762859358568484 ], [ -7.021897711814789, 57.761990984350845 ], [ -7.023070573536827, 57.762011862339811 ], [ -7.022257296197586, 57.761247936383832 ], [ -7.023300904554349, 57.761368416140094 ], [ -7.023257218316406, 57.762022439723538 ], [ -7.023904511082539, 57.762500552034801 ], [ -7.022869300373785, 57.762501203170117 ], [ -7.022760321614395, 57.762806935075083 ], [ -7.023552762299318, 57.763360255714112 ], [ -7.023433891823463, 57.763715865242169 ], [ -7.024995143804601, 57.764010998092495 ], [ -7.024152243785468, 57.764123675211565 ], [ -7.022132296848242, 57.763677611015687 ], [ -7.022130252337127, 57.763299815621544 ], [ -7.021101016506951, 57.762859358568484 ] ] ], [ [ [ -7.02741259366304, 57.763031365306915 ], [ -7.027292057495965, 57.762649283999167 ], [ -7.027852471073882, 57.762442554794333 ], [ -7.029932501075106, 57.762449776960075 ], [ -7.03017711113265, 57.762876403364956 ], [ -7.029707991867392, 57.762832090142219 ], [ -7.030465900504054, 57.763076343534223 ], [ -7.030457167914546, 57.763436575535188 ], [ -7.0293233821706, 57.763950437822359 ], [ -7.02741259366304, 57.763031365306915 ] ] ], [ [ [ -7.233566718999167, 57.757933857749023 ], [ -7.233790500745989, 57.757735624437252 ], [ -7.236448586432795, 57.758187908595225 ], [ -7.236420632421616, 57.758517507541178 ], [ -7.23552288586002, 57.758653685310897 ], [ -7.234344878257739, 57.758540512563037 ], [ -7.233566718999167, 57.757933857749023 ] ] ], [ [ [ -7.037853360169321, 57.766916337885654 ], [ -7.038829901745504, 57.766072172173651 ], [ -7.040028743556081, 57.766519225932285 ], [ -7.040162819522807, 57.766333937082791 ], [ -7.040627234921025, 57.766886740623562 ], [ -7.040117684533553, 57.767095997373865 ], [ -7.039117475769157, 57.766865955497401 ], [ -7.03875430644824, 57.767762152968778 ], [ -7.037853360169321, 57.766916337885654 ] ] ], [ [ [ -7.250138903950733, 57.759487063653538 ], [ -7.248019602866171, 57.758342303687876 ], [ -7.246147605708034, 57.758608997713019 ], [ -7.245926493454294, 57.758361721263988 ], [ -7.244550495412329, 57.75845032813978 ], [ -7.24562342515588, 57.757955874714355 ], [ -7.245905473730073, 57.757116310853306 ], [ -7.245425008622489, 57.756879799907317 ], [ -7.246147299943221, 57.756521373586608 ], [ -7.245582686559843, 57.756400837161948 ], [ -7.245458886165483, 57.75670742351172 ], [ -7.244736842044128, 57.756777885735026 ], [ -7.244816060997012, 57.756338174178467 ], [ -7.245183615007373, 57.756376909168274 ], [ -7.244821694626019, 57.755739544987016 ], [ -7.245653209328409, 57.755727526550288 ], [ -7.246255172331146, 57.756336926541209 ], [ -7.246560588356826, 57.756121781772833 ], [ -7.247076547823553, 57.756428802057755 ], [ -7.248223065898326, 57.756151730494992 ], [ -7.249296819167058, 57.75630059811909 ], [ -7.249958719013532, 57.75691649090556 ], [ -7.250615210420616, 57.756916210805571 ], [ -7.25019536885931, 57.757212606765194 ], [ -7.252044274258443, 57.757482218867658 ], [ -7.251327522369365, 57.757646982706667 ], [ -7.252494848677974, 57.757917914708187 ], [ -7.252851447083864, 57.758344017806309 ], [ -7.25093981402383, 57.758337978209383 ], [ -7.251607635327664, 57.758994111015454 ], [ -7.251105704084051, 57.759073458497532 ], [ -7.251334751027445, 57.759432877976828 ], [ -7.250138903950733, 57.759487063653538 ] ] ], [ [ [ -7.252868031471969, 57.761119358325821 ], [ -7.250232730571305, 57.760248034713207 ], [ -7.252368170512804, 57.759650886779134 ], [ -7.251581299999448, 57.759449628057304 ], [ -7.252750933275832, 57.759099568513903 ], [ -7.253316820439326, 57.759170529915849 ], [ -7.252848075248698, 57.759477965961132 ], [ -7.253799041493995, 57.759649898861007 ], [ -7.252636010215925, 57.759698244621354 ], [ -7.252702845865079, 57.760041907928468 ], [ -7.254197053598829, 57.760591690095701 ], [ -7.25374233655321, 57.760822058855894 ], [ -7.253228952540944, 57.760591442882024 ], [ -7.253649273109349, 57.760992399560223 ], [ -7.252868031471969, 57.761119358325821 ] ] ], [ [ [ -7.049980059517706, 57.770679184174696 ], [ -7.049708678478791, 57.768679144153296 ], [ -7.048955920120902, 57.7685337641594 ], [ -7.049338930910087, 57.768082101529401 ], [ -7.050770342835839, 57.76838481015546 ], [ -7.050756259352077, 57.769006181860966 ], [ -7.050952647336296, 57.76884538264725 ], [ -7.051509893831179, 57.769097533097643 ], [ -7.052198635846604, 57.770289136632194 ], [ -7.052076595632618, 57.770860839719866 ], [ -7.050744917448734, 57.771031012169765 ], [ -7.049980059517706, 57.770679184174696 ] ] ], [ [ [ -7.05478581805975, 57.770307182377103 ], [ -7.054268680476467, 57.770161408919954 ], [ -7.053833661164393, 57.770421725623684 ], [ -7.053318895538641, 57.769511087475351 ], [ -7.05448295516569, 57.769046179909601 ], [ -7.056853794801693, 57.770044535715492 ], [ -7.056303289929193, 57.77020151355579 ], [ -7.055481412030394, 57.771426519077487 ], [ -7.054980373854508, 57.77127560567407 ], [ -7.054396928151236, 57.770957037203885 ], [ -7.05478581805975, 57.770307182377103 ] ] ], [ [ [ -7.056022756947258, 57.772646492944702 ], [ -7.055476410551768, 57.772052028635194 ], [ -7.0565131330546, 57.772060053398775 ], [ -7.056022756947258, 57.772646492944702 ] ] ], [ [ [ -7.057885441401155, 57.772720442737089 ], [ -7.057881665888623, 57.771852356823914 ], [ -7.058852545114776, 57.772411830486334 ], [ -7.058330814943184, 57.772954548000826 ], [ -7.057885441401155, 57.772720442737089 ] ] ], [ [ [ -7.082606081659502, 57.774815142983066 ], [ -7.080422728339432, 57.774079634650526 ], [ -7.08061200877743, 57.773689638407859 ], [ -7.078818935802932, 57.772376082737182 ], [ -7.079168245575758, 57.77228557155847 ], [ -7.0784951880777, 57.771930220850173 ], [ -7.078804837396972, 57.77155788564589 ], [ -7.077524512515467, 57.770237211491597 ], [ -7.077900312881157, 57.769916205825403 ], [ -7.077372943943979, 57.768740734400723 ], [ -7.078053267991517, 57.76783166321821 ], [ -7.077532795172889, 57.767902055107442 ], [ -7.078793483053402, 57.766510799516674 ], [ -7.076786402350447, 57.765408264292432 ], [ -7.076007048534606, 57.765313598394577 ], [ -7.075319516305617, 57.765872050051719 ], [ -7.073738561337022, 57.765404669533517 ], [ -7.07406684937568, 57.764086873283198 ], [ -7.075849104335483, 57.76305259949855 ], [ -7.075764160041937, 57.762268739244533 ], [ -7.074733421029944, 57.761522854028684 ], [ -7.070380424497309, 57.759655141913882 ], [ -7.070880914915302, 57.759563085231257 ], [ -7.070450707827634, 57.759436386028199 ], [ -7.071061862385286, 57.759173438077035 ], [ -7.071133274653978, 57.757883950720483 ], [ -7.0717995451414, 57.756934987482673 ], [ -7.07276525247576, 57.756500348173027 ], [ -7.07155604353087, 57.755500681766321 ], [ -7.073128960936891, 57.755734469550575 ], [ -7.073208417650381, 57.755461359067169 ], [ -7.071973997351047, 57.755061033924058 ], [ -7.074067164988896, 57.75504449779163 ], [ -7.073035846422145, 57.754352611866196 ], [ -7.072153809073103, 57.754244055002168 ], [ -7.072084302142785, 57.753868955079348 ], [ -7.07312192619428, 57.753647361665301 ], [ -7.072451519300741, 57.752828517502309 ], [ -7.073586658689089, 57.751743756259877 ], [ -7.075513651784521, 57.75132448132787 ], [ -7.077577874524524, 57.751821895881946 ], [ -7.079201664312501, 57.753196232111037 ], [ -7.080010839135146, 57.75434237091438 ], [ -7.079523278930318, 57.754645385627384 ], [ -7.07996547864132, 57.755635322920241 ], [ -7.081833124621547, 57.756109085108633 ], [ -7.082369906294922, 57.756933259306209 ], [ -7.084205711923095, 57.75712035106725 ], [ -7.086221550033883, 57.758645290633083 ], [ -7.088123468040535, 57.759360517746956 ], [ -7.090368630522357, 57.762032341834299 ], [ -7.090922420450533, 57.762198985585648 ], [ -7.090860866924251, 57.762777303207969 ], [ -7.091449505382971, 57.762474672474703 ], [ -7.092530328089914, 57.763393863386831 ], [ -7.095396970645114, 57.763665232134848 ], [ -7.095986960096427, 57.764028340761058 ], [ -7.096248302621117, 57.76450816869707 ], [ -7.095359661594423, 57.76411661125735 ], [ -7.096351877093044, 57.765003354636256 ], [ -7.095921633329007, 57.7655335580165 ], [ -7.09639308481785, 57.765235628494175 ], [ -7.096813323313071, 57.765767533086319 ], [ -7.096689124530754, 57.767153658688557 ], [ -7.097790604290011, 57.767680586212428 ], [ -7.098225582943921, 57.768495314700829 ], [ -7.097478021163225, 57.768269032296821 ], [ -7.097181705297853, 57.768555404739992 ], [ -7.096417888464, 57.768154320194029 ], [ -7.092968951533748, 57.768293318835568 ], [ -7.090686529613851, 57.768704662858873 ], [ -7.084548919959435, 57.770854629966571 ], [ -7.084671647711248, 57.773877331120858 ], [ -7.082911680345276, 57.773876122383648 ], [ -7.083204711724287, 57.774282721238421 ], [ -7.082602320049665, 57.77436992177195 ], [ -7.082196566420149, 57.774179292381916 ], [ -7.082606081659502, 57.774815142983066 ] ] ], [ [ [ -6.916803364022273, 57.781111003482565 ], [ -6.916700506212276, 57.780566220141282 ], [ -6.918503790627171, 57.781094361068305 ], [ -6.918451991015164, 57.781381562894332 ], [ -6.917594755426578, 57.78143109331198 ], [ -6.916803364022273, 57.781111003482565 ] ] ], [ [ [ -7.075153794926922, 57.783554052110588 ], [ -7.074910975540504, 57.782965472373412 ], [ -7.075365784159863, 57.783145160250569 ], [ -7.075153794926922, 57.783554052110588 ] ] ], [ [ [ -7.071846081853842, 57.783749748890919 ], [ -7.072772535691207, 57.783510145031251 ], [ -7.072047546118275, 57.783984596662307 ], [ -7.071846081853842, 57.783749748890919 ] ] ], [ [ [ -7.069659242511029, 57.784849644293111 ], [ -7.071503161109327, 57.784006431408677 ], [ -7.07178949713813, 57.784665249944986 ], [ -7.071374220937225, 57.785545651186304 ], [ -7.069659242511029, 57.784849644293111 ] ] ], [ [ [ -6.866774626915052, 57.793413257614205 ], [ -6.866262486843653, 57.793113597836708 ], [ -6.864496207356208, 57.793258001085903 ], [ -6.863878837732783, 57.793052339981855 ], [ -6.864275299538716, 57.792681748202867 ], [ -6.865070058025684, 57.793078499686921 ], [ -6.865781141012805, 57.791980609601936 ], [ -6.862237127241726, 57.79268364145409 ], [ -6.861736183071312, 57.793341619416204 ], [ -6.86098337749768, 57.793568464596333 ], [ -6.859808659455506, 57.793289741386069 ], [ -6.858767803169973, 57.792753975547349 ], [ -6.859108373991204, 57.792093174964336 ], [ -6.857792786523345, 57.791518476886175 ], [ -6.857956793589752, 57.790859962123342 ], [ -6.855347000781398, 57.790744259455877 ], [ -6.855458575854838, 57.790321659320973 ], [ -6.856825501403934, 57.78946403210341 ], [ -6.857889595361589, 57.789360196634767 ], [ -6.858284246648372, 57.789601427603216 ], [ -6.857689871389259, 57.789565780900134 ], [ -6.857039696698683, 57.790054046749972 ], [ -6.858201375474234, 57.790612172316493 ], [ -6.859473304548357, 57.789362335621369 ], [ -6.860560235429796, 57.789365553252196 ], [ -6.861211164782406, 57.789695884407131 ], [ -6.862669150257977, 57.789077585543467 ], [ -6.866858313712742, 57.790724691084613 ], [ -6.868507529012971, 57.791898194837756 ], [ -6.869064904373431, 57.792969773160998 ], [ -6.867128012289296, 57.793597576064215 ], [ -6.866774626915052, 57.793413257614205 ] ] ], [ [ [ -7.07150794961208, 57.786377041702011 ], [ -7.071383483714223, 57.785851189653279 ], [ -7.071717479516989, 57.785950261341476 ], [ -7.07150794961208, 57.786377041702011 ] ] ], [ [ [ -7.228205499295768, 57.785312697332778 ], [ -7.227871430173522, 57.784867597293676 ], [ -7.226846309896295, 57.785233920459163 ], [ -7.225313875908886, 57.785180285841861 ], [ -7.225126429529809, 57.784409680020943 ], [ -7.224331499081011, 57.785085908294867 ], [ -7.223592789876401, 57.785219910826264 ], [ -7.222500688645781, 57.784833109120321 ], [ -7.222353340035311, 57.785037157691264 ], [ -7.219706078437322, 57.785195966845585 ], [ -7.2171835285372, 57.784994143054298 ], [ -7.217381440575981, 57.785255923604872 ], [ -7.216636231281047, 57.785345161694586 ], [ -7.215337860106499, 57.784579886196141 ], [ -7.215463729539118, 57.785042602297153 ], [ -7.214606269363921, 57.784821520684083 ], [ -7.213569965623228, 57.783770973530324 ], [ -7.211952865285613, 57.782955821763728 ], [ -7.210893023095169, 57.780808444733459 ], [ -7.209948615174577, 57.78027598128277 ], [ -7.210211963536839, 57.780116657980713 ], [ -7.208026478028639, 57.779446360914463 ], [ -7.208443693511071, 57.779127733312492 ], [ -7.207661140697542, 57.778957512041622 ], [ -7.205800715603832, 57.777328979891429 ], [ -7.203921334454529, 57.776502041601312 ], [ -7.20269627028924, 57.775481684303017 ], [ -7.203342742030616, 57.77517613346938 ], [ -7.200784860275381, 57.774665019754849 ], [ -7.200268777781178, 57.772603180438239 ], [ -7.205240559284666, 57.770702393741466 ], [ -7.206648384223618, 57.769605122043629 ], [ -7.208313304514936, 57.767489441052604 ], [ -7.208267623873796, 57.765714179603513 ], [ -7.209563279435867, 57.764949924750923 ], [ -7.218091018192873, 57.763374377036058 ], [ -7.22276739816739, 57.760202784228213 ], [ -7.225976874969024, 57.760277069026259 ], [ -7.229789318186129, 57.760852724460946 ], [ -7.230531877634516, 57.760574539773344 ], [ -7.233965188906656, 57.76045039284184 ], [ -7.234055137820618, 57.759677307927333 ], [ -7.235167224179725, 57.759509766579093 ], [ -7.2369409081858, 57.759841205674206 ], [ -7.236679966560541, 57.760189457650526 ], [ -7.237577186423842, 57.760687680140599 ], [ -7.238289386215159, 57.760374712873585 ], [ -7.238198233107919, 57.76003655248779 ], [ -7.241267617576963, 57.759783314327883 ], [ -7.247329374005772, 57.761353949158554 ], [ -7.248157705473807, 57.761724483570013 ], [ -7.248851724665661, 57.762676492159514 ], [ -7.250294127085683, 57.762985514936688 ], [ -7.250426767916596, 57.763434426774012 ], [ -7.252712804926086, 57.763928835015257 ], [ -7.253854409396313, 57.764484280950889 ], [ -7.253803460743799, 57.764828341170492 ], [ -7.255060754891406, 57.764848057274349 ], [ -7.259924250892252, 57.76696735746166 ], [ -7.261762940935268, 57.76802913720006 ], [ -7.262163214819459, 57.769330757773616 ], [ -7.263803914082821, 57.7694379110565 ], [ -7.264981206769705, 57.770293230038035 ], [ -7.264886260463403, 57.771143048583809 ], [ -7.26421452532602, 57.771386992031942 ], [ -7.265528847549187, 57.772142115890396 ], [ -7.265475506982262, 57.772526776411453 ], [ -7.264892648353651, 57.772456570617905 ], [ -7.266166056059928, 57.773334873841556 ], [ -7.265953997048237, 57.773555174557849 ], [ -7.265230446455729, 57.773328857184978 ], [ -7.266222954058579, 57.773782431164257 ], [ -7.264951105759835, 57.773722931073252 ], [ -7.264371359704364, 57.775290327924722 ], [ -7.264886331858871, 57.775529837917738 ], [ -7.264464985369322, 57.775758852321239 ], [ -7.263718243960371, 57.775546989050198 ], [ -7.264130569862536, 57.7753138535845 ], [ -7.263093053289822, 57.775591018263789 ], [ -7.261244454855264, 57.774984085361218 ], [ -7.260735186803324, 57.77432139337818 ], [ -7.26062563406257, 57.776053668791185 ], [ -7.260034797521182, 57.775871289908807 ], [ -7.260309163060161, 57.776251308369055 ], [ -7.259816770567999, 57.776744219704696 ], [ -7.258227135004584, 57.776931833136295 ], [ -7.259224667238182, 57.777304266794509 ], [ -7.260266751732654, 57.77844421247471 ], [ -7.259771279960525, 57.779031735376066 ], [ -7.258514692404908, 57.778962532548448 ], [ -7.259556073856016, 57.779693081578657 ], [ -7.257997618864634, 57.780846730645166 ], [ -7.257123224548313, 57.78097308038484 ], [ -7.256130921461597, 57.780694894889152 ], [ -7.256539438109984, 57.781186324137529 ], [ -7.255814977555499, 57.781243440703776 ], [ -7.254776062245713, 57.780818707523451 ], [ -7.25450007548807, 57.781005649381491 ], [ -7.25262082223934, 57.780651818166007 ], [ -7.252707524816633, 57.781305104014542 ], [ -7.252152356335581, 57.781715103874468 ], [ -7.251609837853639, 57.781575669243118 ], [ -7.251853185556511, 57.781916500293576 ], [ -7.248759797630785, 57.781091133615554 ], [ -7.2481286245799, 57.781963190768707 ], [ -7.245742578056199, 57.782120709108305 ], [ -7.244105014882493, 57.78140128545801 ], [ -7.243566332221457, 57.781693581835974 ], [ -7.24174941839538, 57.781188531227684 ], [ -7.241334655476512, 57.781696140389052 ], [ -7.241623019732379, 57.782057618417952 ], [ -7.241114398229288, 57.782209182056739 ], [ -7.241295446402105, 57.782759576944805 ], [ -7.24066475112137, 57.782650746694813 ], [ -7.241350485492637, 57.783486165403723 ], [ -7.240917123845984, 57.783576118018196 ], [ -7.240860740317967, 57.783304004286016 ], [ -7.240417500796585, 57.783731804403068 ], [ -7.239667694532317, 57.783672897870673 ], [ -7.239877892689591, 57.784366060532953 ], [ -7.23942445169441, 57.784897760769006 ], [ -7.23874781810816, 57.784646849784217 ], [ -7.238039772103247, 57.785049619205822 ], [ -7.236995613853108, 57.78447198709231 ], [ -7.236806756454233, 57.784911731622948 ], [ -7.236280318404027, 57.784186671500045 ], [ -7.235813192428438, 57.784624441457154 ], [ -7.233499917901815, 57.784994669186716 ], [ -7.232609046600139, 57.784950557888664 ], [ -7.23171646048472, 57.784488088608029 ], [ -7.230728244141798, 57.784992391603758 ], [ -7.230559017036767, 57.784522481271608 ], [ -7.23006328227604, 57.784763448455443 ], [ -7.230138624010214, 57.785399213040861 ], [ -7.229559619123656, 57.785472654323378 ], [ -7.228205499295768, 57.785312697332778 ] ] ], [ [ [ -6.78302206524136, 57.81088998637383 ], [ -6.783507327802605, 57.810863547642526 ], [ -6.783781708330327, 57.811432495246677 ], [ -6.78433697288088, 57.811476271954525 ], [ -6.784387568689665, 57.812086063459276 ], [ -6.785778624522833, 57.812204380866156 ], [ -6.785001994888085, 57.813146808584094 ], [ -6.784225026425719, 57.813274237342284 ], [ -6.782240893997066, 57.812713241066092 ], [ -6.783069261298801, 57.812045942090371 ], [ -6.782675765530461, 57.81173517219586 ], [ -6.783529877114133, 57.811262102045241 ], [ -6.78302206524136, 57.81088998637383 ] ] ], [ [ [ -6.825228868960407, 57.812992987902398 ], [ -6.820909545264973, 57.811183922549517 ], [ -6.820322347113522, 57.809275780767017 ], [ -6.819838821753025, 57.8092645132459 ], [ -6.820050870898323, 57.810926067268525 ], [ -6.816014617356521, 57.809024200817881 ], [ -6.815495143542073, 57.809097046656852 ], [ -6.81400666627876, 57.808438515979745 ], [ -6.81392403841263, 57.807971177938164 ], [ -6.814601961357011, 57.807873418104613 ], [ -6.814056132088237, 57.806751716008385 ], [ -6.814889851297791, 57.806180243292623 ], [ -6.8137818300189, 57.804848740137132 ], [ -6.814121497817923, 57.804325753445717 ], [ -6.815513163775428, 57.804475201061578 ], [ -6.816653557400762, 57.805316983766495 ], [ -6.81651472458601, 57.804908460137355 ], [ -6.817530997060593, 57.804316524789037 ], [ -6.818223040964478, 57.805207749556089 ], [ -6.819049994156018, 57.805153766311875 ], [ -6.819345078752248, 57.806037614718697 ], [ -6.81951403825009, 57.805347493957697 ], [ -6.819760718734144, 57.805553998075325 ], [ -6.820481733640069, 57.805085733386647 ], [ -6.822046991049329, 57.805134039938302 ], [ -6.822094945767592, 57.804358567290713 ], [ -6.822913489415321, 57.804304878673484 ], [ -6.824269734249283, 57.805121276322502 ], [ -6.824838592047934, 57.805027618130467 ], [ -6.825787745053219, 57.806579195417299 ], [ -6.825072767564973, 57.807407096573129 ], [ -6.826187114888435, 57.808026695422186 ], [ -6.826497741151849, 57.809062869032175 ], [ -6.827350674522392, 57.809428850388677 ], [ -6.827663820215162, 57.81001782965707 ], [ -6.828888703462282, 57.81044247698965 ], [ -6.830029898869782, 57.81165115302155 ], [ -6.828946734637409, 57.812662251943649 ], [ -6.827725303004756, 57.812779924644836 ], [ -6.827471814627143, 57.812535910890915 ], [ -6.827414814037326, 57.812714405049562 ], [ -6.826290380927995, 57.812511707874286 ], [ -6.826175406581217, 57.812823752469733 ], [ -6.825228868960407, 57.812992987902398 ] ] ], [ [ [ -7.260248135415146, 57.794777293857514 ], [ -7.260631872014313, 57.794635350531486 ], [ -7.26221803897881, 57.794938290276832 ], [ -7.26263628214862, 57.795667762004527 ], [ -7.264582602528783, 57.796590081227215 ], [ -7.264417735552104, 57.796961385954468 ], [ -7.26312223749151, 57.797091800685074 ], [ -7.261899925215255, 57.796742234749395 ], [ -7.260618366114919, 57.79569773736079 ], [ -7.260915094561002, 57.795536916824517 ], [ -7.260248135415146, 57.794777293857514 ] ] ], [ [ [ -7.256724484044615, 57.797366919287327 ], [ -7.257090999532535, 57.796933252619382 ], [ -7.258768932233805, 57.797344903750414 ], [ -7.258177589110177, 57.797796923082402 ], [ -7.257325548574608, 57.797674875716524 ], [ -7.256724484044615, 57.797366919287327 ] ] ], [ [ [ -6.777768561622355, 57.817641750785057 ], [ -6.778072998365896, 57.816873726273265 ], [ -6.7788769147593, 57.817025083833016 ], [ -6.780036323401175, 57.818433192415036 ], [ -6.780848519567927, 57.818710164505418 ], [ -6.780357185441289, 57.819212688554622 ], [ -6.777314691254365, 57.818706872816378 ], [ -6.778235072643467, 57.817740181870249 ], [ -6.777768561622355, 57.817641750785057 ] ] ], [ [ [ -7.099488926851351, 57.807583575690586 ], [ -7.099754209601773, 57.807194985263379 ], [ -7.100375485189198, 57.807475852271537 ], [ -7.09970888901606, 57.807768154698792 ], [ -7.099488926851351, 57.807583575690586 ] ] ], [ [ [ -7.251940311930458, 57.803801640768995 ], [ -7.252256221402901, 57.80348257364458 ], [ -7.253340825819868, 57.803869451259942 ], [ -7.25373432946627, 57.804487497152358 ], [ -7.251940311930458, 57.803801640768995 ] ] ], [ [ [ -7.258193925139595, 57.80478357887263 ], [ -7.257572921985309, 57.804570936554306 ], [ -7.255721147728671, 57.804818876083552 ], [ -7.252248862668316, 57.803316407711144 ], [ -7.249833210365709, 57.803974611563255 ], [ -7.248819539950504, 57.804016685847785 ], [ -7.247876178242437, 57.803673401012077 ], [ -7.248364640940038, 57.804076057583728 ], [ -7.247954883788424, 57.804156050536967 ], [ -7.245982178418837, 57.802820642548681 ], [ -7.246286734048085, 57.80352338362696 ], [ -7.245652403944063, 57.803392223597491 ], [ -7.244561780298874, 57.802326151721452 ], [ -7.244707104672484, 57.80164524389545 ], [ -7.245261852477657, 57.801577244195691 ], [ -7.245454335406856, 57.800988862505008 ], [ -7.247302565197931, 57.800601741779253 ], [ -7.249137502196772, 57.800818040431025 ], [ -7.25223267695346, 57.80048706356272 ], [ -7.254236924077683, 57.799436470193996 ], [ -7.254738933994083, 57.798313297496172 ], [ -7.256744699579173, 57.797505555538415 ], [ -7.258646614918691, 57.798123861748557 ], [ -7.258083572494987, 57.798192267150199 ], [ -7.258614683338525, 57.799002543669339 ], [ -7.258188672214146, 57.799317208791898 ], [ -7.258685794570556, 57.799490004976128 ], [ -7.257971928716373, 57.799911123350732 ], [ -7.259179959547198, 57.800162339412928 ], [ -7.259545232255517, 57.800817536835105 ], [ -7.258781890177232, 57.80061082182641 ], [ -7.258988022323035, 57.80092619594658 ], [ -7.257981524202314, 57.80095904947531 ], [ -7.259526934333779, 57.801385203866907 ], [ -7.261636360325854, 57.802557248475225 ], [ -7.260642766446123, 57.802621080048361 ], [ -7.260610562055218, 57.802977861003704 ], [ -7.261381365562296, 57.803350728656142 ], [ -7.260580098525959, 57.803231086602601 ], [ -7.261178149151053, 57.804268033252036 ], [ -7.258193925139595, 57.80478357887263 ] ] ], [ [ [ -6.731401924181929, 57.836915529538437 ], [ -6.731616232769054, 57.836544108548274 ], [ -6.732922176799429, 57.836843414412066 ], [ -6.732355534994217, 57.837280181126786 ], [ -6.731401924181929, 57.836915529538437 ] ] ], [ [ [ -6.734911544915307, 57.837183715397565 ], [ -6.735968942137954, 57.836977751081662 ], [ -6.736606360522648, 57.837400075581556 ], [ -6.735973195231018, 57.838048940103221 ], [ -6.735436857819692, 57.837959258232587 ], [ -6.734988791498985, 57.837950829300425 ], [ -6.734911544915307, 57.837183715397565 ] ] ], [ [ [ -7.128227869051983, 57.825285374224848 ], [ -7.128668590171266, 57.82476813946333 ], [ -7.128841810709941, 57.825273986426552 ], [ -7.128227869051983, 57.825285374224848 ] ] ], [ [ [ -6.737505142665507, 57.840347513904149 ], [ -6.738301627770044, 57.840196271238135 ], [ -6.738569246411607, 57.84094816424556 ], [ -6.737782027809479, 57.840721255747205 ], [ -6.737505142665507, 57.840347513904149 ] ] ], [ [ [ -6.736504569265223, 57.841319567651404 ], [ -6.735964266261316, 57.840315206658055 ], [ -6.737088779342068, 57.840657241155718 ], [ -6.737567016983124, 57.841458825968729 ], [ -6.736504569265223, 57.841319567651404 ] ] ], [ [ [ -7.127924701723127, 57.826768782423557 ], [ -7.128681942742134, 57.826697602431722 ], [ -7.128233348192916, 57.827278139526854 ], [ -7.127924701723127, 57.826768782423557 ] ] ], [ [ [ -6.736764824986334, 57.842131108642498 ], [ -6.73787356426015, 57.842019461260499 ], [ -6.738087739302863, 57.842813834306099 ], [ -6.736764824986334, 57.842131108642498 ] ] ], [ [ [ -7.169256223791948, 57.82960392705175 ], [ -7.168648201830508, 57.829363325842024 ], [ -7.167599348188731, 57.829635612172396 ], [ -7.166904842571199, 57.829497511915513 ], [ -7.166435703321463, 57.829872085739474 ], [ -7.166087699145833, 57.829503882774397 ], [ -7.167285082324657, 57.828033318577852 ], [ -7.166464541864308, 57.827427972808749 ], [ -7.167595415686614, 57.826904901710456 ], [ -7.169528041353924, 57.827091395060208 ], [ -7.17022261322795, 57.828111275821136 ], [ -7.172115735271392, 57.828726748563582 ], [ -7.171770332082334, 57.829375222495266 ], [ -7.170062306685406, 57.829755451654577 ], [ -7.169256223791948, 57.82960392705175 ] ] ], [ [ [ -6.679436664107616, 57.850511569519142 ], [ -6.679323201883693, 57.850092995026678 ], [ -6.68040763038482, 57.850453200412588 ], [ -6.680434983777335, 57.850663573085029 ], [ -6.68002035992604, 57.850588945775996 ], [ -6.679436664107616, 57.850511569519142 ] ] ], [ [ [ -6.693991863512828, 57.850795958073284 ], [ -6.695667654886964, 57.850643881002675 ], [ -6.695969731744215, 57.85101947064485 ], [ -6.696950535050799, 57.851230463635773 ], [ -6.695718516601095, 57.851357108137293 ], [ -6.694511176896597, 57.851284932844706 ], [ -6.693991863512828, 57.850795958073284 ] ] ], [ [ [ -6.737665541412452, 57.849835228059213 ], [ -6.737461864892497, 57.849505521670508 ], [ -6.738548301457113, 57.849748226144492 ], [ -6.738692322440897, 57.849176128111523 ], [ -6.739843843170267, 57.84927245974621 ], [ -6.740165382789615, 57.849984552402361 ], [ -6.738648902092189, 57.850320165681573 ], [ -6.736758477027129, 57.849904242567547 ], [ -6.737665541412452, 57.849835228059213 ] ] ], [ [ [ -6.739421033355994, 57.852724520019898 ], [ -6.7393575056324, 57.85166544283792 ], [ -6.740071705680851, 57.852155946311846 ], [ -6.739421033355994, 57.852724520019898 ] ] ], [ [ [ -6.687401073520166, 57.851296438263361 ], [ -6.69031281048967, 57.851112173388344 ], [ -6.690872995555723, 57.851397258466264 ], [ -6.690486109488496, 57.851600485568682 ], [ -6.691199679764704, 57.852415097177477 ], [ -6.691668449376188, 57.852451702488324 ], [ -6.690675879461484, 57.854480885038214 ], [ -6.687196406316098, 57.855036973305296 ], [ -6.685108853908089, 57.853648018082026 ], [ -6.687268532529379, 57.853388203611615 ], [ -6.687146808589811, 57.852906974145732 ], [ -6.686222927829653, 57.852549877845803 ], [ -6.687401073520166, 57.851296438263361 ] ] ], [ [ [ -6.739900010261174, 57.852774058786359 ], [ -6.740604116075186, 57.851906634477686 ], [ -6.740669265580397, 57.852529374936076 ], [ -6.741337063497466, 57.852603323457373 ], [ -6.741108389223371, 57.853237064351219 ], [ -6.74180568440919, 57.853534791193439 ], [ -6.74041484321926, 57.853672317391627 ], [ -6.739900010261174, 57.852774058786359 ] ] ], [ [ [ -7.123557251460528, 57.838390719840042 ], [ -7.124070466923985, 57.838203485350299 ], [ -7.125433928660401, 57.838715127299778 ], [ -7.126227838826575, 57.839195839980761 ], [ -7.125512159653236, 57.83932380029087 ], [ -7.123957568134432, 57.838891878160744 ], [ -7.123557251460528, 57.838390719840042 ] ] ], [ [ [ -7.123233054267304, 57.83925412212529 ], [ -7.123499150403266, 57.838752978083797 ], [ -7.124497623984243, 57.839189428971501 ], [ -7.124243965888128, 57.839600095206428 ], [ -7.123233054267304, 57.83925412212529 ] ] ], [ [ [ -6.70485429928027, 57.856064326693073 ], [ -6.701696148500331, 57.854881806867446 ], [ -6.70011086418311, 57.852691860495703 ], [ -6.700802187208953, 57.85288208526606 ], [ -6.70107596564559, 57.853492588887022 ], [ -6.701263533297154, 57.852990892216916 ], [ -6.704050798729637, 57.853660977491096 ], [ -6.705693708140487, 57.854805297970039 ], [ -6.70696017469587, 57.854618809105929 ], [ -6.707128600692903, 57.855584030294864 ], [ -6.705494668658512, 57.855347906905443 ], [ -6.705503625190896, 57.855545468219049 ], [ -6.704724723773708, 57.855524931720417 ], [ -6.705256797363325, 57.855658083271493 ], [ -6.70485429928027, 57.856064326693073 ] ] ], [ [ [ -6.746776741277429, 57.853164153782686 ], [ -6.747189552683797, 57.853031739194279 ], [ -6.747902316171455, 57.853702163828572 ], [ -6.748446014450025, 57.854369928892268 ], [ -6.748178945483668, 57.854775741309872 ], [ -6.747274375958575, 57.854634242441868 ], [ -6.746631456752652, 57.854109620723328 ], [ -6.746776741277429, 57.853164153782686 ] ] ], [ [ [ -6.69085846150921, 57.857370545786395 ], [ -6.687883036195272, 57.85583910773704 ], [ -6.690226749742168, 57.855954724933696 ], [ -6.690026029902045, 57.855579866287933 ], [ -6.69188977002057, 57.854926153530272 ], [ -6.69300809357479, 57.855608825320992 ], [ -6.693428458132457, 57.855273921328426 ], [ -6.692739421505572, 57.854777737513146 ], [ -6.694152474380317, 57.854873790692452 ], [ -6.693729202446465, 57.855186317306611 ], [ -6.694183690128897, 57.855371862973605 ], [ -6.694967501732381, 57.854848077004917 ], [ -6.695358102841917, 57.855125938107221 ], [ -6.694912790762743, 57.855398807888406 ], [ -6.696200145534504, 57.855436532520848 ], [ -6.696349597706313, 57.856258543013901 ], [ -6.694773141952707, 57.856397945953645 ], [ -6.694772253641935, 57.856649842377649 ], [ -6.695732687388014, 57.856897583627578 ], [ -6.694861978404575, 57.856884887216651 ], [ -6.693950330587007, 57.857593311684013 ], [ -6.692698129782064, 57.857631617943909 ], [ -6.69085846150921, 57.857370545786395 ] ] ], [ [ [ -6.711624578053467, 57.860989386053184 ], [ -6.71153004422376, 57.860718548481451 ], [ -6.711953434971119, 57.860729783850445 ], [ -6.710384646155418, 57.859317419175504 ], [ -6.712353402511225, 57.857984853563863 ], [ -6.71464240144238, 57.857809713738597 ], [ -6.716951214427284, 57.85823647572569 ], [ -6.71739950554372, 57.857922935809327 ], [ -6.718498984094845, 57.858264277193364 ], [ -6.719499047943351, 57.85919850376898 ], [ -6.71883988593998, 57.859641343838803 ], [ -6.717415040257339, 57.859393080801702 ], [ -6.715883003182575, 57.860322672503671 ], [ -6.714729846564804, 57.860473546041625 ], [ -6.714712569263311, 57.861243281781476 ], [ -6.717422890590504, 57.861448203188772 ], [ -6.718069906322561, 57.862328126445924 ], [ -6.716843828653243, 57.862373791285727 ], [ -6.713625844963152, 57.862030332842451 ], [ -6.712808852062534, 57.861269154434169 ], [ -6.711624578053467, 57.860989386053184 ] ] ], [ [ [ -6.721258942207981, 57.865987309589258 ], [ -6.720771107716021, 57.863684712429553 ], [ -6.721695022226488, 57.864037071400901 ], [ -6.723006820269732, 57.863808258783472 ], [ -6.724117066834804, 57.865579405530745 ], [ -6.723268576408902, 57.865480615908346 ], [ -6.723387061456654, 57.865804525483696 ], [ -6.722449640183783, 57.865542633834259 ], [ -6.721800259189814, 57.865674785809247 ], [ -6.722024869099788, 57.866228617458262 ], [ -6.721258942207981, 57.865987309589258 ] ] ], [ [ [ -6.71607563024388, 57.865204414204086 ], [ -6.716865335478666, 57.864468882724765 ], [ -6.718136094963304, 57.864763374567325 ], [ -6.717977160566978, 57.864130631649999 ], [ -6.718800134546765, 57.863906577080797 ], [ -6.720047101426087, 57.864341362599127 ], [ -6.719601052178128, 57.864479419386399 ], [ -6.719534309250082, 57.865385929914062 ], [ -6.718306049476365, 57.864900967956281 ], [ -6.719636960011393, 57.865782394290981 ], [ -6.720114198684379, 57.866718109476025 ], [ -6.719480054788511, 57.866966619447716 ], [ -6.718073425467678, 57.866537773527661 ], [ -6.71635120006414, 57.86614764958474 ], [ -6.71607563024388, 57.865204414204086 ] ] ], [ [ [ -6.709161260859573, 57.86737763707324 ], [ -6.709501325945467, 57.866816287081782 ], [ -6.712922697939488, 57.867678512615853 ], [ -6.71339145505607, 57.869194757194379 ], [ -6.713039095373222, 57.869468728767082 ], [ -6.710937431348012, 57.868953220046023 ], [ -6.709821864398082, 57.868297573386883 ], [ -6.709161260859573, 57.86737763707324 ] ] ], [ [ [ -6.718033423207684, 57.868356304156599 ], [ -6.717073728514846, 57.867281131956744 ], [ -6.72021538979113, 57.86742496456101 ], [ -6.720467945572733, 57.868063212281768 ], [ -6.721888083361339, 57.867758415295818 ], [ -6.724109096406909, 57.868089387454255 ], [ -6.724266794007081, 57.869675671743821 ], [ -6.723007000695286, 57.870559209042526 ], [ -6.721693585080131, 57.870198886105825 ], [ -6.720715466364867, 57.869434761437184 ], [ -6.719806745125202, 57.869392162875101 ], [ -6.718033423207684, 57.868356304156599 ] ] ], [ [ [ -8.509077859244593, 57.792058659694924 ], [ -8.510854139908226, 57.79120144573141 ], [ -8.511813829350746, 57.791471711091972 ], [ -8.511650740316675, 57.792295287666484 ], [ -8.509425744186711, 57.79225689966394 ], [ -8.509077859244593, 57.792058659694924 ] ] ], [ [ [ -6.738722847410748, 57.869783382551553 ], [ -6.738937085538816, 57.869487516232887 ], [ -6.739562325904578, 57.869684510742459 ], [ -6.739781722312838, 57.869491896613717 ], [ -6.740365702092881, 57.869631961155385 ], [ -6.740132623833404, 57.870040977319739 ], [ -6.741498964654174, 57.870417122617908 ], [ -6.741355265020867, 57.87137601168422 ], [ -6.739747903548948, 57.870388201606936 ], [ -6.739968624523804, 57.870141565431453 ], [ -6.738971748526884, 57.870070918419728 ], [ -6.738722847410748, 57.869783382551553 ] ] ], [ [ [ -6.753817392392549, 57.872995900577962 ], [ -6.753024738426455, 57.872108107808018 ], [ -6.754273215500883, 57.872421076250937 ], [ -6.754361605960863, 57.872961983916653 ], [ -6.753817392392549, 57.872995900577962 ] ] ], [ [ [ -6.773749382074605, 57.870654132293268 ], [ -6.774096283014117, 57.870533111746617 ], [ -6.775388256342959, 57.871172573920838 ], [ -6.77593294003939, 57.87215954377929 ], [ -6.775555165930807, 57.87249312906664 ], [ -6.774520899510773, 57.872014870306792 ], [ -6.774654586622849, 57.871623021868395 ], [ -6.773722335342927, 57.871149907707292 ], [ -6.773749382074605, 57.870654132293268 ] ] ], [ [ [ -6.733475128276173, 57.873906047159011 ], [ -6.734292042780317, 57.873506712057285 ], [ -6.734557434754969, 57.873919574839888 ], [ -6.734140634680423, 57.874344439125025 ], [ -6.733475128276173, 57.873906047159011 ] ] ], [ [ [ -8.560317174882284, 57.793793198450231 ], [ -8.561357452243804, 57.793392339662638 ], [ -8.561789102141987, 57.793770749612769 ], [ -8.561285857444147, 57.794017594487698 ], [ -8.560317174882284, 57.793793198450231 ] ] ], [ [ [ -8.555565667826286, 57.794332762985754 ], [ -8.555923665492438, 57.79407546946323 ], [ -8.55607443189044, 57.794486498246606 ], [ -8.555565667826286, 57.794332762985754 ] ] ], [ [ [ -6.703283132990208, 57.879366196280579 ], [ -6.701569875834368, 57.879060982132266 ], [ -6.699039030928539, 57.879282602634895 ], [ -6.695318144197286, 57.878938409411788 ], [ -6.693459377881861, 57.878060993842446 ], [ -6.693593482202673, 57.877807760962661 ], [ -6.691774424675781, 57.877531523354151 ], [ -6.69171425447276, 57.877109182916897 ], [ -6.689108486557917, 57.876768489732861 ], [ -6.689550306517318, 57.876285291880819 ], [ -6.688905552779667, 57.876442282759783 ], [ -6.686754488344238, 57.876053230816545 ], [ -6.685893546052482, 57.876961195730452 ], [ -6.68299430229443, 57.876401858298408 ], [ -6.682139157264969, 57.876525213199514 ], [ -6.682340778949674, 57.876958519186779 ], [ -6.681741873850861, 57.877040018795604 ], [ -6.680236578409507, 57.877084839784722 ], [ -6.679443160311131, 57.876670691437269 ], [ -6.677488212351061, 57.876867012023901 ], [ -6.676990726080887, 57.876611929084049 ], [ -6.677619552490807, 57.876280185333592 ], [ -6.676301800589926, 57.875858390760399 ], [ -6.675885502966383, 57.875383527528697 ], [ -6.676194226445565, 57.874706502275927 ], [ -6.67572877590909, 57.874372875700473 ], [ -6.672227859524297, 57.873350673908824 ], [ -6.670972635591331, 57.873369974250664 ], [ -6.669747575750741, 57.874206693109151 ], [ -6.668935008779293, 57.873539530532014 ], [ -6.668551201980568, 57.873639126549726 ], [ -6.668835163486984, 57.873030496717192 ], [ -6.670802855995791, 57.872647640189143 ], [ -6.670638951692163, 57.872100491566755 ], [ -6.669797301260524, 57.872509307173679 ], [ -6.667991674978315, 57.87244992074038 ], [ -6.663389161514904, 57.873734793862589 ], [ -6.662122588062333, 57.87360150987498 ], [ -6.662204505762472, 57.873256687873905 ], [ -6.661082447762968, 57.872740288744311 ], [ -6.659350773299106, 57.873447123765651 ], [ -6.658803247147661, 57.873390802149984 ], [ -6.659045125139262, 57.873237988753743 ], [ -6.658165609408242, 57.873094928810751 ], [ -6.658425110100412, 57.872361296748458 ], [ -6.658080105802883, 57.872499910952776 ], [ -6.657153091885879, 57.872120225814371 ], [ -6.655975822344572, 57.872284928326089 ], [ -6.655831557041373, 57.87208334744863 ], [ -6.656850652770478, 57.871870490983767 ], [ -6.656330084920292, 57.871435382449299 ], [ -6.654490333042548, 57.871763839613422 ], [ -6.653292308415186, 57.870202261647719 ], [ -6.651391143831374, 57.870838756021023 ], [ -6.64991296712003, 57.868806210112602 ], [ -6.651142853565131, 57.868788045692973 ], [ -6.650940127545293, 57.868525642367068 ], [ -6.652091559795413, 57.867966158539424 ], [ -6.654609201113842, 57.867855688627728 ], [ -6.654865846387027, 57.867099682109547 ], [ -6.652503291091197, 57.866385928274873 ], [ -6.651975548289555, 57.866612191870004 ], [ -6.6502754185171, 57.866256352328598 ], [ -6.649993864384483, 57.866428595374629 ], [ -6.649963500246726, 57.866128381829505 ], [ -6.649186998895934, 57.866062436464837 ], [ -6.648543657045775, 57.866373881667677 ], [ -6.647565896628303, 57.866121922072935 ], [ -6.646573078660916, 57.864773135726573 ], [ -6.645300328972719, 57.865242572767663 ], [ -6.645031936413749, 57.864928600290988 ], [ -6.645851161182271, 57.864345374569034 ], [ -6.647256459574714, 57.864118426868437 ], [ -6.6458566521843, 57.863342247668072 ], [ -6.646399282486903, 57.862643233581188 ], [ -6.645197225149251, 57.862287049924909 ], [ -6.646260900343928, 57.86137553811006 ], [ -6.644992657584926, 57.861682902221787 ], [ -6.643205596825557, 57.861501063915476 ], [ -6.642645329667954, 57.860428728048149 ], [ -6.643468850003055, 57.859813876819828 ], [ -6.643152625248808, 57.858997944269298 ], [ -6.643653434850259, 57.858628786151613 ], [ -6.641867115145009, 57.859170988911245 ], [ -6.641944575895096, 57.858070781088749 ], [ -6.640843376290575, 57.857971713856138 ], [ -6.641241115940936, 57.857588352279159 ], [ -6.642019782317751, 57.857541827346552 ], [ -6.641348398240321, 57.857242617681983 ], [ -6.641357379707726, 57.85652719988726 ], [ -6.643141609178019, 57.856623711504298 ], [ -6.643617850096735, 57.857699125009304 ], [ -6.642982207265275, 57.857807878284227 ], [ -6.644179384225524, 57.858389129234617 ], [ -6.645480455973692, 57.857356481430351 ], [ -6.645233620398688, 57.856816848677383 ], [ -6.645826478981123, 57.856376843388993 ], [ -6.645169112434143, 57.855663376597597 ], [ -6.64780901955595, 57.855395626354849 ], [ -6.650653425066547, 57.854360243969069 ], [ -6.650713318505491, 57.854627891054278 ], [ -6.652287610137702, 57.854210277379906 ], [ -6.653347305144914, 57.854445691473799 ], [ -6.653074877824227, 57.854100402226969 ], [ -6.654409091384082, 57.853718565836921 ], [ -6.657651028706323, 57.854062620923195 ], [ -6.656931225784832, 57.853324522300007 ], [ -6.65790519804289, 57.853027852581867 ], [ -6.657850754681528, 57.852737520003906 ], [ -6.659828817884503, 57.85289862350043 ], [ -6.65890574140875, 57.852024095856407 ], [ -6.659128635785238, 57.851530170004672 ], [ -6.659743267896785, 57.851390622785964 ], [ -6.66049606233514, 57.851862141258799 ], [ -6.662950620228663, 57.851924704943485 ], [ -6.66324176061861, 57.851306825967555 ], [ -6.664357497407171, 57.851063351254652 ], [ -6.666326802597911, 57.852263593055198 ], [ -6.665916384113392, 57.851635574431306 ], [ -6.666537754726597, 57.85187353407246 ], [ -6.667000231143136, 57.85127631650073 ], [ -6.668235802343416, 57.851046380787544 ], [ -6.668468162544661, 57.850691508719478 ], [ -6.669958453131284, 57.85118975442758 ], [ -6.66913824954149, 57.850329493315371 ], [ -6.669774885152, 57.850359989519575 ], [ -6.670992612942475, 57.84979786891553 ], [ -6.67173157524732, 57.850161893287407 ], [ -6.672300251825813, 57.851683556478207 ], [ -6.671979054354622, 57.852068698546383 ], [ -6.671145688536451, 57.851757629216095 ], [ -6.671006232318124, 57.851983150193099 ], [ -6.671432790956398, 57.852214779197908 ], [ -6.670589053152779, 57.854229293965822 ], [ -6.669755722982679, 57.854894169284933 ], [ -6.669978979843074, 57.855704481138964 ], [ -6.671001968632631, 57.856435828821191 ], [ -6.672432703565351, 57.855888330248419 ], [ -6.673461184221101, 57.855881866215718 ], [ -6.674993555380445, 57.856571898841793 ], [ -6.674932397904025, 57.857010414393308 ], [ -6.676992150383598, 57.857213216239934 ], [ -6.675264881257863, 57.857686260384938 ], [ -6.675010108958313, 57.857218928816167 ], [ -6.674641541617206, 57.857304492652105 ], [ -6.674335312879004, 57.858129843025836 ], [ -6.671425941394353, 57.859312082343784 ], [ -6.671373190753394, 57.859880712361395 ], [ -6.678164899077627, 57.857732094154855 ], [ -6.678703314470243, 57.857914594381569 ], [ -6.678441930457467, 57.858253467851377 ], [ -6.680077869634914, 57.858674263890173 ], [ -6.680832103266398, 57.859620555700943 ], [ -6.681143937026479, 57.859475005010545 ], [ -6.681737083686146, 57.859844366489114 ], [ -6.682309410926433, 57.859366261564169 ], [ -6.683073827911408, 57.859430649521947 ], [ -6.682385134577093, 57.858612375186333 ], [ -6.681791906650195, 57.858514670575694 ], [ -6.682322861192153, 57.858432077751758 ], [ -6.682339787890796, 57.858056358235359 ], [ -6.681406783925445, 57.857616807774889 ], [ -6.681075933441252, 57.856954407578669 ], [ -6.678998382354475, 57.857458439925367 ], [ -6.673957758674891, 57.855872536741593 ], [ -6.673532186173603, 57.854804342987329 ], [ -6.674625930704512, 57.854521112571767 ], [ -6.675106992063211, 57.854782201205872 ], [ -6.67720741256266, 57.853935574854077 ], [ -6.677793350448843, 57.853315764814219 ], [ -6.679926056590206, 57.853367401713555 ], [ -6.679164083877858, 57.853476511662805 ], [ -6.679969706242565, 57.853703102855512 ], [ -6.681036585946656, 57.854900493364397 ], [ -6.680491603671769, 57.856094488393865 ], [ -6.682234692072185, 57.855679252594669 ], [ -6.682668606082182, 57.855123506810834 ], [ -6.682127489747897, 57.855179492721618 ], [ -6.682126475800323, 57.854977141479083 ], [ -6.682628666517232, 57.854751688619039 ], [ -6.684042862218141, 57.854856806945925 ], [ -6.68503604615426, 57.855292311964497 ], [ -6.685365309535104, 57.856071697804573 ], [ -6.688194174823749, 57.85634930591182 ], [ -6.690008034985005, 57.85738404983055 ], [ -6.689355255852155, 57.857956021823362 ], [ -6.689468057739021, 57.858692141583973 ], [ -6.688822545319213, 57.85907404461166 ], [ -6.688895937371456, 57.859533675295125 ], [ -6.689458762077727, 57.859035198831904 ], [ -6.689881146471427, 57.859479208874596 ], [ -6.689348345242679, 57.860065627036256 ], [ -6.68847760614135, 57.860040292990924 ], [ -6.687696571658033, 57.860794205273592 ], [ -6.685956751568495, 57.861313734028826 ], [ -6.68420420099183, 57.860880231801225 ], [ -6.683653265320492, 57.861004048423204 ], [ -6.684067980455768, 57.861402485513423 ], [ -6.683576214131445, 57.862862578304409 ], [ -6.684733656465973, 57.862652467567763 ], [ -6.685215076118156, 57.863057429558594 ], [ -6.684852741273149, 57.863515187525294 ], [ -6.685549183033062, 57.863147614787444 ], [ -6.687059712210284, 57.863341792719318 ], [ -6.686964004816669, 57.862982832506155 ], [ -6.687407783909342, 57.863033873913743 ], [ -6.687115350499163, 57.863380211777987 ], [ -6.687975507757841, 57.864372920065918 ], [ -6.690083228217759, 57.864680786079283 ], [ -6.690271454065968, 57.865075897438025 ], [ -6.691704682467842, 57.865310663914748 ], [ -6.693352642960306, 57.86757934904896 ], [ -6.694212686046992, 57.86756007448178 ], [ -6.694476193075409, 57.868195259356298 ], [ -6.695878953871309, 57.868402326589361 ], [ -6.69702867635607, 57.868998355776036 ], [ -6.698663875398959, 57.870054011393698 ], [ -6.698278354810304, 57.871044282527535 ], [ -6.699128641124729, 57.870988458109935 ], [ -6.699497030249661, 57.871262637211942 ], [ -6.700098157285752, 57.870656550883304 ], [ -6.701143684224843, 57.87066093236767 ], [ -6.700394470751628, 57.870133732747576 ], [ -6.700778727514056, 57.86989639474622 ], [ -6.700322892788185, 57.869224280394072 ], [ -6.697156112239288, 57.867182010843337 ], [ -6.69721821804775, 57.866636401831414 ], [ -6.698013498912925, 57.866392824842414 ], [ -6.698279470425939, 57.865831558145402 ], [ -6.69821207045687, 57.864281496828909 ], [ -6.700450736715755, 57.864234423530547 ], [ -6.701116571681487, 57.864473271654113 ], [ -6.700799458196475, 57.864810665128914 ], [ -6.701219457872035, 57.864989373209283 ], [ -6.701903513026622, 57.864876730106523 ], [ -6.701724196346968, 57.864253724953393 ], [ -6.70312977962986, 57.864405733998552 ], [ -6.704475843974728, 57.864012132049872 ], [ -6.703035454052711, 57.862883655757997 ], [ -6.702672791402609, 57.8634017497047 ], [ -6.700921257032254, 57.86336602053818 ], [ -6.700511682025838, 57.862375562149737 ], [ -6.700980451714234, 57.861700619122189 ], [ -6.700267819751123, 57.861090209146454 ], [ -6.701463247560542, 57.860267760788084 ], [ -6.702210584065849, 57.86079501975567 ], [ -6.702900302453811, 57.862688981136699 ], [ -6.703262121155788, 57.862461461607445 ], [ -6.702904399298978, 57.862100545048456 ], [ -6.703390555331844, 57.862217420983917 ], [ -6.704053154274803, 57.861566750677873 ], [ -6.704972250920402, 57.861600076973431 ], [ -6.707452520814723, 57.864445750205952 ], [ -6.705924012985285, 57.86446386708807 ], [ -6.707129813105301, 57.865204343713032 ], [ -6.707066882190872, 57.865755388851355 ], [ -6.706360260722146, 57.866172935577247 ], [ -6.70662871338939, 57.866599227700021 ], [ -6.705973289131912, 57.866195408286458 ], [ -6.703021362014832, 57.865784221021244 ], [ -6.703638341905081, 57.866449442788223 ], [ -6.702938330048539, 57.866956675405632 ], [ -6.703137724640489, 57.867797516628826 ], [ -6.702239575063138, 57.86791271559764 ], [ -6.706171692277009, 57.869169940639068 ], [ -6.70720451430063, 57.869838587994941 ], [ -6.706183318791305, 57.869774884518321 ], [ -6.705859262886372, 57.870033390924434 ], [ -6.707064598638786, 57.870639861095036 ], [ -6.706924104876167, 57.871243261247379 ], [ -6.708543898624951, 57.872784211248515 ], [ -6.709317514994283, 57.874630954482818 ], [ -6.709893649301809, 57.87458255127698 ], [ -6.709520489714497, 57.873409057308514 ], [ -6.712400941215882, 57.874196968238564 ], [ -6.714157599892354, 57.875233528497546 ], [ -6.712817441079053, 57.875958030482153 ], [ -6.711011996453758, 57.875966709933635 ], [ -6.711083128178261, 57.876251911523532 ], [ -6.709583023547252, 57.875111322999047 ], [ -6.708534476322523, 57.875226756655451 ], [ -6.707899898460047, 57.875731582300546 ], [ -6.70601844921562, 57.875417389565079 ], [ -6.700850071780608, 57.872353921416796 ], [ -6.699817363052634, 57.872448007465131 ], [ -6.699902044541212, 57.872992670280475 ], [ -6.701000949503594, 57.873779451450091 ], [ -6.699948785706155, 57.873402014408413 ], [ -6.699070892098877, 57.873479555908709 ], [ -6.69916073261904, 57.874270494502859 ], [ -6.692453936442423, 57.873552111025759 ], [ -6.6936079676211, 57.874115631583656 ], [ -6.694620183352324, 57.874135695532665 ], [ -6.694410257099912, 57.874389940552106 ], [ -6.695602945865862, 57.874343941582104 ], [ -6.698872344264563, 57.874918946474203 ], [ -6.69987887660799, 57.87631633633999 ], [ -6.697913523228198, 57.876897453693829 ], [ -6.698191522725565, 57.877371083242252 ], [ -6.699630813552517, 57.876963293976253 ], [ -6.702003674838098, 57.877290828614171 ], [ -6.702362295267172, 57.876986075611356 ], [ -6.704900721664087, 57.876849557082338 ], [ -6.70757031723386, 57.877315288508704 ], [ -6.707035571075862, 57.877809203041963 ], [ -6.707335157408624, 57.878137190861864 ], [ -6.706577562202472, 57.878244494208303 ], [ -6.70580613718503, 57.879149279222538 ], [ -6.703283132990208, 57.879366196280579 ] ] ], [ [ [ -8.563901864988029, 57.797309062573838 ], [ -8.564654343604158, 57.79717986193176 ], [ -8.564906966569064, 57.797454975053235 ], [ -8.564574290266599, 57.797665939745265 ], [ -8.563901864988029, 57.797309062573838 ] ] ], [ [ [ -6.743434388862912, 57.876771872046788 ], [ -6.739611147182652, 57.875691591750346 ], [ -6.738688121420521, 57.873427804839288 ], [ -6.741011126951, 57.873439838154852 ], [ -6.741697506948672, 57.873971862595695 ], [ -6.742813415640641, 57.873984062029102 ], [ -6.745074219446497, 57.875059807610796 ], [ -6.745315524666033, 57.875864853019749 ], [ -6.745241707577748, 57.874729699662318 ], [ -6.744033750850567, 57.873699990758453 ], [ -6.743679380118938, 57.872485389573782 ], [ -6.746564567620952, 57.871576725628969 ], [ -6.746398079841345, 57.871146686373407 ], [ -6.7468357032419, 57.871008850404159 ], [ -6.749652985058286, 57.872783293716338 ], [ -6.750074665071142, 57.873738989248999 ], [ -6.751248148272976, 57.874378635881222 ], [ -6.753080330186377, 57.874444838229373 ], [ -6.753810798819272, 57.874925672256829 ], [ -6.754238854067542, 57.874779174692158 ], [ -6.754897208591272, 57.875991341211012 ], [ -6.755414966530951, 57.876012386743689 ], [ -6.754721462670307, 57.877599128326715 ], [ -6.753361587702594, 57.878360798052761 ], [ -6.750396170588174, 57.879304100489634 ], [ -6.748037159616227, 57.879406022897108 ], [ -6.744974324391884, 57.878909082413998 ], [ -6.742744882599877, 57.877368893376484 ], [ -6.743434388862912, 57.876771872046788 ] ] ], [ [ [ -8.573252898252246, 57.799182611735105 ], [ -8.573182615257583, 57.79884397310655 ], [ -8.573461006648996, 57.798982612415983 ], [ -8.573252898252246, 57.799182611735105 ] ] ], [ [ [ -8.565087725345848, 57.798769718146531 ], [ -8.564431548239231, 57.798502075753149 ], [ -8.563243698373952, 57.79864940282792 ], [ -8.561667245959393, 57.79763690035626 ], [ -8.56025631772604, 57.797624646245431 ], [ -8.559923730668556, 57.79714199799708 ], [ -8.558921681207543, 57.797058942130093 ], [ -8.555086879802923, 57.79550159973909 ], [ -8.554238189782289, 57.79565825710376 ], [ -8.55428878763426, 57.795241276958571 ], [ -8.553206371928745, 57.795365022479636 ], [ -8.553066425910425, 57.794966941043278 ], [ -8.551741356145785, 57.795008688218239 ], [ -8.551091159702981, 57.794587541081725 ], [ -8.551114555771232, 57.793789149371293 ], [ -8.553357852705169, 57.794019519894668 ], [ -8.554556398661747, 57.794858068784052 ], [ -8.555832014363922, 57.794683744272717 ], [ -8.556697303761904, 57.795035148317204 ], [ -8.557094766526525, 57.794901909714028 ], [ -8.556921641952524, 57.793627303383566 ], [ -8.557950608314759, 57.793488284882997 ], [ -8.55786305618309, 57.794118868638989 ], [ -8.558995767507829, 57.794780643901106 ], [ -8.559814194380362, 57.794319262900856 ], [ -8.562829531065233, 57.795545241932885 ], [ -8.562642687664663, 57.797018713612665 ], [ -8.564800876230981, 57.797798282661418 ], [ -8.565135616368444, 57.797506140120646 ], [ -8.566106489645216, 57.79764931929008 ], [ -8.56641370787805, 57.797345092625221 ], [ -8.567293527288049, 57.797312842519965 ], [ -8.566650159059003, 57.796468047745797 ], [ -8.567459734563515, 57.796097153364464 ], [ -8.567807832330335, 57.796849211398936 ], [ -8.568720074078664, 57.796671139495331 ], [ -8.568126636216233, 57.797440652623543 ], [ -8.568507112197652, 57.797537959981078 ], [ -8.570367252207859, 57.796175573517928 ], [ -8.57235200361748, 57.796189369433144 ], [ -8.572683095023727, 57.796847720339052 ], [ -8.571050706410723, 57.797932558926071 ], [ -8.572343380413264, 57.798405743709324 ], [ -8.572777403731957, 57.799211870035059 ], [ -8.571458997530701, 57.80030738871455 ], [ -8.570736257372497, 57.800322483452064 ], [ -8.566037905606285, 57.799400394895883 ], [ -8.565011804178472, 57.799093441636565 ], [ -8.565087725345848, 57.798769718146531 ] ] ], [ [ [ -8.578545719949602, 57.800217589291002 ], [ -8.579398046549471, 57.799803853864596 ], [ -8.579285765344832, 57.800066429534112 ], [ -8.578545719949602, 57.800217589291002 ] ] ], [ [ [ -8.570771858204536, 57.800748501986369 ], [ -8.571315884204273, 57.800540032734204 ], [ -8.571075747184937, 57.800795741653538 ], [ -8.570771858204536, 57.800748501986369 ] ] ], [ [ [ -6.403611439330894, 57.898038920354971 ], [ -6.40574163796413, 57.897641141256862 ], [ -6.407407878076107, 57.897799068421882 ], [ -6.407282919418778, 57.898432960085422 ], [ -6.405787260302187, 57.898633340425555 ], [ -6.403863213903604, 57.898646230379789 ], [ -6.403611439330894, 57.898038920354971 ] ] ], [ [ [ -6.408858983935609, 57.89813083649959 ], [ -6.408941525657248, 57.897633321008726 ], [ -6.409629340975748, 57.897870210993119 ], [ -6.409642950107093, 57.898256460139343 ], [ -6.408633301860891, 57.898700781248436 ], [ -6.408088821485644, 57.898530850159418 ], [ -6.408129531843085, 57.898174189831487 ], [ -6.408858983935609, 57.89813083649959 ] ] ], [ [ [ -8.571350047563675, 57.80557813074153 ], [ -8.571330726763827, 57.805241342886809 ], [ -8.571716579832025, 57.805459969271432 ], [ -8.571350047563675, 57.80557813074153 ] ] ], [ [ [ -6.356093098422321, 57.902742750901048 ], [ -6.354162272547963, 57.902422363208395 ], [ -6.352885087647584, 57.902686551938977 ], [ -6.352311510811528, 57.902274566674677 ], [ -6.354174214398727, 57.902242088048013 ], [ -6.354792039592303, 57.901973554707631 ], [ -6.355905046542413, 57.902236595696976 ], [ -6.357041105643706, 57.902062661576664 ], [ -6.35835953291636, 57.899562183091057 ], [ -6.357642033777905, 57.897545373191491 ], [ -6.358262247455204, 57.894790097137978 ], [ -6.35738599155499, 57.89424914561809 ], [ -6.351362708628851, 57.893741070912824 ], [ -6.349501635108139, 57.893085479018083 ], [ -6.34969047428286, 57.892831685796423 ], [ -6.34890521878989, 57.892552857068914 ], [ -6.349272534405798, 57.892378377275371 ], [ -6.348657484285854, 57.891482167920287 ], [ -6.349035698023462, 57.890979061744289 ], [ -6.348396771371961, 57.887511606776279 ], [ -6.348777168438835, 57.886747621755447 ], [ -6.348230748208286, 57.886348181989327 ], [ -6.35024530452192, 57.884646784849863 ], [ -6.350491342079003, 57.88423814096884 ], [ -6.349730432436428, 57.883810096872139 ], [ -6.350982317426439, 57.883411895893147 ], [ -6.350329042533927, 57.883245461413338 ], [ -6.350438455637, 57.88240533423032 ], [ -6.350906206132419, 57.882713035281803 ], [ -6.351215108050325, 57.882545049244669 ], [ -6.351714021012799, 57.88073826334783 ], [ -6.352615450898013, 57.880095768044455 ], [ -6.353968278885039, 57.880462991558943 ], [ -6.354534988746275, 57.881378821976043 ], [ -6.354177001057669, 57.882187024795584 ], [ -6.353061032143617, 57.882940321485414 ], [ -6.353104040383515, 57.884481188233288 ], [ -6.354510157020824, 57.886123622863451 ], [ -6.355172997003631, 57.886159306196987 ], [ -6.357609692511925, 57.888431799141806 ], [ -6.357004842257704, 57.888178295788691 ], [ -6.358045478103323, 57.8910518485716 ], [ -6.356841718429837, 57.891988057642536 ], [ -6.357313198934676, 57.892673327928449 ], [ -6.358271322576164, 57.893054082234755 ], [ -6.358050069636698, 57.89429376777781 ], [ -6.358579651225914, 57.89490059412708 ], [ -6.361454366031172, 57.894860182044575 ], [ -6.363175496197997, 57.895542904412103 ], [ -6.363078795988229, 57.896207240304541 ], [ -6.364392900433973, 57.896179993972474 ], [ -6.365827206627902, 57.89714235609754 ], [ -6.367350102149499, 57.897512589016237 ], [ -6.367878748548023, 57.897206590103963 ], [ -6.369658664871706, 57.898440293954366 ], [ -6.37085630688952, 57.898079745827587 ], [ -6.371692874222649, 57.898986209293241 ], [ -6.374409565987639, 57.899171295887896 ], [ -6.375699561708214, 57.899985645980379 ], [ -6.376695739354406, 57.899843339868845 ], [ -6.377664619808674, 57.90030902127657 ], [ -6.378755857141954, 57.899907105207966 ], [ -6.378861107462511, 57.900285688840825 ], [ -6.380109763191349, 57.900759675889191 ], [ -6.380400240724714, 57.901756899890337 ], [ -6.38144468374679, 57.902633639931238 ], [ -6.381496214610807, 57.903333343998902 ], [ -6.381006741084667, 57.902990522341874 ], [ -6.380788898558591, 57.903420738873329 ], [ -6.379900798517387, 57.903410951054724 ], [ -6.379139487272461, 57.902708784125053 ], [ -6.379083846183931, 57.903083931309922 ], [ -6.378527201467758, 57.902882818003427 ], [ -6.378049352293921, 57.903259054391334 ], [ -6.376338499926795, 57.903151741730376 ], [ -6.374932489708444, 57.903744363234885 ], [ -6.373660887026846, 57.903567896742196 ], [ -6.373289335195587, 57.902874734857477 ], [ -6.372089217991242, 57.902313570395279 ], [ -6.370320818037083, 57.902010308755344 ], [ -6.366998861970585, 57.902614908239073 ], [ -6.364988841481337, 57.90365989775821 ], [ -6.360253946522157, 57.903899258388165 ], [ -6.359585117388352, 57.90416507557277 ], [ -6.361089539746448, 57.904589983387993 ], [ -6.359010700877597, 57.904373683585575 ], [ -6.358230523551613, 57.903860906454504 ], [ -6.357246081929863, 57.903822794727652 ], [ -6.356410592725346, 57.903410833855432 ], [ -6.356093098422321, 57.902742750901048 ] ] ], [ [ [ -6.335215770714186, 57.904371104029778 ], [ -6.333685561603533, 57.901698490317152 ], [ -6.330683327472796, 57.900825316161949 ], [ -6.329469018441571, 57.899859557095716 ], [ -6.324411848537435, 57.899312698239584 ], [ -6.324353592581795, 57.898266989094132 ], [ -6.32537063600893, 57.898367192151305 ], [ -6.325741148133572, 57.898147709712305 ], [ -6.32702010826463, 57.898459294183418 ], [ -6.329535645246309, 57.899641446901803 ], [ -6.331221210826804, 57.89982219445217 ], [ -6.331644325690548, 57.899618883595991 ], [ -6.332415172866793, 57.89998824342009 ], [ -6.336115490947491, 57.900347376432585 ], [ -6.337195419817628, 57.900198023653878 ], [ -6.338464625810857, 57.90084707368527 ], [ -6.340957113149675, 57.901274371828592 ], [ -6.34289062942641, 57.901968082567308 ], [ -6.340734172485947, 57.901736160383379 ], [ -6.341758776581743, 57.902317111501389 ], [ -6.339362100984266, 57.903523306275673 ], [ -6.339629845380789, 57.904341514933407 ], [ -6.338812895046546, 57.907229301079262 ], [ -6.338007551232567, 57.90762557503249 ], [ -6.336636808951789, 57.907676958294466 ], [ -6.335930691963812, 57.908195728918422 ], [ -6.335587223245652, 57.908009623663965 ], [ -6.334759515454089, 57.90703068879256 ], [ -6.335462365396503, 57.905504803098331 ], [ -6.335215770714186, 57.904371104029778 ] ] ], [ [ [ -8.550409750962187, 57.814156000020049 ], [ -8.551623249358153, 57.814007481184966 ], [ -8.55111454923445, 57.814272572850157 ], [ -8.550409750962187, 57.814156000020049 ] ] ], [ [ [ -8.610156651756245, 57.811105848554597 ], [ -8.610393949486639, 57.810881735431302 ], [ -8.610558355484429, 57.811179405522296 ], [ -8.610156651756245, 57.811105848554597 ] ] ], [ [ [ -8.610291166338992, 57.812756303873662 ], [ -8.610129840250226, 57.812062114159041 ], [ -8.61048320270285, 57.812102169600919 ], [ -8.610291166338992, 57.812756303873662 ] ] ], [ [ [ -8.610323657168184, 57.813254554611291 ], [ -8.610183820267064, 57.812861012462001 ], [ -8.610544748966063, 57.813125875355766 ], [ -8.610323657168184, 57.813254554611291 ] ] ], [ [ [ -7.082210620322265, 57.885544086238134 ], [ -7.082986915909988, 57.884941602120826 ], [ -7.083335454778042, 57.885256019718376 ], [ -7.082407931523987, 57.885446195469605 ], [ -7.082490591145261, 57.885672312128499 ], [ -7.081966537897072, 57.885729328346194 ], [ -7.082210620322265, 57.885544086238134 ] ] ], [ [ [ -7.086699969659022, 57.889453203347948 ], [ -7.088782450363783, 57.888649767793702 ], [ -7.089471808389798, 57.888865002797964 ], [ -7.089546270821098, 57.889271394036733 ], [ -7.08908271258505, 57.889397987517334 ], [ -7.089890131836292, 57.890148323365551 ], [ -7.088375446517522, 57.890964959152313 ], [ -7.087624886167833, 57.890675697370973 ], [ -7.086699969659022, 57.889453203347948 ] ] ], [ [ [ -6.619193202086345, 57.907653746517944 ], [ -6.619141919404406, 57.9064008575942 ], [ -6.620912911499612, 57.906835519150924 ], [ -6.622909411087709, 57.908102937733545 ], [ -6.623394205673772, 57.908849807508957 ], [ -6.622868220560055, 57.90981792964574 ], [ -6.621436447194607, 57.909591296127346 ], [ -6.620938199662285, 57.909002316950414 ], [ -6.619193202086345, 57.907653746517944 ] ] ], [ [ [ -8.578755923204808, 57.824392805614799 ], [ -8.580975841808321, 57.823745696968068 ], [ -8.58012428040205, 57.824627797124968 ], [ -8.578824295237359, 57.824812615338018 ], [ -8.578755923204808, 57.824392805614799 ] ] ], [ [ [ -6.562845013014594, 57.913215614866054 ], [ -6.563268602226452, 57.912692188449654 ], [ -6.564038061743594, 57.913028764187892 ], [ -6.563714281188569, 57.913539606445646 ], [ -6.562845013014594, 57.913215614866054 ] ] ], [ [ [ -6.554229494247839, 57.914375335834443 ], [ -6.554775782567743, 57.913685635863708 ], [ -6.555341457352907, 57.914281424642233 ], [ -6.554827725454219, 57.914628173419352 ], [ -6.554710674065612, 57.914371543004755 ], [ -6.554229494247839, 57.914375335834443 ] ] ], [ [ [ -8.565561893787843, 57.826151231388458 ], [ -8.565936028663701, 57.82588857407908 ], [ -8.567482855539232, 57.826037858788865 ], [ -8.566544529468226, 57.826446952975914 ], [ -8.565561893787843, 57.826151231388458 ] ] ], [ [ [ -6.583409451667779, 57.914119857528355 ], [ -6.5837112420134, 57.913438858806074 ], [ -6.584044974233819, 57.913934981119908 ], [ -6.583409451667779, 57.914119857528355 ] ] ], [ [ [ -6.554661357148115, 57.915115345836426 ], [ -6.555227946596222, 57.914852145011061 ], [ -6.555289738766335, 57.915272658134803 ], [ -6.554661357148115, 57.915115345836426 ] ] ], [ [ [ -6.554846696915601, 57.915643849945297 ], [ -6.555116809995755, 57.915508225930978 ], [ -6.555214878541954, 57.915815006834833 ], [ -6.554846696915601, 57.915643849945297 ] ] ], [ [ [ -6.626899229007616, 57.91198701342902 ], [ -6.62798715299679, 57.911839367331105 ], [ -6.629870814461739, 57.912620593436365 ], [ -6.628951799396826, 57.91342320092221 ], [ -6.627524515239525, 57.913560754555405 ], [ -6.626899229007616, 57.91198701342902 ] ] ], [ [ [ -8.624576281546238, 57.825709263510973 ], [ -8.624881291382819, 57.825486075793549 ], [ -8.625706875165179, 57.825613926954603 ], [ -8.624936767840227, 57.825924570594658 ], [ -8.624576281546238, 57.825709263510973 ] ] ], [ [ [ -6.610985028905638, 57.914662558182918 ], [ -6.611503593024025, 57.914423329440368 ], [ -6.612131409245984, 57.914508428323934 ], [ -6.611232428328557, 57.915404612064471 ], [ -6.610985028905638, 57.914662558182918 ] ] ], [ [ [ -6.606460848977204, 57.915757954249216 ], [ -6.606438420602559, 57.915385493088586 ], [ -6.607024759801049, 57.915476621621153 ], [ -6.606460848977204, 57.915757954249216 ] ] ], [ [ [ -6.658251835780993, 57.91441883610559 ], [ -6.657431877368588, 57.913895775343065 ], [ -6.658416789577332, 57.913931548372133 ], [ -6.658697319574916, 57.914465431298893 ], [ -6.658251835780993, 57.91441883610559 ] ] ], [ [ [ -8.641345600542007, 57.82613481825716 ], [ -8.642048327052494, 57.825642941238705 ], [ -8.641866344312012, 57.826485787715846 ], [ -8.641345600542007, 57.82613481825716 ] ] ], [ [ [ -6.68046430053572, 57.913929048089514 ], [ -6.680506782467531, 57.913347301076307 ], [ -6.682048137574951, 57.913632196275024 ], [ -6.682234644102122, 57.914025586828252 ], [ -6.681467624620353, 57.914494668883762 ], [ -6.68046430053572, 57.913929048089514 ] ] ], [ [ [ -8.611240779770089, 57.827885317672909 ], [ -8.610570737505125, 57.827271799799504 ], [ -8.61041730559767, 57.827631147227038 ], [ -8.608946916253172, 57.826154187453 ], [ -8.609128691579235, 57.825351960584179 ], [ -8.609757442243449, 57.82509835977222 ], [ -8.607792745181492, 57.824421956482553 ], [ -8.607143648445138, 57.823600141968079 ], [ -8.606342430391949, 57.823696100949292 ], [ -8.605878000258512, 57.82222504675326 ], [ -8.604671016885597, 57.822869191368412 ], [ -8.604763503280719, 57.822499527132372 ], [ -8.604109526022585, 57.822569756500158 ], [ -8.604198422585888, 57.822042638962735 ], [ -8.603478361271746, 57.822350530959184 ], [ -8.603172299224198, 57.822154842578712 ], [ -8.603085652667314, 57.821407197696708 ], [ -8.602318932400149, 57.821231086433059 ], [ -8.60224899846126, 57.820712273880588 ], [ -8.599913617325678, 57.820451491494261 ], [ -8.5984965394114, 57.819858939685112 ], [ -8.597356496341275, 57.820684179840057 ], [ -8.595949020344932, 57.82041989171563 ], [ -8.596100233925467, 57.821290277019301 ], [ -8.59508611708012, 57.824275345480565 ], [ -8.594272794796165, 57.825087995208882 ], [ -8.59505209044055, 57.825056315812652 ], [ -8.595130327742039, 57.825989064823759 ], [ -8.594811419535775, 57.826505660697414 ], [ -8.593390663598575, 57.826998703176166 ], [ -8.592837377334581, 57.826743830660895 ], [ -8.593181754655719, 57.82572146305472 ], [ -8.592043960194996, 57.825915968496972 ], [ -8.591754198037782, 57.82562481873677 ], [ -8.590505112662116, 57.826455676816011 ], [ -8.589951591137758, 57.82606118114137 ], [ -8.590191113919852, 57.825755925147085 ], [ -8.589090503252375, 57.825646696257657 ], [ -8.58854572833437, 57.826175055732584 ], [ -8.588612225039691, 57.825662636986365 ], [ -8.587316897630481, 57.825135671443945 ], [ -8.583526645332851, 57.82545939310134 ], [ -8.581817886777172, 57.824471998216431 ], [ -8.581616988280215, 57.823374493389231 ], [ -8.579768467381346, 57.823790582359642 ], [ -8.578991939699664, 57.823006809316226 ], [ -8.577727946193633, 57.823757239664971 ], [ -8.576348228352007, 57.823829082751828 ], [ -8.573877789793439, 57.82329110146631 ], [ -8.572398407763876, 57.822494328350672 ], [ -8.570047450340905, 57.823256193279271 ], [ -8.570579683229527, 57.823859055482124 ], [ -8.569690729061959, 57.824815084578731 ], [ -8.565587889438586, 57.825785064883803 ], [ -8.564706495676635, 57.825303919501032 ], [ -8.566458921799036, 57.824406634360351 ], [ -8.564210120008866, 57.823694804654728 ], [ -8.563626790221296, 57.823135109178395 ], [ -8.565175603650783, 57.820753128535706 ], [ -8.562843508865988, 57.819860952949803 ], [ -8.560906213822886, 57.820808329683125 ], [ -8.561657905242859, 57.819746901211062 ], [ -8.559961100641171, 57.819051368060393 ], [ -8.560559700070176, 57.818353703226244 ], [ -8.560240509839293, 57.81799195775622 ], [ -8.559730799337308, 57.817788734717873 ], [ -8.558922744669381, 57.818078413309031 ], [ -8.55884412929861, 57.817415923940409 ], [ -8.558306911843419, 57.817200612532723 ], [ -8.55692684283124, 57.81754700302838 ], [ -8.555287256656717, 57.816979054212752 ], [ -8.55467071888166, 57.816096771835547 ], [ -8.551927567333005, 57.814473604367784 ], [ -8.551751677709996, 57.813739596251068 ], [ -8.549730388105221, 57.812695963692434 ], [ -8.549762127926703, 57.812221415705714 ], [ -8.550817711142427, 57.811252387601748 ], [ -8.552206658104824, 57.811094758926579 ], [ -8.557069139947149, 57.808883203455338 ], [ -8.558351740063912, 57.808744536813506 ], [ -8.560055884502411, 57.808696555577242 ], [ -8.562553703981123, 57.810224199524882 ], [ -8.564550255249664, 57.810206002440275 ], [ -8.566568002760281, 57.810997372259777 ], [ -8.569175797449423, 57.811091442762397 ], [ -8.57046417820216, 57.810614559854699 ], [ -8.57221582170259, 57.809163227169606 ], [ -8.572764774195809, 57.80754927669058 ], [ -8.571496718645584, 57.804764297486933 ], [ -8.572366802737557, 57.803984874268792 ], [ -8.573799410371761, 57.803513952476081 ], [ -8.573317238908775, 57.802259941889112 ], [ -8.572521731720956, 57.801923024598167 ], [ -8.572653472637425, 57.801258595224972 ], [ -8.571535920211266, 57.80119065555607 ], [ -8.57149213749428, 57.800904684003463 ], [ -8.573810932528648, 57.799189589346021 ], [ -8.577030120621243, 57.798756203342577 ], [ -8.577950123423674, 57.799082101137948 ], [ -8.577687843328437, 57.799816395206626 ], [ -8.5785587158349, 57.799365667779171 ], [ -8.579098622418329, 57.799504180879879 ], [ -8.578263634776155, 57.800151215746936 ], [ -8.57951560841652, 57.801738926796631 ], [ -8.580314416580364, 57.801908983795563 ], [ -8.580811722599897, 57.801675883481821 ], [ -8.580967973587185, 57.802622576616436 ], [ -8.581767398839235, 57.802657474521546 ], [ -8.582504113819814, 57.803087480762372 ], [ -8.581988494660878, 57.804834870368872 ], [ -8.584062156218623, 57.805654575319693 ], [ -8.585554755009758, 57.805788424426829 ], [ -8.584953426971513, 57.806698058289605 ], [ -8.58687735665211, 57.806606720170443 ], [ -8.586926709451554, 57.806000613294287 ], [ -8.588250103571349, 57.806638695381835 ], [ -8.590068048019381, 57.806106943362821 ], [ -8.590280524156478, 57.805240096552467 ], [ -8.590949596182243, 57.804885390712649 ], [ -8.591825271011531, 57.805290077865337 ], [ -8.592029362902579, 57.805851430171963 ], [ -8.594925680532951, 57.805587590107962 ], [ -8.595356392661465, 57.806326270479886 ], [ -8.596135103223027, 57.806339642130474 ], [ -8.597173223513098, 57.806893449570865 ], [ -8.598103179201201, 57.808191560435873 ], [ -8.598797414818579, 57.808020162093776 ], [ -8.600325175073227, 57.808390716871848 ], [ -8.600659539590872, 57.808143533613858 ], [ -8.601063949673712, 57.808370114738466 ], [ -8.600819196494056, 57.808783767865336 ], [ -8.603275605454048, 57.808880539177963 ], [ -8.604710786454167, 57.808102849264529 ], [ -8.605253058590879, 57.808115020568643 ], [ -8.605594076412348, 57.808317879786465 ], [ -8.604870160902328, 57.809062882633476 ], [ -8.605783132197859, 57.809393465371443 ], [ -8.605497013826955, 57.809030092796341 ], [ -8.60697260409845, 57.809299706295704 ], [ -8.607314303864168, 57.809092656858816 ], [ -8.606858361789309, 57.809918234935381 ], [ -8.60750623963599, 57.810133016084656 ], [ -8.607221532468309, 57.810011834218699 ], [ -8.607544226802881, 57.809747226037665 ], [ -8.607913133517878, 57.809872051579646 ], [ -8.607545054392336, 57.81014588356387 ], [ -8.607855774742923, 57.81024888988231 ], [ -8.609317962677212, 57.809848073995298 ], [ -8.609492803877583, 57.809329963325659 ], [ -8.610247163318288, 57.809394069253408 ], [ -8.609974669420392, 57.810115471978335 ], [ -8.609386143515971, 57.809943594715449 ], [ -8.609837525275829, 57.810609089885432 ], [ -8.609004159187942, 57.810895928542536 ], [ -8.609284170443077, 57.812741451253764 ], [ -8.608638258123134, 57.813176116869641 ], [ -8.609386014634991, 57.813938705969186 ], [ -8.608173789193701, 57.814506600081657 ], [ -8.60817822320435, 57.814898221238842 ], [ -8.608516872274752, 57.815317394057082 ], [ -8.60905825022431, 57.814910721396586 ], [ -8.609613033529348, 57.81519246638927 ], [ -8.609180666366358, 57.815733062469342 ], [ -8.612570406089253, 57.817717572481776 ], [ -8.61209471046357, 57.817746983085669 ], [ -8.612484099546624, 57.818258076681069 ], [ -8.612208000401642, 57.819051737846721 ], [ -8.611187626379587, 57.819699693906003 ], [ -8.611791653230309, 57.820505831286589 ], [ -8.610947202808088, 57.821743615631341 ], [ -8.612144065140548, 57.821320635750062 ], [ -8.612596595758054, 57.821715822710765 ], [ -8.611889490507499, 57.822644649463285 ], [ -8.613257617968614, 57.822739671160832 ], [ -8.613326033419444, 57.823019845996392 ], [ -8.614985121317792, 57.822126730962019 ], [ -8.614906539489192, 57.822617288211056 ], [ -8.615975984965054, 57.822786476710426 ], [ -8.617543341688222, 57.824055594034185 ], [ -8.617720773549417, 57.825248892182458 ], [ -8.616843718710975, 57.826767681581437 ], [ -8.616991535501514, 57.827066216567175 ], [ -8.617602932803798, 57.826993648840258 ], [ -8.617623754871302, 57.827519537639347 ], [ -8.61716628853414, 57.82806147557158 ], [ -8.615679507618575, 57.828378072491738 ], [ -8.615365423740029, 57.828047707349867 ], [ -8.611240779770089, 57.827885317672909 ] ] ], [ [ [ -6.647140972602331, 57.9162612641328 ], [ -6.646748310378323, 57.915969831868608 ], [ -6.647636954318181, 57.916175622434068 ], [ -6.647140972602331, 57.9162612641328 ] ] ], [ [ [ -8.621754271355735, 57.828447109812295 ], [ -8.622166285595398, 57.827979602003886 ], [ -8.6226036849667, 57.828199891918423 ], [ -8.621754271355735, 57.828447109812295 ] ] ], [ [ [ -6.628303819047383, 57.916460090518882 ], [ -6.628356712856148, 57.915886994674672 ], [ -6.629012289848046, 57.916186871354576 ], [ -6.629977623194043, 57.916070670755666 ], [ -6.630499458469142, 57.916447381840442 ], [ -6.629435302911441, 57.917304762417452 ], [ -6.629510110820816, 57.916901765469241 ], [ -6.628303819047383, 57.916460090518882 ] ] ], [ [ [ -8.618148103520523, 57.828487471618871 ], [ -8.620512131777245, 57.827845612877546 ], [ -8.621398756929056, 57.827983806413791 ], [ -8.618777453831209, 57.829062549355015 ], [ -8.617989890061317, 57.829049765659029 ], [ -8.618148103520523, 57.828487471618871 ] ] ], [ [ [ -8.618472078769768, 57.829375821368934 ], [ -8.618680914387465, 57.829180210563763 ], [ -8.619095603805981, 57.829185505318584 ], [ -8.618472078769768, 57.829375821368934 ] ] ], [ [ [ -7.049673299405436, 57.902653423841919 ], [ -7.049009107787628, 57.902436968535895 ], [ -7.049454239824337, 57.902477711700989 ], [ -7.049673299405436, 57.902653423841919 ] ] ], [ [ [ -7.050769864996044, 57.904562107157538 ], [ -7.050837844010807, 57.904024064715372 ], [ -7.051102633793449, 57.904584831062039 ], [ -7.050769864996044, 57.904562107157538 ] ] ], [ [ [ -7.054478679007155, 57.904675135396211 ], [ -7.05331358498684, 57.904442692396998 ], [ -7.054471145090975, 57.904441508445714 ], [ -7.054478679007155, 57.904675135396211 ] ] ], [ [ [ -7.056639580540149, 57.905137748886361 ], [ -7.055562720301372, 57.904631888203227 ], [ -7.056831622307911, 57.904761198718759 ], [ -7.056639580540149, 57.905137748886361 ] ] ], [ [ [ -7.054449534085114, 57.905908915806016 ], [ -7.054871216197014, 57.905662665681021 ], [ -7.055339499546691, 57.905747451773571 ], [ -7.054449534085114, 57.905908915806016 ] ] ], [ [ [ -7.052093184460265, 57.905678987166127 ], [ -7.052231487059669, 57.905340576615082 ], [ -7.05328779496583, 57.905460404911146 ], [ -7.053391484870263, 57.906077076762514 ], [ -7.052093184460265, 57.905678987166127 ] ] ], [ [ [ -8.632149166565313, 57.833351767014534 ], [ -8.631118683955622, 57.833167145525088 ], [ -8.631962277901815, 57.833208437614239 ], [ -8.632149166565313, 57.833351767014534 ] ] ], [ [ [ -8.624821741750253, 57.832767872188604 ], [ -8.62569307658692, 57.831677213368508 ], [ -8.624793871015743, 57.831517185745582 ], [ -8.62517272598115, 57.830686572331942 ], [ -8.624543220982902, 57.830386282286419 ], [ -8.625268400149752, 57.82896097612312 ], [ -8.624921716019564, 57.828866556511429 ], [ -8.625179708673359, 57.827105422210522 ], [ -8.625638929506316, 57.827031788647481 ], [ -8.626093398452197, 57.826062080013919 ], [ -8.626645243870168, 57.826582633185737 ], [ -8.627784767350441, 57.826581397117536 ], [ -8.629518769640487, 57.826003947542823 ], [ -8.629540687707721, 57.825664986048608 ], [ -8.630798309903961, 57.825297190694258 ], [ -8.631335299575786, 57.824638416533311 ], [ -8.631854942230463, 57.824755265229534 ], [ -8.632982415259566, 57.824277171961583 ], [ -8.634701938787778, 57.824308467884222 ], [ -8.635636489099024, 57.823745895973779 ], [ -8.637212147537378, 57.824095503582654 ], [ -8.63916181276541, 57.82372728403125 ], [ -8.639504312759748, 57.823204810399417 ], [ -8.641127696498373, 57.823218550212289 ], [ -8.64227942916656, 57.824243494665446 ], [ -8.641621352731201, 57.824931210560045 ], [ -8.640684908331595, 57.824980450649001 ], [ -8.639215864734824, 57.825665746766248 ], [ -8.641171659650318, 57.826152972763545 ], [ -8.640915949694067, 57.826733946328865 ], [ -8.641665838910837, 57.827374649653969 ], [ -8.642319720135918, 57.827340264299671 ], [ -8.642347167989554, 57.827077577294396 ], [ -8.643217594026872, 57.827356101451834 ], [ -8.643493530248163, 57.827981184840091 ], [ -8.644632505797343, 57.828205036942613 ], [ -8.645063112118798, 57.8288445022433 ], [ -8.646863933898789, 57.828218250770682 ], [ -8.64805767889681, 57.828281542800468 ], [ -8.649721002462542, 57.827779594976043 ], [ -8.650007225938275, 57.828003249764244 ], [ -8.649438632108145, 57.828033184927854 ], [ -8.649433790164286, 57.828646014801592 ], [ -8.647862222006623, 57.829553012389155 ], [ -8.646194666416763, 57.830032633852539 ], [ -8.646703255173032, 57.830271620837678 ], [ -8.645723931241635, 57.830363688483871 ], [ -8.644968190578174, 57.831299786355792 ], [ -8.644209664666558, 57.831033401571112 ], [ -8.643105346600723, 57.831911249856283 ], [ -8.641896518376628, 57.832132464886307 ], [ -8.640140116286906, 57.831995093060222 ], [ -8.63916491450977, 57.831469817307934 ], [ -8.636783126221054, 57.831329235557114 ], [ -8.634704602521044, 57.831870827026812 ], [ -8.634880277188282, 57.832136354093443 ], [ -8.629034316372623, 57.833082867649544 ], [ -8.626361474202982, 57.834295088749116 ], [ -8.624826332449684, 57.833708994658664 ], [ -8.624821741750253, 57.832767872188604 ] ] ], [ [ [ -8.643218901564898, 57.833576337409681 ], [ -8.645021886593364, 57.833188730161588 ], [ -8.645350788483414, 57.833734454225365 ], [ -8.643627756643149, 57.833915171170453 ], [ -8.643218901564898, 57.833576337409681 ] ] ], [ [ [ -6.889384653157979, 57.915200605143312 ], [ -6.889630549549735, 57.915020191537479 ], [ -6.890357309307992, 57.915329512422815 ], [ -6.889638983440326, 57.91564060540199 ], [ -6.889384653157979, 57.915200605143312 ] ] ], [ [ [ -6.595628372878205, 57.924484491401415 ], [ -6.597604452518686, 57.924403867367197 ], [ -6.598337186373326, 57.924845015916162 ], [ -6.599823174083096, 57.925029478642855 ], [ -6.600902273104683, 57.926128144254953 ], [ -6.600454997554352, 57.926859438994207 ], [ -6.598524902000063, 57.926376277612363 ], [ -6.597845708527131, 57.925429493433988 ], [ -6.595628372878205, 57.924484491401415 ] ] ], [ [ [ -7.044831230216275, 57.91095273659122 ], [ -7.044494379592176, 57.910480299939266 ], [ -7.045520275649619, 57.910803842686647 ], [ -7.044831230216275, 57.91095273659122 ] ] ], [ [ [ -6.894303175561794, 57.917799619203279 ], [ -6.892505922855241, 57.917761045532806 ], [ -6.889959340494806, 57.917868306246589 ], [ -6.889702551001061, 57.917410408635767 ], [ -6.88900975809996, 57.917288693612065 ], [ -6.88872787727881, 57.916584366259762 ], [ -6.887727883848878, 57.91645009552775 ], [ -6.88753670079906, 57.916453979555939 ], [ -6.886728875385391, 57.91686386195726 ], [ -6.883911350608382, 57.915600532426318 ], [ -6.884677594444321, 57.915517029398863 ], [ -6.88659959682902, 57.916473012913812 ], [ -6.887582761139264, 57.916430609036922 ], [ -6.888572016301283, 57.91643294363233 ], [ -6.889247345097057, 57.91593009712409 ], [ -6.89057192401684, 57.915726062245611 ], [ -6.89178406909534, 57.916061628177331 ], [ -6.893782422137233, 57.916087948010713 ], [ -6.893060931989182, 57.916313718628899 ], [ -6.893308127126871, 57.916762984408216 ], [ -6.894726595340654, 57.917495389778558 ], [ -6.894303175561794, 57.917799619203279 ] ] ], [ [ [ -6.527960277753973, 57.933223540854257 ], [ -6.52852136399261, 57.93318102381545 ], [ -6.528591925562626, 57.933673183601634 ], [ -6.527960277753973, 57.933223540854257 ] ] ], [ [ [ -6.879965228089971, 57.924001995813292 ], [ -6.88119051238283, 57.92350051798239 ], [ -6.88203971600728, 57.924025580509138 ], [ -6.880714720176356, 57.924539901408949 ], [ -6.879965228089971, 57.924001995813292 ] ] ], [ [ [ -7.008491546083953, 57.921701462217534 ], [ -7.008302697734705, 57.921317557954374 ], [ -7.007297160442382, 57.921321297689857 ], [ -7.007386780281248, 57.921115326557867 ], [ -7.00572950466522, 57.921234768618596 ], [ -7.00500681102436, 57.921569202157421 ], [ -7.004028956820647, 57.921468358292714 ], [ -7.004165412494952, 57.921719382792872 ], [ -7.003649621296928, 57.92129439853182 ], [ -7.003222435873817, 57.921626152591095 ], [ -7.001788921143526, 57.921106927616336 ], [ -6.998044241882375, 57.921110691305856 ], [ -6.99820459376766, 57.92074449371087 ], [ -6.996703306701438, 57.920587760393971 ], [ -6.996173603897979, 57.919758438193597 ], [ -6.994332036789189, 57.919039292610854 ], [ -6.99237203156545, 57.914186244751299 ], [ -6.990663657042687, 57.912233741353198 ], [ -6.988748810398176, 57.908611441724986 ], [ -6.988480833135876, 57.905648544607438 ], [ -6.987792170627855, 57.9048884319159 ], [ -6.98790472229576, 57.902900205393529 ], [ -6.988351573268766, 57.902041413189828 ], [ -6.990874178703649, 57.900372133196392 ], [ -6.991405338604039, 57.899087155714142 ], [ -6.992974890049993, 57.89840453369645 ], [ -6.993363372847703, 57.897552517916267 ], [ -6.992556294039603, 57.896122336020014 ], [ -6.990121915909469, 57.894166962137291 ], [ -6.99458202646138, 57.89373930230191 ], [ -6.997762186205435, 57.892673719701847 ], [ -6.996708973161494, 57.889656328248435 ], [ -6.997093230824185, 57.889321782952834 ], [ -6.996534142468429, 57.888763537216235 ], [ -6.997909330164133, 57.889055670383307 ], [ -6.998213922228736, 57.888755753266651 ], [ -6.999169704453179, 57.888704544434326 ], [ -6.99910186904282, 57.888459807105733 ], [ -6.999717284246944, 57.888633451735998 ], [ -6.999515649990441, 57.888155577637129 ], [ -7.000396434107107, 57.888111817346228 ], [ -7.000286573360543, 57.887625823310415 ], [ -7.002452162902135, 57.88686105912771 ], [ -7.002644656870738, 57.886241668090761 ], [ -7.003616842601613, 57.886126797723136 ], [ -7.00490712134224, 57.885203125289173 ], [ -7.006061892371562, 57.885126005806804 ], [ -7.006492643232352, 57.884641141950055 ], [ -7.007764982923658, 57.884559359678825 ], [ -7.008556798884252, 57.883817296045002 ], [ -7.008069510528483, 57.883350727802181 ], [ -7.008356843559472, 57.882988486779666 ], [ -7.007594013768633, 57.882726245471076 ], [ -7.007429320484682, 57.88221093402619 ], [ -7.008585636929056, 57.882448620873063 ], [ -7.008756876459494, 57.882950176968478 ], [ -7.00962882757258, 57.882965178457432 ], [ -7.011447850445314, 57.882564835964303 ], [ -7.012341291246042, 57.881886202176439 ], [ -7.011484400010451, 57.881312812749854 ], [ -7.01151032735071, 57.880771969424714 ], [ -7.012555044096151, 57.881238959055139 ], [ -7.013259270145935, 57.881202091573684 ], [ -7.013375418143366, 57.881489896025336 ], [ -7.013906185303442, 57.880996546259283 ], [ -7.013591208466455, 57.882007677734748 ], [ -7.014138412059031, 57.882782249875476 ], [ -7.014600008269626, 57.882700997991293 ], [ -7.014843744837299, 57.883055726191962 ], [ -7.015665245660215, 57.88295122423856 ], [ -7.015591053840919, 57.881995983323478 ], [ -7.016121759668249, 57.882046943802067 ], [ -7.016209651335181, 57.881769055078905 ], [ -7.016720659720185, 57.882828455865237 ], [ -7.017298369800806, 57.882913538085646 ], [ -7.017403642292579, 57.883728094609104 ], [ -7.017880022635374, 57.883934149138774 ], [ -7.01820793707878, 57.883439819402888 ], [ -7.018388199837964, 57.884246906278975 ], [ -7.017524668725912, 57.884897408359379 ], [ -7.017951986785778, 57.885235862794566 ], [ -7.017226088959373, 57.885602003177794 ], [ -7.017866314135715, 57.886134457582727 ], [ -7.020231968008906, 57.886684012856044 ], [ -7.02053341383987, 57.887148907613003 ], [ -7.021125810517369, 57.88673405785093 ], [ -7.022341050781411, 57.887270689183254 ], [ -7.022461711484272, 57.886744077996205 ], [ -7.023125001669912, 57.887199118909024 ], [ -7.025881024363092, 57.887458682458778 ], [ -7.026048998344944, 57.887029156930367 ], [ -7.027026687543098, 57.887255774851496 ], [ -7.027303678728934, 57.88700186201087 ], [ -7.027391105228582, 57.887385265581493 ], [ -7.02786316540239, 57.88713710519653 ], [ -7.028871497022446, 57.88788432252111 ], [ -7.029690038608128, 57.887878816355062 ], [ -7.030072116602288, 57.88825501791603 ], [ -7.030215063562224, 57.888069400379287 ], [ -7.033177139935487, 57.889256322478239 ], [ -7.035330723069437, 57.890700245771882 ], [ -7.036648712121429, 57.890701834550036 ], [ -7.037096483018443, 57.891304831805108 ], [ -7.03626207220753, 57.891378493211633 ], [ -7.037253695645051, 57.892787602495169 ], [ -7.038215572719272, 57.893140727690145 ], [ -7.039016902827012, 57.892951407522411 ], [ -7.041389648439096, 57.893846693135487 ], [ -7.041895243248971, 57.89455983941312 ], [ -7.04152902653798, 57.894839828740501 ], [ -7.042734946694469, 57.89542613308884 ], [ -7.048244068697116, 57.894770368607588 ], [ -7.050734766292504, 57.893978312498227 ], [ -7.052013435732449, 57.890755815543969 ], [ -7.050887397446386, 57.889896498912961 ], [ -7.049755377940722, 57.889595237560805 ], [ -7.050928990367571, 57.888990622521497 ], [ -7.050252019772553, 57.886457912533146 ], [ -7.050805612003579, 57.885288697899831 ], [ -7.051358641881788, 57.885437591887317 ], [ -7.051206423284819, 57.884534945103084 ], [ -7.051964462874479, 57.884279783835588 ], [ -7.051762753555038, 57.883986422409784 ], [ -7.053556946123901, 57.8837124153399 ], [ -7.052955759671294, 57.882980633919608 ], [ -7.053881846685836, 57.883200106992327 ], [ -7.054241489012249, 57.882034113078298 ], [ -7.054816721906017, 57.882281074530582 ], [ -7.054882675675374, 57.882089500803886 ], [ -7.058693517062088, 57.88228375152687 ], [ -7.059925318307495, 57.881735201493449 ], [ -7.062182183609545, 57.879890555293137 ], [ -7.063480855783574, 57.879757667765666 ], [ -7.064893570985249, 57.880074568913614 ], [ -7.064938866870406, 57.879676877125917 ], [ -7.066090579174849, 57.879639812113744 ], [ -7.066829057282255, 57.879187398586552 ], [ -7.067978661255898, 57.87919538679575 ], [ -7.068047616706978, 57.878666285416884 ], [ -7.071781746192853, 57.878917188156557 ], [ -7.072482379898338, 57.878556228260408 ], [ -7.072113230046803, 57.878274100641406 ], [ -7.072618824270434, 57.877907454427707 ], [ -7.071862351933901, 57.877573358854129 ], [ -7.072813159019844, 57.877130398938739 ], [ -7.073835991494911, 57.877377340769144 ], [ -7.073427067098685, 57.876813394416097 ], [ -7.074199031519439, 57.875941216372134 ], [ -7.076255585470369, 57.875017549019759 ], [ -7.077605833872815, 57.875251335279685 ], [ -7.079206013230332, 57.876118396027103 ], [ -7.078592891718332, 57.876619844624464 ], [ -7.079174892561257, 57.877631202308898 ], [ -7.078416110023087, 57.877400706954496 ], [ -7.078411414515975, 57.877666317510617 ], [ -7.079463472555734, 57.878298930192159 ], [ -7.078898080622666, 57.878600523074354 ], [ -7.079832322572233, 57.878698015642797 ], [ -7.080360726462741, 57.879090700154663 ], [ -7.08073190065883, 57.88022297654026 ], [ -7.079505165191867, 57.880506112699777 ], [ -7.080722778829583, 57.881532460998159 ], [ -7.080248436077343, 57.881403031219875 ], [ -7.080900073476706, 57.88206969029946 ], [ -7.080380420097841, 57.882396445941218 ], [ -7.081339676933727, 57.882371461844706 ], [ -7.082386345054176, 57.883143730458777 ], [ -7.082366260932575, 57.883598904425149 ], [ -7.080989104178683, 57.883177295141166 ], [ -7.082541632927673, 57.884361144088878 ], [ -7.082067971309455, 57.885072948272089 ], [ -7.080789459197238, 57.885767551102546 ], [ -7.079922830175025, 57.885253470385976 ], [ -7.079699664710796, 57.886841458779621 ], [ -7.079288927008358, 57.886803945436014 ], [ -7.079578501072461, 57.887597597999026 ], [ -7.077752811160853, 57.889083381601573 ], [ -7.079698569453394, 57.890179526828391 ], [ -7.080959052271003, 57.889953526244781 ], [ -7.081117000674085, 57.890711967909517 ], [ -7.083518644174893, 57.890192735345025 ], [ -7.08502817761241, 57.889398859931134 ], [ -7.085995369648439, 57.890502701121356 ], [ -7.085619930714683, 57.891431010964233 ], [ -7.086315692904348, 57.892586236126547 ], [ -7.085692496487745, 57.89361446711986 ], [ -7.0860557824299, 57.893554895350192 ], [ -7.08601691258837, 57.893817380689853 ], [ -7.085466874914417, 57.894109384327564 ], [ -7.085001549905872, 57.893925621563696 ], [ -7.084896523487759, 57.894496673410025 ], [ -7.083796789892385, 57.89472525663443 ], [ -7.083336716304069, 57.895175593010428 ], [ -7.081283806854197, 57.894997026325449 ], [ -7.081333774467801, 57.894275231932347 ], [ -7.08055736319752, 57.895057652204521 ], [ -7.079598855269425, 57.895150072303743 ], [ -7.07946758128536, 57.894759451667042 ], [ -7.081100681736789, 57.89292597725381 ], [ -7.080992421417751, 57.892399474255413 ], [ -7.08036500697381, 57.89220420189951 ], [ -7.078879174939533, 57.892569691198162 ], [ -7.076000450974015, 57.89144793668671 ], [ -7.075075749654461, 57.892317239887767 ], [ -7.075311771675947, 57.89368887608277 ], [ -7.074292212236061, 57.893887171755196 ], [ -7.074529516734588, 57.894849378701238 ], [ -7.073904174310667, 57.894609004462424 ], [ -7.074232400129941, 57.895018732955755 ], [ -7.073407588047889, 57.894921305481247 ], [ -7.073215392986358, 57.895414857858491 ], [ -7.071260928811589, 57.894975763568851 ], [ -7.070848515913449, 57.895226201859742 ], [ -7.069372991723687, 57.894947854170354 ], [ -7.069189141878463, 57.895441065144567 ], [ -7.070270956551444, 57.895982598895912 ], [ -7.069380572362552, 57.895779801496815 ], [ -7.070192050010315, 57.896201692233312 ], [ -7.068985765315895, 57.895975544865912 ], [ -7.067122908299062, 57.894628494064925 ], [ -7.068124378650733, 57.895798570464237 ], [ -7.066538607301369, 57.895637066078173 ], [ -7.065512741457381, 57.895192235053365 ], [ -7.065529204165736, 57.895668432698606 ], [ -7.064944045829729, 57.895592858184003 ], [ -7.063992234552068, 57.895972803630443 ], [ -7.064174587536642, 57.8963074109354 ], [ -7.063199730803893, 57.89550513037377 ], [ -7.06320145626386, 57.895936930217218 ], [ -7.062112824905623, 57.895526071264875 ], [ -7.06248797720828, 57.895969941174194 ], [ -7.061656889412165, 57.896187592086001 ], [ -7.061948028925764, 57.896634820111309 ], [ -7.06068465647779, 57.896662798434356 ], [ -7.060836313055315, 57.896899666259621 ], [ -7.060265003726183, 57.896742541403867 ], [ -7.059965918357271, 57.897258332740591 ], [ -7.058369403338173, 57.897020677830866 ], [ -7.057477815048472, 57.896448959228891 ], [ -7.058039207925854, 57.897375755752691 ], [ -7.057015258668543, 57.89730416564953 ], [ -7.057038337355497, 57.897708119744813 ], [ -7.056468719619942, 57.897442943613626 ], [ -7.056901983218783, 57.89823990008081 ], [ -7.056352725245456, 57.898059384244547 ], [ -7.056290503319531, 57.898637689795507 ], [ -7.05429036067903, 57.899014404672613 ], [ -7.053714283371914, 57.898403081316545 ], [ -7.052020928053068, 57.898137718621825 ], [ -7.052093802375704, 57.897154118096623 ], [ -7.051622309482633, 57.896925495705887 ], [ -7.04883226596676, 57.897212156244436 ], [ -7.047414301289042, 57.897763498999915 ], [ -7.047861373745755, 57.898119070070152 ], [ -7.047569243081869, 57.898625553206308 ], [ -7.047165651170342, 57.898880056368206 ], [ -7.046634889225968, 57.898770739792219 ], [ -7.047247147485745, 57.899520107406346 ], [ -7.047010840470202, 57.90012333377998 ], [ -7.045605932764751, 57.900768602793725 ], [ -7.046671496621594, 57.901616884287812 ], [ -7.045811925822298, 57.902114471943051 ], [ -7.046675754604248, 57.902669382894899 ], [ -7.046686301600312, 57.903766616801434 ], [ -7.046199537258421, 57.903790501727308 ], [ -7.045882829780744, 57.905265152472637 ], [ -7.045236606620253, 57.90523690146847 ], [ -7.045680876644979, 57.905992966945647 ], [ -7.044982866750312, 57.905656374672915 ], [ -7.045319935888534, 57.906551666728262 ], [ -7.044280909209937, 57.906795468335005 ], [ -7.044326087912969, 57.907297510165861 ], [ -7.04364809742219, 57.907284010491232 ], [ -7.043965039737293, 57.908036152418688 ], [ -7.042569286114222, 57.908087203269623 ], [ -7.041878056717795, 57.908942443908785 ], [ -7.042136062596757, 57.909876877386687 ], [ -7.041491794869938, 57.909983484464398 ], [ -7.041992622905579, 57.910179489972556 ], [ -7.04143915685204, 57.910210506820754 ], [ -7.041578709892273, 57.911023693782596 ], [ -7.041193960513248, 57.911052495553797 ], [ -7.041402381829197, 57.912416266463765 ], [ -7.040280817932632, 57.911772598710684 ], [ -7.040390020547536, 57.912730947506532 ], [ -7.039845507405722, 57.913247444741422 ], [ -7.038595722013181, 57.913436595502752 ], [ -7.037766588730698, 57.912587841169191 ], [ -7.036794498980578, 57.913310259746012 ], [ -7.034927442406157, 57.912461348786302 ], [ -7.035145202555966, 57.912880958557949 ], [ -7.033497701959571, 57.913247807125799 ], [ -7.03363984908446, 57.913719006571554 ], [ -7.032882702258736, 57.913443176564421 ], [ -7.032238755990821, 57.912407093257649 ], [ -7.03139176172245, 57.913178482812441 ], [ -7.030758220169785, 57.91287973928835 ], [ -7.030321585454016, 57.913382912667849 ], [ -7.031373661831545, 57.913773007858389 ], [ -7.031931764962166, 57.915523272445093 ], [ -7.030939687905566, 57.915742599167373 ], [ -7.031508793961418, 57.916003414324976 ], [ -7.030876414008047, 57.916316424411356 ], [ -7.030963674388077, 57.917361118529804 ], [ -7.03053405012061, 57.917432154101064 ], [ -7.031292115000615, 57.918256784276409 ], [ -7.029812697332865, 57.918859825935471 ], [ -7.026625895665075, 57.917654691832098 ], [ -7.027614320034148, 57.918857078591891 ], [ -7.026368974541913, 57.918717534340281 ], [ -7.024931568930108, 57.917870329049549 ], [ -7.023514024377736, 57.918070474494257 ], [ -7.022825272190192, 57.917256550764073 ], [ -7.022614210255448, 57.918164616395671 ], [ -7.02224689806433, 57.917895765959329 ], [ -7.021375876264597, 57.918195689294912 ], [ -7.020495582764053, 57.917704237528952 ], [ -7.020199626463489, 57.917945383991523 ], [ -7.0199183115954, 57.917263757591293 ], [ -7.019549900545212, 57.917651724162873 ], [ -7.018215826478595, 57.917421147070542 ], [ -7.018263089831614, 57.917819641636385 ], [ -7.017826056069788, 57.917535545812513 ], [ -7.016552371801509, 57.917797394362843 ], [ -7.016928118799393, 57.918187385612917 ], [ -7.016477472164913, 57.91804777573838 ], [ -7.016735868893407, 57.91850539104037 ], [ -7.016332394054028, 57.918642819654508 ], [ -7.015503849245314, 57.918158283396167 ], [ -7.013840150053618, 57.918170126313157 ], [ -7.014133896014889, 57.918396925254577 ], [ -7.013749606542781, 57.918308662451537 ], [ -7.013832326028519, 57.918719250367396 ], [ -7.01253493698846, 57.919053970075851 ], [ -7.012805732569061, 57.919479612670244 ], [ -7.012401661951581, 57.919734012040536 ], [ -7.011206759999535, 57.9188050918195 ], [ -7.010253083769827, 57.919058720552869 ], [ -7.011225155609706, 57.920329346453251 ], [ -7.010657619681526, 57.920684670321101 ], [ -7.009215187777008, 57.920647216111497 ], [ -7.010106840350029, 57.921705102313716 ], [ -7.009627342500372, 57.921903993025339 ], [ -7.009454093695193, 57.921631935277006 ], [ -7.009155288164163, 57.922035110654171 ], [ -7.008491546083953, 57.921701462217534 ] ] ], [ [ [ -6.68947391656464, 57.937941235072387 ], [ -6.689023607484952, 57.937472151656074 ], [ -6.689520853021705, 57.93758869236953 ], [ -6.68947391656464, 57.937941235072387 ] ] ], [ [ [ -8.490379819833676, 57.86388534890996 ], [ -8.490609026048389, 57.863657407277884 ], [ -8.491254108735507, 57.863813434659363 ], [ -8.492189753265013, 57.862959238368653 ], [ -8.491452021583003, 57.863879832804081 ], [ -8.490379819833676, 57.86388534890996 ] ] ], [ [ [ -6.956872332797228, 57.934081143473612 ], [ -6.956779577642778, 57.933715908755019 ], [ -6.957410917414613, 57.934123061925604 ], [ -6.956872332797228, 57.934081143473612 ] ] ], [ [ [ -6.953333476204773, 57.934543327379323 ], [ -6.952760911684645, 57.934255312767107 ], [ -6.954144228363601, 57.934412687742039 ], [ -6.953333476204773, 57.934543327379323 ] ] ], [ [ [ -6.96165476693976, 57.933867086810778 ], [ -6.961851297575294, 57.933576001323999 ], [ -6.962375595530269, 57.934248222884086 ], [ -6.96165476693976, 57.933867086810778 ] ] ], [ [ [ -6.966074594622579, 57.93433280511892 ], [ -6.965597138150427, 57.933816204250398 ], [ -6.966639045672462, 57.9343781698173 ], [ -6.966074594622579, 57.93433280511892 ] ] ], [ [ [ -8.508189907660526, 57.866243805472664 ], [ -8.509420068454228, 57.865617505740872 ], [ -8.512311452637995, 57.866369320077467 ], [ -8.512432136667089, 57.866615309473985 ], [ -8.511482945801911, 57.867019997257522 ], [ -8.509950463877383, 57.866864734075826 ], [ -8.508189907660526, 57.866243805472664 ] ] ], [ [ [ -7.124648639829019, 57.934828289398915 ], [ -7.125510348634865, 57.934761959217461 ], [ -7.125542997087119, 57.935345485563765 ], [ -7.124648639829019, 57.934828289398915 ] ] ], [ [ [ -8.494204666002823, 57.872790723306032 ], [ -8.49437152574499, 57.87212462338897 ], [ -8.495052283408819, 57.872103162740501 ], [ -8.494204666002823, 57.872790723306032 ] ] ], [ [ [ -6.964722512446746, 57.942527732704129 ], [ -6.96481288651824, 57.942141836356292 ], [ -6.965357535360396, 57.94216549333359 ], [ -6.965368388353999, 57.942610403011962 ], [ -6.964722512446746, 57.942527732704129 ] ] ], [ [ [ -8.49327388964543, 57.87451387657029 ], [ -8.493163998178384, 57.874046640512184 ], [ -8.494052963458641, 57.874194638055712 ], [ -8.494196557468449, 57.874380918067111 ], [ -8.49327388964543, 57.87451387657029 ] ] ], [ [ [ -6.969594093498706, 57.94111785067404 ], [ -6.968518285905126, 57.940984574425634 ], [ -6.968455672984321, 57.9413873800452 ], [ -6.967073439833193, 57.941423539571417 ], [ -6.966580590738715, 57.941712744673303 ], [ -6.965977511852548, 57.941511448163169 ], [ -6.964639405433103, 57.942049665491368 ], [ -6.96261127552158, 57.939924877989753 ], [ -6.961843706336285, 57.939756990666382 ], [ -6.96106021275819, 57.939963082269081 ], [ -6.959272806483395, 57.938598041377197 ], [ -6.958317117808372, 57.936885574546928 ], [ -6.957183219224053, 57.936453091130019 ], [ -6.956993619668957, 57.935448384948778 ], [ -6.957504034127571, 57.935041574074091 ], [ -6.95701197931889, 57.934296100739154 ], [ -6.95804326208817, 57.934476193271593 ], [ -6.957518805326719, 57.933435100578848 ], [ -6.959927431787985, 57.933484841678386 ], [ -6.96152607962224, 57.934893241460934 ], [ -6.962592361617091, 57.93465358422074 ], [ -6.963391962609873, 57.93370912415962 ], [ -6.963788579566533, 57.934008479529751 ], [ -6.964770241402987, 57.933952049104441 ], [ -6.965536317032682, 57.934659774403713 ], [ -6.967510011877279, 57.934865855111418 ], [ -6.967660521973658, 57.935219825060933 ], [ -6.966863601938387, 57.935633405286282 ], [ -6.96629525059712, 57.935376772192143 ], [ -6.966360655063096, 57.935788057009617 ], [ -6.964706666625731, 57.935447983957076 ], [ -6.966468479144894, 57.936139201863377 ], [ -6.966344128160517, 57.93658490948755 ], [ -6.967559051064073, 57.937540444614932 ], [ -6.967687974881671, 57.93823308564837 ], [ -6.967235010453359, 57.938376335255235 ], [ -6.968407431023425, 57.938780233435466 ], [ -6.967734840805, 57.939908679561412 ], [ -6.968751369343092, 57.939675420665942 ], [ -6.969438189796622, 57.93907721498141 ], [ -6.969904783760298, 57.939270349241525 ], [ -6.969393136721419, 57.940217061369708 ], [ -6.970249116308636, 57.940107039453736 ], [ -6.970358936797601, 57.940350143611028 ], [ -6.971246946896773, 57.939860998150401 ], [ -6.973047642990149, 57.940708050439319 ], [ -6.972202051387194, 57.941137066688327 ], [ -6.972682138362194, 57.941244193899806 ], [ -6.972478728380796, 57.942156339467722 ], [ -6.971186630482096, 57.943453044229607 ], [ -6.97059865128915, 57.943422113593535 ], [ -6.97080694102681, 57.943216021459499 ], [ -6.970881771703674, 57.941742128736998 ], [ -6.969594093498706, 57.94111785067404 ] ] ], [ [ [ -6.983528656365048, 57.943512891612897 ], [ -6.983309770003316, 57.94297269115124 ], [ -6.984371137055848, 57.943853144261602 ], [ -6.983528656365048, 57.943512891612897 ] ] ], [ [ [ -7.131301395923236, 57.938230218921746 ], [ -7.130941843453933, 57.937727405809667 ], [ -7.132195067387141, 57.938032084872667 ], [ -7.131723277959803, 57.938163654703374 ], [ -7.131938390518724, 57.938366392174999 ], [ -7.131301395923236, 57.938230218921746 ] ] ], [ [ [ -7.129455709981691, 57.937864026866755 ], [ -7.130514845182208, 57.937758183902545 ], [ -7.131233116101387, 57.938462423254371 ], [ -7.131174347075637, 57.938820209970814 ], [ -7.130750256789598, 57.938634926797391 ], [ -7.129455709981691, 57.937864026866755 ] ] ], [ [ [ -7.117529303415197, 57.939646179571952 ], [ -7.116771507271359, 57.939433832001313 ], [ -7.117952090406887, 57.939467155914173 ], [ -7.117529303415197, 57.939646179571952 ] ] ], [ [ [ -8.490700490860325, 57.876830264154961 ], [ -8.489162011353661, 57.87664352054415 ], [ -8.488713028945725, 57.876918764582904 ], [ -8.487785562260148, 57.875295523917501 ], [ -8.484947739567811, 57.873905387577913 ], [ -8.485515783041819, 57.873119647573354 ], [ -8.484643312478534, 57.873015781584357 ], [ -8.484235226040283, 57.872347663795395 ], [ -8.485457753154666, 57.872190381902058 ], [ -8.48461557149823, 57.871224778308175 ], [ -8.485262600354371, 57.869426183949052 ], [ -8.480244690315986, 57.866864261888594 ], [ -8.480486044298614, 57.86646908659614 ], [ -8.481967133918408, 57.866059888578505 ], [ -8.482209212671824, 57.865200804110636 ], [ -8.483113192092924, 57.865199482584558 ], [ -8.483312919168526, 57.864527213659741 ], [ -8.485086544780621, 57.864521804987781 ], [ -8.485419424835067, 57.863230212886421 ], [ -8.488079359618945, 57.863219817083412 ], [ -8.488817043257303, 57.86402862877403 ], [ -8.490279895830197, 57.864548005541934 ], [ -8.492873721262752, 57.866414409348103 ], [ -8.493105347433358, 57.866199849713603 ], [ -8.494866351223569, 57.866591273032405 ], [ -8.495245754305138, 57.866306065867747 ], [ -8.498670194346062, 57.866409293951293 ], [ -8.499718658910483, 57.866972388945364 ], [ -8.496890686721722, 57.86881112464765 ], [ -8.496910357365026, 57.870647595190952 ], [ -8.494004649373185, 57.8717786756024 ], [ -8.492501562569689, 57.874823756156644 ], [ -8.491113989711888, 57.875237276649081 ], [ -8.492186320273342, 57.875884782260208 ], [ -8.491972073487926, 57.876990161169729 ], [ -8.491636637637212, 57.877192031875545 ], [ -8.490700490860325, 57.876830264154961 ] ] ], [ [ [ -7.117177784069622, 57.940443158431272 ], [ -7.117044521046768, 57.940102130296225 ], [ -7.117670200478271, 57.940396289322678 ], [ -7.117177784069622, 57.940443158431272 ] ] ], [ [ [ -8.493834112451445, 57.877376427577147 ], [ -8.494152278943135, 57.877125897852039 ], [ -8.494527269251611, 57.877142665781882 ], [ -8.494218701443415, 57.87758635925919 ], [ -8.493834112451445, 57.877376427577147 ] ] ], [ [ [ -8.492855663518869, 57.877575296105938 ], [ -8.493640457834442, 57.877287293872222 ], [ -8.493450754398729, 57.877733887633681 ], [ -8.492855663518869, 57.877575296105938 ] ] ], [ [ [ -6.976332227408773, 57.946395568484597 ], [ -6.975822104346794, 57.94576782196711 ], [ -6.975549899696232, 57.946061899314387 ], [ -6.974726967330043, 57.94592324795191 ], [ -6.974780681307553, 57.945151921595837 ], [ -6.973922390403447, 57.945307045794273 ], [ -6.974724536309817, 57.944686295020709 ], [ -6.974186121149687, 57.944585960706789 ], [ -6.974694463961691, 57.944408576613959 ], [ -6.974130399759941, 57.943940383210752 ], [ -6.975234631940121, 57.942997391252639 ], [ -6.976258833341626, 57.942453384956515 ], [ -6.976337687412775, 57.943021582418062 ], [ -6.976730012328396, 57.94298369331942 ], [ -6.97768711529809, 57.941956484764731 ], [ -6.978467106777881, 57.941786413480287 ], [ -6.980280306457333, 57.942416956315256 ], [ -6.979838654443786, 57.942708702784095 ], [ -6.980641405136104, 57.94251973093246 ], [ -6.980827837955536, 57.94307020652802 ], [ -6.982906724037676, 57.943420374913018 ], [ -6.983408152327362, 57.944228372165959 ], [ -6.981839218013725, 57.945904939374238 ], [ -6.980970663649871, 57.946047019737605 ], [ -6.980151490109413, 57.945813789651986 ], [ -6.979575742063847, 57.946236754809448 ], [ -6.978242189085845, 57.946442058464136 ], [ -6.976332227408773, 57.946395568484597 ] ] ], [ [ [ -6.954993726795047, 57.947357084225253 ], [ -6.954480972401499, 57.946891301824884 ], [ -6.955827904249468, 57.947149054228504 ], [ -6.954993726795047, 57.947357084225253 ] ] ], [ [ [ -6.953093617604527, 57.947381830930517 ], [ -6.953485299407357, 57.947155112390881 ], [ -6.954320173893553, 57.947441877755857 ], [ -6.953466678189052, 57.947632658850587 ], [ -6.953093617604527, 57.947381830930517 ] ] ], [ [ [ -6.949505770115088, 57.947805304066414 ], [ -6.950388861340182, 57.947644882977592 ], [ -6.950255778198145, 57.94790648010764 ], [ -6.949505770115088, 57.947805304066414 ] ] ], [ [ [ -6.723575397489665, 57.95615041215234 ], [ -6.724683998840385, 57.956023675000871 ], [ -6.724414991344358, 57.956807284401677 ], [ -6.723538417896489, 57.956961360703829 ], [ -6.723575397489665, 57.95615041215234 ] ] ], [ [ [ -7.120592516699644, 57.942851605477152 ], [ -7.121499030055111, 57.942446087591925 ], [ -7.122545132389781, 57.94248480359996 ], [ -7.123576158677274, 57.943009991909257 ], [ -7.123427003590129, 57.943209468334679 ], [ -7.121824439340894, 57.943184242591045 ], [ -7.120592516699644, 57.942851605477152 ] ] ], [ [ [ -8.494792508788109, 57.879308795500059 ], [ -8.498010344311298, 57.879057898027916 ], [ -8.49765675706637, 57.881260332451426 ], [ -8.496747034687704, 57.882072694592644 ], [ -8.495918413498044, 57.881885580483313 ], [ -8.494170813660705, 57.880498158763984 ], [ -8.493997896062272, 57.879682876911346 ], [ -8.494792508788109, 57.879308795500059 ] ] ], [ [ [ -7.128141945676825, 57.946658395851628 ], [ -7.129561058304846, 57.946582995639289 ], [ -7.129806114846395, 57.947112940782006 ], [ -7.128208042520917, 57.94700213204495 ], [ -7.128141945676825, 57.946658395851628 ] ] ], [ [ [ -7.002801482600916, 57.952259173692326 ], [ -7.003048883858692, 57.951970510533656 ], [ -7.00352075673463, 57.951956392528238 ], [ -7.003307081891119, 57.952486642007685 ], [ -7.002801482600916, 57.952259173692326 ] ] ], [ [ [ -6.986073890582074, 57.954029037371924 ], [ -6.985870480105533, 57.953479233890469 ], [ -6.987131269152183, 57.953479144210355 ], [ -6.986731247873496, 57.954070667879797 ], [ -6.986073890582074, 57.954029037371924 ] ] ], [ [ [ -7.010350731048827, 57.954570251447123 ], [ -7.009639278929837, 57.954202491840157 ], [ -7.010292282244862, 57.954212683497573 ], [ -7.010350731048827, 57.954570251447123 ] ] ], [ [ [ -7.044854116544786, 57.958978571153693 ], [ -7.045184858484488, 57.958322119547049 ], [ -7.045746392622354, 57.958403247563908 ], [ -7.045183088511892, 57.958610098328201 ], [ -7.04614608355472, 57.958657259731829 ], [ -7.045562620790421, 57.958720959976688 ], [ -7.046162994719342, 57.95913793400004 ], [ -7.045473034371001, 57.959286845076171 ], [ -7.044854116544786, 57.958978571153693 ] ] ], [ [ [ -7.04697815750357, 57.958916558201921 ], [ -7.046695428454741, 57.958711877258821 ], [ -7.048080863605888, 57.958994134047806 ], [ -7.047077353045673, 57.959380462485036 ], [ -7.046241261207523, 57.959152814255383 ], [ -7.04697815750357, 57.958916558201921 ] ] ], [ [ [ -7.045092583854609, 57.959409945079472 ], [ -7.046164835617923, 57.959331299316233 ], [ -7.046953583544331, 57.959583324980628 ], [ -7.04602619593218, 57.96002959519555 ], [ -7.045492509305833, 57.959605468734914 ], [ -7.045092583854609, 57.959409945079472 ] ] ], [ [ [ -7.049533080143391, 57.96011045353324 ], [ -7.04752107903777, 57.959466271167535 ], [ -7.048805588769032, 57.95957259426828 ], [ -7.049533080143391, 57.96011045353324 ] ] ], [ [ [ -7.00149856778047, 57.962144145648423 ], [ -7.001566778273318, 57.96184455927213 ], [ -7.001846511787376, 57.962211397152892 ], [ -7.00149856778047, 57.962144145648423 ] ] ], [ [ [ -7.001520259860539, 57.962966503926538 ], [ -7.00199537277213, 57.962853301750918 ], [ -7.003055410879404, 57.962928454427583 ], [ -7.003453313474856, 57.96323214860675 ], [ -7.002029455536563, 57.963279309176102 ], [ -7.002340885093822, 57.963145569851484 ], [ -7.001520259860539, 57.962966503926538 ] ] ], [ [ [ -6.450449856913673, 57.988076419940306 ], [ -6.450183932549225, 57.987708005204965 ], [ -6.450513572993607, 57.987907802803271 ], [ -6.450449856913673, 57.988076419940306 ] ] ], [ [ [ -7.072582775766865, 57.965092887997372 ], [ -7.071905793254819, 57.964616111745329 ], [ -7.072633109003084, 57.964730982938384 ], [ -7.072582775766865, 57.965092887997372 ] ] ], [ [ [ -7.069316683222939, 57.964265254393815 ], [ -7.070041120641487, 57.964060851461831 ], [ -7.070729313974743, 57.964258272626253 ], [ -7.07110947761433, 57.965030336854745 ], [ -7.070107253374608, 57.965245849792758 ], [ -7.070859349097, 57.965715133823018 ], [ -7.069782327528254, 57.965222848436959 ], [ -7.069316683222939, 57.964265254393815 ] ] ], [ [ [ -7.073344673417151, 57.965750709415822 ], [ -7.073247739507947, 57.96548466737655 ], [ -7.07406223901837, 57.965677019528911 ], [ -7.073344673417151, 57.965750709415822 ] ] ], [ [ [ -6.428131489270572, 57.996915025130917 ], [ -6.428701587565367, 57.996868163101936 ], [ -6.429540423365661, 57.997418992249983 ], [ -6.42836655017158, 57.997172138947818 ], [ -6.428131489270572, 57.996915025130917 ] ] ], [ [ [ -7.097501507971085, 57.974355451584401 ], [ -7.097524005450978, 57.974156603595048 ], [ -7.098312155179309, 57.974399352574046 ], [ -7.098092198863832, 57.974579144104936 ], [ -7.097501507971085, 57.974355451584401 ] ] ], [ [ [ -7.092531325596788, 57.975666255123201 ], [ -7.092292173133242, 57.975234981710493 ], [ -7.093574609901476, 57.975916786226634 ], [ -7.092531325596788, 57.975666255123201 ] ] ], [ [ [ -7.102100535722332, 57.975196274437245 ], [ -7.103163302139674, 57.974870105122321 ], [ -7.103920638839915, 57.975015087647755 ], [ -7.102803509544561, 57.975613374682524 ], [ -7.102100535722332, 57.975196274437245 ] ] ], [ [ [ -7.096481761202853, 57.975876504465575 ], [ -7.096816565065767, 57.975611124888673 ], [ -7.097986103660761, 57.976153463742378 ], [ -7.097039782971108, 57.976227479087406 ], [ -7.096481761202853, 57.975876504465575 ] ] ], [ [ [ -6.440684569440215, 58.004440540269492 ], [ -6.438091107312779, 58.004292864876874 ], [ -6.437017297575415, 58.004582206738185 ], [ -6.43658024507628, 58.003994902064477 ], [ -6.433414598862112, 58.00442472325058 ], [ -6.431499909556821, 58.004217242619326 ], [ -6.430413490813565, 58.004610393801407 ], [ -6.428291338569471, 58.004095326544736 ], [ -6.425256650771544, 58.004488898021052 ], [ -6.424820169669033, 58.004863848580385 ], [ -6.420131336033648, 58.005445320978815 ], [ -6.419186695185303, 58.004380982275592 ], [ -6.420013566618296, 58.003943001706311 ], [ -6.419388068410878, 58.003267770089963 ], [ -6.418899734556065, 58.002880053223485 ], [ -6.417095283304342, 58.002466168604187 ], [ -6.414995317554755, 58.000960827288004 ], [ -6.413235658416287, 57.998710658164768 ], [ -6.413395459342408, 57.99815200386351 ], [ -6.412487284433195, 57.998273498238134 ], [ -6.412246965303853, 57.99790412119701 ], [ -6.4132312447397, 57.997438230240633 ], [ -6.414885210347361, 57.998145188009985 ], [ -6.414773621912127, 57.997515024539467 ], [ -6.415396049993843, 57.997205591568218 ], [ -6.417610869781667, 57.99696667868534 ], [ -6.419142949883851, 57.997920647918683 ], [ -6.419883830049295, 57.997404715405096 ], [ -6.419567007332549, 57.996759213663978 ], [ -6.420191432862338, 57.997083731414577 ], [ -6.42025599925577, 57.996852148541471 ], [ -6.423107880330616, 57.998753912656397 ], [ -6.427034777571521, 57.998387740174714 ], [ -6.428394553775794, 57.999657889542938 ], [ -6.429181621640471, 57.999652924778616 ], [ -6.429212646969583, 57.999287602201356 ], [ -6.429698513976717, 57.999517978927116 ], [ -6.429341239695352, 57.999984617273128 ], [ -6.430471816020402, 58.000291432539619 ], [ -6.430816940253491, 58.000958408307234 ], [ -6.431712526030854, 58.001282405573427 ], [ -6.431599877014017, 58.000440937836508 ], [ -6.430415099439082, 57.999627884964831 ], [ -6.430730551581175, 57.998960346394412 ], [ -6.429922856345007, 57.997634988380902 ], [ -6.430854104684987, 57.997768880113902 ], [ -6.431161894927455, 57.996971199953585 ], [ -6.432097458297829, 57.998166177530983 ], [ -6.433011539921346, 57.998161252027849 ], [ -6.434003815950556, 57.998787639746048 ], [ -6.434554205662976, 57.998102892927207 ], [ -6.435710284635685, 57.99861562406695 ], [ -6.436082442728464, 57.998269859736595 ], [ -6.438103048935971, 57.998855793103807 ], [ -6.439243313256844, 57.998011005728145 ], [ -6.438007211822708, 57.997604529693668 ], [ -6.438634959753752, 57.99699800225418 ], [ -6.438836499202393, 57.997530576154233 ], [ -6.439692850382512, 57.997401709014817 ], [ -6.441529118056591, 57.999095755919313 ], [ -6.442247691067476, 57.999016659276414 ], [ -6.442774030912933, 57.998139351002784 ], [ -6.443571233565983, 57.998489191555642 ], [ -6.444219847248401, 57.997778477428938 ], [ -6.44681813505736, 58.000286691781412 ], [ -6.44703144164612, 57.999685638913263 ], [ -6.448260361284622, 57.999692062845746 ], [ -6.449221222773336, 58.000948997350818 ], [ -6.449549737610272, 58.000798084904552 ], [ -6.449962551243406, 58.001120883857084 ], [ -6.44879886401175, 58.001503415937862 ], [ -6.447132073374901, 58.001381921813163 ], [ -6.44644622998062, 58.003020303354802 ], [ -6.44711430859509, 58.003761373940222 ], [ -6.444765551699719, 58.003947025965779 ], [ -6.443860668361576, 58.004504821777175 ], [ -6.443923029659373, 58.004938832576535 ], [ -6.442570552281169, 58.005098570840659 ], [ -6.440684569440215, 58.004440540269492 ] ] ], [ [ [ -6.435820200735433, 58.007362582193061 ], [ -6.43454686016158, 58.006521176819632 ], [ -6.436257914264983, 58.006519880453546 ], [ -6.436855028231917, 58.006894741743821 ], [ -6.436882690859579, 58.007527826194661 ], [ -6.435820200735433, 58.007362582193061 ] ] ], [ [ [ -6.381659088193866, 58.009134651096439 ], [ -6.382321150939482, 58.009075837155564 ], [ -6.382416606050874, 58.009301873844578 ], [ -6.38155350479633, 58.009448563282298 ], [ -6.381659088193866, 58.009134651096439 ] ] ], [ [ [ -6.440237050646911, 58.008139085896346 ], [ -6.439554584523288, 58.00728156615066 ], [ -6.440474248341302, 58.007456269643107 ], [ -6.440237050646911, 58.008139085896346 ] ] ], [ [ [ -7.266060611101483, 57.976418145064322 ], [ -7.267675434045372, 57.976342091459337 ], [ -7.268182097057823, 57.976734980171656 ], [ -7.267894998837388, 57.976913377071128 ], [ -7.266391806186978, 57.97682732399133 ], [ -7.266060611101483, 57.976418145064322 ] ] ], [ [ [ -6.437037885906149, 58.008232901224723 ], [ -6.437358638985339, 58.008086790923407 ], [ -6.437683321710504, 58.008655536225376 ], [ -6.437037885906149, 58.008232901224723 ] ] ], [ [ [ -7.262247451750931, 57.977440257640126 ], [ -7.26253091067822, 57.977064058664709 ], [ -7.263290467089642, 57.977046040215981 ], [ -7.262247451750931, 57.977440257640126 ] ] ], [ [ [ -7.264143795455417, 57.977550537490522 ], [ -7.263644266332706, 57.977148338916535 ], [ -7.264246519586001, 57.97715483953003 ], [ -7.264143795455417, 57.977550537490522 ] ] ], [ [ [ -7.260747909149854, 57.977551952349636 ], [ -7.261646022537503, 57.976920799820142 ], [ -7.261995558602174, 57.977743158458708 ], [ -7.260747909149854, 57.977551952349636 ] ] ], [ [ [ -6.436802607704847, 58.008726776280696 ], [ -6.437110381760015, 58.008612597820502 ], [ -6.437247283946213, 58.0095116748276 ], [ -6.436802607704847, 58.008726776280696 ] ] ], [ [ [ -7.096778890246543, 57.991704569081982 ], [ -7.097233453025011, 57.991267929062964 ], [ -7.097804753295343, 57.991591380461777 ], [ -7.097076824466907, 57.992012011171425 ], [ -7.096778890246543, 57.991704569081982 ] ] ], [ [ [ -7.113944338997499, 57.991399924782456 ], [ -7.114420903093705, 57.991201666002304 ], [ -7.114106661703308, 57.991551739588417 ], [ -7.113944338997499, 57.991399924782456 ] ] ], [ [ [ -6.462077191068261, 58.015814307377333 ], [ -6.461388216463635, 58.014570388285243 ], [ -6.46130355101894, 58.015522203219724 ], [ -6.460227194975536, 58.015384624492668 ], [ -6.460013854521646, 58.015576487342059 ], [ -6.457367535017044, 58.011815561548829 ], [ -6.457964316184758, 58.011709176585647 ], [ -6.460625606397532, 58.012735464638254 ], [ -6.460883770699728, 58.013310992073677 ], [ -6.462588101919777, 58.014271916240027 ], [ -6.463833640932903, 58.016512567810942 ], [ -6.463265461613305, 58.016644955324189 ], [ -6.462077191068261, 58.015814307377333 ] ] ], [ [ [ -7.095585233486934, 57.993138112865594 ], [ -7.095562236573929, 57.992738650472198 ], [ -7.096110401462385, 57.992721136063089 ], [ -7.096074934358866, 57.993185928469956 ], [ -7.095585233486934, 57.993138112865594 ] ] ], [ [ [ -7.096481674481955, 57.993246071602087 ], [ -7.09673748937909, 57.992484510738294 ], [ -7.097032103865748, 57.992828076187926 ], [ -7.096481674481955, 57.993246071602087 ] ] ], [ [ [ -6.723270433326196, 58.007235769431063 ], [ -6.720049436562054, 58.004914248952609 ], [ -6.716078895353458, 57.999280590400062 ], [ -6.715753347717565, 57.998211462857931 ], [ -6.714377421794445, 57.997476386490916 ], [ -6.712870550138482, 57.994279684268164 ], [ -6.713266947454877, 57.99362361221425 ], [ -6.712855669470928, 57.992905775857082 ], [ -6.714219493106825, 57.99195561864385 ], [ -6.714026777993293, 57.991559791727845 ], [ -6.71464850923648, 57.991586175227411 ], [ -6.715433100185709, 57.990405649751331 ], [ -6.716665910582985, 57.990377838195933 ], [ -6.717128943067874, 57.990099771824873 ], [ -6.716851721411125, 57.987802807784739 ], [ -6.717466160051996, 57.987388682636329 ], [ -6.718045174638078, 57.987605534571259 ], [ -6.718677803008041, 57.986686995894779 ], [ -6.719159819626721, 57.986938931768464 ], [ -6.719385993784083, 57.98653473364346 ], [ -6.720035036777182, 57.98689739360087 ], [ -6.722210759065109, 57.986713022934303 ], [ -6.723778419912463, 57.985552775159924 ], [ -6.725224195221585, 57.985728338437845 ], [ -6.725830243651575, 57.986214006071407 ], [ -6.726898150570183, 57.988081232803779 ], [ -6.729168800011474, 57.989692260016717 ], [ -6.733760443130987, 57.994673604798855 ], [ -6.738305929875976, 57.996826610527812 ], [ -6.739691837174084, 57.998477687648361 ], [ -6.74077988184739, 58.001345248259817 ], [ -6.739051291561959, 58.004144357631759 ], [ -6.736614890556637, 58.005759077062805 ], [ -6.735299661884174, 58.006179640567538 ], [ -6.734176882292022, 58.005941756117522 ], [ -6.733914185717452, 58.006223208110526 ], [ -6.733285316970643, 58.006093733446797 ], [ -6.732446962876846, 58.006622421860939 ], [ -6.725785776968297, 58.007894177662877 ], [ -6.723270433326196, 58.007235769431063 ] ] ], [ [ [ -6.460354725321466, 58.016135621368875 ], [ -6.460707521897766, 58.015974835757646 ], [ -6.461599355957573, 58.016806914509878 ], [ -6.461296129602597, 58.017501089929439 ], [ -6.460354725321466, 58.016135621368875 ] ] ], [ [ [ -7.28421008400576, 57.985372814388583 ], [ -7.283209578791501, 57.983587768068524 ], [ -7.285404252374058, 57.983478345319924 ], [ -7.284110405104114, 57.982861851528803 ], [ -7.286457214700489, 57.982521105755247 ], [ -7.286071607177488, 57.982433691307499 ], [ -7.286801802439654, 57.981183944221968 ], [ -7.287923518480528, 57.980520779438372 ], [ -7.292291618070479, 57.98176489312317 ], [ -7.292197661499505, 57.982389721756441 ], [ -7.293663066708207, 57.982733515423881 ], [ -7.293048964037671, 57.983964965186509 ], [ -7.293484578126709, 57.983874798142814 ], [ -7.294174741152724, 57.984417412087716 ], [ -7.294076240791812, 57.984610495426274 ], [ -7.293362075116058, 57.984478322532624 ], [ -7.293583067606835, 57.984941531407586 ], [ -7.293097891170813, 57.984925782376756 ], [ -7.293710554905505, 57.98511618492126 ], [ -7.292891258358136, 57.985132375224126 ], [ -7.292456339916569, 57.985456476343991 ], [ -7.290636568678284, 57.985122946877048 ], [ -7.290712555809825, 57.985407734932551 ], [ -7.289253705739378, 57.985338090733102 ], [ -7.285802458361236, 57.984798049853062 ], [ -7.288217702749936, 57.985894206442417 ], [ -7.287233978940616, 57.986173675326008 ], [ -7.285137531030673, 57.985802106097942 ], [ -7.285081067251704, 57.985534499673093 ], [ -7.285854980498219, 57.985497754724086 ], [ -7.28421008400576, 57.985372814388583 ] ] ], [ [ [ -7.090494156873094, 58.003383545427859 ], [ -7.090689492802133, 58.003029310741667 ], [ -7.090999383366105, 58.003241815733034 ], [ -7.090494156873094, 58.003383545427859 ] ] ], [ [ [ -7.110860710328831, 58.002574028342025 ], [ -7.110490873211673, 58.001824131610988 ], [ -7.112006350901148, 58.001992534823202 ], [ -7.111948892278103, 58.002539199981832 ], [ -7.110860710328831, 58.002574028342025 ] ] ], [ [ [ -7.12109663150658, 58.005054135501908 ], [ -7.120823620173918, 58.004390331994465 ], [ -7.121520993642853, 58.004762585452198 ], [ -7.12133536515395, 58.005300933835933 ], [ -7.12109663150658, 58.005054135501908 ] ] ], [ [ [ -7.12740184860086, 58.007773281473312 ], [ -7.128269789841548, 58.00773821580831 ], [ -7.128491299324105, 58.008278121344155 ], [ -7.127981957245128, 58.008627114216843 ], [ -7.126618274332663, 58.008574230219786 ], [ -7.12740184860086, 58.007773281473312 ] ] ], [ [ [ -7.139326487193758, 58.010660629744308 ], [ -7.139707616849781, 58.010127829291235 ], [ -7.140053561387326, 58.01029377447442 ], [ -7.139326487193758, 58.010660629744308 ] ] ], [ [ [ -7.15151471499111, 58.009950591757942 ], [ -7.153547234257324, 58.009409194186802 ], [ -7.152637365352379, 58.009977004014232 ], [ -7.152775870171039, 58.010232316982915 ], [ -7.152239772745106, 58.010276574130778 ], [ -7.15151471499111, 58.009950591757942 ] ] ], [ [ [ -7.160217062768949, 58.013632615899425 ], [ -7.160844678910416, 58.013458635354525 ], [ -7.160649139349895, 58.014159418708495 ], [ -7.160186332677381, 58.014065761039305 ], [ -7.160217062768949, 58.013632615899425 ] ] ], [ [ [ -7.158311315102739, 58.01540616530913 ], [ -7.158622829621933, 58.013887270754417 ], [ -7.159398466147415, 58.01442170928194 ], [ -7.158311315102739, 58.01540616530913 ] ] ], [ [ [ -6.691190863536752, 58.033188317941708 ], [ -6.691571672911496, 58.032601271637645 ], [ -6.692298310587635, 58.032930636426052 ], [ -6.692024621132811, 58.033493939605947 ], [ -6.691190863536752, 58.033188317941708 ] ] ], [ [ [ -7.158150865987523, 58.016879329566315 ], [ -7.158049311966868, 58.016528042402747 ], [ -7.158191908863311, 58.016576234917942 ], [ -7.158150865987523, 58.016879329566315 ] ] ], [ [ [ -7.089254305977978, 58.024446670366437 ], [ -7.090747618080456, 58.022191439160537 ], [ -7.093761103619235, 58.022632908891723 ], [ -7.095239794786997, 58.023608277570027 ], [ -7.094246424668037, 58.026513816709503 ], [ -7.093075806513883, 58.026272861734412 ], [ -7.092882630176758, 58.025452848905914 ], [ -7.090530901185525, 58.025313227134113 ], [ -7.089254305977978, 58.024446670366437 ] ] ], [ [ [ -7.167255830741047, 58.023387896242951 ], [ -7.16746622239754, 58.022614513387921 ], [ -7.167938213004732, 58.022770758950763 ], [ -7.16765519635309, 58.023569593751041 ], [ -7.167255830741047, 58.023387896242951 ] ] ], [ [ [ -7.088637633754892, 58.026189887461712 ], [ -7.089526233983618, 58.02587985084002 ], [ -7.089246380949772, 58.02677281223859 ], [ -7.088637633754892, 58.026189887461712 ] ] ], [ [ [ -7.095252026777018, 58.026073080600391 ], [ -7.095555119757813, 58.025701020043257 ], [ -7.096760873545309, 58.025891055777414 ], [ -7.095800442380731, 58.026707883431108 ], [ -7.095252026777018, 58.026073080600391 ] ] ], [ [ [ -7.167692507715167, 58.024355389013259 ], [ -7.168073322924542, 58.023880995590154 ], [ -7.168513616533309, 58.023876567977055 ], [ -7.168258588941911, 58.024399829441705 ], [ -7.167692507715167, 58.024355389013259 ] ] ], [ [ [ -7.167676786219777, 58.024774430120033 ], [ -7.167985573490351, 58.024446934983892 ], [ -7.168069529966667, 58.025379296502528 ], [ -7.167676786219777, 58.024774430120033 ] ] ], [ [ [ -7.069072887567239, 58.029041849531133 ], [ -7.070313624966466, 58.028821363867223 ], [ -7.07037501208278, 58.029313762358228 ], [ -7.069204073780287, 58.029607938449274 ], [ -7.069072887567239, 58.029041849531133 ] ] ], [ [ [ -7.065838791682963, 58.027942792958697 ], [ -7.066712305512009, 58.02776398416411 ], [ -7.067678533590175, 58.027999841075193 ], [ -7.066889377373982, 58.028773607224082 ], [ -7.067294403253175, 58.029895596488139 ], [ -7.065893981354308, 58.028930287585077 ], [ -7.065838791682963, 58.027942792958697 ] ] ], [ [ [ -7.167041618582085, 58.025601093262196 ], [ -7.165542700615586, 58.024793795309499 ], [ -7.165184678077535, 58.024956826602299 ], [ -7.164870390022901, 58.02448372868966 ], [ -7.165363419449971, 58.024022774839878 ], [ -7.165488990297644, 58.024539541619838 ], [ -7.167189552001804, 58.025392620323004 ], [ -7.166966784333288, 58.026256484472569 ], [ -7.167041618582085, 58.025601093262196 ] ] ], [ [ [ -7.170038471800979, 58.026855765459537 ], [ -7.171389473306376, 58.026170890029015 ], [ -7.171893924817515, 58.026433775012507 ], [ -7.170038471800979, 58.026855765459537 ] ] ], [ [ [ -6.667957680902067, 58.045931787972201 ], [ -6.668364969665741, 58.045543537065704 ], [ -6.66922372085615, 58.046078661381756 ], [ -6.668463061615934, 58.04648889350706 ], [ -6.667957680902067, 58.045931787972201 ] ] ], [ [ [ -7.167151246771191, 58.030522965394226 ], [ -7.167286997161965, 58.029995564269605 ], [ -7.169639272815543, 58.030075268292336 ], [ -7.167151246771191, 58.030522965394226 ] ] ], [ [ [ -7.167465512796064, 58.031288491355461 ], [ -7.168564290656454, 58.031027818933552 ], [ -7.168395557837092, 58.031327118490339 ], [ -7.167465512796064, 58.031288491355461 ] ] ], [ [ [ -7.132894204587907, 58.038062340355374 ], [ -7.132015649085152, 58.037733443776325 ], [ -7.132024091099725, 58.038205479106409 ], [ -7.131322806435767, 58.038224820535731 ], [ -7.130809397013654, 58.037957640572976 ], [ -7.131181363255306, 58.037771656054353 ], [ -7.130389489521888, 58.037632695409975 ], [ -7.130532230126154, 58.037150053702192 ], [ -7.129788133429123, 58.037638993774742 ], [ -7.128389815863615, 58.036998156083634 ], [ -7.127782431833294, 58.0371396529492 ], [ -7.12801843965002, 58.037660982436918 ], [ -7.126577631214223, 58.037255779344783 ], [ -7.126223324184433, 58.035200631667479 ], [ -7.126832617716735, 58.034635276785323 ], [ -7.127605758686863, 58.034667942424107 ], [ -7.127881823110602, 58.034404861066768 ], [ -7.126998558775799, 58.034278569593525 ], [ -7.126818964275481, 58.033795450675662 ], [ -7.125553487918763, 58.03336966449875 ], [ -7.125315985467346, 58.032600958067611 ], [ -7.124541846706583, 58.032407262800774 ], [ -7.123623965103643, 58.033281079634207 ], [ -7.122891415337955, 58.033436602120872 ], [ -7.121681239049293, 58.033336959535013 ], [ -7.121308762162215, 58.033046064859469 ], [ -7.12034033711568, 58.033295662704603 ], [ -7.11882216875856, 58.032916891032741 ], [ -7.118647177853475, 58.032465069315421 ], [ -7.117957322317657, 58.032681825047391 ], [ -7.11763642819771, 58.032217887769718 ], [ -7.117305015330591, 58.03256865276154 ], [ -7.116237363220635, 58.031509475030859 ], [ -7.115657986308593, 58.031964700623931 ], [ -7.115433728799946, 58.031168454875335 ], [ -7.115207767453829, 58.030952619251565 ], [ -7.115025669493181, 58.031220883689556 ], [ -7.114634276507083, 58.030678802107253 ], [ -7.113733787164828, 58.031853259365953 ], [ -7.112527139686577, 58.0313035128111 ], [ -7.112459345219006, 58.031481694222883 ], [ -7.110830246151049, 58.031061409786581 ], [ -7.110419788419011, 58.030682039441729 ], [ -7.111343721427054, 58.030500890008049 ], [ -7.110300919529863, 58.030443890629606 ], [ -7.107499914189463, 58.028766087873848 ], [ -7.107558619400978, 58.02828685901509 ], [ -7.106151027889722, 58.026863386124433 ], [ -7.106520736903694, 58.025593367155146 ], [ -7.105998009003287, 58.025614390098553 ], [ -7.104895846737841, 58.023359852596819 ], [ -7.104725794390519, 58.022525425436847 ], [ -7.105255597640442, 58.021901290580843 ], [ -7.103807612881156, 58.02013302127073 ], [ -7.103739015504302, 58.019177547690923 ], [ -7.1024376764947, 58.018613531048693 ], [ -7.103451005166046, 58.017160195215176 ], [ -7.103035054592394, 58.016146705557873 ], [ -7.103329571830385, 58.014290383408479 ], [ -7.102584193076587, 58.013344121498186 ], [ -7.102718603657833, 58.012717892880723 ], [ -7.099172926035067, 58.011915641867184 ], [ -7.099847632045273, 58.010441745515443 ], [ -7.099645488644068, 58.009666188648296 ], [ -7.099026781716325, 58.00935723909285 ], [ -7.100896149712994, 58.007203715576715 ], [ -7.100416895304615, 58.006695723745068 ], [ -7.100579975898805, 58.005557289636577 ], [ -7.10306225751558, 58.005171390898191 ], [ -7.10317205010963, 58.004467872417699 ], [ -7.105506794411998, 58.004770765048306 ], [ -7.105980198947506, 58.004335136858934 ], [ -7.106186470011074, 58.004984555380602 ], [ -7.1064602244123, 58.004622639116036 ], [ -7.107674070305467, 58.004529707818691 ], [ -7.108516106740278, 58.003957767322632 ], [ -7.109041895045744, 58.004185834104931 ], [ -7.110143068165923, 58.003648437847815 ], [ -7.110949658479153, 58.004050539514601 ], [ -7.111025265569912, 58.003251213659205 ], [ -7.113549491046269, 58.002947090716368 ], [ -7.113761714598874, 58.00312748824016 ], [ -7.114617324074817, 58.002710614665148 ], [ -7.115045508807529, 58.003156732139516 ], [ -7.115193133237725, 58.002885354551097 ], [ -7.115660053936645, 58.003068979833898 ], [ -7.115891904091586, 58.003505013350868 ], [ -7.115975859586236, 58.002966274437128 ], [ -7.116772348472663, 58.00296565664982 ], [ -7.117612249548966, 58.003327684848514 ], [ -7.118882800592991, 58.004981486539521 ], [ -7.119527766622715, 58.004928479396291 ], [ -7.120444116991417, 58.004225691815442 ], [ -7.121019855892098, 58.005228187518064 ], [ -7.120414894314886, 58.005383060474614 ], [ -7.120712206591467, 58.005861433879936 ], [ -7.119843762216131, 58.005833485943668 ], [ -7.119796099872569, 58.0060333553647 ], [ -7.121173529559904, 58.005946292843724 ], [ -7.121097674720163, 58.00671864736686 ], [ -7.12152634122132, 58.006575384386416 ], [ -7.121669736008665, 58.006866518610678 ], [ -7.121754692788023, 58.006453699869823 ], [ -7.122141371143603, 58.006609049682737 ], [ -7.122199329388986, 58.007605443762962 ], [ -7.122815056836088, 58.007229687328824 ], [ -7.123261438068088, 58.007742528406965 ], [ -7.122456278587118, 58.008215908129017 ], [ -7.123838573305333, 58.009167845610868 ], [ -7.127399806746253, 58.009532400100099 ], [ -7.127931705164828, 58.009281472681401 ], [ -7.127642159104282, 58.009153706958628 ], [ -7.128781339437489, 58.008941224402534 ], [ -7.128321472185219, 58.009576143561731 ], [ -7.129418440526472, 58.009423845686015 ], [ -7.129633178008436, 58.009739082531262 ], [ -7.130150256701673, 58.008971379867916 ], [ -7.130858754806513, 58.008947240297722 ], [ -7.131635602543628, 58.009635646820165 ], [ -7.131435901828721, 58.010134092551745 ], [ -7.133706476548905, 58.009713862829422 ], [ -7.133554806989714, 58.010664752025228 ], [ -7.132943311367062, 58.010833444599079 ], [ -7.133619102557241, 58.01105355006726 ], [ -7.132540642981862, 58.011394085922383 ], [ -7.13290454665099, 58.01168529115818 ], [ -7.134974843296425, 58.010814258209706 ], [ -7.13618843853346, 58.010706670956544 ], [ -7.136592646890795, 58.010924253766426 ], [ -7.137390677314586, 58.010343097411059 ], [ -7.138481127239476, 58.01020448107829 ], [ -7.139360490175623, 58.010956177099089 ], [ -7.139799761861433, 58.010591978607366 ], [ -7.140396528999263, 58.010792754537661 ], [ -7.14030758194373, 58.011471184739499 ], [ -7.142239499838908, 58.01070010832413 ], [ -7.142880091928782, 58.011146534841927 ], [ -7.143003277399608, 58.010529698355789 ], [ -7.143641899620693, 58.011610540808235 ], [ -7.144081010689329, 58.011363303604568 ], [ -7.143720363515007, 58.010977520176603 ], [ -7.144925687968811, 58.010694728041358 ], [ -7.14552126909304, 58.010180208358101 ], [ -7.14612484912581, 58.010074758466168 ], [ -7.146409200047679, 58.010283674119293 ], [ -7.14590574357736, 58.010731479172257 ], [ -7.146645220637155, 58.010863456538836 ], [ -7.146973219575532, 58.010197819692799 ], [ -7.148902561668837, 58.009174803517112 ], [ -7.150222012855444, 58.009449689205411 ], [ -7.150232997054801, 58.008760914129361 ], [ -7.151168495095911, 58.008547493694103 ], [ -7.151895453851458, 58.008886896784389 ], [ -7.153428393369582, 58.008878651009503 ], [ -7.153410016685092, 58.009162827521088 ], [ -7.151372747806427, 58.009965351476204 ], [ -7.15521778317261, 58.011766260178206 ], [ -7.155197485846378, 58.012037018547076 ], [ -7.156649386387701, 58.012229980285603 ], [ -7.157744339564436, 58.013062778874328 ], [ -7.158020626987738, 58.012862597699247 ], [ -7.158276704490425, 58.013814957939452 ], [ -7.157618297049206, 58.016361100420333 ], [ -7.1579993372118, 58.017591815348965 ], [ -7.158823010962606, 58.017130947790413 ], [ -7.159589742989573, 58.017509186626384 ], [ -7.160533835659432, 58.017295352066839 ], [ -7.161935373748107, 58.017548792580783 ], [ -7.162954242819525, 58.01937890899503 ], [ -7.164177749259591, 58.019279653576113 ], [ -7.16487693487095, 58.02012849938604 ], [ -7.165775531118882, 58.020244899808219 ], [ -7.164754022263685, 58.020920812624929 ], [ -7.165600149430985, 58.020967366524296 ], [ -7.164104489519861, 58.023291177312899 ], [ -7.164631769321302, 58.023067276075253 ], [ -7.164577896212169, 58.024572109539655 ], [ -7.165191038028704, 58.025235501469361 ], [ -7.166767898559668, 58.025760697941678 ], [ -7.166937496770758, 58.026523113559968 ], [ -7.168182580121368, 58.026571412154794 ], [ -7.168500433971714, 58.026306532128274 ], [ -7.169134578751932, 58.02652815620624 ], [ -7.168515209916775, 58.026701837281962 ], [ -7.169179241146104, 58.026778278502888 ], [ -7.168671790212433, 58.0277257200664 ], [ -7.16969339184025, 58.027108261294863 ], [ -7.170546159539964, 58.027141018740188 ], [ -7.16961677563615, 58.027399313356561 ], [ -7.170366458120409, 58.02736428645953 ], [ -7.170053157313871, 58.027601992195692 ], [ -7.168850717469568, 58.027907391223899 ], [ -7.170651022800635, 58.02780709104335 ], [ -7.170046506271179, 58.028142136342879 ], [ -7.170445940039134, 58.02832382393354 ], [ -7.171068579270568, 58.028114009117949 ], [ -7.171510819386618, 58.028298448952761 ], [ -7.171097357466269, 58.028511008249247 ], [ -7.171473796934844, 58.028511407552621 ], [ -7.171045114541493, 58.028537865861338 ], [ -7.170074280121328, 58.028509918787123 ], [ -7.170306970524969, 58.028945838723864 ], [ -7.171105328647546, 58.028895329198818 ], [ -7.170803040142286, 58.029150583833292 ], [ -7.171402909408566, 58.029252122461074 ], [ -7.16948257571886, 58.029285335582038 ], [ -7.16941172152394, 58.029792101952765 ], [ -7.165379624724429, 58.029942706978112 ], [ -7.165782215350194, 58.030322233680536 ], [ -7.165399466893256, 58.03054925519735 ], [ -7.164790539450318, 58.030385071525167 ], [ -7.164700867401336, 58.030762130110247 ], [ -7.16450120372391, 58.030554303185923 ], [ -7.164153408974728, 58.030905868824419 ], [ -7.163194822323007, 58.030904362971327 ], [ -7.16294887051009, 58.032488986833087 ], [ -7.162329833697981, 58.033018035450858 ], [ -7.160064991641628, 58.032840161041825 ], [ -7.159287876807922, 58.032979713458971 ], [ -7.159277977267291, 58.03326354701381 ], [ -7.15815922434031, 58.033093051971186 ], [ -7.157580405405011, 58.033489973349099 ], [ -7.156412270700142, 58.033447437947693 ], [ -7.156044883862379, 58.031959724295277 ], [ -7.155516981619225, 58.031886683140222 ], [ -7.155136538465581, 58.033305785660048 ], [ -7.154193973056108, 58.033474517648578 ], [ -7.154719953680512, 58.032652362644875 ], [ -7.154393123339053, 58.032562155837439 ], [ -7.153766081105588, 58.033212954508627 ], [ -7.153169370916306, 58.033192183833776 ], [ -7.153155326324352, 58.033741618456631 ], [ -7.150965976934013, 58.034028401574453 ], [ -7.151494500031029, 58.034164421439513 ], [ -7.150982550370215, 58.03437864217647 ], [ -7.151875205800539, 58.034216458935866 ], [ -7.151392138074797, 58.03480741586452 ], [ -7.152096844449443, 58.03445940388103 ], [ -7.1537651556495, 58.034441189681495 ], [ -7.153728227842046, 58.03524349128444 ], [ -7.154159501239831, 58.035351955506172 ], [ -7.152156743015977, 58.034992341084781 ], [ -7.151620085194376, 58.035270551109264 ], [ -7.151963107710345, 58.035414095177551 ], [ -7.15088227196813, 58.035624401757602 ], [ -7.1508521060436, 58.035238721469966 ], [ -7.148897705609409, 58.035979319764309 ], [ -7.147730033096463, 58.035351830328558 ], [ -7.143287736709278, 58.035014470875545 ], [ -7.141122682459728, 58.035471052401604 ], [ -7.14068023173372, 58.036109806559949 ], [ -7.140053473814477, 58.036234152720496 ], [ -7.138550852235725, 58.035930560392977 ], [ -7.13877742367157, 58.036326287752622 ], [ -7.138322903345316, 58.036704587856093 ], [ -7.137344492661633, 58.036330281050532 ], [ -7.136771317744003, 58.037181254698169 ], [ -7.135443959399898, 58.037801794231584 ], [ -7.134909009146755, 58.037620979201584 ], [ -7.134579875366342, 58.037809742150543 ], [ -7.134637206700983, 58.037618473085864 ], [ -7.133642642605259, 58.038194044103157 ], [ -7.132894204587907, 58.038062340355374 ] ] ], [ [ [ -7.127650692911036, 58.038053732186498 ], [ -7.128279370060483, 58.038001352706118 ], [ -7.128284552043335, 58.038451024650428 ], [ -7.127756517302142, 58.038436356812056 ], [ -7.127650692911036, 58.038053732186498 ] ] ], [ [ [ -7.131036693654185, 58.039185632448728 ], [ -7.130765204086718, 58.038949166475632 ], [ -7.131575341629413, 58.039037900463043 ], [ -7.131536065180008, 58.039295920434704 ], [ -7.131036693654185, 58.039185632448728 ] ] ], [ [ [ -6.689002193328816, 58.057490865913927 ], [ -6.688276193496524, 58.057221714988088 ], [ -6.688846470230748, 58.057248349478392 ], [ -6.689002193328816, 58.057490865913927 ] ] ], [ [ [ -7.149446633203373, 58.038786855036577 ], [ -7.152269583420289, 58.038303442490495 ], [ -7.153164396578461, 58.039684284122266 ], [ -7.150128022023584, 58.040041403357826 ], [ -7.149171221566647, 58.039936238753171 ], [ -7.148726780391042, 58.039265930981557 ], [ -7.149446633203373, 58.038786855036577 ] ] ], [ [ [ -7.141256529881142, 58.039995977889625 ], [ -7.140783260713228, 58.039713714225741 ], [ -7.141528469117097, 58.039292144775366 ], [ -7.140994689869852, 58.039178789482072 ], [ -7.14261539372349, 58.039005194959486 ], [ -7.142061575402242, 58.038222326282295 ], [ -7.144964061546015, 58.037407440037555 ], [ -7.144975420786814, 58.037074063843413 ], [ -7.145694410166336, 58.036824486510376 ], [ -7.146240943356982, 58.037144252591517 ], [ -7.147616747437808, 58.037214457251146 ], [ -7.149553274366905, 58.036996475835338 ], [ -7.149317297779917, 58.036830588844175 ], [ -7.15023621463286, 58.037144235310507 ], [ -7.150082113067864, 58.037722742832464 ], [ -7.147952582139319, 58.038132109859532 ], [ -7.148149511450784, 58.038439047544991 ], [ -7.149654209269649, 58.038049619173513 ], [ -7.148643888296794, 58.039102833377591 ], [ -7.148042939377271, 58.038641318432184 ], [ -7.148263029039607, 58.039167761963327 ], [ -7.147229533889544, 58.040649295276069 ], [ -7.145363660960832, 58.040711411831744 ], [ -7.145326516459903, 58.040218041655407 ], [ -7.14395704142313, 58.040192541627292 ], [ -7.143590290080716, 58.039766508514937 ], [ -7.143172650956613, 58.04087214736996 ], [ -7.142135449531869, 58.041328043802785 ], [ -7.140925669600542, 58.041174574752667 ], [ -7.141152944024785, 58.040985420081938 ], [ -7.141287695285114, 58.040566070413369 ], [ -7.142690954663188, 58.03994239608987 ], [ -7.141256529881142, 58.039995977889625 ] ] ], [ [ [ -7.059345238007067, 58.054487002597767 ], [ -7.059752580817682, 58.05436731113965 ], [ -7.060469998276327, 58.054878566407922 ], [ -7.059610815403854, 58.055223192366583 ], [ -7.059345238007067, 58.054487002597767 ] ] ], [ [ [ -7.151791225925802, 58.051747521711498 ], [ -7.153324153537021, 58.051608855639344 ], [ -7.152392496899907, 58.052150526812589 ], [ -7.151893438146674, 58.052161772143002 ], [ -7.151791225925802, 58.051747521711498 ] ] ], [ [ [ -7.169452776568517, 58.054984496531375 ], [ -7.169667689378107, 58.054651826279795 ], [ -7.170340019928609, 58.054781923901885 ], [ -7.169711689740317, 58.055131422003932 ], [ -7.169452776568517, 58.054984496531375 ] ] ], [ [ [ -6.378477057456164, 58.087575960525037 ], [ -6.378542453701098, 58.087209481818647 ], [ -6.379081172599561, 58.087517390743265 ], [ -6.378477057456164, 58.087575960525037 ] ] ], [ [ [ -7.07660363092118, 58.061212251110923 ], [ -7.077093812064907, 58.060958733470216 ], [ -7.077111732585574, 58.061502353948953 ], [ -7.076124649080927, 58.062081633819226 ], [ -7.07660363092118, 58.061212251110923 ] ] ], [ [ [ -6.393446849290108, 58.088275641370373 ], [ -6.393720593814678, 58.088209527114245 ], [ -6.393744858585982, 58.088406542599657 ], [ -6.393446849290108, 58.088275641370373 ] ] ], [ [ [ -6.625605906752734, 58.081021543198084 ], [ -6.626349469706456, 58.080535763930627 ], [ -6.626999736462746, 58.080705486079808 ], [ -6.626589154025816, 58.081336559331227 ], [ -6.625605906752734, 58.081021543198084 ] ] ], [ [ [ -6.387834573602374, 58.089946082310533 ], [ -6.388249786243967, 58.089414641985407 ], [ -6.388618040143195, 58.089812931179736 ], [ -6.38823483705195, 58.090149012669819 ], [ -6.387834573602374, 58.089946082310533 ] ] ], [ [ [ -6.394674667434167, 58.090385333162473 ], [ -6.394082358681187, 58.090071244002331 ], [ -6.394592971750128, 58.090121952534382 ], [ -6.394674667434167, 58.090385333162473 ] ] ], [ [ [ -6.607029743790675, 58.083296105131595 ], [ -6.607382984745642, 58.082901938248853 ], [ -6.607778231727221, 58.083188032981354 ], [ -6.607371137258593, 58.083585951262826 ], [ -6.607029743790675, 58.083296105131595 ] ] ], [ [ [ -6.622448112667771, 58.083515458437304 ], [ -6.622308587402728, 58.082962865006635 ], [ -6.620491821354017, 58.083685502128944 ], [ -6.62068712285175, 58.083161215753023 ], [ -6.62124487256458, 58.08314094592766 ], [ -6.622049599101175, 58.082405619574637 ], [ -6.622172630133895, 58.082765428737588 ], [ -6.622659287301746, 58.082720753048321 ], [ -6.62291801608455, 58.082293097112711 ], [ -6.624188720079246, 58.081878110998119 ], [ -6.624227115306055, 58.082501840558152 ], [ -6.623397799298083, 58.082523004049612 ], [ -6.623001293332267, 58.082870221674497 ], [ -6.623762180698706, 58.082779592426256 ], [ -6.623664525999603, 58.083336312324981 ], [ -6.6225091767449, 58.083724611796633 ], [ -6.622448112667771, 58.083515458437304 ] ] ], [ [ [ -7.096122326083536, 58.066418581914903 ], [ -7.095557515554908, 58.065851904310058 ], [ -7.094709835580035, 58.066038853798567 ], [ -7.094087328767095, 58.06572191247129 ], [ -7.094121257627165, 58.066197414519031 ], [ -7.093889500334623, 58.065644368671236 ], [ -7.093049477496625, 58.065884984361453 ], [ -7.09285455265448, 58.065411437175491 ], [ -7.092112624727587, 58.065625621075426 ], [ -7.091376589821881, 58.065286224991951 ], [ -7.09160478467808, 58.064624769786626 ], [ -7.091134382454739, 58.064778580976011 ], [ -7.090194616666513, 58.064141431351409 ], [ -7.090709301561865, 58.063405518012125 ], [ -7.091928871555868, 58.063505102613057 ], [ -7.091977672901991, 58.063192736745115 ], [ -7.092653738639789, 58.063885430663355 ], [ -7.093683732525906, 58.063727174332882 ], [ -7.094134201105154, 58.064028521238754 ], [ -7.094183235668435, 58.06306383288014 ], [ -7.09475588335781, 58.063031873113566 ], [ -7.094850399993809, 58.063693891133305 ], [ -7.095102555359284, 58.063854729956226 ], [ -7.095314384474083, 58.063495335735325 ], [ -7.09575930111758, 58.064233274389295 ], [ -7.095562027199, 58.064754039025843 ], [ -7.096475045541357, 58.0643710175462 ], [ -7.096361006191613, 58.065117878982818 ], [ -7.096860678726953, 58.064931382783797 ], [ -7.096122326083536, 58.066418581914903 ] ] ], [ [ [ -6.532675903964566, 58.087793104240035 ], [ -6.533295842456242, 58.087352780807826 ], [ -6.533842696473714, 58.087900814246723 ], [ -6.533157343626548, 58.088026879436697 ], [ -6.532675903964566, 58.087793104240035 ] ] ], [ [ [ -6.624675056385983, 58.084450873305776 ], [ -6.627228544200674, 58.084106125769473 ], [ -6.626645682529187, 58.084783943365714 ], [ -6.624776571345372, 58.08491478259549 ], [ -6.624183839657511, 58.084788047094335 ], [ -6.624675056385983, 58.084450873305776 ] ] ], [ [ [ -6.592581073483002, 58.087955324707892 ], [ -6.592844968711532, 58.087696647903705 ], [ -6.593515840988725, 58.08771019274257 ], [ -6.59366933960272, 58.088018553975651 ], [ -6.592581073483002, 58.087955324707892 ] ] ], [ [ [ -6.381178979545425, 58.095473448921261 ], [ -6.381973539527304, 58.09537413431093 ], [ -6.382698676768233, 58.095677407803002 ], [ -6.381178979545425, 58.095473448921261 ] ] ], [ [ [ -7.092823123794789, 58.069295072928803 ], [ -7.093143903192595, 58.069282215284353 ], [ -7.093032043525721, 58.069628600029773 ], [ -7.092823123794789, 58.069295072928803 ] ] ], [ [ [ -6.429969676978924, 58.094560647483661 ], [ -6.431349441154268, 58.094360595766716 ], [ -6.431460925492269, 58.094779408625442 ], [ -6.430418712308896, 58.094825606637464 ], [ -6.429969676978924, 58.094560647483661 ] ] ], [ [ [ -6.381882689089561, 58.096708269697189 ], [ -6.381924484917787, 58.096495487840059 ], [ -6.382675623448399, 58.096595517311464 ], [ -6.382074566025009, 58.096265485854943 ], [ -6.383006041107551, 58.09638178412834 ], [ -6.383161452405458, 58.096817100439253 ], [ -6.381882689089561, 58.096708269697189 ] ] ], [ [ [ -6.435479374346685, 58.095543200811491 ], [ -6.436199288037133, 58.095117881301348 ], [ -6.436520657941557, 58.095448428703712 ], [ -6.435479374346685, 58.095543200811491 ] ] ], [ [ [ -6.37771294739373, 58.096847336578683 ], [ -6.377419422410138, 58.09625488909613 ], [ -6.375829131951385, 58.096444501927223 ], [ -6.373852229161471, 58.097290404578473 ], [ -6.373046292083264, 58.097228179883153 ], [ -6.373110557673727, 58.096367116675246 ], [ -6.372634012280597, 58.096428464289772 ], [ -6.372286096449118, 58.095945795174707 ], [ -6.372814580134979, 58.09603105172426 ], [ -6.372617248666871, 58.095183477693723 ], [ -6.373277290039795, 58.095372128704511 ], [ -6.372295160176628, 58.094565022537431 ], [ -6.373057007768283, 58.094129641795377 ], [ -6.372537595987217, 58.093009853043135 ], [ -6.372777374435583, 58.091571685911035 ], [ -6.371264165000205, 58.091349403771417 ], [ -6.371381570667306, 58.091129531478749 ], [ -6.372182427588649, 58.091151468860041 ], [ -6.371730833846302, 58.090168742000472 ], [ -6.372820445902978, 58.090814773288869 ], [ -6.373300217129733, 58.090434052428314 ], [ -6.373866394703708, 58.090688878573381 ], [ -6.374478143268182, 58.090276634892412 ], [ -6.374191104957683, 58.090844087488094 ], [ -6.375062780995354, 58.090751155569365 ], [ -6.374492648093467, 58.09101807887501 ], [ -6.374958712418175, 58.091910367504752 ], [ -6.374373184986871, 58.092051913901805 ], [ -6.374745478632087, 58.093010380873601 ], [ -6.377268975976839, 58.093022492905583 ], [ -6.378062011493427, 58.093395400634627 ], [ -6.378655790619666, 58.093321002860428 ], [ -6.378504487145061, 58.095201306950656 ], [ -6.379721208213586, 58.096395995654952 ], [ -6.383534692538964, 58.097366320064893 ], [ -6.383684662769915, 58.097550011273455 ], [ -6.382810993418108, 58.097697027666428 ], [ -6.380525271028211, 58.097618374841367 ], [ -6.378600410129738, 58.097158536956286 ], [ -6.37771294739373, 58.096847336578683 ] ] ], [ [ [ -6.444371745306121, 58.09588934496427 ], [ -6.444177222342165, 58.095486931860222 ], [ -6.444694610602728, 58.095549796510028 ], [ -6.444371745306121, 58.09588934496427 ] ] ], [ [ [ -6.377017238371235, 58.098651940944897 ], [ -6.376423460917654, 58.098519484236249 ], [ -6.377169345262372, 58.098507311878485 ], [ -6.377017238371235, 58.098651940944897 ] ] ], [ [ [ -6.371993704284671, 58.098964079777993 ], [ -6.370312941041408, 58.09834733986041 ], [ -6.372415603905249, 58.098387502759557 ], [ -6.373065815023716, 58.09884179433093 ], [ -6.371993704284671, 58.098964079777993 ] ] ], [ [ [ -6.365305429117431, 58.099067853768773 ], [ -6.36544756332326, 58.098563854243771 ], [ -6.365788681127606, 58.099199658198678 ], [ -6.365305429117431, 58.099067853768773 ] ] ], [ [ [ -6.372045205012543, 58.09924559653696 ], [ -6.371894384222556, 58.099096096221103 ], [ -6.372792975690668, 58.099179426002074 ], [ -6.372045205012543, 58.09924559653696 ] ] ], [ [ [ -6.394749118104521, 58.098515449174158 ], [ -6.394409428049002, 58.098295155538018 ], [ -6.393709893778622, 58.098476702004717 ], [ -6.393483937692178, 58.098228195732631 ], [ -6.394275362097607, 58.097413941930199 ], [ -6.395392010907178, 58.097240463501684 ], [ -6.396100581136701, 58.097683633154794 ], [ -6.394285854732042, 58.09770586328117 ], [ -6.395508425787727, 58.097771545598327 ], [ -6.395968267929983, 58.098263780382382 ], [ -6.395608321914734, 58.098581992415482 ], [ -6.394749118104521, 58.098515449174158 ] ] ], [ [ [ -6.437624028001514, 58.097217650103431 ], [ -6.437680865665206, 58.096514167901105 ], [ -6.43854326024236, 58.096960738836387 ], [ -6.437624028001514, 58.097217650103431 ] ] ], [ [ [ -6.387117546903322, 58.0990144897197 ], [ -6.38508844546654, 58.098675254504919 ], [ -6.385799751711724, 58.098727176519411 ], [ -6.385650159387313, 58.098408574940244 ], [ -6.386371606410048, 58.098266787994802 ], [ -6.387588589839787, 58.098908311217805 ], [ -6.387117546903322, 58.0990144897197 ] ] ], [ [ [ -6.386324734028873, 58.099266660998047 ], [ -6.386033368545439, 58.099038384377586 ], [ -6.386887710949888, 58.099148321998541 ], [ -6.386324734028873, 58.099266660998047 ] ] ], [ [ [ -6.377757920379278, 58.099220009377618 ], [ -6.378134821311042, 58.098761872382561 ], [ -6.377798814965718, 58.098584577329383 ], [ -6.380711529735107, 58.098650684141539 ], [ -6.383129369331212, 58.099250890308724 ], [ -6.382342981297975, 58.099417378476282 ], [ -6.38091821833427, 58.099088733606834 ], [ -6.380530142568245, 58.099524781142577 ], [ -6.37910963428038, 58.099645633038655 ], [ -6.379155507648484, 58.099396739131763 ], [ -6.377757920379278, 58.099220009377618 ] ] ], [ [ [ -6.395516058986227, 58.098935921187305 ], [ -6.395970160256019, 58.098830296436887 ], [ -6.395829542928579, 58.099136432965985 ], [ -6.395516058986227, 58.098935921187305 ] ] ], [ [ [ -6.436537279690734, 58.097903095049681 ], [ -6.436224191415889, 58.097297954460601 ], [ -6.436808887350334, 58.097219103685958 ], [ -6.43713575410696, 58.097661878014023 ], [ -6.438486076280637, 58.097524833263066 ], [ -6.43743381787896, 58.09814612753329 ], [ -6.436537279690734, 58.097903095049681 ] ] ], [ [ [ -7.117812657350674, 58.072812251047786 ], [ -7.119544209096129, 58.072571544653741 ], [ -7.119039030316389, 58.072956298519657 ], [ -7.119975812875333, 58.073094008173484 ], [ -7.118874290849731, 58.073228363006784 ], [ -7.117812657350674, 58.072812251047786 ] ] ], [ [ [ -6.384226784608497, 58.100854350396204 ], [ -6.38417113172185, 58.100608952784526 ], [ -6.383149958231136, 58.100662126979657 ], [ -6.383380019092762, 58.100460844570286 ], [ -6.382646117038905, 58.100225324465463 ], [ -6.384035956692968, 58.099993074009305 ], [ -6.384758011859832, 58.100615706206277 ], [ -6.384226784608497, 58.100854350396204 ] ] ], [ [ [ -6.43578794512979, 58.098365415495664 ], [ -6.436368861380457, 58.098187769637903 ], [ -6.437589962438393, 58.098923121972049 ], [ -6.436664243910529, 58.099333142070627 ], [ -6.436288956117654, 58.098842590386809 ], [ -6.43578794512979, 58.098365415495664 ] ] ], [ [ [ -6.402521892461512, 58.100991468648317 ], [ -6.403094791639925, 58.100953654445966 ], [ -6.402948863301499, 58.101147566350754 ], [ -6.402521892461512, 58.100991468648317 ] ] ], [ [ [ -6.388279389435974, 58.101416101580021 ], [ -6.389090233240879, 58.101379136413819 ], [ -6.388809812959991, 58.101654113550545 ], [ -6.389446337390751, 58.101856986087462 ], [ -6.388922309726962, 58.101947012033015 ], [ -6.388327884193647, 58.101810134592391 ], [ -6.388279389435974, 58.101416101580021 ] ] ], [ [ [ -6.378210827440308, 58.102618264525745 ], [ -6.377129941424533, 58.102061003286877 ], [ -6.377262624767354, 58.100927784699323 ], [ -6.379801066940916, 58.100296325353909 ], [ -6.384865824525298, 58.101147091301797 ], [ -6.385021893543208, 58.100413254924426 ], [ -6.385942154509426, 58.100161195304644 ], [ -6.386647754286907, 58.10044263924614 ], [ -6.38560058694296, 58.100905924757626 ], [ -6.386512524574769, 58.101000390349903 ], [ -6.387856254650203, 58.101911838626634 ], [ -6.388454369535363, 58.101940671237173 ], [ -6.387400078649253, 58.101932068135554 ], [ -6.387136363149046, 58.102273914910626 ], [ -6.386142442601003, 58.101858520742937 ], [ -6.383813158329716, 58.102118671511278 ], [ -6.383852745319957, 58.101887978520473 ], [ -6.383057791111132, 58.102261610662396 ], [ -6.378210827440308, 58.102618264525745 ] ] ], [ [ [ -6.51947294452065, 58.097556525064761 ], [ -6.519186839602179, 58.096773417503918 ], [ -6.517883001180657, 58.096470768245119 ], [ -6.517501958635091, 58.095903288777016 ], [ -6.519372109100043, 58.095728924012214 ], [ -6.520244267115777, 58.095239235732585 ], [ -6.522221371198678, 58.094837075157017 ], [ -6.524754020307521, 58.095065390663308 ], [ -6.526181539746327, 58.095820466804348 ], [ -6.526775542235316, 58.097127751150936 ], [ -6.525301259739203, 58.097597536167974 ], [ -6.523219017285264, 58.097332524967221 ], [ -6.522787115869715, 58.097463007070886 ], [ -6.52301495314995, 58.097692348250909 ], [ -6.521937788939163, 58.097784611503279 ], [ -6.51947294452065, 58.097556525064761 ] ] ], [ [ [ -7.100530458564339, 58.075698008845741 ], [ -7.100974351501236, 58.075536232093896 ], [ -7.101099722660996, 58.075819117661027 ], [ -7.100524831178244, 58.075896178402623 ], [ -7.100530458564339, 58.075698008845741 ] ] ], [ [ [ -6.521570364767462, 58.099053241013777 ], [ -6.52134738577017, 58.098835416830504 ], [ -6.519740516239892, 58.09894379003542 ], [ -6.51977129789991, 58.09827533938607 ], [ -6.521364076300956, 58.098457973410468 ], [ -6.521570364767462, 58.099053241013777 ] ] ], [ [ [ -6.471209752248012, 58.100706581894833 ], [ -6.47065117321291, 58.100492376388964 ], [ -6.469586174412322, 58.100778028444282 ], [ -6.468606284994284, 58.100306106125807 ], [ -6.467345001125868, 58.100543772376149 ], [ -6.467036970323304, 58.10034953234107 ], [ -6.468071657264446, 58.099862607256561 ], [ -6.469076092961876, 58.100164588436897 ], [ -6.471196817258645, 58.099560331974992 ], [ -6.471813820663448, 58.09971222277435 ], [ -6.472153357173933, 58.100306466028684 ], [ -6.471417770711879, 58.101389991026636 ], [ -6.470895350432541, 58.101220383522488 ], [ -6.471209752248012, 58.100706581894833 ] ] ], [ [ [ -6.481140989727191, 58.100991183495815 ], [ -6.484304282415471, 58.100357168557601 ], [ -6.483133644607021, 58.1012339574431 ], [ -6.481887683536051, 58.10133632214761 ], [ -6.481140989727191, 58.100991183495815 ] ] ], [ [ [ -6.476746337402226, 58.101168402466193 ], [ -6.477061005461063, 58.100616801225101 ], [ -6.474713412533174, 58.101335263520085 ], [ -6.47249930967086, 58.101181987954249 ], [ -6.475599213762146, 58.099919957800694 ], [ -6.477763868562574, 58.100058729743942 ], [ -6.478160627331589, 58.100444986870023 ], [ -6.477896110864166, 58.101125235900781 ], [ -6.477027710274652, 58.101663951120536 ], [ -6.475488480073794, 58.101933964590856 ], [ -6.474991521696225, 58.101750886249341 ], [ -6.476746337402226, 58.101168402466193 ] ] ], [ [ [ -7.101651572222179, 58.078608666137917 ], [ -7.101348976859676, 58.07768058038581 ], [ -7.102187078265631, 58.078137294810723 ], [ -7.101651572222179, 58.078608666137917 ] ] ], [ [ [ -7.135943882471011, 58.077492776933298 ], [ -7.135345066897952, 58.076990614720195 ], [ -7.136456941039234, 58.076927681082772 ], [ -7.136194225388734, 58.077226225274387 ], [ -7.136581376978057, 58.077143093966306 ], [ -7.137112091827248, 58.077585020207025 ], [ -7.136542344244311, 58.077756512925426 ], [ -7.135943882471011, 58.077492776933298 ] ] ], [ [ [ -7.102037783216841, 58.080536610131318 ], [ -7.102670944621086, 58.080272756930711 ], [ -7.102969463966418, 58.080697147084749 ], [ -7.102383246660144, 58.080873641121968 ], [ -7.102037783216841, 58.080536610131318 ] ] ], [ [ [ -6.39343022266575, 58.109165951916061 ], [ -6.392013245143023, 58.108904602388648 ], [ -6.390710105485106, 58.109084478574246 ], [ -6.390723544723178, 58.108710791936069 ], [ -6.389918803184439, 58.108522720517364 ], [ -6.389429856011509, 58.107932540766001 ], [ -6.390275807876608, 58.107489660538363 ], [ -6.389681095471861, 58.107420247190227 ], [ -6.390902927972635, 58.10644278053163 ], [ -6.388300122220062, 58.105035194715271 ], [ -6.388047800091743, 58.105331683480813 ], [ -6.385951601578054, 58.104864365719827 ], [ -6.386098028687508, 58.104535558972287 ], [ -6.385399313665917, 58.10437977926653 ], [ -6.385898757732296, 58.10422766320179 ], [ -6.385408599976809, 58.103902814454671 ], [ -6.386104587390168, 58.103829358792609 ], [ -6.385538308692933, 58.103507134904703 ], [ -6.385787689454965, 58.10325571914931 ], [ -6.386745706204383, 58.103033830183833 ], [ -6.387510219707211, 58.103241292748777 ], [ -6.388110610414753, 58.102874343244544 ], [ -6.390281926320735, 58.103262588146663 ], [ -6.391556173518822, 58.103056729167129 ], [ -6.391358884862233, 58.102834209306074 ], [ -6.393214678987518, 58.102109127955423 ], [ -6.395559255656016, 58.103075867518392 ], [ -6.395934588331188, 58.103571023507271 ], [ -6.394215068077319, 58.104988421473607 ], [ -6.395569971538499, 58.105643098912154 ], [ -6.395850162364408, 58.106950944221062 ], [ -6.395140013646164, 58.107461118898428 ], [ -6.395047973556593, 58.108574976549555 ], [ -6.39343022266575, 58.109165951916061 ] ] ], [ [ [ -7.135448789791051, 58.081485251556465 ], [ -7.136588067794412, 58.081434709352195 ], [ -7.136316604854272, 58.081967545719387 ], [ -7.135131657829334, 58.082172890537869 ], [ -7.134563906393215, 58.082771680036842 ], [ -7.13410913562369, 58.082857535267628 ], [ -7.134203455351005, 58.082214891827569 ], [ -7.135448789791051, 58.081485251556465 ] ] ], [ [ [ -6.449698174498052, 58.108424636041526 ], [ -6.450500150299413, 58.108315642033496 ], [ -6.450497326769656, 58.108837372161922 ], [ -6.449801950838084, 58.108915656694613 ], [ -6.449698174498052, 58.108424636041526 ] ] ], [ [ [ -6.432366920993072, 58.109147414303592 ], [ -6.43154883881422, 58.107801698225849 ], [ -6.430617322638297, 58.107442922136663 ], [ -6.429207798746499, 58.108337391970288 ], [ -6.42813276388148, 58.108218325082532 ], [ -6.429731527487099, 58.106932355721852 ], [ -6.430362384060357, 58.106868119493022 ], [ -6.430240007762191, 58.104229180599162 ], [ -6.431018782098308, 58.103810839552089 ], [ -6.432170075993418, 58.103833689769822 ], [ -6.431688277132992, 58.103388205970198 ], [ -6.432963572348174, 58.102290629148719 ], [ -6.437208265885162, 58.10124778604618 ], [ -6.438016615494687, 58.101327511016571 ], [ -6.438504392441792, 58.100469593151608 ], [ -6.442260065790137, 58.099322221136319 ], [ -6.443761285855188, 58.098487343388008 ], [ -6.444405607248543, 58.098954985390094 ], [ -6.444277512622056, 58.099494580885839 ], [ -6.445181787219901, 58.099935150015511 ], [ -6.447555583236211, 58.09915067452895 ], [ -6.449428467678831, 58.099049204134531 ], [ -6.450372990346192, 58.100356216724499 ], [ -6.45206048838826, 58.101286471187784 ], [ -6.452311956664058, 58.101803799188922 ], [ -6.45118647890801, 58.102994372243018 ], [ -6.450095094950251, 58.103369816177924 ], [ -6.448382030781039, 58.103051995953116 ], [ -6.447945459227258, 58.104659133971332 ], [ -6.446868591076684, 58.105083505757257 ], [ -6.446751766835311, 58.105645193985303 ], [ -6.445448989933831, 58.105416417714089 ], [ -6.443154449247969, 58.106908570518101 ], [ -6.442077902922335, 58.106995627744382 ], [ -6.441578038111605, 58.107620147393867 ], [ -6.440956369133664, 58.107403518648454 ], [ -6.44029966592049, 58.107655776413843 ], [ -6.439879977652461, 58.108583272222951 ], [ -6.438914452754321, 58.108675420621104 ], [ -6.438363893033116, 58.108415827081608 ], [ -6.437709479841433, 58.108618526102141 ], [ -6.436976376430282, 58.108257370873069 ], [ -6.436266646218103, 58.108493468958379 ], [ -6.434902702189494, 58.109890054080253 ], [ -6.433710607535762, 58.109868646216512 ], [ -6.433273800533254, 58.109362241140957 ], [ -6.432366920993072, 58.109147414303592 ] ] ], [ [ [ -6.426674879962384, 58.10853256745829 ], [ -6.427361337028029, 58.108423243460194 ], [ -6.429811215998655, 58.109255308630701 ], [ -6.429203501992435, 58.109615521986399 ], [ -6.429567096587462, 58.110435664891277 ], [ -6.428782364097616, 58.110615872370794 ], [ -6.426294906114412, 58.109563852880356 ], [ -6.426674879962384, 58.10853256745829 ] ] ], [ [ [ -6.448557670107064, 58.11017780653453 ], [ -6.447895362909488, 58.109432006662182 ], [ -6.448849499308182, 58.109929271256426 ], [ -6.448557670107064, 58.11017780653453 ] ] ], [ [ [ -6.398399922118945, 58.111642795624341 ], [ -6.399412664435174, 58.111243551975456 ], [ -6.399794728781311, 58.111585579232688 ], [ -6.399223185127883, 58.111911115669528 ], [ -6.398399922118945, 58.111642795624341 ] ] ], [ [ [ -6.427452146284712, 58.111534538961052 ], [ -6.427273204284028, 58.110983167431385 ], [ -6.427790235955974, 58.111041620681256 ], [ -6.427921765367659, 58.111621622219452 ], [ -6.427444537812749, 58.11202045366538 ], [ -6.426914262799889, 58.11178708595434 ], [ -6.427452146284712, 58.111534538961052 ] ] ], [ [ [ -6.421745942702117, 58.1125198992329 ], [ -6.421768153459277, 58.111808641917108 ], [ -6.422457644723702, 58.112229856604934 ], [ -6.422212101977096, 58.112647594499236 ], [ -6.421745942702117, 58.1125198992329 ] ] ], [ [ [ -6.423912198248133, 58.112174795262248 ], [ -6.424702983290352, 58.112111324193222 ], [ -6.424695893470681, 58.112601716626678 ], [ -6.423840875383488, 58.112626949939227 ], [ -6.423912198248133, 58.112174795262248 ] ] ], [ [ [ -7.12387247681969, 58.086388326940018 ], [ -7.12573594005591, 58.085642866837446 ], [ -7.125756728029494, 58.085196647513577 ], [ -7.122286972027281, 58.085876391943636 ], [ -7.121546007299091, 58.085744296506768 ], [ -7.122326620977186, 58.085442910459427 ], [ -7.121460187627566, 58.084969465136787 ], [ -7.122205994782117, 58.084485031779288 ], [ -7.121101749208188, 58.084484543686635 ], [ -7.119138605412658, 58.083411945241409 ], [ -7.119442571585798, 58.082630410193772 ], [ -7.119043504134629, 58.082394553527628 ], [ -7.119541267733052, 58.08225303581451 ], [ -7.118551928241668, 58.081159194711717 ], [ -7.119421662157329, 58.081124161820064 ], [ -7.118921829860467, 58.080955347185224 ], [ -7.119611858182889, 58.080792587847391 ], [ -7.118459476715292, 58.080515094673473 ], [ -7.119312885526245, 58.080129814972636 ], [ -7.118670516017913, 58.080151191318315 ], [ -7.11895600633569, 58.079536855850826 ], [ -7.118102256238194, 58.078972905776475 ], [ -7.118731122959184, 58.078857601373642 ], [ -7.118185060598453, 58.078780622307328 ], [ -7.117222335881361, 58.077397780782448 ], [ -7.118838907507564, 58.076531890941055 ], [ -7.117973728968855, 58.076242827374877 ], [ -7.118503552391723, 58.075911071860979 ], [ -7.118489770009451, 58.075223314268044 ], [ -7.117717648713409, 58.074458130131653 ], [ -7.118728902978194, 58.073576126882713 ], [ -7.118309654024467, 58.073435557731017 ], [ -7.118883277201034, 58.073290983882117 ], [ -7.120640243490585, 58.073404642971454 ], [ -7.121529963691553, 58.073746683482717 ], [ -7.121315616484958, 58.073377424664081 ], [ -7.122299309258394, 58.073427750002963 ], [ -7.121884444844028, 58.073790879756217 ], [ -7.124103641691446, 58.073575442495141 ], [ -7.124589657215583, 58.074239659515641 ], [ -7.125037127577591, 58.073335349659359 ], [ -7.127010254222302, 58.073062302959507 ], [ -7.127333929594546, 58.073305674364192 ], [ -7.126711024816365, 58.073875163010925 ], [ -7.127797599509636, 58.073282464931268 ], [ -7.12952524101533, 58.073487161263898 ], [ -7.130396887469591, 58.07429324913938 ], [ -7.130095945262024, 58.074503347084196 ], [ -7.130465554978862, 58.074416443450168 ], [ -7.129480381728253, 58.074946586807073 ], [ -7.130867665048794, 58.074791604310214 ], [ -7.131792833250561, 58.075438064377238 ], [ -7.131741164984228, 58.074724839012489 ], [ -7.132716881935195, 58.074955359776801 ], [ -7.13291479680831, 58.074560466629023 ], [ -7.133956487726138, 58.0744823928543 ], [ -7.135923839847597, 58.075230675266752 ], [ -7.135556277449788, 58.076865109477041 ], [ -7.132940193140647, 58.076035054126599 ], [ -7.134311893711137, 58.076951384541012 ], [ -7.134705275719247, 58.078150172804854 ], [ -7.130737582417539, 58.078845789526667 ], [ -7.132692490684131, 58.078798337523864 ], [ -7.128638231675552, 58.080014744946681 ], [ -7.128703445942461, 58.080291039122542 ], [ -7.129769041880169, 58.080436979908384 ], [ -7.129913883675754, 58.080912505951687 ], [ -7.130434494900507, 58.080635057244301 ], [ -7.130767352072081, 58.080882550247871 ], [ -7.130437438773717, 58.08183612135948 ], [ -7.131263068265857, 58.081258431270399 ], [ -7.131306038804015, 58.081675086060486 ], [ -7.129942313825365, 58.082467946918044 ], [ -7.13079975827895, 58.082406339728358 ], [ -7.130687665848146, 58.082689791556291 ], [ -7.131734900404151, 58.082530539552252 ], [ -7.132807983119211, 58.083494939646023 ], [ -7.13447388721668, 58.083621096056952 ], [ -7.13901764800182, 58.082794108553571 ], [ -7.138999221517671, 58.083609143548976 ], [ -7.136239633413546, 58.085029861302566 ], [ -7.135431587001254, 58.085022025472448 ], [ -7.134942063419651, 58.084277004440644 ], [ -7.134811257097075, 58.085020096905737 ], [ -7.132715671503516, 58.085095748709954 ], [ -7.135070046125515, 58.08534255408167 ], [ -7.133220032734389, 58.086416027191362 ], [ -7.130264145785854, 58.086121486978371 ], [ -7.128052253516939, 58.086629141063291 ], [ -7.12387247681969, 58.086388326940018 ] ] ], [ [ [ -7.12469885306984, 58.08675990031265 ], [ -7.125148467347723, 58.086696782531433 ], [ -7.12663617139153, 58.087059669439 ], [ -7.125329631464463, 58.08718884331163 ], [ -7.124712563385083, 58.087150742560361 ], [ -7.125317585637768, 58.086986883262782 ], [ -7.12469885306984, 58.08675990031265 ] ] ], [ [ [ -6.380234105922108, 58.115574466041437 ], [ -6.380357637063618, 58.115348979514955 ], [ -6.380903706128659, 58.115353563383643 ], [ -6.380806511957927, 58.115599727660324 ], [ -6.380234105922108, 58.115574466041437 ] ] ], [ [ [ -6.443703922595878, 58.113769488499841 ], [ -6.444334164362965, 58.113099936640467 ], [ -6.444724995123746, 58.113099775006773 ], [ -6.44487093633086, 58.1136567775294 ], [ -6.444135604475137, 58.114028716740144 ], [ -6.443703922595878, 58.113769488499841 ] ] ], [ [ [ -6.375272242032075, 58.118276761994565 ], [ -6.375353321922373, 58.117968204357929 ], [ -6.375617409859188, 58.11811200918077 ], [ -6.375272242032075, 58.118276761994565 ] ] ], [ [ [ -6.387259593805179, 58.118529556620828 ], [ -6.387336326664545, 58.118324561961479 ], [ -6.388195549071754, 58.118470305489403 ], [ -6.387259593805179, 58.118529556620828 ] ] ], [ [ [ -6.384494641553128, 58.119263373270961 ], [ -6.384815530318551, 58.118901579027032 ], [ -6.385043610453399, 58.119028619322897 ], [ -6.384494641553128, 58.119263373270961 ] ] ], [ [ [ -6.383141719607906, 58.12049259460089 ], [ -6.383454112393085, 58.119578010448016 ], [ -6.385973973805963, 58.11954514819309 ], [ -6.38696872209059, 58.118858846322865 ], [ -6.388694227691833, 58.118655457862687 ], [ -6.388240366238835, 58.119179230977906 ], [ -6.388892112220563, 58.1192961513241 ], [ -6.3887381084852, 58.119701664619761 ], [ -6.387516040128308, 58.119991119541616 ], [ -6.387163961547852, 58.119823391697878 ], [ -6.386368651976415, 58.120197048626864 ], [ -6.38602948037179, 58.119858000318978 ], [ -6.385249196687118, 58.120491937401511 ], [ -6.383141719607906, 58.12049259460089 ] ] ], [ [ [ -6.378697234036101, 58.120838948773397 ], [ -6.377644793359452, 58.120780726465789 ], [ -6.376793381518679, 58.120836990664458 ], [ -6.375184661485163, 58.119916541523374 ], [ -6.376062138218464, 58.119103959451834 ], [ -6.375409188038287, 58.118492387784094 ], [ -6.377119137049998, 58.1182312362725 ], [ -6.378478107252276, 58.116911940821502 ], [ -6.381408897444638, 58.11690549517769 ], [ -6.382235098913309, 58.117888788966262 ], [ -6.38096894795276, 58.120446001686815 ], [ -6.380401008180388, 58.120595953999214 ], [ -6.380130137748998, 58.120259036722203 ], [ -6.378697234036101, 58.120838948773397 ] ] ], [ [ [ -7.139052578990965, 58.092523684015738 ], [ -7.141995213434295, 58.092368685803145 ], [ -7.142434496045746, 58.09294026337593 ], [ -7.141737190758986, 58.09311243558831 ], [ -7.139708141134271, 58.093122516161976 ], [ -7.138399948168853, 58.092828996536795 ], [ -7.139052578990965, 58.092523684015738 ] ] ], [ [ [ -7.133331839659418, 58.094743326576342 ], [ -7.134121846248671, 58.094270535892051 ], [ -7.135748026630476, 58.09435330432413 ], [ -7.136697703170575, 58.093986515981229 ], [ -7.137329017535357, 58.094181445040746 ], [ -7.136973521880464, 58.094839145109333 ], [ -7.133845464109083, 58.095006009057933 ], [ -7.133331839659418, 58.094743326576342 ] ] ], [ [ [ -6.400696192646198, 58.122877058094829 ], [ -6.402026436408929, 58.122637694856103 ], [ -6.401738661464627, 58.123128794049215 ], [ -6.399956068808359, 58.123504304769654 ], [ -6.400696192646198, 58.122877058094829 ] ] ], [ [ [ -6.422601903961912, 58.122909106425972 ], [ -6.423552910070915, 58.122354431113351 ], [ -6.424202543913556, 58.122795013262852 ], [ -6.426003926428943, 58.122723382544201 ], [ -6.426767914441547, 58.12360515384038 ], [ -6.426695470108319, 58.124390108818339 ], [ -6.4245072036462, 58.124974337497306 ], [ -6.423323932587102, 58.124480356691855 ], [ -6.42307715796788, 58.123382734609876 ], [ -6.422227635950764, 58.123043524426997 ], [ -6.422601903961912, 58.122909106425972 ] ] ], [ [ [ -6.40302014330916, 58.12510797495095 ], [ -6.402778516959336, 58.124940963203329 ], [ -6.402360628680161, 58.125342134198775 ], [ -6.401821683249488, 58.125176411477128 ], [ -6.40327028080556, 58.124312400159809 ], [ -6.404372839385868, 58.124705930914068 ], [ -6.405223737301133, 58.124645004117994 ], [ -6.404125109257197, 58.124970815339431 ], [ -6.40285983974583, 58.126080308793277 ], [ -6.401906008878606, 58.125996388463626 ], [ -6.403067900287354, 58.125425587675586 ], [ -6.40302014330916, 58.12510797495095 ] ] ], [ [ [ -6.410666031765399, 58.125490751767927 ], [ -6.412203563834638, 58.125414973801348 ], [ -6.411093450549645, 58.125853662029286 ], [ -6.410666031765399, 58.125490751767927 ] ] ], [ [ [ -7.120815275988932, 58.099225095515571 ], [ -7.120756876861474, 58.09875957483704 ], [ -7.121596179005713, 58.09850982191999 ], [ -7.122913101337979, 58.099100084592237 ], [ -7.12410172434418, 58.099034184014691 ], [ -7.123739389007967, 58.099291723120956 ], [ -7.122627791070273, 58.099125078222457 ], [ -7.122286198300505, 58.099408769752358 ], [ -7.120815275988932, 58.099225095515571 ] ] ], [ [ [ -6.413323762219925, 58.125263715439509 ], [ -6.413122755088995, 58.124807523880072 ], [ -6.412160041240289, 58.124926340852049 ], [ -6.411811444113757, 58.124376336534446 ], [ -6.410326727328011, 58.125084316403587 ], [ -6.409123044023219, 58.124973134867709 ], [ -6.408641150114158, 58.124513178185964 ], [ -6.408991350876456, 58.123565731694704 ], [ -6.409927650702451, 58.123645708608166 ], [ -6.410300606518947, 58.123362982023579 ], [ -6.410399756312995, 58.123683309071694 ], [ -6.411281696634166, 58.123598781631742 ], [ -6.41165793520644, 58.122313170014422 ], [ -6.412900663147774, 58.122328540876204 ], [ -6.412832180428294, 58.121638421205851 ], [ -6.414666700503433, 58.121080155396932 ], [ -6.417497820896736, 58.121980184806198 ], [ -6.418201791155144, 58.122859589372425 ], [ -6.4179342082983, 58.123237610682338 ], [ -6.416827972730488, 58.12350084504962 ], [ -6.417043588402397, 58.124005988617974 ], [ -6.418001859357798, 58.124399915203156 ], [ -6.417210040442153, 58.125965281265756 ], [ -6.415681933811061, 58.126117236781468 ], [ -6.413323762219925, 58.125263715439509 ] ] ], [ [ [ -7.121631556443954, 58.099997493593598 ], [ -7.123444926574974, 58.09978496139977 ], [ -7.123644502083482, 58.100168312499406 ], [ -7.122269704366556, 58.100417162037907 ], [ -7.121631556443954, 58.099997493593598 ] ] ], [ [ [ -6.404235799105313, 58.127309761504172 ], [ -6.403587179972721, 58.127219787668722 ], [ -6.402688755586781, 58.127309326312741 ], [ -6.402580580223452, 58.126777962481313 ], [ -6.401422991960626, 58.126489742127013 ], [ -6.404749718396172, 58.125898001623568 ], [ -6.405541409014482, 58.12632026885133 ], [ -6.405325869986705, 58.126570551146713 ], [ -6.404235799105313, 58.127309761504172 ] ] ], [ [ [ -6.434253285960906, 58.126316925546561 ], [ -6.435053533046566, 58.12578090537275 ], [ -6.435449421482054, 58.125888521628241 ], [ -6.435175768933195, 58.126284781227419 ], [ -6.434253285960906, 58.126316925546561 ] ] ], [ [ [ -7.114805347783286, 58.10128004415651 ], [ -7.115208288516651, 58.100890434767699 ], [ -7.115085984036805, 58.101340733209099 ], [ -7.114805347783286, 58.10128004415651 ] ] ], [ [ [ -6.379067492304582, 58.129590131099818 ], [ -6.379492300741089, 58.129242764802349 ], [ -6.38007442808617, 58.129483537909962 ], [ -6.379373043211714, 58.129862905740545 ], [ -6.379067492304582, 58.129590131099818 ] ] ], [ [ [ -6.411081464129285, 58.129037748291218 ], [ -6.410721900607298, 58.128536685155694 ], [ -6.41195022819923, 58.128790894707606 ], [ -6.41160001394364, 58.129079132243476 ], [ -6.411081464129285, 58.129037748291218 ] ] ], [ [ [ -7.123281238322744, 58.10189699078974 ], [ -7.124637000149836, 58.101810855383619 ], [ -7.124616199983902, 58.102257074187698 ], [ -7.123491584186896, 58.102473356189918 ], [ -7.123281238322744, 58.10189699078974 ] ] ], [ [ [ -6.413633039949694, 58.127897059920748 ], [ -6.415476609892734, 58.127752173838942 ], [ -6.415893566979635, 58.128414014873528 ], [ -6.414432441435139, 58.129079852338393 ], [ -6.412791316420854, 58.128924517179634 ], [ -6.412902624096787, 58.128478181261229 ], [ -6.413633039949694, 58.127897059920748 ] ] ], [ [ [ -6.401954592306933, 58.129924811258256 ], [ -6.401508269591321, 58.12946359798898 ], [ -6.402469127776355, 58.129713657567095 ], [ -6.401954592306933, 58.129924811258256 ] ] ], [ [ [ -6.370454385181237, 58.131095753285678 ], [ -6.370616660664787, 58.130824881889126 ], [ -6.371377399188762, 58.131136003221364 ], [ -6.370454385181237, 58.131095753285678 ] ] ], [ [ [ -6.403324013275055, 58.129546486340608 ], [ -6.403616731949963, 58.129122663701111 ], [ -6.404665084747183, 58.129406552486891 ], [ -6.404083842511659, 58.130013034402488 ], [ -6.403324013275055, 58.129546486340608 ] ] ], [ [ [ -7.124020431216534, 58.103018889586387 ], [ -7.124172131277094, 58.102832823691287 ], [ -7.125715959269671, 58.103049514082485 ], [ -7.124870877154442, 58.103200551849525 ], [ -7.124020431216534, 58.103018889586387 ] ] ], [ [ [ -7.127113334135687, 58.104374298266734 ], [ -7.1278388549343, 58.104219070862584 ], [ -7.127888506445228, 58.104504991491581 ], [ -7.127113334135687, 58.104374298266734 ] ] ], [ [ [ -6.462617435614624, 58.131607584631418 ], [ -6.463934178034523, 58.13112521506185 ], [ -6.464538261902687, 58.131468271735002 ], [ -6.463599175593211, 58.131870850271191 ], [ -6.462617435614624, 58.131607584631418 ] ] ], [ [ [ -7.127705764913123, 58.10742758477862 ], [ -7.125153273519612, 58.106108884231872 ], [ -7.124256474803692, 58.106019066146601 ], [ -7.125273311136191, 58.105348248086663 ], [ -7.125718961142169, 58.105492238457224 ], [ -7.125877431178593, 58.10511694825496 ], [ -7.128341970214985, 58.105116532965965 ], [ -7.128777090472703, 58.105364410065043 ], [ -7.129632664267442, 58.105167935781843 ], [ -7.129604919947793, 58.105506465679284 ], [ -7.128535677927402, 58.105576594696103 ], [ -7.129565170552087, 58.105584549150656 ], [ -7.129438783938392, 58.106300459694573 ], [ -7.130334844465869, 58.105971882242414 ], [ -7.129973730694492, 58.106769246063251 ], [ -7.130850890197984, 58.106486415887076 ], [ -7.129849741876614, 58.10714764981774 ], [ -7.129137285464299, 58.107216883106723 ], [ -7.129353432482533, 58.106947232372974 ], [ -7.127705764913123, 58.10742758477862 ] ] ], [ [ [ -7.114190103894918, 58.113356968377644 ], [ -7.115155418796454, 58.113165182184481 ], [ -7.114660531887596, 58.113341646045299 ], [ -7.114190103894918, 58.113356968377644 ] ] ], [ [ [ -6.471131685673666, 58.138617082775305 ], [ -6.47137495270112, 58.138319838652315 ], [ -6.472398137806214, 58.138328861487814 ], [ -6.474811173374167, 58.13850397516584 ], [ -6.475247971122576, 58.138880747100011 ], [ -6.471717154883199, 58.138878020821984 ], [ -6.471131685673666, 58.138617082775305 ] ] ], [ [ [ -6.479218804339881, 58.13919076921389 ], [ -6.481140577896628, 58.138772372001604 ], [ -6.481640525282017, 58.139244932740553 ], [ -6.481045386465226, 58.139569875035754 ], [ -6.479648877955548, 58.139594745169795 ], [ -6.479218804339881, 58.13919076921389 ] ] ], [ [ [ -7.127381105794229, 58.115800345669697 ], [ -7.12802438828624, 58.115379410779028 ], [ -7.127729461034539, 58.11578719847747 ], [ -7.127381105794229, 58.115800345669697 ] ] ], [ [ [ -7.129044436976521, 58.118424449397857 ], [ -7.129131504419767, 58.11757696215043 ], [ -7.130537773679862, 58.117695686131718 ], [ -7.130638469481096, 58.118064124725095 ], [ -7.131386604053527, 58.118229186307943 ], [ -7.130758087107493, 58.118894277327051 ], [ -7.129781929116898, 58.119176593869653 ], [ -7.129146708853502, 58.118969178346568 ], [ -7.129704421009696, 58.118780226567459 ], [ -7.129044436976521, 58.118424449397857 ] ] ], [ [ [ -7.136049953488818, 58.119084650837067 ], [ -7.135999630260456, 58.118735774988728 ], [ -7.13643826488144, 58.118947498623299 ], [ -7.136149835114717, 58.119305557979473 ], [ -7.136049953488818, 58.119084650837067 ] ] ], [ [ [ -7.134380612599488, 58.119359007652882 ], [ -7.135099439343554, 58.119037559481022 ], [ -7.135804046375973, 58.119207053015295 ], [ -7.1350928967119, 58.119640665784438 ], [ -7.134380612599488, 58.119359007652882 ] ] ], [ [ [ -7.130708246634688, 58.120153255147635 ], [ -7.130750907657023, 58.119941889508262 ], [ -7.129741181508797, 58.120015015279272 ], [ -7.129478563761414, 58.119466857016015 ], [ -7.130612520542498, 58.11904051318735 ], [ -7.131532125554146, 58.119887874010431 ], [ -7.130708246634688, 58.120153255147635 ] ] ], [ [ [ -7.129968911601414, 58.136299598428735 ], [ -7.131938274700286, 58.134973991575443 ], [ -7.1329628101656, 58.134941650268189 ], [ -7.13300541720983, 58.135767712498065 ], [ -7.13078558029668, 58.136064214585588 ], [ -7.131401425520536, 58.136205828838058 ], [ -7.130354412278527, 58.136495495019055 ], [ -7.129968911601414, 58.136299598428735 ] ] ], [ [ [ -7.13011509349022, 58.136959525989937 ], [ -7.130739272240269, 58.136686917580491 ], [ -7.131074756110391, 58.136830843885015 ], [ -7.13011509349022, 58.136959525989937 ] ] ], [ [ [ -7.130117214319373, 58.137859201150128 ], [ -7.131332625052127, 58.137675215408386 ], [ -7.131546996403018, 58.13792299991858 ], [ -7.130209306098377, 58.138084926181939 ], [ -7.130117214319373, 58.137859201150128 ] ] ], [ [ [ -7.128683795557563, 58.138596319225215 ], [ -7.129760125428819, 58.138332479324426 ], [ -7.130505010985964, 58.138837797107016 ], [ -7.129830619038279, 58.139175411471008 ], [ -7.130148489809231, 58.139374036592358 ], [ -7.128240126726909, 58.139590444697475 ], [ -7.127767937562834, 58.139501507809761 ], [ -7.128683795557563, 58.138596319225215 ] ] ], [ [ [ -7.116354393897004, 58.140761836358777 ], [ -7.116915131992723, 58.140401876401384 ], [ -7.117070309640807, 58.14059358022471 ], [ -7.116354393897004, 58.140761836358777 ] ] ], [ [ [ -7.125553617978344, 58.140310551057595 ], [ -7.12726944106554, 58.14011544143289 ], [ -7.126293411696593, 58.140721623598246 ], [ -7.1260418443533, 58.140569804123452 ], [ -7.125553617978344, 58.140310551057595 ] ] ], [ [ [ -7.126870333093553, 58.140828839494276 ], [ -7.128043158377799, 58.140466652554444 ], [ -7.128288320377211, 58.141046112207889 ], [ -7.126870333093553, 58.140828839494276 ] ] ], [ [ [ -7.114646042221285, 58.141482850133634 ], [ -7.116073956928749, 58.141178002875002 ], [ -7.115406709126763, 58.141803169248114 ], [ -7.114585152737849, 58.141710235807956 ], [ -7.114646042221285, 58.141482850133634 ] ] ], [ [ [ -7.111773046982269, 58.145881127672901 ], [ -7.111971341382059, 58.145603235739635 ], [ -7.11244614763478, 58.145710122194117 ], [ -7.111773046982269, 58.145881127672901 ] ] ], [ [ [ -6.226941131485069, 58.179942838657496 ], [ -6.227277793708517, 58.179882210816459 ], [ -6.226925537413811, 58.180470311607792 ], [ -6.226941131485069, 58.179942838657496 ] ] ], [ [ [ -6.885358196755265, 58.156772872205742 ], [ -6.88616346314558, 58.156638506467807 ], [ -6.886308351632508, 58.15712323204545 ], [ -6.885600878000417, 58.158105775578441 ], [ -6.885141019315832, 58.157818457918886 ], [ -6.885349204328043, 58.157079084744581 ], [ -6.885358196755265, 58.156772872205742 ] ] ], [ [ [ -7.105934118296465, 58.151496064810729 ], [ -7.105871182349935, 58.151057715188266 ], [ -7.106690898488719, 58.151195770880832 ], [ -7.105934118296465, 58.151496064810729 ] ] ], [ [ [ -6.884009096679364, 58.159403825892738 ], [ -6.88439359599194, 58.158968954566454 ], [ -6.884818132320856, 58.159358386944056 ], [ -6.884354977984105, 58.160323448793811 ], [ -6.883788855065239, 58.160068091251432 ], [ -6.884009096679364, 58.159403825892738 ] ] ], [ [ [ -6.882694595592567, 58.160726302378691 ], [ -6.882877351019323, 58.160445811062303 ], [ -6.883500508235461, 58.160620718581626 ], [ -6.883453309112695, 58.160995866972527 ], [ -6.882694595592567, 58.160726302378691 ] ] ], [ [ [ -6.211964053757276, 58.188736060752433 ], [ -6.212400996352521, 58.188644283677249 ], [ -6.212674770129349, 58.189000322291022 ], [ -6.211964053757276, 58.188736060752433 ] ] ], [ [ [ -6.201251289154312, 58.189837853551573 ], [ -6.201495909118627, 58.189415244632585 ], [ -6.20195871604334, 58.189657164249567 ], [ -6.202800056172595, 58.189140239078569 ], [ -6.202284646049227, 58.190123906971181 ], [ -6.201164565917342, 58.190659909044605 ], [ -6.200445165009396, 58.190653049602751 ], [ -6.199866937328856, 58.190241377569144 ], [ -6.200035662337191, 58.1898824205567 ], [ -6.201251289154312, 58.189837853551573 ] ] ], [ [ [ -6.202499836361965, 58.190244501125008 ], [ -6.203454619217543, 58.189635706191289 ], [ -6.203944038130476, 58.190088059959123 ], [ -6.203704215833985, 58.190479042784936 ], [ -6.203088908097133, 58.190646811875148 ], [ -6.202499836361965, 58.190244501125008 ] ] ], [ [ [ -6.72679783149201, 58.174434067639808 ], [ -6.727459678429026, 58.173905769396981 ], [ -6.728227711962612, 58.174623852706304 ], [ -6.72782755632841, 58.1750075118441 ], [ -6.72679783149201, 58.174434067639808 ] ] ], [ [ [ -6.332953975330924, 58.189400506430189 ], [ -6.333182517443809, 58.189221868153751 ], [ -6.333309573597945, 58.189565575093155 ], [ -6.332953975330924, 58.189400506430189 ] ] ], [ [ [ -6.340034518371634, 58.188981469444855 ], [ -6.338678804603844, 58.188798318478327 ], [ -6.338357564282713, 58.188384787246441 ], [ -6.338911625151035, 58.187162657777947 ], [ -6.339819698967049, 58.187612856872398 ], [ -6.339698139013555, 58.186714999013368 ], [ -6.341368470613835, 58.187508835040383 ], [ -6.341386632746049, 58.188298701925966 ], [ -6.342208200382105, 58.187733823260423 ], [ -6.343222319707679, 58.188758636509135 ], [ -6.342686550983012, 58.187258876491128 ], [ -6.343675471920125, 58.186921202559212 ], [ -6.344973367193788, 58.187049614973262 ], [ -6.345176604032924, 58.188280125304793 ], [ -6.343693469319548, 58.188586996348469 ], [ -6.341574221643602, 58.18984810120979 ], [ -6.340567372714788, 58.189816754787422 ], [ -6.340034518371634, 58.188981469444855 ] ] ], [ [ [ -6.33834364602122, 58.190000402991132 ], [ -6.338870629258389, 58.189923105588669 ], [ -6.338439697493615, 58.190145517042588 ], [ -6.33834364602122, 58.190000402991132 ] ] ], [ [ [ -6.321176834938962, 58.190590922659354 ], [ -6.322444965306211, 58.189606353760503 ], [ -6.32514938207031, 58.190307759923691 ], [ -6.325217513100777, 58.19086750506338 ], [ -6.323547397345365, 58.191011415243963 ], [ -6.321176834938962, 58.190590922659354 ] ] ], [ [ [ -6.371001316585585, 58.189532682620325 ], [ -6.370686972061091, 58.189316838066922 ], [ -6.371123499428997, 58.189501511549068 ], [ -6.371001316585585, 58.189532682620325 ] ] ], [ [ [ -6.876680237348962, 58.173167191973292 ], [ -6.876623373737037, 58.172566635240123 ], [ -6.877614817632645, 58.173711636436622 ], [ -6.876223321658896, 58.173994335793481 ], [ -6.875838150731737, 58.17379318188955 ], [ -6.876680237348962, 58.173167191973292 ] ] ], [ [ [ -6.882778803871265, 58.173932016790843 ], [ -6.882155719538246, 58.172557021315086 ], [ -6.882827482956523, 58.172675197016339 ], [ -6.883476677481967, 58.173806294170554 ], [ -6.882778803871265, 58.173932016790843 ] ] ], [ [ [ -6.882009208091835, 58.174465308899343 ], [ -6.882391753499377, 58.173717459847531 ], [ -6.882994293461963, 58.174261105431796 ], [ -6.882009208091835, 58.174465308899343 ] ] ], [ [ [ -6.194141995371444, 58.199257603917623 ], [ -6.194364815250365, 58.199154054562307 ], [ -6.194405185255887, 58.199250741421586 ], [ -6.194141995371444, 58.199257603917623 ] ] ], [ [ [ -6.384134573672959, 58.193177882593197 ], [ -6.384313772674074, 58.19297386562824 ], [ -6.384652744282166, 58.193236495649856 ], [ -6.384134573672959, 58.193177882593197 ] ] ], [ [ [ -6.196124459195442, 58.199775949073093 ], [ -6.19592403064358, 58.199434547555903 ], [ -6.196173961789013, 58.199445203172544 ], [ -6.196124459195442, 58.199775949073093 ] ] ], [ [ [ -6.194155874368956, 58.199952246958219 ], [ -6.194110144965881, 58.199377349499407 ], [ -6.194686856878599, 58.199486959772841 ], [ -6.194155874368956, 58.199952246958219 ] ] ], [ [ [ -6.384469848232357, 58.193548559175191 ], [ -6.383971058782013, 58.193232971255128 ], [ -6.385031546298483, 58.193407821763962 ], [ -6.384469848232357, 58.193548559175191 ] ] ], [ [ [ -6.728061510610154, 58.180413914757089 ], [ -6.729025086082285, 58.177481693146319 ], [ -6.729968961540539, 58.177792953041191 ], [ -6.731296715042812, 58.179452715063121 ], [ -6.731489521150746, 58.181028704137837 ], [ -6.730348498686556, 58.181475873403059 ], [ -6.729611502213162, 58.181440279233669 ], [ -6.728061510610154, 58.180413914757089 ] ] ], [ [ [ -6.190739714338795, 58.202382807281118 ], [ -6.190847746108466, 58.202201209492458 ], [ -6.191104471147297, 58.202240427142328 ], [ -6.190739714338795, 58.202382807281118 ] ] ], [ [ [ -6.190486807272551, 58.202592547693769 ], [ -6.190344324932851, 58.202482131512227 ], [ -6.190846776105457, 58.202496186069972 ], [ -6.190486807272551, 58.202592547693769 ] ] ], [ [ [ -6.189809546038371, 58.202670563131129 ], [ -6.189573120312141, 58.202529063662993 ], [ -6.189876629966387, 58.202531676427547 ], [ -6.189809546038371, 58.202670563131129 ] ] ], [ [ [ -6.315650088043948, 58.198240509811228 ], [ -6.316320421810976, 58.198037950411432 ], [ -6.316800460620639, 58.198287879980413 ], [ -6.31613477878623, 58.198486687164916 ], [ -6.315650088043948, 58.198240509811228 ] ] ], [ [ [ -6.187555433937805, 58.202752729804281 ], [ -6.18775746985661, 58.202515891901776 ], [ -6.187732598879232, 58.202839528993643 ], [ -6.187555433937805, 58.202752729804281 ] ] ], [ [ [ -6.181895237123043, 58.204229831559964 ], [ -6.181796164627831, 58.203938138695428 ], [ -6.182185653303811, 58.204005390589863 ], [ -6.181895237123043, 58.204229831559964 ] ] ], [ [ [ -6.177343854111489, 58.204999526335577 ], [ -6.177619575361188, 58.204896072834472 ], [ -6.177821509874994, 58.205164614338031 ], [ -6.177343854111489, 58.204999526335577 ] ] ], [ [ [ -6.882542293155454, 58.180328300051407 ], [ -6.882400059030436, 58.179479126916085 ], [ -6.882938273520565, 58.179615919917936 ], [ -6.883104564428272, 58.180392201603368 ], [ -6.882542293155454, 58.180328300051407 ] ] ], [ [ [ -6.883651126441007, 58.180465699295034 ], [ -6.883933310925945, 58.180288448839022 ], [ -6.883137674665314, 58.179765704490336 ], [ -6.883485298904699, 58.179630925748029 ], [ -6.882948359133162, 58.17869793334846 ], [ -6.88128398190945, 58.177925114773366 ], [ -6.879986455573449, 58.176351061355845 ], [ -6.881268790774016, 58.176202950250733 ], [ -6.881943352299563, 58.176464962039532 ], [ -6.882306248809882, 58.176131686645519 ], [ -6.881767339511612, 58.175927448361691 ], [ -6.882368198809838, 58.175962883765223 ], [ -6.88237980629117, 58.175179780179747 ], [ -6.883780970697345, 58.174347881446678 ], [ -6.885212252704711, 58.176708422629524 ], [ -6.887235280331248, 58.178664806075965 ], [ -6.887177049556575, 58.180222467098133 ], [ -6.886361815473349, 58.180672072450186 ], [ -6.885831612414982, 58.180346067898711 ], [ -6.885688902659733, 58.180918297452926 ], [ -6.885174082149648, 58.180704151124083 ], [ -6.883651126441007, 58.180465699295034 ] ] ], [ [ [ -6.394190783005808, 58.199437055471435 ], [ -6.393571179940777, 58.199165238008121 ], [ -6.394956075349465, 58.199289254965848 ], [ -6.394190783005808, 58.199437055471435 ] ] ], [ [ [ -6.367571187099938, 58.200418701547648 ], [ -6.368397695945543, 58.199437998601631 ], [ -6.368752872767035, 58.199985197046921 ], [ -6.369110963571272, 58.199849714564053 ], [ -6.368827817525438, 58.200580672338837 ], [ -6.367571187099938, 58.200418701547648 ] ] ], [ [ [ -6.888067748849616, 58.182549755943377 ], [ -6.888452513348258, 58.182251608196481 ], [ -6.889014656766594, 58.18249990977332 ], [ -6.888841205044024, 58.182848421353022 ], [ -6.888067748849616, 58.182549755943377 ] ] ], [ [ [ -6.882570231345577, 58.183691760131509 ], [ -6.882691352491922, 58.18345771613879 ], [ -6.883125512793974, 58.183580507369015 ], [ -6.882613493027052, 58.184378300924401 ], [ -6.882570231345577, 58.183691760131509 ] ] ], [ [ [ -6.364219221926107, 58.203181110557416 ], [ -6.364294404369813, 58.202919534027984 ], [ -6.365389845163781, 58.203016913590012 ], [ -6.365120147127905, 58.20355314860209 ], [ -6.364081728115333, 58.203476296649526 ], [ -6.364219221926107, 58.203181110557416 ] ] ], [ [ [ -7.105439832437695, 58.17584948698476 ], [ -7.106311155755489, 58.175513123367622 ], [ -7.105365228347092, 58.176041425354612 ], [ -7.105439832437695, 58.17584948698476 ] ] ], [ [ [ -6.743191335171585, 58.189800951551739 ], [ -6.743522038748639, 58.188119117826901 ], [ -6.745066489535193, 58.188728137853957 ], [ -6.745259800973324, 58.189244460130126 ], [ -6.745129615604239, 58.189710766942291 ], [ -6.743699848092563, 58.190113938843709 ], [ -6.743191335171585, 58.189800951551739 ] ] ], [ [ [ -6.878560649978318, 58.184632587406533 ], [ -6.878344034851212, 58.184357510284002 ], [ -6.879426203798652, 58.184424001979998 ], [ -6.879532745399858, 58.18501365913346 ], [ -6.878560649978318, 58.184632587406533 ] ] ], [ [ [ -6.731777598861091, 58.190059059253301 ], [ -6.733330696407862, 58.187499791873691 ], [ -6.735283936619004, 58.187139342980409 ], [ -6.736631805197417, 58.185560038729619 ], [ -6.737607825887392, 58.185663162792153 ], [ -6.738209003757627, 58.18653132584474 ], [ -6.739356880902315, 58.186007373128 ], [ -6.739890152004676, 58.186302361478681 ], [ -6.740196146883405, 58.186106571257938 ], [ -6.739955567511635, 58.187941556404361 ], [ -6.738714087243656, 58.189960403415753 ], [ -6.737893047977675, 58.190036821791153 ], [ -6.736610506966126, 58.189679737386761 ], [ -6.736018782561638, 58.189866352702083 ], [ -6.735444137228213, 58.190794434310227 ], [ -6.732335114477801, 58.190996334152736 ], [ -6.731777598861091, 58.190059059253301 ] ] ], [ [ [ -6.870128976576967, 58.18568399975188 ], [ -6.870482639455529, 58.185157702215641 ], [ -6.871119964647399, 58.185520153627827 ], [ -6.870768148572933, 58.186059876431443 ], [ -6.87034281993152, 58.186125621517597 ], [ -6.870128976576967, 58.18568399975188 ] ] ], [ [ [ -6.780982658428884, 58.189614980615048 ], [ -6.780999978977596, 58.189047615960092 ], [ -6.782134801950683, 58.189126451372076 ], [ -6.781710021597031, 58.189893521556655 ], [ -6.780982658428884, 58.189614980615048 ] ] ], [ [ [ -6.165242392669221, 58.211580278826304 ], [ -6.165611219702528, 58.21148550083398 ], [ -6.165585317280774, 58.211598748198348 ], [ -6.165242392669221, 58.211580278826304 ] ] ], [ [ [ -6.886065620148379, 58.185824705867887 ], [ -6.886545720546835, 58.184857196139461 ], [ -6.887340292538823, 58.185370967673947 ], [ -6.886993319479526, 58.183715507324983 ], [ -6.888027042667809, 58.18299662572764 ], [ -6.889132865176963, 58.183606391066526 ], [ -6.888875405351588, 58.184767777849146 ], [ -6.887757522359479, 58.185741786607608 ], [ -6.887221189633095, 58.18568140603707 ], [ -6.886509814245294, 58.186082042935766 ], [ -6.886065620148379, 58.185824705867887 ] ] ], [ [ [ -6.860229415424716, 58.186903319350968 ], [ -6.8609181555832, 58.186148361154238 ], [ -6.861366354301955, 58.186747474889223 ], [ -6.860599653428416, 58.186808225617163 ], [ -6.860344535683989, 58.187371212618125 ], [ -6.860229415424716, 58.186903319350968 ] ] ], [ [ [ -7.108239003961714, 58.178260976553283 ], [ -7.10831573764562, 58.177965480016056 ], [ -7.108606951425881, 58.178273203616342 ], [ -7.108291313131131, 58.178506307603186 ], [ -7.108239003961714, 58.178260976553283 ] ] ], [ [ [ -7.112843936084163, 58.178777912452432 ], [ -7.112768965490359, 58.178434520297181 ], [ -7.113370835622464, 58.178770245500566 ], [ -7.112843936084163, 58.178777912452432 ] ] ], [ [ [ -7.111571174191574, 58.178869513153543 ], [ -7.111252294816298, 58.178724860974583 ], [ -7.110687461326248, 58.178824016794245 ], [ -7.110035455102018, 58.178494790767843 ], [ -7.109864500440654, 58.176832622706421 ], [ -7.111260942231487, 58.176358177379058 ], [ -7.113848067655139, 58.176110311130209 ], [ -7.115184668263664, 58.176344528569309 ], [ -7.115937617300547, 58.177492943445543 ], [ -7.112822880646107, 58.17774404717656 ], [ -7.111647396518515, 58.17809716810406 ], [ -7.112371306537462, 58.178275039944872 ], [ -7.112220976172741, 58.178591490275934 ], [ -7.111571174191574, 58.178869513153543 ] ] ], [ [ [ -7.106729243900586, 58.179725152164401 ], [ -7.106226346758622, 58.179425915331116 ], [ -7.10706837630944, 58.179477613895152 ], [ -7.106729243900586, 58.179725152164401 ] ] ], [ [ [ -7.106850993870009, 58.180453560212129 ], [ -7.107284240379688, 58.180386693837768 ], [ -7.106984544261564, 58.180790105841517 ], [ -7.106850993870009, 58.180453560212129 ] ] ], [ [ [ -6.774509083831746, 58.193411007767224 ], [ -6.775302638279724, 58.192724593506682 ], [ -6.776324791024945, 58.193041588562068 ], [ -6.776741431044237, 58.193606170678059 ], [ -6.775832392005641, 58.194130508464397 ], [ -6.774779319344836, 58.193837156465996 ], [ -6.774509083831746, 58.193411007767224 ] ] ], [ [ [ -6.862727871308087, 58.187734526887304 ], [ -6.862067212662504, 58.187512362559353 ], [ -6.861784350287902, 58.187748060032035 ], [ -6.862198593656289, 58.188658828091789 ], [ -6.861207902049937, 58.187954481821457 ], [ -6.86083666762253, 58.187046567683431 ], [ -6.861688811193583, 58.187050023457829 ], [ -6.861161923362697, 58.185689259156845 ], [ -6.863257399003678, 58.185879131801023 ], [ -6.864439575343805, 58.186738075030384 ], [ -6.865144724344646, 58.186787604034812 ], [ -6.86547633468104, 58.188524651074374 ], [ -6.866840605788918, 58.188908827631266 ], [ -6.867447084307757, 58.189605328140225 ], [ -6.86774437381352, 58.190345130102159 ], [ -6.867229463136178, 58.19112496954429 ], [ -6.865763218357322, 58.191675773826589 ], [ -6.864650786168783, 58.19101658367849 ], [ -6.86464542633845, 58.190355585158841 ], [ -6.862727871308087, 58.187734526887304 ] ] ], [ [ [ -6.753520843612451, 58.195366266013885 ], [ -6.75357308875428, 58.194471082577529 ], [ -6.754374929242613, 58.19570140015248 ], [ -6.754160151979124, 58.196209555273576 ], [ -6.753364260878181, 58.195812878942412 ], [ -6.753520843612451, 58.195366266013885 ] ] ], [ [ [ -7.059488062687004, 58.184198046168362 ], [ -7.059632434125603, 58.183656978426974 ], [ -7.060490715152296, 58.183942266637558 ], [ -7.060745232812612, 58.18441349823329 ], [ -7.060195435224363, 58.185038159899349 ], [ -7.059514800403396, 58.184804291386214 ], [ -7.059488062687004, 58.184198046168362 ] ] ], [ [ [ -6.273919132076689, 58.214104284991421 ], [ -6.274094573629668, 58.21355165047347 ], [ -6.274078118430531, 58.213981151121082 ], [ -6.273919132076689, 58.214104284991421 ] ] ], [ [ [ -7.076582911923237, 58.184322821921668 ], [ -7.077637857983917, 58.18419527938822 ], [ -7.077947081090294, 58.184511346903129 ], [ -7.077147165612982, 58.184754683737054 ], [ -7.076367997403793, 58.184547325231605 ], [ -7.076582911923237, 58.184322821921668 ] ] ], [ [ [ -7.076543475902531, 58.18517913381843 ], [ -7.076538509317174, 58.184846433324822 ], [ -7.077257434564864, 58.184930231689037 ], [ -7.076543475902531, 58.18517913381843 ] ] ], [ [ [ -6.755721044375187, 58.194914435197759 ], [ -6.756303669720345, 58.194812623592476 ], [ -6.756735756665151, 58.196105308745743 ], [ -6.756636695585224, 58.197210035253967 ], [ -6.755966567598144, 58.19761285942888 ], [ -6.755299987754209, 58.19612113406059 ], [ -6.755721044375187, 58.194914435197759 ] ] ], [ [ [ -7.077280312768597, 58.185388179706337 ], [ -7.077577032569412, 58.185020954845207 ], [ -7.077846785296041, 58.185239626926673 ], [ -7.077280312768597, 58.185388179706337 ] ] ], [ [ [ -7.057549642501174, 58.186375892905751 ], [ -7.055242826182627, 58.18600325051446 ], [ -7.054397759808039, 58.185619333516549 ], [ -7.054684618501534, 58.185312840128361 ], [ -7.055820351530918, 58.185297437323619 ], [ -7.057468555283304, 58.185866276901734 ], [ -7.057665859621853, 58.186294800842376 ], [ -7.059225512016905, 58.185643524600692 ], [ -7.059575208914627, 58.185886047630966 ], [ -7.057549642501174, 58.186375892905751 ] ] ], [ [ [ -6.157786197873312, 58.219230409995738 ], [ -6.157680999552531, 58.218870562138534 ], [ -6.158620938731711, 58.219024245632887 ], [ -6.157786197873312, 58.219230409995738 ] ] ], [ [ [ -7.055543121883951, 58.186999905197844 ], [ -7.056523144827713, 58.186524628396157 ], [ -7.05711992207862, 58.186707861096913 ], [ -7.055543121883951, 58.186999905197844 ] ] ], [ [ [ -7.060406381228512, 58.186937173234867 ], [ -7.061065216803155, 58.186240698481825 ], [ -7.06161146667802, 58.186547380685475 ], [ -7.060406381228512, 58.186937173234867 ] ] ], [ [ [ -7.101136729737207, 58.185793187893516 ], [ -7.101537456336032, 58.185084330878489 ], [ -7.102442110554726, 58.185156047412562 ], [ -7.101136729737207, 58.185793187893516 ] ] ], [ [ [ -7.090067743353932, 58.18754530649089 ], [ -7.090614316438948, 58.187258033040557 ], [ -7.090711433773152, 58.18751957174112 ], [ -7.090067743353932, 58.18754530649089 ] ] ], [ [ [ -6.865799005917964, 58.194858979375645 ], [ -6.866485198205303, 58.194706819601386 ], [ -6.867061778550049, 58.194873703739461 ], [ -6.867677633507132, 58.196010650123753 ], [ -6.867438793658454, 58.196505560304111 ], [ -6.866185615855581, 58.196126134985008 ], [ -6.865255611756292, 58.195680378080063 ], [ -6.865799005917964, 58.194858979375645 ] ] ], [ [ [ -6.883905409887841, 58.193527249538668 ], [ -6.885762451709985, 58.192970236472718 ], [ -6.886866913846885, 58.193134773195759 ], [ -6.886670198525316, 58.194181369749188 ], [ -6.887716320771746, 58.194231189136268 ], [ -6.888215621006104, 58.194702314621658 ], [ -6.887934664666838, 58.195693672187709 ], [ -6.886364769489656, 58.195861862814183 ], [ -6.884768906154131, 58.19553174713711 ], [ -6.884323367008307, 58.193655159005324 ], [ -6.883905409887841, 58.193527249538668 ] ] ], [ [ [ -7.04809443617718, 58.190362541899518 ], [ -7.048144754171449, 58.19005734550597 ], [ -7.047790616840913, 58.190274718639159 ], [ -7.046960834725803, 58.190094379376532 ], [ -7.046155800494139, 58.189440708146826 ], [ -7.046325121301053, 58.188833893482702 ], [ -7.047427781619964, 58.188920646462236 ], [ -7.047587662035363, 58.189625977436336 ], [ -7.048758125069889, 58.189218791044702 ], [ -7.048528827074341, 58.189810893444822 ], [ -7.050130970514239, 58.189516136300924 ], [ -7.050380564052092, 58.189809663941858 ], [ -7.049166183137132, 58.190171596940658 ], [ -7.04809443617718, 58.190362541899518 ] ] ], [ [ [ -6.861369083202527, 58.196350539446229 ], [ -6.862820477175242, 58.195813853004395 ], [ -6.864114037152775, 58.196115302622182 ], [ -6.864395488625277, 58.196801740915291 ], [ -6.863862961028979, 58.197640709050887 ], [ -6.862600910453957, 58.197756364311559 ], [ -6.861160266758723, 58.197500993368678 ], [ -6.861142814306487, 58.196813470094348 ], [ -6.861369083202527, 58.196350539446229 ] ] ], [ [ [ -7.048985174290516, 58.19025255040038 ], [ -7.05047598169081, 58.189941510584788 ], [ -7.050452829955582, 58.190653199241503 ], [ -7.04937095134027, 58.190832860405521 ], [ -7.048985174290516, 58.19025255040038 ] ] ], [ [ [ -6.157920685223996, 58.223783187626516 ], [ -6.158092981299553, 58.223726314785978 ], [ -6.157737505979907, 58.223965404326037 ], [ -6.157920685223996, 58.223783187626516 ] ] ], [ [ [ -6.931457971228118, 58.195873646004401 ], [ -6.931395551094829, 58.195178844838395 ], [ -6.932539675963174, 58.196362543626748 ], [ -6.931457971228118, 58.195873646004401 ] ] ], [ [ [ -6.873558058858903, 58.198758965661405 ], [ -6.872945891910133, 58.198085195707023 ], [ -6.874642102132984, 58.198029288775913 ], [ -6.874505423656026, 58.19870922079329 ], [ -6.873558058858903, 58.198758965661405 ] ] ], [ [ [ -7.082355539913308, 58.190260160897829 ], [ -7.082742216250093, 58.189866839872266 ], [ -7.082151069790441, 58.189962414205766 ], [ -7.081781187894566, 58.189639778540922 ], [ -7.082427632766387, 58.189573489077453 ], [ -7.082009196158584, 58.189387751559877 ], [ -7.082413792912087, 58.189119678224642 ], [ -7.081677088039543, 58.189329028102719 ], [ -7.081382658721741, 58.189057363908482 ], [ -7.081641301175462, 58.188543193652457 ], [ -7.083899173347798, 58.189379783352138 ], [ -7.082831787937659, 58.189480879271656 ], [ -7.083998809828081, 58.189659220108126 ], [ -7.08310658385147, 58.189793812086855 ], [ -7.083824522633057, 58.190583903666571 ], [ -7.082879182129019, 58.190585654664602 ], [ -7.082355539913308, 58.190260160897829 ] ] ], [ [ [ -6.837351439339407, 58.200768792200293 ], [ -6.836822585118812, 58.200451531705085 ], [ -6.835810357730726, 58.200538539462727 ], [ -6.835653814576539, 58.200027224401666 ], [ -6.837775307051795, 58.200190458026633 ], [ -6.837351439339407, 58.200768792200293 ] ] ], [ [ [ -6.83792695583274, 58.200490555803825 ], [ -6.839047482887854, 58.200335546797248 ], [ -6.838939749471088, 58.200982839400154 ], [ -6.837858230999763, 58.200799023046613 ], [ -6.83792695583274, 58.200490555803825 ] ] ], [ [ [ -7.026397514762725, 58.194404851952655 ], [ -7.025964376058508, 58.194077364413722 ], [ -7.026816356591378, 58.194149900459557 ], [ -7.026397514762725, 58.194404851952655 ] ] ], [ [ [ -6.897530443272191, 58.199733170939524 ], [ -6.897485101243452, 58.199528002733693 ], [ -6.896700014778189, 58.199580676784912 ], [ -6.896358508028518, 58.199328418533419 ], [ -6.897348490399015, 58.19822881276081 ], [ -6.896107450389174, 58.198002141152003 ], [ -6.896040978355673, 58.197581877345314 ], [ -6.895016898043386, 58.197198419486057 ], [ -6.89465177579395, 58.196218377701925 ], [ -6.895482800857437, 58.195696149366604 ], [ -6.89405735641159, 58.194563439900492 ], [ -6.893548081836661, 58.193525962329296 ], [ -6.896119327548992, 58.192774921924403 ], [ -6.896911051960741, 58.192771471519301 ], [ -6.896393596698876, 58.193034262407522 ], [ -6.896788100870829, 58.193671316183753 ], [ -6.899385437951799, 58.193418492608615 ], [ -6.901192106827408, 58.193794290780232 ], [ -6.902815553551704, 58.194878820268542 ], [ -6.903295543440386, 58.196380698838553 ], [ -6.903241245635418, 58.197529803554794 ], [ -6.902327281563462, 58.199116826336102 ], [ -6.899541264843324, 58.198783211266999 ], [ -6.899155672109684, 58.199162387664352 ], [ -6.898464551800618, 58.199031535388983 ], [ -6.898050788051251, 58.199614205052399 ], [ -6.897530443272191, 58.199733170939524 ] ] ], [ [ [ -6.817671476175405, 58.202168577616519 ], [ -6.818413641172464, 58.201798672205577 ], [ -6.818863682344142, 58.202490508987161 ], [ -6.818331092909096, 58.202772428638909 ], [ -6.818118839461657, 58.202551966205135 ], [ -6.817671476175405, 58.202168577616519 ] ] ], [ [ [ -6.922920291535045, 58.19518735248657 ], [ -6.92304914686379, 58.193536046697609 ], [ -6.922058353878211, 58.192287870217498 ], [ -6.922387726560076, 58.191406996338308 ], [ -6.921022373664024, 58.190344220360984 ], [ -6.921688994871372, 58.189499795713964 ], [ -6.92250647091457, 58.189621137257809 ], [ -6.922909039906311, 58.190190336251824 ], [ -6.924683706041617, 58.190211685037291 ], [ -6.926301722558655, 58.191498555484408 ], [ -6.927877784310923, 58.19217528022201 ], [ -6.930290743931666, 58.191578093794774 ], [ -6.930873252197005, 58.192153799419032 ], [ -6.932913219640168, 58.19236718200802 ], [ -6.933793511640808, 58.192755911679612 ], [ -6.934362381546309, 58.194213776757898 ], [ -6.933581448185589, 58.195521516088547 ], [ -6.93101368634539, 58.194698830224077 ], [ -6.929355738128175, 58.194538101685005 ], [ -6.928118482038159, 58.194891858290994 ], [ -6.928472225661698, 58.195476426867181 ], [ -6.927853946785651, 58.19593217499159 ], [ -6.928294018548387, 58.197138649844121 ], [ -6.927310073877964, 58.19864312167023 ], [ -6.924355430851708, 58.197120058425305 ], [ -6.922940586846364, 58.195825306078078 ], [ -6.922920291535045, 58.19518735248657 ] ] ], [ [ [ -6.943969553114117, 58.197894087120311 ], [ -6.943804569056327, 58.197443472271047 ], [ -6.944293086166864, 58.197623330232624 ], [ -6.944915652817858, 58.198386349433662 ], [ -6.943969553114117, 58.197894087120311 ] ] ], [ [ [ -6.920633861878792, 58.197745192543699 ], [ -6.921511867463853, 58.197441380253693 ], [ -6.922735783906908, 58.199386764072408 ], [ -6.922326010710592, 58.199884802591335 ], [ -6.92075416396262, 58.198982033746958 ], [ -6.920354621683364, 58.198619624427664 ], [ -6.920633861878792, 58.197745192543699 ] ] ], [ [ [ -6.800863612961026, 58.20432695271991 ], [ -6.80139502352591, 58.204236760319752 ], [ -6.801420781271538, 58.20485558512329 ], [ -6.800863612961026, 58.20432695271991 ] ] ], [ [ [ -6.840537075445347, 58.203100038906832 ], [ -6.841233332714484, 58.202932346382589 ], [ -6.841526871786979, 58.203385374845602 ], [ -6.840802156151352, 58.203444401261713 ], [ -6.840537075445347, 58.203100038906832 ] ] ], [ [ [ -6.764262363632841, 58.194135599248007 ], [ -6.765361782618907, 58.193606924523053 ], [ -6.766499900683041, 58.193658792572158 ], [ -6.768343724911674, 58.194563983954978 ], [ -6.770316805935488, 58.194984855285384 ], [ -6.772975458181887, 58.197210578115943 ], [ -6.774210878946762, 58.197465628995495 ], [ -6.777355573484148, 58.200451159313786 ], [ -6.777509400044871, 58.202037583838617 ], [ -6.77798694411661, 58.202294035401259 ], [ -6.777618911845003, 58.203801081360503 ], [ -6.775979906357367, 58.204411256735966 ], [ -6.775982330044312, 58.205189270738892 ], [ -6.773789344448936, 58.206293340526919 ], [ -6.77094101877157, 58.206301083937696 ], [ -6.768371241190837, 58.204601808742545 ], [ -6.765886180345158, 58.202275039078664 ], [ -6.764854020854673, 58.200424620260705 ], [ -6.764998715209705, 58.198773055523056 ], [ -6.764075694598496, 58.19594435285002 ], [ -6.764262363632841, 58.194135599248007 ] ] ], [ [ [ -6.163333681192607, 58.22748754119857 ], [ -6.164349809454857, 58.227213375371328 ], [ -6.164145427672338, 58.227577933595953 ], [ -6.163576099542708, 58.227737698623912 ], [ -6.163333681192607, 58.22748754119857 ] ] ], [ [ [ -6.804633984083054, 58.20556743710894 ], [ -6.805102897192127, 58.205166539407578 ], [ -6.805573800828888, 58.205863028545764 ], [ -6.80507241484671, 58.205998882798312 ], [ -6.804633984083054, 58.20556743710894 ] ] ], [ [ [ -7.06617204323313, 58.19469289978548 ], [ -7.067015375138522, 58.194632354390521 ], [ -7.067092156888287, 58.195110649134236 ], [ -7.06654080220139, 58.195366513777977 ], [ -7.067148338834341, 58.195504290203743 ], [ -7.067007063930564, 58.196126219423938 ], [ -7.066366851019005, 58.19623716483072 ], [ -7.065753444802743, 58.195879186854924 ], [ -7.066048742531228, 58.195620016958486 ], [ -7.06520370897283, 58.195370220176969 ], [ -7.06617204323313, 58.19469289978548 ] ] ], [ [ [ -6.163217165855285, 58.22931313589207 ], [ -6.163374417525341, 58.229156935603008 ], [ -6.163687266963628, 58.229266315922452 ], [ -6.163217165855285, 58.22931313589207 ] ] ], [ [ [ -6.15982918309945, 58.231356083564627 ], [ -6.160303273364018, 58.231284868098079 ], [ -6.159758589038509, 58.231451903379131 ], [ -6.15982918309945, 58.231356083564627 ] ] ], [ [ [ -6.875832752142577, 58.208374124909426 ], [ -6.876337315508646, 58.208138908290259 ], [ -6.876558373575985, 58.208445307627997 ], [ -6.876033907861276, 58.208721768903509 ], [ -6.875832752142577, 58.208374124909426 ] ] ], [ [ [ -6.157066606378922, 58.234534923274175 ], [ -6.156894725026908, 58.234319321845511 ], [ -6.157137242432974, 58.234497552017437 ], [ -6.157066606378922, 58.234534923274175 ] ] ], [ [ [ -6.907732455111077, 58.210297885862921 ], [ -6.908046364432797, 58.209548103078134 ], [ -6.909085553619386, 58.210160289077457 ], [ -6.907732455111077, 58.210297885862921 ] ] ], [ [ [ -7.061343160144662, 58.204984228911506 ], [ -7.060930012475707, 58.204118925057102 ], [ -7.06135681348006, 58.204362882539968 ], [ -7.061343160144662, 58.204984228911506 ] ] ], [ [ [ -6.767116371793753, 58.212515227761671 ], [ -6.767538171627217, 58.211658378441001 ], [ -6.768209376268909, 58.211516322508011 ], [ -6.768332651047151, 58.211799561556411 ], [ -6.769545889785055, 58.211556254424551 ], [ -6.771164845086791, 58.210831782004981 ], [ -6.772483766082851, 58.211717010167924 ], [ -6.774034352233739, 58.212169862368896 ], [ -6.774604953097863, 58.212838430876808 ], [ -6.77578805127132, 58.213181795787136 ], [ -6.775929735070187, 58.214031950492178 ], [ -6.775390639852917, 58.214535209544799 ], [ -6.776188225816163, 58.217104995007922 ], [ -6.774785000734069, 58.217508403130338 ], [ -6.774156320153334, 58.217397026911144 ], [ -6.771760690957916, 58.217266369089472 ], [ -6.769674208582988, 58.21640446446348 ], [ -6.770174802826593, 58.215994426491378 ], [ -6.769778437128905, 58.215581982568274 ], [ -6.770124911323811, 58.214925842391956 ], [ -6.768159024354064, 58.214059402334932 ], [ -6.767116371793753, 58.212515227761671 ] ] ], [ [ [ -6.885159266673217, 58.213414476268994 ], [ -6.885597742107553, 58.212884886590324 ], [ -6.885629276042332, 58.213423442115513 ], [ -6.885159266673217, 58.213414476268994 ] ] ], [ [ [ -6.883528146725615, 58.21444408471632 ], [ -6.884007102159425, 58.21358909133761 ], [ -6.88410459438671, 58.214111624144785 ], [ -6.883528146725615, 58.21444408471632 ] ] ], [ [ [ -6.781206094022205, 58.218288626944386 ], [ -6.781756257444145, 58.218070083508778 ], [ -6.781608201004765, 58.218489430275966 ], [ -6.781206094022205, 58.218288626944386 ] ] ], [ [ [ -6.897763774488745, 58.213960613897711 ], [ -6.898140809950903, 58.213851659745423 ], [ -6.898145976559561, 58.214197813048749 ], [ -6.897763774488745, 58.213960613897711 ] ] ], [ [ [ -6.773734705893157, 58.21888806969077 ], [ -6.774100353005021, 58.218438094153242 ], [ -6.7748365984606, 58.218905257462858 ], [ -6.774446215425522, 58.219234723845368 ], [ -6.773734705893157, 58.21888806969077 ] ] ], [ [ [ -6.876364396481994, 58.217453254304665 ], [ -6.876655081342854, 58.216839395627773 ], [ -6.877915609277226, 58.21714198971101 ], [ -6.876364396481994, 58.217453254304665 ] ] ], [ [ [ -6.79584283038139, 58.220392294834404 ], [ -6.796210181591285, 58.219755078194844 ], [ -6.796992351126389, 58.219878561356275 ], [ -6.796296783562532, 58.220559618614629 ], [ -6.79584283038139, 58.220392294834404 ] ] ], [ [ [ -6.769764326560027, 58.222540444282785 ], [ -6.770423032019822, 58.221143233634621 ], [ -6.771495700032343, 58.222394673738329 ], [ -6.770427646222616, 58.223022956556136 ], [ -6.769764326560027, 58.222540444282785 ] ] ], [ [ [ -6.877426355838921, 58.217799436991335 ], [ -6.877982315668133, 58.21775116610344 ], [ -6.879347021861071, 58.218872896307239 ], [ -6.878518518086245, 58.219232975066177 ], [ -6.877987924153032, 58.218969913628641 ], [ -6.877095124137473, 58.218428343548155 ], [ -6.877426355838921, 58.217799436991335 ] ] ], [ [ [ -6.905068013609569, 58.218582540041574 ], [ -6.905062488766436, 58.21792603055416 ], [ -6.905594134254511, 58.218071992422573 ], [ -6.905068013609569, 58.218582540041574 ] ] ], [ [ [ -6.894506983501121, 58.218835726577908 ], [ -6.893841519547854, 58.218460959652269 ], [ -6.893625238301037, 58.218685173396125 ], [ -6.893683145064673, 58.218116193498901 ], [ -6.892982596523908, 58.218228560652044 ], [ -6.893286525772404, 58.217218319288868 ], [ -6.892223977825905, 58.216930763096492 ], [ -6.890994456501133, 58.215741000974504 ], [ -6.891031113024984, 58.214646566353942 ], [ -6.889928887841206, 58.214688874178663 ], [ -6.889312735235647, 58.21386688691674 ], [ -6.889563239882073, 58.213519919618733 ], [ -6.888874944293208, 58.213658784074759 ], [ -6.887955466949108, 58.212861924328408 ], [ -6.887490317598836, 58.211836222552812 ], [ -6.888007491026678, 58.211568988930843 ], [ -6.887418385629594, 58.211128290853274 ], [ -6.886403558860827, 58.210690425312585 ], [ -6.884935019707678, 58.210980639875949 ], [ -6.884546991409435, 58.211319375996943 ], [ -6.885129801928023, 58.212457523905442 ], [ -6.884319837412039, 58.212888903201815 ], [ -6.884262642622351, 58.211977994609967 ], [ -6.883639048003507, 58.211534104155035 ], [ -6.884142657249753, 58.21141584194276 ], [ -6.88390720848487, 58.210943578211065 ], [ -6.883141787296885, 58.210707534136873 ], [ -6.881648598941896, 58.21081873375288 ], [ -6.880373705760124, 58.210224359843323 ], [ -6.879701735072617, 58.208932178828789 ], [ -6.87756164245027, 58.208366417995713 ], [ -6.87713017552703, 58.20851337898506 ], [ -6.879406113192882, 58.206905897694185 ], [ -6.880455612920816, 58.206667782424724 ], [ -6.881729067020704, 58.20694284769619 ], [ -6.88287227136957, 58.206642646891829 ], [ -6.88340972650015, 58.205717940530249 ], [ -6.884621920637727, 58.205424074084206 ], [ -6.887158367509965, 58.205650650410853 ], [ -6.886551418714827, 58.204522434595006 ], [ -6.887281336464694, 58.204130091224734 ], [ -6.888518542459916, 58.204204066074141 ], [ -6.889197690587383, 58.204866203524965 ], [ -6.890787077667815, 58.204836678516372 ], [ -6.892371252436915, 58.205387583689777 ], [ -6.892729602766161, 58.205823626926026 ], [ -6.894469971191106, 58.206332524074398 ], [ -6.894610430506888, 58.20679492645862 ], [ -6.895611990507235, 58.207260224615972 ], [ -6.896334555700111, 58.211015333789071 ], [ -6.895795068231739, 58.211058556915191 ], [ -6.895097109783461, 58.212115434033343 ], [ -6.894207565844074, 58.212401500752605 ], [ -6.894663788428613, 58.213175633931456 ], [ -6.895584501728957, 58.212991822311331 ], [ -6.895793903081652, 58.213397598261572 ], [ -6.895103166984266, 58.213518598561315 ], [ -6.894989151836937, 58.213927805199191 ], [ -6.895975242437183, 58.214650089592631 ], [ -6.896708176775035, 58.214217096194503 ], [ -6.896406053242539, 58.215177800604799 ], [ -6.897157771432478, 58.216115995394318 ], [ -6.897040067907831, 58.216498357513551 ], [ -6.896500166584399, 58.21641565156169 ], [ -6.896418601564648, 58.217183458229314 ], [ -6.89562666156964, 58.217312846851755 ], [ -6.895413347993685, 58.219597065175456 ], [ -6.894506983501121, 58.218835726577908 ] ] ], [ [ [ -6.880283105204692, 58.220906137248107 ], [ -6.878358606582927, 58.219805847518025 ], [ -6.878696730474745, 58.219289124035541 ], [ -6.881839849512378, 58.218404076624807 ], [ -6.88259249933797, 58.218546162949437 ], [ -6.88324254952092, 58.219119490031268 ], [ -6.88236519008353, 58.219557933441358 ], [ -6.882795818419567, 58.219527938343099 ], [ -6.882513276539458, 58.219952583739428 ], [ -6.880636311716799, 58.219817581608055 ], [ -6.880955291622088, 58.220525047207488 ], [ -6.880283105204692, 58.220906137248107 ] ] ], [ [ [ -6.861174330473391, 58.221371168056926 ], [ -6.862859810628891, 58.221104449752509 ], [ -6.863600105493266, 58.221467520085604 ], [ -6.86339017867314, 58.221988301014413 ], [ -6.862472228473742, 58.222257226062943 ], [ -6.862697343022374, 58.222469036407297 ], [ -6.862050956728512, 58.222480206767997 ], [ -6.86135766452708, 58.222335734487693 ], [ -6.861174330473391, 58.221371168056926 ] ] ], [ [ [ -6.15052140923995, 58.247736113365875 ], [ -6.150608527367589, 58.247562431284464 ], [ -6.150773473533778, 58.247820529462736 ], [ -6.15052140923995, 58.247736113365875 ] ] ], [ [ [ -6.873242151450399, 58.223082757893941 ], [ -6.873706376775921, 58.222862593844184 ], [ -6.873311830244167, 58.222783225140518 ], [ -6.874219509359873, 58.222564091187763 ], [ -6.874331137228162, 58.222942151639387 ], [ -6.874531834829161, 58.222727566368761 ], [ -6.875108784572066, 58.222831439249283 ], [ -6.874559655858175, 58.223302246698964 ], [ -6.875355692328261, 58.223883522568414 ], [ -6.874406684100575, 58.224050268820953 ], [ -6.874306733997335, 58.223757223740598 ], [ -6.873242151450399, 58.223082757893941 ] ] ], [ [ [ -6.142636148591324, 58.250182855710406 ], [ -6.143133037560976, 58.24992483650292 ], [ -6.143697360938446, 58.250039588927322 ], [ -6.142636148591324, 58.250182855710406 ] ] ], [ [ [ -6.792749548462409, 58.226823526170293 ], [ -6.792427380173964, 58.226205954679983 ], [ -6.792134060494192, 58.22643287653095 ], [ -6.79101502876802, 58.226227571498306 ], [ -6.790891579663076, 58.225755450101715 ], [ -6.789855588370964, 58.225533520628773 ], [ -6.789955050191772, 58.225259917323278 ], [ -6.788621566058879, 58.225107629772353 ], [ -6.788180461796543, 58.223671430589299 ], [ -6.786947732398598, 58.223254472345261 ], [ -6.787012679658357, 58.222977670374434 ], [ -6.787997083077743, 58.22319706130763 ], [ -6.788545490459288, 58.222902093608901 ], [ -6.790133436953012, 58.222792941558239 ], [ -6.790496150036504, 58.223332531415302 ], [ -6.791819374236372, 58.223156847380437 ], [ -6.792784393327142, 58.22348487720997 ], [ -6.793447365819759, 58.225173590228472 ], [ -6.794875883761288, 58.225839495519899 ], [ -6.794678874482551, 58.226274195203239 ], [ -6.793024659000111, 58.226714229487527 ], [ -6.794667848251954, 58.226823337492561 ], [ -6.79497063623972, 58.227612548606523 ], [ -6.793082498556482, 58.227962431914612 ], [ -6.792166618310412, 58.226989374413797 ], [ -6.792749548462409, 58.226823526170293 ] ] ], [ [ [ -6.869172420125076, 58.224799130737118 ], [ -6.869974731864588, 58.224246705606234 ], [ -6.871239652393982, 58.22451771678174 ], [ -6.870497821654864, 58.225324224198332 ], [ -6.869172420125076, 58.224799130737118 ] ] ], [ [ [ -6.794183464047303, 58.227970498243472 ], [ -6.795403809255905, 58.227915592404344 ], [ -6.794307613672265, 58.228258182889412 ], [ -6.794183464047303, 58.227970498243472 ] ] ], [ [ [ -6.914217854164446, 58.22365021227052 ], [ -6.914253066959242, 58.223289004371267 ], [ -6.914781109942195, 58.223408080809023 ], [ -6.915075780639702, 58.224057939641462 ], [ -6.914217854164446, 58.22365021227052 ] ] ], [ [ [ -6.91582830662694, 58.223705045962589 ], [ -6.915102189732408, 58.222833430614159 ], [ -6.915920017211105, 58.22282887092409 ], [ -6.916072895997612, 58.222517100091792 ], [ -6.917234488875953, 58.222224882516414 ], [ -6.918395843850949, 58.22242295994802 ], [ -6.919043226588508, 58.22327960512623 ], [ -6.918121117712855, 58.224192334794985 ], [ -6.916692429430609, 58.224526351920652 ], [ -6.91582830662694, 58.223705045962589 ] ] ], [ [ [ -6.935269939955697, 58.223601273351647 ], [ -6.935147467786074, 58.223088725268155 ], [ -6.934804763564032, 58.223137983438249 ], [ -6.935245312211827, 58.22219879270196 ], [ -6.934656305110374, 58.221825764386274 ], [ -6.935404310373874, 58.221625862573561 ], [ -6.936927091993081, 58.222704913311503 ], [ -6.936360772739238, 58.223536528389225 ], [ -6.937208500305852, 58.223746587121965 ], [ -6.937035956573083, 58.224895813404004 ], [ -6.936116682577059, 58.224355658374343 ], [ -6.935867290283444, 58.223605124959839 ], [ -6.935269939955697, 58.223601273351647 ] ] ], [ [ [ -6.808792305704265, 58.23132872385974 ], [ -6.809281929924007, 58.231292258710702 ], [ -6.80879476820721, 58.231535530067035 ], [ -6.808792305704265, 58.23132872385974 ] ] ], [ [ [ -6.778337858621859, 58.232990406859322 ], [ -6.777963043702592, 58.232714804380763 ], [ -6.778393292139266, 58.232743652971664 ], [ -6.778337858621859, 58.232990406859322 ] ] ], [ [ [ -6.171900084043109, 58.254360101328366 ], [ -6.171541427422151, 58.2540085487406 ], [ -6.172021397009975, 58.254086371800923 ], [ -6.171900084043109, 58.254360101328366 ] ] ], [ [ [ -6.909504389032023, 58.228217556286658 ], [ -6.909020762472408, 58.227372550463286 ], [ -6.909699562667202, 58.227841192129702 ], [ -6.909504389032023, 58.228217556286658 ] ] ], [ [ [ -6.985503831684452, 58.225833623525965 ], [ -6.985717982032283, 58.225537350689223 ], [ -6.986245024614153, 58.225647179513018 ], [ -6.986275287389872, 58.226226281483648 ], [ -6.985503831684452, 58.225833623525965 ] ] ], [ [ [ -6.916887122233639, 58.230789234336342 ], [ -6.917504880797185, 58.230509005284588 ], [ -6.918060765662535, 58.230582015237466 ], [ -6.916887122233639, 58.230789234336342 ] ] ], [ [ [ -6.914003646838125, 58.230473128455266 ], [ -6.9145732330136, 58.230091314678731 ], [ -6.913386367300975, 58.230141577092233 ], [ -6.912607745752074, 58.229753268926103 ], [ -6.912886514899621, 58.230349768511623 ], [ -6.911371893801119, 58.230619559684087 ], [ -6.910957212724335, 58.229164657168489 ], [ -6.911840758246026, 58.2292025758344 ], [ -6.91104014242781, 58.228347302909697 ], [ -6.911561975547813, 58.227805410652053 ], [ -6.910559060719001, 58.227952015137426 ], [ -6.909861235224129, 58.227407642883854 ], [ -6.910460113518209, 58.226498439699306 ], [ -6.909938230014226, 58.225623424739119 ], [ -6.910616547215794, 58.224549227065928 ], [ -6.911967224158784, 58.22365152396479 ], [ -6.913105275926346, 58.223558170544727 ], [ -6.915249492298987, 58.224388598675581 ], [ -6.915581132104474, 58.22579721426051 ], [ -6.916545306454744, 58.225310205017365 ], [ -6.916714696623983, 58.225609542322793 ], [ -6.917468470307193, 58.225450010948627 ], [ -6.91804185228622, 58.225711265563866 ], [ -6.919070319696192, 58.225442163724374 ], [ -6.91780173940249, 58.224533024798404 ], [ -6.92037300450112, 58.223831015143169 ], [ -6.920675213394039, 58.224165702432231 ], [ -6.922139058003899, 58.224392549783879 ], [ -6.922669914040024, 58.225330148959493 ], [ -6.921789830885478, 58.226115334539863 ], [ -6.920280408301114, 58.225867750675668 ], [ -6.921390615780784, 58.226310678682438 ], [ -6.921083257758162, 58.22679935171444 ], [ -6.91887649688723, 58.226380760001504 ], [ -6.919102387953977, 58.227640515253924 ], [ -6.916874066131773, 58.22749710640354 ], [ -6.916106124524163, 58.228354389631235 ], [ -6.916885585792272, 58.228625692794004 ], [ -6.917290027405341, 58.228344697839425 ], [ -6.918181208646636, 58.228499229022376 ], [ -6.918692381308878, 58.228250095264649 ], [ -6.918240576479286, 58.228681361347391 ], [ -6.919062882614547, 58.228892522409524 ], [ -6.919600941444172, 58.228345470005941 ], [ -6.921522522197612, 58.228244284933226 ], [ -6.922212271534752, 58.22885188386887 ], [ -6.921196969794043, 58.229093512001725 ], [ -6.921266115643509, 58.229837533698124 ], [ -6.921924793030422, 58.229668155440962 ], [ -6.922350163238633, 58.230029570479275 ], [ -6.920766966898896, 58.230603499748376 ], [ -6.920051348740647, 58.230055367339759 ], [ -6.920132200671425, 58.229040164270714 ], [ -6.918909385457278, 58.229384246062324 ], [ -6.919307414208629, 58.229733231373153 ], [ -6.918027897406573, 58.229422765072741 ], [ -6.917147630412037, 58.229839073855118 ], [ -6.916334656592023, 58.229141742220044 ], [ -6.914612807713618, 58.229577002425629 ], [ -6.916151911511835, 58.230160870947721 ], [ -6.915962969006278, 58.230950833672011 ], [ -6.915091761582031, 58.231186852264912 ], [ -6.914003646838125, 58.230473128455266 ] ] ], [ [ [ -6.917499903667556, 58.230842059123013 ], [ -6.918990899458967, 58.23058660042863 ], [ -6.918897597750107, 58.230959048859063 ], [ -6.918004108647137, 58.231194148603358 ], [ -6.918192129202941, 58.23091430582059 ], [ -6.917499903667556, 58.230842059123013 ] ] ], [ [ [ -6.915342910303836, 58.231276124728652 ], [ -6.916248464967483, 58.23098030377821 ], [ -6.916061207824201, 58.231351875672708 ], [ -6.915342910303836, 58.231276124728652 ] ] ], [ [ [ -6.921513883608268, 58.231622725126144 ], [ -6.921191293914114, 58.230834512753496 ], [ -6.921748236031884, 58.231037912279994 ], [ -6.922127431365798, 58.23082085076576 ], [ -6.922754975837155, 58.231471333951454 ], [ -6.922294060146953, 58.231714044336449 ], [ -6.921513883608268, 58.231622725126144 ] ] ], [ [ [ -6.913710652883154, 58.23229716827209 ], [ -6.913443830386488, 58.231848647213027 ], [ -6.914630795592352, 58.231429535670294 ], [ -6.914802421470139, 58.232237077536979 ], [ -6.914086588589976, 58.232179216580484 ], [ -6.913710652883154, 58.23229716827209 ] ] ], [ [ [ -6.873839573433639, 58.233945072451142 ], [ -6.872892345924202, 58.233320085182484 ], [ -6.873613193939152, 58.233476941034802 ], [ -6.873839573433639, 58.233945072451142 ] ] ], [ [ [ -6.867336967620966, 58.234535410744819 ], [ -6.866603537816234, 58.233789764734802 ], [ -6.866974470884976, 58.233820580664663 ], [ -6.867336967620966, 58.234535410744819 ] ] ], [ [ [ -6.829864086083322, 58.235682913397952 ], [ -6.830635061027781, 58.235633006993758 ], [ -6.830788839662013, 58.23603558566721 ], [ -6.830194242535202, 58.236115691717266 ], [ -6.829864086083322, 58.235682913397952 ] ] ], [ [ [ -6.914233202605895, 58.232744824794757 ], [ -6.91476286892916, 58.23256696586288 ], [ -6.915247582625404, 58.232926115197714 ], [ -6.914591513361044, 58.232991899258096 ], [ -6.914233202605895, 58.232744824794757 ] ] ], [ [ [ -6.812747379496388, 58.236846692225789 ], [ -6.813058437432884, 58.235368658592975 ], [ -6.813400758914682, 58.236947960223226 ], [ -6.812747379496388, 58.236846692225789 ] ] ], [ [ [ -6.823579051068712, 58.234393440493484 ], [ -6.823489848724299, 58.234001005399321 ], [ -6.824212109586516, 58.234395569363947 ], [ -6.824068902827925, 58.234684354069088 ], [ -6.825703327049491, 58.235339443623204 ], [ -6.826020410617314, 58.236591336397048 ], [ -6.825553432735035, 58.236857297490033 ], [ -6.824807885023986, 58.236918803852035 ], [ -6.824559345531223, 58.23627062514727 ], [ -6.82334509719419, 58.235757945632166 ], [ -6.823619201373027, 58.235240215583858 ], [ -6.822856587801069, 58.234674457514281 ], [ -6.823579051068712, 58.234393440493484 ] ] ], [ [ [ -6.914874685517706, 58.233619712888384 ], [ -6.915093817231326, 58.2333548690873 ], [ -6.915617455077625, 58.233564078051216 ], [ -6.915301143349275, 58.233189438892403 ], [ -6.915935460493343, 58.233520325441141 ], [ -6.915255759081733, 58.233969364846274 ], [ -6.914874685517706, 58.233619712888384 ] ] ], [ [ [ -6.931992175776879, 58.233138368197501 ], [ -6.932600977789656, 58.232916886927001 ], [ -6.933029375652411, 58.233237668957301 ], [ -6.932500026630086, 58.23347856807068 ], [ -6.931992175776879, 58.233138368197501 ] ] ], [ [ [ -6.930957497693496, 58.233731680125182 ], [ -6.930769342479962, 58.233482563980182 ], [ -6.93139338917206, 58.233615854744706 ], [ -6.930957497693496, 58.233731680125182 ] ] ], [ [ [ -6.873991779689868, 58.235486564143535 ], [ -6.874499321280635, 58.235332214646533 ], [ -6.875020719598885, 58.236022957644494 ], [ -6.873991779689868, 58.235486564143535 ] ] ], [ [ [ -6.825790694013363, 58.237823450364516 ], [ -6.826241243181522, 58.237624678986435 ], [ -6.825926468896284, 58.238018914439024 ], [ -6.825790694013363, 58.237823450364516 ] ] ], [ [ [ -6.876544914531578, 58.234579264876125 ], [ -6.87662451539496, 58.234103928379426 ], [ -6.878107241278014, 58.235149201129914 ], [ -6.878281890191928, 58.236046617349459 ], [ -6.87767934111723, 58.235696342652027 ], [ -6.876544914531578, 58.234579264876125 ] ] ], [ [ [ -6.929925214677747, 58.234158457888 ], [ -6.93048682225863, 58.233781377055337 ], [ -6.93072753607945, 58.234653706073296 ], [ -6.929925214677747, 58.234158457888 ] ] ], [ [ [ -6.83855445813948, 58.237920716417825 ], [ -6.839507381786786, 58.237841360894294 ], [ -6.838927179662575, 58.238364453393622 ], [ -6.83855445813948, 58.237920716417825 ] ] ], [ [ [ -6.165845478510272, 58.262077993740625 ], [ -6.166169051474069, 58.26197121442209 ], [ -6.166170783411482, 58.262145603634565 ], [ -6.165845478510272, 58.262077993740625 ] ] ], [ [ [ -6.819100720167518, 58.239102952350997 ], [ -6.819116289767308, 58.238715549859748 ], [ -6.820913511338438, 58.238948947833364 ], [ -6.821207225775405, 58.239603520006206 ], [ -6.820221790831845, 58.239820700113434 ], [ -6.819100720167518, 58.239102952350997 ] ] ], [ [ [ -6.867060043052946, 58.238246023457314 ], [ -6.866463722082355, 58.237816295218593 ], [ -6.867035199974938, 58.237853848699231 ], [ -6.867060043052946, 58.238246023457314 ] ] ], [ [ [ -6.950686239448864, 58.235215944278963 ], [ -6.950871899841595, 58.234835378852459 ], [ -6.951553279823409, 58.234889875912224 ], [ -6.951213326644376, 58.235325917294809 ], [ -6.950686239448864, 58.235215944278963 ] ] ], [ [ [ -6.156815745696233, 58.263848960681031 ], [ -6.156216421929845, 58.263248934124995 ], [ -6.15721019761444, 58.263676952008353 ], [ -6.156815745696233, 58.263848960681031 ] ] ], [ [ [ -6.818157166850827, 58.240757839648616 ], [ -6.816638814693362, 58.239375913827999 ], [ -6.816848412472807, 58.23909812417557 ], [ -6.818489401448824, 58.239625321329385 ], [ -6.819027976079159, 58.240324615813513 ], [ -6.818237532381872, 58.240219559976332 ], [ -6.818774773817853, 58.240658031601285 ], [ -6.818157166850827, 58.240757839648616 ] ] ], [ [ [ -6.867919905879058, 58.238545138923868 ], [ -6.868260425761247, 58.238490752518494 ], [ -6.868402982070715, 58.238945001648062 ], [ -6.867919905879058, 58.238545138923868 ] ] ], [ [ [ -6.86660153657092, 58.238807785319452 ], [ -6.866924723176605, 58.238751365585827 ], [ -6.867331222501839, 58.239239617615354 ], [ -6.86660153657092, 58.238807785319452 ] ] ], [ [ [ -6.951941902941784, 58.237366799216744 ], [ -6.952281149231603, 58.237047737801888 ], [ -6.952919443689876, 58.237220856955091 ], [ -6.951941902941784, 58.237366799216744 ] ] ], [ [ [ -7.016419796881929, 58.235256325401629 ], [ -7.017137013318985, 58.235189404824141 ], [ -7.016310372648145, 58.23576085846409 ], [ -7.015866038589069, 58.235658689295214 ], [ -7.016419796881929, 58.235256325401629 ] ] ], [ [ [ -6.796313159968688, 58.244095831481403 ], [ -6.796947292114824, 58.243739137589628 ], [ -6.796665939914392, 58.244307447078981 ], [ -6.796313159968688, 58.244095831481403 ] ] ], [ [ [ -6.936203697228988, 58.240968596400172 ], [ -6.935826079772744, 58.240645855820013 ], [ -6.936213916013657, 58.240306967144683 ], [ -6.93518201932426, 58.240063539977164 ], [ -6.935624022617951, 58.239623595663851 ], [ -6.93639856122411, 58.2396115934446 ], [ -6.935513788740318, 58.239321987624606 ], [ -6.935659081822461, 58.238956506566517 ], [ -6.934998111847877, 58.238865147400816 ], [ -6.935625943449229, 58.238044658096243 ], [ -6.93418605733474, 58.23823985205258 ], [ -6.934454407233954, 58.237716670412894 ], [ -6.933233082426431, 58.237030745277842 ], [ -6.934070208217726, 58.236427071607999 ], [ -6.932573105849666, 58.236210631416057 ], [ -6.932394972206709, 58.235727224086908 ], [ -6.932914560077942, 58.234802980974166 ], [ -6.934405059873508, 58.234727289539713 ], [ -6.934854212075396, 58.233297469105736 ], [ -6.934269530493698, 58.232834303711243 ], [ -6.932841293505448, 58.232682676627462 ], [ -6.93232443592836, 58.232032452670772 ], [ -6.932644431334836, 58.231880624190261 ], [ -6.931856231450761, 58.231425325987757 ], [ -6.932352249205608, 58.231190217107986 ], [ -6.9301644829572, 58.230604644072372 ], [ -6.929909682162395, 58.23018267678556 ], [ -6.930922542960813, 58.228942478464432 ], [ -6.932852755123725, 58.228719337460909 ], [ -6.93342342129719, 58.229021115445036 ], [ -6.934461667663499, 58.228944932070519 ], [ -6.935605461763378, 58.228095462186197 ], [ -6.93924243702248, 58.228984634239907 ], [ -6.941527023177327, 58.229836190436728 ], [ -6.941776594124221, 58.230280831549265 ], [ -6.942326758936101, 58.230214513970914 ], [ -6.943015776460594, 58.230875116781753 ], [ -6.942618149553688, 58.231607553484373 ], [ -6.943905913330934, 58.232121678411985 ], [ -6.944237415776644, 58.233251363930279 ], [ -6.944611191067399, 58.233253056181013 ], [ -6.944388649645459, 58.233699816209153 ], [ -6.94635649985787, 58.233512799382261 ], [ -6.947077038988061, 58.233933754308637 ], [ -6.946757999655615, 58.234189941714583 ], [ -6.94750979801422, 58.234101382145944 ], [ -6.948491533137634, 58.235134744096705 ], [ -6.94954049718084, 58.235561826689114 ], [ -6.950089647974818, 58.236746024565612 ], [ -6.950492202267735, 58.236635926183915 ], [ -6.950395471389391, 58.23698154896973 ], [ -6.950902493604285, 58.237069812061478 ], [ -6.950346651696639, 58.237914578959739 ], [ -6.950826554078325, 58.237747496776329 ], [ -6.950496175878264, 58.23874094403876 ], [ -6.95098358715654, 58.238627548656297 ], [ -6.951162443684565, 58.238930978934256 ], [ -6.94991629589973, 58.240513276957621 ], [ -6.94844037436179, 58.239473019363103 ], [ -6.946944026020083, 58.239935945030794 ], [ -6.944660113297294, 58.238544656004066 ], [ -6.942065221734285, 58.239387502463401 ], [ -6.941800860532693, 58.238592573961377 ], [ -6.940410055593322, 58.238160685768371 ], [ -6.940984483734183, 58.23720279246939 ], [ -6.938975738793794, 58.236497963545354 ], [ -6.939273600332822, 58.237044196998013 ], [ -6.938600231104116, 58.237659554305054 ], [ -6.938706956552319, 58.23830315898001 ], [ -6.939609382671851, 58.239392737664588 ], [ -6.940859154939591, 58.238934960520602 ], [ -6.941019583040863, 58.239351572429889 ], [ -6.9406772111922, 58.239832657218344 ], [ -6.939430547315707, 58.240006924871025 ], [ -6.939861701232689, 58.24052999945723 ], [ -6.9387139155969, 58.241046788247864 ], [ -6.938322042265471, 58.240805574359925 ], [ -6.936280244145436, 58.241334483313409 ], [ -6.936203697228988, 58.240968596400172 ] ] ], [ [ [ -6.938568509558629, 58.241533728930776 ], [ -6.94034390530078, 58.240929642821321 ], [ -6.940469645782916, 58.241464553120785 ], [ -6.938872538150719, 58.241940281086457 ], [ -6.939230405625407, 58.241692508010864 ], [ -6.938568509558629, 58.241533728930776 ] ] ], [ [ [ -6.305287555777489, 58.266100798282508 ], [ -6.305943837178414, 58.266052573076237 ], [ -6.305598017949733, 58.266226113067702 ], [ -6.305287555777489, 58.266100798282508 ] ] ], [ [ [ -6.891680463883548, 58.244441040141226 ], [ -6.891273542161447, 58.243606522953783 ], [ -6.892666414224645, 58.243895821357277 ], [ -6.894017081880211, 58.243706332697542 ], [ -6.895193717120837, 58.244875630164991 ], [ -6.89308206014069, 58.245089844529183 ], [ -6.891680463883548, 58.244441040141226 ] ] ], [ [ [ -6.794019624638281, 58.248329033034508 ], [ -6.794804783404312, 58.248142085985918 ], [ -6.79448997059126, 58.248968019655486 ], [ -6.794019624638281, 58.248329033034508 ] ] ], [ [ [ -6.892652963487325, 58.24545446371026 ], [ -6.894556419362296, 58.245264444247603 ], [ -6.894601242732763, 58.245712529243768 ], [ -6.893161674579599, 58.24577768996398 ], [ -6.892652963487325, 58.24545446371026 ] ] ], [ [ [ -6.943829827157521, 58.243844268544116 ], [ -6.943563780581581, 58.243404765986369 ], [ -6.941917842967076, 58.243653016386176 ], [ -6.941679021140171, 58.243347401071055 ], [ -6.942711414240413, 58.242614648830937 ], [ -6.940380968265809, 58.243276266450131 ], [ -6.940458477358011, 58.242791954951819 ], [ -6.939876148614665, 58.242837015166195 ], [ -6.940227420414164, 58.242297112020573 ], [ -6.943378660614614, 58.241221317781886 ], [ -6.944894645569654, 58.241693303074435 ], [ -6.946603459148135, 58.241285133709994 ], [ -6.947417753523575, 58.240763223336515 ], [ -6.94710513064808, 58.241090232948203 ], [ -6.948489087689202, 58.241175280478849 ], [ -6.947004693172413, 58.242020764446266 ], [ -6.948520594473873, 58.241575073983299 ], [ -6.948798556240645, 58.242099571024774 ], [ -6.948128230857585, 58.242552926076641 ], [ -6.948888354875334, 58.242559401748132 ], [ -6.948125991959277, 58.243331205570257 ], [ -6.946171662496351, 58.243753418737917 ], [ -6.944984885419967, 58.243624033998508 ], [ -6.945302233377789, 58.242658100872475 ], [ -6.944350353392816, 58.243050386492797 ], [ -6.94460554126072, 58.243350864229583 ], [ -6.943829827157521, 58.243844268544116 ] ] ], [ [ [ -6.947737601294543, 58.245132075970041 ], [ -6.947569617520973, 58.244967663744738 ], [ -6.947049158374135, 58.24502834761077 ], [ -6.946630588907781, 58.244657744671024 ], [ -6.948695731812697, 58.24405129448261 ], [ -6.948545511740841, 58.244808329832466 ], [ -6.947737601294543, 58.245132075970041 ] ] ], [ [ [ -6.278427601816151, 58.270037484339518 ], [ -6.279125393179084, 58.269724523639603 ], [ -6.278763595984029, 58.269908414995335 ], [ -6.279356880227927, 58.269860642772294 ], [ -6.279699419260976, 58.27015310591328 ], [ -6.279032001777542, 58.270166495811601 ], [ -6.278427601816151, 58.270037484339518 ] ] ], [ [ [ -6.843696212201296, 58.253567065919967 ], [ -6.843156330008817, 58.252863411868994 ], [ -6.843797694783581, 58.253248357196497 ], [ -6.843696212201296, 58.253567065919967 ] ] ], [ [ [ -6.841751006036794, 58.254068248344964 ], [ -6.841763623605077, 58.252911808866486 ], [ -6.842583085040247, 58.253164055500179 ], [ -6.843795924454641, 58.254795704158973 ], [ -6.843959735035614, 58.255369710946269 ], [ -6.842710410368106, 58.255219259034234 ], [ -6.841751006036794, 58.254068248344964 ] ] ], [ [ [ -6.890677545868169, 58.259253807407312 ], [ -6.890677364725544, 58.258943449197616 ], [ -6.890973732654011, 58.259112003271035 ], [ -6.890677545868169, 58.259253807407312 ] ] ], [ [ [ -6.891193267700751, 58.25958937124264 ], [ -6.890759669709405, 58.259354112524619 ], [ -6.891477876270867, 58.259425519847696 ], [ -6.891193267700751, 58.25958937124264 ] ] ], [ [ [ -6.8892802478171, 58.260198006166569 ], [ -6.888667586302774, 58.259407351418261 ], [ -6.887208955951749, 58.259598207526452 ], [ -6.886607295384005, 58.259319898353944 ], [ -6.887318558001182, 58.258289576298623 ], [ -6.88565456660484, 58.257795590034782 ], [ -6.884045011576679, 58.256705758498263 ], [ -6.881652505029487, 58.257116740406346 ], [ -6.880699941711395, 58.257697466564423 ], [ -6.880792132933487, 58.259047840483369 ], [ -6.879162984748315, 58.258930269900098 ], [ -6.878510132135132, 58.259333082469922 ], [ -6.874793047818566, 58.259236848549925 ], [ -6.872570063216426, 58.258152337054788 ], [ -6.872405476959226, 58.258630915442367 ], [ -6.87012625452645, 58.257881363696512 ], [ -6.868687496719879, 58.258341126503602 ], [ -6.86835975606818, 58.257881352416419 ], [ -6.867075444142383, 58.257602029647209 ], [ -6.86637545998141, 58.258159507445185 ], [ -6.866565355404433, 58.25885844178368 ], [ -6.865992487133451, 58.258974761925842 ], [ -6.865627513527789, 58.258367969342061 ], [ -6.865015161190953, 58.258445310141951 ], [ -6.864788336874613, 58.258098624708609 ], [ -6.863746267696325, 58.257967455198802 ], [ -6.863391512077508, 58.256937458943113 ], [ -6.862288188272755, 58.257478810954048 ], [ -6.861151857719813, 58.25753113359908 ], [ -6.860538766345011, 58.25716768151743 ], [ -6.858723716698388, 58.257497738469759 ], [ -6.85873833973843, 58.25716883089828 ], [ -6.858284114871178, 58.257527982590148 ], [ -6.857350213566815, 58.256753931939024 ], [ -6.85716598067343, 58.257588572064186 ], [ -6.856607742472985, 58.257375942552919 ], [ -6.856507138383556, 58.256642111628835 ], [ -6.855975808835414, 58.256563393136794 ], [ -6.855394354046663, 58.256617021502819 ], [ -6.855228507428561, 58.257212566831093 ], [ -6.855190904829803, 58.256813682022987 ], [ -6.854326753882631, 58.256797106594213 ], [ -6.854066901312949, 58.259010987786752 ], [ -6.853487812917635, 58.258646208471077 ], [ -6.853724957823195, 58.258259355271313 ], [ -6.853050272113362, 58.258442463119906 ], [ -6.852802109042313, 58.257939143616454 ], [ -6.853582013907581, 58.257153806518481 ], [ -6.853610555018373, 58.256365581498756 ], [ -6.854669617335902, 58.256559156124659 ], [ -6.854325096342884, 58.256099989448231 ], [ -6.853705304914429, 58.256060613097851 ], [ -6.853959834055909, 58.255551652913162 ], [ -6.85285857889304, 58.255921920660754 ], [ -6.852440935315521, 58.25561396435144 ], [ -6.851872268489832, 58.255698575715762 ], [ -6.852226651055768, 58.256292310844088 ], [ -6.851893600564116, 58.257038147072947 ], [ -6.850895711599655, 58.256792744933854 ], [ -6.850635445551094, 58.257571791508767 ], [ -6.849942728067605, 58.257436216188232 ], [ -6.849615589781714, 58.256791962015427 ], [ -6.848605898148312, 58.256771887358937 ], [ -6.847934578992849, 58.25492178116108 ], [ -6.847769112323243, 58.255895124687463 ], [ -6.847248914189128, 58.255959880592009 ], [ -6.846424828035325, 58.255487439734893 ], [ -6.84211769013272, 58.250258094644302 ], [ -6.842713932493605, 58.249439319592867 ], [ -6.842243011116556, 58.249052395079779 ], [ -6.843436186692963, 58.247545252191017 ], [ -6.842664007133007, 58.247700527161868 ], [ -6.841903614729206, 58.246505979059499 ], [ -6.84250880083839, 58.246127658361452 ], [ -6.843163560330494, 58.246674019785701 ], [ -6.842466846378605, 58.244447035906859 ], [ -6.84384606648158, 58.24455206466854 ], [ -6.844948445228829, 58.243817495052333 ], [ -6.845059905293792, 58.243260015716388 ], [ -6.845716154181541, 58.243068649253289 ], [ -6.84441864073363, 58.242312837900194 ], [ -6.843674674419976, 58.241113179256978 ], [ -6.842878353463236, 58.240716133748926 ], [ -6.8426360027787, 58.239753793152225 ], [ -6.840432374135367, 58.237607431480697 ], [ -6.838311931836702, 58.237830968617509 ], [ -6.838114755069466, 58.237398558858132 ], [ -6.839345879552683, 58.237457974678918 ], [ -6.839428139117357, 58.237185877401267 ], [ -6.838971697176193, 58.2370034995213 ], [ -6.838773527738488, 58.237251210045635 ], [ -6.838078926337329, 58.23721100728158 ], [ -6.837981830951863, 58.236374486289648 ], [ -6.838668843218408, 58.236359203397761 ], [ -6.839319110277907, 58.235637342955641 ], [ -6.83827264511295, 58.234743306698185 ], [ -6.838520709926722, 58.234111381574756 ], [ -6.836884965665972, 58.232160210590585 ], [ -6.836543355105469, 58.23233149986234 ], [ -6.835902222837637, 58.232082355720401 ], [ -6.836039384718104, 58.233188129634357 ], [ -6.835354042581725, 58.234015654453707 ], [ -6.835909876931575, 58.235277364106558 ], [ -6.836291326314677, 58.235410422051551 ], [ -6.835961998410407, 58.234646582044093 ], [ -6.836606636870306, 58.235458729558893 ], [ -6.836157564709946, 58.235967837828937 ], [ -6.836516833202014, 58.236838490925223 ], [ -6.836133277036873, 58.23742787383528 ], [ -6.835711823792836, 58.237314324112752 ], [ -6.835367664078222, 58.23766742012706 ], [ -6.835184725282236, 58.238802428859273 ], [ -6.833932354554939, 58.239288021023604 ], [ -6.833464792060124, 58.238598684460371 ], [ -6.832536315624718, 58.2383946005261 ], [ -6.832968199809859, 58.237959024326301 ], [ -6.832492840418365, 58.238163258761155 ], [ -6.832312365352624, 58.237902926864081 ], [ -6.832918623131635, 58.237545300176656 ], [ -6.832613821245434, 58.236910961317321 ], [ -6.831372632365464, 58.236376887200038 ], [ -6.831632624614069, 58.235643774234816 ], [ -6.831122024453468, 58.23556417485235 ], [ -6.831657862470416, 58.23524070764639 ], [ -6.831022641698182, 58.234834788495405 ], [ -6.830844102237457, 58.23393748313957 ], [ -6.829138914674712, 58.23286324004291 ], [ -6.827975240349577, 58.231155856182255 ], [ -6.82715450730937, 58.230977342708556 ], [ -6.827330173289742, 58.230714311311914 ], [ -6.826166056320179, 58.230806974224073 ], [ -6.825787904681212, 58.231674986115657 ], [ -6.824580554880789, 58.231111684385311 ], [ -6.824286557308086, 58.231921631515 ], [ -6.823735495571802, 58.231957781031404 ], [ -6.823969913582184, 58.231599875678278 ], [ -6.822704429022719, 58.230420752849859 ], [ -6.823307821578374, 58.228951410931089 ], [ -6.821817596741065, 58.229856093227816 ], [ -6.820589484873381, 58.228975994332416 ], [ -6.818585507019429, 58.228660463976439 ], [ -6.818480902028621, 58.229145687279029 ], [ -6.817409663123678, 58.229294130717818 ], [ -6.817830252074541, 58.230820989562922 ], [ -6.81863484861794, 58.231847564356713 ], [ -6.819970588024074, 58.232138894018512 ], [ -6.820166513644669, 58.232513801084615 ], [ -6.818332678168618, 58.232322264884722 ], [ -6.815748817983372, 58.231003101603896 ], [ -6.813979430041019, 58.231159900080748 ], [ -6.813864387945892, 58.231443110109453 ], [ -6.814781426956912, 58.231979695058158 ], [ -6.816191014975846, 58.232124343560429 ], [ -6.81700024764417, 58.232682978621384 ], [ -6.820603872343968, 58.233347352454416 ], [ -6.820879678927081, 58.234623303813962 ], [ -6.822230150445047, 58.236087993154065 ], [ -6.820871355306185, 58.237196384066259 ], [ -6.821962397578772, 58.237380008151888 ], [ -6.821722667124628, 58.237874843745757 ], [ -6.820362720662497, 58.238097196308679 ], [ -6.819080550165082, 58.237511480983166 ], [ -6.817213100822468, 58.237262721794572 ], [ -6.816544959387919, 58.236676265287763 ], [ -6.814945368068511, 58.236201456989292 ], [ -6.813118748143381, 58.234430834924041 ], [ -6.811581240552885, 58.23441242043986 ], [ -6.811351931537891, 58.233539504857752 ], [ -6.812687072144423, 58.233826435817036 ], [ -6.81239285029001, 58.232789553297636 ], [ -6.813228312453535, 58.232096827085947 ], [ -6.812983305205753, 58.231485380093389 ], [ -6.811965735326907, 58.23102454366569 ], [ -6.811100444571295, 58.231183147749768 ], [ -6.810611918709862, 58.230724819163513 ], [ -6.809903580912165, 58.230908975764322 ], [ -6.810079970311643, 58.231140703043707 ], [ -6.807777299154636, 58.231389503854729 ], [ -6.807411764484873, 58.230517224434799 ], [ -6.80808679160448, 58.230401805508919 ], [ -6.807652277362299, 58.230152825923675 ], [ -6.808518695603172, 58.22956241310029 ], [ -6.804513374753513, 58.229704466334695 ], [ -6.804375190644453, 58.229250900268902 ], [ -6.80512048519391, 58.229024900836592 ], [ -6.80413401043986, 58.22898112822763 ], [ -6.801589689720069, 58.227759156133374 ], [ -6.800682694907811, 58.226349534807213 ], [ -6.798072082263516, 58.224761178847537 ], [ -6.795693544277735, 58.224194030950635 ], [ -6.795918420521931, 58.223650333907031 ], [ -6.796491467501498, 58.224168500105286 ], [ -6.797618348511929, 58.224305994107887 ], [ -6.797332516492559, 58.223390212479842 ], [ -6.799048909620374, 58.223096202568399 ], [ -6.798203824370993, 58.222583792465301 ], [ -6.798121662054077, 58.221724212258884 ], [ -6.797394890136478, 58.22112818225807 ], [ -6.797627337250447, 58.22071643066144 ], [ -6.798373217395018, 58.220571405445185 ], [ -6.797770163414627, 58.220007601215585 ], [ -6.798209668012237, 58.219500795541315 ], [ -6.797341438896833, 58.219661221019656 ], [ -6.795198704712593, 58.21889358955319 ], [ -6.794399808660204, 58.219428298857814 ], [ -6.795014447859424, 58.220469344697591 ], [ -6.794576348815646, 58.220936504738837 ], [ -6.79143580450114, 58.219180858469372 ], [ -6.791109032044862, 58.21996765849255 ], [ -6.791547693664982, 58.221284300940894 ], [ -6.790012318902992, 58.222312636205665 ], [ -6.789538261583775, 58.222135251160488 ], [ -6.789610464632592, 58.221508249504517 ], [ -6.787815033448897, 58.22216402177056 ], [ -6.787412474828872, 58.221707781311942 ], [ -6.785589676337769, 58.221465900538355 ], [ -6.784899931474104, 58.219701700268125 ], [ -6.785238251690695, 58.219113285796013 ], [ -6.784099809805554, 58.218319451524081 ], [ -6.785420237408543, 58.217365826212081 ], [ -6.784778823899418, 58.21722349575861 ], [ -6.783387055547719, 58.21790093254122 ], [ -6.782190140550377, 58.215723976599151 ], [ -6.783417003834325, 58.215214660432167 ], [ -6.781991880598925, 58.213999790435992 ], [ -6.783309702679956, 58.21363458601428 ], [ -6.78510486473813, 58.213801066105646 ], [ -6.785710744638375, 58.21414802608399 ], [ -6.785867459591791, 58.213477373636259 ], [ -6.783888772221148, 58.212227543524548 ], [ -6.783105717710113, 58.210831158838815 ], [ -6.784266045073788, 58.210284747787902 ], [ -6.784393048087849, 58.209709665473291 ], [ -6.784927424487843, 58.209981951295603 ], [ -6.785433545334083, 58.209854997213419 ], [ -6.786826730813702, 58.20850821157147 ], [ -6.783984310617283, 58.206727720131013 ], [ -6.783580750254832, 58.20588290546609 ], [ -6.783864256458353, 58.204812593087063 ], [ -6.782380476567828, 58.204171151069026 ], [ -6.782629561658704, 58.203806479431151 ], [ -6.781926473915564, 58.202951316064244 ], [ -6.783630002027699, 58.203580013231935 ], [ -6.783573292449757, 58.201072404352189 ], [ -6.784265232596546, 58.201275804957497 ], [ -6.78505262606264, 58.200746082686265 ], [ -6.785605265237315, 58.200800885475211 ], [ -6.785701272571078, 58.200362796609092 ], [ -6.788411386199222, 58.201557208778034 ], [ -6.788903912441433, 58.201191468204662 ], [ -6.790264562107086, 58.201412875682465 ], [ -6.790573488024287, 58.201050433681885 ], [ -6.794619444743296, 58.202532710302222 ], [ -6.796001795056908, 58.202472580514545 ], [ -6.797862343305093, 58.203227415721578 ], [ -6.800206070882585, 58.206345149138237 ], [ -6.804327381128592, 58.207343935987559 ], [ -6.807539798154139, 58.207204765411646 ], [ -6.812305662912668, 58.207876723746857 ], [ -6.81448265510653, 58.206901206795543 ], [ -6.817525466935201, 58.206567587883491 ], [ -6.818077229586597, 58.206815693102044 ], [ -6.818779521350538, 58.206452693156713 ], [ -6.820446697908426, 58.206895180799535 ], [ -6.820747930191771, 58.206452888965678 ], [ -6.821243296274744, 58.207226664544471 ], [ -6.821624299497985, 58.206480895275917 ], [ -6.821995935724958, 58.206845548691057 ], [ -6.822574934783698, 58.206553761585354 ], [ -6.822945046126986, 58.206769141444418 ], [ -6.823461508831357, 58.206631745022378 ], [ -6.825837357294201, 58.208575704470157 ], [ -6.826488792539817, 58.208490756169162 ], [ -6.825166979505866, 58.207204959612355 ], [ -6.825484922555487, 58.206459766052951 ], [ -6.826240216120761, 58.20634929450096 ], [ -6.826076282691473, 58.206046051674171 ], [ -6.827635375832897, 58.20595639525316 ], [ -6.828599639512835, 58.205440378546442 ], [ -6.830782458730071, 58.20527576482705 ], [ -6.831221489374912, 58.20545882207945 ], [ -6.836161604345111, 58.204868371306034 ], [ -6.837580282658464, 58.205186933200267 ], [ -6.83901552969059, 58.204851755150777 ], [ -6.839699028511726, 58.205315162784032 ], [ -6.840625297479188, 58.205134238484519 ], [ -6.841923269733291, 58.205442046640322 ], [ -6.843300391365186, 58.206329762731471 ], [ -6.844074996503329, 58.206111399316548 ], [ -6.844112632581254, 58.205662875299971 ], [ -6.846642725222511, 58.206207149349325 ], [ -6.847979197450726, 58.205660625919961 ], [ -6.850946445725149, 58.205948888984075 ], [ -6.852576262712272, 58.205566564759899 ], [ -6.85472875205338, 58.206626134990358 ], [ -6.857085910404586, 58.206390554034598 ], [ -6.858138962381469, 58.207186121519179 ], [ -6.859696855399863, 58.206676906997053 ], [ -6.860450889299437, 58.20675699170841 ], [ -6.861857465452091, 58.207793627368055 ], [ -6.862097862962703, 58.206686948127171 ], [ -6.863042685892704, 58.206355817912211 ], [ -6.864723893971354, 58.207120157285075 ], [ -6.864766796012205, 58.207557521702022 ], [ -6.866524868432861, 58.207290665311326 ], [ -6.867234828113792, 58.207496538505424 ], [ -6.868756794571662, 58.21108715122039 ], [ -6.869910831147904, 58.212230514442091 ], [ -6.870690103238631, 58.212133255669059 ], [ -6.87117912421051, 58.212591347252868 ], [ -6.871789945421225, 58.212136184304597 ], [ -6.872156955928325, 58.214002313585226 ], [ -6.872823459278273, 58.214138752807528 ], [ -6.873563634485566, 58.215990607819712 ], [ -6.874580774615233, 58.21607314456184 ], [ -6.874162742731587, 58.216628897350859 ], [ -6.874970091988568, 58.217789982227075 ], [ -6.873967433955184, 58.218309625943917 ], [ -6.874692049253655, 58.218682228859997 ], [ -6.874500129529543, 58.219332785674723 ], [ -6.875560124282761, 58.219292231266557 ], [ -6.875549276267409, 58.220205741980024 ], [ -6.874987151410578, 58.220519619472746 ], [ -6.874234975379124, 58.220318995722501 ], [ -6.874123394876512, 58.220561658056937 ], [ -6.873601516419089, 58.219803465027638 ], [ -6.873162030362614, 58.219955213520038 ], [ -6.872243467009544, 58.219225679943271 ], [ -6.870706878525322, 58.219023541733847 ], [ -6.868962814674586, 58.219297104301035 ], [ -6.86723581035349, 58.218638908154233 ], [ -6.865834170274476, 58.218674448387233 ], [ -6.864772576349954, 58.218143740033362 ], [ -6.862535316797834, 58.217990744094756 ], [ -6.861864903466625, 58.218074799817032 ], [ -6.861671210879568, 58.218527488930427 ], [ -6.862035251814945, 58.218882432058543 ], [ -6.863268241259956, 58.219046783671651 ], [ -6.863008667693064, 58.219578455006506 ], [ -6.863838316643295, 58.219785182053393 ], [ -6.863849900923509, 58.220180561496562 ], [ -6.861372012204617, 58.220387568165883 ], [ -6.860026696751565, 58.220088044668159 ], [ -6.859750759493137, 58.218384845589597 ], [ -6.860318098986822, 58.217859434610354 ], [ -6.859170088686463, 58.217008125187945 ], [ -6.859627202416084, 58.215740258903843 ], [ -6.858933142070778, 58.21540239375696 ], [ -6.85848097447757, 58.215586060680067 ], [ -6.858295219785522, 58.217653207893889 ], [ -6.858812649478658, 58.218506082078719 ], [ -6.858782338521162, 58.220027547677709 ], [ -6.857439677589964, 58.221428122934633 ], [ -6.859402873740134, 58.222441778865857 ], [ -6.857990139218055, 58.222459660202269 ], [ -6.857543986322887, 58.223223328212683 ], [ -6.856565360630461, 58.223323599550113 ], [ -6.854541682994266, 58.222690032075832 ], [ -6.854627285094594, 58.222979137427153 ], [ -6.853725789603346, 58.22338140901352 ], [ -6.85386308066562, 58.224309952578793 ], [ -6.853333278011142, 58.224276155744015 ], [ -6.853533573418401, 58.224867653170193 ], [ -6.85449883665372, 58.225205115545215 ], [ -6.85372694279789, 58.225944292315042 ], [ -6.854639572919241, 58.225984195853698 ], [ -6.854134197184304, 58.226266126398492 ], [ -6.854983382909122, 58.226253569304738 ], [ -6.854901646911971, 58.227275917427633 ], [ -6.8560117622448, 58.227026717048204 ], [ -6.856432396584194, 58.225528164348233 ], [ -6.857393498925256, 58.225262139159135 ], [ -6.856558721149411, 58.225329938420245 ], [ -6.855384187804297, 58.224759374630516 ], [ -6.855355933941707, 58.223768204067468 ], [ -6.856505532757003, 58.223820654156178 ], [ -6.857387515541445, 58.22335073728987 ], [ -6.857807160028091, 58.223613614057101 ], [ -6.85902387228721, 58.222973496214799 ], [ -6.859731470688637, 58.223346831658553 ], [ -6.862214849900012, 58.229148936269837 ], [ -6.862981156269741, 58.229389576355302 ], [ -6.862723029584989, 58.229745769028568 ], [ -6.863561885731375, 58.231634392807329 ], [ -6.86396933550449, 58.232118118471355 ], [ -6.865215688853799, 58.232376409636473 ], [ -6.865305768899038, 58.232597869722952 ], [ -6.864828139710193, 58.232535138088529 ], [ -6.864602755247073, 58.234621804054619 ], [ -6.865863231615895, 58.235603726131799 ], [ -6.865837732673465, 58.235915059900897 ], [ -6.865016062644289, 58.235645060686963 ], [ -6.865091809591977, 58.236321363456824 ], [ -6.864436747471209, 58.236022511109972 ], [ -6.864228660648098, 58.23624635504526 ], [ -6.863679055187183, 58.23559713080428 ], [ -6.86195229391536, 58.235505581227784 ], [ -6.861996073548034, 58.235949209700436 ], [ -6.861192029762938, 58.236056342900959 ], [ -6.862382136972966, 58.237022990237882 ], [ -6.861547602510997, 58.237032333092095 ], [ -6.861594660105066, 58.237624269342305 ], [ -6.862182296992301, 58.238115522501403 ], [ -6.86266931309766, 58.238096944228381 ], [ -6.862620669100008, 58.237580634294467 ], [ -6.86452916441416, 58.238249977928341 ], [ -6.865636932061848, 58.237894637606566 ], [ -6.86661750713483, 58.23952055478378 ], [ -6.867829634127418, 58.239800824301682 ], [ -6.868229828574481, 58.240727418231927 ], [ -6.868931951199704, 58.240784263919217 ], [ -6.869708675532469, 58.241433789201118 ], [ -6.870435976141311, 58.241400604946541 ], [ -6.871763274512521, 58.242555346380037 ], [ -6.87264979857571, 58.242414410019357 ], [ -6.871707993432011, 58.240837426889826 ], [ -6.871969346402683, 58.24034345404106 ], [ -6.871344820919826, 58.240044366631302 ], [ -6.872624545162851, 58.239972064440941 ], [ -6.873067161031114, 58.239506244040875 ], [ -6.872726054054908, 58.239146850089583 ], [ -6.87142761575762, 58.238871724647225 ], [ -6.870644698897554, 58.23807761172484 ], [ -6.869494349772691, 58.235465052753199 ], [ -6.868466879023255, 58.234690167656638 ], [ -6.868533686115925, 58.234120869809793 ], [ -6.865009805959383, 58.230751504026998 ], [ -6.864385237813909, 58.229120089858412 ], [ -6.862697434448129, 58.227880088996656 ], [ -6.862139974684403, 58.226426025278954 ], [ -6.863166016266138, 58.226944623107663 ], [ -6.864522413867905, 58.226141693522742 ], [ -6.861904390120229, 58.225764816319874 ], [ -6.861429687885251, 58.22485184723422 ], [ -6.862176625041569, 58.224081186207385 ], [ -6.861834588236401, 58.223513998362286 ], [ -6.86269875535203, 58.223660944273512 ], [ -6.86394984668349, 58.223334323479477 ], [ -6.86453223667432, 58.223788878163354 ], [ -6.865933354293808, 58.223685907353556 ], [ -6.866227688686914, 58.223967036679369 ], [ -6.865248774237248, 58.225407782829436 ], [ -6.865881829552269, 58.226044815291985 ], [ -6.86583803956765, 58.226968572701779 ], [ -6.867097617099069, 58.227262320475667 ], [ -6.867735373650779, 58.227125512594462 ], [ -6.868973306264822, 58.227820389875035 ], [ -6.871390934093712, 58.227543582021603 ], [ -6.873008061850745, 58.22814296300492 ], [ -6.873909495064043, 58.228063511475384 ], [ -6.874214175206013, 58.228915475247007 ], [ -6.875198860464059, 58.228945281006553 ], [ -6.875505616189304, 58.229315876527998 ], [ -6.874768810093753, 58.229910810200842 ], [ -6.875921904023587, 58.229614810787929 ], [ -6.876970208750329, 58.229921045924698 ], [ -6.877104795338301, 58.230527625037176 ], [ -6.876097905826443, 58.231204869663088 ], [ -6.87846341245529, 58.231973465108268 ], [ -6.878117230479082, 58.232742381898682 ], [ -6.877366888507355, 58.232681138362686 ], [ -6.876839136485608, 58.232998202181513 ], [ -6.877723637605117, 58.233166764914458 ], [ -6.877685507061258, 58.233757463740687 ], [ -6.878690438103844, 58.234119323994435 ], [ -6.878314691398744, 58.234673467889323 ], [ -6.875268606618028, 58.232801901202699 ], [ -6.87470748651125, 58.232814367878241 ], [ -6.873960883732692, 58.233400673438176 ], [ -6.873727380471811, 58.23300478268073 ], [ -6.872897364094311, 58.232798125620164 ], [ -6.873908304616261, 58.232273685986684 ], [ -6.873469211623839, 58.231188466966309 ], [ -6.871405793952114, 58.230817553451146 ], [ -6.873203578992894, 58.231985773930361 ], [ -6.873035777890686, 58.232316045753308 ], [ -6.871713646751545, 58.232685947636774 ], [ -6.872292721504068, 58.232866221574753 ], [ -6.872492065663206, 58.234378923491235 ], [ -6.872953505588947, 58.234509716181066 ], [ -6.873334960711382, 58.235547663225944 ], [ -6.874601116489914, 58.236506798051551 ], [ -6.874986079758997, 58.238152737512692 ], [ -6.875686719478571, 58.238099850390761 ], [ -6.876533840493284, 58.238591011799961 ], [ -6.876298491211867, 58.238963454506774 ], [ -6.877275978962665, 58.239124868044371 ], [ -6.877048438738769, 58.239690427799246 ], [ -6.878108335039379, 58.239830690364549 ], [ -6.878553055358227, 58.240818526406308 ], [ -6.88005257675908, 58.241078687172248 ], [ -6.880276697587027, 58.241504615243628 ], [ -6.881001543059379, 58.241354515886449 ], [ -6.880555941082316, 58.24120335192125 ], [ -6.880751589843874, 58.240926879210562 ], [ -6.881202308367325, 58.241090440959582 ], [ -6.880818846537718, 58.239829485941286 ], [ -6.881665615510879, 58.240168596141586 ], [ -6.882623854490676, 58.239360033277535 ], [ -6.884085351538783, 58.2389729864258 ], [ -6.885320701185949, 58.239544574536765 ], [ -6.885135232910588, 58.239956505738412 ], [ -6.886159809719592, 58.240062971125383 ], [ -6.887329078902941, 58.240649668935134 ], [ -6.888155866054658, 58.241560755305152 ], [ -6.887258062860517, 58.242064776022104 ], [ -6.888723816682187, 58.242351321062834 ], [ -6.889800978875109, 58.243827646386414 ], [ -6.889312192093879, 58.244477020713738 ], [ -6.888806157223009, 58.244135685524533 ], [ -6.888094805753644, 58.244359079185656 ], [ -6.887195358696355, 58.243960854277191 ], [ -6.886696539368286, 58.24429034179829 ], [ -6.887952704146251, 58.244652402620694 ], [ -6.888370454245414, 58.24508348906415 ], [ -6.888026509530341, 58.245286495148129 ], [ -6.889037549555253, 58.245491517607398 ], [ -6.888698479629194, 58.245606176911465 ], [ -6.889349352889859, 58.245871788422072 ], [ -6.888860650971772, 58.24627466409315 ], [ -6.888566098434223, 58.245809167406698 ], [ -6.887490713930299, 58.245521145281913 ], [ -6.887127159161793, 58.245891327945621 ], [ -6.887722415211579, 58.246372286839588 ], [ -6.88716263440019, 58.246272301145801 ], [ -6.887438965988728, 58.246729503213537 ], [ -6.886709908218712, 58.246824922663926 ], [ -6.885332388496839, 58.246238998687041 ], [ -6.885405640553383, 58.246708484879107 ], [ -6.884502732406918, 58.246347256768132 ], [ -6.885323670959078, 58.247165927368528 ], [ -6.886256249779925, 58.247247134947898 ], [ -6.885451228032307, 58.247781767574118 ], [ -6.886252369703273, 58.247652106791236 ], [ -6.885920143123005, 58.247903235906591 ], [ -6.886828972302701, 58.248183263598705 ], [ -6.886637458789889, 58.248712376832763 ], [ -6.887247123055244, 58.248617037790069 ], [ -6.887658959144156, 58.248943100011061 ], [ -6.888642507236115, 58.248774944939072 ], [ -6.888607793960865, 58.249203590015227 ], [ -6.889626568394158, 58.249303059667376 ], [ -6.889705242969984, 58.249489859641812 ], [ -6.889078434388408, 58.249275502777003 ], [ -6.889032464303267, 58.249808034745847 ], [ -6.888029909694343, 58.249900454244667 ], [ -6.888848073166827, 58.250264910035192 ], [ -6.888301654302104, 58.250447791978218 ], [ -6.889524596819365, 58.250715758051385 ], [ -6.889811481187662, 58.25100162600517 ], [ -6.889407646323566, 58.251228522236325 ], [ -6.890310238476285, 58.251153421257044 ], [ -6.889550707725236, 58.251461431928625 ], [ -6.89059711487904, 58.251191895387493 ], [ -6.891172882350754, 58.251345231289783 ], [ -6.892373038753569, 58.252869001986518 ], [ -6.891609670255538, 58.255003379857527 ], [ -6.892191197245038, 58.255012554099373 ], [ -6.892428184689171, 58.255678168333702 ], [ -6.892683061208605, 58.255052154795031 ], [ -6.893133884589154, 58.255165297533566 ], [ -6.892711649868135, 58.255320940882278 ], [ -6.893001397944996, 58.255750630903584 ], [ -6.892421289601788, 58.256060767301264 ], [ -6.892182344714123, 58.255813546856274 ], [ -6.891896722311283, 58.256278808868032 ], [ -6.89338761738911, 58.256199108251664 ], [ -6.893332640960294, 58.256974883516371 ], [ -6.89189601422984, 58.258127534506116 ], [ -6.890238482487999, 58.258051677140934 ], [ -6.889977033651894, 58.258259618146248 ], [ -6.888850291484977, 58.258010451960835 ], [ -6.888579110563402, 58.25820976697689 ], [ -6.888434339961922, 58.258521184033896 ], [ -6.889157926787846, 58.258569907457534 ], [ -6.889335762496702, 58.259116347513476 ], [ -6.890178653425433, 58.258854623651125 ], [ -6.890900006849357, 58.259690581165721 ], [ -6.890801863474716, 58.259968726429477 ], [ -6.8892802478171, 58.260198006166569 ] ] ], [ [ [ -6.891434033426183, 58.260776616086609 ], [ -6.892651397497358, 58.260383561465773 ], [ -6.892177869279293, 58.260662616968766 ], [ -6.892646197361572, 58.260716616801986 ], [ -6.892285632511138, 58.260824910282693 ], [ -6.892640415031019, 58.26129258923865 ], [ -6.891675832943005, 58.261415059250858 ], [ -6.891434033426183, 58.260776616086609 ] ] ], [ [ [ -6.256265135000958, 58.284376195826447 ], [ -6.256806065768514, 58.283975975328595 ], [ -6.256886694932464, 58.284220580178101 ], [ -6.256265135000958, 58.284376195826447 ] ] ], [ [ [ -6.257520946841555, 58.284028567996032 ], [ -6.258191013351465, 58.283637522416925 ], [ -6.259824595105641, 58.283592005534132 ], [ -6.260798682078214, 58.283244753742366 ], [ -6.262472011282009, 58.283458659141751 ], [ -6.261282247473301, 58.283219617754206 ], [ -6.2615844433752, 58.283106114136295 ], [ -6.264305766950896, 58.283019720074684 ], [ -6.263996283145953, 58.28321440670026 ], [ -6.264541235327146, 58.283344577057399 ], [ -6.263729110168171, 58.283902268891289 ], [ -6.260785449208022, 58.283915138686012 ], [ -6.258030180709658, 58.28442973269766 ], [ -6.257520946841555, 58.284028567996032 ] ] ], [ [ [ -6.847904793692012, 58.264431510687352 ], [ -6.848243144992296, 58.263910383100182 ], [ -6.848748386554411, 58.264358957294284 ], [ -6.847904793692012, 58.264431510687352 ] ] ], [ [ [ -6.855919399827483, 58.263559839866815 ], [ -6.856079253322966, 58.263157034332501 ], [ -6.85660962124425, 58.263178217665171 ], [ -6.856749525376694, 58.264198420376111 ], [ -6.855919399827483, 58.263559839866815 ] ] ], [ [ [ -6.815718151405305, 58.26587138996652 ], [ -6.81527879876035, 58.265402215001778 ], [ -6.815640927007202, 58.265429021816487 ], [ -6.815718151405305, 58.26587138996652 ] ] ], [ [ [ -6.265044039545189, 58.285463506675946 ], [ -6.264733771466171, 58.285226578711011 ], [ -6.263740543108538, 58.285273249484732 ], [ -6.264144023176765, 58.284724714582879 ], [ -6.264677515570913, 58.284972170775305 ], [ -6.266888505876091, 58.284857811805608 ], [ -6.265283073526531, 58.285392571431736 ], [ -6.265368210068504, 58.285744932137554 ], [ -6.265044039545189, 58.285463506675946 ] ] ], [ [ [ -6.815666173560345, 58.266305143377899 ], [ -6.815578685272528, 58.265975608249327 ], [ -6.815941428120181, 58.266006888964867 ], [ -6.815666173560345, 58.266305143377899 ] ] ], [ [ [ -6.256820503638906, 58.286084236110305 ], [ -6.25791588692895, 58.28575094820841 ], [ -6.258230847743135, 58.285956261566703 ], [ -6.257151929361908, 58.28628450671269 ], [ -6.257149976042363, 58.286055262970649 ], [ -6.256678975615314, 58.286327257231598 ], [ -6.256820503638906, 58.286084236110305 ] ] ], [ [ [ -6.928970282581326, 58.26163869023128 ], [ -6.928212405927199, 58.261528541375569 ], [ -6.928337361177767, 58.260525120414343 ], [ -6.929414982502728, 58.260847815235074 ], [ -6.929436650025948, 58.260635563918001 ], [ -6.930979177524258, 58.260557927460852 ], [ -6.930055800401647, 58.260791552529675 ], [ -6.9316839981086, 58.261083943269753 ], [ -6.930671982285266, 58.261294011870163 ], [ -6.931613119854439, 58.261433043687433 ], [ -6.931290124489985, 58.2619943122249 ], [ -6.929922107659601, 58.26154791510325 ], [ -6.929496587764791, 58.262108644121625 ], [ -6.928499067280048, 58.261809841998321 ], [ -6.928970282581326, 58.26163869023128 ] ] ], [ [ [ -6.814014793843082, 58.267154606167217 ], [ -6.814884008556255, 58.267081313140821 ], [ -6.815217105974472, 58.267271139016103 ], [ -6.814014793843082, 58.267154606167217 ] ] ], [ [ [ -6.268063887267843, 58.286789684035874 ], [ -6.267739070012516, 58.286064053917904 ], [ -6.269314822181517, 58.286189411345788 ], [ -6.269150817270262, 58.286585174270762 ], [ -6.268063887267843, 58.286789684035874 ] ] ], [ [ [ -6.903673942690405, 58.264422240928305 ], [ -6.905072619775828, 58.264229006909979 ], [ -6.904235228581438, 58.264715521661238 ], [ -6.903673942690405, 58.264422240928305 ] ] ], [ [ [ -6.857003284492452, 58.265861990641433 ], [ -6.856974451071282, 58.265278356171727 ], [ -6.857835534728827, 58.265519932663032 ], [ -6.858343074704126, 58.26654412183948 ], [ -6.857003284492452, 58.265861990641433 ] ] ], [ [ [ -6.858958943107755, 58.265931426910377 ], [ -6.85881274036932, 58.265550173748537 ], [ -6.859714667566494, 58.265902630610348 ], [ -6.859014512543149, 58.266523038921953 ], [ -6.858958943107755, 58.265931426910377 ] ] ], [ [ [ -6.261717223453858, 58.288393784449774 ], [ -6.262959803902272, 58.28772281548342 ], [ -6.261399039455868, 58.287878344310364 ], [ -6.261566225188962, 58.287423136432359 ], [ -6.260605986042776, 58.287531627700488 ], [ -6.261012595868083, 58.287221301781706 ], [ -6.260295609302122, 58.287222752666068 ], [ -6.261115409316935, 58.28672777700158 ], [ -6.262742452679509, 58.286201343278641 ], [ -6.26535763330891, 58.286365771433246 ], [ -6.266735163592551, 58.286036466423063 ], [ -6.267260461197126, 58.286258108077419 ], [ -6.266814622974539, 58.287049969104878 ], [ -6.265913378423843, 58.287435297918925 ], [ -6.266125048457774, 58.286924640803178 ], [ -6.264887540665709, 58.287707879803222 ], [ -6.261717223453858, 58.288393784449774 ] ] ], [ [ [ -6.906990732777951, 58.26513579521751 ], [ -6.908103461023135, 58.264850075017407 ], [ -6.9074895227567, 58.265408976873296 ], [ -6.906990732777951, 58.26513579521751 ] ] ], [ [ [ -6.863248979152398, 58.267211744195436 ], [ -6.863331881836401, 58.266758786546838 ], [ -6.863982486683556, 58.266958872159613 ], [ -6.863855290248424, 58.267400025842626 ], [ -6.863248979152398, 58.267211744195436 ] ] ], [ [ [ -6.862417594181611, 58.267000555860356 ], [ -6.86303747365587, 58.266976919713137 ], [ -6.862939427107533, 58.267443948407418 ], [ -6.862417594181611, 58.267000555860356 ] ] ], [ [ [ -6.905434863030089, 58.265303610032987 ], [ -6.905851822841195, 58.264986197731595 ], [ -6.906924375123448, 58.265457713307541 ], [ -6.906579442153514, 58.265925293031188 ], [ -6.90602568727413, 58.265933104079011 ], [ -6.90506741412802, 58.265547146963442 ], [ -6.905856478683576, 58.265327873488296 ], [ -6.905434863030089, 58.265303610032987 ] ] ], [ [ [ -6.887695108756637, 58.266594810069215 ], [ -6.887561834051321, 58.266237276575545 ], [ -6.88855666342308, 58.266023720947587 ], [ -6.888324952404048, 58.266509395185295 ], [ -6.88776317201495, 58.266591326057991 ], [ -6.888611952098967, 58.266547871938513 ], [ -6.888423155861342, 58.266973426685546 ], [ -6.887691679267584, 58.266992467971626 ], [ -6.887213393689045, 58.266619469340462 ], [ -6.887695108756637, 58.266594810069215 ] ] ], [ [ [ -6.870884925144299, 58.267680482531567 ], [ -6.870815990224616, 58.267179341171044 ], [ -6.871328711528442, 58.267865941120235 ], [ -6.870884925144299, 58.267680482531567 ] ] ], [ [ [ -6.861649613331908, 58.268370226048461 ], [ -6.862066098787442, 58.267810095688773 ], [ -6.862697403067378, 58.268478711783736 ], [ -6.862009276966369, 58.268689363734197 ], [ -6.861649613331908, 58.268370226048461 ] ] ], [ [ [ -6.908030376480325, 58.268941657849808 ], [ -6.907661238445563, 58.268434084862491 ], [ -6.907118416494041, 58.268459471371678 ], [ -6.907378453449806, 58.267995157600552 ], [ -6.906243381151101, 58.268551614017909 ], [ -6.905676379687876, 58.268402499063562 ], [ -6.906570657686384, 58.26764840037238 ], [ -6.904607719728627, 58.267836361799155 ], [ -6.904124857721171, 58.267000295473167 ], [ -6.905423593921248, 58.26620815942303 ], [ -6.90656472548244, 58.266681538792824 ], [ -6.907378417848647, 58.266578259159843 ], [ -6.907673690027218, 58.265937162653302 ], [ -6.908611812698324, 58.265869568754574 ], [ -6.909323478179827, 58.265338385658161 ], [ -6.909481308756887, 58.26616895616295 ], [ -6.907439376355243, 58.267079699950052 ], [ -6.908494498462503, 58.267178532888131 ], [ -6.909284082217376, 58.266531899013827 ], [ -6.911080207684723, 58.266372778030906 ], [ -6.910843747577117, 58.267375965526384 ], [ -6.911338706601758, 58.267374896561797 ], [ -6.910629154720225, 58.267613632446967 ], [ -6.91150748247113, 58.267422373670833 ], [ -6.911324572971034, 58.267703802666979 ], [ -6.912012694963427, 58.268172091328125 ], [ -6.911643176880467, 58.268523681850553 ], [ -6.909513767111156, 58.268434749494027 ], [ -6.908422605460914, 58.269061504893621 ], [ -6.908030376480325, 58.268941657849808 ] ] ], [ [ [ -6.863801547105331, 58.270240290176986 ], [ -6.86475210563649, 58.26988917802241 ], [ -6.865567667864977, 58.270357340842402 ], [ -6.865565905891347, 58.270717245497252 ], [ -6.864999300111212, 58.270781141177238 ], [ -6.864261154600914, 58.270789504980144 ], [ -6.863801547105331, 58.270240290176986 ] ] ], [ [ [ -6.911604139272614, 58.269226890075764 ], [ -6.911492564303982, 58.268853346238252 ], [ -6.91216258292234, 58.268575645801995 ], [ -6.912151759636245, 58.268989888710763 ], [ -6.91264944527556, 58.268885253626962 ], [ -6.912814264123496, 58.269211764515205 ], [ -6.911923460709954, 58.26949797218456 ], [ -6.911604139272614, 58.269226890075764 ] ] ], [ [ [ -6.888573343628564, 58.270039829156282 ], [ -6.888860057119502, 58.269952371932959 ], [ -6.889004446518923, 58.270441621046963 ], [ -6.888573343628564, 58.270039829156282 ] ] ], [ [ [ -6.883675852326642, 58.269687701410966 ], [ -6.882422023308782, 58.269447835457001 ], [ -6.882478609669112, 58.270043905627389 ], [ -6.881613370991301, 58.269960078867442 ], [ -6.880920070055834, 58.270256495324553 ], [ -6.879027711611108, 58.2690379758711 ], [ -6.878492928065548, 58.268874015815229 ], [ -6.877998971543619, 58.269068332478 ], [ -6.877770098743708, 58.268708250057145 ], [ -6.876762111510219, 58.269075153270045 ], [ -6.876937696447238, 58.269482255101835 ], [ -6.876092875562744, 58.269856406650753 ], [ -6.875464814350164, 58.269758972199192 ], [ -6.87578183042023, 58.269643398707977 ], [ -6.87371644737635, 58.268840737571821 ], [ -6.873622610170169, 58.268345046408307 ], [ -6.872330384127519, 58.268259482776102 ], [ -6.871829060151458, 58.26722160786727 ], [ -6.868151817933616, 58.265868703443985 ], [ -6.86613229313177, 58.265707387652149 ], [ -6.86493226852279, 58.26622995689204 ], [ -6.864518014796388, 58.265575562317309 ], [ -6.863876262311937, 58.265564056808437 ], [ -6.862629229459826, 58.265930967952798 ], [ -6.862266214271219, 58.266457576575952 ], [ -6.861464952462022, 58.266465633926039 ], [ -6.860842562670762, 58.265724705995638 ], [ -6.860285531573409, 58.265957340484363 ], [ -6.860249381027767, 58.265382980257215 ], [ -6.858853043046698, 58.2653462304988 ], [ -6.858644951145179, 58.264949343452088 ], [ -6.859130261920269, 58.264629489822426 ], [ -6.858649855625933, 58.264611810467457 ], [ -6.85819993258559, 58.263945263636167 ], [ -6.858230517497227, 58.26335936529906 ], [ -6.85916050725588, 58.263481360108571 ], [ -6.859977944809621, 58.263031899846879 ], [ -6.859578661851989, 58.262547843752856 ], [ -6.860066811123736, 58.262497754557742 ], [ -6.859975536234017, 58.261956980923763 ], [ -6.858949727293524, 58.261447322418142 ], [ -6.859051384769393, 58.260570846441361 ], [ -6.859911875023506, 58.261244232666058 ], [ -6.861053585431772, 58.26043426301522 ], [ -6.861970312895014, 58.260572034371783 ], [ -6.863255920042429, 58.261544047081408 ], [ -6.863767228018116, 58.261227680118125 ], [ -6.865221222095016, 58.261374621716321 ], [ -6.865974452265234, 58.260707169114227 ], [ -6.867462414039607, 58.260542428306003 ], [ -6.868073789928006, 58.26089242160802 ], [ -6.868741421974963, 58.2608444421396 ], [ -6.869748645769041, 58.261714573023625 ], [ -6.870201452490431, 58.261593826317714 ], [ -6.87087402597433, 58.261891992079732 ], [ -6.872217724912312, 58.260554233483582 ], [ -6.872933616597111, 58.2609811749236 ], [ -6.873598909293424, 58.260978239205066 ], [ -6.873799554795117, 58.260637718791045 ], [ -6.874958042795078, 58.260993755912374 ], [ -6.874499951577643, 58.260021708898648 ], [ -6.876505918771136, 58.259652639384669 ], [ -6.879120022450971, 58.259795531943439 ], [ -6.879419928862817, 58.260485745723187 ], [ -6.88023119235314, 58.260675101909271 ], [ -6.880439397960612, 58.261566736118994 ], [ -6.881827027930348, 58.262098361577451 ], [ -6.88178431465357, 58.262779197569905 ], [ -6.882198813016767, 58.262628387980378 ], [ -6.882601520164074, 58.262887348326821 ], [ -6.882020877577511, 58.263318899268164 ], [ -6.883307564042033, 58.263179671857152 ], [ -6.882906982243363, 58.264359999027008 ], [ -6.883521069329732, 58.264480420275497 ], [ -6.883220550656071, 58.265396030955579 ], [ -6.88523626690702, 58.265467262476868 ], [ -6.886508468672608, 58.267078293542561 ], [ -6.88643960487582, 58.267445272757165 ], [ -6.885549779827073, 58.267405597163169 ], [ -6.886624864207708, 58.267798016635325 ], [ -6.886449627368938, 58.268074613111494 ], [ -6.887424136315751, 58.267960803094013 ], [ -6.887675957426312, 58.268733810082409 ], [ -6.886662678286815, 58.268628703566414 ], [ -6.88687202812785, 58.269650730986605 ], [ -6.885823496821426, 58.270280146771469 ], [ -6.883850835996525, 58.270832494443582 ], [ -6.883180975013778, 58.269999022380823 ], [ -6.883804442161344, 58.269939164502134 ], [ -6.883675852326642, 58.269687701410966 ] ] ], [ [ [ -6.806374597270215, 58.273790048197142 ], [ -6.806629813398223, 58.273330651795867 ], [ -6.80719539882289, 58.273434375607287 ], [ -6.806374597270215, 58.273790048197142 ] ] ], [ [ [ -6.886196668401856, 58.270819107711155 ], [ -6.887037850329587, 58.269738835477426 ], [ -6.888093167512088, 58.270148194985701 ], [ -6.888254374798453, 58.270573827615621 ], [ -6.886897344020744, 58.271071139073122 ], [ -6.886196668401856, 58.270819107711155 ] ] ], [ [ [ -6.86533266602923, 58.271877622979282 ], [ -6.865703913881705, 58.271535108590207 ], [ -6.865667684952955, 58.271954801765766 ], [ -6.86533266602923, 58.271877622979282 ] ] ], [ [ [ -6.81632050841074, 58.272622361790397 ], [ -6.819227887788776, 58.271779396992393 ], [ -6.818364244675945, 58.272270804558325 ], [ -6.819583730185562, 58.272386651789297 ], [ -6.819675313753559, 58.273435683408273 ], [ -6.818977248262974, 58.273889352800239 ], [ -6.81632050841074, 58.272622361790397 ] ] ], [ [ [ -6.255570866363963, 58.294012322409685 ], [ -6.256045317187804, 58.293839137088966 ], [ -6.25679387898243, 58.293886118760454 ], [ -6.255948973628016, 58.294103131356096 ], [ -6.255570866363963, 58.294012322409685 ] ] ], [ [ [ -6.865488690813034, 58.272267492060941 ], [ -6.866103269897303, 58.271956175295827 ], [ -6.866352487929537, 58.272216544708677 ], [ -6.865804619036975, 58.272516321653832 ], [ -6.865488690813034, 58.272267492060941 ] ] ], [ [ [ -6.880894051063038, 58.271615891316877 ], [ -6.881663154887598, 58.27155946708038 ], [ -6.881875864352369, 58.271987632782377 ], [ -6.880894051063038, 58.271615891316877 ] ] ], [ [ [ -6.877833850187349, 58.272331203584407 ], [ -6.878406333513227, 58.271962960802782 ], [ -6.878640982348529, 58.272178885514357 ], [ -6.877833850187349, 58.272331203584407 ] ] ], [ [ [ -6.809741719998042, 58.27519777375467 ], [ -6.809684293446476, 58.275089293261537 ], [ -6.810087447167305, 58.275241409116894 ], [ -6.809741719998042, 58.27519777375467 ] ] ], [ [ [ -6.877926928973473, 58.272449089817378 ], [ -6.878471410255731, 58.272311316073363 ], [ -6.878202608826584, 58.272838868266518 ], [ -6.877926928973473, 58.272449089817378 ] ] ], [ [ [ -6.809253270443092, 58.275536434239015 ], [ -6.809236863370781, 58.275440799944839 ], [ -6.809693659755021, 58.275610684904876 ], [ -6.809253270443092, 58.275536434239015 ] ] ], [ [ [ -6.907967493477934, 58.27199828499532 ], [ -6.909130060785629, 58.271085407085586 ], [ -6.908592162378606, 58.271146594188835 ], [ -6.908963791770152, 58.270871400345825 ], [ -6.908624780090201, 58.270704525192066 ], [ -6.909315562167591, 58.270453030552048 ], [ -6.909756650676503, 58.271848453838302 ], [ -6.907967493477934, 58.27199828499532 ] ] ], [ [ [ -6.809429406581121, 58.275764578327106 ], [ -6.809267857185133, 58.275631237605502 ], [ -6.809662125145007, 58.275667646687722 ], [ -6.809429406581121, 58.275764578327106 ] ] ], [ [ [ -6.879410578303787, 58.272063982313732 ], [ -6.880179789276194, 58.271512781945141 ], [ -6.880713056851295, 58.271789244372904 ], [ -6.881258552537858, 58.272897369484753 ], [ -6.880671380185111, 58.27346859810612 ], [ -6.879340911427538, 58.272921269331597 ], [ -6.879410578303787, 58.272063982313732 ] ] ], [ [ [ -6.869941967861586, 58.27398218192144 ], [ -6.869588944896145, 58.2734019274098 ], [ -6.869159126710407, 58.273877130902903 ], [ -6.86863674173998, 58.273865586709874 ], [ -6.869384989649615, 58.2730363820097 ], [ -6.867995860458701, 58.272806037029255 ], [ -6.869575517813308, 58.27212501386753 ], [ -6.868537575020934, 58.27184078472645 ], [ -6.867614148388312, 58.270836999122146 ], [ -6.868203228453973, 58.269905923699241 ], [ -6.870337458173961, 58.269968374556306 ], [ -6.869969224628267, 58.270270306993574 ], [ -6.870815628839511, 58.270651798644749 ], [ -6.870613067027935, 58.271289252243733 ], [ -6.871608821005963, 58.272011380611815 ], [ -6.872872398357886, 58.272259976951872 ], [ -6.874081783276686, 58.272114808801241 ], [ -6.874160502335598, 58.272624571676516 ], [ -6.873062222256911, 58.273701077049473 ], [ -6.872684448283363, 58.273499606697207 ], [ -6.87147526411426, 58.273770696227373 ], [ -6.872303471030913, 58.273212795929155 ], [ -6.870517159981609, 58.274005198226462 ], [ -6.869941967861586, 58.27398218192144 ] ] ], [ [ [ -6.873637634335981, 58.273539653142002 ], [ -6.875090703334906, 58.272993838850802 ], [ -6.875434756471087, 58.27388028683302 ], [ -6.874090529587136, 58.273976643673095 ], [ -6.873637634335981, 58.273539653142002 ] ] ], [ [ [ -6.876083695811788, 58.274624636786257 ], [ -6.875912136053336, 58.274122921653934 ], [ -6.876711982042817, 58.274785033653984 ], [ -6.876083695811788, 58.274624636786257 ] ] ], [ [ [ -6.873737295720165, 58.274201547652069 ], [ -6.875154406174026, 58.274138392900049 ], [ -6.874796731537019, 58.274269011784789 ], [ -6.876061087610966, 58.274832409041146 ], [ -6.876027099891296, 58.275391460197859 ], [ -6.873015421541385, 58.275717964452902 ], [ -6.8724759927385, 58.275396725351577 ], [ -6.872590171167947, 58.274861600925234 ], [ -6.873737295720165, 58.274201547652069 ] ] ], [ [ [ -6.913695832510101, 58.275317724462887 ], [ -6.914526266971045, 58.275272233909725 ], [ -6.915273195133026, 58.276039617195053 ], [ -6.914616544809612, 58.275983955503641 ], [ -6.913695832510101, 58.275317724462887 ] ] ], [ [ [ -6.915869576942639, 58.275476858093668 ], [ -6.916048758615025, 58.2751685777299 ], [ -6.916863859029299, 58.275258606481231 ], [ -6.916169308841923, 58.276036566304349 ], [ -6.915636533788655, 58.27582769708517 ], [ -6.915869576942639, 58.275476858093668 ] ] ], [ [ [ -6.911684967225199, 58.277932111197551 ], [ -6.91240797575786, 58.277665867376321 ], [ -6.912145322090152, 58.277496058784877 ], [ -6.910243584261803, 58.277821178863121 ], [ -6.91038947317769, 58.277518687731806 ], [ -6.909483230239553, 58.27720272189849 ], [ -6.909371562376181, 58.276212940289795 ], [ -6.910442800143618, 58.275748880567662 ], [ -6.911162814119719, 58.275892085750478 ], [ -6.911546912656266, 58.275521944778703 ], [ -6.913037701852532, 58.275743409831769 ], [ -6.913541630099617, 58.276421204449164 ], [ -6.912910436277845, 58.276548975657143 ], [ -6.913985719365309, 58.276975355802556 ], [ -6.913111502370702, 58.277382377196055 ], [ -6.914188303536941, 58.277142977029463 ], [ -6.914519095973116, 58.277741975096426 ], [ -6.914945016167094, 58.277550136720805 ], [ -6.915388530179243, 58.277730962484071 ], [ -6.91498413127623, 58.278569701680297 ], [ -6.913222611701298, 58.278920949015436 ], [ -6.913278356406296, 58.278707390530627 ], [ -6.913714449324595, 58.278465685626358 ], [ -6.913420944434804, 58.277950713361761 ], [ -6.911684967225199, 58.277932111197551 ] ] ], [ [ [ -6.874960612724417, 58.279736807838738 ], [ -6.873728043897307, 58.279653466503113 ], [ -6.873345495466952, 58.279231777508038 ], [ -6.875691568953036, 58.278782282687793 ], [ -6.876210901075762, 58.277345560923003 ], [ -6.877657991564703, 58.277065330926874 ], [ -6.878346738742763, 58.27710646067414 ], [ -6.878321199272224, 58.277354827739437 ], [ -6.878730665947391, 58.277042298149695 ], [ -6.879716928764727, 58.277445375072595 ], [ -6.879758446578042, 58.278365878591266 ], [ -6.87679656199072, 58.279365262096796 ], [ -6.87835429359238, 58.279143767935814 ], [ -6.878648709558414, 58.279309729015296 ], [ -6.878123319730092, 58.27951244168095 ], [ -6.878613185816691, 58.279597160844119 ], [ -6.8775244143202, 58.280061610519887 ], [ -6.877653943544964, 58.279638343284056 ], [ -6.876764982602324, 58.279631851449722 ], [ -6.876049669975102, 58.27995606535174 ], [ -6.875958685200505, 58.280535286994976 ], [ -6.874934538267722, 58.280601419232482 ], [ -6.874302505228385, 58.280724528065264 ], [ -6.873582226082716, 58.280144820823068 ], [ -6.874960612724417, 58.279736807838738 ] ] ], [ [ [ -6.874209651008539, 58.282158437569372 ], [ -6.87602381131578, 58.28175175476396 ], [ -6.876791708905194, 58.28242858538438 ], [ -6.875583008576217, 58.282767158766838 ], [ -6.874740491211216, 58.282664417970878 ], [ -6.874209651008539, 58.282158437569372 ] ] ], [ [ [ -6.826875901097829, 58.284920772689894 ], [ -6.827521004565738, 58.284891865142669 ], [ -6.827776042650008, 58.28507112377762 ], [ -6.827302643459272, 58.285044059167113 ], [ -6.826875901097829, 58.284920772689894 ] ] ], [ [ [ -6.833835734965482, 58.286793738133056 ], [ -6.833423866497782, 58.286404534768685 ], [ -6.833680962265062, 58.28678610868154 ], [ -6.83120783173138, 58.286875289181843 ], [ -6.831075691364743, 58.285031671994112 ], [ -6.831770317399355, 58.284739991415101 ], [ -6.831534697942519, 58.28457799637232 ], [ -6.834221229030224, 58.284426744848723 ], [ -6.83565464285302, 58.284979632070019 ], [ -6.835488773696327, 58.285390727966963 ], [ -6.833562383397061, 58.285292811003984 ], [ -6.833991659070256, 58.285496941406187 ], [ -6.833469041085413, 58.286047491632708 ], [ -6.834837827759319, 58.286252003694152 ], [ -6.834965106850538, 58.286683473733724 ], [ -6.834340328724498, 58.286423784402224 ], [ -6.833835734965482, 58.286793738133056 ] ] ], [ [ [ -6.819456601634052, 58.288070884401883 ], [ -6.819707675225927, 58.287719564886558 ], [ -6.820020992747916, 58.287950610850537 ], [ -6.819456601634052, 58.288070884401883 ] ] ], [ [ [ -6.83185869698967, 58.28713850337062 ], [ -6.833309126568794, 58.28700260039075 ], [ -6.834006531344722, 58.287668849167439 ], [ -6.833615372043659, 58.287994022610953 ], [ -6.833085087083758, 58.28755083203604 ], [ -6.83185869698967, 58.28713850337062 ] ] ], [ [ [ -6.239734777328407, 58.308873121196356 ], [ -6.239252296544591, 58.308767742118668 ], [ -6.240194794464742, 58.308862343195386 ], [ -6.239966367555009, 58.309094738006429 ], [ -6.238398035058845, 58.309124321351611 ], [ -6.239734777328407, 58.308873121196356 ] ] ], [ [ [ -6.922792363327301, 58.284795376369452 ], [ -6.924182298629931, 58.284165966895195 ], [ -6.92448575533558, 58.284689531297182 ], [ -6.923534540282809, 58.284789223210453 ], [ -6.923370762015908, 58.285330823137173 ], [ -6.922790384084575, 58.285272255381521 ], [ -6.922792363327301, 58.284795376369452 ] ] ], [ [ [ -6.919253692031271, 58.285683976205007 ], [ -6.918240049483215, 58.284916997367191 ], [ -6.917612866438545, 58.285013147128197 ], [ -6.917343734565942, 58.285473334152471 ], [ -6.916259240063087, 58.285105805922846 ], [ -6.915478522001639, 58.284465672949963 ], [ -6.915526184670751, 58.283825103816632 ], [ -6.916317658669632, 58.284050994755383 ], [ -6.916205357620337, 58.283672982844678 ], [ -6.918734514070771, 58.283436041165942 ], [ -6.920185585310936, 58.282754838817418 ], [ -6.920961966396295, 58.28317920105323 ], [ -6.920841962605109, 58.28286896124407 ], [ -6.922322251906333, 58.282582441899088 ], [ -6.92356306576635, 58.2825390518856 ], [ -6.924220336021118, 58.28290501859577 ], [ -6.924839767483161, 58.282692182483579 ], [ -6.9251770705503, 58.283520312334502 ], [ -6.922005003380255, 58.284722302159722 ], [ -6.922108721415313, 58.285406514925441 ], [ -6.921206989491241, 58.28543230935729 ], [ -6.919550759829855, 58.284700024734988 ], [ -6.919253692031271, 58.285683976205007 ] ] ], [ [ [ -6.83427185234578, 58.288985667652817 ], [ -6.833634627895911, 58.288447577806245 ], [ -6.83426597574979, 58.288567588369084 ], [ -6.83427185234578, 58.288985667652817 ] ] ], [ [ [ -6.869266260938224, 58.288248575179566 ], [ -6.869293341541874, 58.287824731868575 ], [ -6.869585067481362, 58.288330864233444 ], [ -6.869266260938224, 58.288248575179566 ] ] ], [ [ [ -6.812534940776374, 58.290606253854804 ], [ -6.813052235192871, 58.290026314136085 ], [ -6.812984525094031, 58.290721530627877 ], [ -6.812534940776374, 58.290606253854804 ] ] ], [ [ [ -6.807106588456932, 58.29165377606946 ], [ -6.806840010575859, 58.291200547112766 ], [ -6.807388805566146, 58.291467729214816 ], [ -6.807106588456932, 58.29165377606946 ] ] ], [ [ [ -6.805855505535401, 58.291498505008491 ], [ -6.806446102089158, 58.29138180470401 ], [ -6.80590897418619, 58.291766358175835 ], [ -6.805855505535401, 58.291498505008491 ] ] ], [ [ [ -6.825755795821148, 58.29330215258247 ], [ -6.825824058235795, 58.292863279870716 ], [ -6.826372213431649, 58.292874031110621 ], [ -6.826197705337578, 58.293285438138717 ], [ -6.825755795821148, 58.29330215258247 ] ] ], [ [ [ -6.803593013374737, 58.294903064119353 ], [ -6.803274883959401, 58.29469914669739 ], [ -6.804115692307132, 58.294851901859126 ], [ -6.803593013374737, 58.294903064119353 ] ] ], [ [ [ -6.878090483431504, 58.292036136575824 ], [ -6.878148494582636, 58.290288693889572 ], [ -6.880090819517293, 58.290560758662771 ], [ -6.880561305899469, 58.291123004279029 ], [ -6.880601102525389, 58.2915352987023 ], [ -6.880056235117435, 58.291362726881097 ], [ -6.880230090292899, 58.292003789862036 ], [ -6.87960808105567, 58.292077059080732 ], [ -6.879835098347157, 58.29260813706901 ], [ -6.878498302088849, 58.29226793333163 ], [ -6.878090483431504, 58.292036136575824 ] ] ], [ [ [ -6.804374112135213, 58.297509355575016 ], [ -6.805377570690893, 58.296972317166691 ], [ -6.805171897902594, 58.29772219638641 ], [ -6.804578760678592, 58.297820992719032 ], [ -6.804374112135213, 58.297509355575016 ] ] ], [ [ [ -7.586184950503199, 58.272672893473704 ], [ -7.586608477451439, 58.2723258069609 ], [ -7.586853738444844, 58.272472565912636 ], [ -7.586184950503199, 58.272672893473704 ] ] ], [ [ [ -7.586943509298385, 58.272500132619946 ], [ -7.589001439624149, 58.27184736138485 ], [ -7.590644269425784, 58.271811306667743 ], [ -7.586498715189934, 58.273091168523138 ], [ -7.586943509298385, 58.272500132619946 ] ] ], [ [ [ -7.59066249612925, 58.272953586036678 ], [ -7.590880291781181, 58.272439996830414 ], [ -7.592340756368866, 58.272492926749941 ], [ -7.592455953403235, 58.27284339677928 ], [ -7.591625330169815, 58.27283033969313 ], [ -7.591027214658141, 58.273369616214758 ], [ -7.590631331696856, 58.273404984200518 ], [ -7.59066249612925, 58.272953586036678 ] ] ], [ [ [ -6.788248383834182, 58.306305835654399 ], [ -6.788345664564368, 58.305888394694165 ], [ -6.78882290666713, 58.306131356771004 ], [ -6.788248383834182, 58.306305835654399 ] ] ], [ [ [ -7.588748204919293, 58.272731525778816 ], [ -7.590473817179646, 58.272462328323968 ], [ -7.590543674754016, 58.27339082815773 ], [ -7.588986938521785, 58.273864133960764 ], [ -7.586597569735804, 58.273554866110182 ], [ -7.588748204919293, 58.272731525778816 ] ] ], [ [ [ -6.796937736278127, 58.307306372021372 ], [ -6.796515074526257, 58.307151342529117 ], [ -6.797201908587309, 58.307175003327288 ], [ -6.796937736278127, 58.307306372021372 ] ] ], [ [ [ -6.785991899206785, 58.307690315360801 ], [ -6.786106733066624, 58.30752858884901 ], [ -6.786667208262412, 58.307691976563746 ], [ -6.785991899206785, 58.307690315360801 ] ] ], [ [ [ -7.590445893433955, 58.275042230856137 ], [ -7.593123173327571, 58.274578241464695 ], [ -7.59159891022278, 58.275365175632345 ], [ -7.589935132846842, 58.27539945678722 ], [ -7.590445893433955, 58.275042230856137 ] ] ], [ [ [ -6.783008524866974, 58.308503796865779 ], [ -6.782537919369443, 58.308373007360707 ], [ -6.78337355072082, 58.308422651313904 ], [ -6.783008524866974, 58.308503796865779 ] ] ], [ [ [ -6.785105571193816, 58.308465672426529 ], [ -6.785881800331629, 58.308202686551631 ], [ -6.785841645540517, 58.308411087487187 ], [ -6.785105571193816, 58.308465672426529 ] ] ], [ [ [ -7.585399325964437, 58.276082546093214 ], [ -7.585210700319266, 58.275591279784393 ], [ -7.586913940238046, 58.275696680784073 ], [ -7.586042136285021, 58.275446834526008 ], [ -7.585653442493081, 58.274932835366705 ], [ -7.588233303936348, 58.274068192678413 ], [ -7.590884339495646, 58.273978925802169 ], [ -7.591151528580188, 58.274264224994518 ], [ -7.589782031502157, 58.275219858946819 ], [ -7.587267940729687, 58.275798129704725 ], [ -7.587074895449152, 58.275742806925059 ], [ -7.585957835914019, 58.276103071982782 ], [ -7.585399325964437, 58.276082546093214 ] ] ], [ [ [ -6.206890728593848, 58.329148751872019 ], [ -6.206975840574473, 58.329002073498607 ], [ -6.207824599864209, 58.329023576015437 ], [ -6.206890728593848, 58.329148751872019 ] ] ], [ [ [ -6.75344329637913, 58.311951562809419 ], [ -6.754328353249078, 58.311860131100353 ], [ -6.753575506648496, 58.312108553790843 ], [ -6.75344329637913, 58.311951562809419 ] ] ], [ [ [ -6.740787241853589, 58.313933430766404 ], [ -6.740757131219277, 58.313772635862065 ], [ -6.741285593615762, 58.313762003433524 ], [ -6.740787241853589, 58.313933430766404 ] ] ], [ [ [ -6.752559859017604, 58.314089346509505 ], [ -6.752681447391517, 58.313531611852554 ], [ -6.752941662979055, 58.313814268578085 ], [ -6.752559859017604, 58.314089346509505 ] ] ], [ [ [ -7.579569118277274, 58.283583349094826 ], [ -7.581235952992632, 58.28326286274072 ], [ -7.581631111388535, 58.283601082148643 ], [ -7.580467044655378, 58.28391306475725 ], [ -7.579569118277274, 58.283583349094826 ] ] ], [ [ [ -7.650436285711547, 58.281433579094234 ], [ -7.651017325143814, 58.281326809261806 ], [ -7.650430997226504, 58.28166784051465 ], [ -7.650436285711547, 58.281433579094234 ] ] ], [ [ [ -7.652037742356211, 58.281403076538091 ], [ -7.653538991289809, 58.281066462197685 ], [ -7.65245881910865, 58.281631931889684 ], [ -7.652037742356211, 58.281403076538091 ] ] ], [ [ [ -7.569646797974993, 58.285304342884054 ], [ -7.570190182734517, 58.284902580042086 ], [ -7.570371728437962, 58.285187162595442 ], [ -7.569646797974993, 58.285304342884054 ] ] ], [ [ [ -7.654055008491887, 58.281408114883867 ], [ -7.655597293869218, 58.280687109650707 ], [ -7.655886523579085, 58.281533877696347 ], [ -7.654609701287483, 58.281617534429017 ], [ -7.654055008491887, 58.281408114883867 ] ] ], [ [ [ -7.649261584231168, 58.281814189020402 ], [ -7.649715545705446, 58.281735560443153 ], [ -7.649262009538936, 58.281998691263659 ], [ -7.649261584231168, 58.281814189020402 ] ] ], [ [ [ -7.643562949259652, 58.281999134883826 ], [ -7.64282699469753, 58.281563668249291 ], [ -7.644392458472665, 58.280558247841817 ], [ -7.645493652838376, 58.280284450710504 ], [ -7.645685837710216, 58.28068548347759 ], [ -7.64629970364855, 58.280784304356601 ], [ -7.648312066229423, 58.279903049316637 ], [ -7.648911922865411, 58.280556041405809 ], [ -7.648708331663467, 58.28104661955016 ], [ -7.649967342192845, 58.280423749424777 ], [ -7.649907533971935, 58.281065474086965 ], [ -7.648980732885709, 58.281628614359214 ], [ -7.647394722069444, 58.281595386576861 ], [ -7.646286681671944, 58.282040521880205 ], [ -7.644190536745171, 58.282290880200932 ], [ -7.643160048435776, 58.282097982804849 ], [ -7.643562949259652, 58.281999134883826 ] ] ], [ [ [ -7.584396272529007, 58.285095574886526 ], [ -7.580479459218719, 58.284695569131443 ], [ -7.580194373140628, 58.284946563821599 ], [ -7.57782808298417, 58.285221137296425 ], [ -7.576709397808501, 58.285117073311824 ], [ -7.575878714957049, 58.284671883452759 ], [ -7.576429827058319, 58.284211250367953 ], [ -7.581767371463338, 58.284193652715096 ], [ -7.582507201628801, 58.283738227965706 ], [ -7.58219685193149, 58.283504303798132 ], [ -7.583447965924398, 58.282877972023989 ], [ -7.585499496903529, 58.282180553068173 ], [ -7.58743626675836, 58.282109170764969 ], [ -7.587654015851887, 58.282297638774011 ], [ -7.586934856073114, 58.282450670162262 ], [ -7.588352598379064, 58.282501029191884 ], [ -7.58605289525656, 58.283249873749789 ], [ -7.58832488585769, 58.283244794033862 ], [ -7.588527775880745, 58.283555420478372 ], [ -7.587068777403253, 58.284433931913625 ], [ -7.584396272529007, 58.285095574886526 ] ] ], [ [ [ -6.733417559788259, 58.319914330564579 ], [ -6.733349971283237, 58.319664972877817 ], [ -6.733810025035642, 58.319908773608645 ], [ -6.733417559788259, 58.319914330564579 ] ] ], [ [ [ -7.650491628097845, 58.282902795243196 ], [ -7.65032462365001, 58.282820188430399 ], [ -7.650851379217364, 58.282801336318578 ], [ -7.650491628097845, 58.282902795243196 ] ] ], [ [ [ -6.733462514553938, 58.320249981179288 ], [ -6.7332254079879, 58.32001140615187 ], [ -6.733796982225596, 58.320066672067277 ], [ -6.733462514553938, 58.320249981179288 ] ] ], [ [ [ -7.586101167255118, 58.285394398807249 ], [ -7.5881916940023, 58.284618724972823 ], [ -7.588427009125204, 58.285566973242112 ], [ -7.587393788601877, 58.28578777708632 ], [ -7.586101167255118, 58.285394398807249 ] ] ], [ [ [ -7.648085021866139, 58.283135476527931 ], [ -7.648421388470161, 58.282994556364244 ], [ -7.648534790296921, 58.283169551308312 ], [ -7.648085021866139, 58.283135476527931 ] ] ], [ [ [ -7.558910299554773, 58.286907035333272 ], [ -7.559354587697262, 58.286743654458562 ], [ -7.560376308912698, 58.286937604336657 ], [ -7.559258045045735, 58.28710788074892 ], [ -7.558910299554773, 58.286907035333272 ] ] ], [ [ [ -7.646470553117639, 58.283513042363722 ], [ -7.646424880209383, 58.283227033370757 ], [ -7.645394971781124, 58.283466175397706 ], [ -7.645523841278962, 58.283095926904878 ], [ -7.646444786576121, 58.282816605602839 ], [ -7.647379840146678, 58.283000204438117 ], [ -7.646470553117639, 58.283513042363722 ] ] ], [ [ [ -7.585201453544591, 58.286135868125058 ], [ -7.585525413455841, 58.285860656724914 ], [ -7.587336470995687, 58.285965801052782 ], [ -7.586095991448569, 58.286335187161797 ], [ -7.585201453544591, 58.286135868125058 ] ] ], [ [ [ -7.64929827736252, 58.283509256661432 ], [ -7.649579450079854, 58.283343776617514 ], [ -7.651281554403481, 58.283407836243484 ], [ -7.65098359172118, 58.283682077139062 ], [ -7.649974620039225, 58.283731306782812 ], [ -7.64929827736252, 58.283509256661432 ] ] ], [ [ [ -7.65131252649021, 58.283762004209493 ], [ -7.651647370032487, 58.283558135535529 ], [ -7.652661334642297, 58.28354017467688 ], [ -7.65131252649021, 58.283762004209493 ] ] ], [ [ [ -6.174299727945548, 58.341237599258172 ], [ -6.174562380311818, 58.340927785100405 ], [ -6.175176538346347, 58.341132519464267 ], [ -6.174299727945548, 58.341237599258172 ] ] ], [ [ [ -7.649950346664812, 58.284488469586925 ], [ -7.650383401814929, 58.28422534487958 ], [ -7.650396477861475, 58.284446190720303 ], [ -7.649950346664812, 58.284488469586925 ] ] ], [ [ [ -7.645704756956484, 58.284496570648201 ], [ -7.647575321344288, 58.283689121834399 ], [ -7.647053546098638, 58.283739242864264 ], [ -7.64747912260921, 58.283193827805718 ], [ -7.650119537826424, 58.28415693254653 ], [ -7.64887006591525, 58.284626360408254 ], [ -7.649439988434735, 58.284610102337524 ], [ -7.649169467640573, 58.285270166232209 ], [ -7.648159183064571, 58.285418449577811 ], [ -7.645745341719445, 58.285178849338401 ], [ -7.645450113229711, 58.284935396949685 ], [ -7.645704756956484, 58.284496570648201 ] ] ], [ [ [ -7.582325669004113, 58.289299525228209 ], [ -7.583126397811491, 58.288904436856633 ], [ -7.583412787160174, 58.289040403340245 ], [ -7.582325669004113, 58.289299525228209 ] ] ], [ [ [ -7.596134564136469, 58.28826656053181 ], [ -7.595797185972272, 58.287376804647835 ], [ -7.597761088866735, 58.287367085964227 ], [ -7.598537646227505, 58.287792017558132 ], [ -7.59659991066126, 58.288183126891198 ], [ -7.596973348544004, 58.288544759362487 ], [ -7.596553972634739, 58.288702681697465 ], [ -7.596134564136469, 58.28826656053181 ] ] ], [ [ [ -6.727657742429242, 58.323887707309787 ], [ -6.727882760082838, 58.323780428820712 ], [ -6.728445758772603, 58.323899003188345 ], [ -6.727657742429242, 58.323887707309787 ] ] ], [ [ [ -6.728771266380261, 58.32460655560314 ], [ -6.728175442717595, 58.324178867113098 ], [ -6.728753066933632, 58.324278908458275 ], [ -6.728771266380261, 58.32460655560314 ] ] ], [ [ [ -7.590058644299351, 58.289671717685977 ], [ -7.590674767374177, 58.288650130788675 ], [ -7.588758759365835, 58.289395688152624 ], [ -7.588426370745363, 58.289293251669498 ], [ -7.589132243962728, 58.289001288540867 ], [ -7.588737623728114, 58.288883580134559 ], [ -7.587660482619439, 58.288989301218997 ], [ -7.587422890970842, 58.288783700607311 ], [ -7.585872546351762, 58.289139660890257 ], [ -7.585027476025947, 58.28882116364079 ], [ -7.584943442908451, 58.28834331409297 ], [ -7.586594909433351, 58.287924429088918 ], [ -7.585331871305083, 58.287718756912078 ], [ -7.586558270737256, 58.287313994474324 ], [ -7.585892814882029, 58.287212647092979 ], [ -7.587507564728632, 58.286183316675015 ], [ -7.590568259946706, 58.286085124723634 ], [ -7.592068132475962, 58.286869896154421 ], [ -7.591821349951744, 58.286498195000028 ], [ -7.593021450369986, 58.286414043327973 ], [ -7.593041935100315, 58.286975684356321 ], [ -7.595397617562345, 58.287443847389255 ], [ -7.595674182338523, 58.288813308220149 ], [ -7.594602727674192, 58.289278865005784 ], [ -7.59357300248207, 58.288441988473423 ], [ -7.593277353980498, 58.289328022649713 ], [ -7.592120987559602, 58.289689275160185 ], [ -7.590058644299351, 58.289671717685977 ] ] ], [ [ [ -6.72622965109341, 58.325226877749962 ], [ -6.727381608205198, 58.324954855527103 ], [ -6.727522239715031, 58.325430885906805 ], [ -6.726926832923567, 58.32570929078944 ], [ -6.727044639247834, 58.325439574092606 ], [ -6.72622965109341, 58.325226877749962 ] ] ], [ [ [ -6.720655363152571, 58.327785305510979 ], [ -6.720953871365076, 58.327715800986915 ], [ -6.721202448620896, 58.32797646152904 ], [ -6.720655363152571, 58.327785305510979 ] ] ], [ [ [ -6.718611580465396, 58.328166682276134 ], [ -6.718892163760705, 58.327962919532929 ], [ -6.719204607050353, 58.32818974066339 ], [ -6.718611580465396, 58.328166682276134 ] ] ], [ [ [ -6.722186829169978, 58.328560718725399 ], [ -6.722024382311061, 58.328368835085882 ], [ -6.722506677146177, 58.328458938715031 ], [ -6.722186829169978, 58.328560718725399 ] ] ], [ [ [ -6.72293885842601, 58.328685820222027 ], [ -6.722862815681854, 58.328436771115975 ], [ -6.724281459500669, 58.328559693577347 ], [ -6.72293885842601, 58.328685820222027 ] ] ], [ [ [ -6.713542691292317, 58.329457590758693 ], [ -6.713565050222083, 58.329202206590303 ], [ -6.71399802481363, 58.329640470803639 ], [ -6.713542691292317, 58.329457590758693 ] ] ], [ [ [ -6.712265790173451, 58.332410106229915 ], [ -6.712985508528257, 58.332036337509145 ], [ -6.712494698769484, 58.33239536220659 ], [ -6.712852376993315, 58.332410046325244 ], [ -6.712265790173451, 58.332410106229915 ] ] ], [ [ [ -6.709353565946188, 58.334156427414484 ], [ -6.709576110199701, 58.33401689333472 ], [ -6.709808990447928, 58.334121641240856 ], [ -6.709353565946188, 58.334156427414484 ] ] ], [ [ [ -6.707850041342507, 58.334989032076635 ], [ -6.709284457942386, 58.334869579662225 ], [ -6.709422942137207, 58.335151412613186 ], [ -6.708815119828945, 58.335313248873177 ], [ -6.70806701179135, 58.335282364711439 ], [ -6.707850041342507, 58.334989032076635 ] ] ], [ [ [ -6.694953377976789, 58.336294055525116 ], [ -6.694839126074718, 58.336077880809867 ], [ -6.695390848809998, 58.336304056864172 ], [ -6.694953377976789, 58.336294055525116 ] ] ], [ [ [ -6.689486480766688, 58.336624448005125 ], [ -6.690303453160596, 58.336439733817954 ], [ -6.690231141314547, 58.336796787534219 ], [ -6.689486480766688, 58.336624448005125 ] ] ], [ [ [ -6.69512373185206, 58.336404726240261 ], [ -6.695479221142757, 58.3363898571493 ], [ -6.695453097989382, 58.336682252452832 ], [ -6.69512373185206, 58.336404726240261 ] ] ], [ [ [ -6.697905265294154, 58.337462776391106 ], [ -6.697857072368722, 58.337177611427421 ], [ -6.698162696333308, 58.337173564268795 ], [ -6.697905265294154, 58.337462776391106 ] ] ], [ [ [ -6.697123170134815, 58.337356620723284 ], [ -6.697446386128516, 58.337279069484268 ], [ -6.697489919939719, 58.3374906476189 ], [ -6.697123170134815, 58.337356620723284 ] ] ], [ [ [ -6.685107087390023, 58.338345791462324 ], [ -6.685405520111307, 58.338313255455986 ], [ -6.685764954813314, 58.338714730523513 ], [ -6.685107087390023, 58.338345791462324 ] ] ], [ [ [ -6.684088330362473, 58.339111742165365 ], [ -6.683818490219687, 58.338753750030101 ], [ -6.684376640037678, 58.33897703888443 ], [ -6.684088330362473, 58.339111742165365 ] ] ], [ [ [ -6.698589805820411, 58.338905563604484 ], [ -6.697989860868517, 58.338381643261989 ], [ -6.698514027423443, 58.338657393305816 ], [ -6.698589805820411, 58.338905563604484 ] ] ], [ [ [ -6.677703317362364, 58.34006894354868 ], [ -6.678029490922269, 58.340000329543905 ], [ -6.678034522638742, 58.340167448497454 ], [ -6.677703317362364, 58.34006894354868 ] ] ], [ [ [ -6.677066514627174, 58.340246076292729 ], [ -6.676919402795562, 58.340103948942577 ], [ -6.677506785626942, 58.340160692599156 ], [ -6.677066514627174, 58.340246076292729 ] ] ], [ [ [ -6.672455914724977, 58.341339497490949 ], [ -6.672062984759566, 58.341162283236166 ], [ -6.672362387789737, 58.341175616379189 ], [ -6.672455914724977, 58.341339497490949 ] ] ], [ [ [ -6.675892554971296, 58.341391822765885 ], [ -6.676746873496793, 58.341255303670884 ], [ -6.676497659498864, 58.34142723469683 ], [ -6.675892554971296, 58.341391822765885 ] ] ], [ [ [ -6.67621390192211, 58.341674187186975 ], [ -6.675933993128912, 58.34143348065345 ], [ -6.67643553318541, 58.341637406015025 ], [ -6.677382218248608, 58.341480293688598 ], [ -6.676447445742209, 58.341642249779952 ], [ -6.67621390192211, 58.341674187186975 ] ] ], [ [ [ -6.67466788160336, 58.341638135990934 ], [ -6.675105377216254, 58.341376564991407 ], [ -6.675438570549917, 58.341464210277444 ], [ -6.675051155580968, 58.341729346185069 ], [ -6.67466788160336, 58.341638135990934 ] ] ], [ [ [ -6.672103876223728, 58.345815577133237 ], [ -6.671802331120726, 58.345605335598947 ], [ -6.67207909080251, 58.345602408406691 ], [ -6.672103876223728, 58.345815577133237 ] ] ], [ [ [ -6.672702998480009, 58.345844031703109 ], [ -6.672706213000266, 58.345377085790524 ], [ -6.672969130602869, 58.345437626377361 ], [ -6.672702998480009, 58.345844031703109 ] ] ], [ [ [ -6.672617104757719, 58.345996486990643 ], [ -6.672803036099971, 58.345888943751966 ], [ -6.672903531428999, 58.346325111310577 ], [ -6.672617104757719, 58.345996486990643 ] ] ], [ [ [ -6.633870058841148, 58.348046620792907 ], [ -6.635131794724579, 58.347974759665526 ], [ -6.634181087015452, 58.348187345327126 ], [ -6.633870058841148, 58.348046620792907 ] ] ], [ [ [ -6.670552163886999, 58.347807097382272 ], [ -6.670047069496325, 58.347454981257073 ], [ -6.670839516832581, 58.347599605033281 ], [ -6.670552163886999, 58.347807097382272 ] ] ], [ [ [ -6.658570344101548, 58.349605536146406 ], [ -6.658686740502985, 58.349476265131507 ], [ -6.658726163265388, 58.349658318894186 ], [ -6.658570344101548, 58.349605536146406 ] ] ], [ [ [ -6.659050549356824, 58.349769715182639 ], [ -6.659231665204002, 58.34950855965139 ], [ -6.659399903273187, 58.349746179155282 ], [ -6.659050549356824, 58.349769715182639 ] ] ], [ [ [ -6.668645712716613, 58.350494260872608 ], [ -6.668388318524854, 58.350074618799134 ], [ -6.668836365250814, 58.350098720005512 ], [ -6.668645712716613, 58.350494260872608 ] ] ], [ [ [ -6.611989222074834, 58.352126838806569 ], [ -6.611870791515324, 58.351888265125396 ], [ -6.612677427265308, 58.352182042133606 ], [ -6.612178300657751, 58.35257872777467 ], [ -6.611989222074834, 58.352126838806569 ] ] ], [ [ [ -6.662443642709136, 58.350652421444849 ], [ -6.662694996671865, 58.350625257635258 ], [ -6.662632249504904, 58.350784955278186 ], [ -6.662443642709136, 58.350652421444849 ] ] ], [ [ [ -6.66799131249735, 58.350630610264751 ], [ -6.668158717365134, 58.350175655393798 ], [ -6.66838647924187, 58.350617068717021 ], [ -6.66799131249735, 58.350630610264751 ] ] ], [ [ [ -6.659143613934384, 58.351110126682073 ], [ -6.658994468506883, 58.350965355117552 ], [ -6.659357546995301, 58.350980895534533 ], [ -6.659143613934384, 58.351110126682073 ] ] ], [ [ [ -6.666845823697109, 58.350404421264763 ], [ -6.667718817728343, 58.350251995118128 ], [ -6.667779097764257, 58.350798471227527 ], [ -6.667171215755271, 58.350782004914954 ], [ -6.666845823697109, 58.350404421264763 ] ] ], [ [ [ -6.606741078305657, 58.353054633922483 ], [ -6.607363480676306, 58.352998909669097 ], [ -6.60746290316012, 58.353170714551148 ], [ -6.606741078305657, 58.353054633922483 ] ] ], [ [ [ -6.664929806499225, 58.350510384863043 ], [ -6.666510729422988, 58.350419361474628 ], [ -6.666828155972104, 58.350879088939003 ], [ -6.665787370411233, 58.35108261085054 ], [ -6.664902911174989, 58.350941314541565 ], [ -6.664929806499225, 58.350510384863043 ] ] ], [ [ [ -6.65871631359247, 58.351346979922319 ], [ -6.65823466112628, 58.351236820037158 ], [ -6.657711570960632, 58.351305364398797 ], [ -6.65751751015585, 58.350923870010675 ], [ -6.658689808130869, 58.350938688542918 ], [ -6.65871631359247, 58.351346979922319 ] ] ], [ [ [ -6.599617233963895, 58.355281976009827 ], [ -6.600285019783129, 58.355167089715131 ], [ -6.600258333375244, 58.355395607524684 ], [ -6.599617233963895, 58.355281976009827 ] ] ], [ [ [ -6.598443512954207, 58.356583433617317 ], [ -6.597852285410714, 58.356379853457135 ], [ -6.598378771570986, 58.356414871450738 ], [ -6.598443512954207, 58.356583433617317 ] ] ], [ [ [ -6.596738561292213, 58.357485755986119 ], [ -6.597641661068223, 58.357390300730188 ], [ -6.597123530461032, 58.357813689321794 ], [ -6.596738561292213, 58.357485755986119 ] ] ], [ [ [ -6.595703072204349, 58.358404449649896 ], [ -6.596017088310909, 58.357727574754911 ], [ -6.596334730974301, 58.358129886788262 ], [ -6.595703072204349, 58.358404449649896 ] ] ], [ [ [ -6.588651820124538, 58.359584292712611 ], [ -6.587992247723591, 58.359315664465065 ], [ -6.588909234038412, 58.35945812230819 ], [ -6.588651820124538, 58.359584292712611 ] ] ], [ [ [ -6.591793011125438, 58.359327535126575 ], [ -6.591891108247187, 58.359213379855731 ], [ -6.591991306864922, 58.359536271699092 ], [ -6.591793011125438, 58.359327535126575 ] ] ], [ [ [ -6.591167047355651, 58.359448966648074 ], [ -6.591353839534968, 58.359437757364567 ], [ -6.591412220165301, 58.359754956821227 ], [ -6.591167047355651, 58.359448966648074 ] ] ], [ [ [ -6.589796638963287, 58.36029419607469 ], [ -6.589204017959386, 58.360014174297703 ], [ -6.589960731102393, 58.360108415846355 ], [ -6.589796638963287, 58.36029419607469 ] ] ], [ [ [ -6.589556166291671, 58.360748050908356 ], [ -6.58905045851755, 58.360478397790509 ], [ -6.590193737536855, 58.360518279535498 ], [ -6.590115400453486, 58.36070547655666 ], [ -6.590920983458166, 58.36045167709532 ], [ -6.59103177826283, 58.36064557049734 ], [ -6.590067402545154, 58.361323309210611 ], [ -6.589556166291671, 58.360748050908356 ] ] ], [ [ [ -6.584263560480428, 58.362098306476575 ], [ -6.584404019450062, 58.361598583373286 ], [ -6.584865242377009, 58.362184649516415 ], [ -6.584263560480428, 58.362098306476575 ] ] ], [ [ [ -6.191233012207831, 58.400062654962205 ], [ -6.191567917877911, 58.399709981047408 ], [ -6.192873715542182, 58.39988748895162 ], [ -6.191698480623844, 58.400231739593451 ], [ -6.191233012207831, 58.400062654962205 ] ] ], [ [ [ -6.508620193795037, 58.398080216244381 ], [ -6.508571130171614, 58.397897573260053 ], [ -6.510311903339105, 58.397912629313012 ], [ -6.508620193795037, 58.398080216244381 ] ] ], [ [ [ -6.168410627197467, 58.422312718836459 ], [ -6.168612245525173, 58.421699193847104 ], [ -6.168825448570611, 58.421979990585022 ], [ -6.168410627197467, 58.422312718836459 ] ] ], [ [ [ -6.456994567928818, 58.419747718012275 ], [ -6.457435085654923, 58.419300680716496 ], [ -6.458753080808971, 58.419421128206572 ], [ -6.456994567928818, 58.419747718012275 ] ] ], [ [ [ -6.44836505423684, 58.425035858682861 ], [ -6.448720039304094, 58.424778893255478 ], [ -6.448896412509763, 58.424940038328657 ], [ -6.44836505423684, 58.425035858682861 ] ] ], [ [ [ -6.445433236682909, 58.426989513696903 ], [ -6.446101316693482, 58.426876364336827 ], [ -6.445650505308212, 58.42709438221798 ], [ -6.445433236682909, 58.426989513696903 ] ] ], [ [ [ -6.445530333356039, 58.427378253723639 ], [ -6.446129847120051, 58.427061537051287 ], [ -6.446057546174932, 58.427398605521383 ], [ -6.445530333356039, 58.427378253723639 ] ] ], [ [ [ -6.177831937505196, 58.43765153861677 ], [ -6.178709227860979, 58.437024932338744 ], [ -6.178937595632943, 58.437215300337563 ], [ -6.177831937505196, 58.43765153861677 ] ] ], [ [ [ -6.430873562708459, 58.4371354455917 ], [ -6.432038297789044, 58.436443092247686 ], [ -6.432163065266387, 58.436820988487639 ], [ -6.430873562708459, 58.4371354455917 ] ] ], [ [ [ -6.189927490844138, 58.448869389917398 ], [ -6.190153916396432, 58.448610201640143 ], [ -6.191188690662657, 58.448729193147074 ], [ -6.190560732027088, 58.449073464210215 ], [ -6.189927490844138, 58.448869389917398 ] ] ], [ [ [ -6.402304701010107, 58.447655130129952 ], [ -6.403198276729205, 58.447448125836466 ], [ -6.402269582789545, 58.448018763391758 ], [ -6.402304701010107, 58.447655130129952 ] ] ], [ [ [ -6.396004522217229, 58.448731414475624 ], [ -6.396572342096665, 58.448648959349306 ], [ -6.396083946323389, 58.448913945537448 ], [ -6.396004522217229, 58.448731414475624 ] ] ], [ [ [ -6.391186004374271, 58.449270029896354 ], [ -6.391767622641948, 58.449188022472981 ], [ -6.391350207776577, 58.449417279600944 ], [ -6.391186004374271, 58.449270029896354 ] ] ], [ [ [ -6.392014134162768, 58.449692172362852 ], [ -6.392569261961932, 58.44949415966677 ], [ -6.392491910298798, 58.449657791208303 ], [ -6.392014134162768, 58.449692172362852 ] ] ], [ [ [ -6.387960077987631, 58.449951722722069 ], [ -6.388404850202448, 58.449817765600102 ], [ -6.38824228547259, 58.450082340477302 ], [ -6.387960077987631, 58.449951722722069 ] ] ], [ [ [ -6.387391078874931, 58.450080043950457 ], [ -6.387859100226171, 58.449939896039758 ], [ -6.38773719915416, 58.45010415205806 ], [ -6.387391078874931, 58.450080043950457 ] ] ], [ [ [ -6.384580324476122, 58.450528885108042 ], [ -6.384907370295483, 58.450303646442372 ], [ -6.38537313740309, 58.450434277184819 ], [ -6.384580324476122, 58.450528885108042 ] ] ], [ [ [ -6.387021100126831, 58.45059364073127 ], [ -6.387164445124578, 58.450229902991573 ], [ -6.387523243440002, 58.450520672331599 ], [ -6.387021100126831, 58.45059364073127 ] ] ], [ [ [ -6.353341321426488, 58.460700443948014 ], [ -6.354440983753581, 58.460573118024243 ], [ -6.353695389001414, 58.460926716216562 ], [ -6.353341321426488, 58.460700443948014 ] ] ], [ [ [ -6.184956482245576, 58.469587735536621 ], [ -6.185934217788888, 58.469438885117562 ], [ -6.185836360438498, 58.4698422281893 ], [ -6.1847234384204, 58.470008983051748 ], [ -6.184956482245576, 58.469587735536621 ] ] ], [ [ [ -6.346326025728703, 58.466141168576328 ], [ -6.345726758135671, 58.465666901588314 ], [ -6.346478838077782, 58.465780762915742 ], [ -6.346326025728703, 58.466141168576328 ] ] ], [ [ [ -6.19151222047442, 58.473613085374787 ], [ -6.191598253503594, 58.47347089311355 ], [ -6.191965330721322, 58.473526319260728 ], [ -6.19151222047442, 58.473613085374787 ] ] ], [ [ [ -6.192623608905103, 58.47393638985362 ], [ -6.193089224665307, 58.473652284565361 ], [ -6.193458230059431, 58.473810152755441 ], [ -6.192623608905103, 58.47393638985362 ] ] ], [ [ [ -6.194178537057364, 58.475099406033856 ], [ -6.194529067860589, 58.475087926686435 ], [ -6.194752430940472, 58.475233476329848 ], [ -6.194178537057364, 58.475099406033856 ] ] ], [ [ [ -6.193010986794683, 58.475672661316182 ], [ -6.193585414697557, 58.475307660724845 ], [ -6.193899080159377, 58.475418782891332 ], [ -6.193010986794683, 58.475672661316182 ] ] ], [ [ [ -6.196476866206305, 58.476233554346919 ], [ -6.196821494277841, 58.475885059864666 ], [ -6.196957770048007, 58.476019971430361 ], [ -6.196476866206305, 58.476233554346919 ] ] ], [ [ [ -6.195926499676504, 58.476584291862828 ], [ -6.196000222688101, 58.476339091025928 ], [ -6.19645337621588, 58.476468117638923 ], [ -6.195926499676504, 58.476584291862828 ] ] ], [ [ [ -6.198270219340391, 58.476444545708617 ], [ -6.198592949787455, 58.476272109373454 ], [ -6.198406502865899, 58.476579455629775 ], [ -6.198270219340391, 58.476444545708617 ] ] ], [ [ [ -6.202731813213849, 58.480190901892044 ], [ -6.203157624282004, 58.480133767775698 ], [ -6.203316519893006, 58.480356952865478 ], [ -6.202731813213849, 58.480190901892044 ] ] ], [ [ [ -6.335885760587593, 58.476826972324311 ], [ -6.336556851513476, 58.476422055295544 ], [ -6.336476572477793, 58.476731428490446 ], [ -6.335885760587593, 58.476826972324311 ] ] ], [ [ [ -6.322829912638624, 58.478184688494451 ], [ -6.323054162330908, 58.477816510385075 ], [ -6.323634649620857, 58.478264536919276 ], [ -6.322829912638624, 58.478184688494451 ] ] ], [ [ [ -6.318856326845192, 58.478988705695095 ], [ -6.319656715555985, 58.4788376131375 ], [ -6.319268410830023, 58.479128584243441 ], [ -6.318856326845192, 58.478988705695095 ] ] ], [ [ [ -6.33165763777953, 58.478821665760897 ], [ -6.331399701118265, 58.47848416743021 ], [ -6.332389986809812, 58.478885023283915 ], [ -6.33165763777953, 58.478821665760897 ] ] ], [ [ [ -6.309343993629251, 58.479962889614846 ], [ -6.309305479020281, 58.479886848614143 ], [ -6.309682503477807, 58.479937111178785 ], [ -6.309343993629251, 58.479962889614846 ] ] ], [ [ [ -6.318230901210098, 58.479683348554815 ], [ -6.318237691060641, 58.479459201167295 ], [ -6.318473737017534, 58.479745303896465 ], [ -6.318230901210098, 58.479683348554815 ] ] ], [ [ [ -6.317590411336966, 58.479934255993527 ], [ -6.317727865724101, 58.479725487721311 ], [ -6.317854410930275, 58.480056649468771 ], [ -6.317590411336966, 58.479934255993527 ] ] ], [ [ [ -6.308497901845351, 58.480343867090788 ], [ -6.308924734542801, 58.480296234972378 ], [ -6.308500836594262, 58.480423803006353 ], [ -6.308497901845351, 58.480343867090788 ] ] ], [ [ [ -6.217390960439332, 58.486289544402538 ], [ -6.216937453492993, 58.485630061749369 ], [ -6.216300348430878, 58.485343501221955 ], [ -6.215613556207099, 58.485730287141799 ], [ -6.215761412526988, 58.485259627436591 ], [ -6.217230873379329, 58.484984656044873 ], [ -6.219245453572897, 58.485231244072786 ], [ -6.21867699850064, 58.486002611320181 ], [ -6.218203416430364, 58.485991230231129 ], [ -6.2174201826609, 58.486647369808253 ], [ -6.216781424325211, 58.486633328232585 ], [ -6.217390960439332, 58.486289544402538 ] ] ], [ [ [ -6.286869549544327, 58.49058820289946 ], [ -6.287664490429027, 58.490248658049396 ], [ -6.288329585662404, 58.490364880309876 ], [ -6.286869549544327, 58.49058820289946 ] ] ], [ [ [ -6.223728410803096, 58.492753853253724 ], [ -6.223611309191738, 58.492608443381364 ], [ -6.223859600811057, 58.492630831080319 ], [ -6.223728410803096, 58.492753853253724 ] ] ], [ [ [ -6.220961067268999, 58.495393441699861 ], [ -6.221456539050541, 58.495342947123106 ], [ -6.221165528380485, 58.495536874989845 ], [ -6.220961067268999, 58.495393441699861 ] ] ], [ [ [ -6.224495703961701, 58.498261454523217 ], [ -6.224482816043539, 58.497968733828955 ], [ -6.224711866800522, 58.498073584052825 ], [ -6.224495703961701, 58.498261454523217 ] ] ], [ [ [ -6.226897183206477, 58.501244099774986 ], [ -6.228032296820648, 58.501112231291636 ], [ -6.227354904427106, 58.501336006923701 ], [ -6.226897183206477, 58.501244099774986 ] ] ], [ [ [ -6.234972528884267, 58.503917020292576 ], [ -6.236747704991908, 58.503778307759902 ], [ -6.236783593880722, 58.50407566411053 ], [ -6.236229698965939, 58.504183899331807 ], [ -6.234972528884267, 58.503917020292576 ] ] ], [ [ [ -6.231350630974648, 58.504527647204796 ], [ -6.231549416559351, 58.504295377974046 ], [ -6.232887184893731, 58.504347411191624 ], [ -6.231830361482297, 58.504644890154651 ], [ -6.231350630974648, 58.504527647204796 ] ] ], [ [ [ -6.229496073054675, 58.504507043840071 ], [ -6.231129761888617, 58.504334413643704 ], [ -6.2299228572959, 58.504726754241325 ], [ -6.229147745653022, 58.504639036136908 ], [ -6.229496073054675, 58.504507043840071 ] ] ], [ [ [ -6.278710490129733, 58.504490887989462 ], [ -6.27898831550854, 58.504472618072569 ], [ -6.278810239944524, 58.504604459372167 ], [ -6.278710490129733, 58.504490887989462 ] ] ], [ [ [ -6.277873681580561, 58.504758027788313 ], [ -6.277760283824882, 58.504617034684543 ], [ -6.278058532247046, 58.504639450400873 ], [ -6.277873681580561, 58.504758027788313 ] ] ], [ [ [ -6.279862996986217, 58.504643039055402 ], [ -6.280261951997706, 58.504519105358781 ], [ -6.280187022579622, 58.504707752809061 ], [ -6.279862996986217, 58.504643039055402 ] ] ], [ [ [ -6.277422257583301, 58.504818060255381 ], [ -6.277161544105651, 58.504088481007301 ], [ -6.277640139036083, 58.504209190212769 ], [ -6.277422257583301, 58.504818060255381 ] ] ], [ [ [ -6.279158066930457, 58.504822152356972 ], [ -6.27949272797661, 58.504776804381514 ], [ -6.279348837003137, 58.504977646117595 ], [ -6.279158066930457, 58.504822152356972 ] ] ], [ [ [ -6.241674026165463, 58.506855249780095 ], [ -6.242564728955765, 58.506789794844352 ], [ -6.24135455935448, 58.507183251380944 ], [ -6.241011320030583, 58.507115479320838 ], [ -6.241674026165463, 58.506855249780095 ] ] ], [ [ [ -6.273873689279131, 58.506209799509826 ], [ -6.274036027972513, 58.505877958792119 ], [ -6.274255387110681, 58.506099050381287 ], [ -6.273873689279131, 58.506209799509826 ] ] ], [ [ [ -6.246038399021345, 58.509015439987508 ], [ -6.246766799741706, 58.508971520463348 ], [ -6.246491221045477, 58.509093955654876 ], [ -6.246038399021345, 58.509015439987508 ] ] ], [ [ [ -6.283808193833367, 58.50803896553348 ], [ -6.283626475620864, 58.507718612251871 ], [ -6.284288279808036, 58.507763031961716 ], [ -6.283808193833367, 58.50803896553348 ] ] ], [ [ [ -6.28483052360902, 58.507897774303395 ], [ -6.285155009074887, 58.507839263471823 ], [ -6.284779209705973, 58.508110814140863 ], [ -6.28483052360902, 58.507897774303395 ] ] ], [ [ [ -6.24476870369656, 58.509258031161515 ], [ -6.245989420226969, 58.509093497392776 ], [ -6.245126033761884, 58.509498878322248 ], [ -6.24476870369656, 58.509258031161515 ] ] ], [ [ [ -6.248530254474043, 58.509727772904291 ], [ -6.248616685752071, 58.5094623317963 ], [ -6.249552414859886, 58.509555399913459 ], [ -6.249120682973866, 58.509821500615082 ], [ -6.248530254474043, 58.509727772904291 ] ] ], [ [ [ -6.249908802029703, 58.509915863640217 ], [ -6.249844828967443, 58.509784898779024 ], [ -6.250096330559343, 58.509790046543088 ], [ -6.249908802029703, 58.509915863640217 ] ] ], [ [ [ -6.28188354884984, 58.510037577153746 ], [ -6.282343030843951, 58.509761441007853 ], [ -6.283955377825218, 58.510033079314603 ], [ -6.282599581576647, 58.510145839720032 ], [ -6.28188354884984, 58.510037577153746 ] ] ], [ [ [ -6.282073823271205, 58.510399911601738 ], [ -6.281958128254893, 58.510169972600572 ], [ -6.282616660990063, 58.510173145687162 ], [ -6.282073823271205, 58.510399911601738 ] ] ], [ [ [ -6.282047020802643, 58.51116606853472 ], [ -6.282060648739042, 58.510559518993794 ], [ -6.283425496259821, 58.510914971515085 ], [ -6.282913202974221, 58.511124533399567 ], [ -6.282047020802643, 58.51116606853472 ] ] ], [ [ [ -6.278017571226507, 58.511605490026518 ], [ -6.277813774431515, 58.511385682767994 ], [ -6.278144527887353, 58.511378238511298 ], [ -6.278017571226507, 58.511605490026518 ] ] ], [ [ [ -6.280504805901866, 58.511695091938037 ], [ -6.280625300794115, 58.511372733105084 ], [ -6.281844897913652, 58.511481264661981 ], [ -6.280504805901866, 58.511695091938037 ] ] ], [ [ [ -6.280013424263466, 58.511724093447462 ], [ -6.279965797818403, 58.511418141122505 ], [ -6.280274410018042, 58.511581388793871 ], [ -6.280013424263466, 58.511724093447462 ] ] ], [ [ [ -6.283039282700615, 58.511805548142874 ], [ -6.282987160393746, 58.511631936394501 ], [ -6.283461037859477, 58.511783358511018 ], [ -6.283039282700615, 58.511805548142874 ] ] ], [ [ [ -6.276034600030949, 58.511945041523468 ], [ -6.275434129411245, 58.51158649320422 ], [ -6.27688635337663, 58.511545229732192 ], [ -6.276694227037814, 58.512253053836311 ], [ -6.276216560761888, 58.512295970778645 ], [ -6.276034600030949, 58.511945041523468 ] ] ], [ [ [ -6.281695463362105, 58.512777579441519 ], [ -6.281495457332651, 58.512462330381275 ], [ -6.282016275518537, 58.512519567003295 ], [ -6.281695463362105, 58.512777579441519 ] ] ], [ [ [ -6.272147777974322, 58.51465820017085 ], [ -6.272071675275204, 58.514456608618012 ], [ -6.272447464960508, 58.51448005125571 ], [ -6.272147777974322, 58.51465820017085 ] ] ], [ [ [ -6.268911010586958, 58.51524625033511 ], [ -6.269014601762431, 58.514967631663474 ], [ -6.269213108542513, 58.515228993524339 ], [ -6.268911010586958, 58.51524625033511 ] ] ], [ [ [ -6.258878476452748, 58.51581922367231 ], [ -6.259090515260664, 58.515810378999738 ], [ -6.259209823937071, 58.515872957670268 ], [ -6.258878476452748, 58.51581922367231 ] ] ], [ [ [ -6.258971895326384, 58.515994168238528 ], [ -6.259686972412055, 58.51596680691442 ], [ -6.259480079780007, 58.516202089281038 ], [ -6.258971895326384, 58.515994168238528 ] ] ], [ [ [ -6.258587304752048, 58.516408007332402 ], [ -6.260221308412816, 58.516305144594661 ], [ -6.260621582182878, 58.516204612768398 ], [ -6.260283306881383, 58.515926000171056 ], [ -6.259935067308966, 58.515957661725068 ], [ -6.258551475328952, 58.515688010068374 ], [ -6.258905821059892, 58.51535071185392 ], [ -6.257515795643804, 58.514829477321662 ], [ -6.258278910615514, 58.514589206978556 ], [ -6.256841177018655, 58.514510176620114 ], [ -6.256776062124772, 58.514129264929636 ], [ -6.256201030381365, 58.514602476889266 ], [ -6.255720031680832, 58.51390985240949 ], [ -6.255659734221302, 58.514517939173224 ], [ -6.254865918658658, 58.514533504877328 ], [ -6.254655177558297, 58.514071100650369 ], [ -6.255463174233305, 58.513917482194053 ], [ -6.253960954546474, 58.514015012843288 ], [ -6.253066781781594, 58.513656220457136 ], [ -6.254039834537654, 58.513432388432776 ], [ -6.25202962180061, 58.513563843163226 ], [ -6.252165525402786, 58.513026088733689 ], [ -6.251688411434794, 58.51354189161453 ], [ -6.250887972238216, 58.513488411895572 ], [ -6.249973499654964, 58.51286230093163 ], [ -6.2509562320478, 58.512732590731872 ], [ -6.249433332273546, 58.512659001693599 ], [ -6.249178305437273, 58.512213345472823 ], [ -6.2496237022081, 58.512301089556111 ], [ -6.249481805679705, 58.511952396500192 ], [ -6.250858985038211, 58.511972367730891 ], [ -6.249430465394432, 58.511698716962854 ], [ -6.251144704000657, 58.511706608906167 ], [ -6.250563615900316, 58.511590998394077 ], [ -6.251118529153949, 58.511348683220866 ], [ -6.253496852604062, 58.511348900453143 ], [ -6.253322866956657, 58.510778265891531 ], [ -6.250544931037404, 58.510911798223667 ], [ -6.250474601438396, 58.509990618901945 ], [ -6.251275646297907, 58.510007210898763 ], [ -6.250713038550338, 58.509859515411051 ], [ -6.250665717971168, 58.509454631760981 ], [ -6.250373841902779, 58.509740377195513 ], [ -6.250131093623381, 58.509466968379918 ], [ -6.246813230086999, 58.509383627969846 ], [ -6.246971675634009, 58.508989010132289 ], [ -6.249069276027893, 58.508999508595615 ], [ -6.245851600039789, 58.508650247004397 ], [ -6.247968816321833, 58.5082977228722 ], [ -6.24711074752568, 58.508249729385128 ], [ -6.247037110020622, 58.507882585931092 ], [ -6.245986254940885, 58.507945285025883 ], [ -6.245945801433603, 58.507724515470848 ], [ -6.245561183906482, 58.508096051438486 ], [ -6.245225508721674, 58.507948907483851 ], [ -6.244711981429427, 58.507467745084803 ], [ -6.245723594082215, 58.507421643295892 ], [ -6.245715417767461, 58.507112578950533 ], [ -6.245062937091348, 58.507045171470956 ], [ -6.245560349668399, 58.506853342861248 ], [ -6.244912727680308, 58.506953929748988 ], [ -6.244775407118914, 58.506471995153859 ], [ -6.244429696666734, 58.506753215249198 ], [ -6.243142322878319, 58.506635786504631 ], [ -6.243889527882214, 58.506463569166655 ], [ -6.24283500273456, 58.50655244234413 ], [ -6.243645282242437, 58.505850290407082 ], [ -6.242372975833899, 58.506738592530759 ], [ -6.241303130695439, 58.506743432581509 ], [ -6.240859192826751, 58.506027052869051 ], [ -6.242533785740622, 58.505879900595495 ], [ -6.241042752518844, 58.505654992126303 ], [ -6.242192000160382, 58.505326500342399 ], [ -6.241213585163527, 58.505362484339308 ], [ -6.240423981911086, 58.504956087460698 ], [ -6.24009043633314, 58.505309730325081 ], [ -6.239372884001538, 58.505101470777639 ], [ -6.239923124388659, 58.504977156887811 ], [ -6.23969830123974, 58.504822734690379 ], [ -6.237591412680431, 58.504718875524702 ], [ -6.237539503595136, 58.504445428921414 ], [ -6.237054700916913, 58.504471351669444 ], [ -6.237184732980789, 58.503869066695444 ], [ -6.237676447050094, 58.503900465197262 ], [ -6.237291963244447, 58.503419504705967 ], [ -6.235324090493981, 58.503569989846277 ], [ -6.234556369979642, 58.503215889931845 ], [ -6.233691749105772, 58.50329751424028 ], [ -6.233502762666157, 58.503026797186344 ], [ -6.233180417114977, 58.503673198003519 ], [ -6.230871680803052, 58.503761137977087 ], [ -6.23120626406492, 58.503116138222225 ], [ -6.232785487986577, 58.503076570500035 ], [ -6.230066168451232, 58.502251859845749 ], [ -6.232707475025494, 58.502116078842576 ], [ -6.232531569218805, 58.501583254421917 ], [ -6.229434759285681, 58.501474193332839 ], [ -6.229399290478437, 58.501208295115084 ], [ -6.228575507997278, 58.501343390185362 ], [ -6.228744138133096, 58.501095699741164 ], [ -6.228126305237694, 58.501322244736627 ], [ -6.228760884830447, 58.501071102764747 ], [ -6.228878179965752, 58.501046549547176 ], [ -6.228230297402233, 58.500944737063193 ], [ -6.224322108965569, 58.501373082161791 ], [ -6.224502586839224, 58.500160379458904 ], [ -6.223778946738505, 58.501284880012506 ], [ -6.22326028877008, 58.501328952355301 ], [ -6.221681424964604, 58.500199408639084 ], [ -6.221798321049983, 58.499700087909048 ], [ -6.222327265590535, 58.499456055552898 ], [ -6.224020492093895, 58.499465889896726 ], [ -6.223820133284238, 58.499285457273658 ], [ -6.224988473550803, 58.499401603279694 ], [ -6.223790700827533, 58.499140753994091 ], [ -6.223347057798447, 58.498722853534467 ], [ -6.224995966115491, 58.498150541302849 ], [ -6.225290543411388, 58.497429544147153 ], [ -6.224933459411801, 58.497288452063053 ], [ -6.226246134138323, 58.496777565085871 ], [ -6.224631808663577, 58.496608697013514 ], [ -6.225246284759749, 58.49630518002224 ], [ -6.224510568301636, 58.495700885702696 ], [ -6.222353601278818, 58.495875398449428 ], [ -6.223228247639508, 58.494478858486218 ], [ -6.222251053750568, 58.495122535009344 ], [ -6.220991697839868, 58.495191007731677 ], [ -6.220167741762178, 58.496052624510163 ], [ -6.218745433178669, 58.495193953787989 ], [ -6.219300064467543, 58.495178387463802 ], [ -6.219039325562992, 58.494838077675183 ], [ -6.220190544277188, 58.494198585904286 ], [ -6.222373897857407, 58.494101470115055 ], [ -6.222307644530923, 58.493521859015964 ], [ -6.223322853893468, 58.493237514857412 ], [ -6.222820302141876, 58.493100313896683 ], [ -6.223182120878013, 58.492724203669837 ], [ -6.222616475619943, 58.492690693622301 ], [ -6.223316246582788, 58.492411350015018 ], [ -6.2237206061596, 58.492874605990295 ], [ -6.22551083720237, 58.493022393620663 ], [ -6.225832431651681, 58.49265479573576 ], [ -6.226968895982222, 58.492650575836279 ], [ -6.22719532718038, 58.492405710362895 ], [ -6.226671003219105, 58.492201801243198 ], [ -6.226346713038931, 58.492532622380452 ], [ -6.225282612900979, 58.492510171289481 ], [ -6.22504238760663, 58.492768976302571 ], [ -6.224119884477335, 58.492553009505741 ], [ -6.225702457583137, 58.492473843370341 ], [ -6.22754853128777, 58.491915669746966 ], [ -6.226771470281145, 58.489311985994988 ], [ -6.226137433222206, 58.489480376165517 ], [ -6.225434390029076, 58.488803973173908 ], [ -6.224306006120075, 58.488503079904412 ], [ -6.224087420278995, 58.488670348821415 ], [ -6.22326909021662, 58.488005829418128 ], [ -6.221880078486898, 58.487793538145219 ], [ -6.221846706785143, 58.48738729175939 ], [ -6.22088635484612, 58.48709791711925 ], [ -6.220071753933754, 58.486292079074843 ], [ -6.220541317133132, 58.485812612508617 ], [ -6.219841260714903, 58.485445414954519 ], [ -6.220103025528522, 58.485265940145368 ], [ -6.218765105421466, 58.485163437426401 ], [ -6.21865839022193, 58.48483244301989 ], [ -6.217295228167063, 58.484834166580178 ], [ -6.217277416801542, 58.484585669929032 ], [ -6.215865935233023, 58.484570984926783 ], [ -6.215769333744275, 58.484295407228629 ], [ -6.216873134026589, 58.484121495286949 ], [ -6.216167662819501, 58.484023322980995 ], [ -6.216377181240729, 58.483708894698125 ], [ -6.215257285843808, 58.484106337733436 ], [ -6.214951540107111, 58.483389832320753 ], [ -6.214209659664159, 58.483503264034468 ], [ -6.213911747153803, 58.484040004765014 ], [ -6.213778387668643, 58.483400553817525 ], [ -6.212342319210932, 58.484068244145867 ], [ -6.21151675653267, 58.483655673851118 ], [ -6.211354721810967, 58.484094422118346 ], [ -6.210880341191647, 58.483932872110437 ], [ -6.211270705309064, 58.483694336531144 ], [ -6.210098692483523, 58.483657328300716 ], [ -6.209429045978056, 58.482854757610234 ], [ -6.209196444426292, 58.48353591140603 ], [ -6.207213728649768, 58.483181115842321 ], [ -6.207584597197456, 58.482292202812104 ], [ -6.206860866011103, 58.482356438331287 ], [ -6.207423812284784, 58.48198186083512 ], [ -6.206986859251096, 58.481745332591494 ], [ -6.207597328771546, 58.481552632459497 ], [ -6.207933197660293, 58.481862617945318 ], [ -6.207789280944399, 58.481506761656256 ], [ -6.208894561346965, 58.481159320867363 ], [ -6.20832655167933, 58.480889336593563 ], [ -6.209500628627562, 58.480514451769317 ], [ -6.204804213523667, 58.480880921671115 ], [ -6.203676205069257, 58.480062797156492 ], [ -6.203602426346428, 58.480321493263268 ], [ -6.203204145662812, 58.479489306264313 ], [ -6.20436031346973, 58.478562941267256 ], [ -6.206216381454787, 58.478278098971863 ], [ -6.206011275171747, 58.477970110459495 ], [ -6.205614152227604, 58.478065878031195 ], [ -6.206786329459114, 58.476815246840509 ], [ -6.206605180254526, 58.476262786076077 ], [ -6.204412935366735, 58.476018246690252 ], [ -6.201200754328319, 58.47676208990589 ], [ -6.20049481724931, 58.476600905753706 ], [ -6.200439890770336, 58.477146728195294 ], [ -6.1995682892807, 58.476963995471962 ], [ -6.199777166130119, 58.476628935645458 ], [ -6.198889527949038, 58.476311843321888 ], [ -6.19946982923016, 58.476211889094181 ], [ -6.199075434190768, 58.476000017927319 ], [ -6.197359598530593, 58.475934866997555 ], [ -6.197706363906901, 58.475676220549722 ], [ -6.197151115426325, 58.475195357498414 ], [ -6.196561794562893, 58.475866593075246 ], [ -6.195278803824614, 58.475904128181377 ], [ -6.194705466193732, 58.476565838613737 ], [ -6.193706184087032, 58.475744316843297 ], [ -6.195824295617081, 58.474721787376303 ], [ -6.194363935722202, 58.474495363050622 ], [ -6.194290166541928, 58.473445708570154 ], [ -6.192990696558188, 58.473488258195829 ], [ -6.193830648506504, 58.473334867739247 ], [ -6.193902772362402, 58.472788486813428 ], [ -6.19198243977692, 58.473238013914575 ], [ -6.192888650252272, 58.472704794887129 ], [ -6.192570737224793, 58.472629778013875 ], [ -6.19108746186516, 58.473145911757705 ], [ -6.191208781439505, 58.472651875533153 ], [ -6.192131011124091, 58.472324954550253 ], [ -6.190610937053209, 58.472028508177374 ], [ -6.191850527838677, 58.471700196210193 ], [ -6.190943831958805, 58.471653437574822 ], [ -6.190582143871215, 58.471283111314833 ], [ -6.19130348541167, 58.470423246389984 ], [ -6.190393582653326, 58.470781231104787 ], [ -6.190472157252048, 58.470360530436025 ], [ -6.189547835069224, 58.470597588384813 ], [ -6.190109393070279, 58.470268991463477 ], [ -6.190091824124861, 58.469617643767613 ], [ -6.189022269785593, 58.469283960039832 ], [ -6.18792856710176, 58.469755843599955 ], [ -6.187089271026039, 58.469553990367913 ], [ -6.187567476382478, 58.469318050114076 ], [ -6.185439501858347, 58.469392110266753 ], [ -6.184396193104141, 58.468990091092692 ], [ -6.183080776768483, 58.469257864187433 ], [ -6.184686441512132, 58.468400622712302 ], [ -6.183435355956046, 58.467982905766021 ], [ -6.183537459437863, 58.467759266258703 ], [ -6.184163566475199, 58.467828731107588 ], [ -6.183086235010337, 58.467068134074523 ], [ -6.182714354112809, 58.467260120930632 ], [ -6.182233687471053, 58.466826219700344 ], [ -6.18185851208783, 58.46727907943427 ], [ -6.180981441055756, 58.466903077767988 ], [ -6.181291057859184, 58.466043225723169 ], [ -6.182592891535491, 58.466167064347097 ], [ -6.182113448864522, 58.465310499177782 ], [ -6.182652153176629, 58.464573544955925 ], [ -6.181536259083935, 58.464497588500215 ], [ -6.181987800765983, 58.46403773915037 ], [ -6.183264006487336, 58.463874662357625 ], [ -6.183818962974018, 58.464067843902527 ], [ -6.183706909359161, 58.46363089664446 ], [ -6.185036007318492, 58.463335689422294 ], [ -6.184487470903416, 58.463124319430761 ], [ -6.184967794796762, 58.46269049384545 ], [ -6.18560760821374, 58.463164142629026 ], [ -6.185553729290267, 58.462855679214734 ], [ -6.186695290536922, 58.462571079677957 ], [ -6.186116945785559, 58.461893106314584 ], [ -6.18698554973744, 58.461478050241297 ], [ -6.18859752349283, 58.461901908335946 ], [ -6.188232264985199, 58.461284413671478 ], [ -6.188959772412967, 58.461197671627595 ], [ -6.188955554287968, 58.460802160094531 ], [ -6.189493443944024, 58.460636193537866 ], [ -6.190397690707266, 58.460952798064604 ], [ -6.190038265747202, 58.460528446035994 ], [ -6.19074275778666, 58.460752672098984 ], [ -6.190935647641505, 58.459923586787482 ], [ -6.192329699404926, 58.459743070283643 ], [ -6.192312637235661, 58.459096201089416 ], [ -6.193048103841569, 58.458860805100549 ], [ -6.193584348154071, 58.458105894227323 ], [ -6.195105964167942, 58.458060544643786 ], [ -6.194183593562968, 58.457807512127808 ], [ -6.195193003519285, 58.457567625047297 ], [ -6.195332369424526, 58.456794236576101 ], [ -6.194922201752119, 58.456663802711034 ], [ -6.19551713156339, 58.45618571355083 ], [ -6.194828190333554, 58.455947517359398 ], [ -6.19383270900127, 58.456231906568625 ], [ -6.19422043465365, 58.455814562920089 ], [ -6.193192916934245, 58.45575829830203 ], [ -6.193728040474602, 58.45549798581834 ], [ -6.193298132975746, 58.455417650077258 ], [ -6.19404633372171, 58.455361670811186 ], [ -6.193189726200585, 58.455227871234221 ], [ -6.193683186568597, 58.454977915335377 ], [ -6.193071714545302, 58.454813605376906 ], [ -6.19377985271707, 58.454493673576486 ], [ -6.193420452386205, 58.454285140060001 ], [ -6.194077844129311, 58.454115237518238 ], [ -6.193759566102725, 58.453891869776214 ], [ -6.194129645214916, 58.453686417423967 ], [ -6.194007355841304, 58.453380197192018 ], [ -6.192902474781448, 58.45339390642382 ], [ -6.193165754191961, 58.453084049740426 ], [ -6.193812442660096, 58.453112324106172 ], [ -6.193720063213497, 58.452769155653556 ], [ -6.192261708802817, 58.452407779331367 ], [ -6.193051527066092, 58.451550148286003 ], [ -6.192331709485445, 58.451555737609169 ], [ -6.192477503240756, 58.451267713437673 ], [ -6.192047094043519, 58.451542577270502 ], [ -6.191395638772381, 58.451402049982505 ], [ -6.191509955573554, 58.450849791971422 ], [ -6.190679054155644, 58.451146754762298 ], [ -6.190064540309545, 58.45030812804783 ], [ -6.191156527622391, 58.450115022421713 ], [ -6.190263251029577, 58.449672180808896 ], [ -6.191966677028916, 58.448348533911172 ], [ -6.191957630535885, 58.447912715286215 ], [ -6.194342713371184, 58.447704207020188 ], [ -6.195830761538683, 58.447309248281755 ], [ -6.196369463048355, 58.446792529925382 ], [ -6.194880895992825, 58.446032030864416 ], [ -6.193987671967619, 58.446092770549008 ], [ -6.194495951003315, 58.445464656011836 ], [ -6.19371326431015, 58.445229529785763 ], [ -6.192440989952531, 58.445347636802971 ], [ -6.19220344372441, 58.444793412535141 ], [ -6.192908717308097, 58.444594968069651 ], [ -6.192300656247076, 58.444097839996154 ], [ -6.192912480441739, 58.444050824792392 ], [ -6.192608723497015, 58.443732563704224 ], [ -6.193025690627072, 58.443417671793291 ], [ -6.19184640128714, 58.443164053787804 ], [ -6.192500945401543, 58.44268402212473 ], [ -6.191485784118302, 58.442497861255227 ], [ -6.191575818857594, 58.442188283763834 ], [ -6.190714176925789, 58.442297424598806 ], [ -6.190080001444699, 58.442012455542368 ], [ -6.190300056934406, 58.44112403064625 ], [ -6.189837808184096, 58.440770488069376 ], [ -6.187962251410439, 58.441942384293519 ], [ -6.185400841211513, 58.442035154043317 ], [ -6.184598606134445, 58.441562325294854 ], [ -6.185876706198547, 58.44120581467017 ], [ -6.183856959832282, 58.440300709658345 ], [ -6.184458803729758, 58.439521209939883 ], [ -6.18320656196777, 58.439301373091965 ], [ -6.181885849368369, 58.439515377961236 ], [ -6.183547297366055, 58.438777691531577 ], [ -6.183024224792427, 58.438632930723173 ], [ -6.182146973764796, 58.439259565997581 ], [ -6.180498533445386, 58.439385351986971 ], [ -6.181537724789484, 58.438317325802892 ], [ -6.180034458959837, 58.43858223588223 ], [ -6.180216123648845, 58.438162670843823 ], [ -6.178614218858668, 58.438174513690505 ], [ -6.179289660511046, 58.437725341027445 ], [ -6.17849219066997, 58.437724401670337 ], [ -6.179880141084842, 58.436199898621524 ], [ -6.18105458136864, 58.435765890243324 ], [ -6.180354880966819, 58.435649369439055 ], [ -6.181981411523367, 58.435124152923215 ], [ -6.181147408115331, 58.434526456293518 ], [ -6.180065946583548, 58.434804565693014 ], [ -6.181293817810995, 58.434099048623956 ], [ -6.179198245186128, 58.433272789532793 ], [ -6.178203762197014, 58.433633467431115 ], [ -6.177424103724166, 58.433420629996178 ], [ -6.17557599811166, 58.434101385670253 ], [ -6.17369502038125, 58.433420901184462 ], [ -6.172343192045478, 58.433298626845016 ], [ -6.171961751050161, 58.4330457984004 ], [ -6.172928541811598, 58.432668088979064 ], [ -6.17298708728133, 58.432077206005161 ], [ -6.17349741174208, 58.431898709798006 ], [ -6.171958792772434, 58.431863451414223 ], [ -6.173400738576881, 58.431155528506473 ], [ -6.172137715108966, 58.430841526508026 ], [ -6.172321608365515, 58.430367949086005 ], [ -6.170979353377237, 58.430470149705087 ], [ -6.170910427464149, 58.429815982894659 ], [ -6.169003135183331, 58.430503069913854 ], [ -6.168233619410518, 58.430447207590838 ], [ -6.168624563334365, 58.430056812185512 ], [ -6.16708820502456, 58.429967471626796 ], [ -6.167562537166583, 58.429412509355416 ], [ -6.169766163587899, 58.429201353742982 ], [ -6.168737441936926, 58.428983093241349 ], [ -6.168470915093629, 58.427890261100771 ], [ -6.169519911526138, 58.427339050299125 ], [ -6.168472469413828, 58.427251781997875 ], [ -6.168202341122293, 58.426707575834868 ], [ -6.170567389937552, 58.425110878705546 ], [ -6.169994076583761, 58.423960607497634 ], [ -6.170763377000538, 58.42336454599775 ], [ -6.170052133047482, 58.423365246146624 ], [ -6.170462126062946, 58.423064141767277 ], [ -6.170118142844983, 58.422837065228038 ], [ -6.170864888037713, 58.422412584941128 ], [ -6.169963936741975, 58.422113741662109 ], [ -6.169380397859349, 58.422613826534565 ], [ -6.168795743923222, 58.422453036005919 ], [ -6.169332999856969, 58.421779118775511 ], [ -6.168797515466451, 58.421526806847965 ], [ -6.170082853841758, 58.420729600032196 ], [ -6.168421833318019, 58.418859443162368 ], [ -6.168210726334909, 58.417292728225505 ], [ -6.168660054684748, 58.417107242386955 ], [ -6.169487861384105, 58.417296076203719 ], [ -6.169549524048676, 58.416875940500439 ], [ -6.170354103458726, 58.416723830865408 ], [ -6.171009074662148, 58.416900304211985 ], [ -6.171141225460241, 58.416351981840478 ], [ -6.171698108115608, 58.4164237456135 ], [ -6.17213462589278, 58.416998486666827 ], [ -6.17400859056664, 58.41545818463478 ], [ -6.175961946099517, 58.415673195890136 ], [ -6.175312408619044, 58.415325722660235 ], [ -6.175816357537339, 58.41466185202475 ], [ -6.176564179978888, 58.414754338164613 ], [ -6.176772466066784, 58.415282562780725 ], [ -6.176885781057129, 58.414865231401691 ], [ -6.177797976518201, 58.414826456045425 ], [ -6.178591493517757, 58.415304094872916 ], [ -6.179770443530496, 58.414047166845016 ], [ -6.180458176137418, 58.413705480198999 ], [ -6.18162903813578, 58.413680704596139 ], [ -6.180669701648019, 58.413033158653874 ], [ -6.1813875607323, 58.412007087844323 ], [ -6.182954163197059, 58.411924403915918 ], [ -6.183346872804946, 58.411551881789606 ], [ -6.184805210286721, 58.411351322181531 ], [ -6.18538739312027, 58.410482528551654 ], [ -6.186121846488542, 58.410462994209766 ], [ -6.18963600109819, 58.408675431452593 ], [ -6.190357834530192, 58.407325457842127 ], [ -6.188648755767201, 58.406351838158017 ], [ -6.189796521231655, 58.40584666284353 ], [ -6.189054906899671, 58.404868334820748 ], [ -6.19015993143416, 58.404508428017351 ], [ -6.190368536748982, 58.403957573799353 ], [ -6.190866052661321, 58.404107628379627 ], [ -6.190811697254987, 58.403866622970625 ], [ -6.191673470098531, 58.403766449764611 ], [ -6.190659771830336, 58.40352540515628 ], [ -6.191325337830379, 58.403143915246865 ], [ -6.19036925460948, 58.402882996702253 ], [ -6.190356524959543, 58.402487762170097 ], [ -6.191803356498194, 58.401473707006076 ], [ -6.191500546665073, 58.401016041595142 ], [ -6.192298308802709, 58.40052230821712 ], [ -6.19321651231334, 58.400465233730657 ], [ -6.193604255363219, 58.399333005364682 ], [ -6.192290476497593, 58.399160262906726 ], [ -6.19443510904655, 58.397246569658364 ], [ -6.193778270280824, 58.396980361392316 ], [ -6.194851528446125, 58.396931677103318 ], [ -6.196717059928789, 58.396200565037347 ], [ -6.198204010852227, 58.396102308313324 ], [ -6.198192271744226, 58.39585990624834 ], [ -6.199336402938964, 58.39590327442761 ], [ -6.198914120169085, 58.39537761105835 ], [ -6.200728344073127, 58.395007807004816 ], [ -6.200773040270847, 58.394233014886332 ], [ -6.200086347998576, 58.393859914086448 ], [ -6.200756952293572, 58.393379289950126 ], [ -6.199678506409971, 58.393742921322804 ], [ -6.199620898160712, 58.393331174825903 ], [ -6.20000684829906, 58.393120673599078 ], [ -6.201293236152788, 58.393208807406268 ], [ -6.201129520439212, 58.392769074385754 ], [ -6.201925403392242, 58.392549596261979 ], [ -6.201433325855495, 58.392300494731657 ], [ -6.202333160851753, 58.392163024109912 ], [ -6.202943961465968, 58.391468540581229 ], [ -6.202436913500931, 58.390878233310929 ], [ -6.201269997748731, 58.390642313531735 ], [ -6.200502329394139, 58.390092033572614 ], [ -6.201283654964887, 58.388960333558586 ], [ -6.201001096013885, 58.388529001053364 ], [ -6.202468431204997, 58.387837850062169 ], [ -6.202384087182439, 58.386986367266218 ], [ -6.202906436762698, 58.386987184613389 ], [ -6.203044368150316, 58.386276766808514 ], [ -6.203529418419647, 58.386395705438659 ], [ -6.203575209044174, 58.386133427544337 ], [ -6.204475427538838, 58.386072359177618 ], [ -6.204153981114129, 58.3858176590375 ], [ -6.204524903556103, 58.385625620213602 ], [ -6.206079606024052, 58.385525034454346 ], [ -6.207069094518179, 58.384561793097184 ], [ -6.206778053099316, 58.384418501295563 ], [ -6.207294507719385, 58.384441974311628 ], [ -6.207311276870782, 58.383434298249973 ], [ -6.206861393842712, 58.383179334835027 ], [ -6.205813621755818, 58.383222794600101 ], [ -6.205064156622557, 58.382608999672051 ], [ -6.205362521014088, 58.382239500297693 ], [ -6.206900571639874, 58.382215882612968 ], [ -6.207097066464516, 58.381638414045021 ], [ -6.207860158589518, 58.381433460059945 ], [ -6.207118808724934, 58.381246538743909 ], [ -6.208086379260431, 58.380531292513467 ], [ -6.207987159522214, 58.380201847004969 ], [ -6.209638509596612, 58.379837258312143 ], [ -6.208426863010115, 58.376927706146908 ], [ -6.208936147498586, 58.376533269282639 ], [ -6.211856388142742, 58.375758188502509 ], [ -6.209301916382041, 58.374003412243596 ], [ -6.210540972189343, 58.373270210880847 ], [ -6.210045394770178, 58.37306172661858 ], [ -6.210944385300988, 58.372060960267738 ], [ -6.211578399023302, 58.372067051716037 ], [ -6.211504240494088, 58.371804224524119 ], [ -6.213620028490975, 58.370889237016918 ], [ -6.214816542401478, 58.370732894812583 ], [ -6.215268745944874, 58.370506667461179 ], [ -6.214881352364349, 58.370344092144578 ], [ -6.215820020764643, 58.370250194543743 ], [ -6.215457628567342, 58.370010362496295 ], [ -6.216298019080694, 58.369452105529014 ], [ -6.215730738247092, 58.368571590970078 ], [ -6.218418150882265, 58.368217664796937 ], [ -6.215153231855053, 58.366315599893568 ], [ -6.213183698374626, 58.36594440738024 ], [ -6.212217486774814, 58.366165086507216 ], [ -6.211041663385819, 58.365704759185085 ], [ -6.211964778102833, 58.365624888288508 ], [ -6.210568019995353, 58.365464083633391 ], [ -6.210863362652951, 58.364640559609128 ], [ -6.210431279497462, 58.364389522531724 ], [ -6.211510892049282, 58.36411566267855 ], [ -6.211215439580417, 58.363145245409726 ], [ -6.215434847227201, 58.361580892832229 ], [ -6.211607807508086, 58.362633249757536 ], [ -6.200253099600438, 58.355056904049206 ], [ -6.186422043961962, 58.348003205179552 ], [ -6.185006618268879, 58.348616068466256 ], [ -6.183434997636729, 58.347116393283414 ], [ -6.181885154850648, 58.347099680816065 ], [ -6.18017057714552, 58.347497477347169 ], [ -6.178603522781039, 58.346829363641874 ], [ -6.178485654515238, 58.34626671826468 ], [ -6.177515553401689, 58.346379364205042 ], [ -6.177297954004541, 58.346997937001476 ], [ -6.174629149026374, 58.348294578572379 ], [ -6.17454050084306, 58.347906320927265 ], [ -6.175911373215444, 58.347277048608639 ], [ -6.176895509208632, 58.346053438793319 ], [ -6.174967965472971, 58.34566233083288 ], [ -6.17322692275089, 58.34655995624523 ], [ -6.172122082483721, 58.34669044886968 ], [ -6.171415251831966, 58.346425779317784 ], [ -6.171006599416963, 58.346803295108742 ], [ -6.170102727820651, 58.346607993757559 ], [ -6.16914808252353, 58.347286567497733 ], [ -6.167777910937453, 58.346980573831246 ], [ -6.166972441484144, 58.346314457379613 ], [ -6.165840959284798, 58.347016755499638 ], [ -6.16608326784054, 58.345808425237649 ], [ -6.165358405564803, 58.345535319277602 ], [ -6.165209388682293, 58.344924225344819 ], [ -6.164396163777488, 58.345207001659716 ], [ -6.163564745503114, 58.343449185675979 ], [ -6.162111776126986, 58.342583834506804 ], [ -6.162923377288041, 58.342287636770095 ], [ -6.164454777475347, 58.34244005587469 ], [ -6.165284905649798, 58.342228662754493 ], [ -6.165929734219547, 58.342621273055791 ], [ -6.166502278226107, 58.342328349576462 ], [ -6.168152942340888, 58.342476835770732 ], [ -6.16877110074411, 58.342353261909786 ], [ -6.169136572411263, 58.341392680759895 ], [ -6.169616073854981, 58.341543386829166 ], [ -6.170675178945749, 58.341171621061832 ], [ -6.172584554840909, 58.341266644355265 ], [ -6.173974017237209, 58.341882178004028 ], [ -6.175643790209374, 58.341324067809147 ], [ -6.178534971832454, 58.341117152148051 ], [ -6.179341386456905, 58.341212170924919 ], [ -6.180007053981265, 58.341707440095895 ], [ -6.180329319110622, 58.341323726419731 ], [ -6.181036073572437, 58.341660285068443 ], [ -6.181513157032727, 58.341428863464444 ], [ -6.180891195099575, 58.340797290652603 ], [ -6.183151335252606, 58.34096610302403 ], [ -6.183511596745225, 58.340037115268572 ], [ -6.184925242209075, 58.340422442457076 ], [ -6.186555975797188, 58.339681125081263 ], [ -6.187612361858152, 58.340370371803125 ], [ -6.187645486637714, 58.340000609743434 ], [ -6.188657768043035, 58.340533931926238 ], [ -6.187939332897472, 58.339955010331138 ], [ -6.189911368759526, 58.340506318332011 ], [ -6.191499866575088, 58.34013050193392 ], [ -6.193232486098656, 58.340320936001532 ], [ -6.195900471565881, 58.339675836432924 ], [ -6.198442755556424, 58.338333420792452 ], [ -6.200730950530688, 58.336725043431919 ], [ -6.200862384909493, 58.335932107820284 ], [ -6.202352057838891, 58.335116084218186 ], [ -6.201972512839733, 58.334152915751375 ], [ -6.201103384760982, 58.333601502940617 ], [ -6.201395528945122, 58.332895001542241 ], [ -6.202961190193651, 58.332330947784392 ], [ -6.2033836648301, 58.331570695841599 ], [ -6.20489171175487, 58.330666808446232 ], [ -6.205705919432086, 58.330684967010797 ], [ -6.206130487500461, 58.330158432829265 ], [ -6.20802212427659, 58.329462184489202 ], [ -6.20798476803426, 58.3290048117616 ], [ -6.206708620946417, 58.32855227052228 ], [ -6.207337528240966, 58.328234815371751 ], [ -6.20786332315217, 58.328487263377873 ], [ -6.208615286325833, 58.326619085424085 ], [ -6.209821414306512, 58.326125233827412 ], [ -6.211051072729111, 58.326116175306758 ], [ -6.211961658212442, 58.32507902209997 ], [ -6.21336207415976, 58.325068805989041 ], [ -6.213262234501932, 58.324159385668146 ], [ -6.215311289102776, 58.323138601630468 ], [ -6.217413396032823, 58.323136653598688 ], [ -6.217562098842627, 58.322592207153804 ], [ -6.219813786330917, 58.3218389199209 ], [ -6.219989712328768, 58.321150592937897 ], [ -6.220974191748094, 58.320678339327735 ], [ -6.220586447605551, 58.320279305704553 ], [ -6.221417720358615, 58.318452475238502 ], [ -6.223775842044928, 58.318120929065039 ], [ -6.224290954033016, 58.317740603340084 ], [ -6.224816222233536, 58.318060440746734 ], [ -6.226446925298657, 58.31793454942472 ], [ -6.22824143076486, 58.316963330250474 ], [ -6.228388239150129, 58.317219247539967 ], [ -6.228704554224656, 58.317106262044668 ], [ -6.229126289480712, 58.316588726600294 ], [ -6.230135705543953, 58.316841253470223 ], [ -6.231058317495447, 58.31806782203634 ], [ -6.231827124924346, 58.318080118393716 ], [ -6.231201413923829, 58.317578393808567 ], [ -6.231685884282746, 58.317056972391221 ], [ -6.232701730525562, 58.317791256890999 ], [ -6.233593225245079, 58.317714948221457 ], [ -6.232685010939566, 58.31649511306108 ], [ -6.232782209548714, 58.31552251541703 ], [ -6.233612969844661, 58.314839435329169 ], [ -6.232993412357891, 58.31485997223669 ], [ -6.233687617812191, 58.314577980626915 ], [ -6.234095447579816, 58.314758695168869 ], [ -6.234863170838529, 58.314277326580232 ], [ -6.23563251152865, 58.31469423751107 ], [ -6.236544272564069, 58.314545295274712 ], [ -6.236493307343306, 58.314119847942912 ], [ -6.237096293814088, 58.314446050240356 ], [ -6.237484781578166, 58.314122923237214 ], [ -6.236338394334686, 58.313468543165698 ], [ -6.236529077192244, 58.313205934792869 ], [ -6.238740887745682, 58.312413149538365 ], [ -6.240662478501833, 58.312335865221577 ], [ -6.240132244918699, 58.31190385160361 ], [ -6.238472097492811, 58.311738649190495 ], [ -6.237949340646527, 58.310798309088106 ], [ -6.239071571581902, 58.310324929958419 ], [ -6.238140537149459, 58.310041099197662 ], [ -6.240026410353785, 58.309524379606756 ], [ -6.240886080057712, 58.308785432492144 ], [ -6.243258781753491, 58.308980879655536 ], [ -6.243989373754694, 58.309302808676442 ], [ -6.243462821024203, 58.308830220689075 ], [ -6.242045801379393, 58.308625514317768 ], [ -6.242038516595671, 58.307852408879342 ], [ -6.24673799001197, 58.306936342348081 ], [ -6.247042906808449, 58.306274249232828 ], [ -6.246589894213936, 58.305916129790809 ], [ -6.244935913595363, 58.305800269870922 ], [ -6.244905732045557, 58.305477545799469 ], [ -6.244109561639205, 58.305391606172229 ], [ -6.23921933876936, 58.305356221172588 ], [ -6.240245545222962, 58.304297013075377 ], [ -6.238424949733397, 58.30442939829237 ], [ -6.238043471588377, 58.304738809505942 ], [ -6.237771454344072, 58.304464577349364 ], [ -6.239247726116287, 58.30259910804687 ], [ -6.238296738849803, 58.302360906871968 ], [ -6.237606188045882, 58.299946888673304 ], [ -6.242290618594887, 58.295564887437379 ], [ -6.243805892015517, 58.295240257354337 ], [ -6.244952256999855, 58.29582711932072 ], [ -6.244212911311717, 58.295073855344569 ], [ -6.246541796683285, 58.294555780405965 ], [ -6.247732926616846, 58.294803911952563 ], [ -6.251193143969465, 58.294391982076199 ], [ -6.251900134863052, 58.294732632254444 ], [ -6.253895987759849, 58.294499782479342 ], [ -6.254720036343891, 58.294890471959391 ], [ -6.255685865192762, 58.294471602250745 ], [ -6.256411840925066, 58.294685700525065 ], [ -6.256446917976713, 58.294338319899438 ], [ -6.257664551038952, 58.294167324918924 ], [ -6.258203416554628, 58.293393981405558 ], [ -6.259309347750072, 58.293856171594477 ], [ -6.259377102344755, 58.293354826547947 ], [ -6.260262216760339, 58.293046523385982 ], [ -6.264529356847842, 58.292814121692771 ], [ -6.264926816938472, 58.292427652999926 ], [ -6.266943093203302, 58.292436711104372 ], [ -6.267569389640353, 58.292036289570355 ], [ -6.270522563125942, 58.292634453737072 ], [ -6.273039715737956, 58.293807385097111 ], [ -6.276588453013611, 58.294074333477418 ], [ -6.279878070748123, 58.292296856399389 ], [ -6.281389041337415, 58.290429677850327 ], [ -6.282075786432875, 58.288229525716979 ], [ -6.283864036938303, 58.287654244651975 ], [ -6.288422782781993, 58.287861772240291 ], [ -6.28523780036874, 58.287901292664252 ], [ -6.284707179182051, 58.288412801883666 ], [ -6.284096941167876, 58.288111347723898 ], [ -6.284084740902097, 58.288532613022483 ], [ -6.285095820446981, 58.290396124070497 ], [ -6.285525476810812, 58.290533505095603 ], [ -6.285932619370175, 58.290663684855978 ], [ -6.286930941501049, 58.29098287805008 ], [ -6.286514156889311, 58.29078464764185 ], [ -6.287204796954985, 58.290720087764363 ], [ -6.286170578504137, 58.290642788754944 ], [ -6.287769298167768, 58.290502389546283 ], [ -6.288023160896234, 58.290849971551694 ], [ -6.287473523831014, 58.290711062136666 ], [ -6.288947809356, 58.291871049813963 ], [ -6.292423325886594, 58.292351344217138 ], [ -6.294620806781899, 58.292263045185962 ], [ -6.294042024501874, 58.292095467736885 ], [ -6.29562632554069, 58.291626701362908 ], [ -6.296187764794188, 58.291981458492309 ], [ -6.296490062267008, 58.292172467264969 ], [ -6.29739646220283, 58.292745167229597 ], [ -6.298839971297866, 58.292734333434083 ], [ -6.298474345547173, 58.292381541263055 ], [ -6.297966908483209, 58.292731357788227 ], [ -6.296851314778628, 58.292332862652543 ], [ -6.296620499172067, 58.292163858510015 ], [ -6.296331564985469, 58.291893431702277 ], [ -6.29710799334911, 58.291747694286677 ], [ -6.296889278042621, 58.291577900256343 ], [ -6.296558996685572, 58.291825525759251 ], [ -6.295407553296931, 58.291512661632446 ], [ -6.293802885537379, 58.292038764386568 ], [ -6.291956919396851, 58.292223143612489 ], [ -6.291476799598144, 58.292052237514049 ], [ -6.292150290239238, 58.291761612022157 ], [ -6.293110746835829, 58.292062943003302 ], [ -6.292269490529876, 58.29168836030582 ], [ -6.29098611830284, 58.291949129823799 ], [ -6.289017886155772, 58.291491003181179 ], [ -6.288230904363191, 58.290422136096709 ], [ -6.288799580244766, 58.29064313780529 ], [ -6.289063728302883, 58.290745791545298 ], [ -6.289745238652497, 58.291010633947522 ], [ -6.290890571264904, 58.290991923352912 ], [ -6.291015738407699, 58.290587541573402 ], [ -6.290807556166778, 58.290828349251456 ], [ -6.289667464165075, 58.290852564671283 ], [ -6.289084354507688, 58.290711857092326 ], [ -6.289251755595449, 58.290436452095335 ], [ -6.288740050621962, 58.290480569335074 ], [ -6.287533163443465, 58.289835871404463 ], [ -6.288090399701357, 58.289783880493871 ], [ -6.287086760466352, 58.289562200286319 ], [ -6.287683064958357, 58.289184263774153 ], [ -6.288792665099109, 58.289096628245794 ], [ -6.289336632775964, 58.28837152618155 ], [ -6.289554078465389, 58.289165466308759 ], [ -6.29057521126764, 58.288748445607922 ], [ -6.290620250150467, 58.288973160549794 ], [ -6.290832982247249, 58.288643172456531 ], [ -6.29057334811754, 58.288739145955397 ], [ -6.289858873134235, 58.289003247110017 ], [ -6.289751706331921, 58.288443007910509 ], [ -6.28923795908555, 58.288318188104988 ], [ -6.289633063949873, 58.288182610411418 ], [ -6.2890591385665, 58.288223478950563 ], [ -6.289865718241916, 58.287185597134219 ], [ -6.287827122112035, 58.286919567865972 ], [ -6.287178921050385, 58.287051950787415 ], [ -6.287375522994763, 58.287251279267785 ], [ -6.284083436535869, 58.287378900308774 ], [ -6.282838643744905, 58.287689553096989 ], [ -6.28149125076989, 58.286869663766673 ], [ -6.280302755871062, 58.284242310420204 ], [ -6.28126186566757, 58.281470986503614 ], [ -6.280407887836351, 58.280987949003901 ], [ -6.282401077448765, 58.280246637908832 ], [ -6.283308242346859, 58.278755789763771 ], [ -6.282879784570614, 58.276441073553109 ], [ -6.280834083230673, 58.274203998634796 ], [ -6.282315267938182, 58.272760443242554 ], [ -6.282033950289926, 58.270701574842512 ], [ -6.280410617261441, 58.27019130049586 ], [ -6.282320603234182, 58.269190183156823 ], [ -6.283037437153189, 58.269331589102634 ], [ -6.283018140736251, 58.2691155138738 ], [ -6.288265064050808, 58.268612856114821 ], [ -6.290030037751535, 58.267868285502608 ], [ -6.290341616314554, 58.268115899707155 ], [ -6.292609918706897, 58.267554005005223 ], [ -6.292753514187936, 58.267246119971162 ], [ -6.296827004545363, 58.267765478925675 ], [ -6.300307688063556, 58.267210273216556 ], [ -6.300568341171041, 58.266883145068768 ], [ -6.301383506764508, 58.267229765933592 ], [ -6.305205148037373, 58.266588289258848 ], [ -6.307539540144486, 58.267330543263355 ], [ -6.30985019074173, 58.267427875747515 ], [ -6.311902268678277, 58.267938581213244 ], [ -6.316373714887805, 58.270264022671732 ], [ -6.318628332429731, 58.270025864408971 ], [ -6.319203720043123, 58.269691639621875 ], [ -6.316685100611906, 58.270158165027802 ], [ -6.316388570219819, 58.269993735308695 ], [ -6.319643308538733, 58.269097619647766 ], [ -6.32376454251246, 58.266604600754064 ], [ -6.327421192627709, 58.262086707380249 ], [ -6.328385318859726, 58.261653817751963 ], [ -6.327929967938425, 58.261236707223318 ], [ -6.328184842692095, 58.259509518129484 ], [ -6.327088001359806, 58.257667210732329 ], [ -6.326474596533667, 58.257408336355695 ], [ -6.326286608271219, 58.254596340058796 ], [ -6.325311007831634, 58.253871322911742 ], [ -6.325321291267662, 58.252725280528281 ], [ -6.326063236560342, 58.252165043576852 ], [ -6.325209983478496, 58.250960153915315 ], [ -6.322774236211033, 58.249730661553279 ], [ -6.321553690547612, 58.249681191516871 ], [ -6.318949612776844, 58.250428567220261 ], [ -6.318346774672317, 58.249932787689353 ], [ -6.31818170993078, 58.250146110631121 ], [ -6.31786560208588, 58.249063281085206 ], [ -6.318217189835417, 58.248182669430896 ], [ -6.318877123748246, 58.247831187372149 ], [ -6.317798258362544, 58.247277782288172 ], [ -6.317311767871651, 58.247414754136862 ], [ -6.317216093278152, 58.247147307803822 ], [ -6.316873495677053, 58.247457465832319 ], [ -6.316769244505796, 58.247063510394099 ], [ -6.318920515613222, 58.245666936193437 ], [ -6.319178857918272, 58.244371309949692 ], [ -6.322017932632631, 58.24440822887432 ], [ -6.325103502702507, 58.243319808925406 ], [ -6.325684024841125, 58.241717371602903 ], [ -6.325523153718017, 58.240314540479773 ], [ -6.326223172891154, 58.23986003625042 ], [ -6.330626633201969, 58.239932708093761 ], [ -6.333928016422406, 58.238243197488188 ], [ -6.342477892789335, 58.238227533677623 ], [ -6.343484225347058, 58.23802059708251 ], [ -6.344604391937272, 58.236515681654289 ], [ -6.344415335718502, 58.234178547007552 ], [ -6.345148551643105, 58.231993445214812 ], [ -6.346964092952613, 58.231087121273873 ], [ -6.348851158383606, 58.229290718361156 ], [ -6.348936330119058, 58.230347191888654 ], [ -6.346968620787945, 58.231764140937926 ], [ -6.3454367685989, 58.234276839987672 ], [ -6.346441768613128, 58.235409881159597 ], [ -6.350587796725027, 58.236014920100708 ], [ -6.352495064083902, 58.236925581127281 ], [ -6.354223314928771, 58.237099502172903 ], [ -6.354078021855135, 58.237305008071061 ], [ -6.356420281833708, 58.23731314577131 ], [ -6.357166966883755, 58.23764466017262 ], [ -6.359565264079865, 58.237331571569783 ], [ -6.360412970237731, 58.237721666257976 ], [ -6.358924015004139, 58.237788756877521 ], [ -6.359051436598997, 58.238187291171393 ], [ -6.360574323820122, 58.237771906113593 ], [ -6.360985635161352, 58.237913421358883 ], [ -6.360533700795221, 58.237538575695794 ], [ -6.363032986210094, 58.237575396476082 ], [ -6.363081736720432, 58.237652867788114 ], [ -6.363611164523651, 58.2378811637616 ], [ -6.364470934900452, 58.237523492836758 ], [ -6.364059085504295, 58.237641008414869 ], [ -6.363326385385647, 58.237104911203062 ], [ -6.362400975037255, 58.237025956878966 ], [ -6.362528035185312, 58.236741924957798 ], [ -6.361654842073682, 58.237184576918828 ], [ -6.358458333773281, 58.236274951870769 ], [ -6.357517441127342, 58.234695548712274 ], [ -6.358073692119379, 58.23432401083975 ], [ -6.358271954069602, 58.234422288251842 ], [ -6.358792266859426, 58.234427152039345 ], [ -6.358474429927223, 58.233949692048235 ], [ -6.360157630747413, 58.233633148267579 ], [ -6.357645284972602, 58.233751404121314 ], [ -6.35789397651559, 58.233069324096029 ], [ -6.358412713809141, 58.232961663946838 ], [ -6.358728955268925, 58.233245827308565 ], [ -6.358991677580875, 58.232525494060098 ], [ -6.360254518306522, 58.232423862616699 ], [ -6.358733780266243, 58.232258222523129 ], [ -6.358764033778192, 58.2317967427892 ], [ -6.359611307889902, 58.2315879154702 ], [ -6.359786648313247, 58.231155648242137 ], [ -6.360434492105663, 58.231502212085978 ], [ -6.361213080284378, 58.230956683045264 ], [ -6.361262106229838, 58.231147458344552 ], [ -6.362046457481419, 58.230995624243988 ], [ -6.360335945059029, 58.230547818323643 ], [ -6.360944944513912, 58.229982009829193 ], [ -6.361891129449609, 58.230384011573292 ], [ -6.362108618138528, 58.230225487290681 ], [ -6.361021871315619, 58.229858871351354 ], [ -6.359607978108148, 58.22988204149015 ], [ -6.360329379732272, 58.22898234632855 ], [ -6.361697483262885, 58.228309633705187 ], [ -6.361797608653147, 58.227030088113729 ], [ -6.363246240448214, 58.226472411305394 ], [ -6.365220906194471, 58.226214164808383 ], [ -6.366734288094598, 58.226446523726985 ], [ -6.366055241314386, 58.226067786450471 ], [ -6.365771759483572, 58.225121525242677 ], [ -6.366202953643946, 58.224857649779395 ], [ -6.370007404273477, 58.224841517322041 ], [ -6.369662361515271, 58.225347966326886 ], [ -6.370386293388973, 58.225426573942485 ], [ -6.369758707532924, 58.226213401553544 ], [ -6.370965686983687, 58.226089291502753 ], [ -6.37076096695515, 58.225811227046215 ], [ -6.371371664197598, 58.225703955675151 ], [ -6.371625786276003, 58.225137667142789 ], [ -6.371933630329253, 58.226086680490283 ], [ -6.373513367849561, 58.225695256895925 ], [ -6.374070048147832, 58.226588066436733 ], [ -6.374278163409913, 58.225883956188987 ], [ -6.373365899263461, 58.225522250910132 ], [ -6.373791097762071, 58.225058006813057 ], [ -6.375451505370251, 58.224906605865222 ], [ -6.378243072208009, 58.225288309352599 ], [ -6.378899083863299, 58.226225352990298 ], [ -6.378975648492984, 58.225050011365532 ], [ -6.377301482158557, 58.223113714026084 ], [ -6.377966660138641, 58.222509014451155 ], [ -6.37740694127791, 58.22197875061957 ], [ -6.376781603836553, 58.222353652773116 ], [ -6.374506356496703, 58.222770786416405 ], [ -6.372978692553646, 58.22254620646919 ], [ -6.374145356730889, 58.222829037994074 ], [ -6.373352646962108, 58.222869723142743 ], [ -6.373948194888412, 58.22306872542643 ], [ -6.373104616099619, 58.22305629585555 ], [ -6.372072137103111, 58.222811121003438 ], [ -6.371648615679631, 58.222458723800699 ], [ -6.372164099919036, 58.22242306018714 ], [ -6.36987925437315, 58.222250488896997 ], [ -6.370985445207526, 58.2216671625945 ], [ -6.372869375752141, 58.221755860146061 ], [ -6.371159694253612, 58.221575273938242 ], [ -6.370862195482022, 58.221661359094753 ], [ -6.368109916368907, 58.222457711814855 ], [ -6.363396616706342, 58.222468929682179 ], [ -6.363359517462524, 58.222998994159425 ], [ -6.359010491078771, 58.221716065808764 ], [ -6.357489121995244, 58.22077793677893 ], [ -6.357357597786947, 58.220317490139799 ], [ -6.358863948674925, 58.219024049990573 ], [ -6.357873022749887, 58.218032716592141 ], [ -6.359842551354574, 58.217569677376986 ], [ -6.359779286333024, 58.217310903802009 ], [ -6.358941795431546, 58.216965568541816 ], [ -6.357268056923246, 58.217477838752458 ], [ -6.353715954084398, 58.218947260505146 ], [ -6.354313371165293, 58.219454749133 ], [ -6.354042737140675, 58.219860586524916 ], [ -6.349467967399197, 58.220957419793535 ], [ -6.347285951116013, 58.222248600433176 ], [ -6.342253614422738, 58.22275823415314 ], [ -6.339696843693691, 58.221029606249267 ], [ -6.334625647168672, 58.222532185579361 ], [ -6.334588465046304, 58.225242127333104 ], [ -6.336136704547518, 58.225664310501571 ], [ -6.336483084184342, 58.226071602026636 ], [ -6.337970060899267, 58.226215267065129 ], [ -6.340628014697397, 58.226385603695533 ], [ -6.340482547841868, 58.225614461399431 ], [ -6.341729112927442, 58.225632271096224 ], [ -6.341937481515348, 58.226527172354956 ], [ -6.341377414893841, 58.227216221347192 ], [ -6.343359380900991, 58.227141526679816 ], [ -6.343471183729938, 58.227915612441784 ], [ -6.344133277503635, 58.228324720260019 ], [ -6.338076232696049, 58.227836684429946 ], [ -6.335994572012514, 58.227054059980105 ], [ -6.334336401444959, 58.226011500186871 ], [ -6.331757764883351, 58.225722329828415 ], [ -6.330937565116186, 58.224127867903313 ], [ -6.325848947118883, 58.220865330424623 ], [ -6.316897562884722, 58.216003242476887 ], [ -6.315023783719232, 58.215519016155227 ], [ -6.313160508675244, 58.215471460184489 ], [ -6.311175490280182, 58.217845268028391 ], [ -6.310264043260856, 58.216977703751049 ], [ -6.310603789134549, 58.215214412808606 ], [ -6.310062230912661, 58.215175169922233 ], [ -6.309781911531006, 58.21591216692179 ], [ -6.309673567280605, 58.214570502827939 ], [ -6.30836912220301, 58.214577725299606 ], [ -6.308056311083295, 58.214036137922612 ], [ -6.30668224073667, 58.213356847080185 ], [ -6.305993589489432, 58.213579751258827 ], [ -6.305727689957429, 58.213143588823471 ], [ -6.305580671268257, 58.213519058216832 ], [ -6.305255452538018, 58.212621769004663 ], [ -6.304947147163988, 58.21279135384637 ], [ -6.305370930376758, 58.210918228478512 ], [ -6.304371444877791, 58.210122846408261 ], [ -6.296366758405115, 58.208545784119487 ], [ -6.292567384859095, 58.207164807095431 ], [ -6.287301566702663, 58.206701753121891 ], [ -6.284730897212472, 58.206773805137729 ], [ -6.283544013856952, 58.207258835588888 ], [ -6.283556828807111, 58.207972424828391 ], [ -6.282757036925958, 58.208757383434452 ], [ -6.281875314245304, 58.208750135157118 ], [ -6.281466795254564, 58.209163132484534 ], [ -6.279035555863613, 58.209715087118582 ], [ -6.277840973845661, 58.211085197030549 ], [ -6.275302238495709, 58.211495902113001 ], [ -6.272791395836109, 58.210878661505888 ], [ -6.270325148185733, 58.21070231627688 ], [ -6.267644998028572, 58.210957536271998 ], [ -6.266977083439825, 58.211269457161002 ], [ -6.265617593548717, 58.21302984439842 ], [ -6.262587400280744, 58.213621298068198 ], [ -6.261977329742808, 58.214870081574219 ], [ -6.25904600174402, 58.216784543801417 ], [ -6.258545799610795, 58.217629467749923 ], [ -6.257698724187042, 58.217884372060354 ], [ -6.256753758445452, 58.219184775081999 ], [ -6.255801985438183, 58.219561862836237 ], [ -6.255790678777568, 58.220036147155504 ], [ -6.254749270820323, 58.220149139996501 ], [ -6.253181968854855, 58.222003535974032 ], [ -6.252341749489164, 58.221150294263019 ], [ -6.249555665050628, 58.222022835695697 ], [ -6.249979345830053, 58.223354892405737 ], [ -6.249090296745269, 58.224058061743861 ], [ -6.24848162670608, 58.224127802830928 ], [ -6.246258319784757, 58.222982482353011 ], [ -6.24362103557211, 58.223191683123837 ], [ -6.241379445515395, 58.222832831694241 ], [ -6.240654886587604, 58.223088038153918 ], [ -6.240487757159555, 58.222659260820024 ], [ -6.239499147988044, 58.222430455601234 ], [ -6.23621100974249, 58.222412950964802 ], [ -6.235014376028126, 58.222697296832166 ], [ -6.234696027176124, 58.223414675228419 ], [ -6.23531477845073, 58.22381496964055 ], [ -6.234716888854693, 58.223989497798463 ], [ -6.233947211843934, 58.223795642581784 ], [ -6.233749836099226, 58.224427169853286 ], [ -6.232434892535671, 58.224291875107113 ], [ -6.23158772861082, 58.224891910043375 ], [ -6.2307424164706, 58.225021574409624 ], [ -6.230918057993993, 58.22533677549589 ], [ -6.230411921076272, 58.225380545835414 ], [ -6.230484933395886, 58.225821449067574 ], [ -6.229763477105266, 58.226161016288167 ], [ -6.230176818162548, 58.226325354079307 ], [ -6.22823693966972, 58.226582131147815 ], [ -6.225700982830051, 58.227587914948401 ], [ -6.225258949917932, 58.227168230737803 ], [ -6.224463257324309, 58.22735735579235 ], [ -6.224384780594579, 58.228015499569814 ], [ -6.22382790289956, 58.228120273357284 ], [ -6.224201033466415, 58.228877660327029 ], [ -6.22358254862626, 58.228908937646374 ], [ -6.223490118275568, 58.229507293693423 ], [ -6.222015009355045, 58.22943114712907 ], [ -6.221530439553527, 58.229886016601206 ], [ -6.220812508294283, 58.229726337329353 ], [ -6.220343575426201, 58.230069179178997 ], [ -6.220764825191998, 58.230342992460059 ], [ -6.219575986240535, 58.230667392673858 ], [ -6.219537937158877, 58.231279231891833 ], [ -6.21842480332071, 58.231523781416378 ], [ -6.218229039063504, 58.233261281914821 ], [ -6.217436846698401, 58.234470873368295 ], [ -6.21854221829101, 58.235507999396546 ], [ -6.217569558103515, 58.235945723214648 ], [ -6.217650431539871, 58.236468200900596 ], [ -6.217046890427571, 58.236525926440848 ], [ -6.216941088232335, 58.237471820726753 ], [ -6.215028095244993, 58.237716702287699 ], [ -6.2132850514522, 58.237253641147703 ], [ -6.213196212722904, 58.237697199026456 ], [ -6.212178839556138, 58.237673252513538 ], [ -6.212253040797981, 58.238125812415156 ], [ -6.210077778664564, 58.237784889356561 ], [ -6.209404118809617, 58.238387127521641 ], [ -6.208714500342538, 58.238122132824842 ], [ -6.20757760281643, 58.239261198147467 ], [ -6.208208959689385, 58.239566788364222 ], [ -6.207712694050188, 58.239796278210235 ], [ -6.207717753535237, 58.240428268436084 ], [ -6.206987375304019, 58.240538687127994 ], [ -6.206262055816974, 58.240188530476736 ], [ -6.205647187874898, 58.240439008381223 ], [ -6.206669174810926, 58.241407044965186 ], [ -6.206141026600902, 58.241669951605189 ], [ -6.205207187494751, 58.241359036960688 ], [ -6.205108046021151, 58.241759763605238 ], [ -6.205576656538357, 58.24171373969245 ], [ -6.205718935098129, 58.242021979258972 ], [ -6.204779382996346, 58.242554723870327 ], [ -6.205717284313701, 58.242856515981011 ], [ -6.205893544144112, 58.24317802262307 ], [ -6.205320768605715, 58.243352474056586 ], [ -6.205905082353993, 58.24429628007686 ], [ -6.204903766737282, 58.2442798352861 ], [ -6.205586806861307, 58.244833720913633 ], [ -6.204292227612924, 58.245062536824022 ], [ -6.205119882002058, 58.245512743628701 ], [ -6.204550345761252, 58.245297719163254 ], [ -6.203938049430128, 58.246923017603194 ], [ -6.203362126016579, 58.246783732939896 ], [ -6.203395783866733, 58.247384205442202 ], [ -6.201339225932308, 58.247775676473481 ], [ -6.201602443651806, 58.247981921614056 ], [ -6.201019042938127, 58.248369817640153 ], [ -6.198741368885141, 58.248392651608803 ], [ -6.198481164167932, 58.248759106390182 ], [ -6.195060740793439, 58.248984036634091 ], [ -6.191626449826304, 58.248615845360746 ], [ -6.191196109747483, 58.249448273913863 ], [ -6.189943729202708, 58.250267237658541 ], [ -6.187440714292582, 58.250462723801753 ], [ -6.185007669372828, 58.251858115778532 ], [ -6.184940765771843, 58.25165259176827 ], [ -6.1832804597384, 58.252297829543508 ], [ -6.182733085847023, 58.252169205195635 ], [ -6.182673252800583, 58.252428342117568 ], [ -6.182099171807813, 58.252029927312662 ], [ -6.181373011904171, 58.252352268691098 ], [ -6.181523624237329, 58.25266025848169 ], [ -6.180844087237977, 58.2522787828809 ], [ -6.18085153843305, 58.252587868011467 ], [ -6.18009652020752, 58.25250650163207 ], [ -6.179040255307434, 58.253154368945111 ], [ -6.178003529498088, 58.252853817784306 ], [ -6.177617414117536, 58.253333602348256 ], [ -6.176897901229628, 58.252692194528329 ], [ -6.176768416927493, 58.253156829836776 ], [ -6.176689032313966, 58.252801542816712 ], [ -6.176102043518919, 58.252973624398521 ], [ -6.175225575708539, 58.252570690565477 ], [ -6.174802774162976, 58.251674526367495 ], [ -6.174190187257094, 58.252252081406425 ], [ -6.172312913865866, 58.251417878352918 ], [ -6.173413843368251, 58.252424051462299 ], [ -6.172639525867964, 58.252700258590139 ], [ -6.172335656259778, 58.252495285906299 ], [ -6.171504893530308, 58.253176177241272 ], [ -6.171177948407701, 58.253007025483477 ], [ -6.170551063567734, 58.254261233002566 ], [ -6.169832337415587, 58.254082404019812 ], [ -6.170002382371048, 58.254295353595772 ], [ -6.169585115172753, 58.254286511124263 ], [ -6.169359023043554, 58.254046618054886 ], [ -6.16943438501454, 58.254426318233755 ], [ -6.168889285152865, 58.25415728420657 ], [ -6.168650736984373, 58.254609286999127 ], [ -6.168271324726773, 58.254226032555835 ], [ -6.167882305886391, 58.254326863997456 ], [ -6.167930377698655, 58.25479378007519 ], [ -6.167566603933991, 58.254601543682504 ], [ -6.16707762193906, 58.254824333042542 ], [ -6.167214126628342, 58.255738862964606 ], [ -6.16683126409305, 58.255616486693611 ], [ -6.16432992374633, 58.256716053549411 ], [ -6.163773006770748, 58.25714516582314 ], [ -6.164469080556842, 58.257479432100041 ], [ -6.163776447237997, 58.257203501809151 ], [ -6.163513136836142, 58.257401826540899 ], [ -6.165816746803104, 58.259888468764196 ], [ -6.165619682432723, 58.260215019461185 ], [ -6.164769251713241, 58.260034165365354 ], [ -6.164596321836121, 58.260232239497462 ], [ -6.165435069744431, 58.260415274625124 ], [ -6.166196823575768, 58.261205983396685 ], [ -6.166054041865817, 58.261733083370729 ], [ -6.166473125595824, 58.26171310527161 ], [ -6.165453826894114, 58.261968487912107 ], [ -6.165926086962962, 58.262197653874878 ], [ -6.165570606088939, 58.262744286027562 ], [ -6.163636096763891, 58.262326350074432 ], [ -6.163918264767687, 58.262012312426606 ], [ -6.163448082344252, 58.262221882880283 ], [ -6.162682493370056, 58.262037346603201 ], [ -6.162942402433734, 58.262347185278053 ], [ -6.162352612965585, 58.26207598316951 ], [ -6.162647168925157, 58.262462922869659 ], [ -6.162229128688972, 58.262767901446026 ], [ -6.161993744415227, 58.26256516579204 ], [ -6.161559893198586, 58.263215052309121 ], [ -6.160667290311861, 58.26325674893797 ], [ -6.160975887789546, 58.263530834176485 ], [ -6.160002086549261, 58.26333149005945 ], [ -6.159583539699702, 58.262803815197245 ], [ -6.158930596317538, 58.263535467243564 ], [ -6.158542632841415, 58.263282847137397 ], [ -6.158109220576901, 58.263864366862222 ], [ -6.157669200717463, 58.263866115794208 ], [ -6.156321376833745, 58.263169083556846 ], [ -6.156427405118134, 58.262836522754945 ], [ -6.157052537108449, 58.262943844976675 ], [ -6.156356680512077, 58.262655389699141 ], [ -6.15654072580023, 58.262449772270806 ], [ -6.156119249866758, 58.262580396912497 ], [ -6.15600344218773, 58.261869305051931 ], [ -6.155032385605082, 58.261736375776707 ], [ -6.154928014869177, 58.261384590665557 ], [ -6.155618841996648, 58.261354000976731 ], [ -6.155076996013063, 58.26134556981534 ], [ -6.154870330969235, 58.260994418115807 ], [ -6.154524242268247, 58.26115675249595 ], [ -6.154170391281438, 58.260394062919758 ], [ -6.15333181036574, 58.260663246253287 ], [ -6.153755508331585, 58.260376996845451 ], [ -6.152465858875338, 58.259927111917449 ], [ -6.152339985833772, 58.259406076598445 ], [ -6.151507921354892, 58.260022126353242 ], [ -6.151273476073162, 58.259520808342344 ], [ -6.150069310296522, 58.260339583546269 ], [ -6.14932509626629, 58.259928575697693 ], [ -6.149859298885484, 58.260629660922184 ], [ -6.148888911398263, 58.261070351394977 ], [ -6.147926091592698, 58.26086156868994 ], [ -6.148139371544912, 58.261080333425419 ], [ -6.147520684960901, 58.261304562307927 ], [ -6.146822566220672, 58.260835392459803 ], [ -6.14662625820278, 58.259901214070467 ], [ -6.146169528767133, 58.260284725931804 ], [ -6.14476096915878, 58.260246863048465 ], [ -6.143273970904954, 58.259669318080341 ], [ -6.143276401823234, 58.261003642110779 ], [ -6.142025502798534, 58.26180407171082 ], [ -6.142746988232609, 58.262312971965791 ], [ -6.141954480460696, 58.262583279511453 ], [ -6.140718639135158, 58.261045306657145 ], [ -6.139826110930499, 58.261058081396953 ], [ -6.138889528201605, 58.261643265185178 ], [ -6.138175822684698, 58.261565703685577 ], [ -6.13730929893182, 58.260719789650658 ], [ -6.137517981486674, 58.26022746026851 ], [ -6.13828607768532, 58.259587504969488 ], [ -6.139218206759804, 58.259388222216259 ], [ -6.138321326002854, 58.259480257243766 ], [ -6.138626552452351, 58.259157438997335 ], [ -6.136650981963006, 58.258923870318974 ], [ -6.136953524237501, 58.25805173802744 ], [ -6.135660835599164, 58.259020708749325 ], [ -6.136492135411923, 58.257986668869556 ], [ -6.137620342132865, 58.257538258759723 ], [ -6.136001406563728, 58.257260745415998 ], [ -6.136913167420349, 58.256624233060052 ], [ -6.137857175577833, 58.256454246943825 ], [ -6.136898644644195, 58.256324374347436 ], [ -6.137743604193036, 58.256182777730956 ], [ -6.138073810938024, 58.255431135201611 ], [ -6.136364826180223, 58.255477559758255 ], [ -6.136316978419402, 58.255111342182538 ], [ -6.136943839415379, 58.254928264543906 ], [ -6.136266356957999, 58.254414312527203 ], [ -6.136978852257058, 58.253751887174396 ], [ -6.137169136004291, 58.254169235783827 ], [ -6.137577960357562, 58.253974341666741 ], [ -6.138579226887297, 58.254339309040859 ], [ -6.140292933962399, 58.253033831149381 ], [ -6.140717272372935, 58.253118071761484 ], [ -6.140186306801165, 58.252675816070045 ], [ -6.14079914894978, 58.252577697211493 ], [ -6.140281285040772, 58.252057686256521 ], [ -6.140654985810508, 58.251883703492723 ], [ -6.139717181323777, 58.251156118031851 ], [ -6.140872183332423, 58.250603397071785 ], [ -6.139815781855478, 58.250890354405556 ], [ -6.140372421616509, 58.250311194315309 ], [ -6.141737763663128, 58.250668815187716 ], [ -6.141832216929391, 58.250396889947901 ], [ -6.143977031740921, 58.250126718556402 ], [ -6.147408932469883, 58.251221915884265 ], [ -6.148377837947284, 58.251237172172772 ], [ -6.149187042248889, 58.250893440390549 ], [ -6.149178271556424, 58.250308348366588 ], [ -6.15063756017219, 58.249602665948245 ], [ -6.151093346020632, 58.249664267789306 ], [ -6.151016822691734, 58.248486110670768 ], [ -6.151718310962617, 58.248257366532471 ], [ -6.151970209527546, 58.247728532310965 ], [ -6.152714617149003, 58.247618878015373 ], [ -6.152649248390327, 58.247293697493745 ], [ -6.153908302233972, 58.2468894291612 ], [ -6.153745230777564, 58.246720294371627 ], [ -6.154490416810581, 58.246719407013551 ], [ -6.153393479477242, 58.246323510872045 ], [ -6.153352561275259, 58.245449922013648 ], [ -6.154059497648036, 58.244991690061063 ], [ -6.153343537807722, 58.244848651319174 ], [ -6.153863973713643, 58.244574534018753 ], [ -6.153222112990867, 58.244146733157521 ], [ -6.153863134115147, 58.243810241472126 ], [ -6.153237861759747, 58.243523974290817 ], [ -6.152926162160147, 58.243731047310099 ], [ -6.152932107968294, 58.243359484366671 ], [ -6.152245907278695, 58.243514005420252 ], [ -6.150619769137116, 58.242733371462229 ], [ -6.150720683283248, 58.242342533258423 ], [ -6.149067745406012, 58.242337861564614 ], [ -6.14862488011169, 58.241744408553281 ], [ -6.148198197263567, 58.242149436040435 ], [ -6.146949475656294, 58.242261974611871 ], [ -6.146593783820717, 58.241684564274003 ], [ -6.14733614868156, 58.241456311572726 ], [ -6.146991389401292, 58.241147406657078 ], [ -6.1475604250359, 58.240953561768436 ], [ -6.146757406662838, 58.240152409498343 ], [ -6.151105719278047, 58.239935437474699 ], [ -6.151613859009611, 58.239396464621031 ], [ -6.151397549031483, 58.238145525719283 ], [ -6.152264980799661, 58.238564191788981 ], [ -6.153124647014471, 58.237226967796175 ], [ -6.153631932342801, 58.23746761980815 ], [ -6.153829972183241, 58.237047538166117 ], [ -6.155775207527522, 58.237060603575991 ], [ -6.155665404799385, 58.236778235220463 ], [ -6.157053049419349, 58.237241963346804 ], [ -6.157335552871974, 58.236815525635059 ], [ -6.159149203872826, 58.236782472905723 ], [ -6.15879434596989, 58.236358830005429 ], [ -6.160026040441234, 58.235565129421602 ], [ -6.158366906166036, 58.235344978146671 ], [ -6.157935911164121, 58.234227832872705 ], [ -6.157379388771421, 58.234556199962938 ], [ -6.157345195599308, 58.23400250672573 ], [ -6.1566431565433, 58.234005606749264 ], [ -6.156783140666787, 58.23370161008954 ], [ -6.156108133700916, 58.233498808235154 ], [ -6.156168714644709, 58.232968103382625 ], [ -6.157388257229784, 58.233220595368593 ], [ -6.158299165831125, 58.232396003073099 ], [ -6.159619893695951, 58.23236282446382 ], [ -6.159205200072499, 58.232286429049402 ], [ -6.160190954012341, 58.231650012107949 ], [ -6.162541947444148, 58.231229802667883 ], [ -6.162545917978528, 58.23074050544701 ], [ -6.163726497762095, 58.229949330724743 ], [ -6.164170494756701, 58.229999576468934 ], [ -6.165176772580356, 58.228609811601515 ], [ -6.164740694281813, 58.228801197610096 ], [ -6.164936460770921, 58.227593464054621 ], [ -6.164469900844675, 58.227249018686933 ], [ -6.16527581327914, 58.22656357883389 ], [ -6.164913245663561, 58.226233722567969 ], [ -6.163987751097613, 58.22643749361135 ], [ -6.164319330648209, 58.226198267468611 ], [ -6.163512482671746, 58.226120305745098 ], [ -6.163952781963384, 58.225834368884627 ], [ -6.162860978005789, 58.226058848830377 ], [ -6.162825535674576, 58.225785748108841 ], [ -6.161379318747811, 58.22572055080375 ], [ -6.161380560723353, 58.22548401936924 ], [ -6.16062406957041, 58.2258935637498 ], [ -6.159939525981465, 58.22578281461378 ], [ -6.160186354789261, 58.225445653492599 ], [ -6.159561673679813, 58.225249323558572 ], [ -6.159870453549457, 58.22484450028476 ], [ -6.159411387159707, 58.224432353277628 ], [ -6.159998187970762, 58.223767582468831 ], [ -6.159637900315284, 58.223878248359497 ], [ -6.159336992720315, 58.22352118862009 ], [ -6.15909305218752, 58.223926593542515 ], [ -6.158479342241757, 58.223969089252122 ], [ -6.158173259193273, 58.22327679287244 ], [ -6.157625917393944, 58.222969128774167 ], [ -6.157430654923671, 58.223542892423289 ], [ -6.157505027030375, 58.223071982761397 ], [ -6.155898690028792, 58.222395093363929 ], [ -6.156345238217597, 58.221740306275905 ], [ -6.155786217956614, 58.221929375415726 ], [ -6.15512555622025, 58.221497707940223 ], [ -6.153991168443083, 58.221648867424719 ], [ -6.15349708439928, 58.221315173311986 ], [ -6.154003235823416, 58.220776248846803 ], [ -6.15518488578041, 58.221029088684332 ], [ -6.155342252876944, 58.221325193124173 ], [ -6.156014138476231, 58.220921134512103 ], [ -6.157088212102753, 58.221652242574272 ], [ -6.157937213947383, 58.220330606650755 ], [ -6.158947367795673, 58.220370497534894 ], [ -6.157631624229229, 58.219540280360604 ], [ -6.158388936488431, 58.219240427618679 ], [ -6.159769343212237, 58.219618925298541 ], [ -6.159455133696934, 58.219904332322663 ], [ -6.159939190357762, 58.219803116210166 ], [ -6.160115718320059, 58.220160635459088 ], [ -6.160826675439901, 58.21993062008265 ], [ -6.161497806401875, 58.220073272228419 ], [ -6.16175475171218, 58.219750163932616 ], [ -6.16213456684919, 58.220126223115905 ], [ -6.162903417384294, 58.219285543493783 ], [ -6.163494049513181, 58.219671800568094 ], [ -6.16489747414354, 58.219170967079471 ], [ -6.165086450761006, 58.21858840214459 ], [ -6.164494870528618, 58.218571757496861 ], [ -6.164877707988931, 58.21834883814428 ], [ -6.164385527704739, 58.217973759343238 ], [ -6.163861187069717, 58.218079905530331 ], [ -6.164465062226002, 58.217446024666515 ], [ -6.164524368684452, 58.216324574648887 ], [ -6.163704562394772, 58.216453859421954 ], [ -6.163143270554579, 58.215881409680229 ], [ -6.161967292276194, 58.216213843793817 ], [ -6.161809281712021, 58.215723539313096 ], [ -6.160672896484031, 58.216117613280744 ], [ -6.159544564015714, 58.215751585933432 ], [ -6.160680311394859, 58.213912519869197 ], [ -6.161453192513241, 58.213688570247569 ], [ -6.161623594746167, 58.214182966504197 ], [ -6.161987400668207, 58.213972366084043 ], [ -6.162078859477647, 58.214927034840656 ], [ -6.162572442975932, 58.214602492995155 ], [ -6.16353940110306, 58.214885641224626 ], [ -6.164023681357048, 58.214060538949518 ], [ -6.164936060702621, 58.214009155476994 ], [ -6.165140490904617, 58.212962992849711 ], [ -6.166035041696607, 58.212890602367303 ], [ -6.165219949625452, 58.212391198344854 ], [ -6.16693938112383, 58.211304517330028 ], [ -6.165808654764981, 58.2110771034408 ], [ -6.166222438755999, 58.210218325722145 ], [ -6.167594289720636, 58.209800313736046 ], [ -6.167916108730668, 58.210306837948494 ], [ -6.169606812412107, 58.210399021677802 ], [ -6.169710921296431, 58.210879391643232 ], [ -6.170425817878964, 58.210597933664651 ], [ -6.171929956990907, 58.208536284128179 ], [ -6.170932653197682, 58.208269481074304 ], [ -6.170816802176507, 58.207312014977191 ], [ -6.172455461925437, 58.206875325959899 ], [ -6.172350239262875, 58.207342763299579 ], [ -6.173657543091913, 58.207739682921364 ], [ -6.173888613856566, 58.206589218153347 ], [ -6.174971876740338, 58.206891848510111 ], [ -6.17532034082772, 58.206580997349221 ], [ -6.175689985591976, 58.2066821903082 ], [ -6.175363960279979, 58.205792756888293 ], [ -6.175950156011421, 58.205910235197692 ], [ -6.176101215733763, 58.205485353610129 ], [ -6.177034667888926, 58.205571667255704 ], [ -6.177832012686833, 58.20529735389249 ], [ -6.178931193870052, 58.203867540029741 ], [ -6.180064204400515, 58.203652345412657 ], [ -6.180444608808978, 58.203960890339147 ], [ -6.18007947552526, 58.204694035918784 ], [ -6.181521795407135, 58.204110796978199 ], [ -6.182110142116211, 58.20449254602574 ], [ -6.182532036260294, 58.204314146726936 ], [ -6.182928512487098, 58.204744451007869 ], [ -6.184330637275739, 58.204442155198826 ], [ -6.184876468194599, 58.204679614420719 ], [ -6.185877957343549, 58.204273555235183 ], [ -6.186735716401183, 58.204483677848629 ], [ -6.186965858268154, 58.203863750103551 ], [ -6.187769239643005, 58.203583778541528 ], [ -6.18728401967181, 58.203441456310934 ], [ -6.188067900093754, 58.203328478943746 ], [ -6.187685296702678, 58.20305959349686 ], [ -6.188018298179977, 58.202835537618846 ], [ -6.18892668904552, 58.202897408516037 ], [ -6.189158189616385, 58.202448283039445 ], [ -6.189907262375347, 58.203051318513637 ], [ -6.190903187209403, 58.202512315763549 ], [ -6.191606684029559, 58.202584500942166 ], [ -6.192665481994521, 58.201972377419317 ], [ -6.194705961162754, 58.201509584371905 ], [ -6.194394388783173, 58.201207807190393 ], [ -6.194864077736697, 58.20114648966014 ], [ -6.194363902052331, 58.201036159516562 ], [ -6.19544065500122, 58.20072106325658 ], [ -6.194865639103127, 58.200539462233053 ], [ -6.195079504130861, 58.199898470571597 ], [ -6.196821441722465, 58.199851016704223 ], [ -6.197326234201196, 58.200130239297529 ], [ -6.198024040546908, 58.199866265415352 ], [ -6.198364283779039, 58.200583431187141 ], [ -6.200997064004853, 58.200881551735158 ], [ -6.201155537164938, 58.200522032985312 ], [ -6.20215531145378, 58.200420734146874 ], [ -6.20333549200706, 58.199756855733575 ], [ -6.204460990846363, 58.199955331245143 ], [ -6.205846510155159, 58.199587694845135 ], [ -6.207117133699476, 58.198552110431407 ], [ -6.207753797150921, 58.198951933025896 ], [ -6.207674288760827, 58.197403385218138 ], [ -6.208139074430449, 58.198063362187092 ], [ -6.209298531727373, 58.197772390549531 ], [ -6.210177924257265, 58.196526683284851 ], [ -6.209659037685242, 58.195769584836484 ], [ -6.211263776405087, 58.195155447864799 ], [ -6.211578145545654, 58.194517395080908 ], [ -6.210516472138737, 58.194080378357761 ], [ -6.210870955213761, 58.193680197866122 ], [ -6.210341740478374, 58.193180624271839 ], [ -6.209222390536193, 58.193262561539932 ], [ -6.210136964656328, 58.192745866425312 ], [ -6.209531121351733, 58.192217348322011 ], [ -6.210081518578736, 58.191846667520835 ], [ -6.208787454770161, 58.191416416223241 ], [ -6.209088724488874, 58.191142091895806 ], [ -6.20735390671108, 58.190943997585741 ], [ -6.206412927966761, 58.190503864122967 ], [ -6.20684033885371, 58.189151700130559 ], [ -6.207379180022912, 58.189230128290511 ], [ -6.207732065489971, 58.188888458906433 ], [ -6.208603491424014, 58.189561082495715 ], [ -6.209635990236858, 58.189264403214167 ], [ -6.211791008098868, 58.189790286255523 ], [ -6.212938210372683, 58.189613882919041 ], [ -6.213700668359117, 58.189309011850867 ], [ -6.21322961460124, 58.189012552775431 ], [ -6.214121362274729, 58.188606286774792 ], [ -6.213548178252131, 58.187031797600056 ], [ -6.215037790908887, 58.187360211454383 ], [ -6.217227804424774, 58.186014432933398 ], [ -6.218683375379014, 58.186328643573844 ], [ -6.220730982522343, 58.185606191099517 ], [ -6.222221490328274, 58.185798706332577 ], [ -6.223923794476749, 58.184062508435197 ], [ -6.22513865757384, 58.184027625564838 ], [ -6.225899195908457, 58.184496087510148 ], [ -6.226893712954851, 58.183180782101118 ], [ -6.227327700277079, 58.183294076700378 ], [ -6.22793025477931, 58.182949457922497 ], [ -6.228600659239572, 58.183161013782716 ], [ -6.228928478329062, 58.181981118686721 ], [ -6.230963042640071, 58.182225611802096 ], [ -6.231190767927724, 58.18186464689262 ], [ -6.232226025224706, 58.181708865525479 ], [ -6.233198215214334, 58.181838433042643 ], [ -6.233524147309604, 58.182430997156608 ], [ -6.234110326625382, 58.181706510918247 ], [ -6.235232337547541, 58.181907520090896 ], [ -6.236643413399107, 58.181019812318567 ], [ -6.237773429084561, 58.18117377192133 ], [ -6.239551537168927, 58.180752221549781 ], [ -6.240268058229725, 58.181064696354319 ], [ -6.240395725346962, 58.180465144930182 ], [ -6.241592173852141, 58.180819190668082 ], [ -6.242025475779527, 58.180655489528938 ], [ -6.242497816909731, 58.181161327155614 ], [ -6.243154797107213, 58.180846293961487 ], [ -6.244049837103032, 58.18147023822781 ], [ -6.244757875532521, 58.181041089485021 ], [ -6.245703365700148, 58.181060843647607 ], [ -6.245434025613252, 58.180444839025405 ], [ -6.246763567269904, 58.180458981315667 ], [ -6.248054581349239, 58.179879988361805 ], [ -6.248708244182295, 58.180136061209197 ], [ -6.249847868351152, 58.180071075078295 ], [ -6.249862924859885, 58.180424878739274 ], [ -6.251175445835659, 58.179798374441802 ], [ -6.251203078618073, 58.180029460014012 ], [ -6.252237186556346, 58.179836681847405 ], [ -6.253774368832216, 58.180448119988498 ], [ -6.255151039378362, 58.179974103568142 ], [ -6.254848766101174, 58.181516530959378 ], [ -6.255440878999254, 58.181812395015257 ], [ -6.25493655964887, 58.18247760156968 ], [ -6.256157732675883, 58.182780330640853 ], [ -6.256503283999147, 58.183405461034795 ], [ -6.258176216324496, 58.18369847462025 ], [ -6.258539566459404, 58.183349109314712 ], [ -6.258345324802023, 58.184243168650212 ], [ -6.256775990387555, 58.185568955058258 ], [ -6.257180475540239, 58.186017659583896 ], [ -6.256599620006268, 58.1861719534974 ], [ -6.257186400291593, 58.186749456790984 ], [ -6.259325894450263, 58.18746750623572 ], [ -6.259909745384959, 58.187465973857833 ], [ -6.260020187623573, 58.187108873045524 ], [ -6.260741580855521, 58.18728888485149 ], [ -6.260982174869177, 58.187477777347468 ], [ -6.260367101104096, 58.187858047157597 ], [ -6.261552733981704, 58.188402019549571 ], [ -6.262901549939483, 58.188418052671231 ], [ -6.263531593082424, 58.188063347946596 ], [ -6.263988190100324, 58.189002184875811 ], [ -6.265192403141619, 58.188678615957386 ], [ -6.265143709600794, 58.188400575667984 ], [ -6.267373274418403, 58.188150572020795 ], [ -6.267925444209966, 58.188395562727415 ], [ -6.269508495798493, 58.188334436935605 ], [ -6.269080235640787, 58.188809208321743 ], [ -6.271014664576976, 58.188724601094911 ], [ -6.271353761918792, 58.189123299238759 ], [ -6.274042480386529, 58.18906641646786 ], [ -6.27333612703912, 58.189437223129246 ], [ -6.273280713220972, 58.190236729639835 ], [ -6.272632372013592, 58.190750367906944 ], [ -6.27357472142954, 58.190316796265357 ], [ -6.275189199856111, 58.191223956243782 ], [ -6.275794168890239, 58.192175765332337 ], [ -6.275241818395166, 58.192439797116741 ], [ -6.276099238881847, 58.192800410861238 ], [ -6.275932300867719, 58.193196294051923 ], [ -6.276853798764898, 58.193777771307296 ], [ -6.276503179267456, 58.194090792277741 ], [ -6.277029255327131, 58.194145977681245 ], [ -6.276457259643491, 58.194671460874737 ], [ -6.277182603298904, 58.195646203602749 ], [ -6.276198293645257, 58.197316799534121 ], [ -6.276246662018135, 58.198341239289419 ], [ -6.280408408670387, 58.199180832514493 ], [ -6.281544807550615, 58.199140861917265 ], [ -6.281815697929892, 58.198830505981107 ], [ -6.282502799705129, 58.199076300986974 ], [ -6.283002924229523, 58.198618852464428 ], [ -6.283788550934691, 58.198678777676747 ], [ -6.284491348826545, 58.199972583868067 ], [ -6.283519456532784, 58.201588866923849 ], [ -6.28420971552833, 58.203230215034594 ], [ -6.284715771074308, 58.203372374590316 ], [ -6.285533343856035, 58.204853863475186 ], [ -6.287278750578885, 58.205454331793334 ], [ -6.290214079258355, 58.205933796702411 ], [ -6.296011791228101, 58.206146789324023 ], [ -6.308755841303147, 58.205323627607797 ], [ -6.311478919771743, 58.204248625547343 ], [ -6.313227787248001, 58.202924159109351 ], [ -6.314435239678171, 58.2031737599306 ], [ -6.316167644655748, 58.202948735487603 ], [ -6.321487907992346, 58.20115782356681 ], [ -6.322544532992135, 58.200237988411168 ], [ -6.322691896391767, 58.199811222938656 ], [ -6.323654055239014, 58.199809160170545 ], [ -6.324569499320534, 58.199409389886384 ], [ -6.326066397523762, 58.198161627826998 ], [ -6.326437434096097, 58.196299187045696 ], [ -6.324437184779826, 58.195510054947526 ], [ -6.323764407299482, 58.196097638694518 ], [ -6.323987944400042, 58.195471341551325 ], [ -6.317328593555998, 58.195009171591181 ], [ -6.31901829340657, 58.194954612644267 ], [ -6.319857237435077, 58.194458545536563 ], [ -6.320697754334597, 58.194423754733222 ], [ -6.320407769624754, 58.194153907542933 ], [ -6.321926305302468, 58.194260689311989 ], [ -6.320250251181932, 58.193502766528383 ], [ -6.321140740398775, 58.193486961764329 ], [ -6.32217300285588, 58.193026589015467 ], [ -6.323212747568817, 58.193299775102929 ], [ -6.323742246680388, 58.192612737084488 ], [ -6.322779351310053, 58.192299178436727 ], [ -6.323577810064437, 58.191905178365083 ], [ -6.325076860913268, 58.192803959038407 ], [ -6.326017860502182, 58.192965364580516 ], [ -6.326072263595903, 58.192656858827164 ], [ -6.32647357096526, 58.192763739310827 ], [ -6.325906081027254, 58.193236249218479 ], [ -6.326588818313756, 58.194171716289979 ], [ -6.325393050338645, 58.194869692670835 ], [ -6.325393932633721, 58.195352582654522 ], [ -6.326623857654281, 58.195871988765646 ], [ -6.329647468813278, 58.196155092870086 ], [ -6.330698657157305, 58.195961997263211 ], [ -6.33237517368739, 58.195058774194713 ], [ -6.3324330697806, 58.194793312130514 ], [ -6.331369336107501, 58.194603749561765 ], [ -6.331987590609586, 58.194170856144332 ], [ -6.331362974899975, 58.193853054073344 ], [ -6.331416148907728, 58.193269402454646 ], [ -6.332997252689665, 58.192939565114074 ], [ -6.333200203892502, 58.192062144799614 ], [ -6.332572678018135, 58.191901824975581 ], [ -6.333532734161647, 58.191758564934688 ], [ -6.3332485843745, 58.191243938244057 ], [ -6.331989215136383, 58.19125078719339 ], [ -6.333059402385906, 58.191019252354621 ], [ -6.331518652253321, 58.191134587490275 ], [ -6.332009892841374, 58.190833710170168 ], [ -6.331771357904283, 58.190469510974125 ], [ -6.333342676786108, 58.190521301063463 ], [ -6.333694629703119, 58.191173012501373 ], [ -6.334952638690355, 58.191727354546913 ], [ -6.336870168344744, 58.191671098876355 ], [ -6.337722285684849, 58.191271582987738 ], [ -6.338354200533037, 58.191411943665251 ], [ -6.336741551122161, 58.192989351302359 ], [ -6.336891619600203, 58.193465368570386 ], [ -6.338173743741139, 58.193769754858216 ], [ -6.343447992801953, 58.191719540130762 ], [ -6.346250778717522, 58.191229176822837 ], [ -6.346244557211802, 58.190565703001091 ], [ -6.347523320300927, 58.189979798054928 ], [ -6.34697713507648, 58.189593745878248 ], [ -6.348272971500798, 58.189551329262343 ], [ -6.348031018174407, 58.188715138914553 ], [ -6.352682550404541, 58.189404367930308 ], [ -6.353038697988481, 58.18914219366976 ], [ -6.352613964861988, 58.18876100838262 ], [ -6.352980414075983, 58.188735899360097 ], [ -6.355329923474311, 58.189440706009393 ], [ -6.356307858178717, 58.191083586609828 ], [ -6.355421936349387, 58.19203926020473 ], [ -6.355929039406545, 58.192855585029328 ], [ -6.355264472241124, 58.193241621682368 ], [ -6.35521162497671, 58.193935895237196 ], [ -6.356287944250608, 58.194921618046912 ], [ -6.354888243029025, 58.196077407894165 ], [ -6.355190737941737, 58.197113864468214 ], [ -6.357777235285202, 58.198176557562064 ], [ -6.358773899919797, 58.197706306586547 ], [ -6.360166988418253, 58.19789876568008 ], [ -6.360193749220636, 58.19881065027274 ], [ -6.360884105029114, 58.198759149572602 ], [ -6.361642003422563, 58.199119016588128 ], [ -6.360888773629846, 58.20043440592702 ], [ -6.358656061932931, 58.202423618825186 ], [ -6.359971579693028, 58.203634057950431 ], [ -6.362649176947357, 58.204365299423081 ], [ -6.366573065862032, 58.204604136982994 ], [ -6.367833442381913, 58.20432442892924 ], [ -6.368715791761846, 58.202786035598869 ], [ -6.373688494211885, 58.202661342616274 ], [ -6.376677404113803, 58.203235020409551 ], [ -6.380554798386001, 58.202613473337202 ], [ -6.379313993530982, 58.20191777478329 ], [ -6.379534235230948, 58.20170066464604 ], [ -6.380394318565836, 58.202196308414862 ], [ -6.383007050583057, 58.202302530001127 ], [ -6.383905179867989, 58.202802238825996 ], [ -6.383722308650011, 58.203087319355177 ], [ -6.385101834554727, 58.203718849224181 ], [ -6.383590619185192, 58.203069365975566 ], [ -6.382888366023954, 58.203232014557514 ], [ -6.37991921105813, 58.202791800367358 ], [ -6.376171983694686, 58.203474508141419 ], [ -6.375654197551984, 58.204166775478555 ], [ -6.376331553113159, 58.204769443868116 ], [ -6.381104158205301, 58.205478712990057 ], [ -6.382730638795927, 58.206219591368004 ], [ -6.38533852189099, 58.20610470464527 ], [ -6.387142374932544, 58.206501279974191 ], [ -6.387296944327583, 58.206759461370943 ], [ -6.38640936790753, 58.207298129616859 ], [ -6.38706583467525, 58.207564218148534 ], [ -6.388923136471686, 58.207634273965247 ], [ -6.388771919506958, 58.206714075323106 ], [ -6.389162974931582, 58.206679924286114 ], [ -6.389324873778887, 58.207838076096579 ], [ -6.390998735314954, 58.207526809582156 ], [ -6.390406861448155, 58.205964385184153 ], [ -6.391727086428658, 58.206872185530308 ], [ -6.392458112712089, 58.208622265769684 ], [ -6.389547818595115, 58.208842139414962 ], [ -6.389060592560731, 58.211282600176787 ], [ -6.387519865062774, 58.213513808451964 ], [ -6.387546033613494, 58.214663143459816 ], [ -6.388065739368406, 58.213270186623916 ], [ -6.388246156116633, 58.213102996457827 ], [ -6.388262829139717, 58.213086234611218 ], [ -6.388346967497871, 58.212967325052773 ], [ -6.390942313111524, 58.210873348301675 ], [ -6.390536295474708, 58.210731751330478 ], [ -6.391032746041436, 58.210764112393278 ], [ -6.391295409771153, 58.210104850218606 ], [ -6.391793406605867, 58.209888041345245 ], [ -6.39273234993334, 58.210122785127062 ], [ -6.394136731190336, 58.210001531142446 ], [ -6.395704960222039, 58.208850275171322 ], [ -6.394955790864687, 58.208579332022019 ], [ -6.394842651740922, 58.208147058940234 ], [ -6.396554450121001, 58.208348826979694 ], [ -6.39665458892017, 58.20764389558552 ], [ -6.397471993220465, 58.207296433281101 ], [ -6.397688650978669, 58.206569493607262 ], [ -6.3966914761516, 58.20553369507202 ], [ -6.395220305843201, 58.205485512724742 ], [ -6.394718989109633, 58.205840048584875 ], [ -6.393909061860185, 58.205697101744967 ], [ -6.394336905752747, 58.204886445011823 ], [ -6.392889540086361, 58.203777108179331 ], [ -6.393917789739379, 58.202944856276176 ], [ -6.393804130455901, 58.202508104054772 ], [ -6.392925063621199, 58.202108529902389 ], [ -6.391580378631656, 58.200367911362314 ], [ -6.392027972656063, 58.199785909779521 ], [ -6.393577656427653, 58.199988799518543 ], [ -6.393345484243914, 58.199695528890537 ], [ -6.395120963771987, 58.199589340115182 ], [ -6.395217833481283, 58.199064388137458 ], [ -6.395930950993493, 58.198976837452136 ], [ -6.392123882293941, 58.198564015312549 ], [ -6.390928764828395, 58.197921712249752 ], [ -6.390991396070561, 58.197325998248168 ], [ -6.389916749941781, 58.197106715771667 ], [ -6.389432963731171, 58.196430899851563 ], [ -6.388562628143712, 58.196762150827119 ], [ -6.387832574912827, 58.196436554239064 ], [ -6.387734314891627, 58.196192623157003 ], [ -6.388491826040747, 58.196189020642151 ], [ -6.388722078409167, 58.195915789609643 ], [ -6.388264879944356, 58.195454892489359 ], [ -6.388484801192546, 58.194822287223104 ], [ -6.387064611579132, 58.194079784074169 ], [ -6.386382169949238, 58.194139251017717 ], [ -6.386092608189425, 58.19338029582218 ], [ -6.385401350766524, 58.193161270662493 ], [ -6.386375605621382, 58.192637604438666 ], [ -6.385645899906411, 58.191499895390059 ], [ -6.386403274152047, 58.190778646526873 ], [ -6.384335342146437, 58.188883897562569 ], [ -6.383719885158009, 58.189071449211269 ], [ -6.380232222292326, 58.188117606210973 ], [ -6.378877325839463, 58.189836016562133 ], [ -6.376975342016791, 58.189381560854535 ], [ -6.376549817064304, 58.189507693575905 ], [ -6.377249878171939, 58.190061908190856 ], [ -6.376318680384944, 58.190714425785607 ], [ -6.37756947003627, 58.192365778902847 ], [ -6.376611890928084, 58.192237694906993 ], [ -6.375893903831015, 58.192464700968387 ], [ -6.375327262567435, 58.193575033190278 ], [ -6.374065811882949, 58.192459119859819 ], [ -6.374630754726984, 58.192192412856386 ], [ -6.37431543901815, 58.191512561333731 ], [ -6.372501398364711, 58.191939048146217 ], [ -6.371882936929802, 58.192393740364977 ], [ -6.370582793630799, 58.19206962239101 ], [ -6.371090014050803, 58.191901138312247 ], [ -6.370932342998766, 58.191505451788586 ], [ -6.369674571875787, 58.191234730140621 ], [ -6.370131651023375, 58.190769396220794 ], [ -6.370512120645826, 58.190955095409571 ], [ -6.370389150082959, 58.189899918483611 ], [ -6.372310459932342, 58.190055234827319 ], [ -6.371337485966412, 58.189676731670687 ], [ -6.370745208151694, 58.188364262567838 ], [ -6.371981379426602, 58.188183356196717 ], [ -6.37245033164823, 58.188548574547283 ], [ -6.373594752318702, 58.188535376310995 ], [ -6.373344402014337, 58.187954016904932 ], [ -6.37551801529521, 58.187088888118325 ], [ -6.376598336793959, 58.18625138803467 ], [ -6.3771209171317, 58.186346750036101 ], [ -6.377287283887631, 58.185831119660364 ], [ -6.377988975741867, 58.186012054893126 ], [ -6.37821625689517, 58.185756032196139 ], [ -6.379958961579803, 58.185624187652174 ], [ -6.379856323944595, 58.185095317558222 ], [ -6.380468869845433, 58.1851884721369 ], [ -6.380533519304806, 58.184538737299839 ], [ -6.38094221890221, 58.184497704536916 ], [ -6.380293751406134, 58.183905764378636 ], [ -6.380681655871351, 58.182369874070936 ], [ -6.38096535166216, 58.181977906542663 ], [ -6.381137762353258, 58.182340699851743 ], [ -6.381530112944312, 58.182277743801784 ], [ -6.381518885193509, 58.181288874695497 ], [ -6.382498830050537, 58.180468259581289 ], [ -6.383413270373134, 58.181187734008844 ], [ -6.385566554770882, 58.181046176165914 ], [ -6.387531523213539, 58.17993080173683 ], [ -6.387689271259186, 58.179484698677626 ], [ -6.387070100980083, 58.179364828854318 ], [ -6.386936515359064, 58.179937803216554 ], [ -6.38657204110881, 58.17974350897088 ], [ -6.385452032320377, 58.179979921628693 ], [ -6.382358346903491, 58.179812089512943 ], [ -6.382089621066926, 58.179151337590049 ], [ -6.380403234220781, 58.179074437587552 ], [ -6.378415785644785, 58.177658880951519 ], [ -6.379012933644082, 58.177116748459348 ], [ -6.378570019071178, 58.176354059942824 ], [ -6.377761791193739, 58.176080565704069 ], [ -6.377090424834682, 58.174844587080258 ], [ -6.377763564311035, 58.175127224174155 ], [ -6.378629767771969, 58.17490409814279 ], [ -6.379521827758939, 58.175098261874034 ], [ -6.379838683268938, 58.174561264038417 ], [ -6.380826023206692, 58.174630733870707 ], [ -6.381113322644789, 58.174337566084297 ], [ -6.380265106009047, 58.173462917386821 ], [ -6.378555833825409, 58.173197928048289 ], [ -6.378314784210247, 58.17220796659219 ], [ -6.377001138497923, 58.171906875300557 ], [ -6.377552877018957, 58.170858191647966 ], [ -6.376655007754548, 58.170754148249991 ], [ -6.375394490101733, 58.169016800190008 ], [ -6.373742177701374, 58.167967386635667 ], [ -6.373492589518111, 58.165453365795969 ], [ -6.374427223570178, 58.164958117890308 ], [ -6.374289166263046, 58.164319845770351 ], [ -6.373971568941179, 58.164020488226555 ], [ -6.373495226101656, 58.164090805946202 ], [ -6.373398572958631, 58.163581512761908 ], [ -6.370613467008515, 58.162588946377504 ], [ -6.37033388038099, 58.16190606601301 ], [ -6.369676010013399, 58.161883674161103 ], [ -6.368464550499703, 58.160540286545618 ], [ -6.368490716859564, 58.15742775093851 ], [ -6.367107537896507, 58.154822208200883 ], [ -6.367644553600737, 58.154138295295887 ], [ -6.36720150810897, 58.153577928048378 ], [ -6.367613485896829, 58.153469369600401 ], [ -6.367468460439322, 58.152772876507122 ], [ -6.368096863285625, 58.151932942231554 ], [ -6.36915090566391, 58.151442623553336 ], [ -6.369700834806981, 58.150241148655979 ], [ -6.370913195738431, 58.149655448487806 ], [ -6.374012198498079, 58.14926574103022 ], [ -6.374379833103782, 58.148520164469403 ], [ -6.376000429913915, 58.147866427267296 ], [ -6.377526279051437, 58.147894914522048 ], [ -6.377283926264377, 58.147583987168382 ], [ -6.37808509598572, 58.147183221508904 ], [ -6.379296343744556, 58.147627200247229 ], [ -6.380107061950642, 58.147235086204965 ], [ -6.380038125470711, 58.146882224681256 ], [ -6.382420828081268, 58.147308351717861 ], [ -6.384232756370453, 58.146207249329287 ], [ -6.385600807931501, 58.145921810870178 ], [ -6.389621518297661, 58.146417275585485 ], [ -6.390716530745766, 58.147089987996488 ], [ -6.391793406756115, 58.147174255946489 ], [ -6.393560657914787, 58.145989118975898 ], [ -6.394163210212161, 58.145083381466051 ], [ -6.39686340528339, 58.144760827229248 ], [ -6.397559874412983, 58.143996620486114 ], [ -6.399299292214713, 58.143469771241101 ], [ -6.402339574002641, 58.143285533761862 ], [ -6.402432850141525, 58.142802062571945 ], [ -6.403258199426404, 58.142558577029725 ], [ -6.405659014848091, 58.142113981934166 ], [ -6.408110856071341, 58.142095659037224 ], [ -6.40875027298918, 58.141779432748137 ], [ -6.40939241537726, 58.142528826826755 ], [ -6.410795020083114, 58.142126797492068 ], [ -6.411389551629521, 58.142464135067129 ], [ -6.412750643981645, 58.142303646436318 ], [ -6.414062577675194, 58.143090956042613 ], [ -6.414339418711239, 58.143842201046645 ], [ -6.414852216607557, 58.143712001278651 ], [ -6.416132808435429, 58.144245864127079 ], [ -6.416956028699751, 58.144246084546197 ], [ -6.418513365551069, 58.145309929727922 ], [ -6.418329883344153, 58.14561308137948 ], [ -6.419595524730301, 58.145998139343916 ], [ -6.42043557197091, 58.146736117011017 ], [ -6.42405059523124, 58.147794091770145 ], [ -6.422436619634922, 58.145879695137118 ], [ -6.422125289832049, 58.144564871936801 ], [ -6.420587921887539, 58.144429400567759 ], [ -6.419513035255664, 58.144854337324823 ], [ -6.417357823526419, 58.144071161159225 ], [ -6.417543058295334, 58.143795829755881 ], [ -6.416194558226968, 58.14329041765879 ], [ -6.416029842904199, 58.142620724188077 ], [ -6.41653097845769, 58.142383000386197 ], [ -6.418179014059243, 58.142794374198452 ], [ -6.418634460207615, 58.142476387091193 ], [ -6.41832057777177, 58.141345112930004 ], [ -6.419038308694041, 58.140578240491791 ], [ -6.422420534687562, 58.13931591815944 ], [ -6.422139448527327, 58.138531559261509 ], [ -6.423244657876602, 58.138256632191776 ], [ -6.422517079217801, 58.137943757133236 ], [ -6.423472275876598, 58.137597594742566 ], [ -6.423253912296556, 58.137386641109387 ], [ -6.422086639432876, 58.137545011038021 ], [ -6.421399318089542, 58.138172347892706 ], [ -6.420917454925453, 58.138169673948717 ], [ -6.421332003265996, 58.139040757014499 ], [ -6.420880061408327, 58.13933165321145 ], [ -6.417173646373263, 58.139763396114787 ], [ -6.416376722680712, 58.139535632287583 ], [ -6.416397769921112, 58.139115807695866 ], [ -6.418518871473434, 58.13864019463778 ], [ -6.419093956749609, 58.138765925977758 ], [ -6.419705244067869, 58.138320212505576 ], [ -6.420751289204075, 58.138168751746669 ], [ -6.419546168324979, 58.138162054517323 ], [ -6.419494140431471, 58.137688106831241 ], [ -6.418411105373348, 58.137525149543336 ], [ -6.418614913106415, 58.137139450732924 ], [ -6.42153017723815, 58.13663801326188 ], [ -6.417913685051856, 58.136545040279508 ], [ -6.416916555218821, 58.137019423003267 ], [ -6.416347890902484, 58.136917742092848 ], [ -6.41616103611415, 58.136384618183662 ], [ -6.41439032508419, 58.137161914339323 ], [ -6.414491997797695, 58.137666517394102 ], [ -6.412577037571466, 58.13796674093966 ], [ -6.410500182798592, 58.139513634909861 ], [ -6.408870573626309, 58.139757147398406 ], [ -6.407834989798232, 58.140472010405645 ], [ -6.403023091258045, 58.140121411614359 ], [ -6.403204045252412, 58.14059449944687 ], [ -6.402280210234084, 58.140783833852772 ], [ -6.40207943770432, 58.141374445914018 ], [ -6.396737296643392, 58.14325789971798 ], [ -6.394717595075821, 58.143415769994512 ], [ -6.393090843025403, 58.143960251476933 ], [ -6.390537900126947, 58.14382168776924 ], [ -6.388309075117137, 58.144215096240131 ], [ -6.385837194925243, 58.142967471127321 ], [ -6.384593899901511, 58.143132604911855 ], [ -6.383874968469053, 58.142680719830587 ], [ -6.382861103433407, 58.144253475224936 ], [ -6.380953595657119, 58.144301141639595 ], [ -6.377573961073858, 58.143787865694172 ], [ -6.375606270252216, 58.142515518122892 ], [ -6.375631626758298, 58.143067729740473 ], [ -6.375127410803839, 58.143116534602875 ], [ -6.372152879568245, 58.142715101240626 ], [ -6.369318147228884, 58.142897855666277 ], [ -6.369104277018428, 58.142540971398041 ], [ -6.368252459621027, 58.142390337771502 ], [ -6.368512339256769, 58.142152094428894 ], [ -6.367828633662659, 58.141361670312037 ], [ -6.367462106802582, 58.141423707394885 ], [ -6.366967694780119, 58.13974995054572 ], [ -6.367550638767915, 58.139442170672332 ], [ -6.368705224036434, 58.139496982526701 ], [ -6.367997039062431, 58.138783842282329 ], [ -6.368795757338199, 58.137740204137785 ], [ -6.367639715334628, 58.137465111324005 ], [ -6.367437658786169, 58.137134799383396 ], [ -6.367911326932131, 58.137253445487126 ], [ -6.367784823627734, 58.136776650718062 ], [ -6.368499684219862, 58.136158570571212 ], [ -6.369900476936044, 58.13579572959555 ], [ -6.369162750811775, 58.135326426996464 ], [ -6.370372307707344, 58.134929674268285 ], [ -6.370357262570429, 58.134529993497708 ], [ -6.370821012250775, 58.134568029979469 ], [ -6.371387684073649, 58.133851597867711 ], [ -6.370563453497669, 58.133439233651337 ], [ -6.370763903436472, 58.132717391516337 ], [ -6.369705200784215, 58.13240300531811 ], [ -6.369582988615139, 58.131822642979792 ], [ -6.370204262428412, 58.131482055548915 ], [ -6.37146864448814, 58.131186828790725 ], [ -6.372602523650567, 58.131629018994261 ], [ -6.372769951371112, 58.131330987934071 ], [ -6.374665997226405, 58.131126442323705 ], [ -6.374447319513782, 58.130868657798125 ], [ -6.375479241760392, 58.130549902496583 ], [ -6.375702875883349, 58.130847984511036 ], [ -6.376057938279332, 58.130624437020131 ], [ -6.376702071643187, 58.130885576835063 ], [ -6.376554062199775, 58.130580399515196 ], [ -6.379302438200526, 58.130809626089707 ], [ -6.379312208815978, 58.13019774903966 ], [ -6.381132753146228, 58.12917281943615 ], [ -6.382537496925266, 58.129052512715809 ], [ -6.382703381255631, 58.129433511329509 ], [ -6.383739878150466, 58.128669361968434 ], [ -6.38732740543632, 58.128811051820158 ], [ -6.389244908824264, 58.129127156010981 ], [ -6.390009630966157, 58.129469507749761 ], [ -6.390112110322659, 58.12995610830832 ], [ -6.393391263051478, 58.131111021776775 ], [ -6.393286411430156, 58.131708200141475 ], [ -6.392343327185152, 58.132194910083221 ], [ -6.392628948173668, 58.132580759652939 ], [ -6.3941616654116, 58.132325506894745 ], [ -6.395175659358818, 58.132551304414292 ], [ -6.396966385121067, 58.133559665933227 ], [ -6.397270865774926, 58.134097741682169 ], [ -6.399721843085046, 58.134255868518395 ], [ -6.400149261539291, 58.13461881524745 ], [ -6.400914807355127, 58.134484429359389 ], [ -6.400946407954137, 58.134946494925131 ], [ -6.401448193288764, 58.134672834377412 ], [ -6.401550948405993, 58.13488512202553 ], [ -6.402289925605238, 58.134769633313915 ], [ -6.402629770868678, 58.134341486380265 ], [ -6.403290459736173, 58.134583038269341 ], [ -6.404169066550571, 58.134263055121984 ], [ -6.403121317993501, 58.133146352041926 ], [ -6.403957262666364, 58.133004115608749 ], [ -6.40457182870724, 58.131635642162969 ], [ -6.406410814509241, 58.130641175482026 ], [ -6.405295187129929, 58.130391105357582 ], [ -6.405844858320524, 58.130010545235834 ], [ -6.407016483691084, 58.129998762304318 ], [ -6.408232914003767, 58.130788527696367 ], [ -6.4096191259945, 58.130710831987308 ], [ -6.411833283890587, 58.131332892400373 ], [ -6.412303541316231, 58.131121434183726 ], [ -6.412546313706982, 58.131640032825196 ], [ -6.413948560338558, 58.131568029937149 ], [ -6.416037811669892, 58.132072939795854 ], [ -6.41653393291891, 58.131562885169309 ], [ -6.415727277733764, 58.130720307302958 ], [ -6.416407862234601, 58.129778462969242 ], [ -6.418117792929674, 58.129117456351828 ], [ -6.421899648406288, 58.128781968981549 ], [ -6.422971149078838, 58.129004649128518 ], [ -6.423237807770081, 58.129372209162007 ], [ -6.42771493151786, 58.130130276672951 ], [ -6.431328853883647, 58.129947844993588 ], [ -6.430447392145908, 58.130091849750357 ], [ -6.430383431997658, 58.130493388567025 ], [ -6.431226261589079, 58.13171954427856 ], [ -6.432553833574234, 58.132536697574018 ], [ -6.436790885856323, 58.132618408503667 ], [ -6.442462869734228, 58.132031144965445 ], [ -6.446143885222725, 58.13197636014025 ], [ -6.449944695022404, 58.133642257988093 ], [ -6.449819419584489, 58.133959615884883 ], [ -6.450657155357304, 58.133764843104572 ], [ -6.455549573102145, 58.134027171135322 ], [ -6.459690086694618, 58.135114298280065 ], [ -6.462199391648151, 58.136792715739361 ], [ -6.461983230326436, 58.137903819070054 ], [ -6.465357073429091, 58.138974477243998 ], [ -6.475471530850515, 58.139658042579171 ], [ -6.477348280906177, 58.140206318998139 ], [ -6.477090971777194, 58.140405137713053 ], [ -6.479020679560723, 58.140224830694542 ], [ -6.482411736171921, 58.14041305386894 ], [ -6.485294112503158, 58.14174693654671 ], [ -6.492944353894243, 58.143015098168526 ], [ -6.494749855540459, 58.142429716589049 ], [ -6.491358204284231, 58.142104232075056 ], [ -6.491448995406254, 58.141341048467687 ], [ -6.489586465256457, 58.141541659505968 ], [ -6.48769174177464, 58.141149785072145 ], [ -6.488236383158569, 58.1405459838887 ], [ -6.488958809738232, 58.14061044816939 ], [ -6.489016363330967, 58.140190205166853 ], [ -6.487637563722529, 58.139843093008921 ], [ -6.489001644832766, 58.138859636400277 ], [ -6.488121230959041, 58.138755774556294 ], [ -6.486835287517406, 58.138038432900537 ], [ -6.482985614607947, 58.137083124616652 ], [ -6.479609723374717, 58.136620978680796 ], [ -6.478899558077297, 58.136207073145819 ], [ -6.479118949835149, 58.135828809085439 ], [ -6.478092834537233, 58.136066374492174 ], [ -6.476741183735843, 58.135283795502154 ], [ -6.475589566557123, 58.135835140242079 ], [ -6.471878579516935, 58.136087886749671 ], [ -6.470144740439461, 58.135862788448726 ], [ -6.468934309651934, 58.134727113385509 ], [ -6.467102589082741, 58.13469697825014 ], [ -6.467295582636118, 58.133727876693548 ], [ -6.466902443116151, 58.133440384879812 ], [ -6.468293086267096, 58.133004842327892 ], [ -6.46444776146619, 58.132645124952568 ], [ -6.465474488004195, 58.132154924724226 ], [ -6.465105694211556, 58.131790127314233 ], [ -6.465511753050232, 58.131231761747415 ], [ -6.466801283878636, 58.130871731277715 ], [ -6.468536370318408, 58.129794533678563 ], [ -6.467945042245664, 58.129824287624558 ], [ -6.468102633350973, 58.129521962200812 ], [ -6.467543557239815, 58.129402185639243 ], [ -6.466961138483156, 58.129638477991776 ], [ -6.467240712913426, 58.128207656906639 ], [ -6.468419313789616, 58.127235430369304 ], [ -6.468280955683268, 58.12647132419881 ], [ -6.467722175198465, 58.126895659556432 ], [ -6.467117418124995, 58.12681795742256 ], [ -6.46708272657401, 58.126338010879323 ], [ -6.466558470823435, 58.126563267156094 ], [ -6.467132457887497, 58.127141203582902 ], [ -6.465777823579731, 58.12806563223247 ], [ -6.466319737897531, 58.128523282719605 ], [ -6.465954745760821, 58.129341028646756 ], [ -6.465317606304088, 58.129547755399557 ], [ -6.464138546269998, 58.12929682162526 ], [ -6.462517230446701, 58.129722421669598 ], [ -6.463966202616018, 58.130499029382193 ], [ -6.46379790994208, 58.130716283949148 ], [ -6.461775403381351, 58.131061509121011 ], [ -6.460796905961626, 58.130443765216974 ], [ -6.459875814767492, 58.130759345888677 ], [ -6.458200573736126, 58.130755081562938 ], [ -6.455640528876011, 58.129590113375748 ], [ -6.453721234140891, 58.127633719174788 ], [ -6.45147792267728, 58.127367746617224 ], [ -6.45038904544484, 58.126612589183132 ], [ -6.449953222143701, 58.125301268078729 ], [ -6.446754201397668, 58.124050552753246 ], [ -6.444379059275573, 58.123679345203257 ], [ -6.444745072465811, 58.124228662561237 ], [ -6.446208290122822, 58.124375409488103 ], [ -6.446694418885308, 58.125478129509176 ], [ -6.449785257675575, 58.127862231340373 ], [ -6.451515820593225, 58.128364714947807 ], [ -6.451858534092408, 58.128903138262359 ], [ -6.451363282293546, 58.129755969632683 ], [ -6.45061969818146, 58.129900690011304 ], [ -6.450747810034124, 58.130300024170666 ], [ -6.449203459758455, 58.131043830882888 ], [ -6.446651882711172, 58.130584390010505 ], [ -6.446507254549491, 58.130161346964314 ], [ -6.444792284313522, 58.12934797108143 ], [ -6.444793374086034, 58.128825404775782 ], [ -6.446092014644099, 58.127842911087392 ], [ -6.445918567943663, 58.12728417158722 ], [ -6.444026229642159, 58.127854803759419 ], [ -6.441834601091041, 58.128057222144861 ], [ -6.441792942067696, 58.128677434753399 ], [ -6.44016379711818, 58.128196465256522 ], [ -6.439337629143115, 58.129301815890372 ], [ -6.438113023029793, 58.129147565252588 ], [ -6.43768667333836, 58.129559947048442 ], [ -6.434508170047804, 58.128787565496438 ], [ -6.433251429206045, 58.127691865545046 ], [ -6.435645144046024, 58.126299900501927 ], [ -6.436834874452916, 58.126775559190193 ], [ -6.436734168929363, 58.1275911883059 ], [ -6.438321316061207, 58.127312808992727 ], [ -6.43815486475127, 58.126522682925007 ], [ -6.437001669287497, 58.126135698262559 ], [ -6.436530491176778, 58.125423646088009 ], [ -6.434770505797792, 58.125282632575178 ], [ -6.434194909398899, 58.126121101469913 ], [ -6.433140744284965, 58.126665960716288 ], [ -6.432165914504795, 58.125184502367681 ], [ -6.431471290275465, 58.12527164616575 ], [ -6.431641720257457, 58.12629996780332 ], [ -6.429968569805708, 58.126515604478485 ], [ -6.428493643181894, 58.125932892120517 ], [ -6.428903333404095, 58.125536411145461 ], [ -6.427814861038686, 58.124985210331147 ], [ -6.429462906489777, 58.12388461266049 ], [ -6.429018876629553, 58.12222727189755 ], [ -6.430036455565093, 58.121252029589726 ], [ -6.429341125508073, 58.121127840091432 ], [ -6.428768029098504, 58.121781829182176 ], [ -6.428162551551194, 58.121560074180501 ], [ -6.427492028629095, 58.121772268079482 ], [ -6.427750962273729, 58.120778469443771 ], [ -6.42901569073164, 58.120424181896055 ], [ -6.429526956425534, 58.120981972279012 ], [ -6.430178971660705, 58.121031223652011 ], [ -6.43079321743531, 58.12002504691727 ], [ -6.431288668409634, 58.119908866323364 ], [ -6.4317066485998, 58.120263045586199 ], [ -6.432169131102238, 58.119950151861488 ], [ -6.432385365728909, 58.120185445968119 ], [ -6.433506734637835, 58.119840602325212 ], [ -6.434287226522892, 58.119966298080655 ], [ -6.434557178727438, 58.120496504139126 ], [ -6.436687833989827, 58.120817954508205 ], [ -6.436618796950322, 58.120195308848388 ], [ -6.437386241051102, 58.119601955539686 ], [ -6.438352321797453, 58.120125865535755 ], [ -6.439414862244582, 58.119854968916513 ], [ -6.438810205548189, 58.119026168968368 ], [ -6.439922917253067, 58.118339812471888 ], [ -6.440634022414633, 58.118045191510994 ], [ -6.442336673238249, 58.118206105502573 ], [ -6.443773816117855, 58.117805175532006 ], [ -6.444460726249301, 58.116976257594011 ], [ -6.444202552694193, 58.116405187257705 ], [ -6.445510048008862, 58.116328036924614 ], [ -6.447297057421942, 58.114714192272579 ], [ -6.448253701287812, 58.114617796921024 ], [ -6.448956553980874, 58.113509490987894 ], [ -6.449273259005675, 58.113732251333523 ], [ -6.449862811736621, 58.11355424588222 ], [ -6.450742604473037, 58.114611704858866 ], [ -6.451429770714057, 58.114398800074468 ], [ -6.453054275367498, 58.11250725148124 ], [ -6.453824530322375, 58.112619693121125 ], [ -6.454940652104288, 58.110808866644916 ], [ -6.454000452581578, 58.108656323674758 ], [ -6.45585214388562, 58.106410519721976 ], [ -6.457668073235025, 58.105443039840615 ], [ -6.460343455875488, 58.104827633807162 ], [ -6.462161612861849, 58.105101139086869 ], [ -6.462474095443982, 58.104204297861266 ], [ -6.464139404844279, 58.103732160287066 ], [ -6.46533854295203, 58.103878943603782 ], [ -6.466471364407863, 58.103360709140468 ], [ -6.466923849752327, 58.103405979025482 ], [ -6.466858317953661, 58.104496522060103 ], [ -6.467486275522731, 58.104369244749634 ], [ -6.468180203095243, 58.104795460484318 ], [ -6.469068040634415, 58.103176877835239 ], [ -6.470114681649629, 58.102988110042361 ], [ -6.470980495401727, 58.103782410996899 ], [ -6.471354564677204, 58.10504457883367 ], [ -6.472015354169915, 58.104867558718951 ], [ -6.472336012677277, 58.104268094055534 ], [ -6.474181534527682, 58.104231080805896 ], [ -6.4759180729866, 58.103434302831886 ], [ -6.477530147485755, 58.103676166626542 ], [ -6.477274837976256, 58.104375875738057 ], [ -6.478205794143459, 58.104469920274497 ], [ -6.477667543706807, 58.104878297810217 ], [ -6.47848184504351, 58.104828048834825 ], [ -6.479425405887668, 58.104265093355075 ], [ -6.478908025611393, 58.103189663831074 ], [ -6.481416373159699, 58.102290082487414 ], [ -6.48264715188522, 58.102161276694474 ], [ -6.483018146864366, 58.103260738991509 ], [ -6.485329601055899, 58.102592862774898 ], [ -6.485772721657052, 58.102793090065937 ], [ -6.485386576605165, 58.103275284856146 ], [ -6.484229489739216, 58.103584993085526 ], [ -6.484806000110787, 58.104750956441649 ], [ -6.485875465998643, 58.104784300558762 ], [ -6.486263613586719, 58.104695964156257 ], [ -6.485980316895665, 58.103862332220743 ], [ -6.487766760846498, 58.102748841543175 ], [ -6.487214465451799, 58.101100865040806 ], [ -6.487869406441088, 58.099825816100207 ], [ -6.489636989063167, 58.099171645635558 ], [ -6.490546754097188, 58.099314012973302 ], [ -6.492347206351218, 58.098988718070935 ], [ -6.494160020506138, 58.099529970898885 ], [ -6.496252031949145, 58.101153189765554 ], [ -6.4980734262592, 58.101505215023366 ], [ -6.497842289727605, 58.102043128961284 ], [ -6.499414455153719, 58.102048688706461 ], [ -6.499420055295921, 58.099844981449536 ], [ -6.501562753469186, 58.099526335517751 ], [ -6.502591634242053, 58.099669798721465 ], [ -6.502932828031329, 58.100017478338302 ], [ -6.503651719716125, 58.101741348719273 ], [ -6.508269171017104, 58.103057293420903 ], [ -6.509230375527015, 58.102933285021415 ], [ -6.509216488643411, 58.102286211594645 ], [ -6.509782437670442, 58.102126742054139 ], [ -6.510199052892339, 58.103069829468353 ], [ -6.510858925233819, 58.102511290220683 ], [ -6.510665922924223, 58.1021943509474 ], [ -6.509264174185957, 58.10185730773393 ], [ -6.510986180885453, 58.101301584532784 ], [ -6.510587323008195, 58.100834550674314 ], [ -6.511161334032955, 58.100067694833243 ], [ -6.508352112567217, 58.099951436476331 ], [ -6.508983469898661, 58.098831793860931 ], [ -6.510395798959874, 58.098179125008407 ], [ -6.514067008783528, 58.097255620921914 ], [ -6.515024673354257, 58.097319665076036 ], [ -6.516796953820272, 58.098356710002562 ], [ -6.518108304922083, 58.098530490354591 ], [ -6.518831964980085, 58.099026436893347 ], [ -6.519116291474507, 58.099688189233156 ], [ -6.516773750602449, 58.100024124229314 ], [ -6.518116025171931, 58.100441445046265 ], [ -6.520640413215814, 58.100199756169403 ], [ -6.52302510557377, 58.099272241116523 ], [ -6.528081290697378, 58.09870200536961 ], [ -6.528861195482068, 58.098850523027082 ], [ -6.52888558659853, 58.099296660251916 ], [ -6.530188199571183, 58.099641516662196 ], [ -6.532260630477875, 58.099373417351813 ], [ -6.533178043150239, 58.100108821370107 ], [ -6.532725722898009, 58.099290288165164 ], [ -6.533212551176559, 58.099004015288891 ], [ -6.537081366390834, 58.099143092922723 ], [ -6.538259411634689, 58.098869018218274 ], [ -6.541296646049052, 58.099574585591085 ], [ -6.541120395864154, 58.099164449167915 ], [ -6.53960232124532, 58.099116104718469 ], [ -6.538988733610358, 58.098606448699812 ], [ -6.537990460120112, 58.098410919250817 ], [ -6.531348772565024, 58.09853437755983 ], [ -6.530859441995078, 58.098319761483062 ], [ -6.531733464911973, 58.097391014089283 ], [ -6.529695250617495, 58.097004918278422 ], [ -6.529296214940337, 58.096243838606853 ], [ -6.532093331297894, 58.094528861970929 ], [ -6.533361927874304, 58.09464734405082 ], [ -6.534812888852755, 58.094102741381327 ], [ -6.536166617712283, 58.094156100466158 ], [ -6.538182246260642, 58.093751412749924 ], [ -6.539095152268862, 58.093117127498992 ], [ -6.541879777852106, 58.092456479937525 ], [ -6.546939831567261, 58.092299059686241 ], [ -6.548103180780788, 58.092671195045902 ], [ -6.550166786285796, 58.092710708847008 ], [ -6.553191752411917, 58.092071789365399 ], [ -6.554160559894122, 58.093114608703949 ], [ -6.556156536848829, 58.093142956198619 ], [ -6.557569588281787, 58.092623727060868 ], [ -6.559017653214923, 58.092803878078094 ], [ -6.561236895645996, 58.092028149794459 ], [ -6.562724550124492, 58.091946904176261 ], [ -6.563558553087757, 58.091496048113342 ], [ -6.568243684371064, 58.091661530403599 ], [ -6.57039686795656, 58.091207306984238 ], [ -6.571400275162505, 58.091495937649576 ], [ -6.574783649385827, 58.090675415263888 ], [ -6.579263876451787, 58.090832570171379 ], [ -6.581980897209294, 58.089678766544083 ], [ -6.587236189337424, 58.089973207102318 ], [ -6.591043668790623, 58.08876996844986 ], [ -6.595952487758764, 58.089090946125722 ], [ -6.60041127361641, 58.088226354518447 ], [ -6.614228842772577, 58.087346154861997 ], [ -6.618679767286061, 58.086241936325131 ], [ -6.62183965972338, 58.085896860845743 ], [ -6.62311785690993, 58.085368284229652 ], [ -6.628035636295771, 58.085824410427158 ], [ -6.630724420799627, 58.085134671796688 ], [ -6.632924291002555, 58.085336070816147 ], [ -6.63307705703633, 58.084956326544031 ], [ -6.634807341573801, 58.084745756177313 ], [ -6.634288945085884, 58.084271742813257 ], [ -6.632823603721434, 58.084730800532228 ], [ -6.631609635396342, 58.084666708139089 ], [ -6.631625315575538, 58.083964035533967 ], [ -6.632715908814935, 58.082620078615236 ], [ -6.633508656574073, 58.083036428282583 ], [ -6.633208219430834, 58.082161401425864 ], [ -6.634186562253557, 58.081653526950682 ], [ -6.632969682433597, 58.081828296010677 ], [ -6.633408060034673, 58.081412058928642 ], [ -6.632849550615759, 58.081373945291823 ], [ -6.631928598148426, 58.081722311952888 ], [ -6.63144623106762, 58.081276658561386 ], [ -6.629683568457012, 58.081498259552973 ], [ -6.629522282085778, 58.081171330238668 ], [ -6.627662264734398, 58.080838780208467 ], [ -6.628396184048319, 58.080344344594714 ], [ -6.626895120893433, 58.079571471953436 ], [ -6.626060948394542, 58.078441518526063 ], [ -6.625053380046642, 58.078527645667208 ], [ -6.624756704842664, 58.078138176861017 ], [ -6.624009993989876, 58.078075390252003 ], [ -6.624145913929841, 58.079320698913172 ], [ -6.621797513056449, 58.080197612912201 ], [ -6.621942400799446, 58.080988368688281 ], [ -6.621144500010259, 58.081579533393707 ], [ -6.621500072621725, 58.081899410067656 ], [ -6.618914212165291, 58.084026149042579 ], [ -6.617823400451497, 58.084519994829002 ], [ -6.615836056946343, 58.084503106256946 ], [ -6.613145649690108, 58.085155705487054 ], [ -6.610870747914039, 58.084596006191653 ], [ -6.610306373393214, 58.085169634107331 ], [ -6.609136142279457, 58.085483692248758 ], [ -6.609351236741872, 58.084454116547406 ], [ -6.610716138355358, 58.08439833585237 ], [ -6.610435530578181, 58.083527945082572 ], [ -6.608782462867154, 58.082312447965904 ], [ -6.607151523923687, 58.082214149041782 ], [ -6.606904257971574, 58.081272387295421 ], [ -6.606126143353726, 58.081058625251899 ], [ -6.607075561964326, 58.080034830344786 ], [ -6.606775093126387, 58.078838652543062 ], [ -6.605985022238554, 58.079057960284736 ], [ -6.605702401533417, 58.078841536505593 ], [ -6.605895731601213, 58.079392193134375 ], [ -6.606803453348204, 58.079728982048486 ], [ -6.605462428792733, 58.080849709508456 ], [ -6.605448234390307, 58.08421237231488 ], [ -6.604713249518954, 58.084675224133839 ], [ -6.604415247526457, 58.085971330044565 ], [ -6.602676017060261, 58.086680099746495 ], [ -6.592885183051719, 58.087296741802646 ], [ -6.590054250741102, 58.087020291826867 ], [ -6.588100627115386, 58.087517129091729 ], [ -6.586485682755614, 58.087570888530159 ], [ -6.585418036016183, 58.086861956451699 ], [ -6.582489396689563, 58.08795241129944 ], [ -6.581409600648818, 58.087756564241879 ], [ -6.579939256396147, 58.088222369025161 ], [ -6.577063135824635, 58.088268355827402 ], [ -6.57586029529783, 58.08765595532364 ], [ -6.576511148282741, 58.087315033444071 ], [ -6.575428411529455, 58.086857507145169 ], [ -6.575184822935356, 58.086322113638467 ], [ -6.574233917330983, 58.086455260012215 ], [ -6.573668821133219, 58.086021372022145 ], [ -6.572935218684499, 58.086061246733067 ], [ -6.57305120043495, 58.085773754477287 ], [ -6.572339096404995, 58.085848830015671 ], [ -6.571216782503467, 58.08543946345106 ], [ -6.570809033375483, 58.085040381880809 ], [ -6.570611536220172, 58.085420744861231 ], [ -6.570284478280136, 58.085320070966802 ], [ -6.568812720388229, 58.083574096793654 ], [ -6.566903816935592, 58.082855668277048 ], [ -6.56707024678688, 58.081900792319288 ], [ -6.56595856842158, 58.081904738705489 ], [ -6.565265303179975, 58.081529385068343 ], [ -6.565229065935018, 58.080635754377063 ], [ -6.567110447211615, 58.079097624158862 ], [ -6.565879252472699, 58.079560076468347 ], [ -6.56440241419086, 58.080969438176403 ], [ -6.563799303243311, 58.081019868172483 ], [ -6.566529670723346, 58.08364711181337 ], [ -6.56562964177464, 58.084376487792724 ], [ -6.564329781878651, 58.084701974471983 ], [ -6.564239924884176, 58.085393262259288 ], [ -6.565010902634252, 58.085711867369 ], [ -6.564895268675895, 58.086467041146136 ], [ -6.564103470044699, 58.086715821914197 ], [ -6.562661454427424, 58.08646176362366 ], [ -6.564086361881603, 58.087763370023566 ], [ -6.563306794883277, 58.087616857406935 ], [ -6.559419560770195, 58.088295042849829 ], [ -6.557683283463189, 58.088250249982551 ], [ -6.556887790104128, 58.088138447206539 ], [ -6.557109638468033, 58.087615127566892 ], [ -6.555186801489834, 58.087040031086154 ], [ -6.555032090649831, 58.087743524922999 ], [ -6.554111759708499, 58.08802382766617 ], [ -6.551891066289028, 58.087975615921174 ], [ -6.551055360361747, 58.08726890059306 ], [ -6.548922990001622, 58.088059333812247 ], [ -6.546868135522893, 58.087966427163359 ], [ -6.546492673303591, 58.088165131006456 ], [ -6.541729749876413, 58.086916941730316 ], [ -6.540617123016916, 58.087328131608459 ], [ -6.540467561134682, 58.086526696516529 ], [ -6.541658787851572, 58.08631956590262 ], [ -6.538957978571609, 58.086193838095276 ], [ -6.538058223035381, 58.085662017215178 ], [ -6.537188909106636, 58.086237181336365 ], [ -6.538419839846647, 58.086715816806631 ], [ -6.537807640121899, 58.086562277924266 ], [ -6.537335741120758, 58.086991047168588 ], [ -6.536101958249722, 58.086570065441066 ], [ -6.535169011433378, 58.087045850718859 ], [ -6.533332108399292, 58.086956646642093 ], [ -6.531720651837443, 58.087666153366655 ], [ -6.531532927816152, 58.088100062374409 ], [ -6.529077511442387, 58.088302656190898 ], [ -6.527577371080889, 58.088030486661523 ], [ -6.52696903678278, 58.087559267659138 ], [ -6.527130889974286, 58.087014760976608 ], [ -6.526243580031928, 58.085482276131444 ], [ -6.525879006424997, 58.087882277422374 ], [ -6.519073655352683, 58.088454365900148 ], [ -6.518558352028307, 58.088193860917833 ], [ -6.518236198613928, 58.088452642411205 ], [ -6.5187025986591, 58.088729276769257 ], [ -6.517178392000757, 58.089352745749927 ], [ -6.517184260302636, 58.090257335584127 ], [ -6.515757517816721, 58.090953772790655 ], [ -6.514809705555281, 58.090872299476445 ], [ -6.515231774832948, 58.09141584354424 ], [ -6.514179965825781, 58.09158629178431 ], [ -6.514367211504228, 58.09243497519045 ], [ -6.511897004814117, 58.092349046126564 ], [ -6.510857650611773, 58.093464291580347 ], [ -6.509186387882169, 58.093988542386597 ], [ -6.506607295860719, 58.09390187164734 ], [ -6.504416646125377, 58.093165520619237 ], [ -6.499833619513244, 58.09254167946235 ], [ -6.499515349838116, 58.092805668539881 ], [ -6.495989568001402, 58.092753171598616 ], [ -6.49517168333303, 58.093203894367505 ], [ -6.492111549664751, 58.093234663065324 ], [ -6.492021267046003, 58.093475290071829 ], [ -6.490326490374288, 58.093760880230306 ], [ -6.488034011685913, 58.093521611855671 ], [ -6.487287494117126, 58.093770998870404 ], [ -6.487411924970163, 58.094098482068127 ], [ -6.486588634523368, 58.094196778374702 ], [ -6.483049406057075, 58.094186665000677 ], [ -6.479930916892141, 58.093293731691354 ], [ -6.478485510124575, 58.09152158955402 ], [ -6.476089538305653, 58.09042864607359 ], [ -6.475548551552509, 58.090800240803212 ], [ -6.477106560237664, 58.091508979664717 ], [ -6.476536725525403, 58.092137917077331 ], [ -6.47692430754609, 58.092668399795429 ], [ -6.475604221995418, 58.092773318079843 ], [ -6.474859779406271, 58.09115814571954 ], [ -6.472792838237435, 58.089180270228312 ], [ -6.473244534053209, 58.090994617849674 ], [ -6.474738998422137, 58.092591507636428 ], [ -6.47479712318215, 58.093745164047576 ], [ -6.474350067035174, 58.09443272684522 ], [ -6.474640288682302, 58.094850621318422 ], [ -6.473636802638042, 58.095909411360935 ], [ -6.471894802447442, 58.096294442818028 ], [ -6.469821176914329, 58.096107408680538 ], [ -6.463396602233821, 58.096441833634778 ], [ -6.462138742741295, 58.096027286009125 ], [ -6.462137482645754, 58.095474216768835 ], [ -6.459537090598109, 58.09559689093134 ], [ -6.454022929610737, 58.094625415993171 ], [ -6.453681632537235, 58.094340575618666 ], [ -6.452338346229119, 58.094396596517726 ], [ -6.451462601518029, 58.09546331715076 ], [ -6.450217328969381, 58.09584235398443 ], [ -6.447220389258357, 58.096122545702812 ], [ -6.446422370934965, 58.095511896084538 ], [ -6.445959538787173, 58.095546061438363 ], [ -6.446185383564284, 58.09524587442575 ], [ -6.445559051926933, 58.09485405935029 ], [ -6.444086787853569, 58.095238270216605 ], [ -6.443400937489145, 58.095118332874122 ], [ -6.44367823559957, 58.094276736373338 ], [ -6.441347760123302, 58.093224937201754 ], [ -6.438513310076557, 58.093103535063726 ], [ -6.437852947594036, 58.093324435829906 ], [ -6.437265374656574, 58.093106605028623 ], [ -6.437449102462686, 58.092740452144909 ], [ -6.435301238665397, 58.092608514816199 ], [ -6.433821739130223, 58.093276155916108 ], [ -6.432487015820025, 58.093264216935893 ], [ -6.432346482786091, 58.092680036272967 ], [ -6.431856746703126, 58.092634146295012 ], [ -6.432294618860662, 58.091989339829318 ], [ -6.431582719741484, 58.091317145138547 ], [ -6.432229168593921, 58.090642587272328 ], [ -6.432041256041936, 58.089745283114567 ], [ -6.431084217831825, 58.090790403132267 ], [ -6.430239954279556, 58.091103109579585 ], [ -6.429854006589792, 58.092357660885682 ], [ -6.428543131074294, 58.092852086021388 ], [ -6.428249606370412, 58.094660112420726 ], [ -6.427583600893288, 58.094959397951335 ], [ -6.428412798939185, 58.095276783467362 ], [ -6.427986674155115, 58.096235938657912 ], [ -6.428490800394924, 58.096397360076928 ], [ -6.427721571576744, 58.096522167385785 ], [ -6.427062536197689, 58.096234828905622 ], [ -6.425726855471795, 58.09681822074235 ], [ -6.423682603323139, 58.09608530893496 ], [ -6.424004314392709, 58.096296260164863 ], [ -6.423452593975566, 58.096942294532433 ], [ -6.422308612990686, 58.096688882381699 ], [ -6.422628794918986, 58.097051880344758 ], [ -6.421244173567429, 58.097350931281881 ], [ -6.420983771200413, 58.098031795485184 ], [ -6.420244689415084, 58.098043989225275 ], [ -6.419083845573081, 58.097531222148305 ], [ -6.41862191080262, 58.097764910824537 ], [ -6.418938586763182, 58.098744092599134 ], [ -6.417178702786173, 58.099840362741602 ], [ -6.416703663743076, 58.099790304974555 ], [ -6.416623670484151, 58.10020048627652 ], [ -6.415710438350571, 58.100000157637233 ], [ -6.41559302266126, 58.099422356320048 ], [ -6.41441940175362, 58.099149216543537 ], [ -6.413413347088628, 58.099296542399941 ], [ -6.412891956570621, 58.098995362887209 ], [ -6.413329524141946, 58.098687895954718 ], [ -6.414407647622532, 58.098628903389589 ], [ -6.413954711404426, 58.097631957503758 ], [ -6.412222621607321, 58.097772988203239 ], [ -6.41080610561604, 58.096688939293145 ], [ -6.409927946203076, 58.09714207736981 ], [ -6.408967375943781, 58.09713490376609 ], [ -6.408362905164791, 58.09671067869732 ], [ -6.408867548464221, 58.095915257714381 ], [ -6.407628732771914, 58.095580465040747 ], [ -6.406678945860966, 58.094835441312426 ], [ -6.405147442379465, 58.095293191447638 ], [ -6.404923583516326, 58.096506060031139 ], [ -6.405444945078319, 58.097014119474899 ], [ -6.40508272429286, 58.097381902951327 ], [ -6.404571132211418, 58.09750304197869 ], [ -6.402435453902646, 58.096920453994279 ], [ -6.402681043693884, 58.098153042496214 ], [ -6.403075258846943, 58.098319266144152 ], [ -6.403926344222651, 58.097921075627731 ], [ -6.409277857756072, 58.099439949787943 ], [ -6.41135530526623, 58.098931744778618 ], [ -6.412096203470067, 58.099908818853628 ], [ -6.410694652651491, 58.100937705170992 ], [ -6.410572196374177, 58.10165063332947 ], [ -6.411241257525391, 58.102033039331218 ], [ -6.412387063161945, 58.101229760256771 ], [ -6.416133819353743, 58.100277748380329 ], [ -6.417404227856757, 58.100275909722924 ], [ -6.418476582777323, 58.099511995287841 ], [ -6.420551788047141, 58.098753696114827 ], [ -6.422504948778957, 58.098573389426505 ], [ -6.422608623576988, 58.097943837488778 ], [ -6.423638244358743, 58.097631036519175 ], [ -6.427365156132909, 58.098152508308154 ], [ -6.427591884625259, 58.09763918076829 ], [ -6.428887578620574, 58.09736294173657 ], [ -6.429028196065846, 58.097811319928184 ], [ -6.430233850600434, 58.098382695487516 ], [ -6.430205796507893, 58.099045597070642 ], [ -6.429612423575725, 58.099027588444123 ], [ -6.429384019248642, 58.099677680062669 ], [ -6.430102396570944, 58.100264225178421 ], [ -6.431394668285421, 58.099850480177288 ], [ -6.43150348291939, 58.099085835507651 ], [ -6.433392410889264, 58.098498391429324 ], [ -6.434932864195186, 58.098660540102969 ], [ -6.43603570902892, 58.099674333742939 ], [ -6.435208445372495, 58.100193328669818 ], [ -6.435327442363241, 58.100535432094844 ], [ -6.433282658298491, 58.101236257476877 ], [ -6.430706425441179, 58.100941986778736 ], [ -6.430191855819724, 58.100642435805398 ], [ -6.429658580378802, 58.101614320897404 ], [ -6.430708869329703, 58.102465407515396 ], [ -6.429358542567036, 58.103944200183484 ], [ -6.42872967625794, 58.103928320814674 ], [ -6.428014033334438, 58.104732070797994 ], [ -6.427146115559444, 58.10502128956302 ], [ -6.4246966312287, 58.10528457574253 ], [ -6.423473683168468, 58.104835158347534 ], [ -6.423388998393999, 58.10556297884763 ], [ -6.421596170834023, 58.10609386098583 ], [ -6.418374724347902, 58.105914389917849 ], [ -6.421044617050836, 58.10426306826988 ], [ -6.42038915376236, 58.103306454042162 ], [ -6.418741578162299, 58.103240479764011 ], [ -6.417544636464274, 58.104055486155353 ], [ -6.416323538065467, 58.103866748910391 ], [ -6.416370851095254, 58.10466012855759 ], [ -6.415308275799225, 58.104640351267975 ], [ -6.415081217199492, 58.105207624117334 ], [ -6.415641141299236, 58.1066145540617 ], [ -6.416285612523571, 58.106961816109212 ], [ -6.417286882934761, 58.106993608015266 ], [ -6.416457569991114, 58.107746372284765 ], [ -6.415281130964583, 58.107987758055863 ], [ -6.415522278060346, 58.108851767028341 ], [ -6.414826488349905, 58.108542242520166 ], [ -6.414141244077503, 58.109018388521768 ], [ -6.413727260516673, 58.108680207329058 ], [ -6.413254517740275, 58.10866333036936 ], [ -6.413174975084958, 58.108995249415756 ], [ -6.412514395249802, 58.108792425186365 ], [ -6.410517497711998, 58.109653984464863 ], [ -6.409975648247877, 58.110328386927002 ], [ -6.408842245574398, 58.110382954244585 ], [ -6.40644461786322, 58.110093684459116 ], [ -6.405812025794852, 58.109842191468893 ], [ -6.405608538964732, 58.109130664726415 ], [ -6.404535785093818, 58.109304505105804 ], [ -6.404086306998997, 58.108705815357993 ], [ -6.40319220108598, 58.108647726559809 ], [ -6.400617967340143, 58.110959050608962 ], [ -6.39886693540286, 58.110952148841065 ], [ -6.398876654423422, 58.110232343655404 ], [ -6.399639242817708, 58.109678965442157 ], [ -6.39903730759831, 58.107541370120337 ], [ -6.399595231931842, 58.106596660682413 ], [ -6.399051908447838, 58.106585769633945 ], [ -6.398450190002699, 58.105991427002998 ], [ -6.398898928928988, 58.105497465453759 ], [ -6.396960211806123, 58.10334672032058 ], [ -6.396066960688055, 58.103404569189557 ], [ -6.396142510072873, 58.103190614784623 ], [ -6.396911846990298, 58.103298928392725 ], [ -6.396016856145782, 58.102515958464828 ], [ -6.396150086736914, 58.101805376313585 ], [ -6.394113172981915, 58.100715605769651 ], [ -6.393653316240629, 58.100016517838888 ], [ -6.39417380192558, 58.099760216960462 ], [ -6.393586566300923, 58.099681572825844 ], [ -6.397545121249797, 58.099549291239136 ], [ -6.398324497084783, 58.099670737767447 ], [ -6.398961283925695, 58.100219798786789 ], [ -6.399955894896542, 58.09995157441795 ], [ -6.401518438849525, 58.100500077822211 ], [ -6.400386497800366, 58.102160742908687 ], [ -6.400731269437934, 58.102407826431943 ], [ -6.400394607370423, 58.103066095528703 ], [ -6.401864169567234, 58.102461264322244 ], [ -6.402888823119585, 58.102931235136346 ], [ -6.401660919684248, 58.103443179565538 ], [ -6.402427402233798, 58.103528176195063 ], [ -6.403908504738707, 58.103181931493218 ], [ -6.4049238562692, 58.103314956334636 ], [ -6.405045642410179, 58.103076911070801 ], [ -6.403669173527681, 58.102358326980671 ], [ -6.404241486009266, 58.101820495402784 ], [ -6.404136034065706, 58.100512908576349 ], [ -6.402079723095747, 58.100368239342693 ], [ -6.403497015303974, 58.10015281026768 ], [ -6.403153602435101, 58.099022535926707 ], [ -6.402134942148315, 58.099233161597603 ], [ -6.402554043723392, 58.099600877161926 ], [ -6.40194667257967, 58.099909683841084 ], [ -6.400111058380776, 58.099901240792441 ], [ -6.399141668554996, 58.099341203999657 ], [ -6.398318181918971, 58.099275247903847 ], [ -6.399686540880612, 58.099007592465384 ], [ -6.398787427686935, 58.098535056717374 ], [ -6.400332583039044, 58.098117386016447 ], [ -6.400670932558626, 58.097624535756893 ], [ -6.400159912382445, 58.097062140008525 ], [ -6.398459231504936, 58.097251359589805 ], [ -6.398639720879647, 58.096993304312576 ], [ -6.396895196841496, 58.096482536612669 ], [ -6.396478023504235, 58.09606077751652 ], [ -6.396778519675838, 58.095398372676321 ], [ -6.396178104852543, 58.095212277121227 ], [ -6.395495990243874, 58.096292568444944 ], [ -6.393511843829766, 58.09666239011441 ], [ -6.392929999535994, 58.097523361961208 ], [ -6.390576232822172, 58.097788985945478 ], [ -6.390129467894109, 58.09809219134349 ], [ -6.388909119022797, 58.097837520879359 ], [ -6.387614463199197, 58.097945134488342 ], [ -6.38801766923004, 58.097701897424322 ], [ -6.38744888274579, 58.097496683168089 ], [ -6.388027250177672, 58.09612324018704 ], [ -6.387587271952805, 58.095239085224151 ], [ -6.388316245359319, 58.094606890275323 ], [ -6.387137597053113, 58.09420687393677 ], [ -6.386826638241391, 58.09374994617459 ], [ -6.385032621739702, 58.094077106245905 ], [ -6.383447032044718, 58.093004896407997 ], [ -6.384878835381427, 58.092743305207698 ], [ -6.385459153311748, 58.092214277970136 ], [ -6.388441230452772, 58.091771481538714 ], [ -6.389133981683538, 58.0921981445263 ], [ -6.390192321030232, 58.092228171419279 ], [ -6.390472085215227, 58.092845350301317 ], [ -6.390779328412033, 58.092099090424739 ], [ -6.391643069188586, 58.092383139217489 ], [ -6.392858984409348, 58.091389657008101 ], [ -6.393809510021994, 58.091261496466657 ], [ -6.395227464267125, 58.0917844845997 ], [ -6.396292977115885, 58.093112854056933 ], [ -6.399041695628773, 58.092334325829867 ], [ -6.398640354587179, 58.091903033281611 ], [ -6.399163240777599, 58.091529711633044 ], [ -6.400661193206683, 58.091833133608326 ], [ -6.397865308422349, 58.08995578820295 ], [ -6.398120146416131, 58.089267976876265 ], [ -6.397569051154833, 58.088792396573282 ], [ -6.398511321771009, 58.088377595729511 ], [ -6.397059332045012, 58.086723557516741 ], [ -6.397016265593547, 58.084445227227455 ], [ -6.39502608555904, 58.084540098942462 ], [ -6.394715269763889, 58.085118320387778 ], [ -6.393271534222153, 58.085638551902875 ], [ -6.391514163533214, 58.085763096911784 ], [ -6.390829587686794, 58.085512435919661 ], [ -6.390038762874004, 58.08605415416816 ], [ -6.38892853558627, 58.086221974947058 ], [ -6.388269145791304, 58.086783427571696 ], [ -6.388884967099969, 58.08755179256098 ], [ -6.388043721481129, 58.088001706050058 ], [ -6.38776481070409, 58.088881881426332 ], [ -6.384411086234414, 58.08967023057302 ], [ -6.384039647904993, 58.090433974031782 ], [ -6.383465708083889, 58.090227123742523 ], [ -6.383803117071398, 58.090747898403762 ], [ -6.382673260751647, 58.091572847402723 ], [ -6.380677996432419, 58.092224344179947 ], [ -6.38072643228751, 58.092494273077783 ], [ -6.378767693843218, 58.092503260042214 ], [ -6.377631249084777, 58.091822915211772 ], [ -6.377299003473277, 58.091191331085071 ], [ -6.377893896469989, 58.090572805291416 ], [ -6.377782520504398, 58.089250132142489 ], [ -6.378757255977751, 58.089167116557796 ], [ -6.378037193556818, 58.088557878204952 ], [ -6.378871896416867, 58.088371762042662 ], [ -6.379158925829971, 58.087777317272959 ], [ -6.379486175657437, 58.087911740640216 ], [ -6.380075295393264, 58.087454381008961 ], [ -6.379576998893626, 58.087157674832589 ], [ -6.380081849688517, 58.086719404458442 ], [ -6.380554000779099, 58.086830848200329 ], [ -6.380734165909982, 58.086154643357354 ], [ -6.38025318276592, 58.085182847728092 ], [ -6.380903949840175, 58.08518651394742 ], [ -6.380614064132488, 58.084637116694211 ], [ -6.381208585660962, 58.084639121110413 ], [ -6.380446048532787, 58.082507898403598 ], [ -6.379207600103719, 58.081962388468405 ], [ -6.379060390092421, 58.081357713291062 ], [ -6.379233106240034, 58.080759109028129 ], [ -6.380084507881331, 58.080724392260329 ], [ -6.380158918560675, 58.079767642109623 ], [ -6.38080703156235, 58.079722834406695 ], [ -6.381227736614357, 58.079125576159413 ], [ -6.380741552981165, 58.078663882184124 ], [ -6.379471113050276, 58.078409962405637 ], [ -6.379514216251835, 58.07813867958702 ], [ -6.37848086060398, 58.078253403581705 ], [ -6.378407243853885, 58.078013119800737 ], [ -6.375120370921243, 58.078689222015711 ], [ -6.374727820027542, 58.078464405340775 ], [ -6.371814339852529, 58.078447685393733 ], [ -6.370779950735531, 58.077417542827014 ], [ -6.369145559525333, 58.076893643456835 ], [ -6.368792238877102, 58.076087398761025 ], [ -6.369116264371196, 58.075406270972486 ], [ -6.371543644619308, 58.074643857573761 ], [ -6.370884775557541, 58.07439221261864 ], [ -6.371293967768053, 58.07433767730717 ], [ -6.371437387135908, 58.073568321621075 ], [ -6.372498644714536, 58.073432907938994 ], [ -6.372518860820702, 58.073112952540114 ], [ -6.373454637993643, 58.073269629311916 ], [ -6.374182230915186, 58.072489169128765 ], [ -6.373995226679877, 58.071794128046591 ], [ -6.377694540772572, 58.070721628444744 ], [ -6.377737324207003, 58.070198545466226 ], [ -6.3771820096451, 58.070306696773571 ], [ -6.376878622663066, 58.06988096681772 ], [ -6.377951047204565, 58.069948368457233 ], [ -6.378014009102837, 58.069562187633259 ], [ -6.379142293151813, 58.069310192777621 ], [ -6.381244644090741, 58.067909458507962 ], [ -6.380722908046228, 58.067848294646232 ], [ -6.379939558101963, 58.066678275202221 ], [ -6.378932474537452, 58.066783111664407 ], [ -6.378484486575033, 58.066562016629348 ], [ -6.377425761101684, 58.067034645863778 ], [ -6.373775004841995, 58.067156686892361 ], [ -6.373251820062206, 58.066279854517774 ], [ -6.370404875553111, 58.066036003622244 ], [ -6.369373816411638, 58.065307016073575 ], [ -6.367618276573233, 58.064967136641094 ], [ -6.369095962392012, 58.061579875815255 ], [ -6.36739106570605, 58.060820071606038 ], [ -6.367898504006141, 58.059835866261999 ], [ -6.368524134069676, 58.059679470929289 ], [ -6.366706951786184, 58.058208556719904 ], [ -6.367373159077061, 58.05706601422235 ], [ -6.366548685919507, 58.056289442959724 ], [ -6.367104492511336, 58.056117465319097 ], [ -6.367918957849161, 58.056534647744115 ], [ -6.368530141347716, 58.056468679864672 ], [ -6.369212713052371, 58.055946096814978 ], [ -6.370003006640801, 58.056026850478247 ], [ -6.370725225295733, 58.055759203250446 ], [ -6.370464368739725, 58.05563776982909 ], [ -6.371117859336056, 58.055709729881912 ], [ -6.371245705714954, 58.055368086849782 ], [ -6.371509302785884, 58.055511907568182 ], [ -6.371476237193434, 58.054964456305413 ], [ -6.372397023159253, 58.055418423935023 ], [ -6.372465307627135, 58.054867486535969 ], [ -6.373576934544998, 58.054316629212138 ], [ -6.372928354542607, 58.053453106422509 ], [ -6.37348049448011, 58.052836058853146 ], [ -6.373467731223165, 58.051761802946984 ], [ -6.371921998162231, 58.050497464807563 ], [ -6.372508380691141, 58.049398103520133 ], [ -6.373736332882263, 58.048690353723494 ], [ -6.374431380841467, 58.048756367563392 ], [ -6.376193958741323, 58.04791327901377 ], [ -6.378800984449295, 58.047387316392751 ], [ -6.381493558818673, 58.048112916175519 ], [ -6.383180066519856, 58.047411745158577 ], [ -6.384564672495761, 58.048051977647155 ], [ -6.385689238446522, 58.047747875866513 ], [ -6.387409050236015, 58.047940334764803 ], [ -6.389217831901702, 58.047545130608512 ], [ -6.390114599145378, 58.04794134330816 ], [ -6.391026717482956, 58.047496140599584 ], [ -6.393790428717096, 58.047418617005505 ], [ -6.395743582983968, 58.046681074802429 ], [ -6.399417039003676, 58.046553972965093 ], [ -6.41501409360242, 58.047838801807046 ], [ -6.422591499704978, 58.047924306654956 ], [ -6.424926135412359, 58.048586812939377 ], [ -6.425817377393529, 58.048359722008904 ], [ -6.432649817903625, 58.048413908871751 ], [ -6.436498398503356, 58.048639847881468 ], [ -6.437684685013752, 58.04870946677282 ], [ -6.439971703407328, 58.04884365242836 ], [ -6.439133007158484, 58.048619328310195 ], [ -6.437564437589094, 58.048631551781732 ], [ -6.437194773381384, 58.048392020006688 ], [ -6.431880231824669, 58.047433465835695 ], [ -6.427622088821996, 58.047113313406882 ], [ -6.425532727553222, 58.04722565494059 ], [ -6.424252603088981, 58.04681874741879 ], [ -6.42339373954857, 58.045799996044217 ], [ -6.420752309050144, 58.04513734563325 ], [ -6.414562674334125, 58.045791376252389 ], [ -6.411820030039483, 58.045598820294657 ], [ -6.410589718221718, 58.045112706519895 ], [ -6.410618286567268, 58.044189884792665 ], [ -6.40972919285679, 58.043197281230292 ], [ -6.405774308023551, 58.043019675724231 ], [ -6.40412617525844, 58.042582161884631 ], [ -6.404133579443166, 58.042091763199309 ], [ -6.40328157251506, 58.041577183784348 ], [ -6.400945037178268, 58.041194957736856 ], [ -6.396977537827182, 58.041408733274778 ], [ -6.395501392072507, 58.041747585336879 ], [ -6.393583363846322, 58.042699756357223 ], [ -6.39059689726419, 58.042065510081812 ], [ -6.390863488757042, 58.041543678031594 ], [ -6.391969619011341, 58.041298608870129 ], [ -6.391601828574955, 58.040789703488599 ], [ -6.389127154341418, 58.040938148331449 ], [ -6.388684913393543, 58.04127268506474 ], [ -6.388011668738953, 58.041107072113611 ], [ -6.386998745641652, 58.041420835633971 ], [ -6.383566434116589, 58.041435847702338 ], [ -6.383027887353031, 58.041953551669984 ], [ -6.382088353147744, 58.042174810363726 ], [ -6.379949486255428, 58.04181236584791 ], [ -6.379552872348233, 58.042104826367293 ], [ -6.377480829462376, 58.042149232831946 ], [ -6.377405176265817, 58.042570026625363 ], [ -6.376941852792561, 58.042594977368466 ], [ -6.376718465803596, 58.042224952437074 ], [ -6.374864426812271, 58.042041472903591 ], [ -6.374290057262533, 58.041436210743619 ], [ -6.368849404274506, 58.040490207352072 ], [ -6.367244480528341, 58.040887112285446 ], [ -6.365604859639036, 58.04058371617095 ], [ -6.365736026551281, 58.040893973423771 ], [ -6.364639596715495, 58.040108753136124 ], [ -6.363699807164058, 58.040536727181092 ], [ -6.361153979829692, 58.0401025092712 ], [ -6.360613187067037, 58.040534753414207 ], [ -6.360336744187337, 58.039797802591814 ], [ -6.358299545611318, 58.039431512540219 ], [ -6.357676186472029, 58.036682986331101 ], [ -6.356990223215086, 58.035924099455073 ], [ -6.35745985284055, 58.035255990737092 ], [ -6.358367897439027, 58.035472163562922 ], [ -6.35807491426492, 58.034668327696544 ], [ -6.359102033423851, 58.033288615128662 ], [ -6.358991495971621, 58.029600698412899 ], [ -6.36014372632433, 58.029178954215254 ], [ -6.362166150466032, 58.029428798430089 ], [ -6.365179413039126, 58.025921376256036 ], [ -6.365120974964867, 58.024331581181627 ], [ -6.366208258248851, 58.02296322094638 ], [ -6.365344189285364, 58.021855268085034 ], [ -6.365431238976985, 58.021110334729961 ], [ -6.366118780920569, 58.02028630937177 ], [ -6.366153036751538, 58.019039567688345 ], [ -6.366992144227801, 58.018763411978135 ], [ -6.365864885527281, 58.018136656320394 ], [ -6.366611392809044, 58.017796235667504 ], [ -6.367264798358965, 58.018012095975024 ], [ -6.367857451427915, 58.017591520796408 ], [ -6.368671734258899, 58.017806339130857 ], [ -6.369304682675957, 58.017438330619804 ], [ -6.371671511490972, 58.017460326438261 ], [ -6.372116736878244, 58.016873931117907 ], [ -6.373186534776395, 58.016544826128573 ], [ -6.374475666572945, 58.016554400695718 ], [ -6.375994175973459, 58.016083912744961 ], [ -6.37694884657316, 58.016199412503106 ], [ -6.378903414353928, 58.015138291242948 ], [ -6.37981850284732, 58.015138220358182 ], [ -6.380980922407815, 58.014113367388944 ], [ -6.380469698293342, 58.013398041646532 ], [ -6.380944853714881, 58.012711652347122 ], [ -6.380667168315114, 58.01231203273845 ], [ -6.381829303102687, 58.011700872477952 ], [ -6.382933740923606, 58.009373963786935 ], [ -6.384677824028666, 58.008742691948939 ], [ -6.385865645096264, 58.008688192023207 ], [ -6.386724893720706, 58.009063220428267 ], [ -6.386950584463714, 58.008623744291221 ], [ -6.388629372367627, 58.008358902555351 ], [ -6.388685270541281, 58.007709448430184 ], [ -6.389464886543363, 58.007435190210735 ], [ -6.389045043721153, 58.00698204353138 ], [ -6.389643765772798, 58.007028802899093 ], [ -6.389953918758573, 58.006725798560993 ], [ -6.389997864448103, 58.006117226555951 ], [ -6.389239570837469, 58.005459937571544 ], [ -6.389826268037293, 58.004994488522506 ], [ -6.389971515660072, 58.00396871954225 ], [ -6.389345343839514, 58.003904924706674 ], [ -6.389538683867527, 58.003547500910237 ], [ -6.388944412855366, 58.00353656195243 ], [ -6.389013782893334, 58.003273356793883 ], [ -6.388097702565357, 58.003331991588993 ], [ -6.388492932971092, 58.00220315715665 ], [ -6.387308769715141, 58.002423937266634 ], [ -6.387594170825283, 58.00136635024478 ], [ -6.38655585252219, 58.00077268234422 ], [ -6.387407344305692, 58.000671321855222 ], [ -6.387418635987702, 58.000279720217854 ], [ -6.388711170064497, 57.999699954194469 ], [ -6.389941148020409, 58.000889536198919 ], [ -6.390939659627136, 58.000881997003468 ], [ -6.39127916132192, 58.000128303743764 ], [ -6.392212792834401, 57.999799235267908 ], [ -6.393975805581104, 57.999810195580011 ], [ -6.394991850072322, 58.000359608572879 ], [ -6.395534002800055, 58.000291381311975 ], [ -6.395651144734196, 58.000624579778403 ], [ -6.398611266732062, 58.000796388432917 ], [ -6.401034659071221, 58.001769159166685 ], [ -6.401058223645313, 58.002649699699482 ], [ -6.401479014039952, 58.002558672799836 ], [ -6.401701291810183, 58.002961070123924 ], [ -6.403805074823671, 58.003633695796445 ], [ -6.40404427101699, 58.005990680042679 ], [ -6.405669082615702, 58.006527897261051 ], [ -6.40576472767571, 58.006960762442077 ], [ -6.406981013963299, 58.007413206428929 ], [ -6.407533746297013, 58.008118001144076 ], [ -6.407266909983225, 58.008702842571729 ], [ -6.407735573257787, 58.009068802031102 ], [ -6.408245903883826, 58.008947666216208 ], [ -6.408813029531585, 58.00976887197983 ], [ -6.411167049847572, 58.010240239815104 ], [ -6.412468771947625, 58.009803808399127 ], [ -6.412896733083778, 58.010045255179328 ], [ -6.413032072743261, 58.009631348789796 ], [ -6.414015047482025, 58.009633166329678 ], [ -6.416295861190792, 58.010952374849168 ], [ -6.416831785746419, 58.011999472037104 ], [ -6.418575564225276, 58.012878647567504 ], [ -6.420664196778952, 58.012433642486364 ], [ -6.420960791807102, 58.011666063670631 ], [ -6.422161417708171, 58.011632363605585 ], [ -6.422656753856856, 58.011239187042001 ], [ -6.422544882079662, 58.010375204731922 ], [ -6.423344211659389, 58.010261931636698 ], [ -6.423408356995502, 58.009958413652114 ], [ -6.42413470455789, 58.010351316261833 ], [ -6.424554196004386, 58.009495806084999 ], [ -6.426032266941283, 58.009664650781573 ], [ -6.426588004590831, 58.010184898133495 ], [ -6.427421361710886, 58.010209813513612 ], [ -6.429704261642063, 58.011596171384234 ], [ -6.43055494702695, 58.011445986911454 ], [ -6.430813401470247, 58.01107003271499 ], [ -6.431748158865124, 58.011653482818673 ], [ -6.431298370637147, 58.011975857161829 ], [ -6.431499095797385, 58.012967143516832 ], [ -6.434661287934626, 58.016044117173372 ], [ -6.436518806483845, 58.016113260076501 ], [ -6.438433749241838, 58.017095921183724 ], [ -6.438891914657088, 58.016663506578624 ], [ -6.438502686653145, 58.015725581014614 ], [ -6.4390676307322, 58.015703141466808 ], [ -6.439680105010335, 58.014971238766442 ], [ -6.439575898196161, 58.014705071756168 ], [ -6.43776536161179, 58.014344738798357 ], [ -6.437781320654154, 58.013134538034706 ], [ -6.438441186845878, 58.01273015202765 ], [ -6.436740448637297, 58.0107399225259 ], [ -6.437658367466888, 58.010572051619917 ], [ -6.438077457564864, 58.010125714243287 ], [ -6.439398014152555, 58.010826936158971 ], [ -6.439353257800256, 58.011190044788101 ], [ -6.4402430363467, 58.011409865418536 ], [ -6.44234507197696, 58.011239233057246 ], [ -6.443359072580189, 58.010562516345175 ], [ -6.444430444047136, 58.010498050649815 ], [ -6.44452238018305, 58.007786839979914 ], [ -6.446240719915401, 58.00784361418787 ], [ -6.446383994807481, 58.007087626130264 ], [ -6.447219311013374, 58.006856021607014 ], [ -6.447909588657689, 58.007025213201864 ], [ -6.448267883996265, 58.006500024342245 ], [ -6.449592247034049, 58.005909513437025 ], [ -6.451632984074288, 58.007605262570472 ], [ -6.45337259376466, 58.011399882440976 ], [ -6.454199842806311, 58.012096667879689 ], [ -6.455334830173931, 58.012093735195414 ], [ -6.456040788309928, 58.012455700614332 ], [ -6.456031637133091, 58.01313055129674 ], [ -6.457738579362043, 58.015269625549635 ], [ -6.457795636993591, 58.016135518705354 ], [ -6.459610007983543, 58.017366931317497 ], [ -6.459683930539547, 58.019835817144902 ], [ -6.461947862282396, 58.018310121353935 ], [ -6.462692457994917, 58.01714625393555 ], [ -6.463975107886611, 58.017510401598628 ], [ -6.464305332122814, 58.01811936654218 ], [ -6.464809876679245, 58.017409113116742 ], [ -6.465256482613103, 58.017388917790811 ], [ -6.466357454084155, 58.01853739043316 ], [ -6.467718392865977, 58.018876264948993 ], [ -6.468565826082047, 58.018550561355354 ], [ -6.469113943892974, 58.0188136837942 ], [ -6.468581176070173, 58.018157891996339 ], [ -6.46902676265158, 58.01717988014704 ], [ -6.468581196373099, 58.016530014625253 ], [ -6.467048886515721, 58.015320283652585 ], [ -6.465659699601289, 58.015324161651755 ], [ -6.46556375730807, 58.015030739940102 ], [ -6.466469412632365, 58.014819021653928 ], [ -6.465571935987025, 58.012516691058238 ], [ -6.466675112801352, 58.012055193078318 ], [ -6.466372243523112, 58.011733073601548 ], [ -6.466886165030844, 58.011098926273228 ], [ -6.468256541457042, 58.011217109300212 ], [ -6.468406774177867, 58.010316941315516 ], [ -6.469017152553005, 58.009980682823681 ], [ -6.469697475251352, 58.010136618888978 ], [ -6.470467211644403, 58.009448483242963 ], [ -6.472268204203378, 58.009690868346858 ], [ -6.474392780352098, 58.009539591527819 ], [ -6.477969705478587, 58.010906507234047 ], [ -6.478687003654757, 58.010206676702147 ], [ -6.480043739230658, 58.010689464817688 ], [ -6.481430124170401, 58.010123407546892 ], [ -6.483354420166918, 58.010199397007995 ], [ -6.484995770034805, 58.010654098685848 ], [ -6.485552319989965, 58.011376440194582 ], [ -6.488270113763781, 58.011833553374736 ], [ -6.489603398470323, 58.012465471519803 ], [ -6.493563613759594, 58.013368720785138 ], [ -6.494167052794422, 58.013180982784341 ], [ -6.494056262491889, 58.01283863640225 ], [ -6.495963364578311, 58.014259641333723 ], [ -6.495956639884023, 58.014678097753119 ], [ -6.495164213146116, 58.014778096005607 ], [ -6.497393677447419, 58.015594073058523 ], [ -6.497997250417919, 58.016418132332753 ], [ -6.499866255288642, 58.016657728637739 ], [ -6.499620978808589, 58.016324647063186 ], [ -6.500064142721742, 58.016142559031657 ], [ -6.49913603085302, 58.01543343521962 ], [ -6.498988529154039, 58.014395360469479 ], [ -6.497691097499954, 58.01465716468563 ], [ -6.495956593481793, 58.013868644445111 ], [ -6.493272891563033, 58.011796074043573 ], [ -6.491459857106406, 58.011527425938141 ], [ -6.48957609689487, 58.010424818820027 ], [ -6.489806727770218, 58.009832061764683 ], [ -6.490784612764908, 58.00992790063399 ], [ -6.490681236218455, 58.008969206629352 ], [ -6.49142967385596, 58.009059661857215 ], [ -6.491891936165239, 58.008490187077506 ], [ -6.494574711516437, 58.008197406836516 ], [ -6.494993057804383, 58.007818346368083 ], [ -6.49676992408956, 58.00786786933287 ], [ -6.497089795746922, 58.006907681040673 ], [ -6.498812558870496, 58.006325015835891 ], [ -6.501670150626881, 58.006884812848227 ], [ -6.502319124644052, 58.007329494397545 ], [ -6.507334765539792, 58.00739891855239 ], [ -6.508562374732154, 58.007728595184297 ], [ -6.511006587854692, 58.00756085445343 ], [ -6.512144415448616, 58.008185992407931 ], [ -6.515344733925331, 58.008638874494082 ], [ -6.517012395203257, 58.009299097093816 ], [ -6.517135390778019, 58.009937797958571 ], [ -6.518551946906314, 58.010017821456493 ], [ -6.520359679950606, 58.010578581331863 ], [ -6.521867572952319, 58.011649164218255 ], [ -6.522872029642385, 58.013160382035458 ], [ -6.524613868193892, 58.014002249703857 ], [ -6.526539910067963, 58.015696468174198 ], [ -6.528200236563086, 58.016361313501605 ], [ -6.527340002717233, 58.015456590429785 ], [ -6.527923960324705, 58.015049027283119 ], [ -6.526669683232478, 58.014311247215012 ], [ -6.526601459055749, 58.013504208655576 ], [ -6.525420646681884, 58.013078593328189 ], [ -6.525580889136746, 58.012402822774682 ], [ -6.526365056566171, 58.012037599564763 ], [ -6.525340492458969, 58.010167358982748 ], [ -6.52658998667576, 58.008926614113882 ], [ -6.529153195513014, 58.008560908500989 ], [ -6.528681555611189, 58.008114530134954 ], [ -6.526827491862949, 58.007924298884738 ], [ -6.525340915360175, 58.007424141198825 ], [ -6.525023123380407, 58.006652977525803 ], [ -6.525835784945471, 58.005576204737693 ], [ -6.529098872416561, 58.005320462353232 ], [ -6.535249544315093, 58.005991374884772 ], [ -6.536645392255302, 58.005307428800684 ], [ -6.538897902987396, 58.004966108623599 ], [ -6.541816794997456, 58.005603769152771 ], [ -6.541992910504143, 58.006123631016301 ], [ -6.543215017292622, 58.005940505258344 ], [ -6.544606063670747, 58.006353934138104 ], [ -6.546249698693716, 58.007221508748913 ], [ -6.548561411601917, 58.007345598456872 ], [ -6.552351472098279, 58.006836531294596 ], [ -6.554286857189402, 58.00686607510557 ], [ -6.565105653759431, 58.004674258622948 ], [ -6.568631028514562, 58.004484513596644 ], [ -6.571064256515833, 58.004698259869222 ], [ -6.573062371480201, 58.004158611408975 ], [ -6.578968337104167, 58.003837850480103 ], [ -6.580108970153274, 58.003417150375512 ], [ -6.572251922507418, 58.003252380976278 ], [ -6.570514105531308, 58.002446986676695 ], [ -6.570748779790511, 58.002294629918453 ], [ -6.566186844825257, 58.001595300558577 ], [ -6.565880766542174, 58.001188070197124 ], [ -6.565095228416402, 58.001670527575214 ], [ -6.563026920300342, 58.001659422803257 ], [ -6.558793612908043, 58.003205590758434 ], [ -6.557413721829435, 58.003079733330253 ], [ -6.556899231767876, 58.00336352849606 ], [ -6.555218838701257, 58.003073042128463 ], [ -6.552918058735485, 58.003632251181166 ], [ -6.551119019355515, 58.003674254978669 ], [ -6.548101315259784, 58.00312579263197 ], [ -6.546002470737671, 58.002274542205186 ], [ -6.545501787475913, 58.000466638571723 ], [ -6.543410223618181, 58.000671909032896 ], [ -6.54075118285106, 58.000276838722272 ], [ -6.538532713294816, 58.000616982057359 ], [ -6.537194014813799, 58.000012744649453 ], [ -6.535865215469932, 58.000154656555239 ], [ -6.534761352699194, 57.999865795839341 ], [ -6.533816680498018, 58.00016485653525 ], [ -6.532458659645565, 57.999273448290637 ], [ -6.530812689895359, 57.999853850036402 ], [ -6.528035220340718, 57.999458246010711 ], [ -6.525127211677403, 58.000173510195815 ], [ -6.524051789563256, 57.999505792192465 ], [ -6.523124248812215, 57.999538835187813 ], [ -6.52252130970448, 57.998574557773445 ], [ -6.521365622472679, 57.999295667221482 ], [ -6.520382628255024, 57.998822498912155 ], [ -6.518619053312739, 57.998834901940434 ], [ -6.518153378797797, 57.998339709527741 ], [ -6.516630178649891, 57.998686206034549 ], [ -6.515609817671565, 57.998587585044547 ], [ -6.515584994689586, 57.999397933124477 ], [ -6.514310935664705, 57.999034004252202 ], [ -6.513666917209639, 57.999434648308295 ], [ -6.512700025609234, 57.999491498749471 ], [ -6.512271405838905, 58.000122822197383 ], [ -6.510902585251465, 58.000283880473972 ], [ -6.510076674545315, 58.000115348407441 ], [ -6.507763269011436, 57.99842567142084 ], [ -6.507831091713931, 57.997888119671103 ], [ -6.505319920427159, 57.999470247582821 ], [ -6.504494746728967, 57.999778335901205 ], [ -6.503631766392838, 57.999584095755367 ], [ -6.503192444681718, 58.000804870976694 ], [ -6.501411588714536, 58.001596524006068 ], [ -6.500321476204456, 58.00154971850418 ], [ -6.499565259130253, 58.001126817354454 ], [ -6.497104553607372, 58.001294930066862 ], [ -6.496226389097431, 58.000979758990489 ], [ -6.493094421208071, 58.000996177566805 ], [ -6.49162032648066, 58.001331634517811 ], [ -6.488518751744279, 58.000915156641653 ], [ -6.486860680126624, 58.00117521560864 ], [ -6.484963700075054, 58.002084055351304 ], [ -6.483818202259458, 58.001121687913788 ], [ -6.480943014343795, 58.001430033780004 ], [ -6.478521819697916, 58.000966819449467 ], [ -6.475755628506565, 58.001334159871085 ], [ -6.471984732192732, 58.000778981404181 ], [ -6.470484322024366, 57.999820006173806 ], [ -6.466586685838997, 57.998450698892469 ], [ -6.464394401814104, 57.996967370567518 ], [ -6.461401688425831, 57.996263113289153 ], [ -6.460990026611497, 57.995270274508243 ], [ -6.459259853416317, 57.994705980878365 ], [ -6.458006858235394, 57.994776959292103 ], [ -6.456979101410972, 57.993936148174924 ], [ -6.45624644375467, 57.994173215953751 ], [ -6.455199022140331, 57.993378050455142 ], [ -6.454812862233961, 57.992384301030562 ], [ -6.455485250130887, 57.991731147033143 ], [ -6.454506885163632, 57.991081950893772 ], [ -6.45572217169308, 57.990436728413165 ], [ -6.453090463915064, 57.989701633134857 ], [ -6.451692635960019, 57.989764141687239 ], [ -6.451104284632117, 57.98877747279105 ], [ -6.451967046797249, 57.989178922007191 ], [ -6.452285585763573, 57.98881250027204 ], [ -6.453126489586237, 57.989174236630276 ], [ -6.454605811962744, 57.989086368170724 ], [ -6.454433435079365, 57.986475239295565 ], [ -6.456758633346878, 57.986177787544221 ], [ -6.457445446647231, 57.985029456898062 ], [ -6.456101764230417, 57.984572976763204 ], [ -6.45273819850406, 57.9815566779004 ], [ -6.448527503341336, 57.978871279675367 ], [ -6.448378175249472, 57.978350380673433 ], [ -6.449026786152299, 57.978597461480334 ], [ -6.448940516207616, 57.977970925280538 ], [ -6.449608081722106, 57.977893565060519 ], [ -6.449827775077831, 57.977004480011871 ], [ -6.449332785124844, 57.976153937403311 ], [ -6.450699320245402, 57.975094237701995 ], [ -6.450359621305485, 57.973176995049187 ], [ -6.451154642867273, 57.972627482165095 ], [ -6.451714532466736, 57.972774230841701 ], [ -6.45458672572821, 57.970892703084303 ], [ -6.454315958517816, 57.969939875075191 ], [ -6.453528605392086, 57.969324451871458 ], [ -6.451422847873271, 57.969267913043758 ], [ -6.450644198349266, 57.968926476620311 ], [ -6.448894312516017, 57.96566914458699 ], [ -6.450813520933115, 57.965179148849757 ], [ -6.451322983912823, 57.964239423838272 ], [ -6.451904206884119, 57.964286489645524 ], [ -6.453189309278057, 57.963733257082779 ], [ -6.455531264459178, 57.963718511286835 ], [ -6.455787318770693, 57.96325983379468 ], [ -6.457137195487986, 57.962956110189708 ], [ -6.457157975343524, 57.962442735890463 ], [ -6.45837638001229, 57.96162647381756 ], [ -6.460693237272176, 57.960731120643459 ], [ -6.460328989404123, 57.960523575901533 ], [ -6.460736874462404, 57.96033386030232 ], [ -6.464525391222582, 57.961338349806617 ], [ -6.465517180254377, 57.961285466891077 ], [ -6.466487592919899, 57.961943839803993 ], [ -6.467621541326393, 57.961809489804956 ], [ -6.468366011629758, 57.961333587724482 ], [ -6.468223178306173, 57.960866441166921 ], [ -6.467305765867507, 57.96063342208533 ], [ -6.467186043998916, 57.960080019826236 ], [ -6.466248020909707, 57.959681333640269 ], [ -6.466675612840875, 57.959378481754371 ], [ -6.466258073329151, 57.959082891226451 ], [ -6.466707750109313, 57.958549919451471 ], [ -6.466529764577425, 57.957189124220534 ], [ -6.467292897221923, 57.956456245764478 ], [ -6.466610938781191, 57.956142984172665 ], [ -6.467731697719439, 57.955428991822842 ], [ -6.466627518937609, 57.955121602216387 ], [ -6.466208703496803, 57.95440784497692 ], [ -6.467390597919485, 57.952351622997092 ], [ -6.466879068719949, 57.950417972742144 ], [ -6.467504474475956, 57.949734907308795 ], [ -6.468351609228634, 57.949745548406511 ], [ -6.467517688985446, 57.948686661244977 ], [ -6.468302939454353, 57.948132869809214 ], [ -6.467811801198306, 57.948060227513594 ], [ -6.46720347111332, 57.945145163696388 ], [ -6.467823870917575, 57.942928822419084 ], [ -6.467446055157287, 57.94233954095894 ], [ -6.467977925730024, 57.941925081488264 ], [ -6.467081017212046, 57.941920691416776 ], [ -6.467758188267753, 57.940907523429921 ], [ -6.468255581347053, 57.940759594597097 ], [ -6.468666170348014, 57.941068910247431 ], [ -6.469482792034452, 57.940361106891913 ], [ -6.469096719991569, 57.939569759738674 ], [ -6.470424244761578, 57.939298138518609 ], [ -6.470220780139575, 57.938954548466633 ], [ -6.471253314790852, 57.938351546283229 ], [ -6.471779237654092, 57.937483088463594 ], [ -6.473923426021862, 57.93772676560836 ], [ -6.474044250504227, 57.937475172843925 ], [ -6.474897795884171, 57.93753950113809 ], [ -6.476486841102599, 57.938009576989089 ], [ -6.477994236573497, 57.938028324707965 ], [ -6.479841642586647, 57.939348156551723 ], [ -6.481640119175352, 57.939936689408214 ], [ -6.482377048284832, 57.939879173917681 ], [ -6.482762906979467, 57.939177504814836 ], [ -6.481904072298343, 57.938258993828647 ], [ -6.482489940033989, 57.938346219744759 ], [ -6.482027609063793, 57.938097235571576 ], [ -6.482801276484319, 57.937318905494621 ], [ -6.484263018962052, 57.937784390600392 ], [ -6.485985895902832, 57.93783589821242 ], [ -6.486599363277463, 57.937602844434309 ], [ -6.489045051450568, 57.937687203647513 ], [ -6.489704373003406, 57.938091082239936 ], [ -6.491906564870176, 57.937986137821532 ], [ -6.49323204980621, 57.938645220844876 ], [ -6.494810166431331, 57.938890610663464 ], [ -6.494644527843185, 57.939863332355394 ], [ -6.495578418731247, 57.939893197588425 ], [ -6.496414642594531, 57.94035822925877 ], [ -6.496949503825041, 57.940442700722059 ], [ -6.497821670691949, 57.940047523091835 ], [ -6.499834822975338, 57.940052576584002 ], [ -6.500800747313364, 57.940472506687058 ], [ -6.501809292698425, 57.940423228543224 ], [ -6.502541679878837, 57.940194870066776 ], [ -6.502374886152798, 57.93940481935131 ], [ -6.503096572832656, 57.939091393690255 ], [ -6.50299433871276, 57.938478932220875 ], [ -6.503703707002714, 57.938471736796288 ], [ -6.502999264463747, 57.937642313115937 ], [ -6.503471054965412, 57.936550777879901 ], [ -6.502886836551942, 57.936342170642824 ], [ -6.504422734769668, 57.936116751953527 ], [ -6.504585988600327, 57.935868115593053 ], [ -6.505506894689671, 57.935997301122001 ], [ -6.504390575878075, 57.935187011530374 ], [ -6.505130723523611, 57.935088773300599 ], [ -6.505772806011716, 57.935623597072407 ], [ -6.505632402496778, 57.935111427137556 ], [ -6.506166064545043, 57.935119451723224 ], [ -6.506188394859581, 57.934623986046404 ], [ -6.506934727853708, 57.934642439789165 ], [ -6.507018743795522, 57.934032356267885 ], [ -6.508023684967649, 57.933821259629511 ], [ -6.507969916149056, 57.932181755782757 ], [ -6.508577576447611, 57.932106192716589 ], [ -6.509811527043149, 57.930623273661837 ], [ -6.510912188646757, 57.930098452578406 ], [ -6.511732536128608, 57.930235663658699 ], [ -6.513144656643711, 57.928624949346158 ], [ -6.515904924835578, 57.928391784079494 ], [ -6.516626029770926, 57.927606104038269 ], [ -6.517766958116623, 57.927201205575862 ], [ -6.519275992862827, 57.926967558972613 ], [ -6.520186584579129, 57.927955940351715 ], [ -6.522250781543177, 57.928975140804312 ], [ -6.521791482390028, 57.929288323366734 ], [ -6.522416580044468, 57.93022391060115 ], [ -6.523411544566341, 57.930471744394666 ], [ -6.523785621737446, 57.931025033286261 ], [ -6.523820425235295, 57.933380256727759 ], [ -6.524181658513427, 57.933965482733875 ], [ -6.524892209147494, 57.93416948686388 ], [ -6.524966879687787, 57.934962804884051 ], [ -6.525236479690643, 57.934552947210769 ], [ -6.526490064234077, 57.935241240465373 ], [ -6.527497071369273, 57.934242924939127 ], [ -6.52711736376768, 57.933779787683441 ], [ -6.527538932185157, 57.933971605920028 ], [ -6.527590338851227, 57.933708940280141 ], [ -6.52892477395534, 57.934434797525256 ], [ -6.528094162268258, 57.934954634607479 ], [ -6.528595356656629, 57.935710239498775 ], [ -6.529579957316303, 57.936075323212201 ], [ -6.529511907401912, 57.936540952997618 ], [ -6.527843293216542, 57.93691982008076 ], [ -6.526441741143728, 57.935863561485796 ], [ -6.525203894610614, 57.935970687790103 ], [ -6.526939758071568, 57.93893977763824 ], [ -6.528028445708149, 57.939526014238659 ], [ -6.527912904668569, 57.938945518205699 ], [ -6.529112979533894, 57.93853841159163 ], [ -6.530802439334667, 57.939395483643132 ], [ -6.531152476462952, 57.939221085343014 ], [ -6.532575293866421, 57.940510386408761 ], [ -6.533847558351889, 57.941009068742822 ], [ -6.534175211098187, 57.94199571293106 ], [ -6.535609554170091, 57.942304204814093 ], [ -6.53646793886579, 57.94146852966287 ], [ -6.535819071587253, 57.940884623961566 ], [ -6.536756086078944, 57.940136076389642 ], [ -6.537587703473464, 57.940025383192939 ], [ -6.53822478275137, 57.94158557412517 ], [ -6.540616096978299, 57.942372441098961 ], [ -6.540807640187716, 57.944353309071133 ], [ -6.540041337404667, 57.945181221712303 ], [ -6.54009662459388, 57.945885289535532 ], [ -6.540345159459783, 57.946245157963084 ], [ -6.542333712663193, 57.946520251170881 ], [ -6.543581066225634, 57.947887679271275 ], [ -6.543980488693265, 57.949838615500489 ], [ -6.545418526580081, 57.952175075494289 ], [ -6.546507564396126, 57.956961471388162 ], [ -6.547333114804082, 57.958267534782976 ], [ -6.548463883035269, 57.958577782152112 ], [ -6.549135838142192, 57.958072500220339 ], [ -6.548821120934981, 57.956725649195782 ], [ -6.550236451051504, 57.955478663391588 ], [ -6.550431107905951, 57.954612729322307 ], [ -6.547204230937777, 57.947645438911465 ], [ -6.545702800638964, 57.945275294488731 ], [ -6.544888615537839, 57.945057124221414 ], [ -6.546114549613725, 57.943852938876709 ], [ -6.547005145088551, 57.944140316144662 ], [ -6.54755833447107, 57.943967584264009 ], [ -6.547214148874865, 57.942266515145455 ], [ -6.54837767689756, 57.942292258744587 ], [ -6.549225654468075, 57.941843617592454 ], [ -6.549096123525479, 57.940755458571296 ], [ -6.549718747428856, 57.940130511897323 ], [ -6.547541448415027, 57.93789706053262 ], [ -6.54531034007935, 57.936771799078663 ], [ -6.545528766335735, 57.936026442651631 ], [ -6.544408901192226, 57.935329041322632 ], [ -6.544505711748171, 57.934691477982213 ], [ -6.542945698486915, 57.93332177497642 ], [ -6.543044316496172, 57.932765096591616 ], [ -6.540079695459814, 57.931585076640083 ], [ -6.539781375707741, 57.930296089037299 ], [ -6.538767243927429, 57.929563379366876 ], [ -6.539159225577239, 57.929387454822617 ], [ -6.539454081181456, 57.929646728327832 ], [ -6.539837330721889, 57.929201287296237 ], [ -6.539530585560993, 57.928848000872094 ], [ -6.54013237394218, 57.928660066014643 ], [ -6.538828952708108, 57.927577944528686 ], [ -6.539065890660914, 57.927245672446823 ], [ -6.538487890232433, 57.926618774169562 ], [ -6.539063252246178, 57.925419938852137 ], [ -6.538288163434212, 57.925105897919991 ], [ -6.537980352525457, 57.923740796920619 ], [ -6.537101785263833, 57.923142637614987 ], [ -6.536946212028418, 57.922446654654024 ], [ -6.538056898083299, 57.921939213139581 ], [ -6.537419617857691, 57.921792026532067 ], [ -6.538010347469944, 57.921437202480732 ], [ -6.537393151651576, 57.920766732980795 ], [ -6.538075335366531, 57.920346575670365 ], [ -6.537760347583576, 57.920061038452218 ], [ -6.538475976304443, 57.919972468141033 ], [ -6.538861894761453, 57.919481961149025 ], [ -6.537851713655453, 57.918978462041977 ], [ -6.538503036152117, 57.918581891507614 ], [ -6.53842686999244, 57.918179877359641 ], [ -6.540062650838225, 57.917415272416953 ], [ -6.539390685810549, 57.917380867630492 ], [ -6.540352682870714, 57.916500966566723 ], [ -6.543256212643342, 57.916473415890671 ], [ -6.543736518999033, 57.91619537184453 ], [ -6.545177396002553, 57.917097122528787 ], [ -6.545756981910135, 57.916401775561127 ], [ -6.546985673284761, 57.916294760516642 ], [ -6.549077522679305, 57.916997734730337 ], [ -6.549677760499013, 57.917866633605392 ], [ -6.552161552095828, 57.918393598930372 ], [ -6.55236678949575, 57.917612720617392 ], [ -6.551810356307159, 57.91682320936313 ], [ -6.552208574474196, 57.915698116911457 ], [ -6.553223816547132, 57.915774092511427 ], [ -6.554377392849177, 57.916807483096463 ], [ -6.556218008864491, 57.916727866066282 ], [ -6.557206216893219, 57.917056623231936 ], [ -6.557449295348579, 57.916508226642932 ], [ -6.556813629321287, 57.916027390330186 ], [ -6.557546723676301, 57.91641028424457 ], [ -6.557688308101986, 57.915195457132704 ], [ -6.559269196963665, 57.915799705321362 ], [ -6.560724886531522, 57.916948099288902 ], [ -6.561233826908492, 57.916763396834405 ], [ -6.561901796275118, 57.918030056495638 ], [ -6.564085938616253, 57.919921224516834 ], [ -6.564923773762756, 57.919531290288027 ], [ -6.566037635636074, 57.919783503268341 ], [ -6.566278953442543, 57.919554451136747 ], [ -6.564353425981053, 57.918967187715914 ], [ -6.564796086769202, 57.918726393567852 ], [ -6.562608507855671, 57.916142796314809 ], [ -6.562655087812308, 57.915844306246974 ], [ -6.563358170289914, 57.915724563304195 ], [ -6.562078554827231, 57.914898157701025 ], [ -6.562526301397315, 57.91469766230172 ], [ -6.563691036218134, 57.91495255889653 ], [ -6.56347184090889, 57.914690617287555 ], [ -6.56385630719392, 57.914856666446532 ], [ -6.56409293324986, 57.914524351618866 ], [ -6.56418266313721, 57.914831427376825 ], [ -6.565102400586209, 57.914820801871329 ], [ -6.565910250699481, 57.915259420693395 ], [ -6.56597817438778, 57.916790516403879 ], [ -6.56661075526647, 57.917644687643559 ], [ -6.566809622905728, 57.917812915774995 ], [ -6.567358767847022, 57.917545790786001 ], [ -6.567269464572727, 57.917773867175057 ], [ -6.568849221169962, 57.918234132155682 ], [ -6.568857418153927, 57.918697048094387 ], [ -6.569786466570845, 57.919090803165737 ], [ -6.569208012985833, 57.919858183602678 ], [ -6.570231815225959, 57.919933717718436 ], [ -6.570455787300564, 57.92029891277668 ], [ -6.570182154987344, 57.92146905279678 ], [ -6.569016673225927, 57.920679070858405 ], [ -6.567504887757272, 57.920621104654991 ], [ -6.566770135248728, 57.91976162176455 ], [ -6.566474934880885, 57.920563758446669 ], [ -6.565489447853811, 57.921188375431576 ], [ -6.567159991985623, 57.921829780335607 ], [ -6.566231730457547, 57.922173515785744 ], [ -6.566619152636086, 57.922960064269894 ], [ -6.568213022657258, 57.923928016533573 ], [ -6.56800346701504, 57.923476851604505 ], [ -6.568759521807554, 57.922842493116342 ], [ -6.573011906525576, 57.924641001464252 ], [ -6.574033434223294, 57.923569801522312 ], [ -6.573577428060466, 57.92118473923604 ], [ -6.57441832289054, 57.920686697161109 ], [ -6.574362283863949, 57.920180533829217 ], [ -6.574989408429116, 57.920193886667356 ], [ -6.572371497696309, 57.918484932898245 ], [ -6.573000918614546, 57.91745485973096 ], [ -6.571781438869579, 57.917103080965816 ], [ -6.571829378474114, 57.916683112319326 ], [ -6.570468265788509, 57.915882211078682 ], [ -6.569555093229472, 57.914682891665962 ], [ -6.569726953427062, 57.914240469267845 ], [ -6.570897639506422, 57.913811510904736 ], [ -6.568711290934007, 57.913364140103873 ], [ -6.570592637376373, 57.913008512441536 ], [ -6.570986781038448, 57.912121845599096 ], [ -6.571959623776029, 57.912064282030336 ], [ -6.57134753438579, 57.911371297164081 ], [ -6.571621725586405, 57.910803756962359 ], [ -6.571118784516902, 57.910835382978824 ], [ -6.57041662831124, 57.910231088581064 ], [ -6.571947260648102, 57.909843107352444 ], [ -6.571724756550705, 57.909621773503929 ], [ -6.572224693310323, 57.909500308869191 ], [ -6.572957518490241, 57.910013543191283 ], [ -6.572556208097713, 57.910378800056371 ], [ -6.573459865175003, 57.910242769310557 ], [ -6.573733971054995, 57.911001904358116 ], [ -6.574701502683905, 57.911101913080913 ], [ -6.574611690060984, 57.911325517272864 ], [ -6.575430687260686, 57.911453366087152 ], [ -6.575985503530116, 57.910767754044024 ], [ -6.576386949846609, 57.911000610967768 ], [ -6.577075039924814, 57.910499066066109 ], [ -6.577615223640506, 57.91109118548944 ], [ -6.576934284575733, 57.912046694390639 ], [ -6.577490830939486, 57.911905176816369 ], [ -6.57768462238, 57.912563768913145 ], [ -6.578067666290409, 57.91232057986057 ], [ -6.578685850520491, 57.91266253170582 ], [ -6.578081732151902, 57.913358930669297 ], [ -6.578449603168989, 57.913858330544421 ], [ -6.577771423503523, 57.914040221201333 ], [ -6.57815497953994, 57.914530061213384 ], [ -6.577786922101902, 57.915222431155506 ], [ -6.57597013496923, 57.915886142742394 ], [ -6.576278124634922, 57.916446173698553 ], [ -6.57739306488652, 57.916176569921284 ], [ -6.57782810568577, 57.916606088709266 ], [ -6.579693955867397, 57.916062003554522 ], [ -6.57980837380648, 57.915567672959085 ], [ -6.580737936858702, 57.915435154056105 ], [ -6.581099120905662, 57.915682944079499 ], [ -6.58091967836367, 57.915203726403675 ], [ -6.582002712882791, 57.91475084654693 ], [ -6.582985755949478, 57.915434874882401 ], [ -6.58334162084866, 57.914846364900392 ], [ -6.584708231263813, 57.91456309924348 ], [ -6.584395664787068, 57.915424379764637 ], [ -6.585701364345963, 57.915458113147011 ], [ -6.586073852577909, 57.915727967121178 ], [ -6.585739585091796, 57.915955924903628 ], [ -6.587177773025322, 57.916034321415061 ], [ -6.588466245427658, 57.917917020403273 ], [ -6.589340660633563, 57.918146214948408 ], [ -6.589269548652529, 57.919970176285901 ], [ -6.589933641829427, 57.920404859077784 ], [ -6.589475103016706, 57.921181492148037 ], [ -6.589940967753524, 57.920858816600791 ], [ -6.592374644864964, 57.921449786179686 ], [ -6.592787322162796, 57.921173998554522 ], [ -6.592867458139594, 57.921998592278015 ], [ -6.593840524109218, 57.921940857647783 ], [ -6.594555157547203, 57.922571566951937 ], [ -6.595213924435544, 57.922237384519534 ], [ -6.597305851448058, 57.923326352818819 ], [ -6.596401188507151, 57.923588508461584 ], [ -6.594891754819429, 57.923418348642812 ], [ -6.593733985104753, 57.924278797476916 ], [ -6.593638321507712, 57.925644933780127 ], [ -6.595150420185663, 57.926561560284412 ], [ -6.596497454413564, 57.926584699139376 ], [ -6.596730132585878, 57.927147418768293 ], [ -6.599054559878086, 57.928398834130853 ], [ -6.600349854629903, 57.929732518715014 ], [ -6.60078647038078, 57.929577264156585 ], [ -6.60195044368843, 57.930281581359317 ], [ -6.602731973701661, 57.931233628244968 ], [ -6.602513600680394, 57.931772233166967 ], [ -6.603017392466312, 57.931942835412229 ], [ -6.602803717066826, 57.93370453234666 ], [ -6.603795291539979, 57.935633858049741 ], [ -6.605394442665244, 57.935971563375958 ], [ -6.606057991890044, 57.936990840157137 ], [ -6.606271037682889, 57.936740249197747 ], [ -6.607628686443947, 57.937172146985091 ], [ -6.607539776627583, 57.938191766371922 ], [ -6.608761989760429, 57.938358735176365 ], [ -6.609764914430397, 57.938924927892465 ], [ -6.609573218682273, 57.939539030682049 ], [ -6.610671530761096, 57.939728474186929 ], [ -6.610540343456404, 57.940484292986746 ], [ -6.611148970338717, 57.940745499177638 ], [ -6.611012268909939, 57.940997820570026 ], [ -6.610066850783899, 57.941077157950417 ], [ -6.610905614052847, 57.941878672554196 ], [ -6.610373336469948, 57.942343253317489 ], [ -6.612093212822475, 57.943288128170863 ], [ -6.612562817245712, 57.943059679228334 ], [ -6.613739281982626, 57.944118735963833 ], [ -6.613171438836111, 57.946082227137978 ], [ -6.611797835054815, 57.946581902947372 ], [ -6.611449619120077, 57.948281051989071 ], [ -6.609110171510165, 57.949861873575948 ], [ -6.611101013034211, 57.950043175638513 ], [ -6.612014052931723, 57.950473208671902 ], [ -6.612243419765456, 57.95109899054556 ], [ -6.613203055348914, 57.950996639164536 ], [ -6.614031602561136, 57.949086630684562 ], [ -6.617728864146461, 57.947976184177953 ], [ -6.619076240079134, 57.948192473654828 ], [ -6.621211943566868, 57.949275003727934 ], [ -6.623004946003237, 57.951044590265184 ], [ -6.624388019054009, 57.951470900727045 ], [ -6.624923994931103, 57.95221591090661 ], [ -6.627650777321504, 57.952696634235011 ], [ -6.629973157482407, 57.953713753066182 ], [ -6.633263484999037, 57.956917185518208 ], [ -6.635707667012333, 57.95795674486665 ], [ -6.636348454979565, 57.958855292401367 ], [ -6.637345543814601, 57.959106685411435 ], [ -6.638005335280808, 57.9598246362034 ], [ -6.639751320437179, 57.960304984650492 ], [ -6.64175485470883, 57.962251031710387 ], [ -6.643340764707856, 57.962408880499957 ], [ -6.644406165347725, 57.963120953052218 ], [ -6.645549526048424, 57.96325899378585 ], [ -6.645515760639776, 57.963781928181952 ], [ -6.646093950845678, 57.964129545510261 ], [ -6.645685087334955, 57.963717262665291 ], [ -6.645939059089082, 57.962673562012313 ], [ -6.645233506090157, 57.961669489803377 ], [ -6.645421806995742, 57.960902535598969 ], [ -6.643383173894059, 57.958229250399206 ], [ -6.642493725626585, 57.955869186718374 ], [ -6.640522543562326, 57.954628064044044 ], [ -6.638387840825176, 57.952318018213205 ], [ -6.631817202881623, 57.94827659103526 ], [ -6.629890772512442, 57.945868869984494 ], [ -6.628706675636278, 57.945475838660265 ], [ -6.628499113438177, 57.945047168844859 ], [ -6.628801506567648, 57.945162060738376 ], [ -6.629179663295854, 57.944815456686584 ], [ -6.628236105783452, 57.944188775743278 ], [ -6.62796222493101, 57.943114906038588 ], [ -6.624625218669481, 57.939535297014942 ], [ -6.624277743258895, 57.938873363998901 ], [ -6.624895052815451, 57.938873343105534 ], [ -6.624798247802824, 57.938319201922148 ], [ -6.62289844090974, 57.935847461948363 ], [ -6.623576209276037, 57.935660851528034 ], [ -6.623314578337431, 57.935139702465946 ], [ -6.623944349024227, 57.934711982746357 ], [ -6.626343920418957, 57.935550929961842 ], [ -6.626289938233167, 57.933951841847424 ], [ -6.622424251593712, 57.931313435632532 ], [ -6.619945851173439, 57.931106920890961 ], [ -6.616976287505945, 57.928791004604349 ], [ -6.61444656662422, 57.927920651755194 ], [ -6.612390197118454, 57.925733311306175 ], [ -6.613042093337024, 57.924162521420506 ], [ -6.612001584299829, 57.92330090637023 ], [ -6.61301168423157, 57.922544593299364 ], [ -6.612541643940792, 57.921846618812658 ], [ -6.613093519513932, 57.921471254424745 ], [ -6.612974954508047, 57.920877424528292 ], [ -6.610965475507412, 57.919709255103029 ], [ -6.609793948943889, 57.91940555919237 ], [ -6.608977501754633, 57.918378371815045 ], [ -6.607185003510803, 57.918767322028494 ], [ -6.606344290752258, 57.917286773953215 ], [ -6.606974372145948, 57.916994043530323 ], [ -6.607356224003826, 57.91733545537695 ], [ -6.607824752038393, 57.916113151529586 ], [ -6.609016613064603, 57.917234633886416 ], [ -6.609485122530184, 57.916934271756958 ], [ -6.608921230301704, 57.916491547981508 ], [ -6.60917484312, 57.916163019810853 ], [ -6.610313909764288, 57.915622404688484 ], [ -6.610854812215475, 57.915886065872407 ], [ -6.610209006079778, 57.916516686898717 ], [ -6.610951803985123, 57.916773006717975 ], [ -6.611596239489079, 57.916065977213208 ], [ -6.613443841091395, 57.91525220725287 ], [ -6.614761566168564, 57.915707952328049 ], [ -6.614602773747342, 57.916379335798631 ], [ -6.616421050551579, 57.917244092234561 ], [ -6.617033516447792, 57.917077876542677 ], [ -6.616706075951174, 57.916765991985237 ], [ -6.61734562426298, 57.916481857817658 ], [ -6.616109738178135, 57.916203051868123 ], [ -6.615916102444771, 57.915814336736645 ], [ -6.616509376674782, 57.915959137499968 ], [ -6.617489881488962, 57.915500683231464 ], [ -6.619800067721044, 57.916707263163055 ], [ -6.621790972907036, 57.916679678875866 ], [ -6.622577873339393, 57.91701527696722 ], [ -6.623868423871497, 57.91686477978471 ], [ -6.62559546278323, 57.919774535804606 ], [ -6.626060587519577, 57.919973439905945 ], [ -6.62626666948259, 57.919408248921691 ], [ -6.626828891789285, 57.919311279224246 ], [ -6.627816270767646, 57.920152230303636 ], [ -6.627341679827834, 57.920601297438282 ], [ -6.627299934241201, 57.921785626023585 ], [ -6.627887156267188, 57.922079010352043 ], [ -6.627271160524566, 57.922677152855243 ], [ -6.627660341577982, 57.92327009359019 ], [ -6.627219176530808, 57.92397878606689 ], [ -6.629493882420329, 57.923985706635833 ], [ -6.633772518998998, 57.928056957667742 ], [ -6.634349369801908, 57.927941433149698 ], [ -6.634187268683719, 57.927209787441221 ], [ -6.632905274727555, 57.925988371302317 ], [ -6.632519557100538, 57.924702722463813 ], [ -6.63316968818924, 57.923649071359797 ], [ -6.631964580582054, 57.922694681913427 ], [ -6.63213097980463, 57.921888071300714 ], [ -6.633548497323509, 57.921606913657662 ], [ -6.633655664656185, 57.921913316352274 ], [ -6.634849950069843, 57.921343474354735 ], [ -6.637724911598381, 57.92213783038563 ], [ -6.638691844153846, 57.921967539150032 ], [ -6.638379945576174, 57.921385293664294 ], [ -6.638874497596056, 57.921484133654118 ], [ -6.639062214572832, 57.922151874504173 ], [ -6.639705723770066, 57.92189896250725 ], [ -6.643204695762208, 57.924248950934619 ], [ -6.644540828806227, 57.924645261266399 ], [ -6.645102886586672, 57.924089481715129 ], [ -6.646657841745805, 57.924086479131105 ], [ -6.646598761735565, 57.923499483242708 ], [ -6.647153134159799, 57.923537633559889 ], [ -6.646309253011071, 57.921850547386917 ], [ -6.646510690317572, 57.921186543801063 ], [ -6.645621873997186, 57.921241598803071 ], [ -6.644212832270392, 57.920542149294207 ], [ -6.643879741221384, 57.919731324201038 ], [ -6.644311440898779, 57.91940968863674 ], [ -6.645169709343629, 57.919576134017134 ], [ -6.645519316904005, 57.919208030036565 ], [ -6.646838693777368, 57.919933237667458 ], [ -6.647045648966777, 57.919116118417747 ], [ -6.647795745097247, 57.919165080473263 ], [ -6.646673556952719, 57.917155391243767 ], [ -6.647911417764728, 57.917577749753946 ], [ -6.647760251846128, 57.917911602582016 ], [ -6.64843728612106, 57.917526989018413 ], [ -6.649708579275554, 57.917489368000027 ], [ -6.652247657433121, 57.918169784176385 ], [ -6.653438048758332, 57.918746745308994 ], [ -6.653936680906027, 57.919528986619959 ], [ -6.655685220245103, 57.919847075951125 ], [ -6.656649176728689, 57.920436820933517 ], [ -6.659963532170103, 57.923310354472456 ], [ -6.663352168155619, 57.925385030994754 ], [ -6.666179974550252, 57.92945015323042 ], [ -6.667936575884534, 57.930280501301915 ], [ -6.671653793840451, 57.933701123662651 ], [ -6.6742659794601, 57.935125022328045 ], [ -6.674581652682749, 57.936898889471081 ], [ -6.675913365731008, 57.938163065259275 ], [ -6.677887509966872, 57.94273168224921 ], [ -6.681339032017823, 57.944682187880055 ], [ -6.682603929592316, 57.946272590988791 ], [ -6.684118439000786, 57.947053209876771 ], [ -6.690216017321716, 57.953641650137442 ], [ -6.6905372421321, 57.954803628259448 ], [ -6.690109110534376, 57.955993311081606 ], [ -6.691031419146861, 57.95689919433876 ], [ -6.691962475163981, 57.957031173140422 ], [ -6.692689470688644, 57.958965208762457 ], [ -6.692454881262007, 57.959500096593494 ], [ -6.695998161646642, 57.961356910811666 ], [ -6.697873037300337, 57.961845199425817 ], [ -6.698511913619813, 57.961619152675638 ], [ -6.69822103892235, 57.960820365456094 ], [ -6.699020449289825, 57.960786263138594 ], [ -6.699066765116624, 57.958945049785385 ], [ -6.700178638063013, 57.959164721466394 ], [ -6.702107440694718, 57.960451513792826 ], [ -6.703672862048804, 57.963159488893716 ], [ -6.703315011842196, 57.964108247255041 ], [ -6.701392939298071, 57.963648769032901 ], [ -6.702091842514213, 57.964976635184392 ], [ -6.701467393291579, 57.965570964094233 ], [ -6.706651212227829, 57.967731011642599 ], [ -6.708277895438634, 57.967292867231819 ], [ -6.708797780275451, 57.967642376743299 ], [ -6.708793430133568, 57.968897361790631 ], [ -6.707846737017169, 57.968842537291657 ], [ -6.708808893767153, 57.970367495113607 ], [ -6.708317798185839, 57.972040824759347 ], [ -6.709070621361115, 57.971972412402444 ], [ -6.709467946823422, 57.972290488137666 ], [ -6.708629426238326, 57.973252602248436 ], [ -6.709451947073998, 57.974036141563978 ], [ -6.709514995144455, 57.975095229792977 ], [ -6.709161475083416, 57.975818965440538 ], [ -6.707996006146093, 57.976226510622105 ], [ -6.710484311056415, 57.977960192492439 ], [ -6.710660608373027, 57.978785700911644 ], [ -6.709821083311523, 57.980256083218421 ], [ -6.710468185324774, 57.980798762639409 ], [ -6.710179685585907, 57.981502096592763 ], [ -6.711852502647712, 57.982375501390422 ], [ -6.711730999787078, 57.983189576559347 ], [ -6.712343749848611, 57.983148837713763 ], [ -6.712494363688309, 57.985194143292333 ], [ -6.712041368478638, 57.985548279678447 ], [ -6.71247552873229, 57.985887470234388 ], [ -6.711873334594816, 57.98684532315545 ], [ -6.710346099686138, 57.986951480713067 ], [ -6.709811768862881, 57.987524509947093 ], [ -6.708758372995607, 57.987563591697402 ], [ -6.709355697459776, 57.989722754276912 ], [ -6.707599464265585, 57.99027813293732 ], [ -6.707417296520576, 57.991211387314017 ], [ -6.706791456132537, 57.991153638021885 ], [ -6.706326406643054, 57.991868002893092 ], [ -6.704897724643755, 57.99195244547505 ], [ -6.704465594885718, 57.993652346421769 ], [ -6.704782566882599, 57.994762290462241 ], [ -6.706415032272101, 57.996767960080739 ], [ -6.706802912673504, 57.998996064871172 ], [ -6.709114720954855, 58.001912913227684 ], [ -6.708819280868418, 58.002500459020915 ], [ -6.711607233294216, 58.003303741127354 ], [ -6.713598438460819, 58.005518202767988 ], [ -6.713212701911408, 58.00718223415155 ], [ -6.713570364651422, 58.007671786905455 ], [ -6.711099088458515, 58.009070495661909 ], [ -6.711287271251784, 58.009560045755684 ], [ -6.712583060453476, 58.009645090251432 ], [ -6.712838173268437, 58.009986433093545 ], [ -6.711946698285352, 58.01105395885223 ], [ -6.712599716783044, 58.012833253807877 ], [ -6.71143202158524, 58.013747312656143 ], [ -6.710682847965731, 58.015304279442233 ], [ -6.709821027564949, 58.015800393952532 ], [ -6.709924691083516, 58.016613307631133 ], [ -6.704245839287505, 58.018155967716645 ], [ -6.702748759901898, 58.020151654335301 ], [ -6.701586895934558, 58.020933167377343 ], [ -6.701225743854544, 58.021912608159617 ], [ -6.697006160383206, 58.024583744349115 ], [ -6.695300481169316, 58.026416134826846 ], [ -6.693591607961682, 58.027166513317525 ], [ -6.691184807074655, 58.027625120548088 ], [ -6.691537285739626, 58.028269638608059 ], [ -6.688157121046155, 58.034093672677315 ], [ -6.685622722087309, 58.035135248604803 ], [ -6.685057620450112, 58.035921563383233 ], [ -6.683031595871412, 58.036922745846603 ], [ -6.681160552672409, 58.037049269651128 ], [ -6.680428122626873, 58.03760785727146 ], [ -6.675047555152879, 58.0361104227864 ], [ -6.674221994629595, 58.036074237574688 ], [ -6.672473411111729, 58.036605396429117 ], [ -6.668883118373756, 58.039448451169932 ], [ -6.668332812999094, 58.040494089942889 ], [ -6.666398438867984, 58.041397176419991 ], [ -6.666540458847864, 58.041900170842624 ], [ -6.665136875651066, 58.042257539688791 ], [ -6.664967353411009, 58.042583081699185 ], [ -6.664259182709529, 58.042550613844845 ], [ -6.664994694627942, 58.043117272458808 ], [ -6.664423187831133, 58.043417094954954 ], [ -6.66557380695083, 58.043460301130494 ], [ -6.666909487775716, 58.046478501492729 ], [ -6.666637605650394, 58.047513902660882 ], [ -6.667146159064739, 58.049523569489303 ], [ -6.66600264536273, 58.050055783905051 ], [ -6.666259387125058, 58.050527581978578 ], [ -6.665291420632895, 58.050585609698999 ], [ -6.665600520807311, 58.051523219808928 ], [ -6.665015024988727, 58.053145800348695 ], [ -6.664114465387902, 58.0530709175518 ], [ -6.662289927523106, 58.053911425372355 ], [ -6.660693864849323, 58.054032933968408 ], [ -6.660926671255237, 58.054451650568723 ], [ -6.659331891167298, 58.054973364255652 ], [ -6.657734204204658, 58.05475758811599 ], [ -6.656781320199187, 58.05506235265085 ], [ -6.657146029609295, 58.054671205838268 ], [ -6.656349176852268, 58.054871306159953 ], [ -6.656547936167232, 58.054508728419691 ], [ -6.653451522541964, 58.054900985699263 ], [ -6.650941071024483, 58.054646585746816 ], [ -6.648375698571959, 58.055599444608802 ], [ -6.645183312712921, 58.055320400024932 ], [ -6.64489710495795, 58.055011547326295 ], [ -6.643815998978086, 58.055114019118868 ], [ -6.643968594469793, 58.05472166921097 ], [ -6.644821707409789, 58.054627528860166 ], [ -6.643846054889249, 58.054105509752176 ], [ -6.642980114139803, 58.054492441386323 ], [ -6.643393540003407, 58.054801147199321 ], [ -6.641441556723182, 58.054926420372844 ], [ -6.641622135193553, 58.054488078205999 ], [ -6.640585120796662, 58.053819863354022 ], [ -6.640353526296978, 58.054583876643392 ], [ -6.639765066714818, 58.054690811680018 ], [ -6.64024670843653, 58.054349416737629 ], [ -6.639935197172004, 58.054171901303896 ], [ -6.636327805378269, 58.054942180056734 ], [ -6.63409699712433, 58.054618782028669 ], [ -6.632832424275717, 58.054745838936697 ], [ -6.630922316670751, 58.054212812164501 ], [ -6.630433647929316, 58.053780884457474 ], [ -6.628768943596823, 58.05350422793304 ], [ -6.627735741326361, 58.052732336706946 ], [ -6.629649984439998, 58.053494621901962 ], [ -6.628625722861778, 58.052268181593988 ], [ -6.626797454467681, 58.052037934235273 ], [ -6.627553618768036, 58.05191595790324 ], [ -6.627791137771337, 58.051457576057416 ], [ -6.626369600165919, 58.051288965872772 ], [ -6.624434762712362, 58.050235059093751 ], [ -6.625030622316229, 58.049399359453581 ], [ -6.628181901847042, 58.04792643477748 ], [ -6.628495434784466, 58.047334859613542 ], [ -6.624724591437145, 58.048542514705439 ], [ -6.62302144718847, 58.047835445945424 ], [ -6.622342246462657, 58.047896132288422 ], [ -6.622453174102003, 58.047442365974504 ], [ -6.621699275453564, 58.046925613160873 ], [ -6.617216169589908, 58.04813645734189 ], [ -6.617311032235315, 58.048542264643778 ], [ -6.616069286834396, 58.049041604018939 ], [ -6.613571664999267, 58.051048149261923 ], [ -6.612043730983143, 58.050186164195374 ], [ -6.610965327075761, 58.050243286453394 ], [ -6.609646597169445, 58.051001697608207 ], [ -6.608509336905375, 58.050800091412611 ], [ -6.608014631498995, 58.050318833299279 ], [ -6.605953758799465, 58.05104564798453 ], [ -6.604954494798404, 58.050861495103867 ], [ -6.604009897924133, 58.051233014342216 ], [ -6.602472936347251, 58.051023348163213 ], [ -6.60099711067022, 58.051288159060967 ], [ -6.59969901606562, 58.051879315997944 ], [ -6.597955722498421, 58.051384742028077 ], [ -6.596052089010135, 58.051489579435014 ], [ -6.59548117642198, 58.051271871737391 ], [ -6.591459134591205, 58.051790517270625 ], [ -6.586649468635244, 58.053284573452977 ], [ -6.588152063314168, 58.053187163066063 ], [ -6.589356248187595, 58.053579914500553 ], [ -6.59337007832321, 58.053259515711318 ], [ -6.594284148841193, 58.053572762215872 ], [ -6.596885891358645, 58.053618097253313 ], [ -6.598470062449116, 58.053205504979175 ], [ -6.59857449991225, 58.053489549698234 ], [ -6.599985020793651, 58.053375542346096 ], [ -6.600915466351599, 58.052761716058086 ], [ -6.603372139881371, 58.053064015257597 ], [ -6.605115184139001, 58.052897429683782 ], [ -6.605923546752531, 58.053048025990648 ], [ -6.606751908047103, 58.053814017975569 ], [ -6.609472104033956, 58.054776743226078 ], [ -6.611086418881034, 58.054992517165473 ], [ -6.611065228678824, 58.05522264720004 ], [ -6.613817829409107, 58.054726987718162 ], [ -6.620362514396901, 58.054952445608613 ], [ -6.620333748040774, 58.054467782480245 ], [ -6.620972015587903, 58.054417592728534 ], [ -6.62176523541381, 58.054712554846603 ], [ -6.621672082919415, 58.05510720826944 ], [ -6.624710906909033, 58.055774699767404 ], [ -6.63030299128603, 58.056241188623304 ], [ -6.636325894702357, 58.0576721408612 ], [ -6.64190150533229, 58.057707882039672 ], [ -6.647468653506878, 58.057326331051861 ], [ -6.651516024441219, 58.057497577664151 ], [ -6.653164153910591, 58.057891483008291 ], [ -6.653743593905587, 58.057506877203203 ], [ -6.657064712841252, 58.058003167093574 ], [ -6.659026342593146, 58.057703702405249 ], [ -6.660948111557203, 58.057840119159849 ], [ -6.662365035842781, 58.057476025843862 ], [ -6.664056054818748, 58.057586680032216 ], [ -6.666795331430817, 58.058265078205743 ], [ -6.66985160380377, 58.057746246241173 ], [ -6.673410789361659, 58.058088548095775 ], [ -6.677849375413043, 58.057059940438428 ], [ -6.680075564125153, 58.057071526617669 ], [ -6.680304333709056, 58.056849022082382 ], [ -6.682845812451923, 58.057556851099122 ], [ -6.683772987726988, 58.057108915399418 ], [ -6.686304167240076, 58.057336724692263 ], [ -6.688350430470323, 58.057800052879649 ], [ -6.688375205664812, 58.058066290193324 ], [ -6.69162597846073, 58.058138818660147 ], [ -6.693560178213878, 58.058639483888435 ], [ -6.693613186556069, 58.058255237762779 ], [ -6.695336990423979, 58.058003523353328 ], [ -6.695383739335422, 58.057975753757383 ], [ -6.694862195883616, 58.057313198370075 ], [ -6.694004366058467, 58.057474414046169 ], [ -6.694518280679265, 58.057846715050488 ], [ -6.693882780930028, 58.057917861975199 ], [ -6.691071327962391, 58.057585411519824 ], [ -6.691552796064747, 58.057013545865608 ], [ -6.691140769892435, 58.057235640906114 ], [ -6.689936213518407, 58.056992258834953 ], [ -6.690237758783672, 58.056523284665857 ], [ -6.689810789401972, 58.056386126766007 ], [ -6.689352929121845, 58.054876570937786 ], [ -6.688450983848498, 58.055179699632831 ], [ -6.686089191691298, 58.055284801110751 ], [ -6.68471213029379, 58.054876828099935 ], [ -6.684521847518345, 58.054461078769918 ], [ -6.684442167918991, 58.054823814807001 ], [ -6.683815102285725, 58.054635546104222 ], [ -6.683117063152342, 58.055070542481126 ], [ -6.67900875663139, 58.055379281934833 ], [ -6.67607092514243, 58.054713850080155 ], [ -6.674694997309089, 58.054831932346751 ], [ -6.674285648284759, 58.054491690272165 ], [ -6.674785595097646, 58.054162975847092 ], [ -6.673988249445139, 58.05358065012372 ], [ -6.673062529813017, 58.053767607864685 ], [ -6.672144373957722, 58.053558504838541 ], [ -6.671360944953806, 58.054055039995873 ], [ -6.669913763554548, 58.052525127470432 ], [ -6.670181235281458, 58.051521362493155 ], [ -6.669477304420463, 58.049770740079701 ], [ -6.67066775423794, 58.049857415624921 ], [ -6.670527804316319, 58.049111485752491 ], [ -6.671364809773523, 58.048765897162824 ], [ -6.671074067888989, 58.048034505915616 ], [ -6.670301500902378, 58.047640143196922 ], [ -6.669992980792983, 58.046383202271763 ], [ -6.671303142020621, 58.045894293346414 ], [ -6.672119820290472, 58.04409676771229 ], [ -6.675238433062422, 58.043428866927648 ], [ -6.675054287473257, 58.043188282205676 ], [ -6.678155667730286, 58.041612451558592 ], [ -6.678646966894314, 58.040960217196307 ], [ -6.681275684387759, 58.040634017018142 ], [ -6.682021409508536, 58.040111815106009 ], [ -6.681741569565307, 58.039658886754772 ], [ -6.683590912283295, 58.039469293096971 ], [ -6.684175508025696, 58.039659122853301 ], [ -6.685200542921956, 58.039391954533187 ], [ -6.68505150918489, 58.039096118487507 ], [ -6.689850808171681, 58.037799167758855 ], [ -6.690707319419837, 58.036972387239963 ], [ -6.69201273303217, 58.036774864081394 ], [ -6.693347939997336, 58.034828491832855 ], [ -6.694439763259615, 58.034128813761406 ], [ -6.698514152048122, 58.032265524238568 ], [ -6.700523874913533, 58.032357583233207 ], [ -6.700072617530124, 58.031401913018669 ], [ -6.700738406181338, 58.031010277987569 ], [ -6.701468937493019, 58.031227008862189 ], [ -6.700991331240491, 58.031798781468801 ], [ -6.701616232535743, 58.032037411040591 ], [ -6.701817228395639, 58.031077392488065 ], [ -6.702558647921681, 58.030539026497017 ], [ -6.702182069665328, 58.029197407659346 ], [ -6.702924606511703, 58.029144731938516 ], [ -6.703015948207882, 58.028047547110823 ], [ -6.705016054302608, 58.026135777124694 ], [ -6.70607226912569, 58.025735944070604 ], [ -6.705765149764822, 58.025399212137593 ], [ -6.706479298247879, 58.024693620829744 ], [ -6.709136130801501, 58.023638962097905 ], [ -6.71153849657783, 58.021632103458778 ], [ -6.713274881685191, 58.020850763403509 ], [ -6.716802628529617, 58.017714508061047 ], [ -6.719851327815443, 58.016770983235432 ], [ -6.723385420063541, 58.014652544138826 ], [ -6.724038259987302, 58.013384221531766 ], [ -6.726800902229784, 58.012345014391848 ], [ -6.728544005013558, 58.01205613634702 ], [ -6.728970695289798, 58.012296611262059 ], [ -6.729875299542712, 58.011639548983709 ], [ -6.731391111276719, 58.011426560941253 ], [ -6.732732259846783, 58.01067495112887 ], [ -6.734137154359153, 58.010264568754998 ], [ -6.734574465415522, 58.010393087771419 ], [ -6.738937193902418, 58.008886443934365 ], [ -6.74261269776309, 58.008219389432405 ], [ -6.746448088610936, 58.006995733089283 ], [ -6.751524871069799, 58.006266125962128 ], [ -6.752705029116533, 58.00569752441676 ], [ -6.752622587222944, 58.004962089304577 ], [ -6.753523129289137, 58.004559565512089 ], [ -6.754922270995598, 58.004275092717201 ], [ -6.755787359958943, 58.004689762717895 ], [ -6.757033760782809, 58.004722228805861 ], [ -6.75844212135457, 58.004379800579919 ], [ -6.758542902967721, 58.004080074046641 ], [ -6.759102703871607, 58.004046497908554 ], [ -6.758688735441281, 58.003927982815831 ], [ -6.759817909690327, 58.003499751137994 ], [ -6.760572072919899, 58.003462479569812 ], [ -6.757921245704383, 58.003470094887689 ], [ -6.757596530213051, 58.003117949026247 ], [ -6.756746862211103, 58.003086817958966 ], [ -6.752728822717345, 58.000735678064814 ], [ -6.751636587447505, 57.999043152269294 ], [ -6.752572712887398, 57.997200038017702 ], [ -6.753838817978518, 57.997102258122858 ], [ -6.753876399444164, 57.996594410000107 ], [ -6.754428435292116, 57.996745548380396 ], [ -6.757067523460521, 57.996016102813464 ], [ -6.756987044721114, 57.995372348303952 ], [ -6.757631098556674, 57.995043267206398 ], [ -6.756611844374699, 57.994575921032393 ], [ -6.756757567396121, 57.993951576128531 ], [ -6.757526930549899, 57.993469374873754 ], [ -6.75679883445981, 57.993446286550757 ], [ -6.756886115601709, 57.992700894096252 ], [ -6.755802464590444, 57.992347499398889 ], [ -6.754602035846017, 57.992798161316408 ], [ -6.75270080572494, 57.992882852518242 ], [ -6.751740506075537, 57.99333079198697 ], [ -6.749151478225308, 57.993721829089345 ], [ -6.745319784477154, 57.993556582724558 ], [ -6.744196620466482, 57.993747886566993 ], [ -6.740246554767316, 57.992266398253278 ], [ -6.738019169519448, 57.990270739642355 ], [ -6.736280380297699, 57.988010345677843 ], [ -6.735106558432863, 57.985922255875366 ], [ -6.735305770663829, 57.98537960385935 ], [ -6.734017851347962, 57.983516148362966 ], [ -6.731069504542918, 57.981516693094719 ], [ -6.73037229782772, 57.979635683958854 ], [ -6.729303715621825, 57.978339711713666 ], [ -6.728291603425015, 57.977855699062033 ], [ -6.728476150348397, 57.976688434748773 ], [ -6.725144524047961, 57.971712223411124 ], [ -6.724980923019165, 57.97098520297012 ], [ -6.726190105890357, 57.970270026586633 ], [ -6.725554518515103, 57.96872402728436 ], [ -6.724064160543136, 57.967434733427233 ], [ -6.724164318209854, 57.966846313907595 ], [ -6.723453601355969, 57.966270092273021 ], [ -6.722365321064563, 57.963791935877282 ], [ -6.722674457326821, 57.963569041684458 ], [ -6.721680771395154, 57.962450137985883 ], [ -6.722015070582521, 57.962032911347755 ], [ -6.721407063681363, 57.961785681708633 ], [ -6.721767159894583, 57.960022708951051 ], [ -6.723786379453082, 57.959677686240511 ], [ -6.724006121815632, 57.95935467086376 ], [ -6.725537335360915, 57.959095253434306 ], [ -6.72724188050209, 57.958289642925358 ], [ -6.727056355122663, 57.957203631613886 ], [ -6.726281816237973, 57.956719759469905 ], [ -6.729331168211414, 57.955526686520656 ], [ -6.729242863706247, 57.955242129697965 ], [ -6.726246110790491, 57.955614673134114 ], [ -6.727061066453843, 57.955314451264748 ], [ -6.72708718676918, 57.954485913889378 ], [ -6.726016972527069, 57.954197461515783 ], [ -6.725152428345028, 57.954378088224786 ], [ -6.724729492459137, 57.9532874251735 ], [ -6.724143969371654, 57.953466648265461 ], [ -6.723914684777986, 57.953074898236224 ], [ -6.726343337893261, 57.952822520953404 ], [ -6.727667380909557, 57.953303903732618 ], [ -6.729313965072513, 57.952959176910404 ], [ -6.729541447431155, 57.952631363555369 ], [ -6.730553314423708, 57.952670093691765 ], [ -6.73162497127803, 57.953866977862901 ], [ -6.733437442705316, 57.954842816092452 ], [ -6.74077418589791, 57.954532867259516 ], [ -6.7420983345105, 57.953925663981529 ], [ -6.741608329813781, 57.953611152547793 ], [ -6.742755136502625, 57.953838142320677 ], [ -6.74384857614357, 57.953405958931391 ], [ -6.744221707491508, 57.953540428180567 ], [ -6.745213456337098, 57.952889849964329 ], [ -6.74392147639157, 57.952742073861842 ], [ -6.743237489535661, 57.951728687577685 ], [ -6.741042914116266, 57.952278486474697 ], [ -6.730771249543882, 57.95105181056789 ], [ -6.727946350775968, 57.950158655844469 ], [ -6.727133681063875, 57.950796123532285 ], [ -6.721093649456659, 57.950733215262119 ], [ -6.719152091887206, 57.951214742781659 ], [ -6.717745471814591, 57.950875772201471 ], [ -6.71575886689384, 57.952816144002306 ], [ -6.71114725189052, 57.954354757833926 ], [ -6.709895653546922, 57.954036927463207 ], [ -6.709837332024259, 57.954236986347816 ], [ -6.708021274748463, 57.954066025019223 ], [ -6.706073048206287, 57.953081383148024 ], [ -6.703886107921162, 57.950985671665805 ], [ -6.704833728711976, 57.948472368820426 ], [ -6.70345515660923, 57.947893833718084 ], [ -6.70317294156459, 57.946644979743922 ], [ -6.702171329629564, 57.945715137931138 ], [ -6.699457920372339, 57.943791797609208 ], [ -6.698831199529874, 57.943527173048189 ], [ -6.698269358921342, 57.943822336299597 ], [ -6.697273515546628, 57.943386976971524 ], [ -6.697043370972496, 57.941564997627907 ], [ -6.69644376475853, 57.941119456479484 ], [ -6.695429048162127, 57.941314439819863 ], [ -6.693824920488615, 57.941076977260181 ], [ -6.692181951784438, 57.940089843410675 ], [ -6.691888709406975, 57.939205682302038 ], [ -6.69235598131197, 57.938446301924301 ], [ -6.690394969450305, 57.937871195290448 ], [ -6.689589973926867, 57.937082413344548 ], [ -6.690126724525514, 57.935043173772108 ], [ -6.688777756040643, 57.93429699217252 ], [ -6.686904707296007, 57.934069392233141 ], [ -6.68551540073907, 57.933207733505057 ], [ -6.683609596163662, 57.932599008195929 ], [ -6.682261479520156, 57.931209586911322 ], [ -6.681392260511151, 57.930962832105401 ], [ -6.681795265327905, 57.930228352965777 ], [ -6.683624260820629, 57.93044415780254 ], [ -6.680421136774956, 57.926887958688276 ], [ -6.680415901815575, 57.925745785554426 ], [ -6.679736438996692, 57.925721390959225 ], [ -6.679454237912597, 57.9250481850695 ], [ -6.676439393714969, 57.924098000076555 ], [ -6.673869452007438, 57.92221386056714 ], [ -6.673615137044705, 57.921364214677993 ], [ -6.673785482465879, 57.920984644121219 ], [ -6.674427377645306, 57.920916006270303 ], [ -6.675441968173957, 57.921697141142367 ], [ -6.677009219983407, 57.922048612242456 ], [ -6.676265764021423, 57.920753770065389 ], [ -6.676564494317488, 57.919802775449767 ], [ -6.674239781446891, 57.918111991192596 ], [ -6.673721250764599, 57.917245101568923 ], [ -6.674845001211238, 57.917437540767935 ], [ -6.675552860876972, 57.918135534874629 ], [ -6.676895268222479, 57.918643712842851 ], [ -6.67655005878738, 57.918134736790819 ], [ -6.677002298616259, 57.917947150044903 ], [ -6.676880831041522, 57.917429921101252 ], [ -6.677567647005946, 57.917836343628807 ], [ -6.677580950935278, 57.91735462035534 ], [ -6.678837062210535, 57.917654578856698 ], [ -6.677795871818041, 57.916928423364716 ], [ -6.678214581080024, 57.916769053939902 ], [ -6.679367410967246, 57.917054827789364 ], [ -6.681398509080421, 57.918437040247667 ], [ -6.682087413273009, 57.918470069222728 ], [ -6.681706671547342, 57.917429912480088 ], [ -6.682421632826312, 57.917144452577972 ], [ -6.681979037470849, 57.916796499470848 ], [ -6.682561273577623, 57.916595096068924 ], [ -6.681448840704731, 57.916424794669425 ], [ -6.683381942627038, 57.916083548638959 ], [ -6.687483499050592, 57.916880945561658 ], [ -6.688069439729477, 57.916643398960886 ], [ -6.689847440590857, 57.916991413458462 ], [ -6.691829269687196, 57.918316822032246 ], [ -6.693649144896062, 57.917885160965461 ], [ -6.6956529712424, 57.918278706669433 ], [ -6.695631587561834, 57.917856728924477 ], [ -6.697478499321374, 57.918471940311939 ], [ -6.699387403080553, 57.918527130879923 ], [ -6.700278682190304, 57.916942432169407 ], [ -6.699273660120927, 57.916237590879049 ], [ -6.69967736791753, 57.916222626172775 ], [ -6.699946659287821, 57.915439062488552 ], [ -6.701291003772759, 57.915056397289206 ], [ -6.704806474446816, 57.915119378785469 ], [ -6.709713995088565, 57.915872658466135 ], [ -6.710943061100601, 57.915642591909382 ], [ -6.712802383184263, 57.915964778040625 ], [ -6.713791645848732, 57.915775080909377 ], [ -6.711349509014867, 57.914102803040166 ], [ -6.708500068385566, 57.913511540125675 ], [ -6.705826362942995, 57.912454938710532 ], [ -6.702380444848234, 57.911953147085448 ], [ -6.698040984083828, 57.9117902154672 ], [ -6.695083392243578, 57.910626981130257 ], [ -6.692749117347039, 57.910223181483033 ], [ -6.694935651893213, 57.909755430610701 ], [ -6.694782368368192, 57.909099967734548 ], [ -6.689315528010378, 57.907741671440384 ], [ -6.688752546846393, 57.906988920806334 ], [ -6.688273030006078, 57.907069622198691 ], [ -6.688499097592701, 57.906665477963735 ], [ -6.686864808998296, 57.906572999169946 ], [ -6.686970020526563, 57.906213804243123 ], [ -6.68362956156674, 57.905995463180105 ], [ -6.682460721524507, 57.905584396158673 ], [ -6.681349498503731, 57.905031768160434 ], [ -6.682246735672438, 57.904850210554621 ], [ -6.679773738918104, 57.903961078889409 ], [ -6.679512964012467, 57.903386030296211 ], [ -6.677872182981745, 57.903307171443529 ], [ -6.676470076663137, 57.902855188541182 ], [ -6.676540669912517, 57.902618714027405 ], [ -6.675727706481454, 57.902603730702346 ], [ -6.673917394612245, 57.9015461242507 ], [ -6.672933839575189, 57.901258569575241 ], [ -6.672664613600507, 57.901461886963723 ], [ -6.672285105141473, 57.900882208482891 ], [ -6.670101636529147, 57.899941748789672 ], [ -6.670954767472058, 57.899811367065269 ], [ -6.670999527555436, 57.899440923740592 ], [ -6.669603661381669, 57.898125123548063 ], [ -6.670661903151425, 57.897168643560505 ], [ -6.670862791960691, 57.895919934233021 ], [ -6.670402778868866, 57.895954876741072 ], [ -6.670153909765296, 57.895599751257599 ], [ -6.671568013725739, 57.895237308644923 ], [ -6.672373117719583, 57.895517956592599 ], [ -6.672978800141105, 57.89523926875794 ], [ -6.672830390019832, 57.894682554309234 ], [ -6.673324846066674, 57.894587865084581 ], [ -6.670765136225906, 57.892829262894587 ], [ -6.670714954110138, 57.891468374004695 ], [ -6.670136082864992, 57.89065317523341 ], [ -6.665257415970669, 57.887940993624092 ], [ -6.664846009553091, 57.886332551706722 ], [ -6.664080560555554, 57.885964950177069 ], [ -6.664219462993121, 57.88521325758942 ], [ -6.665023553531352, 57.884967779208758 ], [ -6.665045167629938, 57.884548718569988 ], [ -6.666067312226611, 57.884812414804117 ], [ -6.666587628319926, 57.884397476121265 ], [ -6.666440237356444, 57.88293672676479 ], [ -6.665516271712431, 57.882323114221208 ], [ -6.667043572235912, 57.882185914653626 ], [ -6.668413257139933, 57.880574831841322 ], [ -6.667980513625205, 57.880168011994613 ], [ -6.668744512983505, 57.880004938514958 ], [ -6.669020734366192, 57.88024661931793 ], [ -6.669590574420621, 57.880018735408761 ], [ -6.674624055882065, 57.880290976050006 ], [ -6.677401251344288, 57.880806441740958 ], [ -6.679849019310706, 57.880658489226313 ], [ -6.683602767421773, 57.881812377375475 ], [ -6.684588897464032, 57.881773223680497 ], [ -6.685408647872748, 57.881325542528621 ], [ -6.686514654442468, 57.881739789431627 ], [ -6.68820326034571, 57.881571179514097 ], [ -6.688833659684613, 57.881886067753854 ], [ -6.690860740609393, 57.881878501615759 ], [ -6.69111342804561, 57.881666756919529 ], [ -6.690213346584779, 57.880915706361939 ], [ -6.691687879289364, 57.881591516763095 ], [ -6.691311375315469, 57.881022575412437 ], [ -6.692389508584662, 57.880381779578279 ], [ -6.694664699742314, 57.881059384360164 ], [ -6.697371423545883, 57.880657728471064 ], [ -6.698759829829727, 57.88103531518238 ], [ -6.697828902552826, 57.881651819772486 ], [ -6.69983975215903, 57.882075578506495 ], [ -6.701356125487232, 57.88315990817501 ], [ -6.706010917094044, 57.884042245237104 ], [ -6.707733135402614, 57.883949485261098 ], [ -6.707833312287503, 57.883695697096179 ], [ -6.709411571661409, 57.883922194789442 ], [ -6.713310079873258, 57.883194347425139 ], [ -6.715109563423971, 57.884772623173774 ], [ -6.718201231268075, 57.885772049004778 ], [ -6.717677775806736, 57.885978640186053 ], [ -6.71906738559448, 57.885860330414772 ], [ -6.720190773508187, 57.886338413225076 ], [ -6.721216710079076, 57.885817146202733 ], [ -6.722266659863323, 57.885723149926037 ], [ -6.722947487999419, 57.885146364881173 ], [ -6.72372823021406, 57.885124457446778 ], [ -6.724997384699093, 57.884102947879128 ], [ -6.726873701996572, 57.884501619445324 ], [ -6.731942755229908, 57.884649739124136 ], [ -6.733277542817234, 57.885616356014971 ], [ -6.733952644612934, 57.887151825670486 ], [ -6.733723364386418, 57.887655134501387 ], [ -6.736144009151509, 57.888144881325751 ], [ -6.737386369970236, 57.88712694212488 ], [ -6.741311845989931, 57.886732746250608 ], [ -6.741387910933147, 57.885708924970999 ], [ -6.744554616823312, 57.886157097869301 ], [ -6.746431329792277, 57.886747973512151 ], [ -6.747229867480614, 57.887487165932804 ], [ -6.746669569871848, 57.888232286159536 ], [ -6.747378617928272, 57.88931665613439 ], [ -6.748219202550279, 57.889478562320143 ], [ -6.748363750622877, 57.88923026966701 ], [ -6.751316871679655, 57.888890190101243 ], [ -6.753704916108978, 57.889322360254866 ], [ -6.756096043179051, 57.890415537007435 ], [ -6.757229991154144, 57.891389458456139 ], [ -6.757447541789056, 57.892968990388944 ], [ -6.758462811070626, 57.893556055800708 ], [ -6.758270045591786, 57.894651745556473 ], [ -6.757766131268362, 57.89480109964444 ], [ -6.757717512512002, 57.896539049429968 ], [ -6.758692512100873, 57.89580079544524 ], [ -6.760635089557693, 57.895480460176088 ], [ -6.760564527616006, 57.894947879823917 ], [ -6.763690094456235, 57.894567758074764 ], [ -6.763935606423188, 57.894266175103603 ], [ -6.76274376817028, 57.89283211507238 ], [ -6.764118194944134, 57.893349865780401 ], [ -6.764009040470116, 57.89359684790665 ], [ -6.765815978653197, 57.893707016096087 ], [ -6.769734257168182, 57.894858550601363 ], [ -6.77212539817119, 57.896492075460039 ], [ -6.772023060426804, 57.89788394165199 ], [ -6.773476860465897, 57.898932945087623 ], [ -6.773328788024269, 57.899509739748183 ], [ -6.774378858026052, 57.899414413018775 ], [ -6.773644278865434, 57.89871794222509 ], [ -6.774421770278584, 57.898516838851201 ], [ -6.775115549423711, 57.898423233238098 ], [ -6.77666087153937, 57.899041464608722 ], [ -6.777138369362962, 57.898668141295744 ], [ -6.778591109443013, 57.898589983663243 ], [ -6.780029069833128, 57.897423000671068 ], [ -6.780101595060249, 57.89654589364082 ], [ -6.7810230809043, 57.897351320870101 ], [ -6.784478807393338, 57.897699467962802 ], [ -6.784710263546154, 57.898359103808758 ], [ -6.784809167890836, 57.897401834140425 ], [ -6.787700523025698, 57.895809253496765 ], [ -6.788699904446036, 57.895702226109769 ], [ -6.790500630608265, 57.8962710588875 ], [ -6.791318302965103, 57.896080923261138 ], [ -6.792699158593948, 57.897047915824842 ], [ -6.794093334419162, 57.896607468054846 ], [ -6.794892428846127, 57.89705040793821 ], [ -6.797648621274273, 57.896776973860561 ], [ -6.799899108566281, 57.897498668189378 ], [ -6.804991703017365, 57.898070315527626 ], [ -6.803794326905514, 57.897328583369571 ], [ -6.803321077119977, 57.897466165078477 ], [ -6.803427474070432, 57.897162574602113 ], [ -6.802184343085383, 57.896570992286009 ], [ -6.796737123864964, 57.894821632505796 ], [ -6.794450788247985, 57.893335711532004 ], [ -6.793671052830233, 57.892480036726703 ], [ -6.793226762018017, 57.890668923431093 ], [ -6.793534111218173, 57.890136447445855 ], [ -6.793053553305461, 57.889522230629709 ], [ -6.789838292274699, 57.888717260614513 ], [ -6.790969770983435, 57.888589024796012 ], [ -6.791113573515982, 57.888147297983686 ], [ -6.790533772610763, 57.888169220265382 ], [ -6.790420126235146, 57.887696747235331 ], [ -6.790867008687806, 57.888008192590142 ], [ -6.791719924530454, 57.887944455743437 ], [ -6.79205384798537, 57.887661957311593 ], [ -6.791679551375115, 57.88738825150422 ], [ -6.792198035219646, 57.887476590757373 ], [ -6.793558454422555, 57.886912377151972 ], [ -6.79391058262586, 57.886323331559289 ], [ -6.793449781858229, 57.886160851967212 ], [ -6.793021712725612, 57.886370452910093 ], [ -6.79240091537307, 57.88589467576675 ], [ -6.790580243243822, 57.885666670980847 ], [ -6.790057229393835, 57.885290636128744 ], [ -6.789128967623569, 57.885802495709896 ], [ -6.788597398247454, 57.885615687058738 ], [ -6.788299589854567, 57.885091701291316 ], [ -6.78867021555832, 57.88470437477109 ], [ -6.789450204855795, 57.884917775092134 ], [ -6.789399519597596, 57.884537375919869 ], [ -6.788189526957884, 57.884011885738396 ], [ -6.787607760701873, 57.882306707422707 ], [ -6.788718570932486, 57.881581057724134 ], [ -6.787260996543843, 57.880907495224434 ], [ -6.787918113510359, 57.880198994519809 ], [ -6.789169113545784, 57.88033612124206 ], [ -6.789931381655731, 57.879403240391859 ], [ -6.791019944935507, 57.880032255460037 ], [ -6.793126851948597, 57.879876098135966 ], [ -6.793776989175629, 57.879496170172359 ], [ -6.794101865537414, 57.879969643438493 ], [ -6.793603680434668, 57.880159412252674 ], [ -6.794563600509044, 57.880392958360105 ], [ -6.794692791457837, 57.880981784134136 ], [ -6.796471964686401, 57.881026884357055 ], [ -6.79873011112986, 57.881876925392959 ], [ -6.799679625155568, 57.882601094830392 ], [ -6.801219918993615, 57.882880072666019 ], [ -6.801393071105545, 57.885693668789322 ], [ -6.803164826224394, 57.885428608894074 ], [ -6.80275028505953, 57.885106983560277 ], [ -6.804137930416267, 57.884811490225445 ], [ -6.804848206363586, 57.884060399164454 ], [ -6.805644452008195, 57.884331557360007 ], [ -6.806054446322319, 57.884050631098859 ], [ -6.805757672922015, 57.883346726677523 ], [ -6.804407516064232, 57.883164043767501 ], [ -6.804229711982481, 57.88221274022272 ], [ -6.804850949990875, 57.881869832483389 ], [ -6.805860145353889, 57.882218371492655 ], [ -6.806201934234823, 57.882880087010342 ], [ -6.807330861664179, 57.882481923399986 ], [ -6.80848643092881, 57.883103756831233 ], [ -6.808615280187285, 57.881794481061398 ], [ -6.810009751129275, 57.882182338659725 ], [ -6.81134854746696, 57.882153992248433 ], [ -6.811672526246044, 57.882429553152413 ], [ -6.812887173098946, 57.882104546812805 ], [ -6.81219184019954, 57.881388807723177 ], [ -6.812669557002549, 57.881109783530938 ], [ -6.813671048594949, 57.881211169875399 ], [ -6.813488708327718, 57.880795295728078 ], [ -6.814329430453682, 57.880578936317981 ], [ -6.81077800664909, 57.8794049594987 ], [ -6.810491646316294, 57.877769606706245 ], [ -6.809283963457455, 57.877325190486737 ], [ -6.809636383440995, 57.876614638775699 ], [ -6.808314187206356, 57.876071110801831 ], [ -6.809525465846362, 57.876353474691328 ], [ -6.809358184865959, 57.875986501152617 ], [ -6.810254627503676, 57.875745561881502 ], [ -6.8082816657226, 57.874691495607564 ], [ -6.808677683967205, 57.874559518327843 ], [ -6.809320735134701, 57.874885941243519 ], [ -6.809316625546545, 57.874602730539763 ], [ -6.806012008589511, 57.871795533398242 ], [ -6.803921923262603, 57.867233013942432 ], [ -6.802811684350506, 57.867350681594374 ], [ -6.802366752544144, 57.867065295322092 ], [ -6.802563675083764, 57.866491997191694 ], [ -6.802222515150279, 57.866680349264065 ], [ -6.801840169972616, 57.866484344921766 ], [ -6.800806837391623, 57.867886367713439 ], [ -6.800041217787881, 57.868044022815923 ], [ -6.798517843836261, 57.867646560472807 ], [ -6.799067555790582, 57.868211354791562 ], [ -6.798933717169652, 57.86910610152394 ], [ -6.798363303849112, 57.867867412443658 ], [ -6.797528248346702, 57.868150024070161 ], [ -6.796155281777908, 57.86748776079645 ], [ -6.795890886095401, 57.86644167740527 ], [ -6.795283763731121, 57.866078748914042 ], [ -6.795846900046716, 57.866213053096331 ], [ -6.795794093040461, 57.865905600660781 ], [ -6.793307024225233, 57.866660928199551 ], [ -6.792490922852938, 57.865274091143085 ], [ -6.79189752866728, 57.864912427300993 ], [ -6.791049342731292, 57.865134322818761 ], [ -6.789128628096601, 57.863677700426599 ], [ -6.788881902505911, 57.863916418668651 ], [ -6.789967307577403, 57.8648424083392 ], [ -6.79023223285524, 57.865754444558853 ], [ -6.79367118151356, 57.867366801272972 ], [ -6.793954821052889, 57.86779775442055 ], [ -6.793237734146086, 57.868142440090089 ], [ -6.792882469508948, 57.869099530032351 ], [ -6.792144580293506, 57.869009605220349 ], [ -6.791611707596957, 57.86850711572923 ], [ -6.791176881349049, 57.868563144894651 ], [ -6.790971305183008, 57.869212311705233 ], [ -6.789365138831664, 57.868877243110035 ], [ -6.790197342940738, 57.869358526748805 ], [ -6.789936011146891, 57.869804698782943 ], [ -6.790649204546172, 57.870596332920009 ], [ -6.789065958858413, 57.870053492281436 ], [ -6.78865728778296, 57.870217370782058 ], [ -6.788447774871941, 57.869721534647724 ], [ -6.787445238989849, 57.86986287942365 ], [ -6.787235872023779, 57.87050948298247 ], [ -6.786273115891963, 57.86980822226527 ], [ -6.784955457690437, 57.870118877275431 ], [ -6.785081594723937, 57.870559396140884 ], [ -6.784500009543065, 57.870248526373807 ], [ -6.78072756232531, 57.869999651273524 ], [ -6.776568542684556, 57.868047086180091 ], [ -6.776053705280724, 57.868174446532706 ], [ -6.77407573024218, 57.867529366302193 ], [ -6.772884418793758, 57.866553265258723 ], [ -6.773748114086709, 57.865238848374638 ], [ -6.772258656700161, 57.864890175890636 ], [ -6.771660710202614, 57.865281521536836 ], [ -6.770957755385789, 57.865263024001393 ], [ -6.769566028207625, 57.864123528922455 ], [ -6.769904528327774, 57.861457094996332 ], [ -6.767594120759278, 57.860770470417918 ], [ -6.766965565689991, 57.861185435374452 ], [ -6.765582247339581, 57.861381421555315 ], [ -6.765300309703018, 57.86180132595193 ], [ -6.76425690760596, 57.861314341357591 ], [ -6.764723489383043, 57.860568152273295 ], [ -6.765624910142564, 57.86055672580531 ], [ -6.766684919906683, 57.859194492447052 ], [ -6.762952355876017, 57.857324423365867 ], [ -6.763525472503215, 57.857064486779535 ], [ -6.763608540097986, 57.85501488264277 ], [ -6.764683145603736, 57.856121385351557 ], [ -6.764978579830121, 57.855867390715346 ], [ -6.765488843262502, 57.856279975904741 ], [ -6.767914021495761, 57.853785086058551 ], [ -6.769291256900811, 57.853851066884559 ], [ -6.768886468384602, 57.8532285268167 ], [ -6.768035048330622, 57.853208412873606 ], [ -6.768234813852257, 57.852984098641052 ], [ -6.767658898099803, 57.852699934132382 ], [ -6.765978070928712, 57.85278749221294 ], [ -6.766288706597503, 57.851985993178772 ], [ -6.765175025634438, 57.851756240693483 ], [ -6.763320404094403, 57.852327965887071 ], [ -6.762311049677584, 57.852248986854626 ], [ -6.761681613448809, 57.848945218552679 ], [ -6.761172689525253, 57.848822226092516 ], [ -6.760904921699653, 57.849323448314358 ], [ -6.759520077801071, 57.849670559608754 ], [ -6.759328696608282, 57.849397093380851 ], [ -6.759885629287706, 57.849079308452929 ], [ -6.759284266916879, 57.849226949339247 ], [ -6.759041811088853, 57.848541609749134 ], [ -6.757378460300033, 57.847738747391688 ], [ -6.757909597219009, 57.8477619694944 ], [ -6.757521987504203, 57.846603522091257 ], [ -6.758169545052622, 57.846282339009527 ], [ -6.757490856797174, 57.846112638744508 ], [ -6.756397886106115, 57.846356997418503 ], [ -6.756248434514638, 57.845864261825255 ], [ -6.755574940402513, 57.845682662434427 ], [ -6.755927222086254, 57.845476028371486 ], [ -6.755499392226596, 57.845366160507901 ], [ -6.754616510736223, 57.843305170743797 ], [ -6.755598514314512, 57.84266829304709 ], [ -6.754140317490781, 57.841908964170791 ], [ -6.753621978870665, 57.842135321653039 ], [ -6.752628466994099, 57.841956727432475 ], [ -6.752826503802437, 57.841220661396527 ], [ -6.752182548980083, 57.841006453294263 ], [ -6.752005322110622, 57.841516850641376 ], [ -6.748368895885246, 57.843425380466307 ], [ -6.747878437150056, 57.844055461904581 ], [ -6.748174039848073, 57.84431424016082 ], [ -6.747358519541468, 57.844142422159898 ], [ -6.745225564232183, 57.844726118952906 ], [ -6.740914072387166, 57.841833687243131 ], [ -6.741464575339311, 57.841466750457379 ], [ -6.740831216328036, 57.840307572985836 ], [ -6.741150696085457, 57.840043738942562 ], [ -6.742334150956189, 57.839936449099923 ], [ -6.742738391955594, 57.840636441706096 ], [ -6.744021155964204, 57.840898725880237 ], [ -6.744141831865238, 57.84053438778291 ], [ -6.745477483729924, 57.840173991716874 ], [ -6.744904991735813, 57.839925585474262 ], [ -6.745211327498645, 57.839626251331232 ], [ -6.744702762131938, 57.839478895734324 ], [ -6.744761870326139, 57.83903140757112 ], [ -6.743546581029807, 57.83864066853284 ], [ -6.742323882091097, 57.837553052286751 ], [ -6.740318204743237, 57.836602689497575 ], [ -6.74024822390244, 57.835494378913189 ], [ -6.738380511109057, 57.834053072656005 ], [ -6.738690093485352, 57.833137449038254 ], [ -6.739416548815469, 57.832826899889128 ], [ -6.739435228614584, 57.832007620237725 ], [ -6.74063696161186, 57.831656780386787 ], [ -6.740523294715879, 57.831049350073947 ], [ -6.741161794370729, 57.830391262691691 ], [ -6.740091406258086, 57.830714702116921 ], [ -6.740025744917045, 57.830343851950126 ], [ -6.738717038840325, 57.830329880486445 ], [ -6.738623719892148, 57.830005042169354 ], [ -6.739212344528908, 57.829929034488387 ], [ -6.737967112872023, 57.829179555691148 ], [ -6.737621691572546, 57.828283950405442 ], [ -6.736957145267448, 57.828295326970206 ], [ -6.736375241024985, 57.827332107625615 ], [ -6.736602815355604, 57.826882818956321 ], [ -6.737511524836618, 57.826484499861195 ], [ -6.739258833843834, 57.826949820264545 ], [ -6.739720532112967, 57.826550229279441 ], [ -6.740162956879735, 57.826709072608772 ], [ -6.741208203264923, 57.826323603694526 ], [ -6.741032449192164, 57.825884914277388 ], [ -6.740513507065971, 57.825913345422947 ], [ -6.741069237531854, 57.825780089270623 ], [ -6.740569090285391, 57.824669898881623 ], [ -6.742715259749915, 57.824387105933837 ], [ -6.743645855023395, 57.823515660333321 ], [ -6.745377631126588, 57.823927504308095 ], [ -6.74410260904169, 57.823143222720212 ], [ -6.74442867733701, 57.822802668138777 ], [ -6.745835457069704, 57.823051275961582 ], [ -6.745965639200318, 57.823527650238034 ], [ -6.746620659069796, 57.823444618024872 ], [ -6.746693044761135, 57.824058090678342 ], [ -6.747156736390705, 57.823226614071672 ], [ -6.747796079233959, 57.82347249709575 ], [ -6.747716467662155, 57.822868291135919 ], [ -6.748286015221003, 57.822968364791997 ], [ -6.748746122123803, 57.822685737811881 ], [ -6.749944860215064, 57.823018566902896 ], [ -6.749021223528732, 57.822342584732191 ], [ -6.750682446718036, 57.822091339504126 ], [ -6.751655167844859, 57.822500101308407 ], [ -6.752296732089611, 57.823146176796605 ], [ -6.752034766858934, 57.823524826239691 ], [ -6.75268194514371, 57.823765893516999 ], [ -6.752656037957907, 57.824144675905771 ], [ -6.752112432665261, 57.824241547488 ], [ -6.752475564920954, 57.824821614386124 ], [ -6.751578297058036, 57.826200121467124 ], [ -6.752262251317936, 57.82787009005505 ], [ -6.752948972907468, 57.828154650499087 ], [ -6.752981794901737, 57.829515331756703 ], [ -6.753499713222011, 57.829478792900261 ], [ -6.753452326529956, 57.829937542149608 ], [ -6.753978941091418, 57.829494079574154 ], [ -6.755172824609913, 57.830005158007651 ], [ -6.755908095465363, 57.829354148949413 ], [ -6.756229361685038, 57.829437430529225 ], [ -6.756331274373557, 57.828702268336436 ], [ -6.757727947165302, 57.828680366215707 ], [ -6.758533327278083, 57.829122356739923 ], [ -6.758727632959664, 57.828831694113511 ], [ -6.760189272699553, 57.82880372433236 ], [ -6.758220031917003, 57.827209996843884 ], [ -6.758771519516674, 57.826406656526203 ], [ -6.757634692592209, 57.825203514569083 ], [ -6.757896018666742, 57.824820378765438 ], [ -6.758538302961568, 57.825151556419229 ], [ -6.757706215325224, 57.82376604469917 ], [ -6.757826439574067, 57.822888962428046 ], [ -6.758872928196412, 57.822642724125053 ], [ -6.758457639712686, 57.822370481573877 ], [ -6.759173799202221, 57.822240107057816 ], [ -6.76118693603114, 57.823185386086799 ], [ -6.761493965661477, 57.823020912574464 ], [ -6.760374418367047, 57.821884611706196 ], [ -6.760499824904922, 57.821430119378476 ], [ -6.761572264745474, 57.822082433115128 ], [ -6.76149468408331, 57.821559113867352 ], [ -6.762484284512357, 57.821967159800096 ], [ -6.76355664027164, 57.821980778412659 ], [ -6.764094375295662, 57.822860092381184 ], [ -6.765191616061225, 57.82306166738784 ], [ -6.766151516764159, 57.822607232355431 ], [ -6.766675217727721, 57.822933839284524 ], [ -6.766415475607822, 57.823519335844715 ], [ -6.767233864002991, 57.823524496800154 ], [ -6.766783566610013, 57.823752851422825 ], [ -6.767440519447801, 57.824321814960143 ], [ -6.768296914154398, 57.824168115698015 ], [ -6.768533867864822, 57.824366086731715 ], [ -6.767914529975373, 57.8250370979436 ], [ -6.76888453775079, 57.825041035399877 ], [ -6.767292125211977, 57.826895633581223 ], [ -6.767484538546245, 57.827929171793173 ], [ -6.766235001827927, 57.828068881377355 ], [ -6.766775683296236, 57.828854522623658 ], [ -6.766174782574771, 57.829015680715941 ], [ -6.766147098371357, 57.829622123020279 ], [ -6.767017731517955, 57.830721878477014 ], [ -6.764588448043968, 57.831441224691467 ], [ -6.764462209897176, 57.832348227715961 ], [ -6.76560721594078, 57.832844860649118 ], [ -6.765374526336278, 57.833852124509811 ], [ -6.766271395493417, 57.832728101137377 ], [ -6.767373586978516, 57.832799042411402 ], [ -6.76698731317136, 57.832556316061456 ], [ -6.767628725528646, 57.831961843341091 ], [ -6.768243760986529, 57.831754269605852 ], [ -6.768591666390864, 57.832165754753959 ], [ -6.768737152970266, 57.831697902748353 ], [ -6.76929979674413, 57.831655116866244 ], [ -6.768478516513169, 57.831221885642719 ], [ -6.767927891275312, 57.829367953158453 ], [ -6.769342233728917, 57.828676887484725 ], [ -6.770268429772389, 57.825942417940254 ], [ -6.771605412664627, 57.825343294349658 ], [ -6.772789618301946, 57.825564016605504 ], [ -6.774425873189096, 57.82735090151224 ], [ -6.775035385001685, 57.827242451855447 ], [ -6.774816594472513, 57.826418612997792 ], [ -6.77377531659131, 57.825495360523711 ], [ -6.777379016195875, 57.827050570100141 ], [ -6.778182800923492, 57.826817829502936 ], [ -6.778909113839107, 57.827208705967706 ], [ -6.779055079398027, 57.826910837511392 ], [ -6.780194634863428, 57.827671116593734 ], [ -6.781385151175099, 57.827519103873456 ], [ -6.783336297732157, 57.828193823547366 ], [ -6.783566573855223, 57.828569235320835 ], [ -6.784768819599299, 57.828556180367976 ], [ -6.784696310002329, 57.828898956694722 ], [ -6.786692299812634, 57.828856777737798 ], [ -6.787336667985708, 57.829594341797062 ], [ -6.787054601377803, 57.830149246651892 ], [ -6.787935112603424, 57.830874279657287 ], [ -6.787917794986629, 57.832164913000504 ], [ -6.788559574344676, 57.831689954493328 ], [ -6.789506382812481, 57.831695514974804 ], [ -6.788828881799967, 57.831432385867224 ], [ -6.789059830625653, 57.830797550012278 ], [ -6.78961307612107, 57.830633586777211 ], [ -6.790165837301633, 57.831125424253642 ], [ -6.790318961431206, 57.830907331726372 ], [ -6.790312767058715, 57.831393332784366 ], [ -6.790699583056865, 57.831322021395792 ], [ -6.790508957379388, 57.83086505848059 ], [ -6.791050625597834, 57.831045162049413 ], [ -6.791351314013504, 57.831873078482936 ], [ -6.791866231125948, 57.831826600635608 ], [ -6.792579289798151, 57.832736957260124 ], [ -6.793037533345085, 57.832682725244894 ], [ -6.792007774883357, 57.833638371418061 ], [ -6.792248259786955, 57.834279656076973 ], [ -6.792627855369924, 57.833989117903847 ], [ -6.793630496647791, 57.834388345741537 ], [ -6.79447305692297, 57.833838285541994 ], [ -6.795543550426186, 57.834556975077433 ], [ -6.795153779906569, 57.833453573525638 ], [ -6.795568061218592, 57.833373111020826 ], [ -6.796587240388957, 57.833630456569686 ], [ -6.797507701023163, 57.834526633215866 ], [ -6.797877038874901, 57.834450565260383 ], [ -6.798338704673712, 57.833966189066317 ], [ -6.797911041269274, 57.833123307267975 ], [ -6.798161280304169, 57.832798972286731 ], [ -6.798631014174294, 57.832932294955064 ], [ -6.798685100362349, 57.832173704120855 ], [ -6.799617278270294, 57.832208530144747 ], [ -6.799613890752298, 57.831335173035761 ], [ -6.798362295295141, 57.831016496480274 ], [ -6.796318800970314, 57.829056412292971 ], [ -6.795071662422259, 57.828846384777357 ], [ -6.794774084903153, 57.82795358877091 ], [ -6.792706139803926, 57.827429193810055 ], [ -6.792189610890437, 57.826778571514787 ], [ -6.791117990571661, 57.826454813382803 ], [ -6.791299191199935, 57.826169088196927 ], [ -6.791780850425587, 57.826240811698462 ], [ -6.78989543440269, 57.824805398004401 ], [ -6.789274296806017, 57.823367104981216 ], [ -6.789716409107552, 57.822761158079892 ], [ -6.789504514728359, 57.82192808075547 ], [ -6.790487736148722, 57.821144228161501 ], [ -6.793407545261972, 57.821231584208199 ], [ -6.794266097470742, 57.820398447213279 ], [ -6.795684765017923, 57.82105086263843 ], [ -6.797235620401684, 57.821239471142896 ], [ -6.793202531329918, 57.81854963427454 ], [ -6.789957933785258, 57.817539020433173 ], [ -6.788657654280729, 57.816126429842143 ], [ -6.789082024052631, 57.815831505415439 ], [ -6.787673573809219, 57.814872783810173 ], [ -6.786222810722639, 57.814927660534281 ], [ -6.785819235472433, 57.814236763913179 ], [ -6.78621158274117, 57.813065983006247 ], [ -6.787076347703141, 57.81316820840032 ], [ -6.7865951185932, 57.811130901918411 ], [ -6.787394732794038, 57.811060172880076 ], [ -6.787348968461171, 57.810715570916997 ], [ -6.788607390051412, 57.80997528885338 ], [ -6.789723508903399, 57.810193922103174 ], [ -6.790231531073418, 57.810021765170504 ], [ -6.789507844478338, 57.809014654848816 ], [ -6.788837615277143, 57.809107488956741 ], [ -6.788276164190938, 57.808813887023334 ], [ -6.78810785373196, 57.808244532609841 ], [ -6.789026318681417, 57.808434666973859 ], [ -6.788077452513626, 57.807508037541226 ], [ -6.78863602892034, 57.806447898891847 ], [ -6.787579298964959, 57.80566028427728 ], [ -6.788801508494427, 57.805029314293463 ], [ -6.791328821610026, 57.804645775078747 ], [ -6.792244066993468, 57.805002426757909 ], [ -6.792584262308662, 57.805596751528384 ], [ -6.793415328584843, 57.805003038927509 ], [ -6.79465875392548, 57.805356236448411 ], [ -6.794803992382893, 57.805688072115757 ], [ -6.79654755082124, 57.805936839379015 ], [ -6.797716998262926, 57.806810067122065 ], [ -6.796698056012586, 57.80801814230233 ], [ -6.797262851229979, 57.808716389098237 ], [ -6.798154937610988, 57.809024403065145 ], [ -6.798634174334867, 57.808826315335502 ], [ -6.798989958838026, 57.809599949566667 ], [ -6.799736652072878, 57.808878956790799 ], [ -6.800565213457192, 57.809291915398276 ], [ -6.800145493792543, 57.809873670254916 ], [ -6.799110873118182, 57.809685321207311 ], [ -6.799625391195278, 57.810448436023847 ], [ -6.800491980182314, 57.810463241118718 ], [ -6.801638663569925, 57.811163683491806 ], [ -6.802467464642492, 57.81250138596959 ], [ -6.802665728629323, 57.811661753937443 ], [ -6.803566316309113, 57.811552006332668 ], [ -6.804188829549516, 57.812846253856833 ], [ -6.802821277177827, 57.813373140597982 ], [ -6.803339685934747, 57.814480633137975 ], [ -6.804234493184524, 57.814769614180761 ], [ -6.80470473407168, 57.814668100701262 ], [ -6.803995468360701, 57.814405363936714 ], [ -6.80418281259004, 57.814204842922841 ], [ -6.805608745977114, 57.814318022974241 ], [ -6.804906340737392, 57.814675738902523 ], [ -6.805870141519192, 57.814774077452817 ], [ -6.806869174067263, 57.81561682072568 ], [ -6.807592481661063, 57.815390537835086 ], [ -6.809342662566562, 57.815735144629727 ], [ -6.810016453531697, 57.815579997005592 ], [ -6.809260293399964, 57.814726248057468 ], [ -6.807890905330551, 57.814279015766573 ], [ -6.808021470062728, 57.81375409865835 ], [ -6.80975851610101, 57.814101895769191 ], [ -6.810521179072229, 57.813892990343049 ], [ -6.810140184929655, 57.813122139494951 ], [ -6.80786076573797, 57.811500462607533 ], [ -6.808764336641855, 57.811084707181784 ], [ -6.808217311282199, 57.810787042939957 ], [ -6.810700333608479, 57.810474071470225 ], [ -6.810671670324535, 57.809930915002077 ], [ -6.811286305593854, 57.810091061008563 ], [ -6.811989949720215, 57.80951645983005 ], [ -6.813422570168918, 57.809542034255209 ], [ -6.81389908835171, 57.810194995143085 ], [ -6.815481076500079, 57.810808589289145 ], [ -6.815390930737211, 57.81110528387633 ], [ -6.817618981483148, 57.811646587837771 ], [ -6.818100065726582, 57.812849907158999 ], [ -6.81928360524114, 57.813331096016562 ], [ -6.819849752051762, 57.813052252224075 ], [ -6.819618543793402, 57.812243335176319 ], [ -6.820948584180104, 57.812673049710121 ], [ -6.82363619732823, 57.812830610576867 ], [ -6.825416135051955, 57.814026671307332 ], [ -6.826194356057162, 57.81514307035841 ], [ -6.826915517784326, 57.815241507505654 ], [ -6.82729066007535, 57.815978355292906 ], [ -6.828737262679901, 57.816496204510038 ], [ -6.828981955695238, 57.816963650636403 ], [ -6.830282492972392, 57.816969792037263 ], [ -6.830015506065326, 57.817229169113858 ], [ -6.831723073478522, 57.818598835229302 ], [ -6.834346801914931, 57.819068078802459 ], [ -6.834481212824092, 57.81983119735424 ], [ -6.834025089946784, 57.820201261203408 ], [ -6.83612675634143, 57.821841892027656 ], [ -6.835771030194517, 57.822206326376268 ], [ -6.836410912512588, 57.822388782273777 ], [ -6.836746810762082, 57.823509435440108 ], [ -6.838041967596218, 57.824741856941436 ], [ -6.838109238166037, 57.826033803581645 ], [ -6.839349405918397, 57.826981345419853 ], [ -6.840179692180721, 57.826923508923933 ], [ -6.839414102335712, 57.82748804328542 ], [ -6.841068206723538, 57.828064402134082 ], [ -6.842103823964091, 57.82898196038456 ], [ -6.842961852317654, 57.832002370018458 ], [ -6.843504283888898, 57.832211013148317 ], [ -6.843540926985906, 57.832997659292211 ], [ -6.844270813158498, 57.832982323391469 ], [ -6.843697477959172, 57.83387327552574 ], [ -6.844786749436455, 57.834523382207443 ], [ -6.844886248368705, 57.833570496938343 ], [ -6.844017594678345, 57.832002455063893 ], [ -6.845049160240425, 57.8318604203916 ], [ -6.845451278018491, 57.832292129114393 ], [ -6.84553632099225, 57.831445049219376 ], [ -6.846472062423487, 57.831418221023171 ], [ -6.847653415736056, 57.830409511208792 ], [ -6.848541690828053, 57.830581497604904 ], [ -6.847806657224075, 57.829129807167774 ], [ -6.84720270131562, 57.828814687399273 ], [ -6.8475666678319, 57.828135943475445 ], [ -6.846791391012381, 57.828038789594977 ], [ -6.847085310480325, 57.827804433294489 ], [ -6.846620748496127, 57.827672889260718 ], [ -6.846750593663868, 57.827221715343953 ], [ -6.847343581144566, 57.827129737444338 ], [ -6.849735832634604, 57.828015064991632 ], [ -6.849499718564639, 57.828453221947647 ], [ -6.851437004846594, 57.829239902159244 ], [ -6.854318552657436, 57.83135144664017 ], [ -6.858423040555661, 57.832961699071255 ], [ -6.859258401629937, 57.834153099839085 ], [ -6.859926411633697, 57.833979019364754 ], [ -6.859678056078441, 57.833138424904554 ], [ -6.860383649066573, 57.832243212038094 ], [ -6.862760615717333, 57.833672259253966 ], [ -6.863089051130705, 57.833169354367151 ], [ -6.862418639005684, 57.832763296474752 ], [ -6.863215886789633, 57.832984559457302 ], [ -6.863268609395482, 57.832438269847962 ], [ -6.862522311724442, 57.83221954828106 ], [ -6.861969786267654, 57.832749051455785 ], [ -6.861307246509611, 57.832401160326178 ], [ -6.861803058623758, 57.830951739134598 ], [ -6.860543571429281, 57.829866603115882 ], [ -6.859849138299219, 57.82990676204458 ], [ -6.859478805018408, 57.83047423931724 ], [ -6.858539091112979, 57.830321395648738 ], [ -6.858472306305803, 57.831264048664814 ], [ -6.85917721991612, 57.831488879855044 ], [ -6.859654406253517, 57.832275709355883 ], [ -6.859555172346858, 57.833102660214287 ], [ -6.856703083043608, 57.832213558964803 ], [ -6.851401120261269, 57.828560277961877 ], [ -6.849988212379932, 57.826733356700601 ], [ -6.847995519993855, 57.825809342114745 ], [ -6.847536972514291, 57.824068185203707 ], [ -6.846259215821447, 57.823343461982056 ], [ -6.845513872781532, 57.822251998080496 ], [ -6.844188704605017, 57.822239754959845 ], [ -6.844006098801939, 57.821383128995144 ], [ -6.843083184595899, 57.820725759083182 ], [ -6.841929411706113, 57.820733922458537 ], [ -6.840294100710557, 57.819667482563041 ], [ -6.839537053927849, 57.818612420676914 ], [ -6.837313309141033, 57.818121698617524 ], [ -6.836390381148888, 57.816834568529558 ], [ -6.835946020760869, 57.817103436559051 ], [ -6.834694502493735, 57.81638210257001 ], [ -6.833557191388972, 57.814739709460596 ], [ -6.83391516172159, 57.814430069517577 ], [ -6.834566957457226, 57.814488831940757 ], [ -6.835891144340335, 57.816003530057642 ], [ -6.836089740073028, 57.815222289188235 ], [ -6.836912061880795, 57.815069415239883 ], [ -6.836826316633027, 57.814807312003843 ], [ -6.838445501020625, 57.815316656466997 ], [ -6.839525875021787, 57.816332370352505 ], [ -6.840431518547228, 57.816297732918983 ], [ -6.838710467359784, 57.814402430891448 ], [ -6.83940995923898, 57.81421375477921 ], [ -6.839611420677151, 57.814709824408411 ], [ -6.840520745435132, 57.81495391981192 ], [ -6.841256542283445, 57.814282559908712 ], [ -6.841233820013126, 57.813109453925399 ], [ -6.841799780012064, 57.813056314075233 ], [ -6.841333655502431, 57.812723305202063 ], [ -6.840605833620149, 57.809813962694605 ], [ -6.841081922514753, 57.809782254860217 ], [ -6.843026682510843, 57.806757149558607 ], [ -6.846282306445211, 57.807469122250922 ], [ -6.843976149412607, 57.805168993930252 ], [ -6.844039864908586, 57.804514344624579 ], [ -6.846425526877294, 57.803707801297733 ], [ -6.846269898864823, 57.802800667332804 ], [ -6.847717923606054, 57.803168005561517 ], [ -6.850524187571541, 57.805151127962624 ], [ -6.850787004568942, 57.807041914780193 ], [ -6.849797946176166, 57.808171048009136 ], [ -6.850814785739249, 57.80915221957315 ], [ -6.851990016087084, 57.809656817657789 ], [ -6.851474229380139, 57.810708440669508 ], [ -6.852012291569075, 57.811049450536693 ], [ -6.851179709742304, 57.811362949238088 ], [ -6.85259123977333, 57.811581405771406 ], [ -6.852494018336212, 57.81193597988004 ], [ -6.853126677247707, 57.812203188802151 ], [ -6.853038599824838, 57.812901061733115 ], [ -6.852471868991918, 57.812860723068916 ], [ -6.853051821010271, 57.813700303318868 ], [ -6.854013915154706, 57.813947676968532 ], [ -6.854083073913395, 57.813710227079227 ], [ -6.855377445079862, 57.813658769273232 ], [ -6.855484209467385, 57.81301235384101 ], [ -6.857610542356558, 57.813055790779792 ], [ -6.857901972223567, 57.813304589536166 ], [ -6.858026853930602, 57.812993028992139 ], [ -6.858637903688029, 57.813149489897505 ], [ -6.858870680683919, 57.812938140044366 ], [ -6.859969897042487, 57.81337721779667 ], [ -6.859471409067149, 57.813680638437106 ], [ -6.860639566982419, 57.814505694650769 ], [ -6.860726583216097, 57.813026093487366 ], [ -6.859578371480872, 57.812823701827732 ], [ -6.858739696491825, 57.81200397869133 ], [ -6.856365872185107, 57.81106145807599 ], [ -6.855834375005128, 57.810331583844281 ], [ -6.857339552348249, 57.81015686322101 ], [ -6.855848795405199, 57.808474242509611 ], [ -6.856216380180604, 57.807812418152984 ], [ -6.857219747482262, 57.808029392778856 ], [ -6.857052016915211, 57.807572533813961 ], [ -6.857929140355275, 57.807653110437606 ], [ -6.857764149360002, 57.807316694496841 ], [ -6.858929098923513, 57.807807229911226 ], [ -6.859025676038325, 57.808723820545147 ], [ -6.858311553155997, 57.808539834626863 ], [ -6.857982429581767, 57.808798964031325 ], [ -6.859605925081947, 57.811490323278527 ], [ -6.861636345156986, 57.812222876681155 ], [ -6.861514829118498, 57.812859071390399 ], [ -6.86312886824909, 57.812928393688921 ], [ -6.862950161050563, 57.811716289364 ], [ -6.863169685341891, 57.811244552984718 ], [ -6.863775460067801, 57.81118708418262 ], [ -6.863967438114837, 57.80986177424716 ], [ -6.864848538070998, 57.810008722882458 ], [ -6.864374050865859, 57.809415229138779 ], [ -6.8631959542189, 57.809065585645577 ], [ -6.863190618212324, 57.808338905170856 ], [ -6.860884344986443, 57.807621477005597 ], [ -6.859350877485784, 57.806285087046227 ], [ -6.859778875570076, 57.806009561019962 ], [ -6.859628169726001, 57.804366366398156 ], [ -6.861488398258156, 57.805364537634311 ], [ -6.862084014938603, 57.80484506528348 ], [ -6.862968766396064, 57.804945103942224 ], [ -6.860929058699035, 57.802928294741214 ], [ -6.856430506718125, 57.80021871245205 ], [ -6.855766995879732, 57.79922042838713 ], [ -6.855959531274915, 57.798523039617308 ], [ -6.856352595758158, 57.798489059628132 ], [ -6.856408730187556, 57.797917453294623 ], [ -6.856933583948498, 57.797848725007519 ], [ -6.858122991945329, 57.798335622847382 ], [ -6.858259008910157, 57.79871992990175 ], [ -6.858971741757724, 57.798782517871928 ], [ -6.857918700579181, 57.797919752385788 ], [ -6.85935823294531, 57.798012001191374 ], [ -6.85952399595979, 57.797566624534348 ], [ -6.860998470649022, 57.797530667138538 ], [ -6.863832290944664, 57.799178686415793 ], [ -6.865193825287109, 57.799279266639296 ], [ -6.866612887282543, 57.799006978716243 ], [ -6.867967700657028, 57.799794193095941 ], [ -6.870765947779311, 57.798892127146424 ], [ -6.870465959987288, 57.798192980669675 ], [ -6.871315852839541, 57.797649275005469 ], [ -6.870621950257682, 57.797514062470952 ], [ -6.870825743174449, 57.797239030055529 ], [ -6.870239338108232, 57.796889166551331 ], [ -6.869629659805177, 57.797265286220394 ], [ -6.867180984598425, 57.797123822822066 ], [ -6.866330301057332, 57.797337371909478 ], [ -6.866335870426724, 57.798015465962386 ], [ -6.865743690230024, 57.798459262928766 ], [ -6.864523238194435, 57.79857996662836 ], [ -6.863832313845098, 57.798204406142929 ], [ -6.86332781296441, 57.79848648835361 ], [ -6.862684696242004, 57.798015524482111 ], [ -6.86293846359909, 57.797723291932144 ], [ -6.863605592146356, 57.797922548260409 ], [ -6.863753023950718, 57.797404101428249 ], [ -6.863031554619989, 57.79743903473171 ], [ -6.8611965799676, 57.796650432722643 ], [ -6.860451356478348, 57.796746538241372 ], [ -6.860095018898062, 57.796602797060885 ], [ -6.860665451207587, 57.796522405866121 ], [ -6.860424573856149, 57.796297762395682 ], [ -6.857669815808775, 57.795859311151723 ], [ -6.85804719971735, 57.795471481596685 ], [ -6.859662347937755, 57.795517397551727 ], [ -6.859360951751051, 57.795218610446135 ], [ -6.859976220023236, 57.795096017131115 ], [ -6.85955659549976, 57.794482411349001 ], [ -6.858168735485682, 57.794184872069962 ], [ -6.858004171604838, 57.793588454372028 ], [ -6.860628462217962, 57.793622585120438 ], [ -6.862380463021446, 57.794684264303065 ], [ -6.861333718487267, 57.794917911003182 ], [ -6.862699978143829, 57.795117289857252 ], [ -6.863198514067425, 57.794441408645369 ], [ -6.864897003652082, 57.794106215454242 ], [ -6.865914762563595, 57.794220004124988 ], [ -6.86586941579501, 57.793821420661168 ], [ -6.868087478566768, 57.7940284549396 ], [ -6.868504591158933, 57.793436648850381 ], [ -6.870296078882814, 57.793354191901336 ], [ -6.870590853397673, 57.794040044413173 ], [ -6.869933317175452, 57.794785052546473 ], [ -6.870774919488797, 57.795215951860335 ], [ -6.870656374832578, 57.796147120479915 ], [ -6.871819258144613, 57.796399214157944 ], [ -6.871526414642041, 57.795852729742066 ], [ -6.873823519206587, 57.79552135056818 ], [ -6.875535552072457, 57.796345999318717 ], [ -6.877061771900073, 57.796543558787086 ], [ -6.879044761575091, 57.798087308534612 ], [ -6.879459885397311, 57.798091988533301 ], [ -6.879487757213224, 57.797600620155627 ], [ -6.880303809226603, 57.797729273272147 ], [ -6.882018556757645, 57.799804210072459 ], [ -6.882861468155971, 57.800068554142911 ], [ -6.883233688848438, 57.800627246645163 ], [ -6.883663340468468, 57.800564780642475 ], [ -6.883307505182825, 57.799629414398467 ], [ -6.884203777307889, 57.799864701149403 ], [ -6.882274583092356, 57.799218571281045 ], [ -6.882504207300415, 57.798450427774839 ], [ -6.882055018677543, 57.797957677806203 ], [ -6.87781038827726, 57.796348265114908 ], [ -6.879086130717031, 57.796375534319559 ], [ -6.87867361971697, 57.795941633876922 ], [ -6.88118513332296, 57.796485278750097 ], [ -6.881825742330501, 57.795766050067314 ], [ -6.882538731867108, 57.796004820767813 ], [ -6.882530718124643, 57.795559816880612 ], [ -6.88310592730793, 57.795739129433343 ], [ -6.882636047418224, 57.795392020052596 ], [ -6.881812119538937, 57.795478696689074 ], [ -6.879987099048275, 57.794815923192786 ], [ -6.877836707012172, 57.792244983327649 ], [ -6.878512050138666, 57.791944554411167 ], [ -6.879118773714938, 57.792195537176191 ], [ -6.88047889234659, 57.791913662934725 ], [ -6.882158462116534, 57.792137626636247 ], [ -6.884651843090425, 57.793867601925278 ], [ -6.883922831835232, 57.791419986929135 ], [ -6.884579043426272, 57.791028501060076 ], [ -6.884106739886419, 57.789605541757702 ], [ -6.882474001195089, 57.789179182796858 ], [ -6.882185950351936, 57.788544372496318 ], [ -6.882557481690966, 57.788227757764091 ], [ -6.881874557356974, 57.787749430267127 ], [ -6.882209907955485, 57.787339752514406 ], [ -6.881059428899596, 57.786057213502417 ], [ -6.881591190538433, 57.785879256677688 ], [ -6.883851435999272, 57.786151848536306 ], [ -6.884212390799605, 57.785832037894593 ], [ -6.883061180204013, 57.785228760384179 ], [ -6.88311951899979, 57.785784274487874 ], [ -6.88264732452611, 57.785780013782613 ], [ -6.882020002951741, 57.785313935474214 ], [ -6.882679738702731, 57.785086052634234 ], [ -6.882542069009587, 57.784691035111024 ], [ -6.88150472542351, 57.784306455361978 ], [ -6.880479453118484, 57.784446780965865 ], [ -6.879139201343512, 57.783814780042242 ], [ -6.879098195101059, 57.783200121524082 ], [ -6.877915003280417, 57.782296661913456 ], [ -6.878821699241373, 57.781964812898046 ], [ -6.878163167706904, 57.781765310128179 ], [ -6.879046904522513, 57.781699732943714 ], [ -6.878966206108521, 57.781351993938301 ], [ -6.875895184934476, 57.780435869376056 ], [ -6.875783681249615, 57.779423598474629 ], [ -6.874936526071229, 57.779073919180291 ], [ -6.875506129020737, 57.779051960877752 ], [ -6.87556286158493, 57.778536990716361 ], [ -6.873834941900687, 57.777712973647127 ], [ -6.873138067399605, 57.777852281524048 ], [ -6.873454824823081, 57.777579185821793 ], [ -6.872670386166412, 57.776633328244387 ], [ -6.873041457275432, 57.776263680711004 ], [ -6.872194362904524, 57.775414695307788 ], [ -6.87285650048497, 57.773895816780488 ], [ -6.874323043198961, 57.773945450367137 ], [ -6.874798027948723, 57.773560095979015 ], [ -6.876450190254571, 57.773388439201391 ], [ -6.877393046761445, 57.773388060510108 ], [ -6.878865483337774, 57.773880027374176 ], [ -6.87877098988698, 57.773492337861768 ], [ -6.880479785139467, 57.77280565807262 ], [ -6.881681426464148, 57.773038156877483 ], [ -6.881740172122202, 57.772725519003338 ], [ -6.882539409284202, 57.773094993504984 ], [ -6.883259769473764, 57.772756806476927 ], [ -6.884573028227208, 57.773191881326767 ], [ -6.886556195370577, 57.773164738692614 ], [ -6.887673635791007, 57.773458911199583 ], [ -6.891256970108594, 57.774989165210492 ], [ -6.891689618588876, 57.775696630670161 ], [ -6.892544063954104, 57.775416177010776 ], [ -6.892547265567424, 57.774880773722089 ], [ -6.89160857643517, 57.774228872637067 ], [ -6.892081831946125, 57.774242051563789 ], [ -6.891793207783137, 57.774100280409847 ], [ -6.892884543593378, 57.773828651714751 ], [ -6.893438179092257, 57.773316929885475 ], [ -6.896878829981805, 57.77366953530283 ], [ -6.898234805763075, 57.774728063051363 ], [ -6.897780133200111, 57.775038054872283 ], [ -6.898889724459625, 57.775521358505245 ], [ -6.899269717301483, 57.776149874511532 ], [ -6.900114818757921, 57.77629705648863 ], [ -6.900462596366872, 57.777246187895216 ], [ -6.898117978843874, 57.777341522603834 ], [ -6.897472708431673, 57.778406488993845 ], [ -6.89621120381374, 57.777685253079454 ], [ -6.894004436375101, 57.777928110243792 ], [ -6.891838973886653, 57.777544088369318 ], [ -6.89100630613249, 57.77699153748172 ], [ -6.888249542604663, 57.777152108016821 ], [ -6.887839446876284, 57.777356881128959 ], [ -6.888183015535989, 57.777779920113147 ], [ -6.88977431601486, 57.778649514376049 ], [ -6.890191847950784, 57.778251027551384 ], [ -6.892182215481456, 57.77808858016423 ], [ -6.897063806565, 57.778892831456766 ], [ -6.897765029063058, 57.778513019646454 ], [ -6.898984294014657, 57.778438803003162 ], [ -6.899763625458468, 57.778758567116313 ], [ -6.899886869047356, 57.778401135633395 ], [ -6.900652257549871, 57.77845694231101 ], [ -6.902868074147354, 57.779098858818834 ], [ -6.90239728500488, 57.779996953237529 ], [ -6.901260170667699, 57.780118397443132 ], [ -6.901676590353572, 57.780667228225376 ], [ -6.902438457681773, 57.780957066792425 ], [ -6.903530707826284, 57.780443311740633 ], [ -6.904134579659513, 57.78077255286604 ], [ -6.904487951910542, 57.780485359659075 ], [ -6.904978481390821, 57.780587785983641 ], [ -6.905322798381612, 57.780159698517487 ], [ -6.905911249835911, 57.780276315614366 ], [ -6.905617238697109, 57.780504533362738 ], [ -6.908021517492512, 57.781094071815133 ], [ -6.90828685391669, 57.781571377881697 ], [ -6.910035279909157, 57.781647449317411 ], [ -6.910303495834619, 57.781502089603862 ], [ -6.909431345620463, 57.78126875710614 ], [ -6.909962664995132, 57.78124992913537 ], [ -6.911175535283343, 57.781734521000899 ], [ -6.911195155155616, 57.782287037617579 ], [ -6.91033074168538, 57.78255630872561 ], [ -6.911852493208472, 57.783713528238025 ], [ -6.91165512214415, 57.783005979729623 ], [ -6.912661515704851, 57.782851736260874 ], [ -6.912291567678186, 57.782447773583073 ], [ -6.912666033833462, 57.781647841425887 ], [ -6.913603596163039, 57.78091419530881 ], [ -6.915648541974539, 57.781226068907792 ], [ -6.915988196411489, 57.781518744607673 ], [ -6.915495907770521, 57.781688120424874 ], [ -6.916506640565476, 57.782233598655111 ], [ -6.917118957451753, 57.782154014739703 ], [ -6.916778253896881, 57.781878475742168 ], [ -6.917550604884786, 57.782046367071814 ], [ -6.91940467680242, 57.781451564973572 ], [ -6.920207528423935, 57.781657838047082 ], [ -6.921652095746851, 57.781456784453873 ], [ -6.921719564873413, 57.782210761052468 ], [ -6.922494290102877, 57.782494584844983 ], [ -6.921892273481764, 57.781451935323851 ], [ -6.923886635284022, 57.781787238102822 ], [ -6.923202915522994, 57.781343341577347 ], [ -6.921224804288872, 57.780941722192765 ], [ -6.919147842189972, 57.781309515566186 ], [ -6.918970097915483, 57.781068127414919 ], [ -6.919556504090236, 57.781021026485149 ], [ -6.918948474290756, 57.780341156100661 ], [ -6.918262914995815, 57.780686294304324 ], [ -6.916624477825617, 57.779934027947085 ], [ -6.916351905742399, 57.780665238905698 ], [ -6.91450790427367, 57.78054259003148 ], [ -6.915267215153948, 57.780293567126151 ], [ -6.913357074769637, 57.779734447690636 ], [ -6.912895564127878, 57.779313353004753 ], [ -6.913352381021705, 57.779279411577853 ], [ -6.912270285476973, 57.779111833333204 ], [ -6.912289890563406, 57.779552795337786 ], [ -6.911070909649476, 57.779394122465987 ], [ -6.910677231386985, 57.778951493664557 ], [ -6.906421659210017, 57.777168059508419 ], [ -6.907103456163727, 57.77704264424122 ], [ -6.906929926454282, 57.774899243956689 ], [ -6.90786919696168, 57.774624388055244 ], [ -6.912734309451934, 57.77535759865976 ], [ -6.913725174788745, 57.775845389309552 ], [ -6.914745465182303, 57.775782347779689 ], [ -6.914713198361923, 57.775409350711577 ], [ -6.915129350315586, 57.775645975235264 ], [ -6.91575699065903, 57.775420057592314 ], [ -6.916545383207649, 57.775743866077526 ], [ -6.917743520594588, 57.775651394078317 ], [ -6.918178628108743, 57.776039311768052 ], [ -6.91758555387149, 57.776209918692061 ], [ -6.918249719822502, 57.776981173199928 ], [ -6.91939883932963, 57.777492455260692 ], [ -6.919471891771764, 57.778114866549402 ], [ -6.920301879755973, 57.77838485611197 ], [ -6.920834204833049, 57.778176116882605 ], [ -6.920269429831752, 57.778010966579558 ], [ -6.920756852134663, 57.777929925053357 ], [ -6.920393753178867, 57.777687654753024 ], [ -6.920735092033577, 57.777572712826228 ], [ -6.920164250445666, 57.777325930624144 ], [ -6.92077937923369, 57.777440540853881 ], [ -6.920930408991493, 57.77712788449081 ], [ -6.920358244752084, 57.776784892700888 ], [ -6.92066953840247, 57.776486692455926 ], [ -6.919980085953092, 57.776222034158344 ], [ -6.921249545032985, 57.776356163796095 ], [ -6.920791781719124, 57.776012320462982 ], [ -6.921577622873033, 57.776119383428387 ], [ -6.920079085682969, 57.775181790826494 ], [ -6.92085857707362, 57.7750201107579 ], [ -6.919450646187784, 57.774993925084544 ], [ -6.919758151536185, 57.774667985258027 ], [ -6.918948188438808, 57.773914105976004 ], [ -6.91377658743126, 57.773464738850706 ], [ -6.912585746186203, 57.772781400624893 ], [ -6.91184587547373, 57.773098028293546 ], [ -6.910555731817775, 57.772959213034177 ], [ -6.908368863033036, 57.772045522005712 ], [ -6.906200715927861, 57.771702338967685 ], [ -6.905934384890201, 57.771105417499875 ], [ -6.906471652552502, 57.770598766392411 ], [ -6.908288160993894, 57.771018568480685 ], [ -6.909734573044641, 57.769954816835067 ], [ -6.912100587425816, 57.770020358481027 ], [ -6.909710231904632, 57.769775834107776 ], [ -6.909485236094802, 57.769483191365687 ], [ -6.908247869552267, 57.769607699867514 ], [ -6.907815223109138, 57.76927363494584 ], [ -6.905887186854921, 57.768961613882986 ], [ -6.905451862243312, 57.768483703530094 ], [ -6.905883806703708, 57.767697754594366 ], [ -6.907644628839463, 57.767894813492646 ], [ -6.909049777262542, 57.768447521100157 ], [ -6.907867246620852, 57.767674757316335 ], [ -6.909243824108034, 57.767769755630354 ], [ -6.910060335163098, 57.767522136024411 ], [ -6.907890885844493, 57.766486316830502 ], [ -6.907604941589822, 57.767429441644204 ], [ -6.905341641453899, 57.766495283706277 ], [ -6.90520788546897, 57.766873822411867 ], [ -6.904686234111271, 57.766565692127742 ], [ -6.904003543553055, 57.766745111676968 ], [ -6.905123151528179, 57.767241462710679 ], [ -6.902161781488998, 57.767563231616606 ], [ -6.901941954198008, 57.767990084804488 ], [ -6.899886479573929, 57.767606446690642 ], [ -6.900232316967037, 57.767363637076947 ], [ -6.899037890071976, 57.766811667038731 ], [ -6.89891747648188, 57.766420494031891 ], [ -6.899431197449029, 57.765491958004823 ], [ -6.899984170866024, 57.765349077713267 ], [ -6.899009891719679, 57.76418582230972 ], [ -6.900323865917042, 57.763572628988769 ], [ -6.903052156486605, 57.764326003755151 ], [ -6.903812661330396, 57.763914162955132 ], [ -6.903693429530308, 57.762974169523673 ], [ -6.904476926927917, 57.762979763113961 ], [ -6.904730322051615, 57.762614576309232 ], [ -6.90581190003142, 57.762460156739365 ], [ -6.907007963593308, 57.762962518207267 ], [ -6.906469245503086, 57.762218734243262 ], [ -6.906921813593631, 57.762142693027499 ], [ -6.906976254522633, 57.76241946783577 ], [ -6.907289441815251, 57.762060950820391 ], [ -6.907936653143375, 57.762054719363775 ], [ -6.908513536002729, 57.76146914865474 ], [ -6.908139267888303, 57.761254271577108 ], [ -6.909152276300942, 57.761214939104896 ], [ -6.908655506753952, 57.760779910582201 ], [ -6.908980506395999, 57.76063234523766 ], [ -6.909657779617733, 57.76128077445172 ], [ -6.909682058772569, 57.760654581877567 ], [ -6.910990620236145, 57.760932124571589 ], [ -6.911271946189549, 57.760525353867095 ], [ -6.913792138554604, 57.761295577039931 ], [ -6.913651345668662, 57.760693790884574 ], [ -6.914110271262745, 57.760788408044384 ], [ -6.914233107200392, 57.760392288724816 ], [ -6.91536890222393, 57.760785359140471 ], [ -6.916217323837477, 57.759883312895489 ], [ -6.917789371416957, 57.760056076141005 ], [ -6.918892686254942, 57.759567827011757 ], [ -6.920294579247673, 57.759850638906109 ], [ -6.923250654900571, 57.759865999917395 ], [ -6.922393600528641, 57.758702843482439 ], [ -6.923015006831875, 57.758507712358316 ], [ -6.924660092690003, 57.758722527446068 ], [ -6.924784492850585, 57.757845021902973 ], [ -6.927030788379689, 57.758580670694457 ], [ -6.92717693237558, 57.758233107544356 ], [ -6.927646237165599, 57.758403741331755 ], [ -6.927708229788046, 57.758117934923952 ], [ -6.928385236700789, 57.758145521777884 ], [ -6.928768272540837, 57.757622285153261 ], [ -6.929713423507522, 57.757949789370137 ], [ -6.930815863803148, 57.75910872813477 ], [ -6.930350403987303, 57.760372000874398 ], [ -6.930692324148373, 57.761150359244567 ], [ -6.930167021473661, 57.761950844474725 ], [ -6.930606286888946, 57.762468106548667 ], [ -6.931121756719858, 57.761287450041671 ], [ -6.932336927476118, 57.760571602934199 ], [ -6.932032496494513, 57.75957496932287 ], [ -6.932450470569155, 57.759233886815714 ], [ -6.931226570103952, 57.758899282568422 ], [ -6.931316365348567, 57.757855781361819 ], [ -6.932837848995159, 57.757719948805104 ], [ -6.933480858692372, 57.758509042402522 ], [ -6.934466905764913, 57.7586918714712 ], [ -6.93684141077278, 57.758442621729486 ], [ -6.937053150407137, 57.758144663187721 ], [ -6.935481371773605, 57.756865553429861 ], [ -6.935883625347266, 57.756606940429926 ], [ -6.934865003780498, 57.756111415754141 ], [ -6.934972315086138, 57.755603419654499 ], [ -6.936621649806185, 57.755664970033031 ], [ -6.938017949576269, 57.75627617789246 ], [ -6.938101940881715, 57.755782583931548 ], [ -6.938453718450493, 57.755647387530701 ], [ -6.938760305077654, 57.755981777404536 ], [ -6.939461677492608, 57.755203158674142 ], [ -6.940355628261748, 57.755402134292403 ], [ -6.940815448221716, 57.754641944079225 ], [ -6.941325607333137, 57.754680480046829 ], [ -6.939852129126629, 57.754243260025191 ], [ -6.939036900870933, 57.753388954070154 ], [ -6.940457094887413, 57.75343691390659 ], [ -6.9411755038512, 57.752967999865866 ], [ -6.939503088955627, 57.752367619081042 ], [ -6.937648959635577, 57.751176044450006 ], [ -6.937940953847844, 57.75066532798931 ], [ -6.939643339502378, 57.750747252569127 ], [ -6.937478802800161, 57.749684763328446 ], [ -6.938694161571893, 57.749466345610948 ], [ -6.938056165697883, 57.749045942839146 ], [ -6.93845532113731, 57.748396089245752 ], [ -6.939836876587499, 57.748655181439865 ], [ -6.94005864306608, 57.748184989209882 ], [ -6.940558703027229, 57.748273402060718 ], [ -6.941534415020335, 57.747533524101875 ], [ -6.9416137700284, 57.747067996712047 ], [ -6.939962766747533, 57.746191495582934 ], [ -6.939582052294867, 57.745252738273045 ], [ -6.940306848596759, 57.744770080926571 ], [ -6.939625637070953, 57.744463834069698 ], [ -6.940600986769671, 57.744398719338029 ], [ -6.941113759608796, 57.743411539440501 ], [ -6.941930907635848, 57.743420073291318 ], [ -6.941843394307027, 57.742964669081033 ], [ -6.942609316076111, 57.742844750733937 ], [ -6.943387907648899, 57.74220252906256 ], [ -6.943442417872644, 57.741678593831011 ], [ -6.942580676070031, 57.740790148097517 ], [ -6.941500365293122, 57.740517514234334 ], [ -6.941527336738988, 57.7401610941779 ], [ -6.942414032086144, 57.739694582269458 ], [ -6.944022453524394, 57.739523707419892 ], [ -6.943826572949572, 57.73901406578662 ], [ -6.944610567218986, 57.738780968467431 ], [ -6.945784714335535, 57.73906339752088 ], [ -6.945420880587966, 57.739293555190343 ], [ -6.946348541973392, 57.739495659035235 ], [ -6.947122585616682, 57.740234571044923 ], [ -6.948146166899779, 57.740154011873919 ], [ -6.948427936559477, 57.73969314713581 ], [ -6.949166215497812, 57.739556275966294 ], [ -6.950893312324783, 57.74037479437461 ], [ -6.950534875169591, 57.739723084531718 ], [ -6.951506030455378, 57.73987396594714 ], [ -6.951687176382658, 57.739538490313102 ], [ -6.952180290253863, 57.740067963274221 ], [ -6.952894805372572, 57.738591499035145 ], [ -6.954190600624985, 57.738779116645205 ], [ -6.952337946133643, 57.737596701079028 ], [ -6.953894929755748, 57.737112829553325 ], [ -6.954583255362982, 57.737409723436137 ], [ -6.954877311757917, 57.736732439907939 ], [ -6.955571380573453, 57.737132565007627 ], [ -6.955753243926009, 57.738029598962136 ], [ -6.957145129121682, 57.738181929307316 ], [ -6.958348263943164, 57.738858960622125 ], [ -6.959758506644785, 57.738789224011903 ], [ -6.959694752756885, 57.737858768406078 ], [ -6.960160465567927, 57.738028520086154 ], [ -6.961208714932074, 57.73756452432044 ], [ -6.960713247012727, 57.737950141759349 ], [ -6.962132876718971, 57.738230881032152 ], [ -6.962525591284672, 57.738052618839774 ], [ -6.961512006441475, 57.737641683933276 ], [ -6.962508332597393, 57.737975924836377 ], [ -6.963756420849145, 57.737485165958262 ], [ -6.966265193978235, 57.740011841929501 ], [ -6.966622993454124, 57.740828179267126 ], [ -6.96590569002058, 57.741092982615967 ], [ -6.966782986758067, 57.741649591343091 ], [ -6.9676874675433, 57.741840757794577 ], [ -6.968410064190983, 57.741492066479168 ], [ -6.972518931632085, 57.742889598126368 ], [ -6.972786183565611, 57.742667657980817 ], [ -6.971615202621526, 57.7407965184399 ], [ -6.971829078780318, 57.73999099013033 ], [ -6.972836674302387, 57.740711571271405 ], [ -6.973288624221707, 57.741685230803597 ], [ -6.975341778840503, 57.742948534478494 ], [ -6.97729114262964, 57.743102991400924 ], [ -6.978782588340323, 57.743670419950533 ], [ -6.976079850803337, 57.741722900848025 ], [ -6.97570961238744, 57.74084229793241 ], [ -6.974751921447208, 57.740680273647214 ], [ -6.973987686700715, 57.740053591284813 ], [ -6.974024288241766, 57.739586117179165 ], [ -6.973046920785648, 57.738889547061412 ], [ -6.972916635145487, 57.73769810272745 ], [ -6.970690768100515, 57.734698888881013 ], [ -6.969497392390116, 57.734460631032235 ], [ -6.968206302660789, 57.733058425833676 ], [ -6.966474337428624, 57.73197223164086 ], [ -6.966843913282057, 57.730830412262243 ], [ -6.965539689473059, 57.730408446152211 ], [ -6.965269769938237, 57.72985135962373 ], [ -6.965906048411056, 57.729830851809396 ], [ -6.965991563650093, 57.7295350966832 ], [ -6.967983887819098, 57.7295917256195 ], [ -6.966175181906826, 57.728484257525004 ], [ -6.965630897292108, 57.727704940350165 ], [ -6.968199086013986, 57.727914365985448 ], [ -6.968612566817304, 57.72853687583445 ], [ -6.969491613246354, 57.728263889529131 ], [ -6.970702861173814, 57.728450157921941 ], [ -6.973577852889144, 57.729605562968658 ], [ -6.974073527945371, 57.7295410660955 ], [ -6.973843217893071, 57.729028319162005 ], [ -6.974893498997462, 57.729144412345804 ], [ -6.975600058880811, 57.729866922350716 ], [ -6.974654005379933, 57.729909572736531 ], [ -6.976022201824017, 57.731052269950986 ], [ -6.97607316568281, 57.731972434791807 ], [ -6.976510733793364, 57.732157629463401 ], [ -6.975418124422729, 57.732529041295258 ], [ -6.975513775682008, 57.732979612976862 ], [ -6.977083818933398, 57.733327133270961 ], [ -6.977753746230965, 57.733917024554465 ], [ -6.977410404117681, 57.734416377520986 ], [ -6.975194369151724, 57.734080802054947 ], [ -6.975536814644022, 57.734674601719448 ], [ -6.976334367516349, 57.734908599825872 ], [ -6.975584388217386, 57.735203539353968 ], [ -6.97559183050536, 57.735563118114321 ], [ -6.9763609699939, 57.735712765733396 ], [ -6.977028631189192, 57.735308604020368 ], [ -6.977908626718019, 57.735530348645348 ], [ -6.979161902530383, 57.735408995118746 ], [ -6.979544934104835, 57.735686297784262 ], [ -6.979600586200613, 57.735418698482221 ], [ -6.981124296938381, 57.736222337585481 ], [ -6.9829587682904, 57.738876950833031 ], [ -6.984818328031491, 57.739784265694652 ], [ -6.98436501628683, 57.740108039456118 ], [ -6.985655458733402, 57.740474587526954 ], [ -6.985197758011372, 57.740668982758756 ], [ -6.986554302473666, 57.741246140147261 ], [ -6.985661557868466, 57.741543173025661 ], [ -6.983983652669241, 57.741343952713095 ], [ -6.983869333258846, 57.74172272998532 ], [ -6.988132878567024, 57.742712407448956 ], [ -6.989417681136582, 57.743232089601904 ], [ -6.989305805270398, 57.743530704337509 ], [ -6.989456124903162, 57.743327738028803 ], [ -6.990057045739326, 57.743451560053558 ], [ -6.990249178754394, 57.743721976847091 ], [ -6.98943510560013, 57.74362636444787 ], [ -6.989239098107904, 57.743851827250651 ], [ -6.989489707510132, 57.744180215535195 ], [ -6.990259805943538, 57.744091328938566 ], [ -6.992065210288573, 57.744846839159123 ], [ -6.991804587810808, 57.744373101254745 ], [ -6.992186774513334, 57.744106991196986 ], [ -6.992479830402304, 57.744535362345992 ], [ -6.993572954058845, 57.744628926716523 ], [ -6.994424814528732, 57.746714034551438 ], [ -6.996413841974348, 57.747469428562582 ], [ -6.997575967952923, 57.74909510737001 ], [ -7.000285927314843, 57.750595672392315 ], [ -7.002135048035612, 57.753133416111339 ], [ -7.00311520368972, 57.75305323568918 ], [ -7.00380522287807, 57.75330842463174 ], [ -7.00687257000474, 57.755428099803929 ], [ -7.007998686804608, 57.755781153419989 ], [ -7.009092785451168, 57.755162892058188 ], [ -7.007540238114092, 57.754210450367459 ], [ -7.007079892611438, 57.753427057056477 ], [ -7.007671812314494, 57.753690610347071 ], [ -7.00847860897517, 57.753306860685306 ], [ -7.00876879118989, 57.752680867350179 ], [ -7.010544726906074, 57.75284169899556 ], [ -7.013022590828243, 57.754628318316463 ], [ -7.014029133371925, 57.754907787336293 ], [ -7.01313900531054, 57.755406441084254 ], [ -7.012112684582997, 57.755469635286971 ], [ -7.012816189885679, 57.75623347350254 ], [ -7.012549710739172, 57.756738876885407 ], [ -7.014131921422238, 57.756860560983519 ], [ -7.013550249390955, 57.756307825058016 ], [ -7.01433159126961, 57.755813484544852 ], [ -7.016212184859353, 57.756629571000147 ], [ -7.016624142104996, 57.757535417299316 ], [ -7.017397555199295, 57.757468731351587 ], [ -7.017932727308671, 57.757807368415648 ], [ -7.017998642236554, 57.759190295733312 ], [ -7.016349027705879, 57.759008353110808 ], [ -7.01647416990802, 57.758697487745295 ], [ -7.014421190778811, 57.758216632436877 ], [ -7.013221959893812, 57.757580427696773 ], [ -7.013142469718795, 57.757007771657669 ], [ -7.011742203239601, 57.756802386624059 ], [ -7.012064523060396, 57.756456717084959 ], [ -7.011591669213799, 57.755778198486716 ], [ -7.010318897232032, 57.755824158183991 ], [ -7.009710362510241, 57.755501894424697 ], [ -7.009856497638044, 57.756494768393118 ], [ -7.012056912802226, 57.758706269893707 ], [ -7.012165525270076, 57.759246281998514 ], [ -7.011234869293193, 57.75921120461431 ], [ -7.015043331379849, 57.761363400385349 ], [ -7.015775022458069, 57.762450000854002 ], [ -7.017074209715539, 57.762834800736833 ], [ -7.018278624733884, 57.762598055925487 ], [ -7.019774311678319, 57.763487859767203 ], [ -7.01940919386724, 57.763767770680765 ], [ -7.019824407461195, 57.763908731765206 ], [ -7.018832254185842, 57.76391663606028 ], [ -7.021386864415113, 57.764830056103719 ], [ -7.022725192501835, 57.765809751966394 ], [ -7.023268468408998, 57.766483639131529 ], [ -7.022964622934134, 57.767010344289844 ], [ -7.023861428664036, 57.76621985456341 ], [ -7.024884636960725, 57.76728133009555 ], [ -7.026865252056549, 57.766633074295974 ], [ -7.026967718463704, 57.766861124745716 ], [ -7.024458063668827, 57.768002755529601 ], [ -7.025969325185126, 57.76848160880683 ], [ -7.026116658761102, 57.769164928100139 ], [ -7.025124420488656, 57.769161185603949 ], [ -7.025929671276679, 57.769986597845836 ], [ -7.025231754215582, 57.771250539446001 ], [ -7.02397630270174, 57.771255448934191 ], [ -7.022343260394563, 57.770773310120461 ], [ -7.020071389110665, 57.76917209442923 ], [ -7.020606672027593, 57.768759466582686 ], [ -7.01905203042594, 57.768525192877185 ], [ -7.017179428901422, 57.768765066996735 ], [ -7.017120802346448, 57.769057997675809 ], [ -7.015339235017604, 57.768596062108649 ], [ -7.013193283084143, 57.768819729021153 ], [ -7.014309159697707, 57.770077343538226 ], [ -7.014777679130689, 57.769922905533704 ], [ -7.015695050378699, 57.770405642489557 ], [ -7.020029382887765, 57.771243083325643 ], [ -7.021601648745563, 57.771881515459597 ], [ -7.021948045700012, 57.772374291075387 ], [ -7.023186769915261, 57.772563504201806 ], [ -7.022879812271564, 57.772922986041266 ], [ -7.023660145708676, 57.772685949862272 ], [ -7.029277179398965, 57.775099686736489 ], [ -7.031429522701682, 57.775680740340633 ], [ -7.030518008791781, 57.775025132040618 ], [ -7.031317781206418, 57.775157056362495 ], [ -7.030876354783693, 57.774370279694651 ], [ -7.029446411001043, 57.773280938617397 ], [ -7.029531000805635, 57.771857830682251 ], [ -7.028387584806834, 57.771277114118703 ], [ -7.028492135268424, 57.770698041272219 ], [ -7.026584978269606, 57.768791823489458 ], [ -7.027481566329785, 57.768012112414667 ], [ -7.029173687295833, 57.768459443688073 ], [ -7.028833427871248, 57.768047416132625 ], [ -7.029905949892235, 57.768144203577187 ], [ -7.030951598391641, 57.768374309049591 ], [ -7.031218354025525, 57.768899021583898 ], [ -7.033620579007486, 57.770368898362399 ], [ -7.040132531509123, 57.773159496705368 ], [ -7.041004175620948, 57.773890405159698 ], [ -7.041606620864523, 57.773815099607354 ], [ -7.043695158982732, 57.774709793967283 ], [ -7.045057639095255, 57.774638339799075 ], [ -7.044650187907224, 57.775084663478928 ], [ -7.045190569915196, 57.775348312552048 ], [ -7.045060129970876, 57.775680115703551 ], [ -7.047557971171361, 57.776947097694482 ], [ -7.048362548439417, 57.778075616144342 ], [ -7.049264320802605, 57.778562346447536 ], [ -7.049804966624882, 57.778333819144279 ], [ -7.051096715893891, 57.779199939970006 ], [ -7.053031728142355, 57.778164419081513 ], [ -7.054428311545626, 57.778095102459204 ], [ -7.055322775893411, 57.77979131487524 ], [ -7.057103514068111, 57.780539757457198 ], [ -7.056925777536641, 57.780833878627064 ], [ -7.058180561945369, 57.781494474209111 ], [ -7.058682429569997, 57.782491089353698 ], [ -7.05931870745556, 57.782524115156583 ], [ -7.05918940942848, 57.78316359657569 ], [ -7.060180591823018, 57.783204911481356 ], [ -7.061740755390658, 57.78424013796203 ], [ -7.062961015627209, 57.784533183561784 ], [ -7.066969781935902, 57.787229264735558 ], [ -7.067165650894128, 57.788863428225085 ], [ -7.067647284463867, 57.78875415540184 ], [ -7.068811464743942, 57.789150166682553 ], [ -7.069094048490095, 57.789998085469819 ], [ -7.069926926406247, 57.78993050801548 ], [ -7.071018055556829, 57.790681225358213 ], [ -7.072364654037393, 57.790852155458985 ], [ -7.072583291655757, 57.79189157799528 ], [ -7.072906155516159, 57.791755363659327 ], [ -7.073091518047964, 57.792043041519626 ], [ -7.072767800443055, 57.792508593820038 ], [ -7.07401391554611, 57.792886879083653 ], [ -7.074740878307671, 57.793922099432727 ], [ -7.075419279130357, 57.79418099262886 ], [ -7.076393719698609, 57.796052026985315 ], [ -7.076107964325888, 57.797996132659428 ], [ -7.074931627619956, 57.79992288857482 ], [ -7.075701124450853, 57.800816041621651 ], [ -7.077652465605333, 57.80167614853309 ], [ -7.078967326102815, 57.801630556062896 ], [ -7.079907180743623, 57.802009392887214 ], [ -7.08147187827628, 57.801332919346166 ], [ -7.081631319903683, 57.80174669275663 ], [ -7.081862140836725, 57.801423409620313 ], [ -7.082396903069908, 57.801594467755663 ], [ -7.082966434706776, 57.802322866077517 ], [ -7.082659357522669, 57.802631220717032 ], [ -7.083290544852133, 57.802553671139364 ], [ -7.083723660970498, 57.803306443541885 ], [ -7.083005915557406, 57.803905724543903 ], [ -7.083769796674713, 57.804494048329559 ], [ -7.083803175769791, 57.807037177305766 ], [ -7.087588371488915, 57.808418161030993 ], [ -7.090473221101035, 57.808077167904138 ], [ -7.091286698026834, 57.808525794243813 ], [ -7.092684335219791, 57.808694471879313 ], [ -7.093673437214489, 57.808119298173487 ], [ -7.093607057049932, 57.807649603399511 ], [ -7.095969043852552, 57.808737642539178 ], [ -7.096883314317249, 57.808646823214588 ], [ -7.096716487818012, 57.808361126169743 ], [ -7.099334334715931, 57.809767206127063 ], [ -7.101410561320936, 57.809786966514409 ], [ -7.100889505357729, 57.809619030122036 ], [ -7.102314729847102, 57.808850747549222 ], [ -7.102157868804547, 57.80792133116514 ], [ -7.103387140577421, 57.808150667019596 ], [ -7.104981745124453, 57.809233511715256 ], [ -7.104331083426141, 57.809340745939082 ], [ -7.104307464604688, 57.809769082318063 ], [ -7.106352065958181, 57.810338888550092 ], [ -7.105978165416813, 57.810614909929306 ], [ -7.106507147224814, 57.811254878057667 ], [ -7.108460858818711, 57.811598883870623 ], [ -7.109001724975609, 57.812143888545322 ], [ -7.110808117854593, 57.812102414406908 ], [ -7.11212018945178, 57.81315160446843 ], [ -7.114491983063779, 57.81341114345441 ], [ -7.114622779916549, 57.814035687868731 ], [ -7.115266127919964, 57.81405466421829 ], [ -7.117526688913147, 57.815132930679191 ], [ -7.117650044079473, 57.81564530409063 ], [ -7.117136084097215, 57.815706583124751 ], [ -7.118074613886267, 57.815785587067204 ], [ -7.118744597528161, 57.816347825587911 ], [ -7.120079926475401, 57.816608707905708 ], [ -7.121096859249617, 57.817476309786215 ], [ -7.120353073412852, 57.817996786140895 ], [ -7.121275539881515, 57.818080916861071 ], [ -7.122409085831519, 57.818700852842468 ], [ -7.124571717659324, 57.820687235590498 ], [ -7.12572626825077, 57.822224056891336 ], [ -7.125189934540574, 57.822484221819657 ], [ -7.126451102014565, 57.825006464030231 ], [ -7.126860641792416, 57.824980872890421 ], [ -7.126594377852753, 57.824591264767804 ], [ -7.127341495995323, 57.824745443913628 ], [ -7.127939185249686, 57.82444229413764 ], [ -7.128229444561826, 57.82476344458285 ], [ -7.127933050829956, 57.825346810015176 ], [ -7.126876559970198, 57.825092698872069 ], [ -7.127425766987121, 57.825574314468952 ], [ -7.126520169336918, 57.826380310020397 ], [ -7.126805443227645, 57.826962598400357 ], [ -7.126540642268693, 57.827175774798263 ], [ -7.126264277190086, 57.827011516777517 ], [ -7.126284222719232, 57.827388611008836 ], [ -7.125711637659802, 57.827335326505285 ], [ -7.126272326247341, 57.827897461503213 ], [ -7.125846609671624, 57.82828361203174 ], [ -7.126189511122296, 57.829448416159941 ], [ -7.125860047847957, 57.829740690252883 ], [ -7.125016448485938, 57.829738869090001 ], [ -7.12463512711397, 57.830852027245761 ], [ -7.125128990882595, 57.831299904721732 ], [ -7.125705037931238, 57.831258577636873 ], [ -7.126031411601565, 57.832307082402522 ], [ -7.126684642442697, 57.832393090959805 ], [ -7.127046089246296, 57.833687609234005 ], [ -7.127648384425236, 57.83341576990248 ], [ -7.128173421046891, 57.833785893814841 ], [ -7.129412500723196, 57.833425255658106 ], [ -7.129380591353069, 57.833970909328634 ], [ -7.130233748657224, 57.834098284051684 ], [ -7.130083035926745, 57.834342832695405 ], [ -7.132855683168515, 57.835746518379025 ], [ -7.133437667796129, 57.836456225927698 ], [ -7.131775559056226, 57.835920789460999 ], [ -7.13145020532253, 57.836064448996737 ], [ -7.133602610128325, 57.837376299902409 ], [ -7.133148165370025, 57.837561190886298 ], [ -7.131666982855359, 57.83681596491428 ], [ -7.131522942322714, 57.837699081549943 ], [ -7.130304837905729, 57.837793454978083 ], [ -7.130972545606371, 57.83815778585835 ], [ -7.130680957781009, 57.838538512840991 ], [ -7.127437583638658, 57.838035621234567 ], [ -7.12875035334777, 57.838783221971013 ], [ -7.126077299677235, 57.838257182142904 ], [ -7.12444102717401, 57.837369694675246 ], [ -7.123539398911789, 57.837257738239749 ], [ -7.123869728915742, 57.837919188824152 ], [ -7.12296139906449, 57.838945701985431 ], [ -7.121717768306278, 57.83886107144555 ], [ -7.122066807426682, 57.839179858653047 ], [ -7.120216335384702, 57.838980308015422 ], [ -7.120447187860589, 57.839357866555382 ], [ -7.11838925517974, 57.838707803786001 ], [ -7.118639676111528, 57.838333272198852 ], [ -7.117555102418032, 57.838714543220576 ], [ -7.116161277397679, 57.838581945960641 ], [ -7.114643415739754, 57.837932485564515 ], [ -7.114446621686041, 57.837752838551914 ], [ -7.113897980678262, 57.838088574993328 ], [ -7.114568084129928, 57.838767807763041 ], [ -7.113801544657153, 57.839725534852747 ], [ -7.111188530715493, 57.840393435466908 ], [ -7.10978705577591, 57.841336285208996 ], [ -7.108633498047349, 57.841054440568165 ], [ -7.108495577562928, 57.841271450071069 ], [ -7.106336057717467, 57.841331601313684 ], [ -7.105413226679714, 57.840891959636515 ], [ -7.105345777519407, 57.841308567249648 ], [ -7.104867024795166, 57.840788025465464 ], [ -7.101943869497194, 57.839983646590909 ], [ -7.101450456953437, 57.839418696836439 ], [ -7.099660164259011, 57.83892850170426 ], [ -7.099080180002447, 57.837930653249735 ], [ -7.097208385289889, 57.83805553908811 ], [ -7.095786437785154, 57.836889141488456 ], [ -7.095041569263935, 57.837049594115705 ], [ -7.09337459964887, 57.836356405725937 ], [ -7.092599829476155, 57.83636509046012 ], [ -7.091521140845524, 57.835477254316139 ], [ -7.090915859069796, 57.835551089998276 ], [ -7.089729308685352, 57.834735059881723 ], [ -7.087847907185194, 57.834432818452981 ], [ -7.085558357496411, 57.833211219783415 ], [ -7.083959431242694, 57.833176491320359 ], [ -7.08237969170147, 57.832560639640754 ], [ -7.081255922688466, 57.831769007784928 ], [ -7.081952484847784, 57.830728829802979 ], [ -7.080910926114614, 57.830280294672875 ], [ -7.079671974737312, 57.82861153176782 ], [ -7.078716061754112, 57.825779734899555 ], [ -7.079217015785553, 57.825206288372158 ], [ -7.078438617210303, 57.825008097882559 ], [ -7.078402145423206, 57.824510206961783 ], [ -7.078341410678097, 57.822105844869384 ], [ -7.078893517575997, 57.821656308778287 ], [ -7.07842376513175, 57.821553699161846 ], [ -7.078444983801468, 57.821165960047608 ], [ -7.079490336668484, 57.819490972224663 ], [ -7.080820035991223, 57.819235141143508 ], [ -7.080329974650405, 57.818211121769011 ], [ -7.08135198233713, 57.817567254103494 ], [ -7.081082001504068, 57.814397515747409 ], [ -7.080305754202778, 57.813914038250871 ], [ -7.080383969713746, 57.813476323072365 ], [ -7.081228919029528, 57.813299330456765 ], [ -7.080352464315345, 57.813408308289603 ], [ -7.079927803437484, 57.814007492231568 ], [ -7.079494393450957, 57.813982606686224 ], [ -7.077583421102394, 57.812289533165917 ], [ -7.075599834810883, 57.811767206880724 ], [ -7.074397829979025, 57.811060547718434 ], [ -7.075959854974517, 57.80929647974267 ], [ -7.074378730303398, 57.810948846815556 ], [ -7.07058428371246, 57.811249446505606 ], [ -7.069781324421925, 57.812264136290644 ], [ -7.071186840494129, 57.817939109804769 ], [ -7.07233739622729, 57.819584489797911 ], [ -7.07583619868698, 57.821320127021345 ], [ -7.075453745195434, 57.822136234434986 ], [ -7.07340985197168, 57.822650076336856 ], [ -7.06557104408002, 57.822667224503178 ], [ -7.053920907419077, 57.824989210020583 ], [ -7.047815951205805, 57.827369724473265 ], [ -7.042798014704854, 57.829810080713486 ], [ -7.039897569642033, 57.832211798806476 ], [ -7.040520930096792, 57.83303810337344 ], [ -7.039983684963284, 57.834212933576985 ], [ -7.038938265119121, 57.834372423092773 ], [ -7.037431466214838, 57.833693741608968 ], [ -7.03674501280657, 57.834080047767976 ], [ -7.03498987798268, 57.834121993488353 ], [ -7.034602388251803, 57.834402823243998 ], [ -7.034228843345704, 57.834119877825565 ], [ -7.034248459715088, 57.834501474776118 ], [ -7.032918419109831, 57.834773002178409 ], [ -7.032023330516518, 57.834246274569054 ], [ -7.032494886182793, 57.834651288374296 ], [ -7.030182439748007, 57.835425195659695 ], [ -7.029344565608281, 57.835404510803848 ], [ -7.029029724940202, 57.835070633766996 ], [ -7.028969992020058, 57.83535551553026 ], [ -7.028514701440629, 57.835296230531334 ], [ -7.027508374820621, 57.834673124556787 ], [ -7.025745227025538, 57.834428252978896 ], [ -7.025212426009309, 57.834478199629167 ], [ -7.02536097810503, 57.834744912111312 ], [ -7.02478914381947, 57.834503102733372 ], [ -7.024404325482193, 57.83491245097462 ], [ -7.023156154910919, 57.834707378798221 ], [ -7.022656490306625, 57.835007016795267 ], [ -7.02342409484077, 57.835733204024173 ], [ -7.019731433358261, 57.836518500365599 ], [ -7.015093458738778, 57.840364134607299 ], [ -7.014431284302934, 57.841484402721179 ], [ -7.014923999098217, 57.841739291223234 ], [ -7.014538842131343, 57.842547184821065 ], [ -7.015305543258918, 57.84287938852637 ], [ -7.015145124337852, 57.843278013265802 ], [ -7.015817884409669, 57.84390453919513 ], [ -7.01497842887614, 57.843534733895225 ], [ -7.015113044807322, 57.843846994491074 ], [ -7.014459188449339, 57.843840508530853 ], [ -7.015057389033714, 57.84406512730704 ], [ -7.014389567848321, 57.843958427878256 ], [ -7.014817230383844, 57.844170009801978 ], [ -7.014339967798354, 57.844571288162996 ], [ -7.013855932585664, 57.844354739831601 ], [ -7.012944080273266, 57.844846100632395 ], [ -7.012713058466453, 57.844277643051711 ], [ -7.012251287527045, 57.844802457730871 ], [ -7.012020664830461, 57.844467004981922 ], [ -7.010754675183311, 57.84418423601921 ], [ -7.010787244548934, 57.84440607157233 ], [ -7.00992739787211, 57.844556165538137 ], [ -7.010826268340242, 57.845219652050261 ], [ -7.010298771696833, 57.845333199930337 ], [ -7.008235736917539, 57.844694180916768 ], [ -7.007975227132921, 57.845065265002951 ], [ -7.008520505338309, 57.845491740235069 ], [ -7.005441275134822, 57.84561353283317 ], [ -7.004595859214121, 57.846753580568716 ], [ -7.001205731498664, 57.846703120761987 ], [ -6.998315235347969, 57.845730455868242 ], [ -7.000115883164721, 57.846935106865587 ], [ -7.002371452396694, 57.847381313699366 ], [ -7.003439307528182, 57.847901420334104 ], [ -7.0033697633321, 57.848614925682213 ], [ -7.00258907186273, 57.848461341134076 ], [ -7.002097433615702, 57.848687696813741 ], [ -7.002888204065992, 57.850370362152432 ], [ -7.002244864925479, 57.850476755702665 ], [ -7.00305202889442, 57.850759752545621 ], [ -7.003729112918709, 57.852230981044208 ], [ -7.002718977422886, 57.852248407930716 ], [ -7.001659507982981, 57.853792751808648 ], [ -7.001073293161506, 57.853824905870098 ], [ -7.001792285935144, 57.854687197262365 ], [ -7.001408771515971, 57.85569200740558 ], [ -6.999975476851421, 57.855397738099398 ], [ -7.000744503731993, 57.85570924860221 ], [ -7.000065312944427, 57.855619112838539 ], [ -7.0004293112321, 57.855748687953714 ], [ -6.999756648913007, 57.85576625545648 ], [ -6.999738000128534, 57.85599641273388 ], [ -6.999023681637006, 57.855835683301926 ], [ -6.999724636350247, 57.856325327164889 ], [ -6.999163557782166, 57.856235020695003 ], [ -6.999052581814483, 57.856590281189227 ], [ -7.000833457633061, 57.857077762885183 ], [ -7.001038946709237, 57.857402532074239 ], [ -7.000662496195275, 57.857304939225244 ], [ -7.000202749924298, 57.857700965774811 ], [ -6.999726835660896, 57.858709417728996 ], [ -6.99899349836765, 57.858715880325825 ], [ -6.998141425033773, 57.858232196967165 ], [ -6.997434487923985, 57.858853895017496 ], [ -6.996366353323476, 57.858698116638706 ], [ -6.995337021624359, 57.859125595108068 ], [ -6.994602128684916, 57.859060118460981 ], [ -6.994051436524182, 57.860017513223426 ], [ -6.992570865424467, 57.86055093294933 ], [ -6.992811415182006, 57.863816302622297 ], [ -6.99458964968369, 57.864319277502346 ], [ -6.99445001374755, 57.864590192374763 ], [ -6.996323901204871, 57.8648941395356 ], [ -6.996907780319595, 57.865451399506703 ], [ -6.996371697901344, 57.866088837796234 ], [ -6.995757005622747, 57.865856678204828 ], [ -6.995657103325617, 57.866899757638521 ], [ -6.995153354889798, 57.86716254425162 ], [ -6.994970228039536, 57.866998827069096 ], [ -6.992861489152863, 57.868530477954039 ], [ -6.991701003799369, 57.868562730054101 ], [ -6.987947468883275, 57.869619303288516 ], [ -6.986086959590322, 57.869656579889721 ], [ -6.98455103441194, 57.869051278141526 ], [ -6.982871528420981, 57.865581631879238 ], [ -6.9835921865595, 57.863530204900265 ], [ -6.983682668761997, 57.863272622929138 ], [ -6.982543039469987, 57.863320168239561 ], [ -6.983402213151872, 57.863492173619498 ], [ -6.982982158526859, 57.86420678375589 ], [ -6.981938875568001, 57.864637676868867 ], [ -6.978200523581865, 57.86455887451887 ], [ -6.974568934047742, 57.864873424138921 ], [ -6.973094301414187, 57.865624091648954 ], [ -6.971058716351084, 57.865919935059395 ], [ -6.970790227964681, 57.866114906831612 ], [ -6.971329658898656, 57.866170204096967 ], [ -6.970548944124016, 57.866506737991216 ], [ -6.967006313847458, 57.867320487778109 ], [ -6.965326950876053, 57.868057495891733 ], [ -6.96405283153388, 57.86775567407971 ], [ -6.962669343186511, 57.867823390619407 ], [ -6.961982470174133, 57.868412596470897 ], [ -6.962571069645857, 57.868762895249063 ], [ -6.961877140622312, 57.869239918207796 ], [ -6.959987131594879, 57.868634705537438 ], [ -6.959814371741197, 57.867822776000189 ], [ -6.957732086474009, 57.867573232385062 ], [ -6.958991557185796, 57.867854997788982 ], [ -6.956914973280156, 57.869496310503806 ], [ -6.953938846841494, 57.876509566207226 ], [ -6.951940216875428, 57.87744689506048 ], [ -6.951131297374149, 57.876907233039162 ], [ -6.951968607071574, 57.875691447381755 ], [ -6.951652100917244, 57.871640055565749 ], [ -6.948632415696901, 57.869499935019469 ], [ -6.948239909821332, 57.868659695946768 ], [ -6.947293173480887, 57.868736267570497 ], [ -6.94685455198526, 57.86824779341017 ], [ -6.947907421145081, 57.867347489611262 ], [ -6.95062448564837, 57.866334448490313 ], [ -6.950063451403865, 57.866269112083195 ], [ -6.951884237813046, 57.865233492805835 ], [ -6.951793979772471, 57.864921241179765 ], [ -6.951128455257683, 57.865212662550768 ], [ -6.951669083221961, 57.864847854346799 ], [ -6.951269129006797, 57.864971451592275 ], [ -6.951337294891879, 57.86468179475397 ], [ -6.948998054959293, 57.86608403704733 ], [ -6.948736674511217, 57.866028690433723 ], [ -6.948284538993181, 57.866419601779199 ], [ -6.944770300117503, 57.86747991258077 ], [ -6.941855043311945, 57.867457855848798 ], [ -6.940776426313061, 57.867913781298284 ], [ -6.939662507227938, 57.869096194419825 ], [ -6.937597332383697, 57.870187934389499 ], [ -6.938502035278342, 57.870923662801054 ], [ -6.939281115142351, 57.87084290149415 ], [ -6.940909093660241, 57.871582792787876 ], [ -6.939148441140907, 57.872052710878918 ], [ -6.93836830965349, 57.872039947881355 ], [ -6.937557256338706, 57.871592953979203 ], [ -6.936209603068467, 57.871640086597679 ], [ -6.932368581652308, 57.86981949619318 ], [ -6.932072340793805, 57.869185984604954 ], [ -6.929758959135815, 57.868456473730809 ], [ -6.928706560128689, 57.867552804496448 ], [ -6.924963839745154, 57.867590447053637 ], [ -6.920527906713361, 57.866435898237789 ], [ -6.919960767911649, 57.8656590500037 ], [ -6.92021753494836, 57.865462848727972 ], [ -6.920713331410767, 57.865816937071372 ], [ -6.921031543563044, 57.865675024089619 ], [ -6.920389097041766, 57.86529784622801 ], [ -6.91708565269325, 57.86620074018375 ], [ -6.916804389670094, 57.866847705556339 ], [ -6.915844714537535, 57.866669045991685 ], [ -6.915162195214378, 57.867332480909724 ], [ -6.915328833006775, 57.867748843977701 ], [ -6.913708734328606, 57.867753234359178 ], [ -6.91285326748011, 57.869585696854926 ], [ -6.911261783875484, 57.869552958484867 ], [ -6.909397443824074, 57.868572665271394 ], [ -6.905537453194156, 57.868803198489054 ], [ -6.905308547333609, 57.869414818514578 ], [ -6.907144745063134, 57.869941945509872 ], [ -6.907268707176408, 57.870355472506617 ], [ -6.906468818850204, 57.870494417777287 ], [ -6.907585337259865, 57.871809608206227 ], [ -6.908865591623127, 57.871602559938175 ], [ -6.910079769373962, 57.872333681158835 ], [ -6.910799983605123, 57.872229290101949 ], [ -6.910699647430875, 57.871927304001666 ], [ -6.911610758228445, 57.872355288621058 ], [ -6.911438435245332, 57.871340883372653 ], [ -6.912607869820221, 57.87168237414275 ], [ -6.911991711757895, 57.872363006250644 ], [ -6.912995446474221, 57.872171137755366 ], [ -6.914954190527687, 57.872666414575832 ], [ -6.91565359842906, 57.872409864443831 ], [ -6.918375874950832, 57.873055382518494 ], [ -6.921025651889501, 57.87520606341895 ], [ -6.922663691642446, 57.87570019182894 ], [ -6.924445797665958, 57.875581439441852 ], [ -6.924810287686888, 57.875900136681658 ], [ -6.92591053491367, 57.875672926319943 ], [ -6.930743598312357, 57.87779247441587 ], [ -6.932430097319232, 57.877776294321606 ], [ -6.935341659992722, 57.879610627950711 ], [ -6.937484042605666, 57.879900494154519 ], [ -6.938416583300681, 57.881033689466371 ], [ -6.939869322529696, 57.881773238662191 ], [ -6.940398884067407, 57.881509680237464 ], [ -6.941738919579794, 57.881551874565709 ], [ -6.941589552752702, 57.881386767190243 ], [ -6.942849952705523, 57.881832402620553 ], [ -6.943373769781331, 57.881650024349597 ], [ -6.943179840215941, 57.882143405816663 ], [ -6.94507465087218, 57.882964609533751 ], [ -6.946378774332786, 57.883359024158388 ], [ -6.947060565113827, 57.883219943385775 ], [ -6.9490303797667, 57.884032764233503 ], [ -6.952149406195821, 57.884273436273823 ], [ -6.956481877398168, 57.885915017746775 ], [ -6.959128058812983, 57.886362951498505 ], [ -6.960057469616989, 57.886842972982905 ], [ -6.961310503823253, 57.88808852537889 ], [ -6.96141821375701, 57.888954283796984 ], [ -6.960074744552912, 57.891031135759299 ], [ -6.957364231831587, 57.892311284429972 ], [ -6.953363053878729, 57.893409723643153 ], [ -6.95097591870412, 57.893741437067135 ], [ -6.950002217959153, 57.894706130360611 ], [ -6.950431958174635, 57.895188651145894 ], [ -6.949742720151944, 57.895152602487109 ], [ -6.949490972727625, 57.896084586595954 ], [ -6.950147124005387, 57.896922625820302 ], [ -6.950175657845489, 57.898662350346072 ], [ -6.949395186746639, 57.899313602480376 ], [ -6.949229293994212, 57.900255726395329 ], [ -6.951065008322036, 57.900211002978111 ], [ -6.950751520955745, 57.900511142240063 ], [ -6.951411102653453, 57.900944196731892 ], [ -6.950371256512164, 57.900939841586599 ], [ -6.951029994408961, 57.901305456681413 ], [ -6.950696753487655, 57.901952735964052 ], [ -6.951430380947365, 57.90243237931741 ], [ -6.950764134964239, 57.902318963516223 ], [ -6.95072403822583, 57.902518454965119 ], [ -6.950270150442454, 57.901861443077252 ], [ -6.949349369151356, 57.90241471371283 ], [ -6.950516607778638, 57.903588155902455 ], [ -6.950054501259001, 57.903975067701367 ], [ -6.948453633504449, 57.903763195644139 ], [ -6.948156348815891, 57.904242625888685 ], [ -6.949032873138032, 57.904716703660199 ], [ -6.948199009642834, 57.904920201222914 ], [ -6.948178603672415, 57.904588124886679 ], [ -6.947546845458278, 57.904725248677281 ], [ -6.947524705026018, 57.904073861957677 ], [ -6.946503542536387, 57.903776355185144 ], [ -6.94419578577919, 57.904014858689337 ], [ -6.944194868900881, 57.903578561902208 ], [ -6.942579271235721, 57.903259232994287 ], [ -6.941597676275664, 57.902573293949374 ], [ -6.939708318776289, 57.902597476617672 ], [ -6.936169423966222, 57.904021876630367 ], [ -6.934980656590745, 57.904041186611458 ], [ -6.933438599609744, 57.905117831703357 ], [ -6.931234959539068, 57.905684910800936 ], [ -6.930625704383883, 57.905555676703138 ], [ -6.929454100826646, 57.906685328396883 ], [ -6.92894666296175, 57.906867001475725 ], [ -6.92843089253402, 57.906680141872798 ], [ -6.928695878920462, 57.90713315392523 ], [ -6.927980554349538, 57.907277925328344 ], [ -6.927070905869091, 57.908100482694138 ], [ -6.925858035744273, 57.908745893063504 ], [ -6.924314760198611, 57.908954307589482 ], [ -6.924573635034197, 57.909178155920777 ], [ -6.923869542501736, 57.909281982359673 ], [ -6.923485670660235, 57.910057093344491 ], [ -6.922993989043782, 57.910107680509562 ], [ -6.922828267106104, 57.909700282399712 ], [ -6.920652123270121, 57.91059446723041 ], [ -6.91843392967105, 57.910873991003449 ], [ -6.915118288131224, 57.910174951178256 ], [ -6.915250405057607, 57.910399234980929 ], [ -6.9129939340196, 57.910522710844873 ], [ -6.908731826761094, 57.909513833724951 ], [ -6.905501607834028, 57.909499458918035 ], [ -6.902390033322702, 57.909116062445051 ], [ -6.900059629825804, 57.907334955932477 ], [ -6.898164246792618, 57.906944916003219 ], [ -6.898350954407631, 57.907198591795783 ], [ -6.897838717290628, 57.906912515577751 ], [ -6.896439326305551, 57.907061049894153 ], [ -6.8962907274627, 57.907768499435299 ], [ -6.892554571508311, 57.906644314760179 ], [ -6.892606003465142, 57.906835748426211 ], [ -6.891764410374591, 57.906674816144758 ], [ -6.886741493719769, 57.907021527525401 ], [ -6.883626320679522, 57.906421909570859 ], [ -6.881383403806249, 57.906332892645239 ], [ -6.877735728925691, 57.904237790108084 ], [ -6.876350089348294, 57.900940049023937 ], [ -6.875379164179344, 57.901256286759839 ], [ -6.87499491503768, 57.900479408656437 ], [ -6.873107956418528, 57.900893837616167 ], [ -6.87185895921668, 57.900343618484484 ], [ -6.869832031122025, 57.900722896368947 ], [ -6.868836270548824, 57.90179121174139 ], [ -6.866113542293545, 57.902772907301483 ], [ -6.862337918662696, 57.902094685167754 ], [ -6.861725630073271, 57.901690863026133 ], [ -6.859322528719783, 57.901414193283379 ], [ -6.854454377410496, 57.900026462607833 ], [ -6.851353060884544, 57.899582975901005 ], [ -6.849821867840443, 57.90069411577862 ], [ -6.849509911171682, 57.901700110890395 ], [ -6.850375322755013, 57.90266554710572 ], [ -6.851764506316598, 57.903129641688388 ], [ -6.851554156643254, 57.903574000538718 ], [ -6.850375426873959, 57.903479680699142 ], [ -6.850134618573676, 57.904136608290997 ], [ -6.84967295106236, 57.904221745360694 ], [ -6.848324877310232, 57.904124890104363 ], [ -6.847900050298157, 57.904482988652646 ], [ -6.848234682097285, 57.904708581402353 ], [ -6.847116771966919, 57.904877285187368 ], [ -6.847187286068796, 57.905211937416212 ], [ -6.844981838689576, 57.905273777425457 ], [ -6.838152270127242, 57.904315727464478 ], [ -6.836417838517752, 57.90360827855266 ], [ -6.834898110318213, 57.903553815717864 ], [ -6.828224507137056, 57.90165192418165 ], [ -6.824220365795005, 57.901404094545541 ], [ -6.815296464170656, 57.900215092368072 ], [ -6.814709770163581, 57.900199600877386 ], [ -6.813570603778537, 57.900915759060041 ], [ -6.814416662464579, 57.901063536830826 ], [ -6.816794481380581, 57.90276784618937 ], [ -6.820230020670913, 57.903462143092717 ], [ -6.821117703355303, 57.903378001837034 ], [ -6.821273560598994, 57.903091403096369 ], [ -6.822001714641808, 57.90402175660109 ], [ -6.825380687548674, 57.904846711516427 ], [ -6.827714901320854, 57.905805836770249 ], [ -6.83033485391962, 57.90645087120361 ], [ -6.833148881147716, 57.906540603072699 ], [ -6.833878373229024, 57.907176679961729 ], [ -6.835667281446271, 57.907760643225714 ], [ -6.836492994623914, 57.908784357685192 ], [ -6.837578335031758, 57.909163047128537 ], [ -6.841284936937026, 57.909390355668847 ], [ -6.842932441157349, 57.909939140748818 ], [ -6.844930752819977, 57.910870318825204 ], [ -6.845194107316891, 57.911131030458456 ], [ -6.84454085868184, 57.91118748584438 ], [ -6.845445557137248, 57.911854589224674 ], [ -6.845488444857583, 57.912510554618507 ], [ -6.846730754768852, 57.912748230133012 ], [ -6.847848973726644, 57.913844358039398 ], [ -6.849665851184295, 57.914180576517964 ], [ -6.850347413065196, 57.914033052451494 ], [ -6.853055498776675, 57.914859584941127 ], [ -6.853561258413706, 57.914774549485493 ], [ -6.855713919596279, 57.916330280776037 ], [ -6.858636921997699, 57.916356816592788 ], [ -6.858498705114749, 57.917159163178518 ], [ -6.859277670775459, 57.917506238893644 ], [ -6.858368342320001, 57.918007088206018 ], [ -6.858538967991769, 57.919330162875525 ], [ -6.860242664480608, 57.920163559340331 ], [ -6.860401725068093, 57.920876245053847 ], [ -6.862450734998593, 57.921624406229597 ], [ -6.863463433945302, 57.92275954524974 ], [ -6.864078452943109, 57.922831307802674 ], [ -6.863557392063644, 57.923140972206618 ], [ -6.864048182300041, 57.923119443773281 ], [ -6.864320461442374, 57.923880859388859 ], [ -6.865826524440669, 57.924014679898043 ], [ -6.867151462318793, 57.924894914756031 ], [ -6.866629826805442, 57.925225304746995 ], [ -6.865729440153472, 57.925555835519326 ], [ -6.865447985634797, 57.925250875105348 ], [ -6.864660377206325, 57.925365662187836 ], [ -6.863049410782378, 57.924982161672531 ], [ -6.859919615557136, 57.926380515245604 ], [ -6.857623835199726, 57.925872061799652 ], [ -6.855346662978728, 57.926212979001875 ], [ -6.85462660539923, 57.925340052213514 ], [ -6.853678263832268, 57.924929260812831 ], [ -6.850961252133684, 57.92479305795981 ], [ -6.850481470187023, 57.924533438964538 ], [ -6.849504611326257, 57.92482449589626 ], [ -6.847545053957495, 57.926402663122616 ], [ -6.840250612644354, 57.927858021232552 ], [ -6.840371332094833, 57.928163772039099 ], [ -6.839603020476695, 57.928247077007789 ], [ -6.839940621672663, 57.929496318165171 ], [ -6.843754811797479, 57.92916444649817 ], [ -6.847800518317368, 57.930446479232891 ], [ -6.848062636116184, 57.931460198492559 ], [ -6.849357723572956, 57.932859025570885 ], [ -6.849024957047785, 57.933712875482243 ], [ -6.849455397413618, 57.934582517643925 ], [ -6.85525895381201, 57.930038744134663 ], [ -6.857643699521276, 57.92927899601262 ], [ -6.8615145929281, 57.929603822799841 ], [ -6.863122686684058, 57.930413870603886 ], [ -6.864405490188276, 57.931655596621447 ], [ -6.865703636603474, 57.931899957978231 ], [ -6.868933913528664, 57.933296293362268 ], [ -6.871277250468376, 57.933116326502898 ], [ -6.87234201041504, 57.933858077093269 ], [ -6.871824379869405, 57.932910885128813 ], [ -6.873179692034994, 57.931122551956349 ], [ -6.876429499616624, 57.93014746870135 ], [ -6.881039451004409, 57.93121604775601 ], [ -6.881425391516375, 57.930634431070331 ], [ -6.883043178240729, 57.93108941488898 ], [ -6.882776853753552, 57.931679924816201 ], [ -6.881648386683938, 57.93202474939195 ], [ -6.882447600688213, 57.932367317011753 ], [ -6.881627252907621, 57.934665937840407 ], [ -6.882156215093092, 57.935072889894975 ], [ -6.885945224997642, 57.934765011064151 ], [ -6.887577019735833, 57.93426580552967 ], [ -6.888547751322985, 57.934376820365983 ], [ -6.889066009040827, 57.933898031358225 ], [ -6.891839942872936, 57.93420936495221 ], [ -6.89256092171585, 57.933853184499192 ], [ -6.893723288347138, 57.934501037371255 ], [ -6.89430483390301, 57.934424613490727 ], [ -6.894129601600278, 57.934255950710529 ], [ -6.894885766281479, 57.934343712429765 ], [ -6.89563861796072, 57.934840926929837 ], [ -6.897086789071804, 57.934794000173845 ], [ -6.898368123538279, 57.935383240634678 ], [ -6.901265888033187, 57.935113826419204 ], [ -6.90568933985736, 57.936044807913817 ], [ -6.906360349507338, 57.93569497796215 ], [ -6.908852197907543, 57.936043849452176 ], [ -6.90934851074318, 57.93577723494441 ], [ -6.910741031911792, 57.935817772333309 ], [ -6.912662596021356, 57.936386575170346 ], [ -6.914000819518395, 57.936339217506962 ], [ -6.915111888604923, 57.937843527364812 ], [ -6.91455840528624, 57.938742125729597 ], [ -6.915189525218667, 57.939780133612778 ], [ -6.914759531458309, 57.940789998436799 ], [ -6.913499493848797, 57.941545042430235 ], [ -6.909016957463838, 57.942858484683555 ], [ -6.908905938830322, 57.943728228605423 ], [ -6.908025475118419, 57.943685839420169 ], [ -6.906815961375507, 57.944502729453127 ], [ -6.901698842087408, 57.945708204167673 ], [ -6.90253253590554, 57.945680476102574 ], [ -6.90167799287113, 57.946298266321008 ], [ -6.901803245348362, 57.947152569873246 ], [ -6.901031903580832, 57.94763669275369 ], [ -6.901070080102634, 57.948534844925149 ], [ -6.902516604275395, 57.949585479141625 ], [ -6.902492549638605, 57.950337598586437 ], [ -6.902054914638979, 57.950354514453686 ], [ -6.901755421705154, 57.950923859092164 ], [ -6.903129563980251, 57.950479404703238 ], [ -6.903746695248876, 57.949857291849327 ], [ -6.903615413172176, 57.949268612681784 ], [ -6.904025644370204, 57.949113308202755 ], [ -6.904817804745599, 57.949523493303779 ], [ -6.904712057491509, 57.948812377342918 ], [ -6.905842340365847, 57.94782314909672 ], [ -6.908169659222389, 57.946259503440409 ], [ -6.908972606722636, 57.946241919428374 ], [ -6.91088088613162, 57.944375068541554 ], [ -6.91410254488865, 57.943131121967618 ], [ -6.915652354764958, 57.941725199127582 ], [ -6.917596204926783, 57.9406647283895 ], [ -6.918824188521543, 57.940305825457948 ], [ -6.92188146805573, 57.940333835682587 ], [ -6.922302141354221, 57.940933760243652 ], [ -6.922918848729341, 57.940743385955265 ], [ -6.924262078843548, 57.940916141153188 ], [ -6.925366766698867, 57.941507485275103 ], [ -6.92601197700776, 57.943187245085007 ], [ -6.925615172162686, 57.944547623746132 ], [ -6.926428022633806, 57.945784544767179 ], [ -6.928213551885691, 57.945850115631927 ], [ -6.931701579206749, 57.944823868255469 ], [ -6.933667668503341, 57.944787876302229 ], [ -6.934811825517918, 57.945233665241382 ], [ -6.936570142902934, 57.946699130541511 ], [ -6.93777306883791, 57.946895203721724 ], [ -6.938419752169336, 57.946676597797257 ], [ -6.940413375091991, 57.947453615194924 ], [ -6.940898392270368, 57.948640251978055 ], [ -6.943708497457802, 57.950244577198454 ], [ -6.943876124323245, 57.950723855309398 ], [ -6.945129990817825, 57.950490541481074 ], [ -6.946669682763845, 57.951163714208491 ], [ -6.947412891256291, 57.951031263488851 ], [ -6.94766073618494, 57.950742701709153 ], [ -6.946851174128009, 57.950149022001014 ], [ -6.949127889127092, 57.949664346638556 ], [ -6.94930236503375, 57.949212207884017 ], [ -6.954435523796831, 57.948521460683601 ], [ -6.957563150207657, 57.949235918256804 ], [ -6.956966781162073, 57.949695565387863 ], [ -6.955221625701228, 57.949556843951314 ], [ -6.955632565228901, 57.950265012856946 ], [ -6.957059696198394, 57.950856994248603 ], [ -6.957570065476066, 57.951916637763148 ], [ -6.960262145652686, 57.952477125812585 ], [ -6.961400519381918, 57.951348503526923 ], [ -6.962835045111142, 57.950770570423131 ], [ -6.963190758455163, 57.951017552636856 ], [ -6.96353223358775, 57.950428403158746 ], [ -6.965021899805297, 57.95055452283232 ], [ -6.967585467904363, 57.950004299575149 ], [ -6.969824428196975, 57.950042531682747 ], [ -6.970587970328577, 57.951033731504978 ], [ -6.969545489442464, 57.952302632959046 ], [ -6.970417103647395, 57.952547373323497 ], [ -6.97067546061295, 57.953068052275839 ], [ -6.96992453104467, 57.953632783936861 ], [ -6.972858589203177, 57.953495281718951 ], [ -6.976032753083643, 57.955574978639056 ], [ -6.976443928875447, 57.954879593463147 ], [ -6.977472168962874, 57.954362417008014 ], [ -6.978775151052695, 57.954909556252183 ], [ -6.979811628234642, 57.954756404712491 ], [ -6.980923329275855, 57.955144593509303 ], [ -6.980814963770507, 57.954851956605651 ], [ -6.981385264793435, 57.955180431618309 ], [ -6.982054827477334, 57.955127141460999 ], [ -6.982810847107939, 57.955695725845828 ], [ -6.984393924940896, 57.956065365644598 ], [ -6.984608267030926, 57.956511278768254 ], [ -6.985073099173467, 57.956263591735848 ], [ -6.985670252624963, 57.95666296768426 ], [ -6.986161222287223, 57.956603181442865 ], [ -6.988670349134126, 57.957970991527738 ], [ -6.989560203839604, 57.959074083389659 ], [ -6.9914907741941, 57.959506442235885 ], [ -6.990788397721921, 57.959750004756046 ], [ -6.989664570455386, 57.959641274484831 ], [ -6.990551668554938, 57.961027868823024 ], [ -6.992000070600705, 57.96133974207816 ], [ -6.992714028186674, 57.96026801031396 ], [ -6.993701960375172, 57.960251610617973 ], [ -6.994346975282209, 57.960689550874001 ], [ -6.994494139550973, 57.961502467488948 ], [ -6.992608608047659, 57.961819612427199 ], [ -6.995289163628197, 57.962348351168835 ], [ -6.996345524378533, 57.963611286863483 ], [ -6.997186708375858, 57.963695109263057 ], [ -6.99772415461313, 57.963179108279341 ], [ -6.998649830319154, 57.963322569709973 ], [ -6.997933150654241, 57.964070558346236 ], [ -6.998327278949046, 57.964347426041833 ], [ -6.997626757847037, 57.96484736228323 ], [ -6.998481132146549, 57.965389496567575 ], [ -6.99983840129824, 57.965592416331418 ], [ -7.001132007348319, 57.965460449400751 ], [ -7.002482802544789, 57.964646949597977 ], [ -7.003957882609302, 57.964723720951753 ], [ -7.004108168047714, 57.963678652000155 ], [ -7.008031355729944, 57.963926879108428 ], [ -7.003675425252816, 57.962580109845192 ], [ -7.004024451527045, 57.962049019989387 ], [ -7.002540438296578, 57.960695047864235 ], [ -7.000978881398227, 57.960725137681386 ], [ -7.0003250128225, 57.961740571745963 ], [ -6.995243506618542, 57.958985333687224 ], [ -6.995596334546088, 57.957752366220028 ], [ -6.997054033414378, 57.95849566194817 ], [ -6.997879736766324, 57.957801859321563 ], [ -6.99592983297883, 57.95686653681733 ], [ -6.994945069469117, 57.95520492205798 ], [ -6.995478362911914, 57.95435620875476 ], [ -6.996218358677838, 57.954808390041904 ], [ -6.997238860005456, 57.954723199692083 ], [ -6.997700852357481, 57.955244806185583 ], [ -6.999050849041666, 57.955277071400253 ], [ -7.001762893975957, 57.956276758432679 ], [ -7.000301405605798, 57.955263760120168 ], [ -7.000055630424552, 57.95435127134126 ], [ -6.999554089777217, 57.954213598537287 ], [ -6.999120266955098, 57.954622062940274 ], [ -6.998843456444029, 57.954457535094534 ], [ -6.998617690854332, 57.953688205515007 ], [ -6.999001672505829, 57.953529120905763 ], [ -7.000189596523568, 57.95397711818012 ], [ -7.001453269614632, 57.952784686919344 ], [ -7.002833953048198, 57.952491811710566 ], [ -7.001817561759029, 57.953939913512386 ], [ -7.002797726715324, 57.954778448555707 ], [ -7.00357757004269, 57.954666712081639 ], [ -7.003598284507426, 57.954027115958013 ], [ -7.004560753116451, 57.953890173859214 ], [ -7.005745299611585, 57.954252783702785 ], [ -7.006894190115342, 57.953330233194968 ], [ -7.007652827592015, 57.953309276857681 ], [ -7.008228293865066, 57.954339191615212 ], [ -7.007504303492379, 57.954547717971785 ], [ -7.007635479776116, 57.955244297512806 ], [ -7.009182581362676, 57.956262831699668 ], [ -7.009983359042248, 57.956240198481659 ], [ -7.008800181056929, 57.9549194000246 ], [ -7.009258516940169, 57.954505433217534 ], [ -7.012778389299607, 57.956075775215886 ], [ -7.013763776148954, 57.955074150921156 ], [ -7.015028846154327, 57.954862187106748 ], [ -7.016351456169576, 57.953973162154988 ], [ -7.016905074106993, 57.95405922647651 ], [ -7.017224314391847, 57.953196383808191 ], [ -7.019572631341715, 57.952442179774309 ], [ -7.022743211997943, 57.952303149497766 ], [ -7.023729955039206, 57.953789057295815 ], [ -7.024763466950403, 57.954098996028286 ], [ -7.028340843119387, 57.954204624272009 ], [ -7.029377170307733, 57.954473928279 ], [ -7.029350025446265, 57.954762910098694 ], [ -7.030301730144513, 57.954549722380953 ], [ -7.031598833286973, 57.954687204741738 ], [ -7.031502374347216, 57.95514538294826 ], [ -7.035237000500159, 57.955285067384629 ], [ -7.039820502464694, 57.95598472024853 ], [ -7.041644058021079, 57.957216822354631 ], [ -7.041254101001377, 57.957452752867859 ], [ -7.041731291971866, 57.957415789647492 ], [ -7.04222708879034, 57.958232811176785 ], [ -7.04169719711207, 57.958496798889641 ], [ -7.042483775488877, 57.958793923043295 ], [ -7.042606835668089, 57.959427825890025 ], [ -7.043169474140878, 57.959396457654258 ], [ -7.042523099602364, 57.959975480870746 ], [ -7.044786283852573, 57.960600753390111 ], [ -7.04581555684212, 57.960096456816672 ], [ -7.047141044346541, 57.960493574278672 ], [ -7.05020173447915, 57.960290765274451 ], [ -7.050222293887946, 57.960676824796685 ], [ -7.050883226217655, 57.96050205251175 ], [ -7.051701220771838, 57.961261225731988 ], [ -7.052374591130466, 57.960874516625339 ], [ -7.05622244286743, 57.961751357302646 ], [ -7.05571638398819, 57.962243883392262 ], [ -7.055994785577226, 57.964036724584957 ], [ -7.057448983075685, 57.966183065526245 ], [ -7.056725696564595, 57.966576289013659 ], [ -7.057063497858358, 57.967350077375805 ], [ -7.056532966913049, 57.967969541468328 ], [ -7.057001036249843, 57.968346758811933 ], [ -7.056560555717372, 57.96858475007916 ], [ -7.057872408897952, 57.969481654305113 ], [ -7.057955396205948, 57.970369069203564 ], [ -7.058488952285859, 57.97055023088798 ], [ -7.059557076841466, 57.970440153450774 ], [ -7.059512962088699, 57.969348750709209 ], [ -7.060581705529321, 57.969423082146555 ], [ -7.061485984499826, 57.968932642897379 ], [ -7.062641232906969, 57.969079981541377 ], [ -7.063387464515213, 57.968789276358343 ], [ -7.065380169225137, 57.969051613225965 ], [ -7.066015447819399, 57.969413125389806 ], [ -7.066797286822996, 57.969314418734655 ], [ -7.06697092624427, 57.968686671414673 ], [ -7.065935621457597, 57.968489595650219 ], [ -7.06632800419609, 57.968091540570221 ], [ -7.064167487227965, 57.967300583234369 ], [ -7.063996274056298, 57.966808071385849 ], [ -7.066740335903165, 57.965560335234272 ], [ -7.067943781953637, 57.965989112197917 ], [ -7.069232732821392, 57.965406765745939 ], [ -7.069686033327234, 57.965977970525373 ], [ -7.071761346602717, 57.966286387640892 ], [ -7.072060598298626, 57.965829055364232 ], [ -7.075218793298554, 57.966013133574307 ], [ -7.076238962620353, 57.966282717279299 ], [ -7.076748597298362, 57.966892133202428 ], [ -7.078444585640319, 57.967211126474929 ], [ -7.079939135338208, 57.967124287441798 ], [ -7.079290643466666, 57.967924028962756 ], [ -7.080651420683081, 57.969102167963484 ], [ -7.079051913476139, 57.969404653569562 ], [ -7.079880073650372, 57.969393983956252 ], [ -7.080504205487349, 57.969854844385068 ], [ -7.079759440240432, 57.970572968416029 ], [ -7.080969513516521, 57.971284780610972 ], [ -7.082609989522386, 57.971628440965873 ], [ -7.082100565396462, 57.972930974846207 ], [ -7.082641757436647, 57.972985769686666 ], [ -7.082497472455501, 57.973400930545722 ], [ -7.083250068074284, 57.973811646100827 ], [ -7.082690507858749, 57.974522365192087 ], [ -7.083319026285047, 57.975311442798819 ], [ -7.083212559129828, 57.975635115383334 ], [ -7.082240155437465, 57.975764049002294 ], [ -7.081904844026659, 57.97662323316775 ], [ -7.081458121054273, 57.976578145970599 ], [ -7.082017794025415, 57.977896333075734 ], [ -7.081064405127395, 57.977921024818713 ], [ -7.081050534347604, 57.978240986278536 ], [ -7.080526908530741, 57.978131495218719 ], [ -7.0808680878633, 57.978626181892274 ], [ -7.079403183271697, 57.979044734827319 ], [ -7.080249383322763, 57.979816114965274 ], [ -7.079350860951323, 57.980108515650457 ], [ -7.081485356611124, 57.981782023324882 ], [ -7.081287192694992, 57.981996899019869 ], [ -7.082233815444391, 57.982341370883717 ], [ -7.085044515197376, 57.984599558397782 ], [ -7.085212616449097, 57.985186647778256 ], [ -7.08460640240043, 57.985152459790484 ], [ -7.085579667230131, 57.986220130498054 ], [ -7.084222733116816, 57.986625407858718 ], [ -7.082390708570681, 57.986190453231309 ], [ -7.082446604209734, 57.986584097933395 ], [ -7.081594883005943, 57.986312301672406 ], [ -7.081185171363114, 57.986648115585119 ], [ -7.083888096485678, 57.98886116531731 ], [ -7.082744934864902, 57.989460299324236 ], [ -7.083957994032267, 57.989353219833504 ], [ -7.084056028520121, 57.989745175991324 ], [ -7.085237143513868, 57.989949773620786 ], [ -7.085306742885519, 57.990558805669409 ], [ -7.084811048797353, 57.990587667465348 ], [ -7.08588571511749, 57.991354362671274 ], [ -7.085881425686069, 57.99197985218396 ], [ -7.086726792658482, 57.992026943873185 ], [ -7.086319133061742, 57.99231770475501 ], [ -7.087156084917228, 57.992365131089095 ], [ -7.087190904010751, 57.99266964623969 ], [ -7.087730001072577, 57.99240960225697 ], [ -7.088533608331163, 57.992818252155793 ], [ -7.090224965523508, 57.994941284726295 ], [ -7.091175988484073, 57.995254032680307 ], [ -7.093116430531032, 57.995315628716199 ], [ -7.096031530838899, 57.994784716646784 ], [ -7.096053693079321, 57.993929070106553 ], [ -7.097897975268258, 57.993256662154224 ], [ -7.098472490367556, 57.992234863114383 ], [ -7.100566820966737, 57.991237454598838 ], [ -7.0992489498542, 57.990728080185022 ], [ -7.100365748010075, 57.990777668659469 ], [ -7.100588607565546, 57.990498786609429 ], [ -7.099620015311718, 57.990240801222853 ], [ -7.100112135918258, 57.990068065274848 ], [ -7.099372158626609, 57.989571454057284 ], [ -7.099590739516795, 57.988905854895606 ], [ -7.0990062583896, 57.988965333797516 ], [ -7.099595019439852, 57.9884603085682 ], [ -7.100102644463258, 57.988574867766445 ], [ -7.099893586352726, 57.988772217300124 ], [ -7.100993278610189, 57.98834562040981 ], [ -7.101225211624772, 57.987773954138518 ], [ -7.101799306169036, 57.987998302512331 ], [ -7.101608839874915, 57.98743462112612 ], [ -7.102995233206971, 57.986524109614521 ], [ -7.103841881269502, 57.986818463864921 ], [ -7.104810799909838, 57.986307116619535 ], [ -7.105958473462878, 57.986395899116864 ], [ -7.107445810658073, 57.986075108497367 ], [ -7.108393151527022, 57.986243913149295 ], [ -7.108560039178882, 57.986048245981543 ], [ -7.109742472874643, 57.986558478300928 ], [ -7.109603578190257, 57.986060210512271 ], [ -7.111257565851949, 57.987559161890218 ], [ -7.111652477269081, 57.987358803335191 ], [ -7.111838222711329, 57.987769705567253 ], [ -7.112379678690374, 57.9878243692905 ], [ -7.112452173016547, 57.988509760162302 ], [ -7.112553702505002, 57.988271733184391 ], [ -7.113165053448195, 57.988696975555634 ], [ -7.11414587775271, 57.988684439205535 ], [ -7.114359483459893, 57.98911221077821 ], [ -7.113792624720128, 57.989117062833294 ], [ -7.114623596949784, 57.989893349574295 ], [ -7.114348889728757, 57.990579238730959 ], [ -7.113085426611653, 57.990985560507184 ], [ -7.113403376499771, 57.991728541914206 ], [ -7.110055147668469, 57.992367284703079 ], [ -7.108696935904005, 57.992170043125327 ], [ -7.108899125844932, 57.992458820843396 ], [ -7.109871513695574, 57.992505143735357 ], [ -7.110367582412704, 57.993249956201133 ], [ -7.109212846759815, 57.993647358366516 ], [ -7.109737422024878, 57.993761199028761 ], [ -7.109985428734533, 57.994785927433455 ], [ -7.110443271460165, 57.994906951602204 ], [ -7.109405618166089, 57.996005944319656 ], [ -7.10886133150486, 57.995694949713638 ], [ -7.109293746263926, 57.99652780589976 ], [ -7.108435082313655, 57.996269955187152 ], [ -7.107491890190383, 57.997081705693994 ], [ -7.106547596057017, 57.997173692347374 ], [ -7.1069025929301, 57.997523805788063 ], [ -7.105931358628671, 57.997783325350611 ], [ -7.105257773002052, 57.997634973708848 ], [ -7.105078693078022, 57.998042566205065 ], [ -7.102461533415424, 57.998584198123815 ], [ -7.100905288068478, 57.998187888613131 ], [ -7.100223621374594, 57.99845821732346 ], [ -7.099617443008531, 57.998307126932595 ], [ -7.099545634166853, 57.998813870103952 ], [ -7.098928430700268, 57.99894214042903 ], [ -7.097558028611364, 57.998065957493417 ], [ -7.095477389533499, 57.998567895650886 ], [ -7.094774345684731, 57.99934290812655 ], [ -7.093999527896465, 57.999257044220933 ], [ -7.093845297136924, 57.999780586539345 ], [ -7.092420901194981, 57.999536336450255 ], [ -7.092714802145112, 58.000172356884526 ], [ -7.092181507059749, 58.000414192411704 ], [ -7.092043845888615, 58.001292464629394 ], [ -7.091380623248203, 58.001395550607675 ], [ -7.091617367673442, 58.001570499861458 ], [ -7.090976044652567, 58.00147026340214 ], [ -7.091535742150382, 58.002068631911243 ], [ -7.089875384756124, 58.003322886487354 ], [ -7.089313535502773, 58.00330492900688 ], [ -7.090240470683788, 58.003744618619933 ], [ -7.089610477480527, 58.005510879345216 ], [ -7.089021431375411, 58.005718945077227 ], [ -7.089635939473971, 58.005689806208444 ], [ -7.089692442194589, 58.006146407566916 ], [ -7.09005033542517, 58.006100564661764 ], [ -7.090216082877849, 58.007681958261848 ], [ -7.091759297669512, 58.008996664363295 ], [ -7.09213005357713, 58.011064691199238 ], [ -7.085934717247753, 58.015240421740643 ], [ -7.084913720624688, 58.016644423102235 ], [ -7.085130997935552, 58.017814374429463 ], [ -7.085646480982002, 58.018041152834286 ], [ -7.085358944987292, 58.018880428606892 ], [ -7.083295530242724, 58.019691851115503 ], [ -7.082342576709446, 58.020562258164084 ], [ -7.081461090620929, 58.020206158348508 ], [ -7.081325774769567, 58.019671733995651 ], [ -7.080074839958503, 58.019280926503711 ], [ -7.077584183725611, 58.019353572988997 ], [ -7.075531011717445, 58.019044290204839 ], [ -7.074008918830897, 58.018295376260248 ], [ -7.070299346726829, 58.017543856541408 ], [ -7.070061247062239, 58.016761605912393 ], [ -7.069007049022559, 58.016142404354781 ], [ -7.069142941115252, 58.01560613958042 ], [ -7.065696820153573, 58.014497580309708 ], [ -7.063710838474867, 58.011427782367903 ], [ -7.061118779379623, 58.01000162753656 ], [ -7.059849276690565, 58.008756639320495 ], [ -7.058578758938419, 58.008582348028689 ], [ -7.056062245731703, 58.008826565687862 ], [ -7.054506696256513, 58.009333876685105 ], [ -7.054102800783223, 58.009894287863766 ], [ -7.053444985088263, 58.009497610434906 ], [ -7.051816901040614, 58.009611899324781 ], [ -7.050299726308451, 58.010691647379588 ], [ -7.05169591794255, 58.010615398822452 ], [ -7.052267528035721, 58.01226162339573 ], [ -7.053567879123814, 58.013545943237354 ], [ -7.052061609206556, 58.014163721025625 ], [ -7.052801891353912, 58.015983175578626 ], [ -7.052076508887166, 58.017028723570675 ], [ -7.051345850841867, 58.017197253632403 ], [ -7.051535081403811, 58.017756545084247 ], [ -7.050755507914528, 58.017998994846501 ], [ -7.050064810440047, 58.01893068459065 ], [ -7.049750031798308, 58.020423235556521 ], [ -7.048117839234628, 58.022373043219879 ], [ -7.046759329820242, 58.022719456327962 ], [ -7.045350730352387, 58.023612170224872 ], [ -7.04498223565376, 58.024845921451025 ], [ -7.04402887634373, 58.025540586667219 ], [ -7.042892820270581, 58.025842128877116 ], [ -7.041120034513582, 58.025777567878215 ], [ -7.039198201953055, 58.026339695887152 ], [ -7.039148538130074, 58.026107742837937 ], [ -7.037772228828782, 58.026630203259487 ], [ -7.037312314204601, 58.026495499340697 ], [ -7.036621897825605, 58.027071707939548 ], [ -7.034867790294665, 58.027501155218857 ], [ -7.033820793622056, 58.028977694170109 ], [ -7.029005365656698, 58.031516715859389 ], [ -7.024646245539826, 58.031455349199476 ], [ -7.01964463680433, 58.032192969276295 ], [ -7.013849711077522, 58.034833070081767 ], [ -7.011823273353341, 58.034958041937202 ], [ -7.009671149374337, 58.034368187445921 ], [ -7.007048389438919, 58.035200367789834 ], [ -7.003240743659397, 58.037383719178571 ], [ -7.001449757179302, 58.037737661582632 ], [ -6.999199927245834, 58.037479861450542 ], [ -6.998904977668559, 58.038584585597356 ], [ -6.997187250933847, 58.038674674140992 ], [ -6.996401953648402, 58.039488292280978 ], [ -6.995594316703692, 58.039596533945257 ], [ -6.994445423431229, 58.038780723419094 ], [ -6.994932246000794, 58.039532604892109 ], [ -6.9942916248663, 58.040956799309129 ], [ -6.989992909390563, 58.041395658979155 ], [ -6.989391430363943, 58.041887119668132 ], [ -6.984828502074388, 58.042318184938715 ], [ -6.98293749215997, 58.042140475392472 ], [ -6.978360136678384, 58.042346953678802 ], [ -6.975871426300517, 58.041288397322376 ], [ -6.973420424056893, 58.041474358300356 ], [ -6.972875952969106, 58.041158301067959 ], [ -6.971151231470141, 58.041077369683528 ], [ -6.969936242328071, 58.041367825455758 ], [ -6.969813283624111, 58.041093740347698 ], [ -6.967470090465463, 58.040713077778818 ], [ -6.966378252794592, 58.039937080292539 ], [ -6.965626638778953, 58.040204877373078 ], [ -6.965478405250709, 58.04133525054776 ], [ -6.964182317869041, 58.043117760217847 ], [ -6.962606351635315, 58.043741629112304 ], [ -6.9578941785742, 58.045117684752206 ], [ -6.95335719731311, 58.045312675559366 ], [ -6.95027038346587, 58.046728506101857 ], [ -6.942890218806765, 58.047897542017893 ], [ -6.939230831715022, 58.048858552641391 ], [ -6.938856540951801, 58.049219468313282 ], [ -6.929418742966329, 58.049932388509127 ], [ -6.923961813710704, 58.050782751104251 ], [ -6.922346516729223, 58.051313157268645 ], [ -6.921024168124423, 58.051445351751475 ], [ -6.920937767778973, 58.05118780413072 ], [ -6.918146262259685, 58.051556792646053 ], [ -6.914946714698265, 58.051365740176145 ], [ -6.913791609309091, 58.05117201941561 ], [ -6.91302858772773, 58.050621266964512 ], [ -6.911953871629417, 58.050703306762749 ], [ -6.910352416214762, 58.049546216402788 ], [ -6.908061954542762, 58.049486286069779 ], [ -6.906870671749554, 58.049028512261927 ], [ -6.906794227693148, 58.049571240999711 ], [ -6.91135247301662, 58.052746225711068 ], [ -6.913778833184391, 58.053237166784584 ], [ -6.92001562638523, 58.052869850439464 ], [ -6.923439604798652, 58.052287390577824 ], [ -6.926540673153209, 58.052378592195275 ], [ -6.928957711578397, 58.051817029827049 ], [ -6.936729102554062, 58.050953006807049 ], [ -6.938993971423031, 58.05039716015586 ], [ -6.943814366144932, 58.049854303242078 ], [ -6.945202533453085, 58.04995321463241 ], [ -6.947715882928147, 58.049477499848017 ], [ -6.952311635725436, 58.049212959101709 ], [ -6.958640936566979, 58.049640806549931 ], [ -6.962907859730516, 58.04933023737285 ], [ -6.965617290918442, 58.048680063047904 ], [ -6.970224796661684, 58.04813551195803 ], [ -6.98025390285502, 58.047715726328015 ], [ -6.981329563000994, 58.047763517256733 ], [ -6.98146389440057, 58.047996662586534 ], [ -6.981498398773625, 58.047392529309938 ], [ -6.984413255286103, 58.04681935460917 ], [ -6.985747735096857, 58.045925788332191 ], [ -6.992626282477157, 58.04463898019349 ], [ -6.997063768508503, 58.044158593409158 ], [ -7.007023081438213, 58.040950370321454 ], [ -7.010732526413908, 58.040484692925958 ], [ -7.01560751226051, 58.040769110654054 ], [ -7.018341592288333, 58.03903716393922 ], [ -7.024374132228709, 58.036576403063258 ], [ -7.030367072539654, 58.035466456522471 ], [ -7.032473390025132, 58.036089274329349 ], [ -7.034158541670779, 58.034866366297365 ], [ -7.03488144710797, 58.034639772718783 ], [ -7.036338977799578, 58.034811403234571 ], [ -7.037007627943613, 58.034200075166616 ], [ -7.038949470980932, 58.033776652282732 ], [ -7.040003647185817, 58.033914760497602 ], [ -7.040646979963387, 58.034447045761745 ], [ -7.040441694720609, 58.034855564010932 ], [ -7.041295977814254, 58.035860817916003 ], [ -7.04088965900062, 58.037249002099763 ], [ -7.043587916029221, 58.038037084730689 ], [ -7.048034215509456, 58.034747423356158 ], [ -7.048662324783193, 58.034870906796833 ], [ -7.04816995384449, 58.03522787262343 ], [ -7.049907583147835, 58.035280249019749 ], [ -7.049899502781289, 58.036603149940817 ], [ -7.050859760683573, 58.036555965398179 ], [ -7.050556536209859, 58.036810947664975 ], [ -7.051455223900523, 58.037288041971173 ], [ -7.052045031855725, 58.039059512402964 ], [ -7.053900013451899, 58.04101906772037 ], [ -7.053946152733474, 58.041584952708838 ], [ -7.053175651450077, 58.041655198146245 ], [ -7.053367147642654, 58.041809527906679 ], [ -7.054533791266492, 58.041781098504913 ], [ -7.054998212216436, 58.042185481972325 ], [ -7.056413857231021, 58.04163878431045 ], [ -7.054940170278764, 58.041715440680015 ], [ -7.054402781351652, 58.041214992219686 ], [ -7.056514981354052, 58.040914983975021 ], [ -7.057140088996325, 58.041195998952027 ], [ -7.058723298680325, 58.04057512247649 ], [ -7.058951759052015, 58.040930408792953 ], [ -7.060749065635518, 58.04068335884125 ], [ -7.061648568266625, 58.040984908442724 ], [ -7.061446906004514, 58.041537276504179 ], [ -7.059565207001404, 58.041787697378183 ], [ -7.062435974587134, 58.042231129246517 ], [ -7.062974950388411, 58.042681998802045 ], [ -7.062465365189099, 58.043156670917142 ], [ -7.063097415602786, 58.043126977818012 ], [ -7.062959773071607, 58.043352896571825 ], [ -7.064276337103114, 58.04372327740279 ], [ -7.06443339053286, 58.044112893105634 ], [ -7.061285877418277, 58.044890655016268 ], [ -7.06314202230929, 58.045356509888038 ], [ -7.062109068217712, 58.046328893594165 ], [ -7.059459036380263, 58.046906832880218 ], [ -7.053918379769652, 58.047023942660545 ], [ -7.053806828805536, 58.047374771761106 ], [ -7.051556486444134, 58.047360820186732 ], [ -7.048084515069821, 58.049388248176236 ], [ -7.047879871440497, 58.049801251289956 ], [ -7.048485857635933, 58.050366480336159 ], [ -7.046167483546665, 58.051313324850966 ], [ -7.038016544008815, 58.051097028983008 ], [ -7.037336029185699, 58.050543706175844 ], [ -7.035813340742456, 58.050275687040696 ], [ -7.03318094161827, 58.050802876890636 ], [ -7.030194092238829, 58.050561305971591 ], [ -7.029273011800544, 58.051070119045711 ], [ -7.02961388794696, 58.051803374873842 ], [ -7.028917317651961, 58.052159343084192 ], [ -7.027801065269015, 58.052306993144427 ], [ -7.024044096706053, 58.051839339225374 ], [ -7.020795023441762, 58.054077581337019 ], [ -7.020618717950152, 58.054754822261458 ], [ -7.021575143349513, 58.054375136232977 ], [ -7.023041121570991, 58.054420645980713 ], [ -7.025546221412418, 58.055819568999219 ], [ -7.027362329367717, 58.056422488570121 ], [ -7.029504911981871, 58.056270206124452 ], [ -7.032313026851669, 58.056685329711868 ], [ -7.035854940104191, 58.056225585418055 ], [ -7.038414112746096, 58.054936502729909 ], [ -7.040673985570358, 58.05429353420935 ], [ -7.04369860119822, 58.054258956734465 ], [ -7.0452807511642, 58.054825928251752 ], [ -7.052420253638914, 58.053345559381171 ], [ -7.05508342999427, 58.053635485257011 ], [ -7.057211127470207, 58.053379852529915 ], [ -7.058448892008462, 58.054689145732361 ], [ -7.059026757339608, 58.054814587839495 ], [ -7.059209168298024, 58.055383143644896 ], [ -7.05731452229753, 58.056925123615102 ], [ -7.057428770973036, 58.057491896361071 ], [ -7.058030927629257, 58.057548898117929 ], [ -7.058317543935556, 58.05801433723154 ], [ -7.056823428573934, 58.059688811036352 ], [ -7.056902351299839, 58.060904786904331 ], [ -7.052899599895803, 58.063506770357463 ], [ -7.04986915131806, 58.064225562152153 ], [ -7.04792922353758, 58.064073222933075 ], [ -7.045993696154858, 58.064312053843167 ], [ -7.043093630529605, 58.065173952602699 ], [ -7.039366895853111, 58.065713186396145 ], [ -7.038887746071521, 58.066047086151052 ], [ -7.039790447596083, 58.067149413790482 ], [ -7.038578852356721, 58.067827257908043 ], [ -7.036474718167281, 58.067294378092868 ], [ -7.037016156783952, 58.066980511853309 ], [ -7.036218117446685, 58.066679253973192 ], [ -7.036890427472884, 58.066270230369227 ], [ -7.035314361181885, 58.065869349495522 ], [ -7.030626614997892, 58.069046537672314 ], [ -7.028245299098804, 58.069739090283861 ], [ -7.025300237656024, 58.069986048383143 ], [ -7.020505553363577, 58.07106177017144 ], [ -7.023338601178052, 58.071188229959681 ], [ -7.023749267899015, 58.07157236060393 ], [ -7.02335608062467, 58.072096232532139 ], [ -7.023989679097723, 58.072736960647298 ], [ -7.026872626031805, 58.072951342162725 ], [ -7.028489523240646, 58.073580140865822 ], [ -7.029002128997073, 58.075228799709926 ], [ -7.028235991861614, 58.077503865222511 ], [ -7.028859723438798, 58.078374387152223 ], [ -7.028079688673121, 58.079768294290503 ], [ -7.028936200100815, 58.080121277008473 ], [ -7.028663162935738, 58.080955305441321 ], [ -7.03065860530517, 58.081555612542012 ], [ -7.032057774740045, 58.081059370321803 ], [ -7.033661874094003, 58.081112811123319 ], [ -7.034216601706332, 58.077883398750018 ], [ -7.034960848588057, 58.076598829247061 ], [ -7.036722972245115, 58.074585642186037 ], [ -7.038843256014689, 58.073426440720631 ], [ -7.04315521125443, 58.072036286639864 ], [ -7.045761298470294, 58.071973320297559 ], [ -7.047436316368533, 58.072410637388771 ], [ -7.049638008708612, 58.071589900965058 ], [ -7.049758106667553, 58.070878853915829 ], [ -7.050917041025591, 58.070549383388595 ], [ -7.05133574886335, 58.069669014292344 ], [ -7.052825167694985, 58.069695269846413 ], [ -7.053032072929683, 58.070496785535227 ], [ -7.054112920458867, 58.070575261904423 ], [ -7.054357658617636, 58.06984575490246 ], [ -7.056654560318734, 58.068620727568131 ], [ -7.058440344154501, 58.068162769784074 ], [ -7.060152654963899, 58.068503963299605 ], [ -7.061368977324075, 58.068280973740968 ], [ -7.063611086288438, 58.067389991845324 ], [ -7.064217058886397, 58.06651560437583 ], [ -7.065709814526763, 58.066267157221432 ], [ -7.068435595171589, 58.066810754281349 ], [ -7.06950446102563, 58.066745619544385 ], [ -7.069213079010358, 58.066068955349863 ], [ -7.066130361943521, 58.065701558736095 ], [ -7.062370906374628, 58.06463228007285 ], [ -7.062065598654901, 58.06349730048705 ], [ -7.062482175802106, 58.062963363071908 ], [ -7.061733914602621, 58.062295892399234 ], [ -7.062385731202995, 58.061685103720897 ], [ -7.06225723647494, 58.061078413473524 ], [ -7.062789911198018, 58.060764778514617 ], [ -7.065205595874056, 58.061100358381374 ], [ -7.065815162632219, 58.06007286330464 ], [ -7.068584388418738, 58.060268319407484 ], [ -7.068814188559971, 58.061946135250707 ], [ -7.069588139585886, 58.06189726054334 ], [ -7.070089124083625, 58.060464699766939 ], [ -7.071391531765173, 58.061029029870383 ], [ -7.072071874860741, 58.060799431977877 ], [ -7.072306679073014, 58.061077970332548 ], [ -7.072299464767986, 58.060668882573211 ], [ -7.072805678202377, 58.060707153358528 ], [ -7.071651665433032, 58.062035336788838 ], [ -7.072440716547267, 58.061841885519073 ], [ -7.072383241398717, 58.062393013688649 ], [ -7.073299467947125, 58.063404613273853 ], [ -7.074157313618909, 58.06287100677158 ], [ -7.074527438940058, 58.063504028547804 ], [ -7.075803344681637, 58.063642004900302 ], [ -7.076198549279799, 58.063018898363367 ], [ -7.077028243741157, 58.063003740582566 ], [ -7.077365902486175, 58.063885478482945 ], [ -7.07634224712881, 58.064745136081569 ], [ -7.077690875868821, 58.064439321303269 ], [ -7.079133401156111, 58.064674075320859 ], [ -7.080884792873215, 58.063083501851835 ], [ -7.082921266394591, 58.062601663216853 ], [ -7.082858590213876, 58.064902989662187 ], [ -7.084544342478579, 58.064997491329457 ], [ -7.084572021739554, 58.064596001799273 ], [ -7.085098062330195, 58.064772890631389 ], [ -7.085493114546868, 58.064149757582001 ], [ -7.085729858396849, 58.06497703499133 ], [ -7.087719781567513, 58.064942353247439 ], [ -7.087766029961351, 58.064373667309752 ], [ -7.088502115651814, 58.064416167835205 ], [ -7.088349384531073, 58.065250042551405 ], [ -7.088826722343663, 58.0654423631334 ], [ -7.087692636819918, 58.066419007879723 ], [ -7.086236660331666, 58.066567274144717 ], [ -7.085633496308381, 58.066325996120639 ], [ -7.085361675563186, 58.066741756542449 ], [ -7.083707407287691, 58.067226332311961 ], [ -7.078831565161136, 58.067205387660451 ], [ -7.077183244216251, 58.067613160871616 ], [ -7.077676610947659, 58.068097294488979 ], [ -7.086169710382867, 58.068598857466363 ], [ -7.088433446718859, 58.068458736314547 ], [ -7.091445179815896, 58.069038985541788 ], [ -7.09184569271279, 58.068811497517302 ], [ -7.092014520100841, 58.069340076517108 ], [ -7.092832292572846, 58.069478252279637 ], [ -7.093130458658743, 58.06996115786847 ], [ -7.093784915967156, 58.069431069001681 ], [ -7.094566462700866, 58.069791122466086 ], [ -7.094255707717624, 58.07023095835487 ], [ -7.094621308524644, 58.069937380617368 ], [ -7.095070177547022, 58.070405242442476 ], [ -7.094837598556563, 58.069906214761176 ], [ -7.095340217726401, 58.069323722238011 ], [ -7.097889312413608, 58.069041526337934 ], [ -7.099601244407689, 58.069436197412813 ], [ -7.100347417585871, 58.069964089059596 ], [ -7.100429523569649, 58.072201156111866 ], [ -7.098461971938129, 58.072514050242134 ], [ -7.10032885594994, 58.072506611053775 ], [ -7.100447302677127, 58.072978721094486 ], [ -7.100784226264217, 58.072722265909405 ], [ -7.101232439082751, 58.07294720404964 ], [ -7.102495585519537, 58.072873994762048 ], [ -7.102992511599894, 58.074389005613973 ], [ -7.101697106930873, 58.075246291615763 ], [ -7.100030922892977, 58.074817414630019 ], [ -7.098830550415701, 58.077052860353014 ], [ -7.10018634010297, 58.077151410606511 ], [ -7.100753223862911, 58.078977632114871 ], [ -7.100205020304486, 58.079301048469333 ], [ -7.100692076213509, 58.079321989131827 ], [ -7.10069963669536, 58.080027984735189 ], [ -7.102689325217319, 58.081410196625214 ], [ -7.103156049888066, 58.0812295021518 ], [ -7.103410376589903, 58.082294485519135 ], [ -7.103705568550541, 58.082458081877782 ], [ -7.103985606105549, 58.082100433552512 ], [ -7.104321898062143, 58.082491813176084 ], [ -7.103713314432753, 58.083105587792772 ], [ -7.102838143768103, 58.08322170678224 ], [ -7.103043158510935, 58.083645352877831 ], [ -7.103726029456413, 58.083550451351144 ], [ -7.103099738571011, 58.083922002123934 ], [ -7.103713896901318, 58.083762378822065 ], [ -7.104156337742165, 58.084657853002668 ], [ -7.103305488612356, 58.085240865196077 ], [ -7.10219943478433, 58.08546522081739 ], [ -7.10345073377517, 58.085365496171143 ], [ -7.103429666580735, 58.085811716147319 ], [ -7.10293858356019, 58.08611935246838 ], [ -7.10176543496017, 58.086112463803921 ], [ -7.103039683368006, 58.086232260195501 ], [ -7.103290544870493, 58.086798024843375 ], [ -7.102001219184023, 58.087344646693651 ], [ -7.102586656514081, 58.087280656563181 ], [ -7.10187711250642, 58.087664539022811 ], [ -7.102336801118249, 58.088086961161309 ], [ -7.100991343915618, 58.088122970451053 ], [ -7.102249534335045, 58.088189436244676 ], [ -7.102524210243727, 58.088862215817961 ], [ -7.101752435583514, 58.08916761795399 ], [ -7.100671580165498, 58.089094030142618 ], [ -7.100146517277728, 58.089461500828627 ], [ -7.101849594951305, 58.089609091620233 ], [ -7.102134991971612, 58.08982257201653 ], [ -7.101407595460766, 58.090022719506486 ], [ -7.102228294312386, 58.089940292290585 ], [ -7.102964583808206, 58.090455080276335 ], [ -7.102529287404716, 58.091390295003407 ], [ -7.101606947097406, 58.091593769563985 ], [ -7.102892033189406, 58.091906582439343 ], [ -7.10444584974731, 58.093621192788191 ], [ -7.103980693199413, 58.094229204300589 ], [ -7.10279166418611, 58.094231953620628 ], [ -7.102470692339967, 58.094541753673752 ], [ -7.103250548250856, 58.095716106271304 ], [ -7.104952133071546, 58.095791743315345 ], [ -7.106344716553216, 58.096379130223248 ], [ -7.106622033695973, 58.096120559761914 ], [ -7.10767392290197, 58.096168273862013 ], [ -7.107548673226566, 58.096420736984214 ], [ -7.108780492445936, 58.095826889905773 ], [ -7.109761343598377, 58.096327316078664 ], [ -7.106844610006094, 58.097258796120016 ], [ -7.105365921789905, 58.097138241185689 ], [ -7.104976081959025, 58.09744181577539 ], [ -7.105400970438343, 58.098450463328859 ], [ -7.106205130915031, 58.098607112088779 ], [ -7.106788604003396, 58.099298973544428 ], [ -7.108518308654177, 58.099036031954682 ], [ -7.109989699031906, 58.099282810594161 ], [ -7.109367648765986, 58.100396509206355 ], [ -7.111391695677701, 58.100171185371146 ], [ -7.111140060434162, 58.099897881325354 ], [ -7.111526234641103, 58.099805875868036 ], [ -7.112552257325569, 58.10020549522325 ], [ -7.112147373113273, 58.100937079009888 ], [ -7.110908707292868, 58.101306293507001 ], [ -7.111642260856616, 58.102450974942265 ], [ -7.110831558251022, 58.102960435655497 ], [ -7.111363642864894, 58.103766814499473 ], [ -7.112435017587854, 58.103948674050272 ], [ -7.113234125561214, 58.104838782378827 ], [ -7.112171176125416, 58.10501199145056 ], [ -7.112242639883648, 58.105746913267609 ], [ -7.110002120358756, 58.105827986190477 ], [ -7.10931851301991, 58.106098391866539 ], [ -7.109268521319788, 58.106757217276382 ], [ -7.110210524409458, 58.10769558682064 ], [ -7.109779959878273, 58.108189758276652 ], [ -7.110602977507186, 58.108120689853195 ], [ -7.10987579572775, 58.108383851503241 ], [ -7.110567026134193, 58.108581007057531 ], [ -7.110075594381085, 58.108947162240014 ], [ -7.109787315330679, 58.108774299401972 ], [ -7.110406112535917, 58.109829128639809 ], [ -7.10982096476011, 58.109897633104943 ], [ -7.111021742760196, 58.110150787168472 ], [ -7.110653636390449, 58.110606460506013 ], [ -7.111437339636486, 58.110381511988038 ], [ -7.111885462340641, 58.110601930434015 ], [ -7.112884685750942, 58.111629758369141 ], [ -7.113772524012975, 58.111632744073425 ], [ -7.113145977998603, 58.113260396839578 ], [ -7.113659973939954, 58.113311707337104 ], [ -7.11405553278543, 58.112763146317313 ], [ -7.114649117087738, 58.113025392584632 ], [ -7.113826686218678, 58.113442664738848 ], [ -7.114314478358614, 58.113536415071991 ], [ -7.112927108126032, 58.11402138925223 ], [ -7.113357451941781, 58.114401774611018 ], [ -7.114827149569696, 58.113756027852375 ], [ -7.115184830798678, 58.113831615022541 ], [ -7.114515117481256, 58.114199559798521 ], [ -7.117185439759178, 58.113745721709478 ], [ -7.116539364243481, 58.114065039562028 ], [ -7.117627579359524, 58.113935770942931 ], [ -7.117062775822951, 58.114406578103051 ], [ -7.118082675093239, 58.114156788653425 ], [ -7.117337503993121, 58.114567375177572 ], [ -7.11827477751279, 58.114357799320629 ], [ -7.117936924260125, 58.114633226225685 ], [ -7.11851696191276, 58.114706152985448 ], [ -7.117991795624733, 58.115109686724125 ], [ -7.119049194225948, 58.115321754065363 ], [ -7.119546033434208, 58.116211403966524 ], [ -7.120624989784574, 58.116383901817983 ], [ -7.121688087540372, 58.116304198048816 ], [ -7.122687942605559, 58.115820342988769 ], [ -7.122926286688807, 58.114770622146715 ], [ -7.122472812432367, 58.114915756466715 ], [ -7.122256156303814, 58.114426019012292 ], [ -7.12358019469823, 58.114222416751765 ], [ -7.123269934885073, 58.11459482059184 ], [ -7.12377662691316, 58.114417846863923 ], [ -7.123718636272242, 58.115125593320386 ], [ -7.125038653487376, 58.116559698125812 ], [ -7.126699676050956, 58.11718465741977 ], [ -7.126248862487149, 58.118021612115349 ], [ -7.127173358665396, 58.118525995816661 ], [ -7.128886655163732, 58.118757426252856 ], [ -7.12844695222917, 58.119576845941197 ], [ -7.129057601926794, 58.120180251003291 ], [ -7.128397020689236, 58.120257278702752 ], [ -7.129078603795095, 58.120526711510628 ], [ -7.129252481735835, 58.121214313684078 ], [ -7.130347344779639, 58.121507560004282 ], [ -7.131494205857314, 58.121099584099021 ], [ -7.131163392739575, 58.121706775125574 ], [ -7.131948173746314, 58.121535645152882 ], [ -7.132330082813482, 58.121884636704365 ], [ -7.132752676765005, 58.121395205843427 ], [ -7.133453470701678, 58.122068734604461 ], [ -7.133455891789865, 58.121672741051206 ], [ -7.134381386631515, 58.121486917927058 ], [ -7.134606745836924, 58.122283107898987 ], [ -7.134111105092259, 58.122973442248686 ], [ -7.134975007350412, 58.122655137449996 ], [ -7.135449435895949, 58.122878916720353 ], [ -7.134862613169116, 58.123703401931195 ], [ -7.133237531027756, 58.123755509139727 ], [ -7.131754013614072, 58.123432980726811 ], [ -7.131074521127804, 58.124653481422456 ], [ -7.129866996309824, 58.124912737611766 ], [ -7.131125355278953, 58.124876370916795 ], [ -7.13062683650418, 58.125087232342047 ], [ -7.131230209954516, 58.125167262309979 ], [ -7.131502574212449, 58.125676335549791 ], [ -7.132403630800729, 58.126110552314152 ], [ -7.13336350052073, 58.126103305050314 ], [ -7.133909708235175, 58.126706593192836 ], [ -7.134610861140902, 58.126615304859861 ], [ -7.135327812288491, 58.126928268593502 ], [ -7.134330201577255, 58.127499406022196 ], [ -7.134614789896445, 58.128293205741315 ], [ -7.133239414029366, 58.12984232954831 ], [ -7.132220122522157, 58.130499799891702 ], [ -7.130305651189595, 58.130788478579433 ], [ -7.132402637151852, 58.130703879395419 ], [ -7.132624066691577, 58.131000863411586 ], [ -7.132000296268628, 58.132101248572212 ], [ -7.129838975580136, 58.13309719195211 ], [ -7.13001045557126, 58.133283724674882 ], [ -7.131278816084947, 58.132760189443893 ], [ -7.131526406761617, 58.132943649856763 ], [ -7.129567947289433, 58.134462261605336 ], [ -7.130675538939588, 58.134062185782916 ], [ -7.130671658098073, 58.134566208550979 ], [ -7.128432906002357, 58.135439280047954 ], [ -7.12870515133234, 58.135675737638294 ], [ -7.130240505815991, 58.134997488400181 ], [ -7.131311913900414, 58.134936277170844 ], [ -7.12816032118424, 58.137443236789039 ], [ -7.129527339406073, 58.136717798909004 ], [ -7.130004009342973, 58.136838039374894 ], [ -7.129666422091901, 58.137328526263779 ], [ -7.128475019655223, 58.137561015011208 ], [ -7.129495888070601, 58.137915748372187 ], [ -7.127883529483765, 58.138178701091597 ], [ -7.128492461498393, 58.138154153204148 ], [ -7.128062039722748, 58.138472924500206 ], [ -7.125958707600189, 58.139520437174845 ], [ -7.126196322797312, 58.138926019560856 ], [ -7.125134847946175, 58.139234217543994 ], [ -7.123687068919266, 58.138986620316054 ], [ -7.122774673900603, 58.139207815422523 ], [ -7.122165333964688, 58.139052400641013 ], [ -7.122368064606653, 58.138333430493198 ], [ -7.121659215512991, 58.138609404383985 ], [ -7.122012552565786, 58.138109310133395 ], [ -7.121396825633994, 58.138323049007305 ], [ -7.122300412318243, 58.137449895187686 ], [ -7.121826803371063, 58.137468965105015 ], [ -7.121817025081357, 58.137046473730855 ], [ -7.121294988660422, 58.13726093899848 ], [ -7.121003909788909, 58.13659784101732 ], [ -7.117925239467461, 58.136483307942534 ], [ -7.116502740521735, 58.137179355484797 ], [ -7.117394108813756, 58.138290684984369 ], [ -7.116395635098489, 58.138623266680511 ], [ -7.117221267689993, 58.138567563626786 ], [ -7.117086473299541, 58.139049854616786 ], [ -7.116289869553717, 58.139248349337251 ], [ -7.116623105368779, 58.139554358760755 ], [ -7.116061380108239, 58.139729908275932 ], [ -7.116208639133283, 58.139984914057287 ], [ -7.115358201043502, 58.140459991489685 ], [ -7.113879659021308, 58.140708382626258 ], [ -7.114880840061257, 58.140749110597952 ], [ -7.113968586093309, 58.141208668147875 ], [ -7.110537407884811, 58.141899894974259 ], [ -7.109574209994618, 58.142775349184731 ], [ -7.11086497061492, 58.142817975723659 ], [ -7.110471487013918, 58.143099208201953 ], [ -7.111401641628856, 58.143237291870797 ], [ -7.108637085532603, 58.143951163182969 ], [ -7.10880283232831, 58.144394381163401 ], [ -7.109538348176611, 58.144598778393529 ], [ -7.109560297617039, 58.144336970073198 ], [ -7.109944063437156, 58.144402534179484 ], [ -7.10945000970231, 58.144872250394279 ], [ -7.109965598112561, 58.145085477609491 ], [ -7.109822331977909, 58.145509614394719 ], [ -7.111207095720143, 58.145435995878941 ], [ -7.109923016815727, 58.147039640523502 ], [ -7.110205094999889, 58.147581656213589 ], [ -7.111077537127368, 58.147672576912406 ], [ -7.111328201335597, 58.147226129108581 ], [ -7.113905700692997, 58.146807643097844 ], [ -7.114768091886617, 58.14706539609552 ], [ -7.114867189482671, 58.14734033501832 ], [ -7.114165129239058, 58.147310073058101 ], [ -7.113624337576399, 58.148105594504528 ], [ -7.111591296850433, 58.148583177501401 ], [ -7.112881664460291, 58.148976706924948 ], [ -7.114530399171173, 58.148725993664698 ], [ -7.112864580105474, 58.149449761951317 ], [ -7.115140968032419, 58.149007364036272 ], [ -7.115227111270929, 58.149251332373431 ], [ -7.116134089737439, 58.1493453299612 ], [ -7.116615203831156, 58.1496139040622 ], [ -7.116171718613092, 58.150612466620601 ], [ -7.115824358552147, 58.150918852456371 ], [ -7.114926346983293, 58.150887473778447 ], [ -7.113211359537238, 58.151388283335109 ], [ -7.111581599079425, 58.150765457723054 ], [ -7.112107605996339, 58.151405640861597 ], [ -7.111020316622865, 58.150945460831458 ], [ -7.111365100877779, 58.149910396308989 ], [ -7.110453305120127, 58.14996051778953 ], [ -7.110542065003849, 58.149453093837032 ], [ -7.109813200746919, 58.149828769903365 ], [ -7.109525006224128, 58.149421960823425 ], [ -7.108017043358539, 58.149172095574997 ], [ -7.105293168004326, 58.150113682638171 ], [ -7.105745363121238, 58.150833328979964 ], [ -7.105035647412681, 58.150690854164864 ], [ -7.10519775960915, 58.15099026309349 ], [ -7.104369317334512, 58.151324913762636 ], [ -7.104388738247584, 58.151045213988624 ], [ -7.103060630518033, 58.15098151870383 ], [ -7.102733634954252, 58.151134092795765 ], [ -7.103108943986344, 58.151555416807518 ], [ -7.101440451525748, 58.151622321516896 ], [ -7.101377916184699, 58.152479583827315 ], [ -7.099739201228567, 58.153098612062578 ], [ -7.098656793725543, 58.153146486650151 ], [ -7.098718509744796, 58.153814320430605 ], [ -7.097882792869493, 58.154752042916734 ], [ -7.099477898349757, 58.155430416019556 ], [ -7.100462726467423, 58.154761126932037 ], [ -7.101501184336557, 58.154584537461382 ], [ -7.101641847462715, 58.155505632697967 ], [ -7.100475628869197, 58.156393640746522 ], [ -7.100851515063865, 58.156676388696127 ], [ -7.100293229054187, 58.156783341555332 ], [ -7.099773884582181, 58.156129349781445 ], [ -7.099269917501622, 58.156531935592959 ], [ -7.098323171829606, 58.156398919127618 ], [ -7.099194823942644, 58.156957822850089 ], [ -7.098463413399662, 58.157792396500135 ], [ -7.096202023483817, 58.158760222982529 ], [ -7.095840947092868, 58.158378797124918 ], [ -7.095185599174292, 58.158913389821919 ], [ -7.092633767326291, 58.15957786910171 ], [ -7.09344813106415, 58.159558773988834 ], [ -7.093247940310878, 58.160003158606088 ], [ -7.094401745942975, 58.159561091454144 ], [ -7.092855788571227, 58.160414736730345 ], [ -7.094753196947566, 58.16017233979953 ], [ -7.093717582282881, 58.161023558324729 ], [ -7.094172141401758, 58.161522712943743 ], [ -7.094789708568102, 58.161614957386718 ], [ -7.096074851652879, 58.160960678070261 ], [ -7.096212960421665, 58.161211573194599 ], [ -7.094621058515916, 58.16251694784642 ], [ -7.093523631151847, 58.162164989710831 ], [ -7.092975513008811, 58.162735764909591 ], [ -7.092420139311317, 58.16248356887354 ], [ -7.091794842792631, 58.162634550641926 ], [ -7.089351691929982, 58.16400089911577 ], [ -7.090118264787165, 58.165252365078082 ], [ -7.092628954614304, 58.165129435747993 ], [ -7.09316101555435, 58.165634491100192 ], [ -7.092433320825535, 58.165843556508605 ], [ -7.093598788158951, 58.166443830210497 ], [ -7.094147315081989, 58.166469563032045 ], [ -7.094538900661801, 58.1659824269925 ], [ -7.095434898834735, 58.166092316573149 ], [ -7.094702498381667, 58.167313788304156 ], [ -7.094058157216429, 58.167154232570169 ], [ -7.093095595767742, 58.167506761729719 ], [ -7.093379213244937, 58.168083840221286 ], [ -7.094585496054929, 58.167816026494258 ], [ -7.094728008984909, 58.168145024460529 ], [ -7.095355337374198, 58.167995748504126 ], [ -7.095483595760154, 58.168296524841786 ], [ -7.096242130624097, 58.168171683112895 ], [ -7.096303699754099, 58.168363561423874 ], [ -7.098634784363301, 58.167913006330295 ], [ -7.098323722793167, 58.168023538339028 ], [ -7.09903491220846, 58.168114714216507 ], [ -7.098779015396277, 58.168372394182242 ], [ -7.099487277537887, 58.168371911454379 ], [ -7.099241303924767, 58.16880554393191 ], [ -7.097681514288452, 58.169054270125478 ], [ -7.096917980142325, 58.169500527098585 ], [ -7.097502485891292, 58.169776732915381 ], [ -7.099326624172219, 58.169483229246424 ], [ -7.097181776836529, 58.170188160852952 ], [ -7.097719134707589, 58.170657898543865 ], [ -7.098236750206001, 58.170800020059417 ], [ -7.099211502841052, 58.170425370770154 ], [ -7.099794517033748, 58.170619750201041 ], [ -7.100242819740549, 58.170017855779811 ], [ -7.101175960241887, 58.169721335797753 ], [ -7.100225788989786, 58.171275476338351 ], [ -7.099756416746745, 58.171161121125756 ], [ -7.099574721406765, 58.171425726482887 ], [ -7.100038889976162, 58.17172923650822 ], [ -7.100400673361549, 58.17147360973609 ], [ -7.101655702080783, 58.171473699726803 ], [ -7.102489919450085, 58.17201789599698 ], [ -7.101704455917194, 58.17248935369571 ], [ -7.101738301017056, 58.173733239896741 ], [ -7.100913288079294, 58.174095608404542 ], [ -7.099415323425502, 58.174195215229332 ], [ -7.099014102857876, 58.174923881870647 ], [ -7.099459776416831, 58.175121966472148 ], [ -7.100498543720123, 58.174765439539001 ], [ -7.101639524557775, 58.175061618588707 ], [ -7.102710848108954, 58.174694770775126 ], [ -7.102505033407066, 58.175040424297535 ], [ -7.103086122632121, 58.174936153521529 ], [ -7.102745718688595, 58.175174735134028 ], [ -7.103251051283071, 58.175847279158809 ], [ -7.104039205752273, 58.175761695222157 ], [ -7.10454286789367, 58.176303839078685 ], [ -7.104070509078165, 58.176750157610584 ], [ -7.104668720695001, 58.177239024399199 ], [ -7.106557366085824, 58.177937056177896 ], [ -7.107943176684831, 58.177269630656511 ], [ -7.108148643450786, 58.177810230870215 ], [ -7.107319080107438, 58.178792747212405 ], [ -7.106897432891405, 58.178584726673925 ], [ -7.105892257682778, 58.179412323110334 ], [ -7.105175899915562, 58.179239510197391 ], [ -7.106664027852692, 58.179982396012313 ], [ -7.104598101812411, 58.181133246620469 ], [ -7.104520856897772, 58.182018092324626 ], [ -7.103764814100047, 58.182268840917438 ], [ -7.103793736230564, 58.182470123588274 ], [ -7.104986048035419, 58.182291856100036 ], [ -7.103851017916814, 58.183165127916055 ], [ -7.104367701517864, 58.183085930045841 ], [ -7.104544979278913, 58.183371238811183 ], [ -7.101831634918981, 58.184226785817202 ], [ -7.102154302968319, 58.18344907472548 ], [ -7.099858802917305, 58.186681141387119 ], [ -7.098110550289481, 58.186904111835133 ], [ -7.097079707206571, 58.18672494809806 ], [ -7.097064965702438, 58.186918982027827 ], [ -7.095779907534943, 58.186511554174075 ], [ -7.097051161551469, 58.187594338511659 ], [ -7.09524318721583, 58.188292020850085 ], [ -7.095859382424319, 58.187421607113805 ], [ -7.094096821255149, 58.187604605351723 ], [ -7.093434404390215, 58.187262214554856 ], [ -7.093244501580142, 58.186532027718819 ], [ -7.093869570908888, 58.1857827334658 ], [ -7.092948628713919, 58.185419193305925 ], [ -7.092445934215786, 58.186784405706781 ], [ -7.091228419552982, 58.186491197238865 ], [ -7.09096814016485, 58.186933477507985 ], [ -7.089559409643387, 58.186791856292203 ], [ -7.089631712429661, 58.187355798364976 ], [ -7.088811259565978, 58.186920731272153 ], [ -7.089654149701994, 58.187512354875658 ], [ -7.089521997444118, 58.188313901859807 ], [ -7.08817950571394, 58.188516013555642 ], [ -7.087813292242183, 58.188278722454946 ], [ -7.086020753966214, 58.188966654139506 ], [ -7.08459018332408, 58.188672894540616 ], [ -7.08514898251184, 58.189005972276583 ], [ -7.084095411970828, 58.189322462717762 ], [ -7.081894565110926, 58.188348641134866 ], [ -7.083069945087187, 58.187514459950172 ], [ -7.08193076373129, 58.187946816950458 ], [ -7.082880892995798, 58.186788727544581 ], [ -7.082051174482768, 58.186704883428426 ], [ -7.083503312190099, 58.185364798033909 ], [ -7.082958030642985, 58.185125646771255 ], [ -7.082545948069091, 58.18528155574468 ], [ -7.08305818012624, 58.184932705203884 ], [ -7.082204034113669, 58.184737372218805 ], [ -7.082315612536101, 58.184148094174262 ], [ -7.081235988969796, 58.183745820931421 ], [ -7.081234628777791, 58.183260021712279 ], [ -7.078657286711658, 58.183700256587308 ], [ -7.078225085348572, 58.184072888474525 ], [ -7.076605076297415, 58.183107308298176 ], [ -7.07575644941484, 58.183546020194811 ], [ -7.074155523859869, 58.183249944818527 ], [ -7.071963847749854, 58.183409252469723 ], [ -7.072996440360242, 58.182886760320507 ], [ -7.067472713627282, 58.183808519106016 ], [ -7.066251432301642, 58.183785144678033 ], [ -7.066014886031477, 58.183380686268968 ], [ -7.06554020827428, 58.183754961998076 ], [ -7.064966825849951, 58.183377398776344 ], [ -7.065381432234341, 58.182402703565579 ], [ -7.063567588788101, 58.18276276601582 ], [ -7.063254718363573, 58.183256557851827 ], [ -7.062150373806403, 58.182499723422481 ], [ -7.061556556179941, 58.182635797102705 ], [ -7.061150154275209, 58.181995160408441 ], [ -7.061467412605984, 58.181771114670866 ], [ -7.060896644475039, 58.181829793289786 ], [ -7.061342117660937, 58.181429704982612 ], [ -7.060509297343242, 58.181143411793727 ], [ -7.059878435431505, 58.181258457601395 ], [ -7.059986184011505, 58.180759331691782 ], [ -7.059396767192207, 58.180746767882908 ], [ -7.059326501127124, 58.180313198380439 ], [ -7.057392607655858, 58.180547485987816 ], [ -7.056944477555354, 58.180151418562502 ], [ -7.055736176245286, 58.180577287240887 ], [ -7.054640608274318, 58.181568185840661 ], [ -7.054649690144466, 58.182326282676506 ], [ -7.055862348062947, 58.182421186932338 ], [ -7.056095460448581, 58.18304172876671 ], [ -7.05581349045553, 58.183813183546917 ], [ -7.054776530772831, 58.18415126159217 ], [ -7.053856217502699, 58.185369117153265 ], [ -7.05308457434273, 58.185477118850109 ], [ -7.052234843394617, 58.18509607259886 ], [ -7.052091838318599, 58.184581714333376 ], [ -7.050931794983413, 58.18428225059742 ], [ -7.051039658949872, 58.184513695502048 ], [ -7.050080170437862, 58.184618334635047 ], [ -7.050189390194454, 58.18418843998262 ], [ -7.049622983560798, 58.18409844157474 ], [ -7.050189678701027, 58.183914916884895 ], [ -7.049535206858032, 58.183636773268674 ], [ -7.050129505383463, 58.183455752750532 ], [ -7.048970889144123, 58.183285773852404 ], [ -7.049629954001693, 58.182985225018136 ], [ -7.048510883750113, 58.182649926973419 ], [ -7.048079717289554, 58.181893274179558 ], [ -7.048644962953988, 58.18151997467254 ], [ -7.048563550475514, 58.180359879958914 ], [ -7.050263744543935, 58.179272177066089 ], [ -7.051467296046957, 58.17929190599866 ], [ -7.052785773355501, 58.178335374288515 ], [ -7.052429579655578, 58.177854669899745 ], [ -7.050343204682398, 58.177303159311847 ], [ -7.046916766007834, 58.177328378744534 ], [ -7.046480068959058, 58.175884565633879 ], [ -7.045700565815233, 58.175144415019922 ], [ -7.045865957548524, 58.173910659110732 ], [ -7.045161088950918, 58.172532355203728 ], [ -7.043956638764103, 58.17106498100361 ], [ -7.043422791201637, 58.171250779602133 ], [ -7.04365189640652, 58.170957395122123 ], [ -7.04332881619831, 58.171200520565627 ], [ -7.042874562337619, 58.17102328112356 ], [ -7.042811770605566, 58.171348762863502 ], [ -7.044124647265501, 58.171924740507279 ], [ -7.044572238361498, 58.17308651862016 ], [ -7.044357405368814, 58.1755197398167 ], [ -7.043351546002085, 58.176543870596362 ], [ -7.042358908612923, 58.177001553975167 ], [ -7.041947438582366, 58.176682261059959 ], [ -7.039567372991241, 58.178200731148237 ], [ -7.039131187534593, 58.179436194364932 ], [ -7.040190702616435, 58.180637643329199 ], [ -7.037603104785686, 58.182929029990149 ], [ -7.037409346494174, 58.183796810802804 ], [ -7.035717413748618, 58.183457075050057 ], [ -7.034454751153583, 58.183694146095341 ], [ -7.033809814491431, 58.184443903833404 ], [ -7.033249252176977, 58.184466964381599 ], [ -7.031159307574519, 58.185802843462916 ], [ -7.028700469121626, 58.185689448229652 ], [ -7.02743600958464, 58.186335878763941 ], [ -7.025529128837425, 58.186644176121348 ], [ -7.019111345871789, 58.186205452149231 ], [ -7.020389376134921, 58.184400670680667 ], [ -7.018158053474864, 58.182653264219773 ], [ -7.015454900350555, 58.182930715752128 ], [ -7.015168779182464, 58.182231232837275 ], [ -7.014519833700934, 58.181977889923793 ], [ -7.014436516665261, 58.183137269577905 ], [ -7.013661104954752, 58.183194796176792 ], [ -7.014033245271561, 58.183297101078693 ], [ -7.013463428270074, 58.183845855997014 ], [ -7.011819386458447, 58.184688807991677 ], [ -7.011254852161013, 58.184490604859555 ], [ -7.012564688602636, 58.184236616940346 ], [ -7.013559578672269, 58.183320251680705 ], [ -7.012426277768864, 58.184161094063235 ], [ -7.01016492419645, 58.184371553634989 ], [ -7.009245111880023, 58.183948904963394 ], [ -7.009807178258789, 58.183827825664423 ], [ -7.008976507776184, 58.183856008418211 ], [ -7.008350909493749, 58.183345306077079 ], [ -7.00733507974499, 58.183691152112502 ], [ -7.007266041192757, 58.184530572261203 ], [ -7.011114230770967, 58.185908645067272 ], [ -7.013296223226887, 58.185255950700842 ], [ -7.01518404479978, 58.183787091418026 ], [ -7.017756175028992, 58.183546300016857 ], [ -7.017216341866114, 58.184849630178725 ], [ -7.01548083853225, 58.185466813996499 ], [ -7.015131379629201, 58.187153997763048 ], [ -7.017199142173806, 58.188345599363657 ], [ -7.01897296853204, 58.19004808433796 ], [ -7.018817710754869, 58.190396085771269 ], [ -7.020113041647474, 58.19021906952203 ], [ -7.01801900131221, 58.1917366106983 ], [ -7.019038948062876, 58.19137571489243 ], [ -7.021886892549145, 58.189040705679936 ], [ -7.02375373823353, 58.19112183121721 ], [ -7.022891065327263, 58.193960202674845 ], [ -7.024356743703765, 58.194745396207665 ], [ -7.025403486986203, 58.194267742454507 ], [ -7.027185985927057, 58.19461844543823 ], [ -7.028261987099561, 58.194371733560715 ], [ -7.028321337852657, 58.193647834277215 ], [ -7.02963171820461, 58.193275794141911 ], [ -7.029562580768872, 58.192414816322511 ], [ -7.030736979297039, 58.192406213556389 ], [ -7.03231798373643, 58.193715784415808 ], [ -7.030920479657997, 58.193484898591201 ], [ -7.030412634278729, 58.193748778574218 ], [ -7.030128896080973, 58.196244048899487 ], [ -7.031075778096443, 58.197346561401595 ], [ -7.029389137570873, 58.19856389213701 ], [ -7.030837850984637, 58.197892179879695 ], [ -7.030668712100499, 58.198574533543699 ], [ -7.031733382339906, 58.198415512897938 ], [ -7.031382828216408, 58.200751481179132 ], [ -7.031805983832686, 58.199540865117662 ], [ -7.032433805887927, 58.199377505298258 ], [ -7.033172289775371, 58.19964612259821 ], [ -7.034817890618518, 58.198200039229228 ], [ -7.036411213275882, 58.195149133663925 ], [ -7.036046825254537, 58.194742484457393 ], [ -7.036359727422736, 58.194125511304499 ], [ -7.034961099316974, 58.1936347001228 ], [ -7.033118355320604, 58.19235439892531 ], [ -7.033260391394657, 58.191252951970505 ], [ -7.035732841561, 58.190366163506617 ], [ -7.038697824979637, 58.190766202447477 ], [ -7.042223372995892, 58.188154260988185 ], [ -7.042524187371539, 58.188593100535961 ], [ -7.043044531133638, 58.188394351567524 ], [ -7.042929369357785, 58.18885506287527 ], [ -7.043284455008287, 58.188704244261508 ], [ -7.044022961139983, 58.188997986090733 ], [ -7.043770499072321, 58.189307588452884 ], [ -7.0449070532799, 58.189429009175022 ], [ -7.045612809606614, 58.190439306534913 ], [ -7.046505144693009, 58.190544299317608 ], [ -7.045026426008222, 58.191612364553642 ], [ -7.045623441733389, 58.19298415439043 ], [ -7.047425837590004, 58.192598727609031 ], [ -7.049164971728063, 58.194069182161471 ], [ -7.050632779422558, 58.193822935740677 ], [ -7.051189616673229, 58.193976292736167 ], [ -7.050909494503957, 58.194342789031012 ], [ -7.052180032927857, 58.194087254534736 ], [ -7.052146804797719, 58.194512336355025 ], [ -7.053011511112074, 58.194302584058633 ], [ -7.053404476654214, 58.194597390790541 ], [ -7.054167399335467, 58.194151446594269 ], [ -7.054019981235231, 58.194671932392431 ], [ -7.055037868085437, 58.194640527570762 ], [ -7.055670192726482, 58.194952817392632 ], [ -7.057421844136229, 58.194091515401773 ], [ -7.057424755989989, 58.19500910756804 ], [ -7.057746274538612, 58.194514991334408 ], [ -7.058021531034979, 58.194832454119435 ], [ -7.058498343172335, 58.19447162311927 ], [ -7.058266948630368, 58.194701244638409 ], [ -7.058804040527566, 58.194643920851753 ], [ -7.058765851069357, 58.194973833693403 ], [ -7.059758509280973, 58.194884911922621 ], [ -7.059056893629229, 58.195043245943076 ], [ -7.059836115103996, 58.195070768534499 ], [ -7.059914714282029, 58.195562488768218 ], [ -7.061325511109714, 58.195119546628518 ], [ -7.062018380597361, 58.195258453949776 ], [ -7.060903012438224, 58.195622184723739 ], [ -7.061439662180217, 58.195920255432675 ], [ -7.063133291034137, 58.19525011926725 ], [ -7.065194535901727, 58.195604511811247 ], [ -7.064259634047707, 58.197711045305155 ], [ -7.063643597304235, 58.1975735924144 ], [ -7.063337063589946, 58.197873689881625 ], [ -7.061759988511591, 58.19727059344622 ], [ -7.061079836585733, 58.197639517750225 ], [ -7.061957427705478, 58.198117476073392 ], [ -7.062228269789724, 58.197985248577979 ], [ -7.062804442931307, 58.19879908071519 ], [ -7.062249189949338, 58.1994464561513 ], [ -7.06309771973912, 58.199003353386182 ], [ -7.063383803321127, 58.199216908626646 ], [ -7.063710551771838, 58.199775237586955 ], [ -7.063149023911366, 58.200557823989577 ], [ -7.0637095222723, 58.200544536785948 ], [ -7.062574812522981, 58.201430883116757 ], [ -7.063476597978879, 58.201062137888513 ], [ -7.062691649388622, 58.202011054485943 ], [ -7.060850276914477, 58.203141403636387 ], [ -7.060536292826992, 58.203927634776576 ], [ -7.059855758710541, 58.202920000603207 ], [ -7.059288022126626, 58.202942554535262 ], [ -7.059996513519306, 58.203967074955294 ], [ -7.059625833335499, 58.204535125524608 ], [ -7.060118327434536, 58.204821463119252 ], [ -7.059454770067211, 58.205666564039696 ], [ -7.06019176392422, 58.205515824599175 ], [ -7.059849860633445, 58.206465110932626 ], [ -7.05848848624353, 58.206181792591252 ], [ -7.058799656562209, 58.206511325327895 ], [ -7.057078378538055, 58.207888760709963 ], [ -7.056214883731685, 58.207630634520143 ], [ -7.056492472951251, 58.206647925388083 ], [ -7.055921898516281, 58.207727737267454 ], [ -7.055131887733117, 58.207925540085711 ], [ -7.054386224496953, 58.207716707957701 ], [ -7.054695014322842, 58.207969869108396 ], [ -7.05405379243108, 58.207716403361488 ], [ -7.053917732801266, 58.208257130026524 ], [ -7.053078650219249, 58.208110478059773 ], [ -7.050917298061876, 58.209032932452956 ], [ -7.05172768388872, 58.209576609293741 ], [ -7.051212687326667, 58.209970412086925 ], [ -7.051884452943685, 58.210258669653527 ], [ -7.052751839502113, 58.209945355712371 ], [ -7.052810389644313, 58.210176957813765 ], [ -7.053116228218745, 58.209750958769817 ], [ -7.053251945913003, 58.210105458905183 ], [ -7.053550133577429, 58.209625779555665 ], [ -7.054538692176628, 58.209325639451329 ], [ -7.054748979922406, 58.209605202306072 ], [ -7.055619578753185, 58.209494175497539 ], [ -7.055635024429082, 58.210559721090767 ], [ -7.056549411640816, 58.210217523782021 ], [ -7.056231239763618, 58.210437087725218 ], [ -7.057210461254922, 58.210609646763523 ], [ -7.05726293775033, 58.21193463985793 ], [ -7.058133099316741, 58.210743958286812 ], [ -7.05884194113429, 58.210873258629611 ], [ -7.058926653768204, 58.212124995190656 ], [ -7.058271787214196, 58.21285277777141 ], [ -7.057142930845568, 58.212767140036298 ], [ -7.057195547065941, 58.212418661722566 ], [ -7.056123512840042, 58.212911073782408 ], [ -7.055459732963087, 58.214354464674336 ], [ -7.054824379894355, 58.214262715031424 ], [ -7.053768765807643, 58.214691473733879 ], [ -7.054870525996066, 58.214706241011093 ], [ -7.05460896595484, 58.215742290333075 ], [ -7.055254844681002, 58.215010387952269 ], [ -7.054773086346628, 58.215996694505513 ], [ -7.052815647683452, 58.217037038467069 ], [ -7.052620898846458, 58.216387974449312 ], [ -7.051848610153677, 58.216292643196368 ], [ -7.052435947171701, 58.217304016663881 ], [ -7.050244991816773, 58.219100336277421 ], [ -7.049475673248905, 58.219265786858806 ], [ -7.050673362544261, 58.220073033789667 ], [ -7.052289287672441, 58.219446643318662 ], [ -7.053880215398627, 58.220260759409719 ], [ -7.053291593753325, 58.220796942924999 ], [ -7.053678456504775, 58.220939047077003 ], [ -7.054304173312024, 58.22042388280979 ], [ -7.05491885535161, 58.220489466539235 ], [ -7.05512699312082, 58.221052524706309 ], [ -7.054058306183705, 58.222228559320278 ], [ -7.053020431192164, 58.222544138221458 ], [ -7.052683044069118, 58.223407744448323 ], [ -7.053225617934974, 58.223206284154998 ], [ -7.05330434200522, 58.223459579147118 ], [ -7.052274679098736, 58.224431613045162 ], [ -7.053412003685276, 58.224035622002098 ], [ -7.05273354170768, 58.224899259881852 ], [ -7.053772699661376, 58.224412689253583 ], [ -7.052515749285751, 58.225285774652576 ], [ -7.052494692104865, 58.225736464410296 ], [ -7.051775285975207, 58.225953928880195 ], [ -7.051684705809772, 58.225737091526646 ], [ -7.050901331432652, 58.226164020066896 ], [ -7.050309993093122, 58.225724110572024 ], [ -7.049329864995527, 58.226086850984068 ], [ -7.048300845716191, 58.225866711013971 ], [ -7.048202652354916, 58.226734320030801 ], [ -7.048954618732846, 58.226924953264366 ], [ -7.049021696911086, 58.227336160572264 ], [ -7.046988402408699, 58.228208456600726 ], [ -7.047775957039893, 58.228109781706365 ], [ -7.047617854841451, 58.228376959755039 ], [ -7.048578701059572, 58.227878243072524 ], [ -7.048312640896903, 58.22870481869333 ], [ -7.049250894311163, 58.229364915402854 ], [ -7.048705533569615, 58.229966835863834 ], [ -7.049024001318272, 58.230107167484526 ], [ -7.049860078159054, 58.229750141236686 ], [ -7.049726480106159, 58.230488697469994 ], [ -7.050343438712597, 58.23050923173794 ], [ -7.048988249300919, 58.231413159453083 ], [ -7.049557809825496, 58.231759470634756 ], [ -7.049357302649431, 58.232028331110122 ], [ -7.048721168216177, 58.231693653755983 ], [ -7.048203245760525, 58.231889615836444 ], [ -7.048721007650243, 58.231932082453547 ], [ -7.048819510373797, 58.232503992167572 ], [ -7.048094813971696, 58.232505711892941 ], [ -7.04773761212059, 58.232812266486945 ], [ -7.047700871825294, 58.232494326113041 ], [ -7.047285807147915, 58.232933628759184 ], [ -7.046847949741473, 58.232793522299957 ], [ -7.045384399487869, 58.233296831578279 ], [ -7.043873855023373, 58.232654860638341 ], [ -7.044866677727997, 58.233386605963595 ], [ -7.043887311456793, 58.233348899409144 ], [ -7.043225589954646, 58.233685487125605 ], [ -7.04265275751317, 58.233495826190428 ], [ -7.043375789974617, 58.233014661824882 ], [ -7.041601379856087, 58.233203636691385 ], [ -7.041571560332023, 58.232682089324577 ], [ -7.040983401913071, 58.232840312835819 ], [ -7.041428737525757, 58.232457415997466 ], [ -7.040498545086978, 58.232501410891679 ], [ -7.040618548339813, 58.232721589561329 ], [ -7.039331827373321, 58.233185443186848 ], [ -7.039642001190996, 58.232703532799619 ], [ -7.038587546303796, 58.232833400850659 ], [ -7.038443082454149, 58.233269169678806 ], [ -7.038924735841301, 58.233129565072808 ], [ -7.039006522282093, 58.233380946365877 ], [ -7.037927820180035, 58.234132560300019 ], [ -7.038294689914546, 58.234025386913856 ], [ -7.038397966458958, 58.234391980241902 ], [ -7.036401704273387, 58.234953129889711 ], [ -7.03670850846063, 58.235455632313503 ], [ -7.036823063308396, 58.235001254979359 ], [ -7.037607152511782, 58.234900985015138 ], [ -7.037979358706908, 58.23550346522007 ], [ -7.036333513348217, 58.236610371501797 ], [ -7.037267899360603, 58.236487070501568 ], [ -7.038126369380672, 58.235757666703435 ], [ -7.03908908224474, 58.235941829117216 ], [ -7.039381296149809, 58.236593353795733 ], [ -7.038636743985806, 58.237392037687123 ], [ -7.039281565959907, 58.237175805109153 ], [ -7.039627926095467, 58.237368140322118 ], [ -7.039246888140093, 58.237843854677237 ], [ -7.038846031505295, 58.237568201531474 ], [ -7.039079662479883, 58.238719577825655 ], [ -7.037525361465477, 58.238898885379243 ], [ -7.037184535973616, 58.238025253055127 ], [ -7.037158123966059, 58.239195906368977 ], [ -7.036023820864282, 58.240590281772015 ], [ -7.035697629559652, 58.240756119295867 ], [ -7.035019044630899, 58.240423050146525 ], [ -7.035286798626287, 58.241046759160774 ], [ -7.034103992641829, 58.24136789177097 ], [ -7.033198272846644, 58.242078435848661 ], [ -7.031519380437989, 58.242270683092201 ], [ -7.030313034147934, 58.241585049341033 ], [ -7.030655568246481, 58.242255298062517 ], [ -7.029427855698535, 58.243354594079669 ], [ -7.027421034554639, 58.244110337246127 ], [ -7.026059309304416, 58.243772675491932 ], [ -7.024028719940462, 58.244253094866885 ], [ -7.024853172333379, 58.243689776554739 ], [ -7.023734021017197, 58.243558453242741 ], [ -7.024001793137163, 58.242859634878428 ], [ -7.024556721396094, 58.24262183361212 ], [ -7.024508838623449, 58.242043420202037 ], [ -7.025620558729634, 58.241581231738998 ], [ -7.024634748891089, 58.241246727796486 ], [ -7.02495456038219, 58.24019317565066 ], [ -7.024573276005376, 58.239585621405247 ], [ -7.025592384624186, 58.239000225794733 ], [ -7.025111231455193, 58.238951721308062 ], [ -7.025272148223777, 58.238751042869971 ], [ -7.026090923908033, 58.238750244572614 ], [ -7.025604611412286, 58.238075759599319 ], [ -7.026223907093571, 58.237354075016277 ], [ -7.025827182397782, 58.237082718959577 ], [ -7.024768814673997, 58.237294494311165 ], [ -7.026210675632711, 58.236526879486135 ], [ -7.025720264882179, 58.236485041059431 ], [ -7.026402656199254, 58.236028075358583 ], [ -7.026308864466001, 58.235571131849383 ], [ -7.025850667617627, 58.235599999097658 ], [ -7.027297860795211, 58.234293242926277 ], [ -7.026341938765059, 58.233518527429901 ], [ -7.027055222566939, 58.232955073958841 ], [ -7.026683370710285, 58.232317464912327 ], [ -7.025222858472187, 58.232037683581339 ], [ -7.02219088655405, 58.233235041947239 ], [ -7.021816798536977, 58.233279474048878 ], [ -7.021873535406123, 58.232969544134562 ], [ -7.021123920207158, 58.233060261552154 ], [ -7.020588507750809, 58.23349521382157 ], [ -7.018090272482268, 58.23419910296041 ], [ -7.018280557806251, 58.234458817244985 ], [ -7.017118588403606, 58.234649418165475 ], [ -7.017546353015163, 58.234718946687934 ], [ -7.017112347426271, 58.235039228439298 ], [ -7.016639205444513, 58.234841929763697 ], [ -7.014978546588992, 58.23530585203288 ], [ -7.015232782330896, 58.23507722341067 ], [ -7.014697547660933, 58.234730314457245 ], [ -7.011744831137335, 58.234079039133263 ], [ -7.011135334273661, 58.234859641348052 ], [ -7.009815238920365, 58.234776590667991 ], [ -7.008883081300782, 58.234336400218481 ], [ -7.008183712730434, 58.234638289523332 ], [ -7.008199478592312, 58.234327279742814 ], [ -7.007739029942062, 58.234448837483207 ], [ -7.007234882431352, 58.234140263520494 ], [ -7.005367347605802, 58.234685960163702 ], [ -7.004253597158456, 58.23459024918764 ], [ -7.005990667277187, 58.233905745284261 ], [ -7.004292270363456, 58.232870342996058 ], [ -7.002746638692376, 58.234186080757937 ], [ -7.001683291522583, 58.233782478748601 ], [ -7.000585984114283, 58.233803049254973 ], [ -7.000642571824804, 58.234385618887622 ], [ -6.999141057597344, 58.234080159708846 ], [ -7.000145902797875, 58.233343488307277 ], [ -6.998578246453543, 58.233778353008063 ], [ -6.997567172424943, 58.233503120583833 ], [ -6.997730876451764, 58.23297039062308 ], [ -6.996699793312651, 58.233460660223159 ], [ -6.996309454237173, 58.233111596264898 ], [ -6.995387469373181, 58.233165733854555 ], [ -6.995298128722391, 58.232894835350315 ], [ -6.99458577484361, 58.233165668237866 ], [ -6.994123722411655, 58.232549506836001 ], [ -6.99588743064171, 58.231508727862824 ], [ -6.995255192945138, 58.230350441310144 ], [ -6.994526162961036, 58.230441994124696 ], [ -6.994963920206004, 58.230159432195492 ], [ -6.994818504521219, 58.229490376806211 ], [ -6.993219495315009, 58.229822944650778 ], [ -6.993244212404699, 58.229574566141416 ], [ -6.992652147062344, 58.229669738264342 ], [ -6.993141337667089, 58.228359540730565 ], [ -6.992406088467183, 58.228527798097751 ], [ -6.992926418038117, 58.228165535724067 ], [ -6.991748456563458, 58.22791479442138 ], [ -6.991073283434195, 58.228328100380843 ], [ -6.991470993897016, 58.227579289770972 ], [ -6.990396123278327, 58.227454950652273 ], [ -6.990659568778733, 58.22720622009448 ], [ -6.990281100054228, 58.227243534268688 ], [ -6.9898750857531, 58.226539697621206 ], [ -6.987995437605858, 58.227180082305452 ], [ -6.988271362904444, 58.22653501384066 ], [ -6.987195080808703, 58.226946007071085 ], [ -6.987823597240548, 58.225715849216755 ], [ -6.987083971440884, 58.225852759460125 ], [ -6.987008831479412, 58.225500331034418 ], [ -6.986152024307632, 58.225470885058435 ], [ -6.985148121857106, 58.224758942361355 ], [ -6.983874009099396, 58.225339587707275 ], [ -6.983412865153028, 58.224606401968977 ], [ -6.983806358608142, 58.224312114931244 ], [ -6.982747291570833, 58.223935189474439 ], [ -6.98238700673662, 58.223252036725469 ], [ -6.981529330136444, 58.223519484705626 ], [ -6.982008243401875, 58.223104907088199 ], [ -6.981545330107856, 58.223208474488061 ], [ -6.981353735939441, 58.222815613793415 ], [ -6.980950506192891, 58.223222731953896 ], [ -6.980193926513328, 58.222267172632996 ], [ -6.978428989206419, 58.221719875704508 ], [ -6.975578978739676, 58.219514571664149 ], [ -6.974937104993032, 58.219557629683244 ], [ -6.974858432611414, 58.219847693672129 ], [ -6.974465349267075, 58.219731690820112 ], [ -6.974791212463169, 58.219976270975117 ], [ -6.974143108826105, 58.220035761914176 ], [ -6.974195426698665, 58.220433169038259 ], [ -6.974046986927664, 58.219824495458319 ], [ -6.973662742623013, 58.220184965468917 ], [ -6.973323565370428, 58.219966992430166 ], [ -6.972756345837947, 58.22070076333798 ], [ -6.969842518476735, 58.219387594429918 ], [ -6.965029813417583, 58.221243192610686 ], [ -6.964930075297164, 58.222296977237967 ], [ -6.966316604184579, 58.223321630150608 ], [ -6.96649169912655, 58.224925190607458 ], [ -6.966844493686794, 58.225203827812159 ], [ -6.967508829577574, 58.225015992531489 ], [ -6.967480343199028, 58.225664856137364 ], [ -6.966131364518689, 58.226504636522392 ], [ -6.966002995809962, 58.226257735614247 ], [ -6.965882158242044, 58.226856217799245 ], [ -6.963442214836515, 58.228431211600338 ], [ -6.96420790635863, 58.228662285424456 ], [ -6.964458342897207, 58.228441110218903 ], [ -6.96586644408288, 58.229362372064315 ], [ -6.966463012966255, 58.229177185056535 ], [ -6.967492829234079, 58.229649849809377 ], [ -6.96902787818995, 58.230867516472195 ], [ -6.96888381207756, 58.231543378881717 ], [ -6.967843210948389, 58.232150732542166 ], [ -6.966377948851888, 58.231614070293652 ], [ -6.966485941791267, 58.23268944908633 ], [ -6.964827326238417, 58.232538159266582 ], [ -6.963816613377636, 58.232811441026776 ], [ -6.961424587970985, 58.231807011250346 ], [ -6.960955869061432, 58.233089270714146 ], [ -6.961760856161599, 58.234088035116791 ], [ -6.96122975718789, 58.234437084605275 ], [ -6.961125882868222, 58.235462234202721 ], [ -6.960614634498961, 58.235648570288092 ], [ -6.96049669134009, 58.235293299956574 ], [ -6.958156232384611, 58.235145966671418 ], [ -6.959311343943549, 58.234038534373148 ], [ -6.958440685199431, 58.234374694773791 ], [ -6.957935090026437, 58.234247721680248 ], [ -6.958478142886674, 58.233057047630055 ], [ -6.957510039543474, 58.233720867603552 ], [ -6.956381549163496, 58.233603723220718 ], [ -6.956534680235149, 58.233979219344754 ], [ -6.955847947217668, 58.234057205852913 ], [ -6.95559892268469, 58.233617964183793 ], [ -6.954514780536114, 58.233891325887122 ], [ -6.953832668773693, 58.233208918879043 ], [ -6.954206396885473, 58.232917299310614 ], [ -6.953178067178795, 58.232833119243878 ], [ -6.953979555262596, 58.231537959672551 ], [ -6.952849589664346, 58.231653852057583 ], [ -6.953212078799565, 58.231428346302906 ], [ -6.95250079084841, 58.230878416406988 ], [ -6.953080870949615, 58.229927435073755 ], [ -6.952005737485605, 58.229959322028982 ], [ -6.952027726913166, 58.229139788343375 ], [ -6.950946755037338, 58.228958677481486 ], [ -6.951118271227236, 58.22839153370014 ], [ -6.950486221148412, 58.228164188102618 ], [ -6.951523710421222, 58.227203540193422 ], [ -6.951138253018548, 58.226885647917548 ], [ -6.950118086054642, 58.226797531733716 ], [ -6.950101347893585, 58.22592012704601 ], [ -6.949172570936964, 58.22536243721202 ], [ -6.949661072323807, 58.224415028149657 ], [ -6.94920309770584, 58.224041470982428 ], [ -6.947746709689508, 58.223747168320536 ], [ -6.94621788102877, 58.22276203590669 ], [ -6.945384189344722, 58.222885259532802 ], [ -6.945916759705789, 58.222632480411249 ], [ -6.944936820650463, 58.222330448578084 ], [ -6.943892082503497, 58.222272927744037 ], [ -6.942996412408996, 58.222991404781482 ], [ -6.942115290181673, 58.223104751184508 ], [ -6.940974023334404, 58.222440093601122 ], [ -6.939822593694521, 58.220294113114797 ], [ -6.940331895400332, 58.219788560798087 ], [ -6.942108078538555, 58.219418299053068 ], [ -6.94208034000563, 58.218925471625269 ], [ -6.941411009689492, 58.218710328016208 ], [ -6.941487395768164, 58.219160784802241 ], [ -6.940692207976395, 58.219510994824667 ], [ -6.93814327097532, 58.218029142197416 ], [ -6.934108451566193, 58.216722648174432 ], [ -6.928226968450091, 58.215828438925449 ], [ -6.925358099395477, 58.21569557670388 ], [ -6.916658308324713, 58.216161143487405 ], [ -6.916661044754925, 58.218149212373319 ], [ -6.91559121020205, 58.218302944008187 ], [ -6.914053992139802, 58.216990312015589 ], [ -6.91394081295856, 58.216050071016717 ], [ -6.912321374923034, 58.215127431142456 ], [ -6.911965477279642, 58.214219038304421 ], [ -6.911189146975071, 58.214460377844752 ], [ -6.910937329724621, 58.215104318796904 ], [ -6.908363410445558, 58.213134374864033 ], [ -6.908255782884048, 58.212171428111411 ], [ -6.908789755817735, 58.211903459179538 ], [ -6.909237110707545, 58.212241572438465 ], [ -6.909646197850062, 58.211933430898547 ], [ -6.909159151901334, 58.210877150784562 ], [ -6.910586418465467, 58.211829722383087 ], [ -6.911029827669866, 58.211461777544102 ], [ -6.912130213390385, 58.211653257041931 ], [ -6.912732819733369, 58.211265673192585 ], [ -6.911824027899304, 58.210549528724712 ], [ -6.912278284694613, 58.210567998945443 ], [ -6.912606964219443, 58.209925588071421 ], [ -6.910554578345322, 58.208507742125846 ], [ -6.90939712341862, 58.20620253879909 ], [ -6.91006199819072, 58.203863083301208 ], [ -6.911188271070111, 58.203405838394502 ], [ -6.913259189999019, 58.203543686563854 ], [ -6.914403479404516, 58.203327716325347 ], [ -6.916285255647959, 58.20381017247874 ], [ -6.916474695258241, 58.203443010197617 ], [ -6.916933277149579, 58.204010067309795 ], [ -6.917843495110572, 58.203310104913598 ], [ -6.919413951736352, 58.203562534557804 ], [ -6.921727498713041, 58.203311231488968 ], [ -6.922435948546878, 58.203578035502119 ], [ -6.923285057042288, 58.203286126378813 ], [ -6.924746104583767, 58.204149971227046 ], [ -6.925697806356263, 58.204007916560705 ], [ -6.926870781546676, 58.203004444063914 ], [ -6.931017700704325, 58.202653254976759 ], [ -6.932957948111619, 58.203481364919924 ], [ -6.932849252727877, 58.20312841847187 ], [ -6.933301978056869, 58.203381676184819 ], [ -6.933889234532601, 58.202641020074289 ], [ -6.936709618587684, 58.203425084054217 ], [ -6.937491717355881, 58.203154566657155 ], [ -6.940970835701804, 58.203368720109893 ], [ -6.942140490692859, 58.20396029073256 ], [ -6.943953730562964, 58.204314558067253 ], [ -6.944801177016409, 58.204072946060251 ], [ -6.94441413480027, 58.199972999335401 ], [ -6.945194482477552, 58.198748876183494 ], [ -6.946524464744174, 58.199366566899791 ], [ -6.948589403470922, 58.201870139782422 ], [ -6.952079940102884, 58.202777173292539 ], [ -6.954173182197636, 58.20398947133701 ], [ -6.95438023188025, 58.203470417140096 ], [ -6.955783803488144, 58.203831455188279 ], [ -6.958782422205072, 58.203873992505564 ], [ -6.959283488822424, 58.205276836034919 ], [ -6.960578001722248, 58.206088298140138 ], [ -6.960527266073255, 58.205322869461753 ], [ -6.961468064272233, 58.204908373861414 ], [ -6.961391695926319, 58.204264497138681 ], [ -6.962797352709998, 58.203420741020324 ], [ -6.96094922347707, 58.20303750956262 ], [ -6.959673264785845, 58.202345884660041 ], [ -6.959892727599655, 58.201916301268398 ], [ -6.959055844810147, 58.202183696217091 ], [ -6.957235257741272, 58.201789444799331 ], [ -6.9550726455708, 58.202192069815233 ], [ -6.953453197709679, 58.202164194522901 ], [ -6.952730258095868, 58.201636323961452 ], [ -6.952931020103492, 58.200742363081119 ], [ -6.95086585066133, 58.200316150716567 ], [ -6.949344368176908, 58.199560201505221 ], [ -6.946599983188598, 58.197217979933939 ], [ -6.94587094781941, 58.196143327758726 ], [ -6.946551799400513, 58.195257724774763 ], [ -6.944895480571123, 58.194338733026093 ], [ -6.944803371015899, 58.193518235070037 ], [ -6.942090659823613, 58.193552460036464 ], [ -6.940439767179032, 58.193871111350745 ], [ -6.937096245111681, 58.192664804411656 ], [ -6.933903265237102, 58.189989771468525 ], [ -6.933325420700292, 58.186197694068348 ], [ -6.932513792477319, 58.188694140741468 ], [ -6.931671508837487, 58.189253049583144 ], [ -6.925674588832652, 58.188819415845188 ], [ -6.923984744212387, 58.189163651982874 ], [ -6.92379631362052, 58.189463317942334 ], [ -6.92300671354049, 58.188990050825943 ], [ -6.921561486438597, 58.188825502463729 ], [ -6.9201036853589, 58.187955214523015 ], [ -6.919281973601453, 58.186695991337018 ], [ -6.916703559210157, 58.185912134816384 ], [ -6.913167434516319, 58.183634020670922 ], [ -6.91357192898816, 58.184982245876746 ], [ -6.915310982188841, 58.185893025022864 ], [ -6.915200544634364, 58.187002929055261 ], [ -6.914171568555609, 58.186447987997276 ], [ -6.913138360589956, 58.186477959226316 ], [ -6.912542331919274, 58.18734120347532 ], [ -6.910792932486276, 58.187181071985826 ], [ -6.910213554604188, 58.187561463264537 ], [ -6.909475200704914, 58.18674248533268 ], [ -6.909854551614808, 58.186135007897079 ], [ -6.90951252964259, 58.185693884640955 ], [ -6.9081517875114, 58.185091413589532 ], [ -6.906844335622986, 58.184948381591539 ], [ -6.905231856408241, 58.186074756396501 ], [ -6.904045839816054, 58.186169914759418 ], [ -6.899724529886322, 58.187602916367666 ], [ -6.897452810881333, 58.187928698735519 ], [ -6.896909105630357, 58.188309453069401 ], [ -6.895009110117729, 58.187995663887421 ], [ -6.893175509547198, 58.187112539526687 ], [ -6.892877244805267, 58.18593651003922 ], [ -6.892201806068837, 58.185670085842006 ], [ -6.891968901110213, 58.184968339012087 ], [ -6.893205332101481, 58.182568345053269 ], [ -6.893028507988596, 58.182273769204464 ], [ -6.89182671478282, 58.18226596658323 ], [ -6.891316783216754, 58.180603279726959 ], [ -6.889817686947547, 58.179981649380295 ], [ -6.887692220642345, 58.177467877323096 ], [ -6.887299077365338, 58.176219015721458 ], [ -6.887736100776522, 58.173701322271555 ], [ -6.886352068361549, 58.170322435320188 ], [ -6.886252406346585, 58.16879242535002 ], [ -6.887241579364292, 58.167814362566794 ], [ -6.887205733516348, 58.164953177407945 ], [ -6.889053461153398, 58.163497724294388 ], [ -6.888228363145117, 58.162287947307021 ], [ -6.889808996691996, 58.160636724252711 ], [ -6.889874246576879, 58.159687825269735 ], [ -6.891264966368875, 58.159713557705523 ], [ -6.892905712943219, 58.158909215882659 ], [ -6.890517170928476, 58.157791030420924 ], [ -6.889643168521437, 58.155234624068889 ], [ -6.890192440130058, 58.154823089412012 ], [ -6.888219443399568, 58.152986305295826 ], [ -6.888117533523746, 58.15236858760013 ], [ -6.889372270121678, 58.151815708035805 ], [ -6.888994608315675, 58.151024163531972 ], [ -6.889347084621328, 58.150245952005776 ], [ -6.886225338078829, 58.14757525235887 ], [ -6.884287816109011, 58.14519909220332 ], [ -6.884967292245078, 58.144385852086764 ], [ -6.881064233943906, 58.140365937234201 ], [ -6.878931628677057, 58.136660379597352 ], [ -6.878534610401452, 58.134570522836725 ], [ -6.879761402750058, 58.134586450271712 ], [ -6.878633277313505, 58.134049465653838 ], [ -6.877467639442401, 58.132245465107403 ], [ -6.877234658722239, 58.128993324162344 ], [ -6.876646124700023, 58.128359172897859 ], [ -6.877600792392434, 58.127445458253447 ], [ -6.878404797809023, 58.127356155231119 ], [ -6.876964473159231, 58.126772658714607 ], [ -6.874391455062633, 58.124622259956901 ], [ -6.868323175340044, 58.121652052657609 ], [ -6.865516625613235, 58.118345450678916 ], [ -6.865371349269818, 58.117779761827542 ], [ -6.865781921044976, 58.117674096655705 ], [ -6.863520268303057, 58.115241716901501 ], [ -6.862688716037821, 58.114940659259908 ], [ -6.862731056210079, 58.115375345651046 ], [ -6.861997972401657, 58.115484333910075 ], [ -6.860862934108477, 58.114578641010688 ], [ -6.861069904980694, 58.114039968711168 ], [ -6.860733624402368, 58.11412928626735 ], [ -6.86060004450633, 58.113648608753465 ], [ -6.861396840669818, 58.112138318532871 ], [ -6.860910904714069, 58.111068378738466 ], [ -6.860688812737808, 58.111994455836758 ], [ -6.858894383954248, 58.110963714761347 ], [ -6.860300357888188, 58.112324159786631 ], [ -6.859779969917295, 58.113306613029224 ], [ -6.859803703204101, 58.115100401137774 ], [ -6.860457615105458, 58.115781598167537 ], [ -6.860461295964266, 58.117054386928423 ], [ -6.861730291819622, 58.117820025326921 ], [ -6.863996440139022, 58.121156362430099 ], [ -6.865566239862548, 58.122504201158542 ], [ -6.865991453153324, 58.123562958292396 ], [ -6.865342479763852, 58.124973163767883 ], [ -6.866130264032665, 58.124952028209357 ], [ -6.866435973653633, 58.125322663938256 ], [ -6.866863841008889, 58.125031917608858 ], [ -6.868618199931243, 58.128846567411998 ], [ -6.867193014768557, 58.131109617827128 ], [ -6.865492939988141, 58.131300588175279 ], [ -6.86506682314042, 58.131604754815193 ], [ -6.863518184858224, 58.131286132230919 ], [ -6.864606558065294, 58.131721309804774 ], [ -6.865711892479474, 58.132902497376165 ], [ -6.866718871912401, 58.132679565452158 ], [ -6.86884436971811, 58.133857686353288 ], [ -6.87015017143356, 58.136191655001205 ], [ -6.871904958014477, 58.137392916641979 ], [ -6.871893087794254, 58.139170086426901 ], [ -6.872840681878817, 58.139444164791293 ], [ -6.873061486346629, 58.139876514520253 ], [ -6.872693075950252, 58.140353918376107 ], [ -6.874053689893638, 58.14103498591367 ], [ -6.87528744871268, 58.141100173168539 ], [ -6.876867456099037, 58.144188247274329 ], [ -6.878292841862955, 58.145402058061173 ], [ -6.879083877353592, 58.145277273265521 ], [ -6.879470811513472, 58.146485902834343 ], [ -6.880334554453146, 58.147015036289275 ], [ -6.880538603582016, 58.148217183054754 ], [ -6.881556048041513, 58.148328394568267 ], [ -6.881487909156452, 58.148985023220732 ], [ -6.882516693079896, 58.150542363237982 ], [ -6.882058586261514, 58.152610144335043 ], [ -6.882738273227242, 58.153272270937286 ], [ -6.883371410975828, 58.156210391709706 ], [ -6.88403445759484, 58.156961313609571 ], [ -6.880903412383846, 58.163127678240045 ], [ -6.881905535253231, 58.1640167454634 ], [ -6.883473418580717, 58.164054664416788 ], [ -6.883892296752639, 58.16388206255035 ], [ -6.883212935173781, 58.163199233651866 ], [ -6.883611516228766, 58.162544321245463 ], [ -6.884955438016003, 58.162526040553466 ], [ -6.885679815676183, 58.162186075631666 ], [ -6.886454845578617, 58.162586340440129 ], [ -6.885279390879805, 58.163620128269905 ], [ -6.885938709302518, 58.164887563435904 ], [ -6.885964110328077, 58.167562028554329 ], [ -6.884588131483456, 58.168698859884593 ], [ -6.88384425420837, 58.168489002687593 ], [ -6.884067054745378, 58.171039842035512 ], [ -6.883122297515677, 58.171660827072046 ], [ -6.883096945070559, 58.170856650246343 ], [ -6.882383079259939, 58.170555671794865 ], [ -6.882041389152628, 58.172840283715288 ], [ -6.881154237130128, 58.172145617251651 ], [ -6.879558660993577, 58.171995372349933 ], [ -6.879663794298417, 58.171644994627123 ], [ -6.879194902301945, 58.172198230568362 ], [ -6.878524776699314, 58.172277886570761 ], [ -6.878273011108377, 58.173110672155182 ], [ -6.877812875944135, 58.173231756168079 ], [ -6.87730054342162, 58.172972506091348 ], [ -6.877541790275636, 58.172311050811672 ], [ -6.875374131966534, 58.171341539719698 ], [ -6.87420990429235, 58.170239123508225 ], [ -6.874139938726961, 58.17097048035032 ], [ -6.873655516564743, 58.171038503308516 ], [ -6.873323680206004, 58.17023256767029 ], [ -6.872094460510578, 58.171512068209658 ], [ -6.871186274251001, 58.171097018747417 ], [ -6.870007302622679, 58.172122685979708 ], [ -6.86941475922388, 58.171960931938969 ], [ -6.869134809062764, 58.172713808420639 ], [ -6.869027134642999, 58.173729975748124 ], [ -6.870097967969632, 58.174399704437135 ], [ -6.870250840855223, 58.174956107091575 ], [ -6.871653181916064, 58.175248804857482 ], [ -6.87362482140689, 58.176774642899538 ], [ -6.87375983774247, 58.177448674584774 ], [ -6.874838348726946, 58.177303933519674 ], [ -6.876143290758411, 58.17874730834447 ], [ -6.877867635904102, 58.179585365567149 ], [ -6.877467996661566, 58.180333851837375 ], [ -6.878206170766276, 58.180314570480384 ], [ -6.8793844254536, 58.180957624055729 ], [ -6.879340459056593, 58.182497634017054 ], [ -6.877755449381869, 58.183296033507894 ], [ -6.877126341378135, 58.183117718770539 ], [ -6.876475787044431, 58.183403518216146 ], [ -6.877179353652959, 58.184186217188824 ], [ -6.877614701394089, 58.184007614086852 ], [ -6.877770034891392, 58.184208573252235 ], [ -6.877447852331418, 58.18527345059983 ], [ -6.87831617337801, 58.186387186063165 ], [ -6.878063798722765, 58.186968102331534 ], [ -6.878563790409716, 58.187011921698343 ], [ -6.878239858535776, 58.187815982593719 ], [ -6.877320825602808, 58.18825600495218 ], [ -6.877017516729168, 58.189396623337885 ], [ -6.876308512575187, 58.189567708979958 ], [ -6.874696200869979, 58.189301077656765 ], [ -6.874944107617917, 58.188873273272968 ], [ -6.874085536505882, 58.18869922688959 ], [ -6.872969123787142, 58.187887328099251 ], [ -6.873215353183487, 58.185646894404627 ], [ -6.872154635103327, 58.185736958725194 ], [ -6.872166923773576, 58.185516086343227 ], [ -6.873147232039712, 58.184529497258069 ], [ -6.873866834276568, 58.184870794709298 ], [ -6.875390746539882, 58.184308683391642 ], [ -6.874751552281832, 58.183622467477079 ], [ -6.872386886419721, 58.184077304828669 ], [ -6.8721130698772, 58.184564569735635 ], [ -6.872152016562162, 58.184041311084904 ], [ -6.871397216041092, 58.183629383141884 ], [ -6.871211904417926, 58.184203220235062 ], [ -6.870378467780738, 58.184459998390011 ], [ -6.868208501427301, 58.182856223971328 ], [ -6.867611715807363, 58.182789077581468 ], [ -6.867597002398576, 58.183365382922986 ], [ -6.866552839906765, 58.18320288161236 ], [ -6.864153282441678, 58.181661793693998 ], [ -6.863501433507167, 58.182311910735251 ], [ -6.86305193084386, 58.18164088702121 ], [ -6.861760446541071, 58.181163938778127 ], [ -6.861452949576609, 58.180721383236417 ], [ -6.861206455125942, 58.181347015874529 ], [ -6.859127683596189, 58.181214952098749 ], [ -6.859405851217886, 58.183061997710539 ], [ -6.860693884435719, 58.184011389377893 ], [ -6.860437444043583, 58.184875791611979 ], [ -6.861057396601947, 58.185796702463016 ], [ -6.860870696396374, 58.18598824570222 ], [ -6.860551929911202, 58.185712542403138 ], [ -6.859580418148759, 58.186766159152505 ], [ -6.860866533862034, 58.188322851372718 ], [ -6.861157433508803, 58.18970162107609 ], [ -6.862983162888974, 58.19096781991216 ], [ -6.863270390321082, 58.192256767739991 ], [ -6.862270919159635, 58.193293478111954 ], [ -6.862748013052604, 58.193356227333751 ], [ -6.862298597073172, 58.193931133742488 ], [ -6.861547263206337, 58.193856360764627 ], [ -6.861886119236432, 58.192660459513156 ], [ -6.860669079847359, 58.192045710440397 ], [ -6.859694481109953, 58.190836964563474 ], [ -6.858870340143278, 58.190603028812824 ], [ -6.860021032061628, 58.191418235602669 ], [ -6.858461859965356, 58.193034017874368 ], [ -6.859071632325685, 58.193568503637287 ], [ -6.858466014171848, 58.193375704543783 ], [ -6.858171414945792, 58.193899709487695 ], [ -6.857710087273725, 58.193454015205454 ], [ -6.857244722254232, 58.193539232603939 ], [ -6.856802806614694, 58.193110786933104 ], [ -6.855789848564067, 58.192929009993257 ], [ -6.855781461392671, 58.194238234433612 ], [ -6.855128876382859, 58.194636441893074 ], [ -6.853787395465935, 58.194606607000438 ], [ -6.853380015633084, 58.195053933659715 ], [ -6.853099399476434, 58.194808243157141 ], [ -6.851705485475931, 58.194955803738132 ], [ -6.851762426339675, 58.195434914558923 ], [ -6.84957352799091, 58.196435852711552 ], [ -6.851243987238971, 58.197064924174228 ], [ -6.850578991869973, 58.197310648587326 ], [ -6.851427166854527, 58.1977821158277 ], [ -6.851051126289752, 58.199082848215795 ], [ -6.852641954439646, 58.199015956903274 ], [ -6.853145428088242, 58.199196484330521 ], [ -6.852732467868596, 58.19967820437779 ], [ -6.850065737418833, 58.199727592714972 ], [ -6.848636889728598, 58.200182304244656 ], [ -6.845758810329399, 58.19981953975298 ], [ -6.844296107903018, 58.198777682023326 ], [ -6.844760818892668, 58.198562099554493 ], [ -6.8455729196293, 58.19876959929249 ], [ -6.847927912334538, 58.197735427164616 ], [ -6.845565241878254, 58.197901792248615 ], [ -6.841432873375354, 58.196273253250901 ], [ -6.841500183907843, 58.196954377287874 ], [ -6.838098183930305, 58.199746396975087 ], [ -6.837451215830153, 58.200000360512249 ], [ -6.836533764502598, 58.199769822048488 ], [ -6.834746774890022, 58.200060754017343 ], [ -6.835521011779369, 58.200603498063423 ], [ -6.837622302098557, 58.201005890529864 ], [ -6.838061593018071, 58.201353537051553 ], [ -6.839940948987041, 58.200764887012795 ], [ -6.840358361509124, 58.201014403374565 ], [ -6.83925516985302, 58.202171797460778 ], [ -6.839730901107698, 58.202599016890133 ], [ -6.838957907356623, 58.202928841823926 ], [ -6.835583997386375, 58.202379573825382 ], [ -6.834890193329776, 58.202740551229958 ], [ -6.835241671253736, 58.20348195705337 ], [ -6.834689023335707, 58.203678349732726 ], [ -6.833883098379157, 58.203391382254686 ], [ -6.831044422908267, 58.203569231265895 ], [ -6.82933392829866, 58.203296745661675 ], [ -6.828163124525842, 58.204674293301565 ], [ -6.825997563627768, 58.203749725910455 ], [ -6.827312570623004, 58.202617716062889 ], [ -6.825689329731151, 58.202723295537176 ], [ -6.824672411442944, 58.202412779370611 ], [ -6.824750551559934, 58.202059886406175 ], [ -6.82628872751006, 58.201717355096577 ], [ -6.822869591286062, 58.201635448322506 ], [ -6.820733594567249, 58.200072784052423 ], [ -6.819512102154902, 58.201279447893555 ], [ -6.818432077272775, 58.20099286120562 ], [ -6.817599432476033, 58.201260939500436 ], [ -6.815153138586453, 58.20058699951155 ], [ -6.814583838470603, 58.200811819306082 ], [ -6.813663027710384, 58.200266397885905 ], [ -6.813699162868976, 58.201312126739097 ], [ -6.812473695161098, 58.201297257558409 ], [ -6.809899142320908, 58.200669443958617 ], [ -6.807899949681735, 58.198778470310636 ], [ -6.806402637885342, 58.199121035396317 ], [ -6.80591707362546, 58.198970237927526 ], [ -6.805296172466727, 58.199607161835132 ], [ -6.80354463344884, 58.199947587275631 ], [ -6.796773340398268, 58.198030311964288 ], [ -6.794295693749929, 58.198204545854225 ], [ -6.793428026406385, 58.198554741177212 ], [ -6.792002610578799, 58.19820627037997 ], [ -6.790240591971902, 58.197282135581951 ], [ -6.789363660365153, 58.196262634399105 ], [ -6.789593296733861, 58.195186232428007 ], [ -6.788703300332691, 58.194031387261212 ], [ -6.787895288795115, 58.193749617781485 ], [ -6.786757589634943, 58.194029858603074 ], [ -6.785014729170062, 58.193017682973952 ], [ -6.783919902529789, 58.1941220732392 ], [ -6.781749487345397, 58.194488725731745 ], [ -6.781376142226413, 58.192348325778923 ], [ -6.781749063849932, 58.191322335849073 ], [ -6.782740429277264, 58.190524996347612 ], [ -6.784272642429449, 58.190986491656652 ], [ -6.784651397926186, 58.190839131027062 ], [ -6.784185356136773, 58.189921106500783 ], [ -6.785152706113785, 58.189262279084232 ], [ -6.783029797767988, 58.18944816580553 ], [ -6.782084146630421, 58.187864489068303 ], [ -6.780689272622845, 58.188447586987863 ], [ -6.780302883759767, 58.189689970527439 ], [ -6.779597420848209, 58.190143730023017 ], [ -6.780182960303224, 58.1906974655071 ], [ -6.779429508728462, 58.191364417803953 ], [ -6.779264891367271, 58.193052745133834 ], [ -6.778205527580103, 58.193092489279501 ], [ -6.777230327360326, 58.192301487113561 ], [ -6.775503840337976, 58.191687072982504 ], [ -6.773714603509759, 58.192316357142595 ], [ -6.772143204648131, 58.190953964486383 ], [ -6.772718224825168, 58.190289246787941 ], [ -6.771302451812806, 58.189640647732894 ], [ -6.770935302368216, 58.190014217201018 ], [ -6.769534994727179, 58.190305039546281 ], [ -6.767402374767805, 58.189899129191829 ], [ -6.766100345306065, 58.190071993288477 ], [ -6.76482714515203, 58.188910650954895 ], [ -6.762402283261097, 58.188534482657758 ], [ -6.758826297892968, 58.186914051103486 ], [ -6.758460840510112, 58.187301012016128 ], [ -6.75767122821735, 58.187128115153648 ], [ -6.757692243731977, 58.188912903599721 ], [ -6.756537537645904, 58.19078388091912 ], [ -6.754724684743593, 58.191200584213057 ], [ -6.752336866399598, 58.189955693181666 ], [ -6.750917943052171, 58.19205685429894 ], [ -6.749784328635835, 58.192190882972852 ], [ -6.748516265969887, 58.191433983929436 ], [ -6.748271258925338, 58.189575698120791 ], [ -6.747813501415909, 58.189222156741657 ], [ -6.748785087022847, 58.18837366275104 ], [ -6.746927699632583, 58.188048906834013 ], [ -6.745653655633771, 58.186353101382394 ], [ -6.745429813061712, 58.1855698586171 ], [ -6.746173264582641, 58.184314302126936 ], [ -6.744537478223408, 58.183925487677975 ], [ -6.743424068848467, 58.182793080562199 ], [ -6.742808692552281, 58.183094851550464 ], [ -6.742287614670084, 58.182763440930344 ], [ -6.741265946862203, 58.181488174913447 ], [ -6.741567788278177, 58.180878753734916 ], [ -6.740758013113752, 58.18093588621948 ], [ -6.739394631641442, 58.178310550406081 ], [ -6.736018885399394, 58.175467718386336 ], [ -6.735310929995531, 58.173029359237489 ], [ -6.734332974300959, 58.17195031794774 ], [ -6.733609030533449, 58.172139146045552 ], [ -6.733329672625993, 58.171767234857128 ], [ -6.733223260225417, 58.169050143042689 ], [ -6.733980300504051, 58.168918554023634 ], [ -6.735464217756982, 58.169834856611793 ], [ -6.73655770146028, 58.169034088466432 ], [ -6.735598383816345, 58.168669484409605 ], [ -6.735552829963414, 58.168455293569892 ], [ -6.736291471977407, 58.168441312390698 ], [ -6.736258328659478, 58.168064746160425 ], [ -6.734141509490032, 58.166357922112127 ], [ -6.73167848994663, 58.168059618655626 ], [ -6.729807387006121, 58.167814307561066 ], [ -6.729211109096021, 58.167170813328006 ], [ -6.728515158055179, 58.167313598474955 ], [ -6.729428138804857, 58.168930304276337 ], [ -6.728188084722243, 58.170294150730648 ], [ -6.728591996988261, 58.17038709363424 ], [ -6.729264596049961, 58.169876374605757 ], [ -6.729647189334012, 58.170320917858106 ], [ -6.730186164929932, 58.170341375003233 ], [ -6.730387398777101, 58.169870647385416 ], [ -6.730902217296471, 58.170157356749414 ], [ -6.73267742082388, 58.174476544422866 ], [ -6.732669281199149, 58.175502298908981 ], [ -6.729870444024217, 58.17487767759355 ], [ -6.729099798816529, 58.1739483137695 ], [ -6.726858533197121, 58.172970100969223 ], [ -6.726076738430676, 58.172212043329537 ], [ -6.725118086451581, 58.172364557191138 ], [ -6.725342542433432, 58.171555659487211 ], [ -6.724713419826935, 58.170728963021283 ], [ -6.723023696081503, 58.171272889497061 ], [ -6.721461420970021, 58.170597724220521 ], [ -6.719143226293453, 58.17083208061284 ], [ -6.718040134164759, 58.169447232934395 ], [ -6.716629861814669, 58.169018242702229 ], [ -6.716635991658834, 58.168743665001898 ], [ -6.715471648832101, 58.169398456848356 ], [ -6.716361282239644, 58.16949593658633 ], [ -6.715843536133355, 58.170661987939695 ], [ -6.716765055416203, 58.170358002609206 ], [ -6.71455354737469, 58.172873075675959 ], [ -6.715347827605707, 58.173149499037784 ], [ -6.717729422429561, 58.172301199705366 ], [ -6.71878910680793, 58.172909582891869 ], [ -6.718919378329973, 58.173826754492829 ], [ -6.720056734747082, 58.173609196737004 ], [ -6.720269411893175, 58.173223518188529 ], [ -6.721187240984571, 58.17321197992343 ], [ -6.720891047934122, 58.174122473733433 ], [ -6.72012791006218, 58.173952870621896 ], [ -6.719550220853466, 58.17441054576615 ], [ -6.720035874955378, 58.175247081750896 ], [ -6.718589892215922, 58.175961810311748 ], [ -6.720184923321012, 58.175920688672228 ], [ -6.720226361147275, 58.177066030515626 ], [ -6.722252017543926, 58.177125858470852 ], [ -6.723649632105237, 58.177969040981729 ], [ -6.723999055153451, 58.177843640321647 ], [ -6.723813183852434, 58.178687083122703 ], [ -6.724894218937692, 58.178813389703933 ], [ -6.725173720239257, 58.179378708885231 ], [ -6.724868408963032, 58.181949155342593 ], [ -6.725607828026899, 58.182259039271322 ], [ -6.725354332236239, 58.183042027604436 ], [ -6.723196386902062, 58.183783216683175 ], [ -6.722126496231891, 58.183485571758332 ], [ -6.721623615548263, 58.184250811285196 ], [ -6.715531977520153, 58.183648947256096 ], [ -6.713901097672466, 58.184128490190894 ], [ -6.713772602782733, 58.183493695772441 ], [ -6.711706814646341, 58.183416319829249 ], [ -6.709549119410616, 58.184714054932435 ], [ -6.709674519113817, 58.184940590912312 ], [ -6.708118254683614, 58.183966396452554 ], [ -6.707908338296039, 58.184245806406253 ], [ -6.706824596007341, 58.184138342705488 ], [ -6.707961683174273, 58.185059685160098 ], [ -6.709743224478588, 58.18563876514326 ], [ -6.709355377767992, 58.186233287130776 ], [ -6.711340191536643, 58.185031003954641 ], [ -6.711030780044277, 58.185638821577676 ], [ -6.711914966734759, 58.185563837500865 ], [ -6.712293467251401, 58.185939320879484 ], [ -6.712954594454725, 58.185479497453947 ], [ -6.714734854170938, 58.18559890847429 ], [ -6.715334049617232, 58.18607145638795 ], [ -6.71416381381714, 58.186532146598289 ], [ -6.714049589377794, 58.187275769750151 ], [ -6.714714699027525, 58.187012782185754 ], [ -6.715340710568434, 58.187276551449251 ], [ -6.716773771343354, 58.187102056506212 ], [ -6.717421620459017, 58.187748198421225 ], [ -6.718906863553737, 58.187774136871006 ], [ -6.720055675248525, 58.186742107255263 ], [ -6.721277889342654, 58.187160056895486 ], [ -6.721926727877571, 58.188197428997846 ], [ -6.722697467609574, 58.188357751388978 ], [ -6.723619637732208, 58.189323814595994 ], [ -6.722753160357374, 58.189724744999971 ], [ -6.722761267881686, 58.190464743456573 ], [ -6.723673740987672, 58.190768225674042 ], [ -6.724422790595395, 58.190265502236414 ], [ -6.725259186321821, 58.19021468783567 ], [ -6.726832410343036, 58.191412938667042 ], [ -6.728259441997563, 58.192011224811608 ], [ -6.729185695835985, 58.192020915545527 ], [ -6.731158210737936, 58.193734108692354 ], [ -6.730543430562967, 58.195244742325514 ], [ -6.731151451936242, 58.195729489513027 ], [ -6.731701039208344, 58.195366360371565 ], [ -6.73293780093194, 58.195749485649458 ], [ -6.735097529769033, 58.197969296293209 ], [ -6.736374680778858, 58.197555713757737 ], [ -6.735706034116776, 58.195927254445841 ], [ -6.734794946128833, 58.195725447461562 ], [ -6.735105023645485, 58.19472894775047 ], [ -6.734758623086566, 58.19454572834973 ], [ -6.734088568743292, 58.195052774257597 ], [ -6.733481514607642, 58.19492061588349 ], [ -6.733201773097026, 58.193856985141572 ], [ -6.733776952191587, 58.192101338867303 ], [ -6.734576865331826, 58.191405964600683 ], [ -6.735862344042453, 58.191580358584673 ], [ -6.736311384939746, 58.191256026458575 ], [ -6.73760163482056, 58.191146876288812 ], [ -6.738189190107224, 58.191516313438214 ], [ -6.737814409239355, 58.193508301759344 ], [ -6.737106146458368, 58.194022183270967 ], [ -6.737838987248317, 58.19539098538484 ], [ -6.739181797973278, 58.195751217228221 ], [ -6.739088632851695, 58.196444616648286 ], [ -6.74012797381519, 58.197058100567723 ], [ -6.741178768494893, 58.196965924331721 ], [ -6.74163298509844, 58.195978432498279 ], [ -6.745760739579093, 58.193503942725492 ], [ -6.746185627331212, 58.192655150756252 ], [ -6.746858007877155, 58.193046576557379 ], [ -6.746624070623758, 58.193590512450996 ], [ -6.747282435952467, 58.19390240086463 ], [ -6.747305518591104, 58.194610367808835 ], [ -6.748227709369946, 58.194550809358745 ], [ -6.749014828053227, 58.195162830091078 ], [ -6.748792199868258, 58.19638998978396 ], [ -6.751822942215735, 58.196885952774849 ], [ -6.753336938074723, 58.197823449189571 ], [ -6.755892423223535, 58.197822519851449 ], [ -6.756997376582921, 58.198694288331126 ], [ -6.75904068892413, 58.198240166566521 ], [ -6.760833610170251, 58.199032228896982 ], [ -6.76079729354553, 58.199523832442786 ], [ -6.762622369235401, 58.200872382311125 ], [ -6.762943815334156, 58.202506515016573 ], [ -6.762282361238691, 58.202720145015846 ], [ -6.761539872190779, 58.202329614081307 ], [ -6.760325812470915, 58.202361491144906 ], [ -6.759412399602696, 58.201649005304326 ], [ -6.758745901340883, 58.202015725895954 ], [ -6.759310821117278, 58.202988607448439 ], [ -6.758779346866238, 58.204299290901346 ], [ -6.759072172834868, 58.205466741449804 ], [ -6.758348533972335, 58.205471281752743 ], [ -6.758628759121988, 58.20654475279688 ], [ -6.758184563372176, 58.206790723407664 ], [ -6.758751304819434, 58.207331764748467 ], [ -6.756950860671791, 58.209220550793368 ], [ -6.754296743017022, 58.209445547800861 ], [ -6.752499108774558, 58.209130311301216 ], [ -6.74958738393988, 58.209722829871801 ], [ -6.747318112095904, 58.20948716822064 ], [ -6.745377557185719, 58.208905500854186 ], [ -6.743583438854833, 58.207353164223022 ], [ -6.742568935305101, 58.204646535357263 ], [ -6.742708362938824, 58.206505107052266 ], [ -6.74090715865486, 58.204987183601261 ], [ -6.739956445473259, 58.204516125982316 ], [ -6.739980860729037, 58.2041374183244 ], [ -6.74174052164074, 58.204286025861613 ], [ -6.74251631356355, 58.203945015376803 ], [ -6.742567888320236, 58.204632575043576 ], [ -6.742730171898951, 58.203670795423001 ], [ -6.740094597053612, 58.202908936976172 ], [ -6.740466959818127, 58.203196422390825 ], [ -6.738804008456263, 58.204435761256889 ], [ -6.73862695321685, 58.205228528329762 ], [ -6.736708386769982, 58.20487259851366 ], [ -6.736600184394669, 58.205607031586204 ], [ -6.737606138617669, 58.205802605525378 ], [ -6.739278234676989, 58.208205107948856 ], [ -6.740227769441788, 58.208028560508318 ], [ -6.738121806418504, 58.205554951343565 ], [ -6.73871810057859, 58.205719875039087 ], [ -6.739594582505298, 58.205251904232831 ], [ -6.740799974449049, 58.206085890989449 ], [ -6.741495988137534, 58.205683090704895 ], [ -6.741928465263923, 58.206598901346027 ], [ -6.741416421153017, 58.207830514387076 ], [ -6.74151149862137, 58.20963951481383 ], [ -6.743290281341771, 58.21103863336694 ], [ -6.739706232594306, 58.211678432351093 ], [ -6.739409431922523, 58.212097854897436 ], [ -6.740145572481912, 58.212364616035195 ], [ -6.739881084843696, 58.21334503868998 ], [ -6.740645258615921, 58.212086064734677 ], [ -6.743548346630399, 58.212013105601969 ], [ -6.745920216960176, 58.213690553361431 ], [ -6.746143289010612, 58.215167361184939 ], [ -6.748253072737892, 58.215125644009397 ], [ -6.749663040867334, 58.216834372001358 ], [ -6.752050184910896, 58.216737279451003 ], [ -6.753662960078898, 58.217056728422911 ], [ -6.754661652744146, 58.216393396588913 ], [ -6.757649830860315, 58.216240488045592 ], [ -6.757763630426822, 58.217063808657649 ], [ -6.761684387104239, 58.219579084377678 ], [ -6.762276376635914, 58.220738051938476 ], [ -6.763412315272245, 58.221135470446683 ], [ -6.764102120624829, 58.222006522011384 ], [ -6.764074406338966, 58.222422243883493 ], [ -6.763059462390268, 58.222786711816958 ], [ -6.762833335870434, 58.223566064080451 ], [ -6.763445470619664, 58.224467908062834 ], [ -6.764239702015237, 58.223970461995876 ], [ -6.764604245283733, 58.224145736417356 ], [ -6.764779837304966, 58.224818321236199 ], [ -6.764100295514943, 58.224582859658199 ], [ -6.763433428435294, 58.224949609352791 ], [ -6.76440578284647, 58.226159120017336 ], [ -6.764156363599516, 58.22652376010744 ], [ -6.76455887217557, 58.226918002284776 ], [ -6.765467169644361, 58.226888541722495 ], [ -6.765890400819418, 58.227183056301833 ], [ -6.766471078491615, 58.228776009625193 ], [ -6.767580543959109, 58.229418162386708 ], [ -6.769117662418359, 58.232225685281392 ], [ -6.770003906687896, 58.232601812847328 ], [ -6.770308010985841, 58.233404514649891 ], [ -6.771270878515043, 58.233525895812932 ], [ -6.772324276309227, 58.234535324329983 ], [ -6.773111159415489, 58.235731035223594 ], [ -6.772739211623477, 58.236401626304698 ], [ -6.774307635530027, 58.236839439157919 ], [ -6.775969509944628, 58.238337890238121 ], [ -6.775975776090843, 58.236396444359478 ], [ -6.777085871785511, 58.236381833931077 ], [ -6.777921211142059, 58.235594010658978 ], [ -6.777865612071212, 58.23500419538513 ], [ -6.779136331626779, 58.234511284862613 ], [ -6.778142864416906, 58.234036688997243 ], [ -6.777807172066319, 58.233431286115213 ], [ -6.778346393088983, 58.233458748997826 ], [ -6.778651682576805, 58.233129765231844 ], [ -6.77924038105879, 58.233486401449596 ], [ -6.780126671795349, 58.23341898460901 ], [ -6.780966590380451, 58.232855852545249 ], [ -6.781717844986805, 58.234051053466004 ], [ -6.781133349408591, 58.234320353551119 ], [ -6.782445870797482, 58.234163170028232 ], [ -6.781615440106853, 58.234657590296734 ], [ -6.782467495072532, 58.234513181524115 ], [ -6.782269044441593, 58.235444460388088 ], [ -6.783217592652508, 58.236230155619943 ], [ -6.785341516267454, 58.23697892259608 ], [ -6.787883109958479, 58.237156947656793 ], [ -6.785047575744587, 58.237214843651827 ], [ -6.78579969535779, 58.237555422956156 ], [ -6.78635627877837, 58.237395095695582 ], [ -6.786648136812759, 58.238040806718089 ], [ -6.787388581481252, 58.238256778542002 ], [ -6.787398087324846, 58.237834533320587 ], [ -6.788449091449118, 58.237104203776028 ], [ -6.787940299795424, 58.236911021851775 ], [ -6.78814934470318, 58.236109767593184 ], [ -6.78898547736484, 58.236099946351231 ], [ -6.789749134701853, 58.237119229367316 ], [ -6.789083200792843, 58.237707368024459 ], [ -6.789466094763259, 58.239203326241409 ], [ -6.79011196089927, 58.239615340267896 ], [ -6.790562375901864, 58.239414006788401 ], [ -6.79157816239255, 58.239672681373015 ], [ -6.792012824994079, 58.239417961616127 ], [ -6.792720074068179, 58.239791673659738 ], [ -6.792609660469171, 58.240173636394118 ], [ -6.793577606988348, 58.240393614578494 ], [ -6.792723910517612, 58.241397228814463 ], [ -6.793374902090303, 58.241480698943981 ], [ -6.79365061352618, 58.241879627860108 ], [ -6.794098009851965, 58.241655906797618 ], [ -6.794309432147475, 58.242273144708754 ], [ -6.79380493422145, 58.243020753758401 ], [ -6.794791162352, 58.243186064066627 ], [ -6.793863598761031, 58.243643736443524 ], [ -6.795032363000282, 58.243518822144566 ], [ -6.795069873252938, 58.243922210017246 ], [ -6.796266431004373, 58.244443917578636 ], [ -6.797422925386908, 58.245740738783724 ], [ -6.80079113473694, 58.245479015611281 ], [ -6.800660782001408, 58.24615409334676 ], [ -6.801277928835629, 58.246238799927553 ], [ -6.799818083747487, 58.246860488910173 ], [ -6.800214558204914, 58.247205384108405 ], [ -6.799392452359339, 58.247686111940141 ], [ -6.800249699292076, 58.247905714401305 ], [ -6.799507608255964, 58.248347447782209 ], [ -6.798655188184945, 58.248352547177298 ], [ -6.799123845239508, 58.248222462743719 ], [ -6.79871464005388, 58.247846558899468 ], [ -6.796975840811992, 58.248109894651627 ], [ -6.793105511880248, 58.247688737970023 ], [ -6.792649408707255, 58.248479498057527 ], [ -6.792095987311167, 58.248525487571079 ], [ -6.790166430531166, 58.247807292957873 ], [ -6.787930661434681, 58.247436102321373 ], [ -6.789026047742897, 58.248496909105647 ], [ -6.79191493315528, 58.248599758834466 ], [ -6.791561999790839, 58.249775242305461 ], [ -6.793604560972422, 58.250053787357103 ], [ -6.795070614881989, 58.249980668823056 ], [ -6.795594656763641, 58.249503086976105 ], [ -6.798491485411136, 58.248466655022163 ], [ -6.800824433808038, 58.248243896365672 ], [ -6.802585107573366, 58.249967704397292 ], [ -6.802804017874577, 58.250764561898869 ], [ -6.803135615889254, 58.249749064249492 ], [ -6.804161479983024, 58.24989032516374 ], [ -6.804584193498876, 58.251183253537938 ], [ -6.805014683821904, 58.251212008722092 ], [ -6.804805571569881, 58.251872068808119 ], [ -6.805384040807552, 58.252111140467683 ], [ -6.806026100182071, 58.251749606142489 ], [ -6.806357835666279, 58.252245352267636 ], [ -6.807242402667723, 58.251784713844593 ], [ -6.808559407935948, 58.252058893463172 ], [ -6.808141237528914, 58.253064179469682 ], [ -6.809672995649831, 58.253537149493035 ], [ -6.809568835177488, 58.254089810636408 ], [ -6.810132759324886, 58.254095525016638 ], [ -6.808732265839301, 58.255092888408925 ], [ -6.809164035887191, 58.255193547328567 ], [ -6.808867600398067, 58.255587040522222 ], [ -6.810029616242048, 58.256226877964373 ], [ -6.80907091368547, 58.25633050572106 ], [ -6.810024901962066, 58.256757796805474 ], [ -6.809897749160777, 58.257518224353042 ], [ -6.809307723441047, 58.257634932777727 ], [ -6.809777834744278, 58.258143444473824 ], [ -6.808330986800027, 58.25867477653204 ], [ -6.807536527556338, 58.258605779316483 ], [ -6.807321166755584, 58.258213594534787 ], [ -6.806142360835338, 58.258959685213021 ], [ -6.806617219964749, 58.259000258328484 ], [ -6.807104934412285, 58.259701521083961 ], [ -6.806801750178967, 58.259982817502987 ], [ -6.807373103569845, 58.260294116406449 ], [ -6.809974977947937, 58.260663774355386 ], [ -6.808566388923003, 58.261854840183481 ], [ -6.809794782129366, 58.262730564942125 ], [ -6.810640302765696, 58.262860593434866 ], [ -6.810528772991578, 58.263107682064337 ], [ -6.809890698480974, 58.263059784772658 ], [ -6.810069064930556, 58.263241965038397 ], [ -6.811368245465026, 58.263255925370864 ], [ -6.812195435027029, 58.264758467600451 ], [ -6.815176924383282, 58.265469030939137 ], [ -6.815066105791689, 58.265909503387945 ], [ -6.814470309872854, 58.2655451843248 ], [ -6.814268480362394, 58.265944113403812 ], [ -6.81370731447451, 58.26570892029266 ], [ -6.813483672402382, 58.266198627474246 ], [ -6.812578184049547, 58.26657013569843 ], [ -6.812704567828804, 58.267186064394046 ], [ -6.813178281853467, 58.267091724621672 ], [ -6.813670312597518, 58.267320534274312 ], [ -6.813338578050284, 58.267517464991286 ], [ -6.814520341585581, 58.267796701550076 ], [ -6.815526637041503, 58.267664255784723 ], [ -6.81602671422893, 58.268203102666732 ], [ -6.815324755221463, 58.267937249552695 ], [ -6.815358831676958, 58.2681878407898 ], [ -6.816879957719235, 58.268953501221333 ], [ -6.817477361629991, 58.269956441213203 ], [ -6.818495340851733, 58.270034929751482 ], [ -6.818326416872517, 58.270675505130185 ], [ -6.817634319431835, 58.270859073149651 ], [ -6.817411072535629, 58.272104407099576 ], [ -6.81577319264165, 58.272427132437095 ], [ -6.815305203589539, 58.27187357847734 ], [ -6.81497409855081, 58.272200925541028 ], [ -6.813554835427163, 58.271557334657032 ], [ -6.81224264309374, 58.271638334409921 ], [ -6.812615530588559, 58.272748717406778 ], [ -6.811186176583556, 58.27198044239362 ], [ -6.810630027113508, 58.272147148455495 ], [ -6.811087167155802, 58.272759598647738 ], [ -6.810394920051354, 58.272703848014935 ], [ -6.810157534448336, 58.272954782344051 ], [ -6.807652239567772, 58.272284612458776 ], [ -6.806212799062015, 58.273503788575475 ], [ -6.805583204796475, 58.272991374180471 ], [ -6.805841244876643, 58.27270368860291 ], [ -6.803912920535887, 58.271339737771733 ], [ -6.803569972592637, 58.271958055665792 ], [ -6.804148314952954, 58.272470610235189 ], [ -6.803042701866024, 58.27257701650008 ], [ -6.802520263930223, 58.273156212281606 ], [ -6.803324317031763, 58.273784410885227 ], [ -6.803454152816531, 58.275018210618462 ], [ -6.801602209860239, 58.275753608346932 ], [ -6.798667384614745, 58.276210377723501 ], [ -6.796646405688024, 58.275056701788223 ], [ -6.796317040128136, 58.275373135541408 ], [ -6.795579743202585, 58.275300107092036 ], [ -6.794064385977654, 58.275886904425676 ], [ -6.789943858824897, 58.275001823068678 ], [ -6.789292163631869, 58.275220595927266 ], [ -6.788357110096705, 58.276942351574398 ], [ -6.789217902715297, 58.279265952044348 ], [ -6.788454483718894, 58.279833439629257 ], [ -6.785902642400065, 58.280309709344927 ], [ -6.782693951949701, 58.279400968530574 ], [ -6.782065575251399, 58.278845219778844 ], [ -6.780211504166957, 58.278507217023865 ], [ -6.7777800900035, 58.27947085987865 ], [ -6.777454728867838, 58.280033564106937 ], [ -6.775003028233761, 58.280240497340088 ], [ -6.774656709306999, 58.28119257853821 ], [ -6.772835712450028, 58.281657416325636 ], [ -6.772267328241926, 58.282141042035548 ], [ -6.777506404951751, 58.281238812533005 ], [ -6.779559680871031, 58.281723215863018 ], [ -6.783357883862362, 58.280800953008281 ], [ -6.787721773686187, 58.280678629041155 ], [ -6.791102483217029, 58.279399382718573 ], [ -6.790392988713336, 58.278081202843701 ], [ -6.791168081539349, 58.278635001055406 ], [ -6.794042384643549, 58.278347102873198 ], [ -6.794813436671619, 58.278731916618192 ], [ -6.796114152719789, 58.278803559266777 ], [ -6.796676603584299, 58.279362622322729 ], [ -6.798362923210112, 58.279078812051502 ], [ -6.800472158772923, 58.279206352700399 ], [ -6.801052274530533, 58.279580324704156 ], [ -6.80372167208297, 58.280060044828261 ], [ -6.804868535857539, 58.279953883491338 ], [ -6.80525617432866, 58.279224134178094 ], [ -6.807637805561873, 58.278967978848691 ], [ -6.808036361897205, 58.27850767564982 ], [ -6.809853631430543, 58.278308730335254 ], [ -6.811479881679866, 58.278526264078884 ], [ -6.812754631182254, 58.278230796089666 ], [ -6.814773482646713, 58.278446968502273 ], [ -6.815626816618071, 58.278882529638693 ], [ -6.816239522665818, 58.278553546030928 ], [ -6.818095986142259, 58.279144619358533 ], [ -6.818652052982592, 58.278462434753109 ], [ -6.819852469693998, 58.278812891861982 ], [ -6.819672497854449, 58.279246985658432 ], [ -6.820424930181281, 58.2792545369918 ], [ -6.820628586228304, 58.278869023027262 ], [ -6.822042866601056, 58.279598191971765 ], [ -6.822052461614843, 58.279417915826265 ], [ -6.823240705684711, 58.279615876131935 ], [ -6.82629971190226, 58.281384774308897 ], [ -6.825076846097188, 58.281246622288208 ], [ -6.826202743248952, 58.281550365479838 ], [ -6.827089345885232, 58.282353419901185 ], [ -6.826674473609422, 58.282629992931653 ], [ -6.827351274819269, 58.282833774209458 ], [ -6.826633970574681, 58.282833928594613 ], [ -6.826734379078101, 58.283194455351143 ], [ -6.827782366791622, 58.283114318778864 ], [ -6.82851448383767, 58.283410455792414 ], [ -6.828551219613129, 58.283804876543812 ], [ -6.827552458154732, 58.283995602482214 ], [ -6.827973360874252, 58.284263938349596 ], [ -6.827657863841754, 58.284517862347236 ], [ -6.824734797089165, 58.284938795317181 ], [ -6.823568761278109, 58.284654545974377 ], [ -6.823677770629132, 58.285203658569138 ], [ -6.822801342614182, 58.285101858602253 ], [ -6.822552229161984, 58.28559254423994 ], [ -6.823128453925646, 58.285998055440785 ], [ -6.822704970640202, 58.286211969599897 ], [ -6.821781318612219, 58.286327843286138 ], [ -6.821482401703648, 58.28582638748761 ], [ -6.820180639310575, 58.285925054152983 ], [ -6.82049653220963, 58.286425871160844 ], [ -6.820098517803076, 58.286638813827253 ], [ -6.820819597141786, 58.286728512019089 ], [ -6.820975779599298, 58.287059947604533 ], [ -6.8193004996228, 58.287865383289848 ], [ -6.817895948444756, 58.287711531570309 ], [ -6.817631170593905, 58.288589609639779 ], [ -6.818152615814658, 58.288718346606267 ], [ -6.817508813977631, 58.289070998820499 ], [ -6.81814120646483, 58.288948166419075 ], [ -6.81764612150023, 58.289326687713377 ], [ -6.816980569588448, 58.288704131453699 ], [ -6.816151550835959, 58.288888354462699 ], [ -6.815686516547959, 58.288672021700798 ], [ -6.816466197547448, 58.289380232086422 ], [ -6.816100409065077, 58.289830328584479 ], [ -6.816938904639182, 58.290342910528906 ], [ -6.815300736334542, 58.290544179588444 ], [ -6.815759732142362, 58.290778733439083 ], [ -6.813947317063372, 58.290955076493177 ], [ -6.81424759783098, 58.290525450156842 ], [ -6.813686824107729, 58.290735516393283 ], [ -6.813160828394567, 58.289882785532178 ], [ -6.812214619879207, 58.290084896076742 ], [ -6.811314691808689, 58.290753025505133 ], [ -6.810933379997493, 58.290398584343272 ], [ -6.810957216250349, 58.290887945827606 ], [ -6.810020760209659, 58.291350543684814 ], [ -6.809398489560563, 58.291045661957128 ], [ -6.809479505936611, 58.289945145786227 ], [ -6.807974028136022, 58.289300231084766 ], [ -6.807308802834616, 58.289370275665739 ], [ -6.806519268257746, 58.290034210007477 ], [ -6.807170015699477, 58.290297551792605 ], [ -6.806722186727362, 58.290899136361162 ], [ -6.807281847979592, 58.290932024369759 ], [ -6.804612421967839, 58.291968112335049 ], [ -6.803527087985779, 58.292089936899366 ], [ -6.803411197014509, 58.292494602056955 ], [ -6.805151695653618, 58.293360108221698 ], [ -6.805172428006009, 58.293890065832457 ], [ -6.804289838616763, 58.294310109296866 ], [ -6.803741021153444, 58.29404291424499 ], [ -6.803721045028823, 58.294461959689478 ], [ -6.802695751307162, 58.294774919280499 ], [ -6.80301327789808, 58.295037331866752 ], [ -6.802633267795629, 58.295195564154923 ], [ -6.803589400804584, 58.295128089010554 ], [ -6.804815746582721, 58.295477721149744 ], [ -6.805643921757529, 58.296103209806709 ], [ -6.803774299706261, 58.297621892851637 ], [ -6.803244263391278, 58.297430449759986 ], [ -6.802855129282566, 58.297647496632244 ], [ -6.802671120747172, 58.297173160380602 ], [ -6.802647486448355, 58.297565356292417 ], [ -6.801167958717771, 58.297742471991221 ], [ -6.79947955460007, 58.297387694683493 ], [ -6.798582246699579, 58.296566866053659 ], [ -6.796852643332573, 58.296172225773816 ], [ -6.795351734881721, 58.296720693224252 ], [ -6.795420151160958, 58.297401780618571 ], [ -6.796721766430493, 58.298041915697915 ], [ -6.796499292279093, 58.298417295147992 ], [ -6.797167863203376, 58.298458730133561 ], [ -6.796837309104049, 58.299057663729471 ], [ -6.797719106107667, 58.299650602054903 ], [ -6.797357715198838, 58.300034803868485 ], [ -6.799404566920239, 58.299995620374283 ], [ -6.801536196034005, 58.301713641436635 ], [ -6.803235076946692, 58.301514776022813 ], [ -6.804131954759193, 58.30195328220848 ], [ -6.802800441212784, 58.302403702569961 ], [ -6.804425912337982, 58.302418980244056 ], [ -6.805121264254004, 58.303008996041548 ], [ -6.803894863284695, 58.304044678187161 ], [ -6.804353986494683, 58.304405208295172 ], [ -6.802708352222679, 58.30411632219954 ], [ -6.802367027923026, 58.303553451886316 ], [ -6.801827222131627, 58.303668217103095 ], [ -6.801654106265923, 58.303022553981229 ], [ -6.800697216680125, 58.304156008852217 ], [ -6.798822101796492, 58.304820235690045 ], [ -6.799331586009226, 58.305174391482147 ], [ -6.798281655833505, 58.305560197860373 ], [ -6.798616254382409, 58.305821980910352 ], [ -6.797693828534313, 58.305888144614947 ], [ -6.797823772970072, 58.306530936852639 ], [ -6.797190392419045, 58.306460292932996 ], [ -6.797053138667958, 58.306771299339715 ], [ -6.795669141126829, 58.307025710336028 ], [ -6.79510621527009, 58.306781494054668 ], [ -6.794669082154536, 58.305763434670517 ], [ -6.794594367748886, 58.305968640252665 ], [ -6.794247846984401, 58.305958111175215 ], [ -6.794588886688351, 58.306117271873688 ], [ -6.794170481652285, 58.306119496417075 ], [ -6.793769088079275, 58.306058112167584 ], [ -6.794109315674638, 58.305953902146591 ], [ -6.793667690666743, 58.305940481591243 ], [ -6.792849736645841, 58.305768803226258 ], [ -6.793225647769956, 58.305642242025037 ], [ -6.792862533091567, 58.305484964809004 ], [ -6.791483477402058, 58.305397317030859 ], [ -6.791007348697502, 58.305604096748866 ], [ -6.789683885774701, 58.304160524454318 ], [ -6.788137322029027, 58.303971182842631 ], [ -6.787324166984448, 58.30421308158072 ], [ -6.78734591787591, 58.304563088426228 ], [ -6.786726523511065, 58.304595316849934 ], [ -6.787072559193063, 58.304879187681557 ], [ -6.786152293932741, 58.305718795395833 ], [ -6.786249945562789, 58.306061458036559 ], [ -6.786964036880815, 58.30622358066654 ], [ -6.785919707222894, 58.307472634044139 ], [ -6.78528087964569, 58.307361655865165 ], [ -6.784593779366215, 58.308030589601067 ], [ -6.783306189840574, 58.308303737532455 ], [ -6.782162792023668, 58.308196507857247 ], [ -6.781085579704395, 58.3076808004434 ], [ -6.780895226511984, 58.308232153633149 ], [ -6.781655453136745, 58.308482532479239 ], [ -6.781123368221014, 58.308655387605128 ], [ -6.780449376055706, 58.308410771135819 ], [ -6.780014929735776, 58.307662432603919 ], [ -6.779375108015433, 58.308302578864897 ], [ -6.778310307972535, 58.307568842898348 ], [ -6.778744682625581, 58.308380156882365 ], [ -6.778345635945782, 58.308462562623085 ], [ -6.777195336325534, 58.307538617722287 ], [ -6.776460961462544, 58.307795485501948 ], [ -6.776924961323214, 58.308763115440108 ], [ -6.775031573671894, 58.309360194535763 ], [ -6.776199314785158, 58.309590861483315 ], [ -6.774903784162327, 58.30974278121375 ], [ -6.775426043434807, 58.309813196101423 ], [ -6.774914580575077, 58.30994927104495 ], [ -6.774009300907556, 58.309573844996386 ], [ -6.771731748872212, 58.309668007937717 ], [ -6.770794193241109, 58.308673087116787 ], [ -6.771077437057419, 58.308365652739276 ], [ -6.770244534087926, 58.307956012516797 ], [ -6.770185612833754, 58.306442497733897 ], [ -6.768980696932789, 58.305808377472239 ], [ -6.767611383346903, 58.305729103764989 ], [ -6.767639526726145, 58.306888451069696 ], [ -6.766656506589014, 58.30669578697637 ], [ -6.767168221907028, 58.307639175567417 ], [ -6.766622255989105, 58.307646073640583 ], [ -6.76667484150994, 58.308606610231102 ], [ -6.765362646157478, 58.308381251636433 ], [ -6.764775048214029, 58.307445187235572 ], [ -6.763885291834398, 58.308769228280013 ], [ -6.7633061038464, 58.307958778347277 ], [ -6.762721172238877, 58.308057066859924 ], [ -6.762200552112237, 58.307617732411515 ], [ -6.761832153631365, 58.306214717120646 ], [ -6.760039001442876, 58.30609720289192 ], [ -6.758757154238936, 58.305461362015087 ], [ -6.757107539926477, 58.305711759590139 ], [ -6.753577801604669, 58.3069137091885 ], [ -6.753795160630996, 58.308403323750063 ], [ -6.754631267642147, 58.309028834188815 ], [ -6.753980597024265, 58.309210487755877 ], [ -6.75443740707948, 58.309620747414137 ], [ -6.754030986483195, 58.309712345312661 ], [ -6.754075203214263, 58.310295390088399 ], [ -6.752925219153059, 58.310513624516012 ], [ -6.753795247862914, 58.310755579726312 ], [ -6.752371690633137, 58.311163902163649 ], [ -6.752349408589209, 58.311862762840576 ], [ -6.753026979340663, 58.31216046360246 ], [ -6.751825356810743, 58.313266640701464 ], [ -6.75177758428199, 58.314500767156012 ], [ -6.751451970959662, 58.313604368560974 ], [ -6.751023026133117, 58.314609810569543 ], [ -6.750003706609562, 58.314211475963731 ], [ -6.749604096165599, 58.313272851146756 ], [ -6.749210067132243, 58.314029618073072 ], [ -6.748819912680421, 58.313733798035123 ], [ -6.748358108804305, 58.313858920045298 ], [ -6.748246459228656, 58.31334584801639 ], [ -6.747539505752512, 58.314241980809896 ], [ -6.74698409564699, 58.314319306222359 ], [ -6.746836371776138, 58.313982981558354 ], [ -6.74534276536759, 58.314380332615123 ], [ -6.743827169106392, 58.314040876641194 ], [ -6.743408410861985, 58.313021991085414 ], [ -6.742423632202867, 58.312370450069764 ], [ -6.741730115163607, 58.312679562618541 ], [ -6.741416061139599, 58.313460316442431 ], [ -6.740020262926967, 58.313822488119428 ], [ -6.740088382160927, 58.314139287256545 ], [ -6.738510702618734, 58.313910016787148 ], [ -6.737458445564199, 58.31332840751503 ], [ -6.736187395699475, 58.313537486593432 ], [ -6.735572448472605, 58.314369864699266 ], [ -6.736117870938989, 58.31474091859598 ], [ -6.737118296117879, 58.314744275320358 ], [ -6.737040239435632, 58.315628697069741 ], [ -6.738273773617456, 58.316095640741644 ], [ -6.738627092319823, 58.315862144327106 ], [ -6.73906980728634, 58.31629546792616 ], [ -6.739952510984399, 58.316249202636811 ], [ -6.739747484686444, 58.316441216266952 ], [ -6.740437171506987, 58.316676466904546 ], [ -6.7412779581793, 58.316636246766898 ], [ -6.741118362415102, 58.316912029555127 ], [ -6.742127457547197, 58.317234355398462 ], [ -6.74123022121032, 58.317618494160932 ], [ -6.742210014430412, 58.317658559817225 ], [ -6.741808072921034, 58.317911862712535 ], [ -6.742595661600882, 58.318111982947364 ], [ -6.741973587336119, 58.31889068706468 ], [ -6.74066004365758, 58.318975452679815 ], [ -6.740203674080744, 58.31831326358536 ], [ -6.74006716300837, 58.318952491899282 ], [ -6.738757736296219, 58.318749239685872 ], [ -6.737896246567044, 58.319145519053023 ], [ -6.738231245505242, 58.319348969666407 ], [ -6.7373338500214, 58.319413756689954 ], [ -6.738408135638318, 58.319648239652523 ], [ -6.73611045088172, 58.320043833539636 ], [ -6.735925891637425, 58.31962341080775 ], [ -6.733907007883084, 58.319356474258925 ], [ -6.731478459352397, 58.319540953565443 ], [ -6.731253723765067, 58.319841623886276 ], [ -6.732051136077227, 58.32030680091939 ], [ -6.730159824175713, 58.320673729064538 ], [ -6.73070553351894, 58.321238191262907 ], [ -6.728942606384992, 58.321159582451578 ], [ -6.72829120711946, 58.321530020679639 ], [ -6.72851582368575, 58.321930978754672 ], [ -6.728828883879845, 58.321842925106949 ], [ -6.728436379315146, 58.322167793749522 ], [ -6.72978374049746, 58.322270801948115 ], [ -6.728493267405089, 58.322592954098461 ], [ -6.729193551035785, 58.322715435251268 ], [ -6.729946798284042, 58.322467151005846 ], [ -6.730835910779981, 58.322978412345613 ], [ -6.730099911806199, 58.32341945756643 ], [ -6.730595215188778, 58.323351633117667 ], [ -6.730615466155714, 58.323566765472705 ], [ -6.72717288033261, 58.323586334654443 ], [ -6.727993680483695, 58.324226076137414 ], [ -6.727821601490469, 58.324601247325589 ], [ -6.725994263216858, 58.324745358768141 ], [ -6.725716748561323, 58.325866523619254 ], [ -6.724042283207717, 58.326387237681082 ], [ -6.724645196754771, 58.326612293573504 ], [ -6.722370491795988, 58.327056248246372 ], [ -6.725298822404606, 58.327600051811565 ], [ -6.724567156058441, 58.327627127373709 ], [ -6.724603661965153, 58.327900126369762 ], [ -6.725205792926308, 58.327927317486129 ], [ -6.725140551383328, 58.32833451042255 ], [ -6.721666718576214, 58.328251633343918 ], [ -6.722292983561505, 58.328075556946182 ], [ -6.721161782661826, 58.32767213328794 ], [ -6.721452321048382, 58.32735106063339 ], [ -6.720594456819003, 58.327009485263147 ], [ -6.720285751533516, 58.327578591358574 ], [ -6.718765104132499, 58.327715754123375 ], [ -6.717863097688336, 58.327555692858304 ], [ -6.717994093602623, 58.327128085771214 ], [ -6.716511789957472, 58.326975964142996 ], [ -6.71628969150262, 58.327323280688681 ], [ -6.717353567125765, 58.327965802815285 ], [ -6.715742674589293, 58.328541622139412 ], [ -6.714852595887, 58.328265962655514 ], [ -6.71462208257199, 58.327679004146546 ], [ -6.713785473169856, 58.327778254597334 ], [ -6.714192056442497, 58.32883904764271 ], [ -6.713629233818216, 58.328991152989971 ], [ -6.713507370814568, 58.328616062128233 ], [ -6.713115486123316, 58.329049695245487 ], [ -6.712658379072749, 58.328597027615594 ], [ -6.712532511604689, 58.328884116235542 ], [ -6.712122152272738, 58.328756240149396 ], [ -6.71196681209575, 58.329873754844108 ], [ -6.712725613953505, 58.329959987936682 ], [ -6.711507428688315, 58.330211827549888 ], [ -6.713018033619208, 58.330267618284957 ], [ -6.713266213694068, 58.330679424130459 ], [ -6.712649020974052, 58.330885702266279 ], [ -6.711550405720817, 58.330482790222177 ], [ -6.711932024397132, 58.330843800122622 ], [ -6.71154975580819, 58.330952353103037 ], [ -6.712043437374097, 58.331012392844649 ], [ -6.711644777169467, 58.331113455452929 ], [ -6.712954369415506, 58.331943938743123 ], [ -6.711638746024477, 58.332453033212232 ], [ -6.710925847358861, 58.331813705921149 ], [ -6.710656577373039, 58.332231112804685 ], [ -6.71004246460403, 58.331909257886103 ], [ -6.709631715009174, 58.332420031625716 ], [ -6.71032230461929, 58.332635625263435 ], [ -6.709089976254775, 58.333154212421981 ], [ -6.709676446740367, 58.333255815042193 ], [ -6.70922633204133, 58.333702375413999 ], [ -6.708841863339613, 58.333166060358451 ], [ -6.708890912155678, 58.334213965972573 ], [ -6.708302575475875, 58.334560378116848 ], [ -6.709172402754163, 58.334567882529413 ], [ -6.707900732593502, 58.334843243677405 ], [ -6.707469396390509, 58.334288863607277 ], [ -6.707553377798224, 58.334919013818272 ], [ -6.70703523024554, 58.334996580984942 ], [ -6.70769518110481, 58.335277183252899 ], [ -6.707231733363556, 58.33588073937576 ], [ -6.705602078765764, 58.334997227697983 ], [ -6.706323770242445, 58.334945446514844 ], [ -6.705343274968571, 58.334813372318244 ], [ -6.70510931270347, 58.33437944083564 ], [ -6.704582604059327, 58.334431228158095 ], [ -6.7046031054612, 58.334726406913376 ], [ -6.703897594810798, 58.334218995879652 ], [ -6.703322932620019, 58.33438588074879 ], [ -6.703765358697463, 58.334767161839601 ], [ -6.703190291420306, 58.334854005776982 ], [ -6.703773627936418, 58.33522739872744 ], [ -6.703151050299072, 58.335625418469725 ], [ -6.704051168619754, 58.335449245275065 ], [ -6.703992235957721, 58.335764440424043 ], [ -6.703037759987414, 58.335853564921457 ], [ -6.703381660283342, 58.336034290766605 ], [ -6.702336652860138, 58.336381300929411 ], [ -6.703056970920813, 58.336768542923942 ], [ -6.702873810919634, 58.33707571922946 ], [ -6.699907638617102, 58.337214599028655 ], [ -6.699622169201445, 58.336431752172082 ], [ -6.698486777281917, 58.335996799349992 ], [ -6.697394540015718, 58.336349103559023 ], [ -6.69800068838241, 58.336855707218305 ], [ -6.696428754177663, 58.337369566740314 ], [ -6.696051111114203, 58.336922015300914 ], [ -6.69643248137474, 58.336870212333984 ], [ -6.695861245736523, 58.336703224820049 ], [ -6.696359165064366, 58.336318822268296 ], [ -6.695548156705661, 58.334180872870355 ], [ -6.693868759107333, 58.331182550052695 ], [ -6.691123170180707, 58.330828303580901 ], [ -6.688632922041328, 58.33128945300092 ], [ -6.687751735773623, 58.332071976055047 ], [ -6.688907464782745, 58.33264929025713 ], [ -6.688985203790835, 58.333621479192139 ], [ -6.688519989447321, 58.333711418772118 ], [ -6.688470659377721, 58.332991841938956 ], [ -6.687665947549174, 58.332417829412186 ], [ -6.686365440596043, 58.332631068380927 ], [ -6.686140163276114, 58.333304954402635 ], [ -6.687477575261875, 58.335431724763524 ], [ -6.688558136966388, 58.336137731512757 ], [ -6.688226856207032, 58.336502492112118 ], [ -6.687590575620531, 58.336077005586944 ], [ -6.68828175711521, 58.337032072856957 ], [ -6.68693367974369, 58.337674315570283 ], [ -6.688224477791853, 58.337554078483485 ], [ -6.688229402126836, 58.337771573300081 ], [ -6.687463539837618, 58.338122601086766 ], [ -6.686432228137381, 58.337826741045184 ], [ -6.686697620694702, 58.338408863088382 ], [ -6.686327895821205, 58.338458409942653 ], [ -6.685498744427636, 58.337932951336015 ], [ -6.684481889439645, 58.338029620010843 ], [ -6.683997382730533, 58.337781143879504 ], [ -6.683661337957691, 58.338703745485844 ], [ -6.681467960629909, 58.338183311384356 ], [ -6.680922686242924, 58.339308761011615 ], [ -6.680261517848037, 58.339030766456936 ], [ -6.679993362621624, 58.339278955616066 ], [ -6.679337516798818, 58.338718324470193 ], [ -6.678131486084289, 58.33840721246986 ], [ -6.677099961964189, 58.338444993204192 ], [ -6.676812339169433, 58.338585051228101 ], [ -6.67738400729719, 58.339039940307977 ], [ -6.67680364559902, 58.339320244105004 ], [ -6.6771774699012, 58.339611477940807 ], [ -6.676342977339334, 58.340543313764563 ], [ -6.676806649468503, 58.340621680466441 ], [ -6.676554849358798, 58.341019475641247 ], [ -6.674513474813394, 58.341285795166812 ], [ -6.672715072299185, 58.340764245415961 ], [ -6.671143075433166, 58.341139263840859 ], [ -6.670480744718678, 58.341641107303261 ], [ -6.670688225886447, 58.34203288711376 ], [ -6.669498851986008, 58.342352514901684 ], [ -6.669058323081682, 58.343406613391778 ], [ -6.670588682513368, 58.344720561921704 ], [ -6.671422005133495, 58.344773738492115 ], [ -6.671133418020556, 58.345062230727663 ], [ -6.671980592543385, 58.345258813453079 ], [ -6.671579525795996, 58.345639991334778 ], [ -6.671719602247483, 58.345652435766183 ], [ -6.671822332850489, 58.345795292932578 ], [ -6.671561444525044, 58.34565717600946 ], [ -6.671254181199304, 58.345949194664904 ], [ -6.672183563611875, 58.346391924974455 ], [ -6.672457012318898, 58.347023249023074 ], [ -6.671470887419747, 58.347250905974789 ], [ -6.670863874939368, 58.346800879666056 ], [ -6.670592463560561, 58.347348690432447 ], [ -6.670096509110584, 58.347026822577014 ], [ -6.669968679653785, 58.347340915495352 ], [ -6.669426273605024, 58.347224024696601 ], [ -6.669538019532393, 58.34756443843213 ], [ -6.669080969975234, 58.347381462530976 ], [ -6.669475823765393, 58.34825840801377 ], [ -6.669183593237334, 58.348364434669783 ], [ -6.66886264662391, 58.347968704151576 ], [ -6.669118792489545, 58.348935271099904 ], [ -6.668702612121607, 58.349048525530094 ], [ -6.669312216682374, 58.349220529988166 ], [ -6.668973392348712, 58.349802282026133 ], [ -6.668485256801544, 58.349565571731411 ], [ -6.668109830292501, 58.349974160877231 ], [ -6.667955074123307, 58.349657804640756 ], [ -6.667902902850645, 58.350026696324669 ], [ -6.666832589959903, 58.350265486442304 ], [ -6.666340736149679, 58.349586363431705 ], [ -6.666438846214754, 58.350289764941571 ], [ -6.665093745076463, 58.350443233866599 ], [ -6.664270794456432, 58.350314078831524 ], [ -6.663917126289313, 58.349735139939028 ], [ -6.66349006395901, 58.349856869315055 ], [ -6.663605310820842, 58.350353667238956 ], [ -6.662159871279918, 58.350472990271889 ], [ -6.66120490137236, 58.349823343630163 ], [ -6.661251158749748, 58.350225517591618 ], [ -6.660904148132132, 58.350176116081066 ], [ -6.660122467291474, 58.348998446962717 ], [ -6.658313745550475, 58.34929468320405 ], [ -6.658053371100563, 58.349888832206915 ], [ -6.658754987273331, 58.350408323652509 ], [ -6.658325469404148, 58.350809859235959 ], [ -6.655607418282395, 58.35068588011498 ], [ -6.65515125327855, 58.350989433993604 ], [ -6.655768497199756, 58.351466143159158 ], [ -6.65507505178025, 58.351190093392951 ], [ -6.655277773459775, 58.351650428328945 ], [ -6.654376002982194, 58.350949323421055 ], [ -6.653475286634297, 58.350749176623829 ], [ -6.653145649516771, 58.351156049450601 ], [ -6.653651979730498, 58.351687178363861 ], [ -6.651581026765187, 58.35164387523804 ], [ -6.651442113748249, 58.351888190793247 ], [ -6.652492404399256, 58.352366236281547 ], [ -6.652182689560266, 58.352742698106205 ], [ -6.652911899284475, 58.352718838839728 ], [ -6.652951193461117, 58.353497243567645 ], [ -6.651249122110126, 58.35473482485024 ], [ -6.649362767000623, 58.354392435372588 ], [ -6.648644986741268, 58.35385369373742 ], [ -6.648845745220355, 58.35345512218062 ], [ -6.648232161101357, 58.353512528172935 ], [ -6.647042019418965, 58.352920806617419 ], [ -6.647142995498093, 58.352596025709254 ], [ -6.646561038153553, 58.35256862355957 ], [ -6.646112520946745, 58.35118897334825 ], [ -6.645943305707643, 58.351658349929203 ], [ -6.645320412309134, 58.351423756449869 ], [ -6.645706050369443, 58.350596620150888 ], [ -6.644738398403546, 58.349171983564204 ], [ -6.644259590234837, 58.346494610312376 ], [ -6.645081986290869, 58.345580536726644 ], [ -6.646655341874303, 58.344980922040328 ], [ -6.647315401803812, 58.344729358004145 ], [ -6.648237651971559, 58.343548085587742 ], [ -6.645184157487527, 58.340830366771165 ], [ -6.643076372074892, 58.33998146442142 ], [ -6.642570979810743, 58.340092480512986 ], [ -6.642232572842016, 58.341135561193241 ], [ -6.644761280027618, 58.342336152116864 ], [ -6.644934911854395, 58.343383106227066 ], [ -6.646552388633736, 58.343988077452273 ], [ -6.647917274013702, 58.343401438946934 ], [ -6.646701281708302, 58.344923423933174 ], [ -6.64568775424707, 58.345243694787555 ], [ -6.64555011810573, 58.344899709812481 ], [ -6.646318888801975, 58.344943704350854 ], [ -6.645562611948017, 58.344422541137142 ], [ -6.642352560314586, 58.343284505313697 ], [ -6.638952835726989, 58.342901630702066 ], [ -6.637877504792719, 58.343284273713628 ], [ -6.638171924454756, 58.344249493355036 ], [ -6.636565591766432, 58.344783624740877 ], [ -6.636329313482693, 58.346775500690505 ], [ -6.635628324196888, 58.347221886900165 ], [ -6.636337943608529, 58.347635966332668 ], [ -6.634549609745284, 58.347749432934904 ], [ -6.634964390256431, 58.347911575971509 ], [ -6.633125429158071, 58.348134793596465 ], [ -6.632387890831889, 58.3478467333873 ], [ -6.631396008826183, 58.34817592107887 ], [ -6.6315439143951, 58.348012254797453 ], [ -6.630282059804127, 58.347822344027215 ], [ -6.6296308250948, 58.348218321184838 ], [ -6.629310789273002, 58.347799981915863 ], [ -6.628441229091689, 58.347613824900286 ], [ -6.628681050041212, 58.347994597412516 ], [ -6.627188868114917, 58.348292409113419 ], [ -6.627441764386914, 58.347232690144835 ], [ -6.625924932082589, 58.346493415814557 ], [ -6.626142351333131, 58.346089784053611 ], [ -6.624774169999578, 58.345779547773937 ], [ -6.621573191913884, 58.345934977280663 ], [ -6.61754914725764, 58.346821648307305 ], [ -6.61436068249833, 58.348134024598608 ], [ -6.612892580022882, 58.349952652162877 ], [ -6.60808982852049, 58.350436294147542 ], [ -6.606748202208174, 58.351339148262518 ], [ -6.606617878028414, 58.352123660699469 ], [ -6.605332193579025, 58.352760945200451 ], [ -6.603652221979362, 58.352894349020609 ], [ -6.601916093052187, 58.352465807273944 ], [ -6.601680088636795, 58.352807998900893 ], [ -6.600494200968086, 58.353017104255599 ], [ -6.600581255957244, 58.353461887819947 ], [ -6.599876966913703, 58.353388310096939 ], [ -6.600286924816563, 58.353527352080057 ], [ -6.599709201012901, 58.353637197676839 ], [ -6.600430787811684, 58.3539485037102 ], [ -6.599585013799489, 58.354010436809972 ], [ -6.599176509874459, 58.354920080020548 ], [ -6.599559699082985, 58.354998027353659 ], [ -6.598845766414968, 58.35503452139524 ], [ -6.599480512585249, 58.35528330045053 ], [ -6.599319291502599, 58.355556236322116 ], [ -6.597959281634299, 58.35595326935367 ], [ -6.596786516386005, 58.355883041054433 ], [ -6.597029939064325, 58.356503885378025 ], [ -6.597643338110347, 58.356549270685917 ], [ -6.597081803574221, 58.357230559570631 ], [ -6.596460331989453, 58.357320376555471 ], [ -6.596293559658061, 58.356696773796912 ], [ -6.595808260468799, 58.35658381390914 ], [ -6.594844486611949, 58.356870319180324 ], [ -6.59558313674289, 58.357351931447553 ], [ -6.593741637041455, 58.357863373166289 ], [ -6.594360212278559, 58.357751188171875 ], [ -6.59488492567273, 58.358101085629215 ], [ -6.594221199895154, 58.358983909916802 ], [ -6.593320684007684, 58.359362567473958 ], [ -6.592533107379735, 58.359031106461018 ], [ -6.592366341323522, 58.359261958016042 ], [ -6.590960110095506, 58.358318624763832 ], [ -6.591211743984736, 58.35939789195973 ], [ -6.590485385922335, 58.359734293244941 ], [ -6.587098282474932, 58.359086928177078 ], [ -6.584798178233938, 58.359560733953508 ], [ -6.584555455305574, 58.360788164477377 ], [ -6.583298970752721, 58.361062594371319 ], [ -6.584331259535236, 58.361763090368065 ], [ -6.582985315289551, 58.3621396625758 ], [ -6.584061083343857, 58.362186518831045 ], [ -6.584319180470757, 58.362460578096794 ], [ -6.583921607404856, 58.362825616945926 ], [ -6.583294741275001, 58.362677212898362 ], [ -6.583631271784162, 58.363159824918895 ], [ -6.582413551946, 58.362942667477377 ], [ -6.582323788749658, 58.363503529279072 ], [ -6.580026611009442, 58.363738789181738 ], [ -6.57833361731816, 58.362958500246961 ], [ -6.577209421609858, 58.363264104242425 ], [ -6.575761761229194, 58.362857248198331 ], [ -6.570896873713584, 58.363485571058575 ], [ -6.567453468077644, 58.363262423894561 ], [ -6.561040317224163, 58.364440374073986 ], [ -6.556820442278065, 58.365958026155369 ], [ -6.553612306587326, 58.365715319580055 ], [ -6.549460881124811, 58.364568039767853 ], [ -6.547125482462745, 58.365106261402516 ], [ -6.544202950628296, 58.367252763103998 ], [ -6.542318317709613, 58.371227661318727 ], [ -6.539761496668185, 58.372842990952265 ], [ -6.540138237720317, 58.373841432644632 ], [ -6.54138273201194, 58.374332361530421 ], [ -6.540911593058228, 58.374861759194729 ], [ -6.541574900938643, 58.375027065263275 ], [ -6.541038054407857, 58.375046140130081 ], [ -6.541581287297713, 58.37540908337462 ], [ -6.538922105614084, 58.375233725299758 ], [ -6.536793473754294, 58.377319453469305 ], [ -6.536885377950202, 58.377900799608568 ], [ -6.536411133038164, 58.37800757164888 ], [ -6.53696899537151, 58.378617349466445 ], [ -6.535695823971669, 58.379035783876638 ], [ -6.535329892798364, 58.380384371874079 ], [ -6.53460808019739, 58.380963108924043 ], [ -6.534675431227702, 58.381486866222886 ], [ -6.535611809408197, 58.381444650626264 ], [ -6.535501577997201, 58.381785835494121 ], [ -6.534809593927898, 58.381864349979878 ], [ -6.535192309414994, 58.382376918927044 ], [ -6.534317648502494, 58.382300020249396 ], [ -6.533490157580673, 58.382922970982676 ], [ -6.533731089724774, 58.383265190253773 ], [ -6.532874357607936, 58.383394506194747 ], [ -6.533260078512775, 58.383664137425903 ], [ -6.531503754474937, 58.383789366825944 ], [ -6.530182272522248, 58.384366846904491 ], [ -6.530665406601011, 58.384794924402513 ], [ -6.530200931636804, 58.3850452275111 ], [ -6.530455915401375, 58.385297015250181 ], [ -6.531517958975956, 58.385232390552858 ], [ -6.530062604104772, 58.385634734952276 ], [ -6.529719116288043, 58.386227014820705 ], [ -6.530365958888933, 58.38666278394944 ], [ -6.529813485011767, 58.387361402949217 ], [ -6.530688527268164, 58.387973460510914 ], [ -6.529338389157553, 58.388129229035215 ], [ -6.528772954016132, 58.387794000703686 ], [ -6.527650203335651, 58.387986665580932 ], [ -6.5269194905466, 58.388498213554435 ], [ -6.527320648056898, 58.388821279748839 ], [ -6.526507440713, 58.389290776617507 ], [ -6.527057554003707, 58.389640048424788 ], [ -6.525198605865104, 58.389768817881411 ], [ -6.525815574704565, 58.38997182604826 ], [ -6.524733440449692, 58.390414854679662 ], [ -6.524658998386806, 58.390835705504024 ], [ -6.525779940805566, 58.391295191343787 ], [ -6.524485789855652, 58.391354487429673 ], [ -6.524775458061439, 58.391609556028037 ], [ -6.52413440916504, 58.391686205172661 ], [ -6.524626875731307, 58.391853152689016 ], [ -6.52158767504925, 58.392329421888455 ], [ -6.521341963765722, 58.393084603218647 ], [ -6.522565824382416, 58.393544975249469 ], [ -6.52195093459607, 58.394092865953802 ], [ -6.52261806101786, 58.394352577076063 ], [ -6.522293361784308, 58.394692338745465 ], [ -6.523191681372009, 58.394817955356778 ], [ -6.522997087409639, 58.395103649741053 ], [ -6.521919884045784, 58.39511926643479 ], [ -6.521643150497179, 58.3947648011452 ], [ -6.521477258789952, 58.395274324834105 ], [ -6.519054904781617, 58.395153104229699 ], [ -6.518215125653263, 58.395484076797963 ], [ -6.517971541832624, 58.395722027470562 ], [ -6.519040907321426, 58.396246353326326 ], [ -6.518684179664422, 58.396470316420555 ], [ -6.519615492365145, 58.396585799040423 ], [ -6.518823485769771, 58.396955558687345 ], [ -6.519213679436014, 58.397126142467272 ], [ -6.517292813078394, 58.397176031182738 ], [ -6.51660665868859, 58.396701111735382 ], [ -6.516039031565916, 58.396950504229942 ], [ -6.515432240293155, 58.396760578809342 ], [ -6.515122437735642, 58.397284167844248 ], [ -6.514440846668288, 58.397312731068453 ], [ -6.513813195735537, 58.396759284247786 ], [ -6.512944235780639, 58.396996815124595 ], [ -6.511736212551426, 58.396459344787189 ], [ -6.510370762069592, 58.396498524396996 ], [ -6.509718723852275, 58.397092630237474 ], [ -6.510355150185512, 58.397380468849228 ], [ -6.50918827150559, 58.397632978658343 ], [ -6.509642062710678, 58.397765372810774 ], [ -6.504842292866205, 58.397876102514203 ], [ -6.501663223627622, 58.398497110291295 ], [ -6.500670989609869, 58.398253231737485 ], [ -6.499268584812096, 58.398419504047766 ], [ -6.4979154206995, 58.398085775216479 ], [ -6.497062089496493, 58.398272280242672 ], [ -6.495815912531032, 58.399058983458872 ], [ -6.496109355539985, 58.399586491177786 ], [ -6.495415629224046, 58.400379845144968 ], [ -6.492047723674051, 58.401444337451075 ], [ -6.490236109953623, 58.401587107274899 ], [ -6.487611238552685, 58.402810654215173 ], [ -6.487083500121169, 58.403886829407938 ], [ -6.488480706779248, 58.404565386673518 ], [ -6.488404021446847, 58.405967495749138 ], [ -6.489162289726161, 58.406082081874608 ], [ -6.488723460086874, 58.406201811850266 ], [ -6.489301152931951, 58.406365005479785 ], [ -6.488728791986926, 58.406458844172157 ], [ -6.489329262634711, 58.406410785926838 ], [ -6.488536962138657, 58.406540224607511 ], [ -6.489217302983947, 58.406567608783639 ], [ -6.488408556025108, 58.406823535487689 ], [ -6.488769462822543, 58.406925987796861 ], [ -6.488367327088892, 58.407266572393937 ], [ -6.485005665833937, 58.408548287068555 ], [ -6.484803291687129, 58.409220015593682 ], [ -6.482534026250318, 58.409930924124254 ], [ -6.480820048396918, 58.409821004110597 ], [ -6.479035670203788, 58.410612889955353 ], [ -6.478172812082877, 58.410579249605071 ], [ -6.476048240546064, 58.411499919179313 ], [ -6.47581895136606, 58.412217539216414 ], [ -6.475291385065598, 58.41213886868487 ], [ -6.474465343327001, 58.41259766325858 ], [ -6.473700266223497, 58.412484125428463 ], [ -6.470711092531902, 58.414115753022671 ], [ -6.469252188502821, 58.41411277556815 ], [ -6.462114237144958, 58.416862185225476 ], [ -6.461186523924548, 58.416777627701698 ], [ -6.460071504182455, 58.417108799827702 ], [ -6.458947841683604, 58.417642617131122 ], [ -6.458783781911276, 58.418174456418015 ], [ -6.458279874828174, 58.417985169030935 ], [ -6.45725848584531, 58.418650308336503 ], [ -6.456145705028058, 58.41886445056678 ], [ -6.455251059879812, 58.418567350059249 ], [ -6.454227073070065, 58.418670460935019 ], [ -6.453644080376419, 58.419116151445678 ], [ -6.454131829705148, 58.419692739489186 ], [ -6.448954914959338, 58.422214785199671 ], [ -6.447590010751015, 58.423542012673913 ], [ -6.444027771466956, 58.425064282971036 ], [ -6.442387310308635, 58.425242667125765 ], [ -6.441382568031725, 58.425690348848669 ], [ -6.44071921764375, 58.426343813469209 ], [ -6.440914538309732, 58.426777710943277 ], [ -6.442111315093909, 58.427308145512086 ], [ -6.44225593554187, 58.427706928668115 ], [ -6.442829777857036, 58.427634841279584 ], [ -6.442904840480293, 58.427944306388611 ], [ -6.443681407406886, 58.427821107515683 ], [ -6.443214968160314, 58.428703373551784 ], [ -6.443960891740503, 58.428500296660452 ], [ -6.442942680233182, 58.429561808072343 ], [ -6.442076873129584, 58.429657522228375 ], [ -6.442343327395755, 58.430383033274701 ], [ -6.441599758092426, 58.430944855046221 ], [ -6.441436491493215, 58.43076525825095 ], [ -6.440815319814126, 58.431006258277307 ], [ -6.439846502205653, 58.43213437676701 ], [ -6.438201857445948, 58.432839857467727 ], [ -6.437487988091181, 58.432740507839227 ], [ -6.436317361299973, 58.433193896305376 ], [ -6.436715335896499, 58.43388877619752 ], [ -6.43585013593976, 58.434575289366933 ], [ -6.435481989761394, 58.434511607396544 ], [ -6.43597742270976, 58.434224631659205 ], [ -6.435189549122586, 58.434436306999132 ], [ -6.434682515844257, 58.433882801251528 ], [ -6.434630398330628, 58.43469401093671 ], [ -6.432241485908821, 58.435469268709291 ], [ -6.431641460911703, 58.435130316434652 ], [ -6.430735873902156, 58.435224629775512 ], [ -6.429834432348411, 58.436101214025747 ], [ -6.428632257493351, 58.436223765436807 ], [ -6.428425799256438, 58.43655916727058 ], [ -6.427786133059596, 58.436518349140506 ], [ -6.426566231283369, 58.437113643620201 ], [ -6.426752423467726, 58.437912105433803 ], [ -6.426145286961789, 58.437789213403654 ], [ -6.425354662237486, 58.438661929090557 ], [ -6.423340503664958, 58.438942908302629 ], [ -6.423071575168793, 58.43953227181278 ], [ -6.422411406791109, 58.439465154470916 ], [ -6.422092550045717, 58.439930334677932 ], [ -6.421265381821788, 58.439626162926956 ], [ -6.419078718707229, 58.44024128753572 ], [ -6.418216746361643, 58.440001251238826 ], [ -6.417191933215129, 58.440513271779871 ], [ -6.417520284520696, 58.441284352677478 ], [ -6.416418103630553, 58.44138534623233 ], [ -6.415428844266764, 58.442044513027838 ], [ -6.412990835651756, 58.442025182196545 ], [ -6.411526635073115, 58.443069415806441 ], [ -6.411223623975115, 58.442841539516905 ], [ -6.411234494979126, 58.443133445033183 ], [ -6.410350010579442, 58.443056009489759 ], [ -6.410605590813497, 58.443384447950159 ], [ -6.409091446012199, 58.443962724309543 ], [ -6.407916535234848, 58.444237018928547 ], [ -6.406674179721048, 58.444041480963747 ], [ -6.40649464199079, 58.444456853691172 ], [ -6.406053784300699, 58.444401884595052 ], [ -6.406252773922206, 58.44471699081479 ], [ -6.40565845608258, 58.444710470897547 ], [ -6.405304306306203, 58.445567123195154 ], [ -6.404407974467677, 58.445642038356659 ], [ -6.404600903230861, 58.445264879163709 ], [ -6.404176206762051, 58.445558283314263 ], [ -6.403606239523598, 58.445321589176189 ], [ -6.402652503511305, 58.445691645116469 ], [ -6.402008588160227, 58.447290298832002 ], [ -6.400788054742168, 58.447242338991281 ], [ -6.400499950522565, 58.447476174762699 ], [ -6.399308062431936, 58.447177205726859 ], [ -6.396255797739077, 58.447859441557625 ], [ -6.395797390235082, 58.448213328324762 ], [ -6.393803486401099, 58.448346541342559 ], [ -6.393420217228545, 58.448038642645095 ], [ -6.392660333921585, 58.448107890535127 ], [ -6.392080185618812, 58.448847249752859 ], [ -6.390638284284597, 58.449073883703541 ], [ -6.389664319397747, 58.449132470341077 ], [ -6.389299373515514, 58.448696229279264 ], [ -6.388147069600379, 58.448576561377692 ], [ -6.387075712427762, 58.448885777700717 ], [ -6.385575361257914, 58.449937225168981 ], [ -6.385484053451004, 58.44970023800424 ], [ -6.384119167892383, 58.449609400070152 ], [ -6.384080744781135, 58.449177249413616 ], [ -6.38359118031373, 58.449323517039197 ], [ -6.383390037563278, 58.448714379405473 ], [ -6.382119489977599, 58.449325347338977 ], [ -6.380962966500811, 58.449033991632533 ], [ -6.379840153066434, 58.449178535185212 ], [ -6.380265684184923, 58.449744026290851 ], [ -6.379434713508607, 58.450785977935304 ], [ -6.379917024304802, 58.450856708026294 ], [ -6.379239057141918, 58.451005807397529 ], [ -6.379841997254711, 58.45110838302918 ], [ -6.37896581483357, 58.451195016426212 ], [ -6.379429071744654, 58.451195355123694 ], [ -6.378783659909813, 58.451730039410769 ], [ -6.377728562924998, 58.451812891778673 ], [ -6.377329766527061, 58.452647595039295 ], [ -6.375768982864041, 58.45323064817908 ], [ -6.375596351198308, 58.453925415790238 ], [ -6.37454542797914, 58.454649300675214 ], [ -6.373262708754208, 58.455165262396072 ], [ -6.372781012298596, 58.454741059580208 ], [ -6.372933997621447, 58.455212463726028 ], [ -6.369803551383076, 58.455840955847776 ], [ -6.372158559813492, 58.456151741548283 ], [ -6.370382218909489, 58.457183641988607 ], [ -6.369770445196875, 58.457231504819006 ], [ -6.36849727114745, 58.456582496450636 ], [ -6.368540857552803, 58.456864288443313 ], [ -6.367827835166223, 58.457063981441571 ], [ -6.368146871025731, 58.457214969747703 ], [ -6.366846325272149, 58.456967067455409 ], [ -6.364901328423103, 58.457402111008591 ], [ -6.364183822932162, 58.4570128962201 ], [ -6.364032269848455, 58.45758911628446 ], [ -6.362815277475481, 58.457945350110428 ], [ -6.361885914495683, 58.457923060839924 ], [ -6.36145788787322, 58.458207432469123 ], [ -6.360823188100871, 58.457932286597192 ], [ -6.359186161757064, 58.458015017762662 ], [ -6.359163209665787, 58.458245119360981 ], [ -6.358778291400287, 58.458046891233415 ], [ -6.358326725049247, 58.458556876749903 ], [ -6.357045279026805, 58.458393657840126 ], [ -6.357094662349559, 58.459138390509423 ], [ -6.356211768061444, 58.458660335075784 ], [ -6.355423063260504, 58.459150305355116 ], [ -6.354569127918188, 58.459044459963728 ], [ -6.354518397709338, 58.459396909279469 ], [ -6.353541159960434, 58.459542555903106 ], [ -6.354285141690911, 58.459661140965643 ], [ -6.353472678185945, 58.459751721612889 ], [ -6.353986201736103, 58.459810698098813 ], [ -6.353386781335812, 58.459889536157952 ], [ -6.353367638897072, 58.460497208574118 ], [ -6.351901125528825, 58.46064149218639 ], [ -6.352001441299437, 58.461451939956589 ], [ -6.351466606106828, 58.461290261060753 ], [ -6.350473962259455, 58.461589285669952 ], [ -6.350890202988301, 58.462942061316838 ], [ -6.349601107017475, 58.462648628269662 ], [ -6.349267706650896, 58.462866790738545 ], [ -6.349059249718443, 58.464164350927902 ], [ -6.347992372652332, 58.464002742248411 ], [ -6.348071964987986, 58.464368747405814 ], [ -6.347008094313517, 58.464162064015028 ], [ -6.345756585094914, 58.464658688165798 ], [ -6.345382033813423, 58.465377340262421 ], [ -6.344626040136626, 58.46571774499369 ], [ -6.344571032978585, 58.466591918868524 ], [ -6.343730224506289, 58.466593466863877 ], [ -6.343603385703236, 58.467164319517117 ], [ -6.344418996101231, 58.466889345419958 ], [ -6.344526964249376, 58.467276871436162 ], [ -6.34401863315738, 58.46733008955983 ], [ -6.343258020369288, 58.468605898244654 ], [ -6.34289802718917, 58.468748504774879 ], [ -6.341834496952188, 58.468267482968912 ], [ -6.338945690365903, 58.468711628778529 ], [ -6.339572981661081, 58.46899612743308 ], [ -6.340322228960393, 58.47033764394002 ], [ -6.340030168371547, 58.470891609437963 ], [ -6.338072412982356, 58.471092840203546 ], [ -6.337409469955224, 58.471632384134622 ], [ -6.338853842179973, 58.472208454020326 ], [ -6.338056549449349, 58.472716581795424 ], [ -6.339189732428669, 58.472760023687407 ], [ -6.338288913443932, 58.473041444404558 ], [ -6.338353683166765, 58.473329718282791 ], [ -6.338043477772026, 58.47309742090917 ], [ -6.337702573214279, 58.47371508478615 ], [ -6.338247772296829, 58.473792839441906 ], [ -6.338106479225764, 58.47415014447953 ], [ -6.338533073510503, 58.474073642156952 ], [ -6.335832795450074, 58.475757722308259 ], [ -6.336205350382899, 58.47584133129682 ], [ -6.335440123646642, 58.475984145776316 ], [ -6.335972852729506, 58.47614146961125 ], [ -6.335419219489179, 58.476232155568283 ], [ -6.336032864994565, 58.476419114029859 ], [ -6.335874716349323, 58.476765295881336 ], [ -6.33545311998909, 58.476924353109986 ], [ -6.335117145073832, 58.47669202152963 ], [ -6.335216648914675, 58.477011494835445 ], [ -6.334426678432218, 58.477120967584867 ], [ -6.334087250288334, 58.477918425435817 ], [ -6.332784483222238, 58.47832491614664 ], [ -6.333254929584472, 58.478589574516953 ], [ -6.330769149572426, 58.478104413496304 ], [ -6.330900500697458, 58.478459682832359 ], [ -6.328808949630391, 58.478317266022891 ], [ -6.326925296373017, 58.477841354526127 ], [ -6.326548317560258, 58.478056427457986 ], [ -6.325192383302209, 58.477906185376469 ], [ -6.32553657807136, 58.478149954814739 ], [ -6.325156346959871, 58.478185278289821 ], [ -6.323733961337807, 58.477495002714249 ], [ -6.323560806551446, 58.477748148785913 ], [ -6.322654721119437, 58.47759798051608 ], [ -6.321625328108258, 58.478036494347883 ], [ -6.317856327513212, 58.477767041528374 ], [ -6.315795552870675, 58.478028047671977 ], [ -6.315103483681142, 58.477579251004308 ], [ -6.314105153781092, 58.4776002942844 ], [ -6.313831579356279, 58.477917059330643 ], [ -6.3136731940783, 58.477605851598 ], [ -6.31225723991929, 58.47751145158086 ], [ -6.311151982173461, 58.477038777352504 ], [ -6.308864243014081, 58.47760496870962 ], [ -6.307876311681169, 58.476786598741519 ], [ -6.310021018460649, 58.478917642186019 ], [ -6.309316294748194, 58.479667063776425 ], [ -6.310024719693044, 58.479451681937938 ], [ -6.310115627735012, 58.479758869595223 ], [ -6.309107114503654, 58.479823379965843 ], [ -6.309108712421433, 58.480242384144354 ], [ -6.308047442072701, 58.480030787804367 ], [ -6.307564275103325, 58.480403147901136 ], [ -6.307092955741524, 58.480213966262845 ], [ -6.307133799649656, 58.480449099386732 ], [ -6.306394921358671, 58.480248229627904 ], [ -6.305727495500254, 58.480462212247403 ], [ -6.304845393816502, 58.480157337620454 ], [ -6.304353843494656, 58.480391480051317 ], [ -6.304727118853968, 58.480943672251144 ], [ -6.303447456213767, 58.480448915934979 ], [ -6.302896930491299, 58.480524066038512 ], [ -6.30289034378293, 58.480946940735777 ], [ -6.302543543325238, 58.480512557049018 ], [ -6.300917886715725, 58.480865712230667 ], [ -6.300148013017774, 58.480481499260087 ], [ -6.300716883805666, 58.48108918376257 ], [ -6.299192912696692, 58.481964969026826 ], [ -6.301276719448812, 58.483474110458964 ], [ -6.30100789421008, 58.484448045129874 ], [ -6.300342761622399, 58.484190707473054 ], [ -6.300592907536302, 58.484649025451532 ], [ -6.300098854406408, 58.484793307496481 ], [ -6.299220023848063, 58.484389364459012 ], [ -6.298427260115521, 58.484660569544104 ], [ -6.298072598395754, 58.484344241080244 ], [ -6.297580830277968, 58.484647605531855 ], [ -6.296917087283164, 58.484275098722946 ], [ -6.296535912420797, 58.484893086562813 ], [ -6.295425553948376, 58.485319705682848 ], [ -6.295541280749315, 58.485634162255423 ], [ -6.295094622760503, 58.485253466625572 ], [ -6.294892453662135, 58.485538116282633 ], [ -6.29403875585658, 58.485198941631374 ], [ -6.294212457936356, 58.485678717515107 ], [ -6.293356153403902, 58.485697530118642 ], [ -6.292594775258246, 58.485340863543094 ], [ -6.290861753885453, 58.486026609625462 ], [ -6.289890445908621, 58.486791136748309 ], [ -6.28885756671703, 58.488626930792314 ], [ -6.285968893103259, 58.489977172123439 ], [ -6.28317781695081, 58.490495869841567 ], [ -6.280658122725276, 58.492424453379883 ], [ -6.281422415071344, 58.492818862603471 ], [ -6.280554999531866, 58.493212944254083 ], [ -6.281087321662003, 58.493282383848673 ], [ -6.280775624797758, 58.493571567000956 ], [ -6.27951805179728, 58.493935513378496 ], [ -6.27853273889344, 58.493799364776791 ], [ -6.278599001458402, 58.494484177810953 ], [ -6.276571610457042, 58.494803659883949 ], [ -6.276220127026916, 58.495020420666243 ], [ -6.276693447760514, 58.495536076587328 ], [ -6.276127785600443, 58.495531577551006 ], [ -6.275200036793451, 58.496376358045325 ], [ -6.273588117765963, 58.496497579888363 ], [ -6.272720089134753, 58.498102009303452 ], [ -6.271499554533543, 58.49882883053202 ], [ -6.271144476921026, 58.49966617428143 ], [ -6.27343458103408, 58.500387442609259 ], [ -6.272760878249078, 58.500498036914685 ], [ -6.273926615369189, 58.50107064403565 ], [ -6.273014783223292, 58.501017426505726 ], [ -6.273810418187947, 58.501230988670308 ], [ -6.272547584194798, 58.501596833092613 ], [ -6.272635367964043, 58.502007558597377 ], [ -6.27327207724459, 58.502397280525251 ], [ -6.274096428796005, 58.502253782529998 ], [ -6.274111596260302, 58.502702899481008 ], [ -6.274715720691244, 58.5026413809519 ], [ -6.274348310704165, 58.503264225824033 ], [ -6.275695426367306, 58.503152736674359 ], [ -6.274800726612253, 58.503494627284041 ], [ -6.275995532828533, 58.503331563846054 ], [ -6.275847674651166, 58.503937194750442 ], [ -6.276463311417378, 58.504252068663043 ], [ -6.276802969959599, 58.504106744457928 ], [ -6.276565025738516, 58.505227953898377 ], [ -6.275771101932397, 58.5052832242839 ], [ -6.275740445610055, 58.505031558969847 ], [ -6.275682877445441, 58.505334727476388 ], [ -6.275503143057949, 58.505001708798709 ], [ -6.27327324986672, 58.505765814090687 ], [ -6.273700820257701, 58.506017731124409 ], [ -6.272694124953342, 58.506117846359864 ], [ -6.272467319839293, 58.506795345986205 ], [ -6.273664337881462, 58.507298573916273 ], [ -6.27334171922999, 58.50793700612877 ], [ -6.274268629048366, 58.508366506020259 ], [ -6.276479892422297, 58.508068818051697 ], [ -6.280537722609438, 58.508302026151689 ], [ -6.281929096050657, 58.50803072873105 ], [ -6.281677506420762, 58.508362865173638 ], [ -6.282760809348997, 58.508256522797311 ], [ -6.282607751182319, 58.508508931867844 ], [ -6.284380234185669, 58.508600757174243 ], [ -6.283961287682406, 58.509025721054797 ], [ -6.283153526159209, 58.509052722255639 ], [ -6.283585282011265, 58.509267599369373 ], [ -6.281966393400506, 58.509265950641868 ], [ -6.282851818997234, 58.509650016438961 ], [ -6.281848509143386, 58.509764476860973 ], [ -6.281825113285119, 58.510234666804138 ], [ -6.281058290035776, 58.510470710561016 ], [ -6.282026101450458, 58.510769299258335 ], [ -6.281145005532365, 58.511251958799285 ], [ -6.280451858724876, 58.511275112851351 ], [ -6.279939623794744, 58.510879466252419 ], [ -6.279572742952322, 58.51128109317937 ], [ -6.279792074675514, 58.510867308258931 ], [ -6.27859107867089, 58.510699685580306 ], [ -6.278449654153696, 58.511216978404057 ], [ -6.277609024662424, 58.510382662786675 ], [ -6.277058322271251, 58.510601575982491 ], [ -6.277015032837291, 58.511275657389689 ], [ -6.276181649137981, 58.511304367769903 ], [ -6.275687730142219, 58.510988126884449 ], [ -6.275799051213605, 58.511238899336028 ], [ -6.274775685114088, 58.511316203739462 ], [ -6.273694269748941, 58.513104001144882 ], [ -6.272540322904164, 58.513365489757149 ], [ -6.272220140925199, 58.512768274666051 ], [ -6.271611242730699, 58.513441422531123 ], [ -6.270311555074364, 58.513607032846792 ], [ -6.271058415994386, 58.513657681160829 ], [ -6.270858578545042, 58.513992564712467 ], [ -6.27143877746615, 58.514142286193433 ], [ -6.27102821135725, 58.514539047070102 ], [ -6.270294697900982, 58.514485255725909 ], [ -6.270768854428217, 58.514766206183921 ], [ -6.26997265340493, 58.515482455201308 ], [ -6.269251975076171, 58.514856311718454 ], [ -6.268405871234147, 58.515176747681949 ], [ -6.268405314733842, 58.514776603548022 ], [ -6.267558178467418, 58.515215768050567 ], [ -6.26742846145228, 58.514106826414313 ], [ -6.265534197531182, 58.5156869058277 ], [ -6.2647202905202, 58.51505664732958 ], [ -6.263702195356521, 58.51563096435752 ], [ -6.263548896316809, 58.515119001564763 ], [ -6.263030895287081, 58.515084976153155 ], [ -6.263217080468206, 58.51588180353113 ], [ -6.262663373866054, 58.515709582085933 ], [ -6.260367572053351, 58.515918338721505 ], [ -6.261143480071205, 58.515930979264105 ], [ -6.26099377156534, 58.516262701908943 ], [ -6.262020688309933, 58.516403586290842 ], [ -6.261564295800115, 58.516636378053072 ], [ -6.260976989873056, 58.51629988849232 ], [ -6.260813042100867, 58.516663153811812 ], [ -6.260220443352654, 58.516736807341282 ], [ -6.258892662664671, 58.51668651576999 ], [ -6.258587304752048, 58.516408007332402 ] ] ], [ [ [ -6.258050030106603, 58.516880871929764 ], [ -6.257993267045364, 58.516682228051998 ], [ -6.258452109888182, 58.516766798608025 ], [ -6.258050030106603, 58.516880871929764 ] ] ], [ [ [ -6.261404145007771, 58.517610182441054 ], [ -6.262229098992867, 58.517510812139918 ], [ -6.261722999649793, 58.517773133551792 ], [ -6.261404145007771, 58.517610182441054 ] ] ], [ [ [ -6.262890180967004, 58.518170449105249 ], [ -6.262705209527738, 58.51792121730562 ], [ -6.263066148424251, 58.517991942456931 ], [ -6.262890180967004, 58.518170449105249 ] ] ], [ [ [ -6.260469713417844, 58.518081873929702 ], [ -6.262408626182291, 58.517927483948611 ], [ -6.261452861240851, 58.518322557696884 ], [ -6.260469713417844, 58.518081873929702 ] ] ], [ [ [ -6.261010707960341, 58.518573757417002 ], [ -6.261608717750723, 58.51851610722106 ], [ -6.261251658873974, 58.518675453817238 ], [ -6.261010707960341, 58.518573757417002 ] ] ], [ [ [ -6.260725303872324, 58.518771185997167 ], [ -6.260785123884051, 58.51861273006142 ], [ -6.261125415003726, 58.518683247904839 ], [ -6.260725303872324, 58.518771185997167 ] ] ], [ [ [ -6.261980358532523, 58.51959452576623 ], [ -6.261441941695232, 58.519336361968044 ], [ -6.262235237249698, 58.519329767370557 ], [ -6.261980358532523, 58.51959452576623 ] ] ], [ [ [ -6.159002934326106, 59.087382860560432 ], [ -6.159669861573466, 59.086543221118951 ], [ -6.160152143805546, 59.087134655758831 ], [ -6.159243824311312, 59.087568441959782 ], [ -6.159002934326106, 59.087382860560432 ] ] ], [ [ [ -6.159434266402354, 59.095551238233384 ], [ -6.159274366901802, 59.095385534464562 ], [ -6.159690491839835, 59.095502549625877 ], [ -6.159434266402354, 59.095551238233384 ] ] ], [ [ [ -6.158057205556204, 59.096589000136746 ], [ -6.158407091338207, 59.096159667154588 ], [ -6.158565889109812, 59.096388347500167 ], [ -6.158057205556204, 59.096589000136746 ] ] ], [ [ [ -6.151796187625826, 59.096839256441626 ], [ -6.151587376024812, 59.096630154275594 ], [ -6.15245396767101, 59.096642841777069 ], [ -6.151796187625826, 59.096839256441626 ] ] ], [ [ [ -6.158422233793632, 59.096572787825906 ], [ -6.159198552900824, 59.096417490190476 ], [ -6.15867677911022, 59.096798394630497 ], [ -6.158422233793632, 59.096572787825906 ] ] ], [ [ [ -6.159600436878627, 59.097137390700091 ], [ -6.160218989899013, 59.097050092791349 ], [ -6.160575817007656, 59.097326360358856 ], [ -6.159866945441949, 59.097461517323097 ], [ -6.159600436878627, 59.097137390700091 ] ] ], [ [ [ -6.159573055374662, 59.098136321491722 ], [ -6.159365831681568, 59.097868735314975 ], [ -6.159734132120829, 59.09787938888806 ], [ -6.159573055374662, 59.098136321491722 ] ] ], [ [ [ -6.151309046567813, 59.09873407223774 ], [ -6.151300163590684, 59.097866685713996 ], [ -6.153407961393283, 59.097160736799246 ], [ -6.155765249639119, 59.096855859000286 ], [ -6.155355155833584, 59.09657229618891 ], [ -6.155934656376871, 59.096090648142528 ], [ -6.154804788580206, 59.096068445260059 ], [ -6.154773886728742, 59.095741249080064 ], [ -6.154011073038451, 59.096152342702709 ], [ -6.154343694643595, 59.095435849492709 ], [ -6.152960841030906, 59.095561110581123 ], [ -6.153861981660097, 59.094705007854266 ], [ -6.155146412546066, 59.094344620287437 ], [ -6.155577574475067, 59.095018634877512 ], [ -6.1563832397066, 59.09488938659991 ], [ -6.157080316743105, 59.093936404882491 ], [ -6.157545923060112, 59.094029359933693 ], [ -6.160223520051556, 59.092693584224982 ], [ -6.160974605282778, 59.093339324857475 ], [ -6.15828434067761, 59.095291436615241 ], [ -6.158218415133219, 59.095756612419912 ], [ -6.157455713743458, 59.095879997320225 ], [ -6.156995079540711, 59.095395754101752 ], [ -6.156975351401893, 59.095953856642929 ], [ -6.157747235039212, 59.096122401984488 ], [ -6.157673088630234, 59.096808131577866 ], [ -6.156439230688611, 59.097009570062866 ], [ -6.156317815056281, 59.097377618721964 ], [ -6.154249200076097, 59.098190256669596 ], [ -6.154113822901921, 59.097938341935304 ], [ -6.153481625120644, 59.098057517442278 ], [ -6.154027148421274, 59.09844913667731 ], [ -6.151802928420691, 59.098987988347098 ], [ -6.151309046567813, 59.09873407223774 ] ] ], [ [ [ -6.160549376724493, 59.09948516011287 ], [ -6.160604919323242, 59.099150692369996 ], [ -6.160761018961137, 59.099428910246523 ], [ -6.160549376724493, 59.09948516011287 ] ] ], [ [ [ -6.171094269708764, 59.100755572440363 ], [ -6.171377720699353, 59.100714976169073 ], [ -6.171320635135081, 59.10096408087697 ], [ -6.171094269708764, 59.100755572440363 ] ] ], [ [ [ -5.810351105831576, 59.114152495962458 ], [ -5.811127888704909, 59.112412639499695 ], [ -5.811240699813268, 59.113348739962539 ], [ -5.811683772199687, 59.113403134370799 ], [ -5.811363186069036, 59.113664270789648 ], [ -5.811962083972534, 59.113705092915865 ], [ -5.811491652421176, 59.114033563538761 ], [ -5.812443770014915, 59.114028038645884 ], [ -5.810867640532122, 59.114631741651053 ], [ -5.810767307323749, 59.114279600613358 ], [ -5.810351105831576, 59.114152495962458 ] ] ], [ [ [ -5.842010850944188, 59.117434199548107 ], [ -5.843367020436322, 59.117367029389911 ], [ -5.84342380365114, 59.117639534641562 ], [ -5.845517376259473, 59.118067390933234 ], [ -5.845260845614547, 59.118663832709217 ], [ -5.844612734258058, 59.118575177797638 ], [ -5.843211808657581, 59.118243641136857 ], [ -5.842010850944188, 59.117434199548107 ] ] ], [ [ [ -5.82607130990163, 59.134159007621633 ], [ -5.825730181098877, 59.133845443153731 ], [ -5.825296907250475, 59.134038018960517 ], [ -5.825382898442061, 59.133163481990451 ], [ -5.824989644202343, 59.133385441270917 ], [ -5.824918825981513, 59.133001872410418 ], [ -5.824582444401027, 59.13320057761792 ], [ -5.824259986693393, 59.132819036338674 ], [ -5.823770915055206, 59.132981788803185 ], [ -5.822837246633914, 59.131903586444174 ], [ -5.82273897558215, 59.132747018773635 ], [ -5.822116737733091, 59.132500165346968 ], [ -5.821969803877066, 59.131888703264643 ], [ -5.82148727196791, 59.131561317091986 ], [ -5.821311060414684, 59.131863169368899 ], [ -5.820741313440278, 59.131381031446999 ], [ -5.821062766048671, 59.131205250375686 ], [ -5.820506634850886, 59.131158709498749 ], [ -5.82092862843362, 59.130786688407433 ], [ -5.820298608109971, 59.130940096796259 ], [ -5.819208412432697, 59.130495759437004 ], [ -5.819282264617256, 59.130138492377668 ], [ -5.819879684606445, 59.130084935477427 ], [ -5.819408087344405, 59.12954146823359 ], [ -5.820079773980612, 59.129683495329537 ], [ -5.819353419472897, 59.129129553842098 ], [ -5.819922899601892, 59.128982427857444 ], [ -5.819041451301927, 59.128527445476315 ], [ -5.819880111611679, 59.128363401164471 ], [ -5.81850756378235, 59.126875586696308 ], [ -5.820041808318325, 59.126362930266154 ], [ -5.818098723331749, 59.126110020782505 ], [ -5.819018714553748, 59.125813235740225 ], [ -5.81982582328518, 59.126072634421156 ], [ -5.8196045227971, 59.125499320231675 ], [ -5.82053552870439, 59.125458405115303 ], [ -5.820723318557832, 59.124868542367466 ], [ -5.819864218588762, 59.124691588509393 ], [ -5.819263702843907, 59.124088992406307 ], [ -5.820150493859646, 59.123730248340408 ], [ -5.817776160085529, 59.122901219863493 ], [ -5.817550424423233, 59.122287580164148 ], [ -5.816283171805877, 59.12252715635028 ], [ -5.816560728075006, 59.122271770366382 ], [ -5.814171743840949, 59.122094859979491 ], [ -5.81258020637123, 59.121462954897467 ], [ -5.812178272211804, 59.120521872624778 ], [ -5.812947653568505, 59.119029440025997 ], [ -5.814497593433535, 59.118660216616298 ], [ -5.815517664003459, 59.117929004733313 ], [ -5.816054217249755, 59.118272797948229 ], [ -5.817095004908506, 59.117963477168665 ], [ -5.817168814181081, 59.118469219922595 ], [ -5.818048497530762, 59.118047769333351 ], [ -5.818749630246237, 59.118377714970784 ], [ -5.820024499544585, 59.117580526785687 ], [ -5.820711541900605, 59.118176072832739 ], [ -5.819661462967088, 59.119735261942004 ], [ -5.821411489420895, 59.119279152458653 ], [ -5.822209746407761, 59.11953879478353 ], [ -5.822340702184915, 59.118910150283398 ], [ -5.823079985880264, 59.118641134087724 ], [ -5.825312142191869, 59.118746091779229 ], [ -5.827425166069101, 59.119506282920199 ], [ -5.827311678642477, 59.118646620838895 ], [ -5.829439005372446, 59.118282641940546 ], [ -5.829688572988413, 59.118482033218235 ], [ -5.828934309432791, 59.119007737723784 ], [ -5.833495332764786, 59.118908903602737 ], [ -5.834596231897462, 59.118278525850798 ], [ -5.833678631950997, 59.1179685494875 ], [ -5.834630155621086, 59.118034799094147 ], [ -5.834486621554731, 59.117845765129196 ], [ -5.835537061421748, 59.117702317744268 ], [ -5.836432530660155, 59.117970684199065 ], [ -5.836564737740343, 59.117433678704415 ], [ -5.837588832201418, 59.117367406994802 ], [ -5.837080038910905, 59.117117269971025 ], [ -5.837600531968858, 59.116769241111641 ], [ -5.83831460749899, 59.116854179033105 ], [ -5.83821777194897, 59.116036280149615 ], [ -5.839777071152564, 59.116300248717799 ], [ -5.839791704759443, 59.115962698541942 ], [ -5.840536272068495, 59.115976600490747 ], [ -5.841166544737925, 59.116218629636158 ], [ -5.840809156862464, 59.116305632340264 ], [ -5.843094950849143, 59.116889646546767 ], [ -5.840666935680654, 59.117298722243319 ], [ -5.841408639995662, 59.11767679089327 ], [ -5.838622685806905, 59.117076093821083 ], [ -5.839584149078181, 59.117699378596775 ], [ -5.838781246204052, 59.117633259309557 ], [ -5.840943369407902, 59.118751371750946 ], [ -5.837066136976893, 59.118320511910625 ], [ -5.839913823955159, 59.119159442314491 ], [ -5.83959605385541, 59.119600363637481 ], [ -5.837926025423189, 59.119285729710612 ], [ -5.837264022938492, 59.119853702174403 ], [ -5.838247031904618, 59.120278585105261 ], [ -5.838465594901354, 59.120824984736494 ], [ -5.837130159618923, 59.121156685058288 ], [ -5.836406855020097, 59.120787036755665 ], [ -5.836563145556043, 59.121636438752205 ], [ -5.836052602143199, 59.121449276806516 ], [ -5.835794320236633, 59.121641208900165 ], [ -5.835766412920092, 59.122563484412488 ], [ -5.834641865066757, 59.122358522557647 ], [ -5.834722653623372, 59.122846074284084 ], [ -5.834180678136661, 59.122925032035496 ], [ -5.835030587939875, 59.123097668516962 ], [ -5.836141560579025, 59.124664977007996 ], [ -5.832983459825017, 59.12488423714111 ], [ -5.828831366178747, 59.124346177020406 ], [ -5.828503099807684, 59.124616572673517 ], [ -5.8289890087754, 59.124817976537926 ], [ -5.828395290434957, 59.125060252200115 ], [ -5.829117898274082, 59.125501883496675 ], [ -5.827198443313299, 59.125225937979693 ], [ -5.828056446658506, 59.126018671888666 ], [ -5.825216226180339, 59.124857424478243 ], [ -5.826233416340118, 59.125901679394403 ], [ -5.824099515067202, 59.125506160620326 ], [ -5.822614444672482, 59.126066860510406 ], [ -5.824794580567156, 59.126249782314773 ], [ -5.825374800057913, 59.126825984949619 ], [ -5.824443264139297, 59.126862455028835 ], [ -5.825149354592441, 59.12715626533906 ], [ -5.825199026177938, 59.127914429361326 ], [ -5.823992709395956, 59.127212857456477 ], [ -5.82489184288877, 59.128139244124725 ], [ -5.823767026490561, 59.128167925588208 ], [ -5.824121223800187, 59.128912613709609 ], [ -5.825950311861678, 59.129865502123174 ], [ -5.825787156575293, 59.130283842278345 ], [ -5.826403874690559, 59.130481397392245 ], [ -5.826293939253084, 59.130749837661867 ], [ -5.825504025987216, 59.13033264935877 ], [ -5.826058761278269, 59.131071416691654 ], [ -5.824816247874293, 59.130986712225223 ], [ -5.826247053633908, 59.131582768415591 ], [ -5.825444948537712, 59.132231218089736 ], [ -5.824812196218384, 59.131890295828519 ], [ -5.825150040012127, 59.133083151136354 ], [ -5.825542068203745, 59.132709301601921 ], [ -5.826579989208594, 59.133388863283756 ], [ -5.826360394175347, 59.134006642697457 ], [ -5.82607130990163, 59.134159007621633 ] ] ] ] } }, +{ "type": "Feature", "properties": { "LAD13CD": "S12000014", "LAD13CDO": "00QQ", "LAD13NM": "Falkirk", "LAD13NMW": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -3.797047858281693, 56.100331149103582 ], [ -3.799287228258391, 56.099635348556902 ], [ -3.795562005542192, 56.09998074110991 ], [ -3.79036649531993, 56.093835060277712 ], [ -3.79053143071292, 56.093544211041319 ], [ -3.790118279380064, 56.093613106701198 ], [ -3.785895466658072, 56.090422172560572 ], [ -3.778864337285568, 56.086265151667803 ], [ -3.77996178340084, 56.085771264746683 ], [ -3.778532982623527, 56.085771193677679 ], [ -3.77391095990655, 56.08126733963163 ], [ -3.769765580396943, 56.078233811290758 ], [ -3.769792918830369, 56.077813764722194 ], [ -3.769164799453272, 56.077992609537688 ], [ -3.768699612283291, 56.077799784264592 ], [ -3.768463204492689, 56.077269393315191 ], [ -3.769101491801954, 56.076646489009498 ], [ -3.767732870724791, 56.07707587066681 ], [ -3.762081648362494, 56.073943236603775 ], [ -3.761441980103575, 56.074150064448531 ], [ -3.759167621450155, 56.072826494798889 ], [ -3.748293382370848, 56.068878856922126 ], [ -3.746945278840348, 56.068091892161803 ], [ -3.743022749259335, 56.06806558883261 ], [ -3.742318040244328, 56.067685542725513 ], [ -3.742391256003645, 56.067243289295938 ], [ -3.744559562329558, 56.067271062211539 ], [ -3.74542842484122, 56.066840020420578 ], [ -3.742888743909231, 56.064847745981155 ], [ -3.742458591540982, 56.064819673864754 ], [ -3.74264135395862, 56.065274487653873 ], [ -3.744719794233315, 56.066728729248602 ], [ -3.741820619945288, 56.066772384370239 ], [ -3.741132663688008, 56.068045545086889 ], [ -3.737206042263394, 56.065999930348937 ], [ -3.73704498158626, 56.065169183039096 ], [ -3.735095044331135, 56.065494059339521 ], [ -3.733569190237967, 56.064567469558703 ], [ -3.735468661730954, 56.063978235916267 ], [ -3.734652069961246, 56.063142326322506 ], [ -3.734108445846871, 56.063269483379862 ], [ -3.733801947581854, 56.062989828824151 ], [ -3.734515487159165, 56.062712013361711 ], [ -3.733919796916522, 56.061786726622422 ], [ -3.734247163834212, 56.061565559798566 ], [ -3.73295265154155, 56.056877708638659 ], [ -3.73121756915286, 56.054068738328034 ], [ -3.731863308238323, 56.053714607306595 ], [ -3.731004135545837, 56.053856964449487 ], [ -3.727744677035592, 56.047438925341552 ], [ -3.73336298503197, 56.045907945346592 ], [ -3.727894046305091, 56.04708098191437 ], [ -3.727391951702613, 56.046336772229992 ], [ -3.728432076325274, 56.045433472832386 ], [ -3.727570135660235, 56.042134151814381 ], [ -3.726832632478193, 56.041077822824178 ], [ -3.727477029953839, 56.040589837852053 ], [ -3.727260691928085, 56.039197318046362 ], [ -3.727882317704859, 56.03881119297629 ], [ -3.727059699399739, 56.038219743156958 ], [ -3.727365000661031, 56.037616091348703 ], [ -3.726855742531172, 56.03678032099041 ], [ -3.728639681067023, 56.034425220071562 ], [ -3.72845473996643, 56.032334934637021 ], [ -3.726181621849709, 56.031029629880415 ], [ -3.725015275146868, 56.030751203069308 ], [ -3.723113418836563, 56.029381340870607 ], [ -3.716747357177962, 56.026677227380048 ], [ -3.723399066391537, 56.02524012039968 ], [ -3.730650271424059, 56.024266012959636 ], [ -3.733341649248458, 56.023272981079721 ], [ -3.735894232481878, 56.021657302830029 ], [ -3.741494942121415, 56.022319695055174 ], [ -3.746307033451688, 56.022249845221481 ], [ -3.746725399329364, 56.022489243355267 ], [ -3.746832035986741, 56.022185796137286 ], [ -3.751371582365352, 56.020810316717046 ], [ -3.754301341942289, 56.020278921434361 ], [ -3.753012115532042, 56.019729326829129 ], [ -3.753043501053218, 56.019961623865086 ], [ -3.751689198005447, 56.019958404511478 ], [ -3.74660339958033, 56.021386566105036 ], [ -3.742925675582419, 56.021702797305259 ], [ -3.740573380873872, 56.021629985499814 ], [ -3.73735942160185, 56.020877334922119 ], [ -3.735699451197093, 56.020999559527993 ], [ -3.734581267997406, 56.021217482966641 ], [ -3.733304139364121, 56.022435995805147 ], [ -3.730901386703672, 56.023459124022523 ], [ -3.728856722664669, 56.023916447198708 ], [ -3.728700392162228, 56.023578062708474 ], [ -3.728048651109978, 56.02353597616208 ], [ -3.727653776702616, 56.023856025069279 ], [ -3.722368992727326, 56.024882484287637 ], [ -3.71534126323712, 56.02594555126722 ], [ -3.71214772446851, 56.026013294598414 ], [ -3.709424138735216, 56.025713198952381 ], [ -3.704723674740752, 56.026396511108466 ], [ -3.701777006515287, 56.027407710148147 ], [ -3.699198049937855, 56.02893856091729 ], [ -3.698043337480907, 56.030417404592576 ], [ -3.696922184866075, 56.034052440671189 ], [ -3.69504344542097, 56.035460337641425 ], [ -3.690118970159393, 56.037036681324295 ], [ -3.686977417208134, 56.036846051088318 ], [ -3.686824086391113, 56.036348521785747 ], [ -3.685695274957578, 56.036486165203144 ], [ -3.683764496575457, 56.035900585939252 ], [ -3.682763156908109, 56.036053535857079 ], [ -3.683199299050719, 56.035637819393621 ], [ -3.682064045206378, 56.035664090191339 ], [ -3.682753718426099, 56.035246714651841 ], [ -3.681472058559117, 56.034895764960645 ], [ -3.679889347716013, 56.032935003351234 ], [ -3.680134397173257, 56.030854982196885 ], [ -3.680802521230784, 56.030534061444094 ], [ -3.681348424911959, 56.030724314249085 ], [ -3.685109570872501, 56.030045752467444 ], [ -3.693393941245907, 56.02396550332206 ], [ -3.680621689286307, 56.029918283231162 ], [ -3.6804512887934, 56.030280947127665 ], [ -3.677241341472841, 56.026353694203856 ], [ -3.684295782904615, 56.023116009407126 ], [ -3.681247678279436, 56.021209418044961 ], [ -3.677478188344848, 56.019605515253446 ], [ -3.675781559415413, 56.018254610685709 ], [ -3.673798909003428, 56.017891542993326 ], [ -3.673156712602577, 56.017287407394036 ], [ -3.671669649968814, 56.016807950038519 ], [ -3.671473781264067, 56.015727781862765 ], [ -3.672119479107657, 56.015374860112075 ], [ -3.671971464012436, 56.014548349837611 ], [ -3.672609644873025, 56.013391271996035 ], [ -3.675299289351744, 56.012860521354838 ], [ -3.67621522908508, 56.012082457139321 ], [ -3.677588185897838, 56.009340994701745 ], [ -3.676831808651925, 56.007506436431441 ], [ -3.677184890783592, 56.007104447761506 ], [ -3.679592320434983, 56.00621709496798 ], [ -3.691098950875102, 56.004944619051791 ], [ -3.692172010790836, 56.004580334459575 ], [ -3.692537292343532, 56.003948087645604 ], [ -3.691195913642709, 56.002869288534654 ], [ -3.68983405149033, 56.000290969460281 ], [ -3.69062310885585, 56.000035727777338 ], [ -3.692429693425014, 56.000276928724347 ], [ -3.693398888901588, 55.999997629186247 ], [ -3.693492709852278, 55.999503000915972 ], [ -3.692418174782279, 55.999940106448683 ], [ -3.6902241712004, 55.999786890417631 ], [ -3.689494340139737, 56.000076363839305 ], [ -3.689433839646643, 56.000821245261299 ], [ -3.690464848353525, 56.002544132334144 ], [ -3.692122440185496, 56.00396007269449 ], [ -3.691127216632809, 56.004710591797931 ], [ -3.679043739689054, 56.005919938034481 ], [ -3.676747478311297, 56.006744662802916 ], [ -3.6761358035207, 56.007360441004941 ], [ -3.676813687614173, 56.008939068259743 ], [ -3.675795426474728, 56.01127851595902 ], [ -3.675044432306736, 56.011716459190843 ], [ -3.672247370323092, 56.011281758134672 ], [ -3.667517436825027, 56.01319066177205 ], [ -3.664492486432167, 56.013611645360818 ], [ -3.660410990204601, 56.014758483196715 ], [ -3.637695962561728, 56.014770226232862 ], [ -3.634141551174487, 56.01455409342023 ], [ -3.632013530149339, 56.013963140786693 ], [ -3.631242150614468, 56.014463086386399 ], [ -3.632060330498806, 56.015148676236301 ], [ -3.632881191610202, 56.017303439663557 ], [ -3.63229321165238, 56.018120864677478 ], [ -3.62852642550914, 56.018049358177983 ], [ -3.627759030918867, 56.017426875472296 ], [ -3.628130595944962, 56.01798359569672 ], [ -3.624325701793937, 56.016201528692299 ], [ -3.62004598297617, 56.016096981971764 ], [ -3.617219028437473, 56.016436020516934 ], [ -3.616902492184185, 56.016040294845403 ], [ -3.615507683014994, 56.015946251992894 ], [ -3.612899392421946, 56.016720842468423 ], [ -3.609510166105348, 56.019743081430093 ], [ -3.608335680156455, 56.019857251195688 ], [ -3.608051210788188, 56.020424381705446 ], [ -3.607802219529827, 56.019722229386794 ], [ -3.606220468038364, 56.019378910794934 ], [ -3.605852544533174, 56.02056445926884 ], [ -3.602607309922082, 56.020073809482483 ], [ -3.597545648214842, 56.020973384406481 ], [ -3.5937056670758, 56.020376082811588 ], [ -3.594475308486211, 56.019858427355253 ], [ -3.594049193102033, 56.019095637453646 ], [ -3.590982320330335, 56.018331900665537 ], [ -3.588901144106862, 56.018362329141837 ], [ -3.586265562699846, 56.017901135767232 ], [ -3.584025880844432, 56.018134806015318 ], [ -3.582623853532604, 56.01880518704165 ], [ -3.579272122196732, 56.018445588840457 ], [ -3.577786141451965, 56.017885917307247 ], [ -3.568790005709066, 56.015928544266309 ], [ -3.568641357496085, 56.014873691562023 ], [ -3.567556725586448, 56.013562062300331 ], [ -3.565710687739406, 56.012340967865597 ], [ -3.56345130483096, 56.011446784049369 ], [ -3.557960266386514, 56.010799213181762 ], [ -3.554583696383906, 56.010875978436715 ], [ -3.545923674648764, 56.008628761796871 ], [ -3.543232920460331, 56.008282367122334 ], [ -3.540999985684847, 56.008395661517277 ], [ -3.534622134310215, 56.007042861647697 ], [ -3.53126372066516, 56.006719791635021 ], [ -3.527342963537661, 56.004703472538239 ], [ -3.524641470604825, 56.00391021055831 ], [ -3.522079058900148, 56.004122487812708 ], [ -3.522135092029189, 56.004650164479017 ], [ -3.522013516917375, 56.004331768862279 ], [ -3.521684318397577, 56.004606306722508 ], [ -3.52115081451649, 56.004416100043002 ], [ -3.521003227586131, 56.004047703616671 ], [ -3.519615081861081, 56.004228363884337 ], [ -3.51784222417863, 56.004945707697111 ], [ -3.517023899433066, 56.005835494105597 ], [ -3.515482881825315, 56.006373827604804 ], [ -3.51484102395879, 56.005832680433471 ], [ -3.516042274136804, 56.005423436528616 ], [ -3.516482551306421, 56.004708139865514 ], [ -3.515804721987807, 56.002470013139991 ], [ -3.516332474991668, 56.00177790273321 ], [ -3.517647830058224, 56.00006968088978 ], [ -3.51655180936404, 55.999271745766556 ], [ -3.513624464253323, 55.998551113581499 ], [ -3.511531063380828, 55.99397065073012 ], [ -3.517532580927705, 55.992343258336845 ], [ -3.522884355418837, 55.99332590866333 ], [ -3.528778675029426, 55.992733564363078 ], [ -3.529508248309782, 55.989975731074274 ], [ -3.529017261574615, 55.988828034327319 ], [ -3.530185914387672, 55.986434067434445 ], [ -3.539435987067101, 55.988510547213728 ], [ -3.538957202164875, 55.987515495972261 ], [ -3.535852245589558, 55.986710447773127 ], [ -3.536403169884586, 55.985727712438724 ], [ -3.539194573351226, 55.986308420282327 ], [ -3.542076672856445, 55.986467390010525 ], [ -3.543033517480054, 55.985779674264222 ], [ -3.55119982116258, 55.987119411246482 ], [ -3.558353853825579, 55.987789380246845 ], [ -3.564216769690253, 55.988953379527274 ], [ -3.564581198745922, 55.988331419738579 ], [ -3.576237140003626, 55.989668294744533 ], [ -3.58156530487938, 55.989690802575957 ], [ -3.583431907284257, 55.992095746804139 ], [ -3.581094311329702, 55.994528600188367 ], [ -3.584799998970822, 55.995751630442527 ], [ -3.589936654787454, 55.996556227009883 ], [ -3.59327618788095, 55.996468179631009 ], [ -3.595054207752459, 55.997008607518609 ], [ -3.598844404273003, 55.997038584132447 ], [ -3.599965245414949, 55.996845220617729 ], [ -3.599606531173001, 55.996002496736523 ], [ -3.601005357570399, 55.994040666150504 ], [ -3.601159314769656, 55.992413099141679 ], [ -3.606992976743443, 55.992050530872788 ], [ -3.60993044002579, 55.992906308876002 ], [ -3.61166272835116, 55.992615888651372 ], [ -3.614100328504526, 55.991476915643453 ], [ -3.61401944782888, 55.989997976554193 ], [ -3.614922539659398, 55.989433507206464 ], [ -3.615260272543214, 55.986999259451785 ], [ -3.616506372775502, 55.986781635915712 ], [ -3.618379092458126, 55.985332773791157 ], [ -3.618542688198552, 55.984452689517354 ], [ -3.619460117218306, 55.984235756608463 ], [ -3.6206023726067, 55.984833590745275 ], [ -3.622517019238545, 55.984582850959256 ], [ -3.626395841017443, 55.985071789669995 ], [ -3.627372652237553, 55.984056052401009 ], [ -3.627445534959603, 55.982738632801045 ], [ -3.628615256138236, 55.98261534877772 ], [ -3.630809316419321, 55.982989810773311 ], [ -3.631882929451441, 55.982601779863693 ], [ -3.632352002205598, 55.982017764081071 ], [ -3.631950671508041, 55.979910454520848 ], [ -3.630009585866706, 55.977430827128067 ], [ -3.632020213636489, 55.975169380747296 ], [ -3.63152872596588, 55.974115531796528 ], [ -3.631815054397723, 55.97383676670902 ], [ -3.637678210779422, 55.971931218239781 ], [ -3.639780650322711, 55.97072068954386 ], [ -3.642336778311045, 55.970879849631395 ], [ -3.644633970187356, 55.969619014305557 ], [ -3.6469788103137, 55.969859975280144 ], [ -3.648670232362891, 55.969430285925064 ], [ -3.649402417323806, 55.968637797118312 ], [ -3.64940238051971, 55.967168567973594 ], [ -3.652412084668078, 55.965569151796863 ], [ -3.651889134057965, 55.964952526900149 ], [ -3.652197550939, 55.964670720546295 ], [ -3.656999067612481, 55.964781472981805 ], [ -3.657430330153381, 55.964038809781613 ], [ -3.654645698736985, 55.963209074628566 ], [ -3.652937882231887, 55.959263722773741 ], [ -3.656203027811507, 55.95867441563697 ], [ -3.661192272463664, 55.959743993279595 ], [ -3.661062447584216, 55.960340626387115 ], [ -3.661472558059053, 55.960565141976687 ], [ -3.663871543407413, 55.960659472783298 ], [ -3.664621360274978, 55.960176673085023 ], [ -3.665507258591717, 55.958088899411031 ], [ -3.667898947482362, 55.957346638009106 ], [ -3.668696318206754, 55.955105475208875 ], [ -3.67038379714574, 55.954604543016949 ], [ -3.672589794899332, 55.954688737426281 ], [ -3.67421953763045, 55.953927936933816 ], [ -3.674352933013947, 55.953048174667458 ], [ -3.673029622860567, 55.951480991521777 ], [ -3.672714274037501, 55.949702416282726 ], [ -3.670977749863466, 55.948836351948799 ], [ -3.667977877615901, 55.948568781520841 ], [ -3.667540666627253, 55.946743318824559 ], [ -3.667583910869816, 55.945439738170165 ], [ -3.670871240386762, 55.944356389157832 ], [ -3.672219592417591, 55.945249291079918 ], [ -3.673123959765019, 55.945277448544886 ], [ -3.677483283931554, 55.942363246419966 ], [ -3.683373880683737, 55.942282883848165 ], [ -3.685904571757492, 55.940089784134244 ], [ -3.689792406812813, 55.938846732605562 ], [ -3.690341852650958, 55.938301817249979 ], [ -3.694190467834273, 55.938991201983285 ], [ -3.696935141586957, 55.938671250804383 ], [ -3.697850092066386, 55.939310143943992 ], [ -3.698965435216024, 55.939332506525361 ], [ -3.699538751445478, 55.938311847953941 ], [ -3.699741228677643, 55.935880072844967 ], [ -3.703352774249811, 55.93456221833943 ], [ -3.705542215366626, 55.934912935601368 ], [ -3.705918801190506, 55.93539477509502 ], [ -3.707878520084193, 55.935435012546023 ], [ -3.708442191997408, 55.935183667303555 ], [ -3.708956189124657, 55.933949911745202 ], [ -3.710507027692404, 55.933722597297034 ], [ -3.71561614561364, 55.93402895672947 ], [ -3.715939146969678, 55.934708312311315 ], [ -3.715024747694677, 55.934955590396441 ], [ -3.71507317598186, 55.935218213759555 ], [ -3.716060559822869, 55.93553515499773 ], [ -3.718906303419133, 55.935265422922029 ], [ -3.720886397166181, 55.935656532629956 ], [ -3.722629445361022, 55.93528709237188 ], [ -3.723834342686943, 55.935453554207257 ], [ -3.724748636161897, 55.934988743709106 ], [ -3.726937622157009, 55.936043613774459 ], [ -3.729678974768854, 55.936054569957541 ], [ -3.73268757746411, 55.935130724895693 ], [ -3.731919841197668, 55.934178191858017 ], [ -3.734026361777083, 55.93431569647101 ], [ -3.735501071939737, 55.933248019607397 ], [ -3.739158818142082, 55.933100268064884 ], [ -3.741347685251795, 55.931291844504585 ], [ -3.742214708435534, 55.93102886372764 ], [ -3.7425348432097, 55.930101438888428 ], [ -3.742184675098231, 55.929682238493839 ], [ -3.742785491049727, 55.929266656884188 ], [ -3.742223953469851, 55.928346314676844 ], [ -3.743126715235904, 55.928025308695005 ], [ -3.742423219773773, 55.927650649527465 ], [ -3.74254112391191, 55.926248012391504 ], [ -3.743624280839464, 55.926380955211243 ], [ -3.743805343127722, 55.925850893647414 ], [ -3.746080579346312, 55.925585009189845 ], [ -3.746556115291325, 55.92505526064582 ], [ -3.747750614323335, 55.925422029966761 ], [ -3.748341719005439, 55.925184487437043 ], [ -3.749374407223056, 55.925405263679799 ], [ -3.750475136464889, 55.925217982690505 ], [ -3.751343146320669, 55.923704022046486 ], [ -3.750985370402167, 55.923258893780073 ], [ -3.752007189093843, 55.922955897968414 ], [ -3.752702175567353, 55.923141910392651 ], [ -3.753007996765893, 55.922648699476959 ], [ -3.752191678471041, 55.921830877427347 ], [ -3.754716974994588, 55.920694987404403 ], [ -3.754233781296703, 55.920520347629399 ], [ -3.754647282312697, 55.920215210248493 ], [ -3.754109668101234, 55.920146485902301 ], [ -3.754303381626416, 55.919900195855305 ], [ -3.755314665916111, 55.91996845841151 ], [ -3.755260887517266, 55.919557649631692 ], [ -3.756262805038586, 55.919171327822369 ], [ -3.757190357381015, 55.919193141366115 ], [ -3.757381784511974, 55.918861508392929 ], [ -3.758476182533105, 55.91910469140786 ], [ -3.758930459448259, 55.918393671563429 ], [ -3.762060978361498, 55.917944525479179 ], [ -3.761806653320719, 55.917417968499301 ], [ -3.762475505201078, 55.916853038198099 ], [ -3.761479520352804, 55.916450322840845 ], [ -3.761906865854363, 55.916276163188684 ], [ -3.761534056652965, 55.91588879262342 ], [ -3.760285315215319, 55.91552203462188 ], [ -3.761399157428183, 55.913973029070632 ], [ -3.761982998777571, 55.914004215389724 ], [ -3.762980063854878, 55.913022109107089 ], [ -3.763784562840967, 55.912838946919706 ], [ -3.764348337480262, 55.91087902555627 ], [ -3.766142665733363, 55.910685253303882 ], [ -3.766146360051366, 55.910203529579476 ], [ -3.767202001351412, 55.910091328542677 ], [ -3.766900792587281, 55.908604808412271 ], [ -3.767594966718439, 55.908566087403038 ], [ -3.768177640216954, 55.90783521375392 ], [ -3.771663474290096, 55.907410366826007 ], [ -3.77219464256725, 55.906920151641877 ], [ -3.77349367654116, 55.906990410598759 ], [ -3.774644016582066, 55.906642235197118 ], [ -3.775657411632296, 55.906798364827139 ], [ -3.777447412517433, 55.906410381514746 ], [ -3.779220117660981, 55.904946946839956 ], [ -3.779904891810132, 55.905053871743036 ], [ -3.780115504093508, 55.90458802552736 ], [ -3.78056582955148, 55.904815160166194 ], [ -3.781022024819219, 55.904646805418935 ], [ -3.7806201752713, 55.903906744857146 ], [ -3.781953989452331, 55.902993295164812 ], [ -3.781620405354842, 55.902346607045551 ], [ -3.781148836187092, 55.902353430966883 ], [ -3.782115587495045, 55.901634004394232 ], [ -3.783313438474015, 55.901594191473038 ], [ -3.783298599918822, 55.901270894694306 ], [ -3.785180174987194, 55.900794300914804 ], [ -3.79246246935263, 55.900369459548536 ], [ -3.79790622565041, 55.89962147890131 ], [ -3.799952881020195, 55.898501510545785 ], [ -3.801926182519404, 55.897940641024846 ], [ -3.804339854264526, 55.89787473070799 ], [ -3.80613581377924, 55.897319986882025 ], [ -3.808527165643311, 55.897187821556372 ], [ -3.809856484304732, 55.896711769804057 ], [ -3.821499112393421, 55.895396949731264 ], [ -3.822564606104792, 55.896495505809781 ], [ -3.820643874901379, 55.896771059345745 ], [ -3.817790367701643, 55.898134248515241 ], [ -3.815256914034965, 55.900292448669425 ], [ -3.815225944547722, 55.901067541353328 ], [ -3.814312588033911, 55.901992236759533 ], [ -3.810003511627072, 55.903645379035673 ], [ -3.808944902711002, 55.904477810280447 ], [ -3.809178738852012, 55.904861691309762 ], [ -3.810162749573391, 55.905106036975013 ], [ -3.814042511865742, 55.904875488560087 ], [ -3.81721531636295, 55.90574262099932 ], [ -3.818035087685431, 55.905689179599975 ], [ -3.818744347225229, 55.903958687686043 ], [ -3.825035808548105, 55.905148850447709 ], [ -3.82718048745717, 55.906293371603894 ], [ -3.833038173196933, 55.907804095504517 ], [ -3.833065286948841, 55.9094635018727 ], [ -3.834164893066215, 55.91052370970467 ], [ -3.83492647555704, 55.91221710399229 ], [ -3.843108607043196, 55.912883006230132 ], [ -3.859702257887818, 55.918384876506209 ], [ -3.861757869958912, 55.919570591927879 ], [ -3.864656379213551, 55.920509861646536 ], [ -3.876750308888283, 55.92332134998636 ], [ -3.879496408542532, 55.925859514078049 ], [ -3.882343270225463, 55.929543665754608 ], [ -3.890354347976657, 55.935839179527676 ], [ -3.892087566218092, 55.937663802354926 ], [ -3.892905535605668, 55.937364560970472 ], [ -3.896382106947759, 55.937180772950533 ], [ -3.896531107522009, 55.936757006928154 ], [ -3.898177775611315, 55.936772977103409 ], [ -3.899894601222145, 55.936815701498922 ], [ -3.901571180131175, 55.936461815129633 ], [ -3.902852004942057, 55.936885971178214 ], [ -3.903769301155486, 55.938123630721897 ], [ -3.902821190924449, 55.938314420190899 ], [ -3.902249720806642, 55.939362100229488 ], [ -3.900204932530093, 55.939392766299385 ], [ -3.898359083558593, 55.9407404640395 ], [ -3.898100879470232, 55.941648495438663 ], [ -3.899214599926156, 55.942548859048976 ], [ -3.898510460833942, 55.943539253812176 ], [ -3.896550409823305, 55.944194018071862 ], [ -3.895901068669545, 55.944112351437496 ], [ -3.89518537673212, 55.944573593719767 ], [ -3.892657634683039, 55.944918903294464 ], [ -3.891932468287563, 55.945745126994112 ], [ -3.892286040412179, 55.947280894459738 ], [ -3.888984658809111, 55.949140564209742 ], [ -3.887350701903462, 55.949297712808963 ], [ -3.887050249736471, 55.949804665037732 ], [ -3.884973015539032, 55.95072793617306 ], [ -3.882562470756385, 55.951055963577893 ], [ -3.880942935534009, 55.952239070191858 ], [ -3.878620409298471, 55.952369768582102 ], [ -3.876019222378584, 55.951971765103863 ], [ -3.868800894043805, 55.953675692681806 ], [ -3.868497103323721, 55.95481709639084 ], [ -3.867882982339169, 55.955269445132586 ], [ -3.867959684485574, 55.956329590468542 ], [ -3.867280252795086, 55.956657114839338 ], [ -3.86623897728731, 55.956622568735881 ], [ -3.865535229574826, 55.957377311187841 ], [ -3.862810650875, 55.958082642059139 ], [ -3.862375398540588, 55.95882611626984 ], [ -3.860387176539612, 55.959256055365685 ], [ -3.86782150350808, 55.96260517364103 ], [ -3.880823121817146, 55.962251012687908 ], [ -3.886005644387553, 55.961652364788847 ], [ -3.898572944044991, 55.961140317187173 ], [ -3.900589473336054, 55.961228746707569 ], [ -3.90248078715138, 55.962225823014592 ], [ -3.904256232465195, 55.962068987201071 ], [ -3.906114667532925, 55.960309431490671 ], [ -3.911083749701172, 55.959293350738335 ], [ -3.91186144273111, 55.959567957041422 ], [ -3.912382493824666, 55.960517841822679 ], [ -3.914042997711619, 55.961020467578898 ], [ -3.916997461628912, 55.961122810535478 ], [ -3.917570978145578, 55.961640500709265 ], [ -3.919488181210479, 55.962180396729792 ], [ -3.921204865628106, 55.963457596893981 ], [ -3.92139785770064, 55.964215753645291 ], [ -3.92419694773171, 55.964829890436427 ], [ -3.925960530273217, 55.964594743757367 ], [ -3.928872254798976, 55.963445634927979 ], [ -3.929871613854084, 55.963534229906543 ], [ -3.933296477927117, 55.962976384550068 ], [ -3.933463143458385, 55.963330538751073 ], [ -3.935734542386978, 55.962262306596557 ], [ -3.935875975696877, 55.962527886380762 ], [ -3.938103490119985, 55.962923325772969 ], [ -3.937935648192785, 55.964116696952537 ], [ -3.938698536878743, 55.964185574651275 ], [ -3.939379857365447, 55.964929730418937 ], [ -3.940993835790279, 55.965100223317378 ], [ -3.941018379100865, 55.965974237928137 ], [ -3.940277402277863, 55.96611981015176 ], [ -3.940095429880486, 55.966645698707033 ], [ -3.940505377168232, 55.968592940240512 ], [ -3.94157926754479, 55.96885460869013 ], [ -3.942104836285131, 55.969525716407638 ], [ -3.943337310163046, 55.969402038755206 ], [ -3.943921665673581, 55.969710948370341 ], [ -3.944421669798594, 55.969488277880131 ], [ -3.945468145758715, 55.970511515145958 ], [ -3.946005223073298, 55.970580319220034 ], [ -3.946440411817096, 55.970151971095483 ], [ -3.949729802636031, 55.971448862315299 ], [ -3.948753889969393, 55.972691878491396 ], [ -3.949407213912116, 55.973254893080743 ], [ -3.949139955762468, 55.973931322971531 ], [ -3.94723722290757, 55.974783684841036 ], [ -3.946068413518172, 55.975986589877792 ], [ -3.946149539046045, 55.977314433899885 ], [ -3.943268255775055, 55.980454903348772 ], [ -3.943806320411767, 55.98095595978134 ], [ -3.944617645270875, 55.981567731235955 ], [ -3.945522475312091, 55.982444924576889 ], [ -3.948630804119397, 55.983308857529295 ], [ -3.949296580549019, 55.983860892494548 ], [ -3.950702574380542, 55.984022871794451 ], [ -3.950809549611499, 55.984364468413894 ], [ -3.952917891644764, 55.98414864750643 ], [ -3.95439521230824, 55.984579952875613 ], [ -3.958245492987597, 55.986572285026057 ], [ -3.963247143915327, 55.986664356101841 ], [ -3.964818264926909, 55.987107523921019 ], [ -3.985239176101651, 55.982787471016124 ], [ -3.985584358583325, 55.983392108098201 ], [ -3.985128798998698, 55.985325300578083 ], [ -3.987839874045935, 55.984923929616912 ], [ -3.989332059283291, 55.987290319953061 ], [ -3.98026392421423, 55.990633827664311 ], [ -3.97750701057059, 55.991057330956181 ], [ -3.974642593671528, 55.99088308242046 ], [ -3.975288376332046, 55.992887549538516 ], [ -3.977132283884957, 55.992730373844353 ], [ -3.978059330816088, 55.993018350862265 ], [ -3.982249322928067, 55.995278590421236 ], [ -3.980949396507988, 55.997231628155596 ], [ -3.981182753417649, 55.998971295609742 ], [ -3.979641301356951, 55.999591878545424 ], [ -3.985266252058987, 56.003766498285572 ], [ -3.987238731823397, 56.005760317117527 ], [ -3.987593901292962, 56.006960605379106 ], [ -3.987986911555133, 56.006930004208577 ], [ -3.988425922178612, 56.007794633161517 ], [ -3.991045287504129, 56.007669678678212 ], [ -3.991320256668238, 56.005968548423894 ], [ -3.996224774955421, 56.005743641414746 ], [ -4.000304357452855, 56.00665796319096 ], [ -4.004806210945882, 56.00720491730457 ], [ -4.011878377446693, 56.006928839866276 ], [ -4.012589429793818, 56.005951158389479 ], [ -4.015160161351424, 56.006189548267848 ], [ -4.017707684137342, 56.005766839477452 ], [ -4.019390145146732, 56.005949580230457 ], [ -4.02187521253124, 56.010073311925616 ], [ -4.030349968632708, 56.009739017283003 ], [ -4.027249253240901, 56.013169069819156 ], [ -4.024291868378977, 56.017508840169867 ], [ -4.023255082205298, 56.022073153227176 ], [ -4.022370805989362, 56.022653824898079 ], [ -4.020953113384413, 56.022546761355137 ], [ -4.020141983473627, 56.023944909536127 ], [ -4.020227103093727, 56.025635717465107 ], [ -4.019184600137192, 56.026753667592601 ], [ -4.020129802539987, 56.028043060153209 ], [ -4.0190261856411, 56.02845295618765 ], [ -4.017855507394335, 56.029761713389398 ], [ -4.014866010712995, 56.029679388892724 ], [ -4.012682382947546, 56.031265255938152 ], [ -4.010407682959477, 56.030887174219416 ], [ -4.004730795856583, 56.033362862640175 ], [ -4.002856267701382, 56.035009127126862 ], [ -4.001328925021946, 56.034962028714808 ], [ -3.999485642873103, 56.035727038016468 ], [ -3.997818201925787, 56.035982322191479 ], [ -3.995939851955792, 56.037003066838956 ], [ -3.99462968543535, 56.038708364628341 ], [ -3.993122626057952, 56.038714755324285 ], [ -3.991942571861138, 56.038120031000425 ], [ -3.988714657176799, 56.038999793725978 ], [ -3.981579738430077, 56.040047448228172 ], [ -3.978643308825575, 56.039384647544686 ], [ -3.978374847055175, 56.040349625001248 ], [ -3.97914072635649, 56.043643518688931 ], [ -3.975912559147768, 56.04764129947764 ], [ -3.973357881245058, 56.048615006020015 ], [ -3.961275615560898, 56.048186731016578 ], [ -3.954254361806662, 56.050068522835772 ], [ -3.9468836335464, 56.049171390234804 ], [ -3.946388332178061, 56.049698629389219 ], [ -3.944116256205623, 56.049604154194299 ], [ -3.942846600872301, 56.049997099640208 ], [ -3.94277462365824, 56.050960692277599 ], [ -3.93933867149634, 56.050746060517618 ], [ -3.934595637744344, 56.049408752645697 ], [ -3.93023671719699, 56.049903897319069 ], [ -3.924932540815822, 56.04883291365455 ], [ -3.92461704298577, 56.049590906203136 ], [ -3.923787591536245, 56.050056764751972 ], [ -3.92264929419982, 56.049511956433065 ], [ -3.920573476484836, 56.049487678325939 ], [ -3.920014196393026, 56.048347011128548 ], [ -3.919104436468429, 56.04852202672965 ], [ -3.914634228084825, 56.049300526335045 ], [ -3.90527434838456, 56.047767674163133 ], [ -3.900964923719902, 56.04626961721209 ], [ -3.896737740200674, 56.045426159238268 ], [ -3.895051449757548, 56.045809738837868 ], [ -3.894748142729653, 56.046402112487108 ], [ -3.893343670202215, 56.047000608388828 ], [ -3.893064892252987, 56.047930491547511 ], [ -3.891497604283994, 56.048484734633519 ], [ -3.884241796342045, 56.047897534642601 ], [ -3.883377641578696, 56.047429957566223 ], [ -3.879583957505175, 56.047009744127088 ], [ -3.877694369728032, 56.04731170951537 ], [ -3.877110521520033, 56.047753741000335 ], [ -3.876732501231445, 56.047541122884297 ], [ -3.876026001094066, 56.047805286738011 ], [ -3.875252747553267, 56.047686741302577 ], [ -3.873278043547856, 56.048387131768443 ], [ -3.873840382294754, 56.049784964204186 ], [ -3.873477145315046, 56.050440198784955 ], [ -3.870768169890389, 56.050372575416738 ], [ -3.86975003578465, 56.049873090651154 ], [ -3.868236167124059, 56.050046100156102 ], [ -3.865618384659019, 56.049638195751889 ], [ -3.860927321650641, 56.050722716898576 ], [ -3.857766861902592, 56.049948099475053 ], [ -3.853757023497954, 56.050041671711448 ], [ -3.851525827993641, 56.050794988567013 ], [ -3.850281296375786, 56.050391302483185 ], [ -3.848024512235211, 56.050577899727593 ], [ -3.847162704521626, 56.050151374310261 ], [ -3.846827690902648, 56.05060031640911 ], [ -3.841379416714076, 56.05076982865539 ], [ -3.836592670810465, 56.051851251033661 ], [ -3.834599303147118, 56.051906972108569 ], [ -3.833232020075831, 56.050402317759556 ], [ -3.830350964200141, 56.051242186143867 ], [ -3.826794850095296, 56.050984869916945 ], [ -3.824521473756924, 56.051129045925897 ], [ -3.820995343852656, 56.054300294021417 ], [ -3.819453376645081, 56.054600721701391 ], [ -3.817607768391973, 56.054421242429278 ], [ -3.817257234804069, 56.053524182137679 ], [ -3.816194553323695, 56.05319116319702 ], [ -3.815425498448193, 56.053296838973367 ], [ -3.814296378381541, 56.052813811795254 ], [ -3.813801820262153, 56.05346450268231 ], [ -3.811031635501775, 56.054901669293173 ], [ -3.810719427581032, 56.055641330077172 ], [ -3.811370897946425, 56.056348872103698 ], [ -3.812857229481754, 56.056708058941453 ], [ -3.812928343562696, 56.057230914411008 ], [ -3.814149928690065, 56.057970501510745 ], [ -3.815278402979877, 56.058265726936469 ], [ -3.81472106584066, 56.059939983568007 ], [ -3.815608711158507, 56.060611679291675 ], [ -3.815337777129141, 56.061203369033748 ], [ -3.814433686212624, 56.061412568962119 ], [ -3.813091313675985, 56.061113289703542 ], [ -3.812031958865053, 56.06153952553435 ], [ -3.811769140990651, 56.062271273584088 ], [ -3.809354625198868, 56.062229423390797 ], [ -3.80883248503517, 56.062501275677995 ], [ -3.808279078762155, 56.062379985309889 ], [ -3.807970726533692, 56.062758332911038 ], [ -3.805379582624245, 56.063130563660863 ], [ -3.804265118753861, 56.062792807052674 ], [ -3.803540165608226, 56.063228456243131 ], [ -3.802141520631847, 56.063340552597268 ], [ -3.799621379076526, 56.062825580026384 ], [ -3.797915386978063, 56.065409734742687 ], [ -3.798623573579242, 56.0664741687035 ], [ -3.800220973033277, 56.067176962321348 ], [ -3.799748381377609, 56.067549596609297 ], [ -3.80022840427961, 56.068094349823291 ], [ -3.804043308650125, 56.069391064557735 ], [ -3.806799719594506, 56.069760508014625 ], [ -3.805491552553444, 56.073048854546371 ], [ -3.807785857312366, 56.072911024428464 ], [ -3.812807799582029, 56.074850274991341 ], [ -3.817856988823465, 56.075719557223415 ], [ -3.823272454678163, 56.078623108625095 ], [ -3.829499017852469, 56.080957257031692 ], [ -3.832939520010401, 56.083390915993512 ], [ -3.835897223433816, 56.084653561380001 ], [ -3.833335890736289, 56.087505241076173 ], [ -3.828648704894263, 56.086548541794436 ], [ -3.826022064644538, 56.090309542653934 ], [ -3.824002174526178, 56.090560470230479 ], [ -3.823147767332748, 56.091086208716078 ], [ -3.821866004560218, 56.096722441493498 ], [ -3.820161724820584, 56.098354323687154 ], [ -3.819801512551842, 56.099238488992619 ], [ -3.817559266613425, 56.099489888483937 ], [ -3.81290638452983, 56.100858614094463 ], [ -3.809067675317398, 56.102760696658791 ], [ -3.808289369037666, 56.104199110439978 ], [ -3.805081231376148, 56.106632795704598 ], [ -3.803083128046089, 56.106786002844061 ], [ -3.801639656715043, 56.106041451403733 ], [ -3.798911221836494, 56.10401710794671 ], [ -3.799312552209101, 56.103727295526213 ], [ -3.797049474951805, 56.100572854315374 ], [ -3.797047858281693, 56.100331149103582 ] ] ] } }, +{ "type": "Feature", "properties": { "LAD13CD": "S12000015", "LAD13CDO": "00QR", "LAD13NM": "Fife", "LAD13NMW": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -3.302574628913113, 56.03094725337062 ], [ -3.302508955368206, 56.03033154138565 ], [ -3.300308182624915, 56.030503023659357 ], [ -3.300576258242187, 56.030123704653064 ], [ -3.300007001272968, 56.0299455032753 ], [ -3.298498524636324, 56.030566117782072 ], [ -3.297164229505488, 56.029156855090612 ], [ -3.296314150274269, 56.029025618928074 ], [ -3.29647098256611, 56.02872565192677 ], [ -3.297812506459178, 56.028534528541989 ], [ -3.300194609170412, 56.029797960580488 ], [ -3.301330931657058, 56.029803048956964 ], [ -3.302896417863876, 56.028685797130279 ], [ -3.302899813525658, 56.027357703229441 ], [ -3.304884796526117, 56.027406804743222 ], [ -3.306995416661952, 56.026567672709128 ], [ -3.306919313727259, 56.027307088473719 ], [ -3.308356476531724, 56.027432025004231 ], [ -3.306000764220359, 56.028521775769569 ], [ -3.305262846720882, 56.028576312050468 ], [ -3.304884969436571, 56.029789760032905 ], [ -3.303846959504149, 56.02998763613116 ], [ -3.303005768084065, 56.030931018248545 ], [ -3.302574628913113, 56.03094725337062 ] ] ], [ [ [ -3.1363597049575, 56.035860349910209 ], [ -3.13567731439836, 56.035031002788287 ], [ -3.135099965316821, 56.035045302428948 ], [ -3.134036501148389, 56.034354231892053 ], [ -3.134604482394304, 56.034021045611411 ], [ -3.133861003165494, 56.033021529981291 ], [ -3.132723586888922, 56.032816333669459 ], [ -3.132896247982808, 56.032410409942074 ], [ -3.132116417975222, 56.031537011847909 ], [ -3.132596531744671, 56.031218118955891 ], [ -3.131991099645475, 56.030545287526756 ], [ -3.13154321106599, 56.030594323790211 ], [ -3.131185812111571, 56.029896749492437 ], [ -3.131577408171556, 56.030117789675181 ], [ -3.131752830072247, 56.029806187605296 ], [ -3.130573214812109, 56.02870283002791 ], [ -3.130369562215883, 56.028048770362282 ], [ -3.130796784478004, 56.027842685057614 ], [ -3.130212438446334, 56.027888475041003 ], [ -3.130368143995538, 56.027451261410761 ], [ -3.131019005892071, 56.027759779790777 ], [ -3.132271318427228, 56.02778423056283 ], [ -3.132642128070398, 56.028391825851273 ], [ -3.133353112095613, 56.02856050783695 ], [ -3.135285418826302, 56.030429648657147 ], [ -3.135392535908202, 56.031345162627282 ], [ -3.136719503420092, 56.032267410994173 ], [ -3.138056106842548, 56.032151754850872 ], [ -3.137875672466477, 56.031200978200054 ], [ -3.138385969700563, 56.031636548975762 ], [ -3.138186967509584, 56.032235907667832 ], [ -3.140814708115326, 56.033999705522263 ], [ -3.140818604053353, 56.034947618131518 ], [ -3.13967452893875, 56.034791966201098 ], [ -3.138566698180218, 56.035049292585803 ], [ -3.137755660157362, 56.036939194356187 ], [ -3.1363597049575, 56.035860349910209 ] ] ], [ [ [ -2.548803594039492, 56.179983525402967 ], [ -2.549841534238716, 56.17990883230361 ], [ -2.54985836855575, 56.180410096446892 ], [ -2.549077133659396, 56.180300364202132 ], [ -2.548803594039492, 56.179983525402967 ] ] ], [ [ [ -2.559001411554996, 56.189138917948547 ], [ -2.55979884113771, 56.188797489416146 ], [ -2.558667545369426, 56.188672331672024 ], [ -2.557342848631833, 56.187987399070927 ], [ -2.557356775402765, 56.18828113149462 ], [ -2.556802215509881, 56.188260271036306 ], [ -2.555996451176535, 56.187692479995242 ], [ -2.553083949500268, 56.186945453007617 ], [ -2.55282733591033, 56.186466825375696 ], [ -2.553202773914625, 56.186245922219733 ], [ -2.552511660378988, 56.186362219061884 ], [ -2.551839547529075, 56.186006737642941 ], [ -2.551690994757722, 56.185422505717433 ], [ -2.549332611056922, 56.184876865685162 ], [ -2.549906861582223, 56.184588602916008 ], [ -2.549283485664382, 56.184595867174551 ], [ -2.549809567641364, 56.184093986256194 ], [ -2.549606130388652, 56.183724726996537 ], [ -2.551074713725665, 56.183228528812755 ], [ -2.548298115903555, 56.182604770597024 ], [ -2.547248551728014, 56.181981401215737 ], [ -2.547577379119741, 56.181768807441095 ], [ -2.544668262462682, 56.181444741080085 ], [ -2.544740789660474, 56.180992497747951 ], [ -2.545532439710326, 56.180927910812365 ], [ -2.546037674426176, 56.181226662624816 ], [ -2.545823417604227, 56.18099940106017 ], [ -2.549637891757995, 56.18053775961446 ], [ -2.55107295746194, 56.180858407451574 ], [ -2.551004293185422, 56.181350169574067 ], [ -2.551848354829887, 56.181794733622155 ], [ -2.552767480884452, 56.18163249776417 ], [ -2.553347480157652, 56.182084521569202 ], [ -2.55459783310149, 56.182213685689824 ], [ -2.555688235381541, 56.182978765572159 ], [ -2.557113421745577, 56.183163720930395 ], [ -2.558778451497716, 56.18455330510411 ], [ -2.558767217768205, 56.184777970121779 ], [ -2.558134129265456, 56.184671218882173 ], [ -2.558290093031428, 56.184871768828032 ], [ -2.559830913869864, 56.185468562353485 ], [ -2.560411525172811, 56.185400343790683 ], [ -2.560793399448204, 56.185845144808823 ], [ -2.561668756859612, 56.185991212341179 ], [ -2.561286170384949, 56.186381083684687 ], [ -2.562331740664404, 56.186377229627574 ], [ -2.562694761308721, 56.186632536162271 ], [ -2.563094593024606, 56.187640580733557 ], [ -2.56271203814642, 56.188362885193307 ], [ -2.562038454063507, 56.188466577021352 ], [ -2.562592295396757, 56.189098367733756 ], [ -2.563214143364124, 56.189091941980706 ], [ -2.563562269717694, 56.189428174888114 ], [ -2.561156175982359, 56.189616117623686 ], [ -2.559001411554996, 56.189138917948547 ] ] ], [ [ [ -2.562472091913387, 56.192004522413797 ], [ -2.561560036395237, 56.191343320295296 ], [ -2.56138759660096, 56.190677940563916 ], [ -2.560871372012093, 56.190967789986907 ], [ -2.559219818108759, 56.190085801338256 ], [ -2.559569700286498, 56.189769758234782 ], [ -2.562724101053423, 56.189626958607825 ], [ -2.564298859883156, 56.190103148978523 ], [ -2.564170182803546, 56.190447845168102 ], [ -2.565436044901839, 56.190624447693814 ], [ -2.565148592834171, 56.191128897871252 ], [ -2.565921221555294, 56.190854927557709 ], [ -2.566238439620876, 56.191059221345164 ], [ -2.565863283940744, 56.191406845032461 ], [ -2.567200690361381, 56.191406106112112 ], [ -2.566201168490566, 56.191810501605609 ], [ -2.564554048185735, 56.191350838083316 ], [ -2.563461846443117, 56.191920052104905 ], [ -2.562472091913387, 56.192004522413797 ] ] ], [ [ [ -2.563080967774858, 56.192209293661264 ], [ -2.565117929809591, 56.191783114254761 ], [ -2.565889659444388, 56.191994314720205 ], [ -2.564691460404598, 56.192148938010305 ], [ -2.567341937313837, 56.192241920795581 ], [ -2.565139990680481, 56.192735376961949 ], [ -2.566191374485259, 56.192786269955874 ], [ -2.566087930665562, 56.193093117274266 ], [ -2.565375546074692, 56.192974187587012 ], [ -2.563707955640676, 56.192879379561127 ], [ -2.563292856189013, 56.192373644187214 ], [ -2.564017459450941, 56.192228383990518 ], [ -2.563080967774858, 56.192209293661264 ] ] ], [ [ [ -2.735242809081235, 56.209695008388103 ], [ -2.736022158175416, 56.209310321071946 ], [ -2.735479746909645, 56.209945169575043 ], [ -2.735242809081235, 56.209695008388103 ] ] ], [ [ [ -2.891103915644059, 56.453263499597888 ], [ -2.890849796939676, 56.452873602583878 ], [ -2.887281226107927, 56.452629635335022 ], [ -2.886671042807349, 56.45234469774762 ], [ -2.884796547889354, 56.452388623769899 ], [ -2.884426511593764, 56.452173838245663 ], [ -2.883265882506441, 56.452427379417131 ], [ -2.883231125993662, 56.4519784052289 ], [ -2.882579387472631, 56.452138472749652 ], [ -2.883083320369197, 56.451901292555014 ], [ -2.881897200961262, 56.451544959494342 ], [ -2.881884607921174, 56.451981692313673 ], [ -2.879224104545156, 56.450095871395263 ], [ -2.878109801763733, 56.450527826451953 ], [ -2.879209174882907, 56.451345711327171 ], [ -2.880802873727835, 56.451718943497269 ], [ -2.87870531661827, 56.451446311913863 ], [ -2.876910225257657, 56.449865172227675 ], [ -2.876359986945965, 56.448444128823184 ], [ -2.874912837411081, 56.447451678181885 ], [ -2.869536940093348, 56.445893831420356 ], [ -2.867586092107722, 56.443784466592504 ], [ -2.866416103610678, 56.44333533429991 ], [ -2.86570564374576, 56.44169434582038 ], [ -2.864570306411479, 56.440553153435765 ], [ -2.865503258266847, 56.440140552745078 ], [ -2.864328751377749, 56.440486554702694 ], [ -2.861170843311211, 56.439767297610828 ], [ -2.859728389421411, 56.439884215629924 ], [ -2.855074639200507, 56.4387034775743 ], [ -2.850212991091633, 56.439166342803595 ], [ -2.840825441097757, 56.441650715829859 ], [ -2.836172679122296, 56.44212239432003 ], [ -2.831367269588806, 56.443408008725001 ], [ -2.828235159051187, 56.443707471242014 ], [ -2.820895217070653, 56.443697849454395 ], [ -2.818293855573233, 56.444168743717732 ], [ -2.817789633300625, 56.444859373240469 ], [ -2.817094258419035, 56.444958290292263 ], [ -2.812475602640289, 56.444400141718603 ], [ -2.811576251307275, 56.443300948762939 ], [ -2.810378572089034, 56.442661901448204 ], [ -2.811341761075505, 56.443333927613246 ], [ -2.811384823389272, 56.443832279048721 ], [ -2.810660744155878, 56.444106543140165 ], [ -2.809174191474057, 56.44399495726352 ], [ -2.806488682450617, 56.443181386677857 ], [ -2.80501552240843, 56.442166734445763 ], [ -2.803127892913051, 56.439569005942971 ], [ -2.803589481677076, 56.429548427951616 ], [ -2.805996717625586, 56.419941963040863 ], [ -2.809579983778875, 56.413112931998057 ], [ -2.809779422011502, 56.409989542939634 ], [ -2.810558487155405, 56.408825462513242 ], [ -2.809864130292122, 56.405128413756017 ], [ -2.811198606287574, 56.402352485422391 ], [ -2.812375905315566, 56.393728695847642 ], [ -2.814749347635214, 56.388812101326906 ], [ -2.816354214426706, 56.388118725252227 ], [ -2.818816160070135, 56.388497806209145 ], [ -2.819874278498049, 56.387614828015934 ], [ -2.824057416131692, 56.381446205971841 ], [ -2.824340549598713, 56.379934930927746 ], [ -2.827001010318547, 56.378286526795698 ], [ -2.828057786975785, 56.376990198088933 ], [ -2.841144010378291, 56.372719803696015 ], [ -2.844311726788435, 56.372248142876565 ], [ -2.84862702280832, 56.371039006550085 ], [ -2.853300357060409, 56.36898450623859 ], [ -2.855242902489734, 56.368980102019179 ], [ -2.855723536949277, 56.369350097879433 ], [ -2.85567479637006, 56.370409254136504 ], [ -2.856565632018528, 56.370933187856799 ], [ -2.860036675013573, 56.371292791232527 ], [ -2.860711112587189, 56.370401336972144 ], [ -2.862980891967313, 56.370259771045511 ], [ -2.863847711259293, 56.370648153643735 ], [ -2.864441499129772, 56.370417603687748 ], [ -2.867054879040162, 56.368939363004287 ], [ -2.868571521891832, 56.367434615506667 ], [ -2.87184173643943, 56.36850776903001 ], [ -2.87311455018417, 56.36859584236673 ], [ -2.87442948065717, 56.368331411475801 ], [ -2.876971142517691, 56.368405096222915 ], [ -2.878925759304904, 56.368012102955518 ], [ -2.882724645078664, 56.368199836250668 ], [ -2.885109782732215, 56.366479354993473 ], [ -2.888972167385846, 56.365784159222095 ], [ -2.889656131880783, 56.363597799891259 ], [ -2.889552782995434, 56.35846655708265 ], [ -2.890669560853453, 56.357081200728203 ], [ -2.893549607899985, 56.356084742574346 ], [ -2.900290143260148, 56.354582250106361 ], [ -2.904748152667548, 56.354295517935761 ], [ -2.909450129836142, 56.354403055534753 ], [ -2.9115024623821, 56.353944137206128 ], [ -2.912139854918421, 56.353122747052261 ], [ -2.915165792561832, 56.351361915596925 ], [ -2.915329755363892, 56.349358035704753 ], [ -2.917590385758353, 56.347750140980111 ], [ -2.917136107871313, 56.345878415457697 ], [ -2.917510552247025, 56.345436295551103 ], [ -2.918291307995599, 56.345273280736393 ], [ -2.92114927572523, 56.342957393960653 ], [ -2.925574610280249, 56.34118319281032 ], [ -2.926140393108777, 56.341232872546222 ], [ -2.926136176405456, 56.340992115973606 ], [ -2.921862331097, 56.342404926942777 ], [ -2.920182949647894, 56.343339233279302 ], [ -2.918131791459446, 56.345233133638452 ], [ -2.917202583758633, 56.345412520316231 ], [ -2.916767527680062, 56.345958410829581 ], [ -2.917338586562507, 56.347640596223435 ], [ -2.915118683626229, 56.349125096453641 ], [ -2.914768625435522, 56.350993784059845 ], [ -2.910176707017919, 56.353722977808864 ], [ -2.90734279033435, 56.353910873990372 ], [ -2.901330679809123, 56.353347391351356 ], [ -2.895207514380002, 56.35390659454324 ], [ -2.892909278426135, 56.354653622483468 ], [ -2.891883729818984, 56.355434580048339 ], [ -2.888090751745725, 56.355587604932168 ], [ -2.887447747816338, 56.357932692177613 ], [ -2.887606207151776, 56.359388854334377 ], [ -2.887673545133628, 56.361868112173134 ], [ -2.886554183017101, 56.362107027893565 ], [ -2.885082507394904, 56.361811173266403 ], [ -2.884044070795609, 56.362120466323226 ], [ -2.883563208173393, 56.361764513108383 ], [ -2.883300699771945, 56.362031428879483 ], [ -2.881288051062654, 56.362349435285417 ], [ -2.879920475231499, 56.362074342144751 ], [ -2.87959043998945, 56.361448664448801 ], [ -2.877750505099651, 56.361464404916987 ], [ -2.877478793034573, 56.360980264587319 ], [ -2.872831620361984, 56.359760634780947 ], [ -2.868947264690104, 56.359902933849391 ], [ -2.864928437229119, 56.361541077868416 ], [ -2.86407456155723, 56.364148058766695 ], [ -2.859168781088148, 56.359345787789614 ], [ -2.858012351209765, 56.358875822200652 ], [ -2.854123572978811, 56.358239626552368 ], [ -2.853032331301337, 56.357640686578016 ], [ -2.851047349381914, 56.357603122492563 ], [ -2.84839557811, 56.355961861534041 ], [ -2.844503963720566, 56.354810571146935 ], [ -2.841732984325039, 56.353539245446633 ], [ -2.838785121146203, 56.352973443067874 ], [ -2.835529247547873, 56.353709709464695 ], [ -2.834084282309066, 56.353788624857515 ], [ -2.833688102825684, 56.353579256091471 ], [ -2.833096744697006, 56.35414027385314 ], [ -2.829242181606499, 56.354665667639601 ], [ -2.827899281455463, 56.35534938430655 ], [ -2.82581698010075, 56.359037046668504 ], [ -2.824738443715953, 56.362753932684505 ], [ -2.822858521649029, 56.364522899144838 ], [ -2.822199860362091, 56.366634135663219 ], [ -2.820760734631415, 56.367083914629148 ], [ -2.818057091624066, 56.366315646031325 ], [ -2.816746803818588, 56.36560103586141 ], [ -2.813645979405794, 56.363276478606238 ], [ -2.812723200590849, 56.362128025730051 ], [ -2.804519682749337, 56.344966348413209 ], [ -2.804825091341049, 56.3446418208528 ], [ -2.805650727435109, 56.344744269098506 ], [ -2.806163455063452, 56.344508235080241 ], [ -2.803961204107479, 56.344566568875273 ], [ -2.803286178632615, 56.345086658229917 ], [ -2.800748247484009, 56.345032108935094 ], [ -2.800913730168888, 56.343973562326447 ], [ -2.798844387357996, 56.344042625914923 ], [ -2.799555116792251, 56.343525924215939 ], [ -2.799024754093189, 56.343151996239889 ], [ -2.791201903090291, 56.343262396293468 ], [ -2.791357669353034, 56.343050265592325 ], [ -2.790723999512335, 56.343074077320701 ], [ -2.791092055937856, 56.342879459354997 ], [ -2.790704145502939, 56.342505484841041 ], [ -2.789144628362359, 56.342504646576586 ], [ -2.789504327136157, 56.342140279403601 ], [ -2.789048887332709, 56.341550203470703 ], [ -2.786895283869111, 56.340899945761485 ], [ -2.786360164360649, 56.340287006374815 ], [ -2.779524499019342, 56.339438942911279 ], [ -2.78367788504338, 56.339802667084598 ], [ -2.784181701935145, 56.339050171404871 ], [ -2.783622206433007, 56.338822809836081 ], [ -2.783426413391137, 56.33894058074749 ], [ -2.783113204135758, 56.339164744186277 ], [ -2.782393416599619, 56.339561914762662 ], [ -2.783097210602007, 56.339138595256287 ], [ -2.780547760023948, 56.334969896567245 ], [ -2.77918074785759, 56.333606567940961 ], [ -2.777429419495246, 56.332745175511498 ], [ -2.774248118552932, 56.33234462513601 ], [ -2.771903169710266, 56.33251199595226 ], [ -2.770170727336443, 56.332175977324695 ], [ -2.768391810763051, 56.332342456532501 ], [ -2.766505080471432, 56.331972304172353 ], [ -2.765451927338704, 56.332118974548251 ], [ -2.76211530564579, 56.33178735510149 ], [ -2.760069540153398, 56.332198836069736 ], [ -2.757708068968364, 56.331616732656173 ], [ -2.756644211725706, 56.331795737749339 ], [ -2.755638089047189, 56.331377811182627 ], [ -2.753912710719522, 56.331718054987512 ], [ -2.753172223666463, 56.331565330896204 ], [ -2.749578614836807, 56.332305887574108 ], [ -2.748239152090898, 56.331710228087253 ], [ -2.74862970020027, 56.330924421096405 ], [ -2.747829155497118, 56.330675894106761 ], [ -2.748131470990377, 56.330422502942845 ], [ -2.747280767634769, 56.329758293544963 ], [ -2.743757835169279, 56.329390468315864 ], [ -2.74303204413405, 56.328658096223243 ], [ -2.740614129432891, 56.328309603511478 ], [ -2.739219225568838, 56.32759198954578 ], [ -2.735961999248888, 56.327235834175447 ], [ -2.735240188111502, 56.327625555139143 ], [ -2.731658811669805, 56.326806712787018 ], [ -2.730307259411298, 56.326653866790238 ], [ -2.729641952105675, 56.326871618310413 ], [ -2.727941315812688, 56.326389275125472 ], [ -2.725187912815902, 56.326582420442115 ], [ -2.724685185950702, 56.326933061971062 ], [ -2.724232288268848, 56.326499963840121 ], [ -2.723358426636881, 56.326550891089553 ], [ -2.721789368915306, 56.325923943659078 ], [ -2.718154681372864, 56.326719532462569 ], [ -2.716046712455671, 56.327791903743282 ], [ -2.714573749117273, 56.32763060357351 ], [ -2.713662294781807, 56.328008713723626 ], [ -2.712848857704633, 56.327833708454918 ], [ -2.713239651027105, 56.327110904631709 ], [ -2.709977790522526, 56.327186246482384 ], [ -2.708330154573564, 56.326322389833614 ], [ -2.707982300529309, 56.327010791608721 ], [ -2.706770150850065, 56.32477159828742 ], [ -2.706073297545541, 56.324512327929725 ], [ -2.703196947772236, 56.325052485738688 ], [ -2.70154964415491, 56.324810262254083 ], [ -2.698458341258222, 56.325272463848066 ], [ -2.697406495756348, 56.324874090268011 ], [ -2.694832034703158, 56.325217390514418 ], [ -2.692032897647084, 56.326193499640524 ], [ -2.691110146814506, 56.325956970029502 ], [ -2.689645273345495, 56.326054979503326 ], [ -2.689789749181889, 56.32626530957684 ], [ -2.684783295771531, 56.324543817675803 ], [ -2.683854649872312, 56.324424963100057 ], [ -2.684058616944395, 56.324799386718183 ], [ -2.683389820957568, 56.324291863521523 ], [ -2.683153342027843, 56.323364176049537 ], [ -2.682626193947092, 56.323181104433807 ], [ -2.682132936352529, 56.323719295194259 ], [ -2.682035979003198, 56.322815993567602 ], [ -2.681531928825025, 56.323383890067383 ], [ -2.681310548392379, 56.322030253082147 ], [ -2.680150709968493, 56.321817407318456 ], [ -2.680205244285641, 56.321338236628009 ], [ -2.679030409130015, 56.321280893782152 ], [ -2.679882567996565, 56.32010374789288 ], [ -2.679307824284216, 56.318876031670037 ], [ -2.680596095295849, 56.318316414758648 ], [ -2.679314034349007, 56.318588495089834 ], [ -2.678272747657468, 56.319584288964968 ], [ -2.674370119939754, 56.319871540487696 ], [ -2.672319279737424, 56.320562813190641 ], [ -2.672474741623535, 56.319841416541685 ], [ -2.671903591624143, 56.319356660989129 ], [ -2.668719383286321, 56.319585928105155 ], [ -2.668720301050085, 56.318991152867071 ], [ -2.667887217401315, 56.31877912324002 ], [ -2.665457716177942, 56.318431925214725 ], [ -2.663360743528106, 56.318612082640399 ], [ -2.660376318060654, 56.318332444228851 ], [ -2.658568629757042, 56.317005185387401 ], [ -2.658790377496802, 56.315706652461451 ], [ -2.657344753425255, 56.314366667763068 ], [ -2.658218970663037, 56.313502212768846 ], [ -2.658089389283103, 56.312641293001114 ], [ -2.65436960621087, 56.308748278080266 ], [ -2.651937788409622, 56.306892339600864 ], [ -2.65073211062649, 56.306513248738611 ], [ -2.648211358800543, 56.304921847613805 ], [ -2.646844245989923, 56.304738526700611 ], [ -2.646052062875524, 56.304243127129091 ], [ -2.645030017142051, 56.304491035838595 ], [ -2.64562742934, 56.304266904708776 ], [ -2.645447778743874, 56.303868033252584 ], [ -2.644789836018575, 56.303952321343154 ], [ -2.644937537137034, 56.303606549162673 ], [ -2.642993157697668, 56.302341768140273 ], [ -2.641403558933465, 56.299868507168156 ], [ -2.638753218359708, 56.298111373107524 ], [ -2.636829180105198, 56.297457333606879 ], [ -2.634012261056643, 56.297326243046555 ], [ -2.634661728081927, 56.296736230539437 ], [ -2.63309909375886, 56.295065036686424 ], [ -2.633088649115012, 56.29443348281692 ], [ -2.631374271917548, 56.293935514621829 ], [ -2.630387528027673, 56.29288217410928 ], [ -2.628619576168855, 56.292361979608579 ], [ -2.626994428459514, 56.292666708269202 ], [ -2.625132407015063, 56.291527013115207 ], [ -2.621178027486089, 56.290563121005114 ], [ -2.618801146668105, 56.289435796431043 ], [ -2.617408489160719, 56.289228021769922 ], [ -2.617390838051777, 56.288233530666169 ], [ -2.612949539026737, 56.286486563036789 ], [ -2.608972009919598, 56.286046190936361 ], [ -2.608239272961486, 56.286288780030333 ], [ -2.607951544284008, 56.286886761115142 ], [ -2.606363556153251, 56.28718744320102 ], [ -2.603626094134431, 56.286098430581056 ], [ -2.601115430957156, 56.286790771046334 ], [ -2.599342248426867, 56.286615188079281 ], [ -2.598290577421595, 56.284025567230501 ], [ -2.596732484604586, 56.282510224367492 ], [ -2.594937135097126, 56.282037300359448 ], [ -2.592704238774292, 56.282406492378954 ], [ -2.590012608514892, 56.281833566189192 ], [ -2.589785624749338, 56.281148236174545 ], [ -2.589248987855151, 56.281121143444068 ], [ -2.589826962542366, 56.28026666475683 ], [ -2.588486486065783, 56.280269451710282 ], [ -2.587677922485691, 56.279150237373123 ], [ -2.586920159065435, 56.279340709596305 ], [ -2.585444049871254, 56.279132073820769 ], [ -2.587473117970919, 56.27706412164666 ], [ -2.587811542601769, 56.27628086734267 ], [ -2.587350518867992, 56.276019811598594 ], [ -2.588189875972913, 56.276099380797376 ], [ -2.58985202471539, 56.275077125114699 ], [ -2.589564439123671, 56.274753258074924 ], [ -2.590426583222132, 56.274217268128169 ], [ -2.590148987918351, 56.273493546309524 ], [ -2.590851845621794, 56.273311401958097 ], [ -2.590599754047123, 56.272880452700633 ], [ -2.591153911288164, 56.272271355753965 ], [ -2.592809877388111, 56.272326325804833 ], [ -2.5945166314982, 56.270867147412758 ], [ -2.595799189992988, 56.269029944756717 ], [ -2.595436249324835, 56.268428833683259 ], [ -2.596069754916901, 56.268570433862251 ], [ -2.597612059823171, 56.268283578365853 ], [ -2.598749270693745, 56.267595261404445 ], [ -2.598662050599076, 56.267283023701609 ], [ -2.600558115328387, 56.267218132776875 ], [ -2.600404913122562, 56.266508204171188 ], [ -2.60099550575805, 56.266179200783981 ], [ -2.600865647023445, 56.265516776976526 ], [ -2.601334228628224, 56.26554145425029 ], [ -2.601218719524375, 56.264764858120124 ], [ -2.602849196331347, 56.263526950160937 ], [ -2.604104889093348, 56.263508247999837 ], [ -2.608285749685374, 56.262060131668292 ], [ -2.609643885127606, 56.261989657960399 ], [ -2.611218073386491, 56.261295477170478 ], [ -2.612840170589528, 56.261077216936933 ], [ -2.6143196198254, 56.261427463604853 ], [ -2.614374337575729, 56.261819814236077 ], [ -2.615379615311514, 56.262094236599161 ], [ -2.61823349371265, 56.261779030367762 ], [ -2.621036954507005, 56.260746149937816 ], [ -2.622295949659274, 56.259843171691827 ], [ -2.622590108174501, 56.259070821828779 ], [ -2.625182124737658, 56.258057777396616 ], [ -2.625262788229607, 56.257758185811063 ], [ -2.626060444471126, 56.258071305451935 ], [ -2.627727316548269, 56.257052103309 ], [ -2.628721443962816, 56.257140494708864 ], [ -2.627664625543536, 56.25716652458231 ], [ -2.627707238075772, 56.257600260086292 ], [ -2.628383371098314, 56.257588742106812 ], [ -2.628500496948579, 56.257250329752274 ], [ -2.628812451112688, 56.257670118177828 ], [ -2.629776173475335, 56.257380407885528 ], [ -2.630003520720251, 56.255302930321292 ], [ -2.628491616359031, 56.254345682930541 ], [ -2.628590244852162, 56.253765680861243 ], [ -2.629523848057631, 56.253908280185236 ], [ -2.629202631064051, 56.253316037810777 ], [ -2.630567013135067, 56.253450148630229 ], [ -2.631332793136218, 56.252516346118156 ], [ -2.634089283364095, 56.251730479599672 ], [ -2.635631948923766, 56.250452152423982 ], [ -2.638395027707982, 56.249494550800271 ], [ -2.639632813604649, 56.248430678784281 ], [ -2.639972038101784, 56.247000384406249 ], [ -2.641263704580366, 56.24656064151926 ], [ -2.646627066943263, 56.242991019926002 ], [ -2.647975916567507, 56.242892319751142 ], [ -2.653553037208431, 56.239814524482185 ], [ -2.657337132607207, 56.238348859660185 ], [ -2.659097483165029, 56.237985501220614 ], [ -2.66217320467215, 56.236533342365064 ], [ -2.669338735797218, 56.235208186630629 ], [ -2.672370681880675, 56.233870112769736 ], [ -2.673256295549927, 56.233778145230261 ], [ -2.673745195217147, 56.233233713475336 ], [ -2.67553796572332, 56.232534818449622 ], [ -2.675635939201129, 56.231777782046628 ], [ -2.678122765425894, 56.230288905206457 ], [ -2.679091591431953, 56.228979926916885 ], [ -2.680431413047512, 56.228222350559655 ], [ -2.68150532727291, 56.226299126993339 ], [ -2.683167766974253, 56.224646673729033 ], [ -2.68268909379076, 56.225571135933777 ], [ -2.683231389335048, 56.225684042564225 ], [ -2.684167055354577, 56.225064324113589 ], [ -2.683520128743824, 56.224690548267546 ], [ -2.684124434284516, 56.224935181753175 ], [ -2.684825810621459, 56.224292495511676 ], [ -2.686921399647805, 56.223517183343098 ], [ -2.687370108422294, 56.222727639580476 ], [ -2.688152201763341, 56.222364804802439 ], [ -2.688094759426936, 56.222578957861664 ], [ -2.68920971243792, 56.222791973675051 ], [ -2.694823823274052, 56.222100191604049 ], [ -2.695588637713295, 56.221322317829035 ], [ -2.695607958144231, 56.219362666350122 ], [ -2.696687412713892, 56.219221820782593 ], [ -2.6957673054251, 56.219435443741219 ], [ -2.695818028481507, 56.221522282579429 ], [ -2.697341666343919, 56.221328617818351 ], [ -2.698168786008754, 56.220699520954724 ], [ -2.697446868003628, 56.221793427204247 ], [ -2.698319280062964, 56.222058042393037 ], [ -2.698601168295912, 56.22177433373033 ], [ -2.698475010058211, 56.222108375224124 ], [ -2.700114150950176, 56.22249982040023 ], [ -2.699207160501568, 56.220711470146711 ], [ -2.699065207110905, 56.220640790190451 ], [ -2.698333149894773, 56.220604254556157 ], [ -2.696913021550669, 56.219569152446368 ], [ -2.69917407191353, 56.220646223207595 ], [ -2.699985395868099, 56.221098950333399 ], [ -2.700325906585636, 56.22261542137224 ], [ -2.703014099128407, 56.222432157614087 ], [ -2.70305159758823, 56.22280660265762 ], [ -2.704113416417449, 56.222667589763518 ], [ -2.703267262279607, 56.222694865789201 ], [ -2.703352145964261, 56.222222691064005 ], [ -2.702230990520453, 56.222203006815356 ], [ -2.70231375861208, 56.221967140053053 ], [ -2.704928331805749, 56.220763600569079 ], [ -2.70516701530642, 56.2188332430214 ], [ -2.707954789805251, 56.217769708797078 ], [ -2.708307955950697, 56.216110922337471 ], [ -2.707889765823615, 56.21546732254459 ], [ -2.708979216690861, 56.215876170895534 ], [ -2.709513578870976, 56.215737438325029 ], [ -2.709464822516549, 56.215367551540197 ], [ -2.710310128974762, 56.215390551338167 ], [ -2.710514112621639, 56.215086597615546 ], [ -2.713487686922645, 56.214760405525389 ], [ -2.715824394252329, 56.21504249561545 ], [ -2.716463732199748, 56.214828552748173 ], [ -2.719307609372312, 56.214984548200135 ], [ -2.720304378818308, 56.214314781798166 ], [ -2.72073407704446, 56.214444352237955 ], [ -2.72321443921989, 56.213448748650272 ], [ -2.724167962267559, 56.213398245129945 ], [ -2.725000037756258, 56.212722216980708 ], [ -2.725845209479328, 56.212740618941204 ], [ -2.725900505726982, 56.212254225280041 ], [ -2.727998078625275, 56.2114063222919 ], [ -2.729034077769493, 56.210437963158149 ], [ -2.728065959924966, 56.211500261396303 ], [ -2.726248593865683, 56.21233124625617 ], [ -2.726598793824128, 56.212605017493637 ], [ -2.727935516135008, 56.211933190716408 ], [ -2.726701561586383, 56.212668204550233 ], [ -2.727357396790242, 56.212819782943725 ], [ -2.728557704973552, 56.2120112867253 ], [ -2.729652045662637, 56.211822445968821 ], [ -2.728029616187867, 56.211794273226928 ], [ -2.731344918768244, 56.211655214010335 ], [ -2.731591227628468, 56.211382420678639 ], [ -2.731697779897767, 56.211728597589378 ], [ -2.732088976137355, 56.211613974097403 ], [ -2.731980585899935, 56.211848216572463 ], [ -2.732643887045807, 56.21205273219968 ], [ -2.734626233366705, 56.212184725621938 ], [ -2.735555840256871, 56.211645511325138 ], [ -2.735177484132124, 56.211167082613883 ], [ -2.736228391983462, 56.210481590467282 ], [ -2.7389519668954, 56.210765431894544 ], [ -2.743174222330294, 56.21067993067836 ], [ -2.746831823872659, 56.209414417089064 ], [ -2.753238958456941, 56.206483388723228 ], [ -2.758626376543261, 56.205835900346635 ], [ -2.761499314805306, 56.204880239749293 ], [ -2.7633454789796, 56.204743070345565 ], [ -2.764454439752649, 56.203687706503231 ], [ -2.765406982638021, 56.203683610422068 ], [ -2.765596770671916, 56.203015771781629 ], [ -2.765392118694893, 56.203746595225276 ], [ -2.765811587852947, 56.203846423258383 ], [ -2.764533606514266, 56.203777962311513 ], [ -2.763782806655113, 56.204524737282505 ], [ -2.763908437908535, 56.204762953694313 ], [ -2.764793761930975, 56.204781739410237 ], [ -2.765790779224882, 56.204015464202477 ], [ -2.764957443129202, 56.204744788137027 ], [ -2.765947369358314, 56.204916556484669 ], [ -2.766752315524374, 56.204542296938023 ], [ -2.766004544259574, 56.203984490596923 ], [ -2.76673337700429, 56.204158768357786 ], [ -2.767687050036289, 56.203968664756907 ], [ -2.769127531109778, 56.203135816757936 ], [ -2.770433419618454, 56.203230111904332 ], [ -2.771834869830811, 56.201742491153439 ], [ -2.773513394534607, 56.201934156970843 ], [ -2.775901487091081, 56.2008661872175 ], [ -2.77841186005292, 56.200589851410044 ], [ -2.778596075110548, 56.201170001489388 ], [ -2.78160123465069, 56.200892281052717 ], [ -2.783071368859047, 56.199715865641508 ], [ -2.785362004556375, 56.199340151103911 ], [ -2.788216757891149, 56.197396560683472 ], [ -2.790824120603475, 56.197306235321513 ], [ -2.792704999088299, 56.196764990047939 ], [ -2.794338166297398, 56.195391525823311 ], [ -2.796330830237772, 56.195274483772693 ], [ -2.797796464953324, 56.194611845109335 ], [ -2.798279450887946, 56.193813579222315 ], [ -2.80085157814598, 56.192973044171069 ], [ -2.801496648489468, 56.191683148806405 ], [ -2.803116491311638, 56.190314144403573 ], [ -2.803414985469308, 56.18894562656596 ], [ -2.808346687764549, 56.186627757684938 ], [ -2.808589172128858, 56.186206584204918 ], [ -2.808164156032848, 56.185609182680395 ], [ -2.807428480576285, 56.185408239623648 ], [ -2.807528857739527, 56.184894554961424 ], [ -2.80848905623413, 56.185200049097979 ], [ -2.808363478726344, 56.184974454782093 ], [ -2.809686577611368, 56.184609999167407 ], [ -2.809628551344311, 56.183996720934324 ], [ -2.809821559455587, 56.18428746092998 ], [ -2.809947668908766, 56.184002716603118 ], [ -2.810094097117812, 56.184300050710597 ], [ -2.810110532825463, 56.184086105972028 ], [ -2.810436073396847, 56.184243900549234 ], [ -2.811579320255613, 56.183909354739889 ], [ -2.811936590803779, 56.184119947082344 ], [ -2.811949785158655, 56.18352417142404 ], [ -2.812637521654617, 56.183744270746551 ], [ -2.813068611335822, 56.183255360787278 ], [ -2.813499588186657, 56.18382754932324 ], [ -2.812635319351366, 56.184097385955511 ], [ -2.813324804134736, 56.184475601615745 ], [ -2.812498514924106, 56.185171064445633 ], [ -2.810967161546188, 56.185744464261937 ], [ -2.811821693497713, 56.1869185524016 ], [ -2.812645558476274, 56.186868215287753 ], [ -2.814875098719829, 56.187840063456136 ], [ -2.815719474154491, 56.187844377684215 ], [ -2.818065071047853, 56.186162205847772 ], [ -2.819036488298532, 56.186005727854543 ], [ -2.818260490164889, 56.185578700400121 ], [ -2.820185888916332, 56.185507539155481 ], [ -2.820595248512799, 56.186947773941277 ], [ -2.820019491231384, 56.186392742989213 ], [ -2.818150550100649, 56.186696232895684 ], [ -2.8163740780738, 56.188017055892622 ], [ -2.816490799333808, 56.1887332679132 ], [ -2.817781396980315, 56.189489338903009 ], [ -2.818934052737815, 56.189667692622763 ], [ -2.821845872385185, 56.189299760224316 ], [ -2.826028628748846, 56.189967301566973 ], [ -2.831938031569655, 56.188808172644755 ], [ -2.835761078693303, 56.18708067022645 ], [ -2.83676878254941, 56.186224792448506 ], [ -2.838014519104808, 56.185943216491061 ], [ -2.837704519887978, 56.184877926917807 ], [ -2.83669753590414, 56.184061742023161 ], [ -2.837390331165757, 56.183619492213893 ], [ -2.838802011000917, 56.183711448668355 ], [ -2.838560717644273, 56.183432760875021 ], [ -2.839903807773722, 56.183924992522883 ], [ -2.840673076981888, 56.183666392418495 ], [ -2.840631333625884, 56.183378264998815 ], [ -2.841942155319223, 56.183940775302197 ], [ -2.842697287779312, 56.183699329920493 ], [ -2.842861211787139, 56.183239988589754 ], [ -2.844174434237597, 56.183543697339807 ], [ -2.843807758887813, 56.18379328237674 ], [ -2.844233720682209, 56.184189298025601 ], [ -2.844205386198416, 56.185393451709444 ], [ -2.846211977980528, 56.187110199555455 ], [ -2.849075803899966, 56.188309796324987 ], [ -2.85234470400708, 56.189021356916598 ], [ -2.856038360872406, 56.188903290984165 ], [ -2.85625457959727, 56.188627757658686 ], [ -2.857107469846256, 56.188651496879054 ], [ -2.857600329872158, 56.187993087890625 ], [ -2.858094369710003, 56.187893522280966 ], [ -2.858622143342044, 56.188222294652093 ], [ -2.858411212741622, 56.187867962052067 ], [ -2.859300390160333, 56.187641657037716 ], [ -2.859938886783048, 56.187949887579371 ], [ -2.861047080178801, 56.187071547511145 ], [ -2.861686890033255, 56.18722252611154 ], [ -2.862786680042018, 56.186833899820357 ], [ -2.86455858055729, 56.187173723813693 ], [ -2.86488855155649, 56.187015978678346 ], [ -2.865221424237299, 56.187345188105965 ], [ -2.865254681673227, 56.187033183018968 ], [ -2.865562617244908, 56.187256545530239 ], [ -2.86562103462751, 56.187060267988727 ], [ -2.86635987068253, 56.18717189439441 ], [ -2.866298625376269, 56.187599999777575 ], [ -2.867490242639525, 56.187069626700172 ], [ -2.868635849252478, 56.187285303367112 ], [ -2.868511150693857, 56.187114569949102 ], [ -2.869407271807062, 56.187056158842609 ], [ -2.868680426982504, 56.187475467781432 ], [ -2.869636186241692, 56.187631372573939 ], [ -2.869591021861991, 56.187842832994988 ], [ -2.867621882989649, 56.188404741697752 ], [ -2.867571127100347, 56.188868713222888 ], [ -2.86672056525056, 56.18902023324474 ], [ -2.866229343843849, 56.189888013148831 ], [ -2.866141811214642, 56.190651435062605 ], [ -2.867116286555117, 56.192348119541087 ], [ -2.865893362307574, 56.192855346758257 ], [ -2.867468299265187, 56.193879353003226 ], [ -2.870213746173737, 56.194780999050465 ], [ -2.872703629640048, 56.194997052514907 ], [ -2.875334472261029, 56.193759217238153 ], [ -2.880024478453996, 56.192869670033197 ], [ -2.880939596871664, 56.193072498266936 ], [ -2.882026685374046, 56.192903919209115 ], [ -2.880697616168751, 56.19481906991971 ], [ -2.878071421306821, 56.195056979083525 ], [ -2.87589860547375, 56.195602494824044 ], [ -2.874594285487032, 56.196356567710154 ], [ -2.874636329732025, 56.197566521111654 ], [ -2.874130226202752, 56.197659753317893 ], [ -2.874676295278469, 56.198047822905814 ], [ -2.875657670817637, 56.197900713475256 ], [ -2.875412966658506, 56.196356164411981 ], [ -2.876032771173054, 56.196256535406306 ], [ -2.876939430774994, 56.198275279103335 ], [ -2.878475711915883, 56.199771121773104 ], [ -2.884998011217759, 56.203741707231998 ], [ -2.893050945298179, 56.206924620631739 ], [ -2.896491643440016, 56.207710151322182 ], [ -2.899149112788925, 56.207949618102418 ], [ -2.90551194406836, 56.209040662699167 ], [ -2.907942884990393, 56.21012527241065 ], [ -2.909897128628157, 56.210477488063603 ], [ -2.91360240488152, 56.210699946177868 ], [ -2.918210047092017, 56.211575081280017 ], [ -2.924690456875273, 56.212211435653302 ], [ -2.936328746831437, 56.212381726360682 ], [ -2.94124935266387, 56.211918490480748 ], [ -2.941929565786073, 56.21171474643895 ], [ -2.942205168092424, 56.211185237315078 ], [ -2.941421598193911, 56.212762651675334 ], [ -2.943345465687735, 56.2135009194063 ], [ -2.941675512275125, 56.212531605299333 ], [ -2.943211865280202, 56.211474960820105 ], [ -2.947914183297506, 56.211320405088024 ], [ -2.951819135504706, 56.21041438825074 ], [ -2.95231237172992, 56.210605561835607 ], [ -2.955320292836184, 56.210392780758738 ], [ -2.963478814047422, 56.208625056607893 ], [ -2.972163652803907, 56.205452811327305 ], [ -2.978231506738631, 56.202299782167479 ], [ -2.982518580201559, 56.20064222137335 ], [ -2.99263804237215, 56.19417762064402 ], [ -2.996304856138444, 56.192397864468397 ], [ -2.998164591223076, 56.192526621603918 ], [ -3.00185074276732, 56.1919990402968 ], [ -3.004278073562459, 56.193313606392174 ], [ -3.00876350665128, 56.194566424840531 ], [ -3.011115102275528, 56.19482484889415 ], [ -3.014365108733418, 56.194195337487059 ], [ -3.014717801963574, 56.192843805223305 ], [ -3.014294244364805, 56.192975765486814 ], [ -3.014244363192961, 56.194077727065476 ], [ -3.011502748239774, 56.194674325177836 ], [ -3.009230596088177, 56.194495225841244 ], [ -3.004327148205156, 56.19309487419077 ], [ -3.002864764720122, 56.191891984541506 ], [ -2.998423012206782, 56.19174284726283 ], [ -2.996690206806065, 56.190604065008451 ], [ -2.996334654068507, 56.189320291129945 ], [ -2.996792104209687, 56.18850616386954 ], [ -3.000243697481057, 56.185666003140739 ], [ -3.004827390637016, 56.18344369325721 ], [ -3.007605273272347, 56.180537681890144 ], [ -3.00793377871574, 56.179273649772462 ], [ -3.007656213337633, 56.180484387556383 ], [ -3.007524036264537, 56.180850253601612 ], [ -3.004703761411478, 56.183768155772725 ], [ -3.002478373725694, 56.184738626052216 ], [ -3.004522875723567, 56.184984388687774 ], [ -3.004297977537094, 56.185379756038515 ], [ -3.004893171539416, 56.185590557342422 ], [ -3.00715557992162, 56.182097670414556 ], [ -3.010151460453142, 56.182074122395115 ], [ -3.010848357879778, 56.181190596371273 ], [ -3.008732011740143, 56.180963495126846 ], [ -3.011506095887234, 56.181085482823505 ], [ -3.013328132237994, 56.18035266200409 ], [ -3.01602588739558, 56.178257687890991 ], [ -3.016505089137589, 56.177616714626971 ], [ -3.016151297395115, 56.177517195260052 ], [ -3.017598055760581, 56.176065004088898 ], [ -3.017659137474753, 56.174416659713565 ], [ -3.018852771634515, 56.174299006256881 ], [ -3.022301971270078, 56.172689170640403 ], [ -3.027412588383613, 56.171667429969318 ], [ -3.032255695713369, 56.16926941498977 ], [ -3.036262564253656, 56.166578122762559 ], [ -3.038117795487476, 56.166222919470663 ], [ -3.039187878628243, 56.167087267216793 ], [ -3.043183292803517, 56.168275565257034 ], [ -3.046197604082836, 56.167607657005362 ], [ -3.051913820874868, 56.164339805256652 ], [ -3.055209962717073, 56.162867811855399 ], [ -3.059783415034735, 56.160018158809834 ], [ -3.061810242104932, 56.159365517767846 ], [ -3.063250041251639, 56.158330640767993 ], [ -3.064852154666962, 56.156996943101895 ], [ -3.068289364807911, 56.152063237565308 ], [ -3.071474882134947, 56.150377911800248 ], [ -3.072639771577636, 56.149029929471169 ], [ -3.075306848707766, 56.14804624274138 ], [ -3.084219605499218, 56.139713759440816 ], [ -3.090253713118643, 56.139179950071657 ], [ -3.090976446676327, 56.139356865207461 ], [ -3.089432961953441, 56.139463033208351 ], [ -3.090202194679941, 56.139690757795954 ], [ -3.09103794792873, 56.139539617879045 ], [ -3.093912903610936, 56.140078456791116 ], [ -3.09564187871993, 56.139930154964368 ], [ -3.100746375379302, 56.13756122952099 ], [ -3.10287638472139, 56.135968938835553 ], [ -3.105007397764082, 56.133520319868332 ], [ -3.108095484238161, 56.132583361871816 ], [ -3.10937422365323, 56.131117192606858 ], [ -3.115048135831613, 56.128869237764448 ], [ -3.117094321203287, 56.127252292825659 ], [ -3.119945391317149, 56.1239442009256 ], [ -3.121768211201263, 56.123234903293479 ], [ -3.123852294472778, 56.121392869035169 ], [ -3.123445974621995, 56.1229042742685 ], [ -3.124036100472103, 56.122951917188118 ], [ -3.124150165471426, 56.122395596639343 ], [ -3.124496991493646, 56.122870449344319 ], [ -3.123997449258038, 56.123115798701029 ], [ -3.124722331065411, 56.123591702112464 ], [ -3.124847085375885, 56.122905897402788 ], [ -3.124308006571583, 56.122347437040332 ], [ -3.124719440654874, 56.122059760026339 ], [ -3.124202047733331, 56.121637676028705 ], [ -3.124695905137221, 56.121859605444335 ], [ -3.126594511663435, 56.121163022964289 ], [ -3.12748419503182, 56.121444225963231 ], [ -3.129060777714333, 56.121287857196464 ], [ -3.131570311548344, 56.119270182863225 ], [ -3.133932238380325, 56.119350949482893 ], [ -3.136077716529421, 56.118745398269823 ], [ -3.136064896200203, 56.119074373456321 ], [ -3.138142803010175, 56.119668029757506 ], [ -3.14049635364671, 56.11962744837134 ], [ -3.144713865539068, 56.117684467848029 ], [ -3.146907760416251, 56.116174368426535 ], [ -3.148469535352913, 56.115638712811545 ], [ -3.149444893223405, 56.115825515235677 ], [ -3.14895521976258, 56.117310831305062 ], [ -3.149380768191264, 56.117935834547652 ], [ -3.149031461432927, 56.117278673787311 ], [ -3.149613181250811, 56.115590333734083 ], [ -3.148104175713378, 56.112929480832783 ], [ -3.149578781218803, 56.11465259992061 ], [ -3.150455748397937, 56.114776515311206 ], [ -3.150626153336898, 56.115097496105314 ], [ -3.151730055211458, 56.113665747503148 ], [ -3.149456980690521, 56.113264622802106 ], [ -3.153093405683864, 56.113491290802685 ], [ -3.154285545950099, 56.112158164073193 ], [ -3.156353670359296, 56.108628560364323 ], [ -3.16032722836638, 56.099118032550429 ], [ -3.1598713957369, 56.099042481128812 ], [ -3.159760342528772, 56.097327345833946 ], [ -3.160468765938863, 56.092235046653208 ], [ -3.158912227032177, 56.089804785911717 ], [ -3.159312261506016, 56.090066992772421 ], [ -3.159786539127297, 56.089376963963829 ], [ -3.158936945597247, 56.087791860041044 ], [ -3.158494204691941, 56.085035749296246 ], [ -3.158962473531187, 56.083665596066616 ], [ -3.159459970355504, 56.083750776375737 ], [ -3.159998103890921, 56.083370136917679 ], [ -3.160208485954546, 56.081227872858335 ], [ -3.162078985364307, 56.080325228782549 ], [ -3.161732975244568, 56.07977319718578 ], [ -3.162600926737922, 56.079516133069689 ], [ -3.16347037048636, 56.078562691099847 ], [ -3.164296803584321, 56.074852969299691 ], [ -3.165019698350695, 56.074371725451527 ], [ -3.165212512569176, 56.0745855516261 ], [ -3.165834532013813, 56.074382001534296 ], [ -3.166075660012292, 56.072791127774579 ], [ -3.166446352878823, 56.07309671808639 ], [ -3.166661987856238, 56.072577128182125 ], [ -3.168029989053201, 56.072606419363488 ], [ -3.168922111110678, 56.071933960968138 ], [ -3.170704328346358, 56.069041777973347 ], [ -3.171300977072782, 56.069011856182364 ], [ -3.171742345227506, 56.069581825819533 ], [ -3.173209760355467, 56.069026970138296 ], [ -3.173924592281262, 56.068234858280768 ], [ -3.174310087823243, 56.066385612248318 ], [ -3.172788997159287, 56.064481718287375 ], [ -3.173324990553928, 56.064096545206219 ], [ -3.173223536189723, 56.063453264354592 ], [ -3.173895933248438, 56.063329162265958 ], [ -3.173574414869173, 56.063213614607541 ], [ -3.173995307927834, 56.063216799216633 ], [ -3.174378250817829, 56.062605749380644 ], [ -3.175155771896462, 56.06240067065081 ], [ -3.175930290347101, 56.062730240798054 ], [ -3.176527996216084, 56.062632893369717 ], [ -3.176404596483487, 56.06221984761509 ], [ -3.177224997731287, 56.062368367733875 ], [ -3.177692682597419, 56.062062897479244 ], [ -3.179351552509817, 56.062425335217306 ], [ -3.182158015172821, 56.061870144724018 ], [ -3.180700017014631, 56.062457366497149 ], [ -3.181113337111757, 56.062843373188095 ], [ -3.183258763977912, 56.063724943900269 ], [ -3.185090843927339, 56.06402274688525 ], [ -3.186460394916724, 56.063902661310024 ], [ -3.187580621605155, 56.063352766799412 ], [ -3.191262267019925, 56.063471827111442 ], [ -3.193510698269186, 56.063104165916961 ], [ -3.199022850983406, 56.063467647758117 ], [ -3.20494891534655, 56.064481873516939 ], [ -3.216752110669356, 56.063856586214904 ], [ -3.219571454127851, 56.063315690792315 ], [ -3.220382494517976, 56.062653538776409 ], [ -3.220752112252716, 56.062863734114124 ], [ -3.222130910947111, 56.062634437569876 ], [ -3.225477650327564, 56.060751160032993 ], [ -3.225529557862256, 56.06021062425912 ], [ -3.223757637644608, 56.059585756996817 ], [ -3.223146940613526, 56.058659131780161 ], [ -3.223600294185853, 56.058066095659086 ], [ -3.22243831616004, 56.056565376671699 ], [ -3.224405102960465, 56.057162271177432 ], [ -3.236095492209686, 56.053692364972818 ], [ -3.234782209934589, 56.054250927927981 ], [ -3.235230337633807, 56.055410049281768 ], [ -3.235694313791443, 56.055356882333037 ], [ -3.236153314400936, 56.055800655113224 ], [ -3.238050664099173, 56.055077177292688 ], [ -3.237525964586834, 56.055941443836176 ], [ -3.238161342076469, 56.055925185534477 ], [ -3.238112057822215, 56.056291385214912 ], [ -3.239188174269181, 56.056398290715187 ], [ -3.240168726873743, 56.056979677249402 ], [ -3.240712742989555, 56.056318274867742 ], [ -3.238576386151733, 56.054696311815455 ], [ -3.240443616842176, 56.055838465532524 ], [ -3.24111892122636, 56.055815500801373 ], [ -3.241915616683086, 56.056371766685814 ], [ -3.24369109372405, 56.056703414757557 ], [ -3.245377850238786, 56.05756966520461 ], [ -3.246859541717631, 56.057503484464583 ], [ -3.246965362472175, 56.057846555621914 ], [ -3.248181134442533, 56.057899856308062 ], [ -3.250967903331464, 56.060991363430759 ], [ -3.254628253629042, 56.060158093877433 ], [ -3.258402988502784, 56.059735079812128 ], [ -3.25781963044077, 56.059279178035503 ], [ -3.257289085900782, 56.059310642862876 ], [ -3.259123460438589, 56.058977448531238 ], [ -3.260304527460925, 56.05909747621407 ], [ -3.260488718097124, 56.059574517001295 ], [ -3.261968836835111, 56.059753472888893 ], [ -3.26724923465887, 56.059214142512658 ], [ -3.268345841319458, 56.058766183803648 ], [ -3.280484875921544, 56.056483402913727 ], [ -3.282811856268082, 56.056487086464315 ], [ -3.284270895338281, 56.056177185883428 ], [ -3.286623430715741, 56.053380665626619 ], [ -3.286950249075177, 56.052104917060184 ], [ -3.285950043835688, 56.051384828937429 ], [ -3.28457338623835, 56.051317402614998 ], [ -3.285248800491134, 56.051011152873635 ], [ -3.283601985558805, 56.05035079447098 ], [ -3.287796309326759, 56.050077955575745 ], [ -3.28881663986059, 56.050246111551147 ], [ -3.290130374278893, 56.051315128496164 ], [ -3.29363477723059, 56.052925468514339 ], [ -3.294962359009668, 56.052963657211393 ], [ -3.294695222947226, 56.052323101636091 ], [ -3.295143093153385, 56.052080286177791 ], [ -3.293143937475578, 56.051597171649085 ], [ -3.295355603848623, 56.051905534258566 ], [ -3.297264275251042, 56.051031411258144 ], [ -3.298481021815435, 56.049779964267564 ], [ -3.298431980465697, 56.04908500488753 ], [ -3.299580760831138, 56.048106970594503 ], [ -3.299781110336839, 56.047237761495836 ], [ -3.300327053410955, 56.047097226182807 ], [ -3.30079506555653, 56.047837188444447 ], [ -3.301579557863068, 56.048058044019371 ], [ -3.303818990928827, 56.04781335428126 ], [ -3.305321270708692, 56.046326544583998 ], [ -3.305248497540867, 56.045692939268122 ], [ -3.305936983794318, 56.045163596098675 ], [ -3.305668138434698, 56.04480881939196 ], [ -3.306174938227036, 56.044699222771605 ], [ -3.307015114606047, 56.045238438981514 ], [ -3.30773944498109, 56.04515258899886 ], [ -3.309386978281412, 56.044501635858275 ], [ -3.310586828138184, 56.043574171257873 ], [ -3.311278459389256, 56.042147112738007 ], [ -3.310859008995371, 56.040854963095754 ], [ -3.310027190161343, 56.040419017434438 ], [ -3.307552936778979, 56.040778630820228 ], [ -3.30706919614096, 56.039717179009855 ], [ -3.308799225668296, 56.038901821623391 ], [ -3.309893483773853, 56.039362843896868 ], [ -3.311743985417591, 56.038930744965484 ], [ -3.313656098660633, 56.037573353090693 ], [ -3.313152401287491, 56.036731382836784 ], [ -3.313909644600391, 56.036532826238897 ], [ -3.314272067216951, 56.036948588551276 ], [ -3.31506178213122, 56.036430693214868 ], [ -3.317143461188768, 56.036430047445386 ], [ -3.318222751841129, 56.035792227310452 ], [ -3.318693893839828, 56.034876958246905 ], [ -3.321792344022131, 56.03410518369693 ], [ -3.322257584110095, 56.033583529468146 ], [ -3.32255244291552, 56.033758281621708 ], [ -3.321951842284779, 56.034357764720596 ], [ -3.3225728226214, 56.034729398408722 ], [ -3.32354557679256, 56.038015752956561 ], [ -3.329102423171159, 56.039417949003813 ], [ -3.334502762551534, 56.039576195086241 ], [ -3.335037451315976, 56.039255915677892 ], [ -3.335912209209238, 56.039440532795098 ], [ -3.339445460612914, 56.03917218750523 ], [ -3.343317122003556, 56.038435503058679 ], [ -3.346028436065074, 56.037475942054222 ], [ -3.346312480434216, 56.036875302823944 ], [ -3.347503262242025, 56.036410326632975 ], [ -3.346076321037304, 56.035624395274127 ], [ -3.342687272985642, 56.035135678343259 ], [ -3.342477619665756, 56.034459551172404 ], [ -3.341558874891881, 56.033976240513567 ], [ -3.341979133762123, 56.033091084631323 ], [ -3.343679324355322, 56.03246245539809 ], [ -3.343294951616107, 56.032854818169028 ], [ -3.343797467476243, 56.032952678246666 ], [ -3.345769747211127, 56.032165605084828 ], [ -3.346312392944904, 56.030881037647298 ], [ -3.348187660011423, 56.03118223700654 ], [ -3.350249520459248, 56.030483967389337 ], [ -3.352140211695413, 56.02893121433258 ], [ -3.352220767156855, 56.028206093890937 ], [ -3.351843151319304, 56.027686374464139 ], [ -3.349907889580917, 56.027685107594166 ], [ -3.349883253523188, 56.027484998977798 ], [ -3.35345326697416, 56.027521352134656 ], [ -3.356264849711589, 56.026795880288084 ], [ -3.357093500443975, 56.026083193682382 ], [ -3.357217528672602, 56.026325338180492 ], [ -3.361103245194944, 56.026945652213477 ], [ -3.362475455927427, 56.026633976177386 ], [ -3.36356589798202, 56.025886004823967 ], [ -3.364339342630659, 56.026796677263 ], [ -3.365897920817957, 56.027491983495231 ], [ -3.367750951518124, 56.027572984632819 ], [ -3.370461984402045, 56.027187059807993 ], [ -3.369492943387518, 56.027599480290149 ], [ -3.369781994034253, 56.028013202141082 ], [ -3.371882515405943, 56.028148900290034 ], [ -3.372958397585573, 56.029119054587063 ], [ -3.374802486622335, 56.029306978557436 ], [ -3.377201247850839, 56.02898279293958 ], [ -3.380284012045371, 56.027097294603628 ], [ -3.382077596501532, 56.026726769251852 ], [ -3.384186452641521, 56.025481972718786 ], [ -3.385327357630987, 56.025752209595503 ], [ -3.386150385762545, 56.025345797286704 ], [ -3.388324780923978, 56.025440847830055 ], [ -3.389020332596965, 56.025238926331497 ], [ -3.38852530546133, 56.024590346850012 ], [ -3.389247886222945, 56.025498743644242 ], [ -3.390006219204379, 56.02561509926214 ], [ -3.390224438090235, 56.024588277481193 ], [ -3.390117385044398, 56.025672252895227 ], [ -3.394151773568625, 56.027510102028899 ], [ -3.395421250149743, 56.029160783496508 ], [ -3.395312878117972, 56.026690959729166 ], [ -3.398641498935244, 56.025643269798763 ], [ -3.400099893170525, 56.026170353406066 ], [ -3.401492218516104, 56.024563180845348 ], [ -3.402193692054323, 56.024615411113814 ], [ -3.402775260905475, 56.02414873209694 ], [ -3.400068154266922, 56.023963838915734 ], [ -3.402216801489027, 56.023393998372221 ], [ -3.401728117805875, 56.023103027303428 ], [ -3.397736975282611, 56.023302879993089 ], [ -3.397644940665403, 56.023819699095789 ], [ -3.396464413936449, 56.023519473382677 ], [ -3.395550193247684, 56.023706839282767 ], [ -3.39549324469069, 56.023062314579846 ], [ -3.394767541671608, 56.022871043000031 ], [ -3.393783899240739, 56.022912715054034 ], [ -3.393280721202803, 56.023241883878725 ], [ -3.39270724622375, 56.023000357854677 ], [ -3.389507750601483, 56.022906156765508 ], [ -3.388757764914031, 56.023378263340611 ], [ -3.388043190583899, 56.022467976451132 ], [ -3.388228673463332, 56.019142102058694 ], [ -3.390291520001603, 56.0172588346677 ], [ -3.390609013404739, 56.015157106540215 ], [ -3.388858086746482, 56.014330392112726 ], [ -3.387699600490437, 56.011459042714066 ], [ -3.388459014724293, 56.010763990091938 ], [ -3.39009608543442, 56.010256725367014 ], [ -3.389757558252928, 56.010075436997262 ], [ -3.390912969422331, 56.010136091050605 ], [ -3.391190292417872, 56.009819363024114 ], [ -3.390577596841125, 56.009194582965115 ], [ -3.390441305005743, 56.009686736719864 ], [ -3.389377608528643, 56.009276401572741 ], [ -3.388747998135527, 56.009564745489755 ], [ -3.389151258948229, 56.008779349619807 ], [ -3.38898302838844, 56.007175508450104 ], [ -3.390737659654952, 56.006596821382836 ], [ -3.390382862081984, 56.006363601511701 ], [ -3.390904644122572, 56.00593269463063 ], [ -3.391669189432257, 56.005875544708097 ], [ -3.39210031831569, 56.006179784382979 ], [ -3.391788952244753, 56.006886876779745 ], [ -3.393128791822862, 56.007796369633219 ], [ -3.393591247437658, 56.008613331453013 ], [ -3.394333749548316, 56.008655256747545 ], [ -3.395436188612671, 56.007381197653451 ], [ -3.395193053699604, 56.007755057058986 ], [ -3.395936532394019, 56.008135721108346 ], [ -3.394840019227499, 56.009218322884827 ], [ -3.395574746001185, 56.009889325047652 ], [ -3.39641658270416, 56.010016375960383 ], [ -3.399334242068276, 56.009309373198477 ], [ -3.39829189630302, 56.008338166495193 ], [ -3.399490252889233, 56.008301207690224 ], [ -3.399474819916265, 56.007031707725623 ], [ -3.400147891410214, 56.00923364243495 ], [ -3.4013681716785, 56.009004123235975 ], [ -3.402412510821588, 56.009452315689678 ], [ -3.402434932781482, 56.009230114570087 ], [ -3.404131531063099, 56.009618755052152 ], [ -3.404264589273774, 56.010633519370515 ], [ -3.407426891432505, 56.012730663345778 ], [ -3.409598198013724, 56.01557678395011 ], [ -3.408921181417539, 56.016191952679833 ], [ -3.417951631588956, 56.017735518648301 ], [ -3.439446333587485, 56.022239924980951 ], [ -3.438462512007703, 56.023785264398875 ], [ -3.440188737857803, 56.024123647236998 ], [ -3.4411047376639, 56.023128113155636 ], [ -3.441802367382608, 56.023291586034766 ], [ -3.442130168595661, 56.02278814768723 ], [ -3.442048333744179, 56.023089227372942 ], [ -3.442559285515097, 56.023194674451517 ], [ -3.442825287995874, 56.022927382710066 ], [ -3.441820701314988, 56.024472093868752 ], [ -3.442987526337951, 56.024695669545231 ], [ -3.443831994141385, 56.023418800504622 ], [ -3.443175249503028, 56.02473840148042 ], [ -3.443975966701101, 56.024911438736588 ], [ -3.445011111268065, 56.023327713026092 ], [ -3.446030783394906, 56.023263643920615 ], [ -3.446781080713015, 56.022217892151339 ], [ -3.443059158188026, 56.021239825036076 ], [ -3.446934937767746, 56.022041764088151 ], [ -3.448866675537157, 56.021612929121737 ], [ -3.448790047401285, 56.020894971538354 ], [ -3.445191705589091, 56.020044911494843 ], [ -3.445877696019194, 56.019425841278469 ], [ -3.442805136467919, 56.017913589304172 ], [ -3.45594215222553, 56.020374930916823 ], [ -3.457699508306781, 56.021666986497806 ], [ -3.457202160372246, 56.023038856789839 ], [ -3.46276724170138, 56.024018243182887 ], [ -3.461648485592652, 56.025707118696751 ], [ -3.461103672104029, 56.025617824298237 ], [ -3.460064835055559, 56.027162113090355 ], [ -3.459378381234197, 56.027473441597103 ], [ -3.459322240100309, 56.028020476922805 ], [ -3.459846970371434, 56.029168034599792 ], [ -3.464567695537034, 56.030469811539241 ], [ -3.469150587295855, 56.029444846047326 ], [ -3.470138468831925, 56.029469916009809 ], [ -3.473456753390763, 56.03118703109692 ], [ -3.474576029934153, 56.03133180362039 ], [ -3.47549319064968, 56.031016218032114 ], [ -3.477282564615808, 56.031604032480018 ], [ -3.478366099327088, 56.031023149970089 ], [ -3.478841321953848, 56.030188966167373 ], [ -3.478805182085521, 56.031593873001924 ], [ -3.479551471320587, 56.032098009397544 ], [ -3.480646505610378, 56.032278960960213 ], [ -3.482244859388583, 56.033825081706688 ], [ -3.485592534047539, 56.034361691657445 ], [ -3.486399859034997, 56.033402170103138 ], [ -3.486168200480503, 56.034014196337083 ], [ -3.487233276949596, 56.034624071786538 ], [ -3.49348968213926, 56.035252060807551 ], [ -3.49850414728843, 56.034972887341162 ], [ -3.499539680554251, 56.034277382798066 ], [ -3.499043808828471, 56.033575330809732 ], [ -3.499795477702239, 56.033465552175848 ], [ -3.502628576430214, 56.033847111603471 ], [ -3.501322936028907, 56.033743500015134 ], [ -3.500717408818117, 56.034930702522317 ], [ -3.502574005017894, 56.035003348574499 ], [ -3.500599634379013, 56.035080400848621 ], [ -3.503226957406168, 56.035491407931588 ], [ -3.503663023793001, 56.035272230957275 ], [ -3.503206704732255, 56.0350118137602 ], [ -3.503413528163821, 56.034675920274445 ], [ -3.505168087926303, 56.034889949233154 ], [ -3.50539084352, 56.034345387534337 ], [ -3.503431760522968, 56.033947849206854 ], [ -3.505697968211933, 56.034236504917359 ], [ -3.51023668974287, 56.037191256543181 ], [ -3.512368172862032, 56.039076419508312 ], [ -3.51179844177685, 56.039612666831836 ], [ -3.512314949529141, 56.03956230498757 ], [ -3.513891123683224, 56.040501755039259 ], [ -3.521128645399688, 56.041672527192567 ], [ -3.525329744658688, 56.041715001222926 ], [ -3.527117710522853, 56.041422406211204 ], [ -3.528055869778254, 56.039490518905396 ], [ -3.530357682840192, 56.039246322902095 ], [ -3.530547737552725, 56.039019319216052 ], [ -3.530924572205395, 56.039212330919327 ], [ -3.531695513066273, 56.037562846800313 ], [ -3.532145713715816, 56.037703724472685 ], [ -3.531378852291715, 56.039820423707617 ], [ -3.544403978307666, 56.040112714436241 ], [ -3.545655927874984, 56.040470844342408 ], [ -3.54686669669556, 56.039759263606761 ], [ -3.546148130529882, 56.040455689963473 ], [ -3.547259125873437, 56.041342141134649 ], [ -3.551425635821864, 56.042482231424792 ], [ -3.553986361955548, 56.04412496216468 ], [ -3.555978220444364, 56.044552741016503 ], [ -3.556236857791868, 56.046271168439283 ], [ -3.55832364493001, 56.049009773390658 ], [ -3.561514834488311, 56.050938223502328 ], [ -3.56360858811361, 56.052722355229633 ], [ -3.567213982552796, 56.054317426704181 ], [ -3.57174240168917, 56.05747496296911 ], [ -3.575529927088087, 56.058869786335649 ], [ -3.584504051973399, 56.058510449363915 ], [ -3.58655556518288, 56.058760851587351 ], [ -3.58975882978571, 56.059835667462714 ], [ -3.590439054411728, 56.059466566887622 ], [ -3.590497808318611, 56.058124215646714 ], [ -3.586777279274015, 56.056104467348497 ], [ -3.587160719443443, 56.055509162182588 ], [ -3.585884220917703, 56.054378977187255 ], [ -3.586635416759112, 56.053627982666036 ], [ -3.586443439988306, 56.051025440319485 ], [ -3.587411571579179, 56.049029798810906 ], [ -3.589477856300277, 56.047152995366311 ], [ -3.591535971513345, 56.046252130886643 ], [ -3.593854534865964, 56.045829511565387 ], [ -3.605853800920707, 56.045711633258513 ], [ -3.608087032717315, 56.046174970932746 ], [ -3.610154727769372, 56.047172397047298 ], [ -3.611234652470203, 56.048351629943724 ], [ -3.61354145656142, 56.054185704967821 ], [ -3.615520411982484, 56.055505002572815 ], [ -3.617666123502988, 56.055971114180871 ], [ -3.627949268877636, 56.054268705426324 ], [ -3.633094121845035, 56.054680561031759 ], [ -3.638707833862207, 56.054596240322958 ], [ -3.647166333064321, 56.052987432308868 ], [ -3.652747535871046, 56.052374527582678 ], [ -3.653726221714266, 56.051904923297442 ], [ -3.654858217716155, 56.051828639093593 ], [ -3.654910881837613, 56.051333702058038 ], [ -3.662341841548238, 56.047855049819084 ], [ -3.669715864587361, 56.046247603426572 ], [ -3.673719417482807, 56.046270628284638 ], [ -3.685006897964324, 56.047795560798704 ], [ -3.693058941882275, 56.050324524817945 ], [ -3.693290804531009, 56.050155998662667 ], [ -3.693336232682782, 56.050423160255093 ], [ -3.703592586301922, 56.053972541100919 ], [ -3.708413378784086, 56.056369866047163 ], [ -3.721368055542118, 56.065186694846801 ], [ -3.72252848725315, 56.065849850513089 ], [ -3.723262579011576, 56.065741651860762 ], [ -3.722808170574724, 56.06596186665449 ], [ -3.723781995945332, 56.067229685457207 ], [ -3.724154318604521, 56.067509343310761 ], [ -3.724656615094526, 56.067425941872351 ], [ -3.724229480785799, 56.067825502742132 ], [ -3.724347724811992, 56.068926446014089 ], [ -3.732730614126008, 56.073836752315664 ], [ -3.739298061317632, 56.077066534632628 ], [ -3.737184760843233, 56.080237834974142 ], [ -3.736513847540073, 56.080981542129251 ], [ -3.735683832524344, 56.081307644632737 ], [ -3.736350963758672, 56.082027034400078 ], [ -3.736014204027243, 56.082685960626833 ], [ -3.736395676615145, 56.083235037354108 ], [ -3.735478748671203, 56.083751156163622 ], [ -3.735624883059535, 56.084427552413203 ], [ -3.734523894535812, 56.085283230845917 ], [ -3.73059773936285, 56.085608825188686 ], [ -3.728654641178116, 56.087904144482486 ], [ -3.723319646626139, 56.089368893184648 ], [ -3.722349788174113, 56.088814510050241 ], [ -3.72215034546068, 56.088055273434939 ], [ -3.721452325852925, 56.087792732358459 ], [ -3.719802592232592, 56.09026533347685 ], [ -3.71939941466062, 56.091750057413208 ], [ -3.718831338963177, 56.091771448149096 ], [ -3.71787134789434, 56.094290126913201 ], [ -3.717694401588921, 56.098438757326036 ], [ -3.718245820852649, 56.098907344588994 ], [ -3.717530073874643, 56.098864286976386 ], [ -3.717447655527794, 56.102753699012247 ], [ -3.714629199067654, 56.104493035067605 ], [ -3.709817155868536, 56.104614586537743 ], [ -3.701918794873239, 56.103010084942802 ], [ -3.690929948573443, 56.102117806849463 ], [ -3.684299365248119, 56.101901124131651 ], [ -3.680618537309172, 56.102074394460033 ], [ -3.680341389178364, 56.102355833964403 ], [ -3.674480420561452, 56.100237496815559 ], [ -3.673995172275531, 56.100873994648829 ], [ -3.674195048222948, 56.10121904157333 ], [ -3.675032675361737, 56.101292147727833 ], [ -3.675003973243621, 56.102704234228639 ], [ -3.67440012675777, 56.103053892459599 ], [ -3.674905237873441, 56.103503528435489 ], [ -3.674358408602702, 56.10401865330536 ], [ -3.674740623939504, 56.105932872988767 ], [ -3.673749503171642, 56.106437845779361 ], [ -3.673968544304876, 56.106742196306058 ], [ -3.6725899326608, 56.107805049456566 ], [ -3.67086360772578, 56.107525596746008 ], [ -3.669799576956152, 56.106943323781167 ], [ -3.664778612209475, 56.10771023444974 ], [ -3.661952772029465, 56.109378355244665 ], [ -3.659189361849306, 56.1093265600515 ], [ -3.657599313909716, 56.109597725940276 ], [ -3.657383782401367, 56.109372376473701 ], [ -3.656619999245211, 56.109561446773959 ], [ -3.65686985980121, 56.109388259910858 ], [ -3.656037654346578, 56.109032798478218 ], [ -3.65677931524333, 56.108329134352147 ], [ -3.656429114544895, 56.108038195746623 ], [ -3.655251401054258, 56.108024336610889 ], [ -3.654942682721301, 56.107575583874485 ], [ -3.654344563339362, 56.107727374527322 ], [ -3.653524353430519, 56.107500234614989 ], [ -3.652572446053522, 56.108177039629602 ], [ -3.650181314380077, 56.108367173135349 ], [ -3.648939637519132, 56.109226641785106 ], [ -3.647919493390521, 56.109363368689131 ], [ -3.647410423034299, 56.109041277350961 ], [ -3.647035465961966, 56.109562071482671 ], [ -3.646107596684247, 56.109148512775604 ], [ -3.644635550779107, 56.109360427972263 ], [ -3.643810039145053, 56.109008390149306 ], [ -3.64309942539836, 56.109276643128808 ], [ -3.641293378110033, 56.108971779839514 ], [ -3.640621584074928, 56.109321274168792 ], [ -3.638309611666249, 56.109144398582409 ], [ -3.636537153868838, 56.109402436393246 ], [ -3.634938916141194, 56.108839526350209 ], [ -3.628793069286121, 56.110446558037047 ], [ -3.629237779954631, 56.111456096097037 ], [ -3.644298381351764, 56.115593951983747 ], [ -3.651022426810812, 56.117756101076722 ], [ -3.657162970873514, 56.118862685786119 ], [ -3.659651537715751, 56.1198374858592 ], [ -3.663945316931011, 56.123052380559727 ], [ -3.663209355387067, 56.123593363002051 ], [ -3.660553297743758, 56.124189827316933 ], [ -3.657081670637258, 56.124303852990906 ], [ -3.654407869249629, 56.124939960093194 ], [ -3.650733041724234, 56.129174767516808 ], [ -3.648700879671353, 56.12958740691758 ], [ -3.646476690742058, 56.129573945589975 ], [ -3.645301572216407, 56.130012841022051 ], [ -3.643650246586812, 56.129661913854996 ], [ -3.641570846626835, 56.130176604266559 ], [ -3.640923521976977, 56.129900353893042 ], [ -3.637272094770594, 56.1296585692413 ], [ -3.636445015044532, 56.130376718961926 ], [ -3.634765479097549, 56.130307305020182 ], [ -3.634609440908693, 56.130763156698329 ], [ -3.631162209397306, 56.131278692533115 ], [ -3.628382858983098, 56.131228204597534 ], [ -3.628353354366479, 56.132775958247819 ], [ -3.625612761088602, 56.132464306549913 ], [ -3.623488582815909, 56.133376453252339 ], [ -3.621568183451391, 56.133550845436758 ], [ -3.618123464729926, 56.134748904677068 ], [ -3.615921415361267, 56.134962841107445 ], [ -3.614903020179465, 56.13539040696493 ], [ -3.614200921427433, 56.134956583016375 ], [ -3.612186896481569, 56.134627048499297 ], [ -3.607245144975409, 56.134859486239947 ], [ -3.603646122256519, 56.136577626410777 ], [ -3.597199254763002, 56.137116737043876 ], [ -3.594709428817636, 56.137732084853312 ], [ -3.591582257605264, 56.137919784892468 ], [ -3.590949024827031, 56.13766735460559 ], [ -3.588091393254939, 56.137562152055274 ], [ -3.580956964645717, 56.139316038780336 ], [ -3.58088702720173, 56.140042983929533 ], [ -3.578258235707879, 56.141087497333793 ], [ -3.580926660764187, 56.142772352364069 ], [ -3.581120444239427, 56.143728653204512 ], [ -3.583806154209029, 56.144065361388073 ], [ -3.582658447999381, 56.148605300356373 ], [ -3.582891967066968, 56.150878401047244 ], [ -3.577462959661913, 56.154556514171617 ], [ -3.57142186492365, 56.157386724104562 ], [ -3.571756986812513, 56.157589133304462 ], [ -3.568833326330068, 56.159098151378565 ], [ -3.567759609640537, 56.158037985839272 ], [ -3.563923247630853, 56.159875659001827 ], [ -3.561883335259534, 56.159643571322626 ], [ -3.556542564507172, 56.157342334359235 ], [ -3.549259533722165, 56.158370177744892 ], [ -3.54608831373102, 56.15855007606374 ], [ -3.542025659931049, 56.150909996826329 ], [ -3.540542580249111, 56.149853810331109 ], [ -3.540011129662795, 56.146468337945258 ], [ -3.53390143009874, 56.14729016049462 ], [ -3.529522625602695, 56.148251105258211 ], [ -3.527775993177916, 56.146870053758356 ], [ -3.525642889617299, 56.146172169636202 ], [ -3.524587327526005, 56.146587758705145 ], [ -3.517671828634958, 56.147557096805514 ], [ -3.511279962412959, 56.147931979752727 ], [ -3.498877962469435, 56.149812801679566 ], [ -3.49633206665698, 56.14933597504929 ], [ -3.491640854596158, 56.149783578139527 ], [ -3.481207865936446, 56.147231392341567 ], [ -3.478946159736107, 56.146935006908159 ], [ -3.473739358344862, 56.148502314917565 ], [ -3.471876340315777, 56.148403219092408 ], [ -3.468816899893388, 56.149221375928029 ], [ -3.466948553365986, 56.148982992592416 ], [ -3.465028287388449, 56.147168228627088 ], [ -3.460309985598824, 56.146267127534436 ], [ -3.45846900434866, 56.146958299720851 ], [ -3.456506234216735, 56.150175822093892 ], [ -3.453705018316024, 56.150384032177051 ], [ -3.452027409418233, 56.147092583730654 ], [ -3.445539229307026, 56.147187540265264 ], [ -3.442299652416596, 56.146431979893364 ], [ -3.440367470399869, 56.145038401224873 ], [ -3.434474214438615, 56.145064739326592 ], [ -3.432854878831278, 56.142207263033484 ], [ -3.430910855421191, 56.142515536048634 ], [ -3.429843176449992, 56.141935752083938 ], [ -3.427764668542332, 56.141568921927259 ], [ -3.426123804635711, 56.141675933861187 ], [ -3.423757876317906, 56.140063366832287 ], [ -3.420261110205352, 56.139593242090797 ], [ -3.417427292979998, 56.138506195742615 ], [ -3.415892635580354, 56.138478868156291 ], [ -3.411673804003896, 56.139464341235765 ], [ -3.41003277783055, 56.138950243300016 ], [ -3.408699730479369, 56.139595335994805 ], [ -3.40719041208654, 56.139513698112189 ], [ -3.407028621635143, 56.13988664214029 ], [ -3.405684061640742, 56.139954065417044 ], [ -3.40414626905727, 56.140636481278797 ], [ -3.403571026933068, 56.141412176631086 ], [ -3.403138806809361, 56.141078333703199 ], [ -3.401155000690256, 56.141580675770705 ], [ -3.399786749021235, 56.140909696174703 ], [ -3.399294911945576, 56.141502919108163 ], [ -3.398819894437664, 56.141407661411996 ], [ -3.398216802151424, 56.141862864620215 ], [ -3.395143543913012, 56.141972190405156 ], [ -3.394833000117574, 56.142329724978957 ], [ -3.391984414274128, 56.142155189587193 ], [ -3.388496852722906, 56.14296089843176 ], [ -3.387299870006056, 56.142705680792972 ], [ -3.38488313042541, 56.143261142147928 ], [ -3.383105542822823, 56.143061811399747 ], [ -3.38290817846293, 56.143481844756764 ], [ -3.380966284874275, 56.1430093674498 ], [ -3.378859897304481, 56.144413960012557 ], [ -3.376953405605553, 56.144886293787472 ], [ -3.37561048769491, 56.144870703884834 ], [ -3.373766174176874, 56.145508526391097 ], [ -3.372537229224152, 56.145394592773151 ], [ -3.371721273016312, 56.146074867667757 ], [ -3.369913636605358, 56.145846927055189 ], [ -3.370224771321877, 56.146131909122907 ], [ -3.36951995684297, 56.146996934831179 ], [ -3.366587641600977, 56.154989593567045 ], [ -3.367346093736685, 56.154858102280997 ], [ -3.367410100520221, 56.156161178365117 ], [ -3.371686582636451, 56.164435174473006 ], [ -3.370361596552756, 56.164399556464254 ], [ -3.3695549376224, 56.165036579308982 ], [ -3.365890080656247, 56.165818437264534 ], [ -3.365255185883977, 56.166261245077472 ], [ -3.358309239804307, 56.167124008265702 ], [ -3.35571565648513, 56.168520063804401 ], [ -3.348682279801591, 56.170397689628338 ], [ -3.348257742263835, 56.171795054398004 ], [ -3.345519972910372, 56.172910323273328 ], [ -3.341953454072132, 56.173775753279401 ], [ -3.339360213077827, 56.173916200221242 ], [ -3.336501653913028, 56.172957857903896 ], [ -3.329720203852711, 56.172900718474459 ], [ -3.327966432323397, 56.17248917713993 ], [ -3.327227847349768, 56.171996627514751 ], [ -3.324277363711545, 56.171910569719948 ], [ -3.320483664856535, 56.169969895681433 ], [ -3.316418717081303, 56.166491910549119 ], [ -3.313208583590717, 56.167183790559406 ], [ -3.309904541987521, 56.1673913744009 ], [ -3.309664431024301, 56.167150416973762 ], [ -3.308831246712792, 56.167180808728872 ], [ -3.308161616430342, 56.16761649871588 ], [ -3.305675408493254, 56.168101940933333 ], [ -3.307484842915331, 56.169358725823216 ], [ -3.307476697303014, 56.16968767461136 ], [ -3.296559462120373, 56.170570934972396 ], [ -3.29640859702426, 56.172211436272846 ], [ -3.292922904529176, 56.173451081335784 ], [ -3.294553988374835, 56.175300252832479 ], [ -3.298580098391755, 56.175369434955918 ], [ -3.299194312559277, 56.176385506891343 ], [ -3.30050962478698, 56.177220784609396 ], [ -3.298744538101078, 56.177949182524273 ], [ -3.300178213994454, 56.178615195047747 ], [ -3.305610361333876, 56.179044039011373 ], [ -3.306293528950769, 56.179474405023811 ], [ -3.30722210869462, 56.180299322460854 ], [ -3.309126222338397, 56.18531183725829 ], [ -3.260944848843846, 56.19608102480953 ], [ -3.26335539315489, 56.198222752444359 ], [ -3.26654413401328, 56.202937917745551 ], [ -3.270068699147776, 56.20267084390774 ], [ -3.273653242727132, 56.207763635172753 ], [ -3.274917570002038, 56.214138195942141 ], [ -3.268043707243719, 56.214623088198039 ], [ -3.26966086093264, 56.21598482584205 ], [ -3.26578478758866, 56.218295118120693 ], [ -3.264886336653494, 56.220050133095121 ], [ -3.26838337675007, 56.220073620235688 ], [ -3.275083608413396, 56.223848592096928 ], [ -3.275285862911879, 56.223673991014337 ], [ -3.285359638161854, 56.224254383366677 ], [ -3.290247789750695, 56.225010359919168 ], [ -3.290757629242662, 56.225830781790755 ], [ -3.290710677653922, 56.229135134975898 ], [ -3.291255255825727, 56.2297395470749 ], [ -3.288888605211147, 56.230692402296683 ], [ -3.287173971762875, 56.230888163778772 ], [ -3.285494419562814, 56.231842786344494 ], [ -3.279991764289807, 56.233724741637474 ], [ -3.284982655978498, 56.234239963561393 ], [ -3.285745952721354, 56.234728015153976 ], [ -3.288599905424795, 56.235401859783984 ], [ -3.291411268645854, 56.23509489944734 ], [ -3.305349729698367, 56.23654976813436 ], [ -3.308182025506131, 56.23733121481407 ], [ -3.310345651041008, 56.237568887384455 ], [ -3.314878852218116, 56.239531681947817 ], [ -3.31710030335293, 56.239615873692124 ], [ -3.321504782815943, 56.237871590451604 ], [ -3.329445666022795, 56.237347128042394 ], [ -3.336380458824996, 56.238329972196162 ], [ -3.340658981548253, 56.238181246496779 ], [ -3.343865059838785, 56.238416017800112 ], [ -3.357833557945656, 56.24085394536948 ], [ -3.359081529046844, 56.239962378730965 ], [ -3.359783883969871, 56.240294304723591 ], [ -3.35911448889309, 56.240573914955156 ], [ -3.360038676722168, 56.240881837562235 ], [ -3.367008680040384, 56.240004425450422 ], [ -3.367494490409214, 56.239736685392863 ], [ -3.367328241034518, 56.240776325486216 ], [ -3.363376338596651, 56.243129161621653 ], [ -3.358227165600901, 56.248233730957914 ], [ -3.357162483435514, 56.248612013500249 ], [ -3.356732864987904, 56.251111936001756 ], [ -3.35544819515684, 56.253762293966588 ], [ -3.353777297536396, 56.254622505640342 ], [ -3.353386565902365, 56.255396816933867 ], [ -3.354551561677652, 56.255795594393881 ], [ -3.353983099484418, 56.256382263874507 ], [ -3.354716853285136, 56.256773178504822 ], [ -3.360538199990589, 56.258740878654322 ], [ -3.360677932020101, 56.258402394702891 ], [ -3.361247329440367, 56.258480593863155 ], [ -3.361834114139739, 56.25882096893789 ], [ -3.368928733803585, 56.259987148770556 ], [ -3.369052611323369, 56.260246351389355 ], [ -3.37180283445203, 56.260768488991211 ], [ -3.37734536258906, 56.262618093959603 ], [ -3.379575736050658, 56.264029997516275 ], [ -3.381171568435226, 56.26642295011839 ], [ -3.383647407436147, 56.268764714920984 ], [ -3.377738503933952, 56.270725629729604 ], [ -3.375966667150299, 56.271120026715764 ], [ -3.373486316725581, 56.271166446089204 ], [ -3.371108593679038, 56.272591815485818 ], [ -3.370556599885772, 56.273954703769974 ], [ -3.369136684651374, 56.274983955860215 ], [ -3.367707445242865, 56.275030307192658 ], [ -3.364007414551687, 56.276344347292842 ], [ -3.361925640617271, 56.277662943098534 ], [ -3.357805270428043, 56.278613922520577 ], [ -3.354871509092451, 56.28042244973296 ], [ -3.352695224899346, 56.280680765495475 ], [ -3.351655273284719, 56.280413583600463 ], [ -3.350186012686332, 56.281713606713232 ], [ -3.353666287984075, 56.28288321122789 ], [ -3.350789459688038, 56.285679388670843 ], [ -3.349214755193008, 56.28532277637315 ], [ -3.34783632343385, 56.285539060990239 ], [ -3.34581773586115, 56.286616784622453 ], [ -3.34266882393356, 56.287483007296792 ], [ -3.341183695908089, 56.286316653244882 ], [ -3.337502272359925, 56.288405107446593 ], [ -3.33787494449209, 56.288806312844621 ], [ -3.335651737265312, 56.28940357385477 ], [ -3.333329163097229, 56.28779869669399 ], [ -3.330703325101745, 56.286805334146663 ], [ -3.329657834376353, 56.287216408659994 ], [ -3.328194700610325, 56.286113459741131 ], [ -3.326244983203299, 56.283552021314243 ], [ -3.324863793198277, 56.282803070644619 ], [ -3.321415701229648, 56.283663867232818 ], [ -3.320834077817328, 56.283286407412191 ], [ -3.318287274636672, 56.283725975134899 ], [ -3.312534111821819, 56.285256183419165 ], [ -3.310432842017666, 56.287345031274349 ], [ -3.308145204424514, 56.287815787763385 ], [ -3.306365477068888, 56.28754885316097 ], [ -3.302249768561028, 56.288470064329005 ], [ -3.300885388934686, 56.289871714788362 ], [ -3.299696266350912, 56.290108832666903 ], [ -3.295919691092902, 56.289844724709873 ], [ -3.294300645415795, 56.288739418706371 ], [ -3.29375392718834, 56.288719974961673 ], [ -3.294383427872232, 56.28980239298955 ], [ -3.29233534019845, 56.292785287547673 ], [ -3.295699724714015, 56.296330696741123 ], [ -3.296223426732083, 56.297528323382906 ], [ -3.293782950873406, 56.298854894055971 ], [ -3.293949632889877, 56.300343783414789 ], [ -3.295558111118034, 56.303414250400124 ], [ -3.298441086408423, 56.306978099773971 ], [ -3.299751665360992, 56.309968074433137 ], [ -3.294483724252838, 56.311261399790119 ], [ -3.29535795634215, 56.311873129160794 ], [ -3.299207746638453, 56.312182321942082 ], [ -3.301015535495914, 56.313099591955861 ], [ -3.300684906221289, 56.313978214424658 ], [ -3.299016557312965, 56.314169137560363 ], [ -3.297166288658133, 56.314812097298351 ], [ -3.295277412564914, 56.316847224324093 ], [ -3.292200010638398, 56.318548800663024 ], [ -3.291779769002193, 56.319318714004346 ], [ -3.28986077516661, 56.320811369150363 ], [ -3.287806535159188, 56.321941503923505 ], [ -3.284536831681383, 56.323042883584932 ], [ -3.2827858346807, 56.324206626723999 ], [ -3.275815570315991, 56.326268807833522 ], [ -3.27079709115706, 56.326351843211874 ], [ -3.266594939710258, 56.328182906547234 ], [ -3.268003921852374, 56.330193720135391 ], [ -3.267674610982701, 56.332407410168862 ], [ -3.273148459228442, 56.332569611018052 ], [ -3.272925069541159, 56.333972674915998 ], [ -3.268438566787469, 56.334958528590427 ], [ -3.26775517215132, 56.335763394916469 ], [ -3.267604211440565, 56.339064242823085 ], [ -3.26507757511479, 56.339118820638937 ], [ -3.26233554292897, 56.338627455452418 ], [ -3.256059929716848, 56.340132435435493 ], [ -3.2584346444913, 56.342438151074255 ], [ -3.25703363644891, 56.344357194983374 ], [ -3.255340581804567, 56.345221646110694 ], [ -3.255651815714167, 56.346322749256593 ], [ -3.257186461913655, 56.346543493215748 ], [ -3.26151629888636, 56.348603774305921 ], [ -3.265880386464135, 56.347923127650155 ], [ -3.269894400283037, 56.348057261931359 ], [ -3.271645291870102, 56.347721235398787 ], [ -3.2737303385389, 56.347751033849399 ], [ -3.276789526842043, 56.349283841700633 ], [ -3.27714946450999, 56.350418535101859 ], [ -3.270178139007338, 56.350800174899867 ], [ -3.262026424297591, 56.350772052596284 ], [ -3.256449674437858, 56.351150388088548 ], [ -3.249749466271492, 56.352508389360715 ], [ -3.246171400032044, 56.352504890229227 ], [ -3.246197791255655, 56.352917035438672 ], [ -3.235421181790227, 56.354050128809995 ], [ -3.233302016741528, 56.354526775463533 ], [ -3.23009539758052, 56.356113044999134 ], [ -3.228842025702455, 56.355587281292372 ], [ -3.227326463359099, 56.355664296924068 ], [ -3.226315592705659, 56.355078602236198 ], [ -3.227183106475235, 56.355735799276339 ], [ -3.228700896790288, 56.355727947469298 ], [ -3.229428284251333, 56.356253540993848 ], [ -3.211592491298704, 56.36035471943228 ], [ -3.203951884404503, 56.362891946146647 ], [ -3.199841359846248, 56.363797055528252 ], [ -3.19712467591965, 56.363575342828184 ], [ -3.195686595272462, 56.363864163098384 ], [ -3.19403956246156, 56.364511680241577 ], [ -3.18658853319769, 56.369253583405495 ], [ -3.179897116293548, 56.37212433563711 ], [ -3.173228945715788, 56.37415082196749 ], [ -3.167446765060103, 56.375520796666109 ], [ -3.16619934528144, 56.375447182586441 ], [ -3.159488797413728, 56.377400543429864 ], [ -3.145944086704636, 56.382489707109613 ], [ -3.138952511886662, 56.383785055345321 ], [ -3.133112571126539, 56.385317466630696 ], [ -3.122717561948238, 56.388828949376816 ], [ -3.116814093972395, 56.391227291281531 ], [ -3.115959271340993, 56.391852241402532 ], [ -3.113794014420996, 56.39159318327642 ], [ -3.107755122064657, 56.39215132861974 ], [ -3.095357165043282, 56.393869743559613 ], [ -3.089016734201602, 56.395803401307063 ], [ -3.087412889905008, 56.397565005674032 ], [ -3.08581119800202, 56.397358915739282 ], [ -3.079176241541558, 56.400143697805042 ], [ -3.071396157670562, 56.401479801426881 ], [ -3.0670983090224, 56.402607601380197 ], [ -3.063512389487784, 56.402951972125685 ], [ -3.053240283102915, 56.406914730545019 ], [ -3.050773357378693, 56.407366921027432 ], [ -3.046971203882839, 56.408769238545212 ], [ -3.045270301690368, 56.410745835013429 ], [ -3.043500145587879, 56.411856868969352 ], [ -3.043152169550678, 56.413354842134282 ], [ -3.039644923861647, 56.415677171868438 ], [ -3.033602053769337, 56.416685438399654 ], [ -3.02877161841803, 56.416802865146252 ], [ -3.023881033640569, 56.41751807765305 ], [ -3.015396797629364, 56.417513250256448 ], [ -3.012673323423329, 56.418174321415371 ], [ -3.009899330858453, 56.419379312246399 ], [ -3.004869336459435, 56.419812790400336 ], [ -3.002836010490142, 56.420285663599266 ], [ -3.001531997002509, 56.420938597860172 ], [ -3.000662777315407, 56.42074166275615 ], [ -2.998909344696188, 56.420887869086435 ], [ -2.998763295911711, 56.420634781197492 ], [ -2.9961719336596, 56.420105762570586 ], [ -2.993411830955826, 56.420189891997985 ], [ -2.989826909321103, 56.420785478175254 ], [ -2.985311047371185, 56.424001971183017 ], [ -2.980653439917773, 56.425961576433117 ], [ -2.980084075243722, 56.425635444119649 ], [ -2.978566917190161, 56.425902583044582 ], [ -2.976974920793909, 56.42666624047083 ], [ -2.973504878092881, 56.427539865489813 ], [ -2.972288626812398, 56.428992323212235 ], [ -2.967185933586463, 56.431162446158815 ], [ -2.964638218872991, 56.431599164913258 ], [ -2.963289592166733, 56.431362569013771 ], [ -2.962446704312944, 56.431759938308275 ], [ -2.962497178396707, 56.431383094573832 ], [ -2.961544387090888, 56.431345560246626 ], [ -2.960779175051633, 56.431801614021921 ], [ -2.958342122613475, 56.431936364035693 ], [ -2.957090568143437, 56.432722289176681 ], [ -2.95527446785669, 56.433113636495818 ], [ -2.952814135302801, 56.434720121918403 ], [ -2.946128540159252, 56.436310333777882 ], [ -2.944603293334867, 56.437650765015206 ], [ -2.944827383463918, 56.438054260205234 ], [ -2.944454115981822, 56.438240386134275 ], [ -2.943956105658575, 56.437843466867086 ], [ -2.943152058321867, 56.438316776035883 ], [ -2.942376560046951, 56.439944372175432 ], [ -2.942632603704807, 56.44026317409066 ], [ -2.942145026455708, 56.439894918806857 ], [ -2.94119315982754, 56.441411539599869 ], [ -2.94106996225418, 56.442989254070881 ], [ -2.939125106192709, 56.444171075390251 ], [ -2.938845525464619, 56.445002460049075 ], [ -2.937196178267345, 56.445872947336589 ], [ -2.937202621703983, 56.446464078249207 ], [ -2.931946031426852, 56.448355370819989 ], [ -2.925508514242446, 56.449673057069489 ], [ -2.923578587308459, 56.450902136423878 ], [ -2.919975202216666, 56.451769848279739 ], [ -2.90558775184528, 56.452655523452037 ], [ -2.90055839540127, 56.452595090216853 ], [ -2.897376713251975, 56.453072751053107 ], [ -2.895930870527391, 56.45285589126879 ], [ -2.894969006931947, 56.453142247806454 ], [ -2.892205950419033, 56.453003118787983 ], [ -2.891103915644059, 56.453263499597888 ] ] ] ] } }, +{ "type": "Feature", "properties": { "LAD13CD": "S12000017", "LAD13CDO": "00QT", "LAD13NM": "Highland", "LAD13NMW": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5.695352797631, 56.50228098731175 ], [ -5.695803353973794, 56.50114815331083 ], [ -5.696420363186619, 56.501390516460148 ], [ -5.696786808848564, 56.50081314721006 ], [ -5.698001901179589, 56.500853357097171 ], [ -5.698330538253422, 56.50147294903811 ], [ -5.699370436027872, 56.501383499582936 ], [ -5.699954737990459, 56.502040419702986 ], [ -5.700814950315279, 56.502275507838831 ], [ -5.699540852148397, 56.503298054893747 ], [ -5.697378726003582, 56.50371766841382 ], [ -5.696479194969309, 56.503079121007097 ], [ -5.696968884018683, 56.502848738578656 ], [ -5.695352797631, 56.50228098731175 ] ] ], [ [ [ -5.872250218920747, 56.547464674780301 ], [ -5.870126520507074, 56.546834034486267 ], [ -5.869879387098712, 56.54704405837812 ], [ -5.869371151534377, 56.546052806738061 ], [ -5.870462963237864, 56.546382938848424 ], [ -5.870853705114027, 56.546065027832228 ], [ -5.870412650114879, 56.545651664931107 ], [ -5.871263018016719, 56.545530729668286 ], [ -5.872055236841426, 56.545955615112959 ], [ -5.872687655526328, 56.545693101977172 ], [ -5.87425290769955, 56.54715040616162 ], [ -5.874906385335656, 56.547332326236678 ], [ -5.874512914433011, 56.547623359689354 ], [ -5.872250218920747, 56.547464674780301 ] ] ], [ [ [ -5.335961659553702, 56.633903029843943 ], [ -5.337672112287141, 56.6327693612172 ], [ -5.336667467604019, 56.632014216401707 ], [ -5.335928457656764, 56.631957634293094 ], [ -5.336730874828574, 56.631347271003989 ], [ -5.336541297975939, 56.630493834825927 ], [ -5.33835772368309, 56.62954609516536 ], [ -5.338823582813676, 56.63020332424486 ], [ -5.339895000724189, 56.629500311541655 ], [ -5.342303006081074, 56.628972623328501 ], [ -5.342245655701721, 56.629338252113989 ], [ -5.342955850620344, 56.629530417902707 ], [ -5.341685442111092, 56.630841123133592 ], [ -5.340701748328189, 56.631245130760462 ], [ -5.340324867422503, 56.631871057910701 ], [ -5.338561620288303, 56.632313969205043 ], [ -5.338924139609969, 56.632816651904271 ], [ -5.340738004975404, 56.632484748086895 ], [ -5.341449839443722, 56.632694858742084 ], [ -5.339640250610982, 56.634181845807106 ], [ -5.336787089575597, 56.634937178742796 ], [ -5.336188028264816, 56.635542084690343 ], [ -5.336844152132874, 56.63558291123546 ], [ -5.336735936433523, 56.635927426902029 ], [ -5.335813345071542, 56.636563487061416 ], [ -5.335321062973316, 56.635884481120073 ], [ -5.335961659553702, 56.633903029843943 ] ] ], [ [ [ -5.888762759819906, 56.648845461253472 ], [ -5.889817739323028, 56.648470760709422 ], [ -5.890159861456184, 56.648860196061634 ], [ -5.889460131689846, 56.649435095290265 ], [ -5.888990882039299, 56.649395824638823 ], [ -5.888762759819906, 56.648845461253472 ] ] ], [ [ [ -5.897691959308873, 56.654855692322727 ], [ -5.898018183680123, 56.654063163062858 ], [ -5.89914516422257, 56.654621291878904 ], [ -5.899554569709568, 56.653844133017273 ], [ -5.899993958495963, 56.654383356320864 ], [ -5.900882082071535, 56.653973333093916 ], [ -5.900976850776314, 56.655678835473473 ], [ -5.902037559476462, 56.656621178290763 ], [ -5.901394463669757, 56.656875152268427 ], [ -5.901469453702065, 56.657205502255103 ], [ -5.901134041490734, 56.65704068383215 ], [ -5.900649340302623, 56.657010932186061 ], [ -5.90098345802139, 56.656847585312455 ], [ -5.899900266778377, 56.655766563528609 ], [ -5.898339053392663, 56.65566716011719 ], [ -5.897691959308873, 56.654855692322727 ] ] ], [ [ [ -5.939687347041525, 56.660464877947156 ], [ -5.940132315125683, 56.66011357171304 ], [ -5.940518088283548, 56.660523976088889 ], [ -5.939917867798039, 56.66095214077324 ], [ -5.939687347041525, 56.660464877947156 ] ] ], [ [ [ -5.129334781868209, 56.685238343499584 ], [ -5.128862490846732, 56.684566156362386 ], [ -5.128269685134629, 56.684645780476913 ], [ -5.129453967894024, 56.683644293583505 ], [ -5.130269395851716, 56.683767608661491 ], [ -5.130420677619856, 56.684094598461421 ], [ -5.131614178094965, 56.68406996304293 ], [ -5.131923391306148, 56.684331851496822 ], [ -5.13073159211965, 56.685163659411252 ], [ -5.129334781868209, 56.685238343499584 ] ] ], [ [ [ -5.126574429239219, 56.685237611349102 ], [ -5.127167977600269, 56.685127414276806 ], [ -5.126717004608495, 56.685735614740011 ], [ -5.126574429239219, 56.685237611349102 ] ] ], [ [ [ -5.15239671167605, 56.684080077770012 ], [ -5.153209109873119, 56.683717011124351 ], [ -5.154373363586412, 56.684553153329425 ], [ -5.154117501186912, 56.685125950915371 ], [ -5.15338361196645, 56.685139156363469 ], [ -5.152518691250298, 56.685108933762351 ], [ -5.152149926008844, 56.684644550849335 ], [ -5.15239671167605, 56.684080077770012 ] ] ], [ [ [ -5.124101525321943, 56.686734357166415 ], [ -5.123793267147201, 56.68632590552501 ], [ -5.124951655039284, 56.686310306577106 ], [ -5.124849982580678, 56.686955571718336 ], [ -5.124101525321943, 56.686734357166415 ] ] ], [ [ [ -5.93528572585769, 56.668431916615383 ], [ -5.93578722064146, 56.667525824364347 ], [ -5.936865752970835, 56.667923302726187 ], [ -5.936453137552501, 56.668507365721041 ], [ -5.93528572585769, 56.668431916615383 ] ] ], [ [ [ -5.882041799281281, 56.670770953820593 ], [ -5.882222131173637, 56.670063956878224 ], [ -5.880036564738706, 56.670329991708044 ], [ -5.879622414608174, 56.669479693144197 ], [ -5.878557169185729, 56.669126272667292 ], [ -5.878375277797284, 56.668390116360271 ], [ -5.877195045432374, 56.667950352588555 ], [ -5.876350220256851, 56.666722326341834 ], [ -5.874700621714492, 56.666004935926999 ], [ -5.874477179996431, 56.666214215196604 ], [ -5.872652230371379, 56.666014797766067 ], [ -5.871469232063363, 56.665467165985547 ], [ -5.871678880032341, 56.665123444122038 ], [ -5.872163207630183, 56.665148825972871 ], [ -5.871641628551734, 56.664522150258549 ], [ -5.873304054939855, 56.664411929047318 ], [ -5.872207085880867, 56.663906584288874 ], [ -5.872349499307624, 56.663146833690092 ], [ -5.874195388181822, 56.662280065354174 ], [ -5.873624813632414, 56.662050566298888 ], [ -5.871230839498947, 56.662111637662505 ], [ -5.871058618834765, 56.661626943942053 ], [ -5.872652194033749, 56.66076805294005 ], [ -5.876174150921757, 56.660244678642947 ], [ -5.876290671713813, 56.658757387269546 ], [ -5.878300585559554, 56.658694707384285 ], [ -5.879344933734903, 56.657102034043639 ], [ -5.879149848788355, 56.655840265208148 ], [ -5.882701868139366, 56.653948988692271 ], [ -5.882801850957472, 56.653334416651241 ], [ -5.881882306283607, 56.65328220566122 ], [ -5.88235701615263, 56.652660428593727 ], [ -5.883029911066027, 56.653012576935545 ], [ -5.88432601462798, 56.653075494196003 ], [ -5.886893907009809, 56.652410759514446 ], [ -5.887263505307251, 56.651720312975513 ], [ -5.888747535420692, 56.651548012783266 ], [ -5.888967217839254, 56.651145495704164 ], [ -5.889633226721897, 56.651034739742002 ], [ -5.891646518816906, 56.652432920993235 ], [ -5.892212051163715, 56.65245567995786 ], [ -5.892401642491888, 56.651761860167973 ], [ -5.893011482776195, 56.652372200577695 ], [ -5.89405332452537, 56.652344066727522 ], [ -5.894758400616989, 56.652690649354597 ], [ -5.895386124530708, 56.653947839588405 ], [ -5.894737280635498, 56.654067079969828 ], [ -5.895270220637093, 56.654248205751529 ], [ -5.894927694932166, 56.654488232286475 ], [ -5.895543855827454, 56.654684733621842 ], [ -5.895586100070026, 56.655330830760761 ], [ -5.89397596361106, 56.65689192049593 ], [ -5.895450593476796, 56.65781236016322 ], [ -5.894547636674035, 56.659265872462541 ], [ -5.895739613370915, 56.660294075354528 ], [ -5.896020038673951, 56.661269907267396 ], [ -5.894982189911667, 56.662682688165042 ], [ -5.892653050202243, 56.664162867417566 ], [ -5.890825094208949, 56.665991490966789 ], [ -5.889028631513649, 56.666623173994687 ], [ -5.885612549649651, 56.669445524032184 ], [ -5.88414044291217, 56.669819718957896 ], [ -5.883965173298136, 56.670337731456328 ], [ -5.882834935060773, 56.670939516837194 ], [ -5.882041799281281, 56.670770953820593 ] ] ], [ [ [ -5.941233838042867, 56.668621194414271 ], [ -5.940568385691755, 56.668426473791556 ], [ -5.938987876882933, 56.668539496787268 ], [ -5.938540490640472, 56.66824343998659 ], [ -5.938773868574526, 56.667116527266828 ], [ -5.938346632029368, 56.667013162557268 ], [ -5.93851505148401, 56.666436827659147 ], [ -5.937722472979139, 56.665571709866384 ], [ -5.938262186293863, 56.66526686802446 ], [ -5.937777688249311, 56.664693228687995 ], [ -5.93821681762995, 56.664207233614391 ], [ -5.937640459715497, 56.66463013373982 ], [ -5.937440545453118, 56.664357708786149 ], [ -5.938324159054257, 56.663749730962309 ], [ -5.938109841651697, 56.66349574754782 ], [ -5.940248547479436, 56.662632183876909 ], [ -5.939286623132755, 56.662568247404721 ], [ -5.941440855918351, 56.660526198448842 ], [ -5.940820444328469, 56.659120610110747 ], [ -5.93981353396178, 56.659094073808852 ], [ -5.940269592217139, 56.659942866453207 ], [ -5.939343605839561, 56.660300423195309 ], [ -5.93718221903371, 56.660085636187972 ], [ -5.937446371634042, 56.660504396969174 ], [ -5.938284672955064, 56.660401412163026 ], [ -5.939213277782568, 56.660772143779184 ], [ -5.939217288626324, 56.661513868058783 ], [ -5.9380632262593, 56.661955073467645 ], [ -5.93719278521924, 56.661672412382337 ], [ -5.936468843733116, 56.661776264579295 ], [ -5.936397055347919, 56.662965497922542 ], [ -5.934552513159619, 56.66367581104452 ], [ -5.93573963566118, 56.665036513659423 ], [ -5.935088030597601, 56.665677593800133 ], [ -5.936077673546495, 56.66717942583017 ], [ -5.934868212139737, 56.668265287346344 ], [ -5.933732708950958, 56.66826075094432 ], [ -5.933844898906171, 56.66722310904396 ], [ -5.932315752291995, 56.667671626574474 ], [ -5.931933618913444, 56.667530845211587 ], [ -5.931472814601003, 56.666322490282873 ], [ -5.930438782976445, 56.665411010686725 ], [ -5.929524548934603, 56.667058483658231 ], [ -5.929647384116491, 56.667688544143061 ], [ -5.928414233860551, 56.668235562629562 ], [ -5.928658610771252, 56.669248443557116 ], [ -5.928257127811876, 56.669548874336186 ], [ -5.925208967756719, 56.668507635135008 ], [ -5.923572403709838, 56.667219468352975 ], [ -5.923601295935654, 56.666634072357752 ], [ -5.924472795384053, 56.666534632427407 ], [ -5.92332748407063, 56.665415295248053 ], [ -5.923764079516795, 56.664353942363427 ], [ -5.922699305143584, 56.664086305299307 ], [ -5.921793945920987, 56.662446837865538 ], [ -5.920439894540033, 56.662772790491246 ], [ -5.918350742318184, 56.662389044588515 ], [ -5.918202322200727, 56.663396335099662 ], [ -5.915350763058402, 56.663139970537522 ], [ -5.914851749017793, 56.662422832998182 ], [ -5.914220726914905, 56.662478668236176 ], [ -5.913323006999331, 56.662088797308378 ], [ -5.913814037744154, 56.661470875524429 ], [ -5.91332299758239, 56.661616716222994 ], [ -5.912462739635467, 56.661351548789717 ], [ -5.911851273353068, 56.660808787498873 ], [ -5.91129395837694, 56.661338866166552 ], [ -5.907634478908553, 56.660689613171421 ], [ -5.906260749959851, 56.660116828904265 ], [ -5.905470741255937, 56.658873775917172 ], [ -5.906780905687157, 56.658203173248069 ], [ -5.909282464040455, 56.657607499587449 ], [ -5.909822277064567, 56.657617500602498 ], [ -5.910486417843352, 56.658432870325711 ], [ -5.91086867145203, 56.657395756452239 ], [ -5.915593740228158, 56.657224550369392 ], [ -5.91591746220033, 56.658612616598191 ], [ -5.914840661068547, 56.659721076081837 ], [ -5.916896464156603, 56.66080730780692 ], [ -5.917924129868442, 56.660954769048999 ], [ -5.918914009088884, 56.660424513111153 ], [ -5.921124615325176, 56.660642560314386 ], [ -5.921958987903633, 56.66042291364549 ], [ -5.920115372079233, 56.659572858809085 ], [ -5.916923714964983, 56.659183385513352 ], [ -5.916170579519464, 56.657984193058056 ], [ -5.916427396698205, 56.657234259682888 ], [ -5.920519104178774, 56.657959541731408 ], [ -5.922313147911982, 56.65888308991353 ], [ -5.923852279238292, 56.658375927338987 ], [ -5.923270072778537, 56.658115546842566 ], [ -5.923571672915921, 56.657562008584065 ], [ -5.926233622526691, 56.65717673595411 ], [ -5.926250269366906, 56.657571861971583 ], [ -5.92818589438199, 56.658207605326808 ], [ -5.928304133769363, 56.659107574686438 ], [ -5.929216008611033, 56.659789134686491 ], [ -5.929391998799681, 56.661869738839918 ], [ -5.929908271005479, 56.6621231843313 ], [ -5.930626527815203, 56.661259718055909 ], [ -5.930327806497518, 56.658863774736446 ], [ -5.931037000328702, 56.658148960801476 ], [ -5.932078410708619, 56.657958665934053 ], [ -5.932750452285825, 56.65829709347129 ], [ -5.934226470069722, 56.657890709110355 ], [ -5.934373100820587, 56.658591950236762 ], [ -5.935790476948652, 56.658484143085396 ], [ -5.936470926166951, 56.657338583913038 ], [ -5.941105036685205, 56.656688204903297 ], [ -5.946044405695321, 56.657318337561549 ], [ -5.946300827652076, 56.657584459500193 ], [ -5.947912005453359, 56.657223075844485 ], [ -5.948756452404796, 56.657335635684575 ], [ -5.949857659025084, 56.658262817539047 ], [ -5.951072972724204, 56.658408539744357 ], [ -5.950048863960493, 56.65884123472442 ], [ -5.951116953080144, 56.658906208595546 ], [ -5.951085992067983, 56.659779434999017 ], [ -5.949000602847303, 56.660290804414799 ], [ -5.94935252183432, 56.660454973417828 ], [ -5.948922185628281, 56.660945228200951 ], [ -5.949633860761304, 56.661426184027583 ], [ -5.949047983346779, 56.661444794603923 ], [ -5.949454992682055, 56.661823026009131 ], [ -5.94813907566166, 56.662354894038316 ], [ -5.948015581905252, 56.662812920348649 ], [ -5.946359304938821, 56.662667674923064 ], [ -5.94505114912353, 56.663118333076923 ], [ -5.945004679962578, 56.66423483544407 ], [ -5.943533565209581, 56.66453328396554 ], [ -5.944100333372617, 56.664955922141246 ], [ -5.943322243435593, 56.665713462138896 ], [ -5.943586219865744, 56.666910038358417 ], [ -5.943044993396797, 56.667044100791166 ], [ -5.94207783557169, 56.669039550945399 ], [ -5.941280049407193, 56.669141273823428 ], [ -5.941233838042867, 56.668621194414271 ] ] ], [ [ [ -5.167897340525641, 56.691765868316402 ], [ -5.168248177693755, 56.690031924391612 ], [ -5.169293097292231, 56.690588713184312 ], [ -5.169527625124925, 56.691434909966404 ], [ -5.167897340525641, 56.691765868316402 ] ] ], [ [ [ -5.840084359201273, 56.672846953578812 ], [ -5.84038296732365, 56.672491551812968 ], [ -5.841811310557812, 56.672564326999826 ], [ -5.84190795539778, 56.67287155554385 ], [ -5.841328757193163, 56.673037810779761 ], [ -5.840084359201273, 56.672846953578812 ] ] ], [ [ [ -5.906849415239825, 56.671234919332626 ], [ -5.905896786916735, 56.670158830682752 ], [ -5.906989999539387, 56.670385255121346 ], [ -5.906849415239825, 56.671234919332626 ] ] ], [ [ [ -5.897976307986556, 56.670637558641374 ], [ -5.90083412247437, 56.669135305059683 ], [ -5.902572353143388, 56.669440443017059 ], [ -5.902322687730627, 56.669079607389222 ], [ -5.90302873689143, 56.668958536156744 ], [ -5.903658671874335, 56.670152679279234 ], [ -5.905649269927149, 56.670607212465654 ], [ -5.906237078694388, 56.671236172122043 ], [ -5.906193714198619, 56.671920925431337 ], [ -5.904596625722169, 56.672191386738952 ], [ -5.899106060825604, 56.671770195050279 ], [ -5.898303830193717, 56.671435668291458 ], [ -5.897976307986556, 56.670637558641374 ] ] ], [ [ [ -5.98070948926754, 56.669566774998771 ], [ -5.981587605724899, 56.669453232472982 ], [ -5.981736482501192, 56.669857615434864 ], [ -5.980870001978139, 56.670236059481589 ], [ -5.98070948926754, 56.669566774998771 ] ] ], [ [ [ -5.888859514052408, 56.674244615704644 ], [ -5.889561727776706, 56.674164207133138 ], [ -5.889760613622276, 56.674904315461831 ], [ -5.889080966818863, 56.674570391187125 ], [ -5.888859514052408, 56.674244615704644 ] ] ], [ [ [ -5.909889729882564, 56.674722675118481 ], [ -5.91040073725994, 56.674216543423057 ], [ -5.910768190956593, 56.674924348718513 ], [ -5.910150673363758, 56.675033686694867 ], [ -5.909889729882564, 56.674722675118481 ] ] ], [ [ [ -5.888549221774992, 56.675036614803872 ], [ -5.888977538196769, 56.674834391126588 ], [ -5.889731473448682, 56.675017625857755 ], [ -5.890032869409484, 56.675880414348974 ], [ -5.888375083885126, 56.676040161646497 ], [ -5.888018488358449, 56.675354437781266 ], [ -5.888549221774992, 56.675036614803872 ] ] ], [ [ [ -5.899258001307305, 56.674975559637737 ], [ -5.899950359124778, 56.674405339434053 ], [ -5.900711804389931, 56.674502849157257 ], [ -5.901514087301404, 56.674126994855101 ], [ -5.901222350864971, 56.673596629356567 ], [ -5.903010712725586, 56.673279745950921 ], [ -5.904495628340423, 56.673660250680939 ], [ -5.904253180037463, 56.674157925572182 ], [ -5.903226778016851, 56.674262081499101 ], [ -5.903609236581583, 56.674879514868032 ], [ -5.902933207953104, 56.675449243797225 ], [ -5.903356272044834, 56.675512397306079 ], [ -5.903130366584548, 56.675775758937242 ], [ -5.900623063180185, 56.675697067594811 ], [ -5.899468830643963, 56.675355603090381 ], [ -5.899258001307305, 56.674975559637737 ] ] ], [ [ [ -5.661163232140646, 56.683897811238424 ], [ -5.662356491957044, 56.683485065872638 ], [ -5.661763836017162, 56.68251350600115 ], [ -5.660536021977701, 56.682738452659251 ], [ -5.657839947310463, 56.682058023505427 ], [ -5.656821055006595, 56.681490081588073 ], [ -5.657680568248263, 56.680920858653089 ], [ -5.661750833756631, 56.680194218112298 ], [ -5.663226265925632, 56.680753172018186 ], [ -5.663954762586026, 56.680349599680405 ], [ -5.664640140858797, 56.680594643944282 ], [ -5.664072136643435, 56.681640843630305 ], [ -5.66501224971719, 56.681145617435583 ], [ -5.665666535962971, 56.681238725661089 ], [ -5.665319584046834, 56.682709984401349 ], [ -5.664547879331526, 56.682921530890965 ], [ -5.664240656775947, 56.683541967508006 ], [ -5.663630107452283, 56.683479031513514 ], [ -5.6632991674887, 56.684023740644214 ], [ -5.662057809333788, 56.684109740443375 ], [ -5.661163232140646, 56.683897811238424 ] ] ], [ [ [ -5.681337820579718, 56.688072160395549 ], [ -5.681574561087247, 56.687903315800071 ], [ -5.681856679925573, 56.688115247172782 ], [ -5.681337820579718, 56.688072160395549 ] ] ], [ [ [ -5.680967288811916, 56.692807916336257 ], [ -5.68046895101928, 56.692557423871335 ], [ -5.681837990783452, 56.692521411945521 ], [ -5.682697873824088, 56.693210749919466 ], [ -5.681923510984105, 56.693229173398365 ], [ -5.680967288811916, 56.692807916336257 ] ] ], [ [ [ -5.008001103548956, 56.712707800577427 ], [ -5.008593122220006, 56.712446310774112 ], [ -5.0089291402895, 56.712662904829998 ], [ -5.008477213666954, 56.712938988345151 ], [ -5.008001103548956, 56.712707800577427 ] ] ], [ [ [ -5.94175928560968, 56.679111852676485 ], [ -5.942766425619038, 56.678198696965993 ], [ -5.943311957344032, 56.678572558293574 ], [ -5.944457846162065, 56.678127075975283 ], [ -5.946345846691716, 56.678606707507107 ], [ -5.946213619314666, 56.679761899088348 ], [ -5.946638027970106, 56.680148582245124 ], [ -5.946039127082148, 56.680747580424026 ], [ -5.944703910608, 56.681023734596565 ], [ -5.943336432013936, 56.682240575584139 ], [ -5.944212770857357, 56.68335478863203 ], [ -5.943275795299041, 56.684548981563793 ], [ -5.945826801646142, 56.686441851326229 ], [ -5.945603697084654, 56.687119743146141 ], [ -5.944452822781698, 56.687051937910191 ], [ -5.942093975032662, 56.686838974675709 ], [ -5.940858303775437, 56.686194731122008 ], [ -5.94019773876972, 56.685190557317988 ], [ -5.940729075721506, 56.684256526506736 ], [ -5.94047483245116, 56.683387849659638 ], [ -5.938118076773351, 56.681160514968781 ], [ -5.937790825060891, 56.680217712707751 ], [ -5.938627529328016, 56.679548280600159 ], [ -5.94175928560968, 56.679111852676485 ] ] ], [ [ [ -5.69124159794797, 56.695605430618976 ], [ -5.690513809321138, 56.695015627527226 ], [ -5.68998680551617, 56.695390901589271 ], [ -5.689157862788146, 56.695186211432187 ], [ -5.690719859891107, 56.693449563584885 ], [ -5.69183672624543, 56.692840997563984 ], [ -5.692837721699241, 56.693467639079586 ], [ -5.692142982573103, 56.694881876121293 ], [ -5.692680134077333, 56.695360444199046 ], [ -5.691786166482384, 56.695409451490988 ], [ -5.691626226576129, 56.69577833592566 ], [ -5.69124159794797, 56.695605430618976 ] ] ], [ [ [ -5.696561339267496, 56.695528409458937 ], [ -5.697678586472108, 56.695256945588874 ], [ -5.697966327368089, 56.695940708603629 ], [ -5.697124103660887, 56.695934269615087 ], [ -5.696561339267496, 56.695528409458937 ] ] ], [ [ [ -6.109738140506428, 56.689406646518336 ], [ -6.11045430627288, 56.688182430198466 ], [ -6.111311448397222, 56.688324961527478 ], [ -6.111620078908259, 56.688831848466599 ], [ -6.111948638750587, 56.688623142193556 ], [ -6.112159092878388, 56.689128777579235 ], [ -6.112531294974535, 56.688945605340578 ], [ -6.112347713016631, 56.689509234387629 ], [ -6.111197270166669, 56.689299966346063 ], [ -6.109985366998092, 56.689875098450344 ], [ -6.109738140506428, 56.689406646518336 ] ] ], [ [ [ -6.073835174278109, 56.690992544863541 ], [ -6.073754623043559, 56.69055004446615 ], [ -6.07389197590947, 56.690837808325696 ], [ -6.074526580908862, 56.690434829669378 ], [ -6.07420283678541, 56.690841114513425 ], [ -6.074698941961086, 56.691121621342589 ], [ -6.073835174278109, 56.690992544863541 ] ] ], [ [ [ -6.075611200110111, 56.691985606007727 ], [ -6.075792560799298, 56.691562401008554 ], [ -6.07597561063821, 56.69219668336487 ], [ -6.075611200110111, 56.691985606007727 ] ] ], [ [ [ -6.207894513524677, 56.695733406486667 ], [ -6.207573892912485, 56.695204655687697 ], [ -6.20885550657735, 56.695849277758086 ], [ -6.208702553333866, 56.696016333532789 ], [ -6.207894513524677, 56.695733406486667 ] ] ], [ [ [ -6.224602166933773, 56.719350175501447 ], [ -6.225238318417588, 56.719189174777178 ], [ -6.225099941294019, 56.719486158873345 ], [ -6.224602166933773, 56.719350175501447 ] ] ], [ [ [ -5.194312934303702, 56.754855438844316 ], [ -5.194619679312651, 56.754613854864346 ], [ -5.19491418721837, 56.754709677180927 ], [ -5.194312934303702, 56.754855438844316 ] ] ], [ [ [ -6.213981521461895, 56.72725575843544 ], [ -6.214450863190325, 56.727064492534787 ], [ -6.215172554700779, 56.727665081652781 ], [ -6.214752416748685, 56.728295356089994 ], [ -6.214117381024057, 56.727957132408328 ], [ -6.213981521461895, 56.72725575843544 ] ] ], [ [ [ -5.234928280827902, 56.761322374739159 ], [ -5.235699178834333, 56.760866374295986 ], [ -5.235338025903349, 56.761424100580307 ], [ -5.236294841825663, 56.761511614882664 ], [ -5.236398507473183, 56.761765116732775 ], [ -5.235737338004236, 56.762069948147591 ], [ -5.23512908921282, 56.761658753272734 ], [ -5.234928280827902, 56.761322374739159 ] ] ], [ [ [ -5.235696774326951, 56.762929478837719 ], [ -5.235639626679339, 56.762265755654482 ], [ -5.236608275337232, 56.762775457308962 ], [ -5.235696774326951, 56.762929478837719 ] ] ], [ [ [ -6.211406947100735, 56.732532060205791 ], [ -6.212395446283208, 56.732300749008502 ], [ -6.211725135711569, 56.733838809591887 ], [ -6.210986603152397, 56.733818837044183 ], [ -6.210637626811459, 56.733259571581023 ], [ -6.211406947100735, 56.732532060205791 ] ] ], [ [ [ -5.229321519881267, 56.763975840915684 ], [ -5.229213707292905, 56.763102182005923 ], [ -5.229761815855605, 56.763290232502243 ], [ -5.230201951539497, 56.76488790068445 ], [ -5.229321519881267, 56.763975840915684 ] ] ], [ [ [ -6.191086639799684, 56.73628029386996 ], [ -6.190202284639859, 56.735392767683187 ], [ -6.191507624931229, 56.735946856437543 ], [ -6.191086639799684, 56.73628029386996 ] ] ], [ [ [ -6.191692901359505, 56.737168188479075 ], [ -6.191540980472158, 56.736759618031982 ], [ -6.192492020798601, 56.736997378275532 ], [ -6.191881900822545, 56.737395645733073 ], [ -6.191692901359505, 56.737168188479075 ] ] ], [ [ [ -6.191652377721238, 56.737758608327702 ], [ -6.192206474985158, 56.737591556177534 ], [ -6.192698917249903, 56.737898722160097 ], [ -6.191652377721238, 56.737758608327702 ] ] ], [ [ [ -6.198249647771967, 56.747158982796037 ], [ -6.198085663431237, 56.746863240763716 ], [ -6.199442945104369, 56.747437986759095 ], [ -6.198249647771967, 56.747158982796037 ] ] ], [ [ [ -6.194496717814093, 56.749169590416145 ], [ -6.19401326280444, 56.748871119074813 ], [ -6.192207659171977, 56.748972415315315 ], [ -6.191116678864326, 56.74851003296083 ], [ -6.191745287882751, 56.748129136959747 ], [ -6.193260748679004, 56.748581710670884 ], [ -6.195280370655689, 56.748711505469096 ], [ -6.195309081528272, 56.749115232382408 ], [ -6.194496717814093, 56.749169590416145 ] ] ], [ [ [ -6.19352186142723, 56.751581140768749 ], [ -6.194029073767068, 56.751505596030434 ], [ -6.193826413838248, 56.751669805356883 ], [ -6.19352186142723, 56.751581140768749 ] ] ], [ [ [ -6.08784088821101, 56.763005490871969 ], [ -6.087744548341029, 56.762797325085131 ], [ -6.088532967732446, 56.763045715525713 ], [ -6.08784088821101, 56.763005490871969 ] ] ], [ [ [ -6.091448206591418, 56.762976929731749 ], [ -6.090393144894243, 56.762836237670527 ], [ -6.091400444764566, 56.762839111903666 ], [ -6.091448206591418, 56.762976929731749 ] ] ], [ [ [ -5.898525573859232, 56.772057252345277 ], [ -5.898635762036498, 56.771541266106546 ], [ -5.89941668748729, 56.771570769098687 ], [ -5.899238174664616, 56.772138350702441 ], [ -5.898525573859232, 56.772057252345277 ] ] ], [ [ [ -5.951350996920993, 56.781034576692001 ], [ -5.952076562776448, 56.781002564877873 ], [ -5.952219391193133, 56.781658952385648 ], [ -5.951420117057656, 56.781302146876428 ], [ -5.951350996920993, 56.781034576692001 ] ] ], [ [ [ -5.960345083258177, 56.784305314972841 ], [ -5.959404312859397, 56.783773214535415 ], [ -5.96050021797326, 56.783990153774774 ], [ -5.960956040398292, 56.784506195765339 ], [ -5.960345083258177, 56.784305314972841 ] ] ], [ [ [ -5.882966966819017, 56.787325825581462 ], [ -5.882828363103404, 56.78701543285063 ], [ -5.884480937925833, 56.786995384094709 ], [ -5.884604064225736, 56.786681327378879 ], [ -5.885727197916875, 56.786452975201691 ], [ -5.885563728618187, 56.787168427095459 ], [ -5.883919399381098, 56.787426515790713 ], [ -5.882966966819017, 56.787325825581462 ] ] ], [ [ [ -5.825584451357467, 56.786417176756252 ], [ -5.826754149278966, 56.786080034424671 ], [ -5.827520443031346, 56.786204853881308 ], [ -5.830426495466695, 56.78731141363852 ], [ -5.831341494729923, 56.788330795749808 ], [ -5.830745556557297, 56.789072943522307 ], [ -5.829891400201921, 56.789211599405519 ], [ -5.827524837785226, 56.788978615975125 ], [ -5.824912472566089, 56.788182171408067 ], [ -5.824736719827207, 56.787261437522979 ], [ -5.825584451357467, 56.786417176756252 ] ] ], [ [ [ -5.813685199578501, 56.789501942592167 ], [ -5.813131893869055, 56.788813045849707 ], [ -5.812512638809323, 56.788845485097966 ], [ -5.812004689512028, 56.788038306366751 ], [ -5.811744375202178, 56.788298033156316 ], [ -5.811486831166237, 56.78737529297841 ], [ -5.816275817678734, 56.788716779883373 ], [ -5.816043972667978, 56.789658998999755 ], [ -5.814441467167595, 56.789447319799798 ], [ -5.813933571925323, 56.79001135085516 ], [ -5.813685199578501, 56.789501942592167 ] ] ], [ [ [ -5.870291543814444, 56.789437692712035 ], [ -5.870471646083463, 56.788960030834225 ], [ -5.870806130711705, 56.789264349501927 ], [ -5.871219027370501, 56.789058197105675 ], [ -5.872021879800339, 56.789217577124312 ], [ -5.871906975241355, 56.789850570861375 ], [ -5.872581220729974, 56.790351135289846 ], [ -5.871593931875423, 56.790548168435642 ], [ -5.870291543814444, 56.789437692712035 ] ] ], [ [ [ -5.880352532889755, 56.790005915917028 ], [ -5.880349223828817, 56.789736265434207 ], [ -5.880666822886477, 56.789955663098148 ], [ -5.881263023148504, 56.789779733621714 ], [ -5.880721336567182, 56.790403554296965 ], [ -5.880352532889755, 56.790005915917028 ] ] ], [ [ [ -5.883399488199512, 56.791030451907368 ], [ -5.8846741046005, 56.790523139709407 ], [ -5.885573371872207, 56.791138009532474 ], [ -5.884590589480635, 56.79129903886745 ], [ -5.883399488199512, 56.791030451907368 ] ] ], [ [ [ -5.885941676748053, 56.79129287033404 ], [ -5.886459614797802, 56.790440475363454 ], [ -5.886594189466104, 56.790948810256516 ], [ -5.887827180582107, 56.791463334680259 ], [ -5.887503248733472, 56.79165777542152 ], [ -5.886346911658605, 56.791329684540258 ], [ -5.885941676748053, 56.79129287033404 ] ] ], [ [ [ -5.88930695811942, 56.795701748757722 ], [ -5.889816779423931, 56.794692236367801 ], [ -5.890782230035476, 56.795390427610279 ], [ -5.890668358941255, 56.795951476767087 ], [ -5.890050336459503, 56.795759466904528 ], [ -5.88930695811942, 56.795701748757722 ] ] ], [ [ [ -5.87671187826977, 56.810665434528197 ], [ -5.876194830452072, 56.809786838747684 ], [ -5.875846004284159, 56.809901093510554 ], [ -5.875936716139964, 56.809430701143697 ], [ -5.875607347437993, 56.809733176837575 ], [ -5.875392237243249, 56.80931725440179 ], [ -5.8748995956023, 56.809467450009741 ], [ -5.874006499275768, 56.808676968506838 ], [ -5.871532273970008, 56.808686423563749 ], [ -5.87060937204342, 56.808162101234331 ], [ -5.868270991413928, 56.807740165919441 ], [ -5.868000308740772, 56.807896931474183 ], [ -5.866369069222891, 56.806940482134685 ], [ -5.86579844396482, 56.806890747767696 ], [ -5.865373725570168, 56.807461408682549 ], [ -5.864992842107803, 56.807423768226606 ], [ -5.864360898927044, 56.807097186178289 ], [ -5.864730837715467, 56.807108192819697 ], [ -5.864692070532825, 56.806493463344651 ], [ -5.86326988619593, 56.806132935890126 ], [ -5.863344910911458, 56.805429257326828 ], [ -5.86287884668447, 56.80520093014394 ], [ -5.862674897080539, 56.805369102906432 ], [ -5.862772046387351, 56.805118819743925 ], [ -5.862153361299131, 56.805079550722866 ], [ -5.862081268693999, 56.80565275775858 ], [ -5.861085405424465, 56.805611685088401 ], [ -5.859839999146868, 56.806171785554596 ], [ -5.859311102946917, 56.80692548480296 ], [ -5.858577487476583, 56.807123540554571 ], [ -5.858491173034237, 56.80763873882438 ], [ -5.858105955454315, 56.80716061944274 ], [ -5.857453338238063, 56.808066502810128 ], [ -5.856251785940386, 56.808018269792143 ], [ -5.855698167328938, 56.807815104484305 ], [ -5.855273166684642, 56.806232233090576 ], [ -5.854096959591061, 56.805792058994655 ], [ -5.853756970743734, 56.806072323723058 ], [ -5.852517047742406, 56.805809442812219 ], [ -5.849751520832887, 56.803458175768419 ], [ -5.846350117793081, 56.802893338592526 ], [ -5.845007722106851, 56.803307920470857 ], [ -5.843860201639811, 56.803145508296254 ], [ -5.84116756626387, 56.801978706835641 ], [ -5.839098120269846, 56.800334079163981 ], [ -5.837860233692314, 56.800008053361218 ], [ -5.836491063023014, 56.798638537527324 ], [ -5.836466430342972, 56.798958497472753 ], [ -5.835648925116126, 56.798736397147302 ], [ -5.835953595207247, 56.798911345514739 ], [ -5.835524057486349, 56.799117887628647 ], [ -5.835297141930731, 56.798180755828518 ], [ -5.835820182746059, 56.798007302182597 ], [ -5.835025435170074, 56.797366388803766 ], [ -5.835815734762526, 56.797643279739845 ], [ -5.835694406505707, 56.797017603567554 ], [ -5.834019802300706, 56.795864272437107 ], [ -5.833643106902907, 56.796748046883401 ], [ -5.833133044950966, 56.797208822769342 ], [ -5.832631152325983, 56.797188295702171 ], [ -5.83216434617376, 56.797832063998342 ], [ -5.832124417242174, 56.799847404420206 ], [ -5.831347586121529, 56.799943225743014 ], [ -5.830964944321819, 56.800368602863323 ], [ -5.829590227512799, 56.800226534067178 ], [ -5.829045499090484, 56.80058944963401 ], [ -5.827784809138078, 56.800601209017117 ], [ -5.82646108622221, 56.800075398416517 ], [ -5.826303050508755, 56.800534324576951 ], [ -5.822779449001186, 56.799567987413056 ], [ -5.821152447375406, 56.798637816114379 ], [ -5.820670216566956, 56.798890879135392 ], [ -5.818741036200948, 56.797889019483883 ], [ -5.816521007330722, 56.797651327547577 ], [ -5.812257084870829, 56.795925115877772 ], [ -5.811256054091911, 56.795829859178419 ], [ -5.809275591759937, 56.794964300557687 ], [ -5.809237521419115, 56.793540314818443 ], [ -5.809874987353903, 56.793444396038709 ], [ -5.810754064458338, 56.79266222697796 ], [ -5.817771099963594, 56.792222617010665 ], [ -5.81985192883477, 56.79157888373247 ], [ -5.821835595670358, 56.791670905129813 ], [ -5.821976965033805, 56.791369847744328 ], [ -5.822931886856389, 56.791174206421225 ], [ -5.826750646759071, 56.7911064233354 ], [ -5.829294853813836, 56.792035305993871 ], [ -5.829916972145997, 56.794839535650141 ], [ -5.830854122210727, 56.795031018267927 ], [ -5.832326770825967, 56.794288883129518 ], [ -5.832977079723201, 56.794399256521324 ], [ -5.833273557414469, 56.793131313801553 ], [ -5.833956058013489, 56.793236195543571 ], [ -5.835137102628756, 56.792768249805825 ], [ -5.835132427426091, 56.792161461330721 ], [ -5.836583211289768, 56.791527844392199 ], [ -5.836097860987692, 56.791187621532039 ], [ -5.836874049265616, 56.790206114296822 ], [ -5.838105537161847, 56.789511794245179 ], [ -5.839458618534271, 56.789285773464691 ], [ -5.839112091860855, 56.788941283877847 ], [ -5.838235137310087, 56.788936834469233 ], [ -5.838669302447263, 56.788936944911384 ], [ -5.838804333727723, 56.787934715505855 ], [ -5.83981201899276, 56.787615928837411 ], [ -5.839613771257554, 56.787199433286688 ], [ -5.840088017545754, 56.786951033632469 ], [ -5.841245667224202, 56.78729748769431 ], [ -5.842580388188657, 56.786973089414438 ], [ -5.843466498624239, 56.787467268778684 ], [ -5.84580294170518, 56.787566004334295 ], [ -5.847532115978598, 56.787094499996378 ], [ -5.848174701859715, 56.786571119786721 ], [ -5.849838879755281, 56.787063697155588 ], [ -5.851330740841585, 56.785956568300158 ], [ -5.854384268132935, 56.786338687124022 ], [ -5.856175081533492, 56.787425209852259 ], [ -5.856664339466849, 56.786686233547634 ], [ -5.85727739690086, 56.786514393988895 ], [ -5.858373292050056, 56.78673671968518 ], [ -5.85822270928274, 56.786467136825586 ], [ -5.860769071656097, 56.787889861503849 ], [ -5.863596419075717, 56.78798204138711 ], [ -5.863941312412773, 56.788308533868118 ], [ -5.863133208453985, 56.788495446452977 ], [ -5.864302044225835, 56.788868318853154 ], [ -5.864746854725714, 56.788733132298134 ], [ -5.866323290056568, 56.789961042242233 ], [ -5.867428723113714, 56.790353837714612 ], [ -5.867912316292803, 56.791071650503724 ], [ -5.868882678937239, 56.791266313288922 ], [ -5.869704988330849, 56.790899087948645 ], [ -5.870288473075131, 56.791393491932595 ], [ -5.871002157468705, 56.791402789718909 ], [ -5.871507353057244, 56.790820611401813 ], [ -5.872493899182794, 56.790933817573766 ], [ -5.872949292810698, 56.792250440643997 ], [ -5.873734939381857, 56.792163072526236 ], [ -5.874216991767073, 56.791595089914601 ], [ -5.875437508048969, 56.792069659425096 ], [ -5.875435919238275, 56.791737013636386 ], [ -5.876619160898106, 56.791295571103092 ], [ -5.877201013326833, 56.791614655662393 ], [ -5.876837162824676, 56.792057583578838 ], [ -5.877888279893282, 56.79200239068642 ], [ -5.878354609683319, 56.792392504310357 ], [ -5.87915379749605, 56.792277704931138 ], [ -5.879950326034477, 56.792612572218609 ], [ -5.881316511836847, 56.792435140589049 ], [ -5.883400219638238, 56.79135413380169 ], [ -5.885886586450635, 56.79218477761799 ], [ -5.886188629188025, 56.791937073277843 ], [ -5.887109915500809, 56.792052200548689 ], [ -5.887570879803354, 56.79262678094674 ], [ -5.887069545254279, 56.79340223186928 ], [ -5.887476772683233, 56.79369524730955 ], [ -5.884964711291371, 56.797127547767843 ], [ -5.884916738163644, 56.79777195722621 ], [ -5.884320523490834, 56.797790546147468 ], [ -5.883494492707798, 56.798517655365686 ], [ -5.883781741137335, 56.798917828405592 ], [ -5.883202953739291, 56.799025786310914 ], [ -5.883109922798904, 56.800026774307952 ], [ -5.882502619777098, 56.800176080328384 ], [ -5.882500363589286, 56.800787592071956 ], [ -5.881313666539917, 56.802227281248435 ], [ -5.879851443755526, 56.803064096149065 ], [ -5.88003278560823, 56.803391145122333 ], [ -5.877563754256052, 56.804398650181454 ], [ -5.878237355708007, 56.805285855220525 ], [ -5.877590373025657, 56.805607213746427 ], [ -5.878056466739989, 56.806231124150003 ], [ -5.87715873325777, 56.807535889228916 ], [ -5.875592155825168, 56.808317448733177 ], [ -5.876522959938876, 56.80867963803199 ], [ -5.877551542815448, 56.808481289229832 ], [ -5.877549211381916, 56.809092801329882 ], [ -5.879280817125079, 56.809272694635958 ], [ -5.879708388871039, 56.809681996731271 ], [ -5.878908432330373, 56.81003060268182 ], [ -5.879584514170086, 56.809910647413794 ], [ -5.879888263452517, 56.810152960228223 ], [ -5.879412609827475, 56.810388066669844 ], [ -5.879141253789291, 56.810221174373353 ], [ -5.878950220350765, 56.810672213012005 ], [ -5.878434395556288, 56.809964430989531 ], [ -5.878096465663471, 56.810500965716528 ], [ -5.878568075973267, 56.810702090738658 ], [ -5.876982250721116, 56.810585089337728 ], [ -5.877027029735453, 56.810938870523188 ], [ -5.87671187826977, 56.810665434528197 ] ] ], [ [ [ -5.126829920900713, 56.838115486291791 ], [ -5.127144484074181, 56.837482876629387 ], [ -5.128339122385089, 56.83768842863838 ], [ -5.127399796325226, 56.838498506160477 ], [ -5.126829920900713, 56.838115486291791 ] ] ], [ [ [ -5.875489893642382, 56.818746558121369 ], [ -5.875643469779114, 56.817060326714682 ], [ -5.877170085896875, 56.818028912198876 ], [ -5.87671954678523, 56.819459127127793 ], [ -5.875810881487205, 56.819392973886217 ], [ -5.875489893642382, 56.818746558121369 ] ] ], [ [ [ -5.871963090788927, 56.820159973191238 ], [ -5.87168350385676, 56.819755039116259 ], [ -5.87132778837556, 56.819882980811023 ], [ -5.871351346909923, 56.819396696018323 ], [ -5.870914837393586, 56.819536137819711 ], [ -5.870692313122819, 56.819048504045398 ], [ -5.870137999204543, 56.819079205143026 ], [ -5.870021104418139, 56.818502869031036 ], [ -5.870663901670089, 56.818217652200772 ], [ -5.870068583595934, 56.818168701164545 ], [ -5.869912072614423, 56.817764437766471 ], [ -5.87025803897621, 56.81706582832831 ], [ -5.871693026229297, 56.8172280684662 ], [ -5.873025855977414, 56.81648080608818 ], [ -5.872943643156847, 56.817589343933889 ], [ -5.872224227440872, 56.817688127230333 ], [ -5.872747506988135, 56.818944198188028 ], [ -5.871963090788927, 56.820159973191238 ] ] ], [ [ [ -5.832987976861293, 56.836196204177156 ], [ -5.833106464913069, 56.835190003716654 ], [ -5.835133352512226, 56.834399352610724 ], [ -5.836221443693431, 56.834613143317263 ], [ -5.836230196084832, 56.834298169332342 ], [ -5.836986074510095, 56.835192047175909 ], [ -5.837264907481049, 56.834711407991641 ], [ -5.83752487346475, 56.834847271153194 ], [ -5.835842133919199, 56.836755814079886 ], [ -5.835358440346742, 56.836838131678917 ], [ -5.833900602265343, 56.836698644124922 ], [ -5.833851520951825, 56.836219105511148 ], [ -5.832987976861293, 56.836196204177156 ] ] ], [ [ [ -5.736336887648195, 56.846125156382278 ], [ -5.737874138910969, 56.84607459149418 ], [ -5.740083795878194, 56.846678178387734 ], [ -5.738624165851219, 56.846766903207161 ], [ -5.73871095724257, 56.847061008856642 ], [ -5.737932888947769, 56.847156262881057 ], [ -5.736115456175185, 56.846783647959207 ], [ -5.736336887648195, 56.846125156382278 ] ] ], [ [ [ -5.719126403471051, 56.850015775111146 ], [ -5.719727669520779, 56.849543793876848 ], [ -5.719625600809259, 56.849011870037025 ], [ -5.720392861311493, 56.84913733538324 ], [ -5.72054852045692, 56.849465360991772 ], [ -5.721703130812112, 56.849278060831523 ], [ -5.722578655095988, 56.849584598964498 ], [ -5.72198382290914, 56.850038420398086 ], [ -5.720911805595112, 56.849818660474632 ], [ -5.72037482035549, 56.850194323790092 ], [ -5.720235192211063, 56.850027658901695 ], [ -5.719126403471051, 56.850015775111146 ] ] ], [ [ [ -5.736378879826479, 56.849423644015886 ], [ -5.73959697946128, 56.849196812402781 ], [ -5.740934364835463, 56.850100771492976 ], [ -5.739717199820513, 56.85023618011401 ], [ -5.73682730720223, 56.850053073787848 ], [ -5.736378879826479, 56.849423644015886 ] ] ], [ [ [ -5.781339596338592, 56.851372732239064 ], [ -5.781509854308908, 56.848265564547177 ], [ -5.782204852604115, 56.847673537942406 ], [ -5.781869239200026, 56.84719368976819 ], [ -5.783012524354008, 56.84706010622665 ], [ -5.783673957311442, 56.847516578825619 ], [ -5.782938231738571, 56.847705239920231 ], [ -5.784366789803169, 56.847877686279993 ], [ -5.783939127922648, 56.848110951770856 ], [ -5.784757027351762, 56.848167052476015 ], [ -5.78459379569679, 56.848500190248593 ], [ -5.785155426606742, 56.848537091824646 ], [ -5.785245211602494, 56.849181742611812 ], [ -5.784808075130859, 56.849159045492151 ], [ -5.785226540197879, 56.849321675059976 ], [ -5.784332154570702, 56.849645534041038 ], [ -5.782126078219997, 56.849330330546493 ], [ -5.782012348743994, 56.849666458703162 ], [ -5.782721652050843, 56.849784310377665 ], [ -5.783287183868205, 56.85042801685961 ], [ -5.781339596338592, 56.851372732239064 ] ] ], [ [ [ -5.737690591229792, 56.853933850987843 ], [ -5.737319121705916, 56.853747178367293 ], [ -5.738218052702525, 56.853463989644482 ], [ -5.735373259471555, 56.852501761375649 ], [ -5.735303866429081, 56.852135203682096 ], [ -5.735821738989752, 56.851980329145306 ], [ -5.735130574535367, 56.851385139426014 ], [ -5.735983385829969, 56.851215736479091 ], [ -5.737934284282075, 56.851525914203712 ], [ -5.738205882540564, 56.85104124305321 ], [ -5.740819008452057, 56.850670674251354 ], [ -5.740642386946817, 56.850873777391101 ], [ -5.741661430075373, 56.851054499224233 ], [ -5.74183767544783, 56.851422344051372 ], [ -5.741168413898107, 56.851950422870964 ], [ -5.741956194456417, 56.852115602263559 ], [ -5.742033250587501, 56.852886529294459 ], [ -5.742764467479373, 56.85289605593529 ], [ -5.742915409073968, 56.853174747340375 ], [ -5.740770917517097, 56.853391938958026 ], [ -5.741286165761135, 56.853785580410843 ], [ -5.740604016834684, 56.853774573104857 ], [ -5.739120501813341, 56.854448439360283 ], [ -5.737690591229792, 56.853933850987843 ] ] ], [ [ [ -5.759628185433303, 56.85569308856995 ], [ -5.758986615385565, 56.855514620383218 ], [ -5.7585820607358, 56.85557176918126 ], [ -5.758486783043613, 56.854949750841577 ], [ -5.760057219196507, 56.855226097628538 ], [ -5.759628185433303, 56.85569308856995 ] ] ], [ [ [ -5.784704686893081, 56.856009081180048 ], [ -5.784148683586626, 56.855054889716754 ], [ -5.786364676090674, 56.855302327335131 ], [ -5.786643137691298, 56.855864822616198 ], [ -5.785956613750237, 56.856784798476333 ], [ -5.784704686893081, 56.856009081180048 ] ] ], [ [ [ -6.279384795548255, 56.846607667636711 ], [ -6.279606475521173, 56.846465153586585 ], [ -6.279938124265955, 56.846782030773291 ], [ -6.279384795548255, 56.846607667636711 ] ] ], [ [ [ -6.263463908665551, 56.846020062774279 ], [ -6.262957300371647, 56.844958173957473 ], [ -6.26222418594542, 56.845149623736745 ], [ -6.260314793649003, 56.844306561000366 ], [ -6.257922516217181, 56.842535655745962 ], [ -6.256252304446758, 56.840546694290992 ], [ -6.255005048175425, 56.840256523443671 ], [ -6.253844328847635, 56.840727828197195 ], [ -6.251758397195127, 56.840349331398997 ], [ -6.249567061819095, 56.841354881997475 ], [ -6.249991728649204, 56.841987927703386 ], [ -6.249735552635006, 56.842477809622004 ], [ -6.251098206125221, 56.844000692150729 ], [ -6.248637780968614, 56.84249275019193 ], [ -6.24767903841359, 56.842359048870875 ], [ -6.249240122983843, 56.844257407285113 ], [ -6.249085999566462, 56.844923676261629 ], [ -6.246373778142918, 56.843365816405061 ], [ -6.246274282004554, 56.844007736521512 ], [ -6.245252288484799, 56.843678316241444 ], [ -6.244912456866304, 56.843865260915976 ], [ -6.242669207710855, 56.842606120649542 ], [ -6.242139247302092, 56.842925436386274 ], [ -6.240188019445038, 56.842070009653284 ], [ -6.240157470748575, 56.842597160437833 ], [ -6.239448627626969, 56.843003489613764 ], [ -6.239951218224322, 56.843746333131783 ], [ -6.237697534472478, 56.843553173344134 ], [ -6.236289121476833, 56.844738705986572 ], [ -6.235973189602649, 56.844412192609667 ], [ -6.235561636440316, 56.844763428097309 ], [ -6.235011153657632, 56.843959242196398 ], [ -6.234406663027002, 56.844128168893768 ], [ -6.233844593393735, 56.843729071917416 ], [ -6.233558674658835, 56.844103013106199 ], [ -6.232770576800088, 56.843954407942881 ], [ -6.232853922138929, 56.844401243900911 ], [ -6.231420659223853, 56.844207087400541 ], [ -6.231652062061922, 56.844729837557175 ], [ -6.230979406515506, 56.844586295101415 ], [ -6.227617455013981, 56.84504211043005 ], [ -6.227151324792421, 56.844329461701662 ], [ -6.226098478787399, 56.844306705528879 ], [ -6.224385411462296, 56.843595847816665 ], [ -6.224706098997306, 56.845419609463654 ], [ -6.223878302871363, 56.845573568558358 ], [ -6.223040241534382, 56.845345655484863 ], [ -6.221663422159089, 56.84456041537775 ], [ -6.221463982031967, 56.843519453798017 ], [ -6.220560085502779, 56.843289258181464 ], [ -6.221169451462053, 56.842944865790436 ], [ -6.220706314177594, 56.842402966466793 ], [ -6.219449348274801, 56.84187894748414 ], [ -6.21910012068819, 56.84212909041748 ], [ -6.218529270881764, 56.841941566776988 ], [ -6.217525913305869, 56.840536599972729 ], [ -6.217373526003425, 56.838819547858009 ], [ -6.216473100167244, 56.838400349453664 ], [ -6.215447835583823, 56.83672631255051 ], [ -6.2148459098315, 56.836553314824563 ], [ -6.214868431645019, 56.836170340249595 ], [ -6.216132527623206, 56.835812820890794 ], [ -6.216863393131022, 56.835091117500404 ], [ -6.216918584429171, 56.834342809840365 ], [ -6.218298013759337, 56.833990357697751 ], [ -6.218074131522716, 56.833386393320822 ], [ -6.218827750382458, 56.833522763448933 ], [ -6.218677309045265, 56.832988260044147 ], [ -6.219333055941468, 56.832984047650328 ], [ -6.219760357589017, 56.832335554785345 ], [ -6.21925640604668, 56.831502753282578 ], [ -6.21982728977896, 56.831546377210429 ], [ -6.219938199582311, 56.830710743989791 ], [ -6.226970499743503, 56.833062491470237 ], [ -6.227800397810809, 56.833510986374797 ], [ -6.227345738959843, 56.833625335497381 ], [ -6.227411311175651, 56.834351569061027 ], [ -6.228718597276922, 56.834959234276482 ], [ -6.229122018432896, 56.834536349751737 ], [ -6.228366450755822, 56.833802051830986 ], [ -6.228589314691391, 56.833160461863478 ], [ -6.227271854573253, 56.831226628853209 ], [ -6.227244318984465, 56.828947759379417 ], [ -6.226178089112933, 56.827203248555747 ], [ -6.226447959052686, 56.82697825663903 ], [ -6.226774012966373, 56.827178540502779 ], [ -6.226848208926278, 56.8266004521588 ], [ -6.227347693166399, 56.82695673133351 ], [ -6.227187310422376, 56.826552976342136 ], [ -6.228205507121343, 56.827435750797576 ], [ -6.228848937479715, 56.827395930979222 ], [ -6.229704251394672, 56.82785254220321 ], [ -6.22925683148679, 56.827013362313444 ], [ -6.230316599355061, 56.827755313290425 ], [ -6.230730930319701, 56.827066747992937 ], [ -6.23287058125515, 56.827421270946211 ], [ -6.232257237331095, 56.826493306511203 ], [ -6.232783591781966, 56.826578852179246 ], [ -6.232597916480678, 56.825371058627383 ], [ -6.233013927598583, 56.825496324292068 ], [ -6.232899907400018, 56.825140463971159 ], [ -6.234071841257889, 56.824480108467448 ], [ -6.234448011578094, 56.824615716322754 ], [ -6.234182579980181, 56.824008691776022 ], [ -6.235071838498735, 56.824185318761536 ], [ -6.235798176288064, 56.823863850072911 ], [ -6.236386752399281, 56.823992231618583 ], [ -6.235830126925971, 56.822985912129916 ], [ -6.237376015074097, 56.823675304327878 ], [ -6.237576959055557, 56.823929278369121 ], [ -6.237096988508015, 56.823963586603242 ], [ -6.238348267469152, 56.824730435376203 ], [ -6.237914462157974, 56.82510042738825 ], [ -6.23725860589514, 56.824812460011472 ], [ -6.236724918182534, 56.824952016763575 ], [ -6.236579937737305, 56.826063128571846 ], [ -6.238891657541969, 56.826416194569369 ], [ -6.238644628093549, 56.825682644889184 ], [ -6.239911612630924, 56.826080217216877 ], [ -6.241800267772147, 56.828201332389753 ], [ -6.242169667740969, 56.827914459790591 ], [ -6.242542297120844, 56.82809063514221 ], [ -6.246022290910366, 56.832019137954511 ], [ -6.247845971162863, 56.832838343454576 ], [ -6.250547676156537, 56.832575350902395 ], [ -6.252097383734775, 56.833075580635004 ], [ -6.253698596115032, 56.832656704079604 ], [ -6.256463480139073, 56.829774333320252 ], [ -6.257136449567514, 56.828478772424241 ], [ -6.257768148802623, 56.82833577889312 ], [ -6.257317916320044, 56.827910482338481 ], [ -6.257629493146383, 56.827621040202835 ], [ -6.258277912621734, 56.827841707398022 ], [ -6.258138923348413, 56.826546902663125 ], [ -6.259889684544572, 56.826941234178555 ], [ -6.260110856383339, 56.826650379033644 ], [ -6.26104151186151, 56.827405487464723 ], [ -6.261172281975054, 56.827185172546919 ], [ -6.262052066182426, 56.827204548848457 ], [ -6.263213117172108, 56.827677460716004 ], [ -6.263580305750157, 56.82737260992964 ], [ -6.26463158014336, 56.827961683508022 ], [ -6.264469773234059, 56.827549023909512 ], [ -6.265566116868154, 56.827165250770271 ], [ -6.266580130795055, 56.82785900901834 ], [ -6.26852508486582, 56.828012741841434 ], [ -6.269300201117425, 56.828624727307542 ], [ -6.268992302148332, 56.828154123098457 ], [ -6.270118233320733, 56.828461795989732 ], [ -6.269990575730743, 56.82806146241581 ], [ -6.270348523244451, 56.828035706173459 ], [ -6.270715681698312, 56.829025900182252 ], [ -6.272751131658777, 56.82968460100772 ], [ -6.274004900815242, 56.830896203178881 ], [ -6.273659284277784, 56.831892847267582 ], [ -6.274244607497779, 56.832637222856953 ], [ -6.275039233550218, 56.83262795334511 ], [ -6.275486132746568, 56.832949879440378 ], [ -6.274862078476406, 56.833016255420475 ], [ -6.274940760710204, 56.833274368751219 ], [ -6.276591327894929, 56.833289686329081 ], [ -6.276480105892967, 56.833896070002005 ], [ -6.277193643542488, 56.834325756484127 ], [ -6.276898012012979, 56.834682153662754 ], [ -6.277625911948062, 56.835309203055097 ], [ -6.277277651657278, 56.835563981729969 ], [ -6.27675304187384, 56.835064857265223 ], [ -6.277008971186214, 56.835366351389361 ], [ -6.276428872160439, 56.835817948001527 ], [ -6.275086105824903, 56.835409842972027 ], [ -6.274906382675425, 56.835775749055507 ], [ -6.274279176884119, 56.835527455872075 ], [ -6.273764910603342, 56.83583738191799 ], [ -6.271783288546287, 56.83601324274774 ], [ -6.273093900399656, 56.836786723104758 ], [ -6.272961164973374, 56.837420820323658 ], [ -6.270441600981808, 56.836333525549037 ], [ -6.270050887330302, 56.83636040312836 ], [ -6.270203093804895, 56.836759895848587 ], [ -6.269715843963341, 56.836515778042809 ], [ -6.269669878197962, 56.836832125389918 ], [ -6.269108060884602, 56.836725462340851 ], [ -6.269324101791661, 56.837253175104713 ], [ -6.268140189372875, 56.837086874998 ], [ -6.268038514380946, 56.837994203154075 ], [ -6.268693303100166, 56.838268563514916 ], [ -6.267978747464419, 56.838189609981953 ], [ -6.268494099952067, 56.838464249529054 ], [ -6.268130427142306, 56.838656574141787 ], [ -6.269066660987159, 56.839240563443511 ], [ -6.268248393013213, 56.839331543120423 ], [ -6.268484858622156, 56.840326219572269 ], [ -6.269727110839789, 56.84100314937141 ], [ -6.269564169123857, 56.841660759871836 ], [ -6.268919526451104, 56.841691834226317 ], [ -6.268410778902364, 56.840899843477239 ], [ -6.266335438826774, 56.840399813140159 ], [ -6.265444566284651, 56.840861991671993 ], [ -6.263393366143355, 56.839781008082163 ], [ -6.264196652853654, 56.841071071643867 ], [ -6.262452454423934, 56.840020039788662 ], [ -6.262702096023189, 56.840771450024278 ], [ -6.264027460758236, 56.841890769324849 ], [ -6.26320449537551, 56.842157247784712 ], [ -6.264108521879806, 56.843034663905023 ], [ -6.26365387689953, 56.843077197254615 ], [ -6.263780505668677, 56.843468578290981 ], [ -6.265538679951614, 56.844712476666807 ], [ -6.264981857658704, 56.844650589398583 ], [ -6.265369075770773, 56.845095922148005 ], [ -6.264441849153146, 56.844952360078963 ], [ -6.264436691766905, 56.845339255843342 ], [ -6.263676547397255, 56.845221364250079 ], [ -6.263496691215353, 56.845443359542699 ], [ -6.264710969473258, 56.845802029245789 ], [ -6.267190623734156, 56.847686738151118 ], [ -6.266770121052315, 56.848317186071952 ], [ -6.265861243988993, 56.848118959434892 ], [ -6.263463908665551, 56.846020062774279 ] ] ], [ [ [ -5.697649134647174, 56.867314675131411 ], [ -5.699351869642946, 56.867102354226915 ], [ -5.698786194579304, 56.868022719933094 ], [ -5.697706086193505, 56.868140155042099 ], [ -5.69732717614723, 56.868209827222039 ], [ -5.697649134647174, 56.867314675131411 ] ] ], [ [ [ -5.889024711939706, 56.863846753188952 ], [ -5.888478832021056, 56.863396201979839 ], [ -5.887305403072705, 56.863652180218217 ], [ -5.887103001298851, 56.86304704914177 ], [ -5.887927803086766, 56.862769570612819 ], [ -5.888616327975999, 56.863044833042288 ], [ -5.888939259236501, 56.862866617935019 ], [ -5.889558362514431, 56.863405700392477 ], [ -5.889024711939706, 56.863846753188952 ] ] ], [ [ [ -6.282867562188851, 56.8497212326346 ], [ -6.281852103961045, 56.84895119499258 ], [ -6.2830062599128, 56.848996982521236 ], [ -6.283248306919521, 56.848673891021484 ], [ -6.284201319497427, 56.849113302084703 ], [ -6.284531159720175, 56.849843934340164 ], [ -6.283147630018206, 56.849945442166558 ], [ -6.284112159741864, 56.850987027415059 ], [ -6.282473158358947, 56.849788744390281 ], [ -6.282867562188851, 56.8497212326346 ] ] ], [ [ [ -6.276215085111594, 56.853268232382518 ], [ -6.275099620504459, 56.853131117416851 ], [ -6.274552891696437, 56.853158859228749 ], [ -6.272988219752207, 56.852322143966987 ], [ -6.272502832900392, 56.852527644440308 ], [ -6.27206894962648, 56.851602693152365 ], [ -6.271198280484556, 56.851308762243875 ], [ -6.270251465786853, 56.850203522551574 ], [ -6.270387870832359, 56.84988857405699 ], [ -6.272612915439119, 56.849681923187148 ], [ -6.271926162600508, 56.84869818768032 ], [ -6.27287855077111, 56.849277103622789 ], [ -6.274335680792821, 56.849317082531385 ], [ -6.273611634074576, 56.848653904088522 ], [ -6.274351957565542, 56.848812887459061 ], [ -6.273732625476742, 56.84791678449141 ], [ -6.274097881122927, 56.847665932711919 ], [ -6.275403318583038, 56.848318161949472 ], [ -6.276655951183504, 56.847861489309942 ], [ -6.277342122403556, 56.848049293356709 ], [ -6.277784264091135, 56.848973944847913 ], [ -6.278801556752849, 56.849258300033142 ], [ -6.279212035868773, 56.850049131102274 ], [ -6.280172123634014, 56.850263491255937 ], [ -6.279465202741766, 56.850971271354894 ], [ -6.28012032551377, 56.851317514341176 ], [ -6.27986758366616, 56.851906275480914 ], [ -6.279189623298799, 56.852149891723506 ], [ -6.277250477429288, 56.851771262760721 ], [ -6.277566879870037, 56.852313508057513 ], [ -6.277380452199329, 56.852621188267818 ], [ -6.276994663046837, 56.852548986591323 ], [ -6.277126059098836, 56.852908716252216 ], [ -6.27576426576757, 56.852483272590398 ], [ -6.276215085111594, 56.853268232382518 ] ] ], [ [ [ -5.829206083273756, 56.875092822645698 ], [ -5.830705173032399, 56.874017270703689 ], [ -5.831182322982677, 56.87418694331766 ], [ -5.831680800258638, 56.873843442989575 ], [ -5.832244766921585, 56.873978974588177 ], [ -5.831055745449654, 56.874955108833326 ], [ -5.829400135606636, 56.875464508942052 ], [ -5.829206083273756, 56.875092822645698 ] ] ], [ [ [ -5.894999189036898, 56.873613321406843 ], [ -5.894904277749259, 56.872465336889412 ], [ -5.895931541550095, 56.873026714168724 ], [ -5.89630340611505, 56.872498071304655 ], [ -5.897030725039641, 56.872938427673489 ], [ -5.897480672196594, 56.872371374323784 ], [ -5.898366332207214, 56.872519038018481 ], [ -5.898484091478606, 56.87317625477904 ], [ -5.897839942519311, 56.873061508113921 ], [ -5.898105246129758, 56.873637684238339 ], [ -5.897527984384292, 56.873376976888828 ], [ -5.897680136396168, 56.873812820584106 ], [ -5.896684050325388, 56.873866420518546 ], [ -5.894999189036898, 56.873613321406843 ] ] ], [ [ [ -5.816742086112574, 56.877983399974084 ], [ -5.817382546204744, 56.877500744552215 ], [ -5.81773888088575, 56.877934917120257 ], [ -5.818411255136735, 56.877604134194478 ], [ -5.820124041874248, 56.877893373493762 ], [ -5.819836907521768, 56.878297789688155 ], [ -5.81737458591854, 56.878629414699112 ], [ -5.817322844409797, 56.878042058182757 ], [ -5.816742086112574, 56.877983399974084 ] ] ], [ [ [ -5.822327040098733, 56.881211182552534 ], [ -5.823904870886635, 56.880821155981899 ], [ -5.824058952785248, 56.881283989814911 ], [ -5.824518291387345, 56.88127890112716 ], [ -5.824350765001863, 56.881648191208868 ], [ -5.821857413955034, 56.882079758750159 ], [ -5.822327040098733, 56.881211182552534 ] ] ], [ [ [ -5.804266113011215, 56.884406676541943 ], [ -5.805050238093702, 56.88436478277017 ], [ -5.805421025988424, 56.884699642845561 ], [ -5.805095141397676, 56.88553229395059 ], [ -5.803495022832193, 56.885706961525884 ], [ -5.80251114725751, 56.885561618107786 ], [ -5.804266113011215, 56.884406676541943 ] ] ], [ [ [ -5.82111383379029, 56.882758911272639 ], [ -5.82230148602649, 56.882326907072596 ], [ -5.824105357984063, 56.882460450283929 ], [ -5.824294551884719, 56.88302560963109 ], [ -5.82251040282172, 56.884370560230678 ], [ -5.820413484129309, 56.884825914842061 ], [ -5.820147714027405, 56.885279129430224 ], [ -5.819271274101784, 56.884658576779408 ], [ -5.81835200143944, 56.884583311780005 ], [ -5.81838082982074, 56.884141848668051 ], [ -5.82111383379029, 56.882758911272639 ] ] ], [ [ [ -6.184839968208535, 56.873343430245676 ], [ -6.184883492624987, 56.872851846764412 ], [ -6.185047813718928, 56.873219545360094 ], [ -6.185980760589428, 56.873264674679689 ], [ -6.186345790823943, 56.873738048243212 ], [ -6.185314160399701, 56.873691736791365 ], [ -6.184839968208535, 56.873343430245676 ] ] ], [ [ [ -5.741232477526871, 56.888546913352165 ], [ -5.741885318405116, 56.88817668431146 ], [ -5.74299108766621, 56.88822893576689 ], [ -5.742331301938878, 56.888693785850272 ], [ -5.741595233432868, 56.888724850152464 ], [ -5.741232477526871, 56.888546913352165 ] ] ], [ [ [ -6.122398590242938, 56.872801649291517 ], [ -6.120359578372224, 56.871137920468783 ], [ -6.121341078560675, 56.870507468077228 ], [ -6.120613626384508, 56.870239240769592 ], [ -6.120786837483584, 56.869873805937488 ], [ -6.121629238267554, 56.870291110602928 ], [ -6.12266613321561, 56.869865650408016 ], [ -6.123706490036852, 56.86880157769447 ], [ -6.124975602348408, 56.868993418084195 ], [ -6.125596928221525, 56.868671605503081 ], [ -6.126381697175704, 56.868789525868827 ], [ -6.126686718763717, 56.868428712855476 ], [ -6.126780237659363, 56.86897867635431 ], [ -6.12817180800517, 56.869238374739851 ], [ -6.128460964322971, 56.869700925697636 ], [ -6.126943316191253, 56.870605475845743 ], [ -6.126591741490827, 56.871511894795411 ], [ -6.127589188429353, 56.871919534211898 ], [ -6.12698779315945, 56.871827026915099 ], [ -6.126730351964502, 56.872172776455443 ], [ -6.128732806343481, 56.872758478900174 ], [ -6.128918154530163, 56.873098566372164 ], [ -6.126930719268519, 56.873542046735061 ], [ -6.127148193775168, 56.874173339965203 ], [ -6.126246812013904, 56.874711259205739 ], [ -6.126356065396588, 56.875701350039591 ], [ -6.125843690873198, 56.876118480858189 ], [ -6.126016591070987, 56.877313300847547 ], [ -6.125212098576863, 56.87776257383392 ], [ -6.124475467818202, 56.877710496793725 ], [ -6.123798645011711, 56.877530538836986 ], [ -6.123641141506708, 56.874613087369674 ], [ -6.122624809108411, 56.87366197612657 ], [ -6.122398590242938, 56.872801649291517 ] ] ], [ [ [ -5.743639855197169, 56.891181041198749 ], [ -5.744579348291833, 56.891130374774654 ], [ -5.74411068481439, 56.89153555156701 ], [ -5.743639855197169, 56.891181041198749 ] ] ], [ [ [ -5.742799528618234, 56.891565893306492 ], [ -5.743000888296542, 56.891362048967622 ], [ -5.743578173272693, 56.8917133681135 ], [ -5.742799528618234, 56.891565893306492 ] ] ], [ [ [ -5.750482810862084, 56.89200954504971 ], [ -5.750577861094558, 56.891647042084628 ], [ -5.749366484994092, 56.89193519726583 ], [ -5.749048692162606, 56.891387294009235 ], [ -5.750167400262986, 56.890584935230621 ], [ -5.75000503845663, 56.890931478422999 ], [ -5.75077112567578, 56.890544312110507 ], [ -5.751339473679966, 56.890805953416816 ], [ -5.752370012433065, 56.89068056154219 ], [ -5.75274633938412, 56.890992926513597 ], [ -5.75194328443001, 56.89109349949242 ], [ -5.752451531269322, 56.892229085852968 ], [ -5.750710642448932, 56.892479228625561 ], [ -5.74951889736769, 56.89230824612099 ], [ -5.750482810862084, 56.89200954504971 ] ] ], [ [ [ -5.740409722455646, 56.894442775487839 ], [ -5.740519461122952, 56.894061859588774 ], [ -5.741291191560738, 56.894303963336448 ], [ -5.74158131429614, 56.894083973913375 ], [ -5.741053114651579, 56.894715700740342 ], [ -5.740409722455646, 56.894442775487839 ] ] ], [ [ [ -5.925764499238492, 56.905374885801244 ], [ -5.924472294518478, 56.905042364991026 ], [ -5.924536126145077, 56.905337089890089 ], [ -5.924135267268431, 56.905354191136844 ], [ -5.923451894498295, 56.904872131979175 ], [ -5.922793846327656, 56.904865842890324 ], [ -5.922376176905271, 56.904096677751077 ], [ -5.921555059538986, 56.904572076914988 ], [ -5.921782143414849, 56.904308672459649 ], [ -5.921263644795784, 56.903987770362214 ], [ -5.92196868185622, 56.903502533295551 ], [ -5.923317770955205, 56.903595005540261 ], [ -5.923125646732306, 56.903173931127917 ], [ -5.923899553413553, 56.902484199883297 ], [ -5.924964799543745, 56.903003701310077 ], [ -5.925539688973157, 56.902922675348968 ], [ -5.926197005986095, 56.902218612633142 ], [ -5.925944031411635, 56.901453268598857 ], [ -5.926505341384932, 56.901399640611245 ], [ -5.926976045617207, 56.901969302398996 ], [ -5.926988628187281, 56.90154179123784 ], [ -5.927286705612455, 56.902188819424346 ], [ -5.927395601044015, 56.901974082665014 ], [ -5.928057657674818, 56.902097115122295 ], [ -5.9288416559643, 56.90095743803581 ], [ -5.929751441222898, 56.901639151937637 ], [ -5.930184715028056, 56.900915145765168 ], [ -5.930936442916163, 56.901421990969361 ], [ -5.93105491904397, 56.90122043665356 ], [ -5.932136521685671, 56.901348214146417 ], [ -5.932121639941268, 56.901753319547645 ], [ -5.932773883239438, 56.901314641109245 ], [ -5.933569032135716, 56.901375002337495 ], [ -5.934312730519398, 56.902273230252327 ], [ -5.934269937896001, 56.903115324852614 ], [ -5.933906956588469, 56.902789570605414 ], [ -5.933745855479311, 56.903756785269266 ], [ -5.933261666886351, 56.903996845112559 ], [ -5.93189243617188, 56.903635356827287 ], [ -5.931986852305258, 56.904063994116513 ], [ -5.931248035281633, 56.90399285534901 ], [ -5.930658162743487, 56.903462929364366 ], [ -5.930027480568596, 56.90371658234411 ], [ -5.929963791808706, 56.904595299274511 ], [ -5.929504198767235, 56.904600779718919 ], [ -5.929285590471302, 56.905178649059508 ], [ -5.928061670715394, 56.904479842976215 ], [ -5.9276624919534, 56.905216254846941 ], [ -5.926739676026673, 56.904723764845961 ], [ -5.926418788237918, 56.90534531007664 ], [ -5.925889099817425, 56.904449297241726 ], [ -5.925764499238492, 56.905374885801244 ] ] ], [ [ [ -5.90778150287203, 56.906914890198507 ], [ -5.907717254787576, 56.906143606128296 ], [ -5.90867113050111, 56.906149702179192 ], [ -5.909002791615635, 56.906413564719337 ], [ -5.909159448971399, 56.906889720044141 ], [ -5.90842930157522, 56.906980026919854 ], [ -5.90778150287203, 56.906914890198507 ] ] ], [ [ [ -5.902019849028365, 56.914063797277592 ], [ -5.902194690938627, 56.913613238022492 ], [ -5.903034532863813, 56.91362744159057 ], [ -5.902696053865761, 56.913219907573499 ], [ -5.903631403526324, 56.913518857820726 ], [ -5.904103042828386, 56.91339170885437 ], [ -5.90436241253683, 56.913671333027906 ], [ -5.904110116171798, 56.914088351343501 ], [ -5.903239137013392, 56.914169542306958 ], [ -5.902019849028365, 56.914063797277592 ] ] ], [ [ [ -5.917431370953062, 56.915163608979825 ], [ -5.918023978311886, 56.914466123644402 ], [ -5.919138451853898, 56.915060564520353 ], [ -5.91791152429481, 56.915822926878505 ], [ -5.917431370953062, 56.915163608979825 ] ] ], [ [ [ -5.913200137951083, 56.916514728814121 ], [ -5.913345839990224, 56.916101032664137 ], [ -5.912917351217841, 56.91648313086538 ], [ -5.911935514380808, 56.916212680101509 ], [ -5.911925276441388, 56.916428804697141 ], [ -5.911494505701857, 56.916239988608851 ], [ -5.910647644056163, 56.916473335801271 ], [ -5.908309459289104, 56.915809241718549 ], [ -5.909365913885701, 56.914908447848035 ], [ -5.910428533044861, 56.91453796811583 ], [ -5.91101855983057, 56.915148908827682 ], [ -5.911325744254293, 56.914550318896879 ], [ -5.912029318527151, 56.914361920465439 ], [ -5.912518145353379, 56.914634336912549 ], [ -5.912903567056079, 56.914312036733968 ], [ -5.913122045854824, 56.914592925863367 ], [ -5.913553641371812, 56.914475988062129 ], [ -5.913529999918065, 56.915191579834897 ], [ -5.913987795974581, 56.9150108763153 ], [ -5.913623457955806, 56.916083336596706 ], [ -5.914052204558193, 56.916488012918016 ], [ -5.913557340289319, 56.916472058318035 ], [ -5.913200137951083, 56.916514728814121 ] ] ], [ [ [ -5.914243132319181, 56.915564858813482 ], [ -5.914492768117281, 56.915201852627632 ], [ -5.915054888316982, 56.915467465087133 ], [ -5.915768266715113, 56.915215795144896 ], [ -5.915960005813154, 56.914692748900457 ], [ -5.916703969849402, 56.915438208295605 ], [ -5.915943521078367, 56.915632913423032 ], [ -5.916252481140259, 56.916149242664268 ], [ -5.915252660241501, 56.91664818403153 ], [ -5.914342812294437, 56.916123722408066 ], [ -5.914243132319181, 56.915564858813482 ] ] ], [ [ [ -5.884430089637281, 56.917930383853971 ], [ -5.885370547934238, 56.917725775973786 ], [ -5.884819305613884, 56.918669078463537 ], [ -5.884430089637281, 56.917930383853971 ] ] ], [ [ [ -5.885831062056178, 56.918754478953609 ], [ -5.886628570041686, 56.918360990000082 ], [ -5.887296655650889, 56.918461574565107 ], [ -5.887195242871572, 56.917961196741551 ], [ -5.887777951989182, 56.918505031394702 ], [ -5.887280501405811, 56.919095993422815 ], [ -5.886376950225768, 56.919188051727446 ], [ -5.885335642389678, 56.919444278123699 ], [ -5.885246975596898, 56.919303170623436 ], [ -5.885760617167686, 56.919250843472177 ], [ -5.885831062056178, 56.918754478953609 ] ] ], [ [ [ -5.884699463797924, 56.923442905125157 ], [ -5.885740461342848, 56.923334077077534 ], [ -5.885894508265176, 56.923945213676184 ], [ -5.885480372904714, 56.924389705765726 ], [ -5.88514071508066, 56.924206955351799 ], [ -5.884699463797924, 56.923442905125157 ] ] ], [ [ [ -5.890289317611734, 56.926119207654317 ], [ -5.890191257365544, 56.924310431623788 ], [ -5.890144031135875, 56.924882877576401 ], [ -5.88941472263579, 56.924748246705924 ], [ -5.889020796199825, 56.925070733331594 ], [ -5.889459965119189, 56.9253402905128 ], [ -5.88833603549858, 56.926153085432908 ], [ -5.887076813958904, 56.926061919444322 ], [ -5.887510512112113, 56.925252648709062 ], [ -5.886989815532218, 56.925147474138399 ], [ -5.886428836587604, 56.923865638128198 ], [ -5.886949047060063, 56.923966333985348 ], [ -5.886871679128217, 56.923618066312486 ], [ -5.886457275222171, 56.923586009888353 ], [ -5.886591169021844, 56.923055826524298 ], [ -5.885451775881886, 56.922772089531314 ], [ -5.886150508926191, 56.922534538710927 ], [ -5.88534397403018, 56.92134126827019 ], [ -5.885728100464711, 56.920924685171272 ], [ -5.885377347386895, 56.920477026005869 ], [ -5.886170496560748, 56.919962288406353 ], [ -5.886402867021903, 56.920220309447501 ], [ -5.886874184945295, 56.920088742457871 ], [ -5.886447243288331, 56.920488679097197 ], [ -5.887033951381574, 56.9204389402109 ], [ -5.887174008243522, 56.920915635509068 ], [ -5.888051250688429, 56.920892811346768 ], [ -5.887899279308934, 56.921643856908744 ], [ -5.889219488144861, 56.92090137783449 ], [ -5.889945988883772, 56.921562111810843 ], [ -5.890336903938526, 56.920974459325095 ], [ -5.889832675201044, 56.920001083020928 ], [ -5.890290903879969, 56.919744026567997 ], [ -5.890845663311678, 56.920886669021222 ], [ -5.891536772405207, 56.920892101074081 ], [ -5.892958035890405, 56.918990991934045 ], [ -5.89353601756648, 56.919094353600329 ], [ -5.894005734523933, 56.918553684589156 ], [ -5.894782421905614, 56.918907106277423 ], [ -5.894720913436815, 56.918553851478414 ], [ -5.895468327315338, 56.919020579237142 ], [ -5.896250507053795, 56.920529260821525 ], [ -5.896953077127253, 56.920565776158377 ], [ -5.896991759974229, 56.920070022062355 ], [ -5.897291869507953, 56.92026746300872 ], [ -5.897476376457907, 56.919987453782831 ], [ -5.897640678250525, 56.920458886840571 ], [ -5.89844953018768, 56.920568505134199 ], [ -5.899062955587915, 56.919672649237228 ], [ -5.900265096468545, 56.919769970279681 ], [ -5.900474824432087, 56.921934929268041 ], [ -5.898722403756469, 56.922236946300181 ], [ -5.89851242888336, 56.921721981944877 ], [ -5.897830181113194, 56.921959088997482 ], [ -5.897601463948608, 56.921736940633458 ], [ -5.897759466676758, 56.922069198084849 ], [ -5.896931754224495, 56.922881818162935 ], [ -5.896716151159316, 56.922627787673605 ], [ -5.895887064773415, 56.922954888689347 ], [ -5.896176639354096, 56.923287537587044 ], [ -5.895418818712834, 56.922879583637823 ], [ -5.895185312771513, 56.923399399345691 ], [ -5.894964600565315, 56.922938715324619 ], [ -5.894726880256998, 56.923418198704326 ], [ -5.892468925821658, 56.923367235744102 ], [ -5.892610711837328, 56.922755872670258 ], [ -5.892056249535544, 56.922957491339048 ], [ -5.891899556644803, 56.922243038152764 ], [ -5.891297413926062, 56.922144917150284 ], [ -5.891102071373529, 56.923346905882902 ], [ -5.89177538009849, 56.924521816998201 ], [ -5.891176987303694, 56.92516989108708 ], [ -5.891571245586811, 56.925323948518745 ], [ -5.891295801782168, 56.925678715977277 ], [ -5.891692440491402, 56.925697823022077 ], [ -5.890289317611734, 56.926119207654317 ] ] ], [ [ [ -5.861096859327596, 56.942762551407419 ], [ -5.862870703305736, 56.942655541148639 ], [ -5.862498754843869, 56.943305449069868 ], [ -5.86125740592057, 56.943360023267417 ], [ -5.861096859327596, 56.942762551407419 ] ] ], [ [ [ -5.856076021866277, 56.944258333279294 ], [ -5.855562928925038, 56.943750867145745 ], [ -5.856284471238404, 56.943139640538881 ], [ -5.856784513181945, 56.943266264588267 ], [ -5.856878315775302, 56.942614176636191 ], [ -5.857387470858578, 56.942797163581552 ], [ -5.858244214079056, 56.942109815737879 ], [ -5.859717366606193, 56.94229267717472 ], [ -5.858907298517604, 56.942778980300972 ], [ -5.859032873346329, 56.943150048303131 ], [ -5.858762440891427, 56.942984867791019 ], [ -5.858956173326732, 56.943919399577318 ], [ -5.856156386406285, 56.943889895263325 ], [ -5.856076021866277, 56.944258333279294 ] ] ], [ [ [ -5.859539445509053, 56.948634537536115 ], [ -5.859127739526953, 56.947867691291783 ], [ -5.859984869372432, 56.948296175528633 ], [ -5.859539445509053, 56.948634537536115 ] ] ], [ [ [ -5.871920408545402, 56.952815444706964 ], [ -5.871624119790207, 56.952339082349241 ], [ -5.872723722937523, 56.952390410832727 ], [ -5.873082490502398, 56.952676009199209 ], [ -5.871920408545402, 56.952815444706964 ] ] ], [ [ [ -6.113965535390256, 56.928389933303961 ], [ -6.11349010233703, 56.926314795873267 ], [ -6.111739240294419, 56.924528979380881 ], [ -6.112726104875523, 56.924082800820635 ], [ -6.113308041205351, 56.92324528707519 ], [ -6.112888901703807, 56.921829257782676 ], [ -6.113724787120744, 56.91971539884171 ], [ -6.113385244520562, 56.918872281683385 ], [ -6.114392494637292, 56.917269849448068 ], [ -6.114444737606487, 56.909687257023187 ], [ -6.116056333980444, 56.906113451530985 ], [ -6.116773068317147, 56.900536785931997 ], [ -6.118702490941526, 56.895751910672566 ], [ -6.117756175683085, 56.893800245151937 ], [ -6.116609257320342, 56.892785943740506 ], [ -6.117156183613639, 56.891486427365422 ], [ -6.116589603966152, 56.890295599467684 ], [ -6.117234101633717, 56.888763546604352 ], [ -6.116463474343511, 56.887957148915511 ], [ -6.117038663369269, 56.887884210226083 ], [ -6.117027445547583, 56.887111203216556 ], [ -6.1179265076432, 56.887517676116914 ], [ -6.119622978563267, 56.886886124580435 ], [ -6.119236239631593, 56.885612930060248 ], [ -6.11940451602416, 56.885351079025824 ], [ -6.120142562816804, 56.885340192559006 ], [ -6.120835529097391, 56.885739962361214 ], [ -6.120301792360689, 56.886337627462538 ], [ -6.121133913261379, 56.886732799497153 ], [ -6.122692334310237, 56.886861159163701 ], [ -6.123479933774661, 56.887671455883435 ], [ -6.124797694819418, 56.887479508092092 ], [ -6.125929804923102, 56.889177678139774 ], [ -6.126797576269373, 56.889373793821449 ], [ -6.129294981056252, 56.887069925283427 ], [ -6.129108554404606, 56.885754152648779 ], [ -6.126274043982136, 56.883069172338118 ], [ -6.126941541034942, 56.882494031645258 ], [ -6.127962934559098, 56.882595125460071 ], [ -6.128445378340416, 56.882129517563619 ], [ -6.129119146065923, 56.882057754458152 ], [ -6.129008652295667, 56.881652239009185 ], [ -6.128196848924644, 56.881440800227168 ], [ -6.128362076286557, 56.881152057924155 ], [ -6.130396489281136, 56.88194801644336 ], [ -6.131685680403382, 56.8820941683718 ], [ -6.132221861491522, 56.881743671586847 ], [ -6.132594820386006, 56.880139583487939 ], [ -6.132996959631968, 56.880508454314665 ], [ -6.134712432094065, 56.879979474102953 ], [ -6.134641072206362, 56.87948273678807 ], [ -6.131496189839225, 56.878372917019156 ], [ -6.130988769861953, 56.877719758535697 ], [ -6.129706731622241, 56.877339552015492 ], [ -6.128530219239503, 56.876501702367463 ], [ -6.130725379287996, 56.876896645467738 ], [ -6.134709152004795, 56.875865355639064 ], [ -6.135141601492148, 56.875320440078724 ], [ -6.134810162085351, 56.874922254214262 ], [ -6.135382834662695, 56.875348412928048 ], [ -6.136310846515943, 56.875200731408221 ], [ -6.13690371770001, 56.873805159757829 ], [ -6.136332306788082, 56.873167634120541 ], [ -6.13896764657767, 56.872050517132458 ], [ -6.139472627624905, 56.871494184222733 ], [ -6.140452604896083, 56.871816870821384 ], [ -6.140654878684848, 56.871418964869903 ], [ -6.144253201324159, 56.873214926400379 ], [ -6.145571647050684, 56.87340492234447 ], [ -6.145706961973745, 56.873144126630926 ], [ -6.146239055907459, 56.87349964302485 ], [ -6.146758879938441, 56.873226061973469 ], [ -6.147305856753166, 56.873567589798434 ], [ -6.147019450232746, 56.873280347944778 ], [ -6.147456957790048, 56.873005004574424 ], [ -6.147825442911313, 56.873365955354707 ], [ -6.149239786272839, 56.873309914684214 ], [ -6.150474274525445, 56.87289113384179 ], [ -6.151343773878526, 56.873105002352865 ], [ -6.152035525912079, 56.872605348480448 ], [ -6.152819403459802, 56.872565758734972 ], [ -6.152989600919253, 56.872915311999783 ], [ -6.153044986824039, 56.872526771418016 ], [ -6.154600819969724, 56.873005533687689 ], [ -6.155102719351572, 56.872719024220707 ], [ -6.15558994076987, 56.872891641925222 ], [ -6.156158771755095, 56.872616387141782 ], [ -6.157717125425705, 56.87260041475021 ], [ -6.159345293480142, 56.87195708342324 ], [ -6.162234151867251, 56.872386788434326 ], [ -6.16395480859925, 56.872279887350452 ], [ -6.164167607542097, 56.872052453788427 ], [ -6.164686194270969, 56.872727596562882 ], [ -6.166115471414981, 56.873174472273703 ], [ -6.16592190945316, 56.872911148506638 ], [ -6.166299531193136, 56.872983966980151 ], [ -6.167112991910876, 56.873725689713289 ], [ -6.167656819871072, 56.873595104519509 ], [ -6.16857244514413, 56.874000663086868 ], [ -6.169155678497517, 56.873855264658381 ], [ -6.171510700840232, 56.87420817783817 ], [ -6.172925075130897, 56.873931537978649 ], [ -6.173709004744744, 56.874480858506665 ], [ -6.175114621786062, 56.874640648951448 ], [ -6.175542301696419, 56.875161416053082 ], [ -6.17673191028455, 56.875225000902255 ], [ -6.176491424083325, 56.875718678909934 ], [ -6.179849557889903, 56.877697060085417 ], [ -6.181332963417069, 56.87789014833573 ], [ -6.182105746889836, 56.878484758837573 ], [ -6.183474647027857, 56.878681661954062 ], [ -6.183565004742509, 56.878975402392896 ], [ -6.185571282872705, 56.879069963628965 ], [ -6.188812086740364, 56.880067311294027 ], [ -6.191581758900432, 56.879717956390671 ], [ -6.19493724322874, 56.881808455605345 ], [ -6.194486223338138, 56.882327238975613 ], [ -6.194801771026398, 56.882577427271137 ], [ -6.194435058377931, 56.882603249773766 ], [ -6.19493227580461, 56.882788872951451 ], [ -6.194765549316172, 56.883059777437339 ], [ -6.196007638716124, 56.88336872956971 ], [ -6.196148897938775, 56.884114903373465 ], [ -6.197777012443325, 56.884496286197844 ], [ -6.198474108275913, 56.884194036113335 ], [ -6.200359787693246, 56.885551465002344 ], [ -6.200640169677711, 56.885195786575984 ], [ -6.202128636212734, 56.88623382081564 ], [ -6.202594200139517, 56.885844919496833 ], [ -6.202915001954111, 56.886360209884536 ], [ -6.203408131776123, 56.885997356018848 ], [ -6.205347277029469, 56.886732384170273 ], [ -6.206227175507205, 56.88659479728792 ], [ -6.206590580682151, 56.887050186984162 ], [ -6.206261024094617, 56.887479483224787 ], [ -6.208477991943537, 56.887908321250087 ], [ -6.210134432111615, 56.888684292698429 ], [ -6.210303332737866, 56.888943890859622 ], [ -6.209571494706181, 56.889229393273503 ], [ -6.210257787927963, 56.889633407082137 ], [ -6.210016764274711, 56.8900462355165 ], [ -6.209490172240448, 56.889893136769452 ], [ -6.208817226006998, 56.890774693388416 ], [ -6.208169655299022, 56.890787548022601 ], [ -6.208494727419382, 56.891266709390543 ], [ -6.208076981379801, 56.891496638796077 ], [ -6.207564223164983, 56.891320582067571 ], [ -6.207151514084022, 56.891595304210533 ], [ -6.207520758845417, 56.891956066909465 ], [ -6.20699364492467, 56.8917984783238 ], [ -6.206595550730738, 56.892203106496346 ], [ -6.207002737519401, 56.892827889790041 ], [ -6.206725777519825, 56.893286888448102 ], [ -6.207494747530586, 56.8938410140561 ], [ -6.206533570732157, 56.893841953275192 ], [ -6.207035696766547, 56.894288168465948 ], [ -6.206670990191926, 56.895865278715661 ], [ -6.206987879721253, 56.897001221528747 ], [ -6.207638408635878, 56.897451423677317 ], [ -6.207251544001509, 56.897518430161071 ], [ -6.206944239439513, 56.899021659236041 ], [ -6.207353481092833, 56.899372081701259 ], [ -6.20601908616444, 56.900073577068795 ], [ -6.205962788412638, 56.901033246681486 ], [ -6.208916615858313, 56.903253869729788 ], [ -6.208501718292222, 56.903874904631586 ], [ -6.207477082630977, 56.904044360212843 ], [ -6.207823520045431, 56.905003938852374 ], [ -6.206926556993825, 56.906598996117872 ], [ -6.207824801090689, 56.907130779393405 ], [ -6.20747832500411, 56.907484203745611 ], [ -6.205953529551386, 56.907081457933288 ], [ -6.205977670626449, 56.907660702744387 ], [ -6.204285824039167, 56.908329255820625 ], [ -6.203034138102116, 56.908016196070207 ], [ -6.202827434225644, 56.908297449562589 ], [ -6.203952560221681, 56.909019467256371 ], [ -6.202268287418827, 56.909390962256552 ], [ -6.201379538778864, 56.910185306956123 ], [ -6.200333282241797, 56.910018185403672 ], [ -6.200411007856529, 56.910636094805433 ], [ -6.197788584748692, 56.910706358767939 ], [ -6.193046450330881, 56.912322682209243 ], [ -6.191649201050457, 56.914154753041473 ], [ -6.187129411489011, 56.914607760003804 ], [ -6.185571654096962, 56.915451407891311 ], [ -6.177805822666932, 56.915990421260403 ], [ -6.171671790690072, 56.914801712072062 ], [ -6.169228404618962, 56.913975078023526 ], [ -6.16206422328669, 56.913582923162316 ], [ -6.158675747577524, 56.915028644534658 ], [ -6.156018058672593, 56.91782764846873 ], [ -6.155550183522046, 56.919015904775748 ], [ -6.156380189054263, 56.919987377903574 ], [ -6.156293463976793, 56.921320318438745 ], [ -6.156953526600005, 56.921887371172645 ], [ -6.157752634780826, 56.922034315762637 ], [ -6.159485459371396, 56.924583626886637 ], [ -6.16080079038933, 56.925466056894514 ], [ -6.160765032526575, 56.925071559851602 ], [ -6.161060548009283, 56.925583298300715 ], [ -6.15998070483531, 56.926518586927578 ], [ -6.159962493730075, 56.927166684766085 ], [ -6.158290782954063, 56.92835549772628 ], [ -6.158382419974047, 56.929148318257781 ], [ -6.157765539885852, 56.929250703721536 ], [ -6.157832317192836, 56.929746686950857 ], [ -6.157040990938246, 56.930497872624358 ], [ -6.157013098461142, 56.930793769073986 ], [ -6.157486282661943, 56.930848154316074 ], [ -6.156818627946262, 56.93114467393611 ], [ -6.156906391219833, 56.932065323250896 ], [ -6.159021718495343, 56.933556032055918 ], [ -6.16268746662387, 56.934787279450404 ], [ -6.162300177186389, 56.936328992444459 ], [ -6.160683092302644, 56.937538491133324 ], [ -6.155991320207743, 56.938247839449133 ], [ -6.15391706080002, 56.939121740623314 ], [ -6.151094696998214, 56.941922476479846 ], [ -6.146018216259267, 56.942729658040058 ], [ -6.141674625591535, 56.942878323624129 ], [ -6.139298268305305, 56.944148682423737 ], [ -6.138140802619171, 56.944393886399276 ], [ -6.136930153818942, 56.944308107580156 ], [ -6.133209629754232, 56.94302845517111 ], [ -6.129474813007653, 56.941097192857946 ], [ -6.127911964588034, 56.939314351375188 ], [ -6.1250150495603, 56.938780610857435 ], [ -6.118911045869797, 56.935497465332105 ], [ -6.117714444576337, 56.934268966233404 ], [ -6.11614792450291, 56.930282896334276 ], [ -6.113965535390256, 56.928389933303961 ] ] ], [ [ [ -5.871910455634774, 56.956443871377274 ], [ -5.871452422375788, 56.955995001259886 ], [ -5.871909466694424, 56.956196632558893 ], [ -5.872713783261231, 56.955780560735647 ], [ -5.872850840942939, 56.956149463275203 ], [ -5.871910455634774, 56.956443871377274 ] ] ], [ [ [ -5.858033065405802, 56.956801359946851 ], [ -5.858998375944053, 56.956714892710174 ], [ -5.859553974268486, 56.957312748677161 ], [ -5.858521491218431, 56.957052422568417 ], [ -5.858033065405802, 56.956801359946851 ] ] ], [ [ [ -5.856187597132188, 56.957049869334234 ], [ -5.857268850379447, 56.956859130686944 ], [ -5.857150807319773, 56.957627058032791 ], [ -5.856290353176438, 56.95743872842916 ], [ -5.856187597132188, 56.957049869334234 ] ] ], [ [ [ -5.633659203816295, 56.986756631576959 ], [ -5.635162561149029, 56.98587678909599 ], [ -5.636329370527744, 56.985851836685697 ], [ -5.636574004148982, 56.986586443802544 ], [ -5.636299286771997, 56.987061948320459 ], [ -5.635640753049754, 56.987148535698708 ], [ -5.633659203816295, 56.986756631576959 ] ] ], [ [ [ -5.534249516774222, 56.997266742851522 ], [ -5.535589538824881, 56.997067028055255 ], [ -5.535980084946998, 56.997536957309975 ], [ -5.535223905486578, 56.998160686284983 ], [ -5.533642087916918, 56.998416677273838 ], [ -5.53341120040226, 56.998153497837968 ], [ -5.534249516774222, 56.997266742851522 ] ] ], [ [ [ -6.682940580045355, 56.968543847589991 ], [ -6.683480659970634, 56.967992852896778 ], [ -6.684127693365268, 56.968881619224376 ], [ -6.683405720088354, 56.969754282693863 ], [ -6.682940580045355, 56.968543847589991 ] ] ], [ [ [ -6.678725339604974, 56.969862313684196 ], [ -6.678013407766453, 56.968980451424919 ], [ -6.678492174756937, 56.968530727731505 ], [ -6.678336390798676, 56.967749462762136 ], [ -6.679411668325067, 56.967394320015032 ], [ -6.6799313045349, 56.967532261427991 ], [ -6.679361848891009, 56.967980892973429 ], [ -6.681682237126133, 56.967246219865721 ], [ -6.68186116167385, 56.96821102168321 ], [ -6.680984768074871, 56.968707153649788 ], [ -6.681903124067935, 56.968479312406807 ], [ -6.682312613799604, 56.969574896601962 ], [ -6.681781786501886, 56.969675764267954 ], [ -6.681870400999228, 56.969398078808268 ], [ -6.681375002406829, 56.969322204240548 ], [ -6.680582715346116, 56.969963604053689 ], [ -6.680200450837347, 56.969739555429811 ], [ -6.679365865528393, 56.969716867916553 ], [ -6.67913813273491, 56.970067231502441 ], [ -6.678725339604974, 56.969862313684196 ] ] ], [ [ [ -6.67623364310091, 56.968709800972242 ], [ -6.676177238566901, 56.967735907167743 ], [ -6.677693992307325, 56.969059886180979 ], [ -6.677441096033207, 56.969406691553687 ], [ -6.678295893740797, 56.97050808986878 ], [ -6.678031253742939, 56.971089218379937 ], [ -6.677819435021888, 56.970845282419305 ], [ -6.67623364310091, 56.968709800972242 ] ] ], [ [ [ -6.675927369959331, 56.974599799264766 ], [ -6.675272834669784, 56.974044105125344 ], [ -6.675648799830919, 56.974086697011252 ], [ -6.675703772678109, 56.973015979098335 ], [ -6.67387097638435, 56.971996158139639 ], [ -6.674188997989102, 56.971183657704515 ], [ -6.673781841681145, 56.969908055576504 ], [ -6.673327332059682, 56.969961052269795 ], [ -6.672756007347085, 56.96941122785914 ], [ -6.672991763908991, 56.968993111028119 ], [ -6.673499170644142, 56.969230486804406 ], [ -6.674433149980806, 56.96860181979212 ], [ -6.675050292048876, 56.969122934693615 ], [ -6.674999321175836, 56.97002888574827 ], [ -6.675764162903332, 56.968381061083527 ], [ -6.677864337395168, 56.971333852504593 ], [ -6.677488086533642, 56.971419913594964 ], [ -6.678039560959642, 56.97266311268389 ], [ -6.677525482153594, 56.972569931092615 ], [ -6.677973210038989, 56.974298274728561 ], [ -6.676952530462721, 56.974696332326189 ], [ -6.675927369959331, 56.974599799264766 ] ] ], [ [ [ -5.835219333432449, 57.005799657883358 ], [ -5.835260462782581, 57.005479200552379 ], [ -5.836015701032429, 57.005516268615857 ], [ -5.835802098236741, 57.005842018969986 ], [ -5.835219333432449, 57.005799657883358 ] ] ], [ [ [ -5.829612651233176, 57.007778823150787 ], [ -5.82905841696804, 57.007469413650355 ], [ -5.830494917341208, 57.007432596697534 ], [ -5.830351525258001, 57.007752588599161 ], [ -5.829612651233176, 57.007778823150787 ] ] ], [ [ [ -6.021200076971966, 57.019919009165314 ], [ -6.02140046830624, 57.019408998225074 ], [ -6.022151932216057, 57.019650093163072 ], [ -6.021803291359537, 57.020466114690024 ], [ -6.021200076971966, 57.019919009165314 ] ] ], [ [ [ -5.778925930016898, 57.036256149265022 ], [ -5.781264320870391, 57.03565499314734 ], [ -5.781531777384483, 57.036581987733854 ], [ -5.779842390479017, 57.03683535787443 ], [ -5.778925930016898, 57.036256149265022 ] ] ], [ [ [ -5.781859693112033, 57.042155585731813 ], [ -5.783758043873443, 57.041927340248662 ], [ -5.783921085415829, 57.042151682768051 ], [ -5.782319050372194, 57.043184670730184 ], [ -5.781859693112033, 57.042155585731813 ] ] ], [ [ [ -6.592174652950112, 57.039067594432396 ], [ -6.593719733397492, 57.038219257518847 ], [ -6.594218025536336, 57.038646194168308 ], [ -6.593796788312532, 57.038909039476749 ], [ -6.594479730051377, 57.039027856275077 ], [ -6.592821140386903, 57.039358664302419 ], [ -6.59222050438675, 57.039371739083833 ], [ -6.592174652950112, 57.039067594432396 ] ] ], [ [ [ -6.486637673073782, 57.047892223607505 ], [ -6.486938673950933, 57.047310274022642 ], [ -6.488059645777417, 57.047778221826931 ], [ -6.487791475586164, 57.048017207100393 ], [ -6.486637673073782, 57.047892223607505 ] ] ], [ [ [ -6.515299019933392, 57.052063666319775 ], [ -6.516609479757599, 57.050896504493636 ], [ -6.516367836165191, 57.051827179103604 ], [ -6.515644557890143, 57.052190602244053 ], [ -6.515299019933392, 57.052063666319775 ] ] ], [ [ [ -6.536320629755001, 57.050191818874545 ], [ -6.537353625390694, 57.050136341613189 ], [ -6.537874438553163, 57.050684103534465 ], [ -6.535882782551606, 57.051538919139823 ], [ -6.53553334403574, 57.051448158140943 ], [ -6.536320629755001, 57.050191818874545 ] ] ], [ [ [ -6.536900330690859, 57.0525723641843 ], [ -6.53683795787801, 57.05206193044895 ], [ -6.537691304755106, 57.052359266353086 ], [ -6.537527503334798, 57.052572089490212 ], [ -6.536900330690859, 57.0525723641843 ] ] ], [ [ [ -6.329988763623063, 57.060398930835632 ], [ -6.32946079737798, 57.059976521250917 ], [ -6.329214077697553, 57.060196413099604 ], [ -6.327380412349329, 57.059688781061297 ], [ -6.327193942804238, 57.05915111837345 ], [ -6.326159127322248, 57.058840666078709 ], [ -6.325899220626119, 57.058593338544391 ], [ -6.326696420434104, 57.058210510623525 ], [ -6.326461043365495, 57.057890386493909 ], [ -6.327192715394202, 57.057087121037988 ], [ -6.323742796826199, 57.05559659330661 ], [ -6.323209583986723, 57.055624022354117 ], [ -6.322683888937189, 57.056141341358028 ], [ -6.322408230241156, 57.055970997598742 ], [ -6.321808387298971, 57.056702225381521 ], [ -6.321532485840024, 57.056387990307179 ], [ -6.321231452509751, 57.056708672642053 ], [ -6.321528594438464, 57.05621274937144 ], [ -6.320614982980826, 57.056729973600554 ], [ -6.319925223998543, 57.056546950445757 ], [ -6.319748191757019, 57.055734648111724 ], [ -6.319195463010724, 57.055452454874974 ], [ -6.318471815668568, 57.055261601197046 ], [ -6.31806368358304, 57.055442076568553 ], [ -6.317736736357111, 57.054333663524943 ], [ -6.316806488282762, 57.054068991999017 ], [ -6.315726285099082, 57.054501995278599 ], [ -6.314789693165525, 57.054111617763574 ], [ -6.313985274389627, 57.054503611704128 ], [ -6.313729015608008, 57.054215664069787 ], [ -6.313758779554081, 57.054542902775331 ], [ -6.313032787036337, 57.054828758637072 ], [ -6.312537032362295, 57.054468126768498 ], [ -6.312610274472389, 57.055027698884686 ], [ -6.311574538432478, 57.054991465836274 ], [ -6.31160274611774, 57.054594776454117 ], [ -6.310136651303287, 57.055400776741713 ], [ -6.309607127291462, 57.054749007100348 ], [ -6.310149302597047, 57.054514475361181 ], [ -6.309791999749875, 57.053568976658049 ], [ -6.309171221019597, 57.053410499503791 ], [ -6.308760118049678, 57.052925523602177 ], [ -6.309069583285576, 57.052321285310178 ], [ -6.307211135031304, 57.050811443968897 ], [ -6.307393698900577, 57.050180103737993 ], [ -6.304940210002214, 57.049585585666975 ], [ -6.30374960642839, 57.050062757062442 ], [ -6.303021819577136, 57.049692089443433 ], [ -6.30258459667636, 57.050048888818154 ], [ -6.301928026470033, 57.049509384372151 ], [ -6.302221577508006, 57.048838260671793 ], [ -6.301339925853401, 57.048634761330966 ], [ -6.301160670572094, 57.047728085634532 ], [ -6.299076660546895, 57.047543441850493 ], [ -6.296692948798543, 57.048619158838797 ], [ -6.296160936887591, 57.048228235313942 ], [ -6.295420910316677, 57.048892197406424 ], [ -6.294188098080517, 57.048291507635405 ], [ -6.29390190435774, 57.048742016704765 ], [ -6.293184980655804, 57.048321457015312 ], [ -6.293609066672555, 57.047564933104113 ], [ -6.292998868370691, 57.046425726374352 ], [ -6.291927689048306, 57.045509191982958 ], [ -6.291850126122806, 57.044909291648153 ], [ -6.292328608901203, 57.04469500976041 ], [ -6.291775689498126, 57.043765178763735 ], [ -6.289694753609759, 57.043247519978017 ], [ -6.289434394350404, 57.042635903552757 ], [ -6.287483093183829, 57.041596638490532 ], [ -6.286106061110713, 57.041315592388258 ], [ -6.286008655974954, 57.040828788639431 ], [ -6.284559120681639, 57.040347859306813 ], [ -6.283710576553165, 57.04085808502024 ], [ -6.283208291988881, 57.040794352864893 ], [ -6.283274935183933, 57.039798295040313 ], [ -6.281959169822013, 57.039618530546129 ], [ -6.27985810520577, 57.040140144418267 ], [ -6.279924156976616, 57.039782643193121 ], [ -6.279129126571132, 57.039612001911777 ], [ -6.275503496559124, 57.040504978668871 ], [ -6.274247259991186, 57.04019718992118 ], [ -6.273123306104442, 57.040680782545564 ], [ -6.272321147766667, 57.040663229294374 ], [ -6.270334133753503, 57.040240974147018 ], [ -6.268777383400812, 57.039327349778702 ], [ -6.266850077538871, 57.039064883102363 ], [ -6.266523366768182, 57.038446497906897 ], [ -6.265376168644955, 57.038368728699247 ], [ -6.265433113339022, 57.038002555155764 ], [ -6.264362393257618, 57.0375129703813 ], [ -6.263907960815247, 57.037649880154952 ], [ -6.263469894468151, 57.037138709417881 ], [ -6.260229224043871, 57.036786025799053 ], [ -6.258741202583558, 57.034525440188155 ], [ -6.255646752424749, 57.033070478175304 ], [ -6.254593704569283, 57.03294893863962 ], [ -6.254567768927361, 57.031281563514959 ], [ -6.253635520971744, 57.030629797521492 ], [ -6.253693611241909, 57.030200639096741 ], [ -6.252603737423922, 57.029828525307508 ], [ -6.251705971535581, 57.029117116771317 ], [ -6.251930382665924, 57.02884418167568 ], [ -6.251214793986699, 57.028571741302926 ], [ -6.250998791516264, 57.028052979675017 ], [ -6.251624711484294, 57.027541557856814 ], [ -6.250449821558472, 57.026785607389208 ], [ -6.249916785468239, 57.025585141203855 ], [ -6.249168355595421, 57.025529645931698 ], [ -6.249503187345954, 57.025068599056716 ], [ -6.249071995963035, 57.025047284319712 ], [ -6.249684456258182, 57.024851094162216 ], [ -6.248790100373275, 57.023662908027973 ], [ -6.248044757337992, 57.023706227937296 ], [ -6.248450992334674, 57.023076381353256 ], [ -6.247138410959431, 57.021834950094394 ], [ -6.247554771184428, 57.020139058799252 ], [ -6.260041471423934, 57.016944137431409 ], [ -6.26430936873185, 57.01685254966813 ], [ -6.26731532219656, 57.017186128515107 ], [ -6.273055540070718, 57.016491767057929 ], [ -6.275715313782817, 57.016552788212948 ], [ -6.278648145948205, 57.01537590244039 ], [ -6.281251859743206, 57.015165322815136 ], [ -6.280094539853322, 57.01500800754544 ], [ -6.279783907118554, 57.014701177387906 ], [ -6.279593020155603, 57.012884744922573 ], [ -6.280180749051731, 57.012605605733768 ], [ -6.279660307405062, 57.011778945982208 ], [ -6.279205420708908, 57.011278300081806 ], [ -6.277152147013505, 57.011241571030681 ], [ -6.276513988564744, 57.010436915637726 ], [ -6.2752870333874, 57.010776579986768 ], [ -6.274588929299735, 57.010654767931136 ], [ -6.27455721062873, 57.010063186952763 ], [ -6.273779347947938, 57.009835278618638 ], [ -6.273078536327183, 57.010163221479921 ], [ -6.273283936714134, 57.010631049730129 ], [ -6.272945841102866, 57.010156067376656 ], [ -6.271916141205108, 57.010261420213844 ], [ -6.269939566737635, 57.009269551604937 ], [ -6.269297192749696, 57.009446185751322 ], [ -6.2695203845926, 57.009854055001604 ], [ -6.266057024463754, 57.010457077633028 ], [ -6.262759659721941, 57.010092949944216 ], [ -6.260293591484231, 57.010293959680482 ], [ -6.254367258946283, 57.008850078005523 ], [ -6.252373292445528, 57.008998885437109 ], [ -6.252177333800325, 57.008798707381921 ], [ -6.252084907522495, 57.009071651538846 ], [ -6.250691733641932, 57.00935737043033 ], [ -6.250143291139704, 57.009101728781452 ], [ -6.249249393636576, 57.009285013428183 ], [ -6.249138641874015, 57.009036967099405 ], [ -6.248886623037937, 57.009283858322441 ], [ -6.247911410125948, 57.008682985287493 ], [ -6.247082650667715, 57.008931489791216 ], [ -6.245479957978151, 57.008320446155317 ], [ -6.242617891470867, 57.008300735024356 ], [ -6.240756089843514, 57.006934002763778 ], [ -6.239198204367136, 57.006352837858941 ], [ -6.23903721757477, 57.005301592584701 ], [ -6.23861855171748, 57.005315794406997 ], [ -6.238323335435237, 57.004822186116876 ], [ -6.238771188210227, 57.004051562421758 ], [ -6.238364764203862, 57.003377365164845 ], [ -6.239872898876289, 57.001932247521509 ], [ -6.240153074872774, 57.00091999240226 ], [ -6.240719477580254, 57.000828824403342 ], [ -6.242142865546258, 56.999220176079575 ], [ -6.241589527188851, 56.998919700652586 ], [ -6.242416249660502, 56.998293580702999 ], [ -6.243175927340469, 56.996284767672336 ], [ -6.243882967638076, 56.99583806964695 ], [ -6.246686408983058, 56.995135765747051 ], [ -6.248750838067703, 56.993878462697467 ], [ -6.249298972218218, 56.992834584243994 ], [ -6.249482359228296, 56.990472100576298 ], [ -6.249891207387964, 56.990156917062031 ], [ -6.249566656680541, 56.989911648121655 ], [ -6.249939536807925, 56.989786547286094 ], [ -6.249598724052476, 56.9891101529252 ], [ -6.250089704407745, 56.988504388563996 ], [ -6.254250459198285, 56.969106232775836 ], [ -6.255687426834595, 56.968294638404025 ], [ -6.256506995672876, 56.968262210794059 ], [ -6.260336973609163, 56.965325680683421 ], [ -6.260094857589436, 56.961983908359038 ], [ -6.260446978204558, 56.961247928186964 ], [ -6.261967943773476, 56.960872263584754 ], [ -6.261780808666512, 56.96067540009124 ], [ -6.27540128063711, 56.954530424698476 ], [ -6.276907459300375, 56.954416785337813 ], [ -6.277325274438461, 56.953682995466664 ], [ -6.278124072167461, 56.953830999946426 ], [ -6.279331935238208, 56.953241005062651 ], [ -6.281245111731664, 56.95349018845657 ], [ -6.281269502875239, 56.953057664925723 ], [ -6.281699014954456, 56.953429655842889 ], [ -6.281933370992958, 56.952819055139877 ], [ -6.283322615058797, 56.952447636203047 ], [ -6.284211295456627, 56.953019709081026 ], [ -6.284082918803424, 56.952475510881506 ], [ -6.286245944092136, 56.952464225827192 ], [ -6.286723726301604, 56.952110565671802 ], [ -6.28633735429772, 56.951970941459145 ], [ -6.287361135252924, 56.951427655539618 ], [ -6.288074439438841, 56.951690950914021 ], [ -6.287548539903074, 56.951268330130802 ], [ -6.287971494061834, 56.950939031302404 ], [ -6.288795052592326, 56.951373909323557 ], [ -6.288043348223146, 56.950347488084454 ], [ -6.28864548452574, 56.949859142396562 ], [ -6.288247047326533, 56.949256772669038 ], [ -6.288589273915432, 56.948512045292844 ], [ -6.289739278644315, 56.947708085559171 ], [ -6.289510752997478, 56.946866049637862 ], [ -6.290269449644953, 56.946952397593606 ], [ -6.289616488822823, 56.946426230465441 ], [ -6.290225958454734, 56.946288371021957 ], [ -6.289664485163336, 56.946199743071745 ], [ -6.289277215959839, 56.945408129134329 ], [ -6.290156137544895, 56.94532396602839 ], [ -6.289883847520933, 56.944888143583206 ], [ -6.293477816546513, 56.943231188316993 ], [ -6.29354476484793, 56.94238349218567 ], [ -6.294454893675741, 56.942356681861732 ], [ -6.294378674445476, 56.941837677912012 ], [ -6.297114918630826, 56.94030904203445 ], [ -6.296273580182648, 56.9398613431716 ], [ -6.298281976929537, 56.939585349423716 ], [ -6.298490565857617, 56.939182449354639 ], [ -6.299874827475836, 56.939130275922395 ], [ -6.302599870513009, 56.9375794127887 ], [ -6.309213504183351, 56.936438409755411 ], [ -6.310371230527647, 56.93549457483121 ], [ -6.311096268342893, 56.935433559805944 ], [ -6.310782079920266, 56.935206080053078 ], [ -6.311165238474413, 56.934891559335647 ], [ -6.311910027622559, 56.935072685398332 ], [ -6.311953517772075, 56.935448915885253 ], [ -6.312504001983601, 56.935443387762938 ], [ -6.312314559617204, 56.935868137429622 ], [ -6.31327150283583, 56.935749632379348 ], [ -6.315076204362742, 56.936204389288783 ], [ -6.315674106363137, 56.936039819050627 ], [ -6.315624555574963, 56.935753735252376 ], [ -6.31637582168073, 56.935777222362205 ], [ -6.316275652670505, 56.93555134799508 ], [ -6.317227174923011, 56.93559938244892 ], [ -6.316778433726312, 56.935488991823874 ], [ -6.317202191752898, 56.935312449268622 ], [ -6.316806875349831, 56.934952885119749 ], [ -6.318712591641317, 56.935853779454071 ], [ -6.320168047568642, 56.935920328889154 ], [ -6.32044836306922, 56.935712765177982 ], [ -6.321714479411265, 56.936204056785385 ], [ -6.322183746441556, 56.935994443333918 ], [ -6.322274207132129, 56.935213356539457 ], [ -6.324393661903667, 56.935827960384614 ], [ -6.324604774684289, 56.935591306501095 ], [ -6.324934225026359, 56.936020582637504 ], [ -6.325486958593057, 56.935821554685312 ], [ -6.327740583889015, 56.936386485011859 ], [ -6.327648416430605, 56.936088391216352 ], [ -6.328197070177115, 56.936208769454737 ], [ -6.328189855403775, 56.935579459313885 ], [ -6.32893748370044, 56.93557151891325 ], [ -6.330207817305008, 56.936948462359148 ], [ -6.329105032648827, 56.936519042344464 ], [ -6.33011351770555, 56.937199061328336 ], [ -6.330040535027747, 56.937633292093594 ], [ -6.331771381019774, 56.939291038749502 ], [ -6.332596859881993, 56.939527703927098 ], [ -6.332172618676067, 56.941399635139142 ], [ -6.333835538406105, 56.942187322497681 ], [ -6.333746977257509, 56.942487190694621 ], [ -6.334570166496092, 56.942278733502675 ], [ -6.335564575954287, 56.942693886364403 ], [ -6.336561922140046, 56.942497354355204 ], [ -6.337394107178123, 56.941659002504757 ], [ -6.337801251180658, 56.941905673548035 ], [ -6.338363613672835, 56.941647794860373 ], [ -6.338216831331948, 56.942012646838727 ], [ -6.338817662329808, 56.94229755199639 ], [ -6.339290320613483, 56.942258637567079 ], [ -6.339376318574161, 56.941725015624222 ], [ -6.340003008208456, 56.941878606517882 ], [ -6.340829399085454, 56.942758242603801 ], [ -6.340084572695179, 56.943710500122222 ], [ -6.341551311466033, 56.944365506940166 ], [ -6.341544829529698, 56.944945831067443 ], [ -6.342473607642602, 56.945502617936299 ], [ -6.34203317692816, 56.946030583695745 ], [ -6.343043982730883, 56.947573830031054 ], [ -6.343788651758171, 56.947750280910086 ], [ -6.344517076171852, 56.94870525567714 ], [ -6.345951769605415, 56.948871169292403 ], [ -6.346168746995633, 56.947838322523026 ], [ -6.347112288700898, 56.948520476802734 ], [ -6.346971005676968, 56.947873345858817 ], [ -6.347953612476846, 56.948608096625101 ], [ -6.347702318963077, 56.947793915444741 ], [ -6.348191714227604, 56.948109641012458 ], [ -6.348098342616862, 56.947591252362493 ], [ -6.348484924786379, 56.947519327062452 ], [ -6.349008085893202, 56.948265576283823 ], [ -6.349325243521002, 56.947175269173776 ], [ -6.349519336088195, 56.948274745911931 ], [ -6.350197464029955, 56.948233129245658 ], [ -6.350307710594794, 56.947838056301777 ], [ -6.350418739524352, 56.948225418207031 ], [ -6.351015266779505, 56.948119187069942 ], [ -6.351371644428224, 56.94849349982529 ], [ -6.352018037710776, 56.948461973278391 ], [ -6.353634239485775, 56.949970546226936 ], [ -6.356984546870257, 56.949979576484949 ], [ -6.358246821858407, 56.949584755181 ], [ -6.358319149985851, 56.949217978901373 ], [ -6.359126211492617, 56.949715940974123 ], [ -6.358220909578877, 56.950278186707926 ], [ -6.359720395288317, 56.950574791505467 ], [ -6.359788327011167, 56.951014917195138 ], [ -6.360208041824369, 56.950874344738175 ], [ -6.360972576086866, 56.951148934624612 ], [ -6.362002364835301, 56.95059580972223 ], [ -6.363632150262425, 56.951442737972229 ], [ -6.364774861995137, 56.951362318413629 ], [ -6.365271655584441, 56.951880084550062 ], [ -6.366528898457087, 56.951863997907708 ], [ -6.367009154227326, 56.952170080185958 ], [ -6.367212987506006, 56.951591837318979 ], [ -6.367878862612978, 56.952288053865985 ], [ -6.369204645930159, 56.952084267928058 ], [ -6.369342573349945, 56.952488663512071 ], [ -6.370166179739724, 56.952423859832301 ], [ -6.369700547319793, 56.952804412030588 ], [ -6.37012430228753, 56.953189808298092 ], [ -6.3694400157645, 56.953249735342297 ], [ -6.370354024372618, 56.954517362737256 ], [ -6.369982438508476, 56.954647290712899 ], [ -6.370194885534926, 56.955125525486174 ], [ -6.369455781033182, 56.955560617894356 ], [ -6.370427819432095, 56.955778424113497 ], [ -6.36888189741317, 56.956632988180985 ], [ -6.369325727796991, 56.957399926262603 ], [ -6.36867160936682, 56.957647663659621 ], [ -6.369033407663805, 56.959118997628352 ], [ -6.370337231833143, 56.959217268905206 ], [ -6.369763605565392, 56.959309297586117 ], [ -6.370112928523273, 56.959620851989399 ], [ -6.369629006554174, 56.96026736225798 ], [ -6.370685551319193, 56.960783507407434 ], [ -6.370015947299126, 56.960829429954501 ], [ -6.369653877675503, 56.962164205731312 ], [ -6.370342284053753, 56.962769685794605 ], [ -6.37151086180478, 56.962836705501971 ], [ -6.371135203355673, 56.963002753469048 ], [ -6.3713195438426, 56.963661849476885 ], [ -6.372729587963351, 56.963751883425012 ], [ -6.372746096628319, 56.964313425171277 ], [ -6.372127726778744, 56.964375551426969 ], [ -6.371877241832381, 56.96476656317337 ], [ -6.372582038084553, 56.966563152504818 ], [ -6.375281409247234, 56.967255567390758 ], [ -6.373927390611997, 56.967784177679185 ], [ -6.374492002401409, 56.967894811422106 ], [ -6.37412799308967, 56.968370749813623 ], [ -6.375777712369812, 56.968677205535528 ], [ -6.376130025098385, 56.969083077196572 ], [ -6.375226294293271, 56.969380065442046 ], [ -6.37626231184768, 56.969438198502779 ], [ -6.376294754104785, 56.969994685334612 ], [ -6.378239092987729, 56.970074930373357 ], [ -6.378749048108041, 56.970560710737985 ], [ -6.376982851959144, 56.971085816816974 ], [ -6.377945561662653, 56.971290409358247 ], [ -6.376526231261773, 56.97161447472871 ], [ -6.375856816245554, 56.973205575049221 ], [ -6.376972258054619, 56.97281752041863 ], [ -6.376003277102988, 56.973260702304692 ], [ -6.377750528638312, 56.973203961393942 ], [ -6.378098977659723, 56.973996703462845 ], [ -6.381020799836082, 56.974964517543349 ], [ -6.383557635583989, 56.974619170212911 ], [ -6.383624479107536, 56.974207598505878 ], [ -6.385157304540971, 56.973937928725093 ], [ -6.384924982894766, 56.973433429920412 ], [ -6.386464031733318, 56.974125880505191 ], [ -6.386093025853308, 56.974471688576621 ], [ -6.387009399829335, 56.974421512781632 ], [ -6.387571613656507, 56.974999861500066 ], [ -6.3875009162592, 56.974399748377159 ], [ -6.388153852029682, 56.97421041838011 ], [ -6.388856751120576, 56.975004170907823 ], [ -6.389499133487554, 56.974725264896584 ], [ -6.38957708609277, 56.975037314724965 ], [ -6.390409700552143, 56.974625801263898 ], [ -6.393986432705462, 56.975138580754503 ], [ -6.393695613400244, 56.975674962592187 ], [ -6.39592884814137, 56.976176487481098 ], [ -6.395685686079131, 56.976558298423441 ], [ -6.394822727979525, 56.976503226200109 ], [ -6.395585142593228, 56.976683256564527 ], [ -6.394872407967561, 56.976924196813172 ], [ -6.395170498006536, 56.97742636559191 ], [ -6.396073169709858, 56.97739909171559 ], [ -6.39643343592224, 56.978078949775544 ], [ -6.398199653611819, 56.977971791472697 ], [ -6.398946228806675, 56.978714487402463 ], [ -6.398533497543503, 56.978985354164074 ], [ -6.399805274602174, 56.978805646247856 ], [ -6.399668493875366, 56.979669395790573 ], [ -6.400934193989226, 56.97922906344327 ], [ -6.401144812417829, 56.979756787315281 ], [ -6.40167632279287, 56.979445749310798 ], [ -6.402506550322189, 56.979501929473123 ], [ -6.402386763872953, 56.98036958115749 ], [ -6.40565346830042, 56.98180586625741 ], [ -6.4043509670763, 56.982283519786861 ], [ -6.406182948104772, 56.982034524844053 ], [ -6.406194935228968, 56.982483805522833 ], [ -6.406639422562792, 56.982342206762411 ], [ -6.406930518944945, 56.982574775879961 ], [ -6.406581582817901, 56.982897382967877 ], [ -6.407209146807138, 56.982632399876898 ], [ -6.40761143192283, 56.983108381136972 ], [ -6.406484067490555, 56.983534905520166 ], [ -6.40877603101142, 56.983552957784482 ], [ -6.409965589854667, 56.984208003921779 ], [ -6.40885158558167, 56.984121415080416 ], [ -6.409830673431848, 56.9843206965433 ], [ -6.40924195610443, 56.984426924746074 ], [ -6.410586462584289, 56.984581820600788 ], [ -6.410323812824843, 56.984937367709442 ], [ -6.410945145508714, 56.985036846824926 ], [ -6.409193737507031, 56.985202118240473 ], [ -6.41179519201111, 56.985398067354268 ], [ -6.411081098272775, 56.985697608448874 ], [ -6.411162442529687, 56.986036511217037 ], [ -6.412558787708184, 56.9859332245003 ], [ -6.412538283631049, 56.986316198135164 ], [ -6.411971209805304, 56.986327236083142 ], [ -6.413559924528019, 56.986873712784998 ], [ -6.414558824314674, 56.986752968121586 ], [ -6.414416411198022, 56.987288653871609 ], [ -6.415109202975394, 56.987295646595044 ], [ -6.415249541227236, 56.986881453726944 ], [ -6.416115951361514, 56.986963250398183 ], [ -6.417177750502834, 56.987789140696009 ], [ -6.418335928216988, 56.988107942564191 ], [ -6.416761767905373, 56.988379474519149 ], [ -6.41768256649387, 56.989196856068482 ], [ -6.417479790090923, 56.98852946831574 ], [ -6.419404114315042, 56.988848145338132 ], [ -6.419958998353977, 56.989219756441145 ], [ -6.419620599126752, 56.989353151246952 ], [ -6.420502192825388, 56.989492843468817 ], [ -6.419346990539176, 56.989893485780541 ], [ -6.420035575964625, 56.989864624431164 ], [ -6.419676208764886, 56.990376514836079 ], [ -6.42000323022175, 56.99070222355892 ], [ -6.420837986466988, 56.990794103654771 ], [ -6.420958632063944, 56.991185575858388 ], [ -6.421353938771595, 56.991045666337754 ], [ -6.42110145768237, 56.991486321564437 ], [ -6.422908977187296, 56.991791093984077 ], [ -6.423526858423745, 56.991652290600896 ], [ -6.424120936735382, 56.991937052371952 ], [ -6.423847097863074, 56.992059177685832 ], [ -6.425027849841756, 56.992219723970869 ], [ -6.425402247037433, 56.992458296996219 ], [ -6.424811223938145, 56.992407280838606 ], [ -6.42567872963525, 56.992704835192285 ], [ -6.426450907938708, 56.992200784003387 ], [ -6.426549135246196, 56.992611034811262 ], [ -6.427128016622476, 56.992698449843189 ], [ -6.426557442766992, 56.992750149993356 ], [ -6.426897972145057, 56.992980924818468 ], [ -6.426458122337303, 56.993369769864643 ], [ -6.428052244661344, 56.993749488420121 ], [ -6.427656513424931, 56.994370622248915 ], [ -6.429002303601358, 56.99460173341825 ], [ -6.430146554018561, 56.994039495781557 ], [ -6.430431935593247, 56.994429615651583 ], [ -6.429556074145427, 56.994685531143496 ], [ -6.430468426122127, 56.995012943416775 ], [ -6.430593779893249, 56.995512171783304 ], [ -6.431213824659906, 56.995391242674302 ], [ -6.431211315980502, 56.995854532315548 ], [ -6.431823692640324, 56.995738369355117 ], [ -6.432160344277723, 56.996005245340442 ], [ -6.433165233678676, 56.995587334510525 ], [ -6.434431451942769, 56.995564877727332 ], [ -6.434258687619769, 56.994806503226371 ], [ -6.434830282832126, 56.994970592961984 ], [ -6.435081037815695, 56.995622764622247 ], [ -6.435317030216176, 56.994975797049271 ], [ -6.435860302059243, 56.995662552070513 ], [ -6.43594193406123, 56.995241422491283 ], [ -6.436732545029355, 56.995514651004846 ], [ -6.436030445923409, 56.995085377741034 ], [ -6.436685756821936, 56.995053110705619 ], [ -6.438195681812433, 56.996245173568212 ], [ -6.437447716152278, 56.996537074681207 ], [ -6.439327083179151, 56.997095400153533 ], [ -6.438323917671039, 56.99711305705268 ], [ -6.439675174173009, 56.997595700614347 ], [ -6.439009973128177, 56.997821709755705 ], [ -6.440011863257198, 56.998069422836586 ], [ -6.439662164700932, 56.998522568449715 ], [ -6.440226047689884, 56.998345128406037 ], [ -6.440088089500345, 56.998777257755322 ], [ -6.441645929104641, 56.998366606725313 ], [ -6.44236312576651, 56.998921233399741 ], [ -6.441945641151358, 56.999565675280678 ], [ -6.442492788746457, 56.999109998672893 ], [ -6.442353763483759, 56.999740042228225 ], [ -6.442972564692011, 56.99988442976958 ], [ -6.44353666530447, 56.999225774947554 ], [ -6.443736793738387, 56.999452506745072 ], [ -6.444286227850388, 56.999154139829528 ], [ -6.444746980552162, 56.999286152583522 ], [ -6.445106587816658, 56.999606144919341 ], [ -6.444419958062492, 57.000273663569843 ], [ -6.445304227471999, 56.999949888307334 ], [ -6.445279244695186, 57.000292558958954 ], [ -6.445602667359479, 56.999826840249746 ], [ -6.446233612305564, 57.001176010506768 ], [ -6.446183128382497, 57.000408798087044 ], [ -6.446777686102746, 57.000005380112974 ], [ -6.447144988295432, 57.000320596028061 ], [ -6.447745255312521, 57.000240763572144 ], [ -6.447170537354829, 57.001844214228313 ], [ -6.447906730849008, 57.001040001437467 ], [ -6.448427986889074, 57.001057418800109 ], [ -6.448459416402653, 57.001595955858349 ], [ -6.448860064047299, 57.001293872332262 ], [ -6.448722197381637, 57.001726009731968 ], [ -6.449179906922664, 57.001143070696379 ], [ -6.45024666415915, 57.002620610740884 ], [ -6.449977187022463, 57.003399220298896 ], [ -6.450516934277942, 57.00260648585725 ], [ -6.450936577193533, 57.003014267118466 ], [ -6.450658539948744, 57.003721229097636 ], [ -6.451297206159653, 57.003617526885499 ], [ -6.451893603793283, 57.002471990352632 ], [ -6.452810701008891, 57.00324879247102 ], [ -6.452155632376208, 57.002251286948784 ], [ -6.453143915332257, 57.002108131930797 ], [ -6.453077641931578, 57.002587191738996 ], [ -6.4538498968507, 57.003324177967833 ], [ -6.454396668408502, 57.003210244142203 ], [ -6.454184957490573, 57.003438152717898 ], [ -6.454883344612357, 57.003970897956982 ], [ -6.454391094527555, 57.004609056234663 ], [ -6.454005174361707, 57.00448340356219 ], [ -6.453681613253104, 57.004809738631415 ], [ -6.45543515822247, 57.004724730176228 ], [ -6.455232555933984, 57.005716831257018 ], [ -6.455713647689086, 57.00471030119094 ], [ -6.456275396962548, 57.004514876506889 ], [ -6.455962208146708, 57.004858836540336 ], [ -6.456811906650219, 57.005278243537596 ], [ -6.455450814563028, 57.005956391292656 ], [ -6.45671531350744, 57.005641461607659 ], [ -6.457715695098286, 57.005736189632536 ], [ -6.456079067008077, 57.007485502853974 ], [ -6.457267095519033, 57.006669614535525 ], [ -6.456947204564659, 57.007301633799948 ], [ -6.457740957657087, 57.006634719621573 ], [ -6.457736259121437, 57.007008151259896 ], [ -6.456427585614535, 57.007711421305046 ], [ -6.457294274354891, 57.007446652793831 ], [ -6.457268548461482, 57.007919771868522 ], [ -6.457612523590063, 57.007282395369067 ], [ -6.458411078216507, 57.007136975716868 ], [ -6.458721255353973, 57.007386741977385 ], [ -6.457530711164284, 57.008112790930831 ], [ -6.458813371819272, 57.007536357989878 ], [ -6.45878551795833, 57.007991565079486 ], [ -6.459144881909669, 57.007551509679807 ], [ -6.459267373800555, 57.007816967452605 ], [ -6.460076898591739, 57.00741930462091 ], [ -6.460099542613035, 57.008776639239279 ], [ -6.458422442957429, 57.009088336711571 ], [ -6.45718581217439, 57.00867374831131 ], [ -6.457542464548543, 57.00917370032019 ], [ -6.456461305851974, 57.008955929923232 ], [ -6.457443122043073, 57.009307661978269 ], [ -6.456733972464936, 57.010268367216987 ], [ -6.456608806557653, 57.009980516819766 ], [ -6.456040162789127, 57.010050266911016 ], [ -6.456023952685292, 57.009502192550073 ], [ -6.455135370508151, 57.010203955145862 ], [ -6.45496472519934, 57.009949205041082 ], [ -6.454711568056725, 57.010106637091255 ], [ -6.453512599434832, 57.00973114397619 ], [ -6.453150962357837, 57.009946405082303 ], [ -6.453524482917355, 57.010243394948134 ], [ -6.451890811075859, 57.010643396969677 ], [ -6.448188710055302, 57.009187761287542 ], [ -6.446116081654649, 57.009432423245855 ], [ -6.442802436293348, 57.011915777891247 ], [ -6.44362431126255, 57.012474775370251 ], [ -6.440336563112414, 57.013010784402624 ], [ -6.438174424229858, 57.014234361660179 ], [ -6.437226185719648, 57.015545214936822 ], [ -6.43736862101875, 57.01625519640303 ], [ -6.436282539068889, 57.017516970201108 ], [ -6.436100056462352, 57.019304299677394 ], [ -6.435184070126971, 57.019435748676798 ], [ -6.435236283668313, 57.019735201023899 ], [ -6.433148155129792, 57.020546817136584 ], [ -6.431679314498909, 57.02178164839566 ], [ -6.428074227484056, 57.022804357213651 ], [ -6.42571735545032, 57.024547263496707 ], [ -6.423573852874505, 57.02489747238463 ], [ -6.423059581104449, 57.025495795261513 ], [ -6.422380276218152, 57.025330957644499 ], [ -6.422118757605563, 57.025628023208519 ], [ -6.420653231792511, 57.025023298381768 ], [ -6.419451013712223, 57.025245698875636 ], [ -6.417364960199687, 57.02621885757565 ], [ -6.417480380544044, 57.026565548014709 ], [ -6.416678264586351, 57.027102062692322 ], [ -6.417302830498948, 57.027430759928848 ], [ -6.415320128007933, 57.027748156431365 ], [ -6.414578308063913, 57.027612466946586 ], [ -6.414998856108898, 57.027889919864087 ], [ -6.414370473391196, 57.02787613914365 ], [ -6.415103987281263, 57.028358395762126 ], [ -6.413948075569428, 57.028541329383813 ], [ -6.413347790005391, 57.028222551144722 ], [ -6.413430330758207, 57.028570405640053 ], [ -6.41234481558502, 57.028874057111828 ], [ -6.412229772968353, 57.029363798311053 ], [ -6.411748203140444, 57.028850147223395 ], [ -6.409656289847595, 57.029360181280374 ], [ -6.409010507762145, 57.030520711393535 ], [ -6.406891982503865, 57.031085599358853 ], [ -6.407434156263776, 57.031484705752142 ], [ -6.407108857339638, 57.031662565745755 ], [ -6.40811833515428, 57.031829334740053 ], [ -6.408241371685818, 57.032171266559914 ], [ -6.406303365594693, 57.032450960443029 ], [ -6.405941368168449, 57.033223717419716 ], [ -6.404887757098647, 57.033728541099279 ], [ -6.405774326965763, 57.033832205879328 ], [ -6.404741312513027, 57.034093463041863 ], [ -6.405492256155006, 57.034305340605925 ], [ -6.404354011930181, 57.03444438651141 ], [ -6.403925913477161, 57.034868698232145 ], [ -6.404538796166916, 57.034959529312864 ], [ -6.40293971538309, 57.036499878756345 ], [ -6.403425034667338, 57.037323724887614 ], [ -6.404231917917551, 57.037380742137742 ], [ -6.403014779256374, 57.038525386898627 ], [ -6.401932366240931, 57.039067172084785 ], [ -6.400879020513846, 57.03915822337455 ], [ -6.400578025418437, 57.039542070848896 ], [ -6.401142012960619, 57.040124814843431 ], [ -6.399176258363397, 57.040661694302969 ], [ -6.398933836959536, 57.04161009795763 ], [ -6.397438640928167, 57.042080922162484 ], [ -6.397811807281164, 57.04272435686628 ], [ -6.396955255559813, 57.042597090959767 ], [ -6.394566064484561, 57.043112809857043 ], [ -6.38969924352732, 57.045491807554406 ], [ -6.382876550932602, 57.047592915679836 ], [ -6.382162234643546, 57.048252025226084 ], [ -6.381325735218159, 57.048155426480925 ], [ -6.381176074015294, 57.048565396797876 ], [ -6.379938748571526, 57.048568275573579 ], [ -6.379119712879063, 57.049109616987401 ], [ -6.37851117228974, 57.04898702700806 ], [ -6.378661591427708, 57.04928305478218 ], [ -6.377454928186564, 57.049406252140649 ], [ -6.377078597742121, 57.049783679696347 ], [ -6.37649913784801, 57.049697836087958 ], [ -6.376615106964808, 57.050051733367674 ], [ -6.375310534006105, 57.051235117170371 ], [ -6.374555856140304, 57.051203062944978 ], [ -6.374721106746504, 57.05148508524892 ], [ -6.374220204424025, 57.051295750686705 ], [ -6.374299499645471, 57.051688706987825 ], [ -6.373232667951942, 57.051878920585196 ], [ -6.373200900327626, 57.052239786342867 ], [ -6.370207481917463, 57.053378738761495 ], [ -6.369865143777194, 57.053134378499571 ], [ -6.369458560324109, 57.053395917910436 ], [ -6.369155401033738, 57.053161878700408 ], [ -6.368323690906306, 57.053359122596696 ], [ -6.366673406234223, 57.052728736829756 ], [ -6.36633812050929, 57.053316050686519 ], [ -6.365529997376631, 57.053110427831982 ], [ -6.365800448351036, 57.053375297032659 ], [ -6.365079132239679, 57.053346516890102 ], [ -6.365447470411214, 57.053531522074188 ], [ -6.365088698169603, 57.0536384822895 ], [ -6.364345183775356, 57.05321024764956 ], [ -6.364079732031884, 57.053619737626065 ], [ -6.363371856545383, 57.053073333947836 ], [ -6.363387522186913, 57.053347098719968 ], [ -6.362693694531658, 57.053411780658358 ], [ -6.362311691267581, 57.053110324828815 ], [ -6.362153184205434, 57.053376675155768 ], [ -6.361848095101313, 57.052465452543579 ], [ -6.361267097433132, 57.052085494249638 ], [ -6.360908194478566, 57.052331851055918 ], [ -6.360325568975167, 57.051727100301029 ], [ -6.359496321090872, 57.052043816783694 ], [ -6.360219443690973, 57.052369361075698 ], [ -6.359550455355396, 57.0530672224765 ], [ -6.358833107369005, 57.052790938744003 ], [ -6.358790685034753, 57.053062231420952 ], [ -6.358646662121154, 57.052608568321951 ], [ -6.357860048624916, 57.052937277757785 ], [ -6.356706306732119, 57.05196568142793 ], [ -6.356206989500461, 57.052351823230566 ], [ -6.355430576310876, 57.052064087803764 ], [ -6.354853049060006, 57.05100944695608 ], [ -6.354184242854146, 57.051005757434915 ], [ -6.353907040652505, 57.050471286962619 ], [ -6.353438827366286, 57.050770893656377 ], [ -6.352730600792462, 57.049797242090001 ], [ -6.35172418540987, 57.049728845327586 ], [ -6.351265707362875, 57.048984828677426 ], [ -6.351585533801858, 57.049742664671335 ], [ -6.350670066451297, 57.050521004233623 ], [ -6.351572316397636, 57.051038226325595 ], [ -6.351309539147969, 57.051542028070877 ], [ -6.350628477631586, 57.051363367553719 ], [ -6.349837795232637, 57.051728142158034 ], [ -6.349293822683896, 57.051522220929407 ], [ -6.346990783137283, 57.052078975978439 ], [ -6.346595451627723, 57.054129800085214 ], [ -6.345958731796405, 57.054471208703873 ], [ -6.345673022637913, 57.054215823252804 ], [ -6.344887063124347, 57.055115526783801 ], [ -6.346155707027566, 57.055660528969369 ], [ -6.345888483232164, 57.055845194122448 ], [ -6.345386614068185, 57.055646785608729 ], [ -6.345529943974012, 57.056307340700478 ], [ -6.343411211443974, 57.055832333671354 ], [ -6.343173112826665, 57.056407207749949 ], [ -6.342645182736994, 57.056268152652748 ], [ -6.342516932739793, 57.055665530747596 ], [ -6.342259885264219, 57.056501878516514 ], [ -6.34160689301373, 57.056493073667141 ], [ -6.34179988212534, 57.056873102590217 ], [ -6.340423417196129, 57.056817459117077 ], [ -6.340417665573652, 57.057474199048443 ], [ -6.339982814774586, 57.057143034147892 ], [ -6.339841563304521, 57.057629099260936 ], [ -6.339259386803033, 57.057590843012953 ], [ -6.339087380224745, 57.058590614857273 ], [ -6.338584770324853, 57.058527110124103 ], [ -6.338167989885288, 57.059198108586919 ], [ -6.337306311597981, 57.059169538440116 ], [ -6.337102768965237, 57.05961728837373 ], [ -6.336846296039147, 57.059329391392858 ], [ -6.33550097209986, 57.059965125160765 ], [ -6.333074960615792, 57.059262261673872 ], [ -6.330985642023593, 57.059393096287529 ], [ -6.330919188499021, 57.060096902781559 ], [ -6.330125728150701, 57.06001645519266 ], [ -6.329988763623063, 57.060398930835632 ] ] ], [ [ [ -6.495331068570755, 57.054064944159371 ], [ -6.493599326177272, 57.053803395879221 ], [ -6.492106982618366, 57.053951465244744 ], [ -6.490534975606788, 57.052281001279901 ], [ -6.490136499013896, 57.05246620742885 ], [ -6.488848954760804, 57.05191880842132 ], [ -6.487359226361327, 57.051814884118883 ], [ -6.484618121234297, 57.050505610792221 ], [ -6.479361036512771, 57.050158909076174 ], [ -6.477468728232648, 57.048220945336539 ], [ -6.476446228332171, 57.048500410036617 ], [ -6.475574043077644, 57.050164116434097 ], [ -6.474100229995937, 57.050396755279436 ], [ -6.47396863212741, 57.049578479781253 ], [ -6.469571401399945, 57.049929139097102 ], [ -6.468891170944126, 57.049350834623773 ], [ -6.467177197581855, 57.048890417633636 ], [ -6.466870117853269, 57.048258294783054 ], [ -6.466703758898626, 57.048727446821218 ], [ -6.465572665386635, 57.047967358126556 ], [ -6.465315874246783, 57.047135560623417 ], [ -6.466027120049388, 57.045790685992309 ], [ -6.465092704429944, 57.045416620687348 ], [ -6.46547777622476, 57.045119545122745 ], [ -6.465977408625218, 57.045569402445686 ], [ -6.465422483157552, 57.044316527659213 ], [ -6.466127641223827, 57.044417257956773 ], [ -6.466496802707128, 57.044125244420577 ], [ -6.467102830269704, 57.044499341134447 ], [ -6.467381909025816, 57.043252646552503 ], [ -6.468215664538485, 57.042845085751324 ], [ -6.468517194330422, 57.043225561745011 ], [ -6.467907801675254, 57.043440721763673 ], [ -6.46981098107317, 57.043075872704108 ], [ -6.47024720286507, 57.043478511847596 ], [ -6.469622728514441, 57.043568298743239 ], [ -6.470387585102619, 57.044398111514766 ], [ -6.471001557965363, 57.044193568849046 ], [ -6.473133276452127, 57.045794759268077 ], [ -6.47356965681822, 57.044965153718991 ], [ -6.474338041381964, 57.045247960433457 ], [ -6.476397573940741, 57.044742499609605 ], [ -6.476758340486755, 57.045065970796387 ], [ -6.47761727511584, 57.045004627759191 ], [ -6.480595691058879, 57.043841069165552 ], [ -6.48192259878289, 57.044854843404366 ], [ -6.481667409028469, 57.044175919798164 ], [ -6.48202249628828, 57.044041764565371 ], [ -6.482651483875725, 57.044194602600029 ], [ -6.48249095945512, 57.044915414753788 ], [ -6.483929360232865, 57.044391622571545 ], [ -6.484682354745031, 57.044751371661583 ], [ -6.484144492270113, 57.045148431922755 ], [ -6.484673947166715, 57.045228377899662 ], [ -6.484690185737171, 57.045704499961225 ], [ -6.485781176113109, 57.045310076752891 ], [ -6.486301676864555, 57.045520756552037 ], [ -6.485104366189465, 57.046674530797667 ], [ -6.486399278895808, 57.047626448766088 ], [ -6.485358680330347, 57.049053427326704 ], [ -6.487785175134286, 57.048579585812021 ], [ -6.489744136658255, 57.04908489358882 ], [ -6.490833002545451, 57.048672514647251 ], [ -6.490027217344561, 57.047194886556241 ], [ -6.490572342870545, 57.047062875846109 ], [ -6.490785387435296, 57.047459973507507 ], [ -6.492252837006407, 57.046494312858009 ], [ -6.491576300393223, 57.045812556791425 ], [ -6.491878657802322, 57.0449697050799 ], [ -6.49325166901619, 57.045338604901481 ], [ -6.49313963894918, 57.045571990528288 ], [ -6.492776903670642, 57.045301701734815 ], [ -6.4922004849779, 57.045515797483958 ], [ -6.492953397213783, 57.045601170475642 ], [ -6.492656566892544, 57.046421340362784 ], [ -6.494288075020582, 57.045993923491778 ], [ -6.494890821033214, 57.045315655765251 ], [ -6.496825254891467, 57.045210107672645 ], [ -6.498477557603844, 57.045636363030859 ], [ -6.498699355539247, 57.046105089804911 ], [ -6.499211029078396, 57.045969746945957 ], [ -6.498892016138811, 57.046673804353667 ], [ -6.499703712876834, 57.046631098878635 ], [ -6.500262274001527, 57.046201742686527 ], [ -6.5007738071452, 57.046678024892501 ], [ -6.501795549982831, 57.046870595177907 ], [ -6.501307509378951, 57.04692864428182 ], [ -6.501464786585825, 57.047341225854602 ], [ -6.503621504773137, 57.047911153654141 ], [ -6.503098728890131, 57.047138467891692 ], [ -6.503778455371275, 57.046551823822817 ], [ -6.507020586586875, 57.046614868085527 ], [ -6.507890820140617, 57.046034823358873 ], [ -6.508324396537311, 57.046819702276849 ], [ -6.50847566562094, 57.046094683196472 ], [ -6.511265986550383, 57.044136642077497 ], [ -6.511278023881814, 57.045458408230409 ], [ -6.512439111402315, 57.045371528828959 ], [ -6.512732351324996, 57.045747709789595 ], [ -6.513977719371352, 57.045743222149198 ], [ -6.514483975796291, 57.04617466938695 ], [ -6.514495698386891, 57.046610483036652 ], [ -6.513973395398925, 57.046386490372157 ], [ -6.513415642153673, 57.046685460727304 ], [ -6.513378081005249, 57.047802143640666 ], [ -6.512845983859496, 57.048176638433503 ], [ -6.513449090472005, 57.048046930640048 ], [ -6.513215526952613, 57.048365675603904 ], [ -6.514111658380915, 57.048949448771381 ], [ -6.514883441937061, 57.048849621715178 ], [ -6.515255577810071, 57.049263424045073 ], [ -6.514416909314587, 57.049586935074167 ], [ -6.51525474058601, 57.049663713061513 ], [ -6.515254554137954, 57.050680107209594 ], [ -6.514916407662498, 57.050953162249726 ], [ -6.514566470518535, 57.050572736436671 ], [ -6.513971276568509, 57.052071136941727 ], [ -6.510616184550184, 57.052237202395965 ], [ -6.510027881328646, 57.052897039323391 ], [ -6.510420305163789, 57.053274145613969 ], [ -6.509516772088848, 57.053581072362718 ], [ -6.508866923785433, 57.054414019081072 ], [ -6.507856713285811, 57.054522402901959 ], [ -6.50567924121376, 57.053989265146619 ], [ -6.50605139368316, 57.052635667920882 ], [ -6.504900506496172, 57.051040139011363 ], [ -6.504411467200365, 57.050954322803435 ], [ -6.50395099905362, 57.051852375454594 ], [ -6.503254527734974, 57.051076952104609 ], [ -6.501920223089615, 57.051098023338731 ], [ -6.499372920793834, 57.053775642123256 ], [ -6.498179196118359, 57.054344773228493 ], [ -6.498162230271898, 57.055076635618825 ], [ -6.497026330893101, 57.055524047385177 ], [ -6.496989068472181, 57.055080160699852 ], [ -6.496097512008194, 57.054873870977815 ], [ -6.495331068570755, 57.054064944159371 ] ] ], [ [ [ -6.503021266372093, 57.054665171069921 ], [ -6.503791097585214, 57.054480038140504 ], [ -6.504390807408423, 57.054593351409466 ], [ -6.504931787276091, 57.055378870039618 ], [ -6.504156374300297, 57.055654155999029 ], [ -6.502512790636853, 57.055304104737019 ], [ -6.503021266372093, 57.054665171069921 ] ] ], [ [ [ -6.507550536839043, 57.05567125071159 ], [ -6.506752082562781, 57.055416706325815 ], [ -6.508398186940726, 57.055447305613569 ], [ -6.507550536839043, 57.05567125071159 ] ] ], [ [ [ -5.769899177751076, 57.085215355886319 ], [ -5.77097320941615, 57.084490688378182 ], [ -5.771391025691408, 57.084864715968152 ], [ -5.770853734333864, 57.085914878661505 ], [ -5.77040688061566, 57.086067701982991 ], [ -5.769947902051803, 57.085694910895569 ], [ -5.769899177751076, 57.085215355886319 ] ] ], [ [ [ -5.5271282920764, 57.097410952214844 ], [ -5.528257668624526, 57.097302717174323 ], [ -5.528295777050285, 57.097877007957578 ], [ -5.526903528324342, 57.098087043542463 ], [ -5.5271282920764, 57.097410952214844 ] ] ], [ [ [ -5.52778734266143, 57.099217369334802 ], [ -5.529039470543356, 57.099096679554741 ], [ -5.529091906011046, 57.099387379096072 ], [ -5.528448018234022, 57.099477445750665 ], [ -5.52778734266143, 57.099217369334802 ] ] ], [ [ [ -5.526531149462363, 57.10077207604008 ], [ -5.527018269600745, 57.100596534905712 ], [ -5.528279291860437, 57.100916116436139 ], [ -5.52727322764043, 57.101106281882799 ], [ -5.526874277992206, 57.100906252883462 ], [ -5.526531149462363, 57.10077207604008 ] ] ], [ [ [ -6.507078681287225, 57.071293770603681 ], [ -6.505100020731473, 57.070434132317445 ], [ -6.502377055335344, 57.069767662039752 ], [ -6.501143588724453, 57.06865177383132 ], [ -6.499312166589199, 57.068187004486568 ], [ -6.497705118634886, 57.068483167554611 ], [ -6.497017572185618, 57.068328004281277 ], [ -6.496894570362343, 57.068539300344817 ], [ -6.496484923627367, 57.068238324242948 ], [ -6.496081306583496, 57.068573039273559 ], [ -6.493230401276576, 57.068756454417787 ], [ -6.487847339124358, 57.067663546201693 ], [ -6.486104538599356, 57.066700713997598 ], [ -6.485542463037326, 57.064782579043559 ], [ -6.486399011340508, 57.062854027861803 ], [ -6.48731984683174, 57.062618611857303 ], [ -6.488101084827954, 57.06191149431892 ], [ -6.488445092172329, 57.060046292611162 ], [ -6.490448414764271, 57.059821459163828 ], [ -6.491239738306776, 57.059266862869443 ], [ -6.489940750502591, 57.058176616607064 ], [ -6.488230323984117, 57.057382653998573 ], [ -6.488075592930253, 57.0560345453043 ], [ -6.488683828507628, 57.055536005520018 ], [ -6.48905756310354, 57.055828398693279 ], [ -6.491025026042347, 57.056100432937413 ], [ -6.492225466040353, 57.057522505605938 ], [ -6.494582249747209, 57.058377730819402 ], [ -6.494182843035872, 57.058828319083183 ], [ -6.494463200751952, 57.059371401681169 ], [ -6.49525561195253, 57.059644230817177 ], [ -6.496885030692461, 57.059126922190899 ], [ -6.498135841451136, 57.058142007192153 ], [ -6.504204657024668, 57.056120131628077 ], [ -6.504656076160043, 57.056643539735227 ], [ -6.506918928753127, 57.05624718370602 ], [ -6.508577820010606, 57.056722550273371 ], [ -6.509764130484044, 57.055753328130919 ], [ -6.509403471385531, 57.054482814753499 ], [ -6.51030211943791, 57.054407225520926 ], [ -6.511045359859289, 57.053867721304705 ], [ -6.511519319571528, 57.054372303712938 ], [ -6.512321752696851, 57.054455777567824 ], [ -6.512023875591106, 57.054992709683297 ], [ -6.512796878753291, 57.054901848870124 ], [ -6.513875527244455, 57.05555998981994 ], [ -6.513427759388778, 57.056561059773401 ], [ -6.514259152145271, 57.056814373669923 ], [ -6.514670271499606, 57.056462232924787 ], [ -6.51463487895268, 57.056917736795612 ], [ -6.515136000544175, 57.057102019065162 ], [ -6.517314861804008, 57.056829932858719 ], [ -6.518311947380624, 57.05586746141033 ], [ -6.518900778128097, 57.055958613029368 ], [ -6.519831398630631, 57.05519641149872 ], [ -6.520701007733931, 57.055695652829499 ], [ -6.522185393542907, 57.054940392288302 ], [ -6.52261287211113, 57.05560402295113 ], [ -6.524054747803438, 57.055448419311027 ], [ -6.524744279399912, 57.055756267943742 ], [ -6.526081367106024, 57.054673488753842 ], [ -6.526736476949709, 57.054766701321405 ], [ -6.52756250899713, 57.056261381927158 ], [ -6.528417545890426, 57.056504752566873 ], [ -6.52914394027124, 57.056505424944675 ], [ -6.529506178408612, 57.056092040478617 ], [ -6.530855347033919, 57.056326486840028 ], [ -6.531885844170317, 57.056046282653867 ], [ -6.533977187807897, 57.056815958480954 ], [ -6.535166534802924, 57.056552453090177 ], [ -6.534991872303013, 57.05606857871814 ], [ -6.535903419069282, 57.056031014164411 ], [ -6.535885965943247, 57.055550431921233 ], [ -6.536172423819746, 57.055800884766448 ], [ -6.538273252499193, 57.055499777604808 ], [ -6.538949202258182, 57.055830530023357 ], [ -6.539106894633632, 57.056850200510297 ], [ -6.541126126940576, 57.056893807321643 ], [ -6.541636686148129, 57.057491399832507 ], [ -6.541710642017877, 57.0570839514263 ], [ -6.542301185560834, 57.057053503431725 ], [ -6.542647412274789, 57.057387220912467 ], [ -6.542880225177746, 57.057063946842078 ], [ -6.543504209894925, 57.057576458547601 ], [ -6.543913402846787, 57.057075872946079 ], [ -6.543860850273846, 57.057725402780278 ], [ -6.544180746688856, 57.057237056220821 ], [ -6.544519312475814, 57.057440623835269 ], [ -6.544328713977378, 57.058041203292944 ], [ -6.544884149676768, 57.057319425481246 ], [ -6.545602886443294, 57.057324778154481 ], [ -6.546062041416543, 57.058041154578532 ], [ -6.546459705268211, 57.057581455528656 ], [ -6.546436201930812, 57.057996067951692 ], [ -6.54723771406658, 57.058272741002853 ], [ -6.548467532374417, 57.057935678023021 ], [ -6.549714976599919, 57.058146640841805 ], [ -6.550229724307675, 57.057228433106133 ], [ -6.551631489162424, 57.056880582269272 ], [ -6.55242146322058, 57.056995736641291 ], [ -6.552637773592918, 57.056740504147299 ], [ -6.551714020096047, 57.054120683036594 ], [ -6.553056028085738, 57.052209898901779 ], [ -6.55324471377677, 57.053075519758004 ], [ -6.553414217003652, 57.052102408187551 ], [ -6.555071645372643, 57.052024039878042 ], [ -6.554649152447501, 57.051472761953832 ], [ -6.555484566528257, 57.051824600992305 ], [ -6.555276730787265, 57.05113957593737 ], [ -6.556460712898746, 57.050633196698641 ], [ -6.556957353813129, 57.051653992650373 ], [ -6.557254803830604, 57.050930762276366 ], [ -6.557982076565153, 57.051463724488968 ], [ -6.558628924662926, 57.05142214940895 ], [ -6.559048077189614, 57.050534368570816 ], [ -6.560147280148814, 57.050413323979868 ], [ -6.560273911811359, 57.050638072328731 ], [ -6.56060993128298, 57.050081628360594 ], [ -6.561525040341944, 57.049872841570874 ], [ -6.562163862941667, 57.049228887455534 ], [ -6.56185803350761, 57.048821789121007 ], [ -6.563231217238221, 57.049050510596288 ], [ -6.563656682367577, 57.047946604958049 ], [ -6.564033747030726, 57.048396072544278 ], [ -6.565465279769461, 57.048226866255739 ], [ -6.565736631162258, 57.048621723506734 ], [ -6.566393771785586, 57.047657759755921 ], [ -6.568121077560027, 57.046807600987712 ], [ -6.568563206946562, 57.047047796491 ], [ -6.568029828205473, 57.045529169260092 ], [ -6.570584680305885, 57.044968046318338 ], [ -6.571137892283485, 57.045105227338617 ], [ -6.571165761868802, 57.045733848910309 ], [ -6.571518449773078, 57.045046335842848 ], [ -6.573005215820678, 57.044321834588416 ], [ -6.573781803368675, 57.044396862356002 ], [ -6.572859208394323, 57.045374179731162 ], [ -6.573550892164476, 57.045268819808093 ], [ -6.573702398946329, 57.04569503063054 ], [ -6.573870202015914, 57.045315603161995 ], [ -6.574684397763578, 57.045159880083311 ], [ -6.57552457323677, 57.045282042179565 ], [ -6.575637177116229, 57.045660203225474 ], [ -6.576024353810323, 57.045052367210658 ], [ -6.577467965227697, 57.045116444542209 ], [ -6.577595336708127, 57.044877912741093 ], [ -6.578201558915183, 57.045444877074999 ], [ -6.578185031513621, 57.044775362051197 ], [ -6.578907957833298, 57.044281147052267 ], [ -6.579541322261125, 57.044599750797651 ], [ -6.579270795521605, 57.04514935628896 ], [ -6.579590257126354, 57.044795846028215 ], [ -6.579962924176225, 57.045074526757617 ], [ -6.580210385930748, 57.044471795197126 ], [ -6.58041670250546, 57.044873503810365 ], [ -6.581058364230681, 57.04472406051341 ], [ -6.580934471147734, 57.045231416914064 ], [ -6.581583884106916, 57.045572809649343 ], [ -6.583619076015379, 57.04474712119346 ], [ -6.583269699536494, 57.044256216005927 ], [ -6.58355321430072, 57.044614612304734 ], [ -6.585091845534877, 57.043978009201524 ], [ -6.586048282803884, 57.044239755017109 ], [ -6.585506171573551, 57.043791906445385 ], [ -6.58753652771533, 57.043195698790008 ], [ -6.588880794429606, 57.043123867193486 ], [ -6.591223279220721, 57.0421833240461 ], [ -6.592728347451281, 57.04241137273884 ], [ -6.592886058501165, 57.04281934685622 ], [ -6.593765081400639, 57.042521692029808 ], [ -6.593258895506759, 57.042364892251612 ], [ -6.593520338062779, 57.042143902295898 ], [ -6.594459884907832, 57.04206889254985 ], [ -6.595001349559823, 57.042777582581223 ], [ -6.594919180309496, 57.041980048979788 ], [ -6.595357615361077, 57.041855990633536 ], [ -6.596294151227368, 57.042356757486289 ], [ -6.595949773374505, 57.04277419553987 ], [ -6.596631845520731, 57.042618686657576 ], [ -6.596463537023568, 57.042858746103612 ], [ -6.597333495908133, 57.043487884282804 ], [ -6.598405685466718, 57.042751330985048 ], [ -6.59884986581325, 57.042806949195295 ], [ -6.59893251270387, 57.043141221315565 ], [ -6.598084357829564, 57.043554712683743 ], [ -6.599388164171788, 57.043889031773141 ], [ -6.599251266259925, 57.044249372098776 ], [ -6.600609644963532, 57.04409144254592 ], [ -6.600691912936928, 57.043823061425336 ], [ -6.601119895188818, 57.044014193450167 ], [ -6.602199343567068, 57.043403269502754 ], [ -6.602952420180721, 57.044153609708552 ], [ -6.602746058541778, 57.045218124979009 ], [ -6.603537478163553, 57.045278930550218 ], [ -6.604221445080897, 57.044938912437246 ], [ -6.604538143410203, 57.045696322456465 ], [ -6.60756955956352, 57.046785457424015 ], [ -6.608499743745794, 57.046634231004283 ], [ -6.607985701310556, 57.045816641386622 ], [ -6.609230871250804, 57.046341919132793 ], [ -6.609488340700972, 57.046687729960368 ], [ -6.608340595229558, 57.047679027726808 ], [ -6.608214373506247, 57.048457255962568 ], [ -6.609598419490551, 57.049103343153618 ], [ -6.608750909257699, 57.050187014675821 ], [ -6.609921104482354, 57.051077554041157 ], [ -6.610587903452894, 57.050492569911938 ], [ -6.611783169149524, 57.050880243123352 ], [ -6.611828926938198, 57.05191298862831 ], [ -6.611410022345805, 57.052261259766446 ], [ -6.611371525924564, 57.051884886796216 ], [ -6.611130323441436, 57.052069187970396 ], [ -6.610592800135881, 57.051661748232185 ], [ -6.609324062233206, 57.052144795917258 ], [ -6.609491010640813, 57.053290008095502 ], [ -6.608346140970957, 57.053242266207143 ], [ -6.607602887184611, 57.053570996863144 ], [ -6.60813648872871, 57.054545282299358 ], [ -6.607707004585535, 57.055141293462221 ], [ -6.606161923413742, 57.053664575720539 ], [ -6.606438424485843, 57.054230070560884 ], [ -6.606131016521704, 57.054479765964984 ], [ -6.605338589664112, 57.053946770098676 ], [ -6.605908541530392, 57.054748818997922 ], [ -6.604813285361911, 57.055234420617289 ], [ -6.604019655941253, 57.055290635382676 ], [ -6.603539891755213, 57.054683148225436 ], [ -6.603578980683842, 57.055131460333463 ], [ -6.603143972151797, 57.055084513006314 ], [ -6.603914304419876, 57.055838714549161 ], [ -6.603372816197371, 57.056330893211431 ], [ -6.603725466348637, 57.056911579638175 ], [ -6.60289116250604, 57.057904766836131 ], [ -6.601164974803209, 57.058229162634987 ], [ -6.60136985224046, 57.057884309315561 ], [ -6.600564593846779, 57.058246759214725 ], [ -6.601861652416219, 57.05712411879567 ], [ -6.600163894790422, 57.057744290243519 ], [ -6.598773503481987, 57.057714486550765 ], [ -6.598159529786659, 57.058155336731154 ], [ -6.597355087468272, 57.057991527830822 ], [ -6.596291281620231, 57.058399436228896 ], [ -6.595612409706108, 57.058316452087659 ], [ -6.595256994341843, 57.058779265151991 ], [ -6.595697223424173, 57.059001451022539 ], [ -6.59575051397546, 57.060231805391481 ], [ -6.594645009154905, 57.059503365581072 ], [ -6.592539106056292, 57.059495286221058 ], [ -6.591866679512012, 57.059731366040666 ], [ -6.591395416031402, 57.060459275411418 ], [ -6.589091061062744, 57.061249980051862 ], [ -6.588782877324893, 57.061027422476556 ], [ -6.589254252283753, 57.060767257708228 ], [ -6.588641301651537, 57.060416464369467 ], [ -6.586672826107402, 57.060385251330828 ], [ -6.583606359464959, 57.060754061747311 ], [ -6.581706693690359, 57.061547779579435 ], [ -6.580176673018136, 57.061725267943231 ], [ -6.577801877584487, 57.061411965819751 ], [ -6.576784081738645, 57.060990486943915 ], [ -6.576275705820076, 57.061620747273331 ], [ -6.574341992103752, 57.061938866480318 ], [ -6.574614237165393, 57.061267782665446 ], [ -6.573987420330133, 57.061205263453317 ], [ -6.572380392506052, 57.062365913163241 ], [ -6.571729402674423, 57.062241302250669 ], [ -6.570753431538916, 57.062695244439183 ], [ -6.569220447409132, 57.062715294870038 ], [ -6.56944434750913, 57.063192834475643 ], [ -6.567418102923221, 57.063028503592008 ], [ -6.566757107592562, 57.062688356294345 ], [ -6.566287705326999, 57.062898888579994 ], [ -6.565730209385582, 57.062460510562161 ], [ -6.565214712977102, 57.06256478395467 ], [ -6.564968002257553, 57.063176444803418 ], [ -6.562239442620306, 57.063141109479048 ], [ -6.561924096531134, 57.062590439455512 ], [ -6.561793890883589, 57.062941490109232 ], [ -6.561451256213746, 57.062571710822489 ], [ -6.561087525374993, 57.062701912057605 ], [ -6.561253170749954, 57.06304216960767 ], [ -6.560848575650182, 57.06257120876549 ], [ -6.560709591319926, 57.062918080882881 ], [ -6.560114471283069, 57.062710418959242 ], [ -6.560553861230944, 57.063733293334963 ], [ -6.559131059813742, 57.063978567379813 ], [ -6.558895217633613, 57.063469965644728 ], [ -6.558559517672845, 57.063828504344798 ], [ -6.558013245852149, 57.063816936866104 ], [ -6.557718033562579, 57.065311837861522 ], [ -6.556897825195326, 57.06542268438524 ], [ -6.556951679381153, 57.06579400529796 ], [ -6.555023240427913, 57.066628824292728 ], [ -6.554485387844776, 57.067291541613358 ], [ -6.555995811523633, 57.067893137951849 ], [ -6.556446176370521, 57.069059541974546 ], [ -6.5574625251852, 57.068676205775468 ], [ -6.558849467014886, 57.068675121582501 ], [ -6.558543945368046, 57.06921245472364 ], [ -6.557612367642217, 57.069223923897034 ], [ -6.55670619667067, 57.069711183670016 ], [ -6.555711018818469, 57.069675484612645 ], [ -6.555627456897581, 57.068994925925857 ], [ -6.554191325606342, 57.06940253005633 ], [ -6.553744941918416, 57.069115662434854 ], [ -6.552693058950173, 57.069236714517345 ], [ -6.552763021920089, 57.068663000078892 ], [ -6.552065800573327, 57.068027267755319 ], [ -6.552110293437378, 57.068389935769844 ], [ -6.550804315938076, 57.067839319079724 ], [ -6.550136954650486, 57.068119954549864 ], [ -6.548280808637136, 57.067323985423862 ], [ -6.548714913383027, 57.067901848028072 ], [ -6.547601434294093, 57.067910865058643 ], [ -6.546344475704438, 57.06856821170458 ], [ -6.544810103904142, 57.068376631503696 ], [ -6.54446819779216, 57.068753343376372 ], [ -6.543217143082456, 57.068717849402532 ], [ -6.541815403814149, 57.069205011368645 ], [ -6.540798334537334, 57.068450413196793 ], [ -6.540448165443014, 57.068894873454845 ], [ -6.538657861168349, 57.069243196949415 ], [ -6.538632635704992, 57.069509455770749 ], [ -6.537802974543379, 57.06940914167145 ], [ -6.537143703846465, 57.069689411404042 ], [ -6.536004445085594, 57.069420424247724 ], [ -6.535180769249656, 57.069639186594038 ], [ -6.53466629332106, 57.069077687486363 ], [ -6.533319917421391, 57.068870154948435 ], [ -6.532301981408663, 57.067904148397758 ], [ -6.529161185528771, 57.067266890965357 ], [ -6.528739116954052, 57.067664449292565 ], [ -6.527354405440577, 57.067615648570147 ], [ -6.52686434399548, 57.068065132117852 ], [ -6.523816293712517, 57.068458764913714 ], [ -6.522218925099217, 57.069510443921828 ], [ -6.521252251747454, 57.069504921339529 ], [ -6.519260381701072, 57.070233524937031 ], [ -6.518822803093892, 57.069759132381279 ], [ -6.517155414187513, 57.070305078847682 ], [ -6.516780044289548, 57.070273664110395 ], [ -6.516946307094201, 57.069943854178312 ], [ -6.515763344310966, 57.070467786026185 ], [ -6.513503253465941, 57.070553873844794 ], [ -6.512335625705195, 57.07100076461316 ], [ -6.511993240122777, 57.070833227023833 ], [ -6.511751694830903, 57.071359128137729 ], [ -6.511017328617236, 57.071363133287178 ], [ -6.510792866793799, 57.071078906959123 ], [ -6.510640319127336, 57.071318267305287 ], [ -6.508958819716497, 57.071477844194895 ], [ -6.507078681287225, 57.071293770603681 ] ] ], [ [ [ -5.451831810144611, 57.107029249177323 ], [ -5.4543582842364, 57.106573026607023 ], [ -5.454832016279333, 57.106870105889477 ], [ -5.453655434681515, 57.107540832255779 ], [ -5.451986700405166, 57.107362096007293 ], [ -5.451831810144611, 57.107029249177323 ] ] ], [ [ [ -5.583559054028351, 57.114247619937665 ], [ -5.583876943326533, 57.114031746990101 ], [ -5.585200477397705, 57.114218622000223 ], [ -5.585587301300577, 57.114630091231248 ], [ -5.585136707537558, 57.115097000346459 ], [ -5.584521740697066, 57.115487699740228 ], [ -5.583515169004857, 57.115503019507898 ], [ -5.58263179313918, 57.11516868151417 ], [ -5.58351002034192, 57.11468055636314 ], [ -5.583559054028351, 57.114247619937665 ] ] ], [ [ [ -5.607596109628091, 57.141086005523832 ], [ -5.606947607781198, 57.140115738313547 ], [ -5.607301996689886, 57.139849310086412 ], [ -5.6097232284711, 57.140089741019743 ], [ -5.610803203885922, 57.140481167698304 ], [ -5.610039422797043, 57.141128007898168 ], [ -5.608551975390765, 57.140797758112676 ], [ -5.608524561943517, 57.141364940166305 ], [ -5.607596109628091, 57.141086005523832 ] ] ], [ [ [ -6.094717885121887, 57.126724176177937 ], [ -6.094446024428091, 57.125910253805877 ], [ -6.092392399872505, 57.124682473937369 ], [ -6.092995159166988, 57.123628636495624 ], [ -6.093524340956635, 57.123854133649495 ], [ -6.093915387300513, 57.123652506075011 ], [ -6.094929871175343, 57.123781196169986 ], [ -6.094945461858215, 57.124221318257696 ], [ -6.094141080558911, 57.124422976389809 ], [ -6.093821465069956, 57.125121351902251 ], [ -6.095639645972839, 57.124742658841008 ], [ -6.095831061135591, 57.126548384670187 ], [ -6.095488993961533, 57.126370731216504 ], [ -6.095306271054961, 57.126961219421013 ], [ -6.094717885121887, 57.126724176177937 ] ] ], [ [ [ -5.616388903121599, 57.144675905000035 ], [ -5.615588603228138, 57.144186549591915 ], [ -5.614931984921157, 57.144236962057128 ], [ -5.613971272104651, 57.14337462901004 ], [ -5.614876656354526, 57.142907981991563 ], [ -5.616172915046632, 57.142803148188008 ], [ -5.616490704526108, 57.141908422461995 ], [ -5.617256445781385, 57.142129057574692 ], [ -5.619319622462283, 57.14166490646916 ], [ -5.621553540995825, 57.143200646429051 ], [ -5.616388903121599, 57.144675905000035 ] ] ], [ [ [ -5.789395286930949, 57.142940422395057 ], [ -5.791077599283486, 57.142716894313516 ], [ -5.78965831880285, 57.143199501891402 ], [ -5.789395286930949, 57.142940422395057 ] ] ], [ [ [ -5.780276059087999, 57.143771579177674 ], [ -5.781155039768207, 57.143147146257114 ], [ -5.782591364281639, 57.143283608029101 ], [ -5.782592743874906, 57.143054293759775 ], [ -5.784150439443057, 57.143002755614859 ], [ -5.784433958895398, 57.14343025910005 ], [ -5.783689227486398, 57.143830379711474 ], [ -5.783688314501543, 57.144306934889528 ], [ -5.783455178805027, 57.14396781904366 ], [ -5.782455772991974, 57.143980015275588 ], [ -5.782438832947528, 57.14373327198755 ], [ -5.780276059087999, 57.143771579177674 ] ] ], [ [ [ -5.975946252240077, 57.139282769836214 ], [ -5.978205261058382, 57.138064566476395 ], [ -5.97878336753651, 57.138365417116439 ], [ -5.978958043305423, 57.138144061267099 ], [ -5.979308339351349, 57.139095071052957 ], [ -5.976551192480144, 57.139987416138958 ], [ -5.975946252240077, 57.139282769836214 ] ] ], [ [ [ -5.683348504932605, 57.151091095758076 ], [ -5.684028959224556, 57.150697979035705 ], [ -5.684590451370936, 57.151104030252881 ], [ -5.684158285205315, 57.151332513499021 ], [ -5.683348504932605, 57.151091095758076 ] ] ], [ [ [ -5.787765407379717, 57.150530550331929 ], [ -5.785481823537008, 57.150038522066652 ], [ -5.784427750880034, 57.150326610926264 ], [ -5.78370394708903, 57.150042774594311 ], [ -5.78290364701005, 57.150467043619692 ], [ -5.781553156204422, 57.150525793573955 ], [ -5.781789099566028, 57.150001685377177 ], [ -5.783114375696141, 57.149858278627491 ], [ -5.782998939435817, 57.149214406428662 ], [ -5.781927479675245, 57.149008490181927 ], [ -5.782711265950511, 57.148827484702203 ], [ -5.78337227668674, 57.147849975437005 ], [ -5.782885807247393, 57.147702825358529 ], [ -5.783464346777036, 57.147375163228887 ], [ -5.782252778071261, 57.146930722564939 ], [ -5.783035145055591, 57.146736270443853 ], [ -5.783066295500906, 57.146393668709734 ], [ -5.78194818931869, 57.146377975183462 ], [ -5.781608791589592, 57.145970135119164 ], [ -5.782951329576286, 57.145916117288756 ], [ -5.783549076253659, 57.144886569585552 ], [ -5.78430894650945, 57.144553426119359 ], [ -5.784552624374193, 57.144752860200782 ], [ -5.785224542722876, 57.144449341144565 ], [ -5.785657849097234, 57.144643043535588 ], [ -5.787226205989334, 57.144339395209172 ], [ -5.788638915263937, 57.144793888760681 ], [ -5.789882371239559, 57.14474189287543 ], [ -5.790782834725245, 57.14415090628794 ], [ -5.791684099245301, 57.144407751167122 ], [ -5.792495203862988, 57.143784390732804 ], [ -5.793608131669814, 57.143572669958147 ], [ -5.793428004648864, 57.144122986805407 ], [ -5.792025555255665, 57.14459252354272 ], [ -5.793105999874484, 57.145467919033926 ], [ -5.793075118658876, 57.146829211291724 ], [ -5.79195266572386, 57.147481778640781 ], [ -5.791016244053687, 57.149886469061897 ], [ -5.789391764990444, 57.150532621474859 ], [ -5.787765407379717, 57.150530550331929 ] ] ], [ [ [ -5.697539175979434, 57.166298997100156 ], [ -5.698516017590625, 57.166220725410007 ], [ -5.698859798611395, 57.16701075301809 ], [ -5.697474899241334, 57.167146019454535 ], [ -5.697120095995609, 57.166576585873578 ], [ -5.697539175979434, 57.166298997100156 ] ] ], [ [ [ -5.701370042112488, 57.16679279287758 ], [ -5.703273991739003, 57.165891421354914 ], [ -5.70452019529893, 57.165859087337076 ], [ -5.705416806208579, 57.166880002656463 ], [ -5.705242760066032, 57.167703305079435 ], [ -5.702078272537601, 57.167999108465246 ], [ -5.701142197072707, 57.168071708070116 ], [ -5.700634517599195, 57.167794500670844 ], [ -5.70194023978897, 57.167612089213293 ], [ -5.70120208347007, 57.16709894208438 ], [ -5.701370042112488, 57.16679279287758 ] ] ], [ [ [ -5.691532756329363, 57.167883096153979 ], [ -5.693058805506509, 57.167586400344248 ], [ -5.692860568159468, 57.168253056561909 ], [ -5.691963980959451, 57.168472769837749 ], [ -5.691452833921062, 57.168325993261021 ], [ -5.691532756329363, 57.167883096153979 ] ] ], [ [ [ -5.694598577073467, 57.168255780158084 ], [ -5.696442634030645, 57.167001149721727 ], [ -5.696810047319258, 57.167862410871919 ], [ -5.695481530700617, 57.168562405186861 ], [ -5.696625575288873, 57.16874894025176 ], [ -5.696523575383017, 57.169053136918293 ], [ -5.694386737163843, 57.169448795371025 ], [ -5.694301417198278, 57.169091682695417 ], [ -5.695090869688794, 57.16862786723587 ], [ -5.694598577073467, 57.168255780158084 ] ] ], [ [ [ -5.933187500235891, 57.169972783851264 ], [ -5.932855427980816, 57.169574082697878 ], [ -5.933067069310829, 57.169774249973806 ], [ -5.933705245163738, 57.169642721622715 ], [ -5.933781910298804, 57.169180837996521 ], [ -5.934332975897714, 57.170004264405073 ], [ -5.933893471807086, 57.169809454038109 ], [ -5.933579665588488, 57.170158292531639 ], [ -5.933187500235891, 57.169972783851264 ] ] ], [ [ [ -6.314027881241329, 57.158368569260702 ], [ -6.314100777705986, 57.157574629558773 ], [ -6.316346784400381, 57.157533223202357 ], [ -6.315845908192669, 57.158063113726762 ], [ -6.314027881241329, 57.158368569260702 ] ] ], [ [ [ -6.205700406883143, 57.166022908277704 ], [ -6.200693919037382, 57.164864415982251 ], [ -6.198369785680637, 57.163638347124461 ], [ -6.197384787176276, 57.163855708729095 ], [ -6.196176160238375, 57.164728044470728 ], [ -6.192801960355026, 57.164823030927984 ], [ -6.188070876313503, 57.164117961230353 ], [ -6.18738946911522, 57.16423966076276 ], [ -6.185572915393871, 57.162960424977733 ], [ -6.184320411140884, 57.162642550530421 ], [ -6.183436450235632, 57.162802469203228 ], [ -6.182459692184083, 57.161117444141574 ], [ -6.180914075204156, 57.1600359365084 ], [ -6.179895061849142, 57.158194929924527 ], [ -6.17993179006849, 57.156835781844137 ], [ -6.180816767229504, 57.156100307812117 ], [ -6.182229291063591, 57.155859808145067 ], [ -6.182188269633468, 57.155496966256152 ], [ -6.183030389440312, 57.155041685213526 ], [ -6.183303691115738, 57.154092801897775 ], [ -6.182270988313103, 57.153227999267898 ], [ -6.18238345092563, 57.152612728363216 ], [ -6.182937712576672, 57.152612205711776 ], [ -6.183312071130691, 57.151605989692221 ], [ -6.184027065925931, 57.151856390843982 ], [ -6.184339330724863, 57.151252428774107 ], [ -6.184831688906319, 57.151289936900049 ], [ -6.185744261116362, 57.149995941606434 ], [ -6.18701958382487, 57.14971500311713 ], [ -6.187502407661879, 57.14988771269973 ], [ -6.188112696700071, 57.149066938438622 ], [ -6.189122593476565, 57.149145576354869 ], [ -6.189083291033014, 57.14865228062299 ], [ -6.189693665854154, 57.14922090028 ], [ -6.190512368552919, 57.149364376598001 ], [ -6.190965873096451, 57.148620775889576 ], [ -6.193942396873032, 57.148606574044415 ], [ -6.193450390968601, 57.148060989673148 ], [ -6.194290797801876, 57.147520250983625 ], [ -6.194500576779919, 57.148057298445224 ], [ -6.194852133119986, 57.147874658364053 ], [ -6.19559901331785, 57.148479146948354 ], [ -6.196275703730147, 57.147880928111825 ], [ -6.197309860387533, 57.148246461330011 ], [ -6.197853712282937, 57.14793596317886 ], [ -6.198731228625818, 57.148014463782715 ], [ -6.199259433401444, 57.148513850411405 ], [ -6.199959558397672, 57.148049719265003 ], [ -6.201693650161999, 57.148094975465462 ], [ -6.203498503119415, 57.149491276672073 ], [ -6.206133507171744, 57.150329092435513 ], [ -6.207727168559042, 57.151539080250735 ], [ -6.208337063113883, 57.151518589764571 ], [ -6.208701521979489, 57.150867840300329 ], [ -6.210258684130023, 57.150811009540945 ], [ -6.21092378971698, 57.150258062263049 ], [ -6.210265249019284, 57.149196542873021 ], [ -6.212467036877353, 57.14746329510637 ], [ -6.211615205551477, 57.144776050174066 ], [ -6.210236461370224, 57.143999547340378 ], [ -6.209204074839207, 57.143867879553234 ], [ -6.207614130853695, 57.142396993322947 ], [ -6.206754417167546, 57.142183064199877 ], [ -6.205257990042742, 57.14022338788017 ], [ -6.204207310044253, 57.140002365611934 ], [ -6.20314502967789, 57.138513712918588 ], [ -6.203718847896886, 57.136138287969118 ], [ -6.204854498560284, 57.135506620700248 ], [ -6.206511504621404, 57.135388016636099 ], [ -6.206714048161692, 57.134841631975128 ], [ -6.207834984059954, 57.134372304374921 ], [ -6.208662586426778, 57.134596295066594 ], [ -6.208761294904712, 57.134300704296358 ], [ -6.209116277745203, 57.134513597651619 ], [ -6.209741702110216, 57.134195803017725 ], [ -6.210345531812955, 57.134269927737243 ], [ -6.210726015694869, 57.133834461316766 ], [ -6.212204157283918, 57.133816221530616 ], [ -6.212684556620827, 57.132878273894626 ], [ -6.213244123287833, 57.132926894376325 ], [ -6.212863056027381, 57.132557512009996 ], [ -6.213320342327678, 57.131998046562252 ], [ -6.214902239037153, 57.131657028845076 ], [ -6.215439040006403, 57.131796336057427 ], [ -6.215535320810341, 57.131116817101763 ], [ -6.218009810370648, 57.129974099012287 ], [ -6.219829820893232, 57.130272495698925 ], [ -6.221157214594925, 57.129440857489989 ], [ -6.222446107127305, 57.129577259149634 ], [ -6.222575278263392, 57.129042310813745 ], [ -6.224364884500372, 57.129364149457842 ], [ -6.226119190656025, 57.128796837351565 ], [ -6.227051871932498, 57.129579228543406 ], [ -6.228104798418516, 57.129314351955877 ], [ -6.229679434321738, 57.129418546950191 ], [ -6.230509463258571, 57.12988062936806 ], [ -6.233100705365861, 57.130197739446331 ], [ -6.233185886906004, 57.130653509472246 ], [ -6.234126860185964, 57.130783568612664 ], [ -6.234781395458988, 57.131301021115597 ], [ -6.234329649601848, 57.131761459712521 ], [ -6.235186034940713, 57.131296327909418 ], [ -6.237474108593046, 57.131780984628023 ], [ -6.238963040576062, 57.132724329913152 ], [ -6.238316328675549, 57.132926085660941 ], [ -6.239302355941954, 57.133810008039731 ], [ -6.240086490869197, 57.133725001653687 ], [ -6.240462736459988, 57.133977558709027 ], [ -6.24033939647385, 57.134705685731689 ], [ -6.240869689987572, 57.134714705900194 ], [ -6.241048189308197, 57.135117849488481 ], [ -6.243396759844357, 57.135766728713179 ], [ -6.244569854139796, 57.134962547683095 ], [ -6.245089859243152, 57.134953912427065 ], [ -6.245759409742346, 57.136032877329839 ], [ -6.2454606561307, 57.136528639275703 ], [ -6.246785893572677, 57.136762489526362 ], [ -6.249008450001801, 57.137824731985667 ], [ -6.249424907030699, 57.138426634721306 ], [ -6.248899677700393, 57.1386063352479 ], [ -6.249698791881773, 57.138723109161049 ], [ -6.24981403032026, 57.139438655059031 ], [ -6.250420597656676, 57.13946303392769 ], [ -6.250793821091219, 57.14026425103048 ], [ -6.250528077034812, 57.140615013658831 ], [ -6.251543992169368, 57.141106629398344 ], [ -6.251201517891624, 57.141509461176014 ], [ -6.252298854903233, 57.141629585235997 ], [ -6.252012963724937, 57.142884853722421 ], [ -6.252679846434472, 57.142785766324991 ], [ -6.253956909502482, 57.144612983056263 ], [ -6.254485800244132, 57.144680451999328 ], [ -6.254729390224721, 57.14615156273782 ], [ -6.255399419662574, 57.146367118134179 ], [ -6.254455916851911, 57.146938767620028 ], [ -6.255370591050397, 57.146979637514761 ], [ -6.255974807006047, 57.149571640278701 ], [ -6.254207134401558, 57.149883507041928 ], [ -6.253109521961587, 57.150410915969907 ], [ -6.252348779391388, 57.150198427159197 ], [ -6.250753485938326, 57.15157907938304 ], [ -6.24673323456425, 57.151657002300496 ], [ -6.245357356497529, 57.151995924700827 ], [ -6.245161687572429, 57.151732761462824 ], [ -6.243636186298687, 57.152859141802814 ], [ -6.241775091005583, 57.152935674035547 ], [ -6.24154935742837, 57.153276065595378 ], [ -6.240905141917355, 57.153329355949943 ], [ -6.241126814900575, 57.153704059359121 ], [ -6.239546380293052, 57.15514700593593 ], [ -6.238055487167531, 57.155350343212447 ], [ -6.237449877547134, 57.156058807946124 ], [ -6.235496543235652, 57.155837093837327 ], [ -6.233942221056674, 57.156065008695094 ], [ -6.232237888876448, 57.156428372674888 ], [ -6.23017554424638, 57.157496272887279 ], [ -6.229602828583223, 57.157263805905295 ], [ -6.229295040199627, 57.157611439720888 ], [ -6.227650134893378, 57.157554553589478 ], [ -6.227199017935359, 57.158023929329374 ], [ -6.225014543010645, 57.157517575737508 ], [ -6.225046321957157, 57.157723344669911 ], [ -6.223439621568213, 57.157566190765579 ], [ -6.221607870968035, 57.156162069056826 ], [ -6.218392253385723, 57.154593200053441 ], [ -6.218403538015048, 57.15411169183993 ], [ -6.217118612167274, 57.153799734333994 ], [ -6.216225626330192, 57.152570770870902 ], [ -6.215710014998638, 57.153055764216617 ], [ -6.214678454712148, 57.152861157314035 ], [ -6.21476033649329, 57.153362011884575 ], [ -6.21601771542107, 57.154376377172198 ], [ -6.216613134497663, 57.154446264813181 ], [ -6.216577829581717, 57.154717244540862 ], [ -6.215632500667356, 57.154771546658097 ], [ -6.215847016329983, 57.155056600459446 ], [ -6.218724958642624, 57.156277184768619 ], [ -6.219093293368291, 57.156822347950893 ], [ -6.221072151875816, 57.15726828366806 ], [ -6.2206957736747, 57.158175775689607 ], [ -6.221396508167646, 57.158660270668314 ], [ -6.220235856358606, 57.159149032045534 ], [ -6.219588834909582, 57.157974752811619 ], [ -6.217907921664724, 57.158908186437834 ], [ -6.217023466114717, 57.158263486610515 ], [ -6.216111168346454, 57.158172789976192 ], [ -6.217633155153942, 57.160127002307206 ], [ -6.217255205397294, 57.160949100583593 ], [ -6.217965016892524, 57.161222872040959 ], [ -6.218229071036208, 57.162449625000548 ], [ -6.215376749358001, 57.164870335549843 ], [ -6.213184867026119, 57.165245335882112 ], [ -6.210120080194253, 57.165150523123714 ], [ -6.205700406883143, 57.166022908277704 ] ] ], [ [ [ -5.896047915228818, 57.175163836071889 ], [ -5.895675605062683, 57.174804058292047 ], [ -5.893672849489707, 57.175483114652039 ], [ -5.893261520771124, 57.175098466799795 ], [ -5.892680142141907, 57.175205541650598 ], [ -5.890952834154438, 57.174522772617976 ], [ -5.890256834735576, 57.172863862300929 ], [ -5.890616512257221, 57.172034467833562 ], [ -5.891209536177413, 57.171849712986841 ], [ -5.894069104799638, 57.172125050234513 ], [ -5.89442272377356, 57.172653554831648 ], [ -5.896541730271851, 57.172655126227994 ], [ -5.897108316127031, 57.172376753734348 ], [ -5.897710351887499, 57.172591811812637 ], [ -5.897623042142974, 57.173255406831267 ], [ -5.898243555446649, 57.173802575782219 ], [ -5.896352542529108, 57.174504276696872 ], [ -5.895861515973027, 57.174353197627525 ], [ -5.896187294435675, 57.174727009563689 ], [ -5.89764169174125, 57.174971315405664 ], [ -5.896935763049846, 57.175765641780572 ], [ -5.894851965929447, 57.176665730736147 ], [ -5.894033471431896, 57.175983529336008 ], [ -5.895087741015578, 57.175305175874044 ], [ -5.896047915228818, 57.175163836071889 ] ] ], [ [ [ -6.150270641230034, 57.194017671904746 ], [ -6.150000721857116, 57.193163310059987 ], [ -6.151669909336984, 57.193571156600818 ], [ -6.151698857115238, 57.194491950108151 ], [ -6.150270641230034, 57.194017671904746 ] ] ], [ [ [ -6.161917769681701, 57.196900338215656 ], [ -6.16102288356587, 57.196309548590122 ], [ -6.161394590274679, 57.196153324674562 ], [ -6.161058145726384, 57.195813776826178 ], [ -6.162169137467759, 57.19597023445575 ], [ -6.162271915199705, 57.195485709216094 ], [ -6.165747376876685, 57.196336974250514 ], [ -6.165709483210427, 57.196661973350075 ], [ -6.164792124393985, 57.196827348803787 ], [ -6.163309077895214, 57.196530395045883 ], [ -6.162940040472708, 57.197077721005883 ], [ -6.161917769681701, 57.196900338215656 ] ] ], [ [ [ -6.399238564342237, 57.218645252611623 ], [ -6.39961149427694, 57.218227439934957 ], [ -6.400458803826274, 57.218242670349781 ], [ -6.40122745891264, 57.218710351739027 ], [ -6.400685805460116, 57.219381424621581 ], [ -6.400044063076658, 57.219421937734701 ], [ -6.399238564342237, 57.218645252611623 ] ] ], [ [ [ -5.572400277637358, 57.266504729774475 ], [ -5.573118107774903, 57.265436954441469 ], [ -5.572813191126307, 57.26374650311552 ], [ -5.573878476021517, 57.262327208627866 ], [ -5.578952714570086, 57.262043298555902 ], [ -5.579136447630606, 57.262312259186686 ], [ -5.577756625440171, 57.2626257909168 ], [ -5.575198182232178, 57.262419987196616 ], [ -5.57343457321807, 57.263566995028285 ], [ -5.575748809587558, 57.263820247512314 ], [ -5.576985870545024, 57.263573737648805 ], [ -5.577438741459578, 57.263111326783864 ], [ -5.578431490630237, 57.263083032086328 ], [ -5.579068927624625, 57.263496386328995 ], [ -5.578983992375793, 57.264501207156712 ], [ -5.578504135313525, 57.264771105115877 ], [ -5.576975772687454, 57.264580918843748 ], [ -5.57695654567453, 57.265408557661956 ], [ -5.57642875280444, 57.265783199346359 ], [ -5.577707241588914, 57.265535503229771 ], [ -5.578812420311286, 57.264870198555798 ], [ -5.580533275447896, 57.265589785786467 ], [ -5.5809939916994, 57.266147518445564 ], [ -5.580646973683541, 57.267955442970916 ], [ -5.576903996744654, 57.269055547426518 ], [ -5.574450053426132, 57.268905179580571 ], [ -5.572606082413802, 57.267343942701139 ], [ -5.572400277637358, 57.266504729774475 ] ] ], [ [ [ -5.710833827157698, 57.277062745928511 ], [ -5.711670454931363, 57.276552519390165 ], [ -5.712037558646172, 57.276654049503819 ], [ -5.711707037546764, 57.276915560028392 ], [ -5.712475071359916, 57.27671303860901 ], [ -5.713087425846768, 57.276942173679679 ], [ -5.711777317147503, 57.277201183759246 ], [ -5.710833827157698, 57.277062745928511 ] ] ], [ [ [ -5.706193772822305, 57.276808709181822 ], [ -5.707510095233044, 57.276198938909126 ], [ -5.70841877593618, 57.277228504288288 ], [ -5.707952666343671, 57.277462541849616 ], [ -5.706632908625797, 57.277213810584151 ], [ -5.706193772822305, 57.276808709181822 ] ] ], [ [ [ -5.739995313148857, 57.280220818662372 ], [ -5.739396156256317, 57.279469952532303 ], [ -5.738398359563202, 57.280106543863226 ], [ -5.738036049050831, 57.279726232195515 ], [ -5.738115315438783, 57.279116994561086 ], [ -5.738846304338777, 57.278632203215523 ], [ -5.739565597934651, 57.278768119925083 ], [ -5.740154977759572, 57.277739100042218 ], [ -5.742061423094994, 57.27800865830902 ], [ -5.742363738503113, 57.278370068316505 ], [ -5.741587604970303, 57.279472095923957 ], [ -5.739995313148857, 57.280220818662372 ] ] ], [ [ [ -5.734878674295535, 57.279366160657247 ], [ -5.735858875759223, 57.278473884564093 ], [ -5.73687960115822, 57.27871772693743 ], [ -5.736341002191967, 57.279381092007561 ], [ -5.737183973914676, 57.279508846499283 ], [ -5.737491442578054, 57.280003177692549 ], [ -5.736902178524992, 57.280330899080667 ], [ -5.7371657227678, 57.280637732108559 ], [ -5.735484817559168, 57.280759678806987 ], [ -5.735705993320588, 57.279912461405715 ], [ -5.734878674295535, 57.279366160657247 ] ] ], [ [ [ -5.918919351471581, 57.274093123201808 ], [ -5.918363603734964, 57.273472070682537 ], [ -5.919646552137214, 57.273517435721708 ], [ -5.920277099932191, 57.273983290017952 ], [ -5.921345100218717, 57.275361609892421 ], [ -5.92077933834687, 57.276440289109487 ], [ -5.919158916678937, 57.27579853905933 ], [ -5.919318067346024, 57.275110210265439 ], [ -5.918461495354802, 57.274314222840829 ], [ -5.918919351471581, 57.274093123201808 ] ] ], [ [ [ -5.856127028175846, 57.282749717844915 ], [ -5.855879209413303, 57.282523555593997 ], [ -5.855222098776871, 57.282669613156756 ], [ -5.854258576468405, 57.282267614621375 ], [ -5.854110998082197, 57.280936939698613 ], [ -5.853039003012841, 57.280291002573271 ], [ -5.852077293685118, 57.278239034114378 ], [ -5.849664743835436, 57.276042742570013 ], [ -5.848696304287283, 57.275829672600018 ], [ -5.848991486136153, 57.275398033122769 ], [ -5.847679827495187, 57.274759402478935 ], [ -5.847571828834427, 57.274281680289242 ], [ -5.84926557198242, 57.272382050398122 ], [ -5.849315046011694, 57.271584806027867 ], [ -5.853112002364933, 57.271468314273079 ], [ -5.856990034828129, 57.268876607372711 ], [ -5.859568437389084, 57.269408761721415 ], [ -5.861127660730459, 57.26916299973346 ], [ -5.862206525898059, 57.26948047022352 ], [ -5.864564597519391, 57.269097690960706 ], [ -5.864493807650747, 57.26850194645089 ], [ -5.865594972055821, 57.26911092007343 ], [ -5.865270167202917, 57.270127952645012 ], [ -5.866067046558147, 57.271078972335097 ], [ -5.867346067645294, 57.271641993319456 ], [ -5.868259564752814, 57.27156888915448 ], [ -5.86872850300466, 57.272004004970199 ], [ -5.870883329126865, 57.275372275089133 ], [ -5.870983298070131, 57.276007579104373 ], [ -5.869531335830137, 57.277513438468098 ], [ -5.86997682315633, 57.277724489990597 ], [ -5.869204366812013, 57.277640404009979 ], [ -5.869235370260155, 57.278093511717458 ], [ -5.868358971969478, 57.278363286543659 ], [ -5.864406066640053, 57.278898629653192 ], [ -5.861338450170687, 57.28107001338477 ], [ -5.857824276032464, 57.281438795269459 ], [ -5.857201275114957, 57.28246496252244 ], [ -5.856494768280514, 57.282297849222417 ], [ -5.855989892602382, 57.2824707041324 ], [ -5.856127028175846, 57.282749717844915 ] ] ], [ [ [ -5.738183737906101, 57.289521781267148 ], [ -5.737207904278878, 57.289150737582112 ], [ -5.73672081988259, 57.289259635844246 ], [ -5.736166324714771, 57.288377058393039 ], [ -5.735350436074689, 57.288436394954267 ], [ -5.737061770210966, 57.28738390521471 ], [ -5.737030748256107, 57.287160059218678 ], [ -5.736237900040288, 57.287282550793407 ], [ -5.735988502377331, 57.287033734385972 ], [ -5.736471001647174, 57.286061861229641 ], [ -5.738866256389565, 57.2854511167317 ], [ -5.739179682428069, 57.285594626987937 ], [ -5.7384574665622, 57.285921817840126 ], [ -5.738784948804247, 57.286694265048567 ], [ -5.737876349989563, 57.28714837687464 ], [ -5.739242934944239, 57.287116680513272 ], [ -5.739003227553167, 57.287699228127046 ], [ -5.73997713640839, 57.288133250333871 ], [ -5.739068889001136, 57.288672772285913 ], [ -5.739475914412548, 57.289492298937041 ], [ -5.73818993722633, 57.289746366025668 ], [ -5.738183737906101, 57.289521781267148 ] ] ], [ [ [ -5.733183501311873, 57.298112843514893 ], [ -5.733362679654403, 57.297816217242861 ], [ -5.733789059408413, 57.298040897552269 ], [ -5.733312213074742, 57.298563050109678 ], [ -5.734085003435534, 57.299451737880496 ], [ -5.733537301831067, 57.299979593852548 ], [ -5.732411001499728, 57.299994189316038 ], [ -5.730705228900706, 57.299568360380462 ], [ -5.73166443841472, 57.298970750550012 ], [ -5.731355487401797, 57.298708409556873 ], [ -5.731943117279755, 57.298262990677891 ], [ -5.733183501311873, 57.298112843514893 ] ] ], [ [ [ -5.730986024287292, 57.300945491151147 ], [ -5.73332563740715, 57.300512743252305 ], [ -5.734841639035253, 57.301310104558624 ], [ -5.734428844037041, 57.301792594933588 ], [ -5.733683266365216, 57.301811164569003 ], [ -5.73146769636372, 57.301485910056606 ], [ -5.730986024287292, 57.300945491151147 ] ] ], [ [ [ -5.889108330004589, 57.306481279880082 ], [ -5.891074958106777, 57.305597650856107 ], [ -5.893183494581213, 57.305977382840837 ], [ -5.894894927130293, 57.30731349730997 ], [ -5.895096296097703, 57.309842839260398 ], [ -5.896514262969512, 57.312249026829555 ], [ -5.89597594547878, 57.312814203391703 ], [ -5.896606646243969, 57.31461091111791 ], [ -5.895067695080555, 57.31537795724573 ], [ -5.893582730651881, 57.315635294067341 ], [ -5.892393988089996, 57.313824397669549 ], [ -5.890219731028014, 57.31361302128601 ], [ -5.889984932025301, 57.313121269426617 ], [ -5.888313946877924, 57.31256159180527 ], [ -5.886951980251616, 57.311623682850076 ], [ -5.88523592885628, 57.311344094163964 ], [ -5.883364718981227, 57.309752041195878 ], [ -5.883568904750988, 57.308774657762747 ], [ -5.884487297294518, 57.308031441455377 ], [ -5.88655467857942, 57.30739203441582 ], [ -5.887078874662058, 57.306849814774338 ], [ -5.889108330004589, 57.306481279880082 ] ] ], [ [ [ -5.69248642878219, 57.328238550817098 ], [ -5.69258958030657, 57.327610676670105 ], [ -5.693692112193383, 57.32799633274908 ], [ -5.693328316754744, 57.328263256713569 ], [ -5.69248642878219, 57.328238550817098 ] ] ], [ [ [ -5.697133391743233, 57.331720613070935 ], [ -5.698105031028718, 57.331381848239964 ], [ -5.69814442359641, 57.332351670108167 ], [ -5.696999068439383, 57.332533715416005 ], [ -5.697133391743233, 57.331720613070935 ] ] ], [ [ [ -5.925379335760034, 57.325736755934088 ], [ -5.927204572538576, 57.325472905659325 ], [ -5.927530405144578, 57.325799903650953 ], [ -5.927068891757633, 57.326614580969462 ], [ -5.92546394587881, 57.327073855423841 ], [ -5.925823587531578, 57.326550098367363 ], [ -5.925310106723067, 57.326255934001381 ], [ -5.925379335760034, 57.325736755934088 ] ] ], [ [ [ -6.001137658487006, 57.325347376345626 ], [ -6.00082678935309, 57.325163951349886 ], [ -5.999386077002073, 57.325367185756299 ], [ -5.9961811065287, 57.324785797239549 ], [ -5.994476413540067, 57.323554175551941 ], [ -5.992909558527824, 57.323590501615726 ], [ -5.990664599243847, 57.323122327912387 ], [ -5.989302171854221, 57.324123235319995 ], [ -5.98843226591196, 57.324271348659316 ], [ -5.986930868337356, 57.324252469205476 ], [ -5.986472185685859, 57.323318386425193 ], [ -5.985268938987947, 57.322875501947664 ], [ -5.981974824699429, 57.324459120485017 ], [ -5.981652506452436, 57.323938819495773 ], [ -5.980430789252451, 57.323478491160103 ], [ -5.979333638746785, 57.323400853455368 ], [ -5.979611668739288, 57.323742726509266 ], [ -5.978538719185251, 57.323965540626006 ], [ -5.978751468928752, 57.323320383990577 ], [ -5.977990478423271, 57.323277046042371 ], [ -5.977861876051711, 57.322318995224045 ], [ -5.977316567555517, 57.32257904073132 ], [ -5.977143666449587, 57.321595416684879 ], [ -5.976548401067691, 57.321470393226271 ], [ -5.976361568941488, 57.321894426208857 ], [ -5.975618628421168, 57.321863990799535 ], [ -5.975546343130166, 57.321349250252034 ], [ -5.973300911075286, 57.320642505108118 ], [ -5.972602241270294, 57.320021690201436 ], [ -5.971823149172223, 57.320194691443199 ], [ -5.97174398462553, 57.319846515135403 ], [ -5.971494935892013, 57.320002753881717 ], [ -5.971116605449664, 57.319731473936805 ], [ -5.970582954688782, 57.320022592726893 ], [ -5.970394146320655, 57.319736328079451 ], [ -5.969433814213264, 57.31992403469237 ], [ -5.969410652682975, 57.319632534098616 ], [ -5.968730690928368, 57.319492167492612 ], [ -5.967605201639274, 57.319689573969498 ], [ -5.967437333224184, 57.319443106838996 ], [ -5.966546276620898, 57.319502718568408 ], [ -5.966338971221049, 57.319814984281244 ], [ -5.965939152194191, 57.319652269028737 ], [ -5.964837259736902, 57.320685137873213 ], [ -5.963672996453943, 57.320600491924139 ], [ -5.963437704099541, 57.321115949518244 ], [ -5.961437438614426, 57.321525227388626 ], [ -5.96170897238131, 57.320343242860062 ], [ -5.959772559668913, 57.320264927668973 ], [ -5.959986835740839, 57.319862536887349 ], [ -5.959063184879422, 57.319388115103237 ], [ -5.958079564973387, 57.319437096258646 ], [ -5.957275919933362, 57.318841988197924 ], [ -5.956485034149378, 57.319060223441667 ], [ -5.955606097324716, 57.318305626057949 ], [ -5.954852854436092, 57.318410269345328 ], [ -5.954086355356582, 57.317773509987688 ], [ -5.952808949813412, 57.317485517932347 ], [ -5.952618552695284, 57.317028437079536 ], [ -5.951394630289677, 57.317237787070823 ], [ -5.951273201980373, 57.318118296501559 ], [ -5.950671714709452, 57.318397974488107 ], [ -5.949472099375158, 57.31860204432158 ], [ -5.948561021997814, 57.318320473977231 ], [ -5.947092535840673, 57.316716655127692 ], [ -5.9456090378678, 57.316520488270449 ], [ -5.94327932558846, 57.315406748886268 ], [ -5.941228575615887, 57.315111447148347 ], [ -5.938099812846844, 57.313672012067393 ], [ -5.937922732866303, 57.312639030542805 ], [ -5.935179348463985, 57.311614547172553 ], [ -5.934707713174042, 57.311710247675975 ], [ -5.934201614269626, 57.311173116941902 ], [ -5.932188191572004, 57.311146252026568 ], [ -5.931271616915621, 57.310577002613591 ], [ -5.930331642329562, 57.310565958430097 ], [ -5.928466687449292, 57.309050775787433 ], [ -5.926055674768211, 57.30817755410073 ], [ -5.924682413713954, 57.307141485451254 ], [ -5.923271264756893, 57.304658943664535 ], [ -5.921048219161747, 57.303051444171622 ], [ -5.920493458947144, 57.300807386181127 ], [ -5.919860373166921, 57.30016626935145 ], [ -5.920319498861931, 57.299720342149847 ], [ -5.919965492166543, 57.299048034498533 ], [ -5.920594944569216, 57.298174185367081 ], [ -5.920266917594556, 57.296966069451287 ], [ -5.921000117199468, 57.295819231281811 ], [ -5.921988579525043, 57.295275842216363 ], [ -5.922300059610786, 57.29367910000348 ], [ -5.925741020019381, 57.292150895049339 ], [ -5.927716038249327, 57.290349254516741 ], [ -5.927592071956028, 57.28870497153634 ], [ -5.925939076231509, 57.28500807249862 ], [ -5.926354184983852, 57.284541015233444 ], [ -5.925338028417081, 57.284260782158029 ], [ -5.925816208130422, 57.284089376549019 ], [ -5.925657834072614, 57.283553933735746 ], [ -5.926295029249927, 57.282802990322381 ], [ -5.928022117377014, 57.283475486499725 ], [ -5.930563819414032, 57.283457078767064 ], [ -5.930671981331289, 57.283708155236582 ], [ -5.930630466016297, 57.282634956249233 ], [ -5.929732118184842, 57.282244969426614 ], [ -5.929710370003484, 57.28185451479407 ], [ -5.928671466617294, 57.281687416765124 ], [ -5.928998505110827, 57.280971340114888 ], [ -5.930863595395806, 57.281210577021753 ], [ -5.932306838123583, 57.282381046437067 ], [ -5.933386023331819, 57.282303179625892 ], [ -5.934097222013417, 57.281873573476901 ], [ -5.934217026360506, 57.281052479068741 ], [ -5.93582142694684, 57.280654212099414 ], [ -5.935437647279647, 57.279704137611027 ], [ -5.934513974374945, 57.279449853880784 ], [ -5.935046148578197, 57.278448588270855 ], [ -5.936614526202836, 57.278444373220452 ], [ -5.937866772761869, 57.278045431127623 ], [ -5.939165792861965, 57.27699760842065 ], [ -5.94477176978013, 57.27478045122848 ], [ -5.946470086958883, 57.274983331345105 ], [ -5.947580307140775, 57.274732620475433 ], [ -5.951522954635116, 57.27473445107907 ], [ -5.953709818583744, 57.274153060179756 ], [ -5.954461670455307, 57.273657309926641 ], [ -5.956699215253463, 57.274166765304564 ], [ -5.957549543866914, 57.273892685313442 ], [ -5.962689704460639, 57.273685557417181 ], [ -5.966159428415482, 57.274075014289807 ], [ -5.967145767154755, 57.274524905458286 ], [ -5.969320082746819, 57.274676466027351 ], [ -5.969752814570849, 57.274455969701151 ], [ -5.974639844257187, 57.275133060543368 ], [ -5.977871302874106, 57.274850858470487 ], [ -5.980370802717156, 57.273863445231186 ], [ -5.981723227764081, 57.274243168259694 ], [ -5.982875121905859, 57.275485265867779 ], [ -5.984202127298593, 57.276120240178756 ], [ -5.985459974592524, 57.276269138271218 ], [ -5.988510385921534, 57.280124183032349 ], [ -5.991532531080196, 57.281660153334641 ], [ -5.994572710922504, 57.285043319152386 ], [ -5.996373391102717, 57.28633479799317 ], [ -6.000078263450735, 57.287116000187957 ], [ -6.001696675660427, 57.287950130115043 ], [ -6.001896273983151, 57.288411348821619 ], [ -6.002642914056325, 57.288252667654568 ], [ -6.004064271682044, 57.288877244389795 ], [ -6.007318586652356, 57.288643028929307 ], [ -6.006314738427493, 57.290100292542213 ], [ -6.0066011565314, 57.291053292390444 ], [ -6.010641810292238, 57.293918610259887 ], [ -6.012382801804641, 57.295643398823451 ], [ -6.017163033967448, 57.298579304451906 ], [ -6.018891067893303, 57.300560698749564 ], [ -6.019054852965704, 57.301755890067597 ], [ -6.022908309373419, 57.304712265900747 ], [ -6.021806713861001, 57.30755306115978 ], [ -6.02109837227166, 57.307912944405217 ], [ -6.021441864521308, 57.308167210071474 ], [ -6.020567167065066, 57.309665410373171 ], [ -6.019952821185337, 57.314154104008182 ], [ -6.0184544470999, 57.315649764896889 ], [ -6.01771886564298, 57.318195551017546 ], [ -6.016246906735332, 57.320391710045016 ], [ -6.013629013257211, 57.320619258770932 ], [ -6.010859262539652, 57.319988373228789 ], [ -6.009344791335375, 57.320275009674219 ], [ -6.006874207353088, 57.319490617420712 ], [ -6.005648634901489, 57.319911863976472 ], [ -6.005082543575369, 57.319826507913866 ], [ -6.004968773868689, 57.320918159159838 ], [ -6.006097596341723, 57.323193090499132 ], [ -6.004958590391586, 57.323494671869739 ], [ -6.004938216208734, 57.323917942109759 ], [ -6.004003355884108, 57.324415323805567 ], [ -6.001137658487006, 57.325347376345626 ] ] ], [ [ [ -5.68785408066758, 57.336640474849517 ], [ -5.688580222475621, 57.336586798563125 ], [ -5.68867550153335, 57.336873496859212 ], [ -5.688002324568787, 57.337073962887736 ], [ -5.68785408066758, 57.336640474849517 ] ] ], [ [ [ -5.666489293485663, 57.342596913128489 ], [ -5.668374369770718, 57.34230815761989 ], [ -5.667837623270684, 57.342994508195424 ], [ -5.66649057376217, 57.342943007072726 ], [ -5.666489293485663, 57.342596913128489 ] ] ], [ [ [ -5.664785055546608, 57.346149281854629 ], [ -5.665554136737125, 57.345857143654939 ], [ -5.666607502920885, 57.345830915864973 ], [ -5.666146946604564, 57.346298365922891 ], [ -5.665108117735706, 57.346387098626465 ], [ -5.664785055546608, 57.346149281854629 ] ] ], [ [ [ -5.597722322916886, 57.350352109598603 ], [ -5.597685884126692, 57.349980062057369 ], [ -5.598372874684115, 57.350032320225708 ], [ -5.597722322916886, 57.350352109598603 ] ] ], [ [ [ -5.604844276636905, 57.350390816999088 ], [ -5.605446198056565, 57.349915056636902 ], [ -5.605732295187317, 57.350203526152747 ], [ -5.604844276636905, 57.350390816999088 ] ] ], [ [ [ -5.601429751411902, 57.350084128611144 ], [ -5.60228551298298, 57.349313426723072 ], [ -5.603934630418014, 57.349679705886729 ], [ -5.603981623132518, 57.350073925507957 ], [ -5.601869974030991, 57.350503043018499 ], [ -5.602047012378895, 57.350273216672392 ], [ -5.601429751411902, 57.350084128611144 ] ] ], [ [ [ -5.652178675521784, 57.349166556457902 ], [ -5.651559690039111, 57.348929212873124 ], [ -5.652363965589754, 57.348989457050685 ], [ -5.652178675521784, 57.349166556457902 ] ] ], [ [ [ -5.596091273246127, 57.352718229690119 ], [ -5.596008601602698, 57.352383464963346 ], [ -5.597601649304961, 57.352261470332131 ], [ -5.59799375507028, 57.352528942706293 ], [ -5.598677952396042, 57.352212684542017 ], [ -5.598375817093736, 57.352778721170083 ], [ -5.597833316263094, 57.352843693832625 ], [ -5.596091273246127, 57.352718229690119 ] ] ], [ [ [ -5.616227340478164, 57.358573106496713 ], [ -5.617528426344701, 57.358355872615817 ], [ -5.617714370519186, 57.358723615759565 ], [ -5.616389808291605, 57.359040418828535 ], [ -5.616227340478164, 57.358573106496713 ] ] ], [ [ [ -5.854265014516145, 57.357321897553931 ], [ -5.85398563978504, 57.356799981420892 ], [ -5.853382178754299, 57.357232078344254 ], [ -5.853243647392958, 57.356863189416181 ], [ -5.852439977376551, 57.356734972160488 ], [ -5.852850343458823, 57.356048053289484 ], [ -5.85180060673439, 57.355873427115199 ], [ -5.85202519829753, 57.354684199971601 ], [ -5.851408341509114, 57.354433366094177 ], [ -5.850894341750444, 57.354687381526084 ], [ -5.849981616110172, 57.353915123729458 ], [ -5.850301378413114, 57.352839870876338 ], [ -5.849689592937213, 57.352795671681143 ], [ -5.849463589888898, 57.353099303265658 ], [ -5.849027432118568, 57.352667595741813 ], [ -5.850265004109012, 57.352175635660693 ], [ -5.848345082880621, 57.352346823701154 ], [ -5.848936272977427, 57.351321706739988 ], [ -5.848595128814323, 57.35139958705745 ], [ -5.848488114521945, 57.351092667315001 ], [ -5.850233848449764, 57.350688544851657 ], [ -5.849883067822598, 57.35122977125944 ], [ -5.85043038530548, 57.351293926444136 ], [ -5.851139678380673, 57.350840617209762 ], [ -5.850703529119868, 57.350408915290402 ], [ -5.850231441099832, 57.350189606419406 ], [ -5.848148056521969, 57.351022158372146 ], [ -5.847202641536646, 57.350412725207022 ], [ -5.846583559521694, 57.350854259491243 ], [ -5.845524936031426, 57.349322186286038 ], [ -5.844172477598682, 57.348716194161177 ], [ -5.843033375732626, 57.346413322526686 ], [ -5.84342848824687, 57.343434149179807 ], [ -5.843179552411754, 57.343041654325752 ], [ -5.842599491531129, 57.343378578728519 ], [ -5.843019898512155, 57.342866712891578 ], [ -5.842713124060029, 57.342318640213747 ], [ -5.842109193787401, 57.34218875095673 ], [ -5.841842578455045, 57.339400644554473 ], [ -5.841250718817149, 57.338272362051946 ], [ -5.840487203375087, 57.338205786970292 ], [ -5.840027287718722, 57.338498568388474 ], [ -5.840120450121838, 57.339628609520325 ], [ -5.840273441577009, 57.3402173518244 ], [ -5.841215695179759, 57.340561687779037 ], [ -5.841533793825545, 57.341536498380307 ], [ -5.841712562281277, 57.342609975098007 ], [ -5.841101296401352, 57.34352328162894 ], [ -5.842241879606108, 57.344490932169805 ], [ -5.841980780979857, 57.345254173363578 ], [ -5.842469654304162, 57.345396573094881 ], [ -5.843256327363877, 57.34743149969033 ], [ -5.842849862856885, 57.349030871623668 ], [ -5.843334793407619, 57.350486101793912 ], [ -5.841432716588616, 57.352337988432261 ], [ -5.839541558576909, 57.3513527975758 ], [ -5.837879699898628, 57.351605853559036 ], [ -5.836648296229271, 57.351202881290661 ], [ -5.835307273201775, 57.35134271105364 ], [ -5.833903420704529, 57.35080111632579 ], [ -5.831139538670872, 57.34878146894394 ], [ -5.830726106675836, 57.348883981737593 ], [ -5.829629948144785, 57.348261034506017 ], [ -5.828807223555995, 57.345952905120605 ], [ -5.828270529688688, 57.346149076553338 ], [ -5.827953787325034, 57.345902477447765 ], [ -5.828451831625365, 57.345415273340549 ], [ -5.824646717454856, 57.344744406126082 ], [ -5.82081044072673, 57.342461372541528 ], [ -5.818637688132671, 57.338116387631935 ], [ -5.819743777665201, 57.337080265384159 ], [ -5.819268686812355, 57.336748548951334 ], [ -5.819434794665851, 57.335819216660212 ], [ -5.821644864907861, 57.334896069812757 ], [ -5.821629646483754, 57.334509915484027 ], [ -5.822274348614465, 57.334634164033595 ], [ -5.825308366803982, 57.333993380008849 ], [ -5.825872538663664, 57.334142539463727 ], [ -5.826653628178875, 57.333021838461953 ], [ -5.827630246308505, 57.332821261426666 ], [ -5.828501117676333, 57.333361171158245 ], [ -5.83085876126169, 57.333410695436456 ], [ -5.831943399738249, 57.332811180999094 ], [ -5.834557491180004, 57.332610053100325 ], [ -5.835586098478693, 57.332987756413701 ], [ -5.837598977693533, 57.333079146465721 ], [ -5.837461134552147, 57.33351043675502 ], [ -5.838177169707251, 57.333600956663936 ], [ -5.840604351477572, 57.335985881169158 ], [ -5.841010938515015, 57.33446743071552 ], [ -5.841702202032427, 57.334082155380926 ], [ -5.843153871946434, 57.334132171822972 ], [ -5.842488567326769, 57.33460657348644 ], [ -5.843165226386279, 57.334797172743549 ], [ -5.843095142213873, 57.335239884601187 ], [ -5.843661798888403, 57.33469656782686 ], [ -5.843592640179802, 57.335386509579429 ], [ -5.844453387278604, 57.334793732706252 ], [ -5.845027483257619, 57.335275178432134 ], [ -5.845511395236258, 57.335053572409606 ], [ -5.845089684826204, 57.336028535832412 ], [ -5.845925081820889, 57.336385096349993 ], [ -5.845659571208452, 57.337422714813947 ], [ -5.847494343791368, 57.338684662098203 ], [ -5.847629489706919, 57.339879951312902 ], [ -5.849568410161199, 57.340769143734732 ], [ -5.849181942230951, 57.341841944941073 ], [ -5.849627123325223, 57.34315451259895 ], [ -5.851757297242073, 57.345548341591559 ], [ -5.85112992732466, 57.346147501273855 ], [ -5.85239818414631, 57.347219047951484 ], [ -5.853976829273637, 57.347602227764227 ], [ -5.853797981194468, 57.347958369879422 ], [ -5.852089294282435, 57.348159107134329 ], [ -5.851177859686671, 57.348825415130541 ], [ -5.851763471159417, 57.348937842207967 ], [ -5.851167332739044, 57.350628476325618 ], [ -5.852379040911344, 57.350366562162925 ], [ -5.852901009371839, 57.350426987779002 ], [ -5.852817857731811, 57.350744229509878 ], [ -5.853909788948163, 57.350688274632532 ], [ -5.85456998740202, 57.351194016314977 ], [ -5.856360966712596, 57.351696534876254 ], [ -5.856559602352231, 57.352162480178627 ], [ -5.857609358393018, 57.352179717789753 ], [ -5.857838349720668, 57.35261775599777 ], [ -5.858338884887219, 57.352552940164898 ], [ -5.8591828831516, 57.353223850711551 ], [ -5.859145353174431, 57.3545287338534 ], [ -5.857170766452353, 57.355209738612011 ], [ -5.857457522638182, 57.355722430568171 ], [ -5.856723922742834, 57.356023669808025 ], [ -5.856059089063545, 57.357217422513898 ], [ -5.854776441209956, 57.357360162353665 ], [ -5.854265014516145, 57.357321897553931 ] ] ], [ [ [ -6.462299466612755, 57.337986225336351 ], [ -6.461068607208908, 57.337301424544521 ], [ -6.458944674916872, 57.337795073586079 ], [ -6.457656313266148, 57.337485538275367 ], [ -6.457207805157956, 57.336188314170634 ], [ -6.457557054195455, 57.335982545593133 ], [ -6.458512174055956, 57.336177993309327 ], [ -6.459872609069639, 57.335396669426693 ], [ -6.460153144959478, 57.335926355296877 ], [ -6.460736028918132, 57.335932636659308 ], [ -6.460746273061537, 57.334852976060866 ], [ -6.461411992361988, 57.335746731927266 ], [ -6.462773198671734, 57.335109253934192 ], [ -6.463329314975494, 57.335579673014578 ], [ -6.463034234233307, 57.335135954639973 ], [ -6.463913713530802, 57.3347089554645 ], [ -6.463911694572046, 57.334281804796106 ], [ -6.465857828242925, 57.333668470059095 ], [ -6.467074983282774, 57.332599846989844 ], [ -6.467263000548334, 57.333051862017008 ], [ -6.46763526437913, 57.332557431209139 ], [ -6.46847018221992, 57.332653645335803 ], [ -6.469046362596861, 57.332331837819041 ], [ -6.469142312923063, 57.331001781048911 ], [ -6.469318253586102, 57.331422743521287 ], [ -6.470280712355564, 57.331473932254433 ], [ -6.470467146579235, 57.332254287555983 ], [ -6.469695899101076, 57.333432995297223 ], [ -6.470505708032586, 57.334074238564561 ], [ -6.470174762835907, 57.33463466408319 ], [ -6.468457772003911, 57.335217428227452 ], [ -6.467955187795487, 57.336076264335794 ], [ -6.46680062934126, 57.336292718536605 ], [ -6.466202343939785, 57.336912107511132 ], [ -6.464643899489499, 57.336679703508985 ], [ -6.463725818501442, 57.337063108096224 ], [ -6.46356377232136, 57.338193136288126 ], [ -6.464268458632637, 57.338653775219505 ], [ -6.464001450475181, 57.339193920544972 ], [ -6.4630830393253, 57.339096143648668 ], [ -6.462299466612755, 57.337986225336351 ] ] ], [ [ [ -6.492308818575841, 57.345150709436282 ], [ -6.490204012878779, 57.344740277107881 ], [ -6.488964386113778, 57.344874527548761 ], [ -6.487815262792944, 57.34452433838225 ], [ -6.486842787182908, 57.343713618610423 ], [ -6.48673940018841, 57.343344049537379 ], [ -6.487380225719558, 57.343483053987903 ], [ -6.485474075997852, 57.342314427122666 ], [ -6.485026714153867, 57.341511924438372 ], [ -6.488152077708619, 57.336732253605021 ], [ -6.489691517488455, 57.335719339113361 ], [ -6.488770327242198, 57.335666821468202 ], [ -6.490726156404589, 57.334931324154411 ], [ -6.49002433515357, 57.334986098736366 ], [ -6.48975476813328, 57.334331957410811 ], [ -6.490050245956316, 57.333075684313407 ], [ -6.490628221625698, 57.332429914986058 ], [ -6.491965525013751, 57.331873910182381 ], [ -6.492480186646462, 57.330438896956885 ], [ -6.495157427191208, 57.330437532583609 ], [ -6.49754618378455, 57.329573993086811 ], [ -6.499458945995483, 57.329644884857984 ], [ -6.501471298275379, 57.331681940860413 ], [ -6.49968961973994, 57.332546289439392 ], [ -6.499856042850515, 57.332886608492835 ], [ -6.501073823644608, 57.332577634082398 ], [ -6.502744960667243, 57.332711105319746 ], [ -6.503955242156713, 57.332002121958496 ], [ -6.5059208270327, 57.332570211375533 ], [ -6.506340938689787, 57.332402232499213 ], [ -6.506329128058539, 57.332780420121814 ], [ -6.507088055062886, 57.332730698886728 ], [ -6.507561646275751, 57.33265973468157 ], [ -6.507290898657689, 57.332215236184872 ], [ -6.507978744490976, 57.331925212073671 ], [ -6.508894260963494, 57.332135192760916 ], [ -6.508674752982831, 57.331837264646126 ], [ -6.510060162423154, 57.33160762891314 ], [ -6.511832130736669, 57.332088139326459 ], [ -6.511105088576615, 57.331246298552266 ], [ -6.513200084402098, 57.331310436663237 ], [ -6.51405128251269, 57.33235017790728 ], [ -6.513576504669478, 57.332682047633945 ], [ -6.51281544375111, 57.332578980057811 ], [ -6.513343355725556, 57.333288555588801 ], [ -6.514053157304114, 57.333245054956436 ], [ -6.514883629282789, 57.333777352141759 ], [ -6.512086851341887, 57.335312476355945 ], [ -6.511516709240762, 57.336493236974533 ], [ -6.511952969233806, 57.337336530024423 ], [ -6.510797856388244, 57.338088580435432 ], [ -6.510181270623269, 57.338079243938182 ], [ -6.51004251464444, 57.338506963214336 ], [ -6.508810497126703, 57.338362316643043 ], [ -6.50838792188915, 57.338917149462013 ], [ -6.506618859662479, 57.339614743323317 ], [ -6.504452756680345, 57.339517058296352 ], [ -6.502677176992641, 57.339077042343163 ], [ -6.501679965438889, 57.340237082626452 ], [ -6.502133802498337, 57.340953854903745 ], [ -6.504277931829892, 57.34188884523293 ], [ -6.503735973181159, 57.342488415767562 ], [ -6.502639321662611, 57.342838038904219 ], [ -6.500925072910853, 57.342899479863398 ], [ -6.496432807094664, 57.34486373785407 ], [ -6.493744161456936, 57.345324224775503 ], [ -6.492308818575841, 57.345150709436282 ] ] ], [ [ [ -5.645789607803551, 57.370970148186224 ], [ -5.645309104222885, 57.370337675125711 ], [ -5.645708179687541, 57.370083367132089 ], [ -5.646231177579258, 57.370239018938229 ], [ -5.646621619634955, 57.369814142242163 ], [ -5.646624719302384, 57.370515297015217 ], [ -5.648162954999134, 57.37042123238303 ], [ -5.648630629122168, 57.370857179543577 ], [ -5.647240984347885, 57.371693136274942 ], [ -5.646167586359152, 57.371826754166015 ], [ -5.646330036906627, 57.372825362674696 ], [ -5.645633699100458, 57.372935455047561 ], [ -5.645789607803551, 57.370970148186224 ] ] ], [ [ [ -6.670673339931761, 57.339083981472861 ], [ -6.669399963900064, 57.339012599878281 ], [ -6.668241022419481, 57.339474866114237 ], [ -6.667879803763924, 57.339302991995524 ], [ -6.669201472872255, 57.338956114231394 ], [ -6.669523602722117, 57.33856881005908 ], [ -6.670654608409596, 57.338583643205595 ], [ -6.6704292439374, 57.337805841200407 ], [ -6.669093808385759, 57.337403042451101 ], [ -6.668695568163661, 57.336756699792986 ], [ -6.670429719572704, 57.33574321461731 ], [ -6.670309672810852, 57.335387869930649 ], [ -6.667838259233788, 57.334265409748816 ], [ -6.66830159517281, 57.33405028962467 ], [ -6.669695624749988, 57.334025440178841 ], [ -6.671178214274107, 57.334631445590482 ], [ -6.671479194896964, 57.33510149429587 ], [ -6.670961515048035, 57.335673959979083 ], [ -6.672323441138381, 57.336311427858753 ], [ -6.672672907079636, 57.337031537298628 ], [ -6.673332841399557, 57.337119419268582 ], [ -6.672659586308985, 57.337711174603932 ], [ -6.672562939508916, 57.337278501111051 ], [ -6.671694214812239, 57.337040066573721 ], [ -6.670579900348073, 57.337316293746618 ], [ -6.670919764189256, 57.338523407304244 ], [ -6.671723521047388, 57.3388524182674 ], [ -6.671604229921144, 57.339679921219748 ], [ -6.672039545157713, 57.339767171599988 ], [ -6.671819928818347, 57.340067687681241 ], [ -6.671410321355102, 57.339921011067403 ], [ -6.670673339931761, 57.339083981472861 ] ] ], [ [ [ -5.647289131027856, 57.377787173425261 ], [ -5.648361854040974, 57.377360484186966 ], [ -5.648182678642299, 57.376646456651969 ], [ -5.648813246281028, 57.376376433802072 ], [ -5.648504871471342, 57.375702116490942 ], [ -5.649925442336581, 57.375845196104301 ], [ -5.649180134649251, 57.374208110804346 ], [ -5.649920427844206, 57.373368506767726 ], [ -5.649690106498807, 57.374148359589157 ], [ -5.650432224617927, 57.373996459530041 ], [ -5.650881244148747, 57.374244143975588 ], [ -5.651814446984869, 57.375259926589877 ], [ -5.65149975714947, 57.375777018194626 ], [ -5.652141259084829, 57.375533631457429 ], [ -5.652426588180325, 57.375808540369697 ], [ -5.65295879188624, 57.375721159479021 ], [ -5.652478789096078, 57.376751009493923 ], [ -5.651765259355632, 57.377441510560345 ], [ -5.649733247057036, 57.3773431678827 ], [ -5.648552326063555, 57.37760219212592 ], [ -5.648118739095923, 57.378765530891719 ], [ -5.647416278307444, 57.378480235118232 ], [ -5.647289131027856, 57.377787173425261 ] ] ], [ [ [ -5.834604211148605, 57.372803516708721 ], [ -5.835430163653959, 57.372027565134651 ], [ -5.84057579450272, 57.372373997657832 ], [ -5.839222370052134, 57.37399327721382 ], [ -5.837038749778073, 57.374280215610334 ], [ -5.83731802884361, 57.374802169605822 ], [ -5.836897663461031, 57.375318501170959 ], [ -5.835453208462678, 57.375591843799683 ], [ -5.834777700073136, 57.375419137989226 ], [ -5.834079124146254, 57.374388480123066 ], [ -5.834644422478703, 57.373984623050504 ], [ -5.834604211148605, 57.372803516708721 ] ] ], [ [ [ -5.485664859458732, 57.390222699380082 ], [ -5.48708604268962, 57.390111396469074 ], [ -5.486351698540208, 57.391318382118556 ], [ -5.485254076762816, 57.391856709702765 ], [ -5.484235399796599, 57.392087193346519 ], [ -5.483601405998928, 57.391722691312815 ], [ -5.483834517978681, 57.391460031664202 ], [ -5.485457147988245, 57.391365643399411 ], [ -5.485664859458732, 57.390222699380082 ] ] ], [ [ [ -6.488109304989805, 57.358904666549392 ], [ -6.488691193546064, 57.358083388434792 ], [ -6.490048964517463, 57.357890962299827 ], [ -6.491635024073682, 57.358068119701919 ], [ -6.49307361733866, 57.357652410745708 ], [ -6.493344335902879, 57.356941173657191 ], [ -6.49290818276146, 57.356165274405505 ], [ -6.493956224759893, 57.355754525762705 ], [ -6.496409261938068, 57.357303718006683 ], [ -6.49753684751091, 57.358967779599695 ], [ -6.497291106789719, 57.359610675592641 ], [ -6.498199010845051, 57.360500090891158 ], [ -6.497692759609146, 57.361597532816617 ], [ -6.497756586619571, 57.363340145117938 ], [ -6.496419349026896, 57.363905180151342 ], [ -6.497072204399049, 57.364003238371183 ], [ -6.496822745930896, 57.364412413377707 ], [ -6.495503463027903, 57.36458104559496 ], [ -6.495820809630264, 57.364929463143611 ], [ -6.495427675662336, 57.36470967736539 ], [ -6.494739471788188, 57.364594886330011 ], [ -6.495110470821157, 57.36354726964062 ], [ -6.493290619414862, 57.362618494194869 ], [ -6.493437874134552, 57.362257953406541 ], [ -6.492374442079799, 57.361185186287592 ], [ -6.490943645439033, 57.360237971798433 ], [ -6.488750404358403, 57.359587813290723 ], [ -6.488109304989805, 57.358904666549392 ] ] ], [ [ [ -5.476669775595497, 57.397617441017019 ], [ -5.477251069292984, 57.397039527116135 ], [ -5.478222563348706, 57.397205051066763 ], [ -5.477470330139201, 57.397613296171784 ], [ -5.476669775595497, 57.397617441017019 ] ] ], [ [ [ -6.526383410460027, 57.366827319536895 ], [ -6.52610774520167, 57.366616885524053 ], [ -6.526680616007458, 57.366605242741066 ], [ -6.525554220243347, 57.365773355380419 ], [ -6.522719161482511, 57.366271191925314 ], [ -6.52314849576189, 57.365027995411552 ], [ -6.52234480151549, 57.364449800366373 ], [ -6.521841561452049, 57.364485901428843 ], [ -6.522664253453614, 57.362720362994466 ], [ -6.522356631079902, 57.362250233289252 ], [ -6.522796328281214, 57.362103986355109 ], [ -6.522033225730744, 57.359828876999771 ], [ -6.52311747714528, 57.35951101852563 ], [ -6.523702900615965, 57.360074579988783 ], [ -6.525981819435279, 57.360806502100871 ], [ -6.526686603696033, 57.360178481423908 ], [ -6.527130682252963, 57.360270413965239 ], [ -6.526623082931843, 57.35986596373732 ], [ -6.527109670850347, 57.359155856839457 ], [ -6.529589009917959, 57.358949562628673 ], [ -6.529135192247201, 57.358468529071992 ], [ -6.529972778350124, 57.358013790803511 ], [ -6.531711546277785, 57.358886509845249 ], [ -6.53178013453943, 57.359576611829532 ], [ -6.530957282810491, 57.360460767051428 ], [ -6.531736466769479, 57.363063553026734 ], [ -6.530644994113828, 57.363255822871139 ], [ -6.530750537920283, 57.363571321176146 ], [ -6.529903216009338, 57.363921177558801 ], [ -6.528792372342222, 57.364091642731587 ], [ -6.528685251090991, 57.36470712818636 ], [ -6.527474965291176, 57.365420833386011 ], [ -6.527773836001636, 57.365751853503504 ], [ -6.528991371321688, 57.365838392630444 ], [ -6.527618616249353, 57.365977811363365 ], [ -6.527230846273365, 57.366882236025354 ], [ -6.526383410460027, 57.366827319536895 ] ] ], [ [ [ -5.827905646156537, 57.405905992706067 ], [ -5.827960198578867, 57.405072658978547 ], [ -5.827335184970671, 57.405388381016671 ], [ -5.826372191470496, 57.405179412014867 ], [ -5.825877067343443, 57.404425735214417 ], [ -5.825736629384372, 57.404596340803657 ], [ -5.825159904357724, 57.404177812215991 ], [ -5.825295790912969, 57.40244739710478 ], [ -5.826834232409632, 57.399904685277441 ], [ -5.826994892851933, 57.40019920006511 ], [ -5.827830879015326, 57.399336694798592 ], [ -5.827893747465777, 57.399922797793685 ], [ -5.828143067581167, 57.399551072046648 ], [ -5.828168087131364, 57.399870392843553 ], [ -5.828588510070546, 57.399861193809159 ], [ -5.828176312709594, 57.400124589890972 ], [ -5.827888350826217, 57.400381506690167 ], [ -5.828163919144218, 57.400176724176816 ], [ -5.828120767592194, 57.400358249965841 ], [ -5.828877087135647, 57.40031185422896 ], [ -5.829198885250372, 57.398433712667398 ], [ -5.829674916421484, 57.398606234913721 ], [ -5.82904567480348, 57.400411019052449 ], [ -5.828231417978508, 57.400939302308096 ], [ -5.828649677309325, 57.401196304945053 ], [ -5.829238943751008, 57.400842102207363 ], [ -5.830350832073364, 57.401122038911097 ], [ -5.830172716617574, 57.402477922706431 ], [ -5.830595980598721, 57.402846256426976 ], [ -5.82986782750977, 57.404358248885792 ], [ -5.829380078107896, 57.404233735505862 ], [ -5.829042149813387, 57.4055432318738 ], [ -5.828043416334109, 57.406108595124927 ], [ -5.827905646156537, 57.405905992706067 ] ] ], [ [ [ -6.624037561868653, 57.446434100971985 ], [ -6.620118403052485, 57.444531752378879 ], [ -6.621059133212886, 57.443249602998932 ], [ -6.622244218356545, 57.443333791132339 ], [ -6.622395352862879, 57.443539618533968 ], [ -6.621604146165788, 57.443483237607111 ], [ -6.621526943443401, 57.443796398886512 ], [ -6.623884919785605, 57.444501302585834 ], [ -6.62013629074135, 57.441702193638058 ], [ -6.61938413161637, 57.440699899397728 ], [ -6.620165710063195, 57.440284413286648 ], [ -6.62200178233574, 57.440095529745342 ], [ -6.623115333539731, 57.441053045704678 ], [ -6.624791991604626, 57.441450154641679 ], [ -6.625376203998077, 57.443101734225678 ], [ -6.625812086677104, 57.442986761765212 ], [ -6.626871866262694, 57.444045170171293 ], [ -6.626101230653807, 57.444415320668043 ], [ -6.62627355810667, 57.445250011117167 ], [ -6.628519007313193, 57.447173289764656 ], [ -6.628368259140689, 57.447498157139862 ], [ -6.626942657444741, 57.447149423322415 ], [ -6.624037561868653, 57.446434100971985 ] ] ], [ [ [ -6.629080586854992, 57.446864787828829 ], [ -6.629220057871528, 57.44552840074909 ], [ -6.628664489696958, 57.445422914335403 ], [ -6.629265316365874, 57.445292866159207 ], [ -6.629328287200391, 57.444867785423398 ], [ -6.627839948027762, 57.444576241773987 ], [ -6.628034451165601, 57.444069865869956 ], [ -6.629997841682736, 57.443831209721814 ], [ -6.631275799346558, 57.444305875203561 ], [ -6.631936216228572, 57.445041635396272 ], [ -6.631674648088034, 57.445874306873932 ], [ -6.632035934352646, 57.44543374281502 ], [ -6.633228687845664, 57.445169441020425 ], [ -6.634400342590108, 57.445791911696325 ], [ -6.63486662141228, 57.4463773977904 ], [ -6.633575331216468, 57.44737843552133 ], [ -6.634632196330546, 57.447555383850485 ], [ -6.634479702241867, 57.448195148777039 ], [ -6.635594301540115, 57.448235037739614 ], [ -6.636136215329055, 57.449337644205372 ], [ -6.635280884859659, 57.449645308163312 ], [ -6.633213359168133, 57.448866945055563 ], [ -6.63119521310615, 57.448280123963642 ], [ -6.629080586854992, 57.446864787828829 ] ] ], [ [ [ -6.02826954408302, 57.471625056112707 ], [ -6.028337650810126, 57.471258704140084 ], [ -6.029420151562228, 57.471237555810589 ], [ -6.028843401570798, 57.471683127685388 ], [ -6.02826954408302, 57.471625056112707 ] ] ], [ [ [ -6.621468472095857, 57.450792099850155 ], [ -6.622326467554599, 57.450715604780555 ], [ -6.627202028017704, 57.452587226855037 ], [ -6.626110901091426, 57.45266782942366 ], [ -6.623422244715712, 57.45172774730073 ], [ -6.621468472095857, 57.450792099850155 ] ] ], [ [ [ -6.606441507245114, 57.453893231784221 ], [ -6.60510558726252, 57.453753243953003 ], [ -6.602570671818087, 57.454030393684043 ], [ -6.60278067457339, 57.45384281498508 ], [ -6.601464587391389, 57.453396239598952 ], [ -6.603108417256611, 57.452072337093902 ], [ -6.603123412522953, 57.451595062869515 ], [ -6.60005073268677, 57.450978865747146 ], [ -6.5994837412922, 57.450450912221079 ], [ -6.600736199418031, 57.448669119323817 ], [ -6.601567887157446, 57.448715157969765 ], [ -6.602225427641189, 57.448371789780701 ], [ -6.604530751894962, 57.449321841464695 ], [ -6.60473537642901, 57.449952985231441 ], [ -6.605818540402079, 57.450273129388179 ], [ -6.606192416527468, 57.451055484811441 ], [ -6.60690837004803, 57.451308110574104 ], [ -6.607525667918451, 57.451042644390959 ], [ -6.609173120980783, 57.451602944824899 ], [ -6.609533050469784, 57.452075480478669 ], [ -6.610234517853466, 57.451815911892837 ], [ -6.61086779414131, 57.452206468520536 ], [ -6.610372506075781, 57.452777803011408 ], [ -6.608115634254275, 57.453274246720376 ], [ -6.606744064353153, 57.452321549206111 ], [ -6.606284125920999, 57.45264421372935 ], [ -6.606441507245114, 57.453893231784221 ] ] ], [ [ [ -6.033243490163602, 57.474199386715981 ], [ -6.034163654603343, 57.473765272777769 ], [ -6.033966773009165, 57.474401016908807 ], [ -6.033497199779919, 57.474456522764321 ], [ -6.033243490163602, 57.474199386715981 ] ] ], [ [ [ -6.64262473657553, 57.452290699844056 ], [ -6.639815535082769, 57.451311332638952 ], [ -6.640563989632997, 57.450556029922147 ], [ -6.641869700614127, 57.45012916922915 ], [ -6.642368740556098, 57.450353621015601 ], [ -6.6422218012429, 57.450825885361034 ], [ -6.643330295583025, 57.451368755564417 ], [ -6.643288972528767, 57.451963053748159 ], [ -6.644618299993486, 57.451012681125256 ], [ -6.645068043663814, 57.451387361038563 ], [ -6.646176160155179, 57.45141143161792 ], [ -6.646110495913661, 57.452486741647014 ], [ -6.644521548992782, 57.453429623534767 ], [ -6.64284956728876, 57.452733953763804 ], [ -6.642313562007126, 57.452392807332259 ], [ -6.64262473657553, 57.452290699844056 ] ] ], [ [ [ -6.607225252508211, 57.457529933145914 ], [ -6.606816745249668, 57.457135625240177 ], [ -6.606422476736991, 57.457383925793259 ], [ -6.606063311526452, 57.457248659466778 ], [ -6.607223217465879, 57.456189776207658 ], [ -6.608244422403525, 57.45621534257851 ], [ -6.609297167583663, 57.457152722851568 ], [ -6.608703650750111, 57.457673677843324 ], [ -6.608016586985735, 57.457518944712952 ], [ -6.607225252508211, 57.457529933145914 ] ] ], [ [ [ -6.617198508286047, 57.458005375607385 ], [ -6.615930282635638, 57.457345808574402 ], [ -6.616078567706895, 57.456868136849927 ], [ -6.616653190100474, 57.456793084883017 ], [ -6.61781003804268, 57.457429747496477 ], [ -6.618686892656147, 57.457303116766482 ], [ -6.618325273067924, 57.456884635223531 ], [ -6.619482064821634, 57.456662271522141 ], [ -6.620489285893452, 57.457039053853023 ], [ -6.617198508286047, 57.458005375607385 ] ] ], [ [ [ -6.041375619107041, 57.488267377795246 ], [ -6.040953174317708, 57.487844821289698 ], [ -6.041484309131936, 57.486910597386604 ], [ -6.041812760435367, 57.487313688489913 ], [ -6.042157480293407, 57.487109297953218 ], [ -6.042659209701693, 57.488549895895154 ], [ -6.042348477117082, 57.488231661804527 ], [ -6.041861654148051, 57.488660916470259 ], [ -6.041375619107041, 57.488267377795246 ] ] ], [ [ [ -6.130973088448142, 57.484245349535939 ], [ -6.131417162914908, 57.484185819702319 ], [ -6.132343633851295, 57.485364901367312 ], [ -6.131941779003427, 57.48609298353022 ], [ -6.13060486285176, 57.485197134163172 ], [ -6.131124856057439, 57.485026307353266 ], [ -6.130973088448142, 57.484245349535939 ] ] ], [ [ [ -6.024209911338886, 57.496293760084349 ], [ -6.023750390997688, 57.494851753019738 ], [ -6.023370800460119, 57.495120146638747 ], [ -6.022769297193832, 57.494662787344822 ], [ -6.021617354983204, 57.494438805455324 ], [ -6.019706043467715, 57.492170917418086 ], [ -6.019007196114022, 57.491662697076436 ], [ -6.018608869047572, 57.491760828690211 ], [ -6.01832932579222, 57.491041405645632 ], [ -6.018946190232434, 57.490653058145959 ], [ -6.019405826475847, 57.49073280625278 ], [ -6.019737080008132, 57.49002536493272 ], [ -6.018048535413137, 57.489323924651345 ], [ -6.017567093711379, 57.488210802917294 ], [ -6.018127103747473, 57.487761329019428 ], [ -6.018606269435027, 57.484072861596609 ], [ -6.020883072099724, 57.479881908819998 ], [ -6.022432920180562, 57.479099575770519 ], [ -6.023753117497717, 57.475929117267171 ], [ -6.025232735341037, 57.475511363245992 ], [ -6.025509327865875, 57.476416099901591 ], [ -6.024786479523282, 57.476672994692223 ], [ -6.025732989026093, 57.47700691214596 ], [ -6.025844933518487, 57.477416961408309 ], [ -6.02657223168324, 57.477200382029906 ], [ -6.026633524009632, 57.477832352307473 ], [ -6.027163192557239, 57.477640072533177 ], [ -6.027580391269018, 57.47847197057304 ], [ -6.028649195579209, 57.478248952686371 ], [ -6.028621666147882, 57.479059106626778 ], [ -6.029048659899063, 57.478465466929862 ], [ -6.029614639201001, 57.478375422231153 ], [ -6.031114909864631, 57.479869523729029 ], [ -6.031904190987468, 57.481651636220448 ], [ -6.031854398624931, 57.482183754647743 ], [ -6.031527438790501, 57.482095310372152 ], [ -6.031856985928765, 57.482736675964574 ], [ -6.03142723769852, 57.482624546183516 ], [ -6.032374332941388, 57.484549972015074 ], [ -6.032902850648218, 57.484573512882179 ], [ -6.034110854374988, 57.489691705068338 ], [ -6.033599155351705, 57.491106339613616 ], [ -6.032908865475259, 57.491357737712505 ], [ -6.033263710093347, 57.491773492793591 ], [ -6.031845907854219, 57.491863843411792 ], [ -6.032719211643831, 57.491984253412113 ], [ -6.032733422952264, 57.49241541126878 ], [ -6.03185201902676, 57.492070462196516 ], [ -6.030689571499594, 57.492053714360239 ], [ -6.030873390673893, 57.492735714308544 ], [ -6.030248541181349, 57.492899579399328 ], [ -6.030371099891675, 57.492194287944365 ], [ -6.029720154884071, 57.49310531488387 ], [ -6.027578640476505, 57.491555263570518 ], [ -6.027180832827102, 57.491657902129489 ], [ -6.027368222319629, 57.492070034509183 ], [ -6.026262876596584, 57.491889565775907 ], [ -6.026645993523124, 57.492259474915514 ], [ -6.02586030832278, 57.492630777237736 ], [ -6.024847043827684, 57.492528279894849 ], [ -6.026155633426283, 57.494779394516044 ], [ -6.024115092891902, 57.494372524312325 ], [ -6.024036759098651, 57.494874076772682 ], [ -6.0255922285382, 57.496258584575067 ], [ -6.025350642742987, 57.496491102172676 ], [ -6.024209911338886, 57.496293760084349 ] ] ], [ [ [ -5.992803267591804, 57.506141020213221 ], [ -5.991594304873614, 57.505473476593671 ], [ -5.990920596795839, 57.505957893048979 ], [ -5.990581743180128, 57.505303238288711 ], [ -5.989766999087947, 57.505108744366972 ], [ -5.989468814165908, 57.504673096436647 ], [ -5.990277656811762, 57.504355250545601 ], [ -5.988383859058119, 57.502922590836505 ], [ -5.987056058952406, 57.503153444545958 ], [ -5.986545913725297, 57.502917820042811 ], [ -5.986350648149211, 57.501894447789432 ], [ -5.986747718856257, 57.501630115172013 ], [ -5.98633893872344, 57.501404770045141 ], [ -5.986792290367314, 57.501349961583827 ], [ -5.986178915604563, 57.500627554551308 ], [ -5.984566326106609, 57.500314404253672 ], [ -5.983719532195288, 57.499365584657909 ], [ -5.984711622867712, 57.49736052923528 ], [ -5.984630556341319, 57.495928916191652 ], [ -5.982117491477884, 57.495702664560135 ], [ -5.98169812621803, 57.495073014401569 ], [ -5.980561622131039, 57.494681826942823 ], [ -5.980533527174893, 57.493504803365376 ], [ -5.978761278167248, 57.49471172880861 ], [ -5.978399577632169, 57.494610756632454 ], [ -5.979313430026766, 57.492958892760619 ], [ -5.980706092948554, 57.492406859693467 ], [ -5.980677845456649, 57.491841275770859 ], [ -5.981918150106248, 57.491653710726943 ], [ -5.982322567498836, 57.490998019154674 ], [ -5.981043322595336, 57.488376914574367 ], [ -5.981232348432244, 57.487889884167977 ], [ -5.982118186648303, 57.487744989086892 ], [ -5.982753570308762, 57.486987579742276 ], [ -5.98239590804841, 57.486616741410209 ], [ -5.982670210125811, 57.485380700341246 ], [ -5.984615550971222, 57.484541388158434 ], [ -5.9832727433997, 57.482102151228148 ], [ -5.983742283145258, 57.480513749987431 ], [ -5.983037899660766, 57.479488494698103 ], [ -5.983855031424866, 57.479327772856237 ], [ -5.984398070414558, 57.479715220733205 ], [ -5.985421701936942, 57.479381608446047 ], [ -5.985969838624166, 57.478208824047357 ], [ -5.986504092292773, 57.478439185782477 ], [ -5.986276121612295, 57.478185641909107 ], [ -5.986934213735014, 57.477868082138961 ], [ -5.985442747506191, 57.475748285608091 ], [ -5.985947688474062, 57.475327676376601 ], [ -5.987549424699393, 57.475245496355797 ], [ -5.986869900811044, 57.47513663160403 ], [ -5.986756461002063, 57.47455576039286 ], [ -5.987642468196171, 57.47410959120387 ], [ -5.987859251745573, 57.47326649452819 ], [ -5.989229000433459, 57.473506348947275 ], [ -5.98899079153995, 57.472776571989513 ], [ -5.989579300167389, 57.472434224970101 ], [ -5.988892526203326, 57.471493865279697 ], [ -5.989233475775916, 57.471635923984202 ], [ -5.98920365658015, 57.471133330842811 ], [ -5.989940842470796, 57.470853709400686 ], [ -5.990147811388717, 57.467933823243328 ], [ -5.991236608782374, 57.46789481904468 ], [ -5.990787103884862, 57.466834551810713 ], [ -5.991646474890547, 57.46683428613148 ], [ -5.991654770026581, 57.465840433463036 ], [ -5.992827142887921, 57.465879690592615 ], [ -5.992317964543689, 57.465189983042379 ], [ -5.994435588425474, 57.463724597592616 ], [ -5.995752631741422, 57.459667974455044 ], [ -5.997102117624553, 57.458429228015476 ], [ -5.999283027658187, 57.458310510291433 ], [ -5.999864840523588, 57.457909874495201 ], [ -5.998987442065589, 57.457209412346735 ], [ -5.999436612239479, 57.456282475150743 ], [ -5.998840915669245, 57.455640501307258 ], [ -6.002285979693755, 57.455108405032284 ], [ -6.002648538662707, 57.452705052982907 ], [ -6.004371192754633, 57.451832009020336 ], [ -6.004764903167574, 57.450857357733341 ], [ -6.00918637794891, 57.450640179872742 ], [ -6.008881274817722, 57.449530411319508 ], [ -6.009601180942665, 57.449098351822663 ], [ -6.009505954119714, 57.448305605763842 ], [ -6.011559626299434, 57.447336488370304 ], [ -6.012043799581313, 57.447721194613621 ], [ -6.013053775825463, 57.447729461390395 ], [ -6.013045109913989, 57.447118290167325 ], [ -6.013875501032866, 57.446858023277862 ], [ -6.013631775468335, 57.44638472986108 ], [ -6.014178389996951, 57.445742362486868 ], [ -6.014731267376646, 57.445765192025732 ], [ -6.014554763341248, 57.444916592898444 ], [ -6.01641812104477, 57.444905701464933 ], [ -6.017408746680872, 57.445315587916539 ], [ -6.017607751037422, 57.444697786736079 ], [ -6.018779082795802, 57.444885189335743 ], [ -6.019394751305322, 57.444568796752542 ], [ -6.021648978862419, 57.44436640528177 ], [ -6.022193452544244, 57.443706084281018 ], [ -6.023825757820578, 57.443384151252992 ], [ -6.025761457896445, 57.44240956878793 ], [ -6.026110431001817, 57.441867881344706 ], [ -6.025700339285721, 57.440792974838004 ], [ -6.026085987721171, 57.440812110277484 ], [ -6.025934036020248, 57.440340398304521 ], [ -6.027345898589695, 57.439683773632311 ], [ -6.027327466302871, 57.438304099470763 ], [ -6.029680275125449, 57.436956422023357 ], [ -6.032374067701094, 57.434316415073511 ], [ -6.031553723110787, 57.433528925804886 ], [ -6.031908289298934, 57.433342222404001 ], [ -6.031583920439267, 57.431608172228181 ], [ -6.032357058119862, 57.429470284740624 ], [ -6.031733047409484, 57.428042572123537 ], [ -6.029213671625882, 57.42635635092104 ], [ -6.02490699370359, 57.42137327362061 ], [ -6.024106272426027, 57.421290983461695 ], [ -6.024509434605548, 57.419196451785318 ], [ -6.022364726246979, 57.417574555379488 ], [ -6.022669429736108, 57.416858945399326 ], [ -6.021964958068309, 57.41605870668738 ], [ -6.022182511737872, 57.41508062163318 ], [ -6.021097347383621, 57.413923880599135 ], [ -6.021238516888848, 57.413312412303043 ], [ -6.020567755051767, 57.413046110002803 ], [ -6.020233371637202, 57.410606494408519 ], [ -6.020949421629761, 57.409464111530291 ], [ -6.019417096610786, 57.40544423342272 ], [ -6.019918358260345, 57.403103798225715 ], [ -6.019083879131316, 57.400203590391385 ], [ -6.018205823087393, 57.399107654158115 ], [ -6.01847003991914, 57.397795381638723 ], [ -6.017789223916798, 57.397358544425586 ], [ -6.017860370846907, 57.396412118355741 ], [ -6.018981981992484, 57.395400654962437 ], [ -6.018555777154402, 57.39386766088279 ], [ -6.019270197655477, 57.391421500883496 ], [ -6.018664714755344, 57.388860163759659 ], [ -6.018295470542144, 57.388453838159585 ], [ -6.016928210616331, 57.388133348326782 ], [ -6.016148558966366, 57.386108090502134 ], [ -6.014432130383994, 57.384270099516442 ], [ -6.014580467791506, 57.383343690784741 ], [ -6.010853010306143, 57.378566549144125 ], [ -6.006715505778335, 57.376045861235816 ], [ -6.006220299713848, 57.376084121833863 ], [ -6.005644395718758, 57.37545955143414 ], [ -6.003826862888573, 57.374897006499964 ], [ -6.003523926092982, 57.372959910511625 ], [ -6.001429607466481, 57.370468398203599 ], [ -6.000345569256575, 57.369837499727154 ], [ -5.998405977711363, 57.369526043207941 ], [ -5.995649348992469, 57.370346526887801 ], [ -5.994895653138995, 57.371067348204036 ], [ -5.99428342649442, 57.37079456676345 ], [ -5.993490693906193, 57.370927653631014 ], [ -5.993450701593311, 57.370713119843785 ], [ -5.993078964436831, 57.370891276975058 ], [ -5.994166392464541, 57.369184248991644 ], [ -5.992858623654874, 57.368407535966071 ], [ -5.992851167073288, 57.363367845267724 ], [ -5.992237713354835, 57.36208800907167 ], [ -5.992781331249391, 57.358213240114246 ], [ -5.994699903290703, 57.354897225235398 ], [ -5.997420721801758, 57.352382910969276 ], [ -6.000520512820365, 57.350067776242184 ], [ -6.008097752307397, 57.346031746340167 ], [ -6.013926770944428, 57.341916204942997 ], [ -6.016315394537312, 57.339653931315183 ], [ -6.017326204796992, 57.33759842262765 ], [ -6.021148012875432, 57.333364127173894 ], [ -6.026093578783873, 57.332687798821325 ], [ -6.030252916915379, 57.332863764269128 ], [ -6.031235325833867, 57.333558802386889 ], [ -6.031066293304816, 57.333321440860068 ], [ -6.033006237837052, 57.331923861581899 ], [ -6.035584624464928, 57.331587487601688 ], [ -6.038899958480434, 57.33006019743997 ], [ -6.042367120246113, 57.329386674156524 ], [ -6.048969547632547, 57.328953739733485 ], [ -6.050280966656437, 57.328407905009932 ], [ -6.053240477658015, 57.329616311861656 ], [ -6.064553444117147, 57.332225409997307 ], [ -6.067012675700051, 57.333698775254589 ], [ -6.067789355796549, 57.334646587145514 ], [ -6.067268582973585, 57.335559971098462 ], [ -6.067571576064994, 57.336043834108857 ], [ -6.06717979827831, 57.336124858401568 ], [ -6.067570184392316, 57.336181459985184 ], [ -6.067878383509696, 57.337988807318673 ], [ -6.070909960692418, 57.341050483842487 ], [ -6.068087961365718, 57.345242331073116 ], [ -6.066278805795331, 57.345231649683235 ], [ -6.066014604448504, 57.346060287443592 ], [ -6.066570116568203, 57.34527887318405 ], [ -6.066978404111473, 57.345316015441156 ], [ -6.069580639700176, 57.346764936090331 ], [ -6.072803745084222, 57.347210834562759 ], [ -6.07463629708544, 57.348270958206875 ], [ -6.076974971141379, 57.350817241514761 ], [ -6.080552433327284, 57.351199297385143 ], [ -6.081464529531387, 57.350979040891737 ], [ -6.081129174148382, 57.350551109963199 ], [ -6.082189459455048, 57.350661446671339 ], [ -6.08227713530987, 57.351539840829801 ], [ -6.081778033929645, 57.351734100062572 ], [ -6.082858099058806, 57.352276317555763 ], [ -6.084527747527746, 57.352240944372085 ], [ -6.084893584508067, 57.351581608955229 ], [ -6.087229384426437, 57.350282707939506 ], [ -6.088045467370903, 57.350918894148002 ], [ -6.087420807988541, 57.351464363587084 ], [ -6.087819061212027, 57.352172591275973 ], [ -6.086823720622689, 57.352362329833944 ], [ -6.086809313212388, 57.35327911259845 ], [ -6.085831362174547, 57.353894511319069 ], [ -6.08573986584709, 57.354881241752494 ], [ -6.083614470152181, 57.354544770943605 ], [ -6.081350633446015, 57.355506747462343 ], [ -6.081714369515199, 57.356997541411651 ], [ -6.080506508203696, 57.358944021571276 ], [ -6.081011073035103, 57.360174864803611 ], [ -6.082893177246002, 57.360325955282555 ], [ -6.083179748843514, 57.360658351672733 ], [ -6.083085599894944, 57.360933875949804 ], [ -6.081633888251742, 57.361196842945091 ], [ -6.081219193800081, 57.361672511394083 ], [ -6.081160346936717, 57.363792098295562 ], [ -6.080301386088522, 57.364433257052937 ], [ -6.080960247588396, 57.364865975747946 ], [ -6.082488365996745, 57.364839731947825 ], [ -6.081939159136321, 57.366530128615423 ], [ -6.082239936422235, 57.366870159461442 ], [ -6.083403090667928, 57.367167789963879 ], [ -6.083709824197186, 57.366813421362416 ], [ -6.085052331730055, 57.366928062026993 ], [ -6.084861570729514, 57.368309179393385 ], [ -6.084368243449473, 57.368557210508278 ], [ -6.083825264119484, 57.368284402167639 ], [ -6.083163147297815, 57.368406625027809 ], [ -6.082806058709976, 57.369580023724581 ], [ -6.082153602182038, 57.369879074388109 ], [ -6.081911527074766, 57.371189013665045 ], [ -6.079528929952317, 57.371751040142399 ], [ -6.077306488948075, 57.373020909327934 ], [ -6.074342265353622, 57.37889900960166 ], [ -6.074244387814282, 57.380340935207244 ], [ -6.074465861274225, 57.3830089404807 ], [ -6.077497464072371, 57.384683028024234 ], [ -6.075657720080995, 57.389058938304906 ], [ -6.076277305250359, 57.389688991434518 ], [ -6.078250719707635, 57.390437900199622 ], [ -6.076465475241629, 57.39302889365959 ], [ -6.077016661316839, 57.393896757736748 ], [ -6.078313149422987, 57.394547118634584 ], [ -6.079928642639016, 57.396117813163926 ], [ -6.082841283536442, 57.401481572722027 ], [ -6.08292807166368, 57.40203627386807 ], [ -6.08214749213362, 57.402281921638824 ], [ -6.082641631100597, 57.402904330796311 ], [ -6.081884275209573, 57.403882089360934 ], [ -6.079398849641613, 57.405050786024177 ], [ -6.07930665651881, 57.404671606987527 ], [ -6.078041341661367, 57.404155122067316 ], [ -6.078625629169775, 57.405138807755968 ], [ -6.079878098778623, 57.40598841630861 ], [ -6.079879039395133, 57.40659536051335 ], [ -6.08051104512435, 57.406660284635159 ], [ -6.081387142916035, 57.407719918347659 ], [ -6.08131747818431, 57.407991945551373 ], [ -6.080633512793923, 57.408059097922916 ], [ -6.080604258087927, 57.408693998514494 ], [ -6.081517215810211, 57.408812748984637 ], [ -6.081414897000696, 57.40931513746893 ], [ -6.081964681003462, 57.409688458774113 ], [ -6.082142518806753, 57.411134931911171 ], [ -6.083482737366907, 57.412993287892363 ], [ -6.083105976174371, 57.414098073602183 ], [ -6.083970263377954, 57.414227380948191 ], [ -6.084330698744787, 57.414620329165544 ], [ -6.083962287214058, 57.414753685438306 ], [ -6.084702323902597, 57.415188261714583 ], [ -6.08512069368074, 57.41744521564236 ], [ -6.084869720066411, 57.418258170165259 ], [ -6.084448695602351, 57.418069515202824 ], [ -6.084159234209585, 57.418537516642374 ], [ -6.084856986990719, 57.419414085502012 ], [ -6.084609228733995, 57.419957167689198 ], [ -6.085080596080491, 57.420148683943964 ], [ -6.08485044311108, 57.420700187110995 ], [ -6.084593151978409, 57.420560169094571 ], [ -6.08487258242492, 57.42134690890137 ], [ -6.0840159271885, 57.421212860676569 ], [ -6.084289091759668, 57.421644612002652 ], [ -6.083353957082966, 57.421778377523694 ], [ -6.083383498142806, 57.422267494886619 ], [ -6.082947824487089, 57.422097294122999 ], [ -6.082365118273239, 57.422327520646512 ], [ -6.082838691098986, 57.422613392386026 ], [ -6.08210974609482, 57.423176579113182 ], [ -6.08291480639117, 57.423370764883714 ], [ -6.083243862178518, 57.424079463526148 ], [ -6.082740174012897, 57.424271157790876 ], [ -6.082915070399251, 57.424867960886111 ], [ -6.082563722792933, 57.424632076199508 ], [ -6.081884189997941, 57.425040789667868 ], [ -6.081860626682905, 57.426399378378122 ], [ -6.081453134862602, 57.426183296331224 ], [ -6.082032770055649, 57.427270534340295 ], [ -6.081507684861825, 57.427121212828077 ], [ -6.08166147154159, 57.427678237231575 ], [ -6.080973460845544, 57.427637609027222 ], [ -6.080804599188302, 57.427917348196587 ], [ -6.081420278040921, 57.428953962894468 ], [ -6.080916806096305, 57.429671685365967 ], [ -6.081326074785172, 57.430202439420114 ], [ -6.08079020030639, 57.430255788773302 ], [ -6.080618749859225, 57.430886307294166 ], [ -6.079826111586065, 57.431253713726754 ], [ -6.080176109084159, 57.431925772368018 ], [ -6.079513437174906, 57.431888809141036 ], [ -6.079235430771369, 57.432311463052862 ], [ -6.080421918323053, 57.434579493112324 ], [ -6.079125389496144, 57.435363384398514 ], [ -6.078373776443024, 57.435351777542053 ], [ -6.079347044657608, 57.436304875579353 ], [ -6.078563223688718, 57.436528110514743 ], [ -6.078011289685585, 57.437485681454369 ], [ -6.076671160024088, 57.437654992817151 ], [ -6.077085052716097, 57.438900489538725 ], [ -6.076635116030205, 57.43897801089755 ], [ -6.076628864988274, 57.439445806711724 ], [ -6.07769786759262, 57.440135043919987 ], [ -6.076363071879868, 57.43990402535028 ], [ -6.07728813760543, 57.440274209833738 ], [ -6.076590970361637, 57.440602529183536 ], [ -6.076205452509284, 57.440435173089909 ], [ -6.076439663636171, 57.441115488356317 ], [ -6.075395671330773, 57.441324647707134 ], [ -6.075896767756531, 57.442230117549776 ], [ -6.075389927718074, 57.442021726999286 ], [ -6.075208554991943, 57.442863872001965 ], [ -6.074451472613718, 57.442879392360553 ], [ -6.073839570347547, 57.444648176611643 ], [ -6.073388546785901, 57.444491923844225 ], [ -6.073440201620395, 57.443982194940183 ], [ -6.072797988045603, 57.444850040373268 ], [ -6.071604268344395, 57.444644077381795 ], [ -6.071962581287277, 57.446439907776949 ], [ -6.071100882938961, 57.447389478360407 ], [ -6.070891816074837, 57.447009578265494 ], [ -6.070591828760241, 57.447536329041768 ], [ -6.069652351561459, 57.447112606408162 ], [ -6.069930367497548, 57.447737562691401 ], [ -6.069220062421126, 57.44749975709049 ], [ -6.068823142381344, 57.448204983552564 ], [ -6.067719146654693, 57.447651682896286 ], [ -6.068049624254594, 57.448598664040496 ], [ -6.066934195858914, 57.449142765478044 ], [ -6.066063998431819, 57.44889212393457 ], [ -6.065314333952391, 57.449500826988597 ], [ -6.064248092527325, 57.449737582751929 ], [ -6.064233187777747, 57.452080509282396 ], [ -6.063524429402929, 57.452157344523911 ], [ -6.063963083699827, 57.452952472741508 ], [ -6.063457350833041, 57.452604619303976 ], [ -6.062736929831307, 57.453477627546192 ], [ -6.063753830901622, 57.453696581319456 ], [ -6.064123420630822, 57.454170222999501 ], [ -6.062913553596937, 57.45529282776041 ], [ -6.062000294627126, 57.454580452693506 ], [ -6.061552473373569, 57.454603894814554 ], [ -6.06203331996764, 57.455478596888995 ], [ -6.061684321903432, 57.455791093457862 ], [ -6.060601697297216, 57.454454726711759 ], [ -6.06010450537013, 57.45448425232663 ], [ -6.059878836122103, 57.455907784862255 ], [ -6.059076005188133, 57.456189949252519 ], [ -6.059653000572835, 57.456202814996061 ], [ -6.059483994968621, 57.456558956603118 ], [ -6.060318455222277, 57.456711885873837 ], [ -6.060188185754281, 57.457642272745744 ], [ -6.059108955959535, 57.458140168911648 ], [ -6.059667796853439, 57.458364934561864 ], [ -6.058818450560797, 57.458378833786149 ], [ -6.059283513100727, 57.458660577216051 ], [ -6.058720402059598, 57.458773150526973 ], [ -6.058537303053241, 57.459453459627468 ], [ -6.057380557972538, 57.458501618440408 ], [ -6.057522610740689, 57.457827130331452 ], [ -6.056596292676343, 57.457447844534855 ], [ -6.056304377804137, 57.458275529403871 ], [ -6.056719112820244, 57.459682912432541 ], [ -6.055285520291108, 57.460898069137002 ], [ -6.055550353079072, 57.461330149114026 ], [ -6.055340942740948, 57.461548208407997 ], [ -6.055077505160535, 57.461354372711504 ], [ -6.055052144065643, 57.461953161681819 ], [ -6.054533879954494, 57.462019310180473 ], [ -6.054157141370844, 57.461631296228717 ], [ -6.053825873113333, 57.461803820609546 ], [ -6.053111743033411, 57.460855672061108 ], [ -6.05222635889259, 57.460996574515065 ], [ -6.051794307219578, 57.460259644703541 ], [ -6.050622945256338, 57.460454700062556 ], [ -6.050443658400203, 57.461170839746885 ], [ -6.049382071009865, 57.461227470433414 ], [ -6.049484822016518, 57.460648675107556 ], [ -6.048529588275277, 57.46053552524161 ], [ -6.047861654384015, 57.461208925377896 ], [ -6.047973378350095, 57.460409538525944 ], [ -6.046787061040066, 57.459791260412281 ], [ -6.046570169306738, 57.45994210461587 ], [ -6.04611368734122, 57.459134006749366 ], [ -6.045448933404693, 57.459987131931989 ], [ -6.045162963069036, 57.459061151389555 ], [ -6.044644112882499, 57.459046350287444 ], [ -6.044453974476852, 57.459439115578398 ], [ -6.043919759897918, 57.459285428832381 ], [ -6.041893206298821, 57.457781406308399 ], [ -6.040804103501032, 57.45804116959237 ], [ -6.040217214778334, 57.458693942005908 ], [ -6.040236553284557, 57.459623992702817 ], [ -6.039322992998176, 57.459404230235563 ], [ -6.038733913649224, 57.458557201681813 ], [ -6.037686734895797, 57.458365992984298 ], [ -6.036494959603747, 57.458678466902022 ], [ -6.036319970873423, 57.459133676347022 ], [ -6.035850223826014, 57.458883473345402 ], [ -6.035852854121516, 57.459436395365088 ], [ -6.03485243104701, 57.458686161919566 ], [ -6.03417852447875, 57.458626831567265 ], [ -6.032677361740098, 57.45953815580296 ], [ -6.031868052134565, 57.459537101844646 ], [ -6.03148342264785, 57.458848047263018 ], [ -6.030812154470385, 57.459418050892104 ], [ -6.030243196612911, 57.457813220068054 ], [ -6.029409815200295, 57.45766905055364 ], [ -6.029120380146521, 57.457237709206446 ], [ -6.028510018481748, 57.457603432483417 ], [ -6.027857054008293, 57.45743099944756 ], [ -6.027203091322821, 57.455734462162205 ], [ -6.026448723153145, 57.455322484376531 ], [ -6.025708816441826, 57.455193285652712 ], [ -6.025184038682987, 57.455578735707839 ], [ -6.023722533326866, 57.455562515720842 ], [ -6.02239059713018, 57.456117621120853 ], [ -6.020667146284665, 57.45569161126253 ], [ -6.01814128576425, 57.454490914902294 ], [ -6.017840201060168, 57.454635403449984 ], [ -6.018904912077333, 57.458252126059996 ], [ -6.018036621713104, 57.458473167820799 ], [ -6.016216359076518, 57.458153592443765 ], [ -6.017100827845141, 57.459370748800765 ], [ -6.016183426772783, 57.460056425941175 ], [ -6.014401561319453, 57.460239143071121 ], [ -6.014581399173005, 57.460813384265464 ], [ -6.012926747119372, 57.462003607739859 ], [ -6.012504765334548, 57.462947715041523 ], [ -6.011657247037601, 57.462979218810275 ], [ -6.011324898266201, 57.465120877819963 ], [ -6.01357533975432, 57.466164150110984 ], [ -6.016433164155408, 57.466886782903956 ], [ -6.017087944239182, 57.467378431101679 ], [ -6.017992719788865, 57.467259642526443 ], [ -6.01869747461426, 57.4678261191061 ], [ -6.020228884438376, 57.467790719337096 ], [ -6.021745656171954, 57.468380705518911 ], [ -6.021922475007668, 57.468091812705339 ], [ -6.022852956031086, 57.468282388848976 ], [ -6.023610394034429, 57.468037884616194 ], [ -6.024082361052558, 57.468535340405808 ], [ -6.024591264517651, 57.468231333736583 ], [ -6.026772572008969, 57.468035704696852 ], [ -6.027781411539542, 57.468785734329295 ], [ -6.029014015914769, 57.468870387128881 ], [ -6.029518073837049, 57.4694764988392 ], [ -6.028903471656241, 57.470184048999691 ], [ -6.028111553584308, 57.470009764871619 ], [ -6.027623223513611, 57.470530732365468 ], [ -6.025905044079244, 57.470765518111719 ], [ -6.02437901419553, 57.471457222256305 ], [ -6.020919334716549, 57.471716113917012 ], [ -6.019430979756019, 57.472341810786219 ], [ -6.01943137372638, 57.473711262472492 ], [ -6.021011237186223, 57.476344003969388 ], [ -6.020758897245256, 57.478829326641375 ], [ -6.019739065371376, 57.479801535288701 ], [ -6.015473889912911, 57.481776439465619 ], [ -6.014977759483673, 57.483262426053642 ], [ -6.015887903789708, 57.483948260844606 ], [ -6.015772848700526, 57.4852557492651 ], [ -6.011293878551838, 57.489624643769339 ], [ -6.010079819506235, 57.489060849153553 ], [ -6.009407515185048, 57.489325031139181 ], [ -6.009162636342351, 57.488995632379748 ], [ -6.008813364120272, 57.489312471328013 ], [ -6.007600409940105, 57.488910471277009 ], [ -6.006927320469332, 57.489624255497453 ], [ -6.005814805145259, 57.48945283029262 ], [ -6.005388195286681, 57.489826069490256 ], [ -6.004698462889901, 57.489474840937781 ], [ -6.004635681539971, 57.490349042076403 ], [ -6.003157505087735, 57.490040853612825 ], [ -6.001913521580871, 57.490422071553041 ], [ -6.001226169383431, 57.489787507428154 ], [ -6.001015901160597, 57.490383148845794 ], [ -5.999822660660327, 57.490313144536266 ], [ -5.998984095338151, 57.489593452838612 ], [ -5.999400785207778, 57.490349019969393 ], [ -5.995511493411466, 57.49150650385463 ], [ -5.994136789407567, 57.492678567275249 ], [ -5.992079167989003, 57.493638473153254 ], [ -5.992872660831618, 57.494328167400937 ], [ -5.993627459390418, 57.494511050039677 ], [ -5.994028799551452, 57.494210589412461 ], [ -5.996293184950424, 57.494529913937733 ], [ -5.997989452929889, 57.495456191652153 ], [ -5.997084986243576, 57.496042383635015 ], [ -5.996411392554264, 57.495838961110167 ], [ -5.99674581125946, 57.496300418797233 ], [ -5.994122773746408, 57.498123517408061 ], [ -5.994051654180899, 57.499200599203732 ], [ -5.994058801116132, 57.499370902924412 ], [ -5.994028471758594, 57.499551699464341 ], [ -5.994040077616066, 57.499375924078834 ], [ -5.992785028398688, 57.499712504128311 ], [ -5.992305742036667, 57.499529875505907 ], [ -5.994605346731054, 57.50085519613004 ], [ -5.994743979474854, 57.501435264055537 ], [ -5.992944823447276, 57.501784531942427 ], [ -5.994218257182582, 57.502049884221279 ], [ -5.994344676056166, 57.502823662296798 ], [ -5.997167597039923, 57.504730300565605 ], [ -5.997887631208766, 57.505966301039919 ], [ -5.997384418943135, 57.506557740300828 ], [ -5.992803267591804, 57.506141020213221 ] ] ], [ [ [ -5.978300163302238, 57.5093332659008 ], [ -5.978112738911497, 57.508916575104088 ], [ -5.978743900876632, 57.509036017005208 ], [ -5.979019464968465, 57.509494881984011 ], [ -5.978300163302238, 57.5093332659008 ] ] ], [ [ [ -5.988704460052647, 57.50975513880875 ], [ -5.987685919687568, 57.50945468472878 ], [ -5.986760406029494, 57.509623343893054 ], [ -5.986372637819851, 57.508749929686843 ], [ -5.988245147242232, 57.509068324483891 ], [ -5.988704460052647, 57.50975513880875 ] ] ], [ [ [ -5.981926493368034, 57.510720327572137 ], [ -5.980159878520464, 57.509764580126038 ], [ -5.981588791614707, 57.509768889128189 ], [ -5.982991589068084, 57.510758597411531 ], [ -5.983816122165135, 57.511654179288001 ], [ -5.982138917963285, 57.511289082164886 ], [ -5.981926493368034, 57.510720327572137 ] ] ], [ [ [ -5.983663845703667, 57.514927472945885 ], [ -5.98140123618934, 57.51455838961472 ], [ -5.980277242887521, 57.514593898066444 ], [ -5.975518730528981, 57.513399862270283 ], [ -5.975725167064442, 57.512687504325108 ], [ -5.976905946600685, 57.512560326686355 ], [ -5.975828653950416, 57.512257135528692 ], [ -5.977060008518325, 57.511674281532137 ], [ -5.97633830994036, 57.511260962867645 ], [ -5.979973387339006, 57.511424939120388 ], [ -5.982527513067498, 57.512630049334007 ], [ -5.984245719912094, 57.514594367228121 ], [ -5.983663845703667, 57.514927472945885 ] ] ], [ [ [ -6.00381498524994, 57.516370399881019 ], [ -6.002243918350676, 57.515925760459822 ], [ -6.001505581375073, 57.516034630459743 ], [ -6.000062346722039, 57.514835092827177 ], [ -6.000264452114864, 57.514316146310236 ], [ -5.999691879952858, 57.514123015498846 ], [ -5.999673135661143, 57.513342226177571 ], [ -5.997573376214065, 57.512630173021059 ], [ -5.995669995661016, 57.510964129020003 ], [ -5.99480371451273, 57.510987101043554 ], [ -5.995055863160343, 57.510695866616558 ], [ -5.993873559459347, 57.509434041400873 ], [ -5.994635356114705, 57.508456766945045 ], [ -5.993269662946814, 57.508419132277517 ], [ -5.99347126140196, 57.507207849653462 ], [ -5.992527195770923, 57.507053438367805 ], [ -5.992597650794937, 57.506475734626314 ], [ -5.993112777740235, 57.506679707230475 ], [ -5.993925072885672, 57.506469629681369 ], [ -5.997309675213133, 57.507324411125126 ], [ -5.997852774810259, 57.507630882810943 ], [ -5.997607083703367, 57.508133225177907 ], [ -6.000900941256481, 57.507776904113335 ], [ -6.001637656197345, 57.508553776046348 ], [ -6.004456336034093, 57.508891332955081 ], [ -6.005962273973418, 57.510358579399089 ], [ -6.004823634374125, 57.511248995686643 ], [ -6.006098501885146, 57.511599611906149 ], [ -6.005518388147204, 57.512022685362069 ], [ -6.006114708783605, 57.512736558718906 ], [ -6.008155895252246, 57.51276156363808 ], [ -6.00834282047439, 57.513398531506411 ], [ -6.010390219308656, 57.5130995979804 ], [ -6.010817977561828, 57.512658871538328 ], [ -6.013303078271202, 57.513757673118235 ], [ -6.014003921127792, 57.514508646594308 ], [ -6.013570864217497, 57.515052958908925 ], [ -6.012597304475586, 57.515164891045764 ], [ -6.012268513813437, 57.514910101835682 ], [ -6.011769612609903, 57.51515977385295 ], [ -6.010082135099881, 57.514872697523664 ], [ -6.008994406552854, 57.515603274484036 ], [ -6.006695148006602, 57.515968637540574 ], [ -6.005953575571049, 57.515834858367256 ], [ -6.006238932773637, 57.515466114630087 ], [ -6.005297165114796, 57.5155634912092 ], [ -6.00381498524994, 57.516370399881019 ] ] ], [ [ [ -5.656677988295518, 57.523920496031089 ], [ -5.657103348696586, 57.523446059006716 ], [ -5.658046096377632, 57.523465454769187 ], [ -5.659443872811794, 57.524639467087091 ], [ -5.66086435860389, 57.525072908802422 ], [ -5.662115501054036, 57.526849003496807 ], [ -5.662080037156507, 57.527494634414822 ], [ -5.661435291109647, 57.527431550442024 ], [ -5.658539804334527, 57.526972601813306 ], [ -5.657658039990918, 57.526528898098192 ], [ -5.656677988295518, 57.523920496031089 ] ] ], [ [ [ -5.684563939712391, 57.528079265209378 ], [ -5.685109992848314, 57.527346773977506 ], [ -5.68596741658389, 57.527860228970965 ], [ -5.686077277089256, 57.528451278862804 ], [ -5.684563939712391, 57.528079265209378 ] ] ], [ [ [ -5.68613296720789, 57.531301388884032 ], [ -5.686871921279834, 57.530840153066698 ], [ -5.688678892531143, 57.531932668406377 ], [ -5.6883042327345, 57.532442594332274 ], [ -5.687325132418181, 57.532215008797365 ], [ -5.68613296720789, 57.531301388884032 ] ] ], [ [ [ -6.002158641062295, 57.534631344463371 ], [ -5.999366099984097, 57.533330753241152 ], [ -5.999094206012322, 57.5335192148221 ], [ -5.998046974332584, 57.533192766080887 ], [ -5.998661848749424, 57.532930484480744 ], [ -5.998574420125328, 57.532209422536198 ], [ -5.999408254423899, 57.53180981015511 ], [ -6.000255985396859, 57.531994214827883 ], [ -6.000550262397124, 57.531400410995623 ], [ -6.001750779897112, 57.531600583087894 ], [ -6.001644690686856, 57.532233374447948 ], [ -6.00253691974785, 57.532137606763271 ], [ -6.004028720460148, 57.532782592206814 ], [ -6.00398927422504, 57.53333683911552 ], [ -6.003076583910953, 57.53377944938169 ], [ -6.003434839890799, 57.533920931282175 ], [ -6.002158641062295, 57.534631344463371 ] ] ], [ [ [ -6.001261366839108, 57.538490317693309 ], [ -6.001277253914603, 57.537721018489805 ], [ -6.001601351168826, 57.53816031833852 ], [ -6.002548106684475, 57.538026855409917 ], [ -6.002993284859948, 57.538502770346817 ], [ -6.002471561653965, 57.539004891665449 ], [ -6.001261366839108, 57.538490317693309 ] ] ], [ [ [ -6.413403193206178, 57.527990898234215 ], [ -6.414100053089602, 57.527049119513713 ], [ -6.413808842187043, 57.5252650612371 ], [ -6.414333651617743, 57.524904909951232 ], [ -6.415797165662797, 57.524772678132216 ], [ -6.417238022670274, 57.527213451740799 ], [ -6.416532770241627, 57.527809282339526 ], [ -6.416144076913921, 57.527705987680044 ], [ -6.416061331323724, 57.528127099583884 ], [ -6.41456996898583, 57.528444680106837 ], [ -6.413910748845474, 57.528247428466528 ], [ -6.413403193206178, 57.527990898234215 ] ] ], [ [ [ -6.403858739643711, 57.531953839909605 ], [ -6.405973301465445, 57.530634282863261 ], [ -6.406297306240352, 57.531931542503834 ], [ -6.406947819541363, 57.532264045267731 ], [ -6.40596506110315, 57.532779578885844 ], [ -6.403858739643711, 57.531953839909605 ] ] ], [ [ [ -6.645172933273149, 57.521892839683304 ], [ -6.645881652825421, 57.519123219419676 ], [ -6.643574662890767, 57.515907129595547 ], [ -6.642406247520888, 57.515657867279472 ], [ -6.640717896878166, 57.5143438577404 ], [ -6.637922559322706, 57.511815801192917 ], [ -6.638500394606629, 57.511628111904812 ], [ -6.640191448045224, 57.511651266038612 ], [ -6.643857096086021, 57.512546074308162 ], [ -6.647905095122268, 57.51125886573309 ], [ -6.649581690961071, 57.511430845144801 ], [ -6.650419499339799, 57.511840666375399 ], [ -6.648785052646542, 57.514163264677535 ], [ -6.649378303483044, 57.515342202062001 ], [ -6.650158784304914, 57.515826103592907 ], [ -6.650761246106637, 57.515700414039678 ], [ -6.652266884553651, 57.516233980142516 ], [ -6.6524715815294, 57.515938576635889 ], [ -6.652804259547867, 57.516056714750597 ], [ -6.652991400512736, 57.516868351124053 ], [ -6.651741531756278, 57.517881490025452 ], [ -6.653892585702152, 57.519004662282782 ], [ -6.653220989029157, 57.519257051938631 ], [ -6.652934065048678, 57.520873269914773 ], [ -6.65341894198125, 57.521332094443359 ], [ -6.65281324769823, 57.521957139822575 ], [ -6.651184027148849, 57.521374168517006 ], [ -6.649146400067578, 57.521980105344539 ], [ -6.648962310126744, 57.523552036184952 ], [ -6.650283078277076, 57.523813609374514 ], [ -6.650475921675254, 57.524211266359224 ], [ -6.649481017051687, 57.524472871222237 ], [ -6.649052384242077, 57.525307240619 ], [ -6.647905317727797, 57.525228139615429 ], [ -6.647251993260659, 57.524824981929285 ], [ -6.646015098366719, 57.523647288693553 ], [ -6.646361290328523, 57.523018359808908 ], [ -6.645939479521894, 57.522332307900456 ], [ -6.645172933273149, 57.521892839683304 ] ] ], [ [ [ -6.638343429886234, 57.522090556589582 ], [ -6.639304645077091, 57.519527565521265 ], [ -6.64110943482706, 57.522083113641536 ], [ -6.641398366901807, 57.524681014652899 ], [ -6.642558622596247, 57.527817987279228 ], [ -6.640266210186141, 57.526557704653996 ], [ -6.639062109127082, 57.524848034969757 ], [ -6.638343429886234, 57.522090556589582 ] ] ], [ [ [ -6.636154545057154, 57.528148297424991 ], [ -6.636861055490761, 57.527524127467018 ], [ -6.638336360146371, 57.527685691451531 ], [ -6.638549827803192, 57.528311976647359 ], [ -6.639792943246964, 57.528882350846658 ], [ -6.640131827571809, 57.530165145730102 ], [ -6.639582230569519, 57.529920037022265 ], [ -6.638471518097449, 57.529799030927144 ], [ -6.636665030269237, 57.529006517251197 ], [ -6.636154545057154, 57.528148297424991 ] ] ], [ [ [ -5.750539268702788, 57.558636536031507 ], [ -5.751348137865373, 57.558450649254013 ], [ -5.754000646520466, 57.559598945953326 ], [ -5.753472659996979, 57.560644085194852 ], [ -5.751148881731801, 57.560902020211827 ], [ -5.750923113527907, 57.560171505024876 ], [ -5.750063922892007, 57.559868896815516 ], [ -5.750539268702788, 57.558636536031507 ] ] ], [ [ [ -5.989738507458163, 57.57152233947739 ], [ -5.991220628745745, 57.571318093022256 ], [ -5.991049524574758, 57.571970908426131 ], [ -5.990548700994955, 57.571982259016856 ], [ -5.989738507458163, 57.57152233947739 ] ] ], [ [ [ -5.988676995785441, 57.572541400283242 ], [ -5.989028187267738, 57.57215713951868 ], [ -5.989621731129644, 57.572228283100117 ], [ -5.989726744607457, 57.572652065870507 ], [ -5.988676995785441, 57.572541400283242 ] ] ], [ [ [ -5.987397194704425, 57.57537287756039 ], [ -5.987152877258966, 57.574899546848364 ], [ -5.988286104431674, 57.575313303444275 ], [ -5.987397194704425, 57.57537287756039 ] ] ], [ [ [ -5.960844815291895, 57.582687840481036 ], [ -5.960340630769448, 57.582361991191533 ], [ -5.960627169107154, 57.582379970126922 ], [ -5.960844815291895, 57.582687840481036 ] ] ], [ [ [ -5.969716821894747, 57.583451995358416 ], [ -5.969694780624033, 57.5822523139243 ], [ -5.967331434272197, 57.582839179457949 ], [ -5.967459823358208, 57.583172325350617 ], [ -5.966542036826017, 57.583583326961595 ], [ -5.966489094262853, 57.58255995394385 ], [ -5.965967607569461, 57.582383030940541 ], [ -5.966246988647879, 57.582028072522775 ], [ -5.965700528907941, 57.581775505510031 ], [ -5.967209279947007, 57.580873868822586 ], [ -5.966051365083532, 57.580847337271457 ], [ -5.965344706947355, 57.580199681308869 ], [ -5.965097500373232, 57.580926776040741 ], [ -5.962906209832947, 57.581786888623562 ], [ -5.962573577999708, 57.582498677581576 ], [ -5.961760930376329, 57.582645586606489 ], [ -5.96116796781239, 57.580811950682687 ], [ -5.960288894368764, 57.581271144426687 ], [ -5.960092765014433, 57.581083983525048 ], [ -5.960796500786022, 57.580167232432956 ], [ -5.957881332135726, 57.580528474292691 ], [ -5.958189795241428, 57.579439813409813 ], [ -5.956945597818716, 57.578157094084226 ], [ -5.957375220948981, 57.577105096257078 ], [ -5.956166774633339, 57.57722842151766 ], [ -5.955932097896619, 57.576840154767233 ], [ -5.956666115578082, 57.576124786306714 ], [ -5.957607400339039, 57.576315549667662 ], [ -5.957820158127745, 57.575886272730116 ], [ -5.957333811506225, 57.57549241739558 ], [ -5.95743460957152, 57.573956200482698 ], [ -5.957021521893144, 57.57400512624838 ], [ -5.957119651138396, 57.573368145515431 ], [ -5.956657993074998, 57.573432081235275 ], [ -5.956450253815677, 57.572521462575281 ], [ -5.957272317446908, 57.571385220812338 ], [ -5.95655430719182, 57.57124589852409 ], [ -5.956549688312696, 57.570895374093709 ], [ -5.957482370501867, 57.570007422694601 ], [ -5.955332781793829, 57.57024569026597 ], [ -5.955628012640656, 57.569728410866396 ], [ -5.957414198004233, 57.568764235322071 ], [ -5.95435084580214, 57.569062625404186 ], [ -5.953855942088616, 57.568511675684434 ], [ -5.954781599565227, 57.567250816511155 ], [ -5.95541218388141, 57.567433351033081 ], [ -5.955294970904175, 57.566277121100846 ], [ -5.954612385130289, 57.566694152712756 ], [ -5.954335553877062, 57.566379138126528 ], [ -5.955362589978019, 57.565205009635989 ], [ -5.954549388142189, 57.56526647703182 ], [ -5.954535263617704, 57.564597051953115 ], [ -5.955081427370233, 57.564233751686736 ], [ -5.955771166711195, 57.564576275759961 ], [ -5.955713679316507, 57.564124007024397 ], [ -5.956892838754636, 57.564505122291749 ], [ -5.957977074150509, 57.564012531616576 ], [ -5.957861380718046, 57.563332805984288 ], [ -5.958637229673789, 57.56331295069208 ], [ -5.957977479050894, 57.561629762446799 ], [ -5.956721471573588, 57.561772578603787 ], [ -5.957012962724085, 57.561529652947058 ], [ -5.95625103205169, 57.561369231761766 ], [ -5.956256282072362, 57.560955456813744 ], [ -5.957553034523173, 57.560725946567906 ], [ -5.957545303945545, 57.561193748897452 ], [ -5.958067170838734, 57.561069472241719 ], [ -5.958712458153052, 57.559232926631246 ], [ -5.960342539576564, 57.558377000768843 ], [ -5.960878978698369, 57.557002428238135 ], [ -5.960168752780318, 57.555316340494457 ], [ -5.961413802546367, 57.554382572798971 ], [ -5.96163786282021, 57.552981842056177 ], [ -5.961144431496551, 57.552597219785945 ], [ -5.961955389895511, 57.552517791613568 ], [ -5.962499995832673, 57.551911730785356 ], [ -5.963950844493032, 57.552410117898027 ], [ -5.964860091068788, 57.55192745583588 ], [ -5.96450725715612, 57.551682290328898 ], [ -5.965119945786058, 57.551087563756731 ], [ -5.964773674225483, 57.549749716403362 ], [ -5.965899567288175, 57.550029012653525 ], [ -5.966067624365328, 57.549344862083871 ], [ -5.965530760857865, 57.548637926265407 ], [ -5.96662778755156, 57.547038882119814 ], [ -5.966002830691426, 57.546136905317809 ], [ -5.965254650658316, 57.546407706969198 ], [ -5.964705378299205, 57.546047334580564 ], [ -5.964790802295038, 57.545833346169907 ], [ -5.965528415963702, 57.546003466951113 ], [ -5.964582025289534, 57.544990207423872 ], [ -5.964855443024306, 57.544352198625027 ], [ -5.9639057545331, 57.54323113983331 ], [ -5.964128301451233, 57.542432883570946 ], [ -5.964973081114098, 57.541974721624271 ], [ -5.965758660838309, 57.542125347912176 ], [ -5.965444052378965, 57.54123158995089 ], [ -5.965738296714377, 57.540939099186851 ], [ -5.966536133328118, 57.541048872553375 ], [ -5.96701805922094, 57.540790935424795 ], [ -5.966424277862737, 57.538714578458077 ], [ -5.968271395727241, 57.53778875754486 ], [ -5.969186861724889, 57.537750944384001 ], [ -5.969773767692285, 57.537152504659623 ], [ -5.969883198361968, 57.536852335393135 ], [ -5.968511494850142, 57.536000861956445 ], [ -5.969132997965023, 57.534798897981588 ], [ -5.968930495301726, 57.534090441494357 ], [ -5.969983471187922, 57.533243541783506 ], [ -5.97043891850103, 57.531745580165001 ], [ -5.97176939626017, 57.531375469334712 ], [ -5.973219204729749, 57.53148713033741 ], [ -5.973061126868922, 57.531033540160529 ], [ -5.973555020225723, 57.531040450299621 ], [ -5.973547300449702, 57.530739474062635 ], [ -5.972187849370079, 57.53022933841239 ], [ -5.972045776314943, 57.529523477402321 ], [ -5.970502383386248, 57.52918097043532 ], [ -5.968820712348387, 57.526707291843273 ], [ -5.96953843168804, 57.525776536148541 ], [ -5.970836061116922, 57.525029817553623 ], [ -5.969590006094956, 57.524561043631095 ], [ -5.970549218747216, 57.524544315434675 ], [ -5.971254989456883, 57.524886239428852 ], [ -5.972108687041927, 57.524207443733133 ], [ -5.971840442300378, 57.523739341436361 ], [ -5.973712329517181, 57.523585922833931 ], [ -5.973238248266722, 57.523299649950218 ], [ -5.973486809964874, 57.522819752607283 ], [ -5.972132084522525, 57.522273506066426 ], [ -5.972149989068698, 57.521670502532174 ], [ -5.973262531465969, 57.521451103406022 ], [ -5.971645613989523, 57.520875353789158 ], [ -5.971202433075334, 57.521025992526212 ], [ -5.970894458046531, 57.519731911141946 ], [ -5.971697971335692, 57.520358483399058 ], [ -5.972533272698216, 57.520048919167955 ], [ -5.972231430434395, 57.519195236897666 ], [ -5.974174946961848, 57.519394718974233 ], [ -5.974062943229671, 57.518980139741977 ], [ -5.975592739930717, 57.518680121940591 ], [ -5.974468420379324, 57.517946800785012 ], [ -5.974259457422665, 57.517485825628917 ], [ -5.974771343007638, 57.517352789623892 ], [ -5.974120589011675, 57.516901252504226 ], [ -5.975901066882666, 57.516602314969077 ], [ -5.97456419961448, 57.515988097185812 ], [ -5.975719650368414, 57.515780806818192 ], [ -5.975664405510026, 57.515503808594516 ], [ -5.97643781098459, 57.515317555740552 ], [ -5.976220461241163, 57.515009706330531 ], [ -5.976960963564722, 57.515058271339569 ], [ -5.977088442465678, 57.514618152585442 ], [ -5.97833049083582, 57.51451600392749 ], [ -5.980454460345888, 57.514916496299051 ], [ -5.982746387251172, 57.515783708732158 ], [ -5.983259080446576, 57.516423896632965 ], [ -5.987176307003009, 57.516870986484641 ], [ -5.9876435413714, 57.51755305921656 ], [ -5.988858718600439, 57.517815822617663 ], [ -5.988877823274222, 57.518219844864916 ], [ -5.991052078163648, 57.518618572825496 ], [ -5.991856417274712, 57.519478781176183 ], [ -5.992960504726742, 57.519794480098923 ], [ -5.993028713588224, 57.520799392437155 ], [ -5.994804386408589, 57.520913960399938 ], [ -5.995296756411954, 57.521365922073755 ], [ -5.994376364669308, 57.521507494455925 ], [ -5.992502198839421, 57.521333098226492 ], [ -5.992182267805727, 57.520700325200053 ], [ -5.990372354431218, 57.521189249735656 ], [ -5.985979469759337, 57.520982087919357 ], [ -5.984406632259165, 57.520658670184567 ], [ -5.984134216038072, 57.521224767316347 ], [ -5.986253733569957, 57.521733211255871 ], [ -5.986072932357322, 57.522449273870208 ], [ -5.987483727788698, 57.522359685497072 ], [ -5.988749034660349, 57.523003014258528 ], [ -5.990739835165036, 57.522791626445411 ], [ -5.991702436948487, 57.523035388574471 ], [ -5.991823487311414, 57.523607024541562 ], [ -5.993405792011256, 57.523709755863713 ], [ -5.99327356864555, 57.524028655942423 ], [ -5.993816844290217, 57.524029424310612 ], [ -5.993999638267839, 57.524477713840476 ], [ -5.993376029459196, 57.524582896454092 ], [ -5.993539199871824, 57.5248519738238 ], [ -5.99457680142047, 57.52494047932997 ], [ -5.995882047193378, 57.525793780272501 ], [ -5.996137901079519, 57.526374626965016 ], [ -5.995643672544407, 57.526821899805974 ], [ -5.996932135987603, 57.526758565900685 ], [ -5.99789797126961, 57.52756416489958 ], [ -5.997717766868419, 57.527902575471124 ], [ -5.995950155509577, 57.528169935268011 ], [ -5.997099662190363, 57.528668493993059 ], [ -5.996698418631483, 57.528744160342946 ], [ -5.99740604234799, 57.529328662038459 ], [ -5.997287248925757, 57.530379967405096 ], [ -5.998105141285235, 57.530902522453168 ], [ -5.997379674612775, 57.531604408766235 ], [ -5.996265420605509, 57.531428435663059 ], [ -5.995580099790896, 57.532191979997769 ], [ -5.994644236884613, 57.532271097409961 ], [ -5.994256781728003, 57.533007209898749 ], [ -5.995180452719509, 57.53312180434876 ], [ -5.994728728135575, 57.533423856581678 ], [ -5.992027337854326, 57.533486960940756 ], [ -5.990257893481402, 57.532976510310959 ], [ -5.98998304656815, 57.533749505641829 ], [ -5.989273515239859, 57.53383490516164 ], [ -5.988028891646841, 57.535371406529265 ], [ -5.984695410264793, 57.533017601899431 ], [ -5.985287232063625, 57.534379114788059 ], [ -5.986004114988373, 57.53466666056655 ], [ -5.986170158387331, 57.536261929770539 ], [ -5.984886716764313, 57.536450871547785 ], [ -5.985608540497998, 57.536706793162907 ], [ -5.985496781737745, 57.537137431521053 ], [ -5.984935172356196, 57.537200144889368 ], [ -5.984284426931183, 57.536676718345355 ], [ -5.983542434970856, 57.537154247930573 ], [ -5.983633989045419, 57.537915646781528 ], [ -5.982046158795354, 57.537997285326391 ], [ -5.982813993972187, 57.538750807210604 ], [ -5.980594731153436, 57.539711078076863 ], [ -5.980451474949378, 57.540466404699558 ], [ -5.98163213982513, 57.540406640708262 ], [ -5.983037873687147, 57.53942260455981 ], [ -5.983874444112195, 57.539504069593036 ], [ -5.984230784720671, 57.539016249130214 ], [ -5.985485883000428, 57.539026028888962 ], [ -5.985571628226196, 57.539351514272241 ], [ -5.987112453997554, 57.539604011331534 ], [ -5.987680467255733, 57.539370244226625 ], [ -5.988923826953832, 57.539731037388755 ], [ -5.989787349906372, 57.539447446866404 ], [ -5.990903643784685, 57.538036380780369 ], [ -5.990463001738717, 57.537065738876727 ], [ -5.991031404100511, 57.536377861942299 ], [ -5.99276068879027, 57.535756620826739 ], [ -5.993920614310266, 57.535814287627247 ], [ -5.994659133341582, 57.535993199695113 ], [ -5.99449306757927, 57.536308676698113 ], [ -5.996071701841204, 57.537211765254987 ], [ -5.996640601574128, 57.536986919526711 ], [ -5.996688715132747, 57.537349559232297 ], [ -5.997749645070543, 57.537190032935115 ], [ -5.998147178094383, 57.537537094446918 ], [ -5.998748456257086, 57.537455079970321 ], [ -5.999054360803296, 57.537805045433593 ], [ -5.99823017154287, 57.53814140451663 ], [ -5.999784790014721, 57.538519194201889 ], [ -6.000946017008339, 57.539197187691997 ], [ -6.000030738994875, 57.539770234643555 ], [ -5.997662580396561, 57.539598083579783 ], [ -5.998929633191905, 57.540173830375636 ], [ -5.999249399151346, 57.540878529854218 ], [ -5.998585458980606, 57.541380649084402 ], [ -5.999389244271303, 57.541391118492619 ], [ -5.998225336819734, 57.541756236491963 ], [ -5.998244569475218, 57.54216025465746 ], [ -5.998815685799507, 57.542564751825765 ], [ -5.999929620666649, 57.542201214356787 ], [ -6.001119844442704, 57.54276139553879 ], [ -6.000975445287887, 57.543274012197656 ], [ -5.999652689543191, 57.543639687809076 ], [ -6.000262476529421, 57.543786687521489 ], [ -6.000429832029085, 57.544397311636089 ], [ -5.999238140690048, 57.545500641489305 ], [ -5.998093046439328, 57.545276200328388 ], [ -5.99717749244516, 57.545543512492706 ], [ -5.995654014617735, 57.545376004200421 ], [ -5.995862998726376, 57.544002638692469 ], [ -5.994145069408805, 57.544196449353343 ], [ -5.99449334149176, 57.543025483374194 ], [ -5.992801450432537, 57.543380302208192 ], [ -5.991395103210846, 57.542067088263799 ], [ -5.991427089520584, 57.543275459750205 ], [ -5.990178734750256, 57.543634182592847 ], [ -5.989405279509431, 57.543442859855546 ], [ -5.989169559835768, 57.544268562913601 ], [ -5.987734890983331, 57.544911897901244 ], [ -5.986194820633508, 57.544515513516338 ], [ -5.986006584266065, 57.544935082272303 ], [ -5.98524633958454, 57.545017562277614 ], [ -5.981889864325451, 57.543990668640447 ], [ -5.982173572192754, 57.544597636270083 ], [ -5.981672914547138, 57.545908247820726 ], [ -5.979251693672095, 57.547014234072762 ], [ -5.980738807190634, 57.547691117069 ], [ -5.977889858641428, 57.549246672386069 ], [ -5.976722145609533, 57.549274516525962 ], [ -5.976360231564871, 57.549713033359083 ], [ -5.977319933892343, 57.550307681606583 ], [ -5.977816612884315, 57.550031255563027 ], [ -5.978349461747762, 57.550162805664826 ], [ -5.979975358941398, 57.551190490486512 ], [ -5.981005324875859, 57.551432220207786 ], [ -5.981342183831009, 57.551070909544841 ], [ -5.982256485795773, 57.55109598577895 ], [ -5.983231527298397, 57.551600190353028 ], [ -5.983049109257969, 57.551997090156959 ], [ -5.983543317217531, 57.551698240090687 ], [ -5.984457613197585, 57.552029017464783 ], [ -5.984016322015742, 57.552735319802146 ], [ -5.983087774862414, 57.552580326506821 ], [ -5.983508351539056, 57.55329086859718 ], [ -5.983179058906859, 57.55352246611757 ], [ -5.9849453086211, 57.553888367438731 ], [ -5.985129626173346, 57.554426538016472 ], [ -5.986034200076398, 57.554744125191071 ], [ -5.98536592704574, 57.55482819040607 ], [ -5.987207479511311, 57.556217631607716 ], [ -5.986520054446956, 57.556814833315912 ], [ -5.986453360286086, 57.557657662969639 ], [ -5.985403539236199, 57.558153917975361 ], [ -5.984565555778538, 57.558063508077396 ], [ -5.985882097161413, 57.558628838059235 ], [ -5.985017570538735, 57.559595790233814 ], [ -5.985504474113911, 57.56022330650832 ], [ -5.984440830359426, 57.560823392673754 ], [ -5.98472866177445, 57.561160476913166 ], [ -5.98562459160042, 57.560938843273846 ], [ -5.987369847679277, 57.561369221991853 ], [ -5.98744194232673, 57.561798542645299 ], [ -5.98651216476564, 57.562322479834933 ], [ -5.986687726187548, 57.562703571617128 ], [ -5.985427405265961, 57.562500632796144 ], [ -5.986294908370049, 57.563471288969616 ], [ -5.985858937090881, 57.563309731555769 ], [ -5.98530574584453, 57.563605955946088 ], [ -5.983464355304341, 57.562373830916883 ], [ -5.983406399253305, 57.563373734933769 ], [ -5.984002729957482, 57.56347178906632 ], [ -5.984395516348418, 57.564003375064388 ], [ -5.984183086765183, 57.565196984721261 ], [ -5.985200715228969, 57.565780760616597 ], [ -5.985752468576105, 57.565471095332505 ], [ -5.986282137912625, 57.565876962714228 ], [ -5.986318918436837, 57.566365845780631 ], [ -5.985604811876548, 57.566873964850991 ], [ -5.985993745157973, 57.566758269043639 ], [ -5.986020367397586, 57.567045613070107 ], [ -5.985168265671306, 57.568007221109248 ], [ -5.987130151703526, 57.568044122363005 ], [ -5.987107092892726, 57.567680688887641 ], [ -5.988361215721869, 57.567672506109488 ], [ -5.987598554507163, 57.568119230258851 ], [ -5.989210718164556, 57.567865934952913 ], [ -5.98969534880085, 57.568394601497523 ], [ -5.989010628914954, 57.568177980585716 ], [ -5.989924448111108, 57.568881896282889 ], [ -5.989707690309814, 57.569270899568806 ], [ -5.987946808026137, 57.568548810715797 ], [ -5.988086138104943, 57.569286217744128 ], [ -5.988561920183978, 57.569428526584815 ], [ -5.988120479984252, 57.569446981870399 ], [ -5.98824803617992, 57.570000431876153 ], [ -5.988866553435099, 57.569994359426261 ], [ -5.989296281248772, 57.570632664288183 ], [ -5.988395722178422, 57.570814003657986 ], [ -5.987837501841012, 57.570301146254039 ], [ -5.986809903329767, 57.570544936776294 ], [ -5.987682521701544, 57.570796092127232 ], [ -5.986403276961159, 57.57149292208733 ], [ -5.985296682785766, 57.570938938897797 ], [ -5.985331030736329, 57.570488270836925 ], [ -5.983723200071351, 57.569864691227714 ], [ -5.983511738255462, 57.570608685227675 ], [ -5.984427002529648, 57.571020365526088 ], [ -5.984809556669276, 57.572145723802009 ], [ -5.983971689001466, 57.572900515197489 ], [ -5.984346939093845, 57.5731179490421 ], [ -5.983983903731415, 57.573700385940789 ], [ -5.982735063811837, 57.572687803141847 ], [ -5.982184673132401, 57.572781610129653 ], [ -5.983359368599878, 57.574569821008872 ], [ -5.983094934891703, 57.574829937567827 ], [ -5.982285526632322, 57.574621711855471 ], [ -5.982708847800194, 57.574972507598879 ], [ -5.982215771191484, 57.575514086209608 ], [ -5.980901591664714, 57.575052037479423 ], [ -5.979612097831105, 57.573896841636895 ], [ -5.978394164736171, 57.573395765225712 ], [ -5.977004799591081, 57.572014409053139 ], [ -5.978292551516433, 57.571470267527452 ], [ -5.978867585047992, 57.570759773680564 ], [ -5.980760575471701, 57.570012182225426 ], [ -5.980145665785686, 57.568979567545888 ], [ -5.979665961535263, 57.56903067144858 ], [ -5.979687352600451, 57.570068529686672 ], [ -5.977147790920482, 57.57102531833457 ], [ -5.975648317641322, 57.570933221809689 ], [ -5.975053746733234, 57.571158768699092 ], [ -5.975537573449249, 57.572218016742312 ], [ -5.976758913589946, 57.572521196414797 ], [ -5.977626748787631, 57.574260684370607 ], [ -5.978938885444458, 57.574781275952816 ], [ -5.977931746573637, 57.574831025294813 ], [ -5.978695488976476, 57.575157610101492 ], [ -5.978843725186887, 57.577203023729282 ], [ -5.977721399726862, 57.576505603537875 ], [ -5.976632728686009, 57.576728753185087 ], [ -5.975610896764342, 57.576491214731469 ], [ -5.975090503241455, 57.576094001464355 ], [ -5.97551106002154, 57.575653646219713 ], [ -5.973481771556643, 57.575002755473932 ], [ -5.972946837867409, 57.574241832602226 ], [ -5.973299923262185, 57.573183189755817 ], [ -5.971886205738171, 57.57311082454207 ], [ -5.968409705164349, 57.5711566839624 ], [ -5.967715954180476, 57.571470735706143 ], [ -5.9682543812166, 57.571804468445634 ], [ -5.967631958631768, 57.571698167259875 ], [ -5.967557159918047, 57.572163586077615 ], [ -5.966239251880805, 57.571894826001845 ], [ -5.964871895219076, 57.573169659203536 ], [ -5.966077361447129, 57.575478558755492 ], [ -5.963864322385411, 57.577980336725979 ], [ -5.965229333514254, 57.578602811128256 ], [ -5.965772027147242, 57.577592183746916 ], [ -5.966074918051708, 57.578144633361937 ], [ -5.967207315849449, 57.57801461320966 ], [ -5.967120176152885, 57.578597309633544 ], [ -5.967753086790421, 57.578568412076038 ], [ -5.967919634030977, 57.579098171671447 ], [ -5.970044662425727, 57.578784042359615 ], [ -5.969976136147091, 57.579536995702519 ], [ -5.970235777589523, 57.579308530539848 ], [ -5.97034313187224, 57.579525445368574 ], [ -5.968586762409584, 57.580380963014001 ], [ -5.969448715127735, 57.580610103116179 ], [ -5.970414420287307, 57.580332443683695 ], [ -5.970733269374318, 57.580493247749565 ], [ -5.970917906699428, 57.580114285236476 ], [ -5.97094542347009, 57.581210391875743 ], [ -5.972060928519211, 57.580541366219059 ], [ -5.972991182771335, 57.580552533768461 ], [ -5.972933477502544, 57.582784265241642 ], [ -5.972380839629532, 57.58316582747981 ], [ -5.971653858805713, 57.582640230356034 ], [ -5.971881692474224, 57.583500745045392 ], [ -5.971120060387512, 57.583731528505751 ], [ -5.969716821894747, 57.583451995358416 ] ] ], [ [ [ -5.976441077311942, 57.5836313571155 ], [ -5.977144494732868, 57.583327745777964 ], [ -5.976729290372907, 57.582898447926361 ], [ -5.977224938784513, 57.582608578494344 ], [ -5.978798844431264, 57.583453613431743 ], [ -5.978037323785871, 57.58337872124342 ], [ -5.9773610574163, 57.583854120550711 ], [ -5.976441077311942, 57.5836313571155 ] ] ], [ [ [ -5.963875340363363, 57.585090505916106 ], [ -5.96435062435499, 57.584443465941021 ], [ -5.964574447392074, 57.585176436730883 ], [ -5.963875340363363, 57.585090505916106 ] ] ], [ [ [ -5.968255040850978, 57.585168617698798 ], [ -5.968442852605774, 57.584818333050777 ], [ -5.968758695041068, 57.585181547464778 ], [ -5.968255040850978, 57.585168617698798 ] ] ], [ [ [ -5.969553523077792, 57.586774124238012 ], [ -5.969971716231521, 57.586555957645885 ], [ -5.969902792000842, 57.586844957622105 ], [ -5.969553523077792, 57.586774124238012 ] ] ], [ [ [ -6.517956448501795, 57.581304286299115 ], [ -6.518724401003763, 57.581218304556224 ], [ -6.518315479209236, 57.581970491203649 ], [ -6.517681971198246, 57.581790818592218 ], [ -6.517956448501795, 57.581304286299115 ] ] ], [ [ [ -6.512725631025151, 57.58307459371467 ], [ -6.512579528196491, 57.582369274969849 ], [ -6.51203992320785, 57.58254148744367 ], [ -6.512251134953214, 57.582016758969836 ], [ -6.511476999271079, 57.582458195250823 ], [ -6.510477444263882, 57.581216768958839 ], [ -6.51005845568101, 57.581213767536127 ], [ -6.509616021636382, 57.581899663823513 ], [ -6.509023088742071, 57.581911873882326 ], [ -6.508575275345437, 57.58147367696327 ], [ -6.509804250488597, 57.579230631608034 ], [ -6.515197474237871, 57.577220769015128 ], [ -6.520534216511198, 57.57691711058191 ], [ -6.521031027180141, 57.577479430514131 ], [ -6.517566767096379, 57.578975233460689 ], [ -6.518361416482076, 57.579778732404243 ], [ -6.517259578020235, 57.580614207243713 ], [ -6.517359611310825, 57.580812995130877 ], [ -6.51841648803644, 57.580491806022195 ], [ -6.518145358737389, 57.581005202542386 ], [ -6.517107894534046, 57.580943435983507 ], [ -6.516600016209648, 57.581370869695228 ], [ -6.516628334646613, 57.580789723400692 ], [ -6.515403061736329, 57.581508178935195 ], [ -6.515094654597437, 57.58111447991346 ], [ -6.515533086562953, 57.580532139560155 ], [ -6.514842379868869, 57.580565867550625 ], [ -6.515222461802654, 57.582211703292259 ], [ -6.514349991921046, 57.58293999888798 ], [ -6.514860686260956, 57.583749188399416 ], [ -6.512725631025151, 57.58307459371467 ] ] ], [ [ [ -6.513645299882432, 57.584076018835859 ], [ -6.513881499051313, 57.58368530710036 ], [ -6.514441111948935, 57.58380918186301 ], [ -6.514608924153668, 57.585093853140492 ], [ -6.513645299882432, 57.584076018835859 ] ] ], [ [ [ -6.513616319663023, 57.586136745204605 ], [ -6.513635243463957, 57.58541202872027 ], [ -6.515207466875407, 57.585935873907445 ], [ -6.516272330093213, 57.586756695190758 ], [ -6.516588624098654, 57.58809001327343 ], [ -6.515598204869152, 57.588206430739312 ], [ -6.514765073205312, 57.587431272715847 ], [ -6.51417762617856, 57.586746252269322 ], [ -6.514533320629097, 57.586711033070458 ], [ -6.513616319663023, 57.586136745204605 ] ] ], [ [ [ -6.513920210646197, 57.590204771311797 ], [ -6.514303736717347, 57.589718843493799 ], [ -6.51513023897529, 57.589968077320194 ], [ -6.514775068760306, 57.590614889699019 ], [ -6.514228687180191, 57.590598471886153 ], [ -6.513920210646197, 57.590204771311797 ] ] ], [ [ [ -6.512268215969588, 57.591401665559829 ], [ -6.514425449579214, 57.590766816875451 ], [ -6.514892350518573, 57.591087387731143 ], [ -6.514160864504883, 57.591266475971217 ], [ -6.514317597371573, 57.592529058463036 ], [ -6.513794515506138, 57.593240340159412 ], [ -6.512838993393648, 57.592829319094591 ], [ -6.512268215969588, 57.591401665559829 ] ] ], [ [ [ -6.525521829515236, 57.593661032923322 ], [ -6.524318096654026, 57.5926698739773 ], [ -6.523322616975388, 57.592948429364611 ], [ -6.522668317968383, 57.592738042915485 ], [ -6.522284635713983, 57.592077228008428 ], [ -6.5206471015451, 57.592108954655259 ], [ -6.519681195848331, 57.590873578989992 ], [ -6.517281802413454, 57.589693151458995 ], [ -6.516890426567149, 57.588227609361688 ], [ -6.517415632005489, 57.587938967487197 ], [ -6.516834785267148, 57.587037858782161 ], [ -6.517217132734, 57.586610425570996 ], [ -6.518523216048808, 57.586878432953704 ], [ -6.518345385938312, 57.587064690837352 ], [ -6.519388082991504, 57.587571481502472 ], [ -6.519311988603792, 57.58796995796704 ], [ -6.521067121192617, 57.587673193565827 ], [ -6.522714563225546, 57.588126795194533 ], [ -6.523007118619231, 57.589065203521919 ], [ -6.521707693739567, 57.589323169026187 ], [ -6.520479326205592, 57.589142349615969 ], [ -6.520156992452978, 57.589378761372501 ], [ -6.521353954863566, 57.591058263214919 ], [ -6.522413970780709, 57.591231621360365 ], [ -6.523047744678405, 57.591748551617322 ], [ -6.52418280959691, 57.591851746348397 ], [ -6.524510853377849, 57.592199750776366 ], [ -6.525544211659554, 57.592293090968205 ], [ -6.526021322415669, 57.592896578290123 ], [ -6.527094767060341, 57.593109891251785 ], [ -6.527623009587299, 57.593585616978658 ], [ -6.526953739870796, 57.59359165367399 ], [ -6.526766002289128, 57.594034617919768 ], [ -6.526171231110808, 57.594100936601365 ], [ -6.525521829515236, 57.593661032923322 ] ] ], [ [ [ -6.534071251835846, 57.597945585431169 ], [ -6.53385154019457, 57.597728624330074 ], [ -6.533233381606082, 57.597809307607235 ], [ -6.53285039688386, 57.596820200208612 ], [ -6.531143631279604, 57.596634185248817 ], [ -6.530703643767804, 57.596060861251011 ], [ -6.53030612504292, 57.595962711463194 ], [ -6.530116128499905, 57.596252858333408 ], [ -6.527862712581716, 57.595443338002255 ], [ -6.527941289385279, 57.594460133263951 ], [ -6.533255578829696, 57.594494083151773 ], [ -6.534885314810506, 57.595271969491556 ], [ -6.535582994099886, 57.597239137278173 ], [ -6.534071251835846, 57.597945585431169 ] ] ], [ [ [ -6.540978486682588, 57.596779654348445 ], [ -6.543468301707778, 57.596595542299447 ], [ -6.544024676294142, 57.597160135682493 ], [ -6.543866842611988, 57.597907862594148 ], [ -6.54264883384292, 57.598684783704201 ], [ -6.543247776243665, 57.598919551180423 ], [ -6.542977194449642, 57.599837734509826 ], [ -6.540390390165841, 57.599984848625716 ], [ -6.539581847802842, 57.599748617311825 ], [ -6.538787079129834, 57.598482026411673 ], [ -6.53985390209072, 57.597634133907164 ], [ -6.540797154997805, 57.597406797573065 ], [ -6.540978486682588, 57.596779654348445 ] ] ], [ [ [ -5.801834824247073, 57.634911557853279 ], [ -5.802649700353974, 57.634689224941162 ], [ -5.802259325100128, 57.635123546025937 ], [ -5.801834824247073, 57.634911557853279 ] ] ], [ [ [ -6.208238932121442, 57.646483187169409 ], [ -6.20487367581341, 57.644666379597169 ], [ -6.204641543740792, 57.645123743075295 ], [ -6.20409176706312, 57.644605188951843 ], [ -6.202910351842284, 57.644439489330544 ], [ -6.202976491940179, 57.644648614854674 ], [ -6.202034468057263, 57.644261812167109 ], [ -6.202061014589029, 57.643708780308955 ], [ -6.200511521125967, 57.643129957101429 ], [ -6.200314734377904, 57.642487235699612 ], [ -6.198659608866931, 57.641037821977775 ], [ -6.2001369441812, 57.640399664706109 ], [ -6.202019963885391, 57.640876564101198 ], [ -6.201438712371111, 57.639911214216632 ], [ -6.202390635621062, 57.639515329169093 ], [ -6.20371881403288, 57.639907254965934 ], [ -6.205287626759677, 57.639625695110844 ], [ -6.207061187227795, 57.640677200423625 ], [ -6.207374703988108, 57.641790836619471 ], [ -6.210015492046202, 57.645619117619745 ], [ -6.209683611502219, 57.646228196708527 ], [ -6.208805223015885, 57.646608194488998 ], [ -6.208238932121442, 57.646483187169409 ] ] ], [ [ [ -6.23132773465418, 57.667590960694795 ], [ -6.229001007674578, 57.667138314554585 ], [ -6.227277637274828, 57.667326401395563 ], [ -6.222379070109064, 57.665394951232564 ], [ -6.221389453054102, 57.664317429963596 ], [ -6.222662168708236, 57.662997915933737 ], [ -6.221518813036572, 57.662905744276713 ], [ -6.220768444935645, 57.662081011343126 ], [ -6.221064144907943, 57.661810339496093 ], [ -6.222099898288561, 57.66177122090464 ], [ -6.223216020076364, 57.662062137536267 ], [ -6.223227985038914, 57.662309037697263 ], [ -6.223886647969338, 57.662201579322932 ], [ -6.225286399088896, 57.662622379444024 ], [ -6.228407783604132, 57.662913592935205 ], [ -6.229065904139308, 57.663233281957851 ], [ -6.230889389652917, 57.664840367494129 ], [ -6.231592999637135, 57.664830284205273 ], [ -6.232752163598217, 57.665704208542593 ], [ -6.232866112753635, 57.666680602923385 ], [ -6.232008409587091, 57.667527687850807 ], [ -6.23132773465418, 57.667590960694795 ] ] ], [ [ [ -6.228892740342282, 57.671534903170802 ], [ -6.226511007960334, 57.670252219151635 ], [ -6.223721646466993, 57.667773602335146 ], [ -6.228376644242613, 57.66955578878715 ], [ -6.229753739022134, 57.671434132078431 ], [ -6.229257413981682, 57.67135183099456 ], [ -6.229494599636272, 57.671874462102295 ], [ -6.228892740342282, 57.671534903170802 ] ] ], [ [ [ -5.68611056118714, 57.692573257290732 ], [ -5.686573473572504, 57.691974495113513 ], [ -5.687782269358378, 57.692090271855463 ], [ -5.688501842475072, 57.692496312937671 ], [ -5.68995737942015, 57.692363931310879 ], [ -5.690016168408144, 57.693023895962675 ], [ -5.689543640161413, 57.693379317024878 ], [ -5.688519187824321, 57.693409213250078 ], [ -5.686414644292827, 57.693070538820187 ], [ -5.68611056118714, 57.692573257290732 ] ] ], [ [ [ -5.689785495107687, 57.694963527714165 ], [ -5.690526334257282, 57.694654214730086 ], [ -5.691013440777041, 57.695480579747091 ], [ -5.690044453678269, 57.695940398673685 ], [ -5.689785495107687, 57.694963527714165 ] ] ], [ [ [ -4.043360645701509, 57.734505122113653 ], [ -4.043920425656964, 57.733797981492941 ], [ -4.044407121635439, 57.734683195468712 ], [ -4.043360645701509, 57.734505122113653 ] ] ], [ [ [ -4.038305961400291, 57.736919001147783 ], [ -4.039238861334804, 57.736242712571908 ], [ -4.039646555531208, 57.736352945713719 ], [ -4.039408965298544, 57.736727837187175 ], [ -4.038305961400291, 57.736919001147783 ] ] ], [ [ [ -5.69591369155513, 57.700000652183114 ], [ -5.697008014694215, 57.699419351567776 ], [ -5.698198985448331, 57.700114527292456 ], [ -5.696964874386191, 57.700691834686559 ], [ -5.69591369155513, 57.700000652183114 ] ] ], [ [ [ -5.725232558027574, 57.70014165684676 ], [ -5.725874246334632, 57.700111059419406 ], [ -5.72601113412641, 57.700625769883359 ], [ -5.723711302882386, 57.701646509449418 ], [ -5.725232558027574, 57.70014165684676 ] ] ], [ [ [ -5.716108804190473, 57.707882934949183 ], [ -5.714572923745521, 57.70705690336284 ], [ -5.712636256939566, 57.707744005927417 ], [ -5.711834519022381, 57.707623699722298 ], [ -5.71060927997481, 57.706648253208549 ], [ -5.711354953338595, 57.705893657282402 ], [ -5.711061501534408, 57.704832424064534 ], [ -5.71215524956233, 57.70460702409752 ], [ -5.713766390565703, 57.701728657219547 ], [ -5.714413968122585, 57.701411154272932 ], [ -5.716437519189987, 57.701411022179293 ], [ -5.717041222612218, 57.701124463085073 ], [ -5.717774790463838, 57.702005523566051 ], [ -5.719828193142548, 57.702541183785357 ], [ -5.719499331747873, 57.703591042484945 ], [ -5.720543044950039, 57.703615173971599 ], [ -5.721626021002776, 57.704070577257056 ], [ -5.722295103705969, 57.705139612827239 ], [ -5.72150681420673, 57.706049267118779 ], [ -5.722307249153736, 57.706075151510795 ], [ -5.722589189149163, 57.706448941017008 ], [ -5.720713465122894, 57.707645927303375 ], [ -5.717725313869877, 57.70815187464666 ], [ -5.716108804190473, 57.707882934949183 ] ] ], [ [ [ -6.432419032592632, 57.684814425824342 ], [ -6.434044481323183, 57.684100831684901 ], [ -6.434344432015903, 57.684836787733907 ], [ -6.433296524196106, 57.685192849709594 ], [ -6.433140800883145, 57.685567060505321 ], [ -6.432483114112615, 57.685338314020655 ], [ -6.432419032592632, 57.684814425824342 ] ] ], [ [ [ -6.348371049712839, 57.687834414845 ], [ -6.348740525768426, 57.687345049138266 ], [ -6.352465124188162, 57.689694456350374 ], [ -6.353889183289676, 57.691133792006767 ], [ -6.353848115061986, 57.691351048397287 ], [ -6.353402798958898, 57.691209009702952 ], [ -6.351711950958977, 57.689855302449054 ], [ -6.349638560891372, 57.688950924297302 ], [ -6.348371049712839, 57.687834414845 ] ] ], [ [ [ -5.706209151270739, 57.713299759015683 ], [ -5.706936677541933, 57.71302221062782 ], [ -5.707747353540571, 57.713146782744701 ], [ -5.707408137217783, 57.713525330327336 ], [ -5.706506476909585, 57.713578733325654 ], [ -5.706209151270739, 57.713299759015683 ] ] ], [ [ [ -6.349218414085999, 57.70720390612577 ], [ -6.347340036739524, 57.705622756676938 ], [ -6.345641154477613, 57.705325952736246 ], [ -6.344396881647739, 57.703776916644244 ], [ -6.344190048690763, 57.704013356931505 ], [ -6.343287360271392, 57.703630693124467 ], [ -6.343819434183747, 57.704214956859538 ], [ -6.342797563234553, 57.70367900329979 ], [ -6.34315257120521, 57.704327811207797 ], [ -6.342231543606945, 57.703932280253973 ], [ -6.342029419112424, 57.703507546522935 ], [ -6.342905795564071, 57.703180651309943 ], [ -6.342844037303187, 57.702665658113837 ], [ -6.341737624682564, 57.701494077517701 ], [ -6.338193200529068, 57.700302790713025 ], [ -6.335041212920888, 57.700563850454159 ], [ -6.330738672157148, 57.69963219191532 ], [ -6.329886691822654, 57.700093065032775 ], [ -6.328041047644323, 57.699899986904505 ], [ -6.322281382620598, 57.700690683648006 ], [ -6.321891110749427, 57.701009801519554 ], [ -6.322347243367466, 57.702298215763918 ], [ -6.32184211973323, 57.702288512796464 ], [ -6.321403112135035, 57.703184860665367 ], [ -6.320352419762203, 57.702897031403324 ], [ -6.319697606552578, 57.703040825044262 ], [ -6.319197980867371, 57.702725154731795 ], [ -6.319377078737734, 57.703874658737881 ], [ -6.317640572683684, 57.704104871658025 ], [ -6.317850424880364, 57.705019503244138 ], [ -6.313702416715935, 57.705808670010228 ], [ -6.313323164034056, 57.706644489310889 ], [ -6.311968673874668, 57.706839098755651 ], [ -6.31141119386956, 57.706601813783124 ], [ -6.307986488776882, 57.707330135898715 ], [ -6.30577152238993, 57.706717645980582 ], [ -6.305315778458895, 57.706841090114111 ], [ -6.302917942791605, 57.705254532365387 ], [ -6.301320193274679, 57.705664151249408 ], [ -6.300626695616709, 57.70640270447138 ], [ -6.300729496474747, 57.707338984883215 ], [ -6.300189281816458, 57.707600180940993 ], [ -6.299419116174861, 57.70741054991943 ], [ -6.299226356022517, 57.708051120286328 ], [ -6.296912952141174, 57.707599204578564 ], [ -6.295799471326857, 57.705860925815706 ], [ -6.296194920279341, 57.704804286275412 ], [ -6.29534103877987, 57.703978969790846 ], [ -6.295545138084952, 57.703504392574949 ], [ -6.293849024339117, 57.702730175617717 ], [ -6.294092440302692, 57.70230372690822 ], [ -6.293371436867184, 57.701748172213641 ], [ -6.293761311210467, 57.701352720313196 ], [ -6.291933797044197, 57.700106313033764 ], [ -6.291675282641966, 57.698775127601245 ], [ -6.292534306946427, 57.699078692715588 ], [ -6.293274293456675, 57.698590410421914 ], [ -6.294484239916364, 57.699232768863141 ], [ -6.296369507587619, 57.698629098519383 ], [ -6.296151724171326, 57.696509639476851 ], [ -6.296676807286735, 57.696334406549141 ], [ -6.296996864212098, 57.695280324816487 ], [ -6.297966521639909, 57.695228459987284 ], [ -6.297356500389919, 57.694984811698241 ], [ -6.298089057242322, 57.694789026187593 ], [ -6.297460435465315, 57.694657525560352 ], [ -6.297554806143317, 57.694249626789485 ], [ -6.298538326290759, 57.693918499524742 ], [ -6.302680019464205, 57.69349514495962 ], [ -6.303416522745477, 57.69290889147274 ], [ -6.303216174726134, 57.691618007902022 ], [ -6.301611337011326, 57.691114184451777 ], [ -6.299262577261161, 57.691289456372147 ], [ -6.299506971711456, 57.690844075189879 ], [ -6.298119994616497, 57.69117095150753 ], [ -6.296859010418329, 57.691073550063741 ], [ -6.294835461034509, 57.691994895949058 ], [ -6.293538228579339, 57.692101936479389 ], [ -6.292310574355606, 57.691945800945462 ], [ -6.292610417268246, 57.691769242555075 ], [ -6.29204034459644, 57.691238233754262 ], [ -6.29035463708404, 57.690787378933031 ], [ -6.289561546002131, 57.690897043694569 ], [ -6.289641656839062, 57.691290018119297 ], [ -6.289106128706124, 57.691007831011802 ], [ -6.289406741408847, 57.69147605598441 ], [ -6.289031496905216, 57.69158322173233 ], [ -6.288907020951926, 57.691226825942636 ], [ -6.288012487785266, 57.691132184826039 ], [ -6.288297198225272, 57.690643192562085 ], [ -6.287915093748693, 57.690578820809428 ], [ -6.287683620352387, 57.691021040274173 ], [ -6.287670727513997, 57.690741794195446 ], [ -6.286541536659012, 57.690466252312341 ], [ -6.2867770818687, 57.689817057106517 ], [ -6.286149849100991, 57.689823948300941 ], [ -6.285245310545192, 57.688778165178277 ], [ -6.285728724579521, 57.687995561428139 ], [ -6.28445036237723, 57.688133346412883 ], [ -6.283046356559251, 57.687932743626817 ], [ -6.282854737240159, 57.687575921534922 ], [ -6.281321443620587, 57.68765936557768 ], [ -6.281143432075644, 57.686792176371704 ], [ -6.279673987659844, 57.686690879382873 ], [ -6.279437225672258, 57.685183578305995 ], [ -6.278498725140881, 57.684914099790412 ], [ -6.276219229603492, 57.682671086292395 ], [ -6.274848314754433, 57.682150925734064 ], [ -6.272376571876157, 57.682261521467609 ], [ -6.271314031317944, 57.681721901518806 ], [ -6.265816631874363, 57.681444518011375 ], [ -6.263491754765446, 57.68044834726637 ], [ -6.262827559842178, 57.681010337256374 ], [ -6.261246206510831, 57.680982752370987 ], [ -6.259959863066601, 57.680036916139258 ], [ -6.260313504065877, 57.679260592764557 ], [ -6.257262585483971, 57.67758285465861 ], [ -6.256832568808945, 57.676922879109568 ], [ -6.257185689518998, 57.676785078327811 ], [ -6.255769379221213, 57.674944295231064 ], [ -6.254759132239051, 57.674560158585678 ], [ -6.254298301211075, 57.674566687299915 ], [ -6.254182559695004, 57.674939293638133 ], [ -6.25372310970852, 57.67467149076262 ], [ -6.253702902366102, 57.674928468361188 ], [ -6.253101959598553, 57.674813810495813 ], [ -6.252501755260286, 57.674204516841655 ], [ -6.252995882386587, 57.673981044462302 ], [ -6.252224001776162, 57.673696777073765 ], [ -6.251702694239488, 57.67390317555963 ], [ -6.251076527130308, 57.673501585753151 ], [ -6.251027924064791, 57.672585948854625 ], [ -6.24926836268483, 57.669816899808097 ], [ -6.249222879228491, 57.667781546616006 ], [ -6.247751083733263, 57.665188053618408 ], [ -6.247823134289916, 57.664040839454742 ], [ -6.246643056180809, 57.661701016062636 ], [ -6.24575216686542, 57.660855965901639 ], [ -6.242499429215375, 57.659298008271243 ], [ -6.239628961614742, 57.656558072050863 ], [ -6.236496639259247, 57.650852942058656 ], [ -6.236563442992414, 57.647962209482067 ], [ -6.237238569976973, 57.646360415935625 ], [ -6.234649645220649, 57.643117238011605 ], [ -6.236301024024734, 57.640540252208254 ], [ -6.236187506222743, 57.638705030392444 ], [ -6.235359822389406, 57.637388375848616 ], [ -6.233502333069593, 57.636500141726579 ], [ -6.228190934988936, 57.635050458833263 ], [ -6.230321113327709, 57.635301932702525 ], [ -6.228303580676961, 57.634894707788263 ], [ -6.22059841606294, 57.634194832257535 ], [ -6.215945745885885, 57.634685734572109 ], [ -6.215613205418534, 57.63414648578167 ], [ -6.21387392335086, 57.634892499261156 ], [ -6.211485368299363, 57.635288751207533 ], [ -6.208676073905892, 57.636684582525426 ], [ -6.208262802596274, 57.636504117782387 ], [ -6.208390720788052, 57.636768734673701 ], [ -6.206585386958254, 57.637221884243679 ], [ -6.204780205826916, 57.636836885861406 ], [ -6.201510561883485, 57.63444579070827 ], [ -6.199030438883995, 57.633224379214759 ], [ -6.198197953710181, 57.633274549544119 ], [ -6.198110384748687, 57.632589525451245 ], [ -6.196083876256494, 57.631722570607913 ], [ -6.195304312097418, 57.631592010164177 ], [ -6.193524780742666, 57.631904731780082 ], [ -6.19315653779931, 57.632592309360149 ], [ -6.191316086786428, 57.633278416306325 ], [ -6.190616140752626, 57.631861939682778 ], [ -6.188929861794243, 57.631559104403408 ], [ -6.186040458953134, 57.629690076500736 ], [ -6.183123887717221, 57.626126790433602 ], [ -6.182293159904074, 57.625754150066754 ], [ -6.182064575144124, 57.624642150463544 ], [ -6.1787168084004, 57.622860098846679 ], [ -6.178096498947523, 57.621765559406917 ], [ -6.175931178067914, 57.620133135910706 ], [ -6.174891714541575, 57.617285419565953 ], [ -6.175356001979841, 57.616294370240922 ], [ -6.174445123361403, 57.613908210973413 ], [ -6.17176113332197, 57.611590568192398 ], [ -6.17215002169873, 57.611475196718246 ], [ -6.170285206558114, 57.607649374711144 ], [ -6.168008407473187, 57.605282236829964 ], [ -6.166629215046118, 57.603114733773289 ], [ -6.16162714313719, 57.60021607939035 ], [ -6.159287805261664, 57.599372390837246 ], [ -6.156945639861275, 57.597741015174861 ], [ -6.155012351929027, 57.593060284661213 ], [ -6.155040783572949, 57.591916408086462 ], [ -6.154111794001809, 57.590673672173303 ], [ -6.152608232110806, 57.589839218483029 ], [ -6.150601487134208, 57.586545689363732 ], [ -6.148375737602879, 57.586115330379393 ], [ -6.147158704810531, 57.586308219615184 ], [ -6.146428805207821, 57.586808812028806 ], [ -6.145988976313559, 57.586549000321625 ], [ -6.145060249888772, 57.586921233043149 ], [ -6.142674057109094, 57.586257747853111 ], [ -6.141593135937209, 57.585587339535607 ], [ -6.140500960331551, 57.586068317044791 ], [ -6.140911010794458, 57.586949599038746 ], [ -6.140203527844035, 57.586397309119334 ], [ -6.140267383524722, 57.587105611306932 ], [ -6.139015297165591, 57.586917394983011 ], [ -6.139410083168393, 57.587443983298833 ], [ -6.138557972870221, 57.587386514520901 ], [ -6.138074027401764, 57.588063329909453 ], [ -6.137244443632818, 57.587762319203279 ], [ -6.138178788966179, 57.586481732411464 ], [ -6.139721956020442, 57.585770159054817 ], [ -6.140434133855854, 57.584892508504751 ], [ -6.139625898074757, 57.583012651160345 ], [ -6.143925227107789, 57.579234052490122 ], [ -6.144819286291368, 57.576354081527668 ], [ -6.146564627700882, 57.574336363857604 ], [ -6.145180644843512, 57.571369401076304 ], [ -6.14516493403563, 57.57012896420148 ], [ -6.148810074139168, 57.56564956401013 ], [ -6.147794018295583, 57.565955459999962 ], [ -6.147623238712243, 57.565264163961594 ], [ -6.145274372554486, 57.564181378608609 ], [ -6.14310934165431, 57.562139316392575 ], [ -6.143584157592406, 57.560327029819696 ], [ -6.143318755054205, 57.558288178665094 ], [ -6.144298900576899, 57.555315444320108 ], [ -6.143566830751871, 57.55346818366435 ], [ -6.142850661744404, 57.553304677021103 ], [ -6.143349224259256, 57.553231640808946 ], [ -6.142962979218484, 57.55246828838515 ], [ -6.141668609710289, 57.551161955333505 ], [ -6.141743602485957, 57.550350174532724 ], [ -6.140407506444993, 57.549117140766455 ], [ -6.13877620823067, 57.54653593414168 ], [ -6.139619064697689, 57.544606365148454 ], [ -6.138877728265387, 57.544190080282576 ], [ -6.139679143153029, 57.54314762225922 ], [ -6.140093077909268, 57.543331860680432 ], [ -6.13987303483936, 57.542866986112259 ], [ -6.140415791673442, 57.542565898550421 ], [ -6.139692547400176, 57.54201413865173 ], [ -6.141344900020222, 57.541838464550985 ], [ -6.142096120349482, 57.54123826631394 ], [ -6.141725848560438, 57.540481581432445 ], [ -6.14260877277643, 57.538244926663779 ], [ -6.142414180644666, 57.53638539397236 ], [ -6.142944441608318, 57.534209782343311 ], [ -6.141856179351475, 57.533166459500784 ], [ -6.141787892090615, 57.530799199543765 ], [ -6.141084709204529, 57.530422144255681 ], [ -6.140918288941029, 57.528588662024568 ], [ -6.140120762458973, 57.52848447485767 ], [ -6.140586482461017, 57.526844243343142 ], [ -6.14005896647804, 57.525878703069338 ], [ -6.141073391610393, 57.524213246565274 ], [ -6.140993893062948, 57.522188066595241 ], [ -6.142125620829264, 57.520379360532964 ], [ -6.141682690292662, 57.514270071738032 ], [ -6.142312993447752, 57.510548961033464 ], [ -6.142984464144484, 57.509767020072182 ], [ -6.143830169846671, 57.505737565038643 ], [ -6.148490193644113, 57.499995366849838 ], [ -6.147060820250352, 57.497852766565664 ], [ -6.145443080540778, 57.497065222801872 ], [ -6.14566046013564, 57.496846745330757 ], [ -6.143916374229711, 57.496490483659827 ], [ -6.142426504269814, 57.494178971823295 ], [ -6.142183988081482, 57.491893871885864 ], [ -6.140646056781827, 57.489008407910113 ], [ -6.140933231930842, 57.487564669955404 ], [ -6.139444212443872, 57.484960849558192 ], [ -6.140375434153861, 57.483896104759516 ], [ -6.140464360812072, 57.48291300365554 ], [ -6.136395153888682, 57.472705428355141 ], [ -6.137641533361237, 57.466612557687938 ], [ -6.137732456827573, 57.46306654321468 ], [ -6.139526413476811, 57.457319832523417 ], [ -6.139075027626599, 57.456574812622371 ], [ -6.140210908195513, 57.454302827936118 ], [ -6.139842230637406, 57.452003889311634 ], [ -6.140660526525727, 57.450538175912882 ], [ -6.140532656639352, 57.449629646255616 ], [ -6.143514878864498, 57.44378080307817 ], [ -6.143362461550514, 57.440373169434459 ], [ -6.144574675464653, 57.439002360614701 ], [ -6.144364329421475, 57.438249421910001 ], [ -6.145454808395775, 57.436540896248118 ], [ -6.146204679934701, 57.433224930171384 ], [ -6.145743561784966, 57.430110729286561 ], [ -6.146952005593331, 57.427827271341002 ], [ -6.150783634301416, 57.424274761034546 ], [ -6.154102576117399, 57.422600509200393 ], [ -6.157706438145162, 57.421676620055926 ], [ -6.160954567672649, 57.421510775999714 ], [ -6.167349806834237, 57.419105783539976 ], [ -6.168990257182176, 57.417835623578206 ], [ -6.173420465652955, 57.412865057897363 ], [ -6.175872145789652, 57.412298083091819 ], [ -6.181765177190763, 57.414609461677848 ], [ -6.184420132531475, 57.415340404115128 ], [ -6.186351898214253, 57.415502743024355 ], [ -6.187339895458498, 57.416345748366197 ], [ -6.18712370334162, 57.415271120315545 ], [ -6.18859901014655, 57.414808336056218 ], [ -6.189100386820271, 57.412999387176001 ], [ -6.191219621765321, 57.412645516766652 ], [ -6.19192749362234, 57.412059880189453 ], [ -6.192004889625393, 57.411833381230863 ], [ -6.189736532274051, 57.410795660952282 ], [ -6.190813317844917, 57.40902148952879 ], [ -6.191913227446429, 57.408993827637389 ], [ -6.194610301005239, 57.410516309002318 ], [ -6.195533730150032, 57.411915359112335 ], [ -6.197745272838109, 57.412164410216718 ], [ -6.197516086485467, 57.411909469865321 ], [ -6.198011727971647, 57.411799403102435 ], [ -6.197067732888182, 57.411021557188441 ], [ -6.199303546147966, 57.409462219980568 ], [ -6.20021034717575, 57.409203523282088 ], [ -6.200336584554206, 57.40876405627624 ], [ -6.199852154711564, 57.406398942650085 ], [ -6.198997771360259, 57.405195459255339 ], [ -6.197336229995678, 57.404420890284889 ], [ -6.196865397901281, 57.403175815894208 ], [ -6.198609257622287, 57.401848724815366 ], [ -6.19869274492227, 57.400469141269056 ], [ -6.201393776327943, 57.396856447752825 ], [ -6.201285811961388, 57.395304299559101 ], [ -6.202018157873351, 57.394282525789926 ], [ -6.200997172160227, 57.393338223770314 ], [ -6.201644752904258, 57.392332772693152 ], [ -6.20089922391287, 57.392033042910874 ], [ -6.200901595937176, 57.392315337790563 ], [ -6.200565890981137, 57.392176373499098 ], [ -6.202148972891117, 57.390512863492894 ], [ -6.201397939151951, 57.389612601508638 ], [ -6.199955600821438, 57.389044782895766 ], [ -6.200762970802604, 57.387632018676477 ], [ -6.200294783691529, 57.387600898145912 ], [ -6.199490543369232, 57.38889574877566 ], [ -6.201358033812836, 57.390238036010615 ], [ -6.201271138616852, 57.390787702412609 ], [ -6.200886259906378, 57.390771785202631 ], [ -6.20106832772303, 57.390238723414761 ], [ -6.200236218622564, 57.3900695812777 ], [ -6.200665851646034, 57.390650551938315 ], [ -6.198962294727753, 57.390943066320673 ], [ -6.198605217759989, 57.390573696026088 ], [ -6.197802103157001, 57.390774072681751 ], [ -6.198686352671716, 57.390104260495171 ], [ -6.197510297391712, 57.390291009718524 ], [ -6.19632037277837, 57.391913459081159 ], [ -6.19651882269403, 57.392337590289571 ], [ -6.195095998402381, 57.393235786199746 ], [ -6.195023281357792, 57.394128497211462 ], [ -6.19310677102326, 57.395837198991792 ], [ -6.192093651679316, 57.396008567798567 ], [ -6.190219503730488, 57.397375882397078 ], [ -6.187764974847888, 57.39678499193738 ], [ -6.188083619555862, 57.397095420561762 ], [ -6.187452501789653, 57.397199171798256 ], [ -6.187103070749798, 57.397975190052236 ], [ -6.186402876047786, 57.397868107931231 ], [ -6.186749327428601, 57.398509446030907 ], [ -6.186034223915588, 57.39878235127253 ], [ -6.185385356878366, 57.399868688012539 ], [ -6.183089249957564, 57.400593461587178 ], [ -6.183421567856393, 57.402906124740724 ], [ -6.182620904137138, 57.403802351429029 ], [ -6.183246756885841, 57.404147538557297 ], [ -6.183037347944977, 57.404648203837638 ], [ -6.1840540145909, 57.405293334384503 ], [ -6.182892811233053, 57.406271699091583 ], [ -6.183059784776662, 57.407194193321494 ], [ -6.182433272164093, 57.407602615148903 ], [ -6.180835964629082, 57.407198893724917 ], [ -6.179663408535025, 57.405508571367236 ], [ -6.177977016074916, 57.40445400816651 ], [ -6.177840261202586, 57.403181589612728 ], [ -6.175707699297136, 57.402303688468066 ], [ -6.174675104146827, 57.40259875784426 ], [ -6.172167888539233, 57.402160386518595 ], [ -6.168980065293919, 57.402621313563507 ], [ -6.167309845691012, 57.403755786591546 ], [ -6.166505149283179, 57.405396625912402 ], [ -6.165303707888691, 57.405746667972053 ], [ -6.163174353182338, 57.405848646038969 ], [ -6.161846372268134, 57.40640517640464 ], [ -6.160441861578078, 57.406141400471654 ], [ -6.160159731020555, 57.406591370436949 ], [ -6.159480695836534, 57.406627318259694 ], [ -6.159512410281577, 57.407053417743825 ], [ -6.158935597727353, 57.406155248185769 ], [ -6.157929840423407, 57.406175013584054 ], [ -6.157816543026899, 57.406497996044777 ], [ -6.157447289079443, 57.406253913868241 ], [ -6.157148180396659, 57.406628000574692 ], [ -6.154174596733851, 57.405970876354473 ], [ -6.152213717349919, 57.406089584314877 ], [ -6.14935452463588, 57.405779281328968 ], [ -6.147259777484836, 57.406113652951376 ], [ -6.146155489367951, 57.405925248437207 ], [ -6.142087303529028, 57.406194182205624 ], [ -6.139067754451735, 57.405569693875002 ], [ -6.134904264581396, 57.402779591505258 ], [ -6.134924196278511, 57.40199659025172 ], [ -6.133343697134485, 57.400169117500248 ], [ -6.130451583322603, 57.397935091135267 ], [ -6.127663557189142, 57.397509567071893 ], [ -6.12714667019402, 57.396321543685985 ], [ -6.125506472690863, 57.395363713811662 ], [ -6.124024651216519, 57.391963719885581 ], [ -6.124219696309587, 57.38777583838943 ], [ -6.126502088255773, 57.38556524583457 ], [ -6.12669699414027, 57.384263935331596 ], [ -6.1291079786505, 57.3834204180895 ], [ -6.129720759420538, 57.382725856292332 ], [ -6.130210562734802, 57.380052490487188 ], [ -6.13193094638951, 57.377293717926726 ], [ -6.132409047956688, 57.375331129145728 ], [ -6.134744206514709, 57.373082655343438 ], [ -6.136057792837659, 57.372405469386869 ], [ -6.138242457057856, 57.37207278431891 ], [ -6.140756427719267, 57.372740872822739 ], [ -6.144182267861249, 57.372977786196117 ], [ -6.145790195917968, 57.372579451635126 ], [ -6.146224250475361, 57.371058881989164 ], [ -6.141608598140117, 57.368198545671689 ], [ -6.13925516489027, 57.36585258300812 ], [ -6.136572762877587, 57.360644299743356 ], [ -6.135165904905782, 57.360356974661222 ], [ -6.134625601125526, 57.360597765197205 ], [ -6.133433587803996, 57.360430147106023 ], [ -6.130555810094918, 57.358058120450771 ], [ -6.129279249583963, 57.356309666749908 ], [ -6.128195612895111, 57.355861472507286 ], [ -6.128701034143426, 57.355177626288082 ], [ -6.127578870102761, 57.355096687179042 ], [ -6.127455498202827, 57.354413713822346 ], [ -6.126701742295151, 57.354649791335596 ], [ -6.126465161860662, 57.354128802444464 ], [ -6.125551115036596, 57.353737965608808 ], [ -6.125371312086378, 57.352137813007872 ], [ -6.123772975547833, 57.348853170618796 ], [ -6.123033504664448, 57.348993439052173 ], [ -6.123472317625538, 57.348471864984582 ], [ -6.12257923854494, 57.348088414819856 ], [ -6.122356940990062, 57.348345698309295 ], [ -6.122252782004106, 57.347684572629973 ], [ -6.12160085649013, 57.347359748634048 ], [ -6.12041360888452, 57.347304265530418 ], [ -6.119944072821141, 57.346529225307933 ], [ -6.119562499123039, 57.346567814060307 ], [ -6.119697764116167, 57.346172207749348 ], [ -6.118781778287718, 57.345761606800217 ], [ -6.118897658732756, 57.345252432794894 ], [ -6.118240632692317, 57.344896286343392 ], [ -6.118113240694321, 57.343582169569018 ], [ -6.116957110754881, 57.341770312375388 ], [ -6.116159621789078, 57.341302756605728 ], [ -6.115228206289631, 57.341376430964807 ], [ -6.114613943547833, 57.340643882516744 ], [ -6.113316223493231, 57.340386927231613 ], [ -6.11174878246196, 57.338789923803468 ], [ -6.111226237893938, 57.338831303630755 ], [ -6.111276364520658, 57.339650670701729 ], [ -6.110161718154028, 57.338116166434951 ], [ -6.107119902265018, 57.338054678080297 ], [ -6.104278267628299, 57.338445188290294 ], [ -6.102920960484384, 57.339172042229933 ], [ -6.103301227227812, 57.340045372500946 ], [ -6.102556698011958, 57.341643350887253 ], [ -6.103717567084463, 57.343251045273036 ], [ -6.104152326099668, 57.345727733250847 ], [ -6.099223647343641, 57.341284535569109 ], [ -6.098670736115372, 57.341396993233253 ], [ -6.097791424106534, 57.341043499664309 ], [ -6.098027546848263, 57.341296576558094 ], [ -6.097487204552179, 57.341372649593673 ], [ -6.095433757506203, 57.340855097605271 ], [ -6.095931429493589, 57.340321815034713 ], [ -6.095137081432878, 57.339461963082861 ], [ -6.09647651214602, 57.338946200245239 ], [ -6.100895203479371, 57.338604218139061 ], [ -6.10483079095454, 57.336930804649803 ], [ -6.107128265285999, 57.335258668789045 ], [ -6.10685651623898, 57.334344932722338 ], [ -6.105076583121879, 57.333579404086748 ], [ -6.107102805859887, 57.332621131613351 ], [ -6.107180469658411, 57.331025139293779 ], [ -6.107774939803837, 57.330631617840275 ], [ -6.108169291633331, 57.329325614097371 ], [ -6.105636628178097, 57.326761054498412 ], [ -6.103923904057877, 57.326251401421338 ], [ -6.103491668226588, 57.326564069588215 ], [ -6.10123766964272, 57.325568488667116 ], [ -6.100086955457924, 57.323717656446867 ], [ -6.100148674975847, 57.322095216218528 ], [ -6.103108629418842, 57.320273818419864 ], [ -6.10415007432421, 57.319210163146963 ], [ -6.105024036678589, 57.319028731024815 ], [ -6.105280083663123, 57.318568044443857 ], [ -6.107650954391409, 57.320181100466598 ], [ -6.110494995985846, 57.320345239136557 ], [ -6.113285769388527, 57.319706235231244 ], [ -6.115427758113055, 57.318632510623644 ], [ -6.119612337785997, 57.318760601361561 ], [ -6.125565317877911, 57.317050862009729 ], [ -6.127423681750339, 57.316800960116552 ], [ -6.129565398039518, 57.316928391725739 ], [ -6.131927382095528, 57.31627967938401 ], [ -6.140933716293804, 57.31168909069477 ], [ -6.15566262159675, 57.302691001061355 ], [ -6.159984650740624, 57.300875242579387 ], [ -6.16065617346376, 57.299688439986696 ], [ -6.163694453864659, 57.299965411466054 ], [ -6.164296818506817, 57.299342923479102 ], [ -6.165789705304539, 57.298956172299846 ], [ -6.167214255844271, 57.298113042829584 ], [ -6.168019975096239, 57.298113275000709 ], [ -6.167727574570523, 57.296778571578088 ], [ -6.168859437494412, 57.296358801824866 ], [ -6.168782029172907, 57.296042130771539 ], [ -6.166197040894455, 57.296465166386561 ], [ -6.165521670583759, 57.296001970626222 ], [ -6.166148795104974, 57.295598971419146 ], [ -6.167863672254026, 57.29578035877848 ], [ -6.168436703159632, 57.295413315685686 ], [ -6.165979322187643, 57.294835719011061 ], [ -6.161872260475207, 57.296927848122003 ], [ -6.160014316254948, 57.296877016436127 ], [ -6.158565687497092, 57.297361152757048 ], [ -6.155968754939518, 57.297091934564016 ], [ -6.151710616963226, 57.298809226066609 ], [ -6.1473364756976, 57.300016718713096 ], [ -6.145184943697369, 57.301342237528083 ], [ -6.143114179674941, 57.303681213859441 ], [ -6.139228921468096, 57.306435183142213 ], [ -6.13750051531991, 57.307022707142316 ], [ -6.134421980223624, 57.307085438070708 ], [ -6.131862947409524, 57.308385458675268 ], [ -6.131229606352712, 57.308338852508335 ], [ -6.128022849269026, 57.309332770513009 ], [ -6.126109885602632, 57.31060333357226 ], [ -6.119339196888215, 57.313326419285559 ], [ -6.11745068756986, 57.313706683595214 ], [ -6.116470399095996, 57.313753207379307 ], [ -6.114993926487492, 57.313167626946232 ], [ -6.113389724039574, 57.313177916455636 ], [ -6.109954210119436, 57.314110504525871 ], [ -6.107434062528119, 57.314208240189011 ], [ -6.104666298891352, 57.314916508955726 ], [ -6.098452585197508, 57.313338049664807 ], [ -6.092890544404397, 57.312772175609155 ], [ -6.089094987097205, 57.311472330445305 ], [ -6.084458382108326, 57.311020730385827 ], [ -6.084571891049956, 57.310621377036341 ], [ -6.086225970367147, 57.309879655125336 ], [ -6.084920183612805, 57.310241363658854 ], [ -6.084592257254985, 57.309757452992805 ], [ -6.084274992295208, 57.310491652527681 ], [ -6.082898424899718, 57.310590368286391 ], [ -6.080705641014523, 57.311569861097873 ], [ -6.077756181304057, 57.31157124568422 ], [ -6.072291569008277, 57.313920190007039 ], [ -6.070955354439716, 57.314309711020748 ], [ -6.070537597860024, 57.314138910640729 ], [ -6.070166609609693, 57.314465662504965 ], [ -6.0661034554431, 57.313940842312078 ], [ -6.065087549462215, 57.313470164727008 ], [ -6.063386336566336, 57.313790487679434 ], [ -6.063290037907629, 57.313595774743199 ], [ -6.062059485017891, 57.313738991465485 ], [ -6.058681002144022, 57.313317678531455 ], [ -6.057043625422198, 57.313689804630314 ], [ -6.051764681809392, 57.311931403845854 ], [ -6.048067307315694, 57.309968954376714 ], [ -6.047895759499805, 57.309165191447946 ], [ -6.050322023637607, 57.304716777521065 ], [ -6.048872657926905, 57.302794237320967 ], [ -6.048557434704788, 57.301590461145416 ], [ -6.050622437476906, 57.299221872281329 ], [ -6.050528015746453, 57.298213300473876 ], [ -6.051062957700606, 57.297791395197265 ], [ -6.050327367509452, 57.297824118161685 ], [ -6.047058140374445, 57.296720090736258 ], [ -6.045458419452091, 57.296749163006893 ], [ -6.04251706998553, 57.296057086780557 ], [ -6.04135049620276, 57.295114500051255 ], [ -6.041657008402821, 57.293292721557492 ], [ -6.046063450866607, 57.290241837852825 ], [ -6.055247129825879, 57.286168811421575 ], [ -6.058443153485641, 57.285184292323862 ], [ -6.065003219154827, 57.282485683877368 ], [ -6.073451325063333, 57.278327157191363 ], [ -6.078576197217588, 57.276555608779873 ], [ -6.080520655980943, 57.274626503634011 ], [ -6.080486030257058, 57.273040485687623 ], [ -6.082681904747886, 57.272483488715856 ], [ -6.084130549750479, 57.272823026604037 ], [ -6.085619868095849, 57.270985077788289 ], [ -6.085804867888142, 57.269585242034417 ], [ -6.08531267875899, 57.27068484192003 ], [ -6.08462190192168, 57.27006887003219 ], [ -6.082914113675343, 57.270610026664912 ], [ -6.081598874442822, 57.270275130279707 ], [ -6.082211359637046, 57.268537675005739 ], [ -6.083059675387177, 57.267730442939246 ], [ -6.081568839579207, 57.268581054075526 ], [ -6.081397375685613, 57.26935547408462 ], [ -6.080132491641703, 57.269999088313227 ], [ -6.076683559430355, 57.270106671541001 ], [ -6.076293334260597, 57.268905386266248 ], [ -6.077116421954806, 57.267044219236602 ], [ -6.076435626282789, 57.26621656261549 ], [ -6.073181978205181, 57.266511046691946 ], [ -6.072018597174888, 57.267097330149547 ], [ -6.071698330230075, 57.266752526498557 ], [ -6.070209071011334, 57.266868278542795 ], [ -6.067796773718515, 57.268169440605085 ], [ -6.065302612799538, 57.270309483660824 ], [ -6.061936921489383, 57.27222589792553 ], [ -6.059800007293727, 57.273922630540611 ], [ -6.05724258056298, 57.275043926917377 ], [ -6.054933199520676, 57.275554677874858 ], [ -6.051386270349431, 57.277341760837835 ], [ -6.048812664796475, 57.278018285590939 ], [ -6.046897577661065, 57.277224890100122 ], [ -6.042734160921787, 57.276879773391279 ], [ -6.042549842448269, 57.2758812880733 ], [ -6.043500634675996, 57.275348001378411 ], [ -6.042497612504685, 57.275904551370552 ], [ -6.042328406931575, 57.277508802598881 ], [ -6.041101102701503, 57.278851280881447 ], [ -6.039143105803891, 57.27984498573209 ], [ -6.036822086692756, 57.282374494951497 ], [ -6.031049881595703, 57.285158695023178 ], [ -6.027389470746516, 57.285775238221881 ], [ -6.026479185479714, 57.286865500251139 ], [ -6.024836637645409, 57.287713967180849 ], [ -6.020659556348702, 57.287708435995533 ], [ -6.017892446143605, 57.286623567093912 ], [ -6.014805633294496, 57.284843891720811 ], [ -6.013401121679864, 57.283033752186121 ], [ -6.010715577296426, 57.281091888612892 ], [ -6.009829384719087, 57.281019489153799 ], [ -6.009651674552371, 57.280714043032241 ], [ -6.009002385434112, 57.281002741755707 ], [ -6.008003335567839, 57.280274821929765 ], [ -6.006389254431245, 57.280134818242267 ], [ -6.00532705932054, 57.279649878423903 ], [ -6.002405247826972, 57.276933087885709 ], [ -6.00255419005502, 57.276348357690644 ], [ -5.999801105239492, 57.274294235223209 ], [ -5.99953048401351, 57.273284970873725 ], [ -5.997689572433088, 57.272198944163435 ], [ -5.996558885025071, 57.272242145541718 ], [ -5.996163995806737, 57.271463429152 ], [ -5.993884050739757, 57.270444379981342 ], [ -5.991069143131527, 57.270461086925948 ], [ -5.988912351391511, 57.270883931637727 ], [ -5.987586366658257, 57.270748026335134 ], [ -5.987022411035039, 57.270168880932054 ], [ -5.986688139674498, 57.270852991232474 ], [ -5.986067314837893, 57.270959930359915 ], [ -5.981256061282806, 57.269307068988887 ], [ -5.981542960578441, 57.268583114940498 ], [ -5.98290549197465, 57.269011956665935 ], [ -5.982904132875418, 57.267940168966739 ], [ -5.979711274441228, 57.267851723735312 ], [ -5.978912381947097, 57.267354626682 ], [ -5.977061492313556, 57.267812529349598 ], [ -5.976391231135535, 57.268276165221188 ], [ -5.974953341917745, 57.270101196208223 ], [ -5.973519132608214, 57.269284293066484 ], [ -5.971645004715318, 57.269374183813412 ], [ -5.969412378543677, 57.268801898324845 ], [ -5.96881422835401, 57.268996154317342 ], [ -5.969029109797232, 57.268587425562707 ], [ -5.968511891418048, 57.268346615030971 ], [ -5.963094938568887, 57.266883971099631 ], [ -5.962256348790925, 57.266339470339226 ], [ -5.95330749096061, 57.264063518203614 ], [ -5.953107528986271, 57.263483555521866 ], [ -5.952502273748303, 57.263828119552038 ], [ -5.95186650003309, 57.263470487967126 ], [ -5.946486058253171, 57.262583269294808 ], [ -5.94428908002825, 57.260894459149988 ], [ -5.939234367544284, 57.259245896186314 ], [ -5.937420794409963, 57.259199406567113 ], [ -5.93664670706125, 57.258911680588248 ], [ -5.93672652920834, 57.259612324985383 ], [ -5.935407587388761, 57.260391008895382 ], [ -5.93544548623919, 57.261522769632727 ], [ -5.935923316209601, 57.261413372280352 ], [ -5.935883299220444, 57.262048539447719 ], [ -5.93673141372915, 57.262997533948244 ], [ -5.936340471077763, 57.263765096051877 ], [ -5.93237537179396, 57.262841869579908 ], [ -5.929483295504108, 57.264042920608759 ], [ -5.927754279037861, 57.264168976242992 ], [ -5.922446644489471, 57.262635556670432 ], [ -5.922054790882925, 57.262773685413805 ], [ -5.921634028008015, 57.262094480876868 ], [ -5.916893133303959, 57.260111529337777 ], [ -5.915770537026589, 57.258213373158405 ], [ -5.91320199116763, 57.257227992355048 ], [ -5.911353547722456, 57.255757053776023 ], [ -5.906278881810433, 57.254070957854395 ], [ -5.904702392281836, 57.25290796442475 ], [ -5.907376076466565, 57.250680256106953 ], [ -5.90795661762414, 57.248880052629048 ], [ -5.907736217422636, 57.248162198207233 ], [ -5.905578979812707, 57.247543309472654 ], [ -5.907803835240014, 57.248033311521432 ], [ -5.907948875583552, 57.24708558093586 ], [ -5.909404280253411, 57.245481107012125 ], [ -5.909541552082758, 57.244038180696776 ], [ -5.910474900533836, 57.243283474945578 ], [ -5.910746119684105, 57.242431612642143 ], [ -5.91251373566764, 57.242600392750113 ], [ -5.914248530701141, 57.241350401721206 ], [ -5.912124705643347, 57.242403919453174 ], [ -5.910622308940486, 57.241811457309147 ], [ -5.908613970894859, 57.241655545950643 ], [ -5.906583807458915, 57.241904002724972 ], [ -5.904603858687085, 57.241342524171337 ], [ -5.904162922690697, 57.241532480278778 ], [ -5.904659923366815, 57.24213832868088 ], [ -5.904093390886681, 57.241611971174578 ], [ -5.902536533120093, 57.241302544550813 ], [ -5.901560557612094, 57.241451587010147 ], [ -5.898711519927553, 57.239868630638981 ], [ -5.898475206689705, 57.239296021494141 ], [ -5.89767710522698, 57.239715546334764 ], [ -5.895429572373888, 57.239726906349489 ], [ -5.89149324258943, 57.238569577316966 ], [ -5.887680284813399, 57.238438727834087 ], [ -5.885806200733085, 57.237995963956955 ], [ -5.885089558387606, 57.238040637338848 ], [ -5.884247130035309, 57.23838681806955 ], [ -5.884515351532177, 57.23866623987459 ], [ -5.883330753902754, 57.238960067903093 ], [ -5.88127402854265, 57.238483327628543 ], [ -5.878772623356936, 57.23910736682204 ], [ -5.875793617525213, 57.241120896311294 ], [ -5.875837595807389, 57.242975364605513 ], [ -5.873613635160441, 57.243670746033672 ], [ -5.873255538383398, 57.244256351287518 ], [ -5.873648890692793, 57.244669501029321 ], [ -5.872709551281833, 57.245042867936327 ], [ -5.871028829441462, 57.246554034149987 ], [ -5.868242986658886, 57.247382636337257 ], [ -5.868044900395473, 57.246490504881237 ], [ -5.864927479316638, 57.247242037117026 ], [ -5.86206091468972, 57.248616061897025 ], [ -5.861717393011178, 57.249453837837599 ], [ -5.858955324369503, 57.249372470676583 ], [ -5.858210875928936, 57.248995248535898 ], [ -5.857184094136791, 57.249328024357574 ], [ -5.855887772344597, 57.248828386243993 ], [ -5.856292083438254, 57.249760049904459 ], [ -5.851443514317747, 57.253761729520633 ], [ -5.851743216427581, 57.254089704552349 ], [ -5.850818245533245, 57.253731465908793 ], [ -5.846714566358733, 57.255183536033563 ], [ -5.847970039814017, 57.254178484248435 ], [ -5.848072722110554, 57.253572920072116 ], [ -5.847413315749762, 57.253215504835715 ], [ -5.8464661938027, 57.253518772755989 ], [ -5.846674535507942, 57.252653720175665 ], [ -5.844636528869969, 57.25275663587221 ], [ -5.845358046693035, 57.251403821144059 ], [ -5.847289801248009, 57.250521908885482 ], [ -5.848041984918756, 57.250656192618713 ], [ -5.848275151605626, 57.251539179078755 ], [ -5.848669377087197, 57.250866229634205 ], [ -5.849950858362828, 57.250826919865553 ], [ -5.850088912668344, 57.251195822709953 ], [ -5.850824736692182, 57.251173244496506 ], [ -5.850182505692453, 57.250424195886758 ], [ -5.850992721806331, 57.250399333852663 ], [ -5.851469259622299, 57.250038543637295 ], [ -5.850304020146178, 57.250078798439013 ], [ -5.850107317000664, 57.249783625638337 ], [ -5.848836777477772, 57.250245192407711 ], [ -5.848268518433204, 57.249965908339348 ], [ -5.848698127630239, 57.249552620499045 ], [ -5.847832862595624, 57.249606129886821 ], [ -5.848185437477097, 57.248772615729287 ], [ -5.850452811155881, 57.247691540536643 ], [ -5.852835464742577, 57.247365748207869 ], [ -5.855611639535767, 57.246441584688696 ], [ -5.857316901490154, 57.24628487475173 ], [ -5.858706734046375, 57.246775327359707 ], [ -5.858720761446206, 57.245784051373285 ], [ -5.861687373969002, 57.24392508564322 ], [ -5.862883043741546, 57.242139771549923 ], [ -5.861026820177393, 57.243318717571114 ], [ -5.860794527287394, 57.24285831582791 ], [ -5.857376111709436, 57.244361608323473 ], [ -5.856783331894084, 57.243895198357485 ], [ -5.855989904381834, 57.244015791662569 ], [ -5.854774411270684, 57.24498553959657 ], [ -5.853574630603484, 57.245169850734541 ], [ -5.847928054966427, 57.247355390564465 ], [ -5.844634569024146, 57.249079268608199 ], [ -5.844191120802303, 57.24896248118916 ], [ -5.844421238621907, 57.248703675820877 ], [ -5.843716658373078, 57.248707277698628 ], [ -5.843403537123115, 57.249045049739159 ], [ -5.841242118056552, 57.249394457409046 ], [ -5.840873235206499, 57.249913754503162 ], [ -5.835609953463249, 57.251221124859434 ], [ -5.834389839150952, 57.251770911905638 ], [ -5.834519596523811, 57.252221003620939 ], [ -5.832835726512072, 57.253256982905086 ], [ -5.831111721322923, 57.25326916586048 ], [ -5.829419327276573, 57.254224436044559 ], [ -5.828813749619964, 57.254144010433762 ], [ -5.827688007230813, 57.254645893338214 ], [ -5.827221238618932, 57.254624164441637 ], [ -5.827430320263685, 57.25432107877127 ], [ -5.826917771765806, 57.254417630437345 ], [ -5.82452086554231, 57.255299905629442 ], [ -5.823480703863423, 57.255987955480684 ], [ -5.823698319064167, 57.256246564845178 ], [ -5.825649820878785, 57.255467797167043 ], [ -5.826011191422654, 57.255401035346686 ], [ -5.825924761745441, 57.255639239178755 ], [ -5.823137094832006, 57.257153788366622 ], [ -5.821543995845603, 57.256910096112442 ], [ -5.820962269238059, 57.256019701719048 ], [ -5.81975825063558, 57.255687716437571 ], [ -5.821240359271994, 57.257341925996066 ], [ -5.819699548120782, 57.257842883815783 ], [ -5.819842554014311, 57.257541823341079 ], [ -5.816832313632818, 57.257471567705814 ], [ -5.815352046842606, 57.256554526373804 ], [ -5.814107176679761, 57.256228224920704 ], [ -5.813065648738537, 57.256183449411402 ], [ -5.812662611817553, 57.256537356814292 ], [ -5.812683023802863, 57.256253516399624 ], [ -5.810821456323015, 57.256220145623359 ], [ -5.808773667335652, 57.257113987099196 ], [ -5.808208023323409, 57.258142650903643 ], [ -5.806092094407743, 57.258458587605872 ], [ -5.803450750900204, 57.25979291691015 ], [ -5.803450671295488, 57.260354861678067 ], [ -5.802309033443385, 57.261270577866306 ], [ -5.801637128173519, 57.261030190134143 ], [ -5.799577157526883, 57.261569094405303 ], [ -5.798116522567369, 57.262530390460832 ], [ -5.797256200385258, 57.262232743472161 ], [ -5.796241832784831, 57.262614078481207 ], [ -5.796054723547746, 57.263374985171282 ], [ -5.794659490137654, 57.264006087109557 ], [ -5.794597651336439, 57.263405557177329 ], [ -5.793846736977635, 57.263203480659513 ], [ -5.791912348364741, 57.263513683224964 ], [ -5.791366142757883, 57.263930283614201 ], [ -5.791847398453367, 57.264333828577044 ], [ -5.791136845356852, 57.265249898533988 ], [ -5.792184145593272, 57.265348632011268 ], [ -5.792773881454981, 57.265757887485989 ], [ -5.791638436577539, 57.265931551989297 ], [ -5.790919105380365, 57.265472259281147 ], [ -5.789760688970177, 57.265664582584904 ], [ -5.786951952908261, 57.267318282505038 ], [ -5.785985485659305, 57.267199084610468 ], [ -5.785555492009362, 57.267940323539513 ], [ -5.784294480894668, 57.268104219914981 ], [ -5.783761322349851, 57.267679733761462 ], [ -5.782814629791558, 57.267672302647817 ], [ -5.776832885535839, 57.270999257715367 ], [ -5.775870044757754, 57.270592161275253 ], [ -5.771205341809011, 57.271959644735318 ], [ -5.770114295291146, 57.271596815325012 ], [ -5.766817828683203, 57.272064399769135 ], [ -5.764881074149041, 57.271870753372148 ], [ -5.763131579669494, 57.271235405786612 ], [ -5.760382108049303, 57.271452658971356 ], [ -5.753794654078717, 57.273340090766311 ], [ -5.753471070855508, 57.274725365990172 ], [ -5.752575063213004, 57.272936000453861 ], [ -5.748130867703947, 57.274002013482217 ], [ -5.746444884173965, 57.273907585925876 ], [ -5.743165569917489, 57.274826265330447 ], [ -5.738411409260915, 57.274609190384922 ], [ -5.73535468939189, 57.273600603439576 ], [ -5.729480498113599, 57.272957985426459 ], [ -5.72707521385751, 57.273906013306259 ], [ -5.725873292337548, 57.273739398023423 ], [ -5.723677534131878, 57.273953790297718 ], [ -5.723637470936575, 57.273754485448841 ], [ -5.724669787705414, 57.273721165386632 ], [ -5.728094640433046, 57.272597261356587 ], [ -5.728181790285963, 57.271982403645836 ], [ -5.730199259482943, 57.27218860044561 ], [ -5.731312883317182, 57.271860609287486 ], [ -5.73327583484024, 57.272003643647579 ], [ -5.735610829237515, 57.271019822096335 ], [ -5.739898090454926, 57.270271807624972 ], [ -5.741147455700581, 57.270644561293587 ], [ -5.740430865218324, 57.271253013707685 ], [ -5.740168125872418, 57.272441333290729 ], [ -5.741132059019725, 57.272617601590895 ], [ -5.742211722856498, 57.27063261987049 ], [ -5.740710394229781, 57.269265809847582 ], [ -5.733265374741188, 57.271458215210153 ], [ -5.729884945756127, 57.271854492621095 ], [ -5.727539646211096, 57.271819858902141 ], [ -5.726302201746249, 57.272384351371159 ], [ -5.726057463413188, 57.272147067466207 ], [ -5.724080736735943, 57.272507809799485 ], [ -5.723247877917739, 57.272330221849863 ], [ -5.723066008068324, 57.27168019188619 ], [ -5.722078193090225, 57.271742748761135 ], [ -5.721065587162627, 57.272200724952363 ], [ -5.721667889272484, 57.272675562350074 ], [ -5.72066332589409, 57.272966968141198 ], [ -5.719698971192612, 57.272818427760839 ], [ -5.718751658895041, 57.273052379238173 ], [ -5.71725294427901, 57.272509671722894 ], [ -5.716646031816004, 57.270754675591753 ], [ -5.71585048623631, 57.270189335310576 ], [ -5.715021041489925, 57.270110490825644 ], [ -5.716300949429582, 57.269061154730863 ], [ -5.71495154935861, 57.269092103981741 ], [ -5.713965454235492, 57.269516871687841 ], [ -5.714013825995496, 57.270243686149087 ], [ -5.712227646770888, 57.271622642140677 ], [ -5.711010358573068, 57.2712360697872 ], [ -5.71134546146225, 57.270196731426417 ], [ -5.717483512858507, 57.26680094213048 ], [ -5.720339042670253, 57.266320753760517 ], [ -5.723582437730276, 57.265163680233272 ], [ -5.727584152229299, 57.264779683402587 ], [ -5.729455580352766, 57.263923918437087 ], [ -5.731255367885283, 57.262607229175735 ], [ -5.733693737688053, 57.261650029507969 ], [ -5.733558895673233, 57.261219785993724 ], [ -5.732017216250911, 57.260790921546651 ], [ -5.728043951137776, 57.260549366049922 ], [ -5.722339719541012, 57.261321039167285 ], [ -5.718887530911303, 57.261063739698415 ], [ -5.716193428464382, 57.261413253002431 ], [ -5.714009582956619, 57.262134210414303 ], [ -5.712851416344574, 57.262002145950589 ], [ -5.713511062233458, 57.262373727237417 ], [ -5.713284593181256, 57.262596203555383 ], [ -5.71138978618255, 57.262234175976396 ], [ -5.709125496686291, 57.262404498017908 ], [ -5.708806071023108, 57.262198160409355 ], [ -5.70640295624936, 57.262390516230525 ], [ -5.704205014566881, 57.263138686668874 ], [ -5.70209581663585, 57.262706425785737 ], [ -5.699667571823203, 57.263227550522402 ], [ -5.692970048774005, 57.263451742902255 ], [ -5.692235949892607, 57.263163162253342 ], [ -5.691779338010509, 57.263491263218931 ], [ -5.68846315391654, 57.26285152186604 ], [ -5.686440180204351, 57.263113237024434 ], [ -5.684579866959338, 57.264089389902175 ], [ -5.681542444362359, 57.264412263816169 ], [ -5.679361441093985, 57.264089616393235 ], [ -5.677987365591612, 57.264287218759399 ], [ -5.675114667624634, 57.263849905002076 ], [ -5.670796648848297, 57.264893281595988 ], [ -5.669608869096739, 57.264379588555173 ], [ -5.668509428508223, 57.264919686755675 ], [ -5.667101117478293, 57.264857444512479 ], [ -5.664575293540126, 57.264319852330679 ], [ -5.662439866817476, 57.264454096882744 ], [ -5.66149942631515, 57.264090445889714 ], [ -5.660911878373851, 57.263019735725635 ], [ -5.659781535619651, 57.261996316582795 ], [ -5.6586697001886, 57.261660118981993 ], [ -5.656435088905106, 57.259037085867256 ], [ -5.655242014691825, 57.258298656154793 ], [ -5.652626043827809, 57.257430812575009 ], [ -5.651381896856607, 57.257682782112504 ], [ -5.650073095027428, 57.257365727050498 ], [ -5.649935031275009, 57.256641517283043 ], [ -5.649275780158126, 57.257020303162577 ], [ -5.649336870580044, 57.256631938734685 ], [ -5.648690859762905, 57.256641729170305 ], [ -5.647590697503272, 57.255163315160864 ], [ -5.648069889120263, 57.254641429473345 ], [ -5.648609395600701, 57.254729137188974 ], [ -5.648305108914407, 57.254252499521016 ], [ -5.649055830379467, 57.253457499005975 ], [ -5.648861530757411, 57.252667495178528 ], [ -5.649247964835137, 57.252382051843561 ], [ -5.648771958061616, 57.25201379813501 ], [ -5.649969190376924, 57.250284289617795 ], [ -5.650971705370314, 57.249436999977824 ], [ -5.652488404943102, 57.248925365275618 ], [ -5.654025100493721, 57.247109513706867 ], [ -5.653825362721901, 57.246683787513511 ], [ -5.659435279521878, 57.244052442223818 ], [ -5.662785030779041, 57.240210174031169 ], [ -5.665487097369912, 57.238450047335192 ], [ -5.667243128410789, 57.235431867049499 ], [ -5.667107247421483, 57.2340647844605 ], [ -5.667742923215889, 57.232787530808793 ], [ -5.667410365290424, 57.231776827801454 ], [ -5.665981075699524, 57.230739736721901 ], [ -5.666260011646453, 57.230210135937519 ], [ -5.664954784102758, 57.229169409112011 ], [ -5.665015387644579, 57.22769319433332 ], [ -5.663707677713444, 57.227043616125599 ], [ -5.663460529934032, 57.226223706510346 ], [ -5.662512547967858, 57.225941213098942 ], [ -5.66331433769467, 57.225418829602354 ], [ -5.662656237411645, 57.225217777536834 ], [ -5.663186593852257, 57.224298746011272 ], [ -5.664044593246365, 57.223842144476151 ], [ -5.663473088153738, 57.223845349602257 ], [ -5.664302527123541, 57.222099440969465 ], [ -5.663960129022517, 57.221071037449867 ], [ -5.665639409387181, 57.220540984617685 ], [ -5.66631510604234, 57.220669581456434 ], [ -5.665687044263112, 57.219685492803386 ], [ -5.667411159552419, 57.219023741723973 ], [ -5.669332740710205, 57.216014153396564 ], [ -5.668049093222202, 57.212851065840113 ], [ -5.669044188636178, 57.21110926180782 ], [ -5.669067266270974, 57.209090208861078 ], [ -5.672137926531774, 57.207979911833995 ], [ -5.672959469839619, 57.206328562278983 ], [ -5.676947885940843, 57.205038419105811 ], [ -5.677771351070711, 57.204407408209633 ], [ -5.680463921740994, 57.203415870259811 ], [ -5.682703841609126, 57.201623915205907 ], [ -5.686832578444876, 57.199839331899575 ], [ -5.688375187327912, 57.198782521693502 ], [ -5.691315246857901, 57.198534177427611 ], [ -5.693353933535204, 57.197885259193988 ], [ -5.6945654757145, 57.196667296245941 ], [ -5.694255587092631, 57.195224434136477 ], [ -5.695105692406803, 57.194947646400152 ], [ -5.695083918745432, 57.194647100639173 ], [ -5.696179718447954, 57.194425999272674 ], [ -5.696571684339802, 57.193708676177238 ], [ -5.697043480214196, 57.193375596908233 ], [ -5.697637296308585, 57.193434507303706 ], [ -5.697933556636132, 57.192836880462494 ], [ -5.699915551206547, 57.192535661303019 ], [ -5.700449215689575, 57.191993956732269 ], [ -5.701294008799525, 57.191995993238727 ], [ -5.701488261569178, 57.19145531214938 ], [ -5.702287966319872, 57.191090054036252 ], [ -5.703817848346916, 57.190905513485006 ], [ -5.706853696175138, 57.189638010365186 ], [ -5.708329237228299, 57.188830164176395 ], [ -5.709164163194189, 57.187744559426143 ], [ -5.711348282949863, 57.186821306855855 ], [ -5.712119133238776, 57.186088215911425 ], [ -5.713355949813233, 57.186038102100326 ], [ -5.715590884367292, 57.185045835969738 ], [ -5.716481819263884, 57.184273193737887 ], [ -5.719135701372895, 57.183250458591843 ], [ -5.721277427768302, 57.182980113493194 ], [ -5.723305949748784, 57.182079242225136 ], [ -5.727485990434483, 57.180925572733926 ], [ -5.732985210908594, 57.179804408332721 ], [ -5.735000838404814, 57.178944182191699 ], [ -5.739074475633236, 57.178382185332097 ], [ -5.743045834943731, 57.17860981038325 ], [ -5.745675459160449, 57.177767034698455 ], [ -5.748123351118347, 57.17750055854524 ], [ -5.75031633064627, 57.176679728632848 ], [ -5.750838571979103, 57.176034737917504 ], [ -5.750450132919749, 57.175142773603561 ], [ -5.75099540116352, 57.174888197829709 ], [ -5.750845850983, 57.174474595301461 ], [ -5.752602573865185, 57.174332104031095 ], [ -5.752928787574889, 57.173387280282633 ], [ -5.754092543716222, 57.173518761992099 ], [ -5.757793889806458, 57.172396364993638 ], [ -5.759374480272598, 57.172232084195493 ], [ -5.761072994524558, 57.171030283338666 ], [ -5.765411013638697, 57.169825608448136 ], [ -5.765159966381614, 57.169554429965601 ], [ -5.76590869954989, 57.16999946597744 ], [ -5.772421876324084, 57.169758636404325 ], [ -5.77569418849418, 57.16865759780417 ], [ -5.776000880280434, 57.168257247927045 ], [ -5.781074120170618, 57.166886004696117 ], [ -5.782065433038281, 57.167274176886202 ], [ -5.785243839131313, 57.167524374657489 ], [ -5.787236189411586, 57.167990161403608 ], [ -5.78708499214377, 57.168372355787518 ], [ -5.788101243645196, 57.169326166742501 ], [ -5.791606112218763, 57.171063356981826 ], [ -5.792328752416824, 57.172057487633033 ], [ -5.795060941306149, 57.172954818737225 ], [ -5.795955202846951, 57.174087591813276 ], [ -5.798632380205833, 57.174447047507755 ], [ -5.802103354859111, 57.17697171234331 ], [ -5.803553879979714, 57.17707156241292 ], [ -5.804573253150306, 57.178290394838122 ], [ -5.80420616730153, 57.176975342106758 ], [ -5.808487321020923, 57.176188978101024 ], [ -5.806847013292616, 57.175371161360182 ], [ -5.806561626508858, 57.174287402967245 ], [ -5.805826982346193, 57.17382418994157 ], [ -5.80609679661762, 57.173550757536439 ], [ -5.804599686737508, 57.172755538965376 ], [ -5.805197890128627, 57.172054050753836 ], [ -5.804853841310985, 57.171605946978616 ], [ -5.803022901985824, 57.171989694659494 ], [ -5.802550649347045, 57.17174328034249 ], [ -5.802251311259685, 57.170844256258569 ], [ -5.803174786733504, 57.169845192454339 ], [ -5.802311414652879, 57.169255495615957 ], [ -5.80337172650046, 57.169587463801513 ], [ -5.803825237190746, 57.169169098215946 ], [ -5.803206870042112, 57.169030519776634 ], [ -5.802279676411135, 57.167336848636189 ], [ -5.800521690168279, 57.166576474948165 ], [ -5.801271297896899, 57.165335439944315 ], [ -5.799121275023299, 57.16486566476906 ], [ -5.799620626252207, 57.164490880050067 ], [ -5.799163744713762, 57.163506715589037 ], [ -5.798855678446436, 57.16324632067073 ], [ -5.798420840531389, 57.163362899787394 ], [ -5.798097068724939, 57.162788289494642 ], [ -5.797476198852288, 57.162946468109652 ], [ -5.797873733995624, 57.162385961699158 ], [ -5.797416296640325, 57.162121099311435 ], [ -5.798023383612458, 57.161909391675053 ], [ -5.797207661784588, 57.1617812629597 ], [ -5.797109162406588, 57.160660356325508 ], [ -5.795965909265426, 57.160726462446306 ], [ -5.796223808589673, 57.160498367165111 ], [ -5.795740715012495, 57.16014436522282 ], [ -5.796718993421226, 57.160083259485013 ], [ -5.797722808910219, 57.159271511489486 ], [ -5.798630802416668, 57.159283550456017 ], [ -5.799377857552636, 57.158646806642153 ], [ -5.800063133733405, 57.156651570990725 ], [ -5.799587563920914, 57.15608066923437 ], [ -5.797819264787023, 57.155987722450789 ], [ -5.797289777316752, 57.155680988084235 ], [ -5.798982834134994, 57.154299877584926 ], [ -5.798859601928536, 57.153679628498416 ], [ -5.797641408893473, 57.152755404139839 ], [ -5.799035093076878, 57.152246513758236 ], [ -5.799331994696836, 57.150868159200769 ], [ -5.803346788979363, 57.149111755395616 ], [ -5.802430891122142, 57.148215264422106 ], [ -5.804330888514917, 57.147581250488507 ], [ -5.80309142103854, 57.146481498928921 ], [ -5.802017099044028, 57.146280336514323 ], [ -5.805808510074888, 57.145767807635124 ], [ -5.803469061697199, 57.144667304875654 ], [ -5.803302428088517, 57.14483240663278 ], [ -5.803302412455296, 57.144461970878794 ], [ -5.80249116019151, 57.145178916892121 ], [ -5.802557593260096, 57.144859512289834 ], [ -5.802047215968599, 57.144963116058804 ], [ -5.802492557649703, 57.14540185540767 ], [ -5.801562347040659, 57.145717802933561 ], [ -5.800928063241208, 57.146515682700098 ], [ -5.799838284383535, 57.14676003284989 ], [ -5.799148649069122, 57.146358363580774 ], [ -5.799295360494683, 57.145821638286954 ], [ -5.798481088986854, 57.145913763050565 ], [ -5.7989270116233, 57.145407526943366 ], [ -5.798532899537221, 57.144919569259933 ], [ -5.799815949666623, 57.144737700455323 ], [ -5.800663525676054, 57.144229164534941 ], [ -5.800506702452564, 57.144038813985262 ], [ -5.798960597858832, 57.144235860524986 ], [ -5.799700384267714, 57.143579548319444 ], [ -5.800912634114643, 57.144110116448019 ], [ -5.800949262671992, 57.143500303521066 ], [ -5.800254522171985, 57.142838951494184 ], [ -5.801127686489263, 57.142499568208109 ], [ -5.800170616843081, 57.142230997079992 ], [ -5.801215039559623, 57.142045561255173 ], [ -5.79996647695487, 57.141692325293754 ], [ -5.797857960857288, 57.142371260990068 ], [ -5.794363162631101, 57.142451087454063 ], [ -5.793126594786446, 57.141891524018384 ], [ -5.793270056315422, 57.143001181014476 ], [ -5.792033520675118, 57.142990963458281 ], [ -5.792329266952519, 57.142455131095119 ], [ -5.789938031642957, 57.141375734021693 ], [ -5.789064423065307, 57.139869175948604 ], [ -5.787651971667951, 57.139237557602492 ], [ -5.788271555221111, 57.138908628890853 ], [ -5.787323534405205, 57.138451774924377 ], [ -5.787715336679056, 57.138240325961299 ], [ -5.788144638654416, 57.138395478104833 ], [ -5.788542068583756, 57.137835001105628 ], [ -5.790486879052319, 57.137367071059664 ], [ -5.79676920207015, 57.13694753665466 ], [ -5.797743159767927, 57.136769657877522 ], [ -5.798009956087042, 57.136307515514353 ], [ -5.800888929516846, 57.137290139075859 ], [ -5.801624374666814, 57.13728580354779 ], [ -5.80228853208664, 57.136667732291947 ], [ -5.802142287029828, 57.137256597589058 ], [ -5.803157268225816, 57.137800321695046 ], [ -5.80484659769403, 57.137599766828991 ], [ -5.805940292992643, 57.137058539300455 ], [ -5.806052981177289, 57.135291044026665 ], [ -5.805386541273883, 57.134984912205972 ], [ -5.806093880618648, 57.134160507726541 ], [ -5.805644400854872, 57.133680548644534 ], [ -5.804869016280532, 57.133697810855921 ], [ -5.806269770734079, 57.133345955655138 ], [ -5.806182308322055, 57.131352568602885 ], [ -5.804961615135692, 57.131299745598646 ], [ -5.803453191689259, 57.131745667867769 ], [ -5.801902329016595, 57.131617424289573 ], [ -5.798679596994784, 57.13234099010932 ], [ -5.798382837206721, 57.131962470851157 ], [ -5.797686866412617, 57.131947610021726 ], [ -5.799269736594971, 57.130856632247635 ], [ -5.799084191199249, 57.130579038644697 ], [ -5.800078276349568, 57.129712703525378 ], [ -5.799653179629397, 57.129195121482077 ], [ -5.798751332443506, 57.129429274419842 ], [ -5.79842849076397, 57.129263738058427 ], [ -5.800133139324094, 57.128474753136338 ], [ -5.801137002880606, 57.127140570196673 ], [ -5.800636099530217, 57.127011912823527 ], [ -5.800903363757956, 57.126797005110291 ], [ -5.801696551453355, 57.12735735727523 ], [ -5.802760540909368, 57.127414967840494 ], [ -5.803674575938291, 57.127863744639292 ], [ -5.80544685813596, 57.127171533157764 ], [ -5.80409895352618, 57.126120051831784 ], [ -5.803471314246298, 57.126125627506944 ], [ -5.803922932196674, 57.125693821166394 ], [ -5.803484153434252, 57.12528456163006 ], [ -5.803736281977014, 57.124197961680856 ], [ -5.804733806507843, 57.123094112124917 ], [ -5.804311413765425, 57.12110550439732 ], [ -5.806514821684682, 57.120107959521889 ], [ -5.808826204671502, 57.11992079451759 ], [ -5.810025161717083, 57.119524673648655 ], [ -5.810376135571772, 57.120044476888182 ], [ -5.811365775385389, 57.120104273063411 ], [ -5.813704294694309, 57.119538559685957 ], [ -5.814141082853547, 57.11912514677126 ], [ -5.813260581919327, 57.118117969965752 ], [ -5.815712530560845, 57.116006763243888 ], [ -5.815963104464435, 57.114106469557626 ], [ -5.817082512986381, 57.113582327178193 ], [ -5.817512128788754, 57.112939841936992 ], [ -5.818040838802601, 57.113099051091197 ], [ -5.819523625800845, 57.112172684852538 ], [ -5.820351098013927, 57.112264327044386 ], [ -5.821641675300148, 57.111878779405281 ], [ -5.823742228216512, 57.109333054581739 ], [ -5.826173982239541, 57.109038479264655 ], [ -5.825923210134437, 57.108610064504965 ], [ -5.827469844339315, 57.108225619856064 ], [ -5.827912546720644, 57.107632146399951 ], [ -5.829108970698818, 57.107537117871466 ], [ -5.829177712941664, 57.109162442858747 ], [ -5.829708000821206, 57.1094968850269 ], [ -5.831204126519627, 57.109343217757498 ], [ -5.833623029847499, 57.108301710226257 ], [ -5.835406491073756, 57.108114916549987 ], [ -5.83632992103191, 57.108415708260544 ], [ -5.836798359472213, 57.108199947900225 ], [ -5.837508170739265, 57.108863334576206 ], [ -5.838641716360944, 57.109198130703767 ], [ -5.838776732058939, 57.109847662480462 ], [ -5.839480980610988, 57.110105699519437 ], [ -5.845942928433137, 57.110478327224961 ], [ -5.847697894107563, 57.109873235575932 ], [ -5.84808732267407, 57.110313534368863 ], [ -5.846792971527375, 57.111742477492626 ], [ -5.847464292402607, 57.112175915731321 ], [ -5.846930788933959, 57.11173284841086 ], [ -5.847710337768872, 57.1110597166603 ], [ -5.849907324352826, 57.111957858478483 ], [ -5.851944563265872, 57.111413261532107 ], [ -5.853287688716497, 57.11158413107286 ], [ -5.852574260176342, 57.111477507749143 ], [ -5.852782671445182, 57.110986457779632 ], [ -5.855632609568716, 57.109152593830714 ], [ -5.854710863665804, 57.106819828167431 ], [ -5.855885938590565, 57.105424139287379 ], [ -5.855393530288318, 57.103342502901519 ], [ -5.858078985036149, 57.102999020761473 ], [ -5.860118513339474, 57.102259993359439 ], [ -5.861300181492868, 57.10067702118684 ], [ -5.860818604957525, 57.098860314817884 ], [ -5.864017859117325, 57.095365524438485 ], [ -5.863655908792114, 57.093952447801584 ], [ -5.865148041673287, 57.093751728018688 ], [ -5.864813001914587, 57.093215391357901 ], [ -5.867042723089875, 57.092580061757872 ], [ -5.866743949331975, 57.092154103919633 ], [ -5.868049408555457, 57.091922249444238 ], [ -5.86823400544143, 57.091348282261592 ], [ -5.869751993600754, 57.090747483432864 ], [ -5.870532198313381, 57.08993030843709 ], [ -5.870416892078716, 57.088983471956901 ], [ -5.870988610020438, 57.088210504429156 ], [ -5.87048505280193, 57.08746809356591 ], [ -5.870635014495715, 57.086531036521073 ], [ -5.876794779618261, 57.084189609437026 ], [ -5.877072695815993, 57.083625323037651 ], [ -5.878429197348132, 57.084280136808388 ], [ -5.881194397117207, 57.084098203101291 ], [ -5.882463718271582, 57.083619144800316 ], [ -5.882278930161155, 57.083210366251606 ], [ -5.882681203738615, 57.083377717830665 ], [ -5.883325504949974, 57.082828123775542 ], [ -5.88531130648411, 57.082332195627352 ], [ -5.885419960940784, 57.081824394820089 ], [ -5.886094385399463, 57.082162218072483 ], [ -5.888542665202118, 57.081305698947176 ], [ -5.886482605159942, 57.079530914297017 ], [ -5.887132687446594, 57.079100706772991 ], [ -5.886280023997694, 57.077990653317876 ], [ -5.886360968370838, 57.077218459845412 ], [ -5.886627530459049, 57.077430474810022 ], [ -5.887081869561636, 57.07729137959489 ], [ -5.886973818712288, 57.07679570277957 ], [ -5.889408360118606, 57.074614224472612 ], [ -5.890492268484495, 57.072527745378892 ], [ -5.893690617327604, 57.071683753834833 ], [ -5.894567171338337, 57.069826677894554 ], [ -5.896749634997942, 57.068853268813157 ], [ -5.897322348334023, 57.068176343527433 ], [ -5.896879190264846, 57.068058868865499 ], [ -5.897034111760578, 57.067065862469029 ], [ -5.896238414846401, 57.065869579637003 ], [ -5.897496158613611, 57.066011137025342 ], [ -5.898738895941508, 57.065538120826034 ], [ -5.898560706035717, 57.06470565185699 ], [ -5.897845025679799, 57.064224418901347 ], [ -5.895288267008757, 57.064632244083199 ], [ -5.895016816193881, 57.064451871035082 ], [ -5.893534393126412, 57.064795636715601 ], [ -5.893553514939046, 57.065088168641488 ], [ -5.893187174696354, 57.064711130637384 ], [ -5.894994300974241, 57.064410311316422 ], [ -5.894389745538779, 57.063430160985675 ], [ -5.892978491744595, 57.06240587753512 ], [ -5.892893921212446, 57.06178808695929 ], [ -5.89373572065541, 57.061190921463506 ], [ -5.894340744123425, 57.061625267554305 ], [ -5.895679455493975, 57.061564705757078 ], [ -5.896867502105732, 57.061924236578278 ], [ -5.897638942453685, 57.062764302022643 ], [ -5.898476146780421, 57.062847015526437 ], [ -5.898142818336422, 57.063979559554667 ], [ -5.900409241697647, 57.064092351753111 ], [ -5.902154615325779, 57.063597334173622 ], [ -5.902400100744134, 57.063090639714765 ], [ -5.90176008446504, 57.06240295781592 ], [ -5.903516397520229, 57.061871611511101 ], [ -5.904086344849006, 57.060621068046984 ], [ -5.903520711759622, 57.060012898116881 ], [ -5.901408727814082, 57.059608516288996 ], [ -5.901145188202567, 57.058906393378109 ], [ -5.899810880170742, 57.058756473570192 ], [ -5.899302588274148, 57.058159086976872 ], [ -5.899604980419578, 57.05794285290068 ], [ -5.900546900047811, 57.057845150644965 ], [ -5.90082769658069, 57.057533375980633 ], [ -5.902030467289925, 57.058159449831216 ], [ -5.903457714423073, 57.058078956377969 ], [ -5.905022124904226, 57.05917747015463 ], [ -5.905527139040835, 57.058455857768578 ], [ -5.905810768595193, 57.058642122145557 ], [ -5.906281366567121, 57.058252474905977 ], [ -5.905785854820308, 57.057652016315032 ], [ -5.906555323004106, 57.057248540116561 ], [ -5.906244379577092, 57.056692672899935 ], [ -5.907971655190091, 57.056186441970155 ], [ -5.907874570097865, 57.055922421556303 ], [ -5.909577607939783, 57.055954628401444 ], [ -5.910099305169189, 57.055674865457988 ], [ -5.910410558816002, 57.055042010625414 ], [ -5.909940470104788, 57.054260039864495 ], [ -5.910503327593367, 57.053807246499396 ], [ -5.911202891644747, 57.053853711780057 ], [ -5.911618372573465, 57.053411815239699 ], [ -5.912531537753157, 57.053340095936811 ], [ -5.914497153904358, 57.053688621666609 ], [ -5.914530790628033, 57.053130981123438 ], [ -5.915492760691781, 57.052880575492125 ], [ -5.916052147269959, 57.051926125315433 ], [ -5.91655427969574, 57.051962555910769 ], [ -5.916958126301451, 57.051536290246005 ], [ -5.916990347515378, 57.050871690852503 ], [ -5.918429137174182, 57.050371643811616 ], [ -5.918320167538475, 57.049291552020584 ], [ -5.918947588391664, 57.049499386556697 ], [ -5.91970446565845, 57.049214009893845 ], [ -5.919454556992788, 57.048925113469167 ], [ -5.920020401713709, 57.04859626605387 ], [ -5.920554089145318, 57.048807030137503 ], [ -5.920305814636922, 57.047595529876027 ], [ -5.919517719192773, 57.04720930602992 ], [ -5.923079909013444, 57.044275107991623 ], [ -5.923031765024844, 57.04352220847759 ], [ -5.923710778912919, 57.043594422100533 ], [ -5.923844781117003, 57.04319188231387 ], [ -5.925301423885592, 57.043005001785936 ], [ -5.926052302808921, 57.042383478665585 ], [ -5.926497692608959, 57.042570912109802 ], [ -5.926778572120778, 57.042247380722074 ], [ -5.927883146009433, 57.042241467923532 ], [ -5.928347369363986, 57.043324785481317 ], [ -5.92895533185242, 57.043208576313859 ], [ -5.929048453894194, 57.042544753588373 ], [ -5.929348843609245, 57.043248365886456 ], [ -5.930094930229737, 57.043658327781102 ], [ -5.930777382557299, 57.043575736170631 ], [ -5.931461242890373, 57.04300753879663 ], [ -5.930831599778693, 57.042092182315017 ], [ -5.931449263309847, 57.042177072129768 ], [ -5.931119120660277, 57.040942983538834 ], [ -5.931950358450235, 57.041175816140502 ], [ -5.932196569366704, 57.041819082320572 ], [ -5.93291265302828, 57.04214814529287 ], [ -5.934216118233349, 57.042010935300702 ], [ -5.934182645045817, 57.041258473538754 ], [ -5.934688142131844, 57.040953932945158 ], [ -5.934014592228633, 57.040730544963274 ], [ -5.934674015484698, 57.040337538151213 ], [ -5.935491475060788, 57.040549200464199 ], [ -5.936198945206151, 57.039519849827599 ], [ -5.936720214424666, 57.039925158816359 ], [ -5.937736675117507, 57.039991168458833 ], [ -5.937685735488797, 57.038887675254649 ], [ -5.940142862757056, 57.038991917963266 ], [ -5.94038327846813, 57.038614777815077 ], [ -5.942231955480143, 57.038471990398335 ], [ -5.942819312592218, 57.038131564435169 ], [ -5.943536296896795, 57.038562146726868 ], [ -5.943729711470992, 57.03789784263936 ], [ -5.944883536110703, 57.038124012597414 ], [ -5.946189790792741, 57.037828329159971 ], [ -5.945909419170934, 57.037471206848878 ], [ -5.946698808920578, 57.037698068606041 ], [ -5.947542381148407, 57.037565338163809 ], [ -5.947288529209139, 57.036557268332288 ], [ -5.9479818346218, 57.036935520849049 ], [ -5.949099395679436, 57.036572029333179 ], [ -5.949055862263155, 57.036115716771619 ], [ -5.950098427864509, 57.035590032259236 ], [ -5.949925161767939, 57.035294276804088 ], [ -5.952481036069001, 57.035987720685092 ], [ -5.955325985565961, 57.035320485172505 ], [ -5.955534337434779, 57.034798657540435 ], [ -5.956501155256733, 57.034414688133268 ], [ -5.956042799697204, 57.033672069758552 ], [ -5.957039055187646, 57.032759337848532 ], [ -5.95643942696617, 57.032176752004354 ], [ -5.957249989545448, 57.032231130458399 ], [ -5.957822794829239, 57.031895585929888 ], [ -5.958881830103589, 57.032006830695423 ], [ -5.958980770179982, 57.031278947738699 ], [ -5.9600857673854, 57.031063218359478 ], [ -5.960669883599669, 57.030478224730203 ], [ -5.958530845817417, 57.029546957789115 ], [ -5.960177098999464, 57.029366242992346 ], [ -5.959715051104725, 57.028279362983952 ], [ -5.960501370865687, 57.027611533856472 ], [ -5.962336423864905, 57.02734657819336 ], [ -5.963419985798128, 57.027766328647886 ], [ -5.963695722902385, 57.028496727110031 ], [ -5.964167974935596, 57.028394533208278 ], [ -5.964588482167898, 57.028704011956854 ], [ -5.965157861359712, 57.028383826455162 ], [ -5.965648636129123, 57.028548101023404 ], [ -5.965498916297454, 57.028133823677237 ], [ -5.966837669602077, 57.029600210653484 ], [ -5.966016867967306, 57.029820475167384 ], [ -5.966972876174967, 57.029878269131316 ], [ -5.96693894447569, 57.030456630587771 ], [ -5.967936496785804, 57.031397910363978 ], [ -5.969005654294461, 57.031372070193321 ], [ -5.969130581092712, 57.031090252299734 ], [ -5.970158678283831, 57.031745499939305 ], [ -5.971321858820132, 57.0319513457708 ], [ -5.972486781915677, 57.031787554430679 ], [ -5.97270219025213, 57.032059462750475 ], [ -5.972520064603103, 57.031666903425567 ], [ -5.973339189915301, 57.031091465333027 ], [ -5.974713553718761, 57.03114399877709 ], [ -5.974991804342997, 57.030815936936726 ], [ -5.976049390682187, 57.030836263207199 ], [ -5.977178948317124, 57.030373218099889 ], [ -5.977195656481665, 57.030066957870133 ], [ -5.976452954948608, 57.029829811447215 ], [ -5.977172990256433, 57.029469709331636 ], [ -5.976911344947975, 57.029104862765578 ], [ -5.977987513710677, 57.029376357449273 ], [ -5.978476141227797, 57.028857256984821 ], [ -5.979332019881235, 57.028996372968798 ], [ -5.979412111893643, 57.028589182394668 ], [ -5.980338627875988, 57.029234093351988 ], [ -5.980704149962, 57.028489605465481 ], [ -5.982450201166291, 57.028164241666502 ], [ -5.982089784852312, 57.027339460742624 ], [ -5.982733504668201, 57.027422365611329 ], [ -5.982868355480218, 57.028065497527997 ], [ -5.983395078217859, 57.028210574489286 ], [ -5.983940542031213, 57.027838009020883 ], [ -5.985032195355884, 57.028099957840105 ], [ -5.985624385634739, 57.027932712798645 ], [ -5.986297015365591, 57.027439185885321 ], [ -5.986224627766781, 57.026533295195414 ], [ -5.986686619464532, 57.026612981416925 ], [ -5.986722132971275, 57.02625216628703 ], [ -5.987914911452003, 57.02707286940101 ], [ -5.988359610311271, 57.026991243846751 ], [ -5.988231628264959, 57.026028678348986 ], [ -5.989231085847687, 57.026046248824215 ], [ -5.989272823711045, 57.025743682401412 ], [ -5.990271479697206, 57.025446547035841 ], [ -5.990157626265725, 57.025077009221675 ], [ -5.991516711969973, 57.023990543783768 ], [ -5.992299947554436, 57.024298242750497 ], [ -5.992608375995598, 57.02409955937955 ], [ -5.993180379586171, 57.024512911668658 ], [ -5.993979315335334, 57.024352509790617 ], [ -5.994017163133251, 57.024014096852007 ], [ -5.994840984423888, 57.024392420540572 ], [ -5.995161145407876, 57.023842663538353 ], [ -5.996324289130094, 57.024079748184469 ], [ -5.996528895616742, 57.023605617814312 ], [ -5.997479985599351, 57.023557226409153 ], [ -5.99717574834813, 57.022950993900558 ], [ -5.99850425154255, 57.022886030849627 ], [ -5.999451169526618, 57.022185828193194 ], [ -5.998753447273536, 57.021906911015122 ], [ -5.999766425238288, 57.021591253942468 ], [ -5.999534658444664, 57.020969219830263 ], [ -6.001942330327155, 57.020132333239104 ], [ -6.002813020377972, 57.020486623618659 ], [ -6.003372147735545, 57.020320349216675 ], [ -6.003614014042649, 57.021495070997311 ], [ -6.004770761775685, 57.02228529884227 ], [ -6.004310624987935, 57.022758637578619 ], [ -6.005505192029719, 57.02305757577691 ], [ -6.005396854971322, 57.023659025023193 ], [ -6.006101833030657, 57.024540148563389 ], [ -6.00751251076915, 57.024701757411144 ], [ -6.008419591674512, 57.025315617864749 ], [ -6.010775623477047, 57.025145639552612 ], [ -6.01211766224993, 57.023906618522844 ], [ -6.011496165792463, 57.023342070237497 ], [ -6.012338970096628, 57.023207117862981 ], [ -6.01323632427552, 57.022279095864782 ], [ -6.014115848011876, 57.022408221877292 ], [ -6.014629474880203, 57.021744290738326 ], [ -6.015572253083942, 57.021543159695398 ], [ -6.014870564808901, 57.021304922823262 ], [ -6.015144983746957, 57.020792546272162 ], [ -6.01561416908303, 57.020557167217575 ], [ -6.017644687581824, 57.020581848998376 ], [ -6.016260015921284, 57.018980768255311 ], [ -6.016486025190106, 57.018096766656797 ], [ -6.017117032872716, 57.017833701112401 ], [ -6.017818156484855, 57.01791457888028 ], [ -6.018771630616119, 57.018576330649196 ], [ -6.019080770586174, 57.020292897979679 ], [ -6.020230478786663, 57.020786471071787 ], [ -6.020017956323167, 57.021184466968165 ], [ -6.018266681673315, 57.020997980166882 ], [ -6.018622405767402, 57.02131476154976 ], [ -6.020627432177328, 57.021636958477565 ], [ -6.018919728949104, 57.021930162624656 ], [ -6.019843876603933, 57.02270075766954 ], [ -6.019660792718632, 57.022989899409218 ], [ -6.021114754782323, 57.024161588154996 ], [ -6.022193827149655, 57.023924550980084 ], [ -6.023000089649261, 57.024442638703654 ], [ -6.023217959336315, 57.02561810632929 ], [ -6.022516219019129, 57.025609213683722 ], [ -6.02263279355065, 57.025924687056339 ], [ -6.021998088984679, 57.025468519236391 ], [ -6.02001134717658, 57.025698773837043 ], [ -6.020855939505807, 57.026723703518051 ], [ -6.0212687051946, 57.026804846349933 ], [ -6.021578889254611, 57.026471149135716 ], [ -6.022201949715085, 57.026743353222585 ], [ -6.023169594190646, 57.028371285537681 ], [ -6.022315591348187, 57.028479693100536 ], [ -6.02138838102684, 57.027835102707343 ], [ -6.019301531007742, 57.02836081032936 ], [ -6.017142982992805, 57.028299796315977 ], [ -6.017293826431628, 57.028551227421197 ], [ -6.019179359083568, 57.028832332813089 ], [ -6.020044175856722, 57.029357550536645 ], [ -6.019784689886927, 57.029626667690877 ], [ -6.020257526563443, 57.030110532797771 ], [ -6.019856430761032, 57.030442652651885 ], [ -6.017814735530584, 57.030395875435573 ], [ -6.016549398512167, 57.030895132017108 ], [ -6.016614701963761, 57.031194272852488 ], [ -6.018407185253331, 57.031986441019107 ], [ -6.020114806581667, 57.03145945787719 ], [ -6.020755010329247, 57.032270652246403 ], [ -6.021736265667557, 57.032270566852517 ], [ -6.023004312916009, 57.032710857845949 ], [ -6.022903971188411, 57.033307573192594 ], [ -6.024527909638404, 57.033911747325803 ], [ -6.024028030722088, 57.033788456112099 ], [ -6.023916948133524, 57.034057301761237 ], [ -6.02453333380379, 57.034190331944842 ], [ -6.024393923117163, 57.034959158663838 ], [ -6.025055873319912, 57.035360487090394 ], [ -6.024081471425744, 57.035805491831617 ], [ -6.024768543513797, 57.036134075647134 ], [ -6.024476203677289, 57.036480693582384 ], [ -6.025288631849428, 57.03712896062418 ], [ -6.027073920527592, 57.037013028028952 ], [ -6.027040180525573, 57.037234424549553 ], [ -6.027245083876082, 57.037070461228744 ], [ -6.027917190420198, 57.037336564919222 ], [ -6.028532521776296, 57.037154881892171 ], [ -6.028428932535456, 57.036883955625534 ], [ -6.029786930013345, 57.036934617211863 ], [ -6.029855348115299, 57.036500784054525 ], [ -6.030298364841213, 57.036859684391573 ], [ -6.030629505613123, 57.035958777280804 ], [ -6.031739075981607, 57.036988589150333 ], [ -6.031991951266668, 57.037875165715555 ], [ -6.030615705544512, 57.038112867838542 ], [ -6.030590457623399, 57.038792597027836 ], [ -6.029353520438043, 57.03925060033567 ], [ -6.029540970364129, 57.039914482780844 ], [ -6.028813447799274, 57.040126761315697 ], [ -6.029125926621357, 57.040422430009109 ], [ -6.030638843125955, 57.040607473106583 ], [ -6.029880989478198, 57.041072518382371 ], [ -6.030541165561695, 57.041455893343461 ], [ -6.02954254289423, 57.041982649602005 ], [ -6.030225849141857, 57.042198924461431 ], [ -6.030157386239293, 57.042556324809958 ], [ -6.031441750189381, 57.04283864785134 ], [ -6.032389384602666, 57.044350267658622 ], [ -6.032923724436433, 57.044409471328386 ], [ -6.033039369212293, 57.046082798883205 ], [ -6.035262108837072, 57.047256528327431 ], [ -6.036360521348604, 57.047571781005189 ], [ -6.037515064424452, 57.04726474487304 ], [ -6.037658336223426, 57.04744446119394 ], [ -6.037700824308011, 57.049277514889347 ], [ -6.036594184532988, 57.049038972769686 ], [ -6.035961556116667, 57.049594429898619 ], [ -6.034082549065447, 57.049992261734531 ], [ -6.03456298564809, 57.050313974285864 ], [ -6.033987116603567, 57.050480922092468 ], [ -6.03449304194814, 57.050581502390628 ], [ -6.034910414058698, 57.051309900117047 ], [ -6.034846121494629, 57.05276872131374 ], [ -6.037318647588092, 57.052972190396233 ], [ -6.036808919740932, 57.053672055910049 ], [ -6.037424818561168, 57.053948921350234 ], [ -6.03736211174996, 57.05481420395482 ], [ -6.03813133284901, 57.055059140335921 ], [ -6.038350869584267, 57.056850508197023 ], [ -6.037986566684533, 57.057370333085622 ], [ -6.036666584310553, 57.056765495073044 ], [ -6.034132279154822, 57.057135009452281 ], [ -6.032899117102087, 57.057556945799121 ], [ -6.031458380423774, 57.058727420005845 ], [ -6.031326993716285, 57.059037390796817 ], [ -6.032075974302799, 57.059323482701451 ], [ -6.031291805879799, 57.059245346461587 ], [ -6.031455526450265, 57.059613248145709 ], [ -6.032336579505889, 57.059899578208785 ], [ -6.032763852206324, 57.060870455321549 ], [ -6.032022118432277, 57.061411419982178 ], [ -6.032596264386279, 57.062062834895244 ], [ -6.030767448678394, 57.063385186607874 ], [ -6.031225400760484, 57.063878491408623 ], [ -6.030406073815309, 57.064237604343013 ], [ -6.030335458737095, 57.065107630208516 ], [ -6.029187306508329, 57.064946786210918 ], [ -6.029175887191149, 57.065297850996956 ], [ -6.028112240302249, 57.06576373111578 ], [ -6.028392321669875, 57.066595485570865 ], [ -6.027819945988226, 57.066568954190103 ], [ -6.027497988190358, 57.067100868510309 ], [ -6.027824462066225, 57.06782771999265 ], [ -6.026665204532585, 57.067869533915456 ], [ -6.026471312381303, 57.06813654873757 ], [ -6.025917617147503, 57.067749718451189 ], [ -6.025554809013179, 57.067905268677862 ], [ -6.025548040368516, 57.068984551873797 ], [ -6.02490999291896, 57.069342288467212 ], [ -6.025422678031814, 57.069959744302984 ], [ -6.025117527895576, 57.070342738922079 ], [ -6.023978398749687, 57.070114112699095 ], [ -6.024131477541015, 57.07053631869335 ], [ -6.02328006418945, 57.071058272304256 ], [ -6.021700314648483, 57.071410301846377 ], [ -6.018693312621358, 57.07093142577196 ], [ -6.018501043840731, 57.070299156841294 ], [ -6.017388032085921, 57.069853820270389 ], [ -6.015518447396126, 57.070273527203227 ], [ -6.013668559086608, 57.069959712732242 ], [ -6.01289589370454, 57.07060046084527 ], [ -6.013082758981898, 57.071336319714355 ], [ -6.012701921889417, 57.071173187834503 ], [ -6.011852758322187, 57.071793901747277 ], [ -6.011003042147848, 57.071798665240117 ], [ -6.00997088021187, 57.071337183293089 ], [ -6.007702869576577, 57.072578830976987 ], [ -6.006386643253542, 57.072697418464323 ], [ -6.005610972024781, 57.072317608813215 ], [ -6.004406057839787, 57.072320210333032 ], [ -6.003548480696103, 57.073093999812855 ], [ -6.002955295402421, 57.072492524085639 ], [ -6.00249928719843, 57.073545700802576 ], [ -6.001102266048671, 57.073298140259837 ], [ -6.000401039333831, 57.07345544405355 ], [ -6.000971030457854, 57.073765429925942 ], [ -5.999491350317804, 57.073945820477086 ], [ -6.005322435048575, 57.073851009893389 ], [ -6.007342777832916, 57.074748475032855 ], [ -6.006792044795379, 57.075152773968334 ], [ -6.007228547183372, 57.075449023164921 ], [ -6.006468147120897, 57.077964191036948 ], [ -6.005632807958913, 57.0779504707941 ], [ -6.005193812278794, 57.07831971191024 ], [ -6.006725554622803, 57.07958352224577 ], [ -6.007437508452408, 57.079754053584168 ], [ -6.008064287415461, 57.079288868446802 ], [ -6.008751074697797, 57.07953213545462 ], [ -6.009548741024617, 57.080725011815375 ], [ -6.008118975544252, 57.080483069224663 ], [ -6.007074959520262, 57.080907663300771 ], [ -6.00752460157774, 57.081248452461416 ], [ -6.007069591000589, 57.082463471672789 ], [ -6.007647520204824, 57.082997979284791 ], [ -6.008083640114227, 57.082754712089233 ], [ -6.008292748868845, 57.08354381702808 ], [ -6.00892394684209, 57.083577550131196 ], [ -6.008150439688484, 57.083755194083437 ], [ -6.007571990167901, 57.084592003266494 ], [ -6.007771902124784, 57.085525277367985 ], [ -6.008241452721682, 57.085514734689752 ], [ -6.008508182893548, 57.085919828684396 ], [ -6.008250175977635, 57.086665446685188 ], [ -6.007497902018469, 57.086810932801889 ], [ -6.008366376499075, 57.088122944287313 ], [ -6.008063334217509, 57.089369066369038 ], [ -6.007563233602557, 57.089632364964793 ], [ -6.008186794240734, 57.090129442293268 ], [ -6.005853217024898, 57.091233754169437 ], [ -6.00610007776632, 57.092525211818355 ], [ -6.005653678226851, 57.092521515665489 ], [ -6.004664891094201, 57.094072823094194 ], [ -6.004234935173997, 57.094068595386332 ], [ -6.004309439314397, 57.094758603141308 ], [ -6.003311003934662, 57.09499736081937 ], [ -6.003078982836811, 57.095755621435849 ], [ -6.00246306667391, 57.095788807055648 ], [ -6.002515739170732, 57.096582922357861 ], [ -6.00192351406081, 57.096759220791419 ], [ -6.002158107537731, 57.098550136635389 ], [ -6.000730417293058, 57.099328632357725 ], [ -6.000112825956876, 57.100189129538634 ], [ -5.998742281645275, 57.100502682836726 ], [ -5.999065501347339, 57.101737758173783 ], [ -5.998609720071234, 57.102031072693059 ], [ -6.000015711122705, 57.104036343463321 ], [ -5.998128488247718, 57.103390757671711 ], [ -5.996406508805749, 57.103970881276823 ], [ -5.996197677908985, 57.104608790237535 ], [ -5.995681331623354, 57.104478702413346 ], [ -5.994855327724593, 57.104894420961074 ], [ -5.994636302941839, 57.104640641147959 ], [ -5.992769801259638, 57.104416940166843 ], [ -5.99155070290066, 57.104558328053827 ], [ -5.990794578059337, 57.10499427074884 ], [ -5.989184458135571, 57.104619369451235 ], [ -5.987806897010265, 57.104701027640779 ], [ -5.985982189837256, 57.105818401059175 ], [ -5.985003262326748, 57.107410578642025 ], [ -5.985685194957073, 57.107328622716054 ], [ -5.987007371726, 57.107929448789776 ], [ -5.988263619944445, 57.109299380742769 ], [ -5.991003600618041, 57.110204780650669 ], [ -5.99137121498749, 57.111239732654639 ], [ -5.989454715726896, 57.112842050593372 ], [ -5.990429529562978, 57.113637350488418 ], [ -5.991341579504478, 57.113312439918438 ], [ -5.993482514330339, 57.114652320121372 ], [ -5.994307388983561, 57.114822032891524 ], [ -5.995566742937279, 57.114315161942564 ], [ -5.997644823303935, 57.11439629502209 ], [ -5.997847677649155, 57.114131745752594 ], [ -5.997270677161311, 57.113839044305585 ], [ -5.99761689308811, 57.113708395696563 ], [ -5.997786569552908, 57.114009606724686 ], [ -6.000375646919622, 57.114568040480435 ], [ -6.002638120168995, 57.113861787932599 ], [ -6.002232249381525, 57.11308795683285 ], [ -6.002936145759841, 57.11294855588465 ], [ -6.003318802781361, 57.113430884720358 ], [ -6.003853151648755, 57.113251939652066 ], [ -6.003492211902014, 57.113659133663113 ], [ -6.004092914999576, 57.113711859858746 ], [ -6.004315690627624, 57.114779288530812 ], [ -6.005060782577431, 57.114791423942698 ], [ -6.004220220907378, 57.115272410349 ], [ -6.004269123070358, 57.115724946387218 ], [ -6.003421301459679, 57.115756555176596 ], [ -6.002866517123697, 57.116435211087506 ], [ -6.002714237155365, 57.117932763537041 ], [ -6.001414734625924, 57.118527312764485 ], [ -6.000893663445318, 57.120054630768443 ], [ -5.999944735070389, 57.1213708128709 ], [ -5.999166725852091, 57.121514359209002 ], [ -5.99774781923968, 57.123470479174479 ], [ -5.997771605306641, 57.12413513108806 ], [ -5.996372773926842, 57.125037623312153 ], [ -5.995449192992261, 57.126208184726984 ], [ -5.993494068007718, 57.126859528609131 ], [ -5.992307232354708, 57.126892876035548 ], [ -5.990133781404414, 57.127897318173673 ], [ -5.987265950788315, 57.128442759461016 ], [ -5.986224416357723, 57.129442556441106 ], [ -5.984651559392712, 57.129730899971939 ], [ -5.984190192857949, 57.130514393290021 ], [ -5.98222933825012, 57.131116279408786 ], [ -5.981661368543979, 57.131754784314275 ], [ -5.981157728780831, 57.131838235497476 ], [ -5.979469542932637, 57.131208501820744 ], [ -5.979503309910516, 57.130753334994729 ], [ -5.978332303163572, 57.130165599564059 ], [ -5.976728617697762, 57.1300906473029 ], [ -5.97533596159179, 57.130364157514059 ], [ -5.973844294692756, 57.131333172365188 ], [ -5.973274464450165, 57.132263933141175 ], [ -5.972606684308148, 57.132127758697131 ], [ -5.971548042305472, 57.13274131400923 ], [ -5.971770232287579, 57.133579508268873 ], [ -5.970116858348081, 57.1341219905771 ], [ -5.970201077503528, 57.134753250659081 ], [ -5.969164765403953, 57.134727650246312 ], [ -5.968788757188937, 57.135076762571451 ], [ -5.96990412236243, 57.135068388815156 ], [ -5.971128660188297, 57.135461179794035 ], [ -5.973907620951318, 57.135467450794209 ], [ -5.976346483311617, 57.136464579712545 ], [ -5.976332226044773, 57.136716806640926 ], [ -5.974047639259814, 57.138389880596051 ], [ -5.972547446568337, 57.13874319672928 ], [ -5.968376018597029, 57.141100927347161 ], [ -5.965717204441702, 57.141679690371284 ], [ -5.965002435059189, 57.142264311223606 ], [ -5.963109633608917, 57.14273783931614 ], [ -5.961945896703453, 57.142450946511225 ], [ -5.959695132290681, 57.14104745331538 ], [ -5.959696309014293, 57.142450146276978 ], [ -5.960400016166655, 57.143461962717645 ], [ -5.958682676927132, 57.144649222130774 ], [ -5.956400763402925, 57.144424585687979 ], [ -5.949853968300983, 57.145868466583494 ], [ -5.948044154140739, 57.145479526386609 ], [ -5.945670731641993, 57.145839347704495 ], [ -5.944152751188939, 57.146744968569017 ], [ -5.942864409523735, 57.146344029643849 ], [ -5.941353612598086, 57.146743151892807 ], [ -5.940038311992772, 57.146523767190004 ], [ -5.941635857211077, 57.147001326991429 ], [ -5.94143832031088, 57.148688104894028 ], [ -5.94214710685776, 57.149005691554613 ], [ -5.941976194358119, 57.150274414126145 ], [ -5.940895545054858, 57.151747096584181 ], [ -5.938595782309385, 57.152088272563411 ], [ -5.936964817637129, 57.153599797018074 ], [ -5.934791643629188, 57.153701338639628 ], [ -5.934184587159873, 57.154138518831324 ], [ -5.931818818284473, 57.158578268546023 ], [ -5.930918551558468, 57.15859302891554 ], [ -5.93004805031983, 57.157797594807114 ], [ -5.928951761126001, 57.15643376639008 ], [ -5.929152798125973, 57.155366439798115 ], [ -5.928446058387397, 57.155177296796886 ], [ -5.926289300814691, 57.156993790207409 ], [ -5.926464150228051, 57.158485428695208 ], [ -5.92442502455739, 57.159385541445928 ], [ -5.923248797372455, 57.159372922630119 ], [ -5.920390096285425, 57.160348080820881 ], [ -5.916985089275431, 57.163354380453086 ], [ -5.916707471163051, 57.164639872892501 ], [ -5.915214793822824, 57.165626147231656 ], [ -5.911148730691828, 57.165676694204983 ], [ -5.909614342419388, 57.166583275490488 ], [ -5.907797589445178, 57.165601412523145 ], [ -5.906423817748112, 57.16536550647465 ], [ -5.904716606172471, 57.165733421722557 ], [ -5.902846020475032, 57.165337620684895 ], [ -5.899781748331557, 57.165392559631506 ], [ -5.898506675245376, 57.165778410173978 ], [ -5.896907226184255, 57.165756227364348 ], [ -5.896732486232176, 57.166454011484326 ], [ -5.896139998293547, 57.166328569235517 ], [ -5.893833149815825, 57.167290434407462 ], [ -5.892090804747895, 57.167011874323755 ], [ -5.888798932538512, 57.167343356084167 ], [ -5.886634774159901, 57.166987894673262 ], [ -5.884929185206976, 57.167216116355775 ], [ -5.883098442044434, 57.168617087489004 ], [ -5.877166334005662, 57.168553492896166 ], [ -5.871238109973746, 57.171056555370505 ], [ -5.870594255318276, 57.170914596309906 ], [ -5.866431755416141, 57.171393750108273 ], [ -5.863530486945536, 57.173726580710017 ], [ -5.861896749692262, 57.174329904147818 ], [ -5.861812134435822, 57.174629227634433 ], [ -5.859529295373963, 57.175041219878182 ], [ -5.857964275282863, 57.175907619418361 ], [ -5.8567724191278, 57.175908335001289 ], [ -5.856000796490441, 57.176763778824764 ], [ -5.855248552238791, 57.17677343236295 ], [ -5.855518267776028, 57.178010440747897 ], [ -5.854712176574976, 57.179091719567865 ], [ -5.855295713022454, 57.179289565178529 ], [ -5.853137689285914, 57.180664166114717 ], [ -5.852144025476983, 57.181058857464961 ], [ -5.852283072263393, 57.180645477575339 ], [ -5.851189126492906, 57.18111067825987 ], [ -5.850915106944163, 57.180943765777691 ], [ -5.848491756942975, 57.181521708125835 ], [ -5.847433687778254, 57.182093669119098 ], [ -5.845757399767201, 57.182055196481691 ], [ -5.843304154950644, 57.183222883804731 ], [ -5.842512637269017, 57.184528411019059 ], [ -5.841200093588712, 57.18464506407345 ], [ -5.841389353644022, 57.185430499145014 ], [ -5.840356224547143, 57.187121048426455 ], [ -5.837617244956834, 57.18889079239662 ], [ -5.838301418041929, 57.189180045945562 ], [ -5.838039113267071, 57.189779703313164 ], [ -5.838668440718026, 57.189285694865369 ], [ -5.843606212318463, 57.188914114052622 ], [ -5.844173642944235, 57.188478619326546 ], [ -5.843614700611693, 57.187960774928264 ], [ -5.845399018996737, 57.18800046289585 ], [ -5.845348054164716, 57.187431077509871 ], [ -5.846780115898937, 57.186393599882827 ], [ -5.849037618761651, 57.186207417002656 ], [ -5.849850279713852, 57.184788804144524 ], [ -5.849873281933744, 57.185327578108648 ], [ -5.852193927126179, 57.184874152779948 ], [ -5.852735039643096, 57.183472854441078 ], [ -5.853192197306296, 57.183252001365332 ], [ -5.854443311669874, 57.18342033784981 ], [ -5.854808243252623, 57.182474014104208 ], [ -5.858273656147811, 57.180775920780221 ], [ -5.859168043305296, 57.181175477906834 ], [ -5.860346200466481, 57.181121216139843 ], [ -5.859679623319024, 57.18179361889927 ], [ -5.860148087737997, 57.182395103075727 ], [ -5.862764326953815, 57.182238080308842 ], [ -5.868457581585716, 57.179998972055287 ], [ -5.869825569903344, 57.17843719203308 ], [ -5.872850029810651, 57.177754835734142 ], [ -5.874786324555323, 57.17680034046171 ], [ -5.877992539512155, 57.176116732263431 ], [ -5.878354530280831, 57.176411241288413 ], [ -5.881266806309807, 57.176240166029459 ], [ -5.882787656851521, 57.176692087536345 ], [ -5.885622812607821, 57.176811028233885 ], [ -5.885875027731656, 57.177005517631613 ], [ -5.885135469234433, 57.177451045291413 ], [ -5.887172434651131, 57.178165652598693 ], [ -5.886910492183788, 57.178587385538734 ], [ -5.887392806491585, 57.178923096181911 ], [ -5.887851805382467, 57.178958312692735 ], [ -5.887809391531375, 57.178555010287688 ], [ -5.889238956096573, 57.178137510772061 ], [ -5.890570636183251, 57.178929695385079 ], [ -5.892583399186186, 57.179522684361118 ], [ -5.893845932252879, 57.179452896910981 ], [ -5.894409796411169, 57.179053237812752 ], [ -5.897604740220876, 57.179693031535002 ], [ -5.896831360116739, 57.179345727555408 ], [ -5.897237084374692, 57.179111021340788 ], [ -5.896527413350433, 57.178991019287977 ], [ -5.897985319310514, 57.178136446824446 ], [ -5.898084659638263, 57.177712552356553 ], [ -5.896655281181754, 57.177471068489645 ], [ -5.898031110188486, 57.177126169917578 ], [ -5.898423274382846, 57.176700360736341 ], [ -5.897979065704525, 57.176726765064103 ], [ -5.898003551785659, 57.176378030204788 ], [ -5.900957032715893, 57.175170283699785 ], [ -5.899878368008857, 57.175004240360664 ], [ -5.901869782080785, 57.173811117016754 ], [ -5.900847080183542, 57.173218038883185 ], [ -5.900822192266887, 57.172746755912868 ], [ -5.900069107961468, 57.172747715037239 ], [ -5.900404590065929, 57.172161813842258 ], [ -5.901389546618549, 57.172005273355879 ], [ -5.901133244522427, 57.171694051000507 ], [ -5.901725424520291, 57.171266498914989 ], [ -5.903411768414305, 57.171717514182106 ], [ -5.90340179780938, 57.172171899828555 ], [ -5.903909808559379, 57.172358386667689 ], [ -5.906060028186134, 57.171558572131374 ], [ -5.908884179758987, 57.171106355982175 ], [ -5.912458834672695, 57.171255564493237 ], [ -5.912932262331814, 57.171114900549668 ], [ -5.912894518159102, 57.170679985047983 ], [ -5.913917303699827, 57.17049069240867 ], [ -5.917337428067743, 57.17113463189888 ], [ -5.921607584054377, 57.171207887403732 ], [ -5.926926150301014, 57.174372761773014 ], [ -5.929208991838219, 57.174980083827982 ], [ -5.931191770271817, 57.174477310624518 ], [ -5.935413469312, 57.176035257477103 ], [ -5.938439723710228, 57.175148920343453 ], [ -5.940156378909502, 57.175256812968748 ], [ -5.942544744524363, 57.174134161642726 ], [ -5.94530929324549, 57.174366368884371 ], [ -5.946751165170442, 57.173606122628939 ], [ -5.948406883097416, 57.173221272139877 ], [ -5.950726667443583, 57.173629223595647 ], [ -5.953240043213019, 57.172673263497209 ], [ -5.957030900751782, 57.17205457564301 ], [ -5.957743091436452, 57.171362194243883 ], [ -5.960956665597211, 57.171305620760329 ], [ -5.963142326874056, 57.17015299928228 ], [ -5.963634499312426, 57.170420676387991 ], [ -5.963925451667672, 57.170123733878704 ], [ -5.965964504340015, 57.170306493876986 ], [ -5.968401389628793, 57.170031525231821 ], [ -5.970077267486727, 57.169452416888547 ], [ -5.972756136626401, 57.167840692484745 ], [ -5.975182124608508, 57.167943593528854 ], [ -5.976448404203347, 57.167528453542644 ], [ -5.981170935247971, 57.16740817397411 ], [ -5.985868086852207, 57.168296521462842 ], [ -5.991692129228144, 57.168581410677902 ], [ -5.993383446544712, 57.16909941255696 ], [ -5.995423009201766, 57.171522484345914 ], [ -5.99586930990944, 57.173216733887394 ], [ -5.99668411571415, 57.173602583801284 ], [ -5.994948187141529, 57.174313451493163 ], [ -5.99400093549636, 57.176747203481725 ], [ -5.993294191526947, 57.180166896613741 ], [ -5.994187979421208, 57.183458256395141 ], [ -5.99317476419997, 57.184440993291794 ], [ -5.99304696096533, 57.18566437711101 ], [ -5.995671100592757, 57.188231589346522 ], [ -5.997116000351781, 57.188805070100301 ], [ -5.996544067998669, 57.189351136645961 ], [ -5.996781960363026, 57.190846113268783 ], [ -5.99943537463898, 57.192530208544284 ], [ -6.001307552634288, 57.194706775171426 ], [ -6.00335881269092, 57.195660079802082 ], [ -6.003843861634854, 57.196467358595676 ], [ -6.002655770498103, 57.197579844096289 ], [ -6.002948167880605, 57.199635973337372 ], [ -6.006498556078867, 57.200752669867228 ], [ -6.007178883216965, 57.201785691647643 ], [ -6.006258251006187, 57.203378826911482 ], [ -6.006881770942059, 57.203277073862111 ], [ -6.007706972054805, 57.203598689973447 ], [ -6.008017512379368, 57.204505950215747 ], [ -6.009867475466898, 57.205002505591629 ], [ -6.011397781678762, 57.206079357831285 ], [ -6.015510331730752, 57.206247149311785 ], [ -6.016335243604931, 57.205940174841963 ], [ -6.016742170356333, 57.20480672690082 ], [ -6.017702037008207, 57.205192304757944 ], [ -6.017904547296209, 57.20612458790368 ], [ -6.018753806335715, 57.20623944457035 ], [ -6.019499892482393, 57.205665212819859 ], [ -6.020253170602556, 57.206161703053354 ], [ -6.020382620248316, 57.209511600106659 ], [ -6.022444995036424, 57.213991856768295 ], [ -6.021644011548209, 57.215508436215323 ], [ -6.024179128208418, 57.218041109008055 ], [ -6.023821173754694, 57.218512990453569 ], [ -6.025547747780013, 57.21865990032947 ], [ -6.027699474871186, 57.220272334564108 ], [ -6.030428075078103, 57.221473241210965 ], [ -6.030728702956517, 57.222692802329675 ], [ -6.029986445678593, 57.223774129399914 ], [ -6.029233886647181, 57.223607676697334 ], [ -6.029845985280494, 57.224613111254946 ], [ -6.033539002629879, 57.226018559128548 ], [ -6.033245159386978, 57.225605378850616 ], [ -6.033989241889182, 57.22634577936325 ], [ -6.036449912803828, 57.226864587139879 ], [ -6.036898689652609, 57.227859961151992 ], [ -6.037723366640734, 57.227214754797288 ], [ -6.038883675997521, 57.227136930080341 ], [ -6.039268115122202, 57.226256806117291 ], [ -6.040567583978199, 57.226390295188224 ], [ -6.040231468732343, 57.225591828613055 ], [ -6.041293987454274, 57.224545976507052 ], [ -6.04113697129372, 57.223475572634499 ], [ -6.040692997649753, 57.223493474830789 ], [ -6.040287851133895, 57.222912145582058 ], [ -6.040633141936696, 57.222205027301655 ], [ -6.038831771995025, 57.221331465814401 ], [ -6.03901070955364, 57.220800560682974 ], [ -6.039586066964865, 57.220635456389054 ], [ -6.03858219084243, 57.220792780181654 ], [ -6.03760511241432, 57.220134543731412 ], [ -6.038123095104284, 57.217445395885626 ], [ -6.037819459386276, 57.215927405350769 ], [ -6.034607861244631, 57.211685773165236 ], [ -6.031056723931123, 57.208774133973471 ], [ -6.028481977673191, 57.208853288147274 ], [ -6.027734308888249, 57.20856168452152 ], [ -6.027216186633831, 57.206971435983156 ], [ -6.027584892667564, 57.205672820287148 ], [ -6.026424487092711, 57.202643779814295 ], [ -6.026547108805385, 57.200318975895883 ], [ -6.025775483448184, 57.198361894158843 ], [ -6.025914621326399, 57.196613854202212 ], [ -6.025380739982563, 57.195013316717272 ], [ -6.02649316408787, 57.194003743269178 ], [ -6.027411519051929, 57.191791851916264 ], [ -6.027345388450517, 57.189544145712283 ], [ -6.02873704022791, 57.187877242572327 ], [ -6.029515941476505, 57.183492813528083 ], [ -6.031847096918376, 57.181606823752489 ], [ -6.031807506545553, 57.180985840087111 ], [ -6.0350671252279, 57.179993407897435 ], [ -6.035670379216542, 57.179118827713573 ], [ -6.036494179078814, 57.179081506425469 ], [ -6.03669071485916, 57.178637256902149 ], [ -6.038354770377033, 57.179062030444662 ], [ -6.040906034377601, 57.178665965992366 ], [ -6.043550325862031, 57.178818069621997 ], [ -6.04514321974851, 57.179499530382557 ], [ -6.047845197954478, 57.179618209915695 ], [ -6.04996408249224, 57.180610838249564 ], [ -6.048551743360022, 57.179659231973027 ], [ -6.050096159214114, 57.176330758361686 ], [ -6.047895092488575, 57.173511770323216 ], [ -6.048118287226107, 57.172042422383377 ], [ -6.049030991538547, 57.171442825702506 ], [ -6.048706584759877, 57.168374363743453 ], [ -6.049415935929329, 57.167233704885177 ], [ -6.051299337132719, 57.166098247980436 ], [ -6.053541168945947, 57.163688650283056 ], [ -6.054435921963468, 57.161720065533515 ], [ -6.055340947739783, 57.161295114298738 ], [ -6.055474249633828, 57.159114667367334 ], [ -6.056270630601044, 57.157699577135617 ], [ -6.055905155654036, 57.157158384357245 ], [ -6.056464317905504, 57.157126791668006 ], [ -6.056416281387475, 57.156764159405164 ], [ -6.057459790799743, 57.15662245918741 ], [ -6.057755662175671, 57.155623723749585 ], [ -6.058663563012931, 57.155302063048424 ], [ -6.059933202186248, 57.153979518888541 ], [ -6.059996654196802, 57.153276062515403 ], [ -6.061569287737367, 57.152604613850777 ], [ -6.061848372515887, 57.152132460504319 ], [ -6.064005945563128, 57.151891627436882 ], [ -6.065305797000207, 57.150846804699754 ], [ -6.06478733251853, 57.149289971737332 ], [ -6.06390560620398, 57.148868964591543 ], [ -6.06446500459546, 57.148765387314981 ], [ -6.065022419178421, 57.147137671224336 ], [ -6.065545305973957, 57.143388880223824 ], [ -6.066917678930736, 57.143007113114869 ], [ -6.066304966240478, 57.14247397768343 ], [ -6.066884555161399, 57.142329266504674 ], [ -6.067457059380966, 57.141141670052193 ], [ -6.069384847337799, 57.139553944112357 ], [ -6.070770317728763, 57.140270572788118 ], [ -6.070200793159879, 57.139378156280515 ], [ -6.070853545183196, 57.139688759205058 ], [ -6.070513414617331, 57.139348212837447 ], [ -6.070955160069828, 57.13919896919451 ], [ -6.071665095551588, 57.13944296412533 ], [ -6.071591567783801, 57.139150404778484 ], [ -6.072807676338163, 57.138688221292391 ], [ -6.072102935290117, 57.137769636033781 ], [ -6.072527153825336, 57.137431217091049 ], [ -6.07436592905306, 57.137202352439353 ], [ -6.073723886167469, 57.136432808206777 ], [ -6.074078720423334, 57.136230626887873 ], [ -6.074676303736024, 57.136551097357881 ], [ -6.074539278682173, 57.135486360796811 ], [ -6.0751045911701, 57.135558789844097 ], [ -6.074770757538559, 57.13521535229799 ], [ -6.075340163532812, 57.135249878977952 ], [ -6.075451785846638, 57.133829944784985 ], [ -6.076117233480993, 57.133505243080407 ], [ -6.075352015176213, 57.132683064691491 ], [ -6.076520509976729, 57.132752041723016 ], [ -6.076699652205411, 57.132096059537119 ], [ -6.077276423873497, 57.131852471522791 ], [ -6.078156942872837, 57.132039616949029 ], [ -6.078498964295658, 57.131466452580206 ], [ -6.079359395841907, 57.131546334780147 ], [ -6.080425402195172, 57.130940585196491 ], [ -6.081165053516703, 57.130974932089572 ], [ -6.080526374469964, 57.128855550063363 ], [ -6.082679024415899, 57.128358242592356 ], [ -6.082086476065884, 57.127482814442864 ], [ -6.082683053609062, 57.12749483794925 ], [ -6.083200919972862, 57.126942902079364 ], [ -6.083791547909061, 57.127125970431081 ], [ -6.083794204328657, 57.126775178799754 ], [ -6.085472206617739, 57.126473148441036 ], [ -6.086704378595321, 57.126626276838017 ], [ -6.087549789833179, 57.128293759049619 ], [ -6.088228449441654, 57.128599827924653 ], [ -6.089764346116592, 57.128657582699134 ], [ -6.09178674878183, 57.129526729281281 ], [ -6.09317502992046, 57.131091010150563 ], [ -6.095022850782966, 57.131426265635454 ], [ -6.095351031779131, 57.131253668325598 ], [ -6.096725758270484, 57.131946085263785 ], [ -6.096954748029353, 57.13341785863269 ], [ -6.098820910568457, 57.135784765689181 ], [ -6.100724902762934, 57.136176555061688 ], [ -6.102687283518859, 57.135527767685808 ], [ -6.102877161096018, 57.134554851206275 ], [ -6.103496493110192, 57.134696423777989 ], [ -6.103811457147844, 57.134479274590539 ], [ -6.104323502935665, 57.13492111223826 ], [ -6.106035268536036, 57.134847013038218 ], [ -6.107751517113158, 57.134291642261736 ], [ -6.109608512140452, 57.135377264711934 ], [ -6.110013609276761, 57.136195781087132 ], [ -6.110447228540886, 57.135781380562527 ], [ -6.111469317271704, 57.136570647182758 ], [ -6.112007431303209, 57.136427083382088 ], [ -6.112760892990483, 57.137001245637052 ], [ -6.112855709717509, 57.137437868061426 ], [ -6.112361826134058, 57.137458583298013 ], [ -6.112197854635081, 57.137918091902904 ], [ -6.112405500136255, 57.138819522060466 ], [ -6.111887873046514, 57.138850007292426 ], [ -6.111535521714863, 57.139549506104004 ], [ -6.112633529837585, 57.140395623890285 ], [ -6.111782560702111, 57.140463132607017 ], [ -6.111067840046553, 57.142308486905364 ], [ -6.109811528465952, 57.142718413052549 ], [ -6.108698826966878, 57.144183835332846 ], [ -6.109077822191712, 57.145034685779216 ], [ -6.107879569683303, 57.145476857103269 ], [ -6.108227274496772, 57.145747818370694 ], [ -6.107838106083462, 57.145490806549276 ], [ -6.106785671877723, 57.145935378350714 ], [ -6.107334240583871, 57.147241090921227 ], [ -6.108144231328736, 57.147861090043314 ], [ -6.106885029761924, 57.148604699947832 ], [ -6.10634417944587, 57.149485714522385 ], [ -6.10659081403752, 57.150694317448838 ], [ -6.108648046518747, 57.153173540504106 ], [ -6.107872051204643, 57.154604522688714 ], [ -6.108432807111052, 57.155556426691483 ], [ -6.10574976268353, 57.159113705605165 ], [ -6.105731016121473, 57.160063030252978 ], [ -6.104956172686382, 57.160686423531601 ], [ -6.105051680659551, 57.161919764175209 ], [ -6.104357581230394, 57.1628237709362 ], [ -6.104716857266243, 57.164196846467682 ], [ -6.10309325197885, 57.16582371642825 ], [ -6.103191177003232, 57.16670627050825 ], [ -6.102345567174302, 57.16833462423071 ], [ -6.102543371930737, 57.169744465293398 ], [ -6.101966099967007, 57.170136553422658 ], [ -6.106157486148286, 57.17314664570268 ], [ -6.107518877020044, 57.175714351135824 ], [ -6.110630210824743, 57.177563704059601 ], [ -6.109963719195747, 57.180355261396969 ], [ -6.110318093784193, 57.181233898347344 ], [ -6.109745636733856, 57.182489143875394 ], [ -6.110438882799702, 57.183734353446887 ], [ -6.109926929008563, 57.184268213228258 ], [ -6.110335613505308, 57.184443653145841 ], [ -6.109407346283896, 57.18570157209173 ], [ -6.109567574846645, 57.186397734335372 ], [ -6.111216670990907, 57.187822919581073 ], [ -6.111109276138028, 57.189611457316808 ], [ -6.112484242863612, 57.190357692387735 ], [ -6.112183902823837, 57.190635523669876 ], [ -6.113627889470435, 57.190513502286606 ], [ -6.117364137785689, 57.19126759548184 ], [ -6.122886421937152, 57.191549185616161 ], [ -6.12379959193211, 57.192755623919211 ], [ -6.122645536094591, 57.19391765864264 ], [ -6.123210191743852, 57.193485427230975 ], [ -6.123404971363779, 57.194711002202979 ], [ -6.12362254183325, 57.193692180244817 ], [ -6.124398980969133, 57.193005679701152 ], [ -6.123644595873141, 57.189586343988168 ], [ -6.122997023373133, 57.18897816776694 ], [ -6.125007983139247, 57.186888667649505 ], [ -6.127722828476475, 57.185913513117612 ], [ -6.129336984709215, 57.1847227750985 ], [ -6.130716690697183, 57.184398536623931 ], [ -6.133380382560231, 57.186226141784786 ], [ -6.133427574709442, 57.185981784472787 ], [ -6.134071095443426, 57.185960558850802 ], [ -6.136196158771758, 57.18667280255692 ], [ -6.135683403205801, 57.186752672323991 ], [ -6.136000476151122, 57.186922061675226 ], [ -6.136894533713647, 57.186919531498766 ], [ -6.138452587304124, 57.187448118912791 ], [ -6.139573021575965, 57.188283403951267 ], [ -6.14317126536123, 57.18854219774348 ], [ -6.143831119249903, 57.187189467159264 ], [ -6.144387204293716, 57.187274495483607 ], [ -6.145599612612942, 57.188264059601742 ], [ -6.148221661469029, 57.193694318112264 ], [ -6.149618966553199, 57.195442108711241 ], [ -6.150676685477617, 57.196009598637687 ], [ -6.154394493723882, 57.196219162885804 ], [ -6.154088620852065, 57.195267079592774 ], [ -6.155256390444937, 57.1946033782706 ], [ -6.154419062193816, 57.193565496756882 ], [ -6.155084429563883, 57.193516463164642 ], [ -6.158665630837127, 57.194427361969453 ], [ -6.159480140549988, 57.195776224516194 ], [ -6.159379266835712, 57.196719313307405 ], [ -6.161183195818051, 57.197806015702135 ], [ -6.161862938727261, 57.197810426689209 ], [ -6.161796131435584, 57.197291065266747 ], [ -6.162520156401018, 57.197320980498581 ], [ -6.16347941104968, 57.198188397836972 ], [ -6.16331008778061, 57.199111283096606 ], [ -6.165250184032354, 57.199199707993394 ], [ -6.168145555426997, 57.198577386987246 ], [ -6.169089400216321, 57.196738448470093 ], [ -6.169115879860678, 57.195285232643251 ], [ -6.167354938311758, 57.193626171423162 ], [ -6.165373209272734, 57.192945645397941 ], [ -6.165647545694851, 57.191191930048575 ], [ -6.166669150257439, 57.190263190077566 ], [ -6.165923206539169, 57.18952360070837 ], [ -6.164637110998054, 57.189355012906603 ], [ -6.164414362634711, 57.188921768738595 ], [ -6.166065660202352, 57.188363293681221 ], [ -6.166754463689248, 57.186613781152012 ], [ -6.166304413412465, 57.185046014011782 ], [ -6.16455811336697, 57.182702986504744 ], [ -6.165039784786897, 57.182201368720307 ], [ -6.165239874293413, 57.179568826918938 ], [ -6.165762564510355, 57.179358107244404 ], [ -6.165765279247205, 57.178427263981249 ], [ -6.167134297520877, 57.176691100372942 ], [ -6.167932649661923, 57.176502677671365 ], [ -6.168323336565989, 57.176736983817591 ], [ -6.168822034860264, 57.175947012758172 ], [ -6.170155062032974, 57.175214706551053 ], [ -6.174175596697058, 57.1741635669676 ], [ -6.177931166752912, 57.174285702266779 ], [ -6.183140969632126, 57.174017454931914 ], [ -6.184828095495975, 57.173637374559604 ], [ -6.186108274249796, 57.173684539961599 ], [ -6.186707778222662, 57.173349758477016 ], [ -6.188797681820902, 57.174260133831851 ], [ -6.191479378321112, 57.174255886910842 ], [ -6.191967627787959, 57.1744733686673 ], [ -6.192127219785728, 57.174274681690932 ], [ -6.193521678781399, 57.174745111891205 ], [ -6.193631984474687, 57.175060668695792 ], [ -6.195903916875253, 57.175092524094175 ], [ -6.198369876019594, 57.17566640660165 ], [ -6.200455927077495, 57.175591996389464 ], [ -6.200800069853246, 57.176070574980052 ], [ -6.201572466752782, 57.175873811256515 ], [ -6.202396192411452, 57.176201409206023 ], [ -6.203155556509134, 57.176108491769114 ], [ -6.20593291958363, 57.177161899652305 ], [ -6.208889180742442, 57.177458325416957 ], [ -6.209693363903143, 57.177831498647393 ], [ -6.21014697677267, 57.177380097977426 ], [ -6.212922896624147, 57.177183376796954 ], [ -6.21553150408169, 57.176245801731717 ], [ -6.215445676333251, 57.176001381177393 ], [ -6.217702748005313, 57.175466781227669 ], [ -6.222983343457932, 57.174731347206958 ], [ -6.226292475093851, 57.1737699262818 ], [ -6.227270078360656, 57.173921304882072 ], [ -6.228352673968044, 57.173543037364141 ], [ -6.229649935368369, 57.173521733639973 ], [ -6.235543199759921, 57.17192421815497 ], [ -6.236564651036408, 57.171952634407461 ], [ -6.236108753627282, 57.171513896751243 ], [ -6.237215860219509, 57.171278610614387 ], [ -6.237572784699283, 57.171792637052299 ], [ -6.238623564461236, 57.171932458678668 ], [ -6.239462685949477, 57.171670245975406 ], [ -6.24046535746077, 57.172328785856138 ], [ -6.240177977697341, 57.171771944035655 ], [ -6.240550174706571, 57.171480559558084 ], [ -6.242550541228834, 57.170661909472798 ], [ -6.245508729903899, 57.170327878615637 ], [ -6.246418428343266, 57.169743968192137 ], [ -6.247978264801781, 57.170352087335829 ], [ -6.249950610420653, 57.170213250445684 ], [ -6.253353319112624, 57.170592401704234 ], [ -6.261219882782377, 57.169538177299856 ], [ -6.262246822849161, 57.169040091092675 ], [ -6.264272001253549, 57.168872248700836 ], [ -6.266131991444432, 57.167918590621213 ], [ -6.268877575679748, 57.167968956278948 ], [ -6.272148437727827, 57.167335845913172 ], [ -6.274506433280434, 57.166396549992406 ], [ -6.276668537324035, 57.166340743917019 ], [ -6.28058449261614, 57.165348132444777 ], [ -6.286709189326936, 57.164419227223576 ], [ -6.287929995214652, 57.164597782784348 ], [ -6.291663049964676, 57.163602081903733 ], [ -6.296747266003739, 57.162982616663918 ], [ -6.299417239372513, 57.162171529257471 ], [ -6.30054096287102, 57.161373008474783 ], [ -6.302196191309184, 57.161657920123652 ], [ -6.302778652738389, 57.161471534769355 ], [ -6.303627451166253, 57.161653721406871 ], [ -6.303813101402392, 57.16140002273022 ], [ -6.305261435123409, 57.161826904804094 ], [ -6.30619323234926, 57.161300234346307 ], [ -6.306196693440281, 57.160832454912075 ], [ -6.307472767605573, 57.160419846548237 ], [ -6.308260838842417, 57.160649057454094 ], [ -6.308469191283701, 57.160093288621731 ], [ -6.309403865410331, 57.16051530625424 ], [ -6.309086065939253, 57.160912959315667 ], [ -6.309539980151864, 57.161612325361631 ], [ -6.309067120736583, 57.16202880306593 ], [ -6.309650507321054, 57.162134641624 ], [ -6.309972689148586, 57.163265729377478 ], [ -6.311780669809723, 57.163936478536776 ], [ -6.312551213171396, 57.163446787769388 ], [ -6.313285624239349, 57.163569894246734 ], [ -6.314607746561324, 57.163268046734174 ], [ -6.314248858072713, 57.162461998641682 ], [ -6.313166980940015, 57.162197973530596 ], [ -6.31331739043268, 57.161855537910853 ], [ -6.312683561420963, 57.161459164261487 ], [ -6.311690419416553, 57.161246032969629 ], [ -6.31093065153591, 57.161685884146969 ], [ -6.309602467433858, 57.161367351353974 ], [ -6.309654495424988, 57.160677559540012 ], [ -6.310350541203457, 57.160685086585822 ], [ -6.310777839280806, 57.159807006469777 ], [ -6.311616452938231, 57.159404912114574 ], [ -6.312880158941317, 57.159383889508995 ], [ -6.313662492406666, 57.160202338932081 ], [ -6.313801223095009, 57.159972723480102 ], [ -6.314986415906534, 57.160129757431775 ], [ -6.314675982340364, 57.160519078072845 ], [ -6.315173335612542, 57.160384129993247 ], [ -6.315168942595349, 57.160842950567371 ], [ -6.315992934441669, 57.160953960684054 ], [ -6.316609049592396, 57.160914742792286 ], [ -6.318226137668337, 57.159950658197083 ], [ -6.319679815698974, 57.160138862605351 ], [ -6.319975618918041, 57.160474912183119 ], [ -6.322331029021342, 57.160164318819881 ], [ -6.322492766743655, 57.160981647326985 ], [ -6.323144208025839, 57.1611030620045 ], [ -6.323706340379546, 57.161947040658667 ], [ -6.322483413058669, 57.162884105810114 ], [ -6.322876746302164, 57.163275241940497 ], [ -6.320794873286982, 57.16366184520669 ], [ -6.320966934940716, 57.163930213031271 ], [ -6.32031008176857, 57.163975353276818 ], [ -6.32022455072521, 57.164376716871594 ], [ -6.31949175350575, 57.16419693544141 ], [ -6.316474609117557, 57.164584234930267 ], [ -6.316069144459244, 57.164301419983168 ], [ -6.314903673515956, 57.164314590911609 ], [ -6.314316241489525, 57.164600132794568 ], [ -6.315221855887431, 57.165409832307539 ], [ -6.315420905913774, 57.166122456235563 ], [ -6.314859987904662, 57.166564473159021 ], [ -6.315637054445879, 57.16811606642009 ], [ -6.315347293903936, 57.168328402311708 ], [ -6.314211588487805, 57.168030262954538 ], [ -6.314754575991553, 57.168569159505068 ], [ -6.313891871378203, 57.1688371981854 ], [ -6.314656877922724, 57.169008709523006 ], [ -6.315147358563479, 57.169877676209516 ], [ -6.314661155822881, 57.170038318652267 ], [ -6.315310360701648, 57.170281266143768 ], [ -6.313685961766919, 57.171187095691529 ], [ -6.313470956394447, 57.171756592413267 ], [ -6.311921675739674, 57.171675023109536 ], [ -6.312259663502617, 57.171946684731424 ], [ -6.310672764479137, 57.172536409340879 ], [ -6.309747081281445, 57.172478321803425 ], [ -6.309018786694518, 57.172764184120311 ], [ -6.308594184129059, 57.172459519001876 ], [ -6.30861445177669, 57.172917489178879 ], [ -6.306688339254812, 57.173154591213667 ], [ -6.306754823172858, 57.173512044381781 ], [ -6.306101637041521, 57.173732352661894 ], [ -6.30381945978576, 57.17368486303026 ], [ -6.303851271238522, 57.173958070475052 ], [ -6.303025842809515, 57.174121324845622 ], [ -6.301621683126037, 57.173935714280503 ], [ -6.301581111305616, 57.174440739887025 ], [ -6.300348447683526, 57.175373405785976 ], [ -6.300698004421169, 57.175460335054147 ], [ -6.299843892787038, 57.17580442063867 ], [ -6.299737166035866, 57.176595008410764 ], [ -6.298805841232426, 57.176631462803272 ], [ -6.299537708874348, 57.177015550883944 ], [ -6.299395452591418, 57.177429633400941 ], [ -6.296695486706254, 57.178205752214112 ], [ -6.294632875505808, 57.179764875735287 ], [ -6.293661064652664, 57.180094963186264 ], [ -6.292352600668622, 57.183300970311997 ], [ -6.290773882821644, 57.184110483467002 ], [ -6.290136148326489, 57.185108100550941 ], [ -6.289144187016209, 57.185052124073181 ], [ -6.28953675666772, 57.185294997532331 ], [ -6.286626028562018, 57.186473805169015 ], [ -6.287133494169221, 57.186636312199866 ], [ -6.286958923961586, 57.187415713324278 ], [ -6.28544836788272, 57.188672488957032 ], [ -6.285555992850373, 57.189100489348931 ], [ -6.283378318749985, 57.190604882546701 ], [ -6.283930962686529, 57.193513325077056 ], [ -6.282679894647659, 57.195939316442981 ], [ -6.282797559913637, 57.196668252350392 ], [ -6.28348270232312, 57.19700457169661 ], [ -6.283059597011596, 57.197356281325888 ], [ -6.284130686697753, 57.197534615122045 ], [ -6.283538411532263, 57.197627704612771 ], [ -6.28382589375799, 57.197892175870429 ], [ -6.283319228843873, 57.198237748812801 ], [ -6.283861347425399, 57.198340630972638 ], [ -6.283806713803216, 57.199583578742192 ], [ -6.284852181591405, 57.201382484067423 ], [ -6.289295636782264, 57.201976953379422 ], [ -6.292889913101328, 57.203204709184206 ], [ -6.293769524035378, 57.205182802851482 ], [ -6.294481167071289, 57.204747426114274 ], [ -6.293747438490949, 57.203810269994804 ], [ -6.295392128608539, 57.201439021249151 ], [ -6.296478875683443, 57.200596865079469 ], [ -6.300411952388809, 57.199340502917849 ], [ -6.301625432717685, 57.19806586294284 ], [ -6.305622705782902, 57.197505915141832 ], [ -6.307767321629872, 57.195906931242604 ], [ -6.310376928527912, 57.195057259117711 ], [ -6.313076793946895, 57.193350042974814 ], [ -6.313527001414344, 57.193375018668341 ], [ -6.313425719541557, 57.192933327148573 ], [ -6.314016214010804, 57.192670177530388 ], [ -6.320309332657672, 57.190812069735557 ], [ -6.320585872744295, 57.190343866091823 ], [ -6.322426848267792, 57.189655329932286 ], [ -6.323040150092877, 57.189517258121192 ], [ -6.323654939880544, 57.189887266757616 ], [ -6.325838908494546, 57.188521321483179 ], [ -6.327772586830055, 57.188130786787106 ], [ -6.329062020879614, 57.187119439629505 ], [ -6.332656964305083, 57.186842301951003 ], [ -6.335919289143691, 57.185636738473988 ], [ -6.337937229356122, 57.185683812589701 ], [ -6.340023668108635, 57.185044966587043 ], [ -6.340854755528019, 57.185281490176131 ], [ -6.344324304962878, 57.185278165058882 ], [ -6.346483987507257, 57.186051370798126 ], [ -6.346599191304444, 57.185819835214261 ], [ -6.3478251580836, 57.185822270774793 ], [ -6.348086946595874, 57.186780005424865 ], [ -6.349790251603282, 57.187530319775824 ], [ -6.351599121944973, 57.187629401659684 ], [ -6.352766994665747, 57.188052013711982 ], [ -6.356080113020055, 57.190610710054095 ], [ -6.357990352736025, 57.19097778908251 ], [ -6.358803120893984, 57.192109709664948 ], [ -6.36001796972325, 57.192296787918572 ], [ -6.360648828790356, 57.192027510066858 ], [ -6.362204433704044, 57.19201384109963 ], [ -6.363245435104039, 57.192341845759927 ], [ -6.363431918244474, 57.192798529873791 ], [ -6.362460251497214, 57.194460223428436 ], [ -6.36406906016212, 57.19580723202948 ], [ -6.364351808352598, 57.197218395746411 ], [ -6.365255724293834, 57.197016033284072 ], [ -6.365729961763562, 57.19745369788793 ], [ -6.368729592992287, 57.197879800907003 ], [ -6.369058635611623, 57.199190412684942 ], [ -6.37133692062448, 57.200729847156168 ], [ -6.371642520835062, 57.201771458874923 ], [ -6.373580269323612, 57.202252475440801 ], [ -6.374420574495826, 57.202911174158203 ], [ -6.3746578545766, 57.204004630736755 ], [ -6.376786678010924, 57.20511749081092 ], [ -6.376786302114729, 57.205463764903961 ], [ -6.378319672401271, 57.206026286613877 ], [ -6.379307207505387, 57.207295888394604 ], [ -6.380450418175945, 57.207921483040863 ], [ -6.379997747882626, 57.208436457979211 ], [ -6.380792849430752, 57.210108501887888 ], [ -6.381953076637998, 57.209969016094774 ], [ -6.383481872454757, 57.210909380258144 ], [ -6.38359887377204, 57.212034013305896 ], [ -6.385702049628877, 57.213552355437187 ], [ -6.385382263076293, 57.213860339471942 ], [ -6.384081887204951, 57.213937302580788 ], [ -6.38498447320676, 57.214000168441885 ], [ -6.385464694490129, 57.215390903570075 ], [ -6.386169467944542, 57.215811441053894 ], [ -6.38668065830617, 57.216904292693812 ], [ -6.387120541473965, 57.216839433402257 ], [ -6.386817785336247, 57.217011917191648 ], [ -6.387452047196494, 57.217048180735425 ], [ -6.387570802365984, 57.217349814960407 ], [ -6.387260834559196, 57.21878618611791 ], [ -6.385688943502637, 57.21888165777721 ], [ -6.384616537037912, 57.2196926378599 ], [ -6.38499666912658, 57.221496094820601 ], [ -6.384228115736587, 57.221446525920086 ], [ -6.384583031732065, 57.222270539330658 ], [ -6.383745971052053, 57.222691041408254 ], [ -6.385361395586446, 57.223309083852918 ], [ -6.384976503301631, 57.224185952814224 ], [ -6.383654735172192, 57.224155726354482 ], [ -6.384771948217532, 57.224417952319818 ], [ -6.385288029163294, 57.225411707542634 ], [ -6.384759350111326, 57.225497651222653 ], [ -6.384351616844338, 57.225206119972633 ], [ -6.384027983810507, 57.225622158292467 ], [ -6.381669211655883, 57.226284712972578 ], [ -6.381118606958514, 57.226744649774801 ], [ -6.381390755326091, 57.22708140141102 ], [ -6.380706075134092, 57.227431799859531 ], [ -6.374445247889724, 57.227800581363226 ], [ -6.3715443148433, 57.227389111527309 ], [ -6.371062633965832, 57.227662226260954 ], [ -6.365744078004064, 57.228189284408359 ], [ -6.363117495334621, 57.227853508229074 ], [ -6.361241214259178, 57.227972745799001 ], [ -6.359078249539125, 57.227490350956955 ], [ -6.354471934862903, 57.22751999689013 ], [ -6.352384977792639, 57.228172546620705 ], [ -6.349230518208753, 57.229968309180371 ], [ -6.346542466451934, 57.234176098306037 ], [ -6.345964333068038, 57.238769390915195 ], [ -6.3467149447599, 57.240915336386571 ], [ -6.345994657273591, 57.243881210795202 ], [ -6.34415401356768, 57.246773466547182 ], [ -6.343594178082665, 57.25080759801871 ], [ -6.342270753210033, 57.251643955601651 ], [ -6.34317703686717, 57.25298410256967 ], [ -6.34408541437703, 57.253342070692433 ], [ -6.343791567399342, 57.25242590590944 ], [ -6.344188311650041, 57.252300645795238 ], [ -6.345421234133924, 57.253412719904766 ], [ -6.348471086044371, 57.251907623814468 ], [ -6.349690088269348, 57.250665609065017 ], [ -6.351534749785862, 57.249622220639523 ], [ -6.352268776308407, 57.248124493983916 ], [ -6.352076464675664, 57.245442067655787 ], [ -6.352953255178718, 57.243032820573724 ], [ -6.352847234845906, 57.242415938429254 ], [ -6.351458738257374, 57.242387675263814 ], [ -6.351310118550763, 57.24204207963249 ], [ -6.353232007238355, 57.241530199336346 ], [ -6.354510116493121, 57.237955817592677 ], [ -6.357395379186189, 57.236475070717404 ], [ -6.363788037485604, 57.234782311766445 ], [ -6.366710423528743, 57.234796600994876 ], [ -6.367845473665979, 57.235081744503852 ], [ -6.36864133238363, 57.234869649795229 ], [ -6.369063449455498, 57.235142743045486 ], [ -6.369442189850468, 57.234769797371733 ], [ -6.3703274548718, 57.234752438601674 ], [ -6.374386139334544, 57.235411367375001 ], [ -6.374733640256594, 57.23589390186325 ], [ -6.374957584730899, 57.235404922815057 ], [ -6.375585289632664, 57.235243618557256 ], [ -6.376419088677026, 57.235421378772017 ], [ -6.376150067769443, 57.235250891793399 ], [ -6.37747308323605, 57.235078801963887 ], [ -6.377971970366906, 57.235439124442991 ], [ -6.378246949509153, 57.235240654683913 ], [ -6.378811415156871, 57.235454783852035 ], [ -6.380859378793418, 57.234893093060926 ], [ -6.383033406644548, 57.235671534988398 ], [ -6.38503225121103, 57.235952413357928 ], [ -6.384781048691476, 57.235583457066639 ], [ -6.387915565010836, 57.234327101656554 ], [ -6.391347170409738, 57.233199664102415 ], [ -6.392329046266301, 57.232949422183786 ], [ -6.392425771598009, 57.233134904931333 ], [ -6.395425807262604, 57.231797620679124 ], [ -6.399577160416549, 57.232119713297578 ], [ -6.400535789920194, 57.232648192740598 ], [ -6.400628318038899, 57.232172766051562 ], [ -6.401688880284059, 57.23174880320753 ], [ -6.403118869756853, 57.231918947500731 ], [ -6.403772479194623, 57.232323204859064 ], [ -6.405026043746129, 57.232265682147059 ], [ -6.405733204049198, 57.232632072878914 ], [ -6.405253554408729, 57.232851287971798 ], [ -6.406651944759429, 57.233103448571391 ], [ -6.406920396807693, 57.233476255936544 ], [ -6.408997067541652, 57.234199217699818 ], [ -6.409301935394475, 57.235708473127495 ], [ -6.411635864965398, 57.236431342456406 ], [ -6.413514836890259, 57.236401200157381 ], [ -6.414245863937414, 57.23675771212136 ], [ -6.417878038119199, 57.236962577939025 ], [ -6.419676465723055, 57.238612559848413 ], [ -6.419510707444092, 57.23916703486001 ], [ -6.420297307904642, 57.239571022162551 ], [ -6.420270352100248, 57.240107114654549 ], [ -6.421435908560587, 57.240281881572294 ], [ -6.421257019919461, 57.240450080442919 ], [ -6.42059655444961, 57.240199047145907 ], [ -6.420966128428731, 57.2405142996328 ], [ -6.422541917415543, 57.240858970884155 ], [ -6.422808431438358, 57.240660697760269 ], [ -6.424281398261001, 57.241530626363392 ], [ -6.423622624313032, 57.240879315310352 ], [ -6.426039794769991, 57.241392129847419 ], [ -6.426406375844227, 57.240853041277745 ], [ -6.427420278394432, 57.240938669095641 ], [ -6.426202982982519, 57.241507789511125 ], [ -6.427273771537782, 57.243205122271632 ], [ -6.42768129675742, 57.243249912115331 ], [ -6.427299190620763, 57.243245413942745 ], [ -6.426504476913697, 57.243120568450621 ], [ -6.426829370918595, 57.243684717792512 ], [ -6.426151080973292, 57.244045934149518 ], [ -6.426921026149988, 57.245138513694833 ], [ -6.426421836087388, 57.245057199105375 ], [ -6.426736903717059, 57.246368199254078 ], [ -6.427343463040568, 57.246652585243794 ], [ -6.426775091674433, 57.246686138994626 ], [ -6.426768211681748, 57.246974190399726 ], [ -6.427623142788805, 57.247254305477362 ], [ -6.427021872468245, 57.248395285842982 ], [ -6.427078704969977, 57.249904274805161 ], [ -6.431233703985818, 57.251133634625681 ], [ -6.432554987972525, 57.252116765377032 ], [ -6.432665953407968, 57.253246093426945 ], [ -6.434433496666788, 57.253385982501968 ], [ -6.434966249931038, 57.25415862334647 ], [ -6.434784637934587, 57.253476999440998 ], [ -6.436020553244165, 57.25368063221709 ], [ -6.435708294169006, 57.255153209817941 ], [ -6.435029492279546, 57.254615084041596 ], [ -6.435047853574169, 57.255594786799975 ], [ -6.435802305281527, 57.256278639580863 ], [ -6.436176458340625, 57.256215940455746 ], [ -6.435613832699378, 57.2554713422427 ], [ -6.435931933071676, 57.255356661456943 ], [ -6.436834757569918, 57.255963308567146 ], [ -6.439199544262517, 57.256306858418519 ], [ -6.439243080890716, 57.256737033249884 ], [ -6.439739722639582, 57.256589041763839 ], [ -6.439559630059487, 57.257022634565566 ], [ -6.438784172260819, 57.25699161631092 ], [ -6.439421219120982, 57.257526704446121 ], [ -6.439080174554694, 57.258001968827948 ], [ -6.439933631509125, 57.258129159778989 ], [ -6.441395143558311, 57.257380379104688 ], [ -6.442547943404582, 57.2578567165056 ], [ -6.443508571524578, 57.259009911610924 ], [ -6.445114719217946, 57.25904744431822 ], [ -6.446686260147738, 57.260241926573208 ], [ -6.449009786817294, 57.260721673161619 ], [ -6.449784824262838, 57.261229333524987 ], [ -6.449826030669223, 57.261776513535459 ], [ -6.450311333171484, 57.261534444589437 ], [ -6.451509690072665, 57.262454297958406 ], [ -6.451021925459602, 57.262813382514466 ], [ -6.451809217796727, 57.264314448885195 ], [ -6.451374369126286, 57.264905503943673 ], [ -6.452301395233167, 57.265502196503597 ], [ -6.453153952102508, 57.267198811333827 ], [ -6.454532712639893, 57.267068916141106 ], [ -6.453160648574049, 57.267940590166511 ], [ -6.455313142239939, 57.269883354505652 ], [ -6.456008045206594, 57.273361897656542 ], [ -6.460359568378824, 57.278032649901078 ], [ -6.460732489437222, 57.279876689496781 ], [ -6.461719384101277, 57.281168243199353 ], [ -6.458458830556829, 57.281780611673497 ], [ -6.45709280889881, 57.282609831230545 ], [ -6.456923403158508, 57.284145753056038 ], [ -6.458585203725534, 57.286292088301124 ], [ -6.462704239259339, 57.286920975631325 ], [ -6.465201885890174, 57.288395322003552 ], [ -6.474329183667189, 57.288584707747525 ], [ -6.475466172083394, 57.288031493664896 ], [ -6.47645686146548, 57.287982667937179 ], [ -6.479735299757915, 57.289534117505404 ], [ -6.481863958282018, 57.291531295346246 ], [ -6.481309709064766, 57.292504479877628 ], [ -6.481783773999347, 57.292986733804256 ], [ -6.48127738842453, 57.293602934779649 ], [ -6.480883307516641, 57.293504576777124 ], [ -6.481420184275841, 57.294025063866549 ], [ -6.480762357004555, 57.294489269971258 ], [ -6.48121463572475, 57.295201657990042 ], [ -6.480210945709059, 57.295349918316418 ], [ -6.479568455682445, 57.294644316121953 ], [ -6.479328962869159, 57.294792274749454 ], [ -6.480354098305862, 57.29550220783225 ], [ -6.479859835603909, 57.29608199195971 ], [ -6.480822656831319, 57.296416387139963 ], [ -6.480648603084851, 57.296692428744819 ], [ -6.481589255256472, 57.296708313378396 ], [ -6.483404298954969, 57.297695821876111 ], [ -6.482161920156142, 57.297658346111355 ], [ -6.481919125151388, 57.298733736582761 ], [ -6.480836989220648, 57.298920778085908 ], [ -6.482117609720298, 57.299612584552698 ], [ -6.481802230721829, 57.30043333014877 ], [ -6.481193915168642, 57.300486529125443 ], [ -6.482128000318744, 57.301333941534885 ], [ -6.480884497506038, 57.300947288446544 ], [ -6.480042739365197, 57.301948714896774 ], [ -6.481004839569754, 57.305480597587831 ], [ -6.481806474611803, 57.306126549098629 ], [ -6.482298049295383, 57.306001066334311 ], [ -6.481822501519288, 57.306530718795855 ], [ -6.483328056766819, 57.306202632030605 ], [ -6.484018865811991, 57.306416306237018 ], [ -6.48225496644103, 57.307351744661062 ], [ -6.48247361309877, 57.309349659025308 ], [ -6.483279183474502, 57.310026942710081 ], [ -6.482800279778292, 57.311006431147604 ], [ -6.474672611363157, 57.31346399664676 ], [ -6.474194236029575, 57.313903774147491 ], [ -6.472439994294014, 57.313898821917363 ], [ -6.466957667537658, 57.315222770673913 ], [ -6.4653388796352, 57.315649115889656 ], [ -6.464420849681051, 57.316302360525803 ], [ -6.463213598053813, 57.316079954216924 ], [ -6.460663329549193, 57.318077345806671 ], [ -6.459673851302105, 57.318211430511873 ], [ -6.459110321805261, 57.317745761540344 ], [ -6.459221912808821, 57.318254464458832 ], [ -6.457565730942573, 57.318785465113159 ], [ -6.457431483918758, 57.3197346148809 ], [ -6.45670598079353, 57.319715397535937 ], [ -6.457291887579668, 57.320022885601105 ], [ -6.456531937891752, 57.320405128576446 ], [ -6.456938608635263, 57.320674009210229 ], [ -6.456194722182381, 57.322422786459299 ], [ -6.454576704498712, 57.321967532616121 ], [ -6.454514967280349, 57.322486884412506 ], [ -6.452879462818206, 57.322710385044182 ], [ -6.452319368495238, 57.322190599599509 ], [ -6.450566436422645, 57.321581782862623 ], [ -6.449523849680602, 57.320481879047826 ], [ -6.447827041679812, 57.320404386826553 ], [ -6.446888082928879, 57.320695773930282 ], [ -6.445945561435151, 57.321191445268418 ], [ -6.446461506718295, 57.322212890916468 ], [ -6.444945273680332, 57.321649579969069 ], [ -6.444003351046641, 57.321958137940058 ], [ -6.443336831956877, 57.322853249428796 ], [ -6.443487706342715, 57.323660973420822 ], [ -6.442996470780792, 57.323764698407714 ], [ -6.443342740954994, 57.323974599288661 ], [ -6.442829849717909, 57.323706735952193 ], [ -6.442131716545975, 57.324079504446601 ], [ -6.441219141987288, 57.323888731313808 ], [ -6.44029370895712, 57.324279421498879 ], [ -6.440434816225516, 57.32448399298174 ], [ -6.439845923238816, 57.324481431200056 ], [ -6.440505863563275, 57.324865526224102 ], [ -6.44014076397055, 57.324871241036284 ], [ -6.440354159626851, 57.325770294754989 ], [ -6.438771327671471, 57.326610533388269 ], [ -6.437322921000938, 57.326664419927909 ], [ -6.435332684318643, 57.325893789335979 ], [ -6.434031848954939, 57.325089794056716 ], [ -6.434092382151099, 57.324378928681689 ], [ -6.433371072805565, 57.324326148755866 ], [ -6.431981063575201, 57.322464889910847 ], [ -6.431014415208685, 57.322307431935577 ], [ -6.43016682700965, 57.322737570799468 ], [ -6.427660745842215, 57.323201909314378 ], [ -6.426871090538086, 57.323092142306329 ], [ -6.427377225150672, 57.323525795706551 ], [ -6.427006241890027, 57.324269185802223 ], [ -6.428019958593924, 57.325230876109408 ], [ -6.428172154805806, 57.326976636903133 ], [ -6.428843969006278, 57.327473697097211 ], [ -6.428976300772225, 57.328254204653881 ], [ -6.430245503273738, 57.329085450733025 ], [ -6.429874599357661, 57.329139907027972 ], [ -6.430093138354477, 57.330055880387761 ], [ -6.429029869348414, 57.331195145870389 ], [ -6.430284966618808, 57.332556636714692 ], [ -6.429549241989288, 57.333295810478916 ], [ -6.429509602938923, 57.334084181836076 ], [ -6.430402299825815, 57.334811786762693 ], [ -6.429886901898558, 57.335130365543606 ], [ -6.431180259844911, 57.336407756383089 ], [ -6.433480136922088, 57.336308605982815 ], [ -6.432090614344192, 57.336577999971361 ], [ -6.432992021742383, 57.337225234734106 ], [ -6.432383607493028, 57.337903268543045 ], [ -6.433202372008559, 57.338072240053542 ], [ -6.432548705822518, 57.338099807066101 ], [ -6.432552332425383, 57.338405474864302 ], [ -6.432014406346106, 57.338289547523416 ], [ -6.431153195305037, 57.338940518527473 ], [ -6.432099980905884, 57.339136460041907 ], [ -6.432190741919444, 57.339475029037708 ], [ -6.430778044291741, 57.339691259605075 ], [ -6.430796421897974, 57.340050370671918 ], [ -6.429943227650054, 57.339320473368467 ], [ -6.428082073826878, 57.339197227382968 ], [ -6.427157648258545, 57.338703666960029 ], [ -6.42400440659786, 57.335420453099275 ], [ -6.42323751205983, 57.33525319446629 ], [ -6.421172880038369, 57.333727666515458 ], [ -6.421187632548292, 57.334389101043151 ], [ -6.419825871392942, 57.334820171711222 ], [ -6.41877426988265, 57.334774429880724 ], [ -6.417362874581068, 57.335360115742667 ], [ -6.417668102428565, 57.336031119338827 ], [ -6.41888696352618, 57.3366097227591 ], [ -6.416672039182946, 57.336447491726659 ], [ -6.415758558125561, 57.336928406713668 ], [ -6.415103825378016, 57.336836301514808 ], [ -6.414898388763619, 57.336469376404793 ], [ -6.413892185947659, 57.336580289630199 ], [ -6.413143103613417, 57.33591048437539 ], [ -6.41247022718227, 57.335944018554542 ], [ -6.411639331542782, 57.335534304535827 ], [ -6.411144190009925, 57.334665797566409 ], [ -6.406691611934841, 57.331515055211405 ], [ -6.401380814729023, 57.330202012838939 ], [ -6.397478218069938, 57.329898025003317 ], [ -6.394154874309472, 57.329222892808147 ], [ -6.386378290243777, 57.326469241063798 ], [ -6.38142693351436, 57.323472689944978 ], [ -6.374884958581567, 57.320583549577634 ], [ -6.37153178377712, 57.318654262061919 ], [ -6.368255295572211, 57.315464907388282 ], [ -6.367132140544542, 57.313482197785859 ], [ -6.365404559242939, 57.312482819685634 ], [ -6.361897189061161, 57.309215008211616 ], [ -6.357780998377661, 57.304001336825998 ], [ -6.356680185248005, 57.303475642901077 ], [ -6.356559160251964, 57.303057142211557 ], [ -6.353886420128178, 57.302614745194546 ], [ -6.352744881158751, 57.301884477377889 ], [ -6.347790506271061, 57.299948065281683 ], [ -6.338308845304891, 57.297908098173465 ], [ -6.333462479432712, 57.297920805166861 ], [ -6.329450798709473, 57.297501631303462 ], [ -6.326145751126377, 57.297651550029656 ], [ -6.323379999734406, 57.298290939560616 ], [ -6.322757623485822, 57.298154987162647 ], [ -6.322784444829485, 57.297110821513819 ], [ -6.320895589797372, 57.296658728334172 ], [ -6.317737361613591, 57.29650209214541 ], [ -6.315625602517464, 57.297377823986409 ], [ -6.315370304289031, 57.296900955370873 ], [ -6.31527883606769, 57.297438309420691 ], [ -6.314524812441423, 57.297624310388862 ], [ -6.312789681167327, 57.297504965489942 ], [ -6.309612286871577, 57.297908171833548 ], [ -6.307614258226928, 57.298551426575095 ], [ -6.307264395884309, 57.299394420350609 ], [ -6.306223833412486, 57.299347379412616 ], [ -6.307296001434127, 57.29962176799112 ], [ -6.308016981661064, 57.299294850454842 ], [ -6.31035318380918, 57.300247100116543 ], [ -6.309791590092739, 57.300388691420821 ], [ -6.310349359584976, 57.300852487407482 ], [ -6.311937340798563, 57.301316874276708 ], [ -6.316199919323907, 57.300814254415926 ], [ -6.318153586941174, 57.3014638041521 ], [ -6.323318459315292, 57.301796014422138 ], [ -6.329615674299367, 57.302784121724329 ], [ -6.332651780183645, 57.302886227471319 ], [ -6.33704188304709, 57.30383185074453 ], [ -6.342150126272261, 57.305791244631507 ], [ -6.345155169390082, 57.307526460896213 ], [ -6.348724103246814, 57.310303323932345 ], [ -6.350313576256411, 57.312640556577605 ], [ -6.359338187619669, 57.319996422861927 ], [ -6.359658070849938, 57.320941340959976 ], [ -6.359286703145997, 57.322505635121203 ], [ -6.355318903317783, 57.323745027112508 ], [ -6.358140628362335, 57.323215439692575 ], [ -6.361553793775568, 57.324027783632737 ], [ -6.370650176936908, 57.32774969033732 ], [ -6.371920326150378, 57.328726264569539 ], [ -6.374360249986391, 57.329653095419808 ], [ -6.385313013850636, 57.335598234824808 ], [ -6.386494715816674, 57.337067922521399 ], [ -6.385365836148004, 57.337781873027666 ], [ -6.387297852339027, 57.337804341864526 ], [ -6.391597505545937, 57.339503206905441 ], [ -6.398066786699119, 57.338564546350447 ], [ -6.401660526343777, 57.339378516496424 ], [ -6.402652087467939, 57.339907679056907 ], [ -6.402721024699471, 57.341523254637714 ], [ -6.399855527048802, 57.342374642700378 ], [ -6.395794269642851, 57.342756964532505 ], [ -6.395509810821959, 57.343284961656082 ], [ -6.395965802288424, 57.344412117452286 ], [ -6.395353425194772, 57.344646698970742 ], [ -6.396077544184652, 57.344414502693503 ], [ -6.397399736861312, 57.344675813144953 ], [ -6.404449667899809, 57.344341583917675 ], [ -6.405739979890469, 57.344475313343878 ], [ -6.4071907255484, 57.345224876863739 ], [ -6.407597392248679, 57.346492234090597 ], [ -6.406398263413611, 57.350112956249532 ], [ -6.406980074666449, 57.352007339891266 ], [ -6.405703168726061, 57.353789736670088 ], [ -6.40414720015464, 57.354953230824492 ], [ -6.402234947824028, 57.355450153489066 ], [ -6.402193290394585, 57.356073986051108 ], [ -6.400946667181345, 57.357001751520507 ], [ -6.399513553928116, 57.357151772805693 ], [ -6.396711097523083, 57.358776119470754 ], [ -6.396204208756025, 57.359976539963363 ], [ -6.396023195467305, 57.35921570235223 ], [ -6.397021781703625, 57.358230116307773 ], [ -6.39326849341578, 57.359100696214838 ], [ -6.387837084947339, 57.361457081482904 ], [ -6.386899247319985, 57.362591561418697 ], [ -6.385513757963161, 57.362841962861971 ], [ -6.385172343315915, 57.362903663761571 ], [ -6.383614157841625, 57.364001304272442 ], [ -6.38533658432964, 57.362950097457812 ], [ -6.386816119786839, 57.362661916637407 ], [ -6.386050650907505, 57.363776880623497 ], [ -6.387180218615384, 57.362644708083444 ], [ -6.387770720514091, 57.362502674151145 ], [ -6.386923201787893, 57.363557552928683 ], [ -6.38801290698791, 57.362440254494921 ], [ -6.391196754581537, 57.361438647760373 ], [ -6.396226022531768, 57.360492020629479 ], [ -6.396170190106826, 57.360192681912757 ], [ -6.398483587997392, 57.360957138603162 ], [ -6.399889498389613, 57.360634504228578 ], [ -6.400015466259647, 57.361268654008512 ], [ -6.403690655906665, 57.359386106383013 ], [ -6.405237284227439, 57.359404740802191 ], [ -6.405955951638958, 57.360026199552003 ], [ -6.405420459484537, 57.35943339448032 ], [ -6.406360492754166, 57.358710603610739 ], [ -6.406067568800825, 57.35735201247256 ], [ -6.406953501078322, 57.355957473355744 ], [ -6.409514351790719, 57.353823316966796 ], [ -6.412708146582757, 57.350216158011364 ], [ -6.414075776109598, 57.34970402741682 ], [ -6.414716651862029, 57.349056431912622 ], [ -6.416126997402284, 57.34874783730276 ], [ -6.417746310393575, 57.34916668047623 ], [ -6.419392428388329, 57.34885425422052 ], [ -6.419863535550976, 57.349201933941792 ], [ -6.422096928089331, 57.349358977704483 ], [ -6.423895332343694, 57.350061943581146 ], [ -6.428518406979587, 57.349642729858473 ], [ -6.429922879360633, 57.349010402195717 ], [ -6.429832215152842, 57.348507238580559 ], [ -6.43086050566984, 57.348246124253819 ], [ -6.434284211705451, 57.348423019777343 ], [ -6.434475102579886, 57.347303723910812 ], [ -6.435480850201428, 57.346622446713788 ], [ -6.435262773669104, 57.345464523856712 ], [ -6.436513106337887, 57.345431163483561 ], [ -6.437367947544662, 57.345057397802691 ], [ -6.437497722300766, 57.345635625572712 ], [ -6.437906502253409, 57.345507859770635 ], [ -6.438056593508432, 57.345772377593001 ], [ -6.437712435780164, 57.346889001388661 ], [ -6.438601263222154, 57.347497972876944 ], [ -6.439669503895099, 57.34771925135783 ], [ -6.443532037985608, 57.347562894729556 ], [ -6.444562024062943, 57.347866431821345 ], [ -6.445302206420423, 57.347741306581355 ], [ -6.446567010958515, 57.348238884233055 ], [ -6.447552602664375, 57.346774836523103 ], [ -6.448870256076828, 57.34604732595767 ], [ -6.448677689779574, 57.345831092868963 ], [ -6.449637562901894, 57.34570715436184 ], [ -6.450401478615375, 57.345133251808875 ], [ -6.451386032720959, 57.345130744547212 ], [ -6.45196266924743, 57.344700178371376 ], [ -6.454074184437366, 57.344813300769211 ], [ -6.455715391666745, 57.344313483904855 ], [ -6.455553349995212, 57.34332088578293 ], [ -6.454413513701097, 57.342084149714019 ], [ -6.45491129215996, 57.34022270412872 ], [ -6.456458613631042, 57.339403314070843 ], [ -6.457817515668958, 57.339224676665367 ], [ -6.45792833677635, 57.339589502391981 ], [ -6.460959087534958, 57.340781549112926 ], [ -6.461576989929103, 57.34162303952936 ], [ -6.459243772202894, 57.343504720709909 ], [ -6.459818098002926, 57.344329778504459 ], [ -6.459514907941769, 57.345874041693129 ], [ -6.458774163350929, 57.346350043385009 ], [ -6.458834864456639, 57.347260792262809 ], [ -6.460480731963557, 57.347319284210741 ], [ -6.460885023041294, 57.34694965945485 ], [ -6.460991729158125, 57.347485518100484 ], [ -6.46293513076975, 57.347596370562982 ], [ -6.460844138419707, 57.348803902739384 ], [ -6.459994776599392, 57.348865540717156 ], [ -6.459956728813727, 57.349442515726487 ], [ -6.457191200377099, 57.349823984831197 ], [ -6.456610272444196, 57.351740553620949 ], [ -6.45725326531706, 57.352390501275345 ], [ -6.456947710436086, 57.353875476585529 ], [ -6.457333444989612, 57.354146904757656 ], [ -6.456867366854957, 57.354131960754167 ], [ -6.45700195333285, 57.355733534013581 ], [ -6.456317619000816, 57.355935892866036 ], [ -6.457046622773768, 57.356293181701368 ], [ -6.456318818686944, 57.356521366543816 ], [ -6.455610744982404, 57.356309035703383 ], [ -6.454617955161714, 57.356698607987674 ], [ -6.454202120832926, 57.357797139545461 ], [ -6.455709276238102, 57.359861808728382 ], [ -6.454538866336566, 57.359913203347112 ], [ -6.455330328093913, 57.360510230195608 ], [ -6.455884389956879, 57.360426723873303 ], [ -6.457128082179925, 57.361005902486831 ], [ -6.458187104070952, 57.360749773348616 ], [ -6.458902896008249, 57.361326079465705 ], [ -6.459673994791955, 57.361206972326052 ], [ -6.460230848200222, 57.361475017917968 ], [ -6.461039295114008, 57.361101841601645 ], [ -6.46049438077034, 57.360644499138346 ], [ -6.460718701369132, 57.36017603610221 ], [ -6.461934381364929, 57.360387403629844 ], [ -6.464536230903008, 57.362457169968629 ], [ -6.465545348493465, 57.362775679033092 ], [ -6.465569855690743, 57.362252247986248 ], [ -6.467340425873908, 57.363438596610393 ], [ -6.468422545858473, 57.36345408299772 ], [ -6.468970129470083, 57.363139599528822 ], [ -6.468424536287772, 57.361488787450796 ], [ -6.469296567323421, 57.361446978511438 ], [ -6.469825434664694, 57.361785233671526 ], [ -6.470675994911544, 57.361553502556326 ], [ -6.472457417239424, 57.362431794543895 ], [ -6.472228600798423, 57.36282129257382 ], [ -6.472828485494793, 57.363509580347376 ], [ -6.473511364922885, 57.36358150716049 ], [ -6.474291334694517, 57.364217506586016 ], [ -6.474899346044576, 57.364194055416434 ], [ -6.474298047572214, 57.364627402739501 ], [ -6.474496090734175, 57.364900069866906 ], [ -6.476308004913104, 57.365234876104346 ], [ -6.477405417526423, 57.365838862053621 ], [ -6.479137709858187, 57.365507296340546 ], [ -6.480676271250704, 57.365906649717168 ], [ -6.481249179386976, 57.36678114453747 ], [ -6.480918649709221, 57.370071326854045 ], [ -6.479871189306157, 57.370900164910097 ], [ -6.479738913742341, 57.371520984339469 ], [ -6.476024566137101, 57.372829781389562 ], [ -6.474816875499652, 57.374393708859849 ], [ -6.473161489435128, 57.374103668000977 ], [ -6.471334539803432, 57.374686748401309 ], [ -6.470466885756172, 57.375286047553239 ], [ -6.470286660258308, 57.376443711671286 ], [ -6.469212733967987, 57.37753692177656 ], [ -6.467822086842286, 57.377999198450652 ], [ -6.469301249438337, 57.377689373004209 ], [ -6.470510626500785, 57.378840784872523 ], [ -6.469705856984957, 57.37777122136454 ], [ -6.470428486900436, 57.376937842991097 ], [ -6.471298192218025, 57.376696440008487 ], [ -6.474191024167715, 57.378516441526116 ], [ -6.47490368119835, 57.378679946678169 ], [ -6.475402199090556, 57.378480512886142 ], [ -6.475211012676207, 57.379192465325254 ], [ -6.475999552486526, 57.379077140835705 ], [ -6.476783259239792, 57.379686016322474 ], [ -6.481056445604176, 57.379715414356227 ], [ -6.481953630114844, 57.379222018874067 ], [ -6.484124655397365, 57.380240075055845 ], [ -6.48591346509331, 57.38054230573966 ], [ -6.485208452867441, 57.381095429441288 ], [ -6.485888822638615, 57.381565830770768 ], [ -6.48538714550251, 57.381739335948097 ], [ -6.485200083957381, 57.382483539246167 ], [ -6.485941504064123, 57.3836704021261 ], [ -6.485063846620622, 57.384051599470808 ], [ -6.485841386994831, 57.384362934277355 ], [ -6.485716244979659, 57.384782934438064 ], [ -6.486239027204242, 57.38455021294272 ], [ -6.486385521433176, 57.384944328468464 ], [ -6.487825078721502, 57.385098905048523 ], [ -6.488345044952913, 57.386897177572656 ], [ -6.487680780189972, 57.387525309230305 ], [ -6.488500556502867, 57.388262348600527 ], [ -6.486408178766822, 57.390205151570925 ], [ -6.486940750186485, 57.390732092972982 ], [ -6.48652691275422, 57.391270329059822 ], [ -6.485871158076417, 57.391383674522608 ], [ -6.485611031514845, 57.392497449319485 ], [ -6.481991384716043, 57.39586267695136 ], [ -6.482885084229388, 57.395746265444338 ], [ -6.483136509517389, 57.396453239399996 ], [ -6.48407194860962, 57.396800332622291 ], [ -6.485805926793155, 57.396811325306068 ], [ -6.487256424067307, 57.397214668219426 ], [ -6.487759188714339, 57.397810129062528 ], [ -6.487528642179904, 57.399002001046973 ], [ -6.488381267284918, 57.400005002606193 ], [ -6.488725914697106, 57.403715416428405 ], [ -6.492165008110869, 57.40473305993838 ], [ -6.492587206683529, 57.405729829417822 ], [ -6.492492264816255, 57.403855219386152 ], [ -6.494505493837173, 57.401834207344201 ], [ -6.493898190250158, 57.400673169381449 ], [ -6.494102632318878, 57.398577390659504 ], [ -6.494822630045674, 57.398321396764409 ], [ -6.495478511679975, 57.397325662843748 ], [ -6.495944465328684, 57.395379725177676 ], [ -6.494841297624617, 57.393706662914973 ], [ -6.495035095264441, 57.392923526545431 ], [ -6.496424714199167, 57.391758536064728 ], [ -6.496163584966494, 57.391164359511812 ], [ -6.496633965900679, 57.390952357660055 ], [ -6.496226095835699, 57.390682727839739 ], [ -6.496994659219305, 57.390457360052174 ], [ -6.497615734865234, 57.389478145772252 ], [ -6.497537963994287, 57.388803657726932 ], [ -6.498087906544797, 57.388439497348514 ], [ -6.497478471104665, 57.387789430568645 ], [ -6.498460727229781, 57.388084371678382 ], [ -6.499735217982529, 57.38689287764295 ], [ -6.500147045677622, 57.387004953586704 ], [ -6.500084901799215, 57.386702271247771 ], [ -6.500448171812667, 57.386852961344125 ], [ -6.501771021461852, 57.386110328317365 ], [ -6.50199311528132, 57.385396319101659 ], [ -6.500751260753111, 57.384736538992712 ], [ -6.500781753463862, 57.384428740810556 ], [ -6.501350096594735, 57.384689909849413 ], [ -6.502478948854479, 57.384510963799656 ], [ -6.503102592191156, 57.385113727605159 ], [ -6.504002145462933, 57.384424009800071 ], [ -6.506064282962498, 57.384426548069605 ], [ -6.507063263784932, 57.384153278281516 ], [ -6.508422421829969, 57.383030605559149 ], [ -6.508709203748937, 57.381936497521117 ], [ -6.508273538342083, 57.381576161612024 ], [ -6.509027544247367, 57.381925076960357 ], [ -6.509316824110546, 57.380621308560208 ], [ -6.510247375613012, 57.380605006539135 ], [ -6.510371898589044, 57.379898077326146 ], [ -6.511352207881639, 57.379487826151482 ], [ -6.511260835130023, 57.378257977067065 ], [ -6.511731720346111, 57.378092665765017 ], [ -6.512040648753982, 57.376827757966069 ], [ -6.513573074261184, 57.375844507903345 ], [ -6.513938144824267, 57.37606435009355 ], [ -6.514321170956809, 57.375767268093 ], [ -6.515435618221338, 57.375690352401243 ], [ -6.515780896546243, 57.375154471394936 ], [ -6.517965479325204, 57.375276525874135 ], [ -6.519714966285147, 57.374826856135698 ], [ -6.519897382324947, 57.374361579590087 ], [ -6.521498986538141, 57.373509754692996 ], [ -6.521589348103668, 57.371838935323701 ], [ -6.522553283002222, 57.371555100540817 ], [ -6.522241842590866, 57.370906117356249 ], [ -6.523535058735588, 57.370214667939308 ], [ -6.523596530028631, 57.369646704360278 ], [ -6.524728347899631, 57.369226387763874 ], [ -6.525115617211529, 57.369842053595505 ], [ -6.526655839991902, 57.370721101908487 ], [ -6.527219421388144, 57.371712675409228 ], [ -6.525781906875213, 57.371976726891134 ], [ -6.525652507606932, 57.372412221706711 ], [ -6.524684822039077, 57.372571192511096 ], [ -6.526005031277257, 57.374297355408537 ], [ -6.525506190175634, 57.374909854360865 ], [ -6.524561425849853, 57.375039215091327 ], [ -6.524210654557339, 57.375232632379912 ], [ -6.524609379382719, 57.375360389219786 ], [ -6.523774773534535, 57.375653973522589 ], [ -6.524722314957041, 57.375722396993297 ], [ -6.523566093582075, 57.376216442512117 ], [ -6.523717792648563, 57.377000693926156 ], [ -6.521607648166006, 57.378347547683816 ], [ -6.521167471389279, 57.37903167012341 ], [ -6.51989311554875, 57.379135972628994 ], [ -6.519495356052331, 57.379718724709427 ], [ -6.519837637651293, 57.379834136058399 ], [ -6.519129243227719, 57.380017912596117 ], [ -6.518947542052763, 57.38062437368 ], [ -6.517563310726503, 57.38152680813122 ], [ -6.518644630916829, 57.382193097402613 ], [ -6.520323049048534, 57.382434054664039 ], [ -6.521997745210999, 57.381254003787113 ], [ -6.523210391723331, 57.380959421351186 ], [ -6.525143994931605, 57.381001346281437 ], [ -6.525922043945329, 57.382703861976189 ], [ -6.525419334659137, 57.383124015910909 ], [ -6.526185903191021, 57.383181859146021 ], [ -6.524657826861602, 57.385063651776449 ], [ -6.523398730627084, 57.385590174753553 ], [ -6.523303611095179, 57.386695416331378 ], [ -6.52146469521523, 57.387518012572755 ], [ -6.521922421490491, 57.388230994141018 ], [ -6.521661035610357, 57.388704509820521 ], [ -6.521202239954559, 57.388712019064386 ], [ -6.521520789003349, 57.38941741611491 ], [ -6.521174599942211, 57.389824723894087 ], [ -6.519956826002129, 57.390620453229182 ], [ -6.517798718202338, 57.390612590751651 ], [ -6.517129116792408, 57.390883102068742 ], [ -6.517225799839121, 57.392235083797779 ], [ -6.516569602511709, 57.393236354128199 ], [ -6.516980540989899, 57.393948335712324 ], [ -6.517843509292138, 57.394070228441663 ], [ -6.518700759945144, 57.395402068572928 ], [ -6.518341335274955, 57.39641876342867 ], [ -6.519058472520239, 57.396830113840409 ], [ -6.519400520387815, 57.396604649930012 ], [ -6.519880062015691, 57.396845548677625 ], [ -6.519851157781718, 57.398069827825687 ], [ -6.520850549530917, 57.398499802807876 ], [ -6.522155970893481, 57.398587767592446 ], [ -6.523758561492353, 57.397209726819931 ], [ -6.526267763033798, 57.398518942693997 ], [ -6.525999765099864, 57.399734746293042 ], [ -6.524755345773626, 57.400249050916401 ], [ -6.523615083057084, 57.399893431174107 ], [ -6.52417840920412, 57.400420920873579 ], [ -6.523577567983773, 57.401208867124389 ], [ -6.524822063648815, 57.402461978959401 ], [ -6.527292641160573, 57.403900293630301 ], [ -6.531601324078984, 57.404380974053616 ], [ -6.53213217199338, 57.405748786627399 ], [ -6.531926467457988, 57.406860722395116 ], [ -6.533162542272781, 57.409644024972017 ], [ -6.533570091528376, 57.409799326463627 ], [ -6.533698522723438, 57.409409732021217 ], [ -6.533767465042763, 57.409926227452132 ], [ -6.533905894217712, 57.409698172863102 ], [ -6.53442644778807, 57.41006616376508 ], [ -6.534258636952824, 57.410824153906589 ], [ -6.536006020700625, 57.411287306429465 ], [ -6.535790202241903, 57.411630586242865 ], [ -6.536693279822701, 57.412152966390217 ], [ -6.536612847648315, 57.412754901436699 ], [ -6.538419538355311, 57.413493813236862 ], [ -6.538759561415733, 57.412310456214634 ], [ -6.539889312138344, 57.412455857587439 ], [ -6.540527068185342, 57.412235849817797 ], [ -6.538757216299262, 57.410906499019688 ], [ -6.537545119138909, 57.410499622068855 ], [ -6.537091068384599, 57.409377303854093 ], [ -6.538437111529882, 57.40875397633382 ], [ -6.538036901916969, 57.406707781445384 ], [ -6.539362933524077, 57.405843211468124 ], [ -6.538648657904782, 57.403346938880127 ], [ -6.542571520598263, 57.398269961472323 ], [ -6.54198330291272, 57.397960216743733 ], [ -6.541016713862779, 57.398428672269389 ], [ -6.536693373178246, 57.398296043802375 ], [ -6.53623623084283, 57.39795455936553 ], [ -6.53608087991312, 57.399041303409192 ], [ -6.537078409946749, 57.399871476230203 ], [ -6.537272021727214, 57.401676880466951 ], [ -6.534831441672018, 57.401129028516941 ], [ -6.533929711537765, 57.402042111861022 ], [ -6.534811793495239, 57.403931519869928 ], [ -6.532431874971061, 57.404144162202911 ], [ -6.531582820592383, 57.403126912545993 ], [ -6.531349609098792, 57.401605359174141 ], [ -6.530804029023259, 57.401424445948685 ], [ -6.532553831544753, 57.40059144516534 ], [ -6.533989008881649, 57.400447949851866 ], [ -6.534973816939062, 57.399385258059596 ], [ -6.534972861683387, 57.398758376604469 ], [ -6.534333503644657, 57.398465732706647 ], [ -6.533453062544859, 57.398513676367102 ], [ -6.531782545936435, 57.397090718727014 ], [ -6.53216907235396, 57.396834832641154 ], [ -6.531900994852093, 57.395542996764156 ], [ -6.533987407278966, 57.394282288004597 ], [ -6.534083219998775, 57.393225577615326 ], [ -6.535058521092744, 57.392827916478865 ], [ -6.539012191241691, 57.393074675158068 ], [ -6.539121499553836, 57.390998391764576 ], [ -6.539752098103317, 57.391194184996863 ], [ -6.541046624563079, 57.390658122164275 ], [ -6.541833930766741, 57.390707029412027 ], [ -6.541642077140889, 57.391591827620893 ], [ -6.537936242057463, 57.394192863577317 ], [ -6.537710679958647, 57.395115747527775 ], [ -6.53639896711285, 57.395110922772403 ], [ -6.535848316511255, 57.395817073228038 ], [ -6.536761992496444, 57.397154863802037 ], [ -6.538752447346898, 57.397863737411313 ], [ -6.540108060571891, 57.397899334468619 ], [ -6.540817910862093, 57.39724138100523 ], [ -6.541141450165309, 57.397459054162972 ], [ -6.542204245525999, 57.397283040887125 ], [ -6.542853556191734, 57.396835935436798 ], [ -6.54273665706822, 57.395906527503996 ], [ -6.546055733058669, 57.393425470220173 ], [ -6.545736650430032, 57.392867654685062 ], [ -6.546121093131612, 57.391938105964961 ], [ -6.546770009030275, 57.391435225092181 ], [ -6.547521461817706, 57.391396347945545 ], [ -6.547873448414636, 57.39046077105494 ], [ -6.548738715925282, 57.390533797978883 ], [ -6.548559910890945, 57.39014001042316 ], [ -6.549468403746723, 57.389890361790385 ], [ -6.549682735748865, 57.38934922574753 ], [ -6.550077606493403, 57.38947075004041 ], [ -6.550151708612121, 57.38903452902133 ], [ -6.550670565424493, 57.389081405239025 ], [ -6.551061531501489, 57.388688577869594 ], [ -6.551166209198854, 57.387586549336589 ], [ -6.550068677177522, 57.387413114634228 ], [ -6.54994106565523, 57.386868165762174 ], [ -6.550254993159766, 57.386673311658626 ], [ -6.550508950237807, 57.3868808866699 ], [ -6.551436949113298, 57.385756242040365 ], [ -6.552346050988339, 57.385753898876651 ], [ -6.552171195303822, 57.385485897195316 ], [ -6.553820085360342, 57.385687008127853 ], [ -6.554349901954497, 57.385393475303054 ], [ -6.554637751461883, 57.385940709473232 ], [ -6.55528584528908, 57.386183462017613 ], [ -6.555517099643614, 57.385913337308665 ], [ -6.557056280952019, 57.388165556622155 ], [ -6.557942748042328, 57.388744147580574 ], [ -6.557470431294266, 57.389071588646672 ], [ -6.558315635188293, 57.3889833736322 ], [ -6.559227585530458, 57.389579021407584 ], [ -6.560338462126102, 57.389724910262913 ], [ -6.560420102859003, 57.390233742497102 ], [ -6.560806362723999, 57.390098299996545 ], [ -6.561152304048217, 57.390334898180733 ], [ -6.562442044637405, 57.389896822508028 ], [ -6.563295194526501, 57.390527857147198 ], [ -6.564472812854916, 57.390192771940988 ], [ -6.565653312385408, 57.390776824365147 ], [ -6.565510198214659, 57.390430331731473 ], [ -6.566164740397355, 57.39037597334017 ], [ -6.566382701317559, 57.38983916905589 ], [ -6.567282803211353, 57.390097892085734 ], [ -6.568154232776417, 57.389939398894157 ], [ -6.56900278613005, 57.389610832266492 ], [ -6.568876929922037, 57.389296096335343 ], [ -6.570251026817576, 57.389148097760817 ], [ -6.570193867655575, 57.38887673785748 ], [ -6.570813023767086, 57.389019725251053 ], [ -6.572994326769667, 57.38851942908429 ], [ -6.572485999274954, 57.388250092751356 ], [ -6.572347280015066, 57.38732508807243 ], [ -6.570475018378533, 57.386309326312215 ], [ -6.567305605135335, 57.385816502151236 ], [ -6.567028275868733, 57.385448804017727 ], [ -6.566617984627662, 57.385872070180838 ], [ -6.566396102598665, 57.385361139929479 ], [ -6.566841870880079, 57.38512907112198 ], [ -6.566490919368674, 57.384651613886618 ], [ -6.567971898001502, 57.38397266544969 ], [ -6.567639353227863, 57.383642954341823 ], [ -6.568208569104122, 57.382664332872594 ], [ -6.568059447814363, 57.381801767280649 ], [ -6.569561628829887, 57.38049239849002 ], [ -6.569062598953556, 57.379561604109746 ], [ -6.569714906850063, 57.377914345705662 ], [ -6.56857468131152, 57.377249721244176 ], [ -6.568889638624102, 57.376770547192635 ], [ -6.567019779775406, 57.376330318460326 ], [ -6.566445564684095, 57.374259925697949 ], [ -6.567066077504258, 57.373292934266239 ], [ -6.566574132976621, 57.372618223635598 ], [ -6.567045448469697, 57.371656653644969 ], [ -6.566185036109771, 57.370496129776278 ], [ -6.566069031992524, 57.368494534144645 ], [ -6.563282391128795, 57.36569949113953 ], [ -6.563109785469251, 57.362706042173272 ], [ -6.56206562698222, 57.363076763719263 ], [ -6.563234523138197, 57.360965542639796 ], [ -6.563989203721917, 57.360609823664795 ], [ -6.564441873201846, 57.361438876651434 ], [ -6.564856672960551, 57.36142830305063 ], [ -6.565144128611175, 57.361130028717604 ], [ -6.564450360442382, 57.360570583136884 ], [ -6.566134688657265, 57.360717153806561 ], [ -6.566206558623598, 57.3603718445545 ], [ -6.567674222073703, 57.359994683508383 ], [ -6.567866889619431, 57.358935300348335 ], [ -6.567428034158453, 57.358150729771715 ], [ -6.566508352685802, 57.358049243243798 ], [ -6.566457839796029, 57.35730901850026 ], [ -6.564706651529492, 57.356342772219016 ], [ -6.564163206617581, 57.355251676645416 ], [ -6.564731484414676, 57.353665955684768 ], [ -6.564042948853992, 57.353214256628036 ], [ -6.564921915514905, 57.352521209651492 ], [ -6.565497116231784, 57.352329406448163 ], [ -6.566047968274106, 57.352610706133248 ], [ -6.566421372956532, 57.35220136662565 ], [ -6.566094982141109, 57.351651063963914 ], [ -6.56524194062288, 57.351749529451077 ], [ -6.565877172689922, 57.350903428305926 ], [ -6.56525870081694, 57.35088093425756 ], [ -6.564477301861206, 57.349749018536734 ], [ -6.563944455686253, 57.349745893571864 ], [ -6.564545722780701, 57.348840768771531 ], [ -6.563507914121907, 57.348309115620097 ], [ -6.564045761019839, 57.347817353455625 ], [ -6.563724794802799, 57.347644625041617 ], [ -6.564241672148615, 57.347720287925959 ], [ -6.566035297350856, 57.345593517725689 ], [ -6.566758174152568, 57.345546548810781 ], [ -6.565300591935131, 57.344461710110679 ], [ -6.565502324762391, 57.344144060884375 ], [ -6.563524509946325, 57.342219122171556 ], [ -6.56395511519887, 57.341668292236918 ], [ -6.564958503262317, 57.341978121082981 ], [ -6.565408291788843, 57.341849338337248 ], [ -6.565680840826172, 57.341164829587491 ], [ -6.564656601617459, 57.340419522868288 ], [ -6.564820121326631, 57.339995327044441 ], [ -6.563571222411428, 57.338646540384389 ], [ -6.563933304850022, 57.338615393232736 ], [ -6.564838632445142, 57.339742803231033 ], [ -6.565270792244441, 57.338067576010282 ], [ -6.564858283711196, 57.337358499032938 ], [ -6.565894874087435, 57.336799124121718 ], [ -6.565737422603527, 57.336134744548573 ], [ -6.56761218277112, 57.335895671367382 ], [ -6.569814706429182, 57.3365531082557 ], [ -6.570289806241465, 57.336427882464079 ], [ -6.569834063943908, 57.336107165891484 ], [ -6.570414642177842, 57.335559847151771 ], [ -6.571501890810239, 57.335475299149365 ], [ -6.570433763540948, 57.334443807178104 ], [ -6.570501907100775, 57.334189475159789 ], [ -6.570900714396045, 57.334453795701741 ], [ -6.571319901435724, 57.334213669183846 ], [ -6.570285557092172, 57.333720629583162 ], [ -6.571002369028679, 57.332664644829158 ], [ -6.572370451055026, 57.333033092691508 ], [ -6.572308862796595, 57.333673960380317 ], [ -6.573292053003311, 57.332954558787371 ], [ -6.574636016846707, 57.332995553234468 ], [ -6.575536449173829, 57.332346608026164 ], [ -6.576630841226003, 57.332320218784439 ], [ -6.575785593398047, 57.334212932806139 ], [ -6.576852086561375, 57.333094697926114 ], [ -6.577447558298235, 57.333468762106719 ], [ -6.582141549910912, 57.333032223528249 ], [ -6.582950937643464, 57.334320421483163 ], [ -6.582974099044681, 57.335772232565716 ], [ -6.582471314565033, 57.336541644037801 ], [ -6.58427246730284, 57.337312421411639 ], [ -6.586388834751155, 57.336677470151869 ], [ -6.588129436473387, 57.337162571727241 ], [ -6.590780889824662, 57.33734900929047 ], [ -6.593757640513773, 57.337010787035204 ], [ -6.599678211344407, 57.339326125122923 ], [ -6.59947340533229, 57.339882312735035 ], [ -6.600575151404129, 57.339846454785473 ], [ -6.600525561569845, 57.340446430018758 ], [ -6.601035517894565, 57.340666112164648 ], [ -6.601782105140539, 57.340517327040537 ], [ -6.6027983957265, 57.340794904476269 ], [ -6.602752514246101, 57.340495257619985 ], [ -6.603464705553352, 57.340801964392888 ], [ -6.604138185070465, 57.34186115947297 ], [ -6.607358379589656, 57.341671105438984 ], [ -6.610503955832352, 57.343404122391647 ], [ -6.611122109254114, 57.343093590802937 ], [ -6.610874524797675, 57.343705340340549 ], [ -6.611950308149845, 57.343859231297124 ], [ -6.612786350612684, 57.34442219305145 ], [ -6.613644949790882, 57.344237741656123 ], [ -6.613321750702059, 57.344843279443317 ], [ -6.616628621808565, 57.347060454524616 ], [ -6.617169073638602, 57.347256466754374 ], [ -6.61811340203738, 57.346893432548896 ], [ -6.61869599569013, 57.347159848476579 ], [ -6.619194893693745, 57.348612177465576 ], [ -6.620132567260094, 57.349319774130898 ], [ -6.622078575160127, 57.348982825670937 ], [ -6.622011856109766, 57.349444024658965 ], [ -6.623698989980278, 57.349561828603079 ], [ -6.623988520624892, 57.350473156109807 ], [ -6.6246604160193, 57.35085319373492 ], [ -6.626610240694926, 57.350282165318646 ], [ -6.628132908973595, 57.350810744096741 ], [ -6.628481505327325, 57.350276188364894 ], [ -6.629253387487099, 57.350063344373581 ], [ -6.629907824883403, 57.350502465962208 ], [ -6.631421835388496, 57.350104837535426 ], [ -6.6322542164879, 57.351162540535228 ], [ -6.634109062697193, 57.351948649540802 ], [ -6.634669920535324, 57.352831957744101 ], [ -6.635887022850683, 57.35285000862492 ], [ -6.635781159608835, 57.353461081449773 ], [ -6.636319790919306, 57.352982453768725 ], [ -6.639291070374423, 57.353844212628111 ], [ -6.64055417059786, 57.353370288618088 ], [ -6.641494716099054, 57.353767300709336 ], [ -6.642671991164584, 57.353404467100425 ], [ -6.64316234939811, 57.353926046949141 ], [ -6.646122155059961, 57.353906553195749 ], [ -6.646783913693889, 57.354138434286405 ], [ -6.647779748876657, 57.35352590326962 ], [ -6.648500171981297, 57.353629673044878 ], [ -6.650388270227327, 57.354477286786711 ], [ -6.651203060980225, 57.3565070029995 ], [ -6.651891466064623, 57.357079687189305 ], [ -6.652905147066458, 57.357001665244361 ], [ -6.652702459239961, 57.357962657304867 ], [ -6.65358500338126, 57.3579659461804 ], [ -6.65318019715008, 57.358448689192585 ], [ -6.654109772174228, 57.357838562735026 ], [ -6.654739847704722, 57.357819714204297 ], [ -6.654728918099428, 57.357536772078703 ], [ -6.655318426246433, 57.357919707933405 ], [ -6.658357459038315, 57.358193836635543 ], [ -6.65906005384416, 57.357762996918211 ], [ -6.659960216511418, 57.357905012577937 ], [ -6.663244815766739, 57.357229915939243 ], [ -6.666160424660595, 57.35758039916913 ], [ -6.667722504473275, 57.357364946749783 ], [ -6.669599964273208, 57.357731435718719 ], [ -6.669761541032996, 57.357104758394286 ], [ -6.671415900233204, 57.356633961795943 ], [ -6.674314041638175, 57.357304237222706 ], [ -6.675045492394867, 57.357232039896253 ], [ -6.676229254027374, 57.357705204524493 ], [ -6.675735670368305, 57.358011426642207 ], [ -6.677325588345609, 57.358667358574721 ], [ -6.677811034521489, 57.359602780483002 ], [ -6.677717109839581, 57.359192495676929 ], [ -6.679466264771749, 57.358942944653769 ], [ -6.679742242740829, 57.359723348683374 ], [ -6.681026574928757, 57.360018215810619 ], [ -6.681214509140218, 57.360577915603855 ], [ -6.682831187466077, 57.360854982569826 ], [ -6.682549862507849, 57.36184595668707 ], [ -6.686115339508838, 57.362783443749414 ], [ -6.686828405220198, 57.363413500191676 ], [ -6.686532927850018, 57.36468386781825 ], [ -6.687183156547323, 57.365082389004954 ], [ -6.688798528723904, 57.364761243845557 ], [ -6.689728428832496, 57.365068355846688 ], [ -6.690997325168992, 57.364967008470884 ], [ -6.691769630996523, 57.36552556331938 ], [ -6.69215496866748, 57.365427514878306 ], [ -6.692599653106599, 57.366040579448715 ], [ -6.6938353920225, 57.365810009834775 ], [ -6.692686932506686, 57.366527565696266 ], [ -6.693581657815802, 57.36649414132026 ], [ -6.696578152905132, 57.367987827314721 ], [ -6.696832004759616, 57.367694982984354 ], [ -6.697738478063086, 57.367688076415625 ], [ -6.700722802475512, 57.370513441922704 ], [ -6.700511193378686, 57.371785211139368 ], [ -6.701444933226086, 57.372029130869407 ], [ -6.702459202433785, 57.371784278397065 ], [ -6.703511981430731, 57.370710398570559 ], [ -6.70519585353179, 57.370143603978946 ], [ -6.710894648952282, 57.369660182734719 ], [ -6.713330191739265, 57.370603310501963 ], [ -6.714287471762725, 57.370472941027955 ], [ -6.715069740198677, 57.370794408058131 ], [ -6.716842895435564, 57.370858283490001 ], [ -6.718117297355634, 57.371575046848832 ], [ -6.718795763517829, 57.371477602117189 ], [ -6.72009098950364, 57.371838242591629 ], [ -6.720196950267957, 57.372338009343693 ], [ -6.720868073969239, 57.372312793437388 ], [ -6.721301869081739, 57.372642819434276 ], [ -6.721214064300293, 57.373292895398158 ], [ -6.722030640875753, 57.373065206263654 ], [ -6.721732576169694, 57.373530681287185 ], [ -6.722270425555775, 57.37337553435124 ], [ -6.722424621422324, 57.37379702518728 ], [ -6.723126969460419, 57.373820099428436 ], [ -6.723136667070142, 57.374800245388514 ], [ -6.723795265708859, 57.374289727930389 ], [ -6.724201676720753, 57.374859155684696 ], [ -6.723751440691072, 57.375177433617111 ], [ -6.724912380004905, 57.375399148566167 ], [ -6.724687024766176, 57.375717968373209 ], [ -6.725276497840138, 57.375704796063935 ], [ -6.725521837796751, 57.376316259934498 ], [ -6.726251563554806, 57.376486714281185 ], [ -6.726026231810943, 57.377516182082189 ], [ -6.726721269333503, 57.377804880860609 ], [ -6.726416142060593, 57.378086224777896 ], [ -6.72745276909324, 57.378892806416104 ], [ -6.72839865690011, 57.380867716938511 ], [ -6.730210788724206, 57.381487671799718 ], [ -6.731207031209007, 57.381270253809724 ], [ -6.731177097850991, 57.381489972738351 ], [ -6.732278765639452, 57.381702162355182 ], [ -6.732295642971067, 57.382929420089617 ], [ -6.731101592267029, 57.383356693437818 ], [ -6.733507291837194, 57.385798345097797 ], [ -6.734299685671499, 57.387419180665951 ], [ -6.736357087416907, 57.388708981571412 ], [ -6.738939285414803, 57.38935377001237 ], [ -6.737444856482814, 57.39080892785293 ], [ -6.735816856972725, 57.391167141102855 ], [ -6.734771019349171, 57.390873711481582 ], [ -6.733804808296618, 57.391067532213093 ], [ -6.73230781398794, 57.392117919454734 ], [ -6.732231604359545, 57.393204752923651 ], [ -6.731225070758732, 57.392828853270473 ], [ -6.729981550233395, 57.393069064270044 ], [ -6.729149540951425, 57.395335764561445 ], [ -6.729640277708643, 57.396491215684016 ], [ -6.73138624216898, 57.398076183817004 ], [ -6.730968762295432, 57.398456218026872 ], [ -6.73192814031742, 57.400142750220958 ], [ -6.732552902836842, 57.40014171722386 ], [ -6.733073713328813, 57.401012666288558 ], [ -6.73518122548615, 57.402233148033879 ], [ -6.736981995861253, 57.408875992988349 ], [ -6.737670587598868, 57.410784091759481 ], [ -6.738396085960789, 57.411238011704235 ], [ -6.73826101278673, 57.412255104930495 ], [ -6.739258653214086, 57.413458889894251 ], [ -6.740873350664399, 57.414149141455063 ], [ -6.741851875301623, 57.416298166828902 ], [ -6.743135502592255, 57.417648562355225 ], [ -6.746343491727282, 57.419052254664948 ], [ -6.7473279167413, 57.419829192057428 ], [ -6.747826751284983, 57.419625945885315 ], [ -6.747595952928993, 57.419967499085679 ], [ -6.748094116487905, 57.42046593595019 ], [ -6.751786413010865, 57.422193043533191 ], [ -6.754179204892807, 57.422385955524213 ], [ -6.755214660209869, 57.422270336537053 ], [ -6.75565412326352, 57.421866901948619 ], [ -6.757254219422375, 57.422503535944152 ], [ -6.758154761561967, 57.422055659019605 ], [ -6.758607985690311, 57.422335364380295 ], [ -6.759563376169878, 57.421988851448354 ], [ -6.76094492144157, 57.422354846305623 ], [ -6.761437626728938, 57.423001870646807 ], [ -6.7611564388136, 57.423660208598299 ], [ -6.761573034977568, 57.424170681421998 ], [ -6.762029637374198, 57.424027449741864 ], [ -6.761837376220217, 57.424408052543946 ], [ -6.762412779789083, 57.424665126933014 ], [ -6.764751322831096, 57.428089358301825 ], [ -6.766136422930539, 57.428864472854194 ], [ -6.767241499209635, 57.428962016582403 ], [ -6.770051011328292, 57.427614060334733 ], [ -6.770749156915562, 57.427596570299102 ], [ -6.771563376348525, 57.428213370138394 ], [ -6.773408183688871, 57.428548162236545 ], [ -6.774359397620022, 57.42791383131572 ], [ -6.775731503201787, 57.427821245624223 ], [ -6.775619091480283, 57.427407211468179 ], [ -6.776778252843395, 57.427727511220397 ], [ -6.777887982776117, 57.427541417048779 ], [ -6.778428457617562, 57.427210524615724 ], [ -6.777763734343419, 57.426781496282295 ], [ -6.778426316510355, 57.426427972280372 ], [ -6.779278343271802, 57.426503540029536 ], [ -6.779093921634558, 57.426240675757853 ], [ -6.780565105989499, 57.426715503151563 ], [ -6.781645539301887, 57.426305593265184 ], [ -6.780601599783546, 57.424824997222942 ], [ -6.781452314280986, 57.424954574218241 ], [ -6.780883978119817, 57.424305997779356 ], [ -6.781816757693537, 57.423915192610103 ], [ -6.783825858841459, 57.423721822987744 ], [ -6.782808234104611, 57.422442649415615 ], [ -6.783940633670566, 57.42204873111401 ], [ -6.784464901796756, 57.421403572292412 ], [ -6.783073280625396, 57.420579428386674 ], [ -6.784096042853243, 57.420877858717155 ], [ -6.783633977757398, 57.420468138351602 ], [ -6.784558948815921, 57.42078377933786 ], [ -6.78441045988462, 57.420285663710715 ], [ -6.787725049690189, 57.420195470338626 ], [ -6.78825693667417, 57.420692475975329 ], [ -6.789027935606831, 57.420595641769943 ], [ -6.789665346579506, 57.421070630775958 ], [ -6.789323899718299, 57.422347555095342 ], [ -6.788451948073104, 57.422565181107444 ], [ -6.788914478437444, 57.422722984000451 ], [ -6.788602664055891, 57.423971789141703 ], [ -6.787990590378154, 57.423945621330837 ], [ -6.788017822053885, 57.42434489940446 ], [ -6.787300033619067, 57.424466687119896 ], [ -6.787115211369614, 57.425182596056246 ], [ -6.785865771430999, 57.425357899757124 ], [ -6.785234221595273, 57.427095641567625 ], [ -6.784434879475742, 57.42704059858319 ], [ -6.783058155677176, 57.42779914655263 ], [ -6.783798282862811, 57.428549129481844 ], [ -6.783647026235461, 57.428986683018877 ], [ -6.786929465171061, 57.431002777142155 ], [ -6.788083590308913, 57.433194303877379 ], [ -6.787127110532414, 57.434616076886023 ], [ -6.786727384571754, 57.43460790329987 ], [ -6.78695858172471, 57.435877410843453 ], [ -6.78621752468489, 57.435950595750683 ], [ -6.786299311264628, 57.43708545542772 ], [ -6.785890798703859, 57.437367278591204 ], [ -6.786057147435074, 57.437656910790949 ], [ -6.786914722118909, 57.437772703046264 ], [ -6.786756047254046, 57.438408450748057 ], [ -6.785721106506728, 57.439104532873358 ], [ -6.785782118691333, 57.439507023310256 ], [ -6.786680354429928, 57.439805685354564 ], [ -6.78602102219805, 57.440631406197063 ], [ -6.785285157438507, 57.440362544552876 ], [ -6.784238599072018, 57.441225477122615 ], [ -6.783203196018803, 57.441408791950209 ], [ -6.782587472820408, 57.440910450271289 ], [ -6.781184993733328, 57.441157183377918 ], [ -6.780639120552613, 57.441767158212024 ], [ -6.779643397277939, 57.441616090460705 ], [ -6.778565061573825, 57.441917942992184 ], [ -6.778031207818517, 57.443067195386924 ], [ -6.77771484248782, 57.445242697915532 ], [ -6.778606821815843, 57.448109952671295 ], [ -6.780509539552499, 57.450219132934031 ], [ -6.783844486966216, 57.45204893519805 ], [ -6.785121048105424, 57.452175799976118 ], [ -6.784192045239148, 57.454959355426439 ], [ -6.780124236265167, 57.458055612212178 ], [ -6.778254546839261, 57.458499963880406 ], [ -6.770804223271063, 57.45915603491698 ], [ -6.766478463157962, 57.458827932090394 ], [ -6.764990981611692, 57.459119966381735 ], [ -6.763464313722704, 57.458599356053753 ], [ -6.757997032389353, 57.457860798774256 ], [ -6.757316054596743, 57.4575402183523 ], [ -6.751950514676645, 57.457209556664438 ], [ -6.751113616039917, 57.456510720208904 ], [ -6.74939343763438, 57.45607821414022 ], [ -6.747269884060528, 57.45618894950934 ], [ -6.747029885229678, 57.456744038700862 ], [ -6.746627793201869, 57.456552311268347 ], [ -6.746865604952685, 57.456018894915552 ], [ -6.745857604457777, 57.456057824121466 ], [ -6.74712130070315, 57.45576456637194 ], [ -6.746885490854267, 57.45441153000678 ], [ -6.743544427235087, 57.45187845875968 ], [ -6.740614216116668, 57.451737940013523 ], [ -6.737919129861505, 57.452574410842708 ], [ -6.736513632628836, 57.452249524553984 ], [ -6.733915556093923, 57.452251066806234 ], [ -6.73363302550079, 57.451937859219775 ], [ -6.730527003835492, 57.451469987714582 ], [ -6.728759164190326, 57.450613514599915 ], [ -6.726629303570351, 57.450544233953359 ], [ -6.72544008908794, 57.450212900046388 ], [ -6.723154652472381, 57.450359899235231 ], [ -6.721506146419485, 57.449740826436134 ], [ -6.719989182870625, 57.44976537007301 ], [ -6.720741842575062, 57.450463960437709 ], [ -6.719933855741932, 57.450978234401525 ], [ -6.721450700919075, 57.450861943264655 ], [ -6.721621719975553, 57.451255822648214 ], [ -6.720933215031028, 57.451648677357227 ], [ -6.721543326153888, 57.452716030210944 ], [ -6.725297872687388, 57.454005341355405 ], [ -6.725279956834004, 57.454964033298637 ], [ -6.727248010659221, 57.456954563254939 ], [ -6.732179989990323, 57.459018028588005 ], [ -6.733004758599993, 57.46010244900905 ], [ -6.734254667724906, 57.460860522808169 ], [ -6.738575230804346, 57.461934761810781 ], [ -6.742964586662944, 57.464629966217586 ], [ -6.7435061981373, 57.466165783954935 ], [ -6.74515697240931, 57.467821698078325 ], [ -6.74611483574134, 57.469733118129234 ], [ -6.747331943304463, 57.475822203069747 ], [ -6.748699800698841, 57.478829100172369 ], [ -6.749547497133404, 57.483677227455139 ], [ -6.748521054787163, 57.487727993728768 ], [ -6.749209832157741, 57.490004880909531 ], [ -6.748382829258692, 57.493535366688633 ], [ -6.748678624920954, 57.497477772181291 ], [ -6.748136941448661, 57.500120418002552 ], [ -6.744130696268002, 57.501629778960947 ], [ -6.743113484675144, 57.502288798920425 ], [ -6.74277138713182, 57.50319224664279 ], [ -6.741681389335053, 57.503291773277518 ], [ -6.739819684885536, 57.504783169118276 ], [ -6.737941752292616, 57.50544305802331 ], [ -6.733027774348225, 57.509109134378356 ], [ -6.725312331188145, 57.511544326346353 ], [ -6.718579720497335, 57.512862747825771 ], [ -6.718176910713531, 57.51323765760165 ], [ -6.716668866802205, 57.513532529748801 ], [ -6.716676912132288, 57.513788597553642 ], [ -6.714418719310237, 57.513000605183812 ], [ -6.712382269767645, 57.512699022705313 ], [ -6.709284809387276, 57.509617043126333 ], [ -6.709368978719195, 57.509168624414244 ], [ -6.70811210489817, 57.508689396298465 ], [ -6.707336324586072, 57.507405077918285 ], [ -6.705577474361477, 57.506013572946657 ], [ -6.705516178981029, 57.504761012151228 ], [ -6.703863028657882, 57.502632416577157 ], [ -6.703274524033117, 57.499946804146688 ], [ -6.704949749159661, 57.498489932212117 ], [ -6.704534096513517, 57.497248814661049 ], [ -6.705276213543761, 57.496603099734259 ], [ -6.704599521858358, 57.496900948344212 ], [ -6.703074329162114, 57.49641011823276 ], [ -6.702331668584205, 57.496688829908997 ], [ -6.70132589989942, 57.49583315623677 ], [ -6.700447884001937, 57.495735509454455 ], [ -6.699688247584137, 57.496102993374798 ], [ -6.698887847814114, 57.495894494327338 ], [ -6.698457527633968, 57.495095579310011 ], [ -6.696942262738763, 57.494174331948486 ], [ -6.696681488741191, 57.492615279357096 ], [ -6.696209957890363, 57.492170511988391 ], [ -6.694908632408376, 57.492040944676788 ], [ -6.694361445047902, 57.49157920296097 ], [ -6.693090892359831, 57.489518980150102 ], [ -6.691429221880803, 57.489444191341178 ], [ -6.689312972366308, 57.490446857826377 ], [ -6.687379761340491, 57.490222014069026 ], [ -6.686861128254183, 57.489044955739111 ], [ -6.687573733624052, 57.486112952093592 ], [ -6.686343579765969, 57.48529971021685 ], [ -6.685849857304513, 57.483456972977237 ], [ -6.681381957400142, 57.482373786602572 ], [ -6.676824937993598, 57.479027866186669 ], [ -6.676994812118092, 57.477603009452736 ], [ -6.678361578719919, 57.476058106295085 ], [ -6.678007358925162, 57.475013435825261 ], [ -6.676889884853646, 57.474162643169421 ], [ -6.674628679987237, 57.474107228350221 ], [ -6.67255418522424, 57.473305436724317 ], [ -6.670456394860138, 57.472934446747885 ], [ -6.666776929272407, 57.470833847974653 ], [ -6.667025556314436, 57.470336190718939 ], [ -6.666643092175073, 57.469890721632005 ], [ -6.666092632522697, 57.469907535023481 ], [ -6.666114547654043, 57.469595490142027 ], [ -6.667543537853914, 57.469072049650897 ], [ -6.667623548128684, 57.468470004217281 ], [ -6.668585993246204, 57.468176140549957 ], [ -6.668320748965909, 57.467236990671026 ], [ -6.668738929857237, 57.466681766194483 ], [ -6.668017166391873, 57.466154440532073 ], [ -6.666999764009024, 57.466239852473905 ], [ -6.665889116899711, 57.465608201719164 ], [ -6.667359578841586, 57.464966284955388 ], [ -6.667335892096045, 57.464140508117076 ], [ -6.666872671414973, 57.463872542446673 ], [ -6.667437496716807, 57.463537661491308 ], [ -6.668014957434353, 57.461772976976725 ], [ -6.668010871141508, 57.461113782795522 ], [ -6.666791206992893, 57.459548891488225 ], [ -6.665645065154638, 57.458990520677922 ], [ -6.665778857341476, 57.458652738583844 ], [ -6.66464892616905, 57.459450227179296 ], [ -6.664975258897696, 57.460163137742924 ], [ -6.664292778877496, 57.460739841742722 ], [ -6.662592336436074, 57.461030442106527 ], [ -6.662299887757403, 57.461367802195298 ], [ -6.659478972703793, 57.46042436329968 ], [ -6.656960432084738, 57.460307117700019 ], [ -6.656730439138062, 57.459785818059899 ], [ -6.657593025694225, 57.459600074394011 ], [ -6.658616341230799, 57.460099198702302 ], [ -6.659812526197072, 57.460055803975614 ], [ -6.658338775996429, 57.459361981062493 ], [ -6.657194647307351, 57.459250518557852 ], [ -6.65592055919565, 57.459638585516331 ], [ -6.655346597199588, 57.459246947754856 ], [ -6.654410637109842, 57.459420098499152 ], [ -6.653088766546305, 57.457807596915018 ], [ -6.654880347488067, 57.455953102111621 ], [ -6.654133826855565, 57.456027493760089 ], [ -6.653173092570914, 57.455389296815682 ], [ -6.651754003472144, 57.455122447197702 ], [ -6.65122089970841, 57.45453948617596 ], [ -6.651431985196864, 57.453916418796446 ], [ -6.650719837330716, 57.454024600922303 ], [ -6.650261546393185, 57.453701527167944 ], [ -6.65058954821827, 57.452344639092203 ], [ -6.648805800352291, 57.451466081167169 ], [ -6.649244777666498, 57.451375200351315 ], [ -6.649072608680521, 57.450651163092843 ], [ -6.648313931533426, 57.450865395053846 ], [ -6.648217348852973, 57.450538844658865 ], [ -6.647708164923402, 57.450563053761847 ], [ -6.647874873435408, 57.450128729815432 ], [ -6.648758999608176, 57.45007447441661 ], [ -6.646730018566138, 57.448998065735303 ], [ -6.646242149587962, 57.448218223545886 ], [ -6.642370539033925, 57.445216489882696 ], [ -6.64217993396016, 57.4444904284152 ], [ -6.640384312253655, 57.443592412479553 ], [ -6.639690129007179, 57.442762591698006 ], [ -6.638291148666223, 57.442228608526946 ], [ -6.636433749383435, 57.442433807271371 ], [ -6.636727100200898, 57.441787047437799 ], [ -6.63615668323056, 57.442340576613319 ], [ -6.633623456773257, 57.441372507054048 ], [ -6.633127281780546, 57.441669628100605 ], [ -6.631195513312607, 57.439653929768845 ], [ -6.630214772321251, 57.439681040065004 ], [ -6.630044062907434, 57.439979660448422 ], [ -6.6293002715442, 57.439836131899462 ], [ -6.629334561739776, 57.439448086230463 ], [ -6.631192443378076, 57.439366203456231 ], [ -6.630001305467172, 57.439180681694786 ], [ -6.630793097139134, 57.438715277750866 ], [ -6.62939513309993, 57.438015656722598 ], [ -6.628103706086384, 57.438157627889332 ], [ -6.627138806956049, 57.437518505173337 ], [ -6.627016586522954, 57.436855575351764 ], [ -6.625864895805726, 57.436334852715952 ], [ -6.625354632553417, 57.435438831542001 ], [ -6.624250953688356, 57.435600845200035 ], [ -6.624127933557824, 57.434588039862426 ], [ -6.623755048117685, 57.43447491968476 ], [ -6.623696095247007, 57.435011386420037 ], [ -6.622845315425329, 57.434798896338137 ], [ -6.622488925045042, 57.435172691650692 ], [ -6.622099369477158, 57.434954038983115 ], [ -6.621635096817241, 57.434487172130467 ], [ -6.62188087084103, 57.433607431494814 ], [ -6.621469216375212, 57.433887009014725 ], [ -6.621410141088576, 57.433406151928786 ], [ -6.621031303090644, 57.43374748668127 ], [ -6.620830918590128, 57.433441825311682 ], [ -6.621777468230437, 57.433026560653772 ], [ -6.621430397561288, 57.432299031189736 ], [ -6.620738933284643, 57.432489044041724 ], [ -6.619972549210026, 57.432019778641866 ], [ -6.62097820892278, 57.434172198968348 ], [ -6.620285532883776, 57.435290529078642 ], [ -6.619110297635654, 57.436154030677194 ], [ -6.616283787171578, 57.436158855002155 ], [ -6.617454300230921, 57.436777015925678 ], [ -6.617875040186512, 57.437665558129531 ], [ -6.617628064044148, 57.438682054745861 ], [ -6.616226241565919, 57.439403628424188 ], [ -6.612738609203208, 57.439194263758047 ], [ -6.611532273022901, 57.439548818777666 ], [ -6.612950206338649, 57.441268819067588 ], [ -6.612667798047699, 57.441674949778921 ], [ -6.613417645867362, 57.442924724641266 ], [ -6.61276244046199, 57.443681834731322 ], [ -6.611033672253119, 57.443929609133626 ], [ -6.610213226614627, 57.444832181450906 ], [ -6.610730802419104, 57.445960057973032 ], [ -6.610224725642904, 57.447305347524441 ], [ -6.608384287136628, 57.446999492635761 ], [ -6.60486886471961, 57.445581107452938 ], [ -6.602879723040329, 57.445815809937805 ], [ -6.603068517398587, 57.446321607143396 ], [ -6.601976014229585, 57.44576701911803 ], [ -6.60111208068771, 57.445729359839348 ], [ -6.600080949377401, 57.445012404054459 ], [ -6.598873333674503, 57.445014281029017 ], [ -6.597468626610378, 57.444151753648093 ], [ -6.597133663661428, 57.443212345546861 ], [ -6.59574905988333, 57.442601820114589 ], [ -6.594574727847839, 57.44007940505842 ], [ -6.592793684614483, 57.438860891755496 ], [ -6.592011588115448, 57.437759702127821 ], [ -6.590523239918455, 57.437277040289075 ], [ -6.590937280166651, 57.436881450681234 ], [ -6.589615715904264, 57.435387977084211 ], [ -6.589942201510261, 57.435118813439679 ], [ -6.588682447925158, 57.433040216361583 ], [ -6.588913678496808, 57.431639391863378 ], [ -6.588346032827166, 57.429493264920964 ], [ -6.589575373907861, 57.428937507402182 ], [ -6.589891340088846, 57.428332322251059 ], [ -6.591271718352412, 57.429100461687376 ], [ -6.591387032257798, 57.428624026493189 ], [ -6.592469237112472, 57.428544037326539 ], [ -6.590322614852155, 57.427848854201017 ], [ -6.590665642228469, 57.427526014092656 ], [ -6.589782104142419, 57.42699608895942 ], [ -6.590320263682553, 57.425969033670974 ], [ -6.589646174381706, 57.425579876951581 ], [ -6.589820031821233, 57.425038343391662 ], [ -6.588723207795692, 57.424934452711469 ], [ -6.587950239138308, 57.425551810767004 ], [ -6.586255194504801, 57.425397762806483 ], [ -6.586481677470509, 57.424543996957979 ], [ -6.585175005081973, 57.423031057064485 ], [ -6.584950863166224, 57.421481340070649 ], [ -6.584558218432195, 57.422765712345544 ], [ -6.583507220683777, 57.423226775420957 ], [ -6.582739387023143, 57.422953435040597 ], [ -6.583258956071433, 57.422309366351818 ], [ -6.582813218413511, 57.421745450737212 ], [ -6.581464691697123, 57.421654269531999 ], [ -6.582336193965663, 57.421943627833507 ], [ -6.582268743847511, 57.422590108043913 ], [ -6.581998734071055, 57.422923756391491 ], [ -6.581202116521471, 57.422979763049852 ], [ -6.583420738650654, 57.424466703083652 ], [ -6.583474670460038, 57.425296750180401 ], [ -6.582933020524369, 57.425791411501592 ], [ -6.583270879365118, 57.426199152993853 ], [ -6.582611723276133, 57.426647724339169 ], [ -6.582566940224846, 57.427621686000691 ], [ -6.581961285434867, 57.428258092361297 ], [ -6.580807112164914, 57.428469236394271 ], [ -6.580225736954084, 57.428100939141672 ], [ -6.578983759526374, 57.428143465038389 ], [ -6.581138749258734, 57.429346734430545 ], [ -6.581121279246862, 57.429913138458538 ], [ -6.582292835895655, 57.430293211927854 ], [ -6.581883040762645, 57.43196137101102 ], [ -6.579051449181088, 57.432295655053053 ], [ -6.575057837821072, 57.431072892292001 ], [ -6.573877554476468, 57.430195664092778 ], [ -6.574097699631927, 57.430756121777407 ], [ -6.574926543491887, 57.431129837229278 ], [ -6.574345442257536, 57.431417215390134 ], [ -6.575459991415802, 57.431728367364883 ], [ -6.575150552866122, 57.432054437650223 ], [ -6.576287381869007, 57.432596835397533 ], [ -6.575761317729133, 57.432911000337839 ], [ -6.576614639889925, 57.433626513236874 ], [ -6.578552613805861, 57.434692913244845 ], [ -6.579073780793138, 57.434432883183568 ], [ -6.581358250774714, 57.436067686378074 ], [ -6.582784487361951, 57.436442081055787 ], [ -6.582467518124947, 57.436681195410287 ], [ -6.583470853033369, 57.437607074576057 ], [ -6.584414444049184, 57.437869514167907 ], [ -6.584795279521314, 57.438472672355545 ], [ -6.586974752263541, 57.439226128156704 ], [ -6.588149252641219, 57.440118747901664 ], [ -6.588542662129593, 57.440036937334938 ], [ -6.588481268100837, 57.440491612764262 ], [ -6.590145798508128, 57.440702526861443 ], [ -6.591391735233707, 57.441485474520888 ], [ -6.590108249418805, 57.442184434265656 ], [ -6.591154832268112, 57.443784187870726 ], [ -6.590463443209734, 57.444987732347002 ], [ -6.591458726344777, 57.447506822900117 ], [ -6.592795658323253, 57.448082259716344 ], [ -6.592810950843126, 57.448602498581479 ], [ -6.591384213839707, 57.448268700215472 ], [ -6.589915790640479, 57.447416510282288 ], [ -6.590027645406831, 57.448081639078033 ], [ -6.590795868808241, 57.448366626063311 ], [ -6.590500740136135, 57.448939567401695 ], [ -6.591685609708974, 57.449539454073758 ], [ -6.592036945335336, 57.450277693753215 ], [ -6.594755934365414, 57.451599598116118 ], [ -6.594482761084477, 57.452612491705253 ], [ -6.593478271071754, 57.452586205609435 ], [ -6.593779516521146, 57.453722040394325 ], [ -6.594873236780465, 57.454325229262345 ], [ -6.595680847333347, 57.454178800982689 ], [ -6.595314126696564, 57.454381085655207 ], [ -6.595997415131819, 57.454639463742957 ], [ -6.597773955384263, 57.454700484293539 ], [ -6.599167194092396, 57.455229728832265 ], [ -6.599646733886807, 57.45652094287852 ], [ -6.60099444781204, 57.456952890494748 ], [ -6.601252132134467, 57.45754162240096 ], [ -6.603082456049496, 57.458558552573791 ], [ -6.602974851125567, 57.459228105526122 ], [ -6.60392627338366, 57.460686438302268 ], [ -6.60470301293357, 57.460559073503667 ], [ -6.60384447437699, 57.459043378645056 ], [ -6.604282575813368, 57.458082891846324 ], [ -6.604993787553386, 57.45862803658693 ], [ -6.608666145253816, 57.459361585743004 ], [ -6.609543635902755, 57.458776259728644 ], [ -6.610148467765224, 57.458808070051596 ], [ -6.611858390027733, 57.460058659363554 ], [ -6.614787591811265, 57.460720327361997 ], [ -6.615086114311576, 57.460506993963655 ], [ -6.613926610108716, 57.459717489791352 ], [ -6.611715575060864, 57.459191391812027 ], [ -6.611316602519504, 57.458873203991281 ], [ -6.611637291149226, 57.458438692342234 ], [ -6.610196176212496, 57.45792932349655 ], [ -6.611352291916209, 57.457171866839516 ], [ -6.610137510539872, 57.456802618376429 ], [ -6.610028152792433, 57.456464820607025 ], [ -6.61121983471447, 57.456452634728635 ], [ -6.611291062664565, 57.456818813717653 ], [ -6.612315340590185, 57.456736296387412 ], [ -6.612458022036228, 57.456213860959004 ], [ -6.613135304772893, 57.456225010315158 ], [ -6.612484650711709, 57.455565254095717 ], [ -6.613134523347747, 57.455028720685711 ], [ -6.61471832851826, 57.455280964199311 ], [ -6.615141857391748, 57.455635119365624 ], [ -6.614721422914695, 57.456495159864446 ], [ -6.613546527161414, 57.457235348396594 ], [ -6.615066511431269, 57.457179606227832 ], [ -6.618177729345755, 57.458886918590139 ], [ -6.618638560829038, 57.458703598265792 ], [ -6.619396099641548, 57.458887169638075 ], [ -6.619175660064968, 57.45846350687934 ], [ -6.619831098172578, 57.458367484120416 ], [ -6.619726578748131, 57.457804642409421 ], [ -6.621054999513255, 57.457355587611701 ], [ -6.623967535442672, 57.459402872011914 ], [ -6.623487467184463, 57.459631893757674 ], [ -6.623748741628744, 57.460179978641456 ], [ -6.625378232445756, 57.462175433183127 ], [ -6.623964735647779, 57.462546702837237 ], [ -6.622054690161438, 57.462423485444056 ], [ -6.619222104523619, 57.461538059265308 ], [ -6.6185432871067, 57.460987302841282 ], [ -6.616920326587624, 57.460691563880474 ], [ -6.615004996335126, 57.461054159451798 ], [ -6.615026074510567, 57.462146264471635 ], [ -6.61449833191071, 57.462394988051713 ], [ -6.615050675519039, 57.463530573866677 ], [ -6.613890794928709, 57.465250651091864 ], [ -6.615195063270745, 57.4662597220645 ], [ -6.614758825259264, 57.466572551084184 ], [ -6.613720935687406, 57.466417217333969 ], [ -6.613398350743391, 57.467431971739494 ], [ -6.615191450899855, 57.468940328548989 ], [ -6.61505881740249, 57.469278003008668 ], [ -6.617258538396483, 57.470303687655424 ], [ -6.619187698416153, 57.472027376959375 ], [ -6.621423965002053, 57.472943714438173 ], [ -6.623246368591746, 57.473227583939035 ], [ -6.624479788466988, 57.47815646221072 ], [ -6.623989868808752, 57.478903050223273 ], [ -6.625053165908662, 57.480244704384809 ], [ -6.626620631303642, 57.480951667742438 ], [ -6.627497489292465, 57.482534025508997 ], [ -6.627335876297463, 57.483169612347481 ], [ -6.62593053505828, 57.484138749299895 ], [ -6.62597007961275, 57.48478043344862 ], [ -6.627594074335557, 57.485602245902705 ], [ -6.627992017729409, 57.486172287152868 ], [ -6.627819401812168, 57.487775234577683 ], [ -6.629345819203801, 57.487233383524156 ], [ -6.629968777014663, 57.487601753058534 ], [ -6.629913916849512, 57.488156960093072 ], [ -6.628619297353474, 57.488748761900027 ], [ -6.628636500999857, 57.489872496920604 ], [ -6.63258654844674, 57.492304257052545 ], [ -6.633274121435197, 57.494694101781818 ], [ -6.63406395785506, 57.495191237535558 ], [ -6.635509789504724, 57.494868162194379 ], [ -6.636287227220775, 57.495464685999949 ], [ -6.636368685499815, 57.495974400057563 ], [ -6.634960771352298, 57.497780258749103 ], [ -6.636567895063441, 57.499317693631475 ], [ -6.636080179634224, 57.500410552454689 ], [ -6.637669876541278, 57.501480879127804 ], [ -6.637866400452473, 57.50309273757194 ], [ -6.636820699101743, 57.504134189789596 ], [ -6.635946110627202, 57.503563729663547 ], [ -6.634300494538121, 57.503763728512936 ], [ -6.629774606575634, 57.502598968196672 ], [ -6.623802092501538, 57.502278734568371 ], [ -6.620175174548391, 57.501611323028897 ], [ -6.618560562458303, 57.501594101163242 ], [ -6.616078468981436, 57.502710534923615 ], [ -6.613549472114522, 57.505901948024395 ], [ -6.611376307013971, 57.506557218440882 ], [ -6.610323748933584, 57.507418785792574 ], [ -6.60817293610223, 57.507524495143549 ], [ -6.606295858644911, 57.50801142910435 ], [ -6.603270090758197, 57.50939483394292 ], [ -6.598492517619827, 57.509942662816755 ], [ -6.594097074708984, 57.508151226128 ], [ -6.589904047393075, 57.505574223742357 ], [ -6.589328731934479, 57.504853127740695 ], [ -6.586279893629376, 57.503264206440214 ], [ -6.58544963784149, 57.502242062937384 ], [ -6.582465022562451, 57.500695691922949 ], [ -6.58031235596572, 57.498853651756079 ], [ -6.577366979830596, 57.497616058519597 ], [ -6.576642993989112, 57.496239209615041 ], [ -6.573820702296366, 57.49411469166084 ], [ -6.57109879054355, 57.493442703349814 ], [ -6.569208178138542, 57.493699318122268 ], [ -6.567935168146905, 57.493351546732967 ], [ -6.567727361477129, 57.49357315782504 ], [ -6.568435752104585, 57.494027768212469 ], [ -6.56801320374844, 57.495096368799111 ], [ -6.565147470250891, 57.495451256623831 ], [ -6.56449934163018, 57.495304756863163 ], [ -6.562984097480233, 57.49610623005524 ], [ -6.563796206785899, 57.497336938386077 ], [ -6.563584690697239, 57.498838605786496 ], [ -6.566276361171133, 57.501042739989984 ], [ -6.566798615776824, 57.502372091050781 ], [ -6.565749213464124, 57.503239447005718 ], [ -6.56263758343199, 57.504305655221231 ], [ -6.560660593769171, 57.505707567636627 ], [ -6.560180460571021, 57.506866365501118 ], [ -6.560594730993149, 57.508054836493436 ], [ -6.561856080948717, 57.508947285486911 ], [ -6.564612602691357, 57.509700990350197 ], [ -6.570035292312135, 57.511871709549425 ], [ -6.571535548975889, 57.514253903739558 ], [ -6.572902082028032, 57.51535470736804 ], [ -6.574532570824571, 57.515774011885824 ], [ -6.578006538210857, 57.515858262031784 ], [ -6.578285298068817, 57.515642151656685 ], [ -6.57845170297306, 57.516048957404188 ], [ -6.578557322396684, 57.515851732771978 ], [ -6.581233710129879, 57.516279699253687 ], [ -6.584434215006646, 57.517006945877704 ], [ -6.585156040200862, 57.517948499126824 ], [ -6.586703733648969, 57.518690876712668 ], [ -6.587151852716778, 57.519994080056875 ], [ -6.586060316541798, 57.521111392142046 ], [ -6.585841585033023, 57.522044010351308 ], [ -6.584998736539451, 57.522081888858615 ], [ -6.585719697561485, 57.522191463469305 ], [ -6.588169787190506, 57.524788960141706 ], [ -6.58927609872477, 57.524798129941317 ], [ -6.591361918870625, 57.52593370938942 ], [ -6.591136913847366, 57.526337678004481 ], [ -6.59203528724646, 57.526713292563599 ], [ -6.592779639354917, 57.528109122023025 ], [ -6.594690827066323, 57.529806893945036 ], [ -6.595550830704876, 57.529930233706636 ], [ -6.596107883896146, 57.530886740579113 ], [ -6.601985960927301, 57.533192485299267 ], [ -6.602710415285592, 57.53392337991275 ], [ -6.603044350535819, 57.535282883233343 ], [ -6.604057068626336, 57.536176838431132 ], [ -6.607410638904136, 57.537183988561914 ], [ -6.610261384022538, 57.537427804086676 ], [ -6.611580423914334, 57.537912023797666 ], [ -6.612678147641962, 57.537797182260299 ], [ -6.613317066323484, 57.537374418253442 ], [ -6.614480978808185, 57.538614458137758 ], [ -6.619179531423777, 57.541597681845353 ], [ -6.621141653438535, 57.542059129032324 ], [ -6.622510095965358, 57.543127895141623 ], [ -6.627867981086584, 57.545430902630557 ], [ -6.627848291844328, 57.545710467919264 ], [ -6.629207493840844, 57.546085100234464 ], [ -6.629687053904743, 57.545883085303338 ], [ -6.630988990880003, 57.546754523786873 ], [ -6.633994525818212, 57.547799877950609 ], [ -6.641664749089343, 57.552087017710932 ], [ -6.643268501549862, 57.552618006183408 ], [ -6.645527579401213, 57.552645385475984 ], [ -6.649425671488554, 57.551421321968114 ], [ -6.651427877908571, 57.55019786694006 ], [ -6.651438350982549, 57.549035321958982 ], [ -6.650285471485184, 57.548484201793435 ], [ -6.649322183318303, 57.547176791064302 ], [ -6.647086171711681, 57.546580151884918 ], [ -6.649453804036145, 57.543922031864064 ], [ -6.649816365352792, 57.542909304847768 ], [ -6.65236727860534, 57.542973451532468 ], [ -6.654324196305073, 57.544581453362333 ], [ -6.654849585621218, 57.545943685113485 ], [ -6.655688019822869, 57.546259917529099 ], [ -6.654423519323911, 57.546956076178574 ], [ -6.653393491666303, 57.550208049461915 ], [ -6.653907383298632, 57.551362025252892 ], [ -6.654969194808578, 57.551958756195091 ], [ -6.654486497561342, 57.553104565274005 ], [ -6.655004085356214, 57.554011937149177 ], [ -6.653728629162961, 57.554938760101379 ], [ -6.653110956115538, 57.554937281599301 ], [ -6.651733058613634, 57.554106637431346 ], [ -6.650437778068609, 57.554407203560295 ], [ -6.650777166061897, 57.554653735665866 ], [ -6.650200413664042, 57.554998840257639 ], [ -6.64884809985956, 57.55440738882379 ], [ -6.64688642902865, 57.554849433771778 ], [ -6.645783267099866, 57.555607008267216 ], [ -6.645062507182751, 57.556922559636966 ], [ -6.644107432216816, 57.557372427251906 ], [ -6.64455024250931, 57.557472144238012 ], [ -6.643061036330254, 57.557788772089459 ], [ -6.640725517265387, 57.561260501487929 ], [ -6.640171347750724, 57.563044818174951 ], [ -6.641478629396904, 57.566405777785782 ], [ -6.64154033116287, 57.569317876291734 ], [ -6.639782297489171, 57.572269981229624 ], [ -6.638139812034678, 57.577444053377363 ], [ -6.634137539533211, 57.581450057550583 ], [ -6.63401526248162, 57.582461983301016 ], [ -6.634617921804957, 57.5827231715541 ], [ -6.634718183673111, 57.58364146590948 ], [ -6.63430063244009, 57.583913169479537 ], [ -6.634728671530699, 57.584972329389799 ], [ -6.634267135985954, 57.586410491743237 ], [ -6.634940064919443, 57.586893970307294 ], [ -6.634703891019893, 57.587406367405208 ], [ -6.6355477712835, 57.587982503708311 ], [ -6.634005378489348, 57.588956679611876 ], [ -6.633836215756888, 57.58940364731879 ], [ -6.634506375471584, 57.589536429026857 ], [ -6.633403550462493, 57.590346022864424 ], [ -6.632559306472467, 57.592068084829947 ], [ -6.632748889260207, 57.592767220467124 ], [ -6.633786580985826, 57.593088889894226 ], [ -6.632911495058843, 57.593714707121826 ], [ -6.633854179814133, 57.594210770407081 ], [ -6.633148703948713, 57.594524529110416 ], [ -6.633084425620416, 57.595268970896207 ], [ -6.634112808963137, 57.595779874457946 ], [ -6.633802583648825, 57.596106096014978 ], [ -6.634441588807467, 57.59737338514315 ], [ -6.635593594044943, 57.598590334241742 ], [ -6.63684175052298, 57.599115627189242 ], [ -6.636467555506733, 57.599597120873021 ], [ -6.638061976602541, 57.600734820439634 ], [ -6.63803469351604, 57.601702779331113 ], [ -6.637041376479583, 57.601599883082777 ], [ -6.637661518800801, 57.602323660190869 ], [ -6.636554064808279, 57.602508296881815 ], [ -6.636080100384554, 57.60325880642975 ], [ -6.635283108004955, 57.603184658450758 ], [ -6.635429292709746, 57.603805332204189 ], [ -6.634652031107816, 57.604017392639143 ], [ -6.635040646938598, 57.604174015188683 ], [ -6.634763920789784, 57.604894782782637 ], [ -6.635614778805097, 57.60709875105762 ], [ -6.635017717651751, 57.607475992187183 ], [ -6.634787216926043, 57.608559354503257 ], [ -6.633935530317266, 57.60812291140757 ], [ -6.631838873702492, 57.608042510786568 ], [ -6.631883036357012, 57.60760013902874 ], [ -6.630599542199501, 57.607917112048838 ], [ -6.629907500657151, 57.606431375102098 ], [ -6.627385436908281, 57.605772855752058 ], [ -6.626350238084401, 57.605999722682654 ], [ -6.625007814339524, 57.605590216571201 ], [ -6.624888306011076, 57.605967885486137 ], [ -6.623798448542588, 57.60596286891618 ], [ -6.62323241041361, 57.605596839328797 ], [ -6.620001763677186, 57.60595357895037 ], [ -6.617398417556777, 57.605774567026373 ], [ -6.616819947796754, 57.606101566147579 ], [ -6.615400478711227, 57.605744251465133 ], [ -6.613813899220887, 57.60486234106434 ], [ -6.612935364640303, 57.603221442537091 ], [ -6.610214914794128, 57.601985185611539 ], [ -6.607628665208134, 57.601409584165104 ], [ -6.605343378458915, 57.600431670085953 ], [ -6.603701261322435, 57.598247431671211 ], [ -6.601977674809586, 57.59700609935139 ], [ -6.598527998272838, 57.595692776797968 ], [ -6.593188984476697, 57.595068827009676 ], [ -6.589452078618219, 57.594130012249266 ], [ -6.585963750834456, 57.590312755457617 ], [ -6.582697544576988, 57.588385214279469 ], [ -6.582190296465094, 57.587881958683198 ], [ -6.582681495577496, 57.587526809193612 ], [ -6.581897868356508, 57.58662434071401 ], [ -6.582225789975037, 57.586036767618324 ], [ -6.581454090887869, 57.584032020677554 ], [ -6.579877957437708, 57.582087974339224 ], [ -6.578815143389915, 57.581892714766553 ], [ -6.574573512275389, 57.579789033399919 ], [ -6.572591922597343, 57.575813348056023 ], [ -6.57074895616794, 57.574670405878074 ], [ -6.569057032316385, 57.571809397583436 ], [ -6.570455387527788, 57.567494375102449 ], [ -6.570166405805333, 57.565832758848657 ], [ -6.569428424586471, 57.565514120878902 ], [ -6.56966465654457, 57.565102599813784 ], [ -6.568945457827112, 57.564853436229789 ], [ -6.568514061998806, 57.563736654734441 ], [ -6.569022225846839, 57.56241132302938 ], [ -6.568521581124063, 57.56092917385439 ], [ -6.568982596319489, 57.557281349613461 ], [ -6.567906966759911, 57.554136256958515 ], [ -6.567846960748231, 57.551816930464504 ], [ -6.565526567328407, 57.548255514160836 ], [ -6.565419732542708, 57.548657844155571 ], [ -6.56528456632605, 57.548380311440027 ], [ -6.564464178262362, 57.54858902116225 ], [ -6.561942638506033, 57.547758386300409 ], [ -6.559953892471253, 57.547641480074248 ], [ -6.559327990461673, 57.547920471368471 ], [ -6.559090998547804, 57.547497307786358 ], [ -6.556298688590816, 57.54610520775887 ], [ -6.554438816429768, 57.544342058155131 ], [ -6.553228775230475, 57.543895586650933 ], [ -6.550438694990887, 57.543789499073888 ], [ -6.548575939286847, 57.544009659010641 ], [ -6.547447570721659, 57.544886870870783 ], [ -6.544116943713659, 57.545812024202363 ], [ -6.542237902367196, 57.546774716464824 ], [ -6.541431543731044, 57.548022525926072 ], [ -6.540897427472144, 57.547965320302723 ], [ -6.538546337293639, 57.547155070322376 ], [ -6.537786978139803, 57.54636392380791 ], [ -6.536103921114766, 57.545610523944731 ], [ -6.533506687828654, 57.544970944661792 ], [ -6.532712383594967, 57.545174908987356 ], [ -6.532053919546409, 57.544991720988818 ], [ -6.531870793722685, 57.543788560892779 ], [ -6.528971990682936, 57.542066920538957 ], [ -6.527753728202602, 57.540676098529048 ], [ -6.525116500753282, 57.540181703453058 ], [ -6.524921058454629, 57.539887411014064 ], [ -6.519903253549166, 57.538403552230868 ], [ -6.51345250849212, 57.537634619110698 ], [ -6.512685880634478, 57.536170823545667 ], [ -6.509974968427184, 57.534873773001642 ], [ -6.506746125011473, 57.534728473023684 ], [ -6.505704593420036, 57.534217073322054 ], [ -6.505343796243701, 57.534409860472145 ], [ -6.504332751170947, 57.534077244955938 ], [ -6.503538425128255, 57.533062306681124 ], [ -6.502591649073428, 57.533114133577499 ], [ -6.500014570736605, 57.531677184225728 ], [ -6.499323132942973, 57.529462315262755 ], [ -6.496232045132931, 57.5252779311149 ], [ -6.495100530451077, 57.524711201410909 ], [ -6.489546223029986, 57.523865942361901 ], [ -6.487411699886621, 57.523366368018586 ], [ -6.48717504402537, 57.523073493150562 ], [ -6.486488026693763, 57.523264354829095 ], [ -6.485818005807173, 57.523049870034683 ], [ -6.482519052958343, 57.52028467520573 ], [ -6.479794582566588, 57.518722176535597 ], [ -6.479702662103376, 57.518041891347359 ], [ -6.476913309417912, 57.515744125735544 ], [ -6.472806700362304, 57.513672971353742 ], [ -6.469189615112317, 57.509250358887783 ], [ -6.467759730618386, 57.508149847719096 ], [ -6.467800796859972, 57.507734663361489 ], [ -6.464954218742664, 57.506185200992839 ], [ -6.464845232049749, 57.505635929905161 ], [ -6.463471489437549, 57.504992082003916 ], [ -6.463790842594525, 57.504665971197468 ], [ -6.462568318623349, 57.504165156453716 ], [ -6.461625501785234, 57.504243531627353 ], [ -6.460848492047194, 57.503969756028688 ], [ -6.461884498246051, 57.502808799008953 ], [ -6.464836415939703, 57.501125718931057 ], [ -6.465160212090718, 57.500016962133678 ], [ -6.464662382230919, 57.499225147163664 ], [ -6.465209472943392, 57.499327169169653 ], [ -6.465795459256825, 57.498996094034965 ], [ -6.465685339493428, 57.498096094979559 ], [ -6.464052043068461, 57.499152347173833 ], [ -6.462032375936437, 57.499030554927181 ], [ -6.46075580458726, 57.499520987038103 ], [ -6.459155921797989, 57.499690074932296 ], [ -6.458624606268486, 57.499443563743327 ], [ -6.455591267031765, 57.500666183868688 ], [ -6.4552002480111, 57.501363563189841 ], [ -6.456358222745963, 57.501884717774224 ], [ -6.455589067142213, 57.502563999454431 ], [ -6.455076910240939, 57.502132417807225 ], [ -6.454691382274854, 57.502532798279589 ], [ -6.454273613464515, 57.503285084116797 ], [ -6.454742665387503, 57.50363724777857 ], [ -6.453908712236276, 57.503923073377862 ], [ -6.452635002886146, 57.505123841823497 ], [ -6.4527283159676, 57.505956984765881 ], [ -6.449875369722407, 57.507294491906073 ], [ -6.44749349428789, 57.507563001514683 ], [ -6.446622441200435, 57.508025468093805 ], [ -6.447075523474178, 57.508315265995222 ], [ -6.445691361745218, 57.508818326596355 ], [ -6.445502891419104, 57.510151588224439 ], [ -6.442734347529751, 57.51115766257476 ], [ -6.441079464216888, 57.512389732399626 ], [ -6.439837750417688, 57.512829240355991 ], [ -6.439960050840037, 57.513216165345781 ], [ -6.438434800312015, 57.514690959683605 ], [ -6.437966439716308, 57.515786732318567 ], [ -6.437214651582836, 57.515858186570654 ], [ -6.438012502884731, 57.516027945212734 ], [ -6.437994422240446, 57.51642881158709 ], [ -6.436208151885632, 57.517202251078764 ], [ -6.435312057140787, 57.517049430691905 ], [ -6.435278700134542, 57.517324919245233 ], [ -6.434918919362379, 57.516977830402446 ], [ -6.433848858444186, 57.516975026867421 ], [ -6.433133328473118, 57.517895102620727 ], [ -6.434139799232947, 57.517580867856637 ], [ -6.433280228583202, 57.518416075515688 ], [ -6.431869982583823, 57.518915392678764 ], [ -6.431097442833849, 57.518816655087505 ], [ -6.430158304359431, 57.51947925746736 ], [ -6.428763555690092, 57.519280968214744 ], [ -6.428807035167811, 57.518744304415577 ], [ -6.427112860641643, 57.518282211493826 ], [ -6.426107998171899, 57.516613186626806 ], [ -6.426476870497674, 57.515520962005205 ], [ -6.425436305054764, 57.515278714206083 ], [ -6.426096513029839, 57.514796831088404 ], [ -6.425421159542404, 57.514258443879939 ], [ -6.426311821357936, 57.513885382614902 ], [ -6.426705999448876, 57.512864218049536 ], [ -6.428534162644516, 57.511747673027031 ], [ -6.429035632381551, 57.508789043607244 ], [ -6.42988729539967, 57.508646668663545 ], [ -6.430225969552588, 57.507582472208306 ], [ -6.430973197457055, 57.507268381885076 ], [ -6.430533469368413, 57.50646810586364 ], [ -6.430800270783997, 57.505665459208721 ], [ -6.432613890731008, 57.504446825403882 ], [ -6.432705997878467, 57.502316526657765 ], [ -6.43401063598226, 57.501888358517206 ], [ -6.434073509484742, 57.50141576352646 ], [ -6.4345473703897, 57.501561868121875 ], [ -6.435079151284673, 57.501070961091493 ], [ -6.436785075713297, 57.500728462122282 ], [ -6.437601086758717, 57.500116004664356 ], [ -6.436862009270212, 57.498090532490338 ], [ -6.439241074048432, 57.496237580342942 ], [ -6.440584102416277, 57.493765459599899 ], [ -6.442303557684524, 57.4923979888273 ], [ -6.443547356702115, 57.492104968692402 ], [ -6.443322715969215, 57.491796308700479 ], [ -6.448373544532971, 57.487093095607527 ], [ -6.450142336433684, 57.484134521486133 ], [ -6.450350074002257, 57.481865187028696 ], [ -6.452644382229057, 57.480686791865374 ], [ -6.450952067446565, 57.480913025403311 ], [ -6.450337624427309, 57.481420424024464 ], [ -6.44741921876941, 57.480902971718081 ], [ -6.445979657543398, 57.481628367921694 ], [ -6.443726840549024, 57.481914768342925 ], [ -6.442223135698007, 57.481221337508281 ], [ -6.442506651118393, 57.480806604830008 ], [ -6.441984482300487, 57.481387152643293 ], [ -6.440500635050631, 57.481268614567064 ], [ -6.439912264226438, 57.480686771685527 ], [ -6.44045816008814, 57.480163856713695 ], [ -6.439663662166558, 57.480083950630373 ], [ -6.439494942931361, 57.478695838761432 ], [ -6.438441068480055, 57.477511622358158 ], [ -6.439024206937956, 57.476677108697253 ], [ -6.439096515976783, 57.47521124364534 ], [ -6.43678902956721, 57.473628716188635 ], [ -6.436601648733376, 57.472663076163386 ], [ -6.436161652013547, 57.472792806438974 ], [ -6.434596584512726, 57.472263348098188 ], [ -6.434107363011727, 57.471327226568214 ], [ -6.433049782311006, 57.471113546944338 ], [ -6.433884498287283, 57.471760489728844 ], [ -6.433153461744357, 57.471775445482756 ], [ -6.432432062617984, 57.470507525250383 ], [ -6.432942625126166, 57.471716315753028 ], [ -6.431937866464326, 57.471194973382325 ], [ -6.432293962813671, 57.471804813770127 ], [ -6.431841778969651, 57.472068067857549 ], [ -6.431116940720728, 57.471721238273986 ], [ -6.431953198125277, 57.472683825491643 ], [ -6.431662615444264, 57.475339165139275 ], [ -6.432811807801769, 57.476031706619331 ], [ -6.432824947091346, 57.478038685574781 ], [ -6.434045608085841, 57.480708262845958 ], [ -6.433891910922254, 57.482289410373539 ], [ -6.43607012574742, 57.483931416896311 ], [ -6.436959107165813, 57.486657629462925 ], [ -6.436348578513662, 57.489591376637428 ], [ -6.435735747011642, 57.489826123677659 ], [ -6.436482127594423, 57.490580499840668 ], [ -6.436023275740578, 57.491587796738017 ], [ -6.434853216317852, 57.49185565961352 ], [ -6.435369371861523, 57.492213424873562 ], [ -6.434896026063015, 57.492565570565048 ], [ -6.433733627731538, 57.492387953811502 ], [ -6.434051913474371, 57.492918179496506 ], [ -6.433568294884706, 57.492539476676157 ], [ -6.433516406531405, 57.492868681942085 ], [ -6.431784666872038, 57.493064552438256 ], [ -6.431384187175566, 57.492242214502987 ], [ -6.430593238521484, 57.49351480273409 ], [ -6.428854015603975, 57.494337768893629 ], [ -6.427896064395901, 57.495653085606925 ], [ -6.426412080845027, 57.496722465191105 ], [ -6.426600691768644, 57.49694158137153 ], [ -6.426327331737552, 57.496822577949139 ], [ -6.424425817328268, 57.497700647967015 ], [ -6.422843792911242, 57.497783203019381 ], [ -6.421659439956179, 57.498183648358207 ], [ -6.420824818765883, 57.499237349197124 ], [ -6.420533700253837, 57.500640713938417 ], [ -6.420862195109149, 57.502773313779016 ], [ -6.421606777167627, 57.50340282545158 ], [ -6.42119959692412, 57.504041292743032 ], [ -6.419900664925083, 57.504283849984539 ], [ -6.420018840977469, 57.504997410387375 ], [ -6.419236892707858, 57.504969988136217 ], [ -6.419453531222026, 57.505323938266301 ], [ -6.418425361592335, 57.505857371341911 ], [ -6.417320618327391, 57.505758517539661 ], [ -6.416757521060331, 57.506034589574305 ], [ -6.417093309230211, 57.50621348243952 ], [ -6.416495249509246, 57.506021302234842 ], [ -6.415864661737142, 57.506195408479947 ], [ -6.415549751608194, 57.506713700003893 ], [ -6.415261485097544, 57.506596093806451 ], [ -6.41553080532579, 57.50713707318517 ], [ -6.414165959401384, 57.506449221733035 ], [ -6.412549195729674, 57.506399748219742 ], [ -6.411587010130043, 57.505158135314041 ], [ -6.412091827074646, 57.506196322693839 ], [ -6.409690244365809, 57.506482789998351 ], [ -6.409394167521358, 57.506756673503247 ], [ -6.408643846373865, 57.506382716667694 ], [ -6.408631440231907, 57.505643862819241 ], [ -6.407882653775848, 57.505213187588936 ], [ -6.408408387145111, 57.505720023022882 ], [ -6.407930596244357, 57.50666130524835 ], [ -6.405425226372768, 57.507237323465894 ], [ -6.403718014333172, 57.508916799463279 ], [ -6.402314613266517, 57.508295825046126 ], [ -6.399827018635992, 57.508868408112285 ], [ -6.399555230819781, 57.509386047301589 ], [ -6.401400321848119, 57.513737508178075 ], [ -6.399883023516304, 57.514321145568765 ], [ -6.399458051966163, 57.515024008388309 ], [ -6.401188680103552, 57.517454816198196 ], [ -6.405090794217969, 57.519040726479226 ], [ -6.406904615693942, 57.523123408534978 ], [ -6.406437685242238, 57.523409553494133 ], [ -6.405882599803209, 57.523312048351464 ], [ -6.405922348622607, 57.523917736261168 ], [ -6.40474311845399, 57.523981454940547 ], [ -6.404430911718666, 57.523749539066152 ], [ -6.404614600646534, 57.524093873065084 ], [ -6.403277542697356, 57.524235045477283 ], [ -6.403995245100041, 57.526094147278059 ], [ -6.402963219640422, 57.526962137888574 ], [ -6.403277513395753, 57.527418828107514 ], [ -6.400801941627996, 57.52817085708412 ], [ -6.400784533301835, 57.528580679347399 ], [ -6.400399228364604, 57.528297344120766 ], [ -6.399623733482779, 57.528729143227395 ], [ -6.399353053583943, 57.528010104138282 ], [ -6.398615956111937, 57.528067317306039 ], [ -6.397423776408755, 57.527470379283073 ], [ -6.397014354255911, 57.527610580112572 ], [ -6.395991578058858, 57.527309006002668 ], [ -6.39569109863277, 57.526896786006688 ], [ -6.391551513507659, 57.525494230295507 ], [ -6.388555646952809, 57.523035426999556 ], [ -6.385408939012308, 57.521890386546389 ], [ -6.383671086083276, 57.520435440801826 ], [ -6.382538377628091, 57.518451283093427 ], [ -6.382705220542228, 57.517892370345827 ], [ -6.383407488442062, 57.517755515806606 ], [ -6.383031832814054, 57.517480790247326 ], [ -6.383488074900921, 57.516965768464189 ], [ -6.381216120716297, 57.514540080293635 ], [ -6.379861614110934, 57.511749695785817 ], [ -6.378396672709394, 57.51047406675054 ], [ -6.376445781842591, 57.505898465896671 ], [ -6.374844553974358, 57.500277332753001 ], [ -6.374149026752832, 57.501220637679658 ], [ -6.372837409528644, 57.501386699532752 ], [ -6.372123584351757, 57.501898934761975 ], [ -6.372379827934918, 57.502573551770823 ], [ -6.371286195034216, 57.503067489049151 ], [ -6.370776568449846, 57.504489973236474 ], [ -6.369632416319937, 57.504869630471916 ], [ -6.369026442829951, 57.504399603407464 ], [ -6.366342979423863, 57.504132918960181 ], [ -6.364173001931581, 57.50280873249644 ], [ -6.362337881450411, 57.501097883050811 ], [ -6.359002593549993, 57.500532555177614 ], [ -6.354652109615529, 57.497688219545871 ], [ -6.352387188054597, 57.496933718768268 ], [ -6.350719719605285, 57.497182897535382 ], [ -6.349944369671087, 57.49673212756214 ], [ -6.349708428773481, 57.496392229446798 ], [ -6.350177845115916, 57.496098116600116 ], [ -6.34852215839673, 57.495043705627417 ], [ -6.349566197422386, 57.49397879581042 ], [ -6.348214941556454, 57.492814939267816 ], [ -6.348736505545422, 57.49210353181148 ], [ -6.348305201898273, 57.490781995623081 ], [ -6.348532273210041, 57.489266847774033 ], [ -6.348202866853053, 57.488800669624759 ], [ -6.347329457304843, 57.488688730183512 ], [ -6.34813116990883, 57.488605288993774 ], [ -6.34837669912711, 57.48745553817276 ], [ -6.347684122650951, 57.486758177134966 ], [ -6.347563627860698, 57.484385362579296 ], [ -6.346931933557441, 57.483862168554033 ], [ -6.347691430925192, 57.483635390485283 ], [ -6.347810865508576, 57.482590721067432 ], [ -6.34664627059259, 57.482626434963827 ], [ -6.346225985461938, 57.482967406631253 ], [ -6.345632084483891, 57.482663242210762 ], [ -6.345328678378721, 57.481811240626691 ], [ -6.345813747812168, 57.481481525892427 ], [ -6.345073590391493, 57.481449513497132 ], [ -6.345006942989535, 57.480762914260985 ], [ -6.344065334901074, 57.481549957630222 ], [ -6.344820327722918, 57.482001458704019 ], [ -6.344091350223831, 57.48174062068513 ], [ -6.343512498492878, 57.482068167665744 ], [ -6.342708648354396, 57.481683097095029 ], [ -6.342945493579967, 57.481414117465576 ], [ -6.342090932966786, 57.480658463780564 ], [ -6.340767437603456, 57.480087150962014 ], [ -6.342077865307592, 57.481587937683884 ], [ -6.341390895441677, 57.481581949016672 ], [ -6.341154077922298, 57.481865314011579 ], [ -6.341161905496355, 57.481579951960889 ], [ -6.340591099066235, 57.481483616555906 ], [ -6.34017992242598, 57.482126432663939 ], [ -6.341252571546674, 57.483368319727802 ], [ -6.341000459399262, 57.484281752378244 ], [ -6.34012547827674, 57.484942355917134 ], [ -6.3395666948299, 57.486957258471733 ], [ -6.340224077652704, 57.487837541582508 ], [ -6.339729640911002, 57.488173850086021 ], [ -6.340358079113537, 57.488768239924468 ], [ -6.339685822020544, 57.489393070932238 ], [ -6.340503672433282, 57.490049282604929 ], [ -6.340106931617687, 57.49030847825621 ], [ -6.340792981005798, 57.490965633805004 ], [ -6.340429996586478, 57.491438609732228 ], [ -6.341098444058955, 57.49148391776265 ], [ -6.340643495033515, 57.49201222648562 ], [ -6.339939921595068, 57.492050866009478 ], [ -6.339585579722353, 57.491711434509924 ], [ -6.33746182439623, 57.491197334043733 ], [ -6.336267636138246, 57.490268972053848 ], [ -6.335291818193317, 57.490039963855075 ], [ -6.33545528872489, 57.489349037924441 ], [ -6.333098154869596, 57.483544890763106 ], [ -6.334070696324201, 57.480398799200223 ], [ -6.328077906863883, 57.475167553468047 ], [ -6.327343719327534, 57.473676508411636 ], [ -6.327523157291774, 57.470695329946444 ], [ -6.328190596341009, 57.469932227901154 ], [ -6.328610726413394, 57.46785649732535 ], [ -6.328322978589896, 57.46621610522584 ], [ -6.328751987625836, 57.46566714515005 ], [ -6.328094552368976, 57.464991865589482 ], [ -6.328320029059167, 57.464316802896377 ], [ -6.328591378826878, 57.464564682648181 ], [ -6.328858955945888, 57.464329746473986 ], [ -6.328434227773089, 57.462913504306961 ], [ -6.32675654430101, 57.461485479708564 ], [ -6.32703639695862, 57.461044176636996 ], [ -6.326263931700423, 57.458986964019623 ], [ -6.325312791874913, 57.457774071723968 ], [ -6.323264109024784, 57.456973004200741 ], [ -6.323541043272193, 57.456704481890554 ], [ -6.322789231373575, 57.4568939860917 ], [ -6.321050751689444, 57.45602017529604 ], [ -6.316776002845682, 57.455441108264679 ], [ -6.315854102391826, 57.455659787381954 ], [ -6.315855919498837, 57.456085109685212 ], [ -6.314181214312627, 57.455368202802362 ], [ -6.313919715203466, 57.455697328842554 ], [ -6.31257036025595, 57.454866725201065 ], [ -6.312350646535435, 57.455479504002703 ], [ -6.311803112754671, 57.45519428992899 ], [ -6.312393207300158, 57.455571576141161 ], [ -6.312360525106317, 57.456114992873225 ], [ -6.313022044551649, 57.455994297375995 ], [ -6.313426798556756, 57.456341957356827 ], [ -6.312999849831656, 57.456895289074239 ], [ -6.312222971380218, 57.456731251330176 ], [ -6.312574130303697, 57.457289395264389 ], [ -6.312930019095298, 57.457505630304659 ], [ -6.313351222878551, 57.457242980106862 ], [ -6.313457192446869, 57.457716893557489 ], [ -6.314055487197174, 57.457908629605605 ], [ -6.312998259377785, 57.458126528665204 ], [ -6.313063361531921, 57.458423775151246 ], [ -6.314185513332617, 57.458713571654094 ], [ -6.316162963806397, 57.460170143623138 ], [ -6.318808626165569, 57.461320470804004 ], [ -6.321406822081918, 57.464538148998379 ], [ -6.320062108298636, 57.465855068286935 ], [ -6.320146860475219, 57.466501479208901 ], [ -6.318624402456445, 57.46894235253712 ], [ -6.319069735607142, 57.470366007976828 ], [ -6.318318224279591, 57.471987207667908 ], [ -6.318402692650396, 57.473083295606862 ], [ -6.325589327388726, 57.4797686536687 ], [ -6.325735586927079, 57.485233393342497 ], [ -6.32539202901341, 57.486111256432416 ], [ -6.323520067747887, 57.486633308734334 ], [ -6.3235512718966, 57.486953299947118 ], [ -6.32199510757752, 57.486673070248081 ], [ -6.321372513519258, 57.487042480972391 ], [ -6.319225078894031, 57.486351727207932 ], [ -6.318076125863121, 57.485193222723758 ], [ -6.312264643864289, 57.481697039360171 ], [ -6.312765742887277, 57.482306709083034 ], [ -6.312201858236307, 57.48236739171837 ], [ -6.311248705307922, 57.481280367149459 ], [ -6.311517367905371, 57.481788281886779 ], [ -6.310977763746352, 57.481403859101405 ], [ -6.310054881727215, 57.481789789992952 ], [ -6.309609994107409, 57.481571193046058 ], [ -6.3097540011744, 57.48218320322966 ], [ -6.308379077407112, 57.481723936442727 ], [ -6.309160060894883, 57.482399585384769 ], [ -6.30829698803697, 57.48217461062395 ], [ -6.307473514700003, 57.482384449195955 ], [ -6.306723293213963, 57.481912784765306 ], [ -6.305803414420327, 57.482494633720293 ], [ -6.304909792386468, 57.482208627288742 ], [ -6.3046170434334, 57.482359830329081 ], [ -6.306053770573566, 57.482975305629559 ], [ -6.306344697240253, 57.482851141358225 ], [ -6.308833221928785, 57.485304808104473 ], [ -6.313515943878273, 57.487796602475093 ], [ -6.31625528055547, 57.488564293544314 ], [ -6.319315129685063, 57.490120440576149 ], [ -6.323283664696818, 57.490391652318436 ], [ -6.325377481224637, 57.492445779075062 ], [ -6.328469865672957, 57.494425087181042 ], [ -6.327974064602946, 57.496104102075194 ], [ -6.327309998084766, 57.496476763821384 ], [ -6.329324182898881, 57.496558626960123 ], [ -6.330518909067713, 57.497519412748858 ], [ -6.332862754160963, 57.498224817866415 ], [ -6.345949201550017, 57.506122528901138 ], [ -6.348968072489332, 57.507156902134653 ], [ -6.353554827644529, 57.508180193281696 ], [ -6.355265749897489, 57.509354954047147 ], [ -6.35531228433843, 57.510010769744127 ], [ -6.356577669201846, 57.510951799452705 ], [ -6.360989777814325, 57.512269565745321 ], [ -6.364199016885096, 57.514649630100486 ], [ -6.364875731067408, 57.514788067506785 ], [ -6.369635304048921, 57.519641467847535 ], [ -6.370641105107224, 57.522524990600942 ], [ -6.369674200661755, 57.525895141857518 ], [ -6.373798250579095, 57.527105578081347 ], [ -6.375286564591397, 57.528501871569979 ], [ -6.376196822137858, 57.530165551617387 ], [ -6.375404586378262, 57.530251522924836 ], [ -6.374649977780143, 57.53092975932217 ], [ -6.374363172306219, 57.531326440528588 ], [ -6.374741871417567, 57.531695520279087 ], [ -6.370943533206912, 57.531184297250157 ], [ -6.367072665154098, 57.53146241071903 ], [ -6.367589093300997, 57.531655859637723 ], [ -6.371178784752493, 57.531472924050945 ], [ -6.372961266731571, 57.531905722375917 ], [ -6.373634595358598, 57.532709762050793 ], [ -6.373058794699262, 57.534321609104673 ], [ -6.374147967766706, 57.535385519010397 ], [ -6.375322554401788, 57.535628038985024 ], [ -6.376058057452289, 57.536461386782008 ], [ -6.378029753828095, 57.537422667544327 ], [ -6.379233647346195, 57.538743367015641 ], [ -6.380234880324219, 57.538655507141549 ], [ -6.380704978852714, 57.539644651767752 ], [ -6.382245157608192, 57.540561513952049 ], [ -6.387534212328442, 57.541845244908984 ], [ -6.388546738524741, 57.542475519578829 ], [ -6.389799470010459, 57.544307965862906 ], [ -6.388742202024697, 57.545737004457997 ], [ -6.386690526401775, 57.545201361625494 ], [ -6.384748542980388, 57.543186016034063 ], [ -6.384175220748427, 57.542966731398181 ], [ -6.383921455821184, 57.543137444263422 ], [ -6.383335454924713, 57.544286526617896 ], [ -6.383605040454209, 57.545498483809403 ], [ -6.382801905360957, 57.546831389334926 ], [ -6.383875995151771, 57.548834686274134 ], [ -6.384945569686002, 57.549020521733127 ], [ -6.386956908062534, 57.548372239605769 ], [ -6.389623939577464, 57.548848678529872 ], [ -6.392057081078262, 57.550520376217406 ], [ -6.392885690082263, 57.552688651915886 ], [ -6.393519232158837, 57.552698048258847 ], [ -6.395379720402611, 57.553641375398989 ], [ -6.395567772427676, 57.554367802403526 ], [ -6.394535079890137, 57.556139588575299 ], [ -6.396156967142232, 57.557724381066237 ], [ -6.398491433067484, 57.562436581534392 ], [ -6.397695573287516, 57.563952801428954 ], [ -6.398068139370235, 57.564681783433358 ], [ -6.39756740707871, 57.56476220668582 ], [ -6.397505697194995, 57.565290489527513 ], [ -6.395432441554234, 57.567040108979285 ], [ -6.395839762345422, 57.56750257220807 ], [ -6.394230888973658, 57.568871732282467 ], [ -6.394595872548017, 57.569538032558164 ], [ -6.39393248348814, 57.569727536216313 ], [ -6.390811909259444, 57.569112261237358 ], [ -6.390914232001728, 57.568434174431857 ], [ -6.389640112688903, 57.567723075803706 ], [ -6.388675357513881, 57.566245731519309 ], [ -6.384266721943026, 57.563408743271467 ], [ -6.382597166106507, 57.5631358291539 ], [ -6.382593555903317, 57.563787091635398 ], [ -6.381074873350999, 57.564197821796817 ], [ -6.380680010622807, 57.564657625263713 ], [ -6.379943738313746, 57.568331006474295 ], [ -6.380185149049066, 57.569349687633597 ], [ -6.379777442041292, 57.569661538758091 ], [ -6.380157482434818, 57.570274290315133 ], [ -6.378487331684394, 57.571084163546722 ], [ -6.375459599894445, 57.571003102119811 ], [ -6.374450538481504, 57.571158628429544 ], [ -6.373248247733376, 57.571823588225016 ], [ -6.372625971080033, 57.572481913047731 ], [ -6.372727448417342, 57.573493765499919 ], [ -6.370606284577432, 57.575053039782247 ], [ -6.370233760934211, 57.576035454345352 ], [ -6.368638033139872, 57.577008987461092 ], [ -6.366917488709981, 57.579844881219209 ], [ -6.362301119953698, 57.583905133680112 ], [ -6.359462906983533, 57.587971195765221 ], [ -6.359788338397791, 57.588506749891046 ], [ -6.359367925086397, 57.588450233400714 ], [ -6.359439057729771, 57.588973892781944 ], [ -6.360463195379328, 57.589065297860927 ], [ -6.361262676232941, 57.589838974267359 ], [ -6.363428370266065, 57.590218240454604 ], [ -6.364042750218516, 57.589992831875307 ], [ -6.363837757207182, 57.590419920663656 ], [ -6.364718550336151, 57.590237453240924 ], [ -6.368816125693589, 57.590539866415774 ], [ -6.37124622114921, 57.590010489025033 ], [ -6.375211144436224, 57.588151644959936 ], [ -6.376274459743731, 57.586424864034775 ], [ -6.373693675077258, 57.585907326114921 ], [ -6.376278632598349, 57.586292513927219 ], [ -6.378989424906253, 57.585204630303863 ], [ -6.382556184401896, 57.585663518502173 ], [ -6.388322086303934, 57.585320020261527 ], [ -6.390972600419153, 57.584665661628151 ], [ -6.39212906341155, 57.585021110876042 ], [ -6.39289486275413, 57.584706641481787 ], [ -6.394623614043138, 57.584947699053117 ], [ -6.395268126824677, 57.585847088001529 ], [ -6.393459423793045, 57.588064089137454 ], [ -6.392606077450712, 57.588278182833577 ], [ -6.391794785530439, 57.591503674203963 ], [ -6.39318263826984, 57.593148843536504 ], [ -6.395270367451919, 57.594028536992312 ], [ -6.396877320864466, 57.595183975571103 ], [ -6.397833456662108, 57.595375483733221 ], [ -6.398295757235486, 57.5961094359089 ], [ -6.398866220183723, 57.596228045294112 ], [ -6.39841280373551, 57.596329296785335 ], [ -6.398648156416051, 57.596724006026271 ], [ -6.397214355073435, 57.597001537020617 ], [ -6.397526928004121, 57.59768854830233 ], [ -6.396412350278422, 57.597544829193303 ], [ -6.395827723516966, 57.597946535142967 ], [ -6.394374178346715, 57.599973984128439 ], [ -6.395292990782673, 57.601989826412634 ], [ -6.396667417242879, 57.602978898954277 ], [ -6.396316083605892, 57.603329304682077 ], [ -6.396854797862522, 57.603946380842729 ], [ -6.396595504828273, 57.605168661554053 ], [ -6.397167295892505, 57.606128141817535 ], [ -6.397598605784868, 57.606092422424261 ], [ -6.397377830749512, 57.607065137255795 ], [ -6.399365121345581, 57.607882627878958 ], [ -6.3986372498834, 57.6080294220287 ], [ -6.398159861754603, 57.607753771577883 ], [ -6.397215401200143, 57.607980057172902 ], [ -6.395421872641924, 57.609013869807811 ], [ -6.394309410603278, 57.610761413334004 ], [ -6.39424836602672, 57.612751132973891 ], [ -6.395299431077092, 57.613820740035855 ], [ -6.396709368909778, 57.614185323914533 ], [ -6.399040445996817, 57.616136639054567 ], [ -6.398916649380879, 57.616623015059233 ], [ -6.399569646341455, 57.616673096760856 ], [ -6.399191818083892, 57.616750125236798 ], [ -6.399471056545904, 57.617353756909985 ], [ -6.400435176910745, 57.617675387244915 ], [ -6.400298710998681, 57.618126232012749 ], [ -6.400962994006017, 57.618241567282773 ], [ -6.400693002110965, 57.618627818354028 ], [ -6.401265359851235, 57.619187947249578 ], [ -6.404580951649048, 57.621166884891231 ], [ -6.405683278091594, 57.623262605504294 ], [ -6.40738506235027, 57.625171900185272 ], [ -6.40843917724191, 57.625638727900721 ], [ -6.408908233825072, 57.626602654987806 ], [ -6.412964931226743, 57.630463069461953 ], [ -6.41486585109113, 57.631066619582398 ], [ -6.415340958908054, 57.631733522560957 ], [ -6.416371217803357, 57.631863859262943 ], [ -6.416747275265034, 57.632543217412454 ], [ -6.419031738427289, 57.633816810628822 ], [ -6.419698151523835, 57.63371253208998 ], [ -6.419699732509581, 57.633312254637062 ], [ -6.420265813399634, 57.633485795912925 ], [ -6.420698490056263, 57.634698289820108 ], [ -6.425294343069747, 57.638148237017894 ], [ -6.426317903800906, 57.640491203093205 ], [ -6.427714415803293, 57.642178025891063 ], [ -6.424019545366002, 57.646952858989003 ], [ -6.421832820389837, 57.648279605617574 ], [ -6.417465401769263, 57.648643858405556 ], [ -6.411698058205839, 57.648463302606402 ], [ -6.410935276240907, 57.648881182395613 ], [ -6.411457548803974, 57.650072586289816 ], [ -6.41077628447553, 57.650195320617819 ], [ -6.410721777518121, 57.650574960275186 ], [ -6.409992402254864, 57.649584152821006 ], [ -6.409602233772596, 57.649700309576765 ], [ -6.408695789798148, 57.649322754279794 ], [ -6.406277921760474, 57.650547564791196 ], [ -6.405923298063084, 57.651564534504338 ], [ -6.40847060157021, 57.65266097999897 ], [ -6.407162325858802, 57.653630306098862 ], [ -6.407531077078783, 57.653737948906915 ], [ -6.407286195853379, 57.654277124429179 ], [ -6.408390628340439, 57.655054293694462 ], [ -6.407798256187323, 57.655094761558111 ], [ -6.408147536293343, 57.656257142156136 ], [ -6.408787969633367, 57.657067596128378 ], [ -6.410233772103498, 57.657408329112087 ], [ -6.409657239046724, 57.657427566210565 ], [ -6.410583023730554, 57.658417813108713 ], [ -6.410734420706015, 57.659690528326372 ], [ -6.410204066834234, 57.659593034805518 ], [ -6.410638937603189, 57.659981661836028 ], [ -6.410264676615927, 57.659746508679547 ], [ -6.4098996691133, 57.660346544977592 ], [ -6.408611006318607, 57.660208972862208 ], [ -6.407207214831979, 57.660836271052453 ], [ -6.405400560385662, 57.660979359438549 ], [ -6.400941805641993, 57.660009735468279 ], [ -6.396128677516639, 57.659450714382643 ], [ -6.39251687406248, 57.659928959238798 ], [ -6.391154746435787, 57.660639163550719 ], [ -6.388049099435699, 57.661058303400871 ], [ -6.387497941576953, 57.66099651312804 ], [ -6.387424602491113, 57.660390196588892 ], [ -6.386320999654949, 57.659548067458083 ], [ -6.385392005863944, 57.659372583911285 ], [ -6.382804679098173, 57.659692651156021 ], [ -6.382252205803916, 57.660008613121548 ], [ -6.378139928935649, 57.660693572374022 ], [ -6.374795105907813, 57.66184375285183 ], [ -6.374251663172129, 57.661776241518815 ], [ -6.374301455783793, 57.662189117143676 ], [ -6.369752497487391, 57.664545519186809 ], [ -6.363384151513628, 57.66705905077842 ], [ -6.361169988664387, 57.668394613431495 ], [ -6.357660110262121, 57.669284706842355 ], [ -6.353580582929902, 57.671233073467739 ], [ -6.353108982212114, 57.673736000613985 ], [ -6.350944669581142, 57.675213542773136 ], [ -6.348171242835182, 57.676302816157936 ], [ -6.344666914626274, 57.680371479746348 ], [ -6.345352400102294, 57.681187878985568 ], [ -6.34687733735506, 57.681891753079569 ], [ -6.346985435685308, 57.682513071037405 ], [ -6.348013401506379, 57.682684539733643 ], [ -6.34927193888065, 57.683518067312498 ], [ -6.34965724452129, 57.68435017692493 ], [ -6.348773080572538, 57.684538001174481 ], [ -6.347732231890568, 57.684119663721219 ], [ -6.346671786971909, 57.684517689034358 ], [ -6.344756484426463, 57.683821840987846 ], [ -6.342958650911471, 57.684399878824763 ], [ -6.342358316323536, 57.685050948242093 ], [ -6.342915727321245, 57.685344754523697 ], [ -6.342654520726878, 57.686247670550181 ], [ -6.343269052544421, 57.688110646474179 ], [ -6.345088512723858, 57.689728036948765 ], [ -6.345489155197135, 57.691598361247863 ], [ -6.347112381829624, 57.693579512656981 ], [ -6.348692368267008, 57.694919110263641 ], [ -6.349846866878337, 57.695302056784968 ], [ -6.354876511542723, 57.695924713284931 ], [ -6.354603112271302, 57.697283143253571 ], [ -6.354961278603657, 57.697747448138713 ], [ -6.356363904053134, 57.698027355356025 ], [ -6.35588677460816, 57.698529447521466 ], [ -6.354377632735616, 57.697992397487894 ], [ -6.352007601629452, 57.698258414545968 ], [ -6.351316452682066, 57.699496321593266 ], [ -6.347182024095959, 57.701927433976074 ], [ -6.34801412376904, 57.70326129647453 ], [ -6.35233870715387, 57.704578339357482 ], [ -6.352982427535522, 57.705041808652751 ], [ -6.353146389057112, 57.704519041978401 ], [ -6.355127275631743, 57.704855490352216 ], [ -6.355049434686034, 57.70427810015731 ], [ -6.356139946227029, 57.705243274834814 ], [ -6.356678941434072, 57.706092555355916 ], [ -6.35631436419884, 57.706064653538753 ], [ -6.356168760017703, 57.706739679779737 ], [ -6.355362499555206, 57.706322297538733 ], [ -6.355349049299642, 57.707258072400144 ], [ -6.354764537983159, 57.707147811787983 ], [ -6.354696641387966, 57.706722966170005 ], [ -6.35423484508372, 57.707912513507523 ], [ -6.352666255451514, 57.708141919917011 ], [ -6.349218414085999, 57.70720390612577 ] ] ], [ [ [ -5.820270486946953, 57.736751501812257 ], [ -5.819877832169682, 57.736057584869528 ], [ -5.818243247920165, 57.736178863393015 ], [ -5.815507538931981, 57.735263441058244 ], [ -5.814615856419426, 57.733262922297605 ], [ -5.813623262634538, 57.733095057537447 ], [ -5.812262898213132, 57.733504686768427 ], [ -5.811347949956218, 57.733276024191106 ], [ -5.810862745480448, 57.73345697237616 ], [ -5.811039606348095, 57.734737317937899 ], [ -5.810476013304719, 57.735451078867115 ], [ -5.808739625035772, 57.735004390570204 ], [ -5.80779971251927, 57.735257456965542 ], [ -5.806065933635771, 57.734994963619023 ], [ -5.803677635648059, 57.735781565543249 ], [ -5.800237583012047, 57.736078263428738 ], [ -5.799227894173448, 57.736868305874999 ], [ -5.797702533024657, 57.73650953084789 ], [ -5.795605631292112, 57.737111908355054 ], [ -5.79201604109821, 57.737507267578877 ], [ -5.789516758527081, 57.736997774098171 ], [ -5.793128777582527, 57.733288758963305 ], [ -5.794819318668551, 57.730495900090482 ], [ -5.799567311881752, 57.72825403106846 ], [ -5.799687621155531, 57.727639050205092 ], [ -5.800076706214711, 57.727663322946299 ], [ -5.800476912880133, 57.726833144989151 ], [ -5.801177420545435, 57.726542372077404 ], [ -5.801409606416693, 57.726913002431203 ], [ -5.802558206551267, 57.726968380321075 ], [ -5.802168946259899, 57.727182374017119 ], [ -5.805134958125734, 57.728059672377675 ], [ -5.80660593829968, 57.727983939956218 ], [ -5.806674454663185, 57.727357023038806 ], [ -5.808312740568882, 57.726795230659874 ], [ -5.808576952421697, 57.727389652915853 ], [ -5.809468132033073, 57.727713451235559 ], [ -5.811319684733231, 57.727581246080121 ], [ -5.812874051564827, 57.727898519845525 ], [ -5.813669028779303, 57.72858481951571 ], [ -5.81405928210295, 57.72997560786682 ], [ -5.815176658385046, 57.730530801424059 ], [ -5.816516042927791, 57.730481401456892 ], [ -5.817819233950739, 57.729929597013722 ], [ -5.81906374314873, 57.72993697805029 ], [ -5.822419081383265, 57.730595337501818 ], [ -5.822130095958426, 57.730882785155465 ], [ -5.822516057307091, 57.73095653340436 ], [ -5.821977224430955, 57.731026761894505 ], [ -5.822662351747412, 57.731307247897249 ], [ -5.821951851913885, 57.731423122975229 ], [ -5.82215044137839, 57.731871156328346 ], [ -5.823288829073844, 57.732623443723327 ], [ -5.8229447441559, 57.733025842423579 ], [ -5.82384257779831, 57.733330462281444 ], [ -5.824077811084823, 57.734204447788159 ], [ -5.823261107061187, 57.734827024028654 ], [ -5.823498782524643, 57.735246901973845 ], [ -5.822679733917127, 57.736404496099304 ], [ -5.820270486946953, 57.736751501812257 ] ] ], [ [ [ -6.295696270321121, 57.728072810939096 ], [ -6.293759010343901, 57.726268066852484 ], [ -6.292265213592749, 57.726570598740111 ], [ -6.291380586325982, 57.725773271071311 ], [ -6.290921730063236, 57.723392201959989 ], [ -6.291682954860976, 57.722795303022806 ], [ -6.293001336946968, 57.723069790716828 ], [ -6.293290606843479, 57.722178647840281 ], [ -6.295445755766776, 57.72313064352506 ], [ -6.295651950884465, 57.722885320831665 ], [ -6.296321059979199, 57.723141367007777 ], [ -6.297449971351571, 57.722810719607835 ], [ -6.302344682800539, 57.723759370322327 ], [ -6.304220653115234, 57.724410461850319 ], [ -6.30578615401206, 57.7254183367656 ], [ -6.305636459818621, 57.72684434683886 ], [ -6.304717683528478, 57.726610338665949 ], [ -6.304883141544938, 57.727153284064357 ], [ -6.30285234728428, 57.727604626816998 ], [ -6.302254126044936, 57.728794088249757 ], [ -6.298945948257669, 57.729531641304071 ], [ -6.298228175085321, 57.729079413269069 ], [ -6.297406995840181, 57.728181043119193 ], [ -6.295696270321121, 57.728072810939096 ] ] ], [ [ [ -6.421019208761741, 57.728104967911925 ], [ -6.420740509498551, 57.727062451216824 ], [ -6.422749826907188, 57.726996662088474 ], [ -6.423571084935177, 57.727251227394895 ], [ -6.423349709078238, 57.727434351636973 ], [ -6.424182168110407, 57.727917861248834 ], [ -6.423519824991804, 57.728894375007243 ], [ -6.421019208761741, 57.728104967911925 ] ] ], [ [ [ -6.439929685279324, 57.746571989847375 ], [ -6.43885601658508, 57.745773262522867 ], [ -6.438281122605158, 57.746022784373309 ], [ -6.437447791292068, 57.745674292848314 ], [ -6.436238381146505, 57.744111340699789 ], [ -6.434640490418568, 57.743151096823055 ], [ -6.434586804629165, 57.742644831782442 ], [ -6.433518173968505, 57.742502431893897 ], [ -6.431748322131279, 57.741098496295201 ], [ -6.431072933500287, 57.741900127170062 ], [ -6.429385949813975, 57.740691119140607 ], [ -6.429183319104569, 57.74095903619186 ], [ -6.428866534223681, 57.740844220702961 ], [ -6.42798385493987, 57.739678969659401 ], [ -6.427373044463664, 57.739772309943767 ], [ -6.427511037548141, 57.738701720253985 ], [ -6.42789947585377, 57.739470571978131 ], [ -6.427848176258563, 57.738433592066862 ], [ -6.428502028349818, 57.738554591109299 ], [ -6.429455715269694, 57.738102973625629 ], [ -6.431150360061705, 57.739855831969471 ], [ -6.432129139039591, 57.739951934176531 ], [ -6.43332244552437, 57.741043311479288 ], [ -6.434378815187919, 57.741154663937216 ], [ -6.434924283928355, 57.74080276246918 ], [ -6.436241196503334, 57.741255717453058 ], [ -6.439456937256358, 57.743544189474243 ], [ -6.441130039002666, 57.743746254350988 ], [ -6.440932980204983, 57.744058964984909 ], [ -6.442001082372094, 57.745154665811533 ], [ -6.441805301827228, 57.744451032809344 ], [ -6.443054197381018, 57.744348694228982 ], [ -6.443134538584663, 57.745002419437448 ], [ -6.442708575814716, 57.745026380576199 ], [ -6.443434256564518, 57.745661926347914 ], [ -6.442524436854937, 57.74592323746225 ], [ -6.442566444748257, 57.746470383910051 ], [ -6.44132548433776, 57.746158722440327 ], [ -6.440900349239114, 57.746942624205374 ], [ -6.439929685279324, 57.746571989847375 ] ] ], [ [ [ -3.943927416513046, 57.81566388414894 ], [ -3.944203857101798, 57.815170001831405 ], [ -3.943088925464652, 57.815411700597991 ], [ -3.94317788735375, 57.814718547209694 ], [ -3.944456460516229, 57.814546212190997 ], [ -3.944543517607711, 57.81553764093168 ], [ -3.943927416513046, 57.81566388414894 ] ] ], [ [ [ -5.069803776658775, 57.816937427826019 ], [ -5.068255455328722, 57.815881130578013 ], [ -5.069281353313868, 57.815923694489051 ], [ -5.070204081887476, 57.816337242700797 ], [ -5.069803776658775, 57.816937427826019 ] ] ], [ [ [ -3.943446818425571, 57.852707973536852 ], [ -3.941518310929327, 57.852102315285961 ], [ -3.94058626818491, 57.851379868179102 ], [ -3.93973309524428, 57.849616732824664 ], [ -3.929036266198597, 57.843570846050646 ], [ -3.92654556221576, 57.842077788361173 ], [ -3.926612657039108, 57.841788376056236 ], [ -3.928924458208956, 57.841984136571845 ], [ -3.937203581289086, 57.847417412242521 ], [ -3.940744390844597, 57.848807059550829 ], [ -3.941341719417049, 57.849823920095588 ], [ -3.947848051373163, 57.851947791273801 ], [ -3.950281761208089, 57.852357818109304 ], [ -3.959037922837088, 57.851514950725281 ], [ -3.964474097871493, 57.851850456275365 ], [ -3.962656482776092, 57.852297255832568 ], [ -3.954946800683566, 57.852488164986518 ], [ -3.947132713602251, 57.853243519482334 ], [ -3.943446818425571, 57.852707973536852 ] ] ], [ [ [ -5.67979893224077, 57.836793289454334 ], [ -5.679856343261463, 57.836480566109309 ], [ -5.680778051583726, 57.836956340960654 ], [ -5.67979893224077, 57.836793289454334 ] ] ], [ [ [ -5.653860638300779, 57.84486796484174 ], [ -5.655095254182889, 57.844324432455807 ], [ -5.654707730726717, 57.844659246200095 ], [ -5.65543784172589, 57.844710109397546 ], [ -5.656427212254557, 57.845405260437964 ], [ -5.656027895788372, 57.845956177233788 ], [ -5.656359171806833, 57.84656243216908 ], [ -5.655286713711479, 57.847209178501728 ], [ -5.654444291543712, 57.846383921951059 ], [ -5.654834982337583, 57.84541522697301 ], [ -5.653933346416966, 57.845418750032351 ], [ -5.653860638300779, 57.84486796484174 ] ] ], [ [ [ -5.632463475128913, 57.847015806019137 ], [ -5.632271971964488, 57.84620321833863 ], [ -5.633806647521908, 57.843448785843279 ], [ -5.633434026465844, 57.842344727250143 ], [ -5.630854142899584, 57.842171445212095 ], [ -5.630634787386746, 57.84242045522447 ], [ -5.629309682888159, 57.841231296681158 ], [ -5.627183076178684, 57.840703346345961 ], [ -5.626721442397066, 57.83988499897945 ], [ -5.625061168098918, 57.840053864365053 ], [ -5.623883846059687, 57.840750984283993 ], [ -5.622723404314088, 57.839855514517645 ], [ -5.622724630047517, 57.840286990388087 ], [ -5.622206712153194, 57.840333258950238 ], [ -5.622207744723435, 57.839924193157792 ], [ -5.622921937115628, 57.839566659955594 ], [ -5.622352597227684, 57.838614732492054 ], [ -5.619265986058966, 57.837957668394381 ], [ -5.618032971203273, 57.837025575524137 ], [ -5.613418588823265, 57.835871697095541 ], [ -5.61000615470667, 57.834077509901086 ], [ -5.605391050996038, 57.832707616254623 ], [ -5.603623743059234, 57.830622826333595 ], [ -5.601868486301992, 57.830191782610356 ], [ -5.601030643469405, 57.828957034685168 ], [ -5.601143445473708, 57.827369838714517 ], [ -5.59987662444923, 57.826006137483212 ], [ -5.600658411018486, 57.824368468495507 ], [ -5.6023779473253, 57.823399039765796 ], [ -5.602266561197207, 57.821845184225708 ], [ -5.603270674378789, 57.821372536794868 ], [ -5.605807463896281, 57.821063931016276 ], [ -5.610685418812767, 57.822213237113417 ], [ -5.61282697535716, 57.822399404405182 ], [ -5.616838448229146, 57.822145605591437 ], [ -5.618512341140399, 57.823178382451701 ], [ -5.623097253773093, 57.825043090330276 ], [ -5.624048466123615, 57.826544156275219 ], [ -5.630877436406828, 57.828847820521887 ], [ -5.632357674417265, 57.830410084041596 ], [ -5.634587466232374, 57.831465381286762 ], [ -5.637369154273255, 57.831641771437852 ], [ -5.639134958824573, 57.833357582492951 ], [ -5.63944999145651, 57.833222676116698 ], [ -5.639360793910868, 57.834843417804954 ], [ -5.640267496435103, 57.835810756559546 ], [ -5.639752523086819, 57.836720043032251 ], [ -5.641384257566236, 57.837689022776523 ], [ -5.643038402642915, 57.837627995106118 ], [ -5.644783698029661, 57.840135437538912 ], [ -5.642884234479638, 57.841439649008258 ], [ -5.642882186996612, 57.842253293482607 ], [ -5.641287969197222, 57.844578045359121 ], [ -5.64061750548641, 57.844867003169277 ], [ -5.640022149206695, 57.844731275700333 ], [ -5.639898515217132, 57.844258362816248 ], [ -5.63958248418761, 57.844384307311131 ], [ -5.637242876143102, 57.847094494820148 ], [ -5.636363583347597, 57.846818565042724 ], [ -5.63599335594528, 57.847627486399013 ], [ -5.635024311131633, 57.847832382436884 ], [ -5.634611564921851, 57.848270338390655 ], [ -5.633778485203844, 57.84788428810392 ], [ -5.632463475128913, 57.847015806019137 ] ] ], [ [ [ -5.806437902452126, 57.862044232641509 ], [ -5.806828206003525, 57.861906643155578 ], [ -5.808243058517363, 57.861886620887887 ], [ -5.80665118034648, 57.862545797266598 ], [ -5.806437902452126, 57.862044232641509 ] ] ], [ [ [ -5.690568615043635, 57.867628070085352 ], [ -5.689777542489388, 57.867152145903781 ], [ -5.691607053799228, 57.867719203563588 ], [ -5.690568615043635, 57.867628070085352 ] ] ], [ [ [ -5.686891838386374, 57.867308017477789 ], [ -5.689427078018659, 57.86718931538757 ], [ -5.688374033184093, 57.867696429222875 ], [ -5.689439711929522, 57.868761312344184 ], [ -5.68890020856511, 57.869209433334532 ], [ -5.687083176209784, 57.868187974781407 ], [ -5.686608659528031, 57.867590449172127 ], [ -5.686891838386374, 57.867308017477789 ] ] ], [ [ [ -5.70129821244348, 57.872632941785341 ], [ -5.701222400355785, 57.87238792639446 ], [ -5.701663810315334, 57.872496406973255 ], [ -5.701272638828929, 57.872220142513783 ], [ -5.702739050990014, 57.872451525709607 ], [ -5.703821594271983, 57.873215534303434 ], [ -5.702231276024291, 57.87268211655919 ], [ -5.70129821244348, 57.872632941785341 ] ] ], [ [ [ -5.717227816773459, 57.875425867360747 ], [ -5.715673841480556, 57.875165748495867 ], [ -5.714681678916326, 57.875689279320845 ], [ -5.71402579841551, 57.87505670435587 ], [ -5.713513988499243, 57.875166091788337 ], [ -5.713132033995594, 57.874898582125944 ], [ -5.713047932463343, 57.875310097975607 ], [ -5.712416502843777, 57.875405003325575 ], [ -5.710512519618812, 57.874777482084546 ], [ -5.711168167615459, 57.874344745954481 ], [ -5.710983398166706, 57.874107419322542 ], [ -5.710339780578899, 57.874247622147692 ], [ -5.710903547575478, 57.873660247957119 ], [ -5.709909335359132, 57.873918591155494 ], [ -5.708340237947565, 57.873510489268057 ], [ -5.709031579674649, 57.872932877683823 ], [ -5.711852361986919, 57.872634565960425 ], [ -5.714570837051713, 57.87314380947717 ], [ -5.717112589422533, 57.873820000520482 ], [ -5.717396019226792, 57.874031950885403 ], [ -5.717020667696447, 57.874155332505481 ], [ -5.718463948205823, 57.874324283528537 ], [ -5.718240617199035, 57.874775847802766 ], [ -5.717570632625225, 57.874660640246297 ], [ -5.718084189020422, 57.875140042881348 ], [ -5.717391181848433, 57.87561886226014 ], [ -5.717227816773459, 57.875425867360747 ] ] ], [ [ [ -5.471077379855902, 57.898924190607836 ], [ -5.470992384572247, 57.898130979177516 ], [ -5.470413588336205, 57.897993998284527 ], [ -5.467654516785694, 57.898707667930871 ], [ -5.468048647933683, 57.898067657392957 ], [ -5.467357902016154, 57.896419059127375 ], [ -5.466899616579559, 57.896481023866613 ], [ -5.466179439541459, 57.895840003753754 ], [ -5.466483355944903, 57.895490113900259 ], [ -5.465760835018219, 57.894912079532141 ], [ -5.465019353481969, 57.894837948631761 ], [ -5.465022582187924, 57.894433351148216 ], [ -5.464035033737788, 57.894608640914136 ], [ -5.464045612326494, 57.894280250213178 ], [ -5.463643255302197, 57.894309214539874 ], [ -5.463769332985906, 57.892988870336367 ], [ -5.462786600388669, 57.892337023374559 ], [ -5.462959526758092, 57.89141541575961 ], [ -5.46236681376045, 57.891746212782813 ], [ -5.462271290638333, 57.890104715858129 ], [ -5.461586886556012, 57.89013148429224 ], [ -5.462267668239287, 57.889312876027503 ], [ -5.462014963925659, 57.888879307852264 ], [ -5.460488399306103, 57.889240074829516 ], [ -5.460783712098949, 57.888625255155503 ], [ -5.461493990855675, 57.888551940169897 ], [ -5.462146952868228, 57.887005974826195 ], [ -5.461859594035989, 57.885598036129686 ], [ -5.460803773251519, 57.884534674003909 ], [ -5.460401952955059, 57.884568109729678 ], [ -5.460320460997085, 57.883896151538721 ], [ -5.460996245755485, 57.882587779057438 ], [ -5.460743889718356, 57.881542941507362 ], [ -5.46211244336602, 57.88050780228204 ], [ -5.45917456390726, 57.878471034386884 ], [ -5.461927182940395, 57.879371244038786 ], [ -5.463953663932124, 57.879563112880916 ], [ -5.466308942284019, 57.87843804762587 ], [ -5.467614748768661, 57.878681014244812 ], [ -5.47150858687968, 57.880826269400686 ], [ -5.473091547255101, 57.880967209231393 ], [ -5.473641175325117, 57.881154412901104 ], [ -5.473647557853559, 57.881657630116187 ], [ -5.476853481009162, 57.882527131367944 ], [ -5.477991961935651, 57.884266781780099 ], [ -5.479276599114741, 57.884811350378342 ], [ -5.478869509616645, 57.885663003114118 ], [ -5.480052601357127, 57.886291252352308 ], [ -5.480116725821423, 57.887652250421944 ], [ -5.479685980447361, 57.88791037072972 ], [ -5.481984351070134, 57.889510296198665 ], [ -5.480466997849553, 57.889790151327148 ], [ -5.480783541879705, 57.890096086404142 ], [ -5.480265573162453, 57.890150749775863 ], [ -5.4808366957503, 57.891168833022945 ], [ -5.480011343747861, 57.891186983561937 ], [ -5.48032254930258, 57.892571765700914 ], [ -5.47988749822443, 57.892785956860351 ], [ -5.481209615018208, 57.893365439460709 ], [ -5.480678538032579, 57.894593548961808 ], [ -5.480499682203532, 57.894315297627912 ], [ -5.479652009730749, 57.894801493125705 ], [ -5.480074919258051, 57.894897762267789 ], [ -5.479557822645562, 57.895136675314696 ], [ -5.480103799165546, 57.895283503798041 ], [ -5.479245185283774, 57.895482343290517 ], [ -5.48031814493458, 57.895754048962935 ], [ -5.478513582727118, 57.896994604716767 ], [ -5.478675379009347, 57.897794697194712 ], [ -5.479513356053827, 57.898167239777884 ], [ -5.479180818988614, 57.898481990790359 ], [ -5.477580961201836, 57.897999989741237 ], [ -5.476489437892893, 57.898497340350552 ], [ -5.474282141266836, 57.898805007441304 ], [ -5.472862124098693, 57.898174196640035 ], [ -5.471077379855902, 57.898924190607836 ] ] ], [ [ [ -5.226527190493754, 57.949438099974628 ], [ -5.224021533863461, 57.948926496696558 ], [ -5.221469113241175, 57.949305850150452 ], [ -5.219201254373683, 57.948617347528099 ], [ -5.216978398874964, 57.948411222929167 ], [ -5.215677761901723, 57.949102087803873 ], [ -5.21446014263881, 57.949096960494622 ], [ -5.213722005153433, 57.94944370468572 ], [ -5.212326099108668, 57.949052088660771 ], [ -5.211756353026961, 57.947974452642583 ], [ -5.210232343934702, 57.948134324076179 ], [ -5.210294290598873, 57.94740922196609 ], [ -5.20898164461444, 57.946907609833197 ], [ -5.208184333353681, 57.945930083970836 ], [ -5.208671497573842, 57.945517808899766 ], [ -5.212114490867396, 57.944419614608748 ], [ -5.212663060073241, 57.943560861906235 ], [ -5.213841168023192, 57.94303221483284 ], [ -5.215151763221571, 57.940868870396677 ], [ -5.216770986483118, 57.940360482386545 ], [ -5.217263183123014, 57.939628967711876 ], [ -5.216635243072722, 57.938844938967087 ], [ -5.215516332680178, 57.938900242956905 ], [ -5.213297827368679, 57.938187925988395 ], [ -5.212003487188147, 57.93826561470167 ], [ -5.212036477179196, 57.937595170913468 ], [ -5.212934913982471, 57.937002597982342 ], [ -5.214889671031687, 57.937185910222155 ], [ -5.217491891992582, 57.936805414454376 ], [ -5.218003321513621, 57.936477871356523 ], [ -5.217896549270258, 57.93670078503667 ], [ -5.218274701152686, 57.936488969279345 ], [ -5.221251844345767, 57.93652133127928 ], [ -5.22365339341818, 57.936918773987763 ], [ -5.223464825117055, 57.937453858576298 ], [ -5.222511050453178, 57.9379364607356 ], [ -5.222836815140337, 57.938835989242868 ], [ -5.227023970639444, 57.93942981705851 ], [ -5.228679917320681, 57.940103174916942 ], [ -5.229517751226846, 57.940962703215149 ], [ -5.231016190274375, 57.941086370269545 ], [ -5.232960342901866, 57.942124449038921 ], [ -5.234574205891901, 57.942496803812581 ], [ -5.236599406616301, 57.945182087267689 ], [ -5.239339618875698, 57.946514367174736 ], [ -5.239435861803874, 57.947880805973597 ], [ -5.235954701226569, 57.949000495248775 ], [ -5.228079297444909, 57.949308776763694 ], [ -5.226527190493754, 57.949438099974628 ] ] ], [ [ [ -5.179318308693406, 57.954479999132722 ], [ -5.178635437646307, 57.953355627144013 ], [ -5.179611195711714, 57.953587358925006 ], [ -5.179318308693406, 57.954479999132722 ] ] ], [ [ [ -5.358514756367754, 57.95906296166627 ], [ -5.358938621100686, 57.95898433812124 ], [ -5.359429759387539, 57.959353363950981 ], [ -5.358514756367754, 57.95906296166627 ] ] ], [ [ [ -5.364114732045656, 57.960532708869458 ], [ -5.361621660776989, 57.959915582942116 ], [ -5.361124229013697, 57.959389430986398 ], [ -5.361769660523245, 57.958877975147281 ], [ -5.364096912506285, 57.959530949456507 ], [ -5.364200537084173, 57.959914715503281 ], [ -5.365268870340865, 57.959585294364821 ], [ -5.366008074095348, 57.959893791119086 ], [ -5.365389672274882, 57.960422530194862 ], [ -5.364114732045656, 57.960532708869458 ] ] ], [ [ [ -5.360214787131542, 57.960874143382156 ], [ -5.359565313947932, 57.9598980832994 ], [ -5.360463057352477, 57.960184440817279 ], [ -5.361104589657036, 57.959992187622092 ], [ -5.360866172950377, 57.960335569501488 ], [ -5.361494372941511, 57.960813318687457 ], [ -5.36302105528906, 57.960862790679869 ], [ -5.364355282554824, 57.961384750710415 ], [ -5.362703868053106, 57.962170043646417 ], [ -5.361311638458627, 57.962202400678642 ], [ -5.360877314898696, 57.961989178598316 ], [ -5.361821314747627, 57.961685549445477 ], [ -5.361833699482456, 57.961276239805692 ], [ -5.361234009754465, 57.961193236466762 ], [ -5.361431513815679, 57.960864419652623 ], [ -5.360214787131542, 57.960874143382156 ] ] ], [ [ [ -5.438738896029185, 57.96168927035994 ], [ -5.440494156319427, 57.961210265667717 ], [ -5.439235178438047, 57.962102806585875 ], [ -5.438676351960115, 57.962095465363639 ], [ -5.438738896029185, 57.96168927035994 ] ] ], [ [ [ -5.497336038302192, 57.960588078709648 ], [ -5.498176682152013, 57.960016586600176 ], [ -5.498560560392748, 57.960050958003528 ], [ -5.498445909642981, 57.960436156313143 ], [ -5.497336038302192, 57.960588078709648 ] ] ], [ [ [ -5.456381389256413, 57.961803643101767 ], [ -5.456701076999519, 57.96143538264193 ], [ -5.455017655070065, 57.961692430315978 ], [ -5.458098701394376, 57.959968083828706 ], [ -5.456814799967165, 57.960070453689589 ], [ -5.460360312082926, 57.958692965722591 ], [ -5.46248383295647, 57.95896768218676 ], [ -5.462427617771692, 57.959436644167056 ], [ -5.463839554108278, 57.960310529312643 ], [ -5.460095302098469, 57.96111823143918 ], [ -5.45913814865994, 57.961013963697859 ], [ -5.45968959098454, 57.961295580656845 ], [ -5.459310907310236, 57.961490170373445 ], [ -5.458387914777163, 57.961389460891901 ], [ -5.458531967062256, 57.96112935150127 ], [ -5.458020717375782, 57.961264624143723 ], [ -5.458478561479672, 57.961013948699559 ], [ -5.458215185903653, 57.960737966715776 ], [ -5.457491937176938, 57.961481272930406 ], [ -5.456381389256413, 57.961803643101767 ] ] ], [ [ [ -5.498736201450364, 57.960724802185823 ], [ -5.499996126467999, 57.960550753909232 ], [ -5.499801399914205, 57.961068503549122 ], [ -5.498902615069019, 57.961043827922758 ], [ -5.498736201450364, 57.960724802185823 ] ] ], [ [ [ -5.457848296554742, 57.961844614915002 ], [ -5.459139840130916, 57.961557752768726 ], [ -5.459324505318371, 57.961894305491491 ], [ -5.458453581230165, 57.962246122954056 ], [ -5.458764384831165, 57.961873604441344 ], [ -5.457848296554742, 57.961844614915002 ] ] ], [ [ [ -5.436821657786143, 57.963655804404716 ], [ -5.438000625066032, 57.963250857024661 ], [ -5.438203777624267, 57.964135261075455 ], [ -5.437040485557176, 57.964351018450316 ], [ -5.436821657786143, 57.963655804404716 ] ] ], [ [ [ -5.436334146759886, 57.964922948439273 ], [ -5.437155176199427, 57.964577132198315 ], [ -5.436985374874766, 57.964923305906403 ], [ -5.436334146759886, 57.964922948439273 ] ] ], [ [ [ -5.436247706449982, 57.965433160554859 ], [ -5.436675760369535, 57.965399107130196 ], [ -5.43689870324557, 57.965784092543707 ], [ -5.436243471262632, 57.965918676366847 ], [ -5.436247706449982, 57.965433160554859 ] ] ], [ [ [ -5.445714087452014, 57.96685314564418 ], [ -5.445859100771814, 57.965739076243814 ], [ -5.445319847018244, 57.965848088661794 ], [ -5.445476576146089, 57.965542707459072 ], [ -5.444690465881874, 57.965811225404913 ], [ -5.444602403684782, 57.96542259446224 ], [ -5.443631603467569, 57.966251630958439 ], [ -5.441895164448181, 57.966752637743376 ], [ -5.440336645347885, 57.966446089864142 ], [ -5.439971799224547, 57.964581780012999 ], [ -5.440765635373308, 57.963688351334206 ], [ -5.443321932022557, 57.962567368806347 ], [ -5.44414611121673, 57.962607944602489 ], [ -5.444788470371794, 57.964365841384385 ], [ -5.446087964460118, 57.96415980031864 ], [ -5.447013008867883, 57.964633585879767 ], [ -5.449384100609874, 57.963593012811813 ], [ -5.452507522376144, 57.963288816734462 ], [ -5.453038016715074, 57.962474375662914 ], [ -5.453453891351866, 57.963456351275212 ], [ -5.452330020016662, 57.963904892301954 ], [ -5.451511164827198, 57.964799077852966 ], [ -5.451879960789739, 57.96546772327229 ], [ -5.449962169118287, 57.96610411147622 ], [ -5.449845196728254, 57.966646626617106 ], [ -5.44855302045452, 57.967369371567074 ], [ -5.447046640200393, 57.967694311563193 ], [ -5.446682920402242, 57.967042594630932 ], [ -5.445714087452014, 57.96685314564418 ] ] ], [ [ [ -5.509370251114953, 57.96803178164501 ], [ -5.509625336511127, 57.967440434458553 ], [ -5.509083321667533, 57.967779021837934 ], [ -5.509150673121359, 57.9675164738658 ], [ -5.508506197177476, 57.967412923450887 ], [ -5.507242686948961, 57.967811881891826 ], [ -5.507142439934359, 57.967392157281736 ], [ -5.506305278249344, 57.967653484259898 ], [ -5.506678941232041, 57.967063364899552 ], [ -5.50629322884939, 57.966318920279718 ], [ -5.507444415812584, 57.965896104788854 ], [ -5.506972721548953, 57.965742829565862 ], [ -5.506381411722056, 57.966096250377412 ], [ -5.50629443482949, 57.965725599548399 ], [ -5.506792411340205, 57.965455658901902 ], [ -5.50795946680102, 57.965454892931241 ], [ -5.506861420377775, 57.965296442403137 ], [ -5.507729631924372, 57.965007285540246 ], [ -5.505464881337419, 57.965285553906284 ], [ -5.505565563769909, 57.964671509333492 ], [ -5.506433771168805, 57.964382361353714 ], [ -5.505022800928366, 57.964569629399996 ], [ -5.50514692793071, 57.964022357209132 ], [ -5.504155151816333, 57.964431765248769 ], [ -5.504386196472556, 57.963939973858082 ], [ -5.503858102668981, 57.964161295453501 ], [ -5.504865037938514, 57.962695240313053 ], [ -5.505978338447771, 57.962318427859053 ], [ -5.50471971383122, 57.96215989864745 ], [ -5.505376145621587, 57.961867611640571 ], [ -5.505030371320806, 57.961531070558841 ], [ -5.507296297748637, 57.960488690384651 ], [ -5.504855403030349, 57.960259432562232 ], [ -5.505055956752061, 57.95997523230276 ], [ -5.504125536995425, 57.960059337558917 ], [ -5.504746013124155, 57.959745572262904 ], [ -5.503536508064089, 57.960089072385728 ], [ -5.503762371601606, 57.959804176092561 ], [ -5.502957981638887, 57.960226385113437 ], [ -5.503076522153252, 57.959881525981082 ], [ -5.500463851983297, 57.960924397885876 ], [ -5.500125066774538, 57.960398878860246 ], [ -5.498521991749765, 57.960609349396705 ], [ -5.499064766763807, 57.959758402614654 ], [ -5.498682150551535, 57.959476795635531 ], [ -5.498268527408158, 57.959744381435947 ], [ -5.497598247987812, 57.959617218428455 ], [ -5.499642191455336, 57.958569403839782 ], [ -5.498130116472124, 57.958238012502605 ], [ -5.498347142154262, 57.957948875174772 ], [ -5.49739407955809, 57.958060522974783 ], [ -5.498338481806297, 57.957513138631185 ], [ -5.497528048144497, 57.957526472181527 ], [ -5.499549528735865, 57.956405564255824 ], [ -5.501771292634438, 57.95603868600422 ], [ -5.502154737958069, 57.955722479214849 ], [ -5.502532766141132, 57.955783966834872 ], [ -5.502168933910768, 57.956041204147198 ], [ -5.504454604164494, 57.955636558792392 ], [ -5.503892374664217, 57.955593643312177 ], [ -5.505395656507179, 57.955143146618369 ], [ -5.504744922780683, 57.955579106035195 ], [ -5.50580542849918, 57.955702649428055 ], [ -5.508585471462811, 57.955252817011456 ], [ -5.509059224464831, 57.955428500368548 ], [ -5.5117119403933, 57.954887729808696 ], [ -5.512258758872626, 57.954427639483562 ], [ -5.519491262022511, 57.954636402708609 ], [ -5.519637526318436, 57.954834607380171 ], [ -5.516232283255583, 57.956236880456856 ], [ -5.516609986108231, 57.956208443081266 ], [ -5.516180549065405, 57.956485517409369 ], [ -5.516818697773394, 57.956526276458199 ], [ -5.516171416287084, 57.956737469386852 ], [ -5.517420397352195, 57.956626472094847 ], [ -5.517137915518227, 57.956850038263696 ], [ -5.517524056556753, 57.956821364560525 ], [ -5.515445066456605, 57.957436267233852 ], [ -5.515372857730815, 57.957734911358877 ], [ -5.51815861433496, 57.95691165740142 ], [ -5.51720208095226, 57.957935961253924 ], [ -5.518784778463202, 57.957433664382727 ], [ -5.518722788681855, 57.957750006256049 ], [ -5.519469427631465, 57.957603466319014 ], [ -5.519213848902989, 57.958015066149819 ], [ -5.519832240381941, 57.957854099533961 ], [ -5.519527149259191, 57.958536750323184 ], [ -5.520025883755586, 57.958190324406765 ], [ -5.520220256020272, 57.9587063142096 ], [ -5.520620353820471, 57.958474985917327 ], [ -5.522086216595742, 57.958591651938946 ], [ -5.521606335452741, 57.960249997375499 ], [ -5.522670469367214, 57.959977774224235 ], [ -5.522369808247412, 57.960188372416468 ], [ -5.523513380092551, 57.960466779569451 ], [ -5.525158016156025, 57.960250342462359 ], [ -5.525439386685295, 57.960876276826788 ], [ -5.524862190599183, 57.961112535825201 ], [ -5.525740156315205, 57.961097154093274 ], [ -5.524133284707773, 57.9617844875579 ], [ -5.522687020524969, 57.961954956139316 ], [ -5.522567330419899, 57.961769501186822 ], [ -5.521151340675254, 57.962334640311617 ], [ -5.520172729172582, 57.962186478019426 ], [ -5.520207519782856, 57.961506824116498 ], [ -5.519440982560377, 57.961968542642715 ], [ -5.519541182602532, 57.961610689974236 ], [ -5.518344559483489, 57.961567437400156 ], [ -5.517680247055794, 57.961864506275731 ], [ -5.518124710502069, 57.962171313375933 ], [ -5.517253389208067, 57.962168479398954 ], [ -5.517147807247256, 57.96255794125797 ], [ -5.514965419573294, 57.963674596332737 ], [ -5.513090014235532, 57.96404110880416 ], [ -5.51251547191733, 57.96456489133616 ], [ -5.513307523415989, 57.964448596953297 ], [ -5.511489250095267, 57.965658491636759 ], [ -5.510468211508947, 57.965682221904316 ], [ -5.51145663285312, 57.965843672537872 ], [ -5.511686861744084, 57.966381155381825 ], [ -5.510434730325296, 57.966982089700934 ], [ -5.510983104951699, 57.966881534705593 ], [ -5.51035703866411, 57.967743826001701 ], [ -5.509370251114953, 57.96803178164501 ] ] ], [ [ [ -5.317672178481835, 57.978319965357137 ], [ -5.317637477046568, 57.977853473704847 ], [ -5.318491901711596, 57.978401924713964 ], [ -5.317672178481835, 57.978319965357137 ] ] ], [ [ [ -5.449121538051684, 57.977327185081329 ], [ -5.450725770998265, 57.976766755169585 ], [ -5.450273933888564, 57.977785790881917 ], [ -5.449018880213648, 57.978282801246891 ], [ -5.448743557252633, 57.977971167741906 ], [ -5.449121538051684, 57.977327185081329 ] ] ], [ [ [ -5.450457794649327, 57.977938104139405 ], [ -5.451660792712361, 57.976988550612248 ], [ -5.45176497718941, 57.977367750921367 ], [ -5.45214990936266, 57.977235940461711 ], [ -5.452010647030423, 57.977810524005896 ], [ -5.450670803598447, 57.978305360487653 ], [ -5.450457794649327, 57.977938104139405 ] ] ], [ [ [ -5.427236484977177, 57.979195884087886 ], [ -5.427615396911978, 57.978911501573229 ], [ -5.424843156417855, 57.979471662354293 ], [ -5.42466463816641, 57.978842760534036 ], [ -5.425337804430256, 57.978361686806117 ], [ -5.424893237325769, 57.977870296461681 ], [ -5.422050719560543, 57.978225548105605 ], [ -5.422428020947751, 57.977658076357706 ], [ -5.421332438808817, 57.977790957106031 ], [ -5.421655963692106, 57.976748527369317 ], [ -5.4243266556265, 57.97548105122258 ], [ -5.423782356698585, 57.975450777339155 ], [ -5.425585831484204, 57.974139224898508 ], [ -5.429418682487413, 57.97246725316144 ], [ -5.431305034961465, 57.970699436952891 ], [ -5.43214354621579, 57.970357678527719 ], [ -5.432213613318224, 57.970647924314868 ], [ -5.432621424061709, 57.970313304730134 ], [ -5.43341705932824, 57.971114285897464 ], [ -5.43311469133962, 57.97325732020267 ], [ -5.433549855987518, 57.973384886849722 ], [ -5.434605046764989, 57.972920400478394 ], [ -5.434182514498621, 57.973543068820149 ], [ -5.434741369245838, 57.973460542994701 ], [ -5.435186164192033, 57.974041783228515 ], [ -5.434131939511675, 57.974339953283518 ], [ -5.434873445727471, 57.974486200715681 ], [ -5.434720345602004, 57.975272374280983 ], [ -5.435205990746583, 57.975043509370394 ], [ -5.434383193780964, 57.976256784509651 ], [ -5.430984095885973, 57.97857337743487 ], [ -5.431076913785152, 57.97883604267323 ], [ -5.429624889034898, 57.979311208964802 ], [ -5.42875101468807, 57.979020185765421 ], [ -5.42784736188732, 57.979125470297213 ], [ -5.42755669349967, 57.979447922718386 ], [ -5.427236484977177, 57.979195884087886 ] ] ], [ [ [ -5.510962091229829, 57.982909886613427 ], [ -5.510838630909216, 57.982513278631529 ], [ -5.51188712556486, 57.982592170482256 ], [ -5.511814025185882, 57.983227930571068 ], [ -5.511394224193724, 57.982915922288903 ], [ -5.510962091229829, 57.982909886613427 ] ] ], [ [ [ -5.349679550172109, 57.993030308558829 ], [ -5.346880645842774, 57.992241153334106 ], [ -5.345493232207505, 57.992156340233606 ], [ -5.345771350733451, 57.991690603874176 ], [ -5.342032242691622, 57.991797980033525 ], [ -5.341275508852694, 57.990307810424554 ], [ -5.340601353332816, 57.990211380305666 ], [ -5.340021101841682, 57.989379017203532 ], [ -5.341004945387734, 57.9880408330881 ], [ -5.340512365136375, 57.985842611520212 ], [ -5.338879289422209, 57.985206901499716 ], [ -5.340191398528817, 57.984305026587379 ], [ -5.340471438595386, 57.984495411897946 ], [ -5.34105651695525, 57.984327224608329 ], [ -5.342062921557875, 57.983051355092542 ], [ -5.343995903120105, 57.981823001839579 ], [ -5.344755100052071, 57.980256992511464 ], [ -5.346202882498394, 57.979724502074369 ], [ -5.347989686020693, 57.980014501168647 ], [ -5.348262218450022, 57.980667977115807 ], [ -5.34884442616544, 57.980832403967987 ], [ -5.350171133826767, 57.980815406031645 ], [ -5.350153232648898, 57.981076545888165 ], [ -5.351280084415826, 57.980822115118229 ], [ -5.352404211547051, 57.981534015686499 ], [ -5.352189049917214, 57.982128442777409 ], [ -5.351590591664652, 57.982243104447384 ], [ -5.351687526386771, 57.983098954086714 ], [ -5.349653177456338, 57.985957025504497 ], [ -5.34836238642978, 57.98681349647223 ], [ -5.348191610633727, 57.988337058359917 ], [ -5.348749234720843, 57.989414471380876 ], [ -5.347690534895159, 57.989586182705423 ], [ -5.347868869635787, 57.989864623196944 ], [ -5.349489513426867, 57.990091572592341 ], [ -5.349577984028559, 57.990947645768316 ], [ -5.347859721152829, 57.991397408266451 ], [ -5.349168972471198, 57.991551669107196 ], [ -5.349836797966363, 57.99208686186936 ], [ -5.349556400869722, 57.992256046369604 ], [ -5.35003719750412, 57.992238878593348 ], [ -5.350400699869253, 57.992777596412964 ], [ -5.349679550172109, 57.993030308558829 ] ] ], [ [ [ -5.510193767907207, 57.983272706700667 ], [ -5.511065893804148, 57.983019383091623 ], [ -5.512171655414309, 57.983941676220276 ], [ -5.510527460549033, 57.984692770401367 ], [ -5.510996785467589, 57.985682997157937 ], [ -5.510176101436519, 57.987412722667251 ], [ -5.507732037655074, 57.988985909776332 ], [ -5.506560268846725, 57.988946339515124 ], [ -5.506571330117233, 57.988626918203799 ], [ -5.505721942038377, 57.988335735158138 ], [ -5.50591134157343, 57.987503504486149 ], [ -5.507570966513232, 57.985800991731047 ], [ -5.507982665413937, 57.984888908140945 ], [ -5.508700542497595, 57.984788182325332 ], [ -5.510193767907207, 57.983272706700667 ] ] ], [ [ [ -5.443320611292874, 57.992329752712806 ], [ -5.445233951328539, 57.991455405854715 ], [ -5.444584438160288, 57.992358422953089 ], [ -5.443425620008855, 57.992717925136397 ], [ -5.443320611292874, 57.992329752712806 ] ] ], [ [ [ -5.462426446935877, 57.992803884160814 ], [ -5.464002133101865, 57.992118227198311 ], [ -5.462452012058036, 57.993243648356561 ], [ -5.462080793016762, 57.993168367151029 ], [ -5.462426446935877, 57.992803884160814 ] ] ], [ [ [ -5.429274537717305, 57.994664656164296 ], [ -5.430770392718347, 57.994287199144765 ], [ -5.428917784750161, 57.995182152975559 ], [ -5.429274537717305, 57.994664656164296 ] ] ], [ [ [ -5.349324137724158, 57.997286756393251 ], [ -5.349364864766325, 57.99699805019155 ], [ -5.347780769389481, 57.997165626593258 ], [ -5.347107500045449, 57.996482255073843 ], [ -5.345206362752107, 57.995610987165698 ], [ -5.344730684159774, 57.993960632277492 ], [ -5.345108045909412, 57.9934698145466 ], [ -5.347540645483966, 57.993055208159284 ], [ -5.34833202436324, 57.993191659020844 ], [ -5.349084233468076, 57.99381451794175 ], [ -5.348729218676869, 57.993819378909279 ], [ -5.348999071719951, 57.99426169439905 ], [ -5.3500174209466, 57.994652821361974 ], [ -5.350037116781428, 57.99549722425634 ], [ -5.351035618763741, 57.99531360059337 ], [ -5.351872883174766, 57.995758925086108 ], [ -5.351987289787608, 57.996439036667745 ], [ -5.350434012404357, 57.996664259412803 ], [ -5.350853854097584, 57.996990260710724 ], [ -5.350431921272072, 57.997275534754777 ], [ -5.349324137724158, 57.997286756393251 ] ] ], [ [ [ -5.386332622411008, 58.009128390374272 ], [ -5.386660973166028, 58.008571333962237 ], [ -5.387292604944447, 58.009341012731539 ], [ -5.386332622411008, 58.009128390374272 ] ] ], [ [ [ -5.39169416256356, 58.009861843448462 ], [ -5.392451531754554, 58.009365232584955 ], [ -5.392875677816598, 58.00964155045947 ], [ -5.393776233266428, 58.009226502040363 ], [ -5.393934295473723, 58.010179578191774 ], [ -5.392944485405592, 58.010367798021491 ], [ -5.392274681551037, 58.010358708183723 ], [ -5.39169416256356, 58.009861843448462 ] ] ], [ [ [ -5.439060591669155, 58.014256653838892 ], [ -5.439414362410722, 58.013707749861993 ], [ -5.440077244250841, 58.013820151833414 ], [ -5.43955179672205, 58.014256847528713 ], [ -5.439060591669155, 58.014256653838892 ] ] ], [ [ [ -5.429310616098491, 58.014938027697163 ], [ -5.43020757570939, 58.0148419173767 ], [ -5.430409730943408, 58.015272421290682 ], [ -5.429351836342812, 58.015368379956065 ], [ -5.429310616098491, 58.014938027697163 ] ] ], [ [ [ -5.446182609773343, 58.013726695931169 ], [ -5.444771994044324, 58.013324473070668 ], [ -5.445827216549556, 58.012585749772114 ], [ -5.445603868230901, 58.01220078646427 ], [ -5.441871056067955, 58.011425495134745 ], [ -5.441667843317409, 58.010720874775409 ], [ -5.44021775078618, 58.010346639525949 ], [ -5.439994338310684, 58.00943132489504 ], [ -5.438280472276152, 58.010277705649351 ], [ -5.435309295134833, 58.009670389556305 ], [ -5.43496833389272, 58.009823425695735 ], [ -5.434282604200763, 58.009383522281475 ], [ -5.43489066099412, 58.009101920904406 ], [ -5.43524597952938, 58.008215904066113 ], [ -5.436587891208544, 58.007905469855537 ], [ -5.435208039681113, 58.007025904261994 ], [ -5.436252686291303, 58.006265073869478 ], [ -5.437722479803376, 58.005964652238752 ], [ -5.437568010159556, 58.005060953047447 ], [ -5.438091361432103, 58.004691736654529 ], [ -5.43786432418321, 58.00523721076457 ], [ -5.439880012979581, 58.005155707753943 ], [ -5.440815079983357, 58.00616412056403 ], [ -5.442171856775102, 58.006185812091545 ], [ -5.443412199419987, 58.005612881393461 ], [ -5.4430789611588, 58.00470054623672 ], [ -5.447565803593583, 58.003904751854755 ], [ -5.448124606155695, 58.003992965696995 ], [ -5.44766516614637, 58.004585214810014 ], [ -5.449141561731764, 58.004091217176033 ], [ -5.449116121681294, 58.004442475815949 ], [ -5.450326257784297, 58.004436597283771 ], [ -5.449998217343459, 58.005250011551674 ], [ -5.450939673069958, 58.004388482365364 ], [ -5.451823069101042, 58.004418427419544 ], [ -5.450592221171822, 58.005791200685117 ], [ -5.451364574795206, 58.005810680625814 ], [ -5.450420309528972, 58.006555432525531 ], [ -5.450956699432687, 58.006410530782432 ], [ -5.450954645336742, 58.006828572047041 ], [ -5.45168613348607, 58.006687359025221 ], [ -5.452104373484297, 58.007161403238101 ], [ -5.45005261768858, 58.008187915524964 ], [ -5.449534067972287, 58.010188542203984 ], [ -5.450041963460025, 58.010714093757045 ], [ -5.451065315343, 58.011140255421985 ], [ -5.452069357890895, 58.010838829810645 ], [ -5.453041861596745, 58.011176467489911 ], [ -5.454829621636168, 58.010835749755181 ], [ -5.456072779238601, 58.011871641013876 ], [ -5.457602835535572, 58.01149294593079 ], [ -5.458287362020131, 58.012179957921639 ], [ -5.456196509830264, 58.013328981567206 ], [ -5.455404789230158, 58.014514573669153 ], [ -5.452836654077175, 58.015195602235316 ], [ -5.452056552175076, 58.01501004305652 ], [ -5.451479021441261, 58.01552011591675 ], [ -5.450816787360098, 58.01515157035054 ], [ -5.451478945435654, 58.014904376293593 ], [ -5.448598007433776, 58.013306130057522 ], [ -5.448105033039916, 58.01346332561144 ], [ -5.448496886058476, 58.014630244338917 ], [ -5.445988148218163, 58.015929755383887 ], [ -5.44552208129282, 58.015839015833237 ], [ -5.446182609773343, 58.013726695931169 ] ] ], [ [ [ -5.439108874391717, 58.016169978714558 ], [ -5.439961446226244, 58.016052528211013 ], [ -5.439661389706489, 58.016190985989319 ], [ -5.439108874391717, 58.016169978714558 ] ] ], [ [ [ -5.441968426904093, 58.016843160007063 ], [ -5.441466844557604, 58.016735389359312 ], [ -5.44194920495369, 58.016731319330212 ], [ -5.441968426904093, 58.016843160007063 ] ] ], [ [ [ -5.432343385639377, 58.017597778362912 ], [ -5.431828024943577, 58.016285836514641 ], [ -5.431293986095366, 58.016457556689218 ], [ -5.430850567614, 58.016249297549493 ], [ -5.43115033095089, 58.014074895562054 ], [ -5.4302402253696, 58.01359158726968 ], [ -5.430875151728973, 58.01288231168899 ], [ -5.430504220003364, 58.012546251807358 ], [ -5.431722053819465, 58.011645956735457 ], [ -5.43141882929292, 58.010867618008753 ], [ -5.431071393217384, 58.010688230576577 ], [ -5.429193350125887, 58.01123778924736 ], [ -5.429119502482044, 58.010731911891675 ], [ -5.429664489802319, 58.010586870655771 ], [ -5.42818305797674, 58.009795364767584 ], [ -5.428760848962575, 58.009020223654758 ], [ -5.430212790048005, 58.008266436663561 ], [ -5.429798809218799, 58.008718061220144 ], [ -5.430857364162812, 58.008365895453785 ], [ -5.431266640296665, 58.009986324439538 ], [ -5.432350029388081, 58.010599778199065 ], [ -5.431978731144136, 58.011585093955951 ], [ -5.433664857935878, 58.011948552716753 ], [ -5.43413646129784, 58.012362783884043 ], [ -5.436505409712395, 58.011193132836532 ], [ -5.437138324349033, 58.01134680932941 ], [ -5.436811096651223, 58.014730977939095 ], [ -5.435733059804477, 58.015852265370455 ], [ -5.433642525564117, 58.016749205316508 ], [ -5.433148768761618, 58.017517603961359 ], [ -5.432343385639377, 58.017597778362912 ] ] ], [ [ [ -5.425187193906947, 58.01680650844942 ], [ -5.426080282282522, 58.016049854027052 ], [ -5.426803855564744, 58.016353949381056 ], [ -5.426875219360273, 58.017187986550773 ], [ -5.425536760703705, 58.018424066126499 ], [ -5.424250671302269, 58.01764073074353 ], [ -5.424185369947608, 58.016869451544522 ], [ -5.425187193906947, 58.01680650844942 ] ] ], [ [ [ -5.415090899974105, 58.019105096036057 ], [ -5.415099677872368, 58.018664410231302 ], [ -5.415742796851993, 58.018835897313977 ], [ -5.415747073523746, 58.019235783045531 ], [ -5.415090899974105, 58.019105096036057 ] ] ], [ [ [ -5.424410615674454, 58.020198234587632 ], [ -5.425156025579418, 58.019490510351723 ], [ -5.42540467955369, 58.019964712815252 ], [ -5.424410615674454, 58.020198234587632 ] ] ], [ [ [ -5.427926853504177, 58.019591112845369 ], [ -5.429595176142025, 58.01782026245872 ], [ -5.430316237994202, 58.018627781569016 ], [ -5.429763252032232, 58.019132592745159 ], [ -5.430187369231374, 58.020199810826185 ], [ -5.429712260789965, 58.020280044862872 ], [ -5.428774811798216, 58.019689595760312 ], [ -5.427926853504177, 58.019591112845369 ] ] ], [ [ [ -5.449380091349219, 58.020017611442675 ], [ -5.449677164942638, 58.019672466494832 ], [ -5.449859662217203, 58.02007201575146 ], [ -5.449380091349219, 58.020017611442675 ] ] ], [ [ [ -5.416812686016673, 58.018065573189041 ], [ -5.417286719101472, 58.017796651774404 ], [ -5.419528105527888, 58.018208295404385 ], [ -5.420283717650147, 58.019113815282353 ], [ -5.420120409188327, 58.019886750701964 ], [ -5.418810388311095, 58.021157943733748 ], [ -5.418396608288925, 58.02099378840326 ], [ -5.41857976562039, 58.020516952295317 ], [ -5.417510125520623, 58.020491776464247 ], [ -5.41815695779303, 58.01954854258932 ], [ -5.416812686016673, 58.018065573189041 ] ] ], [ [ [ -5.416823792683569, 58.021287753082909 ], [ -5.416970928699573, 58.020699527968496 ], [ -5.417432933342437, 58.020925313017187 ], [ -5.417203235848652, 58.021358454151965 ], [ -5.416823792683569, 58.021287753082909 ] ] ], [ [ [ -5.439639030591183, 58.019396126034081 ], [ -5.440975024385388, 58.019108284436953 ], [ -5.440958978901265, 58.019558162837107 ], [ -5.441525079163118, 58.019808011742853 ], [ -5.440973517482973, 58.020766773909592 ], [ -5.440396110141186, 58.020575656075337 ], [ -5.43882347698927, 58.02016426499182 ], [ -5.439639030591183, 58.019396126034081 ] ] ], [ [ [ -5.4235283630662, 58.02124671916367 ], [ -5.423729207394115, 58.020778387079574 ], [ -5.424799117793145, 58.020983279758369 ], [ -5.424201330087453, 58.021552193235522 ], [ -5.4235283630662, 58.02124671916367 ] ] ], [ [ [ -5.421809013211378, 58.022488515817365 ], [ -5.421885481519843, 58.021870724923211 ], [ -5.422565609624016, 58.022162531662474 ], [ -5.421809013211378, 58.022488515817365 ] ] ], [ [ [ -5.426964407962116, 58.022012580890951 ], [ -5.427202256347003, 58.020338742862442 ], [ -5.428178090478997, 58.020622548206951 ], [ -5.429039501451427, 58.021745393764306 ], [ -5.428856188848769, 58.022307645147237 ], [ -5.428028208806066, 58.022329972264792 ], [ -5.428128138300737, 58.022754247119892 ], [ -5.427498901213262, 58.02290604408266 ], [ -5.426286279110689, 58.022803895942339 ], [ -5.425748749123997, 58.022409389313339 ], [ -5.426964407962116, 58.022012580890951 ] ] ], [ [ [ -5.444665193152114, 58.022248849505544 ], [ -5.443665821904398, 58.02189838880291 ], [ -5.444634563099552, 58.021930573610305 ], [ -5.444223842613741, 58.02039111660212 ], [ -5.445160756617254, 58.019741002638305 ], [ -5.44456735137052, 58.018943586601438 ], [ -5.445365399814494, 58.018787127877893 ], [ -5.445599485520883, 58.018403249852412 ], [ -5.447315966807601, 58.01810952166521 ], [ -5.447909793229196, 58.0190866925211 ], [ -5.447139014699888, 58.020581775090854 ], [ -5.447781207791527, 58.020829533880338 ], [ -5.447610355642385, 58.02195778059329 ], [ -5.447031603407374, 58.022368985140986 ], [ -5.445760491252613, 58.022187707945072 ], [ -5.445094387355463, 58.022659698460352 ], [ -5.444665193152114, 58.022248849505544 ] ] ], [ [ [ -5.409242215326723, 58.023859813537143 ], [ -5.406652980219479, 58.0226438246521 ], [ -5.405690904251641, 58.022503307140468 ], [ -5.404223217367338, 58.022924633494583 ], [ -5.403211376143502, 58.022884305635131 ], [ -5.40203097048818, 58.022318145798934 ], [ -5.399845455737507, 58.020444033171785 ], [ -5.399784145065261, 58.019798485435523 ], [ -5.398701211504366, 58.019454408166617 ], [ -5.397675800567435, 58.019805409266695 ], [ -5.397349532494948, 58.019580421903484 ], [ -5.396502422190322, 58.018061493522978 ], [ -5.396677190368415, 58.016600654658042 ], [ -5.396296675827965, 58.01669621332065 ], [ -5.396326040714463, 58.016380824306943 ], [ -5.395581684133397, 58.016211945177133 ], [ -5.395935832129386, 58.015838443221178 ], [ -5.398754726954974, 58.016895689758641 ], [ -5.400176503224683, 58.016884637847454 ], [ -5.400852540736606, 58.016601387909951 ], [ -5.403075201594928, 58.013076754788337 ], [ -5.403215802769702, 58.010992099066918 ], [ -5.40396842195038, 58.010535993864643 ], [ -5.403482626995943, 58.009879340835894 ], [ -5.401121981615321, 58.009987468073263 ], [ -5.39929438168282, 58.009645344959957 ], [ -5.397172197518307, 58.008250401325256 ], [ -5.395980697970644, 58.007918196742573 ], [ -5.395955080960631, 58.007469445760613 ], [ -5.394664980214239, 58.007436490853429 ], [ -5.393822426119475, 58.008016288882196 ], [ -5.392972660830718, 58.007805268181741 ], [ -5.390815076694838, 58.009341480543178 ], [ -5.38922482129209, 58.008732211542203 ], [ -5.388312679772304, 58.007772268529621 ], [ -5.387200000143508, 58.007914281699435 ], [ -5.386253842385743, 58.008474316357486 ], [ -5.384111364662845, 58.007933626998813 ], [ -5.383980710027132, 58.007357336850156 ], [ -5.382886024215823, 58.006883110293295 ], [ -5.383189968014711, 58.006515474611902 ], [ -5.382646360367146, 58.005959162680732 ], [ -5.383397424335156, 58.005395359160929 ], [ -5.383000453997789, 58.005226152116215 ], [ -5.384405548182293, 58.004595495502883 ], [ -5.385924949017234, 58.004995474533551 ], [ -5.386787879178074, 58.005705061207642 ], [ -5.387500245763187, 58.005717538565818 ], [ -5.387212785797296, 58.005990365088032 ], [ -5.387735756981289, 58.006506759603141 ], [ -5.389240963574993, 58.006039671378574 ], [ -5.389132215246042, 58.005516733155332 ], [ -5.388038547669961, 58.005500946118005 ], [ -5.388242782278985, 58.005153932320276 ], [ -5.386925897646034, 58.004389037363751 ], [ -5.387833072057277, 58.003776102541664 ], [ -5.388948551991509, 58.003575580532008 ], [ -5.390473982376295, 58.004218039130599 ], [ -5.391765527373324, 58.003999312702966 ], [ -5.39337734948487, 58.001888889622954 ], [ -5.393814003286913, 58.002030038752899 ], [ -5.394931784337784, 58.001586706143932 ], [ -5.397169463494559, 58.00018759641916 ], [ -5.39819292875845, 58.000268100376864 ], [ -5.399218633147867, 57.999926066065662 ], [ -5.399924765733176, 58.000230772426072 ], [ -5.400829037740601, 58.000125680329262 ], [ -5.400977041705899, 58.000436325635761 ], [ -5.402493672150889, 58.00053955245415 ], [ -5.404536381413706, 58.001635410037011 ], [ -5.405170956729259, 58.000652119432345 ], [ -5.406270892365971, 58.000290060899268 ], [ -5.40630604749539, 57.999947545935377 ], [ -5.407001237516377, 58.000225540937763 ], [ -5.40657690143018, 58.000659386971961 ], [ -5.407195101100167, 58.000305737132884 ], [ -5.406843007131155, 58.00078708554696 ], [ -5.407646283388115, 58.001044202479171 ], [ -5.411652592292423, 57.999822114971863 ], [ -5.411448846663903, 58.000793877725663 ], [ -5.412549575217641, 58.000440731351262 ], [ -5.412819043844094, 58.001314396413761 ], [ -5.414905435591856, 58.001532512987843 ], [ -5.41486747321419, 58.001933534160472 ], [ -5.415383532358134, 58.001663486967068 ], [ -5.415222967641721, 58.002288028250646 ], [ -5.41587135325739, 58.002162738429831 ], [ -5.415419529379272, 58.002484994156198 ], [ -5.4159048025644, 58.002602290362248 ], [ -5.414619446794163, 58.002884020766295 ], [ -5.414663360396569, 58.003255875710579 ], [ -5.415588502002553, 58.003280455902889 ], [ -5.415810894305198, 58.003606165770918 ], [ -5.414554022645592, 58.005128480827196 ], [ -5.413755053637666, 58.005451066191306 ], [ -5.413937904921844, 58.006214696031293 ], [ -5.415336466527031, 58.006586114427719 ], [ -5.418364927804494, 58.005848521901058 ], [ -5.419186030725969, 58.006024190261719 ], [ -5.420611557036656, 58.005347629577393 ], [ -5.421719664297195, 58.00542566927863 ], [ -5.420783865036758, 58.006974461505443 ], [ -5.421426866920684, 58.006880750191229 ], [ -5.42086857318609, 58.008127243850289 ], [ -5.42136802238549, 58.008037396484923 ], [ -5.421316663213064, 58.00847473622926 ], [ -5.420273227552124, 58.009163494292714 ], [ -5.420541865260947, 58.009848403779699 ], [ -5.419336104515946, 58.01078871305473 ], [ -5.419137622879461, 58.011459223081836 ], [ -5.419571206880532, 58.012984644900826 ], [ -5.418980312905737, 58.01362526003637 ], [ -5.419575790086236, 58.013919356729097 ], [ -5.418995842264842, 58.015206870453724 ], [ -5.419923125891392, 58.016314516770031 ], [ -5.419465045218457, 58.017459427187241 ], [ -5.418457626563149, 58.01746404798363 ], [ -5.417317914338504, 58.017058732773322 ], [ -5.417224549340587, 58.016701690981854 ], [ -5.415117901911861, 58.016547063703015 ], [ -5.414542524470463, 58.016108585803828 ], [ -5.414376301574517, 58.017384961911844 ], [ -5.413578546310746, 58.017900767220048 ], [ -5.41267778738079, 58.019646298625958 ], [ -5.413056650692321, 58.019977701464278 ], [ -5.413821724788161, 58.019651542145908 ], [ -5.414422924784243, 58.02009382483056 ], [ -5.414042219073224, 58.022229892537368 ], [ -5.41184061518208, 58.024014833119388 ], [ -5.410950823674763, 58.023566797162971 ], [ -5.409389543586351, 58.024161480452747 ], [ -5.409242215326723, 58.023859813537143 ] ] ], [ [ [ -5.446243704837503, 58.023599351598484 ], [ -5.446507658073201, 58.023349496393777 ], [ -5.446941325494299, 58.023454595664468 ], [ -5.446243704837503, 58.023599351598484 ] ] ], [ [ [ -5.444503220762484, 58.024702711230148 ], [ -5.444994638433964, 58.024527597047495 ], [ -5.444900874334492, 58.024961604470597 ], [ -5.444503220762484, 58.024702711230148 ] ] ], [ [ [ -5.442863542373777, 58.026855014962429 ], [ -5.442734626613586, 58.02639557812067 ], [ -5.44328102892853, 58.026879665383937 ], [ -5.442863542373777, 58.026855014962429 ] ] ], [ [ [ -5.462565989176995, 58.026387409561799 ], [ -5.462426654654212, 58.026085579144357 ], [ -5.461894580892656, 58.026365241837858 ], [ -5.461872242274045, 58.026046741873337 ], [ -5.46238971442314, 58.024828129862691 ], [ -5.46258131286241, 58.02575776462043 ], [ -5.463166501197595, 58.025939583968807 ], [ -5.462565989176995, 58.026387409561799 ] ] ], [ [ [ -5.451634020384359, 58.027844217464995 ], [ -5.451678505200113, 58.027514914319099 ], [ -5.452273017706751, 58.027530235195435 ], [ -5.452187586342633, 58.027874133742444 ], [ -5.451634020384359, 58.027844217464995 ] ] ], [ [ [ -5.47323495950621, 58.03060889559822 ], [ -5.473468746513812, 58.030049685499357 ], [ -5.473850092589715, 58.030574113711822 ], [ -5.47323495950621, 58.03060889559822 ] ] ], [ [ [ -5.469762071651616, 58.031404851344725 ], [ -5.469592279551458, 58.030964529345809 ], [ -5.468793588484648, 58.031727911482292 ], [ -5.46838858671808, 58.031658058206474 ], [ -5.468578705951781, 58.031171961535634 ], [ -5.468241210143897, 58.03153623222439 ], [ -5.467615823729709, 58.031378003077599 ], [ -5.467840145447141, 58.030720184227825 ], [ -5.467190372273203, 58.030922177575796 ], [ -5.467045255273184, 58.030211510459331 ], [ -5.466663676325254, 58.031170251464914 ], [ -5.465711805730436, 58.031227660106474 ], [ -5.465448380063122, 58.030344931196488 ], [ -5.464604444084839, 58.030466807493916 ], [ -5.464722326029674, 58.029146711142943 ], [ -5.464353152662881, 58.029359021903183 ], [ -5.464268601154902, 58.029010755684915 ], [ -5.465410100384559, 58.028287499166773 ], [ -5.466335311643034, 58.028567904997963 ], [ -5.466935217016712, 58.028376264051218 ], [ -5.466580213828001, 58.027860087824187 ], [ -5.467828376796777, 58.025965331560705 ], [ -5.468358704255244, 58.025842998107521 ], [ -5.468175057277855, 58.025259228798987 ], [ -5.469049274022424, 58.025451115064811 ], [ -5.470972216631679, 58.024751425891154 ], [ -5.470973938575077, 58.025380609035665 ], [ -5.471533761793824, 58.024776545023791 ], [ -5.471905515299675, 58.025377646405822 ], [ -5.472675491994049, 58.024844244785626 ], [ -5.472360904230824, 58.025967473783552 ], [ -5.47345211744311, 58.026387118291609 ], [ -5.472822330013495, 58.026610619456996 ], [ -5.472074004345694, 58.026415770066279 ], [ -5.471661908032726, 58.026970857572415 ], [ -5.472283568784281, 58.027178607164529 ], [ -5.471777403000615, 58.027637384770905 ], [ -5.471966901740754, 58.028629989777983 ], [ -5.472875406241016, 58.029261376423754 ], [ -5.472218921484909, 58.029917524407722 ], [ -5.472990429679448, 58.029748135618661 ], [ -5.473131746230553, 58.030418451193334 ], [ -5.472085411581164, 58.031597618955807 ], [ -5.470748479658184, 58.03161613949888 ], [ -5.470395617433455, 58.031297672082978 ], [ -5.469995179624321, 58.031973785744725 ], [ -5.469762071651616, 58.031404851344725 ] ] ], [ [ [ -5.45639856398502, 58.04831292140404 ], [ -5.456455589579258, 58.048113615524791 ], [ -5.457092932494675, 58.048217644864138 ], [ -5.456540329463029, 58.048551769843421 ], [ -5.45639856398502, 58.04831292140404 ] ] ], [ [ [ -5.442372006050615, 58.05036523111724 ], [ -5.441715328132998, 58.049884119206475 ], [ -5.440952552061757, 58.05006206074156 ], [ -5.440961436084867, 58.049625860974608 ], [ -5.439541407291341, 58.049668761731127 ], [ -5.439414072809029, 58.049402539413933 ], [ -5.438814433218917, 58.049778305886562 ], [ -5.437560481705879, 58.049785233462245 ], [ -5.437308902508131, 58.048843709521009 ], [ -5.435537842858674, 58.0483207662094 ], [ -5.434395657473206, 58.046931376063469 ], [ -5.432595700234526, 58.046988953251869 ], [ -5.430421043759567, 58.048000436352844 ], [ -5.430003311406614, 58.047710576521631 ], [ -5.425956818798866, 58.047235359236801 ], [ -5.425322183631598, 58.046892899633782 ], [ -5.424104267678626, 58.047080299149073 ], [ -5.423697700084487, 58.047455289142597 ], [ -5.423427740280278, 58.046813565073315 ], [ -5.42405789515056, 58.046295028613393 ], [ -5.425692573490335, 58.045804269253381 ], [ -5.425855429335972, 58.045026846475892 ], [ -5.428143071721721, 58.044664083489515 ], [ -5.427816985261282, 58.043738036373178 ], [ -5.429247543889161, 58.043807339162306 ], [ -5.430071714565806, 58.043475000944298 ], [ -5.42952379268925, 58.042622356090028 ], [ -5.428388295934893, 58.04253611502849 ], [ -5.426669843582711, 58.04184983856689 ], [ -5.427703065905006, 58.040869182936014 ], [ -5.427615334637474, 58.041810877695966 ], [ -5.429496138405756, 58.042245571609527 ], [ -5.430405810787481, 58.042009801953654 ], [ -5.431250115342248, 58.041357808942848 ], [ -5.431818826248442, 58.039953690925486 ], [ -5.43159493897704, 58.038238372090888 ], [ -5.435154523981135, 58.037800696965995 ], [ -5.436223766372732, 58.038257208270842 ], [ -5.437408612282802, 58.037888106637112 ], [ -5.43778962456251, 58.038237361677467 ], [ -5.438282286410934, 58.038161121073443 ], [ -5.438421965879595, 58.038732631298849 ], [ -5.43902590574415, 58.038491579828658 ], [ -5.439439720332351, 58.038741065798156 ], [ -5.439582477110851, 58.038463044685145 ], [ -5.440170950609173, 58.038766231989108 ], [ -5.441323340616218, 58.038236171837404 ], [ -5.441388806197403, 58.038652382624811 ], [ -5.441975387961433, 58.038407292063241 ], [ -5.441475661054545, 58.03876239311581 ], [ -5.443185204070809, 58.038298137207782 ], [ -5.442905255856001, 58.038647293544479 ], [ -5.443393596395033, 58.038526205654371 ], [ -5.443504876640002, 58.038801847701912 ], [ -5.443904628460142, 58.038552817813965 ], [ -5.444114249958859, 58.038969618315946 ], [ -5.445290948284343, 58.038780440563599 ], [ -5.446494850329739, 58.039489403205067 ], [ -5.445896375228153, 58.039698881536545 ], [ -5.447547245728171, 58.039681106652061 ], [ -5.447968668586797, 58.040096654295667 ], [ -5.448386414182551, 58.039770716623636 ], [ -5.448993040398618, 58.039821683305988 ], [ -5.44832934229003, 58.040761042429523 ], [ -5.448815290736196, 58.040702921032697 ], [ -5.448917302457505, 58.040969821529195 ], [ -5.446832246047275, 58.040967920203457 ], [ -5.445633700597632, 58.041458830559975 ], [ -5.446416824288947, 58.042021888940816 ], [ -5.448860724847189, 58.041789345264412 ], [ -5.448921533072671, 58.042947263648529 ], [ -5.4497986167244, 58.042550436945319 ], [ -5.450576678879748, 58.042884391436452 ], [ -5.450771381707467, 58.04261843071523 ], [ -5.45106930133143, 58.043158670182876 ], [ -5.448440492570734, 58.043935602120868 ], [ -5.449754273556547, 58.04393592988049 ], [ -5.449780651056694, 58.044209375762833 ], [ -5.450185607089466, 58.044014118761893 ], [ -5.450390145743989, 58.044377114914326 ], [ -5.449571550141131, 58.045644281467936 ], [ -5.448653607348716, 58.046145585277287 ], [ -5.449083337009875, 58.046646299665561 ], [ -5.447552028653236, 58.048786719511249 ], [ -5.44669242882251, 58.049542608900843 ], [ -5.446702049948914, 58.049290659592721 ], [ -5.445700719448006, 58.049807682505957 ], [ -5.443949574924523, 58.050021401245836 ], [ -5.443527713876177, 58.050482265723787 ], [ -5.442372006050615, 58.05036523111724 ] ] ], [ [ [ -5.46092155575459, 58.05098998691939 ], [ -5.461657338365661, 58.050534001712627 ], [ -5.461515399755449, 58.051256979550224 ], [ -5.461020665389514, 58.05140078136111 ], [ -5.46092155575459, 58.05098998691939 ] ] ], [ [ [ -5.437263579258039, 58.051811251047212 ], [ -5.437146787830279, 58.050596419425922 ], [ -5.438797619346965, 58.051190009088266 ], [ -5.438562344578729, 58.052445818416032 ], [ -5.437263579258039, 58.051811251047212 ] ] ], [ [ [ -5.458650130575224, 58.051784365980595 ], [ -5.458772405318406, 58.051470923268219 ], [ -5.457775105007889, 58.051327247655095 ], [ -5.457451642066839, 58.050962999823227 ], [ -5.457311828499171, 58.05013083028804 ], [ -5.456223087413596, 58.04991771721987 ], [ -5.456030189465406, 58.04914991156835 ], [ -5.457376703131286, 58.048259370873069 ], [ -5.457405789206063, 58.046982152906452 ], [ -5.458023613468187, 58.046358604665187 ], [ -5.457525249758162, 58.046376647536135 ], [ -5.457671802539393, 58.045788383298671 ], [ -5.459003198220275, 58.045181384699774 ], [ -5.458450877265268, 58.044904264146915 ], [ -5.458997559252656, 58.044947825773448 ], [ -5.459697025943137, 58.043854623053065 ], [ -5.459881282748835, 58.044182201474705 ], [ -5.460277924616493, 58.043551173953588 ], [ -5.461304675543894, 58.043213116547214 ], [ -5.461964283071924, 58.043460337523676 ], [ -5.462050413097129, 58.044262503853076 ], [ -5.462396767667456, 58.043987901449782 ], [ -5.463435279237738, 58.044121426618766 ], [ -5.463626189481636, 58.043729702674618 ], [ -5.463451800243159, 58.044467051429407 ], [ -5.463953837456352, 58.044574730146664 ], [ -5.464313788384493, 58.044003116448238 ], [ -5.464953949035166, 58.044399170008703 ], [ -5.465150723684938, 58.044155601616325 ], [ -5.466130545786537, 58.044470483274999 ], [ -5.466219304055144, 58.044948973959094 ], [ -5.466473076333597, 58.044681377649788 ], [ -5.466949867682031, 58.047063941327103 ], [ -5.465543929248027, 58.048562962082478 ], [ -5.464775922300859, 58.04894793752873 ], [ -5.464287892786139, 58.04872302314444 ], [ -5.463667560072891, 58.049494988801037 ], [ -5.462754389840724, 58.049169282942053 ], [ -5.462074550678946, 58.049327117483621 ], [ -5.4614310101321, 58.050648028174578 ], [ -5.460156474644165, 58.051231030124455 ], [ -5.460375677314619, 58.051481251743233 ], [ -5.459613391828463, 58.051488503183251 ], [ -5.45896081738445, 58.051928729749577 ], [ -5.458650130575224, 58.051784365980595 ] ] ], [ [ [ -5.324440029924403, 58.077451386582283 ], [ -5.325615852931283, 58.077142028205678 ], [ -5.326626631876038, 58.07752008820195 ], [ -5.327090359971309, 58.078218046890207 ], [ -5.325838842406998, 58.078808035602194 ], [ -5.324910229056671, 58.078675002148465 ], [ -5.325206592862455, 58.078213347616163 ], [ -5.324440029924403, 58.077451386582283 ] ] ], [ [ [ -5.343828776226424, 58.079491667494302 ], [ -5.34386716716871, 58.079086179554508 ], [ -5.34455007807019, 58.079131154346591 ], [ -5.343828776226424, 58.079491667494302 ] ] ], [ [ [ -5.295968124865505, 58.082483791708235 ], [ -5.295818073756067, 58.081593347971641 ], [ -5.296034485682594, 58.081915814574977 ], [ -5.296208467728474, 58.081686603235745 ], [ -5.296793161854613, 58.081954589550598 ], [ -5.296640542750015, 58.081679907185134 ], [ -5.297680917749087, 58.08136982722953 ], [ -5.298646907723101, 58.081632419836652 ], [ -5.298868599325217, 58.082287310264441 ], [ -5.298114054713505, 58.082293381675171 ], [ -5.298008209250833, 58.082525324421205 ], [ -5.29911118913327, 58.083076482402866 ], [ -5.298417948247113, 58.08310343699997 ], [ -5.297873246532529, 58.08354449248035 ], [ -5.297405274119688, 58.082886992685232 ], [ -5.295968124865505, 58.082483791708235 ] ] ], [ [ [ -5.450602000826685, 58.081351631118643 ], [ -5.451531052815095, 58.080517440086517 ], [ -5.452186681622645, 58.081155845064359 ], [ -5.451449754862556, 58.081432015201095 ], [ -5.450602000826685, 58.081351631118643 ] ] ], [ [ [ -5.28474520653904, 58.088130868075339 ], [ -5.284198071640078, 58.087902304193641 ], [ -5.283310428049077, 58.087938684238132 ], [ -5.283038189675334, 58.08728507470213 ], [ -5.284090588714972, 58.087195010872307 ], [ -5.28474520653904, 58.088130868075339 ] ] ], [ [ [ -5.287988075209416, 58.091278404052375 ], [ -5.28875189667473, 58.090818252181656 ], [ -5.289318724838091, 58.091167629409298 ], [ -5.288283773841987, 58.091540412231659 ], [ -5.287988075209416, 58.091278404052375 ] ] ], [ [ [ -5.289193404005423, 58.092294392109999 ], [ -5.288963974886465, 58.091738557407488 ], [ -5.289795339650527, 58.091919310494262 ], [ -5.290128852421355, 58.092315160478122 ], [ -5.289747655697069, 58.092414893679255 ], [ -5.289193404005423, 58.092294392109999 ] ] ], [ [ [ -5.452182097820107, 58.089358312386466 ], [ -5.452372943948199, 58.088786837607799 ], [ -5.45307764563466, 58.088790193931061 ], [ -5.452182097820107, 58.089358312386466 ] ] ], [ [ [ -5.441735310087237, 58.09710642903682 ], [ -5.441847246411349, 58.096770816544542 ], [ -5.441978600338781, 58.097252661139123 ], [ -5.441735310087237, 58.09710642903682 ] ] ], [ [ [ -5.277073269313683, 58.103374756476121 ], [ -5.276244228289239, 58.103036565132548 ], [ -5.274069703134184, 58.10311496799109 ], [ -5.271369770749469, 58.102092306934033 ], [ -5.273580793524755, 58.1010243171363 ], [ -5.274580101655715, 58.100998620759782 ], [ -5.274917752630289, 58.100607940964601 ], [ -5.275998789755617, 58.100732929387917 ], [ -5.276803544811871, 58.099975193520045 ], [ -5.276984559513155, 58.100375001114102 ], [ -5.277341351554877, 58.100100667557356 ], [ -5.277913394592439, 58.100414009009334 ], [ -5.278638030915639, 58.100170647790144 ], [ -5.279266024118261, 58.100630847075315 ], [ -5.278570215471394, 58.101188054596143 ], [ -5.278971303151384, 58.102134963851846 ], [ -5.278140059391398, 58.102327142173095 ], [ -5.278407028393318, 58.102738217330291 ], [ -5.277736108546066, 58.103474541296244 ], [ -5.277073269313683, 58.103374756476121 ] ] ], [ [ [ -5.304110792360068, 58.10400628012188 ], [ -5.304898250927367, 58.10361732558156 ], [ -5.305234698825919, 58.103950145941205 ], [ -5.304765824505708, 58.104020739750105 ], [ -5.304110792360068, 58.10400628012188 ] ] ], [ [ [ -5.298803377015308, 58.104449491799372 ], [ -5.298229921153896, 58.10366439542252 ], [ -5.296774470461529, 58.103715570010415 ], [ -5.2964890165202, 58.102923009374067 ], [ -5.296159865483408, 58.103403411806951 ], [ -5.295123475924861, 58.103120143217481 ], [ -5.295171878924525, 58.10346044257917 ], [ -5.29342569452421, 58.102844987257328 ], [ -5.293354745135664, 58.102168213013968 ], [ -5.292296358733219, 58.102289960229598 ], [ -5.292301454367124, 58.101701101379042 ], [ -5.293757245069452, 58.101654462049879 ], [ -5.292443070601842, 58.101027818512108 ], [ -5.292720004390243, 58.100625176148661 ], [ -5.29418813510772, 58.10052877690454 ], [ -5.294768574894322, 58.100747451553211 ], [ -5.294428212422883, 58.100922540570103 ], [ -5.295657576285716, 58.100814325794062 ], [ -5.297671062423991, 58.101750897005736 ], [ -5.299639880979539, 58.101560572738393 ], [ -5.301464506344759, 58.100821180014876 ], [ -5.302344222250559, 58.100879260293553 ], [ -5.306424673149721, 58.102224964806453 ], [ -5.30724861109832, 58.102963073848926 ], [ -5.305489985684443, 58.103040199686326 ], [ -5.304010248317306, 58.10273705239225 ], [ -5.304640277025451, 58.103673456537017 ], [ -5.301749103327354, 58.104539424400528 ], [ -5.301519705434006, 58.104262243176755 ], [ -5.300287881096827, 58.104712129436848 ], [ -5.299825498912037, 58.104485924947078 ], [ -5.298803377015308, 58.104449491799372 ] ] ], [ [ [ -5.271423547915181, 58.105919862198938 ], [ -5.271868755240877, 58.105405089118946 ], [ -5.272430392481922, 58.105511996300365 ], [ -5.271423547915181, 58.105919862198938 ] ] ], [ [ [ -5.284070702406277, 58.104875259763688 ], [ -5.287761975075535, 58.103750857620838 ], [ -5.288779534109715, 58.104290835116629 ], [ -5.288477325740264, 58.104604238510838 ], [ -5.287170343100458, 58.104700902986451 ], [ -5.287954696402243, 58.105565987740881 ], [ -5.287433492968326, 58.106082782738284 ], [ -5.28661192159278, 58.1061039905859 ], [ -5.284070702406277, 58.104875259763688 ] ] ], [ [ [ -5.435380401312126, 58.105601693483287 ], [ -5.435437130210436, 58.105132746225607 ], [ -5.435698848052212, 58.105381864468313 ], [ -5.435380401312126, 58.105601693483287 ] ] ], [ [ [ -3.576182949680715, 58.142577117299425 ], [ -3.577035945743133, 58.142274620150431 ], [ -3.576912030956953, 58.14254564538561 ], [ -3.576182949680715, 58.142577117299425 ] ] ], [ [ [ -5.305875933467844, 58.110229767797541 ], [ -5.30492985331226, 58.109274606287293 ], [ -5.305302624171619, 58.108990789643038 ], [ -5.30674497617301, 58.10879604889255 ], [ -5.307553753154138, 58.109094127214377 ], [ -5.30779918774051, 58.108719233591074 ], [ -5.308524718646443, 58.10866892615271 ], [ -5.309736034749509, 58.109095849586289 ], [ -5.308868905310241, 58.109725091822746 ], [ -5.309779292742663, 58.109562114923705 ], [ -5.30956060504352, 58.110408201152609 ], [ -5.308457815837962, 58.110877281526626 ], [ -5.305875933467844, 58.110229767797541 ] ] ], [ [ [ -5.278702280527225, 58.113619746357571 ], [ -5.279170739165399, 58.113450392668916 ], [ -5.279160714138881, 58.113895563549335 ], [ -5.278702280527225, 58.113619746357571 ] ] ], [ [ [ -3.554078207191825, 58.153949676369685 ], [ -3.554152306984703, 58.153739468748157 ], [ -3.554519934862807, 58.153986513377561 ], [ -3.554078207191825, 58.153949676369685 ] ] ], [ [ [ -3.553874583281393, 58.154385139565228 ], [ -3.553594811745737, 58.154204395665353 ], [ -3.553773537124277, 58.154211201476429 ], [ -3.553874583281393, 58.154385139565228 ] ] ], [ [ [ -3.551170815753808, 58.155904742831417 ], [ -3.55160734448525, 58.155782653736701 ], [ -3.551231931664558, 58.15613755819507 ], [ -3.551170815753808, 58.155904742831417 ] ] ], [ [ [ -5.28981639257518, 58.123453811909059 ], [ -5.290794812799064, 58.123379102557848 ], [ -5.290086957744569, 58.123716468580248 ], [ -5.28981639257518, 58.123453811909059 ] ] ], [ [ [ -5.348838669282593, 58.130193981352775 ], [ -5.346395263243232, 58.129687430435069 ], [ -5.345692871996754, 58.13007889865851 ], [ -5.34473081560783, 58.129695191546233 ], [ -5.342986044073384, 58.130024126292703 ], [ -5.342476618722006, 58.129574592948927 ], [ -5.343029012326284, 58.129214044631574 ], [ -5.345941267640007, 58.128652208762411 ], [ -5.347040867100732, 58.128600849594697 ], [ -5.347433903358888, 58.128896127098571 ], [ -5.347839587304934, 58.128602330993409 ], [ -5.349094251945577, 58.128573843679341 ], [ -5.350891992074647, 58.128809699601973 ], [ -5.35153331343484, 58.12921528274159 ], [ -5.351205476895019, 58.12979467213448 ], [ -5.348838669282593, 58.130193981352775 ] ] ], [ [ [ -5.275609257556852, 58.138376195368231 ], [ -5.275903200648998, 58.137968667432098 ], [ -5.277157221003142, 58.13802180479194 ], [ -5.276912044497825, 58.138589867448516 ], [ -5.275609257556852, 58.138376195368231 ] ] ], [ [ [ -5.259279174448742, 58.139051143412047 ], [ -5.25949235842371, 58.138780542807154 ], [ -5.259980511555255, 58.139100610960647 ], [ -5.259279174448742, 58.139051143412047 ] ] ], [ [ [ -5.277483112382633, 58.13870101194064 ], [ -5.278562885406101, 58.138614808380538 ], [ -5.277883164098869, 58.138892952728781 ], [ -5.277483112382633, 58.13870101194064 ] ] ], [ [ [ -5.273497651465178, 58.139162995596543 ], [ -5.274258482265538, 58.138842344488864 ], [ -5.273799488559789, 58.13930354374989 ], [ -5.273497651465178, 58.139162995596543 ] ] ], [ [ [ -5.284205297838867, 58.140181727674268 ], [ -5.2832717384051, 58.139733911316718 ], [ -5.284874851747688, 58.140070091834396 ], [ -5.284205297838867, 58.140181727674268 ] ] ], [ [ [ -5.309781647652518, 58.143443249319176 ], [ -5.309426266687856, 58.143277209752974 ], [ -5.309062109873528, 58.143291161716391 ], [ -5.309185572635133, 58.142973367274003 ], [ -5.31017391407087, 58.143091506346536 ], [ -5.309781647652518, 58.143443249319176 ] ] ], [ [ [ -5.271954704609865, 58.144662887512325 ], [ -5.272323571677004, 58.144329844333988 ], [ -5.273183519083246, 58.144716714829237 ], [ -5.272383939007102, 58.144894543045673 ], [ -5.271954704609865, 58.144662887512325 ] ] ], [ [ [ -5.305952456231265, 58.14467517393863 ], [ -5.30673411884713, 58.144214468335647 ], [ -5.307843424020448, 58.144262074963272 ], [ -5.306358967628485, 58.144934272652762 ], [ -5.305952456231265, 58.14467517393863 ] ] ], [ [ [ -5.308678387169514, 58.145107759900185 ], [ -5.308667598488292, 58.144717052272561 ], [ -5.308136612202999, 58.144856674258122 ], [ -5.308449157916051, 58.14428679540017 ], [ -5.308595188085903, 58.144669497278272 ], [ -5.309399304783722, 58.144450873874064 ], [ -5.310696921180612, 58.144969941093308 ], [ -5.310823812164409, 58.145146408739038 ], [ -5.309761304038764, 58.145236929572064 ], [ -5.308678387169514, 58.145107759900185 ] ] ], [ [ [ -5.315681486924259, 58.144921225642427 ], [ -5.313917333575978, 58.144230083658947 ], [ -5.312777021038403, 58.144488936225905 ], [ -5.312041897150195, 58.143986728843245 ], [ -5.310241690021163, 58.143638027736543 ], [ -5.311313658109665, 58.142643938430687 ], [ -5.312483809641101, 58.142249498763256 ], [ -5.316380549922035, 58.142022296431186 ], [ -5.316995041216138, 58.14241526645386 ], [ -5.317805316393324, 58.142263839930081 ], [ -5.317241195834881, 58.142503234752219 ], [ -5.318715816558839, 58.14227608057579 ], [ -5.320047029799589, 58.143063826613869 ], [ -5.320073740960733, 58.142438445646704 ], [ -5.322069865813327, 58.142426863248794 ], [ -5.322057978498874, 58.14211707748828 ], [ -5.323326151524292, 58.141863792772078 ], [ -5.323977057558388, 58.142008602522772 ], [ -5.324760543066092, 58.141206178779299 ], [ -5.327531111745264, 58.141479900558899 ], [ -5.327500133842495, 58.141876194955401 ], [ -5.328936576181269, 58.141969002984133 ], [ -5.328865317778847, 58.142388821118878 ], [ -5.32944463682991, 58.142130999734768 ], [ -5.330812659354955, 58.142400846894141 ], [ -5.330322092485652, 58.142517035940251 ], [ -5.330793835519743, 58.142563128678105 ], [ -5.330662185252249, 58.142791278066014 ], [ -5.330026742953561, 58.14281238147305 ], [ -5.330424637181012, 58.143341280504494 ], [ -5.330006911115714, 58.143509494005144 ], [ -5.327237528222507, 58.143523417988462 ], [ -5.326150302495874, 58.143803476713835 ], [ -5.325446501264969, 58.143547704295301 ], [ -5.324403130697118, 58.143660319925317 ], [ -5.323459860238586, 58.144390507649604 ], [ -5.32498131347285, 58.144027235646334 ], [ -5.324117200346913, 58.144512678854241 ], [ -5.324287273705402, 58.144786878734791 ], [ -5.323232571289155, 58.144778437932629 ], [ -5.321031102223346, 58.143865102226712 ], [ -5.320773627363154, 58.144932429209689 ], [ -5.318613593429207, 58.14473703390037 ], [ -5.317932569086882, 58.145181711761204 ], [ -5.315681486924259, 58.144921225642427 ] ] ], [ [ [ -5.318172044957117, 58.146110255006427 ], [ -5.318566936254033, 58.145057332468184 ], [ -5.320551077936875, 58.145553925714417 ], [ -5.320331515139133, 58.145842777826076 ], [ -5.318172044957117, 58.146110255006427 ] ] ], [ [ [ -5.301813077181725, 58.146598119958071 ], [ -5.303309416149609, 58.146235762778389 ], [ -5.302536560054102, 58.14670071170341 ], [ -5.301813077181725, 58.146598119958071 ] ] ], [ [ [ -5.284558131862022, 58.149632637129173 ], [ -5.28477325005372, 58.149384412932562 ], [ -5.285268607763162, 58.149501971103319 ], [ -5.284686152066809, 58.149822582018381 ], [ -5.284558131862022, 58.149632637129173 ] ] ], [ [ [ -3.492790010123672, 58.184301058579138 ], [ -3.493080552961906, 58.183929361293018 ], [ -3.493224476102162, 58.184522343957141 ], [ -3.492790010123672, 58.184301058579138 ] ] ], [ [ [ -3.485152163558009, 58.191927698006189 ], [ -3.485213762718325, 58.1915694634788 ], [ -3.485559281762208, 58.19181875865825 ], [ -3.485152163558009, 58.191927698006189 ] ] ], [ [ [ -3.483067786069036, 58.191751618858063 ], [ -3.484320386874668, 58.191643635159977 ], [ -3.484209133586228, 58.191994362075363 ], [ -3.483067786069036, 58.191751618858063 ] ] ], [ [ [ -3.474828878132007, 58.196335815632374 ], [ -3.47503228099803, 58.196235552275716 ], [ -3.475198392032798, 58.196425865101943 ], [ -3.474828878132007, 58.196335815632374 ] ] ], [ [ [ -5.310047960045527, 58.162041952491343 ], [ -5.31075734905078, 58.161623552177218 ], [ -5.311383681729676, 58.161683681168896 ], [ -5.311317474991479, 58.161977518359159 ], [ -5.310047960045527, 58.162041952491343 ] ] ], [ [ [ -5.298742854407152, 58.163557431171959 ], [ -5.298838946347667, 58.163217887971264 ], [ -5.299709054376073, 58.16333917636274 ], [ -5.299304244623994, 58.163650759066691 ], [ -5.298742854407152, 58.163557431171959 ] ] ], [ [ [ -3.473941692770711, 58.198369895347078 ], [ -3.47484057365127, 58.198259802815514 ], [ -3.47473133502099, 58.19841556964996 ], [ -3.473941692770711, 58.198369895347078 ] ] ], [ [ [ -5.337334226608017, 58.189092602198578 ], [ -5.337724250256244, 58.189041047715499 ], [ -5.337056749720312, 58.189364119976247 ], [ -5.337334226608017, 58.189092602198578 ] ] ], [ [ [ -5.344788531225069, 58.19370244918484 ], [ -5.345086360982217, 58.193285668356523 ], [ -5.345073789133604, 58.194129103129136 ], [ -5.344788531225069, 58.19370244918484 ] ] ], [ [ [ -5.344453332377959, 58.193993473861269 ], [ -5.34467463350424, 58.19350499685784 ], [ -5.344688652926401, 58.194305488871052 ], [ -5.344453332377959, 58.193993473861269 ] ] ], [ [ [ -4.947737031818676, 58.224119224054576 ], [ -4.947874752451616, 58.22374668679106 ], [ -4.949047656167897, 58.224045809210288 ], [ -4.948714467080797, 58.22460799177108 ], [ -4.947737031818676, 58.224119224054576 ] ] ], [ [ [ -4.957752505999912, 58.22720273381681 ], [ -4.958603869151668, 58.22648203027164 ], [ -4.958801719223111, 58.22701665206452 ], [ -4.957752505999912, 58.22720273381681 ] ] ], [ [ [ -4.949687192820634, 58.227214145198865 ], [ -4.950208971219707, 58.226420235785021 ], [ -4.950977164346941, 58.227157365635165 ], [ -4.950357444179548, 58.227387375455038 ], [ -4.949687192820634, 58.227214145198865 ] ] ], [ [ [ -4.951456942983884, 58.226063364636261 ], [ -4.952031590379064, 58.225906285817238 ], [ -4.95341107506496, 58.226516926098931 ], [ -4.95297370962211, 58.227403257817429 ], [ -4.951593219965234, 58.226985851502768 ], [ -4.951456942983884, 58.226063364636261 ] ] ], [ [ [ -4.95233564948988, 58.227822424113882 ], [ -4.953663593546425, 58.227607470497091 ], [ -4.95434357007889, 58.227897283382788 ], [ -4.95185491680697, 58.228597419641112 ], [ -4.951610019917397, 58.22831550635847 ], [ -4.95233564948988, 58.227822424113882 ] ] ], [ [ [ -4.949895318458454, 58.229002196205705 ], [ -4.949489517378797, 58.228526288827332 ], [ -4.950897647603358, 58.228763343774204 ], [ -4.950448307610625, 58.22899390768616 ], [ -4.949895318458454, 58.229002196205705 ] ] ], [ [ [ -4.977070395114638, 58.231161646510564 ], [ -4.977187109296223, 58.230826410020406 ], [ -4.978223523379414, 58.230995448700611 ], [ -4.977070395114638, 58.231161646510564 ] ] ], [ [ [ -5.304169585430953, 58.227592322312915 ], [ -5.305172918351357, 58.227022556073848 ], [ -5.305590175065716, 58.228027406694871 ], [ -5.304195196104454, 58.228508448180811 ], [ -5.303799818886252, 58.228379369415819 ], [ -5.304169585430953, 58.227592322312915 ] ] ], [ [ [ -4.982925822890911, 58.236268785801812 ], [ -4.983328477474691, 58.235585359357856 ], [ -4.983906100398648, 58.235666220323424 ], [ -4.983408511190245, 58.235929483936289 ], [ -4.984417918778374, 58.235977782950094 ], [ -4.983382312708566, 58.23642886842233 ], [ -4.982925822890911, 58.236268785801812 ] ] ], [ [ [ -5.301313160062454, 58.230039116860056 ], [ -5.301206656192796, 58.229718300013523 ], [ -5.301530873258996, 58.229723394363887 ], [ -5.301313160062454, 58.230039116860056 ] ] ], [ [ [ -5.310536528709966, 58.231098957689113 ], [ -5.310450977564792, 58.230912425904627 ], [ -5.311117967934487, 58.2310299435254 ], [ -5.311203929105771, 58.230672681001387 ], [ -5.311679916570242, 58.231482745477344 ], [ -5.311156713161125, 58.231536768835767 ], [ -5.310536528709966, 58.231098957689113 ] ] ], [ [ [ -5.295349821957789, 58.233990718384852 ], [ -5.296030012484485, 58.233883271922245 ], [ -5.295282181808097, 58.234455351382707 ], [ -5.295349821957789, 58.233990718384852 ] ] ], [ [ [ -5.31610953966635, 58.235852811563625 ], [ -5.316457220728881, 58.235834788778597 ], [ -5.316469662344996, 58.236059169711616 ], [ -5.31610953966635, 58.235852811563625 ] ] ], [ [ [ -5.168091930062988, 58.23973858746519 ], [ -5.168981889334764, 58.239303066702774 ], [ -5.169974732205984, 58.240019888954947 ], [ -5.169412658727834, 58.240119228727352 ], [ -5.168091930062988, 58.23973858746519 ] ] ], [ [ [ -5.40520775773634, 58.237272662181006 ], [ -5.404866925689001, 58.236917720586582 ], [ -5.405143224163363, 58.236955291166353 ], [ -5.40520775773634, 58.237272662181006 ] ] ], [ [ [ -5.403653167426212, 58.237768054497629 ], [ -5.403849569722725, 58.237416757851321 ], [ -5.404381303270429, 58.237452011095506 ], [ -5.404168864198478, 58.237902610238756 ], [ -5.403653167426212, 58.237768054497629 ] ] ], [ [ [ -3.347183630050775, 58.277552431215561 ], [ -3.347526565054215, 58.27733323619038 ], [ -3.348210062635814, 58.27750567873597 ], [ -3.347843469210726, 58.277640689534493 ], [ -3.347406238714482, 58.277756682387277 ], [ -3.347797424325052, 58.277634530705249 ], [ -3.347183630050775, 58.277552431215561 ] ] ], [ [ [ -5.05790788247766, 58.250869089242855 ], [ -5.059230207091329, 58.250783488936705 ], [ -5.062175326120934, 58.251526224871505 ], [ -5.06201148533999, 58.25288721552598 ], [ -5.061101293338642, 58.2533044753635 ], [ -5.060889389996103, 58.253120825242718 ], [ -5.057055578780937, 58.252947555169065 ], [ -5.056822464146318, 58.252319543029827 ], [ -5.05790788247766, 58.250869089242855 ] ] ], [ [ [ -5.176448032991362, 58.250459840748874 ], [ -5.177438971368954, 58.249531927112344 ], [ -5.17785892393617, 58.249557424538054 ], [ -5.177715183722893, 58.250046333182866 ], [ -5.177001996579659, 58.250553907555172 ], [ -5.176448032991362, 58.250459840748874 ] ] ], [ [ [ -5.200261988434574, 58.249393241632028 ], [ -5.201587098648457, 58.249342040883846 ], [ -5.200963239012888, 58.251024902543662 ], [ -5.200065758268599, 58.250997969819366 ], [ -5.198498551744861, 58.250160944756374 ], [ -5.198492927237688, 58.249909430469756 ], [ -5.200261988434574, 58.249393241632028 ] ] ], [ [ [ -5.241454150923722, 58.250093099738237 ], [ -5.24163849911857, 58.249778337697073 ], [ -5.242161041783408, 58.250272881658937 ], [ -5.241454150923722, 58.250093099738237 ] ] ], [ [ [ -5.177511543592524, 58.252055637320701 ], [ -5.177403015935591, 58.251510094679276 ], [ -5.178441875822548, 58.251497716592993 ], [ -5.178770550870579, 58.252311899428626 ], [ -5.177511543592524, 58.252055637320701 ] ] ], [ [ [ -5.197101844991414, 58.251499144097522 ], [ -5.198277266921924, 58.251015824876212 ], [ -5.200404260200358, 58.251632104398674 ], [ -5.199673160800732, 58.252032406690908 ], [ -5.198440697128128, 58.252072277227491 ], [ -5.197101844991414, 58.251499144097522 ] ] ], [ [ [ -5.291587096793363, 58.249740536027346 ], [ -5.29256365687358, 58.249149103711993 ], [ -5.293249662025043, 58.249468460045158 ], [ -5.291882934518217, 58.249989067094766 ], [ -5.291587096793363, 58.249740536027346 ] ] ], [ [ [ -5.204440568134494, 58.252434120460805 ], [ -5.202550010783333, 58.251416516784374 ], [ -5.20364797993121, 58.251492327531494 ], [ -5.204269670329998, 58.251202600181948 ], [ -5.205243306485657, 58.251883694365802 ], [ -5.207619159086803, 58.252610448426971 ], [ -5.207682368223241, 58.25293241818936 ], [ -5.20686017454783, 58.252984530260214 ], [ -5.204440568134494, 58.252434120460805 ] ] ], [ [ [ -5.39641443537012, 58.248594295517591 ], [ -5.396678209744589, 58.248322116149296 ], [ -5.397144306989675, 58.248471504846428 ], [ -5.39641443537012, 58.248594295517591 ] ] ], [ [ [ -5.397686504059103, 58.248614372001981 ], [ -5.398604034664927, 58.248225911135606 ], [ -5.398896906887335, 58.248613606645591 ], [ -5.398332456936644, 58.248772451591179 ], [ -5.397686504059103, 58.248614372001981 ] ] ], [ [ [ -5.274766775229142, 58.252029157905056 ], [ -5.274469241614246, 58.251484028809237 ], [ -5.275085894853865, 58.251607523977512 ], [ -5.275512629635412, 58.251335923766092 ], [ -5.274766775229142, 58.252029157905056 ] ] ], [ [ [ -5.201840267735523, 58.25347003236061 ], [ -5.200643868629435, 58.25296526365252 ], [ -5.202109694012251, 58.252393739153092 ], [ -5.20484356106647, 58.25283743931783 ], [ -5.20527531935925, 58.25318161473259 ], [ -5.204240873128049, 58.253809757702726 ], [ -5.203471327958468, 58.253312276352673 ], [ -5.202954886464008, 58.253918421999735 ], [ -5.201840267735523, 58.25347003236061 ] ] ], [ [ [ -5.123183353108631, 58.255804819291725 ], [ -5.124612319789697, 58.255670996330757 ], [ -5.123354420181194, 58.256101712280667 ], [ -5.123183353108631, 58.255804819291725 ] ] ], [ [ [ -5.272370283095526, 58.252202960064267 ], [ -5.272313106215927, 58.251952762335314 ], [ -5.273965081809433, 58.25193287670637 ], [ -5.273136668421889, 58.252470928195812 ], [ -5.272370283095526, 58.252202960064267 ] ] ], [ [ [ -5.341746129602001, 58.250803895717603 ], [ -5.341985872115831, 58.250634033067811 ], [ -5.342197925302321, 58.250677017860347 ], [ -5.341746129602001, 58.250803895717603 ] ] ], [ [ [ -5.347328589531817, 58.251549270561966 ], [ -5.347397642869605, 58.251196916842872 ], [ -5.348794772959957, 58.251277120460699 ], [ -5.347328589531817, 58.251549270561966 ] ] ], [ [ [ -5.338902804442889, 58.251787908388266 ], [ -5.339736941993484, 58.25132116983211 ], [ -5.339083791837241, 58.251989904096121 ], [ -5.338902804442889, 58.251787908388266 ] ] ], [ [ [ -5.239993570881722, 58.253981470303742 ], [ -5.241040269601191, 58.253680773171403 ], [ -5.241581201343209, 58.254282707458806 ], [ -5.240689010273741, 58.254781713533539 ], [ -5.240226335400648, 58.254663133174056 ], [ -5.239993570881722, 58.253981470303742 ] ] ], [ [ [ -5.294221299008995, 58.252404957386034 ], [ -5.295595863548199, 58.251600999814542 ], [ -5.293355148292998, 58.25198239611732 ], [ -5.292663552032199, 58.251878897265122 ], [ -5.292826880390685, 58.251434269578077 ], [ -5.291826088952369, 58.251581418930719 ], [ -5.291615002308323, 58.25187897364885 ], [ -5.291137043147795, 58.251689065465662 ], [ -5.291629147984864, 58.251204504807042 ], [ -5.291103413781174, 58.250683270523723 ], [ -5.293717849341665, 58.249645130096987 ], [ -5.295191480674535, 58.250092454847916 ], [ -5.295584858336778, 58.249830633845086 ], [ -5.295376793010141, 58.250343831217158 ], [ -5.296239594376832, 58.250730512767639 ], [ -5.295749534035645, 58.251511645919493 ], [ -5.296926642297448, 58.251427322571786 ], [ -5.296370456573086, 58.25122147776807 ], [ -5.297168953269124, 58.251007612782459 ], [ -5.298211125936406, 58.251672773130096 ], [ -5.296105429753684, 58.253048405647185 ], [ -5.295151055513061, 58.253144947721815 ], [ -5.294814913704263, 58.253472699973521 ], [ -5.29387872522662, 58.253397989757964 ], [ -5.293959136564108, 58.25316222537591 ], [ -5.294221299008995, 58.252404957386034 ] ] ], [ [ [ -5.015176360804759, 58.259969154661995 ], [ -5.016445538726059, 58.259754947866149 ], [ -5.016802048126364, 58.260137459843691 ], [ -5.016227147654825, 58.260294831864961 ], [ -5.01662758573507, 58.260492073617677 ], [ -5.015673072237537, 58.260496644328946 ], [ -5.015737051577844, 58.260045784425039 ], [ -5.015176360804759, 58.259969154661995 ] ] ], [ [ [ -5.206170537096457, 58.255918363592635 ], [ -5.207025153788305, 58.255092499226258 ], [ -5.208512097818021, 58.25522590664454 ], [ -5.207373550468671, 58.255834221604047 ], [ -5.206170537096457, 58.255918363592635 ] ] ], [ [ [ -5.190815084834794, 58.256190696771519 ], [ -5.19043651955192, 58.255773243750141 ], [ -5.191051867937032, 58.255600581712933 ], [ -5.191280990322255, 58.255967842509527 ], [ -5.191458922040263, 58.255671296256537 ], [ -5.19307262502713, 58.255792726798795 ], [ -5.19234172804514, 58.256291843447812 ], [ -5.191567715198215, 58.256122453228876 ], [ -5.191405549675565, 58.256499494376143 ], [ -5.190815084834794, 58.256190696771519 ] ] ], [ [ [ -5.213517928425317, 58.256183031088874 ], [ -5.214156604504397, 58.255798456924566 ], [ -5.214573861975501, 58.255981188399417 ], [ -5.213517928425317, 58.256183031088874 ] ] ], [ [ [ -5.225596157141021, 58.255123480741858 ], [ -5.22499854825317, 58.25483299308133 ], [ -5.224079567762639, 58.254946081209411 ], [ -5.225039368584591, 58.25396913448138 ], [ -5.22738242732281, 58.254516601330863 ], [ -5.227699421377147, 58.254908544563357 ], [ -5.227170849832697, 58.25556453372301 ], [ -5.22619283826927, 58.25587236645196 ], [ -5.225596157141021, 58.255123480741858 ] ] ], [ [ [ -5.234650957668976, 58.25513256849564 ], [ -5.236613965691073, 58.254408731559359 ], [ -5.237734917913972, 58.254640955993814 ], [ -5.238530163455215, 58.255227465017839 ], [ -5.23535660701902, 58.255671933540945 ], [ -5.234650957668976, 58.25513256849564 ] ] ], [ [ [ -5.01316918293224, 58.260829852329721 ], [ -5.01537921275646, 58.26075072546498 ], [ -5.015854605685566, 58.261328146352966 ], [ -5.014782086398196, 58.261348977344682 ], [ -5.014596784272708, 58.261074755591871 ], [ -5.01316918293224, 58.260829852329721 ] ] ], [ [ [ -5.229038240393064, 58.254537647790535 ], [ -5.229873227936231, 58.254251386262858 ], [ -5.230718277620624, 58.254450206096003 ], [ -5.230884325007754, 58.255524541151594 ], [ -5.228227717341499, 58.256310765534451 ], [ -5.229352723250541, 58.255370053034213 ], [ -5.229038240393064, 58.254537647790535 ] ] ], [ [ [ -5.356832917261759, 58.253340042044137 ], [ -5.357003022514698, 58.253245685693486 ], [ -5.356819262658735, 58.253556120745436 ], [ -5.356832917261759, 58.253340042044137 ] ] ], [ [ [ -5.218308000297345, 58.256826336613194 ], [ -5.219375724991458, 58.256754479396399 ], [ -5.219010959375311, 58.257244521664582 ], [ -5.218340543934072, 58.25718502657201 ], [ -5.218308000297345, 58.256826336613194 ] ] ], [ [ [ -5.147709106329085, 58.25886493636974 ], [ -5.147909756458994, 58.258531946761927 ], [ -5.148596808340576, 58.258780137359857 ], [ -5.148040195291731, 58.259041017329913 ], [ -5.147709106329085, 58.25886493636974 ] ] ], [ [ [ -5.01911174015516, 58.261830843972447 ], [ -5.020262596144201, 58.261628384174465 ], [ -5.020486241235725, 58.262252184297587 ], [ -5.019142547957737, 58.262292945641846 ], [ -5.01911174015516, 58.261830843972447 ] ] ], [ [ [ -5.221934166171038, 58.256856215794755 ], [ -5.222881932534198, 58.256683996849539 ], [ -5.22386040425771, 58.257131152151096 ], [ -5.223436002161031, 58.257339598795433 ], [ -5.222633142300776, 58.257323914830273 ], [ -5.221934166171038, 58.256856215794755 ] ] ], [ [ [ -5.022473342018684, 58.262757869936387 ], [ -5.022717460009693, 58.262320715828629 ], [ -5.023533268013028, 58.262988909206449 ], [ -5.0230596006725, 58.263233784934734 ], [ -5.022473342018684, 58.262757869936387 ] ] ], [ [ [ -5.024598661247108, 58.262384018438539 ], [ -5.024141764778026, 58.261325384865664 ], [ -5.023257496861653, 58.261454166546855 ], [ -5.023471537296204, 58.262064709076469 ], [ -5.022212462307886, 58.262197862983662 ], [ -5.021574031945543, 58.261709698402939 ], [ -5.021066331097719, 58.261955372082568 ], [ -5.020491361827204, 58.261811700392528 ], [ -5.019963306190653, 58.26121756703273 ], [ -5.019271726765462, 58.26160688022388 ], [ -5.017790312434833, 58.261030781673249 ], [ -5.019347508128162, 58.260594051847249 ], [ -5.019925127111594, 58.260068134541626 ], [ -5.020799582681613, 58.261125891508669 ], [ -5.021580771846439, 58.261188292908173 ], [ -5.021896017829063, 58.260785405289155 ], [ -5.024502493125545, 58.260656296457149 ], [ -5.024574766938775, 58.261103935271514 ], [ -5.027341302695161, 58.261051860747934 ], [ -5.025967085669902, 58.261533782154594 ], [ -5.02698220477884, 58.262538738019089 ], [ -5.025437933836096, 58.263226891186228 ], [ -5.025134556252479, 58.26296896121638 ], [ -5.023991537344012, 58.262663513165407 ], [ -5.024598661247108, 58.262384018438539 ] ] ], [ [ [ -5.22812934136925, 58.258227653366816 ], [ -5.228292565731588, 58.257585392933173 ], [ -5.229461946520323, 58.258068124577676 ], [ -5.228189420795128, 58.258419371935297 ], [ -5.22812934136925, 58.258227653366816 ] ] ], [ [ [ -5.241664143002193, 58.25808246214239 ], [ -5.241343376549304, 58.257744573735515 ], [ -5.239923098433192, 58.258063739688524 ], [ -5.240046631953969, 58.257642670192212 ], [ -5.241005097397863, 58.257308262850053 ], [ -5.242304482506478, 58.257998793712851 ], [ -5.241664143002193, 58.25808246214239 ] ] ], [ [ [ -5.22947686407576, 58.257389168324579 ], [ -5.229799971490536, 58.257192251321925 ], [ -5.229389970353167, 58.2570902748854 ], [ -5.230658761430214, 58.25669866394729 ], [ -5.230921168509806, 58.257145908030409 ], [ -5.231534222806394, 58.256856264629143 ], [ -5.232123266401033, 58.25695819577259 ], [ -5.232358614306776, 58.257482518607993 ], [ -5.231676207434613, 58.257666067600191 ], [ -5.231499738087806, 58.257320009618581 ], [ -5.23051832277396, 58.258526741842594 ], [ -5.230064613946238, 58.258506763414552 ], [ -5.230221339396153, 58.257887133926978 ], [ -5.22947686407576, 58.257389168324579 ] ] ], [ [ [ -5.218817732924096, 58.259249169275193 ], [ -5.219404143067225, 58.258852404907465 ], [ -5.221051243486939, 58.258869283888863 ], [ -5.220949336282369, 58.259249340852065 ], [ -5.219301114865104, 58.259502121304003 ], [ -5.218817732924096, 58.259249169275193 ] ] ], [ [ [ -5.13571278496137, 58.261658609066913 ], [ -5.135250458616301, 58.260865586439159 ], [ -5.136653332483444, 58.261109744056768 ], [ -5.136289322587642, 58.261428751588795 ], [ -5.136831930223227, 58.26177941447304 ], [ -5.13571278496137, 58.261658609066913 ] ] ], [ [ [ -5.245166507571311, 58.259552884452283 ], [ -5.24618104911874, 58.259365312853653 ], [ -5.246583637349244, 58.260465976900456 ], [ -5.245293961609925, 58.260479888576967 ], [ -5.245166507571311, 58.259552884452283 ] ] ], [ [ [ -5.2430868629563, 58.260028153575213 ], [ -5.244053669405049, 58.259877763171801 ], [ -5.244492651490877, 58.260109281133133 ], [ -5.243654986821704, 58.260552993293608 ], [ -5.2430868629563, 58.260028153575213 ] ] ], [ [ [ -5.386217755150765, 58.257242433602336 ], [ -5.385777795181859, 58.256831646176607 ], [ -5.386120985906532, 58.256854003355365 ], [ -5.386217755150765, 58.257242433602336 ] ] ], [ [ [ -5.240425038908383, 58.261318082047922 ], [ -5.241851589027438, 58.26106616219483 ], [ -5.241848707684533, 58.261407773502491 ], [ -5.241137574592805, 58.261650522920959 ], [ -5.240539197446584, 58.261634253179743 ], [ -5.240425038908383, 58.261318082047922 ] ] ], [ [ [ -3.277413281474478, 58.297316774814846 ], [ -3.278169766127143, 58.297288555594484 ], [ -3.27857201060618, 58.297466876080215 ], [ -3.277980921717004, 58.297492546439372 ], [ -3.277413281474478, 58.297316774814846 ] ] ], [ [ [ -5.38367635774986, 58.259471534012761 ], [ -5.385314926370703, 58.259396635918158 ], [ -5.384221666879875, 58.259645837115002 ], [ -5.38367635774986, 58.259471534012761 ] ] ], [ [ [ -5.241662029219894, 58.262257370451209 ], [ -5.244104144680287, 58.261548221844848 ], [ -5.244393419174854, 58.262286863882508 ], [ -5.243889250579238, 58.263207446482525 ], [ -5.24337387657403, 58.263539607058199 ], [ -5.242499839260521, 58.263400023843701 ], [ -5.241892924489906, 58.263383976782698 ], [ -5.241487751225933, 58.262962846625385 ], [ -5.241662029219894, 58.262257370451209 ] ] ], [ [ [ -3.268327741733128, 58.298872240889175 ], [ -3.26868704468399, 58.298614475946586 ], [ -3.26949443776385, 58.298768144884811 ], [ -3.268327741733128, 58.298872240889175 ] ] ], [ [ [ -3.265396303682481, 58.298721637317009 ], [ -3.265945946515931, 58.298394628820645 ], [ -3.266779538802606, 58.298661232992842 ], [ -3.265523419112791, 58.298936853825438 ], [ -3.265396303682481, 58.298721637317009 ] ] ], [ [ [ -5.129928192256119, 58.267705252683335 ], [ -5.127213258551831, 58.267187582368337 ], [ -5.12660669044983, 58.267368700973542 ], [ -5.126288940070465, 58.266666476198118 ], [ -5.126950112852483, 58.266524465173461 ], [ -5.127107883582033, 58.265895978118706 ], [ -5.128148219678672, 58.265218912583883 ], [ -5.129747522918935, 58.26556169120586 ], [ -5.130181486413483, 58.265164596405619 ], [ -5.13024619783605, 58.265607886806094 ], [ -5.131167540464087, 58.265032573857546 ], [ -5.132273925197384, 58.265297532071692 ], [ -5.131991993342519, 58.266257112698419 ], [ -5.133099197736944, 58.266337802264623 ], [ -5.133561323966398, 58.266838746408389 ], [ -5.132168960376763, 58.267102082840893 ], [ -5.132159491142586, 58.267574154189191 ], [ -5.13110509240944, 58.267608997550667 ], [ -5.129928192256119, 58.267705252683335 ] ] ], [ [ [ -3.259858782748289, 58.299939529708681 ], [ -3.260173794255349, 58.299633720934892 ], [ -3.260187148632879, 58.299865333586176 ], [ -3.259858782748289, 58.299939529708681 ] ] ], [ [ [ -5.382392214505487, 58.261563909625089 ], [ -5.382335483306872, 58.26123733536479 ], [ -5.383249897200228, 58.261258049259375 ], [ -5.382392214505487, 58.261563909625089 ] ] ], [ [ [ -5.372696526617605, 58.261833886484531 ], [ -5.373180952688081, 58.261816594604412 ], [ -5.372768008401053, 58.26195783544695 ], [ -5.372696526617605, 58.261833886484531 ] ] ], [ [ [ -5.373342729469851, 58.262441506835827 ], [ -5.373427723731621, 58.262169609798079 ], [ -5.373640830261127, 58.26225835692042 ], [ -5.373342729469851, 58.262441506835827 ] ] ], [ [ [ -3.240198349936156, 58.300967976244941 ], [ -3.24242261638676, 58.300607751572421 ], [ -3.242314715710802, 58.300888149645843 ], [ -3.241181871158104, 58.301085982378666 ], [ -3.240198349936156, 58.300967976244941 ] ] ], [ [ [ -3.23975952145824, 58.301446497097331 ], [ -3.240387439862801, 58.301251779443568 ], [ -3.240540266561493, 58.301376947402709 ], [ -3.23975952145824, 58.301446497097331 ] ] ], [ [ [ -5.266716692893312, 58.267645238968306 ], [ -5.267484417256725, 58.266906561399217 ], [ -5.268268737104494, 58.266625839167446 ], [ -5.268811953853049, 58.266782705650314 ], [ -5.268372783308288, 58.267477031016909 ], [ -5.268176992526807, 58.267203415820127 ], [ -5.267346656677012, 58.267817868515344 ], [ -5.266716692893312, 58.267645238968306 ] ] ], [ [ [ -5.26187393789549, 58.268402681979218 ], [ -5.261879629334136, 58.267166697645308 ], [ -5.261533867670106, 58.267579985704053 ], [ -5.261315490033572, 58.267338395417724 ], [ -5.260437468266788, 58.267342840925856 ], [ -5.259993894105747, 58.265857678265924 ], [ -5.259253035063271, 58.266240600583281 ], [ -5.258131436287164, 58.265914200975928 ], [ -5.258677847367954, 58.263693726122092 ], [ -5.258015172283856, 58.262978121707199 ], [ -5.258313148160352, 58.262044763516826 ], [ -5.25756366496371, 58.261497648746939 ], [ -5.257956012186693, 58.260013620898405 ], [ -5.255966521822599, 58.26221247897157 ], [ -5.255308315370737, 58.261730433115709 ], [ -5.256376915878659, 58.260552732924239 ], [ -5.255213252794207, 58.260694754328142 ], [ -5.255000588357617, 58.260421551100002 ], [ -5.254313707432001, 58.260834527463956 ], [ -5.252447389455382, 58.260846130200633 ], [ -5.249768173137657, 58.259709973829644 ], [ -5.248287781868772, 58.258255657718308 ], [ -5.246663952396172, 58.259051940842895 ], [ -5.243548986093916, 58.258834511995637 ], [ -5.242755711631052, 58.259856807321611 ], [ -5.241114065086015, 58.260460230437523 ], [ -5.241356119346775, 58.259096921181637 ], [ -5.244247321945756, 58.258079765163465 ], [ -5.243850467465303, 58.256723694173303 ], [ -5.242997808278513, 58.25709588143895 ], [ -5.242435898669402, 58.256638290698795 ], [ -5.243836012897587, 58.256472401387356 ], [ -5.243703290193563, 58.25586010514909 ], [ -5.244623230195301, 58.255198591075015 ], [ -5.243608994175875, 58.254455900925009 ], [ -5.243278406832079, 58.252891424204734 ], [ -5.241952153323157, 58.251904988601758 ], [ -5.241521522808792, 58.251017138125192 ], [ -5.241985412804561, 58.25040317197459 ], [ -5.24319203744921, 58.250174790460328 ], [ -5.245671270569362, 58.250439838543628 ], [ -5.247674212802107, 58.250995581014777 ], [ -5.247873446680472, 58.251309582104213 ], [ -5.250097406971052, 58.251392294478315 ], [ -5.250867430817713, 58.25179511921074 ], [ -5.252555809736943, 58.251428549798355 ], [ -5.254157557296245, 58.251697813079559 ], [ -5.256848344419083, 58.250829270741036 ], [ -5.259635358310434, 58.250731174213769 ], [ -5.26052224597755, 58.251476993466405 ], [ -5.261787834156514, 58.251705313501994 ], [ -5.261351698102858, 58.252246744214787 ], [ -5.26353630339327, 58.251993181321033 ], [ -5.263977943095466, 58.252345902193646 ], [ -5.263712856918377, 58.252707703138462 ], [ -5.2646067001289, 58.252693836829266 ], [ -5.264634678527365, 58.252905236865139 ], [ -5.265496164318474, 58.252725016000873 ], [ -5.264778086831287, 58.254648825974755 ], [ -5.267134066271367, 58.253199916964363 ], [ -5.268232284420296, 58.253090915379225 ], [ -5.267656992520936, 58.252768593344875 ], [ -5.267992464250198, 58.252153318964844 ], [ -5.269319347450051, 58.251750838803105 ], [ -5.270746049609178, 58.252338957677502 ], [ -5.271163495216929, 58.252058622720938 ], [ -5.271575325871169, 58.252457022181552 ], [ -5.270242787514441, 58.252428248178667 ], [ -5.26926782694325, 58.253041931038751 ], [ -5.268439708718011, 58.253121556922316 ], [ -5.270010535218822, 58.254532887479606 ], [ -5.270048252237227, 58.25521950070803 ], [ -5.270745639699247, 58.255385889507757 ], [ -5.271372212658411, 58.255154124509353 ], [ -5.271682671561805, 58.256116869742648 ], [ -5.271258035969978, 58.25668949877241 ], [ -5.272601128293071, 58.25664609038941 ], [ -5.274137559554473, 58.257496507674865 ], [ -5.275669988216221, 58.256917920678511 ], [ -5.275850645930824, 58.257120009096447 ], [ -5.276857684183928, 58.25694586437826 ], [ -5.276419870852576, 58.257375042116692 ], [ -5.277693107708756, 58.257036769330504 ], [ -5.278853140132012, 58.257779950554728 ], [ -5.279269952754797, 58.257584991484997 ], [ -5.280091073365377, 58.25779758646636 ], [ -5.280244498399761, 58.259272171047989 ], [ -5.27889743690211, 58.260749345639688 ], [ -5.277114277369352, 58.261199585156412 ], [ -5.276796298633372, 58.260619033038793 ], [ -5.27595956996018, 58.261530314493392 ], [ -5.27372762050626, 58.262477369736999 ], [ -5.273817978418407, 58.262070594221214 ], [ -5.272847572864571, 58.261996604183196 ], [ -5.273134416649156, 58.262425167874049 ], [ -5.272548920939627, 58.26301091139927 ], [ -5.268000151500832, 58.26574740055468 ], [ -5.2654882133797, 58.265789193496552 ], [ -5.26368248952128, 58.267295896925468 ], [ -5.262977214484462, 58.267138656030667 ], [ -5.263214954465039, 58.268053843224408 ], [ -5.262358006097739, 58.268565580694734 ], [ -5.26187393789549, 58.268402681979218 ] ] ], [ [ [ -5.264915257452895, 58.268365405218184 ], [ -5.265891526125984, 58.268223597628257 ], [ -5.265352740749068, 58.268763170083822 ], [ -5.264983398778014, 58.268642288874489 ], [ -5.264915257452895, 58.268365405218184 ] ] ], [ [ [ -3.220658103612407, 58.304575547238628 ], [ -3.222024590956555, 58.304515788725347 ], [ -3.221356466205509, 58.30478625025269 ], [ -3.220658103612407, 58.304575547238628 ] ] ], [ [ [ -3.218309921186147, 58.305514130579127 ], [ -3.220873732237762, 58.304841160461734 ], [ -3.219642423690958, 58.305457416201392 ], [ -3.218199345244485, 58.305722674252507 ], [ -3.218309921186147, 58.305514130579127 ] ] ], [ [ [ -5.109849947421879, 58.277196559982727 ], [ -5.11074986639615, 58.277147684519022 ], [ -5.111172413344592, 58.277685619661938 ], [ -5.109929632432062, 58.277715884210991 ], [ -5.109849947421879, 58.277196559982727 ] ] ], [ [ [ -5.143142312638243, 58.277275888725413 ], [ -5.143948549775447, 58.277229083860739 ], [ -5.143841946452262, 58.277950703499023 ], [ -5.142790904586381, 58.278219229700213 ], [ -5.142330154943325, 58.277929486347809 ], [ -5.143378333150386, 58.277436348215332 ], [ -5.143142312638243, 58.277275888725413 ] ] ], [ [ [ -5.139443272533455, 58.278274591702207 ], [ -5.140003538407129, 58.277762017461555 ], [ -5.14098147148502, 58.278497411138048 ], [ -5.141383981514323, 58.279862590112607 ], [ -5.140261806858748, 58.279521698387136 ], [ -5.139615267914395, 58.278868028197643 ], [ -5.139443272533455, 58.278274591702207 ] ] ], [ [ [ -5.152275835331158, 58.282906143298426 ], [ -5.152119821197497, 58.282590937916808 ], [ -5.152965667159628, 58.282700381228437 ], [ -5.152870284787252, 58.283066728272125 ], [ -5.152275835331158, 58.282906143298426 ] ] ], [ [ [ -5.183918012228247, 58.282498846291062 ], [ -5.184030902633965, 58.282141022262032 ], [ -5.184226888473183, 58.282518109757412 ], [ -5.183918012228247, 58.282498846291062 ] ] ], [ [ [ -5.183174199502112, 58.28314651573065 ], [ -5.184021268633061, 58.282698493452401 ], [ -5.184733269085774, 58.283121136236019 ], [ -5.184025227460909, 58.28359715445567 ], [ -5.183174199502112, 58.28314651573065 ] ] ], [ [ [ -5.150322121096218, 58.2852101944097 ], [ -5.15011133101401, 58.284662663541795 ], [ -5.149456838712261, 58.284786650893558 ], [ -5.149717094273026, 58.284258961384616 ], [ -5.150367846157953, 58.284188989564214 ], [ -5.149088515225666, 58.283618373896864 ], [ -5.148985344937399, 58.283225468954853 ], [ -5.14814199005006, 58.283336130585482 ], [ -5.146783870121939, 58.282646103901804 ], [ -5.145643446767424, 58.282966284444683 ], [ -5.143652718328999, 58.282453576076307 ], [ -5.143713745074422, 58.282083589115054 ], [ -5.142367077357504, 58.28094386369348 ], [ -5.142732816875297, 58.28064277405273 ], [ -5.141530152194054, 58.279490510377904 ], [ -5.14265387619444, 58.279175269903298 ], [ -5.144182823619559, 58.277946806652658 ], [ -5.145550708476746, 58.277980533370915 ], [ -5.145576836416329, 58.278851672780341 ], [ -5.146107967000073, 58.278011745988209 ], [ -5.146064085004116, 58.278574542723881 ], [ -5.147438163054945, 58.279061963744304 ], [ -5.148071111227533, 58.279945111743253 ], [ -5.148502353184985, 58.279709796238016 ], [ -5.149059310034193, 58.2802173394495 ], [ -5.151114825613532, 58.279923985974612 ], [ -5.152239905942761, 58.280296168525304 ], [ -5.152480876685157, 58.281278843993405 ], [ -5.151330660805701, 58.282255403892705 ], [ -5.150414449420895, 58.28231395356724 ], [ -5.14984187874755, 58.282975171012048 ], [ -5.1506601692137, 58.283350439368526 ], [ -5.151135853682555, 58.283230856358394 ], [ -5.151776963727621, 58.283916062429711 ], [ -5.153422968758514, 58.283524928353359 ], [ -5.154376587916754, 58.28369461453871 ], [ -5.154424337919564, 58.283464254646042 ], [ -5.154478884138173, 58.28388531929734 ], [ -5.155125367816897, 58.283959228113787 ], [ -5.155873725292174, 58.283644155017555 ], [ -5.155366510234944, 58.283409529029313 ], [ -5.15616940029796, 58.283227919249271 ], [ -5.15605874774153, 58.283518252781469 ], [ -5.156796351684429, 58.283657307951778 ], [ -5.156322699013791, 58.284086930392597 ], [ -5.155038119071643, 58.284320882380939 ], [ -5.156226402908184, 58.284251084470142 ], [ -5.156792880034406, 58.285054948383284 ], [ -5.15532802642845, 58.285468613433245 ], [ -5.154318745994679, 58.28505764606696 ], [ -5.153958914052396, 58.285232799015738 ], [ -5.154331402681867, 58.28615829970299 ], [ -5.152497988814923, 58.28626646950822 ], [ -5.151459345208155, 58.285429299625719 ], [ -5.150322121096218, 58.2852101944097 ] ] ], [ [ [ -3.196705859027649, 58.318894143473663 ], [ -3.197820806337921, 58.318496574171675 ], [ -3.198036698541681, 58.318923902255925 ], [ -3.197585479502484, 58.319059267891404 ], [ -3.198084450144326, 58.319225257468915 ], [ -3.196433497591408, 58.319573950161995 ], [ -3.196518258473162, 58.319303690942469 ], [ -3.196705859027649, 58.318894143473663 ] ] ], [ [ [ -5.132239202533777, 58.288072461626044 ], [ -5.128738765198689, 58.286311330718341 ], [ -5.128101869461847, 58.284026158689926 ], [ -5.126219025194654, 58.28357345124396 ], [ -5.125439077742784, 58.282469114983556 ], [ -5.125368072045157, 58.283598767167256 ], [ -5.124629769936723, 58.283643790402458 ], [ -5.123791675996028, 58.282459980820043 ], [ -5.122551188209227, 58.282130815395 ], [ -5.122947856658164, 58.281500990454781 ], [ -5.123991823597883, 58.281246285551369 ], [ -5.124412883151071, 58.281474152590938 ], [ -5.124206509310213, 58.282036416930474 ], [ -5.125027117934541, 58.282151154767362 ], [ -5.124660286143468, 58.280506452530901 ], [ -5.12533981525719, 58.279698939460765 ], [ -5.127091078899368, 58.27885620167573 ], [ -5.129469183808308, 58.279413596016198 ], [ -5.130209955699251, 58.278914619514161 ], [ -5.132912699735622, 58.278704559041721 ], [ -5.132469253665008, 58.27851321824977 ], [ -5.132748347140648, 58.278196308100256 ], [ -5.134298903181993, 58.277884153465166 ], [ -5.13547422006955, 58.279405636293603 ], [ -5.136460146739546, 58.279749914943956 ], [ -5.136498702898066, 58.279510801683841 ], [ -5.137042922844567, 58.279587311364082 ], [ -5.13848467212693, 58.280261901336409 ], [ -5.139212217792019, 58.283178417292852 ], [ -5.13817806057088, 58.283639717034603 ], [ -5.136915119824038, 58.28373364860208 ], [ -5.135045639550273, 58.283240298337709 ], [ -5.134829965162406, 58.28408141995331 ], [ -5.135191135666987, 58.284306228892376 ], [ -5.135370252097953, 58.283919867960741 ], [ -5.135752781211141, 58.28400035257215 ], [ -5.13526205367083, 58.284529173513121 ], [ -5.136407578894825, 58.285229033782301 ], [ -5.136270716226154, 58.285996323714926 ], [ -5.136892769807953, 58.28569794704655 ], [ -5.137154581516661, 58.285956646534864 ], [ -5.136553562665386, 58.286492674330461 ], [ -5.135697209650013, 58.286554140343576 ], [ -5.135668054653023, 58.287381697271044 ], [ -5.134969269524913, 58.287295491993405 ], [ -5.133646660992002, 58.28797054039913 ], [ -5.132239202533777, 58.288072461626044 ] ] ], [ [ [ -5.199065763186439, 58.287454549680035 ], [ -5.201540874382654, 58.286893727840834 ], [ -5.199547373805768, 58.287685154755337 ], [ -5.199065763186439, 58.287454549680035 ] ] ], [ [ [ -5.198178261589262, 58.285090550831889 ], [ -5.199870817675835, 58.284652707129133 ], [ -5.20259175183118, 58.28520916189386 ], [ -5.202663083772444, 58.285809547241193 ], [ -5.200563852504603, 58.286657568124504 ], [ -5.201395343811665, 58.286699646494341 ], [ -5.197282748824232, 58.287364373367041 ], [ -5.195542097226681, 58.288216814534955 ], [ -5.195001379953896, 58.287709056248104 ], [ -5.195871923128569, 58.28723789873856 ], [ -5.197241329843592, 58.285486992123083 ], [ -5.198178261589262, 58.285090550831889 ] ] ], [ [ [ -5.20309519579863, 58.288796100036684 ], [ -5.203246020668706, 58.288387873253001 ], [ -5.203798215413178, 58.288549285480457 ], [ -5.20309519579863, 58.288796100036684 ] ] ], [ [ [ -5.210433787258582, 58.290112830437543 ], [ -5.210428874586484, 58.289870286161623 ], [ -5.210748412010815, 58.290100429577812 ], [ -5.210433787258582, 58.290112830437543 ] ] ], [ [ [ -5.207434342775568, 58.290633062370354 ], [ -5.206253643787887, 58.290411045250138 ], [ -5.205810916189744, 58.290799638147 ], [ -5.205467072290368, 58.290489203607834 ], [ -5.204398704612339, 58.290471067411616 ], [ -5.202864464033757, 58.29096341826672 ], [ -5.202928954157378, 58.289600170351406 ], [ -5.208198517647547, 58.286726699937482 ], [ -5.208712606679694, 58.286938480171472 ], [ -5.210140436525612, 58.286781273714382 ], [ -5.211035776289985, 58.287715961057913 ], [ -5.209958638848856, 58.288071082375723 ], [ -5.209434559069092, 58.288879660798806 ], [ -5.210610368467053, 58.289142215571282 ], [ -5.209934352300143, 58.290534320387387 ], [ -5.208334076010559, 58.290862125147953 ], [ -5.207434342775568, 58.290633062370354 ] ] ], [ [ [ -5.176786872530847, 58.296980100066349 ], [ -5.18002899803594, 58.296490514103894 ], [ -5.179172652339638, 58.297504950719642 ], [ -5.176786872530847, 58.296980100066349 ] ] ], [ [ [ -5.182973335960848, 58.301045800618901 ], [ -5.183858421679515, 58.300826023183376 ], [ -5.184175017266215, 58.301119218042949 ], [ -5.183264777552131, 58.301344118017809 ], [ -5.182973335960848, 58.301045800618901 ] ] ], [ [ [ -5.186812667201204, 58.30159271706836 ], [ -5.187643615655019, 58.300866464408116 ], [ -5.187714331548436, 58.3014623752237 ], [ -5.186812667201204, 58.30159271706836 ] ] ], [ [ [ -5.175071454103112, 58.302123171892092 ], [ -5.175435295461797, 58.30208716810759 ], [ -5.175242862530915, 58.30232113240227 ], [ -5.175071454103112, 58.302123171892092 ] ] ], [ [ [ -5.184652748180102, 58.301970120106397 ], [ -5.18559908095277, 58.301766779516889 ], [ -5.185234708026753, 58.302081440797906 ], [ -5.184652748180102, 58.301970120106397 ] ] ], [ [ [ -5.18612015949078, 58.302814322915388 ], [ -5.186595663174106, 58.302501381599541 ], [ -5.187118418314155, 58.302618664150671 ], [ -5.18612015949078, 58.302814322915388 ] ] ], [ [ [ -5.179726746140103, 58.302820787661446 ], [ -5.180558717401577, 58.302674256336203 ], [ -5.180708514508813, 58.303106424598973 ], [ -5.180105366546853, 58.303139411551328 ], [ -5.179726746140103, 58.302820787661446 ] ] ], [ [ [ -5.183381618956131, 58.302738775208091 ], [ -5.184095132727997, 58.302604159197934 ], [ -5.184001236081622, 58.302983977159215 ], [ -5.18511337174335, 58.303010186295317 ], [ -5.183999823339942, 58.303348009233396 ], [ -5.183206165035521, 58.303161068304426 ], [ -5.183381618956131, 58.302738775208091 ] ] ], [ [ [ -5.179436453164335, 58.303866074031667 ], [ -5.178734957610739, 58.303564467908721 ], [ -5.180124109983587, 58.303633260981073 ], [ -5.179436453164335, 58.303866074031667 ] ] ], [ [ [ -5.163925165529144, 58.30568457454072 ], [ -5.163774968288227, 58.305054674683682 ], [ -5.164258199758753, 58.305303347428286 ], [ -5.163925165529144, 58.30568457454072 ] ] ], [ [ [ -5.17090224905417, 58.305421764155582 ], [ -5.169609685055931, 58.304811223151354 ], [ -5.168517645892184, 58.3036744218454 ], [ -5.168475207719716, 58.303104766838828 ], [ -5.170206155779649, 58.303273042017139 ], [ -5.171145745991029, 58.302135274796051 ], [ -5.172126718353226, 58.301841300330196 ], [ -5.173039294556274, 58.301832123879059 ], [ -5.173004984032696, 58.302116083232626 ], [ -5.174174871491251, 58.302406085423712 ], [ -5.172566160154983, 58.303030226209465 ], [ -5.172981843572222, 58.303096299113854 ], [ -5.172036758681671, 58.303600595795288 ], [ -5.172182119907732, 58.303889082105513 ], [ -5.17305987330808, 58.303871783233902 ], [ -5.172084312113087, 58.304417280557679 ], [ -5.17258181597743, 58.304634111941418 ], [ -5.172125924892157, 58.305072337212167 ], [ -5.173289711531817, 58.30500749268684 ], [ -5.17437099350721, 58.305641221161807 ], [ -5.173620503932679, 58.306221582497713 ], [ -5.173046225130268, 58.306101030193908 ], [ -5.17062963194504, 58.305904867162049 ], [ -5.170175604183537, 58.305601568128608 ], [ -5.17090224905417, 58.305421764155582 ] ] ], [ [ [ -5.166125139327922, 58.305845786998297 ], [ -5.167252483617858, 58.305754938414402 ], [ -5.167607618491186, 58.30676621835137 ], [ -5.166346338368454, 58.306505381775203 ], [ -5.166125139327922, 58.305845786998297 ] ] ], [ [ [ -5.188640489794657, 58.306912711762621 ], [ -5.189610061599375, 58.306681800594582 ], [ -5.189515478554634, 58.306863913230103 ], [ -5.188640489794657, 58.306912711762621 ] ] ], [ [ [ -5.186339348374383, 58.306767888503664 ], [ -5.186700342606946, 58.305941016751056 ], [ -5.189126785986946, 58.305013181925091 ], [ -5.189534219142943, 58.304513189049075 ], [ -5.19127313011667, 58.304388885369754 ], [ -5.190027719956196, 58.304873855637801 ], [ -5.192574938953236, 58.305097845390954 ], [ -5.19288668559884, 58.305714695310598 ], [ -5.19054143998749, 58.306595637041497 ], [ -5.189384173292025, 58.306543636988174 ], [ -5.187958156132563, 58.307015117635871 ], [ -5.186339348374383, 58.306767888503664 ] ] ], [ [ [ -5.167898793862955, 58.307253313677677 ], [ -5.168006514908766, 58.307025955540141 ], [ -5.168915925383129, 58.307075307949162 ], [ -5.168946868185931, 58.307802529289852 ], [ -5.167460038470155, 58.307502358309556 ], [ -5.167898793862955, 58.307253313677677 ] ] ], [ [ [ -5.181008663367765, 58.307017530791597 ], [ -5.18146360458053, 58.306664678103154 ], [ -5.182275579511988, 58.306864656086809 ], [ -5.180915705129387, 58.307123201640877 ], [ -5.181018962874846, 58.307417220899232 ], [ -5.179315146002451, 58.307553990311959 ], [ -5.178976873227592, 58.307494998976019 ], [ -5.179585982951074, 58.307147305742994 ], [ -5.181008663367765, 58.307017530791597 ] ] ], [ [ [ -5.187940231548407, 58.307195316566002 ], [ -5.190322215588586, 58.307099921947263 ], [ -5.188763599588422, 58.307426426395182 ], [ -5.187940231548407, 58.307195316566002 ] ] ], [ [ [ -5.153151999029618, 58.308858290293763 ], [ -5.155214854547927, 58.308533259385925 ], [ -5.153735445482959, 58.309082061140828 ], [ -5.153151999029618, 58.308858290293763 ] ] ], [ [ [ -5.17794329191188, 58.30920137768446 ], [ -5.176523727538188, 58.309043438140151 ], [ -5.173117458668126, 58.309181984285345 ], [ -5.171279643483455, 58.308872595627157 ], [ -5.171357371495903, 58.308596547351165 ], [ -5.174263972250564, 58.308066020394058 ], [ -5.174432971009093, 58.307760740132089 ], [ -5.175535124920325, 58.307769307735022 ], [ -5.175682319875523, 58.307316273004041 ], [ -5.179009952070307, 58.307768296474833 ], [ -5.17794329191188, 58.30920137768446 ] ] ], [ [ [ -5.149472065496873, 58.310009549376673 ], [ -5.151672933024319, 58.309699150937625 ], [ -5.152635770890068, 58.310156231265516 ], [ -5.153186495525683, 58.311162720160453 ], [ -5.150427541739872, 58.310767906651925 ], [ -5.149989862327653, 58.310455147279058 ], [ -5.149472065496873, 58.310009549376673 ] ] ], [ [ [ -5.147294839322858, 58.3112585131842 ], [ -5.148000187095368, 58.310836707045631 ], [ -5.148784810615544, 58.310826365464642 ], [ -5.147968168323626, 58.311340791742211 ], [ -5.147294839322858, 58.3112585131842 ] ] ], [ [ [ -5.159151732730781, 58.309595384201565 ], [ -5.159641234468872, 58.309053021864273 ], [ -5.158911724046543, 58.308819406727636 ], [ -5.159167884759051, 58.308341232229196 ], [ -5.160877526364465, 58.3075035656898 ], [ -5.161674082514275, 58.307627660879646 ], [ -5.16303703405061, 58.307306334070482 ], [ -5.163618863263365, 58.306460588638366 ], [ -5.164688294953135, 58.307058740384385 ], [ -5.165778097322007, 58.306834022631932 ], [ -5.166912309486707, 58.307201370258333 ], [ -5.167807789547024, 58.308621670967959 ], [ -5.166060869512408, 58.30913680535631 ], [ -5.163747031167092, 58.309041320040293 ], [ -5.16264050973606, 58.309270926662684 ], [ -5.159306556029962, 58.310373467175147 ], [ -5.158331492990318, 58.311503026239933 ], [ -5.157625938565445, 58.311538435152116 ], [ -5.157152107591296, 58.311204123760206 ], [ -5.156564359843193, 58.311124273342493 ], [ -5.157871294297904, 58.310651601144698 ], [ -5.156790823858217, 58.310121071306348 ], [ -5.15678319501704, 58.309748279975864 ], [ -5.159151732730781, 58.309595384201565 ] ] ], [ [ [ -5.150490037014366, 58.311853846147116 ], [ -5.151141567721662, 58.311595122855294 ], [ -5.15148648582115, 58.311824785308197 ], [ -5.150168625422617, 58.312463927025078 ], [ -5.149815987218781, 58.312243438764732 ], [ -5.150490037014366, 58.311853846147116 ] ] ], [ [ [ -5.183626863591106, 58.312681906584416 ], [ -5.183638461247459, 58.312241226922389 ], [ -5.18438307743078, 58.312734967467009 ], [ -5.183626863591106, 58.312681906584416 ] ] ], [ [ [ -5.147552384554245, 58.313386684340401 ], [ -5.148338950011039, 58.313205537403995 ], [ -5.14922131095368, 58.313525321278519 ], [ -5.147903784737899, 58.313881325769849 ], [ -5.147552384554245, 58.313386684340401 ] ] ], [ [ [ -5.151239316062599, 58.313844066473614 ], [ -5.152010428185207, 58.313681252703681 ], [ -5.152455887905039, 58.313984826576991 ], [ -5.151795539372191, 58.314144911578929 ], [ -5.151239316062599, 58.313844066473614 ] ] ], [ [ [ -5.166277908236075, 58.313854359349584 ], [ -5.165766977755482, 58.313583909834108 ], [ -5.165699394609259, 58.312255434419505 ], [ -5.167302837551071, 58.311757344666724 ], [ -5.167585266138126, 58.311287488539875 ], [ -5.168578378357418, 58.31131679540615 ], [ -5.168486941603133, 58.311058424596794 ], [ -5.169016057891807, 58.310959924188616 ], [ -5.169709886602815, 58.313463715076644 ], [ -5.168941404406235, 58.313941134585932 ], [ -5.168551343352537, 58.31368567392343 ], [ -5.167962357284406, 58.313974393314261 ], [ -5.167881043117178, 58.313733746209323 ], [ -5.166756063883631, 58.314044731517711 ], [ -5.166277908236075, 58.313854359349584 ] ] ], [ [ [ -5.186736167181582, 58.312788660665113 ], [ -5.187075477497338, 58.312479115749319 ], [ -5.188712437758975, 58.31264050453651 ], [ -5.188073819478148, 58.313703489957234 ], [ -5.187395191963628, 58.313374394403048 ], [ -5.187377993325063, 58.312804111957554 ], [ -5.186736167181582, 58.312788660665113 ] ] ], [ [ [ -5.169419627688582, 58.315371771549543 ], [ -5.169780070263067, 58.314342750527793 ], [ -5.168876272269552, 58.314167437171108 ], [ -5.169899218075135, 58.314052195141507 ], [ -5.169754320184374, 58.313673819596964 ], [ -5.171079036040814, 58.314544203785111 ], [ -5.170710388151408, 58.314813987675272 ], [ -5.171630047291469, 58.314975413564142 ], [ -5.171405849722997, 58.315237121068584 ], [ -5.172469974075251, 58.314914124061318 ], [ -5.173906914370729, 58.3151300993257 ], [ -5.173417318581881, 58.315955627355919 ], [ -5.172706790250728, 58.316031685759818 ], [ -5.169419627688582, 58.315371771549543 ] ] ], [ [ [ -5.146689528703372, 58.315111047289761 ], [ -5.147820094056168, 58.314476557085513 ], [ -5.147476136768065, 58.314929905303451 ], [ -5.148902051166298, 58.314831871039644 ], [ -5.149270412559982, 58.315132861522201 ], [ -5.146406538073125, 58.317018852991893 ], [ -5.145740732766512, 58.316734162663664 ], [ -5.146689528703372, 58.315111047289761 ] ] ], [ [ [ -5.181010980686002, 58.315784835274322 ], [ -5.18331023791946, 58.314478318666765 ], [ -5.185017550708646, 58.314471733610453 ], [ -5.184138744962467, 58.315239598676087 ], [ -5.184769933967928, 58.315515968217227 ], [ -5.183544768773977, 58.315946437425637 ], [ -5.183846779781407, 58.316455699458196 ], [ -5.183372483260676, 58.316404600490571 ], [ -5.181788455652921, 58.316358661540541 ], [ -5.181010980686002, 58.315784835274322 ] ] ], [ [ [ -5.170564691516097, 58.317095936331668 ], [ -5.169142100110339, 58.316659372937295 ], [ -5.171077904698175, 58.316723704084154 ], [ -5.170564691516097, 58.317095936331668 ] ] ], [ [ [ -5.140975905534801, 58.317893880593758 ], [ -5.140723702348859, 58.317554063189831 ], [ -5.141286918831756, 58.317549210137926 ], [ -5.140975905534801, 58.317893880593758 ] ] ], [ [ [ -5.163881674841479, 58.316470640260107 ], [ -5.163832474680138, 58.315824759175001 ], [ -5.165278620743615, 58.31538002272481 ], [ -5.165715300064612, 58.316061244531419 ], [ -5.166421833695856, 58.315940386741964 ], [ -5.166960488983855, 58.316520215871336 ], [ -5.166206429520385, 58.316682697520875 ], [ -5.166354609003287, 58.317002576563091 ], [ -5.165135780868578, 58.317697838847046 ], [ -5.164241846973478, 58.31734699156101 ], [ -5.165143997361544, 58.316834836379186 ], [ -5.164739193357948, 58.316701060272088 ], [ -5.163881674841479, 58.316470640260107 ] ] ], [ [ [ -5.139623417754336, 58.318147299906279 ], [ -5.140254021590929, 58.318131808918622 ], [ -5.139776934242885, 58.318529986787475 ], [ -5.139623417754336, 58.318147299906279 ] ] ], [ [ [ -5.143564166800964, 58.321649897948717 ], [ -5.143924172846386, 58.321375915702113 ], [ -5.144572608989947, 58.321656550042611 ], [ -5.144604334141047, 58.322109633563329 ], [ -5.143564166800964, 58.321649897948717 ] ] ], [ [ [ -5.142326876287732, 58.323298050922176 ], [ -5.142748717198968, 58.322469827472283 ], [ -5.144168108561742, 58.322583215304142 ], [ -5.144512782904946, 58.323001638729771 ], [ -5.144062930241964, 58.323610366111929 ], [ -5.142326876287732, 58.323298050922176 ] ] ], [ [ [ -5.138319394878374, 58.32434017384292 ], [ -5.138655718401845, 58.324183624904755 ], [ -5.138964998018958, 58.324396221731249 ], [ -5.138355135083714, 58.32455049981445 ], [ -5.138319394878374, 58.32434017384292 ] ] ], [ [ [ -5.142026958532127, 58.324729924913363 ], [ -5.141926518518044, 58.324368404185108 ], [ -5.142719332238513, 58.324735373778154 ], [ -5.142026958532127, 58.324729924913363 ] ] ], [ [ [ -5.176243189979258, 58.342205389523635 ], [ -5.177099729717755, 58.341941447917627 ], [ -5.176673510155313, 58.342334006321579 ], [ -5.176243189979258, 58.342205389523635 ] ] ], [ [ [ -5.167731136185426, 58.342681669804826 ], [ -5.168445111207193, 58.342542649939297 ], [ -5.168036735804343, 58.342849354761306 ], [ -5.167731136185426, 58.342681669804826 ] ] ], [ [ [ -5.18659181194197, 58.343902707877234 ], [ -5.186246753346589, 58.343677629972483 ], [ -5.186914659703233, 58.343843433167756 ], [ -5.18659181194197, 58.343902707877234 ] ] ], [ [ [ -5.185995051655724, 58.34427977563044 ], [ -5.185839733711862, 58.343997841357982 ], [ -5.18615415159594, 58.344091566897056 ], [ -5.185995051655724, 58.34427977563044 ] ] ], [ [ [ -5.1844380334908, 58.343902435983736 ], [ -5.185290107000728, 58.343589118960608 ], [ -5.185493698277654, 58.344141275080901 ], [ -5.185105381869898, 58.34438462391028 ], [ -5.184978857409815, 58.344023779901242 ], [ -5.1844380334908, 58.343902435983736 ] ] ], [ [ [ -5.181730919951987, 58.345825746420843 ], [ -5.182452268403082, 58.345578614669876 ], [ -5.182997453373576, 58.345938028290313 ], [ -5.182453121802959, 58.346252658115915 ], [ -5.181730919951987, 58.345825746420843 ] ] ], [ [ [ -5.178310221998691, 58.346508479732719 ], [ -5.179176243404345, 58.346158908644732 ], [ -5.178445669186512, 58.346798106213583 ], [ -5.178310221998691, 58.346508479732719 ] ] ], [ [ [ -5.183409187913147, 58.346808557461728 ], [ -5.183228981852338, 58.346610823837175 ], [ -5.183759699977719, 58.346714449941139 ], [ -5.183409187913147, 58.346808557461728 ] ] ], [ [ [ -5.180124547378862, 58.346971168996461 ], [ -5.180342531862886, 58.346448965635723 ], [ -5.180650296490746, 58.346544667769713 ], [ -5.180124547378862, 58.346971168996461 ] ] ], [ [ [ -5.178656908539652, 58.34794954866463 ], [ -5.179550102668293, 58.347578628896812 ], [ -5.179912145915325, 58.347916545099721 ], [ -5.179471237403286, 58.348488328743478 ], [ -5.178879840104885, 58.348242392766601 ], [ -5.178656908539652, 58.34794954866463 ] ] ], [ [ [ -5.177855461190222, 58.349074930278491 ], [ -5.178980758646731, 58.34894630266826 ], [ -5.178248952508344, 58.349268269523535 ], [ -5.177855461190222, 58.349074930278491 ] ] ], [ [ [ -5.178267692076783, 58.350047020840165 ], [ -5.178148409904431, 58.349861247486153 ], [ -5.178723215538999, 58.349922456819854 ], [ -5.178267692076783, 58.350047020840165 ] ] ], [ [ [ -5.18722909025202, 58.351539721012315 ], [ -5.187411994937138, 58.351198129778005 ], [ -5.187628020012587, 58.351318571236554 ], [ -5.18722909025202, 58.351539721012315 ] ] ], [ [ [ -5.160708091055129, 58.353161354182028 ], [ -5.16127103460489, 58.353032401772602 ], [ -5.161495150001412, 58.353186838475494 ], [ -5.160708091055129, 58.353161354182028 ] ] ], [ [ [ -5.183606278439995, 58.352982577740867 ], [ -5.185501910174408, 58.352009660888768 ], [ -5.186913041622458, 58.352680027089093 ], [ -5.185683829782853, 58.353932955812986 ], [ -5.18592901190281, 58.354281856158195 ], [ -5.185409001035646, 58.354488040490708 ], [ -5.185118661430147, 58.354302039374204 ], [ -5.184264447668038, 58.354309828213715 ], [ -5.183312296548068, 58.353610034538093 ], [ -5.183606278439995, 58.352982577740867 ] ] ], [ [ [ -5.16523698612819, 58.357109882923581 ], [ -5.165371261102213, 58.356890861169596 ], [ -5.165865149342558, 58.356964018392219 ], [ -5.16523698612819, 58.357109882923581 ] ] ], [ [ [ -5.183902768885568, 58.369745908784793 ], [ -5.184921199041042, 58.369563277244708 ], [ -5.184683700910627, 58.369964640256832 ], [ -5.182457197962837, 58.370788477498103 ], [ -5.182699268098183, 58.370247699048342 ], [ -5.183902768885568, 58.369745908784793 ] ] ], [ [ [ -5.167228018693827, 58.379605608011943 ], [ -5.167732759908016, 58.378842662344425 ], [ -5.168165599136858, 58.378899351768609 ], [ -5.167228018693827, 58.379605608011943 ] ] ], [ [ [ -5.164275973236553, 58.382177147668152 ], [ -5.164728810197281, 58.381788477240683 ], [ -5.165175136528737, 58.381804400270369 ], [ -5.164275973236553, 58.382177147668152 ] ] ], [ [ [ -5.16366994067053, 58.381715799004745 ], [ -5.164324058815225, 58.381663675497911 ], [ -5.164349686144023, 58.382045007237238 ], [ -5.163868210771887, 58.3822096987655 ], [ -5.163720064021071, 58.381988676089748 ], [ -5.16366994067053, 58.381715799004745 ] ] ], [ [ [ -5.151054707495263, 58.383586377432302 ], [ -5.152614585589528, 58.382658207279363 ], [ -5.152259932132695, 58.383381440516544 ], [ -5.152587808277268, 58.383220577972118 ], [ -5.152793649922088, 58.383417722629346 ], [ -5.151054707495263, 58.383586377432302 ] ] ], [ [ [ -5.150226981895579, 58.383898846036118 ], [ -5.151268148630545, 58.383868717323033 ], [ -5.150875567124591, 58.384359208436827 ], [ -5.150132133678694, 58.384274156569504 ], [ -5.150226981895579, 58.383898846036118 ] ] ], [ [ [ -5.056680866522401, 58.386135948522458 ], [ -5.056244597059989, 58.385643095476844 ], [ -5.054359120112937, 58.385211797505434 ], [ -5.05496574484415, 58.384806383726243 ], [ -5.053667506212053, 58.385030587997882 ], [ -5.053159489461964, 58.384597852600344 ], [ -5.053232471738513, 58.38425460568417 ], [ -5.054473636788904, 58.383865508179305 ], [ -5.054198874755466, 58.383359806954168 ], [ -5.055481526289131, 58.383252799483323 ], [ -5.055119047672358, 58.384205088587699 ], [ -5.056464208560026, 58.384029176860196 ], [ -5.055826186915728, 58.384862230575358 ], [ -5.056736304196173, 58.384800054113818 ], [ -5.056844605262297, 58.385161441051949 ], [ -5.058251134364596, 58.385199733397698 ], [ -5.0587786305296, 58.385658945067334 ], [ -5.059739993918766, 58.385595522638319 ], [ -5.05736167424601, 58.386685867697899 ], [ -5.056680866522401, 58.386135948522458 ] ] ], [ [ [ -5.14947072079788, 58.385108286439255 ], [ -5.15022777788707, 58.38505819654975 ], [ -5.150521263708247, 58.385374516673586 ], [ -5.14947072079788, 58.385108286439255 ] ] ], [ [ [ -5.14591952115889, 58.386449370189645 ], [ -5.145162511086592, 58.385924242864519 ], [ -5.146074839985118, 58.386175931549744 ], [ -5.14591952115889, 58.386449370189645 ] ] ], [ [ [ -5.159737286793297, 58.386432492576482 ], [ -5.160861487658926, 58.386373274380141 ], [ -5.160275260386246, 58.386706805362664 ], [ -5.159737286793297, 58.386432492576482 ] ] ], [ [ [ -5.14724839885372, 58.387917583702077 ], [ -5.147472960982407, 58.387557060633384 ], [ -5.148142273389588, 58.387769775195629 ], [ -5.14724839885372, 58.387917583702077 ] ] ], [ [ [ -5.145546703548384, 58.388026826011981 ], [ -5.146449126795828, 58.387878819372247 ], [ -5.146660016771198, 58.388228634483212 ], [ -5.146289806440011, 58.388107419990391 ], [ -5.145546703548384, 58.388026826011981 ] ] ], [ [ [ -5.045345421428625, 58.388437234388036 ], [ -5.047126665975253, 58.388354397054911 ], [ -5.046782222236843, 58.389023139123957 ], [ -5.047216919869402, 58.389201516539991 ], [ -5.045583049397593, 58.389604378225535 ], [ -5.044179088489892, 58.390788108784754 ], [ -5.043692665895679, 58.390903026978073 ], [ -5.042910213139803, 58.390562153674239 ], [ -5.043646507521712, 58.389574055836825 ], [ -5.045022333495975, 58.388957178255218 ], [ -5.045345421428625, 58.388437234388036 ] ] ], [ [ [ -5.15512756085703, 58.388469526310566 ], [ -5.154836934340539, 58.388090233694868 ], [ -5.15542464304577, 58.388250998310909 ], [ -5.15512756085703, 58.388469526310566 ] ] ], [ [ [ -5.164150203385034, 58.388696136129965 ], [ -5.163375603188181, 58.388360282413188 ], [ -5.164333014967068, 58.388444462168991 ], [ -5.164150203385034, 58.388696136129965 ] ] ], [ [ [ -5.196571168618997, 58.387998281228754 ], [ -5.197013564343091, 58.387497408880449 ], [ -5.19782544802743, 58.387957957591929 ], [ -5.197150911341732, 58.388352288226422 ], [ -5.196571168618997, 58.387998281228754 ] ] ], [ [ [ -5.069261099189921, 58.391770807627495 ], [ -5.069710223871667, 58.390834370744649 ], [ -5.069796485374982, 58.39103900395304 ], [ -5.071233469054695, 58.390932633892753 ], [ -5.070481884076155, 58.391638176113005 ], [ -5.069261099189921, 58.391770807627495 ] ] ], [ [ [ -5.161333273463204, 58.389538668313236 ], [ -5.156557150771625, 58.388762313148938 ], [ -5.158079581802882, 58.388275384014449 ], [ -5.160317557160485, 58.388134757706347 ], [ -5.163068924934048, 58.38847121785885 ], [ -5.164240430959034, 58.389129794939144 ], [ -5.162155505551464, 58.389068984657783 ], [ -5.16227303414769, 58.389425576948426 ], [ -5.161333273463204, 58.389538668313236 ] ] ], [ [ [ -5.151224700421888, 58.390282273249809 ], [ -5.150369999949959, 58.390006732269704 ], [ -5.149324642900763, 58.390279612596778 ], [ -5.148180449446234, 58.389732572711935 ], [ -5.148688130228166, 58.389284196685779 ], [ -5.149529064643595, 58.389214073965228 ], [ -5.15140040509978, 58.389949908067081 ], [ -5.151224700421888, 58.390282273249809 ] ] ], [ [ [ -5.182800463063775, 58.389779506414733 ], [ -5.181782543913437, 58.389404874792561 ], [ -5.180281168293922, 58.389837642196071 ], [ -5.179727990915198, 58.389491888470559 ], [ -5.178907708363015, 58.389125805157995 ], [ -5.179048466113709, 58.388313436069097 ], [ -5.17737173310334, 58.388319127048327 ], [ -5.176605127074214, 58.387407955376702 ], [ -5.17578957142778, 58.387378765738866 ], [ -5.175192042456923, 58.38777555964721 ], [ -5.174522237028166, 58.387464134334735 ], [ -5.173536583277921, 58.387636873654515 ], [ -5.172296190021447, 58.386022923992684 ], [ -5.171268929609295, 58.386398895229121 ], [ -5.170618116003069, 58.386298184633681 ], [ -5.170191382249095, 58.385643685974706 ], [ -5.17111593439964, 58.385077038293282 ], [ -5.169568301120275, 58.384994049434454 ], [ -5.169617840756277, 58.384592881303419 ], [ -5.168782059283898, 58.384528199282151 ], [ -5.168501150795016, 58.384067808222056 ], [ -5.168792646050269, 58.383597737283893 ], [ -5.167874365333527, 58.383090214556702 ], [ -5.167316146645174, 58.383162450852446 ], [ -5.166696783452858, 58.382553153049692 ], [ -5.166666393485208, 58.38202364664356 ], [ -5.168839676326285, 58.379642098764407 ], [ -5.168511359392714, 58.379510923756207 ], [ -5.169439558387793, 58.379272237212412 ], [ -5.169298968320527, 58.378754447712502 ], [ -5.170359369119177, 58.378368680305023 ], [ -5.170659729592499, 58.377426542838606 ], [ -5.170306303234426, 58.377206120327678 ], [ -5.169404173822437, 58.377448662116123 ], [ -5.169137336018178, 58.376763238136292 ], [ -5.171807411975492, 58.374108688230102 ], [ -5.172300270519452, 58.37426273704331 ], [ -5.17137674221792, 58.374932728990672 ], [ -5.170596832915724, 58.376345113420314 ], [ -5.171266468411817, 58.376562191819751 ], [ -5.172391138579612, 58.376511842905195 ], [ -5.174024255915361, 58.375932092717932 ], [ -5.176153895253994, 58.374881634787727 ], [ -5.176985716495829, 58.373858878676813 ], [ -5.177408452822131, 58.374374148564748 ], [ -5.177074343998031, 58.375034037794954 ], [ -5.178908920069462, 58.375743418229916 ], [ -5.181826197172451, 58.375936034751582 ], [ -5.18382191650604, 58.375679676395123 ], [ -5.186516119584476, 58.375769886837695 ], [ -5.187033159030788, 58.375622196107557 ], [ -5.187305828859314, 58.374662726752803 ], [ -5.189482988037968, 58.373480536381884 ], [ -5.190992446713623, 58.373240678094533 ], [ -5.192790602872102, 58.372220668658997 ], [ -5.193631440067988, 58.372154744391189 ], [ -5.194235291745457, 58.37240030831159 ], [ -5.196539131756399, 58.37243264304783 ], [ -5.195611571787606, 58.373619703105113 ], [ -5.196562881927809, 58.374395831019989 ], [ -5.198448667222679, 58.374155469273994 ], [ -5.2010196389396, 58.374396748525541 ], [ -5.201625181663911, 58.373810885698802 ], [ -5.201999893575851, 58.373886890251441 ], [ -5.20162194267692, 58.374246864244888 ], [ -5.203438592621699, 58.373999170696777 ], [ -5.203355775172548, 58.375160642556928 ], [ -5.203881224049164, 58.374540823677982 ], [ -5.204273424776541, 58.374620877602382 ], [ -5.203906085334485, 58.375286170692526 ], [ -5.204534757257247, 58.3746727516737 ], [ -5.205037901159042, 58.374655654798978 ], [ -5.205076552921287, 58.374987227374717 ], [ -5.205761388589864, 58.375086908565294 ], [ -5.205631791457809, 58.375449659372613 ], [ -5.206316622264475, 58.375454968129873 ], [ -5.206238692464502, 58.376104027799187 ], [ -5.206876872660374, 58.376537413580046 ], [ -5.208392468508075, 58.376458973166585 ], [ -5.209249721967597, 58.376761027482722 ], [ -5.209654260392899, 58.377258679675442 ], [ -5.207150600930983, 58.377573113655671 ], [ -5.208683849989787, 58.378064940679437 ], [ -5.208583118276043, 58.378368551379019 ], [ -5.209467216726799, 58.378871254059156 ], [ -5.208936203351782, 58.379523591039998 ], [ -5.209397501832938, 58.380927568606467 ], [ -5.208825233975676, 58.381220536504074 ], [ -5.209454882336677, 58.38118227601511 ], [ -5.208713240074771, 58.382059191568707 ], [ -5.208878016230125, 58.38264824096953 ], [ -5.206896516011222, 58.383911240490683 ], [ -5.206127764807071, 58.38383164047125 ], [ -5.206086239865098, 58.383468683664084 ], [ -5.205027678961566, 58.383589571048731 ], [ -5.205058506123776, 58.383081000562854 ], [ -5.202008834894579, 58.383229249948357 ], [ -5.201654778668708, 58.383759387993699 ], [ -5.202198725169118, 58.384096292458125 ], [ -5.201377139401196, 58.384283119326554 ], [ -5.200397008431968, 58.386779215484417 ], [ -5.199009406403171, 58.387330694722856 ], [ -5.199211866350401, 58.387676148132812 ], [ -5.200404331914608, 58.38761487536722 ], [ -5.200067693026841, 58.387865957848554 ], [ -5.198291773903373, 58.388193461700368 ], [ -5.19760518715557, 58.386565897564694 ], [ -5.197092875628448, 58.387144913186987 ], [ -5.194369252228574, 58.387496035442332 ], [ -5.193291662615909, 58.386368031222915 ], [ -5.192156960769896, 58.386405328445846 ], [ -5.192297108403234, 58.386914121543249 ], [ -5.191262147354528, 58.387960018775672 ], [ -5.190397446432137, 58.387671509361695 ], [ -5.189484026138626, 58.388548091836633 ], [ -5.188829102708534, 58.388308268499657 ], [ -5.18769619133154, 58.388839793422612 ], [ -5.185078561326178, 58.38894541169936 ], [ -5.182800463063775, 58.389779506414733 ] ] ], [ [ [ -5.150009894472421, 58.390766040486518 ], [ -5.150097154206834, 58.390305537468564 ], [ -5.151026178013212, 58.390646655686439 ], [ -5.150570808512784, 58.390914006146787 ], [ -5.150009894472421, 58.390766040486518 ] ] ], [ [ [ -5.14872475224414, 58.390941462439606 ], [ -5.147944906510543, 58.390641595307414 ], [ -5.149240038356127, 58.390865872571716 ], [ -5.149434031548808, 58.391121732225919 ], [ -5.14872475224414, 58.390941462439606 ] ] ], [ [ [ -5.159285078594077, 58.390748620019544 ], [ -5.160619996090439, 58.390365151620792 ], [ -5.161399734004162, 58.390853681157466 ], [ -5.160589223210386, 58.390977054747424 ], [ -5.159285078594077, 58.390748620019544 ] ] ], [ [ [ -5.067990234084342, 58.391918108354687 ], [ -5.068847161671642, 58.391439225516407 ], [ -5.068826495775913, 58.392185645747375 ], [ -5.071346258005236, 58.392228556770164 ], [ -5.071729220976561, 58.392498863938087 ], [ -5.070637483069187, 58.393229644815008 ], [ -5.068444996758378, 58.392423961804283 ], [ -5.067990234084342, 58.391918108354687 ] ] ], [ [ [ -5.158041879082274, 58.39091411354034 ], [ -5.158237698725416, 58.390711558861831 ], [ -5.158903010707105, 58.390973748328584 ], [ -5.158710805785393, 58.391216658105009 ], [ -5.158041879082274, 58.39091411354034 ] ] ], [ [ [ -5.151837301426623, 58.391583837063742 ], [ -5.151223795328566, 58.39123046231736 ], [ -5.152184463573038, 58.391350603014388 ], [ -5.151837301426623, 58.391583837063742 ] ] ], [ [ [ -5.152087888592048, 58.391802349836183 ], [ -5.151996343701279, 58.391543970831101 ], [ -5.152924868946141, 58.391687366164113 ], [ -5.152087888592048, 58.391802349836183 ] ] ], [ [ [ -5.155693155093971, 58.391349517771779 ], [ -5.1559163301167, 58.391069899659158 ], [ -5.156889614317227, 58.391522227325787 ], [ -5.156198103013408, 58.391732511105182 ], [ -5.155693155093971, 58.391349517771779 ] ] ], [ [ [ -5.160483393230748, 58.391802015168771 ], [ -5.159553691019316, 58.39116799149285 ], [ -5.160602752140012, 58.39160583857052 ], [ -5.160483393230748, 58.391802015168771 ] ] ], [ [ [ -5.154767388958366, 58.391907089801045 ], [ -5.155377085301729, 58.391451678156578 ], [ -5.156171615221355, 58.392106140621777 ], [ -5.154767388958366, 58.391907089801045 ] ] ], [ [ [ -5.072721552031249, 58.39210118332209 ], [ -5.077103586458585, 58.391124161795986 ], [ -5.079067425427559, 58.391759950868348 ], [ -5.077487655141913, 58.392584314732254 ], [ -5.077434839419309, 58.393156263992147 ], [ -5.076315252157061, 58.393762844023762 ], [ -5.07431974330188, 58.394237674994798 ], [ -5.073798609131005, 58.39395361785656 ], [ -5.072438326676924, 58.393959316239815 ], [ -5.071577014079942, 58.393404816922001 ], [ -5.071690830431963, 58.392746030577975 ], [ -5.072721552031249, 58.39210118332209 ] ] ], [ [ [ -5.156797742841646, 58.391834558150066 ], [ -5.15737213294917, 58.391635249179785 ], [ -5.15875800779427, 58.392508778712646 ], [ -5.156797742841646, 58.391834558150066 ] ] ], [ [ [ -5.160513272482613, 58.392135608523695 ], [ -5.160931853198561, 58.39184037071486 ], [ -5.161996342490455, 58.392258952314279 ], [ -5.16180575942523, 58.392519801662182 ], [ -5.160513272482613, 58.392135608523695 ] ] ], [ [ [ -5.154307168998788, 58.392790208334198 ], [ -5.153417825060083, 58.392511046614452 ], [ -5.154438433642444, 58.392535326735143 ], [ -5.154307168998788, 58.392790208334198 ] ] ], [ [ [ -5.155889910175566, 58.392688279531555 ], [ -5.155081661235356, 58.392263331538686 ], [ -5.156572163583387, 58.3920872749596 ], [ -5.15808393738874, 58.392818402093852 ], [ -5.156324856870261, 58.392479831553921 ], [ -5.156803291740895, 58.392948856778325 ], [ -5.155889910175566, 58.392688279531555 ] ] ], [ [ [ -5.08878764658495, 58.394675727667433 ], [ -5.088557363288041, 58.394195980256868 ], [ -5.090632109574715, 58.394725569057918 ], [ -5.090818632447579, 58.394900807625135 ], [ -5.090014246191113, 58.394902254789834 ], [ -5.08878764658495, 58.394675727667433 ] ] ], [ [ [ -5.156734335984745, 58.393804358814769 ], [ -5.155010659872303, 58.393096414079764 ], [ -5.156238810693211, 58.393335754668932 ], [ -5.156734335984745, 58.393804358814769 ] ] ], [ [ [ -5.05847972982466, 58.396526885897309 ], [ -5.05880035150035, 58.395980004502064 ], [ -5.059450265897533, 58.396072316247547 ], [ -5.05847972982466, 58.396526885897309 ] ] ], [ [ [ -5.063036451156345, 58.396368498867538 ], [ -5.062045961718195, 58.395902404594807 ], [ -5.063220757221512, 58.39592821795592 ], [ -5.064024914786024, 58.396416737813901 ], [ -5.063827868714143, 58.397104467979055 ], [ -5.063437278814284, 58.397041920131258 ], [ -5.061927388523018, 58.397001656749751 ], [ -5.061898979638416, 58.39667431030724 ], [ -5.063036451156345, 58.396368498867538 ] ] ], [ [ [ -5.089632272473118, 58.395720316390438 ], [ -5.090661376707578, 58.395255102732676 ], [ -5.09151682809384, 58.395445641508218 ], [ -5.091541497725874, 58.396020221824635 ], [ -5.090734448530061, 58.396480080769706 ], [ -5.090047144437413, 58.396352880763445 ], [ -5.089632272473118, 58.395720316390438 ] ] ], [ [ [ -5.092026202700716, 58.396570209511928 ], [ -5.092228092010796, 58.395846362088726 ], [ -5.09306902103036, 58.39587097968402 ], [ -5.093249812156445, 58.396468748736218 ], [ -5.092026202700716, 58.396570209511928 ] ] ], [ [ [ -5.064504132828908, 58.399667554847937 ], [ -5.064941993464757, 58.39928860399241 ], [ -5.066642599486639, 58.399256861850567 ], [ -5.064932125408197, 58.400061724171074 ], [ -5.064504132828908, 58.399667554847937 ] ] ], [ [ [ -5.09143469394183, 58.400075994641313 ], [ -5.090756543141457, 58.399858705150784 ], [ -5.090553685468748, 58.399301907983222 ], [ -5.088225735796797, 58.399403027335289 ], [ -5.087768729206416, 58.39897368357471 ], [ -5.08820769484077, 58.398805819673001 ], [ -5.087076495826105, 58.398594946972672 ], [ -5.085874758256813, 58.398947458915096 ], [ -5.0838812436734, 58.39827204004326 ], [ -5.086520884447698, 58.395570703113819 ], [ -5.087477058777706, 58.395543149160829 ], [ -5.088394139538599, 58.396046771114385 ], [ -5.088192656787632, 58.396873953270763 ], [ -5.088751349477483, 58.397291854493616 ], [ -5.089655241091704, 58.397350924156484 ], [ -5.088761355083111, 58.397601668526612 ], [ -5.089615282480716, 58.398165222832674 ], [ -5.089046143731143, 58.398605846680688 ], [ -5.090963975554185, 58.399197636675076 ], [ -5.093437568998676, 58.398805359387168 ], [ -5.0934951331859, 58.398192843269143 ], [ -5.096683057538152, 58.39882125147863 ], [ -5.096027143826029, 58.398369786124981 ], [ -5.096527149304751, 58.398312755885293 ], [ -5.096576782206319, 58.398585663111234 ], [ -5.098249229691032, 58.398136278582164 ], [ -5.099410023449156, 58.39868335500914 ], [ -5.098522329365156, 58.399199139102457 ], [ -5.098413207349772, 58.399808413087705 ], [ -5.097475827589008, 58.400051283879328 ], [ -5.096298051104624, 58.399603459107752 ], [ -5.09332461889525, 58.400250523374062 ], [ -5.092840556186315, 58.400001593049183 ], [ -5.091956452772355, 58.400364461698508 ], [ -5.09143469394183, 58.400075994641313 ] ] ], [ [ [ -5.112069924977819, 58.405089629350499 ], [ -5.111702173992181, 58.404608766489815 ], [ -5.112252290759205, 58.404051668217015 ], [ -5.112955787614101, 58.403971652903913 ], [ -5.113114236768877, 58.404214947866578 ], [ -5.113581210485996, 58.403880051793557 ], [ -5.113951874774945, 58.404005844100013 ], [ -5.114050074685858, 58.404439334843126 ], [ -5.113120204350953, 58.40476751564217 ], [ -5.11244658107671, 58.404604150953261 ], [ -5.112069924977819, 58.405089629350499 ] ] ], [ [ [ -5.107018788555108, 58.405769524873904 ], [ -5.101446693777438, 58.403837590123295 ], [ -5.101987759115113, 58.403078546388187 ], [ -5.104821625151091, 58.401720187108204 ], [ -5.10920503216471, 58.402211443826403 ], [ -5.10913405609897, 58.402765879769269 ], [ -5.111332048134313, 58.403130381713837 ], [ -5.111049361577593, 58.404098881777173 ], [ -5.110092667985048, 58.403928903092591 ], [ -5.109307449970702, 58.404150188877587 ], [ -5.108077471869875, 58.405056307234403 ], [ -5.10863874933665, 58.405402166506711 ], [ -5.107018788555108, 58.405769524873904 ] ] ], [ [ [ -5.075187785608645, 58.406848136016222 ], [ -5.075609830350096, 58.405404562291331 ], [ -5.073817818488182, 58.404980274417404 ], [ -5.073123501654522, 58.404282472859911 ], [ -5.074628620703396, 58.402889288225964 ], [ -5.076913729260069, 58.403373609229739 ], [ -5.0772701057297, 58.40382787704538 ], [ -5.079826942210346, 58.402422823241814 ], [ -5.080685033726841, 58.40234825366457 ], [ -5.08166278082822, 58.402859451826608 ], [ -5.083611205320667, 58.403212459055659 ], [ -5.08419487467775, 58.403719649859788 ], [ -5.08657015274596, 58.403666896292229 ], [ -5.087476052682618, 58.404040483913839 ], [ -5.081923020285793, 58.405445960192914 ], [ -5.081002517158852, 58.406276953450828 ], [ -5.077955189276325, 58.406871503344057 ], [ -5.076202908652923, 58.406805774506623 ], [ -5.075650432473315, 58.407048218159609 ], [ -5.075187785608645, 58.406848136016222 ] ] ], [ [ [ -5.111969847519243, 58.407060257965803 ], [ -5.113205861869045, 58.406998751930736 ], [ -5.114140358593943, 58.407304056742603 ], [ -5.112803657418894, 58.407776937304504 ], [ -5.112109491291717, 58.407672486292775 ], [ -5.111523144126178, 58.407237378648745 ], [ -5.111969847519243, 58.407060257965803 ] ] ], [ [ [ -5.125485885858656, 58.407414027092216 ], [ -5.126198145830866, 58.406852907774145 ], [ -5.126901894993082, 58.407451347550747 ], [ -5.125485885858656, 58.407414027092216 ] ] ], [ [ [ -5.118143948982144, 58.407557109184438 ], [ -5.119358829164891, 58.406772587107213 ], [ -5.120405651044063, 58.406895365412318 ], [ -5.119181999103266, 58.407967702514398 ], [ -5.118143948982144, 58.407557109184438 ] ] ], [ [ [ -5.058328686184961, 58.410482801871105 ], [ -5.06208438924449, 58.410249243505767 ], [ -5.062992252858157, 58.411040851541287 ], [ -5.059605996381221, 58.412276643843626 ], [ -5.058637306969709, 58.412362696739002 ], [ -5.057921843725562, 58.412307890036537 ], [ -5.057716712542431, 58.411818504926735 ], [ -5.058328686184961, 58.410482801871105 ] ] ], [ [ [ -5.123458977866655, 58.410532636284792 ], [ -5.124275640069522, 58.410279041961374 ], [ -5.124505524310758, 58.410844121650932 ], [ -5.123787813723599, 58.410861634867373 ], [ -5.123458977866655, 58.410532636284792 ] ] ], [ [ [ -5.134096461850744, 58.411719629580269 ], [ -5.134218423433186, 58.411550379418927 ], [ -5.134980964028846, 58.411940631324825 ], [ -5.134096461850744, 58.411719629580269 ] ] ], [ [ [ -5.126420854181006, 58.412069060277211 ], [ -5.125072221377798, 58.410475294497267 ], [ -5.125133023272738, 58.410001980158263 ], [ -5.126027552136444, 58.409854320496578 ], [ -5.126907584627847, 58.41002605587547 ], [ -5.126611784634799, 58.411421809726157 ], [ -5.127207896335626, 58.411384782837743 ], [ -5.127439605440824, 58.411680195950389 ], [ -5.126859608216833, 58.412188660770354 ], [ -5.126420854181006, 58.412069060277211 ] ] ], [ [ [ -5.133096511250314, 58.412319288804859 ], [ -5.133858416925636, 58.411738937369023 ], [ -5.134835138864428, 58.412034074670245 ], [ -5.133779716606782, 58.412491301069657 ], [ -5.133096511250314, 58.412319288804859 ] ] ], [ [ [ -5.136190131739665, 58.413308540606451 ], [ -5.136839628676987, 58.413005036621875 ], [ -5.137776809479961, 58.413143843540723 ], [ -5.136841084577354, 58.413791388344933 ], [ -5.136190131739665, 58.413308540606451 ] ] ], [ [ [ -5.113247997712968, 58.41523449190106 ], [ -5.113462778288759, 58.414757441875032 ], [ -5.114239540554595, 58.414922789105518 ], [ -5.113739041202371, 58.415267487532127 ], [ -5.113247997712968, 58.41523449190106 ] ] ], [ [ [ -5.117695455102467, 58.416429422644882 ], [ -5.117958461338254, 58.416014100550342 ], [ -5.118810594465834, 58.416159610965373 ], [ -5.117695455102467, 58.416429422644882 ] ] ], [ [ [ -5.11567765891663, 58.415885382037409 ], [ -5.116898513346181, 58.41564896336893 ], [ -5.117450709592541, 58.415986021293811 ], [ -5.116633424245376, 58.416428315588909 ], [ -5.116939215639492, 58.416690488296652 ], [ -5.118596602849159, 58.417032088900278 ], [ -5.118278752329183, 58.41740830543965 ], [ -5.117133173966054, 58.417624929564262 ], [ -5.115210284507275, 58.417186416683229 ], [ -5.115921316772108, 58.416607416116634 ], [ -5.11567765891663, 58.415885382037409 ] ] ], [ [ [ -5.111575869666953, 58.41744104889613 ], [ -5.113097032791817, 58.417404075130243 ], [ -5.112546003915406, 58.417758983746474 ], [ -5.111575869666953, 58.41744104889613 ] ] ], [ [ [ -5.101707803256129, 58.417514202100719 ], [ -5.101712250100393, 58.416494053409814 ], [ -5.103355809712241, 58.416777767497521 ], [ -5.10510686686937, 58.416434246601725 ], [ -5.106467898057522, 58.41662141971166 ], [ -5.105594876861547, 58.417307646656703 ], [ -5.104365452491752, 58.417350939370522 ], [ -5.102577546335846, 58.418054828043346 ], [ -5.101418561186758, 58.417925629545323 ], [ -5.101707803256129, 58.417514202100719 ] ] ], [ [ [ -5.104639662681841, 58.418130667270319 ], [ -5.104977917728042, 58.417789940785305 ], [ -5.105798229523719, 58.417963270748473 ], [ -5.105247620042022, 58.418129406195469 ], [ -5.104639662681841, 58.418130667270319 ] ] ], [ [ [ -5.102370997267263, 58.418140716800416 ], [ -5.104241775943496, 58.417794308274622 ], [ -5.104191317036923, 58.418096601177638 ], [ -5.102229546801127, 58.418674385377166 ], [ -5.102370997267263, 58.418140716800416 ] ] ], [ [ [ -5.115964397836551, 58.418354378063157 ], [ -5.116284580513598, 58.418004173938236 ], [ -5.117623916807935, 58.41833195856794 ], [ -5.116794642088652, 58.418832961701028 ], [ -5.116463987181427, 58.418580380777051 ], [ -5.115964397836551, 58.418354378063157 ] ] ], [ [ [ -5.105429890836528, 58.418448523605591 ], [ -5.106264163997413, 58.417808174135942 ], [ -5.10880943949809, 58.41782728856235 ], [ -5.109628260564602, 58.418274739286716 ], [ -5.10863493635325, 58.418276390064719 ], [ -5.108653279410317, 58.418581508545202 ], [ -5.107326602922683, 58.419076548272884 ], [ -5.106141036599436, 58.419132273596141 ], [ -5.105832786922012, 58.418744315448414 ], [ -5.105429890836528, 58.418448523605591 ] ] ], [ [ [ -5.092228536555464, 58.420457573022816 ], [ -5.093064041046974, 58.420316068881853 ], [ -5.092116212272577, 58.421129824624551 ], [ -5.091740328585926, 58.420945677615777 ], [ -5.092228536555464, 58.420457573022816 ] ] ], [ [ [ -5.109958741066924, 58.422603024435851 ], [ -5.110983755289545, 58.422182691712294 ], [ -5.111927979062068, 58.42249676883646 ], [ -5.111615227618678, 58.422738035201391 ], [ -5.109958741066924, 58.422603024435851 ] ] ], [ [ [ -5.114477688563016, 58.426923882972183 ], [ -5.114639986783243, 58.426627852437072 ], [ -5.115093775192481, 58.426819027071538 ], [ -5.11506263374665, 58.426563649717949 ], [ -5.115727002742918, 58.426520526557297 ], [ -5.115588500691484, 58.427085595378173 ], [ -5.114477688563016, 58.426923882972183 ] ] ], [ [ [ -5.116366429026579, 58.426873443324503 ], [ -5.11672315639674, 58.426451351437962 ], [ -5.11800135332176, 58.426568526762708 ], [ -5.117954969975483, 58.426915663155881 ], [ -5.11628367818217, 58.427100136714387 ], [ -5.116366429026579, 58.426873443324503 ] ] ], [ [ [ -5.115778747067178, 58.427880826825806 ], [ -5.11649641279898, 58.427858871368393 ], [ -5.115848973787159, 58.428481259911379 ], [ -5.115778747067178, 58.427880826825806 ] ] ], [ [ [ -5.116746878277119, 58.428850354510146 ], [ -5.117510991423444, 58.428288031641479 ], [ -5.117671967129486, 58.428558222519506 ], [ -5.116746878277119, 58.428850354510146 ] ] ], [ [ [ -5.129334073594412, 58.430129662097151 ], [ -5.130113729053085, 58.429647766864896 ], [ -5.130104445516396, 58.430025457919129 ], [ -5.129334073594412, 58.430129662097151 ] ] ], [ [ [ -5.123411713459525, 58.430296698085243 ], [ -5.124429030761943, 58.429885433935191 ], [ -5.124947330091133, 58.43022329038245 ], [ -5.124317097742447, 58.430845303371925 ], [ -5.123130568545271, 58.430991076031709 ], [ -5.123411713459525, 58.430296698085243 ] ] ], [ [ [ -5.119517759361016, 58.427731390095474 ], [ -5.120681727377955, 58.427622148017747 ], [ -5.120181512736592, 58.427971356040672 ], [ -5.120886239970849, 58.428093486507358 ], [ -5.120162803939254, 58.428147062345388 ], [ -5.120449621268372, 58.428580447435813 ], [ -5.12123190307881, 58.428610814472883 ], [ -5.121884326493303, 58.429206042946618 ], [ -5.119393029981885, 58.431064186139544 ], [ -5.118074447006204, 58.431267050836702 ], [ -5.11776141515844, 58.429665963611988 ], [ -5.118009471844998, 58.4288870259969 ], [ -5.119517759361016, 58.427731390095474 ] ] ], [ [ [ -5.118885365986358, 58.431620274989186 ], [ -5.119549639579749, 58.431478276515449 ], [ -5.119784016193639, 58.431706234890051 ], [ -5.118855504824785, 58.431863656451441 ], [ -5.118885365986358, 58.431620274989186 ] ] ], [ [ [ -5.112634950258771, 58.432635096508427 ], [ -5.114188584661864, 58.431891837143908 ], [ -5.112936498685483, 58.432847953649784 ], [ -5.112634950258771, 58.432635096508427 ] ] ], [ [ [ -5.115148727151447, 58.434029905194556 ], [ -5.115292637517801, 58.433428757537435 ], [ -5.116193705801924, 58.433541645931847 ], [ -5.115148727151447, 58.434029905194556 ] ] ], [ [ [ -5.11864456822503, 58.435481644699394 ], [ -5.118715595825337, 58.43521928673524 ], [ -5.119764455252472, 58.435355513857431 ], [ -5.11864456822503, 58.435481644699394 ] ] ], [ [ [ -5.141855270055724, 58.435269403261778 ], [ -5.142132725314887, 58.434633487277516 ], [ -5.143176598627099, 58.434616862118162 ], [ -5.143054409919764, 58.435168085107918 ], [ -5.141855270055724, 58.435269403261778 ] ] ], [ [ [ -5.139009088587517, 58.434772988661486 ], [ -5.140616368235664, 58.434540361835587 ], [ -5.140499802518113, 58.43486676197525 ], [ -5.139494914566244, 58.434936333244998 ], [ -5.140301888447298, 58.435145726413324 ], [ -5.140103171922648, 58.43541572288629 ], [ -5.137831177547683, 58.435785956448711 ], [ -5.139323916891841, 58.434940524474733 ], [ -5.139009088587517, 58.434772988661486 ] ] ], [ [ [ -5.117937619268063, 58.436981741487216 ], [ -5.118934915278471, 58.436535063787538 ], [ -5.119189572440849, 58.436991703163962 ], [ -5.118745707807179, 58.437204722907751 ], [ -5.117937619268063, 58.436981741487216 ] ] ], [ [ [ -5.107112182865513, 58.437532379732225 ], [ -5.107165256690588, 58.437162619347681 ], [ -5.107678450054329, 58.4372490282732 ], [ -5.107112182865513, 58.437532379732225 ] ] ], [ [ [ -5.135403310731144, 58.437004766631013 ], [ -5.135935934825405, 58.436731097361118 ], [ -5.136705594390862, 58.43696389515339 ], [ -5.135403310731144, 58.437004766631013 ] ] ], [ [ [ -5.114676123986616, 58.437600320354058 ], [ -5.11535819918069, 58.437561265365702 ], [ -5.11460426904863, 58.43785370842194 ], [ -5.114676123986616, 58.437600320354058 ] ] ], [ [ [ -5.099909613127381, 58.439135838697212 ], [ -5.099093044007825, 58.438912944737964 ], [ -5.100124314822823, 58.438946406907924 ], [ -5.099909613127381, 58.439135838697212 ] ] ], [ [ [ -5.136110949407495, 58.439755518063492 ], [ -5.136021148864189, 58.439420694502957 ], [ -5.136822381242089, 58.43946848066382 ], [ -5.136906223911457, 58.43925522689036 ], [ -5.138341899905818, 58.439498665770422 ], [ -5.136110949407495, 58.439755518063492 ] ] ], [ [ [ -5.112735354042116, 58.440559338668677 ], [ -5.112124699604529, 58.440340509518307 ], [ -5.11311207503258, 58.440361453552001 ], [ -5.112735354042116, 58.440559338668677 ] ] ], [ [ [ -5.11109932096123, 58.440374403812932 ], [ -5.112226258431024, 58.439938113404772 ], [ -5.111332912285548, 58.440593409416564 ], [ -5.11109932096123, 58.440374403812932 ] ] ], [ [ [ -5.134671344560155, 58.439660440018514 ], [ -5.135253784250697, 58.439560806719072 ], [ -5.135753863767491, 58.439979954026988 ], [ -5.135212131334809, 58.440536943019055 ], [ -5.134543307065957, 58.44043647662722 ], [ -5.134671344560155, 58.439660440018514 ] ] ], [ [ [ -5.130721209652817, 58.441208482232199 ], [ -5.131910838949797, 58.441094023676548 ], [ -5.132714416761345, 58.441649557787926 ], [ -5.132018727028665, 58.441536254146946 ], [ -5.131153425855863, 58.441539433156834 ], [ -5.130721209652817, 58.441208482232199 ] ] ], [ [ [ -5.121483488262646, 58.442377571396314 ], [ -5.12189816748306, 58.442124811891496 ], [ -5.121943674136484, 58.442734832324007 ], [ -5.121483488262646, 58.442377571396314 ] ] ], [ [ [ -4.746824852475173, 58.45146513092503 ], [ -4.749393472658578, 58.45132019021711 ], [ -4.747996523798378, 58.452859772066084 ], [ -4.745821994475862, 58.451904463131569 ], [ -4.746824852475173, 58.45146513092503 ] ] ], [ [ [ -4.749300246085846, 58.451443499025451 ], [ -4.749974787694151, 58.451190901275623 ], [ -4.75304934413902, 58.451268660822613 ], [ -4.750682643279097, 58.45290098975444 ], [ -4.750072886551483, 58.453983389999806 ], [ -4.748080190396575, 58.452943343321564 ], [ -4.749300246085846, 58.451443499025451 ] ] ], [ [ [ -5.08790882930768, 58.446718693874324 ], [ -5.088678606423663, 58.446309200605391 ], [ -5.089620331148495, 58.446394338156757 ], [ -5.08851738283213, 58.446816363036774 ], [ -5.08790882930768, 58.446718693874324 ] ] ], [ [ [ -5.079660976569122, 58.450219955026377 ], [ -5.081462736175986, 58.449650892694812 ], [ -5.083500350460124, 58.44995506076468 ], [ -5.082212605579157, 58.450383273076902 ], [ -5.081810264798421, 58.450977108609791 ], [ -5.079413409162783, 58.451407699342063 ], [ -5.078257570902125, 58.451129914954073 ], [ -5.079660976569122, 58.450219955026377 ] ] ], [ [ [ -5.087771065712981, 58.45130541463265 ], [ -5.088058960270597, 58.451069306198605 ], [ -5.088797285091089, 58.45137504326695 ], [ -5.08797676234198, 58.451695887824627 ], [ -5.087771065712981, 58.45130541463265 ] ] ], [ [ [ -5.084904928040005, 58.450880167434619 ], [ -5.085370249776279, 58.450418711763014 ], [ -5.087912162377116, 58.450470711308235 ], [ -5.087833601522116, 58.450845567590399 ], [ -5.084777420858207, 58.451772954928451 ], [ -5.084058281993157, 58.451588058361267 ], [ -5.084740005694931, 58.451248113568461 ], [ -5.085680098155524, 58.451117632005264 ], [ -5.084904928040005, 58.450880167434619 ] ] ], [ [ [ -5.084128727034039, 58.452098624142181 ], [ -5.085379766215484, 58.451798893214431 ], [ -5.086675114425593, 58.451906993196488 ], [ -5.086379136559235, 58.452246644055101 ], [ -5.087049725880473, 58.452464152379228 ], [ -5.085142539520902, 58.452613439720899 ], [ -5.084128727034039, 58.452098624142181 ] ] ], [ [ [ -5.083395346640333, 58.452534172344492 ], [ -5.083551034807596, 58.452256320929777 ], [ -5.084585792792338, 58.452716714512874 ], [ -5.083395346640333, 58.452534172344492 ] ] ], [ [ [ -4.447146697630125, 58.469195185910429 ], [ -4.447198477370786, 58.467473601117085 ], [ -4.445660035579977, 58.468284638145455 ], [ -4.446807674150642, 58.465922190660571 ], [ -4.449729323289159, 58.46503080535777 ], [ -4.449623405987067, 58.464740821640632 ], [ -4.452540592743884, 58.464649107807702 ], [ -4.454077312146183, 58.464309722347892 ], [ -4.453368227963051, 58.464345756371834 ], [ -4.454176338884902, 58.463885538053425 ], [ -4.454335724684388, 58.46334339481691 ], [ -4.453919012191458, 58.463391804036618 ], [ -4.454675296632287, 58.463049377489916 ], [ -4.455201377119367, 58.46370867575331 ], [ -4.456378108399106, 58.4637400431019 ], [ -4.456241511673966, 58.464362616406213 ], [ -4.453501490062492, 58.465888602096086 ], [ -4.453052805450044, 58.465847771394245 ], [ -4.453478779106124, 58.465439793724755 ], [ -4.449644929720335, 58.466528395214439 ], [ -4.448210431398658, 58.468339287850689 ], [ -4.448081651588267, 58.469199799141855 ], [ -4.446970502605576, 58.469620836112675 ], [ -4.447146697630125, 58.469195185910429 ] ] ], [ [ [ -5.077016265926003, 58.457720250969103 ], [ -5.077896707968506, 58.457101469782799 ], [ -5.078452337094228, 58.457474564132553 ], [ -5.077412651905661, 58.457841043728784 ], [ -5.077016265926003, 58.457720250969103 ] ] ], [ [ [ -4.449703273327131, 58.478575951754578 ], [ -4.447302671966341, 58.478096177364158 ], [ -4.446717133877864, 58.478309509682859 ], [ -4.445517009838071, 58.47807184323262 ], [ -4.445162447189229, 58.476672480155337 ], [ -4.446894011170161, 58.476783206578503 ], [ -4.449703273327131, 58.478575951754578 ] ] ], [ [ [ -5.081869408857323, 58.465557138380539 ], [ -5.079618020872454, 58.464721544043599 ], [ -5.077535092845083, 58.465418644153118 ], [ -5.075995143017868, 58.464970316448522 ], [ -5.075866580350096, 58.464676831154435 ], [ -5.077015954066037, 58.463993188984766 ], [ -5.076807028892108, 58.463369114904957 ], [ -5.077479776943992, 58.463119299230485 ], [ -5.078171879274296, 58.463286910897033 ], [ -5.078461749861082, 58.462875532632957 ], [ -5.080938915950456, 58.462177924305777 ], [ -5.08476885748869, 58.462436283980111 ], [ -5.084568983770871, 58.463775669456879 ], [ -5.085197416054588, 58.463607762503166 ], [ -5.085145535277273, 58.464287532581139 ], [ -5.082139042290054, 58.465717812748231 ], [ -5.081869408857323, 58.465557138380539 ] ] ], [ [ [ -5.085856389583691, 58.466526163895857 ], [ -5.087431745409123, 58.466398352349053 ], [ -5.086003527400059, 58.467030388500987 ], [ -5.085402608453839, 58.466730310439551 ], [ -5.085856389583691, 58.466526163895857 ] ] ], [ [ [ -5.086597279616806, 58.467150895751651 ], [ -5.088024110754309, 58.466307690805564 ], [ -5.08829698492328, 58.466485350003701 ], [ -5.087497751524724, 58.467052816193991 ], [ -5.086597279616806, 58.467150895751651 ] ] ], [ [ [ -5.0878772566682, 58.466881906364662 ], [ -5.089117263922924, 58.466353242932925 ], [ -5.089323566359224, 58.466847051298224 ], [ -5.087812239083146, 58.467215993399087 ], [ -5.0878772566682, 58.466881906364662 ] ] ], [ [ [ -4.449319582258577, 58.479594074713425 ], [ -4.447434171401379, 58.478506969656067 ], [ -4.450023687930067, 58.478866329773233 ], [ -4.451339974169105, 58.479416203477349 ], [ -4.453224059496942, 58.481711739527725 ], [ -4.452898065054118, 58.482203156775654 ], [ -4.451958129234236, 58.481762905231761 ], [ -4.451031533553152, 58.481636861285246 ], [ -4.449319582258577, 58.479594074713425 ] ] ], [ [ [ -5.087911970487879, 58.473042583972756 ], [ -5.089410261030716, 58.472327059076783 ], [ -5.089680881799508, 58.473259681936547 ], [ -5.088875698473594, 58.473467816174868 ], [ -5.087911970487879, 58.473042583972756 ] ] ], [ [ [ -5.087972163022509, 58.473923660757627 ], [ -5.088697537735374, 58.473881019725077 ], [ -5.089117878603164, 58.474369670752338 ], [ -5.087972163022509, 58.473923660757627 ] ] ], [ [ [ -5.103137476590976, 58.475280233417678 ], [ -5.104259330506747, 58.475064340144634 ], [ -5.103657048837684, 58.475627137641546 ], [ -5.103137476590976, 58.475280233417678 ] ] ], [ [ [ -5.139869742118004, 58.475086694494657 ], [ -5.138913757782648, 58.474467522133942 ], [ -5.13953561640218, 58.474034385314589 ], [ -5.140083450714133, 58.474501782457303 ], [ -5.140704288855429, 58.474441635185592 ], [ -5.140404250659506, 58.474732084755608 ], [ -5.141123249962987, 58.47548287566466 ], [ -5.140030407880061, 58.475541107657399 ], [ -5.139869742118004, 58.475086694494657 ] ] ], [ [ [ -5.098329487282493, 58.477180475035539 ], [ -5.098655451136365, 58.476206485355405 ], [ -5.099810679394417, 58.475881980180588 ], [ -5.100066809726256, 58.475381496501051 ], [ -5.10117209988434, 58.475269382674057 ], [ -5.100959165409787, 58.475481237153254 ], [ -5.101495562090216, 58.475630026954306 ], [ -5.102640348846411, 58.475382138476562 ], [ -5.102449742679591, 58.476236031958074 ], [ -5.101055923438978, 58.477065116537595 ], [ -5.100626062015457, 58.477151905327069 ], [ -5.100228317686621, 58.47682451021781 ], [ -5.098685599016373, 58.477814442711441 ], [ -5.098329487282493, 58.477180475035539 ] ] ], [ [ [ -4.710982870588809, 58.476655944257899 ], [ -4.712711530321299, 58.476493581033758 ], [ -4.712805871044484, 58.478050600220271 ], [ -4.7133496160088, 58.478650120490393 ], [ -4.711792598649106, 58.479927577083672 ], [ -4.71157604658493, 58.482236981467622 ], [ -4.710186958627444, 58.484917119973488 ], [ -4.708179643877473, 58.485588525423495 ], [ -4.705807065221804, 58.485750931572888 ], [ -4.705141226315788, 58.48679832860099 ], [ -4.703248238046768, 58.486950568154164 ], [ -4.702397941932222, 58.486492251358115 ], [ -4.704796782566539, 58.485331948919288 ], [ -4.705939367701888, 58.48401390983129 ], [ -4.705911253059912, 58.482756512246311 ], [ -4.705102003478358, 58.482050242508478 ], [ -4.708738254129003, 58.479920254125872 ], [ -4.709754557896551, 58.478748614386959 ], [ -4.709888061581165, 58.477586641607147 ], [ -4.710982870588809, 58.476655944257899 ] ] ], [ [ [ -5.133547354477439, 58.477299485468016 ], [ -5.132869280141512, 58.476525185829132 ], [ -5.133922798193391, 58.473425805733051 ], [ -5.134398583737785, 58.473566954192997 ], [ -5.134061852875269, 58.473157282843246 ], [ -5.134893897869679, 58.47257972748811 ], [ -5.136478284215706, 58.472455586974228 ], [ -5.13698814099204, 58.472690257899167 ], [ -5.137021323634621, 58.473543232220301 ], [ -5.137666789539836, 58.473855466680561 ], [ -5.137468722545383, 58.474808467576352 ], [ -5.139723180544559, 58.476231663382791 ], [ -5.137653917912657, 58.475922843923833 ], [ -5.136994016304701, 58.475449192166131 ], [ -5.136707038329396, 58.476656009429512 ], [ -5.135789514808302, 58.476660484517581 ], [ -5.135560366435278, 58.477169374310115 ], [ -5.135080530139255, 58.476983392407554 ], [ -5.133547354477439, 58.477299485468016 ] ] ], [ [ [ -5.096952369612912, 58.478395552986406 ], [ -5.097937801198169, 58.477603347075316 ], [ -5.098078972631963, 58.478134665893855 ], [ -5.097328508792708, 58.478575193452556 ], [ -5.096952369612912, 58.478395552986406 ] ] ], [ [ [ -5.125314484476222, 58.479261968364199 ], [ -5.124822697467385, 58.478554983819521 ], [ -5.125518732329563, 58.479050283419085 ], [ -5.125314484476222, 58.479261968364199 ] ] ], [ [ [ -5.118352793335442, 58.479121454597937 ], [ -5.116498125928143, 58.477845449138002 ], [ -5.116666077430462, 58.477126887854979 ], [ -5.117471968428337, 58.47692754775062 ], [ -5.11784339661974, 58.477246544721297 ], [ -5.11858683628336, 58.476536448979765 ], [ -5.120139243630176, 58.47604931235356 ], [ -5.122036760148884, 58.476744550225845 ], [ -5.121583099890429, 58.475982702959776 ], [ -5.122519325493774, 58.475802624033115 ], [ -5.122727747232026, 58.476314308716738 ], [ -5.122960461120772, 58.475940165231499 ], [ -5.124044194365646, 58.475972173211851 ], [ -5.125608725508561, 58.475004757876377 ], [ -5.12599264296003, 58.475502272447727 ], [ -5.126612019723377, 58.474363767711196 ], [ -5.128815164879299, 58.474058365550846 ], [ -5.128891715423718, 58.474726042770861 ], [ -5.130211873366353, 58.473655788338213 ], [ -5.131231411443033, 58.47354550704199 ], [ -5.132202854918265, 58.472991526090937 ], [ -5.133363021708859, 58.473304683292298 ], [ -5.133615867038525, 58.474120831787559 ], [ -5.132760482641172, 58.474725909933838 ], [ -5.132011978287258, 58.476146205865376 ], [ -5.130838462353982, 58.477033152359418 ], [ -5.130269598048195, 58.476521294675258 ], [ -5.130023109242232, 58.477318187060845 ], [ -5.12953317978664, 58.477307681519228 ], [ -5.129676203813402, 58.47775804279047 ], [ -5.128695631377444, 58.478307730901058 ], [ -5.127862999994679, 58.477820274885779 ], [ -5.127143622421542, 58.47860623083411 ], [ -5.126640876991736, 58.478065782980536 ], [ -5.126653067055072, 58.478492376716275 ], [ -5.124689283260067, 58.478019005668351 ], [ -5.124263665476387, 58.478442789943145 ], [ -5.123606291282039, 58.478382419546016 ], [ -5.123660057849192, 58.478987743224771 ], [ -5.123093258198524, 58.478884720647805 ], [ -5.123058622561712, 58.479653967150639 ], [ -5.122192973332737, 58.479953656147799 ], [ -5.118352793335442, 58.479121454597937 ] ] ], [ [ [ -4.445440087852736, 58.493374445917553 ], [ -4.445116018676846, 58.49303291215157 ], [ -4.449223082966285, 58.493113584495184 ], [ -4.449401574480716, 58.493581878896336 ], [ -4.448017209114995, 58.493293839228528 ], [ -4.44743812018357, 58.493480093948335 ], [ -4.450051364108948, 58.494779723509907 ], [ -4.449338723656146, 58.494773567034436 ], [ -4.446646807854704, 58.493576053783514 ], [ -4.445440087852736, 58.493374445917553 ] ] ], [ [ [ -5.117439637318351, 58.480046873205005 ], [ -5.11782827575744, 58.479979004862805 ], [ -5.117451135670765, 58.480370130717972 ], [ -5.117439637318351, 58.480046873205005 ] ] ], [ [ [ -5.117949057206623, 58.48047036010874 ], [ -5.118024357313693, 58.480158472073462 ], [ -5.118367732240831, 58.480644412554149 ], [ -5.117949057206623, 58.48047036010874 ] ] ], [ [ [ -5.116477570147709, 58.481447095749473 ], [ -5.117099846571652, 58.481401409852467 ], [ -5.116450213569992, 58.481893522830028 ], [ -5.116477570147709, 58.481447095749473 ] ] ], [ [ [ -5.138010099079211, 58.482029930516632 ], [ -5.138304772178254, 58.481582342991089 ], [ -5.139329315407246, 58.481525801292307 ], [ -5.139485356462314, 58.481832039170534 ], [ -5.139801535515826, 58.481433350939014 ], [ -5.14046274758677, 58.481439622101661 ], [ -5.139791006518989, 58.481891957474645 ], [ -5.138825021764799, 58.481931790618759 ], [ -5.13831301878423, 58.481770872776352 ], [ -5.138010099079211, 58.482029930516632 ] ] ], [ [ [ -5.13799682968199, 58.482650373564816 ], [ -5.138471210110445, 58.482005161338627 ], [ -5.138964653527814, 58.482150356060785 ], [ -5.13799682968199, 58.482650373564816 ] ] ], [ [ [ -5.126678348692863, 58.487267737451226 ], [ -5.126827034656823, 58.486720387258735 ], [ -5.127676536939791, 58.48681649879007 ], [ -5.127414368078571, 58.487438515883163 ], [ -5.126678348692863, 58.487267737451226 ] ] ], [ [ [ -5.129073361606933, 58.4864094460495 ], [ -5.130388522450314, 58.486049307571314 ], [ -5.130034435414914, 58.486794902262723 ], [ -5.128723849247818, 58.487303213420368 ], [ -5.128633534281509, 58.487831167412196 ], [ -5.127837191639111, 58.487850598184728 ], [ -5.129073361606933, 58.4864094460495 ] ] ], [ [ [ -4.415761325107384, 58.504628645378226 ], [ -4.41967180345101, 58.504204547573586 ], [ -4.419115853354536, 58.504731652842047 ], [ -4.418170526251194, 58.504839321648859 ], [ -4.415761325107384, 58.504628645378226 ] ] ], [ [ [ -4.401688908786881, 58.507826346081764 ], [ -4.402942872349462, 58.506832523639808 ], [ -4.401769838283521, 58.508759235219777 ], [ -4.401688908786881, 58.507826346081764 ] ] ], [ [ [ -5.125678313474054, 58.493875220487645 ], [ -5.126210832184183, 58.493300540230692 ], [ -5.126494669101941, 58.493500324248764 ], [ -5.125678313474054, 58.493875220487645 ] ] ], [ [ [ -5.12495815686348, 58.494463458547131 ], [ -5.125249568393932, 58.494227183516323 ], [ -5.125339570219842, 58.494409226558339 ], [ -5.12495815686348, 58.494463458547131 ] ] ], [ [ [ -3.087944998093325, 58.547191163204978 ], [ -3.08820958377825, 58.547024555627708 ], [ -3.088627457036036, 58.547534770602198 ], [ -3.088362655435084, 58.547749882304402 ], [ -3.087944998093325, 58.547191163204978 ] ] ], [ [ [ -4.22283194320458, 58.533320251591192 ], [ -4.223207711092383, 58.533150233476491 ], [ -4.22372667735127, 58.533912081351787 ], [ -4.22283194320458, 58.533320251591192 ] ] ], [ [ [ -4.62164007496721, 58.529878605929632 ], [ -4.624569973714162, 58.528394547354502 ], [ -4.626095581538608, 58.52834986022237 ], [ -4.629056537910007, 58.527628813667583 ], [ -4.629173205588546, 58.528039749413075 ], [ -4.627783130279757, 58.528288361088713 ], [ -4.628599751545426, 58.528181783918654 ], [ -4.627729108808547, 58.528599461439505 ], [ -4.626441397464258, 58.528953786183948 ], [ -4.626098896516322, 58.528623845084049 ], [ -4.625355420723867, 58.528674997802284 ], [ -4.62316955759773, 58.529425043104872 ], [ -4.623486366020328, 58.52952639117472 ], [ -4.62164007496721, 58.529878605929632 ] ] ], [ [ [ -4.421316487682714, 58.534923654171571 ], [ -4.421302923317388, 58.534353382676812 ], [ -4.421702387626237, 58.534664803173264 ], [ -4.421316487682714, 58.534923654171571 ] ] ], [ [ [ -4.423546957806219, 58.535874369284258 ], [ -4.424202508891313, 58.535788316229848 ], [ -4.424172850864251, 58.536354013318835 ], [ -4.423368490500819, 58.536524636136484 ], [ -4.422986642961788, 58.536468951498897 ], [ -4.423546957806219, 58.535874369284258 ] ] ], [ [ [ -4.220420618384621, 58.540446843467443 ], [ -4.220530240379321, 58.539735203988606 ], [ -4.221714064777324, 58.540114515590716 ], [ -4.222020218163603, 58.54060783473718 ], [ -4.220420618384621, 58.540446843467443 ] ] ], [ [ [ -4.403362402730927, 58.53768691508288 ], [ -4.402041253178114, 58.53696142711398 ], [ -4.401386568253538, 58.53567989054276 ], [ -4.401815798251789, 58.535173213444814 ], [ -4.400557048505228, 58.535232698123863 ], [ -4.39953539567177, 58.5342365383257 ], [ -4.399076112281339, 58.534680876987792 ], [ -4.397952788267826, 58.533453005436066 ], [ -4.397276865869856, 58.534121507468996 ], [ -4.396362546330054, 58.534192487587475 ], [ -4.398100753670537, 58.532098056550701 ], [ -4.397456417630215, 58.531845046934102 ], [ -4.397894832905176, 58.529837780174084 ], [ -4.398531487197051, 58.53048176175799 ], [ -4.399901292835264, 58.530541510944659 ], [ -4.400409550182705, 58.53031188345502 ], [ -4.401126228004868, 58.53099478700824 ], [ -4.402357913746638, 58.5312951866715 ], [ -4.403963965566842, 58.531292070898026 ], [ -4.406934189336456, 58.531892286124197 ], [ -4.408001755421916, 58.534307101409013 ], [ -4.406287482301537, 58.534613280245203 ], [ -4.407000160137653, 58.535610690322237 ], [ -4.406821489012106, 58.536638289175876 ], [ -4.40605799916942, 58.537155741459614 ], [ -4.404948320377571, 58.536758750414897 ], [ -4.404748066826651, 58.537472287756245 ], [ -4.403974244161279, 58.537086965532104 ], [ -4.404046337369257, 58.537512385235416 ], [ -4.40374936496609, 58.537315792351549 ], [ -4.403362402730927, 58.53768691508288 ] ] ], [ [ [ -4.21758820278842, 58.540408652718732 ], [ -4.217670627381371, 58.539836739437703 ], [ -4.218752660719325, 58.540291505835953 ], [ -4.218987917893793, 58.541158896697873 ], [ -4.21758820278842, 58.540408652718732 ] ] ], [ [ [ -4.211280320894998, 58.541852484723954 ], [ -4.211696449905467, 58.541693486229114 ], [ -4.211781829763749, 58.541984896062765 ], [ -4.211280320894998, 58.541852484723954 ] ] ], [ [ [ -5.112467151584828, 58.522824983637427 ], [ -5.11316276910075, 58.52224191865853 ], [ -5.113609010323763, 58.522527662654866 ], [ -5.11334961523312, 58.522799077074453 ], [ -5.114217102482592, 58.522894853661327 ], [ -5.114038035349012, 58.523200267844778 ], [ -5.1130458983294, 58.523345672450837 ], [ -5.112467151584828, 58.522824983637427 ] ] ], [ [ [ -4.798563103882078, 58.530181437567329 ], [ -4.79753473130439, 58.530105015074206 ], [ -4.796704677722717, 58.530469064999117 ], [ -4.798540194287291, 58.529463063883092 ], [ -4.800490566278835, 58.527636809269175 ], [ -4.801315532218493, 58.527425605124009 ], [ -4.801700738372589, 58.527731702843369 ], [ -4.802847310085303, 58.527783044614715 ], [ -4.8047215171312, 58.527050176489411 ], [ -4.803143699897952, 58.528805459866625 ], [ -4.802969167353549, 58.529847147439128 ], [ -4.80222744030884, 58.530240755430412 ], [ -4.800443743907949, 58.530711016949425 ], [ -4.798563103882078, 58.530181437567329 ] ] ], [ [ [ -4.315335565329248, 58.5416604311161 ], [ -4.3160509251744, 58.541616082726783 ], [ -4.316299755769224, 58.542027569636623 ], [ -4.315335565329248, 58.5416604311161 ] ] ], [ [ [ -5.107051313172993, 58.525009808785164 ], [ -5.107969551202648, 58.52490219019365 ], [ -5.107960038494788, 58.525279877219262 ], [ -5.107302924024247, 58.52542610669402 ], [ -5.107051313172993, 58.525009808785164 ] ] ], [ [ [ -4.165302420316532, 58.545297166912178 ], [ -4.164883218542442, 58.544881092074405 ], [ -4.16573868141178, 58.545098451286336 ], [ -4.165302420316532, 58.545297166912178 ] ] ], [ [ [ -4.388576151232598, 58.541462385786616 ], [ -4.387345959397313, 58.540429580911152 ], [ -4.387257688991159, 58.539384519441818 ], [ -4.387867868304374, 58.538124314782351 ], [ -4.388951198227749, 58.53788403673677 ], [ -4.387748455390458, 58.537758168233339 ], [ -4.387705351639914, 58.537377125377077 ], [ -4.388106273139382, 58.536981533676112 ], [ -4.389232633122159, 58.537348708599666 ], [ -4.389736809369795, 58.536930525212 ], [ -4.388850063768558, 58.536650538691759 ], [ -4.388133274083829, 58.536848059568669 ], [ -4.388068462020863, 58.536274252113863 ], [ -4.388649612934732, 58.535598580265514 ], [ -4.389571565931832, 58.535891389372146 ], [ -4.390020915831182, 58.533785122363625 ], [ -4.391649239013635, 58.533224702476119 ], [ -4.393060140670157, 58.533759943827732 ], [ -4.393998382733749, 58.533410018350764 ], [ -4.393995286465135, 58.533742506375368 ], [ -4.39574452242746, 58.534199531517743 ], [ -4.396558326506787, 58.53479529355586 ], [ -4.3967253089305, 58.535479498420408 ], [ -4.396052373833112, 58.536570213759184 ], [ -4.395203237577268, 58.536967906098468 ], [ -4.392769851388319, 58.537062702239659 ], [ -4.394213421377297, 58.537444585546211 ], [ -4.394158845974184, 58.537778033535972 ], [ -4.393082606917393, 58.537995762324947 ], [ -4.392775742090654, 58.538913418662119 ], [ -4.391704637230468, 58.539333192905872 ], [ -4.391674880560958, 58.539526915939376 ], [ -4.392265746116013, 58.5393721530778 ], [ -4.393141559452833, 58.539616382444578 ], [ -4.392964621455545, 58.540549585979548 ], [ -4.391662391445075, 58.540982651767976 ], [ -4.390700414389258, 58.540861308558462 ], [ -4.39016800635616, 58.541244082291882 ], [ -4.38952569530983, 58.541022440194432 ], [ -4.389292392656595, 58.541381673353527 ], [ -4.388576151232598, 58.541462385786616 ] ] ], [ [ [ -4.19145669879448, 58.545773403920535 ], [ -4.191126679733056, 58.545442135772547 ], [ -4.191470399211478, 58.545580013900945 ], [ -4.19145669879448, 58.545773403920535 ] ] ], [ [ [ -4.175259780253165, 58.545914060880811 ], [ -4.175292962405939, 58.545756279354805 ], [ -4.175622557772878, 58.546083101830789 ], [ -4.175259780253165, 58.545914060880811 ] ] ], [ [ [ -4.183028739494231, 58.54634820167739 ], [ -4.182790770504971, 58.546114171710705 ], [ -4.183349055215336, 58.546248423563291 ], [ -4.183028739494231, 58.54634820167739 ] ] ], [ [ [ -4.164876889363372, 58.546143441894372 ], [ -4.165346002443609, 58.545502164131683 ], [ -4.166017151380738, 58.546798007264798 ], [ -4.164876889363372, 58.546143441894372 ] ] ], [ [ [ -4.184155786469493, 58.546508714940146 ], [ -4.184736683440194, 58.546453912455668 ], [ -4.184331929521429, 58.546577590481931 ], [ -4.184155786469493, 58.546508714940146 ] ] ], [ [ [ -4.184492734233581, 58.546952182342906 ], [ -4.184946759166102, 58.546791729494139 ], [ -4.184838321236008, 58.546982238440265 ], [ -4.184492734233581, 58.546952182342906 ] ] ], [ [ [ -4.163627480528995, 58.547480646992902 ], [ -4.163847627448901, 58.547288274768036 ], [ -4.163734356825439, 58.547680984535226 ], [ -4.163627480528995, 58.547480646992902 ] ] ], [ [ [ -4.16118487735527, 58.547723919831846 ], [ -4.161378212423388, 58.547235533745386 ], [ -4.161682246040133, 58.547288811251398 ], [ -4.16118487735527, 58.547723919831846 ] ] ], [ [ [ -4.19281246591732, 58.546981066897956 ], [ -4.193358909953423, 58.546787561517654 ], [ -4.193284233575702, 58.547242529723739 ], [ -4.19281246591732, 58.546981066897956 ] ] ], [ [ [ -4.185051641819719, 58.546682136850663 ], [ -4.185606068955957, 58.546340293153179 ], [ -4.186615615382053, 58.547234980452352 ], [ -4.186060263126165, 58.547424116312605 ], [ -4.185051641819719, 58.546682136850663 ] ] ], [ [ [ -4.158437321754855, 58.548178902329767 ], [ -4.158642870393253, 58.54774871097905 ], [ -4.158963495532242, 58.547931982811036 ], [ -4.158437321754855, 58.548178902329767 ] ] ], [ [ [ -4.185436952174992, 58.547901894044983 ], [ -4.185642887908764, 58.54775913703692 ], [ -4.185863078336154, 58.547845228787217 ], [ -4.185436952174992, 58.547901894044983 ] ] ], [ [ [ -4.195780319836091, 58.547994954863086 ], [ -4.196133264208795, 58.547867634620829 ], [ -4.195868649103515, 58.548307884987004 ], [ -4.195780319836091, 58.547994954863086 ] ] ], [ [ [ -5.104551101102941, 58.529181908932749 ], [ -5.105410479852602, 58.528990357742856 ], [ -5.105187647393039, 58.529287829955109 ], [ -5.105793319829406, 58.529336079413859 ], [ -5.104861293197049, 58.529677677352289 ], [ -5.104551101102941, 58.529181908932749 ] ] ], [ [ [ -4.161079280876168, 58.548520774280831 ], [ -4.162480237541144, 58.547827886238842 ], [ -4.162975287603797, 58.548749384749598 ], [ -4.161369411992586, 58.549185193381852 ], [ -4.161379424632782, 58.548789732235164 ], [ -4.161079280876168, 58.548520774280831 ] ] ], [ [ [ -4.412489602799158, 58.545359307225148 ], [ -4.412419493151599, 58.544839515270219 ], [ -4.412747400605156, 58.54473452225087 ], [ -4.412990892344937, 58.545026439403856 ], [ -4.413001349375055, 58.544428763899589 ], [ -4.413472364194523, 58.544280648246357 ], [ -4.413816988921929, 58.544543708731368 ], [ -4.413470614348753, 58.545129730334878 ], [ -4.412489602799158, 58.545359307225148 ] ] ], [ [ [ -4.164053003771849, 58.549782346422589 ], [ -4.164253285280674, 58.547456624769907 ], [ -4.165333764641989, 58.546724185969609 ], [ -4.165821386350669, 58.546967512284233 ], [ -4.16597951970475, 58.548137248721268 ], [ -4.165636433353971, 58.548565280441444 ], [ -4.165092025508569, 58.547959061416016 ], [ -4.165235463133839, 58.549447975811873 ], [ -4.164557283335632, 58.549598660359365 ], [ -4.16429945503832, 58.550155517891469 ], [ -4.164053003771849, 58.549782346422589 ] ] ], [ [ [ -3.067501686760914, 58.563945642356025 ], [ -3.069030065743136, 58.563614083345925 ], [ -3.067599353068702, 58.564104705084191 ], [ -3.067501686760914, 58.563945642356025 ] ] ], [ [ [ -4.410301393523361, 58.546779548300499 ], [ -4.410228372386062, 58.546592241774604 ], [ -4.409657360228232, 58.546661360057719 ], [ -4.409938236919335, 58.54612150241482 ], [ -4.410938300865008, 58.545918541636276 ], [ -4.410778826639746, 58.54647409143621 ], [ -4.410301393523361, 58.546779548300499 ] ] ], [ [ [ -4.387266081388892, 58.543297144914106 ], [ -4.389019116039786, 58.542289709118712 ], [ -4.389599462500324, 58.542862905879261 ], [ -4.388490768514187, 58.543692149002396 ], [ -4.389341485958794, 58.543869487675849 ], [ -4.389460299358311, 58.544352443535061 ], [ -4.388982430791617, 58.544527551128468 ], [ -4.389371591619857, 58.544942584178884 ], [ -4.388376798323588, 58.545729274915125 ], [ -4.389123981518533, 58.546101709832172 ], [ -4.388788756000781, 58.54698394308997 ], [ -4.388197747408179, 58.547138690781672 ], [ -4.388457636612095, 58.548557910568128 ], [ -4.387571012334239, 58.549041598132106 ], [ -4.387313013211165, 58.548660059153114 ], [ -4.386660399652636, 58.548667699469512 ], [ -4.386458793606498, 58.54835698713439 ], [ -4.38652497410872, 58.547434839312928 ], [ -4.387594249645947, 58.546983700368457 ], [ -4.386749751984278, 58.546065007132349 ], [ -4.386718161524952, 58.545095261215678 ], [ -4.386946435391678, 58.544282406295345 ], [ -4.3878965640917, 58.543849650830452 ], [ -4.387484453393821, 58.543854619844048 ], [ -4.387266081388892, 58.543297144914106 ] ] ], [ [ [ -4.295391458603254, 58.550453020090515 ], [ -4.290454225783129, 58.548281636936487 ], [ -4.290045599344718, 58.54768248649696 ], [ -4.29063187635652, 58.547317149494937 ], [ -4.289281480917658, 58.547561348336572 ], [ -4.288812889375567, 58.546437683020663 ], [ -4.289758948814197, 58.545791915143333 ], [ -4.288837365675737, 58.54615424187773 ], [ -4.28839446272791, 58.545951005924259 ], [ -4.288695057391371, 58.545685103938233 ], [ -4.289801955033788, 58.545660876064481 ], [ -4.291199063289413, 58.546264852402416 ], [ -4.29126857208457, 58.545881779803501 ], [ -4.291907224008294, 58.545924286915252 ], [ -4.292747733182589, 58.546425877475286 ], [ -4.29269287878828, 58.546112406798173 ], [ -4.293595848594032, 58.546123232634109 ], [ -4.294592133947885, 58.545458562204679 ], [ -4.293450642230786, 58.544953376059127 ], [ -4.29471625450087, 58.545254197218902 ], [ -4.29403785963214, 58.544866518867842 ], [ -4.296388528721596, 58.544415711225099 ], [ -4.297285682130608, 58.544732081076909 ], [ -4.296780939262449, 58.54502860905535 ], [ -4.298138935058972, 58.545296299091696 ], [ -4.298997564641308, 58.545811001724019 ], [ -4.298716212380128, 58.546238301740999 ], [ -4.300352003991351, 58.546941226557969 ], [ -4.300976855821021, 58.546772804737081 ], [ -4.303179925131469, 58.547083693422586 ], [ -4.305041108558854, 58.547683689068641 ], [ -4.30391165193929, 58.547757866301566 ], [ -4.30365786252896, 58.548211635926194 ], [ -4.305028863201592, 58.549197767485921 ], [ -4.304926378543776, 58.549469136892711 ], [ -4.30364117869007, 58.549528138055116 ], [ -4.30188709109678, 58.548858819180744 ], [ -4.302914297687329, 58.549321061014282 ], [ -4.302509348034892, 58.549436134988568 ], [ -4.301677211350242, 58.548934456091381 ], [ -4.301834239200832, 58.550149015649794 ], [ -4.301268242143189, 58.550298417538549 ], [ -4.299815126311274, 58.549762932835158 ], [ -4.298518854963211, 58.54873497997928 ], [ -4.298223954253059, 58.548955881969327 ], [ -4.299184572479691, 58.549976371901906 ], [ -4.297693747723624, 58.549782942337103 ], [ -4.297327477778988, 58.549439108236697 ], [ -4.296895256522497, 58.550188045279405 ], [ -4.296296369808116, 58.550360474067816 ], [ -4.296669689155619, 58.55081199654402 ], [ -4.295391458603254, 58.550453020090515 ] ] ], [ [ [ -4.207481399576321, 58.552457047901584 ], [ -4.20796402253748, 58.551932167921649 ], [ -4.20811115353127, 58.55222161955804 ], [ -4.207481399576321, 58.552457047901584 ] ] ], [ [ [ -4.211104731730638, 58.552538455541537 ], [ -4.212235699939014, 58.551665491483014 ], [ -4.212545973272966, 58.552769677114853 ], [ -4.211752556743227, 58.552998962280675 ], [ -4.211104731730638, 58.552538455541537 ] ] ], [ [ [ -4.786210912844144, 58.543614510096276 ], [ -4.787061804510994, 58.543074857590362 ], [ -4.786342924993769, 58.543220759666113 ], [ -4.788497951319419, 58.541897968162047 ], [ -4.788384338323946, 58.541657817899036 ], [ -4.787950675394396, 58.542040151516076 ], [ -4.787396403402151, 58.541553473895398 ], [ -4.787028819583053, 58.540712291810181 ], [ -4.787378146460359, 58.540241934028643 ], [ -4.78679542290036, 58.540694894869162 ], [ -4.787625372313259, 58.542164033086245 ], [ -4.785700150075918, 58.543459357496289 ], [ -4.785335044684408, 58.542757398015993 ], [ -4.785303155053415, 58.543005201050022 ], [ -4.783983216515823, 58.542615994092344 ], [ -4.783887889675492, 58.542909203208055 ], [ -4.783167082659059, 58.541860909830064 ], [ -4.782971084279995, 58.541231657180994 ], [ -4.784375438133413, 58.540194784584422 ], [ -4.784513086454623, 58.539005665369068 ], [ -4.785992220914167, 58.539669971556862 ], [ -4.7890868588781, 58.539144482035624 ], [ -4.790234840229232, 58.539317220002445 ], [ -4.790480945921509, 58.540250893766469 ], [ -4.789354639811985, 58.540567416610031 ], [ -4.788630631132145, 58.543242965834793 ], [ -4.788018880411246, 58.543871786584212 ], [ -4.787328960330307, 58.543949671029829 ], [ -4.787118812810686, 58.543792488684772 ], [ -4.787830903548414, 58.543669194492239 ], [ -4.786210912844144, 58.543614510096276 ] ] ], [ [ [ -4.422216846547648, 58.551829303726421 ], [ -4.422204054575769, 58.551519574067498 ], [ -4.421833951702447, 58.552258805454564 ], [ -4.420777679742683, 58.552022660887239 ], [ -4.421494018576021, 58.550571607411825 ], [ -4.421061601920242, 58.549411755346249 ], [ -4.421403157423082, 58.548632633132733 ], [ -4.422955493457707, 58.549955540985692 ], [ -4.423153862751158, 58.549592410611162 ], [ -4.423451358282644, 58.549793443247673 ], [ -4.42345278774789, 58.550062956415758 ], [ -4.422945454119017, 58.550059054140533 ], [ -4.423893062077647, 58.550962097545941 ], [ -4.424001585270863, 58.552159502457293 ], [ -4.42374550874071, 58.552433876557522 ], [ -4.423392362688652, 58.552049709002446 ], [ -4.422216846547648, 58.551829303726421 ] ] ], [ [ [ -4.449601670085573, 58.551363688242382 ], [ -4.45003293728027, 58.549908914755719 ], [ -4.450479400989842, 58.549558075460574 ], [ -4.452808709622422, 58.550313785512259 ], [ -4.451053243828839, 58.549480634887566 ], [ -4.451261373530696, 58.549236768507726 ], [ -4.453491528227449, 58.549838379124616 ], [ -4.453858268959903, 58.550289593546992 ], [ -4.452935282548339, 58.550354848324559 ], [ -4.453620548200491, 58.550577156586122 ], [ -4.452706555739034, 58.552009718974475 ], [ -4.449601670085573, 58.551363688242382 ] ] ], [ [ [ -3.858520847110064, 58.564008705190332 ], [ -3.859009820711553, 58.563503065145902 ], [ -3.860196531092847, 58.56415962179652 ], [ -3.860319625329954, 58.564373434775334 ], [ -3.859870100595049, 58.564326045096998 ], [ -3.858872973502175, 58.564327003371027 ], [ -3.858520847110064, 58.564008705190332 ] ] ], [ [ [ -4.433758675574239, 58.554912931273982 ], [ -4.434196692678598, 58.554536255997434 ], [ -4.434251890637753, 58.554836197016932 ], [ -4.433758675574239, 58.554912931273982 ] ] ], [ [ [ -3.860698425619472, 58.565356094831863 ], [ -3.860371346329179, 58.564862267336224 ], [ -3.860920607137962, 58.565007025180755 ], [ -3.860698425619472, 58.565356094831863 ] ] ], [ [ [ -4.44185438610042, 58.555635245237937 ], [ -4.441684242041675, 58.555166782783374 ], [ -4.443079576533187, 58.555207628294085 ], [ -4.442770889712882, 58.555712153143475 ], [ -4.44185438610042, 58.555635245237937 ] ] ], [ [ [ -3.845690915131776, 58.565887004702596 ], [ -3.845743014808484, 58.565733543220425 ], [ -3.846580433916169, 58.565964052504548 ], [ -3.845690915131776, 58.565887004702596 ] ] ], [ [ [ -3.845759615685806, 58.566375597267317 ], [ -3.846674054228403, 58.566272624186972 ], [ -3.846695171434511, 58.5665103731587 ], [ -3.845759615685806, 58.566375597267317 ] ] ], [ [ [ -4.070718002937038, 58.563143829905343 ], [ -4.07173365835559, 58.563019648152817 ], [ -4.071746544006301, 58.563383278911196 ], [ -4.070477727886781, 58.563587902841299 ], [ -4.070718002937038, 58.563143829905343 ] ] ], [ [ [ -4.149187987915481, 58.562155747228175 ], [ -4.149236613834586, 58.561827022134921 ], [ -4.149817306718544, 58.562324892799154 ], [ -4.149187987915481, 58.562155747228175 ] ] ], [ [ [ -4.782922409235089, 58.549415223066354 ], [ -4.78179628389122, 58.548741431142446 ], [ -4.780850628060858, 58.54750300441286 ], [ -4.78115021191391, 58.545817959748312 ], [ -4.780788028940437, 58.546106164388476 ], [ -4.781432328828361, 58.545322118845746 ], [ -4.783050736678359, 58.544445965208425 ], [ -4.786078216333451, 58.543891459038072 ], [ -4.786217967883687, 58.54521833252327 ], [ -4.787213679547691, 58.546068344396588 ], [ -4.791232325329497, 58.547427749300823 ], [ -4.789882303388118, 58.548068135971491 ], [ -4.789862833701839, 58.549012075013735 ], [ -4.788431764371411, 58.54874214166545 ], [ -4.787782080768707, 58.549111193592886 ], [ -4.789225390232462, 58.548994476261512 ], [ -4.790287517793591, 58.549272420783815 ], [ -4.790041841953461, 58.549641688080193 ], [ -4.786108272604873, 58.550113510792535 ], [ -4.782922409235089, 58.549415223066354 ] ] ], [ [ [ -4.097813452179933, 58.563557608838522 ], [ -4.098040761505945, 58.562902575188652 ], [ -4.100793588797486, 58.563365161810786 ], [ -4.100706658520248, 58.563636095898893 ], [ -4.098449267385093, 58.563839194418094 ], [ -4.097813452179933, 58.563557608838522 ] ] ], [ [ [ -4.643674688497092, 58.553390600472184 ], [ -4.644975790683756, 58.552748305463446 ], [ -4.645841189847137, 58.553395391887243 ], [ -4.644219013279311, 58.554111698591157 ], [ -4.64364613439492, 58.554038134620498 ], [ -4.644242018033669, 58.553504712622889 ], [ -4.643674688497092, 58.553390600472184 ] ] ], [ [ [ -4.068430801232298, 58.565467023448939 ], [ -4.068069125314939, 58.56531114111948 ], [ -4.067425097100449, 58.56546973869964 ], [ -4.067830199573267, 58.565049969747633 ], [ -4.068941754360186, 58.565238694994775 ], [ -4.068430801232298, 58.565467023448939 ] ] ], [ [ [ -4.644667641909128, 58.555387365796804 ], [ -4.644668020718607, 58.555050406783273 ], [ -4.644290923352957, 58.555179476042106 ], [ -4.643865208119262, 58.554891725894329 ], [ -4.644576398299877, 58.554405347632574 ], [ -4.643791651568534, 58.554372089447391 ], [ -4.645848972876123, 58.553498563269592 ], [ -4.646712594502321, 58.554235534570097 ], [ -4.646324850893581, 58.555020761622401 ], [ -4.645925273439087, 58.555307543066199 ], [ -4.644667641909128, 58.555387365796804 ] ] ], [ [ [ -4.333807809251089, 58.561961341075836 ], [ -4.33318711580613, 58.561806407509152 ], [ -4.331796523056127, 58.562096702315685 ], [ -4.331873837302698, 58.56157869637839 ], [ -4.330737682835942, 58.562075492656106 ], [ -4.330607866230718, 58.56180382483354 ], [ -4.329955286946824, 58.561815665498827 ], [ -4.330093984822646, 58.561444789567936 ], [ -4.328260050494543, 58.561531955896399 ], [ -4.329391582764691, 58.560577062169664 ], [ -4.329300687693835, 58.559208592730492 ], [ -4.330217892595608, 58.558522616894145 ], [ -4.329501285854304, 58.558216672112351 ], [ -4.328632992133488, 58.558344724342497 ], [ -4.328468109090872, 58.557673885475573 ], [ -4.326417300771797, 58.557598748868244 ], [ -4.32631741294183, 58.557259152117823 ], [ -4.327625580542566, 58.556247166250444 ], [ -4.330482185101419, 58.555126214678303 ], [ -4.329498621483196, 58.554811638448399 ], [ -4.33034566087777, 58.554365019139198 ], [ -4.333138245228873, 58.554094192987456 ], [ -4.336154470816719, 58.554600880561402 ], [ -4.335689240434504, 58.554326334662051 ], [ -4.336297096818354, 58.554032268074245 ], [ -4.334735062446698, 58.553678840806406 ], [ -4.33479104403813, 58.553228602738507 ], [ -4.335359331235678, 58.553114948004414 ], [ -4.335919526112503, 58.552363544923324 ], [ -4.337972859630663, 58.552222854611124 ], [ -4.336286610529165, 58.551939091533164 ], [ -4.33533711094505, 58.551102844864012 ], [ -4.336073948431634, 58.550294321261134 ], [ -4.339401124304314, 58.548508736587173 ], [ -4.341757223566234, 58.548272621916126 ], [ -4.34129941943374, 58.549138983611265 ], [ -4.342203156236585, 58.54851605218176 ], [ -4.342996303960701, 58.548425213686798 ], [ -4.343603039879498, 58.548760041367785 ], [ -4.345721127523223, 58.548820192288574 ], [ -4.348419137892785, 58.54958396654699 ], [ -4.348439861150171, 58.549893550993353 ], [ -4.350669277609136, 58.550203149631521 ], [ -4.350833508452356, 58.550730225753782 ], [ -4.352888268294087, 58.551766233187998 ], [ -4.352213583872542, 58.55195828341563 ], [ -4.352518520466314, 58.552276137518049 ], [ -4.346763311138376, 58.55270938081447 ], [ -4.347165212911856, 58.552935630552852 ], [ -4.346755929078641, 58.553369872042992 ], [ -4.345716015394816, 58.553370903984082 ], [ -4.346361103157482, 58.55376341793896 ], [ -4.346174281251907, 58.55405433346548 ], [ -4.346773520760443, 58.554146704505889 ], [ -4.346424611348693, 58.554584333496187 ], [ -4.348456813748577, 58.555153633627143 ], [ -4.347004360772985, 58.555669840083034 ], [ -4.34458958268044, 58.555678013953965 ], [ -4.344813918871153, 58.555947942977873 ], [ -4.347429720489868, 58.556246053661056 ], [ -4.347114717632211, 58.55654829790619 ], [ -4.348274617184121, 58.556540569441694 ], [ -4.349047799109822, 58.557047526044556 ], [ -4.346198705173319, 58.560715844237968 ], [ -4.344894729529803, 58.561013684677754 ], [ -4.343276200723544, 58.56085006144442 ], [ -4.343009876111146, 58.559951986312733 ], [ -4.342216090636943, 58.560680727073105 ], [ -4.34206310678252, 58.559677262305286 ], [ -4.341717285724891, 58.560420290723435 ], [ -4.340807053311132, 58.560306610668505 ], [ -4.337872137914348, 58.560899135882785 ], [ -4.338077643308451, 58.560500080891991 ], [ -4.337435472296371, 58.560538723603855 ], [ -4.337250418937482, 58.560083886979605 ], [ -4.337145634091372, 58.56057544391016 ], [ -4.335801721941162, 58.561049113723996 ], [ -4.336741258158182, 58.561602531737122 ], [ -4.335367736013178, 58.562148610340529 ], [ -4.333932721732198, 58.562417275088833 ], [ -4.333807809251089, 58.561961341075836 ] ] ], [ [ [ -4.14742055048119, 58.565019719921587 ], [ -4.147511176788113, 58.564393826024286 ], [ -4.149229219935718, 58.56535331590225 ], [ -4.148787312392467, 58.565998564004339 ], [ -4.148309228097991, 58.565772980307493 ], [ -4.14742055048119, 58.565019719921587 ] ] ], [ [ [ -4.058720313372065, 58.5678824053997 ], [ -4.05857355276358, 58.567579313968061 ], [ -4.058967197265579, 58.567694284059868 ], [ -4.058720313372065, 58.5678824053997 ] ] ], [ [ [ -4.349170406933019, 58.562727940698778 ], [ -4.351924559210082, 58.561491587369225 ], [ -4.352010000742172, 58.561099199257754 ], [ -4.349950359661042, 58.562179097892368 ], [ -4.348920404127768, 58.562332705986911 ], [ -4.348822688491717, 58.562029022330918 ], [ -4.347779744578244, 58.562348172359513 ], [ -4.347148017069611, 58.562055146992073 ], [ -4.347957050781878, 58.561555199333085 ], [ -4.350063622934585, 58.561175260422758 ], [ -4.348225205607718, 58.561451467802222 ], [ -4.348880730752028, 58.560842015233526 ], [ -4.347065321635078, 58.561333411641073 ], [ -4.346107496057138, 58.561022981060951 ], [ -4.350098240701602, 58.557971673452201 ], [ -4.352169029311868, 58.557574383031259 ], [ -4.355726895327676, 58.559481255244989 ], [ -4.357873794427335, 58.559320565339426 ], [ -4.358024000345933, 58.559636755942066 ], [ -4.360894740473961, 58.55988499296933 ], [ -4.360353779809269, 58.560532834117154 ], [ -4.35767043939909, 58.561026854641575 ], [ -4.357555682827663, 58.561365878626056 ], [ -4.355444822012539, 58.562064968048993 ], [ -4.354446831048841, 58.562182096738262 ], [ -4.35464386920786, 58.561787660681588 ], [ -4.353973373051292, 58.561916749863535 ], [ -4.353667110742005, 58.562349124330552 ], [ -4.351384539617876, 58.562925509854246 ], [ -4.349170406933019, 58.562727940698778 ] ] ], [ [ [ -4.05928043588565, 58.568196838101819 ], [ -4.059156802418542, 58.567848458384283 ], [ -4.059619696109729, 58.567971300080444 ], [ -4.05928043588565, 58.568196838101819 ] ] ], [ [ [ -4.356753139394809, 58.562216163177659 ], [ -4.356534844854488, 58.561910205033655 ], [ -4.358443060718582, 58.561138450924659 ], [ -4.358683066250939, 58.561511390737351 ], [ -4.357403139783273, 58.562038021116898 ], [ -4.359352531327667, 58.561750658741921 ], [ -4.360100666991365, 58.561779139550097 ], [ -4.359704911329009, 58.562004734232744 ], [ -4.360654811929735, 58.561812080378481 ], [ -4.360950547829755, 58.561990825728394 ], [ -4.360195667201237, 58.562781857271119 ], [ -4.3577492639166, 58.563222108335061 ], [ -4.356873113717816, 58.563233697506384 ], [ -4.356932726948033, 58.562585722543474 ], [ -4.356229976729525, 58.562490803927858 ], [ -4.356753139394809, 58.562216163177659 ] ] ], [ [ [ -5.116566020709218, 58.545480774039454 ], [ -5.117734958734174, 58.544513232710372 ], [ -5.118455197929774, 58.544590098078871 ], [ -5.11830416008146, 58.545308241039052 ], [ -5.119242029971693, 58.545415762555308 ], [ -5.119955298550055, 58.546090430553093 ], [ -5.119038532984836, 58.546413781062171 ], [ -5.118617410721226, 58.547187916643729 ], [ -5.118174190839102, 58.547036918253021 ], [ -5.116831823792947, 58.546247207532822 ], [ -5.116566020709218, 58.545480774039454 ] ] ], [ [ [ -4.059578239877148, 58.568582851696107 ], [ -4.059797926272199, 58.568224475828885 ], [ -4.060296240844285, 58.568364714449793 ], [ -4.059578239877148, 58.568582851696107 ] ] ], [ [ [ -4.056312895963268, 58.568760933968207 ], [ -4.057381159066906, 58.568357533441763 ], [ -4.057263471756484, 58.568696304199598 ], [ -4.056312895963268, 58.568760933968207 ] ] ], [ [ [ -3.794014196600694, 58.572632285555486 ], [ -3.794154198694827, 58.572511755135444 ], [ -3.794256695470367, 58.572767237215125 ], [ -3.794014196600694, 58.572632285555486 ] ] ], [ [ [ -4.060217839051565, 58.568639972681439 ], [ -4.060648419556989, 58.568359065508666 ], [ -4.060636592932659, 58.56888928961186 ], [ -4.060217839051565, 58.568639972681439 ] ] ], [ [ [ -4.056861690751728, 58.568882410524921 ], [ -4.057101680529673, 58.568869584030267 ], [ -4.056689034795343, 58.569163667240254 ], [ -4.056861690751728, 58.568882410524921 ] ] ], [ [ [ -4.127163584705215, 58.568671809804776 ], [ -4.126842718212628, 58.567917991069109 ], [ -4.127434931214907, 58.568325931439574 ], [ -4.127163584705215, 58.568671809804776 ] ] ], [ [ [ -4.464849836333733, 58.562999183957665 ], [ -4.465059440205364, 58.562923282603023 ], [ -4.465228497747512, 58.56312668753273 ], [ -4.464849836333733, 58.562999183957665 ] ] ], [ [ [ -3.963063089626707, 58.572111639957328 ], [ -3.963340460671875, 58.571844188205084 ], [ -3.963855552653257, 58.572259432832432 ], [ -3.962933715695619, 58.572442408587968 ], [ -3.963063089626707, 58.572111639957328 ] ] ], [ [ [ -4.117122212617586, 58.570257133748029 ], [ -4.117314135159174, 58.569306181766166 ], [ -4.117648130948588, 58.569426449174628 ], [ -4.117122212617586, 58.570257133748029 ] ] ], [ [ [ -4.467813430338149, 58.564550547236031 ], [ -4.46795440591706, 58.564354665239037 ], [ -4.46823264245439, 58.564398734511222 ], [ -4.467813430338149, 58.564550547236031 ] ] ], [ [ [ -3.931096148583922, 58.57461736125051 ], [ -3.930621073120353, 58.574453818241629 ], [ -3.930174427565107, 58.574556650454149 ], [ -3.930042319439234, 58.573906447414991 ], [ -3.931513219807732, 58.574352372619771 ], [ -3.931096148583922, 58.57461736125051 ] ] ], [ [ [ -4.699333999340751, 58.560863958793803 ], [ -4.699718317500223, 58.56047309493281 ], [ -4.699101802232485, 58.560505823960199 ], [ -4.699409743402435, 58.559770623033423 ], [ -4.700239111725971, 58.559420719323526 ], [ -4.700848953726938, 58.559547169141474 ], [ -4.700248210244606, 58.560677605855581 ], [ -4.699333999340751, 58.560863958793803 ] ] ], [ [ [ -4.696847347318263, 58.562426677081078 ], [ -4.697431364429458, 58.562261656139462 ], [ -4.697552710680233, 58.56260954283951 ], [ -4.697160427648924, 58.562584536631604 ], [ -4.696847347318263, 58.562426677081078 ] ] ], [ [ [ -4.048857365898574, 58.573596451615686 ], [ -4.048995741958266, 58.573315753185142 ], [ -4.049703420555277, 58.573506595351773 ], [ -4.049995021560513, 58.574669810597584 ], [ -4.049151431287751, 58.574508088476243 ], [ -4.048857365898574, 58.573596451615686 ] ] ], [ [ [ -3.754537618434442, 58.579357675476437 ], [ -3.756102426345116, 58.578904222235252 ], [ -3.755308836063196, 58.579268093211063 ], [ -3.754537618434442, 58.579357675476437 ] ] ], [ [ [ -4.007883435048341, 58.57585589811692 ], [ -4.008401730758936, 58.575085996872922 ], [ -4.008776768554376, 58.575117864237349 ], [ -4.008594968330249, 58.575516878672182 ], [ -4.007883435048341, 58.57585589811692 ] ] ], [ [ [ -3.757544145379298, 58.579289639337766 ], [ -3.75919905044361, 58.57909003005512 ], [ -3.757508876354851, 58.579615302618834 ], [ -3.757544145379298, 58.579289639337766 ] ] ], [ [ [ -4.69675337419482, 58.563105261164857 ], [ -4.696169206018052, 58.56288839697531 ], [ -4.698240857228013, 58.56299314404103 ], [ -4.697271979250563, 58.563363934849441 ], [ -4.696576631650633, 58.563378538717281 ], [ -4.69675337419482, 58.563105261164857 ] ] ], [ [ [ -4.486814389810816, 58.568177790356792 ], [ -4.486762219537, 58.56792722482848 ], [ -4.487372220270721, 58.567919904939885 ], [ -4.486814389810816, 58.568177790356792 ] ] ], [ [ [ -4.490756467121768, 58.569804032076981 ], [ -4.492025137785983, 58.569505384858857 ], [ -4.491935802321935, 58.569700292634174 ], [ -4.490756467121768, 58.569804032076981 ] ] ], [ [ [ -4.705617996290341, 58.56646628699 ], [ -4.705756424567622, 58.566298934683239 ], [ -4.706206470097709, 58.566358640229218 ], [ -4.705617996290341, 58.56646628699 ] ] ], [ [ [ -4.050188992799224, 58.577986154588274 ], [ -4.050333270381432, 58.577512213461354 ], [ -4.050726738081882, 58.577622720519933 ], [ -4.050587663647075, 58.577009563857168 ], [ -4.051919824977874, 58.577289245616257 ], [ -4.052576896180793, 58.578082782355786 ], [ -4.051845715669832, 58.578961378679416 ], [ -4.051248377024529, 58.578894556053562 ], [ -4.050188992799224, 58.577986154588274 ] ] ], [ [ [ -4.49345647861284, 58.572581875192235 ], [ -4.493344136746169, 58.572332479900489 ], [ -4.493842566467709, 58.572327295939132 ], [ -4.49345647861284, 58.572581875192235 ] ] ], [ [ [ -4.668769427433538, 58.570267232895844 ], [ -4.668513980910544, 58.570074861429759 ], [ -4.66703866904783, 58.570464924193324 ], [ -4.667467282061199, 58.570062461060814 ], [ -4.666488154343776, 58.569672160070596 ], [ -4.66716072154844, 58.569469500177178 ], [ -4.666287424654272, 58.569294447157844 ], [ -4.666633370885537, 58.569094077858885 ], [ -4.665785618000277, 58.568689362949549 ], [ -4.667011194800042, 58.568295514812505 ], [ -4.665890699324003, 58.568035738627437 ], [ -4.666250451450735, 58.567677838696653 ], [ -4.666767197229457, 58.56791420845213 ], [ -4.667328324295255, 58.567264589872657 ], [ -4.667658284221102, 58.56741947389078 ], [ -4.668693497366224, 58.567123910041147 ], [ -4.668942671295602, 58.56666946012357 ], [ -4.670565209946725, 58.566972682878337 ], [ -4.671750518362625, 58.566503249061967 ], [ -4.67151472608256, 58.566117287700251 ], [ -4.675163164634987, 58.566036844261113 ], [ -4.675572969914782, 58.565547584790266 ], [ -4.677074375934366, 58.565390497820808 ], [ -4.678163772654173, 58.56468039469317 ], [ -4.67790351977635, 58.564425243614927 ], [ -4.678826873170895, 58.564693520112712 ], [ -4.681555536658419, 58.564393961498332 ], [ -4.682907477516616, 58.564644273067287 ], [ -4.686048165744388, 58.564223690845651 ], [ -4.685832526930414, 58.564439360284659 ], [ -4.686698242339722, 58.564627917005446 ], [ -4.686023140660924, 58.564907111767269 ], [ -4.686227828705206, 58.565221815220006 ], [ -4.685600780664838, 58.565342756257657 ], [ -4.686023533874017, 58.565697826859299 ], [ -4.68485012789817, 58.566319899802295 ], [ -4.683658138378768, 58.56613814905441 ], [ -4.684729936090989, 58.56643473117861 ], [ -4.682215769995371, 58.56695451253897 ], [ -4.682016913473095, 58.567277650169636 ], [ -4.681423134384655, 58.567272078645829 ], [ -4.681712655791616, 58.567009947079136 ], [ -4.681000750960573, 58.566921478340966 ], [ -4.681220216742993, 58.566642839449237 ], [ -4.680629565840617, 58.566340678481154 ], [ -4.680014504633382, 58.566393950455158 ], [ -4.679810791943171, 58.566991242636249 ], [ -4.677122826263504, 58.567038319947187 ], [ -4.676911889055076, 58.56742909182973 ], [ -4.677552348123559, 58.567595449296604 ], [ -4.677151860732179, 58.567868869739137 ], [ -4.677844491508049, 58.568267760264014 ], [ -4.675651776993956, 58.569283892165494 ], [ -4.673954178106148, 58.569126061833153 ], [ -4.67460407133041, 58.568739632600071 ], [ -4.673952250014157, 58.568649873242592 ], [ -4.674272387774992, 58.568450020050264 ], [ -4.673763207562409, 58.567975407870648 ], [ -4.674215237420442, 58.567700925077439 ], [ -4.673767569248382, 58.567130684883708 ], [ -4.671448343376039, 58.567390108665656 ], [ -4.67101766600043, 58.568396450672509 ], [ -4.670331814830864, 58.568424191565327 ], [ -4.668963829587756, 58.569432040762436 ], [ -4.669890412926787, 58.569516113689474 ], [ -4.669827948534829, 58.570276681339088 ], [ -4.668794702198663, 58.570599168550004 ], [ -4.668769427433538, 58.570267232895844 ] ] ], [ [ [ -4.495579826183929, 58.57413994411673 ], [ -4.494826738622852, 58.573588526952676 ], [ -4.495686967885172, 58.573953672708157 ], [ -4.495579826183929, 58.57413994411673 ] ] ], [ [ [ -4.496982131161745, 58.57547389927786 ], [ -4.49774206301116, 58.575396230563832 ], [ -4.497214072687171, 58.575590686071543 ], [ -4.496982131161745, 58.57547389927786 ] ] ], [ [ [ -4.656740469490205, 58.572976830511536 ], [ -4.656652497141458, 58.572315528729902 ], [ -4.657975669572177, 58.57263858246165 ], [ -4.657762785230116, 58.573006896218835 ], [ -4.657220772924041, 58.573004633006157 ], [ -4.656740469490205, 58.572976830511536 ] ] ], [ [ [ -4.654476082853576, 58.573330950012952 ], [ -4.65482377245085, 58.572811597022508 ], [ -4.656005826197751, 58.572634406470499 ], [ -4.656305432017283, 58.572956176895879 ], [ -4.655452922634741, 58.572942356773162 ], [ -4.655747499641365, 58.573538286584501 ], [ -4.654905510562491, 58.573663518491784 ], [ -4.654476082853576, 58.573330950012952 ] ] ], [ [ [ -3.731234126756144, 58.591723326004917 ], [ -3.731928849435551, 58.590323424672846 ], [ -3.731442819102543, 58.591803156751766 ], [ -3.731234126756144, 58.591723326004917 ] ] ], [ [ [ -4.584918535127046, 58.577934890176806 ], [ -4.585301062868592, 58.577873280890337 ], [ -4.585507594954306, 58.578340844133137 ], [ -4.584826734450945, 58.578206291839962 ], [ -4.584918535127046, 58.577934890176806 ] ] ], [ [ [ -4.563021589240342, 58.578912769717583 ], [ -4.562397972839865, 58.57873652445425 ], [ -4.563090032744124, 58.578790105580957 ], [ -4.563021589240342, 58.578912769717583 ] ] ], [ [ [ -4.588859085784822, 58.578879839429234 ], [ -4.588842817065289, 58.578543223928172 ], [ -4.58947382238637, 58.578701223128569 ], [ -4.588859085784822, 58.578879839429234 ] ] ], [ [ [ -4.557886201408142, 58.579500324115621 ], [ -4.558093806339087, 58.579280548679179 ], [ -4.55916078502608, 58.57940305735503 ], [ -4.558729204776618, 58.579618311058233 ], [ -4.557886201408142, 58.579500324115621 ] ] ], [ [ [ -4.586482616468855, 58.579314074108147 ], [ -4.586624906482827, 58.578794562896775 ], [ -4.586859194919099, 58.579171713788526 ], [ -4.586482616468855, 58.579314074108147 ] ] ], [ [ [ -4.528653767448723, 58.580528325148826 ], [ -4.528981667845972, 58.580184934170532 ], [ -4.529230278029128, 58.580292351640452 ], [ -4.528653767448723, 58.580528325148826 ] ] ], [ [ [ -4.585450621172038, 58.579550492967435 ], [ -4.585572142705731, 58.579215596643735 ], [ -4.585800150932986, 58.57962432375971 ], [ -4.585450621172038, 58.579550492967435 ] ] ], [ [ [ -4.805276483026216, 58.574294984604705 ], [ -4.804908553346317, 58.573781839086244 ], [ -4.802825376118175, 58.574191247715213 ], [ -4.801746632968649, 58.573823899805049 ], [ -4.800245270399111, 58.572580649892885 ], [ -4.800760281231151, 58.571598944454699 ], [ -4.802271231012961, 58.570811169161587 ], [ -4.803999366284643, 58.570481406511924 ], [ -4.80942982951756, 58.570740127988451 ], [ -4.809019859480078, 58.573458347270822 ], [ -4.809861263229976, 58.575048418450244 ], [ -4.805276483026216, 58.574294984604705 ] ] ], [ [ [ -4.536438716585162, 58.581241899971509 ], [ -4.536966749584612, 58.581168578194202 ], [ -4.536490614276901, 58.581483469884773 ], [ -4.536438716585162, 58.581241899971509 ] ] ], [ [ [ -4.53391340296354, 58.581174931577323 ], [ -4.535651979127007, 58.581068746684196 ], [ -4.535790745506587, 58.581322079612669 ], [ -4.534953509098405, 58.581520998600674 ], [ -4.53391340296354, 58.581174931577323 ] ] ], [ [ [ -4.542619793973375, 58.581187095876643 ], [ -4.543433885665048, 58.581144025155133 ], [ -4.542813081367917, 58.58147977524257 ], [ -4.542619793973375, 58.581187095876643 ] ] ], [ [ [ -4.58119992618297, 58.580233488133885 ], [ -4.581672346674467, 58.580223994545136 ], [ -4.581759923154321, 58.580945537556957 ], [ -4.581194662345629, 58.581096166370642 ], [ -4.580451983925406, 58.580823563113071 ], [ -4.58119992618297, 58.580233488133885 ] ] ], [ [ [ -4.541926564602727, 58.582184672727784 ], [ -4.54229697416566, 58.581835912763196 ], [ -4.542673186186525, 58.581922809527562 ], [ -4.541926564602727, 58.582184672727784 ] ] ], [ [ [ -4.025742108755345, 58.5925939472978 ], [ -4.026555982881567, 58.592147212093785 ], [ -4.026591482096086, 58.592582352903314 ], [ -4.025742108755345, 58.5925939472978 ] ] ], [ [ [ -4.795931616091473, 58.578776031451206 ], [ -4.796251837762453, 58.578045698942958 ], [ -4.795850718439344, 58.577331069791207 ], [ -4.796317278393789, 58.57692553498957 ], [ -4.798061989101543, 58.577983812417585 ], [ -4.79792035383071, 58.578687795131131 ], [ -4.797060881082699, 58.578697529066716 ], [ -4.795931616091473, 58.578776031451206 ] ] ], [ [ [ -4.028501185307356, 58.593171188924181 ], [ -4.029187934486777, 58.592164074741369 ], [ -4.029533191199417, 58.593460335543021 ], [ -4.028501185307356, 58.593171188924181 ] ] ], [ [ [ -4.031351110590942, 58.593651710853095 ], [ -4.030754629134002, 58.593158059902784 ], [ -4.030469390173903, 58.593283844371442 ], [ -4.029831772996046, 58.592228470503422 ], [ -4.031793198763576, 58.591275765448039 ], [ -4.032055472713364, 58.593483364053832 ], [ -4.031351110590942, 58.593651710853095 ] ] ], [ [ [ -4.032242222961417, 58.594181126473359 ], [ -4.032568883498213, 58.593879504156746 ], [ -4.032957011495615, 58.593895824023896 ], [ -4.033036197853135, 58.594667155116603 ], [ -4.032242222961417, 58.594181126473359 ] ] ], [ [ [ -3.430242043920913, 58.608695300644825 ], [ -3.431264609910433, 58.607687794576634 ], [ -3.431755330447023, 58.607902395076138 ], [ -3.430497033059071, 58.60899606252827 ], [ -3.430242043920913, 58.608695300644825 ] ] ], [ [ [ -4.021694760864701, 58.601952008145055 ], [ -4.021346207512548, 58.600982780852938 ], [ -4.020880313967268, 58.601111383768114 ], [ -4.02112503503708, 58.600132826912585 ], [ -4.022225497281696, 58.60026374572206 ], [ -4.022637020704987, 58.600683986703515 ], [ -4.02272407807918, 58.601446213982157 ], [ -4.021694760864701, 58.601952008145055 ] ] ], [ [ [ -4.780799021422057, 58.590687239395386 ], [ -4.780551179834721, 58.590166935257535 ], [ -4.781385444302834, 58.5903780133998 ], [ -4.781367742519531, 58.590805221716103 ], [ -4.780799021422057, 58.590687239395386 ] ] ], [ [ [ -4.816688917835272, 58.589788533269896 ], [ -4.816619860174219, 58.589250892463419 ], [ -4.81844765594925, 58.589615170501645 ], [ -4.817485845561362, 58.590067592757563 ], [ -4.817398360703246, 58.589835877577862 ], [ -4.816688917835272, 58.589788533269896 ] ] ], [ [ [ -4.785895826551237, 58.591691053924357 ], [ -4.786561446990689, 58.590863402523524 ], [ -4.787450877398226, 58.591118174430271 ], [ -4.787579292882916, 58.591542214139807 ], [ -4.786000290412921, 58.591922419524508 ], [ -4.785895826551237, 58.591691053924357 ] ] ], [ [ [ -4.789374001064652, 58.591817763162304 ], [ -4.790611833459408, 58.591476377431377 ], [ -4.790826530776806, 58.592118692840899 ], [ -4.790133897597724, 58.592066343625063 ], [ -4.789374001064652, 58.591817763162304 ] ] ], [ [ [ -4.791577024263221, 58.593652442068098 ], [ -4.790632427402968, 58.592922647347727 ], [ -4.791048375157605, 58.592958540769878 ], [ -4.791577024263221, 58.593652442068098 ] ] ], [ [ [ -3.613770173448572, 58.616945139023137 ], [ -3.614745044945908, 58.616728996922909 ], [ -3.613965045681266, 58.61706395762161 ], [ -3.613770173448572, 58.616945139023137 ] ] ], [ [ [ -3.608295585754401, 58.617332608009363 ], [ -3.608750561323397, 58.617304460376417 ], [ -3.608397036085043, 58.617479550927776 ], [ -3.608295585754401, 58.617332608009363 ] ] ], [ [ [ -4.760076300510788, 58.598426027834648 ], [ -4.75988818197763, 58.598223397423332 ], [ -4.760642459899898, 58.598292557715375 ], [ -4.760076300510788, 58.598426027834648 ] ] ], [ [ [ -4.756485970655166, 58.599177029271338 ], [ -4.756804250166883, 58.598518737839903 ], [ -4.758031723413136, 58.598694574003922 ], [ -4.758022810531866, 58.599346228624569 ], [ -4.757555499650804, 58.599423651260366 ], [ -4.756485970655166, 58.599177029271338 ] ] ], [ [ [ -4.760516688578714, 58.598771502557582 ], [ -4.761551457847664, 58.598686366900353 ], [ -4.76167579982968, 58.59895326581762 ], [ -4.761356900961478, 58.599602598066241 ], [ -4.760709037993673, 58.599791740797706 ], [ -4.760516688578714, 58.598771502557582 ] ] ], [ [ [ -4.788809380685807, 58.601368458742257 ], [ -4.789622515944246, 58.601310371744894 ], [ -4.789920375491905, 58.601591450652307 ], [ -4.788809380685807, 58.601368458742257 ] ] ], [ [ [ -4.78199507754133, 58.60216764428715 ], [ -4.78176464260301, 58.601542729941109 ], [ -4.782247325977992, 58.601658978939064 ], [ -4.78199507754133, 58.60216764428715 ] ] ], [ [ [ -3.54182669393754, 58.623576619428363 ], [ -3.541795241496131, 58.623253630264543 ], [ -3.543312816583739, 58.62369352997284 ], [ -3.542930214228669, 58.623999031064493 ], [ -3.54182669393754, 58.623576619428363 ] ] ], [ [ [ -4.845363844551746, 58.603367977064401 ], [ -4.846122011795199, 58.602740137559131 ], [ -4.846793690493166, 58.602954401219819 ], [ -4.846661993764632, 58.603240378179876 ], [ -4.845363844551746, 58.603367977064401 ] ] ], [ [ [ -3.034056163151308, 58.630700183128489 ], [ -3.034738523722241, 58.630479138142022 ], [ -3.035731630994162, 58.630574433382186 ], [ -3.035157899593491, 58.630974240849895 ], [ -3.034341347870712, 58.631025717377376 ], [ -3.034056163151308, 58.630700183128489 ] ] ], [ [ [ -4.845540666861403, 58.604060476629478 ], [ -4.846368890341717, 58.603341224378298 ], [ -4.847419416638655, 58.603556078236998 ], [ -4.847741804078431, 58.604344195689677 ], [ -4.847373705802644, 58.604581496237067 ], [ -4.846422579524505, 58.604530680850964 ], [ -4.845540666861403, 58.604060476629478 ] ] ], [ [ [ -4.84801002668353, 58.60436071604687 ], [ -4.84849729990322, 58.604318464036012 ], [ -4.849344297224051, 58.605099440349704 ], [ -4.848969770798934, 58.605575017387913 ], [ -4.847237024388247, 58.605123685391007 ], [ -4.84801002668353, 58.60436071604687 ] ] ], [ [ [ -5.014357750123212, 58.603553814983165 ], [ -5.014031442181509, 58.602963859787884 ], [ -5.015295805937208, 58.603149871810203 ], [ -5.014357750123212, 58.603553814983165 ] ] ], [ [ [ -4.946033606651591, 58.613051064341583 ], [ -4.945427657046394, 58.612399963773079 ], [ -4.945871273776942, 58.612452699687047 ], [ -4.946033606651591, 58.613051064341583 ] ] ], [ [ [ -4.945585232024236, 58.613555592039013 ], [ -4.944628143450931, 58.612620479326964 ], [ -4.945716351548999, 58.613067323300122 ], [ -4.945585232024236, 58.613555592039013 ] ] ], [ [ [ -4.926721282206815, 58.616588114484166 ], [ -4.926249193475584, 58.616401166178967 ], [ -4.927078521847862, 58.616431704950429 ], [ -4.926721282206815, 58.616588114484166 ] ] ], [ [ [ -4.928111001616664, 58.617037225625438 ], [ -4.928107846290529, 58.616587983094888 ], [ -4.928996265637344, 58.616707026172691 ], [ -4.928982534612345, 58.616954462126856 ], [ -4.928111001616664, 58.617037225625438 ] ] ], [ [ [ -4.872444012589841, 58.616756799354661 ], [ -4.873241754063946, 58.616613162356586 ], [ -4.873717620988368, 58.61684964049693 ], [ -4.873402251772937, 58.617728342234138 ], [ -4.872082910555409, 58.618022921099929 ], [ -4.871721705665396, 58.618448845002391 ], [ -4.870609173543301, 58.618325427618871 ], [ -4.870980744782521, 58.61739605499212 ], [ -4.872444012589841, 58.616756799354661 ] ] ], [ [ [ -4.937690581588128, 58.617375764113334 ], [ -4.938256410303217, 58.617344856538296 ], [ -4.937503239526933, 58.617811389693031 ], [ -4.937690581588128, 58.617375764113334 ] ] ], [ [ [ -4.93822726447741, 58.617695090916577 ], [ -4.938396720043288, 58.617579786278647 ], [ -4.938383055379791, 58.617827222643776 ], [ -4.93822726447741, 58.617695090916577 ] ] ], [ [ [ -3.343202806618208, 58.649337303626602 ], [ -3.34354599340226, 58.649075038906282 ], [ -3.343665955378, 58.649640550613242 ], [ -3.343202806618208, 58.649337303626602 ] ] ], [ [ [ -4.989644277578178, 58.622544623473011 ], [ -4.989874196161043, 58.622211267506067 ], [ -4.989890032548876, 58.622799515648985 ], [ -4.989644277578178, 58.622544623473011 ] ] ], [ [ [ -3.223552149300142, 58.653090516092497 ], [ -3.224351481480946, 58.65288441526873 ], [ -3.225715556286682, 58.653105854434443 ], [ -3.224436673349897, 58.65325006234707 ], [ -3.223552149300142, 58.653090516092497 ] ] ], [ [ [ -3.177444342856244, 58.651347986135974 ], [ -3.178831664773515, 58.650992181615337 ], [ -3.178274017214822, 58.651217341768692 ], [ -3.178776065020479, 58.651183103850848 ], [ -3.178494657690926, 58.651321305720295 ], [ -3.17928918869982, 58.651732575565838 ], [ -3.179735371604846, 58.652851203110451 ], [ -3.17929804363331, 58.653271964418956 ], [ -3.179717216997282, 58.653640864344887 ], [ -3.179188515556869, 58.653805585153535 ], [ -3.1777188632955, 58.653051105670919 ], [ -3.177147405319038, 58.652202171513132 ], [ -3.177444342856244, 58.651347986135974 ] ] ], [ [ [ -3.262671924125926, 58.653285641510294 ], [ -3.262290588317872, 58.652652568555716 ], [ -3.263472487360567, 58.653119702654365 ], [ -3.262671924125926, 58.653285641510294 ] ] ], [ [ [ -3.221069697806239, 58.656028690169776 ], [ -3.22188098417254, 58.655817102759649 ], [ -3.222945853396769, 58.655956983460399 ], [ -3.221069697806239, 58.656028690169776 ] ] ], [ [ [ -3.203380388741955, 58.655911498198307 ], [ -3.20471278798862, 58.655664607480134 ], [ -3.204943348323634, 58.656053155959583 ], [ -3.204536475338799, 58.656199775175786 ], [ -3.203380388741955, 58.655911498198307 ] ] ], [ [ [ -4.99690175461979, 58.627120495018133 ], [ -4.995694544855965, 58.626604950806794 ], [ -4.996666052771229, 58.626883353880565 ], [ -4.99690175461979, 58.627120495018133 ] ] ], [ [ [ -3.20896529255589, 58.656229200560752 ], [ -3.209487138153207, 58.656118311994696 ], [ -3.209897826202651, 58.656381210278546 ], [ -3.209512433794621, 58.656401000282557 ], [ -3.20896529255589, 58.656229200560752 ] ] ], [ [ [ -5.0031777018619, 58.627068374365685 ], [ -5.003218082403423, 58.626033976717217 ], [ -5.003942892866132, 58.62674944417558 ], [ -5.004672017524307, 58.626512231383018 ], [ -5.005610625391415, 58.626908162269501 ], [ -5.005064157265793, 58.627666824168955 ], [ -5.003853098430397, 58.627308709392921 ], [ -5.0031777018619, 58.627068374365685 ] ] ], [ [ [ -3.190890613191107, 58.65992666364361 ], [ -3.191104481006199, 58.659879775711616 ], [ -3.191328865429636, 58.660394149214689 ], [ -3.190890613191107, 58.65992666364361 ] ] ], [ [ [ -3.189776490594644, 58.660871069673341 ], [ -3.190617355911176, 58.660760003343299 ], [ -3.190356781193753, 58.661207010027169 ], [ -3.190017077914777, 58.661102370620753 ], [ -3.189776490594644, 58.660871069673341 ] ] ], [ [ [ -3.189114606254537, 58.661429563982651 ], [ -3.189643314128612, 58.661263006576455 ], [ -3.189311347220927, 58.661638816979938 ], [ -3.189114606254537, 58.661429563982651 ] ] ], [ [ [ -3.189599072750452, 58.66300138240441 ], [ -3.189298123055662, 58.662263170169361 ], [ -3.189757952989533, 58.662604717210961 ], [ -3.189599072750452, 58.66300138240441 ] ] ], [ [ [ -3.189603827973668, 58.662381598373109 ], [ -3.189735118944312, 58.662187277341872 ], [ -3.190529418777093, 58.662732309412036 ], [ -3.190466657208335, 58.66341999314443 ], [ -3.189603827973668, 58.662381598373109 ] ] ], [ [ [ -3.105779222162424, 58.672526552500464 ], [ -3.106056943861662, 58.672148735361233 ], [ -3.107142576367, 58.672181616179699 ], [ -3.105779222162424, 58.672526552500464 ] ] ], [ [ [ -3.347626875682014, 58.65395360371123 ], [ -3.348013870196101, 58.653173505057403 ], [ -3.347327124402554, 58.653241775071933 ], [ -3.346782442080074, 58.652703167584804 ], [ -3.34728643086882, 58.651828433575993 ], [ -3.346883319961147, 58.648791346057955 ], [ -3.344405271097918, 58.646728945568988 ], [ -3.343999719008457, 58.646892164059793 ], [ -3.34388294340157, 58.646499073718729 ], [ -3.342700951048473, 58.646590455803604 ], [ -3.342325506308808, 58.646954551674696 ], [ -3.34164761910782, 58.646801742481088 ], [ -3.339910901629195, 58.647211455625836 ], [ -3.338115786289839, 58.647987319611694 ], [ -3.335628629567277, 58.647610768412548 ], [ -3.333806496508278, 58.647726675804009 ], [ -3.333584514622586, 58.646740957989316 ], [ -3.332773534187286, 58.647254148853122 ], [ -3.331714129241602, 58.647081885788843 ], [ -3.330672853580054, 58.648381573662284 ], [ -3.330377061811669, 58.647944515246174 ], [ -3.330973862643708, 58.647280861884347 ], [ -3.329112134589837, 58.647533638513025 ], [ -3.328306061130086, 58.647225796995627 ], [ -3.328545869869822, 58.646734701291656 ], [ -3.327925551020598, 58.646734817635895 ], [ -3.327148945315285, 58.647565579752097 ], [ -3.325936075165173, 58.647026591078706 ], [ -3.32392427641283, 58.647457783806324 ], [ -3.323362275426768, 58.648179428460551 ], [ -3.323658865771172, 58.648503321386343 ], [ -3.321972573429688, 58.64870478820248 ], [ -3.322542351605795, 58.648324384806152 ], [ -3.321349734249432, 58.648411188201628 ], [ -3.320905729852611, 58.647833715680434 ], [ -3.321154893722051, 58.645945842275999 ], [ -3.320375746556774, 58.645891864921772 ], [ -3.319133090320018, 58.64716208669654 ], [ -3.317429588987862, 58.647043014653427 ], [ -3.316613047129709, 58.646499880398935 ], [ -3.315907496006724, 58.64684482006308 ], [ -3.314251238766108, 58.64660666107207 ], [ -3.313843784794691, 58.64594346297438 ], [ -3.310067955077728, 58.645882264999891 ], [ -3.309608943323704, 58.64462227912901 ], [ -3.310719530699309, 58.644280433860267 ], [ -3.310060346198393, 58.644069784380953 ], [ -3.311301897048222, 58.644142464884588 ], [ -3.311532129514192, 58.643665870802337 ], [ -3.310253748246702, 58.642885789614517 ], [ -3.309355127776621, 58.642905716566894 ], [ -3.308599671410467, 58.643574474526261 ], [ -3.30660615012935, 58.644033952938656 ], [ -3.306851785960895, 58.644382652304728 ], [ -3.306322117956859, 58.644778746021494 ], [ -3.305661136095603, 58.644657911840369 ], [ -3.305589479003473, 58.644261636986002 ], [ -3.305449968789746, 58.645001368562887 ], [ -3.304606111361426, 58.645105136585919 ], [ -3.303992342139717, 58.644771841238573 ], [ -3.303500836439356, 58.645869025914529 ], [ -3.30322100952214, 58.64552695406158 ], [ -3.301422992069997, 58.645364616766834 ], [ -3.299787730025399, 58.645454799104776 ], [ -3.299387367875405, 58.645809138542312 ], [ -3.293905429967906, 58.645599418148876 ], [ -3.293148644532143, 58.645775886814178 ], [ -3.29266456903409, 58.64647774843219 ], [ -3.291972325786778, 58.646256560611953 ], [ -3.290621368527663, 58.646441673797455 ], [ -3.289816452414505, 58.647229375785066 ], [ -3.290507239317363, 58.648764644246008 ], [ -3.289838914034026, 58.648445302056693 ], [ -3.289432489033841, 58.648592188065898 ], [ -3.287354651306169, 58.647571990389032 ], [ -3.285770031372592, 58.647637235816561 ], [ -3.283394645458064, 58.648927399793578 ], [ -3.283219718389828, 58.650452475195628 ], [ -3.282453148636353, 58.650554427633033 ], [ -3.281755727888128, 58.649863483114864 ], [ -3.28236858670004, 58.650645089413793 ], [ -3.281188140488165, 58.650739481839544 ], [ -3.280557704473428, 58.651264911093726 ], [ -3.27865659595664, 58.651728420315926 ], [ -3.277575478108335, 58.651476887609554 ], [ -3.276596858753397, 58.651624921347846 ], [ -3.277080461646231, 58.652220112871689 ], [ -3.276099280241113, 58.651826560229331 ], [ -3.2772133883072, 58.652933751952013 ], [ -3.277891033515843, 58.652943191559729 ], [ -3.277381449888766, 58.65324106071963 ], [ -3.273044233807088, 58.652785547871261 ], [ -3.272555709427576, 58.653094865788852 ], [ -3.271892314067055, 58.65281400444146 ], [ -3.271038415185543, 58.653123334685553 ], [ -3.271392217845209, 58.653374026683807 ], [ -3.270783718292648, 58.65365488283016 ], [ -3.269372023205711, 58.653791867914727 ], [ -3.267763251457914, 58.653294862572928 ], [ -3.267925210542439, 58.65305614537327 ], [ -3.266274378359015, 58.653014018843692 ], [ -3.266223811743176, 58.652189082409755 ], [ -3.265458974707083, 58.652769649706165 ], [ -3.264429346451215, 58.652319899491459 ], [ -3.262894872650118, 58.652492151225246 ], [ -3.263265259133057, 58.652106786215235 ], [ -3.262765681798363, 58.651826066367825 ], [ -3.260411211089335, 58.652102438893756 ], [ -3.259384909963292, 58.651886144622736 ], [ -3.258693329349062, 58.65263750761585 ], [ -3.256440940390653, 58.653023285198628 ], [ -3.253726556794154, 58.653022814513534 ], [ -3.252992226962737, 58.653835638926857 ], [ -3.249838532089955, 58.654468091815104 ], [ -3.246142678489031, 58.653819518743141 ], [ -3.244710902014189, 58.653927685263938 ], [ -3.24368245536122, 58.653359198910096 ], [ -3.24191926742961, 58.653258565816628 ], [ -3.240530203186171, 58.652190551955286 ], [ -3.240221534469077, 58.651651024684455 ], [ -3.240630190393734, 58.651268950119139 ], [ -3.239495102667136, 58.65084786296881 ], [ -3.240033606604617, 58.650288495432441 ], [ -3.238648103548426, 58.650531775027936 ], [ -3.240026601897783, 58.650042460686564 ], [ -3.238748181439968, 58.649465566316458 ], [ -3.236757395201825, 58.649403880158083 ], [ -3.234277903902381, 58.649751932414297 ], [ -3.233674991725695, 58.650490631235904 ], [ -3.232081828898688, 58.650808583344457 ], [ -3.232087150152355, 58.651057328823597 ], [ -3.229730942841198, 58.650897537423397 ], [ -3.228585313937781, 58.650466575629139 ], [ -3.228279942339138, 58.650652719999371 ], [ -3.227144377917572, 58.649869562328099 ], [ -3.227294868139573, 58.650523799460061 ], [ -3.226114774239493, 58.65014074823322 ], [ -3.224664605747847, 58.650262340290602 ], [ -3.220759599069725, 58.652332029283528 ], [ -3.220174042663662, 58.653873470759891 ], [ -3.221165805198871, 58.654783799205156 ], [ -3.219635360967755, 58.655277941364353 ], [ -3.21560448192479, 58.655438233838133 ], [ -3.213359270906238, 58.655205238646204 ], [ -3.209985163807644, 58.655568436207446 ], [ -3.207868967041483, 58.655476942535891 ], [ -3.207570701648562, 58.655124961561988 ], [ -3.200833184294025, 58.655364950280379 ], [ -3.200745599079765, 58.655123259844792 ], [ -3.20054055961192, 58.655375764170536 ], [ -3.198530677413222, 58.655669341108329 ], [ -3.196689653053467, 58.655610129490604 ], [ -3.196653583507695, 58.656016440461769 ], [ -3.195423691101686, 58.655785363795722 ], [ -3.195032748334425, 58.655945277410993 ], [ -3.19536375487104, 58.65630057527779 ], [ -3.193847501183956, 58.656112561111506 ], [ -3.19364221355616, 58.656712650289293 ], [ -3.192803341841314, 58.656980001091853 ], [ -3.192168259571671, 58.657714306033029 ], [ -3.192566793962689, 58.658280954667923 ], [ -3.191935217785939, 58.658461949916848 ], [ -3.192066324943273, 58.659273583848559 ], [ -3.191776951836472, 58.65912806506325 ], [ -3.191620253246522, 58.659587585212591 ], [ -3.191113341706171, 58.65938120676531 ], [ -3.190820767771829, 58.65990036470081 ], [ -3.190007408208369, 58.659553109181779 ], [ -3.189925727516009, 58.660191568294252 ], [ -3.189093517989928, 58.659543592904306 ], [ -3.187845150444685, 58.6600895348667 ], [ -3.187825615675608, 58.659514883710742 ], [ -3.188763582429512, 58.659218807312534 ], [ -3.188031599675321, 58.658475591062619 ], [ -3.188692186801325, 58.65864014429345 ], [ -3.188985179050881, 58.658385948843048 ], [ -3.18826899957935, 58.65785365892183 ], [ -3.187071837498857, 58.658129668714885 ], [ -3.187255503506731, 58.657701341626208 ], [ -3.186644455759859, 58.657116876951513 ], [ -3.18613328710563, 58.657900306438997 ], [ -3.184371627475138, 58.657795277866711 ], [ -3.184307116256494, 58.656705488359705 ], [ -3.183459161759989, 58.656503116476422 ], [ -3.184079889050915, 58.656154304087757 ], [ -3.183348281137586, 58.65618079349926 ], [ -3.182881737278951, 58.655840183970902 ], [ -3.183654860408003, 58.655462129253728 ], [ -3.182658876397006, 58.655722775168329 ], [ -3.182664891985871, 58.655034718616584 ], [ -3.182199217875655, 58.655075822628518 ], [ -3.181527885543113, 58.654335605732712 ], [ -3.180812984191454, 58.654243368605243 ], [ -3.179116108784417, 58.65068868712342 ], [ -3.177693577473887, 58.650612795444374 ], [ -3.176759675090453, 58.650923125949213 ], [ -3.176344389456996, 58.652716084791088 ], [ -3.172074341868938, 58.650879664190825 ], [ -3.171314457175723, 58.649287835592204 ], [ -3.171143884720832, 58.646768215863162 ], [ -3.169020342778168, 58.642778979414878 ], [ -3.16753007210024, 58.641334776265623 ], [ -3.165800826384262, 58.640418153535997 ], [ -3.16522358990259, 58.639639277553663 ], [ -3.162837599918534, 58.638706108046634 ], [ -3.162729247591567, 58.638348716241801 ], [ -3.157789980482939, 58.637243602367263 ], [ -3.153377757935563, 58.637485325278284 ], [ -3.144519332240089, 58.638672784276366 ], [ -3.14085995780302, 58.638712473485484 ], [ -3.135962339695706, 58.639505784353808 ], [ -3.133509477635128, 58.640045663033455 ], [ -3.129113792552881, 58.64257583563581 ], [ -3.127816116213232, 58.642938401342214 ], [ -3.125739071881645, 58.642372783220104 ], [ -3.123372022837509, 58.642162644163811 ], [ -3.119419451847782, 58.642204281184291 ], [ -3.117421945037222, 58.642504568188095 ], [ -3.113975505770994, 58.642265005743027 ], [ -3.108344272731753, 58.64375519574677 ], [ -3.104387381916607, 58.646066067984691 ], [ -3.100340773045546, 58.646747415911086 ], [ -3.093514788441874, 58.64693674171783 ], [ -3.091059219588294, 58.64582590345654 ], [ -3.086403642656446, 58.646158098761539 ], [ -3.082683498850723, 58.645096394623963 ], [ -3.080398539993915, 58.645309604830778 ], [ -3.078870972858746, 58.644830230912902 ], [ -3.072134716657497, 58.644228189162511 ], [ -3.070907878767797, 58.644280620142368 ], [ -3.07053130832888, 58.644755287774082 ], [ -3.070730692600227, 58.644345864169331 ], [ -3.069723714682252, 58.644320110376491 ], [ -3.070656487629448, 58.645129676850573 ], [ -3.069467475867495, 58.644335712964008 ], [ -3.063076001219588, 58.644128216176881 ], [ -3.055634692887748, 58.645268173337854 ], [ -3.054426634482475, 58.646059476235855 ], [ -3.054121094101608, 58.647297844022781 ], [ -3.052747885172958, 58.647758165264626 ], [ -3.046527514441225, 58.64706703225194 ], [ -3.045645815533386, 58.646738290304278 ], [ -3.045834834234957, 58.646490659290237 ], [ -3.044759931367091, 58.646441909981554 ], [ -3.045331554348643, 58.646254941475632 ], [ -3.044626614929941, 58.646189712469869 ], [ -3.042609720083517, 58.644654956763588 ], [ -3.040259006337466, 58.644112637109274 ], [ -3.039029678472916, 58.644140533877909 ], [ -3.035079662554292, 58.646081849878065 ], [ -3.033331108221641, 58.64638331418687 ], [ -3.031528067908482, 58.646007084974194 ], [ -3.031324836164177, 58.645484192073333 ], [ -3.030930471154007, 58.645607705249574 ], [ -3.030733311003986, 58.645348820142353 ], [ -3.031508995773277, 58.645068666616162 ], [ -3.030488061576436, 58.644919670596835 ], [ -3.030627860124078, 58.644694012259336 ], [ -3.029466190745938, 58.645031138713271 ], [ -3.027451280418417, 58.644476917155004 ], [ -3.0292171704011, 58.643887984400138 ], [ -3.025613372050276, 58.644374821107235 ], [ -3.024782616655553, 58.644246717726332 ], [ -3.023942466540116, 58.643503448578166 ], [ -3.024695857433106, 58.642168182791643 ], [ -3.024189059142633, 58.64162883517875 ], [ -3.026964323454829, 58.640802863804623 ], [ -3.02653373869917, 58.640806300222003 ], [ -3.026720470890683, 58.640418603744926 ], [ -3.025643652881183, 58.641002011643486 ], [ -3.024193395636277, 58.641188705227854 ], [ -3.024544944377629, 58.639663534878871 ], [ -3.025907360674983, 58.639127257245065 ], [ -3.026767431422128, 58.638204277988621 ], [ -3.029692374615209, 58.638670394287345 ], [ -3.031946642229349, 58.637713759005919 ], [ -3.033082051386465, 58.636496626751111 ], [ -3.032578245420943, 58.635476774101825 ], [ -3.033778005619249, 58.635565935311156 ], [ -3.034482442568006, 58.635214482286436 ], [ -3.034493756908652, 58.634141094663079 ], [ -3.037674607315265, 58.632093724015725 ], [ -3.036956700268115, 58.630941789091594 ], [ -3.037983630923517, 58.630435029060031 ], [ -3.038739563065704, 58.628632611865569 ], [ -3.03820405134591, 58.62683612943183 ], [ -3.039031076983477, 58.623371542534564 ], [ -3.038497099840268, 58.623074972318626 ], [ -3.038873175415683, 58.622402807076597 ], [ -3.038322910434389, 58.621266589599159 ], [ -3.038880300363294, 58.620902824792644 ], [ -3.038834432991945, 58.619937674717853 ], [ -3.037988719398808, 58.618068249781388 ], [ -3.038802171830942, 58.61740063637356 ], [ -3.039371400565425, 58.615698515892362 ], [ -3.040979724593058, 58.614208033686886 ], [ -3.040378427783464, 58.61309020021519 ], [ -3.038429737047741, 58.612971227981134 ], [ -3.036931581930701, 58.612080667552014 ], [ -3.037272930236358, 58.611691705770042 ], [ -3.036623470898717, 58.611557728490368 ], [ -3.037863485616878, 58.610999848246401 ], [ -3.038809351072616, 58.611261658146709 ], [ -3.039698741403172, 58.611070346989862 ], [ -3.038304519569236, 58.61078072928256 ], [ -3.036140093125565, 58.610928421985989 ], [ -3.035650282185436, 58.610662920154965 ], [ -3.036621655639221, 58.609752442080783 ], [ -3.036145445503718, 58.609073678970695 ], [ -3.036926950472115, 58.608146764816624 ], [ -3.036812767092639, 58.60748753792042 ], [ -3.037750632944094, 58.607192560346583 ], [ -3.037242857765243, 58.60690026481705 ], [ -3.0380082399055, 58.606593204207343 ], [ -3.038066768866093, 58.605955037711155 ], [ -3.039857881886478, 58.60570704221287 ], [ -3.040036880665097, 58.605359802443004 ], [ -3.041080032423751, 58.605135801215745 ], [ -3.040442016808169, 58.604804155544002 ], [ -3.04110490791526, 58.604583230713082 ], [ -3.040608055276263, 58.604542345062718 ], [ -3.042867359951603, 58.603607015934784 ], [ -3.042103378885311, 58.601817785865684 ], [ -3.044862696371636, 58.601095721346489 ], [ -3.042601882745976, 58.601568545942158 ], [ -3.041732369842588, 58.601493861854792 ], [ -3.044411816216445, 58.599998238307855 ], [ -3.043222992356523, 58.600005196438637 ], [ -3.043231235793311, 58.599704245256888 ], [ -3.044189388593607, 58.599521324690926 ], [ -3.042886096049283, 58.599555256201718 ], [ -3.042827062523731, 58.598092628960657 ], [ -3.044343897623833, 58.597662669830818 ], [ -3.044504263353468, 58.59686649306024 ], [ -3.04595953261154, 58.596393902825497 ], [ -3.047778128118568, 58.596392565113625 ], [ -3.049092984407554, 58.596059400619595 ], [ -3.049583634671083, 58.596413762631528 ], [ -3.053110297319447, 58.59634001139132 ], [ -3.055525467799108, 58.595866630006491 ], [ -3.055860020847179, 58.595435458143974 ], [ -3.055738897245342, 58.595869368149003 ], [ -3.057688080747417, 58.595749158011408 ], [ -3.06345959900049, 58.594133343661007 ], [ -3.070646840231442, 58.593261739192137 ], [ -3.072847906408357, 58.591934758029936 ], [ -3.072803667281513, 58.589984308170727 ], [ -3.071395238317569, 58.588705389562506 ], [ -3.071837277825749, 58.588310103127398 ], [ -3.071266190431223, 58.588479228876388 ], [ -3.070253839003704, 58.586985926875428 ], [ -3.068674671458045, 58.586249097374939 ], [ -3.067813093580411, 58.584561416792006 ], [ -3.065671037649783, 58.583577739688323 ], [ -3.064620470738846, 58.583757996511267 ], [ -3.065371188125647, 58.58333233151793 ], [ -3.064428150264273, 58.582975489630911 ], [ -3.0637468507923, 58.583081725280394 ], [ -3.063768777932317, 58.582840835017741 ], [ -3.062838342305389, 58.582615009660401 ], [ -3.061653900149667, 58.582690365731935 ], [ -3.062100403641695, 58.582214240697468 ], [ -3.063291873175172, 58.582087626751367 ], [ -3.063327380457435, 58.581613998888372 ], [ -3.061860254639349, 58.581667445146309 ], [ -3.061464755395708, 58.580988105473139 ], [ -3.060162256153999, 58.581366207179997 ], [ -3.060807296334615, 58.580574090151792 ], [ -3.061370131843717, 58.580532618136054 ], [ -3.060896628730038, 58.580514073703327 ], [ -3.061093825135625, 58.580154076998653 ], [ -3.062481727003641, 58.579985430593709 ], [ -3.062112635787448, 58.579780106771778 ], [ -3.062304182647803, 58.579234234135264 ], [ -3.062747461085311, 58.579220689229345 ], [ -3.062436542107098, 58.578891836322704 ], [ -3.063727429841433, 58.578644939415781 ], [ -3.064002016237615, 58.578059755384587 ], [ -3.064546524408523, 58.577982494246598 ], [ -3.064585497855033, 58.577793556136648 ], [ -3.063545174310059, 58.577852467698754 ], [ -3.063537645896276, 58.57726423012658 ], [ -3.064323446669541, 58.577545137959213 ], [ -3.064288131081242, 58.576778395056671 ], [ -3.064888198641814, 58.577172210394295 ], [ -3.065204697816974, 58.576326207414439 ], [ -3.064976217122819, 58.576107151812003 ], [ -3.063855657338716, 58.576296965463264 ], [ -3.063758177256838, 58.575861262811145 ], [ -3.06444011965024, 58.576063990757845 ], [ -3.066202820052336, 58.575390121842723 ], [ -3.065274231126766, 58.57533225695785 ], [ -3.064995030700334, 58.575028295861138 ], [ -3.065974869613445, 58.574227088526314 ], [ -3.065347335252264, 58.574399352142066 ], [ -3.065284849792405, 58.574153772028723 ], [ -3.066381419179214, 58.572555816008716 ], [ -3.06596286790335, 58.572757784211881 ], [ -3.065840545708491, 58.572580063337824 ], [ -3.068151956147627, 58.571186670905533 ], [ -3.068119330225799, 58.570905815148365 ], [ -3.067582249303981, 58.570940816455646 ], [ -3.067764135387997, 58.569460918401752 ], [ -3.06889348090668, 58.567818655751275 ], [ -3.068116932090684, 58.568061332404639 ], [ -3.068403295308465, 58.56758561602792 ], [ -3.06753395736363, 58.567716789531389 ], [ -3.067945790691369, 58.566844836904053 ], [ -3.067266522070609, 58.566724737507087 ], [ -3.06783437882383, 58.566065253338706 ], [ -3.067216999945928, 58.566566172828786 ], [ -3.067068968066703, 58.566390462931459 ], [ -3.067770495397153, 58.564475125236214 ], [ -3.069357304354395, 58.564198763394728 ], [ -3.068033939585899, 58.564263661810394 ], [ -3.068123045878239, 58.564085083326212 ], [ -3.069323927402471, 58.563555053039345 ], [ -3.068930292723224, 58.563442464809839 ], [ -3.074780515680397, 58.561499412774019 ], [ -3.074751679115984, 58.561063142691133 ], [ -3.074007502610025, 58.561290316441735 ], [ -3.075042617129579, 58.560797544123595 ], [ -3.07468816745038, 58.560280468433206 ], [ -3.075487449991654, 58.559889361987516 ], [ -3.07515649668402, 58.560307087569868 ], [ -3.075509531248731, 58.560329281267705 ], [ -3.077398115071542, 58.55925361324163 ], [ -3.077009143611021, 58.559236216933002 ], [ -3.077229081989583, 58.558562540081574 ], [ -3.079369764564108, 58.55719461796383 ], [ -3.078693239884462, 58.557158984735715 ], [ -3.079897276370471, 58.556911750923788 ], [ -3.080061220563296, 58.557324430232256 ], [ -3.080505270573505, 58.55684286802677 ], [ -3.081595324424805, 58.556745673589788 ], [ -3.082762968436733, 58.555487376055233 ], [ -3.082826871046997, 58.55466231422303 ], [ -3.082173087971791, 58.55458249733995 ], [ -3.082941234061252, 58.55463709943308 ], [ -3.082765602517552, 58.55440325856069 ], [ -3.083537449903844, 58.554021313506503 ], [ -3.083166266322422, 58.553799002485356 ], [ -3.082202499919236, 58.553975982496127 ], [ -3.083968547055549, 58.553345842348818 ], [ -3.083204001165868, 58.553184333498905 ], [ -3.083953405361113, 58.552966940782625 ], [ -3.08325899973095, 58.552739273689021 ], [ -3.084202309378504, 58.551957088938764 ], [ -3.083172095354604, 58.551928057440598 ], [ -3.083686530666277, 58.551670433181989 ], [ -3.083573586195415, 58.551463009676944 ], [ -3.082864195098177, 58.551583958455545 ], [ -3.083449337556775, 58.551223347162185 ], [ -3.082980874462563, 58.55124436316963 ], [ -3.083179456749896, 58.550941800387058 ], [ -3.08502533488212, 58.550009184687688 ], [ -3.084352159465214, 58.550022055038042 ], [ -3.085040268301777, 58.549547396890205 ], [ -3.086455579459899, 58.549418670133718 ], [ -3.08628250269171, 58.549211757528333 ], [ -3.085186157919482, 58.549319824394978 ], [ -3.086118231169809, 58.548623045994489 ], [ -3.088633619825831, 58.548287389138807 ], [ -3.088504892312801, 58.547904061219178 ], [ -3.089130362661727, 58.547684094944238 ], [ -3.088389006223598, 58.546882021769427 ], [ -3.089119759144377, 58.546788704082736 ], [ -3.088548901067617, 58.546774681994521 ], [ -3.089241483196098, 58.546115836588918 ], [ -3.094609318794089, 58.543651410679381 ], [ -3.09670918154757, 58.543171833061479 ], [ -3.098599987309511, 58.54177786848539 ], [ -3.106030610201311, 58.538037842714722 ], [ -3.107391394291645, 58.537667741621583 ], [ -3.108072948365437, 58.537166067393066 ], [ -3.109189881423235, 58.534515776463088 ], [ -3.112835860960697, 58.532281891763432 ], [ -3.115279191915001, 58.531722682039685 ], [ -3.115390412362731, 58.531006763805607 ], [ -3.115623611917613, 58.531698133598695 ], [ -3.117170732868504, 58.53136582746307 ], [ -3.116670667747801, 58.531140243051119 ], [ -3.116059371693356, 58.531359325114799 ], [ -3.115849728199316, 58.531139296452146 ], [ -3.116589092000702, 58.531059217989061 ], [ -3.117472793826694, 58.531413497093368 ], [ -3.120364596509853, 58.531188900413618 ], [ -3.125894697234337, 58.527388817726944 ], [ -3.129124392486421, 58.523157279656516 ], [ -3.131148864772207, 58.519321848235613 ], [ -3.132477916764904, 58.513682998404015 ], [ -3.133288405771791, 58.502619166691673 ], [ -3.135154201303743, 58.501146714070316 ], [ -3.135947895879108, 58.501122625303253 ], [ -3.135861140946072, 58.50220840425402 ], [ -3.136939013863536, 58.503595541724707 ], [ -3.145793521568194, 58.505956273817425 ], [ -3.144031615396785, 58.506660004011721 ], [ -3.143875154851878, 58.507336836243446 ], [ -3.144728561787611, 58.50793011535346 ], [ -3.145392754794684, 58.507877483783432 ], [ -3.146081847954585, 58.508535991718915 ], [ -3.146115879482648, 58.509895545031355 ], [ -3.147770166289064, 58.50999213751345 ], [ -3.149508895230578, 58.510571178010814 ], [ -3.149498698682842, 58.512726023619535 ], [ -3.150478651472631, 58.513664832670649 ], [ -3.151292248118866, 58.513715920033398 ], [ -3.149703924853831, 58.512650534087399 ], [ -3.149937784974595, 58.510407458561488 ], [ -3.148052212774165, 58.509799199015838 ], [ -3.146623571783468, 58.509779635146174 ], [ -3.146570366562282, 58.508464264363234 ], [ -3.144403862931202, 58.507340206677256 ], [ -3.144234970647842, 58.506844116161311 ], [ -3.146223303535763, 58.506452727259109 ], [ -3.146089283557844, 58.505816210086785 ], [ -3.143885699899577, 58.504812832612224 ], [ -3.137876644526443, 58.503086042767713 ], [ -3.137238054142982, 58.503291100994566 ], [ -3.136734546639894, 58.50295065771666 ], [ -3.136575906413015, 58.501334426244064 ], [ -3.135697095553551, 58.500742217002838 ], [ -3.134954060297479, 58.50074070697606 ], [ -3.134488965101473, 58.5013762455524 ], [ -3.133185925310128, 58.501569192253442 ], [ -3.131466731591249, 58.495602431248649 ], [ -3.127812847701024, 58.487591323239648 ], [ -3.125215883881273, 58.483835446238814 ], [ -3.121236453684792, 58.479946101852633 ], [ -3.116570562569913, 58.477577858037407 ], [ -3.114448950143988, 58.477022365753577 ], [ -3.111836993815165, 58.475815412541237 ], [ -3.111065654332622, 58.475823892463247 ], [ -3.105724059333905, 58.473902120748839 ], [ -3.103270460144433, 58.473682534362858 ], [ -3.10141550413395, 58.474456545925783 ], [ -3.100855567755053, 58.474370635913949 ], [ -3.101273338856628, 58.474899674503725 ], [ -3.100789867306654, 58.474408025427365 ], [ -3.100613358897944, 58.474685283420236 ], [ -3.098323902452452, 58.474451619178915 ], [ -3.094072668212875, 58.474814890499147 ], [ -3.08744838726235, 58.474293688462716 ], [ -3.08519211926615, 58.475021464834001 ], [ -3.082919218884324, 58.474765829625014 ], [ -3.08186940577147, 58.475085460171165 ], [ -3.079884819860951, 58.47500517964037 ], [ -3.078264913704448, 58.475690648550447 ], [ -3.077768257837366, 58.475206210715513 ], [ -3.075736182993546, 58.475816069770765 ], [ -3.074859026251603, 58.476458438388818 ], [ -3.074287026934943, 58.476313233623394 ], [ -3.072279237468539, 58.476767448190003 ], [ -3.071383909652407, 58.477491678996913 ], [ -3.068983540077332, 58.477952712383839 ], [ -3.068948914161696, 58.477772466345769 ], [ -3.067392806474987, 58.478480616986957 ], [ -3.066649396395936, 58.478507458910528 ], [ -3.067114800552316, 58.478134435459459 ], [ -3.066061668655583, 58.478352468307719 ], [ -3.063154829368393, 58.47936549042592 ], [ -3.061612949040352, 58.478561813529012 ], [ -3.061628733641373, 58.479141907772814 ], [ -3.060068880701456, 58.478650928170858 ], [ -3.060440713123931, 58.479267599579991 ], [ -3.058737427669917, 58.478682582356065 ], [ -3.0574805606269, 58.479142039906193 ], [ -3.056804291083273, 58.479064082263115 ], [ -3.056855502910343, 58.479570234003603 ], [ -3.055470058077788, 58.47991845824972 ], [ -3.053984694599986, 58.478935487694649 ], [ -3.052675008306168, 58.479695323760275 ], [ -3.051595092611726, 58.479538017868968 ], [ -3.052341990667037, 58.479110646614821 ], [ -3.051315260275348, 58.47941277005075 ], [ -3.050346555869026, 58.479303942101481 ], [ -3.05050818584207, 58.478916401421309 ], [ -3.048518755512156, 58.477584510905338 ], [ -3.048686958999045, 58.477244522259511 ], [ -3.049710997012443, 58.477025972287208 ], [ -3.049122272716651, 58.476719120369317 ], [ -3.050109058744609, 58.476229621497467 ], [ -3.04918453248887, 58.476219223274619 ], [ -3.049480811326327, 58.475747051562635 ], [ -3.048911060110236, 58.475960987719823 ], [ -3.049306120752501, 58.4756389027892 ], [ -3.048862677546989, 58.475315592150068 ], [ -3.049795752621883, 58.474636120441801 ], [ -3.04908866970069, 58.474901479490214 ], [ -3.04876072880828, 58.474656263614719 ], [ -3.049391720933655, 58.474024173290204 ], [ -3.048630069280731, 58.474069024066779 ], [ -3.048967792299059, 58.473837226731739 ], [ -3.048582653591129, 58.473570921852307 ], [ -3.049351343756926, 58.473187399832142 ], [ -3.048637701497445, 58.47334682501063 ], [ -3.049271458427989, 58.472693156116264 ], [ -3.048458954379813, 58.472583935054907 ], [ -3.048433043421523, 58.472232060265071 ], [ -3.04920004678977, 58.471792865545261 ], [ -3.050182871720837, 58.472209661448311 ], [ -3.050277860037005, 58.471370881360833 ], [ -3.051457758855624, 58.47080883311434 ], [ -3.049989499167502, 58.470497516341752 ], [ -3.050552574318674, 58.469143838084982 ], [ -3.051362383128551, 58.468648591900738 ], [ -3.050568070799211, 58.468629053533988 ], [ -3.05160873907596, 58.468287299762373 ], [ -3.051884299857193, 58.467813494938518 ], [ -3.051538395574524, 58.467826211448276 ], [ -3.052002314658893, 58.467345472745748 ], [ -3.051486764609989, 58.467188027966451 ], [ -3.051524472691287, 58.466671264602105 ], [ -3.052096201349783, 58.466471670368122 ], [ -3.051634654743211, 58.466457492206089 ], [ -3.052992513987642, 58.465833790912335 ], [ -3.052014302001701, 58.465337040878239 ], [ -3.052995289010675, 58.464780201067626 ], [ -3.052059415552128, 58.464781594605803 ], [ -3.05204863691381, 58.464535581268514 ], [ -3.054487565091312, 58.464011670468693 ], [ -3.054454604853882, 58.463597879563252 ], [ -3.055603745283557, 58.463107000149328 ], [ -3.055070029492993, 58.462170097212791 ], [ -3.056804214985092, 58.460843572944029 ], [ -3.056160232968259, 58.460573136320164 ], [ -3.057204147726444, 58.460120832004449 ], [ -3.056241602070429, 58.459228784669747 ], [ -3.055279395954697, 58.459032819145115 ], [ -3.054098154657102, 58.45747340936812 ], [ -3.055653553679444, 58.456420517839994 ], [ -3.054875115182472, 58.456349680385799 ], [ -3.054577003680433, 58.455951542838569 ], [ -3.053047137537474, 58.45579525751986 ], [ -3.053590051115051, 58.455727026714065 ], [ -3.05267654278755, 58.454805808313985 ], [ -3.05311176007208, 58.454230990094949 ], [ -3.052510178713987, 58.454112878510728 ], [ -3.052690866143957, 58.453736852832499 ], [ -3.05136570699797, 58.453948020338451 ], [ -3.051186918378578, 58.453009986782675 ], [ -3.050283371253068, 58.452935656563625 ], [ -3.051244187586233, 58.452574796628504 ], [ -3.050214256304478, 58.452686527820973 ], [ -3.051180602661334, 58.452166644598819 ], [ -3.049838631164601, 58.452214465158214 ], [ -3.051325000278613, 58.451837623801836 ], [ -3.049688979652097, 58.451907613640365 ], [ -3.051230812983718, 58.451150387667802 ], [ -3.052265551563551, 58.451660151528472 ], [ -3.052452901727036, 58.450991263493293 ], [ -3.05110913934447, 58.450403198462432 ], [ -3.051929931043261, 58.450232997460816 ], [ -3.052334907691597, 58.450425478184144 ], [ -3.052391370077827, 58.449791795286863 ], [ -3.053441797736801, 58.449451738991648 ], [ -3.05208876709517, 58.449412550711365 ], [ -3.054382933360705, 58.44941076990969 ], [ -3.054059690565886, 58.448914935687938 ], [ -3.054415127680266, 58.448711717965701 ], [ -3.053757056306521, 58.448592280795808 ], [ -3.054375991630375, 58.448434500935647 ], [ -3.053596583164769, 58.448382526392564 ], [ -3.054795771555652, 58.448091534389377 ], [ -3.053349597456893, 58.448029773158986 ], [ -3.053448848982989, 58.447567291055421 ], [ -3.054823029070126, 58.447571261448111 ], [ -3.055650731957692, 58.447119847535369 ], [ -3.056998996216017, 58.447859621087161 ], [ -3.057168430867435, 58.447282487751259 ], [ -3.058896881204128, 58.447559235424841 ], [ -3.059430144014459, 58.447345552852269 ], [ -3.059008034172003, 58.447039166472329 ], [ -3.05927564427588, 58.446537564818264 ], [ -3.062031378482695, 58.44690637501094 ], [ -3.063467298178513, 58.446118439696249 ], [ -3.063544996175238, 58.445286973392783 ], [ -3.06168608906843, 58.444714967866226 ], [ -3.061375299211591, 58.444179528129617 ], [ -3.060732487500456, 58.444052815167545 ], [ -3.060568098867563, 58.444339798226146 ], [ -3.059693821121114, 58.444377566282995 ], [ -3.059243075513105, 58.444143272238115 ], [ -3.059920486182561, 58.443882588672466 ], [ -3.059078464555893, 58.443169202907455 ], [ -3.059626107231469, 58.442239546310851 ], [ -3.061565272377699, 58.441671118588246 ], [ -3.061201212408976, 58.442096280219481 ], [ -3.062133880401291, 58.441837962226856 ], [ -3.063358530954036, 58.442230197064426 ], [ -3.063720414842998, 58.441847261999101 ], [ -3.063934938125773, 58.442314334968721 ], [ -3.065178679036781, 58.442203409789521 ], [ -3.065127726513592, 58.442387961352665 ], [ -3.066880762903159, 58.442520686565786 ], [ -3.069525783605088, 58.442184281131723 ], [ -3.069971471196864, 58.44253265128399 ], [ -3.072596767737403, 58.442449635806511 ], [ -3.074613618002195, 58.442019578803915 ], [ -3.076764137213372, 58.44198536618422 ], [ -3.076786848354613, 58.442224093409713 ], [ -3.077845419288065, 58.442109211232143 ], [ -3.080628590861094, 58.442483677815908 ], [ -3.081600467625673, 58.442111715267131 ], [ -3.081792388293732, 58.441276576777078 ], [ -3.081966183488463, 58.442194855232437 ], [ -3.082990580498291, 58.442529313273567 ], [ -3.084045383110139, 58.442403633423659 ], [ -3.086408935702928, 58.442722242189632 ], [ -3.090125496790516, 58.442142796148993 ], [ -3.091087582515502, 58.44184539411129 ], [ -3.091135051124877, 58.44149739058863 ], [ -3.092603325848504, 58.441283690106872 ], [ -3.096262174758339, 58.443097336288162 ], [ -3.10122025259213, 58.44360363648363 ], [ -3.106738757848829, 58.445858178706217 ], [ -3.110074026166922, 58.446172452159068 ], [ -3.10876785026543, 58.44587837009761 ], [ -3.109277662766371, 58.445474264575886 ], [ -3.112216043119448, 58.446295801552658 ], [ -3.1113445323678, 58.445932405958693 ], [ -3.111756413873392, 58.445846201165743 ], [ -3.112722201259945, 58.446518461650122 ], [ -3.113132080180699, 58.446495333720691 ], [ -3.114122516963319, 58.447042711497126 ], [ -3.115452006720029, 58.447204502302036 ], [ -3.115883518341365, 58.447168969163329 ], [ -3.115416116292901, 58.447044936298546 ], [ -3.118047971883882, 58.446890875372645 ], [ -3.120042270715693, 58.447323462770569 ], [ -3.121762365655211, 58.447806023105578 ], [ -3.122699053899613, 58.448865775894248 ], [ -3.122943984378364, 58.448325613060177 ], [ -3.122169819537622, 58.447742278441027 ], [ -3.119026497124299, 58.44684461402526 ], [ -3.118912026628386, 58.446800703470437 ], [ -3.119220601977181, 58.44626717787888 ], [ -3.118701666058984, 58.446812419350081 ], [ -3.11604151066987, 58.446884106379471 ], [ -3.116896020478113, 58.446654811303496 ], [ -3.115268524453422, 58.446874665531176 ], [ -3.114929178115639, 58.446762648456293 ], [ -3.11555761154831, 58.446481436639871 ], [ -3.114238919171299, 58.446606076595913 ], [ -3.113894080949636, 58.446428536496597 ], [ -3.11448101272284, 58.446135115840406 ], [ -3.114149426922818, 58.446268235815488 ], [ -3.112281290376712, 58.445703326826596 ], [ -3.112817102450475, 58.445255868180013 ], [ -3.112270924806526, 58.445592040918257 ], [ -3.108118878995374, 58.445072015813828 ], [ -3.103348697332007, 58.443190131226459 ], [ -3.100283508945788, 58.442516784928124 ], [ -3.096554698405768, 58.442533465402427 ], [ -3.092977523522078, 58.440866434511065 ], [ -3.091275073331974, 58.440985128583698 ], [ -3.089872979415112, 58.441676986393567 ], [ -3.087319934867656, 58.441766928842448 ], [ -3.082397199774501, 58.440053527333113 ], [ -3.081794343505096, 58.440949619577978 ], [ -3.082203786320724, 58.439779416309996 ], [ -3.080652220518648, 58.438729050065682 ], [ -3.0829043788606, 58.439891162575314 ], [ -3.086722601164506, 58.440950150693844 ], [ -3.086348528138876, 58.439706634332559 ], [ -3.084881897092922, 58.439304989765155 ], [ -3.08263868724689, 58.439438923129565 ], [ -3.082237015363312, 58.439243815126446 ], [ -3.084028211947692, 58.439116406586962 ], [ -3.084145708182969, 58.438147164755875 ], [ -3.081820537297747, 58.43789645422666 ], [ -3.07888314091392, 58.439131071062192 ], [ -3.081080115346587, 58.437992519827326 ], [ -3.080536816943988, 58.43719950885545 ], [ -3.078597493336216, 58.436513458285468 ], [ -3.077681006550419, 58.436564279958674 ], [ -3.077579602831253, 58.436216635206463 ], [ -3.076854615079206, 58.436312546800288 ], [ -3.075059779220708, 58.435474333623922 ], [ -3.074906628174801, 58.435001374448007 ], [ -3.074175415172693, 58.435004809785831 ], [ -3.073826936399032, 58.434472409314807 ], [ -3.071886711428482, 58.434479667379783 ], [ -3.072186248855412, 58.433966991120329 ], [ -3.0703869478701, 58.434045800969713 ], [ -3.071027952712878, 58.433215909500646 ], [ -3.070140287556985, 58.433198174535256 ], [ -3.070201463814381, 58.432900363427947 ], [ -3.069068482607156, 58.432925087620724 ], [ -3.069986222057437, 58.432579710840734 ], [ -3.069974948099681, 58.431982509693142 ], [ -3.070914552903375, 58.431343235837829 ], [ -3.069042291697124, 58.431157671548661 ], [ -3.069913982485805, 58.430537833331996 ], [ -3.068426226886822, 58.430663415863847 ], [ -3.070240684834106, 58.429961163117582 ], [ -3.069789260469127, 58.429644278537644 ], [ -3.068973907377389, 58.429975327705954 ], [ -3.06889723030911, 58.429649026573841 ], [ -3.070935595828383, 58.428709570455723 ], [ -3.069357771896673, 58.428629333414904 ], [ -3.072896906434906, 58.427323427991283 ], [ -3.072109106490715, 58.427262656449159 ], [ -3.072076595402014, 58.426981795147597 ], [ -3.073761530772133, 58.4259706987879 ], [ -3.076021295430876, 58.425564625594617 ], [ -3.075751776845815, 58.425429465153066 ], [ -3.083038911830507, 58.423140575035788 ], [ -3.079560759828925, 58.423839973018616 ], [ -3.081814772495385, 58.423029658919731 ], [ -3.081631251626499, 58.422851569787255 ], [ -3.080485104709125, 58.423106444677515 ], [ -3.080912894446095, 58.422428295590407 ], [ -3.079340182170561, 58.422786456758722 ], [ -3.080023180058163, 58.422390887507802 ], [ -3.08000970675268, 58.42172723784379 ], [ -3.080944796932918, 58.421402292107636 ], [ -3.080705611947566, 58.420915693387833 ], [ -3.082417603053175, 58.420636277519371 ], [ -3.082568704929043, 58.420316143067872 ], [ -3.082943163203471, 58.420524054135093 ], [ -3.082609214107871, 58.420074187274196 ], [ -3.085380552600459, 58.419117522328904 ], [ -3.086799389457398, 58.418272872296725 ], [ -3.085914867520505, 58.41856779274805 ], [ -3.086605710634356, 58.418098469079837 ], [ -3.086550358046391, 58.41752409522428 ], [ -3.085029483202663, 58.417777698045882 ], [ -3.084396841731247, 58.417300724190916 ], [ -3.084068336268066, 58.417528950088091 ], [ -3.083187507804072, 58.417052273430301 ], [ -3.083467328714876, 58.416632248298974 ], [ -3.083040932392381, 58.416459807346079 ], [ -3.083675103874408, 58.416096066816962 ], [ -3.086787829861788, 58.416730773616912 ], [ -3.087530382631463, 58.416607708437382 ], [ -3.085097218801339, 58.416195407548997 ], [ -3.085485843455486, 58.415752001538564 ], [ -3.084565158401082, 58.415759797799382 ], [ -3.083873354264483, 58.415305777011788 ], [ -3.084267420971819, 58.415094960519966 ], [ -3.086441660403276, 58.415662165238629 ], [ -3.084716741834843, 58.415066906343533 ], [ -3.084463500026545, 58.414568756616809 ], [ -3.085008231681292, 58.414637796829624 ], [ -3.084451907552652, 58.414024549931959 ], [ -3.085826310991836, 58.41363297442215 ], [ -3.087336062218354, 58.412580063371905 ], [ -3.088013413020962, 58.411844081994602 ], [ -3.087498260149832, 58.411900550755391 ], [ -3.087325691016248, 58.411632557326136 ], [ -3.089100087118676, 58.411228568793781 ], [ -3.091388254557433, 58.411500112957711 ], [ -3.089565512018212, 58.40917403480249 ], [ -3.09059196209693, 58.408496146675475 ], [ -3.089841914723929, 58.408592348630407 ], [ -3.0904023140783, 58.408284888842161 ], [ -3.088338004038224, 58.406275217177452 ], [ -3.088967970071922, 58.405949208536597 ], [ -3.088721203886377, 58.405549812916277 ], [ -3.090444407855919, 58.404717799807841 ], [ -3.088210952108679, 58.404874214939341 ], [ -3.087647821808124, 58.404481096998751 ], [ -3.090024115129812, 58.403686656109549 ], [ -3.090819232194652, 58.403778689662587 ], [ -3.090945904854101, 58.402838997108312 ], [ -3.092754165055926, 58.401223000690479 ], [ -3.093207239062982, 58.401045783211593 ], [ -3.092686762295187, 58.400261608063943 ], [ -3.093086796359684, 58.400195321430644 ], [ -3.094618934474811, 58.401379533478035 ], [ -3.09410793768851, 58.400074329301383 ], [ -3.094922003822463, 58.399731448309701 ], [ -3.094548200274296, 58.399153509984771 ], [ -3.097429061583593, 58.397820188910224 ], [ -3.098338270762276, 58.397678564774147 ], [ -3.09874024840251, 58.397950863819815 ], [ -3.098538147432322, 58.397339128726479 ], [ -3.100736620979174, 58.395967570229686 ], [ -3.100119188015537, 58.395533656151677 ], [ -3.101699035599412, 58.394791639152288 ], [ -3.102946769374018, 58.393551268022826 ], [ -3.10218048015828, 58.393115950953899 ], [ -3.100221453111302, 58.394039075309358 ], [ -3.09847960781034, 58.393533071057441 ], [ -3.099373972800131, 58.393193064505489 ], [ -3.097715007578054, 58.393040228451788 ], [ -3.10006942188695, 58.391794886761176 ], [ -3.099184181230288, 58.391547398814474 ], [ -3.100030193083364, 58.390700320361852 ], [ -3.101072043901486, 58.390320412001891 ], [ -3.100338643529318, 58.389949471717905 ], [ -3.100424927485827, 58.389534661010579 ], [ -3.099636397023987, 58.389315087753943 ], [ -3.1026667419543, 58.387706407401744 ], [ -3.099770096703065, 58.388829810898606 ], [ -3.098341520018762, 58.388598658528245 ], [ -3.100318007941476, 58.387749961276555 ], [ -3.101232507026058, 58.386579831980121 ], [ -3.103915436182016, 58.385958533179121 ], [ -3.101616351533883, 58.385945096990625 ], [ -3.103306850159969, 58.385146416402087 ], [ -3.10378708033561, 58.38420455805408 ], [ -3.103236418583339, 58.384041339815262 ], [ -3.104157075556403, 58.38384029227548 ], [ -3.103683943866574, 58.383640479497153 ], [ -3.107662854576715, 58.382853434078669 ], [ -3.105379138230939, 58.382887538160624 ], [ -3.10610966177386, 58.382623446979402 ], [ -3.105858367735552, 58.382353462702461 ], [ -3.107116333751034, 58.381949181564075 ], [ -3.105562134112301, 58.382232068921056 ], [ -3.105375120373704, 58.382048654143105 ], [ -3.106399607222652, 58.381561066145977 ], [ -3.10635708680615, 58.38020335474868 ], [ -3.108483224722789, 58.378749642897077 ], [ -3.110275544108491, 58.378486211382018 ], [ -3.10715829478337, 58.378486256086312 ], [ -3.107341734206916, 58.377573894302365 ], [ -3.106503109660082, 58.377713179407287 ], [ -3.106126374465501, 58.377040089232807 ], [ -3.106752682207042, 58.376673600603468 ], [ -3.10647339507531, 58.376327512371503 ], [ -3.10732085058911, 58.376252821359181 ], [ -3.106576797819437, 58.375807458658905 ], [ -3.107130001072942, 58.374800284134693 ], [ -3.108446370048454, 58.374795182555168 ], [ -3.108443108338991, 58.374037128806485 ], [ -3.110463625716115, 58.374078902450826 ], [ -3.111755882875499, 58.373362599873772 ], [ -3.111514430598862, 58.373024277629156 ], [ -3.110155313080105, 58.373027087161056 ], [ -3.110181756530605, 58.372725960258201 ], [ -3.108988224287899, 58.372121035414722 ], [ -3.108253694952727, 58.372304341239605 ], [ -3.108815079679925, 58.371561158879487 ], [ -3.108392766409396, 58.371669006964296 ], [ -3.107912869774548, 58.371194419014408 ], [ -3.109696112026437, 58.370436162472558 ], [ -3.109951055572996, 58.370606407334158 ], [ -3.111425865094813, 58.370316966865808 ], [ -3.111119268545549, 58.369863341241008 ], [ -3.11181229115775, 58.369558223468701 ], [ -3.112913006108814, 58.369442672150733 ], [ -3.113037507285488, 58.369704763230871 ], [ -3.113747023747005, 58.369706676835676 ], [ -3.115410925966724, 58.369073329601079 ], [ -3.115457830304271, 58.36877202290863 ], [ -3.116196309535425, 58.368879658476509 ], [ -3.115818672164631, 58.368505704973636 ], [ -3.118188435931964, 58.368465268858948 ], [ -3.117189244929293, 58.368167704550309 ], [ -3.117244507560644, 58.367860934915285 ], [ -3.11832905182926, 58.367830807093192 ], [ -3.119529042327323, 58.368261337344499 ], [ -3.11961373559568, 58.367966884073638 ], [ -3.116989136503145, 58.367082624361998 ], [ -3.116888651665898, 58.366607453137533 ], [ -3.117977910497734, 58.366619502524046 ], [ -3.117288986651594, 58.366401864094215 ], [ -3.117505784137751, 58.366176319115894 ], [ -3.120057393768174, 58.365891744951803 ], [ -3.120441416059416, 58.365441977048974 ], [ -3.121440468174593, 58.365305684325811 ], [ -3.12190406887579, 58.364832759621713 ], [ -3.121142359808077, 58.3652301516017 ], [ -3.12076601679434, 58.365113087527483 ], [ -3.122766216507258, 58.363938673117723 ], [ -3.123589024513346, 58.363959298398747 ], [ -3.124043048843901, 58.363616689380819 ], [ -3.123321078043821, 58.363326618988637 ], [ -3.124492502935483, 58.362915734978941 ], [ -3.123968574282913, 58.362510754626591 ], [ -3.124941465419433, 58.361770171495351 ], [ -3.124846655263135, 58.361422500939355 ], [ -3.126379445170383, 58.36109105813496 ], [ -3.126363640796514, 58.360702274128975 ], [ -3.127304927881604, 58.360903270158744 ], [ -3.12662780642763, 58.360035277137001 ], [ -3.125921358059337, 58.360016343061133 ], [ -3.126666543245848, 58.359534635513384 ], [ -3.128635193444796, 58.35958286207498 ], [ -3.129300542968144, 58.359224897075201 ], [ -3.128537487057821, 58.359145398883598 ], [ -3.130662414213443, 58.358629938975533 ], [ -3.130408723316119, 58.358285471828871 ], [ -3.131102133095782, 58.358432041540361 ], [ -3.131160259799655, 58.359073745655621 ], [ -3.131646637419031, 58.358144293749298 ], [ -3.133275361566247, 58.357506528505077 ], [ -3.134343608256061, 58.35649915787284 ], [ -3.134247896759824, 58.357244619931585 ], [ -3.135270476060993, 58.356625671659202 ], [ -3.136101515519076, 58.356907521065786 ], [ -3.136402234656265, 58.356586886087925 ], [ -3.138421111853367, 58.356713557728099 ], [ -3.139175910677805, 58.355954143990822 ], [ -3.139328962285734, 58.356249190443911 ], [ -3.139904403894558, 58.356182090730648 ], [ -3.140556167582169, 58.355673288052849 ], [ -3.141164060288653, 58.355764876338654 ], [ -3.141852681491645, 58.356451253852889 ], [ -3.143355879348691, 58.355797412528005 ], [ -3.144757007989352, 58.355792972998174 ], [ -3.14506245380503, 58.354671072340878 ], [ -3.145663528440372, 58.35471060410282 ], [ -3.145104391861119, 58.354330275868051 ], [ -3.146587682086528, 58.354595441921838 ], [ -3.146360049359373, 58.353793583445444 ], [ -3.146891001147901, 58.352988522179892 ], [ -3.147963581282307, 58.353025613549399 ], [ -3.147973745477922, 58.352496476795963 ], [ -3.150725736992919, 58.351896011198313 ], [ -3.149281231696627, 58.351717671561858 ], [ -3.149799484406592, 58.351208222665313 ], [ -3.152745279087941, 58.351158371186592 ], [ -3.152632380151739, 58.350944715622667 ], [ -3.150926826285568, 58.35088191992574 ], [ -3.150575619868328, 58.350695555275415 ], [ -3.151018528695242, 58.350444564930115 ], [ -3.150246140625169, 58.350441628625788 ], [ -3.149968742284206, 58.349950105633688 ], [ -3.154700984536293, 58.349200605721407 ], [ -3.153577894967752, 58.348659232006689 ], [ -3.155110622242611, 58.348350794069596 ], [ -3.15427505895863, 58.348138271057934 ], [ -3.157390579366763, 58.347122100751307 ], [ -3.157922967939508, 58.346475961504595 ], [ -3.161472375085543, 58.345882414637828 ], [ -3.160756445777599, 58.345826933559671 ], [ -3.1611695933862, 58.345401923834714 ], [ -3.162486915543313, 58.345407030431666 ], [ -3.162135549838649, 58.345112014999273 ], [ -3.161304857534329, 58.345098896969283 ], [ -3.161648620172677, 58.34474637221976 ], [ -3.15966779841442, 58.344928710309233 ], [ -3.159463656784375, 58.344694330139383 ], [ -3.162190006134858, 58.343805518804459 ], [ -3.164323230255958, 58.343999902524409 ], [ -3.164841766188573, 58.34278259544358 ], [ -3.162437605183638, 58.342450560885489 ], [ -3.162591101710361, 58.341715326146833 ], [ -3.164236285414653, 58.341513540377306 ], [ -3.164234679706619, 58.342139609880448 ], [ -3.164939483030695, 58.340562219771343 ], [ -3.166488127070466, 58.340076549587209 ], [ -3.165630133287087, 58.340008918093496 ], [ -3.167462432590613, 58.339786523140369 ], [ -3.167751848063652, 58.339550346571656 ], [ -3.167058885934489, 58.339203670311619 ], [ -3.168131720632262, 58.338742977336572 ], [ -3.170072432288191, 58.33865069414901 ], [ -3.170783388216182, 58.337578908042929 ], [ -3.172430342341365, 58.337231488365212 ], [ -3.173901432756539, 58.337813517573771 ], [ -3.173308917957828, 58.337457869410834 ], [ -3.173102964963074, 58.33650046354456 ], [ -3.175220319583806, 58.335302574398767 ], [ -3.176531593682549, 58.334880038914996 ], [ -3.176546447227759, 58.335172720850316 ], [ -3.177566487614452, 58.335185792637816 ], [ -3.17831234872819, 58.335889415367262 ], [ -3.177642597253321, 58.334855446714215 ], [ -3.177833602427926, 58.334180026154179 ], [ -3.179173406633738, 58.333795823799555 ], [ -3.179341029460272, 58.333547269224425 ], [ -3.178744316149952, 58.333629116399685 ], [ -3.180311008523345, 58.332931130116208 ], [ -3.180955271089799, 58.332995246071611 ], [ -3.180857870105731, 58.333300640682097 ], [ -3.18163945781692, 58.332925155704103 ], [ -3.181632694760287, 58.333131808147058 ], [ -3.182749717174332, 58.332573574480847 ], [ -3.183125849951464, 58.331768886740697 ], [ -3.18448020300926, 58.331313534075264 ], [ -3.184699562677423, 58.33108155926196 ], [ -3.184066407437386, 58.330991311185237 ], [ -3.185256189306199, 58.329957224012588 ], [ -3.183884469261211, 58.33075945818247 ], [ -3.183477488228685, 58.330487470575619 ], [ -3.184564759718489, 58.329757935728921 ], [ -3.186141885319062, 58.329430743643528 ], [ -3.186386970713901, 58.329151819866389 ], [ -3.185671884181836, 58.329112639851772 ], [ -3.187301823134032, 58.32827385727785 ], [ -3.186338614661326, 58.328473215030549 ], [ -3.188121046215588, 58.32785486760519 ], [ -3.187731940066355, 58.327708478061915 ], [ -3.187018824073962, 58.327981867575083 ], [ -3.187072142010337, 58.327382260902503 ], [ -3.188976072449947, 58.327333142827662 ], [ -3.187994495292561, 58.326729676163637 ], [ -3.188306942768609, 58.32652557326027 ], [ -3.188848269428205, 58.326730727240168 ], [ -3.189384325390391, 58.325813153778192 ], [ -3.189622942218499, 58.326207049866987 ], [ -3.190775134293822, 58.325537037294644 ], [ -3.190953441981971, 58.324442244018037 ], [ -3.194925442778805, 58.323197097838587 ], [ -3.192574741366888, 58.323407660153975 ], [ -3.192365481893622, 58.322364980647336 ], [ -3.194702552571337, 58.322309043011792 ], [ -3.19465190751657, 58.321516387095706 ], [ -3.197111896561609, 58.320502651510608 ], [ -3.19694153106858, 58.320109028392196 ], [ -3.198236841342506, 58.319642401300399 ], [ -3.198146948834042, 58.318398308155153 ], [ -3.199312776327928, 58.317286162559007 ], [ -3.19934244169317, 58.316649943177296 ], [ -3.200334636429736, 58.316310090197327 ], [ -3.201103041134328, 58.316720550341714 ], [ -3.201107564859797, 58.316098937953363 ], [ -3.201958004044422, 58.315908609969547 ], [ -3.201711915929504, 58.31564864124897 ], [ -3.20389263390396, 58.315576037429224 ], [ -3.203828590265141, 58.315148187859627 ], [ -3.204393045389715, 58.315282996850229 ], [ -3.204243895131185, 58.314912536852887 ], [ -3.20491832097512, 58.314366353119006 ], [ -3.20752088779171, 58.313602571085504 ], [ -3.205909360877308, 58.313745323035718 ], [ -3.206776905961633, 58.313358090207444 ], [ -3.206520556395669, 58.313047926828823 ], [ -3.2075408799872, 58.312086180489956 ], [ -3.207644963371569, 58.312485805632342 ], [ -3.208140111335122, 58.311790395148755 ], [ -3.208945394249905, 58.311531283043614 ], [ -3.208314544914816, 58.31130011338233 ], [ -3.208205261733259, 58.311498755104623 ], [ -3.208199433929229, 58.311277847019873 ], [ -3.209866138086903, 58.309905772387786 ], [ -3.21436552661554, 58.308429561700642 ], [ -3.216045051122277, 58.307292617223034 ], [ -3.218397503185224, 58.306770813091134 ], [ -3.218430911216647, 58.306352819568552 ], [ -3.221115621558249, 58.305274491006998 ], [ -3.22518149022557, 58.304960745117938 ], [ -3.225374978507609, 58.305226563063954 ], [ -3.225661286961794, 58.304574400773099 ], [ -3.228662381715086, 58.303871032712586 ], [ -3.230229471027661, 58.304380532031075 ], [ -3.231767484889395, 58.304346864148151 ], [ -3.23188233381316, 58.304067306976769 ], [ -3.230204593468398, 58.303663985074046 ], [ -3.23137971807938, 58.303107450144751 ], [ -3.231003988243153, 58.303146996754485 ], [ -3.231153932014259, 58.302944350026912 ], [ -3.233319175582277, 58.30245101718247 ], [ -3.235391596569192, 58.302625030306217 ], [ -3.237804031397818, 58.302371754771755 ], [ -3.238359539723038, 58.30288734973616 ], [ -3.239423475820185, 58.302815064363237 ], [ -3.239870277978496, 58.30271013129471 ], [ -3.239867198484884, 58.301793068199899 ], [ -3.243771027352786, 58.300621590105038 ], [ -3.243388272917918, 58.300897476394191 ], [ -3.244923388347208, 58.3005430089828 ], [ -3.245765929571328, 58.301261472551815 ], [ -3.245615607103908, 58.300188652407755 ], [ -3.248505139195188, 58.299681714902633 ], [ -3.247404610688144, 58.299583769503819 ], [ -3.246374684685336, 58.298970439852503 ], [ -3.24907443789777, 58.29884259587547 ], [ -3.251552044211517, 58.298077327824942 ], [ -3.253939681141579, 58.298195856291152 ], [ -3.255351744057331, 58.297841570649965 ], [ -3.255257069268435, 58.29815508520209 ], [ -3.25618029284052, 58.298016673102339 ], [ -3.256243724877289, 58.298410374281943 ], [ -3.255602885227129, 58.298669970360926 ], [ -3.257087804985441, 58.298926646983141 ], [ -3.257768310493318, 58.299881064636722 ], [ -3.259611175177811, 58.300173713268748 ], [ -3.263416732925221, 58.298613662761831 ], [ -3.265397714496876, 58.299239006414531 ], [ -3.267775543934067, 58.298650463524311 ], [ -3.268236466972054, 58.29908692612166 ], [ -3.272072930220909, 58.298686828623921 ], [ -3.272511689238099, 58.298932172450783 ], [ -3.273425045664771, 58.298757804346067 ], [ -3.272914166432138, 58.298499708057896 ], [ -3.273346958739816, 58.29819898109001 ], [ -3.276441503563133, 58.297620202813668 ], [ -3.278564133840889, 58.297768762377842 ], [ -3.279058663736569, 58.297383862323443 ], [ -3.278355606964373, 58.296906743601092 ], [ -3.279403223056554, 58.296720211028692 ], [ -3.278613008803262, 58.296664340660662 ], [ -3.280232335518878, 58.296294231971174 ], [ -3.279659905754731, 58.295985579203169 ], [ -3.281957655401933, 58.29593112402582 ], [ -3.283509818015932, 58.295545478470956 ], [ -3.282691718317063, 58.295284216916983 ], [ -3.284220594428656, 58.295339830907345 ], [ -3.286812247391938, 58.29435984508298 ], [ -3.288127204168328, 58.294585535573489 ], [ -3.288788711707946, 58.295559746039402 ], [ -3.289466132591042, 58.295610403371526 ], [ -3.29032805197126, 58.297120629774085 ], [ -3.291324496696691, 58.296748580136153 ], [ -3.290746526480633, 58.295775335592836 ], [ -3.290230800941711, 58.295855094570747 ], [ -3.290486184941353, 58.296403137649307 ], [ -3.289335508505555, 58.295161703046716 ], [ -3.291046717059756, 58.295679786235993 ], [ -3.291747954695754, 58.295307120426095 ], [ -3.291350833296297, 58.294345749384028 ], [ -3.292192837883694, 58.294173538348723 ], [ -3.292457789925365, 58.294609201130292 ], [ -3.292862091546922, 58.294468581224656 ], [ -3.29301496564768, 58.294076301164161 ], [ -3.29220577264761, 58.293498829858649 ], [ -3.293487631267332, 58.293051120054493 ], [ -3.293562916660894, 58.292262602131288 ], [ -3.292431258304163, 58.292009964287935 ], [ -3.294038936359107, 58.292171554060459 ], [ -3.292800854485449, 58.291526567578011 ], [ -3.292956865381506, 58.291127069702021 ], [ -3.297401494783166, 58.289290951884055 ], [ -3.302235002070852, 58.289371156279842 ], [ -3.305204533875739, 58.288626771931334 ], [ -3.306148690267393, 58.288697971094649 ], [ -3.306788893621894, 58.288482138280266 ], [ -3.306656273847566, 58.288030779634362 ], [ -3.307783148600758, 58.287923145209362 ], [ -3.30810389038394, 58.287324328824269 ], [ -3.31141296744998, 58.287836558773094 ], [ -3.310470326053944, 58.287159967153755 ], [ -3.312182229019164, 58.287191810811322 ], [ -3.311569560668209, 58.286306142147751 ], [ -3.3132177918062, 58.287613232633596 ], [ -3.314295550051134, 58.287745876190463 ], [ -3.317376483170566, 58.287393492154813 ], [ -3.316459271645948, 58.286485833184251 ], [ -3.318432237963035, 58.28642957113307 ], [ -3.317837192418454, 58.285838373958377 ], [ -3.318202483453298, 58.285663043074393 ], [ -3.319253248131893, 58.286125578781061 ], [ -3.320814104795553, 58.286087005651652 ], [ -3.322362070608752, 58.286846188509514 ], [ -3.323447641692607, 58.286410983141053 ], [ -3.324631486124413, 58.286643943059637 ], [ -3.324143446029425, 58.286089392078303 ], [ -3.324901372945457, 58.28569619190668 ], [ -3.326115361279087, 58.28596026421242 ], [ -3.32473023180194, 58.285041347868166 ], [ -3.327742308880443, 58.286001762952338 ], [ -3.330798903324449, 58.285826260921567 ], [ -3.332003823409475, 58.285121163655653 ], [ -3.330969381896216, 58.284915460438256 ], [ -3.33129402414828, 58.284658774393662 ], [ -3.330765999442944, 58.284676847663206 ], [ -3.33087684519803, 58.284449335516108 ], [ -3.329222144525931, 58.283847659785515 ], [ -3.329502285269192, 58.28354113917473 ], [ -3.328817347787677, 58.283057818218062 ], [ -3.32960450895459, 58.282674166058207 ], [ -3.330433775150339, 58.283004177071739 ], [ -3.330634275010554, 58.282802679342495 ], [ -3.329945632314436, 58.282584385788624 ], [ -3.330604829918806, 58.28224517442635 ], [ -3.329435661144339, 58.282628315092602 ], [ -3.327979474121713, 58.282588658006617 ], [ -3.32769652199325, 58.282273617865194 ], [ -3.328187929938283, 58.282189467254263 ], [ -3.328241774027785, 58.281578100001326 ], [ -3.328654551348572, 58.281898975606573 ], [ -3.33021747213297, 58.281465934460428 ], [ -3.331935603868996, 58.281715721292898 ], [ -3.333517243255157, 58.281146809036819 ], [ -3.335503034365298, 58.280896126047331 ], [ -3.338713232324455, 58.281549706584606 ], [ -3.339539373634364, 58.281253612393364 ], [ -3.339141896620656, 58.281024232391275 ], [ -3.34024786607769, 58.280281466692934 ], [ -3.341350292678091, 58.279897129643544 ], [ -3.342352949502761, 58.280031222305539 ], [ -3.342559772285485, 58.279548486781508 ], [ -3.344244966862613, 58.279739169669959 ], [ -3.345350130594274, 58.27929368792794 ], [ -3.350756228929241, 58.278321356370171 ], [ -3.353761386708647, 58.278337171189591 ], [ -3.354712587779971, 58.278106123527927 ], [ -3.354494053311932, 58.277563200771631 ], [ -3.355997465801139, 58.277816735911045 ], [ -3.358030697499588, 58.277344227258617 ], [ -3.35845615123099, 58.276788179304312 ], [ -3.359792815178901, 58.27709554055668 ], [ -3.361830699535374, 58.27608037649042 ], [ -3.362909158793627, 58.276191043794206 ], [ -3.364717089076627, 58.275584295131551 ], [ -3.366835851254617, 58.275435001078144 ], [ -3.373980903106114, 58.272859446330223 ], [ -3.374602282125044, 58.27248358173145 ], [ -3.374389671604515, 58.272188545613886 ], [ -3.375477333734043, 58.272230740007906 ], [ -3.375989738004924, 58.271463503338602 ], [ -3.377566102717632, 58.270876129224234 ], [ -3.378423711071234, 58.270088093952509 ], [ -3.380048555944826, 58.269916956748595 ], [ -3.379746428783322, 58.270257963443214 ], [ -3.380652362287154, 58.270319142140451 ], [ -3.380641736774842, 58.27002417950645 ], [ -3.381366364107539, 58.270398557717357 ], [ -3.381075720610185, 58.269282470474678 ], [ -3.382086144199371, 58.269225736196034 ], [ -3.381820466014824, 58.2689699109673 ], [ -3.382953109603791, 58.268593865033317 ], [ -3.382005004099116, 58.268718199977677 ], [ -3.382594014182573, 58.268303121945678 ], [ -3.384020591855744, 58.268208633742809 ], [ -3.384455878249871, 58.267480821306158 ], [ -3.385510512711145, 58.26742268234419 ], [ -3.385817313951156, 58.266941482370804 ], [ -3.386881377675028, 58.26655806013887 ], [ -3.387159585343932, 58.266697863707272 ], [ -3.387073451781836, 58.266413152403622 ], [ -3.3878925777518, 58.266305450523518 ], [ -3.388001684476216, 58.266000654066389 ], [ -3.389373398286709, 58.265770165875431 ], [ -3.388356164902684, 58.26573720662757 ], [ -3.388693390112717, 58.265381424995759 ], [ -3.390787240294766, 58.265092769450739 ], [ -3.390280406797629, 58.26472999815411 ], [ -3.392098500212324, 58.263539772973537 ], [ -3.395044202821738, 58.262897730092476 ], [ -3.395001832717396, 58.261906513094786 ], [ -3.397836825792184, 58.25954005320903 ], [ -3.399562054489355, 58.25873069803891 ], [ -3.399576670827329, 58.258064027705984 ], [ -3.400111676457743, 58.258060861206616 ], [ -3.400313955374212, 58.255930661661729 ], [ -3.403576470201851, 58.254226789777086 ], [ -3.403268630162517, 58.253896915620054 ], [ -3.405466681730331, 58.253591598694165 ], [ -3.405065654610635, 58.253404679439164 ], [ -3.405517564852099, 58.253026031226156 ], [ -3.407721312145605, 58.252608329326968 ], [ -3.407796906145244, 58.251893376508939 ], [ -3.409262932565459, 58.251866434774051 ], [ -3.409256764528797, 58.251281732724053 ], [ -3.410637040298071, 58.250083485456649 ], [ -3.410571500415669, 58.248691000308568 ], [ -3.412144171616792, 58.248178682065067 ], [ -3.412881986747298, 58.247324358228639 ], [ -3.414916822306712, 58.246740421148694 ], [ -3.4141779728111, 58.246112630079061 ], [ -3.414872430014591, 58.245412377344977 ], [ -3.415307532169721, 58.245557568018128 ], [ -3.415690254652083, 58.245243425386739 ], [ -3.416131265419682, 58.245536761732986 ], [ -3.417558871208185, 58.24459661167834 ], [ -3.418805738609402, 58.244251308795278 ], [ -3.419454101268137, 58.244660003639517 ], [ -3.422223205128196, 58.244891498344892 ], [ -3.422573312775929, 58.244615424940939 ], [ -3.422420647184722, 58.24518483001151 ], [ -3.424259593938924, 58.246052727252888 ], [ -3.428110357101555, 58.246615169762066 ], [ -3.426978686983265, 58.246096041047139 ], [ -3.424950004193224, 58.245851002138423 ], [ -3.424655087005107, 58.245506661809415 ], [ -3.426808142814293, 58.245073920244756 ], [ -3.428594404935777, 58.24390956244185 ], [ -3.428676242106588, 58.242513635728116 ], [ -3.429971044087777, 58.240486126274639 ], [ -3.433210178545308, 58.237723573684235 ], [ -3.433652602428809, 58.236953282157337 ], [ -3.43359967764577, 58.23661253339224 ], [ -3.433154614081818, 58.236641781317545 ], [ -3.435410247587052, 58.235391210435147 ], [ -3.434942393110049, 58.234897927133396 ], [ -3.435302929385127, 58.234210291724374 ], [ -3.435871070360383, 58.234656634497256 ], [ -3.435398278526525, 58.232692039971035 ], [ -3.43641908842473, 58.23224579969105 ], [ -3.437797729340562, 58.230879285718494 ], [ -3.438212451599678, 58.230144320822241 ], [ -3.437723175799413, 58.229836332837962 ], [ -3.438688524228897, 58.229537116217806 ], [ -3.439509491004584, 58.228742774943242 ], [ -3.438982405897439, 58.229056822548472 ], [ -3.439232382828303, 58.228543786828268 ], [ -3.439985897590858, 58.228396958706767 ], [ -3.442167069310551, 58.22696654833932 ], [ -3.445711090347127, 58.225557506823989 ], [ -3.44651348570452, 58.224563911658905 ], [ -3.447798917310131, 58.224060683000694 ], [ -3.44751734111132, 58.223208717584917 ], [ -3.448880624927356, 58.222027295514003 ], [ -3.449906721713706, 58.221513512768382 ], [ -3.451717446568916, 58.22141209484974 ], [ -3.452903065098432, 58.220470691011997 ], [ -3.455461823670762, 58.219513631076779 ], [ -3.455748364799778, 58.218903129491501 ], [ -3.45682985402032, 58.21879018783789 ], [ -3.462734481566857, 58.214382201485975 ], [ -3.462046910212198, 58.213887939168615 ], [ -3.462296924787591, 58.213469172906166 ], [ -3.464007078406719, 58.213622942257949 ], [ -3.46314023094113, 58.212494759881004 ], [ -3.464105568024098, 58.211756985436018 ], [ -3.463489636177425, 58.21205149669936 ], [ -3.463082562990422, 58.211920522199456 ], [ -3.463160819142741, 58.211133631165254 ], [ -3.464010206012975, 58.210928967235454 ], [ -3.464419595764564, 58.211571033116755 ], [ -3.466211013163264, 58.211303445389625 ], [ -3.466475648423915, 58.20942479761419 ], [ -3.46769640079941, 58.208652620567534 ], [ -3.469836933778979, 58.208477082513127 ], [ -3.47063772205331, 58.206811430104132 ], [ -3.46995265964487, 58.206006375934756 ], [ -3.470378996901546, 58.205451717947355 ], [ -3.470040277278045, 58.205367587422906 ], [ -3.47098766417355, 58.205191390349519 ], [ -3.472151145584588, 58.203452379041998 ], [ -3.474169368890778, 58.201729537720318 ], [ -3.473640273876601, 58.20152634724144 ], [ -3.47457817727898, 58.201452636254949 ], [ -3.474749432433695, 58.200370922147968 ], [ -3.475374378983059, 58.20017775571803 ], [ -3.474681784265419, 58.198779946701322 ], [ -3.474178367205318, 58.198784863586035 ], [ -3.475409907425481, 58.198408626020637 ], [ -3.475335254808729, 58.197223755246746 ], [ -3.476741590114182, 58.196633488819117 ], [ -3.475452807228017, 58.196571141087468 ], [ -3.475598643688306, 58.195698120301785 ], [ -3.476621850023779, 58.195264991714701 ], [ -3.477103679669873, 58.195519918664132 ], [ -3.476746229227011, 58.19522851961321 ], [ -3.477605654409666, 58.194702958004541 ], [ -3.478508090499432, 58.194885638291275 ], [ -3.4781944200738, 58.194542533879002 ], [ -3.479283627991514, 58.193857099377283 ], [ -3.480895388383015, 58.193997404586433 ], [ -3.484652341636938, 58.192913542811219 ], [ -3.485387579476536, 58.192188155996888 ], [ -3.484573891465117, 58.192011678490381 ], [ -3.485581204289055, 58.192017922905308 ], [ -3.485740217912376, 58.191507642123959 ], [ -3.487959348433598, 58.190919461628425 ], [ -3.4867736673186, 58.190633252439255 ], [ -3.488524205336904, 58.190596677892749 ], [ -3.488588125721386, 58.189440735896241 ], [ -3.489040422880915, 58.189355511877658 ], [ -3.489451764705655, 58.1897549407838 ], [ -3.490078746436914, 58.1895760489897 ], [ -3.48911691272274, 58.189110285402755 ], [ -3.489943144199322, 58.188734140830306 ], [ -3.489285800961687, 58.188593596298674 ], [ -3.489194543523791, 58.1880386216761 ], [ -3.489700577257042, 58.188140510058716 ], [ -3.489525458115924, 58.187857797183341 ], [ -3.490333440159251, 58.187696553407832 ], [ -3.490147191138711, 58.188041874000177 ], [ -3.491164049187594, 58.187304180230477 ], [ -3.490996235876065, 58.186505766965595 ], [ -3.492719446650981, 58.186430826273131 ], [ -3.493478804433361, 58.185598211602866 ], [ -3.494658376796557, 58.185296050675973 ], [ -3.493765804761912, 58.184169269163739 ], [ -3.495612642786262, 58.183558359577027 ], [ -3.496968940898759, 58.182081837997167 ], [ -3.498482842688756, 58.183584872475834 ], [ -3.499004703402513, 58.183659589233066 ], [ -3.497257496530521, 58.181664341199912 ], [ -3.496122094707262, 58.182285800308136 ], [ -3.496011524870374, 58.181678056781564 ], [ -3.494910318137336, 58.181899365572761 ], [ -3.495992137451096, 58.181135717531511 ], [ -3.49641048753194, 58.181500008931096 ], [ -3.496386369058371, 58.181047554076983 ], [ -3.497204137882556, 58.180840337778221 ], [ -3.497558482571367, 58.179925314114968 ], [ -3.496958372843448, 58.180172199141232 ], [ -3.496910073474622, 58.179791891087561 ], [ -3.497987444748351, 58.179531319497528 ], [ -3.497783521464632, 58.179898418931934 ], [ -3.49981046435954, 58.179371567679112 ], [ -3.500139113449967, 58.178938321590351 ], [ -3.502309640694407, 58.178108814374376 ], [ -3.503134596523664, 58.17738944887509 ], [ -3.50274044228937, 58.176793135155393 ], [ -3.50320166853085, 58.17660175588896 ], [ -3.502648910961254, 58.176638808845226 ], [ -3.502214601130087, 58.176138185295173 ], [ -3.503623982899368, 58.176133261551747 ], [ -3.503646902783565, 58.175870690443787 ], [ -3.503865040219674, 58.176083709368193 ], [ -3.505200698472097, 58.175340343293705 ], [ -3.506952890186371, 58.173110760179959 ], [ -3.508214828113434, 58.172557771387766 ], [ -3.508282602251906, 58.171869776457328 ], [ -3.514436502421593, 58.170175454993561 ], [ -3.515319280972119, 58.169506523095905 ], [ -3.514560932656672, 58.169383479199603 ], [ -3.516741458477598, 58.168490719315486 ], [ -3.516326214590207, 58.168320488162401 ], [ -3.517421353578553, 58.167889759596321 ], [ -3.517268325489538, 58.16768946342556 ], [ -3.519127057271175, 58.16722717839788 ], [ -3.519555706443787, 58.167711644083887 ], [ -3.525036187138108, 58.165881093592034 ], [ -3.527030720115373, 58.166212060900769 ], [ -3.528377410157935, 58.165903986866198 ], [ -3.534326625078859, 58.163330809759216 ], [ -3.539262523943588, 58.161910420541197 ], [ -3.54441443675437, 58.159404769418174 ], [ -3.54696695878864, 58.159086381143929 ], [ -3.548626581919741, 58.158558701602466 ], [ -3.547965588751798, 58.158405030950128 ], [ -3.549639611286741, 58.15820953480457 ], [ -3.551168123026345, 58.15701417913769 ], [ -3.55128279708235, 58.156330074587963 ], [ -3.552430835245041, 58.15596127663769 ], [ -3.55293425522609, 58.155034387639667 ], [ -3.554391477989408, 58.154742653835221 ], [ -3.554236417027286, 58.154304374905607 ], [ -3.555033570229599, 58.154074573747749 ], [ -3.555111704600629, 58.153723282680126 ], [ -3.555582614814526, 58.154000505540118 ], [ -3.556908471857328, 58.1536205142542 ], [ -3.55625268924264, 58.152806569903781 ], [ -3.556714441608928, 58.152679663548312 ], [ -3.557554616522953, 58.153046693324498 ], [ -3.557564257931368, 58.152489626994829 ], [ -3.558482979513311, 58.152321200313231 ], [ -3.558020810959235, 58.151855237384439 ], [ -3.558515972928245, 58.151521306163033 ], [ -3.561200443259311, 58.151515421729435 ], [ -3.561828908236835, 58.150928320011204 ], [ -3.560967667412845, 58.150274118531257 ], [ -3.562584719695783, 58.1503396547321 ], [ -3.562192616220156, 58.149922254871733 ], [ -3.564650358810189, 58.149011785028442 ], [ -3.564129485562704, 58.148757665870043 ], [ -3.565072944394547, 58.148768548486409 ], [ -3.568682076927888, 58.147385727317719 ], [ -3.568421040530432, 58.146858936956995 ], [ -3.569784436503039, 58.147147585593892 ], [ -3.569760528192863, 58.146797540073123 ], [ -3.571659753784584, 58.146522621050586 ], [ -3.57228578134238, 58.14588608851821 ], [ -3.571134861158971, 58.145599340658407 ], [ -3.57160258205807, 58.145418407157543 ], [ -3.570745846611661, 58.144867520699613 ], [ -3.57217362751338, 58.144113313066846 ], [ -3.572993951213467, 58.144031331902028 ], [ -3.57340096928913, 58.143437918478604 ], [ -3.576651934931684, 58.143002507726962 ], [ -3.578855232930318, 58.141735578814043 ], [ -3.580326419452226, 58.141775744174531 ], [ -3.580837009313147, 58.1408396641678 ], [ -3.582986464837175, 58.139896720712485 ], [ -3.583781314856298, 58.139626340140879 ], [ -3.585222855091465, 58.139765630862087 ], [ -3.588780962293314, 58.138418793018893 ], [ -3.58918630871383, 58.138557471434567 ], [ -3.589090224646513, 58.138307141592612 ], [ -3.592241143998729, 58.137737827973986 ], [ -3.594846900079955, 58.136564402910885 ], [ -3.597998858390841, 58.1356445894695 ], [ -3.599955186433427, 58.134578009786217 ], [ -3.599711767203026, 58.134073516478715 ], [ -3.599051415434281, 58.134156360527506 ], [ -3.599501433290315, 58.133927933517612 ], [ -3.600397035129124, 58.133826862922 ], [ -3.602683246746246, 58.134247301769022 ], [ -3.607106804847649, 58.132911517592198 ], [ -3.612558422920032, 58.132159958769208 ], [ -3.615752958415829, 58.129049060665686 ], [ -3.619001568009554, 58.127890336337828 ], [ -3.619689097861504, 58.125604362810442 ], [ -3.622768238128275, 58.12457435485495 ], [ -3.625551687411775, 58.123020727589228 ], [ -3.627455495173825, 58.123255151607161 ], [ -3.629432231936874, 58.122297440252744 ], [ -3.629981024998866, 58.119406809114359 ], [ -3.631236457878932, 58.118533748375953 ], [ -3.633124486909073, 58.118316431634668 ], [ -3.637035759876713, 58.117093045124783 ], [ -3.641575733745908, 58.114855315845688 ], [ -3.643958132527712, 58.114394309913152 ], [ -3.646464219501375, 58.114849750713148 ], [ -3.647828319744146, 58.113952659470733 ], [ -3.647739268074943, 58.114376922705333 ], [ -3.64671848453803, 58.114878805493966 ], [ -3.650308150029274, 58.114977903754173 ], [ -3.648015904065744, 58.114265546681921 ], [ -3.651987408591949, 58.115170848864139 ], [ -3.652216612392318, 58.115648482957916 ], [ -3.653257683856383, 58.115988923902037 ], [ -3.653501231847474, 58.115786335739571 ], [ -3.654579251632853, 58.116520652563274 ], [ -3.655934693351957, 58.119171981395233 ], [ -3.658740317002535, 58.120107491397086 ], [ -3.656172229373496, 58.118912871730686 ], [ -3.655198228628224, 58.116177539310861 ], [ -3.651160104132157, 58.114203291034912 ], [ -3.652405781698079, 58.114381185360948 ], [ -3.655296546133608, 58.114014885033818 ], [ -3.658721419398487, 58.11290673521782 ], [ -3.663013285685255, 58.109427267463957 ], [ -3.665126460704825, 58.108665737527957 ], [ -3.672074943412156, 58.102073522475607 ], [ -3.675588269542152, 58.100860434904455 ], [ -3.678712542663292, 58.100363855863733 ], [ -3.681569241081751, 58.098222285442802 ], [ -3.683999444690188, 58.096973841675414 ], [ -3.688028150456471, 58.095771556544427 ], [ -3.691088428792549, 58.093577657657356 ], [ -3.691909511971413, 58.09350566924887 ], [ -3.694021733129383, 58.092398696306688 ], [ -3.697106641661746, 58.091451214455553 ], [ -3.698828773434116, 58.090280183024255 ], [ -3.702110065538415, 58.089152985015204 ], [ -3.704155869926486, 58.087554434902806 ], [ -3.704880987509492, 58.086434381994053 ], [ -3.706451657019465, 58.086292973249407 ], [ -3.707286540450321, 58.085732899218456 ], [ -3.709263410167079, 58.085361424908925 ], [ -3.710387307303602, 58.084604307714912 ], [ -3.713016104966442, 58.084071300535051 ], [ -3.713995728426459, 58.082925310789392 ], [ -3.715848151938042, 58.082156541743622 ], [ -3.717758226348246, 58.082341908436192 ], [ -3.720509879770413, 58.081407323420478 ], [ -3.722939514083714, 58.081781432781462 ], [ -3.72549383037535, 58.08150520090215 ], [ -3.729360523856739, 58.07954197588321 ], [ -3.734631527677444, 58.077731994424283 ], [ -3.737818668200752, 58.074958462173591 ], [ -3.738930196330955, 58.075046600846129 ], [ -3.738077283250748, 58.074209302354156 ], [ -3.740322073018067, 58.072568802611649 ], [ -3.741827205990587, 58.070679654675438 ], [ -3.745357082126336, 58.068213859327713 ], [ -3.748769103335415, 58.067681039944134 ], [ -3.751518279373683, 58.067530962326302 ], [ -3.75264529441075, 58.06783527009221 ], [ -3.755058045034755, 58.067842466165864 ], [ -3.758444657240782, 58.067382502966723 ], [ -3.762508430088354, 58.065322987144803 ], [ -3.764434904483781, 58.063001903445787 ], [ -3.769949319873639, 58.064242364661247 ], [ -3.772953200520392, 58.065270520942619 ], [ -3.77506161812423, 58.06498960671383 ], [ -3.77469349622906, 58.064710856231322 ], [ -3.77526682123032, 58.064547448257109 ], [ -3.780152472385218, 58.064722696087337 ], [ -3.783704849093727, 58.063791691798649 ], [ -3.786047281790211, 58.062667347327512 ], [ -3.789859457138208, 58.062362275931463 ], [ -3.791347441517544, 58.061984700661434 ], [ -3.798921627346034, 58.058562949461475 ], [ -3.80165064587621, 58.058265632563661 ], [ -3.804264854797905, 58.057070618788472 ], [ -3.806433323502968, 58.055475812811814 ], [ -3.809626942003991, 58.052073256959382 ], [ -3.810550416579363, 58.051804091621143 ], [ -3.810389851498001, 58.051376954824931 ], [ -3.813318334271944, 58.047805581326976 ], [ -3.814713665966048, 58.046920567014809 ], [ -3.816481592512197, 58.044932411128855 ], [ -3.820426927413788, 58.044422371011429 ], [ -3.822004719942141, 58.043167229757081 ], [ -3.827306356786909, 58.042416552230101 ], [ -3.831918419290009, 58.040178885931148 ], [ -3.833300087616834, 58.03890935228177 ], [ -3.838354020206299, 58.029392714904844 ], [ -3.841006816304203, 58.018931371996224 ], [ -3.841186941644291, 58.013179133334184 ], [ -3.843659493428968, 58.012049995846368 ], [ -3.8451407231287, 58.010408739173428 ], [ -3.846215341819347, 58.010503649141178 ], [ -3.847063195949033, 58.011059119170042 ], [ -3.8492638933477, 58.011687458975331 ], [ -3.852789678659553, 58.011686467702845 ], [ -3.848638601572666, 58.011181773815522 ], [ -3.849483550499079, 58.011089536594405 ], [ -3.846508338732004, 58.01001427040292 ], [ -3.845620687747509, 58.008718209205945 ], [ -3.84777155247274, 58.006512001265001 ], [ -3.849569926991937, 58.006400519248658 ], [ -3.860161813419952, 58.004261537844485 ], [ -3.866285552639854, 58.002296005007352 ], [ -3.869451941903298, 58.002202790454589 ], [ -3.871356649762396, 58.001702229442621 ], [ -3.875241172301853, 57.999098982580257 ], [ -3.876666309893027, 57.998880316846773 ], [ -3.879831982205797, 57.997036785831874 ], [ -3.883393022872673, 57.995640107861711 ], [ -3.88510504184017, 57.994123411772954 ], [ -3.887723692558345, 57.990388578710679 ], [ -3.891253714302339, 57.98810092343583 ], [ -3.901070175395398, 57.987084001541021 ], [ -3.904278150766304, 57.987386376809624 ], [ -3.909201045982061, 57.986346781017829 ], [ -3.913198548225064, 57.984674968893252 ], [ -3.917278970892948, 57.983833696608635 ], [ -3.924082787099668, 57.98375877397725 ], [ -3.929508926452588, 57.983164459395411 ], [ -3.935959495910597, 57.982971178168157 ], [ -3.939188101883377, 57.982028963391024 ], [ -3.943127932887362, 57.979544910838442 ], [ -3.943360500633692, 57.980060636021257 ], [ -3.945862269586107, 57.979414150178428 ], [ -3.947602320014008, 57.97813332872866 ], [ -3.949347557647244, 57.977386057817142 ], [ -3.951069053520376, 57.977105401322817 ], [ -3.952715083583485, 57.976246405645966 ], [ -3.95638823789304, 57.9761881386599 ], [ -3.959100875540825, 57.975045812296074 ], [ -3.961739116991483, 57.974741895008165 ], [ -3.964368491780606, 57.973597144528419 ], [ -3.968944199341686, 57.974800311381166 ], [ -3.970532251845142, 57.974711919181708 ], [ -3.975051051440434, 57.973154020795164 ], [ -3.983270782253641, 57.969577924380317 ], [ -3.987815111576664, 57.964716569586002 ], [ -3.991820409629468, 57.957137673767825 ], [ -3.993842579827651, 57.950331856422885 ], [ -3.998549225750031, 57.945783766499837 ], [ -4.001259022811363, 57.936950015786195 ], [ -4.003803774119007, 57.934722234272947 ], [ -4.007789388095974, 57.933500335144949 ], [ -4.007910950634436, 57.933862277567094 ], [ -4.007234831572471, 57.934155966963111 ], [ -4.007645957383938, 57.934410014941818 ], [ -4.013047841289615, 57.935106168472792 ], [ -4.016138418707481, 57.934464195485326 ], [ -4.016528211609293, 57.934035746442646 ], [ -4.018726338603429, 57.933776228696971 ], [ -4.023496141027688, 57.93464369928639 ], [ -4.024730239265738, 57.93406251640392 ], [ -4.028568610010835, 57.933686832131627 ], [ -4.029381854322653, 57.933880483527737 ], [ -4.029903945016041, 57.934451632432385 ], [ -4.028572574568783, 57.935851994072173 ], [ -4.024184875759558, 57.936375686613282 ], [ -4.021283528243381, 57.938250188006059 ], [ -4.020228072343339, 57.94005934532192 ], [ -4.020407551872067, 57.943852361685281 ], [ -4.020126733181519, 57.942163284880756 ], [ -4.019008761000254, 57.941960939274232 ], [ -4.018516358899643, 57.943150198633369 ], [ -4.016329477068093, 57.944824555016723 ], [ -4.013873920089885, 57.945025214481475 ], [ -4.012586221017145, 57.945714946090476 ], [ -4.012334282070484, 57.947551730002317 ], [ -4.00987808956537, 57.94865074774124 ], [ -4.008316348420363, 57.950638502596426 ], [ -4.009325074875187, 57.952509253485594 ], [ -4.008661788416113, 57.953642772433625 ], [ -4.009231708044044, 57.953710129419704 ], [ -4.009797591757351, 57.952497289378755 ], [ -4.009155763610627, 57.950539883273727 ], [ -4.011133844038618, 57.948594942568135 ], [ -4.011825532546126, 57.948575009346918 ], [ -4.015342542258533, 57.949850750597307 ], [ -4.02078774982017, 57.950371614830708 ], [ -4.024200537254598, 57.949549140111415 ], [ -4.026848874228696, 57.948418027550176 ], [ -4.026545223151873, 57.948726540382708 ], [ -4.026992612489932, 57.948719404673909 ], [ -4.027820007387393, 57.947870662232944 ], [ -4.028240748091363, 57.947930431250931 ], [ -4.028126662055467, 57.94755580917743 ], [ -4.030573307142895, 57.947016308512268 ], [ -4.037053689288444, 57.946903601642106 ], [ -4.037930860654193, 57.946341491489783 ], [ -4.038027646577828, 57.945754159816317 ], [ -4.041365690452729, 57.946366317215727 ], [ -4.043394193347868, 57.946055197449944 ], [ -4.04655310185017, 57.944588422347138 ], [ -4.046838543045482, 57.944112145129942 ], [ -4.047915052374334, 57.944916869145757 ], [ -4.049066342799029, 57.946735612645234 ], [ -4.050117636126178, 57.947244241244668 ], [ -4.051434317872323, 57.948700921071229 ], [ -4.051541133753438, 57.949979470039075 ], [ -4.053674389460802, 57.950641301348838 ], [ -4.05450207310715, 57.951373625996382 ], [ -4.053629390330089, 57.952218786831402 ], [ -4.054512509575926, 57.954658145769606 ], [ -4.05867790001879, 57.953615033192158 ], [ -4.0621527668128, 57.953500295592903 ], [ -4.065589315019285, 57.954041947085479 ], [ -4.068681212559457, 57.955200057246834 ], [ -4.070317934388765, 57.956179658548045 ], [ -4.081964280605365, 57.951302213900348 ], [ -4.0824991427309, 57.949801132639557 ], [ -4.081892250862882, 57.948864116054047 ], [ -4.082625048316245, 57.948708356735757 ], [ -4.08166924751135, 57.948165185457931 ], [ -4.082463511284709, 57.948049748438336 ], [ -4.081968005905773, 57.947897046354335 ], [ -4.082171078796913, 57.947610708663014 ], [ -4.081379505046908, 57.948180713079815 ], [ -4.081024258807337, 57.947736410553475 ], [ -4.081015838240497, 57.947211856569517 ], [ -4.081824812485067, 57.946825750390353 ], [ -4.0812370721789, 57.946976434322217 ], [ -4.080778798652329, 57.946736867221226 ], [ -4.081525008658018, 57.946200851827193 ], [ -4.080650780845476, 57.946597907651494 ], [ -4.080528567262522, 57.946150686275267 ], [ -4.079305325482316, 57.94588949622915 ], [ -4.079100700843066, 57.945185768540874 ], [ -4.07602107331159, 57.943792322702741 ], [ -4.07302803855836, 57.940762223872134 ], [ -4.071804488435278, 57.938176694855294 ], [ -4.069619301679603, 57.937632814477148 ], [ -4.068982494608488, 57.936812126542449 ], [ -4.060233075486081, 57.936090012299289 ], [ -4.053828537441117, 57.934716676067154 ], [ -4.051659064707395, 57.934616964659959 ], [ -4.045879739820252, 57.933326572034709 ], [ -4.03885234283394, 57.930660685102673 ], [ -4.03813177017205, 57.931058575778046 ], [ -4.037001960727603, 57.931090173924744 ], [ -4.034070410757437, 57.929874845667001 ], [ -4.033804216784743, 57.929349030748611 ], [ -4.034442543505494, 57.927825843241123 ], [ -4.033271123081497, 57.926940772675785 ], [ -4.030874822046846, 57.92777871449151 ], [ -4.026618234517625, 57.928183608910402 ], [ -4.024632947236218, 57.929486550161556 ], [ -4.019995651732158, 57.930364471779036 ], [ -4.016869901299573, 57.931847134741979 ], [ -4.014845774790452, 57.932346438158021 ], [ -4.013662330028363, 57.932356217996528 ], [ -4.01385731499973, 57.931917388379141 ], [ -4.014528943893186, 57.932117870795842 ], [ -4.013877402184869, 57.931220786258393 ], [ -4.015745138493237, 57.930463434337952 ], [ -4.012433663209179, 57.930924722700006 ], [ -4.00991852490777, 57.93079833202998 ], [ -4.00977161192676, 57.93119147326933 ], [ -4.01096292126033, 57.931806013587241 ], [ -4.010434124913967, 57.931863796834172 ], [ -4.007936025279272, 57.930380468619731 ], [ -4.006882822250705, 57.928910211284808 ], [ -4.006041743965194, 57.928667443907869 ], [ -4.005781111652456, 57.928990501783233 ], [ -4.00465943731148, 57.92853114207626 ], [ -4.00716958677494, 57.92966036110262 ], [ -4.006928004550501, 57.929870816677784 ], [ -4.007831528830913, 57.930777429141507 ], [ -4.010311927255231, 57.932094830185171 ], [ -4.010253057927311, 57.932401227818488 ], [ -4.009467862452242, 57.932404666028411 ], [ -4.007655783234147, 57.932015546742207 ], [ -4.00606212781502, 57.931151277901634 ], [ -4.004111487129248, 57.928729356514985 ], [ -4.001366059294103, 57.926404383983076 ], [ -4.001155526883205, 57.92183290323365 ], [ -4.000057663095419, 57.918487376978788 ], [ -3.996441513217581, 57.910432359306498 ], [ -3.995479757708398, 57.909465492747643 ], [ -3.994429534997889, 57.906353662024038 ], [ -3.992205216472832, 57.90309493861011 ], [ -3.996523512670128, 57.903058557564101 ], [ -3.998243094758361, 57.9019929221149 ], [ -3.999924334158738, 57.90181821130632 ], [ -4.001075757763314, 57.901311323602819 ], [ -4.004117121109822, 57.89880344785815 ], [ -4.005208218791314, 57.895399128904124 ], [ -4.004932994710838, 57.894123208496154 ], [ -4.005681753494617, 57.893389939652806 ], [ -4.00757439876086, 57.893201900282527 ], [ -4.009197697466265, 57.892390089964628 ], [ -4.011263372877291, 57.892008788111312 ], [ -4.012509198518709, 57.891478733384602 ], [ -4.013096737744483, 57.890762349202305 ], [ -4.013162654241726, 57.886902522448828 ], [ -4.010679959020993, 57.881562038629966 ], [ -4.012292146553129, 57.880199616115725 ], [ -4.016694667598707, 57.87828255351333 ], [ -4.016945505557, 57.87691923086048 ], [ -4.016156307990101, 57.874238252654777 ], [ -4.016516489130017, 57.873954912780349 ], [ -4.015595972303219, 57.873385550790623 ], [ -4.009942489794237, 57.863691229047355 ], [ -4.010279545054598, 57.860485652117887 ], [ -4.011379945790356, 57.859362234793124 ], [ -4.012589536375288, 57.858988170441023 ], [ -4.01635546280003, 57.85866333889166 ], [ -4.021901070278458, 57.858936260564896 ], [ -4.02323516512607, 57.859461246569303 ], [ -4.023389212997186, 57.859983480052414 ], [ -4.022023995123731, 57.859084341366646 ], [ -4.017198613380416, 57.858820640469368 ], [ -4.016302082112426, 57.859667744893976 ], [ -4.013735987851023, 57.86004900593796 ], [ -4.012673736217117, 57.860496212758676 ], [ -4.01266734895643, 57.861257291997511 ], [ -4.013021980365301, 57.861419674398036 ], [ -4.01539895664955, 57.860156469729127 ], [ -4.01732235767522, 57.859977661174632 ], [ -4.01804304744467, 57.86050616344442 ], [ -4.018510760677533, 57.860460090770331 ], [ -4.019324137845456, 57.86137883158068 ], [ -4.017042169208154, 57.862049426392652 ], [ -4.019165953300802, 57.861594279349042 ], [ -4.018320027143086, 57.862562780069638 ], [ -4.019529917389602, 57.861742120299056 ], [ -4.020039841387245, 57.862148184424214 ], [ -4.019687869860414, 57.862304725369448 ], [ -4.0202926057876, 57.862296895075851 ], [ -4.020055196727159, 57.862722942000516 ], [ -4.018611448797471, 57.863040606702278 ], [ -4.019582130609379, 57.86291465265208 ], [ -4.019173212165969, 57.86310803604318 ], [ -4.019587439309033, 57.863099646899634 ], [ -4.020653481003301, 57.862750251954985 ], [ -4.021063216378015, 57.862932398944672 ], [ -4.019998402686764, 57.863213496277702 ], [ -4.020971163385183, 57.86297429496215 ], [ -4.022121322076459, 57.863132963844542 ], [ -4.02357407300915, 57.863606642263463 ], [ -4.023229797511814, 57.863780140665689 ], [ -4.023961050477133, 57.863743322524314 ], [ -4.02391671876261, 57.864004577646561 ], [ -4.025910145450126, 57.86422882246719 ], [ -4.025884751369481, 57.86458680775204 ], [ -4.030892246507968, 57.865973020512342 ], [ -4.032500291070384, 57.866117079938704 ], [ -4.032710750835264, 57.866530586439623 ], [ -4.033502775534219, 57.86652418577556 ], [ -4.033912619116518, 57.866945276443651 ], [ -4.035075451328512, 57.866877218624424 ], [ -4.03496907571167, 57.867143067013089 ], [ -4.035513169717514, 57.867343677914135 ], [ -4.036103498167985, 57.867168893577499 ], [ -4.036756001264267, 57.867557331406886 ], [ -4.039684073096238, 57.867340494697217 ], [ -4.040074416707585, 57.867683714933513 ], [ -4.040721446920092, 57.867468465790935 ], [ -4.040809941898776, 57.867750951241753 ], [ -4.042260176264685, 57.867874964809687 ], [ -4.043892004133063, 57.867514470239328 ], [ -4.048331095813385, 57.867809459615813 ], [ -4.055650292902293, 57.867637197457796 ], [ -4.058300858455733, 57.867138718318955 ], [ -4.06659788408597, 57.867703758816901 ], [ -4.071824106253861, 57.866934815726424 ], [ -4.072848540682031, 57.867187621366234 ], [ -4.073233254601561, 57.866812072212127 ], [ -4.075728646872394, 57.866727252929017 ], [ -4.077468586072959, 57.865967437341745 ], [ -4.081476186807289, 57.86535729787861 ], [ -4.082613060244332, 57.864813047298156 ], [ -4.087585124859427, 57.864063790580325 ], [ -4.091647808422606, 57.863014870493224 ], [ -4.094923779200599, 57.861747006991166 ], [ -4.103887296312647, 57.857134239523646 ], [ -4.107051534626058, 57.854980223638883 ], [ -4.10827594173425, 57.853639141256629 ], [ -4.107878320819715, 57.85228637333681 ], [ -4.110613169203622, 57.848882442778788 ], [ -4.111686943343283, 57.848514171305901 ], [ -4.114036495817876, 57.852058116639434 ], [ -4.11581715673104, 57.853654653083915 ], [ -4.118458927797538, 57.85493041282367 ], [ -4.121085732753616, 57.855719400665919 ], [ -4.123359951903965, 57.855985938226333 ], [ -4.124939535705888, 57.855819330442323 ], [ -4.125779871657754, 57.855378480590609 ], [ -4.125896022831674, 57.854832961378001 ], [ -4.124980558639074, 57.854771030340096 ], [ -4.125666269775854, 57.854452266993746 ], [ -4.126317058222527, 57.854798951336718 ], [ -4.127320733644445, 57.85464196436827 ], [ -4.129476311672344, 57.855582435905923 ], [ -4.132094080486108, 57.856156616186013 ], [ -4.136677405657494, 57.856477530251659 ], [ -4.142478163227923, 57.855075122236478 ], [ -4.143510808081721, 57.85452758036697 ], [ -4.143578768107357, 57.853998130409025 ], [ -4.145319830028693, 57.854338870867963 ], [ -4.146906982519321, 57.85532100673214 ], [ -4.148516541031995, 57.858148207878898 ], [ -4.148234920740423, 57.857891521040749 ], [ -4.147760525528605, 57.859152023867651 ], [ -4.147641375617274, 57.858312171863595 ], [ -4.146723411529854, 57.858012343585081 ], [ -4.147609164223216, 57.858139311872606 ], [ -4.147531211965035, 57.857453299668407 ], [ -4.144894207871561, 57.856986678011616 ], [ -4.143323454110076, 57.857528048253208 ], [ -4.144080277184218, 57.85761319385616 ], [ -4.142097668032801, 57.858032128082101 ], [ -4.141625537961745, 57.858766961851828 ], [ -4.137777274631411, 57.858738421205487 ], [ -4.134448908250186, 57.859205958275162 ], [ -4.134495127338429, 57.860755040143161 ], [ -4.138391597858482, 57.861308475055438 ], [ -4.139336784691971, 57.861896313588993 ], [ -4.138320681639177, 57.862556746556528 ], [ -4.135019809411765, 57.862583581666755 ], [ -4.134592038685875, 57.862135255194474 ], [ -4.133656464421936, 57.862135717464355 ], [ -4.132641732033464, 57.863106052342864 ], [ -4.133100282505444, 57.863846768462651 ], [ -4.132287382081107, 57.865009572513017 ], [ -4.132890107794293, 57.867758637894923 ], [ -4.135275980870817, 57.870179417156443 ], [ -4.13822574975906, 57.870446907574411 ], [ -4.13887288236529, 57.870185328958655 ], [ -4.139139901587489, 57.869059538457442 ], [ -4.139822353638022, 57.869052524559031 ], [ -4.140325470696554, 57.868354014886499 ], [ -4.144265933001216, 57.865947871712471 ], [ -4.143857225750125, 57.86352710897696 ], [ -4.144918689560359, 57.861987158974216 ], [ -4.147316651083906, 57.860444352828971 ], [ -4.15269121976654, 57.859437732502776 ], [ -4.162362949229223, 57.859344241751778 ], [ -4.164251374630776, 57.859464783520515 ], [ -4.168259223121747, 57.860322683805705 ], [ -4.173518225443993, 57.860064684522797 ], [ -4.17405294127789, 57.861216358299799 ], [ -4.17393200031226, 57.862620956446598 ], [ -4.172586135921067, 57.86473656548322 ], [ -4.172598433559916, 57.86577948827388 ], [ -4.173765609868025, 57.867520515970305 ], [ -4.175062764626439, 57.868284456598069 ], [ -4.178250912108364, 57.868448098919913 ], [ -4.180455899491906, 57.867075985769006 ], [ -4.186609063969828, 57.866979085811771 ], [ -4.19311505010851, 57.868233397849615 ], [ -4.194739686045458, 57.868234958144591 ], [ -4.195893923700979, 57.868610321896455 ], [ -4.197822922385671, 57.870021688391311 ], [ -4.199899588050757, 57.870783557998045 ], [ -4.201150735918316, 57.870866085970853 ], [ -4.201211420407084, 57.871141766728371 ], [ -4.20225099634711, 57.871321396317349 ], [ -4.202852752979671, 57.87117977278276 ], [ -4.204279733073268, 57.871903431989352 ], [ -4.206690434067218, 57.872030449672721 ], [ -4.212065552995706, 57.8733097549866 ], [ -4.21546744574823, 57.87293504011496 ], [ -4.21716062527489, 57.873484994127409 ], [ -4.219017715439139, 57.873382452148064 ], [ -4.227575707330987, 57.874252304461592 ], [ -4.232493109789448, 57.875148842941734 ], [ -4.233454351811144, 57.874903711919622 ], [ -4.234062952122418, 57.875063713051311 ], [ -4.233243286202319, 57.874491424116734 ], [ -4.236260285916271, 57.871395095294439 ], [ -4.239888983235922, 57.870796490864336 ], [ -4.245195518571119, 57.870796154614503 ], [ -4.250857830078495, 57.870255578114964 ], [ -4.258456646050117, 57.869756667708351 ], [ -4.264750952625296, 57.870074865515335 ], [ -4.267468277472433, 57.869793625559417 ], [ -4.269982212049487, 57.869897829612448 ], [ -4.271629346384405, 57.869759633955653 ], [ -4.273022137781408, 57.869198285059191 ], [ -4.273754814106887, 57.868410647181094 ], [ -4.273430390292426, 57.868132532794746 ], [ -4.274091002099182, 57.867833173359571 ], [ -4.274225746917637, 57.865854047304154 ], [ -4.270831671585504, 57.864166347604218 ], [ -4.269653222541012, 57.861944767027431 ], [ -4.270670440741062, 57.861955318028876 ], [ -4.271098996313667, 57.861345649198078 ], [ -4.273230870208617, 57.861736056437586 ], [ -4.275321469378945, 57.861258313299331 ], [ -4.286353092217533, 57.862024990701094 ], [ -4.290965456601162, 57.862076564880141 ], [ -4.294790807877966, 57.865150423678386 ], [ -4.296450059187571, 57.865894919630236 ], [ -4.296789614941798, 57.866540194115338 ], [ -4.298915934218575, 57.867415472642364 ], [ -4.29972425317419, 57.86866772641379 ], [ -4.303605173263305, 57.871611838174481 ], [ -4.305302414250717, 57.87365388422338 ], [ -4.311619590024792, 57.875676530018801 ], [ -4.315400570904336, 57.876409075153248 ], [ -4.320532768217177, 57.876619928804296 ], [ -4.327125228691886, 57.878417544535971 ], [ -4.33328517870631, 57.880922723946377 ], [ -4.341197197431171, 57.886155562416185 ], [ -4.344304122865822, 57.887546631487531 ], [ -4.345678760211579, 57.888655169410107 ], [ -4.346064812841166, 57.890851210429354 ], [ -4.349917228948081, 57.896648199670729 ], [ -4.353408958495249, 57.900085059178359 ], [ -4.354036291744109, 57.900155193805588 ], [ -4.354223207136176, 57.900664784405471 ], [ -4.355933905629986, 57.901557630139337 ], [ -4.358971755663822, 57.903976653371345 ], [ -4.360863540724391, 57.904821144392272 ], [ -4.362338632185579, 57.907158623244989 ], [ -4.365716318292129, 57.908416565262925 ], [ -4.366859942440893, 57.908454554483711 ], [ -4.370270420170105, 57.909514091165455 ], [ -4.373224221359995, 57.909892005867462 ], [ -4.373019670326994, 57.910373845442393 ], [ -4.374505143412712, 57.911190690296934 ], [ -4.377317507152298, 57.911494781711269 ], [ -4.379488667115015, 57.911216002856833 ], [ -4.378899970588702, 57.909921471251316 ], [ -4.379679776975308, 57.910149461469274 ], [ -4.380334920670194, 57.909820000353207 ], [ -4.380399891551724, 57.91034262491204 ], [ -4.383197097476209, 57.908609003667323 ], [ -4.383615482091821, 57.910235576510608 ], [ -4.385119416248287, 57.911072619475263 ], [ -4.385098982780918, 57.911782842391709 ], [ -4.386433375549155, 57.911666119972324 ], [ -4.387573726655041, 57.911983428677956 ], [ -4.393789022923676, 57.913823411663998 ], [ -4.396071476174782, 57.914910717466455 ], [ -4.39726657706492, 57.915894518375246 ], [ -4.397247026915336, 57.91745024866654 ], [ -4.399242667551206, 57.919092817387302 ], [ -4.399844020342036, 57.920487659769414 ], [ -4.400078978461379, 57.921326044007053 ], [ -4.399770810058595, 57.920402784009411 ], [ -4.399384571737523, 57.920637411108672 ], [ -4.399869077184633, 57.922583464958606 ], [ -4.399586747714088, 57.923388494429425 ], [ -4.40342914858707, 57.926249549973832 ], [ -4.403008541944591, 57.927739190982471 ], [ -4.403368284818894, 57.92809269615389 ], [ -4.406090640569096, 57.929879553794464 ], [ -4.406705380344071, 57.929701677987353 ], [ -4.407824755139915, 57.930274393995269 ], [ -4.409011793124662, 57.930066787263812 ], [ -4.410102119988654, 57.930583426925217 ], [ -4.41046995281062, 57.930401232313891 ], [ -4.41002102882867, 57.929122149880008 ], [ -4.408416064483777, 57.928183972879822 ], [ -4.411252326822503, 57.929499527147485 ], [ -4.413900416930209, 57.931656931043165 ], [ -4.413887427238866, 57.932670726858056 ], [ -4.412650002501393, 57.935047502239215 ], [ -4.412934774162842, 57.935892107768019 ], [ -4.412023945625245, 57.93719700731527 ], [ -4.409380548125787, 57.939397365327636 ], [ -4.411939380534763, 57.937975845882207 ], [ -4.413127962896033, 57.93627840233183 ], [ -4.413382862031897, 57.936728218777105 ], [ -4.414380518727287, 57.936867402755674 ], [ -4.415417082311414, 57.937459599935842 ], [ -4.414918201036349, 57.936647823117823 ], [ -4.415275896517631, 57.936615863429346 ], [ -4.41772788090833, 57.938307886654862 ], [ -4.41776628906327, 57.939782552766395 ], [ -4.42011453669978, 57.941810763098886 ], [ -4.420276982693068, 57.942792464855692 ], [ -4.421129305517093, 57.943028713070639 ], [ -4.421759790778507, 57.942806438020746 ], [ -4.42157573788016, 57.943334692237151 ], [ -4.424479845962029, 57.944228158880556 ], [ -4.432813003582097, 57.94521449441482 ], [ -4.437824800233366, 57.946282034461021 ], [ -4.440493648160097, 57.947210206488919 ], [ -4.441223454330796, 57.947032650689096 ], [ -4.442490499958414, 57.947300324541175 ], [ -4.447180312931694, 57.949238989368958 ], [ -4.451758634103626, 57.952730526627377 ], [ -4.454446630462872, 57.953852130879213 ], [ -4.463100317888627, 57.954906698405921 ], [ -4.466300445028842, 57.956462910851691 ], [ -4.467774418437103, 57.956634669737625 ], [ -4.472739634418166, 57.95580851985077 ], [ -4.474227757490866, 57.956038334382008 ], [ -4.476913647415547, 57.955498092413272 ], [ -4.482631044621313, 57.955214888280985 ], [ -4.485587302086167, 57.955555152571549 ], [ -4.489451029477264, 57.956646736408608 ], [ -4.493489190073624, 57.956863182493862 ], [ -4.494147618367894, 57.95711892862893 ], [ -4.496510559049925, 57.956896407992453 ], [ -4.496886556880575, 57.956493654632879 ], [ -4.504591301865127, 57.955766041911424 ], [ -4.505247232478969, 57.956106245163227 ], [ -4.505581750152672, 57.955837269552681 ], [ -4.506507011489482, 57.956040066755847 ], [ -4.507632969983506, 57.956962238359552 ], [ -4.515833050023303, 57.956695013156789 ], [ -4.516167112284479, 57.956528759586831 ], [ -4.51280883887015, 57.95633163241132 ], [ -4.511244234676264, 57.956486565859322 ], [ -4.509165714158383, 57.956157420430614 ], [ -4.50877698085693, 57.955625959371339 ], [ -4.507970752127092, 57.955409147945112 ], [ -4.513005896202652, 57.955910802154101 ], [ -4.519017953986221, 57.955926540028422 ], [ -4.520349905117415, 57.956214624833592 ], [ -4.520206824834172, 57.956391784395393 ], [ -4.521700039808582, 57.956111459128934 ], [ -4.528480548232759, 57.957364997922852 ], [ -4.530258567311005, 57.956904581937444 ], [ -4.532579934327962, 57.956982337208608 ], [ -4.535614157892892, 57.957627201270626 ], [ -4.537062347009582, 57.958361179864248 ], [ -4.537688054256821, 57.960564558402695 ], [ -4.53985112304211, 57.961483711106006 ], [ -4.53996988165198, 57.96184795405722 ], [ -4.542345946398274, 57.963098873778129 ], [ -4.545442989190106, 57.963975882823625 ], [ -4.545116804764797, 57.963763164566885 ], [ -4.545506191250892, 57.963603506726777 ], [ -4.547804484348312, 57.963277992539922 ], [ -4.550932650464265, 57.963401241067402 ], [ -4.553923846971148, 57.964308026670651 ], [ -4.559408565567187, 57.96487430834263 ], [ -4.560733205484452, 57.966211661539049 ], [ -4.562227882025918, 57.966637113042133 ], [ -4.561579841676588, 57.966252107735983 ], [ -4.5624129491855, 57.966316184089784 ], [ -4.562858872876496, 57.966735813070606 ], [ -4.567737723204912, 57.9681855788034 ], [ -4.572474797236787, 57.970293994461038 ], [ -4.57626302011795, 57.970791452315908 ], [ -4.579114227101751, 57.971638494875464 ], [ -4.580277220110388, 57.972689592196701 ], [ -4.578853641073684, 57.97330705606079 ], [ -4.5790841900577, 57.973879266841884 ], [ -4.581161285958773, 57.97350642320265 ], [ -4.582347617541278, 57.973705173250934 ], [ -4.581744780550012, 57.973436164097009 ], [ -4.579305936219557, 57.973364372964447 ], [ -4.582568418686988, 57.972049991603356 ], [ -4.588029882313828, 57.972293836713291 ], [ -4.59212218792922, 57.973529561401463 ], [ -4.594446156444069, 57.973672643100294 ], [ -4.596195217957666, 57.972648482230952 ], [ -4.602667954318115, 57.971722642816772 ], [ -4.604094192363432, 57.972243363762232 ], [ -4.604454650867406, 57.973807609469169 ], [ -4.60518221523884, 57.974254572871736 ], [ -4.604894384318062, 57.972619648967139 ], [ -4.604098339471153, 57.9715082330925 ], [ -4.602560352964042, 57.971404948820833 ], [ -4.595079907941664, 57.972380118264894 ], [ -4.593201109464376, 57.972334898394585 ], [ -4.593555723781952, 57.972444478522135 ], [ -4.59228797405718, 57.972851342730017 ], [ -4.590799694348878, 57.972125081368283 ], [ -4.592177412223771, 57.972046668340454 ], [ -4.582034392388589, 57.97146777785305 ], [ -4.579049448026406, 57.970666646022174 ], [ -4.575736109794608, 57.969270052825429 ], [ -4.572877565325092, 57.968717820145088 ], [ -4.566630213787255, 57.966720804647018 ], [ -4.558424505496532, 57.963569623242691 ], [ -4.552586338523903, 57.962357138564556 ], [ -4.548224288915974, 57.961808495877783 ], [ -4.54448670113305, 57.962339865478945 ], [ -4.543412296196348, 57.962232878582725 ], [ -4.541715184178914, 57.961592906965109 ], [ -4.540022673479618, 57.960348083508677 ], [ -4.538855428072656, 57.958257973119466 ], [ -4.537347680746506, 57.957016613288893 ], [ -4.534738160695483, 57.956281549448981 ], [ -4.531016938701683, 57.955816587665758 ], [ -4.53111539005379, 57.955414763639467 ], [ -4.530930522289816, 57.955645783922009 ], [ -4.529692563168124, 57.955709075158246 ], [ -4.52878092414366, 57.956397553232968 ], [ -4.528270489239756, 57.955870367492913 ], [ -4.528245131054267, 57.956494477792745 ], [ -4.527520405306919, 57.955996712715155 ], [ -4.523434442544967, 57.955126343417426 ], [ -4.520406904008695, 57.954979764442079 ], [ -4.521733945385883, 57.954692849950717 ], [ -4.518422123163544, 57.954420675575022 ], [ -4.516163972747201, 57.954832027907358 ], [ -4.513646598204093, 57.954776722316069 ], [ -4.506728472452248, 57.953473900507241 ], [ -4.504497493499852, 57.953815319364985 ], [ -4.503716090806809, 57.953662688659179 ], [ -4.503230885273002, 57.954728056825637 ], [ -4.499563784057338, 57.955347471732075 ], [ -4.499340047016038, 57.955047261456457 ], [ -4.499292947784752, 57.955390538775376 ], [ -4.495565723489863, 57.955803452371285 ], [ -4.489341768464116, 57.955290260814579 ], [ -4.488118933474532, 57.955011398784613 ], [ -4.487987247697533, 57.95457458377728 ], [ -4.486396424592854, 57.954546419005908 ], [ -4.485866312493535, 57.954311485896142 ], [ -4.486212258231388, 57.954083672712763 ], [ -4.483546260162131, 57.953612852090266 ], [ -4.47865662225188, 57.954350797254371 ], [ -4.475580987868134, 57.954188815638609 ], [ -4.467162970761451, 57.955509878621051 ], [ -4.463943326627793, 57.954308993340554 ], [ -4.459545894821622, 57.953972771755232 ], [ -4.454129349687715, 57.952771019252914 ], [ -4.447699221749847, 57.948396941588648 ], [ -4.444027058034111, 57.946735243282724 ], [ -4.439351906110518, 57.945851074184787 ], [ -4.432967381505689, 57.943751409955091 ], [ -4.429615071445561, 57.943129081487086 ], [ -4.427174363787597, 57.943067911316824 ], [ -4.423724973638057, 57.94235653164251 ], [ -4.42180287586439, 57.941340102132017 ], [ -4.417847036452103, 57.937567920062023 ], [ -4.418311890578184, 57.937596809800297 ], [ -4.414550630253405, 57.935527147771779 ], [ -4.415471954470506, 57.931942441191552 ], [ -4.414540456555573, 57.930120847548778 ], [ -4.413460807058546, 57.929789141017871 ], [ -4.413437850136718, 57.929522711907438 ], [ -4.414257882841962, 57.929811731182141 ], [ -4.41344947141518, 57.928865660882465 ], [ -4.411123603728549, 57.927958286130497 ], [ -4.410234395591457, 57.927946410565085 ], [ -4.410727690943504, 57.927746558747927 ], [ -4.409531335675386, 57.927410745320607 ], [ -4.409225829255015, 57.92696008483945 ], [ -4.406142146957018, 57.92588009920145 ], [ -4.405207668190836, 57.924610199701611 ], [ -4.402237105213842, 57.924207271852495 ], [ -4.401456858318239, 57.923777253748796 ], [ -4.400789924525864, 57.922337832819856 ], [ -4.400369673105804, 57.916472959033982 ], [ -4.398691373391268, 57.913536815018546 ], [ -4.397584659460421, 57.912814629196085 ], [ -4.39541423798777, 57.91209004238349 ], [ -4.394559419217354, 57.912132223320363 ], [ -4.394770143091638, 57.911747271139888 ], [ -4.394210423572125, 57.912190020750145 ], [ -4.3947583797774, 57.911672016208733 ], [ -4.39651824123921, 57.91178437511148 ], [ -4.394988864325057, 57.911609264350588 ], [ -4.395430622879624, 57.911600931113938 ], [ -4.396029547469397, 57.910606634861601 ], [ -4.396624078781341, 57.910687064780539 ], [ -4.396972065780501, 57.909905061116724 ], [ -4.391613762577867, 57.907439893782112 ], [ -4.390680285062468, 57.906271410983045 ], [ -4.388245101796137, 57.90472863682421 ], [ -4.386927825800698, 57.904285274268027 ], [ -4.382746967789381, 57.901456163131591 ], [ -4.378926376422056, 57.899497135452783 ], [ -4.377734197723005, 57.899588657184701 ], [ -4.377869604826242, 57.899926663759764 ], [ -4.376899907436893, 57.899426371698503 ], [ -4.377052055301945, 57.900809953975717 ], [ -4.376199619425442, 57.900935532733961 ], [ -4.376932038225767, 57.901318073174401 ], [ -4.374789848525861, 57.901336598497252 ], [ -4.37427932656687, 57.901630980885102 ], [ -4.373334875186425, 57.901487803868108 ], [ -4.373773797301426, 57.901975585350755 ], [ -4.372076260729091, 57.902057631814529 ], [ -4.372718096464363, 57.902192996458126 ], [ -4.372234274753718, 57.902227196677586 ], [ -4.372025732169447, 57.902904090596017 ], [ -4.371832104987337, 57.902296709250749 ], [ -4.371704850941793, 57.902491371541416 ], [ -4.370666287969931, 57.902149561016536 ], [ -4.370627592717165, 57.901485373213632 ], [ -4.369062766003251, 57.901121927499709 ], [ -4.366195190932005, 57.901350619412 ], [ -4.365420232599059, 57.901885307530435 ], [ -4.363724419492853, 57.901711130223227 ], [ -4.362932076784873, 57.902161664913052 ], [ -4.362255189691543, 57.90138895053812 ], [ -4.361275767424211, 57.901483545681565 ], [ -4.360876509549874, 57.90116031389374 ], [ -4.360336153298918, 57.901361747182598 ], [ -4.359612987067623, 57.9010660978619 ], [ -4.358848784982973, 57.901277076194191 ], [ -4.359704386547381, 57.900735539050871 ], [ -4.357396596576409, 57.900260863824045 ], [ -4.357184453142242, 57.899727485671498 ], [ -4.356451458409816, 57.899667414661451 ], [ -4.356236199959635, 57.899060413950117 ], [ -4.356678799724454, 57.898964142969788 ], [ -4.355017957980761, 57.897722654630428 ], [ -4.35469346628017, 57.896322484525342 ], [ -4.354239967979143, 57.896509701918276 ], [ -4.354749619909807, 57.89581377700361 ], [ -4.354483721171889, 57.895979544824641 ], [ -4.354131525064849, 57.8954451655338 ], [ -4.354350597058432, 57.895146288036443 ], [ -4.354881316696257, 57.894422216075689 ], [ -4.354416278439328, 57.894432639313386 ], [ -4.354182430073313, 57.895264163638913 ], [ -4.35386589491115, 57.895486032314025 ], [ -4.352712915858598, 57.895711371427453 ], [ -4.355148109901547, 57.892671434046164 ], [ -4.356871359905169, 57.892292618749117 ], [ -4.358442731367338, 57.892300271912383 ], [ -4.358170132806867, 57.892157079854364 ], [ -4.355337087383183, 57.892233041862852 ], [ -4.352393730114475, 57.894545612511479 ], [ -4.351637844423137, 57.894804914812028 ], [ -4.35095845084621, 57.894685416280971 ], [ -4.352378194425557, 57.894514452098171 ], [ -4.351365413614339, 57.894535013431152 ], [ -4.350654171120644, 57.893979421203646 ], [ -4.353672158255081, 57.892962077600352 ], [ -4.351533600371737, 57.893519262416696 ], [ -4.353630476575791, 57.892479444653127 ], [ -4.352998873023461, 57.892522602601673 ], [ -4.353563254431487, 57.892225510299511 ], [ -4.354563100557217, 57.89234354332239 ], [ -4.353742788842275, 57.89208111307201 ], [ -4.351124920451264, 57.893384865973054 ], [ -4.3503366016244, 57.892423668899895 ], [ -4.349020783019365, 57.891910709319625 ], [ -4.348197687283054, 57.890828842807515 ], [ -4.348585042093887, 57.889266333459346 ], [ -4.349007335026685, 57.889196520893385 ], [ -4.348672488849767, 57.888899915104432 ], [ -4.349350768352402, 57.888202687779987 ], [ -4.350320344939526, 57.887910687951859 ], [ -4.349384177316757, 57.887628811594183 ], [ -4.350235797750651, 57.887468382925512 ], [ -4.351217829972874, 57.887780851755494 ], [ -4.351439315588713, 57.887349051329977 ], [ -4.352146676578339, 57.887537213929114 ], [ -4.352545098044085, 57.887334850077181 ], [ -4.352734577402559, 57.886852424511758 ], [ -4.353044007155632, 57.887276182948419 ], [ -4.354016603923886, 57.887160209052134 ], [ -4.353926365862666, 57.887431440000825 ], [ -4.35466800181025, 57.887498550731543 ], [ -4.356323611848411, 57.886708571625888 ], [ -4.357736999506947, 57.886574501036201 ], [ -4.359801550749936, 57.884998753987361 ], [ -4.359858551983046, 57.883912274091358 ], [ -4.360918746919899, 57.88356459425561 ], [ -4.36115248534929, 57.88280728029995 ], [ -4.362111546101382, 57.882255708669561 ], [ -4.35820180674218, 57.878499795213955 ], [ -4.355583276768233, 57.876965223829039 ], [ -4.355264356995946, 57.876240641524433 ], [ -4.354304578300353, 57.87649656075142 ], [ -4.353063119108969, 57.875693841603052 ], [ -4.353228076795945, 57.876256853897374 ], [ -4.35259188564179, 57.876018859699101 ], [ -4.352603762874812, 57.876458916989982 ], [ -4.351424223223049, 57.87693992523559 ], [ -4.350777774147144, 57.876208821842525 ], [ -4.349784685164473, 57.876135565023091 ], [ -4.349857494920485, 57.8738133270909 ], [ -4.348174797587903, 57.87224060984552 ], [ -4.344762823988288, 57.871663056119139 ], [ -4.342612713118377, 57.870702712478945 ], [ -4.34127123807267, 57.870740949439046 ], [ -4.340461732082953, 57.86998674781794 ], [ -4.33705901795846, 57.868922719293558 ], [ -4.335431004760652, 57.869534038096276 ], [ -4.33410146184058, 57.869469548616102 ], [ -4.33377907813355, 57.867564324036103 ], [ -4.331974798620037, 57.866858913602492 ], [ -4.330886705226282, 57.86685015456473 ], [ -4.330548627173584, 57.866263341301142 ], [ -4.328748347041476, 57.865800413241324 ], [ -4.325132088699707, 57.864132592724559 ], [ -4.319281737716918, 57.862716683988083 ], [ -4.315944530872994, 57.861418189146029 ], [ -4.3104062697646, 57.862701612152996 ], [ -4.30685269518962, 57.862653061257603 ], [ -4.306150759129409, 57.8623010253499 ], [ -4.305727699717135, 57.86246056343267 ], [ -4.30596313131521, 57.862899252083025 ], [ -4.305358102478969, 57.862955172866215 ], [ -4.303465345113485, 57.862857469453111 ], [ -4.303663799441047, 57.861979612555075 ], [ -4.303065404893062, 57.862323824889607 ], [ -4.302624132935435, 57.862224911241363 ], [ -4.303559706893899, 57.861511579935481 ], [ -4.304811243832063, 57.861310944223177 ], [ -4.304029990545271, 57.861326033056308 ], [ -4.304495703085362, 57.860805421696377 ], [ -4.302260902540934, 57.86205449591462 ], [ -4.300164677089565, 57.861831948562269 ], [ -4.301893627225269, 57.861794301655237 ], [ -4.302206764252553, 57.861655639921324 ], [ -4.301578584825343, 57.861639183377953 ], [ -4.302391312693648, 57.861272219838149 ], [ -4.303173024578016, 57.86126432087643 ], [ -4.302617878738692, 57.861124345871865 ], [ -4.301331715668647, 57.861548419212639 ], [ -4.301383777579028, 57.861228502707874 ], [ -4.300482551787158, 57.860790199868212 ], [ -4.301149514760557, 57.860859869012444 ], [ -4.301008109252956, 57.860546157135794 ], [ -4.302410281234318, 57.860223310439508 ], [ -4.300912987294018, 57.860429278590473 ], [ -4.300665542878991, 57.860276526259355 ], [ -4.302315705802148, 57.859930314339245 ], [ -4.300596183207079, 57.860114254659599 ], [ -4.300476194036476, 57.859819022654989 ], [ -4.303127444992896, 57.859654113324858 ], [ -4.301251840835895, 57.859531807552152 ], [ -4.301895676276446, 57.859107709657799 ], [ -4.301897263556447, 57.85810314272095 ], [ -4.302752667942375, 57.85698064972599 ], [ -4.300928570362143, 57.853490674949285 ], [ -4.296950020801138, 57.851915802783623 ], [ -4.294632766899445, 57.851547121036582 ], [ -4.293086765652762, 57.851724230665461 ], [ -4.292453798411949, 57.853538085682928 ], [ -4.291075812788942, 57.854026612208521 ], [ -4.289890567743547, 57.85497617435832 ], [ -4.289414863977809, 57.854545388633845 ], [ -4.289538126602289, 57.855371590803976 ], [ -4.288713885264087, 57.856141212610282 ], [ -4.288762075159624, 57.855360436259637 ], [ -4.288341646486293, 57.855747192163598 ], [ -4.287333165783999, 57.855101380651512 ], [ -4.287895315644769, 57.855991550602972 ], [ -4.287258125521322, 57.856256420359323 ], [ -4.287375377706882, 57.855660391245628 ], [ -4.286947984242397, 57.855937649700671 ], [ -4.284420117536431, 57.855439597120125 ], [ -4.285262190669632, 57.855215976485091 ], [ -4.284622605632729, 57.855177179991188 ], [ -4.284776505610195, 57.854866219590768 ], [ -4.28108911853929, 57.85673857913951 ], [ -4.279002856189899, 57.855360026733997 ], [ -4.274486217958356, 57.853338581319107 ], [ -4.273902477885376, 57.852100122088309 ], [ -4.272246063417672, 57.850446900994712 ], [ -4.271900899984718, 57.850772951690708 ], [ -4.270309190523222, 57.850439351578814 ], [ -4.269061250977289, 57.850774360623781 ], [ -4.268957380532434, 57.850489595319928 ], [ -4.26898117062656, 57.850760518461954 ], [ -4.267821646374504, 57.850652767463302 ], [ -4.265244674835184, 57.851213655453783 ], [ -4.257513605382375, 57.854704687263769 ], [ -4.252376201919867, 57.856592107972119 ], [ -4.250289305561838, 57.856670473266369 ], [ -4.248436694033613, 57.857235232663257 ], [ -4.23798112805622, 57.858839730188528 ], [ -4.234681696287795, 57.858857457265479 ], [ -4.233232877282048, 57.859170486980197 ], [ -4.231562680001425, 57.858739846496206 ], [ -4.22382764232917, 57.858500994416637 ], [ -4.218436766528034, 57.859949399939026 ], [ -4.217310349726447, 57.859806464186441 ], [ -4.214871468661683, 57.860250689452677 ], [ -4.21319234805011, 57.860111075333073 ], [ -4.211991405684809, 57.859440182343072 ], [ -4.211283185222384, 57.859436355309441 ], [ -4.209475888651842, 57.860092291939203 ], [ -4.205260837603234, 57.862476535734331 ], [ -4.201840785219942, 57.861766828886019 ], [ -4.193858336926568, 57.862731711379624 ], [ -4.192266182842939, 57.862165333343924 ], [ -4.190982701808647, 57.862266570004572 ], [ -4.191638995440451, 57.861332492438692 ], [ -4.190864167109575, 57.855601866659825 ], [ -4.188364451137307, 57.849657513302169 ], [ -4.188406545546788, 57.850573241082813 ], [ -4.188081334560535, 57.849824124297086 ], [ -4.187690694149377, 57.850662858145675 ], [ -4.187175167231588, 57.850693311360075 ], [ -4.187530889196446, 57.850112147841074 ], [ -4.18591561918972, 57.851016013806877 ], [ -4.18617768025412, 57.852113937086642 ], [ -4.185134321394419, 57.854530863134976 ], [ -4.185686225362374, 57.855321904035094 ], [ -4.183577008656859, 57.85620100172374 ], [ -4.182736752295752, 57.856047445015392 ], [ -4.18013622815316, 57.854462315139422 ], [ -4.177853991253936, 57.852171753282633 ], [ -4.176526104076869, 57.849745283609714 ], [ -4.170717101749249, 57.846972380585605 ], [ -4.168740238738943, 57.844053790534176 ], [ -4.166993743413578, 57.838233638061695 ], [ -4.163843905304414, 57.833691693676066 ], [ -4.162405367214675, 57.833550910317285 ], [ -4.162614295660758, 57.8330459960046 ], [ -4.162231062861813, 57.83356556252771 ], [ -4.161029249650669, 57.833805276440309 ], [ -4.155872785367286, 57.833207500264777 ], [ -4.153098554819232, 57.833348971164099 ], [ -4.152769118704487, 57.833022127280749 ], [ -4.152653855394378, 57.83332058131522 ], [ -4.150478587425813, 57.833591988657247 ], [ -4.151495549920234, 57.833330354193443 ], [ -4.150466610100842, 57.833136664138095 ], [ -4.150651261424983, 57.832899928924355 ], [ -4.149822569554629, 57.832957106547454 ], [ -4.15009976461371, 57.832605595271808 ], [ -4.149347244254339, 57.83247100139927 ], [ -4.149943917316921, 57.832251542275678 ], [ -4.148230913313677, 57.831912196395201 ], [ -4.148124070821784, 57.831532153867911 ], [ -4.148623837871434, 57.831326022504335 ], [ -4.146662462494012, 57.830434707321771 ], [ -4.147168956270155, 57.829945447742524 ], [ -4.144500575698713, 57.829030130253521 ], [ -4.145414425908986, 57.828678642711445 ], [ -4.144598341435735, 57.828804756453536 ], [ -4.144829014509966, 57.828010196447998 ], [ -4.144454904989528, 57.828743390404007 ], [ -4.140970156196282, 57.828060132542483 ], [ -4.140345254955688, 57.828342919388248 ], [ -4.139359967237428, 57.828029805715545 ], [ -4.137472352450073, 57.828206291688929 ], [ -4.136579807268255, 57.827923039971104 ], [ -4.135421922422045, 57.828363927871642 ], [ -4.132920208750988, 57.828466228979373 ], [ -4.13269334000513, 57.827876154248237 ], [ -4.132830330511789, 57.828427309423304 ], [ -4.132348565976905, 57.828568385361478 ], [ -4.129953646605558, 57.828140530350169 ], [ -4.119346225474875, 57.829222114993414 ], [ -4.117773558771693, 57.8298889968043 ], [ -4.117804058039305, 57.830408700836252 ], [ -4.116627914603069, 57.829911717756303 ], [ -4.11812253898387, 57.831243449998581 ], [ -4.118282041674894, 57.832267735452085 ], [ -4.117798606012772, 57.832554334729871 ], [ -4.118603352455669, 57.832805941582869 ], [ -4.118924230379154, 57.833566075924871 ], [ -4.120849377548867, 57.834365878129454 ], [ -4.122159038782271, 57.834179549997572 ], [ -4.12311070055518, 57.834522111219528 ], [ -4.127095242849782, 57.837792262740891 ], [ -4.128846115835906, 57.837544557824579 ], [ -4.131092919734404, 57.837650580184437 ], [ -4.132064344166752, 57.839493190716269 ], [ -4.135675350021279, 57.841951753240593 ], [ -4.138144378841166, 57.843016175448689 ], [ -4.138823464430143, 57.842960701112062 ], [ -4.138991956611551, 57.843955164188138 ], [ -4.137680097792199, 57.844791295458698 ], [ -4.137020502498758, 57.844863505888704 ], [ -4.137325876782046, 57.844642727447088 ], [ -4.13687283182753, 57.844105886610365 ], [ -4.135529203415421, 57.843125820971302 ], [ -4.132730419919745, 57.842410109598255 ], [ -4.128121999166179, 57.840404860758341 ], [ -4.12389493929335, 57.838086685419817 ], [ -4.115451922945923, 57.834875609161003 ], [ -4.112779592576466, 57.834172631723611 ], [ -4.111670938819102, 57.834138985296072 ], [ -4.109739805231355, 57.83464461685621 ], [ -4.110879838268949, 57.840166487185655 ], [ -4.110856372140648, 57.840917096557618 ], [ -4.110136355429812, 57.840992868301598 ], [ -4.108938376313356, 57.834881664313244 ], [ -4.103168574377047, 57.836694443534526 ], [ -4.099024970586203, 57.837251852417744 ], [ -4.09867601397619, 57.837015940604012 ], [ -4.099129585741569, 57.836328297748111 ], [ -4.100361749096943, 57.836167737815266 ], [ -4.100766286519582, 57.835564457776862 ], [ -4.101504149762212, 57.835333906772128 ], [ -4.10131428403106, 57.83508188896117 ], [ -4.102338415941092, 57.835052337831165 ], [ -4.102614908105199, 57.834449376948655 ], [ -4.10353251776499, 57.834095439325587 ], [ -4.102566189279295, 57.834018023288628 ], [ -4.102908541963183, 57.833822771008208 ], [ -4.102045581128865, 57.833669064505614 ], [ -4.102327946773901, 57.833427189428271 ], [ -4.10121474407137, 57.833256960758334 ], [ -4.098557611553775, 57.8321131884369 ], [ -4.085676054711873, 57.830399394510508 ], [ -4.079676121482809, 57.829015472858408 ], [ -4.076625748019563, 57.828015162835996 ], [ -4.07510762430795, 57.826948387253935 ], [ -4.067994427807304, 57.823957724625217 ], [ -4.063498066166086, 57.821391310864634 ], [ -4.060296539849226, 57.819021135565926 ], [ -4.057806720656536, 57.818260147046388 ], [ -4.055147842249259, 57.817987915007166 ], [ -4.052312943831655, 57.816839788782048 ], [ -4.048923292517308, 57.814901841873137 ], [ -4.045580361890844, 57.814673707847156 ], [ -4.044039295604174, 57.81365096709893 ], [ -4.038006132120379, 57.812911635296246 ], [ -4.036336314740308, 57.813451482175736 ], [ -4.036094128100054, 57.813238054649268 ], [ -4.036953200869431, 57.812957307344902 ], [ -4.037343955402643, 57.812125352037171 ], [ -4.036746923161698, 57.813001051688062 ], [ -4.036013907650695, 57.813167359092304 ], [ -4.036079714085568, 57.813242764913284 ], [ -4.036321660510072, 57.813519999801535 ], [ -4.038244891199498, 57.812966196320346 ], [ -4.041697781651495, 57.813743502175939 ], [ -4.043094628467182, 57.813587130206308 ], [ -4.043741799452961, 57.813927095785679 ], [ -4.043666048990775, 57.81481958161681 ], [ -4.043920917141677, 57.814117375542068 ], [ -4.044316015283331, 57.814762383432473 ], [ -4.045064812460756, 57.815023436897981 ], [ -4.048116019604501, 57.815302118832506 ], [ -4.046228237252004, 57.815470962248831 ], [ -4.042927135692215, 57.816637378766075 ], [ -4.039199511445128, 57.817201417922817 ], [ -4.026433455016642, 57.821146333092372 ], [ -4.005137999615009, 57.830626521084355 ], [ -4.000205211541646, 57.83218235066893 ], [ -3.99442424953719, 57.83485640370678 ], [ -3.988304105714034, 57.836740385519818 ], [ -3.966336915897645, 57.845218139331038 ], [ -3.96487819364285, 57.845658512399936 ], [ -3.961949991260894, 57.845569070194074 ], [ -3.960850961090291, 57.845963403428811 ], [ -3.955888158045514, 57.845640218551878 ], [ -3.947748164170549, 57.843577796183432 ], [ -3.948704230255859, 57.843030236908142 ], [ -3.949155892753209, 57.842771552082908 ], [ -3.950697893467317, 57.841888348362041 ], [ -3.951280587544187, 57.841915323151916 ], [ -3.951064911859693, 57.841509856431983 ], [ -3.949070632134161, 57.842794269881345 ], [ -3.946728663843584, 57.843418253253823 ], [ -3.943872898051975, 57.842011091133784 ], [ -3.939671538040618, 57.841109599463337 ], [ -3.938196853805632, 57.840471799557243 ], [ -3.936714235185351, 57.83937141573125 ], [ -3.931733830984541, 57.837282163357592 ], [ -3.931114061406728, 57.834987145662126 ], [ -3.933777112711523, 57.835332892924498 ], [ -3.934537650905556, 57.836165813471858 ], [ -3.934422935009045, 57.835597063935388 ], [ -3.933798028439539, 57.835251715880915 ], [ -3.931063818230399, 57.834835178687719 ], [ -3.931684861960846, 57.83463705259696 ], [ -3.930596181914696, 57.834752455463367 ], [ -3.930078561276687, 57.834365027337384 ], [ -3.929407277624358, 57.834411177911399 ], [ -3.928672695692363, 57.835006325359792 ], [ -3.928230787714329, 57.834932186429917 ], [ -3.929601346413168, 57.833945537641931 ], [ -3.930533494171677, 57.833738191413921 ], [ -3.92728342165007, 57.833751683838962 ], [ -3.925503833590283, 57.833545123962246 ], [ -3.924103248623129, 57.833022834493804 ], [ -3.92597350911332, 57.83413993543504 ], [ -3.925376424561825, 57.834629656803074 ], [ -3.926022892332758, 57.834907336470387 ], [ -3.926091563375063, 57.835404917904526 ], [ -3.925616265400398, 57.835178545193592 ], [ -3.922487459758947, 57.835257453918189 ], [ -3.918244458687563, 57.833547316470366 ], [ -3.912622092857127, 57.83360976730043 ], [ -3.91250178780808, 57.834200046024755 ], [ -3.918686829993936, 57.836640175455834 ], [ -3.92031189199544, 57.836947997836504 ], [ -3.92127609937752, 57.837656624709822 ], [ -3.921185575119745, 57.838012872044651 ], [ -3.91888205338968, 57.837935439270751 ], [ -3.907150084979574, 57.833171085833207 ], [ -3.897586786547059, 57.828755067853905 ], [ -3.89691768377029, 57.827880137655363 ], [ -3.89408541038026, 57.825896542671984 ], [ -3.893483452238524, 57.824854385379375 ], [ -3.893634802814675, 57.824048042987563 ], [ -3.894363992624732, 57.823664309225144 ], [ -3.894789340790086, 57.823747796010586 ], [ -3.894227299325515, 57.824268290094622 ], [ -3.895685008341149, 57.824129713071564 ], [ -3.895944452259031, 57.824741249769971 ], [ -3.89533648332541, 57.825509499853013 ], [ -3.8964702003602, 57.826575142290608 ], [ -3.898883740239366, 57.827958524577035 ], [ -3.906908958712565, 57.831476701253578 ], [ -3.907527122481925, 57.831382055476134 ], [ -3.90755981488854, 57.831044656863071 ], [ -3.906715732751599, 57.829732182851487 ], [ -3.904536392321269, 57.828965337694036 ], [ -3.905062331550143, 57.828400418997568 ], [ -3.909048996111556, 57.830541595369418 ], [ -3.909935981301791, 57.829957744537687 ], [ -3.910962407101345, 57.830099505817479 ], [ -3.911909016252591, 57.829847157568643 ], [ -3.915899013417523, 57.831723039098058 ], [ -3.915507474000216, 57.830534054444726 ], [ -3.913718755767452, 57.829833338096705 ], [ -3.912758889856124, 57.828882017405476 ], [ -3.911453171814826, 57.828713036078419 ], [ -3.912388150144718, 57.827288421169222 ], [ -3.913603582695568, 57.827184736695749 ], [ -3.91413189003479, 57.826826379681194 ], [ -3.916576529611636, 57.826879299114289 ], [ -3.916729303737736, 57.826585003288166 ], [ -3.918034729634156, 57.826749442170851 ], [ -3.918964374354308, 57.826497296462342 ], [ -3.919506518041555, 57.825608638220537 ], [ -3.920399550466757, 57.825460354303338 ], [ -3.923935919519649, 57.823407760211865 ], [ -3.925564237781884, 57.821577213328304 ], [ -3.926985507014471, 57.820917741695268 ], [ -3.931938928068676, 57.820505459181526 ], [ -3.940383714862682, 57.820834710761318 ], [ -3.939909004522953, 57.820617367381047 ], [ -3.940263684991101, 57.820324443969987 ], [ -3.942758256387915, 57.819904416293241 ], [ -3.943957504555812, 57.818255389054265 ], [ -3.943311376793918, 57.816886206070102 ], [ -3.943641062843371, 57.815973739872021 ], [ -3.944679295587942, 57.815558019186703 ], [ -3.944835842996719, 57.814401136793926 ], [ -3.947390333195882, 57.813539863657311 ], [ -3.94850711806653, 57.81505003601302 ], [ -3.94932355119219, 57.814269328634971 ], [ -3.9517596131564, 57.814645129309127 ], [ -3.953925170334906, 57.814220956812449 ], [ -3.955092427028819, 57.815258619517323 ], [ -3.959918123192059, 57.817165158153479 ], [ -3.961856181326933, 57.818285179121133 ], [ -3.959937508601737, 57.817057046638084 ], [ -3.95607251662923, 57.815481587013025 ], [ -3.956140520801975, 57.815392623625158 ], [ -3.956882124643061, 57.814422421017525 ], [ -3.957633208353263, 57.814303014410207 ], [ -3.956695153161016, 57.814389369405525 ], [ -3.956125063925448, 57.815389411222377 ], [ -3.955266616460616, 57.815211011816508 ], [ -3.953257725401388, 57.813085741536582 ], [ -3.951636755222108, 57.812434185702315 ], [ -3.952210950921814, 57.812281596540039 ], [ -3.948824646972096, 57.812136937726656 ], [ -3.947354110126462, 57.812337422543607 ], [ -3.946886033130015, 57.813084917309091 ], [ -3.945643501629148, 57.813768829075585 ], [ -3.943579232799957, 57.814043066070269 ], [ -3.942223656560821, 57.813722436334928 ], [ -3.942510648569991, 57.814050458168801 ], [ -3.941001554744505, 57.814945045426811 ], [ -3.939829336289079, 57.814747362762333 ], [ -3.940532225046558, 57.814401522788422 ], [ -3.941346414028855, 57.814000908042757 ], [ -3.940349089069454, 57.813454657526208 ], [ -3.941075114834651, 57.813964632593446 ], [ -3.940357018860931, 57.814415822736663 ], [ -3.939746863324724, 57.814465619786141 ], [ -3.939689549332018, 57.815122348915999 ], [ -3.938510562506981, 57.814641752952923 ], [ -3.940486083681804, 57.81600409632577 ], [ -3.940274219530904, 57.816447568240662 ], [ -3.939002091381143, 57.816898274153409 ], [ -3.937453278586195, 57.816930934433557 ], [ -3.930966579084296, 57.815704710173335 ], [ -3.928081857581206, 57.816381999963042 ], [ -3.923448135592601, 57.816623078980037 ], [ -3.920157301026063, 57.817170684527966 ], [ -3.919030376000713, 57.817634261632556 ], [ -3.918304452235109, 57.818959638371851 ], [ -3.918571770731359, 57.820441584437852 ], [ -3.909146749712731, 57.822678954722015 ], [ -3.905757842372328, 57.822276229752845 ], [ -3.902696441864543, 57.821664560086241 ], [ -3.902931479212983, 57.821459787385479 ], [ -3.895209724049813, 57.820914196475258 ], [ -3.886812540868956, 57.821615306961746 ], [ -3.886134752056717, 57.821920070436541 ], [ -3.886403187461598, 57.822094861935533 ], [ -3.886902522076708, 57.821693926974369 ], [ -3.889002170791925, 57.821790241127246 ], [ -3.886045940414988, 57.822862929983891 ], [ -3.881720462019226, 57.822900237702562 ], [ -3.874849483711836, 57.822297655530804 ], [ -3.870405554301795, 57.822614836465839 ], [ -3.867136432450988, 57.823021479303613 ], [ -3.862727410201289, 57.824213824813924 ], [ -3.859232821036718, 57.824530138901856 ], [ -3.856223052440832, 57.825270496214721 ], [ -3.849549350165928, 57.829372201131278 ], [ -3.849309426060033, 57.830080049877814 ], [ -3.848210982841689, 57.830730336325544 ], [ -3.844651963638356, 57.831382285345789 ], [ -3.840048197695961, 57.833380728405793 ], [ -3.833746048234242, 57.833655275630292 ], [ -3.830361064886861, 57.834395040698048 ], [ -3.828379682123289, 57.835380415111928 ], [ -3.827814268945248, 57.835989594107687 ], [ -3.828183515020238, 57.837426204684114 ], [ -3.828797810735757, 57.837482034058532 ], [ -3.828391601252771, 57.837676554144245 ], [ -3.828607017113245, 57.838237644020772 ], [ -3.829993158405812, 57.837735212414415 ], [ -3.828520489944357, 57.838823749759463 ], [ -3.828683782325259, 57.839918341963006 ], [ -3.826934088671893, 57.840961440826291 ], [ -3.826285799944084, 57.842464813743284 ], [ -3.82555849312983, 57.84240790276246 ], [ -3.825799394974574, 57.842673955307951 ], [ -3.82534280656879, 57.842640098258627 ], [ -3.824863629038637, 57.84332528340525 ], [ -3.821675243733132, 57.845410472774184 ], [ -3.820908392876433, 57.848943199338066 ], [ -3.820179018839772, 57.849448682558695 ], [ -3.819972958525911, 57.849238718741212 ], [ -3.819684126338955, 57.849592338158317 ], [ -3.819671064855187, 57.849400268622674 ], [ -3.819142729185536, 57.849515653084808 ], [ -3.819394830514741, 57.849769877781675 ], [ -3.818468099207366, 57.850238651433592 ], [ -3.818528995525726, 57.851078677438288 ], [ -3.817828803526177, 57.851763407232156 ], [ -3.817322946298825, 57.851757178216495 ], [ -3.817647243619767, 57.851972639549302 ], [ -3.815654143200977, 57.853320022481853 ], [ -3.813681514149364, 57.855579848852273 ], [ -3.813439101500852, 57.856691034094588 ], [ -3.815009354180138, 57.857618185124217 ], [ -3.815259930931641, 57.858276717348616 ], [ -3.814971942781413, 57.858615938168015 ], [ -3.814282057449913, 57.858571900635603 ], [ -3.814821724924935, 57.858745658774879 ], [ -3.814377613573409, 57.859030512177043 ], [ -3.814902307229476, 57.858839736018638 ], [ -3.813167957754575, 57.859677577491759 ], [ -3.812951500506333, 57.860233182549159 ], [ -3.812154982124788, 57.860482634616559 ], [ -3.812136930207033, 57.860123534971287 ], [ -3.808453574480345, 57.862130088028351 ], [ -3.808449925091608, 57.861721371398048 ], [ -3.806570747691828, 57.862399473196419 ], [ -3.805807231295076, 57.862131839310358 ], [ -3.80551306622983, 57.86298949745688 ], [ -3.805153468460777, 57.862540925514601 ], [ -3.80350821544368, 57.862842820679624 ], [ -3.803597493557421, 57.863447965996748 ], [ -3.803000618710689, 57.863815804451889 ], [ -3.802900117899603, 57.863323117178822 ], [ -3.802357492272672, 57.863258954086341 ], [ -3.80144640528793, 57.863411141801102 ], [ -3.80173509962722, 57.863959553593332 ], [ -3.800435011316999, 57.863748916189728 ], [ -3.799807322455579, 57.864175571850765 ], [ -3.799782313225081, 57.863843522071157 ], [ -3.799220559502075, 57.864071593711337 ], [ -3.798989256814262, 57.864672302515466 ], [ -3.799123164985126, 57.864315539952223 ], [ -3.798626586655195, 57.864160868977422 ], [ -3.798192231301132, 57.864746486228491 ], [ -3.797593319434671, 57.864737003626587 ], [ -3.798160195100536, 57.864949077936927 ], [ -3.79754519019566, 57.86512399303804 ], [ -3.796839684258602, 57.86517441200386 ], [ -3.797068504267008, 57.8648612273957 ], [ -3.796645494303653, 57.864660587366913 ], [ -3.796029522683467, 57.865154437089224 ], [ -3.7960668622191, 57.864888883699066 ], [ -3.794917783227109, 57.864833270557462 ], [ -3.792849407421532, 57.865105074232204 ], [ -3.790063690064031, 57.864511036039055 ], [ -3.787097635421522, 57.866057639832036 ], [ -3.786414726673787, 57.866224472684692 ], [ -3.786529058496805, 57.86598029860501 ], [ -3.78574148361007, 57.865906036693367 ], [ -3.783122868130222, 57.866814292827279 ], [ -3.782240171460069, 57.866521240923589 ], [ -3.780534471590863, 57.8669719174299 ], [ -3.780680316350886, 57.866511694201343 ], [ -3.776676535240748, 57.86736737312529 ], [ -3.776731765494195, 57.86694885078925 ], [ -3.776189555436647, 57.867064246961235 ], [ -3.776653092789827, 57.866720863979864 ], [ -3.775999647734808, 57.866460494841952 ], [ -3.775446767635112, 57.866872504254005 ], [ -3.774863146541637, 57.866660563611312 ], [ -3.773263727952395, 57.867217461226964 ], [ -3.772010470933201, 57.866929516073363 ], [ -3.776746225172797, 57.863651573824157 ], [ -3.776600415803186, 57.863258325570655 ], [ -3.777808645159664, 57.86246430053388 ], [ -3.777243685343128, 57.862458738508423 ], [ -3.777516762936597, 57.862185397852123 ], [ -3.779896046284958, 57.861213233403475 ], [ -3.779548535058293, 57.860149027269266 ], [ -3.78045571890674, 57.859064525911585 ], [ -3.780151788340917, 57.858780407950626 ], [ -3.779590254175481, 57.858843086199485 ], [ -3.779878356717634, 57.857611848649547 ], [ -3.778903771416504, 57.85719339165739 ], [ -3.778477606666258, 57.857539854275842 ], [ -3.779352222940424, 57.856752284343884 ], [ -3.779113873360387, 57.856362133063499 ], [ -3.778277114291059, 57.856106143720055 ], [ -3.778178035433243, 57.855669119451392 ], [ -3.777585952500185, 57.855931659233271 ], [ -3.778636327348272, 57.854915237851024 ], [ -3.778199776842985, 57.854230497058396 ], [ -3.77851387061218, 57.853901776872867 ], [ -3.77786423186096, 57.853714134718437 ], [ -3.781148770565756, 57.851361007505432 ], [ -3.781720161293461, 57.849522068997409 ], [ -3.785131709174694, 57.846105151529656 ], [ -3.785915074121189, 57.84474204913424 ], [ -3.785551512531037, 57.844545029099983 ], [ -3.78631089096497, 57.844399579903985 ], [ -3.787113901945672, 57.843094587811066 ], [ -3.788117816239331, 57.84261507443027 ], [ -3.789121760655502, 57.840574148631156 ], [ -3.791011440812208, 57.839309498139876 ], [ -3.791411541161579, 57.83841084670059 ], [ -3.79349059003586, 57.836825451610437 ], [ -3.79331438214126, 57.836465890777319 ], [ -3.794462835931395, 57.836222354924331 ], [ -3.796989979674259, 57.834474238877682 ], [ -3.799047201713347, 57.833642809821079 ], [ -3.801738956976628, 57.831050463784059 ], [ -3.80539950634117, 57.829451370804023 ], [ -3.808695918675537, 57.826708312849654 ], [ -3.81028308807802, 57.82605409315881 ], [ -3.812206006638983, 57.824508336629634 ], [ -3.812925052913688, 57.823234910999389 ], [ -3.812601331078215, 57.823092201236868 ], [ -3.813164554350868, 57.823276406734692 ], [ -3.813439187400689, 57.823045184841355 ], [ -3.814074372339871, 57.821277034790292 ], [ -3.814926322512047, 57.820405974408118 ], [ -3.818678125694237, 57.818244573333523 ], [ -3.819094625317913, 57.817555814443764 ], [ -3.819761585695078, 57.817427655386908 ], [ -3.819641344981262, 57.816979282191816 ], [ -3.821531493484327, 57.816436460759689 ], [ -3.821722309492569, 57.816014165970699 ], [ -3.821183213877394, 57.815806293918008 ], [ -3.822100879087374, 57.815676317805291 ], [ -3.824767123740285, 57.81333716650964 ], [ -3.826693947595057, 57.812326568164814 ], [ -3.827004780830529, 57.811217053698925 ], [ -3.836914791052909, 57.802558769933768 ], [ -3.838304432979737, 57.801790252818115 ], [ -3.841576301480186, 57.800874901159531 ], [ -3.843146383100343, 57.799523336168789 ], [ -3.84479954593683, 57.798779662354846 ], [ -3.84594829418878, 57.79732009385895 ], [ -3.848116195516688, 57.796050495458537 ], [ -3.848699525202528, 57.794034042694939 ], [ -3.853286593912015, 57.789125515353561 ], [ -3.857928216485738, 57.786873513841847 ], [ -3.860327743530648, 57.784633606273751 ], [ -3.864127946633604, 57.782359577024202 ], [ -3.866863101851752, 57.77995558076671 ], [ -3.86662298509086, 57.77980009847527 ], [ -3.870554525437313, 57.776668639083518 ], [ -3.876546135100752, 57.773165157000911 ], [ -3.882483375836558, 57.772063665136038 ], [ -3.885311332843853, 57.770800662055699 ], [ -3.886231623869286, 57.770908251195443 ], [ -3.887354104498005, 57.770089244560623 ], [ -3.887725558285225, 57.769249076728222 ], [ -3.889704144727925, 57.767890813783296 ], [ -3.894773857916228, 57.76601015964858 ], [ -3.89664156496449, 57.763090183494533 ], [ -3.900419834055, 57.759715673252487 ], [ -3.908191365310601, 57.756733755120933 ], [ -3.910204370439715, 57.754908353442993 ], [ -3.911369009935902, 57.755193554570006 ], [ -3.913298310298688, 57.753410691981799 ], [ -3.914812834022314, 57.753257532289027 ], [ -3.916321277342172, 57.752577067767731 ], [ -3.917646805240748, 57.750506786523665 ], [ -3.917475836484341, 57.746136710669035 ], [ -3.918036024711396, 57.74424601339603 ], [ -3.919975997876048, 57.742776429286465 ], [ -3.921967964143073, 57.739915250100452 ], [ -3.924787120695374, 57.738400795108063 ], [ -3.927279478560664, 57.735200394835722 ], [ -3.930323711137402, 57.732940275886598 ], [ -3.932566129481896, 57.727652010147139 ], [ -3.938143351366399, 57.723222801059983 ], [ -3.941749327300022, 57.719537844447096 ], [ -3.943298895513271, 57.719001954321925 ], [ -3.943434890856917, 57.718406895553159 ], [ -3.948244715926328, 57.71464934587366 ], [ -3.951117028857422, 57.713118179182636 ], [ -3.95386234051068, 57.710636554539519 ], [ -3.957831140990218, 57.708594152354216 ], [ -3.966334326104374, 57.701809321938278 ], [ -3.966725380776669, 57.700819444059228 ], [ -3.968798013639932, 57.699893258165531 ], [ -3.97039165344664, 57.698646562522214 ], [ -3.970344410604286, 57.698085767172948 ], [ -3.971118927853282, 57.69797936755851 ], [ -3.971096245521378, 57.697561941725404 ], [ -3.972188329695906, 57.697432619252069 ], [ -3.972924584378815, 57.69646878467055 ], [ -3.975357970614875, 57.695087635985239 ], [ -3.975702917305261, 57.694489272579887 ], [ -3.975277689576791, 57.694383605107703 ], [ -3.976283883574059, 57.694219648935459 ], [ -3.976443528825104, 57.693916174083093 ], [ -3.976616485423046, 57.694165038760353 ], [ -3.977791598203701, 57.69386815605445 ], [ -3.978289573362516, 57.693307823246052 ], [ -3.979107041617987, 57.693375900116628 ], [ -3.979585531976003, 57.692766451806065 ], [ -3.979729929528609, 57.692952867563953 ], [ -3.980840812326973, 57.692863604964153 ], [ -3.980878606148889, 57.692633907842719 ], [ -3.98181945101189, 57.692779997795959 ], [ -3.982175451343468, 57.692386289504903 ], [ -3.983206294549589, 57.692275798456023 ], [ -3.982545980406003, 57.692197199790037 ], [ -3.983383142243776, 57.692154920193857 ], [ -3.982690737851144, 57.692021530028825 ], [ -3.983474592909567, 57.692150301593173 ], [ -3.983682691203759, 57.692212626291337 ], [ -3.983758429941529, 57.691787368798444 ], [ -3.984260474504088, 57.692070595342933 ], [ -3.986928028965253, 57.691486066562646 ], [ -3.990853543195243, 57.691997574181968 ], [ -3.992174800629823, 57.691676693442709 ], [ -3.993904967547569, 57.691744675879264 ], [ -3.994574381373598, 57.692080030380659 ], [ -3.99519106742574, 57.691913975946861 ], [ -3.996587704653148, 57.692414846141027 ], [ -3.999645953837595, 57.692833747556726 ], [ -4.002082927259102, 57.693850897527476 ], [ -4.007358020598502, 57.694545384273937 ], [ -4.011593830788863, 57.69322745764557 ], [ -4.020752269081425, 57.69242654149199 ], [ -4.024335839669044, 57.693474366306233 ], [ -4.024381212761096, 57.694618281928641 ], [ -4.035381520970608, 57.69443551704714 ], [ -4.03559161435933, 57.695099696997509 ], [ -4.037616851621525, 57.695307887989252 ], [ -4.035778148533778, 57.696181143532591 ], [ -4.035929168980069, 57.699021457172059 ], [ -4.034083638937847, 57.70076450870269 ], [ -4.033342370505742, 57.704575126978312 ], [ -4.030881391163917, 57.707773639915622 ], [ -4.030950939780873, 57.708655712534295 ], [ -4.029416812880424, 57.710756667766113 ], [ -4.027892979877221, 57.712114409652223 ], [ -4.024599012434918, 57.711808658103116 ], [ -4.027800479759161, 57.712261442420953 ], [ -4.027256553498149, 57.712621454123621 ], [ -4.02486886021582, 57.712642604969083 ], [ -4.026064430200201, 57.714720479515613 ], [ -4.026457803273891, 57.717102290174545 ], [ -4.025464644212866, 57.719429923992749 ], [ -4.022939849018398, 57.720582591005041 ], [ -4.021355160819617, 57.722667172974141 ], [ -4.020458558727766, 57.723181029376065 ], [ -4.017397930065984, 57.724067204189687 ], [ -4.01538838652992, 57.725043490812553 ], [ -4.012765625365607, 57.725533547700998 ], [ -4.01230068136921, 57.726112357045231 ], [ -4.011894893780281, 57.725609382085047 ], [ -4.010992563546325, 57.725569811619309 ], [ -4.010201430455387, 57.72653563759868 ], [ -4.01103387283302, 57.727645486120934 ], [ -4.009973724636276, 57.727728807748811 ], [ -4.010013862838308, 57.728452325293809 ], [ -4.009652504628281, 57.727660233888137 ], [ -4.009366614036351, 57.727986418678917 ], [ -4.010303558720703, 57.728921211389782 ], [ -4.008875215254631, 57.730119062422411 ], [ -4.009643699727556, 57.728833755871896 ], [ -4.007804852441652, 57.729595172057863 ], [ -4.008249385172387, 57.730342823208261 ], [ -4.007484345283204, 57.73029745505238 ], [ -4.007710295312874, 57.730858999862342 ], [ -4.008164465414847, 57.731053050662752 ], [ -4.00867522287515, 57.730540915383948 ], [ -4.008810872820742, 57.731533352220083 ], [ -4.008405277469291, 57.731700610197599 ], [ -4.008970371545563, 57.732107629171637 ], [ -4.008754747023461, 57.733005012365034 ], [ -4.008270399373234, 57.732721596733789 ], [ -4.008349658304928, 57.733454376503289 ], [ -4.008671723633315, 57.733749351099164 ], [ -4.008996391263048, 57.7332734099558 ], [ -4.008940329479777, 57.733716338943694 ], [ -4.009651934249439, 57.734159663928175 ], [ -4.008801198579159, 57.733963824392895 ], [ -4.009286785945314, 57.734420620117817 ], [ -4.00927647983624, 57.73853480393867 ], [ -4.008661793445985, 57.741354918275405 ], [ -4.009462584975243, 57.742343090053424 ], [ -4.010139062769199, 57.741424017091603 ], [ -4.0096187589432, 57.741463721299326 ], [ -4.009182626308794, 57.741082510207505 ], [ -4.009836066242007, 57.741413552851235 ], [ -4.011781663420698, 57.740658503885562 ], [ -4.012035403660052, 57.73824032605625 ], [ -4.012785984998352, 57.738082847432857 ], [ -4.012023685832976, 57.738120119375317 ], [ -4.01250188714459, 57.737232932921813 ], [ -4.014519751575774, 57.736604270735036 ], [ -4.012831540811177, 57.736877295668585 ], [ -4.014745366147215, 57.736009497467762 ], [ -4.01655634844075, 57.735679685404151 ], [ -4.018965266998944, 57.736584675956685 ], [ -4.019152906072041, 57.736786531876092 ], [ -4.017571740849148, 57.737744333380341 ], [ -4.018232586584403, 57.737785912224048 ], [ -4.018239262715169, 57.738207181584691 ], [ -4.018675892008535, 57.73811396959664 ], [ -4.019442390916976, 57.738543787699527 ], [ -4.020230254119934, 57.738181720535835 ], [ -4.023715268398417, 57.738316542638557 ], [ -4.025127317393791, 57.737521293513495 ], [ -4.025612586074995, 57.73757732183158 ], [ -4.025441992743008, 57.738071507062031 ], [ -4.025976148105856, 57.737349586162573 ], [ -4.029454063598288, 57.737838355980259 ], [ -4.033180242799254, 57.737510837686393 ], [ -4.03430016515514, 57.736932210870378 ], [ -4.035681077158449, 57.737321511826146 ], [ -4.039208458932174, 57.736926032569848 ], [ -4.043375462495952, 57.73548240985469 ], [ -4.044918224926561, 57.734691114059075 ], [ -4.045337191999892, 57.734078782791798 ], [ -4.046647814751118, 57.733550870529797 ], [ -4.046752842417078, 57.733804336269003 ], [ -4.048157838917231, 57.733104174318818 ], [ -4.047689539690195, 57.732575366378846 ], [ -4.048020479939048, 57.731803624029318 ], [ -4.046279959957578, 57.731826376234089 ], [ -4.04609048321136, 57.731534742545392 ], [ -4.04684130288906, 57.73123779339943 ], [ -4.047394124906915, 57.730350157228102 ], [ -4.049962011254992, 57.729426312207565 ], [ -4.050917866409733, 57.729429698984575 ], [ -4.050919074945728, 57.729747735904617 ], [ -4.04951987577623, 57.730844059482621 ], [ -4.049337464690711, 57.731598128260906 ], [ -4.053414312363141, 57.733322712662947 ], [ -4.049437655016806, 57.731439275261003 ], [ -4.051538417397973, 57.729799695330207 ], [ -4.052273189688377, 57.730080686135651 ], [ -4.052042028946802, 57.729765478056244 ], [ -4.052414041889005, 57.729750463079817 ], [ -4.052796433519029, 57.730126111038381 ], [ -4.053145766826602, 57.729947941019368 ], [ -4.053666375299825, 57.730243178405026 ], [ -4.053980442719459, 57.729561539020921 ], [ -4.054569559176024, 57.730057815982185 ], [ -4.058364973587361, 57.72975447796847 ], [ -4.059006275408812, 57.729985737251923 ], [ -4.058939886885621, 57.730649885246031 ], [ -4.059997841318582, 57.73094174807084 ], [ -4.066068393405011, 57.731301945102132 ], [ -4.067481485342143, 57.731752369875281 ], [ -4.073183757403244, 57.732277270299434 ], [ -4.075660783932949, 57.731095627403299 ], [ -4.084544009031326, 57.728228201869065 ], [ -4.087096125309574, 57.727078335204403 ], [ -4.087519744428123, 57.726531367720902 ], [ -4.091293541480089, 57.725136643627678 ], [ -4.092599092969448, 57.724101588761286 ], [ -4.102622033609746, 57.720699186887892 ], [ -4.103834345590797, 57.719281010500602 ], [ -4.105904593469842, 57.719163924186589 ], [ -4.108242754009593, 57.718572436800088 ], [ -4.109666914251878, 57.717683471412016 ], [ -4.113672761915653, 57.713762154036537 ], [ -4.113831764087871, 57.712688507880081 ], [ -4.114621495955615, 57.711865782852996 ], [ -4.123781265572731, 57.708233473768196 ], [ -4.129105399622598, 57.705139474212586 ], [ -4.132700496527781, 57.703900942921386 ], [ -4.146548906345034, 57.696080900084702 ], [ -4.14618610835039, 57.695536278657876 ], [ -4.148134881327605, 57.695291163398394 ], [ -4.153450885966754, 57.692861117475047 ], [ -4.159139718557743, 57.68872901507963 ], [ -4.167001273686543, 57.686674507124003 ], [ -4.167449911051952, 57.686489817068704 ], [ -4.167098533829591, 57.685606322922176 ], [ -4.167484237266451, 57.686278081699889 ], [ -4.16830495370515, 57.686228077296356 ], [ -4.168379399575849, 57.685649066282068 ], [ -4.167935068435501, 57.68568094116538 ], [ -4.167787155638678, 57.685142579432373 ], [ -4.170268977259707, 57.684930209467211 ], [ -4.170352060730018, 57.685197435507895 ], [ -4.172349011670567, 57.68515237697121 ], [ -4.172620082852427, 57.684944660664875 ], [ -4.17640954700081, 57.685502182927721 ], [ -4.176495082081191, 57.686956283324072 ], [ -4.179032305780357, 57.686882955296717 ], [ -4.178967492611481, 57.685077184351663 ], [ -4.17977821723106, 57.68502907415585 ], [ -4.179984314890567, 57.687650047363633 ], [ -4.179592281575412, 57.688469047916215 ], [ -4.180100239025322, 57.688993107048688 ], [ -4.186307191319646, 57.690624596773645 ], [ -4.190261021860949, 57.691306458965045 ], [ -4.198414717109565, 57.691793991117429 ], [ -4.202737069660866, 57.69262540300906 ], [ -4.207426008982889, 57.692666774407527 ], [ -4.213249493353551, 57.691007017504589 ], [ -4.216717927424982, 57.691232018796619 ], [ -4.2201131459091, 57.690725923062729 ], [ -4.223374311677567, 57.690963364213992 ], [ -4.226865809200446, 57.690742918249668 ], [ -4.227455665539948, 57.690594163065732 ], [ -4.227059892419256, 57.68983200289361 ], [ -4.227598535960388, 57.690570981681965 ], [ -4.229461803323333, 57.690421352875425 ], [ -4.232127527552026, 57.689788515693493 ], [ -4.235037573747366, 57.688357016832754 ], [ -4.239351330728325, 57.688008479616151 ], [ -4.239308217277866, 57.687772034216529 ], [ -4.24056664283042, 57.687502659757868 ], [ -4.242151871494437, 57.686657820208751 ], [ -4.242398455112649, 57.68611433849248 ], [ -4.242217503706558, 57.686056343385964 ], [ -4.2428074357818, 57.685647046661614 ], [ -4.242446688241665, 57.68567320948334 ], [ -4.242517117054746, 57.685184065465876 ], [ -4.242160768336229, 57.686038159345465 ], [ -4.242126975745645, 57.686119150522188 ], [ -4.241586808419759, 57.68601101749249 ], [ -4.241688595065661, 57.68429124687168 ], [ -4.243150239698033, 57.684190759245425 ], [ -4.243361368845502, 57.683942618032283 ], [ -4.238040289503794, 57.679971978843106 ], [ -4.243235849823511, 57.683567466077996 ], [ -4.243973440278145, 57.683803273517945 ], [ -4.244719299904077, 57.683467471777696 ], [ -4.247117702328569, 57.684273091058742 ], [ -4.246706258245938, 57.683940758899411 ], [ -4.247926478140186, 57.683599207511364 ], [ -4.246213961987114, 57.683386129806763 ], [ -4.245709885060595, 57.68302039718013 ], [ -4.246352976296452, 57.683247086216227 ], [ -4.246837738694802, 57.683083931251957 ], [ -4.246593398614908, 57.682497045000602 ], [ -4.247563712028803, 57.682617281553824 ], [ -4.24882294784692, 57.682175291866407 ], [ -4.250027318613959, 57.682634583103308 ], [ -4.250261568084206, 57.683138978905959 ], [ -4.250138652134694, 57.682563416587101 ], [ -4.250605155524599, 57.682511988286379 ], [ -4.249726654104585, 57.682411706610516 ], [ -4.249523608033451, 57.682031649362337 ], [ -4.249897446833512, 57.681973784820649 ], [ -4.249070479392708, 57.682001070546342 ], [ -4.25019991391083, 57.681874059827372 ], [ -4.252604519707448, 57.68342793337181 ], [ -4.251024494720273, 57.681213351723606 ], [ -4.252432626700946, 57.681577344602196 ], [ -4.254892620732889, 57.681267552890027 ], [ -4.251843062087752, 57.681807979353373 ], [ -4.252120034262362, 57.682135501229595 ], [ -4.25287252477515, 57.681908253214402 ], [ -4.254654162057658, 57.682046329629721 ], [ -4.255131582213344, 57.681576877068331 ], [ -4.25490578940261, 57.680831534844266 ], [ -4.25627181332456, 57.680598718339731 ], [ -4.256852309011702, 57.679791372511907 ], [ -4.2579242878189, 57.679712938615886 ], [ -4.258983019329353, 57.679098313621083 ], [ -4.261498124051273, 57.679380432634275 ], [ -4.261740154818105, 57.678526999553753 ], [ -4.260205458453452, 57.678446610156833 ], [ -4.25953010170185, 57.678725538175684 ], [ -4.25912106937649, 57.678594471838736 ], [ -4.259498985226331, 57.678360394862416 ], [ -4.258555108116009, 57.678744748780716 ], [ -4.25623742443081, 57.678615393456219 ], [ -4.255809537453151, 57.679098343923471 ], [ -4.255417321987314, 57.678994819991551 ], [ -4.255741943449101, 57.678604463379919 ], [ -4.255308958200654, 57.678573548064001 ], [ -4.251618864904524, 57.680654674864599 ], [ -4.252723163922584, 57.67952893223606 ], [ -4.255082784785428, 57.678469757974412 ], [ -4.259682049840592, 57.6782564898107 ], [ -4.263829659557702, 57.678681902941207 ], [ -4.27294372103015, 57.681595006905134 ], [ -4.274657981842131, 57.682824825047987 ], [ -4.276494222386116, 57.682788197347541 ], [ -4.277730970479761, 57.682420898651159 ], [ -4.278864088705862, 57.682754509756819 ], [ -4.279242391065382, 57.683249072658256 ], [ -4.284515305779531, 57.68256361749139 ], [ -4.288938966904219, 57.681235586143387 ], [ -4.291268784483457, 57.680276901620516 ], [ -4.293576523278735, 57.678731831146791 ], [ -4.299789777844016, 57.676409513698154 ], [ -4.299308605407528, 57.67604177606507 ], [ -4.299605033333556, 57.674764061380785 ], [ -4.300303347645864, 57.675753229053193 ], [ -4.300492872846379, 57.67511811171952 ], [ -4.301375158407858, 57.674960990428652 ], [ -4.3015542839099, 57.67466480831218 ], [ -4.301049322001487, 57.674530230856334 ], [ -4.301653395858109, 57.674376371815633 ], [ -4.301266952074813, 57.674021294206597 ], [ -4.302440469243375, 57.672797694717751 ], [ -4.302021571313049, 57.671533891912063 ], [ -4.302904846563766, 57.671578911487806 ], [ -4.302142281696513, 57.671480478072723 ], [ -4.302598554881837, 57.671509011484702 ], [ -4.302601042948807, 57.671257376057902 ], [ -4.302102609875958, 57.671410215884592 ], [ -4.302100336238035, 57.67058090847285 ], [ -4.301490220241681, 57.670479696182035 ], [ -4.301774076725962, 57.670142970264436 ], [ -4.301275288607981, 57.670316479769845 ], [ -4.30110950609388, 57.669685130029613 ], [ -4.301612262154738, 57.669521432759097 ], [ -4.300944849832956, 57.669441927130968 ], [ -4.300901350833799, 57.668570240121404 ], [ -4.298284176418615, 57.668417457814584 ], [ -4.298588543685934, 57.668086656089514 ], [ -4.300684179277916, 57.668292050959508 ], [ -4.300295195816115, 57.667895684451118 ], [ -4.301067265651558, 57.667642627580307 ], [ -4.299871791587625, 57.667564637405903 ], [ -4.300775045033728, 57.667397252936397 ], [ -4.300224638899419, 57.667417149646766 ], [ -4.30052616213481, 57.667306536007096 ], [ -4.299832504328327, 57.666441283437329 ], [ -4.29908151368959, 57.666153031201731 ], [ -4.299520811930014, 57.665941075962095 ], [ -4.299014734861096, 57.665336577632502 ], [ -4.279931456666485, 57.665083658379203 ], [ -4.27965950092393, 57.664650976839553 ], [ -4.29899476762662, 57.665100625695864 ], [ -4.298797805985009, 57.664637866253358 ], [ -4.297381025656162, 57.663922322142113 ], [ -4.299312513769656, 57.66453146640864 ], [ -4.299736627914354, 57.664238917977485 ], [ -4.29810474758207, 57.663568626357318 ], [ -4.299903118162788, 57.664008560289929 ], [ -4.300616350845191, 57.663436696273976 ], [ -4.3028432878653, 57.662887588105782 ], [ -4.30380517914641, 57.661849328178036 ], [ -4.30235271382463, 57.66139057293077 ], [ -4.301685981654884, 57.661716300589866 ], [ -4.300891949021969, 57.661303048145442 ], [ -4.30055479072862, 57.661009071535922 ], [ -4.300967307275882, 57.660481312589731 ], [ -4.302184994376051, 57.660093443166339 ], [ -4.30133848424814, 57.660174446150371 ], [ -4.300791010399683, 57.659736039278606 ], [ -4.30194787138812, 57.659711389229621 ], [ -4.301400017195024, 57.659425743227303 ], [ -4.304366395331046, 57.660362804105269 ], [ -4.30165572264118, 57.659333930693435 ], [ -4.304212012696286, 57.660149069902602 ], [ -4.303611552218959, 57.658769972741418 ], [ -4.304729697054881, 57.659720916180568 ], [ -4.30410956161905, 57.658824694765293 ], [ -4.305452347630044, 57.658824478767144 ], [ -4.305634963314299, 57.659377344220928 ], [ -4.305892661327929, 57.659237864120115 ], [ -4.306326687800198, 57.657254959930654 ], [ -4.304590886221838, 57.657321653545225 ], [ -4.304137403619775, 57.657915765339709 ], [ -4.302801525970286, 57.658341748837842 ], [ -4.304984875631527, 57.656477033711397 ], [ -4.306002275074671, 57.656158369925272 ], [ -4.313358601868395, 57.655775988821787 ], [ -4.314865094665598, 57.655347666073183 ], [ -4.313911365464882, 57.65548013762016 ], [ -4.315070016354225, 57.654828151166157 ], [ -4.316215640251413, 57.655076731178077 ], [ -4.315848897701732, 57.654319688819662 ], [ -4.318014343161606, 57.65547237108656 ], [ -4.317821723684453, 57.655319655811169 ], [ -4.31709928790849, 57.654791875729551 ], [ -4.316688437906266, 57.654421118497083 ], [ -4.31714819345302, 57.654785647483472 ], [ -4.318813540686278, 57.654573550268026 ], [ -4.319914680405891, 57.655043954343057 ], [ -4.320654217324395, 57.654970179935141 ], [ -4.324566964062186, 57.655788757938673 ], [ -4.325417231865632, 57.655559268747595 ], [ -4.326685435389373, 57.654265394727759 ], [ -4.331946789386593, 57.652851191668802 ], [ -4.337856671102948, 57.650086835404707 ], [ -4.340303668118978, 57.647796984416011 ], [ -4.34305087952195, 57.643956011122967 ], [ -4.347532825046259, 57.641533026472601 ], [ -4.347358049097831, 57.639968299012217 ], [ -4.349926513567993, 57.639680660166306 ], [ -4.350369428392075, 57.639041640730298 ], [ -4.359189126084348, 57.635372062713152 ], [ -4.364895994619743, 57.631492364330882 ], [ -4.366725280543857, 57.629330333671 ], [ -4.365531143696963, 57.627479197042888 ], [ -4.366425912086071, 57.627278240262221 ], [ -4.366289751723167, 57.626009329064473 ], [ -4.367415868186271, 57.627021580275411 ], [ -4.36878762455547, 57.626943757978822 ], [ -4.369987360740176, 57.626488157551606 ], [ -4.372810803980537, 57.626428883868599 ], [ -4.379352994951009, 57.624122365124464 ], [ -4.385706286323964, 57.620301387944806 ], [ -4.387405950309952, 57.620197400036062 ], [ -4.391208262661139, 57.618630285263613 ], [ -4.394403875311579, 57.616983795574029 ], [ -4.395554723480921, 57.615820799050866 ], [ -4.397304121011868, 57.615382363177936 ], [ -4.40112978429686, 57.613218743106174 ], [ -4.406861767494821, 57.610900086106454 ], [ -4.412554655083963, 57.60772466695154 ], [ -4.415577489418725, 57.605849084541219 ], [ -4.417306764682339, 57.603379067721164 ], [ -4.419041448025794, 57.602127390073889 ], [ -4.419264962370931, 57.601536338847055 ], [ -4.418138853232917, 57.600206442913823 ], [ -4.419438228728796, 57.599610065742127 ], [ -4.420425553132855, 57.599531843854493 ], [ -4.419019728626324, 57.599634255683362 ], [ -4.418059952975741, 57.599396538747207 ], [ -4.416368610364777, 57.59812237644686 ], [ -4.414963506304609, 57.598108813555385 ], [ -4.415057774249695, 57.597763755138615 ], [ -4.412310249102698, 57.596484570979975 ], [ -4.411298703199557, 57.59652455387959 ], [ -4.411835729044164, 57.596066809820464 ], [ -4.411670739705642, 57.595622469821393 ], [ -4.40958610891474, 57.593886673672614 ], [ -4.407887846630173, 57.593106751146493 ], [ -4.409378864152799, 57.593536588927883 ], [ -4.413192487634101, 57.596715724684735 ], [ -4.415976343834846, 57.597709346578341 ], [ -4.421370677186641, 57.598592687290754 ], [ -4.425414788848794, 57.598172736832467 ], [ -4.428148357995252, 57.598581187034405 ], [ -4.428908473896261, 57.598459641220337 ], [ -4.426224866249933, 57.597997231608929 ], [ -4.422532765098477, 57.598449994844813 ], [ -4.420975837058885, 57.598368422896549 ], [ -4.415241780169061, 57.59733341309196 ], [ -4.413342421265042, 57.596553812063 ], [ -4.408861742797481, 57.59277727296196 ], [ -4.406794058480198, 57.592761880024796 ], [ -4.407393023233488, 57.592355091592424 ], [ -4.410423613661479, 57.591698836275505 ], [ -4.411534154804643, 57.591083677308546 ], [ -4.412303431912364, 57.590268354571627 ], [ -4.412184690775842, 57.589713505451144 ], [ -4.415537280900734, 57.588290776603245 ], [ -4.416804395605684, 57.587390420480553 ], [ -4.417963388435474, 57.585819984650087 ], [ -4.421212441447866, 57.584861848468051 ], [ -4.422969895505304, 57.584696947115084 ], [ -4.423192173918007, 57.584165215616515 ], [ -4.424310360958656, 57.584174305078854 ], [ -4.422953994940995, 57.583250538730702 ], [ -4.422260236351971, 57.581270798498835 ], [ -4.423064156568616, 57.580505059955136 ], [ -4.427376293431525, 57.579141759687325 ], [ -4.428078817177957, 57.578438141453539 ], [ -4.42802960494102, 57.577774270159018 ], [ -4.428018035982146, 57.577618203163567 ], [ -4.427962949118994, 57.576875039766122 ], [ -4.428781505961282, 57.576432470070735 ], [ -4.427222960442479, 57.576488499697973 ], [ -4.42784729242119, 57.576670589867454 ], [ -4.427818338908008, 57.577365750480091 ], [ -4.42710575058216, 57.577164689216389 ], [ -4.427844439923705, 57.577586140711162 ], [ -4.426686341635201, 57.577372235779336 ], [ -4.426770868675955, 57.578239539616227 ], [ -4.425404261007468, 57.57776259241799 ], [ -4.425285488000453, 57.577234710946115 ], [ -4.426671462414904, 57.575616693048488 ], [ -4.42883643410543, 57.57459650807894 ], [ -4.435985186088937, 57.573597041007787 ], [ -4.437501665159506, 57.572989083853258 ], [ -4.440806974225429, 57.57022317794253 ], [ -4.440655554992595, 57.569934963301186 ], [ -4.441361190516561, 57.569858418664381 ], [ -4.441231335308922, 57.569517669631772 ], [ -4.442513714296354, 57.568988758331557 ], [ -4.444308739847274, 57.566952861607305 ], [ -4.443866557047516, 57.56711687816999 ], [ -4.444996820682317, 57.563723489620877 ], [ -4.443770597286722, 57.56361514163266 ], [ -4.442667294270013, 57.567212874223692 ], [ -4.441135438414462, 57.568735057775264 ], [ -4.438263018384863, 57.570394543394038 ], [ -4.436039657010155, 57.570533612681231 ], [ -4.430383677439827, 57.573419243442736 ], [ -4.42805800619866, 57.573833308062774 ], [ -4.427303307593977, 57.573626768350081 ], [ -4.428616537607281, 57.573204340735167 ], [ -4.427044391518732, 57.573606585523272 ], [ -4.42505427406812, 57.573559461094192 ], [ -4.425178821560386, 57.573319843227857 ], [ -4.421859229213717, 57.575213074237169 ], [ -4.420626151330308, 57.576793959929766 ], [ -4.418369438032947, 57.577042080071301 ], [ -4.420019295168744, 57.57629519937386 ], [ -4.41931432813095, 57.576308709296697 ], [ -4.418115647950405, 57.576897776598557 ], [ -4.415698149139135, 57.577294497586728 ], [ -4.414005918560306, 57.578539942481804 ], [ -4.411904836605494, 57.578791259789547 ], [ -4.409052852223891, 57.580260064195201 ], [ -4.408700538032416, 57.580978457666852 ], [ -4.405958943764656, 57.582983329113446 ], [ -4.405889017781563, 57.583621751131027 ], [ -4.404504601964113, 57.583938359532588 ], [ -4.403994053459685, 57.585429829156439 ], [ -4.403111159877056, 57.585259730109087 ], [ -4.403216319335145, 57.585585708436405 ], [ -4.401672594630236, 57.586837136960249 ], [ -4.399578125920102, 57.587730596217796 ], [ -4.396671370932953, 57.588232384352168 ], [ -4.395769926207047, 57.588823675880775 ], [ -4.393662083367322, 57.589237450657592 ], [ -4.393262177750723, 57.589797650754647 ], [ -4.390531068726744, 57.590633828181808 ], [ -4.388035164633933, 57.591230971351052 ], [ -4.387564142332395, 57.591014335948877 ], [ -4.386876456761746, 57.59142360347812 ], [ -4.385856056184669, 57.591352128694297 ], [ -4.384094242894883, 57.592812324962082 ], [ -4.383064849484025, 57.593192077927284 ], [ -4.382645660985873, 57.592846849663644 ], [ -4.38189007875098, 57.593038119380829 ], [ -4.381725068084783, 57.593764577785777 ], [ -4.380189566455094, 57.594031644551976 ], [ -4.378884475430143, 57.595187527608864 ], [ -4.377535853931478, 57.595601101668201 ], [ -4.377597434434553, 57.596159748899758 ], [ -4.372994410329614, 57.59802277465144 ], [ -4.373099081970159, 57.598319131436192 ], [ -4.371161772709733, 57.599024944334062 ], [ -4.370215638125689, 57.599917003923117 ], [ -4.367986603377449, 57.600540180940584 ], [ -4.365587927433314, 57.602134245709927 ], [ -4.364581751249253, 57.603367939370756 ], [ -4.362136945949994, 57.60466896845945 ], [ -4.361414635884335, 57.605791296067672 ], [ -4.360993715869554, 57.605908787916071 ], [ -4.360734040903965, 57.60572494329638 ], [ -4.361163601455581, 57.605689059755683 ], [ -4.36072228898908, 57.605646988202082 ], [ -4.355055515603938, 57.610039779240225 ], [ -4.358727027469972, 57.613578996959589 ], [ -4.358176556310137, 57.613714172237515 ], [ -4.355954999090809, 57.611856965268231 ], [ -4.354271498914476, 57.611481301153397 ], [ -4.351685462027179, 57.611647175330639 ], [ -4.350920683021656, 57.612352398542114 ], [ -4.350923106754839, 57.613011893796575 ], [ -4.348522821823004, 57.613645088416533 ], [ -4.345892337601413, 57.616058953415639 ], [ -4.344116458549346, 57.616303972069012 ], [ -4.339699151109942, 57.619427448218651 ], [ -4.337538515882924, 57.621454135476633 ], [ -4.33347836205451, 57.624080163264466 ], [ -4.330793944071926, 57.627012251318199 ], [ -4.326271953992427, 57.629636666129301 ], [ -4.32512866910576, 57.630775498365757 ], [ -4.316237776301602, 57.634283140768048 ], [ -4.313724963572406, 57.63573269138756 ], [ -4.304639269613288, 57.639586298170222 ], [ -4.298797046612214, 57.641339705139686 ], [ -4.290058917205504, 57.645250601909794 ], [ -4.287486149321865, 57.645749146406693 ], [ -4.281353447131068, 57.649257324296087 ], [ -4.279547459528058, 57.649562156845576 ], [ -4.277253679300914, 57.650802137152318 ], [ -4.274647059576431, 57.651652349173105 ], [ -4.269216581079228, 57.654576709781722 ], [ -4.267062779368026, 57.655303620548061 ], [ -4.262862094775158, 57.657993586032148 ], [ -4.252423266881226, 57.662531525923136 ], [ -4.247174042549734, 57.665648446515796 ], [ -4.234314112027858, 57.669358971741545 ], [ -4.233371879088941, 57.669252517924278 ], [ -4.230688448446579, 57.670200192611517 ], [ -4.228925603202673, 57.670357066256585 ], [ -4.226413060082535, 57.671113846300017 ], [ -4.225312637387487, 57.671108055132819 ], [ -4.222559843382638, 57.671996573348039 ], [ -4.221088605925448, 57.671905612616889 ], [ -4.218437794358751, 57.672928822336537 ], [ -4.215478477350191, 57.673296073755999 ], [ -4.214511898489672, 57.673973408384654 ], [ -4.20818074956764, 57.672480260874444 ], [ -4.206173552024985, 57.672372426448327 ], [ -4.198895378035185, 57.673340178808125 ], [ -4.195750199214951, 57.673355286717154 ], [ -4.193067433972505, 57.673862767531588 ], [ -4.190224738000887, 57.67394437274443 ], [ -4.187782241954649, 57.674656032488869 ], [ -4.180710501301315, 57.67460834049885 ], [ -4.177250299744435, 57.675244791040889 ], [ -4.174270302829005, 57.67494024662367 ], [ -4.171117334986731, 57.675500264431342 ], [ -4.166903064197849, 57.675589605080212 ], [ -4.165522609111782, 57.675867522892098 ], [ -4.164031943565299, 57.67325593974472 ], [ -4.163947124799151, 57.670003923071725 ], [ -4.165023261104289, 57.667662881938199 ], [ -4.167032939797139, 57.665430727488634 ], [ -4.167222292281282, 57.663602626002671 ], [ -4.168017930762514, 57.663197241085058 ], [ -4.167414331365142, 57.662606490263599 ], [ -4.166304130248108, 57.662572502339778 ], [ -4.16665954674895, 57.661897927972191 ], [ -4.165961683013943, 57.661665490790263 ], [ -4.166165614250436, 57.661290017910453 ], [ -4.165255192330937, 57.661231933240217 ], [ -4.165676581085088, 57.660454701218065 ], [ -4.164245129327048, 57.660233019636841 ], [ -4.165853845505331, 57.6599413161833 ], [ -4.165166294035636, 57.659234289494478 ], [ -4.164040965447328, 57.659197846280634 ], [ -4.164881813857984, 57.659158295155606 ], [ -4.1653136791563, 57.658641450108291 ], [ -4.164819210195616, 57.65914858493754 ], [ -4.162992031268749, 57.659064845195957 ], [ -4.161229580699326, 57.657955681958967 ], [ -4.161977537546361, 57.657848552982102 ], [ -4.163017478558631, 57.65813517367414 ], [ -4.164594460094513, 57.658634008780197 ], [ -4.16475551271558, 57.658614168479822 ], [ -4.16515071256373, 57.658438483782056 ], [ -4.164861613693549, 57.658144232625482 ], [ -4.165108847335348, 57.658439200633474 ], [ -4.164589409834067, 57.658563207051529 ], [ -4.161623958477795, 57.657653333788815 ], [ -4.162805977164971, 57.657657380814832 ], [ -4.162538352250113, 57.657357366256427 ], [ -4.163142882806004, 57.657275526599996 ], [ -4.165197249551605, 57.656997388447145 ], [ -4.165803849489028, 57.657303272438426 ], [ -4.165150127332157, 57.656937995719204 ], [ -4.163173849417961, 57.657255330438169 ], [ -4.163498602738449, 57.657043535802337 ], [ -4.157813512687823, 57.657536021542207 ], [ -4.154774220332346, 57.657447685159894 ], [ -4.146263238228614, 57.659452323989605 ], [ -4.143244330903091, 57.658773949615664 ], [ -4.140450377532064, 57.658725135852173 ], [ -4.138058272481229, 57.659009995962833 ], [ -4.135449954456531, 57.658896835036373 ], [ -4.133198638178295, 57.659581750131487 ], [ -4.128189610364273, 57.659122564126179 ], [ -4.125853869505753, 57.659513163948468 ], [ -4.121512312374387, 57.659717257781793 ], [ -4.117719121053852, 57.660414275349751 ], [ -4.115864802046932, 57.661359977986294 ], [ -4.111920004381847, 57.661818560390365 ], [ -4.107734574299328, 57.662956691785055 ], [ -4.097085701369366, 57.664006159016154 ], [ -4.089669828099451, 57.664055241324128 ], [ -4.086704998152524, 57.664539062570142 ], [ -4.084419101883368, 57.665227260361178 ], [ -4.079716617738278, 57.66748798526195 ], [ -4.071038695016623, 57.670057176621448 ], [ -4.05977196496923, 57.674871002767944 ], [ -4.055698156816273, 57.675842937494821 ], [ -4.053378967705616, 57.675757517085067 ], [ -4.046651272657938, 57.676513452006283 ], [ -4.042873487769859, 57.677539477160629 ], [ -4.039852100022514, 57.679583735078175 ], [ -4.038294443659925, 57.68168340577018 ], [ -4.037589298234736, 57.683643541306722 ], [ -4.036912893022987, 57.683875457024769 ], [ -4.034747849684925, 57.683525754726347 ], [ -4.028738176298129, 57.680113765653452 ], [ -4.026554796951621, 57.679490188058757 ], [ -4.020929401007347, 57.678797622463122 ], [ -4.01876860832616, 57.679149282740937 ], [ -4.012437119225827, 57.679148642071198 ], [ -4.011521344857165, 57.67957200772652 ], [ -4.007477506493105, 57.679995630509296 ], [ -4.005874857564048, 57.679827884556467 ], [ -4.004257341758497, 57.680150014566948 ], [ -4.004227201498694, 57.679907907968236 ], [ -4.003596309983003, 57.679872979101965 ], [ -4.002773283421147, 57.680155549978096 ], [ -4.000993240160584, 57.680116334994338 ], [ -3.998419134375116, 57.679820104378564 ], [ -3.998475224005889, 57.679163343582687 ], [ -3.997278549552688, 57.679209197262736 ], [ -3.997511653208803, 57.679025824921126 ], [ -3.996485228057133, 57.678660184201064 ], [ -3.995529511424862, 57.677749852820767 ], [ -3.994154220338618, 57.677749079822114 ], [ -3.994082253835709, 57.677354892942475 ], [ -3.993463244223153, 57.677382618751636 ], [ -3.994037153329133, 57.677144466342192 ], [ -3.993455102115651, 57.676318074767593 ], [ -3.995245260187608, 57.6756294833677 ], [ -3.996389647977276, 57.673567433483782 ], [ -3.996681638552153, 57.673693101061495 ], [ -3.999808949283469, 57.672623943938824 ], [ -4.000066928280169, 57.67137100572981 ], [ -4.002168868665574, 57.669653136679749 ], [ -4.002351570838995, 57.668253137935253 ], [ -4.003502529691313, 57.668145064618024 ], [ -4.003419673602065, 57.667858869578524 ], [ -4.007632365345047, 57.665357235314573 ], [ -4.009644886085777, 57.663550807044203 ], [ -4.012135464619269, 57.662055693532857 ], [ -4.013531995641197, 57.661815138746725 ], [ -4.014190375518681, 57.661262880155945 ], [ -4.015571781446585, 57.661173485386072 ], [ -4.015576900393516, 57.660842768744047 ], [ -4.01780739865587, 57.660225890926583 ], [ -4.018189143636482, 57.659825372690484 ], [ -4.019589759568278, 57.659962040212953 ], [ -4.023075964419746, 57.658687994390291 ], [ -4.02428180506785, 57.658849288882266 ], [ -4.025187850237325, 57.658654189711811 ], [ -4.028702864479713, 57.656130652855424 ], [ -4.031086833645914, 57.653620693677041 ], [ -4.038243135597051, 57.65071578398112 ], [ -4.040112617313258, 57.650283117405152 ], [ -4.044485992398126, 57.647381385606913 ], [ -4.046613836434066, 57.646601224979179 ], [ -4.047346107852156, 57.645827462681623 ], [ -4.048534274194927, 57.645323938081837 ], [ -4.049013063671803, 57.643264960958206 ], [ -4.051861684992823, 57.640507158487495 ], [ -4.056700103040397, 57.638607318900327 ], [ -4.062168141749309, 57.635027644584078 ], [ -4.063821351780587, 57.633459770174717 ], [ -4.064068977497622, 57.632067575269986 ], [ -4.065594817227951, 57.630915055918763 ], [ -4.066907207432261, 57.628660876093335 ], [ -4.068158986236601, 57.628141741680622 ], [ -4.068447507004072, 57.62747214373659 ], [ -4.069196852261593, 57.627248734462604 ], [ -4.068973395595153, 57.627000817799811 ], [ -4.070161605812965, 57.626837603665109 ], [ -4.070489164906945, 57.626266194075242 ], [ -4.070948281107899, 57.626240702103203 ], [ -4.07059530483123, 57.626071281490333 ], [ -4.071592522161946, 57.625789887343565 ], [ -4.071489691848023, 57.625454641858447 ], [ -4.080264942221521, 57.621932200938701 ], [ -4.082205362084832, 57.619847204480173 ], [ -4.089038060596555, 57.616068606367257 ], [ -4.089987943659825, 57.614970220658336 ], [ -4.09334145404962, 57.613018896364572 ], [ -4.094537387454742, 57.61171962795833 ], [ -4.098372517952285, 57.609710761862857 ], [ -4.100554889297004, 57.608047329833042 ], [ -4.102035082079452, 57.60747463173432 ], [ -4.104959808349465, 57.598998966711541 ], [ -4.106816232797033, 57.596866440425288 ], [ -4.108262717458665, 57.5960678043594 ], [ -4.110956657377693, 57.595399257582329 ], [ -4.112594707199472, 57.594386222041592 ], [ -4.112502323673436, 57.592332006834923 ], [ -4.113386467736026, 57.59225701747571 ], [ -4.112598031395953, 57.592020424731821 ], [ -4.112944037005966, 57.590110721985972 ], [ -4.109849889785805, 57.584902645547437 ], [ -4.104327934878889, 57.580186920663166 ], [ -4.099551672589688, 57.577067774812186 ], [ -4.091210269929408, 57.574057863081478 ], [ -4.093258027802939, 57.573779543276906 ], [ -4.093967640521899, 57.573264620938403 ], [ -4.097850088120818, 57.574151685340915 ], [ -4.108689283683922, 57.577567829436617 ], [ -4.115165430603019, 57.578517953454643 ], [ -4.125468360150009, 57.578482434125036 ], [ -4.133136877394183, 57.579389105242626 ], [ -4.134157804891389, 57.579085233209554 ], [ -4.133911045035814, 57.578613196216601 ], [ -4.134179332431384, 57.57885305542456 ], [ -4.134643965966491, 57.578704137092615 ], [ -4.133698553605067, 57.578297817916329 ], [ -4.1366332305633, 57.578370394700869 ], [ -4.13755070878709, 57.577957728825432 ], [ -4.140539615681539, 57.577473121746046 ], [ -4.146333425335786, 57.575399859647845 ], [ -4.149304322376747, 57.573707752819956 ], [ -4.157781422697522, 57.571187513755717 ], [ -4.162946909528734, 57.568816014044842 ], [ -4.167752163333986, 57.567202536870298 ], [ -4.167104291237524, 57.566880310347173 ], [ -4.168741337839736, 57.567049873765647 ], [ -4.172644706996569, 57.565096780709908 ], [ -4.174169945188218, 57.565411061209538 ], [ -4.174447389418418, 57.566222135120881 ], [ -4.174404529543815, 57.565447454440161 ], [ -4.173181690412076, 57.564820679651859 ], [ -4.176293689068578, 57.560877396644976 ], [ -4.176712894602866, 57.558713728975235 ], [ -4.175101989456102, 57.554520263655888 ], [ -4.175307831723525, 57.553291139148556 ], [ -4.178383401211075, 57.551668388151356 ], [ -4.180590390036345, 57.54958345415929 ], [ -4.180328603929842, 57.549286074203025 ], [ -4.180855854740242, 57.548851965658947 ], [ -4.182018066643996, 57.548639595743637 ], [ -4.182425748423627, 57.547492325671435 ], [ -4.18390806999246, 57.546514254106704 ], [ -4.188239385654819, 57.545644041487904 ], [ -4.193504142280621, 57.546016288615327 ], [ -4.197863401546903, 57.548111283921834 ], [ -4.202779209562437, 57.54826010077619 ], [ -4.205472819999103, 57.548915708390012 ], [ -4.209336507816174, 57.548964944368244 ], [ -4.209864598663943, 57.549764373208184 ], [ -4.210178959336743, 57.548828893842241 ], [ -4.211110190215488, 57.549275324841147 ], [ -4.213909811650207, 57.549635977472391 ], [ -4.21643287372085, 57.549212517605575 ], [ -4.219778589421636, 57.55038919779215 ], [ -4.222257446173267, 57.550529776824625 ], [ -4.224439019394084, 57.551167042889404 ], [ -4.227944626992437, 57.551314570669966 ], [ -4.231893678797016, 57.551087559867206 ], [ -4.237458271313279, 57.552021455045157 ], [ -4.238300683560959, 57.551885217164013 ], [ -4.238096835026887, 57.551695647188595 ], [ -4.240241733808943, 57.55205654540589 ], [ -4.242775723104875, 57.551731202382811 ], [ -4.247904776465167, 57.550066624179976 ], [ -4.252203103814722, 57.549382586645571 ], [ -4.250143997142925, 57.547485661218516 ], [ -4.246172258808323, 57.547580669022722 ], [ -4.246756465407688, 57.546184727513861 ], [ -4.249736900327732, 57.544596932921849 ], [ -4.243451458322755, 57.545787063692451 ], [ -4.231878556787907, 57.546797335795468 ], [ -4.229140563491105, 57.546214056283041 ], [ -4.229338302524933, 57.545867324410779 ], [ -4.228069623436481, 57.544823170747257 ], [ -4.227758726445494, 57.54317985317558 ], [ -4.22579054307371, 57.543239739394387 ], [ -4.22647079802305, 57.543707556037667 ], [ -4.227455121698416, 57.54368120162983 ], [ -4.227585318484593, 57.544335730335938 ], [ -4.22706312964421, 57.544377293263835 ], [ -4.222730817684353, 57.542909992670985 ], [ -4.22179382082812, 57.542972316975828 ], [ -4.218119440118358, 57.542041379952842 ], [ -4.21008876191333, 57.541573968580757 ], [ -4.204937362327929, 57.542461968377296 ], [ -4.20470925547224, 57.543692441448322 ], [ -4.201939249339532, 57.543619499969331 ], [ -4.20064002618318, 57.54271937610374 ], [ -4.199221611339451, 57.540894038975772 ], [ -4.194420993603928, 57.539504026706361 ], [ -4.19344960445707, 57.537547756373272 ], [ -4.194783113644144, 57.534745435099147 ], [ -4.197300100585532, 57.53306901156963 ], [ -4.202339284772941, 57.526767846943812 ], [ -4.205047408023945, 57.524316085330838 ], [ -4.210496549226162, 57.520580785365752 ], [ -4.210602402234723, 57.518329010581809 ], [ -4.215627409543163, 57.518030599385611 ], [ -4.218381666517372, 57.517078271880422 ], [ -4.22012643139417, 57.515069007369 ], [ -4.221601585959548, 57.514450004076679 ], [ -4.223026548317924, 57.513007013036727 ], [ -4.224504416101138, 57.512325028977564 ], [ -4.224641149956421, 57.511444748977823 ], [ -4.225252941602307, 57.510743882557065 ], [ -4.225728611565368, 57.510713925187346 ], [ -4.226217884064108, 57.509756437308937 ], [ -4.23029794892137, 57.508138876418379 ], [ -4.232212579014216, 57.504719317127467 ], [ -4.233765340912882, 57.503441060572499 ], [ -4.234409641436532, 57.500792436699264 ], [ -4.244804450738907, 57.500730940463683 ], [ -4.245333211459967, 57.501051292299891 ], [ -4.247758196394355, 57.501399859238575 ], [ -4.248039067907794, 57.501163029053693 ], [ -4.250191700579274, 57.501831792482221 ], [ -4.260719191071026, 57.502587890138543 ], [ -4.270719728840411, 57.505306044976223 ], [ -4.272368004776061, 57.504994214364807 ], [ -4.273205643841938, 57.504263875073754 ], [ -4.274073786250482, 57.504158369702218 ], [ -4.280088186779171, 57.504291490145334 ], [ -4.281453569007002, 57.504583986717996 ], [ -4.283385692525465, 57.504194991615705 ], [ -4.285766463387642, 57.504147372633575 ], [ -4.291983052685843, 57.504788436948253 ], [ -4.29353707716524, 57.504281256896149 ], [ -4.294701910909813, 57.504249285794991 ], [ -4.29565964838057, 57.503657680083919 ], [ -4.301663753162906, 57.503123230084768 ], [ -4.303817573402871, 57.503395702912968 ], [ -4.304850806958694, 57.503262707510146 ], [ -4.305206629194343, 57.502737736703757 ], [ -4.305998752235435, 57.502566906362617 ], [ -4.310656437508018, 57.502416958679248 ], [ -4.316251138738886, 57.503540863228942 ], [ -4.31832031464211, 57.504318736714879 ], [ -4.322860355077487, 57.505098716793739 ], [ -4.327823785553297, 57.505498716562208 ], [ -4.328938848125877, 57.505052211692082 ], [ -4.332938439267895, 57.504761736809876 ], [ -4.34425447240824, 57.505743403939107 ], [ -4.354646253101901, 57.510429051315576 ], [ -4.363523422840936, 57.51243935492073 ], [ -4.365255762254253, 57.511833592538579 ], [ -4.367252392971923, 57.511699987811021 ], [ -4.368126089284044, 57.512325168162853 ], [ -4.369898843998513, 57.512600981455485 ], [ -4.371171390352861, 57.512424307593378 ], [ -4.371378465451168, 57.511730309801209 ], [ -4.372210096010865, 57.512040853985546 ], [ -4.372941836572648, 57.511096166525107 ], [ -4.372034889972657, 57.508365385704636 ], [ -4.373229665832599, 57.511697288891909 ], [ -4.373809064765349, 57.512108715826052 ], [ -4.374211317698662, 57.511978039969897 ], [ -4.375500342527267, 57.51236351973958 ], [ -4.382972263092516, 57.511620528665567 ], [ -4.386865121551814, 57.510815477704469 ], [ -4.392550296563853, 57.51017849828127 ], [ -4.393689316376343, 57.509699509055643 ], [ -4.39414862611602, 57.509804012249127 ], [ -4.39431607958632, 57.509454879963329 ], [ -4.395310679873121, 57.509600435064442 ], [ -4.398420633637815, 57.508143140313663 ], [ -4.40014503989766, 57.507707770974932 ], [ -4.400370731852163, 57.507077163714129 ], [ -4.403364276974118, 57.506749679657368 ], [ -4.410524653147002, 57.504497754380147 ], [ -4.412557529708147, 57.504263888391591 ], [ -4.415579405703878, 57.504521447144448 ], [ -4.416277046717068, 57.504190881210953 ], [ -4.416151967681524, 57.503561570738789 ], [ -4.417136944096338, 57.504395455406623 ], [ -4.416386588917159, 57.503196741857714 ], [ -4.423233289982315, 57.496085120869829 ], [ -4.4255219221681, 57.494582705124174 ], [ -4.427531107682681, 57.494328378103333 ], [ -4.432077417253399, 57.496262603449352 ], [ -4.433004910801377, 57.496255493962337 ], [ -4.435533473276185, 57.496982166174156 ], [ -4.431835458789632, 57.495535815597144 ], [ -4.43235877987917, 57.494371029837716 ], [ -4.435512356558043, 57.494636345844235 ], [ -4.435517588639144, 57.494614678531541 ], [ -4.429434807870653, 57.493818155229597 ], [ -4.432030060143404, 57.494045789786455 ], [ -4.432640756908421, 57.492965581901515 ], [ -4.431587207089683, 57.492631858189355 ], [ -4.42960649967522, 57.493488658040427 ], [ -4.430290248979023, 57.492878815612983 ], [ -4.433373658976779, 57.491540647908842 ], [ -4.431885113798482, 57.492544340760006 ], [ -4.432784245799425, 57.492839706182032 ], [ -4.434155470296385, 57.4914276102241 ], [ -4.433493340973635, 57.491458363220083 ], [ -4.435853704158847, 57.490366821201007 ], [ -4.435434552430478, 57.490362337988707 ], [ -4.43606901230874, 57.490041863120169 ], [ -4.435151399502064, 57.490119795085803 ], [ -4.436741256982079, 57.485506243985505 ], [ -4.437403249076525, 57.484874314898271 ], [ -4.439602164150968, 57.484246796722836 ], [ -4.443149415482506, 57.484148449402781 ], [ -4.449770493065288, 57.485602395528765 ], [ -4.454570613448813, 57.485524306510129 ], [ -4.456907134205006, 57.484191996809876 ], [ -4.457482541487393, 57.482376389956272 ], [ -4.454396981584337, 57.480451492349658 ], [ -4.449651005489277, 57.479709007561759 ], [ -4.450607169758722, 57.478592334183467 ], [ -4.453213823656744, 57.477486675432381 ], [ -4.454987877139772, 57.477622871526904 ], [ -4.456766795324864, 57.47827833983748 ], [ -4.457906888266863, 57.480250112763173 ], [ -4.461354934396175, 57.481014043662633 ], [ -4.462566939745879, 57.480654295865286 ], [ -4.463797450245153, 57.479529462779823 ], [ -4.463935160599738, 57.477809539342942 ], [ -4.463498199782385, 57.477934898126094 ], [ -4.463037261435728, 57.477605131824674 ], [ -4.462113948036391, 57.476205173179068 ], [ -4.463194374555022, 57.47523154490257 ], [ -4.465371060154036, 57.474586026792537 ], [ -4.472539119403096, 57.474396199620763 ], [ -4.475380712799157, 57.473695226786909 ], [ -4.476670079161054, 57.47120681373368 ], [ -4.474547209244994, 57.467241617011879 ], [ -4.473174083151221, 57.46664044286404 ], [ -4.471834773130489, 57.466637962187541 ], [ -4.471716280888786, 57.467105764723527 ], [ -4.473255454951451, 57.467869040091585 ], [ -4.474969411281738, 57.469735950345559 ], [ -4.475546284573694, 57.472050218649841 ], [ -4.474475744546497, 57.47333647945247 ], [ -4.471814899578955, 57.473799351313659 ], [ -4.467826625184687, 57.473674414778699 ], [ -4.463593667049651, 57.474448246149578 ], [ -4.461898186649258, 57.475353916790951 ], [ -4.460603944927634, 57.476819648933891 ], [ -4.459618724393803, 57.477226174718325 ], [ -4.458095338098349, 57.47734485205013 ], [ -4.457637808072345, 57.477909109282649 ], [ -4.455929293473819, 57.476985396902101 ], [ -4.456207635102076, 57.476708595870747 ], [ -4.455528352680609, 57.476156609738545 ], [ -4.449003734246814, 57.478089727243429 ], [ -4.447724714099897, 57.479567604166277 ], [ -4.448097655588925, 57.480279241446652 ], [ -4.449766436291516, 57.48110857971173 ], [ -4.453493078376721, 57.481649849116849 ], [ -4.45371828905719, 57.481923133346037 ], [ -4.453379553391725, 57.48274295937712 ], [ -4.451599648061952, 57.483568353477992 ], [ -4.449207852275819, 57.483629220863797 ], [ -4.442099037897857, 57.482360823451984 ], [ -4.437516501886323, 57.482793673435317 ], [ -4.435413073658938, 57.482524310514151 ], [ -4.433626077274281, 57.488990059778665 ], [ -4.429946703806693, 57.490622780586044 ], [ -4.425329239557772, 57.491678570431112 ], [ -4.421553180008877, 57.492919315566922 ], [ -4.418629117262986, 57.494555158538752 ], [ -4.414892936625707, 57.49741778240957 ], [ -4.413246000113255, 57.497828515726674 ], [ -4.407779491160449, 57.497139562055303 ], [ -4.407695605470991, 57.496119471702535 ], [ -4.406397396959578, 57.496022045551896 ], [ -4.405208373812019, 57.495478622396604 ], [ -4.403535829519231, 57.495449410622008 ], [ -4.401196689268171, 57.494368049980181 ], [ -4.3999193081381, 57.492552967272886 ], [ -4.399034447690004, 57.492318202674312 ], [ -4.397975825442247, 57.49243628578126 ], [ -4.397460033198271, 57.491645456210598 ], [ -4.39411088762172, 57.490678418876627 ], [ -4.393374402920693, 57.488477394784169 ], [ -4.39237097961918, 57.48739747207776 ], [ -4.390107768770209, 57.487030643166904 ], [ -4.388454022696121, 57.486031309735012 ], [ -4.388285764284917, 57.485090087781003 ], [ -4.386044618927341, 57.482782732745733 ], [ -4.386238402288142, 57.481866106107283 ], [ -4.385406360914914, 57.481642829757547 ], [ -4.385145327485525, 57.481016964546257 ], [ -4.382554191761097, 57.48011616176381 ], [ -4.3821866312427, 57.480568803954384 ], [ -4.381748477001132, 57.480526762235797 ], [ -4.382107742474845, 57.479946679660316 ], [ -4.381198544503516, 57.480407755316186 ], [ -4.380600993932408, 57.480351647297773 ], [ -4.378543231473326, 57.4793130919753 ], [ -4.376775794934948, 57.479839747395502 ], [ -4.374907484977499, 57.479121949056939 ], [ -4.375345879878004, 57.479450656433649 ], [ -4.374017000603044, 57.479127040293058 ], [ -4.372568046037252, 57.479729408691156 ], [ -4.372030575225022, 57.479416034841329 ], [ -4.373245275223943, 57.479265574880174 ], [ -4.372252735926443, 57.479189007073821 ], [ -4.36611428873646, 57.480331443290375 ], [ -4.364034866356309, 57.481248362960187 ], [ -4.36420175273847, 57.482126736032498 ], [ -4.363716942587271, 57.482369456416713 ], [ -4.353890530254787, 57.481618794775194 ], [ -4.348519787523447, 57.482156563843809 ], [ -4.338563381711536, 57.483775759388692 ], [ -4.334660878725509, 57.483799564078964 ], [ -4.32992518824035, 57.48465095198177 ], [ -4.3275608896074, 57.484517605187278 ], [ -4.325462416621908, 57.483500514999697 ], [ -4.323352151828193, 57.483556494164006 ], [ -4.320637905176408, 57.482481482379995 ], [ -4.318768989118181, 57.482501492899921 ], [ -4.318677493076932, 57.482716135156295 ], [ -4.318111422602651, 57.482392279334626 ], [ -4.318149022599052, 57.48145887948337 ], [ -4.315836253765294, 57.480132873861635 ], [ -4.314873716675718, 57.480080463853518 ], [ -4.314261457522926, 57.481081920285568 ], [ -4.313144153265381, 57.4811150054759 ], [ -4.312819100667601, 57.481567554321956 ], [ -4.309152542326739, 57.48342200223194 ], [ -4.307790694377901, 57.483229486467813 ], [ -4.306210900558728, 57.483522571107734 ], [ -4.30376274431905, 57.483273500859426 ], [ -4.293420471501904, 57.481195001598714 ], [ -4.290388457662483, 57.481048845253468 ], [ -4.287459854477158, 57.481355408804951 ], [ -4.266101950026431, 57.486993134765768 ], [ -4.261821380664157, 57.488678395892968 ], [ -4.260557062311384, 57.488658837626453 ], [ -4.259205860242618, 57.489069430226053 ], [ -4.258953794381802, 57.489526813812454 ], [ -4.263459330250361, 57.490420939150795 ], [ -4.264103387382209, 57.490662766593289 ], [ -4.263183140577672, 57.490676591436085 ], [ -4.259896154299168, 57.490411169925864 ], [ -4.25631096030164, 57.489611872276583 ], [ -4.251334610518127, 57.490443020134428 ], [ -4.246297604727988, 57.494337283520878 ], [ -4.246380410684933, 57.495277481066822 ], [ -4.245363667009973, 57.495325240983604 ], [ -4.245322907498728, 57.495042027374346 ], [ -4.242099196407629, 57.494615072144256 ], [ -4.240240729603821, 57.493617475480086 ], [ -4.238671506245938, 57.494126063184886 ], [ -4.237586920644728, 57.495546137502203 ], [ -4.239166310317821, 57.492368717345229 ], [ -4.239150020697212, 57.491203598823496 ], [ -4.236739619624998, 57.488953303044539 ], [ -4.235983159180248, 57.48877982330675 ], [ -4.235684605762407, 57.489054679425891 ], [ -4.234632431181397, 57.488574641042469 ], [ -4.232234513901997, 57.486548676800204 ], [ -4.231963389787345, 57.485277549807577 ], [ -4.234361172841548, 57.483152263141442 ], [ -4.234838873639982, 57.481905606806983 ], [ -4.233881024734902, 57.480590045813209 ], [ -4.230119879359878, 57.478520802872566 ], [ -4.228109976935613, 57.476852709551778 ], [ -4.227711755133011, 57.475271128367851 ], [ -4.229186887797105, 57.472736326405347 ], [ -4.229681986508888, 57.470214350668805 ], [ -4.228771844287188, 57.469180950499478 ], [ -4.228122522879801, 57.472402916133845 ], [ -4.226531109781394, 57.474645037856291 ], [ -4.226381890407511, 57.475564183933869 ], [ -4.226844957728135, 57.476896626312794 ], [ -4.228474215651007, 57.47875207480466 ], [ -4.232133651406977, 57.480877977844138 ], [ -4.232835855147473, 57.482078573353434 ], [ -4.231856205706432, 57.48343923704553 ], [ -4.230374880720576, 57.484152833689144 ], [ -4.229659167061554, 57.485712777611802 ], [ -4.230311167341468, 57.486910680129427 ], [ -4.233281431792413, 57.489867315258827 ], [ -4.236137008042432, 57.491759350850963 ], [ -4.234100886820933, 57.492573577498902 ], [ -4.234960669075554, 57.493016596985001 ], [ -4.236290485359717, 57.492795341621388 ], [ -4.236513917320902, 57.493010622794898 ], [ -4.2345796332865, 57.493198565087276 ], [ -4.23362686405599, 57.492653858116064 ], [ -4.230629398494002, 57.492865959075786 ], [ -4.229848302433393, 57.493082843589313 ], [ -4.229878894232236, 57.493474963948216 ], [ -4.228681853026262, 57.493302041774896 ], [ -4.227601363702845, 57.493562840350421 ], [ -4.222680280387336, 57.495321853030717 ], [ -4.223003006308459, 57.495990965203966 ], [ -4.222389365153798, 57.496383658930675 ], [ -4.220624267172985, 57.496228756189858 ], [ -4.220049816864467, 57.496442838044402 ], [ -4.213408719897239, 57.494863144180016 ], [ -4.210602037621639, 57.495116343634201 ], [ -4.212786680248313, 57.494594616803333 ], [ -4.211857141479999, 57.493932531395572 ], [ -4.210660158812858, 57.494035287604426 ], [ -4.210794486982724, 57.49335903250379 ], [ -4.209934798251344, 57.492967964504011 ], [ -4.207453549042526, 57.493634107756748 ], [ -4.209009822522044, 57.494837845253834 ], [ -4.208927585208285, 57.495023485057388 ], [ -4.208237130943373, 57.494782191385958 ], [ -4.206507525564238, 57.493360438698502 ], [ -4.196115042015812, 57.488618810240403 ], [ -4.195734889743963, 57.488151006672503 ], [ -4.196516462415726, 57.487273906057773 ], [ -4.194722344729241, 57.488572074992774 ], [ -4.191488859554292, 57.488435130944382 ], [ -4.191278083408748, 57.48811981620392 ], [ -4.19333091187659, 57.486126227619813 ], [ -4.192654081767102, 57.485328424094945 ], [ -4.191104302578807, 57.484801871399299 ], [ -4.192134176184751, 57.483724603111909 ], [ -4.188497975147758, 57.483652992388933 ], [ -4.187409956168108, 57.483815637860374 ], [ -4.186806327056935, 57.48384857203169 ], [ -4.184852963602422, 57.483964202595416 ], [ -4.178322062272216, 57.485290216065664 ], [ -4.170642228916423, 57.4884614714097 ], [ -4.170462138596553, 57.489587726350592 ], [ -4.167303152042336, 57.489468647124212 ], [ -4.165797727867369, 57.489856617787332 ], [ -4.162562728104302, 57.491753210939073 ], [ -4.15944179882267, 57.494513039106259 ], [ -4.157362013097032, 57.495494777742159 ], [ -4.157405438745953, 57.496004394089731 ], [ -4.154323492222151, 57.497682501400732 ], [ -4.151905700496336, 57.49998714721346 ], [ -4.149832860391188, 57.500301038829541 ], [ -4.148073541651846, 57.502031010015997 ], [ -4.147530892158422, 57.504328772456695 ], [ -4.150211879858237, 57.511679683173931 ], [ -4.150284351690267, 57.514017284745279 ], [ -4.149032412904575, 57.517002820901645 ], [ -4.147385557121644, 57.518444228059792 ], [ -4.145006686678751, 57.517517896974738 ], [ -4.134033672920505, 57.515479279854084 ], [ -4.128095582640104, 57.514782613695964 ], [ -4.119202102378497, 57.515001515059303 ], [ -4.114559253496396, 57.515588878374324 ], [ -4.112774053951445, 57.516075230560737 ], [ -4.110964779984548, 57.518197240113956 ], [ -4.109404346353899, 57.518559381859973 ], [ -4.109596036745538, 57.518726892563016 ], [ -4.107164978709372, 57.519657938819172 ], [ -4.107615421024227, 57.520489617799853 ], [ -4.109243502804953, 57.52066097870204 ], [ -4.112395751340839, 57.519928069600091 ], [ -4.114525203681158, 57.518721642967463 ], [ -4.116522130480144, 57.519293750368803 ], [ -4.118501171644854, 57.519354876461314 ], [ -4.116629967904821, 57.521154545546239 ], [ -4.112720578435755, 57.523840114469905 ], [ -4.104283114718668, 57.53354747641513 ], [ -4.10237693480452, 57.535083340186041 ], [ -4.095385199405432, 57.539066770628864 ], [ -4.080692142210123, 57.543402517349421 ], [ -4.07600684248629, 57.545402448237027 ], [ -4.068076555871944, 57.547448221694211 ], [ -4.051849335870571, 57.553060852336515 ], [ -4.045459721905874, 57.556850137123284 ], [ -4.042885279981718, 57.559383320919288 ], [ -4.040713966513829, 57.560164179325277 ], [ -4.039486078312736, 57.563556926236906 ], [ -4.03953682539407, 57.565061963312345 ], [ -4.038050725766353, 57.567250403867924 ], [ -4.038216754246726, 57.56800694100707 ], [ -4.041491432495229, 57.572259564255482 ], [ -4.047364766795073, 57.576788964185191 ], [ -4.053656565106678, 57.580169325010765 ], [ -4.059718153996959, 57.582386004562757 ], [ -4.065948307451633, 57.58278290269044 ], [ -4.068856635830417, 57.581681368035646 ], [ -4.070756008601913, 57.581519059570333 ], [ -4.075825253200649, 57.582209437524135 ], [ -4.076374870429841, 57.582901223933121 ], [ -4.075994043545647, 57.583380988199863 ], [ -4.061819987620049, 57.588164907982978 ], [ -4.06094867856691, 57.589146796367913 ], [ -4.058073251239428, 57.590934045105385 ], [ -4.052984127471777, 57.590796735145616 ], [ -4.044485339779087, 57.591705479792807 ], [ -4.036461207121071, 57.591205268909725 ], [ -4.027251262028405, 57.591400140368265 ], [ -4.019946656399107, 57.591951126870946 ], [ -4.016390034870209, 57.592747395944329 ], [ -4.015368191994144, 57.593270442456372 ], [ -4.015228875187581, 57.594562872601792 ], [ -4.016270766421726, 57.595126660383471 ], [ -4.017590640433085, 57.595331103226762 ], [ -4.018256999900749, 57.595126388147328 ], [ -4.019243401410192, 57.595563455220763 ], [ -4.019471990928189, 57.598086309327613 ], [ -4.01751136425003, 57.599427610495745 ], [ -4.012659118446454, 57.601141125343077 ], [ -4.006976604316636, 57.600097657402074 ], [ -4.004472837489428, 57.599031392240683 ], [ -4.002559923938509, 57.598877543628817 ], [ -4.002258962880226, 57.599156347253341 ], [ -3.985775690660017, 57.594291671039471 ], [ -3.986109790209808, 57.593575731623396 ], [ -3.985742116589847, 57.593276931905251 ], [ -3.984839236025107, 57.593319872963228 ], [ -3.984280097539359, 57.592884815204378 ], [ -3.982897857462444, 57.593250633089895 ], [ -3.979529708903724, 57.592482262906159 ], [ -3.978969625728551, 57.592243960926439 ], [ -3.979697452940661, 57.591597341312216 ], [ -3.979670890310636, 57.590923908705314 ], [ -3.977263185240467, 57.591384797621338 ], [ -3.975617330095847, 57.591024210505054 ], [ -3.975553823672355, 57.590161779519107 ], [ -3.974022290299816, 57.588883849176433 ], [ -3.973322115042531, 57.589084365758794 ], [ -3.972722450945163, 57.588762199578909 ], [ -3.971737599963311, 57.588896174468417 ], [ -3.971596615004455, 57.588331444616855 ], [ -3.972928935559972, 57.587477764759058 ], [ -3.971392967205214, 57.587288811456268 ], [ -3.971659601586668, 57.586713226506376 ], [ -3.970804666906074, 57.58584607481253 ], [ -3.969623628369703, 57.586063058284935 ], [ -3.96916191599383, 57.586744105065605 ], [ -3.969128288375324, 57.586400517855118 ], [ -3.966295472847062, 57.58700978342533 ], [ -3.964702900762832, 57.586669790286152 ], [ -3.963135018283708, 57.586911596958181 ], [ -3.96825330497138, 57.58708081570304 ], [ -3.970470165857797, 57.58637330125498 ], [ -3.970526302559811, 57.587256513712916 ], [ -3.968675438383537, 57.587926878367348 ], [ -3.961669828797026, 57.588532724430351 ], [ -3.959963431114567, 57.587974316151822 ], [ -3.959697526909726, 57.588256066430937 ], [ -3.955626009246239, 57.588577927106321 ], [ -3.956983493378047, 57.5889019110097 ], [ -3.96057987034379, 57.588361869067256 ], [ -3.960585813975479, 57.588783155100693 ], [ -3.959969129962539, 57.588795421127685 ], [ -3.960979453475993, 57.58922717349202 ], [ -3.962349507851223, 57.589099877535482 ], [ -3.970234288796131, 57.589837862105966 ], [ -3.975557420962898, 57.593004464068294 ], [ -3.977686799667796, 57.593701595340249 ], [ -3.980229390426601, 57.59479562526198 ], [ -3.982450351369126, 57.594989000065134 ], [ -3.985357918817454, 57.596573153679749 ], [ -3.990162510133961, 57.598446326904039 ], [ -3.994791087299206, 57.599480236734038 ], [ -3.997161683029395, 57.600716810214024 ], [ -4.001732759316367, 57.601243743911631 ], [ -4.003152923547877, 57.601717188956854 ], [ -4.002371131500645, 57.601956895178489 ], [ -4.003294353150003, 57.601854209148854 ], [ -4.003069922083269, 57.601577445299405 ], [ -4.005543486396952, 57.602336043468036 ], [ -4.005550457921288, 57.602128386264063 ], [ -4.006145112468944, 57.602259106220686 ], [ -4.006501881125837, 57.602547701972256 ], [ -4.007011143856765, 57.602485242749125 ], [ -4.007453945897731, 57.602654307710985 ], [ -4.006991942993907, 57.602865600638523 ], [ -4.007931747478813, 57.602759921976528 ], [ -4.007446649065, 57.602962959224769 ], [ -4.008655639139103, 57.602927210434466 ], [ -4.007324817367751, 57.603013950582692 ], [ -4.006247424839364, 57.602998407467823 ], [ -4.005173340595341, 57.603030146625095 ], [ -4.000512666003506, 57.602126498464777 ], [ -3.991400593514003, 57.599573260180243 ], [ -3.976723421131239, 57.59481909000602 ], [ -3.968435380530431, 57.59243191821087 ], [ -3.961502887682514, 57.590807525507635 ], [ -3.936322523645329, 57.586430622876989 ], [ -3.930117904649817, 57.58583377927674 ], [ -3.924141673484118, 57.586579935002611 ], [ -3.917077758892711, 57.585831123206184 ], [ -3.913816687374848, 57.585818584624484 ], [ -3.88459046399897, 57.589186969841521 ], [ -3.875147021499493, 57.589394894375438 ], [ -3.87480484101553, 57.589702748496585 ], [ -3.86807483089309, 57.589681167791298 ], [ -3.864195436455763, 57.590308989249287 ], [ -3.864305247464333, 57.590591275487164 ], [ -3.862452273475843, 57.591031891556874 ], [ -3.862545002537028, 57.591438415631508 ], [ -3.860626161102724, 57.591802709748556 ], [ -3.860655340128908, 57.590703489553405 ], [ -3.860959462485788, 57.590565142127076 ], [ -3.860836622173619, 57.591304569943794 ], [ -3.861712224675317, 57.591250340066672 ], [ -3.862496216187691, 57.590157062432027 ], [ -3.861394470375579, 57.589943302062728 ], [ -3.86079545909038, 57.590466034596908 ], [ -3.861377099267752, 57.589505119834236 ], [ -3.865980649824005, 57.58469253526885 ], [ -3.866018490718342, 57.583863613937524 ], [ -3.865500304609278, 57.583380719992668 ], [ -3.865304902918357, 57.58511849454176 ], [ -3.863155638204073, 57.586629048694043 ], [ -3.860054226692071, 57.590300857592545 ], [ -3.859962021263303, 57.592361436198281 ], [ -3.858279782602203, 57.592576663090881 ], [ -3.849528512063442, 57.595165911995117 ], [ -3.848305761195559, 57.595173925174961 ], [ -3.838418552532374, 57.597662209512507 ], [ -3.836311932305684, 57.597897690243961 ], [ -3.834704278494519, 57.597242731484322 ], [ -3.832483910777777, 57.597246208006524 ], [ -3.82584618484808, 57.59962522595491 ], [ -3.819745107585525, 57.602947594200273 ], [ -3.814094271316416, 57.605418672017962 ], [ -3.810936547457874, 57.607382109366952 ], [ -3.810217320598863, 57.607392415365631 ], [ -3.810093241408631, 57.608094964931908 ], [ -3.809163583053994, 57.608283472075783 ], [ -3.809384163716694, 57.608814876755794 ], [ -3.807679780854698, 57.60988593620467 ], [ -3.806619031027465, 57.610098759981753 ], [ -3.806744400537617, 57.60958935752803 ], [ -3.802743191291039, 57.609916032186817 ], [ -3.80277558781469, 57.609556200447578 ], [ -3.800439688167066, 57.60954009180292 ], [ -3.799559646765101, 57.609853599771732 ], [ -3.799549050179303, 57.610316438599448 ], [ -3.799026055531391, 57.610234043319132 ], [ -3.799728160424037, 57.610722670237138 ], [ -3.799027383496866, 57.610701204363174 ], [ -3.799729562505294, 57.610920303346234 ], [ -3.798882871507555, 57.611062630862605 ], [ -3.79969113088637, 57.6116665418065 ], [ -3.799285948213626, 57.611766646197417 ], [ -3.800023619933881, 57.611958285632703 ], [ -3.800422065030199, 57.613075638063023 ], [ -3.798738097855022, 57.614060931289615 ], [ -3.798059227064771, 57.614043639813623 ], [ -3.798167207559298, 57.614365535392345 ], [ -3.797409722946141, 57.614281977321234 ], [ -3.797594977359199, 57.614643203216836 ], [ -3.796205971685018, 57.614653969644998 ], [ -3.79589092420863, 57.615224452965002 ], [ -3.795100286383796, 57.615487244383814 ], [ -3.794501869753432, 57.616762517403167 ], [ -3.794115293976649, 57.616732069258099 ], [ -3.794106352464298, 57.616211111916385 ], [ -3.793343873078582, 57.616536381727293 ], [ -3.791835076960734, 57.617856001312816 ], [ -3.790580927939136, 57.618057953078406 ], [ -3.790473361887121, 57.618594037080172 ], [ -3.789541693651724, 57.618715043408308 ], [ -3.789822647356154, 57.618980590767322 ], [ -3.787665576150888, 57.619038073839967 ], [ -3.786478767003998, 57.619930814541419 ], [ -3.785288361560335, 57.620068922482552 ], [ -3.783180929861361, 57.621311539387541 ], [ -3.783289676202036, 57.621822103436159 ], [ -3.781666758592237, 57.622190882984007 ], [ -3.783111312667877, 57.622453512693845 ], [ -3.782608792249459, 57.623987911825793 ], [ -3.778958133614303, 57.625355528559261 ], [ -3.78288356995504, 57.624298482323418 ], [ -3.784055417382167, 57.623266734266849 ], [ -3.78469504408452, 57.623504768995545 ], [ -3.784540476983304, 57.623938192231655 ], [ -3.786280596361914, 57.623909118982532 ], [ -3.789112926762734, 57.622934701820483 ], [ -3.789139616053174, 57.623307168013142 ], [ -3.789234918406698, 57.623031801012509 ], [ -3.78976072615548, 57.623168103365337 ], [ -3.790000246101359, 57.622931122295583 ], [ -3.79219207996015, 57.622724869101027 ], [ -3.794478880673531, 57.622068019097092 ], [ -3.79472465862967, 57.622298118563002 ], [ -3.794694196641325, 57.622020040752219 ], [ -3.797207021120322, 57.621364422869583 ], [ -3.797426785085733, 57.622084526669653 ], [ -3.795843779888461, 57.62292010053779 ], [ -3.798104094719289, 57.62223660819793 ], [ -3.799910395122409, 57.62117771204322 ], [ -3.800175898225796, 57.620621401130983 ], [ -3.800631822242645, 57.62103716455119 ], [ -3.802104542177719, 57.620176148800532 ], [ -3.802876596973208, 57.619199333284335 ], [ -3.803119380786088, 57.619537270239242 ], [ -3.803789496887394, 57.619038067227287 ], [ -3.803568204183316, 57.619809376971695 ], [ -3.80402646162606, 57.619596199166992 ], [ -3.80496500314774, 57.618432816844667 ], [ -3.804827655585482, 57.617689087125214 ], [ -3.806280029655793, 57.617434746827158 ], [ -3.807040602501188, 57.617747306315088 ], [ -3.807531837307014, 57.617187750602319 ], [ -3.807160322735785, 57.616618072498227 ], [ -3.807998517175571, 57.616808228920235 ], [ -3.808034984371977, 57.61737371432659 ], [ -3.808677214880719, 57.616147159649209 ], [ -3.809462303732583, 57.615942759635082 ], [ -3.810115345361374, 57.616113092341379 ], [ -3.809888357405297, 57.615756973585768 ], [ -3.81211807815127, 57.615145536009393 ], [ -3.812640870549926, 57.614549569712544 ], [ -3.815709336542731, 57.613135418851478 ], [ -3.816094240234486, 57.613803707402674 ], [ -3.816363327675863, 57.613157465175092 ], [ -3.816003434369587, 57.613158145536772 ], [ -3.816761006520969, 57.612572263388188 ], [ -3.818243565616954, 57.612425160170076 ], [ -3.817915031391164, 57.612048055586499 ], [ -3.818667355072592, 57.612028245943741 ], [ -3.819450032861256, 57.612448224027979 ], [ -3.819925353662295, 57.611408188023042 ], [ -3.820251433275068, 57.611735909400487 ], [ -3.82091359062983, 57.610917784648059 ], [ -3.821752846577203, 57.611130294870804 ], [ -3.822220620184182, 57.61010832668773 ], [ -3.823250114715686, 57.609774534331073 ], [ -3.823028705254417, 57.609364451909705 ], [ -3.82350470680853, 57.60951031635588 ], [ -3.823115083116744, 57.609250902144794 ], [ -3.82341827906009, 57.608954538035178 ], [ -3.824731370208113, 57.608769373240413 ], [ -3.826223477200033, 57.607314822542612 ], [ -3.826390842002791, 57.60798173317832 ], [ -3.827283776848528, 57.607263556205616 ], [ -3.826444730385443, 57.60872215821167 ], [ -3.823081988406951, 57.612099396507951 ], [ -3.814997639467816, 57.616924421641151 ], [ -3.805761010670618, 57.620977459599438 ], [ -3.799265021455198, 57.623194873617074 ], [ -3.793089270554988, 57.624450586449768 ], [ -3.778156283393692, 57.626081053072532 ], [ -3.770211443244888, 57.628002878679709 ], [ -3.762351443787456, 57.630690259002776 ], [ -3.758977870174584, 57.627045672357234 ], [ -3.747149124616727, 57.605451999746293 ], [ -3.746155474719829, 57.605009341852529 ], [ -3.743992724907301, 57.605141630934646 ], [ -3.7426655917208, 57.603779980787273 ], [ -3.743085822697798, 57.602594568659732 ], [ -3.742388468905896, 57.601381448146093 ], [ -3.739957091488125, 57.59960016276959 ], [ -3.738753719440952, 57.59819454344759 ], [ -3.739355946448654, 57.597560060383479 ], [ -3.745013285868411, 57.594587356811225 ], [ -3.749355520363236, 57.592781682452618 ], [ -3.74868327705481, 57.59090701357087 ], [ -3.746472505893077, 57.588414849030556 ], [ -3.741135614734652, 57.58581843759189 ], [ -3.727752384794016, 57.580155342485149 ], [ -3.724955770794808, 57.580682304071551 ], [ -3.724515654726492, 57.580076495830639 ], [ -3.724818754668385, 57.578352796746522 ], [ -3.724355551492466, 57.576975567420348 ], [ -3.723230102094753, 57.57598650421123 ], [ -3.72249051257775, 57.574526791760348 ], [ -3.719573247175142, 57.572630470481052 ], [ -3.718699023518673, 57.572601942825919 ], [ -3.717552620369658, 57.573007450166244 ], [ -3.715896350763102, 57.572848486290177 ], [ -3.715977359084278, 57.572153812353719 ], [ -3.717464129383944, 57.570845279285642 ], [ -3.716277952700062, 57.570334038584797 ], [ -3.713883950607391, 57.569951486808613 ], [ -3.713183752889137, 57.567860503486884 ], [ -3.712339719579015, 57.567155019794733 ], [ -3.71308175734644, 57.566614892722299 ], [ -3.714796801941537, 57.566536810911167 ], [ -3.718974725918931, 57.565221329585555 ], [ -3.720427297249006, 57.564259111683171 ], [ -3.722270706376944, 57.564317533882949 ], [ -3.724917594756513, 57.562736131329984 ], [ -3.727351279393726, 57.562516889272011 ], [ -3.729732570141989, 57.5609821397383 ], [ -3.725326366845518, 57.558408275030843 ], [ -3.720634348298787, 57.5566359478509 ], [ -3.711872509653654, 57.534122218484804 ], [ -3.722309163010465, 57.528666981279727 ], [ -3.706572682894343, 57.527662521394994 ], [ -3.697012184047157, 57.523908508663737 ], [ -3.690887414182293, 57.520241653819447 ], [ -3.69208373533682, 57.519897695700685 ], [ -3.694071162744534, 57.51814248018114 ], [ -3.694259727716429, 57.517024118344935 ], [ -3.696675561053304, 57.516158824599444 ], [ -3.698608125958365, 57.514202127658109 ], [ -3.701080813189076, 57.512520219928433 ], [ -3.701766535474792, 57.512332187458632 ], [ -3.705045886519054, 57.512560130423125 ], [ -3.705346188642918, 57.512341349970505 ], [ -3.705435736253518, 57.511005092201167 ], [ -3.698559695254535, 57.5074502886809 ], [ -3.684532170318299, 57.496991278505853 ], [ -3.68622204088165, 57.494012912371531 ], [ -3.682709838238698, 57.489846254277943 ], [ -3.689840865291318, 57.47483268258204 ], [ -3.694528046779061, 57.455404317078653 ], [ -3.69143038147028, 57.443371129990396 ], [ -3.695146238272516, 57.442292505775335 ], [ -3.703000325361774, 57.440669169181476 ], [ -3.701303724016212, 57.437286155467035 ], [ -3.700605642051817, 57.436244420871866 ], [ -3.69760882426255, 57.435925461406292 ], [ -3.698006330123739, 57.435336128900445 ], [ -3.683232902780638, 57.433953124658977 ], [ -3.675741890413894, 57.431335249495405 ], [ -3.666038888947993, 57.429791068504073 ], [ -3.659451573706324, 57.430312500153853 ], [ -3.65891218841799, 57.430134865917125 ], [ -3.659854222087843, 57.428169296618698 ], [ -3.655658733118401, 57.430420233887709 ], [ -3.635576990078333, 57.431229656286696 ], [ -3.621333688986043, 57.435146642651333 ], [ -3.617765599669031, 57.435453042516002 ], [ -3.609851566768759, 57.447372954276084 ], [ -3.570854228693276, 57.447685371391877 ], [ -3.569308803357732, 57.447592324089513 ], [ -3.568953524961937, 57.447273323619548 ], [ -3.567543985500917, 57.447434606889225 ], [ -3.566256496427615, 57.446943018336597 ], [ -3.56500299087927, 57.447246077779866 ], [ -3.564526346159549, 57.447791034828057 ], [ -3.561901584722011, 57.448178457738912 ], [ -3.56189765913919, 57.448672625297 ], [ -3.56122003628403, 57.448609149198212 ], [ -3.560614380281269, 57.449061357061396 ], [ -3.552459521935778, 57.449121641969441 ], [ -3.551921176490586, 57.44978859310423 ], [ -3.549765178964831, 57.45023287597467 ], [ -3.549784905210636, 57.45050215209438 ], [ -3.549032502914976, 57.450444021848455 ], [ -3.548969888979151, 57.450736769879782 ], [ -3.547636029547512, 57.450919358576975 ], [ -3.547134835328392, 57.451284869761302 ], [ -3.544961069411086, 57.450916240281117 ], [ -3.541702519940022, 57.451302022463338 ], [ -3.540186737049694, 57.451122907549255 ], [ -3.538477026642287, 57.45168282442912 ], [ -3.536950049418446, 57.451634074245909 ], [ -3.533497242898135, 57.452956339907367 ], [ -3.530150893281674, 57.453441712405528 ], [ -3.522467077751922, 57.455434852946894 ], [ -3.520823944435441, 57.45679466380291 ], [ -3.515337190219736, 57.458548338295792 ], [ -3.513403166223178, 57.459546323703002 ], [ -3.508899994901394, 57.460700830863942 ], [ -3.502773484852674, 57.460693159562361 ], [ -3.50171748129953, 57.459942115893938 ], [ -3.501726723942026, 57.458988818320975 ], [ -3.50020523443895, 57.457615335157385 ], [ -3.497188879812943, 57.456815699103352 ], [ -3.496569741442893, 57.456144770402652 ], [ -3.496056041017977, 57.456218247284063 ], [ -3.495461635243161, 57.455335899185506 ], [ -3.49357738323311, 57.455111184131844 ], [ -3.493004104600041, 57.454745145923944 ], [ -3.493264883589705, 57.454396178533543 ], [ -3.492386715335782, 57.454523369038597 ], [ -3.49167534950237, 57.453835541196277 ], [ -3.48999983158117, 57.453208521709691 ], [ -3.490257265603466, 57.452572116975283 ], [ -3.489242075484126, 57.452197810376397 ], [ -3.489594054831783, 57.451632160601868 ], [ -3.489097905607568, 57.4515212332117 ], [ -3.489912818656915, 57.450864765731062 ], [ -3.488894710396032, 57.450827385424603 ], [ -3.489564698548051, 57.450500542498361 ], [ -3.48870295379004, 57.450209764904493 ], [ -3.489234565725501, 57.449758784083159 ], [ -3.489056065545812, 57.449262289354607 ], [ -3.488364203135232, 57.449050357088311 ], [ -3.488758172366654, 57.448493197248482 ], [ -3.487736484070702, 57.448366011830814 ], [ -3.4880823115566, 57.447854341585973 ], [ -3.487362522976736, 57.447364234357359 ], [ -3.488143944781545, 57.446910309407457 ], [ -3.487457791317881, 57.44622216086907 ], [ -3.48657482528628, 57.44602145833133 ], [ -3.4866539321543, 57.445301817071119 ], [ -3.486123606824731, 57.444962193453961 ], [ -3.486840926291452, 57.444571919028157 ], [ -3.486474421358881, 57.444162985182011 ], [ -3.485585415342887, 57.444222878985244 ], [ -3.484887619870096, 57.443656136095733 ], [ -3.483911533656163, 57.443622713725617 ], [ -3.483625831645567, 57.443356561967185 ], [ -3.482613933362893, 57.443467292766925 ], [ -3.483096586560931, 57.442630607660789 ], [ -3.481406370013278, 57.442241722428399 ], [ -3.481092914919801, 57.439433462072216 ], [ -3.481632066783778, 57.438964455835333 ], [ -3.480836881485496, 57.43845723126222 ], [ -3.481158078110352, 57.437748223963567 ], [ -3.479083304981022, 57.437112280695892 ], [ -3.475415694466275, 57.437047470130054 ], [ -3.471382169804198, 57.434507286457915 ], [ -3.470881047316816, 57.433435076183834 ], [ -3.469313643615045, 57.433394968089907 ], [ -3.468155624423776, 57.432555001607597 ], [ -3.465865635589423, 57.43256369544681 ], [ -3.464998578281857, 57.432124587773338 ], [ -3.4636116861668, 57.432014931549631 ], [ -3.463151211209704, 57.431328524516111 ], [ -3.460642452451542, 57.431070149354547 ], [ -3.459045774620938, 57.430082460086375 ], [ -3.457851212691771, 57.430199601274445 ], [ -3.457074672627765, 57.429310201438973 ], [ -3.454983683444655, 57.428242830835877 ], [ -3.453870935132833, 57.428111934794082 ], [ -3.451034222193272, 57.428607302605151 ], [ -3.449829871052822, 57.42805518661455 ], [ -3.449127861714688, 57.428202511830627 ], [ -3.44795756717848, 57.427879073652036 ], [ -3.447124862606725, 57.42830189575605 ], [ -3.445116922337405, 57.427219933994621 ], [ -3.442395866750307, 57.427057962914766 ], [ -3.438793287283819, 57.425863882583371 ], [ -3.437305947787389, 57.42573262642243 ], [ -3.435853611839182, 57.424581293241175 ], [ -3.435740377381619, 57.423603350030689 ], [ -3.434103294276544, 57.423047032918376 ], [ -3.434762554956817, 57.422446596222521 ], [ -3.433290525246065, 57.420998993391578 ], [ -3.4288410589326, 57.421337018003605 ], [ -3.427122881962426, 57.420830941924784 ], [ -3.426216645554945, 57.420863664115799 ], [ -3.424729305428166, 57.421154498775891 ], [ -3.423762325201982, 57.421767343928536 ], [ -3.422700472086762, 57.421437956252873 ], [ -3.421843068720216, 57.422301094589066 ], [ -3.418277766803834, 57.422471546661107 ], [ -3.41550929665126, 57.424088316830897 ], [ -3.414193241272657, 57.424076145029581 ], [ -3.412844969722613, 57.423660051662431 ], [ -3.404177496837596, 57.417144913975889 ], [ -3.397656484037511, 57.395665399692078 ], [ -3.385683567971254, 57.388821827411618 ], [ -3.389934242893785, 57.386403262185212 ], [ -3.398768040891992, 57.382914055159226 ], [ -3.39941149365962, 57.38102929213558 ], [ -3.398527982426607, 57.378357446903223 ], [ -3.397367576393994, 57.376928433101469 ], [ -3.395523912012899, 57.376773699977868 ], [ -3.391356478039789, 57.375642951647897 ], [ -3.391397909700656, 57.374321876677421 ], [ -3.394567980049928, 57.371088566439241 ], [ -3.408582292501577, 57.362312543308114 ], [ -3.416434758209327, 57.3594349317056 ], [ -3.422170740046455, 57.355803651887648 ], [ -3.424494416924168, 57.354214177782744 ], [ -3.426025433115973, 57.351047989757724 ], [ -3.431460197759795, 57.351049171359961 ], [ -3.433899875315322, 57.347337999122068 ], [ -3.435589847438564, 57.342099082702461 ], [ -3.44028090143451, 57.338204846639144 ], [ -3.443352274284494, 57.336453718629919 ], [ -3.446428531104067, 57.332932622002247 ], [ -3.447300092123487, 57.33122912562029 ], [ -3.453673681832198, 57.326686119061499 ], [ -3.456370450968518, 57.325581341370885 ], [ -3.46008035752655, 57.325947103029129 ], [ -3.464261576526667, 57.325633472079446 ], [ -3.477163525383906, 57.321008586991198 ], [ -3.477777733683322, 57.319554947187797 ], [ -3.481508726691176, 57.317359382892228 ], [ -3.483407109750603, 57.314197091082754 ], [ -3.48942585895109, 57.310092121567813 ], [ -3.491033143690471, 57.307350909590106 ], [ -3.492819655166143, 57.306170771351596 ], [ -3.493937400358413, 57.304670636123753 ], [ -3.492476536324419, 57.301799611226862 ], [ -3.490953084829184, 57.300452109182594 ], [ -3.49565862716427, 57.297391053276769 ], [ -3.493875308711244, 57.296181438368762 ], [ -3.488527460884776, 57.294641214165495 ], [ -3.484632382556146, 57.29413924379044 ], [ -3.481344928769867, 57.29265073418658 ], [ -3.47829602570271, 57.292138596015889 ], [ -3.473768278434569, 57.290120935252816 ], [ -3.472217818903536, 57.289936961325772 ], [ -3.471899345651824, 57.289648709386064 ], [ -3.46847581779485, 57.28930243375622 ], [ -3.468039482491901, 57.289595018921737 ], [ -3.464857194749036, 57.28968155282098 ], [ -3.46348726594791, 57.289445955755447 ], [ -3.461109429732114, 57.287265342992313 ], [ -3.461053416018081, 57.285684806121523 ], [ -3.45972039131143, 57.282941299265801 ], [ -3.457207943740513, 57.282668587676696 ], [ -3.454958295077642, 57.281992097281574 ], [ -3.454429555718202, 57.282381833912979 ], [ -3.450148240856301, 57.280829450240397 ], [ -3.449249069423997, 57.280953917739865 ], [ -3.452663272000934, 57.279025167231346 ], [ -3.454545630166743, 57.278806647886867 ], [ -3.457450376109037, 57.276715656950721 ], [ -3.458818324786608, 57.274985633408583 ], [ -3.460573472220102, 57.274702016625348 ], [ -3.461413904827621, 57.274188242425907 ], [ -3.460896666654413, 57.272896062089721 ], [ -3.461294648822288, 57.272350596004301 ], [ -3.460067304354861, 57.271971359809683 ], [ -3.459492632516697, 57.271069748406333 ], [ -3.458556716509098, 57.271390563260645 ], [ -3.458210033075121, 57.270633638249869 ], [ -3.455332780544625, 57.269625740736721 ], [ -3.45355973663042, 57.268313928620458 ], [ -3.453533118921907, 57.267848863503971 ], [ -3.454449553737923, 57.2674977653243 ], [ -3.45369455936322, 57.266517358788548 ], [ -3.450208153997129, 57.265651152095657 ], [ -3.449731623519371, 57.265297289244998 ], [ -3.449157163372169, 57.263969786511602 ], [ -3.449663758207795, 57.263317092837141 ], [ -3.448601893784399, 57.261947594095176 ], [ -3.449064680644891, 57.261488564320679 ], [ -3.448170852163832, 57.260892446417337 ], [ -3.448903881003155, 57.258238196819697 ], [ -3.447746094633751, 57.256616447139798 ], [ -3.448911453007402, 57.255897766631271 ], [ -3.448641937592818, 57.254732948670473 ], [ -3.449387893042359, 57.254311079555841 ], [ -3.449869737859551, 57.252019079751037 ], [ -3.45096846422867, 57.251296655316871 ], [ -3.451450380133053, 57.249431389346547 ], [ -3.451902751165479, 57.248923054976331 ], [ -3.453260267347687, 57.248462647944528 ], [ -3.453458199932903, 57.247175637318577 ], [ -3.454246539876972, 57.246362440274744 ], [ -3.457775478517767, 57.244866119839202 ], [ -3.457608847494698, 57.244423341783637 ], [ -3.458812726341023, 57.244274606045288 ], [ -3.46003740916593, 57.2436045403891 ], [ -3.46036405493189, 57.242855064883798 ], [ -3.461490740418677, 57.2428509457148 ], [ -3.461975516770634, 57.241910960057368 ], [ -3.463506656328005, 57.241241784372185 ], [ -3.463794662254792, 57.240146861819262 ], [ -3.463209024428806, 57.239794321499211 ], [ -3.463608500427894, 57.239003559649781 ], [ -3.463356282932923, 57.237865518710677 ], [ -3.462107627140608, 57.237296093730066 ], [ -3.46175347756865, 57.236720741850547 ], [ -3.460502061858589, 57.236708346859693 ], [ -3.458857041141172, 57.235959324474116 ], [ -3.458650456743583, 57.23555294778479 ], [ -3.457446990558924, 57.2354950453526 ], [ -3.456965895984677, 57.234849280714414 ], [ -3.455500605816752, 57.234453001501009 ], [ -3.453410869692051, 57.234396343784738 ], [ -3.452529779567772, 57.233687810038155 ], [ -3.452894931896384, 57.233283795053012 ], [ -3.45151569272168, 57.232545079529345 ], [ -3.451767226632318, 57.232200777302737 ], [ -3.450916732150416, 57.232269001745848 ], [ -3.450452000347581, 57.231614039795886 ], [ -3.449390127817056, 57.231572393956093 ], [ -3.44888649968805, 57.231191889595301 ], [ -3.446530246389945, 57.231304398341123 ], [ -3.445599118847302, 57.231005168596113 ], [ -3.445396135231479, 57.231533072919618 ], [ -3.444671115298032, 57.231209004020947 ], [ -3.444412646862782, 57.231589307712497 ], [ -3.443086999268715, 57.232004337244845 ], [ -3.441662578614639, 57.23201171147435 ], [ -3.441394172629356, 57.232562819918456 ], [ -3.44057226423617, 57.232302727825584 ], [ -3.439213310794345, 57.232502480557706 ], [ -3.439158442217211, 57.232157223003163 ], [ -3.438291539837857, 57.232230041843522 ], [ -3.437688837487179, 57.231855119884258 ], [ -3.43695266468802, 57.230816901984483 ], [ -3.434682991533676, 57.229320051972337 ], [ -3.434459011757961, 57.22824452363303 ], [ -3.433359880440815, 57.227452999913275 ], [ -3.432549352894333, 57.225773245473519 ], [ -3.431686221239707, 57.224871206574072 ], [ -3.430477512345618, 57.224453745803196 ], [ -3.43052704631369, 57.224021946872647 ], [ -3.429672170601828, 57.223330925763861 ], [ -3.430643106318104, 57.221244550707937 ], [ -3.435024335457052, 57.218917098714336 ], [ -3.435544569827311, 57.217388352115151 ], [ -3.436306381940836, 57.216750755169109 ], [ -3.43773310410397, 57.215966288606971 ], [ -3.4442695626957, 57.213946219316874 ], [ -3.446796867293553, 57.212097843561885 ], [ -3.432101564717224, 57.204176153701155 ], [ -3.433598881805751, 57.202874339506423 ], [ -3.43341724720122, 57.202031909096235 ], [ -3.435385730748807, 57.201784814567233 ], [ -3.436641291025767, 57.200656424139801 ], [ -3.437116815143334, 57.199262937853611 ], [ -3.438967168351913, 57.198536488682933 ], [ -3.439125049395319, 57.197276903992986 ], [ -3.437701890768479, 57.196430737888157 ], [ -3.437444462916841, 57.195768862276104 ], [ -3.437847096235507, 57.194205508227633 ], [ -3.439363029563189, 57.193397532205424 ], [ -3.440234004145053, 57.191752432649814 ], [ -3.442263811808733, 57.190758840292823 ], [ -3.442438839560541, 57.190154892846763 ], [ -3.444177665106312, 57.190188802338355 ], [ -3.445311125138558, 57.18934023161669 ], [ -3.447746017515481, 57.188979756374493 ], [ -3.448779953597414, 57.187916682114299 ], [ -3.45110455252403, 57.186856651008569 ], [ -3.451839049343798, 57.185545455985455 ], [ -3.450405674638624, 57.184434519503313 ], [ -3.452672229312459, 57.182323982514198 ], [ -3.454379436890485, 57.181351889238847 ], [ -3.453531718160896, 57.179776007794985 ], [ -3.453616722193965, 57.17836001883915 ], [ -3.452169343695166, 57.177518789672895 ], [ -3.452480815448886, 57.17681442074818 ], [ -3.45374391706424, 57.176754873397556 ], [ -3.455084503986187, 57.177404163459641 ], [ -3.460467750153715, 57.176326415487836 ], [ -3.463005422264525, 57.176498998782215 ], [ -3.464445461895548, 57.176940394349394 ], [ -3.469739964087451, 57.1746773692742 ], [ -3.477532995282406, 57.174320814918616 ], [ -3.481035801431627, 57.174638888701182 ], [ -3.482459271425347, 57.175282418881942 ], [ -3.483275196161158, 57.176243071305798 ], [ -3.48576212140794, 57.176590987044591 ], [ -3.487741841096319, 57.177488413129701 ], [ -3.489047558684583, 57.176844030905478 ], [ -3.492847516032977, 57.176318225907345 ], [ -3.493427017632011, 57.17551173437954 ], [ -3.49340870669186, 57.174442829378542 ], [ -3.494038446580904, 57.174062487452254 ], [ -3.496416985317619, 57.173571456531569 ], [ -3.499113948195303, 57.173593169844608 ], [ -3.499577810698216, 57.172590376586392 ], [ -3.500562965369421, 57.172003607585708 ], [ -3.504254973130145, 57.170872306236625 ], [ -3.505483887670562, 57.171198968732476 ], [ -3.50641333801218, 57.171075510192814 ], [ -3.509069127910279, 57.170091265646711 ], [ -3.509700991359199, 57.168551847923993 ], [ -3.511500402895013, 57.168269639821084 ], [ -3.511422589215835, 57.167578788710955 ], [ -3.512432974898892, 57.166605296286278 ], [ -3.516051398341614, 57.166727834207691 ], [ -3.515952576955277, 57.166333720140472 ], [ -3.514523918101536, 57.165973634700897 ], [ -3.515918934408315, 57.165309919081828 ], [ -3.522250698401117, 57.165466845701481 ], [ -3.523495378309295, 57.165775172033648 ], [ -3.527201628975745, 57.16562230052083 ], [ -3.530844479637406, 57.167136680877654 ], [ -3.532512086611718, 57.167471202664707 ], [ -3.536026701585708, 57.167279982656311 ], [ -3.536829259265477, 57.166295356848586 ], [ -3.538852978294357, 57.166045943565912 ], [ -3.539431203230002, 57.164241986416613 ], [ -3.540833309204494, 57.163164624112596 ], [ -3.541187367379763, 57.162136062145635 ], [ -3.544186554288546, 57.161295084184353 ], [ -3.546477547629156, 57.15874226487923 ], [ -3.548461376501743, 57.157352173017252 ], [ -3.553422040137273, 57.152636945176489 ], [ -3.556265449034552, 57.150670060876926 ], [ -3.559508187963458, 57.149165332400337 ], [ -3.557222813102956, 57.147293532051705 ], [ -3.556651803823981, 57.145701401762203 ], [ -3.557714798203451, 57.143662226942276 ], [ -3.560357400090826, 57.141068827564169 ], [ -3.562034787399736, 57.140284273392602 ], [ -3.564807892465792, 57.138250674322023 ], [ -3.572306163738787, 57.137182078684432 ], [ -3.575378628191889, 57.13579585581423 ], [ -3.578264654289499, 57.13508124215312 ], [ -3.579720044591768, 57.135112330723473 ], [ -3.58325562746728, 57.136262671268291 ], [ -3.582426400118078, 57.134256132536699 ], [ -3.582799157049227, 57.1313764080654 ], [ -3.585968097242974, 57.130720932660374 ], [ -3.589008164024129, 57.130916040187486 ], [ -3.593657661576793, 57.130115815683723 ], [ -3.598341007440153, 57.128380600779245 ], [ -3.600004901496863, 57.126549007656479 ], [ -3.599607512900426, 57.125570277919671 ], [ -3.600334715770003, 57.124047113316713 ], [ -3.600703050256679, 57.120524985970839 ], [ -3.604482399780535, 57.119690531820204 ], [ -3.609193936458913, 57.119598698628316 ], [ -3.61045008666125, 57.117906958366774 ], [ -3.610210522627402, 57.115812152995836 ], [ -3.612292298759958, 57.114882452441691 ], [ -3.613717914938778, 57.114626019174509 ], [ -3.616359911279667, 57.112723200432136 ], [ -3.617885089137479, 57.112101561650547 ], [ -3.619165698124338, 57.112309640029785 ], [ -3.620975961527591, 57.110844226352384 ], [ -3.624814178465108, 57.110066785491078 ], [ -3.63396746629491, 57.112063666713979 ], [ -3.635947043432026, 57.11351580750194 ], [ -3.640025992578019, 57.115196530063017 ], [ -3.641593633411375, 57.116474281194847 ], [ -3.643839816567753, 57.116476293458746 ], [ -3.644294303847703, 57.115738090455856 ], [ -3.645539980170212, 57.115896944383422 ], [ -3.649076563934216, 57.115392257756511 ], [ -3.652673510885552, 57.11531793501171 ], [ -3.65469847359881, 57.115915651470409 ], [ -3.654587497404785, 57.110279283346436 ], [ -3.656465680295958, 57.107779219247782 ], [ -3.658334327224647, 57.106918941729269 ], [ -3.661782354409941, 57.106118567317935 ], [ -3.664285479492618, 57.105973047596336 ], [ -3.666723897699107, 57.104754675242596 ], [ -3.668704374419839, 57.104921492922678 ], [ -3.670837307051846, 57.104623538461468 ], [ -3.672439903703705, 57.10483127261665 ], [ -3.675327525189854, 57.103696581583108 ], [ -3.676080594874802, 57.10282398701063 ], [ -3.67734361544329, 57.102825059542674 ], [ -3.680440943881869, 57.09757695905887 ], [ -3.683694712692007, 57.0952520792721 ], [ -3.684727391107897, 57.094001909259688 ], [ -3.686212965760443, 57.093276631187443 ], [ -3.695313155387185, 57.091415309895751 ], [ -3.697630204530221, 57.090292299547194 ], [ -3.704582090678918, 57.089834043274145 ], [ -3.706167101464848, 57.089309327376732 ], [ -3.709324947783077, 57.08746035928899 ], [ -3.711854102525031, 57.082897523205304 ], [ -3.711845438323324, 57.081635285184099 ], [ -3.714891889004324, 57.079001523437924 ], [ -3.720087302254147, 57.07967603629627 ], [ -3.726403754743365, 57.079616110742101 ], [ -3.727785242548765, 57.078455999740733 ], [ -3.730059332423135, 57.078042763713803 ], [ -3.729864837868489, 57.076877427462669 ], [ -3.730265526601078, 57.076624812503887 ], [ -3.735185866323923, 57.075649295345848 ], [ -3.742022719567744, 57.076147410501314 ], [ -3.746051494928287, 57.075866704118319 ], [ -3.749734202592187, 57.076296010394678 ], [ -3.751232560292324, 57.075008213403322 ], [ -3.751833959330415, 57.072717657736341 ], [ -3.75336847894132, 57.071676410082873 ], [ -3.755746585390467, 57.071908154358361 ], [ -3.758065528554245, 57.069319441777417 ], [ -3.756302271993201, 57.066388161361729 ], [ -3.753883936473239, 57.064247713605589 ], [ -3.752468839606365, 57.061518157373747 ], [ -3.749768146589997, 57.059673591020086 ], [ -3.749747018720003, 57.059224643868703 ], [ -3.748330210016141, 57.059078209977635 ], [ -3.747101958213486, 57.057680236852761 ], [ -3.744048974366982, 57.05745324318665 ], [ -3.743272428872452, 57.057068721768793 ], [ -3.737495196700674, 57.057117557157511 ], [ -3.734600750035317, 57.05639846172388 ], [ -3.732440871190239, 57.056756303811106 ], [ -3.74051103538463, 57.050211266632715 ], [ -3.742104909070792, 57.048338225435153 ], [ -3.744575714937342, 57.046713508414435 ], [ -3.749831340675406, 57.044721907602558 ], [ -3.751082620632953, 57.043289298404339 ], [ -3.751018403427961, 57.04262531603613 ], [ -3.75333220593045, 57.041357516866967 ], [ -3.753641696666867, 57.040405277947116 ], [ -3.755769276925753, 57.039387123937367 ], [ -3.757392389330309, 57.03780996653623 ], [ -3.755712534873804, 57.036962000413574 ], [ -3.754308231458354, 57.03549019434233 ], [ -3.754801409931003, 57.035114902391506 ], [ -3.753485718746249, 57.034122536943009 ], [ -3.754117313436847, 57.033013040317066 ], [ -3.753287871339673, 57.03132202267691 ], [ -3.749728098906893, 57.026227979366055 ], [ -3.749639150024682, 57.020303685293655 ], [ -3.745528743644486, 57.018011525392801 ], [ -3.744397772406891, 57.016724483566847 ], [ -3.746819487017692, 57.013748153826896 ], [ -3.74798601452885, 57.010528748259276 ], [ -3.747747752936295, 57.00843409987398 ], [ -3.748701384037916, 57.005244611137286 ], [ -3.747987566288057, 57.003893369476266 ], [ -3.749205324483564, 57.001949087793328 ], [ -3.749175828320649, 57.001145349666416 ], [ -3.748089888891992, 57.000985319173722 ], [ -3.747791024145253, 56.997948098175513 ], [ -3.74836687092536, 56.997764847134064 ], [ -3.747842815213123, 56.996595143630451 ], [ -3.749040051341404, 56.995621518672571 ], [ -3.748231379994144, 56.993121532843446 ], [ -3.752880097306538, 56.989588302207608 ], [ -3.758147650910309, 56.987155836700701 ], [ -3.757725327943808, 56.978895605986125 ], [ -3.758427170422155, 56.97790188750583 ], [ -3.7583040396064, 56.976686154864176 ], [ -3.760392591519499, 56.97439705649186 ], [ -3.761901022072717, 56.973589631205947 ], [ -3.767290564220295, 56.972749869994601 ], [ -3.769819383149608, 56.971954879881217 ], [ -3.772095266361566, 56.969820163183812 ], [ -3.771929558195248, 56.968582579877264 ], [ -3.777163273298494, 56.966563062239537 ], [ -3.780877900214722, 56.966501236115903 ], [ -3.784173864885496, 56.964392192040073 ], [ -3.787844426351148, 56.963243595102853 ], [ -3.789289504250503, 56.960621754702103 ], [ -3.789829553966115, 56.958336314424947 ], [ -3.791301334405019, 56.95696298774876 ], [ -3.791680615357404, 56.953044557651779 ], [ -3.790972281321274, 56.951989975166633 ], [ -3.791224727820183, 56.951254075724613 ], [ -3.793148208718201, 56.948508519475403 ], [ -3.797608380532848, 56.946723827000881 ], [ -3.799559490228323, 56.944224857338845 ], [ -3.800655433143099, 56.941041829364757 ], [ -3.800107606671007, 56.938713592444813 ], [ -3.80164814088399, 56.935892537771252 ], [ -3.804483278305193, 56.935550641230797 ], [ -3.810317964257538, 56.935888577518092 ], [ -3.81752127373233, 56.934288021905616 ], [ -3.820576975883234, 56.936453899915442 ], [ -3.822007554957672, 56.938319937541081 ], [ -3.824279752551345, 56.938399112971595 ], [ -3.826050379479506, 56.937968928514977 ], [ -3.827825477247916, 56.93695911032389 ], [ -3.831619068002846, 56.936054483003133 ], [ -3.834039935509278, 56.93330546325631 ], [ -3.83885249285925, 56.930575139880276 ], [ -3.839598218299763, 56.929032190762598 ], [ -3.842435954594605, 56.927426966364166 ], [ -3.842674331779843, 56.926929265854618 ], [ -3.845419880572953, 56.926125013777657 ], [ -3.852805996452137, 56.924964462919874 ], [ -3.854479424820124, 56.923753592372705 ], [ -3.854834673970247, 56.922800378177264 ], [ -3.858563181792454, 56.923436848464668 ], [ -3.866777360965073, 56.92587971218267 ], [ -3.869172559288475, 56.924981327794754 ], [ -3.871118631464117, 56.923155153609699 ], [ -3.873020346975961, 56.922906527324564 ], [ -3.878988176591462, 56.924937469639119 ], [ -3.880457987453122, 56.924758120377625 ], [ -3.883325230619822, 56.92508334250131 ], [ -3.886658705984125, 56.92666838875833 ], [ -3.888602078404531, 56.926104411744198 ], [ -3.894726398478041, 56.922768015684078 ], [ -3.896177092513522, 56.923024557971111 ], [ -3.89734982289096, 56.923792974672168 ], [ -3.899982049499865, 56.924664995319965 ], [ -3.901060974033612, 56.925686393380161 ], [ -3.901386050876603, 56.927069681218114 ], [ -3.899712943456729, 56.93019955216284 ], [ -3.900290057660852, 56.931853063090884 ], [ -3.904167303630233, 56.932310711118568 ], [ -3.906573872387032, 56.931483315890581 ], [ -3.912540094582043, 56.931172023826029 ], [ -3.914451690487199, 56.93239621436404 ], [ -3.915770976647315, 56.932483824325352 ], [ -3.918414559376091, 56.933876441255016 ], [ -3.923549406863158, 56.933532456784803 ], [ -3.925766769976314, 56.933026581320547 ], [ -3.92906885628052, 56.933636086797748 ], [ -3.932789250296233, 56.935339747701775 ], [ -3.93636942241426, 56.935441580803946 ], [ -3.937276174399137, 56.939614721927917 ], [ -3.938579983662748, 56.940506525909662 ], [ -3.939228169489858, 56.941592689599545 ], [ -3.937490254077831, 56.945959577071669 ], [ -3.938615524481417, 56.948633253781395 ], [ -3.945443516779988, 56.946352724511947 ], [ -3.950687714202183, 56.947129112872474 ], [ -3.952207079583315, 56.946157435725702 ], [ -3.954380684960626, 56.941981196752657 ], [ -3.952913817905316, 56.940022836567572 ], [ -3.953111362015722, 56.938928021560514 ], [ -3.955054059796069, 56.937729546859863 ], [ -3.959664873660103, 56.936008517989293 ], [ -3.962152233168792, 56.935798773173822 ], [ -3.962923103261519, 56.937174921191364 ], [ -3.964013003793825, 56.936645630432373 ], [ -3.966069072728924, 56.934955491181789 ], [ -3.965460608247986, 56.932606378559178 ], [ -3.968008913389447, 56.931218460668113 ], [ -3.969408099593308, 56.929390342335196 ], [ -3.969460788687188, 56.928675167225741 ], [ -3.968386541505154, 56.927780065671712 ], [ -3.968178682030479, 56.926017694430953 ], [ -3.966906693770496, 56.92479772516559 ], [ -3.968708129380529, 56.923435017100175 ], [ -3.968821084697371, 56.921056578936891 ], [ -3.970274063201395, 56.919789189663931 ], [ -3.970711253704665, 56.917953749499596 ], [ -3.963850329527214, 56.913852068221431 ], [ -3.963642903393773, 56.913343155947835 ], [ -3.964846188321721, 56.91248409777149 ], [ -3.965224026462921, 56.911390912274236 ], [ -3.963429763415766, 56.910848542351758 ], [ -3.962414524477092, 56.909813190907286 ], [ -3.963422751346113, 56.907586922584606 ], [ -3.96660041959919, 56.905236659237467 ], [ -3.966585581409728, 56.902455881882325 ], [ -3.967765751616376, 56.899292372914573 ], [ -3.969516393895388, 56.898235944250843 ], [ -3.973546814372263, 56.897755407440719 ], [ -3.974708951072006, 56.897188026742619 ], [ -3.975283891874777, 56.896353167204332 ], [ -3.977426259865285, 56.895352429263653 ], [ -3.987804551985801, 56.891858560211901 ], [ -3.992669477174241, 56.891003792859493 ], [ -3.999387669723022, 56.890303386283279 ], [ -4.000313335920305, 56.890728859210768 ], [ -4.001323056196032, 56.892725456440232 ], [ -4.000250950260615, 56.893861334367685 ], [ -4.000315634286421, 56.8953168612951 ], [ -4.001943628604888, 56.896744648224598 ], [ -4.00748781642364, 56.89835305173952 ], [ -4.011552769134226, 56.898034267138058 ], [ -4.012374217401218, 56.897828744896387 ], [ -4.012395125478604, 56.894066134651169 ], [ -4.013749278950354, 56.892076461887953 ], [ -4.014794917872066, 56.891372200126938 ], [ -4.017438357053876, 56.89076793080811 ], [ -4.018467940224839, 56.889920126469619 ], [ -4.02289549561468, 56.888765728203403 ], [ -4.024315090917614, 56.889061718670973 ], [ -4.024604180539912, 56.889398487381811 ], [ -4.023540785157402, 56.890377183345784 ], [ -4.023544064105669, 56.891500334932545 ], [ -4.024240121303129, 56.892531390511046 ], [ -4.032292551416352, 56.898083160656867 ], [ -4.034759228782839, 56.901500684819311 ], [ -4.036891688238239, 56.899888950974081 ], [ -4.03927710276368, 56.896896445631185 ], [ -4.040890242953897, 56.896187189515636 ], [ -4.042149531207036, 56.896305886480363 ], [ -4.044034485061651, 56.89765795191795 ], [ -4.04608635135509, 56.897495864931237 ], [ -4.048451745911701, 56.897722176059375 ], [ -4.052147650067825, 56.897267940756286 ], [ -4.054454341279055, 56.897411535785807 ], [ -4.055160544919413, 56.895620750151231 ], [ -4.061187362511002, 56.894892446647255 ], [ -4.069920786226715, 56.894420049367028 ], [ -4.072608066975527, 56.895804221857688 ], [ -4.077798198629968, 56.896571643338426 ], [ -4.07852726343345, 56.895508180614094 ], [ -4.08039367045526, 56.894672884036055 ], [ -4.085041282377099, 56.894249438523097 ], [ -4.088281220492136, 56.893611238029898 ], [ -4.101032080417233, 56.894520635846952 ], [ -4.111462610739373, 56.894744622160978 ], [ -4.117258006642706, 56.895459740962181 ], [ -4.118083114443967, 56.896402745175834 ], [ -4.119703757151456, 56.89646061953286 ], [ -4.120785373981929, 56.897147649648225 ], [ -4.126803692560831, 56.899318748632993 ], [ -4.131455328863225, 56.897523161929897 ], [ -4.136218012142744, 56.897248606317774 ], [ -4.13828552131821, 56.898084862794533 ], [ -4.140044825534875, 56.899559871995585 ], [ -4.144188284322391, 56.899938113542312 ], [ -4.147985307162535, 56.901288161481062 ], [ -4.149988814053584, 56.902430850126358 ], [ -4.155070924645937, 56.903273323343726 ], [ -4.155863642397403, 56.904346942673968 ], [ -4.160170836143735, 56.905130694919144 ], [ -4.161728750577549, 56.905800156716481 ], [ -4.164693068160839, 56.905937532265717 ], [ -4.165703804427808, 56.9050978003051 ], [ -4.16827640397134, 56.904711709203973 ], [ -4.173689782749237, 56.908697262561162 ], [ -4.174497987077005, 56.911720453810005 ], [ -4.179448528766683, 56.908583454915281 ], [ -4.184169963936125, 56.908146053317317 ], [ -4.184865601911073, 56.907401531221439 ], [ -4.186724466816298, 56.906888257276727 ], [ -4.187087544656889, 56.906356220595612 ], [ -4.185467707250979, 56.904776075077258 ], [ -4.186095741469908, 56.903578934592126 ], [ -4.187799056849259, 56.902515724988092 ], [ -4.188569236363915, 56.900943161588131 ], [ -4.192192858475353, 56.89888472613513 ], [ -4.194906890286895, 56.898261960173052 ], [ -4.199889585499673, 56.893775638314587 ], [ -4.199440218950114, 56.8896230124314 ], [ -4.202170787643459, 56.887341860883446 ], [ -4.203549210965874, 56.885381051002121 ], [ -4.205546902033622, 56.884460658892017 ], [ -4.202983816208327, 56.884002678902412 ], [ -4.200771120059216, 56.882244479794892 ], [ -4.19192397970405, 56.877480221004973 ], [ -4.19328110019236, 56.876553293436892 ], [ -4.19551310284578, 56.875714310233178 ], [ -4.19927534272528, 56.875504326083863 ], [ -4.199563076011962, 56.875234168944154 ], [ -4.200199193853709, 56.87391099571704 ], [ -4.199405481730798, 56.870456355626089 ], [ -4.205276423313819, 56.870119160550807 ], [ -4.207624635336301, 56.869453129657792 ], [ -4.208453663631435, 56.868625226687222 ], [ -4.212180134156933, 56.869489317797068 ], [ -4.215283976106727, 56.869672417286303 ], [ -4.216959676288178, 56.869013646161285 ], [ -4.220472558135784, 56.86668671622111 ], [ -4.222960575913879, 56.863546717167729 ], [ -4.225863628536571, 56.862290847770055 ], [ -4.227143867417373, 56.859680003059594 ], [ -4.227106838787544, 56.858229399667231 ], [ -4.227701946302619, 56.85761670852105 ], [ -4.230495307714753, 56.857283763534035 ], [ -4.232293494515551, 56.85759309466097 ], [ -4.234323744002211, 56.857529813624033 ], [ -4.253363076550236, 56.85335495332528 ], [ -4.258523014765897, 56.853517803814952 ], [ -4.261061868129194, 56.85699444739587 ], [ -4.262876276853405, 56.857568140714754 ], [ -4.266100553013702, 56.854058928145903 ], [ -4.267777324784613, 56.85357916268152 ], [ -4.271889275612083, 56.851334203127536 ], [ -4.276571201272944, 56.851055690681747 ], [ -4.278398713449587, 56.849957468914006 ], [ -4.290866194674671, 56.851486085671496 ], [ -4.294988782320382, 56.853189645629094 ], [ -4.297860352521639, 56.852274125937271 ], [ -4.303966016989583, 56.851411211788616 ], [ -4.305311858312667, 56.850227121219312 ], [ -4.309115882697002, 56.848615639700618 ], [ -4.311110146311234, 56.846781452002858 ], [ -4.312123715507419, 56.845002246524949 ], [ -4.312328982898253, 56.843146349365583 ], [ -4.318469596810563, 56.840889164808026 ], [ -4.321208961993807, 56.840775337024063 ], [ -4.32402804863777, 56.841154217368938 ], [ -4.326179671370436, 56.838570970806792 ], [ -4.32972890277575, 56.836981558398847 ], [ -4.330770894115309, 56.834095424853224 ], [ -4.330263850495153, 56.829629644440892 ], [ -4.331113252849742, 56.826549397372538 ], [ -4.330517112616396, 56.823945475657823 ], [ -4.343332163892338, 56.821301547050908 ], [ -4.352440622904204, 56.827128623569983 ], [ -4.362598634517077, 56.829533790537852 ], [ -4.36431914806617, 56.829653970837775 ], [ -4.365065848594784, 56.830057693157094 ], [ -4.374270901443951, 56.832273294379597 ], [ -4.376753446704687, 56.829929962578213 ], [ -4.379386366859923, 56.825957138588457 ], [ -4.385983747603631, 56.822870058241044 ], [ -4.393369245216138, 56.815328103842823 ], [ -4.415377112197992, 56.797919040035168 ], [ -4.435239958358943, 56.777402367528978 ], [ -4.441852014359631, 56.773858045128733 ], [ -4.452729658350337, 56.77738751293866 ], [ -4.457071034050037, 56.778191720348673 ], [ -4.460347473218714, 56.778104634291431 ], [ -4.46305871241213, 56.778635243061288 ], [ -4.465573340114485, 56.778288969334881 ], [ -4.465752299277616, 56.777773178406314 ], [ -4.467034023706912, 56.777473721021032 ], [ -4.469106454402037, 56.777873048660595 ], [ -4.470233644232827, 56.779580692760391 ], [ -4.472027569848799, 56.780596599454739 ], [ -4.473353842238827, 56.781967754895135 ], [ -4.474321066425862, 56.782236142971726 ], [ -4.47776038343138, 56.785358184415806 ], [ -4.477914147373971, 56.786199896347924 ], [ -4.479702089440496, 56.788357152067221 ], [ -4.48072498028354, 56.788597424819066 ], [ -4.480623867602405, 56.789421737396935 ], [ -4.481991655211867, 56.789924744923823 ], [ -4.482142779144807, 56.7903531077 ], [ -4.483002664650635, 56.790479777587471 ], [ -4.483895309116058, 56.791473025019926 ], [ -4.484412517045384, 56.791741314876639 ], [ -4.486059386458814, 56.791757918810234 ], [ -4.487734046570704, 56.792564794678555 ], [ -4.491473960450401, 56.793397802443266 ], [ -4.494433662370565, 56.795549414027619 ], [ -4.503048198992945, 56.799847797629369 ], [ -4.510979335068884, 56.803328073739713 ], [ -4.513196439254951, 56.803535049249398 ], [ -4.517066709358491, 56.804454549762582 ], [ -4.517294622166337, 56.804921765927872 ], [ -4.519453897278712, 56.805363460368994 ], [ -4.520520940239257, 56.805274497328412 ], [ -4.528536493258127, 56.801333204920233 ], [ -4.529798284046795, 56.797694833484229 ], [ -4.530533432786505, 56.797423787126419 ], [ -4.5308170087911, 56.796649641655669 ], [ -4.53153636185431, 56.796630546337326 ], [ -4.53221904001752, 56.795946252824663 ], [ -4.533377337451662, 56.794786764846762 ], [ -4.53562672306725, 56.79402208106832 ], [ -4.535212641795727, 56.791163634713861 ], [ -4.538303629684254, 56.787227328335867 ], [ -4.54496580998793, 56.783209099588582 ], [ -4.549661963633302, 56.781962798397629 ], [ -4.550111726252709, 56.780870654240395 ], [ -4.549364624900972, 56.780355695770112 ], [ -4.550728680615882, 56.77645435341077 ], [ -4.548084340254333, 56.773668510688829 ], [ -4.548155332701785, 56.773267133561731 ], [ -4.547525992714101, 56.773158671227733 ], [ -4.546802307287706, 56.772382594721165 ], [ -4.547660299111602, 56.772001084106648 ], [ -4.560426817471452, 56.76959606718497 ], [ -4.575238501166656, 56.765534283079113 ], [ -4.579130023639998, 56.765008948746384 ], [ -4.580794719285083, 56.764466712218251 ], [ -4.582850627846047, 56.762473899044558 ], [ -4.589881256299654, 56.75989694962184 ], [ -4.5864993802815, 56.758425875549385 ], [ -4.58400528047276, 56.750703668399936 ], [ -4.582121417051189, 56.74840154894062 ], [ -4.579870992729898, 56.743613039454516 ], [ -4.580245750456518, 56.743115475317147 ], [ -4.579518981173341, 56.740268093331231 ], [ -4.580193077899124, 56.739485726632871 ], [ -4.578633421685086, 56.739158528683113 ], [ -4.578144199544455, 56.738701317913062 ], [ -4.577640525123035, 56.735287607480558 ], [ -4.577100362991769, 56.734921319365959 ], [ -4.576054244355666, 56.735046308861733 ], [ -4.576005001037069, 56.734804672126558 ], [ -4.584541830818346, 56.729586007301741 ], [ -4.591516416140917, 56.724147595780146 ], [ -4.605926737551122, 56.707975315729279 ], [ -4.604727630810237, 56.707411733321557 ], [ -4.602703594507544, 56.707323738576676 ], [ -4.598356335746434, 56.706363010034835 ], [ -4.595336729141203, 56.706053009270171 ], [ -4.591721649584976, 56.704924005855858 ], [ -4.591217646362405, 56.704485130072023 ], [ -4.591236532648672, 56.703334362531656 ], [ -4.590554703844721, 56.702328491234113 ], [ -4.591587661395859, 56.700244409499909 ], [ -4.591262026313194, 56.699428848445642 ], [ -4.590386785177167, 56.699172948000147 ], [ -4.590519066469661, 56.698720830597395 ], [ -4.59155099294289, 56.698285939756104 ], [ -4.590031694111064, 56.696502118378952 ], [ -4.592026022193753, 56.693198219708307 ], [ -4.594376974715993, 56.692470707808617 ], [ -4.594799362105518, 56.691963108397623 ], [ -4.59678422650992, 56.691494824436575 ], [ -4.603264626242879, 56.692150368801933 ], [ -4.610370116669214, 56.691687026861324 ], [ -4.611327679154234, 56.691127702663188 ], [ -4.614920633110589, 56.691124184388592 ], [ -4.617194078179427, 56.690582103940869 ], [ -4.6270045875754, 56.68757588661618 ], [ -4.631054823745663, 56.686641035530933 ], [ -4.633375169290394, 56.684673152235405 ], [ -4.634938657241554, 56.682510041034149 ], [ -4.63759352301034, 56.682179695514755 ], [ -4.640589674438581, 56.681010712399932 ], [ -4.649446577539643, 56.679132852855517 ], [ -4.652026024810523, 56.677851124785221 ], [ -4.65282394113596, 56.67654441329497 ], [ -4.657579709999481, 56.674757795482705 ], [ -4.659030284445015, 56.674839156690567 ], [ -4.660840604934065, 56.676085683407834 ], [ -4.662880585903565, 56.675264631819616 ], [ -4.664174830185178, 56.675443647292433 ], [ -4.666537210044532, 56.674912221715594 ], [ -4.667440860764057, 56.675108558754999 ], [ -4.669566920710093, 56.676429082640837 ], [ -4.67189068638706, 56.676505044078766 ], [ -4.673445801275045, 56.677253567838441 ], [ -4.675123334503652, 56.677195054080748 ], [ -4.676441643849594, 56.677481277060558 ], [ -4.677043482404221, 56.677104336734317 ], [ -4.678635532934111, 56.676876850023177 ], [ -4.682381119538559, 56.676971439364692 ], [ -4.685411540938069, 56.676308415080385 ], [ -4.691003913579572, 56.675971921726607 ], [ -4.692619745285993, 56.675393222832817 ], [ -4.694656559638075, 56.675223312962402 ], [ -4.69623589142084, 56.675391330023068 ], [ -4.69725098712861, 56.675203063501023 ], [ -4.697732253589835, 56.675426311081537 ], [ -4.699001613091057, 56.675254987590854 ], [ -4.700844960830223, 56.675803689484233 ], [ -4.702568385530906, 56.675703363955648 ], [ -4.706234249679873, 56.676621336787321 ], [ -4.717547579047384, 56.676604009911856 ], [ -4.71941620913883, 56.658929302338876 ], [ -4.720444704572915, 56.656444182139786 ], [ -4.716654906546465, 56.643238637994983 ], [ -4.71647088364551, 56.642721368288939 ], [ -4.71543239166116, 56.642344088218479 ], [ -4.713868714169127, 56.642602905640118 ], [ -4.712212475905289, 56.642481743209764 ], [ -4.708413986193302, 56.643422831350257 ], [ -4.704841315172288, 56.643078144338588 ], [ -4.696321915082393, 56.64347430729044 ], [ -4.695558605501664, 56.643293121091332 ], [ -4.694966508626214, 56.642425158355643 ], [ -4.69441123356357, 56.642873088808933 ], [ -4.693030061269587, 56.643177121051785 ], [ -4.684979137898684, 56.641674957861902 ], [ -4.678651167351642, 56.64214841831339 ], [ -4.675660887807197, 56.641269073673463 ], [ -4.671450559752801, 56.641125887065655 ], [ -4.666723530862221, 56.639901644126809 ], [ -4.664148325331346, 56.63981302359317 ], [ -4.662905842843723, 56.640235081582112 ], [ -4.647557727328187, 56.649082871388202 ], [ -4.643054984829424, 56.650832313857819 ], [ -4.639517521662231, 56.653441887883616 ], [ -4.633406723453425, 56.656595662510412 ], [ -4.629822022786712, 56.655031266842791 ], [ -4.62857874306096, 56.65334542691199 ], [ -4.630287140510871, 56.651988164074261 ], [ -4.630596851123958, 56.65081324460963 ], [ -4.629750128163492, 56.650134615594766 ], [ -4.630157735465699, 56.650013655832161 ], [ -4.629697601716111, 56.649497615305059 ], [ -4.630663251005172, 56.648722252659788 ], [ -4.631354031258604, 56.648685175494926 ], [ -4.63071501833716, 56.648177415678035 ], [ -4.631328119316771, 56.647962231503847 ], [ -4.631212882581069, 56.647596182134031 ], [ -4.630430130893409, 56.646898230237952 ], [ -4.628969682814474, 56.64700998819341 ], [ -4.627867728127407, 56.646529971357637 ], [ -4.625942942394177, 56.644656283696449 ], [ -4.624029509799099, 56.644116966940366 ], [ -4.623100150921656, 56.64224470591008 ], [ -4.6207074761152, 56.641378414744516 ], [ -4.621067855471766, 56.640930436600833 ], [ -4.620462572696111, 56.6405522342274 ], [ -4.62032649405594, 56.639413693673177 ], [ -4.61923659022793, 56.6393377854614 ], [ -4.619052006905947, 56.638204758879638 ], [ -4.618316501176255, 56.637829288466229 ], [ -4.618489279633004, 56.637380772514355 ], [ -4.619350919225941, 56.637223325878772 ], [ -4.619326390481138, 56.636752000866252 ], [ -4.620232871833317, 56.636418348138896 ], [ -4.620050714721357, 56.635438058167686 ], [ -4.620539555379931, 56.634726738217473 ], [ -4.624051899128077, 56.633052920043845 ], [ -4.62603890704217, 56.631608937446764 ], [ -4.627337216801346, 56.631401769390827 ], [ -4.627548723299129, 56.630808620947342 ], [ -4.628523216547119, 56.630635242967145 ], [ -4.629322741184248, 56.630056625236719 ], [ -4.630864543018301, 56.628078228036387 ], [ -4.6331474617815, 56.627378321649807 ], [ -4.635446301904792, 56.625505164036362 ], [ -4.636807903641623, 56.625040408193136 ], [ -4.634004205442612, 56.621657602388872 ], [ -4.626435330752743, 56.615611816534937 ], [ -4.627738537395183, 56.614896739710687 ], [ -4.631720275196879, 56.614142962559569 ], [ -4.632513160296989, 56.613474583628303 ], [ -4.633600184445053, 56.613168458250733 ], [ -4.636216698016423, 56.613876953151674 ], [ -4.639134388462757, 56.614228488169879 ], [ -4.639973193214471, 56.614102831829769 ], [ -4.640302725529141, 56.613570063757564 ], [ -4.641156545456457, 56.613542943381447 ], [ -4.642237073269889, 56.614310891810831 ], [ -4.643397357253448, 56.614470476101431 ], [ -4.657594906666315, 56.612621979166704 ], [ -4.659372946347272, 56.611599821374895 ], [ -4.66037418967365, 56.611699735330511 ], [ -4.662727059981491, 56.611204484032591 ], [ -4.663065811029671, 56.611385969001979 ], [ -4.66319102046207, 56.610965363230783 ], [ -4.665178917629339, 56.610495856598888 ], [ -4.666758708383303, 56.609671072511766 ], [ -4.6674946116911, 56.609475534012041 ], [ -4.668442125289698, 56.609738312616905 ], [ -4.672737131855817, 56.608477666563651 ], [ -4.672904685409446, 56.607620238399221 ], [ -4.675576589544203, 56.605536052240218 ], [ -4.677317930740578, 56.605503059264962 ], [ -4.679658161481382, 56.604607800623192 ], [ -4.680265693190243, 56.604212728615394 ], [ -4.680018880960735, 56.603719233672457 ], [ -4.680623112737606, 56.603737663687838 ], [ -4.682945190312936, 56.602474237218132 ], [ -4.683060106999717, 56.602026866991416 ], [ -4.684027863297066, 56.601772297383754 ], [ -4.684182657468669, 56.601198237352342 ], [ -4.686034017560361, 56.600996471922222 ], [ -4.686587351679797, 56.600642982921897 ], [ -4.687924116588767, 56.600766877984107 ], [ -4.69051008368453, 56.602142679504801 ], [ -4.691942813603724, 56.602331863008537 ], [ -4.694143383983753, 56.601725157940663 ], [ -4.694988482332904, 56.602014220530748 ], [ -4.695265985158872, 56.602569936733104 ], [ -4.697252375423643, 56.603347434618591 ], [ -4.700858964884243, 56.603810195610762 ], [ -4.701296226392823, 56.605004152609851 ], [ -4.702241120960732, 56.605570517412254 ], [ -4.703308963105727, 56.604345642647026 ], [ -4.703260315115862, 56.603254690378272 ], [ -4.704285657511581, 56.602963657378098 ], [ -4.704109011269419, 56.601906047525063 ], [ -4.705284222749224, 56.600521532096778 ], [ -4.704469524230979, 56.600179748657347 ], [ -4.704906024721841, 56.599539312014457 ], [ -4.704115468689303, 56.599284182324283 ], [ -4.704250504458697, 56.598825566195302 ], [ -4.70356737114342, 56.598409013266476 ], [ -4.706215909250123, 56.597670112111615 ], [ -4.706742739021398, 56.59790580520653 ], [ -4.706905264641005, 56.597581403412732 ], [ -4.709655492929613, 56.596489690127221 ], [ -4.712890691187323, 56.596778638059696 ], [ -4.713948985514472, 56.595360634341951 ], [ -4.716688174656039, 56.594551218117523 ], [ -4.717955994333281, 56.593762237167553 ], [ -4.717918148269296, 56.593144704614303 ], [ -4.718705310252425, 56.592446215449868 ], [ -4.722662120883628, 56.590338250017027 ], [ -4.726201365928847, 56.587821378394956 ], [ -4.74721794809791, 56.586621610020124 ], [ -4.748044417721309, 56.58577825087918 ], [ -4.750313336797751, 56.585083630281673 ], [ -4.752583681178834, 56.585507030802852 ], [ -4.754508045381432, 56.584689638256819 ], [ -4.758306082202149, 56.585603062386305 ], [ -4.763769452182876, 56.585274069042775 ], [ -4.766102494535096, 56.586508340253417 ], [ -4.767586626904444, 56.586289249900275 ], [ -4.769774118340927, 56.58646701572264 ], [ -4.772728892474423, 56.588001887275325 ], [ -4.774461301892191, 56.588524974729957 ], [ -4.779456558939769, 56.587784207559466 ], [ -4.78063996012121, 56.587263398048748 ], [ -4.782170454784687, 56.582712680854954 ], [ -4.788116301892141, 56.580849236964298 ], [ -4.79200558997703, 56.57882050437987 ], [ -4.795438962136069, 56.578010792660194 ], [ -4.801114562442547, 56.573613659894654 ], [ -4.80565740143609, 56.572513492876602 ], [ -4.808736393103495, 56.572205748044617 ], [ -4.818151251711044, 56.57411376731023 ], [ -4.820219483814626, 56.573024221226213 ], [ -4.820774558257047, 56.571951023117592 ], [ -4.83003958391114, 56.569232651157357 ], [ -4.830813821188007, 56.569462188077452 ], [ -4.831928276572274, 56.569342416326855 ], [ -4.834685416366727, 56.570722144743897 ], [ -4.835454528094155, 56.570556290927364 ], [ -4.837954832221231, 56.572633899549068 ], [ -4.838624381647697, 56.573854479566094 ], [ -4.842974551430723, 56.572478701392292 ], [ -4.847938148010654, 56.57179428199801 ], [ -4.854725695170063, 56.571548639116642 ], [ -4.856618962938894, 56.571716349533723 ], [ -4.860640809007785, 56.57085532452399 ], [ -4.862460283397231, 56.571339233541806 ], [ -4.863572309239797, 56.571187774317721 ], [ -4.866743303903386, 56.571671924736712 ], [ -4.869018035514264, 56.571071136121454 ], [ -4.869574172406844, 56.570352713704501 ], [ -4.870695517073438, 56.569895373231809 ], [ -4.871187693239054, 56.567475141224669 ], [ -4.876147395502471, 56.566111052057067 ], [ -4.878537055450145, 56.566064696739048 ], [ -4.880062092916964, 56.566209119596905 ], [ -4.881736740468961, 56.567891549940533 ], [ -4.884691533302349, 56.569171228539588 ], [ -4.89523760278367, 56.569752852004036 ], [ -4.896264511887277, 56.569661505398493 ], [ -4.896886136922682, 56.569273996224645 ], [ -4.900693919358508, 56.57062778890532 ], [ -4.90219437901691, 56.571828651249213 ], [ -4.904949691673195, 56.570389039366553 ], [ -4.909347355669332, 56.569454714027671 ], [ -4.915645099951879, 56.570363222308103 ], [ -4.919051988832323, 56.572525839069634 ], [ -4.926449562615734, 56.574486579141201 ], [ -4.927377750431135, 56.574275956993937 ], [ -4.928380790855308, 56.575348912534146 ], [ -4.929566267243827, 56.57562208106458 ], [ -4.933474394652223, 56.574779339211368 ], [ -4.933863982716972, 56.574343188393463 ], [ -4.936029375130748, 56.574548211028471 ], [ -4.942102541465933, 56.574328152464687 ], [ -4.945633225988197, 56.574604040121791 ], [ -4.947488666232564, 56.575742028566161 ], [ -4.950542814686047, 56.572199970652591 ], [ -4.952739665414607, 56.568215296763121 ], [ -4.952938580025163, 56.565442098687576 ], [ -4.951348998768744, 56.564473155631859 ], [ -4.951548860723732, 56.563695393052299 ], [ -4.955883546177503, 56.562603589604542 ], [ -4.958882167556316, 56.561395150445883 ], [ -4.964313858094313, 56.560910606508685 ], [ -4.970904645825094, 56.559225094507539 ], [ -4.972004898823364, 56.557792058042999 ], [ -4.971158918894817, 56.554580890742209 ], [ -4.972837053944354, 56.554810396633755 ], [ -4.979034610056255, 56.554765281078787 ], [ -4.982323903451869, 56.555302070618644 ], [ -4.985144683384163, 56.556501712107021 ], [ -4.988938086861523, 56.554347590795167 ], [ -4.989334932155537, 56.553807709080196 ], [ -4.989139427115157, 56.552567483272533 ], [ -4.987036839569381, 56.549328214233839 ], [ -4.988244014682664, 56.546269992725883 ], [ -4.992471185415111, 56.544060363131798 ], [ -4.994337563880046, 56.542145727939264 ], [ -5.000466110293379, 56.541768595055842 ], [ -5.00535734544394, 56.542306498252209 ], [ -5.006748762751037, 56.540771698027832 ], [ -5.009914162068998, 56.539553444888959 ], [ -5.01126587580293, 56.53864876502503 ], [ -5.01771038797967, 56.538366478887852 ], [ -5.020296512377517, 56.537337310541169 ], [ -5.021408278698406, 56.536487789876304 ], [ -5.02274044153349, 56.536158738211569 ], [ -5.026749318184725, 56.536245356354456 ], [ -5.032555624868822, 56.538261009195267 ], [ -5.039310484273524, 56.538199234338066 ], [ -5.040592929026405, 56.538671214604761 ], [ -5.04531166049484, 56.537058935200491 ], [ -5.051903839936707, 56.536191460843511 ], [ -5.055078303023138, 56.533290881713235 ], [ -5.057564263881239, 56.531742024689343 ], [ -5.057329737955891, 56.529842149578329 ], [ -5.058051173451293, 56.528804140248106 ], [ -5.061762041985486, 56.527121642967316 ], [ -5.068520923298114, 56.527736816699921 ], [ -5.078861499056726, 56.527889813011186 ], [ -5.081705100127523, 56.528556360602749 ], [ -5.085599717213824, 56.528945036020865 ], [ -5.092137909235009, 56.52903855902921 ], [ -5.09502290170382, 56.528314967818339 ], [ -5.095939081292434, 56.528499771972733 ], [ -5.09582409913471, 56.530259098509539 ], [ -5.094182684609267, 56.532070856226476 ], [ -5.09216783669886, 56.533195240447469 ], [ -5.090109294598001, 56.533385819351871 ], [ -5.08924381327448, 56.533744444139153 ], [ -5.08859051600195, 56.53451127948675 ], [ -5.086935437258316, 56.535262569875421 ], [ -5.084711618614071, 56.536922373215688 ], [ -5.084627542828538, 56.537688526795833 ], [ -5.08314500438035, 56.539563595648453 ], [ -5.083029781689906, 56.540847387685169 ], [ -5.081819294231282, 56.542068475811107 ], [ -5.081544880364474, 56.544196685744716 ], [ -5.079592141652698, 56.546397985590204 ], [ -5.076774055574444, 56.547865619468567 ], [ -5.075573124609871, 56.55171567254574 ], [ -5.073795812857036, 56.554182193262982 ], [ -5.070945164950397, 56.555960606322266 ], [ -5.068712503018166, 56.556429278162376 ], [ -5.066095998265495, 56.557586048051462 ], [ -5.066187713164415, 56.558015252078647 ], [ -5.062479198480232, 56.55921777090628 ], [ -5.065564083964004, 56.558857625105411 ], [ -5.066276446432639, 56.55901083138172 ], [ -5.06550754160028, 56.559164643616597 ], [ -5.065993878340055, 56.559642536017833 ], [ -5.065483263176968, 56.56017200102221 ], [ -5.066646134603269, 56.561727144134792 ], [ -5.064688186691653, 56.56291975366041 ], [ -5.068300923113869, 56.561254812101616 ], [ -5.068750814057164, 56.561181674898286 ], [ -5.068155525607685, 56.561590094642185 ], [ -5.068874597377719, 56.561282888292723 ], [ -5.070190406053329, 56.561268351091897 ], [ -5.067412077596257, 56.561837672852775 ], [ -5.06596885455233, 56.562832419924163 ], [ -5.066009338469598, 56.563473228940673 ], [ -5.066776037530645, 56.562989576197758 ], [ -5.067320258188343, 56.563417494903064 ], [ -5.067522551721818, 56.562397650983485 ], [ -5.068188394542839, 56.562377611003463 ], [ -5.069399127042017, 56.561688812124515 ], [ -5.069660995900901, 56.562208193174904 ], [ -5.06866214523068, 56.562538495808269 ], [ -5.06959526848345, 56.562501957414391 ], [ -5.069147475603952, 56.563002918303702 ], [ -5.069667153671466, 56.562886704738389 ], [ -5.069630284487231, 56.563134811210972 ], [ -5.070313676463034, 56.561724638393564 ], [ -5.070922932561106, 56.561709577783496 ], [ -5.071426465702706, 56.562097135738114 ], [ -5.071299280624202, 56.562536243526075 ], [ -5.072437073751196, 56.562714851977923 ], [ -5.074765405877303, 56.561515645693142 ], [ -5.076369924876277, 56.561327600705631 ], [ -5.077942920175927, 56.560551539470502 ], [ -5.078935111591101, 56.559740416083933 ], [ -5.07961630820691, 56.55790775904623 ], [ -5.08291093520538, 56.554387746722746 ], [ -5.083163972776618, 56.552197144031716 ], [ -5.084102012020914, 56.551724405092145 ], [ -5.084791523884045, 56.550498262544224 ], [ -5.085777214030828, 56.549911964021902 ], [ -5.086589059681331, 56.54839062803233 ], [ -5.089336670715115, 56.545463806308149 ], [ -5.090233427292819, 56.542591978197372 ], [ -5.089707008706162, 56.541823033035669 ], [ -5.094275409829617, 56.539385618360363 ], [ -5.097651151705352, 56.535758871192797 ], [ -5.100467270235454, 56.535918704074184 ], [ -5.102041513260593, 56.536369288796216 ], [ -5.103992076010839, 56.537044162983719 ], [ -5.107565570874482, 56.538959344614234 ], [ -5.110528565723607, 56.541460528850948 ], [ -5.114481746129166, 56.547986402185835 ], [ -5.114222598826154, 56.548397409881495 ], [ -5.107790891266061, 56.550239481706811 ], [ -5.106620967797359, 56.550857535467777 ], [ -5.104941427567597, 56.550917514410045 ], [ -5.102433357253897, 56.553281387257705 ], [ -5.102093276254093, 56.554395533800637 ], [ -5.099693301959033, 56.555300421907873 ], [ -5.098841011765813, 56.558013902715132 ], [ -5.097524758099842, 56.559534417345432 ], [ -5.100184912315075, 56.565185071302274 ], [ -5.100954871680778, 56.565938909272909 ], [ -5.09981538848166, 56.568924735875953 ], [ -5.100242571002416, 56.569965791015491 ], [ -5.09964513264069, 56.571320062181357 ], [ -5.097390985534733, 56.573025765622084 ], [ -5.095451069833411, 56.573896608498373 ], [ -5.096367549788324, 56.574350187668074 ], [ -5.096721048133919, 56.574988585133632 ], [ -5.096099524316052, 56.57545352511638 ], [ -5.095930523839478, 56.576473493166205 ], [ -5.097136845728843, 56.576587251811823 ], [ -5.097571368107538, 56.576324727226414 ], [ -5.098172519729765, 56.576705254279808 ], [ -5.099167340554195, 56.576523135518002 ], [ -5.099779208957449, 56.576934849262301 ], [ -5.10033083632907, 56.576610964517208 ], [ -5.10139890302464, 56.577024769373608 ], [ -5.104969594619298, 56.577371553399999 ], [ -5.104720775369096, 56.579202543239738 ], [ -5.105836215253281, 56.580985954162564 ], [ -5.105192258826635, 56.581177335076447 ], [ -5.106340171692929, 56.582065522679706 ], [ -5.107372707382231, 56.582143078676218 ], [ -5.107399127193034, 56.582861540251919 ], [ -5.108274547864424, 56.583504832599488 ], [ -5.107875017463968, 56.584193497968293 ], [ -5.108760163444466, 56.584459004794162 ], [ -5.108760017231817, 56.585151163831917 ], [ -5.10809088455664, 56.585334199734206 ], [ -5.108772728364741, 56.586198067819048 ], [ -5.108920618175892, 56.587502271563558 ], [ -5.103486162078306, 56.588874105295282 ], [ -5.101552550012975, 56.588041459040326 ], [ -5.100691546038112, 56.5882696931046 ], [ -5.099091075245761, 56.589514143362585 ], [ -5.099473255344001, 56.59089790572596 ], [ -5.098688739383312, 56.590966909659429 ], [ -5.097440122784317, 56.591735134617458 ], [ -5.095057540358207, 56.592185517498045 ], [ -5.09477821936351, 56.592754284784618 ], [ -5.095588038281986, 56.593790320212996 ], [ -5.094413482322332, 56.594669029670051 ], [ -5.092542956580137, 56.595007731634247 ], [ -5.091393718401261, 56.595998142893393 ], [ -5.087936438039399, 56.596461628324889 ], [ -5.086762837145588, 56.596257069900524 ], [ -5.086189555119414, 56.596819632704253 ], [ -5.087879209811139, 56.598355223774504 ], [ -5.08787274009326, 56.601070046078917 ], [ -5.085670549677141, 56.601542723549386 ], [ -5.085079487413754, 56.602487750621087 ], [ -5.084157021657592, 56.60276682829042 ], [ -5.082502316924947, 56.60409958466753 ], [ -5.082016750702382, 56.605000629902271 ], [ -5.079944802325572, 56.606655609513446 ], [ -5.079612409035753, 56.607177111945248 ], [ -5.08048287205161, 56.608338483839397 ], [ -5.079935774180501, 56.608605527986448 ], [ -5.07996866936656, 56.609469446025329 ], [ -5.081424764854646, 56.609555608624518 ], [ -5.082767709825173, 56.608913761321197 ], [ -5.085155850475536, 56.609016313012084 ], [ -5.086959504085373, 56.608647932966029 ], [ -5.091858336059578, 56.608557640243752 ], [ -5.092681942892622, 56.609260762218511 ], [ -5.094066039042828, 56.609343174864762 ], [ -5.097088123974524, 56.611214026516485 ], [ -5.09896621344515, 56.611355988833736 ], [ -5.099746401054593, 56.612024192983 ], [ -5.103909082041937, 56.613286649517313 ], [ -5.105026959075091, 56.613995829512454 ], [ -5.11184811550164, 56.615960156109779 ], [ -5.114358419025538, 56.615856842783252 ], [ -5.115198877032883, 56.616163883999583 ], [ -5.118165109814007, 56.616251321138883 ], [ -5.118860660626405, 56.61657995073876 ], [ -5.120746044024139, 56.616213524936001 ], [ -5.125859480890843, 56.616242363393091 ], [ -5.129075842945264, 56.615707499680681 ], [ -5.130012613981116, 56.615207496182641 ], [ -5.131155143688399, 56.616109093041516 ], [ -5.135841521505055, 56.615510050839013 ], [ -5.136242925883663, 56.615239240961216 ], [ -5.137563475141539, 56.615534020291975 ], [ -5.140781113138128, 56.615605582817459 ], [ -5.143910256727574, 56.615005116365161 ], [ -5.146792302075548, 56.613493933681596 ], [ -5.150650859717687, 56.613531033928432 ], [ -5.152065215582191, 56.612897400035493 ], [ -5.153087450689932, 56.612840012903021 ], [ -5.154205456807945, 56.614613974895526 ], [ -5.152528062545234, 56.615123960886599 ], [ -5.152305272079928, 56.615677948609608 ], [ -5.153934020647584, 56.617124340793787 ], [ -5.153413389823655, 56.618602779545512 ], [ -5.151337848601115, 56.620988091455153 ], [ -5.152685867191017, 56.62444170108126 ], [ -5.152995441922544, 56.626685629944326 ], [ -5.179103039840241, 56.626668034582018 ], [ -5.180077796441533, 56.627204933444141 ], [ -5.183204720833682, 56.627057496297759 ], [ -5.183517965478472, 56.628065260359769 ], [ -5.184451198398611, 56.628495318514879 ], [ -5.189507439206804, 56.629273629922082 ], [ -5.191794889730846, 56.62932280115448 ], [ -5.195837656939904, 56.630167322865617 ], [ -5.198755522608622, 56.630245108016766 ], [ -5.203766743354572, 56.631639772463195 ], [ -5.207650068390622, 56.631368854745858 ], [ -5.209140805286417, 56.631829295499145 ], [ -5.21186441165909, 56.631538731229455 ], [ -5.211854361742849, 56.632091834992259 ], [ -5.213838868721831, 56.631932684162805 ], [ -5.214828554029107, 56.631583482780293 ], [ -5.213921778843738, 56.629265200528948 ], [ -5.214599232755004, 56.628218406574277 ], [ -5.214650742117648, 56.626428194111305 ], [ -5.215822274448201, 56.625534918989047 ], [ -5.216231660395575, 56.624692813513484 ], [ -5.215959808765605, 56.62398968667835 ], [ -5.216608307220381, 56.62337062261409 ], [ -5.215255197095051, 56.620596450341701 ], [ -5.213573927960875, 56.620383725734357 ], [ -5.212604224142011, 56.619334561358095 ], [ -5.212379508177039, 56.618801007359615 ], [ -5.213741059284314, 56.614967812627341 ], [ -5.212373988749728, 56.612598495871289 ], [ -5.211214799081326, 56.611522757283041 ], [ -5.210773432583484, 56.609781235042668 ], [ -5.211137950486915, 56.608315542763094 ], [ -5.212127950460941, 56.607593286687198 ], [ -5.213569495140961, 56.607102061058463 ], [ -5.215459298189006, 56.606994754685438 ], [ -5.216771664796346, 56.606327045164733 ], [ -5.218459783165219, 56.602606684149038 ], [ -5.217275322319499, 56.602668814451171 ], [ -5.21649152064896, 56.602172212579681 ], [ -5.218382250784052, 56.601408608574538 ], [ -5.219612781439178, 56.60131381074553 ], [ -5.220473354452109, 56.600128285720437 ], [ -5.222965436662414, 56.599730175161604 ], [ -5.226381604270709, 56.597843650199245 ], [ -5.228979293882396, 56.59696713302818 ], [ -5.230002256353583, 56.594634758759355 ], [ -5.235502752168546, 56.593314046454438 ], [ -5.236888187186798, 56.593224028907883 ], [ -5.238614892725897, 56.593884711917262 ], [ -5.240128421527958, 56.593863235722225 ], [ -5.241006612940852, 56.592797555056542 ], [ -5.243478358225156, 56.59302522081024 ], [ -5.24445165296822, 56.592689674924678 ], [ -5.249686658992911, 56.592175320332444 ], [ -5.254575565609464, 56.5942677807857 ], [ -5.25592063782107, 56.594560662772302 ], [ -5.257353849044613, 56.595592856496722 ], [ -5.259307112229632, 56.596040560269358 ], [ -5.259554783248677, 56.596645352657482 ], [ -5.261036236291225, 56.597006519993123 ], [ -5.261486087356961, 56.596743007037666 ], [ -5.263197131613236, 56.596837426031989 ], [ -5.264600817247818, 56.5977129981746 ], [ -5.272782329970729, 56.599605854821988 ], [ -5.273709649390579, 56.600057877963266 ], [ -5.273978474135679, 56.600621634754162 ], [ -5.27468931916724, 56.600737749524306 ], [ -5.275964949747052, 56.600600749281675 ], [ -5.278766794229687, 56.599645877867914 ], [ -5.279817496859255, 56.599640626000038 ], [ -5.281548387597615, 56.598740918659573 ], [ -5.284716859974553, 56.598351562620728 ], [ -5.288220859972085, 56.596667728567041 ], [ -5.289235244053987, 56.596901582312128 ], [ -5.289741797802047, 56.596636463141017 ], [ -5.291532623488084, 56.596710401229103 ], [ -5.293099463485325, 56.597486947881158 ], [ -5.297390747329788, 56.598015915376962 ], [ -5.295788706304106, 56.598800061775194 ], [ -5.29676692608481, 56.599178649290522 ], [ -5.296546895741616, 56.59992613376194 ], [ -5.29807297852197, 56.599018138669813 ], [ -5.2986510492913, 56.599106176785064 ], [ -5.298811200812382, 56.599821099536939 ], [ -5.298109615929876, 56.601026357890035 ], [ -5.298503977685718, 56.60171708562374 ], [ -5.301732686529392, 56.602669655335951 ], [ -5.314933086491705, 56.608880747835791 ], [ -5.319766085929611, 56.615651372809538 ], [ -5.319627226567083, 56.616297847283199 ], [ -5.321118352647335, 56.617309814846379 ], [ -5.322475385461111, 56.617723037142092 ], [ -5.323405679514169, 56.619401724435185 ], [ -5.325023781109783, 56.620705117096293 ], [ -5.317989297824293, 56.623825524333135 ], [ -5.316347269402659, 56.62555491076558 ], [ -5.315811396495008, 56.626881702296885 ], [ -5.31436245491039, 56.627282624276695 ], [ -5.316001404137648, 56.627838533225201 ], [ -5.315851683247039, 56.6285482186302 ], [ -5.313969791862366, 56.62903439696543 ], [ -5.309017144537896, 56.63254193957966 ], [ -5.306867497558923, 56.633605975663137 ], [ -5.305159814038217, 56.633999282585563 ], [ -5.303186909092338, 56.635500844627252 ], [ -5.299398249973002, 56.636947186376482 ], [ -5.298381212416339, 56.640711160511174 ], [ -5.29856870150488, 56.639551918140143 ], [ -5.297880914922656, 56.638588493549861 ], [ -5.29725891885427, 56.638508799670952 ], [ -5.297894536862354, 56.638651059695881 ], [ -5.297677853469822, 56.639102692201732 ], [ -5.296880284913112, 56.638843365047492 ], [ -5.295938120764918, 56.638964531074699 ], [ -5.296746405935372, 56.638991647673642 ], [ -5.295991187268474, 56.639198652654443 ], [ -5.296131258747963, 56.639476315027117 ], [ -5.296039250546597, 56.639207267231257 ], [ -5.296846962344075, 56.639022243213802 ], [ -5.297583239944792, 56.639719193161021 ], [ -5.296784619004442, 56.64002713865672 ], [ -5.296322785127294, 56.640698321883519 ], [ -5.296480071152751, 56.643228327517058 ], [ -5.297735239712765, 56.644653165324357 ], [ -5.300825220604032, 56.646663972143187 ], [ -5.300946853908722, 56.647271139875961 ], [ -5.302684257783577, 56.646520223030521 ], [ -5.304051746770264, 56.646558512101656 ], [ -5.304052372104302, 56.646845265233729 ], [ -5.304851001986545, 56.647095531556673 ], [ -5.305858249950067, 56.647063366057772 ], [ -5.307765276511307, 56.646275504481927 ], [ -5.309299621567307, 56.64752829614762 ], [ -5.312306305960294, 56.648171019711185 ], [ -5.31580292042962, 56.646290689126026 ], [ -5.315356034366083, 56.647147634559886 ], [ -5.313087434851964, 56.648722854648675 ], [ -5.313493368735279, 56.649350306816032 ], [ -5.315575335625806, 56.65038706475633 ], [ -5.317360317696664, 56.649993360981874 ], [ -5.318205623197933, 56.650141614085072 ], [ -5.319483211049997, 56.649545663450759 ], [ -5.319625614817618, 56.649123841255779 ], [ -5.323338937674894, 56.648206600950658 ], [ -5.325779585131085, 56.647107535858538 ], [ -5.32643471567147, 56.647134962181987 ], [ -5.324414189775265, 56.64864982198764 ], [ -5.322275235746074, 56.649655396544098 ], [ -5.322481957459141, 56.649964513798743 ], [ -5.317409128710479, 56.653426120691257 ], [ -5.312091815694269, 56.656251254674949 ], [ -5.310378458626801, 56.656535094947273 ], [ -5.309628780213951, 56.657292197824191 ], [ -5.308912554632919, 56.657221357537708 ], [ -5.306504278026048, 56.658795663447499 ], [ -5.30636612854743, 56.659361188600684 ], [ -5.303973161961641, 56.66027429641246 ], [ -5.302163935062786, 56.661796639760176 ], [ -5.299390979853453, 56.661447711639433 ], [ -5.295697305718622, 56.662610900043838 ], [ -5.293641502169914, 56.662436116868747 ], [ -5.288707466927165, 56.664823048092565 ], [ -5.286044266210326, 56.664048409529151 ], [ -5.284277524475339, 56.664193953514598 ], [ -5.283114739678472, 56.664620188756487 ], [ -5.281876252065043, 56.665677678446727 ], [ -5.281533374501361, 56.666333971355911 ], [ -5.2821396280588, 56.667203447858029 ], [ -5.281913787239943, 56.667703831347659 ], [ -5.277900537508955, 56.669805319762808 ], [ -5.276602787742113, 56.669902433748533 ], [ -5.272385596388546, 56.668718945819329 ], [ -5.269698244807088, 56.669077270936285 ], [ -5.266792191923348, 56.670209881864423 ], [ -5.265105629444895, 56.672360394145421 ], [ -5.264084239735658, 56.672406972833436 ], [ -5.26162136442664, 56.670965828988436 ], [ -5.258792182899776, 56.670082592084825 ], [ -5.256247231066333, 56.670598702960703 ], [ -5.25434208178156, 56.670564052946553 ], [ -5.253944958714044, 56.669897535282772 ], [ -5.25438137278536, 56.667178497813303 ], [ -5.253137437912644, 56.666763358941118 ], [ -5.253653417654768, 56.665307058235371 ], [ -5.252507969989635, 56.66555995062965 ], [ -5.251287768277978, 56.66680182653662 ], [ -5.250898615792776, 56.668954179503068 ], [ -5.249216002406917, 56.669928543411181 ], [ -5.248309847324237, 56.672620267947714 ], [ -5.247531340526115, 56.673458628986033 ], [ -5.246714689437574, 56.6735509594752 ], [ -5.244499640117375, 56.674660504542345 ], [ -5.244258986460501, 56.67548841177662 ], [ -5.244087741377863, 56.675016438462052 ], [ -5.243183411063471, 56.675039116034235 ], [ -5.238547584757302, 56.678652247534679 ], [ -5.236449846269341, 56.679783757409268 ], [ -5.234296665149759, 56.680251457953112 ], [ -5.232468031726584, 56.681304886187057 ], [ -5.231072135808606, 56.681691726080061 ], [ -5.229036398832855, 56.682998584807791 ], [ -5.228926287144249, 56.683810483129051 ], [ -5.228571736453774, 56.684152288439492 ], [ -5.228326292989091, 56.683956396234166 ], [ -5.22795829305471, 56.68414123516294 ], [ -5.227855018038074, 56.684651811837142 ], [ -5.223531561362675, 56.686332522962061 ], [ -5.218738724423111, 56.686825147071374 ], [ -5.216610589650325, 56.686579032692073 ], [ -5.213309176790033, 56.686844111036791 ], [ -5.209634005179184, 56.686269255307295 ], [ -5.202594175412539, 56.686270844949355 ], [ -5.197947060211788, 56.685769198913633 ], [ -5.196253607916845, 56.685850461348309 ], [ -5.195185429661395, 56.686332747468853 ], [ -5.193370652512796, 56.686235503079601 ], [ -5.191358328821401, 56.687084468889537 ], [ -5.190643984345923, 56.687927096383127 ], [ -5.188423466635209, 56.687707140810311 ], [ -5.186396918962735, 56.688312780787768 ], [ -5.185297080965201, 56.687842935797647 ], [ -5.182254472339977, 56.688061906769384 ], [ -5.179607068429712, 56.687544381234076 ], [ -5.177461055966712, 56.686695782993802 ], [ -5.175350433314494, 56.68653751200047 ], [ -5.171159744919622, 56.685632194861846 ], [ -5.16929746682308, 56.685570868604309 ], [ -5.168502343788449, 56.684952887836317 ], [ -5.168168043448802, 56.683462911008895 ], [ -5.167299683920492, 56.682924993317592 ], [ -5.16152832458799, 56.681431243971019 ], [ -5.160196429139567, 56.680816961611875 ], [ -5.158602422331871, 56.681069576347376 ], [ -5.157549000269112, 56.679470183440507 ], [ -5.153641063664703, 56.677869452051482 ], [ -5.148287202139178, 56.677018029343856 ], [ -5.147529306994135, 56.677426429966737 ], [ -5.146745879149778, 56.677039939176595 ], [ -5.146961023321811, 56.677837221636928 ], [ -5.146007367403412, 56.677269856640926 ], [ -5.145284568124313, 56.677433752272407 ], [ -5.145804248117778, 56.67863234029813 ], [ -5.144973894559769, 56.678388152847241 ], [ -5.144702748499091, 56.677897910862178 ], [ -5.142991199410947, 56.678150599677153 ], [ -5.142723815200007, 56.677509242679847 ], [ -5.142761054791719, 56.678151918154867 ], [ -5.139455701972437, 56.678503231166601 ], [ -5.138386506659182, 56.677704110375473 ], [ -5.137663864553948, 56.67794885844021 ], [ -5.138378345264957, 56.678802776357088 ], [ -5.137062186252001, 56.679981167379751 ], [ -5.136250310068188, 56.680115793187056 ], [ -5.136009686056702, 56.679834208807314 ], [ -5.134983089884859, 56.679762995510572 ], [ -5.13463890644974, 56.679983807243737 ], [ -5.134934160038487, 56.680470765347565 ], [ -5.132501616042295, 56.679654697364782 ], [ -5.132890465704878, 56.680698420411815 ], [ -5.136052422608526, 56.681545541019425 ], [ -5.136056431301554, 56.681927473512609 ], [ -5.134579551881408, 56.682314357395931 ], [ -5.132458370548327, 56.681728652362857 ], [ -5.13113198508096, 56.681784506617518 ], [ -5.12957271066498, 56.679664572932111 ], [ -5.128542138805045, 56.679801052597121 ], [ -5.128576524590646, 56.680569646470644 ], [ -5.127780421975698, 56.681386983505902 ], [ -5.126351715418428, 56.680957256431356 ], [ -5.125609663618716, 56.680043739237362 ], [ -5.122303425174739, 56.679973929607627 ], [ -5.116143699473538, 56.680352159719497 ], [ -5.115221819975958, 56.680816599618971 ], [ -5.113217609891978, 56.680732822236692 ], [ -5.110203142904759, 56.681270233675264 ], [ -5.110114807815297, 56.681644583425047 ], [ -5.10799795648941, 56.681581514501325 ], [ -5.10872110911813, 56.681775589772869 ], [ -5.107802105422503, 56.682474511957395 ], [ -5.108596947096954, 56.68238903985047 ], [ -5.108327877766196, 56.683542748297583 ], [ -5.108955589058918, 56.682955371880318 ], [ -5.109120851440182, 56.68311753822875 ], [ -5.109295839757682, 56.682387759323056 ], [ -5.110147533643951, 56.682753899030367 ], [ -5.110225799869702, 56.683247233226467 ], [ -5.10859804216449, 56.684937373772058 ], [ -5.107499373228493, 56.685122119235665 ], [ -5.107233856387914, 56.685507182684908 ], [ -5.106395261044306, 56.685439127824317 ], [ -5.107448962274387, 56.685818221756477 ], [ -5.102137089983159, 56.68498084203349 ], [ -5.101952916059177, 56.685203863265492 ], [ -5.100872850843845, 56.684781335071108 ], [ -5.100546048072251, 56.685236226027591 ], [ -5.105249957544844, 56.686009742669206 ], [ -5.107320024429002, 56.686928876387761 ], [ -5.106957263950643, 56.691127667904716 ], [ -5.105040481302312, 56.692071697662641 ], [ -5.100369957310567, 56.69268611517527 ], [ -5.098607395669416, 56.693541704913436 ], [ -5.095320970324686, 56.694104384242742 ], [ -5.088984170073742, 56.694724738897897 ], [ -5.087563569565089, 56.695231901464922 ], [ -5.086072814470842, 56.696378994305903 ], [ -5.083926635126024, 56.696306344069299 ], [ -5.08015106849366, 56.697186353901358 ], [ -5.077982043164835, 56.697334391836755 ], [ -5.075292814230624, 56.698515474263964 ], [ -5.070735150821308, 56.69882574660889 ], [ -5.069467842873524, 56.699414308345098 ], [ -5.064793670147787, 56.70000139101662 ], [ -5.064239631880029, 56.699718401688585 ], [ -5.062603731317476, 56.700095739994445 ], [ -5.060951439889505, 56.699970089286566 ], [ -5.058122140985161, 56.701145245489798 ], [ -5.055665165475235, 56.701070750855159 ], [ -5.054652971277796, 56.702088847934128 ], [ -5.053543231998904, 56.702408208184444 ], [ -5.051760607709426, 56.702389001668834 ], [ -5.050892905977564, 56.70357880364449 ], [ -5.049011436928813, 56.704559725975002 ], [ -5.044304931730866, 56.705061424401421 ], [ -5.04428935725638, 56.705475285036414 ], [ -5.043549102314125, 56.705070916772812 ], [ -5.042979550558157, 56.705646632940606 ], [ -5.042022924807695, 56.705638552169809 ], [ -5.041137542211188, 56.705197267047382 ], [ -5.039172468175668, 56.705348625775549 ], [ -5.033139739786894, 56.706632820761619 ], [ -5.029250497261953, 56.706430892143239 ], [ -5.025561994611523, 56.706794741904169 ], [ -5.023693143178961, 56.70631431208092 ], [ -5.021499358174353, 56.706875432202715 ], [ -5.018525659115228, 56.706677910793054 ], [ -5.016894695686839, 56.707432038569884 ], [ -5.014323136578759, 56.707665111620422 ], [ -5.011856212897007, 56.709513544145281 ], [ -5.009485410747613, 56.710011315106584 ], [ -5.000930532527343, 56.71063577943525 ], [ -4.997451702356457, 56.711177997132012 ], [ -4.993539769239344, 56.710899092362126 ], [ -4.988836110050446, 56.712237229704854 ], [ -4.986195848179602, 56.712083959595368 ], [ -4.984937028510989, 56.712636376209794 ], [ -4.978607572134797, 56.712561447364209 ], [ -4.978721571791927, 56.713031513479429 ], [ -4.977920650605249, 56.712824162639286 ], [ -4.977212866325196, 56.712988499762879 ], [ -4.978879328416022, 56.713310875972361 ], [ -4.97816503981598, 56.714364333175887 ], [ -4.977258195143857, 56.714264676280301 ], [ -4.976007790893681, 56.713437070242698 ], [ -4.974712227911354, 56.713133659270191 ], [ -4.972567457946087, 56.713521949214048 ], [ -4.973222329655631, 56.713660015502278 ], [ -4.97293123812339, 56.714941528001383 ], [ -4.973246762188431, 56.714735349306231 ], [ -4.973561741021844, 56.715019053224012 ], [ -4.973427456454273, 56.714394866391856 ], [ -4.974198607987764, 56.713521646642477 ], [ -4.973801992277741, 56.714128851992221 ], [ -4.975169771127095, 56.713401369161367 ], [ -4.976257166565076, 56.713862555474527 ], [ -4.975565080727557, 56.714556826466925 ], [ -4.974915716094737, 56.714447403666192 ], [ -4.973275992966522, 56.715374628744939 ], [ -4.969920894520318, 56.714242160055456 ], [ -4.96948170162912, 56.714559140793526 ], [ -4.970451748408458, 56.714983626715316 ], [ -4.970287476787183, 56.715346184211803 ], [ -4.971367089756316, 56.715190991726139 ], [ -4.973330067584103, 56.715852421697896 ], [ -4.975013021253121, 56.715989294934403 ], [ -4.973267834685926, 56.716099292347749 ], [ -4.971303712161811, 56.715423507064934 ], [ -4.972285233196137, 56.716324092897587 ], [ -4.97345009627163, 56.716503015503278 ], [ -4.9754688920671, 56.716442206226887 ], [ -4.979543288666484, 56.715463906406988 ], [ -4.98129320256531, 56.715579317802174 ], [ -4.986668523710885, 56.714416820839674 ], [ -4.991022132532517, 56.714181980303266 ], [ -4.993107389706706, 56.713170099173226 ], [ -4.99510543830673, 56.713940006411917 ], [ -4.992380697513573, 56.714823475257766 ], [ -4.992390805515841, 56.715259175043322 ], [ -4.993267890318419, 56.715292024103739 ], [ -4.997374966770318, 56.714217967088139 ], [ -4.997799493414566, 56.713596526628223 ], [ -4.998760133898829, 56.713447554074492 ], [ -4.997516698366983, 56.71332918507489 ], [ -4.997448120173678, 56.713083651547691 ], [ -4.998476085724199, 56.712856657664574 ], [ -5.001354942522992, 56.713295146016286 ], [ -5.005843908228368, 56.713222809122172 ], [ -5.008128396070041, 56.714403563527782 ], [ -5.008998572529233, 56.714247708669653 ], [ -5.010207458467063, 56.713319630818802 ], [ -5.010963795500735, 56.713988968311888 ], [ -5.012971342823928, 56.714259498437912 ], [ -5.020964965467481, 56.711113047403053 ], [ -5.021430939092176, 56.711420835592087 ], [ -5.02324061913962, 56.711466791254033 ], [ -5.023306334206142, 56.711267445981562 ], [ -5.024920527094564, 56.711524862289636 ], [ -5.028118885333376, 56.710242637096101 ], [ -5.035055217402431, 56.708298476641296 ], [ -5.036422492011217, 56.708737041349025 ], [ -5.038952809834055, 56.70870226809997 ], [ -5.042509082393396, 56.707307555372388 ], [ -5.043253723539741, 56.706511833464724 ], [ -5.044940296286248, 56.706048124530824 ], [ -5.048033597623768, 56.705702765378163 ], [ -5.051288645377683, 56.706144370910529 ], [ -5.052851326799503, 56.705665612225395 ], [ -5.057022359481011, 56.705814940593775 ], [ -5.061401250720454, 56.704399470428804 ], [ -5.062555949438186, 56.703427249374045 ], [ -5.067773235766933, 56.702781930242722 ], [ -5.068501578217496, 56.702395439002402 ], [ -5.069678635615333, 56.702402373915376 ], [ -5.070658759367118, 56.703200674062828 ], [ -5.072322983623733, 56.703069723305546 ], [ -5.073230366702938, 56.703676540444704 ], [ -5.075697463949362, 56.703071786701834 ], [ -5.077325839004454, 56.703202329732036 ], [ -5.080909369412112, 56.701864244688309 ], [ -5.082431114560967, 56.700891734372753 ], [ -5.084029013186552, 56.700551029890647 ], [ -5.087993032613762, 56.700870735992218 ], [ -5.091551587017586, 56.700031836566019 ], [ -5.09362777697076, 56.700443180178596 ], [ -5.096349430693756, 56.700357531089814 ], [ -5.100215401375572, 56.699286010859282 ], [ -5.104726942430313, 56.698715128035253 ], [ -5.109044716519222, 56.696292708462934 ], [ -5.109510202644479, 56.695400166241029 ], [ -5.111961328509554, 56.695010810067039 ], [ -5.112497861347133, 56.6952760509608 ], [ -5.114063752885868, 56.695245871866263 ], [ -5.117882077861516, 56.694795216868577 ], [ -5.120636330587522, 56.695207100251316 ], [ -5.123717572335524, 56.694734293029946 ], [ -5.126261977032339, 56.693600720481854 ], [ -5.128041910887507, 56.69349307578166 ], [ -5.12926529667107, 56.692487017368265 ], [ -5.131298271798795, 56.692476336156574 ], [ -5.13442288585235, 56.69164530360824 ], [ -5.13887487957038, 56.689591471770967 ], [ -5.142449298914125, 56.688596072096935 ], [ -5.142531105012843, 56.688225455804485 ], [ -5.14361831367612, 56.688002036351158 ], [ -5.143645259422839, 56.687698424919205 ], [ -5.144750134493407, 56.687628261695124 ], [ -5.145759325220775, 56.686842282083425 ], [ -5.146570475026566, 56.687186730864433 ], [ -5.147257984085881, 56.68712619828581 ], [ -5.147750303332057, 56.687916469503364 ], [ -5.14851995756666, 56.688213414754074 ], [ -5.151187960814052, 56.688278924811549 ], [ -5.152997323745059, 56.687940951641288 ], [ -5.15623228775754, 56.688671562557914 ], [ -5.158383632157056, 56.688516304650832 ], [ -5.15946107381686, 56.687534313475865 ], [ -5.160328691007057, 56.685706372757899 ], [ -5.162162589748917, 56.685254377277523 ], [ -5.164086874225984, 56.686755188691748 ], [ -5.16367446663999, 56.688283035931249 ], [ -5.164276430678539, 56.68852661806195 ], [ -5.164602885166254, 56.68830976961187 ], [ -5.16585411048009, 56.689223601135531 ], [ -5.165991417681737, 56.689652484749352 ], [ -5.165152712529261, 56.690227547862357 ], [ -5.166934008175204, 56.691480260849666 ], [ -5.167102630691979, 56.692028800767126 ], [ -5.166485813568748, 56.692231469499042 ], [ -5.167173967859042, 56.692683191137675 ], [ -5.173054571322907, 56.692637675720299 ], [ -5.173245852710599, 56.691126218656223 ], [ -5.175018681713663, 56.691460345218097 ], [ -5.175828677964714, 56.691340797523843 ], [ -5.17831725910215, 56.689236728784067 ], [ -5.182824001111403, 56.689854166578243 ], [ -5.18563443063047, 56.690925681966014 ], [ -5.185993990349934, 56.692589365131226 ], [ -5.18566142634896, 56.694124241478406 ], [ -5.183455992367896, 56.696716518731904 ], [ -5.183976737231844, 56.698470469632213 ], [ -5.185295321593674, 56.699919945801447 ], [ -5.189026682560987, 56.700375437069795 ], [ -5.196660706344711, 56.700047469300003 ], [ -5.205324007139151, 56.702119624698241 ], [ -5.206768585061253, 56.702177702221945 ], [ -5.208609240605485, 56.701821037156407 ], [ -5.213290404818928, 56.702179405481978 ], [ -5.215897161456815, 56.701743522530847 ], [ -5.218138198898529, 56.70266992805422 ], [ -5.219494436919864, 56.702745424112948 ], [ -5.221082902447792, 56.702230591725929 ], [ -5.222216767822093, 56.701005666750063 ], [ -5.223471968820307, 56.700741241668752 ], [ -5.230557851874676, 56.700939574534303 ], [ -5.232931381160672, 56.701482929171121 ], [ -5.238691475037608, 56.703629963974578 ], [ -5.241708847903926, 56.703922677523856 ], [ -5.244753395895776, 56.703202405979546 ], [ -5.247415101638227, 56.703027814816664 ], [ -5.247235109034721, 56.705527065896788 ], [ -5.238616585410696, 56.71085485902541 ], [ -5.238499305979033, 56.712911976518619 ], [ -5.236184496575086, 56.713783910545665 ], [ -5.234603761238718, 56.713726109575987 ], [ -5.234497183724628, 56.714102834970291 ], [ -5.238231805586848, 56.714172948989436 ], [ -5.239511640451455, 56.71574874542226 ], [ -5.240631707244911, 56.716321881368337 ], [ -5.239555060761746, 56.717032193520708 ], [ -5.240003881164917, 56.7172515401544 ], [ -5.239608500100184, 56.718469997531017 ], [ -5.236398811789932, 56.720308193641287 ], [ -5.235926580232453, 56.721090853899639 ], [ -5.235143749134505, 56.721417733612363 ], [ -5.235490271293908, 56.721549861586048 ], [ -5.234885542783877, 56.721533213426653 ], [ -5.235312733762907, 56.721728868048899 ], [ -5.235085088952822, 56.722028734248696 ], [ -5.233837012647587, 56.722668835257814 ], [ -5.232800811558564, 56.724729127804075 ], [ -5.23307843404992, 56.724991598891364 ], [ -5.232046403073622, 56.725673713184115 ], [ -5.231669227444284, 56.727031899761222 ], [ -5.229112397211909, 56.729439945511885 ], [ -5.223524730959923, 56.731598318746414 ], [ -5.220266708296495, 56.734231070986887 ], [ -5.21903269677437, 56.734622545704376 ], [ -5.214458070348451, 56.737549849039098 ], [ -5.212949040304891, 56.738361863714857 ], [ -5.210257031042893, 56.738921197432553 ], [ -5.207681088252026, 56.740362919869376 ], [ -5.207463534624856, 56.741168562708467 ], [ -5.207934830788578, 56.741515992832177 ], [ -5.208476650051786, 56.741443606076537 ], [ -5.208302463215198, 56.741798672594918 ], [ -5.207035058809398, 56.74189873343061 ], [ -5.206113460811408, 56.742313491307087 ], [ -5.203233986120782, 56.745861904902313 ], [ -5.199422489399128, 56.747308245370469 ], [ -5.200167439396356, 56.747891383117121 ], [ -5.198903876419869, 56.749096927433349 ], [ -5.193089822227899, 56.752014763222519 ], [ -5.19132524536464, 56.754069056419908 ], [ -5.19138468324708, 56.754961953272044 ], [ -5.190001847737833, 56.756696318539767 ], [ -5.184774403594554, 56.759702089054933 ], [ -5.184420860115108, 56.760358342445492 ], [ -5.181758729788456, 56.761487073359653 ], [ -5.180358885119615, 56.763221754636973 ], [ -5.177971760958367, 56.764702942670411 ], [ -5.17559150685964, 56.767681486559113 ], [ -5.172579193565599, 56.769809527708432 ], [ -5.171187384062808, 56.770445426526152 ], [ -5.170553446174464, 56.770382455074703 ], [ -5.170780239965505, 56.771867069051247 ], [ -5.167977659494721, 56.772664667466643 ], [ -5.169459428924805, 56.772433722350719 ], [ -5.169433968670464, 56.772675276396797 ], [ -5.164845872995064, 56.773131676180874 ], [ -5.169024307218909, 56.77311716970685 ], [ -5.169698237642434, 56.773692406842294 ], [ -5.169179662829047, 56.774628771562945 ], [ -5.168039571903059, 56.774815968681828 ], [ -5.167168728315835, 56.77567228778647 ], [ -5.164286365134227, 56.780599584537214 ], [ -5.162656559010479, 56.78197402665657 ], [ -5.156826963059373, 56.784993811009429 ], [ -5.146534667287148, 56.792229504821506 ], [ -5.141936103316814, 56.795018811453218 ], [ -5.14103497524881, 56.796367387973575 ], [ -5.134221034504497, 56.803085510714951 ], [ -5.12754379645239, 56.808091008331502 ], [ -5.125930606738319, 56.808888326328358 ], [ -5.123527247478908, 56.811532853201783 ], [ -5.12287360479828, 56.811338886978746 ], [ -5.123258110382869, 56.811626786925466 ], [ -5.122868505210302, 56.812202842805888 ], [ -5.122226472708488, 56.812069706435089 ], [ -5.119705574939495, 56.81324742083433 ], [ -5.118524800510579, 56.813987075452204 ], [ -5.118981200324648, 56.814311842302025 ], [ -5.117429937191665, 56.815425698593906 ], [ -5.116969652406214, 56.815350013590717 ], [ -5.114896045837264, 56.816727680323758 ], [ -5.114925020023573, 56.817037070618007 ], [ -5.114693839582954, 56.816838799222573 ], [ -5.113323778571127, 56.817531892843775 ], [ -5.108389161603707, 56.820643769072305 ], [ -5.108218289688166, 56.821845334418612 ], [ -5.107187182025988, 56.821548332382925 ], [ -5.10716032779532, 56.821916642663098 ], [ -5.108885293228153, 56.822871407430483 ], [ -5.105703731568457, 56.82412191774722 ], [ -5.103977038399725, 56.824155917017968 ], [ -5.101251760549119, 56.824821469671249 ], [ -5.099761496194279, 56.82390840796387 ], [ -5.098568167522179, 56.823790647456207 ], [ -5.097100337166746, 56.822810481205799 ], [ -5.098430392920741, 56.824008002763698 ], [ -5.099522951027016, 56.824195684867753 ], [ -5.100770731132147, 56.825050958451698 ], [ -5.095715005062518, 56.828209356939105 ], [ -5.09435214620342, 56.828263851485623 ], [ -5.093225599078112, 56.829155613078456 ], [ -5.094448104267141, 56.828413380263939 ], [ -5.095301075699269, 56.828378731120942 ], [ -5.095325436613714, 56.828693631114611 ], [ -5.094089028185968, 56.829247454217075 ], [ -5.093297510449042, 56.829172705914452 ], [ -5.092789081945552, 56.829766885176745 ], [ -5.089510162657091, 56.830386573893854 ], [ -5.09070703626272, 56.831121860599687 ], [ -5.0918582969849, 56.8306277113577 ], [ -5.092973347256809, 56.830589278462384 ], [ -5.091442229959516, 56.830990382497404 ], [ -5.092848289639536, 56.831776194495404 ], [ -5.092307364195038, 56.83261297339795 ], [ -5.092916539374095, 56.831848209622379 ], [ -5.093658627791885, 56.832376320012401 ], [ -5.093088993551336, 56.833421453919279 ], [ -5.093786003503835, 56.832469339983696 ], [ -5.095026469771521, 56.832976091056693 ], [ -5.095160061092797, 56.834494567816733 ], [ -5.094036281988473, 56.835104019115143 ], [ -5.092436950979453, 56.835276713554165 ], [ -5.091027854027235, 56.835012316139462 ], [ -5.086372840728269, 56.833165352316314 ], [ -5.088073965312657, 56.834209082937562 ], [ -5.085806881439896, 56.833540700961123 ], [ -5.086040283660601, 56.83380638511472 ], [ -5.09125571364283, 56.835468689217912 ], [ -5.093396077070112, 56.83563225496151 ], [ -5.09567540401852, 56.83489705810058 ], [ -5.096618689820306, 56.833572075095795 ], [ -5.099414137287824, 56.832655902795011 ], [ -5.099058180090511, 56.833824295355328 ], [ -5.097704518648738, 56.833794101038741 ], [ -5.099144738048641, 56.833919223120105 ], [ -5.098493482155478, 56.834689558192338 ], [ -5.099209435304338, 56.834305030375667 ], [ -5.099892610984276, 56.832691652483469 ], [ -5.099102077880632, 56.831558940256961 ], [ -5.099882198298304, 56.827549448264897 ], [ -5.100886558134105, 56.826748751259274 ], [ -5.102181979784739, 56.826652715722382 ], [ -5.103492236635663, 56.827409331168049 ], [ -5.103651367799704, 56.82881660709068 ], [ -5.103005504121922, 56.828976497783167 ], [ -5.103491927593883, 56.829326641924276 ], [ -5.10232851893702, 56.829810417106849 ], [ -5.102654632778274, 56.82990747345471 ], [ -5.101733082272448, 56.832502077324847 ], [ -5.100638747674656, 56.832494230304974 ], [ -5.101709569803911, 56.832554796793787 ], [ -5.101351151469402, 56.832899888630742 ], [ -5.102069184963741, 56.833076189876529 ], [ -5.101760398680433, 56.833743643517934 ], [ -5.101309169658978, 56.833502279879909 ], [ -5.10164511707687, 56.834133925408075 ], [ -5.104699660526504, 56.836267368718104 ], [ -5.107897230198437, 56.837431784493319 ], [ -5.111169884452108, 56.839142563696072 ], [ -5.119546983101281, 56.841702797163087 ], [ -5.123985838995453, 56.841651938127576 ], [ -5.123801882615125, 56.841884860843692 ], [ -5.124526310027711, 56.841937729559817 ], [ -5.122866918095355, 56.842572543805566 ], [ -5.123370529685045, 56.842770273733827 ], [ -5.13052165075293, 56.843123158823154 ], [ -5.13434748197584, 56.842702592560833 ], [ -5.141750896544576, 56.839392717429369 ], [ -5.146223178624987, 56.838746952900003 ], [ -5.149468243628168, 56.839092033661089 ], [ -5.150018226303776, 56.838903761098919 ], [ -5.152138342040365, 56.840146405050753 ], [ -5.153583303680767, 56.840108084798239 ], [ -5.154435984911068, 56.840398440513418 ], [ -5.154291174012161, 56.84072390597585 ], [ -5.155306958101681, 56.84143171225891 ], [ -5.15507971119172, 56.842161068845037 ], [ -5.155528461365296, 56.841802745272574 ], [ -5.156581713787205, 56.841708680210886 ], [ -5.156466625947391, 56.841939012426927 ], [ -5.157012386486459, 56.841817334106892 ], [ -5.162969154730708, 56.844145588314774 ], [ -5.163921718091402, 56.84509223920152 ], [ -5.162803516407687, 56.845894543316511 ], [ -5.162559895013757, 56.846739388575429 ], [ -5.164712744483102, 56.848630901579597 ], [ -5.171590947797559, 56.850894937121055 ], [ -5.173228375221175, 56.851922988404432 ], [ -5.175340878152761, 56.852651281435612 ], [ -5.183198097083425, 56.853213324469138 ], [ -5.186141099645128, 56.853170561565776 ], [ -5.186548078466927, 56.853480176807558 ], [ -5.186854173834483, 56.853240441546852 ], [ -5.189262100176038, 56.854485916668906 ], [ -5.191437971927122, 56.855162883823049 ], [ -5.195152816750561, 56.854972519831314 ], [ -5.200761461923232, 56.855516422393094 ], [ -5.204682902583845, 56.855420252835543 ], [ -5.207087607610263, 56.855048338645197 ], [ -5.218098867175354, 56.855259204635026 ], [ -5.219788567792571, 56.854874022056116 ], [ -5.221467228553797, 56.855028449952108 ], [ -5.225194315714706, 56.8545815800612 ], [ -5.226149875751608, 56.854817559949986 ], [ -5.231316510310412, 56.854701829043648 ], [ -5.232576137653412, 56.854943368338219 ], [ -5.239353229427494, 56.855084008329946 ], [ -5.2410942727912, 56.854346621002669 ], [ -5.24316832572195, 56.854916574477862 ], [ -5.242835618265735, 56.855129278217753 ], [ -5.244329014651371, 56.854924151424605 ], [ -5.244754914072943, 56.855124322277142 ], [ -5.244425179613238, 56.85448117841608 ], [ -5.245558536108074, 56.854627888707618 ], [ -5.246062641594304, 56.853439880458936 ], [ -5.247593494550438, 56.854197385374697 ], [ -5.248081821041462, 56.85409567924281 ], [ -5.25051064441509, 56.854801002006056 ], [ -5.252557092999613, 56.854314384170593 ], [ -5.254100280674789, 56.854607644010208 ], [ -5.256030841612274, 56.854487157540675 ], [ -5.256429882583427, 56.854226840650078 ], [ -5.254923486636303, 56.853337560152099 ], [ -5.255004712437048, 56.853082842464161 ], [ -5.255739176542233, 56.853019629918577 ], [ -5.260111305693599, 56.853825956669233 ], [ -5.26290863477497, 56.853297068666478 ], [ -5.265915983221473, 56.854424741801886 ], [ -5.268647316427946, 56.854305567146291 ], [ -5.269266358199779, 56.854724429659214 ], [ -5.270778204186048, 56.854863690171342 ], [ -5.274997543363265, 56.853991602923834 ], [ -5.276133031074235, 56.854292597596945 ], [ -5.278939893673981, 56.854118176146116 ], [ -5.282387665983846, 56.855116123165082 ], [ -5.285401736237178, 56.854815647205399 ], [ -5.291130608200518, 56.855814392061241 ], [ -5.305917079739875, 56.856212717477177 ], [ -5.315410091370654, 56.85797894140849 ], [ -5.317802256609265, 56.858863739722018 ], [ -5.319249231659915, 56.85908145236224 ], [ -5.325633335350142, 56.858718166853237 ], [ -5.327188752975227, 56.858955371069591 ], [ -5.328149552204713, 56.859702843778486 ], [ -5.33184411147548, 56.860188553419768 ], [ -5.332679471833699, 56.860170736773853 ], [ -5.333012705900983, 56.85976629491676 ], [ -5.333516230910461, 56.859892180254903 ], [ -5.333596693386459, 56.859597870030548 ], [ -5.334465577975402, 56.859403849173852 ], [ -5.335342050830023, 56.859479305915471 ], [ -5.335856532331407, 56.859083494637375 ], [ -5.334563796013279, 56.858848366595346 ], [ -5.334355358935199, 56.858534808372134 ], [ -5.335265345399722, 56.858434073309112 ], [ -5.335050716645856, 56.85814315559481 ], [ -5.335604394256848, 56.858189017695032 ], [ -5.33615835088064, 56.858234900460118 ], [ -5.336776611875445, 56.857714950636769 ], [ -5.337702579509242, 56.857977847336812 ], [ -5.336763631042779, 56.857661360448631 ], [ -5.335763922054688, 56.858116405681869 ], [ -5.335045518455796, 56.857900576553554 ], [ -5.335950078845733, 56.857462872799161 ], [ -5.334875011642707, 56.857460151447533 ], [ -5.335555579788402, 56.857271155818381 ], [ -5.33580110918911, 56.856711733108547 ], [ -5.337054851028341, 56.856970364322123 ], [ -5.337657317803573, 56.856549717256414 ], [ -5.336601831080332, 56.856398159563497 ], [ -5.337071559594557, 56.856237267896276 ], [ -5.335285434081353, 56.856356948596492 ], [ -5.334666559079472, 56.856040878864512 ], [ -5.338716082892379, 56.855725809974501 ], [ -5.338747387846514, 56.85543281109998 ], [ -5.336029032804905, 56.855586438204071 ], [ -5.337123581949922, 56.855256013714509 ], [ -5.335124889380505, 56.855107197248522 ], [ -5.33104336651443, 56.854047604240506 ], [ -5.327911180016256, 56.852220922818745 ], [ -5.326920710348861, 56.852152951618024 ], [ -5.324585660924448, 56.851262313987739 ], [ -5.322664630219694, 56.849951584196624 ], [ -5.318912470063716, 56.849080603063271 ], [ -5.318739735867321, 56.84879753458064 ], [ -5.318513698294365, 56.849023790894478 ], [ -5.319014969277422, 56.849311603053664 ], [ -5.317312771366693, 56.849356881422516 ], [ -5.317052977371295, 56.848739019762093 ], [ -5.315349072211673, 56.847467356390261 ], [ -5.314732240536325, 56.8473560982968 ], [ -5.31470289479143, 56.847673308184788 ], [ -5.313488545318521, 56.847390938916341 ], [ -5.312338021390572, 56.847551842659364 ], [ -5.311934340751518, 56.847068139831201 ], [ -5.310880458273156, 56.847487159071044 ], [ -5.310188938635449, 56.847087501019416 ], [ -5.310879333868275, 56.846732072816764 ], [ -5.30926341538739, 56.846545721275504 ], [ -5.30706478902343, 56.847098450969838 ], [ -5.302704767793419, 56.847605006996595 ], [ -5.290695949996802, 56.846947027601473 ], [ -5.286853304560861, 56.847088790408222 ], [ -5.282007363103568, 56.845890450727474 ], [ -5.275220018987853, 56.845466560025464 ], [ -5.267388196775167, 56.844161743700845 ], [ -5.266177149159777, 56.844287847980688 ], [ -5.2658056810606, 56.843884065507822 ], [ -5.264923834032079, 56.843740848179415 ], [ -5.264095244252246, 56.844679443008367 ], [ -5.261861736005639, 56.845214301188136 ], [ -5.261656585879898, 56.8441769066159 ], [ -5.261203383455136, 56.844058411311401 ], [ -5.261623226546805, 56.843699548037705 ], [ -5.26088618533102, 56.843994789496456 ], [ -5.260527400417647, 56.844678365631424 ], [ -5.260124414850795, 56.844194487264389 ], [ -5.259473676369345, 56.844256439577698 ], [ -5.260571289609088, 56.843674911708959 ], [ -5.259816937924972, 56.843959812058991 ], [ -5.260258753575173, 56.84347632703485 ], [ -5.259380847969276, 56.84347230198793 ], [ -5.259018909474842, 56.844025611147131 ], [ -5.258266083367108, 56.844139665459252 ], [ -5.255122248116574, 56.84259918052787 ], [ -5.252161274189043, 56.842689899399687 ], [ -5.247150820716013, 56.842222647756195 ], [ -5.243193947885926, 56.842177269001304 ], [ -5.241642234742155, 56.842536722458078 ], [ -5.237231263115546, 56.842741168489873 ], [ -5.235726529730773, 56.843265628216322 ], [ -5.234091289211213, 56.84227877193932 ], [ -5.232091356103072, 56.842672198416786 ], [ -5.230041439562661, 56.842581470222079 ], [ -5.227490480381894, 56.842957627219334 ], [ -5.226860346985072, 56.843544742563289 ], [ -5.226767385895526, 56.843322417882298 ], [ -5.224987952234049, 56.843611143419785 ], [ -5.223128686311503, 56.843353566895864 ], [ -5.221240183814542, 56.843995633790641 ], [ -5.220888176913745, 56.843717070336204 ], [ -5.219780654982207, 56.843808586529228 ], [ -5.21792720936224, 56.844382278541772 ], [ -5.216422626096121, 56.844052527999338 ], [ -5.214019033235025, 56.844141448217243 ], [ -5.21171187110873, 56.844398632507612 ], [ -5.207374582889623, 56.845467567967361 ], [ -5.203649452511974, 56.845545312721697 ], [ -5.202782766108946, 56.845001254851823 ], [ -5.201125947810106, 56.845192102218597 ], [ -5.200023547997056, 56.844384401922063 ], [ -5.198828412258949, 56.844122909846512 ], [ -5.196653839541677, 56.844493271715322 ], [ -5.196309153409397, 56.844875150427931 ], [ -5.195234717188808, 56.844682443841506 ], [ -5.19285066926368, 56.844905289742073 ], [ -5.19096018782968, 56.845434576505816 ], [ -5.189379727462904, 56.845367125614054 ], [ -5.187336558696336, 56.846030600978821 ], [ -5.179828560889475, 56.846087371071654 ], [ -5.179185643056152, 56.845470032396548 ], [ -5.175020306037889, 56.844708678792145 ], [ -5.172065398763207, 56.844680478480875 ], [ -5.169596961415799, 56.843907247256453 ], [ -5.167681752696862, 56.842886208117136 ], [ -5.163877574450542, 56.842355322928221 ], [ -5.163335719826459, 56.841240951069778 ], [ -5.161881503027713, 56.840353756470009 ], [ -5.156749281310476, 56.838207744269205 ], [ -5.154893235647248, 56.837940090148109 ], [ -5.153105707080647, 56.837102576738339 ], [ -5.151697054559579, 56.836986265172271 ], [ -5.150440927126927, 56.836499337723097 ], [ -5.147657280825227, 56.836237025554141 ], [ -5.139924746240014, 56.836466975753012 ], [ -5.132161958826611, 56.834726847839377 ], [ -5.126951924165174, 56.834192396902516 ], [ -5.125393061994583, 56.83457304328833 ], [ -5.123776141558838, 56.834060735559575 ], [ -5.123343223727892, 56.83221089005621 ], [ -5.12528650735575, 56.830148712804743 ], [ -5.125607674767735, 56.829084476168745 ], [ -5.125239641918717, 56.828504930121973 ], [ -5.123454064497105, 56.827736171718094 ], [ -5.122663446214724, 56.826964053830451 ], [ -5.123659777585785, 56.825600666058044 ], [ -5.126097874232627, 56.8241490015156 ], [ -5.126986164157096, 56.822141094979266 ], [ -5.128083468233691, 56.821166150199488 ], [ -5.131609598279859, 56.820736073651084 ], [ -5.133788091146362, 56.819813920637714 ], [ -5.134971689250877, 56.81830549990304 ], [ -5.137664172402229, 56.817221136826802 ], [ -5.138837241599562, 56.81447337146178 ], [ -5.140074859754327, 56.813105560778425 ], [ -5.144535682172187, 56.811011084596892 ], [ -5.146876243991681, 56.809003233033714 ], [ -5.149604551477844, 56.807342399654779 ], [ -5.15035562145658, 56.807329715873564 ], [ -5.15161017319681, 56.80671732289607 ], [ -5.15272230024748, 56.805170970309526 ], [ -5.152264724380408, 56.804814892514415 ], [ -5.152529115861142, 56.802852210250549 ], [ -5.153461078762083, 56.802478070202355 ], [ -5.155663400053097, 56.802637178864899 ], [ -5.155386845891933, 56.802504849931395 ], [ -5.155929829930412, 56.802278965767385 ], [ -5.154418637448508, 56.801960350707546 ], [ -5.155572290607807, 56.801982391469004 ], [ -5.154991859099794, 56.801606961038864 ], [ -5.155570436791721, 56.80174602850856 ], [ -5.155310858086896, 56.801211462905805 ], [ -5.156238020883793, 56.801034281008739 ], [ -5.155426799592344, 56.800797732405798 ], [ -5.154797712398546, 56.801032085959058 ], [ -5.154587432403026, 56.801610004377842 ], [ -5.154494034921803, 56.800888755973808 ], [ -5.15605450213971, 56.800235313126272 ], [ -5.16149754599477, 56.799657831109315 ], [ -5.165880554236941, 56.797780256711647 ], [ -5.166812266151653, 56.796008227615282 ], [ -5.170148004729979, 56.794287435454123 ], [ -5.174095918909609, 56.790995857125679 ], [ -5.176707164889969, 56.789625920024932 ], [ -5.17891416119549, 56.788899965362177 ], [ -5.180818563058201, 56.787116488129229 ], [ -5.18211117323338, 56.787353164854132 ], [ -5.18116080795545, 56.786806619240274 ], [ -5.183128706865417, 56.786450746318344 ], [ -5.185010226058793, 56.785270053137928 ], [ -5.189061929061824, 56.783997860258097 ], [ -5.191951944184682, 56.782355274683837 ], [ -5.197642239134943, 56.777544039192342 ], [ -5.200693611335973, 56.775883612399063 ], [ -5.204331120220969, 56.77485974990752 ], [ -5.205193311912986, 56.77383528322796 ], [ -5.206299329044614, 56.773654013032065 ], [ -5.21101352288868, 56.770674058096922 ], [ -5.211744229669646, 56.769455167528399 ], [ -5.212757747194164, 56.768768331908433 ], [ -5.214753929950403, 56.768087599360697 ], [ -5.217418989372322, 56.768050270630091 ], [ -5.21710302206547, 56.76751458169926 ], [ -5.217666631084502, 56.76558981809162 ], [ -5.219230899392943, 56.765315689720943 ], [ -5.220062211031004, 56.764606530816138 ], [ -5.22066380430335, 56.764559518548211 ], [ -5.220736189202262, 56.766454375644471 ], [ -5.219808581530677, 56.766995231706581 ], [ -5.219381219856959, 56.768120939201964 ], [ -5.222293609018053, 56.768486125422577 ], [ -5.223601705397606, 56.769041083890308 ], [ -5.224175954680911, 56.768770032044443 ], [ -5.224691070004663, 56.768954464733405 ], [ -5.224743804720068, 56.769568863111076 ], [ -5.225494565263993, 56.769351666829955 ], [ -5.225765839298816, 56.769555891288903 ], [ -5.227286985851241, 56.768873768756826 ], [ -5.228480889287558, 56.768860817124356 ], [ -5.228895525164645, 56.768256781454021 ], [ -5.229529759358134, 56.768303268415629 ], [ -5.229684571485449, 56.768771191826659 ], [ -5.230275351610924, 56.768692951808497 ], [ -5.23282150655363, 56.766797596693849 ], [ -5.235204194416785, 56.767284095873094 ], [ -5.235751459175001, 56.767081109271864 ], [ -5.234322454348769, 56.766929438452323 ], [ -5.234705233787007, 56.766717242340697 ], [ -5.2394514535383, 56.766517519093703 ], [ -5.240256253190662, 56.766833689938686 ], [ -5.240050297306369, 56.766533409843717 ], [ -5.238605449800555, 56.766197919654907 ], [ -5.239014385898892, 56.765719845594269 ], [ -5.237738723928495, 56.766112574807842 ], [ -5.236239729652096, 56.76600319700858 ], [ -5.237738155673842, 56.765726049958431 ], [ -5.236525424082084, 56.764854135966196 ], [ -5.237033067551857, 56.763811673461909 ], [ -5.237572490071401, 56.765038179451366 ], [ -5.238287515689552, 56.765167919994923 ], [ -5.237719912412306, 56.763519652217241 ], [ -5.23685991345798, 56.762656553497052 ], [ -5.237462328594629, 56.762429651998396 ], [ -5.23871873044111, 56.762954332973131 ], [ -5.24115148447993, 56.763264123007481 ], [ -5.240013903590526, 56.762979087079714 ], [ -5.240535854432107, 56.762673359338478 ], [ -5.239291956070886, 56.762768633208083 ], [ -5.238428112865988, 56.762525906592174 ], [ -5.238360334087726, 56.762024267662575 ], [ -5.239141448128638, 56.76206688626479 ], [ -5.239451871005997, 56.761775651828586 ], [ -5.238836727923549, 56.761094974735698 ], [ -5.233570830000374, 56.759717071092922 ], [ -5.231477920919407, 56.758121844693477 ], [ -5.231888532073123, 56.755284063668462 ], [ -5.230368622518562, 56.753593051268481 ], [ -5.230261666118326, 56.752633971980742 ], [ -5.230852471314742, 56.752178174798736 ], [ -5.230599800212695, 56.751141971390048 ], [ -5.233580932837099, 56.749181360935445 ], [ -5.236551766185139, 56.748340110418589 ], [ -5.237260166861281, 56.74725646768767 ], [ -5.239759449695999, 56.746166701890253 ], [ -5.241326707238749, 56.744894387917228 ], [ -5.244523330069122, 56.743736930594437 ], [ -5.245036678585927, 56.742766191612816 ], [ -5.247316403354561, 56.741223529314844 ], [ -5.247570892520647, 56.740097719002392 ], [ -5.248706927672433, 56.739425350822337 ], [ -5.249768295040235, 56.738835824344307 ], [ -5.251955271556746, 56.738495571348011 ], [ -5.253203449410812, 56.737986535167749 ], [ -5.254246181522974, 56.736426602432545 ], [ -5.253857130778185, 56.734481578056247 ], [ -5.25653787087963, 56.73200773950456 ], [ -5.256465790889936, 56.730664811144678 ], [ -5.253383711556549, 56.727399525762955 ], [ -5.243423930365091, 56.722698134537318 ], [ -5.24207847167192, 56.721542087396912 ], [ -5.242023232826083, 56.720900787057879 ], [ -5.242678659635873, 56.720272442125975 ], [ -5.244291833553114, 56.719773756846337 ], [ -5.246589731210707, 56.719765095828009 ], [ -5.247694022859825, 56.719375820674514 ], [ -5.249412334491224, 56.719452341929127 ], [ -5.252037125579899, 56.718780620133629 ], [ -5.250742842312103, 56.718786554217942 ], [ -5.249401185029093, 56.719323185840572 ], [ -5.2490841740266, 56.719116613096297 ], [ -5.250035076151848, 56.718787952532772 ], [ -5.257304793993583, 56.716836939136186 ], [ -5.264558546781471, 56.716350287440079 ], [ -5.266345281292807, 56.715238172330849 ], [ -5.26893097931004, 56.714386422536506 ], [ -5.271063631107568, 56.713006255541202 ], [ -5.273987152616447, 56.712452060279929 ], [ -5.275842204475529, 56.711097086392549 ], [ -5.277379858676519, 56.707937259349428 ], [ -5.280112732564239, 56.706213004028648 ], [ -5.280551547803863, 56.704965382591311 ], [ -5.282663737604083, 56.702761201647412 ], [ -5.283070267461366, 56.700957070323682 ], [ -5.284292452346906, 56.700637160858797 ], [ -5.286515884747462, 56.701679686828747 ], [ -5.286750140978979, 56.702491548317973 ], [ -5.285974710455369, 56.703343553926686 ], [ -5.287535673746843, 56.704938428955678 ], [ -5.287090034712979, 56.705543507423293 ], [ -5.286043426889417, 56.705629574198291 ], [ -5.285790684825442, 56.706198091571117 ], [ -5.286857896373552, 56.706347907679266 ], [ -5.28828822353122, 56.705696144772979 ], [ -5.288386066560012, 56.704664258275969 ], [ -5.289351766964988, 56.706533735867382 ], [ -5.289235990331536, 56.707135498412867 ], [ -5.287875429810097, 56.707463603590227 ], [ -5.288411322303551, 56.706881308944922 ], [ -5.286023097159888, 56.708037505393555 ], [ -5.286289661735257, 56.708694793884519 ], [ -5.287705503307162, 56.70976671426191 ], [ -5.290696855427521, 56.711134986999802 ], [ -5.296085385192683, 56.712323776110765 ], [ -5.299267776948146, 56.713646338524939 ], [ -5.306439628424842, 56.714007116021186 ], [ -5.304094337764859, 56.713453600275244 ], [ -5.299776249728511, 56.713442282505476 ], [ -5.298342069740291, 56.713062275953114 ], [ -5.29803069665633, 56.712493395871597 ], [ -5.30303317238927, 56.712164787986907 ], [ -5.305562171702332, 56.710902042008748 ], [ -5.306652200893461, 56.708796495015292 ], [ -5.308196734070121, 56.708517231010738 ], [ -5.311271195139807, 56.70639933482034 ], [ -5.313118288570942, 56.705752373371972 ], [ -5.315623284621101, 56.703204531648339 ], [ -5.31886386332072, 56.701868602310164 ], [ -5.319073954799901, 56.70017294593994 ], [ -5.319860125871916, 56.699266496939998 ], [ -5.319276614260239, 56.698949443543228 ], [ -5.320740756713144, 56.698227171909295 ], [ -5.321057763978254, 56.697189397048469 ], [ -5.323193302223953, 56.696485135083435 ], [ -5.32601333687002, 56.696409800209402 ], [ -5.329663666639604, 56.694267034402017 ], [ -5.333312801667623, 56.693131033964363 ], [ -5.333992020721359, 56.693476922043146 ], [ -5.335363976042712, 56.692586135450973 ], [ -5.337880997880035, 56.691952294994806 ], [ -5.338698178032057, 56.690388634546984 ], [ -5.338175911989586, 56.68928791955004 ], [ -5.338665030181245, 56.689369189489035 ], [ -5.340857808641164, 56.687476430269086 ], [ -5.343464896266815, 56.687770490770632 ], [ -5.347318388463155, 56.686188072766413 ], [ -5.352290114525795, 56.685060856097202 ], [ -5.354992981132467, 56.681935970742728 ], [ -5.358769959640622, 56.682989258309405 ], [ -5.360847542700803, 56.682658967436353 ], [ -5.361006036843732, 56.682146761349514 ], [ -5.359802372349602, 56.682386036068038 ], [ -5.361170023116823, 56.680926907690086 ], [ -5.360070939668265, 56.681825909855327 ], [ -5.35925154098488, 56.681978387948384 ], [ -5.359947899796086, 56.681361762142394 ], [ -5.358672487883974, 56.680703982539725 ], [ -5.357875066699223, 56.680644598062258 ], [ -5.358111348566412, 56.681555181536019 ], [ -5.357574052725321, 56.681574176952061 ], [ -5.357736600890243, 56.682023775654635 ], [ -5.357317028042868, 56.681805857858159 ], [ -5.356304316920753, 56.678228268789702 ], [ -5.354250577865527, 56.67744760403815 ], [ -5.355468061219614, 56.676264078904438 ], [ -5.354986289756446, 56.675805107146097 ], [ -5.355210965680119, 56.675210215834134 ], [ -5.356797681208152, 56.674048181482235 ], [ -5.358371630797729, 56.673843885505633 ], [ -5.358424625252856, 56.672880544312711 ], [ -5.360513360845987, 56.672131922129424 ], [ -5.362155521114651, 56.672235883287954 ], [ -5.362321052093575, 56.671620100733094 ], [ -5.366174817889833, 56.66933584231618 ], [ -5.366781425910276, 56.667809130553536 ], [ -5.368101941775653, 56.666690104863811 ], [ -5.367891949332459, 56.666349680990841 ], [ -5.368838191932842, 56.66524527406073 ], [ -5.373251176834028, 56.664114316008771 ], [ -5.375675240431022, 56.662560726516453 ], [ -5.376045111138396, 56.661768567133606 ], [ -5.37793280167544, 56.660517163822099 ], [ -5.381060257832881, 56.658984811264588 ], [ -5.382786222377242, 56.6586636875262 ], [ -5.383024838529083, 56.657866084104093 ], [ -5.385319431561978, 56.657515970784175 ], [ -5.387802107930687, 56.655443612267177 ], [ -5.388468549491502, 56.655322072181583 ], [ -5.388891536606218, 56.655670144860991 ], [ -5.389377752256385, 56.65545012630615 ], [ -5.390999186254619, 56.653877634630604 ], [ -5.392895107487661, 56.652908948682885 ], [ -5.392480086148399, 56.652286478254595 ], [ -5.393056140706092, 56.651160501845837 ], [ -5.39454000848318, 56.650692983146676 ], [ -5.394862624967236, 56.649834623906465 ], [ -5.396338810540215, 56.649735881423076 ], [ -5.398801373909078, 56.646908674169921 ], [ -5.399993374352232, 56.646826643406229 ], [ -5.400615821535027, 56.645856683039419 ], [ -5.402887790021369, 56.645084319318464 ], [ -5.403155417374017, 56.64461400963765 ], [ -5.403598838496441, 56.644826623461881 ], [ -5.406433361459452, 56.642604884553037 ], [ -5.407190651637851, 56.642498730603592 ], [ -5.407941614726345, 56.642864721949969 ], [ -5.410311715996959, 56.642098517476882 ], [ -5.411302788940415, 56.642412952959695 ], [ -5.41210036851771, 56.64338446887092 ], [ -5.411811139123117, 56.645419659836911 ], [ -5.41264114240495, 56.647019586579091 ], [ -5.414221162732724, 56.647529102820172 ], [ -5.414192530845342, 56.648024341591658 ], [ -5.413399294039904, 56.648275364177337 ], [ -5.413832269493324, 56.648371359086532 ], [ -5.415100540504694, 56.647689251322362 ], [ -5.417483652645861, 56.647695700773149 ], [ -5.419084747456737, 56.646815612119532 ], [ -5.422714305141026, 56.646261762364951 ], [ -5.426128053813886, 56.644410187464842 ], [ -5.427655605966765, 56.644251217245781 ], [ -5.427378895516237, 56.644079042705371 ], [ -5.428344086001542, 56.644016474240452 ], [ -5.428276516436194, 56.643721663782593 ], [ -5.429195691913188, 56.643422119352465 ], [ -5.434187039536106, 56.642776421798018 ], [ -5.438063464620758, 56.63884848637359 ], [ -5.442128758435982, 56.63700090464134 ], [ -5.443077908250438, 56.63524401610411 ], [ -5.4440864467323, 56.634496867783085 ], [ -5.443909455838699, 56.632735201918152 ], [ -5.445349100857111, 56.632780719523858 ], [ -5.44832036575709, 56.631556586010163 ], [ -5.450746322253348, 56.629007976044065 ], [ -5.452090113336978, 56.628273926108754 ], [ -5.45246248064797, 56.626816161279677 ], [ -5.455447596292839, 56.624948659856287 ], [ -5.45763582605572, 56.624177583626832 ], [ -5.460198127228661, 56.622061003773126 ], [ -5.464908232022406, 56.619718191580247 ], [ -5.467993480952134, 56.617532917470072 ], [ -5.469289088898221, 56.615838052946557 ], [ -5.47029114511277, 56.615297631562015 ], [ -5.47328644443711, 56.614890310288921 ], [ -5.476971399882015, 56.615510995303147 ], [ -5.477959089825159, 56.615258602199596 ], [ -5.47969968768682, 56.616099923599144 ], [ -5.480947692963348, 56.616195336181072 ], [ -5.483998619253931, 56.615772712347329 ], [ -5.484413470663943, 56.61638141596088 ], [ -5.483496780970534, 56.616519491426608 ], [ -5.482306656400655, 56.61625616134301 ], [ -5.480555789833707, 56.616808663567568 ], [ -5.483854440410409, 56.616684778084789 ], [ -5.484317127413365, 56.617193247495273 ], [ -5.484574866764571, 56.616628620614101 ], [ -5.487780584160616, 56.614879981847366 ], [ -5.486661951307763, 56.613535845392924 ], [ -5.487896182780919, 56.612952801610902 ], [ -5.488244447005623, 56.611603463721323 ], [ -5.487473084908578, 56.611018262996552 ], [ -5.488097413576215, 56.61018711383069 ], [ -5.49229203045717, 56.611561712173717 ], [ -5.49356114336106, 56.612856618557572 ], [ -5.495112966712734, 56.613505245771286 ], [ -5.496108101078924, 56.61474490033293 ], [ -5.500323161217048, 56.615979313134034 ], [ -5.502593597317548, 56.616373859164291 ], [ -5.503131998070696, 56.616201352633851 ], [ -5.50423544401184, 56.616759117834476 ], [ -5.50661545798742, 56.61701564575575 ], [ -5.509055826651501, 56.616780445941664 ], [ -5.512422069382944, 56.617647335860426 ], [ -5.51485493358642, 56.617506634018838 ], [ -5.516853433003758, 56.616991586083351 ], [ -5.519123429441576, 56.617116131853429 ], [ -5.522037620981838, 56.617766306769425 ], [ -5.523232672380384, 56.617291901610322 ], [ -5.525015792748468, 56.617965075624454 ], [ -5.524289180857059, 56.617342861633418 ], [ -5.524995093492342, 56.617044137110931 ], [ -5.52545391331983, 56.617417714379343 ], [ -5.525271045158248, 56.616681185618511 ], [ -5.526264273004406, 56.617102533982433 ], [ -5.526682452911017, 56.616865905947336 ], [ -5.526227100687275, 56.616267472244616 ], [ -5.5284459530941, 56.616280917114565 ], [ -5.527422709806507, 56.615887409550396 ], [ -5.527990821987519, 56.615772388297287 ], [ -5.527992722973983, 56.615268865954079 ], [ -5.527196643568347, 56.614513783274802 ], [ -5.527468008409219, 56.61366546901327 ], [ -5.526968562289202, 56.613293052432375 ], [ -5.524334288605111, 56.614505082166509 ], [ -5.524041434934399, 56.613987442752766 ], [ -5.522051408513494, 56.613891017540382 ], [ -5.520157073304375, 56.612371354517286 ], [ -5.516530738091594, 56.611246819713294 ], [ -5.514011976060913, 56.611336047179798 ], [ -5.510443805807646, 56.610834530155287 ], [ -5.508341479404348, 56.610228605662272 ], [ -5.506730011085921, 56.609289636166814 ], [ -5.504009622961247, 56.609137115233175 ], [ -5.499574122664621, 56.607715751298123 ], [ -5.49788112644603, 56.607565627799687 ], [ -5.496303614668228, 56.607870742387647 ], [ -5.495582230661226, 56.607297670488983 ], [ -5.492672496760339, 56.606858042766405 ], [ -5.492214646290914, 56.606313506744975 ], [ -5.493843902644186, 56.605863142560132 ], [ -5.49378345966721, 56.605473760174576 ], [ -5.494921933616857, 56.604740495750221 ], [ -5.4945803719557, 56.6042196686981 ], [ -5.495153733694212, 56.603897869705243 ], [ -5.496104950708168, 56.601669362747778 ], [ -5.499512559160924, 56.599567679092125 ], [ -5.502598544014954, 56.595493472190519 ], [ -5.504189168414891, 56.594720395745966 ], [ -5.508780411614735, 56.591160960968033 ], [ -5.510112746794617, 56.589100471372539 ], [ -5.514132736019672, 56.586595357175085 ], [ -5.516794814259173, 56.585436670388958 ], [ -5.518583299058405, 56.582594475988671 ], [ -5.519363126196122, 56.579506622436547 ], [ -5.521585089109736, 56.577213999840495 ], [ -5.523374065230989, 56.574209878632857 ], [ -5.524533586565465, 56.573718463348236 ], [ -5.52471944095121, 56.573178252518893 ], [ -5.525726124500808, 56.572969869191837 ], [ -5.526763128843592, 56.571776152269912 ], [ -5.528822072011744, 56.570975949174382 ], [ -5.531738682440818, 56.569157866959017 ], [ -5.532436482381616, 56.56817153564505 ], [ -5.534804371521831, 56.567456841036048 ], [ -5.537604742972013, 56.565794759824207 ], [ -5.537700853023364, 56.564906448948307 ], [ -5.538827736880811, 56.564245000508748 ], [ -5.539514964470537, 56.564454675230671 ], [ -5.540304073805663, 56.564099529324757 ], [ -5.540898213138533, 56.563313893314742 ], [ -5.542760141002438, 56.562330260731585 ], [ -5.544276419835831, 56.562264516842411 ], [ -5.544742754531782, 56.561941029776271 ], [ -5.546187335376552, 56.562066111963929 ], [ -5.544571837585336, 56.561680685272357 ], [ -5.54250710751486, 56.561627221038584 ], [ -5.544770140872837, 56.560146619283316 ], [ -5.545303803070073, 56.559151406109919 ], [ -5.546222512684652, 56.558617202164747 ], [ -5.545903831886609, 56.556257272406413 ], [ -5.546431250792604, 56.555630846821181 ], [ -5.547660028004145, 56.555105755192542 ], [ -5.547804718061469, 56.553609175170337 ], [ -5.55069358507221, 56.552820830211715 ], [ -5.55217904809891, 56.551389284726213 ], [ -5.553554808194709, 56.550698093759763 ], [ -5.553629328892799, 56.550277895001805 ], [ -5.557946252141499, 56.550486915807419 ], [ -5.559276878869813, 56.549576680654631 ], [ -5.560050191980648, 56.549491574140106 ], [ -5.560343406074495, 56.54836832044905 ], [ -5.559800886402566, 56.548051221610955 ], [ -5.559480635031488, 56.546981521043008 ], [ -5.559842297003549, 56.546759870188744 ], [ -5.559510121818513, 56.545996195095626 ], [ -5.560100308408499, 56.545435335335078 ], [ -5.559854774736775, 56.544727616050764 ], [ -5.561389516273763, 56.544000305207177 ], [ -5.565854770466074, 56.542766269986735 ], [ -5.567380134388419, 56.54107714355959 ], [ -5.569435253727146, 56.540694402116983 ], [ -5.571140736153452, 56.539710314330257 ], [ -5.575694991747053, 56.538307021412813 ], [ -5.576710934285332, 56.537347208608182 ], [ -5.57620612589118, 56.536912214989201 ], [ -5.576970454854789, 56.536993586052226 ], [ -5.5766005722154, 56.536091681522983 ], [ -5.578362314633462, 56.535793660569503 ], [ -5.581184276649654, 56.536125852910601 ], [ -5.58778997914005, 56.534658402930276 ], [ -5.58846345258238, 56.533007102102417 ], [ -5.58908324591819, 56.532593585943452 ], [ -5.588717034628897, 56.532334450302749 ], [ -5.590097356578534, 56.530932423822598 ], [ -5.589541217285612, 56.530557408171973 ], [ -5.590253928628035, 56.530352482261755 ], [ -5.590012569305005, 56.529779555656901 ], [ -5.591074726379667, 56.53000057167953 ], [ -5.592085427712411, 56.528905911337233 ], [ -5.593725562805819, 56.528359440504019 ], [ -5.594863738137211, 56.52740941311334 ], [ -5.598698167259685, 56.525387732291719 ], [ -5.601445695523835, 56.525541795016345 ], [ -5.603774951627499, 56.525231426940891 ], [ -5.605165881037532, 56.524633594665985 ], [ -5.605157400545116, 56.524202278504603 ], [ -5.608039832382064, 56.523125017687114 ], [ -5.6098314575354, 56.521868135094088 ], [ -5.615808124122204, 56.519895953974789 ], [ -5.616961078283287, 56.520217496510462 ], [ -5.618275255265489, 56.519842025550737 ], [ -5.619738525480221, 56.520091557617256 ], [ -5.622246611656101, 56.519955437043535 ], [ -5.622464613910886, 56.519598426179847 ], [ -5.623890167646019, 56.519367994017642 ], [ -5.625067928901052, 56.5185873440373 ], [ -5.628729482752274, 56.515549264989694 ], [ -5.632559203011748, 56.515037111111802 ], [ -5.63825022499391, 56.513670074756021 ], [ -5.642641953914822, 56.510461792895917 ], [ -5.646152277593773, 56.508663871331414 ], [ -5.651590666624605, 56.508234198796181 ], [ -5.656281648522974, 56.506630497316998 ], [ -5.656442941997756, 56.506279586441245 ], [ -5.658407135210465, 56.506077825026594 ], [ -5.66329257554505, 56.504809777173939 ], [ -5.666254085060036, 56.503656844832896 ], [ -5.667625608753171, 56.503548872184396 ], [ -5.671393553425593, 56.502331508905499 ], [ -5.675824163795109, 56.501579917353077 ], [ -5.677116231591884, 56.500736914824351 ], [ -5.678290196686776, 56.500688624728653 ], [ -5.679516214393046, 56.500171237263729 ], [ -5.682248759472029, 56.49817502974215 ], [ -5.684021893183063, 56.497852647107209 ], [ -5.683903967129881, 56.497307684969051 ], [ -5.685425270848753, 56.49715460187587 ], [ -5.684949075255981, 56.497523901974709 ], [ -5.685776710185273, 56.497341967093945 ], [ -5.686826184230332, 56.497602994884971 ], [ -5.687837570806328, 56.498642887970348 ], [ -5.688381727473501, 56.498136687359519 ], [ -5.688348086281263, 56.498375955344109 ], [ -5.688995154958094, 56.498343227483325 ], [ -5.688875329103299, 56.498782865814967 ], [ -5.689760316939807, 56.49868911136614 ], [ -5.690473653339313, 56.499337739184895 ], [ -5.692023872433627, 56.502321661080629 ], [ -5.691859254098037, 56.502551341303246 ], [ -5.690709391835343, 56.502513625414188 ], [ -5.690550790592694, 56.502972401346987 ], [ -5.692496019277736, 56.505836672782088 ], [ -5.692192976161229, 56.506983084202083 ], [ -5.693415268006255, 56.509850874933107 ], [ -5.695174890654112, 56.511888946281495 ], [ -5.695651541733589, 56.511690428974468 ], [ -5.697536268023091, 56.512173751453297 ], [ -5.698290399395204, 56.511652260090543 ], [ -5.69883907914055, 56.512526039308604 ], [ -5.700887727493527, 56.513355084920278 ], [ -5.703533008653824, 56.513631309551762 ], [ -5.704456815361227, 56.514098252121748 ], [ -5.705464823295423, 56.514095126563539 ], [ -5.710151461713671, 56.515204865893267 ], [ -5.714225455504665, 56.515204362021095 ], [ -5.716394129549494, 56.515593486684551 ], [ -5.722840430124588, 56.515818336821127 ], [ -5.728837514672688, 56.516766672885325 ], [ -5.729423591580329, 56.516524274097229 ], [ -5.730389987082871, 56.516841391846349 ], [ -5.730468821046304, 56.517477410171743 ], [ -5.733018436538042, 56.517850299676518 ], [ -5.732568442875768, 56.518070639156093 ], [ -5.732780475361356, 56.518572274512564 ], [ -5.734819814763902, 56.519625841913339 ], [ -5.735672061688224, 56.521011837674067 ], [ -5.73684823542342, 56.521722709841931 ], [ -5.740759953083526, 56.523119903099271 ], [ -5.743302708603345, 56.52468685805799 ], [ -5.745716332576469, 56.525109454986492 ], [ -5.748245208733231, 56.524953071783017 ], [ -5.750999258170409, 56.52437622308927 ], [ -5.751279635248505, 56.521554317982826 ], [ -5.752482701818276, 56.518835785516579 ], [ -5.753413253177422, 56.518229488025234 ], [ -5.755104326115486, 56.518585635723923 ], [ -5.755720985040469, 56.518899656935609 ], [ -5.755928662977756, 56.520076650432387 ], [ -5.757229344305569, 56.521547843175767 ], [ -5.761090422218448, 56.524394472051917 ], [ -5.762886694953682, 56.526216543561986 ], [ -5.764319297294372, 56.528765348205276 ], [ -5.767239245156346, 56.530675557746605 ], [ -5.769175065116703, 56.531260572269758 ], [ -5.771427624422651, 56.532558852222849 ], [ -5.771896130644211, 56.533587632591875 ], [ -5.771583837014673, 56.534046700504881 ], [ -5.772040153348472, 56.534217158933224 ], [ -5.772652659769609, 56.535956387840606 ], [ -5.772182532541486, 56.53605609724336 ], [ -5.771242942407727, 56.537815521693012 ], [ -5.770558939756093, 56.538137519669462 ], [ -5.768685584265319, 56.538037065490727 ], [ -5.767031555177898, 56.537278041555709 ], [ -5.764843747413704, 56.537124133325918 ], [ -5.76350720235075, 56.537758107831564 ], [ -5.760091067225741, 56.540887282791843 ], [ -5.757340264879842, 56.541950654958228 ], [ -5.756649162375679, 56.543023575519967 ], [ -5.75669181835973, 56.544438441099764 ], [ -5.755775147993079, 56.544960711018476 ], [ -5.755299265857843, 56.545824802144935 ], [ -5.755692149840224, 56.546914370036092 ], [ -5.756936653892772, 56.54797366986287 ], [ -5.756892627424356, 56.549170867434206 ], [ -5.756225304653099, 56.549582190238219 ], [ -5.756093224846293, 56.55022008483018 ], [ -5.754254540346693, 56.551624422726547 ], [ -5.747240902689279, 56.554614678045795 ], [ -5.745610681258527, 56.557226426717861 ], [ -5.745590032406226, 56.558252070829319 ], [ -5.743514127488183, 56.56011386069639 ], [ -5.74385272047035, 56.561100798006386 ], [ -5.743420859047898, 56.561064366624279 ], [ -5.742580680546181, 56.561921399418061 ], [ -5.740461055976316, 56.562272996989229 ], [ -5.741454566238766, 56.562258348409877 ], [ -5.741984772954818, 56.562795341086556 ], [ -5.743404437641135, 56.563269553265414 ], [ -5.748150446835981, 56.562881809144599 ], [ -5.747797876430597, 56.563893196588239 ], [ -5.748193713508692, 56.564881093761599 ], [ -5.748627312278145, 56.564704360227545 ], [ -5.748371146625367, 56.563794968903665 ], [ -5.75016887518864, 56.562150101244818 ], [ -5.753948452233344, 56.561000970170682 ], [ -5.756536501835001, 56.559661192222549 ], [ -5.765377066124334, 56.553297158056537 ], [ -5.766920074725634, 56.549087280669028 ], [ -5.770769847876297, 56.545652526177726 ], [ -5.771700061692731, 56.543551717017429 ], [ -5.774236493358523, 56.54197303063269 ], [ -5.774460327823233, 56.53923729025643 ], [ -5.775407379443438, 56.537668233615001 ], [ -5.776079788004829, 56.537556963137263 ], [ -5.775884426038079, 56.53659271810465 ], [ -5.775169346386869, 56.536863537068932 ], [ -5.77579095607289, 56.536193639270095 ], [ -5.775199132884199, 56.535529183919117 ], [ -5.775527519836647, 56.534578677986012 ], [ -5.777621476850533, 56.533465643872773 ], [ -5.780482150108376, 56.533286821395023 ], [ -5.781205474351354, 56.533654120767174 ], [ -5.782999656619612, 56.532653528435496 ], [ -5.78428396516481, 56.532413860239885 ], [ -5.787492951041971, 56.532806908399913 ], [ -5.788170801197117, 56.533207026580911 ], [ -5.790958656220731, 56.533227999450311 ], [ -5.792366183226077, 56.5338458805995 ], [ -5.793192981951309, 56.533441166085339 ], [ -5.794908588694269, 56.533397709010046 ], [ -5.795548089720005, 56.533673977253351 ], [ -5.795988418564165, 56.533472584420331 ], [ -5.796789861875746, 56.533805935301324 ], [ -5.79690236213455, 56.533467105213546 ], [ -5.797014595728498, 56.533645302614786 ], [ -5.797924910195829, 56.533441211580325 ], [ -5.798415689295147, 56.534149119921707 ], [ -5.799237210415885, 56.534357756277025 ], [ -5.799573824275643, 56.533706346195963 ], [ -5.801064495485422, 56.533999684338795 ], [ -5.801277815402335, 56.534422951948969 ], [ -5.801727637320829, 56.534397484167066 ], [ -5.801587292847733, 56.534069091813123 ], [ -5.80236672181347, 56.53345266308451 ], [ -5.804930891552459, 56.533562898815362 ], [ -5.806392645251382, 56.534086347961647 ], [ -5.807124491688539, 56.534875848402891 ], [ -5.80858327194134, 56.535061276762619 ], [ -5.810688213481805, 56.53625100373543 ], [ -5.811530021537808, 56.536207170031858 ], [ -5.813874360244844, 56.536863478144511 ], [ -5.815916900767759, 56.537915666683269 ], [ -5.822339174670265, 56.53874309826039 ], [ -5.825824640837487, 56.538608729593321 ], [ -5.826540616462268, 56.538285432958453 ], [ -5.827791859388992, 56.538669461491914 ], [ -5.82975446615065, 56.538523493801485 ], [ -5.833852117494072, 56.539453517129537 ], [ -5.836912162950635, 56.540581838354022 ], [ -5.837912581971701, 56.540416029686305 ], [ -5.841309683653421, 56.542298127313131 ], [ -5.842286528320495, 56.543504266285112 ], [ -5.844042551859835, 56.543485860511019 ], [ -5.845255456091379, 56.542526626884971 ], [ -5.846216688671222, 56.542375453286198 ], [ -5.849578844107426, 56.543907734983748 ], [ -5.851694214976828, 56.543981481651407 ], [ -5.851579717963183, 56.544376180606328 ], [ -5.852304329377985, 56.544618952752487 ], [ -5.854028641152446, 56.544048390613874 ], [ -5.855606649387505, 56.544039844799947 ], [ -5.855678972936214, 56.543471109877551 ], [ -5.856393151859979, 56.543291564024095 ], [ -5.857469622299101, 56.544112341610756 ], [ -5.860263864338592, 56.544218793354048 ], [ -5.860928521713626, 56.544751121399884 ], [ -5.861127374059313, 56.544146974316725 ], [ -5.862208206593374, 56.544450542787125 ], [ -5.864466101171553, 56.544245384118987 ], [ -5.865130797612013, 56.544458476461898 ], [ -5.865019522254032, 56.544803634387463 ], [ -5.865934577993427, 56.544838079827386 ], [ -5.864832026411039, 56.545119693850545 ], [ -5.865261798921842, 56.545263669334481 ], [ -5.864522639276536, 56.546235332376867 ], [ -5.865442543511143, 56.546476445140428 ], [ -5.865949538323549, 56.546100978369758 ], [ -5.866625110330114, 56.547217412611523 ], [ -5.867527659828319, 56.547288204618624 ], [ -5.868289694991915, 56.54685982142361 ], [ -5.869670576003694, 56.548107120530368 ], [ -5.873288731207711, 56.549023846588319 ], [ -5.875996376463934, 56.54939341979054 ], [ -5.876303984861026, 56.548979175799893 ], [ -5.87835476101713, 56.549054490626212 ], [ -5.87872137951491, 56.549614024903491 ], [ -5.880311841215501, 56.550121818015896 ], [ -5.881704863773294, 56.551085364892366 ], [ -5.883324189905806, 56.551317962878414 ], [ -5.883425229465109, 56.551668186926776 ], [ -5.885186664495264, 56.551619361810417 ], [ -5.885715109651639, 56.551216164763183 ], [ -5.889394375214491, 56.550660325736438 ], [ -5.890997414312597, 56.550021108495883 ], [ -5.892755603437791, 56.550258222512639 ], [ -5.894972716354197, 56.549891933838452 ], [ -5.897587967292277, 56.550547188998948 ], [ -5.899381862328798, 56.550418910820206 ], [ -5.902958965159168, 56.551322588929764 ], [ -5.902574298522752, 56.550907560305042 ], [ -5.904527790927698, 56.551142864864936 ], [ -5.905515898552163, 56.551646807707286 ], [ -5.905439948352636, 56.552094305269101 ], [ -5.906990330921873, 56.552445663718203 ], [ -5.906880134151114, 56.552718894679202 ], [ -5.905539480283551, 56.552585738002819 ], [ -5.906515436019626, 56.553602604751084 ], [ -5.906743629308148, 56.555025164200103 ], [ -5.907745706388221, 56.555820894562579 ], [ -5.910443902084511, 56.556405837579078 ], [ -5.910927892667932, 56.557150422575212 ], [ -5.913035445327342, 56.557690973544851 ], [ -5.918317370200283, 56.560109602240829 ], [ -5.92211329867404, 56.560754064350931 ], [ -5.925326251897938, 56.561821494117751 ], [ -5.928212457938193, 56.564603198545193 ], [ -5.92900137027267, 56.564515288843765 ], [ -5.928715160299307, 56.565131317622317 ], [ -5.929909732330233, 56.566518769007608 ], [ -5.932907092159344, 56.568325701452856 ], [ -5.933966341866705, 56.568409041284696 ], [ -5.934480579535749, 56.568028562564649 ], [ -5.933620322955259, 56.566882340850043 ], [ -5.935540250029433, 56.567567847794152 ], [ -5.936190025624771, 56.568334066172852 ], [ -5.93590180396001, 56.568460102070134 ], [ -5.937217067466413, 56.568890490002183 ], [ -5.939837439716909, 56.570826116959616 ], [ -5.943025148310046, 56.573669876374915 ], [ -5.94260999684349, 56.57375050103645 ], [ -5.944242311429689, 56.574719277046313 ], [ -5.944517642244461, 56.575641226113973 ], [ -5.944098904189047, 56.576234526132609 ], [ -5.945250281510259, 56.576652056157023 ], [ -5.943941303275294, 56.577066816561597 ], [ -5.94460518272589, 56.578246190577914 ], [ -5.945393130461555, 56.578099762274874 ], [ -5.946490332319943, 56.578856212027368 ], [ -5.947644100675674, 56.578671165767759 ], [ -5.948634636590237, 56.578873469635603 ], [ -5.95064659220953, 56.580041412823363 ], [ -5.950318734698098, 56.579476339281875 ], [ -5.950783278445304, 56.579322180215854 ], [ -5.951822848303923, 56.580071426642583 ], [ -5.953421792674237, 56.580560066493319 ], [ -5.953218952379561, 56.580723888714168 ], [ -5.954998477818197, 56.581926141396821 ], [ -5.955793304089037, 56.581891832015387 ], [ -5.957725350356831, 56.582837405503405 ], [ -5.958478008143408, 56.582633569824829 ], [ -5.958787867358327, 56.582947414220463 ], [ -5.958617281304053, 56.58248525364391 ], [ -5.959647129021296, 56.582438931301212 ], [ -5.960764779177278, 56.583464378569339 ], [ -5.960713514806418, 56.584064000878953 ], [ -5.961261198926143, 56.584158935301957 ], [ -5.960548375994471, 56.58450988988124 ], [ -5.959794821398447, 56.584160740693349 ], [ -5.960333101758421, 56.584943889015562 ], [ -5.959136041129988, 56.585728417808831 ], [ -5.962731377016388, 56.589480430341553 ], [ -5.963081982561188, 56.59057079882664 ], [ -5.965768749396698, 56.591946283663937 ], [ -5.966468059232739, 56.592009378697981 ], [ -5.968814298489057, 56.594330877127319 ], [ -5.972790849705349, 56.596496787991434 ], [ -5.973077534792824, 56.59744080502422 ], [ -5.973601073142981, 56.597536461284108 ], [ -5.973904785106476, 56.597014181440279 ], [ -5.975116229184582, 56.597528444770646 ], [ -5.975204805375833, 56.598060654221221 ], [ -5.974518544213713, 56.597812845709285 ], [ -5.974791818269236, 56.598163794418404 ], [ -5.974259673872536, 56.598063922176415 ], [ -5.974104877006857, 56.598374614534968 ], [ -5.975193933400378, 56.598964732385063 ], [ -5.97568143528812, 56.599879836742431 ], [ -5.973779902641877, 56.600012624270192 ], [ -5.973623795354862, 56.600233434361314 ], [ -5.974536595826865, 56.601782384678167 ], [ -5.975719620613461, 56.602567324360066 ], [ -5.976905758851983, 56.604233403610678 ], [ -5.977266154079551, 56.605287457729439 ], [ -5.976125469411215, 56.605494829108125 ], [ -5.977865494834254, 56.608177290546848 ], [ -5.977650998304206, 56.609005159752208 ], [ -5.978429992010905, 56.609202325575261 ], [ -5.978377899505513, 56.610395479631791 ], [ -5.979248317196721, 56.610949407012107 ], [ -5.979983171138133, 56.610727135704487 ], [ -5.980611033472885, 56.610882370133695 ], [ -5.98031317737672, 56.611305561944256 ], [ -5.982399947724516, 56.613388758810508 ], [ -5.983961510796405, 56.613551811626181 ], [ -5.984533986768279, 56.613305046037603 ], [ -5.984194041396012, 56.612973339274269 ], [ -5.984748262809165, 56.61295556414192 ], [ -5.986089943587576, 56.613275815127608 ], [ -5.987278122913142, 56.6140110312516 ], [ -5.988595474476994, 56.614162080911314 ], [ -5.988527485630007, 56.613734427606012 ], [ -5.989094104256689, 56.613664079364156 ], [ -5.993579578991764, 56.616802201425543 ], [ -5.995405821974625, 56.617137353006655 ], [ -5.996156440013289, 56.617603298673465 ], [ -5.997344857061455, 56.619354560098031 ], [ -5.998441529080902, 56.620007192399655 ], [ -5.997991116248413, 56.618911122335852 ], [ -5.999468069569375, 56.619304216372164 ], [ -5.99973343074199, 56.619884678249491 ], [ -6.000706559235038, 56.61960155915552 ], [ -6.001247506960042, 56.619934844432493 ], [ -6.001491477561659, 56.620390097833322 ], [ -6.000815269909004, 56.620627692420541 ], [ -5.999105330100652, 56.62034552550876 ], [ -5.99971462056985, 56.620708091142696 ], [ -5.999608714536967, 56.621633224352216 ], [ -6.001012033127961, 56.623485446753691 ], [ -6.001930663694012, 56.623302991345682 ], [ -6.002041704900217, 56.623811983810079 ], [ -6.003467331271397, 56.624795692553796 ], [ -6.003890807101159, 56.624327929003726 ], [ -6.004659980779675, 56.624581907011908 ], [ -6.004881381431028, 56.626054028983624 ], [ -6.004552745431178, 56.62626245454458 ], [ -6.004084261225239, 56.626075221935466 ], [ -6.004226332170088, 56.626722595997443 ], [ -6.002911304563702, 56.626782950762269 ], [ -6.003229249428869, 56.627550554018391 ], [ -6.004397054218813, 56.628178366677993 ], [ -6.003552113388919, 56.628133653122013 ], [ -6.004428572160502, 56.628244794319549 ], [ -6.004794059052521, 56.628768066146407 ], [ -6.004353109316836, 56.628840727471555 ], [ -6.00340383046878, 56.628196881415946 ], [ -6.003975769223276, 56.628897848921703 ], [ -6.003682238575318, 56.630206714361172 ], [ -6.001799214399909, 56.629912168118373 ], [ -6.002737054912865, 56.630524921562156 ], [ -6.002808537258378, 56.630891308874531 ], [ -6.002156812361783, 56.630745940259331 ], [ -6.002950660397959, 56.631462246683142 ], [ -6.00313915305474, 56.632778062836145 ], [ -6.002638390854092, 56.633518083927996 ], [ -6.001692166252083, 56.633827322506448 ], [ -6.00349075898629, 56.636246808613805 ], [ -6.003846455263665, 56.63575425417698 ], [ -6.003442307769148, 56.635020902082559 ], [ -6.005663708921706, 56.63696362782968 ], [ -6.005063748014303, 56.637230256258086 ], [ -6.004183765475624, 56.63631890240017 ], [ -6.004060123754546, 56.636691575994945 ], [ -6.006097508520081, 56.63943605586833 ], [ -6.00599933896525, 56.64043288515095 ], [ -6.007131963154701, 56.642338740872916 ], [ -6.006842962150611, 56.644996332848862 ], [ -6.00728349185556, 56.64514849079692 ], [ -6.006427999792309, 56.645315452405235 ], [ -6.006569809409068, 56.645805465517924 ], [ -6.00560883871291, 56.645517206887305 ], [ -6.005130987115722, 56.646166572365878 ], [ -6.003268346827388, 56.646379449284375 ], [ -6.003955666179117, 56.648164788444255 ], [ -6.003162057617386, 56.648684933300046 ], [ -6.004033094770996, 56.64904804838239 ], [ -6.004042938243088, 56.649371458679781 ], [ -6.003564259137074, 56.64970610832416 ], [ -6.002389243334986, 56.649555107477802 ], [ -6.002972268991679, 56.649896030070117 ], [ -6.002630107140818, 56.649978987830593 ], [ -6.001844100066521, 56.64980196606075 ], [ -6.002249070811121, 56.650234052253417 ], [ -6.00019823040841, 56.649059114935682 ], [ -5.99994870043376, 56.649399864129883 ], [ -5.999564251622625, 56.649084012026442 ], [ -5.999247267515674, 56.649404449099315 ], [ -5.998506292048204, 56.649189988232763 ], [ -5.995545304069434, 56.650054051112605 ], [ -5.98769214387131, 56.649114743931776 ], [ -5.980716203298843, 56.649446248399812 ], [ -5.979778214100363, 56.649220002100193 ], [ -5.978943769941507, 56.649588423614674 ], [ -5.972545391093066, 56.649437874130406 ], [ -5.96946551495146, 56.650341072265149 ], [ -5.963883393988315, 56.650424781785887 ], [ -5.962715652633202, 56.651118447178504 ], [ -5.961188384800063, 56.651342472978477 ], [ -5.960647706487238, 56.651867762330596 ], [ -5.958918620611912, 56.652269041745889 ], [ -5.954613244938652, 56.652388095718713 ], [ -5.952990494061441, 56.653415362409483 ], [ -5.952011820724381, 56.655370809341328 ], [ -5.951480810483289, 56.655756368881903 ], [ -5.950797388140145, 56.655544292799831 ], [ -5.950160281342974, 56.656086085297922 ], [ -5.946712046029187, 56.655741498387876 ], [ -5.94621922338976, 56.655478385633138 ], [ -5.945672211195386, 56.655711560296581 ], [ -5.945345865006717, 56.655479129048089 ], [ -5.943513996745803, 56.655681126109535 ], [ -5.941955126405142, 56.654512128429801 ], [ -5.942533257225145, 56.653639540152504 ], [ -5.93958195513376, 56.652501178992011 ], [ -5.939607900456247, 56.652046253376625 ], [ -5.93883904634046, 56.65179635659775 ], [ -5.934480044576159, 56.652105246015076 ], [ -5.93160017178611, 56.651805203249637 ], [ -5.929880541126234, 56.651203154019441 ], [ -5.929464582814016, 56.651441105680085 ], [ -5.928407807244762, 56.651168774192158 ], [ -5.924137307293299, 56.652171389722454 ], [ -5.920961215642274, 56.652240134479882 ], [ -5.920359591670278, 56.653126842805108 ], [ -5.920737191002457, 56.653618490077392 ], [ -5.921095563181352, 56.653296960841963 ], [ -5.921726745084959, 56.653636733674304 ], [ -5.921821978627235, 56.654317126600688 ], [ -5.92098297888808, 56.654019877078731 ], [ -5.92140754782313, 56.654492057024846 ], [ -5.918562371358607, 56.652090971127059 ], [ -5.9178392445289, 56.652122755072938 ], [ -5.917485304573365, 56.652722888564782 ], [ -5.918080199492374, 56.653185215398601 ], [ -5.917491616163792, 56.6530194273573 ], [ -5.917481043583217, 56.654017878135342 ], [ -5.916615333911213, 56.653541600568829 ], [ -5.916570497167954, 56.653817270564012 ], [ -5.915901947580632, 56.653667482285329 ], [ -5.918116704951238, 56.654951003232163 ], [ -5.918116061329695, 56.655337681752748 ], [ -5.917347223452379, 56.655402280090058 ], [ -5.915854828318336, 56.654550186726155 ], [ -5.915850941698348, 56.655377577056072 ], [ -5.9151879980998, 56.656068363588993 ], [ -5.913427747859233, 56.655939448798506 ], [ -5.913234107041925, 56.656354681491173 ], [ -5.912304222889932, 56.656676188274368 ], [ -5.908266225920673, 56.656308632680187 ], [ -5.908248630947265, 56.657635507055581 ], [ -5.906103058370614, 56.657806343779704 ], [ -5.904994905594946, 56.657432019249036 ], [ -5.90402567863313, 56.655560652251978 ], [ -5.900898655654762, 56.653028655152475 ], [ -5.900654734888445, 56.653274596224279 ], [ -5.899079494398307, 56.652406830348824 ], [ -5.896954476894692, 56.652379045737895 ], [ -5.892977315015211, 56.649747621648885 ], [ -5.892389598173799, 56.648718463418852 ], [ -5.892937566257325, 56.648017916081464 ], [ -5.892125709319951, 56.646793457332279 ], [ -5.892516312965677, 56.645675216795198 ], [ -5.891910552073337, 56.644232992674802 ], [ -5.892652583396478, 56.643832095347705 ], [ -5.892322117296219, 56.643001696420008 ], [ -5.89299812638403, 56.642593871939702 ], [ -5.893564447959214, 56.641281291686255 ], [ -5.89292983812938, 56.640824595469191 ], [ -5.89327696452585, 56.640472028598865 ], [ -5.891498555602334, 56.639367759165687 ], [ -5.890803452901443, 56.639906557274038 ], [ -5.890151332315238, 56.639675194583226 ], [ -5.888860915719113, 56.640138196595444 ], [ -5.888688686265674, 56.639496165493135 ], [ -5.887638991030944, 56.639286219959295 ], [ -5.888378916783198, 56.639182146901227 ], [ -5.886953205555657, 56.638727688429903 ], [ -5.886518530737973, 56.638943599574276 ], [ -5.886943944694336, 56.639667634943436 ], [ -5.886072552903867, 56.640634538663356 ], [ -5.884865538729759, 56.640402512076555 ], [ -5.88350534568256, 56.639078246165539 ], [ -5.883347547452527, 56.639685634851098 ], [ -5.882562688812036, 56.640146261625162 ], [ -5.882686607199587, 56.640636945992163 ], [ -5.883633684445305, 56.641038970139 ], [ -5.88297851729329, 56.641729336568382 ], [ -5.876851275247943, 56.64125969148246 ], [ -5.875765387562192, 56.640538237361618 ], [ -5.876121287634948, 56.63899851870881 ], [ -5.875424922870653, 56.638732492743245 ], [ -5.876314947847877, 56.638898064407627 ], [ -5.876608045813067, 56.638574207162648 ], [ -5.87573658762277, 56.638668823425093 ], [ -5.875431851919946, 56.638084861042636 ], [ -5.87310782876733, 56.638256213022345 ], [ -5.871223919627901, 56.639218586143592 ], [ -5.870399392163504, 56.639293719019271 ], [ -5.869650907180854, 56.638916886009532 ], [ -5.869452451114942, 56.638334097640659 ], [ -5.867651574987085, 56.63819682405434 ], [ -5.867694459988646, 56.637898758475181 ], [ -5.867185300737533, 56.637946072773786 ], [ -5.866361974743485, 56.637076997918527 ], [ -5.86600045441519, 56.637609770352519 ], [ -5.865380262583221, 56.637449222507314 ], [ -5.864679337580255, 56.635942405932745 ], [ -5.863813659895782, 56.63537585928205 ], [ -5.863196427294122, 56.635642321472645 ], [ -5.861137413415821, 56.635611889415756 ], [ -5.858708089575893, 56.634432976245023 ], [ -5.858295285782732, 56.634863911202316 ], [ -5.857227101574808, 56.634469955546173 ], [ -5.856571968003662, 56.63212993596143 ], [ -5.853680885660111, 56.63097874625295 ], [ -5.851167673202393, 56.630971228117446 ], [ -5.847279591050613, 56.630439745870085 ], [ -5.845962915591672, 56.63064684617035 ], [ -5.841539919032691, 56.629506811741258 ], [ -5.84063742432206, 56.62865351402241 ], [ -5.843080126668899, 56.628771324113337 ], [ -5.841465125198726, 56.627809683004415 ], [ -5.839599031420788, 56.625821729786644 ], [ -5.835748829226743, 56.623552425043727 ], [ -5.831856714899307, 56.622585402056004 ], [ -5.830709888816973, 56.621168598717269 ], [ -5.829165143157304, 56.62177819055055 ], [ -5.826975673975834, 56.622142364091857 ], [ -5.827443397223302, 56.622573047933535 ], [ -5.826961636515372, 56.622889106992417 ], [ -5.828292170247308, 56.623464056071271 ], [ -5.827968704583778, 56.624134910225777 ], [ -5.826997242399872, 56.62436714399707 ], [ -5.827269460505915, 56.62568503531778 ], [ -5.82695913213668, 56.62648586098544 ], [ -5.826258648316928, 56.626736717965606 ], [ -5.82743165174055, 56.628089813726305 ], [ -5.830995752393423, 56.628568954115849 ], [ -5.832806707763748, 56.629695526721271 ], [ -5.835235272208731, 56.630155613383522 ], [ -5.836198897511211, 56.630728318367701 ], [ -5.836916538346843, 56.632090891071293 ], [ -5.839493121621495, 56.632640741450984 ], [ -5.83986541920929, 56.63365429790624 ], [ -5.840334429454864, 56.63369375732514 ], [ -5.840593132770632, 56.634953598914663 ], [ -5.842960393486938, 56.635127700094912 ], [ -5.848520150312459, 56.637967914503768 ], [ -5.849085623291175, 56.637752585470274 ], [ -5.850119458742329, 56.638129691630191 ], [ -5.852563508935085, 56.638094424154822 ], [ -5.854964416698892, 56.637556905833407 ], [ -5.8550979163373, 56.637026744979096 ], [ -5.855482879349023, 56.637360988529799 ], [ -5.85592582791713, 56.637464141163605 ], [ -5.856070411487785, 56.637122463035688 ], [ -5.857277031633235, 56.637593059816083 ], [ -5.858575209386123, 56.637283011201944 ], [ -5.859643596648852, 56.637438667318101 ], [ -5.85985767504572, 56.637058858854509 ], [ -5.860888303500431, 56.637961998185666 ], [ -5.865222545521238, 56.63885685453473 ], [ -5.865403914239745, 56.640946313201979 ], [ -5.867200781902247, 56.641043282930355 ], [ -5.867338801523281, 56.641434630053759 ], [ -5.868768029128405, 56.641367674346348 ], [ -5.869252459850029, 56.642431618250548 ], [ -5.870469142269472, 56.642519625230548 ], [ -5.870989497763754, 56.642899063270271 ], [ -5.871822123381283, 56.642504464398996 ], [ -5.873332970877482, 56.643073337223285 ], [ -5.874525227990647, 56.644115204961281 ], [ -5.875226917995664, 56.644034884148439 ], [ -5.875139850048866, 56.645332428928818 ], [ -5.875827446388231, 56.644955812413137 ], [ -5.877055429561318, 56.645232233781137 ], [ -5.877314524855548, 56.646244731467419 ], [ -5.876567521099052, 56.646281517134035 ], [ -5.87815794973806, 56.646987227501469 ], [ -5.87770718127632, 56.647603746097069 ], [ -5.879968102497908, 56.65109848461676 ], [ -5.879860909978061, 56.652198840964502 ], [ -5.879286067192334, 56.652720325773714 ], [ -5.879584676389492, 56.653084170976378 ], [ -5.878335118240547, 56.653473842490264 ], [ -5.877184571376104, 56.654588755352094 ], [ -5.874452860356692, 56.655092039287844 ], [ -5.873902309390524, 56.655612739906061 ], [ -5.874605107332243, 56.656256237246183 ], [ -5.874387084750119, 56.656676657495133 ], [ -5.873757158806881, 56.656822172262167 ], [ -5.872989544755911, 56.656580827130689 ], [ -5.872007231198326, 56.657110471856456 ], [ -5.870523534307692, 56.657129694868999 ], [ -5.868826114537931, 56.658009775789971 ], [ -5.865947238299096, 56.658593875919202 ], [ -5.862936032496661, 56.660198094205825 ], [ -5.856684907527536, 56.661417215177977 ], [ -5.854721818456688, 56.661140898664051 ], [ -5.853563221145899, 56.661307192937308 ], [ -5.852189060891065, 56.661920751497838 ], [ -5.849767917527607, 56.661235934521912 ], [ -5.849234508211823, 56.660569075398811 ], [ -5.84789611670008, 56.660093476583938 ], [ -5.846168687604046, 56.660205370567937 ], [ -5.846210486136155, 56.659574655493742 ], [ -5.844605080277738, 56.659201695351328 ], [ -5.838865344295602, 56.660476032089065 ], [ -5.838250391782313, 56.661412171346612 ], [ -5.835226229308632, 56.662741845917246 ], [ -5.834571041270515, 56.662721590260368 ], [ -5.833081120571369, 56.663806068507824 ], [ -5.830183404478148, 56.664133639856175 ], [ -5.830596439878498, 56.665065042402311 ], [ -5.828273015902321, 56.666305511645376 ], [ -5.826030628301083, 56.666414988752052 ], [ -5.8221819918625, 56.667432508460664 ], [ -5.820781852151635, 56.667232762181598 ], [ -5.820679072344874, 56.666943692072813 ], [ -5.820224266552174, 56.667209430699678 ], [ -5.819169609160326, 56.666954094359873 ], [ -5.81901482509184, 56.667763598485607 ], [ -5.820118901850439, 56.668264688137633 ], [ -5.820398843881319, 56.669335083581565 ], [ -5.819001431771546, 56.670452505096577 ], [ -5.817582851029917, 56.670797280233593 ], [ -5.815663433539545, 56.670631397549784 ], [ -5.814782973257529, 56.670887695185598 ], [ -5.813644480846571, 56.671983622367321 ], [ -5.808032947188142, 56.67390893402176 ], [ -5.807572175052378, 56.675006526147016 ], [ -5.806483063276462, 56.675543392614053 ], [ -5.801261049031362, 56.676561801641981 ], [ -5.79151396175918, 56.679120688255992 ], [ -5.785709611726624, 56.682318627631041 ], [ -5.785300904405856, 56.682722195296527 ], [ -5.785508685753467, 56.683408215274625 ], [ -5.78454484996181, 56.683815186163763 ], [ -5.784243703783138, 56.685289957359565 ], [ -5.782964803484859, 56.685895320100478 ], [ -5.780557442905573, 56.688036542435505 ], [ -5.780299574845108, 56.688723233406371 ], [ -5.778938493895652, 56.689488398957096 ], [ -5.774972611153914, 56.690512448307963 ], [ -5.773873615307878, 56.691530353140621 ], [ -5.768847692951307, 56.692415516502876 ], [ -5.76704521911982, 56.694407753645812 ], [ -5.765347219501462, 56.694913221547459 ], [ -5.763488013063881, 56.695032417455728 ], [ -5.761277696380947, 56.694663180244206 ], [ -5.760023358804812, 56.694948358691434 ], [ -5.759395092501849, 56.695448382570824 ], [ -5.757357258703389, 56.695415534943145 ], [ -5.755986479510748, 56.695762631992039 ], [ -5.753147721800912, 56.697696019207207 ], [ -5.751325605028785, 56.697697024094168 ], [ -5.750745054910891, 56.69826749317285 ], [ -5.749139525814292, 56.698392309990822 ], [ -5.747968435345122, 56.69885917617335 ], [ -5.747427068714878, 56.699824065463041 ], [ -5.747687734767583, 56.700472579295905 ], [ -5.746781115522936, 56.701709213767352 ], [ -5.746138158958895, 56.700339418213687 ], [ -5.745405359794002, 56.700941417886206 ], [ -5.744866722401043, 56.700948639616023 ], [ -5.740949929136932, 56.69969079980779 ], [ -5.740067773109229, 56.700517543562007 ], [ -5.739264681714182, 56.700330386610695 ], [ -5.738716638030722, 56.699748936554776 ], [ -5.737424188703423, 56.700147416910276 ], [ -5.73647828527792, 56.699591394877935 ], [ -5.734906115462186, 56.699476756066282 ], [ -5.733790800609174, 56.698777444255107 ], [ -5.73305946586516, 56.698983709682039 ], [ -5.733326997452436, 56.698714936356822 ], [ -5.732340294414698, 56.698488288965301 ], [ -5.728409538769358, 56.697990242678152 ], [ -5.727535152084211, 56.697659490456203 ], [ -5.727185218073915, 56.696435479118165 ], [ -5.724576827510875, 56.696747363885173 ], [ -5.724665162614919, 56.697144828350787 ], [ -5.723960761603325, 56.696797274309027 ], [ -5.723790809352176, 56.697557622553511 ], [ -5.722385219462872, 56.697060211166892 ], [ -5.72255460835683, 56.696789902699699 ], [ -5.720461887454653, 56.695539784652226 ], [ -5.718400607365214, 56.693448017738191 ], [ -5.716987874258382, 56.691219959394161 ], [ -5.708245900950749, 56.686652591850098 ], [ -5.7086410220752, 56.685521414050861 ], [ -5.708203624504239, 56.684397072267856 ], [ -5.704644645570489, 56.681679895334547 ], [ -5.703509335314165, 56.681596817657557 ], [ -5.702234058093961, 56.681918001071352 ], [ -5.701755338497871, 56.682449238292847 ], [ -5.698674839526768, 56.683435488266696 ], [ -5.698030962569907, 56.683949142664474 ], [ -5.693315749712831, 56.683010295791597 ], [ -5.692643253086813, 56.683232560362889 ], [ -5.691487717975753, 56.682943177840734 ], [ -5.688931622189458, 56.683365162268849 ], [ -5.689396686093441, 56.682775940736796 ], [ -5.688983523014732, 56.682810671771513 ], [ -5.689119463645191, 56.6825306141249 ], [ -5.688649800592372, 56.682905983336752 ], [ -5.686616981885258, 56.683083129679062 ], [ -5.68555878843574, 56.682786312427929 ], [ -5.683775623466294, 56.682843626931685 ], [ -5.679804189304791, 56.681904724642159 ], [ -5.678403926158476, 56.678102470211897 ], [ -5.676565110679541, 56.6780894022586 ], [ -5.676745518296642, 56.67784580727826 ], [ -5.673816108673206, 56.677033261596776 ], [ -5.668550076268521, 56.677215660386331 ], [ -5.665391898923265, 56.677911162122939 ], [ -5.664166838630705, 56.677070634841286 ], [ -5.662197288318509, 56.676467801844247 ], [ -5.660650781374206, 56.676688649360493 ], [ -5.655268903702228, 56.676181591166333 ], [ -5.651996871938413, 56.676799177176832 ], [ -5.648403754713438, 56.676378650956003 ], [ -5.646412605792817, 56.676900070392158 ], [ -5.645313471975085, 56.677525686872059 ], [ -5.642346877894025, 56.676996714048158 ], [ -5.63972793180073, 56.677783655435476 ], [ -5.639035130546796, 56.67762860326291 ], [ -5.638165883772399, 56.678099078972402 ], [ -5.635680964745749, 56.678414486942629 ], [ -5.629203787794228, 56.67569059867656 ], [ -5.626299040662515, 56.676224858255821 ], [ -5.623507192330373, 56.677254750472265 ], [ -5.622485618260771, 56.676906890730471 ], [ -5.619262757007464, 56.676681532411443 ], [ -5.61377309794519, 56.676832149613695 ], [ -5.613685303386271, 56.677108919132991 ], [ -5.613568646888109, 56.676829098402202 ], [ -5.612090383522007, 56.676997904764143 ], [ -5.610453865211118, 56.676708262055186 ], [ -5.608138085074629, 56.677000226028582 ], [ -5.606207659245282, 56.678247481156752 ], [ -5.603665849527332, 56.681130750634964 ], [ -5.60131028643637, 56.681693456308452 ], [ -5.598237527964904, 56.681845308234251 ], [ -5.589320778236302, 56.681437591218973 ], [ -5.581032385776894, 56.682139477900044 ], [ -5.572970796656453, 56.6818767919141 ], [ -5.565250436093861, 56.682543322749332 ], [ -5.563329707343129, 56.683133292873862 ], [ -5.562960470662719, 56.682856169727344 ], [ -5.560449462109825, 56.682990993544976 ], [ -5.559881946327284, 56.683294932574803 ], [ -5.557917063419791, 56.683072434713303 ], [ -5.553696151628657, 56.68369654824513 ], [ -5.55009562965729, 56.683884754777154 ], [ -5.544354917366538, 56.683549464855901 ], [ -5.538533448260001, 56.684353504834611 ], [ -5.537967415299997, 56.684675279348617 ], [ -5.53541159139, 56.684334373265123 ], [ -5.533950989310182, 56.684784937364817 ], [ -5.534885748464466, 56.685171943274618 ], [ -5.535075123206998, 56.685710485948199 ], [ -5.534209094491109, 56.685708118906724 ], [ -5.533879668673761, 56.686027647559797 ], [ -5.53601852218441, 56.685841009864077 ], [ -5.535867026719163, 56.687360210165018 ], [ -5.536579687315438, 56.687555725892366 ], [ -5.534155559814553, 56.688707959921693 ], [ -5.534332640419404, 56.688941177075293 ], [ -5.534947073317777, 56.688698959876682 ], [ -5.539421965503394, 56.688508806253942 ], [ -5.541551937172651, 56.687791888784297 ], [ -5.542862725308633, 56.688267028230968 ], [ -5.545007427551361, 56.688228414045795 ], [ -5.548176167633034, 56.688655041457956 ], [ -5.560196828595966, 56.68757891799283 ], [ -5.568592164640478, 56.691233122098744 ], [ -5.568604140507838, 56.692290971632914 ], [ -5.570010276169301, 56.693146097489873 ], [ -5.570744503380233, 56.693221228076808 ], [ -5.571650292752478, 56.692538016957485 ], [ -5.572275008468337, 56.692492211534429 ], [ -5.57175806730507, 56.695036109581977 ], [ -5.572112640721968, 56.695432306210179 ], [ -5.573798208638737, 56.692255171587078 ], [ -5.573538776482534, 56.691397725967697 ], [ -5.574973669037399, 56.690833251274526 ], [ -5.577292656528106, 56.691131616927763 ], [ -5.578659737720712, 56.69095474652817 ], [ -5.580106503129758, 56.690172296008477 ], [ -5.583842659233071, 56.689017320447022 ], [ -5.587973092189413, 56.68917428575449 ], [ -5.589439836963692, 56.688604225075132 ], [ -5.592233297677962, 56.688172962915417 ], [ -5.592698648910397, 56.688821240623319 ], [ -5.593396271010582, 56.689009677515962 ], [ -5.592877062347244, 56.689561416816517 ], [ -5.59559831311651, 56.691386133807036 ], [ -5.595416174002927, 56.69175462163598 ], [ -5.598466399150351, 56.6904859592657 ], [ -5.604178075194833, 56.689475500938443 ], [ -5.606114047572285, 56.688655188901805 ], [ -5.611386932633713, 56.689088438922631 ], [ -5.611897258363093, 56.689554630406455 ], [ -5.612354256425562, 56.689294116132295 ], [ -5.61601385328947, 56.68971826109992 ], [ -5.624755356089451, 56.686496915018814 ], [ -5.630439452007588, 56.685382636668372 ], [ -5.631274338782568, 56.684468175748577 ], [ -5.632563168953358, 56.684111373044743 ], [ -5.634006121027243, 56.684590699697829 ], [ -5.638855734097691, 56.684736646989073 ], [ -5.643401117900735, 56.68418553080285 ], [ -5.643949933408861, 56.68386376551193 ], [ -5.643160385385692, 56.683554227509205 ], [ -5.643697581650261, 56.683196839885291 ], [ -5.646239415993451, 56.682960525820967 ], [ -5.647130617552095, 56.683307523342592 ], [ -5.64621628426345, 56.683734421905385 ], [ -5.646549169365652, 56.68430457800428 ], [ -5.649145343025569, 56.684291385575172 ], [ -5.650569855845855, 56.683566280543978 ], [ -5.648811014444099, 56.683622378020011 ], [ -5.649692873944632, 56.682607507181835 ], [ -5.65090989559878, 56.682270598819805 ], [ -5.651537020748613, 56.682926511420973 ], [ -5.652476362245762, 56.682674161266775 ], [ -5.652901382986165, 56.682171675320092 ], [ -5.65467359762885, 56.681917325075659 ], [ -5.658383007518654, 56.682603988444946 ], [ -5.659194294715651, 56.683052151923171 ], [ -5.659025074632192, 56.684001180158106 ], [ -5.65949090344297, 56.684760700077632 ], [ -5.661889529170913, 56.685067736909645 ], [ -5.662176671456972, 56.685837003038316 ], [ -5.664140453258854, 56.686543410149405 ], [ -5.665423048151615, 56.68646067132174 ], [ -5.665659529302817, 56.686876279552706 ], [ -5.665076830867459, 56.68710024044276 ], [ -5.664824786323548, 56.688708059786556 ], [ -5.666027882283198, 56.688731054124005 ], [ -5.667252807788186, 56.687719429791379 ], [ -5.668096740229892, 56.687577666295098 ], [ -5.66821952215745, 56.688670946940427 ], [ -5.669338139816794, 56.689420175229436 ], [ -5.670264888221536, 56.689541189356916 ], [ -5.670181566352101, 56.689943746881823 ], [ -5.670702887566698, 56.689676618312461 ], [ -5.670720074203688, 56.689936850215325 ], [ -5.671319971947947, 56.689973094614672 ], [ -5.672070370116373, 56.689541857254774 ], [ -5.673326063253914, 56.689936355907619 ], [ -5.676280292846879, 56.689318622878403 ], [ -5.679919786898649, 56.68902670467773 ], [ -5.682047509803814, 56.689984232364857 ], [ -5.682727021392557, 56.689748334131693 ], [ -5.682566533316784, 56.68927655928686 ], [ -5.683676029133936, 56.689428028625414 ], [ -5.68389008209583, 56.690280335889582 ], [ -5.685309225319908, 56.690256287216094 ], [ -5.685839702242837, 56.691085731539893 ], [ -5.683266048106156, 56.691000114641028 ], [ -5.683118055435753, 56.69157542759401 ], [ -5.68206737154207, 56.691691943010454 ], [ -5.678349435448643, 56.69168503974047 ], [ -5.678307973772023, 56.692180772163873 ], [ -5.680221840879839, 56.692704094861504 ], [ -5.681711549059222, 56.693986197953905 ], [ -5.68393231590166, 56.69338549351324 ], [ -5.685428710769121, 56.693732286806345 ], [ -5.685788346299198, 56.694652207486804 ], [ -5.686846570437353, 56.695196281344955 ], [ -5.686613070054035, 56.695481923251073 ], [ -5.687780863473956, 56.695726037956383 ], [ -5.687972665276626, 56.696349727243614 ], [ -5.689641381156729, 56.69678577062578 ], [ -5.691195995123684, 56.698474936839027 ], [ -5.695020625108001, 56.699229054690662 ], [ -5.696076981642882, 56.699085290935564 ], [ -5.696304872573912, 56.699325776212589 ], [ -5.698099354355686, 56.699375851744136 ], [ -5.698675625202936, 56.699835251170654 ], [ -5.698354784827224, 56.699646983841781 ], [ -5.697743002243681, 56.700240597138482 ], [ -5.699169324169812, 56.7005353673187 ], [ -5.703039823851606, 56.700339317577559 ], [ -5.702769417794387, 56.700581133977259 ], [ -5.703659129722632, 56.700986227945741 ], [ -5.70254484489536, 56.70128912404396 ], [ -5.703227552805013, 56.70158349628732 ], [ -5.702964873246834, 56.702153258855972 ], [ -5.703771148590752, 56.702457437723432 ], [ -5.704199339134804, 56.702290943234807 ], [ -5.704375950546404, 56.702956423362657 ], [ -5.705442333521847, 56.703162936750388 ], [ -5.705171505756391, 56.703566611074592 ], [ -5.703668490753208, 56.703906265693014 ], [ -5.70677781221687, 56.704359440951173 ], [ -5.709578811737135, 56.70441982754496 ], [ -5.712415728252993, 56.705175894139003 ], [ -5.712984497619235, 56.705473614416462 ], [ -5.712662688328681, 56.706022685762996 ], [ -5.711904523884744, 56.705793551811823 ], [ -5.711518088215571, 56.706101786576156 ], [ -5.713266147950558, 56.706589104679153 ], [ -5.712328853743076, 56.706864327324922 ], [ -5.712356236384102, 56.707340940647583 ], [ -5.715652297440576, 56.708572358894955 ], [ -5.718004248645142, 56.710372273910124 ], [ -5.722116439636451, 56.710626975232721 ], [ -5.723379313889558, 56.71132917137696 ], [ -5.723353057357569, 56.710981098626362 ], [ -5.723834291597927, 56.711218452691959 ], [ -5.727191709593981, 56.710866186913648 ], [ -5.729179098044535, 56.710959497565248 ], [ -5.730132585550926, 56.711672696643234 ], [ -5.732638515096704, 56.711966198433345 ], [ -5.735765463600877, 56.711350876112732 ], [ -5.740384085473561, 56.711023323416825 ], [ -5.741719791031813, 56.710398736168955 ], [ -5.743543614368559, 56.710573161220253 ], [ -5.744414028434742, 56.710119887797362 ], [ -5.745960844106806, 56.710549872620383 ], [ -5.746901750395287, 56.710476589135268 ], [ -5.746751545991459, 56.709788782294233 ], [ -5.747233354492828, 56.710030526419025 ], [ -5.748715930565584, 56.709486855915124 ], [ -5.751047012310488, 56.709502027573919 ], [ -5.751998248539398, 56.709122688856517 ], [ -5.752560128251829, 56.709429433351474 ], [ -5.753554357493528, 56.709399447376676 ], [ -5.753887796749881, 56.709218553959879 ], [ -5.753419651310647, 56.708540343947462 ], [ -5.755770156770879, 56.707439915301116 ], [ -5.756022824797666, 56.707760472397872 ], [ -5.757099487895055, 56.707656038305558 ], [ -5.757673657222068, 56.707921927982682 ], [ -5.758420688116416, 56.709427894748515 ], [ -5.759282309061652, 56.708561177419519 ], [ -5.760177732096514, 56.708606053712415 ], [ -5.760732151022179, 56.7095738518912 ], [ -5.760380293641152, 56.710061026546668 ], [ -5.759717050601415, 56.710049597434335 ], [ -5.759377262484205, 56.710657787395704 ], [ -5.758135126131804, 56.710497497162166 ], [ -5.758694278378293, 56.711267351436298 ], [ -5.757975445514326, 56.711927446238803 ], [ -5.758931392825385, 56.712168314552976 ], [ -5.759873351472709, 56.71189259614605 ], [ -5.760150362173212, 56.7112287572631 ], [ -5.761149264041165, 56.710934224404362 ], [ -5.761263134168308, 56.710470425564075 ], [ -5.76449499862122, 56.71025581042997 ], [ -5.765718631085512, 56.709904089384722 ], [ -5.766699935549932, 56.709173062312033 ], [ -5.769947606505004, 56.708301453179672 ], [ -5.771340755868265, 56.708663850284246 ], [ -5.772464820898883, 56.709848111678589 ], [ -5.772866896374778, 56.709781973225375 ], [ -5.773754557641015, 56.711412171900456 ], [ -5.773108693896252, 56.711965845648464 ], [ -5.774645820086667, 56.713305704197701 ], [ -5.7751078020572, 56.714993763209847 ], [ -5.776405327172442, 56.716322888139999 ], [ -5.777544898436754, 56.716826888215508 ], [ -5.778428107266687, 56.715884750048666 ], [ -5.779175816989582, 56.715661537553771 ], [ -5.778806282606047, 56.71559633182698 ], [ -5.779280608055654, 56.715337361550802 ], [ -5.779205567354157, 56.714231897398918 ], [ -5.77886514680313, 56.7139679966984 ], [ -5.778716964040838, 56.714169408391001 ], [ -5.777995428571145, 56.714001596553359 ], [ -5.778354777794217, 56.713818950515325 ], [ -5.777914059886782, 56.713370171952306 ], [ -5.778468387752023, 56.712572886974669 ], [ -5.779392581580002, 56.712544821910186 ], [ -5.778381234226241, 56.712063022323868 ], [ -5.778443096357521, 56.71160437986866 ], [ -5.779329989564271, 56.711677252234693 ], [ -5.778726246414942, 56.710581549734833 ], [ -5.779039455339038, 56.710721295955025 ], [ -5.778701070278011, 56.710005064936567 ], [ -5.779178767175102, 56.708412562981835 ], [ -5.780490934383091, 56.708049012682274 ], [ -5.779227344422512, 56.705965419515877 ], [ -5.780148163692045, 56.705856525607665 ], [ -5.781228745993802, 56.706605947745118 ], [ -5.78253404959862, 56.705361421670496 ], [ -5.782935191921747, 56.706100012042697 ], [ -5.784476593337321, 56.706066627417421 ], [ -5.784583239566301, 56.705501418112348 ], [ -5.785127748226794, 56.705633214163761 ], [ -5.785485931162795, 56.705375052650091 ], [ -5.785200955066605, 56.703922610991647 ], [ -5.786579272045899, 56.703975083032923 ], [ -5.788787256222705, 56.70293229400049 ], [ -5.79068714741686, 56.701022181295841 ], [ -5.791043864086959, 56.69937036725134 ], [ -5.794079244153218, 56.696324133091025 ], [ -5.79484010369961, 56.695846856270869 ], [ -5.796611896262006, 56.695671413162131 ], [ -5.797818508292587, 56.694915263515114 ], [ -5.799233182011859, 56.694764170759569 ], [ -5.799245879432592, 56.694485045869094 ], [ -5.800020624580898, 56.694551298586809 ], [ -5.800183573539469, 56.694060778826 ], [ -5.799659571925515, 56.693645191290678 ], [ -5.800355589822511, 56.693255278362258 ], [ -5.80093797738051, 56.693520718940235 ], [ -5.803244964860156, 56.693063575280497 ], [ -5.803499726050925, 56.692511798308459 ], [ -5.805261319614001, 56.691671165725161 ], [ -5.805270304935364, 56.69062787130715 ], [ -5.805977109780975, 56.690750113265921 ], [ -5.806014637934744, 56.690393798792989 ], [ -5.807279310401236, 56.690053881678637 ], [ -5.807065238777101, 56.689633334439435 ], [ -5.808136197089983, 56.68915547139197 ], [ -5.809821733801977, 56.686999832758602 ], [ -5.812126618694059, 56.685558001413611 ], [ -5.812007089132599, 56.685184018211544 ], [ -5.813220035203054, 56.685142344046042 ], [ -5.813148728457985, 56.685809907336669 ], [ -5.813731948121108, 56.685922405199875 ], [ -5.814573356510552, 56.685518957963453 ], [ -5.815799419214067, 56.685445385921113 ], [ -5.816022791602547, 56.685069877858922 ], [ -5.81767323964544, 56.685073182668418 ], [ -5.818817763775915, 56.683711787029551 ], [ -5.820174376507326, 56.68436248329143 ], [ -5.822309759921004, 56.683429189826008 ], [ -5.82335022044484, 56.683298303876533 ], [ -5.824766475479199, 56.682121815738817 ], [ -5.827051472580006, 56.681377155894481 ], [ -5.827100427080874, 56.680813671636713 ], [ -5.828347386659287, 56.680465084220259 ], [ -5.829246145150353, 56.679664134357623 ], [ -5.830267232849702, 56.679826013641964 ], [ -5.831001886012946, 56.678616487213851 ], [ -5.831465766507683, 56.678921401794007 ], [ -5.834899137464847, 56.677345444959016 ], [ -5.835048086694253, 56.676963201365275 ], [ -5.834204871649845, 56.67686331637335 ], [ -5.833979640581627, 56.676335254949912 ], [ -5.835475145588165, 56.674899927356904 ], [ -5.835712979074446, 56.675872686200407 ], [ -5.83623455451249, 56.675942019774219 ], [ -5.837432055532594, 56.675190236042752 ], [ -5.838833869529378, 56.67484125577954 ], [ -5.83951969483367, 56.674037805847917 ], [ -5.840683196725671, 56.674716719945479 ], [ -5.842304851836561, 56.674441835621494 ], [ -5.841953883765949, 56.673562498758393 ], [ -5.842265394283252, 56.673894560001322 ], [ -5.842708780438421, 56.673597621368167 ], [ -5.843721614750049, 56.673759643305331 ], [ -5.842995010699618, 56.67440252729758 ], [ -5.843415254494982, 56.675320183559606 ], [ -5.844862852936298, 56.674699967630339 ], [ -5.844960620657235, 56.675178002365904 ], [ -5.845749488314445, 56.675225544426013 ], [ -5.846666782187651, 56.674850993663398 ], [ -5.846817976725164, 56.674171936894972 ], [ -5.84950015835775, 56.673886627612703 ], [ -5.850324413856463, 56.674040945850486 ], [ -5.851203681498657, 56.675133193366101 ], [ -5.851050425745353, 56.675551559762454 ], [ -5.853887836624587, 56.676304394607008 ], [ -5.854560056297086, 56.677367069614867 ], [ -5.855376364400195, 56.677921735993898 ], [ -5.855810173955328, 56.67761155893573 ], [ -5.855344020387776, 56.67808459046163 ], [ -5.855754763230482, 56.678427031986764 ], [ -5.85687442540726, 56.678832911714657 ], [ -5.85822700326978, 56.678880877106735 ], [ -5.858562904828116, 56.679369500121247 ], [ -5.857809725200434, 56.679671609961787 ], [ -5.858431297786082, 56.680317719943638 ], [ -5.860796712927641, 56.680923195083736 ], [ -5.863311944108729, 56.680678743917248 ], [ -5.864488684149264, 56.680206083660359 ], [ -5.867678750442502, 56.679693297421728 ], [ -5.869052966778195, 56.67915600421393 ], [ -5.869836692259295, 56.678277396935002 ], [ -5.871821247616777, 56.678116719471753 ], [ -5.873221337426854, 56.676958135278575 ], [ -5.876730391278475, 56.677406295237638 ], [ -5.879711186344446, 56.676054480040392 ], [ -5.882430277896823, 56.675969623632454 ], [ -5.882425985039148, 56.675214439376497 ], [ -5.883966042300523, 56.674784195462578 ], [ -5.884837619339409, 56.674999752843227 ], [ -5.88528124950541, 56.674549786708411 ], [ -5.886950374611398, 56.675450769982334 ], [ -5.887690263623786, 56.675418650397248 ], [ -5.888684330713468, 56.676583494660392 ], [ -5.889127741810195, 56.676448238137773 ], [ -5.889453935206071, 56.676680818512857 ], [ -5.889511660729037, 56.677002722015217 ], [ -5.888634287622999, 56.677016671095203 ], [ -5.889343193862214, 56.677111397734443 ], [ -5.889666619753022, 56.676921444270128 ], [ -5.889313134964314, 56.676424456483389 ], [ -5.890014645813073, 56.676020359080766 ], [ -5.890471834765403, 56.676176903915 ], [ -5.891418856200096, 56.675935964097775 ], [ -5.89203168874154, 56.675147976772486 ], [ -5.893623249846891, 56.674742975010759 ], [ -5.893711056685886, 56.674011879218227 ], [ -5.895043057784171, 56.67346661779429 ], [ -5.896078000713551, 56.673524116906144 ], [ -5.896170786861453, 56.674105686250073 ], [ -5.896802569884172, 56.674450064493506 ], [ -5.898653798344895, 56.67481915973692 ], [ -5.899329712113035, 56.676142265416544 ], [ -5.902466459768887, 56.676147281103603 ], [ -5.902960904545615, 56.676347571675613 ], [ -5.902764770569779, 56.676583022225927 ], [ -5.904046173790692, 56.676416914518484 ], [ -5.903904180476848, 56.676938410535278 ], [ -5.902447369073056, 56.677145988663447 ], [ -5.903689412178485, 56.677309327135184 ], [ -5.902808307668498, 56.678344081905657 ], [ -5.902086517066442, 56.678393706816074 ], [ -5.902300643977684, 56.678805114616175 ], [ -5.903330100933588, 56.679123495364109 ], [ -5.902876676676542, 56.679398492638903 ], [ -5.903400303944172, 56.679328107295213 ], [ -5.904133126278678, 56.680015470540148 ], [ -5.904532373840046, 56.679611785920052 ], [ -5.906384505795538, 56.679198440783345 ], [ -5.906281523698355, 56.678756572282545 ], [ -5.907683141825341, 56.677386221531002 ], [ -5.907985420230386, 56.676126836208823 ], [ -5.90931912983015, 56.675756709721703 ], [ -5.910726767721336, 56.675627027747836 ], [ -5.91234070595452, 56.675989896219001 ], [ -5.91224883633266, 56.676442386915745 ], [ -5.913560438369956, 56.676567470713401 ], [ -5.912513071011452, 56.676942122741423 ], [ -5.915415198632016, 56.677125042216908 ], [ -5.916507213484805, 56.676865855586108 ], [ -5.917833285344665, 56.677129815601354 ], [ -5.917952899343423, 56.677494720667262 ], [ -5.918366855240705, 56.677077036931571 ], [ -5.921081599965576, 56.677499521838214 ], [ -5.921532361760384, 56.677435852394403 ], [ -5.921047308560301, 56.677091464876852 ], [ -5.921492935886006, 56.676978501103072 ], [ -5.921306220160852, 56.676283008890202 ], [ -5.921804411865825, 56.67620435453572 ], [ -5.92158538618129, 56.675590810056129 ], [ -5.922863654904964, 56.675474061273945 ], [ -5.923400859772483, 56.676005629568927 ], [ -5.924073053169455, 56.676029380985931 ], [ -5.924230678130721, 56.676523466540026 ], [ -5.925134499048799, 56.67641851016576 ], [ -5.92469381031762, 56.675951343356104 ], [ -5.92540950670731, 56.676000690798261 ], [ -5.924929571726894, 56.675705612893978 ], [ -5.926312784623265, 56.675733885423554 ], [ -5.927351352456969, 56.676451928989735 ], [ -5.927657624474258, 56.676882868054292 ], [ -5.927213153291579, 56.676928377232954 ], [ -5.92842312852723, 56.677488134327383 ], [ -5.928758204477064, 56.678821865119446 ], [ -5.928353215299776, 56.678776209931222 ], [ -5.928627350813288, 56.679055296838371 ], [ -5.927985330648988, 56.679008135858915 ], [ -5.928018230542145, 56.679245386731829 ], [ -5.92892760245341, 56.67997649181239 ], [ -5.928647538030211, 56.68050238367374 ], [ -5.92786601874185, 56.680135913560648 ], [ -5.927401957124939, 56.680150569188655 ], [ -5.927256072682922, 56.680631755825132 ], [ -5.925903522865577, 56.680350744794616 ], [ -5.926869469842612, 56.68123294388424 ], [ -5.926831995180321, 56.682911147872936 ], [ -5.927338665966521, 56.683461649898184 ], [ -5.928564801649661, 56.683782608830157 ], [ -5.928714599946723, 56.682712316114596 ], [ -5.929464744833679, 56.683012332589186 ], [ -5.931953715101936, 56.685649280301284 ], [ -5.933871709409546, 56.685710024394531 ], [ -5.934170368777057, 56.686379481089993 ], [ -5.935006813699641, 56.686096745871531 ], [ -5.935575026414149, 56.686218145149859 ], [ -5.936451131524476, 56.687175055649632 ], [ -5.936757644525279, 56.68698101626066 ], [ -5.938090221493173, 56.688771423485207 ], [ -5.938707791604688, 56.688739279851596 ], [ -5.938146255350799, 56.68865095348621 ], [ -5.938614686315645, 56.688364559339078 ], [ -5.939310445739328, 56.68848639946151 ], [ -5.939447144580402, 56.688152958437058 ], [ -5.942880371141849, 56.687421016659606 ], [ -5.943159401233673, 56.687948102099604 ], [ -5.944458624604661, 56.68751305070073 ], [ -5.94543027012994, 56.687991188085356 ], [ -5.945643587800653, 56.688670521875956 ], [ -5.946421660392713, 56.688158462724225 ], [ -5.946482566388314, 56.686852668675783 ], [ -5.947452247153339, 56.687311969248881 ], [ -5.948945349630035, 56.687028078950576 ], [ -5.949740089002359, 56.686052371919729 ], [ -5.950242111532535, 56.686243248156885 ], [ -5.95134885736833, 56.686046233201253 ], [ -5.952599139718454, 56.685426510485073 ], [ -5.952265393923195, 56.684659293305664 ], [ -5.951360340290597, 56.68436433233073 ], [ -5.951621023285868, 56.684045820034619 ], [ -5.950996729182864, 56.683701471111561 ], [ -5.95156975946248, 56.683089782329766 ], [ -5.952279828671969, 56.683161637228814 ], [ -5.95237511979443, 56.682434738676051 ], [ -5.95324269127713, 56.682528558959014 ], [ -5.953769313148626, 56.683109798527255 ], [ -5.954569271295317, 56.683259712451012 ], [ -5.954779473376, 56.683783567547927 ], [ -5.956438030022152, 56.683474539433718 ], [ -5.957687489453807, 56.684792607551472 ], [ -5.957406907201702, 56.685543392046554 ], [ -5.959631095433737, 56.685796320627603 ], [ -5.960987491331744, 56.685487859936842 ], [ -5.96223752528658, 56.68377998637073 ], [ -5.961715246722446, 56.681143919917155 ], [ -5.96269871787543, 56.680941734674228 ], [ -5.962502691547394, 56.680475888924569 ], [ -5.963480572733827, 56.68045371974722 ], [ -5.964247095384684, 56.680829442409959 ], [ -5.964898766922769, 56.680579365931791 ], [ -5.965556864879924, 56.681088924916736 ], [ -5.965977851972499, 56.681053019743977 ], [ -5.965880195794111, 56.68043566956959 ], [ -5.966651943818292, 56.680550436196 ], [ -5.967111603302955, 56.68119220789697 ], [ -5.966206367696126, 56.681594258710014 ], [ -5.967862837648688, 56.681577389078036 ], [ -5.96778968783885, 56.681193056348519 ], [ -5.969164188239903, 56.68104308726614 ], [ -5.970821414716604, 56.68211871296527 ], [ -5.97178085855403, 56.682153719059414 ], [ -5.972380745192154, 56.681862093806735 ], [ -5.972566006615223, 56.680768111970146 ], [ -5.970844411504598, 56.678151492998914 ], [ -5.971785356237842, 56.675625191302565 ], [ -5.970976897617976, 56.673843565328063 ], [ -5.971682136374906, 56.672863365733853 ], [ -5.974218277953315, 56.672440628660659 ], [ -5.980023464108434, 56.673432946621375 ], [ -5.984457305113438, 56.677349188089941 ], [ -5.985758594232554, 56.677929755734425 ], [ -5.986534587384013, 56.679010938315201 ], [ -5.986785168253844, 56.681147575666067 ], [ -5.986134947393169, 56.682413855615714 ], [ -5.984403768849624, 56.683192313449275 ], [ -5.985229953613956, 56.68399043737891 ], [ -5.987114504859454, 56.684491155847702 ], [ -5.987476144619775, 56.684897704828373 ], [ -5.991926371145573, 56.683181282499305 ], [ -5.992361474851051, 56.682353507854721 ], [ -5.993485777271942, 56.681939731149633 ], [ -5.993252801533722, 56.681668449103739 ], [ -5.993754026975044, 56.681850185735478 ], [ -5.994324772153869, 56.681377741461077 ], [ -5.996587606295022, 56.682379630067544 ], [ -5.998248890964882, 56.682330727537021 ], [ -5.998654385896645, 56.681841094222307 ], [ -5.999888172202091, 56.682920969678854 ], [ -6.003810478461072, 56.683392750309118 ], [ -6.005085468202113, 56.683090916828561 ], [ -6.005201089692275, 56.682718504548141 ], [ -6.007094061056456, 56.682850862663905 ], [ -6.009222836889633, 56.682588916277702 ], [ -6.009772445366385, 56.681842810063571 ], [ -6.010754897414814, 56.682323697652187 ], [ -6.013182656392463, 56.682798412291959 ], [ -6.014727611378824, 56.682577690451623 ], [ -6.015323754497944, 56.682805736415965 ], [ -6.020495824778681, 56.682126065352961 ], [ -6.021956489119834, 56.68134594723174 ], [ -6.025043257691733, 56.681412439256 ], [ -6.026324705584344, 56.680867376781883 ], [ -6.030228789830309, 56.680327257001842 ], [ -6.03106729383645, 56.680605825094162 ], [ -6.032909788160348, 56.682555916707187 ], [ -6.034483926690037, 56.682837582407672 ], [ -6.034630565228895, 56.683291444450525 ], [ -6.037005126768053, 56.684104646418113 ], [ -6.037491402983284, 56.684754308741134 ], [ -6.038195400272203, 56.684767421588177 ], [ -6.037840181067586, 56.68518811630328 ], [ -6.038362796735584, 56.685566819306509 ], [ -6.040020946103159, 56.685944607979231 ], [ -6.040620508795003, 56.685821715325602 ], [ -6.041368272560408, 56.6862425502542 ], [ -6.042000852173424, 56.687188693399392 ], [ -6.043539187079667, 56.688199811016403 ], [ -6.042614943819912, 56.68849513748993 ], [ -6.043658772876184, 56.689922496719113 ], [ -6.047141150255863, 56.691230056145081 ], [ -6.049128431913313, 56.691169870815081 ], [ -6.049519226155584, 56.691840584850908 ], [ -6.051546205469577, 56.693060514941756 ], [ -6.053176896221061, 56.693254682241253 ], [ -6.055729814481396, 56.692982617756073 ], [ -6.063162488310236, 56.693859614129956 ], [ -6.066723405326831, 56.693765717618412 ], [ -6.067581262294016, 56.694142336091943 ], [ -6.068270000561352, 56.693634205660047 ], [ -6.069180257708438, 56.693663780403853 ], [ -6.070367886003817, 56.693386613659065 ], [ -6.070240156624825, 56.693202846524571 ], [ -6.072115348793275, 56.693178336488515 ], [ -6.072088981959427, 56.692692694946373 ], [ -6.072612126817242, 56.692830240326415 ], [ -6.073308914687512, 56.692397355293586 ], [ -6.073955771291, 56.692711596717146 ], [ -6.076443718838158, 56.692293750628956 ], [ -6.077209647499945, 56.692515044957531 ], [ -6.077376704563019, 56.692291944637255 ], [ -6.078636087271863, 56.692844171523078 ], [ -6.079242750969004, 56.692409710984435 ], [ -6.079271980334575, 56.692754972309679 ], [ -6.080456341592598, 56.692478713593289 ], [ -6.080392181944227, 56.692761391762744 ], [ -6.083902242686215, 56.693842222009643 ], [ -6.085531513001357, 56.693388536613234 ], [ -6.085768817679112, 56.692307006245208 ], [ -6.086562380920982, 56.692285430870662 ], [ -6.086720421138147, 56.691437616301329 ], [ -6.092980335234, 56.691218274596885 ], [ -6.094977520187626, 56.690347676534564 ], [ -6.095897808264289, 56.689418091271826 ], [ -6.094336335110156, 56.688583716442544 ], [ -6.094264112359126, 56.687844188346205 ], [ -6.095096419210589, 56.688059590311163 ], [ -6.096361958537865, 56.68790100541387 ], [ -6.097695481868142, 56.688742866022487 ], [ -6.097540780318891, 56.689498862907215 ], [ -6.09844695965018, 56.690242385593983 ], [ -6.102699509729551, 56.691655235659496 ], [ -6.103162658261001, 56.691361178688993 ], [ -6.103061510030012, 56.691647789975129 ], [ -6.10446077791222, 56.69181564888833 ], [ -6.104551959601698, 56.691302745601924 ], [ -6.104780567881111, 56.691870742553952 ], [ -6.107021089326876, 56.692768902407785 ], [ -6.107559591687988, 56.692731334507776 ], [ -6.108165173883036, 56.691870500715282 ], [ -6.108908874485086, 56.691796472032081 ], [ -6.108816963315109, 56.691298606224862 ], [ -6.109118235894649, 56.691513474174862 ], [ -6.109519625886587, 56.69134283665052 ], [ -6.109397532415985, 56.691017732126987 ], [ -6.110063858132592, 56.690878806271975 ], [ -6.110122642819309, 56.690563911809228 ], [ -6.110338996538297, 56.690929066243044 ], [ -6.112091068049104, 56.691259640541254 ], [ -6.111453955432698, 56.692998342685193 ], [ -6.111098779782814, 56.692724110212573 ], [ -6.110419217913318, 56.692996572927449 ], [ -6.110656765418351, 56.693405990951746 ], [ -6.109393135088725, 56.693268790871812 ], [ -6.109297705588284, 56.693652341934531 ], [ -6.108657408498574, 56.693191478477281 ], [ -6.106943412737111, 56.694244496315889 ], [ -6.108604987944526, 56.694403648819282 ], [ -6.107604382664802, 56.694520332300122 ], [ -6.108006867331104, 56.694614054205651 ], [ -6.107021150831052, 56.695152005735267 ], [ -6.107810316489093, 56.694939792236106 ], [ -6.108796716452429, 56.695501638034017 ], [ -6.109406847380038, 56.696164938200276 ], [ -6.108376623389336, 56.696295195632871 ], [ -6.108444129922185, 56.696539370020467 ], [ -6.109930328902495, 56.697486678549282 ], [ -6.11167453451032, 56.697218599079378 ], [ -6.111378325574538, 56.696856085880626 ], [ -6.114102202103719, 56.695772407872113 ], [ -6.11411188253523, 56.695515687136464 ], [ -6.114149326611937, 56.695753659202147 ], [ -6.114087981353779, 56.696149576546119 ], [ -6.114848568892307, 56.695975134104685 ], [ -6.115017086352973, 56.696335569240148 ], [ -6.116875283804168, 56.69657264131299 ], [ -6.117525816283455, 56.696333479136328 ], [ -6.11785712498967, 56.696687622349984 ], [ -6.11840421766811, 56.69560744677446 ], [ -6.119670705881765, 56.695426113714248 ], [ -6.120890485961454, 56.694698646736299 ], [ -6.120770103909237, 56.694449934469944 ], [ -6.122114119995175, 56.694335252302821 ], [ -6.129462335933405, 56.690593233381925 ], [ -6.13176847410559, 56.688450055054396 ], [ -6.133136682061165, 56.687768787169766 ], [ -6.13261010656607, 56.686737706576707 ], [ -6.133817948690123, 56.686576157046062 ], [ -6.135882942655376, 56.685068618788868 ], [ -6.139992338527708, 56.683803254750387 ], [ -6.139643396396179, 56.68337871071386 ], [ -6.140104252482183, 56.682963179142902 ], [ -6.1416445893535, 56.68337502593004 ], [ -6.144643342383185, 56.682784992673156 ], [ -6.146448628197184, 56.683376803279977 ], [ -6.148259884358226, 56.683428806902931 ], [ -6.153132251130534, 56.685235652561261 ], [ -6.155875376888877, 56.68566110944554 ], [ -6.156313077948633, 56.686073652024305 ], [ -6.158763778624662, 56.686661702811676 ], [ -6.158751316341148, 56.687066808594118 ], [ -6.159479833985422, 56.687226801529235 ], [ -6.161689074530687, 56.686959535186311 ], [ -6.161931474259291, 56.686713105536768 ], [ -6.163555175187887, 56.686766669946579 ], [ -6.163453063121867, 56.686212515872015 ], [ -6.164032514908936, 56.686206603744132 ], [ -6.164422840389714, 56.685820318643607 ], [ -6.164837982012159, 56.686323519640908 ], [ -6.165825585397898, 56.68609259040182 ], [ -6.166300136418094, 56.686467892975436 ], [ -6.167345080030498, 56.686459858650601 ], [ -6.167760397146126, 56.686742713162815 ], [ -6.168574069315278, 56.686490611773969 ], [ -6.169216094204709, 56.687197532317661 ], [ -6.170214365688963, 56.686251255698146 ], [ -6.171479275811373, 56.686532583494255 ], [ -6.172104481868203, 56.687087170797476 ], [ -6.174882749398125, 56.686868024299585 ], [ -6.174929041036936, 56.687433039407964 ], [ -6.17587938229194, 56.687234756679828 ], [ -6.175878056014964, 56.686780646279374 ], [ -6.176590624605959, 56.68664879765857 ], [ -6.179696122610484, 56.686949149245734 ], [ -6.18076507194572, 56.687304419497579 ], [ -6.184453810332686, 56.687337730842565 ], [ -6.186082967329257, 56.688101282074193 ], [ -6.186347316571594, 56.687759634250114 ], [ -6.188664501713224, 56.688243681889524 ], [ -6.188282225013906, 56.688332999954717 ], [ -6.189334840663829, 56.688981028709904 ], [ -6.190305925782498, 56.690144410627951 ], [ -6.189983944411515, 56.690335124076157 ], [ -6.190521752214713, 56.690541833519383 ], [ -6.190039936212623, 56.690544578443628 ], [ -6.189820794069278, 56.690925180782976 ], [ -6.190616808919459, 56.691469429853875 ], [ -6.191267435181702, 56.691294618875865 ], [ -6.190717513573746, 56.692154018571799 ], [ -6.192089323760928, 56.693245428701928 ], [ -6.192556226579953, 56.693328615012405 ], [ -6.19316431021432, 56.692844961902694 ], [ -6.19497427631846, 56.693247074339645 ], [ -6.195588162374319, 56.692889118557893 ], [ -6.196393481700157, 56.693662347061931 ], [ -6.197333824559884, 56.693153970963401 ], [ -6.198512449140703, 56.69353686965956 ], [ -6.199196841453786, 56.693518259420159 ], [ -6.199109726384431, 56.693323348942904 ], [ -6.200005708659462, 56.693589871070664 ], [ -6.199956798447346, 56.693371187663267 ], [ -6.201723007438354, 56.693819647744689 ], [ -6.207190138571923, 56.69608549221882 ], [ -6.207516375072285, 56.696883853188716 ], [ -6.208315052781527, 56.697009716971728 ], [ -6.207973818929677, 56.697174149111468 ], [ -6.208292850236657, 56.697469126986874 ], [ -6.207927076604686, 56.697414053233736 ], [ -6.208433366290754, 56.697994977535579 ], [ -6.209953477398752, 56.698797896251271 ], [ -6.210572066187503, 56.698336283206771 ], [ -6.210360490402974, 56.697979216493891 ], [ -6.212272144269696, 56.699578251500959 ], [ -6.212672885636017, 56.699434275388079 ], [ -6.213645423215271, 56.700017373893473 ], [ -6.213474642035102, 56.699586983058374 ], [ -6.214018964178229, 56.69970344160744 ], [ -6.214321807226011, 56.700291237125327 ], [ -6.213491974028488, 56.700179955734178 ], [ -6.214077773468535, 56.701688975639875 ], [ -6.215058734116145, 56.701835602313572 ], [ -6.215890302588974, 56.70152412818377 ], [ -6.217611841489403, 56.702589931548722 ], [ -6.217161724590191, 56.70273110072295 ], [ -6.217510325927282, 56.703070021245722 ], [ -6.218089233885339, 56.70291099321804 ], [ -6.218473211469062, 56.703419585194467 ], [ -6.217873492200797, 56.703538850548952 ], [ -6.21884259314007, 56.704162498411598 ], [ -6.218250626095489, 56.704861573489602 ], [ -6.219345226691917, 56.705656332423068 ], [ -6.218757680918388, 56.705446931120207 ], [ -6.218646349945559, 56.705693527564925 ], [ -6.219603465880414, 56.7062096569326 ], [ -6.219642536450361, 56.706631019197673 ], [ -6.221673715051207, 56.707465930702526 ], [ -6.222061891126186, 56.708666859847057 ], [ -6.223210681547261, 56.70906853731006 ], [ -6.226333822821243, 56.71154356471947 ], [ -6.226653041147451, 56.713075084108482 ], [ -6.225256132057532, 56.713086565254358 ], [ -6.224307055951528, 56.713955181079562 ], [ -6.227122899522782, 56.714273225852743 ], [ -6.227969841874241, 56.715624928876409 ], [ -6.226490290903961, 56.716866827094393 ], [ -6.224964560361063, 56.716023811575106 ], [ -6.224764543234072, 56.716354365726311 ], [ -6.223809608498802, 56.715860679513426 ], [ -6.223709925858266, 56.715045667482507 ], [ -6.223196026771549, 56.715202511516118 ], [ -6.222621685056538, 56.714893750095719 ], [ -6.224043673365678, 56.717071333657806 ], [ -6.223389054274057, 56.717723094215707 ], [ -6.223926639185582, 56.718141021367444 ], [ -6.223868946383003, 56.719375071325004 ], [ -6.224330804081607, 56.719336906462019 ], [ -6.223890588882463, 56.71993192521132 ], [ -6.224772789072206, 56.720068347828729 ], [ -6.224863391566696, 56.719710032994357 ], [ -6.225277688909936, 56.719830863776075 ], [ -6.225794846759163, 56.720721629645674 ], [ -6.225415261749626, 56.720909892781762 ], [ -6.224656543919737, 56.720562433832981 ], [ -6.224064037582567, 56.721185107563564 ], [ -6.223210583216259, 56.721232067607964 ], [ -6.22300488471003, 56.720856832009716 ], [ -6.222795070219597, 56.721246171430998 ], [ -6.22136630733263, 56.720174985015831 ], [ -6.221471386089346, 56.721111225074701 ], [ -6.221942217150669, 56.721225652128602 ], [ -6.221446111121436, 56.722051888074724 ], [ -6.221728853742684, 56.722312094864478 ], [ -6.221196541894366, 56.722451566542553 ], [ -6.221262818935156, 56.722750595158253 ], [ -6.220541802757696, 56.722739082546468 ], [ -6.221880926887992, 56.723156806562734 ], [ -6.221859386962928, 56.723984926018133 ], [ -6.222951311255478, 56.724240153611554 ], [ -6.223744903136415, 56.724824764216464 ], [ -6.224940656435281, 56.724766179122064 ], [ -6.22530115626629, 56.724407692412115 ], [ -6.226235692076177, 56.72471770017976 ], [ -6.227258867798536, 56.725816106872166 ], [ -6.226930870636012, 56.727846262871047 ], [ -6.225238834239756, 56.72763842786609 ], [ -6.223924543591511, 56.726788212008231 ], [ -6.223512404892526, 56.727269857160962 ], [ -6.223190179856204, 56.72716837742739 ], [ -6.223166047665008, 56.727681817869176 ], [ -6.222284175835631, 56.727914096899561 ], [ -6.217365687625547, 56.727527812848166 ], [ -6.214971946449203, 56.726678115635252 ], [ -6.214019960826977, 56.725847002726894 ], [ -6.213833736960233, 56.726374921938472 ], [ -6.212709188596282, 56.725828436266262 ], [ -6.212325112139531, 56.726196675301679 ], [ -6.211229729608752, 56.725764303633667 ], [ -6.212405234608275, 56.726400808859445 ], [ -6.213231869700376, 56.727573427445527 ], [ -6.212575568895466, 56.727483232401759 ], [ -6.212225957842143, 56.727940236943013 ], [ -6.210421048437716, 56.728257633943336 ], [ -6.210161930183821, 56.729084791680144 ], [ -6.208790988602412, 56.729333519633698 ], [ -6.209263015939846, 56.729677284376535 ], [ -6.208804022449873, 56.729742273436095 ], [ -6.209019788544332, 56.730135176531384 ], [ -6.208281329478473, 56.730115186846803 ], [ -6.20772464104274, 56.730696092938189 ], [ -6.2082552136782, 56.731635935391772 ], [ -6.210036013425809, 56.732708852952179 ], [ -6.209643706895061, 56.73395420591612 ], [ -6.211854316344834, 56.73426161908592 ], [ -6.211894250956891, 56.735056174496393 ], [ -6.211108038199945, 56.734902916558283 ], [ -6.21035407536366, 56.735256683667096 ], [ -6.21029851698032, 56.734979771344413 ], [ -6.209929370494708, 56.735190112741449 ], [ -6.209077457193492, 56.735034568084487 ], [ -6.209242980435778, 56.735928298098372 ], [ -6.208843974658675, 56.736193605643713 ], [ -6.208176877260987, 56.735905897671159 ], [ -6.207924199392795, 56.73620672359641 ], [ -6.207419741419466, 56.736012438168416 ], [ -6.207104945816265, 56.737147240548339 ], [ -6.206252476765311, 56.73727947942308 ], [ -6.206130233804169, 56.736991329811723 ], [ -6.205465578700275, 56.737485939269462 ], [ -6.204767560608571, 56.736731608177813 ], [ -6.204282678295167, 56.737516914485639 ], [ -6.20423581237339, 56.73724420326424 ], [ -6.203793115159546, 56.737528956173293 ], [ -6.203541747537363, 56.737110267229383 ], [ -6.202578785942737, 56.738010639523829 ], [ -6.201744863469283, 56.738016314957619 ], [ -6.201536882239347, 56.738351590485323 ], [ -6.199343270336501, 56.737611741783589 ], [ -6.199840632513493, 56.738035626727957 ], [ -6.19933740395065, 56.737998649060856 ], [ -6.198365427871992, 56.737500842352823 ], [ -6.198807431858103, 56.738088477012774 ], [ -6.198479236521201, 56.738153509080234 ], [ -6.197854825092498, 56.737837326807046 ], [ -6.197827567056962, 56.736714092082821 ], [ -6.196745331195203, 56.736107577589259 ], [ -6.196211878344959, 56.736166035969632 ], [ -6.196535867232806, 56.736649738387143 ], [ -6.196127221355784, 56.736946804580882 ], [ -6.194700432382088, 56.735965181601884 ], [ -6.193597075134362, 56.735975388225349 ], [ -6.193007498255817, 56.735604049879505 ], [ -6.192530659950189, 56.736096755600322 ], [ -6.191952213761579, 56.735531683463137 ], [ -6.192425298449239, 56.735592188815943 ], [ -6.192443384249368, 56.735240844332232 ], [ -6.188986279768439, 56.734098216812377 ], [ -6.188454518385691, 56.734759129160288 ], [ -6.189762982045064, 56.735488497577755 ], [ -6.189709609236705, 56.735890491781277 ], [ -6.188731508411164, 56.735923417720784 ], [ -6.187096524317898, 56.734980195578721 ], [ -6.187804971870429, 56.735905138178957 ], [ -6.185126524843122, 56.735509612033894 ], [ -6.185530367254591, 56.736197497896207 ], [ -6.184657339789827, 56.736806917231718 ], [ -6.184349285488785, 56.736538487116057 ], [ -6.183561278730565, 56.736735850372064 ], [ -6.1839004168118, 56.737210080236132 ], [ -6.183397362164821, 56.737321419946234 ], [ -6.183499571028999, 56.738239783745662 ], [ -6.182462670176082, 56.738333091210919 ], [ -6.182211908312518, 56.738800169608261 ], [ -6.181457445944021, 56.739005384257993 ], [ -6.181605922908016, 56.739530991791909 ], [ -6.18291477731805, 56.740116528949535 ], [ -6.181527614546845, 56.740298041236841 ], [ -6.181135361090548, 56.741111610615967 ], [ -6.182493500623592, 56.741771939171414 ], [ -6.184502268543232, 56.741587505258252 ], [ -6.185563689142266, 56.741934023336576 ], [ -6.184252527580402, 56.741843213958759 ], [ -6.182001263315657, 56.742348753965501 ], [ -6.18131212088083, 56.742935779089891 ], [ -6.181176820532071, 56.743999717915671 ], [ -6.182368238413273, 56.745293372778931 ], [ -6.183853664036033, 56.745301904580842 ], [ -6.183471474325929, 56.745661887356484 ], [ -6.184979684244389, 56.7455221521965 ], [ -6.185814530898102, 56.745978810490854 ], [ -6.186305321039888, 56.745491960966625 ], [ -6.187382272161113, 56.745212917493127 ], [ -6.189201597661595, 56.745867553366907 ], [ -6.184456011864806, 56.746287091146563 ], [ -6.183664017925475, 56.747891115504295 ], [ -6.182028601660924, 56.748624158352868 ], [ -6.185264054028905, 56.748780707805722 ], [ -6.189415477782991, 56.74954756136588 ], [ -6.189474582751352, 56.750004224526371 ], [ -6.187594333459367, 56.750493772165541 ], [ -6.189771561924585, 56.751419648640784 ], [ -6.189958966483627, 56.751705619130526 ], [ -6.189392649129094, 56.751544816926057 ], [ -6.189823038394781, 56.75210139814584 ], [ -6.189433144187444, 56.752348344040577 ], [ -6.190045082445072, 56.75262452207302 ], [ -6.190468432961103, 56.752457386652345 ], [ -6.190869205248049, 56.752821608151876 ], [ -6.190398583881684, 56.752931880490088 ], [ -6.191232395640909, 56.753362461152562 ], [ -6.190184489409007, 56.753874379033761 ], [ -6.189813850577776, 56.753706991093004 ], [ -6.188148301854998, 56.753965386695413 ], [ -6.188435573966104, 56.754486318575779 ], [ -6.187967421583765, 56.754618981023647 ], [ -6.186444449998294, 56.754467863302693 ], [ -6.18606814887107, 56.755204468166013 ], [ -6.185195557457869, 56.755233808417834 ], [ -6.184717096141759, 56.754759766443819 ], [ -6.183502158043393, 56.754948990285605 ], [ -6.181867919245203, 56.754239484161417 ], [ -6.181525736254122, 56.754327420880458 ], [ -6.181947242501771, 56.7547314424924 ], [ -6.180845886765539, 56.754323276834704 ], [ -6.180213433420737, 56.754524379707185 ], [ -6.179608871520682, 56.75416696819746 ], [ -6.178994399950327, 56.754309005655038 ], [ -6.178857803662424, 56.754920627855569 ], [ -6.17680589645258, 56.754944527376516 ], [ -6.176406422787267, 56.755106316904147 ], [ -6.176666586586848, 56.755605699640419 ], [ -6.175515202807175, 56.755630835608969 ], [ -6.173698604617792, 56.755120693043956 ], [ -6.173722034949932, 56.754742196822278 ], [ -6.174530572537622, 56.754652133321294 ], [ -6.174295596900972, 56.754084453753151 ], [ -6.1733702633726, 56.753638845124335 ], [ -6.171553115126676, 56.753564857408442 ], [ -6.170524600889737, 56.753221610248907 ], [ -6.169868635440867, 56.7523262900297 ], [ -6.169301888153305, 56.752529632406244 ], [ -6.167822768714978, 56.751517981118241 ], [ -6.167887744937703, 56.752693899765056 ], [ -6.167336500223929, 56.752815776054952 ], [ -6.167743333935265, 56.752941548210742 ], [ -6.165453208256724, 56.753252023182789 ], [ -6.164376951700859, 56.752698986836293 ], [ -6.163135875843504, 56.753095725847537 ], [ -6.163949238747855, 56.753270865063357 ], [ -6.163284299984423, 56.753401022564759 ], [ -6.161926828259352, 56.75333849914513 ], [ -6.160930247280046, 56.752913169250014 ], [ -6.160834286513199, 56.75330307809935 ], [ -6.160250265062722, 56.753129247269044 ], [ -6.160408497195567, 56.753892864758562 ], [ -6.160135567842086, 56.753645684298014 ], [ -6.159665019749583, 56.754200991720793 ], [ -6.159086006639144, 56.754220338361421 ], [ -6.1597689543371, 56.754548247489502 ], [ -6.158937401366513, 56.754652472844676 ], [ -6.158938279428756, 56.754364666127771 ], [ -6.158745367763538, 56.75461841972816 ], [ -6.157546550473091, 56.7546584638228 ], [ -6.157152520616052, 56.754352370324632 ], [ -6.156721976567141, 56.754973777376762 ], [ -6.155993134449828, 56.754822748180011 ], [ -6.156141058820361, 56.755271957570507 ], [ -6.155571260876565, 56.755596742749802 ], [ -6.155881979136442, 56.755815692262061 ], [ -6.15482333166594, 56.756161289086023 ], [ -6.154623339556343, 56.75686941946983 ], [ -6.156457479256601, 56.759389193705381 ], [ -6.155120755259328, 56.759146038927376 ], [ -6.152723942123098, 56.759828544269823 ], [ -6.150731827062509, 56.758617972179508 ], [ -6.150492141555535, 56.758967697413027 ], [ -6.15106860446022, 56.759443092537154 ], [ -6.150049488362651, 56.759036412275833 ], [ -6.150461854054605, 56.759656671753113 ], [ -6.149974169371377, 56.759466090498265 ], [ -6.14983856935053, 56.760091127464328 ], [ -6.148734163806664, 56.759579363405869 ], [ -6.148996213967306, 56.760024776609853 ], [ -6.148303870207176, 56.759760072360478 ], [ -6.148504229784549, 56.761129323691108 ], [ -6.147729834913042, 56.76115962212657 ], [ -6.145437751517385, 56.760197274434979 ], [ -6.145806561493429, 56.761016843907385 ], [ -6.145149817889087, 56.760926299718349 ], [ -6.145476116854087, 56.761805739870631 ], [ -6.144498769230863, 56.761703384388831 ], [ -6.144703190119166, 56.76199784377107 ], [ -6.143432692400969, 56.76146458334383 ], [ -6.143733748225809, 56.761967162781716 ], [ -6.142505017602494, 56.76188664764183 ], [ -6.140780506997495, 56.761170621507596 ], [ -6.140779972622579, 56.761611294102238 ], [ -6.140293775721033, 56.761582499032599 ], [ -6.138782447990955, 56.760423198535165 ], [ -6.138182472403303, 56.760996208721743 ], [ -6.137023246217179, 56.760877358208589 ], [ -6.13839988791988, 56.761631977440338 ], [ -6.138095516967959, 56.762213146317656 ], [ -6.136662367626346, 56.76213487125613 ], [ -6.136326771614613, 56.761763821587479 ], [ -6.136337333879266, 56.762082719862349 ], [ -6.136135707012468, 56.761738694005359 ], [ -6.136001183608575, 56.762003958135388 ], [ -6.134487157556046, 56.762157664619203 ], [ -6.133973340855174, 56.761877960125084 ], [ -6.134262399187151, 56.762421426667274 ], [ -6.133549767674966, 56.762418109868911 ], [ -6.133258436209841, 56.762077058051766 ], [ -6.132400639035885, 56.762316866301354 ], [ -6.132877251103435, 56.763002493537492 ], [ -6.130592271206936, 56.762920946627894 ], [ -6.130340490706218, 56.763311498157982 ], [ -6.129820937477279, 56.763202832308167 ], [ -6.130080384308383, 56.763477502621804 ], [ -6.129359632785366, 56.763326047907647 ], [ -6.129352126960748, 56.763555615854287 ], [ -6.128689801314186, 56.763190886361286 ], [ -6.128857633738942, 56.763823816607889 ], [ -6.128060722447664, 56.76372434087574 ], [ -6.127725195374624, 56.763353267094232 ], [ -6.127709457397293, 56.763731490433706 ], [ -6.127044547675736, 56.763641121290206 ], [ -6.126865218923453, 56.76335030010609 ], [ -6.126660091953991, 56.7637932543212 ], [ -6.124042264539098, 56.764334133708026 ], [ -6.122205106358742, 56.764305043927898 ], [ -6.122723586501341, 56.764553166500477 ], [ -6.122310695699908, 56.764670255636354 ], [ -6.121535215776477, 56.764691432190162 ], [ -6.121393561228033, 56.764295938766693 ], [ -6.117993916467181, 56.765622461358667 ], [ -6.117283135797252, 56.764665747296618 ], [ -6.117023517155691, 56.765434227646892 ], [ -6.116233064581087, 56.765617737003829 ], [ -6.1139671408007, 56.765337409997791 ], [ -6.113123551200716, 56.76458740100081 ], [ -6.112623097190069, 56.765026595313209 ], [ -6.111159209820428, 56.764967026227552 ], [ -6.110861862263603, 56.764644109759921 ], [ -6.110441621861486, 56.764918775695165 ], [ -6.108108445380407, 56.764995779541195 ], [ -6.107388526688001, 56.764551905078385 ], [ -6.106457590955789, 56.765023259172921 ], [ -6.104190482676818, 56.765255383982627 ], [ -6.10235132554847, 56.764983261174891 ], [ -6.10053190817233, 56.765191574792468 ], [ -6.099499642505715, 56.764510641495278 ], [ -6.098902154768814, 56.764512326999203 ], [ -6.099173345279497, 56.764296565382082 ], [ -6.098140793864501, 56.763687573176959 ], [ -6.098183747447784, 56.763330945298868 ], [ -6.096706594741841, 56.763073803764669 ], [ -6.097344055708738, 56.762913439662888 ], [ -6.0971605936573, 56.762357429715109 ], [ -6.095769500605143, 56.761913094428195 ], [ -6.095084997426339, 56.760816013131979 ], [ -6.094187893296442, 56.760591921661295 ], [ -6.092609797699564, 56.760789488819007 ], [ -6.091797498719278, 56.761373737287087 ], [ -6.093065416182776, 56.762190867511052 ], [ -6.092914067491034, 56.762605012536888 ], [ -6.091224182593453, 56.762498683791492 ], [ -6.091613520712536, 56.762841102587203 ], [ -6.090687382405191, 56.762606248969121 ], [ -6.089635942521918, 56.762874600638064 ], [ -6.088776758404704, 56.762502642969551 ], [ -6.086601101946742, 56.762596554005547 ], [ -6.086615273214274, 56.763027738927939 ], [ -6.086134064235944, 56.762818714664199 ], [ -6.085927352743639, 56.76317621399027 ], [ -6.081747263761916, 56.762454518146036 ], [ -6.081603579569106, 56.76294033726348 ], [ -6.080761154930531, 56.762495834797164 ], [ -6.080763061093402, 56.763417522344469 ], [ -6.079245737756714, 56.762864733831655 ], [ -6.078357008227576, 56.761918143030826 ], [ -6.077468952093214, 56.761731405166948 ], [ -6.077025347317788, 56.761264824356644 ], [ -6.075604862306671, 56.761225900898729 ], [ -6.074830952224922, 56.76028002489187 ], [ -6.074486296268077, 56.7601968816371 ], [ -6.074215304142736, 56.760641893602312 ], [ -6.074269661255533, 56.760388320472813 ], [ -6.073500235929258, 56.760238140086585 ], [ -6.072048434702346, 56.760438506509061 ], [ -6.071822443752187, 56.760090688117167 ], [ -6.071339031865477, 56.760313327702924 ], [ -6.071594326690244, 56.759949769731946 ], [ -6.07071042655011, 56.759574003706568 ], [ -6.069758167869532, 56.759775994987102 ], [ -6.069754372275181, 56.760194276630109 ], [ -6.069457025312386, 56.759943209482415 ], [ -6.06913383508149, 56.760133625360943 ], [ -6.068290277711568, 56.759374337224429 ], [ -6.067296557817205, 56.759420293355539 ], [ -6.064977997711021, 56.758646213064218 ], [ -6.062829786822751, 56.759143482427135 ], [ -6.062542914286249, 56.760124044694741 ], [ -6.061439661616789, 56.759611490054091 ], [ -6.060967585218282, 56.759712318461062 ], [ -6.061617489825156, 56.760347578448574 ], [ -6.060870414351113, 56.759949295371719 ], [ -6.059378917678469, 56.759858548370502 ], [ -6.057314860610187, 56.760499555003143 ], [ -6.058036193534241, 56.76090229498822 ], [ -6.057139060374471, 56.76178222993515 ], [ -6.057534290930291, 56.762606559764571 ], [ -6.057975750347333, 56.76266141552999 ], [ -6.057632713585194, 56.763168985581821 ], [ -6.0571070358008, 56.762758968155318 ], [ -6.056560379237959, 56.762912567407419 ], [ -6.056386139775164, 56.76340654078993 ], [ -6.053866360325197, 56.760419443715399 ], [ -6.052380888798554, 56.760187233404793 ], [ -6.051731947166648, 56.760348637178268 ], [ -6.050839052722708, 56.760919941781594 ], [ -6.051070991769755, 56.761385403650408 ], [ -6.050315661963217, 56.761258902423322 ], [ -6.050398912888895, 56.761833515802856 ], [ -6.051384976209594, 56.763203373139326 ], [ -6.05386144617589, 56.765015702677765 ], [ -6.052540942534369, 56.764614455434526 ], [ -6.05139599441702, 56.764929584427222 ], [ -6.051272092267462, 56.765450687435823 ], [ -6.050615787671527, 56.765134818871658 ], [ -6.050774954784132, 56.765547794340833 ], [ -6.050175819118253, 56.765306500282612 ], [ -6.049570740281148, 56.765465564885446 ], [ -6.049538325577154, 56.765772365504567 ], [ -6.050302887159969, 56.765801453268978 ], [ -6.049830441241951, 56.766203499537447 ], [ -6.049483849834701, 56.766102364910459 ], [ -6.049745320314424, 56.766628917474321 ], [ -6.047859778307394, 56.765467242640881 ], [ -6.046897101024198, 56.76557497081388 ], [ -6.045763718194579, 56.765162175354789 ], [ -6.045026219197345, 56.76445684242055 ], [ -6.041190114502144, 56.76407962242358 ], [ -6.040658908277438, 56.764408002548969 ], [ -6.03920037943537, 56.763650496550838 ], [ -6.036892689439664, 56.763187585456258 ], [ -6.03375304431477, 56.763515048711184 ], [ -6.032270229274665, 56.763200680752938 ], [ -6.031317213934747, 56.763550772174916 ], [ -6.030335754365228, 56.764292049303123 ], [ -6.031430698172675, 56.765721475205503 ], [ -6.03112169145023, 56.766046215377848 ], [ -6.030559617099491, 56.765767659373275 ], [ -6.030696478726829, 56.766127423735348 ], [ -6.029940079181497, 56.766097951435199 ], [ -6.029939659062742, 56.766399212244949 ], [ -6.028919720955395, 56.7661264739098 ], [ -6.029233720010984, 56.766763770284705 ], [ -6.025731180780667, 56.765328558546642 ], [ -6.024419024066725, 56.765094007419343 ], [ -6.023344821166146, 56.764314007243939 ], [ -6.022484222485738, 56.764350804145806 ], [ -6.021812336163413, 56.763993926622476 ], [ -6.020973993800449, 56.764437350752431 ], [ -6.019121591989914, 56.764279539526065 ], [ -6.017676411020035, 56.764545592894073 ], [ -6.017246719706293, 56.764294180783679 ], [ -6.01745016326641, 56.763915331609319 ], [ -6.016740170625134, 56.764533533811338 ], [ -6.01648434026708, 56.765907731092874 ], [ -6.014753648842396, 56.765954551298016 ], [ -6.015387013084941, 56.766824375486749 ], [ -6.014811687885266, 56.768488532994212 ], [ -6.014301938808835, 56.768545432470184 ], [ -6.015152795706569, 56.769304834461877 ], [ -6.011966926632143, 56.767887805432657 ], [ -6.013297281604693, 56.768798128634415 ], [ -6.012868930753462, 56.769616750735814 ], [ -6.013172173703395, 56.770079078243896 ], [ -6.014143613890771, 56.770434440259379 ], [ -6.01435448103425, 56.772023790572867 ], [ -6.013791358035149, 56.772271247509629 ], [ -6.012410373842647, 56.772068459904403 ], [ -6.010797408239704, 56.770767067884712 ], [ -6.010362978009634, 56.77083950940041 ], [ -6.008521151214523, 56.769617399030267 ], [ -6.00700644696406, 56.769234514865822 ], [ -6.005701813780049, 56.769285480451877 ], [ -6.005878196555017, 56.769864309037466 ], [ -6.004660900784533, 56.768891823145594 ], [ -6.002684017437432, 56.769472440997632 ], [ -6.002226947272097, 56.768794722279154 ], [ -6.00135349082205, 56.768588991109837 ], [ -6.000213750851048, 56.769034759152603 ], [ -6.000366343875347, 56.769929089413687 ], [ -5.999151577634012, 56.769747794729525 ], [ -5.999207031572492, 56.770114698803233 ], [ -5.997637259596121, 56.770367428158792 ], [ -5.997804082163188, 56.770703780507596 ], [ -5.997354735944608, 56.770790143444742 ], [ -5.996830761812616, 56.769790831020629 ], [ -5.995254440440526, 56.769135518311671 ], [ -5.993672590886481, 56.769505485188184 ], [ -5.993217651586297, 56.77000116181835 ], [ -5.993791668565651, 56.770086165270897 ], [ -5.992644885372022, 56.770158907405282 ], [ -5.991777204991697, 56.768774935061693 ], [ -5.990095574431437, 56.769053635649072 ], [ -5.989282420158954, 56.768567128160143 ], [ -5.988534014760067, 56.768690016225406 ], [ -5.987906997825844, 56.768336918382069 ], [ -5.987845244275515, 56.768680602121371 ], [ -5.987304115192095, 56.76836521606684 ], [ -5.98716313495776, 56.768733916777592 ], [ -5.986609020786571, 56.76845041646542 ], [ -5.985602342103507, 56.768608531559615 ], [ -5.985887304623442, 56.769750419835695 ], [ -5.984701735152703, 56.768763244283356 ], [ -5.984479126688608, 56.769134553363756 ], [ -5.984342693206624, 56.768774732479912 ], [ -5.984158582297421, 56.769045894425069 ], [ -5.983835343839614, 56.768777475893081 ], [ -5.983236964549377, 56.769079873122642 ], [ -5.982901850272603, 56.768699429082211 ], [ -5.981697859130406, 56.769313434762857 ], [ -5.980920518075888, 56.769086504255938 ], [ -5.980609277939688, 56.769703429306205 ], [ -5.980185675161683, 56.769492163160592 ], [ -5.980067030127827, 56.769995024048107 ], [ -5.979233248666801, 56.770008180822295 ], [ -5.97962429222424, 56.770993822416429 ], [ -5.977531071039643, 56.770480698073683 ], [ -5.976920748033081, 56.770671042207553 ], [ -5.977518748790755, 56.770750858243161 ], [ -5.977327367822108, 56.771031233372682 ], [ -5.976904809224732, 56.770752481162411 ], [ -5.97624893030348, 56.770899315576571 ], [ -5.977076593157854, 56.771601255895142 ], [ -5.976693431735191, 56.772081086939799 ], [ -5.977280354324149, 56.772210715460083 ], [ -5.97745328634562, 56.772915577691919 ], [ -5.978547841573129, 56.773276272931064 ], [ -5.978154058301357, 56.773810401089008 ], [ -5.977376461104843, 56.773736323081977 ], [ -5.977896337870323, 56.774160337523675 ], [ -5.977223789562782, 56.774150344670076 ], [ -5.977221306991407, 56.773817711952191 ], [ -5.976811453318309, 56.774123047135546 ], [ -5.97593629712415, 56.774133005177212 ], [ -5.97569297838956, 56.774464492428123 ], [ -5.974001231587298, 56.773722676462164 ], [ -5.973613939064565, 56.774009296335556 ], [ -5.971973394268565, 56.772357608577728 ], [ -5.971355057757068, 56.772395312622983 ], [ -5.970938061644558, 56.772633414243387 ], [ -5.971276307296703, 56.773121695256243 ], [ -5.970858828888219, 56.773355315725119 ], [ -5.970417388135187, 56.773207530691579 ], [ -5.970292810466229, 56.773733049097984 ], [ -5.969585362983386, 56.773625213679068 ], [ -5.970062499617314, 56.774342867524673 ], [ -5.969263629566117, 56.77437732319504 ], [ -5.969290052603808, 56.774704695670437 ], [ -5.968296428728243, 56.774291246927156 ], [ -5.968464685613623, 56.774798439693967 ], [ -5.967975358130316, 56.774894960486151 ], [ -5.968545500098779, 56.775020668993157 ], [ -5.968311583268052, 56.77544176265598 ], [ -5.969874436796385, 56.777365739661221 ], [ -5.969585021314924, 56.77764922582481 ], [ -5.970141201709639, 56.778881411214861 ], [ -5.968466303622238, 56.778377274172627 ], [ -5.969353653761903, 56.779333641059829 ], [ -5.968870429540274, 56.779488418933589 ], [ -5.968443461900463, 56.779245746779615 ], [ -5.96822748448264, 56.77952688937112 ], [ -5.96705402912936, 56.778885361778883 ], [ -5.965756791499617, 56.778854736208054 ], [ -5.966504802062936, 56.779190603376001 ], [ -5.96591733074387, 56.779056444168489 ], [ -5.965937574934129, 56.779325564441571 ], [ -5.967130054452822, 56.781077029145145 ], [ -5.966939019637506, 56.781361870729327 ], [ -5.966207647257838, 56.781106405025632 ], [ -5.96638950830211, 56.781509757275494 ], [ -5.965904463552581, 56.781570163149965 ], [ -5.966542734553592, 56.781797123084907 ], [ -5.966014202263409, 56.782686193007642 ], [ -5.967680516707562, 56.783262576549738 ], [ -5.967802528099238, 56.783564423639085 ], [ -5.966857268752138, 56.784075611919555 ], [ -5.966862032540329, 56.784430650650933 ], [ -5.965949733890247, 56.784711481628229 ], [ -5.965686697949012, 56.784315209159097 ], [ -5.965307154793364, 56.784444190311739 ], [ -5.963645790984826, 56.783759711418078 ], [ -5.963598821441419, 56.784012986219253 ], [ -5.962936397593888, 56.783557479566184 ], [ -5.962027170513474, 56.783712293934016 ], [ -5.962597894174169, 56.784152738245382 ], [ -5.962015669961041, 56.784301645059145 ], [ -5.959354421019833, 56.783455579799487 ], [ -5.958204920612859, 56.782574916657929 ], [ -5.957842722141968, 56.782946111100543 ], [ -5.956461750056347, 56.782666267500773 ], [ -5.95460430810692, 56.781673176357721 ], [ -5.954680348097359, 56.781306581559015 ], [ -5.955284751005743, 56.781368319133698 ], [ -5.953943553894018, 56.780376809222197 ], [ -5.95319964889647, 56.780467862931992 ], [ -5.9499697026224, 56.778726956392532 ], [ -5.950050271407812, 56.779025636386116 ], [ -5.94923633924775, 56.778840132746964 ], [ -5.949081276915598, 56.779078843648641 ], [ -5.945539916581557, 56.778112027568618 ], [ -5.945224240908357, 56.777290260383282 ], [ -5.945697973936722, 56.777589976123124 ], [ -5.945746000466984, 56.777345668581447 ], [ -5.946203876288863, 56.777416586842044 ], [ -5.945268966711955, 56.776313203517496 ], [ -5.945957251278363, 56.776394807749902 ], [ -5.94668653593568, 56.777100058640293 ], [ -5.946514484156509, 56.776709858968474 ], [ -5.94706339809636, 56.7768678100445 ], [ -5.946658390060949, 56.776053373083812 ], [ -5.944956139163815, 56.775050734028873 ], [ -5.944464857504093, 56.775363032816408 ], [ -5.943609937002251, 56.774396482363834 ], [ -5.943507280814597, 56.774588566327822 ], [ -5.942972385125654, 56.77440767642927 ], [ -5.942760546740245, 56.773560136639972 ], [ -5.942332675773105, 56.773852435473259 ], [ -5.941877588787537, 56.772949649788565 ], [ -5.940702099736081, 56.772438334382052 ], [ -5.940436294150378, 56.771934197457355 ], [ -5.940196297961438, 56.772144112010899 ], [ -5.937485834773231, 56.76987841641396 ], [ -5.937143329583737, 56.770203966625104 ], [ -5.936459458371059, 56.769928847579941 ], [ -5.935840706030363, 56.769103152514298 ], [ -5.936349416949753, 56.768722896203066 ], [ -5.935163386933596, 56.768499610413699 ], [ -5.93453929967943, 56.767309900857597 ], [ -5.93341243036057, 56.767260074752691 ], [ -5.93192421707414, 56.766183069181686 ], [ -5.931564053610606, 56.766261880769619 ], [ -5.931038513428565, 56.765464693754495 ], [ -5.930721034389076, 56.765951292472742 ], [ -5.929913762545902, 56.76574747478184 ], [ -5.92920706468443, 56.764861581583105 ], [ -5.929603338149404, 56.764345524366526 ], [ -5.929125771956852, 56.764162769472506 ], [ -5.928561994714908, 56.764486285354195 ], [ -5.928082196402319, 56.76404732464438 ], [ -5.927095435206549, 56.76424030366411 ], [ -5.924394978726926, 56.763075549693113 ], [ -5.92114169312471, 56.762494644422809 ], [ -5.917891957635528, 56.760847995884603 ], [ -5.917383769097289, 56.758957687362276 ], [ -5.916919879901966, 56.758904841038948 ], [ -5.917035175961271, 56.75851905552711 ], [ -5.915883734477665, 56.757759483711418 ], [ -5.915457801001699, 56.756185797076689 ], [ -5.914930964466326, 56.755842684752061 ], [ -5.91488221266244, 56.754275120535517 ], [ -5.915448544208844, 56.754054992997929 ], [ -5.915097164430667, 56.75327474982462 ], [ -5.91474961328743, 56.753002431315807 ], [ -5.91326449364075, 56.752887262905055 ], [ -5.912626305558184, 56.752417258393358 ], [ -5.911858848821547, 56.75267066847028 ], [ -5.909990576213558, 56.75217634969475 ], [ -5.909399045193394, 56.75136766655298 ], [ -5.909876310376483, 56.750291630308162 ], [ -5.909482443434245, 56.749809442082196 ], [ -5.908978829349437, 56.750081525541752 ], [ -5.906545549782686, 56.750211851577959 ], [ -5.90633297883365, 56.750686101582012 ], [ -5.903595451504375, 56.751275510347675 ], [ -5.903547578616123, 56.751996364464233 ], [ -5.902530990128843, 56.751821419066204 ], [ -5.902260108736467, 56.75220756957188 ], [ -5.900388484579947, 56.752783250386756 ], [ -5.900636148126736, 56.753198110978481 ], [ -5.901331395567684, 56.753194311723504 ], [ -5.900763033543894, 56.75386852834734 ], [ -5.899667118554486, 56.753875882035977 ], [ -5.899112168466049, 56.752944617259899 ], [ -5.896513552009146, 56.753376652810196 ], [ -5.896500647023819, 56.753646813157019 ], [ -5.898401963039307, 56.753987435933539 ], [ -5.898399174688749, 56.754828264967976 ], [ -5.897903149741675, 56.754938209224377 ], [ -5.897605265560434, 56.755774787860581 ], [ -5.895918813973256, 56.755297046410874 ], [ -5.895227652005784, 56.755498508158851 ], [ -5.894740581444267, 56.755931866787073 ], [ -5.89529918852762, 56.756899002774254 ], [ -5.894641213685627, 56.75805256081798 ], [ -5.892464918061777, 56.757666522756168 ], [ -5.891319526515618, 56.75806649331772 ], [ -5.890685546566091, 56.757951426511205 ], [ -5.88883024222547, 56.759875191705596 ], [ -5.889142671389091, 56.760679196122943 ], [ -5.890047956319393, 56.760489065292504 ], [ -5.890117719425133, 56.760846559881152 ], [ -5.888782030306201, 56.7611490433288 ], [ -5.889092693934222, 56.761777762120488 ], [ -5.888115184693817, 56.762693983571296 ], [ -5.886187457774559, 56.762655248180359 ], [ -5.886843951468403, 56.76306636684555 ], [ -5.886250237845108, 56.763341164053159 ], [ -5.886288437210959, 56.762998282330351 ], [ -5.88378062823611, 56.762653905853227 ], [ -5.883156200059066, 56.76176070950244 ], [ -5.882443149607857, 56.761989754754623 ], [ -5.881340328781003, 56.761853288982927 ], [ -5.879882273573733, 56.760734287704125 ], [ -5.87990329619819, 56.759749029863528 ], [ -5.878849721210599, 56.75993021786951 ], [ -5.878877618285451, 56.758535619410729 ], [ -5.878152741097047, 56.758729041965353 ], [ -5.87749290883162, 56.759473430239311 ], [ -5.874168177592323, 56.757792045937201 ], [ -5.872897094299208, 56.757530362258443 ], [ -5.871178546747221, 56.756023729950215 ], [ -5.869716682419092, 56.755498193395425 ], [ -5.870030571153253, 56.754890485227776 ], [ -5.871652655977991, 56.754588288512338 ], [ -5.872207695187373, 56.753303187828941 ], [ -5.871883226309663, 56.752139851147646 ], [ -5.870441655952239, 56.751968869379404 ], [ -5.869940378414887, 56.751471920095852 ], [ -5.870043239278266, 56.750484123889699 ], [ -5.870752005956639, 56.749976535092038 ], [ -5.871872757062914, 56.749973157812967 ], [ -5.873381322604192, 56.749206891677943 ], [ -5.873038861072065, 56.748345342212055 ], [ -5.873416203236159, 56.74779859164228 ], [ -5.874025162085184, 56.747514386450398 ], [ -5.87427296165971, 56.747933785591236 ], [ -5.874890091060688, 56.747887604402905 ], [ -5.875461360507308, 56.746206340418127 ], [ -5.87665695332111, 56.746295002176723 ], [ -5.877065429031048, 56.745495499094034 ], [ -5.875743153221592, 56.74481283086363 ], [ -5.873820347544242, 56.744733303999773 ], [ -5.872700193688552, 56.743311484512901 ], [ -5.870306959627919, 56.742158532756655 ], [ -5.870224969652362, 56.741680021530563 ], [ -5.869737184468674, 56.741789599022908 ], [ -5.869467005946073, 56.741469797391098 ], [ -5.869647443348934, 56.742268952801666 ], [ -5.869061429586302, 56.74293457490262 ], [ -5.867240490940468, 56.742492111593293 ], [ -5.865438316553443, 56.743186497247486 ], [ -5.861067132976575, 56.742926507868475 ], [ -5.859782661999428, 56.742130107307709 ], [ -5.856670255336443, 56.742415393668111 ], [ -5.854640885688737, 56.742172527657168 ], [ -5.853719311237552, 56.741881853488195 ], [ -5.853734133099262, 56.741467775989513 ], [ -5.852725046732588, 56.741440563370375 ], [ -5.852768680137762, 56.741866319032987 ], [ -5.852073387197276, 56.742027206636671 ], [ -5.850736744631508, 56.741358214588793 ], [ -5.850463346863917, 56.741564488408073 ], [ -5.851306524476049, 56.74220828777645 ], [ -5.850982002804666, 56.742474590277084 ], [ -5.850438435421997, 56.742599303956553 ], [ -5.849022747116747, 56.74211706814085 ], [ -5.848052128864878, 56.742785483629376 ], [ -5.847099141446626, 56.742347369271414 ], [ -5.847656183482556, 56.741395018883651 ], [ -5.846040984210664, 56.740721099812056 ], [ -5.846049179971693, 56.740001512296217 ], [ -5.844551906185434, 56.739359898647656 ], [ -5.844224061092372, 56.74045801541449 ], [ -5.843507366730345, 56.740217588266333 ], [ -5.842779659113312, 56.74049361869185 ], [ -5.840536931367533, 56.74029038088112 ], [ -5.841729555410097, 56.74080117418189 ], [ -5.840800403215546, 56.740931449957962 ], [ -5.844347146801363, 56.741341692401548 ], [ -5.845910137817249, 56.740801571462157 ], [ -5.844716483122659, 56.742169209485731 ], [ -5.845306556998322, 56.742659014228288 ], [ -5.844936548098581, 56.743200951107013 ], [ -5.843805962163957, 56.743314091152016 ], [ -5.845048915762437, 56.743579626695009 ], [ -5.844801524249818, 56.744440576764902 ], [ -5.842972492961206, 56.744765000656123 ], [ -5.844937442861399, 56.744729507593277 ], [ -5.846516701839938, 56.745530437348201 ], [ -5.84816111966993, 56.745128944447202 ], [ -5.848959282620902, 56.745971968717683 ], [ -5.85137994140393, 56.745240714806059 ], [ -5.851910538871242, 56.745548000530782 ], [ -5.85201246776971, 56.747181336104092 ], [ -5.849639901131305, 56.746306096779691 ], [ -5.848850305724283, 56.7465058472404 ], [ -5.846508518468644, 56.746250024293836 ], [ -5.846054860529754, 56.74845351204776 ], [ -5.846791463165756, 56.749334418722349 ], [ -5.847731678283718, 56.749566124337868 ], [ -5.845763951214292, 56.7496089362416 ], [ -5.844600431305677, 56.751241789515014 ], [ -5.843628373356566, 56.750298903362683 ], [ -5.844541373128018, 56.750120554242116 ], [ -5.845146771578627, 56.749367239936426 ], [ -5.8436935877457, 56.748920266751398 ], [ -5.844079581619237, 56.748501926581376 ], [ -5.84272685602707, 56.748124673586233 ], [ -5.840643249152871, 56.748570211458244 ], [ -5.839002419867005, 56.748368150895416 ], [ -5.838382028065439, 56.747485417188798 ], [ -5.837570210411767, 56.747756813553188 ], [ -5.837596389682467, 56.747099617080316 ], [ -5.837158533074096, 56.747186844053992 ], [ -5.837318173771504, 56.746666703024658 ], [ -5.838161310344515, 56.746557990245982 ], [ -5.837446174804754, 56.74614124277123 ], [ -5.837000619480051, 56.746409438565614 ], [ -5.83731032365086, 56.745868487584488 ], [ -5.836428403775257, 56.746002614293815 ], [ -5.835980200329407, 56.745646921730014 ], [ -5.835016973717195, 56.745637033086247 ], [ -5.834775970301886, 56.745119345573642 ], [ -5.834167999796037, 56.744982515583139 ], [ -5.835036151381578, 56.745696686253808 ], [ -5.835991238282719, 56.745723010509792 ], [ -5.836385795976499, 56.746009093827553 ], [ -5.836973817622838, 56.746435441153636 ], [ -5.837981998585655, 56.74651676149066 ], [ -5.836656475314037, 56.746677205064067 ], [ -5.837255919995441, 56.747419423414023 ], [ -5.836742979709741, 56.747941460534278 ], [ -5.837399750372187, 56.748058791545361 ], [ -5.837343697445455, 56.748295200870878 ], [ -5.837986557802216, 56.748180074211845 ], [ -5.837867835439964, 56.748828434356788 ], [ -5.839002444042912, 56.748656781878367 ], [ -5.839006780041442, 56.748907515004987 ], [ -5.839825550928715, 56.748944308555657 ], [ -5.840004803838867, 56.748744560570337 ], [ -5.840679764170753, 56.749151743938576 ], [ -5.841464760336561, 56.749130223773719 ], [ -5.84254124191698, 56.749830724700757 ], [ -5.84217557461423, 56.750704309126675 ], [ -5.843514514332827, 56.751233954179192 ], [ -5.843228816490702, 56.751481052100203 ], [ -5.841151018962915, 56.75137830830154 ], [ -5.841236254194941, 56.751458018876818 ], [ -5.840716940367091, 56.751613409623403 ], [ -5.839489366389207, 56.75094003116476 ], [ -5.838904091005011, 56.751475097265498 ], [ -5.839420119421943, 56.751031183779055 ], [ -5.84041716623135, 56.751771018446696 ], [ -5.841571290655658, 56.751885575646909 ], [ -5.841879334389646, 56.751504715832056 ], [ -5.842886469156181, 56.751814419309831 ], [ -5.843517288498894, 56.751597131579331 ], [ -5.844464713203524, 56.751914959899757 ], [ -5.844121003540289, 56.752938932241769 ], [ -5.8448649166539, 56.752531119634604 ], [ -5.844806685180059, 56.752729835224045 ], [ -5.846377813697893, 56.753128196299414 ], [ -5.848072432479932, 56.753165752119372 ], [ -5.848121230795181, 56.753402523437472 ], [ -5.848890841879299, 56.751935571073204 ], [ -5.85051376577802, 56.751880896234169 ], [ -5.852461357194094, 56.752598432563943 ], [ -5.853067376279942, 56.754502105402139 ], [ -5.851607252245447, 56.755092176453921 ], [ -5.853229428104629, 56.755763121631887 ], [ -5.851855497816731, 56.756108650920908 ], [ -5.851971182917428, 56.756837895051312 ], [ -5.851082050067421, 56.757058718301195 ], [ -5.851270830936479, 56.757415244627985 ], [ -5.850774464222368, 56.757539395107564 ], [ -5.850732935712514, 56.757198096164217 ], [ -5.850200676128177, 56.757531062214916 ], [ -5.850432065034287, 56.758431168240442 ], [ -5.849927306099328, 56.758665273046326 ], [ -5.849819234324963, 56.758457309823505 ], [ -5.849841688514266, 56.758708382659542 ], [ -5.851208194590245, 56.75915167817525 ], [ -5.850031249332388, 56.759312157857224 ], [ -5.850748537301842, 56.760225113699498 ], [ -5.849393486650586, 56.760245429011036 ], [ -5.850995387555565, 56.760269631776069 ], [ -5.850637040451432, 56.759568572005719 ], [ -5.852602675908647, 56.759867441126232 ], [ -5.852577779739886, 56.760087608627622 ], [ -5.851573938196755, 56.760084493180983 ], [ -5.852618460062271, 56.760196947842637 ], [ -5.852180633883265, 56.760844406782063 ], [ -5.853411676869769, 56.760700216835971 ], [ -5.852576455741076, 56.760824968199202 ], [ -5.853500263218629, 56.761212699593663 ], [ -5.852394401211553, 56.76147620370768 ], [ -5.852703067303898, 56.761628504836324 ], [ -5.85326046042214, 56.761348701281037 ], [ -5.853335508431055, 56.76200610851938 ], [ -5.853447447743065, 56.761942661106225 ], [ -5.854122767386017, 56.762205899552185 ], [ -5.853790041073701, 56.761595769948393 ], [ -5.854619136184402, 56.761427140979947 ], [ -5.855819446011112, 56.76146191442259 ], [ -5.856097549562045, 56.761842643810468 ], [ -5.855988591873408, 56.761435096846746 ], [ -5.856914840252326, 56.761128568315314 ], [ -5.856448804686956, 56.761484686610103 ], [ -5.857069462365117, 56.761151653464978 ], [ -5.857303811527781, 56.761313438691062 ], [ -5.856543369069115, 56.761783879367499 ], [ -5.857430808562358, 56.761354463359986 ], [ -5.857618468572398, 56.761635485713917 ], [ -5.858059621906693, 56.761435690408653 ], [ -5.857962942499086, 56.761769580673302 ], [ -5.858224748431825, 56.761098780166712 ], [ -5.857982670564602, 56.761276223641801 ], [ -5.857730971819779, 56.760977403934668 ], [ -5.856933576395482, 56.76092837208116 ], [ -5.856775754459212, 56.760347899987387 ], [ -5.857859693741108, 56.759138207524352 ], [ -5.85827910117914, 56.759141398169902 ], [ -5.85827893378501, 56.758741272007185 ], [ -5.85922178796595, 56.758613145415239 ], [ -5.860235397201245, 56.758966572891524 ], [ -5.861881886073995, 56.758517186473156 ], [ -5.8642763222064, 56.7603743285513 ], [ -5.866138112394553, 56.75985346396989 ], [ -5.867823441887858, 56.760799212047729 ], [ -5.868308394202042, 56.760739189388595 ], [ -5.868803990556756, 56.761466062588617 ], [ -5.870383620574725, 56.762131371953714 ], [ -5.871335997735147, 56.762317570265672 ], [ -5.872831983517747, 56.761821464974354 ], [ -5.872727765239969, 56.762080971747949 ], [ -5.873148056434037, 56.761870081096689 ], [ -5.873032446025386, 56.762098471273077 ], [ -5.873623019367465, 56.76203064708951 ], [ -5.87389770756089, 56.762471691095939 ], [ -5.87444069352482, 56.762180548943903 ], [ -5.874267226552907, 56.762720956907025 ], [ -5.876425968567754, 56.764443142182962 ], [ -5.87991619971154, 56.763678046799484 ], [ -5.88174045631845, 56.764061794390429 ], [ -5.882121336510981, 56.764499511964978 ], [ -5.883234922119851, 56.764343402471745 ], [ -5.884261667177097, 56.765089173721513 ], [ -5.885097350518112, 56.764937219563691 ], [ -5.886434795222717, 56.765520419244858 ], [ -5.887816857376445, 56.765585181780452 ], [ -5.888793099918053, 56.766395437280714 ], [ -5.889078331027664, 56.766224676942571 ], [ -5.889623069798129, 56.766504394793486 ], [ -5.889229160800659, 56.766732501514724 ], [ -5.88765016916175, 56.766426626235095 ], [ -5.886655802277071, 56.766785865843815 ], [ -5.885140448414459, 56.766145275423618 ], [ -5.884946259507861, 56.766484030954011 ], [ -5.884342197902469, 56.766421947304195 ], [ -5.883945094069902, 56.766856948216123 ], [ -5.884279663858586, 56.767242153411516 ], [ -5.88353433838256, 56.767476705637684 ], [ -5.884002727501915, 56.767889209874227 ], [ -5.882926677078987, 56.768250965782428 ], [ -5.88338840118954, 56.768519811124804 ], [ -5.883780974349986, 56.768278277836359 ], [ -5.885129932569392, 56.768496965280924 ], [ -5.885699159449502, 56.768775936384237 ], [ -5.885331819566612, 56.768944754041776 ], [ -5.886254488114399, 56.769316101695345 ], [ -5.885662249995789, 56.769685262212775 ], [ -5.884057766367687, 56.768975503291301 ], [ -5.882433609312413, 56.770213064949061 ], [ -5.886424533586218, 56.77167114971413 ], [ -5.885664850042382, 56.771213791018674 ], [ -5.886689304705917, 56.771064930698806 ], [ -5.886966433515489, 56.77129006937021 ], [ -5.887685616433063, 56.770327975332407 ], [ -5.887861013856186, 56.770677677372902 ], [ -5.88922454692084, 56.770877883667517 ], [ -5.888157908808623, 56.771014594343605 ], [ -5.889488345401219, 56.771211335317737 ], [ -5.889728592399013, 56.771554513882691 ], [ -5.88914989317401, 56.771896292556946 ], [ -5.889862667901211, 56.772058365332235 ], [ -5.88979416987415, 56.772424674189679 ], [ -5.890553481553324, 56.772324526348186 ], [ -5.891779134002972, 56.772852719502531 ], [ -5.892631015941909, 56.77277664193803 ], [ -5.893806261079826, 56.774160617586737 ], [ -5.893646562210216, 56.774673649990547 ], [ -5.89290897242856, 56.77458880411109 ], [ -5.893065327151684, 56.774912119549981 ], [ -5.892339221586913, 56.775254024050128 ], [ -5.890820162100506, 56.775135138083343 ], [ -5.893838434589255, 56.777392183192482 ], [ -5.893835214295176, 56.777913811304316 ], [ -5.893369954662623, 56.778481354130363 ], [ -5.892624530147916, 56.778558603401919 ], [ -5.893037555904993, 56.779224579398473 ], [ -5.890305750623559, 56.780681186515991 ], [ -5.890054105853838, 56.781651171859998 ], [ -5.88965043959114, 56.781470453212108 ], [ -5.888690908746408, 56.782327660426823 ], [ -5.889203692088351, 56.782612877344853 ], [ -5.888178776071348, 56.783076481013097 ], [ -5.888534935707289, 56.784063455936966 ], [ -5.887344885172042, 56.783961226034144 ], [ -5.88797534389044, 56.784512530537583 ], [ -5.887024138210585, 56.785293032312858 ], [ -5.885931198059496, 56.78541704926414 ], [ -5.884322586480863, 56.784990653311517 ], [ -5.88383012571563, 56.784664319681816 ], [ -5.88411756285447, 56.784196775507795 ], [ -5.88254868653498, 56.784470479212601 ], [ -5.881880014545058, 56.78362810610043 ], [ -5.883095845034455, 56.783504789149724 ], [ -5.883415194405876, 56.78310818617863 ], [ -5.882136845570958, 56.78326043030917 ], [ -5.881703607943809, 56.783031152992628 ], [ -5.881044300274837, 56.783546245094008 ], [ -5.87998526096467, 56.78360171575126 ], [ -5.879784515985873, 56.784116004323835 ], [ -5.877038491758996, 56.784174525841067 ], [ -5.876448326145452, 56.782187727045589 ], [ -5.875636783649018, 56.783925911764868 ], [ -5.875181293992441, 56.784115421838671 ], [ -5.875143650153342, 56.783671500392039 ], [ -5.874750564472998, 56.783989448193267 ], [ -5.874029134152397, 56.783665703586244 ], [ -5.873776383305004, 56.784073697208463 ], [ -5.872048522234836, 56.782409992133907 ], [ -5.872771268902617, 56.782270631035921 ], [ -5.871901707001234, 56.782018918482812 ], [ -5.871902761392293, 56.78139395870177 ], [ -5.871169393264479, 56.781191958498987 ], [ -5.871063411296387, 56.78079961503888 ], [ -5.870897060895734, 56.781330802109096 ], [ -5.868251835081645, 56.780855488005876 ], [ -5.867737716089523, 56.780237535093939 ], [ -5.867384771379322, 56.780945353399723 ], [ -5.867019098980266, 56.78089376393411 ], [ -5.866199711611107, 56.780253810603071 ], [ -5.865881565675423, 56.778357437770815 ], [ -5.865247381013496, 56.7777656814701 ], [ -5.864823677603878, 56.777706895206514 ], [ -5.864583498881228, 56.778078512303104 ], [ -5.863244126831746, 56.778034639508185 ], [ -5.863746470284339, 56.778459652478965 ], [ -5.864000819481847, 56.778146043821337 ], [ -5.864672512962294, 56.778147684311804 ], [ -5.865515219099269, 56.778935286435122 ], [ -5.865745888599708, 56.780618573151521 ], [ -5.865290848294643, 56.780812528817791 ], [ -5.863651057801982, 56.779680990476329 ], [ -5.86531965851813, 56.779660693545956 ], [ -5.86428968234334, 56.778645114999577 ], [ -5.863269860304065, 56.778762170800185 ], [ -5.862440336038409, 56.778500161106429 ], [ -5.86279658151584, 56.777823726576536 ], [ -5.86135038537876, 56.77817428592158 ], [ -5.861874298403837, 56.778490736855126 ], [ -5.861588389144831, 56.778656955943312 ], [ -5.860733201220333, 56.778224888234739 ], [ -5.859677038674458, 56.778307074146277 ], [ -5.858028075458538, 56.777800673763132 ], [ -5.857348896771819, 56.776769679997074 ], [ -5.858032735937278, 56.775853826273014 ], [ -5.860282902302442, 56.776872104721122 ], [ -5.859265045180923, 56.776211284895226 ], [ -5.859574655478418, 56.77555878432203 ], [ -5.858087146287441, 56.775267680313249 ], [ -5.858500169505559, 56.774904209638393 ], [ -5.857989563692082, 56.774636787958983 ], [ -5.857899894886878, 56.77384379978713 ], [ -5.856587771484526, 56.773425858696662 ], [ -5.856842876059773, 56.772401897408827 ], [ -5.858242480642213, 56.772237160367908 ], [ -5.857157601280048, 56.772117904150164 ], [ -5.856799964460754, 56.771027496245615 ], [ -5.856209317187234, 56.770681621665048 ], [ -5.856494731385244, 56.770510933646989 ], [ -5.858112501926175, 56.770892431044693 ], [ -5.859010164250183, 56.770783694957466 ], [ -5.856413789848901, 56.770360581080944 ], [ -5.857199195558073, 56.768967721995203 ], [ -5.855922942035603, 56.769248220009942 ], [ -5.855811195470999, 56.768749943014747 ], [ -5.855080878720218, 56.768399585058788 ], [ -5.855135556119879, 56.769952367647143 ], [ -5.854147468733991, 56.769738375113981 ], [ -5.853107438254993, 56.770103248137794 ], [ -5.852411612126805, 56.769801072890274 ], [ -5.85244624350524, 56.769483636505221 ], [ -5.85245718362631, 56.769383348351283 ], [ -5.851322791080916, 56.769259280402956 ], [ -5.852414357005215, 56.769477268538552 ], [ -5.852251323224614, 56.769834804262068 ], [ -5.852836012592958, 56.770298672146438 ], [ -5.854376766460986, 56.770137703403961 ], [ -5.854023253255548, 56.770506512599127 ], [ -5.855055098875396, 56.771656985509267 ], [ -5.854887635742828, 56.772179191055152 ], [ -5.854329172499713, 56.772322358458617 ], [ -5.852469714860657, 56.771516686843412 ], [ -5.851792951130073, 56.772023169191527 ], [ -5.854091692648264, 56.773040050671291 ], [ -5.855126292367252, 56.777454421842833 ], [ -5.855118173286613, 56.778093082929381 ], [ -5.853700169347208, 56.7782403665191 ], [ -5.852753573149368, 56.779789242569414 ], [ -5.851937200209295, 56.779814490508379 ], [ -5.850924015437339, 56.778879213427864 ], [ -5.850438909983185, 56.779020093310479 ], [ -5.8496186815832, 56.778528424853874 ], [ -5.849766342464189, 56.779728744128477 ], [ -5.849141166746318, 56.779941385076754 ], [ -5.848503678822126, 56.779075404216378 ], [ -5.847609710633291, 56.779062558927528 ], [ -5.846675175344505, 56.778174274054052 ], [ -5.84562821850742, 56.778026768903501 ], [ -5.845208807762133, 56.778489299211316 ], [ -5.844203485506057, 56.778268563623506 ], [ -5.8439208066356, 56.778547036555871 ], [ -5.842846229378466, 56.778049686601015 ], [ -5.842284240893038, 56.778399713814501 ], [ -5.840393598543263, 56.77857041462881 ], [ -5.838437867728409, 56.778104687407946 ], [ -5.836938449441559, 56.77809693443767 ], [ -5.834715370057936, 56.775895014214143 ], [ -5.83486679729982, 56.773930182490375 ], [ -5.833419300147554, 56.772985665146287 ], [ -5.834353796301351, 56.7718734116349 ], [ -5.834844442286567, 56.771867297319297 ], [ -5.833413735795431, 56.770845835547064 ], [ -5.831903522052253, 56.771130586109351 ], [ -5.831207689476589, 56.769895867051638 ], [ -5.831456188184848, 56.771400608570012 ], [ -5.830889649918501, 56.770662741955014 ], [ -5.830771537626531, 56.770949609943195 ], [ -5.829500615882429, 56.77053012289975 ], [ -5.829760491532244, 56.771151543128383 ], [ -5.829086995756124, 56.772736786019095 ], [ -5.829295024142639, 56.77429492562171 ], [ -5.829757754926658, 56.77449649656581 ], [ -5.829115571924345, 56.774462291007858 ], [ -5.82903687844882, 56.774734457601959 ], [ -5.828579632350497, 56.774586664875336 ], [ -5.826439901481903, 56.775686447957035 ], [ -5.827037356326218, 56.775924352263445 ], [ -5.828027582288102, 56.777364045902601 ], [ -5.827683900152137, 56.778089437502459 ], [ -5.828535475897526, 56.780176286190944 ], [ -5.826655578144257, 56.780373420008523 ], [ -5.825900658807485, 56.78076076696712 ], [ -5.824929668114449, 56.782242722196045 ], [ -5.82512588837633, 56.783927109671716 ], [ -5.823045664215057, 56.784008950396995 ], [ -5.823365555972783, 56.785541183206462 ], [ -5.822501513017618, 56.786466852771532 ], [ -5.817456398520406, 56.786230420934167 ], [ -5.813064662100529, 56.78500720227045 ], [ -5.812374316887797, 56.785226143636116 ], [ -5.810131538598783, 56.785159885817507 ], [ -5.808386624158079, 56.78418821174369 ], [ -5.806156214367424, 56.784404736846362 ], [ -5.805355971335012, 56.78410549102238 ], [ -5.804850239841366, 56.784449127043324 ], [ -5.803823177676745, 56.78401293549085 ], [ -5.80358513851057, 56.784896871446492 ], [ -5.799563729763589, 56.785950202648003 ], [ -5.800529625889348, 56.787885371727818 ], [ -5.799092420517396, 56.788819359623567 ], [ -5.798899163288659, 56.790308840428452 ], [ -5.797506765879491, 56.790472673597364 ], [ -5.797598846509048, 56.791220651689009 ], [ -5.796764908756033, 56.791722613832775 ], [ -5.794836241647999, 56.791039580482355 ], [ -5.795308473613148, 56.791901859900882 ], [ -5.794801251402952, 56.791584627294739 ], [ -5.794493160040977, 56.791778334935536 ], [ -5.794101236444164, 56.791061965602836 ], [ -5.793720529869288, 56.791428719598898 ], [ -5.792474642853422, 56.7914216929532 ], [ -5.790564872409891, 56.789789426511796 ], [ -5.789089163915711, 56.789209413701492 ], [ -5.788876123541741, 56.788478597995322 ], [ -5.789798038604879, 56.788279720690618 ], [ -5.789199542756522, 56.786895266412607 ], [ -5.787581485599183, 56.786445446993383 ], [ -5.785257846715055, 56.786552035063714 ], [ -5.783575690157469, 56.785465724202162 ], [ -5.783646896092471, 56.78438459586598 ], [ -5.780852126045582, 56.78339048192133 ], [ -5.780118977779722, 56.782697916817433 ], [ -5.778525537072817, 56.783384644787219 ], [ -5.779021380920768, 56.784160844309653 ], [ -5.780083659502116, 56.78438037424106 ], [ -5.779284886956185, 56.784256251362279 ], [ -5.778544411437658, 56.784548453528039 ], [ -5.775434064445712, 56.784242638179975 ], [ -5.774946354905874, 56.783628023382015 ], [ -5.773160737869819, 56.783219064417402 ], [ -5.771442376031722, 56.783316054668965 ], [ -5.771346857069148, 56.783669608290907 ], [ -5.770912473931432, 56.783422009077775 ], [ -5.769910593202789, 56.783802993307283 ], [ -5.766627572812638, 56.782721739471938 ], [ -5.76489759082183, 56.783029387332455 ], [ -5.764123313170124, 56.783475375863198 ], [ -5.76237226978435, 56.78345903829225 ], [ -5.759724733403825, 56.782276591794435 ], [ -5.757218297647696, 56.782109446644213 ], [ -5.755959535552599, 56.781724814930627 ], [ -5.755079760701763, 56.781935658032715 ], [ -5.754672783550888, 56.781633230609089 ], [ -5.752660044094859, 56.781734338421913 ], [ -5.750858761166447, 56.781410953898423 ], [ -5.750398412876795, 56.781721524872516 ], [ -5.751068950706697, 56.781629406313918 ], [ -5.750740275668273, 56.782192264244138 ], [ -5.751345910219229, 56.781778413419019 ], [ -5.751675344453064, 56.782042725916789 ], [ -5.751478522880539, 56.782367842510446 ], [ -5.752539082850574, 56.783080376415114 ], [ -5.75301733589898, 56.784374197227777 ], [ -5.754566687338784, 56.784895760755575 ], [ -5.754611797565704, 56.785264841182332 ], [ -5.755811485689788, 56.785909318440389 ], [ -5.754912227613275, 56.785860898479342 ], [ -5.754701725125197, 56.786409415779396 ], [ -5.751829638054984, 56.784881112621946 ], [ -5.752175803057008, 56.785214153023304 ], [ -5.748934832291064, 56.784238168515792 ], [ -5.747058401623584, 56.783999708223035 ], [ -5.746782603249433, 56.784190525161954 ], [ -5.750463483851278, 56.784864703390568 ], [ -5.751715461210487, 56.785492359456065 ], [ -5.75087474988369, 56.785505086194767 ], [ -5.747503356471424, 56.784436785075073 ], [ -5.749493187042918, 56.785252660247771 ], [ -5.749148311809122, 56.785539070274254 ], [ -5.751748383309128, 56.78593643482214 ], [ -5.753071396427528, 56.786766040424951 ], [ -5.754280413423672, 56.78706139090707 ], [ -5.752143843620042, 56.787057422619469 ], [ -5.751827605767328, 56.78679451151762 ], [ -5.751874170705427, 56.788014120632845 ], [ -5.752347122847707, 56.787173581306988 ], [ -5.754409486727162, 56.787401866515758 ], [ -5.758074241597057, 56.787206857084449 ], [ -5.758328235791578, 56.787682026616977 ], [ -5.759188723274654, 56.787800825393745 ], [ -5.758655282673341, 56.787643388279946 ], [ -5.758669461138042, 56.787196094135652 ], [ -5.760030746058352, 56.786034703847577 ], [ -5.760585716285514, 56.786505280741387 ], [ -5.762960624603854, 56.786958662696634 ], [ -5.762659063087562, 56.787774289596321 ], [ -5.763031052284057, 56.788559683069103 ], [ -5.763351213430226, 56.788223628584412 ], [ -5.763984776127336, 56.788268327415423 ], [ -5.767945477114933, 56.789356138160812 ], [ -5.768697705012251, 56.789228187838766 ], [ -5.768765224763962, 56.788872786688174 ], [ -5.769527796636207, 56.788962108149143 ], [ -5.769751644622565, 56.789314988013899 ], [ -5.771917182198048, 56.789833881531493 ], [ -5.772151426751051, 56.789637971690546 ], [ -5.772395354589488, 56.789864360700037 ], [ -5.774780417473065, 56.789877539110961 ], [ -5.778306157038912, 56.79056190604922 ], [ -5.781672384578743, 56.792100701229202 ], [ -5.784749315801153, 56.792636667883613 ], [ -5.790784413032608, 56.794395337620145 ], [ -5.797875544065136, 56.795006602493807 ], [ -5.800239632317071, 56.795779715011612 ], [ -5.800829501444987, 56.795456013516592 ], [ -5.802787919186587, 56.795459196945501 ], [ -5.8035739042452, 56.796019650307549 ], [ -5.80657435339862, 56.796764226709143 ], [ -5.809041378440592, 56.796288712569734 ], [ -5.810259028494598, 56.796903364840034 ], [ -5.81374207423101, 56.79771843252572 ], [ -5.815412813322125, 56.79851698078857 ], [ -5.817340160030676, 56.798696223933966 ], [ -5.823325851168794, 56.801632763060873 ], [ -5.824393958666534, 56.801339231069022 ], [ -5.82942586820044, 56.802308635700371 ], [ -5.830392806011947, 56.803672608360642 ], [ -5.830876544552586, 56.80359479685405 ], [ -5.831215026024787, 56.802977459812695 ], [ -5.832456249650202, 56.80293479528207 ], [ -5.832935223712297, 56.804093463321458 ], [ -5.834371782007955, 56.80419762863886 ], [ -5.834788887125979, 56.80467033862179 ], [ -5.837210155750569, 56.804146223694907 ], [ -5.839689436718682, 56.804429516964049 ], [ -5.841908175317822, 56.805048988344986 ], [ -5.84382311287414, 56.806221785704992 ], [ -5.849203674665243, 56.806743561459385 ], [ -5.852704346186209, 56.808190936208803 ], [ -5.853236429664307, 56.808264401520553 ], [ -5.853406256507546, 56.808002888061488 ], [ -5.860308735254341, 56.809371793211703 ], [ -5.861263883238423, 56.809971620050099 ], [ -5.865025460566733, 56.810682249415549 ], [ -5.867005228929269, 56.81175828383266 ], [ -5.867090443548563, 56.812425522072594 ], [ -5.865238102968268, 56.813062951452181 ], [ -5.864978748815037, 56.813489109126998 ], [ -5.865449528585305, 56.814000522706955 ], [ -5.864419023568322, 56.814261769062682 ], [ -5.864576527919627, 56.814755924355495 ], [ -5.864150382690017, 56.814836575599607 ], [ -5.86458490442232, 56.81563235513817 ], [ -5.863994907892944, 56.816509355441504 ], [ -5.865509255317288, 56.816646726307795 ], [ -5.865427032687396, 56.817121340697767 ], [ -5.865025669608013, 56.817363076430915 ], [ -5.86464656065173, 56.817105081575647 ], [ -5.864381745447087, 56.817796661573645 ], [ -5.864153137066673, 56.817408115011439 ], [ -5.863367258811944, 56.817418990460396 ], [ -5.862571341291956, 56.818446232698044 ], [ -5.863301105264305, 56.81956106318993 ], [ -5.863818267806237, 56.819567511239462 ], [ -5.864343835439149, 56.820212106747739 ], [ -5.864075328593668, 56.820629553290772 ], [ -5.863575134309742, 56.820469721352559 ], [ -5.862124001931231, 56.821265500604426 ], [ -5.8624612706085, 56.821992367602142 ], [ -5.861674574020641, 56.824224200721787 ], [ -5.862190134584696, 56.824055368533315 ], [ -5.861772148436621, 56.82445496137646 ], [ -5.861519187416932, 56.823909810092573 ], [ -5.860887952258594, 56.824149660085389 ], [ -5.86117447606113, 56.824941043923587 ], [ -5.860669517953256, 56.825212947452691 ], [ -5.861776186091062, 56.82600590069864 ], [ -5.861659541151783, 56.826306239735409 ], [ -5.859441295327533, 56.826662674106878 ], [ -5.859579079403587, 56.827045049672378 ], [ -5.860571768015866, 56.827288555317359 ], [ -5.859365729832495, 56.827919351114659 ], [ -5.860028893044471, 56.827988734093388 ], [ -5.860924809760713, 56.828725280080498 ], [ -5.860435124259741, 56.829464275377298 ], [ -5.86089908247962, 56.829350998057187 ], [ -5.860902729507962, 56.829625131055515 ], [ -5.859783557252111, 56.829826134996111 ], [ -5.859677534123993, 56.82943378447635 ], [ -5.859284179288583, 56.829675250481294 ], [ -5.859011382785635, 56.829494870804396 ], [ -5.858543333699314, 56.829887009053806 ], [ -5.858345032849131, 56.829713313720241 ], [ -5.858212265597881, 56.830175997598971 ], [ -5.857720868561554, 56.829624731107444 ], [ -5.857905980816061, 56.830068585263376 ], [ -5.857321892150924, 56.830050693545232 ], [ -5.857217255901523, 56.830786751092958 ], [ -5.856741532142996, 56.830945336428918 ], [ -5.85725337533494, 56.831217232869179 ], [ -5.856628523652469, 56.831281523731334 ], [ -5.856573660633149, 56.831624903739346 ], [ -5.856107714547771, 56.831081835322976 ], [ -5.856315343427952, 56.831983569187784 ], [ -5.855855204646426, 56.83253280531509 ], [ -5.855356727658748, 56.832390868503261 ], [ -5.855914041237754, 56.833263804680612 ], [ -5.855482593817588, 56.833295132009376 ], [ -5.85528403553129, 56.832959590157067 ], [ -5.854986329744027, 56.833413882761171 ], [ -5.853995940288859, 56.833273663244768 ], [ -5.85403534381282, 56.833497236041943 ], [ -5.850740527627322, 56.833198924437689 ], [ -5.849045653983187, 56.834662949093563 ], [ -5.84878625384983, 56.833654905102108 ], [ -5.847600196202372, 56.834244500337078 ], [ -5.846724376029187, 56.834181611555593 ], [ -5.846577029417056, 56.833705107054911 ], [ -5.844997313665042, 56.83373585585435 ], [ -5.843078937940557, 56.833183579777575 ], [ -5.842668525751316, 56.833340096340237 ], [ -5.843315910090291, 56.83381467747342 ], [ -5.842242348553232, 56.833982643113899 ], [ -5.841465568267398, 56.833925656751234 ], [ -5.840771354244478, 56.833394063856481 ], [ -5.840338335030468, 56.833650176386307 ], [ -5.839533637332985, 56.833400719234831 ], [ -5.839371689056009, 56.833581042612188 ], [ -5.839163810529111, 56.833313201443566 ], [ -5.838598044872753, 56.833474488352557 ], [ -5.837676256462174, 56.83288244933992 ], [ -5.836459868192251, 56.832856947405155 ], [ -5.835094149831836, 56.833375521031144 ], [ -5.834000596968006, 56.833107939847416 ], [ -5.832949526787354, 56.832133206541222 ], [ -5.831582491893535, 56.832238170761606 ], [ -5.829652471540845, 56.831569160546017 ], [ -5.827931822714705, 56.831905239773988 ], [ -5.826519984597135, 56.831651863114629 ], [ -5.826700749469857, 56.832217276225606 ], [ -5.828992945207957, 56.832578487952397 ], [ -5.830243060443789, 56.833254912832835 ], [ -5.83047360001324, 56.834547106798183 ], [ -5.829113868876422, 56.834804673847415 ], [ -5.827193961385128, 56.834396067706798 ], [ -5.826922263367233, 56.833743531264112 ], [ -5.825059114144534, 56.833809701537227 ], [ -5.824146676538374, 56.833307194234301 ], [ -5.823323738164754, 56.833440332983223 ], [ -5.821924401268168, 56.832907783821774 ], [ -5.821690778962611, 56.833351033577877 ], [ -5.819879797952587, 56.832561335408982 ], [ -5.819184949047921, 56.831939732491087 ], [ -5.820391096031086, 56.830176408272465 ], [ -5.819070787853073, 56.8293716630128 ], [ -5.818116296036969, 56.829661654067898 ], [ -5.818047244320519, 56.828823064722691 ], [ -5.817394828225328, 56.828375487718468 ], [ -5.816964672224, 56.828453183309087 ], [ -5.817408835126865, 56.829076394764584 ], [ -5.816671320892087, 56.829161917474636 ], [ -5.815007972531104, 56.830624493946566 ], [ -5.813893398765275, 56.834578878057954 ], [ -5.812845113159029, 56.834754805778644 ], [ -5.812830794763459, 56.835258765577933 ], [ -5.811847763648871, 56.835108996306275 ], [ -5.811707563272514, 56.835504411241828 ], [ -5.810692036940049, 56.835922087846292 ], [ -5.81070054739176, 56.836811981510891 ], [ -5.808963258878374, 56.83755291485091 ], [ -5.804295214491145, 56.837542584160197 ], [ -5.803776955301102, 56.837850617945008 ], [ -5.803295771880042, 56.837231402157443 ], [ -5.802066094109875, 56.837318360308167 ], [ -5.802023355715989, 56.837058912573575 ], [ -5.801065301302952, 56.836912792183064 ], [ -5.799708933048373, 56.837529586755963 ], [ -5.79806630765514, 56.837669550717415 ], [ -5.797537078766777, 56.83746538220062 ], [ -5.797436218387818, 56.836875022097267 ], [ -5.795516989752809, 56.836227639411838 ], [ -5.793073081146473, 56.836553773881946 ], [ -5.792841371525321, 56.836938460851833 ], [ -5.792163204639497, 56.836558973467014 ], [ -5.790241536993968, 56.837507553030512 ], [ -5.788560759091453, 56.837432758241924 ], [ -5.788692162001623, 56.836866805337081 ], [ -5.788066251667954, 56.83659810037998 ], [ -5.785952106488848, 56.836698281643571 ], [ -5.785351960795572, 56.836927800753301 ], [ -5.785483146334459, 56.837252001899429 ], [ -5.784928528288956, 56.837120482706482 ], [ -5.782956559293103, 56.838385169813236 ], [ -5.782222426859606, 56.838425424596146 ], [ -5.780949687382068, 56.839142871770129 ], [ -5.780896166762071, 56.83893769426308 ], [ -5.780239406323318, 56.839663427019488 ], [ -5.779429802313727, 56.83976889224099 ], [ -5.778260777412994, 56.839076025744781 ], [ -5.77480377912284, 56.839607821330318 ], [ -5.774924042938836, 56.839824467149555 ], [ -5.773565718427129, 56.839775670992829 ], [ -5.773566331202652, 56.841002964013377 ], [ -5.774938206132625, 56.84126714185652 ], [ -5.774344693879717, 56.841563839273682 ], [ -5.772620957979596, 56.841633987749169 ], [ -5.77466722836099, 56.842403753212409 ], [ -5.77307676232141, 56.842901454763982 ], [ -5.773814913106682, 56.843144359694911 ], [ -5.773645732310405, 56.843419218618202 ], [ -5.773110980247854, 56.843403931548707 ], [ -5.77307034001333, 56.843000553281776 ], [ -5.772433133653076, 56.843352510666094 ], [ -5.772763725685836, 56.84362123840652 ], [ -5.771144296514713, 56.843832069228064 ], [ -5.768080507445194, 56.84338521481007 ], [ -5.766828696942502, 56.842928517476331 ], [ -5.766695721053115, 56.84331915878542 ], [ -5.764553092503873, 56.843792966598265 ], [ -5.763377901701438, 56.844588201005479 ], [ -5.763522634967948, 56.845865085578978 ], [ -5.763105815697683, 56.846044003016388 ], [ -5.763893003312269, 56.846856431057439 ], [ -5.763750033556331, 56.847719410412992 ], [ -5.75950231165502, 56.847739648359351 ], [ -5.757051861329235, 56.847193106193487 ], [ -5.756259300254801, 56.847715994829535 ], [ -5.756812487473263, 56.848405141111279 ], [ -5.754244908612743, 56.848163277705794 ], [ -5.754019203508705, 56.848448799841471 ], [ -5.753818133049372, 56.848243559302283 ], [ -5.752803136729765, 56.848512375421301 ], [ -5.751823568376383, 56.848397991297112 ], [ -5.749088769948324, 56.846731454476306 ], [ -5.748793853083433, 56.84567036961338 ], [ -5.746108630670171, 56.845234073369689 ], [ -5.745229203275816, 56.844397336992024 ], [ -5.741160322167366, 56.844150840747595 ], [ -5.739338564581501, 56.844308882214257 ], [ -5.738218079520998, 56.844917910781781 ], [ -5.739199264004089, 56.845378510338314 ], [ -5.738194525376189, 56.845750297578348 ], [ -5.737164780212948, 56.845542897388206 ], [ -5.733816852765995, 56.843148150240047 ], [ -5.732565349008936, 56.843019282655057 ], [ -5.728169990107661, 56.843033889178486 ], [ -5.722712502634407, 56.843668969947466 ], [ -5.719686649818059, 56.843597427702647 ], [ -5.717639300139594, 56.844045098218508 ], [ -5.715462655360135, 56.845009076504837 ], [ -5.715060915230396, 56.84567289667023 ], [ -5.712585395461487, 56.846106263057436 ], [ -5.711096896360125, 56.847476745815882 ], [ -5.709118235155034, 56.848538111550752 ], [ -5.709088091443621, 56.849973075702778 ], [ -5.710542785027567, 56.849749981822967 ], [ -5.711025836062547, 56.850153691240138 ], [ -5.709238435578188, 56.851573501001312 ], [ -5.709643171237596, 56.851849175309098 ], [ -5.708935833028566, 56.852328755024118 ], [ -5.708787837918313, 56.853236753234654 ], [ -5.708365653791367, 56.853033522962981 ], [ -5.707791775871033, 56.853369766407049 ], [ -5.708549653883527, 56.854228352016079 ], [ -5.708465253181056, 56.854950142659064 ], [ -5.705520616894623, 56.855127574352316 ], [ -5.70513348632234, 56.856024688891758 ], [ -5.705478750949224, 56.85627966610506 ], [ -5.704583489069255, 56.857349216168124 ], [ -5.704540806672865, 56.858825006823238 ], [ -5.705632130405991, 56.859403976480827 ], [ -5.705434494643664, 56.860308947525667 ], [ -5.70470653684395, 56.860582318935045 ], [ -5.704227549201915, 56.861464175141997 ], [ -5.70456778231036, 56.861750773387534 ], [ -5.703905745686189, 56.862193010399174 ], [ -5.703049583742081, 56.862083565812405 ], [ -5.701279561055778, 56.862940793045361 ], [ -5.696836378288779, 56.864322298427425 ], [ -5.696415117891259, 56.865292319032683 ], [ -5.695139354040037, 56.865838105342156 ], [ -5.694779989979628, 56.867269319459744 ], [ -5.693969975230686, 56.867545054707747 ], [ -5.693230074313139, 56.86861440677086 ], [ -5.692538372364919, 56.868176345340956 ], [ -5.690477139880041, 56.86924882033793 ], [ -5.690573835436094, 56.868814395252784 ], [ -5.689158758416942, 56.869031573923245 ], [ -5.684861787537075, 56.868075168348952 ], [ -5.68311887755631, 56.86829746614265 ], [ -5.678068430904315, 56.86977712452417 ], [ -5.677749725249689, 56.869624684825723 ], [ -5.675617919382873, 56.870652233354505 ], [ -5.675814691389214, 56.870315571846739 ], [ -5.671997294079508, 56.871433168934686 ], [ -5.671179893590766, 56.871937336428886 ], [ -5.672704210465319, 56.87386776123828 ], [ -5.671344336987657, 56.875369697160529 ], [ -5.66884191660502, 56.87521853872758 ], [ -5.668562487748245, 56.874663030263548 ], [ -5.669271461974363, 56.874056877803632 ], [ -5.668575100923348, 56.874590732718765 ], [ -5.668658078729897, 56.874365320100715 ], [ -5.667221010213924, 56.874528945553919 ], [ -5.668335155717791, 56.874705677969168 ], [ -5.66763678902712, 56.874809297692551 ], [ -5.667242780589269, 56.874867756109985 ], [ -5.666483694110409, 56.874980377264094 ], [ -5.666232404173777, 56.875482257068306 ], [ -5.667066292178843, 56.874958104757098 ], [ -5.667389445620528, 56.874927823798522 ], [ -5.668306756905474, 56.875303504149656 ], [ -5.667929067900531, 56.87553758101425 ], [ -5.668729488886153, 56.875411551349323 ], [ -5.669817701192419, 56.875792226544057 ], [ -5.669900039911771, 56.876464117341975 ], [ -5.670662776865916, 56.876706909276336 ], [ -5.670019388178861, 56.87667638680221 ], [ -5.670319793790262, 56.87714406430964 ], [ -5.67079901790657, 56.877174920002886 ], [ -5.672230637149752, 56.87620223907107 ], [ -5.673306492641236, 56.876372862574406 ], [ -5.673754451624721, 56.876085452029052 ], [ -5.674542725160874, 56.876170128612465 ], [ -5.674037135862703, 56.877124562277309 ], [ -5.674706776470393, 56.877338603538796 ], [ -5.675893695369191, 56.876633820843736 ], [ -5.676879156469726, 56.876636250778901 ], [ -5.676524250467707, 56.877703135872579 ], [ -5.677197881368512, 56.877957505464266 ], [ -5.677572335132469, 56.877757660651234 ], [ -5.677710308284081, 56.877991851717304 ], [ -5.676559868094142, 56.878232547182904 ], [ -5.676688812916661, 56.878876089551497 ], [ -5.677053211760728, 56.878406816906804 ], [ -5.677864085544367, 56.878553743435347 ], [ -5.677255018147379, 56.879457295830981 ], [ -5.677379012212017, 56.879799789657532 ], [ -5.678361785687461, 56.880107978000872 ], [ -5.680914816388686, 56.880185531343621 ], [ -5.681900707926654, 56.879774329890303 ], [ -5.68241612906267, 56.878821369774727 ], [ -5.683117189377954, 56.87828639792091 ], [ -5.683326632432628, 56.878662327814055 ], [ -5.684028456194574, 56.878785461321364 ], [ -5.68420286453968, 56.878555539139462 ], [ -5.685257304898112, 56.879090825192833 ], [ -5.686838289256395, 56.878886777322485 ], [ -5.686602064170234, 56.879738902202391 ], [ -5.687053629742663, 56.880071708670293 ], [ -5.689199109969135, 56.879846453387685 ], [ -5.690370093561549, 56.879564574012015 ], [ -5.69160350351597, 56.877419715199167 ], [ -5.693285052832966, 56.87732049929253 ], [ -5.693854771518767, 56.876854086505318 ], [ -5.694851076622288, 56.87688302621666 ], [ -5.697684234076664, 56.875311088353072 ], [ -5.698141198773449, 56.874452394298231 ], [ -5.699921787576215, 56.873612891647305 ], [ -5.701316114451779, 56.871193421185069 ], [ -5.702214612546169, 56.870816112141611 ], [ -5.703212076386743, 56.86919959907393 ], [ -5.704344504969169, 56.868698446067121 ], [ -5.705115870383422, 56.868778934451925 ], [ -5.705778449602279, 56.868341172406495 ], [ -5.70625827969983, 56.868461782270948 ], [ -5.708328779554718, 56.867487663232978 ], [ -5.710684772847386, 56.867075944884121 ], [ -5.71132266196298, 56.865645379020776 ], [ -5.712401769408733, 56.865105275773686 ], [ -5.713026841628801, 56.863877378705297 ], [ -5.715926076778978, 56.862905426780053 ], [ -5.716515840004515, 56.862397844374648 ], [ -5.716267270024963, 56.861712940472309 ], [ -5.715483471424426, 56.86134068484867 ], [ -5.716414286412659, 56.860548716095266 ], [ -5.71614711098926, 56.859428301016294 ], [ -5.716910766217694, 56.858771677793492 ], [ -5.716109912152353, 56.857896436929167 ], [ -5.716675325289272, 56.85747499255119 ], [ -5.716954966580371, 56.855911208300149 ], [ -5.716992095081767, 56.854467038756418 ], [ -5.716522889039696, 56.854121379809932 ], [ -5.717161911523438, 56.854111326705905 ], [ -5.718434236974201, 56.851803157741266 ], [ -5.720273520120758, 56.851073974523906 ], [ -5.721402871948772, 56.851044775236034 ], [ -5.722539003955585, 56.851496385705666 ], [ -5.723016177917923, 56.851261860280971 ], [ -5.723261252947384, 56.851663637776063 ], [ -5.723525887004818, 56.851354535835519 ], [ -5.724198588739264, 56.851766020970814 ], [ -5.725435348927607, 56.851661649255007 ], [ -5.725446380650183, 56.851112863532329 ], [ -5.726285397508295, 56.851051832755161 ], [ -5.727766953445634, 56.851511057296136 ], [ -5.727733804990854, 56.852743827973683 ], [ -5.728303643180939, 56.85302799578163 ], [ -5.72916706828232, 56.852552626026757 ], [ -5.729396317925142, 56.853206616679948 ], [ -5.730637364005913, 56.854050627264485 ], [ -5.732167629792993, 56.853762083085201 ], [ -5.732354484219473, 56.852920317858995 ], [ -5.733465272622153, 56.853691774933374 ], [ -5.734763011772109, 56.854115961966663 ], [ -5.735537654795813, 56.853984868526886 ], [ -5.736174996972714, 56.854451297823516 ], [ -5.73626561939188, 56.855194846502869 ], [ -5.737271219666349, 56.85589749409948 ], [ -5.738679357268575, 56.85553610533303 ], [ -5.739383925249138, 56.855771230011278 ], [ -5.74035184048267, 56.854042879613992 ], [ -5.742529645704572, 56.854076448506135 ], [ -5.743068902660957, 56.854545787395182 ], [ -5.743846551563579, 56.853870586638742 ], [ -5.744510210092461, 56.8537787330458 ], [ -5.745568148303137, 56.854511213433497 ], [ -5.746983697376121, 56.854635029146984 ], [ -5.74810829745062, 56.855540814281802 ], [ -5.751390969798931, 56.8548891594777 ], [ -5.752237115256937, 56.854980590525443 ], [ -5.752556550069184, 56.854647296547085 ], [ -5.753686154102714, 56.854455956863106 ], [ -5.754961933493433, 56.854822155981992 ], [ -5.75524108479542, 56.855150921125599 ], [ -5.754874647134304, 56.85526085735895 ], [ -5.755705448685141, 56.855689897350828 ], [ -5.756472459338611, 56.854992456663759 ], [ -5.756607312797255, 56.856417997201376 ], [ -5.755444954614888, 56.857019448647812 ], [ -5.756056013993398, 56.858120452710494 ], [ -5.757459902539737, 56.858698559650612 ], [ -5.758796104696889, 56.858357091651449 ], [ -5.761513425526005, 56.859673304982053 ], [ -5.762508379741194, 56.859202724219216 ], [ -5.762546492999145, 56.858765499694364 ], [ -5.763824650851509, 56.85874491698717 ], [ -5.763871831573912, 56.858316409365507 ], [ -5.764712404115184, 56.858677662953347 ], [ -5.76493663811824, 56.859601487850206 ], [ -5.765945267102673, 56.858451626951137 ], [ -5.766820642915381, 56.858506113322569 ], [ -5.767392885891912, 56.857913389032198 ], [ -5.768043168539815, 56.858096047702027 ], [ -5.769039293673663, 56.85771978542207 ], [ -5.770242366754098, 56.85776883972347 ], [ -5.770837991275366, 56.858141952905655 ], [ -5.77115943598443, 56.857992869171049 ], [ -5.771738154737175, 56.858523836679929 ], [ -5.772454775184301, 56.858061590614696 ], [ -5.773278704085747, 56.858256952541574 ], [ -5.772608772011947, 56.858938077437415 ], [ -5.773742818526051, 56.858953221483219 ], [ -5.773316838633848, 56.859856246139728 ], [ -5.774048145147995, 56.859946510460048 ], [ -5.775150452954895, 56.86070438352322 ], [ -5.776828559060791, 56.860905335797248 ], [ -5.77860550383975, 56.860703158719375 ], [ -5.78023771529349, 56.859799525280621 ], [ -5.78157138254874, 56.859678174079257 ], [ -5.782100583724751, 56.860610711154251 ], [ -5.784047918928561, 56.860470723612046 ], [ -5.786433277571653, 56.859063117609416 ], [ -5.786560713413325, 56.85837590739736 ], [ -5.787610608390831, 56.858613767640712 ], [ -5.788945760277192, 56.859966871388558 ], [ -5.788295674583818, 56.860436185598694 ], [ -5.788500160590975, 56.860753662674881 ], [ -5.786036786356306, 56.861390421453464 ], [ -5.787217678215785, 56.861624309896932 ], [ -5.785766988652059, 56.864078026051068 ], [ -5.784648675431903, 56.86413893750521 ], [ -5.784558524303465, 56.864627204150061 ], [ -5.782856915623378, 56.864764239431146 ], [ -5.781973894428877, 56.865285538360702 ], [ -5.784431941853731, 56.865323376335851 ], [ -5.784515037775092, 56.865658029608028 ], [ -5.785104285166591, 56.865397384341939 ], [ -5.785252420393067, 56.865644646009699 ], [ -5.786228491038124, 56.865556578062638 ], [ -5.785427181067222, 56.866641874876642 ], [ -5.783911814142978, 56.866998053756035 ], [ -5.783413133080757, 56.866855832397981 ], [ -5.779764422283168, 56.868764708335888 ], [ -5.779250688519699, 56.868717334906329 ], [ -5.778289467012079, 56.869928807848076 ], [ -5.776698469413756, 56.870188282006332 ], [ -5.769394868797282, 56.873227946279151 ], [ -5.768172948541372, 56.873404225643753 ], [ -5.766738498202331, 56.874405112756421 ], [ -5.765228690596426, 56.87457656753277 ], [ -5.762254389065609, 56.877655880425088 ], [ -5.760969724936234, 56.877618189044519 ], [ -5.75706168038759, 56.879255450581212 ], [ -5.755766977488049, 56.879200024644213 ], [ -5.754517912075407, 56.879844524130085 ], [ -5.751606920056418, 56.880538994312367 ], [ -5.751509637682324, 56.881288186434602 ], [ -5.749829340082184, 56.88262892994296 ], [ -5.747566693516371, 56.882912698485981 ], [ -5.745378427145952, 56.88402137754931 ], [ -5.743341759188729, 56.883610462252143 ], [ -5.738678310169388, 56.883619913524925 ], [ -5.735165121042528, 56.884210651984432 ], [ -5.733391493628078, 56.884047947395949 ], [ -5.731882822931542, 56.884565111399901 ], [ -5.729804765424759, 56.884478893596643 ], [ -5.728817080338093, 56.885115311019128 ], [ -5.727203761592362, 56.884830843531105 ], [ -5.723551098164355, 56.884930907952011 ], [ -5.723494060987457, 56.885265278822146 ], [ -5.724826742812169, 56.885782948292551 ], [ -5.724421940690354, 56.886253575248055 ], [ -5.724781615219016, 56.886566517019958 ], [ -5.722510604031762, 56.887182741516007 ], [ -5.72200875040505, 56.887008900107595 ], [ -5.722007074241679, 56.887404555891806 ], [ -5.725414185021025, 56.88739279181604 ], [ -5.726642599832553, 56.887769699464343 ], [ -5.72937317862599, 56.887314990574787 ], [ -5.730047640499755, 56.887654473768379 ], [ -5.729263789966516, 56.887700380360052 ], [ -5.729502314041486, 56.887868577402394 ], [ -5.729032607420312, 56.888017481232033 ], [ -5.721626548791474, 56.88869712865062 ], [ -5.721086064927381, 56.88896050062165 ], [ -5.72230690344805, 56.889261253160107 ], [ -5.725024685258969, 56.889418415600993 ], [ -5.725983667087624, 56.88915152189341 ], [ -5.731480800856792, 56.888847897854298 ], [ -5.731528239923602, 56.888500322713298 ], [ -5.731949165381037, 56.888685538340816 ], [ -5.732884092005209, 56.888342885567489 ], [ -5.736177277372638, 56.88850506762887 ], [ -5.738434529286241, 56.888163232738698 ], [ -5.738890238916305, 56.888531701070157 ], [ -5.740466365711642, 56.888277669396238 ], [ -5.740243698531279, 56.888432697292671 ], [ -5.740833932739799, 56.88858583529268 ], [ -5.740495495844919, 56.888897183186039 ], [ -5.73845022901286, 56.889223713048544 ], [ -5.737750524451233, 56.889865060017563 ], [ -5.736932539833113, 56.889898549969359 ], [ -5.737087755688075, 56.890136661346091 ], [ -5.735697811391912, 56.889378072299252 ], [ -5.734701026226947, 56.889430387066916 ], [ -5.734798389060005, 56.889993911790896 ], [ -5.733278260658355, 56.89015178814163 ], [ -5.73325097858763, 56.890701060497577 ], [ -5.730876775981971, 56.890942897254121 ], [ -5.729894845579938, 56.892379353317345 ], [ -5.733291231400863, 56.893077997790243 ], [ -5.733492997130505, 56.893782257104725 ], [ -5.73576447877775, 56.893579412852631 ], [ -5.735669669912646, 56.894274565046622 ], [ -5.735240986028055, 56.894341343403397 ], [ -5.735818833658559, 56.895191686644132 ], [ -5.735243233236404, 56.895514613240472 ], [ -5.736500791607203, 56.895521922636298 ], [ -5.737740097864124, 56.896168134013337 ], [ -5.73955921136961, 56.896122628362889 ], [ -5.741187607283218, 56.895484904621213 ], [ -5.743236669430605, 56.895275106276941 ], [ -5.744430905867864, 56.894650360447073 ], [ -5.745365122114558, 56.894874077433869 ], [ -5.745332838750749, 56.895207718165913 ], [ -5.749325543995074, 56.894966444444584 ], [ -5.751298411727053, 56.894079969207695 ], [ -5.751904349999159, 56.894142673374169 ], [ -5.752165071983804, 56.89371224989452 ], [ -5.75302271937004, 56.893663981627462 ], [ -5.753287579454285, 56.894011166815346 ], [ -5.755617429601545, 56.893572433121754 ], [ -5.756123785172552, 56.89313460779492 ], [ -5.758869377159425, 56.89364535445123 ], [ -5.759127150457738, 56.894329911215593 ], [ -5.760426877933557, 56.8939400958146 ], [ -5.76056348093755, 56.894318105141785 ], [ -5.763009513719987, 56.894136475880501 ], [ -5.764865224527528, 56.893068992410832 ], [ -5.76597904617589, 56.893525404856419 ], [ -5.766556722936842, 56.893062904564175 ], [ -5.769182168312955, 56.892462140092405 ], [ -5.768130918213968, 56.894256169091207 ], [ -5.769500313540366, 56.894313715320649 ], [ -5.76961472656035, 56.893982079245127 ], [ -5.770406179704064, 56.894254879534614 ], [ -5.771210300816032, 56.893920383514029 ], [ -5.771812858080074, 56.894356230155736 ], [ -5.773282479842996, 56.89418592439911 ], [ -5.774363371281969, 56.893501370871483 ], [ -5.775396121384243, 56.893479121189664 ], [ -5.775780309077882, 56.893053899306764 ], [ -5.77639830015779, 56.893642108959156 ], [ -5.77761431478481, 56.893807607017884 ], [ -5.779153446285889, 56.893301550736368 ], [ -5.779685141280055, 56.893425711287499 ], [ -5.781123845485064, 56.892463217198888 ], [ -5.781483497306472, 56.892526946559187 ], [ -5.781191794630153, 56.892777651400955 ], [ -5.782236542639445, 56.892711822895954 ], [ -5.784119775321961, 56.891841016154686 ], [ -5.784485696547082, 56.891236493345104 ], [ -5.785449718860706, 56.891055299263016 ], [ -5.785599160395894, 56.891249473442684 ], [ -5.786323647004236, 56.890925384407232 ], [ -5.786456244347568, 56.891196494838042 ], [ -5.786916593518473, 56.890892105748172 ], [ -5.787291030195147, 56.891166665344059 ], [ -5.7880489405035, 56.89109151002819 ], [ -5.787716262105008, 56.890807592891775 ], [ -5.788256879789017, 56.890274180906246 ], [ -5.78868019750556, 56.890415080073282 ], [ -5.788402964982946, 56.889900202745338 ], [ -5.789420475076928, 56.889372086390516 ], [ -5.79108638678564, 56.890621628854788 ], [ -5.790933576046257, 56.891188229227502 ], [ -5.789947127400691, 56.891180430407765 ], [ -5.7906208091653, 56.891748898894861 ], [ -5.790615031119746, 56.891286920420434 ], [ -5.794403892372583, 56.892102369183164 ], [ -5.795539367139786, 56.891150719663436 ], [ -5.796985531942969, 56.890832486531636 ], [ -5.796333713189782, 56.892178542787292 ], [ -5.796663099996135, 56.892429270410275 ], [ -5.797888200179765, 56.892036831272783 ], [ -5.798714668724952, 56.890874267596544 ], [ -5.799341567411164, 56.891061982606367 ], [ -5.801187043344926, 56.890389869181412 ], [ -5.803118495780874, 56.888060693281837 ], [ -5.803880354201933, 56.88779919807957 ], [ -5.804720742045992, 56.888632252451458 ], [ -5.80143748281563, 56.891641031407019 ], [ -5.800809752198883, 56.8920108166052 ], [ -5.800089591208658, 56.89195632355387 ], [ -5.799711747896791, 56.89333002073743 ], [ -5.80053702457787, 56.893367827964497 ], [ -5.804089231567434, 56.891627654130566 ], [ -5.804120361800585, 56.890642148971416 ], [ -5.805220336119699, 56.890635583803331 ], [ -5.805553198392093, 56.890193846017482 ], [ -5.805752577470156, 56.890619351738522 ], [ -5.80614804762022, 56.88966319348819 ], [ -5.806799955293624, 56.889773681610279 ], [ -5.808690248104078, 56.889059624918723 ], [ -5.807836263438571, 56.887368332005792 ], [ -5.808845775396581, 56.887764611268508 ], [ -5.809805948951413, 56.887595930570356 ], [ -5.809473648499551, 56.888123082302897 ], [ -5.810067834938914, 56.888392664940241 ], [ -5.810261326847415, 56.887712400785738 ], [ -5.811054157235565, 56.887674700221616 ], [ -5.811393652167043, 56.888023986863722 ], [ -5.812491103756606, 56.887671263612965 ], [ -5.813257883570762, 56.88649243435664 ], [ -5.813852611208102, 56.886928323831853 ], [ -5.815090653176592, 56.886746612101049 ], [ -5.815765036158895, 56.886433768361663 ], [ -5.815627406910637, 56.885970422781796 ], [ -5.817655894547787, 56.886452354678056 ], [ -5.818684641935752, 56.886232053112941 ], [ -5.819410639373007, 56.885620891401764 ], [ -5.820463970401548, 56.885480745076578 ], [ -5.820921758128028, 56.885781427544636 ], [ -5.821824971229086, 56.88561889244145 ], [ -5.821312739614886, 56.886151590467023 ], [ -5.82195042442988, 56.886123067068297 ], [ -5.82223412893982, 56.886568445061975 ], [ -5.824798050697885, 56.88586047215076 ], [ -5.824717882102481, 56.886281033116198 ], [ -5.825516826588322, 56.886544266728038 ], [ -5.824788360644569, 56.887933303270117 ], [ -5.825719124812126, 56.888039640267074 ], [ -5.826013370396189, 56.888507166114657 ], [ -5.827787699577868, 56.888830388458146 ], [ -5.829703547186048, 56.88820963179019 ], [ -5.830138783592631, 56.887647791093229 ], [ -5.832616061985566, 56.887697602116731 ], [ -5.83453360766055, 56.887094699560443 ], [ -5.836129801439083, 56.88512144868632 ], [ -5.83846183778442, 56.884797962015014 ], [ -5.838213722115198, 56.883821022587867 ], [ -5.838807675612372, 56.88416690595411 ], [ -5.839629919015503, 56.884096646384712 ], [ -5.840168424571946, 56.88334276645633 ], [ -5.840954838477684, 56.883003854311688 ], [ -5.841544456402811, 56.883147548587232 ], [ -5.842734119488369, 56.882337638674215 ], [ -5.843558866703676, 56.882132401888143 ], [ -5.844678463251872, 56.882718322315753 ], [ -5.845070504616527, 56.882378048445105 ], [ -5.846946172435627, 56.882090941820891 ], [ -5.848662574853959, 56.881134351424286 ], [ -5.849308923873276, 56.881510039950065 ], [ -5.850018653940099, 56.881065535407785 ], [ -5.849703246598968, 56.881830561338887 ], [ -5.850095730375068, 56.882133155176049 ], [ -5.850758678173375, 56.882031770451619 ], [ -5.851030828397617, 56.881245597814278 ], [ -5.851357641753015, 56.882026769046398 ], [ -5.85237938183845, 56.881900811625755 ], [ -5.852767857504356, 56.882243983379922 ], [ -5.852604005463716, 56.883044799254513 ], [ -5.853833373187403, 56.883339519525549 ], [ -5.856420946594922, 56.882868428350164 ], [ -5.858192326205214, 56.880934413145418 ], [ -5.858772262090163, 56.8809839139413 ], [ -5.859720253687897, 56.881894213225387 ], [ -5.860157687592914, 56.883665516849007 ], [ -5.86373364810078, 56.884256171828298 ], [ -5.867575774947195, 56.88297270685301 ], [ -5.868837585702685, 56.8819130302292 ], [ -5.868862393115602, 56.881120994547771 ], [ -5.869336212067941, 56.880859028981412 ], [ -5.869930837966996, 56.880970964149803 ], [ -5.870644018825084, 56.880562197212654 ], [ -5.871459686727027, 56.880905546201106 ], [ -5.874873874910016, 56.880331980526051 ], [ -5.875008968788667, 56.879496052982589 ], [ -5.876197668117443, 56.878843193007064 ], [ -5.877057455968179, 56.878978325656817 ], [ -5.877293574615432, 56.878404510015862 ], [ -5.878182870586528, 56.878111611631134 ], [ -5.878693995492169, 56.877497772153212 ], [ -5.87888321650138, 56.876709609926344 ], [ -5.879082215294274, 56.877440742340106 ], [ -5.87925524120879, 56.876734008398564 ], [ -5.879716917468516, 56.876989402112812 ], [ -5.880248186758946, 56.87625354078893 ], [ -5.880441539333853, 56.876692616323965 ], [ -5.88166214745893, 56.876348922603832 ], [ -5.882168101458578, 56.876477045529299 ], [ -5.881944905126914, 56.877095428550923 ], [ -5.882672976430638, 56.877306554699679 ], [ -5.881843354929623, 56.877620108516453 ], [ -5.880900342482658, 56.878661017449389 ], [ -5.881199939948079, 56.879411496962604 ], [ -5.882300108247326, 56.879647015833108 ], [ -5.883242774125057, 56.879235527839512 ], [ -5.883880778268167, 56.87960680660985 ], [ -5.883815890681481, 56.878902975976978 ], [ -5.882961643197699, 56.878426031505093 ], [ -5.884961715178288, 56.875625777123055 ], [ -5.885660907394226, 56.875559041079775 ], [ -5.886050832627271, 56.875281638189733 ], [ -5.885751225585089, 56.874926805835393 ], [ -5.887301814976598, 56.874204113714455 ], [ -5.890075263083317, 56.875372003963648 ], [ -5.89100965741453, 56.875356349142329 ], [ -5.892101907402624, 56.876068591208153 ], [ -5.892759239013665, 56.875994129564113 ], [ -5.894770185445575, 56.878273717679647 ], [ -5.894882756621474, 56.877856581228016 ], [ -5.895305494695415, 56.87813111860936 ], [ -5.896175905321337, 56.877973555621345 ], [ -5.897385359762039, 56.876420658711979 ], [ -5.89778937317266, 56.876830649627522 ], [ -5.898154199448228, 56.876549495865788 ], [ -5.898508667671455, 56.876799180546556 ], [ -5.900405176296652, 56.87577327755556 ], [ -5.900239565051637, 56.876547254866061 ], [ -5.90083163240458, 56.876713073869482 ], [ -5.901282276417049, 56.875916693878722 ], [ -5.90130092475321, 56.877197443157982 ], [ -5.901749904137833, 56.877093482774704 ], [ -5.902205182114384, 56.877600766802686 ], [ -5.901449117389214, 56.878775366412263 ], [ -5.90411924606145, 56.879181884371135 ], [ -5.904272402003178, 56.878682541126388 ], [ -5.905167558797111, 56.878290353010144 ], [ -5.905939763743516, 56.878765223210515 ], [ -5.906047103468443, 56.881522352480495 ], [ -5.906650544635135, 56.882110405350396 ], [ -5.906301648850472, 56.882543946221553 ], [ -5.907276881327672, 56.884253324691535 ], [ -5.908194820281488, 56.883842419671971 ], [ -5.909522332727836, 56.883814314084646 ], [ -5.910871632916221, 56.882895318842124 ], [ -5.911712229405634, 56.883080273027112 ], [ -5.913828255528181, 56.881170576108211 ], [ -5.914865170996325, 56.881034634175933 ], [ -5.91489932516412, 56.880341188933009 ], [ -5.915860726284559, 56.880346981941109 ], [ -5.915607621296514, 56.880831495484586 ], [ -5.916324590684981, 56.881326021979369 ], [ -5.916472015627274, 56.88093024746432 ], [ -5.917637026039415, 56.881860293650107 ], [ -5.91670956011841, 56.882649228660867 ], [ -5.91757517281063, 56.883934862677869 ], [ -5.918387377191625, 56.883769981256755 ], [ -5.91817267636786, 56.883210236375099 ], [ -5.918878320521533, 56.883830991487031 ], [ -5.920224318954254, 56.883352596863645 ], [ -5.921698440061461, 56.88378283638599 ], [ -5.921094494785953, 56.88460209790145 ], [ -5.918701457109994, 56.884807669711662 ], [ -5.918576654876751, 56.885575899137258 ], [ -5.917796207204181, 56.886279296101357 ], [ -5.917965156033317, 56.887029307778732 ], [ -5.918431716207612, 56.887405801779892 ], [ -5.918866003314961, 56.887239299485209 ], [ -5.91885372638062, 56.887513937289803 ], [ -5.920084158105707, 56.886715469005544 ], [ -5.921295193407597, 56.887455209700114 ], [ -5.921996330538815, 56.88724883725645 ], [ -5.921596019134514, 56.887504201641249 ], [ -5.922619364975383, 56.89013363064219 ], [ -5.922890181639711, 56.890444328141619 ], [ -5.923828220497755, 56.890459790828608 ], [ -5.924189573771862, 56.891163281810258 ], [ -5.923429197330965, 56.890962397151206 ], [ -5.924226930593957, 56.891440855624907 ], [ -5.923099009438891, 56.892433961725963 ], [ -5.922767186798692, 56.892246572946718 ], [ -5.922698095576627, 56.892527493637225 ], [ -5.922277814616001, 56.892279941378909 ], [ -5.922011940032577, 56.892486120473478 ], [ -5.920679630880274, 56.892393114055174 ], [ -5.919929042463068, 56.892128957253512 ], [ -5.9191023819154, 56.892784356526313 ], [ -5.919251583853321, 56.89318880021608 ], [ -5.918456496068567, 56.893362137839183 ], [ -5.917784760199593, 56.893144946993615 ], [ -5.918032610197494, 56.892844928826577 ], [ -5.91476084666377, 56.893136451803365 ], [ -5.914420248148393, 56.89247274867585 ], [ -5.912613199780781, 56.892866620927691 ], [ -5.911014455608135, 56.893838406583683 ], [ -5.909718185273053, 56.893932981433949 ], [ -5.909771219078652, 56.893576142374606 ], [ -5.909210526138711, 56.893948887283713 ], [ -5.907583197687068, 56.893941413508827 ], [ -5.907389538513028, 56.894289167258876 ], [ -5.906949436767048, 56.893929787784217 ], [ -5.906264725133656, 56.894373840566864 ], [ -5.905826007761461, 56.893713188226222 ], [ -5.904767669724711, 56.894119472514468 ], [ -5.904768356010898, 56.893890159923174 ], [ -5.903010610186088, 56.895276840053633 ], [ -5.902006383889819, 56.895132008220216 ], [ -5.901665041572599, 56.89540344396778 ], [ -5.901299611321608, 56.895050702236318 ], [ -5.901193841620161, 56.89592621294404 ], [ -5.899817045956399, 56.895092550758086 ], [ -5.898490898677313, 56.89608262339577 ], [ -5.898531539988372, 56.896787208343873 ], [ -5.895592364204415, 56.897436490228351 ], [ -5.896077400775104, 56.898779104047691 ], [ -5.895779732322281, 56.899076133935424 ], [ -5.895425311621664, 56.898750007027644 ], [ -5.895174876665697, 56.899184933237478 ], [ -5.894500765937495, 56.899259923892849 ], [ -5.895762508708001, 56.899935385211151 ], [ -5.896535660688145, 56.899470649351976 ], [ -5.896794183143438, 56.899664891495952 ], [ -5.897327450001964, 56.899499873722178 ], [ -5.897874684238142, 56.89994136205128 ], [ -5.898133491030078, 56.899744450497742 ], [ -5.899072216827985, 56.899921934089278 ], [ -5.898630425270472, 56.900254945306067 ], [ -5.899248336039982, 56.90090103091903 ], [ -5.898456187831989, 56.90189239590233 ], [ -5.897201077821206, 56.901517977054134 ], [ -5.89662449583609, 56.901661866825499 ], [ -5.896713584298401, 56.90212216104338 ], [ -5.895744065859136, 56.902516597149848 ], [ -5.895745118549418, 56.903235905279622 ], [ -5.895156520434566, 56.903658907306948 ], [ -5.894602163103194, 56.903622258148367 ], [ -5.893910056824188, 56.904313740835768 ], [ -5.893577801974835, 56.904121792887814 ], [ -5.893143636115211, 56.904450048973345 ], [ -5.890627229725939, 56.904667895919516 ], [ -5.889659862152636, 56.905242049907841 ], [ -5.888988384101007, 56.904790910206572 ], [ -5.886679894464161, 56.905191023537746 ], [ -5.885545314503898, 56.904790254509813 ], [ -5.886117930865662, 56.905397349688002 ], [ -5.885024233481274, 56.905152657883157 ], [ -5.884701156695934, 56.904416402611211 ], [ -5.884071879042668, 56.904449476509008 ], [ -5.883419346667453, 56.903705488079098 ], [ -5.882552252775257, 56.903426749035646 ], [ -5.881587238188984, 56.90078173640908 ], [ -5.88055670858328, 56.900431638910987 ], [ -5.880024647196112, 56.898789214775775 ], [ -5.879294585969125, 56.898483715395294 ], [ -5.878038623209649, 56.898810487269252 ], [ -5.877853783543745, 56.899166907195514 ], [ -5.874808848845177, 56.899355904204612 ], [ -5.873877504981016, 56.899169019368451 ], [ -5.872203503795167, 56.899585136769538 ], [ -5.871217327763348, 56.899503337681409 ], [ -5.870990375456403, 56.899771135991642 ], [ -5.869688483345032, 56.899496805603349 ], [ -5.869098454088364, 56.898876693446397 ], [ -5.867278680288959, 56.898996043522466 ], [ -5.866707589328698, 56.899431851707725 ], [ -5.865933279467432, 56.899491808156263 ], [ -5.865543416330644, 56.899058799244969 ], [ -5.866511433626444, 56.897297919216648 ], [ -5.866234073555261, 56.896919872363618 ], [ -5.864724343341384, 56.896620460996701 ], [ -5.862679845356086, 56.898936165759736 ], [ -5.861757492420443, 56.899153536187185 ], [ -5.861729140348547, 56.898322688792632 ], [ -5.861056096120626, 56.898010825137533 ], [ -5.861572515988108, 56.897761063585193 ], [ -5.862309862748047, 56.895912944743969 ], [ -5.863392367824996, 56.895497290367658 ], [ -5.863990654128886, 56.894530148433411 ], [ -5.863816549014219, 56.894117428771054 ], [ -5.862650682200307, 56.89420297800077 ], [ -5.861703951900024, 56.893706270799605 ], [ -5.860939588035847, 56.894179504918675 ], [ -5.860250687767754, 56.89514493835113 ], [ -5.860402187585361, 56.895657269448598 ], [ -5.859382803021798, 56.896286743655672 ], [ -5.858597179125141, 56.897668771659937 ], [ -5.857707963253938, 56.897570381552853 ], [ -5.858097212485426, 56.896645699807813 ], [ -5.856552835088742, 56.896805833554446 ], [ -5.854267631701444, 56.897748620945613 ], [ -5.853968622670015, 56.898832350404774 ], [ -5.852174117873346, 56.898559565104989 ], [ -5.851099215096356, 56.898732111050649 ], [ -5.849576981074206, 56.900703273516875 ], [ -5.849107494236077, 56.900771704332428 ], [ -5.849429136670684, 56.901341739310581 ], [ -5.850586761631005, 56.901652201650286 ], [ -5.851616939815225, 56.901044950724675 ], [ -5.853984009512443, 56.9016102748948 ], [ -5.854498010521183, 56.902052971262009 ], [ -5.854165423018848, 56.903209670034819 ], [ -5.8529154923738, 56.903279735635074 ], [ -5.852600518842654, 56.903810970746171 ], [ -5.850771574738467, 56.904083214313253 ], [ -5.84993931600471, 56.903821160901032 ], [ -5.847855188609316, 56.905126270333085 ], [ -5.844643524398194, 56.906080343703884 ], [ -5.844443496801309, 56.907107045036462 ], [ -5.843652321657767, 56.906956977157336 ], [ -5.845085814294132, 56.907423541824862 ], [ -5.844252349650147, 56.90770907168902 ], [ -5.845403991438654, 56.908119575120594 ], [ -5.844460308127621, 56.908356350984654 ], [ -5.845354833308986, 56.908312609508378 ], [ -5.845355541973803, 56.909085860207234 ], [ -5.846505280456393, 56.909014466182008 ], [ -5.846675118549426, 56.909323036882761 ], [ -5.847977912745251, 56.909588591096586 ], [ -5.847875350542421, 56.909981087207484 ], [ -5.848630320309486, 56.910401093542937 ], [ -5.849185876130385, 56.909428159346241 ], [ -5.849874472942231, 56.909475257094257 ], [ -5.850003459485936, 56.909897478347141 ], [ -5.850710029818252, 56.909608631931036 ], [ -5.850520537302033, 56.910162064143783 ], [ -5.849399217283816, 56.910748733612728 ], [ -5.850037193505092, 56.910894500908746 ], [ -5.850307177389518, 56.911424767166295 ], [ -5.850279625459084, 56.912401201294415 ], [ -5.849561355287006, 56.912816286821325 ], [ -5.850589588070777, 56.913287198826339 ], [ -5.850938856753234, 56.912673089880279 ], [ -5.85212737022578, 56.912594155399759 ], [ -5.852217350518992, 56.911346945415453 ], [ -5.852283852638333, 56.911609245039436 ], [ -5.852773607915773, 56.911497019469714 ], [ -5.85474417097323, 56.912163595904822 ], [ -5.855292633004904, 56.911441716488071 ], [ -5.854502366815129, 56.910314302453202 ], [ -5.855031612968561, 56.909820504114819 ], [ -5.855696675074411, 56.910594816863757 ], [ -5.856724080812794, 56.910946116086826 ], [ -5.859550611438484, 56.91097203924852 ], [ -5.85979606300041, 56.910786415360619 ], [ -5.858999529199671, 56.910824532552382 ], [ -5.858978202285562, 56.910602200310933 ], [ -5.859755098899396, 56.910580875318693 ], [ -5.859907452175518, 56.909796591912524 ], [ -5.860482975642239, 56.909671791959099 ], [ -5.861131169399171, 56.909566321049432 ], [ -5.861346436086687, 56.910011040185324 ], [ -5.861621325136505, 56.90955385423576 ], [ -5.862831735977401, 56.909226868594644 ], [ -5.863281189252104, 56.909599596941106 ], [ -5.864233927039513, 56.909435228875104 ], [ -5.864243348859853, 56.909844055934904 ], [ -5.864602869609073, 56.909585654806243 ], [ -5.86489236891648, 56.909841943427537 ], [ -5.865196850027825, 56.908416333488354 ], [ -5.865674284277971, 56.90842402599835 ], [ -5.86614620164114, 56.909807606942096 ], [ -5.866917012611382, 56.909711794908063 ], [ -5.868586816057333, 56.910123119006464 ], [ -5.869901812294465, 56.909727183240896 ], [ -5.871205882845492, 56.909781154535466 ], [ -5.871663447833737, 56.910072677784001 ], [ -5.872551209356076, 56.909757403115542 ], [ -5.872969186888379, 56.911331461295269 ], [ -5.873788001758947, 56.910905921835209 ], [ -5.873804849439996, 56.911543806874654 ], [ -5.874840054606871, 56.912253485645543 ], [ -5.873757726493802, 56.912912001740366 ], [ -5.874191466595805, 56.912894043770564 ], [ -5.87525816079691, 56.913827534037061 ], [ -5.876816070477727, 56.913949997286075 ], [ -5.876882579708943, 56.914258144200787 ], [ -5.877280447266293, 56.913989523071784 ], [ -5.87761064188087, 56.915523136221267 ], [ -5.878334778300963, 56.915562681171089 ], [ -5.878751104584541, 56.9150444123879 ], [ -5.879594634147493, 56.915774397624048 ], [ -5.880305648998298, 56.915181324405935 ], [ -5.880806835027632, 56.915574864771187 ], [ -5.880142552660274, 56.915905729295133 ], [ -5.881515214383179, 56.916380074097262 ], [ -5.880954291459493, 56.91517464582158 ], [ -5.882370037525884, 56.915589195340033 ], [ -5.882006666754802, 56.915730876462447 ], [ -5.882590275651956, 56.916126342534383 ], [ -5.881940279157886, 56.916910852807057 ], [ -5.882507870639841, 56.917073033628043 ], [ -5.882299615453914, 56.917362749331559 ], [ -5.883411126027138, 56.917301198967827 ], [ -5.882064108785341, 56.919208874697077 ], [ -5.882191789325531, 56.919488142118091 ], [ -5.883454433204077, 56.919772568292579 ], [ -5.881984080834027, 56.920969238759596 ], [ -5.882211303509004, 56.921177972974725 ], [ -5.882869718281875, 56.921027115297299 ], [ -5.883095938483941, 56.921384242114399 ], [ -5.88261635796774, 56.92206904024637 ], [ -5.882898198813784, 56.922644733962734 ], [ -5.881689509736509, 56.922880140655622 ], [ -5.881186898884749, 56.922315804466074 ], [ -5.880410366951494, 56.922200573948345 ], [ -5.879856587591658, 56.922330182688171 ], [ -5.880105231714521, 56.922745063494958 ], [ -5.879671479471782, 56.923001319846577 ], [ -5.87846544180651, 56.922977652159268 ], [ -5.87831816265953, 56.921607401202472 ], [ -5.877387599005068, 56.921496937651504 ], [ -5.877096598221238, 56.923602832568321 ], [ -5.875762969697056, 56.923949960695644 ], [ -5.876508352917753, 56.92397087615182 ], [ -5.876100101860581, 56.924409757361275 ], [ -5.875630292247338, 56.924319141126276 ], [ -5.875725436431411, 56.924681248676421 ], [ -5.875204758413736, 56.924401586912687 ], [ -5.874793249957291, 56.924983531889964 ], [ -5.874139607664013, 56.924864447381218 ], [ -5.873674121799184, 56.923658724949583 ], [ -5.872805067669449, 56.924395129358963 ], [ -5.873375317193695, 56.924613917900359 ], [ -5.873400416751457, 56.925442169124395 ], [ -5.872462318500617, 56.925339094492834 ], [ -5.872298116024451, 56.924691394479858 ], [ -5.871798696154599, 56.924806691800335 ], [ -5.871293260982653, 56.924531037275777 ], [ -5.871898168805536, 56.925036490233033 ], [ -5.871021129264149, 56.925426950529335 ], [ -5.871093826581082, 56.925874278241636 ], [ -5.871720376886786, 56.925795503796465 ], [ -5.872284419893067, 56.926128683914513 ], [ -5.87251737244932, 56.925917347800606 ], [ -5.872974162576579, 56.926215187732303 ], [ -5.873144047983616, 56.925855646405992 ], [ -5.873524047986049, 56.926015597025071 ], [ -5.87337638081993, 56.926414911987116 ], [ -5.872790943366757, 56.926303594718746 ], [ -5.873054161738872, 56.926827734473051 ], [ -5.872066948763015, 56.926727079127666 ], [ -5.872062969998693, 56.927211851988666 ], [ -5.871645987186421, 56.927266145586927 ], [ -5.871912929373799, 56.928476234159128 ], [ -5.871313411016184, 56.927833041256569 ], [ -5.870139989252039, 56.927538530007062 ], [ -5.870581889747161, 56.926328943106242 ], [ -5.869365533189451, 56.926032159958631 ], [ -5.868560443121363, 56.926181194747656 ], [ -5.868432512511083, 56.927088817315301 ], [ -5.868097720149025, 56.926762004829364 ], [ -5.867853207692872, 56.92703663163276 ], [ -5.867745925087356, 56.926763013369872 ], [ -5.867354343229457, 56.926951379972337 ], [ -5.86699469140277, 56.926162266375449 ], [ -5.866770820170125, 56.927112421350621 ], [ -5.866616202461969, 56.92693737781655 ], [ -5.866262072305247, 56.927233379469541 ], [ -5.866164073222071, 56.926858766453798 ], [ -5.865847556822874, 56.927343325122024 ], [ -5.864566153809627, 56.926370542105033 ], [ -5.863607828921846, 56.926167321030711 ], [ -5.863203549725049, 56.926439689211136 ], [ -5.863589970641558, 56.927170437649863 ], [ -5.863205237435423, 56.926996217225792 ], [ -5.862940192891603, 56.927946738324643 ], [ -5.862480483530964, 56.927810801838454 ], [ -5.862280213477498, 56.928052577469821 ], [ -5.861736538068548, 56.927375244251294 ], [ -5.860717636814709, 56.927270084576186 ], [ -5.859747767888188, 56.926573552606385 ], [ -5.859475670707122, 56.926836426506689 ], [ -5.858640316890838, 56.926531631911693 ], [ -5.858155325138813, 56.92645553166733 ], [ -5.856058649398894, 56.926820627577364 ], [ -5.856667690950076, 56.927017612601091 ], [ -5.858583593920057, 56.926579082094044 ], [ -5.858645026200844, 56.926596803920091 ], [ -5.859378646934306, 56.927122660852618 ], [ -5.860291326754917, 56.927011720990805 ], [ -5.862080199314843, 56.928678286003475 ], [ -5.862696164255944, 56.928115238322746 ], [ -5.863726937911948, 56.928366578062352 ], [ -5.864227358651779, 56.928164964000914 ], [ -5.865210488308369, 56.928591304414475 ], [ -5.865692009677513, 56.928461303242834 ], [ -5.86569405474478, 56.929227325283932 ], [ -5.866476698633441, 56.929432376044254 ], [ -5.866478594125462, 56.930022167281244 ], [ -5.865954973562554, 56.929825280898442 ], [ -5.865413866855811, 56.929999388136522 ], [ -5.864785703787304, 56.930889222245902 ], [ -5.865741270953841, 56.931525018314005 ], [ -5.865423523026225, 56.931680520153833 ], [ -5.866227673885625, 56.931727554264626 ], [ -5.866387279959268, 56.931283821075027 ], [ -5.866586848324771, 56.931749700509123 ], [ -5.866969519405921, 56.931633546274966 ], [ -5.867185313443851, 56.932192435167586 ], [ -5.866629924492574, 56.932435325766207 ], [ -5.867188137802326, 56.933330686218362 ], [ -5.866778633848296, 56.93347374749257 ], [ -5.867494440759783, 56.934048620473682 ], [ -5.865750711743147, 56.934061259005119 ], [ -5.86666095487401, 56.934528511389367 ], [ -5.866528804084291, 56.935316672267071 ], [ -5.867044304049561, 56.935466153529809 ], [ -5.866262980278722, 56.935671979798428 ], [ -5.86662843781694, 56.936040109053437 ], [ -5.865892241718534, 56.935856097814714 ], [ -5.865891855275827, 56.936122261359415 ], [ -5.864986740723395, 56.93634000434303 ], [ -5.863588572146402, 56.935719695275537 ], [ -5.862598907324951, 56.935978700916387 ], [ -5.862233270054086, 56.935687893823186 ], [ -5.860846544545447, 56.936004124542826 ], [ -5.860709218662501, 56.936473235626899 ], [ -5.859620228443949, 56.936281213139829 ], [ -5.859224254557304, 56.936587476977863 ], [ -5.860397068952262, 56.93698551622338 ], [ -5.860099382433265, 56.937240189519493 ], [ -5.860508020008951, 56.937533269990666 ], [ -5.861278776140789, 56.937288244879625 ], [ -5.862005976506345, 56.937480654088183 ], [ -5.862403258361228, 56.939379977919366 ], [ -5.861884153121351, 56.939466167987689 ], [ -5.862742479908935, 56.939796585354948 ], [ -5.862612428907716, 56.94059006990426 ], [ -5.859877202823866, 56.940355446784991 ], [ -5.859935114107216, 56.940088405119475 ], [ -5.859252308612477, 56.940087030821559 ], [ -5.85909229794728, 56.939812338021532 ], [ -5.858047761730285, 56.940082891461117 ], [ -5.857841741086935, 56.939697224128473 ], [ -5.85730070718133, 56.93965099713234 ], [ -5.856398725460807, 56.939916233816056 ], [ -5.85651064544401, 56.94015554954936 ], [ -5.855929345618923, 56.940006257969642 ], [ -5.8549810292847, 56.940412283966999 ], [ -5.85432934986426, 56.940123091122132 ], [ -5.853660032374277, 56.940236361735501 ], [ -5.852825382300974, 56.940867248215319 ], [ -5.85349732829614, 56.94278599141586 ], [ -5.854457414245561, 56.943161879961714 ], [ -5.853720472925362, 56.943735806163026 ], [ -5.853193746234113, 56.943557842315208 ], [ -5.853753364938463, 56.945057447909171 ], [ -5.854384799943261, 56.945340975840402 ], [ -5.856135617439688, 56.945375942072033 ], [ -5.855719387831847, 56.945630666740328 ], [ -5.856370434460397, 56.94591268038274 ], [ -5.85687565218222, 56.945850322100362 ], [ -5.856727390151502, 56.945577960897751 ], [ -5.857252040911734, 56.946053595435984 ], [ -5.859000521849842, 56.945986090373097 ], [ -5.859363900994137, 56.946143003403471 ], [ -5.858984971189399, 56.946408275519154 ], [ -5.859722915158736, 56.946353100613969 ], [ -5.860102495543703, 56.946745989276117 ], [ -5.858961256748465, 56.947053703814419 ], [ -5.8581113478263, 56.946615099413911 ], [ -5.856210600987579, 56.946801486049004 ], [ -5.855018865076985, 56.947496460729468 ], [ -5.854994724689631, 56.948361293960048 ], [ -5.854761175029265, 56.947980067952052 ], [ -5.854553052255544, 56.948465741277104 ], [ -5.854199695525665, 56.948310303226144 ], [ -5.854123823384486, 56.948929464835551 ], [ -5.853507653853939, 56.949096839104925 ], [ -5.853946488001263, 56.949251439780916 ], [ -5.853061550388109, 56.949174443001205 ], [ -5.852674754201206, 56.94952355854155 ], [ -5.852553539772075, 56.949847396574576 ], [ -5.854278123651381, 56.950740995337227 ], [ -5.854616406621394, 56.951562273243539 ], [ -5.854641832178184, 56.951346590559041 ], [ -5.855135123686789, 56.951406893870306 ], [ -5.854883775721739, 56.951936161852956 ], [ -5.853804052077948, 56.952092667180786 ], [ -5.852785548336588, 56.951408363952645 ], [ -5.852704714284936, 56.951852342073089 ], [ -5.852312707975427, 56.951593788713836 ], [ -5.851567235839559, 56.95180020763334 ], [ -5.851647833916104, 56.952277869957257 ], [ -5.850950776546936, 56.952395573960175 ], [ -5.850833688318668, 56.952807399569991 ], [ -5.853248281668702, 56.953768754091065 ], [ -5.852589182324757, 56.954540778727072 ], [ -5.853240381135041, 56.954998141128705 ], [ -5.852523819036447, 56.955421267827049 ], [ -5.853577058777636, 56.955883311273475 ], [ -5.854303258153478, 56.955664888251547 ], [ -5.85466212466488, 56.956286818207893 ], [ -5.853899563203233, 56.956567507557729 ], [ -5.853509864248578, 56.956252239153606 ], [ -5.852454524412644, 56.956295583952198 ], [ -5.851495989699602, 56.957084929115332 ], [ -5.850526424422504, 56.956747968173666 ], [ -5.850730898521141, 56.957405239078383 ], [ -5.849944763635114, 56.957043736226233 ], [ -5.849034024473299, 56.957372121379947 ], [ -5.846789819111455, 56.95929170992428 ], [ -5.848188506504532, 56.960198130855332 ], [ -5.849269717319573, 56.962062026656973 ], [ -5.848667867016831, 56.962210948299557 ], [ -5.84693201532322, 56.961738415317406 ], [ -5.845675766611785, 56.963202249863009 ], [ -5.84584322354406, 56.963947884636653 ], [ -5.845525224452416, 56.963737382721341 ], [ -5.844588701734153, 56.964152843690073 ], [ -5.844364996214332, 56.964537371075231 ], [ -5.845281464450374, 56.965682553861512 ], [ -5.844790487593078, 56.966907021642953 ], [ -5.842822610755623, 56.967538530530327 ], [ -5.843135196061032, 56.967776180565991 ], [ -5.842271962538264, 56.967546476241878 ], [ -5.84198037548772, 56.967991530825849 ], [ -5.841012137820982, 56.967301986097461 ], [ -5.840178906885295, 56.967682765324952 ], [ -5.839958580820017, 56.968260496234556 ], [ -5.838637053390279, 56.967896493771732 ], [ -5.838172447361565, 56.968180512776009 ], [ -5.837133538321909, 56.968162974043793 ], [ -5.832606088976081, 56.966189862538627 ], [ -5.830958919957919, 56.964754101886896 ], [ -5.82874268105305, 56.964491162966603 ], [ -5.827759919709009, 56.96473078011806 ], [ -5.825823800980097, 56.962658226058281 ], [ -5.824676682658082, 56.962258169015371 ], [ -5.823046456935611, 56.960886531227636 ], [ -5.820946426579549, 56.960485930357237 ], [ -5.820171336225609, 56.961161512764413 ], [ -5.819245804260349, 56.961220384704085 ], [ -5.819541302906476, 56.961791294156654 ], [ -5.818750432595013, 56.961783104855478 ], [ -5.819050830437329, 56.960859497218166 ], [ -5.817845492970352, 56.95929497720148 ], [ -5.817333388688241, 56.95951742999641 ], [ -5.817248738089267, 56.962435921137249 ], [ -5.816690066098437, 56.962879182962084 ], [ -5.819663608142906, 56.962952838325982 ], [ -5.820601359301086, 56.962498868216677 ], [ -5.821962393937071, 56.963123496274747 ], [ -5.823381793096662, 56.964669740984519 ], [ -5.823429893144797, 56.967465493776061 ], [ -5.824147843334877, 56.9673554029374 ], [ -5.824256205209226, 56.967721632513957 ], [ -5.825367325137526, 56.968154268342076 ], [ -5.825277498181803, 56.96872257837002 ], [ -5.826503601472274, 56.969889878922494 ], [ -5.827545576015531, 56.969824691968455 ], [ -5.827955787546092, 56.970116033505114 ], [ -5.827754375674966, 56.970847811948218 ], [ -5.826635748408219, 56.97116081350287 ], [ -5.826460377409457, 56.971505161006853 ], [ -5.825857622524945, 56.971439101254667 ], [ -5.825806448215552, 56.972191450817164 ], [ -5.824702130736688, 56.97306146268933 ], [ -5.824722202364988, 56.973674061786504 ], [ -5.825390010253005, 56.973940442419078 ], [ -5.825397665098498, 56.974816869840822 ], [ -5.82642947122201, 56.97474751033635 ], [ -5.827692175210701, 56.973960747046149 ], [ -5.829611697978176, 56.974038594726238 ], [ -5.830433531367271, 56.972823835855259 ], [ -5.831569377453724, 56.972149716170783 ], [ -5.836307816813816, 56.972135581160231 ], [ -5.836943684767869, 56.971675473080623 ], [ -5.836873608982325, 56.970675078004199 ], [ -5.837538249957724, 56.971373980659465 ], [ -5.83878977814748, 56.971456916422923 ], [ -5.839407898829381, 56.972103290555971 ], [ -5.841126946299676, 56.972329185823391 ], [ -5.842337162321377, 56.971851389512771 ], [ -5.843366348390358, 56.972013049610375 ], [ -5.843811315237597, 56.971378947864856 ], [ -5.844371033492379, 56.971298785373023 ], [ -5.845610798172011, 56.971746170358124 ], [ -5.845246400859224, 56.971964190690755 ], [ -5.845740597658967, 56.971966962209088 ], [ -5.846208022078875, 56.972667396760372 ], [ -5.84658917355076, 56.972372430106418 ], [ -5.847244621660329, 56.972581531138324 ], [ -5.846886071542341, 56.973653568333674 ], [ -5.846236056248294, 56.973736521408419 ], [ -5.845730781146563, 56.974583788274991 ], [ -5.846215558753534, 56.974973482613763 ], [ -5.846071599858789, 56.975971473964314 ], [ -5.845591808568899, 56.976188550885851 ], [ -5.845813423479052, 56.976820125323577 ], [ -5.844290089412682, 56.978413539634573 ], [ -5.844644394492486, 56.978735322917103 ], [ -5.845813185218047, 56.978811747197533 ], [ -5.845745351035493, 56.979191477512039 ], [ -5.845047605761343, 56.979132027913188 ], [ -5.845775662512009, 56.979644614619197 ], [ -5.844601773684034, 56.980157288395233 ], [ -5.844257741124401, 56.979695820816829 ], [ -5.843842628835379, 56.980221105915291 ], [ -5.843006376225428, 56.980255820179821 ], [ -5.843173982022281, 56.981401573819539 ], [ -5.842329257585025, 56.981593894350937 ], [ -5.842129593493706, 56.981973179845149 ], [ -5.842996868251316, 56.981919535123254 ], [ -5.842989226637015, 56.982643583644595 ], [ -5.843200559484344, 56.982457254480309 ], [ -5.84328737709092, 56.98289966213931 ], [ -5.843429807594788, 56.982683981664067 ], [ -5.843821372783354, 56.982887732511394 ], [ -5.843489691647862, 56.983104738973424 ], [ -5.842297418932722, 56.982961576692489 ], [ -5.84353154205855, 56.983350717225555 ], [ -5.843005972339291, 56.983843430057632 ], [ -5.8434550074896, 56.983726217457303 ], [ -5.843123316925264, 56.983943223048691 ], [ -5.843511541300575, 56.984353881671446 ], [ -5.843142390251904, 56.98420788484249 ], [ -5.842697161049729, 56.984441868251302 ], [ -5.84360437910348, 56.984535351298604 ], [ -5.842780045182337, 56.985005781953191 ], [ -5.843585192660267, 56.986104953349958 ], [ -5.84242332156243, 56.986895967990712 ], [ -5.844150245312774, 56.987350874168584 ], [ -5.843422287590613, 56.987638513829964 ], [ -5.843189535772233, 56.988176168768028 ], [ -5.843742222036229, 56.98810522146298 ], [ -5.84303078040377, 56.988473273702716 ], [ -5.84364221425965, 56.988971478604888 ], [ -5.84343628524593, 56.98976906143367 ], [ -5.843159003953682, 56.990114768939861 ], [ -5.842279630094717, 56.990132817501419 ], [ -5.841380328575783, 56.990915746376011 ], [ -5.840265398907105, 56.990806148892212 ], [ -5.839197321932258, 56.99163021289165 ], [ -5.838753298604781, 56.991477510821873 ], [ -5.837438239821308, 56.991823607122718 ], [ -5.835593835566721, 56.991492696939098 ], [ -5.835167326742185, 56.991701799531093 ], [ -5.834681436815379, 56.991238365458237 ], [ -5.833381445864027, 56.991859093718801 ], [ -5.834214771232817, 56.992433258145404 ], [ -5.834168077804056, 56.992907639683644 ], [ -5.833443641499747, 56.993167236266885 ], [ -5.832860925315873, 56.992755318841603 ], [ -5.83290684110329, 56.993489408815435 ], [ -5.831869289077455, 56.993763993194058 ], [ -5.832117419950327, 56.993501928082935 ], [ -5.831098319817549, 56.993555650572887 ], [ -5.830832629049155, 56.993951324647817 ], [ -5.831449204182692, 56.995028477104292 ], [ -5.831901379500662, 56.99511621720346 ], [ -5.83196115721268, 56.995857075215021 ], [ -5.832602780718967, 56.996680796170246 ], [ -5.833530683641655, 56.996748546900648 ], [ -5.834010907783761, 56.997460323282446 ], [ -5.833762686808667, 56.998041590004483 ], [ -5.834147667303299, 56.997908396517971 ], [ -5.834297603186564, 56.99830841088918 ], [ -5.833776348848223, 56.999022134807291 ], [ -5.834421348709933, 56.99946181061172 ], [ -5.83382671131012, 56.999863085980003 ], [ -5.833892974712316, 57.000874386322195 ], [ -5.833150941069664, 57.002212588569961 ], [ -5.833880736558563, 57.002627188946548 ], [ -5.833889055926661, 57.003251837214627 ], [ -5.833332776246368, 57.003578202819597 ], [ -5.832832840798601, 57.003475746043407 ], [ -5.8328232136662, 57.003750279289157 ], [ -5.832495615410326, 57.003449221293387 ], [ -5.832173599588693, 57.003634426587439 ], [ -5.831577862154854, 57.006042604763898 ], [ -5.830527185449155, 57.007313820589282 ], [ -5.828255319932287, 57.007431970329591 ], [ -5.82773088158979, 57.00688337096809 ], [ -5.826863347919593, 57.007100549893877 ], [ -5.826751371117364, 57.007469927139496 ], [ -5.824989892268865, 57.007824150242435 ], [ -5.826550120377666, 57.007371787786319 ], [ -5.82679668344199, 57.006788791469425 ], [ -5.828183658173218, 57.006366887088888 ], [ -5.827900794405621, 57.006068043924422 ], [ -5.826738607819579, 57.006304135535835 ], [ -5.825659818713873, 57.00606921294397 ], [ -5.826689625099712, 57.006148285842023 ], [ -5.828514557618001, 57.005562813117038 ], [ -5.827894257312198, 57.005571919467201 ], [ -5.827819074675201, 57.004616638854678 ], [ -5.827194395755241, 57.004342647416102 ], [ -5.825171242898254, 57.004602385720652 ], [ -5.823973738420269, 57.004318033290069 ], [ -5.822723991327835, 57.004679948434706 ], [ -5.822305480069498, 57.006236563865066 ], [ -5.822741696368862, 57.008846904926159 ], [ -5.820728289551457, 57.011884596586327 ], [ -5.819826803027309, 57.01196519376969 ], [ -5.819577174933268, 57.011652728922712 ], [ -5.818846489883836, 57.011984353779084 ], [ -5.818536208434843, 57.011835583959957 ], [ -5.818278263339391, 57.012309214079977 ], [ -5.817184107028937, 57.012680701738333 ], [ -5.816753806333813, 57.012181333453128 ], [ -5.815658039441881, 57.012231866206307 ], [ -5.814675875019486, 57.012892131388178 ], [ -5.812837369952077, 57.013431050352104 ], [ -5.812484094887957, 57.013119934991536 ], [ -5.811771412719567, 57.013338576356901 ], [ -5.810134012337843, 57.013202369451058 ], [ -5.808551538212836, 57.01421445521207 ], [ -5.807673384327527, 57.014394954892147 ], [ -5.80695474129759, 57.013911529450468 ], [ -5.807018607715628, 57.013279295019089 ], [ -5.805688698627145, 57.01302307333674 ], [ -5.802339070284719, 57.014130218913451 ], [ -5.800834952222131, 57.013749769594384 ], [ -5.797722297150218, 57.014193221631785 ], [ -5.797174459060066, 57.014009357015475 ], [ -5.796614488991093, 57.014288008667982 ], [ -5.795359578118936, 57.014168764350991 ], [ -5.793780658378377, 57.013668221282181 ], [ -5.793410496149976, 57.012818093068631 ], [ -5.792128691616231, 57.012402023623324 ], [ -5.791129367483465, 57.01260676151032 ], [ -5.790545096187036, 57.013019192580458 ], [ -5.790751588354535, 57.013298852568603 ], [ -5.789217135386873, 57.014172561435487 ], [ -5.78695786342926, 57.013755490695246 ], [ -5.785756526385069, 57.014259416495818 ], [ -5.784157723211749, 57.013853763611529 ], [ -5.782034831612131, 57.014291135384227 ], [ -5.780039427948555, 57.015821539279266 ], [ -5.777793513638749, 57.016509812520518 ], [ -5.775778314320863, 57.016386368082898 ], [ -5.774049199425033, 57.015427070120381 ], [ -5.771739312756792, 57.015078687196237 ], [ -5.765989606196196, 57.015022736843527 ], [ -5.764200908505228, 57.015589095870311 ], [ -5.761304127362416, 57.015222225377336 ], [ -5.759802724794011, 57.016022636204426 ], [ -5.758122069541903, 57.01602820944273 ], [ -5.757449936571776, 57.016309152024647 ], [ -5.751716547277732, 57.016171131780361 ], [ -5.748531406923577, 57.017439997580311 ], [ -5.746621797294346, 57.016809419926069 ], [ -5.744729010531229, 57.016672816796266 ], [ -5.742921309978254, 57.017136036394028 ], [ -5.738498318389701, 57.016670461566733 ], [ -5.737642106384505, 57.017253501536835 ], [ -5.738539439484913, 57.017653746574261 ], [ -5.738556472335749, 57.018561328261981 ], [ -5.737733853247489, 57.017920588145536 ], [ -5.737478793479162, 57.018170969441236 ], [ -5.736480035805926, 57.018155864895867 ], [ -5.735654760766002, 57.017488218243031 ], [ -5.734155692887338, 57.017497033303592 ], [ -5.733974325194546, 57.017907043898141 ], [ -5.733261248513499, 57.017946318826169 ], [ -5.733296090617198, 57.018457764238619 ], [ -5.731093615610315, 57.017534499424556 ], [ -5.730004108878719, 57.018340229148741 ], [ -5.728597093790362, 57.017294288646184 ], [ -5.728189608090041, 57.01832691307974 ], [ -5.727333681283672, 57.01833894486078 ], [ -5.726446064415603, 57.017376397227899 ], [ -5.726480737884809, 57.016570673790113 ], [ -5.725304295694985, 57.015850491568429 ], [ -5.725052872919232, 57.014738609720752 ], [ -5.724051865267482, 57.013711993488279 ], [ -5.722581869057356, 57.010303249813198 ], [ -5.722391324093429, 57.008398348632547 ], [ -5.718603304801471, 57.005863252093789 ], [ -5.716114975230208, 57.003055655781608 ], [ -5.714740898514765, 57.00109152194522 ], [ -5.713838877640348, 56.998160314071782 ], [ -5.709938396468673, 56.992247743006999 ], [ -5.708596318020294, 56.991010864930047 ], [ -5.705817561674707, 56.990149243569796 ], [ -5.703976603035296, 56.989938584615594 ], [ -5.700724686310316, 56.988457018746324 ], [ -5.699024113756581, 56.986839557352781 ], [ -5.697485030886252, 56.986183814374748 ], [ -5.694903223687744, 56.986305126190643 ], [ -5.693032658923967, 56.986872892811604 ], [ -5.692289578543009, 56.987600628729375 ], [ -5.691152965667045, 56.987764569827306 ], [ -5.691017098141613, 56.987058307065098 ], [ -5.689503012775548, 56.986819802933496 ], [ -5.689595738922787, 56.986093304255995 ], [ -5.688574302767922, 56.984509603139955 ], [ -5.686754585562464, 56.983844033558292 ], [ -5.686281290562867, 56.983970380292575 ], [ -5.684995247921059, 56.983621703061864 ], [ -5.682822294576867, 56.982130349019684 ], [ -5.682129409776655, 56.98186755622708 ], [ -5.681208379105817, 56.981962121385934 ], [ -5.678458105881157, 56.979790914876375 ], [ -5.675967293654318, 56.978911187336728 ], [ -5.673669621409366, 56.9785696754371 ], [ -5.672467320785167, 56.977647499019049 ], [ -5.666324025632567, 56.976456804440993 ], [ -5.664021743221582, 56.976735614350517 ], [ -5.661901885405955, 56.975939140093949 ], [ -5.659660375982302, 56.975998513460233 ], [ -5.65712649192648, 56.976819824086945 ], [ -5.656031498644769, 56.9775234702443 ], [ -5.656048774565648, 56.978119047728057 ], [ -5.655200534798436, 56.977511816223668 ], [ -5.652734862077145, 56.97694827250988 ], [ -5.650873222296378, 56.97602898597539 ], [ -5.648855569575327, 56.975919792523783 ], [ -5.647082097293828, 56.974924153875371 ], [ -5.644391269206733, 56.975085374273199 ], [ -5.641921878512515, 56.974412944043848 ], [ -5.640190744457991, 56.973022188013978 ], [ -5.637812472338748, 56.972151029832986 ], [ -5.636589588025636, 56.970449638363554 ], [ -5.634895828887609, 56.969893854112655 ], [ -5.63339299073138, 56.970215373695041 ], [ -5.632977185845387, 56.971252393025644 ], [ -5.634198127539348, 56.972428822399287 ], [ -5.635208075350096, 56.974209254993724 ], [ -5.635018024833727, 56.974691286022008 ], [ -5.632636749400943, 56.975326042529424 ], [ -5.626000893072363, 56.97499372243449 ], [ -5.621659730444161, 56.975642037383246 ], [ -5.619307859471641, 56.976766495264386 ], [ -5.616739378818547, 56.976935259500024 ], [ -5.615794100732755, 56.977713323395932 ], [ -5.614804159938902, 56.977607104605234 ], [ -5.614731422765254, 56.97736646441016 ], [ -5.614385596211282, 56.977790031304828 ], [ -5.614934630529736, 56.97827312468624 ], [ -5.613946518683192, 56.978355646937644 ], [ -5.614677521594954, 56.978932374790958 ], [ -5.61515258435471, 56.978568002386595 ], [ -5.615440131944326, 56.978901323748403 ], [ -5.614586982425544, 56.979950922664123 ], [ -5.611969411044976, 56.981653886695526 ], [ -5.608893349538176, 56.982960964245706 ], [ -5.604040657839215, 56.98343814056291 ], [ -5.603231089871605, 56.982899578987215 ], [ -5.601024119546504, 56.982639531729241 ], [ -5.598975878345691, 56.982914302576653 ], [ -5.59759169562219, 56.982563070285451 ], [ -5.597144331666619, 56.981852215989278 ], [ -5.596104676462528, 56.982084420669452 ], [ -5.593573696322975, 56.98162229078995 ], [ -5.592899118014616, 56.980603290669713 ], [ -5.592039217907596, 56.980223439643765 ], [ -5.588899123881901, 56.980187787932564 ], [ -5.586859487194074, 56.981064471232571 ], [ -5.581679693354818, 56.981222016238803 ], [ -5.579540571464179, 56.983036426647431 ], [ -5.579393421246142, 56.983732900187476 ], [ -5.575609357069235, 56.983166938629296 ], [ -5.570483625437095, 56.984922747692686 ], [ -5.569869271182038, 56.984612149286562 ], [ -5.568701039483494, 56.984793852023316 ], [ -5.566727420509924, 56.986023426875768 ], [ -5.565414206222726, 56.986411517280636 ], [ -5.564227756099455, 56.986575715911002 ], [ -5.561492699370784, 56.986303058103879 ], [ -5.556325004793869, 56.987371706400857 ], [ -5.554589416259108, 56.988598802547635 ], [ -5.554015506833551, 56.988538704882771 ], [ -5.547641062872269, 56.9902571225985 ], [ -5.542276952024324, 56.990395764687904 ], [ -5.538913845560113, 56.990967506472174 ], [ -5.535121938977457, 56.992054734418765 ], [ -5.533642307878931, 56.992083085164936 ], [ -5.531163552551532, 56.993038664248608 ], [ -5.522794981404579, 56.993980508068681 ], [ -5.516577928359924, 56.993813930276254 ], [ -5.512995394862052, 56.99416188720965 ], [ -5.511215262502066, 56.993362335794245 ], [ -5.509938169022059, 56.993443151079866 ], [ -5.510431936840049, 56.993788889921163 ], [ -5.509142671089547, 56.994090295839833 ], [ -5.50868429988526, 56.993770528807516 ], [ -5.508896116788891, 56.994357929297067 ], [ -5.50958795292862, 56.994271082363966 ], [ -5.508321193342694, 56.994549372333374 ], [ -5.509744538037779, 56.994621794816716 ], [ -5.5098410934553, 56.994947222273062 ], [ -5.509002849237332, 56.994966259428125 ], [ -5.510357832493714, 56.995274336524211 ], [ -5.509216561100747, 56.996272813429705 ], [ -5.510257444361395, 56.996917847408127 ], [ -5.512541276013107, 56.996943599671894 ], [ -5.518136698891032, 56.998022399308624 ], [ -5.520918395976691, 56.998173334843912 ], [ -5.522082800816249, 56.998554081451097 ], [ -5.521579275293361, 56.9994133390069 ], [ -5.522133279422288, 56.999784308051765 ], [ -5.523187020054682, 56.999952399639497 ], [ -5.524838669063779, 56.9996496237438 ], [ -5.525047929153015, 57.000380915632846 ], [ -5.52447424220492, 57.000846597293872 ], [ -5.52202508240083, 57.001252748282603 ], [ -5.522671444811473, 57.000074809854041 ], [ -5.521409626889846, 56.999971010884586 ], [ -5.521102861516523, 57.000559514707227 ], [ -5.519625027753789, 57.001046139456392 ], [ -5.518884343963479, 57.00175023851164 ], [ -5.518772790792083, 57.003097401292742 ], [ -5.518334911492674, 57.003258061413426 ], [ -5.518802338316499, 57.004368671614976 ], [ -5.520938098362957, 57.005436804814174 ], [ -5.520558873109401, 57.006130733050327 ], [ -5.52162724810399, 57.005493811906334 ], [ -5.521760076231833, 57.004982128200147 ], [ -5.52229190767839, 57.005466098911683 ], [ -5.521466906759672, 57.006150112344208 ], [ -5.521927977563704, 57.006321423155754 ], [ -5.521884131516615, 57.005945072781124 ], [ -5.522602112723639, 57.005610191759473 ], [ -5.521769698222743, 57.006564119958561 ], [ -5.520355147718508, 57.006851184097805 ], [ -5.518956132035195, 57.006692783829664 ], [ -5.519844231577832, 57.007198202686119 ], [ -5.522499640422147, 57.006790786079932 ], [ -5.523486136682518, 57.005027893482961 ], [ -5.529373393359885, 57.000479138243584 ], [ -5.530514987098217, 57.000357003268533 ], [ -5.530738268393698, 57.001582350790549 ], [ -5.531341125861441, 57.002032812787675 ], [ -5.533474842305649, 57.002035457131257 ], [ -5.538591135328534, 57.000398377251599 ], [ -5.540088604636454, 57.000207644408704 ], [ -5.540858384418443, 56.999727343616314 ], [ -5.542983857624249, 56.999644649762196 ], [ -5.54485943598325, 56.997802426063423 ], [ -5.546902645733939, 56.997721996206536 ], [ -5.546900233635677, 56.998301934851668 ], [ -5.547415303487961, 56.998521066262626 ], [ -5.551523383152166, 56.999191073574345 ], [ -5.552837193279217, 56.998803122605459 ], [ -5.553816150277244, 56.997754902289941 ], [ -5.554648513439371, 56.99758739284519 ], [ -5.554359631420005, 56.996804463370353 ], [ -5.555208500261659, 56.996982605872191 ], [ -5.555656149391526, 56.996754107642815 ], [ -5.557052437452068, 56.996799792590529 ], [ -5.558978869064518, 56.995670623234936 ], [ -5.561407081312541, 56.995053059586006 ], [ -5.567754254734435, 56.995024901988124 ], [ -5.573284211039811, 56.992659819307356 ], [ -5.576547159709505, 56.992935105388995 ], [ -5.579407958018754, 56.992453146701727 ], [ -5.58004842813128, 56.992861847521802 ], [ -5.581171090781484, 56.99246108334637 ], [ -5.583811975121686, 56.993203520019605 ], [ -5.584861971482776, 56.99290369986079 ], [ -5.585621532607822, 56.992239100759733 ], [ -5.587041035069905, 56.992099479106564 ], [ -5.589498793963287, 56.991282720506454 ], [ -5.589290879464549, 56.991517946493914 ], [ -5.590085747363876, 56.991989591864908 ], [ -5.590705580068327, 56.991926835763699 ], [ -5.596693482055259, 56.989718345834142 ], [ -5.598540093024423, 56.988545884072643 ], [ -5.598806573519663, 56.98763916641974 ], [ -5.599726638614289, 56.98736093851069 ], [ -5.600486233941208, 56.986615327216185 ], [ -5.601741187210549, 56.98630945516566 ], [ -5.604555639917153, 56.986718298904862 ], [ -5.608711151659327, 56.985159906165379 ], [ -5.6137952788786, 56.984095971185809 ], [ -5.616650505712949, 56.982889563105381 ], [ -5.617765416371815, 56.983518098286474 ], [ -5.616825995723804, 56.982322576464107 ], [ -5.617344108419517, 56.982316571592065 ], [ -5.618385431626483, 56.982780906182178 ], [ -5.619661137759505, 56.982860841686559 ], [ -5.621743689553426, 56.985650511410327 ], [ -5.622686704774669, 56.985695105335495 ], [ -5.622808050035648, 56.986096162767694 ], [ -5.623420022152248, 56.986123375061922 ], [ -5.623979043981094, 56.986875859386636 ], [ -5.62503001976852, 56.987267937529822 ], [ -5.629023537333441, 56.987012692156569 ], [ -5.630328678506783, 56.987392851196873 ], [ -5.632932398382901, 56.987240775511275 ], [ -5.634231519003727, 56.987980693362793 ], [ -5.634660178552233, 56.988660504278108 ], [ -5.635543206620813, 56.988342627773456 ], [ -5.636414254500454, 56.988492604716079 ], [ -5.637624249539254, 56.989414894246437 ], [ -5.637539933010441, 56.989732019408478 ], [ -5.635043959637632, 56.989386572145683 ], [ -5.634004542148364, 56.989789907012529 ], [ -5.636254803391846, 56.990654988245524 ], [ -5.637321587499736, 56.990363220851563 ], [ -5.637830584109068, 56.991274440024512 ], [ -5.639513834676068, 56.992066060465262 ], [ -5.641409173114495, 56.991741139213332 ], [ -5.641334204029718, 56.992237807407754 ], [ -5.643996347521123, 56.992848007621355 ], [ -5.647533058969889, 56.99263246694057 ], [ -5.65002219154544, 56.992820533371898 ], [ -5.65146015811925, 56.993291001512695 ], [ -5.655521265098631, 56.9928801006063 ], [ -5.658319629351152, 56.993616381166028 ], [ -5.659730355538384, 56.994478648762211 ], [ -5.660211525925819, 56.994514008505959 ], [ -5.660073728905834, 56.993866218115024 ], [ -5.662447901306034, 56.994893541021625 ], [ -5.665574341578693, 56.998708361229333 ], [ -5.668951169857827, 57.00121210911108 ], [ -5.670217137135349, 57.00327428218813 ], [ -5.671482813536382, 57.003745093218448 ], [ -5.673240636286815, 57.005028580358783 ], [ -5.676457807425249, 57.008323523788519 ], [ -5.678701999064525, 57.009938781102171 ], [ -5.681355251300775, 57.014104325699883 ], [ -5.682564524381783, 57.017080622450358 ], [ -5.684338237468062, 57.018597261165496 ], [ -5.684513365251876, 57.020448695666687 ], [ -5.685001756561161, 57.020969255000026 ], [ -5.683951317985716, 57.022097080296817 ], [ -5.683914846571802, 57.022727508580118 ], [ -5.682720664685456, 57.023320110653664 ], [ -5.683261820426536, 57.025205719140637 ], [ -5.681860234914968, 57.02628542536268 ], [ -5.679547741792638, 57.026241103439482 ], [ -5.677509026495942, 57.025797590976104 ], [ -5.676651517702252, 57.024294379640665 ], [ -5.671881866774373, 57.025576341514913 ], [ -5.673747925084333, 57.02660941374112 ], [ -5.673668035450038, 57.025717183615626 ], [ -5.674223649648445, 57.025583981018244 ], [ -5.674156985915202, 57.026327674504671 ], [ -5.674454548188612, 57.02666957010296 ], [ -5.675212065332913, 57.02666079635938 ], [ -5.674934521077549, 57.026938674446335 ], [ -5.673489850910544, 57.027084512361292 ], [ -5.67086219641882, 57.026770574185683 ], [ -5.669504326191023, 57.026041719474968 ], [ -5.667541844593459, 57.026202681777178 ], [ -5.6663203286098, 57.026939773238134 ], [ -5.667382327366369, 57.026674876100721 ], [ -5.668695781424556, 57.026870109725628 ], [ -5.663959379754534, 57.027993446219369 ], [ -5.664372168169654, 57.028702404687849 ], [ -5.664142740570962, 57.02972057849508 ], [ -5.664640088483335, 57.029011925361118 ], [ -5.664331922065673, 57.028009503168434 ], [ -5.666848068832667, 57.02794474423002 ], [ -5.670128746171671, 57.027106776048299 ], [ -5.669691511376451, 57.028506872842222 ], [ -5.670251959405151, 57.031529284915806 ], [ -5.672001581935063, 57.032466006912131 ], [ -5.672810859585766, 57.03256271956247 ], [ -5.673503582804599, 57.033849625119998 ], [ -5.677730630159838, 57.034590308121452 ], [ -5.679447225165625, 57.035439793155305 ], [ -5.680848073556402, 57.035547821208738 ], [ -5.682639675275399, 57.036787053649128 ], [ -5.683027632298757, 57.037523660984306 ], [ -5.692503701483575, 57.040578952848399 ], [ -5.692068166132729, 57.03996335326147 ], [ -5.695620303321744, 57.03976045341556 ], [ -5.706331485537116, 57.041175158808265 ], [ -5.71196486446262, 57.040738382301541 ], [ -5.712343743175158, 57.040403466587712 ], [ -5.714679747340605, 57.040095854604132 ], [ -5.716000243013605, 57.039611581954603 ], [ -5.716297615312507, 57.039121734318584 ], [ -5.716835756458214, 57.039308039006308 ], [ -5.718391329872989, 57.039113453835746 ], [ -5.723942645075542, 57.03773002679538 ], [ -5.727374431876209, 57.037744684153104 ], [ -5.736084206593259, 57.035713594493522 ], [ -5.740279294614392, 57.035448847155678 ], [ -5.742625806548968, 57.034677352267018 ], [ -5.745301364551248, 57.034799555046256 ], [ -5.745107341229766, 57.03434682352006 ], [ -5.744090544958114, 57.034156987735606 ], [ -5.740166115357722, 57.03432386227098 ], [ -5.736886223629171, 57.034012816395588 ], [ -5.73646799277314, 57.034281555031392 ], [ -5.735466100254992, 57.034239555648483 ], [ -5.734200838659379, 57.033791827617776 ], [ -5.733938373827202, 57.033395070464849 ], [ -5.734599504686642, 57.033164042160983 ], [ -5.732745319490511, 57.032023598867518 ], [ -5.73269630781939, 57.031206883995445 ], [ -5.735733639375894, 57.029763049290324 ], [ -5.735269546243273, 57.028918273606422 ], [ -5.737322707776086, 57.029414372300842 ], [ -5.737637971051785, 57.02927008545101 ], [ -5.737560060731265, 57.029479206663474 ], [ -5.74030334648295, 57.029541044085306 ], [ -5.741209905959257, 57.029046394532074 ], [ -5.740230354826921, 57.02807769451141 ], [ -5.74157612488721, 57.028671302411098 ], [ -5.742626132866189, 57.028455566617943 ], [ -5.741788214350396, 57.029222398888216 ], [ -5.744270912701588, 57.029152585002244 ], [ -5.745713253839368, 57.02963986190435 ], [ -5.745823011567792, 57.029092617607368 ], [ -5.746460414027956, 57.029118478760317 ], [ -5.746610165567875, 57.029541065997378 ], [ -5.749053753710191, 57.029328472440277 ], [ -5.749618888952155, 57.030354489116448 ], [ -5.749662594251782, 57.03136017469064 ], [ -5.749069269299391, 57.031935406998713 ], [ -5.749501339244327, 57.032295581553598 ], [ -5.750952738666452, 57.032135174685159 ], [ -5.752505088998866, 57.032403291923899 ], [ -5.753275960841043, 57.031872164925055 ], [ -5.754606231941973, 57.03230875993593 ], [ -5.75337006968019, 57.032804409728705 ], [ -5.753542615787637, 57.033370162826593 ], [ -5.754397967009114, 57.033348983562149 ], [ -5.754313281342976, 57.0335718066083 ], [ -5.755516770274178, 57.033895315200205 ], [ -5.756220686170751, 57.034741812791765 ], [ -5.755198058598746, 57.035392905080556 ], [ -5.752044498386351, 57.035519021168383 ], [ -5.751658182628118, 57.035939702446363 ], [ -5.754020418722106, 57.036713978915479 ], [ -5.753624759570534, 57.036878701995967 ], [ -5.75458588363572, 57.037659047411076 ], [ -5.753550024081092, 57.038180151185266 ], [ -5.753810543614896, 57.038473532530624 ], [ -5.754958378490905, 57.03889762093268 ], [ -5.755878720827138, 57.038865491507416 ], [ -5.755963094144886, 57.038476342401069 ], [ -5.758104377441001, 57.039428011060131 ], [ -5.757801017827216, 57.040097968827048 ], [ -5.756686113536277, 57.040082009427387 ], [ -5.755956685408785, 57.039555461517082 ], [ -5.755188104281116, 57.039947172500199 ], [ -5.757360916259278, 57.040965341265 ], [ -5.756924235227579, 57.041540399620423 ], [ -5.755792042339153, 57.041925052623952 ], [ -5.756317526427801, 57.042228455116664 ], [ -5.756053620345481, 57.042636482142399 ], [ -5.756959673529797, 57.042870011622703 ], [ -5.759278181335619, 57.041820324712624 ], [ -5.76007378007728, 57.041940267394196 ], [ -5.760283659916254, 57.042873524817779 ], [ -5.758675106195883, 57.044337964495391 ], [ -5.758795473028588, 57.044631052586602 ], [ -5.756659196119663, 57.044955970012033 ], [ -5.756617879729569, 57.045199969288511 ], [ -5.75726300280304, 57.045625650340469 ], [ -5.758706269827559, 57.045379991271716 ], [ -5.758821730834613, 57.046113788819802 ], [ -5.761938791638451, 57.046514592656315 ], [ -5.762443565526683, 57.048567358331482 ], [ -5.761372470197651, 57.050208970998092 ], [ -5.762086606442689, 57.05147771503475 ], [ -5.763907206538922, 57.051616258677647 ], [ -5.764495600275183, 57.050258882691509 ], [ -5.766243858467079, 57.050579390176381 ], [ -5.767537385851516, 57.049506463351285 ], [ -5.767792464418862, 57.048361406872729 ], [ -5.770513777321411, 57.047623059101653 ], [ -5.772343134601446, 57.046061891824472 ], [ -5.773240236475676, 57.046286585254734 ], [ -5.773262928482652, 57.046672519014002 ], [ -5.774041375830087, 57.046622061296098 ], [ -5.77424023706592, 57.046224947220722 ], [ -5.776242272434136, 57.045391285836004 ], [ -5.778057024341034, 57.045961370541896 ], [ -5.77854541489924, 57.045735326402422 ], [ -5.779205015367882, 57.045895222507497 ], [ -5.779884174893572, 57.044301249615863 ], [ -5.781624560719463, 57.044302591229879 ], [ -5.781129182522308, 57.045513391020926 ], [ -5.779553156911334, 57.04566891600453 ], [ -5.780737172941545, 57.045875895370934 ], [ -5.77975069950035, 57.04688124775717 ], [ -5.780068445448973, 57.047896637201703 ], [ -5.779637074284161, 57.048440149814517 ], [ -5.780153332133227, 57.048325647197174 ], [ -5.780200327954208, 57.048625430531814 ], [ -5.779681313653263, 57.048793963444346 ], [ -5.7802309095959, 57.048763869187127 ], [ -5.780298897716329, 57.049188894211163 ], [ -5.781007522577201, 57.048938202953671 ], [ -5.782513254339633, 57.049306274838621 ], [ -5.783394601471971, 57.048645744552537 ], [ -5.783979343598093, 57.048879810103081 ], [ -5.785527626484839, 57.048531760754074 ], [ -5.786844709264467, 57.048667223550183 ], [ -5.787877652834116, 57.049899210078365 ], [ -5.786949292783846, 57.051150118108453 ], [ -5.787402515263225, 57.051792753063928 ], [ -5.785970616813051, 57.052312629065739 ], [ -5.787015072566506, 57.052200094427562 ], [ -5.788646221235211, 57.053634249628018 ], [ -5.789664665580362, 57.053589915023203 ], [ -5.789647775092665, 57.053828693123364 ], [ -5.790301137984109, 57.053602101735784 ], [ -5.790341762729045, 57.053110851043371 ], [ -5.791489920240099, 57.052801826387878 ], [ -5.791355246894171, 57.053826408522362 ], [ -5.791823129398143, 57.053884157232417 ], [ -5.791785248973981, 57.054240457600073 ], [ -5.792446406056332, 57.054251885400397 ], [ -5.792182820196463, 57.05465998402822 ], [ -5.792894790771109, 57.055249801607061 ], [ -5.792371169567352, 57.05537357019999 ], [ -5.793666343537997, 57.05674592004388 ], [ -5.794423513856003, 57.056808373874659 ], [ -5.794898000591787, 57.057657137593594 ], [ -5.79452070391364, 57.058405860343186 ], [ -5.794907973817542, 57.05945058039719 ], [ -5.795368640994905, 57.059598448065252 ], [ -5.795055732975805, 57.060169890347233 ], [ -5.796428174004303, 57.060600290576723 ], [ -5.797204917541581, 57.061741080541374 ], [ -5.797037016914957, 57.062762182990518 ], [ -5.795954473385809, 57.063312025605917 ], [ -5.796625894019926, 57.063502946927493 ], [ -5.795778647946186, 57.063852336509576 ], [ -5.795071553176962, 57.063554598259159 ], [ -5.794532761287723, 57.063773241620865 ], [ -5.794574078888101, 57.064662117218361 ], [ -5.795163195500926, 57.064612780288208 ], [ -5.795304094760053, 57.065183943315461 ], [ -5.797425188880712, 57.064944257651199 ], [ -5.797633701913592, 57.065288586322289 ], [ -5.796570607882724, 57.065302865928814 ], [ -5.796741733483565, 57.066007978670072 ], [ -5.794809691401402, 57.065756393349112 ], [ -5.793791594352706, 57.066938139512466 ], [ -5.792453165141602, 57.066115559443034 ], [ -5.792246609119986, 57.066355590772183 ], [ -5.791399613289272, 57.065900230212875 ], [ -5.791236465151766, 57.066080501772646 ], [ -5.790696147602775, 57.065395560066747 ], [ -5.790418735752786, 57.065588283385352 ], [ -5.789667763922704, 57.065183949855069 ], [ -5.788679174349846, 57.065362242439328 ], [ -5.788722167538895, 57.0659453668192 ], [ -5.787814008994073, 57.066588757394065 ], [ -5.789425735359132, 57.068068456015133 ], [ -5.788147268105182, 57.06807569803177 ], [ -5.788903870802287, 57.070152228492226 ], [ -5.788532756534907, 57.071287360945718 ], [ -5.787167350212557, 57.072789755759274 ], [ -5.786589064616767, 57.073189379892668 ], [ -5.782773637086579, 57.073817268508378 ], [ -5.781525780785912, 57.075909457123977 ], [ -5.780284845070748, 57.076774132540656 ], [ -5.779859661966479, 57.076733028583256 ], [ -5.779704127414536, 57.077232238060716 ], [ -5.778578034900681, 57.077279730083532 ], [ -5.777816411293735, 57.078166769809336 ], [ -5.776626354247017, 57.07862437097809 ], [ -5.774319409062766, 57.080941740825928 ], [ -5.773112998127057, 57.081499600434348 ], [ -5.77344946011743, 57.081723225006598 ], [ -5.772613706715374, 57.082678997945052 ], [ -5.771451134195907, 57.083181572075219 ], [ -5.769970457090182, 57.083235171903226 ], [ -5.769391168534751, 57.083059311359058 ], [ -5.769205790857509, 57.082453501066944 ], [ -5.767850285380335, 57.081869436125736 ], [ -5.766409769033419, 57.082155553242394 ], [ -5.766217947791248, 57.083438056534504 ], [ -5.765456595964269, 57.084234195204985 ], [ -5.766591437914195, 57.084514735889286 ], [ -5.766316601713193, 57.085386148297033 ], [ -5.765231081945036, 57.085998731085859 ], [ -5.764677375749551, 57.085831069864163 ], [ -5.764539932377984, 57.086266774305571 ], [ -5.765030655405225, 57.086220545481027 ], [ -5.764496079846038, 57.086973890825305 ], [ -5.762887576210804, 57.086843335485142 ], [ -5.759722438331985, 57.089081910128144 ], [ -5.759068895576142, 57.089070069914349 ], [ -5.756537393528965, 57.090328386858104 ], [ -5.755202390957473, 57.090274037970133 ], [ -5.752865594827359, 57.09092853412772 ], [ -5.751350506344713, 57.090726695913311 ], [ -5.749911857150241, 57.090954117126849 ], [ -5.747997690791382, 57.090561896070582 ], [ -5.745960561964176, 57.090996000005276 ], [ -5.745067973198672, 57.091643084444208 ], [ -5.744365802479625, 57.091722531145749 ], [ -5.74347063103371, 57.09258995908629 ], [ -5.74193089136069, 57.092716913411955 ], [ -5.741682026151996, 57.093524546874434 ], [ -5.741298921880412, 57.093738293538763 ], [ -5.740857309104604, 57.093535708364271 ], [ -5.739576730321054, 57.094513522887716 ], [ -5.738824535574068, 57.094670854598846 ], [ -5.737824623529237, 57.095730176102805 ], [ -5.736733573151341, 57.096131375786264 ], [ -5.73687313086223, 57.09645088344741 ], [ -5.735705374080807, 57.097402809461101 ], [ -5.734241893248931, 57.098125285392577 ], [ -5.732176334110108, 57.098200366230792 ], [ -5.73114561667696, 57.09854577072484 ], [ -5.72988300454343, 57.099460006360061 ], [ -5.729538219577626, 57.100877352704885 ], [ -5.72553382240434, 57.101387678765555 ], [ -5.728924910958911, 57.101349661038959 ], [ -5.730404806570417, 57.102676686691261 ], [ -5.727081485387315, 57.105526870503624 ], [ -5.726721758396441, 57.107618965890069 ], [ -5.726282244940791, 57.107766909608237 ], [ -5.726967542667538, 57.108748996082589 ], [ -5.726006888248302, 57.109137220900557 ], [ -5.726018988818262, 57.110161820078943 ], [ -5.725163172428024, 57.111347104991751 ], [ -5.723510687558594, 57.112169467814233 ], [ -5.723565581776611, 57.113291692715642 ], [ -5.724594658125426, 57.114816507417039 ], [ -5.724198364123763, 57.115066551483316 ], [ -5.722493882630985, 57.115126221344525 ], [ -5.722070017742913, 57.115431023018509 ], [ -5.722256291250864, 57.116792095492173 ], [ -5.721871624304463, 57.116911418626501 ], [ -5.722069577486953, 57.117319114272107 ], [ -5.721472938348871, 57.117467213127185 ], [ -5.721939399349151, 57.11824454508379 ], [ -5.720363276458877, 57.118102569945812 ], [ -5.719862816107322, 57.118468079032105 ], [ -5.719016862007074, 57.11852017631103 ], [ -5.71685154350945, 57.118188863649451 ], [ -5.715693692495388, 57.118591846147396 ], [ -5.712562416103489, 57.118599298765147 ], [ -5.710532009845746, 57.119037086747035 ], [ -5.702516383265256, 57.119206888100891 ], [ -5.699412222666091, 57.119734672547658 ], [ -5.69664395616531, 57.12064805693052 ], [ -5.695913020414906, 57.120611189597277 ], [ -5.695673046503528, 57.120276623221855 ], [ -5.693376174006926, 57.120614101752032 ], [ -5.692056048168144, 57.120055142759547 ], [ -5.684746403911098, 57.118849887405808 ], [ -5.681843776137465, 57.118912777975687 ], [ -5.675675775116331, 57.119880638743886 ], [ -5.669762767649082, 57.122508479574499 ], [ -5.663431662123274, 57.123089408603967 ], [ -5.661702999347601, 57.124079475635227 ], [ -5.660712057084019, 57.12525923692332 ], [ -5.659190052238738, 57.125330682385574 ], [ -5.658051364775706, 57.12643831677115 ], [ -5.656603055617466, 57.125833285013229 ], [ -5.653954124723007, 57.127133303900592 ], [ -5.645907158304087, 57.127758875119881 ], [ -5.641724333431891, 57.126914074870925 ], [ -5.638764237617476, 57.124631105864879 ], [ -5.63608404481001, 57.123342468893206 ], [ -5.634369603192296, 57.122969592714014 ], [ -5.6304506860351, 57.122701150820873 ], [ -5.628461789615056, 57.122223852115468 ], [ -5.626980444138526, 57.122540966326262 ], [ -5.627054282727606, 57.122163926370881 ], [ -5.625685966412776, 57.122403131218093 ], [ -5.623779291371573, 57.122089702296684 ], [ -5.622095611493053, 57.121351741269663 ], [ -5.614754517729163, 57.120817621060908 ], [ -5.610996424771617, 57.119905617079539 ], [ -5.603676402789903, 57.119923153739677 ], [ -5.598232416863987, 57.11917614330828 ], [ -5.595651013074491, 57.119569434843569 ], [ -5.591855864350035, 57.119291746475184 ], [ -5.588531565412026, 57.115853850409408 ], [ -5.588717568624409, 57.115214704626105 ], [ -5.587611235956519, 57.114626071179629 ], [ -5.587750407825631, 57.113844423724089 ], [ -5.586009788891713, 57.111566690181562 ], [ -5.58438883372919, 57.110438964168331 ], [ -5.580583947427982, 57.109536405540211 ], [ -5.580171694495598, 57.108860436473648 ], [ -5.578551844615451, 57.108425757256711 ], [ -5.57809707692489, 57.108079141624685 ], [ -5.578156381745236, 57.106553597419705 ], [ -5.574938533690159, 57.103251683083663 ], [ -5.571110513832469, 57.102956353417753 ], [ -5.571389609904769, 57.100022069853118 ], [ -5.569212895186502, 57.09748595936982 ], [ -5.567222728107521, 57.096027823064894 ], [ -5.56602064032541, 57.095464216526942 ], [ -5.564339376928111, 57.09532779157442 ], [ -5.563392385776218, 57.095871684889147 ], [ -5.563208072959215, 57.096704030061012 ], [ -5.562714512509885, 57.096466349411592 ], [ -5.56088223474002, 57.097768111907591 ], [ -5.560579355725023, 57.098828578881331 ], [ -5.559481021621869, 57.09865752794969 ], [ -5.55844061212014, 57.098143194029817 ], [ -5.558328472149701, 57.0974046901555 ], [ -5.556461419529307, 57.096450836302182 ], [ -5.553069783727409, 57.093373598564028 ], [ -5.550206095580196, 57.091665792452602 ], [ -5.547251610681302, 57.092028232944564 ], [ -5.546942231136723, 57.091556025177489 ], [ -5.543966212422106, 57.090655883004835 ], [ -5.543073158007051, 57.089777651191213 ], [ -5.538312506043981, 57.089381873843763 ], [ -5.533994663868969, 57.087305753636052 ], [ -5.532739057987751, 57.087125429768726 ], [ -5.529462297035417, 57.085833381195997 ], [ -5.525921875972473, 57.08584774257298 ], [ -5.524698157531366, 57.085567550526143 ], [ -5.522829339208678, 57.083970477786757 ], [ -5.523055768833825, 57.083833749617412 ], [ -5.524423917902461, 57.084505453460181 ], [ -5.523610096309618, 57.084020424314595 ], [ -5.523559593533411, 57.083401531265366 ], [ -5.522914561055459, 57.083302814783181 ], [ -5.52311317739751, 57.082960097662074 ], [ -5.522481299732966, 57.083521778443028 ], [ -5.521016309016123, 57.082524641303422 ], [ -5.51976254187407, 57.082883542172581 ], [ -5.520585892262361, 57.081642236532247 ], [ -5.520256380312406, 57.081997620539028 ], [ -5.519710111120964, 57.081599438892283 ], [ -5.518603497525524, 57.082151971898867 ], [ -5.518391770882259, 57.08183428129513 ], [ -5.518163478417788, 57.082735207237882 ], [ -5.516308054052423, 57.084324635702693 ], [ -5.518027603987074, 57.084959566765356 ], [ -5.516882201685118, 57.085243471202382 ], [ -5.516456889278791, 57.085808306088111 ], [ -5.515848862373105, 57.088540373610385 ], [ -5.518727271428134, 57.08650506930843 ], [ -5.518968728087035, 57.086178236735989 ], [ -5.518192021973622, 57.086258502378854 ], [ -5.518421082541555, 57.085887968062359 ], [ -5.519665691836588, 57.084909026685544 ], [ -5.519968869975711, 57.085233134161143 ], [ -5.5192378118047, 57.086665125215674 ], [ -5.515684623971159, 57.088985497372136 ], [ -5.515643031419392, 57.091683674029994 ], [ -5.514648149451525, 57.093123040350505 ], [ -5.515135441268486, 57.093734166923788 ], [ -5.514889665071613, 57.094190568080542 ], [ -5.513464021849066, 57.094657608143287 ], [ -5.512156254056905, 57.096195631117098 ], [ -5.511435106027992, 57.096341717667912 ], [ -5.509715470127551, 57.09763055228143 ], [ -5.507938230566026, 57.097001611759801 ], [ -5.50473370547019, 57.096736245456732 ], [ -5.50125265752459, 57.097040403423108 ], [ -5.499355968264093, 57.097506963822418 ], [ -5.496383144917418, 57.097509101586745 ], [ -5.494128169784203, 57.098030535042 ], [ -5.492454457442515, 57.097796743469864 ], [ -5.485241430278331, 57.099694115243956 ], [ -5.483988629452222, 57.100776301503572 ], [ -5.48242566083704, 57.10128275734899 ], [ -5.476275207115016, 57.1006940076239 ], [ -5.472458977016444, 57.101658423096161 ], [ -5.47128889287814, 57.101511067470391 ], [ -5.467659643849485, 57.101827376871555 ], [ -5.465663838484033, 57.102831054458917 ], [ -5.461023120864734, 57.102577335040827 ], [ -5.457191175957028, 57.103024796661373 ], [ -5.455365057032192, 57.103637059066166 ], [ -5.453831147761417, 57.103751292330834 ], [ -5.452277895287499, 57.105254958925308 ], [ -5.450837041889627, 57.105748653754411 ], [ -5.450132361287405, 57.104833134673768 ], [ -5.448974348930345, 57.104815589086677 ], [ -5.447795053108084, 57.104924475260177 ], [ -5.445585569558582, 57.105947188136405 ], [ -5.441141482618518, 57.105233336204861 ], [ -5.439556254874466, 57.105685917194592 ], [ -5.437864805492614, 57.105260401838819 ], [ -5.43409950069512, 57.105808699330751 ], [ -5.431731139277302, 57.105833167096286 ], [ -5.429734687787898, 57.106395775619859 ], [ -5.426338946908467, 57.106655034754738 ], [ -5.425485564836809, 57.107968395797307 ], [ -5.42299071493699, 57.109308644320322 ], [ -5.421126923060148, 57.109611279669707 ], [ -5.418854673639063, 57.109516009056144 ], [ -5.417012757338963, 57.110146106604077 ], [ -5.415584227705798, 57.10979402423186 ], [ -5.413411743606663, 57.110064508132027 ], [ -5.410630212424168, 57.109731258163713 ], [ -5.409013050560765, 57.109213436359134 ], [ -5.408158554848086, 57.109263660881268 ], [ -5.407357617398539, 57.108817995025554 ], [ -5.405292677646285, 57.108730323589128 ], [ -5.401887638140282, 57.107811532307707 ], [ -5.39843341091512, 57.108246913963271 ], [ -5.39560914398602, 57.107082960978481 ], [ -5.393732093801217, 57.107241713459011 ], [ -5.391222924728371, 57.106720866844078 ], [ -5.388146406448855, 57.104871387941692 ], [ -5.38814603100824, 57.105590559654765 ], [ -5.388630792041659, 57.105833645459981 ], [ -5.387936026683394, 57.106185054310451 ], [ -5.38802888429045, 57.106658986757971 ], [ -5.384949192337618, 57.106908567490066 ], [ -5.386375008316776, 57.107000370884819 ], [ -5.385756268702064, 57.107605912225225 ], [ -5.386815511371799, 57.107572777670839 ], [ -5.38679273917644, 57.107775657499538 ], [ -5.387272489309124, 57.10742108165946 ], [ -5.387463570550059, 57.10833733875787 ], [ -5.388957442056681, 57.109227340161404 ], [ -5.391742115481052, 57.109417150632332 ], [ -5.393335085398614, 57.110124627614631 ], [ -5.395520021628286, 57.110078895617434 ], [ -5.397916895333331, 57.110993752520059 ], [ -5.400980381768028, 57.110528547260813 ], [ -5.403617708321932, 57.110641190812522 ], [ -5.405783722107052, 57.110119346267659 ], [ -5.407907676271958, 57.111297640247571 ], [ -5.408527359544006, 57.111118964822388 ], [ -5.412263789156355, 57.112491519264843 ], [ -5.414786377745457, 57.112881239259679 ], [ -5.415337865085322, 57.113666278239478 ], [ -5.416594674421382, 57.113856741904435 ], [ -5.417435922143884, 57.114737248781097 ], [ -5.419424446532179, 57.11444025760597 ], [ -5.422817008386026, 57.115570185229821 ], [ -5.425382331811647, 57.115077542823457 ], [ -5.426762122280935, 57.11543534614534 ], [ -5.429507008765813, 57.114205047369303 ], [ -5.434719565878214, 57.112592398839112 ], [ -5.434974743644601, 57.112760699730323 ], [ -5.436840993733179, 57.112394863600109 ], [ -5.438117336467693, 57.111726059357132 ], [ -5.438521756456507, 57.11100926492427 ], [ -5.442433453749913, 57.11185472028864 ], [ -5.445524509549059, 57.111068523494865 ], [ -5.446408802462813, 57.1111610595527 ], [ -5.44842881322085, 57.110673949498441 ], [ -5.450489763083853, 57.110716073601729 ], [ -5.453726663094397, 57.109813279531764 ], [ -5.455460598720903, 57.109981205737547 ], [ -5.456521090054729, 57.109659773854169 ], [ -5.455554547800613, 57.109039182061622 ], [ -5.455191262762142, 57.108154722599622 ], [ -5.456040888697465, 57.10760987202454 ], [ -5.457632449480102, 57.107669323294154 ], [ -5.458131736565814, 57.108186833904334 ], [ -5.459711819943794, 57.108618753510399 ], [ -5.461608756814495, 57.108143815241867 ], [ -5.463100961835742, 57.107315952834895 ], [ -5.466620185597884, 57.106876973310683 ], [ -5.468038621856675, 57.105880284584877 ], [ -5.469312582287834, 57.105988835567878 ], [ -5.470930287684395, 57.105710273678056 ], [ -5.470997834243722, 57.105461180940836 ], [ -5.472348612109692, 57.105684439740514 ], [ -5.475066806628253, 57.105514647583547 ], [ -5.475936081008799, 57.105094968875861 ], [ -5.479940788377739, 57.105168039994417 ], [ -5.484342994442015, 57.103229672724936 ], [ -5.486591335486486, 57.101156950592539 ], [ -5.489399402104746, 57.102104481574621 ], [ -5.490331149112576, 57.103579830585268 ], [ -5.491187676576823, 57.103816661782403 ], [ -5.491246122200475, 57.104525236033432 ], [ -5.489915509479911, 57.104692679370956 ], [ -5.490735656223578, 57.105595781745009 ], [ -5.492507798863061, 57.105380057380017 ], [ -5.49408345916056, 57.105533882116198 ], [ -5.496937318700756, 57.104788966368382 ], [ -5.499197397687849, 57.105018006960549 ], [ -5.502744462711841, 57.104617677687784 ], [ -5.510386034825919, 57.102709083901068 ], [ -5.511902799320104, 57.102590139569799 ], [ -5.513049787081253, 57.101793815655427 ], [ -5.514425100148778, 57.101490018060915 ], [ -5.516589945842679, 57.101586565488198 ], [ -5.517485863181721, 57.102150248397798 ], [ -5.520166501312294, 57.101850168226342 ], [ -5.520668106269973, 57.102087787126635 ], [ -5.521394458883801, 57.101734731355776 ], [ -5.520742640673164, 57.102350897626941 ], [ -5.521512392925035, 57.102715824297483 ], [ -5.523156671462981, 57.102287495240915 ], [ -5.526033992555661, 57.102579593680886 ], [ -5.527457059648158, 57.101910209236472 ], [ -5.532315152924639, 57.104007295860221 ], [ -5.534313233870453, 57.104431887058972 ], [ -5.536198764988545, 57.10636097160026 ], [ -5.541212717290255, 57.107396989848631 ], [ -5.541984281435912, 57.107950536646079 ], [ -5.545921589171929, 57.108522361692849 ], [ -5.548497609725203, 57.111096991181014 ], [ -5.552820969132911, 57.112502741701896 ], [ -5.550579911333396, 57.114723932850012 ], [ -5.550300251720397, 57.116462463589762 ], [ -5.552307065113867, 57.11826202685009 ], [ -5.553153213364911, 57.120365095526672 ], [ -5.555673616059279, 57.122156332904595 ], [ -5.556167783432606, 57.123103352137747 ], [ -5.555848085290297, 57.123543955862687 ], [ -5.554049492333346, 57.124023831622779 ], [ -5.55242973884762, 57.125869605927356 ], [ -5.552709109939985, 57.126162852601837 ], [ -5.552703096883834, 57.12570362675303 ], [ -5.554212278389357, 57.124704262309237 ], [ -5.556608321038765, 57.12576451822374 ], [ -5.559442330127967, 57.125807185084987 ], [ -5.560223706996702, 57.126301015247307 ], [ -5.55935262489845, 57.126903837896947 ], [ -5.559548302173797, 57.131211760897912 ], [ -5.560181088827409, 57.132566578039508 ], [ -5.561515644719333, 57.133619152713251 ], [ -5.564242598960975, 57.134364200595314 ], [ -5.569766337851673, 57.134413700893063 ], [ -5.571164145693904, 57.133872209414911 ], [ -5.571243690813722, 57.13349684807082 ], [ -5.573570370737782, 57.133021445209963 ], [ -5.577604246128095, 57.132847874832215 ], [ -5.578852873710019, 57.133365110339085 ], [ -5.580054563728162, 57.134679312183941 ], [ -5.580049678782998, 57.135484078854716 ], [ -5.581238822711827, 57.137522344517507 ], [ -5.584150062881235, 57.139497862633505 ], [ -5.586509091138276, 57.139951790481334 ], [ -5.588503582956768, 57.139800282362366 ], [ -5.589032630936597, 57.140225651903236 ], [ -5.590780160393396, 57.139829453857104 ], [ -5.593429555097558, 57.140036687870861 ], [ -5.594813820491215, 57.141350018031652 ], [ -5.596380200531967, 57.141813018303132 ], [ -5.597194247707784, 57.14278757353626 ], [ -5.598648664432922, 57.143033498571604 ], [ -5.600188363389692, 57.142710566312928 ], [ -5.600665858627857, 57.142944078861781 ], [ -5.60243475383901, 57.142767367369139 ], [ -5.60359828145523, 57.143592485055045 ], [ -5.605236129722007, 57.143428493607225 ], [ -5.606265709997482, 57.143641603299798 ], [ -5.608260296811933, 57.144847323022233 ], [ -5.609220142925706, 57.145192777672577 ], [ -5.609918834729295, 57.145064765366513 ], [ -5.609751574924875, 57.145469655120387 ], [ -5.61110553023431, 57.145785760439715 ], [ -5.614120646472107, 57.145667361643838 ], [ -5.61793791931405, 57.146141572077369 ], [ -5.622566172060239, 57.145014406729402 ], [ -5.626490633857512, 57.145062707907016 ], [ -5.627629079770629, 57.14469710603985 ], [ -5.628510488621513, 57.144999734526955 ], [ -5.62976368418344, 57.144792617612339 ], [ -5.631795057127981, 57.144931542309251 ], [ -5.636174616259732, 57.144224634050424 ], [ -5.645181969688706, 57.143657225258586 ], [ -5.647604131308085, 57.143146196624393 ], [ -5.649737038816556, 57.142301906521261 ], [ -5.653819234651773, 57.142609972555789 ], [ -5.655804207477173, 57.142111531256525 ], [ -5.657155535906297, 57.142732898677366 ], [ -5.658577611215647, 57.142898163046979 ], [ -5.659511746513163, 57.142560707045618 ], [ -5.660262933161586, 57.142965815384201 ], [ -5.66053105514095, 57.142499462927553 ], [ -5.661193501814518, 57.143010550112649 ], [ -5.661144290054753, 57.143349134612826 ], [ -5.660613843440449, 57.143085926374923 ], [ -5.66104179128494, 57.143734229015635 ], [ -5.662324997700516, 57.144501382777023 ], [ -5.664194125631957, 57.144837823420005 ], [ -5.66583604885752, 57.144466132696174 ], [ -5.667386477680148, 57.144924232907101 ], [ -5.66747965972923, 57.146031843935418 ], [ -5.668383815395691, 57.146643707519502 ], [ -5.671625560950534, 57.146809481056046 ], [ -5.675334500703217, 57.148098781815932 ], [ -5.677320992381389, 57.147865178808324 ], [ -5.679122230131766, 57.148014590664779 ], [ -5.679157641366281, 57.148454092324947 ], [ -5.678262536585315, 57.148934399697829 ], [ -5.680002065669756, 57.149876788054357 ], [ -5.681155040723494, 57.150076677236129 ], [ -5.682434658271581, 57.151216852817349 ], [ -5.681402230726434, 57.151979927783692 ], [ -5.681124279358963, 57.152761289237411 ], [ -5.681785203043626, 57.154000562209852 ], [ -5.686649454959016, 57.156347062231205 ], [ -5.687306154917955, 57.156445518335005 ], [ -5.687887478626346, 57.156136214742837 ], [ -5.688524396156947, 57.156301777628975 ], [ -5.688400535715322, 57.156718994350349 ], [ -5.689341753974468, 57.156866605598765 ], [ -5.689920139966826, 57.157357549365457 ], [ -5.688823234772068, 57.158967706645882 ], [ -5.689177946157331, 57.160036145802763 ], [ -5.690239792020882, 57.161641185731661 ], [ -5.691664864770403, 57.162242048735976 ], [ -5.690193533658534, 57.163831777385887 ], [ -5.690003553819747, 57.164664513094415 ], [ -5.687379524364483, 57.166562352899568 ], [ -5.687293127412479, 57.168434951926223 ], [ -5.689014838725889, 57.169269869199098 ], [ -5.689325160860914, 57.169809165869374 ], [ -5.688368351988559, 57.17025539149531 ], [ -5.689272361299574, 57.170026495983727 ], [ -5.690002958238251, 57.169303717036833 ], [ -5.69213108738156, 57.168737567708675 ], [ -5.693057329360086, 57.169146327329777 ], [ -5.692357508952009, 57.169679414290449 ], [ -5.692630176614516, 57.170835674434407 ], [ -5.691650718099146, 57.171552312831253 ], [ -5.692253124283213, 57.171700896453132 ], [ -5.691561395736896, 57.171901084520023 ], [ -5.691091502544075, 57.172665643872996 ], [ -5.689217881860388, 57.17346253318879 ], [ -5.688845769899732, 57.17396347574693 ], [ -5.687120033825446, 57.174252502916623 ], [ -5.685639300443194, 57.175505292020119 ], [ -5.682707317164851, 57.176481538456663 ], [ -5.68041380970284, 57.181295945789721 ], [ -5.6788562876735, 57.182281181064496 ], [ -5.677905905037817, 57.183545275176641 ], [ -5.676161275882173, 57.18448201930741 ], [ -5.674735929978943, 57.1845507779177 ], [ -5.673375607922214, 57.185273927836121 ], [ -5.671139650907087, 57.185600148163267 ], [ -5.670261161447694, 57.18617429394633 ], [ -5.668173265012958, 57.186491630113366 ], [ -5.666037402586039, 57.187911676284777 ], [ -5.663669173180899, 57.188659687157426 ], [ -5.662521642714915, 57.189695658647352 ], [ -5.660894638534105, 57.189653269442552 ], [ -5.660013140039601, 57.189948720291319 ], [ -5.655851000272349, 57.192987567799939 ], [ -5.650685326249969, 57.195682379913961 ], [ -5.645764451224542, 57.19683697503622 ], [ -5.642420915392036, 57.197076188846786 ], [ -5.641219295474564, 57.197706253830127 ], [ -5.640879171102871, 57.198658327748184 ], [ -5.638550798258056, 57.199772393952017 ], [ -5.637550962058678, 57.200804731428768 ], [ -5.636299092612916, 57.200976792653151 ], [ -5.6351877735754, 57.200590957534978 ], [ -5.631687855647225, 57.200304876315407 ], [ -5.634732752704364, 57.201016806594019 ], [ -5.633753082254306, 57.201144091744247 ], [ -5.637021574999729, 57.202191125181884 ], [ -5.637021511568534, 57.202913956840824 ], [ -5.635415000153877, 57.204583306719741 ], [ -5.635164889369519, 57.206973914301408 ], [ -5.633924140891373, 57.207732698978674 ], [ -5.629311420293405, 57.209329897935682 ], [ -5.628886490189508, 57.209895101650289 ], [ -5.629106192594471, 57.211372157690967 ], [ -5.628196736227927, 57.211137747633948 ], [ -5.627115479073038, 57.212274835997498 ], [ -5.626105899129541, 57.212607001948726 ], [ -5.626847308344925, 57.211501327371401 ], [ -5.624607276171267, 57.21185646838773 ], [ -5.623736924495492, 57.212510042571878 ], [ -5.624045213043827, 57.214351351184149 ], [ -5.624983901475535, 57.215220565873295 ], [ -5.625745129993204, 57.214771522372324 ], [ -5.625256575940241, 57.215466213672045 ], [ -5.625800296104353, 57.216480793833149 ], [ -5.624830920631807, 57.217763863978355 ], [ -5.625192717622735, 57.21893384268737 ], [ -5.62398318975936, 57.218919344270482 ], [ -5.623564900113106, 57.220060615775367 ], [ -5.625937424772872, 57.219665711232288 ], [ -5.625968608594112, 57.218903326330185 ], [ -5.627040726286452, 57.217721564907649 ], [ -5.626129363456572, 57.217469211962289 ], [ -5.627478281159732, 57.217216240266723 ], [ -5.632587479629859, 57.220654652531842 ], [ -5.631074264757418, 57.221698192534788 ], [ -5.632144574199398, 57.222823371235975 ], [ -5.631560066623369, 57.223047970879371 ], [ -5.631800927405091, 57.223491416260799 ], [ -5.631774670507084, 57.222988715053283 ], [ -5.63277634691347, 57.223129630864037 ], [ -5.635884169159679, 57.224746872788756 ], [ -5.640694907327551, 57.226081783807182 ], [ -5.647408270134127, 57.226152001155342 ], [ -5.648429841126378, 57.225335632240245 ], [ -5.648986487121847, 57.225517232561117 ], [ -5.649611565120908, 57.225301259815375 ], [ -5.65055237775051, 57.225763866609746 ], [ -5.650948440388856, 57.225662436485322 ], [ -5.651078684282127, 57.226225044969432 ], [ -5.651668650507204, 57.226073017048755 ], [ -5.651762140235507, 57.226515323595265 ], [ -5.652753381261155, 57.22648197135512 ], [ -5.655305730674659, 57.227315669180562 ], [ -5.65565825534712, 57.227193016573509 ], [ -5.656105086876971, 57.228106014867599 ], [ -5.656435487808007, 57.228010976334524 ], [ -5.655447152815507, 57.229078176957835 ], [ -5.655968166411823, 57.229233814518686 ], [ -5.655329126736125, 57.229225463322344 ], [ -5.656112688555361, 57.230357907787997 ], [ -5.655652019017641, 57.231229921541455 ], [ -5.656243312823595, 57.232345491534751 ], [ -5.655478345702292, 57.233995056415296 ], [ -5.654525596580124, 57.234670123952057 ], [ -5.655129312609537, 57.235241414110988 ], [ -5.654023802068601, 57.236132202889792 ], [ -5.653733838983258, 57.237138587875222 ], [ -5.652999681827271, 57.237510591345412 ], [ -5.653006617180923, 57.238166692764004 ], [ -5.651233572794171, 57.239099361979484 ], [ -5.648864490194094, 57.241550740807945 ], [ -5.639518994447097, 57.246915197204608 ], [ -5.638565155939448, 57.24867800043954 ], [ -5.636010787614221, 57.250442221948802 ], [ -5.629447714514432, 57.25091538471883 ], [ -5.625048135075589, 57.250619990625736 ], [ -5.62097596861715, 57.251546670387157 ], [ -5.618161192975847, 57.251681788003758 ], [ -5.608940426477865, 57.253526852010822 ], [ -5.60349062516496, 57.255555200812715 ], [ -5.600139302751859, 57.258251340755713 ], [ -5.598709493370214, 57.25891626167197 ], [ -5.596397836937927, 57.259198278506574 ], [ -5.594249522841557, 57.259097087986767 ], [ -5.59298060312702, 57.257073762377033 ], [ -5.591123520891523, 57.255890755806362 ], [ -5.585739163610922, 57.256848406775894 ], [ -5.585303658516365, 57.256276486431481 ], [ -5.586244881704046, 57.256470756482244 ], [ -5.58426114323921, 57.255671554690089 ], [ -5.583905603762659, 57.256041312945101 ], [ -5.58454994970963, 57.256526362601157 ], [ -5.583832550811382, 57.2569109487075 ], [ -5.578866678671245, 57.257227040698666 ], [ -5.583631926992529, 57.256707206028985 ], [ -5.582390754939897, 57.256362351746276 ], [ -5.578446585288406, 57.256915372707489 ], [ -5.577945486434534, 57.257221836400667 ], [ -5.578361676588909, 57.257236942968397 ], [ -5.574885260908386, 57.258423802523588 ], [ -5.572503117706339, 57.259777206415094 ], [ -5.569430470454959, 57.260426495440704 ], [ -5.56811976506636, 57.26102563847067 ], [ -5.565977640975752, 57.261005596967017 ], [ -5.561900262962613, 57.261732679966855 ], [ -5.555587077194817, 57.264136683870852 ], [ -5.552816623349748, 57.264226806147761 ], [ -5.549887380589343, 57.265080113958085 ], [ -5.547342770928416, 57.26691408027159 ], [ -5.545572588275894, 57.2674000993308 ], [ -5.544471139019747, 57.268456058732561 ], [ -5.542703085493042, 57.269310564295452 ], [ -5.537437880474521, 57.269000535014513 ], [ -5.53752628072338, 57.268624961110802 ], [ -5.534974256580424, 57.267968655691114 ], [ -5.533571156725417, 57.268650934352344 ], [ -5.534172731700303, 57.268867740337818 ], [ -5.535251318500382, 57.268608130603234 ], [ -5.534697820202158, 57.269671043284639 ], [ -5.532815341669708, 57.270892718356833 ], [ -5.530416285267834, 57.271400705183929 ], [ -5.529669868615997, 57.270711486952358 ], [ -5.529654434509379, 57.26925105833876 ], [ -5.528827820192878, 57.269283284158689 ], [ -5.528455979902008, 57.268606005884259 ], [ -5.526598607736126, 57.268617736609166 ], [ -5.525187781282962, 57.269394529523964 ], [ -5.523544095230021, 57.26947213363426 ], [ -5.522448624930925, 57.269035397743046 ], [ -5.522381349552895, 57.268331578418653 ], [ -5.520953097467222, 57.267971590312101 ], [ -5.520411783244017, 57.267168690012063 ], [ -5.520919770774158, 57.266754394789508 ], [ -5.5190077711127, 57.265723821111742 ], [ -5.518799144233782, 57.265068013237638 ], [ -5.516784207373143, 57.264174242221408 ], [ -5.516853470691215, 57.263039577412975 ], [ -5.515810564529671, 57.261829084977322 ], [ -5.514688964815829, 57.26142807850654 ], [ -5.514504318771018, 57.26051807911778 ], [ -5.512017633013136, 57.259091758676554 ], [ -5.51241224722656, 57.258340852219156 ], [ -5.511812026593323, 57.257508103121459 ], [ -5.511026249902307, 57.256973611094793 ], [ -5.509973980386982, 57.256985058723856 ], [ -5.509325118826682, 57.256041285779787 ], [ -5.509537234351607, 57.255533721649471 ], [ -5.508187435524252, 57.254997900348449 ], [ -5.50856966284432, 57.254412765713191 ], [ -5.508270029100281, 57.253634528499653 ], [ -5.506177344528497, 57.252489259900322 ], [ -5.504891950966589, 57.252210513914733 ], [ -5.504621137265935, 57.251350556068601 ], [ -5.504001803854778, 57.251395715540568 ], [ -5.50239218561164, 57.250496707360476 ], [ -5.501704240190819, 57.2505527600199 ], [ -5.501590409254745, 57.250209827262907 ], [ -5.5005398627035, 57.250115070867999 ], [ -5.499299923863442, 57.248583618882726 ], [ -5.498336159057624, 57.248476536567601 ], [ -5.498373310605051, 57.248133888008226 ], [ -5.496267624330229, 57.247387074531041 ], [ -5.496431140012951, 57.247065179183863 ], [ -5.495698131049816, 57.24645271447384 ], [ -5.49230532804129, 57.245473783542849 ], [ -5.491964212439531, 57.244638234063942 ], [ -5.48904184005865, 57.243423182445916 ], [ -5.488135037350514, 57.242741791715616 ], [ -5.488150027268822, 57.242076131231194 ], [ -5.486767661577859, 57.24148526032684 ], [ -5.485612292716551, 57.240400824740775 ], [ -5.485865589995505, 57.238834962291307 ], [ -5.482292551269049, 57.237077773331968 ], [ -5.481796042226571, 57.236120655770598 ], [ -5.478486774867, 57.234958359621018 ], [ -5.477219360554548, 57.233559621085071 ], [ -5.47391491046584, 57.23191612573158 ], [ -5.471436137640164, 57.231522652983536 ], [ -5.468942566884738, 57.230547906508008 ], [ -5.466976440925218, 57.23065168885617 ], [ -5.465397695416168, 57.229390893196864 ], [ -5.463949567346802, 57.228867224591689 ], [ -5.462175501821865, 57.228685152300841 ], [ -5.460806433120752, 57.227872496061984 ], [ -5.458870121292449, 57.227337962636014 ], [ -5.456559423927574, 57.225849122591747 ], [ -5.454510018738064, 57.225538785703293 ], [ -5.451919452069147, 57.224084538806984 ], [ -5.449998137038225, 57.223972873264927 ], [ -5.448235469019372, 57.222933582259508 ], [ -5.445955143225364, 57.222295041076009 ], [ -5.446531384617592, 57.222076946213086 ], [ -5.4455834541508, 57.220354498694313 ], [ -5.443171372026754, 57.217678883263254 ], [ -5.438035070041638, 57.215370076409158 ], [ -5.434518914195252, 57.213461707864042 ], [ -5.432941253946129, 57.212174431398331 ], [ -5.431093581939018, 57.212081147559367 ], [ -5.43053833456327, 57.213238009970915 ], [ -5.430632029538306, 57.212552239447156 ], [ -5.429594106306, 57.212436786240779 ], [ -5.426660112164735, 57.21356334995729 ], [ -5.425793465695772, 57.214937251781834 ], [ -5.42719650468572, 57.216790335125189 ], [ -5.426695170169687, 57.217119563244196 ], [ -5.423332239060025, 57.217538592132932 ], [ -5.421871772675487, 57.217996448813999 ], [ -5.421506064848518, 57.217805057173628 ], [ -5.422736284771164, 57.217651939495923 ], [ -5.42130653434633, 57.217404171325022 ], [ -5.418751454512021, 57.218477954587087 ], [ -5.417881292326381, 57.219925604384549 ], [ -5.418842998679003, 57.22036146354673 ], [ -5.418675951277699, 57.222476756652163 ], [ -5.417578418043609, 57.223152104514838 ], [ -5.41431513008984, 57.223974492496097 ], [ -5.413992459251125, 57.224320379109365 ], [ -5.415111162476181, 57.225126858576544 ], [ -5.41255214649413, 57.225878786252188 ], [ -5.411315157366815, 57.225657120883845 ], [ -5.41162157122123, 57.224919741734837 ], [ -5.410402988272534, 57.224789260307119 ], [ -5.407702988018493, 57.225756172564914 ], [ -5.405832234797311, 57.228131642902291 ], [ -5.403130719582298, 57.229787084352544 ], [ -5.402964309982428, 57.230570983387217 ], [ -5.403841251155516, 57.231937868760092 ], [ -5.402982504241636, 57.231415499077862 ], [ -5.402551201200089, 57.230207325186704 ], [ -5.40411320559079, 57.228524384024887 ], [ -5.401501179113406, 57.228346209114278 ], [ -5.396993097586043, 57.230545790287621 ], [ -5.394040164616209, 57.231510252745423 ], [ -5.392618612056446, 57.231409357022088 ], [ -5.39397298880315, 57.23169904961145 ], [ -5.392544496221021, 57.232460425737436 ], [ -5.393209537870225, 57.232481998434814 ], [ -5.395472945982229, 57.231300693345815 ], [ -5.394313960910075, 57.23196400461525 ], [ -5.395984594832647, 57.231853182114584 ], [ -5.394393936889829, 57.232202757910649 ], [ -5.395480115602913, 57.232693860759753 ], [ -5.394603828317035, 57.232682509261025 ], [ -5.395140597140181, 57.232931378320991 ], [ -5.394854239617357, 57.233152174739935 ], [ -5.394531625855165, 57.233177082799415 ], [ -5.394885814761553, 57.233189076134202 ], [ -5.395546886235511, 57.232861055327689 ], [ -5.396169013276122, 57.232488238712207 ], [ -5.39693501027891, 57.232472000674733 ], [ -5.396843310053425, 57.233078572811102 ], [ -5.397423253225143, 57.232769817729498 ], [ -5.395881046257704, 57.233880403768396 ], [ -5.397187833424257, 57.2335978253371 ], [ -5.397446920156876, 57.233206962478739 ], [ -5.398346679383688, 57.233401043233883 ], [ -5.396759473987912, 57.234130807739355 ], [ -5.394597954911128, 57.234222556418572 ], [ -5.396378769684791, 57.234407198921794 ], [ -5.398807811507963, 57.233854207769468 ], [ -5.399181545215594, 57.234492223764278 ], [ -5.398091909395699, 57.234396780266493 ], [ -5.398871807313163, 57.234657029335779 ], [ -5.398769324712071, 57.235056239164948 ], [ -5.396427581602596, 57.234721406842411 ], [ -5.394985210334783, 57.235116416617565 ], [ -5.39666402488742, 57.234876817170615 ], [ -5.398583828650091, 57.235436122349391 ], [ -5.3980365040325, 57.235829398630386 ], [ -5.395235260907254, 57.235852178264942 ], [ -5.398032924959619, 57.236024566271873 ], [ -5.397075789311032, 57.236486466027209 ], [ -5.395510370992797, 57.23617554586037 ], [ -5.395631786711871, 57.236432055106448 ], [ -5.397389976427354, 57.236603813002354 ], [ -5.399897281917507, 57.236053178905365 ], [ -5.400520422052529, 57.23543939641894 ], [ -5.400817578300085, 57.235551802663309 ], [ -5.400235382569678, 57.235962214850645 ], [ -5.400989726459901, 57.23549499869484 ], [ -5.402167295427794, 57.235374983819284 ], [ -5.400870339022574, 57.23535080718127 ], [ -5.40064350373497, 57.234472392667122 ], [ -5.402387983910908, 57.233525263982564 ], [ -5.404373986422206, 57.233256554538947 ], [ -5.404692275264367, 57.232897330373959 ], [ -5.404218260394968, 57.232233283599022 ], [ -5.406050618902031, 57.233389949186737 ], [ -5.406859051193392, 57.233456101055239 ], [ -5.407963172325151, 57.233151942204572 ], [ -5.408592629025155, 57.23233927748057 ], [ -5.411023250092913, 57.231806677421389 ], [ -5.412608907622046, 57.231064182905904 ], [ -5.413862185800532, 57.230940198433714 ], [ -5.415375435196933, 57.230025240806441 ], [ -5.415996862804874, 57.230704113419606 ], [ -5.415348752133957, 57.232011749012116 ], [ -5.415853604709967, 57.231896426138206 ], [ -5.417151777123084, 57.232579344159831 ], [ -5.419835418410441, 57.233078870076625 ], [ -5.425947350727608, 57.233418269282161 ], [ -5.427673446647669, 57.234083106175738 ], [ -5.43211175386782, 57.234730406533409 ], [ -5.435066806346636, 57.235737291788162 ], [ -5.43932305638202, 57.23649090766984 ], [ -5.442464842870232, 57.236758954185788 ], [ -5.443600316743134, 57.23613538620711 ], [ -5.444487824085924, 57.236123614829935 ], [ -5.447573617827943, 57.237460138993413 ], [ -5.451201496286098, 57.237233668422867 ], [ -5.452045046335863, 57.238151682978511 ], [ -5.453986142980649, 57.238750023610294 ], [ -5.454290894278578, 57.239897704874323 ], [ -5.456704244786481, 57.240013745937688 ], [ -5.457662689145304, 57.240598640450379 ], [ -5.459275633346744, 57.240612624828017 ], [ -5.459240703526502, 57.240859005587374 ], [ -5.460084532118869, 57.240928337586709 ], [ -5.460082320535944, 57.24136439765411 ], [ -5.46157917546713, 57.241572134638453 ], [ -5.46291522978964, 57.243405130632475 ], [ -5.463854026569103, 57.243602168370465 ], [ -5.46413770359813, 57.243268013239671 ], [ -5.465857395997666, 57.244787438776747 ], [ -5.465690808757656, 57.24539704506256 ], [ -5.467149121277373, 57.24591592739521 ], [ -5.467431210554953, 57.246888011440184 ], [ -5.469606593137498, 57.247448184671129 ], [ -5.471208929621262, 57.248262397876211 ], [ -5.475525242940462, 57.252673773866896 ], [ -5.480943866945983, 57.255993665023638 ], [ -5.482933058388068, 57.256945340717522 ], [ -5.484647758745813, 57.257010125717152 ], [ -5.488544453560046, 57.258133494560205 ], [ -5.490396879075448, 57.258162910375397 ], [ -5.491294650933603, 57.259409998832552 ], [ -5.493199055242745, 57.260687508991694 ], [ -5.496245367431926, 57.261146588599345 ], [ -5.497540571646601, 57.26182340187799 ], [ -5.499836966692311, 57.262368013534314 ], [ -5.502567726889982, 57.264567179003137 ], [ -5.503950598251486, 57.264994263740924 ], [ -5.504488159261397, 57.266547085047307 ], [ -5.506820875695744, 57.267992241554118 ], [ -5.509873719058445, 57.27133386296947 ], [ -5.512761241950662, 57.272239298298281 ], [ -5.51389431953922, 57.274340886284314 ], [ -5.514259876493213, 57.274467301501765 ], [ -5.515471827521317, 57.274036922897331 ], [ -5.515438292321412, 57.273685459191753 ], [ -5.516197653201957, 57.273469116570553 ], [ -5.516714585644559, 57.273964364985069 ], [ -5.516148599571601, 57.274537587238164 ], [ -5.515474215626479, 57.274166310054063 ], [ -5.514254014662661, 57.274579838774791 ], [ -5.515125992112431, 57.27533485199492 ], [ -5.514424983456808, 57.276372126036939 ], [ -5.51601581655794, 57.277128588031282 ], [ -5.515754691109885, 57.277348959123778 ], [ -5.514936596779153, 57.277228923056647 ], [ -5.516027899065601, 57.278611576810192 ], [ -5.516124777121368, 57.279626516388745 ], [ -5.514773240092437, 57.281953169285202 ], [ -5.509666536985634, 57.283496609724999 ], [ -5.508024236798735, 57.284449569581611 ], [ -5.507748641032679, 57.285251068889004 ], [ -5.506954248577135, 57.285364051666065 ], [ -5.506712724021928, 57.284954567361495 ], [ -5.506127173076128, 57.284994289741228 ], [ -5.505706255647992, 57.285978738014919 ], [ -5.503805339350593, 57.287286763034153 ], [ -5.502467920430749, 57.287433743489714 ], [ -5.499795239517271, 57.288694003079584 ], [ -5.497425523359768, 57.288478634951502 ], [ -5.49571914915032, 57.289933938815572 ], [ -5.495730543480373, 57.290753488574865 ], [ -5.49492626335067, 57.291043766159859 ], [ -5.495445134279933, 57.291787164289616 ], [ -5.493801280551458, 57.293886162513218 ], [ -5.49283838883581, 57.294133191342539 ], [ -5.491891568285996, 57.293621929863804 ], [ -5.490828190976327, 57.293789930003783 ], [ -5.48834841324659, 57.296148509086372 ], [ -5.486446536472058, 57.297072416533148 ], [ -5.486488542691385, 57.29926923827967 ], [ -5.48593958157976, 57.300048599780474 ], [ -5.486873745154028, 57.301407090467137 ], [ -5.487089983663076, 57.30314599340705 ], [ -5.488249187061231, 57.304476653327555 ], [ -5.485482366257597, 57.306742443593819 ], [ -5.482279467728268, 57.307247485751589 ], [ -5.478233793503499, 57.307167178539309 ], [ -5.478161733643474, 57.307406501173915 ], [ -5.476915084956914, 57.307467977379297 ], [ -5.476105460394305, 57.307865250513551 ], [ -5.474295449094344, 57.309314109503219 ], [ -5.47239852893561, 57.309702764314977 ], [ -5.470782673314083, 57.309619759727788 ], [ -5.468090798012545, 57.308642305983668 ], [ -5.467199750390856, 57.308617456304738 ], [ -5.464378710578925, 57.309000923863515 ], [ -5.46288847372898, 57.309581384393738 ], [ -5.459868867165337, 57.309444329275856 ], [ -5.453138207735087, 57.310209325701976 ], [ -5.448065821083095, 57.311831910042415 ], [ -5.446838222405519, 57.311407125532767 ], [ -5.444993509918576, 57.311399286336773 ], [ -5.443070678851309, 57.3122430722944 ], [ -5.440862835662775, 57.312438396924207 ], [ -5.439485423932689, 57.313626769097532 ], [ -5.438366017643792, 57.313701454934453 ], [ -5.436889291662495, 57.314397191850297 ], [ -5.430008313242323, 57.31497176301658 ], [ -5.422088888187968, 57.313726007002423 ], [ -5.418705943233349, 57.312254830953599 ], [ -5.415563306087141, 57.311973528999538 ], [ -5.412659281441007, 57.310610533762869 ], [ -5.408946250965997, 57.310069484405894 ], [ -5.406034321677858, 57.308150112712198 ], [ -5.404283391987616, 57.307609660503623 ], [ -5.403591958702488, 57.306689002070037 ], [ -5.404349369329535, 57.305180736628891 ], [ -5.40284493681682, 57.304268618002247 ], [ -5.403759799530235, 57.303565136029512 ], [ -5.405426890722718, 57.304296642526829 ], [ -5.406448527691948, 57.304334568507038 ], [ -5.407406988475716, 57.303690105772219 ], [ -5.407401082527488, 57.303159890887713 ], [ -5.4061168697533, 57.30249174368938 ], [ -5.403574553502528, 57.302459964685838 ], [ -5.402758605569261, 57.301897757296054 ], [ -5.40264714906699, 57.301231066492576 ], [ -5.401881409141781, 57.301750715385467 ], [ -5.403199756495274, 57.302717326423355 ], [ -5.40610322855406, 57.302649428096466 ], [ -5.407118453999172, 57.30317474761555 ], [ -5.407017088461783, 57.303730345098558 ], [ -5.406231799418866, 57.304182231234435 ], [ -5.405191097703773, 57.304027958114077 ], [ -5.404011592930909, 57.303324589670495 ], [ -5.402962921925671, 57.30356874453441 ], [ -5.402448142071969, 57.304198460233785 ], [ -5.4038494233756, 57.305072925878271 ], [ -5.403184356193471, 57.30650227694219 ], [ -5.403793366002232, 57.307609452926961 ], [ -5.406021219826395, 57.308564879135588 ], [ -5.407863294291185, 57.309963122030254 ], [ -5.409466420459604, 57.310520122789697 ], [ -5.412592705334141, 57.310949445313511 ], [ -5.415260934800182, 57.312277500409905 ], [ -5.418024253939225, 57.312499011780986 ], [ -5.419352157925197, 57.313237772110838 ], [ -5.420739597605834, 57.313383392571822 ], [ -5.421335538772759, 57.313717755805222 ], [ -5.421032784384657, 57.31387432502499 ], [ -5.423426930412775, 57.314572323570928 ], [ -5.431866370083998, 57.315245549754138 ], [ -5.431674435688204, 57.315592392429494 ], [ -5.431294373069469, 57.315525461914802 ], [ -5.430259719809523, 57.315476401787748 ], [ -5.431283425766758, 57.315560335334972 ], [ -5.43118678243498, 57.315868202599177 ], [ -5.42915221718508, 57.315715186805463 ], [ -5.427729729710881, 57.316050651487458 ], [ -5.425705931103664, 57.31727986627746 ], [ -5.426184823858132, 57.317408843345397 ], [ -5.428804048331024, 57.316257764103099 ], [ -5.434040382774678, 57.316465359917991 ], [ -5.436858367727437, 57.316093459715518 ], [ -5.437518989204185, 57.316691170635885 ], [ -5.437440129085878, 57.31735855191198 ], [ -5.43586332363196, 57.317322568868427 ], [ -5.435102633468728, 57.31853537426305 ], [ -5.436066298295648, 57.318606114005945 ], [ -5.43739405878691, 57.318003461257248 ], [ -5.439247597734278, 57.318813040922549 ], [ -5.438951425656366, 57.318968574714766 ], [ -5.439561881218852, 57.319384262768921 ], [ -5.441926376188619, 57.319420202944634 ], [ -5.444340262820405, 57.318776933680887 ], [ -5.445870969835594, 57.316510953949297 ], [ -5.446576140924534, 57.31644756506671 ], [ -5.447556704408862, 57.316858456656661 ], [ -5.448070691263903, 57.31640386535706 ], [ -5.450438697588893, 57.316000855150413 ], [ -5.451775095218621, 57.315121827824754 ], [ -5.452960983985681, 57.314887878162821 ], [ -5.454001217321252, 57.314783775175805 ], [ -5.455163784315055, 57.315363103850039 ], [ -5.457351582704021, 57.315589692848043 ], [ -5.458670365560415, 57.316133228298021 ], [ -5.459965641843428, 57.315560889105278 ], [ -5.461245912053471, 57.315994886409783 ], [ -5.465093582890599, 57.315886141841737 ], [ -5.468610932742072, 57.315023177687117 ], [ -5.467860133754652, 57.314037961282686 ], [ -5.469209944887595, 57.31231963641924 ], [ -5.469801557129733, 57.312339258405714 ], [ -5.469675078859763, 57.312794930290018 ], [ -5.470584073831143, 57.313308305153164 ], [ -5.472013557825498, 57.313210379258273 ], [ -5.47241264907458, 57.313742325553918 ], [ -5.473321674184015, 57.313868226469651 ], [ -5.477402096647712, 57.312990341753171 ], [ -5.481320457726084, 57.311753628129111 ], [ -5.484878996980726, 57.309912771687479 ], [ -5.48563753716696, 57.308380558995175 ], [ -5.486640908788273, 57.307872666445149 ], [ -5.488072895290785, 57.307821230587564 ], [ -5.490028472968056, 57.306564994020917 ], [ -5.49084393504846, 57.304882832733185 ], [ -5.489407013599495, 57.302446081620438 ], [ -5.488844177776855, 57.299802551653727 ], [ -5.490937753776408, 57.298430087868802 ], [ -5.492158594320652, 57.298117471517266 ], [ -5.493524711895793, 57.296641124401454 ], [ -5.496546039778127, 57.294952384366759 ], [ -5.499061282542319, 57.29279851107264 ], [ -5.50716199544469, 57.291833614675404 ], [ -5.512323457522462, 57.290050536218615 ], [ -5.517324652160311, 57.289427821026017 ], [ -5.51370983898914, 57.289006693679539 ], [ -5.512911831906038, 57.288769210515667 ], [ -5.512734357019538, 57.288214107534117 ], [ -5.515648495382623, 57.286322909786897 ], [ -5.517638399062213, 57.284456631548309 ], [ -5.519299488755123, 57.28358122707516 ], [ -5.519835746773344, 57.282313908722536 ], [ -5.519296371734251, 57.278597329706287 ], [ -5.519755957524932, 57.278369590427111 ], [ -5.519918682118613, 57.277032729399622 ], [ -5.522764225043608, 57.2779256373084 ], [ -5.522933729970708, 57.278569951842094 ], [ -5.521932296504167, 57.279223739145984 ], [ -5.523273428232597, 57.280906782024729 ], [ -5.526407252585931, 57.281235049959733 ], [ -5.533536840143771, 57.280007985886236 ], [ -5.535378940863279, 57.281076283256844 ], [ -5.535015840387954, 57.281184495528201 ], [ -5.533379771339936, 57.280274012507604 ], [ -5.532594999638432, 57.281264306742976 ], [ -5.534876532314027, 57.282188996653076 ], [ -5.537083005687471, 57.281725916010316 ], [ -5.538659441393923, 57.28044178904176 ], [ -5.539799401572877, 57.280023091859739 ], [ -5.540234211691472, 57.28021220920418 ], [ -5.541169957474424, 57.280017712388464 ], [ -5.542267231386371, 57.279293638008042 ], [ -5.54463719077692, 57.279048759406315 ], [ -5.547519305891101, 57.27769348794007 ], [ -5.548703384673121, 57.277631261946667 ], [ -5.550242343738154, 57.276515252452846 ], [ -5.552002542919449, 57.276593130091733 ], [ -5.553839826540459, 57.277074251143084 ], [ -5.555294711304118, 57.276757072043296 ], [ -5.556970559356654, 57.27747376259007 ], [ -5.557596503346629, 57.277321179213835 ], [ -5.558516400143466, 57.27758279394839 ], [ -5.558900832404035, 57.280118775175907 ], [ -5.5560683868049, 57.28198623515074 ], [ -5.558255244584453, 57.28362520146775 ], [ -5.557983002525215, 57.283092614559337 ], [ -5.558512872902042, 57.283044337553441 ], [ -5.55908668457978, 57.281355031197229 ], [ -5.563163402997187, 57.279637393417282 ], [ -5.564661369632407, 57.277947000894287 ], [ -5.566102929784443, 57.27792135183627 ], [ -5.566671815826845, 57.27716261463501 ], [ -5.566146083584115, 57.276635446046555 ], [ -5.568347066932378, 57.276020026891914 ], [ -5.568845186400464, 57.275114054260406 ], [ -5.571583156055456, 57.274492301820537 ], [ -5.572052946274504, 57.273620383826461 ], [ -5.573848802073298, 57.273399366714969 ], [ -5.574513961996243, 57.272728649404215 ], [ -5.575440752816349, 57.272873072592432 ], [ -5.576025709629051, 57.272487818964962 ], [ -5.576901108727936, 57.272615714856272 ], [ -5.577104950464627, 57.272407629943366 ], [ -5.577889728160139, 57.273225844669533 ], [ -5.577606773755198, 57.273781405496294 ], [ -5.576903356931211, 57.274006421109092 ], [ -5.576903321769104, 57.274484696016714 ], [ -5.578850220220815, 57.275015373518002 ], [ -5.580438154421208, 57.274294044797387 ], [ -5.581982263064339, 57.274385754105225 ], [ -5.583507313966892, 57.273769565571783 ], [ -5.588195134879358, 57.273063908687952 ], [ -5.588883673820556, 57.272567750677915 ], [ -5.588315293867262, 57.27211650792708 ], [ -5.589170907052804, 57.272074970162969 ], [ -5.589881276245555, 57.271258132098644 ], [ -5.590418433072938, 57.271252661196179 ], [ -5.590379095476532, 57.271666434878888 ], [ -5.591109539242984, 57.271941321023547 ], [ -5.592478691750782, 57.271856302424169 ], [ -5.592126026588173, 57.271388115561912 ], [ -5.592537214377704, 57.270822555488685 ], [ -5.594106662783135, 57.271209165620455 ], [ -5.59497562203367, 57.273175613480802 ], [ -5.594374811695161, 57.273736721015808 ], [ -5.5948496852166, 57.274487291242792 ], [ -5.594546979924245, 57.277270327809575 ], [ -5.596010322772983, 57.278165204790099 ], [ -5.596550315986586, 57.2780517458243 ], [ -5.596328004145225, 57.278460873718437 ], [ -5.59713375966687, 57.278264282656473 ], [ -5.597361233846809, 57.278638949940301 ], [ -5.599618952818793, 57.278998584816314 ], [ -5.599611263691581, 57.280703347005577 ], [ -5.599919566774942, 57.280494926260531 ], [ -5.600261847335609, 57.280905854388308 ], [ -5.600238978526766, 57.279754865277191 ], [ -5.601613934941128, 57.278741795697762 ], [ -5.602543819951677, 57.278558690411479 ], [ -5.603366427833124, 57.278874017581302 ], [ -5.605046468940179, 57.278910301921336 ], [ -5.606985966855755, 57.278612765547742 ], [ -5.609707618941865, 57.276557598780798 ], [ -5.612119409792001, 57.275813970155212 ], [ -5.614479734818807, 57.275375645991751 ], [ -5.614973108465138, 57.275532257062615 ], [ -5.6181804525518, 57.274356543209429 ], [ -5.620027780086837, 57.274847206498741 ], [ -5.622546144486585, 57.276658937757574 ], [ -5.6233821164386, 57.278289930143536 ], [ -5.624607017799455, 57.278879402909823 ], [ -5.623870858647574, 57.279815863806668 ], [ -5.624728747336193, 57.280032041901258 ], [ -5.624805310401599, 57.280371463223453 ], [ -5.623889331268848, 57.281403916460775 ], [ -5.62478486230224, 57.281310641063847 ], [ -5.624672238294541, 57.281616865290886 ], [ -5.624966565493176, 57.281419572532904 ], [ -5.626851305994714, 57.282336102199359 ], [ -5.632243219729731, 57.28236994672168 ], [ -5.638594082208744, 57.283069831663163 ], [ -5.640377444777145, 57.284652591537458 ], [ -5.643853076541834, 57.285651307765846 ], [ -5.644388167487472, 57.286092490989255 ], [ -5.64414867252748, 57.286658642739617 ], [ -5.64474255186196, 57.286485873845606 ], [ -5.647955578123608, 57.287160357200932 ], [ -5.650185555963177, 57.286542648107385 ], [ -5.648718318830419, 57.286664403844973 ], [ -5.648219141161383, 57.287005258118057 ], [ -5.648498831146231, 57.28657728090122 ], [ -5.651588437512832, 57.286224058398844 ], [ -5.654006119419908, 57.285073083267278 ], [ -5.654708875470046, 57.285044540658532 ], [ -5.658460011961957, 57.282645445242608 ], [ -5.662063144107552, 57.281517300861466 ], [ -5.663178596710314, 57.281249214005044 ], [ -5.66570457087997, 57.28135980120237 ], [ -5.666760930099493, 57.281132066156559 ], [ -5.667611575653632, 57.281339176813333 ], [ -5.668623285190649, 57.281063282377154 ], [ -5.671465557506885, 57.281016168682122 ], [ -5.673157945190212, 57.280341831831237 ], [ -5.675470045315326, 57.280638288560411 ], [ -5.67979028849082, 57.280430836438349 ], [ -5.683793486979316, 57.281037190911867 ], [ -5.685951018635284, 57.280865987071927 ], [ -5.687223226242823, 57.282132265618131 ], [ -5.688587309064237, 57.28232595627243 ], [ -5.68944771677492, 57.282048941910837 ], [ -5.69050809254544, 57.282359422194084 ], [ -5.690526009242187, 57.282637603442076 ], [ -5.692056784825778, 57.282655536491987 ], [ -5.693824168355554, 57.282020067240232 ], [ -5.694764053260864, 57.280930624931976 ], [ -5.696562775026356, 57.280410171354838 ], [ -5.704832111310044, 57.280004611541273 ], [ -5.706912405735105, 57.280271369803138 ], [ -5.706911448119214, 57.280674179046152 ], [ -5.707829677992044, 57.280841264645986 ], [ -5.708163658919462, 57.280679459580377 ], [ -5.707740022067149, 57.280264015260549 ], [ -5.709694246154253, 57.279509515672615 ], [ -5.713254976417239, 57.280069569629596 ], [ -5.713160760236256, 57.27926679157919 ], [ -5.71425270124467, 57.27919763221805 ], [ -5.714428589756294, 57.280052836875498 ], [ -5.719344017762122, 57.279839894320702 ], [ -5.719675660599967, 57.279606201198959 ], [ -5.720198185918446, 57.279717488885034 ], [ -5.719591426667654, 57.279906288860751 ], [ -5.719973372068087, 57.280252803171159 ], [ -5.722702027682646, 57.279574946155762 ], [ -5.723876015250153, 57.279726240013524 ], [ -5.72381403679898, 57.27998341464388 ], [ -5.726035113859127, 57.279802439755066 ], [ -5.72591710196401, 57.280752665474196 ], [ -5.727245690528145, 57.280643104914375 ], [ -5.726829254369812, 57.281252450910095 ], [ -5.728725196311323, 57.281401150055295 ], [ -5.728780863121204, 57.282065710631059 ], [ -5.730781879131681, 57.280825784946735 ], [ -5.73191907218835, 57.281268499382882 ], [ -5.731109657881568, 57.28214397856523 ], [ -5.73188362556737, 57.282491396098678 ], [ -5.731767210622451, 57.283013622403054 ], [ -5.733245859050979, 57.282958878460548 ], [ -5.733194210324094, 57.283317347113659 ], [ -5.733765962640859, 57.283323722534867 ], [ -5.731950509349125, 57.284691242986369 ], [ -5.729781414380403, 57.285076661788501 ], [ -5.728796154777303, 57.284823614688158 ], [ -5.727671094019213, 57.285485471511826 ], [ -5.727135021111994, 57.285454632803784 ], [ -5.7271355519181, 57.285066217571817 ], [ -5.725478053529441, 57.285503804632675 ], [ -5.725166064741216, 57.285291888975941 ], [ -5.72551346890113, 57.283671343757057 ], [ -5.724652656555459, 57.283695982300983 ], [ -5.723876252755748, 57.284670228407222 ], [ -5.721223490543638, 57.284377556545948 ], [ -5.719339902161202, 57.283661962109889 ], [ -5.718141169986969, 57.283562603662133 ], [ -5.719278073373008, 57.284266170175094 ], [ -5.71898954081625, 57.284483300363078 ], [ -5.722718378949864, 57.285944380717929 ], [ -5.721254711063116, 57.286395044227426 ], [ -5.721288255659654, 57.286710522861007 ], [ -5.722044048409504, 57.286796011025949 ], [ -5.720907694894146, 57.287446450716402 ], [ -5.721323830870566, 57.287867471019247 ], [ -5.720542061994987, 57.288034487363042 ], [ -5.720566474658558, 57.289081180352525 ], [ -5.722954754485162, 57.290712337838222 ], [ -5.724637338266316, 57.290667838165447 ], [ -5.723693237541051, 57.291249664305013 ], [ -5.724479843373934, 57.291852090815823 ], [ -5.723822711244577, 57.292217720714525 ], [ -5.72422873725315, 57.29307957728706 ], [ -5.724619894543496, 57.293416816275268 ], [ -5.72590272208059, 57.293474064495783 ], [ -5.72626634673653, 57.294047672334031 ], [ -5.727841421991192, 57.294169953361191 ], [ -5.728048445763369, 57.294393970475539 ], [ -5.727232894049792, 57.29463845050779 ], [ -5.728417619722818, 57.295185882679519 ], [ -5.728944438769731, 57.295861628321127 ], [ -5.728605921877664, 57.296503727096173 ], [ -5.729461559823072, 57.296654539513618 ], [ -5.728569960080257, 57.297689772294241 ], [ -5.727100981860096, 57.298108287687704 ], [ -5.726363091570544, 57.298808982155798 ], [ -5.725482918065229, 57.298941184086594 ], [ -5.725302355311801, 57.299651411544851 ], [ -5.723306091188836, 57.299718698460957 ], [ -5.723375947073463, 57.299949486701557 ], [ -5.721842905461649, 57.300228683113396 ], [ -5.721129448568319, 57.300860290900019 ], [ -5.718916226918514, 57.301131729284904 ], [ -5.718197727139251, 57.302519584370479 ], [ -5.717470265422234, 57.302240828767985 ], [ -5.716509201435839, 57.303102704924576 ], [ -5.717227062552356, 57.303237000566021 ], [ -5.716377280225613, 57.303770119562792 ], [ -5.716915603006696, 57.304445573090192 ], [ -5.720162451751698, 57.304225379495918 ], [ -5.719162147705375, 57.304123738388597 ], [ -5.718051836646447, 57.302736083010544 ], [ -5.719265743204812, 57.30365315556206 ], [ -5.72227950369367, 57.304462948267066 ], [ -5.723804738895359, 57.304613736472618 ], [ -5.724588339572011, 57.304363038095957 ], [ -5.725209198323607, 57.304818436303734 ], [ -5.726009942555748, 57.304474616229811 ], [ -5.727435250710535, 57.30457348145471 ], [ -5.726371213830798, 57.305105835453084 ], [ -5.726710291441057, 57.305353808977387 ], [ -5.726257126796418, 57.306046051780207 ], [ -5.724299013811754, 57.30647723902549 ], [ -5.724216973289177, 57.307554059891991 ], [ -5.723285987433202, 57.308696504779554 ], [ -5.722123120194583, 57.308861332428279 ], [ -5.721280548097955, 57.308661528945883 ], [ -5.720575648325192, 57.309001578514149 ], [ -5.721753582795709, 57.309231909166158 ], [ -5.721446878646796, 57.30973098814097 ], [ -5.719081400929373, 57.310407914521008 ], [ -5.719743684473335, 57.310878296890792 ], [ -5.719436236489488, 57.311534728979396 ], [ -5.718514360726682, 57.311701376338718 ], [ -5.718439903908406, 57.312526226543135 ], [ -5.719069137774397, 57.312669431665192 ], [ -5.719033438477829, 57.313138003430815 ], [ -5.716925108870051, 57.314553496291637 ], [ -5.715549832005062, 57.314756010877446 ], [ -5.716832243186241, 57.314785505710645 ], [ -5.716706887303177, 57.315189298789988 ], [ -5.715406455021913, 57.315475008274994 ], [ -5.715393088335518, 57.314931469046996 ], [ -5.715268487630604, 57.315425144594947 ], [ -5.71343173410808, 57.315830085294522 ], [ -5.713286917090214, 57.316288393305967 ], [ -5.711128532697023, 57.31663537539341 ], [ -5.709797770775408, 57.317609704046355 ], [ -5.706815556442382, 57.317203245541855 ], [ -5.705750665529263, 57.317931433018828 ], [ -5.704161341936166, 57.317544954889541 ], [ -5.703859095877871, 57.31800879034548 ], [ -5.702918079906686, 57.317360435992754 ], [ -5.702617856142406, 57.317910518348448 ], [ -5.70180911708165, 57.317948735228178 ], [ -5.701738347946395, 57.31894607902484 ], [ -5.70353388403307, 57.319053195623837 ], [ -5.702891144453029, 57.319518973325273 ], [ -5.70153567886914, 57.319623647411227 ], [ -5.701187359249309, 57.320042980858062 ], [ -5.701819656188142, 57.321850341580216 ], [ -5.702786365048465, 57.321663621238272 ], [ -5.7029389551355, 57.322419728516969 ], [ -5.702030811970716, 57.324145711207763 ], [ -5.699982861137975, 57.325347838097855 ], [ -5.699130214553823, 57.325215607725241 ], [ -5.696608667881142, 57.325676410791942 ], [ -5.697311029547753, 57.32613224571088 ], [ -5.697835921679726, 57.326062856246615 ], [ -5.697351702800947, 57.32670194992744 ], [ -5.69557757373876, 57.326745150608616 ], [ -5.694914009074461, 57.325186822019454 ], [ -5.694449110441101, 57.32560506712764 ], [ -5.691841117946701, 57.325785112441011 ], [ -5.689823909023108, 57.324482298506858 ], [ -5.688480999466592, 57.324515433836993 ], [ -5.688776626308729, 57.323685020552169 ], [ -5.68812365561635, 57.32280873189719 ], [ -5.688128996476311, 57.323425325564187 ], [ -5.687520547915036, 57.323489934619595 ], [ -5.686285310753149, 57.324381179102339 ], [ -5.682927289472685, 57.32455607040805 ], [ -5.681835755404575, 57.323912872725089 ], [ -5.681078478653862, 57.32385234796147 ], [ -5.680130128196805, 57.324522948240549 ], [ -5.678983221954429, 57.32440549405721 ], [ -5.678587558634115, 57.324720057775458 ], [ -5.678070769896588, 57.324538294666013 ], [ -5.675673053632099, 57.325009433407523 ], [ -5.676150921384011, 57.325284047874078 ], [ -5.675584624147905, 57.325671022104601 ], [ -5.6749031068786, 57.325736807288649 ], [ -5.674567448651973, 57.325471515182812 ], [ -5.67318958580241, 57.325770726970696 ], [ -5.671320603963694, 57.326927578427565 ], [ -5.671426328109167, 57.327337151406908 ], [ -5.670959105897725, 57.327335517995344 ], [ -5.67210328592956, 57.327824432244341 ], [ -5.673024530748433, 57.327745362594655 ], [ -5.673383221896469, 57.328074716957936 ], [ -5.674134659359905, 57.327643681534575 ], [ -5.676694887250811, 57.327715340798541 ], [ -5.677961524239152, 57.32736720217288 ], [ -5.67849032376711, 57.328000836226551 ], [ -5.678928649685138, 57.327580734819925 ], [ -5.679935021490499, 57.327505415094336 ], [ -5.683187598263514, 57.328481787230281 ], [ -5.681740228966415, 57.329016882314235 ], [ -5.681072308250487, 57.329683765903582 ], [ -5.682566512434551, 57.330047255912916 ], [ -5.683640430433457, 57.33140840896823 ], [ -5.682614342270196, 57.333527875077316 ], [ -5.681549863719448, 57.334120071096912 ], [ -5.679942886110038, 57.334076333969712 ], [ -5.679815973160099, 57.333838206155001 ], [ -5.678940571455501, 57.334326846251905 ], [ -5.678647003584258, 57.334051340744409 ], [ -5.677963192638209, 57.33416215943852 ], [ -5.677612913875656, 57.335097530567879 ], [ -5.678689828362319, 57.33628961599053 ], [ -5.67822389355431, 57.337431558723551 ], [ -5.680702575361655, 57.338325467140571 ], [ -5.681479359615835, 57.338328787710992 ], [ -5.681945099707927, 57.337517687289001 ], [ -5.683076825309464, 57.336915427506369 ], [ -5.682784877659366, 57.336341398857286 ], [ -5.683282763108156, 57.335984269674832 ], [ -5.684638091679615, 57.336352708788759 ], [ -5.685021682751694, 57.337044519296498 ], [ -5.683822117262236, 57.337201957727068 ], [ -5.684382803999795, 57.337404889840293 ], [ -5.684231285450876, 57.338198697837861 ], [ -5.685320101616437, 57.338942655246626 ], [ -5.685050218694258, 57.339451339899149 ], [ -5.685990482112919, 57.339724949073712 ], [ -5.685635570041994, 57.340131838839966 ], [ -5.686192948160329, 57.340582998814796 ], [ -5.685627439676147, 57.341012247783276 ], [ -5.685923725889284, 57.341578951338498 ], [ -5.685063377752151, 57.341522366069704 ], [ -5.684891128659131, 57.341794434191804 ], [ -5.683804317980599, 57.341917097113139 ], [ -5.682266990929556, 57.341509924643475 ], [ -5.682135638181726, 57.34180866097919 ], [ -5.681367427023911, 57.341592916599843 ], [ -5.680563108337089, 57.340917013230644 ], [ -5.681013620203943, 57.339239680379094 ], [ -5.680439224347401, 57.339099168902969 ], [ -5.679624347269297, 57.339147303592419 ], [ -5.678880603318337, 57.339989008099195 ], [ -5.677761879595317, 57.340141322962594 ], [ -5.677230261212173, 57.339464611983594 ], [ -5.676309798148957, 57.339969832772013 ], [ -5.675846899309334, 57.339331563377598 ], [ -5.675009912996469, 57.339208596737762 ], [ -5.674483371243409, 57.339895579492342 ], [ -5.672190864962688, 57.339949097290543 ], [ -5.672229524846966, 57.340219479298185 ], [ -5.669617076464993, 57.341065364562184 ], [ -5.668985662785552, 57.340836561358977 ], [ -5.668942801659842, 57.341040097343367 ], [ -5.667164942802024, 57.341002978008504 ], [ -5.664942019325062, 57.340121126377944 ], [ -5.66425828772753, 57.340184216192398 ], [ -5.664085536736954, 57.339902458312892 ], [ -5.661839506735477, 57.339988595446577 ], [ -5.662069324946648, 57.341293599676021 ], [ -5.66077470588396, 57.341166789496967 ], [ -5.660149829930233, 57.340719285685815 ], [ -5.658800992319295, 57.340999501234684 ], [ -5.658581665031526, 57.340750558694857 ], [ -5.65794056089061, 57.341041627777798 ], [ -5.657873512685274, 57.341821247685857 ], [ -5.656993723319032, 57.342120156700162 ], [ -5.659359414424373, 57.342365966541315 ], [ -5.658929128952613, 57.343789085714882 ], [ -5.660286152723502, 57.344725032779792 ], [ -5.659477198474415, 57.34553524682525 ], [ -5.658071155141552, 57.345776655516843 ], [ -5.656864791495009, 57.345669714551114 ], [ -5.656872612934769, 57.345414160199631 ], [ -5.656087014253787, 57.345724705411975 ], [ -5.654205734228565, 57.345586118812491 ], [ -5.654598750704518, 57.344354699080355 ], [ -5.652883336425, 57.344244535537591 ], [ -5.6531111644163, 57.34342518511211 ], [ -5.652671709170505, 57.343403793358618 ], [ -5.652053407596608, 57.34447722853097 ], [ -5.652433889217512, 57.34475835974861 ], [ -5.650922928218371, 57.345634763283257 ], [ -5.648132018089848, 57.345646570402678 ], [ -5.647225044906734, 57.345103802051142 ], [ -5.645858827984956, 57.345982235509062 ], [ -5.643724109935427, 57.345937150197123 ], [ -5.643396619581972, 57.344093737261232 ], [ -5.644250311667174, 57.344133719283803 ], [ -5.64459923196177, 57.343661499519172 ], [ -5.645193186892119, 57.343698217693841 ], [ -5.645749409326441, 57.342600548124942 ], [ -5.648963274423522, 57.342195320877408 ], [ -5.648595932711951, 57.341778044282279 ], [ -5.645997990542871, 57.342156407172318 ], [ -5.645039324456537, 57.341862358562686 ], [ -5.644780470136316, 57.341616337816021 ], [ -5.645520715166705, 57.340798325771388 ], [ -5.646737648706528, 57.340578720863256 ], [ -5.645864921244013, 57.340396362895518 ], [ -5.645876420043354, 57.340059790669571 ], [ -5.64780437019978, 57.339717057692582 ], [ -5.647465094517439, 57.340536934358589 ], [ -5.647880738385954, 57.340854817207557 ], [ -5.650406632303351, 57.339718820758442 ], [ -5.65124329510287, 57.338935731087837 ], [ -5.650993717848501, 57.337628590493857 ], [ -5.653371584765763, 57.335993367861633 ], [ -5.654192404517437, 57.335921855154346 ], [ -5.654763224392095, 57.336462660039764 ], [ -5.654542564307651, 57.335347077501908 ], [ -5.65732073106581, 57.335215014054342 ], [ -5.657742140364639, 57.334888984940598 ], [ -5.657971887774421, 57.335293158903866 ], [ -5.65894931179769, 57.334874522156937 ], [ -5.65961961809067, 57.33501143752882 ], [ -5.659666214331172, 57.335713129976789 ], [ -5.66057734266781, 57.335113006708909 ], [ -5.661707873961659, 57.334929932051082 ], [ -5.661628336489938, 57.334565440779187 ], [ -5.66080739234422, 57.334485068634216 ], [ -5.658530911807696, 57.334662842200913 ], [ -5.653224468730451, 57.334429723195527 ], [ -5.652417806060306, 57.334710294324744 ], [ -5.650433021426737, 57.334444308787809 ], [ -5.646538424218267, 57.335454611159456 ], [ -5.643621749965931, 57.335699233791516 ], [ -5.643323489681166, 57.335440867762046 ], [ -5.641336006220556, 57.335516449440895 ], [ -5.638344100966777, 57.336143418657073 ], [ -5.63863441891173, 57.335583008506227 ], [ -5.637158888997683, 57.335641003398202 ], [ -5.63615408874791, 57.336407283589921 ], [ -5.636971443024017, 57.336804379334531 ], [ -5.638117098194185, 57.33626866222103 ], [ -5.637366187326102, 57.336962872180948 ], [ -5.637779181737682, 57.337708801698476 ], [ -5.636902459936004, 57.338274492159996 ], [ -5.637319958187843, 57.338729906032597 ], [ -5.636779251970831, 57.338222317527951 ], [ -5.63582434354298, 57.338804646826667 ], [ -5.631553377497395, 57.338875083658763 ], [ -5.630150285666867, 57.339162849732546 ], [ -5.628734074780156, 57.338577124440377 ], [ -5.622023027709015, 57.338923539804526 ], [ -5.62118125999945, 57.338378713264127 ], [ -5.621632928147517, 57.338170610872879 ], [ -5.62021690802283, 57.337601868371003 ], [ -5.618708761331972, 57.337549105243639 ], [ -5.614162479520234, 57.338639176652251 ], [ -5.610181081463414, 57.340641541277378 ], [ -5.60826155741084, 57.340921415633368 ], [ -5.605748365161983, 57.341810744593232 ], [ -5.604187516031553, 57.341747629165923 ], [ -5.600341817420555, 57.343480565929021 ], [ -5.594687795150205, 57.343390664219434 ], [ -5.591929755201289, 57.343923509367968 ], [ -5.588511629656684, 57.34410025165819 ], [ -5.58746393276653, 57.344524822602487 ], [ -5.58709253954359, 57.344399671251317 ], [ -5.588017546217042, 57.344029849170454 ], [ -5.585729573153792, 57.344098733740353 ], [ -5.584449103758909, 57.343381885599335 ], [ -5.582596742655904, 57.343449977894821 ], [ -5.584287679337613, 57.343533926074237 ], [ -5.586314008395616, 57.344941512935712 ], [ -5.586880670221082, 57.344528881448426 ], [ -5.587129889732087, 57.344697076402817 ], [ -5.586500664161183, 57.345490875807194 ], [ -5.587111399409491, 57.347215728211047 ], [ -5.586463132161469, 57.349092476076585 ], [ -5.58492103713283, 57.35062162323279 ], [ -5.582573333639623, 57.352026272409816 ], [ -5.579569663346063, 57.353289530598268 ], [ -5.577243564899428, 57.353826818296447 ], [ -5.574640704676118, 57.353401007882276 ], [ -5.57272765553985, 57.353585743637026 ], [ -5.571332457611185, 57.353006871801675 ], [ -5.568068737604967, 57.354029109812906 ], [ -5.561320837902594, 57.354131439224197 ], [ -5.556094102082747, 57.352938087135492 ], [ -5.551984072759952, 57.352832224434628 ], [ -5.550345354512954, 57.352448794053913 ], [ -5.549715437113821, 57.352917876087211 ], [ -5.545022528417399, 57.352011059293545 ], [ -5.538349213637614, 57.35215860198074 ], [ -5.533910434369903, 57.353128499508095 ], [ -5.529744562687053, 57.3552098105406 ], [ -5.526064344308195, 57.356463776490877 ], [ -5.524814710775289, 57.35791471364066 ], [ -5.523958821554582, 57.35809602685773 ], [ -5.522913871596519, 57.357693798528196 ], [ -5.521400639226146, 57.358392445226116 ], [ -5.51807809702627, 57.361389159177321 ], [ -5.51347691188046, 57.361373974973127 ], [ -5.510980990322984, 57.363803505226194 ], [ -5.508226500965492, 57.363965786687537 ], [ -5.505826766470575, 57.36514294782129 ], [ -5.504055428173749, 57.367327381283673 ], [ -5.500992286738584, 57.369664621519775 ], [ -5.500350719844573, 57.371399515988514 ], [ -5.497695321888023, 57.372520696406411 ], [ -5.494393720714008, 57.375071155018738 ], [ -5.486604123072418, 57.376721189390778 ], [ -5.479076122635527, 57.380610898773128 ], [ -5.473623673169599, 57.382352750873217 ], [ -5.471362681138619, 57.383700679295643 ], [ -5.469945158139302, 57.3853444301607 ], [ -5.467411491478702, 57.386452589925092 ], [ -5.466250033922067, 57.387990350617514 ], [ -5.464554892501016, 57.388108963503676 ], [ -5.462760238482323, 57.388760675884384 ], [ -5.462397971834037, 57.388608835228148 ], [ -5.46042242687445, 57.389073115548932 ], [ -5.460013797187878, 57.390388736683256 ], [ -5.45805209782336, 57.390965864855325 ], [ -5.458258133379664, 57.391332367740482 ], [ -5.457366119303955, 57.39128317088889 ], [ -5.459222159676762, 57.391880295090992 ], [ -5.459482144610138, 57.392465556308231 ], [ -5.459162919761584, 57.392929204152971 ], [ -5.458439847495175, 57.39302998890448 ], [ -5.457552240423349, 57.393858048933957 ], [ -5.456610651194855, 57.394149112998669 ], [ -5.45825926540133, 57.392845273899439 ], [ -5.457958713066314, 57.393065687942041 ], [ -5.456878623796506, 57.392840966840915 ], [ -5.45674027541575, 57.393846200612664 ], [ -5.456310500927867, 57.394374006448253 ], [ -5.455794582436301, 57.394376492303429 ], [ -5.456128114715378, 57.395936899769673 ], [ -5.457051448405653, 57.395875574506533 ], [ -5.456586579398204, 57.394459013761256 ], [ -5.457407503267441, 57.394707041491507 ], [ -5.45768702351925, 57.395905753541193 ], [ -5.458970462611219, 57.39381906522663 ], [ -5.459156941893618, 57.394242738631227 ], [ -5.457512196871709, 57.397089084023655 ], [ -5.456194841565125, 57.397899275511939 ], [ -5.455706973746522, 57.400638295319652 ], [ -5.454885224720726, 57.401301813111608 ], [ -5.454754171327709, 57.402190877535261 ], [ -5.452909351925655, 57.404900607901112 ], [ -5.449607604600548, 57.406786363888152 ], [ -5.44881273581415, 57.407596528064552 ], [ -5.447021682880075, 57.407838874998916 ], [ -5.445304177692952, 57.408615853201589 ], [ -5.445483243643109, 57.409510795552933 ], [ -5.444726024652445, 57.409447024240933 ], [ -5.445037635685584, 57.409696491573612 ], [ -5.444607075147592, 57.410769033295878 ], [ -5.443848324766186, 57.410760133882782 ], [ -5.443374704943532, 57.411977679989867 ], [ -5.442842213330541, 57.412338342088141 ], [ -5.44179647149592, 57.412395711949358 ], [ -5.439492509535475, 57.414435476350853 ], [ -5.438192638919538, 57.414359524963274 ], [ -5.437297696844256, 57.414622190146979 ], [ -5.436790290641888, 57.415286881143111 ], [ -5.435404077682979, 57.415374168788439 ], [ -5.436758462721506, 57.415356069857012 ], [ -5.437569935988314, 57.414594078920885 ], [ -5.439326705595716, 57.414603615139249 ], [ -5.440587298456544, 57.413941697142413 ], [ -5.440105448087193, 57.415481274814155 ], [ -5.440543601001356, 57.41571201253349 ], [ -5.439158001829339, 57.415557407449072 ], [ -5.438618441329754, 57.415559666642643 ], [ -5.437641829483458, 57.416212908174536 ], [ -5.439129283588674, 57.415600094621041 ], [ -5.440548912373157, 57.415910533829987 ], [ -5.440634201161439, 57.415062296471952 ], [ -5.441784310532459, 57.416008900647981 ], [ -5.441452755691385, 57.416574092349435 ], [ -5.440963790332133, 57.417005134937554 ], [ -5.440467501456895, 57.4173317539015 ], [ -5.440151536007795, 57.417445104873053 ], [ -5.437181179923181, 57.417163085785567 ], [ -5.440243061959861, 57.417479459832492 ], [ -5.441152429706049, 57.417086033329547 ], [ -5.441332783746096, 57.416778601303974 ], [ -5.441568853044867, 57.418255859111504 ], [ -5.44108591685032, 57.418861467214271 ], [ -5.441487411469421, 57.419375472787671 ], [ -5.440327768283593, 57.420298027712249 ], [ -5.440705429701108, 57.420416253342395 ], [ -5.441719456568394, 57.420001085113505 ], [ -5.443339185704194, 57.418656012021309 ], [ -5.446055561042704, 57.420416415775321 ], [ -5.445598883904218, 57.421655079038459 ], [ -5.442613633744388, 57.42210533005025 ], [ -5.442198916560877, 57.422727953634165 ], [ -5.442619432640683, 57.42222023623377 ], [ -5.446266883350129, 57.421617913278716 ], [ -5.447475170264957, 57.421673820409296 ], [ -5.449514521503474, 57.420522131438119 ], [ -5.450071695917287, 57.420688447433434 ], [ -5.448671328151117, 57.421901747015376 ], [ -5.448222928361544, 57.423528538537774 ], [ -5.448302206624208, 57.424618585781829 ], [ -5.448882038396722, 57.424724057833025 ], [ -5.449450679883217, 57.424002803458272 ], [ -5.449396791165966, 57.424598483619235 ], [ -5.44974320907247, 57.425286572379704 ], [ -5.449572034055107, 57.424535379190992 ], [ -5.450315467585123, 57.424267663582995 ], [ -5.450775196078937, 57.423045078854749 ], [ -5.451391987537786, 57.422658700707814 ], [ -5.452129239402004, 57.422578253503026 ], [ -5.451530223098163, 57.423223943716756 ], [ -5.45273989510002, 57.422480598845887 ], [ -5.454245190433225, 57.422098596705816 ], [ -5.454565291109209, 57.422453885830976 ], [ -5.453180242704041, 57.423051037079929 ], [ -5.453774005052486, 57.423092278937446 ], [ -5.454712063491017, 57.422490632003722 ], [ -5.455379964572426, 57.421498415252913 ], [ -5.456352302589338, 57.421684769390176 ], [ -5.455557917228004, 57.422431133506301 ], [ -5.456540525376846, 57.421684095379689 ], [ -5.45784418563984, 57.422008766859996 ], [ -5.458202506470496, 57.421321114396619 ], [ -5.458872802814132, 57.420990760495684 ], [ -5.45911675223867, 57.421403866204493 ], [ -5.459641964627984, 57.421319312955553 ], [ -5.460129597118164, 57.420801597363706 ], [ -5.464628646645517, 57.418637212694769 ], [ -5.465686900533797, 57.418534363124252 ], [ -5.466596624045665, 57.418798772856611 ], [ -5.467456503010549, 57.418342689471942 ], [ -5.467846924634189, 57.417609173651392 ], [ -5.467425516750549, 57.418261738336106 ], [ -5.467465846814704, 57.417895651949259 ], [ -5.467174992993277, 57.418220096462889 ], [ -5.466919628771475, 57.418039249609841 ], [ -5.467151380241583, 57.417829702034823 ], [ -5.466347666308207, 57.418192543397119 ], [ -5.466255876751025, 57.4177330092879 ], [ -5.46788698598109, 57.416729791582867 ], [ -5.46983994185934, 57.41632896764969 ], [ -5.472076516317292, 57.414772321709535 ], [ -5.471603935129219, 57.414655009981622 ], [ -5.472580315145202, 57.414164211566302 ], [ -5.472596112757845, 57.413416742919829 ], [ -5.475010016100498, 57.412398116534362 ], [ -5.47532563869052, 57.40994693280873 ], [ -5.476290518730074, 57.40823024094739 ], [ -5.480999705318538, 57.403007450389858 ], [ -5.496172511305565, 57.398841682989044 ], [ -5.497391742157218, 57.398268417008133 ], [ -5.498260735923632, 57.397218535480675 ], [ -5.497420078006846, 57.397098971180966 ], [ -5.496674069272994, 57.397971927917041 ], [ -5.497815878154911, 57.39662230255275 ], [ -5.498986924625314, 57.396225657818604 ], [ -5.498070975763993, 57.396678137936853 ], [ -5.4982486113112, 57.397039078964099 ], [ -5.498892299851965, 57.397013987877308 ], [ -5.499854122840082, 57.396309413322548 ], [ -5.500833699026304, 57.397099322713032 ], [ -5.500822254840663, 57.396142238866823 ], [ -5.501340208814032, 57.396352567696397 ], [ -5.503486429460311, 57.394782550002134 ], [ -5.504414875067296, 57.394862770111807 ], [ -5.504800877341861, 57.393918885433052 ], [ -5.505664732603393, 57.394037753207499 ], [ -5.505620745253692, 57.393542746667734 ], [ -5.506325052416923, 57.393124874517724 ], [ -5.506088872088665, 57.392308897717264 ], [ -5.507391136151316, 57.391859070233529 ], [ -5.50770112138096, 57.390661086763899 ], [ -5.508503224911314, 57.389856612602195 ], [ -5.508221076123308, 57.389221715739218 ], [ -5.507388172954393, 57.388676790174124 ], [ -5.505677549567142, 57.388545577800343 ], [ -5.502965665643676, 57.389103870348684 ], [ -5.499788045449434, 57.389266029737122 ], [ -5.499932829366315, 57.388375617615608 ], [ -5.498675398532872, 57.388038422577445 ], [ -5.499969745570763, 57.388099505792603 ], [ -5.500172951542504, 57.387821464052202 ], [ -5.503033044140921, 57.387543178523423 ], [ -5.504752985215774, 57.387981614685927 ], [ -5.505157615257311, 57.38836588830479 ], [ -5.505743848114173, 57.388281230353591 ], [ -5.506821889475844, 57.387524812478084 ], [ -5.508172265915656, 57.387475473437632 ], [ -5.509132415646797, 57.386688161254121 ], [ -5.509676396640756, 57.386806033138512 ], [ -5.510171484214591, 57.38606494898788 ], [ -5.509860047544103, 57.385785068573078 ], [ -5.513736890845883, 57.385070925498695 ], [ -5.515138596197509, 57.384133685646709 ], [ -5.51808703376904, 57.383357245384623 ], [ -5.518467189651182, 57.382391897898785 ], [ -5.519528380935879, 57.382088919743865 ], [ -5.51933251903978, 57.37956107950869 ], [ -5.521845179385439, 57.378792241090188 ], [ -5.52232115471465, 57.37809838474702 ], [ -5.522668483006044, 57.378283735848633 ], [ -5.523072169869952, 57.377911937787708 ], [ -5.523307369393419, 57.378194820884737 ], [ -5.525204168769386, 57.37780814939854 ], [ -5.525601905169469, 57.376907009620425 ], [ -5.526398443835758, 57.376484631799279 ], [ -5.526117046533106, 57.375859638571008 ], [ -5.526828357534899, 57.37532997121501 ], [ -5.529152505989071, 57.374906979681313 ], [ -5.530196265335638, 57.37411444950007 ], [ -5.529895000604598, 57.37390625067524 ], [ -5.532318535958609, 57.372425001422876 ], [ -5.532316173026737, 57.371985464503169 ], [ -5.533932098377346, 57.371139969796495 ], [ -5.534340067060378, 57.370209741939938 ], [ -5.535714019930776, 57.369617344641668 ], [ -5.536019840136183, 57.368922819541837 ], [ -5.536853012487165, 57.368762743159024 ], [ -5.537688933948006, 57.368303221201842 ], [ -5.537682895476449, 57.367895251079439 ], [ -5.53840677774515, 57.367827238143114 ], [ -5.541011180413206, 57.366382970872557 ], [ -5.541032811754591, 57.365675756914982 ], [ -5.543667551686728, 57.3648931309747 ], [ -5.543460704569212, 57.364370354265048 ], [ -5.545824232389927, 57.364140111382419 ], [ -5.545971397418216, 57.3636828701637 ], [ -5.545382304361951, 57.363388430771472 ], [ -5.545863551764655, 57.363048527116746 ], [ -5.547221327963315, 57.363240372457128 ], [ -5.552255499504369, 57.361468379822242 ], [ -5.550919879497616, 57.359337735176851 ], [ -5.551107837319206, 57.35873549537552 ], [ -5.5520365575341, 57.358207623175701 ], [ -5.55371421710526, 57.35861241005987 ], [ -5.554390014412805, 57.358290346084779 ], [ -5.555692099804943, 57.358372196753102 ], [ -5.555159230611043, 57.358710004439402 ], [ -5.55550167278211, 57.358999686401859 ], [ -5.55622664564487, 57.358945021343224 ], [ -5.555754181651643, 57.359460022943942 ], [ -5.5564841162734, 57.35993742138421 ], [ -5.559473059744843, 57.359658657520882 ], [ -5.562966748251547, 57.358290317882371 ], [ -5.565286931125547, 57.358184091288905 ], [ -5.566293610744512, 57.357827406166756 ], [ -5.568077115691352, 57.358703673268266 ], [ -5.568999470165928, 57.358198327231094 ], [ -5.571814249929433, 57.358628127775297 ], [ -5.574373936008152, 57.358042952649377 ], [ -5.574700184230966, 57.358574876854085 ], [ -5.576698968392495, 57.359319044085879 ], [ -5.582861419777434, 57.359514876402841 ], [ -5.587618933484879, 57.358117006600366 ], [ -5.590332349036002, 57.357813898568331 ], [ -5.592520467964166, 57.356885646994911 ], [ -5.597337659398643, 57.356528545759623 ], [ -5.6016456778727, 57.355271548513784 ], [ -5.60395482250285, 57.355903010170145 ], [ -5.604834094977525, 57.355743848303426 ], [ -5.605960727621017, 57.356071145232747 ], [ -5.606622912515833, 57.355852568968167 ], [ -5.608222515132261, 57.357522893013886 ], [ -5.608959881873466, 57.357696815420745 ], [ -5.609421952155861, 57.357456099321674 ], [ -5.610323845303196, 57.358423617841986 ], [ -5.613211908597802, 57.3592037090744 ], [ -5.613000044321706, 57.3595019785906 ], [ -5.612199300815173, 57.359394629159794 ], [ -5.611486322896178, 57.359756738069564 ], [ -5.609823367635264, 57.361539597651628 ], [ -5.609928948389232, 57.361936628913753 ], [ -5.608481820813942, 57.36239621183914 ], [ -5.606750827071076, 57.362489930079938 ], [ -5.603824739292183, 57.361594805505824 ], [ -5.601676287848141, 57.362282979777092 ], [ -5.600483417849041, 57.363164913336703 ], [ -5.598885834516084, 57.363754552773869 ], [ -5.599537540069682, 57.364207879389831 ], [ -5.599115565611806, 57.364570573437582 ], [ -5.599864856225375, 57.3646615003139 ], [ -5.599597969939075, 57.365163597741834 ], [ -5.603204123583872, 57.36528956008334 ], [ -5.605375988923908, 57.364872193512284 ], [ -5.6096700594494, 57.364802935010623 ], [ -5.61244274900728, 57.365420045463956 ], [ -5.615078967128548, 57.364903761089586 ], [ -5.615621097553837, 57.365171364244944 ], [ -5.616046003945953, 57.364839993486946 ], [ -5.618658486536826, 57.365771737804529 ], [ -5.620317094380221, 57.365296958836545 ], [ -5.623359877911365, 57.365276739500452 ], [ -5.624385772139779, 57.366146195145411 ], [ -5.625804887309093, 57.366195184221937 ], [ -5.625840653511552, 57.36680998379169 ], [ -5.626529232565777, 57.36712726002277 ], [ -5.62933319037777, 57.366120364027999 ], [ -5.630149262427855, 57.366128272219093 ], [ -5.631305754366877, 57.365456570317271 ], [ -5.632586224216574, 57.365365642301505 ], [ -5.633547561889908, 57.365580602543361 ], [ -5.634090028421085, 57.366522388760899 ], [ -5.635376603467866, 57.366408780697157 ], [ -5.635716697103253, 57.366650675123509 ], [ -5.634814660799053, 57.368043274764801 ], [ -5.635690935544067, 57.369330521138927 ], [ -5.635715695470675, 57.37058844314376 ], [ -5.636401420854482, 57.371463147214953 ], [ -5.63868744256465, 57.372700610496381 ], [ -5.638662381688989, 57.373874567197966 ], [ -5.639501303770529, 57.375369648204348 ], [ -5.638095719044732, 57.376300356130081 ], [ -5.637182874587772, 57.377837125959026 ], [ -5.6351815677016, 57.378888413640531 ], [ -5.633951752895293, 57.380083697762139 ], [ -5.630729635955859, 57.380743141962355 ], [ -5.628110477412865, 57.380683871530259 ], [ -5.626568378110282, 57.380238380343684 ], [ -5.624676915029189, 57.380468216103715 ], [ -5.622574519373274, 57.381090677567137 ], [ -5.619640346154275, 57.383152998728278 ], [ -5.616212908352352, 57.383507809019228 ], [ -5.614151316943883, 57.383364786457697 ], [ -5.611784624020639, 57.383893066740086 ], [ -5.610278456570417, 57.383507478074407 ], [ -5.60933358680366, 57.383615507284397 ], [ -5.608413114885063, 57.384140871077811 ], [ -5.608388107635328, 57.384698977440578 ], [ -5.609642721203876, 57.385505355415503 ], [ -5.609327845424764, 57.385333689331013 ], [ -5.609149263332601, 57.385718197876145 ], [ -5.608276657083207, 57.385512186608928 ], [ -5.607869382768116, 57.385771997314393 ], [ -5.607505528618375, 57.385339219565545 ], [ -5.606417810614042, 57.385417160310631 ], [ -5.602335111982903, 57.387714257225376 ], [ -5.601921308676938, 57.387501354432345 ], [ -5.600749821266013, 57.387727283330932 ], [ -5.599041884065664, 57.387525339191669 ], [ -5.596735876218858, 57.387930225013235 ], [ -5.596618601747331, 57.388652785647992 ], [ -5.594061847394548, 57.39100215210803 ], [ -5.594862134533144, 57.39036795881011 ], [ -5.596101232562397, 57.390949261977255 ], [ -5.596210541226222, 57.393337500191429 ], [ -5.596821436513987, 57.394405138533301 ], [ -5.597408179770412, 57.394513323499339 ], [ -5.59820867154773, 57.39540831839286 ], [ -5.600672980578121, 57.39564437209679 ], [ -5.601158444637145, 57.395365268273871 ], [ -5.602637783307745, 57.395456865107107 ], [ -5.60314910154107, 57.395068232523272 ], [ -5.603703605516382, 57.395153038659345 ], [ -5.603590008036889, 57.396064294292408 ], [ -5.604774770655411, 57.397021062546983 ], [ -5.605457376338692, 57.397138151324086 ], [ -5.605777252701476, 57.396817925305847 ], [ -5.606100956603991, 57.396993843495537 ], [ -5.607047543644248, 57.396747347531374 ], [ -5.606933864663532, 57.397673892922853 ], [ -5.606012545879382, 57.397652656680989 ], [ -5.606449637866539, 57.398354842299028 ], [ -5.612064425144913, 57.399988193670787 ], [ -5.613044034557576, 57.400025692912884 ], [ -5.61497228483174, 57.39951629913665 ], [ -5.614800410928683, 57.400441829727143 ], [ -5.613476052216111, 57.401063335059256 ], [ -5.613714678165443, 57.404818859086838 ], [ -5.609339898564381, 57.408108058612768 ], [ -5.608267533242565, 57.409905373793961 ], [ -5.606442410792498, 57.411587604437209 ], [ -5.606522089110372, 57.412745937111893 ], [ -5.605985776592713, 57.412737040758856 ], [ -5.606523632743337, 57.412768375342317 ], [ -5.606840141593779, 57.412751212589399 ], [ -5.607795827916041, 57.414928192702632 ], [ -5.60898731157379, 57.415099901582536 ], [ -5.609049099474127, 57.415338165766585 ], [ -5.608712303335194, 57.415284893548801 ], [ -5.608897077310516, 57.415841477171604 ], [ -5.608364591700882, 57.416085095527492 ], [ -5.608949722088406, 57.415936161697836 ], [ -5.608547444567177, 57.416182339705877 ], [ -5.608970234033212, 57.416262813783192 ], [ -5.609068635558314, 57.417109558004093 ], [ -5.608547906650761, 57.417134379822656 ], [ -5.608698397297649, 57.417495063241887 ], [ -5.608009250529464, 57.417535500211876 ], [ -5.608121875316505, 57.41808696124766 ], [ -5.607313393828884, 57.417507800872315 ], [ -5.60767255808736, 57.417804966960588 ], [ -5.607319349303912, 57.417805202829136 ], [ -5.606931310873239, 57.418940987670339 ], [ -5.608181084309165, 57.419212623911868 ], [ -5.608413718271903, 57.419036939809551 ], [ -5.607898553371671, 57.420184463853076 ], [ -5.605442429265448, 57.420252154521506 ], [ -5.605818294549497, 57.420431077235563 ], [ -5.605439003992298, 57.420539036857853 ], [ -5.607227601817349, 57.420477895083536 ], [ -5.606956682973027, 57.42078952556907 ], [ -5.607936333210492, 57.420652664573147 ], [ -5.607830650959946, 57.421085421482886 ], [ -5.608697825411935, 57.418825616823341 ], [ -5.609987655989081, 57.418117062446413 ], [ -5.609772010430088, 57.417856241564195 ], [ -5.610137077259072, 57.417908700367185 ], [ -5.610063258281594, 57.416567693655836 ], [ -5.610199787397372, 57.416769650833864 ], [ -5.611421677046488, 57.416505343311194 ], [ -5.613387363346985, 57.414778549757074 ], [ -5.615074147888044, 57.410969525306967 ], [ -5.617336904718568, 57.407987190619352 ], [ -5.61800159280634, 57.407464630736641 ], [ -5.624307266532259, 57.404963687562457 ], [ -5.624009885612161, 57.403101394459327 ], [ -5.625687109374005, 57.401417754635801 ], [ -5.62607015258344, 57.401737554852346 ], [ -5.626021058678977, 57.401510618639776 ], [ -5.626915442996587, 57.401696108289421 ], [ -5.624660187719093, 57.400565406216941 ], [ -5.626370184337204, 57.398793605141101 ], [ -5.627822372970265, 57.398053197815251 ], [ -5.628928854168286, 57.398211878028803 ], [ -5.633305136870418, 57.397588404680938 ], [ -5.636490983868862, 57.395255983635906 ], [ -5.635868665657232, 57.394219415329104 ], [ -5.636848311464338, 57.39368764267298 ], [ -5.637606787944303, 57.393998351676458 ], [ -5.640069932275154, 57.392425726270552 ], [ -5.639476518995478, 57.39215071288929 ], [ -5.64254566588451, 57.39078076193028 ], [ -5.647813609694377, 57.389675131445841 ], [ -5.649191980161849, 57.389639646000781 ], [ -5.65065976521911, 57.390167940273415 ], [ -5.655046700236187, 57.388878991662018 ], [ -5.659237145668688, 57.388610611876281 ], [ -5.659399131279094, 57.388148290289919 ], [ -5.6604629715386, 57.387630956747167 ], [ -5.662428605929898, 57.387308521591919 ], [ -5.66403964452737, 57.386519895356187 ], [ -5.665131314871633, 57.385782344254288 ], [ -5.665132268627823, 57.385458662750125 ], [ -5.664738541038694, 57.385766817961589 ], [ -5.665147820879956, 57.385031166442737 ], [ -5.665478851974235, 57.385345173349663 ], [ -5.667937508060001, 57.38346193211077 ], [ -5.668247528863088, 57.383066303390656 ], [ -5.667894503061378, 57.38286532503809 ], [ -5.668996504736493, 57.382482556389277 ], [ -5.66957966241501, 57.38265434133961 ], [ -5.669926677482598, 57.382046354132029 ], [ -5.670983535531792, 57.382460535695671 ], [ -5.673104652637114, 57.381450116849294 ], [ -5.674873149517093, 57.381241121733794 ], [ -5.675560102267107, 57.380870420439152 ], [ -5.680533956355629, 57.380423777973697 ], [ -5.68148118639873, 57.379910568760586 ], [ -5.682072036099784, 57.378666073790853 ], [ -5.684227643676137, 57.37841863767401 ], [ -5.685443307945616, 57.378756122524706 ], [ -5.68877159746994, 57.378501208095571 ], [ -5.689711819612699, 57.377754386658012 ], [ -5.692565829444779, 57.376591757378399 ], [ -5.693669278622216, 57.374491534370883 ], [ -5.698119096189479, 57.372158070823922 ], [ -5.699312904545158, 57.370958681121387 ], [ -5.704549853784759, 57.368682729858186 ], [ -5.705717857167768, 57.36854941587589 ], [ -5.706189331199685, 57.368027552572777 ], [ -5.710118370322273, 57.36615401914792 ], [ -5.713580385980795, 57.365588797663449 ], [ -5.715148409380293, 57.365052486445883 ], [ -5.715869702651113, 57.364370360913654 ], [ -5.716555869651072, 57.364327602941103 ], [ -5.717327108068432, 57.362906760898682 ], [ -5.71954249074414, 57.361946670872058 ], [ -5.719893486373679, 57.361387857407934 ], [ -5.72271083864049, 57.359803026867702 ], [ -5.721665551214083, 57.359420405527381 ], [ -5.721931296933375, 57.35851347377497 ], [ -5.723262379608643, 57.358105441994745 ], [ -5.72324431406028, 57.357845248148905 ], [ -5.724764963185634, 57.357584426398539 ], [ -5.72556056837701, 57.356900037216029 ], [ -5.727132489666406, 57.35648932025827 ], [ -5.730322399648329, 57.354812343442234 ], [ -5.732061102695565, 57.354652847594494 ], [ -5.732461770255561, 57.354339763441388 ], [ -5.733342180206545, 57.354655265736376 ], [ -5.736874543031261, 57.354141231333443 ], [ -5.741069351529893, 57.352456568836963 ], [ -5.743213008140244, 57.352028626890089 ], [ -5.743774876961514, 57.351584833450367 ], [ -5.746853001247402, 57.351187432335131 ], [ -5.747937605648037, 57.350732531550328 ], [ -5.749817324215238, 57.350734909554269 ], [ -5.75246208602859, 57.35000415084339 ], [ -5.753574243235652, 57.350308098539678 ], [ -5.758169957575472, 57.349545914156174 ], [ -5.761917700473455, 57.349681050522072 ], [ -5.764859105596321, 57.349332247717655 ], [ -5.767754970885782, 57.34837785770705 ], [ -5.771719512418975, 57.348924276371427 ], [ -5.774804913960532, 57.347469533695353 ], [ -5.775990844346996, 57.347276570371577 ], [ -5.77607237019969, 57.347503388730033 ], [ -5.778799254993591, 57.346769594421055 ], [ -5.779651306106271, 57.347049665060808 ], [ -5.781641280357071, 57.346670629380981 ], [ -5.785479997231228, 57.346883239934606 ], [ -5.78611356917845, 57.346414609450264 ], [ -5.788449439355781, 57.34640715883836 ], [ -5.788120829475002, 57.34701046561392 ], [ -5.78859624292139, 57.347346782705188 ], [ -5.787778025501903, 57.347879431748318 ], [ -5.787718864862236, 57.348595994172655 ], [ -5.788725394880917, 57.349082636885228 ], [ -5.789829816482333, 57.348986404375623 ], [ -5.79014597362508, 57.349471373239226 ], [ -5.789712067313686, 57.350504928983852 ], [ -5.791013404316457, 57.350865783443624 ], [ -5.7932359345734, 57.350241290949981 ], [ -5.793865129058522, 57.351179838531003 ], [ -5.79521104391578, 57.351247098652742 ], [ -5.795012619761385, 57.351419422619834 ], [ -5.795877311988014, 57.351658546118529 ], [ -5.795457577155092, 57.353069316607723 ], [ -5.796387442849547, 57.35361665787741 ], [ -5.798331913643085, 57.353841131111515 ], [ -5.798440531660407, 57.3544087760868 ], [ -5.799812521914137, 57.355369804182224 ], [ -5.799349638790507, 57.355478201035737 ], [ -5.799066489233573, 57.357082657991214 ], [ -5.80028464367756, 57.3579224580483 ], [ -5.802366528929062, 57.357382979947495 ], [ -5.802400871758376, 57.357714607921629 ], [ -5.804521983590798, 57.35843714272044 ], [ -5.804599609971283, 57.360952273939077 ], [ -5.805170555286455, 57.361083344968662 ], [ -5.805552112004134, 57.3617146520007 ], [ -5.804982762054643, 57.362401715403024 ], [ -5.805246122122474, 57.363818817963022 ], [ -5.807203997826193, 57.364968832486085 ], [ -5.807247345951377, 57.366028458830584 ], [ -5.806371120900638, 57.36624380147498 ], [ -5.806911840542988, 57.366483673293089 ], [ -5.806337082920329, 57.367359716491244 ], [ -5.807015640656078, 57.367644865559271 ], [ -5.80690010112891, 57.368295716466776 ], [ -5.807563581122188, 57.368194706126793 ], [ -5.806911620403243, 57.368807854964494 ], [ -5.807475406069631, 57.369029044613804 ], [ -5.806334433396444, 57.370623530507132 ], [ -5.808204495252931, 57.371564905481939 ], [ -5.806324458070676, 57.375276674459663 ], [ -5.806723371800103, 57.37594521690621 ], [ -5.807381055853134, 57.376107821882762 ], [ -5.807842577747859, 57.375871768831693 ], [ -5.808147061594422, 57.376271638541091 ], [ -5.808459359764078, 57.375864777734982 ], [ -5.808982048317691, 57.376266128375697 ], [ -5.808956398563266, 57.375954917371253 ], [ -5.809360757603717, 57.376194416293167 ], [ -5.810182623806883, 57.375790094598095 ], [ -5.809741613602464, 57.375213646711913 ], [ -5.811001239222242, 57.373655993807354 ], [ -5.810552886351695, 57.372912538514441 ], [ -5.811369790954208, 57.372156808803041 ], [ -5.811744128595157, 57.372716391009419 ], [ -5.812595844122219, 57.372744514119518 ], [ -5.813456495351647, 57.370376250606249 ], [ -5.815466263182102, 57.37041867463617 ], [ -5.81614019429906, 57.370177940935115 ], [ -5.814217776337006, 57.368253751399422 ], [ -5.813883866312277, 57.366721918146297 ], [ -5.812726546031732, 57.365592681944413 ], [ -5.813391156798152, 57.362299787111191 ], [ -5.817820580025378, 57.360654849978602 ], [ -5.819401729060712, 57.361380052388526 ], [ -5.820376541796685, 57.361314467435776 ], [ -5.821259819354059, 57.362447470054114 ], [ -5.821282107768377, 57.363300944475547 ], [ -5.821994702447191, 57.363513050256429 ], [ -5.821262933152767, 57.364874964855169 ], [ -5.822231789495672, 57.36547039219532 ], [ -5.82379463930887, 57.36777403524129 ], [ -5.823671729913126, 57.370587485288546 ], [ -5.825533303081506, 57.372720186991081 ], [ -5.825511665819395, 57.373390681011465 ], [ -5.823846597251316, 57.37378299042129 ], [ -5.82359652379983, 57.37425813112079 ], [ -5.824996711790744, 57.375587583355724 ], [ -5.825049406832712, 57.37615691388531 ], [ -5.825538729328277, 57.37623643413783 ], [ -5.82520550120344, 57.376440779057731 ], [ -5.825557113573239, 57.377306712497877 ], [ -5.826877692348797, 57.377137057424896 ], [ -5.826895294604232, 57.377704758339839 ], [ -5.82809511004498, 57.378212198564761 ], [ -5.827807346759542, 57.379426663657704 ], [ -5.829164655433702, 57.379847481675007 ], [ -5.828780154210334, 57.381028031413521 ], [ -5.826494360881594, 57.382159453285851 ], [ -5.826692635566587, 57.384730263490859 ], [ -5.827337828955163, 57.385073869087861 ], [ -5.827667217720041, 57.386650770173787 ], [ -5.828605912262878, 57.387636391377669 ], [ -5.828367573695953, 57.38851128638052 ], [ -5.828900852731469, 57.388882567880316 ], [ -5.83054500059998, 57.389160676975571 ], [ -5.831433123828218, 57.390091175715071 ], [ -5.831262724887344, 57.391089882568835 ], [ -5.830455425277215, 57.391730361676892 ], [ -5.829152342218732, 57.391609999410193 ], [ -5.82776545986809, 57.390638920785094 ], [ -5.826381908156852, 57.390449051039603 ], [ -5.826068384177167, 57.390843406999096 ], [ -5.824759252594975, 57.390457048438911 ], [ -5.825523360681697, 57.389353981693866 ], [ -5.825366171147127, 57.388150363048794 ], [ -5.823484628016351, 57.386840038246405 ], [ -5.823378474073844, 57.385678023715485 ], [ -5.822845031904125, 57.385655578658181 ], [ -5.822472946724777, 57.386111046955172 ], [ -5.821492058146069, 57.388569340367795 ], [ -5.820741947388924, 57.388816906783305 ], [ -5.819163974663556, 57.388517780303154 ], [ -5.820019658235499, 57.389411576980308 ], [ -5.821052412879097, 57.389719167199942 ], [ -5.820006854238948, 57.390791192225933 ], [ -5.822305443182142, 57.39314624454547 ], [ -5.822358089133924, 57.394913184669839 ], [ -5.820051749881192, 57.399805145754726 ], [ -5.820879860377042, 57.401390290030434 ], [ -5.820519464811635, 57.401608030124308 ], [ -5.818854422436337, 57.401389756602391 ], [ -5.818850857580349, 57.400172479142668 ], [ -5.81777457831067, 57.40055310163379 ], [ -5.817172774387007, 57.399940194922962 ], [ -5.81593288589641, 57.399965226226051 ], [ -5.815430358209306, 57.398785563380727 ], [ -5.814132478403566, 57.398556991825615 ], [ -5.813555167516563, 57.397490179736351 ], [ -5.814836928638316, 57.397212152042904 ], [ -5.814958272597409, 57.396377701820143 ], [ -5.814824437136037, 57.396131810619238 ], [ -5.814316357838638, 57.396402563714211 ], [ -5.813102752392717, 57.396150748189953 ], [ -5.812753663683985, 57.39404304844988 ], [ -5.811974311676615, 57.395052084844735 ], [ -5.811241248107711, 57.395032940548255 ], [ -5.810375054652956, 57.393348196411296 ], [ -5.809734857486491, 57.393565391112752 ], [ -5.808607452795973, 57.392490944812344 ], [ -5.806006365858772, 57.391351402528926 ], [ -5.806751372876034, 57.392304377923551 ], [ -5.806707246664914, 57.393258757813101 ], [ -5.807600076307058, 57.393934828208053 ], [ -5.809111139057552, 57.394133631244507 ], [ -5.811684177329926, 57.398027908562163 ], [ -5.810574346219358, 57.399159335078636 ], [ -5.809987375943895, 57.399024267979641 ], [ -5.809738284554876, 57.398342203165484 ], [ -5.808847629727552, 57.398714429144988 ], [ -5.808298528536733, 57.398238348412953 ], [ -5.807570598343539, 57.398445598980629 ], [ -5.807291187363099, 57.399010598123176 ], [ -5.810127106711755, 57.401987063498439 ], [ -5.810854701451165, 57.405989392704164 ], [ -5.812754661595377, 57.40708716818321 ], [ -5.813298961779278, 57.406890851055515 ], [ -5.813288826062157, 57.406489260473329 ], [ -5.812871997490435, 57.406485710542633 ], [ -5.813424298578541, 57.406110229231686 ], [ -5.815504963863318, 57.406718770520328 ], [ -5.816346718288683, 57.408163269341216 ], [ -5.81696752961003, 57.408445634738364 ], [ -5.817332193483817, 57.410426980059 ], [ -5.820026065469942, 57.412407756941228 ], [ -5.82177759213755, 57.412539780223987 ], [ -5.821722552092405, 57.411756534730294 ], [ -5.823388905894224, 57.410912896785959 ], [ -5.825006897717417, 57.411777207068667 ], [ -5.825287915302542, 57.413846495007412 ], [ -5.824769510528006, 57.416286241175506 ], [ -5.825397558750416, 57.419173054650592 ], [ -5.824947999702243, 57.420182029587949 ], [ -5.823445835886946, 57.421420792842454 ], [ -5.823479062922109, 57.422792714279133 ], [ -5.821922531042492, 57.425620024182493 ], [ -5.821544566544151, 57.427332604135877 ], [ -5.819200736008902, 57.428352308302159 ], [ -5.815868650063677, 57.433341788100208 ], [ -5.814903342666579, 57.433852967999812 ], [ -5.812451753538784, 57.434003676335998 ], [ -5.806598936164123, 57.43710108739868 ], [ -5.805748278461751, 57.437819113482931 ], [ -5.806147056912351, 57.439040613225757 ], [ -5.809886764481498, 57.441554633905248 ], [ -5.809323554357886, 57.442711732464872 ], [ -5.809644785271783, 57.442834178123455 ], [ -5.810284836356032, 57.442207016922424 ], [ -5.810862881068204, 57.442153554535295 ], [ -5.810025796982687, 57.442810059177873 ], [ -5.810761074190378, 57.442456934772174 ], [ -5.810733151236298, 57.442765270996517 ], [ -5.812794713896285, 57.441986264064766 ], [ -5.812415047668202, 57.442535423480308 ], [ -5.812984893502273, 57.442979400446568 ], [ -5.81454960279841, 57.443145080631929 ], [ -5.814872454677112, 57.443522808021463 ], [ -5.815453968783189, 57.443198591075316 ], [ -5.817278293787129, 57.443870653028448 ], [ -5.820948217007662, 57.44334032967668 ], [ -5.825570485001644, 57.44185578127918 ], [ -5.834758017815013, 57.441535760808044 ], [ -5.837441023215475, 57.440963980496221 ], [ -5.840205133622211, 57.44108647679333 ], [ -5.842454937353444, 57.440757076258066 ], [ -5.844483485172389, 57.440861470621542 ], [ -5.847213356870506, 57.441609742072963 ], [ -5.850494923058784, 57.441419489385524 ], [ -5.853870146310745, 57.442435593176484 ], [ -5.856254001372173, 57.444169808417762 ], [ -5.861020025837655, 57.449670173410333 ], [ -5.861212152748999, 57.452280714027331 ], [ -5.862252290949587, 57.454865242376648 ], [ -5.862373908654528, 57.457122793442146 ], [ -5.86167274739868, 57.459724768650808 ], [ -5.861984659188315, 57.461967491291752 ], [ -5.863900276880819, 57.463675488821778 ], [ -5.865867539635795, 57.467211581524921 ], [ -5.865438218372184, 57.468595916713518 ], [ -5.863922365315331, 57.469568529253351 ], [ -5.864301965343284, 57.471265205183002 ], [ -5.865308505012187, 57.471472581325152 ], [ -5.866156053616031, 57.470965535873972 ], [ -5.866078592627788, 57.470154211582006 ], [ -5.867646857179163, 57.469440707426671 ], [ -5.869389287810002, 57.46958498643955 ], [ -5.871504394111483, 57.470805721230377 ], [ -5.872886773308265, 57.474166390013146 ], [ -5.872867854329163, 57.475484184568472 ], [ -5.871546839941729, 57.476248593002254 ], [ -5.871601135873766, 57.477155035720273 ], [ -5.870995287507112, 57.477344491281549 ], [ -5.871391137128187, 57.478087585104269 ], [ -5.871027914477208, 57.478440415187919 ], [ -5.869345562895921, 57.478788821118499 ], [ -5.869109944099054, 57.479164698465276 ], [ -5.869715622560905, 57.480076679408775 ], [ -5.868300749708985, 57.480745029796587 ], [ -5.868952303683926, 57.481696065812862 ], [ -5.868423140409273, 57.481901134091267 ], [ -5.869309855062599, 57.482629157418387 ], [ -5.869783595085361, 57.483949795533391 ], [ -5.869072912133849, 57.485909228743893 ], [ -5.871330688652758, 57.488703554432533 ], [ -5.871161381752226, 57.490650855480276 ], [ -5.869067936030084, 57.49185255502411 ], [ -5.867819559507308, 57.493387921214996 ], [ -5.868423199208944, 57.496012792853691 ], [ -5.867731396259697, 57.497364726964072 ], [ -5.868385246182361, 57.497861644861544 ], [ -5.867707498836624, 57.498952402431854 ], [ -5.868433219275741, 57.500521559442845 ], [ -5.870083032834712, 57.501747640843384 ], [ -5.869646778696787, 57.502201607848143 ], [ -5.870174050905699, 57.502212386438302 ], [ -5.870359623202949, 57.503411504271028 ], [ -5.869969823987494, 57.50327961849576 ], [ -5.869929802745823, 57.503689946305187 ], [ -5.869412258477614, 57.503692354323768 ], [ -5.869597495874247, 57.503942914083602 ], [ -5.868068427287878, 57.504960910514441 ], [ -5.868229352515742, 57.505454980102186 ], [ -5.867580888861608, 57.505798567931784 ], [ -5.866580874246998, 57.508027597212021 ], [ -5.864332263958978, 57.50887880591597 ], [ -5.864859541120672, 57.509204298609546 ], [ -5.863889916253648, 57.510065715056911 ], [ -5.864152834814189, 57.510655564212641 ], [ -5.86367439920205, 57.510791614731268 ], [ -5.863763890504178, 57.511400268626964 ], [ -5.863051778647325, 57.511696330470365 ], [ -5.862094149002116, 57.513303627402287 ], [ -5.8625609221649, 57.513293817004907 ], [ -5.862143476077649, 57.515743208541778 ], [ -5.861029851956566, 57.517377752331193 ], [ -5.860202845980998, 57.517852642119287 ], [ -5.860184589759364, 57.518864702534081 ], [ -5.859769878647934, 57.518814466110136 ], [ -5.859300935129019, 57.519278382751516 ], [ -5.859339124868791, 57.520113387222125 ], [ -5.856147269542516, 57.523353475700716 ], [ -5.856308163648693, 57.524243167628427 ], [ -5.854007542982305, 57.526511855790119 ], [ -5.85432856738789, 57.527414635338388 ], [ -5.853887176523146, 57.527666395161006 ], [ -5.853864490574917, 57.528638126052968 ], [ -5.854814524941541, 57.530115083952793 ], [ -5.854334099995754, 57.530314091896543 ], [ -5.854348066131477, 57.531316170957204 ], [ -5.855500289187529, 57.534625620501792 ], [ -5.855055143975473, 57.535079797070921 ], [ -5.855396307198617, 57.535460476190494 ], [ -5.854632335935834, 57.535587235363309 ], [ -5.854934348989349, 57.536625461933475 ], [ -5.854455067338248, 57.536757000600346 ], [ -5.853805680270316, 57.537968171312528 ], [ -5.854091090160173, 57.540193729434954 ], [ -5.853157212833782, 57.54290610926639 ], [ -5.853858804045662, 57.543927630695251 ], [ -5.853137664536491, 57.544619505589473 ], [ -5.854036406726058, 57.546160979277218 ], [ -5.854282806303704, 57.548491126462956 ], [ -5.853447529003497, 57.548736936720168 ], [ -5.854034765029233, 57.548754953593104 ], [ -5.8540459679971, 57.54917719148397 ], [ -5.853598718997712, 57.549217833928516 ], [ -5.853354581490505, 57.550151374681128 ], [ -5.852147681505905, 57.550916526108097 ], [ -5.85227613446316, 57.551577940453029 ], [ -5.851542979919517, 57.55176217478909 ], [ -5.851002492707834, 57.551553905634258 ], [ -5.850870821068968, 57.551890595721694 ], [ -5.849609971643155, 57.55159192901619 ], [ -5.848213551967341, 57.551751434993228 ], [ -5.846231372548369, 57.552382840146599 ], [ -5.846355940775402, 57.553008412937693 ], [ -5.847593475191663, 57.553640492355321 ], [ -5.847565472874111, 57.554167322420355 ], [ -5.845974254043255, 57.554463114791261 ], [ -5.845358002788129, 57.555201189756701 ], [ -5.845820643674646, 57.556018751893518 ], [ -5.848170380408771, 57.556648373645672 ], [ -5.849375915838632, 57.558005193509828 ], [ -5.850388117424331, 57.561647135901289 ], [ -5.849130407395616, 57.561856356393115 ], [ -5.849892363202445, 57.562417517451856 ], [ -5.849391936433139, 57.563381346546883 ], [ -5.849090439845048, 57.563219718329243 ], [ -5.848486082864084, 57.563516882838819 ], [ -5.847460614038117, 57.562995220757927 ], [ -5.844779367469894, 57.562636424723912 ], [ -5.84119094142724, 57.560178832617545 ], [ -5.840316173169632, 57.559180498313779 ], [ -5.839679055466826, 57.557024075576344 ], [ -5.838669886603975, 57.556019034520496 ], [ -5.839190479663106, 57.557070418542111 ], [ -5.839049603756722, 57.558194086116394 ], [ -5.83771031503804, 57.559057523671015 ], [ -5.835856567398529, 57.559086946265225 ], [ -5.835743414025624, 57.560713259593882 ], [ -5.837097775191427, 57.562056673222415 ], [ -5.836835363142233, 57.562900817793391 ], [ -5.837330329138587, 57.563708434517444 ], [ -5.836676621313096, 57.564173375070261 ], [ -5.837129901219918, 57.56450573872629 ], [ -5.837092321894965, 57.56613424959302 ], [ -5.836445648382121, 57.567142928129002 ], [ -5.837069085531536, 57.569169412002424 ], [ -5.836703554041373, 57.569432278153613 ], [ -5.837909863460038, 57.570002471748282 ], [ -5.839854342587185, 57.570114122912777 ], [ -5.841368865891186, 57.570908667829229 ], [ -5.841163357876071, 57.572133205766271 ], [ -5.840663878745139, 57.572157405267689 ], [ -5.841050163068112, 57.57296382396526 ], [ -5.840637669910388, 57.574050806850707 ], [ -5.840951437919985, 57.574962830219292 ], [ -5.84191241684013, 57.575108891425138 ], [ -5.841148815083745, 57.576278496124822 ], [ -5.840546957543277, 57.576125991584881 ], [ -5.838676169335576, 57.576636976059611 ], [ -5.837825801003467, 57.576429083408641 ], [ -5.836677052930288, 57.576963024265311 ], [ -5.836260303144575, 57.57904362055563 ], [ -5.835665503272049, 57.578720049350437 ], [ -5.835025525718383, 57.579000243289642 ], [ -5.834531168412069, 57.578358930008029 ], [ -5.833377372813061, 57.579720159855036 ], [ -5.83227336883402, 57.579726727340542 ], [ -5.831686526845941, 57.580194099293927 ], [ -5.830802563689189, 57.580144520328417 ], [ -5.831667300400093, 57.579057328606005 ], [ -5.831128283197251, 57.578547728134687 ], [ -5.829547734593721, 57.578478833676947 ], [ -5.829014887195048, 57.578823176343889 ], [ -5.828178758844588, 57.578273131142751 ], [ -5.827499098482335, 57.578415130728999 ], [ -5.826328839997577, 57.57675584063756 ], [ -5.824325253140906, 57.576403012287699 ], [ -5.823598644994674, 57.576735223568498 ], [ -5.823187765357433, 57.576567857955112 ], [ -5.823054728469088, 57.57713382147589 ], [ -5.822174051322133, 57.577353811108523 ], [ -5.821570806681912, 57.578064385697871 ], [ -5.82025801456557, 57.577276983481418 ], [ -5.819975732515301, 57.578175629800619 ], [ -5.818558545618863, 57.579185053594969 ], [ -5.818294655504623, 57.580020202101252 ], [ -5.817022598059877, 57.580499247538533 ], [ -5.816861241805191, 57.581434685111553 ], [ -5.817653339153082, 57.580767871350098 ], [ -5.817547701486965, 57.581117216782069 ], [ -5.818388076571614, 57.58083104982375 ], [ -5.818633070924332, 57.581012443366468 ], [ -5.819712168830764, 57.580130138259982 ], [ -5.820479079488061, 57.580021503285082 ], [ -5.8206873166053, 57.580410796630261 ], [ -5.822161673754963, 57.580105402668352 ], [ -5.822497626852353, 57.581232573617278 ], [ -5.822846606871498, 57.581208513456659 ], [ -5.822687623098498, 57.582085448321706 ], [ -5.820182509069628, 57.583734731452225 ], [ -5.819201873493929, 57.583562124477908 ], [ -5.817425568822924, 57.585139835227189 ], [ -5.816485433566022, 57.585433506733466 ], [ -5.815868713441438, 57.58529931490331 ], [ -5.815123262507262, 57.58593323634463 ], [ -5.814990725066298, 57.585627058903633 ], [ -5.814077827181095, 57.585861447709405 ], [ -5.814063301325233, 57.585403352837922 ], [ -5.813547941014306, 57.585837005406056 ], [ -5.813219030902044, 57.585653642613394 ], [ -5.812942235951909, 57.585967696689188 ], [ -5.812950728660298, 57.585729182334951 ], [ -5.812345128642336, 57.585940785257087 ], [ -5.81131388888164, 57.585365057286722 ], [ -5.81149401356446, 57.584847137655423 ], [ -5.81123744485248, 57.585034704950743 ], [ -5.810082904458715, 57.584799848772349 ], [ -5.810503496486394, 57.584180265138833 ], [ -5.809491195934318, 57.583864686056081 ], [ -5.809526096368017, 57.582838676120957 ], [ -5.808505401981971, 57.582442425793978 ], [ -5.807874308897385, 57.581450005138976 ], [ -5.806581924159123, 57.580936068316063 ], [ -5.806609225351534, 57.579676527959514 ], [ -5.805812005643378, 57.57965562519221 ], [ -5.805580631292657, 57.580404347973953 ], [ -5.803824163109684, 57.580574197958818 ], [ -5.803502329120583, 57.579977020429531 ], [ -5.803858545748795, 57.5797819690818 ], [ -5.803452571560792, 57.579821181141341 ], [ -5.803550084637372, 57.579553012177804 ], [ -5.802709969529941, 57.579281640210226 ], [ -5.801614106523848, 57.578163842373705 ], [ -5.800766954223721, 57.578706338504709 ], [ -5.800619531259194, 57.579618851273423 ], [ -5.799233585837522, 57.579489769553021 ], [ -5.799708109568004, 57.578423554971224 ], [ -5.798691236317347, 57.577901242882284 ], [ -5.799899908994083, 57.577855852891673 ], [ -5.800284114011061, 57.57736776733644 ], [ -5.801239071792625, 57.577136704133004 ], [ -5.800293315526865, 57.575852539007293 ], [ -5.798755761537639, 57.574990775772939 ], [ -5.798606426233122, 57.574361420944911 ], [ -5.79800405319521, 57.574442493318855 ], [ -5.796602693144393, 57.576089531967796 ], [ -5.796261409640851, 57.57586604170114 ], [ -5.795561308669593, 57.576053436678627 ], [ -5.795289234882, 57.575450248577489 ], [ -5.79436057812396, 57.575532127888813 ], [ -5.794515812754303, 57.574934067100209 ], [ -5.793011244828715, 57.573342991657412 ], [ -5.792141550148511, 57.573508495021578 ], [ -5.791699177022243, 57.574402887771356 ], [ -5.790777649040499, 57.5747137913282 ], [ -5.789926762468832, 57.574658439750237 ], [ -5.789791627895767, 57.574244428920935 ], [ -5.789085460491244, 57.574373530216079 ], [ -5.788876249547353, 57.574051651100085 ], [ -5.787009451613615, 57.574574324753399 ], [ -5.786146992147031, 57.57371552241473 ], [ -5.78605907131602, 57.572306613707276 ], [ -5.785106117273486, 57.571912645687426 ], [ -5.784008562321699, 57.574152799561048 ], [ -5.782420934951607, 57.574254355321038 ], [ -5.781380297617094, 57.572613276910722 ], [ -5.782050999239296, 57.570934380817135 ], [ -5.783173537592295, 57.570464669827608 ], [ -5.783236452804096, 57.569298482399198 ], [ -5.782001108331744, 57.568198198511681 ], [ -5.781811073962299, 57.567012623862773 ], [ -5.780494848090242, 57.566099062036372 ], [ -5.77918660734667, 57.566551838252721 ], [ -5.77815562319444, 57.566290524742634 ], [ -5.776954770997393, 57.568021237022982 ], [ -5.776151428084556, 57.568341981739188 ], [ -5.775729571414556, 57.567581408884557 ], [ -5.776082453323665, 57.566950486778509 ], [ -5.774301869376277, 57.564944906836509 ], [ -5.77331379198138, 57.565662257284522 ], [ -5.772626467087239, 57.564437605135993 ], [ -5.771849600077858, 57.564932849868335 ], [ -5.771327426556696, 57.564737182252635 ], [ -5.769602114944017, 57.564959578732797 ], [ -5.768898692808806, 57.563497136704584 ], [ -5.76920890078924, 57.561402028929983 ], [ -5.768280403326305, 57.559460813855708 ], [ -5.767519758044739, 57.559141892028819 ], [ -5.766435797901606, 57.55917426702554 ], [ -5.764811658015263, 57.560778143222393 ], [ -5.762473088787994, 57.561540206437172 ], [ -5.760608006135461, 57.56146096896525 ], [ -5.75971309473191, 57.560813349953904 ], [ -5.758339106322974, 57.560710449151522 ], [ -5.757611447839354, 57.560224158979061 ], [ -5.755862344594925, 57.559808744147809 ], [ -5.757555744233431, 57.558710896803426 ], [ -5.757966322790226, 57.55798840367202 ], [ -5.758962318023131, 57.557590106519569 ], [ -5.758762289934872, 57.557191489259885 ], [ -5.754433860432683, 57.556416857233565 ], [ -5.752406418240838, 57.555245481593822 ], [ -5.750450032278516, 57.555006985480254 ], [ -5.748889021857855, 57.55519724661027 ], [ -5.74537904766182, 57.554326054756139 ], [ -5.745257398815251, 57.554037473448503 ], [ -5.743313038592362, 57.553996303996293 ], [ -5.742611238701167, 57.55343274543042 ], [ -5.742650225773914, 57.552590969822866 ], [ -5.74182370979231, 57.552278349329512 ], [ -5.741785518401937, 57.551906373821062 ], [ -5.742461608511301, 57.552057132913276 ], [ -5.743719428315043, 57.551439907359033 ], [ -5.744790419599059, 57.551853143050486 ], [ -5.746221565620114, 57.551783665967243 ], [ -5.747416724267861, 57.552184200864566 ], [ -5.748293624598404, 57.55184796486094 ], [ -5.748133787553079, 57.551025580422007 ], [ -5.748896555318312, 57.551043365225453 ], [ -5.749460395009408, 57.550590558054068 ], [ -5.748340133360745, 57.548641433433311 ], [ -5.745761649792518, 57.546088302516957 ], [ -5.741620818292602, 57.543215577935676 ], [ -5.740263054301537, 57.544323040931147 ], [ -5.738472003081212, 57.544304230116623 ], [ -5.736059739455811, 57.545157903539625 ], [ -5.734368691367913, 57.546686939417214 ], [ -5.730446029739901, 57.54708175066073 ], [ -5.729079214793973, 57.546879433354917 ], [ -5.727142249240644, 57.547642453400442 ], [ -5.726535175963652, 57.547183897808502 ], [ -5.72393084404995, 57.546734888924355 ], [ -5.72312239775877, 57.546268778737129 ], [ -5.72088509218416, 57.546793329731869 ], [ -5.719965427423093, 57.54605627198724 ], [ -5.720850878547701, 57.544901842306842 ], [ -5.718954112432077, 57.544256539609705 ], [ -5.717611228014237, 57.544287147300608 ], [ -5.716944960298768, 57.543902217371084 ], [ -5.714784894402515, 57.544199622862344 ], [ -5.713505861531128, 57.543625945284361 ], [ -5.713174383357654, 57.543900925145465 ], [ -5.711284715045269, 57.542666427038412 ], [ -5.711330021831024, 57.541797515486572 ], [ -5.71013820156848, 57.541504437926754 ], [ -5.709244785301663, 57.540200137741039 ], [ -5.707179825487648, 57.539622546166939 ], [ -5.706613873034222, 57.539729088937953 ], [ -5.707371156748738, 57.541257674189353 ], [ -5.707275483084935, 57.542289891274805 ], [ -5.711719769524201, 57.544640510236292 ], [ -5.713240710545954, 57.546357860607991 ], [ -5.709761171297944, 57.546343396246847 ], [ -5.709316535795146, 57.546985806385521 ], [ -5.711322830544373, 57.548378731938485 ], [ -5.710994400731332, 57.548437844636112 ], [ -5.711639425562085, 57.549106630373743 ], [ -5.712940457212597, 57.54932006389614 ], [ -5.712659499023857, 57.549845286313932 ], [ -5.713799991110678, 57.550288198933288 ], [ -5.714626802401336, 57.550196419178846 ], [ -5.716122607932302, 57.550597378411446 ], [ -5.717295206636417, 57.552010284558939 ], [ -5.716694959540681, 57.552356127709785 ], [ -5.716778713302175, 57.553095372416649 ], [ -5.715814557260233, 57.552988926661527 ], [ -5.715152150417288, 57.553381545587619 ], [ -5.715429923203498, 57.55413755123719 ], [ -5.713928134569472, 57.554581859741347 ], [ -5.714231131965476, 57.555503448143945 ], [ -5.713229875045744, 57.556346565983532 ], [ -5.7118835832826, 57.556183910605249 ], [ -5.711396419424115, 57.556409522467192 ], [ -5.710897784005287, 57.555947701773675 ], [ -5.710317823378525, 57.556576113865617 ], [ -5.708876293603914, 57.556299352621728 ], [ -5.702854832614429, 57.553253221974899 ], [ -5.701568568348529, 57.553021268743251 ], [ -5.699592350138556, 57.55068781268433 ], [ -5.698912449541438, 57.547695976666667 ], [ -5.698088229706452, 57.546906519928783 ], [ -5.698275409967697, 57.546361607465023 ], [ -5.699128086888405, 57.546030924602277 ], [ -5.699287945819372, 57.544722628400386 ], [ -5.698691123068341, 57.544690688311299 ], [ -5.698167958521585, 57.54414862835084 ], [ -5.69815356698013, 57.542935348023882 ], [ -5.69965493295685, 57.542572147990498 ], [ -5.703566771897192, 57.544624002499681 ], [ -5.704813579452507, 57.544470501906183 ], [ -5.700569640155905, 57.54219468148645 ], [ -5.699569724014086, 57.541320487820087 ], [ -5.700356050593269, 57.540996236136365 ], [ -5.700142362889808, 57.540620414968146 ], [ -5.700799704558063, 57.540178574715299 ], [ -5.699421424069265, 57.53763428089308 ], [ -5.700056400654526, 57.535983890726015 ], [ -5.699386223100854, 57.535392209074992 ], [ -5.69987622176378, 57.535278936437493 ], [ -5.700262526782746, 57.533896562860107 ], [ -5.699872200682622, 57.532685323014931 ], [ -5.698955289922589, 57.531637874933296 ], [ -5.69777950191103, 57.53141614050638 ], [ -5.69722186377869, 57.530037185821442 ], [ -5.697063685437632, 57.53103256603962 ], [ -5.695198182650342, 57.530601777282179 ], [ -5.692482005913883, 57.5306004467881 ], [ -5.689175942541624, 57.528732840015678 ], [ -5.688787999186974, 57.52811936190804 ], [ -5.68604182425125, 57.526330592954587 ], [ -5.684692583747192, 57.526374532183027 ], [ -5.682806175703158, 57.527139892178809 ], [ -5.682558001255158, 57.527578678046382 ], [ -5.680679770639887, 57.526024261065487 ], [ -5.679186894802153, 57.526135267299978 ], [ -5.678454780013069, 57.527244460525552 ], [ -5.675727549401902, 57.527130716798588 ], [ -5.675044469079117, 57.526737077732378 ], [ -5.67354744708359, 57.526641360355349 ], [ -5.672430918643759, 57.524929774385228 ], [ -5.673339022628871, 57.52490331616648 ], [ -5.67301349100895, 57.524076703954563 ], [ -5.671768608798392, 57.522998173859825 ], [ -5.668896905754203, 57.522524389770183 ], [ -5.667475201017355, 57.52068229795249 ], [ -5.665024973632979, 57.520160205051575 ], [ -5.664082582835506, 57.519261604923855 ], [ -5.664258913971551, 57.5182720452665 ], [ -5.663468093758373, 57.517467928080137 ], [ -5.66367883724782, 57.517070726366462 ], [ -5.663179747062062, 57.517008814809166 ], [ -5.6643934336439, 57.515867733724846 ], [ -5.662434508995499, 57.515659456545499 ], [ -5.661888477308151, 57.51487968367308 ], [ -5.660581688948493, 57.515092952880551 ], [ -5.659270023674303, 57.516007588963582 ], [ -5.658337483460804, 57.516104782534995 ], [ -5.655023904795478, 57.514931492559285 ], [ -5.654345943795829, 57.51458434930862 ], [ -5.65377969356814, 57.51331696152517 ], [ -5.653052205215648, 57.513225670985442 ], [ -5.651917646531201, 57.512238159769979 ], [ -5.651566337066646, 57.510980718016917 ], [ -5.649632672999722, 57.508933017747957 ], [ -5.64881074657027, 57.509316424916143 ], [ -5.648755367243345, 57.510266494897408 ], [ -5.647401299122299, 57.511092331230522 ], [ -5.644671790974411, 57.510523998793587 ], [ -5.645542819841417, 57.511384341065039 ], [ -5.644971310375873, 57.512938192495994 ], [ -5.645362445791887, 57.514261923394436 ], [ -5.646918481902858, 57.51533888647878 ], [ -5.648262212786473, 57.517098938782532 ], [ -5.649474187334702, 57.519662022224132 ], [ -5.650208284343957, 57.519951827550614 ], [ -5.651006492013888, 57.519529545612059 ], [ -5.650876609385667, 57.519801215631936 ], [ -5.652139594911814, 57.520517110014232 ], [ -5.652058793083755, 57.521629741951465 ], [ -5.651175525031252, 57.522187548677671 ], [ -5.650559330645472, 57.523878471348951 ], [ -5.649458810847065, 57.524988260514093 ], [ -5.649438583659959, 57.526005637117557 ], [ -5.649926733918537, 57.52670892252798 ], [ -5.651345421020918, 57.527408632993087 ], [ -5.653750339204884, 57.528042889457012 ], [ -5.65271345029545, 57.52937112203351 ], [ -5.653290749018535, 57.529962132606137 ], [ -5.652606958307371, 57.530177032672306 ], [ -5.651610250749009, 57.531824141101012 ], [ -5.651886860116398, 57.532299802054659 ], [ -5.652610688460002, 57.532350755795122 ], [ -5.6529580667374, 57.532731765327796 ], [ -5.652440363713203, 57.534405455943997 ], [ -5.653863502697065, 57.534678878821666 ], [ -5.653680846164374, 57.535358437384964 ], [ -5.654454889744238, 57.535659652274518 ], [ -5.654023420300208, 57.536108182196088 ], [ -5.654982438400717, 57.537087289286298 ], [ -5.655926938072509, 57.536920558769481 ], [ -5.656589992371971, 57.537198008820695 ], [ -5.656444844119459, 57.53941830575598 ], [ -5.657739729648593, 57.540077491886848 ], [ -5.659049434741797, 57.539967571365963 ], [ -5.659635729916069, 57.540395572795653 ], [ -5.659151746001449, 57.541070399889058 ], [ -5.657409092308336, 57.54194805719191 ], [ -5.656143724994249, 57.541917325541668 ], [ -5.656488782508662, 57.542190511965494 ], [ -5.655571983637172, 57.5418844554072 ], [ -5.653997811640092, 57.542442522002069 ], [ -5.652577117854724, 57.542029676758858 ], [ -5.651319124313438, 57.542156011385515 ], [ -5.650657878596928, 57.54173014242771 ], [ -5.65012940954285, 57.542212930515049 ], [ -5.647597423423552, 57.542389583982597 ], [ -5.647348948605421, 57.541911301903419 ], [ -5.645936327533114, 57.541745379478265 ], [ -5.646841876299442, 57.540519006019935 ], [ -5.645282873133727, 57.53955718600082 ], [ -5.645807425813508, 57.538867757938924 ], [ -5.645303673995548, 57.538594636934249 ], [ -5.645436675640872, 57.537583893097036 ], [ -5.646912544691109, 57.536628712386431 ], [ -5.646295711884277, 57.535558740985756 ], [ -5.644171905594571, 57.535633626902381 ], [ -5.643028850823816, 57.536322940089086 ], [ -5.640518488335721, 57.536377466074924 ], [ -5.638699162286129, 57.53674014175936 ], [ -5.637212504665904, 57.536499845963952 ], [ -5.635938913726983, 57.535462257722081 ], [ -5.633406104628316, 57.534451961027983 ], [ -5.632151298846461, 57.533265459137617 ], [ -5.629919758700756, 57.532592536268375 ], [ -5.630101651387415, 57.531984962213009 ], [ -5.632435273736411, 57.530326499870156 ], [ -5.631768371531311, 57.529671453771812 ], [ -5.630212547019182, 57.529572420074821 ], [ -5.629408058740613, 57.528961779464922 ], [ -5.631507299559238, 57.528056258107931 ], [ -5.632189982635357, 57.526939796858272 ], [ -5.633937632516158, 57.526952363969066 ], [ -5.634180731310983, 57.52628907699193 ], [ -5.632345965588966, 57.524561910463092 ], [ -5.632641147174811, 57.524085918443475 ], [ -5.63221580585556, 57.523841955839814 ], [ -5.633210808299189, 57.523345796530712 ], [ -5.633274185487314, 57.522723651063984 ], [ -5.631278616928733, 57.522232753453075 ], [ -5.627292237380971, 57.522221660436287 ], [ -5.623911608912379, 57.52174801950175 ], [ -5.620970223641366, 57.520816664161082 ], [ -5.619387181029322, 57.521365570614002 ], [ -5.618628762776985, 57.522142509610092 ], [ -5.618242727921414, 57.524989955699397 ], [ -5.618604907379447, 57.525608864771577 ], [ -5.620058920690572, 57.526115515172826 ], [ -5.620389774588997, 57.527512960365804 ], [ -5.621858341673872, 57.528922676282797 ], [ -5.623010147355547, 57.528992967910639 ], [ -5.623756646101985, 57.53078751014386 ], [ -5.624362353655478, 57.5310802572386 ], [ -5.625348382244871, 57.530827155958001 ], [ -5.625679425001679, 57.531046883738121 ], [ -5.621895004721946, 57.53215355460884 ], [ -5.622320097874596, 57.529785942612868 ], [ -5.619494869373431, 57.528936611341194 ], [ -5.617462809838249, 57.528837607587391 ], [ -5.616866305731032, 57.528131022290125 ], [ -5.615748527505418, 57.528235005226463 ], [ -5.614055375796759, 57.530881674921979 ], [ -5.612678351198917, 57.531406601604289 ], [ -5.611071492979502, 57.532733712718922 ], [ -5.61086762159933, 57.533966689926508 ], [ -5.610036295020029, 57.534264690481628 ], [ -5.608842931315925, 57.534029152028715 ], [ -5.608286163975438, 57.534314787015511 ], [ -5.608567502307912, 57.534877601416163 ], [ -5.608186272202354, 57.53524811192537 ], [ -5.605760731458328, 57.535906343469399 ], [ -5.603196365617232, 57.535498685044395 ], [ -5.601311912090654, 57.534527663779848 ], [ -5.59922025643455, 57.531625190847166 ], [ -5.597635863123218, 57.530897272440406 ], [ -5.59792221196841, 57.529360805822165 ], [ -5.59563000347456, 57.530725248342961 ], [ -5.590453744562551, 57.530944680438381 ], [ -5.588674109750269, 57.531372924177028 ], [ -5.587592818361538, 57.532019506353187 ], [ -5.587899828073154, 57.53369638204817 ], [ -5.586394614398659, 57.534112286648565 ], [ -5.584905631823624, 57.533588265006699 ], [ -5.583867842269008, 57.533658221660495 ], [ -5.581753136787455, 57.532293411758758 ], [ -5.580640065216159, 57.532788006156458 ], [ -5.580856190331589, 57.533797727005485 ], [ -5.579980253835601, 57.533899014319438 ], [ -5.577416189136128, 57.531018611129511 ], [ -5.576626213168129, 57.530802791151338 ], [ -5.574515421666695, 57.529217503745691 ], [ -5.573259718409451, 57.528938452825756 ], [ -5.571674280980575, 57.52964413150994 ], [ -5.573564731626552, 57.530687327928369 ], [ -5.574386903680378, 57.532340633850474 ], [ -5.576217867685313, 57.533115783781412 ], [ -5.575524432103714, 57.533373681564001 ], [ -5.577404273076126, 57.534646368006051 ], [ -5.577060239725218, 57.536081024633312 ], [ -5.571376436422699, 57.536673649365802 ], [ -5.57121278813788, 57.536282730569418 ], [ -5.569743230984084, 57.535955758573351 ], [ -5.570073973992443, 57.535407003574043 ], [ -5.569461600216923, 57.535127675245548 ], [ -5.571139432206254, 57.534423907689735 ], [ -5.570934134039828, 57.534204975559938 ], [ -5.568938293014051, 57.533708607258419 ], [ -5.567607008897289, 57.533854160187346 ], [ -5.567574971335205, 57.534210165479756 ], [ -5.566950773788955, 57.534236814704911 ], [ -5.566237562624035, 57.533865930653512 ], [ -5.566349928370221, 57.532963768628598 ], [ -5.563558575359937, 57.532278554701442 ], [ -5.564628470225987, 57.531596549030489 ], [ -5.566022849454401, 57.53141328251133 ], [ -5.56473733402207, 57.53091473874948 ], [ -5.559010718046149, 57.532946396017444 ], [ -5.559050423096464, 57.533695924313847 ], [ -5.56026357841932, 57.534223538910119 ], [ -5.560372947418893, 57.535429580588271 ], [ -5.561697911308737, 57.536587807630752 ], [ -5.562985398921902, 57.536762695483297 ], [ -5.562481736702996, 57.537082579900364 ], [ -5.562711961614903, 57.537557030767509 ], [ -5.561697754108268, 57.53735644138137 ], [ -5.561512452827899, 57.538197727993321 ], [ -5.561106268576604, 57.537975464372295 ], [ -5.561571467694108, 57.537090313885471 ], [ -5.560911365121969, 57.536578557598496 ], [ -5.557918499121283, 57.537256366559511 ], [ -5.556189876520499, 57.536585945352698 ], [ -5.55595749540425, 57.53625987644952 ], [ -5.557489036761635, 57.535852589971931 ], [ -5.556541441942028, 57.534791555383883 ], [ -5.555055738391917, 57.534725574606412 ], [ -5.554542858880476, 57.534951293744051 ], [ -5.55375656565693, 57.534429574754881 ], [ -5.552447175332345, 57.534457481817228 ], [ -5.551131502823167, 57.534764235180802 ], [ -5.550461241080757, 57.535605673955025 ], [ -5.547801143066475, 57.534893942421611 ], [ -5.547857991903296, 57.534447349712273 ], [ -5.547072571673151, 57.534105361375204 ], [ -5.544682978918633, 57.533853423872827 ], [ -5.543565921488593, 57.534226431878601 ], [ -5.543630720466918, 57.533775123602254 ], [ -5.544572191034487, 57.533573361213115 ], [ -5.543931434797413, 57.531537214862261 ], [ -5.542493608282694, 57.531463450010833 ], [ -5.541323179999083, 57.530804118756578 ], [ -5.537612797321811, 57.530803096513907 ], [ -5.53703537335815, 57.530053371899832 ], [ -5.535583847045414, 57.530354784803848 ], [ -5.535619189941234, 57.529512356418579 ], [ -5.533122519585413, 57.529255117768017 ], [ -5.532695779351862, 57.529766902743248 ], [ -5.531191028611648, 57.530105714671542 ], [ -5.531360608678557, 57.530510895411304 ], [ -5.530739691408506, 57.530450073940017 ], [ -5.530877638941083, 57.53073567913659 ], [ -5.529443853060524, 57.530944828353 ], [ -5.529071820460215, 57.531262689095094 ], [ -5.526566750580248, 57.53091925353452 ], [ -5.523853885839374, 57.529894766025933 ], [ -5.522745669429801, 57.530135192918408 ], [ -5.519453053336812, 57.531293315316979 ], [ -5.519228640485959, 57.532709155519079 ], [ -5.518122971237672, 57.533739658021886 ], [ -5.518925732018181, 57.532254642698604 ], [ -5.518379069496048, 57.532409237185099 ], [ -5.517690616601853, 57.533693287704473 ], [ -5.517207089234452, 57.533358877040428 ], [ -5.517545577918398, 57.532657232731367 ], [ -5.516162120677427, 57.533077878496911 ], [ -5.515755122336027, 57.532618170572022 ], [ -5.516877340133418, 57.532365730205925 ], [ -5.515638170189534, 57.532566594697087 ], [ -5.514826447935334, 57.53361314272999 ], [ -5.515915082814422, 57.534693910918371 ], [ -5.514959105092625, 57.534903052102621 ], [ -5.517097556343472, 57.535048387823345 ], [ -5.517458742147254, 57.53425261886148 ], [ -5.517033685919886, 57.533761954641939 ], [ -5.518035484638608, 57.534253609410847 ], [ -5.517908396683478, 57.53479024063526 ], [ -5.518435006418105, 57.534635309423521 ], [ -5.518587927300759, 57.53577002981519 ], [ -5.516156350071922, 57.537890188406884 ], [ -5.514265755402201, 57.538341130436507 ], [ -5.515217713942064, 57.538540237101429 ], [ -5.514598751128755, 57.538622214794898 ], [ -5.514857995098843, 57.539057278627865 ], [ -5.513894275676217, 57.538562738350031 ], [ -5.514480402971079, 57.539198151980415 ], [ -5.513053567117636, 57.537800469574002 ], [ -5.510873871914534, 57.537071886700573 ], [ -5.512884187889811, 57.538055099431048 ], [ -5.514259856044731, 57.539580963330231 ], [ -5.512883991100958, 57.538695165437773 ], [ -5.513619397898205, 57.539821752132902 ], [ -5.512596684451101, 57.540137910673195 ], [ -5.512445741634003, 57.539698927126942 ], [ -5.511626183820137, 57.539659723315268 ], [ -5.512283251092324, 57.540650058810016 ], [ -5.513217479116583, 57.540369629818109 ], [ -5.514177106256359, 57.541862137316485 ], [ -5.514661690098804, 57.544790934699364 ], [ -5.515567251188587, 57.546171671360085 ], [ -5.517407852850974, 57.547156855148074 ], [ -5.517744144889421, 57.547228382471282 ], [ -5.517507776568897, 57.54711364917911 ], [ -5.517783438335525, 57.54699445518272 ], [ -5.519240085019623, 57.546945727135004 ], [ -5.52084826060119, 57.546319213126914 ], [ -5.522035605561203, 57.54635617990759 ], [ -5.522250500395006, 57.545897999358679 ], [ -5.522855972134008, 57.546367428178286 ], [ -5.522912063448463, 57.546636449786384 ], [ -5.520869325870398, 57.546918234001645 ], [ -5.521418221477486, 57.547702088561962 ], [ -5.520962518339903, 57.547796616982524 ], [ -5.521183426498701, 57.548127561177978 ], [ -5.51953369382804, 57.548081914321791 ], [ -5.518685242902355, 57.547658803334002 ], [ -5.517976360480434, 57.547798140450269 ], [ -5.516648460744976, 57.548991238086714 ], [ -5.51678714775131, 57.54959686737314 ], [ -5.522322702376832, 57.550123812522394 ], [ -5.525740168350499, 57.550793347081935 ], [ -5.529933074128033, 57.550610445705807 ], [ -5.531373268305639, 57.551149965015135 ], [ -5.532407879201183, 57.552249198645541 ], [ -5.533491940264216, 57.552650338778207 ], [ -5.535949206097138, 57.552639909067103 ], [ -5.537389930091027, 57.55326924449885 ], [ -5.540207718748747, 57.553612704399548 ], [ -5.542032711045112, 57.553462581647572 ], [ -5.547634327728942, 57.553798689885639 ], [ -5.549254356412433, 57.55427451964691 ], [ -5.551635964230686, 57.554069937982064 ], [ -5.55233314125036, 57.553570251674991 ], [ -5.555659344623097, 57.553071989568735 ], [ -5.556824649907702, 57.553068800092078 ], [ -5.556925924443441, 57.55367814831763 ], [ -5.559030086888883, 57.554092555008346 ], [ -5.557946225219492, 57.55373117861788 ], [ -5.55999669808939, 57.554075165526093 ], [ -5.5593639966805, 57.553727136989131 ], [ -5.559721881934974, 57.553281931128375 ], [ -5.56393383393783, 57.552967010665817 ], [ -5.567242225006051, 57.553382308790709 ], [ -5.568745737788601, 57.553861187258903 ], [ -5.572118730147655, 57.553807958841126 ], [ -5.57203192460994, 57.552956381940703 ], [ -5.574967564897065, 57.554071556709673 ], [ -5.576059494377034, 57.553984865893653 ], [ -5.576138668797508, 57.553564592538308 ], [ -5.57709701474807, 57.553974324485473 ], [ -5.580670619536346, 57.553818086827285 ], [ -5.583767016564625, 57.55423447871668 ], [ -5.584143649004381, 57.555615412438065 ], [ -5.584878095002436, 57.555583752724353 ], [ -5.58739976723096, 57.556598937672867 ], [ -5.589210587561309, 57.556814423565719 ], [ -5.592362200700062, 57.556972826016136 ], [ -5.596395449552803, 57.556556730232572 ], [ -5.598550701253002, 57.556787433611355 ], [ -5.599427959511639, 57.556321894908358 ], [ -5.600468780585686, 57.556411755473491 ], [ -5.601535278630983, 57.555965971393718 ], [ -5.602630914412316, 57.555916702298191 ], [ -5.603740984077777, 57.55645315762203 ], [ -5.603603134725834, 57.556057042160084 ], [ -5.604068163210263, 57.556379081553523 ], [ -5.605513152279682, 57.555786698805164 ], [ -5.606019295513866, 57.55476625012134 ], [ -5.60710935765722, 57.55413724629809 ], [ -5.607880611927584, 57.554021691045087 ], [ -5.608237221362682, 57.554481666516814 ], [ -5.608164545151626, 57.55400098282616 ], [ -5.608894532875071, 57.55372208479605 ], [ -5.614178724548992, 57.552484781451568 ], [ -5.618307708489493, 57.553259105297379 ], [ -5.619740931311648, 57.554168228240457 ], [ -5.620046257749284, 57.55481753657461 ], [ -5.620847076566964, 57.555016603670673 ], [ -5.62224478678963, 57.554136799908967 ], [ -5.624418705357496, 57.55383161635659 ], [ -5.625903341867478, 57.554448815452723 ], [ -5.629084541797904, 57.554870655664544 ], [ -5.629694688099027, 57.555186630546409 ], [ -5.632369090903445, 57.555271460305889 ], [ -5.6344948876317, 57.556227901334715 ], [ -5.635255652391393, 57.556259018857304 ], [ -5.63773793226061, 57.555205730202523 ], [ -5.637601377271441, 57.554156026597916 ], [ -5.635926182401173, 57.552686798839908 ], [ -5.63668869579552, 57.552048991304076 ], [ -5.635786067109493, 57.551718107745458 ], [ -5.635590260228256, 57.551196931623004 ], [ -5.636801756120198, 57.550835661152526 ], [ -5.63649534427925, 57.55026193691473 ], [ -5.638444818379921, 57.550358542360939 ], [ -5.638671340955881, 57.550768249964285 ], [ -5.639300316247525, 57.550468710564537 ], [ -5.640626852260741, 57.55043941460216 ], [ -5.643118055672621, 57.55118737769979 ], [ -5.643246684800966, 57.550868107847158 ], [ -5.643765771849769, 57.550925032781137 ], [ -5.646125571906237, 57.551745958640588 ], [ -5.64882243055612, 57.552207373455062 ], [ -5.650281971759894, 57.552169633633497 ], [ -5.651014150418109, 57.552633909751904 ], [ -5.653508841644907, 57.55141092308228 ], [ -5.654425748329245, 57.550548269848079 ], [ -5.657016071435504, 57.549780938402051 ], [ -5.65767672914053, 57.548832191501447 ], [ -5.660443752679768, 57.5475283389151 ], [ -5.662716041503338, 57.546927444206233 ], [ -5.663418088805218, 57.547091351625149 ], [ -5.66480981441148, 57.546381141534425 ], [ -5.666525716915297, 57.546317778268282 ], [ -5.667146891334799, 57.546591899377695 ], [ -5.667625420077433, 57.546362216899411 ], [ -5.66756747097599, 57.5457031185367 ], [ -5.668517994140051, 57.545594558124868 ], [ -5.668755329940344, 57.546540621082229 ], [ -5.668436765814963, 57.546698227754192 ], [ -5.668391227531836, 57.546411864201453 ], [ -5.667215856050622, 57.546945008862323 ], [ -5.667526369649713, 57.547538325709105 ], [ -5.666522891303332, 57.548700276389177 ], [ -5.666824189085646, 57.549617511814979 ], [ -5.66640240487063, 57.550079287080393 ], [ -5.666664034082502, 57.55060210528265 ], [ -5.668562679258358, 57.550857053680879 ], [ -5.66958824007235, 57.551492496234076 ], [ -5.669723532829557, 57.55217181926426 ], [ -5.670549685902896, 57.552570319886236 ], [ -5.67025210433224, 57.553185822878227 ], [ -5.672490532496435, 57.553574670588894 ], [ -5.673033374769078, 57.554480365299717 ], [ -5.675355645407514, 57.554538576984804 ], [ -5.676610880400187, 57.55529313690603 ], [ -5.677261508928138, 57.555359576654233 ], [ -5.677402943663079, 57.555103724828278 ], [ -5.67759619467316, 57.555444216191127 ], [ -5.678696056560369, 57.554576043636722 ], [ -5.680425176705019, 57.554557063393389 ], [ -5.680821470236829, 57.55483768324364 ], [ -5.680445834362672, 57.555424024739182 ], [ -5.681064891195219, 57.555922900911199 ], [ -5.683498409349899, 57.554764024907037 ], [ -5.685457548031093, 57.554621383422365 ], [ -5.685593258213326, 57.55588055825168 ], [ -5.686642154422024, 57.555998243574649 ], [ -5.686882351596783, 57.556305883857696 ], [ -5.686042961770503, 57.55759805379838 ], [ -5.685992195867689, 57.559411087511783 ], [ -5.687611981455183, 57.559714364353844 ], [ -5.688635192355137, 57.559329327336009 ], [ -5.689607106781947, 57.559759407755465 ], [ -5.691003642236714, 57.559839918295175 ], [ -5.69245127618315, 57.561002254685143 ], [ -5.692386644679457, 57.563418055000767 ], [ -5.696345014990945, 57.563436977682791 ], [ -5.70092130029052, 57.561963224976886 ], [ -5.702612971194403, 57.562889036097822 ], [ -5.703460583528662, 57.563821629604448 ], [ -5.703470843830828, 57.563511159761575 ], [ -5.703914716785706, 57.563763343414642 ], [ -5.703926500191304, 57.566923121162162 ], [ -5.702687798439964, 57.568645183787275 ], [ -5.703898826492225, 57.569036675939543 ], [ -5.703876127084763, 57.569307054155217 ], [ -5.703519591416324, 57.57024353189037 ], [ -5.702010791331078, 57.570791278734362 ], [ -5.700887548062489, 57.570523057857166 ], [ -5.700198875980091, 57.570826455904019 ], [ -5.699960597678524, 57.570622170795403 ], [ -5.70047805389191, 57.570445166513139 ], [ -5.699823422615458, 57.569601291401582 ], [ -5.699007978590238, 57.570056742146441 ], [ -5.6980776877255, 57.56971091620958 ], [ -5.697764200924599, 57.569095275163185 ], [ -5.697255242819042, 57.569191106103304 ], [ -5.696372307635778, 57.568816909227166 ], [ -5.694464562085906, 57.56980329547833 ], [ -5.691917249856719, 57.570093637552063 ], [ -5.690840391005065, 57.569621688797902 ], [ -5.690461372626214, 57.568936026322689 ], [ -5.689145570896842, 57.568417111919118 ], [ -5.68976237454288, 57.566825764510611 ], [ -5.68828473112156, 57.566194702038665 ], [ -5.687170487237201, 57.56659138371456 ], [ -5.687109904372857, 57.566323444855009 ], [ -5.685197207425334, 57.566765919771107 ], [ -5.684281181863208, 57.566558928697233 ], [ -5.683318009059871, 57.567126473993298 ], [ -5.682483209894002, 57.567060942988185 ], [ -5.681456626283659, 57.567580877724318 ], [ -5.681467815204224, 57.568353716621402 ], [ -5.680599701550036, 57.569448892493398 ], [ -5.682722714441135, 57.573401102405697 ], [ -5.68513956835262, 57.575043183021087 ], [ -5.686447049192509, 57.574568955857494 ], [ -5.685088978286392, 57.575287398937874 ], [ -5.685665799455587, 57.576935554353767 ], [ -5.68698613392456, 57.57771149962214 ], [ -5.689001932157223, 57.578049949062553 ], [ -5.695965178622591, 57.57840716048409 ], [ -5.700607873286924, 57.578227021321283 ], [ -5.706288021655207, 57.578703104834176 ], [ -5.710504738686214, 57.580008641963651 ], [ -5.711625804179065, 57.580744348941806 ], [ -5.714836301687601, 57.581944487149094 ], [ -5.71651597151973, 57.582411973594638 ], [ -5.721501915960328, 57.583047184200645 ], [ -5.722530404187304, 57.583938367792207 ], [ -5.725068456042788, 57.584695083375053 ], [ -5.725991012921262, 57.584631882653483 ], [ -5.727824405712311, 57.585535217269005 ], [ -5.728045299980623, 57.586220958298902 ], [ -5.728822794300697, 57.586620537944071 ], [ -5.728651122900847, 57.587232468496687 ], [ -5.729795289723384, 57.587697626513737 ], [ -5.730765622084014, 57.588671381785367 ], [ -5.730992341229524, 57.589658128046686 ], [ -5.73028986746615, 57.590726287581532 ], [ -5.731454863518668, 57.591883084910322 ], [ -5.732006544716326, 57.591956676022534 ], [ -5.732383052662842, 57.59350539187583 ], [ -5.733026149875912, 57.594061762144008 ], [ -5.734430787694448, 57.59388085180538 ], [ -5.734492678115592, 57.595299519875738 ], [ -5.736709246726985, 57.59699155399862 ], [ -5.735285159909175, 57.600490559076725 ], [ -5.735608980432107, 57.601523873474328 ], [ -5.733024811245166, 57.604248030433574 ], [ -5.733333899010072, 57.606769711381766 ], [ -5.735656356878687, 57.607366296410042 ], [ -5.737332956954444, 57.608930462243798 ], [ -5.737650244022525, 57.609572879444059 ], [ -5.735903568125113, 57.609560752974367 ], [ -5.737726256925322, 57.609660533767297 ], [ -5.740619948885002, 57.611085224928232 ], [ -5.741184448422897, 57.611931586000601 ], [ -5.74347179839229, 57.613077497581095 ], [ -5.744975565495022, 57.615397406017685 ], [ -5.751140384097021, 57.618558864026866 ], [ -5.752564544154318, 57.621074355789581 ], [ -5.755626082877152, 57.623622055697275 ], [ -5.756951418548071, 57.623636569560034 ], [ -5.758338414795107, 57.624085277404518 ], [ -5.758192647997311, 57.624458230215119 ], [ -5.758995906626776, 57.62477146535123 ], [ -5.75901347443577, 57.625346339824858 ], [ -5.759649682840576, 57.62574545973213 ], [ -5.764827997273867, 57.628090551648256 ], [ -5.766409836872404, 57.629769575305289 ], [ -5.771743327701647, 57.632388481721691 ], [ -5.780671421830522, 57.635070432189877 ], [ -5.782261324203414, 57.635126215465078 ], [ -5.78451613818672, 57.636254422584877 ], [ -5.785907793060784, 57.63617674618731 ], [ -5.789603680959604, 57.637859537363539 ], [ -5.794230338174555, 57.638017308810575 ], [ -5.795951443684857, 57.639246766950201 ], [ -5.800400879194396, 57.640672843961696 ], [ -5.80341127278626, 57.640762033004066 ], [ -5.80667011626698, 57.638982569304829 ], [ -5.808170648827056, 57.639063200678912 ], [ -5.809704923034692, 57.638666284047773 ], [ -5.810960746488636, 57.638012522633502 ], [ -5.810824530135656, 57.637513148132264 ], [ -5.813892027087228, 57.636791185831932 ], [ -5.813903076980195, 57.637056081304394 ], [ -5.814797829229997, 57.636876211203059 ], [ -5.815324689541184, 57.637822312721973 ], [ -5.816655860152894, 57.638604748827646 ], [ -5.817599375983515, 57.638729073953762 ], [ -5.818362514828493, 57.639290406406893 ], [ -5.818918693462477, 57.638999367996156 ], [ -5.819211814140296, 57.639714266354929 ], [ -5.818459567926418, 57.640213528243372 ], [ -5.818496247189622, 57.64112049382031 ], [ -5.819267808017505, 57.641681567194851 ], [ -5.819114282931602, 57.642374009204993 ], [ -5.819660424643978, 57.642465382646954 ], [ -5.819279601255163, 57.642989377768579 ], [ -5.819691775703236, 57.643799574367677 ], [ -5.818750568566138, 57.644655193765779 ], [ -5.81919413485232, 57.645046368902328 ], [ -5.818812180147177, 57.6463570941551 ], [ -5.819463641625655, 57.646652074275842 ], [ -5.818528825274941, 57.648685296102776 ], [ -5.817852978595855, 57.648557378115875 ], [ -5.817267655974795, 57.650247362899542 ], [ -5.816217304353968, 57.650306074333422 ], [ -5.815750411413346, 57.650810179394703 ], [ -5.813106868792254, 57.649990930648464 ], [ -5.811939136965215, 57.650129571793293 ], [ -5.808531403040698, 57.652974558227754 ], [ -5.810765448034373, 57.654700842996512 ], [ -5.809570987632206, 57.656184388099476 ], [ -5.810544666650735, 57.656655807518007 ], [ -5.809765103495445, 57.656867228094477 ], [ -5.809824791114562, 57.657467810620247 ], [ -5.810409756111645, 57.657607506126872 ], [ -5.810066394445001, 57.657803971930463 ], [ -5.811647114761845, 57.658273256990384 ], [ -5.811076219212739, 57.659545595604101 ], [ -5.811594316068144, 57.660214163911071 ], [ -5.811234213416199, 57.660682659454054 ], [ -5.81174028292554, 57.660901151646279 ], [ -5.810417642110279, 57.661692681601657 ], [ -5.810298743847468, 57.66233371428288 ], [ -5.809611214542958, 57.662256448958274 ], [ -5.809939255129451, 57.662872314940138 ], [ -5.808950799057478, 57.663092724537364 ], [ -5.807739871843314, 57.6646783370132 ], [ -5.804076936126968, 57.667393301148422 ], [ -5.804037782781921, 57.66823601430314 ], [ -5.802507174566586, 57.669736790227979 ], [ -5.801387853053583, 57.670231695739282 ], [ -5.801667702588987, 57.670436356499629 ], [ -5.800842132074184, 57.671300927903395 ], [ -5.800222226922426, 57.67159828622983 ], [ -5.800089046393706, 57.671416183524926 ], [ -5.799200587467849, 57.672097425381956 ], [ -5.799414261561412, 57.672823744838801 ], [ -5.79822593758791, 57.674776292071819 ], [ -5.797979485359794, 57.67461827051936 ], [ -5.797357088466948, 57.67575811815761 ], [ -5.79706431780752, 57.675382113263403 ], [ -5.796594279747804, 57.675540986869223 ], [ -5.795355316993602, 57.676482670248063 ], [ -5.79587260528502, 57.676438362388581 ], [ -5.796090464023852, 57.676916417199394 ], [ -5.795660221015934, 57.677407646615912 ], [ -5.794146561674673, 57.67769764959256 ], [ -5.791963419492279, 57.678920279756518 ], [ -5.79004081822133, 57.681240010244267 ], [ -5.788142160814679, 57.682714765143793 ], [ -5.788206391981223, 57.683201033135802 ], [ -5.787428843871174, 57.683438315148472 ], [ -5.786805662723579, 57.686085858362183 ], [ -5.787677595807216, 57.686671095640108 ], [ -5.788647648719661, 57.686781376159985 ], [ -5.790152524923097, 57.688089353037306 ], [ -5.790956825704618, 57.688283704946144 ], [ -5.791009953886917, 57.688663316097177 ], [ -5.790594101901471, 57.688700063294078 ], [ -5.791209601659498, 57.688806572942319 ], [ -5.791548780101222, 57.68978627231116 ], [ -5.790498131700334, 57.690929032094147 ], [ -5.790903363778238, 57.691946311127708 ], [ -5.789767304793576, 57.692899224350043 ], [ -5.789891511076482, 57.69366959680049 ], [ -5.789293719097814, 57.693829571248521 ], [ -5.789303031014562, 57.69454494895863 ], [ -5.789901316406366, 57.694405638428172 ], [ -5.789084545582385, 57.695538673152605 ], [ -5.790096079943243, 57.69649282599984 ], [ -5.789630825718404, 57.696844823728661 ], [ -5.790089328958937, 57.69687782890017 ], [ -5.789213456955856, 57.697430040445042 ], [ -5.78812526822178, 57.696690357199074 ], [ -5.786825951575326, 57.696484741532267 ], [ -5.785961067610854, 57.696853191452924 ], [ -5.786462961266239, 57.696835461617937 ], [ -5.786351697925712, 57.697040184863262 ], [ -5.785095759643751, 57.697442817628939 ], [ -5.78193624454351, 57.697336891320688 ], [ -5.781551298891031, 57.697928302832466 ], [ -5.78011553853456, 57.698394702641522 ], [ -5.779167292268101, 57.697320804693156 ], [ -5.778231403226382, 57.697234599513557 ], [ -5.776940211391482, 57.697638203079784 ], [ -5.776568883347593, 57.697474879303485 ], [ -5.776114152744163, 57.697768071307706 ], [ -5.774527933983292, 57.69703236281314 ], [ -5.772232348599414, 57.697256423018018 ], [ -5.769110133545194, 57.698154209592943 ], [ -5.768302555863977, 57.698768965602127 ], [ -5.768229902112852, 57.699103782255989 ], [ -5.770330454264039, 57.700990307934795 ], [ -5.770213730027924, 57.701659990512084 ], [ -5.765634470299947, 57.703489393195731 ], [ -5.762553676979499, 57.705471827658506 ], [ -5.759333856050426, 57.706813694130517 ], [ -5.755960743200404, 57.707489336278584 ], [ -5.755131955964843, 57.706947552398979 ], [ -5.752135728968485, 57.706560009616553 ], [ -5.750362180454766, 57.706787944569363 ], [ -5.749790415487478, 57.707267912874372 ], [ -5.749892363959686, 57.70695471777006 ], [ -5.748660299251597, 57.706815938974152 ], [ -5.747460092835665, 57.707390946237389 ], [ -5.744114729306774, 57.707768759727301 ], [ -5.742255183095121, 57.707652993348042 ], [ -5.738137363126339, 57.708440095878736 ], [ -5.73721600225579, 57.708301009519637 ], [ -5.736189408180718, 57.70763009637399 ], [ -5.733550436758639, 57.707366414109174 ], [ -5.73136727529077, 57.705983407650081 ], [ -5.730534340788235, 57.706457506358305 ], [ -5.72860621332354, 57.706163756805012 ], [ -5.727069641487485, 57.706492258275674 ], [ -5.726283313238102, 57.705787214784692 ], [ -5.726480457676948, 57.704846405228452 ], [ -5.72542320551172, 57.704446024440024 ], [ -5.725149935764958, 57.703748332105604 ], [ -5.724135590082871, 57.703274754170486 ], [ -5.725175840608376, 57.70195848466048 ], [ -5.728496131447976, 57.70063881419042 ], [ -5.729860121297134, 57.699060323101619 ], [ -5.730872607541625, 57.698553955651242 ], [ -5.727584814432413, 57.697966773604882 ], [ -5.726320045223497, 57.698502127645433 ], [ -5.724797243075412, 57.698275495104816 ], [ -5.723642556452686, 57.698607991710269 ], [ -5.722911024666014, 57.698482993608948 ], [ -5.722184291127863, 57.697423751289911 ], [ -5.72196660384575, 57.69783832308849 ], [ -5.722628425832588, 57.698625271953411 ], [ -5.718773716536989, 57.700317425912765 ], [ -5.716507320651583, 57.700601638073742 ], [ -5.713298819215367, 57.699279941788319 ], [ -5.709133385583362, 57.699729468134976 ], [ -5.707097941300239, 57.69946461987206 ], [ -5.705403361684056, 57.698788782250794 ], [ -5.70453128390088, 57.698043872207293 ], [ -5.704263750116222, 57.695672881842192 ], [ -5.703779013731952, 57.695398496673654 ], [ -5.702414047211145, 57.694971885435301 ], [ -5.700280594117674, 57.695733794980576 ], [ -5.695381733243235, 57.69664486003245 ], [ -5.694226859855097, 57.695626754909149 ], [ -5.693446113013064, 57.69373194971417 ], [ -5.692212198135636, 57.693238470643102 ], [ -5.692626891253257, 57.691771736949335 ], [ -5.691597415211933, 57.691290261350453 ], [ -5.691664257464649, 57.690710237088744 ], [ -5.689758875796944, 57.690347823404139 ], [ -5.686729030976633, 57.690334638346634 ], [ -5.685689220045722, 57.689601692124931 ], [ -5.683862210963768, 57.689034626698437 ], [ -5.680071901582864, 57.689896613103357 ], [ -5.678938792810262, 57.690691064871288 ], [ -5.680327089229998, 57.691054311770415 ], [ -5.680354292736866, 57.692082896097226 ], [ -5.682125526511209, 57.693851829218474 ], [ -5.684236399113972, 57.695210778511154 ], [ -5.685233815795566, 57.695195191428418 ], [ -5.686931866608966, 57.69637284287311 ], [ -5.687864611472895, 57.699186543930239 ], [ -5.687520911634495, 57.699439305080006 ], [ -5.686519440968876, 57.699333658611472 ], [ -5.682592996622965, 57.700931472981786 ], [ -5.680553919419293, 57.699786166415237 ], [ -5.679214421963541, 57.699658836901762 ], [ -5.679155088065246, 57.699157113825748 ], [ -5.677851831830781, 57.699055686174447 ], [ -5.676853270546487, 57.699723033271169 ], [ -5.676004587835988, 57.699716247066121 ], [ -5.675309467477278, 57.700064597390131 ], [ -5.674487755696439, 57.699661450018162 ], [ -5.671695027900898, 57.701482179903337 ], [ -5.673279714501263, 57.701741813715067 ], [ -5.674235892639729, 57.701152145136305 ], [ -5.67501187651185, 57.701435256743757 ], [ -5.674209140572858, 57.702825989697359 ], [ -5.676359522093419, 57.70377757013096 ], [ -5.676831344519528, 57.704736585387792 ], [ -5.679446250902965, 57.705911048564957 ], [ -5.67977195623173, 57.706571337726714 ], [ -5.679241247035972, 57.70736533033611 ], [ -5.679963448046576, 57.70756367369372 ], [ -5.680122468335372, 57.707293835416102 ], [ -5.679840487010044, 57.707890898413709 ], [ -5.680859641071702, 57.708350299657475 ], [ -5.680759810157985, 57.709037357977707 ], [ -5.681735820086951, 57.709204029953334 ], [ -5.681226203296654, 57.709627021435587 ], [ -5.680598688652209, 57.709501445850911 ], [ -5.679801577000151, 57.709756591954019 ], [ -5.67977548340889, 57.710409138519111 ], [ -5.67794764264352, 57.710438942757463 ], [ -5.677499970481874, 57.710678515140188 ], [ -5.677397672350374, 57.712053388162929 ], [ -5.677914188553907, 57.712607443161609 ], [ -5.67926482975713, 57.712707499876167 ], [ -5.68143141049755, 57.711662715862168 ], [ -5.681127291724841, 57.711265213629559 ], [ -5.681680548139622, 57.711585338983397 ], [ -5.682446298428311, 57.71130232626868 ], [ -5.682275298133383, 57.710909041072057 ], [ -5.68608354477895, 57.710780104873422 ], [ -5.687028268668794, 57.711133746313465 ], [ -5.689254493176735, 57.70991896634284 ], [ -5.690267054009404, 57.709734787739897 ], [ -5.690996818491132, 57.710072197494689 ], [ -5.690974097904141, 57.710426176234215 ], [ -5.692638244010622, 57.711064442312967 ], [ -5.692643920476473, 57.711466139528788 ], [ -5.693823125756058, 57.711696910008392 ], [ -5.693362743523233, 57.712272246844307 ], [ -5.690652067645609, 57.71293665342963 ], [ -5.690454879990154, 57.71344136516651 ], [ -5.690807389453386, 57.713653135249018 ], [ -5.691357874492381, 57.713483334424694 ], [ -5.691796363073262, 57.714291340459539 ], [ -5.691078828993569, 57.715113314420293 ], [ -5.690379187194615, 57.715270385026493 ], [ -5.690807743088235, 57.714398413587631 ], [ -5.689989465917, 57.713836131923898 ], [ -5.687222641908123, 57.714990267763042 ], [ -5.686587847428998, 57.716576665051193 ], [ -5.686666289593265, 57.718337354954286 ], [ -5.688900288900585, 57.719190109656658 ], [ -5.688360551137441, 57.720522017040508 ], [ -5.68748929593406, 57.720859383106088 ], [ -5.687997393949111, 57.722383688728755 ], [ -5.688779674687568, 57.722591023782876 ], [ -5.689993592555847, 57.724609873315799 ], [ -5.691302522769609, 57.724823404160546 ], [ -5.691198380057021, 57.725565438437542 ], [ -5.691826530740722, 57.726320262668324 ], [ -5.693436523315054, 57.726749740025895 ], [ -5.696442980516344, 57.730157311316042 ], [ -5.700742667665141, 57.730985450797341 ], [ -5.701806855191039, 57.73103792048498 ], [ -5.702824152909764, 57.730714163350662 ], [ -5.703710418370903, 57.731212347753072 ], [ -5.707110766897637, 57.730280238628907 ], [ -5.710786635992079, 57.731250387967258 ], [ -5.7137823155125, 57.731535566515944 ], [ -5.715374434757095, 57.731049185437392 ], [ -5.723163255932749, 57.730073964197267 ], [ -5.72560227378932, 57.730257473218899 ], [ -5.725724200163823, 57.730070478675543 ], [ -5.726153172876481, 57.730335644222393 ], [ -5.729904043930315, 57.730674610247853 ], [ -5.730820754681914, 57.730192661523851 ], [ -5.735840886887473, 57.730062468404221 ], [ -5.735846745844596, 57.730363473659139 ], [ -5.73710784686754, 57.730694826262599 ], [ -5.740158473514203, 57.730289992155079 ], [ -5.741085807560617, 57.730806487899606 ], [ -5.744931628155946, 57.730859004099791 ], [ -5.747023111686969, 57.731336489790003 ], [ -5.748041770204297, 57.731938337673093 ], [ -5.748950652409802, 57.731723502213327 ], [ -5.749694612222116, 57.73209073659612 ], [ -5.75307219022034, 57.731872788838352 ], [ -5.753285404787003, 57.731594949956772 ], [ -5.755688156131062, 57.731863469493518 ], [ -5.75802597969929, 57.73147397077588 ], [ -5.758826435439751, 57.731769348520693 ], [ -5.759878596956609, 57.731429702538257 ], [ -5.761568439299908, 57.731905404177915 ], [ -5.761818889392224, 57.732423001635844 ], [ -5.764383100011493, 57.734032436959609 ], [ -5.765363968142501, 57.733718242681462 ], [ -5.765212429746733, 57.73484656910793 ], [ -5.772806068422248, 57.739902256537349 ], [ -5.7732148916154, 57.740549969848097 ], [ -5.772852668345655, 57.740719906127993 ], [ -5.77218945467298, 57.740260487739569 ], [ -5.772212249118728, 57.74070484026587 ], [ -5.775040911652226, 57.740842527725043 ], [ -5.78252021576465, 57.744071501995542 ], [ -5.784847059459556, 57.744696883967379 ], [ -5.789550935092164, 57.745236660122963 ], [ -5.79112007613517, 57.744566597392527 ], [ -5.791393474522258, 57.744768785005185 ], [ -5.79424620239123, 57.744570876390263 ], [ -5.796517096180635, 57.744821017264101 ], [ -5.798550147305916, 57.744615240240222 ], [ -5.799216585455069, 57.744845168735978 ], [ -5.799382882669373, 57.7446675537334 ], [ -5.799583913252913, 57.744980684918957 ], [ -5.800641651915225, 57.744885977888707 ], [ -5.800646644717386, 57.74517352946043 ], [ -5.8028580313938, 57.745736423219967 ], [ -5.805692223093967, 57.74574559971478 ], [ -5.807392381451543, 57.746242877336002 ], [ -5.808807956495376, 57.747310620216233 ], [ -5.809469226890748, 57.747362636161938 ], [ -5.809783908896589, 57.747955538175056 ], [ -5.81029232640545, 57.747913254966875 ], [ -5.810212874025891, 57.748356192836162 ], [ -5.810821989132689, 57.748391791362401 ], [ -5.811669106787651, 57.749409195956211 ], [ -5.812983493395318, 57.749913529053714 ], [ -5.813443580822055, 57.750529013255495 ], [ -5.812862707498431, 57.75163889290404 ], [ -5.813688445387315, 57.752292805940442 ], [ -5.813045075967679, 57.753049436004126 ], [ -5.813353106070283, 57.753179508943589 ], [ -5.811919758623461, 57.754180211565746 ], [ -5.812709609919032, 57.754174394754514 ], [ -5.811980931425677, 57.754600932327818 ], [ -5.812372798219827, 57.754728482022998 ], [ -5.812113771129704, 57.754983531038299 ], [ -5.812769619927917, 57.754743497234685 ], [ -5.810812562290756, 57.756600596987312 ], [ -5.810046151608704, 57.756749546472996 ], [ -5.809453855635766, 57.758151947926244 ], [ -5.807762806238611, 57.758944578566805 ], [ -5.806887391350583, 57.759816043028977 ], [ -5.807221082385214, 57.759949854833415 ], [ -5.806525801689048, 57.761094607651948 ], [ -5.807091570576318, 57.760956213359314 ], [ -5.806932822871699, 57.761365570238262 ], [ -5.80563553254107, 57.762065406121891 ], [ -5.805373168048042, 57.762689157637261 ], [ -5.806948881861886, 57.763913947230357 ], [ -5.806511199889703, 57.764070964042084 ], [ -5.807209841375057, 57.764315172933941 ], [ -5.807545841976246, 57.765748069671716 ], [ -5.808394514883149, 57.765978768025718 ], [ -5.808580151879961, 57.766463174265432 ], [ -5.809532785880729, 57.766403034431001 ], [ -5.809917686129768, 57.76678254302908 ], [ -5.810452941159556, 57.766752942162242 ], [ -5.809568679180483, 57.767062770184147 ], [ -5.810322435847023, 57.767031087821138 ], [ -5.810537629260857, 57.767316806421981 ], [ -5.809685235013963, 57.768407866066227 ], [ -5.810429936644503, 57.769486807461291 ], [ -5.809630508651111, 57.76993163810593 ], [ -5.810402541574212, 57.770184411349952 ], [ -5.809397363586309, 57.770385493198845 ], [ -5.810021969752893, 57.770883656799313 ], [ -5.80940951912942, 57.771059429295171 ], [ -5.809336052441821, 57.770841368547828 ], [ -5.809473772405718, 57.771349692866735 ], [ -5.808883174013117, 57.771174167978607 ], [ -5.808759937498762, 57.772319694143846 ], [ -5.808230380372088, 57.772483975157748 ], [ -5.808692832368626, 57.772640882931761 ], [ -5.807594827835867, 57.773159416184335 ], [ -5.807957927544399, 57.773571054671613 ], [ -5.807559709476688, 57.773704408926825 ], [ -5.808275091882763, 57.773786279289965 ], [ -5.807797137653911, 57.773881575275091 ], [ -5.80792126696566, 57.774340861067806 ], [ -5.806731826486038, 57.77415187286477 ], [ -5.806764876306854, 57.774465552594521 ], [ -5.806242611792393, 57.774539698431475 ], [ -5.806096669583677, 57.776189380438673 ], [ -5.805048360687009, 57.777740321268169 ], [ -5.804130317393343, 57.780608964075263 ], [ -5.802564526767359, 57.781483149361243 ], [ -5.801399341970257, 57.783365722961229 ], [ -5.801498992900122, 57.784792243302327 ], [ -5.802490320420155, 57.785814376989215 ], [ -5.802026447035488, 57.78612500049568 ], [ -5.802213898775485, 57.78654642650541 ], [ -5.801356344666603, 57.7870351972159 ], [ -5.801953299204833, 57.790226931474514 ], [ -5.800910672872925, 57.793436427311484 ], [ -5.800952046610091, 57.794469108412009 ], [ -5.802866829286577, 57.797302104504688 ], [ -5.803565265758809, 57.800526748576438 ], [ -5.805865666249179, 57.803194384206414 ], [ -5.806481419523013, 57.804577519559942 ], [ -5.806678323538446, 57.807290374048677 ], [ -5.808431474277697, 57.811134215734079 ], [ -5.80886819343582, 57.813547660973391 ], [ -5.810463283334495, 57.815985600366723 ], [ -5.811506928904523, 57.816615012855635 ], [ -5.812483956746507, 57.816693496349174 ], [ -5.812391499382096, 57.816934531998292 ], [ -5.813187200934684, 57.816811682356928 ], [ -5.813434814856311, 57.817321191391294 ], [ -5.812901226169609, 57.817692386500774 ], [ -5.813937856507542, 57.818254561627263 ], [ -5.812956349243779, 57.818612270917903 ], [ -5.812590601323453, 57.819216664448199 ], [ -5.813699951169162, 57.820864524734105 ], [ -5.812751016528662, 57.821212259675519 ], [ -5.813342331548847, 57.821306843346377 ], [ -5.812973041106867, 57.82291380354183 ], [ -5.813510333753881, 57.823054966364012 ], [ -5.812941517702546, 57.823332818418315 ], [ -5.813400697376953, 57.823930361743919 ], [ -5.812613282463208, 57.824372128992586 ], [ -5.813901764686259, 57.825879738322861 ], [ -5.81331202549472, 57.826517847770852 ], [ -5.813982490985357, 57.828156442400804 ], [ -5.813019887978919, 57.828536054501683 ], [ -5.813866372645124, 57.828492592858247 ], [ -5.813431819089341, 57.829881245847069 ], [ -5.813823495044974, 57.830238072859665 ], [ -5.814665885494459, 57.830235187847009 ], [ -5.814329063016435, 57.830317254507307 ], [ -5.814729088791088, 57.830354658807082 ], [ -5.814878859674923, 57.832008927513769 ], [ -5.815197403826997, 57.831594755293374 ], [ -5.815740727590392, 57.831632336697517 ], [ -5.816279585025338, 57.831786929103252 ], [ -5.816326074300136, 57.832226071824152 ], [ -5.815745280760892, 57.832391911396485 ], [ -5.815942841268964, 57.83274558811727 ], [ -5.815135418487889, 57.832760913603046 ], [ -5.815022821188115, 57.832413668062877 ], [ -5.814305090603332, 57.833037652802133 ], [ -5.81405057689405, 57.834933354186091 ], [ -5.813292616707037, 57.835257355764469 ], [ -5.812823203202313, 57.836795398897216 ], [ -5.81116546911018, 57.836980132609199 ], [ -5.811586762991459, 57.837138282149695 ], [ -5.811016199592103, 57.83764093961765 ], [ -5.811835366312076, 57.83789500863994 ], [ -5.811766423963948, 57.838279185280491 ], [ -5.811086200443205, 57.838223226181604 ], [ -5.811514310252448, 57.838844189571653 ], [ -5.811117962710347, 57.839719213394616 ], [ -5.809127159704658, 57.839545318979987 ], [ -5.808438221678251, 57.841161864954948 ], [ -5.809183734257657, 57.843589404047329 ], [ -5.810016919028578, 57.844373513122768 ], [ -5.811225258278872, 57.844400111714435 ], [ -5.810120256184398, 57.844473798455965 ], [ -5.810737887567582, 57.844733936501541 ], [ -5.810542773898129, 57.845360157802226 ], [ -5.811506530748692, 57.845704285793587 ], [ -5.810674551187485, 57.845729306720841 ], [ -5.811116072537208, 57.845918318516148 ], [ -5.810613074556485, 57.846423434475035 ], [ -5.81216571508791, 57.847392680097464 ], [ -5.81183730683848, 57.847874567445309 ], [ -5.810534981220322, 57.847837312681548 ], [ -5.810631196915458, 57.848746969169085 ], [ -5.812849097461347, 57.848990437359618 ], [ -5.812133807465208, 57.849322132868515 ], [ -5.810536156984869, 57.848884686401156 ], [ -5.810597081118312, 57.849620086622942 ], [ -5.811563971644449, 57.850391177263148 ], [ -5.811304279727144, 57.850646229851868 ], [ -5.812443007517196, 57.850809773712015 ], [ -5.812677584666601, 57.851193809914761 ], [ -5.811995609909764, 57.851362669986571 ], [ -5.812727991533198, 57.851749713362139 ], [ -5.811701565708004, 57.852329016964148 ], [ -5.812724438138401, 57.852433109113917 ], [ -5.812734927740808, 57.852850858421156 ], [ -5.813712065711226, 57.852682104023607 ], [ -5.813507076058388, 57.852975972900289 ], [ -5.812835451660524, 57.852924254747023 ], [ -5.813466739672831, 57.853152504176585 ], [ -5.812856455058315, 57.853202332797707 ], [ -5.813992219493582, 57.853496317827137 ], [ -5.813239641964345, 57.853635841250046 ], [ -5.814630779970934, 57.853872688635015 ], [ -5.814357732304196, 57.854240532429408 ], [ -5.815009386705167, 57.854342292682915 ], [ -5.814513313468215, 57.854833728199409 ], [ -5.813243409256505, 57.854786530266232 ], [ -5.814260458391082, 57.854994178985883 ], [ -5.814338558603953, 57.855890893333687 ], [ -5.811562012935187, 57.855871029223287 ], [ -5.812929166056335, 57.855960272341186 ], [ -5.813247372616726, 57.856337296836443 ], [ -5.813918586815545, 57.856384530981011 ], [ -5.813796489181303, 57.856824251189366 ], [ -5.813105667068744, 57.857069801966254 ], [ -5.813486598810591, 57.857242649552099 ], [ -5.813876213484725, 57.857019646453061 ], [ -5.813190874762071, 57.857476312692413 ], [ -5.813759672856007, 57.85743222741214 ], [ -5.813332424558481, 57.857777735941383 ], [ -5.81385566832335, 57.857860889843465 ], [ -5.813296827753707, 57.857999077585447 ], [ -5.814269562042603, 57.858185584428512 ], [ -5.813625701627339, 57.858317341361492 ], [ -5.814141293714111, 57.858567051371374 ], [ -5.812718834807271, 57.858991949467828 ], [ -5.813227106653871, 57.859331789832297 ], [ -5.812316226652613, 57.859570469336546 ], [ -5.812322711555761, 57.860109712378716 ], [ -5.810556291495064, 57.860473004175766 ], [ -5.810541886128243, 57.860815081021514 ], [ -5.810260183938743, 57.860432457047338 ], [ -5.808585482653642, 57.861296438144066 ], [ -5.807348874715127, 57.861486427871036 ], [ -5.806962522397177, 57.861134811279328 ], [ -5.806721624566789, 57.861536733742319 ], [ -5.80485253199305, 57.861727710274842 ], [ -5.801700648426689, 57.86151210414603 ], [ -5.79732465720488, 57.860645318646952 ], [ -5.795848339996003, 57.860001758922401 ], [ -5.796036884095963, 57.85947016480646 ], [ -5.795335690652506, 57.85897870029541 ], [ -5.794481000997093, 57.859031260670029 ], [ -5.794117334018003, 57.858781420768636 ], [ -5.79443369344168, 57.858502234139429 ], [ -5.790446801965808, 57.858522625531094 ], [ -5.787821111589922, 57.859697961123025 ], [ -5.78230760719355, 57.858514024451544 ], [ -5.779385865418201, 57.85887987968529 ], [ -5.777829718543015, 57.859802840525106 ], [ -5.778247217747197, 57.861049064022311 ], [ -5.777036920859953, 57.861008713694105 ], [ -5.776867306449119, 57.861643100649857 ], [ -5.775663518960511, 57.861584561982632 ], [ -5.776081969512636, 57.862196935074394 ], [ -5.775682463788944, 57.862006549658389 ], [ -5.774007626378189, 57.862443014254055 ], [ -5.773854667203502, 57.86371971787694 ], [ -5.77305159890302, 57.863622251723264 ], [ -5.772520161650909, 57.863058184126793 ], [ -5.771556579242903, 57.863280151288905 ], [ -5.771442310717398, 57.863638673633844 ], [ -5.772618508560618, 57.864399329838825 ], [ -5.772459601962042, 57.865136780517012 ], [ -5.77129535923812, 57.864973631455008 ], [ -5.771174620714884, 57.864545681952777 ], [ -5.770452887572747, 57.864580636111413 ], [ -5.771144981230491, 57.865068009455818 ], [ -5.771085890236579, 57.865550756024959 ], [ -5.770665683269844, 57.865082266757057 ], [ -5.77055382489681, 57.865625020333724 ], [ -5.769363301215666, 57.86521090286162 ], [ -5.769455077075935, 57.865684667089752 ], [ -5.768596865902526, 57.865624773492144 ], [ -5.768776840449974, 57.86589363134253 ], [ -5.768277027357058, 57.86603435530688 ], [ -5.767816747338761, 57.865746856910079 ], [ -5.766940119692109, 57.866397743002246 ], [ -5.766216676611515, 57.865691013334882 ], [ -5.765829294952651, 57.866745410028663 ], [ -5.76501972316625, 57.866908807376504 ], [ -5.764415464207002, 57.866292927567649 ], [ -5.764323312444172, 57.8674284558248 ], [ -5.763237100001215, 57.867447218409218 ], [ -5.762780269772796, 57.86775746164443 ], [ -5.763697602248936, 57.868543863273302 ], [ -5.762376946716393, 57.869064049754002 ], [ -5.762907719366896, 57.869138201069461 ], [ -5.762816682353803, 57.869397129591071 ], [ -5.761094610143742, 57.86978986406492 ], [ -5.761012958206467, 57.870300243635334 ], [ -5.758498730212055, 57.869812905062169 ], [ -5.758286107130134, 57.869553991956295 ], [ -5.758717794425442, 57.869406338447192 ], [ -5.7582397898028, 57.869110341043822 ], [ -5.756834440768302, 57.869385743171982 ], [ -5.75609572104679, 57.868773809990749 ], [ -5.75606166007228, 57.869336717437101 ], [ -5.754889414281575, 57.869339975430925 ], [ -5.753854051842938, 57.868795252666693 ], [ -5.752607528514836, 57.869299653998183 ], [ -5.752087985297412, 57.869252098587189 ], [ -5.752150137862293, 57.868796246192282 ], [ -5.751662353191663, 57.869215247623494 ], [ -5.751361948304592, 57.868922960030915 ], [ -5.750031320317652, 57.869025258310252 ], [ -5.750017336985137, 57.86864807738386 ], [ -5.749516451627133, 57.869022505932769 ], [ -5.74830316252614, 57.868550429051169 ], [ -5.749029715392568, 57.868155846726737 ], [ -5.747891107689693, 57.868400784996084 ], [ -5.74701014574528, 57.867312024000839 ], [ -5.746201451079891, 57.867241524781619 ], [ -5.746721017019327, 57.866965451033536 ], [ -5.745697967331935, 57.866537175302007 ], [ -5.745610075515968, 57.866827462633943 ], [ -5.744522466606001, 57.866832620647912 ], [ -5.743267202034185, 57.866604476327772 ], [ -5.743189301447361, 57.866179736372253 ], [ -5.74247346076024, 57.866596444389977 ], [ -5.742459117023826, 57.866133866632047 ], [ -5.742086254498028, 57.866312093050674 ], [ -5.740342365762612, 57.866056987056957 ], [ -5.739075244647, 57.865226801849964 ], [ -5.737360612620302, 57.8655290903516 ], [ -5.736579226914692, 57.866127502152288 ], [ -5.733967772502446, 57.86599766919187 ], [ -5.733320870966788, 57.866592098607697 ], [ -5.732622978754205, 57.866450823449455 ], [ -5.73288009121805, 57.866164554677908 ], [ -5.732371489387293, 57.86589633587954 ], [ -5.73022056160191, 57.865977623517942 ], [ -5.729410032402619, 57.867354503395774 ], [ -5.729736299842427, 57.867816893690389 ], [ -5.729132242632208, 57.867767236216586 ], [ -5.727801421013544, 57.868763835924682 ], [ -5.728254353280849, 57.869146088308142 ], [ -5.726904442584043, 57.869307145930328 ], [ -5.726817735034137, 57.869039987490005 ], [ -5.72595576277921, 57.869106677748341 ], [ -5.725276085293303, 57.869549191781786 ], [ -5.725229571977655, 57.870485542872181 ], [ -5.725644806576678, 57.870666631748627 ], [ -5.725067941535402, 57.87104319117369 ], [ -5.725068783145637, 57.870562188969878 ], [ -5.724122516235934, 57.871282235228563 ], [ -5.722563604635032, 57.871381057921951 ], [ -5.72291010370763, 57.871060721292466 ], [ -5.722243882037812, 57.870981389767316 ], [ -5.722312370183636, 57.870664721316508 ], [ -5.721451041304146, 57.870901276283462 ], [ -5.721325382557992, 57.87033858091938 ], [ -5.720918829542346, 57.870404454460662 ], [ -5.720593112788332, 57.869946522110382 ], [ -5.719190662220383, 57.869762915178427 ], [ -5.718180444000373, 57.86839456897664 ], [ -5.716694562824917, 57.8685460197918 ], [ -5.716020240802066, 57.868224158787271 ], [ -5.713962582771021, 57.868720477017021 ], [ -5.712017712436049, 57.869820295504027 ], [ -5.711501817188591, 57.869480286989862 ], [ -5.708896191039559, 57.869408199886145 ], [ -5.708245304882652, 57.869067632559656 ], [ -5.708428804455661, 57.869538743833544 ], [ -5.707375145996612, 57.869956135434165 ], [ -5.70637620697195, 57.869594270154444 ], [ -5.703399611967161, 57.869852064111626 ], [ -5.703193510848287, 57.870226679741549 ], [ -5.700502446247723, 57.870718797570127 ], [ -5.700323991982233, 57.870377886143906 ], [ -5.698089461448208, 57.869894684835543 ], [ -5.698552102458116, 57.869224911218815 ], [ -5.69994063559315, 57.868946159231193 ], [ -5.69957895663102, 57.867725066831248 ], [ -5.698512630663578, 57.867526930468017 ], [ -5.697769251826182, 57.868173427376718 ], [ -5.697040788952433, 57.868226137142877 ], [ -5.696906985107398, 57.867744572864169 ], [ -5.696389701824573, 57.86780011105224 ], [ -5.697098077976123, 57.867141158081829 ], [ -5.696255984534488, 57.867565771704243 ], [ -5.695076409473763, 57.867496769942029 ], [ -5.695698823420492, 57.867725855925833 ], [ -5.694878841649484, 57.868037439012319 ], [ -5.694266084558086, 57.867902463657288 ], [ -5.694324293975702, 57.868305321969018 ], [ -5.693363632147656, 57.868068103111682 ], [ -5.693136772522459, 57.867665662356956 ], [ -5.692647336150381, 57.867828255108599 ], [ -5.69223638448932, 57.867440164728116 ], [ -5.691386050611797, 57.867455935865642 ], [ -5.690673660990399, 57.866595647589463 ], [ -5.68903818356309, 57.866769108193715 ], [ -5.68817162840648, 57.866461687369174 ], [ -5.687788318030014, 57.866836935616604 ], [ -5.687356034974876, 57.866651727549836 ], [ -5.687745592657535, 57.865925686122516 ], [ -5.687307961604915, 57.865605782579998 ], [ -5.687859473652613, 57.865472869860305 ], [ -5.687510221505134, 57.865109940849329 ], [ -5.685399423971256, 57.865665772439698 ], [ -5.683423010659521, 57.865309668019101 ], [ -5.684022715268351, 57.864658443716664 ], [ -5.682842779355208, 57.86483207198161 ], [ -5.682777371229132, 57.864357499334275 ], [ -5.682275257558866, 57.864313649160096 ], [ -5.682698196230442, 57.863995702222859 ], [ -5.681867183852499, 57.864199640554325 ], [ -5.683091303400772, 57.863831451318276 ], [ -5.682967548535922, 57.863380149929789 ], [ -5.683510873106819, 57.863365263386441 ], [ -5.685187879317702, 57.862164898388528 ], [ -5.684770185950647, 57.862253455418028 ], [ -5.685781353018299, 57.861255830285046 ], [ -5.685235923077325, 57.860920175813234 ], [ -5.686046354567714, 57.860730297186343 ], [ -5.685696100367561, 57.860686540682082 ], [ -5.686118323973812, 57.860312863292826 ], [ -5.687312650419759, 57.860149571060148 ], [ -5.687436061294003, 57.859131001713862 ], [ -5.689096667052794, 57.858300548262406 ], [ -5.688282200846325, 57.857972736431798 ], [ -5.689493480249729, 57.857630026063454 ], [ -5.689025143380768, 57.857240001761163 ], [ -5.688307240121492, 57.857558464137519 ], [ -5.688714092097761, 57.857282317028712 ], [ -5.688380225093196, 57.857233596558615 ], [ -5.689339417161923, 57.856438828604837 ], [ -5.690729112191754, 57.856274310189967 ], [ -5.690467253311778, 57.855331681513178 ], [ -5.692341393363999, 57.854464397281397 ], [ -5.692322660512018, 57.853837433840539 ], [ -5.691288086721925, 57.853418062009538 ], [ -5.690733004521809, 57.853728202124593 ], [ -5.69111872738041, 57.854233900768001 ], [ -5.690530306336754, 57.853840187171514 ], [ -5.69010184392994, 57.854217659303615 ], [ -5.689561459568541, 57.853239086051694 ], [ -5.689888749357163, 57.853026382587949 ], [ -5.689046786351834, 57.852626558237553 ], [ -5.689474942457152, 57.852312029034273 ], [ -5.688736683430716, 57.851442598664654 ], [ -5.688784122881727, 57.85103306798657 ], [ -5.689909807834729, 57.850844772899627 ], [ -5.690764882735021, 57.851471658676033 ], [ -5.691571219095754, 57.851458065493588 ], [ -5.693667228930233, 57.85025705491492 ], [ -5.692072489402508, 57.849010742577754 ], [ -5.692528301474539, 57.848868006143782 ], [ -5.691392073242191, 57.848771646702161 ], [ -5.691011500628715, 57.84839795409755 ], [ -5.691712557786083, 57.847604386635673 ], [ -5.690618987276848, 57.846376722774345 ], [ -5.69255724416815, 57.843786851924492 ], [ -5.691822921439928, 57.843349750182469 ], [ -5.691600846520797, 57.842449117402012 ], [ -5.689232677047978, 57.842437169222258 ], [ -5.689574716275454, 57.842122447151226 ], [ -5.68903247064889, 57.842029452847981 ], [ -5.687299840346004, 57.842165283588137 ], [ -5.685809779843235, 57.843140002457616 ], [ -5.685401294102368, 57.843118618857801 ], [ -5.685712904867627, 57.842720286047808 ], [ -5.685362941785612, 57.843007358153528 ], [ -5.684842183173092, 57.842761788684882 ], [ -5.684158246923697, 57.843410079536191 ], [ -5.683799402617732, 57.843214638194951 ], [ -5.684311150405206, 57.84276194497766 ], [ -5.683760993179201, 57.842657471085467 ], [ -5.683197132194712, 57.843111676577657 ], [ -5.683380028765001, 57.842509420075054 ], [ -5.681993780470411, 57.843016288191926 ], [ -5.681329345838229, 57.842535743254864 ], [ -5.680492594291751, 57.843041914266287 ], [ -5.680328912567624, 57.842627731041084 ], [ -5.680063450620254, 57.842851201374657 ], [ -5.679698450481304, 57.842710766989548 ], [ -5.679554171704932, 57.842040701959796 ], [ -5.680254427939524, 57.842112965721199 ], [ -5.679812224775366, 57.841018231619117 ], [ -5.681492355932549, 57.83931256441933 ], [ -5.681477027363269, 57.838997458385322 ], [ -5.68115944471714, 57.839155919378612 ], [ -5.681757413783646, 57.838392371824746 ], [ -5.681398043220833, 57.838488218166667 ], [ -5.681401864666557, 57.838030512715065 ], [ -5.681195181104735, 57.838201934247721 ], [ -5.681280098348509, 57.837349906025786 ], [ -5.683598323546418, 57.836051796441204 ], [ -5.684359463353126, 57.835005697471516 ], [ -5.685009548113945, 57.834934651156509 ], [ -5.684865165265695, 57.834528003045932 ], [ -5.684250005247012, 57.834693328167475 ], [ -5.680249475021444, 57.832092784914792 ], [ -5.679719775754957, 57.832649371007776 ], [ -5.677958585203046, 57.833062804504152 ], [ -5.677784899879641, 57.832648909284202 ], [ -5.678643398216022, 57.831697112734766 ], [ -5.679783413194304, 57.831539047822766 ], [ -5.680117534544135, 57.831163448103702 ], [ -5.679478589257544, 57.830352221455961 ], [ -5.676487559805075, 57.829099527828788 ], [ -5.676421024220804, 57.829521293959118 ], [ -5.67405510225043, 57.829423606267369 ], [ -5.672484987871826, 57.829792767356636 ], [ -5.672291875511627, 57.830643427800773 ], [ -5.671853900555005, 57.830479916268494 ], [ -5.671407251696972, 57.831042150053086 ], [ -5.671667160068332, 57.831393320941224 ], [ -5.670847364972674, 57.831601369652851 ], [ -5.669779229681753, 57.832929570376869 ], [ -5.669760686644393, 57.832399696168814 ], [ -5.669114830325031, 57.832975781059957 ], [ -5.668494305237498, 57.832591894250243 ], [ -5.66864080464531, 57.832226254040329 ], [ -5.668024565301113, 57.832513795176332 ], [ -5.668126466584782, 57.832140456666103 ], [ -5.667857251290441, 57.832409859377641 ], [ -5.667399252262785, 57.832264892098642 ], [ -5.667616052324138, 57.830701546722857 ], [ -5.667284588890721, 57.830044081925614 ], [ -5.666957538849872, 57.830109285620658 ], [ -5.666975139291372, 57.829321251232372 ], [ -5.667634682350401, 57.828863448520913 ], [ -5.667945609960787, 57.829169997265005 ], [ -5.66972625494411, 57.828948524648411 ], [ -5.670208601298163, 57.828488647927855 ], [ -5.669957466933352, 57.827676931083424 ], [ -5.66895683454566, 57.826835677321895 ], [ -5.668169256818095, 57.826995130251859 ], [ -5.668360437853923, 57.82655537702086 ], [ -5.667872139229927, 57.826310601726497 ], [ -5.66692078537639, 57.826499960284835 ], [ -5.666781981148694, 57.826162357046819 ], [ -5.665392270141149, 57.825885222652403 ], [ -5.663561615446217, 57.826442510634315 ], [ -5.663419673401086, 57.825294097047454 ], [ -5.662975547983049, 57.825350989349012 ], [ -5.664441978987389, 57.824459927049425 ], [ -5.663606003531712, 57.823363050787066 ], [ -5.661373169803771, 57.822746158402524 ], [ -5.661706465269181, 57.821797071088575 ], [ -5.660851591132345, 57.82034651943259 ], [ -5.661308776912976, 57.819157415671349 ], [ -5.663107448210785, 57.817293033201722 ], [ -5.66632364861881, 57.81595217490365 ], [ -5.667341484256158, 57.814828625495601 ], [ -5.66745064299651, 57.8128036080398 ], [ -5.663888943710718, 57.810556691800542 ], [ -5.666192134533563, 57.808391775924726 ], [ -5.666143809652153, 57.806888244259092 ], [ -5.665302335471409, 57.805567691159602 ], [ -5.665395691208498, 57.803452333304627 ], [ -5.666586486971681, 57.802492789617517 ], [ -5.667062318598322, 57.800844624125759 ], [ -5.668371913812182, 57.799994895562897 ], [ -5.668369991135179, 57.800671901455793 ], [ -5.669512674219619, 57.80131125207496 ], [ -5.668747428029987, 57.800757161273467 ], [ -5.668843141654541, 57.800091822173975 ], [ -5.665325087812131, 57.797914720852461 ], [ -5.660812954283512, 57.794264938309702 ], [ -5.660173589345093, 57.794135984496457 ], [ -5.657759810962785, 57.791797309839993 ], [ -5.656926828418394, 57.791601114427785 ], [ -5.656281723098453, 57.790234385047327 ], [ -5.654426538548273, 57.788303850686773 ], [ -5.654684696973321, 57.788110306523919 ], [ -5.654036470560903, 57.788291734355603 ], [ -5.653221294391375, 57.787837888729683 ], [ -5.652427545311673, 57.788011819960239 ], [ -5.652333947735886, 57.787652223565168 ], [ -5.650754726176633, 57.78739930069171 ], [ -5.64798589966437, 57.786233995401219 ], [ -5.642819727101235, 57.782157464434619 ], [ -5.637645964977941, 57.779748590770119 ], [ -5.634415325589204, 57.777076978476245 ], [ -5.632507474796438, 57.776093402658177 ], [ -5.632591663562024, 57.774922298749452 ], [ -5.632002782797347, 57.774336872032372 ], [ -5.627064472010479, 57.771237608218932 ], [ -5.623484903551594, 57.768342002594878 ], [ -5.623231325995799, 57.76849759439537 ], [ -5.622350936159914, 57.767938450673299 ], [ -5.622271396990259, 57.768151988865313 ], [ -5.61925191556977, 57.766390946313713 ], [ -5.611221988506061, 57.767732341553589 ], [ -5.607639950154697, 57.768048443680378 ], [ -5.604595613132953, 57.767397112864877 ], [ -5.60388623230072, 57.766643291233663 ], [ -5.60420650237335, 57.766092986316508 ], [ -5.603614095556856, 57.76522975312659 ], [ -5.603151374716655, 57.76522854271208 ], [ -5.603476644263106, 57.766567751557318 ], [ -5.599261350302442, 57.768295058547913 ], [ -5.596724713850524, 57.770749448710994 ], [ -5.596015419549576, 57.772024570280728 ], [ -5.596295236351867, 57.773230238068933 ], [ -5.599069851465086, 57.77524150364556 ], [ -5.601887932049968, 57.775254847303131 ], [ -5.603069445573603, 57.774717796952039 ], [ -5.604485280311509, 57.774522867002489 ], [ -5.606745807877092, 57.774682327794039 ], [ -5.609020764256081, 57.775760994488493 ], [ -5.60961531523601, 57.776608862852108 ], [ -5.609249536737879, 57.776821562442336 ], [ -5.607884684590825, 57.776550318888162 ], [ -5.605408377567099, 57.776607383041288 ], [ -5.605224448459493, 57.777125039186224 ], [ -5.605856141500016, 57.777300328775326 ], [ -5.606408066555874, 57.778277979387504 ], [ -5.607985975281426, 57.778660035401764 ], [ -5.609395944295341, 57.779887407209905 ], [ -5.6098454457706, 57.77983863201429 ], [ -5.610173748358465, 57.780597899199826 ], [ -5.611359675262924, 57.781013566907681 ], [ -5.6112922648653, 57.781433516020606 ], [ -5.611981901792958, 57.781598134131869 ], [ -5.612385983812226, 57.782188922963677 ], [ -5.613239873328186, 57.782312888660059 ], [ -5.613670310401514, 57.783082718115232 ], [ -5.613257918920774, 57.783755239612972 ], [ -5.613862670218033, 57.783827877702535 ], [ -5.614899701393546, 57.784688265915356 ], [ -5.615125663099141, 57.785432464691098 ], [ -5.614651504252471, 57.785571859713684 ], [ -5.614622888301905, 57.786210954049302 ], [ -5.617689052127512, 57.787247113008313 ], [ -5.618225696192642, 57.78722728402294 ], [ -5.618954088826814, 57.786433341017251 ], [ -5.621157521417373, 57.787089530618474 ], [ -5.622305267912951, 57.787960180850121 ], [ -5.621806975053136, 57.788194686426806 ], [ -5.622622522241546, 57.788521960191275 ], [ -5.621461967960793, 57.788950712052483 ], [ -5.62226388619198, 57.789813274344013 ], [ -5.621124263369795, 57.790367281335293 ], [ -5.61901674917732, 57.790670259115181 ], [ -5.618493584977241, 57.790321122128695 ], [ -5.61767361244366, 57.790537833003533 ], [ -5.617761376403596, 57.790993806958717 ], [ -5.618409878865914, 57.790997751743951 ], [ -5.618677446798313, 57.791987977184952 ], [ -5.617096172177697, 57.792419718602517 ], [ -5.61671462543252, 57.793064399487839 ], [ -5.613829844160474, 57.793677158705215 ], [ -5.613508652541678, 57.794841515175293 ], [ -5.611614818566256, 57.795264123606877 ], [ -5.610909316467108, 57.795616865037601 ], [ -5.611072882944163, 57.795989772512101 ], [ -5.608552523075183, 57.796461661655655 ], [ -5.603956024012639, 57.796291398406197 ], [ -5.603643564303007, 57.795859791684926 ], [ -5.602112826518153, 57.7956201644351 ], [ -5.600706140768282, 57.794513975355514 ], [ -5.59971233618043, 57.794339959799508 ], [ -5.59921445454105, 57.793567508588374 ], [ -5.59909648636537, 57.791961696238012 ], [ -5.600423405310874, 57.790665409061695 ], [ -5.600238176384633, 57.790158259491299 ], [ -5.602672190380634, 57.789414798787469 ], [ -5.60496616228063, 57.790136115548911 ], [ -5.605723090374501, 57.789961737454597 ], [ -5.604745312361614, 57.786995980663519 ], [ -5.601384174441495, 57.787977117561525 ], [ -5.599811761153646, 57.788075769533002 ], [ -5.59970080786735, 57.788398060233959 ], [ -5.597824006289597, 57.788482865763555 ], [ -5.597642411837487, 57.788856605096825 ], [ -5.596706456322138, 57.78850113024447 ], [ -5.596138286614481, 57.787528396332291 ], [ -5.595367358163028, 57.787392968759917 ], [ -5.594791944751188, 57.788883622989495 ], [ -5.594047719968438, 57.789439638205828 ], [ -5.591883707742268, 57.78951452673958 ], [ -5.590820337480833, 57.788892931765957 ], [ -5.589021973051988, 57.789343959668905 ], [ -5.585229809533312, 57.788956954113615 ], [ -5.584310760315756, 57.789754288160111 ], [ -5.583578772203523, 57.789858610058033 ], [ -5.582373517703485, 57.789451320294667 ], [ -5.580871831383858, 57.790281291368345 ], [ -5.579095777898358, 57.790534670185849 ], [ -5.577541685649348, 57.792790941718415 ], [ -5.578345875622952, 57.793397495994576 ], [ -5.578258958459799, 57.793947422341923 ], [ -5.578886053438977, 57.794125675935113 ], [ -5.579623929777356, 57.793943905367087 ], [ -5.57924940665241, 57.794632312238626 ], [ -5.580030507611064, 57.794920376297881 ], [ -5.580621775717137, 57.795874543988958 ], [ -5.580785155518618, 57.797182416068544 ], [ -5.581171365540273, 57.797256897274252 ], [ -5.581092178505619, 57.797816495982801 ], [ -5.580204795374793, 57.798291068699292 ], [ -5.580489693659625, 57.79887183745462 ], [ -5.584302161384924, 57.798435871122066 ], [ -5.585958389735992, 57.798667665721695 ], [ -5.586505520809308, 57.798243141459437 ], [ -5.586552406264444, 57.798884576607406 ], [ -5.587556522058907, 57.799161785908083 ], [ -5.590603198640653, 57.798729340288844 ], [ -5.590302167428362, 57.799088473322804 ], [ -5.5909563956319, 57.799402543923897 ], [ -5.592365124310231, 57.799007498626928 ], [ -5.59326615173471, 57.79909430859265 ], [ -5.593642790211043, 57.798818424949509 ], [ -5.595057231263083, 57.799326654279113 ], [ -5.594930307114094, 57.799658382211419 ], [ -5.595850554044625, 57.799937907787644 ], [ -5.595751946407158, 57.800300296678635 ], [ -5.596628988899875, 57.800652961472416 ], [ -5.596226275580371, 57.800920604695477 ], [ -5.597235342111339, 57.801161639863778 ], [ -5.597687740655206, 57.801899432445062 ], [ -5.595552483319641, 57.804890720097887 ], [ -5.592419637729577, 57.805815659996235 ], [ -5.592100942498003, 57.807182144661262 ], [ -5.588693110235305, 57.809409300903916 ], [ -5.588247551851553, 57.810433263536837 ], [ -5.588608565991641, 57.810845551737792 ], [ -5.588100309192365, 57.810900403403082 ], [ -5.58770020347408, 57.811873632600026 ], [ -5.584239475506029, 57.814677492494219 ], [ -5.584183324999189, 57.815892686217971 ], [ -5.584948589499765, 57.816558742021655 ], [ -5.585063315113982, 57.817458957126284 ], [ -5.584171477482868, 57.819079857597004 ], [ -5.584445927217049, 57.819553039800525 ], [ -5.583252640511945, 57.820768936226344 ], [ -5.583818412857819, 57.821800228476071 ], [ -5.583430929096812, 57.824683384015906 ], [ -5.582515978941577, 57.82777023390031 ], [ -5.580863138925277, 57.829367668662037 ], [ -5.583212844692434, 57.833799663654688 ], [ -5.583052359787464, 57.83438942746281 ], [ -5.581937022540339, 57.83508888913385 ], [ -5.581824527538764, 57.836043172677357 ], [ -5.583599522055512, 57.838232311230691 ], [ -5.584988394859354, 57.839180992048327 ], [ -5.584602724244516, 57.839608122060916 ], [ -5.586231250915807, 57.840321674562546 ], [ -5.589958890532151, 57.841224777639624 ], [ -5.593147333395345, 57.84157041945187 ], [ -5.595624974453671, 57.841296084057454 ], [ -5.595701157701531, 57.840555868763722 ], [ -5.59434091844753, 57.838866636301027 ], [ -5.594716880875222, 57.8384109828473 ], [ -5.595951687377523, 57.838386738524534 ], [ -5.597325787583342, 57.840079157180604 ], [ -5.600998247644839, 57.841827640227983 ], [ -5.599072974652631, 57.844459678174879 ], [ -5.598761523636282, 57.84675999731531 ], [ -5.59922524175078, 57.846794475311043 ], [ -5.602310777579437, 57.849359682305746 ], [ -5.604999185192833, 57.850580465670383 ], [ -5.608581440608827, 57.851548310966812 ], [ -5.61204805788643, 57.851259888830846 ], [ -5.613883995863074, 57.85139094895154 ], [ -5.615619050137731, 57.852331242736923 ], [ -5.618191938635777, 57.852630003927338 ], [ -5.621892865894496, 57.854805919083276 ], [ -5.623182478403735, 57.854935376220638 ], [ -5.623977464996831, 57.85465734041405 ], [ -5.624148158129459, 57.855063294372229 ], [ -5.625858169058005, 57.855498943871687 ], [ -5.628741519907701, 57.85527709439959 ], [ -5.630058387310512, 57.854689212613977 ], [ -5.631619526405481, 57.854801818392829 ], [ -5.631912590714248, 57.855149419466045 ], [ -5.632762912641232, 57.85486884297822 ], [ -5.632546658525841, 57.855316441473384 ], [ -5.63199243240371, 57.855322433677244 ], [ -5.631735920349056, 57.856207191061635 ], [ -5.632415532356132, 57.856641705350839 ], [ -5.634666513794102, 57.857071625194379 ], [ -5.635905920417147, 57.857136768543974 ], [ -5.636435078895116, 57.856431169042523 ], [ -5.638202830860535, 57.855733175269947 ], [ -5.639901152137043, 57.855583733513846 ], [ -5.640137502654321, 57.85590327894397 ], [ -5.642667286634154, 57.856054455483417 ], [ -5.641213618316246, 57.857456388455851 ], [ -5.641558646257319, 57.85783304207532 ], [ -5.641198819531396, 57.858127458243729 ], [ -5.642286665225635, 57.858461195741434 ], [ -5.641699136909242, 57.85918917455659 ], [ -5.642041828020931, 57.859392389666496 ], [ -5.640646522435345, 57.860038386040181 ], [ -5.641329627283021, 57.860488936929457 ], [ -5.642427479039533, 57.86057067040494 ], [ -5.641720028013435, 57.861247255930046 ], [ -5.641497584217809, 57.860765495561218 ], [ -5.641194223442263, 57.861368439741497 ], [ -5.641101745235577, 57.861154439956834 ], [ -5.639560606156971, 57.861860348355776 ], [ -5.639204619116525, 57.861692568559022 ], [ -5.63833856331946, 57.862653271085492 ], [ -5.638470995242841, 57.863079185642782 ], [ -5.641054471296791, 57.86378982986831 ], [ -5.641273233248953, 57.864168313338276 ], [ -5.641622302255113, 57.864017146140029 ], [ -5.641846694839208, 57.864601335085631 ], [ -5.642570608511774, 57.864637174330035 ], [ -5.642237386588518, 57.865011736692303 ], [ -5.643836992703122, 57.865199509094417 ], [ -5.643948231001452, 57.865798633947243 ], [ -5.647062163313795, 57.866230509695839 ], [ -5.647028213599413, 57.866811334412219 ], [ -5.646037044894513, 57.867518578620597 ], [ -5.646444730282683, 57.868212560337724 ], [ -5.645166151342089, 57.869080890342097 ], [ -5.645541887412173, 57.869209430684684 ], [ -5.644516809029241, 57.870749199975066 ], [ -5.645009347091466, 57.871198020466643 ], [ -5.645965036618849, 57.871305391475119 ], [ -5.647398406144925, 57.871048409466525 ], [ -5.64877324334265, 57.871795468800066 ], [ -5.648726159752833, 57.872080005439933 ], [ -5.649478642385945, 57.872179713081444 ], [ -5.648766783046212, 57.872896916960222 ], [ -5.650581186308992, 57.873568379233369 ], [ -5.649951410846649, 57.874013529369641 ], [ -5.650829198980299, 57.874433259257259 ], [ -5.650819630684784, 57.875170706775961 ], [ -5.651453276018011, 57.875179431323602 ], [ -5.651169301942781, 57.875457305572148 ], [ -5.651907539366623, 57.875831602439057 ], [ -5.653008419754728, 57.875705498492842 ], [ -5.653397677309981, 57.876049385530742 ], [ -5.653103710401017, 57.876394976476398 ], [ -5.654255299741256, 57.876186491796211 ], [ -5.655495289522481, 57.877845351684172 ], [ -5.655911377356661, 57.877788406767799 ], [ -5.656114060529569, 57.878537716694844 ], [ -5.655888910132695, 57.880059009664983 ], [ -5.655192205069694, 57.880177982256285 ], [ -5.655914407986459, 57.880309992353659 ], [ -5.655328946248638, 57.880942678763745 ], [ -5.656042296174213, 57.881070448620108 ], [ -5.654966049727012, 57.881191371243773 ], [ -5.654736196048915, 57.88166996621743 ], [ -5.652407645058023, 57.882006748973481 ], [ -5.65179753421062, 57.882563713151853 ], [ -5.647825679411686, 57.882673527639668 ], [ -5.645798727855638, 57.883239742754725 ], [ -5.643387278833169, 57.88325959941362 ], [ -5.643758372753664, 57.8845075188027 ], [ -5.645044153728868, 57.884704306975848 ], [ -5.646770103351717, 57.885913272067604 ], [ -5.650682252759332, 57.887373951830689 ], [ -5.653403766615219, 57.887911393660772 ], [ -5.655875481573847, 57.889062798251828 ], [ -5.655393326077969, 57.889301443060333 ], [ -5.655805727724676, 57.889622183420457 ], [ -5.655033080275123, 57.889577027400165 ], [ -5.653411668288947, 57.890648591147823 ], [ -5.652192287190395, 57.890859011760291 ], [ -5.652961326706111, 57.89103464295281 ], [ -5.651694624295773, 57.891610512009919 ], [ -5.651599100834654, 57.892332453456689 ], [ -5.65041377180339, 57.892546370348803 ], [ -5.650066888899078, 57.892372060452701 ], [ -5.649361725814114, 57.892742956418111 ], [ -5.649083468389478, 57.893910656408309 ], [ -5.647957593653251, 57.895044300734895 ], [ -5.644668216868939, 57.896154711529817 ], [ -5.64504851257805, 57.89657529731857 ], [ -5.644223221240792, 57.897511479991081 ], [ -5.645348528477664, 57.89836914274477 ], [ -5.645559040462143, 57.899446371159009 ], [ -5.646378484651135, 57.899867817468078 ], [ -5.646966934611631, 57.901091502764359 ], [ -5.646091342571942, 57.901781921167021 ], [ -5.646594179374112, 57.901744993428494 ], [ -5.645520272762735, 57.90322772017182 ], [ -5.645088159864518, 57.903379479308306 ], [ -5.644832947920113, 57.902860905524626 ], [ -5.644196607064834, 57.903746706886125 ], [ -5.643409621094014, 57.903396232130952 ], [ -5.641749735202791, 57.904347370453401 ], [ -5.641849942517424, 57.904919843559213 ], [ -5.641218821291032, 57.905441389743821 ], [ -5.641783792779342, 57.906517438519963 ], [ -5.640712569526258, 57.907779790042362 ], [ -5.640120652757711, 57.907855207984554 ], [ -5.640454681995031, 57.907984966281468 ], [ -5.639711357359617, 57.909067092126875 ], [ -5.638725424578626, 57.909338097019614 ], [ -5.638409003572038, 57.910300092125553 ], [ -5.637084338727253, 57.911313466208632 ], [ -5.637306137593982, 57.911585792281521 ], [ -5.63571527744349, 57.913307985891755 ], [ -5.633829621365005, 57.914287951371804 ], [ -5.631732398702821, 57.914846927558138 ], [ -5.631046436839882, 57.91474519672655 ], [ -5.630222827044251, 57.915371077547569 ], [ -5.630582611030596, 57.915922645185063 ], [ -5.629226304218539, 57.916208662859873 ], [ -5.628281151496259, 57.915965998365181 ], [ -5.626475474884002, 57.916988510197505 ], [ -5.626587912769663, 57.91734938214713 ], [ -5.625577797960757, 57.917886167817244 ], [ -5.625998527482893, 57.918121364729338 ], [ -5.624506886516205, 57.918406701900814 ], [ -5.623913492246794, 57.918972023938565 ], [ -5.623056921529892, 57.918938049197976 ], [ -5.622460460215547, 57.919305677115283 ], [ -5.622163566988293, 57.920550241022617 ], [ -5.622885895893241, 57.920844262577077 ], [ -5.621997137041102, 57.922334959338116 ], [ -5.620580446960179, 57.923701369910496 ], [ -5.619449094373539, 57.923792074243764 ], [ -5.618399733233604, 57.924361380708184 ], [ -5.617641715759095, 57.92396496869187 ], [ -5.615817901223082, 57.924646223865309 ], [ -5.613754411979269, 57.924961203828651 ], [ -5.612838207264261, 57.924335535915219 ], [ -5.610284205733495, 57.925149864758083 ], [ -5.610675823731325, 57.924927466262332 ], [ -5.610459189037046, 57.924200970020195 ], [ -5.609510924944558, 57.924012190948552 ], [ -5.608961502778043, 57.924261547654822 ], [ -5.608626720579919, 57.923956428636117 ], [ -5.608229955885322, 57.924295832895524 ], [ -5.608233594178285, 57.923827367353113 ], [ -5.607183817100064, 57.924478395734646 ], [ -5.603344962068904, 57.924529015072437 ], [ -5.602965840233072, 57.923865554682784 ], [ -5.60345586121719, 57.923276304276378 ], [ -5.602695909873735, 57.923279900571664 ], [ -5.602569423746676, 57.922860977520948 ], [ -5.601886085853877, 57.92312309409273 ], [ -5.601711426775301, 57.922813413354071 ], [ -5.60016332460515, 57.923634943333767 ], [ -5.59775963427007, 57.922831113151915 ], [ -5.597898311887437, 57.92202260960137 ], [ -5.597006359871894, 57.922479395894811 ], [ -5.596916126515395, 57.921915606775187 ], [ -5.595291197087304, 57.922307751747795 ], [ -5.595188375574861, 57.921955574582114 ], [ -5.595719964862043, 57.921949503642949 ], [ -5.59516111535384, 57.921767564792617 ], [ -5.595324711349721, 57.921376376429912 ], [ -5.596257477964035, 57.920567849767778 ], [ -5.595457608991876, 57.920509607480589 ], [ -5.594664649062802, 57.920993238574376 ], [ -5.594798090117902, 57.920672125126806 ], [ -5.59379063165195, 57.921325437326615 ], [ -5.594219823674812, 57.920549165062958 ], [ -5.593330380491277, 57.921284532363401 ], [ -5.592679077770486, 57.921276003320806 ], [ -5.592593671626792, 57.921013227589903 ], [ -5.591871401884143, 57.921393256599806 ], [ -5.592136381697657, 57.920832895615362 ], [ -5.591378369916787, 57.920094727552801 ], [ -5.590667143245017, 57.919993493545419 ], [ -5.591887711352139, 57.917922805929898 ], [ -5.591376168404058, 57.917537246523942 ], [ -5.589952175604678, 57.917910154358907 ], [ -5.587204405740766, 57.919745322757464 ], [ -5.587504182311123, 57.919160615853585 ], [ -5.586471582858567, 57.919766035401189 ], [ -5.585743976268958, 57.919669731833757 ], [ -5.585579610939282, 57.919292318730989 ], [ -5.586375248793422, 57.918631575303657 ], [ -5.585452150236973, 57.91801490454263 ], [ -5.581340642732537, 57.91956034523151 ], [ -5.581352381587499, 57.919254368777466 ], [ -5.580985398421932, 57.919386084002838 ], [ -5.581308728276052, 57.91839260254774 ], [ -5.580295364195111, 57.918496709101021 ], [ -5.580723422919388, 57.918113362592102 ], [ -5.58032484112871, 57.918063479602353 ], [ -5.581508891777063, 57.917519460438321 ], [ -5.580792485554163, 57.917263698063934 ], [ -5.582128586094803, 57.916872699343713 ], [ -5.582688272697717, 57.916047837565429 ], [ -5.582023084442461, 57.915729507328599 ], [ -5.580562530054727, 57.915854330479597 ], [ -5.580924861567497, 57.915472837190109 ], [ -5.580130998501177, 57.915812568675122 ], [ -5.580313211025588, 57.915471218118142 ], [ -5.5786889989523, 57.91559794033477 ], [ -5.58127342785772, 57.913885331201733 ], [ -5.580381925310634, 57.914007576269782 ], [ -5.580053090957787, 57.913860435815138 ], [ -5.580435549693913, 57.913257232430269 ], [ -5.579202802322989, 57.913073564201099 ], [ -5.578273166927889, 57.913559149388398 ], [ -5.577504812270603, 57.914664055286174 ], [ -5.576990868724342, 57.914795407939138 ], [ -5.577258623035405, 57.913701023290415 ], [ -5.575168176684073, 57.914930376980855 ], [ -5.574933969482783, 57.913730579010362 ], [ -5.57562802951721, 57.912964891120161 ], [ -5.575024021756549, 57.912767958829434 ], [ -5.573935775390376, 57.913323603619709 ], [ -5.573089676803868, 57.912985153223993 ], [ -5.574686881970995, 57.911823666666926 ], [ -5.574942297518459, 57.912167063017058 ], [ -5.575931423825563, 57.911973783985204 ], [ -5.575601948489123, 57.911276490429209 ], [ -5.577092657131707, 57.911015129141958 ], [ -5.577707160275397, 57.91033347576866 ], [ -5.576669598213496, 57.910956037598019 ], [ -5.576426489796933, 57.910600611244419 ], [ -5.574798638287235, 57.91067165463042 ], [ -5.572706915800742, 57.911836280988069 ], [ -5.572380673254729, 57.911272833155017 ], [ -5.572732129545319, 57.911036401491401 ], [ -5.57226860298378, 57.911232838581633 ], [ -5.571493906491964, 57.912156296068268 ], [ -5.572343203645164, 57.912578269141399 ], [ -5.571693887869259, 57.91471268252274 ], [ -5.568135117540545, 57.91718243590357 ], [ -5.567750095537062, 57.917047631213514 ], [ -5.567402838970242, 57.917378319114881 ], [ -5.567106992372711, 57.917188866440661 ], [ -5.565008261984087, 57.91835714709007 ], [ -5.564883361098727, 57.918153897422698 ], [ -5.562950692178815, 57.918340319687125 ], [ -5.561987547234645, 57.918048230811095 ], [ -5.562147132653314, 57.917596075097137 ], [ -5.561446645002687, 57.917806312940456 ], [ -5.561221953441216, 57.917260664566861 ], [ -5.562172520565496, 57.916522917021837 ], [ -5.561268078011251, 57.916907881494936 ], [ -5.561646423398589, 57.916600610310546 ], [ -5.561256960299194, 57.916727504944639 ], [ -5.561458884973015, 57.916497999977508 ], [ -5.56094869317361, 57.916292974314906 ], [ -5.560536739708581, 57.916585005298018 ], [ -5.560537041615817, 57.916281152488359 ], [ -5.560189564263154, 57.916712507976833 ], [ -5.560467484751832, 57.91600532924798 ], [ -5.560364860493206, 57.915736726389788 ], [ -5.559877880173243, 57.915885230772801 ], [ -5.55974240198409, 57.915250778562907 ], [ -5.559320967010058, 57.915566444268499 ], [ -5.559431582545304, 57.915352987903603 ], [ -5.558268305596482, 57.915392803789125 ], [ -5.558486784499417, 57.914067922042875 ], [ -5.559479899813608, 57.913470135540905 ], [ -5.559168350744885, 57.91330897337447 ], [ -5.55855411652046, 57.913673193942913 ], [ -5.558999982148762, 57.913177954725455 ], [ -5.558429227279966, 57.913094178499591 ], [ -5.558605890924187, 57.912916626340731 ], [ -5.557922570450411, 57.913009501468714 ], [ -5.55776988379736, 57.912712635348626 ], [ -5.557376642737301, 57.912920529726598 ], [ -5.557488234013607, 57.912665696153475 ], [ -5.557278141823284, 57.91281272069179 ], [ -5.55661819055738, 57.912356576321926 ], [ -5.555733200793188, 57.912630386641169 ], [ -5.555910671123525, 57.912392586422101 ], [ -5.555574778801222, 57.912565606981218 ], [ -5.554811932381932, 57.912281338599328 ], [ -5.553003956772119, 57.913196760605146 ], [ -5.552972849606161, 57.912950421776991 ], [ -5.552165929267121, 57.913074593616656 ], [ -5.552680585890183, 57.912488456701354 ], [ -5.55166621177839, 57.912854855942079 ], [ -5.552060146969118, 57.912038374968304 ], [ -5.552872640717707, 57.911663241721882 ], [ -5.552380299447136, 57.911398353322888 ], [ -5.551318331595369, 57.911949467326856 ], [ -5.552454799081443, 57.910784985164824 ], [ -5.552273715113212, 57.910439466364849 ], [ -5.551457708023834, 57.910676257082073 ], [ -5.552235557629629, 57.909677330487142 ], [ -5.551549429263098, 57.909946443794183 ], [ -5.551552554884742, 57.9096703803447 ], [ -5.552624848461597, 57.908677591925446 ], [ -5.554707749205311, 57.908358560905391 ], [ -5.555878578108281, 57.907560750300433 ], [ -5.55543598011339, 57.906432390535613 ], [ -5.556689048136535, 57.905186388600292 ], [ -5.556324651908186, 57.904592510817231 ], [ -5.55986930349193, 57.902803079883853 ], [ -5.559635834271444, 57.902610962999468 ], [ -5.55907753006857, 57.902975418318761 ], [ -5.557327186125868, 57.901105255173881 ], [ -5.55605561137184, 57.900694126900554 ], [ -5.55467062755891, 57.900723951066524 ], [ -5.554355935054726, 57.900444206256694 ], [ -5.553412820513532, 57.900588387709874 ], [ -5.553004161353729, 57.901049306245739 ], [ -5.553323724813559, 57.901292960039186 ], [ -5.552545055830978, 57.901649174557114 ], [ -5.552017307942171, 57.901520120128879 ], [ -5.551590619843393, 57.902089411771364 ], [ -5.551249078293574, 57.901879629877975 ], [ -5.551587171786921, 57.901028752906072 ], [ -5.550631547186572, 57.901063592146485 ], [ -5.551881556924041, 57.900214157289618 ], [ -5.551353737236628, 57.900152523384762 ], [ -5.551170972278917, 57.899584112378484 ], [ -5.549838188148388, 57.899851542503718 ], [ -5.549605029521079, 57.89925127879237 ], [ -5.548313951080909, 57.8992226723458 ], [ -5.549001934435493, 57.898460899777177 ], [ -5.548791943842596, 57.897770092295623 ], [ -5.548362415965535, 57.89783154914538 ], [ -5.548682344064537, 57.897172663360301 ], [ -5.550213051415121, 57.895866816965992 ], [ -5.553288950905472, 57.891285963346441 ], [ -5.553237184805513, 57.890163729817523 ], [ -5.551686438454871, 57.888903688886018 ], [ -5.549811046141223, 57.888115673968151 ], [ -5.551615902444005, 57.885709909099909 ], [ -5.551476257155058, 57.883662423051632 ], [ -5.548480714157951, 57.880240380669072 ], [ -5.544534539951142, 57.877508271023366 ], [ -5.543643215697247, 57.87752149415757 ], [ -5.543627939118029, 57.877126385665811 ], [ -5.543235430781284, 57.877355796294495 ], [ -5.543485182985231, 57.877098911589108 ], [ -5.542739881032528, 57.876949834222273 ], [ -5.542584117708125, 57.875932985567879 ], [ -5.541211000512344, 57.875867958183449 ], [ -5.53931376570632, 57.875071422837316 ], [ -5.539226985790788, 57.874480542861939 ], [ -5.54019053965345, 57.873366824946331 ], [ -5.539817841339736, 57.872905284309056 ], [ -5.538627398597424, 57.872929520406835 ], [ -5.539911734186815, 57.872847827748728 ], [ -5.539948418150382, 57.872002696314169 ], [ -5.540953384725965, 57.871173678714953 ], [ -5.540511598472131, 57.869563422037075 ], [ -5.537400447884629, 57.867705841403691 ], [ -5.53589455040516, 57.867212974115041 ], [ -5.534101830012658, 57.867148788786999 ], [ -5.531600377307137, 57.866531695611059 ], [ -5.525757647437416, 57.866089312968377 ], [ -5.518636668151308, 57.864716686584494 ], [ -5.517325705401429, 57.864747667145011 ], [ -5.517198473731807, 57.864999302387062 ], [ -5.516890745694958, 57.864819062229444 ], [ -5.51623816656635, 57.865287527159921 ], [ -5.516002945295089, 57.864796040985055 ], [ -5.515383599845509, 57.864913894731572 ], [ -5.514506720122928, 57.864328727152433 ], [ -5.512459529940469, 57.863988128383923 ], [ -5.511048706001695, 57.863115687777736 ], [ -5.510919500857185, 57.862655417007282 ], [ -5.508114005582269, 57.861593229861512 ], [ -5.505983716371308, 57.861574848212079 ], [ -5.505714110928113, 57.861352177317336 ], [ -5.502908090739109, 57.861825263130932 ], [ -5.499970993831966, 57.860984975826028 ], [ -5.498285379328502, 57.861585235471765 ], [ -5.498001719110992, 57.86088740475536 ], [ -5.496751565051166, 57.861525968401118 ], [ -5.49643291284599, 57.861179680749323 ], [ -5.495736651472372, 57.861443387625144 ], [ -5.49565042432442, 57.860919893737147 ], [ -5.495047922853704, 57.861280792389955 ], [ -5.495046012304184, 57.860739692171748 ], [ -5.493359751307621, 57.861212255680833 ], [ -5.493517475023165, 57.860925647533371 ], [ -5.49276238396291, 57.861156799681233 ], [ -5.493113750965565, 57.860901713260951 ], [ -5.492459613006857, 57.861113002593612 ], [ -5.492619516944587, 57.860848808718337 ], [ -5.490132393273004, 57.860750098451327 ], [ -5.488330355610328, 57.861037906180741 ], [ -5.488138232260128, 57.860255736150464 ], [ -5.489341095709221, 57.859023473864177 ], [ -5.488011070679326, 57.85808923617406 ], [ -5.487403832920005, 57.858087962776374 ], [ -5.487380608126564, 57.857551945104007 ], [ -5.486425893086712, 57.857305830074637 ], [ -5.485751419718628, 57.857742374875713 ], [ -5.485116694999625, 57.857544083682441 ], [ -5.483963450904225, 57.857912875987999 ], [ -5.481661564779371, 57.857041235103068 ], [ -5.479298424625523, 57.857542086555121 ], [ -5.478515146305663, 57.857289410007127 ], [ -5.475425915261572, 57.857868537731235 ], [ -5.475119610004821, 57.857490399729819 ], [ -5.473867148814673, 57.85726853306376 ], [ -5.474106428141896, 57.85695185011577 ], [ -5.473543219918325, 57.857057174039092 ], [ -5.472480081831366, 57.856699763925484 ], [ -5.471950868636458, 57.855145649754675 ], [ -5.47076517787723, 57.853690411054373 ], [ -5.468138934332489, 57.852508299114454 ], [ -5.463123718684136, 57.852519556819324 ], [ -5.461305786912686, 57.852025364500896 ], [ -5.460877644215657, 57.851377252551764 ], [ -5.460255831932664, 57.851802332849552 ], [ -5.459215621504417, 57.851417222807797 ], [ -5.455756970109738, 57.851394695850637 ], [ -5.454624998023316, 57.850931148691863 ], [ -5.453968798232523, 57.852000752923317 ], [ -5.452096526061513, 57.853049538801734 ], [ -5.452003197278149, 57.854099307883089 ], [ -5.452548675031876, 57.854776612850223 ], [ -5.452293128472997, 57.855453258379008 ], [ -5.450969229875938, 57.856419671688784 ], [ -5.451774255076831, 57.857341609063546 ], [ -5.450965223781658, 57.857786119615326 ], [ -5.450809082944954, 57.858356681013625 ], [ -5.452414237438353, 57.859180427488369 ], [ -5.453853688779536, 57.85915470613935 ], [ -5.453244099857812, 57.859656721191904 ], [ -5.451874373751648, 57.859442326528793 ], [ -5.451394501008401, 57.860682398757554 ], [ -5.451757907537276, 57.861746699723859 ], [ -5.454925927756665, 57.862685169356936 ], [ -5.455443972518725, 57.863426135409647 ], [ -5.456722747050151, 57.864096922832928 ], [ -5.456796673591366, 57.865218543504405 ], [ -5.452945162983518, 57.866653868086544 ], [ -5.452955789572028, 57.867116515861447 ], [ -5.454578559308259, 57.867503791536464 ], [ -5.454210089457326, 57.869113884754363 ], [ -5.451363590192717, 57.869775680260915 ], [ -5.449774326190304, 57.86956273745011 ], [ -5.448438505887267, 57.869882226042343 ], [ -5.446370580861552, 57.86969124562733 ], [ -5.444261453075226, 57.870656441576415 ], [ -5.443000028468417, 57.870519904850816 ], [ -5.442871854367293, 57.869885163933631 ], [ -5.442193726275733, 57.870114815343833 ], [ -5.441706954113927, 57.869840378909593 ], [ -5.44352229298083, 57.871570923765006 ], [ -5.443019156578497, 57.872043025408701 ], [ -5.440694282715625, 57.872694905230752 ], [ -5.440049036567175, 57.873693111282009 ], [ -5.440598291924958, 57.875485901540166 ], [ -5.442617623396943, 57.877370932490216 ], [ -5.442322662741596, 57.878785719860183 ], [ -5.439050972790092, 57.880658793139787 ], [ -5.43922281740357, 57.881450559010609 ], [ -5.436372495420781, 57.881042410286312 ], [ -5.433387573466589, 57.881398309707535 ], [ -5.431556627390698, 57.883132392447905 ], [ -5.432975046767715, 57.884680563655593 ], [ -5.438175035685616, 57.885903349342691 ], [ -5.44007401089017, 57.886736379996456 ], [ -5.439384802368846, 57.887524527645667 ], [ -5.437524368014501, 57.888331831168948 ], [ -5.43678727555129, 57.889025977506066 ], [ -5.436708556637044, 57.889792173815685 ], [ -5.437377697953035, 57.889994273729464 ], [ -5.436916748589549, 57.890469696037975 ], [ -5.437406988442905, 57.890654170465723 ], [ -5.437514685562187, 57.892399609673767 ], [ -5.438012088028697, 57.89257040464183 ], [ -5.437578623264197, 57.892627096215158 ], [ -5.437556722496626, 57.893634455830011 ], [ -5.436667385302345, 57.894220362328269 ], [ -5.434508214011877, 57.894413669890469 ], [ -5.433012084771984, 57.894921591278568 ], [ -5.432429877411423, 57.897400319759946 ], [ -5.433325180136214, 57.897582840453538 ], [ -5.433260936237213, 57.898236278704303 ], [ -5.432448755810377, 57.901224610167894 ], [ -5.431333547213655, 57.902985148063401 ], [ -5.430859820043011, 57.903240660032658 ], [ -5.430836590609077, 57.902908697115677 ], [ -5.430001656252615, 57.902917787330004 ], [ -5.429220755334197, 57.903316430589058 ], [ -5.427736249624345, 57.903419465793 ], [ -5.425718626743913, 57.905370618843229 ], [ -5.424811635225506, 57.90666254032616 ], [ -5.42527487772426, 57.907005098740271 ], [ -5.424687157719338, 57.907749064560655 ], [ -5.424137640269331, 57.908096484099303 ], [ -5.424043475856075, 57.907834750950038 ], [ -5.42230640800794, 57.909260510002362 ], [ -5.421391624301361, 57.907810997770135 ], [ -5.417297897141424, 57.906581965821893 ], [ -5.415996792055944, 57.906661943711313 ], [ -5.415256861941119, 57.905805445222072 ], [ -5.412987864108695, 57.905205813598997 ], [ -5.408238632883506, 57.904893013855066 ], [ -5.407027024530871, 57.905204206486026 ], [ -5.406817394762343, 57.904773875921784 ], [ -5.404434124487854, 57.905372677980708 ], [ -5.400911867577392, 57.904909824152512 ], [ -5.400346358511155, 57.904911496665903 ], [ -5.400067405275991, 57.905265041274873 ], [ -5.399594674086716, 57.904819277811725 ], [ -5.398350894378953, 57.90496944966624 ], [ -5.396505167588989, 57.90393122329062 ], [ -5.396913088270583, 57.902976478551587 ], [ -5.390355580408765, 57.899328035681698 ], [ -5.387524250040552, 57.898413098645136 ], [ -5.382655592402578, 57.89733850295007 ], [ -5.382362439072051, 57.897542273409243 ], [ -5.38261643709237, 57.897317074999549 ], [ -5.381469506730725, 57.896735514530647 ], [ -5.376093716497469, 57.894696198676229 ], [ -5.356359716262889, 57.888645513475332 ], [ -5.349536238591255, 57.885999837745246 ], [ -5.345955334141511, 57.884042239237715 ], [ -5.344769446665308, 57.883720262020269 ], [ -5.344181908461832, 57.882791049749528 ], [ -5.341520079123263, 57.880984378052624 ], [ -5.340910336161063, 57.880977968145423 ], [ -5.340434226556958, 57.88026602626919 ], [ -5.338499264990605, 57.879925067383724 ], [ -5.338451831285102, 57.879668343185699 ], [ -5.338232729479766, 57.87985298285372 ], [ -5.337110196246186, 57.879211073644861 ], [ -5.335432751531149, 57.877041307663212 ], [ -5.335835111221171, 57.875028967348399 ], [ -5.333586237519336, 57.873298470196502 ], [ -5.332827755429519, 57.870462732569521 ], [ -5.330707345406566, 57.86956924583955 ], [ -5.328129983063194, 57.86703382217361 ], [ -5.324612525871905, 57.865199839947941 ], [ -5.321851661613675, 57.86501871563808 ], [ -5.317273430331666, 57.863051426954442 ], [ -5.31447684687692, 57.863102983251004 ], [ -5.31249527653212, 57.862663989969278 ], [ -5.311042130088505, 57.862120385726804 ], [ -5.311167078477131, 57.86138815541225 ], [ -5.310404324985668, 57.860850783696016 ], [ -5.307107529154918, 57.860632100576545 ], [ -5.303480610556989, 57.859737011472546 ], [ -5.292261216285261, 57.855898625393031 ], [ -5.289839940277852, 57.855696314128146 ], [ -5.287003647324029, 57.854899796458746 ], [ -5.28302781428742, 57.855844120488207 ], [ -5.282026498425204, 57.85536579451891 ], [ -5.281997045991032, 57.855745867171613 ], [ -5.28149820117335, 57.855785743860508 ], [ -5.277326587810613, 57.854821326435854 ], [ -5.276773468417166, 57.854134529104037 ], [ -5.273114435198709, 57.854503185979034 ], [ -5.271573630351533, 57.854413520344849 ], [ -5.269674955484986, 57.853724554165048 ], [ -5.266557065520018, 57.853906488937575 ], [ -5.265955125079833, 57.853757509119262 ], [ -5.265751247397824, 57.853256717424657 ], [ -5.263783313426876, 57.853159982564442 ], [ -5.263271276530378, 57.852625773390834 ], [ -5.260533721426942, 57.852351950902857 ], [ -5.260699702160688, 57.85146592856259 ], [ -5.26000906970395, 57.850820351039069 ], [ -5.259840764543485, 57.849817088601085 ], [ -5.258394065143028, 57.849367111885783 ], [ -5.252507669492721, 57.848682350480289 ], [ -5.242656423098429, 57.845991046178042 ], [ -5.237688232336569, 57.84529110792306 ], [ -5.236995244073612, 57.844800969305879 ], [ -5.234360070569607, 57.844287588895227 ], [ -5.232074952607916, 57.844274862134881 ], [ -5.225513152835444, 57.842694682349411 ], [ -5.221282627823911, 57.842205438349538 ], [ -5.219411403741203, 57.84146561039028 ], [ -5.221827032367637, 57.842525963542663 ], [ -5.221526661281345, 57.842672913788874 ], [ -5.222095153506459, 57.84267823968564 ], [ -5.221976573174967, 57.84291674377269 ], [ -5.220494187976652, 57.842813297053304 ], [ -5.219583579805586, 57.842166808736934 ], [ -5.217591606347753, 57.842075370992838 ], [ -5.218056061498633, 57.8422370529997 ], [ -5.217523762575698, 57.842448303909606 ], [ -5.218006872337519, 57.842894437356449 ], [ -5.216273956832591, 57.84238204812246 ], [ -5.215579054760726, 57.842867959300747 ], [ -5.216428979093614, 57.8425515863158 ], [ -5.217946567482114, 57.8430119154132 ], [ -5.217540059022577, 57.84336737884955 ], [ -5.21594610237337, 57.843373669545528 ], [ -5.217248959994478, 57.843372969178333 ], [ -5.217533299008028, 57.844141430750945 ], [ -5.217314444242358, 57.843842286673052 ], [ -5.215764484383801, 57.844153055275733 ], [ -5.217092680871664, 57.844077112504351 ], [ -5.21713131819287, 57.844887762389085 ], [ -5.21820781638514, 57.845409616186338 ], [ -5.217211384243302, 57.845274917636182 ], [ -5.217593546417039, 57.845533964678872 ], [ -5.217241477365784, 57.845668733925599 ], [ -5.21668552202836, 57.845502179517489 ], [ -5.21706792205015, 57.845782793651431 ], [ -5.218291583784399, 57.845573770644023 ], [ -5.217491254472061, 57.846030909349487 ], [ -5.218421479782399, 57.845895844418592 ], [ -5.217965769714483, 57.846266938774818 ], [ -5.215533675624242, 57.845873848515801 ], [ -5.218809181942939, 57.846443267291086 ], [ -5.219425392365594, 57.846906689580464 ], [ -5.219155406374815, 57.846394029660765 ], [ -5.221365837698483, 57.846079023412273 ], [ -5.221479903599879, 57.846374532210547 ], [ -5.220021422982188, 57.846936493344678 ], [ -5.220751116735704, 57.846802010562953 ], [ -5.220375591640854, 57.847202535239816 ], [ -5.219679603980391, 57.847204932550831 ], [ -5.219159897850545, 57.847576757492746 ], [ -5.220623473946056, 57.847241179251846 ], [ -5.221128898883754, 57.848105583832975 ], [ -5.219156213733638, 57.847592130909931 ], [ -5.216592642801431, 57.847596977610955 ], [ -5.212520684754538, 57.846357395913024 ], [ -5.21637966629159, 57.847779447474245 ], [ -5.219871601710327, 57.847995508803216 ], [ -5.225696691213749, 57.850396482677318 ], [ -5.225994735848204, 57.850806849935019 ], [ -5.228205886981649, 57.850930333166311 ], [ -5.228916983792064, 57.851716668709244 ], [ -5.231952163289276, 57.852192109832735 ], [ -5.233257827863937, 57.85321493516966 ], [ -5.236815112834645, 57.853775817956212 ], [ -5.237732299197669, 57.854507411047507 ], [ -5.238882354661465, 57.854734203095433 ], [ -5.239986659413154, 57.856139612386883 ], [ -5.242352626095363, 57.857229628345713 ], [ -5.240739869089409, 57.862919960403936 ], [ -5.243216570940144, 57.866451936692208 ], [ -5.244353912957038, 57.866252069041131 ], [ -5.246002592964569, 57.867234540387884 ], [ -5.250831448040518, 57.868504032546461 ], [ -5.268963670529037, 57.871455312803164 ], [ -5.270414073481639, 57.871321745265178 ], [ -5.276211571557314, 57.872430485369492 ], [ -5.280852772919055, 57.872601733026229 ], [ -5.293483065731196, 57.874428002995678 ], [ -5.295123834634042, 57.874291007404999 ], [ -5.305812876721393, 57.877064435323291 ], [ -5.307522566899784, 57.87721760948866 ], [ -5.308941969225192, 57.877791804318406 ], [ -5.311659196269566, 57.879451172297458 ], [ -5.311972738289314, 57.880108133962246 ], [ -5.311414759171798, 57.881012562289733 ], [ -5.311801260097501, 57.8813620111654 ], [ -5.313303235556774, 57.881547499450676 ], [ -5.313871880160694, 57.88195060974779 ], [ -5.314336099900323, 57.882868790497263 ], [ -5.314219701289455, 57.884903231573524 ], [ -5.313306691089393, 57.886167493666427 ], [ -5.313429710774301, 57.887503565319548 ], [ -5.315663024473506, 57.889395716941792 ], [ -5.317218839945849, 57.891808905180653 ], [ -5.319948779676687, 57.894321691691992 ], [ -5.323172993834325, 57.896515870118527 ], [ -5.327200141391045, 57.898351849569657 ], [ -5.331837521589985, 57.901248512840816 ], [ -5.334251523593581, 57.902173843104805 ], [ -5.337421699386185, 57.90546031443494 ], [ -5.338825608633857, 57.906341116021501 ], [ -5.345677178270369, 57.907821748954717 ], [ -5.350372084661612, 57.907590916785225 ], [ -5.352254741421092, 57.908059840404519 ], [ -5.359625806029156, 57.907897265606572 ], [ -5.370735552361223, 57.909554093430295 ], [ -5.374673842957895, 57.909825151512635 ], [ -5.378101183637387, 57.910516879956639 ], [ -5.38137396045351, 57.909366349421099 ], [ -5.383345781567754, 57.909287725386385 ], [ -5.384537641788412, 57.909552571594361 ], [ -5.385307712857076, 57.910969332561507 ], [ -5.386447258470906, 57.911915107564944 ], [ -5.391503325647045, 57.912554918035987 ], [ -5.392273849290945, 57.912236795084404 ], [ -5.393172207478053, 57.912825813102629 ], [ -5.394486481292349, 57.912918306441973 ], [ -5.394436852217832, 57.913412219544291 ], [ -5.393989424786822, 57.913485310026068 ], [ -5.394697990464692, 57.913941865237298 ], [ -5.394259933028468, 57.914597179337441 ], [ -5.394718479039167, 57.914838398316576 ], [ -5.394353056132783, 57.915028847096309 ], [ -5.394967132442433, 57.918669060334537 ], [ -5.394100153227814, 57.919415845322568 ], [ -5.39420232599509, 57.920765924596957 ], [ -5.405835388302448, 57.92729479178665 ], [ -5.406142092277286, 57.927767464257322 ], [ -5.404754787387709, 57.929620423549601 ], [ -5.405253986270721, 57.930519398259207 ], [ -5.404387441456019, 57.931360622358412 ], [ -5.400025532292908, 57.933122473239663 ], [ -5.397258258025701, 57.933344872552439 ], [ -5.394937601839503, 57.932660885318903 ], [ -5.39303194893471, 57.931628686824965 ], [ -5.386668215919092, 57.930715473492761 ], [ -5.384739134065322, 57.930775911939918 ], [ -5.381068160712576, 57.931808564251476 ], [ -5.378016832577732, 57.932065074698919 ], [ -5.377306344045402, 57.93178735112707 ], [ -5.377175271977255, 57.930932417032665 ], [ -5.376013931602856, 57.930621736496249 ], [ -5.375754798103769, 57.929752229667315 ], [ -5.372367371295713, 57.92975687185146 ], [ -5.37108676802224, 57.930065040222743 ], [ -5.369871362003334, 57.930888313315926 ], [ -5.368867729727237, 57.932348643835148 ], [ -5.369508062269365, 57.933410290110814 ], [ -5.370908272760941, 57.934465242599686 ], [ -5.37033076922538, 57.93533449894602 ], [ -5.372251568097851, 57.9364430321234 ], [ -5.372432272323321, 57.93737754898136 ], [ -5.370127237201991, 57.937667967167478 ], [ -5.368714770990393, 57.93828522111027 ], [ -5.366489117007383, 57.937710554871543 ], [ -5.364704757060795, 57.938598294211509 ], [ -5.36417335894072, 57.93833822219635 ], [ -5.363429810740213, 57.938519717443867 ], [ -5.361719263577275, 57.937940310335144 ], [ -5.360707255323942, 57.939045737667612 ], [ -5.359950413797472, 57.938724200838912 ], [ -5.358589034069408, 57.938715277489784 ], [ -5.356842611070666, 57.937570472100191 ], [ -5.357249938971917, 57.936413653259251 ], [ -5.355210539524836, 57.936382173639601 ], [ -5.352862952502455, 57.935221742647322 ], [ -5.351398539776027, 57.932658209814093 ], [ -5.351483803051275, 57.931851479445832 ], [ -5.352888313823311, 57.931239122040985 ], [ -5.35230661280306, 57.929623052793197 ], [ -5.352719327888468, 57.929338000927309 ], [ -5.3553922806836, 57.929011202318257 ], [ -5.35498200758046, 57.928779353408991 ], [ -5.355417211101013, 57.92674541174074 ], [ -5.351265825168468, 57.926616880310689 ], [ -5.349945464594639, 57.925321419247375 ], [ -5.34884184879285, 57.925534805787123 ], [ -5.348072031620746, 57.925069728790966 ], [ -5.348258821707697, 57.924354703125729 ], [ -5.347777349289604, 57.923720223887031 ], [ -5.347245238558242, 57.923720773931528 ], [ -5.347473386198353, 57.923449594055398 ], [ -5.345907244844987, 57.923140331905763 ], [ -5.346345293301131, 57.922764746558187 ], [ -5.34559781926886, 57.921903569155837 ], [ -5.344116817824594, 57.921455415650428 ], [ -5.344183382536269, 57.921081534734952 ], [ -5.342049556688297, 57.919752598089232 ], [ -5.340460311768437, 57.919083438744217 ], [ -5.339506031055313, 57.91913911158872 ], [ -5.339024148762626, 57.918788651664229 ], [ -5.338488419192063, 57.918931280559903 ], [ -5.337903760780028, 57.918274313544337 ], [ -5.336837093306414, 57.918192700760144 ], [ -5.335451131137976, 57.918620132422902 ], [ -5.334532529705154, 57.917785863396389 ], [ -5.332916300462998, 57.917114625395605 ], [ -5.33325475709858, 57.916320138767027 ], [ -5.332566035119064, 57.915249712876573 ], [ -5.330406548150191, 57.91436440029203 ], [ -5.328308104078111, 57.913827105229572 ], [ -5.323921037098005, 57.913542990309701 ], [ -5.323053415575322, 57.913018310989223 ], [ -5.322259485677312, 57.913016625398093 ], [ -5.320584528353979, 57.911832632524124 ], [ -5.315461638313554, 57.910616499868901 ], [ -5.309768478014118, 57.910906224078147 ], [ -5.304397919480637, 57.910443948780461 ], [ -5.297275832317461, 57.910399986627752 ], [ -5.289929461167036, 57.911318700950432 ], [ -5.288300997546514, 57.911239562265251 ], [ -5.286433853961659, 57.911782286329291 ], [ -5.284119630330913, 57.911406257586172 ], [ -5.282686907962742, 57.91152871349226 ], [ -5.276889127146056, 57.912860508817154 ], [ -5.274353932428851, 57.913766347579667 ], [ -5.274488516956682, 57.914131396056376 ], [ -5.2736442374864, 57.914782356963819 ], [ -5.272453653899069, 57.915154615437096 ], [ -5.270259759586081, 57.915080832183961 ], [ -5.268494460988914, 57.915634142793493 ], [ -5.2654039000217, 57.9161945654362 ], [ -5.263577937117241, 57.916174117297452 ], [ -5.25899802079145, 57.917168151123057 ], [ -5.248549917567652, 57.916591096524023 ], [ -5.247562677864601, 57.916787135945903 ], [ -5.248090659775658, 57.917209553698164 ], [ -5.246962834161825, 57.917719278511186 ], [ -5.245589357176255, 57.917660029947825 ], [ -5.247345071960738, 57.917089314081736 ], [ -5.246642594557735, 57.916698321507965 ], [ -5.243352410630144, 57.917577892450602 ], [ -5.240849423126317, 57.917448579671621 ], [ -5.239653491478667, 57.917672355235254 ], [ -5.23916427110467, 57.917491595196779 ], [ -5.240289281470281, 57.917417939585086 ], [ -5.239207194792955, 57.916843351628799 ], [ -5.239737216574435, 57.915602938803914 ], [ -5.238115739399846, 57.915976878566909 ], [ -5.236860646610629, 57.915824634859668 ], [ -5.237334084113849, 57.915830536661502 ], [ -5.238432099640792, 57.914989096942683 ], [ -5.241677152931867, 57.913984969715933 ], [ -5.242590475552493, 57.913157196724733 ], [ -5.24229972148612, 57.912742180012827 ], [ -5.236182656349924, 57.913734199774879 ], [ -5.233817579558351, 57.913632694783502 ], [ -5.233125799819436, 57.91335820390394 ], [ -5.232751965159289, 57.913520524796873 ], [ -5.232291253259541, 57.913186214963829 ], [ -5.23043969549684, 57.91297269926428 ], [ -5.231135690421834, 57.912824654399884 ], [ -5.230995177565585, 57.912576563559 ], [ -5.228416876090852, 57.912826430244422 ], [ -5.228681573296964, 57.912577017360711 ], [ -5.228027576911246, 57.912346479038987 ], [ -5.227784580479375, 57.911426881753492 ], [ -5.227272243425225, 57.911269136195287 ], [ -5.223400653374998, 57.911596721961416 ], [ -5.222132496144568, 57.911201988641011 ], [ -5.221627729865256, 57.910468789636212 ], [ -5.220391301275479, 57.909862013930265 ], [ -5.219603840478831, 57.909837052499512 ], [ -5.219562091814804, 57.909465105422051 ], [ -5.217452461164008, 57.909383784076979 ], [ -5.215690267457819, 57.908089221404808 ], [ -5.216025620103934, 57.907779622738389 ], [ -5.215466452138799, 57.907663464152371 ], [ -5.215672241158239, 57.907321196688223 ], [ -5.21404933619503, 57.906827517326128 ], [ -5.212473479952193, 57.905725931711231 ], [ -5.211775340437613, 57.904431343466406 ], [ -5.212090644556901, 57.904086310174797 ], [ -5.209023533136788, 57.902258436353264 ], [ -5.20792083610558, 57.901952859562059 ], [ -5.208342318832599, 57.901435277087096 ], [ -5.208029237094689, 57.900858968191422 ], [ -5.206138793051744, 57.90048430745896 ], [ -5.205961617508431, 57.900201166039572 ], [ -5.203340916412159, 57.899871876399878 ], [ -5.202672481910134, 57.898621434331716 ], [ -5.19882157130755, 57.898314109517869 ], [ -5.197634725382092, 57.897971020324384 ], [ -5.197710181785496, 57.897110762074398 ], [ -5.195850082097873, 57.896789115885845 ], [ -5.196012467702568, 57.896146876224357 ], [ -5.195455022293971, 57.896237314120086 ], [ -5.195337298317116, 57.895957156118662 ], [ -5.194293998154288, 57.895803664656839 ], [ -5.194868575626838, 57.895240929399058 ], [ -5.193591241300959, 57.893686700633801 ], [ -5.192242155149173, 57.893415057471962 ], [ -5.192095756705145, 57.892906424036219 ], [ -5.191143852001153, 57.892925874915647 ], [ -5.189572921099787, 57.892340709395526 ], [ -5.189767744914081, 57.891872929427294 ], [ -5.18871349229814, 57.890546735435493 ], [ -5.187110297020763, 57.889881460374205 ], [ -5.186116040904632, 57.890279434218584 ], [ -5.184983273348454, 57.889970826095677 ], [ -5.184471874503184, 57.890199374638641 ], [ -5.184365628019934, 57.889761630048845 ], [ -5.183384484789616, 57.889831191631963 ], [ -5.183454579709845, 57.889478901565518 ], [ -5.182759009794128, 57.889437930809493 ], [ -5.182248250463688, 57.889005837894366 ], [ -5.181530226669886, 57.889378870605469 ], [ -5.180924054798474, 57.887771740642528 ], [ -5.181308646242941, 57.887254276775792 ], [ -5.180845387477922, 57.887072651007344 ], [ -5.176607628173245, 57.886572142331815 ], [ -5.174503708553511, 57.886921406932913 ], [ -5.174131348185532, 57.886526265891156 ], [ -5.172851692601291, 57.886845889746922 ], [ -5.172033461905498, 57.885891158595022 ], [ -5.171295634900141, 57.886039929462612 ], [ -5.168738737084593, 57.885461181703477 ], [ -5.167845945933013, 57.885766597644484 ], [ -5.166952619596498, 57.885586672566227 ], [ -5.166316512902679, 57.884110555094821 ], [ -5.16640742203506, 57.883609456364617 ], [ -5.167014999141605, 57.883419025505063 ], [ -5.167125502017553, 57.882373667311889 ], [ -5.164201550084236, 57.881934320889791 ], [ -5.164091354493296, 57.88164046819066 ], [ -5.162233978433028, 57.881817106066599 ], [ -5.16186032210566, 57.88082876193652 ], [ -5.160959666238873, 57.880563594421062 ], [ -5.16041378439064, 57.880783917203374 ], [ -5.159714925257196, 57.880414846483731 ], [ -5.158061422322945, 57.880222335910503 ], [ -5.157591758555313, 57.880638482540022 ], [ -5.157029103124899, 57.880571595422985 ], [ -5.157528352292049, 57.8802041479696 ], [ -5.155667197214044, 57.878412437104473 ], [ -5.152678906625907, 57.877232932343482 ], [ -5.151834821176769, 57.875492284640252 ], [ -5.148944426658842, 57.8746562972795 ], [ -5.145104705166039, 57.874248241833122 ], [ -5.134772718037231, 57.875183482362004 ], [ -5.131821672424659, 57.875177285132182 ], [ -5.127863789395444, 57.874630518660673 ], [ -5.128449338068414, 57.873137586783244 ], [ -5.128232668274914, 57.872022153030791 ], [ -5.12676604403582, 57.871546910676471 ], [ -5.123934424339967, 57.871649937425893 ], [ -5.121249938958323, 57.870589858237132 ], [ -5.120147805115765, 57.870465081914951 ], [ -5.120567911874155, 57.869493055861334 ], [ -5.119988336287609, 57.868488101635805 ], [ -5.118988681141844, 57.868104644098082 ], [ -5.119172681548693, 57.867288524191238 ], [ -5.118300899766829, 57.866842597677056 ], [ -5.118440046285705, 57.865819964381551 ], [ -5.109477390032623, 57.856924663300774 ], [ -5.107248347229296, 57.853170301768408 ], [ -5.105307030418882, 57.850910709340546 ], [ -5.103768536484321, 57.850428888198188 ], [ -5.10330285488283, 57.84934737965883 ], [ -5.103670199806477, 57.848640940873601 ], [ -5.102821506770924, 57.847319845990803 ], [ -5.101045965823777, 57.84607894062021 ], [ -5.099120607698266, 57.842603733932471 ], [ -5.095735208396662, 57.839293587358647 ], [ -5.094314955154377, 57.838630816096504 ], [ -5.094371468948058, 57.837757629729801 ], [ -5.093692165872025, 57.836989583316402 ], [ -5.092095684303072, 57.836589036394436 ], [ -5.092117855434316, 57.835864986231286 ], [ -5.089406577295675, 57.832777313132532 ], [ -5.085894336646285, 57.829301948641451 ], [ -5.082471385856504, 57.826922616925827 ], [ -5.081595000797948, 57.825419619473536 ], [ -5.079331375628574, 57.823984482394557 ], [ -5.078387584465539, 57.822557700524243 ], [ -5.073824766243249, 57.818449647066522 ], [ -5.072496023924798, 57.816354494176842 ], [ -5.070197878749179, 57.815749601709449 ], [ -5.070703090055866, 57.816422218545227 ], [ -5.069264387278347, 57.81538754382651 ], [ -5.069469147539874, 57.815795116617011 ], [ -5.069148860556234, 57.815534143959809 ], [ -5.069267684117736, 57.815881783693548 ], [ -5.068567755324414, 57.815889746480913 ], [ -5.068188780428822, 57.815294954072279 ], [ -5.067844637422158, 57.816140033909555 ], [ -5.070607142441417, 57.818026139904177 ], [ -5.070669580368451, 57.818660951485754 ], [ -5.070188403438996, 57.818726535304634 ], [ -5.071293444848301, 57.818965793490413 ], [ -5.071139630498921, 57.819216681016762 ], [ -5.071573978975177, 57.819135152139957 ], [ -5.07131785494962, 57.819509852595154 ], [ -5.071939624707814, 57.819354575436279 ], [ -5.073786639586174, 57.820078234156298 ], [ -5.074510271351613, 57.820861480238065 ], [ -5.072828697709679, 57.819925306825652 ], [ -5.070758183466987, 57.819801132749831 ], [ -5.069957240364142, 57.820622233811839 ], [ -5.070987166364581, 57.820730298027769 ], [ -5.069942566121562, 57.82282545676928 ], [ -5.070358218380465, 57.822978962727689 ], [ -5.068845347690812, 57.824382621452095 ], [ -5.06984720543051, 57.824991087932389 ], [ -5.068142372668373, 57.825743289660942 ], [ -5.065326159622929, 57.826383042640082 ], [ -5.065497193972752, 57.827345073763873 ], [ -5.072729855350792, 57.835259704239611 ], [ -5.074053954840523, 57.835552055105268 ], [ -5.074482689210006, 57.837932366860421 ], [ -5.075525938235871, 57.838803128150488 ], [ -5.076766437835671, 57.840918375509901 ], [ -5.077818501881543, 57.841456363244227 ], [ -5.078592415085705, 57.84410510325818 ], [ -5.079726941834137, 57.845863393271379 ], [ -5.081950500960464, 57.846517588876956 ], [ -5.082126961295737, 57.846787422612927 ], [ -5.081506392340006, 57.847020906310341 ], [ -5.082034213666908, 57.847082674450505 ], [ -5.081786847029993, 57.847324163551008 ], [ -5.083531225621221, 57.8475774460439 ], [ -5.08305566078787, 57.848481484334329 ], [ -5.080560805171427, 57.850591305416565 ], [ -5.080782113477325, 57.85132650982171 ], [ -5.082287331041348, 57.852743230867276 ], [ -5.085521210391109, 57.854499859200068 ], [ -5.086948444901036, 57.855750357392886 ], [ -5.088192301476025, 57.856119123531393 ], [ -5.089151585250544, 57.857121250559409 ], [ -5.089374340828375, 57.85901132181521 ], [ -5.090134656903081, 57.859736975734215 ], [ -5.094228568768241, 57.861030242944508 ], [ -5.094512721479794, 57.861393601939326 ], [ -5.094142263948279, 57.861497910270629 ], [ -5.095303155816683, 57.86160439674115 ], [ -5.093575542179026, 57.863578001798416 ], [ -5.094412310553481, 57.864681047314313 ], [ -5.09556892437253, 57.864991657501108 ], [ -5.09549685232997, 57.865212715922134 ], [ -5.096331102627497, 57.864343015700356 ], [ -5.096047058659916, 57.865139068316317 ], [ -5.097039320061779, 57.865695446115133 ], [ -5.098782315451325, 57.868018431043325 ], [ -5.099062197184744, 57.869389405048203 ], [ -5.101571809462174, 57.87071935648067 ], [ -5.102930108632918, 57.87207563305919 ], [ -5.104999050726002, 57.872692790059588 ], [ -5.109496267921852, 57.87535084002338 ], [ -5.112074566016192, 57.876002134956842 ], [ -5.118677397870592, 57.878513827154755 ], [ -5.121491645327646, 57.879060269918142 ], [ -5.122636606021487, 57.878703138861873 ], [ -5.124190643038737, 57.878919229172908 ], [ -5.127106350712953, 57.878534612491173 ], [ -5.127437424890564, 57.87904414689077 ], [ -5.131832824193444, 57.879533396297404 ], [ -5.134105328914634, 57.880636698759005 ], [ -5.135997929147081, 57.88299416602127 ], [ -5.135623856740381, 57.884607736019497 ], [ -5.136114779514641, 57.885206772370488 ], [ -5.136040135713188, 57.886480392192595 ], [ -5.136969032787755, 57.887728304044941 ], [ -5.139115785809493, 57.889374802629654 ], [ -5.141345729994673, 57.889922693550631 ], [ -5.141392543094748, 57.890613596833532 ], [ -5.142721810781752, 57.891669104266335 ], [ -5.142544860344039, 57.892116586828259 ], [ -5.143322970114942, 57.892387619433492 ], [ -5.144440010518871, 57.893717103969905 ], [ -5.148681330085733, 57.894640134911711 ], [ -5.151599219619038, 57.896368860391846 ], [ -5.154808136158806, 57.896523702463355 ], [ -5.158981117598433, 57.895681078949501 ], [ -5.164957162245659, 57.893175530123301 ], [ -5.165695342186002, 57.893124758296622 ], [ -5.166373449936832, 57.895287406592495 ], [ -5.168054112350073, 57.897447495263741 ], [ -5.168724562421383, 57.90130274898371 ], [ -5.166961426629495, 57.900777828225287 ], [ -5.165704433300935, 57.899826814402878 ], [ -5.166611019345739, 57.901668286371418 ], [ -5.170245799963677, 57.90258777578353 ], [ -5.171334486797415, 57.902201955583784 ], [ -5.170659644822084, 57.901268795175142 ], [ -5.171799841988456, 57.901410173283196 ], [ -5.18058006836043, 57.907650054710111 ], [ -5.185406234567965, 57.908283103656835 ], [ -5.189280640526953, 57.909244584936545 ], [ -5.190736265055506, 57.910101403986808 ], [ -5.193174451523306, 57.91028905109026 ], [ -5.19378362023232, 57.910588303234952 ], [ -5.195124545173604, 57.911520763342232 ], [ -5.195565719683207, 57.912399468863264 ], [ -5.196047136941846, 57.912400829057745 ], [ -5.196379376752445, 57.913003646957598 ], [ -5.197098914204275, 57.913213819770661 ], [ -5.199307138451235, 57.916071193467637 ], [ -5.205724366564413, 57.918468176206041 ], [ -5.205952408790007, 57.919112251997646 ], [ -5.205404896018679, 57.919242024826879 ], [ -5.206627191194594, 57.919292045558493 ], [ -5.208265673326498, 57.92040920303436 ], [ -5.210411129725309, 57.921206128557635 ], [ -5.213597298342111, 57.920945745876693 ], [ -5.215871720620585, 57.921256656750039 ], [ -5.216551489748116, 57.921887473996435 ], [ -5.217774296592006, 57.922149494685186 ], [ -5.217382729353203, 57.922474002574731 ], [ -5.218176253102969, 57.92265791735349 ], [ -5.218084167615622, 57.923685791938588 ], [ -5.218814918603987, 57.92445102584113 ], [ -5.221564695475187, 57.924294987223462 ], [ -5.222307798542931, 57.924499930429761 ], [ -5.222113132799986, 57.924815859673593 ], [ -5.223566150156802, 57.924855370044362 ], [ -5.223586316224292, 57.925343810648229 ], [ -5.222069886777363, 57.926387177438954 ], [ -5.2226449308304, 57.92645077752077 ], [ -5.221857657032434, 57.927374063505226 ], [ -5.217108334008858, 57.929070114893904 ], [ -5.212645231069394, 57.929040223029851 ], [ -5.211954378734858, 57.928531902240977 ], [ -5.211125256386054, 57.928480073100346 ], [ -5.209026371243598, 57.928966367337686 ], [ -5.207660540471617, 57.928902015240972 ], [ -5.205819183064762, 57.929946196579614 ], [ -5.204850221785424, 57.930069528322477 ], [ -5.203601659302587, 57.92971006109471 ], [ -5.202044303557784, 57.929771819152805 ], [ -5.199700366945777, 57.928684943774151 ], [ -5.197531203357391, 57.929845118616363 ], [ -5.19682049300734, 57.9315608480508 ], [ -5.197027682236673, 57.934021935808893 ], [ -5.198651641558789, 57.936110290466324 ], [ -5.197894255682598, 57.936467316528073 ], [ -5.194277927875025, 57.934966573388174 ], [ -5.189741880470423, 57.935854472065316 ], [ -5.186234316738457, 57.937004015291429 ], [ -5.184841691221811, 57.938927319379395 ], [ -5.183080317767828, 57.940257658052964 ], [ -5.181313169996324, 57.940436761810375 ], [ -5.179454284846926, 57.941030683023577 ], [ -5.178707454388525, 57.942235784520427 ], [ -5.179678030114967, 57.942126100406554 ], [ -5.180560947120381, 57.942553385526473 ], [ -5.1770882687515, 57.943611009091065 ], [ -5.178179636775727, 57.945152090051209 ], [ -5.180696600345533, 57.946756333073672 ], [ -5.179072609908809, 57.947601414110864 ], [ -5.177383847412407, 57.949243522833996 ], [ -5.176990340707431, 57.949190451801975 ], [ -5.177180142635946, 57.949711495814284 ], [ -5.175587397818868, 57.952249964493532 ], [ -5.175730434313156, 57.953293477300726 ], [ -5.177369636774816, 57.954335522239887 ], [ -5.177605123133952, 57.954990241407209 ], [ -5.176878113386707, 57.955372436987389 ], [ -5.174549682561737, 57.95571377188999 ], [ -5.174246204146242, 57.956258831722636 ], [ -5.175513870871334, 57.955909873300079 ], [ -5.177847867591979, 57.956013282334176 ], [ -5.179572804373085, 57.955444322001192 ], [ -5.180491773492167, 57.954652848211119 ], [ -5.182767053386705, 57.956096835312948 ], [ -5.183376903350904, 57.955061423787264 ], [ -5.181450708560374, 57.954884987791921 ], [ -5.179179002607579, 57.952811736213221 ], [ -5.180186933409641, 57.952166337129491 ], [ -5.18298407450978, 57.951489583621047 ], [ -5.184188596222535, 57.950488694924623 ], [ -5.184299848980465, 57.949551161345802 ], [ -5.183493160200406, 57.949414096014614 ], [ -5.183882469424193, 57.949229072293164 ], [ -5.183359765274544, 57.949396767456548 ], [ -5.184019493286225, 57.948677373628655 ], [ -5.182855210974417, 57.948320077246109 ], [ -5.183242007881387, 57.947344181005192 ], [ -5.187231001536588, 57.944579208246012 ], [ -5.188407320194171, 57.944311498960616 ], [ -5.188740824222521, 57.944545799706191 ], [ -5.190883674147393, 57.94421784212291 ], [ -5.192556024204682, 57.944301641479321 ], [ -5.19305204645911, 57.944747556636074 ], [ -5.19369411571363, 57.944744892868883 ], [ -5.193418343145274, 57.945255154010241 ], [ -5.194035353070202, 57.945540733763636 ], [ -5.195483994224664, 57.945104325521612 ], [ -5.196272864103018, 57.945421521929028 ], [ -5.193569842844207, 57.945723212418741 ], [ -5.191587095820608, 57.947948143527142 ], [ -5.19195322139185, 57.948738870056665 ], [ -5.193689320519169, 57.948681742023467 ], [ -5.194714121937896, 57.949464883977349 ], [ -5.193603500901068, 57.950472504475158 ], [ -5.190963513348574, 57.951392716646403 ], [ -5.191191477503798, 57.954622650590181 ], [ -5.191748575174154, 57.955848989277236 ], [ -5.192908344756124, 57.95624676809436 ], [ -5.194141540050616, 57.956139364661247 ], [ -5.19184900197961, 57.95707332054949 ], [ -5.192231547118254, 57.957477152612711 ], [ -5.198055553104766, 57.957711740201624 ], [ -5.203399630002777, 57.957380238532878 ], [ -5.208296036216718, 57.956694905533027 ], [ -5.207981266963913, 57.957183714402973 ], [ -5.211772297729953, 57.957505853398949 ], [ -5.213874721132808, 57.957192021029876 ], [ -5.216237026989502, 57.957986089976217 ], [ -5.222291683794833, 57.957622314121735 ], [ -5.221971572511552, 57.958200277784265 ], [ -5.222457302862755, 57.958619382785358 ], [ -5.224177630564084, 57.958099358871941 ], [ -5.225601602434158, 57.958045229094118 ], [ -5.225518943026539, 57.958348428743122 ], [ -5.226911321134216, 57.958695056299938 ], [ -5.226301615600772, 57.960189083186165 ], [ -5.22812370775601, 57.961082044581808 ], [ -5.234341120933013, 57.961018260826094 ], [ -5.240647451734857, 57.962313605644816 ], [ -5.240141733715523, 57.963548891819507 ], [ -5.244525832391586, 57.965275065119897 ], [ -5.244717086446101, 57.966735247454302 ], [ -5.244299932852195, 57.966611079564082 ], [ -5.243384777477278, 57.967245641438737 ], [ -5.244181911734477, 57.96820499431567 ], [ -5.244068225983717, 57.968724715405422 ], [ -5.245227517803574, 57.96929281793566 ], [ -5.245014051111557, 57.969644314149058 ], [ -5.24614183894241, 57.970891818547585 ], [ -5.251976377042427, 57.971250435158971 ], [ -5.253568064735338, 57.972014123780234 ], [ -5.257274831549017, 57.972503373389948 ], [ -5.259161985195247, 57.973538052823784 ], [ -5.261397236162892, 57.973934596574239 ], [ -5.263533071432462, 57.973888739129315 ], [ -5.266220168891727, 57.974620536886462 ], [ -5.268990993578749, 57.974525005738478 ], [ -5.271347168166423, 57.975299366846031 ], [ -5.276331540642262, 57.974822185549272 ], [ -5.282034935232627, 57.97510461916653 ], [ -5.284389339811542, 57.975800590824711 ], [ -5.285987780029571, 57.977089527289984 ], [ -5.28898167066954, 57.977173850659625 ], [ -5.289911616585136, 57.977536271514495 ], [ -5.293359432196853, 57.977864904990966 ], [ -5.296912810743756, 57.977408721365229 ], [ -5.297115618980569, 57.977866357935504 ], [ -5.298600418685024, 57.978281729501909 ], [ -5.30130174974983, 57.978494702221973 ], [ -5.302647483890373, 57.978226031418878 ], [ -5.303588096841318, 57.978610548308005 ], [ -5.306954339578412, 57.978051986759972 ], [ -5.309550044083703, 57.979191539776579 ], [ -5.310997719459952, 57.979330894009969 ], [ -5.313735137741338, 57.980939461750467 ], [ -5.311839681621607, 57.981851766855534 ], [ -5.312161801519417, 57.982499523188103 ], [ -5.313135868890126, 57.982694344190755 ], [ -5.313206092102789, 57.98308800258507 ], [ -5.309103167700463, 57.984377790292761 ], [ -5.307297531926524, 57.985349703169966 ], [ -5.306794170173062, 57.986222091341929 ], [ -5.307538280037562, 57.988417459551187 ], [ -5.308192851730805, 57.98890826373718 ], [ -5.309378863314822, 57.988922324864355 ], [ -5.309180243932905, 57.989520729905763 ], [ -5.310007359466528, 57.99032162537695 ], [ -5.312218296176106, 57.990803322094159 ], [ -5.313678951366184, 57.992688759086789 ], [ -5.316762442958284, 57.993543115155553 ], [ -5.317307475321592, 57.994036734311408 ], [ -5.318218222122346, 57.993909591703478 ], [ -5.320403326791048, 57.994382837060677 ], [ -5.320752431509779, 57.994953468450944 ], [ -5.320333321707981, 57.995180140660139 ], [ -5.322230155206752, 57.998020347216126 ], [ -5.322589392499854, 57.999521010851929 ], [ -5.325166249690832, 58.00107333623199 ], [ -5.326322195262155, 58.000503784105668 ], [ -5.326927192185914, 58.000528397501505 ], [ -5.327999307331942, 58.001754217160723 ], [ -5.327706575212918, 58.002576233825856 ], [ -5.328460321093167, 58.004602266583426 ], [ -5.33084840390841, 58.006830865485888 ], [ -5.332680024147268, 58.007643951181109 ], [ -5.334827527652727, 58.008065816860345 ], [ -5.336320750756688, 58.007444181918352 ], [ -5.33883826793669, 58.007202806130664 ], [ -5.339601845999923, 58.006674898404214 ], [ -5.341499139355627, 58.006229544089237 ], [ -5.34406097521371, 58.006373403208777 ], [ -5.349695466061674, 58.005694724083426 ], [ -5.353285078164721, 58.005874228204021 ], [ -5.354976425093138, 58.006395876079523 ], [ -5.355172592109787, 58.007586174452314 ], [ -5.354385521062443, 58.008222661504036 ], [ -5.352409817885827, 58.008824879680802 ], [ -5.352850322101634, 58.01036468207338 ], [ -5.347268976115624, 58.013575950284647 ], [ -5.347550758979435, 58.01512264312381 ], [ -5.348937208089315, 58.016201602411833 ], [ -5.350038158799275, 58.016165405790922 ], [ -5.350701699870188, 58.017029692760403 ], [ -5.351093884990114, 58.018215727442531 ], [ -5.35010512368827, 58.018817948803182 ], [ -5.349865769094173, 58.02038735724912 ], [ -5.351733505264771, 58.021465293631195 ], [ -5.352999670593213, 58.021798640938691 ], [ -5.355293972654735, 58.023648178663052 ], [ -5.35568795524018, 58.024742471548976 ], [ -5.356991043995541, 58.025612321217984 ], [ -5.357033195186886, 58.02640489575289 ], [ -5.357878415236355, 58.026547068468815 ], [ -5.362100672181216, 58.028839036985161 ], [ -5.367135760180828, 58.030939469522224 ], [ -5.371626339299641, 58.031624964319271 ], [ -5.375920259495516, 58.029559618032586 ], [ -5.37961320536922, 58.029801292140583 ], [ -5.381505015415324, 58.028967190178676 ], [ -5.383201642716894, 58.029116215414085 ], [ -5.384262803676836, 58.028816520768693 ], [ -5.38477475099681, 58.029069857170562 ], [ -5.385533369185199, 58.028796181868771 ], [ -5.389007001942296, 58.029620493579188 ], [ -5.390493132652353, 58.029514361055121 ], [ -5.39093782068073, 58.030183844336619 ], [ -5.392114088749271, 58.030115618359943 ], [ -5.392510553610482, 58.030776495541147 ], [ -5.394871323528932, 58.031065847743683 ], [ -5.395021811430332, 58.031562499639833 ], [ -5.396019371728471, 58.031628446242067 ], [ -5.396683015477114, 58.032193188288069 ], [ -5.399305177869393, 58.032521320248378 ], [ -5.400583979135689, 58.033049822486703 ], [ -5.401180045777344, 58.032688715235778 ], [ -5.403185970927703, 58.032505611219342 ], [ -5.403528949807398, 58.032815531359887 ], [ -5.404118347455078, 58.032598407749688 ], [ -5.406439745452666, 58.033130399179917 ], [ -5.40658513003097, 58.032699540059468 ], [ -5.407532968719871, 58.032687628259488 ], [ -5.407026401296899, 58.033240525082917 ], [ -5.408030675208592, 58.033020356910434 ], [ -5.408651279328321, 58.0341093377356 ], [ -5.40946216023258, 58.034438160826269 ], [ -5.413946315605525, 58.034012241007815 ], [ -5.415629265485236, 58.034155813233085 ], [ -5.417433035653674, 58.032902856951353 ], [ -5.419566279675387, 58.032616296063921 ], [ -5.420283690466699, 58.033473408564085 ], [ -5.419935940417345, 58.033824334996801 ], [ -5.418424079879599, 58.033963861569298 ], [ -5.418186780041609, 58.03511630899969 ], [ -5.418819341353969, 58.035706047172098 ], [ -5.420895468544745, 58.03588392451546 ], [ -5.421518349595859, 58.036460427380369 ], [ -5.423433639481491, 58.036727984884159 ], [ -5.424177024763376, 58.03847426947631 ], [ -5.423324239066809, 58.039746669545259 ], [ -5.424252565707448, 58.040148645765257 ], [ -5.424815089206342, 58.039827879776453 ], [ -5.425081819453739, 58.040135304613237 ], [ -5.424347618915816, 58.040698897310747 ], [ -5.423139373912433, 58.040825805811522 ], [ -5.422161262274274, 58.043712359186983 ], [ -5.420021274535387, 58.04379329120713 ], [ -5.418710871398099, 58.043207396592521 ], [ -5.417705600542086, 58.043277559753164 ], [ -5.414752101456314, 58.045081831451014 ], [ -5.415157679092382, 58.046009367776414 ], [ -5.417900879339304, 58.047112311789185 ], [ -5.417542784886952, 58.046292271144175 ], [ -5.418502292928595, 58.046008509158895 ], [ -5.420422893203769, 58.046149235392676 ], [ -5.420660411168539, 58.046541050612532 ], [ -5.420501080350252, 58.046948931314866 ], [ -5.418549832845945, 58.047658467448272 ], [ -5.417927611781632, 58.049963727055392 ], [ -5.417656530133845, 58.049770561459155 ], [ -5.416325318056914, 58.050352837684386 ], [ -5.414655622279901, 58.050409355577479 ], [ -5.412703375675259, 58.050880622009295 ], [ -5.412155219797911, 58.052047682688467 ], [ -5.412567629742774, 58.052868976481996 ], [ -5.414276896037689, 58.053207829379808 ], [ -5.414712785007146, 58.053031635447013 ], [ -5.415397139446654, 58.053291015462023 ], [ -5.415407275346107, 58.053698832359004 ], [ -5.415835799838614, 58.053516540193904 ], [ -5.415939840011072, 58.054498913130367 ], [ -5.416644595930896, 58.054474593568528 ], [ -5.417243876130861, 58.055369057261402 ], [ -5.418679718324421, 58.055577670030665 ], [ -5.421294902242104, 58.055227813382686 ], [ -5.422641804654565, 58.055623043475975 ], [ -5.422549364409284, 58.056216092866649 ], [ -5.423013640319918, 58.055964499912584 ], [ -5.423248621555592, 58.056700649776019 ], [ -5.42403755897304, 58.056846609138113 ], [ -5.423780918475456, 58.057920484115236 ], [ -5.424533486612642, 58.058217532246985 ], [ -5.424793571126809, 58.057940867543145 ], [ -5.424769407548834, 58.058414327844986 ], [ -5.425584631295907, 58.058126311340231 ], [ -5.426214551516956, 58.059125080855296 ], [ -5.427936005996687, 58.059038258833326 ], [ -5.428988458524438, 58.059490796971986 ], [ -5.429276441258611, 58.05922235957128 ], [ -5.431187565361401, 58.059521393756512 ], [ -5.433111143013797, 58.059420061495715 ], [ -5.435039222762241, 58.059718580923025 ], [ -5.434658404439825, 58.060079426545215 ], [ -5.435023103432021, 58.060168457177625 ], [ -5.435435865479631, 58.059698881963719 ], [ -5.435713613953371, 58.060118350579828 ], [ -5.436025361024877, 58.059921165981656 ], [ -5.437250644006286, 58.060229643039087 ], [ -5.437531240166235, 58.059884980537426 ], [ -5.437873491100384, 58.060181352765106 ], [ -5.438289305035165, 58.060008316728727 ], [ -5.438676176540659, 58.060415841444851 ], [ -5.439174408690981, 58.060218102710195 ], [ -5.439467213635701, 58.060969743894134 ], [ -5.440085842862938, 58.060701330377761 ], [ -5.440703608648846, 58.061304854843463 ], [ -5.441052190409813, 58.061138122436695 ], [ -5.44103208783017, 58.061457770124534 ], [ -5.441627850042581, 58.061392216596637 ], [ -5.440843083027283, 58.061696591886204 ], [ -5.441186067431937, 58.061912036446898 ], [ -5.442118429275607, 58.061819398301907 ], [ -5.442213040308001, 58.062185381337009 ], [ -5.442610465718361, 58.061909456978476 ], [ -5.443560643467656, 58.06226576881803 ], [ -5.443985343070336, 58.062096968057517 ], [ -5.445335109041376, 58.063431224281807 ], [ -5.444903111618186, 58.063964275725034 ], [ -5.44564159790935, 58.064586981758445 ], [ -5.44509456481675, 58.065334387065349 ], [ -5.44591289238102, 58.064674017406915 ], [ -5.446597254418145, 58.06508694593883 ], [ -5.446460396124337, 58.065778301245295 ], [ -5.445578950586904, 58.066399933509118 ], [ -5.446361072194166, 58.066419200860757 ], [ -5.445815254283627, 58.066739605193888 ], [ -5.44686177783043, 58.066774180930295 ], [ -5.448191113813341, 58.067717948587656 ], [ -5.448716456739788, 58.067712699420767 ], [ -5.448336902333208, 58.068437601511683 ], [ -5.448863164357147, 58.068266032901043 ], [ -5.448962428767421, 58.068591436053616 ], [ -5.448489038369942, 58.068959327180679 ], [ -5.449126538073341, 58.068973509069131 ], [ -5.450264741937025, 58.069693221680531 ], [ -5.450520725408679, 58.070675056584065 ], [ -5.450146284399048, 58.070838020699846 ], [ -5.451340990858101, 58.07143933743486 ], [ -5.452949698409578, 58.071584460235009 ], [ -5.453384513053511, 58.072660315574069 ], [ -5.451989350745914, 58.073057726238581 ], [ -5.449932716455963, 58.077585463491246 ], [ -5.451789156373382, 58.076955340502813 ], [ -5.451737225643106, 58.076066850442537 ], [ -5.453566871288329, 58.075423943021427 ], [ -5.453684496183601, 58.075061195364199 ], [ -5.454734750557306, 58.07495628141023 ], [ -5.453258225905575, 58.074776130544649 ], [ -5.453918196306491, 58.074582935993277 ], [ -5.453895899831815, 58.074089152430865 ], [ -5.454496838555304, 58.073987445729273 ], [ -5.453078334447461, 58.071598947275895 ], [ -5.454859847054697, 58.070197761443509 ], [ -5.45579366829702, 58.070469036820754 ], [ -5.455862573929021, 58.072058200191293 ], [ -5.456770633277034, 58.07250095802921 ], [ -5.456353883882971, 58.073190940388628 ], [ -5.456691007975572, 58.072993016085348 ], [ -5.456835472993617, 58.073784609226713 ], [ -5.457299291919997, 58.073668636119876 ], [ -5.457895019378371, 58.074564822904193 ], [ -5.456093275619804, 58.074968831191121 ], [ -5.455824883029157, 58.075614331646932 ], [ -5.456663834619163, 58.075605029028374 ], [ -5.456380036572452, 58.076529604898298 ], [ -5.456967992658309, 58.07629340626886 ], [ -5.457722790241204, 58.07716729517248 ], [ -5.457066046300434, 58.077657054903078 ], [ -5.455290400405644, 58.077894045537725 ], [ -5.455009442134414, 58.07770841256945 ], [ -5.45261427280854, 58.078470055179984 ], [ -5.451443795778903, 58.078034383588516 ], [ -5.449634714319653, 58.078101412679523 ], [ -5.448672933619419, 58.078860071973111 ], [ -5.446976063030999, 58.079386947542645 ], [ -5.446307046504208, 58.080366873154176 ], [ -5.447186066080347, 58.0810352082812 ], [ -5.447701697706065, 58.08075157512485 ], [ -5.447207077392008, 58.081164977517894 ], [ -5.448246209463925, 58.082085151350292 ], [ -5.447668873833055, 58.082608662559814 ], [ -5.449283510229677, 58.083688520383419 ], [ -5.450411597005925, 58.083069172043359 ], [ -5.4509345051044, 58.083387582636341 ], [ -5.45101309970887, 58.083147246604788 ], [ -5.453029464277516, 58.082939745347637 ], [ -5.45461955480655, 58.08376402118374 ], [ -5.453665988189048, 58.084432605315499 ], [ -5.453647502478715, 58.084855584093482 ], [ -5.454362758154857, 58.084881117820174 ], [ -5.454403971203106, 58.085131687854471 ], [ -5.452275525224118, 58.086901817811963 ], [ -5.452240710579697, 58.08759490489652 ], [ -5.44975107562959, 58.08940624460552 ], [ -5.450263940150948, 58.089356388257215 ], [ -5.449461496862119, 58.090712981866076 ], [ -5.449340699937717, 58.090253329452892 ], [ -5.449098614255091, 58.090646410067677 ], [ -5.448163748157406, 58.090896459611258 ], [ -5.447229009928863, 58.090620651269617 ], [ -5.447109447224427, 58.091316030094319 ], [ -5.447963212024334, 58.091719876800823 ], [ -5.447951542914182, 58.092389861849 ], [ -5.447623760440128, 58.092511100571812 ], [ -5.446898688146345, 58.092121744287134 ], [ -5.446979058866951, 58.092690359315235 ], [ -5.445897807361852, 58.093007276746967 ], [ -5.446092838157956, 58.093357056068513 ], [ -5.445256925741652, 58.093402155039421 ], [ -5.446923169664789, 58.094660428556438 ], [ -5.446644033256876, 58.096164627925965 ], [ -5.446208126119481, 58.096221373452913 ], [ -5.446681742394572, 58.097170356545881 ], [ -5.44604964422181, 58.097744776404525 ], [ -5.445440278373033, 58.097060141382819 ], [ -5.445543334349638, 58.097951740737841 ], [ -5.445026633003159, 58.098051118230721 ], [ -5.444128063187368, 58.096920367510215 ], [ -5.444432677795586, 58.098053706742398 ], [ -5.443833656343919, 58.097651932510146 ], [ -5.443842985875691, 58.098276403299117 ], [ -5.443168384497039, 58.097971053161807 ], [ -5.443288343647728, 58.097630727850415 ], [ -5.442243873232435, 58.097802795139266 ], [ -5.442311119869121, 58.09629984436495 ], [ -5.440965814349981, 58.096960937566379 ], [ -5.441200353021048, 58.096752349547884 ], [ -5.440433971324417, 58.096462949884732 ], [ -5.44073639506345, 58.095901964393256 ], [ -5.440223326897256, 58.095686616137307 ], [ -5.439579575100336, 58.096405138475134 ], [ -5.439287833571909, 58.095932119647152 ], [ -5.438438194996542, 58.096364061966767 ], [ -5.438281575068368, 58.09614806656834 ], [ -5.437601769002002, 58.09640462876424 ], [ -5.437531110715654, 58.096199794416947 ], [ -5.436640172231352, 58.096291265296593 ], [ -5.43627891430687, 58.097123491783329 ], [ -5.437204391398995, 58.09783109405064 ], [ -5.435929458287324, 58.098166634920261 ], [ -5.435547348679517, 58.098958971807861 ], [ -5.435854807622513, 58.099242809923098 ], [ -5.437304897337913, 58.099050856485633 ], [ -5.437609687250252, 58.099483077786864 ], [ -5.436901077901421, 58.10067524708991 ], [ -5.437764550386276, 58.101002496839079 ], [ -5.438751941801963, 58.100148861308234 ], [ -5.439152841133644, 58.101225676924294 ], [ -5.438946431008928, 58.101990806113164 ], [ -5.437669484297631, 58.101778100099793 ], [ -5.437729437011449, 58.102136033008911 ], [ -5.436818465646077, 58.10246175208168 ], [ -5.437128030410201, 58.102943284223414 ], [ -5.436256819195967, 58.103946578751277 ], [ -5.437357379097702, 58.104442714732343 ], [ -5.436555137333366, 58.104752012140786 ], [ -5.43548954139635, 58.104618971492251 ], [ -5.434664201824891, 58.105746858643094 ], [ -5.434200165333922, 58.105071734320155 ], [ -5.433686607328851, 58.105822664738632 ], [ -5.433144102912837, 58.10530246211782 ], [ -5.432474163684374, 58.105751985643998 ], [ -5.432846373532339, 58.105031837946207 ], [ -5.432112381912619, 58.104197692813791 ], [ -5.430964598904523, 58.104269077445714 ], [ -5.430503770511389, 58.104685989068777 ], [ -5.429798602024973, 58.10459262752746 ], [ -5.430002442749752, 58.104946686598083 ], [ -5.429193411408185, 58.105804433270244 ], [ -5.428493120620505, 58.106115426636393 ], [ -5.428075852115111, 58.105749134367933 ], [ -5.427397371263686, 58.106198859921747 ], [ -5.428067806701527, 58.105488677237219 ], [ -5.426421189478726, 58.105847606426373 ], [ -5.425726778452377, 58.105601124048079 ], [ -5.425283960737141, 58.1059411265528 ], [ -5.425178367283369, 58.105018127180422 ], [ -5.424647287055521, 58.105234659584568 ], [ -5.424456405327589, 58.10501507528128 ], [ -5.423821660128538, 58.105566975387418 ], [ -5.423159157962366, 58.105121869257523 ], [ -5.422908648915556, 58.105519613830438 ], [ -5.422652476466104, 58.105238861122977 ], [ -5.42175740181244, 58.105289885264327 ], [ -5.421519419497516, 58.104401902752336 ], [ -5.422804865649701, 58.103198817367804 ], [ -5.421428370917194, 58.102921210010443 ], [ -5.421312356206043, 58.103216461171513 ], [ -5.420347993609703, 58.10334124786214 ], [ -5.419806400329986, 58.103005236311752 ], [ -5.420009002735701, 58.10255035823193 ], [ -5.419180627570681, 58.102410810569701 ], [ -5.418150991716642, 58.102474412808832 ], [ -5.41790357010669, 58.102993411717918 ], [ -5.417144727182103, 58.102604794684453 ], [ -5.416342578960545, 58.103093734049544 ], [ -5.415757683843314, 58.102304938425696 ], [ -5.415087011459234, 58.102304952578379 ], [ -5.414792762978736, 58.101980263187826 ], [ -5.41392263253708, 58.102291236484326 ], [ -5.414015447221659, 58.10201908684369 ], [ -5.412859759259455, 58.101829848673553 ], [ -5.412687297662132, 58.10135807103822 ], [ -5.411668184815999, 58.101353923914765 ], [ -5.411288679596879, 58.100492190556331 ], [ -5.409973560019026, 58.100410568796967 ], [ -5.410253362797944, 58.09960757593533 ], [ -5.409386281014147, 58.099594844518698 ], [ -5.410225897691759, 58.098520681123631 ], [ -5.408733710088661, 58.098273005911786 ], [ -5.407415183977167, 58.0993105398205 ], [ -5.406954861080185, 58.097956581643018 ], [ -5.405396104455837, 58.097989298057598 ], [ -5.405273530741117, 58.097327415707298 ], [ -5.403492693618095, 58.097523350828276 ], [ -5.403702156906217, 58.096515515536765 ], [ -5.402959139702428, 58.096912902547189 ], [ -5.402981301244728, 58.096611190244069 ], [ -5.401832095158008, 58.096309324237154 ], [ -5.401577019598501, 58.097017254663548 ], [ -5.401289268697305, 58.096669891365593 ], [ -5.400642115866213, 58.096826503998514 ], [ -5.400327242477709, 58.095927061613388 ], [ -5.399652196035946, 58.095612510751245 ], [ -5.400013741328167, 58.095130951374642 ], [ -5.399635074701797, 58.093828722507368 ], [ -5.398483504350928, 58.092520163666933 ], [ -5.398075377695474, 58.092423195239355 ], [ -5.397665461307575, 58.092753233520284 ], [ -5.397424873106814, 58.092543927534592 ], [ -5.397794610344791, 58.09170261017163 ], [ -5.397049517685065, 58.09154272350272 ], [ -5.397381958477724, 58.091201271865316 ], [ -5.395892956270538, 58.090715168596958 ], [ -5.394936995349892, 58.091014820977001 ], [ -5.39501251490185, 58.091273477008748 ], [ -5.39445934775499, 58.090721945746026 ], [ -5.392842911026557, 58.090769534383988 ], [ -5.392844761382851, 58.090342525707356 ], [ -5.393427890163731, 58.090138220666752 ], [ -5.392434434627727, 58.090043354581027 ], [ -5.39278546524319, 58.08891491579891 ], [ -5.392192392871221, 58.088746455576484 ], [ -5.39110627832686, 58.089373138063387 ], [ -5.391362416987519, 58.088764077004925 ], [ -5.390474164590835, 58.088257411572222 ], [ -5.390419524040087, 58.087413937580379 ], [ -5.38907749833632, 58.087490125620199 ], [ -5.388894074484639, 58.087166925175111 ], [ -5.385762192598537, 58.086176133748019 ], [ -5.384562819253865, 58.086234997243437 ], [ -5.384071634575787, 58.086692992180289 ], [ -5.384351212659887, 58.08624062381093 ], [ -5.383050957766971, 58.085861714745995 ], [ -5.381877462722946, 58.086104131037338 ], [ -5.380997566853412, 58.087475792318884 ], [ -5.38056924370051, 58.087433237269138 ], [ -5.380456012667985, 58.086595813134167 ], [ -5.380182228994892, 58.086751395408939 ], [ -5.37994093502899, 58.086533088729681 ], [ -5.380380512531644, 58.085977606861185 ], [ -5.37987935609636, 58.085703281255768 ], [ -5.380473775389223, 58.08499088133955 ], [ -5.379680950254986, 58.084324309906428 ], [ -5.380102706493163, 58.08367042741331 ], [ -5.379599668619032, 58.08247931694725 ], [ -5.380489078911945, 58.082105142685712 ], [ -5.380791363326573, 58.081085898626604 ], [ -5.380283060295515, 58.080735362483544 ], [ -5.379280267512635, 58.081076592100196 ], [ -5.379690094242211, 58.080207301232946 ], [ -5.379351536909502, 58.080036519717524 ], [ -5.378549763182193, 58.080439820376782 ], [ -5.378748978443953, 58.080034540516039 ], [ -5.377947162728296, 58.080258067052775 ], [ -5.37838837552672, 58.079630639003156 ], [ -5.377979619152776, 58.079614523078831 ], [ -5.37823090286293, 58.079311230554197 ], [ -5.377686646727784, 58.078759396373528 ], [ -5.376920339106327, 58.078640409023265 ], [ -5.375637080108853, 58.079335111409847 ], [ -5.375296292590821, 58.07797339485127 ], [ -5.375736748519044, 58.077876321259915 ], [ -5.374052587447316, 58.076123271587477 ], [ -5.371609614507763, 58.076214982895621 ], [ -5.371414567475544, 58.076485312192389 ], [ -5.370705870546695, 58.076346785208344 ], [ -5.370597548393536, 58.076906943653476 ], [ -5.369043068902727, 58.076525643268852 ], [ -5.368903424832192, 58.076843938615539 ], [ -5.368740142415292, 58.076281983315845 ], [ -5.367550014557777, 58.075715743952145 ], [ -5.367700302859444, 58.074790442763664 ], [ -5.366971846576712, 58.073991761866374 ], [ -5.366106249315832, 58.0738978097813 ], [ -5.36597898344047, 58.073357370321922 ], [ -5.365506384434561, 58.073563122972615 ], [ -5.365454072003335, 58.072647677171489 ], [ -5.366296490870243, 58.07186586500849 ], [ -5.365603645964822, 58.071174097744191 ], [ -5.365307922870172, 58.071276298230224 ], [ -5.365871900450953, 58.070870381266843 ], [ -5.365152973267784, 58.070477720795367 ], [ -5.365309184835549, 58.069812933153642 ], [ -5.364466649498194, 58.069134107764633 ], [ -5.363650937344968, 58.068974104615442 ], [ -5.363339129481522, 58.069175599620237 ], [ -5.362939018527123, 58.068547090941465 ], [ -5.361594246258657, 58.068316564047578 ], [ -5.361844222820159, 58.067764357254504 ], [ -5.360901727897732, 58.066778946157065 ], [ -5.36119245200375, 58.065740284648463 ], [ -5.360442515064373, 58.063825765439425 ], [ -5.359167997682228, 58.063294043148801 ], [ -5.359619765433116, 58.062867744980551 ], [ -5.359265911695814, 58.062188568305835 ], [ -5.360425625949921, 58.061571892826471 ], [ -5.361468953115975, 58.061701631465517 ], [ -5.360036762558469, 58.060863081898574 ], [ -5.360760736029653, 58.061077661775045 ], [ -5.360731676711146, 58.060678440472778 ], [ -5.361151593576562, 58.060815658367353 ], [ -5.35864034923368, 58.058365193127976 ], [ -5.358153297620037, 58.058054463713958 ], [ -5.35746228200343, 58.058099667017672 ], [ -5.357025223043997, 58.057598855626082 ], [ -5.354355896352425, 58.057795101340346 ], [ -5.35408407386153, 58.057609015286836 ], [ -5.353146101346442, 58.059269644583267 ], [ -5.353980972894882, 58.060847589225084 ], [ -5.353793880524068, 58.062016529987325 ], [ -5.354868062344257, 58.063071323659315 ], [ -5.3550706638979, 58.06396483033307 ], [ -5.356126268560329, 58.064188669028212 ], [ -5.35759959493553, 58.068136197268508 ], [ -5.355350531306269, 58.072725717986195 ], [ -5.355530929479244, 58.073291729951137 ], [ -5.354174312737896, 58.073839836925259 ], [ -5.353967953961793, 58.073629552347846 ], [ -5.353658067031653, 58.074033212003769 ], [ -5.352513875579165, 58.073591464866219 ], [ -5.3517407827596, 58.073850023198844 ], [ -5.353029957815525, 58.075384550697727 ], [ -5.351736466618579, 58.078685930209552 ], [ -5.351476595838962, 58.078809623763412 ], [ -5.350703577184134, 58.077985062670244 ], [ -5.349775793846819, 58.077771291677195 ], [ -5.349546422622532, 58.077134654218995 ], [ -5.347786365221382, 58.077634881505887 ], [ -5.347129767646763, 58.077508336455431 ], [ -5.347241520820418, 58.076799804434948 ], [ -5.346328176681657, 58.07719234909009 ], [ -5.345773358853355, 58.076159782925266 ], [ -5.344808952974912, 58.076369396158384 ], [ -5.346032830652496, 58.077209102906842 ], [ -5.345958032330458, 58.077678468253652 ], [ -5.344720374470803, 58.077144729522708 ], [ -5.344783611289843, 58.077457662780468 ], [ -5.343471078282618, 58.077483162702492 ], [ -5.341876458920856, 58.076307113629589 ], [ -5.34143982121656, 58.076808447508405 ], [ -5.340344209542693, 58.076522613814156 ], [ -5.340178921404875, 58.076841546562406 ], [ -5.339422571481764, 58.076645673076932 ], [ -5.339490631704396, 58.077192180399521 ], [ -5.338037677853056, 58.077621292983189 ], [ -5.338116447475952, 58.078464137199241 ], [ -5.339854023293079, 58.078719663306941 ], [ -5.340273425635326, 58.079122123740383 ], [ -5.341273582357515, 58.079293615801632 ], [ -5.340557581879115, 58.079348364517266 ], [ -5.341003303250085, 58.079669236213526 ], [ -5.34058201586985, 58.079972418037926 ], [ -5.339322860299417, 58.080297584314032 ], [ -5.338862910786134, 58.080278191779598 ], [ -5.338959004826853, 58.079763331599061 ], [ -5.337353099035059, 58.080281836762403 ], [ -5.337809527462989, 58.079991227168044 ], [ -5.337494299882342, 58.079069194030751 ], [ -5.337091513375329, 58.079025825342619 ], [ -5.337399954547574, 58.078604271079605 ], [ -5.336806641726109, 58.078246809310571 ], [ -5.33590196036311, 58.078279513580384 ], [ -5.33660203297088, 58.07805442880607 ], [ -5.335767900401683, 58.078206625986802 ], [ -5.336438483597783, 58.077847489020087 ], [ -5.336198110339632, 58.077453806522264 ], [ -5.334554168577879, 58.076746358915997 ], [ -5.332479086635266, 58.078054591040662 ], [ -5.331095911894262, 58.076140322531479 ], [ -5.330204119026788, 58.075673794797844 ], [ -5.32960110617001, 58.075756985421322 ], [ -5.330109775650952, 58.07529875165698 ], [ -5.329428629401866, 58.074543573023078 ], [ -5.328920910793737, 58.074556854815903 ], [ -5.328572845910896, 58.07373453454241 ], [ -5.327774186006292, 58.073993613054014 ], [ -5.328750358867656, 58.072817571606862 ], [ -5.328049009160932, 58.072390990634823 ], [ -5.32721477353621, 58.072358874495947 ], [ -5.32703446591965, 58.07106027522142 ], [ -5.326543605269157, 58.071162991227695 ], [ -5.326705153569182, 58.070529582445189 ], [ -5.325478619612778, 58.069653816028058 ], [ -5.325376878963194, 58.068834039495833 ], [ -5.322484481938795, 58.068374784861277 ], [ -5.323899959276837, 58.0680007556155 ], [ -5.322706908839693, 58.068121797405652 ], [ -5.320015512949965, 58.069733546491534 ], [ -5.31863041954051, 58.06979664073112 ], [ -5.31735213668366, 58.070279386966646 ], [ -5.314200323678651, 58.070132308950939 ], [ -5.314556862753117, 58.06991629146669 ], [ -5.313778681386828, 58.069792745088918 ], [ -5.312896468027708, 58.06887643668319 ], [ -5.312217348036593, 58.069235670962925 ], [ -5.311664217472838, 58.069124230651646 ], [ -5.311814053298558, 58.068819222827983 ], [ -5.310904625321093, 58.069530493357256 ], [ -5.310214304003721, 58.069494522533972 ], [ -5.30995678584454, 58.069186630463278 ], [ -5.307956025248608, 58.069103831696836 ], [ -5.307427529556903, 58.068708601615533 ], [ -5.308326275872361, 58.067606643469965 ], [ -5.31021852038909, 58.06752597441001 ], [ -5.309958256381708, 58.066364265054446 ], [ -5.309103055772828, 58.065829233056384 ], [ -5.30708745749449, 58.065400760173695 ], [ -5.304285853767771, 58.065734202865166 ], [ -5.304404309945329, 58.065272724341874 ], [ -5.303954197400054, 58.065082176112014 ], [ -5.303175850609421, 58.065560785987806 ], [ -5.303222011622355, 58.06486749023572 ], [ -5.302397057347951, 58.064291182785801 ], [ -5.300574653783699, 58.064208137495342 ], [ -5.299804645113521, 58.065787572528919 ], [ -5.299897473139071, 58.06780303045781 ], [ -5.29963529931528, 58.068178347660613 ], [ -5.299231849804642, 58.068125890640808 ], [ -5.300112040661969, 58.069024363974812 ], [ -5.299855243344271, 58.069457965743041 ], [ -5.298257947811707, 58.070254388748587 ], [ -5.296701344481449, 58.070573359244747 ], [ -5.294851863013629, 58.069556151577757 ], [ -5.293639144898763, 58.070477380450711 ], [ -5.292744526021019, 58.070617378600325 ], [ -5.294458646171141, 58.071822379848143 ], [ -5.293633366564574, 58.072162823966565 ], [ -5.294267607525028, 58.072326172348369 ], [ -5.294064600627968, 58.072884203644918 ], [ -5.292667256581456, 58.074012434594756 ], [ -5.291669120810139, 58.073858490462307 ], [ -5.291677195827852, 58.074222304679125 ], [ -5.291163478461505, 58.074262555409085 ], [ -5.290250161803621, 58.073832265970537 ], [ -5.289013243804593, 58.073756380105003 ], [ -5.285630805008776, 58.072302273781233 ], [ -5.2851145706178, 58.07286837505994 ], [ -5.283517127828333, 58.07283769512231 ], [ -5.282642181942735, 58.073192829564398 ], [ -5.281115119436077, 58.073097386577381 ], [ -5.280693673040059, 58.073957634681669 ], [ -5.279190142671576, 58.073749209352059 ], [ -5.281153434378802, 58.074345756109004 ], [ -5.281522394405623, 58.075684470569506 ], [ -5.283007573351845, 58.07633825845874 ], [ -5.28300297816457, 58.07665745763962 ], [ -5.284803048970599, 58.076952562990705 ], [ -5.284720848800728, 58.077350165001441 ], [ -5.286514754399224, 58.077946510692662 ], [ -5.286103528703788, 58.078455973808232 ], [ -5.288808876780134, 58.078723153796396 ], [ -5.288486022467087, 58.079455046577131 ], [ -5.287231326665836, 58.080202020114243 ], [ -5.286985216218755, 58.081030796376211 ], [ -5.286429275732647, 58.08116649277391 ], [ -5.286818784240166, 58.081803585215376 ], [ -5.286241736853792, 58.082447658619692 ], [ -5.288263224725154, 58.08302462557117 ], [ -5.286034141501053, 58.083972022770617 ], [ -5.285052249945886, 58.083997367329346 ], [ -5.28549870890018, 58.085068921115024 ], [ -5.284705858530891, 58.085489357267214 ], [ -5.282807806861574, 58.085794484803984 ], [ -5.281974971211433, 58.085595750324337 ], [ -5.28287648212446, 58.086264592999278 ], [ -5.281802760862154, 58.086768652848065 ], [ -5.280672393087301, 58.0847170290021 ], [ -5.278140563326009, 58.083478974055978 ], [ -5.277309182181045, 58.083369155547203 ], [ -5.277192505617347, 58.084612525275404 ], [ -5.275101890976877, 58.084372420463104 ], [ -5.274982070841344, 58.084675707463191 ], [ -5.276132797327346, 58.085214146950371 ], [ -5.276116204598993, 58.08566218393706 ], [ -5.275552356223258, 58.08576837357365 ], [ -5.275930311389799, 58.086336585313724 ], [ -5.277751894874648, 58.087249628446983 ], [ -5.278775690104239, 58.087162142935419 ], [ -5.279393504352355, 58.087440141130486 ], [ -5.27855882405794, 58.087849929899377 ], [ -5.278812277397316, 58.088207422348397 ], [ -5.278285063233668, 58.08847266916279 ], [ -5.281092360328688, 58.090395715370022 ], [ -5.28142853701593, 58.09137574867087 ], [ -5.280665496297908, 58.092491970638434 ], [ -5.276995552333633, 58.091804522322818 ], [ -5.276541354297803, 58.092126304176404 ], [ -5.274300222996753, 58.091563783947677 ], [ -5.273498129867535, 58.091701257077574 ], [ -5.274727062207827, 58.092608911267277 ], [ -5.276712203490059, 58.093155543711276 ], [ -5.27973128469436, 58.093315987738968 ], [ -5.281358532714783, 58.094491952257556 ], [ -5.28106461856104, 58.094710749175249 ], [ -5.281522481106562, 58.094613560784772 ], [ -5.281878668304383, 58.09488750655651 ], [ -5.280972188832268, 58.095274891325218 ], [ -5.280895461954718, 58.094809484250881 ], [ -5.280348988004, 58.094958388402709 ], [ -5.279404458105713, 58.094654654159669 ], [ -5.278352546387918, 58.095122165290462 ], [ -5.277472828234105, 58.094969546468242 ], [ -5.27722157660232, 58.095375986842498 ], [ -5.275851163280602, 58.095240481117372 ], [ -5.275596838521728, 58.095521163069847 ], [ -5.276889701615572, 58.096013699451703 ], [ -5.276080524108945, 58.096074970520682 ], [ -5.276519066794673, 58.096414222696488 ], [ -5.275606795042914, 58.096554542901892 ], [ -5.275828708473765, 58.096845441882465 ], [ -5.274381576352423, 58.097354545012706 ], [ -5.273095802713383, 58.098605497478779 ], [ -5.271952933150672, 58.098360734906088 ], [ -5.27105644067307, 58.099044397050214 ], [ -5.271460656688803, 58.100768718555564 ], [ -5.270630363136329, 58.101527074502179 ], [ -5.271180414334482, 58.101971338183382 ], [ -5.270394375744671, 58.101730874527767 ], [ -5.268313123730865, 58.102085415578905 ], [ -5.267554560815138, 58.101866699642677 ], [ -5.266993255044973, 58.101669882532242 ], [ -5.266793323863713, 58.10198959567969 ], [ -5.26837056270886, 58.103175995852354 ], [ -5.269262613841214, 58.103368809877288 ], [ -5.2698465250806, 58.104275097646713 ], [ -5.269191241965197, 58.104350345916551 ], [ -5.268710853222256, 58.105315417558586 ], [ -5.270373872695525, 58.105582806728172 ], [ -5.270837303218334, 58.106285458412842 ], [ -5.271139843635535, 58.106066466283707 ], [ -5.271696719357543, 58.106213945654986 ], [ -5.271732071438505, 58.107062414078612 ], [ -5.274105359188161, 58.107019391253893 ], [ -5.275739002734701, 58.108352560657195 ], [ -5.274877419179949, 58.10858594199054 ], [ -5.274631465887007, 58.108866404704735 ], [ -5.275151636042498, 58.108983355268897 ], [ -5.273026697941077, 58.110161503356885 ], [ -5.274470174942976, 58.110901867621756 ], [ -5.275225594107667, 58.11015889744327 ], [ -5.274622721048051, 58.109603655628149 ], [ -5.276098046882675, 58.109026421913683 ], [ -5.275891994914829, 58.108631751042907 ], [ -5.276850333663605, 58.108157687513824 ], [ -5.276506227184085, 58.10662957132736 ], [ -5.278035154683239, 58.105898134946685 ], [ -5.278975717957954, 58.1058784125008 ], [ -5.278918165865798, 58.106360760114754 ], [ -5.280088809930467, 58.10662721964129 ], [ -5.280601242509969, 58.107121849274648 ], [ -5.279115721620542, 58.10777130537199 ], [ -5.279301154114871, 58.10812605589949 ], [ -5.280869968366335, 58.108382254852962 ], [ -5.281282887588033, 58.108717659361602 ], [ -5.282382264200884, 58.108208460250879 ], [ -5.283502148842569, 58.108660455315899 ], [ -5.283913940560129, 58.108245369422548 ], [ -5.284531449875623, 58.108220455219083 ], [ -5.284939112170028, 58.107576274021277 ], [ -5.285810903791388, 58.107823426734171 ], [ -5.285023768589386, 58.108126862300793 ], [ -5.285783183099981, 58.10844432561457 ], [ -5.28559041683341, 58.108656027245701 ], [ -5.284452058446163, 58.108833697993326 ], [ -5.28481642366637, 58.10965570473828 ], [ -5.284215164764114, 58.11013410291703 ], [ -5.284852140583859, 58.109951392791984 ], [ -5.285214916711348, 58.110202691231621 ], [ -5.284761923109754, 58.111553612654532 ], [ -5.283913335497108, 58.111836154447928 ], [ -5.281525028287233, 58.110980927519655 ], [ -5.280431441913702, 58.111000114544225 ], [ -5.282192547501698, 58.112514180839163 ], [ -5.281897860090025, 58.112818384333195 ], [ -5.280868690449389, 58.112799961586404 ], [ -5.281880252827188, 58.113088482514797 ], [ -5.281406829942489, 58.113388302484019 ], [ -5.279719332980795, 58.113413795563297 ], [ -5.278748487438785, 58.113106233059867 ], [ -5.278171548742462, 58.113296353927041 ], [ -5.278864432834023, 58.114644713081582 ], [ -5.281931667012857, 58.114570201845879 ], [ -5.283219240341826, 58.114074124832456 ], [ -5.284297626376411, 58.114073283636657 ], [ -5.285257872293255, 58.113342945847528 ], [ -5.286701536021201, 58.113620281796045 ], [ -5.287212524208817, 58.113175661150663 ], [ -5.28950868787539, 58.112752350363706 ], [ -5.289868832308596, 58.112882363983267 ], [ -5.289265124214467, 58.113702400054905 ], [ -5.290305541554235, 58.114578836005151 ], [ -5.291284076429856, 58.113955836751124 ], [ -5.291359531251739, 58.114313414072598 ], [ -5.292162665986608, 58.114090420919005 ], [ -5.293014910061988, 58.113479660461273 ], [ -5.2946701648318, 58.113472801516203 ], [ -5.294606380057107, 58.113793532682472 ], [ -5.29585174136512, 58.113945567232179 ], [ -5.296029316286194, 58.114304993747446 ], [ -5.297635589147871, 58.114870115808884 ], [ -5.296886809207375, 58.115864722316289 ], [ -5.297334948345013, 58.115659874091669 ], [ -5.297459409761846, 58.115903827348291 ], [ -5.298181443395102, 58.115354826342902 ], [ -5.299833174159073, 58.115676062802827 ], [ -5.300089331511055, 58.117251351670944 ], [ -5.299232028156852, 58.118082502011227 ], [ -5.301929686979663, 58.118232803364997 ], [ -5.302966634426336, 58.119617067160945 ], [ -5.301322620839843, 58.12002371386896 ], [ -5.301301423628257, 58.120253462874665 ], [ -5.300405462415185, 58.120025012813457 ], [ -5.299003386992744, 58.120384912356677 ], [ -5.297520126944852, 58.120234570294144 ], [ -5.297065299912581, 58.1203676856898 ], [ -5.29740787600426, 58.120857662407076 ], [ -5.296687835169331, 58.120786419419694 ], [ -5.29678316100067, 58.120990680637398 ], [ -5.295756652646123, 58.121003764236256 ], [ -5.295339910745426, 58.120538172802142 ], [ -5.294942953172586, 58.120746182804446 ], [ -5.294944533303872, 58.120395602410156 ], [ -5.294269546537532, 58.120260263088518 ], [ -5.292093362335396, 58.121619816485904 ], [ -5.288998704577136, 58.122140185734722 ], [ -5.288535539647321, 58.121815088583524 ], [ -5.288552458745868, 58.120893364693316 ], [ -5.287708022233571, 58.12113088047095 ], [ -5.286872271885428, 58.120356998285892 ], [ -5.28515813407212, 58.121479800503508 ], [ -5.283151635448609, 58.120996742070702 ], [ -5.282760184663539, 58.121173112413118 ], [ -5.282701040110765, 58.121453269198362 ], [ -5.284012526735357, 58.121859880862758 ], [ -5.282661074768845, 58.122034034410696 ], [ -5.281633128118409, 58.121754926122193 ], [ -5.278300391025462, 58.12236655352028 ], [ -5.278516449041158, 58.122037419940618 ], [ -5.276579628796251, 58.12231196131539 ], [ -5.275693949514869, 58.121916794432288 ], [ -5.274509972904958, 58.1223427147332 ], [ -5.273197602904506, 58.122295553495789 ], [ -5.270607027998204, 58.12164754551754 ], [ -5.270483947850695, 58.12187990226802 ], [ -5.269240874040973, 58.12175452251924 ], [ -5.268243558589626, 58.122364342083408 ], [ -5.262878834440512, 58.120915487526297 ], [ -5.26219753988236, 58.121081241569726 ], [ -5.262193997415254, 58.12141389058224 ], [ -5.263322490571272, 58.121308584514111 ], [ -5.265120748828143, 58.121932110932867 ], [ -5.264289099654974, 58.12351735094893 ], [ -5.264613724264084, 58.124929146153598 ], [ -5.265356148372895, 58.125615679880738 ], [ -5.266982194177922, 58.125654879136611 ], [ -5.267432632854978, 58.125935438311558 ], [ -5.268679642896902, 58.125916927525942 ], [ -5.269362164680573, 58.125485959820814 ], [ -5.270467719786061, 58.125592401005349 ], [ -5.271626675407895, 58.125077282603172 ], [ -5.271472818557266, 58.124789121106602 ], [ -5.272116380589277, 58.124952352774066 ], [ -5.273478262369037, 58.124427509731618 ], [ -5.274123473490189, 58.124608665131817 ], [ -5.274770013784352, 58.125729040453514 ], [ -5.279374965398105, 58.124815120903435 ], [ -5.281829644329785, 58.125920358542359 ], [ -5.282814607889487, 58.125454559236879 ], [ -5.283354886694098, 58.125602420568164 ], [ -5.282708326123438, 58.125776377223424 ], [ -5.283047675454317, 58.126140639202106 ], [ -5.284518108871258, 58.126242048675536 ], [ -5.284695409214087, 58.126875635223911 ], [ -5.286451743877978, 58.12703706144044 ], [ -5.287234316685296, 58.128153870352982 ], [ -5.287518960712899, 58.128937482311976 ], [ -5.286995974937034, 58.129346456892641 ], [ -5.287013952804324, 58.130923413667489 ], [ -5.288643961923507, 58.130634170386422 ], [ -5.289445646197429, 58.130851658200299 ], [ -5.28951253549518, 58.132589140018666 ], [ -5.291333058729239, 58.132798281056196 ], [ -5.290840931199884, 58.133817668968341 ], [ -5.292987961287852, 58.133973412043424 ], [ -5.292343369888096, 58.134169835342568 ], [ -5.291008822942653, 58.133979613016272 ], [ -5.29163388190571, 58.134583648026755 ], [ -5.293470296011266, 58.135147382532807 ], [ -5.292820523537926, 58.135379894547043 ], [ -5.293602071903542, 58.135561925917955 ], [ -5.29350765241901, 58.135919399663443 ], [ -5.292293890491824, 58.136485567311034 ], [ -5.294486897472393, 58.136217655327926 ], [ -5.295067741627059, 58.136526208356429 ], [ -5.296170989740284, 58.136511152039013 ], [ -5.298164849574168, 58.136203387546921 ], [ -5.298681168495961, 58.13636528981629 ], [ -5.298425083446697, 58.136628083554989 ], [ -5.299068992111086, 58.137433830964603 ], [ -5.296521862643372, 58.138834507154627 ], [ -5.294344346076818, 58.138720053924864 ], [ -5.294211457348953, 58.139029087789261 ], [ -5.29219456657927, 58.138721693093245 ], [ -5.291528399395348, 58.139053490669419 ], [ -5.290745344945141, 58.138947883836458 ], [ -5.290983413186479, 58.139593376233428 ], [ -5.289984878885283, 58.139363001978673 ], [ -5.290096579902252, 58.139836489790227 ], [ -5.289535617914216, 58.140111630619508 ], [ -5.285554775620234, 58.138964995836361 ], [ -5.286566517280204, 58.137680561563286 ], [ -5.285309613125427, 58.137411875892191 ], [ -5.282961780850721, 58.137845403408946 ], [ -5.28139021774733, 58.137481423640921 ], [ -5.280732860905986, 58.137817430697957 ], [ -5.279546662783052, 58.13776258280231 ], [ -5.279265524033127, 58.137477705529719 ], [ -5.277916161509507, 58.137588828150804 ], [ -5.277380948934714, 58.137220602476582 ], [ -5.272894246521846, 58.136109065001747 ], [ -5.271322294104552, 58.137034763698018 ], [ -5.271360404150067, 58.137357356141948 ], [ -5.273061325785468, 58.137650724210204 ], [ -5.273249576356151, 58.137942494902909 ], [ -5.26945012761449, 58.139042220681681 ], [ -5.268739414840742, 58.138705427374617 ], [ -5.267482968775333, 58.138903934983219 ], [ -5.266628518687867, 58.138296680451887 ], [ -5.266584390345836, 58.137722575815843 ], [ -5.266059436483799, 58.138392162400521 ], [ -5.263988658279978, 58.138049754456055 ], [ -5.262712663948143, 58.138406006571714 ], [ -5.259721286417733, 58.137381540483638 ], [ -5.258010475452542, 58.137443276190396 ], [ -5.258963066888337, 58.138196378220087 ], [ -5.258430273631421, 58.13943237733811 ], [ -5.257817120581744, 58.139510972809816 ], [ -5.258281737311324, 58.140038373821191 ], [ -5.259476456828216, 58.14037183150834 ], [ -5.261110818172823, 58.139844656974219 ], [ -5.262619942629682, 58.140363280953792 ], [ -5.263235197194243, 58.140864337651237 ], [ -5.262935009508465, 58.142319100703411 ], [ -5.262151438733557, 58.14267172158754 ], [ -5.261104864127017, 58.142658065312155 ], [ -5.260495078290647, 58.142309655053879 ], [ -5.258364199832323, 58.142427080284996 ], [ -5.25796886905606, 58.142100138192447 ], [ -5.2579245384028, 58.142451804640963 ], [ -5.256440483385578, 58.142579621457166 ], [ -5.256582532576989, 58.141623260976282 ], [ -5.254824656347514, 58.141358090997876 ], [ -5.253912617881563, 58.141700459868744 ], [ -5.254923075997593, 58.142528512550193 ], [ -5.254390871725862, 58.143121833254469 ], [ -5.253274334105356, 58.142062796653285 ], [ -5.252247537433623, 58.142358649011172 ], [ -5.252061773449212, 58.141999376267087 ], [ -5.251372662583103, 58.142084372397896 ], [ -5.249940972033726, 58.143159010353038 ], [ -5.25035401817162, 58.143494512459924 ], [ -5.249654485319281, 58.144024670135813 ], [ -5.250538692835556, 58.144307708955587 ], [ -5.250562677396342, 58.145129498480316 ], [ -5.251577558040539, 58.14552154708143 ], [ -5.252334543779635, 58.147054455880706 ], [ -5.253696298303429, 58.147446623120807 ], [ -5.251422741761079, 58.147531617920301 ], [ -5.251348459117664, 58.14781663503144 ], [ -5.251795817499257, 58.147819600877625 ], [ -5.251338210309459, 58.147890598068628 ], [ -5.251128731882766, 58.14885496134913 ], [ -5.251000640624238, 58.147507334079364 ], [ -5.249639086955463, 58.147545657896558 ], [ -5.247865042227432, 58.147049809472342 ], [ -5.247180851258803, 58.147451032588961 ], [ -5.248258942247685, 58.148368192933596 ], [ -5.247913280032781, 58.148455198822255 ], [ -5.247039470833173, 58.147485194280975 ], [ -5.244600138192119, 58.14810188461859 ], [ -5.244618721316543, 58.148585862838353 ], [ -5.244181256960097, 58.148150298673265 ], [ -5.242662182484352, 58.148027179028936 ], [ -5.242754220712389, 58.147656330646114 ], [ -5.241140009820116, 58.147421467148966 ], [ -5.239676006937409, 58.146688427719816 ], [ -5.240985552077774, 58.148264870346956 ], [ -5.241627886398017, 58.150952108597693 ], [ -5.2410075358868, 58.151103604816889 ], [ -5.241195465815331, 58.151599454078585 ], [ -5.240598667660064, 58.15208470070241 ], [ -5.240888188491487, 58.153435417201386 ], [ -5.23935339563192, 58.154244703917968 ], [ -5.239487264250366, 58.154632276642374 ], [ -5.238004026424155, 58.154980951863635 ], [ -5.237499518443538, 58.155435076063448 ], [ -5.239535275316422, 58.155122696577443 ], [ -5.24181915406384, 58.154211667016327 ], [ -5.244225632946995, 58.153957189941778 ], [ -5.24716848318778, 58.152779419012496 ], [ -5.247875366655903, 58.152719162521237 ], [ -5.24755905087074, 58.152867435849657 ], [ -5.248190196690136, 58.153337600564122 ], [ -5.248872911012231, 58.153254585947771 ], [ -5.248304288600708, 58.152649808834418 ], [ -5.250040010833917, 58.152182221995908 ], [ -5.249569291322246, 58.151793361574271 ], [ -5.250672704485459, 58.152035759441674 ], [ -5.249935196030351, 58.152691817226476 ], [ -5.251096262577532, 58.152690065972791 ], [ -5.251328740998894, 58.153430138145062 ], [ -5.252084679512786, 58.153516009934592 ], [ -5.253224763056391, 58.153060881370628 ], [ -5.252842275208105, 58.152987056218187 ], [ -5.253393325892489, 58.152281813046521 ], [ -5.254172408073887, 58.151914086111702 ], [ -5.255093792965486, 58.151913025250352 ], [ -5.255090893875471, 58.151304611404399 ], [ -5.256787567902211, 58.15163875932133 ], [ -5.257944336741599, 58.150549504967955 ], [ -5.257905935981228, 58.149943795550726 ], [ -5.259245140314452, 58.149753159877598 ], [ -5.261329791198601, 58.148346228575505 ], [ -5.264383157796051, 58.147643378471848 ], [ -5.267813755202501, 58.147977888748727 ], [ -5.269505135645772, 58.147606439375586 ], [ -5.269174082472765, 58.147889068873809 ], [ -5.269854367818519, 58.147799709990686 ], [ -5.270027172165587, 58.148015483341624 ], [ -5.269066092977519, 58.149213084493738 ], [ -5.271967867843369, 58.148877957156998 ], [ -5.272179310355574, 58.149236544954832 ], [ -5.272959727167835, 58.149126622432462 ], [ -5.273055170494988, 58.149425271647381 ], [ -5.274535620430126, 58.148978280503471 ], [ -5.274634549341125, 58.149407166395619 ], [ -5.27567555122793, 58.149357941301908 ], [ -5.276392810895878, 58.148746287944114 ], [ -5.278550529636036, 58.148362726612646 ], [ -5.278630028097292, 58.148949401831459 ], [ -5.279484637438355, 58.148999315880047 ], [ -5.279092227218946, 58.149261080929683 ], [ -5.279792998339135, 58.149117213214346 ], [ -5.279561263471685, 58.149554606302893 ], [ -5.280334008459688, 58.149453823889964 ], [ -5.279753279457527, 58.150255230667156 ], [ -5.280733666791018, 58.150378298570502 ], [ -5.280739831728958, 58.150629806864345 ], [ -5.282821667290296, 58.150621134673749 ], [ -5.281199378352559, 58.152388632591176 ], [ -5.281618948619966, 58.153344050788483 ], [ -5.2827717445773, 58.153399747963483 ], [ -5.283407351557923, 58.154115905023289 ], [ -5.285642676251695, 58.153833591656792 ], [ -5.287412906908322, 58.152012783971372 ], [ -5.292773196557855, 58.151236236209691 ], [ -5.293641598035876, 58.150607094079398 ], [ -5.29397384024859, 58.150890621744765 ], [ -5.295981747231897, 58.150542095137183 ], [ -5.298400055151556, 58.151045779360679 ], [ -5.299243856974504, 58.151895789834036 ], [ -5.298353228057821, 58.152651380911138 ], [ -5.300568489497822, 58.153438915420594 ], [ -5.300751703741803, 58.154315012265968 ], [ -5.302858007434656, 58.153559362158852 ], [ -5.303909227766425, 58.153527619165054 ], [ -5.303629699290672, 58.153813499807853 ], [ -5.304781865908848, 58.15377014464476 ], [ -5.304473410493826, 58.154110706536969 ], [ -5.306607043517372, 58.153925035522782 ], [ -5.306864338925949, 58.154223958474184 ], [ -5.305533325183625, 58.154447241265068 ], [ -5.306510840634485, 58.154628611756713 ], [ -5.306365099632943, 58.154798674780828 ], [ -5.307157228661556, 58.154539933700761 ], [ -5.307003069813637, 58.155168614588504 ], [ -5.308164362790185, 58.154765464119407 ], [ -5.309263523227137, 58.155249255481465 ], [ -5.309694281095502, 58.155035834472493 ], [ -5.309820640676458, 58.155297705309358 ], [ -5.308358678680873, 58.156216510440089 ], [ -5.309117551478759, 58.156331631737231 ], [ -5.307254585818723, 58.156869847371766 ], [ -5.306488011030554, 58.157770581787695 ], [ -5.306867306008034, 58.157918034492113 ], [ -5.305534274562957, 58.158487413031388 ], [ -5.306178184457543, 58.1586459809565 ], [ -5.304341548410866, 58.160019370179853 ], [ -5.304853249832452, 58.160127443501352 ], [ -5.304080212436174, 58.16077665925134 ], [ -5.303980710239133, 58.161628622637579 ], [ -5.302192323402597, 58.162241224564731 ], [ -5.300868971295141, 58.162275502972363 ], [ -5.30180983766891, 58.162426402919543 ], [ -5.301423102218335, 58.162840888688379 ], [ -5.299926566772416, 58.162933571573383 ], [ -5.299795121202903, 58.162249379431451 ], [ -5.296535675280437, 58.162037112364452 ], [ -5.292708751757186, 58.163043835006874 ], [ -5.291551822622127, 58.163774791473529 ], [ -5.290320060299158, 58.16378861773908 ], [ -5.288799731758848, 58.164821042193147 ], [ -5.288938340074663, 58.164480411069221 ], [ -5.287762643587053, 58.164825326050838 ], [ -5.287530667300498, 58.164431337888651 ], [ -5.286044369549589, 58.16463594341581 ], [ -5.28537726546842, 58.16422620418264 ], [ -5.283902574953021, 58.164003550410122 ], [ -5.281784284355463, 58.16473221434174 ], [ -5.280743430432059, 58.166448769748499 ], [ -5.278753695962898, 58.166913416621199 ], [ -5.279226305692255, 58.167058550984578 ], [ -5.281556433102343, 58.166688497334611 ], [ -5.282662659385218, 58.167064478650744 ], [ -5.283760456719487, 58.166887899482958 ], [ -5.285634028359376, 58.167284532230553 ], [ -5.287645194747372, 58.166500145809486 ], [ -5.287587470915531, 58.166703867275075 ], [ -5.288276347658463, 58.166704074767374 ], [ -5.286778173628559, 58.167241554016293 ], [ -5.286714038520891, 58.167836423281777 ], [ -5.287145925666395, 58.168000555160553 ], [ -5.291991425319579, 58.166873334443281 ], [ -5.292067112987332, 58.166588253415505 ], [ -5.291450672565492, 58.16663563080499 ], [ -5.291330815584015, 58.166351105330648 ], [ -5.292040225422205, 58.165469924665437 ], [ -5.293721380451379, 58.164981581739021 ], [ -5.294419775497097, 58.164257963556679 ], [ -5.295314418860136, 58.164001145567184 ], [ -5.296346786512065, 58.164221625829974 ], [ -5.296341082140516, 58.164527370676289 ], [ -5.297584849135848, 58.164459247019771 ], [ -5.298173426477242, 58.16475411039923 ], [ -5.297242596176937, 58.165079295752555 ], [ -5.29607054173588, 58.164911869322268 ], [ -5.295591321457355, 58.16570622966514 ], [ -5.29863530498308, 58.165425258916372 ], [ -5.298491450969, 58.16589187201226 ], [ -5.299199770958868, 58.165918481545248 ], [ -5.298815434763474, 58.16571720675514 ], [ -5.299436797592509, 58.165080940886305 ], [ -5.302321492275886, 58.163725422119938 ], [ -5.305608663760133, 58.163226757696243 ], [ -5.306277693807641, 58.16338018083686 ], [ -5.309246371302776, 58.162291966413115 ], [ -5.309967693542767, 58.162367612655267 ], [ -5.30919696365595, 58.162675248122781 ], [ -5.30925751205638, 58.16350957961388 ], [ -5.310140062038792, 58.163306898729296 ], [ -5.310244050422189, 58.163785067529851 ], [ -5.311110742328693, 58.163686156280967 ], [ -5.311732515668989, 58.163971108049331 ], [ -5.311223931655955, 58.163988815245943 ], [ -5.311513321984485, 58.164448684419845 ], [ -5.310484447621567, 58.164632704359917 ], [ -5.311406441848841, 58.166316516024331 ], [ -5.309809730014114, 58.167162430875869 ], [ -5.309813042791714, 58.167472438034814 ], [ -5.310557583273694, 58.167156492537551 ], [ -5.311228924929019, 58.167516560006973 ], [ -5.309759174190635, 58.167990658674334 ], [ -5.311212636413924, 58.167889993978555 ], [ -5.311632946474966, 58.168202650914203 ], [ -5.315233052910648, 58.16768213018463 ], [ -5.315764657408176, 58.167910985357835 ], [ -5.315337409651673, 58.168254662733794 ], [ -5.313834155772313, 58.168460033432879 ], [ -5.313418014473891, 58.169014638413763 ], [ -5.315262323342031, 58.168544238926259 ], [ -5.314665956083162, 58.169355205755004 ], [ -5.316861599553452, 58.168821717493252 ], [ -5.317527805280169, 58.169581863419239 ], [ -5.318005285342332, 58.169412141834748 ], [ -5.317676679987595, 58.16990156539093 ], [ -5.318067394367602, 58.169895890097436 ], [ -5.31167501197883, 58.171122727398568 ], [ -5.310539970830542, 58.1709904212249 ], [ -5.310690516080744, 58.17023150202472 ], [ -5.309547832238271, 58.170382514432916 ], [ -5.308756593020564, 58.169648045283125 ], [ -5.307012596531328, 58.169918005676529 ], [ -5.305960065958566, 58.170673349804993 ], [ -5.306461896113211, 58.171680494142905 ], [ -5.302819669683334, 58.172669234638832 ], [ -5.303269948661728, 58.173763113600238 ], [ -5.304363103838189, 58.173626925769234 ], [ -5.305421522979286, 58.173941038285307 ], [ -5.305719358351122, 58.174674840904501 ], [ -5.306307495126759, 58.174870811519199 ], [ -5.30575189827253, 58.17548293372608 ], [ -5.30412806548999, 58.175767710016594 ], [ -5.304842573187684, 58.175767166438284 ], [ -5.305136406242277, 58.176366251373423 ], [ -5.306500841983249, 58.176676916615214 ], [ -5.306500072285083, 58.177126345857069 ], [ -5.307029041901658, 58.176959826698081 ], [ -5.307202025824188, 58.177539571722434 ], [ -5.308781071940055, 58.177687352881783 ], [ -5.3090742545922, 58.177180898797346 ], [ -5.309807702289132, 58.177292188713515 ], [ -5.309798362011177, 58.177557583048831 ], [ -5.31051819760996, 58.177431035079088 ], [ -5.310543226282197, 58.17770003120701 ], [ -5.312386351102541, 58.177211735916266 ], [ -5.312116726726427, 58.177879374085748 ], [ -5.313021183664144, 58.177999685455049 ], [ -5.3130113125196, 58.178350482181258 ], [ -5.314991954230257, 58.178698974081435 ], [ -5.314475660991876, 58.178910137985113 ], [ -5.314668655980537, 58.179246672781666 ], [ -5.313053358193177, 58.179715597509954 ], [ -5.317923888537682, 58.180946163869713 ], [ -5.315294765917072, 58.181126907421785 ], [ -5.316303478096535, 58.181999496556401 ], [ -5.317344233616287, 58.181846587166447 ], [ -5.317463643934281, 58.18203223299782 ], [ -5.318783423800317, 58.181404663516766 ], [ -5.320196521020875, 58.181412814350445 ], [ -5.321214778707083, 58.181566058840197 ], [ -5.321932250749693, 58.182324850612162 ], [ -5.323622896183701, 58.181660601987574 ], [ -5.324656162444447, 58.181701074903422 ], [ -5.324410011987853, 58.182071517473318 ], [ -5.327377344265735, 58.180776203712242 ], [ -5.328987944255059, 58.180985832457985 ], [ -5.329607798898824, 58.180699998221023 ], [ -5.330787423017502, 58.180759069547463 ], [ -5.330454603686863, 58.180475644730429 ], [ -5.332232010269997, 58.180649416151105 ], [ -5.331232700897427, 58.181879959644711 ], [ -5.329764642156952, 58.182466592379605 ], [ -5.330039740355946, 58.182769503249638 ], [ -5.331248108422782, 58.182589631261649 ], [ -5.330953049198905, 58.182709693459067 ], [ -5.331717927183629, 58.182972839788611 ], [ -5.331957987772854, 58.183537322569357 ], [ -5.330827569801126, 58.183823023851467 ], [ -5.332174935345253, 58.184309139518476 ], [ -5.33124764165726, 58.184310898991669 ], [ -5.333665795092425, 58.184782501623516 ], [ -5.33397078031116, 58.185403707612778 ], [ -5.334837598385985, 58.185664170949465 ], [ -5.334915987132704, 58.184866656840747 ], [ -5.33617537760941, 58.184141612340674 ], [ -5.33679587479345, 58.184588272935841 ], [ -5.335773548881702, 58.185028484562174 ], [ -5.337017328838963, 58.184681348649534 ], [ -5.337356204654087, 58.184937634242459 ], [ -5.338003131633938, 58.184758910378143 ], [ -5.337277902598232, 58.185191356173753 ], [ -5.338384876634696, 58.185018565228049 ], [ -5.338080619622272, 58.185493922851386 ], [ -5.338774551251438, 58.185453283393038 ], [ -5.338341085048063, 58.185639904935435 ], [ -5.339293174870543, 58.185448690492592 ], [ -5.339039289268303, 58.18664179602834 ], [ -5.338227959815429, 58.186973135851559 ], [ -5.337660634330454, 58.186821703570111 ], [ -5.337665954914302, 58.187059754313523 ], [ -5.337203168380814, 58.186752782489705 ], [ -5.336846305815823, 58.187665445838803 ], [ -5.335792672365362, 58.187409882549439 ], [ -5.335217291835145, 58.188769581961644 ], [ -5.33700182322691, 58.189468023964096 ], [ -5.338259669228945, 58.189432404393877 ], [ -5.339052350551706, 58.188919989882677 ], [ -5.339145504042825, 58.18953145188712 ], [ -5.339758226370423, 58.189440802676209 ], [ -5.338676302530289, 58.190081238118275 ], [ -5.338514311074587, 58.190422540644178 ], [ -5.339080617324997, 58.19065309382237 ], [ -5.340560469678733, 58.190425580712308 ], [ -5.340438867553943, 58.19001889927209 ], [ -5.341152560834105, 58.189535505538963 ], [ -5.341201121534881, 58.190233523982002 ], [ -5.341818263406455, 58.189664570743631 ], [ -5.343013085968814, 58.189429217521571 ], [ -5.343446024211751, 58.189942784749356 ], [ -5.343088703600941, 58.190595716878363 ], [ -5.343698710103871, 58.190385575358881 ], [ -5.343144904038041, 58.191990129677905 ], [ -5.343876839767136, 58.191392989699864 ], [ -5.3435634244198, 58.192404304517396 ], [ -5.344220314669047, 58.191805534937039 ], [ -5.344006098469229, 58.192767510141486 ], [ -5.344569183756827, 58.192293439818307 ], [ -5.344334019515448, 58.193231696557909 ], [ -5.343463525700538, 58.193785732091825 ], [ -5.342965916234889, 58.195698907600963 ], [ -5.342654727231289, 58.195467076495717 ], [ -5.342545441176354, 58.195861831429703 ], [ -5.33967587632697, 58.197226831222217 ], [ -5.339195035078458, 58.197780517538206 ], [ -5.339575738709717, 58.199495403743633 ], [ -5.341107197551829, 58.200157280020946 ], [ -5.342369762768583, 58.200222171390593 ], [ -5.342543581575765, 58.200604113402662 ], [ -5.345361075299358, 58.201379638456864 ], [ -5.345476384918614, 58.201682216792165 ], [ -5.348417747342284, 58.201475598104309 ], [ -5.349132495947215, 58.201670753860071 ], [ -5.349234647290975, 58.202556118963336 ], [ -5.349692687122854, 58.202249272844767 ], [ -5.34978130089121, 58.202521089829361 ], [ -5.350300355754294, 58.20248228912417 ], [ -5.35076568933779, 58.201981998045248 ], [ -5.35292171967239, 58.201969380155049 ], [ -5.353216358991881, 58.201374694762315 ], [ -5.353299367700759, 58.201713170897371 ], [ -5.353580691026758, 58.201284220326734 ], [ -5.353794980218549, 58.201642613965674 ], [ -5.354576790432205, 58.201249036517545 ], [ -5.354939707192335, 58.201576554056594 ], [ -5.356009293470324, 58.201454036638758 ], [ -5.356012149732547, 58.201844955296117 ], [ -5.356602380465104, 58.201694597720454 ], [ -5.356653680488182, 58.201967392776666 ], [ -5.35795460779536, 58.202130892551175 ], [ -5.358998899922206, 58.203181999026484 ], [ -5.360004476053152, 58.204993635613548 ], [ -5.359579988280712, 58.206447451224683 ], [ -5.360267393699814, 58.207054036026001 ], [ -5.359976264642428, 58.208387490383338 ], [ -5.35908481364518, 58.208685114335147 ], [ -5.35992227193334, 58.208716988219273 ], [ -5.35958541008793, 58.209206738760187 ], [ -5.359999074566315, 58.209078994286514 ], [ -5.359158939070064, 58.209649412012489 ], [ -5.359928453539985, 58.209772959164447 ], [ -5.359117047474721, 58.211007758779132 ], [ -5.360022042948131, 58.211303011352648 ], [ -5.360567015652782, 58.210852719424139 ], [ -5.360520671712817, 58.211173027581324 ], [ -5.361437206005143, 58.211050006858429 ], [ -5.361346702249644, 58.211353502336664 ], [ -5.360861259765655, 58.211352810503364 ], [ -5.361357704368394, 58.211649828842461 ], [ -5.360894745623475, 58.211796852786385 ], [ -5.361234019409192, 58.212322721899746 ], [ -5.361059760987819, 58.213181208866693 ], [ -5.360556427943532, 58.213351765891659 ], [ -5.36091999034831, 58.213414094891341 ], [ -5.360889479299934, 58.214675967329413 ], [ -5.360406242907645, 58.21547338207818 ], [ -5.360817135079737, 58.21560367542525 ], [ -5.36070881238662, 58.216799285673218 ], [ -5.361614973639364, 58.217915137002358 ], [ -5.363668240420779, 58.219019619760829 ], [ -5.366472772287167, 58.219026542237572 ], [ -5.367672277490393, 58.219820019589946 ], [ -5.369110813859672, 58.220331230659781 ], [ -5.36953016987397, 58.220118815678639 ], [ -5.369313209560723, 58.220471497852742 ], [ -5.37004836933598, 58.220948240842745 ], [ -5.371215301403079, 58.223371246717988 ], [ -5.372386300642182, 58.223951512505742 ], [ -5.373276775911329, 58.223820111886859 ], [ -5.373171980855807, 58.224510496072206 ], [ -5.37518055116731, 58.225387680488929 ], [ -5.375539524505169, 58.225220886780129 ], [ -5.375313576361701, 58.225532470484957 ], [ -5.376758258009305, 58.225853782173942 ], [ -5.376963847089326, 58.225686549423131 ], [ -5.379594290271376, 58.228978578715342 ], [ -5.381032050091022, 58.229583164001554 ], [ -5.381759011789216, 58.230327917489824 ], [ -5.382731735301361, 58.230432467032188 ], [ -5.385998150770644, 58.231806458112345 ], [ -5.390629978038615, 58.232218283982398 ], [ -5.394357323245535, 58.233862958006739 ], [ -5.396860022493288, 58.234371627180465 ], [ -5.396900185251335, 58.234613247639714 ], [ -5.397976001451238, 58.234813812807552 ], [ -5.398674078754837, 58.234628935496488 ], [ -5.398680685362959, 58.234875943542093 ], [ -5.399390178328597, 58.234632332909534 ], [ -5.400028670433029, 58.234804081591207 ], [ -5.400218399849257, 58.234560830729222 ], [ -5.400230687535056, 58.23495599800426 ], [ -5.400413634518906, 58.234730904597541 ], [ -5.401099626717619, 58.235220474724805 ], [ -5.401616627742707, 58.235013441499284 ], [ -5.401386829372159, 58.235549889442431 ], [ -5.402645058791372, 58.23578600231761 ], [ -5.403658420677448, 58.235156746941875 ], [ -5.403892420969432, 58.236175197915628 ], [ -5.404091429275232, 58.235495749771545 ], [ -5.404301833388638, 58.235912598031319 ], [ -5.404754797600028, 58.235837593963453 ], [ -5.404143741598661, 58.236307816357964 ], [ -5.404696427916317, 58.236472842826679 ], [ -5.403951119068814, 58.236609575915608 ], [ -5.403283073531672, 58.237463326189832 ], [ -5.402488173605082, 58.23734969412903 ], [ -5.402225382029479, 58.237630850213172 ], [ -5.402864274303547, 58.238517162695516 ], [ -5.40370346311321, 58.238292541899071 ], [ -5.403267614303776, 58.238901902454636 ], [ -5.40391857178977, 58.23911374911377 ], [ -5.403742767351312, 58.240165516804225 ], [ -5.404183538814748, 58.239654981813132 ], [ -5.404228948964062, 58.240750370853441 ], [ -5.403570277681353, 58.24090276622568 ], [ -5.403178709692223, 58.240818828666008 ], [ -5.40364900996316, 58.240274111550569 ], [ -5.402655187727158, 58.240958626817331 ], [ -5.401761510864619, 58.240348759831427 ], [ -5.399971453525739, 58.240612184605808 ], [ -5.399126606808396, 58.241668366897891 ], [ -5.399551931759852, 58.242371624634934 ], [ -5.398094000048742, 58.242455392601016 ], [ -5.398508243062333, 58.242687052337367 ], [ -5.398293284708781, 58.24373544200607 ], [ -5.397942846732688, 58.243102094581317 ], [ -5.39727378323217, 58.243591801481081 ], [ -5.397469648747445, 58.243946127652436 ], [ -5.396769613759183, 58.243578254878315 ], [ -5.395863647220989, 58.244442786596778 ], [ -5.3960514308708, 58.2448018240325 ], [ -5.396946866882701, 58.244984730781738 ], [ -5.397132659859201, 58.245946048816691 ], [ -5.39650368052544, 58.247122303011437 ], [ -5.395182628225649, 58.247925964749356 ], [ -5.396188180832855, 58.248991314787631 ], [ -5.39714831362175, 58.249136546452661 ], [ -5.396276697913144, 58.249470742439762 ], [ -5.397410418533932, 58.249826178456345 ], [ -5.396300773297776, 58.250345580316406 ], [ -5.397147907443867, 58.250556738489671 ], [ -5.397632997056353, 58.251438182335256 ], [ -5.397144251996642, 58.25167590247937 ], [ -5.395267386043888, 58.251573033520962 ], [ -5.394587834511038, 58.251955139922956 ], [ -5.394783903222701, 58.25302404869764 ], [ -5.39361910102872, 58.253859488062915 ], [ -5.393778622027104, 58.254457474749721 ], [ -5.393186048259779, 58.255214775693908 ], [ -5.392551363180775, 58.254908059481707 ], [ -5.391972348011936, 58.255094226532023 ], [ -5.391492848855033, 58.254181154841682 ], [ -5.389086957959149, 58.254788851786984 ], [ -5.389119876631785, 58.255044148693344 ], [ -5.387541964001374, 58.255216362448479 ], [ -5.387487838261671, 58.256345848328309 ], [ -5.386241546358505, 58.256509244936439 ], [ -5.384988759819735, 58.257230084148944 ], [ -5.385402719840717, 58.257547185136254 ], [ -5.384529896417228, 58.257961324409862 ], [ -5.384438179014404, 58.258965965621073 ], [ -5.382833120427891, 58.259660165850576 ], [ -5.383725398838701, 58.259717415895516 ], [ -5.383861257288439, 58.260068857801578 ], [ -5.38071194561098, 58.261828629228482 ], [ -5.37965240908408, 58.26162747624263 ], [ -5.37951864505279, 58.261118677968035 ], [ -5.377943538981123, 58.261681688745497 ], [ -5.377805544702142, 58.26229205648162 ], [ -5.376986937418557, 58.262650775871997 ], [ -5.377548782960554, 58.262640408210444 ], [ -5.37771270800061, 58.263107962411794 ], [ -5.376179651636765, 58.263845110541489 ], [ -5.376161905048595, 58.264196126961536 ], [ -5.375668088094558, 58.264204689543867 ], [ -5.375844022189218, 58.26372365345 ], [ -5.374953441233161, 58.263953930279122 ], [ -5.374669439266558, 58.264374902591562 ], [ -5.37440642838053, 58.26385153938201 ], [ -5.373203735124476, 58.264476552305574 ], [ -5.374591607713659, 58.262929830146426 ], [ -5.374394298199477, 58.26157330502447 ], [ -5.373943023407133, 58.261490853318215 ], [ -5.374704679602771, 58.261250507855941 ], [ -5.375220095178358, 58.259677397843177 ], [ -5.374286555788881, 58.259544777811456 ], [ -5.374996254988115, 58.259206930783847 ], [ -5.373811235904704, 58.258492216139892 ], [ -5.37165227171025, 58.259191920788439 ], [ -5.371298717622475, 58.258432751528289 ], [ -5.371838280872782, 58.257919647292027 ], [ -5.370902259483309, 58.257849987594767 ], [ -5.370571452830435, 58.25813736131969 ], [ -5.371742817227377, 58.25691547043408 ], [ -5.370811413960405, 58.256355822184851 ], [ -5.371398113012522, 58.255621259477223 ], [ -5.370911576159626, 58.255256595773766 ], [ -5.371329360285887, 58.254090556866934 ], [ -5.36772708360072, 58.251259926567322 ], [ -5.36590133445586, 58.251245162283098 ], [ -5.361446163397142, 58.252000729826982 ], [ -5.359950234328354, 58.252678284289281 ], [ -5.358753700781874, 58.252736737020527 ], [ -5.358488453725121, 58.252276322718878 ], [ -5.357311965015131, 58.252096044221304 ], [ -5.356017060487395, 58.252826688206902 ], [ -5.355724707876951, 58.252079355240248 ], [ -5.355150651250368, 58.25222926921731 ], [ -5.355335243573806, 58.252017686222203 ], [ -5.35400465331698, 58.251108880865111 ], [ -5.352968581482197, 58.250790049232016 ], [ -5.352630913212504, 58.251005649155339 ], [ -5.352514055274442, 58.250562898394243 ], [ -5.351063122786754, 58.250472463456177 ], [ -5.350704834458155, 58.250126830945092 ], [ -5.350379697065694, 58.25045714605448 ], [ -5.349415320140695, 58.250427625243816 ], [ -5.348988445633299, 58.250800154435723 ], [ -5.347571614263455, 58.251053036352118 ], [ -5.346443610912964, 58.25102418838889 ], [ -5.346450516017439, 58.250826265247824 ], [ -5.345490758641628, 58.251044669928035 ], [ -5.344771444338433, 58.250413667465267 ], [ -5.342760397215664, 58.250747678444505 ], [ -5.342525444867808, 58.250334977759721 ], [ -5.341843489075138, 58.250552372168137 ], [ -5.341445136555813, 58.25035966551328 ], [ -5.338555336584618, 58.251900360990696 ], [ -5.338035726207571, 58.251361172296107 ], [ -5.337290471031388, 58.251776140408808 ], [ -5.33730571801286, 58.251303859192966 ], [ -5.338292446276178, 58.250918529180105 ], [ -5.337670603801856, 58.250651660005111 ], [ -5.338305992619806, 58.250428315564598 ], [ -5.338126350856238, 58.250149883650508 ], [ -5.339650937938534, 58.249683064106833 ], [ -5.339766507024587, 58.249190180726373 ], [ -5.339135272170797, 58.249004458944199 ], [ -5.340153210436241, 58.248860979538591 ], [ -5.34059026661027, 58.248251823352476 ], [ -5.342351146035718, 58.244539414384505 ], [ -5.341971683897063, 58.244293184861746 ], [ -5.342477464138557, 58.244577452578767 ], [ -5.343694301168816, 58.244284921463951 ], [ -5.344011875405568, 58.243675286074726 ], [ -5.343486367713767, 58.242837863553085 ], [ -5.342509076167783, 58.242325063334192 ], [ -5.337711809095406, 58.242934173125121 ], [ -5.336818051769264, 58.242674412318983 ], [ -5.336649637787681, 58.242242885200938 ], [ -5.337412129444187, 58.241831960725463 ], [ -5.336759542471022, 58.241417587373711 ], [ -5.336265038394584, 58.241596797069242 ], [ -5.336193451929236, 58.241288573834765 ], [ -5.334929778589513, 58.241717081541864 ], [ -5.333651392194406, 58.241444878219042 ], [ -5.333388885789231, 58.240283263946957 ], [ -5.332543725242153, 58.240903052112763 ], [ -5.332273183875149, 58.240200045688191 ], [ -5.330424701116182, 58.241843703562864 ], [ -5.329460635739267, 58.241832903037341 ], [ -5.32969811307476, 58.241548073186891 ], [ -5.328052049303373, 58.241716840163853 ], [ -5.326856822736347, 58.241240166492133 ], [ -5.324993189267142, 58.241724657837288 ], [ -5.321352077035919, 58.240610549712692 ], [ -5.321431043976796, 58.239997298079885 ], [ -5.319770562118228, 58.239829277208635 ], [ -5.319320337078524, 58.239571341839905 ], [ -5.319699657087586, 58.239435641589331 ], [ -5.318418230098652, 58.239037533359244 ], [ -5.319238816259667, 58.238517351012021 ], [ -5.319047532053747, 58.238203245336393 ], [ -5.318034594691722, 58.237941962158807 ], [ -5.318400490846298, 58.237662803725094 ], [ -5.319355173986521, 58.237939081309541 ], [ -5.318455204426444, 58.237427688506308 ], [ -5.321357937631285, 58.236210679394205 ], [ -5.319037900574615, 58.2364597890586 ], [ -5.319978763044652, 58.235221911953396 ], [ -5.319286234533376, 58.235379242780425 ], [ -5.318952073326692, 58.234812690011395 ], [ -5.316527345503665, 58.23521727675648 ], [ -5.316585247061519, 58.234833774740608 ], [ -5.317360981974298, 58.234746201122135 ], [ -5.315347272131355, 58.234807518351943 ], [ -5.315219669267687, 58.233076117015827 ], [ -5.314787922015082, 58.233653586759189 ], [ -5.313471290101462, 58.233970905972939 ], [ -5.313129593558143, 58.233687662214642 ], [ -5.313611923808304, 58.232830252119193 ], [ -5.315085947531883, 58.232374019658828 ], [ -5.31459982531661, 58.231456371777377 ], [ -5.315101382347331, 58.231079322442135 ], [ -5.314472142411154, 58.231001291680315 ], [ -5.314143354340346, 58.230034614997187 ], [ -5.313695544183112, 58.229983327219379 ], [ -5.313090191063111, 58.230434971246275 ], [ -5.312339723491342, 58.229879211063079 ], [ -5.311693385606424, 58.230165631160062 ], [ -5.310542795443706, 58.229795513193316 ], [ -5.311107054169987, 58.228446132388605 ], [ -5.310489293958876, 58.228125104830525 ], [ -5.310545719473716, 58.227633786578089 ], [ -5.309547352693523, 58.227524862060207 ], [ -5.311913045862337, 58.224847928095166 ], [ -5.311788493906966, 58.224553652756498 ], [ -5.310250033030103, 58.2242241612757 ], [ -5.308709510271518, 58.224402535604902 ], [ -5.304677733769254, 58.225637727007488 ], [ -5.303258534435943, 58.226407006963349 ], [ -5.302902936658357, 58.227346482747052 ], [ -5.303534742350726, 58.228094118098049 ], [ -5.302349158522761, 58.229086534672973 ], [ -5.301606227401703, 58.228701293569046 ], [ -5.301553195733524, 58.227947663850159 ], [ -5.300788640750661, 58.227787680795238 ], [ -5.299498335570323, 58.228845695362587 ], [ -5.298479450294989, 58.229249536660575 ], [ -5.297672213477842, 58.229180518979163 ], [ -5.297280465394833, 58.229824302957496 ], [ -5.294855274921328, 58.231140782207305 ], [ -5.292732750336475, 58.231496667033916 ], [ -5.292486215051858, 58.231318772408272 ], [ -5.292531485126345, 58.231623199041515 ], [ -5.29551944148562, 58.232238155286076 ], [ -5.294376063902051, 58.232771009350415 ], [ -5.294379371435138, 58.234092172172524 ], [ -5.293917320715277, 58.234346776948314 ], [ -5.293578867771592, 58.234004977019843 ], [ -5.292634566139622, 58.235031514310826 ], [ -5.291334971284775, 58.234799889197831 ], [ -5.292371560296202, 58.235411304633843 ], [ -5.29179453967304, 58.235345296540991 ], [ -5.291203094702376, 58.235675132861097 ], [ -5.291156810571572, 58.235451624750205 ], [ -5.290315811760457, 58.236214825146639 ], [ -5.289429399430741, 58.235936574872028 ], [ -5.289698229243534, 58.236630714442398 ], [ -5.289057726258568, 58.236431509182225 ], [ -5.288533608603275, 58.2366607286529 ], [ -5.288474023163177, 58.236109498511844 ], [ -5.287624865253572, 58.236877384203503 ], [ -5.284832821169735, 58.237093084850322 ], [ -5.284432636864772, 58.236636006031723 ], [ -5.283848154419771, 58.237226280668771 ], [ -5.283992244796863, 58.236481060005111 ], [ -5.282246618627243, 58.237784289904241 ], [ -5.281734635301312, 58.238790632696826 ], [ -5.279716237581921, 58.239080697712964 ], [ -5.279142099429857, 58.238861761481076 ], [ -5.278017748669759, 58.239420936420508 ], [ -5.278045819497463, 58.23889441677251 ], [ -5.277487365034758, 58.239214351070501 ], [ -5.275779752099816, 58.238440281464193 ], [ -5.276417404723333, 58.239255304304244 ], [ -5.27513152389949, 58.24046573530331 ], [ -5.273912295519855, 58.241013824674994 ], [ -5.274025343600834, 58.241685024428136 ], [ -5.273039078637925, 58.243188843329584 ], [ -5.271391574108592, 58.244084936965855 ], [ -5.268563847451454, 58.244197823642487 ], [ -5.266571053110651, 58.24338149905099 ], [ -5.265704242167434, 58.244149679713487 ], [ -5.266069939342388, 58.244418949744876 ], [ -5.26445161443865, 58.244986143095019 ], [ -5.263351364556306, 58.244699698258856 ], [ -5.261501745849056, 58.243214527776971 ], [ -5.260787171758675, 58.243785542722186 ], [ -5.260849936977487, 58.244561395959998 ], [ -5.260247193054346, 58.244680153596015 ], [ -5.260651958545322, 58.24509674167038 ], [ -5.260339165681205, 58.245495706565642 ], [ -5.261312279569006, 58.245789919627619 ], [ -5.261084180622164, 58.2467394805835 ], [ -5.258197924542349, 58.247145736386926 ], [ -5.256769031997459, 58.246714827913074 ], [ -5.25661363639338, 58.247064827324884 ], [ -5.255289255779178, 58.247215450647111 ], [ -5.251898149593747, 58.246578357277237 ], [ -5.252947517037298, 58.247890817964723 ], [ -5.251368341180876, 58.248331011164645 ], [ -5.251284204813388, 58.248715139670978 ], [ -5.252070369229289, 58.249108557571972 ], [ -5.251520147362728, 58.249522534786585 ], [ -5.251611276761261, 58.250144872388731 ], [ -5.250800846170717, 58.25041717340315 ], [ -5.250191106526391, 58.250554035279173 ], [ -5.248602637398702, 58.250149567296361 ], [ -5.248118113115924, 58.250350641842395 ], [ -5.239670276312111, 58.248947492456637 ], [ -5.238979201145064, 58.249594177899226 ], [ -5.238163916952207, 58.249533970300902 ], [ -5.238385387271782, 58.249905841743384 ], [ -5.23757143634285, 58.250420818192104 ], [ -5.237596157835108, 58.25087857104279 ], [ -5.238536907321754, 58.250818758005927 ], [ -5.238889555015864, 58.251133373858941 ], [ -5.238648866247927, 58.251858507536895 ], [ -5.236699085365329, 58.251323746646108 ], [ -5.23751566130227, 58.251864780782057 ], [ -5.236231077077289, 58.251519862057251 ], [ -5.238157161202372, 58.252261951535445 ], [ -5.237854019359644, 58.252489842301358 ], [ -5.239006028034958, 58.253062805163175 ], [ -5.237891080096373, 58.252709104404978 ], [ -5.236621764893635, 58.25271882128088 ], [ -5.235935713355085, 58.25323503705647 ], [ -5.232029988434581, 58.253127254792886 ], [ -5.231140581945488, 58.252066736684291 ], [ -5.228439386982589, 58.251798031684096 ], [ -5.227896798547245, 58.251362361795337 ], [ -5.229366385136673, 58.251118476027784 ], [ -5.231473581052194, 58.25001358029882 ], [ -5.231961752376597, 58.250225917646624 ], [ -5.231627498209568, 58.250580410400552 ], [ -5.232831970730678, 58.250608335381415 ], [ -5.233187598467482, 58.249646619945295 ], [ -5.231711138793887, 58.249252590105328 ], [ -5.232838879629623, 58.248064606841417 ], [ -5.232101113109924, 58.247638391336324 ], [ -5.233016609627765, 58.247489378924357 ], [ -5.233721746305694, 58.248118641938895 ], [ -5.234093418593355, 58.247520523574153 ], [ -5.234696288533221, 58.247869255689103 ], [ -5.235553886832069, 58.247739667761394 ], [ -5.234184277275387, 58.247208141549621 ], [ -5.234614956278687, 58.246977027416094 ], [ -5.233543353907418, 58.245038538456193 ], [ -5.231789053700783, 58.245709416760768 ], [ -5.229272023894559, 58.245211378640796 ], [ -5.228949020253088, 58.245408293594089 ], [ -5.229376149799505, 58.245887324212653 ], [ -5.229801803396626, 58.245975421039702 ], [ -5.230493930880751, 58.245526491901451 ], [ -5.230933328957046, 58.246140024426744 ], [ -5.229722820758665, 58.248853519058443 ], [ -5.228636813087473, 58.249658435492996 ], [ -5.226377871744765, 58.249751497607775 ], [ -5.226505084215443, 58.250494269538763 ], [ -5.225188667778458, 58.2515791051813 ], [ -5.223005013228494, 58.251845465233707 ], [ -5.224218901590011, 58.252727073940001 ], [ -5.22187415591791, 58.253379462049729 ], [ -5.221130632408856, 58.254485743974691 ], [ -5.218067876034191, 58.255965070638972 ], [ -5.215677045047468, 58.255360216451272 ], [ -5.216084804544272, 58.25496796626372 ], [ -5.21533384811342, 58.254959917532439 ], [ -5.214924238004323, 58.254579265669634 ], [ -5.215187640303996, 58.253628919112835 ], [ -5.213754306840396, 58.253898689015209 ], [ -5.211839627619865, 58.253466027795277 ], [ -5.213226329790787, 58.251269582422239 ], [ -5.212581001711095, 58.250544334711904 ], [ -5.213564315011098, 58.250483635219496 ], [ -5.213942468405929, 58.250047197688339 ], [ -5.209115576925723, 58.248137399069272 ], [ -5.207613178468985, 58.248584099632289 ], [ -5.208498477138768, 58.248853953205121 ], [ -5.207929113846694, 58.249250240189468 ], [ -5.207102941564548, 58.249068774419285 ], [ -5.20714502385842, 58.248496996923208 ], [ -5.206133391122609, 58.248149417734879 ], [ -5.20630305490005, 58.247668807418314 ], [ -5.203638847537746, 58.246481910007624 ], [ -5.202284282398884, 58.246583305051594 ], [ -5.201942018582617, 58.247513129953511 ], [ -5.200561016804893, 58.248172406252401 ], [ -5.197332472767305, 58.24876111324707 ], [ -5.197325645054073, 58.248496147613061 ], [ -5.195977729119699, 58.249145555978927 ], [ -5.194458247313454, 58.249120673321713 ], [ -5.192446502134172, 58.248550848564193 ], [ -5.19188906185125, 58.249081578033234 ], [ -5.192171597247883, 58.249474464479562 ], [ -5.190678977843107, 58.249084864872771 ], [ -5.189005652134307, 58.248960404384512 ], [ -5.189339669273175, 58.249167763727804 ], [ -5.188837042159879, 58.249265702439111 ], [ -5.187796331118636, 58.249067002800992 ], [ -5.18708764460175, 58.249812696246366 ], [ -5.188408502020156, 58.250283022574429 ], [ -5.188507926653219, 58.250725427898089 ], [ -5.186749720357773, 58.25013120560795 ], [ -5.186187089974884, 58.251079963047189 ], [ -5.18673710869461, 58.251034778176127 ], [ -5.186856344693226, 58.251508146677473 ], [ -5.185384265375189, 58.252012241558297 ], [ -5.184232811986802, 58.252005015203309 ], [ -5.18342387268058, 58.251539857021406 ], [ -5.18295113585118, 58.251686458353454 ], [ -5.183137680376221, 58.251295339517974 ], [ -5.180754316609891, 58.251143533136968 ], [ -5.180060759690643, 58.250253061983919 ], [ -5.180780391822966, 58.249722840109918 ], [ -5.18017920950733, 58.248816586838068 ], [ -5.180491395511055, 58.248305503016404 ], [ -5.179791822781705, 58.248108126078584 ], [ -5.179994174352307, 58.24760786804891 ], [ -5.18100719455166, 58.247308507124451 ], [ -5.181317545391906, 58.248298399279903 ], [ -5.182006659640329, 58.247903744347681 ], [ -5.182675579074039, 58.24804435268679 ], [ -5.182876939800058, 58.247248421210969 ], [ -5.181416092724326, 58.246260247070076 ], [ -5.179450174967322, 58.246102511120654 ], [ -5.180870915620026, 58.247024299045826 ], [ -5.17972169964359, 58.246945077805087 ], [ -5.179119894061289, 58.247553248785565 ], [ -5.1778687869462, 58.24671709514886 ], [ -5.17675874646782, 58.246789661508586 ], [ -5.177015346953838, 58.24594293459436 ], [ -5.176143673081817, 58.245726453909242 ], [ -5.176809944572361, 58.245552591739383 ], [ -5.17670082340178, 58.245285679127448 ], [ -5.175373965264836, 58.244649115235212 ], [ -5.176092261071968, 58.243723497456436 ], [ -5.175451037083453, 58.243033923475615 ], [ -5.175920456949106, 58.241898794447565 ], [ -5.175715082169586, 58.241032106419375 ], [ -5.174949501763654, 58.240952287681104 ], [ -5.175168006690862, 58.240155943357699 ], [ -5.174564160034544, 58.239883359642199 ], [ -5.17441154138066, 58.238462620304915 ], [ -5.171581483892066, 58.237688139513651 ], [ -5.170098314118365, 58.236251020874349 ], [ -5.165840756242652, 58.235421988780672 ], [ -5.164258838702071, 58.234593917129288 ], [ -5.162088572823213, 58.234620741787246 ], [ -5.159694333413701, 58.233471211550331 ], [ -5.159147493135505, 58.233740893609095 ], [ -5.159403664742853, 58.233172830578241 ], [ -5.158696324312105, 58.232979131300993 ], [ -5.15921172926466, 58.233218025727844 ], [ -5.158375597399675, 58.233683603498186 ], [ -5.160124378235079, 58.233995323608418 ], [ -5.164045413551299, 58.236405709009844 ], [ -5.165296202085726, 58.237628461957499 ], [ -5.165052488513107, 58.238335535864046 ], [ -5.165496290996344, 58.238630107502104 ], [ -5.166425347258367, 58.238728395506577 ], [ -5.166888162998113, 58.239426931668163 ], [ -5.169128482645704, 58.240467812676293 ], [ -5.172186013716863, 58.240639022463171 ], [ -5.173205330127567, 58.241746123525438 ], [ -5.172389086759826, 58.242148384893483 ], [ -5.170911808519221, 58.241924450858903 ], [ -5.170620398583647, 58.243050643815096 ], [ -5.170098887177714, 58.243032139797087 ], [ -5.1704104324844, 58.243276054681502 ], [ -5.169226695396788, 58.244240157524601 ], [ -5.168446366442427, 58.244663969271677 ], [ -5.168635923920439, 58.243827913463441 ], [ -5.168058183306798, 58.244134349324966 ], [ -5.167785374818514, 58.245183677871985 ], [ -5.16807151715356, 58.245715831128244 ], [ -5.168539337594843, 58.245609850666746 ], [ -5.167672529960416, 58.246211061086683 ], [ -5.171297305948734, 58.246143533074388 ], [ -5.171793710941959, 58.246643492516824 ], [ -5.171314219627352, 58.24709579671466 ], [ -5.17255018343717, 58.247954857729113 ], [ -5.170601468460745, 58.24837176215938 ], [ -5.170072820630097, 58.248942120341191 ], [ -5.170886464981681, 58.249748770829129 ], [ -5.17045536510981, 58.25036164526432 ], [ -5.171030329730678, 58.250500154081088 ], [ -5.17131407225023, 58.251099767606206 ], [ -5.17062984017283, 58.252123370900613 ], [ -5.169996914151942, 58.252004274251647 ], [ -5.169009812617449, 58.252882598930988 ], [ -5.168312532904738, 58.25271116576986 ], [ -5.167489179692798, 58.253037172750616 ], [ -5.166883953659789, 58.254660959787685 ], [ -5.16658153478934, 58.254520165990542 ], [ -5.165026056363178, 58.255336158381553 ], [ -5.16413789937832, 58.255223358876428 ], [ -5.164678174734683, 58.255641370757949 ], [ -5.164242731475365, 58.257067701623839 ], [ -5.16551929651478, 58.258379697557523 ], [ -5.16219633514539, 58.259742760365967 ], [ -5.161208400975498, 58.258320230295453 ], [ -5.159364909396848, 58.257628881103628 ], [ -5.159261395205223, 58.256849527643595 ], [ -5.158637358647215, 58.25702224857551 ], [ -5.158185269479885, 58.25673234976059 ], [ -5.157977408211781, 58.255546644363761 ], [ -5.15710283408868, 58.255586248027278 ], [ -5.156662330917852, 58.255138776188979 ], [ -5.156457122317971, 58.255323599893813 ], [ -5.156461469295929, 58.254510122097678 ], [ -5.156942989460437, 58.254269035070436 ], [ -5.156479110006152, 58.253750240678279 ], [ -5.155672358599221, 58.253689295732485 ], [ -5.155591410453954, 58.253354264640897 ], [ -5.154927942400812, 58.253370661271674 ], [ -5.154789985862993, 58.252969632156471 ], [ -5.154072569798245, 58.252762669731709 ], [ -5.153354591136105, 58.253508393066816 ], [ -5.151798030560639, 58.25297162819875 ], [ -5.15036324080814, 58.253613696025106 ], [ -5.149016330224335, 58.253613670183071 ], [ -5.149955015240878, 58.254104599225073 ], [ -5.14870315810369, 58.254791564967682 ], [ -5.148975862187164, 58.254982564146275 ], [ -5.146180590763429, 58.255473886080154 ], [ -5.146627663108831, 58.256285223110815 ], [ -5.146356901980005, 58.256885069067678 ], [ -5.145575143634095, 58.257106549010373 ], [ -5.146045429245277, 58.257602754558519 ], [ -5.145575089711394, 58.258355809035251 ], [ -5.141624916510234, 58.260250552846223 ], [ -5.13750242592775, 58.260491219286799 ], [ -5.135027560116882, 58.260080165350587 ], [ -5.134630395747099, 58.259541682718393 ], [ -5.133207190957985, 58.258969961888418 ], [ -5.133253606878732, 58.258047611916403 ], [ -5.132193094153957, 58.256851341905367 ], [ -5.13074392159719, 58.25617687738589 ], [ -5.129070444752083, 58.256051632806525 ], [ -5.130487333010838, 58.256650514287678 ], [ -5.130523936414576, 58.257161899539064 ], [ -5.128152209523338, 58.257530092409567 ], [ -5.125984538451711, 58.258472932042622 ], [ -5.125259271357754, 58.258176126879299 ], [ -5.127141120602455, 58.256602194406916 ], [ -5.126752870355658, 58.256356460429721 ], [ -5.128477346963863, 58.255899899319765 ], [ -5.124638936028257, 58.255005277774934 ], [ -5.127627076947391, 58.253121152778775 ], [ -5.128071042865674, 58.252162104470393 ], [ -5.130052531171798, 58.25172258853511 ], [ -5.12938653317762, 58.250840172990742 ], [ -5.127240645033493, 58.249800783710121 ], [ -5.125595393163516, 58.249508539850282 ], [ -5.123627513126662, 58.248455746886535 ], [ -5.122399448403597, 58.248350977603636 ], [ -5.121652601213309, 58.247515439546014 ], [ -5.120293847241792, 58.24737789661004 ], [ -5.11849061830821, 58.2480016437177 ], [ -5.119583010146306, 58.249278125263238 ], [ -5.121440123365927, 58.250041597524991 ], [ -5.120777772737193, 58.250457728599407 ], [ -5.121163406026307, 58.250771847426975 ], [ -5.120760773488332, 58.251136691644533 ], [ -5.118917531036558, 58.251986104234263 ], [ -5.118998067938947, 58.252514391969683 ], [ -5.120112478048148, 58.252779252657156 ], [ -5.120682019478942, 58.254117933848789 ], [ -5.120179179797123, 58.254022374641607 ], [ -5.119766980124131, 58.254472828761685 ], [ -5.120260419969036, 58.254946089278519 ], [ -5.120323298194675, 58.255757910348443 ], [ -5.119665561741004, 58.256227845063641 ], [ -5.120273459610958, 58.257808250140776 ], [ -5.12273235104921, 58.258332318301015 ], [ -5.122244797473606, 58.259476651157186 ], [ -5.123281198494412, 58.25924010149263 ], [ -5.123003347577449, 58.259570443270526 ], [ -5.123416025981941, 58.259803008835654 ], [ -5.123962714142927, 58.259717736094373 ], [ -5.125084287769931, 58.260157636006944 ], [ -5.125903019036875, 58.260160064391052 ], [ -5.127729480184679, 58.259504195766915 ], [ -5.132580688684479, 58.260275028370401 ], [ -5.133010293902511, 58.260987975747867 ], [ -5.132114097375322, 58.263005167832638 ], [ -5.130449599718212, 58.263468391535348 ], [ -5.129038331474754, 58.264289377974997 ], [ -5.127448364028786, 58.264341808199191 ], [ -5.124950533644568, 58.267058729342807 ], [ -5.124143739607588, 58.26690321493983 ], [ -5.122583872696822, 58.267201999112288 ], [ -5.120919345968552, 58.26650572360397 ], [ -5.121339385510136, 58.266046089261415 ], [ -5.120814497506474, 58.265605055279451 ], [ -5.119492975340739, 58.265704748971935 ], [ -5.119076594739369, 58.265139728205043 ], [ -5.118275389141008, 58.265046952750424 ], [ -5.117234496280451, 58.266204772170134 ], [ -5.116218960464753, 58.266099240370387 ], [ -5.117055588327684, 58.26678882348218 ], [ -5.115951477600006, 58.26693709702063 ], [ -5.114750848883106, 58.266472081796721 ], [ -5.114055981849519, 58.266619344197849 ], [ -5.113786869202021, 58.267439260492807 ], [ -5.114946158322173, 58.267433457732402 ], [ -5.117243033899956, 58.268339060436894 ], [ -5.119787548067698, 58.268762244116978 ], [ -5.11984768872065, 58.269542675488182 ], [ -5.11838545339945, 58.269789590468442 ], [ -5.116073103969437, 58.269679764454402 ], [ -5.116692953097661, 58.270230842255081 ], [ -5.116186826501957, 58.270391483817903 ], [ -5.114948883589537, 58.269891429907524 ], [ -5.115898329694462, 58.269728965390819 ], [ -5.116104143989491, 58.269353665114238 ], [ -5.113569452420181, 58.269430763334775 ], [ -5.109101247195277, 58.270119299685881 ], [ -5.10685984947903, 58.269553720328936 ], [ -5.106503834717365, 58.268313144200476 ], [ -5.104947443032409, 58.26758257846928 ], [ -5.104430887060223, 58.266260521341266 ], [ -5.103077505566399, 58.265996832756443 ], [ -5.104709747771739, 58.265939186396366 ], [ -5.105446550163756, 58.264712478132665 ], [ -5.105029883155255, 58.264044067910703 ], [ -5.103936934836491, 58.26412456187699 ], [ -5.099102583994434, 58.261788444681351 ], [ -5.097508897086978, 58.261211483277606 ], [ -5.096901385478724, 58.261284635573986 ], [ -5.096388406517847, 58.260780306738681 ], [ -5.094924877637578, 58.260325979993375 ], [ -5.092938968960252, 58.259942708254542 ], [ -5.089589853166699, 58.258199372160334 ], [ -5.088153061559314, 58.258049890181603 ], [ -5.084515500913408, 58.256317896249449 ], [ -5.083231592425966, 58.255081704930113 ], [ -5.081813523953318, 58.254949676151327 ], [ -5.077720868128048, 58.252779120266474 ], [ -5.076939046820994, 58.252020569693855 ], [ -5.075479108009071, 58.251836457149722 ], [ -5.076053334432643, 58.251439768514317 ], [ -5.07419669427571, 58.251556384265697 ], [ -5.069582170785637, 58.250732742148436 ], [ -5.068254979252045, 58.249776053534134 ], [ -5.065698519928209, 58.249486965550403 ], [ -5.062853209031389, 58.248319520918493 ], [ -5.062881020062571, 58.248049238680892 ], [ -5.056952028488586, 58.246501758618159 ], [ -5.055000125530307, 58.246301335569264 ], [ -5.053945954947661, 58.245836758297933 ], [ -5.053410386303125, 58.246644930249765 ], [ -5.053935653831862, 58.247400766359753 ], [ -5.053656469916767, 58.247721994077907 ], [ -5.055002920670692, 58.248610963409327 ], [ -5.054151922105239, 58.248923405808007 ], [ -5.053898507128759, 58.250039378649973 ], [ -5.053383464242435, 58.250294349708852 ], [ -5.053763488849005, 58.250550381082078 ], [ -5.052798821537761, 58.250533008515781 ], [ -5.051633711101789, 58.251257363812606 ], [ -5.04997877611003, 58.251539560211064 ], [ -5.048374776351373, 58.250827442968486 ], [ -5.047103808613523, 58.251015056426965 ], [ -5.045888673472255, 58.250760957115332 ], [ -5.045605850723637, 58.250246452081235 ], [ -5.044268631834981, 58.249860443604554 ], [ -5.04335253059934, 58.2485207391654 ], [ -5.041280019952595, 58.248206148575342 ], [ -5.04073640732053, 58.247531584936709 ], [ -5.039755032752949, 58.247815580222486 ], [ -5.039061143514417, 58.247674825588028 ], [ -5.035927095024754, 58.249097450231758 ], [ -5.032715112937584, 58.247915599465806 ], [ -5.031891588374234, 58.249449477171495 ], [ -5.029862301899093, 58.249740300832109 ], [ -5.028815235861619, 58.250254938129224 ], [ -5.023709757680214, 58.249755846728668 ], [ -5.025832781680319, 58.250563811066684 ], [ -5.026233845221471, 58.251268774347409 ], [ -5.028216908520126, 58.252232797853956 ], [ -5.028236324876396, 58.253459067471191 ], [ -5.02662466630141, 58.253452345444799 ], [ -5.026927923140137, 58.254608976746141 ], [ -5.025026293331352, 58.254901185651349 ], [ -5.023243495975677, 58.256188110607404 ], [ -5.023444507167487, 58.256646182357009 ], [ -5.022297754340607, 58.256794654425519 ], [ -5.02095744873142, 58.257473434945595 ], [ -5.018948824529749, 58.257813016418908 ], [ -5.018420133378154, 58.257510969942864 ], [ -5.017687558430698, 58.257618154386549 ], [ -5.017259950204563, 58.257201377067034 ], [ -5.017342796733324, 58.256471473309134 ], [ -5.019221045684751, 58.255101494229145 ], [ -5.018938458453461, 58.254685786914216 ], [ -5.020067380276043, 58.254528778947019 ], [ -5.020131949607066, 58.254185745636207 ], [ -5.019365483218033, 58.253893820966468 ], [ -5.01781396648185, 58.253692344843799 ], [ -5.017051044589358, 58.254343957011841 ], [ -5.015491667731431, 58.25455154611852 ], [ -5.014678409489035, 58.255514382730034 ], [ -5.013157439308386, 58.255873814144884 ], [ -5.011667839169248, 58.255598905748222 ], [ -5.010884664493281, 58.255109611562489 ], [ -5.007458436890972, 58.254916253569299 ], [ -5.006494227387982, 58.253999823610755 ], [ -5.00570068366661, 58.253789338667033 ], [ -5.006176341255625, 58.251958283046449 ], [ -5.004231541007879, 58.251640085826708 ], [ -5.003586424749319, 58.250765555739513 ], [ -5.004131688425458, 58.250460651751581 ], [ -5.00377639865457, 58.250190415495346 ], [ -5.004206276993113, 58.250234223053482 ], [ -5.005689187418183, 58.249125381217276 ], [ -5.00423958557857, 58.248211375803912 ], [ -5.004172238035584, 58.247516471886264 ], [ -5.003324337549929, 58.247064605758069 ], [ -5.003914198190916, 58.246884469970205 ], [ -5.004385671211384, 58.246010628554409 ], [ -5.002613668533228, 58.244708767664754 ], [ -5.003449166940973, 58.242698504754102 ], [ -5.002979766280091, 58.242287160636849 ], [ -5.003272104741479, 58.241008629690889 ], [ -5.002630377366813, 58.240473723918683 ], [ -5.000240010068693, 58.240118323785197 ], [ -4.999623585262013, 58.239377906769974 ], [ -4.997612337099568, 58.238364692953922 ], [ -4.996723817904818, 58.238538332528158 ], [ -4.99708595365033, 58.238992657712764 ], [ -4.996570653157304, 58.239247402193662 ], [ -4.994669894581889, 58.238734817398353 ], [ -4.992809640903902, 58.238702055533828 ], [ -4.990380980468959, 58.238192796705313 ], [ -4.989239889756496, 58.236884967266327 ], [ -4.987724321874514, 58.23598581144114 ], [ -4.987495042483892, 58.235083500697023 ], [ -4.985858672282863, 58.234164684348606 ], [ -4.984048640226641, 58.233712733078313 ], [ -4.982616750957746, 58.232488035865074 ], [ -4.981672233054056, 58.23250111642286 ], [ -4.980835336861369, 58.231563560743915 ], [ -4.98177317145091, 58.231065350358165 ], [ -4.981682028357308, 58.230690030372877 ], [ -4.980602744185624, 58.231025286163735 ], [ -4.978551050853079, 58.230228415035761 ], [ -4.97773845853545, 58.228867890555208 ], [ -4.978000468464668, 58.227522733113048 ], [ -4.972342037585268, 58.228306183636775 ], [ -4.97097516657081, 58.227749370027027 ], [ -4.968936958796887, 58.228025963544845 ], [ -4.967073041527576, 58.227840143809082 ], [ -4.966408424031227, 58.226817613391624 ], [ -4.95928994367977, 58.225720219111544 ], [ -4.95614915027366, 58.225950275192815 ], [ -4.956372584585686, 58.226178756491308 ], [ -4.955918005055212, 58.226243206345231 ], [ -4.95472335089164, 58.22570470149936 ], [ -4.954862111963855, 58.225427391728921 ], [ -4.952888909294783, 58.224088197027996 ], [ -4.948092926245149, 58.22202427505804 ], [ -4.944333002395302, 58.218089500757856 ], [ -4.944154877294497, 58.217111357256506 ], [ -4.941893902702001, 58.215638449319648 ], [ -4.938561187177015, 58.215556174779408 ], [ -4.936498210338969, 58.214641185632118 ], [ -4.935819786240509, 58.213891126199606 ], [ -4.935402547542589, 58.214550466157554 ], [ -4.935901410695506, 58.215044043872268 ], [ -4.93749308605384, 58.215572678988806 ], [ -4.937998466585284, 58.216989037453224 ], [ -4.937705589559577, 58.217545768681994 ], [ -4.939144085419771, 58.218423900894685 ], [ -4.937101274438436, 58.219279740636296 ], [ -4.936530462973209, 58.22014212321448 ], [ -4.935862274650404, 58.220341724926492 ], [ -4.9372648555507, 58.222885946999355 ], [ -4.9385179391561, 58.223249821062936 ], [ -4.939280042364324, 58.223052536510757 ], [ -4.939363767461319, 58.223426253936239 ], [ -4.943074185639317, 58.224810076915901 ], [ -4.944610334349466, 58.224949885526009 ], [ -4.945382067085191, 58.224642703944035 ], [ -4.946863509446345, 58.224636365014383 ], [ -4.948937576478746, 58.225982306296558 ], [ -4.949257219558066, 58.227062319749244 ], [ -4.9462988580934, 58.229699062523558 ], [ -4.947309835893157, 58.230693022964708 ], [ -4.955711422086409, 58.234610200193764 ], [ -4.958116361945692, 58.235457663039639 ], [ -4.96022695582647, 58.23573675305316 ], [ -4.963409247960429, 58.238035433216034 ], [ -4.966619572600805, 58.23923699566933 ], [ -4.970515205856362, 58.239766496585233 ], [ -4.971018345284155, 58.240280517758478 ], [ -4.973347084037847, 58.240819430961963 ], [ -4.976244212915363, 58.242140389179788 ], [ -4.978949319398381, 58.242490690731849 ], [ -4.979470605896074, 58.242914388626836 ], [ -4.981884098650377, 58.243545534315295 ], [ -4.984333290255482, 58.243789365149823 ], [ -4.987010533164077, 58.244818660281148 ], [ -4.988361266200824, 58.245780102078939 ], [ -4.990729184477539, 58.246169505733938 ], [ -4.991322097289504, 58.24804735831723 ], [ -4.993806721504802, 58.249817957287689 ], [ -4.993956667955959, 58.250483966046822 ], [ -4.99470809548549, 58.250601147268817 ], [ -4.993482632892499, 58.25173527406097 ], [ -4.991087274666019, 58.251732995383065 ], [ -4.988976544615363, 58.25268111284732 ], [ -4.987157670634625, 58.253047205753617 ], [ -4.987398978026718, 58.25398967635337 ], [ -4.986838089626966, 58.253706230694405 ], [ -4.986287167840429, 58.253844932886686 ], [ -4.985996892230506, 58.254345999606905 ], [ -4.985479575858003, 58.253567250978122 ], [ -4.984376084698603, 58.253521152238513 ], [ -4.982223392060984, 58.254784674635978 ], [ -4.982189090069698, 58.2543765735142 ], [ -4.981522046765019, 58.254553914125538 ], [ -4.981056881161676, 58.254191820170206 ], [ -4.978981179315497, 58.254343612016122 ], [ -4.977729433879597, 58.253851571924123 ], [ -4.975985299323935, 58.254094437709185 ], [ -4.972838790224305, 58.25347125387033 ], [ -4.969962628414172, 58.253326994312268 ], [ -4.969254505147243, 58.25352319935957 ], [ -4.9683069256602, 58.253302586883279 ], [ -4.967983132445842, 58.253507823443741 ], [ -4.965017076104782, 58.253001576693194 ], [ -4.962672497603275, 58.253199787163602 ], [ -4.960843883252974, 58.253758942633013 ], [ -4.956725601103025, 58.254052079365024 ], [ -4.954312567075782, 58.253429430946454 ], [ -4.950621605598756, 58.253326052802166 ], [ -4.933390771086525, 58.25513396498652 ], [ -4.929136267586092, 58.254813748219853 ], [ -4.924743801124619, 58.25561089588286 ], [ -4.922092207493086, 58.255190814855226 ], [ -4.920568901950261, 58.255822376905122 ], [ -4.921055530568125, 58.256162623848539 ], [ -4.922119107258024, 58.256034943864492 ], [ -4.923050445434421, 58.257613251500189 ], [ -4.926557933511876, 58.257968770062675 ], [ -4.929062556159824, 58.258567372976593 ], [ -4.931826858580147, 58.258387112282968 ], [ -4.934098445523466, 58.258640487223339 ], [ -4.935689075793152, 58.25931837255613 ], [ -4.941099736314616, 58.260002679214558 ], [ -4.944574174524787, 58.260057414535403 ], [ -4.947439934635284, 58.259353246425015 ], [ -4.950396542487784, 58.259127704110909 ], [ -4.952202237832577, 58.258492847457937 ], [ -4.952736361327488, 58.258866928665427 ], [ -4.954808469504032, 58.258360675308388 ], [ -4.958088739620562, 58.258235304613265 ], [ -4.960207844920584, 58.25747624343478 ], [ -4.960523332496785, 58.257783466915171 ], [ -4.96329975407359, 58.25775052249994 ], [ -4.969912626021368, 58.256904910620349 ], [ -4.974073955498724, 58.257935906517183 ], [ -4.975880108351114, 58.25771858509821 ], [ -4.977637886198499, 58.258347129016407 ], [ -4.978913870534133, 58.258110672009636 ], [ -4.979528725582083, 58.257615530802859 ], [ -4.983605111368145, 58.258747058503324 ], [ -4.984817926498454, 58.259482599724159 ], [ -4.984750128576299, 58.260054850418655 ], [ -4.985534521643205, 58.259690520005393 ], [ -4.986475754870732, 58.259933624009932 ], [ -4.988401051337335, 58.259713339409785 ], [ -4.991083798375799, 58.258769815154416 ], [ -4.994651279379798, 58.259926396391144 ], [ -4.994533309565384, 58.260144848451098 ], [ -4.995591492083259, 58.260560388488557 ], [ -4.998895635331034, 58.261421970801209 ], [ -5.001809683930919, 58.261802852389827 ], [ -5.00801951241308, 58.264047261209896 ], [ -5.010573570808734, 58.264000558324277 ], [ -5.012018077622376, 58.263539616854878 ], [ -5.012881859320558, 58.263770876381777 ], [ -5.012887326248786, 58.263433736180119 ], [ -5.013817159287224, 58.264040883823192 ], [ -5.016210547054621, 58.264110196860464 ], [ -5.016857136729644, 58.263892717009931 ], [ -5.01731504716563, 58.264263845626438 ], [ -5.018075271967825, 58.263778558624395 ], [ -5.019374566302851, 58.263716391618303 ], [ -5.023005246539173, 58.264196680954292 ], [ -5.023662511930962, 58.263704809665384 ], [ -5.026114094490462, 58.263156948548897 ], [ -5.027661980164069, 58.263610052961504 ], [ -5.030310453676742, 58.262473285098565 ], [ -5.030615013670677, 58.26274465575797 ], [ -5.031759928022172, 58.262672544825648 ], [ -5.032674233108832, 58.262196989873878 ], [ -5.031919217958754, 58.261743098184709 ], [ -5.032471919242799, 58.261725481117736 ], [ -5.033140634864789, 58.260671596148086 ], [ -5.034714977689049, 58.259739980743106 ], [ -5.037619644434587, 58.260007933093753 ], [ -5.036116960749426, 58.259086548044188 ], [ -5.036137817384051, 58.258533348139053 ], [ -5.03474219898047, 58.258961953885475 ], [ -5.034225248909392, 58.258798990944207 ], [ -5.033441072385805, 58.258103151485997 ], [ -5.033556325417665, 58.257556697088347 ], [ -5.032744380500013, 58.257333333465859 ], [ -5.031911757349179, 58.25836414823462 ], [ -5.030049424702793, 58.259118328731333 ], [ -5.030448455172495, 58.259697510475128 ], [ -5.028937008164315, 58.26066802144144 ], [ -5.027049858643155, 58.260434171571816 ], [ -5.022491081451716, 58.259063791320528 ], [ -5.02225947307747, 58.258646883870611 ], [ -5.023165780158715, 58.258077222856343 ], [ -5.027977640756331, 58.256520792787661 ], [ -5.029422029919475, 58.255565362052003 ], [ -5.031080388749089, 58.255319304423345 ], [ -5.032994616843382, 58.256770193051835 ], [ -5.033766525131839, 58.256724894646212 ], [ -5.034006692271587, 58.257240437300077 ], [ -5.035817011684031, 58.257673724452047 ], [ -5.036575053474253, 58.257565829548419 ], [ -5.036677218620915, 58.25806218180859 ], [ -5.037795291884835, 58.257977172010328 ], [ -5.037982232233146, 58.258368155428855 ], [ -5.037458425539237, 58.258025627354272 ], [ -5.036655407355548, 58.258305351112462 ], [ -5.037059910505175, 58.258947292966333 ], [ -5.038526215981968, 58.259941429338184 ], [ -5.039764068574, 58.260159113288744 ], [ -5.04079352741748, 58.261028817194472 ], [ -5.04163512477644, 58.260999787120028 ], [ -5.041637822260816, 58.260235821432786 ], [ -5.042151607668488, 58.260659455777336 ], [ -5.042589872620509, 58.26050072745965 ], [ -5.043299077119155, 58.260717491801152 ], [ -5.043836747254987, 58.26052493528303 ], [ -5.043657171096862, 58.259922587423958 ], [ -5.044942984736715, 58.260201988059151 ], [ -5.047977719562788, 58.259203917245401 ], [ -5.048947132834023, 58.2596705715724 ], [ -5.049843235750114, 58.259581769174297 ], [ -5.050345785677433, 58.258882251532562 ], [ -5.051548157871693, 58.258786120280519 ], [ -5.053150992980599, 58.257498596696493 ], [ -5.055986406465936, 58.257457730236624 ], [ -5.057522037641592, 58.257865832345495 ], [ -5.056659516602394, 58.259728844622877 ], [ -5.057696342602207, 58.260382550548059 ], [ -5.05880360368434, 58.260270654539156 ], [ -5.060712611610851, 58.260854012664787 ], [ -5.063852840257237, 58.259304813342638 ], [ -5.06556662668003, 58.260193853343594 ], [ -5.066050981797592, 58.260964108135866 ], [ -5.067722264142205, 58.261458705961608 ], [ -5.068449172479002, 58.262173695975683 ], [ -5.069578185357405, 58.262312825174973 ], [ -5.071051987252412, 58.261805563094534 ], [ -5.07334611393922, 58.26240194206185 ], [ -5.074605721520711, 58.26217839620341 ], [ -5.077936436174245, 58.263419279169874 ], [ -5.081838166042057, 58.263868904935507 ], [ -5.084553495980788, 58.266166989245228 ], [ -5.087501345983132, 58.266626002232421 ], [ -5.087834434036361, 58.268100843998837 ], [ -5.089048446767537, 58.268723060933844 ], [ -5.090131545992128, 58.26911476604181 ], [ -5.094455652315627, 58.269508860795533 ], [ -5.094343555699863, 58.269983408189596 ], [ -5.09357819718284, 58.270204162711011 ], [ -5.091495393784744, 58.269791752480522 ], [ -5.090038237321194, 58.269903407935523 ], [ -5.089775406634899, 58.27060627840477 ], [ -5.090938027303267, 58.270735423475848 ], [ -5.091751648958233, 58.270383201691189 ], [ -5.0916126919375, 58.271137001129851 ], [ -5.092635643136674, 58.271229069266006 ], [ -5.092392928638539, 58.27147760215037 ], [ -5.096231702629674, 58.272854016523844 ], [ -5.097425721082828, 58.272950887323034 ], [ -5.098622764643123, 58.273667795794296 ], [ -5.098637208400815, 58.274125796500186 ], [ -5.100044246205546, 58.27470728228424 ], [ -5.101155455878033, 58.274734230818822 ], [ -5.102286692052507, 58.276257066924146 ], [ -5.103370845335091, 58.276266679484088 ], [ -5.106733379675463, 58.274436905959163 ], [ -5.108958036289825, 58.27471081159338 ], [ -5.108829210391574, 58.274992554042541 ], [ -5.109879742111639, 58.27559159845741 ], [ -5.109362415380944, 58.276111976571777 ], [ -5.110267710383271, 58.276319111811112 ], [ -5.109402740392559, 58.277252383917805 ], [ -5.108281479091276, 58.277014548712131 ], [ -5.107100538517973, 58.277263470146316 ], [ -5.106569634576404, 58.276948346902643 ], [ -5.104200150004217, 58.276677917702429 ], [ -5.102360716597437, 58.277297794409606 ], [ -5.103240839790777, 58.277802171256226 ], [ -5.102315546252926, 58.278633503589752 ], [ -5.102901584803252, 58.278799014719553 ], [ -5.10258424219567, 58.279071848111471 ], [ -5.103709318458967, 58.279547804210644 ], [ -5.103715979318796, 58.279916121268521 ], [ -5.105645888120238, 58.279451304907617 ], [ -5.108288345492453, 58.279427474152207 ], [ -5.1087421546475, 58.279641113186223 ], [ -5.110939569344675, 58.278531605238378 ], [ -5.113503567841694, 58.27936337249001 ], [ -5.113423999918727, 58.28020562701284 ], [ -5.110202909094311, 58.280441374313028 ], [ -5.109663876236009, 58.281784619863714 ], [ -5.108073686299233, 58.282816417972249 ], [ -5.108170091723077, 58.283234678154308 ], [ -5.111100287895578, 58.28201477019568 ], [ -5.114120207841609, 58.281235679746899 ], [ -5.11630973478372, 58.27984316966154 ], [ -5.117871660732649, 58.279948852010918 ], [ -5.118931231293491, 58.280453238350177 ], [ -5.122059230690486, 58.280129671692173 ], [ -5.123181289468014, 58.280277495543729 ], [ -5.121390061726469, 58.282024382932256 ], [ -5.121988924121209, 58.282140064742649 ], [ -5.121852861321031, 58.283307252737238 ], [ -5.121059575528156, 58.283115434203019 ], [ -5.120904267116601, 58.283483216435044 ], [ -5.119432164769077, 58.283721388165574 ], [ -5.119645475959636, 58.284884534118532 ], [ -5.120313011118855, 58.2852951298497 ], [ -5.121364218270168, 58.285121157838823 ], [ -5.12152751970889, 58.285328370433156 ], [ -5.12133012098406, 58.286186992137985 ], [ -5.120552095670845, 58.285684733192895 ], [ -5.119940562205686, 58.286104100411968 ], [ -5.121510731466603, 58.287849732732212 ], [ -5.123839670753726, 58.288327554239743 ], [ -5.123866130218438, 58.288821211968276 ], [ -5.124548076085842, 58.289006750855883 ], [ -5.124988776420518, 58.289746416517588 ], [ -5.126839471612126, 58.290024679681792 ], [ -5.126909929725117, 58.290629602586442 ], [ -5.125170308932101, 58.291997803700959 ], [ -5.123504368516805, 58.292460948666061 ], [ -5.123164832391458, 58.293062414245206 ], [ -5.121181970157675, 58.293416438811732 ], [ -5.120639863898129, 58.293850288292163 ], [ -5.12458591681061, 58.293499504661042 ], [ -5.125784522565368, 58.29296240051147 ], [ -5.126705791832515, 58.293151061208071 ], [ -5.129677986608495, 58.292983922468949 ], [ -5.13048682378145, 58.29402461756419 ], [ -5.133945031351479, 58.293562368426684 ], [ -5.13458026910829, 58.293025516221057 ], [ -5.135394417745735, 58.293063957255725 ], [ -5.137656022771426, 58.291214549559001 ], [ -5.139597626242884, 58.29109135650144 ], [ -5.139806496775478, 58.293544281772355 ], [ -5.140582247532411, 58.294208259129888 ], [ -5.137600900647067, 58.296007089587079 ], [ -5.134378378499575, 58.296877972023353 ], [ -5.134285170064293, 58.298178037538641 ], [ -5.135806379078423, 58.298392360822696 ], [ -5.136371359624849, 58.298796408064845 ], [ -5.137259775698673, 58.2982263667515 ], [ -5.137415953706183, 58.298640446165159 ], [ -5.138144269323861, 58.298671991759313 ], [ -5.137904351893571, 58.299239596460517 ], [ -5.136293142621997, 58.299840865820059 ], [ -5.136587581270511, 58.300274020989114 ], [ -5.141452098372024, 58.300455598282163 ], [ -5.142752019579547, 58.299232800148481 ], [ -5.143928731082051, 58.2991229660093 ], [ -5.144684931802694, 58.299468348406059 ], [ -5.145292192541638, 58.299385996172802 ], [ -5.145299142095637, 58.299848677753808 ], [ -5.146454448683263, 58.29968991653827 ], [ -5.145875711474071, 58.300189487600427 ], [ -5.147636947296556, 58.300029277732435 ], [ -5.147911553455916, 58.300525809532637 ], [ -5.146991276507083, 58.301312409648972 ], [ -5.147181705376703, 58.302206463164183 ], [ -5.146627394621535, 58.302885184068337 ], [ -5.145947797765785, 58.303018753475975 ], [ -5.144699528430915, 58.302420358749735 ], [ -5.144368825554723, 58.301772414785049 ], [ -5.14140727788344, 58.301971079341001 ], [ -5.141185223736673, 58.302547238720955 ], [ -5.143661629442151, 58.303133434317445 ], [ -5.142889981182545, 58.303961282815827 ], [ -5.143994009009024, 58.303992543148532 ], [ -5.14284332114162, 58.304685917371089 ], [ -5.14328309514107, 58.305600804775693 ], [ -5.141568323276195, 58.306865259051555 ], [ -5.139438303039181, 58.307299567978042 ], [ -5.137950891338772, 58.306662044605986 ], [ -5.137945874070766, 58.307318247589699 ], [ -5.135564790093158, 58.307906947061568 ], [ -5.133407749680873, 58.307362192257777 ], [ -5.132350500466138, 58.306606208903744 ], [ -5.132331352082082, 58.307258262768997 ], [ -5.131006743346414, 58.307533381469611 ], [ -5.129588832269077, 58.308974634209903 ], [ -5.128844461996783, 58.309150139034891 ], [ -5.128788991324041, 58.309874979270532 ], [ -5.128263539866822, 58.309726069644789 ], [ -5.128059851369885, 58.310319726890022 ], [ -5.127298398906512, 58.310688868248533 ], [ -5.128944155800065, 58.311727069503576 ], [ -5.13219559515924, 58.310645335037023 ], [ -5.133814999990462, 58.309455252542996 ], [ -5.133924475862649, 58.308859401169748 ], [ -5.135367587710578, 58.308572358020882 ], [ -5.135697002865518, 58.309206873787069 ], [ -5.136456081115273, 58.309390463023718 ], [ -5.136504106159961, 58.31060707516702 ], [ -5.137493381528433, 58.310497412673627 ], [ -5.13822232666161, 58.311207494096763 ], [ -5.141253645278715, 58.310535362086014 ], [ -5.144205584959985, 58.311181765565095 ], [ -5.144373576459334, 58.310669843601531 ], [ -5.145213363189668, 58.310415506398094 ], [ -5.146488035821566, 58.310923375728514 ], [ -5.146426149435606, 58.311571993790622 ], [ -5.147055389345832, 58.311830617423176 ], [ -5.146074423330713, 58.312322114676064 ], [ -5.146568296655654, 58.312498692430125 ], [ -5.145742513149596, 58.313103202540141 ], [ -5.145632523074879, 58.3138833212994 ], [ -5.144491734066674, 58.314306839215256 ], [ -5.145255747930097, 58.314544181473913 ], [ -5.145457737348252, 58.315087442996663 ], [ -5.144039385467566, 58.315751459275212 ], [ -5.144705093909894, 58.316323757557512 ], [ -5.143653810186044, 58.316794495090669 ], [ -5.141863372388201, 58.316923898673437 ], [ -5.139924118147391, 58.316531170378212 ], [ -5.140011217430543, 58.316839095723338 ], [ -5.136919480085727, 58.318281092969933 ], [ -5.136215530048725, 58.319107230925077 ], [ -5.134856604890043, 58.319288857496666 ], [ -5.133755281792147, 58.320547131723842 ], [ -5.131167604270796, 58.31987358135838 ], [ -5.128630964092894, 58.3196795538449 ], [ -5.127536993842508, 58.319960666954074 ], [ -5.128456558804445, 58.319832113667239 ], [ -5.13085829438141, 58.320721475361488 ], [ -5.134004156987459, 58.322585655560282 ], [ -5.137333581259573, 58.323240949793899 ], [ -5.137506010012686, 58.323933239462768 ], [ -5.136423798665244, 58.324058657478844 ], [ -5.135916688090508, 58.325468634391491 ], [ -5.136594158654516, 58.326076636058879 ], [ -5.136164051591264, 58.327102760883335 ], [ -5.138198808219286, 58.326832637568906 ], [ -5.140191678766204, 58.327053322643323 ], [ -5.140821105677274, 58.326637921527279 ], [ -5.14245853276295, 58.326319072611398 ], [ -5.143092234542978, 58.326721407534833 ], [ -5.143109215507885, 58.327489412249456 ], [ -5.144226796783584, 58.327376550070255 ], [ -5.144763922349219, 58.326788144721455 ], [ -5.145519878847909, 58.327412145766914 ], [ -5.146775130051426, 58.327502584072725 ], [ -5.146916650206264, 58.325252248047043 ], [ -5.148833314180649, 58.324041180479874 ], [ -5.149660283032289, 58.324407266669262 ], [ -5.151725682878991, 58.323525023585688 ], [ -5.152497535157118, 58.323559915542788 ], [ -5.153338386127174, 58.324177284235397 ], [ -5.154906198978158, 58.323846508293514 ], [ -5.15562859540014, 58.323231012193865 ], [ -5.156628871135668, 58.323624231806583 ], [ -5.156464871166929, 58.32303061606234 ], [ -5.155183367406566, 58.322644337247816 ], [ -5.155775374113778, 58.322099464011735 ], [ -5.154896230239096, 58.322202052058827 ], [ -5.15459525361942, 58.321796057628802 ], [ -5.153030992332988, 58.322261555134808 ], [ -5.149103589169981, 58.321895516295939 ], [ -5.14923119589812, 58.321505913366025 ], [ -5.15010752662968, 58.321659575276627 ], [ -5.151071543582287, 58.320400043081044 ], [ -5.152812979409944, 58.319718993820075 ], [ -5.158231877617914, 58.319764967649327 ], [ -5.158870336660772, 58.31964583517393 ], [ -5.159250856167126, 58.318742178055821 ], [ -5.160540941133785, 58.318651866653674 ], [ -5.160403169120065, 58.318830528871288 ], [ -5.16279446531704, 58.318447831332293 ], [ -5.162834033639887, 58.318986100984731 ], [ -5.16180560417196, 58.31913736937782 ], [ -5.162258429419608, 58.319521616311853 ], [ -5.161798943551859, 58.319636338971137 ], [ -5.160754915625693, 58.319230761219941 ], [ -5.159188217382852, 58.319858171836984 ], [ -5.158571534350727, 58.320412659625497 ], [ -5.15886162010585, 58.320791952023022 ], [ -5.159353273071395, 58.320941575443513 ], [ -5.160337377424343, 58.32058021820469 ], [ -5.161526173229113, 58.321458555335127 ], [ -5.16373487686455, 58.320464716396465 ], [ -5.166613751634539, 58.321139391118784 ], [ -5.166867928415363, 58.321402718886198 ], [ -5.166207428753097, 58.322039217813384 ], [ -5.167020549684152, 58.321771918549651 ], [ -5.167669666378149, 58.321962546746335 ], [ -5.167845608927401, 58.321733499196256 ], [ -5.169668314990329, 58.321962433757932 ], [ -5.170453442439912, 58.323003488381424 ], [ -5.169276352921552, 58.324070733781731 ], [ -5.168800991098739, 58.324199355862667 ], [ -5.167901728043919, 58.323695876066488 ], [ -5.167766416066695, 58.324283416367109 ], [ -5.165853168683546, 58.324380244928221 ], [ -5.16825707889515, 58.324707149905514 ], [ -5.168395263384006, 58.325773236842792 ], [ -5.168792243776577, 58.324864647452877 ], [ -5.169301442434358, 58.325018292849776 ], [ -5.168809762195249, 58.326166501332906 ], [ -5.16794927754873, 58.326134802033096 ], [ -5.168277570084131, 58.327034402818441 ], [ -5.166531893554726, 58.326237325058209 ], [ -5.168022027031244, 58.32771030390419 ], [ -5.16738048965513, 58.328368805779924 ], [ -5.168051468771626, 58.328325217385789 ], [ -5.168506981649402, 58.328641971841016 ], [ -5.168328272106851, 58.330461873937928 ], [ -5.165945381614868, 58.331424147259902 ], [ -5.165521383921421, 58.332414281126681 ], [ -5.163671082309157, 58.333124254405845 ], [ -5.162849545935959, 58.333109529414294 ], [ -5.162159545323227, 58.332654755264166 ], [ -5.161258089443795, 58.333944279616553 ], [ -5.159207150907887, 58.334323015620406 ], [ -5.158264266252941, 58.33419352358348 ], [ -5.15836437385806, 58.335314481433926 ], [ -5.158821440010469, 58.335361608445311 ], [ -5.158540662345071, 58.335566268795006 ], [ -5.16044492033307, 58.335361932199227 ], [ -5.160904357017924, 58.335817922418549 ], [ -5.160413022114644, 58.33701281695744 ], [ -5.160776975940438, 58.336782729025416 ], [ -5.161631770508909, 58.336900900748901 ], [ -5.162170992135835, 58.337274026886746 ], [ -5.162018995294798, 58.337772096029241 ], [ -5.162564500412741, 58.337183407186814 ], [ -5.163996882094005, 58.336766002773452 ], [ -5.164522582868449, 58.336815905086688 ], [ -5.164404525334297, 58.337501874443447 ], [ -5.165425957698318, 58.337552984771378 ], [ -5.166601309200775, 58.336746464948043 ], [ -5.169760258493053, 58.33633565353589 ], [ -5.170000333360669, 58.33663078248351 ], [ -5.169091154999307, 58.337259975677433 ], [ -5.169568354173063, 58.337531253011001 ], [ -5.169078399837817, 58.337880428281885 ], [ -5.170446206183923, 58.3378869634045 ], [ -5.16903913865736, 58.33906325550408 ], [ -5.170423256685329, 58.338584062895109 ], [ -5.170071390586654, 58.339329761024565 ], [ -5.172481388398514, 58.337998258075672 ], [ -5.172952716341325, 58.339536906305831 ], [ -5.174735351722719, 58.339784752094452 ], [ -5.174783002203815, 58.34012509417694 ], [ -5.175625532061124, 58.340086197338437 ], [ -5.1751885647406, 58.340739655554778 ], [ -5.175535328293591, 58.341270294748227 ], [ -5.173824158313622, 58.342047956307781 ], [ -5.173821990490495, 58.341604926397885 ], [ -5.173479877507088, 58.341887536099058 ], [ -5.173554105079593, 58.341476762730657 ], [ -5.172786905067155, 58.341212695148521 ], [ -5.171624342084225, 58.34178078565774 ], [ -5.170841868751713, 58.341346323085311 ], [ -5.169773896763618, 58.341444701432344 ], [ -5.16865457071295, 58.340874776096733 ], [ -5.168032909419448, 58.340899167128086 ], [ -5.166937104636292, 58.341640815743247 ], [ -5.166979771103996, 58.343261997717626 ], [ -5.167672454953984, 58.343743645391832 ], [ -5.170027783678276, 58.343132548313861 ], [ -5.171105055851683, 58.343137294109475 ], [ -5.170556222659166, 58.34387888955262 ], [ -5.170726836608686, 58.344732964019656 ], [ -5.172094907760882, 58.344739479005703 ], [ -5.171990766027532, 58.345445782661457 ], [ -5.172682727480867, 58.345556239312181 ], [ -5.173023311436105, 58.346513045615815 ], [ -5.173938951670991, 58.346239572112005 ], [ -5.175360893727897, 58.346293248484571 ], [ -5.176395633845061, 58.346736698751634 ], [ -5.176610343494777, 58.346557906632718 ], [ -5.176620365011723, 58.346973779195409 ], [ -5.177431347031627, 58.346030614472674 ], [ -5.17810128829078, 58.345952851599513 ], [ -5.177282284585678, 58.348080773649528 ], [ -5.178106831445217, 58.34837215176146 ], [ -5.178743648711803, 58.348210726756925 ], [ -5.179072278262668, 58.348595312146706 ], [ -5.174613657107448, 58.349736036774814 ], [ -5.174707240579889, 58.350796934288127 ], [ -5.175524183614142, 58.350660713515367 ], [ -5.176056633074974, 58.3508973441485 ], [ -5.179465913415855, 58.350386624054174 ], [ -5.18000434258827, 58.350442440879611 ], [ -5.179162646234562, 58.350968465215288 ], [ -5.179690422678294, 58.350924786900137 ], [ -5.179751175371753, 58.35133400578151 ], [ -5.182724118343544, 58.350591383398857 ], [ -5.182323448573151, 58.35098332378702 ], [ -5.182863567099928, 58.351095708149352 ], [ -5.182139020142192, 58.352542754147855 ], [ -5.182437808679195, 58.352822920350398 ], [ -5.181539803609123, 58.35348337627412 ], [ -5.180758395943057, 58.35335002435469 ], [ -5.179574418812599, 58.353968146113992 ], [ -5.17838495090771, 58.353594172107492 ], [ -5.177918948147006, 58.354382272256444 ], [ -5.176526526675087, 58.354394393620936 ], [ -5.175502569024079, 58.354891664166416 ], [ -5.174324403426994, 58.35462432309734 ], [ -5.174371804288707, 58.353400848080241 ], [ -5.174028568470257, 58.354052870833094 ], [ -5.17317265095995, 58.354365303613577 ], [ -5.173061396651868, 58.353907005840604 ], [ -5.172451613298676, 58.353932917664622 ], [ -5.17356434488462, 58.353167439367191 ], [ -5.173042716808578, 58.352784932403416 ], [ -5.170880158451896, 58.353569248235523 ], [ -5.169170734171697, 58.352829707568759 ], [ -5.168163952599596, 58.353137756122479 ], [ -5.16693434833229, 58.352752988344285 ], [ -5.166004006665307, 58.353532765828206 ], [ -5.16518351511528, 58.353382312159518 ], [ -5.163915261168553, 58.353615909979688 ], [ -5.163648885133235, 58.353085049850975 ], [ -5.16490613905462, 58.352079704301644 ], [ -5.162392666668898, 58.350950143240262 ], [ -5.160680071399135, 58.35089811100638 ], [ -5.158097091379475, 58.351915485801662 ], [ -5.155164839410305, 58.352354544606648 ], [ -5.154582248112562, 58.352895578114172 ], [ -5.154664428062276, 58.354333334675026 ], [ -5.155703657510149, 58.354118962097822 ], [ -5.155630429811369, 58.354332871861217 ], [ -5.156870034369862, 58.354466751404182 ], [ -5.158369805466767, 58.354240090195269 ], [ -5.15959688147714, 58.354463228355016 ], [ -5.160825391617424, 58.355008069724924 ], [ -5.161111171251283, 58.355526771972208 ], [ -5.160107592186, 58.356445820926339 ], [ -5.16038185257902, 58.356740123537925 ], [ -5.16140415605514, 58.356508148573354 ], [ -5.161804765202056, 58.357163316529842 ], [ -5.16256522964507, 58.356776030748861 ], [ -5.163844044381095, 58.356735417134743 ], [ -5.164192206009398, 58.357090796177559 ], [ -5.163438678282771, 58.357459945345781 ], [ -5.163832408597453, 58.357751286252359 ], [ -5.165958235461667, 58.357716660406517 ], [ -5.165685194269251, 58.35858172004199 ], [ -5.16447395807958, 58.358422955379758 ], [ -5.165690439864978, 58.359021975306675 ], [ -5.164411251024783, 58.359345719929991 ], [ -5.165078837731338, 58.360021236107066 ], [ -5.167780435021723, 58.36087557327216 ], [ -5.170723794069731, 58.361373351571139 ], [ -5.172146921250169, 58.361414461066779 ], [ -5.171825361103656, 58.361166292022233 ], [ -5.174954290833042, 58.361349304346589 ], [ -5.175916703721112, 58.361972511924236 ], [ -5.173715276094, 58.361739550935212 ], [ -5.175032258264775, 58.362502260837154 ], [ -5.172482066477791, 58.362956488685299 ], [ -5.172497618371711, 58.36332009564908 ], [ -5.171159091390757, 58.363079167347841 ], [ -5.171681906285758, 58.363663872231704 ], [ -5.171346490739507, 58.363928330998512 ], [ -5.171989722265259, 58.363853964154011 ], [ -5.170212857324258, 58.365398918181178 ], [ -5.170351307117663, 58.365988659559022 ], [ -5.168971466228885, 58.365955442469016 ], [ -5.169433753083432, 58.366532668373004 ], [ -5.168064662216615, 58.366714873706862 ], [ -5.168826268506474, 58.367006077792574 ], [ -5.168084997735798, 58.367132286632241 ], [ -5.169053951895383, 58.368209250521957 ], [ -5.168601187966789, 58.368310339957205 ], [ -5.168926962330938, 58.36889094896857 ], [ -5.167785736389311, 58.36951687777961 ], [ -5.167982870514904, 58.369902950394447 ], [ -5.165903003023124, 58.369981398515037 ], [ -5.165739679843474, 58.370353925071051 ], [ -5.166491789747424, 58.370443161388266 ], [ -5.166017005206106, 58.370585229597808 ], [ -5.166964108748812, 58.370750524601107 ], [ -5.165981043792216, 58.371615181387192 ], [ -5.164958463577984, 58.371562291464365 ], [ -5.164307421737955, 58.372123932502873 ], [ -5.165154768384014, 58.372511900775855 ], [ -5.163926816373944, 58.373508422167475 ], [ -5.164544553797561, 58.373911060106337 ], [ -5.160834700219484, 58.375085748730356 ], [ -5.161079179947563, 58.375618953793229 ], [ -5.158334800731121, 58.375731663795065 ], [ -5.159524465308244, 58.376407803739305 ], [ -5.158283724484578, 58.376977680110564 ], [ -5.158592231220826, 58.377653107491248 ], [ -5.155897632918795, 58.379090174246187 ], [ -5.155151252540382, 58.379162505022364 ], [ -5.154798147861767, 58.378753297821042 ], [ -5.154551385190999, 58.380970278715516 ], [ -5.151555720724886, 58.382873024524294 ], [ -5.147645707030827, 58.384312870957594 ], [ -5.148258533500377, 58.384468555604855 ], [ -5.147497887313522, 58.384478279172768 ], [ -5.148051594143675, 58.385026368918609 ], [ -5.147338281016319, 58.385183218287956 ], [ -5.147944963641695, 58.385653613170582 ], [ -5.144448362037994, 58.385303691132286 ], [ -5.145195109845667, 58.387442302724182 ], [ -5.144770604130882, 58.388248114493621 ], [ -5.14297063669974, 58.389271951202772 ], [ -5.143780768304048, 58.389912622374148 ], [ -5.145105902299074, 58.389898039216909 ], [ -5.148549430635692, 58.39099071243546 ], [ -5.149729560519808, 58.391748068129694 ], [ -5.150321451639991, 58.393009705090115 ], [ -5.148174027921953, 58.392442416895889 ], [ -5.149640943454556, 58.393439871685899 ], [ -5.148080721847028, 58.393123256784307 ], [ -5.149093583095366, 58.394019543442745 ], [ -5.148362214310264, 58.394167852550744 ], [ -5.148756241458566, 58.394459235766213 ], [ -5.147678079022424, 58.394270059054627 ], [ -5.149505216989597, 58.395083403521539 ], [ -5.148328772786498, 58.395903233189735 ], [ -5.148667438374137, 58.396245409050799 ], [ -5.1490621710492, 58.39606493847463 ], [ -5.149437678474069, 58.396244433698442 ], [ -5.148686246402002, 58.396456149041313 ], [ -5.149546292525899, 58.397077584712513 ], [ -5.149406027272791, 58.397903378486944 ], [ -5.1499330229671, 58.397382625427312 ], [ -5.150736656132467, 58.39765942883524 ], [ -5.152322030944958, 58.397584444988802 ], [ -5.153080453535619, 58.397929752670422 ], [ -5.152578191994352, 58.3985352899901 ], [ -5.150850635629752, 58.398168902336515 ], [ -5.153237282223593, 58.399588551442918 ], [ -5.15167130593681, 58.399690029708623 ], [ -5.153334957096471, 58.400776970711874 ], [ -5.15075767628008, 58.400386573014146 ], [ -5.151124448253629, 58.401042608738742 ], [ -5.152173751786596, 58.401385255422191 ], [ -5.151822920600564, 58.402153325587356 ], [ -5.152191969312024, 58.402355441226319 ], [ -5.151005977519056, 58.402303754238758 ], [ -5.149664097875602, 58.402902980864681 ], [ -5.148304185289469, 58.402725231331146 ], [ -5.147113222743759, 58.403001668131466 ], [ -5.147082893014606, 58.403429312158451 ], [ -5.147957907002779, 58.403929063178708 ], [ -5.151060346566745, 58.403583113311484 ], [ -5.152053135751071, 58.403963102545497 ], [ -5.15085561336368, 58.403974608703784 ], [ -5.151641920103272, 58.404247341419634 ], [ -5.151819869206821, 58.404705808876649 ], [ -5.150758618212276, 58.405284655097759 ], [ -5.149551839592359, 58.405480616682155 ], [ -5.148557568715923, 58.404988302573734 ], [ -5.148979340020213, 58.405876662333576 ], [ -5.145703468451914, 58.406968274349964 ], [ -5.14550868892292, 58.407184262427783 ], [ -5.147233854962628, 58.407231736273978 ], [ -5.146654382297707, 58.407358322181004 ], [ -5.147621341619133, 58.407640120762629 ], [ -5.147554580335909, 58.407947331457365 ], [ -5.144926227581656, 58.407661419408157 ], [ -5.146001558580629, 58.408102339756653 ], [ -5.144501823238144, 58.407990894263158 ], [ -5.145196195192245, 58.408288393457681 ], [ -5.144411255828079, 58.408415522748051 ], [ -5.146632728213988, 58.409322585497328 ], [ -5.145539767337266, 58.409740392273314 ], [ -5.14624615864131, 58.410459995302936 ], [ -5.14750115492814, 58.410802122221 ], [ -5.146071739517286, 58.411192254625526 ], [ -5.138178148536216, 58.409763772870356 ], [ -5.138796407208016, 58.410072159391028 ], [ -5.138552699629188, 58.410316297310736 ], [ -5.139279892128861, 58.410213089176615 ], [ -5.141158056324691, 58.410823095582053 ], [ -5.14216060617326, 58.412272412795026 ], [ -5.140743437304417, 58.41232066582868 ], [ -5.139669397617144, 58.411798783195984 ], [ -5.138443809995001, 58.411882755616553 ], [ -5.137432359088135, 58.412352415999266 ], [ -5.136804729304163, 58.412035264844988 ], [ -5.137419320769444, 58.411436032101484 ], [ -5.136617634005279, 58.411087196294815 ], [ -5.135324447846405, 58.411662601976282 ], [ -5.134385721279671, 58.411505841109623 ], [ -5.135125489241888, 58.41077323968527 ], [ -5.1336119565244, 58.411470857922644 ], [ -5.132085759356167, 58.411737378265826 ], [ -5.130737865663765, 58.410058271351048 ], [ -5.130775348093747, 58.409612485180048 ], [ -5.131413927027578, 58.409475539720262 ], [ -5.130342342604301, 58.409268076228443 ], [ -5.126551596672343, 58.406880225270413 ], [ -5.12737569553029, 58.406518580762352 ], [ -5.127127129931847, 58.406129213473868 ], [ -5.12756222033252, 58.406015231392438 ], [ -5.127861743218737, 58.404951910840481 ], [ -5.126602392393517, 58.405135457814666 ], [ -5.125030924020013, 58.40440541878143 ], [ -5.124858498577916, 58.403232298351597 ], [ -5.124051367546972, 58.402721750699222 ], [ -5.122848461823797, 58.403348752570153 ], [ -5.122349655030806, 58.403032885579364 ], [ -5.121793989141526, 58.403235169482407 ], [ -5.12083806351505, 58.403074239205573 ], [ -5.12074237612452, 58.402573286903433 ], [ -5.120044236931358, 58.403003717118501 ], [ -5.118896249635475, 58.402703657882881 ], [ -5.11743618072593, 58.400712604233568 ], [ -5.115603872572306, 58.400029249525893 ], [ -5.115511615056429, 58.400341553897988 ], [ -5.114759438959547, 58.400063280494514 ], [ -5.116196393002261, 58.399372240501435 ], [ -5.117469201573998, 58.399633333344767 ], [ -5.117646677777969, 58.399220092254126 ], [ -5.118328187098955, 58.399279883250585 ], [ -5.119793834557215, 58.398624051170195 ], [ -5.118958629271857, 58.398374787766116 ], [ -5.119212012821745, 58.397658622206549 ], [ -5.117683564312523, 58.397700352800108 ], [ -5.117285882089357, 58.396977579554246 ], [ -5.116451525500575, 58.396737267148495 ], [ -5.116342901049149, 58.395895112943059 ], [ -5.115161578336426, 58.396377723509467 ], [ -5.114993254871577, 58.396022331278914 ], [ -5.113717204496853, 58.39698355563322 ], [ -5.112007921394817, 58.397303727328648 ], [ -5.11146122533833, 58.397995551376255 ], [ -5.109839415670273, 58.398434893843479 ], [ -5.102575025325765, 58.39690810636457 ], [ -5.101235534212518, 58.397151765184894 ], [ -5.099435233045919, 58.396826896954572 ], [ -5.098418636628182, 58.396361709090549 ], [ -5.098191633183351, 58.395823481092904 ], [ -5.096314006687228, 58.395689172029961 ], [ -5.095903589940503, 58.395303665083567 ], [ -5.094637044398232, 58.395500555024654 ], [ -5.09322682551951, 58.395327938239291 ], [ -5.092552156771744, 58.394661218598522 ], [ -5.089791699957683, 58.394022395614279 ], [ -5.090005006293875, 58.392646709835844 ], [ -5.093921963605694, 58.388516859343547 ], [ -5.086702369110048, 58.391481684691016 ], [ -5.082251463337731, 58.392451709750944 ], [ -5.080387279761875, 58.393939016046147 ], [ -5.07860975967441, 58.39406715925066 ], [ -5.077822276606572, 58.393771549930037 ], [ -5.078789097319702, 58.393474191844689 ], [ -5.078744360983797, 58.392765288503661 ], [ -5.079649591763381, 58.392154856833464 ], [ -5.07951456251493, 58.391686283755114 ], [ -5.078510043022076, 58.39125660132671 ], [ -5.078482974622792, 58.389671032252288 ], [ -5.078031299518097, 58.389299944695672 ], [ -5.075466356225133, 58.388638146001469 ], [ -5.075216475814436, 58.38743988261524 ], [ -5.074072084764422, 58.387858313090099 ], [ -5.070279755308907, 58.387446071362241 ], [ -5.070374938819159, 58.38854020854351 ], [ -5.068512132960233, 58.389357770081098 ], [ -5.069779950076165, 58.389570017865196 ], [ -5.069872881718782, 58.389949738518482 ], [ -5.06847648230925, 58.390522447196915 ], [ -5.067938870488171, 58.390539828572294 ], [ -5.067320509911365, 58.389431269239928 ], [ -5.065052687590684, 58.390119185371596 ], [ -5.064119453116238, 58.389817997918556 ], [ -5.06432899041827, 58.388091964889519 ], [ -5.065761557989742, 58.387837474343094 ], [ -5.066472055839353, 58.387249775749531 ], [ -5.067670587345562, 58.387158143722552 ], [ -5.067560079692845, 58.386378919573239 ], [ -5.066086355736524, 58.38635581915166 ], [ -5.065149623507272, 58.385717710349688 ], [ -5.064548525990975, 58.386087093399908 ], [ -5.064094317941121, 58.385684565387272 ], [ -5.064560045866196, 58.385628478777214 ], [ -5.064749179856596, 58.38465334973872 ], [ -5.065337515830318, 58.384531414540518 ], [ -5.065648941174839, 58.383782523898979 ], [ -5.067989148505411, 58.382652489657346 ], [ -5.068022211570538, 58.38200912282138 ], [ -5.063620357550549, 58.382195462802457 ], [ -5.063771627086298, 58.383445532670393 ], [ -5.063249753624234, 58.383938831826605 ], [ -5.058653559104828, 58.38470931091323 ], [ -5.057819858971105, 58.384172039041879 ], [ -5.058057293330223, 58.383159820230055 ], [ -5.057374201934321, 58.382385284672729 ], [ -5.058328053564482, 58.381742388541568 ], [ -5.057454479810644, 58.381534094109192 ], [ -5.05409683736929, 58.382279308828728 ], [ -5.053876416182295, 58.382005972148747 ], [ -5.05257247799329, 58.381866329586074 ], [ -5.050640982970945, 58.38208763448214 ], [ -5.050913769703015, 58.382373208441784 ], [ -5.050134068378313, 58.382656910540057 ], [ -5.050198442177085, 58.383005868578778 ], [ -5.048781443275058, 58.383439554860999 ], [ -5.046759868521018, 58.38172625325425 ], [ -5.045670410922532, 58.382188054596227 ], [ -5.047308234432689, 58.383420721295408 ], [ -5.047251476228375, 58.383853447436259 ], [ -5.046354884688275, 58.384171363145093 ], [ -5.040261832816936, 58.381871807672127 ], [ -5.040440546514943, 58.380470091297958 ], [ -5.039275926615987, 58.380556171685392 ], [ -5.038467667496378, 58.381204451299354 ], [ -5.037155662965094, 58.381069337884327 ], [ -5.035463000347432, 58.380188338833257 ], [ -5.036031082000266, 58.37883580929924 ], [ -5.036703639113884, 58.378698527141253 ], [ -5.036656867392481, 58.37835363998925 ], [ -5.037188862476889, 58.37837246861708 ], [ -5.036870395841627, 58.378150860020071 ], [ -5.039239691756319, 58.377452042356609 ], [ -5.039510729379683, 58.377023218003274 ], [ -5.040880457612084, 58.377035609612385 ], [ -5.040503768704508, 58.376833367369017 ], [ -5.041211882035875, 58.376910902723182 ], [ -5.04192989305811, 58.377500455520753 ], [ -5.041881924203328, 58.378135176328612 ], [ -5.039018392513761, 58.378558199212073 ], [ -5.038716986778592, 58.378833167881311 ], [ -5.040336404810055, 58.378962758061007 ], [ -5.040688866806341, 58.378684774830553 ], [ -5.042175510260304, 58.378564064445492 ], [ -5.042688434030356, 58.378758569391124 ], [ -5.041695315257717, 58.379047294719058 ], [ -5.041896007068307, 58.379887298006594 ], [ -5.043437045737503, 58.379702371891533 ], [ -5.045318616924704, 58.380093476396432 ], [ -5.045012388482814, 58.378923470822542 ], [ -5.046756994906284, 58.377529404899043 ], [ -5.046422039467585, 58.376324138082332 ], [ -5.045871891283063, 58.37609458646196 ], [ -5.046148924771177, 58.374645582122724 ], [ -5.044770218077291, 58.37383362143531 ], [ -5.045744933894508, 58.373531827118221 ], [ -5.045283284960708, 58.373336114846794 ], [ -5.03886854659881, 58.372046220106512 ], [ -5.037384408644217, 58.373087998478489 ], [ -5.035349486520689, 58.372996990680896 ], [ -5.037359370406096, 58.373493005368367 ], [ -5.035327913136731, 58.37682593705383 ], [ -5.034356634865327, 58.377567927243 ], [ -5.035045069952831, 58.378809770974257 ], [ -5.033130112830216, 58.37872486471727 ], [ -5.032385326993764, 58.378320130775698 ], [ -5.03129559736617, 58.378480753362723 ], [ -5.031441061502441, 58.377983026969929 ], [ -5.03084945261503, 58.37776787439816 ], [ -5.028465263976546, 58.377896217735497 ], [ -5.024587505739921, 58.377565548354212 ], [ -5.022682982692311, 58.377201646938936 ], [ -5.022147253323415, 58.376639140036026 ], [ -5.01965782479026, 58.376736553894261 ], [ -5.022468993718284, 58.377399919564908 ], [ -5.02539064238962, 58.3790518674681 ], [ -5.03177807138547, 58.380612703200875 ], [ -5.033071775240682, 58.382028941175335 ], [ -5.033460017640699, 58.381768105060502 ], [ -5.034768766515244, 58.382860441369473 ], [ -5.034821752318496, 58.38317822071425 ], [ -5.033784390300601, 58.383153388622361 ], [ -5.033655698661954, 58.38340807311554 ], [ -5.037448563498254, 58.3835787281443 ], [ -5.038978141032477, 58.384252383375575 ], [ -5.038842979504585, 58.384471279427707 ], [ -5.041300241239152, 58.385086928900172 ], [ -5.041075801996244, 58.385361870700677 ], [ -5.044505338097792, 58.386237442355338 ], [ -5.042107485313712, 58.3873054933863 ], [ -5.038492678443037, 58.389943653383988 ], [ -5.037751693042927, 58.389884853380302 ], [ -5.036400935881847, 58.390496562111458 ], [ -5.034584350300853, 58.390368893469144 ], [ -5.035122089580421, 58.390850423452228 ], [ -5.034574369364642, 58.390849930161757 ], [ -5.034506263529093, 58.391152606559338 ], [ -5.03580083634985, 58.391180322774282 ], [ -5.035787346866107, 58.391719857956986 ], [ -5.033605604364931, 58.391924363710608 ], [ -5.032232739256133, 58.392878052477549 ], [ -5.034409365003444, 58.392911845669438 ], [ -5.034862506480074, 58.39340436955991 ], [ -5.037465909611764, 58.393225785752939 ], [ -5.039140463226409, 58.393590448410642 ], [ -5.040843147784492, 58.393585956922578 ], [ -5.041517696430817, 58.392972298403684 ], [ -5.042344509334332, 58.393132387474736 ], [ -5.043218448611152, 58.392846496989876 ], [ -5.043530807236618, 58.39329291089355 ], [ -5.042844520209757, 58.394266337258209 ], [ -5.043385659155563, 58.395579046459616 ], [ -5.04424643656633, 58.395338397481872 ], [ -5.045283308294262, 58.395650744225435 ], [ -5.047442396122366, 58.394983752698622 ], [ -5.04811395779748, 58.395327240918789 ], [ -5.050789664593991, 58.394895030060503 ], [ -5.0542778318085, 58.395247713439353 ], [ -5.055790766324656, 58.395917082607291 ], [ -5.055381204848729, 58.397117635457491 ], [ -5.05599617817206, 58.39690524123332 ], [ -5.056457032372662, 58.397087458252031 ], [ -5.056700830436585, 58.39674013092695 ], [ -5.057709117499192, 58.397017113754998 ], [ -5.059182870419228, 58.396838108933601 ], [ -5.062914839693484, 58.397629591318491 ], [ -5.060250196244493, 58.399571607162969 ], [ -5.060499585462369, 58.400275618351912 ], [ -5.059507656441892, 58.401175562038588 ], [ -5.057179962230777, 58.402565740345771 ], [ -5.053661494544265, 58.403849477650581 ], [ -5.053983793157495, 58.404407968981758 ], [ -5.055160416085508, 58.404155220460311 ], [ -5.056570846798857, 58.404822538292137 ], [ -5.058058446675395, 58.403910781101516 ], [ -5.058800134006233, 58.403875088046021 ], [ -5.059082092410382, 58.404164921722895 ], [ -5.058256134819752, 58.404216109950852 ], [ -5.057326159603294, 58.404943801070324 ], [ -5.059047285204652, 58.405244192818003 ], [ -5.061754268137106, 58.404770573451167 ], [ -5.061887351217233, 58.404232663743059 ], [ -5.061338960048634, 58.403832376317709 ], [ -5.061818410661189, 58.403241248392753 ], [ -5.063503996941444, 58.402935806180722 ], [ -5.065051943507984, 58.402130363727423 ], [ -5.067389049377133, 58.401935086543986 ], [ -5.069153663351884, 58.401456920889267 ], [ -5.069923036804812, 58.401838395948758 ], [ -5.070825020391465, 58.401776320572004 ], [ -5.071105200399354, 58.40224141904411 ], [ -5.069669658398714, 58.403156579419075 ], [ -5.070146969271552, 58.403329367619314 ], [ -5.069724422222478, 58.404080931000763 ], [ -5.06535625894401, 58.405533651136871 ], [ -5.065474431381166, 58.405908276355085 ], [ -5.0647871751448, 58.406275224094571 ], [ -5.065228382417521, 58.406426427588549 ], [ -5.062560628420013, 58.40725416749283 ], [ -5.061154671849584, 58.408712231210956 ], [ -5.057523057774794, 58.409387657098179 ], [ -5.056800328416356, 58.410038496577279 ], [ -5.053252382530191, 58.410792683029939 ], [ -5.052368357161694, 58.41146082246523 ], [ -5.049695762482123, 58.411349262449917 ], [ -5.048732607039102, 58.410806022136569 ], [ -5.046089114157683, 58.410733237271273 ], [ -5.044767619790059, 58.410203885041327 ], [ -5.043471122901669, 58.410360527009544 ], [ -5.043582353283698, 58.409863601767825 ], [ -5.042613915199754, 58.409257534386064 ], [ -5.041070076058961, 58.409325667364115 ], [ -5.036571044912135, 58.408583186847558 ], [ -5.033318825457274, 58.409194999089792 ], [ -5.032468250169722, 58.4098577102611 ], [ -5.0346201802952, 58.410089811883452 ], [ -5.039568945425226, 58.411280019987267 ], [ -5.04395763118696, 58.411136216784094 ], [ -5.045671487453158, 58.411469316814845 ], [ -5.045699924979237, 58.412413167443475 ], [ -5.047032222565969, 58.412630407401188 ], [ -5.0460900397559, 58.41381663372907 ], [ -5.049064592295347, 58.414150248708026 ], [ -5.047992010475204, 58.41481835158789 ], [ -5.051753712852258, 58.414252444159331 ], [ -5.056334897756378, 58.414053306111953 ], [ -5.058822449524759, 58.414299462678052 ], [ -5.059478974406256, 58.414760087631237 ], [ -5.062742159226863, 58.414372024514073 ], [ -5.064620759499276, 58.414803386798326 ], [ -5.06662666962249, 58.414827257631273 ], [ -5.067598412665962, 58.414480448346147 ], [ -5.065774413015175, 58.413593978099215 ], [ -5.06728562088538, 58.411081861891148 ], [ -5.066268551080162, 58.409232430264176 ], [ -5.067399290472056, 58.408648149472917 ], [ -5.070034594266547, 58.40823449036084 ], [ -5.072496800306324, 58.407407032765569 ], [ -5.076839688958611, 58.407235331792869 ], [ -5.080483422812614, 58.407489219223635 ], [ -5.081701385140985, 58.407083349115247 ], [ -5.083431846550856, 58.407036291246335 ], [ -5.087794518261711, 58.407775931309381 ], [ -5.090448835824778, 58.406898552324137 ], [ -5.094745242058752, 58.406979003027843 ], [ -5.096076502220987, 58.409269989145699 ], [ -5.097677017685467, 58.408970647615462 ], [ -5.098894032711958, 58.409471437303878 ], [ -5.098783065357007, 58.409865063807629 ], [ -5.100642909174646, 58.410956909801172 ], [ -5.102046152089007, 58.410653304425573 ], [ -5.101517190487121, 58.410383024098877 ], [ -5.10217443364415, 58.410164889982461 ], [ -5.102022074879703, 58.409795614657952 ], [ -5.103115581392024, 58.409670256859471 ], [ -5.107541151415972, 58.41043467158957 ], [ -5.108346494300114, 58.410828532121222 ], [ -5.110120698022368, 58.410848356186477 ], [ -5.109644745808671, 58.410985737553382 ], [ -5.110200044984992, 58.411165473710518 ], [ -5.110260560139738, 58.411851523188439 ], [ -5.112328425685915, 58.4120933567132 ], [ -5.111143194144518, 58.412926515531488 ], [ -5.112928984514968, 58.413076335020449 ], [ -5.113643225842121, 58.413503833986972 ], [ -5.113130703000876, 58.414778997042589 ], [ -5.11141494278882, 58.415229618715102 ], [ -5.111589264876321, 58.415652273846952 ], [ -5.109667557623486, 58.416098888473748 ], [ -5.108207118738194, 58.41517272089321 ], [ -5.107183107883415, 58.415116690041252 ], [ -5.107159247755533, 58.414748795155795 ], [ -5.105824606495847, 58.414763201444536 ], [ -5.103434986647683, 58.415342397661846 ], [ -5.102156087802605, 58.416087866833855 ], [ -5.099182176145748, 58.416744045479 ], [ -5.096177748106183, 58.416663947027686 ], [ -5.093666132002538, 58.415758538683775 ], [ -5.092555171089741, 58.416468396069135 ], [ -5.092484590539791, 58.416932936870289 ], [ -5.08868194393578, 58.417321292575885 ], [ -5.087043597574151, 58.416704743471563 ], [ -5.084180102042246, 58.416962475023944 ], [ -5.081507011276551, 58.416851583656424 ], [ -5.080176360865815, 58.416618480832597 ], [ -5.079175531262572, 58.415847197051626 ], [ -5.076984422622269, 58.416057142251269 ], [ -5.076324517118655, 58.415560736422343 ], [ -5.072414718356563, 58.415407467095278 ], [ -5.074151228490278, 58.416367843207553 ], [ -5.075373863537542, 58.416639550419056 ], [ -5.074471061324294, 58.416598320881299 ], [ -5.074853575145683, 58.417056462237369 ], [ -5.075917652585337, 58.417179192235174 ], [ -5.077601424063551, 58.416846655355428 ], [ -5.078791805692019, 58.417042715752331 ], [ -5.080156769631568, 58.417962517914802 ], [ -5.079220888886748, 58.418327433286002 ], [ -5.080427782668662, 58.418809769529965 ], [ -5.079039620315426, 58.4191936508048 ], [ -5.078062111861419, 58.419082345436763 ], [ -5.078997700960276, 58.419792297950529 ], [ -5.078435645099348, 58.419927136219222 ], [ -5.078733954070957, 58.420400771932741 ], [ -5.08264439809353, 58.420162903793383 ], [ -5.083613485541839, 58.419490758759991 ], [ -5.084487799082737, 58.419696122153702 ], [ -5.084199122434426, 58.420116480747204 ], [ -5.085778607754175, 58.419961597109669 ], [ -5.086964703770814, 58.420400338253039 ], [ -5.088056631485963, 58.420252685366364 ], [ -5.088341617199057, 58.4204749834079 ], [ -5.088576803802813, 58.420226659680928 ], [ -5.090082992189268, 58.42021279056361 ], [ -5.089333536822232, 58.420554408815377 ], [ -5.090331357710618, 58.420701087422074 ], [ -5.090612055233345, 58.42126499389358 ], [ -5.089742641347425, 58.422094812416987 ], [ -5.090770764283909, 58.422195821649893 ], [ -5.093050452748569, 58.4217228794801 ], [ -5.094120298918368, 58.422299170902484 ], [ -5.09053942816543, 58.422781072587831 ], [ -5.091502159060274, 58.423112825435688 ], [ -5.091134813468764, 58.423670804618716 ], [ -5.091692912602228, 58.423822694819819 ], [ -5.09733589187917, 58.423412230184944 ], [ -5.09778658920484, 58.422790204256692 ], [ -5.099614401733535, 58.422341555288803 ], [ -5.105123090069501, 58.422257530225664 ], [ -5.105094899789396, 58.422909782334649 ], [ -5.104296845637778, 58.422893181839378 ], [ -5.105106141543581, 58.423426270995094 ], [ -5.105168994424857, 58.424431307950634 ], [ -5.103922166770804, 58.425252402703507 ], [ -5.102297043731372, 58.42566924036241 ], [ -5.10239688540005, 58.426219530783015 ], [ -5.103011438319023, 58.426388878337967 ], [ -5.104167518635035, 58.426190106182396 ], [ -5.103535169308191, 58.425526902530237 ], [ -5.104290908082257, 58.425256945694031 ], [ -5.104936878835804, 58.42539406731688 ], [ -5.105959414422425, 58.425041240838027 ], [ -5.107673557174193, 58.424954720310062 ], [ -5.109712135565892, 58.422914576898854 ], [ -5.111594264772571, 58.422985691938194 ], [ -5.112079759109083, 58.423827676429489 ], [ -5.113264450363114, 58.423857297878726 ], [ -5.114135377867735, 58.424213583837393 ], [ -5.113158501408503, 58.425082130251589 ], [ -5.113703562370298, 58.425724943354744 ], [ -5.112211634038824, 58.426969983623536 ], [ -5.110173366914244, 58.427558729625723 ], [ -5.111184606096246, 58.427659988125171 ], [ -5.111106731948527, 58.428039341043828 ], [ -5.112548941051879, 58.42768525394478 ], [ -5.114577669650827, 58.427667387811432 ], [ -5.115651710965116, 58.427897398162514 ], [ -5.115611820428954, 58.428415131884648 ], [ -5.11327452126112, 58.430273899302804 ], [ -5.109756847968811, 58.430507646744175 ], [ -5.108001160838135, 58.431291703808313 ], [ -5.108788242468674, 58.431375954107153 ], [ -5.107869242584531, 58.431932992864908 ], [ -5.108691000353911, 58.432312978722265 ], [ -5.108032024285881, 58.432904149073856 ], [ -5.109070008117102, 58.43311262334926 ], [ -5.109362429674042, 58.43370766439751 ], [ -5.10846412718229, 58.434111422436843 ], [ -5.109745346990284, 58.43474537215085 ], [ -5.10932471347618, 58.435901446215134 ], [ -5.106346956242603, 58.436045592823319 ], [ -5.105438866326219, 58.43672816679959 ], [ -5.104591530551367, 58.436447637681127 ], [ -5.104798500081369, 58.43578206646324 ], [ -5.104453753645131, 58.43605104939541 ], [ -5.103697335553569, 58.435732362592724 ], [ -5.102471867461692, 58.435730595785586 ], [ -5.100863097062343, 58.436825538868256 ], [ -5.101363916336645, 58.437258276617989 ], [ -5.102813080960491, 58.437366975497255 ], [ -5.102608297002646, 58.437960592723265 ], [ -5.103436550101605, 58.437927047986911 ], [ -5.102755423631057, 58.438658025015229 ], [ -5.101371457915979, 58.438570213968696 ], [ -5.10069433078542, 58.437633971600974 ], [ -5.099820434372631, 58.4375382900201 ], [ -5.098649210027196, 58.438056425514858 ], [ -5.099159626411281, 58.438403561944874 ], [ -5.098388959586392, 58.438799663876551 ], [ -5.097015525336192, 58.438675602667381 ], [ -5.094552818307599, 58.437760020403971 ], [ -5.092656351667275, 58.438412450378763 ], [ -5.091364025896306, 58.438138083927171 ], [ -5.092078430279, 58.436709868248059 ], [ -5.091239749045667, 58.436429043450168 ], [ -5.088477987771116, 58.437376396526538 ], [ -5.084966045327661, 58.437195906449375 ], [ -5.083061719242477, 58.437466431659175 ], [ -5.08273938500191, 58.437797723253851 ], [ -5.083391479151134, 58.438101068734881 ], [ -5.08259828864434, 58.438731278526625 ], [ -5.083595200300125, 58.439057779599793 ], [ -5.089454702422793, 58.438840204446201 ], [ -5.091462485932892, 58.438967013017262 ], [ -5.093359284937485, 58.439586266912954 ], [ -5.098064661310315, 58.439009717523341 ], [ -5.099143947990032, 58.43919930081119 ], [ -5.098533359209, 58.439856650117989 ], [ -5.100968806624331, 58.440265047038615 ], [ -5.09737525508001, 58.441304620349158 ], [ -5.097947434524826, 58.441281797282301 ], [ -5.097940711489874, 58.441497650417929 ], [ -5.095998831394549, 58.442317487082803 ], [ -5.092904959048233, 58.442414689143284 ], [ -5.092758614587628, 58.442602457570551 ], [ -5.093921028521881, 58.442664259885582 ], [ -5.094047405661748, 58.443029678331875 ], [ -5.092182451624161, 58.44326343608779 ], [ -5.092066504367508, 58.442821374147208 ], [ -5.091362898784221, 58.443202331671259 ], [ -5.091567511661952, 58.443678202742781 ], [ -5.091030710514121, 58.444104561505718 ], [ -5.087730019634721, 58.444777304448749 ], [ -5.088597873192962, 58.444900177571128 ], [ -5.087388786364883, 58.445284310340604 ], [ -5.087885142525416, 58.445568920735283 ], [ -5.08723292946511, 58.446048371606196 ], [ -5.085058902901288, 58.446180726599103 ], [ -5.083639929376592, 58.445832938823798 ], [ -5.082201278818193, 58.447512186822088 ], [ -5.081363517253817, 58.447635689513469 ], [ -5.079506803863324, 58.447379266309312 ], [ -5.079286178966803, 58.446620671710981 ], [ -5.078397713820982, 58.447046439196228 ], [ -5.077518151873885, 58.44688782987059 ], [ -5.075066405072527, 58.447472440560666 ], [ -5.072097516303907, 58.447435820740033 ], [ -5.069925963991212, 58.447204782801705 ], [ -5.067355664128058, 58.446331699446489 ], [ -5.066313768266773, 58.44647347101035 ], [ -5.065132465236599, 58.445998467959107 ], [ -5.064725819106093, 58.447234918167887 ], [ -5.063635504252148, 58.448101276568835 ], [ -5.061552371588458, 58.448492576261188 ], [ -5.06135609459674, 58.448798329416618 ], [ -5.063094118055373, 58.448873619748468 ], [ -5.065963092938411, 58.447564794400563 ], [ -5.067303733939964, 58.447703457713182 ], [ -5.068592500901093, 58.448328646901381 ], [ -5.073287293072448, 58.448202635983144 ], [ -5.075131929389928, 58.448418997637887 ], [ -5.074910831745155, 58.448635498968798 ], [ -5.077233982660801, 58.448638137624421 ], [ -5.078562197904259, 58.44922184047109 ], [ -5.078119319362571, 58.449744741626482 ], [ -5.077435785070327, 58.449770148529431 ], [ -5.076989491142167, 58.450450400222429 ], [ -5.078961256777985, 58.45045246055497 ], [ -5.077896329764537, 58.451116125783862 ], [ -5.074934224248934, 58.451847793340008 ], [ -5.074128414359993, 58.451651441242248 ], [ -5.072891650319093, 58.451919264044427 ], [ -5.071841077582739, 58.451373781263079 ], [ -5.072800513633894, 58.450973321248995 ], [ -5.071555938366928, 58.451151448755198 ], [ -5.069989568820209, 58.450097070115511 ], [ -5.069091385229428, 58.450118588325175 ], [ -5.069367256817213, 58.450529874748469 ], [ -5.068373966252017, 58.450935612901283 ], [ -5.068061541318197, 58.450498238836246 ], [ -5.065914570433536, 58.450945058474751 ], [ -5.066494390255207, 58.451106428823394 ], [ -5.064639194418602, 58.452148369688551 ], [ -5.063285185693707, 58.452054930590712 ], [ -5.063157805431628, 58.451280603609497 ], [ -5.062030385555978, 58.450638023466951 ], [ -5.061090556503005, 58.450575104454593 ], [ -5.059904332600253, 58.451129175916478 ], [ -5.059141002441867, 58.450927223019043 ], [ -5.058485334847999, 58.450385685269218 ], [ -5.059376375662353, 58.449492678024939 ], [ -5.057681771024797, 58.448634436523669 ], [ -5.055645191664767, 58.448970606008743 ], [ -5.054137006136794, 58.450062530654435 ], [ -5.052825094197622, 58.450453273032515 ], [ -5.048626918130988, 58.4511904042363 ], [ -5.046065335047008, 58.45061325773645 ], [ -5.044575473662299, 58.449938703961351 ], [ -5.042328302855662, 58.449585874996252 ], [ -5.037715240511002, 58.449847206576017 ], [ -5.035329142718041, 58.448935870863814 ], [ -5.033945455159732, 58.449291271669743 ], [ -5.032565816580121, 58.448380314123419 ], [ -5.031935802681581, 58.448609111412743 ], [ -5.030637351164365, 58.448182401150319 ], [ -5.022933953546932, 58.443855699938524 ], [ -5.019081337844399, 58.44060345510124 ], [ -5.015393427431869, 58.439266806312148 ], [ -5.011659803235069, 58.436590301851538 ], [ -5.010091163696502, 58.43588126920806 ], [ -5.006161882628192, 58.432509143077951 ], [ -4.996469501415735, 58.425930594095313 ], [ -4.994824115203707, 58.423623541854568 ], [ -4.993081636395362, 58.423135856988111 ], [ -4.992063293129388, 58.423126401623144 ], [ -4.992721089382001, 58.423529813378551 ], [ -4.991700933578012, 58.423660590204179 ], [ -4.993139325568856, 58.423976565194728 ], [ -4.993244173156221, 58.424283258216285 ], [ -4.992595955251856, 58.4242148299588 ], [ -4.99290742158373, 58.424977714132233 ], [ -4.991831510076017, 58.425017231064629 ], [ -4.991677336659457, 58.424351321724536 ], [ -4.990976722886669, 58.424250858356636 ], [ -4.990761598079297, 58.425611977986073 ], [ -4.988186008938537, 58.42570444855879 ], [ -4.98818233856958, 58.426550183374118 ], [ -4.989127813616635, 58.427234476288213 ], [ -4.990442941299982, 58.427449114043831 ], [ -4.989783769938857, 58.428463825300803 ], [ -4.990915346743895, 58.430047825265071 ], [ -4.993727553178593, 58.43076037655787 ], [ -4.995318458248311, 58.43224193991604 ], [ -4.99724852693067, 58.432673088405018 ], [ -5.000288824386203, 58.434772209607054 ], [ -5.000960204271407, 58.435713570917414 ], [ -5.00016411409988, 58.43602428776687 ], [ -4.999990228705974, 58.437403331497393 ], [ -4.998536301635994, 58.437536226782015 ], [ -4.99228283353054, 58.439169752582288 ], [ -4.990986311371461, 58.440269447895922 ], [ -4.994671625133371, 58.440537428975468 ], [ -4.994591335353126, 58.4410847994844 ], [ -4.996153035384562, 58.441330467905971 ], [ -4.99820090835564, 58.440884445088578 ], [ -4.999140382500981, 58.441149131398973 ], [ -4.999183655060317, 58.441677436901657 ], [ -5.005608958767175, 58.442297018222455 ], [ -5.008563316323701, 58.44393605645238 ], [ -5.012050407035769, 58.444325027661783 ], [ -5.015580237776075, 58.445172124001651 ], [ -5.016058583579651, 58.445993939536741 ], [ -5.018196105438751, 58.446973489286371 ], [ -5.017640200576923, 58.447747765289442 ], [ -5.016346689656872, 58.447996603366313 ], [ -5.016211208909274, 58.448536304157415 ], [ -5.019166331739455, 58.449952220881407 ], [ -5.01963292967796, 58.450775200297734 ], [ -5.018464222015329, 58.451101099443861 ], [ -5.014469871948657, 58.450442941199533 ], [ -5.011339067150739, 58.448895347264674 ], [ -5.00828632513554, 58.448980539264141 ], [ -5.008114990970236, 58.449423115694877 ], [ -5.010391377370014, 58.45074372803824 ], [ -5.016566353152597, 58.452681636632427 ], [ -5.027653435583158, 58.453094153284248 ], [ -5.029428811908268, 58.452785282132609 ], [ -5.031822144179097, 58.452843706431715 ], [ -5.034210040527082, 58.453634643256876 ], [ -5.034890133106385, 58.454483072335307 ], [ -5.036910765390927, 58.455148755000607 ], [ -5.03653972543242, 58.454226509592765 ], [ -5.03699996840291, 58.453777941909209 ], [ -5.038666868387693, 58.454457372432948 ], [ -5.041946471328495, 58.454115342790118 ], [ -5.043243205293932, 58.454438634977777 ], [ -5.044843553470252, 58.454287381826028 ], [ -5.044851540957384, 58.454736536552197 ], [ -5.045823738016057, 58.454776339307607 ], [ -5.046649878847743, 58.455228511311972 ], [ -5.046846317828556, 58.456784864509103 ], [ -5.050491029391472, 58.458378703448354 ], [ -5.052068038559142, 58.457798343362143 ], [ -5.049524258558507, 58.45567149182672 ], [ -5.049872723069236, 58.455458296867228 ], [ -5.048457569266664, 58.455332903510566 ], [ -5.047645669921381, 58.454649440716075 ], [ -5.047487437982211, 58.454366521933999 ], [ -5.04854221359217, 58.453855240043751 ], [ -5.052241083936126, 58.45384177551378 ], [ -5.053062304988202, 58.454177194303902 ], [ -5.053117529383401, 58.454616237644451 ], [ -5.054059777680031, 58.454409551108419 ], [ -5.055088390818126, 58.454901778814019 ], [ -5.058426517913989, 58.454642407284297 ], [ -5.05967342927261, 58.455475385955204 ], [ -5.06112167224232, 58.455566613862878 ], [ -5.061925603870175, 58.455938338454906 ], [ -5.062869125960836, 58.455628206441169 ], [ -5.062815057112608, 58.455854172772227 ], [ -5.063951506384654, 58.456184684876945 ], [ -5.063541892313024, 58.45634456080456 ], [ -5.064105143269342, 58.456255602928692 ], [ -5.064401807596384, 58.456531597972074 ], [ -5.06569416428738, 58.456013591636818 ], [ -5.065973184460621, 58.456500300405139 ], [ -5.066251525421909, 58.456211449421744 ], [ -5.067904689830703, 58.45613503329492 ], [ -5.068143742591817, 58.456398918960708 ], [ -5.069100242560173, 58.456159426831064 ], [ -5.069316121224253, 58.456413081114768 ], [ -5.071104991544016, 58.456594894435668 ], [ -5.071125336304465, 58.456828068524736 ], [ -5.075928945778004, 58.456658928075825 ], [ -5.077113360569524, 58.456967504062504 ], [ -5.076879831189763, 58.457826877663017 ], [ -5.074490796967932, 58.458549257721494 ], [ -5.073644521803822, 58.45857854623204 ], [ -5.073299244915393, 58.458061088359401 ], [ -5.072155702845743, 58.45782788660788 ], [ -5.070670190815322, 58.458097154177068 ], [ -5.069513178308616, 58.457964906050954 ], [ -5.068446728476599, 58.458733670177317 ], [ -5.068335806116274, 58.45942832327718 ], [ -5.065176175515591, 58.460875349037686 ], [ -5.063101283941311, 58.460581659392837 ], [ -5.061822763258411, 58.459762946342167 ], [ -5.061993039943307, 58.45947309278101 ], [ -5.061037268082054, 58.459761940493486 ], [ -5.059835671214787, 58.459294558021689 ], [ -5.05949910801421, 58.459782496578235 ], [ -5.057384379833582, 58.459759275027473 ], [ -5.057186596811345, 58.45998956563583 ], [ -5.055344945075494, 58.45965513850836 ], [ -5.054797151943028, 58.46063429222302 ], [ -5.055710362816722, 58.46111848398715 ], [ -5.054901691798028, 58.462826406384274 ], [ -5.055734890070266, 58.463929008880108 ], [ -5.058280706375246, 58.463956353892044 ], [ -5.06100239501598, 58.46322544332007 ], [ -5.062859983916494, 58.463503692570853 ], [ -5.063505415205202, 58.463135976898926 ], [ -5.063679089275606, 58.463495796750159 ], [ -5.065003458927421, 58.463224177805664 ], [ -5.065207913097817, 58.463681217515919 ], [ -5.064727222439707, 58.463931766725018 ], [ -5.065729017548363, 58.463756824989424 ], [ -5.066088014358789, 58.464078058111134 ], [ -5.066341889002762, 58.463547145404277 ], [ -5.067154880428066, 58.463803590446695 ], [ -5.067230353451834, 58.46327245180764 ], [ -5.067845596044718, 58.463188525574786 ], [ -5.067682087662287, 58.464126185616351 ], [ -5.06806330191793, 58.463974167128356 ], [ -5.068072216719929, 58.464253448445284 ], [ -5.068812363806883, 58.464224942846378 ], [ -5.068658196811802, 58.46462046633291 ], [ -5.069301199490295, 58.464304004805328 ], [ -5.070575790624789, 58.464385809803332 ], [ -5.071223097517407, 58.465907072620354 ], [ -5.075402952000688, 58.466534785302926 ], [ -5.077081810079762, 58.467492044975607 ], [ -5.078878114755559, 58.46724220370595 ], [ -5.07938280860165, 58.467423299068066 ], [ -5.079233303370216, 58.467772890960319 ], [ -5.081841959585598, 58.468083150784452 ], [ -5.082835947003191, 58.468562518731005 ], [ -5.082799698010012, 58.468931858490087 ], [ -5.084027721481929, 58.468754028925574 ], [ -5.086362805987827, 58.469268495688667 ], [ -5.086293240895031, 58.469746483618074 ], [ -5.085364360398953, 58.469912640188838 ], [ -5.08674783576356, 58.46994223794708 ], [ -5.087467860992162, 58.470621390558684 ], [ -5.087258707231244, 58.471170144315472 ], [ -5.087989865390601, 58.470900893764636 ], [ -5.089720600596767, 58.471465809305919 ], [ -5.088330688057511, 58.472047516471157 ], [ -5.087668582110591, 58.472908249528864 ], [ -5.086309554798494, 58.473334612394964 ], [ -5.086445413600361, 58.473964027924623 ], [ -5.085251504185379, 58.475178159481651 ], [ -5.085521297254922, 58.475984991092631 ], [ -5.087484902934967, 58.47566270625272 ], [ -5.088754068655041, 58.475110881658459 ], [ -5.089621101657364, 58.47521580441866 ], [ -5.0891675449101, 58.475716529599715 ], [ -5.087945349737163, 58.475943693313354 ], [ -5.088143700515449, 58.47622919602513 ], [ -5.086460747963311, 58.476836811550264 ], [ -5.086250247061103, 58.477331672773211 ], [ -5.08850104689758, 58.478540139889205 ], [ -5.09293168168869, 58.479305956021825 ], [ -5.101196801709269, 58.478468186689526 ], [ -5.102346486830902, 58.478858266947348 ], [ -5.102770287615431, 58.478605358230588 ], [ -5.103314509229798, 58.478744964707587 ], [ -5.103728797357531, 58.480231285012124 ], [ -5.102852173025525, 58.480603003013655 ], [ -5.103057966354337, 58.481087817879391 ], [ -5.102412443525566, 58.481161857936776 ], [ -5.102977730833405, 58.482006442769958 ], [ -5.101836226488369, 58.482741351180536 ], [ -5.103418905539296, 58.482008345226056 ], [ -5.106067934021902, 58.482799760078578 ], [ -5.107255965166739, 58.482553481947342 ], [ -5.109218007663167, 58.480794764546033 ], [ -5.110249531007315, 58.480235008026092 ], [ -5.111012660317193, 58.480229970802348 ], [ -5.112488798294507, 58.479362829316678 ], [ -5.112465213671307, 58.478999423420298 ], [ -5.114898152423877, 58.478571854508822 ], [ -5.116010672455666, 58.479412074501546 ], [ -5.115892910449507, 58.479922710282381 ], [ -5.114962498186736, 58.4801700007596 ], [ -5.115543311978182, 58.481438350028625 ], [ -5.114723115078464, 58.48223297180246 ], [ -5.114003269122723, 58.482397848656376 ], [ -5.114030907713261, 58.482709929308164 ], [ -5.114714818959798, 58.482817336816893 ], [ -5.114520652144321, 58.483143793458517 ], [ -5.113837349396126, 58.482810793184008 ], [ -5.113067514634722, 58.483690456271304 ], [ -5.113390483809206, 58.483965707501355 ], [ -5.114272291759921, 58.48376904017173 ], [ -5.114123530868958, 58.484026989556895 ], [ -5.114605130520721, 58.484116844470222 ], [ -5.115664060372607, 58.484156719323629 ], [ -5.116184760871109, 58.483874449459641 ], [ -5.11612135210051, 58.484146503487118 ], [ -5.116909308938973, 58.484052754992796 ], [ -5.118111483735022, 58.484391993479441 ], [ -5.11937117675949, 58.483986584512174 ], [ -5.118860683363261, 58.484751228998491 ], [ -5.120107665988669, 58.484492612620542 ], [ -5.119555431768297, 58.484960801292182 ], [ -5.120693417196809, 58.484730894236037 ], [ -5.120371936285241, 58.485091914433198 ], [ -5.121009327750875, 58.48498383122422 ], [ -5.120759017861589, 58.485276614830276 ], [ -5.121428659431936, 58.485454434697068 ], [ -5.120512133098271, 58.486168757349255 ], [ -5.121196818799538, 58.485993916132664 ], [ -5.120224303155273, 58.48814664418645 ], [ -5.120644747476979, 58.488455454750053 ], [ -5.119803626657308, 58.489401600982085 ], [ -5.121026633666739, 58.490011720044102 ], [ -5.122261315928919, 58.490173084866683 ], [ -5.123508209498815, 58.489409362040433 ], [ -5.124283685238163, 58.489483034994961 ], [ -5.12445293596845, 58.489069994683511 ], [ -5.125800938048059, 58.489077579119012 ], [ -5.125339187776926, 58.490059786714909 ], [ -5.124290111961552, 58.49052089532784 ], [ -5.125021789663149, 58.49044914072666 ], [ -5.124994781638308, 58.491496803319841 ], [ -5.125499643394312, 58.491480003696175 ], [ -5.124827519712274, 58.491932263584566 ], [ -5.125221280575841, 58.492210255555086 ], [ -5.124872799335379, 58.492924241167714 ], [ -5.123124825622322, 58.493826001703873 ], [ -5.125288692162692, 58.49335447541138 ], [ -5.125598633742804, 58.493751342594017 ], [ -5.123918270788984, 58.494487000489059 ], [ -5.122388971724194, 58.494411910890491 ], [ -5.122514612030094, 58.494666782458118 ], [ -5.121170644210539, 58.495074267998945 ], [ -5.121567725664599, 58.495022362183931 ], [ -5.121436980176326, 58.495251122388801 ], [ -5.120307218047551, 58.494920033092313 ], [ -5.121136056974539, 58.495380672740161 ], [ -5.121028280341457, 58.495964764158558 ], [ -5.120515023625616, 58.496023090286656 ], [ -5.120893784995319, 58.496151375390852 ], [ -5.120164836962231, 58.496409970479057 ], [ -5.11922408067238, 58.495539537522156 ], [ -5.119924139283251, 58.496444586037669 ], [ -5.119997845358076, 58.497584158923821 ], [ -5.12120071250722, 58.498022217095212 ], [ -5.122037044186497, 58.49945507843573 ], [ -5.121902778998493, 58.499876249301678 ], [ -5.120491578306358, 58.500611594105195 ], [ -5.120393731170294, 58.501346426463343 ], [ -5.118193328656573, 58.502186322976172 ], [ -5.118006348778633, 58.503174959239914 ], [ -5.118571140306615, 58.503251097227384 ], [ -5.118783418197211, 58.504288441373006 ], [ -5.117529343585719, 58.505249099841606 ], [ -5.117316866321914, 58.505950766299726 ], [ -5.116254057353665, 58.5063585476586 ], [ -5.116628152457409, 58.506897671137828 ], [ -5.116131416885755, 58.507008599577567 ], [ -5.117856131323155, 58.508350698426497 ], [ -5.117536589490181, 58.509490842523697 ], [ -5.118165609024508, 58.509902439427115 ], [ -5.119359797650041, 58.509716126448161 ], [ -5.119395637012188, 58.51011967522701 ], [ -5.119089138673366, 58.51053604320461 ], [ -5.118589192643976, 58.510417887048284 ], [ -5.118570220296442, 58.510881184876439 ], [ -5.116925886168145, 58.512188337854433 ], [ -5.117269826097179, 58.513838100994121 ], [ -5.118130731140442, 58.513862111066793 ], [ -5.116532175151369, 58.514525565365304 ], [ -5.11774165617359, 58.514509653603469 ], [ -5.117069348469348, 58.515352807047499 ], [ -5.118184156107753, 58.515721144344752 ], [ -5.117978045439274, 58.516108106740369 ], [ -5.116956621821126, 58.516308179524799 ], [ -5.116688622515806, 58.515901284700213 ], [ -5.115156769563347, 58.516253044277839 ], [ -5.114663174048535, 58.517950110886382 ], [ -5.114018237124648, 58.517844443145357 ], [ -5.112293244344368, 58.52008814285152 ], [ -5.113622739092518, 58.520842250693299 ], [ -5.113413634341722, 58.521777489231546 ], [ -5.111794707073665, 58.522409916670355 ], [ -5.11071715482708, 58.522269788919374 ], [ -5.109606314538895, 58.521559780127866 ], [ -5.106856303632115, 58.522224049781038 ], [ -5.1063592222088, 58.523498768705387 ], [ -5.105292343155796, 58.523964962802843 ], [ -5.105666450818374, 58.5249894180537 ], [ -5.106564929020623, 58.524949690834056 ], [ -5.106124173704938, 58.525405221956809 ], [ -5.104681731630255, 58.525705254618082 ], [ -5.105293027926061, 58.526400437017053 ], [ -5.10461666175561, 58.526717872076624 ], [ -5.10522623399496, 58.527296265052598 ], [ -5.104198275524858, 58.527815428143057 ], [ -5.104151013467352, 58.528252443247993 ], [ -5.103240207972045, 58.528445230056533 ], [ -5.101894933917567, 58.52761051239311 ], [ -5.100825718675792, 58.527663319386271 ], [ -5.100224091509549, 58.5282440412415 ], [ -5.099749671041353, 58.528125192200996 ], [ -5.098064516421926, 58.528597271347174 ], [ -5.096337609219912, 58.530252127302084 ], [ -5.094269759081298, 58.531160271561497 ], [ -5.094555435997345, 58.531476914008536 ], [ -5.093679484517552, 58.531286842686718 ], [ -5.092468854811001, 58.531491273111193 ], [ -5.092202355568899, 58.531879643144713 ], [ -5.092876542812553, 58.532802534894991 ], [ -5.091564268155519, 58.533121743288731 ], [ -5.090478344497399, 58.534060081813429 ], [ -5.091393387071791, 58.534303155872166 ], [ -5.090483483056156, 58.534801384260746 ], [ -5.09085694179603, 58.535529321835014 ], [ -5.091646643139179, 58.535812260376197 ], [ -5.091199971461983, 58.536887080475935 ], [ -5.089985975352548, 58.53705561737943 ], [ -5.087673024668451, 58.536747319718167 ], [ -5.086736969479752, 58.53694957896117 ], [ -5.084016294421319, 58.536597101167096 ], [ -5.080125368662582, 58.537400522845566 ], [ -5.079666155034947, 58.537357622771616 ], [ -5.07947031191383, 58.536692795716611 ], [ -5.078287968329904, 58.537026719847844 ], [ -5.076591123403095, 58.536393393823857 ], [ -5.074885536525698, 58.536542117968487 ], [ -5.074863924424659, 58.536295495478996 ], [ -5.073208739307621, 58.536038578325439 ], [ -5.072705180307582, 58.535488955074499 ], [ -5.06967661374331, 58.535444610439185 ], [ -5.061994516309626, 58.537609756426633 ], [ -5.060114808924133, 58.538620682398324 ], [ -5.055510220007722, 58.540118868133995 ], [ -5.052498066963811, 58.540662358986424 ], [ -5.051297760992084, 58.540398831528925 ], [ -5.050566835831599, 58.54078916145793 ], [ -5.051875549738071, 58.54150844619371 ], [ -5.053622436240225, 58.541534293792672 ], [ -5.051375064813608, 58.543263791278072 ], [ -5.051483471787131, 58.543818396956524 ], [ -5.050086572318642, 58.543568517740034 ], [ -5.049215988292207, 58.544330617095305 ], [ -5.049414813121302, 58.545233561625096 ], [ -5.047725034880456, 58.545570263714175 ], [ -5.047721900255085, 58.545830955612658 ], [ -5.045615237582447, 58.546514532899486 ], [ -5.045595157040835, 58.548164087069964 ], [ -5.044446696578818, 58.549193360740567 ], [ -5.042528847449345, 58.550074607214704 ], [ -5.041595714001033, 58.550119189610669 ], [ -5.039616799187311, 58.551388268876252 ], [ -5.039618877801904, 58.552304870397954 ], [ -5.04097427974714, 58.554353205627507 ], [ -5.040828908133579, 58.555551890250854 ], [ -5.039605625597226, 58.556416631214084 ], [ -5.039317972479517, 58.557164850216793 ], [ -5.037586106430029, 58.557718086985595 ], [ -5.036501297867275, 58.559190618444603 ], [ -5.035307607317534, 58.559605277306133 ], [ -5.034618889249082, 58.560291071595657 ], [ -5.030243675153019, 58.561701985873256 ], [ -5.029674252167116, 58.565759449693736 ], [ -5.030627662352877, 58.568033056283774 ], [ -5.031674907214296, 58.567810625571745 ], [ -5.032636510438034, 58.567990118380422 ], [ -5.032408222501795, 58.568930129800918 ], [ -5.031745893979143, 58.569426559956057 ], [ -5.030611990319901, 58.569642049174632 ], [ -5.028656885902237, 58.569014176197896 ], [ -5.027000807304578, 58.56945763009135 ], [ -5.026153229493468, 58.57029989173482 ], [ -5.026174593352436, 58.571045284496471 ], [ -5.026805881482083, 58.571681941185901 ], [ -5.028264672409153, 58.571840760543566 ], [ -5.026583937581404, 58.572797030322555 ], [ -5.022756344068286, 58.574095897836123 ], [ -5.020816967030559, 58.574150521496648 ], [ -5.020162007818468, 58.575334194955332 ], [ -5.018665418364614, 58.575436783889479 ], [ -5.015843356345683, 58.576231009880878 ], [ -5.013923785814645, 58.577817285989191 ], [ -5.014569353353063, 58.578521065648147 ], [ -5.016403343144785, 58.578338708967699 ], [ -5.018661840793111, 58.578690041416998 ], [ -5.020880939336148, 58.578583941207093 ], [ -5.021929192803517, 58.579067026320594 ], [ -5.021862758439096, 58.57969316358561 ], [ -5.019770530947695, 58.581571163444742 ], [ -5.019675648231948, 58.58256642093243 ], [ -5.018262685397554, 58.582644567633523 ], [ -5.016290270603819, 58.583719877139863 ], [ -5.0180804252102, 58.585322381400815 ], [ -5.021713571023113, 58.586441171484886 ], [ -5.019918518756366, 58.588177374910273 ], [ -5.019884988105914, 58.589085815890108 ], [ -5.017785283149122, 58.590285455290207 ], [ -5.015461581014312, 58.589985054265384 ], [ -5.011192472303813, 58.590579467892802 ], [ -5.010352369272165, 58.592720001454936 ], [ -5.010677916748971, 58.59350319452367 ], [ -5.011377810266572, 58.593635068531199 ], [ -5.011637137842957, 58.595048875424567 ], [ -5.013451046322906, 58.595922973861349 ], [ -5.011196494591856, 58.599332341948859 ], [ -5.013751391845695, 58.599811631020515 ], [ -5.015346519892763, 58.59944169685334 ], [ -5.016324878437477, 58.600106207814306 ], [ -5.014801258611344, 58.600407076098151 ], [ -5.015848456422265, 58.600971122517649 ], [ -5.015096186143851, 58.601132565229044 ], [ -5.016000355574832, 58.601834766727507 ], [ -5.015852323270088, 58.602714438170196 ], [ -5.013583892821121, 58.602965371478227 ], [ -5.012441314259615, 58.604394078366553 ], [ -5.012610643300904, 58.604560853860001 ], [ -5.012966696815599, 58.604296386265602 ], [ -5.012566224574589, 58.604844973747092 ], [ -5.013757468898723, 58.604781090796429 ], [ -5.013400254857195, 58.60543201238967 ], [ -5.013691819897588, 58.606018290800364 ], [ -5.014750561405376, 58.606514677600657 ], [ -5.014518661704304, 58.60682117030067 ], [ -5.013268260704921, 58.606998779320428 ], [ -5.012992123486049, 58.607391679266463 ], [ -5.010404094470196, 58.60743436685501 ], [ -5.009774940872431, 58.607727690355894 ], [ -5.009536201929128, 58.607454697683245 ], [ -5.008524978555618, 58.60781088279824 ], [ -5.010290834784693, 58.60851990610854 ], [ -5.010981753710714, 58.610044920468198 ], [ -5.011504704437513, 58.610118038221643 ], [ -5.011457695524811, 58.609872008261981 ], [ -5.011976095365551, 58.610192362448799 ], [ -5.011723729909461, 58.61136204316216 ], [ -5.012589907160192, 58.610420611708697 ], [ -5.01375392436747, 58.611238058124215 ], [ -5.012732103564279, 58.611971961360524 ], [ -5.013972836194815, 58.611879959919484 ], [ -5.014115662279964, 58.612438273249253 ], [ -5.012099298797548, 58.612723697690235 ], [ -5.014027510512019, 58.613114336856491 ], [ -5.013188642008801, 58.61327330200178 ], [ -5.013469553712691, 58.613635165855648 ], [ -5.013035287841043, 58.613892480456208 ], [ -5.014200394762617, 58.614521179960498 ], [ -5.013557919654536, 58.615160817254605 ], [ -5.014675560577701, 58.614638542404208 ], [ -5.015049742341639, 58.614883186410182 ], [ -5.01582422469176, 58.614676294219713 ], [ -5.016207919803032, 58.614951266220253 ], [ -5.015257858386356, 58.614999622738651 ], [ -5.015577527966345, 58.615311146644601 ], [ -5.015033750267225, 58.615696850203342 ], [ -5.015676017236411, 58.616553481786212 ], [ -5.01498234764683, 58.617198820523626 ], [ -5.014630989740327, 58.616919491509684 ], [ -5.014094415515464, 58.617089342912607 ], [ -5.012842128545, 58.619829066781143 ], [ -5.012319936490087, 58.619786489031299 ], [ -5.012413998246765, 58.620278547292187 ], [ -5.011146686921405, 58.62046551110268 ], [ -5.010644011219228, 58.621029962804933 ], [ -5.011113184578604, 58.621877191195374 ], [ -5.010707368479899, 58.622466333249903 ], [ -5.008636717213609, 58.621827347722579 ], [ -5.00931594704186, 58.623514403682648 ], [ -5.008799537387249, 58.6244206585475 ], [ -5.006755775752682, 58.625798497873767 ], [ -5.003817831667975, 58.625494248330519 ], [ -5.002907384858957, 58.625124606889344 ], [ -5.002474446021061, 58.625700873957619 ], [ -5.002814540426408, 58.627153244579212 ], [ -5.001882116724364, 58.626829041640008 ], [ -5.001583383137544, 58.625456582214589 ], [ -4.999420463637821, 58.626554006006977 ], [ -4.997266828172711, 58.626253768542739 ], [ -4.996939647192589, 58.626859002049144 ], [ -4.996092158783722, 58.626218249023381 ], [ -4.996581843954302, 58.626202340549305 ], [ -4.996425400079813, 58.62548257174263 ], [ -4.996999838144009, 58.624947959884082 ], [ -4.996031934496843, 58.624912112393552 ], [ -4.994780345454979, 58.625386113305659 ], [ -4.993052239723083, 58.624923120527491 ], [ -4.992393095051253, 58.623864578765421 ], [ -4.991718452824559, 58.623732006180113 ], [ -4.991698591343509, 58.623197770668433 ], [ -4.990408148437667, 58.622814421466288 ], [ -4.990215806927123, 58.621673115966182 ], [ -4.989185303662871, 58.62221381134426 ], [ -4.988714562179921, 58.622148373320947 ], [ -4.987395586107731, 58.621127616587174 ], [ -4.985205475260306, 58.621807558994568 ], [ -4.984952958357767, 58.620766497166066 ], [ -4.985366178730545, 58.620864737465965 ], [ -4.985238492267001, 58.620377939250361 ], [ -4.985770318134944, 58.620352105533371 ], [ -4.98479466188442, 58.619920949693032 ], [ -4.985164062935006, 58.619606829285182 ], [ -4.984806821540924, 58.619457862758658 ], [ -4.983334485253612, 58.620372724304396 ], [ -4.982223653783462, 58.620578234301718 ], [ -4.982124944500221, 58.620248923383755 ], [ -4.984035056913035, 58.619296054258449 ], [ -4.983122721396517, 58.619303754199343 ], [ -4.981781782911095, 58.620345851514251 ], [ -4.980333953916578, 58.620033454041746 ], [ -4.979118832137472, 58.619216897356907 ], [ -4.979334330474735, 58.617702173832555 ], [ -4.978415908103448, 58.618042481575351 ], [ -4.975741140495069, 58.617479882360229 ], [ -4.977890960771192, 58.615214920684714 ], [ -4.975597679276819, 58.615995944180334 ], [ -4.975537994877846, 58.615193037442879 ], [ -4.974528515103757, 58.615373669880263 ], [ -4.973413100219394, 58.61613187856824 ], [ -4.971942307182712, 58.616255764204382 ], [ -4.971034821681497, 58.615508405595428 ], [ -4.969296067891515, 58.615620482895565 ], [ -4.965601012679474, 58.614802667799992 ], [ -4.965577442832734, 58.614524632402414 ], [ -4.964501503432135, 58.615039216942144 ], [ -4.9626194491915, 58.614476034890409 ], [ -4.958478743093655, 58.61388396565372 ], [ -4.958834287469213, 58.613403993753778 ], [ -4.958190430717386, 58.613122265233969 ], [ -4.958700808587277, 58.613047610747266 ], [ -4.957127214284596, 58.612769306729867 ], [ -4.957703830329739, 58.611848410082921 ], [ -4.959185976327027, 58.611045950164673 ], [ -4.958068847901549, 58.610563938745067 ], [ -4.957328480477773, 58.610769694021336 ], [ -4.95786701498719, 58.610213621701519 ], [ -4.956744747898697, 58.609772156456046 ], [ -4.953729309875571, 58.610466059101505 ], [ -4.9515179546576, 58.610485417473491 ], [ -4.946517929259061, 58.609701526997966 ], [ -4.946302922714981, 58.608682011473284 ], [ -4.943551053151028, 58.609234834861638 ], [ -4.941825498411354, 58.610217916846373 ], [ -4.943461773435097, 58.612063087466062 ], [ -4.939964455885519, 58.613688796002492 ], [ -4.938975058671252, 58.613392412022506 ], [ -4.93804479131244, 58.614927879701497 ], [ -4.936363856356373, 58.615011229320686 ], [ -4.937927250812806, 58.615784267799562 ], [ -4.936086960661937, 58.616945121037418 ], [ -4.934297280344274, 58.616554651946998 ], [ -4.931862027385589, 58.61657877802115 ], [ -4.931399915487132, 58.616202908330592 ], [ -4.928334938484327, 58.616214371046325 ], [ -4.926662000539133, 58.615879548067134 ], [ -4.926187606511395, 58.615459008810937 ], [ -4.924320427659951, 58.615272359097851 ], [ -4.92259017710857, 58.615693635020094 ], [ -4.922631966325149, 58.615369178981055 ], [ -4.921997388522482, 58.615401581129028 ], [ -4.921550715895649, 58.615002860991275 ], [ -4.920316311701815, 58.614968013070339 ], [ -4.9162685137192, 58.613828813427077 ], [ -4.915072271161393, 58.614044664609054 ], [ -4.912450360971297, 58.613479567348875 ], [ -4.912057966398991, 58.613524404445322 ], [ -4.912286651283062, 58.613788809312886 ], [ -4.911361366073177, 58.61363903586642 ], [ -4.910705084971563, 58.614031323313462 ], [ -4.905392234370066, 58.613311333369218 ], [ -4.902554271013974, 58.613460831139847 ], [ -4.901492335244996, 58.613116377310675 ], [ -4.900517924326508, 58.613515793448734 ], [ -4.899277182355343, 58.612779964861531 ], [ -4.892173199698944, 58.612158240783621 ], [ -4.890916620398439, 58.612478564442654 ], [ -4.887239123749001, 58.611950180596736 ], [ -4.887309607603461, 58.612595599407292 ], [ -4.884973297994968, 58.613398410782942 ], [ -4.88320538629958, 58.614516421207519 ], [ -4.880653830230993, 58.614694951181733 ], [ -4.880943907072104, 58.614243636039326 ], [ -4.878797140574502, 58.614736554508596 ], [ -4.878018204346281, 58.614479924026178 ], [ -4.877449700464824, 58.614897028641053 ], [ -4.876371047675583, 58.614975091155813 ], [ -4.877199139166724, 58.614363472013643 ], [ -4.875804419436589, 58.614367730708359 ], [ -4.876153757207668, 58.614112795355574 ], [ -4.875914164962005, 58.613817122733948 ], [ -4.875501709794841, 58.614037525304383 ], [ -4.87552929172938, 58.613115832886692 ], [ -4.874837962640973, 58.612771855712886 ], [ -4.874125163705465, 58.612900125210217 ], [ -4.874433486063416, 58.612565236862274 ], [ -4.87370178269475, 58.611624581554779 ], [ -4.871968570690442, 58.61075573207912 ], [ -4.872501844802363, 58.610119279701991 ], [ -4.870345132871456, 58.609439597212052 ], [ -4.869911528694697, 58.608982005182739 ], [ -4.86606266702305, 58.608560191328174 ], [ -4.867378943032078, 58.607286255671518 ], [ -4.865654915427499, 58.607050638901562 ], [ -4.864640003629537, 58.607378794419638 ], [ -4.864861845556027, 58.606933531419813 ], [ -4.864083766507359, 58.606789126792691 ], [ -4.863665872989102, 58.607153389900731 ], [ -4.863141211179824, 58.606949415489012 ], [ -4.862354546210241, 58.607542048675313 ], [ -4.861360876842719, 58.607393443517623 ], [ -4.862247591442136, 58.60686598355268 ], [ -4.861438720962846, 58.60634483453105 ], [ -4.860708608319742, 58.606365583707351 ], [ -4.860575054819719, 58.605995635607528 ], [ -4.859295243447322, 58.60561076145779 ], [ -4.858529868563791, 58.605726636585374 ], [ -4.858212353145239, 58.605001336735675 ], [ -4.857358854799756, 58.60509220703733 ], [ -4.856392820505345, 58.604120727394459 ], [ -4.85586003190977, 58.604132570003166 ], [ -4.855167387031417, 58.602818028930798 ], [ -4.854208624871065, 58.603095431650651 ], [ -4.854142795574042, 58.602288150759236 ], [ -4.852966294466604, 58.602323264855201 ], [ -4.852989157940898, 58.601864469596009 ], [ -4.851661122968772, 58.601624369653557 ], [ -4.851455479006488, 58.601107743957279 ], [ -4.850865681326299, 58.601264608020003 ], [ -4.850107719363105, 58.60104778666193 ], [ -4.848897732072813, 58.600247907094911 ], [ -4.848895098338814, 58.599475167842606 ], [ -4.848218862427059, 58.599521611357986 ], [ -4.846332747349978, 58.59876814654541 ], [ -4.841996559914136, 58.600171596729339 ], [ -4.841794636657334, 58.600441149722847 ], [ -4.843474610594996, 58.601518245965273 ], [ -4.8414051188995, 58.601899204593131 ], [ -4.841088935039083, 58.601503623885606 ], [ -4.839033466225245, 58.600996418831393 ], [ -4.836892086069682, 58.601340253216421 ], [ -4.835606050408209, 58.601085582797445 ], [ -4.835246017542785, 58.600360272684455 ], [ -4.83766126122562, 58.599678834399491 ], [ -4.833842225117198, 58.599394697981211 ], [ -4.832198931905623, 58.598765970483569 ], [ -4.828313417414483, 58.598083262336353 ], [ -4.827059094162689, 58.597472865872142 ], [ -4.827004607276022, 58.597011288651245 ], [ -4.824666083498951, 58.596936919752601 ], [ -4.824672105455229, 58.596030106351002 ], [ -4.827817625718457, 58.596633958980007 ], [ -4.8289647025456, 58.595597787150083 ], [ -4.828652186541602, 58.594499396014449 ], [ -4.828244000371607, 58.594027634096108 ], [ -4.827898025757738, 58.594219461996758 ], [ -4.827702297075421, 58.593927233781606 ], [ -4.826355111725753, 58.593763680548577 ], [ -4.826408967396608, 58.593151451401468 ], [ -4.825496522406264, 58.593149057375449 ], [ -4.824747287162182, 58.592289404030772 ], [ -4.824232388998137, 58.592520879941972 ], [ -4.823293288352215, 58.592294408071126 ], [ -4.822214156580173, 58.591504892004117 ], [ -4.822606721897761, 58.590930153519565 ], [ -4.820210018482129, 58.590021296194244 ], [ -4.82039037864243, 58.589482673821749 ], [ -4.819598004359372, 58.58958094116629 ], [ -4.81835301764239, 58.588866922308164 ], [ -4.817226987009217, 58.58894643568631 ], [ -4.817901940760844, 58.588715071208526 ], [ -4.817001689762924, 58.588006956356558 ], [ -4.817550509846141, 58.587127778720095 ], [ -4.816694090662144, 58.587071078534663 ], [ -4.817493421409476, 58.586845974340179 ], [ -4.816982112491807, 58.586479779378244 ], [ -4.817759481592433, 58.586516645267224 ], [ -4.818340090943144, 58.586139978020483 ], [ -4.818350339408579, 58.584877230561119 ], [ -4.818892524401694, 58.584878812351583 ], [ -4.819438798561682, 58.584076061278019 ], [ -4.82066385773781, 58.58368972845922 ], [ -4.8204679679767, 58.583500832292771 ], [ -4.819415979919444, 58.583685674114271 ], [ -4.819607308137338, 58.581466441772989 ], [ -4.822091594328329, 58.580266174951383 ], [ -4.821463603240138, 58.580266492569798 ], [ -4.82099167834301, 58.579854519177182 ], [ -4.82124208230393, 58.578797663910642 ], [ -4.82027469633706, 58.579497348027118 ], [ -4.820357294633299, 58.578920434165802 ], [ -4.819736261788601, 58.579113788536105 ], [ -4.819088802792953, 58.578871901955594 ], [ -4.819282768004341, 58.578395882811023 ], [ -4.818204513300908, 58.578680138667032 ], [ -4.821071465621079, 58.576465066064685 ], [ -4.820790469357567, 58.576287026067249 ], [ -4.81962136985651, 58.576510388573631 ], [ -4.820475839620567, 58.573126390319871 ], [ -4.822930780558063, 58.571782966700475 ], [ -4.822644864694126, 58.571223136050982 ], [ -4.823423759581852, 58.570813327414022 ], [ -4.82206104696619, 58.571235966833335 ], [ -4.818744560362016, 58.570850520929369 ], [ -4.81754487277758, 58.571654131388442 ], [ -4.817402249628969, 58.571270865099194 ], [ -4.816839631405466, 58.571440460881583 ], [ -4.817544393765323, 58.570899323072943 ], [ -4.817060386531219, 58.570334841287668 ], [ -4.819322848427987, 58.56798928146663 ], [ -4.818955070441232, 58.566838168287575 ], [ -4.819491916492656, 58.566242295217734 ], [ -4.81883532331238, 58.565349129545687 ], [ -4.819155815748754, 58.564308709247733 ], [ -4.820156654794316, 58.56392280054996 ], [ -4.820370693760521, 58.562628614587148 ], [ -4.819764004580229, 58.562462220159162 ], [ -4.819733193179538, 58.561865330729766 ], [ -4.819060162531468, 58.561943010825026 ], [ -4.819051651209086, 58.56151636488309 ], [ -4.818709907614868, 58.561757502340328 ], [ -4.817962373406252, 58.561657093206456 ], [ -4.816894479398654, 58.561100932172749 ], [ -4.817314878608089, 58.56023355030316 ], [ -4.815771795177889, 58.559112706127394 ], [ -4.815675629322884, 58.557915191369553 ], [ -4.814637048123372, 58.557722301198076 ], [ -4.815070365190913, 58.557551054062181 ], [ -4.814567135675871, 58.557386860989624 ], [ -4.814730382609984, 58.5570642811726 ], [ -4.814048849739078, 58.557142122544384 ], [ -4.81377845512036, 58.556343807123035 ], [ -4.811930114353559, 58.554843214790935 ], [ -4.809227480392333, 58.553621886187962 ], [ -4.808684459684279, 58.553925809978722 ], [ -4.806927966897618, 58.553461014243979 ], [ -4.805980822323925, 58.553549113550112 ], [ -4.804322924379498, 58.55248905770533 ], [ -4.802806217971358, 58.552549137570679 ], [ -4.802155311367931, 58.551610840767999 ], [ -4.798602407918679, 58.551144696158651 ], [ -4.797813975675645, 58.549881392053777 ], [ -4.795552300660982, 58.54911294836937 ], [ -4.79465856784568, 58.54771263864091 ], [ -4.793187177631624, 58.546720273059186 ], [ -4.793354179750436, 58.546011247463973 ], [ -4.795540920070302, 58.544764026754869 ], [ -4.794785684625865, 58.542188043733312 ], [ -4.796192582615873, 58.540647772104265 ], [ -4.801202357382401, 58.538602069781973 ], [ -4.804219203810974, 58.53850474013516 ], [ -4.811248529983394, 58.534864414859079 ], [ -4.813221893834634, 58.533329503082399 ], [ -4.816827930106504, 58.531480166471411 ], [ -4.818879275915255, 58.529637925740019 ], [ -4.818507022139164, 58.529174338089554 ], [ -4.821295488768213, 58.528704199047887 ], [ -4.8213760576202, 58.526927692965636 ], [ -4.822967791456723, 58.526960080253026 ], [ -4.823594970578547, 58.526213921377106 ], [ -4.822112846279559, 58.524552665052475 ], [ -4.825500798223946, 58.524599417023175 ], [ -4.829789176979029, 58.522496535220846 ], [ -4.831056259216856, 58.52244611877456 ], [ -4.826817560334371, 58.522391304294388 ], [ -4.825538916032785, 58.522724993008971 ], [ -4.824969992937088, 58.522485911763873 ], [ -4.825814908364265, 58.521672043643541 ], [ -4.821972798714167, 58.523558298676036 ], [ -4.82013041398836, 58.524039119331995 ], [ -4.819387829696151, 58.525380872405449 ], [ -4.818421512113254, 58.52554138387007 ], [ -4.817494058609941, 58.526186277862926 ], [ -4.816663824422537, 58.52633030859262 ], [ -4.815841562370097, 58.52603833885248 ], [ -4.814891336195047, 58.526292822882375 ], [ -4.81460635494935, 58.525845282356826 ], [ -4.813469280867205, 58.526126319059387 ], [ -4.812848305245078, 58.526845331603688 ], [ -4.811922759254704, 58.526443276475227 ], [ -4.811441590085225, 58.526656003955836 ], [ -4.811473010468878, 58.525761211990499 ], [ -4.813090990407549, 58.523977979513297 ], [ -4.813062710733393, 58.523088988106984 ], [ -4.813515584552201, 58.522845423182787 ], [ -4.812883291761537, 58.522135915299749 ], [ -4.811667089054039, 58.521749217503647 ], [ -4.811030642243344, 58.520343379558625 ], [ -4.809626591833022, 58.519861933299644 ], [ -4.81066296329986, 58.519183258525658 ], [ -4.810567141101782, 58.518951722421654 ], [ -4.809972463514349, 58.519139974428896 ], [ -4.810496679704504, 58.518715137732016 ], [ -4.81016121452908, 58.517635183560188 ], [ -4.810939851710583, 58.516634162354194 ], [ -4.809432679920329, 58.514002835323474 ], [ -4.810349552900922, 58.512261939054859 ], [ -4.812898382026434, 58.510851888512548 ], [ -4.811221274277606, 58.511245395561843 ], [ -4.809932672594555, 58.511988012738065 ], [ -4.808805726947437, 58.513571758018486 ], [ -4.808628018571438, 58.518329224892724 ], [ -4.809040600919608, 58.519407494056722 ], [ -4.808658153541761, 58.51977979824111 ], [ -4.809142495390683, 58.52068126999648 ], [ -4.807570517456472, 58.521214398199177 ], [ -4.804925635359809, 58.522939138615918 ], [ -4.80432687287792, 58.522862366976398 ], [ -4.804390043548588, 58.522577929073492 ], [ -4.804041069736481, 58.522832669335337 ], [ -4.804551659623601, 58.52481638959415 ], [ -4.804082288045601, 58.525177099365358 ], [ -4.800049777368122, 58.525125876274082 ], [ -4.799241919867741, 58.5241505577712 ], [ -4.797596011427931, 58.523651791446596 ], [ -4.798427790237464, 58.525466781500192 ], [ -4.799213119223834, 58.526051708908916 ], [ -4.798364646513771, 58.527368680480386 ], [ -4.796873319962337, 58.528919813012202 ], [ -4.794121920154278, 58.530723015575688 ], [ -4.793822421438882, 58.531493337584251 ], [ -4.792409130532392, 58.53176222387355 ], [ -4.79092318295444, 58.532630235895397 ], [ -4.790642375456804, 58.534393082855189 ], [ -4.788965949942176, 58.536217714356155 ], [ -4.788208939373354, 58.536530696280444 ], [ -4.788658692172895, 58.537432990983099 ], [ -4.784471343815423, 58.537721593273879 ], [ -4.782000501752365, 58.539828440863786 ], [ -4.781258626005311, 58.541201381324854 ], [ -4.781254830318139, 58.54256281878547 ], [ -4.779449150588731, 58.544350575075931 ], [ -4.778414749595952, 58.547262811612995 ], [ -4.778483243224898, 58.548127562847796 ], [ -4.779525360374572, 58.548761866933006 ], [ -4.778824930301615, 58.549185885944553 ], [ -4.778212264872001, 58.550935207661524 ], [ -4.778887161194693, 58.551642162141583 ], [ -4.781547171070987, 58.552580186152909 ], [ -4.783517588817603, 58.552907695673859 ], [ -4.788138318681764, 58.553268401565411 ], [ -4.790322666949069, 58.553063691615719 ], [ -4.791430252084115, 58.554019073189735 ], [ -4.796701522293374, 58.556195751786667 ], [ -4.797377035849924, 58.556904398756771 ], [ -4.797137819640625, 58.557246581200893 ], [ -4.797783646818034, 58.557367297704296 ], [ -4.799889760784499, 58.55919494376294 ], [ -4.804114631628288, 58.560634839202883 ], [ -4.805216344897441, 58.561401533544469 ], [ -4.806275159938281, 58.56324297258827 ], [ -4.805630911424696, 58.564110712043266 ], [ -4.804068406201135, 58.564679503837048 ], [ -4.803699467234398, 58.565442375252054 ], [ -4.802984461461988, 58.565426534192341 ], [ -4.801550789847196, 58.566962957397969 ], [ -4.800933222018784, 58.56805922830425 ], [ -4.801807927921939, 58.568673651580902 ], [ -4.801580906014993, 58.569383996527343 ], [ -4.798023893981622, 58.571474382326805 ], [ -4.797567162620911, 58.573079323986306 ], [ -4.798344236234144, 58.573331970424533 ], [ -4.797788763513687, 58.575100809361636 ], [ -4.796700816406037, 58.576449919299129 ], [ -4.796219207510036, 58.575804437906569 ], [ -4.795337621039257, 58.575643911463658 ], [ -4.793974057843441, 58.576990009168405 ], [ -4.79266163376132, 58.577252184626317 ], [ -4.792328552679047, 58.576850570643231 ], [ -4.791066165324188, 58.577524990438874 ], [ -4.790493328942483, 58.57746105780717 ], [ -4.790639038853052, 58.576806418727358 ], [ -4.789885090067098, 58.577276582886377 ], [ -4.788151529264343, 58.577327705975407 ], [ -4.786116942628197, 58.576405881291194 ], [ -4.786644574028307, 58.576875176020103 ], [ -4.785792186279807, 58.577298029120477 ], [ -4.78634814012786, 58.577582501478282 ], [ -4.780752708570858, 58.577748696198185 ], [ -4.779666584137094, 58.578154103077324 ], [ -4.779638781579654, 58.577912088214788 ], [ -4.776153428718754, 58.577785289449167 ], [ -4.774700929359034, 58.57682374740741 ], [ -4.773220097129266, 58.577242118553997 ], [ -4.769418594922507, 58.576444437412832 ], [ -4.768060299860959, 58.576672303802688 ], [ -4.766233625349009, 58.578899689664702 ], [ -4.765926043269718, 58.58226069336223 ], [ -4.766740852489271, 58.584516539642344 ], [ -4.767500331087435, 58.584437279090423 ], [ -4.769587587403151, 58.585263911570486 ], [ -4.769036210071136, 58.585581313942747 ], [ -4.770277754816279, 58.58604876183113 ], [ -4.769711475218297, 58.586177787507452 ], [ -4.770169055122657, 58.586415029093835 ], [ -4.769833549797633, 58.586633428913437 ], [ -4.770291363235119, 58.586547177871289 ], [ -4.77067943318449, 58.587428398392689 ], [ -4.773488472165534, 58.588890869301146 ], [ -4.775923497399597, 58.590734273396279 ], [ -4.776873584411149, 58.592623217665249 ], [ -4.778252540073512, 58.593950257330896 ], [ -4.779832689283525, 58.594666390244541 ], [ -4.781674617297297, 58.594343471554232 ], [ -4.783809032914094, 58.594993640389369 ], [ -4.786023866583337, 58.595030996439881 ], [ -4.786315906293093, 58.595348152210491 ], [ -4.78718692916813, 58.595154036232728 ], [ -4.786988513093139, 58.595580673324271 ], [ -4.787594201075684, 58.595729277798526 ], [ -4.786195901582542, 58.595678736474028 ], [ -4.787408663799985, 58.596209550942248 ], [ -4.786802491879345, 58.596595611313361 ], [ -4.788522478455656, 58.597766884166099 ], [ -4.789717865210645, 58.597862243378856 ], [ -4.789443936293023, 58.59820515866727 ], [ -4.790716314544125, 58.598294344392343 ], [ -4.789852039698062, 58.598465872384935 ], [ -4.789625344181432, 58.598969506989611 ], [ -4.79022828142231, 58.59875872714106 ], [ -4.790919226713606, 58.599112139084582 ], [ -4.792405741499712, 58.599187671241253 ], [ -4.792000084280423, 58.599389681798733 ], [ -4.792580086853974, 58.59943099216423 ], [ -4.792893683785647, 58.600232899927306 ], [ -4.79192124159154, 58.600451721484141 ], [ -4.791778714167227, 58.600823236800061 ], [ -4.791362709821615, 58.600356026601332 ], [ -4.790515561570055, 58.600635016047853 ], [ -4.789147195125226, 58.600206450168791 ], [ -4.789236063274562, 58.599701315807508 ], [ -4.788398916622451, 58.600105875459533 ], [ -4.78623687218676, 58.599546235012866 ], [ -4.785567131826585, 58.600432378504323 ], [ -4.783684579490351, 58.601546978329168 ], [ -4.782995189128096, 58.600887977531571 ], [ -4.782108990860409, 58.601001519229193 ], [ -4.781000598239891, 58.600702025229019 ], [ -4.780232470143853, 58.600134572362492 ], [ -4.779268185625897, 58.600348627684163 ], [ -4.77929808185092, 58.601592510512745 ], [ -4.778218121907652, 58.601759637538194 ], [ -4.777272232385894, 58.602314738373522 ], [ -4.774445455139353, 58.604662678418357 ], [ -4.774005023067676, 58.604645229672613 ], [ -4.774142359486051, 58.604314284970208 ], [ -4.772368860189801, 58.604204295152485 ], [ -4.771400152755688, 58.604364470104542 ], [ -4.770012921898621, 58.605436726564065 ], [ -4.76977607960513, 58.604619636946019 ], [ -4.768065362392236, 58.605303471476155 ], [ -4.768142049671863, 58.604749197196647 ], [ -4.769394619467061, 58.604259443410108 ], [ -4.770233556590647, 58.602242033454665 ], [ -4.771102360249299, 58.601472990540991 ], [ -4.77067866555665, 58.601122697530641 ], [ -4.770950743472716, 58.600645078950841 ], [ -4.76980719414947, 58.599573474258392 ], [ -4.765927001448611, 58.598506886043516 ], [ -4.765011856091558, 58.597708881830911 ], [ -4.765473200677537, 58.596575736822523 ], [ -4.766721975271343, 58.59604115818906 ], [ -4.766386596718197, 58.594628633839989 ], [ -4.767504642684623, 58.594074396788059 ], [ -4.767231265636593, 58.593010982362642 ], [ -4.765439500657448, 58.592335196974346 ], [ -4.766282398356183, 58.591566741490666 ], [ -4.765027147883261, 58.591472456280158 ], [ -4.766701659457492, 58.590991611613035 ], [ -4.76671909963559, 58.590667749395394 ], [ -4.765300755754999, 58.59003334255496 ], [ -4.764702818780386, 58.588999373825331 ], [ -4.763944132510955, 58.588871927481506 ], [ -4.763827367004761, 58.588155581066893 ], [ -4.762653037033444, 58.587776482909177 ], [ -4.75893110892287, 58.588480977651685 ], [ -4.759201318214656, 58.588852574395005 ], [ -4.758623312102811, 58.58916151610191 ], [ -4.758497970406968, 58.588881157592844 ], [ -4.758216030132769, 58.589125332643533 ], [ -4.757482190085002, 58.588876007864009 ], [ -4.756732704602701, 58.587553222636842 ], [ -4.755821694823442, 58.587348126420665 ], [ -4.755394809266195, 58.586624948458137 ], [ -4.75535842980996, 58.583974945372709 ], [ -4.753672892461891, 58.583328175690504 ], [ -4.75299180210141, 58.58260954130877 ], [ -4.749840906682747, 58.582341866561102 ], [ -4.748556773033966, 58.58277370623825 ], [ -4.74478741121822, 58.583176891137192 ], [ -4.743859618140856, 58.58444661924694 ], [ -4.743069051180291, 58.584261325993566 ], [ -4.742882897978824, 58.58381781488071 ], [ -4.742496665953899, 58.584115399803501 ], [ -4.742289679813708, 58.583537547759448 ], [ -4.742727216880951, 58.583389827104867 ], [ -4.742212941822435, 58.582403398069019 ], [ -4.740956741085562, 58.581829967334805 ], [ -4.740860110553848, 58.582068352116615 ], [ -4.740357291874227, 58.58199731063732 ], [ -4.74095425883085, 58.581490362323862 ], [ -4.740374038198934, 58.580253735449496 ], [ -4.744509340892456, 58.575542312726803 ], [ -4.741526668497923, 58.574799100601915 ], [ -4.742656349539742, 58.574066910637335 ], [ -4.742850952934674, 58.572838905670849 ], [ -4.740888791948635, 58.571262476733466 ], [ -4.739651267296524, 58.571406594356709 ], [ -4.740802530068108, 58.570049454824009 ], [ -4.739415176983203, 58.569508466085587 ], [ -4.737675597343056, 58.567958693517909 ], [ -4.736512726761432, 58.56844084876456 ], [ -4.736310714454151, 58.567703836370768 ], [ -4.734898317361446, 58.567963956359556 ], [ -4.736042529508472, 58.567308790099752 ], [ -4.734373463120034, 58.566372990800453 ], [ -4.73262111069339, 58.568051969809424 ], [ -4.727400403417748, 58.570319504760143 ], [ -4.725538983515616, 58.57055850347907 ], [ -4.724972471712074, 58.570307246495979 ], [ -4.723823538790105, 58.570706319912375 ], [ -4.721734654221304, 58.570519676408779 ], [ -4.721178727665079, 58.570249308947233 ], [ -4.721589524709321, 58.570024050867346 ], [ -4.72053340707749, 58.570400460609214 ], [ -4.720062702916247, 58.570297212413344 ], [ -4.72023752943257, 58.569846026445759 ], [ -4.719905299229421, 58.569931237915249 ], [ -4.720381676739581, 58.569553636660451 ], [ -4.718821553265874, 58.57023992796605 ], [ -4.718376803633695, 58.57004986248625 ], [ -4.717724831754427, 58.57029279376755 ], [ -4.717424152256005, 58.569698020160281 ], [ -4.718073281806203, 58.567755075493658 ], [ -4.718831274913392, 58.567327489427505 ], [ -4.719154020343832, 58.566100411148703 ], [ -4.720498442444979, 58.564698036966263 ], [ -4.719881763965957, 58.563820626447963 ], [ -4.719003952308485, 58.565828629237117 ], [ -4.717237633708904, 58.567225536938174 ], [ -4.717398497666172, 58.567947270659239 ], [ -4.715494305537488, 58.569209589541693 ], [ -4.713380567608842, 58.568233504796233 ], [ -4.713494439979604, 58.566927290749597 ], [ -4.71103401617943, 58.567581289669704 ], [ -4.710900272846068, 58.567208516025964 ], [ -4.71224448634018, 58.566865637652832 ], [ -4.710762074458919, 58.567111693422405 ], [ -4.709311383857756, 58.566900595665835 ], [ -4.707936529798476, 58.566580055831544 ], [ -4.708569189262685, 58.56622076910066 ], [ -4.708100262987684, 58.566272890986831 ], [ -4.708265735160454, 58.566099574149192 ], [ -4.7066913258888, 58.566713235458074 ], [ -4.706412361933331, 58.566330040188966 ], [ -4.707134991724868, 58.566155764183677 ], [ -4.705930021458506, 58.56603020290288 ], [ -4.706980181768375, 58.565531835363892 ], [ -4.705121761306391, 58.565785751910852 ], [ -4.705725287204221, 58.565271642896455 ], [ -4.705504002727522, 58.564944738112473 ], [ -4.706647354947448, 58.564161364178887 ], [ -4.71012749025721, 58.562974650579875 ], [ -4.709932247180364, 58.560849189455737 ], [ -4.710501748694478, 58.560586471380361 ], [ -4.709866934025732, 58.56000412640303 ], [ -4.709157933021756, 58.560219465870738 ], [ -4.709548156385075, 58.559706242559074 ], [ -4.708474395656277, 58.559740577901856 ], [ -4.708339424616161, 58.559195304863472 ], [ -4.707211668278729, 58.558552358157712 ], [ -4.705990323618311, 58.558835090749781 ], [ -4.706403933798669, 58.558334862796102 ], [ -4.705612904910728, 58.558133184477583 ], [ -4.705625863149638, 58.557432037230498 ], [ -4.704916165899894, 58.557704875960162 ], [ -4.704870391558075, 58.557401229639659 ], [ -4.704161523819445, 58.557573408361669 ], [ -4.703734690244691, 58.557434135397628 ], [ -4.704312209479744, 58.55727550824912 ], [ -4.70298270787194, 58.556868602522258 ], [ -4.701232915963108, 58.556674498416491 ], [ -4.69957195925598, 58.556093022933318 ], [ -4.698712131029833, 58.556336635675365 ], [ -4.698059409228021, 58.555964873692403 ], [ -4.696816926475241, 58.555860686768021 ], [ -4.695231466862903, 58.556349544890473 ], [ -4.695169618634035, 58.555969856574301 ], [ -4.694639547199197, 58.556432954620263 ], [ -4.694100335065974, 58.556195370800083 ], [ -4.693950162358338, 58.556657682290648 ], [ -4.69205728623997, 58.556860920362787 ], [ -4.692132933611076, 58.555875419536441 ], [ -4.690771146819547, 58.555470863853103 ], [ -4.688607952416916, 58.555892673119892 ], [ -4.68729852347365, 58.555475303554154 ], [ -4.685588527331492, 58.555933401199397 ], [ -4.685774589844957, 58.555668929705192 ], [ -4.682855798631938, 58.554867345029706 ], [ -4.682831436690566, 58.554526405346621 ], [ -4.682091764243896, 58.554543656267363 ], [ -4.681933877456818, 58.554052752425271 ], [ -4.680080084257424, 58.554091462631078 ], [ -4.680830897785494, 58.553792744809577 ], [ -4.680728628628577, 58.553466909897217 ], [ -4.680142611659689, 58.553672332338074 ], [ -4.679503752674608, 58.553636246786979 ], [ -4.679971322085324, 58.553568082080723 ], [ -4.679494172134679, 58.553398331425051 ], [ -4.678514067283382, 58.553508637337117 ], [ -4.678884542178934, 58.553069604696361 ], [ -4.681443406175005, 58.55280952102428 ], [ -4.68159037155585, 58.552258336517852 ], [ -4.680952929265396, 58.552015562636925 ], [ -4.679638516053588, 58.552137351026943 ], [ -4.679848979025457, 58.551854408067896 ], [ -4.679195077643245, 58.551620954739718 ], [ -4.680195427421954, 58.551101380538888 ], [ -4.679781165904588, 58.55062930459507 ], [ -4.678338227584644, 58.549855214692563 ], [ -4.677375059952274, 58.549848348605678 ], [ -4.675866951822151, 58.54923283689552 ], [ -4.675381242713147, 58.549287887147827 ], [ -4.67495583884227, 58.551035440461163 ], [ -4.674531947367498, 58.550887026060046 ], [ -4.671668808430254, 58.551777794869658 ], [ -4.671150604780908, 58.551406695510231 ], [ -4.670786966493058, 58.551710780819761 ], [ -4.669745145203071, 58.551687522112779 ], [ -4.670447282961208, 58.551313501247357 ], [ -4.668738043362972, 58.551555707869895 ], [ -4.667984071883179, 58.551135584166403 ], [ -4.667406904308715, 58.549988454509048 ], [ -4.666107567929209, 58.550873554039697 ], [ -4.665330851811389, 58.550832174635339 ], [ -4.664905602852905, 58.551230970320475 ], [ -4.664391844183872, 58.55103047569542 ], [ -4.664226511642536, 58.552022304564751 ], [ -4.663368186051035, 58.552830831142423 ], [ -4.662714714123635, 58.55260177887105 ], [ -4.662814771722331, 58.552334633536759 ], [ -4.661839549457947, 58.552282972900784 ], [ -4.661226845966306, 58.551684665654335 ], [ -4.660179246190978, 58.551585073086144 ], [ -4.658771415100224, 58.549794688747099 ], [ -4.658281167298156, 58.549903680321961 ], [ -4.65821388814907, 58.550830571215286 ], [ -4.658962734523276, 58.551524912098124 ], [ -4.658488524903601, 58.551732411543327 ], [ -4.65777086809434, 58.55156306898926 ], [ -4.657821344261035, 58.552456072623436 ], [ -4.656352454193832, 58.552014738370531 ], [ -4.656510594285892, 58.551719440560767 ], [ -4.655420251293077, 58.551849821549567 ], [ -4.654066957617043, 58.551572300804487 ], [ -4.653793403396555, 58.551137670940086 ], [ -4.654659529742216, 58.550657016496416 ], [ -4.656511585530021, 58.550030163035998 ], [ -4.657331164580508, 58.550183924471341 ], [ -4.656422495807798, 58.548967235267391 ], [ -4.657673070745187, 58.548797585890888 ], [ -4.658135950760583, 58.549008145421602 ], [ -4.659011550052132, 58.548086978269545 ], [ -4.659853252582558, 58.547966209533449 ], [ -4.661512160733002, 58.54842153391462 ], [ -4.661787922087122, 58.548204659016292 ], [ -4.663377675225422, 58.548993854650597 ], [ -4.664113812741449, 58.548614670406216 ], [ -4.662953448752815, 58.548387152765926 ], [ -4.662467398296141, 58.547871586157541 ], [ -4.660794669434662, 58.547573805708495 ], [ -4.661822914510744, 58.546626990320611 ], [ -4.660659796752747, 58.546022122030024 ], [ -4.659716901506682, 58.546621220868552 ], [ -4.657358304151672, 58.547024989358718 ], [ -4.656910689744596, 58.545767310459148 ], [ -4.657795502876654, 58.544854945325497 ], [ -4.656717605644727, 58.545146820096917 ], [ -4.656702069509613, 58.544828159327572 ], [ -4.654187652682158, 58.544534233515066 ], [ -4.654678368851274, 58.544205104447819 ], [ -4.654369478201698, 58.543416283098807 ], [ -4.654829551558248, 58.543590969906163 ], [ -4.654655087766614, 58.543329508288899 ], [ -4.655658352474717, 58.543187453651612 ], [ -4.65440137168676, 58.543042729045268 ], [ -4.655394477828896, 58.542312341745131 ], [ -4.654966154925392, 58.541534977652908 ], [ -4.655921991092466, 58.540994050090141 ], [ -4.65511106183104, 58.540610975309193 ], [ -4.653885529811915, 58.541108053281718 ], [ -4.652780007188447, 58.540919747996774 ], [ -4.654888800136869, 58.539263267356887 ], [ -4.653669473277376, 58.539387320944698 ], [ -4.653334514503248, 58.539048307034903 ], [ -4.652229530958373, 58.539093607317852 ], [ -4.652781361894595, 58.538664382198817 ], [ -4.652075630387253, 58.53853519921303 ], [ -4.652358125538387, 58.538066613453076 ], [ -4.65194295984793, 58.538030264770903 ], [ -4.652489086606892, 58.537071019268048 ], [ -4.651816685093744, 58.536927668359169 ], [ -4.65236360939166, 58.536206520030731 ], [ -4.652042721669858, 58.536280541309623 ], [ -4.65182665241253, 58.535808778860677 ], [ -4.65281038948515, 58.535411062873528 ], [ -4.652076147745452, 58.535017400283479 ], [ -4.652051822872932, 58.534240664693655 ], [ -4.652916071382116, 58.533512955770107 ], [ -4.654941769065252, 58.533035275182407 ], [ -4.653349381490932, 58.532767194102618 ], [ -4.655077283540293, 58.531419587951966 ], [ -4.656353155561258, 58.531024783940538 ], [ -4.65734802505162, 58.529755212881412 ], [ -4.658879573200565, 58.529107988549185 ], [ -4.660493556104745, 58.527735707637675 ], [ -4.661358115331762, 58.527582999397254 ], [ -4.660394904752623, 58.527431348995719 ], [ -4.661317766129677, 58.527390648955119 ], [ -4.661415387769302, 58.527092104522488 ], [ -4.660699089236273, 58.527160870434841 ], [ -4.660688288662909, 58.526905009043176 ], [ -4.6617016022143, 58.526901966647635 ], [ -4.661655959957183, 58.526413206095974 ], [ -4.66247318093717, 58.52620306619577 ], [ -4.662780899610222, 58.525617119401971 ], [ -4.66216345955924, 58.525629929835368 ], [ -4.662475868704107, 58.52521910285752 ], [ -4.661907434067367, 58.525311764486474 ], [ -4.662590554160464, 58.525032521435591 ], [ -4.665179214957248, 58.524511539360304 ], [ -4.66745649857206, 58.526450011545585 ], [ -4.667549579478151, 58.526205468925809 ], [ -4.669960407895037, 58.526056491897357 ], [ -4.670161000826119, 58.525418841679951 ], [ -4.671446639706314, 58.524480056969331 ], [ -4.671305472439779, 58.524092126989494 ], [ -4.674265320424041, 58.52269613054257 ], [ -4.675838419213513, 58.520798843754619 ], [ -4.677048811679187, 58.520566930038953 ], [ -4.678222264699955, 58.519738238898817 ], [ -4.6786184629264, 58.519303156436663 ], [ -4.678328856799353, 58.518320794985222 ], [ -4.683453618584262, 58.515598926263102 ], [ -4.683914562264595, 58.513989858474183 ], [ -4.684864059627434, 58.513943035462873 ], [ -4.684064058358775, 58.514260790059232 ], [ -4.683881247118149, 58.515351864831935 ], [ -4.685407903852671, 58.514430351235049 ], [ -4.685620158376596, 58.513949674397409 ], [ -4.685204904472672, 58.513796626264302 ], [ -4.686104654172168, 58.512874744061556 ], [ -4.685169935009086, 58.512215901889931 ], [ -4.686062444073425, 58.511199822539929 ], [ -4.68489632259604, 58.511444378407099 ], [ -4.684100459003855, 58.512714515169726 ], [ -4.68071770086283, 58.513841042025696 ], [ -4.681859638984951, 58.513053406263758 ], [ -4.6834713655887, 58.510661000230463 ], [ -4.687853759897266, 58.50824199810306 ], [ -4.689628697027944, 58.508438421631404 ], [ -4.690982527072524, 58.507956258671527 ], [ -4.691426293572956, 58.508706230037305 ], [ -4.690589077330992, 58.508872053954981 ], [ -4.689046717479566, 58.510144400917767 ], [ -4.68704237092583, 58.510990605254207 ], [ -4.68697658770283, 58.512038800173251 ], [ -4.68651815892646, 58.512219126165611 ], [ -4.687990519399034, 58.512385968252609 ], [ -4.690279168927038, 58.511551759617518 ], [ -4.690546877046513, 58.511011504289897 ], [ -4.691980084046758, 58.511003902661542 ], [ -4.693577742146811, 58.510453697659628 ], [ -4.693960315320902, 58.510180589956711 ], [ -4.692809293753132, 58.51006098607521 ], [ -4.69463442177105, 58.509007292368572 ], [ -4.69416939709093, 58.508540823478725 ], [ -4.695074622752796, 58.508926160566041 ], [ -4.694847147011874, 58.508310933943591 ], [ -4.694400130600694, 58.508526991955307 ], [ -4.694112095136442, 58.508353329668324 ], [ -4.694961870723008, 58.506560827459232 ], [ -4.69369582015092, 58.50516320387672 ], [ -4.69443679824212, 58.504415316590006 ], [ -4.698270647662524, 58.503144136768327 ], [ -4.699402897157577, 58.503133792765588 ], [ -4.700192884835069, 58.503584417191 ], [ -4.701207827246479, 58.503387828892912 ], [ -4.701661839093853, 58.503710735034339 ], [ -4.700753581748689, 58.502503325507291 ], [ -4.699936960682745, 58.502264427105054 ], [ -4.700919065217663, 58.502311143290029 ], [ -4.705134397102403, 58.499980399942622 ], [ -4.707460876837077, 58.499652758030322 ], [ -4.708693394190765, 58.499051654435611 ], [ -4.712635114275035, 58.495967141747315 ], [ -4.714980982741444, 58.49256135744352 ], [ -4.715763232601558, 58.49202362586685 ], [ -4.715546004141546, 58.49287737173487 ], [ -4.716574120100705, 58.492523128075483 ], [ -4.716103890256742, 58.491656984595707 ], [ -4.71570931008593, 58.491880996968135 ], [ -4.715994833878071, 58.490356371422827 ], [ -4.717025941857971, 58.489597704049757 ], [ -4.717598503096125, 58.489567600536745 ], [ -4.717283473828681, 58.489044120917548 ], [ -4.718112051190245, 58.488330170762403 ], [ -4.718836352050411, 58.488265395161712 ], [ -4.718339661072956, 58.488055775572057 ], [ -4.721152506405284, 58.485709258513161 ], [ -4.721700370685133, 58.484363254730383 ], [ -4.722970651999639, 58.483594965305812 ], [ -4.723622666416007, 58.481379618730486 ], [ -4.726489077797276, 58.480509984374144 ], [ -4.728100018813411, 58.478054064735716 ], [ -4.727885880948844, 58.477726148972984 ], [ -4.728697202744264, 58.477016983027504 ], [ -4.728987764267282, 58.475676417081949 ], [ -4.730165614571873, 58.47504929569191 ], [ -4.730552737507588, 58.47429074181197 ], [ -4.732571077022998, 58.473443513737543 ], [ -4.733243818705324, 58.472719298304405 ], [ -4.735711287080172, 58.471583883498866 ], [ -4.736069746121375, 58.471010130400465 ], [ -4.738075712541848, 58.470118146238462 ], [ -4.73827424518661, 58.469583745030064 ], [ -4.739868261927458, 58.468799373374601 ], [ -4.742228812051396, 58.466408100640102 ], [ -4.741961147317172, 58.465393939237963 ], [ -4.743602798117985, 58.465224025224288 ], [ -4.744177867345713, 58.464681553090621 ], [ -4.7447292140661, 58.464714677358913 ], [ -4.745673737556179, 58.464182258056489 ], [ -4.745206179157559, 58.463464422427514 ], [ -4.746484171661672, 58.463140513500207 ], [ -4.746665261905119, 58.462714300071795 ], [ -4.746064686887952, 58.462709196624154 ], [ -4.747723507374825, 58.460674303457317 ], [ -4.74693692447907, 58.4605923197091 ], [ -4.746581385255422, 58.461309818119751 ], [ -4.745984812711736, 58.459597324973899 ], [ -4.74507225812906, 58.458889022412599 ], [ -4.745263748460961, 58.457716765704269 ], [ -4.746689155116284, 58.45884539603815 ], [ -4.748638982284824, 58.458893453750626 ], [ -4.750348688068277, 58.459818259959235 ], [ -4.752722239137816, 58.459583095140459 ], [ -4.75186138160945, 58.459318527446271 ], [ -4.751776368010658, 58.458889032823116 ], [ -4.753895786749866, 58.457378819174579 ], [ -4.753253212818779, 58.457383638898406 ], [ -4.753577843714351, 58.456163576304469 ], [ -4.752828741228751, 58.455024988537176 ], [ -4.751250520025694, 58.454025507825591 ], [ -4.751817229740704, 58.45337983897943 ], [ -4.751755326609765, 58.452478091491713 ], [ -4.754117542031358, 58.451227736545604 ], [ -4.757502122360495, 58.450229408858299 ], [ -4.7586817093542, 58.45095434044817 ], [ -4.759714840056804, 58.451012968709485 ], [ -4.759120804612013, 58.450760676985034 ], [ -4.759331096838061, 58.450491066029606 ], [ -4.761256423166256, 58.44935781098085 ], [ -4.760242679396858, 58.44921790532873 ], [ -4.758960798112941, 58.44849968370989 ], [ -4.756540210733052, 58.448780916111829 ], [ -4.754772476843572, 58.449519826529439 ], [ -4.752182486100127, 58.449499098063995 ], [ -4.749558016860357, 58.449914869998388 ], [ -4.746774634557762, 58.449502804885931 ], [ -4.748325752166184, 58.448292404005983 ], [ -4.749096440479487, 58.448832994213532 ], [ -4.750757439860365, 58.448262692471509 ], [ -4.751351021176777, 58.44719411268423 ], [ -4.751146853331132, 58.446335855404875 ], [ -4.75266969615342, 58.445534860790382 ], [ -4.752504908749205, 58.445071136561467 ], [ -4.751766202919176, 58.445158889438936 ], [ -4.751097564859796, 58.446143718001281 ], [ -4.748964966806702, 58.446270359032432 ], [ -4.748374552782594, 58.446831159650372 ], [ -4.749121839771068, 58.447511531730839 ], [ -4.748773539742052, 58.447770606936245 ], [ -4.747307754672679, 58.447217962155783 ], [ -4.746281210434753, 58.447132136930563 ], [ -4.745277932449817, 58.447454659985858 ], [ -4.745011706687047, 58.448107342326821 ], [ -4.74662902781346, 58.448405162323276 ], [ -4.74581733820283, 58.449316646734566 ], [ -4.741041490226521, 58.448080005751748 ], [ -4.739724598795558, 58.447236544962195 ], [ -4.736179838019968, 58.447168511666682 ], [ -4.736755275072629, 58.446522724777793 ], [ -4.736256408079128, 58.446609757585364 ], [ -4.733266426349371, 58.450155559037121 ], [ -4.733576000771476, 58.451052026526618 ], [ -4.731773007301153, 58.451454397085989 ], [ -4.730106721890506, 58.453399380897444 ], [ -4.729365135860321, 58.453563441756351 ], [ -4.726874431632582, 58.455934785994977 ], [ -4.726667083255048, 58.457242131045859 ], [ -4.725981489137359, 58.457355558142524 ], [ -4.726600544230517, 58.458043278110459 ], [ -4.725121089852926, 58.460748000817865 ], [ -4.725296159847614, 58.4617911170631 ], [ -4.722684773736177, 58.463832460022729 ], [ -4.720456960223573, 58.463740482907411 ], [ -4.717259245325846, 58.463013074716109 ], [ -4.715659192919091, 58.463011041246055 ], [ -4.714943887902128, 58.463408086305769 ], [ -4.715213946795512, 58.464130207849699 ], [ -4.713401334818078, 58.464752660840766 ], [ -4.71302520180084, 58.464544965665702 ], [ -4.712562319538248, 58.465102889047252 ], [ -4.710118288193935, 58.464876028681282 ], [ -4.708316246770258, 58.465080350518953 ], [ -4.707128566565497, 58.466583581732586 ], [ -4.703478430198871, 58.467846721665865 ], [ -4.700372605792155, 58.468383930477053 ], [ -4.698779245431522, 58.4696350389667 ], [ -4.69702390899295, 58.47246651213441 ], [ -4.696118177450027, 58.472845886727733 ], [ -4.694921911883775, 58.474918862058232 ], [ -4.69572158484014, 58.477072078445872 ], [ -4.694623580386096, 58.477854444375851 ], [ -4.693728514024733, 58.477927166090254 ], [ -4.690741058507098, 58.477333946962588 ], [ -4.689338380901011, 58.477835120376703 ], [ -4.686030041931722, 58.477082289365896 ], [ -4.684771191727818, 58.477220975481949 ], [ -4.682972746224596, 58.47815717975476 ], [ -4.681506418445204, 58.479625546399667 ], [ -4.678438049117862, 58.481122876491845 ], [ -4.677724021810487, 58.482898958749949 ], [ -4.673362713084976, 58.483870542941027 ], [ -4.668759371074477, 58.482560196878417 ], [ -4.667610917898394, 58.482687427693513 ], [ -4.66770871293688, 58.482393363675776 ], [ -4.666793341217859, 58.482313563633369 ], [ -4.666455075318004, 58.481925235443185 ], [ -4.664812587327915, 58.482098655877472 ], [ -4.663477792318144, 58.482710446810124 ], [ -4.661782014974747, 58.484560730635025 ], [ -4.661527867014186, 58.487890640070908 ], [ -4.662675213980427, 58.490238994154574 ], [ -4.660855624995391, 58.496013994297599 ], [ -4.662105242577388, 58.496989945539823 ], [ -4.664590944953367, 58.497854850126821 ], [ -4.666003959394462, 58.497475053131794 ], [ -4.666590337889563, 58.496946197114283 ], [ -4.666232625617947, 58.496755952581196 ], [ -4.669245192960929, 58.496194596723278 ], [ -4.669493911141426, 58.496418550875092 ], [ -4.66820196596008, 58.498166158761784 ], [ -4.668491217642118, 58.498923909372074 ], [ -4.666693122362974, 58.499545362871423 ], [ -4.665587211194827, 58.499222408692816 ], [ -4.66569327385557, 58.498357596692685 ], [ -4.664880449384987, 58.498051009144518 ], [ -4.662813662383311, 58.498071469752446 ], [ -4.661384809400785, 58.498469530409551 ], [ -4.661229473603841, 58.500045212844839 ], [ -4.661625741993358, 58.500404496910534 ], [ -4.660132043106083, 58.504142890244253 ], [ -4.660460909171071, 58.505425485491152 ], [ -4.65889595570701, 58.507659371542971 ], [ -4.657837598108924, 58.50853492196412 ], [ -4.655672238253205, 58.509644541407823 ], [ -4.655028410847515, 58.509645287720325 ], [ -4.653867644316724, 58.510531009372912 ], [ -4.652380995061846, 58.510853780540295 ], [ -4.651480986948331, 58.51223817084837 ], [ -4.651538790081699, 58.513458995431726 ], [ -4.651351085624857, 58.513247224133686 ], [ -4.649181725482771, 58.514765646478025 ], [ -4.649897907961021, 58.51526751884461 ], [ -4.649312114236901, 58.515355992233602 ], [ -4.649282653853907, 58.516331519115234 ], [ -4.647104997326158, 58.517971376547692 ], [ -4.643331791953463, 58.519522770207516 ], [ -4.642294567650844, 58.520460643886437 ], [ -4.639213816503589, 58.521404613798879 ], [ -4.638214209653296, 58.52101633465012 ], [ -4.637933012608869, 58.520474007486897 ], [ -4.637442310667456, 58.520915392681438 ], [ -4.636537109029193, 58.520983414643673 ], [ -4.636268914548755, 58.520728349045356 ], [ -4.634839993373149, 58.520798132421497 ], [ -4.635221455422034, 58.520502767046949 ], [ -4.634800280508976, 58.520268810943726 ], [ -4.633690476291699, 58.520242174998714 ], [ -4.63303411324134, 58.520421874475311 ], [ -4.633283114784909, 58.520650384288928 ], [ -4.632315199248317, 58.520683721970777 ], [ -4.631034525847411, 58.521586059969088 ], [ -4.628474817210799, 58.522038366271964 ], [ -4.627780767412682, 58.523207198095335 ], [ -4.627159290536554, 58.523395137295118 ], [ -4.627498240688623, 58.523563411760286 ], [ -4.625280640693815, 58.524228787285409 ], [ -4.62417306285862, 58.524233470618604 ], [ -4.623550381085613, 58.523716067997519 ], [ -4.622116016405688, 58.524059871473042 ], [ -4.618201557216277, 58.5237399506359 ], [ -4.618033461273098, 58.523213246675084 ], [ -4.619236809996363, 58.522420445849534 ], [ -4.619150687716083, 58.522071776280455 ], [ -4.617932464325869, 58.521858524706211 ], [ -4.616690214611827, 58.522014149439137 ], [ -4.617147061532963, 58.520423417605905 ], [ -4.615729572842495, 58.519724510613713 ], [ -4.615858399868499, 58.518571764559745 ], [ -4.617255383319718, 58.517613297008594 ], [ -4.616007247736508, 58.5163044309474 ], [ -4.616568302564493, 58.515767349603522 ], [ -4.617217328757686, 58.515834980191968 ], [ -4.616546563794397, 58.514783900621936 ], [ -4.61846712199532, 58.513940533162234 ], [ -4.621128453588905, 58.513360549470541 ], [ -4.622723794225307, 58.511728556742369 ], [ -4.622338371760291, 58.511165866044671 ], [ -4.622302671758147, 58.511952813054947 ], [ -4.621552789306247, 58.511568290330445 ], [ -4.620775278991937, 58.509547199369315 ], [ -4.620333904430606, 58.510420604418378 ], [ -4.621129889811544, 58.512574303287032 ], [ -4.620471769923263, 58.513189764211404 ], [ -4.618785051948239, 58.513367968677777 ], [ -4.62020308304293, 58.512925691753594 ], [ -4.620073779203279, 58.512573411774376 ], [ -4.617426643916303, 58.513458585540377 ], [ -4.615946980597754, 58.513304564018519 ], [ -4.614873686190614, 58.513995848960924 ], [ -4.613794182852284, 58.515527377206247 ], [ -4.614243874185878, 58.516147187200367 ], [ -4.613727543762963, 58.51659349369632 ], [ -4.613302396598005, 58.520573657660719 ], [ -4.612302273097241, 58.521905875512928 ], [ -4.612610584235275, 58.522586973919509 ], [ -4.609648292270101, 58.524444308257287 ], [ -4.607343369628468, 58.525326790983506 ], [ -4.606224324063922, 58.52645021828193 ], [ -4.604543291880069, 58.526830279173616 ], [ -4.602739214653079, 58.526709638542542 ], [ -4.601964629911635, 58.527152145415833 ], [ -4.602293423698181, 58.529270491987063 ], [ -4.601595371752397, 58.529819266890016 ], [ -4.602480935700853, 58.530061884865546 ], [ -4.602690862544648, 58.530807896667184 ], [ -4.601537650703727, 58.532749628804972 ], [ -4.600849502894584, 58.532853427914354 ], [ -4.600836131414233, 58.533136734153551 ], [ -4.600327984036714, 58.53300326631863 ], [ -4.600139457691199, 58.533357510271593 ], [ -4.599832798033493, 58.533044746221606 ], [ -4.599548521137658, 58.533266150097191 ], [ -4.598912373488771, 58.533144254383551 ], [ -4.597754356091984, 58.533864053639796 ], [ -4.5963574167257, 58.533793482093536 ], [ -4.595803968994896, 58.534209011816358 ], [ -4.594274742830423, 58.534208482004466 ], [ -4.593250124057842, 58.534642508082904 ], [ -4.595451386881124, 58.536992577072638 ], [ -4.594046787153886, 58.537982389727674 ], [ -4.594431242718461, 58.538998934663006 ], [ -4.593839601726597, 58.539945354051376 ], [ -4.594423774068845, 58.541106119290141 ], [ -4.594112093639661, 58.542469185812905 ], [ -4.594526701109683, 58.543660332916367 ], [ -4.59590764810331, 58.545600177935228 ], [ -4.595355052192242, 58.546959132934191 ], [ -4.597170378064188, 58.547798479891078 ], [ -4.599029506692561, 58.54957587123841 ], [ -4.60006211298329, 58.54982451984268 ], [ -4.599698386967543, 58.550483314204307 ], [ -4.601435896732983, 58.551544317813395 ], [ -4.601885629319298, 58.551234199357332 ], [ -4.602204661950192, 58.552058867391814 ], [ -4.603000237139563, 58.552123607468225 ], [ -4.604421813339856, 58.55436804327703 ], [ -4.603922328092765, 58.555860737285386 ], [ -4.602358397028755, 58.556795459122974 ], [ -4.601632050886782, 58.556738296325499 ], [ -4.601566398491307, 58.55793915367159 ], [ -4.599690041398055, 58.558372505633699 ], [ -4.599930313872076, 58.558830379469242 ], [ -4.598520095562649, 58.559290215308778 ], [ -4.59856020142864, 58.559599393444778 ], [ -4.596437375078008, 58.55995681677863 ], [ -4.598495907205005, 58.55977590610992 ], [ -4.598408731067638, 58.561731952907316 ], [ -4.597123610799279, 58.5616770836128 ], [ -4.597310812591346, 58.562347187605539 ], [ -4.596577470506369, 58.563125759974049 ], [ -4.595121641925634, 58.563204606947721 ], [ -4.594652388864789, 58.563950874778818 ], [ -4.596424627759307, 58.566170339573681 ], [ -4.597338058258093, 58.56550044205472 ], [ -4.597825508333307, 58.565580434484531 ], [ -4.598175330567473, 58.566471877680819 ], [ -4.597400931751758, 58.567161432133929 ], [ -4.596522538012184, 58.56726006123732 ], [ -4.596728209459469, 58.567830955290425 ], [ -4.597494606521754, 58.567613290019317 ], [ -4.598254871848199, 58.568357160442645 ], [ -4.599447243760011, 58.568665484455707 ], [ -4.599992841860401, 58.569296882337696 ], [ -4.599704604206221, 58.570048488950121 ], [ -4.598265573467192, 58.57058976556732 ], [ -4.59802370779274, 58.571039425532589 ], [ -4.598531191325219, 58.571388566877665 ], [ -4.595990331020807, 58.572846130449321 ], [ -4.591065127645219, 58.574396687748397 ], [ -4.588554785393172, 58.574411363164238 ], [ -4.588001660490525, 58.57507393321621 ], [ -4.5882980695488, 58.575593592413455 ], [ -4.589082643228524, 58.575851827632768 ], [ -4.590673371820523, 58.575496287746141 ], [ -4.59150193399358, 58.575883906102156 ], [ -4.591349294011271, 58.57684390596809 ], [ -4.589798345971768, 58.57669098979094 ], [ -4.589501003568284, 58.577788681501204 ], [ -4.588471894587427, 58.577364658305193 ], [ -4.587757828705204, 58.577945110554069 ], [ -4.587677830093313, 58.577677167539285 ], [ -4.586582768088071, 58.57775762659346 ], [ -4.584983183069214, 58.577178836980856 ], [ -4.584257204159425, 58.578065003691222 ], [ -4.582695019748056, 58.578226707324717 ], [ -4.580627399242243, 58.579584584119495 ], [ -4.581088255410771, 58.579885311896739 ], [ -4.580099483386991, 58.580125311137117 ], [ -4.579575201612999, 58.579897734574359 ], [ -4.576660043284776, 58.580378541882475 ], [ -4.576231294309872, 58.579812093836502 ], [ -4.576845135025563, 58.57950327279962 ], [ -4.575954513117036, 58.579323463163874 ], [ -4.575854784450972, 58.579019969120857 ], [ -4.576381430737523, 58.578461315323104 ], [ -4.575000933401706, 58.578286831318415 ], [ -4.574736085836954, 58.577726078168681 ], [ -4.573848793005156, 58.577707919835163 ], [ -4.573735271303287, 58.577099207021107 ], [ -4.572752910695889, 58.576840348248709 ], [ -4.572920806926517, 58.576432655468686 ], [ -4.57103321057479, 58.575558463426411 ], [ -4.568647121295871, 58.576095889401635 ], [ -4.567786042228485, 58.576786987741173 ], [ -4.565805562787862, 58.577109593332054 ], [ -4.565582335512094, 58.577702575039112 ], [ -4.564358657097452, 58.57790671126935 ], [ -4.563364551016826, 58.578662430766194 ], [ -4.562174032597547, 58.578026678206477 ], [ -4.561567816839354, 58.57808818641044 ], [ -4.561988475864887, 58.577841692746404 ], [ -4.560750804774154, 58.577619282654652 ], [ -4.559322086626982, 58.577607323892977 ], [ -4.558957759099632, 58.578625401700826 ], [ -4.557370868992994, 58.57845034804275 ], [ -4.556259084848082, 58.577241525151038 ], [ -4.554734752107874, 58.577451551990343 ], [ -4.554379594543732, 58.577063272960551 ], [ -4.553510246402414, 58.576936797044311 ], [ -4.551635724190036, 58.577180703140847 ], [ -4.549854166068047, 58.577993285763419 ], [ -4.548395963870494, 58.57769426966815 ], [ -4.547165979518241, 58.578167916633021 ], [ -4.546370345118217, 58.577990513051255 ], [ -4.545153382516633, 58.578288674292992 ], [ -4.545087900154756, 58.578689804948375 ], [ -4.544138066733272, 58.578758037933248 ], [ -4.543678108420375, 58.579175964811405 ], [ -4.545216847843135, 58.580228180275995 ], [ -4.542568379945782, 58.581071308419475 ], [ -4.541628754971277, 58.580806874812225 ], [ -4.542510507866611, 58.580510890975575 ], [ -4.540758908638932, 58.580199624377094 ], [ -4.540660660756862, 58.57943784246492 ], [ -4.538965307580002, 58.578833427384346 ], [ -4.53624559162399, 58.579286985954759 ], [ -4.536663656922559, 58.579952605234169 ], [ -4.536086730710381, 58.580300933340155 ], [ -4.536596954666472, 58.580457081676016 ], [ -4.536298144063013, 58.580844843572805 ], [ -4.533800899964185, 58.580808766546802 ], [ -4.534696005777514, 58.58045866392024 ], [ -4.534136027468191, 58.580209147360002 ], [ -4.534318477296904, 58.579639494263617 ], [ -4.533391723656834, 58.578718844202896 ], [ -4.5316146841388, 58.579005457383971 ], [ -4.531282931481756, 58.579295021669687 ], [ -4.532013368804707, 58.579285118762463 ], [ -4.53048473235449, 58.57979593607233 ], [ -4.528941517829148, 58.579628656842146 ], [ -4.526931322511735, 58.580023121000814 ], [ -4.526233540673659, 58.579412390695644 ], [ -4.527031646858516, 58.578790208218415 ], [ -4.525583664460502, 58.578391899564885 ], [ -4.526106761632109, 58.57765383239812 ], [ -4.524298008423081, 58.576903206016802 ], [ -4.522277775217174, 58.577037232579954 ], [ -4.521477812596784, 58.577753763439887 ], [ -4.518838795570748, 58.578254784730134 ], [ -4.516905957070365, 58.578050077062642 ], [ -4.515404855154783, 58.57822773126707 ], [ -4.515390352566338, 58.578744648297182 ], [ -4.514282724575629, 58.578892121271053 ], [ -4.512684863037133, 58.57813256061506 ], [ -4.512410872202315, 58.578578333221685 ], [ -4.512126264732149, 58.578327829323037 ], [ -4.511729677579696, 58.57807502197813 ], [ -4.512545724384935, 58.578066417290557 ], [ -4.511459823484937, 58.577550188431793 ], [ -4.508646226098528, 58.577416483748074 ], [ -4.509556837984642, 58.577160596906474 ], [ -4.50884689843953, 58.576855500583456 ], [ -4.507713133585169, 58.57687763919666 ], [ -4.507518403150355, 58.576319884370704 ], [ -4.504731919957107, 58.576684227472263 ], [ -4.502695351379036, 58.57610845781241 ], [ -4.502900721937425, 58.575852879522863 ], [ -4.502130661358715, 58.576029609799129 ], [ -4.500872554943137, 58.575393721591276 ], [ -4.501465788449456, 58.575993142285917 ], [ -4.500972862048961, 58.576317211302502 ], [ -4.500156582647024, 58.576328609123969 ], [ -4.499716314861588, 58.575582447918961 ], [ -4.49899157308449, 58.576153611785209 ], [ -4.498430408433415, 58.576124095805696 ], [ -4.497816529191048, 58.57547564638427 ], [ -4.498669420224304, 58.574771715737299 ], [ -4.497682737486631, 58.574081100491341 ], [ -4.497994986891622, 58.57375606541742 ], [ -4.497665705256672, 58.573600741015916 ], [ -4.496465364701807, 58.574014917861184 ], [ -4.495260595369689, 58.573521697827196 ], [ -4.495443291130845, 58.57282631389922 ], [ -4.494137022005506, 58.571993631035291 ], [ -4.494025387813922, 58.57078733454339 ], [ -4.492250005794961, 58.56952348380706 ], [ -4.492858862134464, 58.568532317909664 ], [ -4.49228212159504, 58.567919062873543 ], [ -4.490205329402303, 58.567977316066361 ], [ -4.489590837694172, 58.567679251428601 ], [ -4.48770552426719, 58.567890987354382 ], [ -4.487140335551907, 58.56731791845116 ], [ -4.484957983248687, 58.566978305854192 ], [ -4.484385545002258, 58.566180744759656 ], [ -4.480146399367332, 58.565328255216087 ], [ -4.47883964412721, 58.565452316853232 ], [ -4.478176676661406, 58.564952976343463 ], [ -4.477173651215723, 58.564994788996465 ], [ -4.477071016129424, 58.564637375871371 ], [ -4.474729840822707, 58.563505499850145 ], [ -4.473214259643653, 58.563471802154417 ], [ -4.472545229903705, 58.564225931037406 ], [ -4.46907226339942, 58.56423434612401 ], [ -4.468582586570397, 58.564117972332653 ], [ -4.468750319685385, 58.563813757522425 ], [ -4.467684052652005, 58.56381178803008 ], [ -4.467709046490508, 58.563433946555087 ], [ -4.466463113686934, 58.563444404014653 ], [ -4.464949295193309, 58.562579482580425 ], [ -4.464162616910549, 58.56251820891783 ], [ -4.462038606947937, 58.561287600555055 ], [ -4.46071985831253, 58.561851962621375 ], [ -4.459972896690655, 58.561866273080945 ], [ -4.459199370700129, 58.561256646559983 ], [ -4.458495663613041, 58.561274612643956 ], [ -4.458143590592476, 58.561771021883054 ], [ -4.456740752047897, 58.561627155627086 ], [ -4.457034846903289, 58.561284600672188 ], [ -4.455790117225373, 58.560329070978568 ], [ -4.456835184919038, 58.559293803544378 ], [ -4.455441560449094, 58.559280027011916 ], [ -4.455140765497019, 58.558912910683659 ], [ -4.45545610448995, 58.558259978780924 ], [ -4.456580284118383, 58.557618529359473 ], [ -4.454936931633426, 58.557474753897338 ], [ -4.454106529956291, 58.557032403882367 ], [ -4.45362562032189, 58.55617905720576 ], [ -4.454362417933198, 58.556021220379108 ], [ -4.453741517746929, 58.555992655097157 ], [ -4.45341732446879, 58.555536134676821 ], [ -4.451615175040076, 58.555332458661518 ], [ -4.452137392421964, 58.554810356292663 ], [ -4.451585540119344, 58.55441657980424 ], [ -4.452204939459439, 58.55331759712935 ], [ -4.453354369306363, 58.552424118869439 ], [ -4.452818741122334, 58.552384935806636 ], [ -4.453715944935625, 58.551941017407081 ], [ -4.455625579369432, 58.549311505889591 ], [ -4.454768221319258, 58.548505794342631 ], [ -4.455398263618202, 58.547733635181729 ], [ -4.454350255082925, 58.548403272256422 ], [ -4.452142492692107, 58.548465223530194 ], [ -4.450233318847754, 58.549037163733843 ], [ -4.449410018277859, 58.550096002370232 ], [ -4.449625411459885, 58.550842119808038 ], [ -4.449066809343356, 58.551827620987353 ], [ -4.447448451876072, 58.552653628547759 ], [ -4.446619419390288, 58.552597550005636 ], [ -4.446309554134234, 58.553084137393121 ], [ -4.444117619140035, 58.551971340988047 ], [ -4.441268549713511, 58.552775765993097 ], [ -4.440536757427529, 58.554240709359675 ], [ -4.44096190784416, 58.554668386972835 ], [ -4.44019370540621, 58.554745880888795 ], [ -4.440849387308855, 58.55539828809308 ], [ -4.440890138131188, 58.55635438591198 ], [ -4.43952817361545, 58.55580524584046 ], [ -4.439253776394725, 58.556062030500918 ], [ -4.438144506031488, 58.556056143028179 ], [ -4.438208324991022, 58.556355919029741 ], [ -4.436853209972021, 58.556399611560479 ], [ -4.436989699253401, 58.555642306062524 ], [ -4.435798960076458, 58.555700837512106 ], [ -4.436558628970679, 58.554015269866369 ], [ -4.433701661099724, 58.554338991250425 ], [ -4.432626341987385, 58.554202135197905 ], [ -4.431764323823426, 58.553670396790409 ], [ -4.431547175386911, 58.553265705519344 ], [ -4.432280408447448, 58.553179940887595 ], [ -4.431578215268185, 58.552101599972644 ], [ -4.433792912569788, 58.551318402648469 ], [ -4.432955947282598, 58.550651427304025 ], [ -4.43382992387003, 58.55036532268543 ], [ -4.432274948052074, 58.550498112518575 ], [ -4.431948100511645, 58.550122454042302 ], [ -4.431008424366597, 58.550948871300072 ], [ -4.428651631041499, 58.550921593867201 ], [ -4.427389609310366, 58.55168669489202 ], [ -4.424091773893712, 58.549857723715554 ], [ -4.424566462345256, 58.548891892914241 ], [ -4.425119558754285, 58.549334274960955 ], [ -4.425962339757965, 58.549317455382358 ], [ -4.426975991355091, 58.547298308287715 ], [ -4.427538931303176, 58.547634474688849 ], [ -4.427748993353394, 58.547391510122154 ], [ -4.427624844189471, 58.546044357469526 ], [ -4.428793594535234, 58.545672748258397 ], [ -4.427814521837441, 58.545705641885853 ], [ -4.427595528553796, 58.54490026236175 ], [ -4.42810475112447, 58.5438645807805 ], [ -4.427218714280936, 58.543751057329871 ], [ -4.426730982123835, 58.542240068056834 ], [ -4.427160418338637, 58.541740487116904 ], [ -4.428092476181555, 58.541551254224082 ], [ -4.427465202076272, 58.540209123338471 ], [ -4.427951775977518, 58.539765960809547 ], [ -4.426284783771778, 58.539315898626754 ], [ -4.425634294465866, 58.538307530548025 ], [ -4.424633539176293, 58.538570820064209 ], [ -4.424259736484681, 58.538408069214036 ], [ -4.42466158926043, 58.538230669028515 ], [ -4.424085069148218, 58.538093309743587 ], [ -4.424510247232967, 58.537333261671243 ], [ -4.425562086089061, 58.53768535733802 ], [ -4.425746418462115, 58.538114936372736 ], [ -4.426247540485885, 58.537484623543428 ], [ -4.426009288383193, 58.536623001923793 ], [ -4.424541475664954, 58.535795391324378 ], [ -4.425713258702724, 58.534775952187971 ], [ -4.425263515823624, 58.534707182013143 ], [ -4.425705020888525, 58.534060027558802 ], [ -4.426280074453168, 58.533903607007673 ], [ -4.425670592474994, 58.533313151367587 ], [ -4.425184482378021, 58.533339407683336 ], [ -4.425074646498121, 58.532843730694111 ], [ -4.426070294203993, 58.532832103699185 ], [ -4.425856560750369, 58.533294362891183 ], [ -4.426412792432007, 58.533810352821234 ], [ -4.428791421206514, 58.533226284582732 ], [ -4.430944401757933, 58.531419132943313 ], [ -4.430634462584007, 58.529597511422566 ], [ -4.43036097708287, 58.529964774332598 ], [ -4.42912571746839, 58.528895617374282 ], [ -4.424943330205858, 58.527833648134212 ], [ -4.424642069365199, 58.527600346693447 ], [ -4.42509644085443, 58.527439022177823 ], [ -4.424520561627173, 58.527507404273265 ], [ -4.42525328160256, 58.527272536959472 ], [ -4.42445514746709, 58.527455630235508 ], [ -4.423353936607761, 58.526682180209917 ], [ -4.422805820870728, 58.525385254976129 ], [ -4.421193269310034, 58.524418385475933 ], [ -4.419705221094415, 58.524509342721323 ], [ -4.416471578945767, 58.525441783076261 ], [ -4.415590228403146, 58.525364035466069 ], [ -4.415264416281739, 58.524997303342197 ], [ -4.413982601912795, 58.52534037556088 ], [ -4.413571481624839, 58.524606872382719 ], [ -4.412605326879748, 58.525294396170963 ], [ -4.411582340406651, 58.524904820364377 ], [ -4.411645260120405, 58.524445420121999 ], [ -4.410950575899652, 58.524584257480065 ], [ -4.410430630530879, 58.524266083823015 ], [ -4.41015682479694, 58.523529991500311 ], [ -4.409372691182456, 58.523616592332189 ], [ -4.409719547184817, 58.52303955409316 ], [ -4.409149715750629, 58.522744773920245 ], [ -4.409221957609356, 58.521669750777264 ], [ -4.412019616834485, 58.520017927683568 ], [ -4.413329927028814, 58.520092124325252 ], [ -4.415246343341483, 58.518865599831493 ], [ -4.416608176273574, 58.518565928334162 ], [ -4.416871958542036, 58.518156649565086 ], [ -4.416368148582038, 58.51757314801241 ], [ -4.418319606592865, 58.516983827799876 ], [ -4.424757788572166, 58.513479587868133 ], [ -4.425331145181201, 58.510467854851051 ], [ -4.430017502605281, 58.510455554590756 ], [ -4.433335449993649, 58.509525643969667 ], [ -4.438928041080078, 58.504950215637372 ], [ -4.442868848253673, 58.503419020787497 ], [ -4.446109674196598, 58.503244958252949 ], [ -4.44728313537646, 58.502840724238162 ], [ -4.448908098326198, 58.501156511201856 ], [ -4.449878549240186, 58.496609637109302 ], [ -4.453051911309625, 58.496584929154459 ], [ -4.452025189883626, 58.495890266563414 ], [ -4.452341450262229, 58.495749448223684 ], [ -4.453902635226552, 58.496478809049925 ], [ -4.454351938291727, 58.496277039120208 ], [ -4.454004050807678, 58.495964733778052 ], [ -4.45496799042277, 58.496079264133705 ], [ -4.454652127295089, 58.495660326599847 ], [ -4.45600458797928, 58.49450684137846 ], [ -4.456352610784462, 58.492855952045623 ], [ -4.455087816509435, 58.491577366598911 ], [ -4.455271459080437, 58.490643920750728 ], [ -4.453450876831075, 58.489636518890507 ], [ -4.452708573919718, 58.48969564056889 ], [ -4.451708448841249, 58.48864107556669 ], [ -4.452288906635271, 58.4876146923825 ], [ -4.452137499059941, 58.485443257998305 ], [ -4.454945940344619, 58.482294250016572 ], [ -4.459188652206965, 58.479670244375811 ], [ -4.460901824905131, 58.47792126894344 ], [ -4.460545432137375, 58.476872386116767 ], [ -4.462526819317525, 58.475037374803883 ], [ -4.462345272351918, 58.473423583385369 ], [ -4.463102280240074, 58.472232023963542 ], [ -4.462991232663459, 58.4713805934025 ], [ -4.466466750953893, 58.467746778204841 ], [ -4.465485002457057, 58.466584147956759 ], [ -4.465699362155426, 58.465605164093567 ], [ -4.466443316424323, 58.465087698991404 ], [ -4.466816885401871, 58.462955581829789 ], [ -4.466875740589702, 58.458412578921696 ], [ -4.469828669472115, 58.455538944048072 ], [ -4.47217393652164, 58.455736325171728 ], [ -4.47292935302425, 58.455142225122778 ], [ -4.477961301017703, 58.453445723289683 ], [ -4.477353595948734, 58.453457470626908 ], [ -4.478259288690773, 58.452321335584621 ], [ -4.478348880443964, 58.452741895941209 ], [ -4.479121974255402, 58.453009970859398 ], [ -4.478930579773799, 58.452726154229033 ], [ -4.479475229638734, 58.452549397417307 ], [ -4.478995989491812, 58.452316073757395 ], [ -4.479971104896942, 58.452166927972925 ], [ -4.47878233170495, 58.452324698517891 ], [ -4.47887376720839, 58.451797310360789 ], [ -4.477948747563872, 58.451927509452965 ], [ -4.478237676772316, 58.451405288389005 ], [ -4.479492364117155, 58.451210307567365 ], [ -4.479342537288967, 58.45078642057797 ], [ -4.480738742703039, 58.451262561514895 ], [ -4.481399119718205, 58.450782559851405 ], [ -4.480819904941807, 58.451198095832446 ], [ -4.479440532786366, 58.45059584075117 ], [ -4.479189683651962, 58.45104994111631 ], [ -4.479282529002798, 58.449934010525126 ], [ -4.481101157511728, 58.449229437269786 ], [ -4.481547883110188, 58.449399010492854 ], [ -4.481807082600314, 58.449031577510929 ], [ -4.479911224850579, 58.449369272130561 ], [ -4.480545588176911, 58.448885285335024 ], [ -4.479366935101592, 58.448333055114709 ], [ -4.480827767090508, 58.448511440014009 ], [ -4.483070405392199, 58.447623422058271 ], [ -4.48286126176273, 58.447330969991704 ], [ -4.481788070503687, 58.447302339544954 ], [ -4.481943823174745, 58.446594003244996 ], [ -4.483435628031664, 58.446969427314201 ], [ -4.484048627096158, 58.446791325089848 ], [ -4.48376537423138, 58.446055554596235 ], [ -4.484821147050959, 58.445594824425669 ], [ -4.48471413940242, 58.445112308713888 ], [ -4.485810100041483, 58.444066168309611 ], [ -4.484501251532124, 58.443732150898263 ], [ -4.485369889287408, 58.444142093943668 ], [ -4.484682818701343, 58.44497107729476 ], [ -4.48400374607573, 58.445790370196804 ], [ -4.483267183219288, 58.445795659804517 ], [ -4.483619832536306, 58.446543563877 ], [ -4.482842028256663, 58.446693409635508 ], [ -4.4819439122746, 58.446108813169062 ], [ -4.481404746622133, 58.446361848009531 ], [ -4.481227054148425, 58.447367112215716 ], [ -4.481656790563499, 58.447628340541343 ], [ -4.480858284545806, 58.448093048460116 ], [ -4.479977998979011, 58.447153187116591 ], [ -4.479724683134445, 58.447450100018365 ], [ -4.480416171669888, 58.447899444233713 ], [ -4.479154407543171, 58.447748651637731 ], [ -4.478143880988543, 58.448001804444147 ], [ -4.477771133826865, 58.446966756646731 ], [ -4.477405010205409, 58.447122086427562 ], [ -4.475417053920663, 58.446392286757217 ], [ -4.478140290116813, 58.441860654135283 ], [ -4.477219267347869, 58.440216244153277 ], [ -4.475099717875068, 58.43992475791363 ], [ -4.473928175539024, 58.440273535031409 ], [ -4.475198376934785, 58.440475427024857 ], [ -4.475154781485854, 58.440952471721992 ], [ -4.476481689426351, 58.441668094146323 ], [ -4.47511621247488, 58.443208439991395 ], [ -4.475369851615318, 58.444623163294743 ], [ -4.474670565464094, 58.444182928729816 ], [ -4.474957942983662, 58.444370555432798 ], [ -4.473210362801801, 58.445230908857631 ], [ -4.47055346274252, 58.445956026248687 ], [ -4.469844068591317, 58.446715449181148 ], [ -4.469107101210345, 58.446837469002674 ], [ -4.466104967570733, 58.449855803957995 ], [ -4.465088706273724, 58.45039647944656 ], [ -4.464712188827789, 58.451261779696836 ], [ -4.457650610908203, 58.455687664431046 ], [ -4.456851720597718, 58.45959343243598 ], [ -4.455330690632042, 58.461383610380842 ], [ -4.454417330755327, 58.461562828831717 ], [ -4.453018124153335, 58.462766627916118 ], [ -4.450107494459148, 58.463689328061193 ], [ -4.448413997251648, 58.464979561410999 ], [ -4.446734213821102, 58.464742086205014 ], [ -4.445599039367044, 58.464938950615107 ], [ -4.444907602705977, 58.468685336830731 ], [ -4.444112165114831, 58.468713980336616 ], [ -4.440646300482282, 58.473757592072502 ], [ -4.437892610233977, 58.474982494805332 ], [ -4.436976614348939, 58.476244301733516 ], [ -4.435937490987743, 58.476843565475932 ], [ -4.432839237054009, 58.477432487358556 ], [ -4.430614859436355, 58.476643578054421 ], [ -4.427767194374625, 58.476266255999775 ], [ -4.425073787572567, 58.475513086449133 ], [ -4.423987537104654, 58.475057433289301 ], [ -4.423152879543032, 58.473896205766508 ], [ -4.42281389932467, 58.474702254783082 ], [ -4.423547596035522, 58.475393692939001 ], [ -4.425814853033176, 58.476559271094366 ], [ -4.429679149385439, 58.477748469103283 ], [ -4.430787875831162, 58.478527101629318 ], [ -4.43066395897717, 58.478843917704801 ], [ -4.428085173285536, 58.47975531032197 ], [ -4.424480910472615, 58.480474899545136 ], [ -4.422853450167331, 58.482001619054373 ], [ -4.424490841042689, 58.488583449125258 ], [ -4.427248105938465, 58.490993119628264 ], [ -4.429718859086355, 58.492231159060623 ], [ -4.43400923078842, 58.4922351695107 ], [ -4.43581172399344, 58.491873007316627 ], [ -4.434421600245961, 58.49236660743739 ], [ -4.42078074901338, 58.493338168400925 ], [ -4.419999862207327, 58.493586506567432 ], [ -4.418196365170338, 58.494686107913033 ], [ -4.418303288588734, 58.495092896864911 ], [ -4.417877994693206, 58.494897859606667 ], [ -4.416593673759904, 58.495338054627169 ], [ -4.41035485331358, 58.499636017248754 ], [ -4.404743560483112, 58.502540052914817 ], [ -4.401186048444382, 58.506497044705547 ], [ -4.400194419390215, 58.507184956388919 ], [ -4.399056690706391, 58.507367959249017 ], [ -4.397262781716725, 58.509131033959399 ], [ -4.39624744247512, 58.50947344761488 ], [ -4.393669343384271, 58.509180154611244 ], [ -4.391779500797635, 58.509413059467882 ], [ -4.391987770347145, 58.509067761160523 ], [ -4.389864145854499, 58.508640134141537 ], [ -4.383248997808637, 58.510433417682812 ], [ -4.382915678959963, 58.510834930656188 ], [ -4.383402525897648, 58.511026244696708 ], [ -4.382943777072212, 58.51114797120907 ], [ -4.383480620102709, 58.511443476256439 ], [ -4.383443254064853, 58.512056919812593 ], [ -4.382676538196795, 58.512372143409223 ], [ -4.383149535792593, 58.512485549803394 ], [ -4.382913231405736, 58.512976004950367 ], [ -4.381923203752028, 58.512859617984518 ], [ -4.381969626140802, 58.514076168138274 ], [ -4.380596172062359, 58.515320864532718 ], [ -4.380127617523685, 58.515324165575485 ], [ -4.380225580024756, 58.515882986413033 ], [ -4.378586173347189, 58.517665377526995 ], [ -4.377630554071533, 58.517475543318824 ], [ -4.378514144761043, 58.51776823829185 ], [ -4.377293024316779, 58.517943603640418 ], [ -4.377974061018686, 58.51833888493217 ], [ -4.376472257191225, 58.518503270877559 ], [ -4.377177702940022, 58.519792068945442 ], [ -4.376876894086722, 58.52027022897002 ], [ -4.376046173429589, 58.520582102997643 ], [ -4.375548150290491, 58.519896816129027 ], [ -4.374890554416248, 58.520280049672159 ], [ -4.375506332935658, 58.519380079357767 ], [ -4.376508911421977, 58.519070416736447 ], [ -4.37563144193656, 58.518563761855297 ], [ -4.374386442314921, 58.518843761995882 ], [ -4.373109936186556, 58.519649030555698 ], [ -4.371491639920722, 58.52271841938942 ], [ -4.369339066024795, 58.524033982602205 ], [ -4.370373387617378, 58.524980721774796 ], [ -4.370291462726586, 58.525548260937207 ], [ -4.369199697969796, 58.526296166833092 ], [ -4.368089640721872, 58.526518805150388 ], [ -4.368630840628186, 58.526648078735739 ], [ -4.368352500950929, 58.527232717607603 ], [ -4.367148353754534, 58.527461575778084 ], [ -4.36624805969846, 58.528758471833171 ], [ -4.365271416519337, 58.529050501125276 ], [ -4.3664715570591, 58.529270961542998 ], [ -4.364284384774167, 58.530591562174358 ], [ -4.363975856863552, 58.53123963771975 ], [ -4.363326816465656, 58.531678353941544 ], [ -4.361057520370876, 58.531270890632108 ], [ -4.361989286528163, 58.532736191985954 ], [ -4.360142130982651, 58.533497913151734 ], [ -4.36020027919831, 58.533851731818721 ], [ -4.359113717900855, 58.534172686325611 ], [ -4.358103510049964, 58.535246926298193 ], [ -4.357198702817459, 58.535205145241463 ], [ -4.357374721914429, 58.536163253440009 ], [ -4.356436027131735, 58.536256856375225 ], [ -4.355682472845599, 58.535781032444618 ], [ -4.354849152326072, 58.535908628017886 ], [ -4.355032487597244, 58.536848635470676 ], [ -4.354208028634075, 58.536724498521444 ], [ -4.353749929773424, 58.537451657160538 ], [ -4.35149331668987, 58.538391460203982 ], [ -4.350853234904867, 58.538326815281621 ], [ -4.351007957016311, 58.538584531451356 ], [ -4.350156320760843, 58.538824736803747 ], [ -4.346989928883851, 58.539138721445141 ], [ -4.346869318213072, 58.538619827919369 ], [ -4.346008955011367, 58.538729890369851 ], [ -4.345671579152972, 58.539338013669159 ], [ -4.34454829109491, 58.53962806664326 ], [ -4.343635495144326, 58.541140643833131 ], [ -4.342346875533202, 58.540885643786922 ], [ -4.341966802971776, 58.541112696538249 ], [ -4.341333076990463, 58.540499837119064 ], [ -4.34108760505107, 58.541070333245699 ], [ -4.339888784332219, 58.541388674949708 ], [ -4.337694559205898, 58.540952473422962 ], [ -4.3366899632813, 58.541478382145449 ], [ -4.335677338723436, 58.541496808929331 ], [ -4.335148629270821, 58.540652906823034 ], [ -4.3339333685581, 58.54020781606512 ], [ -4.333255676089399, 58.538414266982741 ], [ -4.332440729056438, 58.538303294427521 ], [ -4.331066132061201, 58.538561856669773 ], [ -4.331140419460055, 58.541749973005942 ], [ -4.330232186733694, 58.542305525419096 ], [ -4.329478609320603, 58.541955332639397 ], [ -4.328387939486531, 58.54222218876204 ], [ -4.328002502563451, 58.541851833767282 ], [ -4.326298732287829, 58.541424513096153 ], [ -4.325896074994847, 58.541701340384826 ], [ -4.325324510881255, 58.54124450568672 ], [ -4.32470459450562, 58.541354560682116 ], [ -4.32455235586357, 58.540872160262943 ], [ -4.323262161982671, 58.540850592821094 ], [ -4.321886452919402, 58.539406534452532 ], [ -4.32099517697451, 58.539310346438597 ], [ -4.320771443274301, 58.538785211191581 ], [ -4.318745117192011, 58.537581084345575 ], [ -4.317812615197935, 58.537770424105183 ], [ -4.317380592848966, 58.538227442143864 ], [ -4.317792548735689, 58.539053754809892 ], [ -4.318586880387006, 58.539217301733885 ], [ -4.317998040253716, 58.539251294548841 ], [ -4.318273637973726, 58.540354091173597 ], [ -4.320044833914871, 58.541075884250596 ], [ -4.319777500538583, 58.541866847836054 ], [ -4.317686216082576, 58.54194504787759 ], [ -4.314921560618118, 58.540463992397328 ], [ -4.315846321321556, 58.541510164393415 ], [ -4.312665472320127, 58.541456096606261 ], [ -4.312336902950693, 58.542050490048339 ], [ -4.311458717101683, 58.54202317911377 ], [ -4.311107469918984, 58.542456259089946 ], [ -4.30773948242743, 58.543163715100974 ], [ -4.306854893304886, 58.54280406707614 ], [ -4.305461521472194, 58.543279210559092 ], [ -4.304525291237035, 58.54268238930343 ], [ -4.304434543408562, 58.541509766282601 ], [ -4.302490093936021, 58.541023562579916 ], [ -4.301101411681451, 58.541334161794715 ], [ -4.300358619811117, 58.541851493401786 ], [ -4.299182255598375, 58.542806934340284 ], [ -4.29957999324709, 58.543212191028843 ], [ -4.295668991348073, 58.542059417971352 ], [ -4.296219275029424, 58.541986687031326 ], [ -4.295204036823619, 58.541729022731502 ], [ -4.295503402485303, 58.541603280799976 ], [ -4.293565628721121, 58.541427680636907 ], [ -4.294367418863878, 58.54139089356228 ], [ -4.292210695455042, 58.540730440113087 ], [ -4.290690113674175, 58.539416225338194 ], [ -4.289484224843044, 58.540185229254107 ], [ -4.289578105649029, 58.540491716130632 ], [ -4.287634137191128, 58.540483245562115 ], [ -4.287600699595147, 58.540866571842329 ], [ -4.28535133418849, 58.539994728217088 ], [ -4.284017289968718, 58.540090343058885 ], [ -4.282808348730772, 58.53959974193635 ], [ -4.283858798046476, 58.540295308800069 ], [ -4.283456867597038, 58.540720226930013 ], [ -4.282800927191039, 58.540278186318623 ], [ -4.282653571089282, 58.540918689520694 ], [ -4.279735803956736, 58.540045154963792 ], [ -4.28033939085427, 58.539814320950512 ], [ -4.279587232523735, 58.539477292516928 ], [ -4.280687741370197, 58.538828848110292 ], [ -4.280411773841156, 58.538415982105342 ], [ -4.279302268621808, 58.539190363653212 ], [ -4.279365936485894, 58.538847831313106 ], [ -4.278468712516061, 58.539187191629019 ], [ -4.276661211843325, 58.538208529424288 ], [ -4.277531597856229, 58.539176867158673 ], [ -4.276966834899314, 58.539344109546427 ], [ -4.274076126061141, 58.537823103418354 ], [ -4.273008589259613, 58.537788103834821 ], [ -4.272714197951057, 58.538017921998048 ], [ -4.271355832864937, 58.53747146308082 ], [ -4.27158117208316, 58.538298518273251 ], [ -4.27006885151918, 58.537363955597201 ], [ -4.270213812480193, 58.536683082206345 ], [ -4.269128741015623, 58.536509105207159 ], [ -4.268129202358575, 58.53699394907828 ], [ -4.2665980624554, 58.53629776155028 ], [ -4.265634254344404, 58.534275355494771 ], [ -4.265939160766685, 58.533942049371937 ], [ -4.264982132397683, 58.533887065230871 ], [ -4.264484941860143, 58.533370259639739 ], [ -4.26283140806448, 58.533170320673129 ], [ -4.26294236753843, 58.532359784614975 ], [ -4.262484268866147, 58.532048919693075 ], [ -4.262867367015771, 58.531862482380838 ], [ -4.262148410422426, 58.531902107140596 ], [ -4.261184277180074, 58.53053552449105 ], [ -4.261018912633554, 58.529568141597942 ], [ -4.262681236287692, 58.529107606482164 ], [ -4.26287469860883, 58.528511237007386 ], [ -4.264315941740713, 58.528485820367059 ], [ -4.26937849316219, 58.526711866365936 ], [ -4.272748289205378, 58.526416853528232 ], [ -4.272711936581882, 58.525802075542373 ], [ -4.27312647831262, 58.525784851825691 ], [ -4.272095432007221, 58.525671039351089 ], [ -4.271166446143268, 58.524320077634584 ], [ -4.270229431919197, 58.52398626933892 ], [ -4.268846768129765, 58.524144584288109 ], [ -4.267809766406681, 58.523006639112261 ], [ -4.266800989866816, 58.522943601839131 ], [ -4.267612002521863, 58.520741610590598 ], [ -4.265563351210604, 58.519066293094099 ], [ -4.266086195241209, 58.517934030908712 ], [ -4.264313266768022, 58.518055167432578 ], [ -4.263669963516528, 58.519131148965371 ], [ -4.262657057873536, 58.51953533359238 ], [ -4.262670631118981, 58.520545820952997 ], [ -4.264441041643908, 58.52070326452651 ], [ -4.264947224049817, 58.521628693483521 ], [ -4.263963744236802, 58.521690967291768 ], [ -4.263181004980896, 58.521403800685249 ], [ -4.262807560726882, 58.521738310143405 ], [ -4.261097345099566, 58.521449511716469 ], [ -4.260561982103488, 58.521670071994258 ], [ -4.260500608828075, 58.524051973298903 ], [ -4.261295520468845, 58.524527610891006 ], [ -4.2615032861934, 58.525220227864082 ], [ -4.26229255900794, 58.525341081938045 ], [ -4.262557895309516, 58.525727218843301 ], [ -4.254459982714037, 58.52506562645317 ], [ -4.247582734793419, 58.525491703610463 ], [ -4.241579197510752, 58.526288473869926 ], [ -4.237957953199095, 58.526198934231161 ], [ -4.237912773479084, 58.525894260520971 ], [ -4.238571014922414, 58.525712082797575 ], [ -4.238476071029558, 58.525030942296361 ], [ -4.23946166776091, 58.524326460543904 ], [ -4.239623403009918, 58.522149469624708 ], [ -4.233802413377172, 58.522164667407765 ], [ -4.2319718279583, 58.521761682639969 ], [ -4.230172978553941, 58.520775948133995 ], [ -4.228659839908655, 58.519149150883734 ], [ -4.230141424791714, 58.517438885766431 ], [ -4.229139146456528, 58.516527338443645 ], [ -4.229654170392337, 58.515335178801955 ], [ -4.228894061042751, 58.514504771617901 ], [ -4.226813857976071, 58.513434039188937 ], [ -4.226445433360426, 58.51420408413999 ], [ -4.226091333528935, 58.514170697050197 ], [ -4.224794257781515, 58.513128570693425 ], [ -4.223245882602396, 58.513866051244747 ], [ -4.221611492655915, 58.513923106046427 ], [ -4.219492157939269, 58.512310293885363 ], [ -4.220184179416547, 58.512393554338232 ], [ -4.219569054907791, 58.511543516249979 ], [ -4.217642527802578, 58.511513037962921 ], [ -4.21637082857551, 58.510486562688556 ], [ -4.216174260559221, 58.509819742472622 ], [ -4.216952132881515, 58.508788404236235 ], [ -4.216689340989837, 58.50761602426828 ], [ -4.214170827195862, 58.506469113596566 ], [ -4.213865939165899, 58.505171677451699 ], [ -4.211915035341414, 58.503902628198254 ], [ -4.211391284926949, 58.503080625942005 ], [ -4.210621482725061, 58.503394859694104 ], [ -4.209716568548993, 58.502925306137726 ], [ -4.209243640933145, 58.501545405541869 ], [ -4.211158838341043, 58.499931207529301 ], [ -4.209763450191315, 58.49766430027357 ], [ -4.211505833571533, 58.49644387975232 ], [ -4.211466497896334, 58.495954923146279 ], [ -4.211213457184695, 58.496570205321873 ], [ -4.21017909960786, 58.497041727963044 ], [ -4.211765686271635, 58.494982174921759 ], [ -4.211018397094629, 58.495378679113834 ], [ -4.20997913522329, 58.497000252283001 ], [ -4.209693900037865, 58.496421198028962 ], [ -4.209267987811392, 58.497699785981823 ], [ -4.209123172717248, 58.497306978712167 ], [ -4.208643051629723, 58.497450007242293 ], [ -4.20949113893954, 58.498383227710072 ], [ -4.20985530388005, 58.499944683394659 ], [ -4.208514230635483, 58.50209251813564 ], [ -4.210520436032437, 58.503971583809971 ], [ -4.21069189541496, 58.505060199110922 ], [ -4.213262003794758, 58.50689357085092 ], [ -4.213289884251425, 58.507472565335135 ], [ -4.21206182535853, 58.507462298397336 ], [ -4.213724141574472, 58.508507231251272 ], [ -4.215435255200622, 58.511141489685201 ], [ -4.220259794185617, 58.515003033147458 ], [ -4.221824599662354, 58.515935455060216 ], [ -4.224021988764287, 58.516633192487276 ], [ -4.225059342945084, 58.516663724942809 ], [ -4.22576755578673, 58.519440119617272 ], [ -4.228147822658124, 58.521337593833223 ], [ -4.230180524293905, 58.523869956009129 ], [ -4.231512085978697, 58.524851239122135 ], [ -4.233339251052988, 58.525495066672448 ], [ -4.235426622504641, 58.527985971111576 ], [ -4.237302815414459, 58.528182378106919 ], [ -4.239645488121857, 58.52936336926755 ], [ -4.240897080091062, 58.531344993642385 ], [ -4.239212565765195, 58.530386132276533 ], [ -4.238629453406078, 58.530535557487596 ], [ -4.240478998603517, 58.531792515438603 ], [ -4.241625472264432, 58.533740031501715 ], [ -4.240242907551378, 58.533746198432596 ], [ -4.24155915182694, 58.534046651073339 ], [ -4.240267640876362, 58.535614471401452 ], [ -4.240973326781653, 58.536307410813961 ], [ -4.241018639283745, 58.537555417520529 ], [ -4.239939996649059, 58.537749433095925 ], [ -4.238793536799552, 58.537553811664388 ], [ -4.239002336881653, 58.53732556648464 ], [ -4.237637078228116, 58.536931607448032 ], [ -4.237347905068848, 58.536033740739313 ], [ -4.236193786418855, 58.535986468663509 ], [ -4.235811386209893, 58.535647239697298 ], [ -4.233003432480901, 58.535609865490414 ], [ -4.232938814088082, 58.534593985301186 ], [ -4.230581248088187, 58.535127302038639 ], [ -4.227810660952004, 58.5337828740685 ], [ -4.227880337635638, 58.534583048601839 ], [ -4.227043423561557, 58.534308281697015 ], [ -4.225123500459225, 58.53470004106542 ], [ -4.223996789944891, 58.533755570500112 ], [ -4.224408753091865, 58.533316296773819 ], [ -4.223119123819644, 58.532972085454922 ], [ -4.223205373022674, 58.532028158406114 ], [ -4.222323029210412, 58.532526781934216 ], [ -4.221951502295847, 58.532302321730967 ], [ -4.221503596921166, 58.532744006256245 ], [ -4.220297212592242, 58.532574414881445 ], [ -4.220118230569701, 58.532922500045089 ], [ -4.218800338272471, 58.532374795662911 ], [ -4.21871146842328, 58.532762647995511 ], [ -4.21786052381059, 58.532617435890593 ], [ -4.217516576618158, 58.533019576536155 ], [ -4.216409952894048, 58.532389138225355 ], [ -4.215294156100587, 58.532211647222034 ], [ -4.215125546153888, 58.531036742607178 ], [ -4.213380252958761, 58.530083090805974 ], [ -4.213682748590576, 58.530603443624521 ], [ -4.211441187201413, 58.531233233108388 ], [ -4.21016631242665, 58.532020633268331 ], [ -4.209289767041227, 58.533815467049457 ], [ -4.211054003992487, 58.534332222437655 ], [ -4.2110799369559, 58.53460758690737 ], [ -4.212283460693323, 58.534895005878568 ], [ -4.211928946765231, 58.535158059393481 ], [ -4.212446943112829, 58.535062885966013 ], [ -4.213306302444211, 58.535831484451542 ], [ -4.214230179561127, 58.535988047125706 ], [ -4.21460782246874, 58.536990445557684 ], [ -4.216191557415963, 58.537256895041672 ], [ -4.21641205393299, 58.537510931755016 ], [ -4.215396242421955, 58.537368548509704 ], [ -4.215190813968221, 58.537897662236901 ], [ -4.216147118046808, 58.538267473458681 ], [ -4.217004914955027, 58.537975054803674 ], [ -4.217244309059404, 58.538609689177633 ], [ -4.217993471305304, 58.538202346899332 ], [ -4.219988436372103, 58.539183067926515 ], [ -4.219374316630166, 58.539660858568219 ], [ -4.220136611632964, 58.539759979744879 ], [ -4.220305210895691, 58.540116427871808 ], [ -4.219842718176291, 58.540546677788903 ], [ -4.217499180031415, 58.539407566222806 ], [ -4.216976238154263, 58.540241336696759 ], [ -4.21729978958298, 58.540711905742405 ], [ -4.216830137716947, 58.540594238790092 ], [ -4.217547593761639, 58.540989726125453 ], [ -4.216828873804623, 58.541281543050893 ], [ -4.216176359048827, 58.541070901264803 ], [ -4.216394298711492, 58.54057660816396 ], [ -4.215169540953551, 58.5403920103807 ], [ -4.215006149466829, 58.539845003719449 ], [ -4.214922918819489, 58.540268691412727 ], [ -4.214290056527322, 58.540232890810756 ], [ -4.215024253976237, 58.540785324530475 ], [ -4.213972457453306, 58.54059144230726 ], [ -4.213526331083322, 58.539974741502341 ], [ -4.2134650200666, 58.540528319219931 ], [ -4.212050116782243, 58.540325408174226 ], [ -4.21370472172129, 58.540896127134545 ], [ -4.210977087393521, 58.540557712410852 ], [ -4.210041916747591, 58.541096686364838 ], [ -4.210718847391378, 58.541504587996322 ], [ -4.209907553468105, 58.541418831889807 ], [ -4.210416422672508, 58.541859275205539 ], [ -4.209697012340499, 58.54184111303929 ], [ -4.210576875525953, 58.542278763761985 ], [ -4.209749119732053, 58.542150166403211 ], [ -4.20967379702557, 58.542400321308989 ], [ -4.210789069599739, 58.54275575763549 ], [ -4.20980016771024, 58.542715283766093 ], [ -4.211332394993314, 58.543606176083578 ], [ -4.20976443512856, 58.543621492213802 ], [ -4.210993910665702, 58.543961485471655 ], [ -4.211091248732973, 58.545015436772651 ], [ -4.211669646807098, 58.544840168249252 ], [ -4.212049327112386, 58.545438255229421 ], [ -4.212670812600074, 58.545346690141002 ], [ -4.213389454081499, 58.545841903744012 ], [ -4.212411980906857, 58.546420254159081 ], [ -4.211283198888353, 58.546507079204424 ], [ -4.211931293710403, 58.546837310670853 ], [ -4.212872566127242, 58.546502157855628 ], [ -4.213551430018057, 58.547047468654171 ], [ -4.213811986072449, 58.548044700168361 ], [ -4.212598072678849, 58.547872466091121 ], [ -4.214706653792837, 58.55078288898752 ], [ -4.214408196042125, 58.551228255373708 ], [ -4.212632582402432, 58.55128132303372 ], [ -4.21159507745678, 58.550773628483164 ], [ -4.212041927797288, 58.551727225935728 ], [ -4.210323598976101, 58.552417142294949 ], [ -4.209084360421075, 58.552254293604612 ], [ -4.207804186716075, 58.551440793519888 ], [ -4.207157492344405, 58.552089777722905 ], [ -4.205977647390777, 58.551777641777932 ], [ -4.205691847535586, 58.552016136191732 ], [ -4.20447016183364, 58.551174647019039 ], [ -4.203950491978504, 58.551794481683352 ], [ -4.204317696379088, 58.552030747832674 ], [ -4.203828484013293, 58.551904384064159 ], [ -4.20359840596044, 58.552209297598729 ], [ -4.203101303540096, 58.55195728999535 ], [ -4.203210824027115, 58.552332740377274 ], [ -4.202413826679761, 58.552368872073778 ], [ -4.201719583409455, 58.552946770808965 ], [ -4.200313734811676, 58.552045512113224 ], [ -4.199763351435128, 58.550532149301205 ], [ -4.200875256285033, 58.548666878643957 ], [ -4.199416391493485, 58.548287593981186 ], [ -4.19908016936167, 58.549092930894723 ], [ -4.19747011267362, 58.549318142784941 ], [ -4.197649435120124, 58.548888332855135 ], [ -4.196711541146972, 58.548594432557735 ], [ -4.196776342735713, 58.547982410578598 ], [ -4.195919742437124, 58.547201976961944 ], [ -4.19651040497353, 58.546616896880451 ], [ -4.195646584802362, 58.546407070474309 ], [ -4.194576392161698, 58.546744298748024 ], [ -4.192872955895249, 58.546436501172899 ], [ -4.19279536061488, 58.546707346680066 ], [ -4.191825858469744, 58.546593631625818 ], [ -4.192431005773999, 58.547477209277474 ], [ -4.191345896564407, 58.547576588425457 ], [ -4.191434963875047, 58.547076456001697 ], [ -4.190639910865513, 58.546591410302916 ], [ -4.19258982416357, 58.545893311570993 ], [ -4.191990261474144, 58.545841558760053 ], [ -4.190770130307893, 58.544713327955307 ], [ -4.189358772367938, 58.544980867832685 ], [ -4.189620114455, 58.545809228516568 ], [ -4.188562010421443, 58.546065344105514 ], [ -4.188355171180073, 58.545642129463324 ], [ -4.18664116423109, 58.545990262142858 ], [ -4.186050247408589, 58.545470268345305 ], [ -4.185503702641602, 58.545524492268676 ], [ -4.184817383692129, 58.545679916178834 ], [ -4.185378383974553, 58.545719781099677 ], [ -4.185576324835882, 58.546138659623765 ], [ -4.184721115332275, 58.546341877475122 ], [ -4.184165671998779, 58.545839239661902 ], [ -4.182883655043909, 58.545811629165023 ], [ -4.182973118322784, 58.545315988992407 ], [ -4.182246944225887, 58.545521488586147 ], [ -4.181972420423388, 58.545252142530416 ], [ -4.182366072731801, 58.545088232608343 ], [ -4.181740603616758, 58.545116830000381 ], [ -4.181334078957331, 58.544382558441427 ], [ -4.182838997602743, 58.543988639173392 ], [ -4.182146504131529, 58.543353563265164 ], [ -4.180267853838752, 58.543816709332361 ], [ -4.180512001211547, 58.543044432857407 ], [ -4.181029978432421, 58.542945795201469 ], [ -4.180470858979491, 58.542658820333656 ], [ -4.17972683654053, 58.543129636693756 ], [ -4.178201030343489, 58.543186974820387 ], [ -4.178098618784198, 58.542505930024177 ], [ -4.177584949262238, 58.542258599748692 ], [ -4.176706776281335, 58.542367822582307 ], [ -4.176805879554393, 58.541472237051984 ], [ -4.176008137030172, 58.541076989192888 ], [ -4.17601872511325, 58.542217774124701 ], [ -4.175048919070144, 58.542373458392724 ], [ -4.174302079934457, 58.541829102175768 ], [ -4.173647987235837, 58.542365739427062 ], [ -4.17512420191611, 58.544281276040216 ], [ -4.174547737211972, 58.544268580469385 ], [ -4.175383923730772, 58.545283080138269 ], [ -4.174442622695028, 58.544652179117193 ], [ -4.175085527587584, 58.545598082074832 ], [ -4.173796129441708, 58.54475745753755 ], [ -4.173696809229629, 58.54509603754434 ], [ -4.172051689468407, 58.544337781289286 ], [ -4.172627714558775, 58.544898516992816 ], [ -4.171572188568155, 58.544642362464323 ], [ -4.171827846661532, 58.54516359976413 ], [ -4.171058810425342, 58.544399493351243 ], [ -4.170893274345612, 58.544640367052303 ], [ -4.170416156488021, 58.544289074904555 ], [ -4.170885012584005, 58.544923501283158 ], [ -4.170184447679744, 58.544571493991661 ], [ -4.170453684131235, 58.54531261113776 ], [ -4.169812438090284, 58.545503128059714 ], [ -4.169620254221281, 58.545313220672455 ], [ -4.169574041333186, 58.545538600276871 ], [ -4.16931038511958, 58.545026477917943 ], [ -4.169011366965123, 58.545193240556806 ], [ -4.168435129302641, 58.544767252008036 ], [ -4.168139158783339, 58.544983372835375 ], [ -4.168574139556322, 58.54493110731805 ], [ -4.16881977143675, 58.545290808417953 ], [ -4.16842629314273, 58.545041411619565 ], [ -4.168669983109849, 58.545369701973065 ], [ -4.168151923200886, 58.545329039216341 ], [ -4.166779891699848, 58.543982148569981 ], [ -4.167152606062469, 58.544730509562974 ], [ -4.166174968216234, 58.543842323762028 ], [ -4.165662418091175, 58.544085450790348 ], [ -4.166007974329292, 58.544783962852414 ], [ -4.16506723798901, 58.544577027344097 ], [ -4.164438213579565, 58.544770904766033 ], [ -4.165198864231104, 58.545373479892213 ], [ -4.164504741806268, 58.546239555156227 ], [ -4.165068218973617, 58.546737647661658 ], [ -4.163801398732994, 58.546956648316041 ], [ -4.163075102595648, 58.546744287177724 ], [ -4.162999203484135, 58.547185778307842 ], [ -4.162860505864016, 58.54674790207239 ], [ -4.162408856070089, 58.547087914315014 ], [ -4.161861721653652, 58.546854561195438 ], [ -4.161560149713176, 58.547120172081222 ], [ -4.160934677056726, 58.546730915112477 ], [ -4.160950411377951, 58.547125942988764 ], [ -4.159676534722777, 58.547928976070864 ], [ -4.159605369919971, 58.547582495280146 ], [ -4.158969368740831, 58.547608463012189 ], [ -4.159180681984065, 58.547411755637683 ], [ -4.158342950020192, 58.547901987222254 ], [ -4.157837035285635, 58.547919473888889 ], [ -4.15800184837743, 58.547665154514554 ], [ -4.156632732032595, 58.548038529230936 ], [ -4.156032407301791, 58.54903684046684 ], [ -4.157334242009126, 58.548826313490935 ], [ -4.155947609703961, 58.550313979096899 ], [ -4.156604741883452, 58.550379307869584 ], [ -4.157279496885395, 58.552128820231516 ], [ -4.156597508387321, 58.552778132534463 ], [ -4.156315771174112, 58.554206812383633 ], [ -4.155799762835461, 58.554341250243624 ], [ -4.155424547476345, 58.554109475028213 ], [ -4.155308168343686, 58.55431356604678 ], [ -4.155390735990755, 58.557196011781805 ], [ -4.154895161524997, 58.557384005886796 ], [ -4.154868104463186, 58.557083499371231 ], [ -4.153116658030772, 58.556555873335064 ], [ -4.154411858257203, 58.558191680823406 ], [ -4.153675559505057, 58.558379215938515 ], [ -4.153738429192409, 58.559263074877741 ], [ -4.152640770001317, 58.559025436424157 ], [ -4.153266271390512, 58.559721084602387 ], [ -4.153804584505434, 58.562020019272538 ], [ -4.153688677219751, 58.562372334442308 ], [ -4.15285213245678, 58.562188713468252 ], [ -4.152842010992982, 58.563424167082765 ], [ -4.152451744008504, 58.563228570458726 ], [ -4.151805339811046, 58.563481966111532 ], [ -4.149030023804801, 58.561682245014552 ], [ -4.149224626724917, 58.562613311727468 ], [ -4.148096114052926, 58.562434545192666 ], [ -4.148286375274201, 58.563716056567877 ], [ -4.147077312804496, 58.563345474858238 ], [ -4.147155288249798, 58.563636147066681 ], [ -4.14630321822799, 58.563479694632171 ], [ -4.147349443200806, 58.564279739723517 ], [ -4.147355683791259, 58.566206674583427 ], [ -4.1464906222729, 58.566400810594175 ], [ -4.145833357909656, 58.566056929788111 ], [ -4.14583558238319, 58.565531336761211 ], [ -4.14546804211892, 58.565847419492108 ], [ -4.144418519013536, 58.564993511116199 ], [ -4.144280012381373, 58.566383829302261 ], [ -4.143637964259353, 58.566569730887082 ], [ -4.141777934761156, 58.56553617221018 ], [ -4.141504571750438, 58.564579458070341 ], [ -4.13970950424431, 58.564748623244618 ], [ -4.139073345864555, 58.564467244099099 ], [ -4.138726725944281, 58.565268086179927 ], [ -4.138382679013506, 58.564842589885458 ], [ -4.137976453266183, 58.564948174347272 ], [ -4.134788198490522, 58.563698546845586 ], [ -4.132821669230625, 58.562037764282401 ], [ -4.132712859837794, 58.563782433974865 ], [ -4.131278060234343, 58.562665303792727 ], [ -4.131225344893366, 58.564768393425233 ], [ -4.130201139965233, 58.564466457592822 ], [ -4.130232344964925, 58.565970729920863 ], [ -4.129191590111783, 58.56638776557638 ], [ -4.12873989339097, 58.567019627168527 ], [ -4.12651382111232, 58.567173288351505 ], [ -4.125076856629147, 58.566303180490365 ], [ -4.126010757117163, 58.567100761254991 ], [ -4.125651687449229, 58.567843375712336 ], [ -4.126376077929939, 58.568729767104706 ], [ -4.12609104130027, 58.569417254214287 ], [ -4.125412698456259, 58.568723251099733 ], [ -4.124693266381353, 58.569337067308915 ], [ -4.123923458996607, 58.568693980329947 ], [ -4.121589810373932, 58.568350732943735 ], [ -4.120194329852593, 58.56759667546298 ], [ -4.119634950249211, 58.568014669461817 ], [ -4.118814000716464, 58.567376888792289 ], [ -4.118853614559746, 58.56632513218991 ], [ -4.116754995266032, 58.56930192092377 ], [ -4.116184479323987, 58.569109185719455 ], [ -4.116103265261098, 58.569330626150247 ], [ -4.115764638208113, 58.568563599110242 ], [ -4.115528149194644, 58.569061601743485 ], [ -4.114840420994444, 58.566355333601649 ], [ -4.114124638200078, 58.567031915740046 ], [ -4.113234354027596, 58.566525506435035 ], [ -4.113484259759085, 58.564823461362657 ], [ -4.112619102504726, 58.56516110961622 ], [ -4.112666948843827, 58.564100237317859 ], [ -4.112338095288564, 58.563921478470256 ], [ -4.112263896079071, 58.56425959019785 ], [ -4.11161166942876, 58.562850878118198 ], [ -4.111989185314997, 58.561982228785816 ], [ -4.111313256697608, 58.560892829074234 ], [ -4.110584389041092, 58.560922775876875 ], [ -4.110338052455912, 58.560257532503442 ], [ -4.109593101758799, 58.560305705609267 ], [ -4.108651815632795, 58.561520495864379 ], [ -4.108268468232295, 58.561149470644267 ], [ -4.106736313342117, 58.561974165852632 ], [ -4.106038089215764, 58.561226488675963 ], [ -4.103539031196122, 58.561123701498502 ], [ -4.103779376000039, 58.561977713551933 ], [ -4.105133970641894, 58.562490052708171 ], [ -4.104774710910142, 58.562949620011921 ], [ -4.105268039909438, 58.563148161420365 ], [ -4.105989372690941, 58.564995974136281 ], [ -4.105119224395933, 58.564965319003434 ], [ -4.105276343235908, 58.565434391001759 ], [ -4.103476048183347, 58.564659839443827 ], [ -4.103421549169498, 58.563034673021548 ], [ -4.102382440286144, 58.563482905359507 ], [ -4.10109225017591, 58.5628976137873 ], [ -4.100509355997189, 58.563212594771379 ], [ -4.097513391389747, 58.562565314448371 ], [ -4.094922054322282, 58.560774924321834 ], [ -4.095382963628838, 58.558561898892172 ], [ -4.09447466310122, 58.557889458781702 ], [ -4.093747150439379, 58.558229227196257 ], [ -4.094766653149346, 58.557453477378715 ], [ -4.094722412419127, 58.557000520281839 ], [ -4.093950972103265, 58.556748080097179 ], [ -4.092720318255314, 58.557298179160234 ], [ -4.091728060984519, 58.556946010751069 ], [ -4.090424151997717, 58.557277179174093 ], [ -4.090119541169024, 58.55750223806583 ], [ -4.090829684150555, 58.558312689984916 ], [ -4.089701266051896, 58.558416400375094 ], [ -4.089251092848737, 58.559084027588462 ], [ -4.088395642994666, 58.558864363600549 ], [ -4.087322793192802, 58.557880119710937 ], [ -4.088899304306476, 58.560104909745519 ], [ -4.088615005637016, 58.56052727603447 ], [ -4.088273139919347, 58.560416046537298 ], [ -4.087773634986186, 58.561699854241446 ], [ -4.087276068174473, 58.561716924748687 ], [ -4.084149310607121, 58.560164107616757 ], [ -4.083924176153028, 58.559413129437111 ], [ -4.084684390349691, 58.558030777002628 ], [ -4.083766858730647, 58.556128543532189 ], [ -4.08292556678746, 58.556058642287439 ], [ -4.082944880013195, 58.555168043657538 ], [ -4.081666576904603, 58.554250871149939 ], [ -4.080955713917277, 58.552409053375833 ], [ -4.079042390009216, 58.552026792739504 ], [ -4.079155496727283, 58.551122099463761 ], [ -4.078377949185847, 58.552271124114753 ], [ -4.074916582565502, 58.552304637487467 ], [ -4.07352358919526, 58.550546569796779 ], [ -4.07395867376145, 58.551219609141455 ], [ -4.073658921056279, 58.552109343081675 ], [ -4.070628945141168, 58.552899387153239 ], [ -4.071475760179538, 58.554287184751765 ], [ -4.071182436036068, 58.555432842749255 ], [ -4.07054899917635, 58.555330760785537 ], [ -4.070492005319941, 58.555821289936397 ], [ -4.070122211134334, 58.555526298025903 ], [ -4.069477674650166, 58.557566995326447 ], [ -4.070513152537456, 58.559382975225141 ], [ -4.071072290140844, 58.559535666348715 ], [ -4.069693975593176, 58.560941369202133 ], [ -4.070732996719173, 58.561068360938052 ], [ -4.070181225808923, 58.561768997791212 ], [ -4.071717111486281, 58.562157482750443 ], [ -4.071103792844641, 58.562980395702475 ], [ -4.069992451540301, 58.562939916744661 ], [ -4.070523804525635, 58.563349092972693 ], [ -4.070122727335966, 58.563836183648917 ], [ -4.071254613317566, 58.564078462978266 ], [ -4.070394051193662, 58.564209124486737 ], [ -4.069739268309129, 58.563748034621931 ], [ -4.068960803863744, 58.564250185573805 ], [ -4.070254026690572, 58.56445843214653 ], [ -4.06794620947339, 58.564976232881293 ], [ -4.067132631298225, 58.564737785909145 ], [ -4.067430980471812, 58.564548819302658 ], [ -4.066338230237645, 58.564678698456746 ], [ -4.066854475799437, 58.564540129713066 ], [ -4.0668422939745, 58.564041732874891 ], [ -4.065235822583835, 58.564206818912716 ], [ -4.064612718687056, 58.565454894021336 ], [ -4.063574045272215, 58.565769730112898 ], [ -4.06279014905857, 58.566474061387929 ], [ -4.063382055674333, 58.565575174085765 ], [ -4.062267283211967, 58.566208455767608 ], [ -4.062203103230325, 58.565701910417765 ], [ -4.060765406430689, 58.564790685116279 ], [ -4.060246983461032, 58.565185297680934 ], [ -4.060541419501662, 58.565953167640522 ], [ -4.061593340210534, 58.566443864850321 ], [ -4.060244860052796, 58.567197666131086 ], [ -4.060323557131563, 58.567659061089934 ], [ -4.059850340660959, 58.56765317470029 ], [ -4.059543206919924, 58.566961867808594 ], [ -4.058484867534479, 58.566947389251609 ], [ -4.057816882511733, 58.567577962252081 ], [ -4.05754372094019, 58.567025352982476 ], [ -4.057150187557799, 58.56705860670143 ], [ -4.057089272281465, 58.568218469940689 ], [ -4.056406569843712, 58.568305761493917 ], [ -4.056327396232161, 58.567835388683015 ], [ -4.056119424284032, 58.568247472534964 ], [ -4.055538992638966, 58.567879449578903 ], [ -4.055027559845051, 58.567955009500153 ], [ -4.055451293131019, 58.56917000243093 ], [ -4.054677934348434, 58.569177882523654 ], [ -4.054840975338727, 58.569759209798583 ], [ -4.053647636363579, 58.570523932506894 ], [ -4.054180155994023, 58.569046597272383 ], [ -4.05315378469259, 58.570459957468458 ], [ -4.052703674361419, 58.570408757035295 ], [ -4.052424270415171, 58.571217254380009 ], [ -4.052201129831748, 58.570636884585298 ], [ -4.05135792660544, 58.571068089629293 ], [ -4.051425788460143, 58.571933924008874 ], [ -4.050967144242958, 58.572031083088746 ], [ -4.05070906291742, 58.571294055697066 ], [ -4.049917287364563, 58.570987774523132 ], [ -4.047416247579937, 58.571890084491002 ], [ -4.048007794966453, 58.572743080772057 ], [ -4.047279783498563, 58.573087077376393 ], [ -4.048325381521612, 58.573321951319038 ], [ -4.048419461179828, 58.574784777382085 ], [ -4.049451540832584, 58.574934514050625 ], [ -4.049817722390302, 58.576343588689845 ], [ -4.049652652839875, 58.576903205149641 ], [ -4.049449724296637, 58.576668377090861 ], [ -4.048313106148774, 58.576938043658686 ], [ -4.047501621939141, 58.577621154189103 ], [ -4.047777983281153, 58.578406407208426 ], [ -4.047368708045162, 58.57887917785397 ], [ -4.048633995222595, 58.579632496495606 ], [ -4.048545701941231, 58.580181903177646 ], [ -4.049704345130246, 58.580581161902984 ], [ -4.050582818728819, 58.581483471419951 ], [ -4.050346559185533, 58.581855568950928 ], [ -4.04928973727326, 58.581580461917305 ], [ -4.049164519887901, 58.582233769083601 ], [ -4.048593172034784, 58.582171010926494 ], [ -4.049292710960932, 58.583543328352739 ], [ -4.049018638432732, 58.583857632809703 ], [ -4.047167228767824, 58.582467736758979 ], [ -4.046977309883234, 58.583457159660043 ], [ -4.04572797215627, 58.583332420587837 ], [ -4.046144576424719, 58.584191804140012 ], [ -4.0451335802886, 58.583700327091286 ], [ -4.044316433125805, 58.58228494198282 ], [ -4.043288275006632, 58.58214677855235 ], [ -4.04419591275198, 58.583108856467184 ], [ -4.044130534312163, 58.583904942773323 ], [ -4.043599806989416, 58.583536074602947 ], [ -4.043876902485953, 58.584983412482451 ], [ -4.042810667918421, 58.585314792385581 ], [ -4.043735225538874, 58.586536229974669 ], [ -4.043721890876391, 58.588283745886507 ], [ -4.044017912727988, 58.588108349902647 ], [ -4.044131731463882, 58.588289804208969 ], [ -4.044340231146967, 58.589563052308392 ], [ -4.043620817814848, 58.590503395382775 ], [ -4.041928394000887, 58.589718183997313 ], [ -4.043497534515867, 58.591103661083139 ], [ -4.04276536032581, 58.591294972668841 ], [ -4.04102263228507, 58.590207802996687 ], [ -4.04167425059147, 58.591704893178914 ], [ -4.040512826247758, 58.591055861235716 ], [ -4.038847119205114, 58.59191148017397 ], [ -4.036564156662348, 58.588485420129636 ], [ -4.036136511206156, 58.588617068034132 ], [ -4.036755786219238, 58.590479425529189 ], [ -4.035969105920277, 58.59076948263975 ], [ -4.035134807902611, 58.590269737242295 ], [ -4.034827275466033, 58.590721987395817 ], [ -4.035302259658758, 58.590723449241978 ], [ -4.035572395883198, 58.591226740797332 ], [ -4.0341028942647, 58.59167043809785 ], [ -4.033474059419632, 58.591301284476799 ], [ -4.032475782388127, 58.591385351310606 ], [ -4.031885419900912, 58.590878133607724 ], [ -4.028599985181121, 58.591787065326223 ], [ -4.028974715164856, 58.591245731585353 ], [ -4.028498256264936, 58.590921761048186 ], [ -4.028339538089194, 58.591598030486495 ], [ -4.027289366072488, 58.59191554903645 ], [ -4.026422095480876, 58.590814372487827 ], [ -4.025630318621616, 58.590869077588643 ], [ -4.026048083458121, 58.592261225654163 ], [ -4.02488862757405, 58.59301075721811 ], [ -4.025227739662748, 58.591792639394406 ], [ -4.024703671122673, 58.591775743162238 ], [ -4.024246281805349, 58.592585175983878 ], [ -4.023473173038223, 58.592606334325666 ], [ -4.023638581492354, 58.59374194048511 ], [ -4.023133393032015, 58.593188424893256 ], [ -4.022630544626683, 58.593569155291419 ], [ -4.022146665041378, 58.593235396505563 ], [ -4.022141230580544, 58.594780644747999 ], [ -4.021138243317831, 58.594248428151687 ], [ -4.020876523724358, 58.593291309101296 ], [ -4.021035973484762, 58.59545831723814 ], [ -4.020589310303404, 58.59591900694253 ], [ -4.020990870469131, 58.596316950638027 ], [ -4.020198099153994, 58.596446199572426 ], [ -4.019069047531687, 58.595817129804459 ], [ -4.018898564418883, 58.596740615985887 ], [ -4.01955673110289, 58.597112074261815 ], [ -4.020021969798448, 58.598613990094591 ], [ -4.01956337979647, 58.599465644819055 ], [ -4.019792736983948, 58.600607435932318 ], [ -4.018136832411766, 58.599797981810354 ], [ -4.019212624499604, 58.600993856996872 ], [ -4.018928336123473, 58.601734968600809 ], [ -4.017772564820281, 58.601092830902999 ], [ -4.017319345563426, 58.599649112073067 ], [ -4.017001670057926, 58.600408710230155 ], [ -4.016482253215521, 58.600205748180542 ], [ -4.016334141277568, 58.600473084431101 ], [ -4.016064134718225, 58.600117980510149 ], [ -4.015478426568104, 58.597566873820973 ], [ -4.015005737551524, 58.597277830384805 ], [ -4.015739764521485, 58.594333212343471 ], [ -4.014314522475877, 58.593039477634264 ], [ -4.014169952078001, 58.591123769095731 ], [ -4.013045652324122, 58.590871880608404 ], [ -4.012731142192219, 58.591087918643886 ], [ -4.011840505562238, 58.589960962116912 ], [ -4.012359683462104, 58.588515475636875 ], [ -4.013347746378608, 58.587745386162233 ], [ -4.012151353630029, 58.588033629556449 ], [ -4.011587280253894, 58.587948133989919 ], [ -4.011126206449664, 58.58725913060568 ], [ -4.011155737639661, 58.587923446283384 ], [ -4.010374417957295, 58.587499972888409 ], [ -4.01116194304453, 58.585933507170147 ], [ -4.011128623567888, 58.583854351233704 ], [ -4.012955921590905, 58.582572541301218 ], [ -4.012250573962605, 58.582421886325911 ], [ -4.011487376650813, 58.582761733444364 ], [ -4.010673598212599, 58.582370212991378 ], [ -4.01225747418632, 58.581343758950162 ], [ -4.011299582194247, 58.581587835712796 ], [ -4.01153412283132, 58.580878959965652 ], [ -4.009828852353214, 58.581588390184088 ], [ -4.008984966773221, 58.5811209707092 ], [ -4.009819598272211, 58.579477414822442 ], [ -4.01111611971147, 58.578540811254705 ], [ -4.010838519520743, 58.578199291566136 ], [ -4.00995350201223, 58.578213139532942 ], [ -4.00853236040587, 58.578686334678565 ], [ -4.007511675606243, 58.577923418129849 ], [ -4.007569320126477, 58.576377357438339 ], [ -4.008864913374117, 58.575575542565751 ], [ -4.009169464181332, 58.574767655832808 ], [ -4.008574664017739, 58.574562250746538 ], [ -4.007424800487941, 58.575355497751538 ], [ -4.007516746463338, 58.575159119338352 ], [ -4.006424153085281, 58.575301057532442 ], [ -4.006091600300272, 58.574809463731349 ], [ -4.006123216376796, 58.573799225977091 ], [ -4.007024944098285, 58.573508450733257 ], [ -4.006693553532244, 58.573006958456311 ], [ -4.00711886541586, 58.573106319701047 ], [ -4.006536020102173, 58.572237737081878 ], [ -4.006891237662284, 58.57111284526308 ], [ -4.005874845643762, 58.568677123859835 ], [ -4.005984580972271, 58.5667780959796 ], [ -4.004999006819463, 58.565148604815406 ], [ -4.005286247227395, 58.564188276837214 ], [ -4.004589032927695, 58.563631402304217 ], [ -4.004973987831726, 58.564680955135302 ], [ -4.003164441948127, 58.565901296381838 ], [ -3.999841081355839, 58.566358233690764 ], [ -3.99478020485515, 58.566015597993925 ], [ -3.994203295438035, 58.566815999013649 ], [ -3.993537329930029, 58.566806572226589 ], [ -3.993228093603611, 58.567809433818127 ], [ -3.992285066309813, 58.567433282054878 ], [ -3.992251838709529, 58.568149779274869 ], [ -3.990168677941336, 58.568347364866732 ], [ -3.990494553671394, 58.568786996970566 ], [ -3.98989340149086, 58.568708272401977 ], [ -3.989013086489485, 58.569255522585692 ], [ -3.985612665925232, 58.570182215444746 ], [ -3.984016462435124, 58.569597799811746 ], [ -3.982391952794297, 58.570427794261413 ], [ -3.982402230711338, 58.570092553566191 ], [ -3.981618939973288, 58.570411871782355 ], [ -3.981682209525906, 58.570192598418735 ], [ -3.980206785924171, 58.569857808906313 ], [ -3.979406627008566, 58.570335481819335 ], [ -3.977466398133625, 58.569808389899833 ], [ -3.977348602870624, 58.570280934374431 ], [ -3.976712406927674, 58.570495547050179 ], [ -3.975457293254647, 58.570224688864009 ], [ -3.974491254167877, 58.570414716792605 ], [ -3.97305869612774, 58.569801599503471 ], [ -3.97331024001566, 58.570237923073762 ], [ -3.972640321007924, 58.570250906624089 ], [ -3.971985460135881, 58.569339262743959 ], [ -3.970627479025449, 58.569194806444322 ], [ -3.969540816270604, 58.568614973074737 ], [ -3.968257317550104, 58.569643480593932 ], [ -3.96653955152321, 58.56949191623697 ], [ -3.965747673185331, 58.569660346878202 ], [ -3.965860071492853, 58.570039522841633 ], [ -3.964772838150355, 58.57049185007422 ], [ -3.96390767716465, 58.570580539311543 ], [ -3.964039717445547, 58.570236253613793 ], [ -3.963423838000202, 58.570507982774004 ], [ -3.962456780989582, 58.571111170720023 ], [ -3.963260783533889, 58.571619024530008 ], [ -3.961390548933668, 58.572401297091794 ], [ -3.9614342395175, 58.573182184065168 ], [ -3.959719142627864, 58.572188744172351 ], [ -3.960019473293611, 58.573100466916294 ], [ -3.958988203371096, 58.572033699471916 ], [ -3.959164718431623, 58.573499789399776 ], [ -3.958428421974105, 58.573403214912318 ], [ -3.958602125303847, 58.573741935031059 ], [ -3.957593472114709, 58.573541707082228 ], [ -3.957181969106081, 58.574334021216444 ], [ -3.955527985377754, 58.573047635780931 ], [ -3.955201775659431, 58.57398237876442 ], [ -3.952315974513474, 58.572809018816578 ], [ -3.95314334707374, 58.574386497579255 ], [ -3.95273594231175, 58.574482523966047 ], [ -3.952905209868216, 58.574125108558803 ], [ -3.952455505745027, 58.57438796912249 ], [ -3.952439601210522, 58.573948026392465 ], [ -3.951641922274292, 58.573829887524504 ], [ -3.950964180046161, 58.573085579476178 ], [ -3.950741755992487, 58.572024429539375 ], [ -3.950380573727673, 58.572178138623244 ], [ -3.950270194366069, 58.571739629978651 ], [ -3.949709774002957, 58.571712202866728 ], [ -3.95026650973874, 58.568582036497538 ], [ -3.949217556390489, 58.569199841575845 ], [ -3.948728914258493, 58.568142727473017 ], [ -3.946681713760569, 58.568744208965128 ], [ -3.946654554572609, 58.568255028016289 ], [ -3.945733526397722, 58.568390256592778 ], [ -3.946147449715964, 58.567018517606783 ], [ -3.945389288902784, 58.566989576273443 ], [ -3.945225703810701, 58.567450204168516 ], [ -3.944961282788286, 58.56702300727332 ], [ -3.944003903342586, 58.567153384080576 ], [ -3.943506178778128, 58.567635235682417 ], [ -3.943387907635891, 58.567207621205704 ], [ -3.942892975439655, 58.567150427644783 ], [ -3.943132837058136, 58.568127780516022 ], [ -3.942117669682098, 58.568084740220733 ], [ -3.941510226958322, 58.568759587380406 ], [ -3.9434861811155, 58.569601093197051 ], [ -3.943507376638646, 58.569983462800735 ], [ -3.942247753584072, 58.57024685944819 ], [ -3.942853564803111, 58.570628474205904 ], [ -3.94090599776392, 58.570828596063002 ], [ -3.939763935689701, 58.570606888603834 ], [ -3.939648281642305, 58.570070533392609 ], [ -3.938917813832155, 58.570232480062515 ], [ -3.938733056930835, 58.570591906474462 ], [ -3.940614137671743, 58.571707083191249 ], [ -3.939744473937395, 58.572275386508466 ], [ -3.937512670048468, 58.5717529963026 ], [ -3.936734822395923, 58.571898576323626 ], [ -3.936783816686026, 58.571540301554244 ], [ -3.93606234370282, 58.572083886983648 ], [ -3.935147387538484, 58.57061811962992 ], [ -3.934351664488801, 58.570719936396621 ], [ -3.934672957080681, 58.571899099390457 ], [ -3.935409023957328, 58.572211412201703 ], [ -3.935149179423624, 58.572519860836238 ], [ -3.934419760133606, 58.572359264429089 ], [ -3.934833388108974, 58.572780641564755 ], [ -3.934627639303064, 58.573695546325773 ], [ -3.932608432008863, 58.573473505182399 ], [ -3.932439215391438, 58.572244438888795 ], [ -3.931902923651281, 58.571905748740072 ], [ -3.932654411080386, 58.571718373157871 ], [ -3.932599817519155, 58.57091518807551 ], [ -3.931143289114051, 58.570353175606407 ], [ -3.929442383881888, 58.570505396944689 ], [ -3.93024453040747, 58.571706991825899 ], [ -3.92974741398069, 58.571142223387547 ], [ -3.928818083036137, 58.570941478502441 ], [ -3.928973096782895, 58.57013334876433 ], [ -3.928161615778226, 58.570261415309908 ], [ -3.927650316114385, 58.570031929152236 ], [ -3.927775160268375, 58.569550347525478 ], [ -3.927031868005557, 58.569292000206332 ], [ -3.926725399507109, 58.568721665760997 ], [ -3.924832496098572, 58.568538934181973 ], [ -3.924527239393355, 58.567676619552159 ], [ -3.923257644755036, 58.567383014708959 ], [ -3.923436887570568, 58.566951827935796 ], [ -3.922893193378632, 58.566537752669653 ], [ -3.92346743420882, 58.56616084059484 ], [ -3.923318459923117, 58.564949427868704 ], [ -3.921844119427142, 58.564807998046092 ], [ -3.923299055269589, 58.564846410491292 ], [ -3.923580326972508, 58.562953011165376 ], [ -3.920831993509156, 58.560141043793848 ], [ -3.919364026151626, 58.55951529255519 ], [ -3.914498213072625, 58.55871204089096 ], [ -3.911088282476029, 58.558754737285668 ], [ -3.908141209957968, 58.55918483317047 ], [ -3.906889614906014, 58.558771325509717 ], [ -3.910216557770831, 58.557867580612289 ], [ -3.91292034422659, 58.556319945794023 ], [ -3.91144473664272, 58.555106713777874 ], [ -3.909820923342396, 58.554642179890067 ], [ -3.911253600506438, 58.555415888096071 ], [ -3.909995576478245, 58.555450772590639 ], [ -3.908038837692748, 58.554774669982116 ], [ -3.905777044139589, 58.553449083228827 ], [ -3.904756088841347, 58.552150875346037 ], [ -3.90513233164774, 58.549172730183592 ], [ -3.902950813640063, 58.546403192812647 ], [ -3.900728200352457, 58.54153573674067 ], [ -3.901074397241583, 58.54053616321093 ], [ -3.903326910692731, 58.54028360127699 ], [ -3.901085053297384, 58.540510852271765 ], [ -3.900661600735669, 58.537672117930633 ], [ -3.900283575008786, 58.542748770865003 ], [ -3.901777640140704, 58.545778268745451 ], [ -3.901462992310054, 58.546187175313221 ], [ -3.903057130383805, 58.548458786175971 ], [ -3.903445526619699, 58.550043068511485 ], [ -3.903136194261367, 58.550486934717881 ], [ -3.902705556108787, 58.550278615638938 ], [ -3.90261378637855, 58.551565480453583 ], [ -3.903480306213127, 58.552204825298418 ], [ -3.904529569110339, 58.554816874834266 ], [ -3.906351274181566, 58.556172373036773 ], [ -3.910767501930869, 58.556431942966469 ], [ -3.910649305124981, 58.557070615644292 ], [ -3.907882207160879, 58.557551929174096 ], [ -3.90593497620792, 58.558570794721575 ], [ -3.907753828543315, 58.561007003757275 ], [ -3.907321470572506, 58.562097704360987 ], [ -3.908097536240608, 58.562932401881746 ], [ -3.907381633313314, 58.563298771389604 ], [ -3.907261475767864, 58.564313867230901 ], [ -3.905081150622777, 58.564498936636618 ], [ -3.903808786081964, 58.565827558052817 ], [ -3.902092289599634, 58.566482711023511 ], [ -3.901560403248872, 58.566249834525841 ], [ -3.901211704814683, 58.566763447221767 ], [ -3.900483335716572, 58.566617018194734 ], [ -3.900072378962785, 58.567124362038911 ], [ -3.899178750897454, 58.566942640224681 ], [ -3.898880277307864, 58.567177921655301 ], [ -3.899360018537146, 58.56743224161869 ], [ -3.898836959862917, 58.567679826471789 ], [ -3.8985748643447, 58.567348625616191 ], [ -3.897684955782257, 58.567362672935381 ], [ -3.898072322963104, 58.567149437387656 ], [ -3.897533533905757, 58.567169973539478 ], [ -3.895455619913129, 58.567663285938991 ], [ -3.895276122991523, 58.568255233879569 ], [ -3.89339155659484, 58.568700743208858 ], [ -3.894134168518969, 58.568123853104318 ], [ -3.892114922081811, 58.568463530709415 ], [ -3.892568995515309, 58.568115479740335 ], [ -3.88969407313549, 58.567892796561232 ], [ -3.889282109862346, 58.567427237159954 ], [ -3.88777750148237, 58.566946296494763 ], [ -3.88755010298598, 58.566235472785834 ], [ -3.885577124769952, 58.565676047720821 ], [ -3.885290566892618, 58.566102464236572 ], [ -3.883747423711773, 58.566502396563379 ], [ -3.880323304396296, 58.56661544407428 ], [ -3.879879356701399, 58.566352445694889 ], [ -3.880469540835024, 58.565494895900081 ], [ -3.879302612314594, 58.565215527473789 ], [ -3.878645584175612, 58.565467683979705 ], [ -3.878619202240346, 58.565135691759643 ], [ -3.878062605885879, 58.565336968940805 ], [ -3.877619770940954, 58.564773009930605 ], [ -3.877291315485726, 58.565060780820261 ], [ -3.876666544079687, 58.564791430917602 ], [ -3.876761980522374, 58.56545030081174 ], [ -3.87622417472018, 58.565521039177696 ], [ -3.87589332787191, 58.56512162767482 ], [ -3.874757735366182, 58.564945067373046 ], [ -3.871732155127561, 58.564791557969599 ], [ -3.869688756840431, 58.565000978909602 ], [ -3.866592272322377, 58.563999471651186 ], [ -3.864984812422443, 58.564000361532372 ], [ -3.863559897387268, 58.563392220093945 ], [ -3.863221795202173, 58.5636621277635 ], [ -3.862194660027128, 58.563097608532374 ], [ -3.860343840731676, 58.563371462933539 ], [ -3.860292227428022, 58.564018997168745 ], [ -3.859070522353605, 58.562864383202779 ], [ -3.858572914872974, 58.563693541776985 ], [ -3.856299928062219, 58.565087354010629 ], [ -3.855607899517996, 58.565330913825932 ], [ -3.854065821481525, 58.565106143720428 ], [ -3.854489724887223, 58.565481807996498 ], [ -3.854101462931876, 58.565617667882201 ], [ -3.851927329372684, 58.565307670298566 ], [ -3.851759495078127, 58.564896865860916 ], [ -3.850391798268102, 58.564880641612945 ], [ -3.850805899123697, 58.564582724431666 ], [ -3.850371432334924, 58.564494660587087 ], [ -3.848823005590159, 58.565289503892913 ], [ -3.84829963350984, 58.564982626087605 ], [ -3.848877269893856, 58.564525157572284 ], [ -3.847842548671416, 58.564791573266298 ], [ -3.84785737142099, 58.565236024436821 ], [ -3.846657909391309, 58.565639546658602 ], [ -3.845370917321476, 58.565033714644237 ], [ -3.844595744994586, 58.565332307481548 ], [ -3.844611943484344, 58.565803688201946 ], [ -3.84417313498402, 58.565796513741368 ], [ -3.844556023493461, 58.566374918646538 ], [ -3.843182104850226, 58.567876851329586 ], [ -3.842646685893877, 58.568158516817718 ], [ -3.842584528020017, 58.567957288534657 ], [ -3.84227731439922, 58.568491697521999 ], [ -3.841298897294077, 58.568523690841559 ], [ -3.840840084147451, 58.569118658988138 ], [ -3.839354179781057, 58.568654854806212 ], [ -3.837148661047463, 58.568731328924592 ], [ -3.836411400043968, 58.568279240851687 ], [ -3.835532048289823, 58.568561300522546 ], [ -3.835162606338529, 58.567744626147928 ], [ -3.833528539627546, 58.567404143756669 ], [ -3.833337892090754, 58.568197375859988 ], [ -3.832561813080011, 58.567988363329356 ], [ -3.833096447236386, 58.568676924527857 ], [ -3.831497657723886, 58.568353878921464 ], [ -3.831418864172841, 58.568655935287424 ], [ -3.829230256258956, 58.569221609606053 ], [ -3.828772516025843, 58.569017024203717 ], [ -3.829602668177893, 58.568120371612324 ], [ -3.829080428067769, 58.567997553611569 ], [ -3.828136976310352, 58.568370305519551 ], [ -3.826979418045047, 58.568099314507457 ], [ -3.82609374014561, 58.568426314229164 ], [ -3.825048110397041, 58.56815820642624 ], [ -3.824061049023345, 58.568519869510141 ], [ -3.823488527648037, 58.568388759752693 ], [ -3.823455776059201, 58.566965409657136 ], [ -3.823045372771447, 58.567670116341134 ], [ -3.82125379382082, 58.568101561806252 ], [ -3.820353138577142, 58.569101564343875 ], [ -3.818102959222114, 58.569146902991918 ], [ -3.811388275437689, 58.570609868368507 ], [ -3.807858940858488, 58.570761088944096 ], [ -3.806184520224619, 58.569467729642959 ], [ -3.807479775693146, 58.570877813334583 ], [ -3.806257197478215, 58.571379192234176 ], [ -3.806675215647825, 58.571849414482955 ], [ -3.800764192174143, 58.573643662420025 ], [ -3.799331040260387, 58.57309511734293 ], [ -3.799694656648077, 58.572507027812456 ], [ -3.798455051715607, 58.573216076586945 ], [ -3.798125259034345, 58.572888321719887 ], [ -3.796676162885175, 58.572799001690967 ], [ -3.796004818767519, 58.571980156257112 ], [ -3.795157453991377, 58.572189624644423 ], [ -3.794835052960894, 58.571837504285362 ], [ -3.794259292560397, 58.571944359256776 ], [ -3.793856594145832, 58.570392332315706 ], [ -3.791811540776402, 58.570314871417189 ], [ -3.79386103980273, 58.570008696580928 ], [ -3.793515578337393, 58.569440405028253 ], [ -3.792891803341688, 58.56998629432573 ], [ -3.792708341907851, 58.569794821934607 ], [ -3.793653331352825, 58.569175280254754 ], [ -3.793934348432553, 58.568416785228194 ], [ -3.79339291587237, 58.567647315824907 ], [ -3.794493692214691, 58.56674711942658 ], [ -3.793328819200094, 58.56515004013697 ], [ -3.792210547541074, 58.56449641334757 ], [ -3.788661391811718, 58.563371803811066 ], [ -3.788778941944902, 58.562811425165023 ], [ -3.787391181718429, 58.563174790704885 ], [ -3.784511430429437, 58.563071100270825 ], [ -3.785390116053328, 58.563378684790855 ], [ -3.781013043894098, 58.563615511496103 ], [ -3.778180116311119, 58.564198226437888 ], [ -3.774646605046341, 58.565853241564675 ], [ -3.774945159484332, 58.567539708470093 ], [ -3.77620670609348, 58.568276840556912 ], [ -3.777061656361209, 58.570014896660702 ], [ -3.776494947048071, 58.571929814465847 ], [ -3.775409130053602, 58.572764068328731 ], [ -3.772228435332819, 58.573967678653062 ], [ -3.771611562203672, 58.57472626104758 ], [ -3.76935132726043, 58.57495503075836 ], [ -3.768647282979225, 58.575282719714004 ], [ -3.769444563112197, 58.57523491247477 ], [ -3.768512125080992, 58.575603474020845 ], [ -3.766771366586325, 58.575426204741682 ], [ -3.765453968303085, 58.576039880563819 ], [ -3.763274207142292, 58.576195573188848 ], [ -3.762453191704861, 58.576729642983338 ], [ -3.760923829501866, 58.576960811655553 ], [ -3.760459700613049, 58.577239353634532 ], [ -3.76072012118183, 58.577561864870937 ], [ -3.758512783096867, 58.578164303773761 ], [ -3.758784764032231, 58.578306104265735 ], [ -3.758004930224697, 58.578429062276513 ], [ -3.758462745050635, 58.57822966545298 ], [ -3.758033739619839, 58.57804330170331 ], [ -3.755340047890003, 58.578964045057866 ], [ -3.753723628396476, 58.578489362518511 ], [ -3.75347516106283, 58.578920338959136 ], [ -3.75243380789528, 58.579179778064983 ], [ -3.753417384896838, 58.578590557047526 ], [ -3.752639178774599, 58.578884134922774 ], [ -3.750945726448645, 58.578725767697136 ], [ -3.749935432344474, 58.578987458085798 ], [ -3.749307276541792, 58.579634693906442 ], [ -3.749765578389952, 58.579891652341978 ], [ -3.748165957798929, 58.580063438581405 ], [ -3.747958495656654, 58.580731891904215 ], [ -3.748668632533432, 58.580589283511124 ], [ -3.747489558598553, 58.580917029095467 ], [ -3.747266126343481, 58.581472514051718 ], [ -3.748143685222675, 58.581341106445905 ], [ -3.746766999086233, 58.581914969075271 ], [ -3.746424200352367, 58.582422669062147 ], [ -3.74647751112347, 58.581973699336629 ], [ -3.746314187807385, 58.582665803308025 ], [ -3.745841881898686, 58.582749473518916 ], [ -3.745727171683612, 58.582345904573522 ], [ -3.744782669654259, 58.582860874379634 ], [ -3.744067214493592, 58.582655896082038 ], [ -3.741894068376695, 58.583300697544637 ], [ -3.741374531368729, 58.583749695358307 ], [ -3.741706713578088, 58.584064983302369 ], [ -3.740714227414019, 58.58410088808801 ], [ -3.740449019040227, 58.584822210224019 ], [ -3.739198867668282, 58.585108620878863 ], [ -3.73954398050442, 58.585545906064162 ], [ -3.738622485804339, 58.585626645870214 ], [ -3.738379465975314, 58.586137464313161 ], [ -3.737912922046998, 58.586061132181321 ], [ -3.736391276942974, 58.587084186009832 ], [ -3.734678869219492, 58.587522318374631 ], [ -3.735205652795628, 58.588258985868848 ], [ -3.734210626361968, 58.588663169873335 ], [ -3.734094879561718, 58.588479685297713 ], [ -3.733903543972189, 58.589028423148605 ], [ -3.73463223200802, 58.588630531592855 ], [ -3.734140870806282, 58.589652222860096 ], [ -3.733589431799567, 58.589356042544296 ], [ -3.732753965331374, 58.58943917194572 ], [ -3.732193702076379, 58.590008151183305 ], [ -3.732976966109541, 58.588869348521023 ], [ -3.731228022489724, 58.590207107312295 ], [ -3.730933398637885, 58.591556702787038 ], [ -3.730755386218035, 58.590844067278013 ], [ -3.730344848034594, 58.591623914449784 ], [ -3.728799367637837, 58.592242967737455 ], [ -3.728314097235709, 58.593287907734819 ], [ -3.726673353413335, 58.593617172223738 ], [ -3.726562327195467, 58.594087566461887 ], [ -3.726571272504342, 58.593291569175278 ], [ -3.725605046184173, 58.594215401999278 ], [ -3.725119838891592, 58.59432072612524 ], [ -3.725285040081216, 58.593936739377767 ], [ -3.724060740756702, 58.594897260268588 ], [ -3.722753977330346, 58.595372006268832 ], [ -3.722625786352796, 58.594409869727187 ], [ -3.721930299765111, 58.595698339669184 ], [ -3.721040023351473, 58.595860275927848 ], [ -3.721227338810848, 58.596240434878396 ], [ -3.720405699733608, 58.596188555208293 ], [ -3.71895440432506, 58.597261653404431 ], [ -3.719032520077464, 58.596679422138131 ], [ -3.717449952917221, 58.597533281681699 ], [ -3.716467063589412, 58.597597612409892 ], [ -3.714708770254551, 58.598906515739912 ], [ -3.714096326123078, 58.598805094124558 ], [ -3.713726908365416, 58.599133399700918 ], [ -3.711694922910902, 58.599071544345684 ], [ -3.711721395022157, 58.598838538014761 ], [ -3.70856761196791, 58.601109120127298 ], [ -3.70771061390173, 58.601251656159015 ], [ -3.707622462792105, 58.600996818471067 ], [ -3.706064290552206, 58.602184367863323 ], [ -3.705964879189613, 58.601344901088645 ], [ -3.705367413819564, 58.601339354486264 ], [ -3.704386778679765, 58.602265906185721 ], [ -3.702927283943755, 58.602725403240726 ], [ -3.702722912454704, 58.602557438145112 ], [ -3.702192858672594, 58.603230977711725 ], [ -3.701045027215176, 58.603588413731877 ], [ -3.70033289172421, 58.604447602233023 ], [ -3.699977052684252, 58.603854057618982 ], [ -3.699794702217897, 58.604352316149757 ], [ -3.698899940947109, 58.604321924867925 ], [ -3.696654584043425, 58.605474419837883 ], [ -3.697312279600271, 58.604874674298927 ], [ -3.695461886188236, 58.605227859195587 ], [ -3.694219739529359, 58.604599275069134 ], [ -3.691640125778615, 58.605677037596479 ], [ -3.690461987965802, 58.605767091195034 ], [ -3.689981045490234, 58.605324278398541 ], [ -3.689977609458043, 58.606287270942701 ], [ -3.688847883127511, 58.606417993631993 ], [ -3.688571093649712, 58.606781836216854 ], [ -3.687737837978871, 58.606671511109965 ], [ -3.687844230090755, 58.606379074480699 ], [ -3.686952090328727, 58.60665397745575 ], [ -3.686482418632902, 58.607087716454203 ], [ -3.68623512869329, 58.606885256125501 ], [ -3.68600960492438, 58.607384957664166 ], [ -3.685719604056089, 58.607153413538107 ], [ -3.685254056342483, 58.607852083579772 ], [ -3.684194050010195, 58.608145336055856 ], [ -3.684165188607003, 58.607688494547574 ], [ -3.682398559817718, 58.608429342502994 ], [ -3.68195273860736, 58.608357924479471 ], [ -3.682248159232995, 58.608093561068074 ], [ -3.681667569577372, 58.608441600863642 ], [ -3.680578656582426, 58.608277083778304 ], [ -3.679970565583711, 58.608626373494168 ], [ -3.679180029100213, 58.608294460373664 ], [ -3.677688640929122, 58.608890619105928 ], [ -3.67789386087839, 58.608180105107522 ], [ -3.677183086868746, 58.608254952975408 ], [ -3.677094624272345, 58.607737805863906 ], [ -3.6756444992693, 58.607649820232872 ], [ -3.675517353315143, 58.607187072482461 ], [ -3.674824046490711, 58.607374861619228 ], [ -3.67353370017991, 58.60655986834071 ], [ -3.67240144194117, 58.606747069765639 ], [ -3.67142057077158, 58.607581740612318 ], [ -3.672120189910469, 58.609075445122102 ], [ -3.671502331795944, 58.610159603706997 ], [ -3.671483571385226, 58.611785711327407 ], [ -3.672334022453644, 58.612795084143315 ], [ -3.671747536328823, 58.614248920777584 ], [ -3.670155237643197, 58.61486696058271 ], [ -3.669545970743407, 58.615665347288292 ], [ -3.669273926596638, 58.615520665339332 ], [ -3.669280439035723, 58.616595805358479 ], [ -3.668716332881048, 58.617222930744731 ], [ -3.666981820065167, 58.617317289615535 ], [ -3.665977527594523, 58.618102813246729 ], [ -3.661605432978645, 58.61921933464938 ], [ -3.661367045263926, 58.619819760350069 ], [ -3.66124810717338, 58.619309286435737 ], [ -3.66007375799136, 58.619962219442336 ], [ -3.658224752538307, 58.61946059171283 ], [ -3.653676720082554, 58.620105724272129 ], [ -3.651327425336719, 58.619947278903446 ], [ -3.65017982622704, 58.619053867968297 ], [ -3.649924681055506, 58.617878622428812 ], [ -3.648479244677434, 58.61745880899435 ], [ -3.64865598005521, 58.616751407708428 ], [ -3.648248076679652, 58.616608423761498 ], [ -3.647649812180155, 58.616481351821477 ], [ -3.645945725091137, 58.617113095365433 ], [ -3.64501714105346, 58.616735132800237 ], [ -3.643206141677166, 58.616961295163527 ], [ -3.643368088102665, 58.616486740445879 ], [ -3.641869644799399, 58.615741462607716 ], [ -3.641098061282153, 58.615699213389135 ], [ -3.640727587237677, 58.614847899060265 ], [ -3.64027838031726, 58.615255152545068 ], [ -3.639373054417984, 58.615150822630376 ], [ -3.63871677209743, 58.615732278042103 ], [ -3.637978761897944, 58.615597959775123 ], [ -3.638441183825635, 58.615288456529285 ], [ -3.637574989206627, 58.615542020970118 ], [ -3.637773735488758, 58.615263723968859 ], [ -3.635951435635613, 58.615100083818994 ], [ -3.63329330444796, 58.615361134953574 ], [ -3.631209040397314, 58.615043559757964 ], [ -3.631149870085373, 58.614734411229698 ], [ -3.629352722534264, 58.614998828030153 ], [ -3.627457340083284, 58.615780062708623 ], [ -3.627006994932427, 58.615573773027144 ], [ -3.624033271605302, 58.615751493830331 ], [ -3.623553375429635, 58.615501550861474 ], [ -3.622436510700975, 58.615772549309824 ], [ -3.622240552717578, 58.615482190063013 ], [ -3.621543685299874, 58.616271564700781 ], [ -3.620202910858765, 58.616467218545736 ], [ -3.619379665808388, 58.616350036529099 ], [ -3.619257554200122, 58.616055149887423 ], [ -3.618572515655313, 58.61661799836471 ], [ -3.617278533186479, 58.616299230405573 ], [ -3.618281533832167, 58.615984797500857 ], [ -3.61495862233333, 58.616320303519004 ], [ -3.6124693456029, 58.616925527547394 ], [ -3.611768303902944, 58.616844491138039 ], [ -3.611922962982923, 58.616538942547763 ], [ -3.610068017391715, 58.616599908751851 ], [ -3.605659742212037, 58.617486812246277 ], [ -3.604123483397997, 58.616876310767765 ], [ -3.60318910562562, 58.617113424997342 ], [ -3.600764022338014, 58.616981951637115 ], [ -3.598534022060246, 58.618105559741537 ], [ -3.596284454126828, 58.617859538170755 ], [ -3.589485033093202, 58.619412402081885 ], [ -3.586586847486938, 58.617772957959261 ], [ -3.584569012884729, 58.61769903133078 ], [ -3.581605649744042, 58.618799937322123 ], [ -3.580706625076667, 58.618528043485441 ], [ -3.580668940071082, 58.618074891570778 ], [ -3.579574120056521, 58.619377329827081 ], [ -3.57551819753913, 58.619930104238932 ], [ -3.573184638758737, 58.619729620292254 ], [ -3.570497942259264, 58.620292424984015 ], [ -3.567584733224652, 58.620413302927972 ], [ -3.564644183435103, 58.621271007720622 ], [ -3.56287994420895, 58.62128796952458 ], [ -3.559967022282725, 58.621803897619507 ], [ -3.557970308450319, 58.623561711402985 ], [ -3.556017622513172, 58.623603316989133 ], [ -3.554621828012651, 58.622807288312877 ], [ -3.552889017154495, 58.622370120389867 ], [ -3.551348406277293, 58.622577344926974 ], [ -3.548591963667573, 58.623522281091681 ], [ -3.546079256684251, 58.623166269771623 ], [ -3.545716513752376, 58.623920660786283 ], [ -3.540902943489364, 58.622738854532315 ], [ -3.540686998908408, 58.62311421110595 ], [ -3.540097470632739, 58.62302246600759 ], [ -3.539722465341072, 58.623305410472916 ], [ -3.538349864703656, 58.622832296385219 ], [ -3.537614989025751, 58.623155468389129 ], [ -3.535580190930379, 58.622699223056244 ], [ -3.535357295671724, 58.622917461536048 ], [ -3.535479165530921, 58.622359098691639 ], [ -3.536607328740066, 58.621972854748819 ], [ -3.535963045667581, 58.62180988604738 ], [ -3.536116694049498, 58.621583491174654 ], [ -3.537015640660504, 58.621271840246052 ], [ -3.53662814295778, 58.621074367248994 ], [ -3.537078693881058, 58.620943229413044 ], [ -3.536813435312632, 58.620196370097283 ], [ -3.537696387632639, 58.620109464974945 ], [ -3.537237568114389, 58.62005207372038 ], [ -3.537203259649538, 58.619271015772533 ], [ -3.537965939033492, 58.618210956491438 ], [ -3.537629110329821, 58.61799042464034 ], [ -3.538550488044477, 58.617799756160707 ], [ -3.537665623921516, 58.6178417785165 ], [ -3.538094720923689, 58.617262671691741 ], [ -3.537938909076207, 58.616028557475445 ], [ -3.5400592629535, 58.614054896906332 ], [ -3.539503871904334, 58.61266119088009 ], [ -3.539911597885081, 58.610619996775263 ], [ -3.540365073681121, 58.613962308001575 ], [ -3.545305846161947, 58.61274968280258 ], [ -3.543120688318344, 58.610120724452237 ], [ -3.54529238133668, 58.612327671053244 ], [ -3.547006098453529, 58.611956749431165 ], [ -3.546793287673467, 58.611387129529916 ], [ -3.547502051442163, 58.612310976448498 ], [ -3.549378959218734, 58.611932669379812 ], [ -3.548687732260905, 58.611211624014096 ], [ -3.549402788989435, 58.611732074142552 ], [ -3.55085131091901, 58.611360703152528 ], [ -3.549998667101499, 58.610338005436489 ], [ -3.548447306406211, 58.610952232892302 ], [ -3.548618340961614, 58.611121737315059 ], [ -3.547314413079827, 58.611376368078659 ], [ -3.549268019550261, 58.610476158446943 ], [ -3.54802684705699, 58.609618914543887 ], [ -3.546872696298719, 58.610067554686104 ], [ -3.546863143517981, 58.610669491908773 ], [ -3.546467725390245, 58.610018531717458 ], [ -3.548734873123934, 58.609125336841302 ], [ -3.552013018464523, 58.608519914159189 ], [ -3.55039840226696, 58.606148270875657 ], [ -3.549270138512325, 58.605272611094918 ], [ -3.545651475510601, 58.603305001911345 ], [ -3.541578743155902, 58.601607720734847 ], [ -3.538474588302534, 58.601187702058368 ], [ -3.538453580319191, 58.600944529937998 ], [ -3.536573042765891, 58.600523290131264 ], [ -3.533641631348976, 58.600428948906888 ], [ -3.529952644926518, 58.599774075059194 ], [ -3.527087928507467, 58.598484132121413 ], [ -3.525200459126237, 58.596909470316952 ], [ -3.518402593054963, 58.597165104989145 ], [ -3.5154198569298, 58.597547022998668 ], [ -3.515440993955585, 58.598154880835203 ], [ -3.51295644304425, 58.599356346765369 ], [ -3.51325990729307, 58.597936254547655 ], [ -3.51523271445292, 58.595408727955586 ], [ -3.514880408955323, 58.594821839764002 ], [ -3.520569756867918, 58.592425528212743 ], [ -3.5269800845078, 58.587681374508911 ], [ -3.524056329298908, 58.589003257392079 ], [ -3.518819072052603, 58.592562998186665 ], [ -3.518714146625992, 58.592285783846727 ], [ -3.517250265080781, 58.593046814082918 ], [ -3.513719636612978, 58.593921108350415 ], [ -3.513037120791636, 58.597081060260038 ], [ -3.512276424286318, 58.597755605634255 ], [ -3.512761286475013, 58.598065181887307 ], [ -3.512416405485711, 58.597849171908301 ], [ -3.511789859536847, 58.598044273579255 ], [ -3.511828586249291, 58.598383351753441 ], [ -3.511541186114084, 58.598223252352767 ], [ -3.510619874298127, 58.598566430048848 ], [ -3.511031658816334, 58.598817587867998 ], [ -3.510684115502569, 58.598619569320661 ], [ -3.509028294760572, 58.599289340860864 ], [ -3.505093000946638, 58.602539482379584 ], [ -3.502805205315611, 58.603568676475611 ], [ -3.502302818605913, 58.603411967684863 ], [ -3.500102818372582, 58.604926929445917 ], [ -3.494227630556278, 58.60639569300195 ], [ -3.490174319147229, 58.608015541412826 ], [ -3.489931341070693, 58.608575261018025 ], [ -3.488562919150133, 58.608251579948075 ], [ -3.486668893396824, 58.60904776964599 ], [ -3.485321609258283, 58.609059748069967 ], [ -3.482850616938211, 58.609770026790571 ], [ -3.482887060386288, 58.609573792302413 ], [ -3.481456171190947, 58.609603760648952 ], [ -3.480776256658455, 58.609115770058409 ], [ -3.480442398233789, 58.609402557045748 ], [ -3.479179651355706, 58.609011988966266 ], [ -3.477339401993718, 58.609293633538371 ], [ -3.47724453468143, 58.609615391362595 ], [ -3.475843032592461, 58.610015928075399 ], [ -3.474743593973294, 58.609905485844799 ], [ -3.472465393487703, 58.610499276532735 ], [ -3.470691875936875, 58.610528556938554 ], [ -3.470282954141785, 58.611120674549042 ], [ -3.467272773042497, 58.611421833913752 ], [ -3.466053429101152, 58.611284840483627 ], [ -3.462302124293348, 58.611853918557017 ], [ -3.460840879450446, 58.611612737699126 ], [ -3.459903844927197, 58.612383279175312 ], [ -3.456954053379076, 58.611989181862988 ], [ -3.456471961557463, 58.611573376013624 ], [ -3.452516557284644, 58.610463901127744 ], [ -3.452553348100078, 58.60923471425307 ], [ -3.450446201688851, 58.608480639923847 ], [ -3.447985388738499, 58.608786826550556 ], [ -3.445889493893354, 58.609427492818007 ], [ -3.445778718807296, 58.60970449307684 ], [ -3.444617343163261, 58.609842400029002 ], [ -3.444338225053142, 58.6102533290411 ], [ -3.442447492846899, 58.609902690007964 ], [ -3.441829487561846, 58.610361427667236 ], [ -3.440175320635525, 58.61027936549349 ], [ -3.438576124407058, 58.610822727789618 ], [ -3.437272340998752, 58.610805870563077 ], [ -3.437548067478461, 58.61064559933704 ], [ -3.437002863909406, 58.610531332045895 ], [ -3.434867102475284, 58.610374641383096 ], [ -3.432646498640866, 58.608943386868482 ], [ -3.432496963656029, 58.608191445444064 ], [ -3.434884586590225, 58.606643233814189 ], [ -3.435579606856144, 58.606551042334559 ], [ -3.435714555645929, 58.605560592960558 ], [ -3.434824878928627, 58.604136064388676 ], [ -3.435762267443101, 58.60391182234293 ], [ -3.4346158859144, 58.603781802495249 ], [ -3.431772973272538, 58.602693412431947 ], [ -3.429844065454969, 58.602574757715061 ], [ -3.42573525005955, 58.603695560583205 ], [ -3.424262116438692, 58.603781950162741 ], [ -3.422309952991831, 58.603515233525421 ], [ -3.422128902079238, 58.602955848909083 ], [ -3.418618312201935, 58.602324563197278 ], [ -3.416981606275484, 58.601599786106704 ], [ -3.41121970566753, 58.601209565313994 ], [ -3.407317034533563, 58.601475105262097 ], [ -3.403465284214378, 58.602325607826465 ], [ -3.402586396284103, 58.602295677987222 ], [ -3.402916009857593, 58.602146570358236 ], [ -3.398837454848539, 58.602407483433161 ], [ -3.39920757974079, 58.602195069499366 ], [ -3.398606946117168, 58.602409991355586 ], [ -3.398191403578413, 58.602045344652268 ], [ -3.397034170841155, 58.602285173949781 ], [ -3.396627058666777, 58.602174625724935 ], [ -3.397449569673919, 58.601956403305252 ], [ -3.395592800223505, 58.601959507126509 ], [ -3.395940253351055, 58.601782379210732 ], [ -3.395025185778974, 58.60179410857522 ], [ -3.39495650733164, 58.60153886241303 ], [ -3.394024882432727, 58.601610046566392 ], [ -3.394250784446432, 58.601405498340284 ], [ -3.389407200501912, 58.599733365410344 ], [ -3.386966121170045, 58.599361816458398 ], [ -3.382270859136736, 58.598030935680562 ], [ -3.381277075962546, 58.59813862485089 ], [ -3.382535571246427, 58.597762217737589 ], [ -3.381626297850244, 58.597394743945763 ], [ -3.381314856631139, 58.597962169038276 ], [ -3.381263367017864, 58.597354631714204 ], [ -3.380170098441829, 58.596814871272272 ], [ -3.379201941029263, 58.59569351354498 ], [ -3.376944624847484, 58.595390763738727 ], [ -3.375396034456906, 58.594425595978123 ], [ -3.374451400819122, 58.594292884251111 ], [ -3.371282284457417, 58.5946042791157 ], [ -3.370620030474931, 58.594432598090549 ], [ -3.370702946526927, 58.594792795231477 ], [ -3.368352544108482, 58.59536305155784 ], [ -3.362573713490215, 58.597857689627553 ], [ -3.356978172849868, 58.601373186988141 ], [ -3.354846676246104, 58.602325313847594 ], [ -3.354022870121324, 58.604386398619894 ], [ -3.346978049323624, 58.611619104809343 ], [ -3.346566246929603, 58.61389138730857 ], [ -3.346917201730051, 58.615853883313868 ], [ -3.349307396969481, 58.619129730484424 ], [ -3.351988835656137, 58.620082408556748 ], [ -3.362252051973978, 58.62020134806621 ], [ -3.363592177789507, 58.620568883592021 ], [ -3.365158083557509, 58.621868144770765 ], [ -3.371174389685368, 58.622482287875663 ], [ -3.37219998297436, 58.623167460884744 ], [ -3.371828223094033, 58.624006760791978 ], [ -3.373044856902928, 58.626706367385594 ], [ -3.374589095139296, 58.628095568890757 ], [ -3.376568907521299, 58.628514517206526 ], [ -3.380031200866898, 58.628311246526593 ], [ -3.382654885125115, 58.628678281201623 ], [ -3.385191355265528, 58.629886028381286 ], [ -3.386786236494435, 58.630147287868908 ], [ -3.386441317436395, 58.630353103496724 ], [ -3.387600545733914, 58.630268746173059 ], [ -3.391247904926029, 58.631684448428814 ], [ -3.394582658065836, 58.632380378494084 ], [ -3.398950074716972, 58.633913806412572 ], [ -3.400242723916586, 58.63479346263783 ], [ -3.402004599044915, 58.635344636616225 ], [ -3.401195181781284, 58.635564535731902 ], [ -3.403069537443275, 58.635912372414708 ], [ -3.402866009271605, 58.636206511151627 ], [ -3.406948282566373, 58.636840077778203 ], [ -3.409044657342608, 58.637778220453015 ], [ -3.4106341792588, 58.63810661234514 ], [ -3.412710252150521, 58.639390731159146 ], [ -3.413299761747789, 58.640336362560063 ], [ -3.41326055020567, 58.641284408529479 ], [ -3.411746716024305, 58.641768100404292 ], [ -3.412674771039834, 58.64192408251953 ], [ -3.413160824667568, 58.643293010624717 ], [ -3.412096592118341, 58.644885550490393 ], [ -3.410778827275307, 58.645748817701644 ], [ -3.412108741957717, 58.645612969404063 ], [ -3.412147001258546, 58.646560163743949 ], [ -3.410984861261007, 58.649572942128756 ], [ -3.409426820315586, 58.650465774438217 ], [ -3.409305585395026, 58.653229102119518 ], [ -3.407557681755939, 58.658399470717164 ], [ -3.404956986887771, 58.660381495543277 ], [ -3.403596993690797, 58.662143352005941 ], [ -3.399087702747358, 58.664909530728167 ], [ -3.390841972154104, 58.666736930589224 ], [ -3.389668327365494, 58.668222665194008 ], [ -3.387134778754779, 58.668465563309638 ], [ -3.384917859664365, 58.66930231105129 ], [ -3.378301492667587, 58.67042782070201 ], [ -3.37745980890209, 58.671864973657968 ], [ -3.37679512121261, 58.672194539663515 ], [ -3.375702807228634, 58.671693344449814 ], [ -3.372440816545183, 58.671311399581299 ], [ -3.371090330696701, 58.670776091918974 ], [ -3.371123795004548, 58.670486514365514 ], [ -3.366223958553284, 58.670414662801562 ], [ -3.363775834287837, 58.669894517805474 ], [ -3.361516854152688, 58.668784004665852 ], [ -3.360837308474185, 58.667937900292628 ], [ -3.359974754165076, 58.667704502723055 ], [ -3.354760318510731, 58.663955615807374 ], [ -3.353617029796929, 58.661367355574868 ], [ -3.352295018923544, 58.659724073925496 ], [ -3.352065665077458, 58.65691511607389 ], [ -3.349848182512766, 58.65595486570605 ], [ -3.349761291709551, 58.655579431120792 ], [ -3.35037406476597, 58.655513721082592 ], [ -3.349446322343836, 58.655456986364911 ], [ -3.347626875682014, 58.65395360371123 ] ] ], [ [ [ -3.1253690181374, 58.682041670881958 ], [ -3.127340035215437, 58.681654384554605 ], [ -3.127794562458733, 58.681949491916022 ], [ -3.126940203724091, 58.682198578655566 ], [ -3.125981708951032, 58.682321031395858 ], [ -3.1253690181374, 58.682041670881958 ] ] ], [ [ [ -3.111008680719043, 58.692946099302219 ], [ -3.112075050049209, 58.692733012659055 ], [ -3.111702315961564, 58.693055975507242 ], [ -3.111008680719043, 58.692946099302219 ] ] ], [ [ [ -3.112961757948724, 58.693270534511008 ], [ -3.112314010789809, 58.692651910821908 ], [ -3.110757480961433, 58.692805459092668 ], [ -3.111578072354173, 58.691972072295876 ], [ -3.110881609681031, 58.691881081247558 ], [ -3.111205947811269, 58.690959466376029 ], [ -3.110648815658053, 58.691288508222641 ], [ -3.111342227678876, 58.690146354588826 ], [ -3.107615441169066, 58.686547209339956 ], [ -3.105644884619281, 58.685875257684877 ], [ -3.105201788895792, 58.686154796525784 ], [ -3.10533382617587, 58.685748593516877 ], [ -3.104694570539341, 58.685934609599947 ], [ -3.104431921035511, 58.685484190811813 ], [ -3.103263503301376, 58.685737608769415 ], [ -3.103305539211188, 58.685484866034969 ], [ -3.102791695050797, 58.685491064418805 ], [ -3.10335108835721, 58.685070424624428 ], [ -3.102548569710354, 58.68522100453557 ], [ -3.102473886217968, 58.684713286336454 ], [ -3.101718806900359, 58.684836510145907 ], [ -3.10189736394852, 58.684536793561584 ], [ -3.101191837771882, 58.685027835113054 ], [ -3.101031323074725, 58.684587313944199 ], [ -3.100595264462499, 58.68465301503845 ], [ -3.101723151250804, 58.683607792178606 ], [ -3.100698778196802, 58.683833009763489 ], [ -3.100457405097608, 58.683562931034167 ], [ -3.10094141331444, 58.683322577577556 ], [ -3.100126159241151, 58.682958606733152 ], [ -3.100758455955428, 58.682115220496485 ], [ -3.101366604116182, 58.682038166898465 ], [ -3.101434599373787, 58.681787897089933 ], [ -3.100888248171259, 58.681855441056172 ], [ -3.101343217543352, 58.681023447525824 ], [ -3.102524995876891, 58.680979202679033 ], [ -3.104892973722615, 58.679995177508175 ], [ -3.105216501759536, 58.679318780865216 ], [ -3.103932567377097, 58.679512123055382 ], [ -3.103862254644526, 58.678979219238542 ], [ -3.105366464348553, 58.678607947233189 ], [ -3.104741608562472, 58.678590856740136 ], [ -3.104771341977596, 58.678058891050071 ], [ -3.103944261895399, 58.678027365090436 ], [ -3.104710706632768, 58.677832176962283 ], [ -3.104574537816071, 58.677343848285972 ], [ -3.105233247045124, 58.677450464827565 ], [ -3.10635445959023, 58.676804936830344 ], [ -3.106792937507022, 58.675894025975332 ], [ -3.105475054978346, 58.676100250478818 ], [ -3.106169227943173, 58.675857173282566 ], [ -3.106539941258013, 58.675148033317761 ], [ -3.105887470465805, 58.675237168986733 ], [ -3.106170775859473, 58.674980555545957 ], [ -3.105700409100661, 58.674666647717494 ], [ -3.10675055344338, 58.673468458955327 ], [ -3.106295215123593, 58.673465187663282 ], [ -3.106897256685923, 58.673091766420697 ], [ -3.106582205995851, 58.672944482248525 ], [ -3.107887229558957, 58.672445555851979 ], [ -3.106984007321999, 58.671911735326276 ], [ -3.107836553071458, 58.671391550992261 ], [ -3.105559391864749, 58.671465018468147 ], [ -3.107342504319468, 58.670927860093464 ], [ -3.108227842274004, 58.671007362514288 ], [ -3.107753509017255, 58.670621643445934 ], [ -3.108871830050409, 58.670490762767983 ], [ -3.108750814381765, 58.67075227197509 ], [ -3.10929274327149, 58.670605693422914 ], [ -3.109713178685361, 58.670814035619998 ], [ -3.109509354368926, 58.670639752995029 ], [ -3.110073087398651, 58.67074536656154 ], [ -3.110674167286315, 58.670290202619704 ], [ -3.112004746525002, 58.670328113687617 ], [ -3.111775180825949, 58.670103759905452 ], [ -3.113240566648554, 58.669773145498333 ], [ -3.113005290242977, 58.669910802544806 ], [ -3.114904777091014, 58.670270694192645 ], [ -3.117712776504227, 58.66981612243633 ], [ -3.117027161995737, 58.670212774702307 ], [ -3.117622110343229, 58.670377363148674 ], [ -3.117704130469218, 58.670084748139324 ], [ -3.117665117778551, 58.670374295241672 ], [ -3.118072754299945, 58.670342912113647 ], [ -3.117993571410988, 58.669916074451386 ], [ -3.118286845774432, 58.670459609805746 ], [ -3.120674250492519, 58.669955635016301 ], [ -3.121544155695819, 58.670198645959033 ], [ -3.122385827220903, 58.669991917476786 ], [ -3.122928499650738, 58.670460516537347 ], [ -3.123690953712617, 58.670524817757332 ], [ -3.126979110051062, 58.670258956110885 ], [ -3.129065207058078, 58.669825723106264 ], [ -3.130224629757381, 58.668303937131014 ], [ -3.131051202197012, 58.668379307714702 ], [ -3.133607690815, 58.667145193248132 ], [ -3.136525849130885, 58.666753007724054 ], [ -3.136400495903436, 58.667086435829759 ], [ -3.138722142257127, 58.667012925470146 ], [ -3.139465030765661, 58.667377293611032 ], [ -3.138755314826977, 58.667713201442076 ], [ -3.14004618774349, 58.66754010456971 ], [ -3.14044590906958, 58.667743141768561 ], [ -3.140547042509555, 58.668464371223969 ], [ -3.138877927164839, 58.669041402070597 ], [ -3.140157872634453, 58.670063859856057 ], [ -3.13738282166789, 58.67078089580216 ], [ -3.137441660202552, 58.66962264070056 ], [ -3.137076055670867, 58.670997369336874 ], [ -3.134186389141174, 58.671799775398966 ], [ -3.134341412134588, 58.672325632083563 ], [ -3.132410040939331, 58.672906684202466 ], [ -3.134574640220105, 58.672604702192345 ], [ -3.133581065793557, 58.673284384432392 ], [ -3.1324067833018, 58.673284840024209 ], [ -3.13215989306974, 58.673966921939254 ], [ -3.131136413404924, 58.674364824236307 ], [ -3.132097242557834, 58.674481222786454 ], [ -3.130889570362083, 58.674729851179251 ], [ -3.131494873671588, 58.674783811057878 ], [ -3.131650401149373, 58.675485706279837 ], [ -3.130451254914041, 58.675892332166192 ], [ -3.131155502243244, 58.675859201127032 ], [ -3.131115016629091, 58.676153256391288 ], [ -3.13019361400616, 58.676243979956752 ], [ -3.130612244323503, 58.67633730569159 ], [ -3.129957663657994, 58.676679864166083 ], [ -3.130933915562587, 58.676844637149188 ], [ -3.130659517773142, 58.677797304358741 ], [ -3.131688357267977, 58.678093639956508 ], [ -3.130882911130861, 58.67915695781754 ], [ -3.131680721480279, 58.679028695225369 ], [ -3.131343188480619, 58.679682830197784 ], [ -3.130304796572707, 58.679785359958231 ], [ -3.131709293996644, 58.679963432079262 ], [ -3.131882273980547, 58.680617570562994 ], [ -3.129992378414847, 58.681642808882401 ], [ -3.127891567716144, 58.68132172472415 ], [ -3.124497450238231, 58.682131917061355 ], [ -3.127640086649221, 58.683788485028259 ], [ -3.127594911837679, 58.68409874660793 ], [ -3.125882894204774, 58.684284379478513 ], [ -3.12731476162199, 58.685144864053655 ], [ -3.12754252708624, 58.686001512449153 ], [ -3.124651382327394, 58.687124351177637 ], [ -3.125949154753136, 58.687140852309092 ], [ -3.126203435852153, 58.688017928549336 ], [ -3.123511313375365, 58.6901314670231 ], [ -3.122133221068105, 58.690249466612308 ], [ -3.121097038352193, 58.691075818037739 ], [ -3.122334453075887, 58.691142280679443 ], [ -3.122302293998054, 58.692395494632983 ], [ -3.123271502087653, 58.694044149680998 ], [ -3.121828101528356, 58.695409360610171 ], [ -3.116366342964822, 58.696898368349274 ], [ -3.115482660308106, 58.696783875996985 ], [ -3.11570638536549, 58.696441535791799 ], [ -3.114945964046069, 58.695972097356751 ], [ -3.113791220265274, 58.695905746105154 ], [ -3.114221250405646, 58.69440479555584 ], [ -3.112218458143268, 58.694417617948844 ], [ -3.112961757948724, 58.693270534511008 ] ] ] ] } }, +{ "type": "Feature", "properties": { "LAD13CD": "S12000018", "LAD13CDO": "00QU", "LAD13NM": "Inverclyde", "LAD13NMW": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -4.815627895443776, 55.962415644573717 ], [ -4.813760931766788, 55.958773812464031 ], [ -4.811634292001578, 55.95744440503298 ], [ -4.808985200602526, 55.957128230190342 ], [ -4.807656186516764, 55.957582807968798 ], [ -4.805938280270508, 55.957513198983939 ], [ -4.803090348667351, 55.956817608445597 ], [ -4.801745147085512, 55.957254063209277 ], [ -4.801697850811047, 55.957325700944196 ], [ -4.801611470537285, 55.957394182895378 ], [ -4.801626777313897, 55.957472935662942 ], [ -4.802121179239499, 55.959679211558402 ], [ -4.798755011965608, 55.962614176453677 ], [ -4.796999453985245, 55.96224776881855 ], [ -4.79174348227074, 55.963429491628482 ], [ -4.79067135845442, 55.962850647265867 ], [ -4.788766766646119, 55.962995361943321 ], [ -4.783533700524824, 55.962292181248813 ], [ -4.771731506989863, 55.959291883639473 ], [ -4.768701176239481, 55.95787512291264 ], [ -4.766633596551126, 55.956115769728733 ], [ -4.764694775606951, 55.957237050886619 ], [ -4.765039554778709, 55.957465711489377 ], [ -4.765895005156378, 55.957216391894235 ], [ -4.765121341380432, 55.957668816254127 ], [ -4.763286967087881, 55.956908203643572 ], [ -4.759125451987788, 55.954583570349101 ], [ -4.756276987594949, 55.951949872231495 ], [ -4.752511024960878, 55.949203593120494 ], [ -4.748379652496916, 55.947667138290072 ], [ -4.749063473361904, 55.947122443997912 ], [ -4.748623813317448, 55.946908442686265 ], [ -4.749213667159766, 55.946303823437496 ], [ -4.747411100217952, 55.945550362995455 ], [ -4.746215774004281, 55.946381508897652 ], [ -4.747957955929356, 55.947164199279271 ], [ -4.747770507303832, 55.947344559175079 ], [ -4.745781256347574, 55.946579061075504 ], [ -4.74489432130446, 55.946133226593609 ], [ -4.745836815701761, 55.946232659712969 ], [ -4.747450908636792, 55.94504970802447 ], [ -4.745348695178359, 55.944270545303304 ], [ -4.744277886167947, 55.945910566747116 ], [ -4.743715186261391, 55.945700189417153 ], [ -4.743945808044842, 55.944930120375403 ], [ -4.743284524428709, 55.945974948753651 ], [ -4.739834553091646, 55.945548402900286 ], [ -4.73649476559666, 55.946182661363075 ], [ -4.733678601601672, 55.94508928579527 ], [ -4.732062124490956, 55.946630748401574 ], [ -4.728292731912529, 55.946489611939924 ], [ -4.726657760793532, 55.945813035654886 ], [ -4.725886408316628, 55.946597736333452 ], [ -4.72609700452319, 55.946859135059611 ], [ -4.723885389684944, 55.946524268223342 ], [ -4.720314912224525, 55.945587496481593 ], [ -4.713964031316185, 55.943300741233124 ], [ -4.725405597848436, 55.946274904372821 ], [ -4.726484871566838, 55.945723383114895 ], [ -4.726373886534384, 55.944395535014841 ], [ -4.727931135432938, 55.944241496076806 ], [ -4.732935025005525, 55.945493199483984 ], [ -4.733534742587903, 55.944752711615941 ], [ -4.724673625188204, 55.942491644724036 ], [ -4.72435649959437, 55.942856406271133 ], [ -4.727912066535215, 55.94376552504324 ], [ -4.724253510441295, 55.942986322395477 ], [ -4.723972315697305, 55.94336107409589 ], [ -4.726679704398525, 55.944075062584396 ], [ -4.72498313026162, 55.944297785621139 ], [ -4.724342566385661, 55.943911970037234 ], [ -4.712262784174533, 55.940754928730165 ], [ -4.711968454308466, 55.941309711571371 ], [ -4.710843551085401, 55.941438750536506 ], [ -4.70582181482937, 55.940739347927433 ], [ -4.705407817759231, 55.940888665966519 ], [ -4.701873858963094, 55.939749225448232 ], [ -4.702093595984585, 55.939248238548998 ], [ -4.700106335394435, 55.938721966025469 ], [ -4.699871018949011, 55.938999477509022 ], [ -4.698179533171416, 55.938856788096594 ], [ -4.698254829175402, 55.938281672906285 ], [ -4.69742675569842, 55.938694412071698 ], [ -4.695297497182111, 55.937575238097565 ], [ -4.692641794355574, 55.937475150483415 ], [ -4.691543751859062, 55.937113554922163 ], [ -4.690444947836313, 55.937433291764187 ], [ -4.685458145188146, 55.935953006475565 ], [ -4.685244859966254, 55.935416553942545 ], [ -4.68325392220851, 55.935872531072597 ], [ -4.682044741698875, 55.935777534510976 ], [ -4.681481354549718, 55.935573185005687 ], [ -4.681655934275942, 55.935249394111274 ], [ -4.678277981688533, 55.934983162094518 ], [ -4.678333188988619, 55.93471590355847 ], [ -4.676686718141289, 55.934548572571025 ], [ -4.675559451914601, 55.934061634411471 ], [ -4.674207080929675, 55.934164722191092 ], [ -4.670480814291472, 55.933069921004211 ], [ -4.664773538160489, 55.933109095938974 ], [ -4.655631505108224, 55.932491388951135 ], [ -4.655460231425401, 55.93270271468954 ], [ -4.655407854192095, 55.932475539809218 ], [ -4.654160897357595, 55.932387377889462 ], [ -4.652970681292406, 55.932941547541049 ], [ -4.648787994840798, 55.933312045425836 ], [ -4.647346451249185, 55.932789369282396 ], [ -4.647231953215463, 55.93167457956951 ], [ -4.645188634644358, 55.931083922270687 ], [ -4.6425203302774, 55.93170659146223 ], [ -4.638058524555445, 55.931527237379221 ], [ -4.634992400684943, 55.932447689154152 ], [ -4.629159758287962, 55.93205286230539 ], [ -4.627581899865482, 55.932917066721899 ], [ -4.623964940814116, 55.93322700489 ], [ -4.622951606514393, 55.93304096854007 ], [ -4.620166607922037, 55.931231608158534 ], [ -4.615316754587521, 55.930589603113042 ], [ -4.614381328795645, 55.930227470029365 ], [ -4.614809890034651, 55.929316845469501 ], [ -4.616028976545199, 55.929540820278028 ], [ -4.617374117301305, 55.928666432917296 ], [ -4.618193801948, 55.925937240117648 ], [ -4.617427405327034, 55.92418734119849 ], [ -4.618136272849568, 55.923186252497096 ], [ -4.620141032936332, 55.921771985142961 ], [ -4.623150877436268, 55.921447222245334 ], [ -4.623782268704512, 55.920865705290211 ], [ -4.623729600468488, 55.92022865868234 ], [ -4.622829829065199, 55.919657302837493 ], [ -4.623771128887948, 55.918404047316173 ], [ -4.624960198545087, 55.918093766277906 ], [ -4.62798313176994, 55.916264857099044 ], [ -4.629573018912964, 55.916415162087368 ], [ -4.631032395072302, 55.915560645372693 ], [ -4.631887447164182, 55.915495625707621 ], [ -4.633772638941191, 55.913959642114499 ], [ -4.635043925063622, 55.913731991953753 ], [ -4.634110019261787, 55.913082351377049 ], [ -4.632805174099085, 55.909558080536954 ], [ -4.630782844755115, 55.907437834056381 ], [ -4.628340996581158, 55.907390236735779 ], [ -4.627849791584219, 55.90646863669437 ], [ -4.626287036806848, 55.906334812843063 ], [ -4.619013522079676, 55.90667497279393 ], [ -4.61599156695418, 55.907112258996989 ], [ -4.613232623919591, 55.906037448899184 ], [ -4.615413313137837, 55.905440142775277 ], [ -4.613914625317295, 55.903118848562855 ], [ -4.612014128292207, 55.901528725235487 ], [ -4.612013818776191, 55.898336090570965 ], [ -4.613378484812085, 55.897433453778262 ], [ -4.613862586338242, 55.896568384345848 ], [ -4.613050530175955, 55.893913409582247 ], [ -4.614490389619597, 55.892324252044212 ], [ -4.617264487705288, 55.891572277189404 ], [ -4.618505951999434, 55.890484343275752 ], [ -4.619167984196133, 55.889034817409915 ], [ -4.61792607753034, 55.888928220691866 ], [ -4.617507136102506, 55.888549737274857 ], [ -4.615769720133435, 55.888732297155393 ], [ -4.612316909555347, 55.88771267603267 ], [ -4.610960368393047, 55.886684445863715 ], [ -4.610891874332847, 55.885807741990405 ], [ -4.609921056024597, 55.885092197671874 ], [ -4.607575853773983, 55.884747338056791 ], [ -4.606436594978621, 55.884928773525004 ], [ -4.60436381604482, 55.884329105931364 ], [ -4.603943472429613, 55.884070152089919 ], [ -4.604722482656872, 55.881687044677413 ], [ -4.602046677479116, 55.880484408130073 ], [ -4.599116179416903, 55.879678985267468 ], [ -4.599450531319807, 55.878629280234556 ], [ -4.601880618727863, 55.876689468954048 ], [ -4.605224316371018, 55.875455617402778 ], [ -4.600222741299777, 55.871910393807077 ], [ -4.604543468415748, 55.871401928466923 ], [ -4.608645877805458, 55.870285835614467 ], [ -4.610402856678065, 55.869072889916659 ], [ -4.6090820310524, 55.867899174644862 ], [ -4.603317767212014, 55.86510460159321 ], [ -4.598692261391721, 55.863935963550389 ], [ -4.597315950905843, 55.862401969891181 ], [ -4.598450615664542, 55.861945666416545 ], [ -4.599395750749373, 55.86248027352169 ], [ -4.601409360952663, 55.862859252651248 ], [ -4.609725685523503, 55.863102831950663 ], [ -4.611480871798597, 55.862892102900709 ], [ -4.612320398464127, 55.862065324581557 ], [ -4.617465080313089, 55.862229192131217 ], [ -4.619369760946464, 55.861794953231218 ], [ -4.622824790431684, 55.861599081170588 ], [ -4.624684760589646, 55.860219236808298 ], [ -4.624948729176629, 55.859370493864205 ], [ -4.625714356007823, 55.858827431791703 ], [ -4.624618184679075, 55.857858513158845 ], [ -4.624767796585988, 55.855741254195436 ], [ -4.622060828969604, 55.85443815909224 ], [ -4.62257755084839, 55.853451003580666 ], [ -4.622089703698289, 55.853040750380217 ], [ -4.622917854910773, 55.852359747834861 ], [ -4.623296478580947, 55.851220933773511 ], [ -4.623036951594662, 55.849835967579445 ], [ -4.624819646142084, 55.848408324715905 ], [ -4.627340687257695, 55.848098317140391 ], [ -4.62875159653271, 55.847296060277515 ], [ -4.630711700254277, 55.844857833548737 ], [ -4.631757488817587, 55.842414876307309 ], [ -4.632640488004879, 55.841109731637943 ], [ -4.63909977167564, 55.840698911013945 ], [ -4.640465499341119, 55.839567607116209 ], [ -4.64334000467705, 55.839086081870839 ], [ -4.654758163325291, 55.840215308951933 ], [ -4.678424236867515, 55.838227018374113 ], [ -4.678796665515387, 55.837975314958527 ], [ -4.681277937788289, 55.838402115151467 ], [ -4.684100589236538, 55.840072620632895 ], [ -4.686657929643858, 55.840672930650115 ], [ -4.694072143948072, 55.841050011536339 ], [ -4.695160596751324, 55.840850879647952 ], [ -4.698541491718843, 55.841805916181137 ], [ -4.699104591750431, 55.841402552293005 ], [ -4.699108260397732, 55.84076428153238 ], [ -4.701219709282819, 55.840920155007247 ], [ -4.701033870402568, 55.842155675833375 ], [ -4.701906976175649, 55.842536485173476 ], [ -4.702527747655386, 55.842158803812758 ], [ -4.703354446215492, 55.842446242712178 ], [ -4.702092705843333, 55.843831256413552 ], [ -4.702550498259458, 55.84421219924608 ], [ -4.703719447928517, 55.844366272688909 ], [ -4.704469331744805, 55.845041903741965 ], [ -4.703232329455684, 55.845518535412332 ], [ -4.703826962987723, 55.846718922346021 ], [ -4.705770086012238, 55.846402026659227 ], [ -4.707844251341193, 55.847165341879084 ], [ -4.710053373145869, 55.847112178804977 ], [ -4.712436862467601, 55.847841634252084 ], [ -4.713838857298952, 55.84870057368736 ], [ -4.715543997964116, 55.849094383388831 ], [ -4.716728296232466, 55.850609774285537 ], [ -4.718658369084642, 55.851362612187387 ], [ -4.723855852861261, 55.85245207222524 ], [ -4.727031634228386, 55.852507526952401 ], [ -4.729402328195706, 55.853272899017306 ], [ -4.730012083179395, 55.852625662723177 ], [ -4.73439786121723, 55.851139466176299 ], [ -4.736580298152709, 55.851158331420208 ], [ -4.738800346100532, 55.850349360478404 ], [ -4.74220553555065, 55.85014762780964 ], [ -4.742748369411522, 55.849461368131585 ], [ -4.743384210554983, 55.849528082179383 ], [ -4.743837275157111, 55.85006179007852 ], [ -4.744920137906377, 55.850123015002147 ], [ -4.746013061499173, 55.849873895117582 ], [ -4.746761795840935, 55.850068407056611 ], [ -4.747116912830578, 55.849440252490993 ], [ -4.748425640369644, 55.849532355029645 ], [ -4.749325820738482, 55.849269535726791 ], [ -4.750941311650752, 55.849768233670588 ], [ -4.752175502771028, 55.851268700345855 ], [ -4.755421274404205, 55.85174881934347 ], [ -4.757532793114714, 55.853584628244974 ], [ -4.761594561556954, 55.855426059739976 ], [ -4.764772337980264, 55.859215326960445 ], [ -4.764766878891266, 55.8599255613804 ], [ -4.766148115191247, 55.860582141524063 ], [ -4.767074611009748, 55.861586017556846 ], [ -4.766753863335678, 55.862132559367268 ], [ -4.767397933381553, 55.86242368594597 ], [ -4.767396996091517, 55.863309099822004 ], [ -4.769390629772949, 55.864706919937007 ], [ -4.77051608054591, 55.864910785920266 ], [ -4.771924776480207, 55.865948708168951 ], [ -4.772650255725611, 55.865698647292064 ], [ -4.773018017799742, 55.866036423706539 ], [ -4.773663096418741, 55.866003900097283 ], [ -4.773821197980185, 55.866539660909879 ], [ -4.777106310007881, 55.867548675893772 ], [ -4.777805667012712, 55.867492433266122 ], [ -4.77921140630758, 55.868373038198825 ], [ -4.780578261435133, 55.868373605416437 ], [ -4.780085855635265, 55.86875327681242 ], [ -4.781165242890598, 55.869092920343043 ], [ -4.780622622786796, 55.869217548752609 ], [ -4.781057347212498, 55.869931317527524 ], [ -4.782563088506274, 55.869861306969298 ], [ -4.782452827356177, 55.869549193587652 ], [ -4.78394446659301, 55.869394091329006 ], [ -4.783939311276621, 55.869991963096048 ], [ -4.790790528102767, 55.871117605491349 ], [ -4.792779613185343, 55.871989317265857 ], [ -4.794188268749621, 55.872235978261436 ], [ -4.794441733847594, 55.873538093959503 ], [ -4.795768490645751, 55.874312444588419 ], [ -4.795809320237043, 55.875102533259899 ], [ -4.7971855721902, 55.875785856154522 ], [ -4.797269983636955, 55.876736752412533 ], [ -4.79892697834009, 55.877431649807221 ], [ -4.798480636175665, 55.878672375893736 ], [ -4.799144180440609, 55.879559757098718 ], [ -4.800276930123945, 55.879634650993268 ], [ -4.800075224253229, 55.880830262773728 ], [ -4.800897472077354, 55.881921664704208 ], [ -4.799961164522107, 55.882576692028046 ], [ -4.800496008349532, 55.884339811275723 ], [ -4.800108753461425, 55.885180092862889 ], [ -4.80073928708085, 55.88605113913799 ], [ -4.800107233935273, 55.886712722251012 ], [ -4.800204831334567, 55.887290280040361 ], [ -4.79866427769394, 55.8881073626074 ], [ -4.799038492704361, 55.88875053867757 ], [ -4.79860297304995, 55.889254831531765 ], [ -4.799301231447516, 55.889733330933915 ], [ -4.799716723989937, 55.892613781744252 ], [ -4.802700739109357, 55.892402021293378 ], [ -4.812598176473102, 55.88980310138632 ], [ -4.814199712370637, 55.887622633872354 ], [ -4.816050953513845, 55.886793746519906 ], [ -4.818500737044368, 55.887492711207784 ], [ -4.820182561056225, 55.887305852341569 ], [ -4.820695333976287, 55.886768246844312 ], [ -4.821842212498169, 55.886593628960668 ], [ -4.822502241288114, 55.886102076558679 ], [ -4.822924858432151, 55.885094612708521 ], [ -4.823954546811425, 55.885178846958667 ], [ -4.825016621307364, 55.88471850059323 ], [ -4.826541718746551, 55.883038499283991 ], [ -4.831236265021422, 55.882170979155767 ], [ -4.836057348521799, 55.880410455274905 ], [ -4.837548460026565, 55.879697403171122 ], [ -4.838599342443739, 55.878540550288655 ], [ -4.839294207353182, 55.878421140282775 ], [ -4.839233766804102, 55.878031516198064 ], [ -4.840677823097518, 55.877332993617038 ], [ -4.841510757627221, 55.876149685372319 ], [ -4.843070833826247, 55.876055207692424 ], [ -4.844244146874937, 55.875264020346386 ], [ -4.845570756817434, 55.875147941881039 ], [ -4.846956555547364, 55.875403521389408 ], [ -4.847439510006572, 55.875666505801036 ], [ -4.846965749326816, 55.876293216785477 ], [ -4.84728861788107, 55.87709924534051 ], [ -4.849535582892023, 55.877649473807189 ], [ -4.851460297539564, 55.876530687296921 ], [ -4.851176263065658, 55.876146250687562 ], [ -4.852077482167204, 55.875680402443841 ], [ -4.853322642315474, 55.875979622335237 ], [ -4.855379875698801, 55.874817247124149 ], [ -4.857603332071158, 55.874612797499189 ], [ -4.858045444042096, 55.874319371595625 ], [ -4.860399991330582, 55.875136572044774 ], [ -4.862053709601667, 55.875120575779427 ], [ -4.86595955703948, 55.874790521323398 ], [ -4.86953049320975, 55.873736448001779 ], [ -4.871840569625944, 55.873905460343188 ], [ -4.87297612967718, 55.873672192947772 ], [ -4.873715606953039, 55.873964141272559 ], [ -4.874417339033316, 55.873767063961473 ], [ -4.876938892829391, 55.874200710229886 ], [ -4.878379005856586, 55.875122554718253 ], [ -4.88046007517514, 55.875522391140798 ], [ -4.881221988852877, 55.875274425665708 ], [ -4.88280221598253, 55.875539431993012 ], [ -4.88638139314308, 55.875484257691951 ], [ -4.888954082937234, 55.874687651245196 ], [ -4.889472886788095, 55.874633215761953 ], [ -4.889862924082108, 55.87572881239884 ], [ -4.891961313920023, 55.875950963710466 ], [ -4.889866265317985, 55.876096387951321 ], [ -4.889611667282022, 55.876693851920244 ], [ -4.889123189395151, 55.879759820026052 ], [ -4.889384788588009, 55.88220320234722 ], [ -4.892435191425484, 55.883673143691013 ], [ -4.89393481050685, 55.884138566374794 ], [ -4.893764097070265, 55.88388639302412 ], [ -4.894206969702683, 55.883991933458482 ], [ -4.895024830284743, 55.884644174374436 ], [ -4.895050765131777, 55.88552899055405 ], [ -4.896235727250042, 55.886427874599285 ], [ -4.895888376154159, 55.886896293969897 ], [ -4.896774238000078, 55.888480891254495 ], [ -4.898019088452264, 55.888808439915302 ], [ -4.898762270394817, 55.890322674456371 ], [ -4.898688971737028, 55.891226907823203 ], [ -4.898158195824869, 55.891895617264119 ], [ -4.898339018385612, 55.892432501508793 ], [ -4.897941218076134, 55.892182087375758 ], [ -4.897557799773425, 55.892553379103475 ], [ -4.897633240705781, 55.893436129809807 ], [ -4.897019611243735, 55.89387396725629 ], [ -4.896289667217941, 55.895648521327864 ], [ -4.892539458973287, 55.897900418636397 ], [ -4.890386793392895, 55.898534398650469 ], [ -4.887041986405516, 55.900372087896216 ], [ -4.886215316092887, 55.900486766041595 ], [ -4.885093158918141, 55.901706829994495 ], [ -4.882302970522192, 55.902292687217688 ], [ -4.881063304770241, 55.9036781660297 ], [ -4.880057768138809, 55.906366055912159 ], [ -4.879215893658754, 55.907011393748476 ], [ -4.877269254660401, 55.907541434228378 ], [ -4.877294977256391, 55.908061297311207 ], [ -4.876675910602422, 55.908345441451537 ], [ -4.875699862281877, 55.907915207950865 ], [ -4.873237978933922, 55.908490482330734 ], [ -4.873469492783849, 55.909261727192643 ], [ -4.871215946766933, 55.909972323059328 ], [ -4.872703346914879, 55.90982974205118 ], [ -4.874699303097694, 55.911649251376311 ], [ -4.876207389841253, 55.911504347629311 ], [ -4.87793889189426, 55.910962279218928 ], [ -4.877276192093426, 55.910139998714385 ], [ -4.877055236237694, 55.90864849251976 ], [ -4.878322573899427, 55.908344690459309 ], [ -4.877838700165753, 55.908682309078458 ], [ -4.878372169900451, 55.909769189985774 ], [ -4.881054200897771, 55.91211728584814 ], [ -4.882405111900536, 55.915114956094776 ], [ -4.880362624838339, 55.918628944315962 ], [ -4.878814389943581, 55.919077764552412 ], [ -4.876336384437969, 55.9191204206466 ], [ -4.874896073865354, 55.9201626394009 ], [ -4.874904659716003, 55.921834393435979 ], [ -4.875553571558749, 55.922295651625682 ], [ -4.876793065623525, 55.924784507431468 ], [ -4.876187626399707, 55.92614161342042 ], [ -4.876838694505019, 55.927559245136038 ], [ -4.87627674723596, 55.928402062267921 ], [ -4.87610625019617, 55.93005462832312 ], [ -4.878292470842916, 55.931443565784519 ], [ -4.880022577182236, 55.93186333663941 ], [ -4.881059080900568, 55.933400472611844 ], [ -4.880440841143086, 55.933614496445642 ], [ -4.88062012662269, 55.934821120208213 ], [ -4.881027384627252, 55.934978785101741 ], [ -4.879585784957936, 55.937821577620191 ], [ -4.878912503000119, 55.942300359902653 ], [ -4.876897304275154, 55.943700308756696 ], [ -4.875776378939115, 55.944071673190024 ], [ -4.872656016613087, 55.944221823466556 ], [ -4.868230851034736, 55.945485467655693 ], [ -4.863633592243196, 55.947676115795922 ], [ -4.860337506101478, 55.948249819218113 ], [ -4.859486493989755, 55.948874540804738 ], [ -4.856806076097193, 55.949696324406688 ], [ -4.854342938350897, 55.950903130158338 ], [ -4.854022713004809, 55.9516889924273 ], [ -4.851723382353974, 55.951140009128395 ], [ -4.850021160432581, 55.951346613941496 ], [ -4.846403489407177, 55.952151203522398 ], [ -4.844443389003724, 55.952250431235491 ], [ -4.836944998575826, 55.954585236830667 ], [ -4.831260554747855, 55.955311127306487 ], [ -4.82536821424061, 55.958572773930719 ], [ -4.823212207143518, 55.960144924752896 ], [ -4.82297830837153, 55.960805570769359 ], [ -4.820953520962097, 55.962113995690245 ], [ -4.819834095053976, 55.9624101949181 ], [ -4.818410920270401, 55.962254008130223 ], [ -4.817372223620426, 55.962955529303542 ], [ -4.816217420568806, 55.96283182908725 ], [ -4.815627895443776, 55.962415644573717 ] ] ] } }, +{ "type": "Feature", "properties": { "LAD13CD": "S12000019", "LAD13CDO": "00QW", "LAD13NM": "Midlothian", "LAD13NMW": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -3.088573075245354, 55.931389665081625 ], [ -3.086664299893393, 55.930101843234446 ], [ -3.084684018919924, 55.930145356635428 ], [ -3.08421640891189, 55.928532105613222 ], [ -3.082784881627374, 55.926786260395978 ], [ -3.080411580712401, 55.925525787903595 ], [ -3.079048190123818, 55.922881662329154 ], [ -3.079211457567788, 55.920407453829782 ], [ -3.078259642308607, 55.919553194368582 ], [ -3.075921489340036, 55.919020145160268 ], [ -3.073401384027576, 55.919311698969707 ], [ -3.072656090109522, 55.918919242145101 ], [ -3.071308008779158, 55.919760327720837 ], [ -3.063841348290519, 55.917232777184907 ], [ -3.059991365492163, 55.915228095210551 ], [ -3.055677934531274, 55.911697059382362 ], [ -3.055097684825011, 55.911066766908625 ], [ -3.053375386689172, 55.910501057956012 ], [ -3.046362213624127, 55.910149325749451 ], [ -3.04627935136422, 55.910398924502999 ], [ -3.041510392448806, 55.909976609468217 ], [ -3.034447478149104, 55.908409800439358 ], [ -3.030169539693833, 55.906100490086402 ], [ -3.024534198708919, 55.903913754040062 ], [ -3.018230211099637, 55.902125852305169 ], [ -3.017740823371355, 55.901638400318355 ], [ -3.011466978165972, 55.901289357441435 ], [ -3.009591045265635, 55.901663270213746 ], [ -3.007490778811554, 55.906525367102219 ], [ -3.006121078632981, 55.907619299418933 ], [ -3.003275704985127, 55.908933708488689 ], [ -2.988809805057283, 55.912828152596845 ], [ -2.984238180707542, 55.912413717432841 ], [ -2.973996139101204, 55.912859062831643 ], [ -2.968878888910258, 55.912498690503732 ], [ -2.966794308889332, 55.911790861742794 ], [ -2.965968008835881, 55.910728996811912 ], [ -2.965854638701823, 55.909515075870345 ], [ -2.966066871199021, 55.907499808350103 ], [ -2.966943129555857, 55.906265539443943 ], [ -2.966994135071344, 55.902659341030002 ], [ -2.957809472060802, 55.900613305273026 ], [ -2.955596771931494, 55.899538787601976 ], [ -2.961218383833764, 55.896376227631279 ], [ -2.96220003543158, 55.89539814651102 ], [ -2.959501801172339, 55.894340072393504 ], [ -2.955369168584196, 55.893663274399032 ], [ -2.949877703160693, 55.891750570792574 ], [ -2.94983541476826, 55.890216208727175 ], [ -2.947517518950023, 55.889646434221028 ], [ -2.947125110255725, 55.889027671779012 ], [ -2.949111418195196, 55.884792875385173 ], [ -2.948335070145288, 55.880884860440602 ], [ -2.947543520166582, 55.880282651553607 ], [ -2.945907581221204, 55.879991531997476 ], [ -2.944012106925287, 55.879016802885047 ], [ -2.940660747239663, 55.878312856172094 ], [ -2.941486373798575, 55.876433106721393 ], [ -2.937635724443949, 55.875294414131659 ], [ -2.937699410011058, 55.873494171907588 ], [ -2.936250118161349, 55.871978602416348 ], [ -2.936972243167805, 55.870774466009991 ], [ -2.935737301593154, 55.868863701397096 ], [ -2.93610952947641, 55.868128567305725 ], [ -2.935825987183592, 55.867302277902553 ], [ -2.936340260232449, 55.866627162679627 ], [ -2.937417172532478, 55.865562290065093 ], [ -2.937154863916446, 55.863494968723714 ], [ -2.931435503131934, 55.861390005691028 ], [ -2.928092856371669, 55.860709916366872 ], [ -2.926201723272887, 55.861067405321904 ], [ -2.923735324723203, 55.86263411537977 ], [ -2.918995800163571, 55.862068487573517 ], [ -2.919149989091575, 55.861087937314785 ], [ -2.917787777031807, 55.860098040825555 ], [ -2.917779336712942, 55.859469132135366 ], [ -2.913538321522015, 55.856571482925233 ], [ -2.911038806561449, 55.858507480666198 ], [ -2.908477062330961, 55.858814850482865 ], [ -2.908221332323587, 55.859357653567962 ], [ -2.906530126131721, 55.859318010772661 ], [ -2.906024507140765, 55.859833897017033 ], [ -2.904544959315301, 55.859621947484499 ], [ -2.903335686967785, 55.860247222858476 ], [ -2.901693928481269, 55.859998691617129 ], [ -2.900853357773991, 55.860403795751388 ], [ -2.897732001448353, 55.859939606357472 ], [ -2.897484132625483, 55.860137293924794 ], [ -2.895744251867503, 55.85985795064277 ], [ -2.895019612809742, 55.859123734622237 ], [ -2.894501865694065, 55.859326973137108 ], [ -2.895278757897147, 55.858860377345103 ], [ -2.897102456522663, 55.858758139608547 ], [ -2.899224795558406, 55.858098401398642 ], [ -2.900602323897622, 55.85839292757791 ], [ -2.901037158367115, 55.857922508576614 ], [ -2.901881386183431, 55.855195574602952 ], [ -2.900864787332947, 55.85434043355778 ], [ -2.899918256541376, 55.854164958988683 ], [ -2.900443928018316, 55.853825062554257 ], [ -2.900161053821587, 55.853335636518786 ], [ -2.899055030327252, 55.853515343100327 ], [ -2.89830947488164, 55.853118247568339 ], [ -2.89805430492095, 55.85244351726115 ], [ -2.898753633483416, 55.852222763236675 ], [ -2.899039227675731, 55.850756072030222 ], [ -2.898278350351182, 55.850869453605526 ], [ -2.898539804339538, 55.850571029264508 ], [ -2.896447371722617, 55.848905143536903 ], [ -2.895598143065301, 55.849134164349309 ], [ -2.89575936786878, 55.848644189966308 ], [ -2.89390956242292, 55.848493213954114 ], [ -2.894069542836881, 55.848156899553601 ], [ -2.892662786858164, 55.847753791293741 ], [ -2.89185894440003, 55.847942023153315 ], [ -2.891185455053115, 55.847196631117839 ], [ -2.890751357202485, 55.847210557428362 ], [ -2.891250207806825, 55.847583428564143 ], [ -2.890630381412922, 55.847647220474244 ], [ -2.889367396234486, 55.847243033771434 ], [ -2.886679354256754, 55.847098905079442 ], [ -2.88466608783409, 55.847762137923667 ], [ -2.882061157686094, 55.847832957638396 ], [ -2.880547066660079, 55.847479900036845 ], [ -2.880574996638289, 55.846384392797567 ], [ -2.880046229754532, 55.84623722367995 ], [ -2.880204715527704, 55.845052726400887 ], [ -2.879444185534682, 55.844330356826333 ], [ -2.877743824300683, 55.843570664247714 ], [ -2.877520423592399, 55.842940591752132 ], [ -2.873602919586356, 55.843928104577842 ], [ -2.868920630489414, 55.838562904293475 ], [ -2.865173696617009, 55.839958674489743 ], [ -2.862182292330005, 55.839861072503915 ], [ -2.862621245198383, 55.838699791237758 ], [ -2.863500775907066, 55.838038592289983 ], [ -2.862736766778271, 55.83785975490035 ], [ -2.862552658575787, 55.837477374149422 ], [ -2.863536623778594, 55.837422848121989 ], [ -2.855364477487487, 55.833634245831561 ], [ -2.857940925447535, 55.83245629967638 ], [ -2.859692885876932, 55.83132539692977 ], [ -2.860157905811091, 55.830550308461632 ], [ -2.859134382926915, 55.830106400408809 ], [ -2.857548210035421, 55.829918895179603 ], [ -2.857737713374522, 55.82909991151945 ], [ -2.856453685080932, 55.828421484482192 ], [ -2.854870492596565, 55.828657131757154 ], [ -2.854096585881559, 55.8279436848741 ], [ -2.854328513013922, 55.827600632658239 ], [ -2.85261374181488, 55.827293554465875 ], [ -2.850565315383317, 55.82595994397898 ], [ -2.850301664402709, 55.825215987408711 ], [ -2.850679304344905, 55.824966280068431 ], [ -2.848939181781002, 55.823855142177052 ], [ -2.848451174474466, 55.82306780363237 ], [ -2.847818879361601, 55.823350708648199 ], [ -2.846704828642253, 55.822765354248759 ], [ -2.846648297775337, 55.821265198341948 ], [ -2.847202703045749, 55.820704291416583 ], [ -2.84623823207162, 55.818918364261293 ], [ -2.847849088782581, 55.818502929586863 ], [ -2.852335042295322, 55.823674410401004 ], [ -2.855705895179058, 55.825263863741299 ], [ -2.859953652443054, 55.82534655075159 ], [ -2.86344826449456, 55.825872864340781 ], [ -2.868319368973963, 55.824268833885974 ], [ -2.870404982659018, 55.824099542921417 ], [ -2.875207461149373, 55.819035473714472 ], [ -2.875830684122122, 55.817011134096404 ], [ -2.874934661384639, 55.814560922514147 ], [ -2.877073987841283, 55.811554462228607 ], [ -2.878504529364717, 55.81024586752774 ], [ -2.883150364185305, 55.807543936692497 ], [ -2.886955192170525, 55.80584167744118 ], [ -2.892915795310168, 55.807936150687027 ], [ -2.896955692808715, 55.809811642385505 ], [ -2.898144216452975, 55.809457029930499 ], [ -2.901958737119084, 55.80915954597738 ], [ -2.902891534526955, 55.808788792288411 ], [ -2.904292549944057, 55.806936495073309 ], [ -2.906004392810652, 55.805764779320917 ], [ -2.91254232826435, 55.80357790647124 ], [ -2.915701974414423, 55.802867930187645 ], [ -2.91845582023912, 55.801663113656026 ], [ -2.923199936423483, 55.796532858002671 ], [ -2.923775007318671, 55.794278592083174 ], [ -2.923515307118574, 55.793616521655125 ], [ -2.924802690967021, 55.793426236511706 ], [ -2.924863856184957, 55.793853481886991 ], [ -2.926882391555566, 55.793825699123609 ], [ -2.92715269852857, 55.793186594935264 ], [ -2.935083455968612, 55.793288260782944 ], [ -2.941092892741901, 55.79453540423814 ], [ -2.941111121606696, 55.803092977201445 ], [ -2.939248471511808, 55.805241255849722 ], [ -2.940730864091963, 55.806177882929695 ], [ -2.94358903569536, 55.811614615266251 ], [ -2.948617599446793, 55.81583680198699 ], [ -2.949480694444869, 55.817202211415598 ], [ -2.948912778343059, 55.817867021986366 ], [ -2.949863959405949, 55.81878427595511 ], [ -2.951689415338668, 55.818966942390226 ], [ -2.952605860460776, 55.818197884527891 ], [ -2.959826530451677, 55.814399313015223 ], [ -2.965271274400341, 55.81265575213456 ], [ -2.967301767777467, 55.811463603504691 ], [ -2.968015293241343, 55.810381534091107 ], [ -2.968123699682542, 55.809927815005103 ], [ -2.967022315513747, 55.80855991440351 ], [ -2.967280527141191, 55.80797023620147 ], [ -2.969879723777941, 55.805920849605577 ], [ -2.973568174426106, 55.805912364759202 ], [ -2.976209606613697, 55.804676588531848 ], [ -2.977391727272101, 55.803655435573447 ], [ -2.976559528921818, 55.803104950874811 ], [ -2.977537591258285, 55.802027909843012 ], [ -2.982026416313887, 55.79891102392402 ], [ -2.990149968782618, 55.795431386705999 ], [ -3.001217787877177, 55.789837234541807 ], [ -3.013750335302612, 55.787285068142559 ], [ -3.013866572396605, 55.786971413807947 ], [ -3.018037225042153, 55.785281810746071 ], [ -3.021445098140235, 55.783339622518085 ], [ -3.025451992450578, 55.782605387385651 ], [ -3.03778949108334, 55.7765201598842 ], [ -3.040276241238384, 55.776150496856715 ], [ -3.04219259488656, 55.775078458632457 ], [ -3.043726182456502, 55.773407608917751 ], [ -3.049998453922262, 55.770716915898412 ], [ -3.054181993098341, 55.77039356136931 ], [ -3.054516703563003, 55.769802134631746 ], [ -3.055648562043518, 55.769217340042879 ], [ -3.057766754158019, 55.768857673791999 ], [ -3.059691044251852, 55.76810877028899 ], [ -3.06088139201113, 55.767334725117777 ], [ -3.061891671954229, 55.764922354630706 ], [ -3.060840282963406, 55.762887214475171 ], [ -3.06577272461136, 55.763761062579277 ], [ -3.06657711499496, 55.76316103385102 ], [ -3.074903754169309, 55.759956992256036 ], [ -3.075459552197676, 55.759017625281537 ], [ -3.077256101512071, 55.757999991344761 ], [ -3.077291053013909, 55.757244893221795 ], [ -3.079185438447679, 55.756024195878645 ], [ -3.080940040158611, 55.755514562615559 ], [ -3.083715558382927, 55.753324576659317 ], [ -3.085374140084559, 55.750798451505915 ], [ -3.08964692076789, 55.748905094700426 ], [ -3.095644236435222, 55.745181116880218 ], [ -3.099311168124253, 55.741041910986375 ], [ -3.101970795493543, 55.739333268222474 ], [ -3.103373892550545, 55.737128169213548 ], [ -3.102834964047368, 55.734113822494244 ], [ -3.103613839914162, 55.732651146831536 ], [ -3.10370804040793, 55.730628522168018 ], [ -3.102640030767124, 55.728894892527364 ], [ -3.100157896141912, 55.728112932968251 ], [ -3.096091440114522, 55.725053724867159 ], [ -3.09191892093801, 55.723590285081933 ], [ -3.091878301243197, 55.722134966001995 ], [ -3.092548338550591, 55.721728245453065 ], [ -3.097255705402821, 55.720015836624135 ], [ -3.102596443062907, 55.718593189193484 ], [ -3.10749655565669, 55.718207638087236 ], [ -3.110553922239079, 55.716558106305868 ], [ -3.120336254103217, 55.714910224945754 ], [ -3.126868219452489, 55.710411503608462 ], [ -3.128267011617341, 55.710349236833267 ], [ -3.134387007234985, 55.711460995815955 ], [ -3.1386471111778, 55.716197488681289 ], [ -3.137259954128032, 55.719952903127968 ], [ -3.139361479503347, 55.720504017660176 ], [ -3.14573158438538, 55.720305472598127 ], [ -3.144864107562669, 55.721126772575445 ], [ -3.145315657127659, 55.722412016082757 ], [ -3.147472447536328, 55.723753222715146 ], [ -3.148959311763412, 55.723963964821593 ], [ -3.150451707131442, 55.724632910126324 ], [ -3.151123450148275, 55.725547654390034 ], [ -3.151432604856254, 55.727395819177545 ], [ -3.151129412489065, 55.728184913544496 ], [ -3.145852743226069, 55.733953673256522 ], [ -3.144659610563388, 55.735901221315657 ], [ -3.143992776933786, 55.740054342250474 ], [ -3.146367453949543, 55.741460932712194 ], [ -3.148385799556944, 55.743203280932768 ], [ -3.149144603105923, 55.7432770564413 ], [ -3.151343688592737, 55.744658237184119 ], [ -3.15461833390107, 55.744964467139809 ], [ -3.156030549443675, 55.745854250680132 ], [ -3.158237118060405, 55.746399566938109 ], [ -3.159946505111067, 55.747367375336914 ], [ -3.161564739218786, 55.749553587460518 ], [ -3.161453651808716, 55.750372338290788 ], [ -3.162104380361105, 55.750824456428269 ], [ -3.161812798149282, 55.751734771804415 ], [ -3.162313919391158, 55.751977139159173 ], [ -3.161999894944049, 55.752132866834117 ], [ -3.162736692860056, 55.753334475039303 ], [ -3.162362492870385, 55.754681380376255 ], [ -3.161035368772873, 55.755062342919196 ], [ -3.160583007382649, 55.756033479385607 ], [ -3.157907824612801, 55.757868441330025 ], [ -3.157565677651422, 55.758852005563455 ], [ -3.157004057677865, 55.758936369527717 ], [ -3.15719206556971, 55.759258084304612 ], [ -3.155654707580822, 55.759703867109543 ], [ -3.154069557607376, 55.761068417589925 ], [ -3.156956594774131, 55.761907489043068 ], [ -3.159803236781355, 55.763582544568216 ], [ -3.16996254257501, 55.770630769300539 ], [ -3.174795305708497, 55.772049334406951 ], [ -3.17414096988054, 55.77361460731386 ], [ -3.170277391061803, 55.775657965214172 ], [ -3.167652170756987, 55.777860168012602 ], [ -3.168244930325138, 55.778594955711633 ], [ -3.16778098555292, 55.779501527771281 ], [ -3.181038386957443, 55.781344513061356 ], [ -3.180379836097694, 55.782134392250505 ], [ -3.178341969801435, 55.782659840926776 ], [ -3.178083635919013, 55.783557292353649 ], [ -3.176780391086071, 55.784387474599939 ], [ -3.18235008840505, 55.78743229114319 ], [ -3.185574230733646, 55.788416619470283 ], [ -3.183386537933056, 55.792476767770061 ], [ -3.184204407962949, 55.794357682831155 ], [ -3.186676781507995, 55.795462443519462 ], [ -3.188760857309377, 55.795807126998163 ], [ -3.185093880434402, 55.80174342773109 ], [ -3.190990879422121, 55.801505830622609 ], [ -3.195606291579552, 55.802136756429007 ], [ -3.19808828147857, 55.799113170244631 ], [ -3.200557263700397, 55.796871413557845 ], [ -3.211582888929786, 55.789686092106635 ], [ -3.213235372200459, 55.78738562124407 ], [ -3.214300675361244, 55.784003654701806 ], [ -3.217584655858852, 55.785150994553319 ], [ -3.220475989346578, 55.784496012869603 ], [ -3.223355699234802, 55.786474800153528 ], [ -3.225710906181684, 55.787028221698172 ], [ -3.227466703864991, 55.784899049637446 ], [ -3.228159438701171, 55.784768126383653 ], [ -3.229198073291514, 55.783569827263797 ], [ -3.230839938581489, 55.782844420298879 ], [ -3.231369487575035, 55.781939641723824 ], [ -3.234579850863807, 55.780396030930191 ], [ -3.235892809222229, 55.779109552020671 ], [ -3.245481123866371, 55.781245726178277 ], [ -3.250602812375513, 55.781699618462675 ], [ -3.257333106267028, 55.778329571707253 ], [ -3.263348251294864, 55.776641456555502 ], [ -3.264441976944982, 55.7783653680467 ], [ -3.265148988219453, 55.778436268660549 ], [ -3.274370590014857, 55.775350514850729 ], [ -3.292778354194292, 55.780565039649311 ], [ -3.289798273408349, 55.792820668171267 ], [ -3.294308086269964, 55.796307390224456 ], [ -3.294913226484178, 55.794931578328715 ], [ -3.298905579495545, 55.792629523153543 ], [ -3.30053604771817, 55.79283333538632 ], [ -3.302585365075415, 55.792635514588191 ], [ -3.304459851365112, 55.793458508835087 ], [ -3.305043123922378, 55.793920480089561 ], [ -3.304129515509269, 55.794646346874892 ], [ -3.304297247595791, 55.795464973981908 ], [ -3.303577272477976, 55.795542700302768 ], [ -3.303227149756216, 55.796808023237574 ], [ -3.304891006676046, 55.796859564175783 ], [ -3.307132775517042, 55.797686706740109 ], [ -3.309648648316176, 55.796602297205787 ], [ -3.310618376400095, 55.795364496613566 ], [ -3.312648039678736, 55.795575574084602 ], [ -3.313239024768086, 55.79498338504002 ], [ -3.316479822778495, 55.794641405353175 ], [ -3.317125586775977, 55.794303808668715 ], [ -3.318763549484814, 55.79467713237652 ], [ -3.32010559160041, 55.793893538593544 ], [ -3.32143255827175, 55.793561181938841 ], [ -3.322438223751512, 55.793632138551594 ], [ -3.322908483118987, 55.793247875332419 ], [ -3.325227883725427, 55.792739453110904 ], [ -3.326114256189901, 55.793477518221948 ], [ -3.327078650056488, 55.793601000157679 ], [ -3.327468233727866, 55.794222210037297 ], [ -3.330886232863549, 55.794591413873569 ], [ -3.333748824592449, 55.794156024465209 ], [ -3.33460555041143, 55.793555455522494 ], [ -3.334735652951625, 55.792789344804653 ], [ -3.336700254958711, 55.791380577283711 ], [ -3.338365403989314, 55.791521508911451 ], [ -3.339855181357038, 55.792082173394888 ], [ -3.340692670196071, 55.792039794289501 ], [ -3.340813344397588, 55.791745538162637 ], [ -3.342026037616387, 55.791900340655275 ], [ -3.344963229440612, 55.792898021974146 ], [ -3.347344240631846, 55.794598137779566 ], [ -3.346148826624515, 55.796102891786553 ], [ -3.345688541175303, 55.798620384976367 ], [ -3.344757363011357, 55.799419534865258 ], [ -3.345861834297887, 55.799805523177902 ], [ -3.345549844687119, 55.800796486697386 ], [ -3.348111095426872, 55.802803730125035 ], [ -3.348085666651991, 55.804468194040872 ], [ -3.348767953271381, 55.804728490180125 ], [ -3.349386157339175, 55.806963683560326 ], [ -3.350328349874354, 55.807724327678862 ], [ -3.349949781489509, 55.808956854100714 ], [ -3.352602224337391, 55.810212683962384 ], [ -3.354137711381127, 55.812154704340898 ], [ -3.355196112600214, 55.812763069255851 ], [ -3.357176649414799, 55.812813111939398 ], [ -3.358141902813957, 55.813265226990573 ], [ -3.358661748210646, 55.813070780504276 ], [ -3.360511291397789, 55.813710792349596 ], [ -3.360922581678459, 55.815206883393309 ], [ -3.360598230363288, 55.815515992741894 ], [ -3.362096245533011, 55.816824825754495 ], [ -3.36211115426181, 55.817251489963155 ], [ -3.36325238174962, 55.817710602083402 ], [ -3.364372857512381, 55.820083926709877 ], [ -3.369039289280728, 55.824111655402106 ], [ -3.367594913659641, 55.824118740257937 ], [ -3.361497970134081, 55.82574094581193 ], [ -3.360013951861732, 55.825757365994647 ], [ -3.35600481647778, 55.824772755092845 ], [ -3.350675301524061, 55.827136275103115 ], [ -3.349791442043931, 55.828350082713527 ], [ -3.350052092903171, 55.829191891508685 ], [ -3.349560924811694, 55.830221668611188 ], [ -3.346482699477439, 55.831926773557058 ], [ -3.328168227172253, 55.844147120807769 ], [ -3.295701580733259, 55.866138220622474 ], [ -3.293171372692353, 55.866889085855796 ], [ -3.291752207592559, 55.866981268829562 ], [ -3.288598321176564, 55.865696131891362 ], [ -3.284029871937537, 55.865893050610175 ], [ -3.274076533923279, 55.871223486437302 ], [ -3.269166708039002, 55.875772451520888 ], [ -3.265089558088756, 55.876075913001984 ], [ -3.260780319714254, 55.872574389871602 ], [ -3.255294495778281, 55.870175585931285 ], [ -3.254904643358095, 55.869187544548446 ], [ -3.253918109975113, 55.868576691403163 ], [ -3.253186721435771, 55.869783728078978 ], [ -3.250922220786345, 55.871474506421919 ], [ -3.249446850882483, 55.873208450504627 ], [ -3.249022697575358, 55.875478937510934 ], [ -3.244168007396272, 55.877212021227614 ], [ -3.24207380699468, 55.877203521591952 ], [ -3.23975239807229, 55.878040127923093 ], [ -3.239820786034611, 55.880486227012888 ], [ -3.238412429805336, 55.882744117388448 ], [ -3.23720200195089, 55.882484924504645 ], [ -3.23435193327445, 55.882997865112152 ], [ -3.232157598028615, 55.883975921557159 ], [ -3.22960726203569, 55.883406578101834 ], [ -3.227887036979904, 55.883860451990664 ], [ -3.224575079062055, 55.88235421274468 ], [ -3.22133276867031, 55.883006435590474 ], [ -3.219451570315053, 55.882255021911419 ], [ -3.211740899034482, 55.881981635720187 ], [ -3.209088517357587, 55.883257615712921 ], [ -3.213449605911475, 55.88448526092445 ], [ -3.214201543572861, 55.885782553715977 ], [ -3.213948825014952, 55.886444588842089 ], [ -3.211030552109148, 55.888123089107438 ], [ -3.206935628330343, 55.889660306228656 ], [ -3.200743303900349, 55.890394783822522 ], [ -3.201911142120104, 55.89439634124242 ], [ -3.201545428310393, 55.894825827110047 ], [ -3.190940505771027, 55.892651041721578 ], [ -3.177851086451896, 55.891289874070303 ], [ -3.163100566044569, 55.889582706232645 ], [ -3.162438282745358, 55.889090265631886 ], [ -3.161737929770283, 55.889463486846552 ], [ -3.147754432648008, 55.889805825378204 ], [ -3.140550812161904, 55.890769534947545 ], [ -3.13282999884468, 55.892488768394607 ], [ -3.132992652840291, 55.89285747348012 ], [ -3.125075327392086, 55.8956580787045 ], [ -3.117713964004305, 55.897699241426473 ], [ -3.11336937009395, 55.898331649845453 ], [ -3.112083249714613, 55.898097072994524 ], [ -3.112099182390449, 55.898709737043113 ], [ -3.110500400397046, 55.898894892616205 ], [ -3.097271825084867, 55.899315418814119 ], [ -3.092671662007294, 55.899806503465356 ], [ -3.092155531707835, 55.900220818842136 ], [ -3.095236938012357, 55.901564621481462 ], [ -3.098133203070967, 55.904046656295414 ], [ -3.104917383828953, 55.906884661283364 ], [ -3.106412093808745, 55.908200184511543 ], [ -3.112727493717128, 55.912106749409205 ], [ -3.114598683120687, 55.912977586880132 ], [ -3.117641198003112, 55.913074007984349 ], [ -3.116861294163918, 55.914716433996958 ], [ -3.113699145202681, 55.922001705519961 ], [ -3.1129915580822, 55.926401972217704 ], [ -3.111669474091006, 55.929694486737041 ], [ -3.109767361584769, 55.929615496517556 ], [ -3.105335290750659, 55.930059694998725 ], [ -3.099218164500044, 55.93131129540091 ], [ -3.092184295998325, 55.932023512495363 ], [ -3.088573075245354, 55.931389665081625 ] ] ] } }, +{ "type": "Feature", "properties": { "LAD13CD": "S12000020", "LAD13CDO": "00QX", "LAD13NM": "Moray", "LAD13NMW": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -3.638940884500675, 57.643332447090934 ], [ -3.637386961915667, 57.643202549904679 ], [ -3.638501365989118, 57.643245609820795 ], [ -3.639404846457295, 57.642846693590435 ], [ -3.638460911964125, 57.643203011512014 ], [ -3.636953522972641, 57.643138986602011 ], [ -3.636660116751514, 57.642650469333589 ], [ -3.637918274386736, 57.642649449163315 ], [ -3.639169721953538, 57.642165171399952 ], [ -3.639698185512226, 57.642329910833162 ], [ -3.639126486359994, 57.642135186777494 ], [ -3.637961986287134, 57.642615642583415 ], [ -3.637033314576966, 57.642529746014368 ], [ -3.636630946854743, 57.642411876187062 ], [ -3.637457658060966, 57.641907957942891 ], [ -3.636107592814251, 57.64183919057939 ], [ -3.638224465602681, 57.641339228056424 ], [ -3.641731647396145, 57.641949558306834 ], [ -3.640564302588241, 57.642960123657637 ], [ -3.638940884500675, 57.643332447090934 ] ] ], [ [ [ -2.848729745028295, 57.707123993836106 ], [ -2.849345578672643, 57.70669228988217 ], [ -2.848792140308773, 57.706706781481479 ], [ -2.849784416158118, 57.706370461088838 ], [ -2.849677324602493, 57.706598440558516 ], [ -2.851106625786346, 57.706293309326405 ], [ -2.849311982247673, 57.707049125690645 ], [ -2.848729745028295, 57.707123993836106 ] ] ], [ [ [ -3.329564006726854, 57.724522922517956 ], [ -3.314509089156136, 57.721174873293407 ], [ -3.303348684850387, 57.720545548748149 ], [ -3.300153951967547, 57.721532410151902 ], [ -3.296409756219459, 57.721901384973506 ], [ -3.295694618614922, 57.722326422987443 ], [ -3.295768251989788, 57.722930236745498 ], [ -3.294913671377841, 57.723118643171354 ], [ -3.29343415056811, 57.724426443597054 ], [ -3.289235545451013, 57.725200493822982 ], [ -3.28465544962014, 57.724549055735217 ], [ -3.283630553497898, 57.724956505494369 ], [ -3.279509795250968, 57.724708957414869 ], [ -3.27701270133125, 57.72379363243212 ], [ -3.278220679401821, 57.723434693839835 ], [ -3.279764225088697, 57.720454663220877 ], [ -3.279578406121562, 57.720136767348379 ], [ -3.28023525601268, 57.720101354870565 ], [ -3.281944089297754, 57.718955779620629 ], [ -3.282641455911677, 57.718974767539315 ], [ -3.283139421959924, 57.717723757780703 ], [ -3.28244274354941, 57.717154098274676 ], [ -3.280549402307352, 57.716637867503053 ], [ -3.279917769470617, 57.715008422403272 ], [ -3.277323941764643, 57.713282007073069 ], [ -3.265789342579996, 57.707757352834918 ], [ -3.265440148778175, 57.707273059513 ], [ -3.264254742898231, 57.707208548043361 ], [ -3.257504705726889, 57.705267157782927 ], [ -3.256064670745269, 57.705261693275745 ], [ -3.256260317166115, 57.705822994110754 ], [ -3.257121973763271, 57.706232155016629 ], [ -3.262839903055722, 57.707543369538584 ], [ -3.26650550853341, 57.709041965452968 ], [ -3.266374817537942, 57.709384632458807 ], [ -3.264039095055054, 57.710073628771212 ], [ -3.266375146214617, 57.710403317562978 ], [ -3.26769472692714, 57.711758242145791 ], [ -3.271062918952804, 57.712798851512851 ], [ -3.272892575375481, 57.715240052785695 ], [ -3.275287062946808, 57.71607384470758 ], [ -3.276193455043372, 57.716786955999979 ], [ -3.277971080898278, 57.717212791589361 ], [ -3.278147312144422, 57.717735628450249 ], [ -3.280648529092141, 57.717970863171658 ], [ -3.281586102895944, 57.718326989950789 ], [ -3.279432237733006, 57.719230022140621 ], [ -3.270294900220471, 57.715311060927156 ], [ -3.25992918524229, 57.711679463986322 ], [ -3.254973104538572, 57.709604185658769 ], [ -3.240635734619311, 57.704571245909285 ], [ -3.230591758649544, 57.701588092279216 ], [ -3.200710858031777, 57.694598809526063 ], [ -3.194652631216973, 57.693519786730384 ], [ -3.174058461960431, 57.688017276987303 ], [ -3.136401141122489, 57.680200015156387 ], [ -3.116246974080214, 57.676471835597582 ], [ -3.1110298748635, 57.676176405761467 ], [ -3.109290762174916, 57.676385698582123 ], [ -3.107826873831696, 57.676933012158109 ], [ -3.105913658058514, 57.676823090808938 ], [ -3.102914736228042, 57.67574706037886 ], [ -3.101530482981739, 57.674997365293713 ], [ -3.10148816074279, 57.674597093682216 ], [ -3.100018707331938, 57.674408660859747 ], [ -3.099613543742215, 57.674095982935356 ], [ -3.10266322369137, 57.674863532631228 ], [ -3.10243661748424, 57.675020912765504 ], [ -3.101726076920314, 57.674701919256876 ], [ -3.101903579828237, 57.675081250946704 ], [ -3.104390376817902, 57.676136624273269 ], [ -3.105345564460574, 57.676173197302106 ], [ -3.105919976929613, 57.675874434416173 ], [ -3.105280049770848, 57.675838705081624 ], [ -3.103923088532671, 57.674664801522226 ], [ -3.104846737522175, 57.674272267511732 ], [ -3.105125246239883, 57.674718983269742 ], [ -3.10581290885433, 57.674781244953977 ], [ -3.10618792823582, 57.674322529928794 ], [ -3.106621366316736, 57.674680752919265 ], [ -3.105247040971217, 57.675360201387058 ], [ -3.109758036683245, 57.675819266648908 ], [ -3.113708977011219, 57.675836649160061 ], [ -3.106983921214288, 57.674748546508333 ], [ -3.107850181163665, 57.67445440694523 ], [ -3.107569614177755, 57.673941241037227 ], [ -3.108172618492072, 57.673152645220398 ], [ -3.10767336974772, 57.672352738721862 ], [ -3.10745862769011, 57.672008664732417 ], [ -3.107025091077696, 57.671313996256735 ], [ -3.106741094042319, 57.67151230998725 ], [ -3.107498808595733, 57.672195378902728 ], [ -3.107663822991489, 57.672962170596769 ], [ -3.105108319725147, 57.672730301998477 ], [ -3.105922281753891, 57.670554699540169 ], [ -3.105363215613661, 57.668545603023645 ], [ -3.105054030389849, 57.671056350529504 ], [ -3.10346631712195, 57.670558180520793 ], [ -3.102819145987565, 57.670777618730391 ], [ -3.103173596062271, 57.671132050414457 ], [ -3.101413291445235, 57.670967729530503 ], [ -3.103927319000487, 57.671494675402698 ], [ -3.10247137807873, 57.673183593687327 ], [ -3.102216950115493, 57.671761112261969 ], [ -3.102137123702513, 57.672224430531088 ], [ -3.101420279991697, 57.671750983367801 ], [ -3.102046489818744, 57.672276423019781 ], [ -3.101610365208636, 57.673430041013951 ], [ -3.100013282369417, 57.673011857515384 ], [ -3.099166299627262, 57.67183885815664 ], [ -3.099242415254256, 57.672581087793326 ], [ -3.098954498791829, 57.672429980581519 ], [ -3.098691202360556, 57.671485463330576 ], [ -3.099348031989156, 57.671085404941927 ], [ -3.098407935150729, 57.670489915977981 ], [ -3.094625000312524, 57.670631400062177 ], [ -3.092491903411443, 57.671057665907547 ], [ -3.092954492445954, 57.672278945215588 ], [ -3.094931386141985, 57.673342499958252 ], [ -3.095833517829097, 57.674346169623902 ], [ -3.100723554720395, 57.675536179838666 ], [ -3.100200803458621, 57.675714996350443 ], [ -3.09703192584806, 57.67494303119426 ], [ -3.086623895819732, 57.673348553055348 ], [ -3.080605364581983, 57.672127222763393 ], [ -3.052021880016677, 57.66779405578351 ], [ -3.038120555421481, 57.665120613254835 ], [ -3.036463032355329, 57.664483844249311 ], [ -3.036487492991335, 57.664812417757275 ], [ -3.037490705183298, 57.664900310238608 ], [ -3.036745438111315, 57.664981877126273 ], [ -3.027251429008136, 57.66362297261896 ], [ -3.018420292879517, 57.663821941825468 ], [ -3.016145517213425, 57.664233686484302 ], [ -3.015707575313836, 57.664876784245138 ], [ -3.015416326041202, 57.664351828186859 ], [ -3.014516162018784, 57.664350068348412 ], [ -3.01342812569333, 57.66476391764369 ], [ -3.01365832390281, 57.665865169086899 ], [ -3.006038562887633, 57.666186504004706 ], [ -3.00446693818438, 57.666576273720928 ], [ -2.99897863939115, 57.668948988167486 ], [ -2.995745259986045, 57.671776228514496 ], [ -2.994429497822862, 57.672461189158909 ], [ -2.98600411384366, 57.673918577398055 ], [ -2.981055219411826, 57.676047352937381 ], [ -2.978905976950611, 57.676432296300256 ], [ -2.978052185855384, 57.677042544391306 ], [ -2.976299164202706, 57.677324670196704 ], [ -2.976550223826302, 57.67712061942693 ], [ -2.976001450841296, 57.67697843436224 ], [ -2.975631880828767, 57.677140280522927 ], [ -2.975947668234399, 57.677348042580206 ], [ -2.975193622093259, 57.677054729639728 ], [ -2.973410448403694, 57.67833952844726 ], [ -2.969212960253906, 57.67914157916983 ], [ -2.966809191310047, 57.678417991791271 ], [ -2.962944209328717, 57.678611852602515 ], [ -2.961708559463463, 57.678871870960158 ], [ -2.960739120382155, 57.680194316000104 ], [ -2.960082719487532, 57.679976525598839 ], [ -2.960708088708995, 57.680035556346517 ], [ -2.961039480505118, 57.679758166353835 ], [ -2.960654720310024, 57.679602991339699 ], [ -2.95974812088299, 57.679688920265569 ], [ -2.959358641760225, 57.680052982020364 ], [ -2.959454679633998, 57.679181822016091 ], [ -2.957105527929026, 57.679823019835759 ], [ -2.95759233308955, 57.680541551919973 ], [ -2.956832319826342, 57.679827781132133 ], [ -2.955729860942415, 57.680118173064734 ], [ -2.956235230489267, 57.680905737393218 ], [ -2.955546808879623, 57.680171655799306 ], [ -2.954312893727747, 57.680501653957471 ], [ -2.954915553921884, 57.681354962085905 ], [ -2.95414476175181, 57.680548734161675 ], [ -2.952353075283217, 57.680904476791518 ], [ -2.951537404589998, 57.681326516164837 ], [ -2.951816265353914, 57.682304439116194 ], [ -2.959491211507196, 57.680246903128683 ], [ -2.961901266446616, 57.680639116641252 ], [ -2.959234790929655, 57.680442875557254 ], [ -2.951941088409843, 57.682396022601203 ], [ -2.951258593903927, 57.683869838461924 ], [ -2.949992655501273, 57.684200034312376 ], [ -2.94823419276514, 57.683717376007806 ], [ -2.947174725275214, 57.683734294171693 ], [ -2.945946363092565, 57.684413597572274 ], [ -2.944804034022006, 57.684405065232362 ], [ -2.943223747970889, 57.684968396717686 ], [ -2.941596594759796, 57.684826012332181 ], [ -2.940897761987941, 57.685234536554859 ], [ -2.941139640601803, 57.685895665045756 ], [ -2.938886218925624, 57.686181888132033 ], [ -2.938706608402944, 57.685851757169317 ], [ -2.937901426396571, 57.685781374560307 ], [ -2.932310776182308, 57.686865587062435 ], [ -2.928355986831392, 57.689425999416308 ], [ -2.927348642123178, 57.690636173747173 ], [ -2.927293320835548, 57.691490836995847 ], [ -2.927992422685444, 57.691606979116571 ], [ -2.927890344490819, 57.691944580092311 ], [ -2.92854017784738, 57.692232650658255 ], [ -2.927668671670761, 57.692853461117778 ], [ -2.927857910662971, 57.693365885917743 ], [ -2.926466818335508, 57.694400108664709 ], [ -2.92522731055661, 57.694671472429832 ], [ -2.924667266111425, 57.695142667349316 ], [ -2.924933872059598, 57.695532365861474 ], [ -2.923292788227569, 57.696176732839191 ], [ -2.923626003174308, 57.696349464473897 ], [ -2.923132197581811, 57.696854303174185 ], [ -2.9223235720386, 57.696854809243185 ], [ -2.921918996636075, 57.697438938930496 ], [ -2.922259062083855, 57.697484967926307 ], [ -2.920893860692223, 57.69743652144723 ], [ -2.921254380563115, 57.697693498143245 ], [ -2.920075973486159, 57.697998500200903 ], [ -2.919659360520192, 57.697778756936891 ], [ -2.91982895330413, 57.697122684495838 ], [ -2.917498200816977, 57.696839580492579 ], [ -2.917136697953523, 57.697206000644172 ], [ -2.916572144959313, 57.697172363194724 ], [ -2.916347231638836, 57.69796536877795 ], [ -2.915476060800624, 57.698347150732431 ], [ -2.914067524004627, 57.698643879979137 ], [ -2.914560271967266, 57.698357364897518 ], [ -2.913567279135447, 57.698299861175727 ], [ -2.91359658673319, 57.698730819564112 ], [ -2.911177255182756, 57.698663823314227 ], [ -2.91072636308936, 57.699148541640589 ], [ -2.909842812317838, 57.698438076829596 ], [ -2.908060975906865, 57.698703287855153 ], [ -2.906301176663443, 57.698239818955344 ], [ -2.9043206571144, 57.698948348587557 ], [ -2.906545206420493, 57.697934455936121 ], [ -2.905491652249601, 57.697533285356705 ], [ -2.903953990975095, 57.697699678284721 ], [ -2.903377765641803, 57.698207722021735 ], [ -2.904438358349572, 57.698487593421561 ], [ -2.903446741647043, 57.698282684307152 ], [ -2.90285195739157, 57.698854635152436 ], [ -2.903906612717975, 57.698895613678893 ], [ -2.903190692205971, 57.698982467338219 ], [ -2.903660721690112, 57.69946417771142 ], [ -2.903251702056959, 57.699882996235374 ], [ -2.904313505491179, 57.700142199974742 ], [ -2.902501709743909, 57.700287178122068 ], [ -2.903061534495134, 57.700331691427607 ], [ -2.902380832221969, 57.700486557526894 ], [ -2.903439627719002, 57.700489783302096 ], [ -2.902861968644846, 57.700740031209619 ], [ -2.901380943859724, 57.700625728171573 ], [ -2.901630211665652, 57.700933855514577 ], [ -2.901208042346619, 57.701027587453972 ], [ -2.902589528603668, 57.700984507084769 ], [ -2.901427955813396, 57.701099679433774 ], [ -2.901336714879863, 57.701546768946436 ], [ -2.900834156703234, 57.701511721328011 ], [ -2.90098344023583, 57.701172011307889 ], [ -2.900621403438788, 57.701390172573525 ], [ -2.900254148110103, 57.701127796031223 ], [ -2.899332351467557, 57.701575399354276 ], [ -2.899485962077597, 57.701274285977867 ], [ -2.898911345814177, 57.701378076226433 ], [ -2.898731182483365, 57.701826693493999 ], [ -2.898523316601439, 57.701495809931572 ], [ -2.898360975429046, 57.701783510030857 ], [ -2.897483201006812, 57.701841836931997 ], [ -2.897215088316971, 57.70124549096554 ], [ -2.89830406423617, 57.701043740563811 ], [ -2.898325170335994, 57.700473190079308 ], [ -2.89777265591855, 57.700045941479459 ], [ -2.896264231276799, 57.699703612864013 ], [ -2.893438619035257, 57.700036188572646 ], [ -2.892713877900972, 57.700516486528549 ], [ -2.891209561265131, 57.700476785202845 ], [ -2.890455178718768, 57.701049800346837 ], [ -2.890150135874998, 57.700789651892848 ], [ -2.888511378180334, 57.70135809292406 ], [ -2.886540022513924, 57.701158129130896 ], [ -2.885716594714065, 57.70158697817557 ], [ -2.885059602022902, 57.701548457307325 ], [ -2.884997732219125, 57.701901010705349 ], [ -2.884588631095214, 57.701707150097171 ], [ -2.88502213645529, 57.702076002169555 ], [ -2.884252469802473, 57.701820884253635 ], [ -2.884602849553568, 57.702152591248485 ], [ -2.883810405159561, 57.701995540964568 ], [ -2.883593726521632, 57.702606078882766 ], [ -2.882055413914553, 57.702275467335234 ], [ -2.880255016235102, 57.703105424220411 ], [ -2.880230964782131, 57.703428069181484 ], [ -2.879610003931202, 57.703354236946836 ], [ -2.87944163313727, 57.704368651429753 ], [ -2.878584656166393, 57.704527308193697 ], [ -2.879100481643321, 57.704624332429539 ], [ -2.877504419940712, 57.705376477174241 ], [ -2.876694248976209, 57.705390175674694 ], [ -2.876671653340618, 57.705149596914886 ], [ -2.877541733620133, 57.704560592921176 ], [ -2.876780424709342, 57.704651204151347 ], [ -2.87709110042753, 57.70479996038074 ], [ -2.876454381662608, 57.705046902746453 ], [ -2.874658883921891, 57.705116811902748 ], [ -2.875675038059701, 57.704599570898814 ], [ -2.874951336787215, 57.704649488956321 ], [ -2.875370127057987, 57.704411247653454 ], [ -2.875082829136359, 57.704187769540603 ], [ -2.873787155004294, 57.704664717309932 ], [ -2.874202143085927, 57.704407642570715 ], [ -2.873579518687816, 57.704473921690294 ], [ -2.874461605670015, 57.704103134677574 ], [ -2.873714806261542, 57.703960078142991 ], [ -2.87390600345381, 57.703677600968724 ], [ -2.873333136503009, 57.703370755066075 ], [ -2.872680278892229, 57.703365377186174 ], [ -2.872449039598005, 57.70379724061106 ], [ -2.871960644199797, 57.703443994705395 ], [ -2.871155163546996, 57.703511521556592 ], [ -2.869908232514171, 57.704272844191955 ], [ -2.870348242442689, 57.70365899880349 ], [ -2.86940474175643, 57.703219045265186 ], [ -2.867190003182584, 57.703366283912366 ], [ -2.866896576866838, 57.703866831129396 ], [ -2.865225615279226, 57.703457876701201 ], [ -2.864485580611789, 57.704018959341056 ], [ -2.864314799429903, 57.703823405671443 ], [ -2.86361760053186, 57.703999733297934 ], [ -2.86354920704713, 57.704721506489769 ], [ -2.863324833330893, 57.704036762890738 ], [ -2.862396379246988, 57.704085310793602 ], [ -2.862415833284624, 57.704903497254861 ], [ -2.862235927976059, 57.704041490702508 ], [ -2.86148265206164, 57.704047518247918 ], [ -2.860866182910514, 57.704515217082069 ], [ -2.861364680149476, 57.705085816579476 ], [ -2.862722283719163, 57.705159210769928 ], [ -2.863446437757983, 57.704845269852221 ], [ -2.864142941995451, 57.705202517219618 ], [ -2.862555519821962, 57.705273528644582 ], [ -2.862664358265476, 57.705545859295754 ], [ -2.860971703566515, 57.706062208743049 ], [ -2.861386422094565, 57.705859972460431 ], [ -2.860710969395845, 57.705894210073595 ], [ -2.861283485854868, 57.705694494047293 ], [ -2.861124693007349, 57.70550873549459 ], [ -2.860697912710722, 57.705697578997935 ], [ -2.860657856482327, 57.705423880780451 ], [ -2.859503419489722, 57.706418019229282 ], [ -2.858014691745915, 57.706336496648156 ], [ -2.859183510172853, 57.70552282538091 ], [ -2.858735301614773, 57.705374060399244 ], [ -2.858363117926507, 57.705814039487585 ], [ -2.85853341465679, 57.705352075069108 ], [ -2.857886916253069, 57.705475029382526 ], [ -2.85743818405252, 57.705090918223974 ], [ -2.856324874556034, 57.705413745778941 ], [ -2.856466612637835, 57.706157447454238 ], [ -2.855221341450843, 57.7056538571346 ], [ -2.851452126102215, 57.706571243788424 ], [ -2.852641700984731, 57.706062903491805 ], [ -2.852175499231543, 57.706075923984756 ], [ -2.852484363259398, 57.705651660374699 ], [ -2.849126266769927, 57.706069468549863 ], [ -2.849715207531359, 57.705851729665163 ], [ -2.848897840121954, 57.70584553672866 ], [ -2.847965111136605, 57.706144622538609 ], [ -2.848877582025199, 57.705481876062251 ], [ -2.847504032444283, 57.705371611472401 ], [ -2.848027412326698, 57.705148929794753 ], [ -2.847061053691492, 57.705300919214885 ], [ -2.847618279287873, 57.704803144241382 ], [ -2.846575714227314, 57.705068821429123 ], [ -2.847014389079761, 57.70473981715962 ], [ -2.846428851497085, 57.704671873161715 ], [ -2.846525310357209, 57.703915788893859 ], [ -2.846136330023141, 57.703929169023716 ], [ -2.847162610485243, 57.703254894542226 ], [ -2.847740660075347, 57.703290547751749 ], [ -2.847489009238115, 57.702071493176355 ], [ -2.846967851181778, 57.70224385528573 ], [ -2.846641027960151, 57.701900210543968 ], [ -2.846828168226344, 57.701722898943423 ], [ -2.847322125230771, 57.701966615441691 ], [ -2.847608131082129, 57.701424844054216 ], [ -2.846842600078848, 57.700544280712357 ], [ -2.846556368849212, 57.698488273524276 ], [ -2.842049615445643, 57.696448740000633 ], [ -2.834784288089889, 57.694065274252353 ], [ -2.83277745985837, 57.693897047278384 ], [ -2.830530076794657, 57.693112362629911 ], [ -2.827660541014748, 57.692625440972414 ], [ -2.824241390967795, 57.692530084988597 ], [ -2.823831367394719, 57.692645936030765 ], [ -2.823645484149936, 57.693990048140492 ], [ -2.823801207853998, 57.69279524392612 ], [ -2.822926460215071, 57.69276051360383 ], [ -2.822284336572062, 57.693441977377638 ], [ -2.823326561948865, 57.693685816045907 ], [ -2.822686983508119, 57.693592064975377 ], [ -2.822499555086618, 57.693834017556185 ], [ -2.823927919263506, 57.694312482244058 ], [ -2.822687943823266, 57.694004361049487 ], [ -2.816921189499046, 57.694551033352866 ], [ -2.813690279571626, 57.695899478572834 ], [ -2.812563704017514, 57.695634544014474 ], [ -2.808931451062203, 57.69599915283716 ], [ -2.806814509669772, 57.697064529471639 ], [ -2.804036110967405, 57.695238982317576 ], [ -2.801557637905522, 57.695131643327088 ], [ -2.801920936076955, 57.691379105264737 ], [ -2.80152455388277, 57.679735659239427 ], [ -2.802326624122992, 57.673765213596425 ], [ -2.802916263128824, 57.672452703198999 ], [ -2.802292780915979, 57.672005730789081 ], [ -2.802485428060842, 57.671543699778866 ], [ -2.801570286013798, 57.67094586894671 ], [ -2.802837066897414, 57.6697045197687 ], [ -2.799897718535405, 57.668991056090611 ], [ -2.799291572697906, 57.668261006397273 ], [ -2.799831121382374, 57.667413228159951 ], [ -2.801183406119922, 57.666859424067283 ], [ -2.803022702093815, 57.6654383843278 ], [ -2.801320973471542, 57.664585046395693 ], [ -2.79996108526056, 57.664561316804665 ], [ -2.79997274962407, 57.663873172722155 ], [ -2.797529746601722, 57.662000449240558 ], [ -2.790764950458271, 57.661524626005331 ], [ -2.788749182867278, 57.658304361812711 ], [ -2.78598521250189, 57.655803735692416 ], [ -2.784231369712332, 57.655058285352396 ], [ -2.783204905304742, 57.654160094684158 ], [ -2.778267452358754, 57.653648025363864 ], [ -2.775650624193561, 57.651867575657349 ], [ -2.772406255351649, 57.650268763120387 ], [ -2.772390129861434, 57.649904166610789 ], [ -2.773793665308321, 57.648778145796655 ], [ -2.775880917136206, 57.64813477472525 ], [ -2.775527603837787, 57.645945177281007 ], [ -2.779953228492687, 57.642563834569657 ], [ -2.782394935252301, 57.63521620338841 ], [ -2.785084745197944, 57.629478464620057 ], [ -2.78784288478677, 57.625311306169785 ], [ -2.797411042333148, 57.618936471399479 ], [ -2.802900435389778, 57.613177036998202 ], [ -2.805238649486437, 57.611584794942551 ], [ -2.810641884605251, 57.609952224073233 ], [ -2.792256420374342, 57.605085215228598 ], [ -2.782850726898341, 57.597018073834519 ], [ -2.780810406588301, 57.588002163604671 ], [ -2.778703574916483, 57.587251636312708 ], [ -2.777005990342109, 57.586079962318401 ], [ -2.775167051511197, 57.584705225251497 ], [ -2.775648534407633, 57.584146238617834 ], [ -2.759514889628397, 57.578714514290141 ], [ -2.755417601007035, 57.579825097077638 ], [ -2.752414999722316, 57.580186159108663 ], [ -2.748666370757858, 57.580133877539993 ], [ -2.747264186781112, 57.579685859195571 ], [ -2.74811641345417, 57.578352270917307 ], [ -2.74893919327201, 57.574530637775553 ], [ -2.746925627324577, 57.574181456922901 ], [ -2.748099410126191, 57.57149496339408 ], [ -2.748885513883329, 57.571673551908731 ], [ -2.749932131517154, 57.569967809277742 ], [ -2.752180733829477, 57.568996877170228 ], [ -2.749225144932281, 57.568349724805287 ], [ -2.749515136849966, 57.56757459086031 ], [ -2.742626738628614, 57.566620899799823 ], [ -2.740200415555834, 57.564853870767756 ], [ -2.738950418631168, 57.564457867398225 ], [ -2.736699043513182, 57.564302147011055 ], [ -2.734763046703554, 57.56503114656406 ], [ -2.729394576408755, 57.565897662816248 ], [ -2.726818990679508, 57.565245097806809 ], [ -2.719953827396871, 57.564229855662347 ], [ -2.717278691964641, 57.555781566168911 ], [ -2.717286162906312, 57.550637117638594 ], [ -2.716423252023578, 57.54728157844292 ], [ -2.711456341621585, 57.543695018289334 ], [ -2.715746835533814, 57.539456960403605 ], [ -2.71457963470408, 57.537771225018467 ], [ -2.712851028219272, 57.536582701722551 ], [ -2.712557909101239, 57.534829128543258 ], [ -2.711525445601379, 57.533957339063129 ], [ -2.711002423189269, 57.532228412918272 ], [ -2.708393240132705, 57.530565107946899 ], [ -2.707396013877884, 57.530207798550364 ], [ -2.703794811116055, 57.52982281105902 ], [ -2.701799344955539, 57.530524696555283 ], [ -2.700151896220025, 57.530393716333009 ], [ -2.697972839817729, 57.531019307778081 ], [ -2.696378234837721, 57.531032608113577 ], [ -2.696347683303689, 57.53170738029484 ], [ -2.697634478817836, 57.532539261401773 ], [ -2.698094211395208, 57.53378621795153 ], [ -2.696185052186264, 57.537279368655405 ], [ -2.694638760083435, 57.537914882635135 ], [ -2.685768048174413, 57.539001793395883 ], [ -2.677321349131665, 57.53713139033465 ], [ -2.67300383664219, 57.537050286627512 ], [ -2.668849702964566, 57.537680498358625 ], [ -2.665119450145055, 57.536922308627275 ], [ -2.663601831839759, 57.536131734587237 ], [ -2.663665503502562, 57.535224146499225 ], [ -2.664450161698132, 57.535114022054664 ], [ -2.667466797398892, 57.53576821460868 ], [ -2.668330622396119, 57.535694476469139 ], [ -2.669302577453594, 57.535050655175219 ], [ -2.668217589836776, 57.53426412919508 ], [ -2.662866887110887, 57.534013881473882 ], [ -2.658509663093284, 57.534856812121866 ], [ -2.655810979308161, 57.534967877127571 ], [ -2.652774608981928, 57.534408725539095 ], [ -2.651725128910679, 57.533625468334264 ], [ -2.650187847823062, 57.52983102002429 ], [ -2.649822504655177, 57.529570606835421 ], [ -2.650390608467969, 57.52893260301412 ], [ -2.654832536050938, 57.528093103770075 ], [ -2.656638347472755, 57.528688256827714 ], [ -2.658690686344447, 57.528505093104656 ], [ -2.660819247178524, 57.527367532524792 ], [ -2.660873555274609, 57.526769897516353 ], [ -2.667216309521227, 57.524621089742901 ], [ -2.670397714908799, 57.522470830117349 ], [ -2.678919216398973, 57.52102216534076 ], [ -2.678933071899036, 57.520599902067644 ], [ -2.680757835905947, 57.520598154937929 ], [ -2.681246082034468, 57.516788633119411 ], [ -2.689255174893284, 57.516763100933375 ], [ -2.692758876062745, 57.516396279741407 ], [ -2.691134582618115, 57.513571127840812 ], [ -2.692174465856377, 57.512335687234184 ], [ -2.693037974571996, 57.508932767058326 ], [ -2.694971369173434, 57.507916061115047 ], [ -2.697892913288136, 57.507961914044472 ], [ -2.700572947569586, 57.509687022741964 ], [ -2.703709497970805, 57.50962285579142 ], [ -2.706327735751781, 57.510289118656615 ], [ -2.707847284550817, 57.511186964225814 ], [ -2.708238330221335, 57.511039248649936 ], [ -2.71792908345102, 57.500927342395322 ], [ -2.723734229167352, 57.504464832475215 ], [ -2.728297723311263, 57.504598462514274 ], [ -2.732690271433738, 57.504111310452878 ], [ -2.734451423691578, 57.503642047667441 ], [ -2.736761325642324, 57.503989686934389 ], [ -2.74190660407718, 57.504010733548412 ], [ -2.742635601510793, 57.504655003276575 ], [ -2.743351856385891, 57.50655873425471 ], [ -2.74462876818936, 57.507633632605902 ], [ -2.749849496154169, 57.509354358634042 ], [ -2.753852727612984, 57.510207224369104 ], [ -2.759927212798702, 57.513774688432086 ], [ -2.760643031151742, 57.513841339254711 ], [ -2.760187946010789, 57.514913935333063 ], [ -2.760676445935109, 57.515446366943749 ], [ -2.760128553990081, 57.516151226619741 ], [ -2.759114073419908, 57.516575933202645 ], [ -2.759078515584442, 57.517837333726078 ], [ -2.758105097615966, 57.519197793389125 ], [ -2.758327675306333, 57.519786626330834 ], [ -2.757745653547407, 57.520461138357973 ], [ -2.756651155948669, 57.520576398093461 ], [ -2.758876611625874, 57.521860150739016 ], [ -2.760897194321867, 57.521476993074273 ], [ -2.763542518964689, 57.521830207569387 ], [ -2.765743436540494, 57.5214503722271 ], [ -2.772529535434141, 57.518177889363571 ], [ -2.77502047821089, 57.516138783673625 ], [ -2.778035916201266, 57.515461784233615 ], [ -2.779769945791757, 57.515600194670597 ], [ -2.781521194773071, 57.513733506118804 ], [ -2.782376896155855, 57.510040747540884 ], [ -2.787007807304695, 57.508146207541188 ], [ -2.788374027218298, 57.50826972527809 ], [ -2.791632261552381, 57.509674002679112 ], [ -2.794708370322234, 57.510520610539487 ], [ -2.795566884810836, 57.511238319459856 ], [ -2.796905167027906, 57.511451750008618 ], [ -2.800046746561088, 57.512684077713338 ], [ -2.803032224491216, 57.515310562036603 ], [ -2.806486775416548, 57.516781478977812 ], [ -2.80794163453129, 57.51840435624959 ], [ -2.810103712548634, 57.519765768881612 ], [ -2.811428624302211, 57.520035724465387 ], [ -2.81553905233722, 57.519664283746117 ], [ -2.81705174480024, 57.519893442088303 ], [ -2.818541228894778, 57.522885860280375 ], [ -2.818848783257701, 57.525358641609373 ], [ -2.818250919504563, 57.52632368476403 ], [ -2.81837610162395, 57.528333234970631 ], [ -2.820955512130099, 57.535066193130483 ], [ -2.822493554082053, 57.5350561797841 ], [ -2.82368967941613, 57.535585553603852 ], [ -2.826020770257453, 57.539177829477858 ], [ -2.836802302314288, 57.537898620624489 ], [ -2.846284052061164, 57.534693198376438 ], [ -2.851474576414637, 57.533813898936472 ], [ -2.859340634020084, 57.531667575724747 ], [ -2.863879222374499, 57.530087043245246 ], [ -2.86628238426723, 57.529666340648689 ], [ -2.868845378068926, 57.52964872216301 ], [ -2.883253598663253, 57.532948739737719 ], [ -2.884340956251574, 57.533021971780514 ], [ -2.885928865181078, 57.532386523557314 ], [ -2.88954661440198, 57.526297607740815 ], [ -2.886434192135431, 57.521899910288248 ], [ -2.909444984648097, 57.509157334971725 ], [ -2.914534652426201, 57.508119840702811 ], [ -2.919589306774011, 57.506299079006283 ], [ -2.921334816680983, 57.502319456898746 ], [ -2.920254966226544, 57.499859711665124 ], [ -2.916423026948366, 57.49703281421516 ], [ -2.916748333295375, 57.495034429352778 ], [ -2.928110364158047, 57.495042067062016 ], [ -2.937704850649717, 57.494371039989247 ], [ -2.939607301815228, 57.494520373439833 ], [ -2.948216844917969, 57.493967268238883 ], [ -2.953479528358906, 57.494056951622056 ], [ -2.962339223798158, 57.49363843056247 ], [ -2.967790306284507, 57.495110367509788 ], [ -2.970310731470998, 57.497290055076782 ], [ -2.971124122337771, 57.496818473581584 ], [ -2.972034845644234, 57.496933628329501 ], [ -2.972707661306274, 57.496572712915423 ], [ -2.971602717195295, 57.49561555055152 ], [ -2.972506827194278, 57.495232193193608 ], [ -2.971645628435958, 57.493023608568912 ], [ -2.97267473918568, 57.492512625429036 ], [ -2.972043240089413, 57.491349696063729 ], [ -2.973820411091751, 57.490553562555455 ], [ -2.975209426446785, 57.490656016983472 ], [ -2.976821424022214, 57.490112643544741 ], [ -2.976632077724939, 57.488894209277802 ], [ -2.977880257522167, 57.488223383892638 ], [ -2.97987071687208, 57.487802798663061 ], [ -2.979251606156348, 57.487232690496555 ], [ -2.979657853987397, 57.486456991130908 ], [ -2.980520671400641, 57.486224810802113 ], [ -2.980211476037954, 57.486015213702146 ], [ -2.983103801600818, 57.484463780420526 ], [ -2.984162743582639, 57.484270469649367 ], [ -2.984780717313093, 57.484611494345621 ], [ -2.986086818072992, 57.483872760501441 ], [ -2.985166558771536, 57.483455052773358 ], [ -2.986590517180863, 57.483068427965136 ], [ -2.986368173670735, 57.481131616612728 ], [ -2.98687391776917, 57.48083750600658 ], [ -2.987788886855404, 57.480999224551709 ], [ -2.987992203683339, 57.480623036862291 ], [ -2.987187855331817, 57.479925061593306 ], [ -2.986076940647568, 57.479793617043171 ], [ -2.986288710659447, 57.479111940825767 ], [ -2.985696590773949, 57.477808632197387 ], [ -2.99000016643437, 57.471931410212754 ], [ -2.991762377937929, 57.47100128446543 ], [ -2.992779638885117, 57.470885481529869 ], [ -2.99357763348333, 57.469326015370733 ], [ -2.995966331234174, 57.467899514315704 ], [ -2.996059864832997, 57.467354398336582 ], [ -2.999792099967331, 57.466297187851445 ], [ -3.000755321765089, 57.465490945738601 ], [ -3.001669535977029, 57.465454041287913 ], [ -3.005945302178123, 57.462653191721884 ], [ -3.011249551516749, 57.461929833592585 ], [ -3.011100116852853, 57.461528587259203 ], [ -3.012933074512534, 57.460602083420419 ], [ -3.012389789263455, 57.460304613730827 ], [ -3.013140414600969, 57.459601490955791 ], [ -3.01096218292496, 57.456049972175848 ], [ -3.011391539208423, 57.453975012396519 ], [ -3.012962426343173, 57.452384057228457 ], [ -3.014514163318343, 57.451610703537618 ], [ -3.017361265378061, 57.451099969904064 ], [ -3.019977062854382, 57.449526537602566 ], [ -3.017591377811474, 57.448166005649121 ], [ -3.010619385203197, 57.442842082553042 ], [ -3.004313915741785, 57.443529394362962 ], [ -3.00067318258875, 57.443638304284704 ], [ -2.99862362236441, 57.444422620818159 ], [ -2.997538160617964, 57.444453674761824 ], [ -2.996385128435729, 57.443960637428049 ], [ -2.995008814059924, 57.442299746103878 ], [ -2.992746811587381, 57.440594615987713 ], [ -2.991910615364898, 57.440475436152347 ], [ -2.991370519513521, 57.439724202818162 ], [ -2.990572208017798, 57.439834684878221 ], [ -2.989731122644391, 57.440705472357742 ], [ -2.987231157314758, 57.44023370283557 ], [ -2.984573094534115, 57.440571602330408 ], [ -2.983797451968926, 57.44090734108476 ], [ -2.9837194426167, 57.441414599290638 ], [ -2.980976964671053, 57.441528502754466 ], [ -2.979952996925963, 57.442361121112718 ], [ -2.979227200547789, 57.442196083008334 ], [ -2.975467530073185, 57.442590852887619 ], [ -2.972186912688721, 57.441327123453746 ], [ -2.969110290411938, 57.441658042522391 ], [ -2.965207270868624, 57.440470782298533 ], [ -2.961854758502085, 57.440318548630259 ], [ -2.960484138282565, 57.440525732524414 ], [ -2.959136021973233, 57.439429279904338 ], [ -2.957602505495512, 57.440095811142221 ], [ -2.957303378751798, 57.439550113715278 ], [ -2.956461096630266, 57.43976671404365 ], [ -2.955432702151866, 57.439554428703971 ], [ -2.955564046371523, 57.438458391194125 ], [ -2.957711081965508, 57.437684815768073 ], [ -2.961056053090891, 57.437940521961806 ], [ -2.961961356748998, 57.437652442820031 ], [ -2.962772472665212, 57.436950056353453 ], [ -2.96249016667903, 57.436285664963229 ], [ -2.964241681070914, 57.435557217876067 ], [ -2.965349582516142, 57.435691567231515 ], [ -2.96668290420088, 57.434646489224193 ], [ -2.967328464158135, 57.43480862151965 ], [ -2.967764626634809, 57.434105486409095 ], [ -2.97000096753674, 57.433767593393696 ], [ -2.970036469985188, 57.433409791202486 ], [ -2.970496559987033, 57.433424214801839 ], [ -2.971173082683767, 57.432806352401329 ], [ -2.971182523114347, 57.432345444520692 ], [ -2.973816395735851, 57.431365716904956 ], [ -2.975423421733342, 57.429730930336724 ], [ -2.977442891493278, 57.429391887252443 ], [ -2.978016852628647, 57.428931987620395 ], [ -2.978493960403904, 57.42902440313707 ], [ -2.98011126439931, 57.427785632207069 ], [ -2.981164133391275, 57.427737013534774 ], [ -2.981646428093761, 57.426966095058653 ], [ -2.983050207684926, 57.426652417703067 ], [ -2.983959339741457, 57.426027279459966 ], [ -2.988141042913668, 57.425292967244538 ], [ -2.989021304853032, 57.42477491796074 ], [ -2.989786812695199, 57.424818313926096 ], [ -2.990959143204011, 57.423894611515991 ], [ -2.992312343105538, 57.42368812754858 ], [ -2.992952169263984, 57.423149485774729 ], [ -2.995501823314939, 57.42267032479117 ], [ -2.997245980318981, 57.422759837700482 ], [ -3.006795274085638, 57.420628533640695 ], [ -3.017973717388048, 57.412988311876816 ], [ -3.018930007247187, 57.408161079515175 ], [ -3.021192269587036, 57.4072129941475 ], [ -3.02404808910565, 57.4051730711491 ], [ -3.023038318806273, 57.404772539666119 ], [ -3.011871156443598, 57.402675334222849 ], [ -3.007908533506012, 57.402913722270938 ], [ -3.006331485073821, 57.403362019199328 ], [ -3.002515802190729, 57.403500247539647 ], [ -2.999889426080275, 57.399706851777758 ], [ -2.997890193531072, 57.398703113411443 ], [ -2.995706925890196, 57.398087975507835 ], [ -2.994103347294947, 57.398168916241175 ], [ -2.993297644791119, 57.397911167106244 ], [ -2.98922728178311, 57.39870587984101 ], [ -2.988543309714009, 57.397838980982876 ], [ -2.985283430278747, 57.395727422524494 ], [ -2.984816929881824, 57.394526423297108 ], [ -2.985617740706074, 57.393491580484067 ], [ -2.983565835559069, 57.392543725336559 ], [ -2.982248713167949, 57.39132150969634 ], [ -2.982011432353951, 57.390536431075866 ], [ -2.979405816728991, 57.388716064579221 ], [ -2.976796552174426, 57.3876242115008 ], [ -2.975871908938847, 57.386821095605569 ], [ -2.967779081010788, 57.383478923515888 ], [ -2.962483014706329, 57.381956443233939 ], [ -2.961209716777556, 57.380969035327773 ], [ -2.957087981824723, 57.37949125836694 ], [ -2.954483574281559, 57.377831172324264 ], [ -2.95690808666499, 57.375778071944076 ], [ -2.960498381188626, 57.374120278151729 ], [ -2.968996035114433, 57.371288323619972 ], [ -2.974797405509714, 57.369967914199059 ], [ -2.979611559375454, 57.364998742544351 ], [ -2.98353111129047, 57.363297292068786 ], [ -2.977734450736335, 57.356682273356746 ], [ -2.972589581534647, 57.354399069761634 ], [ -2.969875719962419, 57.351383675399745 ], [ -2.970261828237511, 57.342083025472746 ], [ -2.973579075135447, 57.338729099036094 ], [ -2.972176666497858, 57.328094756217361 ], [ -2.968583240946703, 57.32660430087283 ], [ -2.965614708991884, 57.322018697795059 ], [ -2.962715070230834, 57.319785221182677 ], [ -2.954579241664954, 57.318457517128152 ], [ -2.951926369207165, 57.318603389306134 ], [ -2.951867533480783, 57.318254385043609 ], [ -2.952812661361955, 57.31679283548138 ], [ -2.954394538325618, 57.315816036845014 ], [ -2.957620863108044, 57.314682076365891 ], [ -2.959139860033916, 57.314550125057259 ], [ -2.962259811455465, 57.313167119767257 ], [ -2.976683245059472, 57.298891029864471 ], [ -2.977054216558195, 57.29723521405846 ], [ -2.973015792428513, 57.288525743962275 ], [ -2.976453688437962, 57.284905747900325 ], [ -2.98327968281187, 57.281160378112745 ], [ -2.983077024399225, 57.280402868827892 ], [ -2.984585625164442, 57.278509045200515 ], [ -2.984403093648072, 57.277760363395018 ], [ -2.988468334258067, 57.277948552074605 ], [ -2.990054714515166, 57.274023804394901 ], [ -2.998331033027307, 57.271604687845603 ], [ -3.006484749997609, 57.27020112741932 ], [ -3.010674404326711, 57.26817767880258 ], [ -3.018278707198037, 57.266436393969926 ], [ -3.018923679281259, 57.265775376059075 ], [ -3.019067362982985, 57.261673274950653 ], [ -3.02521730382645, 57.262840506372882 ], [ -3.026931991226253, 57.263688915694374 ], [ -3.028579627663679, 57.265400260945562 ], [ -3.02871882970903, 57.266230089605337 ], [ -3.029735003259584, 57.266994342946411 ], [ -3.02960280580393, 57.268495660096583 ], [ -3.030644273773438, 57.270458987610716 ], [ -3.030209315049353, 57.270916217215643 ], [ -3.031306279584436, 57.27248830477555 ], [ -3.032164657665696, 57.272642960082216 ], [ -3.032114797189359, 57.2729353311259 ], [ -3.033582400645693, 57.273525160629788 ], [ -3.034441418841347, 57.273405800502111 ], [ -3.034812885068512, 57.273937256989001 ], [ -3.037677080773129, 57.274353830804102 ], [ -3.038992878853418, 57.275142486569329 ], [ -3.040869193508724, 57.277278495618937 ], [ -3.041697812381036, 57.277842079296022 ], [ -3.043366307960794, 57.278192069625639 ], [ -3.043714094751265, 57.278759630582798 ], [ -3.044749138826848, 57.27811769924886 ], [ -3.045170565982092, 57.278356748599009 ], [ -3.046046632928299, 57.277958681150288 ], [ -3.045893712158565, 57.277537731901127 ], [ -3.047256105108228, 57.277328752191032 ], [ -3.047632508270104, 57.276858476302827 ], [ -3.050035278301618, 57.276492563513891 ], [ -3.05065582667928, 57.276734422698567 ], [ -3.051276546865536, 57.276109374435613 ], [ -3.053038681377517, 57.275672401145968 ], [ -3.052979449663157, 57.275340509585099 ], [ -3.053852767628857, 57.275432008142936 ], [ -3.054051428977151, 57.27512939651492 ], [ -3.055661885941148, 57.276059143452457 ], [ -3.059103856644794, 57.276367067084827 ], [ -3.059687330298394, 57.27618247998037 ], [ -3.060199484443791, 57.276690218277317 ], [ -3.064675944583878, 57.276634412755996 ], [ -3.066082800696061, 57.277107595227079 ], [ -3.065907672507544, 57.277360617576953 ], [ -3.0671224770686, 57.278073478966128 ], [ -3.066062970631581, 57.279003274795215 ], [ -3.066424361730412, 57.280028815905553 ], [ -3.06732132387542, 57.280645553620595 ], [ -3.068202017707584, 57.280413485836775 ], [ -3.069217620737847, 57.280544094728313 ], [ -3.07083894395788, 57.281540933103301 ], [ -3.073713335336612, 57.281988045588527 ], [ -3.074397765013249, 57.281851937153348 ], [ -3.074495874032487, 57.281518710110305 ], [ -3.076885923053302, 57.280999674238068 ], [ -3.078162815862151, 57.28127170794054 ], [ -3.081194807433044, 57.281151338622891 ], [ -3.082010563579528, 57.281535100756798 ], [ -3.08385563545889, 57.28110147314689 ], [ -3.088592541657081, 57.28114139093573 ], [ -3.089980900780662, 57.28153361681354 ], [ -3.09015192785796, 57.282268779893414 ], [ -3.09239283463136, 57.284279594672334 ], [ -3.0952372052004, 57.282862403116461 ], [ -3.102213260584354, 57.281220331052097 ], [ -3.104253467982776, 57.278448978628639 ], [ -3.108650090436587, 57.277938641653869 ], [ -3.110243281130081, 57.277143012787079 ], [ -3.115202381735821, 57.280431999069634 ], [ -3.119187932980067, 57.281676728591989 ], [ -3.122114800002558, 57.280285138049926 ], [ -3.126953378351049, 57.278768549998581 ], [ -3.128447859548893, 57.276113979719632 ], [ -3.136932056060771, 57.277753381029683 ], [ -3.141031056975024, 57.278093546939402 ], [ -3.143231953709619, 57.277929811170139 ], [ -3.146250330614581, 57.272584047528774 ], [ -3.152791750581223, 57.268310916199582 ], [ -3.157031885041524, 57.267099591140017 ], [ -3.159780175477422, 57.264064751410778 ], [ -3.164912480261015, 57.262252000072486 ], [ -3.184855432662662, 57.263484956115462 ], [ -3.188419568933087, 57.262696674062603 ], [ -3.192822310221507, 57.258365264701119 ], [ -3.194839777295646, 57.256931170359572 ], [ -3.196449602577925, 57.254687903047326 ], [ -3.199606003870488, 57.254392788639159 ], [ -3.201564014135318, 57.254710966914949 ], [ -3.205631555769652, 57.256176768779042 ], [ -3.208522817143403, 57.256135517636828 ], [ -3.21324666323713, 57.252339303209048 ], [ -3.216975214559842, 57.250304370336018 ], [ -3.218557932732815, 57.249799417662125 ], [ -3.225157349594261, 57.243150171353513 ], [ -3.225989990087335, 57.241776522148626 ], [ -3.224258608208967, 57.238783860145098 ], [ -3.229496387035164, 57.237600751890199 ], [ -3.235627438502606, 57.232424346872733 ], [ -3.236475627691043, 57.229801727440119 ], [ -3.238715943163275, 57.227699911331008 ], [ -3.236476772194462, 57.225381707000139 ], [ -3.235370921163351, 57.223267930323431 ], [ -3.243623834673865, 57.221007908418088 ], [ -3.24518658716539, 57.219564899667333 ], [ -3.246303249420181, 57.215209262954261 ], [ -3.248831484173172, 57.213095411407942 ], [ -3.247406632392059, 57.210369517150525 ], [ -3.239907999114628, 57.205718318660985 ], [ -3.242569398243227, 57.20215688129062 ], [ -3.247714376530947, 57.200601063708092 ], [ -3.255318428327438, 57.199581955114283 ], [ -3.258090290639611, 57.199567682279749 ], [ -3.264382344839775, 57.203273184855753 ], [ -3.265771241850573, 57.203227745643545 ], [ -3.275145674388671, 57.200505102498127 ], [ -3.277461400410158, 57.19734619320586 ], [ -3.280137696426888, 57.191227867902889 ], [ -3.279621330453457, 57.190173036470185 ], [ -3.284477194017111, 57.193249826306193 ], [ -3.290375338881126, 57.193683444902867 ], [ -3.296043298842031, 57.193683445408617 ], [ -3.297576586805115, 57.193047715945688 ], [ -3.307928991251647, 57.192850431735849 ], [ -3.313850144847387, 57.192294477949162 ], [ -3.321998249301158, 57.188768078401132 ], [ -3.32511097344032, 57.188591510992417 ], [ -3.327842170708261, 57.188850132449652 ], [ -3.344836648342105, 57.182048001487786 ], [ -3.353520994630188, 57.178172378026801 ], [ -3.354989923498726, 57.176274377621013 ], [ -3.355396454125827, 57.174953830759044 ], [ -3.357717575423385, 57.173298140395879 ], [ -3.358277938042712, 57.171665969717409 ], [ -3.356706403122968, 57.166692351509525 ], [ -3.354912822303526, 57.164676853296626 ], [ -3.352837576137418, 57.159924241706804 ], [ -3.344614911453565, 57.157955303061243 ], [ -3.342362964619219, 57.157175351111725 ], [ -3.341755760667362, 57.156386762249483 ], [ -3.342320068967564, 57.155307135989226 ], [ -3.348962772014063, 57.151817459039769 ], [ -3.349374130381744, 57.148134074569747 ], [ -3.333521599260404, 57.142347212729213 ], [ -3.332881830132753, 57.139721696535709 ], [ -3.333799207374294, 57.138350864301678 ], [ -3.335520183182599, 57.137272434314333 ], [ -3.327384455701764, 57.134564781140789 ], [ -3.324614343903705, 57.132410956187428 ], [ -3.322497862520418, 57.131436069442671 ], [ -3.322478185044845, 57.130421083275415 ], [ -3.324203049474736, 57.125057387245526 ], [ -3.326639828239363, 57.123450439247918 ], [ -3.3278461737312, 57.123235528627141 ], [ -3.328167764359263, 57.118147157247883 ], [ -3.329987001491438, 57.116375982578887 ], [ -3.335213796153772, 57.112704341601919 ], [ -3.336341135583136, 57.110994341600282 ], [ -3.340883208239756, 57.110343906912412 ], [ -3.341581549924978, 57.109792898722169 ], [ -3.345530386252453, 57.110091969949487 ], [ -3.348344320202187, 57.109374452024163 ], [ -3.35057419329718, 57.109170765260458 ], [ -3.353208273322895, 57.109411880377635 ], [ -3.355318385110336, 57.110224604397544 ], [ -3.355968207899245, 57.110159180348816 ], [ -3.358084247364685, 57.108649405079085 ], [ -3.360956781301091, 57.107513205910834 ], [ -3.362953167188266, 57.105452121914858 ], [ -3.363798793670607, 57.104427719370619 ], [ -3.361832572662558, 57.10348330539798 ], [ -3.365119786920882, 57.10286357929035 ], [ -3.367518226975529, 57.101647038092338 ], [ -3.368673489681763, 57.100295793417509 ], [ -3.374920527022164, 57.0998231334219 ], [ -3.377144777338991, 57.098819442277758 ], [ -3.378139025060277, 57.097811273645974 ], [ -3.382482466279938, 57.097651135802451 ], [ -3.384394541291237, 57.098465555931533 ], [ -3.396981123017546, 57.100886382992819 ], [ -3.401918453980448, 57.099834011083807 ], [ -3.403310018570998, 57.098654986528793 ], [ -3.410211622142801, 57.098267566060343 ], [ -3.412607609905051, 57.099201892785516 ], [ -3.415577151785396, 57.099806266518605 ], [ -3.415933176213033, 57.10178326092521 ], [ -3.415545412374446, 57.102870236604687 ], [ -3.417016188825037, 57.105288334877301 ], [ -3.422732094976319, 57.105380809920909 ], [ -3.42575476943844, 57.104987096021844 ], [ -3.426911732580728, 57.10437648041713 ], [ -3.431798571630399, 57.103094406683084 ], [ -3.433113900320985, 57.099961847896644 ], [ -3.434889235715289, 57.099555213493851 ], [ -3.434467196073948, 57.099312978204082 ], [ -3.438459667101017, 57.098615862260282 ], [ -3.441364028976273, 57.097531337816235 ], [ -3.443049189836517, 57.095234438860743 ], [ -3.447959674016967, 57.092487014644249 ], [ -3.449121300769631, 57.092226520284015 ], [ -3.454609874515197, 57.091830514501659 ], [ -3.456153636318214, 57.091426261977468 ], [ -3.457281397140954, 57.09177701580002 ], [ -3.459740930757783, 57.091788819585226 ], [ -3.462685124557602, 57.092792174953267 ], [ -3.466139948858581, 57.092302589006763 ], [ -3.467565552902358, 57.091625556533124 ], [ -3.473775320630181, 57.091319088802621 ], [ -3.478182514963578, 57.091958972549143 ], [ -3.479610340354193, 57.093828828279449 ], [ -3.486281651292516, 57.094531521158878 ], [ -3.487231410069569, 57.093725140945786 ], [ -3.487100331249009, 57.092100533428976 ], [ -3.487929475661762, 57.090963158132624 ], [ -3.489807965541423, 57.090684786204804 ], [ -3.490513144217275, 57.08975101408975 ], [ -3.49327934804521, 57.088568085504257 ], [ -3.493728076903126, 57.087826021165682 ], [ -3.497581816222969, 57.088247209883633 ], [ -3.499369738424177, 57.087569971678889 ], [ -3.504957775445073, 57.088639505181774 ], [ -3.507306241364202, 57.088561864285488 ], [ -3.516813588215846, 57.086385226646378 ], [ -3.520684991328474, 57.08804084552159 ], [ -3.522045239372961, 57.088213002970804 ], [ -3.522910596139901, 57.087986863585563 ], [ -3.523556670138272, 57.088248541779329 ], [ -3.524627226584003, 57.087795285489854 ], [ -3.526105285264978, 57.087822215094633 ], [ -3.531065013859163, 57.090443558001411 ], [ -3.538433480716638, 57.090833979818086 ], [ -3.538671426326935, 57.089407028264674 ], [ -3.540819580645554, 57.086092333651337 ], [ -3.541869036664308, 57.08573352393713 ], [ -3.542395263483784, 57.085093645229129 ], [ -3.544170753663278, 57.084537203518153 ], [ -3.547870130643259, 57.084217533294627 ], [ -3.552630300031548, 57.08263128230746 ], [ -3.558979793145036, 57.082952249262512 ], [ -3.560083373521595, 57.083495550102647 ], [ -3.560752133244637, 57.085863612043752 ], [ -3.559173704326287, 57.088358480633985 ], [ -3.558133803158569, 57.089139586274108 ], [ -3.557242521316635, 57.092088580334845 ], [ -3.557912976036124, 57.092727127289315 ], [ -3.557815665171723, 57.093554906077586 ], [ -3.557261605271169, 57.093921170100423 ], [ -3.557025808780722, 57.096170210611334 ], [ -3.557728498024844, 57.096395073868507 ], [ -3.561990848748083, 57.096288115143857 ], [ -3.564209202424535, 57.095267664451796 ], [ -3.569333619018638, 57.095643837442658 ], [ -3.572158231578862, 57.094718972172586 ], [ -3.576282944620861, 57.094096644786873 ], [ -3.578683643418122, 57.092718752883464 ], [ -3.583019627766174, 57.091639822551564 ], [ -3.588597689240618, 57.087966447049439 ], [ -3.589762910651711, 57.084923888808348 ], [ -3.593256809771987, 57.084052934831107 ], [ -3.596525762365272, 57.084478520498593 ], [ -3.604777809786328, 57.086614745976888 ], [ -3.607062156945696, 57.08639679371359 ], [ -3.610756676944101, 57.085401485270999 ], [ -3.615267765323045, 57.086682112439 ], [ -3.616221398042677, 57.088498173116925 ], [ -3.620358581138146, 57.089895749704247 ], [ -3.621737895965263, 57.088602098024282 ], [ -3.623659219483286, 57.087629344993829 ], [ -3.629628180006851, 57.087704596571037 ], [ -3.633268163910296, 57.08566711772675 ], [ -3.634840562773783, 57.086149749166417 ], [ -3.638823943619816, 57.086295374735201 ], [ -3.640803934635263, 57.087410507328322 ], [ -3.644300831170867, 57.087746513815333 ], [ -3.646481433561507, 57.088355787402165 ], [ -3.647891166879868, 57.084235778071758 ], [ -3.65148511738632, 57.082677244917342 ], [ -3.652682366108279, 57.081400914536701 ], [ -3.653744483811725, 57.080982591365824 ], [ -3.653819049385118, 57.078209846554984 ], [ -3.65463858079302, 57.077718347397308 ], [ -3.652148207878861, 57.075882408576099 ], [ -3.65487227388833, 57.073519431827393 ], [ -3.656943719053269, 57.068550491338215 ], [ -3.660602818001498, 57.068861423990519 ], [ -3.664914312722586, 57.068453791856911 ], [ -3.669107812279727, 57.070379107162665 ], [ -3.666686517603232, 57.073582934436608 ], [ -3.666790134067511, 57.074605808081962 ], [ -3.666038420519844, 57.075684982442198 ], [ -3.66716183182561, 57.076272010328204 ], [ -3.67335636986299, 57.077730295961302 ], [ -3.675982192474545, 57.079433732014905 ], [ -3.677114904981042, 57.081682713607329 ], [ -3.674851847293116, 57.083456012316837 ], [ -3.673835419122605, 57.08488468037006 ], [ -3.678242005281739, 57.087274059492756 ], [ -3.6797700680125, 57.088403622338951 ], [ -3.680303412070585, 57.089613894805652 ], [ -3.68179984127362, 57.091134691266483 ], [ -3.683330934810575, 57.091778998947781 ], [ -3.68403153199402, 57.093216118642253 ], [ -3.683265911802286, 57.093985610038615 ], [ -3.683694712692007, 57.0952520792721 ], [ -3.680440943881869, 57.09757695905887 ], [ -3.67734361544329, 57.102825059542674 ], [ -3.676080594874802, 57.10282398701063 ], [ -3.675327525189854, 57.103696581583108 ], [ -3.672439903703705, 57.10483127261665 ], [ -3.670837307051846, 57.104623538461468 ], [ -3.668704374419839, 57.104921492922678 ], [ -3.666723897699107, 57.104754675242596 ], [ -3.664285479492618, 57.105973047596336 ], [ -3.661782354409941, 57.106118567317935 ], [ -3.658334327224647, 57.106918941729269 ], [ -3.656465680295958, 57.107779219247782 ], [ -3.654587497404785, 57.110279283346436 ], [ -3.65469847359881, 57.115915651470409 ], [ -3.652673510885552, 57.11531793501171 ], [ -3.649076563934216, 57.115392257756511 ], [ -3.645539980170212, 57.115896944383422 ], [ -3.644294303847703, 57.115738090455856 ], [ -3.643839816567753, 57.116476293458746 ], [ -3.641593633411375, 57.116474281194847 ], [ -3.640025992578019, 57.115196530063017 ], [ -3.635947043432026, 57.11351580750194 ], [ -3.63396746629491, 57.112063666713979 ], [ -3.624814178465108, 57.110066785491078 ], [ -3.620975961527591, 57.110844226352384 ], [ -3.619165698124338, 57.112309640029785 ], [ -3.617885089137479, 57.112101561650547 ], [ -3.616359911279667, 57.112723200432136 ], [ -3.613717914938778, 57.114626019174509 ], [ -3.612292298759958, 57.114882452441691 ], [ -3.610210522627402, 57.115812152995836 ], [ -3.61045008666125, 57.117906958366774 ], [ -3.609193936458913, 57.119598698628316 ], [ -3.604482399780535, 57.119690531820204 ], [ -3.600703050256679, 57.120524985970839 ], [ -3.600334715770003, 57.124047113316713 ], [ -3.599607512900426, 57.125570277919671 ], [ -3.600004901496863, 57.126549007656479 ], [ -3.598341007440153, 57.128380600779245 ], [ -3.593657661576793, 57.130115815683723 ], [ -3.589008164024129, 57.130916040187486 ], [ -3.585968097242974, 57.130720932660374 ], [ -3.582799157049227, 57.1313764080654 ], [ -3.582426400118078, 57.134256132536699 ], [ -3.58325562746728, 57.136262671268291 ], [ -3.579720044591768, 57.135112330723473 ], [ -3.578264654289499, 57.13508124215312 ], [ -3.575378628191889, 57.13579585581423 ], [ -3.572306163738787, 57.137182078684432 ], [ -3.564807892465792, 57.138250674322023 ], [ -3.562034787399736, 57.140284273392602 ], [ -3.560357400090826, 57.141068827564169 ], [ -3.557714798203451, 57.143662226942276 ], [ -3.556651803823981, 57.145701401762203 ], [ -3.557222813102956, 57.147293532051705 ], [ -3.559508187963458, 57.149165332400337 ], [ -3.556265449034552, 57.150670060876926 ], [ -3.553422040137273, 57.152636945176489 ], [ -3.548461376501743, 57.157352173017252 ], [ -3.546477547629156, 57.15874226487923 ], [ -3.544186554288546, 57.161295084184353 ], [ -3.541187367379763, 57.162136062145635 ], [ -3.540833309204494, 57.163164624112596 ], [ -3.539431203230002, 57.164241986416613 ], [ -3.538852978294357, 57.166045943565912 ], [ -3.536829259265477, 57.166295356848586 ], [ -3.536026701585708, 57.167279982656311 ], [ -3.532512086611718, 57.167471202664707 ], [ -3.530844479637406, 57.167136680877654 ], [ -3.527201628975745, 57.16562230052083 ], [ -3.523495378309295, 57.165775172033648 ], [ -3.522250698401117, 57.165466845701481 ], [ -3.515918934408315, 57.165309919081828 ], [ -3.514523918101536, 57.165973634700897 ], [ -3.515952576955277, 57.166333720140472 ], [ -3.516051398341614, 57.166727834207691 ], [ -3.512432974898892, 57.166605296286278 ], [ -3.511422589215835, 57.167578788710955 ], [ -3.511500402895013, 57.168269639821084 ], [ -3.509700991359199, 57.168551847923993 ], [ -3.509069127910279, 57.170091265646711 ], [ -3.50641333801218, 57.171075510192814 ], [ -3.505483887670562, 57.171198968732476 ], [ -3.504254973130145, 57.170872306236625 ], [ -3.500562965369421, 57.172003607585708 ], [ -3.499577810698216, 57.172590376586392 ], [ -3.499113948195303, 57.173593169844608 ], [ -3.496416985317619, 57.173571456531569 ], [ -3.494038446580904, 57.174062487452254 ], [ -3.49340870669186, 57.174442829378542 ], [ -3.493427017632011, 57.17551173437954 ], [ -3.492847516032977, 57.176318225907345 ], [ -3.489047558684583, 57.176844030905478 ], [ -3.487741841096319, 57.177488413129701 ], [ -3.48576212140794, 57.176590987044591 ], [ -3.483275196161158, 57.176243071305798 ], [ -3.482459271425347, 57.175282418881942 ], [ -3.481035801431627, 57.174638888701182 ], [ -3.477532995282406, 57.174320814918616 ], [ -3.469739964087451, 57.1746773692742 ], [ -3.464445461895548, 57.176940394349394 ], [ -3.463005422264525, 57.176498998782215 ], [ -3.460467750153715, 57.176326415487836 ], [ -3.455084503986187, 57.177404163459641 ], [ -3.45374391706424, 57.176754873397556 ], [ -3.452480815448886, 57.17681442074818 ], [ -3.452169343695166, 57.177518789672895 ], [ -3.453616722193965, 57.17836001883915 ], [ -3.453531718160896, 57.179776007794985 ], [ -3.454379436890485, 57.181351889238847 ], [ -3.452672229312459, 57.182323982514198 ], [ -3.450405674638624, 57.184434519503313 ], [ -3.451839049343798, 57.185545455985455 ], [ -3.45110455252403, 57.186856651008569 ], [ -3.448779953597414, 57.187916682114299 ], [ -3.447746017515481, 57.188979756374493 ], [ -3.445311125138558, 57.18934023161669 ], [ -3.444177665106312, 57.190188802338355 ], [ -3.442438839560541, 57.190154892846763 ], [ -3.442263811808733, 57.190758840292823 ], [ -3.440234004145053, 57.191752432649814 ], [ -3.439363029563189, 57.193397532205424 ], [ -3.437847096235507, 57.194205508227633 ], [ -3.437444462916841, 57.195768862276104 ], [ -3.437701890768479, 57.196430737888157 ], [ -3.439125049395319, 57.197276903992986 ], [ -3.438967168351913, 57.198536488682933 ], [ -3.437116815143334, 57.199262937853611 ], [ -3.436641291025767, 57.200656424139801 ], [ -3.435385730748807, 57.201784814567233 ], [ -3.43341724720122, 57.202031909096235 ], [ -3.433598881805751, 57.202874339506423 ], [ -3.432101564717224, 57.204176153701155 ], [ -3.446796867293553, 57.212097843561885 ], [ -3.4442695626957, 57.213946219316874 ], [ -3.43773310410397, 57.215966288606971 ], [ -3.436306381940836, 57.216750755169109 ], [ -3.435544569827311, 57.217388352115151 ], [ -3.435024335457052, 57.218917098714336 ], [ -3.430643106318104, 57.221244550707937 ], [ -3.429672170601828, 57.223330925763861 ], [ -3.43052704631369, 57.224021946872647 ], [ -3.430477512345618, 57.224453745803196 ], [ -3.431686221239707, 57.224871206574072 ], [ -3.432549352894333, 57.225773245473519 ], [ -3.433359880440815, 57.227452999913275 ], [ -3.434459011757961, 57.22824452363303 ], [ -3.434682991533676, 57.229320051972337 ], [ -3.43695266468802, 57.230816901984483 ], [ -3.437688837487179, 57.231855119884258 ], [ -3.438291539837857, 57.232230041843522 ], [ -3.439158442217211, 57.232157223003163 ], [ -3.439213310794345, 57.232502480557706 ], [ -3.44057226423617, 57.232302727825584 ], [ -3.441394172629356, 57.232562819918456 ], [ -3.441662578614639, 57.23201171147435 ], [ -3.443086999268715, 57.232004337244845 ], [ -3.444412646862782, 57.231589307712497 ], [ -3.444671115298032, 57.231209004020947 ], [ -3.445396135231479, 57.231533072919618 ], [ -3.445599118847302, 57.231005168596113 ], [ -3.446530246389945, 57.231304398341123 ], [ -3.44888649968805, 57.231191889595301 ], [ -3.449390127817056, 57.231572393956093 ], [ -3.450452000347581, 57.231614039795886 ], [ -3.450916732150416, 57.232269001745848 ], [ -3.451767226632318, 57.232200777302737 ], [ -3.45151569272168, 57.232545079529345 ], [ -3.452894931896384, 57.233283795053012 ], [ -3.452529779567772, 57.233687810038155 ], [ -3.453410869692051, 57.234396343784738 ], [ -3.455500605816752, 57.234453001501009 ], [ -3.456965895984677, 57.234849280714414 ], [ -3.457446990558924, 57.2354950453526 ], [ -3.458650456743583, 57.23555294778479 ], [ -3.458857041141172, 57.235959324474116 ], [ -3.460502061858589, 57.236708346859693 ], [ -3.46175347756865, 57.236720741850547 ], [ -3.462107627140608, 57.237296093730066 ], [ -3.463356282932923, 57.237865518710677 ], [ -3.463608500427894, 57.239003559649781 ], [ -3.463209024428806, 57.239794321499211 ], [ -3.463794662254792, 57.240146861819262 ], [ -3.463506656328005, 57.241241784372185 ], [ -3.461975516770634, 57.241910960057368 ], [ -3.461490740418677, 57.2428509457148 ], [ -3.46036405493189, 57.242855064883798 ], [ -3.46003740916593, 57.2436045403891 ], [ -3.458812726341023, 57.244274606045288 ], [ -3.457608847494698, 57.244423341783637 ], [ -3.457775478517767, 57.244866119839202 ], [ -3.454246539876972, 57.246362440274744 ], [ -3.453458199932903, 57.247175637318577 ], [ -3.453260267347687, 57.248462647944528 ], [ -3.451902751165479, 57.248923054976331 ], [ -3.451450380133053, 57.249431389346547 ], [ -3.45096846422867, 57.251296655316871 ], [ -3.449869737859551, 57.252019079751037 ], [ -3.449387893042359, 57.254311079555841 ], [ -3.448641937592818, 57.254732948670473 ], [ -3.448911453007402, 57.255897766631271 ], [ -3.447746094633751, 57.256616447139798 ], [ -3.448903881003155, 57.258238196819697 ], [ -3.448170852163832, 57.260892446417337 ], [ -3.449064680644891, 57.261488564320679 ], [ -3.448601893784399, 57.261947594095176 ], [ -3.449663758207795, 57.263317092837141 ], [ -3.449157163372169, 57.263969786511602 ], [ -3.449731623519371, 57.265297289244998 ], [ -3.450208153997129, 57.265651152095657 ], [ -3.45369455936322, 57.266517358788548 ], [ -3.454449553737923, 57.2674977653243 ], [ -3.453533118921907, 57.267848863503971 ], [ -3.45355973663042, 57.268313928620458 ], [ -3.455332780544625, 57.269625740736721 ], [ -3.458210033075121, 57.270633638249869 ], [ -3.458556716509098, 57.271390563260645 ], [ -3.459492632516697, 57.271069748406333 ], [ -3.460067304354861, 57.271971359809683 ], [ -3.461294648822288, 57.272350596004301 ], [ -3.460896666654413, 57.272896062089721 ], [ -3.461413904827621, 57.274188242425907 ], [ -3.460573472220102, 57.274702016625348 ], [ -3.458818324786608, 57.274985633408583 ], [ -3.457450376109037, 57.276715656950721 ], [ -3.454545630166743, 57.278806647886867 ], [ -3.452663272000934, 57.279025167231346 ], [ -3.449249069423997, 57.280953917739865 ], [ -3.450148240856301, 57.280829450240397 ], [ -3.454429555718202, 57.282381833912979 ], [ -3.454958295077642, 57.281992097281574 ], [ -3.457207943740513, 57.282668587676696 ], [ -3.45972039131143, 57.282941299265801 ], [ -3.461053416018081, 57.285684806121523 ], [ -3.461109429732114, 57.287265342992313 ], [ -3.46348726594791, 57.289445955755447 ], [ -3.464857194749036, 57.28968155282098 ], [ -3.468039482491901, 57.289595018921737 ], [ -3.46847581779485, 57.28930243375622 ], [ -3.471899345651824, 57.289648709386064 ], [ -3.472217818903536, 57.289936961325772 ], [ -3.473768278434569, 57.290120935252816 ], [ -3.47829602570271, 57.292138596015889 ], [ -3.481344928769867, 57.29265073418658 ], [ -3.484632382556146, 57.29413924379044 ], [ -3.488527460884776, 57.294641214165495 ], [ -3.493875308711244, 57.296181438368762 ], [ -3.49565862716427, 57.297391053276769 ], [ -3.490953084829184, 57.300452109182594 ], [ -3.492476536324419, 57.301799611226862 ], [ -3.493937400358413, 57.304670636123753 ], [ -3.492819655166143, 57.306170771351596 ], [ -3.491033143690471, 57.307350909590106 ], [ -3.48942585895109, 57.310092121567813 ], [ -3.483407109750603, 57.314197091082754 ], [ -3.481508726691176, 57.317359382892228 ], [ -3.477777733683322, 57.319554947187797 ], [ -3.477163525383906, 57.321008586991198 ], [ -3.464261576526667, 57.325633472079446 ], [ -3.46008035752655, 57.325947103029129 ], [ -3.456370450968518, 57.325581341370885 ], [ -3.453673681832198, 57.326686119061499 ], [ -3.447300092123487, 57.33122912562029 ], [ -3.446428531104067, 57.332932622002247 ], [ -3.443352274284494, 57.336453718629919 ], [ -3.44028090143451, 57.338204846639144 ], [ -3.435589847438564, 57.342099082702461 ], [ -3.433899875315322, 57.347337999122068 ], [ -3.431460197759795, 57.351049171359961 ], [ -3.426025433115973, 57.351047989757724 ], [ -3.424494416924168, 57.354214177782744 ], [ -3.422170740046455, 57.355803651887648 ], [ -3.416434758209327, 57.3594349317056 ], [ -3.408582292501577, 57.362312543308114 ], [ -3.394567980049928, 57.371088566439241 ], [ -3.391397909700656, 57.374321876677421 ], [ -3.391356478039789, 57.375642951647897 ], [ -3.395523912012899, 57.376773699977868 ], [ -3.397367576393994, 57.376928433101469 ], [ -3.398527982426607, 57.378357446903223 ], [ -3.39941149365962, 57.38102929213558 ], [ -3.398768040891992, 57.382914055159226 ], [ -3.389934242893785, 57.386403262185212 ], [ -3.385683567971254, 57.388821827411618 ], [ -3.397656484037511, 57.395665399692078 ], [ -3.404177496837596, 57.417144913975889 ], [ -3.412844969722613, 57.423660051662431 ], [ -3.414193241272657, 57.424076145029581 ], [ -3.41550929665126, 57.424088316830897 ], [ -3.418277766803834, 57.422471546661107 ], [ -3.421843068720216, 57.422301094589066 ], [ -3.422700472086762, 57.421437956252873 ], [ -3.423762325201982, 57.421767343928536 ], [ -3.424729305428166, 57.421154498775891 ], [ -3.426216645554945, 57.420863664115799 ], [ -3.427122881962426, 57.420830941924784 ], [ -3.4288410589326, 57.421337018003605 ], [ -3.433290525246065, 57.420998993391578 ], [ -3.434762554956817, 57.422446596222521 ], [ -3.434103294276544, 57.423047032918376 ], [ -3.435740377381619, 57.423603350030689 ], [ -3.435853611839182, 57.424581293241175 ], [ -3.437305947787389, 57.42573262642243 ], [ -3.438793287283819, 57.425863882583371 ], [ -3.442395866750307, 57.427057962914766 ], [ -3.445116922337405, 57.427219933994621 ], [ -3.447124862606725, 57.42830189575605 ], [ -3.44795756717848, 57.427879073652036 ], [ -3.449127861714688, 57.428202511830627 ], [ -3.449829871052822, 57.42805518661455 ], [ -3.451034222193272, 57.428607302605151 ], [ -3.453870935132833, 57.428111934794082 ], [ -3.454983683444655, 57.428242830835877 ], [ -3.457074672627765, 57.429310201438973 ], [ -3.457851212691771, 57.430199601274445 ], [ -3.459045774620938, 57.430082460086375 ], [ -3.460642452451542, 57.431070149354547 ], [ -3.463151211209704, 57.431328524516111 ], [ -3.4636116861668, 57.432014931549631 ], [ -3.464998578281857, 57.432124587773338 ], [ -3.465865635589423, 57.43256369544681 ], [ -3.468155624423776, 57.432555001607597 ], [ -3.469313643615045, 57.433394968089907 ], [ -3.470881047316816, 57.433435076183834 ], [ -3.471382169804198, 57.434507286457915 ], [ -3.475415694466275, 57.437047470130054 ], [ -3.479083304981022, 57.437112280695892 ], [ -3.481158078110352, 57.437748223963567 ], [ -3.480836881485496, 57.43845723126222 ], [ -3.481632066783778, 57.438964455835333 ], [ -3.481092914919801, 57.439433462072216 ], [ -3.481406370013278, 57.442241722428399 ], [ -3.483096586560931, 57.442630607660789 ], [ -3.482613933362893, 57.443467292766925 ], [ -3.483625831645567, 57.443356561967185 ], [ -3.483911533656163, 57.443622713725617 ], [ -3.484887619870096, 57.443656136095733 ], [ -3.485585415342887, 57.444222878985244 ], [ -3.486474421358881, 57.444162985182011 ], [ -3.486840926291452, 57.444571919028157 ], [ -3.486123606824731, 57.444962193453961 ], [ -3.4866539321543, 57.445301817071119 ], [ -3.48657482528628, 57.44602145833133 ], [ -3.487457791317881, 57.44622216086907 ], [ -3.488143944781545, 57.446910309407457 ], [ -3.487362522976736, 57.447364234357359 ], [ -3.4880823115566, 57.447854341585973 ], [ -3.487736484070702, 57.448366011830814 ], [ -3.488758172366654, 57.448493197248482 ], [ -3.488364203135232, 57.449050357088311 ], [ -3.489056065545812, 57.449262289354607 ], [ -3.489234565725501, 57.449758784083159 ], [ -3.48870295379004, 57.450209764904493 ], [ -3.489564698548051, 57.450500542498361 ], [ -3.488894710396032, 57.450827385424603 ], [ -3.489912818656915, 57.450864765731062 ], [ -3.489097905607568, 57.4515212332117 ], [ -3.489594054831783, 57.451632160601868 ], [ -3.489242075484126, 57.452197810376397 ], [ -3.490257265603466, 57.452572116975283 ], [ -3.48999983158117, 57.453208521709691 ], [ -3.49167534950237, 57.453835541196277 ], [ -3.492386715335782, 57.454523369038597 ], [ -3.493264883589705, 57.454396178533543 ], [ -3.493004104600041, 57.454745145923944 ], [ -3.49357738323311, 57.455111184131844 ], [ -3.495461635243161, 57.455335899185506 ], [ -3.496056041017977, 57.456218247284063 ], [ -3.496569741442893, 57.456144770402652 ], [ -3.497188879812943, 57.456815699103352 ], [ -3.50020523443895, 57.457615335157385 ], [ -3.501726723942026, 57.458988818320975 ], [ -3.50171748129953, 57.459942115893938 ], [ -3.502773484852674, 57.460693159562361 ], [ -3.508899994901394, 57.460700830863942 ], [ -3.513403166223178, 57.459546323703002 ], [ -3.515337190219736, 57.458548338295792 ], [ -3.520823944435441, 57.45679466380291 ], [ -3.522467077751922, 57.455434852946894 ], [ -3.530150893281674, 57.453441712405528 ], [ -3.533497242898135, 57.452956339907367 ], [ -3.536950049418446, 57.451634074245909 ], [ -3.538477026642287, 57.45168282442912 ], [ -3.540186737049694, 57.451122907549255 ], [ -3.541702519940022, 57.451302022463338 ], [ -3.544961069411086, 57.450916240281117 ], [ -3.547134835328392, 57.451284869761302 ], [ -3.547636029547512, 57.450919358576975 ], [ -3.548969888979151, 57.450736769879782 ], [ -3.549032502914976, 57.450444021848455 ], [ -3.549784905210636, 57.45050215209438 ], [ -3.549765178964831, 57.45023287597467 ], [ -3.551921176490586, 57.44978859310423 ], [ -3.552459521935778, 57.449121641969441 ], [ -3.560614380281269, 57.449061357061396 ], [ -3.56122003628403, 57.448609149198212 ], [ -3.56189765913919, 57.448672625297 ], [ -3.561901584722011, 57.448178457738912 ], [ -3.564526346159549, 57.447791034828057 ], [ -3.56500299087927, 57.447246077779866 ], [ -3.566256496427615, 57.446943018336597 ], [ -3.567543985500917, 57.447434606889225 ], [ -3.568953524961937, 57.447273323619548 ], [ -3.569308803357732, 57.447592324089513 ], [ -3.570854228693276, 57.447685371391877 ], [ -3.609851566768759, 57.447372954276084 ], [ -3.617765599669031, 57.435453042516002 ], [ -3.621333688986043, 57.435146642651333 ], [ -3.635576990078333, 57.431229656286696 ], [ -3.655658733118401, 57.430420233887709 ], [ -3.659854222087843, 57.428169296618698 ], [ -3.65891218841799, 57.430134865917125 ], [ -3.659451573706324, 57.430312500153853 ], [ -3.666038888947993, 57.429791068504073 ], [ -3.675741890413894, 57.431335249495405 ], [ -3.683232902780638, 57.433953124658977 ], [ -3.698006330123739, 57.435336128900445 ], [ -3.69760882426255, 57.435925461406292 ], [ -3.700605642051817, 57.436244420871866 ], [ -3.701303724016212, 57.437286155467035 ], [ -3.703000325361774, 57.440669169181476 ], [ -3.695146238272516, 57.442292505775335 ], [ -3.69143038147028, 57.443371129990396 ], [ -3.694528046779061, 57.455404317078653 ], [ -3.689840865291318, 57.47483268258204 ], [ -3.682709838238698, 57.489846254277943 ], [ -3.68622204088165, 57.494012912371531 ], [ -3.684532170318299, 57.496991278505853 ], [ -3.698559695254535, 57.5074502886809 ], [ -3.705435736253518, 57.511005092201167 ], [ -3.705346188642918, 57.512341349970505 ], [ -3.705045886519054, 57.512560130423125 ], [ -3.701766535474792, 57.512332187458632 ], [ -3.701080813189076, 57.512520219928433 ], [ -3.698608125958365, 57.514202127658109 ], [ -3.696675561053304, 57.516158824599444 ], [ -3.694259727716429, 57.517024118344935 ], [ -3.694071162744534, 57.51814248018114 ], [ -3.69208373533682, 57.519897695700685 ], [ -3.690887414182293, 57.520241653819447 ], [ -3.697012184047157, 57.523908508663737 ], [ -3.706572682894343, 57.527662521394994 ], [ -3.722309163010465, 57.528666981279727 ], [ -3.711872509653654, 57.534122218484804 ], [ -3.720634348298787, 57.5566359478509 ], [ -3.725326366845518, 57.558408275030843 ], [ -3.729732570141989, 57.5609821397383 ], [ -3.727351279393726, 57.562516889272011 ], [ -3.724917594756513, 57.562736131329984 ], [ -3.722270706376944, 57.564317533882949 ], [ -3.720427297249006, 57.564259111683171 ], [ -3.718974725918931, 57.565221329585555 ], [ -3.714796801941537, 57.566536810911167 ], [ -3.71308175734644, 57.566614892722299 ], [ -3.712339719579015, 57.567155019794733 ], [ -3.713183752889137, 57.567860503486884 ], [ -3.713883950607391, 57.569951486808613 ], [ -3.716277952700062, 57.570334038584797 ], [ -3.717464129383944, 57.570845279285642 ], [ -3.715977359084278, 57.572153812353719 ], [ -3.715896350763102, 57.572848486290177 ], [ -3.717552620369658, 57.573007450166244 ], [ -3.718699023518673, 57.572601942825919 ], [ -3.719573247175142, 57.572630470481052 ], [ -3.72249051257775, 57.574526791760348 ], [ -3.723230102094753, 57.57598650421123 ], [ -3.724355551492466, 57.576975567420348 ], [ -3.724818754668385, 57.578352796746522 ], [ -3.724515654726492, 57.580076495830639 ], [ -3.724955770794808, 57.580682304071551 ], [ -3.727752384794016, 57.580155342485149 ], [ -3.741135614734652, 57.58581843759189 ], [ -3.746472505893077, 57.588414849030556 ], [ -3.74868327705481, 57.59090701357087 ], [ -3.749355520363236, 57.592781682452618 ], [ -3.745013285868411, 57.594587356811225 ], [ -3.739355946448654, 57.597560060383479 ], [ -3.738753719440952, 57.59819454344759 ], [ -3.739957091488125, 57.59960016276959 ], [ -3.742388468905896, 57.601381448146093 ], [ -3.743085822697798, 57.602594568659732 ], [ -3.7426655917208, 57.603779980787273 ], [ -3.743992724907301, 57.605141630934646 ], [ -3.746155474719829, 57.605009341852529 ], [ -3.747149124616727, 57.605451999746293 ], [ -3.758977870174584, 57.627045672357234 ], [ -3.762351443787456, 57.630690259002776 ], [ -3.759586236635958, 57.631659536295423 ], [ -3.753725903610099, 57.634476636193874 ], [ -3.750475949228314, 57.636556578581711 ], [ -3.742990496108085, 57.640100907381722 ], [ -3.739242732556641, 57.642654583332416 ], [ -3.733268382153357, 57.644731086993026 ], [ -3.728006213116079, 57.645589218045636 ], [ -3.72467206633292, 57.645769501715769 ], [ -3.721738059024341, 57.644493328877779 ], [ -3.724096848281214, 57.644946323793818 ], [ -3.724976733746423, 57.643892174695942 ], [ -3.72544576345768, 57.645125571474466 ], [ -3.726832232266983, 57.645389640322065 ], [ -3.728654599163675, 57.64530634179664 ], [ -3.733117244940543, 57.643318170847948 ], [ -3.736000574766782, 57.642824918975634 ], [ -3.745025237932762, 57.638689290303759 ], [ -3.745789265911328, 57.637331129457614 ], [ -3.747502971060475, 57.637087342372702 ], [ -3.746337036935768, 57.637575118268629 ], [ -3.746725993575037, 57.637825791196562 ], [ -3.747763355524875, 57.637276900713601 ], [ -3.747706312074572, 57.636612866721535 ], [ -3.74712377229094, 57.636342412103645 ], [ -3.747980367631143, 57.636564157218864 ], [ -3.747431479436881, 57.636122540997221 ], [ -3.745167301983407, 57.636239166563186 ], [ -3.747644352883578, 57.636020773338053 ], [ -3.746911596030123, 57.635761378472793 ], [ -3.747419356355421, 57.635695964292374 ], [ -3.749154935872772, 57.636431117859814 ], [ -3.749428508929608, 57.635501970640647 ], [ -3.75049035506202, 57.63598588901997 ], [ -3.751101179178374, 57.635451859773191 ], [ -3.749821780851848, 57.63444988047042 ], [ -3.752393974062605, 57.634818534557489 ], [ -3.754749045636954, 57.633290012052875 ], [ -3.755561003193399, 57.633108040349207 ], [ -3.75594812224728, 57.632626505641568 ], [ -3.755061049542245, 57.632292936531357 ], [ -3.757149196526581, 57.632178578418909 ], [ -3.760631496204757, 57.630589347539896 ], [ -3.755877334859181, 57.631333776727551 ], [ -3.760087450389175, 57.629729956166436 ], [ -3.75750236764764, 57.629608703198649 ], [ -3.755573885460723, 57.629905025350858 ], [ -3.753776596061243, 57.629449324402948 ], [ -3.749703967440997, 57.630260428846107 ], [ -3.749118479900164, 57.630623403801181 ], [ -3.743271637476791, 57.631638518189888 ], [ -3.740242556090614, 57.633090755904966 ], [ -3.738301296801353, 57.633476828330757 ], [ -3.736479263184872, 57.634782100051524 ], [ -3.729384205610502, 57.637749765745838 ], [ -3.720446542195082, 57.640746602298371 ], [ -3.716851597907691, 57.641249164600517 ], [ -3.702609191440001, 57.646391945175679 ], [ -3.700158996034868, 57.64810042727229 ], [ -3.695924635389178, 57.65018317624822 ], [ -3.696666948150652, 57.650290009801658 ], [ -3.696448214646197, 57.650809522719349 ], [ -3.697050087993992, 57.651138345417102 ], [ -3.6978704825526, 57.650943161130009 ], [ -3.698733653703395, 57.651484082508858 ], [ -3.698874200019739, 57.652160484200166 ], [ -3.699787424453941, 57.652516554746647 ], [ -3.699113836119399, 57.653343148647195 ], [ -3.689551969920299, 57.65782847952692 ], [ -3.692282703239284, 57.657980630821449 ], [ -3.696250454295125, 57.657343517109673 ], [ -3.6993065466909, 57.65746420034661 ], [ -3.702860925326487, 57.6564146768849 ], [ -3.705682720139394, 57.656008305509367 ], [ -3.705951245299808, 57.656373026574101 ], [ -3.708217602205734, 57.655560826648568 ], [ -3.708522894626786, 57.655103011082716 ], [ -3.709574283982658, 57.655007945985574 ], [ -3.708306346486889, 57.655487755974548 ], [ -3.709227343711317, 57.655470819123416 ], [ -3.713301505172411, 57.654436431403155 ], [ -3.715418221514654, 57.653477891189112 ], [ -3.714743630638949, 57.653388216500588 ], [ -3.714190226997672, 57.652847695485413 ], [ -3.715923215392426, 57.653170075590964 ], [ -3.715945367697072, 57.653461755113788 ], [ -3.71661698965326, 57.653133707494398 ], [ -3.716206025941174, 57.653835545971837 ], [ -3.716835151954116, 57.653849466173369 ], [ -3.722135666071293, 57.651648180172216 ], [ -3.722924420692322, 57.651848560123582 ], [ -3.721482248335549, 57.652712699298178 ], [ -3.714907986104163, 57.654917759805137 ], [ -3.702575402056702, 57.657653817426578 ], [ -3.697690432454868, 57.658388793984919 ], [ -3.652710274418297, 57.662735372034874 ], [ -3.644030393619058, 57.663180000940699 ], [ -3.637945786527148, 57.663115204348514 ], [ -3.633291712729391, 57.662616596929773 ], [ -3.629354440244387, 57.660531027414869 ], [ -3.624561464370376, 57.659539781508627 ], [ -3.623725643407083, 57.657827419167738 ], [ -3.622148916138875, 57.656185647222223 ], [ -3.620947669016862, 57.655519178357544 ], [ -3.619643322145806, 57.655283445130408 ], [ -3.62242621707555, 57.653087164201231 ], [ -3.622219678166318, 57.65108821827998 ], [ -3.624580516522536, 57.64973189669179 ], [ -3.62674451752512, 57.647088881310559 ], [ -3.624082334419064, 57.644657938990498 ], [ -3.626490538298502, 57.644034049766162 ], [ -3.634613217857197, 57.644261701671205 ], [ -3.635440901993344, 57.644075813296766 ], [ -3.63771659950727, 57.644457818113032 ], [ -3.641055236779976, 57.644000373381843 ], [ -3.643090542759998, 57.642880602958975 ], [ -3.642312427933981, 57.643049727125103 ], [ -3.644300234416423, 57.640955802531579 ], [ -3.646408003053819, 57.639814370714099 ], [ -3.646114182717678, 57.639466926753151 ], [ -3.644893825836645, 57.640153007721366 ], [ -3.645265316931825, 57.639588478057021 ], [ -3.643671129143469, 57.640417763006603 ], [ -3.643548949053984, 57.639530845738001 ], [ -3.643490041542422, 57.640636628597747 ], [ -3.642274926319797, 57.641514870259194 ], [ -3.640900645810574, 57.641577633185619 ], [ -3.638524208390232, 57.640852910120444 ], [ -3.636092011002972, 57.640785585092992 ], [ -3.637304493942494, 57.639957747477709 ], [ -3.641279305697947, 57.639611538533188 ], [ -3.638993034494445, 57.639583701228815 ], [ -3.63906083667239, 57.639341156104237 ], [ -3.638203191876331, 57.639602922006787 ], [ -3.638583000028301, 57.63940664361386 ], [ -3.637980280677006, 57.639489019901575 ], [ -3.637148251536468, 57.638980529235816 ], [ -3.637735428007335, 57.639594608032922 ], [ -3.635917981649238, 57.640082603714141 ], [ -3.635093637499434, 57.640787720073746 ], [ -3.634523664578356, 57.64074208530316 ], [ -3.635106014050199, 57.64054140219482 ], [ -3.632748598395712, 57.640571868322652 ], [ -3.632698621858808, 57.640205073941175 ], [ -3.63380617133176, 57.640135066391217 ], [ -3.632510926730527, 57.640017039891809 ], [ -3.632509057425135, 57.639229179655317 ], [ -3.633529056026725, 57.638739860074708 ], [ -3.633362243404661, 57.638382660858234 ], [ -3.632213613456545, 57.638543932293658 ], [ -3.631610880461051, 57.6391859727255 ], [ -3.630441505518466, 57.639296287535174 ], [ -3.6318393917305, 57.63789473816535 ], [ -3.632003922886361, 57.637119104002338 ], [ -3.636193876126823, 57.63616206735685 ], [ -3.636432886825019, 57.635852623771235 ], [ -3.635727004976352, 57.636172600864647 ], [ -3.637140261283891, 57.634561466606186 ], [ -3.637179492815612, 57.632605168918076 ], [ -3.63592953256119, 57.632333866955115 ], [ -3.63551063669499, 57.632516269556731 ], [ -3.63532607224095, 57.632807039594582 ], [ -3.636114055380588, 57.633122059820181 ], [ -3.636300474964367, 57.634398950512633 ], [ -3.636036806449076, 57.635053693746947 ], [ -3.635810925271486, 57.634575081281874 ], [ -3.635186243268707, 57.635433935385542 ], [ -3.633591000038695, 57.635494986524563 ], [ -3.633111215733489, 57.635105895297258 ], [ -3.633982467652447, 57.634999408260754 ], [ -3.629570533844646, 57.633767172303443 ], [ -3.630071851655161, 57.633105785542504 ], [ -3.628781502744236, 57.634325356220742 ], [ -3.626064827275909, 57.635789659903388 ], [ -3.625846972967785, 57.636349460548942 ], [ -3.62591273886112, 57.635460111921432 ], [ -3.625725777938389, 57.636411210911049 ], [ -3.623885756820179, 57.63778153769303 ], [ -3.622133760958943, 57.637973823938481 ], [ -3.621253767997116, 57.638375010458162 ], [ -3.621040937897925, 57.637696764585321 ], [ -3.621835381140817, 57.637518577777755 ], [ -3.621025313726523, 57.637271130937542 ], [ -3.623874120537391, 57.637033332885032 ], [ -3.620478408037162, 57.636726534547066 ], [ -3.620384381420086, 57.63627046231408 ], [ -3.621698217726565, 57.63613323218604 ], [ -3.621802682313153, 57.635846486198595 ], [ -3.620895965390805, 57.635722178549337 ], [ -3.621863951413805, 57.635342324662474 ], [ -3.624269521763047, 57.635797466423661 ], [ -3.623116618590443, 57.635261564058425 ], [ -3.62039009945541, 57.634932695163059 ], [ -3.620365109289378, 57.635424431581995 ], [ -3.619670240532143, 57.63565613523263 ], [ -3.61878804760256, 57.635104147965656 ], [ -3.618936542904041, 57.63463957871388 ], [ -3.61854527286331, 57.635144090172588 ], [ -3.617430369492928, 57.634970597158997 ], [ -3.616939926348947, 57.63520416204441 ], [ -3.616909272268467, 57.634590059805682 ], [ -3.615826219399715, 57.634906662734316 ], [ -3.6162587732055, 57.634312692174746 ], [ -3.615292345659286, 57.634539757899475 ], [ -3.615382772469822, 57.634124447760406 ], [ -3.614988920800264, 57.635439322469843 ], [ -3.614733339116479, 57.634889183250671 ], [ -3.613501062897404, 57.635354108338255 ], [ -3.614023447975526, 57.636066146325803 ], [ -3.611752295133252, 57.635920247975889 ], [ -3.612351605321749, 57.635420879833923 ], [ -3.611840872253726, 57.635688821931701 ], [ -3.612007997829277, 57.635151255034216 ], [ -3.611580537380272, 57.635861935149201 ], [ -3.611721914322955, 57.635955274228024 ], [ -3.611774636688195, 57.635990082783763 ], [ -3.611975687903716, 57.636122818465111 ], [ -3.611014441204788, 57.635976956176421 ], [ -3.609823055875546, 57.635172808175412 ], [ -3.610176518975108, 57.634870942191867 ], [ -3.608996987263169, 57.634598477901143 ], [ -3.608480301914935, 57.635110841985892 ], [ -3.607621148224452, 57.634886394347291 ], [ -3.607879031472402, 57.635339492627025 ], [ -3.607304935784851, 57.635576778664074 ], [ -3.60657907020754, 57.635336255134128 ], [ -3.606208089172311, 57.634863030172987 ], [ -3.606543569753148, 57.634532654803103 ], [ -3.606035359671302, 57.634441188595382 ], [ -3.606737338936762, 57.633876170356743 ], [ -3.605836831470845, 57.634421251029515 ], [ -3.605952973967831, 57.633751379806164 ], [ -3.605512385422676, 57.633939347547674 ], [ -3.604362514589691, 57.63373024884271 ], [ -3.603123007053938, 57.634071187329539 ], [ -3.602758050201381, 57.63388535811535 ], [ -3.603266410022933, 57.632916745766934 ], [ -3.602627622709063, 57.633928337170957 ], [ -3.602795561775833, 57.633368313448379 ], [ -3.602370572887354, 57.633834570462042 ], [ -3.601393803467246, 57.633790349498867 ], [ -3.600580162640329, 57.632200637719748 ], [ -3.599932100320413, 57.633726206211762 ], [ -3.598541045918285, 57.633897426719074 ], [ -3.598539118897227, 57.633472517250503 ], [ -3.597250698608358, 57.633730466978342 ], [ -3.596809792589563, 57.633492576000428 ], [ -3.597380267544084, 57.633181065982626 ], [ -3.597274840145709, 57.632487702355213 ], [ -3.597157143345411, 57.633163872847412 ], [ -3.595868795443214, 57.632812706106343 ], [ -3.595899600106542, 57.631491698753301 ], [ -3.594926760306375, 57.631459057667762 ], [ -3.596612209347882, 57.630670564693254 ], [ -3.594876013217571, 57.631333026370939 ], [ -3.594637438565061, 57.631048554578292 ], [ -3.5935608341039, 57.630940849719508 ], [ -3.592636394064888, 57.631439421612498 ], [ -3.591953228951737, 57.630945832743294 ], [ -3.592077232792817, 57.630335169816533 ], [ -3.591373383454183, 57.631205578209418 ], [ -3.589590210822226, 57.630795893343155 ], [ -3.589055872063213, 57.631215865634303 ], [ -3.588274747964635, 57.631124165505831 ], [ -3.588962743725439, 57.631767742412585 ], [ -3.587185729006849, 57.632765705058702 ], [ -3.587307295624107, 57.63313341213729 ], [ -3.586473313924488, 57.633366678773349 ], [ -3.586218474914577, 57.633975383344755 ], [ -3.583047415151145, 57.634697898829259 ], [ -3.581344467460048, 57.634517077146718 ], [ -3.582364271948148, 57.634934639185175 ], [ -3.581794785597029, 57.636475295238135 ], [ -3.582230942718654, 57.636605492233407 ], [ -3.580144648530195, 57.636470776248309 ], [ -3.582033982759009, 57.636929575963769 ], [ -3.581427476785991, 57.637042274192844 ], [ -3.582032776720728, 57.637479397578467 ], [ -3.581218976883674, 57.637640505738389 ], [ -3.580984376305775, 57.638177973639102 ], [ -3.58206281773814, 57.638978412102233 ], [ -3.581767149630873, 57.639382787452099 ], [ -3.58274215622072, 57.639999448852684 ], [ -3.582912252825145, 57.640789687353937 ], [ -3.584644081020002, 57.641856825740277 ], [ -3.583096514383863, 57.642597608489332 ], [ -3.583774780907757, 57.643207197005715 ], [ -3.583249712418275, 57.643499456597731 ], [ -3.583721307936014, 57.64397957190851 ], [ -3.583352263504399, 57.6442384342701 ], [ -3.584644360647125, 57.644746000572638 ], [ -3.585225009023579, 57.645459219866133 ], [ -3.584827266494021, 57.645751686146284 ], [ -3.585824961684297, 57.646960070352193 ], [ -3.589351668057428, 57.64883023119372 ], [ -3.588969753931643, 57.649063218541663 ], [ -3.589739537640387, 57.648925075223346 ], [ -3.594950244802203, 57.651471040962889 ], [ -3.598566981553148, 57.651671527409249 ], [ -3.599671648668352, 57.650879562600785 ], [ -3.600137042608714, 57.650983276506921 ], [ -3.604833767278572, 57.654959274734829 ], [ -3.612210061612007, 57.659164198947565 ], [ -3.621325539515002, 57.662785831291252 ], [ -3.623048877687514, 57.662675686588827 ], [ -3.623246271446332, 57.661991282091762 ], [ -3.624862239447975, 57.661392872420599 ], [ -3.624291090852266, 57.662790004766457 ], [ -3.619376453525725, 57.663923894839037 ], [ -3.614209940291051, 57.663998922097029 ], [ -3.589581442319533, 57.662320945098436 ], [ -3.575183824679282, 57.661658402775387 ], [ -3.559840774359074, 57.661449683495313 ], [ -3.549401893470843, 57.661698376982848 ], [ -3.539654497709479, 57.662563952898402 ], [ -3.529469359494521, 57.66423091674416 ], [ -3.523767588981341, 57.665535882285582 ], [ -3.514888553045084, 57.668372717133579 ], [ -3.507221752541983, 57.671638141252757 ], [ -3.500638709320887, 57.675968330309253 ], [ -3.496660282942763, 57.679119279439938 ], [ -3.493155737473185, 57.684429539934861 ], [ -3.489212146760748, 57.693985983023744 ], [ -3.488958147861273, 57.695932107819957 ], [ -3.489519004707686, 57.699499151988007 ], [ -3.493109637065807, 57.700840303897174 ], [ -3.494585714357673, 57.70119300241204 ], [ -3.494945744020697, 57.700849173008351 ], [ -3.49890579423236, 57.701903715682782 ], [ -3.498529650057658, 57.702263019288829 ], [ -3.495456094305144, 57.701506127902405 ], [ -3.495302705872299, 57.701693000855641 ], [ -3.498622464715774, 57.702803627155234 ], [ -3.499167905031092, 57.7023538959197 ], [ -3.499574027542726, 57.702019028841413 ], [ -3.500425342199977, 57.701317052629747 ], [ -3.500579982808969, 57.701566758195476 ], [ -3.498974975014815, 57.702580900469975 ], [ -3.497602595060836, 57.704195568712571 ], [ -3.492837523818507, 57.703891622095298 ], [ -3.482306114232749, 57.702182765408374 ], [ -3.475065322058995, 57.703752332100962 ], [ -3.473081754613973, 57.703917372800205 ], [ -3.471184142494239, 57.703512728910148 ], [ -3.468644731177867, 57.703834183834154 ], [ -3.464336565087614, 57.703699939630397 ], [ -3.462226712461917, 57.703980360893297 ], [ -3.461008151230387, 57.70364138280771 ], [ -3.459143861293806, 57.704019532446402 ], [ -3.458369400748841, 57.703915266863568 ], [ -3.457493010605366, 57.704364652934949 ], [ -3.457389648807358, 57.70492461405901 ], [ -3.4561822883507, 57.704362671036996 ], [ -3.455352451123149, 57.704383894091734 ], [ -3.452736721059075, 57.705444345256893 ], [ -3.451539332265083, 57.706555859501101 ], [ -3.449295432675045, 57.70663816808537 ], [ -3.448583842511066, 57.707142199635648 ], [ -3.44770138136276, 57.707066054846095 ], [ -3.446702859462861, 57.707530236522246 ], [ -3.446881337263413, 57.707881245411706 ], [ -3.445366102333705, 57.708141109361321 ], [ -3.443339974070741, 57.709227866750354 ], [ -3.440276792383559, 57.708928574665784 ], [ -3.438606907036366, 57.709226948631773 ], [ -3.437169133538389, 57.709961954182468 ], [ -3.438147301222192, 57.711646014862879 ], [ -3.436893625412094, 57.711777036138621 ], [ -3.437943346205278, 57.711497410515896 ], [ -3.437184700549966, 57.710227686481815 ], [ -3.436568800518227, 57.7103568521771 ], [ -3.436901583481989, 57.71151193517813 ], [ -3.43644135710814, 57.71095300030219 ], [ -3.435584292123904, 57.711011233577807 ], [ -3.4365045440273, 57.711954831886544 ], [ -3.438431889285956, 57.711880841765336 ], [ -3.436397227344326, 57.712042290411581 ], [ -3.435434145230532, 57.711500735416109 ], [ -3.435348816179334, 57.710744401600891 ], [ -3.433729406342986, 57.710284836726572 ], [ -3.432197652745555, 57.71030127845188 ], [ -3.43088631547939, 57.710926979940126 ], [ -3.427855486064523, 57.710853402971708 ], [ -3.425582899667523, 57.711750855425429 ], [ -3.425397355314406, 57.71330752058946 ], [ -3.424908669855859, 57.713259121935174 ], [ -3.424959036086734, 57.712874964278363 ], [ -3.424414246697058, 57.713192819189324 ], [ -3.422691994284152, 57.712849258003089 ], [ -3.419176842540921, 57.715114796228875 ], [ -3.418088701528545, 57.714847607254796 ], [ -3.417027377542788, 57.714063564831342 ], [ -3.413693041457023, 57.713530400744979 ], [ -3.413393447789169, 57.712992947262983 ], [ -3.412193353941724, 57.712951542386222 ], [ -3.411511183920893, 57.713537679488958 ], [ -3.410577152854881, 57.71343220535136 ], [ -3.407657558007618, 57.714282190184342 ], [ -3.407238312544091, 57.7147683593439 ], [ -3.40776818933238, 57.714667244369394 ], [ -3.407602020107219, 57.71488379439996 ], [ -3.404618944802858, 57.715096595546036 ], [ -3.40303490413395, 57.715632500687626 ], [ -3.402266429166724, 57.714990620879561 ], [ -3.401785633370499, 57.715667001792482 ], [ -3.400641030129516, 57.715673382520016 ], [ -3.40014107583797, 57.716115503552558 ], [ -3.398532908221003, 57.716551004971841 ], [ -3.397695851149909, 57.715870328840097 ], [ -3.392340025792924, 57.716153930816425 ], [ -3.388058131977136, 57.717787406863827 ], [ -3.38723500768133, 57.718694761069379 ], [ -3.384977125896838, 57.719488453498428 ], [ -3.376301522504372, 57.71972589775482 ], [ -3.373339595060707, 57.720777666033001 ], [ -3.369523196774408, 57.721259187466295 ], [ -3.366512760822684, 57.721210866416207 ], [ -3.363631828423619, 57.72215013788211 ], [ -3.363539053378894, 57.721870858849798 ], [ -3.362052794985106, 57.721770972517618 ], [ -3.357126427955445, 57.722344005738854 ], [ -3.352881840051153, 57.723463830015362 ], [ -3.345902565334108, 57.724513793538549 ], [ -3.337728000374995, 57.724989398754374 ], [ -3.335822656698129, 57.724681627091947 ], [ -3.329564006726854, 57.724522922517956 ] ] ], [ [ [ -3.346292710316039, 57.730315514835667 ], [ -3.346881412221471, 57.730024485709208 ], [ -3.348841037031952, 57.729569735964475 ], [ -3.350438191612932, 57.729483541577409 ], [ -3.350806277993829, 57.729807503911879 ], [ -3.35237648388143, 57.729134068136013 ], [ -3.353079096630972, 57.729511943511632 ], [ -3.352587979020955, 57.729851367370671 ], [ -3.351154369952443, 57.730045439393827 ], [ -3.351338870624243, 57.729859314003896 ], [ -3.349927377872775, 57.730061220985455 ], [ -3.349212547931115, 57.729805630580756 ], [ -3.349109225974953, 57.730142704728586 ], [ -3.350579224256856, 57.730113559544165 ], [ -3.350590145893853, 57.730316464385965 ], [ -3.349536734760072, 57.730213608448416 ], [ -3.347325482520167, 57.730676436283098 ], [ -3.346724124297358, 57.73062713729103 ], [ -3.346754943649779, 57.730326769352644 ], [ -3.346292710316039, 57.730315514835667 ] ] ] ] } }, +{ "type": "Feature", "properties": { "LAD13CD": "S12000021", "LAD13CDO": "00QY", "LAD13NM": "North Ayrshire", "LAD13NMW": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5.118890245526356, 55.428687463650832 ], [ -5.118425781570779, 55.427409211748085 ], [ -5.117869832696355, 55.4275762288663 ], [ -5.118221842582967, 55.427329007205302 ], [ -5.116453073067693, 55.426650402575383 ], [ -5.115997717462731, 55.425987742828163 ], [ -5.117394508263404, 55.42475642081839 ], [ -5.118650890690198, 55.424351273624112 ], [ -5.119745872239572, 55.425406656558096 ], [ -5.120418493077533, 55.425416457148117 ], [ -5.121381589985017, 55.427603472270818 ], [ -5.120369991541643, 55.429508267223092 ], [ -5.118721688423157, 55.4304583507082 ], [ -5.118890245526356, 55.428687463650832 ] ] ], [ [ [ -5.245895106358099, 55.437405564919175 ], [ -5.245419390629056, 55.437004626615149 ], [ -5.246252282478599, 55.437229752744287 ], [ -5.246463077968954, 55.437678182198106 ], [ -5.245895106358099, 55.437405564919175 ] ] ], [ [ [ -5.061208236701646, 55.514256482942336 ], [ -5.063409237863939, 55.512304514437787 ], [ -5.065131007287013, 55.512544585726353 ], [ -5.067170100202756, 55.511670907896097 ], [ -5.067852828491988, 55.511995414493036 ], [ -5.070401934004353, 55.512178707592554 ], [ -5.072736721410498, 55.517028660860078 ], [ -5.077338357841247, 55.522387969522939 ], [ -5.086958097832649, 55.525935022981834 ], [ -5.087681410248532, 55.531522081429905 ], [ -5.089315566859121, 55.53527914910201 ], [ -5.087605739349401, 55.536216799718176 ], [ -5.082315052665511, 55.537078327293401 ], [ -5.079762852502068, 55.537079634361675 ], [ -5.075566493255179, 55.535414104764882 ], [ -5.073372038088678, 55.533397023178559 ], [ -5.068396384727619, 55.527417638762969 ], [ -5.064929304679322, 55.524411947813078 ], [ -5.064832390348929, 55.523573809898124 ], [ -5.062761862902488, 55.520281363451929 ], [ -5.061413920524416, 55.51884073022886 ], [ -5.060804360358423, 55.518846986831605 ], [ -5.06099347488068, 55.518221947495647 ], [ -5.060103497165823, 55.517677834759652 ], [ -5.061208236701646, 55.514256482942336 ] ] ], [ [ [ -5.153187984224512, 55.581049651821395 ], [ -5.152888222005148, 55.580399285378583 ], [ -5.15429665559517, 55.580783762946304 ], [ -5.155018636212024, 55.582185621127735 ], [ -5.153187984224512, 55.581049651821395 ] ] ], [ [ [ -4.844502724005167, 55.647685702811202 ], [ -4.844389036583291, 55.646951224283711 ], [ -4.843877396775855, 55.647239061310657 ], [ -4.842084904062646, 55.645931342356143 ], [ -4.841280805708066, 55.645846602562614 ], [ -4.841410763659511, 55.645599983319208 ], [ -4.840664406653006, 55.645719754348249 ], [ -4.840332537580289, 55.645417315000856 ], [ -4.841050279508312, 55.645012352069614 ], [ -4.840536864514644, 55.645078182879523 ], [ -4.840800734549394, 55.644705309623859 ], [ -4.840114976151766, 55.644278927365711 ], [ -4.841005695535773, 55.643519378089749 ], [ -4.841660846079441, 55.643720835474618 ], [ -4.84120510731057, 55.644648296966423 ], [ -4.841711908001172, 55.644579020884713 ], [ -4.841814805040372, 55.643959076956968 ], [ -4.842450306881832, 55.643735795726506 ], [ -4.842187358188175, 55.644296526100348 ], [ -4.842989904638909, 55.644382194499208 ], [ -4.844178332492166, 55.645602335703572 ], [ -4.845068480064795, 55.645602358986388 ], [ -4.844869016765771, 55.64611757497795 ], [ -4.846755019422258, 55.646522363022036 ], [ -4.846158638972274, 55.646868809427836 ], [ -4.846798384255674, 55.647207234098509 ], [ -4.846347855555612, 55.647920650845101 ], [ -4.844502724005167, 55.647685702811202 ] ] ], [ [ [ -5.261610499581002, 55.72115625445683 ], [ -5.256460561398693, 55.720713152878346 ], [ -5.254891397279376, 55.720327742437426 ], [ -5.252876051981322, 55.719365270827851 ], [ -5.251036057870265, 55.718978001239165 ], [ -5.249678417636421, 55.718069974493133 ], [ -5.24828734944498, 55.717909019546681 ], [ -5.247789461821115, 55.717283882541764 ], [ -5.246801807843618, 55.717377448505978 ], [ -5.242372132997171, 55.715624587214222 ], [ -5.237079121318967, 55.714595597996706 ], [ -5.231525491448417, 55.71214378673745 ], [ -5.229450449885216, 55.711699458905045 ], [ -5.22954888022724, 55.711445139108562 ], [ -5.225707500258989, 55.710435889049684 ], [ -5.220775322008014, 55.709616986189211 ], [ -5.21500026636991, 55.706967980667017 ], [ -5.20148132324948, 55.702385856848316 ], [ -5.198910559024555, 55.700443600251553 ], [ -5.19689026438366, 55.699682649034777 ], [ -5.196171772507592, 55.699072054849267 ], [ -5.195769198829074, 55.69784638702258 ], [ -5.19156041837229, 55.694256485455085 ], [ -5.180154231940637, 55.688556269285684 ], [ -5.178466300253167, 55.687858330702994 ], [ -5.177562175637131, 55.687895241546101 ], [ -5.17633822982226, 55.68683463686218 ], [ -5.168352624554537, 55.683728303868079 ], [ -5.162120586454532, 55.679169311953586 ], [ -5.161166026758354, 55.67887476982478 ], [ -5.158914661760526, 55.675817699057426 ], [ -5.158209015255681, 55.672986002030314 ], [ -5.157251600824257, 55.671864413378721 ], [ -5.15862790083282, 55.67161141053748 ], [ -5.156989201857572, 55.671273325217527 ], [ -5.1549483297857, 55.669141248040312 ], [ -5.152746125293742, 55.667966240100931 ], [ -5.151262557993169, 55.665322622658749 ], [ -5.152978454979246, 55.663540722776858 ], [ -5.153664348813948, 55.661135306097329 ], [ -5.154513513562677, 55.662023263681931 ], [ -5.154107371884714, 55.662134401199062 ], [ -5.156028053417404, 55.662167688714611 ], [ -5.155025565307184, 55.662002897024912 ], [ -5.155417332285564, 55.661772557556475 ], [ -5.154714179957656, 55.661750195093994 ], [ -5.151557988324115, 55.659188262642154 ], [ -5.15104121110627, 55.659327406349092 ], [ -5.151107859197245, 55.658831236764172 ], [ -5.148698954932232, 55.656697735787212 ], [ -5.146779594537149, 55.652795857322225 ], [ -5.14575873955698, 55.652359064448703 ], [ -5.145390668196137, 55.651536922763967 ], [ -5.143641472232106, 55.650938994941569 ], [ -5.142526752211513, 55.649726938952988 ], [ -5.141012135319389, 55.645765158388492 ], [ -5.140561215770552, 55.64553397833317 ], [ -5.141178618437755, 55.645283517999886 ], [ -5.140178495605139, 55.64563817857816 ], [ -5.140353163022108, 55.644802119711933 ], [ -5.139131201980161, 55.64409353156919 ], [ -5.138655790160951, 55.644330457207055 ], [ -5.139074459196034, 55.643841463758534 ], [ -5.138586560745049, 55.643008887078501 ], [ -5.138862658973406, 55.641632625241968 ], [ -5.138164073227562, 55.641344847910617 ], [ -5.1379958502635, 55.640096833383318 ], [ -5.138404083012927, 55.638147216792241 ], [ -5.137385444289253, 55.638089685423573 ], [ -5.138354193233249, 55.637066984521255 ], [ -5.138290846170434, 55.635500731917922 ], [ -5.137173388012863, 55.633034583724367 ], [ -5.137312413031497, 55.631156587871466 ], [ -5.136534401429906, 55.629872934808581 ], [ -5.136100049673532, 55.627321869081328 ], [ -5.134625865296695, 55.62468143009 ], [ -5.133664824975865, 55.624584640855623 ], [ -5.133517243155708, 55.621940828555971 ], [ -5.13195510456194, 55.619288225702817 ], [ -5.131236465113798, 55.618942491081391 ], [ -5.131259236489928, 55.618132800004481 ], [ -5.129803649634644, 55.616812479818506 ], [ -5.129394403889703, 55.614269743231723 ], [ -5.128843039554623, 55.61392871396162 ], [ -5.129161084375773, 55.613435127163555 ], [ -5.128530717131175, 55.612700549701948 ], [ -5.128502361676992, 55.611348263508773 ], [ -5.128931286057003, 55.610950737020424 ], [ -5.128096228386129, 55.609839305184508 ], [ -5.128875987026494, 55.610057633813554 ], [ -5.129259014141448, 55.609881535466002 ], [ -5.129549072571451, 55.609136938660335 ], [ -5.12911373463073, 55.608855878569699 ], [ -5.129377693951879, 55.608381651757071 ], [ -5.128896129771978, 55.607121850013151 ], [ -5.130069092988004, 55.607491950664659 ], [ -5.130510177248049, 55.607148047711284 ], [ -5.129279422986841, 55.606451288380946 ], [ -5.13058557515695, 55.606301050686056 ], [ -5.130594906255503, 55.605720949950801 ], [ -5.131293313861509, 55.60571658804524 ], [ -5.13123585980992, 55.605394412201157 ], [ -5.132108443079548, 55.604985533830849 ], [ -5.132776192670511, 55.602208494147952 ], [ -5.137336372327802, 55.599758863228239 ], [ -5.138539342733604, 55.599413396191913 ], [ -5.139075119031152, 55.59866697236631 ], [ -5.140529445712695, 55.598189182159146 ], [ -5.141786144355698, 55.597325370743995 ], [ -5.143125376433321, 55.597394404908606 ], [ -5.144102803839955, 55.597009717059841 ], [ -5.145425771906668, 55.595487883329604 ], [ -5.145210194171741, 55.59418355045365 ], [ -5.14644662074618, 55.593029825434158 ], [ -5.148922571427327, 55.592031225910929 ], [ -5.151930522430757, 55.591907118139325 ], [ -5.152923927611424, 55.591704446466316 ], [ -5.153490656311844, 55.59146690138143 ], [ -5.152935334959318, 55.591623597086283 ], [ -5.152982619545342, 55.591288487660478 ], [ -5.153625809677079, 55.590283008620375 ], [ -5.154225288748901, 55.587369131563328 ], [ -5.153725418943685, 55.584463781586187 ], [ -5.154580787202456, 55.582899933557897 ], [ -5.154944146081617, 55.582859108867417 ], [ -5.154278868123058, 55.584418064545773 ], [ -5.154667849774238, 55.585981333535486 ], [ -5.15477749579739, 55.583452260294145 ], [ -5.157233328436161, 55.58310219348791 ], [ -5.155922219356471, 55.583160256346666 ], [ -5.15634762680919, 55.582943418513814 ], [ -5.158444371591401, 55.583141993326947 ], [ -5.160342062336307, 55.583726854436506 ], [ -5.157272742426793, 55.582684031274894 ], [ -5.155785251612121, 55.582600997880697 ], [ -5.154455179042591, 55.580702364440675 ], [ -5.15259357048769, 55.580148851039816 ], [ -5.152223896050063, 55.579206911484867 ], [ -5.153675801165087, 55.578446112960108 ], [ -5.15221457722425, 55.579183168146201 ], [ -5.152044679306528, 55.579300817347331 ], [ -5.153256802659008, 55.581709559532214 ], [ -5.153006041751443, 55.582303075670495 ], [ -5.151275464221889, 55.579544467388082 ], [ -5.14936672125509, 55.577767653609726 ], [ -5.146483858624419, 55.57757743902873 ], [ -5.144216014925949, 55.577000973787932 ], [ -5.1435110999035, 55.577155719502542 ], [ -5.144011931303194, 55.577028688425237 ], [ -5.143238796724477, 55.576826475487934 ], [ -5.14245815120546, 55.576986754767809 ], [ -5.14082821381171, 55.576508033920319 ], [ -5.140281100324962, 55.576611965158911 ], [ -5.140320312208853, 55.576248655713393 ], [ -5.140045973584925, 55.576688117047617 ], [ -5.137737881291867, 55.576659167707959 ], [ -5.137460682964242, 55.577321652142068 ], [ -5.137031302848866, 55.576614336816974 ], [ -5.133508946362297, 55.576800701925755 ], [ -5.13264255570455, 55.576502816122051 ], [ -5.129161520542972, 55.576430881036849 ], [ -5.128167743066138, 55.576047216365843 ], [ -5.128250757365032, 55.57635255871083 ], [ -5.120948876575712, 55.574765995485883 ], [ -5.120757038549294, 55.574348348503683 ], [ -5.1179354629836, 55.574285362417008 ], [ -5.114684325213092, 55.573707316032909 ], [ -5.108820912286949, 55.571797565662223 ], [ -5.107047604402039, 55.570741283424816 ], [ -5.105732345153938, 55.568050652687404 ], [ -5.104324623638462, 55.567200823422276 ], [ -5.104532039650218, 55.566512319736802 ], [ -5.103293092413196, 55.565990833316626 ], [ -5.102661778879821, 55.565026912602839 ], [ -5.101887308143894, 55.564862236321218 ], [ -5.101363422763159, 55.564052914373278 ], [ -5.098116401967746, 55.561599910300764 ], [ -5.098413095233536, 55.561439572357493 ], [ -5.090848137676158, 55.557926859565235 ], [ -5.088468353907215, 55.556000110420555 ], [ -5.082925822543768, 55.552669639851302 ], [ -5.082351573195292, 55.550602907776096 ], [ -5.082639656679589, 55.550029283275812 ], [ -5.085269899510213, 55.550506927479169 ], [ -5.088839203539408, 55.550219149975298 ], [ -5.092252576695741, 55.549562118791421 ], [ -5.094962248320802, 55.548286285390184 ], [ -5.096106522485344, 55.547109321688083 ], [ -5.096426789605993, 55.54612130431925 ], [ -5.098274214588018, 55.545277145065306 ], [ -5.101409819397149, 55.544704194299534 ], [ -5.101954785837024, 55.543812954458225 ], [ -5.10431772888667, 55.543818686452951 ], [ -5.105262017556899, 55.543488175502475 ], [ -5.105622595386967, 55.543757721899645 ], [ -5.106845537999728, 55.543341915314279 ], [ -5.107670094949333, 55.543623953193169 ], [ -5.114169397385444, 55.541621212483207 ], [ -5.115513101485837, 55.541611295999559 ], [ -5.117006847109892, 55.540693136478296 ], [ -5.11746749187634, 55.540764115730433 ], [ -5.121809322898812, 55.537616593689251 ], [ -5.12171089259901, 55.53683516217535 ], [ -5.124232808010249, 55.535233502882448 ], [ -5.12371685587881, 55.534704563709177 ], [ -5.124342646413195, 55.535099442919027 ], [ -5.12492469230421, 55.534982996190159 ], [ -5.127457005767748, 55.533475398121247 ], [ -5.128884397539034, 55.531031347653141 ], [ -5.128247013267245, 55.529033838026855 ], [ -5.128431159589429, 55.528279349770358 ], [ -5.129359167664451, 55.528209776090698 ], [ -5.128258287021648, 55.528018557805957 ], [ -5.127460076112267, 55.526649073986484 ], [ -5.128436476411366, 55.526411052702734 ], [ -5.126998713824078, 55.526287769597445 ], [ -5.126098681581952, 55.52477254111632 ], [ -5.125241199824645, 55.524192098109211 ], [ -5.123249588567084, 55.523418539725441 ], [ -5.116910298718405, 55.522013166583143 ], [ -5.111104185287661, 55.520089570895003 ], [ -5.100516175828794, 55.51544337793446 ], [ -5.098451950910043, 55.51403656533374 ], [ -5.094787301517118, 55.513088244942963 ], [ -5.091962710699967, 55.511496479400336 ], [ -5.087579100698404, 55.510950887835342 ], [ -5.085630611113998, 55.511073754853072 ], [ -5.08364592444138, 55.510045874992109 ], [ -5.081582818733811, 55.509877591141198 ], [ -5.080751867973176, 55.510211368344336 ], [ -5.079280047722618, 55.509865437899492 ], [ -5.08018543884342, 55.506714109881848 ], [ -5.082857641458618, 55.504120603726875 ], [ -5.086047252967669, 55.503082754260681 ], [ -5.089778641344478, 55.501118644143553 ], [ -5.090763020674279, 55.500947242806689 ], [ -5.090285133936831, 55.500710288167923 ], [ -5.092746543159144, 55.49879433406705 ], [ -5.093692863757243, 55.497129713456182 ], [ -5.093422384539338, 55.494227351680749 ], [ -5.094574967433103, 55.492731015129188 ], [ -5.094799522073464, 55.491677985510712 ], [ -5.094286951853356, 55.490453011433246 ], [ -5.094733346632097, 55.489644295600996 ], [ -5.094163026950365, 55.489700975614269 ], [ -5.094750580575854, 55.489601606034903 ], [ -5.094850955088749, 55.489125287134051 ], [ -5.09455392513994, 55.486429470391229 ], [ -5.092511444658652, 55.483177252397979 ], [ -5.09283193903671, 55.482439151104138 ], [ -5.091925398921207, 55.481901085483599 ], [ -5.090970905256275, 55.480386998913886 ], [ -5.087958972939314, 55.479665650222451 ], [ -5.086482053273043, 55.474343920766728 ], [ -5.083552263790868, 55.468448386824491 ], [ -5.081225364387923, 55.465805506247165 ], [ -5.079141858043874, 55.465264635939072 ], [ -5.079663416161422, 55.465053720589047 ], [ -5.079413465425225, 55.464588034271983 ], [ -5.080295596323017, 55.46443546182973 ], [ -5.080102470657718, 55.464089711956156 ], [ -5.080609384502101, 55.4641983099634 ], [ -5.081752299171289, 55.463737988450028 ], [ -5.083233087229247, 55.46223527414579 ], [ -5.082145716923161, 55.46127826729014 ], [ -5.082080764561339, 55.46034493222546 ], [ -5.083611577896885, 55.454521194688795 ], [ -5.085051957697034, 55.453113866645538 ], [ -5.088015146552754, 55.452469990926524 ], [ -5.094225083664298, 55.450484399693828 ], [ -5.096572153677632, 55.44922928723873 ], [ -5.096908435155205, 55.448555497058408 ], [ -5.098142217774789, 55.447749286316508 ], [ -5.097902852367861, 55.44752070792191 ], [ -5.099198637834569, 55.446719207777825 ], [ -5.099964792087159, 55.444530452151504 ], [ -5.102737237590313, 55.443341742203671 ], [ -5.104966112165187, 55.441818852653221 ], [ -5.108928687060012, 55.441369326950458 ], [ -5.111212340580205, 55.440646853508049 ], [ -5.110931277614372, 55.440290800968228 ], [ -5.111403405818152, 55.440502642343112 ], [ -5.112925943599722, 55.440317341888154 ], [ -5.112390465163259, 55.439863483937835 ], [ -5.113005444324559, 55.440302731164344 ], [ -5.115839500957019, 55.440324928649105 ], [ -5.12011784168581, 55.441934745872175 ], [ -5.124518557046905, 55.442887697902833 ], [ -5.126204986128666, 55.443034279661312 ], [ -5.12727739163084, 55.442376633812451 ], [ -5.128494233174981, 55.442664655163441 ], [ -5.128846886982737, 55.442125203703803 ], [ -5.13032722107201, 55.442924303175104 ], [ -5.133606557455755, 55.443253844106231 ], [ -5.134294932278014, 55.443916762922179 ], [ -5.137926960604213, 55.443906303576867 ], [ -5.138218998151649, 55.443540993269359 ], [ -5.138715451246707, 55.443678386554282 ], [ -5.138538829485905, 55.443386240855162 ], [ -5.139150716223019, 55.443662715723754 ], [ -5.139658794007066, 55.443508520702132 ], [ -5.139485160801061, 55.44325405883211 ], [ -5.139797349608612, 55.443460909775553 ], [ -5.14011070294185, 55.443184950315498 ], [ -5.140639464835683, 55.443271160192822 ], [ -5.140390760789691, 55.44260956881552 ], [ -5.140779091287505, 55.442759620405617 ], [ -5.140906408290486, 55.442491135146867 ], [ -5.141872489915566, 55.442905937144722 ], [ -5.142982440850928, 55.442763229358036 ], [ -5.142993021064375, 55.442498641903761 ], [ -5.143571162929375, 55.442887442443684 ], [ -5.145767997000488, 55.442868692963174 ], [ -5.146270443318205, 55.442485361395789 ], [ -5.14581920481022, 55.44226052800002 ], [ -5.146001906569819, 55.441873737417261 ], [ -5.147006421702455, 55.442472711184017 ], [ -5.148452026986859, 55.442255682854871 ], [ -5.148659832281475, 55.441787328366395 ], [ -5.149668745488854, 55.442143428243938 ], [ -5.152583693652759, 55.44220584479438 ], [ -5.153301614279355, 55.441986844090884 ], [ -5.154628804541963, 55.442367058923963 ], [ -5.155133567377045, 55.442291100133062 ], [ -5.155162154589308, 55.441916363377771 ], [ -5.155749800053524, 55.442343521079628 ], [ -5.158892681775296, 55.442289321780677 ], [ -5.159466434580614, 55.441355678751805 ], [ -5.161099520487967, 55.44121007191071 ], [ -5.162486105954128, 55.44025719045549 ], [ -5.163317853475798, 55.440078338719346 ], [ -5.163201667323432, 55.43963452296299 ], [ -5.166723986341364, 55.437293032139095 ], [ -5.172933542862248, 55.435064215202459 ], [ -5.178627460165253, 55.434492834161063 ], [ -5.179145278126278, 55.434148519415118 ], [ -5.180587606178342, 55.434485899748985 ], [ -5.187304816963125, 55.434135617534174 ], [ -5.189259030656773, 55.434564736319309 ], [ -5.188906661160405, 55.434293426834294 ], [ -5.189300520674443, 55.434138404398368 ], [ -5.194010670462293, 55.434232987305023 ], [ -5.196470405122037, 55.433834242442892 ], [ -5.200478877974199, 55.433874998808207 ], [ -5.207394006686951, 55.434641342613844 ], [ -5.210264254387953, 55.434645110661428 ], [ -5.21328914967291, 55.435286671068347 ], [ -5.217409693053352, 55.435497445633537 ], [ -5.22337378695031, 55.436693396895706 ], [ -5.231371974482188, 55.437812830361189 ], [ -5.235404244841336, 55.438196157875375 ], [ -5.23678624402891, 55.438078655416632 ], [ -5.23678514411087, 55.439705986405869 ], [ -5.237385919946688, 55.438449371455725 ], [ -5.237935979251605, 55.438214531994625 ], [ -5.239486870133855, 55.43861398136135 ], [ -5.242513534236774, 55.438785470347035 ], [ -5.247170561536583, 55.438589922505763 ], [ -5.248117943191787, 55.439149144585485 ], [ -5.251453724821377, 55.439424582107556 ], [ -5.253387397001603, 55.442126974235322 ], [ -5.255365896533205, 55.442395268978352 ], [ -5.255253710217318, 55.442722819784763 ], [ -5.257350561748154, 55.443428474547311 ], [ -5.258125942618413, 55.444296090357376 ], [ -5.260917010123168, 55.445439009290652 ], [ -5.262395018417071, 55.446577355499173 ], [ -5.267105122370642, 55.447395592568014 ], [ -5.267097044414489, 55.447928957300817 ], [ -5.268550906172522, 55.447950332605672 ], [ -5.270781073917968, 55.448807738560419 ], [ -5.280629500019085, 55.450920106123895 ], [ -5.287693003102976, 55.452974452264264 ], [ -5.288782110521046, 55.453932346128994 ], [ -5.291373929011917, 55.455132995117225 ], [ -5.290696393931382, 55.456058402174385 ], [ -5.291451120128689, 55.456723183430164 ], [ -5.292758308771949, 55.45703053429105 ], [ -5.293202223526759, 55.456775827078069 ], [ -5.296157465997907, 55.458421523315266 ], [ -5.297024376690477, 55.458438607791408 ], [ -5.297134376195657, 55.458903162644653 ], [ -5.299953390667793, 55.460315986715592 ], [ -5.305757327794477, 55.462299917358486 ], [ -5.309984843632894, 55.463122392365356 ], [ -5.313236016381722, 55.464998836070308 ], [ -5.316899067011873, 55.468100266865115 ], [ -5.316728578084541, 55.468990489588677 ], [ -5.318653023191106, 55.471172502552626 ], [ -5.323214605313654, 55.478915624440624 ], [ -5.326426061981239, 55.483301271621833 ], [ -5.325505918162231, 55.485344741860871 ], [ -5.326908977832606, 55.491559727466402 ], [ -5.325318889175825, 55.493285153688518 ], [ -5.324769293789544, 55.494861803323005 ], [ -5.327114296598783, 55.497276821241407 ], [ -5.327320921046029, 55.498129827488107 ], [ -5.332925804451915, 55.500260927314812 ], [ -5.333846967436416, 55.501544897376654 ], [ -5.332857223994925, 55.50214728125318 ], [ -5.334910101701986, 55.501847683354804 ], [ -5.33620269419314, 55.502428314620822 ], [ -5.336677647192612, 55.502331746091549 ], [ -5.339699229767063, 55.5032203109715 ], [ -5.341776605051296, 55.504311719262567 ], [ -5.347816259699433, 55.506058058363628 ], [ -5.352799379059007, 55.506906100890063 ], [ -5.355394648920024, 55.506686598666448 ], [ -5.355686961690929, 55.507514738140287 ], [ -5.354977291603723, 55.508204025882605 ], [ -5.35514612845184, 55.508698392546435 ], [ -5.353852389520645, 55.509375817225475 ], [ -5.354138246837847, 55.509607139358799 ], [ -5.352240009963266, 55.510014306663926 ], [ -5.350059362896055, 55.51371535535197 ], [ -5.350136999234251, 55.514814616091783 ], [ -5.351177080085077, 55.515865043133594 ], [ -5.351500017594982, 55.517146393783555 ], [ -5.350103738482592, 55.518056749034564 ], [ -5.350364851328009, 55.520940175884498 ], [ -5.351381663214204, 55.522553171658323 ], [ -5.352828094574336, 55.523812734888971 ], [ -5.354407767710676, 55.526728352355406 ], [ -5.354181111124141, 55.528626252583351 ], [ -5.353628694320411, 55.529212314898473 ], [ -5.35386229856827, 55.530559044539757 ], [ -5.353267906722785, 55.531024877756259 ], [ -5.352853603646711, 55.533140100014649 ], [ -5.35177155328743, 55.534302592041122 ], [ -5.351482189293391, 55.535465846353041 ], [ -5.349263433878994, 55.537990086951098 ], [ -5.349395256456578, 55.538328133178574 ], [ -5.348290557746223, 55.539320383267857 ], [ -5.346260303951896, 55.540243525908856 ], [ -5.345650316083688, 55.541517124595799 ], [ -5.342828879415943, 55.543301576920236 ], [ -5.342211568496499, 55.545834974314346 ], [ -5.343102332011389, 55.547938784851766 ], [ -5.344778020565381, 55.549741529648486 ], [ -5.344709644013598, 55.550299032903588 ], [ -5.34417601699972, 55.549693242991466 ], [ -5.339618351652742, 55.549248547716068 ], [ -5.337621126513404, 55.549522395382645 ], [ -5.339597823344619, 55.549380374038613 ], [ -5.343910743338724, 55.550173408619763 ], [ -5.343435147147246, 55.555064834720639 ], [ -5.347384976091775, 55.562579346857525 ], [ -5.348413728320177, 55.566388513154436 ], [ -5.348432257855474, 55.567444431644823 ], [ -5.347569648747672, 55.568587379138769 ], [ -5.349115800482538, 55.570905196967942 ], [ -5.350869813956662, 55.571936112467853 ], [ -5.351107202300404, 55.572487049135326 ], [ -5.353085429294087, 55.573354458190977 ], [ -5.354552726370011, 55.574928130926338 ], [ -5.35627195014164, 55.57591946731003 ], [ -5.356179362471266, 55.576879532525368 ], [ -5.357134351097, 55.577747947186069 ], [ -5.359401037049818, 55.578364597495401 ], [ -5.359733769247198, 55.579564742474091 ], [ -5.360124685262777, 55.579681687533423 ], [ -5.360397473807813, 55.578881206717831 ], [ -5.360838477227595, 55.579583879597763 ], [ -5.365253456515778, 55.581283291054532 ], [ -5.371586429425881, 55.585537124479586 ], [ -5.374292792488995, 55.58932418861832 ], [ -5.378014833630429, 55.592638140369772 ], [ -5.380061273133455, 55.596308424147225 ], [ -5.38263768473365, 55.598291729839296 ], [ -5.383262081981525, 55.600746993091242 ], [ -5.385818481798042, 55.602861158897547 ], [ -5.386646192133872, 55.604816286257787 ], [ -5.390533738838577, 55.607442000619045 ], [ -5.391597899589799, 55.607533921555586 ], [ -5.392158423952028, 55.608138778210431 ], [ -5.392805199999787, 55.608179308753463 ], [ -5.393137179944898, 55.609631145457087 ], [ -5.395300904997927, 55.611324436124995 ], [ -5.395209046941932, 55.611731575344521 ], [ -5.396421550651266, 55.612893765899393 ], [ -5.395996382510593, 55.614038413837328 ], [ -5.396818147096277, 55.615090053527261 ], [ -5.396467034621893, 55.61580557855843 ], [ -5.397083958984616, 55.61733492110929 ], [ -5.395569480640622, 55.621589167561858 ], [ -5.395861713102695, 55.622579065123098 ], [ -5.394997109853962, 55.622778347697874 ], [ -5.394854627466724, 55.623335239096498 ], [ -5.395204591228032, 55.627011833356839 ], [ -5.392868418191877, 55.630591998564235 ], [ -5.390896131154559, 55.631676051054363 ], [ -5.389414296830903, 55.631815945213354 ], [ -5.388351330514327, 55.632389291218324 ], [ -5.386126117864071, 55.635332384553543 ], [ -5.383422481822651, 55.641300591554874 ], [ -5.383539997761596, 55.644209498909213 ], [ -5.383130759878843, 55.644017601229073 ], [ -5.383391696988064, 55.644406896976463 ], [ -5.381545774423811, 55.649878443389262 ], [ -5.381859017405803, 55.650818339793894 ], [ -5.381179629354466, 55.651679527237903 ], [ -5.381575806667634, 55.653340902535483 ], [ -5.38128253422872, 55.654917900659008 ], [ -5.378341098009353, 55.660087828485629 ], [ -5.374474180175024, 55.664586356807099 ], [ -5.37225130095911, 55.668050549817764 ], [ -5.372022320724175, 55.670933913835185 ], [ -5.370821296190211, 55.672783084406603 ], [ -5.367266510301811, 55.676032035676791 ], [ -5.365154950478719, 55.677195870430872 ], [ -5.364845756616382, 55.678319214369303 ], [ -5.362864699747485, 55.679429976160968 ], [ -5.355953197643109, 55.681498386372347 ], [ -5.353466002112461, 55.682928525159575 ], [ -5.350182757329989, 55.683984766611232 ], [ -5.348873498232563, 55.68477125247022 ], [ -5.34499894384586, 55.685708634942898 ], [ -5.339768541589908, 55.686332184050102 ], [ -5.332629486619405, 55.687812052672676 ], [ -5.330346093819495, 55.688471957655693 ], [ -5.329404245944247, 55.689374119350965 ], [ -5.328756869663923, 55.68924784062132 ], [ -5.327997199303967, 55.689111119637012 ], [ -5.328759355357663, 55.689253581129208 ], [ -5.329093579547404, 55.690025385109053 ], [ -5.327562928108827, 55.691397540366935 ], [ -5.327355506493253, 55.692140401763375 ], [ -5.327171018525932, 55.691655415480973 ], [ -5.326842615585542, 55.692005069567173 ], [ -5.326581359146847, 55.693107217703435 ], [ -5.327181652688469, 55.692248510571019 ], [ -5.327045055499764, 55.693169263134415 ], [ -5.32626708458359, 55.693679455010518 ], [ -5.326806113445158, 55.69406581933216 ], [ -5.327019651687654, 55.695397837073884 ], [ -5.325440050711387, 55.69737725834694 ], [ -5.324919383480207, 55.699061834934049 ], [ -5.321192243047032, 55.70269612305222 ], [ -5.316176654909664, 55.705884124296681 ], [ -5.306188948617332, 55.707641641820615 ], [ -5.301985777747915, 55.707931057963698 ], [ -5.301974862172156, 55.708537315517631 ], [ -5.301481594255559, 55.708541600149275 ], [ -5.301864268034013, 55.707812056726354 ], [ -5.298574786975133, 55.707154330342462 ], [ -5.298475153775215, 55.706765920267301 ], [ -5.297582553618153, 55.706377250069664 ], [ -5.298236399899543, 55.706559263346328 ], [ -5.296068004307961, 55.705580032686015 ], [ -5.297486864502662, 55.706054364309253 ], [ -5.297135556304519, 55.705777907243558 ], [ -5.294656460227553, 55.704908595815418 ], [ -5.290460595454081, 55.705547155020305 ], [ -5.288585460868758, 55.705325921473971 ], [ -5.290083541367342, 55.7052857538946 ], [ -5.292778174886483, 55.704574230394257 ], [ -5.291652096822051, 55.704115365552411 ], [ -5.290255053771379, 55.704144751655051 ], [ -5.28858595298012, 55.703703119480402 ], [ -5.287446799270403, 55.7026709725315 ], [ -5.286554290009207, 55.70239460376277 ], [ -5.286760925572505, 55.702712726163739 ], [ -5.285838340001078, 55.702817456739524 ], [ -5.2860997035558, 55.703010045212451 ], [ -5.285454878029181, 55.703332094844022 ], [ -5.286168245978947, 55.70321948619678 ], [ -5.286056063849965, 55.703457143612106 ], [ -5.284687741971259, 55.703600775689146 ], [ -5.285173071545138, 55.703635429546722 ], [ -5.285173173954858, 55.703996845270915 ], [ -5.284382284391826, 55.703603559743044 ], [ -5.284775542053354, 55.703243299703963 ], [ -5.283514119635796, 55.703749969827548 ], [ -5.284347992955872, 55.703669209465907 ], [ -5.284669228813261, 55.703968084090057 ], [ -5.283648904088552, 55.703990004809107 ], [ -5.285094678239472, 55.704142795435025 ], [ -5.284387876327009, 55.706116256317529 ], [ -5.292373770894667, 55.709832856447164 ], [ -5.293688104415633, 55.710974438597731 ], [ -5.29399297540976, 55.711984880722731 ], [ -5.295241558767277, 55.712722739846001 ], [ -5.294786596772425, 55.713579169377368 ], [ -5.292372504149476, 55.714678783150426 ], [ -5.288510108129802, 55.717988380883625 ], [ -5.288353885758999, 55.71781635383141 ], [ -5.287150471916779, 55.718582224382246 ], [ -5.283257717924761, 55.719738336137638 ], [ -5.280041563449225, 55.720323322251225 ], [ -5.275625775935469, 55.720279453721979 ], [ -5.266622833195707, 55.721094845282082 ], [ -5.261610499581002, 55.72115625445683 ] ] ], [ [ [ -4.938277932858538, 55.735074734094979 ], [ -4.937569342353125, 55.733575182539354 ], [ -4.938611266073997, 55.731435038858109 ], [ -4.938510715371775, 55.730521426310432 ], [ -4.938191311402624, 55.730298943689 ], [ -4.937917643053824, 55.730536521695193 ], [ -4.937969776301525, 55.729577004084462 ], [ -4.939110142136461, 55.728790099130769 ], [ -4.939451388947233, 55.72739666029171 ], [ -4.942207953208833, 55.727195773147933 ], [ -4.943325013708552, 55.725889797093423 ], [ -4.944730624092517, 55.721458455394576 ], [ -4.944747353016295, 55.720771261747466 ], [ -4.944074120446984, 55.720185121660862 ], [ -4.945713063333435, 55.715747265142191 ], [ -4.945396319944523, 55.714903568029314 ], [ -4.946449174689841, 55.714780309134348 ], [ -4.946757380583051, 55.713544951216818 ], [ -4.947784592321884, 55.713610175457326 ], [ -4.947837083307445, 55.712785481382284 ], [ -4.948642423740291, 55.712484763484682 ], [ -4.94841955905803, 55.711936368321624 ], [ -4.949220320997599, 55.711934206090909 ], [ -4.949088461673952, 55.711727021869443 ], [ -4.950552256918982, 55.710931327112384 ], [ -4.952238106327364, 55.710568058753452 ], [ -4.951625150490064, 55.710146815044894 ], [ -4.954056448766299, 55.710209667863637 ], [ -4.954164772727406, 55.710505510422031 ], [ -4.955098941312751, 55.710499198776247 ], [ -4.956446088021423, 55.711048368874785 ], [ -4.95671969632097, 55.711655757735279 ], [ -4.957645599159753, 55.711897735729991 ], [ -4.957929643894927, 55.712621733795025 ], [ -4.95947267133238, 55.712917141738714 ], [ -4.959469440025028, 55.713316352569464 ], [ -4.960204704473714, 55.713479307074394 ], [ -4.960505478584999, 55.713981754994514 ], [ -4.962525101928578, 55.714576663142964 ], [ -4.962441511320117, 55.714881626769319 ], [ -4.963527368166037, 55.715572770579513 ], [ -4.964031329354272, 55.717305459503706 ], [ -4.964920465775886, 55.717522203175633 ], [ -4.965290908090093, 55.717346048389651 ], [ -4.965674195407395, 55.718053249228362 ], [ -4.966808003066717, 55.717863135198321 ], [ -4.967691370801825, 55.718255293810842 ], [ -4.967894491535623, 55.721707742528167 ], [ -4.967518624841418, 55.721581988848286 ], [ -4.965450918871407, 55.723928780934976 ], [ -4.964267263371668, 55.72426211766404 ], [ -4.961112590148427, 55.726563162281295 ], [ -4.956764239107446, 55.728630388620282 ], [ -4.95563807228623, 55.72907372342258 ], [ -4.954525504132975, 55.72908612566485 ], [ -4.950883272684291, 55.731082199830581 ], [ -4.946271299859944, 55.732223173877919 ], [ -4.944224963293059, 55.733460674009159 ], [ -4.943026558155455, 55.733456151318506 ], [ -4.941798334646499, 55.734473527928088 ], [ -4.939763289768305, 55.735292672387509 ], [ -4.938277932858538, 55.735074734094979 ] ] ], [ [ [ -4.923914279513578, 55.74858619106864 ], [ -4.924037858967999, 55.748129286516395 ], [ -4.924518583715107, 55.748185256845673 ], [ -4.924307271118263, 55.747938588569795 ], [ -4.925762711663807, 55.747730420077644 ], [ -4.926188514060353, 55.747882979656588 ], [ -4.925744066173455, 55.748034704167132 ], [ -4.92656063050558, 55.747914562393468 ], [ -4.926679147711515, 55.748283896203844 ], [ -4.924383569152094, 55.748936385645905 ], [ -4.923914279513578, 55.74858619106864 ] ] ], [ [ [ -4.924322484566781, 55.749972513182108 ], [ -4.926345801954308, 55.749578216738634 ], [ -4.92661116195623, 55.749758870198228 ], [ -4.92569860088197, 55.750619324081413 ], [ -4.924815877538303, 55.750537876313786 ], [ -4.924322484566781, 55.749972513182108 ] ] ], [ [ [ -4.901745749471091, 55.792843902815974 ], [ -4.899780540871562, 55.792271845376916 ], [ -4.898743309103763, 55.791905292207034 ], [ -4.898188638974307, 55.79101136668168 ], [ -4.898563177940385, 55.78918131522228 ], [ -4.898080419803541, 55.786613698162675 ], [ -4.898617904564921, 55.786440109990501 ], [ -4.89842577411893, 55.785808206490408 ], [ -4.89962685899628, 55.782608462853069 ], [ -4.898942788280512, 55.781688830110177 ], [ -4.89725822730434, 55.781493955331555 ], [ -4.899132316358188, 55.780740488194063 ], [ -4.900226231847642, 55.776809741836956 ], [ -4.89981556045763, 55.773837708234481 ], [ -4.901072744514157, 55.772149504912676 ], [ -4.900346029517425, 55.771512251271517 ], [ -4.899862412591981, 55.769961340616604 ], [ -4.896764186024733, 55.767578595592553 ], [ -4.895764291777126, 55.76757700593798 ], [ -4.895952019930907, 55.766990975993487 ], [ -4.89528744129868, 55.766393579521875 ], [ -4.894104035199966, 55.765701435435567 ], [ -4.893835699007077, 55.76597473877878 ], [ -4.893670119429006, 55.765784472946301 ], [ -4.894307811436068, 55.763654279645841 ], [ -4.895784485601235, 55.762196472051954 ], [ -4.895915810422667, 55.761323216856916 ], [ -4.897827957982188, 55.759741847585843 ], [ -4.898541164614281, 55.757537930503801 ], [ -4.901692674447874, 55.752881672166517 ], [ -4.904596304381923, 55.751310012873269 ], [ -4.904569258536704, 55.750774891767456 ], [ -4.90654384962553, 55.749422921049238 ], [ -4.908034784121027, 55.748876127289158 ], [ -4.907976804612854, 55.747883285069022 ], [ -4.909423256529441, 55.748002734698076 ], [ -4.90952150929358, 55.747588696712086 ], [ -4.910357071918567, 55.747252469930288 ], [ -4.911003524064747, 55.74583301576822 ], [ -4.912133838868413, 55.746223314453196 ], [ -4.912955966979252, 55.745045089805153 ], [ -4.913873894814565, 55.744788686375713 ], [ -4.915018658323993, 55.745885175627748 ], [ -4.914831751002734, 55.746797533699485 ], [ -4.915802957297808, 55.747425298804799 ], [ -4.915290947036173, 55.747868045346138 ], [ -4.914906288364227, 55.747454680610794 ], [ -4.914637454231745, 55.747589609938927 ], [ -4.914605579361742, 55.748315803899317 ], [ -4.915412934411847, 55.74892588752536 ], [ -4.914899362299324, 55.749262595285174 ], [ -4.915216705896742, 55.750311304762597 ], [ -4.913948085334123, 55.753004050712121 ], [ -4.913959414941059, 55.753989009298174 ], [ -4.917619666840798, 55.75465629461582 ], [ -4.919539086718596, 55.753294635916824 ], [ -4.921738735950967, 55.753422101085476 ], [ -4.923207313063945, 55.753067127176486 ], [ -4.923654084339645, 55.752647475423579 ], [ -4.923266092240193, 55.753107078708183 ], [ -4.924012550040183, 55.753177400440968 ], [ -4.927649336576654, 55.752913650821867 ], [ -4.929543065808446, 55.752320132759088 ], [ -4.930277640263423, 55.752380811576458 ], [ -4.93270173067866, 55.751124654826491 ], [ -4.931870033900097, 55.751213735399297 ], [ -4.931749485751947, 55.750690736483286 ], [ -4.932886821816511, 55.75057547849778 ], [ -4.933850332698056, 55.749928597465463 ], [ -4.934706928807, 55.750001615437114 ], [ -4.935453755370105, 55.749356304509881 ], [ -4.935241838271136, 55.748954152503643 ], [ -4.935817747113543, 55.749343106836541 ], [ -4.936075691001637, 55.74919131096614 ], [ -4.936484578224446, 55.749902480013411 ], [ -4.93753536604147, 55.749738907865186 ], [ -4.937777080815001, 55.74831190410751 ], [ -4.937576792144574, 55.748043419325427 ], [ -4.937028343452237, 55.748168008600985 ], [ -4.937953970007672, 55.747739542731757 ], [ -4.938287828315355, 55.747071732799334 ], [ -4.937623834515966, 55.746782881931672 ], [ -4.938867361314593, 55.746131955510037 ], [ -4.938665575124712, 55.74544100733273 ], [ -4.939063214572533, 55.745049440000976 ], [ -4.939615176012724, 55.745056900808379 ], [ -4.939361365864817, 55.744521816679622 ], [ -4.941364095460923, 55.743245900197088 ], [ -4.94385859365752, 55.742576628671387 ], [ -4.943829876855903, 55.742787669266015 ], [ -4.944703561560379, 55.742814360007657 ], [ -4.94451588069513, 55.743051687118601 ], [ -4.945218411207721, 55.742541316981402 ], [ -4.945092797711127, 55.742925481196366 ], [ -4.946639851240536, 55.742963869978865 ], [ -4.947477229980816, 55.74329075985279 ], [ -4.94745624351664, 55.74305484217907 ], [ -4.947720578123926, 55.743601344498849 ], [ -4.947247229843161, 55.744297701895796 ], [ -4.949819640557497, 55.747340865112179 ], [ -4.949502008169298, 55.747798865796689 ], [ -4.950972742560116, 55.750199656445425 ], [ -4.951074988254509, 55.750962198114706 ], [ -4.950092906562489, 55.751444258723239 ], [ -4.950343178765992, 55.75224639317809 ], [ -4.950814704355794, 55.752221577923095 ], [ -4.950251178913307, 55.753096305119151 ], [ -4.95046955090293, 55.753644805539956 ], [ -4.948333176875985, 55.756299453410172 ], [ -4.948728830312453, 55.756556937894977 ], [ -4.948670548534942, 55.757495032971796 ], [ -4.947865758826907, 55.758089677534009 ], [ -4.946625732609356, 55.75802954628751 ], [ -4.946017582997528, 55.758420793796795 ], [ -4.943420204659735, 55.765519967366089 ], [ -4.941122135721026, 55.766826345885271 ], [ -4.940736392841663, 55.76746304108044 ], [ -4.938209835527867, 55.768045796235455 ], [ -4.937632095689461, 55.768441664692283 ], [ -4.935067650131545, 55.774649892336392 ], [ -4.932922868108799, 55.776436068381045 ], [ -4.9317351899089, 55.776740395276597 ], [ -4.931165870539744, 55.777293342606939 ], [ -4.931338842785904, 55.778088365766642 ], [ -4.932161874382984, 55.778746516458085 ], [ -4.931676707397282, 55.778848889485886 ], [ -4.931963200210586, 55.779307698326846 ], [ -4.931059502608131, 55.779550403583407 ], [ -4.930696380521924, 55.780088539124826 ], [ -4.930393707048864, 55.779966314127641 ], [ -4.9303963435492, 55.782146161307161 ], [ -4.929674217776201, 55.782662293442336 ], [ -4.929590782536033, 55.78446124738818 ], [ -4.928721204938082, 55.784310286931728 ], [ -4.92774714712505, 55.784531271201281 ], [ -4.926645835442571, 55.785565215780672 ], [ -4.926888601068657, 55.785909115706772 ], [ -4.926175553004724, 55.786335116232763 ], [ -4.925927426713876, 55.787365806703136 ], [ -4.924304980269361, 55.787791878115293 ], [ -4.922985629301134, 55.788558601712893 ], [ -4.923146488020143, 55.788895468280906 ], [ -4.922024423157533, 55.789719512239778 ], [ -4.920734998850415, 55.790035135250605 ], [ -4.919408234747906, 55.789958800355961 ], [ -4.918043391367391, 55.790652837493973 ], [ -4.916860387320327, 55.790856222079654 ], [ -4.916704359302358, 55.791479287150814 ], [ -4.915960829457078, 55.791735152961756 ], [ -4.913032345450398, 55.791341679857311 ], [ -4.911926031628841, 55.791482969807873 ], [ -4.909633049311463, 55.790710287094349 ], [ -4.907989068574369, 55.790744717668225 ], [ -4.906843244818666, 55.791190733328293 ], [ -4.906088994253362, 55.792780794930856 ], [ -4.905204881940063, 55.792692935288116 ], [ -4.904619048811287, 55.7930321974587 ], [ -4.901745749471091, 55.792843902815974 ] ] ], [ [ [ -4.800204831334567, 55.887290280040361 ], [ -4.800107233935273, 55.886712722251012 ], [ -4.80073928708085, 55.88605113913799 ], [ -4.800108753461425, 55.885180092862889 ], [ -4.800496008349532, 55.884339811275723 ], [ -4.799961164522107, 55.882576692028046 ], [ -4.800897472077354, 55.881921664704208 ], [ -4.800075224253229, 55.880830262773728 ], [ -4.800276930123945, 55.879634650993268 ], [ -4.799144180440609, 55.879559757098718 ], [ -4.798480636175665, 55.878672375893736 ], [ -4.79892697834009, 55.877431649807221 ], [ -4.797269983636955, 55.876736752412533 ], [ -4.7971855721902, 55.875785856154522 ], [ -4.795809320237043, 55.875102533259899 ], [ -4.795768490645751, 55.874312444588419 ], [ -4.794441733847594, 55.873538093959503 ], [ -4.794188268749621, 55.872235978261436 ], [ -4.792779613185343, 55.871989317265857 ], [ -4.790790528102767, 55.871117605491349 ], [ -4.783939311276621, 55.869991963096048 ], [ -4.78394446659301, 55.869394091329006 ], [ -4.782452827356177, 55.869549193587652 ], [ -4.782563088506274, 55.869861306969298 ], [ -4.781057347212498, 55.869931317527524 ], [ -4.780622622786796, 55.869217548752609 ], [ -4.781165242890598, 55.869092920343043 ], [ -4.780085855635265, 55.86875327681242 ], [ -4.780578261435133, 55.868373605416437 ], [ -4.77921140630758, 55.868373038198825 ], [ -4.777805667012712, 55.867492433266122 ], [ -4.777106310007881, 55.867548675893772 ], [ -4.773821197980185, 55.866539660909879 ], [ -4.773663096418741, 55.866003900097283 ], [ -4.773018017799742, 55.866036423706539 ], [ -4.772650255725611, 55.865698647292064 ], [ -4.771924776480207, 55.865948708168951 ], [ -4.77051608054591, 55.864910785920266 ], [ -4.769390629772949, 55.864706919937007 ], [ -4.767396996091517, 55.863309099822004 ], [ -4.767397933381553, 55.86242368594597 ], [ -4.766753863335678, 55.862132559367268 ], [ -4.767074611009748, 55.861586017556846 ], [ -4.766148115191247, 55.860582141524063 ], [ -4.764766878891266, 55.8599255613804 ], [ -4.764772337980264, 55.859215326960445 ], [ -4.761594561556954, 55.855426059739976 ], [ -4.757532793114714, 55.853584628244974 ], [ -4.755421274404205, 55.85174881934347 ], [ -4.752175502771028, 55.851268700345855 ], [ -4.750941311650752, 55.849768233670588 ], [ -4.753149116606706, 55.84910758685168 ], [ -4.753067290899109, 55.848628521597625 ], [ -4.753729159719105, 55.848159769553924 ], [ -4.759586270378703, 55.847118796569845 ], [ -4.759845286278224, 55.846310287201462 ], [ -4.762133435299808, 55.845795985665902 ], [ -4.763908492535104, 55.845819018614158 ], [ -4.765109320765111, 55.845517861948053 ], [ -4.765552433207011, 55.8457955368673 ], [ -4.765886779262112, 55.845554308083344 ], [ -4.767805069448058, 55.845681927880854 ], [ -4.768021998262711, 55.845362437164667 ], [ -4.768766271885523, 55.84526927479552 ], [ -4.76867405866478, 55.844871350432122 ], [ -4.769361242435091, 55.845210931533337 ], [ -4.771188209314699, 55.844616957732441 ], [ -4.772857968996039, 55.844844481912077 ], [ -4.773710978414583, 55.844596027501176 ], [ -4.774018558711985, 55.844876729935109 ], [ -4.774273090359056, 55.844637278283251 ], [ -4.775908431206049, 55.844941942677345 ], [ -4.777630444611956, 55.844781704015745 ], [ -4.777934211144045, 55.84500855030624 ], [ -4.777970822662103, 55.844738058845614 ], [ -4.780080006759635, 55.844294878494622 ], [ -4.781382255322173, 55.844409247491285 ], [ -4.781359168211415, 55.844086172253519 ], [ -4.78215054909197, 55.843870513367172 ], [ -4.782939491315473, 55.84395603008948 ], [ -4.783521214267942, 55.843601286339315 ], [ -4.783388786169329, 55.84197281226335 ], [ -4.784011263520652, 55.841518265923014 ], [ -4.783728228055686, 55.8397943248115 ], [ -4.779111600952406, 55.839458316366255 ], [ -4.765053221192469, 55.833483148374029 ], [ -4.757944141521759, 55.829287781896653 ], [ -4.748956613622, 55.827075613330187 ], [ -4.744927047744531, 55.824280274949807 ], [ -4.730938530582046, 55.822243106398375 ], [ -4.722368194271423, 55.820790987586363 ], [ -4.730368970295035, 55.811018075929134 ], [ -4.728357620203232, 55.809534663807547 ], [ -4.721530410973659, 55.806054609066365 ], [ -4.720475065941853, 55.805111691591257 ], [ -4.70999223807322, 55.804003997712933 ], [ -4.698013281161594, 55.803521523038079 ], [ -4.688862899957483, 55.804593974525069 ], [ -4.687442325391211, 55.804359884963404 ], [ -4.68719378878763, 55.803879935239301 ], [ -4.685716001807316, 55.803741457471553 ], [ -4.684398387059835, 55.802336565238761 ], [ -4.684662072062963, 55.801530819444224 ], [ -4.683333565764635, 55.799038534132244 ], [ -4.682219302183895, 55.798150518450932 ], [ -4.681911912562303, 55.796558156172445 ], [ -4.680923427564625, 55.796430516202605 ], [ -4.680175868766701, 55.79597761953336 ], [ -4.680050110757895, 55.795401496990564 ], [ -4.67944735353767, 55.795313970129918 ], [ -4.679226220426568, 55.794069377472034 ], [ -4.678400815604964, 55.793388060050333 ], [ -4.677526589621358, 55.791553665999245 ], [ -4.676772606255822, 55.791260886818989 ], [ -4.676132395907462, 55.790393950795647 ], [ -4.673364683948924, 55.789047489199781 ], [ -4.673739176597667, 55.788506317019753 ], [ -4.67275597761305, 55.788033337220895 ], [ -4.673678811444329, 55.787579109662452 ], [ -4.672773558425149, 55.786846461558 ], [ -4.673328769873816, 55.786102710921796 ], [ -4.673208257331191, 55.785158834792313 ], [ -4.674690599740337, 55.783606601003747 ], [ -4.676799016264904, 55.782486542485621 ], [ -4.67721468496415, 55.780943130307712 ], [ -4.676827570457455, 55.779950235413715 ], [ -4.677504698015802, 55.779079763806742 ], [ -4.672878772195796, 55.779139153009808 ], [ -4.672585967385032, 55.778799462543859 ], [ -4.671251568700779, 55.778574108558409 ], [ -4.67087709146503, 55.777413734056125 ], [ -4.669778146325898, 55.776596290373462 ], [ -4.668501737979719, 55.776517958845339 ], [ -4.669357538409381, 55.776089485824869 ], [ -4.668422005591756, 55.774838825104418 ], [ -4.668456675399239, 55.774436282091919 ], [ -4.669075034419643, 55.774290715598788 ], [ -4.666162849692752, 55.772256022043024 ], [ -4.667054632649236, 55.771608360357391 ], [ -4.666588383170287, 55.771249051996492 ], [ -4.665255577502649, 55.771299550970653 ], [ -4.664625414180483, 55.770991431359306 ], [ -4.66405378328854, 55.76974183355064 ], [ -4.665415116631397, 55.769362644591048 ], [ -4.665635081640076, 55.768450922754624 ], [ -4.663996725635219, 55.767410533723506 ], [ -4.663369820701065, 55.767406151792592 ], [ -4.662377707754367, 55.768008322734381 ], [ -4.659695541288546, 55.76655275486943 ], [ -4.65847313912145, 55.766302370724681 ], [ -4.65817934570239, 55.76540627678316 ], [ -4.656668073578423, 55.764635396493993 ], [ -4.656967884918507, 55.763676122875111 ], [ -4.657687265516986, 55.763119446605074 ], [ -4.657283009855504, 55.762192483158238 ], [ -4.657720472805744, 55.761288654440115 ], [ -4.661181719058024, 55.759726095093548 ], [ -4.660093530910378, 55.759524055904379 ], [ -4.659212026906264, 55.759945833975351 ], [ -4.65506526876595, 55.75984499205633 ], [ -4.653966991158076, 55.760455683381466 ], [ -4.652854476112241, 55.760388035502082 ], [ -4.653080807606587, 55.760645612555393 ], [ -4.652448218694285, 55.760555907571522 ], [ -4.651404980885848, 55.760968537106265 ], [ -4.650472649979521, 55.760854731343478 ], [ -4.648671786702959, 55.76243691578329 ], [ -4.644555236518086, 55.768904784577856 ], [ -4.63868681349676, 55.774789930063569 ], [ -4.633751350977073, 55.776044575515598 ], [ -4.634748793203448, 55.775322982694497 ], [ -4.633826439692042, 55.774652445471034 ], [ -4.63186389094598, 55.773903521036026 ], [ -4.63466567142942, 55.770879053555056 ], [ -4.634210336981815, 55.768928426723058 ], [ -4.634489412324338, 55.768314818584116 ], [ -4.633097578101997, 55.767630975751842 ], [ -4.63335301220263, 55.767115851668549 ], [ -4.631932011992532, 55.765620061077414 ], [ -4.630630951199648, 55.765287494500583 ], [ -4.630798935152546, 55.764444370793413 ], [ -4.629191711708586, 55.764820348313812 ], [ -4.628288818013442, 55.764481031358123 ], [ -4.626023718235357, 55.764533974652537 ], [ -4.623935107471753, 55.764129187548413 ], [ -4.619297568537323, 55.764416930429334 ], [ -4.61845774120289, 55.764850104302944 ], [ -4.616672707252008, 55.762955625795556 ], [ -4.617180593545304, 55.76232729696374 ], [ -4.616554449374644, 55.761500216217506 ], [ -4.614712112006726, 55.762650424831399 ], [ -4.612488732427853, 55.765565053041939 ], [ -4.611001279785423, 55.766042508267034 ], [ -4.610222388793895, 55.76695970481201 ], [ -4.606968439551781, 55.767391942691276 ], [ -4.60700893436761, 55.768356440901663 ], [ -4.606480660486511, 55.76856359963066 ], [ -4.606158256209903, 55.769609502906114 ], [ -4.604585496923501, 55.770341262093019 ], [ -4.601684253080729, 55.770807223419609 ], [ -4.599780801279526, 55.7725849830097 ], [ -4.599084942283637, 55.77259970807296 ], [ -4.597537169672301, 55.77172192109235 ], [ -4.596815987096037, 55.771763235311376 ], [ -4.594453272765198, 55.77436047088284 ], [ -4.591894696451193, 55.775502075580476 ], [ -4.58990378755106, 55.775803829135548 ], [ -4.589417686531887, 55.776312931267135 ], [ -4.587325734502757, 55.776510709285688 ], [ -4.586547874889139, 55.776323952296231 ], [ -4.585312766668995, 55.776649263704428 ], [ -4.584711599842246, 55.776409340574169 ], [ -4.585002874872989, 55.775654480975966 ], [ -4.584407226091083, 55.77532905093868 ], [ -4.583091096168195, 55.77529740905387 ], [ -4.580264128868884, 55.776365312361186 ], [ -4.579519678673154, 55.777069453923517 ], [ -4.580788439024626, 55.777372679293869 ], [ -4.580974668616589, 55.777825375261649 ], [ -4.579157863184411, 55.780329933462561 ], [ -4.578712626256555, 55.781967068693064 ], [ -4.576690324060648, 55.783055741212607 ], [ -4.574659230212152, 55.783456956017559 ], [ -4.572509494876776, 55.783486706652361 ], [ -4.572142946478252, 55.783104287780539 ], [ -4.57239504066198, 55.782041083925584 ], [ -4.573319448210012, 55.781039300984496 ], [ -4.572472104903659, 55.77902478518687 ], [ -4.569494598810194, 55.778105571307762 ], [ -4.567150539965684, 55.778740613980162 ], [ -4.565091469768388, 55.778083433733343 ], [ -4.56454407332834, 55.774631665164534 ], [ -4.563722488063244, 55.773801215965001 ], [ -4.562841874041115, 55.77357690644137 ], [ -4.562365968055566, 55.771550082794271 ], [ -4.560568750663475, 55.771328694812581 ], [ -4.559708141869524, 55.77065453125342 ], [ -4.557455611729742, 55.76993204967313 ], [ -4.558298742214159, 55.76788313621072 ], [ -4.558246825147323, 55.766604282598912 ], [ -4.550952872083323, 55.766386558263569 ], [ -4.549405816212353, 55.76642676664401 ], [ -4.547481065687333, 55.765394397867645 ], [ -4.542617360080371, 55.764838130310473 ], [ -4.541404491170511, 55.763839467250783 ], [ -4.540787884476639, 55.76242398802259 ], [ -4.5401414963553, 55.762020301893102 ], [ -4.541774472149662, 55.759898544261794 ], [ -4.541333174111094, 55.757355006298653 ], [ -4.537360677129213, 55.756171592301953 ], [ -4.537741207727775, 55.754423601285652 ], [ -4.540261459662142, 55.751293013364347 ], [ -4.537250544926936, 55.750820454409272 ], [ -4.534683165584327, 55.7497894856823 ], [ -4.533381669727429, 55.748224519670039 ], [ -4.533001721101527, 55.746886813934026 ], [ -4.531406853507335, 55.745833019742406 ], [ -4.53094785553851, 55.74455266500879 ], [ -4.529924882775516, 55.744577340341195 ], [ -4.533119912916439, 55.743228847061637 ], [ -4.53639529918871, 55.739881411860324 ], [ -4.539453273358762, 55.739375083716887 ], [ -4.540570671467305, 55.739457132041402 ], [ -4.541868366605096, 55.738808284689142 ], [ -4.542496941536447, 55.738111260973071 ], [ -4.542456203697954, 55.736358486841638 ], [ -4.543545371704659, 55.736203800515824 ], [ -4.544189255023194, 55.734543802090776 ], [ -4.545251758099063, 55.734004952710393 ], [ -4.547330492944869, 55.733782974412996 ], [ -4.547826154948832, 55.733200133695263 ], [ -4.547760877836862, 55.732296364400533 ], [ -4.549790897746511, 55.731793120643879 ], [ -4.549685444388895, 55.730493800851086 ], [ -4.552129128364733, 55.727227899026943 ], [ -4.553134539141452, 55.727038911949307 ], [ -4.554515893306454, 55.725656531656426 ], [ -4.555845759857203, 55.725729521546107 ], [ -4.556340204318539, 55.726057188578906 ], [ -4.559031630088891, 55.725421365911757 ], [ -4.557716379922879, 55.724232651152306 ], [ -4.5575008587864, 55.723104608435762 ], [ -4.559757149262972, 55.722709731605391 ], [ -4.564251511384587, 55.718268254536611 ], [ -4.565537272896764, 55.717842304071212 ], [ -4.566520461766578, 55.716858195853547 ], [ -4.568733262041311, 55.716704946857966 ], [ -4.571726988258397, 55.715860269768527 ], [ -4.574665922784074, 55.713580319241402 ], [ -4.576010658664691, 55.713642887342253 ], [ -4.578021481162126, 55.713085632760638 ], [ -4.578943419579366, 55.712507185119776 ], [ -4.5797218306781, 55.710380344224383 ], [ -4.580778081738668, 55.709884448563351 ], [ -4.578825851846415, 55.709057200768591 ], [ -4.578235939142265, 55.708150078174853 ], [ -4.578695465886191, 55.706136902942482 ], [ -4.579631551309902, 55.705413436603429 ], [ -4.591242637576645, 55.698275574372673 ], [ -4.592890404687838, 55.695808486751211 ], [ -4.592614485332104, 55.6951266979206 ], [ -4.591721534740818, 55.69488399624683 ], [ -4.59219031588671, 55.69381615017803 ], [ -4.590947472599741, 55.693744424484045 ], [ -4.590923502232384, 55.693045627017256 ], [ -4.593101591466675, 55.691116529947173 ], [ -4.594701259994341, 55.69078699206046 ], [ -4.594632264347593, 55.689169623689573 ], [ -4.597464651367384, 55.688307023488157 ], [ -4.597705949717902, 55.686283996172847 ], [ -4.600145363716824, 55.685329877694251 ], [ -4.605857004428882, 55.684752983067249 ], [ -4.607121795911266, 55.683867708765582 ], [ -4.607718576552945, 55.682603822011636 ], [ -4.609183339613402, 55.682238306148498 ], [ -4.609773753439636, 55.6816441898143 ], [ -4.609297589260533, 55.681230957630589 ], [ -4.610126658738818, 55.680064586184926 ], [ -4.609859819023705, 55.677826722365744 ], [ -4.610991925718096, 55.676411205452524 ], [ -4.611904694015696, 55.676192229292475 ], [ -4.612693129587266, 55.676422625428671 ], [ -4.613981004101872, 55.676008682319697 ], [ -4.61762355918701, 55.676793016198133 ], [ -4.618715599775432, 55.67642454882202 ], [ -4.61935227070862, 55.67690622675709 ], [ -4.620706238943038, 55.67702921683086 ], [ -4.623370178473473, 55.676522850094713 ], [ -4.624220241213373, 55.675178852649651 ], [ -4.62789114783711, 55.675577564677269 ], [ -4.628166194765407, 55.67505392925726 ], [ -4.629939740015121, 55.674721992599153 ], [ -4.629570076041198, 55.673432861942629 ], [ -4.631035610262444, 55.673157846752559 ], [ -4.631978328976894, 55.6725587572191 ], [ -4.632632648129444, 55.673159537442672 ], [ -4.63384496437129, 55.673235085162347 ], [ -4.636536725811119, 55.672037503687569 ], [ -4.637641100070232, 55.673085206119126 ], [ -4.638383102467586, 55.672412180774536 ], [ -4.637544700196909, 55.671676963702339 ], [ -4.637605838566881, 55.670435218712235 ], [ -4.638611847173342, 55.668983491816725 ], [ -4.632624726291376, 55.667952603606317 ], [ -4.631132918662064, 55.668330674089248 ], [ -4.627470195113405, 55.668281547502765 ], [ -4.626724739893198, 55.66857256434033 ], [ -4.621203512129861, 55.667487100782644 ], [ -4.622595097044725, 55.662260150451871 ], [ -4.620341944025679, 55.662308307414158 ], [ -4.618615144863593, 55.662904276523804 ], [ -4.616731355362839, 55.663055039850626 ], [ -4.61208371983864, 55.661843572010049 ], [ -4.608563668254851, 55.660177402308925 ], [ -4.609670604625323, 55.659011407740827 ], [ -4.603237978345335, 55.658682503835607 ], [ -4.59682081362123, 55.655081108960012 ], [ -4.599129358868336, 55.651630041198949 ], [ -4.603852134496674, 55.647342983436374 ], [ -4.596552658307681, 55.645655108251233 ], [ -4.59626023737393, 55.645463551733094 ], [ -4.597124620034353, 55.644811554931493 ], [ -4.593462163039945, 55.644203243335113 ], [ -4.592655716835962, 55.645083196642922 ], [ -4.590515569940079, 55.645913125836856 ], [ -4.590440639313924, 55.646896256437138 ], [ -4.58995189563705, 55.64714927014407 ], [ -4.589173296796401, 55.647032681650678 ], [ -4.587958908055931, 55.64621339474747 ], [ -4.585794505209823, 55.645737719496829 ], [ -4.584710529124644, 55.646702568813836 ], [ -4.583686231162199, 55.648573990258335 ], [ -4.58223677621972, 55.648166779399133 ], [ -4.582671466227715, 55.646536996859474 ], [ -4.582165054496618, 55.646329240527216 ], [ -4.580963326486324, 55.646714079594361 ], [ -4.578633612268787, 55.64850955645381 ], [ -4.577075060975394, 55.649005226356564 ], [ -4.576025904690694, 55.649198050771759 ], [ -4.574831931176438, 55.649025378742685 ], [ -4.573016335342609, 55.649577627254168 ], [ -4.572975181533081, 55.648587060922189 ], [ -4.572438326612049, 55.648254064700268 ], [ -4.571937797831839, 55.648402087011448 ], [ -4.571515667214873, 55.649697191073365 ], [ -4.57247653091569, 55.65150170059912 ], [ -4.571943609448636, 55.652125892370798 ], [ -4.572299342698647, 55.652847397081835 ], [ -4.571911814623935, 55.653531458092026 ], [ -4.570636942823545, 55.654405799862502 ], [ -4.570218152067193, 55.65517140638007 ], [ -4.56518515803787, 55.655783727363755 ], [ -4.564984869829439, 55.657363592447027 ], [ -4.562432336028532, 55.657887043920489 ], [ -4.56237160137078, 55.659025351196867 ], [ -4.564631066007871, 55.660485489476279 ], [ -4.564529805685057, 55.661052081326112 ], [ -4.563420933831207, 55.661164246966372 ], [ -4.561626960862903, 55.660282209607345 ], [ -4.559936013281307, 55.660099993537216 ], [ -4.558083302046096, 55.661068951050133 ], [ -4.55482913641829, 55.663810832356035 ], [ -4.551018933728559, 55.663514419101865 ], [ -4.549378782450733, 55.664041084147819 ], [ -4.548949902865155, 55.664414926530348 ], [ -4.549356879035243, 55.665586646231056 ], [ -4.546504252741597, 55.667009440339868 ], [ -4.543906987576866, 55.666710087929559 ], [ -4.542433217362066, 55.667181972885835 ], [ -4.539803306479982, 55.667237352500266 ], [ -4.534720733399233, 55.666449937409908 ], [ -4.533463562828012, 55.663755130974671 ], [ -4.530682997998763, 55.663197726313882 ], [ -4.53039283922514, 55.661757485361058 ], [ -4.531062505432537, 55.66065337998721 ], [ -4.529790422928611, 55.660381210000473 ], [ -4.531110732844462, 55.659775120412263 ], [ -4.530848641888626, 55.659508181265323 ], [ -4.528447008127384, 55.659890282723865 ], [ -4.525973194816459, 55.659424423848215 ], [ -4.52058580906864, 55.659414811617076 ], [ -4.513333641118558, 55.660524483451951 ], [ -4.510759347695277, 55.661218072731295 ], [ -4.508513507994071, 55.661082460057791 ], [ -4.507085112418858, 55.662863484505692 ], [ -4.502229834529114, 55.665143185082819 ], [ -4.502300060072507, 55.665495891000788 ], [ -4.49930179142311, 55.665558815055739 ], [ -4.499290967878786, 55.665189617340573 ], [ -4.49263804997265, 55.665070621990267 ], [ -4.492474182383374, 55.663269108595124 ], [ -4.496189279680603, 55.657211863534663 ], [ -4.496205832440646, 55.656523024332927 ], [ -4.510509415334023, 55.65652140135176 ], [ -4.511914288416997, 55.656240065126767 ], [ -4.514707450165775, 55.654081356406962 ], [ -4.517343515206582, 55.654036266594112 ], [ -4.518769773829723, 55.6534712785026 ], [ -4.519168199159515, 55.652670323438471 ], [ -4.523564533034897, 55.652757909823237 ], [ -4.523998838423496, 55.651330609902061 ], [ -4.526964930146994, 55.651032237238425 ], [ -4.528070861947201, 55.650581598334981 ], [ -4.530079482668154, 55.650621071429036 ], [ -4.531365168098676, 55.650222421645353 ], [ -4.535303477270747, 55.647581174483037 ], [ -4.542506335192218, 55.646737247127689 ], [ -4.548121019454742, 55.645452214047531 ], [ -4.55000542168545, 55.645833701691778 ], [ -4.553809166966629, 55.647619646598933 ], [ -4.557021842240712, 55.646844410930257 ], [ -4.557625951589023, 55.646212508821179 ], [ -4.557269627590913, 55.645842425206823 ], [ -4.557912450018349, 55.64458591559746 ], [ -4.558008133117978, 55.641374143112571 ], [ -4.559908869249842, 55.639986207859067 ], [ -4.560741478501528, 55.636430063743965 ], [ -4.561613809636256, 55.635334124541409 ], [ -4.563657848464117, 55.633738194007925 ], [ -4.567346285986939, 55.63406190194992 ], [ -4.569274494414221, 55.63303097926331 ], [ -4.56961310794745, 55.632718274175943 ], [ -4.569153012747514, 55.631830864430476 ], [ -4.5676035153375, 55.630538420435798 ], [ -4.563622007458587, 55.629736373021942 ], [ -4.562805930958699, 55.628844699200179 ], [ -4.561416727446347, 55.628956425006358 ], [ -4.560845206137249, 55.628695114462538 ], [ -4.561024450611808, 55.627717019266875 ], [ -4.559041829730784, 55.627035746082107 ], [ -4.559161231065511, 55.626089463776665 ], [ -4.55854615889207, 55.625865904901453 ], [ -4.558851871001261, 55.625194377130263 ], [ -4.561565709963446, 55.622695530916509 ], [ -4.562934600483102, 55.622203113570208 ], [ -4.567386000700653, 55.621579646476569 ], [ -4.570007457074653, 55.621830325665186 ], [ -4.572725263407502, 55.623647422833741 ], [ -4.574060258122377, 55.623608612671156 ], [ -4.57660739798489, 55.622361427201668 ], [ -4.578166979871383, 55.620905753066076 ], [ -4.582039987480594, 55.619318655612531 ], [ -4.584134056534598, 55.618628252303523 ], [ -4.585951641290142, 55.618732840340869 ], [ -4.588477477368891, 55.618232798336784 ], [ -4.588980548758842, 55.616660860886654 ], [ -4.588327352005122, 55.615738946080342 ], [ -4.584226779090208, 55.614342354063965 ], [ -4.583384165081014, 55.613363285528429 ], [ -4.584037587422561, 55.61262593334844 ], [ -4.583740171806616, 55.611895141570429 ], [ -4.585043126520395, 55.61164115705806 ], [ -4.586461216519551, 55.610507445154305 ], [ -4.587215113924149, 55.610356705353418 ], [ -4.587419479898187, 55.609264774675701 ], [ -4.5892349007594, 55.607657031799079 ], [ -4.587946356998692, 55.607741773390849 ], [ -4.586864257028899, 55.606922837954365 ], [ -4.585501452711182, 55.604998828440195 ], [ -4.583115989569816, 55.605423952097254 ], [ -4.579405932510824, 55.603885948909067 ], [ -4.579778227435246, 55.602906449978924 ], [ -4.592504815342282, 55.601746226209144 ], [ -4.591585415709648, 55.600877599448395 ], [ -4.594102747615857, 55.600651758587205 ], [ -4.592230543494626, 55.597950752623106 ], [ -4.593954218576969, 55.597729114316927 ], [ -4.599247857014281, 55.595991806871339 ], [ -4.600042396046577, 55.595596530593021 ], [ -4.5997491678619, 55.595099389340838 ], [ -4.603634706116183, 55.594159379603973 ], [ -4.605875558476452, 55.593242545996191 ], [ -4.638607902586803, 55.569556990840901 ], [ -4.643543176521868, 55.565734629418948 ], [ -4.647831010872941, 55.563358865616273 ], [ -4.652088087800396, 55.563075302608574 ], [ -4.654702258660881, 55.570599818802492 ], [ -4.655136880567858, 55.570176015891256 ], [ -4.657546383578851, 55.569749831560905 ], [ -4.658263345288885, 55.570194501350088 ], [ -4.661782197549542, 55.576994522963219 ], [ -4.661493252431169, 55.577226419536132 ], [ -4.662109069410279, 55.577275960859247 ], [ -4.666629365043184, 55.583659479780195 ], [ -4.671118579625148, 55.588489355947907 ], [ -4.670808150325989, 55.588685786943692 ], [ -4.671144852832138, 55.588525637298915 ], [ -4.672484527400223, 55.590161152290399 ], [ -4.677452632681394, 55.594169572139123 ], [ -4.686749363401655, 55.600637598176483 ], [ -4.694758641640813, 55.604450091515311 ], [ -4.695678833141725, 55.604138615065338 ], [ -4.694553480635085, 55.605046968082753 ], [ -4.694480601021156, 55.605859365001621 ], [ -4.691646664969015, 55.607324798231595 ], [ -4.68919901658177, 55.607941231650472 ], [ -4.68524122549996, 55.608233855267876 ], [ -4.68424795322454, 55.608036286568186 ], [ -4.680999531446446, 55.609230092974556 ], [ -4.679276182061699, 55.610295199874635 ], [ -4.679319995637142, 55.611891552896729 ], [ -4.680651560221468, 55.612553676286751 ], [ -4.680569240992819, 55.612999523764437 ], [ -4.680874576537533, 55.612842732475684 ], [ -4.680611507126954, 55.613572085258909 ], [ -4.683842843030907, 55.617373752010096 ], [ -4.68396549326089, 55.616728366397254 ], [ -4.685018019694915, 55.617603297187642 ], [ -4.685183634611586, 55.618584843180194 ], [ -4.68453001101524, 55.620454450408353 ], [ -4.683276956801115, 55.621898522198265 ], [ -4.681308925236061, 55.622644510350234 ], [ -4.678134381260164, 55.62221592881334 ], [ -4.675628019917356, 55.62107874877681 ], [ -4.674953977344461, 55.621397280524889 ], [ -4.678317771958651, 55.6229247330512 ], [ -4.681829504167324, 55.623521215647571 ], [ -4.682974458845048, 55.623399082419212 ], [ -4.684598390937195, 55.622592289137543 ], [ -4.686509935569679, 55.619420505561465 ], [ -4.686190205059743, 55.616744351043899 ], [ -4.685205593875035, 55.615515580761659 ], [ -4.683114672739862, 55.614272374225941 ], [ -4.681775328072346, 55.611335378780154 ], [ -4.682201264218994, 55.610270771468365 ], [ -4.683638180717488, 55.609616391596553 ], [ -4.683310446851758, 55.610908968291731 ], [ -4.68457289540152, 55.611604922437905 ], [ -4.683678391968384, 55.612458674127076 ], [ -4.684709419206285, 55.611673842564954 ], [ -4.684242739097592, 55.611258893008795 ], [ -4.685039928878138, 55.611119183234464 ], [ -4.683933518729687, 55.610940269615149 ], [ -4.684274849674822, 55.610288296123883 ], [ -4.685542181952663, 55.61003401472729 ], [ -4.686675371988854, 55.609095914240186 ], [ -4.68738793720315, 55.60911265147633 ], [ -4.686384053220019, 55.610571074236624 ], [ -4.686718338546301, 55.610721950039476 ], [ -4.686224155428582, 55.611530090910634 ], [ -4.686826165012997, 55.612135326322694 ], [ -4.686273353026363, 55.612411715101167 ], [ -4.686891196100018, 55.612807163667249 ], [ -4.68772062540569, 55.61269729197673 ], [ -4.687217559723195, 55.613306079483564 ], [ -4.688347749557089, 55.613668713716805 ], [ -4.687759079569335, 55.615439838112714 ], [ -4.689292567475763, 55.615776541218622 ], [ -4.689758633668413, 55.616320026253817 ], [ -4.690411452226224, 55.616158281933565 ], [ -4.695291543380322, 55.618438503487219 ], [ -4.699935825528448, 55.619614506665393 ], [ -4.703011002254853, 55.622290131631175 ], [ -4.704198417379254, 55.625575437407321 ], [ -4.705895968811888, 55.626371245518733 ], [ -4.706709307905222, 55.628258928183406 ], [ -4.711340161121072, 55.633173282100408 ], [ -4.712056669423938, 55.63374620476143 ], [ -4.712362141358553, 55.633521916296708 ], [ -4.713629026671684, 55.634906931797588 ], [ -4.713282840274834, 55.636013033542163 ], [ -4.710940143118078, 55.63816914898014 ], [ -4.701806021331361, 55.639375723574247 ], [ -4.701078849808646, 55.640262763068314 ], [ -4.699855396050036, 55.640890162976106 ], [ -4.695626413959482, 55.641492876072256 ], [ -4.69291105649604, 55.640948494814651 ], [ -4.690515326756105, 55.640058163071807 ], [ -4.688730752689359, 55.640268995968697 ], [ -4.687646941554633, 55.640803321471722 ], [ -4.687913797615596, 55.640940393557706 ], [ -4.690005841758614, 55.640206870572676 ], [ -4.695268107697736, 55.641713787736535 ], [ -4.700077998604714, 55.641191780160042 ], [ -4.702275246016809, 55.639519990813653 ], [ -4.707729162759753, 55.639077865454063 ], [ -4.70988283862724, 55.639059048130704 ], [ -4.709256218319301, 55.639282336398367 ], [ -4.711659948450473, 55.638719529549498 ], [ -4.714396873756036, 55.636151971564466 ], [ -4.714835787999498, 55.634893698843065 ], [ -4.711662047139652, 55.631048385537852 ], [ -4.712866055005016, 55.631341752050375 ], [ -4.712210087746927, 55.629943215402825 ], [ -4.7127514127061, 55.630028317879194 ], [ -4.712178423850267, 55.628979409867483 ], [ -4.712534144565569, 55.628816031917751 ], [ -4.712151525146336, 55.62721099449589 ], [ -4.710600552931226, 55.625917642217075 ], [ -4.709075339742247, 55.625640343161457 ], [ -4.70737658597348, 55.623077394097912 ], [ -4.707539989488208, 55.621715566970465 ], [ -4.706783129928066, 55.62094485743944 ], [ -4.706159057372039, 55.620878635821221 ], [ -4.705174636131747, 55.619202368472301 ], [ -4.700415794751799, 55.616224124329896 ], [ -4.700455426592383, 55.615761223932168 ], [ -4.700021588569318, 55.615942468650069 ], [ -4.699519971973026, 55.61527665669923 ], [ -4.698987368120352, 55.61536119561692 ], [ -4.697767468884468, 55.614642876208499 ], [ -4.697870376359225, 55.613690489475573 ], [ -4.694709102277914, 55.611943387601436 ], [ -4.695983277989827, 55.611904579995617 ], [ -4.694800426194784, 55.61188564884938 ], [ -4.69529831549656, 55.611573574331899 ], [ -4.694689825809285, 55.611847630764402 ], [ -4.694175252551972, 55.611291747030485 ], [ -4.694749518934842, 55.611282717647761 ], [ -4.69225414432349, 55.61007102975924 ], [ -4.692199748604111, 55.609578737230791 ], [ -4.691313888568509, 55.609003132021833 ], [ -4.691317592363706, 55.608663272515166 ], [ -4.695296853964789, 55.606878729724279 ], [ -4.695516209962397, 55.606442440317892 ], [ -4.696080308847159, 55.606471380682017 ], [ -4.696277966845471, 55.606066129211648 ], [ -4.696694342621038, 55.606233149504867 ], [ -4.697035123174417, 55.605923624766952 ], [ -4.697476744898732, 55.606088289060686 ], [ -4.698241365610521, 55.605823364287779 ], [ -4.697713438124846, 55.606205327572155 ], [ -4.698026712151471, 55.606628098788718 ], [ -4.706926634471515, 55.611047634672381 ], [ -4.718066392587834, 55.615695550787528 ], [ -4.735239550244645, 55.622020167656636 ], [ -4.740994270988264, 55.623786491950831 ], [ -4.742134977057343, 55.623810418801938 ], [ -4.746111361918168, 55.624924126236039 ], [ -4.747225703129681, 55.624956686818493 ], [ -4.748850102346256, 55.623697769987331 ], [ -4.750021160546778, 55.623270594763248 ], [ -4.750365676712171, 55.623652987035243 ], [ -4.749409671362993, 55.62490502492566 ], [ -4.75022138953948, 55.626467977694034 ], [ -4.749925366086224, 55.626936652226462 ], [ -4.749216709367347, 55.627026256938599 ], [ -4.748942665289611, 55.627922311134377 ], [ -4.750792123601021, 55.628989165114113 ], [ -4.756206174100658, 55.63069861571784 ], [ -4.756357865537711, 55.63118420627783 ], [ -4.756415020646686, 55.63066335747888 ], [ -4.755682843579462, 55.630464082295951 ], [ -4.755564634331866, 55.63004785250655 ], [ -4.753989199702008, 55.62967335709186 ], [ -4.75523626229841, 55.629648031963548 ], [ -4.761381403814725, 55.630610916559419 ], [ -4.768984514579754, 55.632370260826363 ], [ -4.775539192037743, 55.633068803559318 ], [ -4.781545897037884, 55.633274247502435 ], [ -4.783030357737292, 55.632584355750865 ], [ -4.78353088234089, 55.631934768470842 ], [ -4.789227864790179, 55.629573292127318 ], [ -4.788540194776611, 55.630002434543144 ], [ -4.788931738720708, 55.630436689079822 ], [ -4.788404959918999, 55.630134054552791 ], [ -4.786936141125063, 55.630929729394346 ], [ -4.788518988870535, 55.63187264555733 ], [ -4.790493678654577, 55.632001201528752 ], [ -4.79387343277875, 55.630729571987636 ], [ -4.795372142244564, 55.63069001275629 ], [ -4.796046904776062, 55.631351503628011 ], [ -4.7949102054001, 55.631789125088957 ], [ -4.795563062693548, 55.632522131948981 ], [ -4.795073760195574, 55.632791276043356 ], [ -4.795381235528984, 55.633649915262964 ], [ -4.794731582747713, 55.634211263875073 ], [ -4.796044076200709, 55.635927018949531 ], [ -4.798863062524876, 55.637974234531576 ], [ -4.798596776267996, 55.638808209408438 ], [ -4.799033576148642, 55.638537554000905 ], [ -4.800476625564141, 55.638537859806057 ], [ -4.808358534257405, 55.639926168431629 ], [ -4.810072926414644, 55.639476083093349 ], [ -4.81211635956137, 55.637985574587887 ], [ -4.814186026217148, 55.638214050954019 ], [ -4.816473972496177, 55.636214461344935 ], [ -4.821785856588508, 55.637442485761767 ], [ -4.823129666674517, 55.638559465298236 ], [ -4.8263177819325, 55.640170581944723 ], [ -4.826259620712472, 55.641149944894579 ], [ -4.825643808985359, 55.640367698316673 ], [ -4.823868732581971, 55.639951047276774 ], [ -4.824484899502986, 55.640893301333833 ], [ -4.822834899473278, 55.641839207732673 ], [ -4.822151744993318, 55.640650386869076 ], [ -4.820769948467559, 55.640287561946444 ], [ -4.820721416367853, 55.641314341551983 ], [ -4.820318294408546, 55.641300243574392 ], [ -4.820355323374579, 55.640091248957901 ], [ -4.818441062113958, 55.639506029030031 ], [ -4.816557952254151, 55.641655461840472 ], [ -4.820011278679537, 55.641672265324601 ], [ -4.820215730021694, 55.641465306596018 ], [ -4.821893068311513, 55.641914823577672 ], [ -4.822160059406181, 55.64224577175731 ], [ -4.818262941489589, 55.642224847495086 ], [ -4.818055647664112, 55.643299320982109 ], [ -4.819880721629608, 55.643349048736823 ], [ -4.820428959461069, 55.644209285411996 ], [ -4.817531542745466, 55.646424307039887 ], [ -4.816582785306492, 55.646604313740674 ], [ -4.815360433375957, 55.647512423008202 ], [ -4.816901662592767, 55.649206535706185 ], [ -4.81880189168182, 55.650054590052108 ], [ -4.820175287147116, 55.651135866713595 ], [ -4.823299734647081, 55.651982658828729 ], [ -4.823215751001514, 55.652891597985473 ], [ -4.824377757508979, 55.653703653152988 ], [ -4.830211553593482, 55.657611449832601 ], [ -4.831126965333848, 55.659740528600139 ], [ -4.833062232684416, 55.661787616177783 ], [ -4.841040154052034, 55.666896792091265 ], [ -4.842001492273543, 55.667915467479204 ], [ -4.844798318110437, 55.668846630251807 ], [ -4.851174420398729, 55.673892539080079 ], [ -4.853419722704053, 55.674449795042811 ], [ -4.855820570315756, 55.674215933516805 ], [ -4.85751106048254, 55.676324987027783 ], [ -4.860072092204566, 55.676322829486814 ], [ -4.859205872958129, 55.676943504406111 ], [ -4.858104385248703, 55.677043785301016 ], [ -4.858215979888286, 55.677439407664714 ], [ -4.859121591220566, 55.677096487971511 ], [ -4.857882430483615, 55.678187891336322 ], [ -4.858693616018487, 55.679733114232938 ], [ -4.86063776965841, 55.681562943982527 ], [ -4.862179199001713, 55.682168819423481 ], [ -4.861834207672611, 55.683065004159467 ], [ -4.862127652193565, 55.683270303801685 ], [ -4.862759410804725, 55.683075777695478 ], [ -4.862038706886584, 55.683468344175523 ], [ -4.862497595214382, 55.684108457340592 ], [ -4.871963631851917, 55.687910798720608 ], [ -4.873681733538757, 55.688186088316975 ], [ -4.875640801312935, 55.689293505252515 ], [ -4.876637321230642, 55.689254861157181 ], [ -4.876100779562369, 55.689467901362292 ], [ -4.87653870033144, 55.689948447920621 ], [ -4.878920721186471, 55.690442716828279 ], [ -4.881272101746828, 55.692941369008615 ], [ -4.884024669412572, 55.69427093233184 ], [ -4.88726281491276, 55.695276182783324 ], [ -4.896104661715039, 55.696595973075638 ], [ -4.897995244695803, 55.696420088055234 ], [ -4.898746623205809, 55.695884553308858 ], [ -4.899882525210168, 55.695705791234403 ], [ -4.898776428223012, 55.695706759505043 ], [ -4.899051584511373, 55.695338887438226 ], [ -4.900472832529884, 55.695273833835394 ], [ -4.900179918737864, 55.695552235775878 ], [ -4.901254221747901, 55.695702128399851 ], [ -4.901517325207405, 55.696481573827143 ], [ -4.90278747571822, 55.696267248420753 ], [ -4.902493723502569, 55.696748834674459 ], [ -4.902923803264832, 55.697633098111638 ], [ -4.905241988565434, 55.699121697235213 ], [ -4.905399352884632, 55.699526086863273 ], [ -4.904592714361352, 55.699466977787317 ], [ -4.9054318961921, 55.700736179700343 ], [ -4.904839942381778, 55.700803232415645 ], [ -4.904772000000809, 55.700338294527008 ], [ -4.904343947404661, 55.700468884581994 ], [ -4.9050941380391, 55.701268255257304 ], [ -4.904718376231545, 55.701824601667603 ], [ -4.905220738272343, 55.702137223037866 ], [ -4.904287079689428, 55.703648857656709 ], [ -4.904820402682864, 55.703563419672363 ], [ -4.904614684228552, 55.704030341062342 ], [ -4.904978379129908, 55.703825763891544 ], [ -4.904482015862746, 55.704537782757242 ], [ -4.905261609698289, 55.70459573631247 ], [ -4.903534952259076, 55.713313097319705 ], [ -4.903854094392477, 55.714308753696663 ], [ -4.901644074379158, 55.717358961185013 ], [ -4.903353224852071, 55.719680930195658 ], [ -4.903077140575506, 55.722204466527295 ], [ -4.902583447074428, 55.722784266832221 ], [ -4.900929191590341, 55.723521845342276 ], [ -4.898937101002793, 55.723549136076898 ], [ -4.898310167632114, 55.725426522361921 ], [ -4.895786925954483, 55.726649290743957 ], [ -4.895562437211615, 55.726844260466471 ], [ -4.896011209330116, 55.726967613231565 ], [ -4.895091572658, 55.727454952060505 ], [ -4.894473044520154, 55.727297844129204 ], [ -4.892885518282307, 55.728166777005349 ], [ -4.892245050343915, 55.727540935187974 ], [ -4.88805994711486, 55.727662849239827 ], [ -4.886137263773175, 55.728136859721509 ], [ -4.885378612121134, 55.728670678223395 ], [ -4.885482164125771, 55.729167147157952 ], [ -4.884614598222866, 55.728570876109096 ], [ -4.884997804496494, 55.731798896359741 ], [ -4.884563990996356, 55.733259954448577 ], [ -4.894711089600409, 55.735072443607898 ], [ -4.896021390049958, 55.736006087418552 ], [ -4.89549561605729, 55.736866177665789 ], [ -4.889955313834479, 55.739337528763862 ], [ -4.888784800735333, 55.739108884133401 ], [ -4.88841428159616, 55.739506836459974 ], [ -4.887712264232971, 55.739063102270158 ], [ -4.888372680010289, 55.738793170450208 ], [ -4.888009015369093, 55.73852935207163 ], [ -4.88233105122114, 55.737437562071761 ], [ -4.884256648595481, 55.731880136700738 ], [ -4.884009396626786, 55.728658808865283 ], [ -4.882985900104539, 55.728820387415617 ], [ -4.882814089061959, 55.728866672041853 ], [ -4.882307185077073, 55.729164433649999 ], [ -4.88216267440216, 55.729170523643084 ], [ -4.881856952107061, 55.729215456462867 ], [ -4.881588129758602, 55.729307165213719 ], [ -4.881586738002726, 55.729309894655984 ], [ -4.881574540427828, 55.729360520708383 ], [ -4.881616812299602, 55.729372113282849 ], [ -4.881687737337649, 55.729707544523599 ], [ -4.88175464733606, 55.729815642371051 ], [ -4.881596857916017, 55.730030593617236 ], [ -4.881428457868913, 55.729755880523314 ], [ -4.881354190413569, 55.729677619683201 ], [ -4.881254408031226, 55.729642207099545 ], [ -4.880456004279334, 55.729486554053551 ], [ -4.879901345677593, 55.72950406311557 ], [ -4.878800226010178, 55.729628773699048 ], [ -4.878633259685827, 55.729589541098839 ], [ -4.878625308520997, 55.729589727563329 ], [ -4.878419040775777, 55.729600857069165 ], [ -4.877980537069189, 55.729594958372921 ], [ -4.877450408783662, 55.729534573874716 ], [ -4.877270047044206, 55.729551386621694 ], [ -4.877045508942337, 55.729487432621156 ], [ -4.876492570582211, 55.729506683774737 ], [ -4.876250855187229, 55.729512347847987 ], [ -4.875592354652897, 55.729569126346654 ], [ -4.875378309046142, 55.72966942617213 ], [ -4.874102959625263, 55.730479557712442 ], [ -4.873383735148098, 55.730360658461379 ], [ -4.873859613602212, 55.730593125695705 ], [ -4.873461924119922, 55.731380901208944 ], [ -4.871869612615862, 55.732171459654232 ], [ -4.871970257995241, 55.732565528834144 ], [ -4.875313243227271, 55.733029320479368 ], [ -4.875495862942694, 55.733302809486709 ], [ -4.874020245533728, 55.736590559698456 ], [ -4.871907839872956, 55.736420659292065 ], [ -4.871557020376184, 55.737088672956588 ], [ -4.870984810307971, 55.737129023815619 ], [ -4.868726212219323, 55.742520500522247 ], [ -4.868811232504361, 55.743331135941624 ], [ -4.870848641029402, 55.746118700798156 ], [ -4.881405210075736, 55.751609222138264 ], [ -4.876696428851067, 55.755454640911211 ], [ -4.880653989755623, 55.751710448124975 ], [ -4.875946364312013, 55.749035948735056 ], [ -4.874790453115814, 55.7486836742763 ], [ -4.873354627051839, 55.749357314073315 ], [ -4.872172627350614, 55.748758423067954 ], [ -4.872279649938211, 55.747699690142944 ], [ -4.870759279738676, 55.746832733592854 ], [ -4.86972210426077, 55.748030067774508 ], [ -4.868431777034923, 55.748732609517589 ], [ -4.863428586973272, 55.749422899311902 ], [ -4.861314331838419, 55.748931939018838 ], [ -4.857408254412371, 55.746887082235496 ], [ -4.857771155152233, 55.750387997872274 ], [ -4.859248752618625, 55.751456567052102 ], [ -4.858242308753527, 55.751729897143136 ], [ -4.858845811625573, 55.751634945186964 ], [ -4.859158227111993, 55.751896446335742 ], [ -4.858309029584839, 55.752075324889724 ], [ -4.8575731869516, 55.752823268751825 ], [ -4.856239715694702, 55.7555780013207 ], [ -4.855686783162978, 55.758152763068999 ], [ -4.856131008911227, 55.760259371394909 ], [ -4.855791264956873, 55.760562115910929 ], [ -4.858024426966907, 55.762822167903337 ], [ -4.86006926382697, 55.762856363758644 ], [ -4.860362716455811, 55.763271119626232 ], [ -4.858855100649751, 55.76351926707342 ], [ -4.857976278569267, 55.764168061971908 ], [ -4.857774954813182, 55.764902663975057 ], [ -4.858437245920496, 55.765651326718746 ], [ -4.85803824307451, 55.766059729965775 ], [ -4.855998131314046, 55.766135954497976 ], [ -4.855710290208428, 55.766407826833735 ], [ -4.855797537497866, 55.769125904906197 ], [ -4.856263601632946, 55.769328109081059 ], [ -4.856360709270535, 55.770415331611112 ], [ -4.854830850393111, 55.774461841444641 ], [ -4.854950520295584, 55.774898627277885 ], [ -4.85584803654546, 55.775285868207519 ], [ -4.857540565035274, 55.774812330012118 ], [ -4.86018949555311, 55.775268448599299 ], [ -4.861198966697086, 55.772809783758341 ], [ -4.859747685685174, 55.776421252868367 ], [ -4.856813697685726, 55.777823510788572 ], [ -4.857898289955203, 55.779130467197675 ], [ -4.858949291587271, 55.779259723848597 ], [ -4.859445529417187, 55.778870630276174 ], [ -4.85991596709509, 55.779087102807075 ], [ -4.859442844680149, 55.78016152961338 ], [ -4.860063165726656, 55.781987159751992 ], [ -4.861832949870534, 55.782563493869787 ], [ -4.862717702183241, 55.782121288795857 ], [ -4.862029133950799, 55.783280749392986 ], [ -4.863719432332591, 55.786032478586257 ], [ -4.865257114134957, 55.787072621658091 ], [ -4.867030758694137, 55.78756699323872 ], [ -4.868354957328752, 55.789476835427664 ], [ -4.870937646776191, 55.790534756175319 ], [ -4.870670206026844, 55.791301486385869 ], [ -4.869774307993377, 55.791788952795812 ], [ -4.870796665288066, 55.791588880472354 ], [ -4.870386366819252, 55.791867242374792 ], [ -4.871828247266327, 55.791990856032939 ], [ -4.871260618407875, 55.794856375293769 ], [ -4.872407575079981, 55.795047102711045 ], [ -4.872160200882951, 55.795523017571298 ], [ -4.872073652710687, 55.795084573236707 ], [ -4.870981310527507, 55.794920432814322 ], [ -4.870749253640338, 55.79519283237137 ], [ -4.870637866974143, 55.795435444695251 ], [ -4.871128518769166, 55.795532748285794 ], [ -4.870196753539124, 55.796596358657894 ], [ -4.869815467031702, 55.798548713888991 ], [ -4.872654097063442, 55.801706780230298 ], [ -4.875683857970838, 55.802906074829444 ], [ -4.875279686801194, 55.803333527863593 ], [ -4.87373439002029, 55.803826325701806 ], [ -4.87645195696841, 55.803431040242202 ], [ -4.876637280439338, 55.80393099239965 ], [ -4.877907644298339, 55.804340814579739 ], [ -4.878759382778525, 55.807034684867894 ], [ -4.882819401596644, 55.810349986804702 ], [ -4.88487268601409, 55.814625583478993 ], [ -4.886497334797892, 55.81636369171639 ], [ -4.886962510081046, 55.817685856600548 ], [ -4.887563795598858, 55.817849715907329 ], [ -4.887139190434469, 55.818001720003402 ], [ -4.88756101421939, 55.818501494878738 ], [ -4.888402783686733, 55.818635429125436 ], [ -4.887375688661146, 55.818736870189234 ], [ -4.888164110102149, 55.819701758350234 ], [ -4.888579395770016, 55.823019783007425 ], [ -4.889253062721953, 55.824179729854279 ], [ -4.888987894399877, 55.824479908106191 ], [ -4.88940130972277, 55.824563677375046 ], [ -4.889053685383113, 55.824699494797322 ], [ -4.889416991549669, 55.824602860992499 ], [ -4.888971868247728, 55.825211102706419 ], [ -4.889568422000771, 55.827634038268378 ], [ -4.888853730255166, 55.829237421708719 ], [ -4.888157763408894, 55.829758966213333 ], [ -4.888895391552753, 55.830143447269826 ], [ -4.88852956672136, 55.830185304209067 ], [ -4.888716591567898, 55.830768799117067 ], [ -4.888880390624326, 55.830221106461316 ], [ -4.889244722502236, 55.830783354099232 ], [ -4.889114128841238, 55.831649381386917 ], [ -4.889754819230939, 55.832448737809976 ], [ -4.889451922487259, 55.832693171418434 ], [ -4.891214480793327, 55.834124150731718 ], [ -4.890944158597129, 55.835710800003049 ], [ -4.892024844476936, 55.838604156359587 ], [ -4.891066060773171, 55.841632676091976 ], [ -4.889885356959688, 55.84219079477522 ], [ -4.88945258129432, 55.843010887731161 ], [ -4.889406422818952, 55.845315886636904 ], [ -4.8871724255594, 55.846796739522389 ], [ -4.887488451089495, 55.847868911461454 ], [ -4.88853070875183, 55.848822446385562 ], [ -4.888002062434024, 55.849213306719641 ], [ -4.889087721951539, 55.848792279872555 ], [ -4.889420842234857, 55.849211435345531 ], [ -4.889193321113759, 55.850193000723259 ], [ -4.888338105171689, 55.850898963423525 ], [ -4.889078072616404, 55.852751315939656 ], [ -4.888926368961353, 55.854474498657524 ], [ -4.889950982222374, 55.856478367077983 ], [ -4.88990635803943, 55.86144949775256 ], [ -4.890489322930846, 55.862776972425031 ], [ -4.8907236260139, 55.866187327530426 ], [ -4.89139931041531, 55.867212382700075 ], [ -4.89072205263489, 55.868789711412973 ], [ -4.891315840015844, 55.870518741442702 ], [ -4.890918198416221, 55.873298530680579 ], [ -4.890645503689973, 55.873179092472995 ], [ -4.88975516547726, 55.87445129668766 ], [ -4.888954082937234, 55.874687651245196 ], [ -4.88638139314308, 55.875484257691951 ], [ -4.88280221598253, 55.875539431993012 ], [ -4.881221988852877, 55.875274425665708 ], [ -4.88046007517514, 55.875522391140798 ], [ -4.878379005856586, 55.875122554718253 ], [ -4.876938892829391, 55.874200710229886 ], [ -4.874417339033316, 55.873767063961473 ], [ -4.873715606953039, 55.873964141272559 ], [ -4.87297612967718, 55.873672192947772 ], [ -4.871840569625944, 55.873905460343188 ], [ -4.86953049320975, 55.873736448001779 ], [ -4.86595955703948, 55.874790521323398 ], [ -4.862053709601667, 55.875120575779427 ], [ -4.860399991330582, 55.875136572044774 ], [ -4.858045444042096, 55.874319371595625 ], [ -4.857603332071158, 55.874612797499189 ], [ -4.855379875698801, 55.874817247124149 ], [ -4.853322642315474, 55.875979622335237 ], [ -4.852077482167204, 55.875680402443841 ], [ -4.851176263065658, 55.876146250687562 ], [ -4.851460297539564, 55.876530687296921 ], [ -4.849535582892023, 55.877649473807189 ], [ -4.84728861788107, 55.87709924534051 ], [ -4.846965749326816, 55.876293216785477 ], [ -4.847439510006572, 55.875666505801036 ], [ -4.846956555547364, 55.875403521389408 ], [ -4.845570756817434, 55.875147941881039 ], [ -4.844244146874937, 55.875264020346386 ], [ -4.843070833826247, 55.876055207692424 ], [ -4.841510757627221, 55.876149685372319 ], [ -4.840677823097518, 55.877332993617038 ], [ -4.839233766804102, 55.878031516198064 ], [ -4.839294207353182, 55.878421140282775 ], [ -4.838599342443739, 55.878540550288655 ], [ -4.837548460026565, 55.879697403171122 ], [ -4.836057348521799, 55.880410455274905 ], [ -4.831236265021422, 55.882170979155767 ], [ -4.826541718746551, 55.883038499283991 ], [ -4.825016621307364, 55.88471850059323 ], [ -4.823954546811425, 55.885178846958667 ], [ -4.822924858432151, 55.885094612708521 ], [ -4.822502241288114, 55.886102076558679 ], [ -4.821842212498169, 55.886593628960668 ], [ -4.820695333976287, 55.886768246844312 ], [ -4.820182561056225, 55.887305852341569 ], [ -4.818500737044368, 55.887492711207784 ], [ -4.816050953513845, 55.886793746519906 ], [ -4.814199712370637, 55.887622633872354 ], [ -4.812598176473102, 55.88980310138632 ], [ -4.802700739109357, 55.892402021293378 ], [ -4.799716723989937, 55.892613781744252 ], [ -4.799301231447516, 55.889733330933915 ], [ -4.79860297304995, 55.889254831531765 ], [ -4.799038492704361, 55.88875053867757 ], [ -4.79866427769394, 55.8881073626074 ], [ -4.800204831334567, 55.887290280040361 ] ] ] ] } }, +{ "type": "Feature", "properties": { "LAD13CD": "S12000023", "LAD13CDO": "00RA", "LAD13NM": "Orkney Islands", "LAD13NMW": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -2.911368594678512, 58.673822519625574 ], [ -2.913348874337367, 58.673718670807055 ], [ -2.910706499558382, 58.67488251482667 ], [ -2.90889665735523, 58.674580958478209 ], [ -2.911368594678512, 58.673822519625574 ] ] ], [ [ [ -2.888294400591025, 58.682875324751279 ], [ -2.888551296164466, 58.682464901991132 ], [ -2.889281060150869, 58.682675415175339 ], [ -2.888294400591025, 58.682875324751279 ] ] ], [ [ [ -2.932499675686348, 58.68993644553646 ], [ -2.932786533572797, 58.689696361777528 ], [ -2.9330562779928, 58.689784221061572 ], [ -2.932499675686348, 58.68993644553646 ] ] ], [ [ [ -2.918353226585968, 58.69090930469936 ], [ -2.919183045806472, 58.690647415588707 ], [ -2.917875582091237, 58.690786971504181 ], [ -2.917367828352897, 58.690175367903691 ], [ -2.917487763761757, 58.689159621583137 ], [ -2.919126880000187, 58.688514746955988 ], [ -2.917870530027993, 58.688626994320209 ], [ -2.917803079746053, 58.688358034751133 ], [ -2.917086722717458, 58.68834068551476 ], [ -2.917434983501607, 58.688136124343167 ], [ -2.915266975356611, 58.688676961835938 ], [ -2.917307654212635, 58.687557734709372 ], [ -2.917578774207386, 58.687043866155847 ], [ -2.918369880093368, 58.686952903241099 ], [ -2.919541095535761, 58.686230526915438 ], [ -2.921221336410031, 58.686496938150086 ], [ -2.923374958127169, 58.686072860011578 ], [ -2.925769396209827, 58.686275709393122 ], [ -2.924797179913738, 58.686691347697455 ], [ -2.92651492110059, 58.686418539303254 ], [ -2.927049283289804, 58.686729040587956 ], [ -2.929499367849307, 58.686751793015219 ], [ -2.931362478201434, 58.68740295073831 ], [ -2.931129406288786, 58.687718984087084 ], [ -2.933341846602481, 58.688205922293164 ], [ -2.933483711493068, 58.688995253887107 ], [ -2.932944148534805, 58.689461704506073 ], [ -2.927373026817748, 58.691123082991268 ], [ -2.926747184550527, 58.690943470968875 ], [ -2.924561066757449, 58.691453160153621 ], [ -2.924013565789639, 58.691299916428612 ], [ -2.924881951658691, 58.690867068060491 ], [ -2.9223922945568, 58.691316030714958 ], [ -2.922181712907603, 58.690854999602273 ], [ -2.921595172332661, 58.691182527288348 ], [ -2.921335582553725, 58.690825131061118 ], [ -2.918956232288884, 58.691533696761361 ], [ -2.917937483889236, 58.691172727958332 ], [ -2.918353226585968, 58.69090930469936 ] ] ], [ [ [ -2.973545688196376, 58.731903527070088 ], [ -2.974743281757109, 58.730196997826475 ], [ -2.975167606720109, 58.730300665551994 ], [ -2.97501379239637, 58.729803364155593 ], [ -2.978081361969343, 58.729994771540518 ], [ -2.976951222430849, 58.729665645485873 ], [ -2.977512313979396, 58.729780842437783 ], [ -2.977657773094343, 58.729301930529175 ], [ -2.978678144273076, 58.729043604875045 ], [ -2.978895566765406, 58.729405698561898 ], [ -2.978485459918348, 58.729439349970619 ], [ -2.979193236328267, 58.729488759879217 ], [ -2.977318178117073, 58.730556508169848 ], [ -2.97755780657038, 58.730848380992697 ], [ -2.976038591677966, 58.731428416754206 ], [ -2.976668273693245, 58.731648179811742 ], [ -2.974954526921864, 58.732500015434567 ], [ -2.973545688196376, 58.731903527070088 ] ] ], [ [ [ -3.067274904947025, 58.734116238557398 ], [ -3.068341468440212, 58.733972679053807 ], [ -3.067504219902243, 58.734271514955687 ], [ -3.06858951455825, 58.734738538324834 ], [ -3.067248815055001, 58.734956222030199 ], [ -3.066751817921804, 58.734803161216917 ], [ -3.067274904947025, 58.734116238557398 ] ] ], [ [ [ -3.063368340012697, 58.735441863353664 ], [ -3.064120811850269, 58.735193152795702 ], [ -3.064042004468008, 58.73544079375889 ], [ -3.063368340012697, 58.735441863353664 ] ] ], [ [ [ -3.071846950439749, 58.736745790853163 ], [ -3.072121827816205, 58.736415680673112 ], [ -3.071611450449759, 58.736671406734828 ], [ -3.071413466422014, 58.736412590120736 ], [ -3.072081691491373, 58.735953468657335 ], [ -3.072558490090439, 58.736290797431423 ], [ -3.071846950439749, 58.736745790853163 ] ] ], [ [ [ -3.056001376195632, 58.737168498692562 ], [ -3.056579052491467, 58.736849413206357 ], [ -3.057446810484216, 58.736981508628723 ], [ -3.056443280026801, 58.737214275039229 ], [ -3.056001376195632, 58.737168498692562 ] ] ], [ [ [ -3.071565821406024, 58.739119236940191 ], [ -3.07188479542658, 58.739098621564317 ], [ -3.070911548397864, 58.73975337784492 ], [ -3.071565821406024, 58.739119236940191 ] ] ], [ [ [ -3.049789944171889, 58.751751202554502 ], [ -3.050235268870379, 58.750472213042094 ], [ -3.050582579123751, 58.750527762270899 ], [ -3.050840726180216, 58.749919411888527 ], [ -3.051590153444956, 58.750128854735834 ], [ -3.050828564667743, 58.749802752477841 ], [ -3.051559277743769, 58.749392629511817 ], [ -3.050823620568281, 58.74906631573112 ], [ -3.05146018743021, 58.749258716379295 ], [ -3.051035107918989, 58.748916397972934 ], [ -3.051969226820143, 58.748661788898161 ], [ -3.05051569319091, 58.748597300585324 ], [ -3.050901027556074, 58.748481891847781 ], [ -3.049871081720311, 58.747277791607893 ], [ -3.05108438807912, 58.746827813703831 ], [ -3.050430863148449, 58.746644530995148 ], [ -3.051067855732167, 58.74628008117962 ], [ -3.050475993640475, 58.745849306540698 ], [ -3.050523364152812, 58.744555594158982 ], [ -3.052045164263928, 58.742881616369274 ], [ -3.051563534318507, 58.742952907441435 ], [ -3.051998954421491, 58.742495791698012 ], [ -3.051627574250602, 58.742498822355671 ], [ -3.051494965068294, 58.741826296393199 ], [ -3.053141883661318, 58.73972466472366 ], [ -3.054552288869939, 58.739232624879406 ], [ -3.055485981749446, 58.738403179280006 ], [ -3.056388920202765, 58.738270041083723 ], [ -3.056952443993189, 58.737484034579992 ], [ -3.058219133117414, 58.737383825512779 ], [ -3.058345716040715, 58.737854312386091 ], [ -3.058963618897438, 58.738006412188525 ], [ -3.060553874742411, 58.737185004679013 ], [ -3.061332684526806, 58.737515398061063 ], [ -3.061435113736037, 58.736908306077495 ], [ -3.0625286431747, 58.737078924308811 ], [ -3.062380345326457, 58.736747832848351 ], [ -3.063556663926572, 58.736518084829804 ], [ -3.063295005552251, 58.736152003974802 ], [ -3.063837372203055, 58.735810723139736 ], [ -3.064204575486569, 58.736238801665337 ], [ -3.068324369327772, 58.736231660575321 ], [ -3.06985821829245, 58.736676991486469 ], [ -3.070657513829826, 58.736266187508342 ], [ -3.070595112272582, 58.736765177568145 ], [ -3.071807503608557, 58.736867368800517 ], [ -3.072087702032174, 58.737552120869637 ], [ -3.069768257432192, 58.737966579087221 ], [ -3.068776225593028, 58.737727819297682 ], [ -3.066702488154355, 58.737987499350645 ], [ -3.064065228466537, 58.739594527840879 ], [ -3.064167361935253, 58.740110118432938 ], [ -3.063494018167635, 58.740407573639615 ], [ -3.063504024998126, 58.740735314225674 ], [ -3.063981485124414, 58.740529290801106 ], [ -3.062771971804335, 58.741940376833561 ], [ -3.063214216590697, 58.742278024735064 ], [ -3.062843503828383, 58.743435198847642 ], [ -3.063624940374008, 58.742997643040574 ], [ -3.062491411050818, 58.744637125327543 ], [ -3.060124748858064, 58.745222443203851 ], [ -3.054600035244995, 58.747656825456787 ], [ -3.054352674760727, 58.748333354667793 ], [ -3.056386614105872, 58.749586677283993 ], [ -3.055905806820781, 58.750542648511477 ], [ -3.054424567132211, 58.75070745726395 ], [ -3.053660154609153, 58.752002542558543 ], [ -3.051024177938984, 58.752275540463131 ], [ -3.050299270675017, 58.752020987286826 ], [ -3.049789944171889, 58.751751202554502 ] ] ], [ [ [ -3.051702237759808, 58.752409222575842 ], [ -3.051911842365147, 58.752196448924344 ], [ -3.052692759705232, 58.752302342220723 ], [ -3.052230721872184, 58.752454307858905 ], [ -3.051702237759808, 58.752409222575842 ] ] ], [ [ [ -3.240170523997259, 58.774425752015802 ], [ -3.241306322518915, 58.77426842355856 ], [ -3.240401258080628, 58.774688492199203 ], [ -3.240170523997259, 58.774425752015802 ] ] ], [ [ [ -3.196744578204907, 58.778280480409869 ], [ -3.197312926169126, 58.777959053280753 ], [ -3.197752471712353, 58.778016046919504 ], [ -3.196744578204907, 58.778280480409869 ] ] ], [ [ [ -3.218239763764951, 58.782273655590672 ], [ -3.218832288159585, 58.782201593862183 ], [ -3.218693043742056, 58.78237445859974 ], [ -3.218239763764951, 58.782273655590672 ] ] ], [ [ [ -3.103837497869726, 58.795793924736174 ], [ -3.109149509074996, 58.794966981107009 ], [ -3.107961595306913, 58.797599769351336 ], [ -3.108731699378385, 58.797871578471252 ], [ -3.112520830928995, 58.797847942691959 ], [ -3.112779596658496, 58.798092700932209 ], [ -3.109483738865782, 58.799203348430559 ], [ -3.108163439853347, 58.800130801623894 ], [ -3.102050967637136, 58.802756333498102 ], [ -3.100394009412253, 58.803174638728642 ], [ -3.098724943685669, 58.803211315207122 ], [ -3.096452785426052, 58.80388179534372 ], [ -3.09319300491758, 58.803972323388685 ], [ -3.093466997840288, 58.803053897785553 ], [ -3.094842680172758, 58.80222043302129 ], [ -3.094771539372444, 58.801885131682788 ], [ -3.099574747410747, 58.79971030261764 ], [ -3.098845220986494, 58.79907883650494 ], [ -3.098853969017856, 58.797713585171614 ], [ -3.099982277156643, 58.796729485454534 ], [ -3.103837497869726, 58.795793924736174 ] ] ], [ [ [ -3.044236090262312, 58.844555720839921 ], [ -3.044886840968781, 58.844298980702284 ], [ -3.045876755525036, 58.84437179848149 ], [ -3.045938340890879, 58.844977536874389 ], [ -3.04463791100654, 58.845239539535775 ], [ -3.044103427921608, 58.845041783182431 ], [ -3.044591914624473, 58.844575296170582 ], [ -3.044236090262312, 58.844555720839921 ] ] ], [ [ [ -3.064586173201759, 58.845045190526143 ], [ -3.067705319740908, 58.843636314752608 ], [ -3.072009209972377, 58.843286309922505 ], [ -3.073289433616874, 58.843500208608774 ], [ -3.073843837702714, 58.844056932530727 ], [ -3.075991258811015, 58.844182758171556 ], [ -3.08186838680107, 58.843549865713449 ], [ -3.084055538934341, 58.842839959259855 ], [ -3.086968234690656, 58.840956333981183 ], [ -3.090141564796122, 58.84048500450875 ], [ -3.093930516796868, 58.839209041005979 ], [ -3.096180908169373, 58.838049321705405 ], [ -3.099182084293835, 58.835437171173993 ], [ -3.100548301352076, 58.835088730914357 ], [ -3.102144667759115, 58.835169417877431 ], [ -3.102372996344428, 58.835540195882082 ], [ -3.103585695043058, 58.835812749461915 ], [ -3.104301624669105, 58.836534120057337 ], [ -3.107140392708572, 58.837705231330148 ], [ -3.107230171305244, 58.838184067418339 ], [ -3.108028445438137, 58.838496058599389 ], [ -3.109548616037959, 58.837813890828244 ], [ -3.112214169079731, 58.837139806093063 ], [ -3.112818195847463, 58.837336682839521 ], [ -3.11355063964795, 58.836892075878367 ], [ -3.111567191659873, 58.835223359474874 ], [ -3.11194679734438, 58.833607930075452 ], [ -3.110746090287928, 58.831274121109203 ], [ -3.106014946136372, 58.829410684555874 ], [ -3.10187607812583, 58.828674576149311 ], [ -3.099602303449693, 58.828633788509421 ], [ -3.096413547303282, 58.829236617006522 ], [ -3.092605487793985, 58.829373086805482 ], [ -3.088083092795556, 58.831256056055302 ], [ -3.082245263904256, 58.832023635118055 ], [ -3.079667389682184, 58.832737681740994 ], [ -3.077058570733578, 58.831564952706458 ], [ -3.077106207166023, 58.829862588911318 ], [ -3.077694969762149, 58.829020612971938 ], [ -3.077313666089594, 58.828733697774631 ], [ -3.07863358330488, 58.827732930409589 ], [ -3.079429073023451, 58.827748734607439 ], [ -3.079792227102187, 58.827284953696953 ], [ -3.08195476229871, 58.826816880500061 ], [ -3.083616747250523, 58.825573390749035 ], [ -3.083920604005715, 58.824987948787914 ], [ -3.083493836128817, 58.824243383511451 ], [ -3.083989024189183, 58.823629390962495 ], [ -3.08354926095433, 58.823411243323847 ], [ -3.084305733271162, 58.822846249657537 ], [ -3.083925950632723, 58.822552155916433 ], [ -3.084256447441491, 58.822210782401235 ], [ -3.082314876210134, 58.821368457742153 ], [ -3.080428954711691, 58.818471598563967 ], [ -3.078329078543099, 58.816759346999696 ], [ -3.078238530294885, 58.816240980092211 ], [ -3.080362559535086, 58.815057435115492 ], [ -3.079561663669457, 58.815192570536283 ], [ -3.07921952597147, 58.814991554694821 ], [ -3.080014440164158, 58.814107424441879 ], [ -3.081089100617618, 58.814091241739611 ], [ -3.081061545713327, 58.814874648908763 ], [ -3.08303965911743, 58.814514077453303 ], [ -3.084994531905324, 58.814907209077631 ], [ -3.087754718520441, 58.814752846934041 ], [ -3.088175030556711, 58.815236993209055 ], [ -3.089707785501765, 58.815141432044932 ], [ -3.090902223817763, 58.816291737391836 ], [ -3.090723299100665, 58.816769263313795 ], [ -3.091666066700062, 58.81734687934938 ], [ -3.091171267460001, 58.817525302439073 ], [ -3.092330840908426, 58.817563095275169 ], [ -3.094352834075825, 58.818428837845374 ], [ -3.095302379377174, 58.818504310349496 ], [ -3.096538280542052, 58.81925813320786 ], [ -3.10097427740213, 58.820338555029686 ], [ -3.102896195121697, 58.820222453638699 ], [ -3.105124771504136, 58.818805885037278 ], [ -3.104077694638571, 58.817570023010553 ], [ -3.103965525058431, 58.81654710192295 ], [ -3.104911162904232, 58.816010902950929 ], [ -3.104695631390659, 58.815821443870369 ], [ -3.105164693968004, 58.815816530025046 ], [ -3.105654843280628, 58.814733664242567 ], [ -3.107100748228852, 58.814414104765511 ], [ -3.11451540631587, 58.815306809465817 ], [ -3.116177716363047, 58.816227410512013 ], [ -3.117753665523776, 58.816398789183424 ], [ -3.121182958186649, 58.815893028585869 ], [ -3.123827358343348, 58.81419588918579 ], [ -3.126372786647685, 58.813351896798828 ], [ -3.127962912745792, 58.813215861224805 ], [ -3.130272757535572, 58.813703104444023 ], [ -3.134196464263119, 58.815096732974453 ], [ -3.135994445992609, 58.816073370654273 ], [ -3.138848115868311, 58.816766738437742 ], [ -3.147715052226062, 58.828081180698774 ], [ -3.147776605776831, 58.829418870276278 ], [ -3.146420556838943, 58.830841007519638 ], [ -3.142686136194297, 58.833424845639662 ], [ -3.138302682721759, 58.834460507542232 ], [ -3.131824963636749, 58.835298840892158 ], [ -3.129676103373026, 58.836076590692727 ], [ -3.128221796044953, 58.837171567798244 ], [ -3.129088457138781, 58.839579992592469 ], [ -3.128626285964236, 58.840019631735373 ], [ -3.121327528680433, 58.842942002299488 ], [ -3.119746962087079, 58.842880274291865 ], [ -3.119450097952277, 58.843346288233917 ], [ -3.116291322664504, 58.842650631806308 ], [ -3.112278143712807, 58.843567234919789 ], [ -3.108675483735963, 58.843834427020759 ], [ -3.103891092882962, 58.844867857363894 ], [ -3.096554161067866, 58.845199809505971 ], [ -3.091668603629913, 58.845789065974643 ], [ -3.088460864990852, 58.846283173504688 ], [ -3.079274566857383, 58.848457417437416 ], [ -3.074547109003351, 58.849139004511876 ], [ -3.069894325304914, 58.849438092902936 ], [ -3.068688603918721, 58.849398678878238 ], [ -3.067296494232626, 58.848934181697658 ], [ -3.066685893133118, 58.848521595449256 ], [ -3.06685109863032, 58.846849706004512 ], [ -3.064556125207498, 58.846042364289566 ], [ -3.064586173201759, 58.845045190526143 ] ] ], [ [ [ -3.075950131456246, 58.851907042827996 ], [ -3.079514345339116, 58.851706654769636 ], [ -3.080813652762374, 58.851965227623189 ], [ -3.079941971126542, 58.853193980022503 ], [ -3.071897395276343, 58.855088693664811 ], [ -3.069083438782754, 58.855179376361804 ], [ -3.069250780502973, 58.854984892953667 ], [ -3.065717624452462, 58.854798543272878 ], [ -3.065852227438541, 58.854384292499581 ], [ -3.068267917717036, 58.853183292235933 ], [ -3.075950131456246, 58.851907042827996 ] ] ], [ [ [ -3.159815987535268, 58.833339456973277 ], [ -3.166871771221669, 58.83297948967553 ], [ -3.170534278795659, 58.833453788935131 ], [ -3.173029534701715, 58.835011882935909 ], [ -3.174309303159272, 58.836738166474369 ], [ -3.173953939497759, 58.837500333375786 ], [ -3.175039715911019, 58.841168373178583 ], [ -3.17571589878845, 58.841692125353688 ], [ -3.177667556297974, 58.842015636544403 ], [ -3.179634250009757, 58.843035046059249 ], [ -3.181426412202973, 58.845286486332014 ], [ -3.181504344451072, 58.847320078908524 ], [ -3.178667395617794, 58.850278454685906 ], [ -3.174398122447535, 58.851902576906539 ], [ -3.174203877455507, 58.852564480611825 ], [ -3.175226075952901, 58.853318607389859 ], [ -3.175285998927366, 58.854319495146875 ], [ -3.174666134300921, 58.854697864923601 ], [ -3.171435974338503, 58.85528854362569 ], [ -3.170662361774107, 58.855735649058538 ], [ -3.170412827237844, 58.856559713390062 ], [ -3.169118255788762, 58.856724122575102 ], [ -3.167793640702878, 58.856511569567772 ], [ -3.162483987560397, 58.85506405747617 ], [ -3.160937304727618, 58.854687276623764 ], [ -3.160707772166389, 58.854303137702658 ], [ -3.161204775565483, 58.853616080676652 ], [ -3.162877340217684, 58.852837609178891 ], [ -3.163068189375462, 58.852067977007884 ], [ -3.163861330847477, 58.851944073042816 ], [ -3.164868478832561, 58.85122545841319 ], [ -3.165012557459963, 58.850096986664141 ], [ -3.163273462916011, 58.848886695331018 ], [ -3.160071712141334, 58.847725454340825 ], [ -3.159579746473724, 58.845969508918394 ], [ -3.153293870483687, 58.844027429743413 ], [ -3.150364910321167, 58.842185416259539 ], [ -3.150626758993796, 58.841460077150181 ], [ -3.149944410400252, 58.840738658960198 ], [ -3.149567348867719, 58.838510127792617 ], [ -3.151226854718472, 58.836568821375735 ], [ -3.153330771383279, 58.835494723964992 ], [ -3.153550256883786, 58.834801191085234 ], [ -3.156129994238612, 58.834495200063238 ], [ -3.157810116906106, 58.833707738221214 ], [ -3.159815987535268, 58.833339456973277 ] ] ], [ [ [ -2.958391675451964, 58.860192982098162 ], [ -2.968140728640098, 58.856936453078788 ], [ -2.9700591251382, 58.85561619583131 ], [ -2.969877257777358, 58.854443721360667 ], [ -2.970331919379156, 58.854214878652385 ], [ -2.96976903697844, 58.853920931109592 ], [ -2.971952405181774, 58.853776087577089 ], [ -2.978418001757861, 58.851763081278172 ], [ -2.980246796965038, 58.85060770320991 ], [ -2.980139143097787, 58.850110063708726 ], [ -2.979424813658706, 58.850345401800759 ], [ -2.979284384925985, 58.850159657790989 ], [ -2.981533962332722, 58.848934608291614 ], [ -2.983939613343388, 58.848940551160503 ], [ -2.982919566181888, 58.849822190107588 ], [ -2.983311036195208, 58.850792772488674 ], [ -2.989166834108712, 58.85247603873237 ], [ -2.989542106610881, 58.853175494425649 ], [ -2.988923453793913, 58.854213071649419 ], [ -2.986407595656236, 58.855707922159681 ], [ -2.982724772848386, 58.857014918255182 ], [ -2.976998408145678, 58.857972645168914 ], [ -2.974192144703551, 58.858908125640177 ], [ -2.969327207861677, 58.859259067419664 ], [ -2.966525417973857, 58.860055137994458 ], [ -2.962371578736397, 58.860300802898237 ], [ -2.96194996496877, 58.860100969142479 ], [ -2.959704648406557, 58.860466140121702 ], [ -2.958391675451964, 58.860192982098162 ] ] ], [ [ [ -3.190706827406262, 58.857923525683475 ], [ -3.192860750283877, 58.857292910643118 ], [ -3.200475942313209, 58.859189304024781 ], [ -3.200993813349767, 58.861627455774084 ], [ -3.20208048229758, 58.862466098727246 ], [ -3.200758941861789, 58.864607002678227 ], [ -3.202253258087115, 58.866447781055527 ], [ -3.201507597547827, 58.86819712629098 ], [ -3.199983498893997, 58.868251708808394 ], [ -3.198633480292561, 58.867072399374798 ], [ -3.199415169401702, 58.864857495783589 ], [ -3.198828142438721, 58.863425907473463 ], [ -3.189706844749387, 58.860609220305527 ], [ -3.189376670718766, 58.859323419231963 ], [ -3.189937258491673, 58.858482978672711 ], [ -3.190706827406262, 58.857923525683475 ] ] ], [ [ [ -2.919828530434255, 58.871532685564453 ], [ -2.920352971622402, 58.871429260447776 ], [ -2.920691634085578, 58.871774415974357 ], [ -2.919828530434255, 58.871532685564453 ] ] ], [ [ [ -2.898577514218275, 58.879738256009276 ], [ -2.899062931483911, 58.879661234711165 ], [ -2.900054889727106, 58.880186905988744 ], [ -2.898994426328145, 58.880630767932026 ], [ -2.897990028496765, 58.880361135245778 ], [ -2.89926994308734, 58.880151956402756 ], [ -2.898577514218275, 58.879738256009276 ] ] ], [ [ [ -3.163831111047839, 58.873197111403449 ], [ -3.169123932978546, 58.871902703084146 ], [ -3.170436895001391, 58.874217005360109 ], [ -3.173270758260752, 58.8754433139461 ], [ -3.17300608567247, 58.876539655147923 ], [ -3.17628501663662, 58.878554019850675 ], [ -3.176870268398661, 58.879493537218501 ], [ -3.176805797009865, 58.881833786533804 ], [ -3.175630403863992, 58.884769734998464 ], [ -3.178831991574461, 58.887287701252156 ], [ -3.177832205225417, 58.8873776499508 ], [ -3.174309307159755, 58.886587011787327 ], [ -3.1751775518363, 58.884768465116629 ], [ -3.174704624729698, 58.883970724144504 ], [ -3.173335761270796, 58.883354460979461 ], [ -3.171291043737519, 58.883117040154637 ], [ -3.164600360882901, 58.880448959723523 ], [ -3.159109359907044, 58.879027178081628 ], [ -3.157357106991294, 58.878083670955441 ], [ -3.157404841283703, 58.877176121606652 ], [ -3.156614480215658, 58.87631020646927 ], [ -3.160025261448515, 58.874728539851567 ], [ -3.163158617867589, 58.873777978204068 ], [ -3.163831111047839, 58.873197111403449 ] ] ], [ [ [ -2.698219157917539, 58.899027751575268 ], [ -2.698826114126719, 58.89891849760113 ], [ -2.698405928018695, 58.899166843499486 ], [ -2.698219157917539, 58.899027751575268 ] ] ], [ [ [ -2.701907634093594, 58.897513362989315 ], [ -2.703568739775601, 58.896930455906237 ], [ -2.704813653484333, 58.897898992423322 ], [ -2.704466724625078, 58.899015405781157 ], [ -2.703260577179534, 58.899614709114424 ], [ -2.701907634093594, 58.897513362989315 ] ] ], [ [ [ -2.664178807834658, 58.901548447887706 ], [ -2.667060052387076, 58.899302779437036 ], [ -2.668225182860719, 58.898974350162 ], [ -2.670702381517852, 58.897485074510364 ], [ -2.672461448797532, 58.895754312565188 ], [ -2.674995920948853, 58.894820567144528 ], [ -2.678112552920484, 58.892874273851014 ], [ -2.681582687214278, 58.891539430317181 ], [ -2.682182376961478, 58.891505731363914 ], [ -2.681635358020251, 58.892099556130979 ], [ -2.684193287349883, 58.891588501529945 ], [ -2.683805774524707, 58.892086294261716 ], [ -2.684316096804877, 58.893324743534592 ], [ -2.683823532575512, 58.894039530228824 ], [ -2.68174570448227, 58.895235976118514 ], [ -2.681023577322108, 58.897958277427769 ], [ -2.683623440339683, 58.899284490809869 ], [ -2.681274852006462, 58.899526800059974 ], [ -2.68041284887894, 58.900349492871747 ], [ -2.6777348063171, 58.901143995032143 ], [ -2.67630952749761, 58.901126314037342 ], [ -2.675919492006916, 58.900884076196242 ], [ -2.675374516904865, 58.901150960647591 ], [ -2.674776764831373, 58.900847836962633 ], [ -2.674271287131208, 58.901271674676202 ], [ -2.672924707207417, 58.901552606656125 ], [ -2.672347498203426, 58.901234097487418 ], [ -2.672476526824778, 58.900728704941045 ], [ -2.672092294662994, 58.900783690152345 ], [ -2.672477667562196, 58.900519446202637 ], [ -2.67098295337347, 58.900857707721805 ], [ -2.670623064345717, 58.900556922295159 ], [ -2.669201720490492, 58.900831018761252 ], [ -2.668814375835345, 58.900455829821453 ], [ -2.667306712063583, 58.901294346415597 ], [ -2.665595188575478, 58.901644441409097 ], [ -2.664855541610241, 58.901449772321108 ], [ -2.664170214920784, 58.901824202554309 ], [ -2.664178807834658, 58.901548447887706 ] ] ], [ [ [ -2.694839894905062, 58.902819705035824 ], [ -2.692364303714215, 58.901233504169483 ], [ -2.694012316175588, 58.901365665178425 ], [ -2.696329015097419, 58.901002953467604 ], [ -2.697844737879295, 58.899910793118543 ], [ -2.697392404380409, 58.899856655218144 ], [ -2.697812388860112, 58.899597536785301 ], [ -2.697438272984658, 58.899376831395315 ], [ -2.698951036760418, 58.899174673936209 ], [ -2.698892430832676, 58.899710248410372 ], [ -2.69938442377749, 58.899751593315919 ], [ -2.699965106529575, 58.899458369130421 ], [ -2.69948613552275, 58.899460063969578 ], [ -2.700864831871117, 58.899065521627271 ], [ -2.700753140932159, 58.899549296056804 ], [ -2.702981835598865, 58.899904510208117 ], [ -2.700776805625999, 58.901575243430955 ], [ -2.702119625056426, 58.902745343365687 ], [ -2.699988172843823, 58.90214351264067 ], [ -2.698187652271912, 58.902455904317314 ], [ -2.697797522568376, 58.902819938251305 ], [ -2.694839894905062, 58.902819705035824 ] ] ], [ [ [ -2.704428123307989, 58.903599433902841 ], [ -2.704546113023899, 58.903000667488769 ], [ -2.706427933213368, 58.902931123517249 ], [ -2.706420147294333, 58.903144909905464 ], [ -2.706777027043744, 58.902941788410487 ], [ -2.70704446085032, 58.903373202078264 ], [ -2.707455554159442, 58.903105120159445 ], [ -2.707243863657147, 58.903957661582275 ], [ -2.705269586685332, 58.904092383685217 ], [ -2.704428123307989, 58.903599433902841 ] ] ], [ [ [ -2.658421461213536, 58.910108753611304 ], [ -2.659531366135898, 58.910047415186156 ], [ -2.658952386537875, 58.910639506945145 ], [ -2.65663503002473, 58.91129611795845 ], [ -2.657028916678704, 58.910370892590102 ], [ -2.658421461213536, 58.910108753611304 ] ] ], [ [ [ -2.784785895247259, 58.912318626688226 ], [ -2.786213646318479, 58.9119632897347 ], [ -2.786416010884003, 58.912311415883465 ], [ -2.785679696800951, 58.912533230179704 ], [ -2.785000806859367, 58.912684640614522 ], [ -2.784785895247259, 58.912318626688226 ] ] ], [ [ [ -3.186027778706635, 58.909340403026491 ], [ -3.189525966056002, 58.908730759839237 ], [ -3.191710597523692, 58.909101332431426 ], [ -3.192913971164041, 58.910568575250451 ], [ -3.190369361735077, 58.912454772562448 ], [ -3.190615882945468, 58.912605186590362 ], [ -3.184036266063855, 58.91035020375044 ], [ -3.186027778706635, 58.909340403026491 ] ] ], [ [ [ -2.709065973076326, 58.920877429059416 ], [ -2.710125098306587, 58.920613867590234 ], [ -2.711669603772765, 58.920899946933318 ], [ -2.71024184961141, 58.920971560782469 ], [ -2.709065973076326, 58.920877429059416 ] ] ], [ [ [ -2.798128731843802, 58.923089468635929 ], [ -2.798159717192565, 58.92270130275638 ], [ -2.798771642477981, 58.922802600838367 ], [ -2.798128731843802, 58.923089468635929 ] ] ], [ [ [ -3.079234679421185, 58.92784416725609 ], [ -3.080843543611854, 58.927078104809958 ], [ -3.079042151101899, 58.928409794584496 ], [ -3.079234679421185, 58.92784416725609 ] ] ], [ [ [ -3.322279039010748, 58.927542886099708 ], [ -3.322086568199949, 58.927324804671812 ], [ -3.321691808789665, 58.927494999151847 ], [ -3.320481942052362, 58.92638106583145 ], [ -3.320304860042457, 58.926611006353596 ], [ -3.319586535108146, 58.92572197461395 ], [ -3.320214996075587, 58.926031712641723 ], [ -3.320184673488793, 58.925555997555762 ], [ -3.320777148937308, 58.926105908877219 ], [ -3.320516059792031, 58.925637041226629 ], [ -3.320951670273866, 58.925990958263114 ], [ -3.320881955435389, 58.925666536482744 ], [ -3.321241893647661, 58.925812852354724 ], [ -3.32152077659295, 58.925519897184138 ], [ -3.323366036562891, 58.927350339512053 ], [ -3.322559481854722, 58.927835513072438 ], [ -3.322279039010748, 58.927542886099708 ] ] ], [ [ [ -3.317549104192253, 58.927911802198821 ], [ -3.316867913631838, 58.926902024192898 ], [ -3.318173542427045, 58.927249783036096 ], [ -3.318682543695941, 58.926294341488372 ], [ -3.319379245306431, 58.92707222693798 ], [ -3.320577008174121, 58.927414774982481 ], [ -3.320873466452359, 58.927808734008948 ], [ -3.320437505612564, 58.927628165019769 ], [ -3.320481857003397, 58.927834288865846 ], [ -3.321850359987639, 58.928461594840854 ], [ -3.321520542833427, 58.928831414479255 ], [ -3.32010248104911, 58.928953675717636 ], [ -3.317549104192253, 58.927911802198821 ] ] ], [ [ [ -3.320843840801107, 58.931671121447856 ], [ -3.319566651142117, 58.930890185802667 ], [ -3.319110279454363, 58.929902375602268 ], [ -3.319402037489585, 58.930127531939895 ], [ -3.320584563956734, 58.930022952619062 ], [ -3.322240597447114, 58.93103442536578 ], [ -3.322534432309275, 58.930858974478554 ], [ -3.323201594144693, 58.931949701500535 ], [ -3.32252556416363, 58.931535379160017 ], [ -3.32215206419776, 58.931990073724485 ], [ -3.320843840801107, 58.931671121447856 ] ] ], [ [ [ -3.35322967457056, 58.932178808450331 ], [ -3.352212386665775, 58.931443971585672 ], [ -3.351414469105052, 58.931475663583626 ], [ -3.349494772319164, 58.930408031205104 ], [ -3.346680093485605, 58.929819432733183 ], [ -3.345551593121111, 58.929926383626267 ], [ -3.341724891508749, 58.929085939386333 ], [ -3.338798876090505, 58.929563546511162 ], [ -3.335205465354826, 58.929495609142499 ], [ -3.331569024628756, 58.92867086518973 ], [ -3.32911033021221, 58.928699748787828 ], [ -3.32895323451249, 58.928906143792631 ], [ -3.325659699493266, 58.927686113047521 ], [ -3.324652478187824, 58.925608210724107 ], [ -3.328334780451361, 58.922123297539969 ], [ -3.32807670730163, 58.920513748140621 ], [ -3.326144691725297, 58.918183985662893 ], [ -3.324142433579432, 58.917278500673383 ], [ -3.320349210965189, 58.916354461311791 ], [ -3.317195051267146, 58.916520457142994 ], [ -3.31496339311507, 58.917337145153454 ], [ -3.312820422834867, 58.916329629527546 ], [ -3.311790209983829, 58.916409243639521 ], [ -3.31277882849967, 58.916286042010555 ], [ -3.312308326861189, 58.915693541922209 ], [ -3.314052173653057, 58.913830112237285 ], [ -3.314233428035079, 58.912887896126207 ], [ -3.315224246335189, 58.912414370037808 ], [ -3.316991293461271, 58.912263454835795 ], [ -3.318214673996088, 58.911150739946621 ], [ -3.318285210811195, 58.909219871830359 ], [ -3.317762231459231, 58.908206688301867 ], [ -3.316580154192729, 58.90707177952617 ], [ -3.315538911177342, 58.906716827665953 ], [ -3.315010143881186, 58.906827292205392 ], [ -3.313947453161378, 58.905998316704611 ], [ -3.313291052666132, 58.905993310492882 ], [ -3.313925476588053, 58.906059615033961 ], [ -3.314096979854754, 58.906644371105017 ], [ -3.309535338610099, 58.907212490298413 ], [ -3.296606561648173, 58.90539739442147 ], [ -3.285395099712744, 58.905148297784784 ], [ -3.283456450556653, 58.904363709484727 ], [ -3.282739234714966, 58.903513088870511 ], [ -3.277523876462872, 58.902127685837016 ], [ -3.277102259275832, 58.901521106002477 ], [ -3.27153730774047, 58.900763135535243 ], [ -3.268496956183633, 58.899975686161724 ], [ -3.2663932694706, 58.898693989419641 ], [ -3.266248171385714, 58.89804873972281 ], [ -3.26267687802792, 58.896255932301933 ], [ -3.2603007764095, 58.895583053297443 ], [ -3.25624516824535, 58.895492302411398 ], [ -3.254751996257917, 58.894994859205603 ], [ -3.250733168421603, 58.892797411148742 ], [ -3.248435595082909, 58.892123556628945 ], [ -3.244569659860945, 58.890297176598587 ], [ -3.242753562015131, 58.888284829471495 ], [ -3.239696468040013, 58.886737934874851 ], [ -3.238551590512863, 58.8865019207378 ], [ -3.236694632092469, 58.886730770049368 ], [ -3.235620297199149, 58.887984985669959 ], [ -3.231869315245033, 58.887163060984555 ], [ -3.229291987102086, 58.88567421986842 ], [ -3.228624770404633, 58.88447255301714 ], [ -3.226160279700192, 58.882731095987687 ], [ -3.22109958252912, 58.881739857829444 ], [ -3.216487650201448, 58.879737374096706 ], [ -3.214257567174768, 58.877975524462435 ], [ -3.212269494861009, 58.877670858535879 ], [ -3.210523882188365, 58.875616992006755 ], [ -3.210564803858911, 58.875050774924013 ], [ -3.211580470238426, 58.874336207816484 ], [ -3.212620318041012, 58.874065989308612 ], [ -3.214735232176178, 58.874284132105771 ], [ -3.221517212118078, 58.873807041817415 ], [ -3.226032269222165, 58.872497882269776 ], [ -3.227863722275511, 58.871568865457178 ], [ -3.23028900831078, 58.871249402703349 ], [ -3.231180569459299, 58.870472989120735 ], [ -3.230327849495596, 58.870633798456943 ], [ -3.230945472127245, 58.870201292811338 ], [ -3.230250463884675, 58.869431011082455 ], [ -3.225868540838311, 58.869095441010302 ], [ -3.222034741720117, 58.869302411426069 ], [ -3.216897398899385, 58.868933264390726 ], [ -3.215967435367396, 58.868623177428567 ], [ -3.212692148137249, 58.865959513723247 ], [ -3.21213664532059, 58.864949817486291 ], [ -3.212282219472836, 58.863906596943323 ], [ -3.213779361148864, 58.86333568466663 ], [ -3.219146430196759, 58.862373518449047 ], [ -3.221236880447831, 58.861424184295991 ], [ -3.220954641325001, 58.861040646944062 ], [ -3.218856013834556, 58.862003526112538 ], [ -3.217129746493043, 58.861970405055921 ], [ -3.215669057410263, 58.859128038479561 ], [ -3.214656648889547, 58.858930988131554 ], [ -3.214756713049201, 58.85857078647571 ], [ -3.213663982693892, 58.858307122482564 ], [ -3.211686516841972, 58.856785358810455 ], [ -3.208179555578262, 58.856634089959137 ], [ -3.206051705076149, 58.856011798964396 ], [ -3.201945798811597, 58.856081508883378 ], [ -3.198846041114242, 58.853816443720632 ], [ -3.198062279116249, 58.852654325523929 ], [ -3.197796597284819, 58.851686788009431 ], [ -3.200795398297532, 58.850543437724603 ], [ -3.199912361335347, 58.849366984718344 ], [ -3.198420389241401, 58.848371317517191 ], [ -3.198713594078032, 58.847227046879105 ], [ -3.200386372274364, 58.846287311237305 ], [ -3.201959965090768, 58.846088553215445 ], [ -3.208806715858622, 58.843396649343148 ], [ -3.212485525597089, 58.841165275349844 ], [ -3.214882173021493, 58.840629004167937 ], [ -3.214726397232215, 58.840287374906666 ], [ -3.213782590923524, 58.840549529846236 ], [ -3.213533778212621, 58.838786097897916 ], [ -3.210949244441668, 58.836864962136019 ], [ -3.209182012304537, 58.836664171701841 ], [ -3.201180152024836, 58.838532473901957 ], [ -3.196236970827806, 58.838580162124281 ], [ -3.194856906607952, 58.838251643207158 ], [ -3.194212183633288, 58.836383166193997 ], [ -3.193303130932369, 58.836448154739408 ], [ -3.191176046656363, 58.835804062944362 ], [ -3.190923569858918, 58.835968957377922 ], [ -3.190413361884409, 58.83357021032274 ], [ -3.193594332249092, 58.833480664888427 ], [ -3.196350007163278, 58.831305880494732 ], [ -3.19704948946923, 58.831446693612577 ], [ -3.201088223662282, 58.830370917190102 ], [ -3.204207859201347, 58.827973423440632 ], [ -3.20423610871504, 58.826840587546045 ], [ -3.205459307797233, 58.826901921388 ], [ -3.19966697877689, 58.826086468527215 ], [ -3.194068284198237, 58.826713195954184 ], [ -3.189352736655061, 58.826885164149779 ], [ -3.185230439858012, 58.825918047262554 ], [ -3.179191226773119, 58.825870966579139 ], [ -3.174806098968038, 58.824801734326101 ], [ -3.171705762532775, 58.823255457006653 ], [ -3.17038236111526, 58.820883773673074 ], [ -3.17859321074666, 58.817898152617921 ], [ -3.184195994101646, 58.814530889452733 ], [ -3.194111806167382, 58.813426407419868 ], [ -3.196841697973717, 58.812710438919304 ], [ -3.201725775685838, 58.810710665205711 ], [ -3.203220407101561, 58.809428541801822 ], [ -3.203643490870502, 58.808299206213192 ], [ -3.203117016203997, 58.806193447550612 ], [ -3.203545020852453, 58.804707497296789 ], [ -3.204386819007327, 58.805123573161929 ], [ -3.205754403037004, 58.805127866419909 ], [ -3.209250998294461, 58.806871702233181 ], [ -3.210737420175652, 58.807055359145032 ], [ -3.212857262215021, 58.806342074180286 ], [ -3.21781041610083, 58.805623601200658 ], [ -3.22154200196274, 58.803447117074995 ], [ -3.225456231172159, 58.802340292880316 ], [ -3.230514289999425, 58.802652318173791 ], [ -3.238337069629371, 58.802346650956871 ], [ -3.240692883947298, 58.802642868091745 ], [ -3.241095629989187, 58.802288711243541 ], [ -3.243342462331614, 58.801957213833468 ], [ -3.246398592638129, 58.80078706000058 ], [ -3.249512572054905, 58.798921092440914 ], [ -3.250154625485409, 58.798102931614366 ], [ -3.250703025656502, 58.796510558428274 ], [ -3.252162833157933, 58.794712641250797 ], [ -3.252297836303708, 58.792744347053315 ], [ -3.253495123978368, 58.791733958092685 ], [ -3.252916779156892, 58.790713870128087 ], [ -3.255631482750724, 58.790042591566049 ], [ -3.256621115811798, 58.790280849385212 ], [ -3.25613448018309, 58.790124816899301 ], [ -3.256828888151955, 58.789471372829325 ], [ -3.258783683335329, 58.788698749973861 ], [ -3.259652306112988, 58.78798520901104 ], [ -3.259871067099005, 58.787385790810909 ], [ -3.259308544609147, 58.786805678012854 ], [ -3.256871235457236, 58.785617820890543 ], [ -3.252026643284504, 58.7855993687295 ], [ -3.250266461798782, 58.786154443520729 ], [ -3.246444735926561, 58.785957007809543 ], [ -3.240550340934796, 58.784541737321746 ], [ -3.240054219442719, 58.784018386532892 ], [ -3.23842537814014, 58.783455617095079 ], [ -3.236282661916203, 58.783374679356179 ], [ -3.232185862289605, 58.785215598007717 ], [ -3.229908808345772, 58.785545399712419 ], [ -3.22677554171969, 58.785438715998588 ], [ -3.224408209043548, 58.786252490348389 ], [ -3.221389753342075, 58.789562990558899 ], [ -3.219861519406236, 58.790485492269383 ], [ -3.218772070358854, 58.792278639550624 ], [ -3.215077404452487, 58.794640624766245 ], [ -3.212580564521056, 58.799009412224521 ], [ -3.209605891053024, 58.800310025221819 ], [ -3.207246040017895, 58.800931198460972 ], [ -3.206147925414688, 58.800159172630757 ], [ -3.204740421627332, 58.799746595597938 ], [ -3.200518472864522, 58.799571288354471 ], [ -3.197868618803934, 58.798711232281505 ], [ -3.196256141570915, 58.798523209290906 ], [ -3.194624139735823, 58.798874240951513 ], [ -3.191486660883735, 58.800190310163998 ], [ -3.18757405177347, 58.800760784000467 ], [ -3.186081373833063, 58.800585003324024 ], [ -3.184832933833443, 58.800821012254978 ], [ -3.183047558979671, 58.802011282421248 ], [ -3.18105704541397, 58.802414825634791 ], [ -3.17437826827218, 58.802219811614655 ], [ -3.172706472761419, 58.80248021234938 ], [ -3.17018841654612, 58.802127645463173 ], [ -3.168356907739432, 58.800984728014555 ], [ -3.165055932828358, 58.800969668679706 ], [ -3.161252737429012, 58.801773669005776 ], [ -3.158478489025649, 58.803594908210954 ], [ -3.157289236195969, 58.805252787357873 ], [ -3.152588278854983, 58.806511854857426 ], [ -3.148612910673553, 58.806323662287987 ], [ -3.145830457202541, 58.804830528580233 ], [ -3.140434587338352, 58.803597571424881 ], [ -3.138543522307756, 58.80208831829259 ], [ -3.140241985938637, 58.799363607063874 ], [ -3.140119504778102, 58.797634855429912 ], [ -3.14245045638577, 58.796421494459516 ], [ -3.142931930031684, 58.795065515463939 ], [ -3.146933129984764, 58.792772955774737 ], [ -3.14681959176658, 58.791429434087426 ], [ -3.148088743457483, 58.791037329626562 ], [ -3.149540399228048, 58.789677175898696 ], [ -3.153982164824199, 58.787606797288447 ], [ -3.153879783072352, 58.78676345024747 ], [ -3.152541490947368, 58.786211375162729 ], [ -3.150484457796842, 58.786365359020195 ], [ -3.14842508932174, 58.786134921994403 ], [ -3.145308354789548, 58.786627874738741 ], [ -3.141960336210428, 58.788614626813661 ], [ -3.135213675534865, 58.789642379614193 ], [ -3.132086732866374, 58.789783923666249 ], [ -3.130952329113587, 58.78942922566921 ], [ -3.130901855484196, 58.788622232714353 ], [ -3.130149673179788, 58.788102509731957 ], [ -3.130501971315135, 58.787923385660207 ], [ -3.129884321908287, 58.787869519309403 ], [ -3.131715879873233, 58.786470314576775 ], [ -3.138790383717313, 58.78400639978625 ], [ -3.140163540044952, 58.78410114927577 ], [ -3.142707133544581, 58.783648426431107 ], [ -3.143742998277094, 58.783954496477087 ], [ -3.144406363543836, 58.78371688970131 ], [ -3.14520097849927, 58.7841032274696 ], [ -3.146558575112384, 58.783882796020777 ], [ -3.150390484125076, 58.782374810172215 ], [ -3.152383629951784, 58.782179184031293 ], [ -3.152952238211988, 58.782581863890606 ], [ -3.152564533876867, 58.78189644591356 ], [ -3.153853517823969, 58.781488836038619 ], [ -3.157347811821885, 58.781183592553461 ], [ -3.157669917597889, 58.782182142838273 ], [ -3.159683371625265, 58.782389492273872 ], [ -3.1613912766971, 58.781837927563103 ], [ -3.162194469297098, 58.780820269667451 ], [ -3.164365171882015, 58.780611181443156 ], [ -3.165133124158813, 58.78086830391203 ], [ -3.166411952550726, 58.780782198568588 ], [ -3.166660273427748, 58.780965870713665 ], [ -3.166086727426221, 58.781090511853336 ], [ -3.166498397139356, 58.781090382011321 ], [ -3.169034532938035, 58.779763299126408 ], [ -3.17076972466322, 58.780544223849191 ], [ -3.17024999321587, 58.780622589218275 ], [ -3.17124333267994, 58.780842602350255 ], [ -3.171587328721376, 58.780425428456482 ], [ -3.172424292318572, 58.780573204097635 ], [ -3.173005039573041, 58.779688629306769 ], [ -3.173894819240031, 58.779403003823283 ], [ -3.173755937721808, 58.779592880542843 ], [ -3.174304189794388, 58.779591482652819 ], [ -3.173836864529249, 58.779838238777472 ], [ -3.174551028632672, 58.779627855730268 ], [ -3.174747327755278, 58.779857792228881 ], [ -3.178027064872949, 58.779151566394091 ], [ -3.177395151228656, 58.779082789532652 ], [ -3.179578895601129, 58.777632072055702 ], [ -3.179671546296153, 58.778171017041728 ], [ -3.180379172510358, 58.777719056791454 ], [ -3.180903841229615, 58.777991784478168 ], [ -3.181948483350317, 58.777838510154744 ], [ -3.182585296020205, 58.778458688407333 ], [ -3.184285258082106, 58.778655055261673 ], [ -3.184715831865941, 58.77758588575864 ], [ -3.188166867201633, 58.777045781447086 ], [ -3.18826873769614, 58.777395124705301 ], [ -3.189519045567511, 58.777087206751794 ], [ -3.18984816219907, 58.777304219730574 ], [ -3.189266351671359, 58.777486523223843 ], [ -3.189837142317823, 58.777639334571312 ], [ -3.188644980152985, 58.777979053317331 ], [ -3.191352593593876, 58.777599298285104 ], [ -3.191647078283558, 58.777865127229155 ], [ -3.190912982810282, 58.778095549327716 ], [ -3.193137815382862, 58.777709435834936 ], [ -3.193362334077561, 58.778607314008063 ], [ -3.194606204052072, 58.777860206468041 ], [ -3.196260101330428, 58.777520641144619 ], [ -3.196819807288787, 58.777651968756032 ], [ -3.1964779992953, 58.778424862909517 ], [ -3.197065720747533, 58.778414918570611 ], [ -3.19693395068709, 58.778707145216487 ], [ -3.199283409327631, 58.777772789517307 ], [ -3.20198115169611, 58.777511459567641 ], [ -3.202071116503745, 58.778012692791201 ], [ -3.19992133734848, 58.778717109385063 ], [ -3.201642762854061, 58.778279845438846 ], [ -3.20300297552342, 58.778351592363066 ], [ -3.204975808948128, 58.778932249002466 ], [ -3.205627962364795, 58.779433615370017 ], [ -3.206121942023248, 58.779164039430945 ], [ -3.20760929763975, 58.780654541553105 ], [ -3.207930614812745, 58.780393760529385 ], [ -3.209585316737716, 58.780326159757998 ], [ -3.209406139015622, 58.7800979107095 ], [ -3.210251604569177, 58.78073396186344 ], [ -3.210788125083899, 58.780196316712875 ], [ -3.211266287622839, 58.780466664499194 ], [ -3.211169658533938, 58.780225068316682 ], [ -3.212720399241376, 58.780450306013485 ], [ -3.211959177261941, 58.780793373545869 ], [ -3.21317453152538, 58.781915427801636 ], [ -3.213037150827731, 58.782291253259942 ], [ -3.214941677869354, 58.782440386013462 ], [ -3.216192605462706, 58.781706474771632 ], [ -3.217639723035889, 58.781933529062016 ], [ -3.219466510700703, 58.784157185881419 ], [ -3.22279240994279, 58.784236173599702 ], [ -3.22862700494227, 58.785401334667036 ], [ -3.231515410314352, 58.785237269572974 ], [ -3.233068276250835, 58.78478053766468 ], [ -3.234569817711093, 58.783610237142966 ], [ -3.234828034454322, 58.781480012832027 ], [ -3.226921878920445, 58.779290292051456 ], [ -3.223317881627115, 58.77788117672948 ], [ -3.223353850597323, 58.77752695904536 ], [ -3.220242575146836, 58.77610320486788 ], [ -3.220969962087179, 58.775589756350094 ], [ -3.222224852233399, 58.775323689510081 ], [ -3.221439164682971, 58.774816485247769 ], [ -3.221794654578983, 58.774597558569766 ], [ -3.223295524536071, 58.774688416067967 ], [ -3.223113643497272, 58.774237466439835 ], [ -3.223895423994642, 58.774092630441068 ], [ -3.227524676723939, 58.774071609507757 ], [ -3.226264011301156, 58.773631825948769 ], [ -3.227742562511104, 58.773385133722165 ], [ -3.226730942586892, 58.773141478043165 ], [ -3.22760621227326, 58.772951719865333 ], [ -3.226553938024441, 58.772977001153826 ], [ -3.22926923902719, 58.772543380257311 ], [ -3.228545013262221, 58.772308675194125 ], [ -3.229589680868786, 58.772068788514758 ], [ -3.23131153237839, 58.771956255930462 ], [ -3.230039993700629, 58.771795044463396 ], [ -3.232271505268247, 58.771815954235826 ], [ -3.231546839046482, 58.771910897031113 ], [ -3.233141625359183, 58.77206810497033 ], [ -3.232735081960609, 58.772112409268189 ], [ -3.232689922997799, 58.772350854906918 ], [ -3.233285048992931, 58.772357739225129 ], [ -3.232908622613743, 58.772422413843216 ], [ -3.234616961198382, 58.772367449002402 ], [ -3.23585430578475, 58.772879228155681 ], [ -3.237942351096777, 58.773191522849253 ], [ -3.23849662585647, 58.77350774468453 ], [ -3.237836379091567, 58.773712578498206 ], [ -3.237945045678109, 58.774044755207839 ], [ -3.239934475695381, 58.774450475891605 ], [ -3.239262247277608, 58.774610523784013 ], [ -3.239473119588747, 58.775141110089713 ], [ -3.241232157723662, 58.774807139387079 ], [ -3.242009031761631, 58.775156232312433 ], [ -3.242024483383054, 58.774910883913172 ], [ -3.242313315890097, 58.775250303590433 ], [ -3.241587566597369, 58.775800683516351 ], [ -3.24000678399167, 58.776042230146572 ], [ -3.241642821009303, 58.776476471161942 ], [ -3.241385890712688, 58.776691809984953 ], [ -3.241844566306737, 58.776604762902423 ], [ -3.242171167387525, 58.777081238727042 ], [ -3.244061566860011, 58.777806699960188 ], [ -3.244675430338143, 58.778382789439924 ], [ -3.243602423969802, 58.779138618519184 ], [ -3.244483948616294, 58.779363639104176 ], [ -3.246658314645614, 58.779030976459559 ], [ -3.246405595079332, 58.779266942417557 ], [ -3.247105895198243, 58.779261071091057 ], [ -3.247308833362141, 58.779566281865741 ], [ -3.246574147612193, 58.77962637662803 ], [ -3.247130226552601, 58.77989134919676 ], [ -3.246243648964136, 58.780250203908288 ], [ -3.248753714746635, 58.780546571921199 ], [ -3.248446015789048, 58.781178267707041 ], [ -3.249287776753449, 58.781112634569588 ], [ -3.250007316114677, 58.78164097097882 ], [ -3.253770220397874, 58.781370924761617 ], [ -3.255355939068871, 58.78169321216879 ], [ -3.25754211592474, 58.781207562811858 ], [ -3.258298139979368, 58.780589434690917 ], [ -3.259441053961686, 58.780290865462561 ], [ -3.266155580654935, 58.779667361323099 ], [ -3.2682626657207, 58.779723901687127 ], [ -3.269878747428631, 58.780402286222348 ], [ -3.270701436907781, 58.780384303799124 ], [ -3.272312409380137, 58.779360674309103 ], [ -3.271122270624241, 58.779215229262824 ], [ -3.272023621622138, 58.77893689146341 ], [ -3.272372704997482, 58.779259484314665 ], [ -3.272437052140301, 58.77879629127743 ], [ -3.27407508113297, 58.778231337555837 ], [ -3.274799043234092, 58.778446930400008 ], [ -3.27447821126244, 58.77880128628788 ], [ -3.274877293267282, 58.779118887568636 ], [ -3.277900495093912, 58.77991259267128 ], [ -3.283018660693539, 58.778458834330245 ], [ -3.286643449351391, 58.776855411062733 ], [ -3.286642102739362, 58.777286547953821 ], [ -3.287469507582216, 58.776510352137663 ], [ -3.289493289053169, 58.776050027827054 ], [ -3.292607479451483, 58.776544285165357 ], [ -3.293546051595842, 58.776436075547366 ], [ -3.294286175099649, 58.777501969332356 ], [ -3.296979813027007, 58.778076686877021 ], [ -3.296202224173558, 58.778560537038715 ], [ -3.297751307084838, 58.779052428400512 ], [ -3.297888655323599, 58.779720186996713 ], [ -3.298268374829041, 58.779698401819203 ], [ -3.297641926567355, 58.780293010887654 ], [ -3.298590113877582, 58.780903208719224 ], [ -3.297031591825208, 58.781552104197651 ], [ -3.297091917183173, 58.782705652303335 ], [ -3.29782367318011, 58.78330905044124 ], [ -3.300519079697898, 58.784148640708423 ], [ -3.304061192071006, 58.784728128881191 ], [ -3.305064135863894, 58.785638615508191 ], [ -3.304829218773084, 58.78606313464477 ], [ -3.306433932227399, 58.786181618366612 ], [ -3.305788071327603, 58.786489046942791 ], [ -3.306904996325621, 58.786747188272734 ], [ -3.307243722154485, 58.787933839042871 ], [ -3.308146042204857, 58.788234562473455 ], [ -3.308412495880656, 58.788878546767691 ], [ -3.309920326429136, 58.789406640734406 ], [ -3.309479035712564, 58.790322769613667 ], [ -3.311043274602767, 58.790279936433123 ], [ -3.312745355430665, 58.791367383809735 ], [ -3.310957038892394, 58.791893038743723 ], [ -3.312950195555823, 58.791522480041088 ], [ -3.312363805762227, 58.792260460277838 ], [ -3.313462477781925, 58.792258260691291 ], [ -3.313758390736367, 58.792533682192627 ], [ -3.315059026897738, 58.792381213051712 ], [ -3.314579145677006, 58.792731901871385 ], [ -3.315265796250076, 58.793272790733845 ], [ -3.318173743839195, 58.79329700145864 ], [ -3.317493091669037, 58.793600352724255 ], [ -3.318012107029123, 58.794282156535608 ], [ -3.314543444505449, 58.794533109062861 ], [ -3.317899535007977, 58.794507850735776 ], [ -3.318998998033559, 58.794752595018686 ], [ -3.318845911718079, 58.795050558408548 ], [ -3.320054782671646, 58.796124988988474 ], [ -3.322212256824031, 58.796430730792927 ], [ -3.3219181869422, 58.797116358797624 ], [ -3.321292407921401, 58.797270968233271 ], [ -3.322051002841204, 58.797195833825114 ], [ -3.322657961439922, 58.797683610264023 ], [ -3.322363657228771, 58.798135715539651 ], [ -3.323196423032522, 58.798190049972213 ], [ -3.32416688508559, 58.80026835531833 ], [ -3.32368091630013, 58.801822696832289 ], [ -3.324055435457963, 58.802339796663787 ], [ -3.322826092823654, 58.803237109651704 ], [ -3.32297510642971, 58.803514016564321 ], [ -3.322289855632613, 58.803700675893431 ], [ -3.323484943565458, 58.804402473679431 ], [ -3.322453131420355, 58.805261829077494 ], [ -3.323126989653152, 58.805457010801589 ], [ -3.323296294400767, 58.806039089139986 ], [ -3.324830815084453, 58.805879635204903 ], [ -3.32606012273472, 58.806567585756504 ], [ -3.324502095119131, 58.807019202670645 ], [ -3.326379300438983, 58.806766395086633 ], [ -3.325838174320053, 58.807328825434517 ], [ -3.328430989405676, 58.807908428759767 ], [ -3.326001112050524, 58.808422926296856 ], [ -3.326966657875348, 58.808547727606381 ], [ -3.326077957912262, 58.80884877033391 ], [ -3.326757129312073, 58.808954061358676 ], [ -3.326217512678914, 58.809103316392722 ], [ -3.326203641037437, 58.809646855506706 ], [ -3.326893710309387, 58.809810415359642 ], [ -3.326390405803566, 58.810004206445171 ], [ -3.32751961464474, 58.809880323136227 ], [ -3.328374026378414, 58.810266728534067 ], [ -3.33048728991684, 58.8098452694542 ], [ -3.330720458855765, 58.810282971883801 ], [ -3.33169920046121, 58.810524365124806 ], [ -3.329580694580325, 58.811035715491883 ], [ -3.33177806127406, 58.8107750408398 ], [ -3.329884690352826, 58.811288563424839 ], [ -3.330769303372577, 58.811557879095581 ], [ -3.330621052245175, 58.8113034274364 ], [ -3.332269119182769, 58.811165170088948 ], [ -3.332466888705204, 58.811356236277817 ], [ -3.331209818874056, 58.811984460569533 ], [ -3.333002817360819, 58.811561773227275 ], [ -3.333684096448457, 58.811945441358169 ], [ -3.331847820502259, 58.812368584702376 ], [ -3.333791175545136, 58.812254205789721 ], [ -3.334569589168304, 58.812461720879639 ], [ -3.333821555989952, 58.813946955280208 ], [ -3.332248232189892, 58.81445720327153 ], [ -3.328367057546166, 58.816648340361695 ], [ -3.328319287281201, 58.8172101916944 ], [ -3.32900608098246, 58.817283957271769 ], [ -3.328434131493981, 58.817496425822078 ], [ -3.330036305658496, 58.817282326504404 ], [ -3.33158634358158, 58.8179669210258 ], [ -3.33198638822868, 58.818690315613615 ], [ -3.331245934306531, 58.819250333036699 ], [ -3.332367329491217, 58.818915418590997 ], [ -3.331729703958151, 58.819447431988664 ], [ -3.332628485203634, 58.819177684334782 ], [ -3.336554267961653, 58.82039453840661 ], [ -3.338440753975316, 58.82059055230684 ], [ -3.341575080535637, 58.821707679092135 ], [ -3.343467055462863, 58.823385555628413 ], [ -3.343236875858383, 58.823926857419117 ], [ -3.342702630194085, 58.823995288164156 ], [ -3.343197097439478, 58.82424163332275 ], [ -3.342166863548815, 58.824472402966002 ], [ -3.343188990538109, 58.82447973459 ], [ -3.34530696994832, 58.825279510355074 ], [ -3.346550232371134, 58.825405764625678 ], [ -3.346746472129469, 58.825776461030678 ], [ -3.349346595830919, 58.826499286154124 ], [ -3.351841190714528, 58.827622853962716 ], [ -3.350797153676971, 58.828612796870509 ], [ -3.351622210486232, 58.828671524287714 ], [ -3.352008370360424, 58.829246805273719 ], [ -3.353133477185928, 58.829226035196001 ], [ -3.353305587240837, 58.829641883853277 ], [ -3.354329518436341, 58.829469473729297 ], [ -3.355146750947022, 58.82977076903228 ], [ -3.355196636344711, 58.831270203044589 ], [ -3.35602362922438, 58.831598335938125 ], [ -3.357376197834853, 58.831633521574375 ], [ -3.360156188544706, 58.833171584204329 ], [ -3.361128001096205, 58.833435286583409 ], [ -3.36251104928168, 58.83336231608407 ], [ -3.36337681742219, 58.834233391768386 ], [ -3.363989987511544, 58.834186497018592 ], [ -3.36367259034228, 58.834706302969813 ], [ -3.364847500577942, 58.835286686058367 ], [ -3.365179522828377, 58.83601968270812 ], [ -3.368961592855469, 58.836370344456199 ], [ -3.369990884268962, 58.837208206768651 ], [ -3.370358884918354, 58.837752191200984 ], [ -3.369419636356799, 58.838098974036733 ], [ -3.368763800009199, 58.840140304858792 ], [ -3.369317885600068, 58.840349992965081 ], [ -3.368990062294125, 58.840604959350721 ], [ -3.372099599002489, 58.841681205102631 ], [ -3.370849549128964, 58.84205824521527 ], [ -3.371865983736789, 58.841908232284865 ], [ -3.37122922507822, 58.842238340583563 ], [ -3.372927621877706, 58.842462801801211 ], [ -3.372662383920029, 58.842766511897956 ], [ -3.373457176028094, 58.843364331746173 ], [ -3.373030399672825, 58.843746105909894 ], [ -3.374151976333505, 58.844062010741176 ], [ -3.373628683002712, 58.84441337762059 ], [ -3.374613431751266, 58.844555588992478 ], [ -3.37519544561454, 58.845029918198648 ], [ -3.374464277066146, 58.845383502010776 ], [ -3.375041559440459, 58.845301010875112 ], [ -3.375208260871345, 58.847320139848534 ], [ -3.374521931091663, 58.849025005808954 ], [ -3.373938590892656, 58.849174922028759 ], [ -3.37356892874745, 58.849906379317531 ], [ -3.375902878040135, 58.850631513690573 ], [ -3.376243413383714, 58.851350919414735 ], [ -3.375501292891568, 58.854053362278151 ], [ -3.377453574278416, 58.854544517183413 ], [ -3.377543514335579, 58.855935735164032 ], [ -3.378890518234042, 58.856460268746311 ], [ -3.377981918028483, 58.857152581660003 ], [ -3.378744785362097, 58.858244709440413 ], [ -3.378147370553045, 58.858480120743039 ], [ -3.378741617958125, 58.859690810780052 ], [ -3.377785377041996, 58.860931518605298 ], [ -3.377064634689056, 58.861118840082881 ], [ -3.375464214332459, 58.863605880555141 ], [ -3.379625962677598, 58.867535935787579 ], [ -3.379240866229283, 58.867881355337182 ], [ -3.379910629239779, 58.867717021775995 ], [ -3.382827472824871, 58.869109444100381 ], [ -3.386211795951337, 58.870043206582707 ], [ -3.391247855044222, 58.870860305042726 ], [ -3.395055635134934, 58.870671043639788 ], [ -3.403668607766802, 58.869230477634439 ], [ -3.407711959628164, 58.869509827413772 ], [ -3.412833396578276, 58.870495811945432 ], [ -3.413170018551995, 58.870882839856534 ], [ -3.417231367273745, 58.872019462161113 ], [ -3.422351436073823, 58.87232246824 ], [ -3.428354988197447, 58.871335592733651 ], [ -3.430778575563152, 58.871227937833716 ], [ -3.434529458922011, 58.871343525518924 ], [ -3.434439145913477, 58.872094514361436 ], [ -3.434935081554997, 58.871841107421758 ], [ -3.434745119643876, 58.87215398984381 ], [ -3.43518315642084, 58.872261397900161 ], [ -3.434593829348682, 58.873107747893869 ], [ -3.435672974336579, 58.874874170420377 ], [ -3.435293823481533, 58.875561004796673 ], [ -3.435869155255643, 58.876259688666224 ], [ -3.435057392718436, 58.879484213995639 ], [ -3.434024731055334, 58.880519610645941 ], [ -3.431551973754206, 58.88134192373559 ], [ -3.429172169580101, 58.882737998625885 ], [ -3.428258278645594, 58.884135797720617 ], [ -3.430342431670855, 58.886079769133502 ], [ -3.431787378540625, 58.885987422032755 ], [ -3.432605971139445, 58.88732113567356 ], [ -3.431444895009165, 58.886516654072189 ], [ -3.430754753478339, 58.88682069766076 ], [ -3.430474627347336, 58.886549852592722 ], [ -3.429344381642945, 58.886490504051316 ], [ -3.427322122674593, 58.886679019688877 ], [ -3.426763493673922, 58.887017516409514 ], [ -3.426935118399288, 58.887392858525047 ], [ -3.42655391744387, 58.88719497584794 ], [ -3.426418040374051, 58.888319204858007 ], [ -3.425095148166913, 58.888850254878946 ], [ -3.423507819545892, 58.891180568956038 ], [ -3.424081332217702, 58.891834414782089 ], [ -3.423633496920535, 58.892759985395017 ], [ -3.42437459136482, 58.89326827478623 ], [ -3.42348440449238, 58.893987646082088 ], [ -3.423694787065079, 58.894672438006218 ], [ -3.422899956640074, 58.89581289975628 ], [ -3.423478364157629, 58.899749547493876 ], [ -3.423074710544755, 58.90111922730658 ], [ -3.41870206591925, 58.905815373109832 ], [ -3.41894842363005, 58.906531212894492 ], [ -3.417840439770778, 58.907666093527105 ], [ -3.418416203847572, 58.907947195016241 ], [ -3.418282285395118, 58.908492062649806 ], [ -3.417092333808863, 58.909111382338821 ], [ -3.416115587197471, 58.91154716690086 ], [ -3.414136432634788, 58.912615207025517 ], [ -3.413839802497374, 58.913004667553601 ], [ -3.414512970323817, 58.913118558532716 ], [ -3.413586442631896, 58.913815797727231 ], [ -3.41240539800012, 58.914021812998826 ], [ -3.412433623824296, 58.914713101171643 ], [ -3.409720136661496, 58.915878908454388 ], [ -3.408505854804721, 58.917190006601935 ], [ -3.406210338745078, 58.917538334932807 ], [ -3.405915512113655, 58.919257056309227 ], [ -3.405192072750147, 58.919404137209355 ], [ -3.405040509673253, 58.920375813423213 ], [ -3.404419744885451, 58.920485847118798 ], [ -3.403573348317765, 58.920171694002363 ], [ -3.403158595581849, 58.920436665937835 ], [ -3.402675902820476, 58.922238252048352 ], [ -3.401454976859002, 58.921254516205352 ], [ -3.400843592243451, 58.921382394357842 ], [ -3.400761066414504, 58.921917702008905 ], [ -3.399342236344261, 58.921192069878828 ], [ -3.399259180719218, 58.921929471300068 ], [ -3.398299289005566, 58.922029671799436 ], [ -3.397901226866176, 58.923138729059822 ], [ -3.396754469719557, 58.923128666017639 ], [ -3.396611879517305, 58.924113705759488 ], [ -3.394746373170488, 58.923940732181805 ], [ -3.393716947029563, 58.922963840819065 ], [ -3.39293225101022, 58.923102530622344 ], [ -3.391365966202064, 58.922378400150734 ], [ -3.390623216623616, 58.922696259112257 ], [ -3.388801551724044, 58.922747272000088 ], [ -3.387737967569651, 58.921779682831982 ], [ -3.386622698007103, 58.921903918112783 ], [ -3.386036794348526, 58.922669154345691 ], [ -3.385642843137566, 58.922156927639492 ], [ -3.384313415831251, 58.922355291148101 ], [ -3.384116884831095, 58.922869352418033 ], [ -3.382432701034452, 58.923318489880863 ], [ -3.381316898024612, 58.923213651119418 ], [ -3.382080363416884, 58.922325286437911 ], [ -3.378390322645481, 58.922562269378552 ], [ -3.377834846874218, 58.922788240740871 ], [ -3.378481419322276, 58.92310469125924 ], [ -3.376892460634394, 58.923548250031871 ], [ -3.377735991400996, 58.924666469029773 ], [ -3.37646685065172, 58.925117392352576 ], [ -3.376638616257157, 58.925374236816673 ], [ -3.374892108488168, 58.925746695307517 ], [ -3.373961458745664, 58.926281116768749 ], [ -3.372461284550315, 58.926297046153259 ], [ -3.371397275746189, 58.925747876506179 ], [ -3.370955580087704, 58.92669922913062 ], [ -3.369822887388598, 58.92647680977381 ], [ -3.369725866167838, 58.926965542661982 ], [ -3.36904851206128, 58.926968224085734 ], [ -3.369358044782753, 58.927239786389151 ], [ -3.368226104068357, 58.927168237237609 ], [ -3.369094110165602, 58.927461733719689 ], [ -3.369167871675937, 58.927876804554188 ], [ -3.368191497699425, 58.928005695645041 ], [ -3.368944995011337, 58.928039037770588 ], [ -3.368726153333942, 58.928478761696823 ], [ -3.367646243094392, 58.928142595310213 ], [ -3.367154167211986, 58.928657957137936 ], [ -3.367573408918445, 58.928848426967441 ], [ -3.366815504958685, 58.92887979136141 ], [ -3.364664647138978, 58.928433661417756 ], [ -3.363299920856247, 58.929375860746511 ], [ -3.362958732962232, 58.929137849986937 ], [ -3.362367250862403, 58.929469218226082 ], [ -3.361975070802428, 58.929259585206914 ], [ -3.360215620146136, 58.929400252373924 ], [ -3.357093080045357, 58.930707551916214 ], [ -3.356653974246908, 58.931515118341537 ], [ -3.356172013049687, 58.931540830668474 ], [ -3.356307347256135, 58.931890594089388 ], [ -3.355997568436703, 58.931566910155269 ], [ -3.355211852497892, 58.932087099347797 ], [ -3.354947525861422, 58.931859040342012 ], [ -3.35485392104045, 58.93213036851602 ], [ -3.354668517802687, 58.931921241810436 ], [ -3.354016053252083, 58.932029566586507 ], [ -3.354067811704399, 58.932330808043424 ], [ -3.35353809041459, 58.931935771291549 ], [ -3.353461762891764, 58.93233804958971 ], [ -3.35322967457056, 58.932178808450331 ] ] ], [ [ [ -3.073860793001781, 58.938988776494107 ], [ -3.076403664329705, 58.938455713133898 ], [ -3.074830616230967, 58.939052571511795 ], [ -3.073860793001781, 58.938988776494107 ] ] ], [ [ [ -2.701054241141287, 58.943708068430816 ], [ -2.700993720221867, 58.943465915534311 ], [ -2.700096046510399, 58.943673742283288 ], [ -2.699868082917662, 58.943314846855252 ], [ -2.701549527829012, 58.942682473203639 ], [ -2.700896203418689, 58.942513583856318 ], [ -2.702347096304687, 58.942253354617684 ], [ -2.700814628367858, 58.942346983423498 ], [ -2.702670049368524, 58.941642704089595 ], [ -2.701910997009775, 58.942085086944225 ], [ -2.703512859377167, 58.941730625168354 ], [ -2.703373383902506, 58.942049303155152 ], [ -2.704635243676922, 58.942661211299473 ], [ -2.703097352124755, 58.942659700409905 ], [ -2.701054241141287, 58.943708068430816 ] ] ], [ [ [ -2.810575149813729, 58.943282824829147 ], [ -2.810264329370832, 58.942996485785464 ], [ -2.811186005545889, 58.943099378271356 ], [ -2.811941273779303, 58.943811314357553 ], [ -2.811004331521216, 58.944465610942778 ], [ -2.811667679626214, 58.944000731614707 ], [ -2.810575149813729, 58.943282824829147 ] ] ], [ [ [ -2.807911331225979, 58.944626861831978 ], [ -2.808927192963042, 58.944371743441799 ], [ -2.810428917850161, 58.94453118498938 ], [ -2.809445697738411, 58.944769945379115 ], [ -2.807911331225979, 58.944626861831978 ] ] ], [ [ [ -3.308441095644196, 58.940707796404077 ], [ -3.307478376235951, 58.940386111051673 ], [ -3.306680784594645, 58.940708524537229 ], [ -3.305681053146327, 58.940418635211152 ], [ -3.305065311119245, 58.940633220707205 ], [ -3.300834502296588, 58.939125619821276 ], [ -3.298846736507302, 58.938990213236927 ], [ -3.293542861341193, 58.937582962271492 ], [ -3.292460203539004, 58.937532710012725 ], [ -3.290535391952588, 58.936427440074375 ], [ -3.289854993233123, 58.934630734788485 ], [ -3.289081374553091, 58.934152546154586 ], [ -3.282679310512201, 58.932334562918236 ], [ -3.280557389969658, 58.932551385973255 ], [ -3.277920952124369, 58.933607641527338 ], [ -3.277264509703238, 58.934226664864511 ], [ -3.27787530739525, 58.935004718118584 ], [ -3.277322866680411, 58.935006582147224 ], [ -3.276700287465592, 58.935884833533457 ], [ -3.277111474242995, 58.93633883147335 ], [ -3.274819524556465, 58.936240189928284 ], [ -3.274870729069129, 58.936450750697041 ], [ -3.272840068255387, 58.93575671924291 ], [ -3.271488845603566, 58.935157470207955 ], [ -3.270961355462754, 58.933522631760717 ], [ -3.26912084218838, 58.932700933543266 ], [ -3.265773472504746, 58.929914442510572 ], [ -3.266510320941201, 58.928404623456728 ], [ -3.265994358480889, 58.92792916466378 ], [ -3.267425729871523, 58.925323081868598 ], [ -3.266881009108299, 58.923777312372906 ], [ -3.267982137435807, 58.924012613950076 ], [ -3.271619527657711, 58.923643683952371 ], [ -3.274398564683867, 58.922513396154841 ], [ -3.275552445213735, 58.921682904348572 ], [ -3.277597234421391, 58.921087900462709 ], [ -3.278298519308135, 58.920514235175574 ], [ -3.282488168909038, 58.919782968575639 ], [ -3.285058852331189, 58.919886781436233 ], [ -3.290860511489194, 58.921125932116119 ], [ -3.295572801899338, 58.92164823711321 ], [ -3.301242764384924, 58.923846578675146 ], [ -3.303740120047896, 58.92383849059015 ], [ -3.305401359442553, 58.924226801071249 ], [ -3.306723291998538, 58.924781984067927 ], [ -3.308207000845694, 58.926306425822773 ], [ -3.307975670791299, 58.927629955311119 ], [ -3.309069898333526, 58.928635598414296 ], [ -3.309919053852812, 58.931011608554662 ], [ -3.309767449708075, 58.932145720094788 ], [ -3.31083858435326, 58.932766273245683 ], [ -3.310891532273391, 58.93347528076854 ], [ -3.312136738451148, 58.933919816621099 ], [ -3.312245412535565, 58.93417379078258 ], [ -3.311627266464759, 58.934275265282345 ], [ -3.312383069574316, 58.934458906287382 ], [ -3.312404059599655, 58.934782928063605 ], [ -3.311668786351892, 58.934728413574106 ], [ -3.311854491874115, 58.934997773674731 ], [ -3.311564513417422, 58.934865092657084 ], [ -3.311084002747385, 58.935434904829442 ], [ -3.312009233440161, 58.936099140977973 ], [ -3.311572268614038, 58.936488881739656 ], [ -3.312497390997896, 58.936920492997317 ], [ -3.313597780494864, 58.93853408888139 ], [ -3.313228336616141, 58.939374922167254 ], [ -3.313034155616593, 58.939203549103986 ], [ -3.312180242149813, 58.939550818967255 ], [ -3.310767491006713, 58.940604308723927 ], [ -3.308441095644196, 58.940707796404077 ] ] ], [ [ [ -3.295857078834489, 58.940264140422933 ], [ -3.296102963329888, 58.939777572154924 ], [ -3.297920493351329, 58.94056140019174 ], [ -3.297781269459608, 58.940879845354146 ], [ -3.296750899933078, 58.940882992974458 ], [ -3.295857078834489, 58.940264140422933 ] ] ], [ [ [ -2.826145996965339, 58.948614170818786 ], [ -2.826490430058167, 58.948409002885391 ], [ -2.827406461191923, 58.948848599950111 ], [ -2.826145996965339, 58.948614170818786 ] ] ], [ [ [ -2.828784731157968, 58.949790854480355 ], [ -2.829256812121501, 58.949762683076074 ], [ -2.829098996928672, 58.949994503349316 ], [ -2.828277133620489, 58.950222493430907 ], [ -2.828009173230694, 58.950065246867759 ], [ -2.828784731157968, 58.949790854480355 ] ] ], [ [ [ -2.826997668772358, 58.950430951777534 ], [ -2.82739135918413, 58.950322460279729 ], [ -2.828127073316031, 58.950415645004398 ], [ -2.827441275071172, 58.950519720575898 ], [ -2.826997668772358, 58.950430951777534 ] ] ], [ [ [ -2.827981009189279, 58.950703070135035 ], [ -2.828916017142472, 58.950264204372338 ], [ -2.829428454054558, 58.950541124047078 ], [ -2.828606084545448, 58.950748463357534 ], [ -2.827981009189279, 58.950703070135035 ] ] ], [ [ [ -2.709179751215976, 58.952502656071566 ], [ -2.709593413357987, 58.952078291897358 ], [ -2.71029503582755, 58.952133715029461 ], [ -2.709179751215976, 58.952502656071566 ] ] ], [ [ [ -2.708664837993362, 58.953075756128229 ], [ -2.709291891357515, 58.952800202847023 ], [ -2.708936080490477, 58.95307965864987 ], [ -2.708664837993362, 58.953075756128229 ] ] ], [ [ [ -3.334938533531262, 58.952992437632844 ], [ -3.333989983516334, 58.952422908364021 ], [ -3.334109033187278, 58.951769617785466 ], [ -3.334691273051083, 58.952306998960452 ], [ -3.334515358939693, 58.951758242227051 ], [ -3.335084407886812, 58.952134089156885 ], [ -3.334903195140154, 58.951763223010211 ], [ -3.335255230912872, 58.95187635115014 ], [ -3.335593118697469, 58.952972210082699 ], [ -3.335086293815675, 58.952587639839663 ], [ -3.334938533531262, 58.952992437632844 ] ] ], [ [ [ -3.288212229434429, 58.958099641417355 ], [ -3.288352848251725, 58.957814426030545 ], [ -3.290221563121642, 58.959109801102436 ], [ -3.29017796213621, 58.960223043893819 ], [ -3.28939905834079, 58.960131112501415 ], [ -3.288416436330872, 58.95923915703542 ], [ -3.288212229434429, 58.958099641417355 ] ] ], [ [ [ -2.702853237658138, 58.964826442074667 ], [ -2.702941329963566, 58.964370639798453 ], [ -2.703526998600388, 58.96444109932937 ], [ -2.702853237658138, 58.964826442074667 ] ] ], [ [ [ -2.701806708099922, 58.965009042337883 ], [ -2.702294295123648, 58.964445998741354 ], [ -2.702833807573596, 58.964555329087695 ], [ -2.701806708099922, 58.965009042337883 ] ] ], [ [ [ -2.707060202238385, 58.965034330404663 ], [ -2.707260080098801, 58.964945226856351 ], [ -2.707211701973302, 58.965045177555105 ], [ -2.707060202238385, 58.965034330404663 ] ] ], [ [ [ -2.707021470206081, 58.965520400505255 ], [ -2.707077246627219, 58.965272227118945 ], [ -2.70729839420457, 58.965372501102969 ], [ -2.707021470206081, 58.965520400505255 ] ] ], [ [ [ -2.906186218444553, 58.964339251585983 ], [ -2.907762754105391, 58.963721988352944 ], [ -2.908015917583679, 58.964092024006383 ], [ -2.906679744777851, 58.964592650286079 ], [ -2.906186218444553, 58.964339251585983 ] ] ], [ [ [ -2.792607941149107, 58.974308002146998 ], [ -2.792933823517205, 58.974108428206733 ], [ -2.793150466047792, 58.974301984650715 ], [ -2.792607941149107, 58.974308002146998 ] ] ], [ [ [ -2.792844312460961, 58.976041648431313 ], [ -2.792976006779427, 58.975565756531878 ], [ -2.793329462156233, 58.975884205904137 ], [ -2.792844312460961, 58.976041648431313 ] ] ], [ [ [ -2.793844906661098, 58.976741408055403 ], [ -2.793753068699499, 58.97660546283231 ], [ -2.794059907497413, 58.976635911868598 ], [ -2.793844906661098, 58.976741408055403 ] ] ], [ [ [ -2.795005507809995, 58.984685896102803 ], [ -2.795374320814145, 58.984533651308141 ], [ -2.79514860801417, 58.98478021382887 ], [ -2.795005507809995, 58.984685896102803 ] ] ], [ [ [ -2.838737151706984, 58.984796141711435 ], [ -2.839618535918427, 58.984695231639641 ], [ -2.840321580793471, 58.984844242877521 ], [ -2.839751054384759, 58.984921587736608 ], [ -2.838737151706984, 58.984796141711435 ] ] ], [ [ [ -2.840590119755378, 58.98608275542162 ], [ -2.841879495038491, 58.985516666518194 ], [ -2.842348807950967, 58.985569295187169 ], [ -2.841446006362274, 58.986005348808746 ], [ -2.840590119755378, 58.98608275542162 ] ] ], [ [ [ -2.795823667411698, 58.986967382539149 ], [ -2.795906424617781, 58.986708226650862 ], [ -2.795992353924324, 58.9868127737873 ], [ -2.795823667411698, 58.986967382539149 ] ] ], [ [ [ -2.844664289055968, 58.986764828802585 ], [ -2.844689964391697, 58.986179109464409 ], [ -2.843139775609031, 58.986965159878906 ], [ -2.841732375239709, 58.986261237805422 ], [ -2.846872132794026, 58.985554155547682 ], [ -2.84696748673197, 58.985752906871447 ], [ -2.846231454467769, 58.985821483943752 ], [ -2.846796196204132, 58.986004593304088 ], [ -2.846404367624834, 58.986415784554701 ], [ -2.846851280568173, 58.986405677406054 ], [ -2.843659156231998, 58.987143189777015 ], [ -2.844664289055968, 58.986764828802585 ] ] ], [ [ [ -2.796441432389417, 58.988026012900434 ], [ -2.796602192207922, 58.987980119873789 ], [ -2.79677624098799, 58.988886110003008 ], [ -2.796441432389417, 58.988026012900434 ] ] ], [ [ [ -3.078578810704947, 59.003230419740653 ], [ -3.083234209585512, 59.00202491720637 ], [ -3.085311484984032, 59.002207805218283 ], [ -3.087613763719706, 59.003176416246141 ], [ -3.087805185687561, 59.003781035181547 ], [ -3.087244254334561, 59.004431488778984 ], [ -3.084314310190016, 59.004707523264564 ], [ -3.082387003643628, 59.005867839711392 ], [ -3.08142572990119, 59.005804020512585 ], [ -3.07878099588159, 59.005630287508417 ], [ -3.077302730269973, 59.004955536310838 ], [ -3.077128583032915, 59.004229514140285 ], [ -3.078578810704947, 59.003230419740653 ] ] ], [ [ [ -2.944900498308602, 59.006867493475333 ], [ -2.944713914557451, 59.00647548920859 ], [ -2.945281927309241, 59.006746161782651 ], [ -2.945135038546451, 59.007040012512533 ], [ -2.944900498308602, 59.006867493475333 ] ] ], [ [ [ -2.944694307487691, 59.007221050520585 ], [ -2.945195877860146, 59.007163505565941 ], [ -2.944709334391219, 59.007896307787739 ], [ -2.944694307487691, 59.007221050520585 ] ] ], [ [ [ -3.062443927060054, 59.005460872197702 ], [ -3.065257896444273, 59.005030016443136 ], [ -3.066322215962955, 59.005218842449025 ], [ -3.067522881141691, 59.005931032492718 ], [ -3.068125351100162, 59.008068956516823 ], [ -3.065984857751886, 59.008496128549176 ], [ -3.06543398855636, 59.008924568764854 ], [ -3.065218640422856, 59.010125316185899 ], [ -3.065740414563603, 59.011007458222871 ], [ -3.063488287871867, 59.01036316385008 ], [ -3.060966798182858, 59.01007219792286 ], [ -3.059931428782807, 59.009639703048954 ], [ -3.059501304901333, 59.008788222479538 ], [ -3.060407065217793, 59.007329466070686 ], [ -3.062443927060054, 59.005460872197702 ] ] ], [ [ [ -3.364067991833297, 59.013922450523793 ], [ -3.364401351610615, 59.013633326163102 ], [ -3.364929857536825, 59.013698712596515 ], [ -3.364725705431169, 59.013952347218591 ], [ -3.364067991833297, 59.013922450523793 ] ] ], [ [ [ -2.937882856388589, 59.017688428226748 ], [ -2.938367112321182, 59.0162219292434 ], [ -2.939041214648188, 59.016227821621328 ], [ -2.939207631861265, 59.016583157849837 ], [ -2.938538414892358, 59.018163261672377 ], [ -2.937882856388589, 59.017688428226748 ] ] ], [ [ [ -3.365045190333542, 59.016346158193734 ], [ -3.366403285316474, 59.016118079067098 ], [ -3.366933551884281, 59.016314569758897 ], [ -3.36523484602849, 59.0165175035605 ], [ -3.365045190333542, 59.016346158193734 ] ] ], [ [ [ -3.361966574394266, 59.018164992426918 ], [ -3.361953754309902, 59.018016931687399 ], [ -3.362129765142039, 59.018063581464325 ], [ -3.361966574394266, 59.018164992426918 ] ] ], [ [ [ -3.363028459143414, 59.020484535517014 ], [ -3.363869993603278, 59.020270899614474 ], [ -3.363697029376592, 59.020653537988615 ], [ -3.363028459143414, 59.020484535517014 ] ] ], [ [ [ -3.36363269028087, 59.02171224129696 ], [ -3.363809678896423, 59.021563080929255 ], [ -3.364095863141335, 59.021620244323351 ], [ -3.36363269028087, 59.02171224129696 ] ] ], [ [ [ -3.363731264438851, 59.022134234472901 ], [ -3.364476961028811, 59.021786880508515 ], [ -3.364160368693927, 59.022149476310624 ], [ -3.363731264438851, 59.022134234472901 ] ] ], [ [ [ -3.362622328481209, 59.022282422087819 ], [ -3.363668299270133, 59.022171721575646 ], [ -3.362935202063485, 59.022397687383616 ], [ -3.362622328481209, 59.022282422087819 ] ] ], [ [ [ -3.36161378738, 59.022723241416728 ], [ -3.362358414951324, 59.02243608746975 ], [ -3.362017130552495, 59.022879771322906 ], [ -3.36161378738, 59.022723241416728 ] ] ], [ [ [ -2.898479090957756, 59.027366185789333 ], [ -2.896965864952483, 59.026117553638485 ], [ -2.897698935104156, 59.023299670208473 ], [ -2.897326842020829, 59.023324700015003 ], [ -2.89777824337789, 59.023134770828719 ], [ -2.89651451746681, 59.022630714271052 ], [ -2.897690607573681, 59.021509841198856 ], [ -2.897220086606832, 59.02116554102242 ], [ -2.897841449649082, 59.021015746252857 ], [ -2.897006577842772, 59.020189901033625 ], [ -2.897805441077047, 59.019901469908383 ], [ -2.896870356126902, 59.020041761728066 ], [ -2.898216107118894, 59.019553757854254 ], [ -2.896953165088949, 59.019610106701492 ], [ -2.899003630765937, 59.019232168597433 ], [ -2.89994767656148, 59.018769385608437 ], [ -2.899465572527026, 59.01864789964624 ], [ -2.900618127510462, 59.018434230181825 ], [ -2.900785740588272, 59.018716860486499 ], [ -2.900347010683495, 59.018789063086452 ], [ -2.901363013997017, 59.018681412195811 ], [ -2.901215116159091, 59.018886307020637 ], [ -2.901544736101929, 59.018770854542716 ], [ -2.902969558485822, 59.019775770289691 ], [ -2.903574285751175, 59.019790413777507 ], [ -2.9038896443165, 59.020326168406228 ], [ -2.904486287921474, 59.020364214361976 ], [ -2.904156930071985, 59.020688926864992 ], [ -2.904656040117473, 59.021986771545222 ], [ -2.906965109933469, 59.024085623801668 ], [ -2.907101416680002, 59.025359055616832 ], [ -2.906436266753012, 59.025964531078728 ], [ -2.90342212466346, 59.026406785475054 ], [ -2.90324725841634, 59.026646895705454 ], [ -2.903036396909192, 59.026245124558905 ], [ -2.901193779075316, 59.026125935156976 ], [ -2.898479090957756, 59.027366185789333 ] ] ], [ [ [ -2.559251571271754, 59.03030544995282 ], [ -2.559136933722026, 59.029897330218574 ], [ -2.5594448884475, 59.029980417889597 ], [ -2.559251571271754, 59.03030544995282 ] ] ], [ [ [ -2.57974906498634, 59.034237739899524 ], [ -2.579842908020925, 59.033913122175875 ], [ -2.580477064504074, 59.033911180768627 ], [ -2.57974906498634, 59.034237739899524 ] ] ], [ [ [ -2.580446284249919, 59.037045529594756 ], [ -2.581058204631648, 59.036239028198587 ], [ -2.580855452787891, 59.03692425483078 ], [ -2.580446284249919, 59.037045529594756 ] ] ], [ [ [ -2.583334895809084, 59.03733340622928 ], [ -2.584475941333429, 59.036291909237498 ], [ -2.583705068098277, 59.03748171441125 ], [ -2.583334895809084, 59.03733340622928 ] ] ], [ [ [ -2.567219126299383, 59.034382104855183 ], [ -2.5641655538042, 59.033785657944193 ], [ -2.562829010266927, 59.033878581777209 ], [ -2.562324548382149, 59.034354046325106 ], [ -2.561995448577812, 59.034152514074243 ], [ -2.562681060784654, 59.033567599746675 ], [ -2.562067338692853, 59.033860334831708 ], [ -2.56010693437427, 59.033946056764769 ], [ -2.55962662133704, 59.03312282106689 ], [ -2.560541799015026, 59.032511780761894 ], [ -2.560002873001368, 59.031511883283578 ], [ -2.56069704690741, 59.03081199125554 ], [ -2.559371522308707, 59.031576576292593 ], [ -2.559452557923811, 59.030559629530572 ], [ -2.55990330396198, 59.029888632222956 ], [ -2.560287169745999, 59.030140223967585 ], [ -2.562630270849037, 59.029820241288611 ], [ -2.563112390425386, 59.0294741919488 ], [ -2.562829121679508, 59.029942411023008 ], [ -2.564558847876501, 59.029614279879425 ], [ -2.565350883803484, 59.028728936650388 ], [ -2.566659895350518, 59.028563364161307 ], [ -2.568984258631743, 59.026170637083737 ], [ -2.571013718088338, 59.025865349636128 ], [ -2.570709807612224, 59.02560535470667 ], [ -2.571282085534544, 59.025032567175849 ], [ -2.572756379348828, 59.024970378028272 ], [ -2.573987416907426, 59.025466942669262 ], [ -2.573827929876166, 59.026244467245327 ], [ -2.574536938927482, 59.026039262372585 ], [ -2.573389627677199, 59.026806794470509 ], [ -2.573938686020659, 59.02672353824272 ], [ -2.574733134947863, 59.028192827129914 ], [ -2.575348626304426, 59.028226915525629 ], [ -2.575809214017067, 59.029206443725997 ], [ -2.576879624116484, 59.029877917623153 ], [ -2.57623662565288, 59.030179831388303 ], [ -2.577068382829909, 59.030226420499666 ], [ -2.57737513123031, 59.031793058079977 ], [ -2.577776101585928, 59.031290155922129 ], [ -2.577090570583378, 59.032381653758797 ], [ -2.577196871692406, 59.03321457514005 ], [ -2.576157981327444, 59.034016671489233 ], [ -2.576734272885127, 59.033992554325273 ], [ -2.576605961653439, 59.03548569200958 ], [ -2.577259992852621, 59.035939889635685 ], [ -2.575306270079446, 59.038306868810132 ], [ -2.574539949632559, 59.038538374482677 ], [ -2.572327070190475, 59.038021009525664 ], [ -2.571295806507557, 59.0361486278196 ], [ -2.569389094513973, 59.035589450409368 ], [ -2.567219126299383, 59.034382104855183 ] ] ], [ [ [ -4.505408933122842, 59.023758348493331 ], [ -4.506287463427934, 59.022661426807758 ], [ -4.506823893270585, 59.022777724554281 ], [ -4.507253706493978, 59.02384663289876 ], [ -4.506926800066288, 59.025004759905102 ], [ -4.506313816524182, 59.02527357696917 ], [ -4.505408933122842, 59.023758348493331 ] ] ], [ [ [ -2.928587593584976, 59.050284162983139 ], [ -2.930831148791531, 59.049449914493742 ], [ -2.930567732229723, 59.050409166341801 ], [ -2.928698742569942, 59.050850059271241 ], [ -2.92857854985545, 59.050594965689498 ], [ -2.928587593584976, 59.050284162983139 ] ] ], [ [ [ -3.355791695723962, 59.04735233173416 ], [ -3.356826551793292, 59.047160974870216 ], [ -3.356090084490563, 59.047492914210288 ], [ -3.355791695723962, 59.04735233173416 ] ] ], [ [ [ -2.933573607124883, 59.060582629388705 ], [ -2.933911903449319, 59.060262270621024 ], [ -2.935214840722343, 59.060405553179102 ], [ -2.934998327703497, 59.061292627419341 ], [ -2.934438434929549, 59.061543637487247 ], [ -2.933281950345383, 59.060822721887135 ], [ -2.933573607124883, 59.060582629388705 ] ] ], [ [ [ -2.946298861522844, 59.06127081204221 ], [ -2.946790656734045, 59.06013293738561 ], [ -2.947472940987015, 59.060277933684702 ], [ -2.948076411888601, 59.060979418895315 ], [ -2.947344645090377, 59.061507454659953 ], [ -2.946813625204181, 59.061664008430753 ], [ -2.946826919246796, 59.061450166601205 ], [ -2.946298861522844, 59.06127081204221 ] ] ], [ [ [ -2.942746622437086, 59.060816213827593 ], [ -2.944057490730457, 59.059213468931297 ], [ -2.945589659247154, 59.06002046055449 ], [ -2.945855083744731, 59.060795369862255 ], [ -2.944714317977839, 59.062051129911559 ], [ -2.944237092133738, 59.061881275543584 ], [ -2.943361503453939, 59.061873279895174 ], [ -2.942746622437086, 59.060816213827593 ] ] ], [ [ [ -2.945406663568908, 59.062117032216719 ], [ -2.946502019399381, 59.06136632250103 ], [ -2.946676145957358, 59.062370908775065 ], [ -2.945706146435037, 59.062481267589213 ], [ -2.945406663568908, 59.062117032216719 ] ] ], [ [ [ -2.565857391443525, 59.064842787525748 ], [ -2.565327082871856, 59.064619690624291 ], [ -2.565077519566172, 59.064926115469973 ], [ -2.564537899502687, 59.064454296223843 ], [ -2.564923157783547, 59.063703644654481 ], [ -2.565494573052455, 59.063988529321023 ], [ -2.566169609166128, 59.063788012155257 ], [ -2.566883139340102, 59.064336296643845 ], [ -2.567354968370544, 59.064291126268486 ], [ -2.569347279482526, 59.065712985443845 ], [ -2.569199182198929, 59.066353047086274 ], [ -2.566597666959143, 59.066483883026009 ], [ -2.566603692439119, 59.065685490721741 ], [ -2.565857391443525, 59.064842787525748 ] ] ], [ [ [ -2.987103848489924, 59.066730519355723 ], [ -2.987786044121485, 59.066254724234028 ], [ -2.98852537833603, 59.066735855592327 ], [ -2.987893992475843, 59.067280420525648 ], [ -2.987103848489924, 59.066730519355723 ] ] ], [ [ [ -2.957274767400576, 59.069757995978705 ], [ -2.958625750029674, 59.068167381494902 ], [ -2.959476841004384, 59.068791544343348 ], [ -2.959574197008627, 59.069717650440111 ], [ -2.959144385219485, 59.070441096511466 ], [ -2.958222775728643, 59.070729909377334 ], [ -2.957394798349557, 59.070310331619027 ], [ -2.957274767400576, 59.069757995978705 ] ] ], [ [ [ -2.997874458918532, 59.070139863226551 ], [ -2.996262066322722, 59.069692437702059 ], [ -2.996914779921316, 59.068863870620277 ], [ -2.998444288654036, 59.068620394812534 ], [ -3.000215164421528, 59.068880665596282 ], [ -3.000355481204165, 59.069686968661379 ], [ -2.999564582242087, 59.070259764040053 ], [ -2.999257970462854, 59.070092387616576 ], [ -2.998542953662742, 59.070456234392033 ], [ -2.997874458918532, 59.070139863226551 ] ] ], [ [ [ -2.839871740157156, 59.078085719899441 ], [ -2.83934281211321, 59.077500906576681 ], [ -2.840157702008223, 59.07786563606318 ], [ -2.839871740157156, 59.078085719899441 ] ] ], [ [ [ -2.895398266548851, 59.078101320114669 ], [ -2.896502518947143, 59.077563825052877 ], [ -2.89774123427808, 59.078435373930468 ], [ -2.897740998612521, 59.079161023387755 ], [ -2.898437238034619, 59.079166081069893 ], [ -2.898887883776076, 59.079653309688815 ], [ -2.898388879562253, 59.079919006228131 ], [ -2.89926387378625, 59.081420816845032 ], [ -2.898749143397938, 59.081486352075032 ], [ -2.897835086240657, 59.081293309258001 ], [ -2.89537948691461, 59.079255480943331 ], [ -2.895398266548851, 59.078101320114669 ] ] ], [ [ [ -2.802489844490042, 59.087371348287462 ], [ -2.802740136123236, 59.086656734024345 ], [ -2.800988250422546, 59.087109413140958 ], [ -2.801512472273297, 59.086392211403933 ], [ -2.800760796532108, 59.086334887363769 ], [ -2.801267445546974, 59.085537866982918 ], [ -2.800629237863615, 59.085257120526862 ], [ -2.800892253090732, 59.084713063992531 ], [ -2.800049257478163, 59.08470389737851 ], [ -2.79999475621396, 59.084011823476949 ], [ -2.799344259255724, 59.083951173130451 ], [ -2.79889442120141, 59.082914880474185 ], [ -2.799339128725311, 59.08208052985151 ], [ -2.800363243757683, 59.081478795173886 ], [ -2.79989596215553, 59.081267039669811 ], [ -2.800182727261123, 59.080395042847236 ], [ -2.800896748368072, 59.080114928666227 ], [ -2.799999895486446, 59.080260562453013 ], [ -2.800932121252424, 59.078413768830401 ], [ -2.800552833783446, 59.078158365003375 ], [ -2.800984284498246, 59.078181745014156 ], [ -2.802059150007369, 59.076396926025183 ], [ -2.802160398284626, 59.075428181525936 ], [ -2.801483719794255, 59.074986025101786 ], [ -2.802229830891781, 59.073395421621875 ], [ -2.801493425932161, 59.072035807913842 ], [ -2.801946734342255, 59.071803099558451 ], [ -2.80150773274499, 59.070330285538667 ], [ -2.802152096978021, 59.069690467725195 ], [ -2.80176510384247, 59.068876515709803 ], [ -2.802117248107021, 59.068645330027799 ], [ -2.801675390596351, 59.068619324353513 ], [ -2.803774058196931, 59.067076020661787 ], [ -2.804530947301644, 59.066777657544968 ], [ -2.804783012337843, 59.066966484216437 ], [ -2.804883343101243, 59.066335415996463 ], [ -2.805476448822766, 59.066118890175929 ], [ -2.806265768323113, 59.066386997874005 ], [ -2.806949996197148, 59.065817854897894 ], [ -2.81035452601067, 59.065611619268701 ], [ -2.810385013261854, 59.064537335522033 ], [ -2.810842221736912, 59.064328818729798 ], [ -2.810505657653266, 59.063810939743746 ], [ -2.812562254202907, 59.062803901837775 ], [ -2.812144022594977, 59.062446395523438 ], [ -2.813028935774674, 59.061891229393943 ], [ -2.813199065032154, 59.062154195573804 ], [ -2.813738324524697, 59.061509588691194 ], [ -2.814768323678191, 59.061413312686405 ], [ -2.814586084520395, 59.060639421478236 ], [ -2.815125417908348, 59.060735717728413 ], [ -2.816269618803811, 59.058619844412995 ], [ -2.817619845770366, 59.057402529779594 ], [ -2.817021606006901, 59.05702641651073 ], [ -2.817548733870348, 59.056024435990466 ], [ -2.817053024095445, 59.055633307071481 ], [ -2.817528196302917, 59.055307004961406 ], [ -2.817588449997169, 59.053807740406917 ], [ -2.816909597448865, 59.053337837353524 ], [ -2.818353682723109, 59.052191767553978 ], [ -2.820486655690026, 59.051867550696393 ], [ -2.821937666061435, 59.051237788927999 ], [ -2.822263745658947, 59.050220896765467 ], [ -2.82328201930975, 59.049576800335728 ], [ -2.822843859060894, 59.049477202024896 ], [ -2.82359034284435, 59.04913119273472 ], [ -2.823308710917182, 59.047996917185948 ], [ -2.824214829736067, 59.04696735290139 ], [ -2.823322683472446, 59.045229858978871 ], [ -2.819567944094508, 59.044475024673233 ], [ -2.819043646521042, 59.04375538856236 ], [ -2.817781566440199, 59.043523572026309 ], [ -2.816910833473191, 59.042744145697021 ], [ -2.81726659118464, 59.042607191582789 ], [ -2.815862900951794, 59.042060127066819 ], [ -2.816212188083429, 59.040915576310411 ], [ -2.816796916023427, 59.04058768726415 ], [ -2.816209331075468, 59.04072161006809 ], [ -2.815775349770107, 59.04027799916404 ], [ -2.814763811919989, 59.040243949085017 ], [ -2.813959541105738, 59.039763144300132 ], [ -2.813076736085713, 59.039866576075184 ], [ -2.812844125589065, 59.039535747493154 ], [ -2.813373657154785, 59.039305212149706 ], [ -2.812460297320696, 59.03922113386826 ], [ -2.812568032882981, 59.038691492214021 ], [ -2.811774081721484, 59.038867102152238 ], [ -2.810000866114599, 59.037490671617505 ], [ -2.809734704914477, 59.037657580744906 ], [ -2.809842487751294, 59.037054298932084 ], [ -2.810526305532052, 59.036716837930321 ], [ -2.80954772623689, 59.036227217368427 ], [ -2.809339348073958, 59.036628162345096 ], [ -2.808274706716412, 59.036331257753297 ], [ -2.809096142286335, 59.035547500577771 ], [ -2.808542955277302, 59.035140532975191 ], [ -2.808796414120633, 59.034878509486738 ], [ -2.80721198627958, 59.034183399926789 ], [ -2.808002228576163, 59.034076094311423 ], [ -2.808398437580089, 59.033512326125589 ], [ -2.806440566976977, 59.033458067951443 ], [ -2.80632241741503, 59.032876850474366 ], [ -2.806950038836174, 59.032448153922196 ], [ -2.806341496670401, 59.031534109160631 ], [ -2.806648012717998, 59.030711360392573 ], [ -2.806157706522864, 59.030902109554404 ], [ -2.806487150314679, 59.030314514240644 ], [ -2.805485030545576, 59.02865930783652 ], [ -2.806627766280064, 59.027690359601976 ], [ -2.808386402423016, 59.027434224458304 ], [ -2.809117591222444, 59.026896203107114 ], [ -2.809701685962434, 59.026993138777584 ], [ -2.810109167961095, 59.026616991852599 ], [ -2.809214751030598, 59.026583065752604 ], [ -2.80990788889448, 59.026206033093217 ], [ -2.810519714138928, 59.026297403243859 ], [ -2.810259216370355, 59.026553188232995 ], [ -2.811784827034479, 59.026317323263555 ], [ -2.816093833543584, 59.025191905225846 ], [ -2.817301480469508, 59.024700229059135 ], [ -2.817620339126208, 59.024190803416083 ], [ -2.81889330832206, 59.024104631005301 ], [ -2.819473977605806, 59.02354594743386 ], [ -2.819223833078678, 59.023061669260031 ], [ -2.820859795173957, 59.022495403959027 ], [ -2.820439608920576, 59.022111891958474 ], [ -2.822275214818474, 59.022104744901725 ], [ -2.821399467286899, 59.02197289426843 ], [ -2.822626020782481, 59.021770228872413 ], [ -2.821457648798183, 59.021929417615901 ], [ -2.821658819686196, 59.021673985739127 ], [ -2.824191212789172, 59.021672269260108 ], [ -2.824066457847657, 59.021408129666149 ], [ -2.82511979783613, 59.020883233803701 ], [ -2.824728951043272, 59.020853391689514 ], [ -2.825354125388993, 59.0204138420549 ], [ -2.825034442098378, 59.020228179836998 ], [ -2.825810346770712, 59.01982897952098 ], [ -2.825190572499302, 59.019330004527291 ], [ -2.826435445721294, 59.01938762879152 ], [ -2.829622790716585, 59.018457501771429 ], [ -2.831067929237527, 59.017577101492648 ], [ -2.830980257559294, 59.017768954921998 ], [ -2.833217317344309, 59.018024907821172 ], [ -2.835032741454157, 59.019134022642241 ], [ -2.8337133885662, 59.020532747792188 ], [ -2.833573010185108, 59.023152451216028 ], [ -2.834471933896909, 59.024453370002036 ], [ -2.835971891779064, 59.025467510991433 ], [ -2.838740566737096, 59.026215679216435 ], [ -2.842567593167864, 59.026357891333163 ], [ -2.844129959104066, 59.025711881073128 ], [ -2.845292606268057, 59.024608642938254 ], [ -2.846273575113738, 59.024550150461067 ], [ -2.848362507653792, 59.02555850497437 ], [ -2.851398114531554, 59.025959792772014 ], [ -2.851367767299654, 59.026282403244728 ], [ -2.853147007232536, 59.026944260570957 ], [ -2.854788919413411, 59.028106332819966 ], [ -2.856711183337383, 59.03037925359444 ], [ -2.863360955804333, 59.031212542701823 ], [ -2.869635512375056, 59.030973006157716 ], [ -2.869225771499114, 59.031167046926676 ], [ -2.870493449498449, 59.031762048309609 ], [ -2.873358575036297, 59.031866704600205 ], [ -2.875877127076301, 59.032660674061376 ], [ -2.878394933088245, 59.032806184125683 ], [ -2.880471321455565, 59.032313413936194 ], [ -2.880785867928168, 59.032077774606613 ], [ -2.880135021076867, 59.031970834581337 ], [ -2.881315033602744, 59.031514670650878 ], [ -2.882410447563924, 59.031565591147917 ], [ -2.883957088094065, 59.031141032923891 ], [ -2.885152958831063, 59.031237047161106 ], [ -2.885866673221507, 59.030537052670965 ], [ -2.889162336602999, 59.030989566309209 ], [ -2.891089282367488, 59.031800771040622 ], [ -2.890919471606825, 59.030826618727566 ], [ -2.892334696325578, 59.029705949419068 ], [ -2.894443107536791, 59.030594886159925 ], [ -2.896146359427026, 59.033450703737984 ], [ -2.897779642440561, 59.034147089454784 ], [ -2.898770419753838, 59.035124522782532 ], [ -2.90131164766027, 59.035687934150381 ], [ -2.903186014773675, 59.035603037302621 ], [ -2.904399812806288, 59.035113198015324 ], [ -2.904976075148472, 59.034233541296807 ], [ -2.90656697021849, 59.034172128557344 ], [ -2.907823807248653, 59.033600229700831 ], [ -2.909607020710675, 59.030993152404506 ], [ -2.907999085945974, 59.030997245025659 ], [ -2.909791285337882, 59.030779910271981 ], [ -2.910484340113093, 59.029251886606986 ], [ -2.91257545119465, 59.029602697619502 ], [ -2.915114606246094, 59.028914816427161 ], [ -2.918059962893634, 59.029091560707158 ], [ -2.92045016160086, 59.029940360741634 ], [ -2.921095676509777, 59.029909729120114 ], [ -2.922228871356404, 59.030785387838243 ], [ -2.923552541769431, 59.030705909385027 ], [ -2.923697045522141, 59.031091955533995 ], [ -2.924910116209996, 59.031305130431136 ], [ -2.926863734262796, 59.031003782745273 ], [ -2.928985309601284, 59.029373825432337 ], [ -2.929460368639015, 59.030128406075299 ], [ -2.930504833488348, 59.030484636081837 ], [ -2.933942806971169, 59.030380870235909 ], [ -2.934970615539498, 59.032495644365618 ], [ -2.934566380386409, 59.033906764787886 ], [ -2.931712931754733, 59.037273591418476 ], [ -2.929726399487164, 59.038238933872414 ], [ -2.928689804234643, 59.039216301410463 ], [ -2.92829918471847, 59.039916914273036 ], [ -2.928820347288262, 59.041148051044402 ], [ -2.927663896837616, 59.042596866148628 ], [ -2.923284292418684, 59.045390654025056 ], [ -2.924110901887263, 59.050275741126242 ], [ -2.919577663647534, 59.051216842099329 ], [ -2.916558674938735, 59.052273715488937 ], [ -2.91457264169312, 59.053633971280476 ], [ -2.914125686442363, 59.056299045218068 ], [ -2.916379619354341, 59.058771723477264 ], [ -2.915742565401195, 59.060581373046375 ], [ -2.916816524384354, 59.062145429331366 ], [ -2.909349991120037, 59.064662350244525 ], [ -2.906699081202775, 59.065845727056377 ], [ -2.905696960761934, 59.066797512605987 ], [ -2.905197565657038, 59.068827969474853 ], [ -2.902840603532769, 59.070462743110618 ], [ -2.901973174924984, 59.072502033778797 ], [ -2.901598753807296, 59.074187639756403 ], [ -2.902416891269851, 59.075849683876974 ], [ -2.902382769080001, 59.077274275927998 ], [ -2.900964045553467, 59.077058721611607 ], [ -2.898872347684962, 59.071721578807669 ], [ -2.896444400815338, 59.06791076844975 ], [ -2.897020658737608, 59.065932802280159 ], [ -2.895680431206437, 59.065096075282987 ], [ -2.893356766840275, 59.064328081832024 ], [ -2.893493467793767, 59.06388438619765 ], [ -2.892500466126155, 59.062847655801065 ], [ -2.890871365432593, 59.06242867918796 ], [ -2.889319780886084, 59.061296972860866 ], [ -2.886415508127944, 59.060108943821533 ], [ -2.879971863394866, 59.05912274201728 ], [ -2.874270402169688, 59.058922426251577 ], [ -2.87065483825155, 59.059361669855981 ], [ -2.869204538359536, 59.059929108038965 ], [ -2.868548400176161, 59.059839207142375 ], [ -2.868517450020537, 59.059235007796815 ], [ -2.869607668552571, 59.058080853409621 ], [ -2.869322119507457, 59.058924268039661 ], [ -2.869864386097957, 59.059338237299968 ], [ -2.874417412305851, 59.058738226673754 ], [ -2.871518883817533, 59.056922070805982 ], [ -2.869956120397265, 59.056691882059916 ], [ -2.868143423039659, 59.055538327423086 ], [ -2.867741519442808, 59.0548108801759 ], [ -2.864898845433784, 59.054218285537068 ], [ -2.86485122985537, 59.053711188783659 ], [ -2.862297450847639, 59.052467299131393 ], [ -2.861525957865046, 59.053751292431407 ], [ -2.861898894302233, 59.054372079732559 ], [ -2.862597810627795, 59.054782343139131 ], [ -2.864032129012418, 59.054762912331221 ], [ -2.865407911790752, 59.056297532210905 ], [ -2.87011300829322, 59.057517959731463 ], [ -2.870049371726477, 59.057828223978085 ], [ -2.866422177790293, 59.056695790875317 ], [ -2.86045044742908, 59.056195819420111 ], [ -2.854827412936091, 59.056671280915651 ], [ -2.851276620413978, 59.057755274339968 ], [ -2.847152754390172, 59.058304967828363 ], [ -2.845121564477745, 59.05894597969538 ], [ -2.844237530904628, 59.059583984718536 ], [ -2.845114693845448, 59.060724214291298 ], [ -2.844886846672406, 59.061954266495015 ], [ -2.843362731764417, 59.062661993903617 ], [ -2.840834606100232, 59.063033153550627 ], [ -2.837652306541152, 59.065329472454408 ], [ -2.837189392131926, 59.066515225642249 ], [ -2.837706612075534, 59.067916472605631 ], [ -2.840509221703265, 59.070695836256817 ], [ -2.841796984561899, 59.071074552724816 ], [ -2.842461481607623, 59.07171325819639 ], [ -2.840665171115503, 59.074148815868398 ], [ -2.840002422094062, 59.076794343071263 ], [ -2.838823943046854, 59.077184549775296 ], [ -2.834946529665045, 59.076708446457751 ], [ -2.832485897107194, 59.077031405581195 ], [ -2.83104823299356, 59.077672868652684 ], [ -2.828994417982055, 59.079460602154001 ], [ -2.827490480947867, 59.079965043601753 ], [ -2.82136479361895, 59.078642507557788 ], [ -2.818854120169431, 59.078999650507832 ], [ -2.814972325387954, 59.080248170283703 ], [ -2.813705342441855, 59.081117374060014 ], [ -2.813140980973049, 59.08218871790212 ], [ -2.813417033024117, 59.083457754760488 ], [ -2.812720953030378, 59.085454034930507 ], [ -2.812061907386592, 59.085919769927806 ], [ -2.808481649760681, 59.087048555031913 ], [ -2.802489844490042, 59.087371348287462 ] ] ], [ [ [ -2.528719577316202, 59.091422745720799 ], [ -2.529645659648963, 59.091043585306871 ], [ -2.530203691289637, 59.091129313666862 ], [ -2.530293166470465, 59.091498941768116 ], [ -2.528786516989046, 59.091803243181907 ], [ -2.528183873816875, 59.091881134250968 ], [ -2.528719577316202, 59.091422745720799 ] ] ], [ [ [ -2.526575534886801, 59.092726445817881 ], [ -2.527052498908164, 59.092191071067759 ], [ -2.527116083005022, 59.092581461409381 ], [ -2.526575534886801, 59.092726445817881 ] ] ], [ [ [ -2.952311598009093, 59.091568617073108 ], [ -2.950357877725063, 59.090910279882294 ], [ -2.949341487322576, 59.091075784631109 ], [ -2.947392173706603, 59.090637401297698 ], [ -2.947641324229238, 59.089167215070965 ], [ -2.95002189586842, 59.086839032449511 ], [ -2.953412674558793, 59.086845587256136 ], [ -2.954853158172024, 59.087691764380686 ], [ -2.954984172877775, 59.088638279125526 ], [ -2.955990083364677, 59.089040396354932 ], [ -2.955757799940304, 59.090225783312562 ], [ -2.95491481217981, 59.09085166955893 ], [ -2.952311598009093, 59.091568617073108 ] ] ], [ [ [ -2.965560402299484, 59.090155884757607 ], [ -2.964791403605294, 59.088935719489378 ], [ -2.961913153084605, 59.087857837999366 ], [ -2.959545561628496, 59.087438005666968 ], [ -2.960421770940763, 59.086258621601651 ], [ -2.960817048129649, 59.084044607311391 ], [ -2.958632564054855, 59.081046794692185 ], [ -2.955416688001516, 59.079842840621133 ], [ -2.950786443086165, 59.080351953644005 ], [ -2.946974902708992, 59.078918655100765 ], [ -2.946573848767287, 59.078419553373458 ], [ -2.949281909017024, 59.075087621297023 ], [ -2.951589181767631, 59.073868174734649 ], [ -2.952983592433523, 59.074143526752891 ], [ -2.95348599174383, 59.074835850723048 ], [ -2.955574043761297, 59.075901777936004 ], [ -2.957594794308365, 59.078930487432871 ], [ -2.957531951256023, 59.079617987268755 ], [ -2.959165989206853, 59.080530043836603 ], [ -2.961589432760015, 59.080468990961535 ], [ -2.962535049889926, 59.080094659312408 ], [ -2.963564452968059, 59.079038050310039 ], [ -2.962320392085183, 59.078472511468853 ], [ -2.962372037378664, 59.077637805571634 ], [ -2.961071597877497, 59.076426050770507 ], [ -2.96162016092045, 59.07502007053013 ], [ -2.965094301983106, 59.074619760749236 ], [ -2.967042009661829, 59.074095137671719 ], [ -2.969387349043912, 59.072765520375668 ], [ -2.970687555892517, 59.072480979446659 ], [ -2.973056748356275, 59.072557523133334 ], [ -2.973865909655055, 59.07211946821937 ], [ -2.975214952873722, 59.074788329863473 ], [ -2.974658827566847, 59.076400089449614 ], [ -2.977835919348684, 59.079048886026989 ], [ -2.982273475493894, 59.080058034902123 ], [ -2.988345951082715, 59.080029864561986 ], [ -2.992208958834439, 59.080763746374672 ], [ -2.990968366398296, 59.081728798769987 ], [ -2.991474387405005, 59.082878977205702 ], [ -2.991037011273563, 59.084956008838844 ], [ -2.992956557595398, 59.086408807118289 ], [ -2.990675123391002, 59.088139805480758 ], [ -2.98845923495061, 59.088881467169493 ], [ -2.983337069930142, 59.089485293954901 ], [ -2.974822727422394, 59.089190321622397 ], [ -2.970198899997929, 59.089343533647138 ], [ -2.968918384451303, 59.089049551330206 ], [ -2.966553496402077, 59.090034432221486 ], [ -2.965305944671583, 59.091596511436322 ], [ -2.964684524013665, 59.091655019109666 ], [ -2.964256947836295, 59.091344766227046 ], [ -2.964306920633301, 59.090762435473742 ], [ -2.965560402299484, 59.090155884757607 ] ] ], [ [ [ -2.549064709738877, 59.104833121996855 ], [ -2.549548849963591, 59.104757432691237 ], [ -2.549574263740548, 59.105145279562372 ], [ -2.548539803052269, 59.105307712847406 ], [ -2.548261126660202, 59.10502151709241 ], [ -2.549064709738877, 59.104833121996855 ] ] ], [ [ [ -2.54898716517561, 59.105551884379068 ], [ -2.549504369096029, 59.105250646622217 ], [ -2.549647159463251, 59.105554478288305 ], [ -2.54898716517561, 59.105551884379068 ] ] ], [ [ [ -3.347943357418016, 59.099339780432516 ], [ -3.346922930374848, 59.098204349471366 ], [ -3.347074192556251, 59.097521089579033 ], [ -3.347607500571111, 59.097632309595838 ], [ -3.3479149067746, 59.097191721146295 ], [ -3.348827208006091, 59.097618736574134 ], [ -3.348800571562228, 59.097251673446394 ], [ -3.349949552653582, 59.097304389431024 ], [ -3.349877443138139, 59.097690442686492 ], [ -3.348644781110649, 59.098218795500834 ], [ -3.349748084414377, 59.098618671081951 ], [ -3.350774453882074, 59.098482249447827 ], [ -3.349645887680665, 59.098683502305583 ], [ -3.349081191211379, 59.099107011286243 ], [ -3.349434707039809, 59.09944013808331 ], [ -3.349132075633785, 59.099780088466943 ], [ -3.348951375097371, 59.099490969431862 ], [ -3.347943357418016, 59.099339780432516 ] ] ], [ [ [ -4.404951390961962, 59.086772031855233 ], [ -4.405491856189346, 59.086014538387161 ], [ -4.404220634094379, 59.086731678818239 ], [ -4.403631624085321, 59.085898103003473 ], [ -4.404414984036224, 59.085443364028727 ], [ -4.404136034751667, 59.084276124872751 ], [ -4.405040277931, 59.083753556930155 ], [ -4.407325627064387, 59.083511702597676 ], [ -4.40759460426805, 59.082119577622983 ], [ -4.409830642602967, 59.082445484600456 ], [ -4.411268670403986, 59.081945292005265 ], [ -4.411325025537206, 59.0824248890601 ], [ -4.413070674836623, 59.082552328704971 ], [ -4.413041806363455, 59.082936483843362 ], [ -4.411068651729063, 59.083198688680291 ], [ -4.41082636371358, 59.084397169676542 ], [ -4.409851063624325, 59.084478187546871 ], [ -4.410329556811333, 59.084829552791085 ], [ -4.41007735163143, 59.086534015910672 ], [ -4.406055712099672, 59.087061493804086 ], [ -4.404951390961962, 59.086772031855233 ] ] ], [ [ [ -4.402633799036972, 59.087005454880511 ], [ -4.403164328113007, 59.085980432972733 ], [ -4.403538662908178, 59.087064151441758 ], [ -4.401771048004074, 59.087449075202102 ], [ -4.401767888577682, 59.087129303855143 ], [ -4.402633799036972, 59.087005454880511 ] ] ], [ [ [ -2.549348518538443, 59.109585259783152 ], [ -2.549711431768857, 59.10891378322183 ], [ -2.549255384326051, 59.109002824643859 ], [ -2.549201166483208, 59.108669880448467 ], [ -2.549769648141774, 59.108187918316574 ], [ -2.550363110374549, 59.108393748210126 ], [ -2.550631120863294, 59.109971369577345 ], [ -2.54985228263277, 59.110294375384562 ], [ -2.54976822532228, 59.110061240599762 ], [ -2.549348518538443, 59.109585259783152 ] ] ], [ [ [ -2.828606973378105, 59.119388508406686 ], [ -2.830415380789058, 59.118980903627794 ], [ -2.831862473682426, 59.119161128877472 ], [ -2.832231335217073, 59.12061452934784 ], [ -2.829480183165429, 59.121189839037299 ], [ -2.829124246398923, 59.120772716576347 ], [ -2.828614108124211, 59.120624201221709 ], [ -2.828606973378105, 59.119388508406686 ] ] ], [ [ [ -2.915115936717785, 59.122072798401277 ], [ -2.915748919327064, 59.121834834652546 ], [ -2.915629486756532, 59.12233410894595 ], [ -2.915115936717785, 59.122072798401277 ] ] ], [ [ [ -2.917920849141648, 59.12257746901367 ], [ -2.918600805695144, 59.121941311665836 ], [ -2.919322830827837, 59.12281092549582 ], [ -2.918779951084739, 59.122825546206961 ], [ -2.918787677517989, 59.12246177093602 ], [ -2.918560330384465, 59.122908825429782 ], [ -2.917920849141648, 59.12257746901367 ] ] ], [ [ [ -2.920258882274589, 59.122736038794613 ], [ -2.920416599061604, 59.122494236243227 ], [ -2.920471511826676, 59.122913248199445 ], [ -2.920258882274589, 59.122736038794613 ] ] ], [ [ [ -2.542130200606012, 59.124514114869797 ], [ -2.54309055422112, 59.12415627223362 ], [ -2.543509275668511, 59.124674484455056 ], [ -2.543036038331763, 59.125126383207729 ], [ -2.542130200606012, 59.124514114869797 ] ] ], [ [ [ -2.91939990646177, 59.123210023196719 ], [ -2.919300929871588, 59.122906276614479 ], [ -2.919404666014059, 59.123207716455468 ], [ -2.919712034739072, 59.123058731465683 ], [ -2.919471424904373, 59.123401704766515 ], [ -2.91939990646177, 59.123210023196719 ] ] ], [ [ [ -3.329239512542539, 59.120545561859274 ], [ -3.32922782625066, 59.120243908004994 ], [ -3.329550223544251, 59.120314253057494 ], [ -3.329239512542539, 59.120545561859274 ] ] ], [ [ [ -2.916287719883381, 59.124153454621009 ], [ -2.916413592254118, 59.12376459761505 ], [ -2.916586291606198, 59.123820855056621 ], [ -2.916287719883381, 59.124153454621009 ] ] ], [ [ [ -2.963232602407988, 59.127752565779751 ], [ -2.961853402170244, 59.12710360139225 ], [ -2.958425778712598, 59.127234028494513 ], [ -2.954704424889463, 59.126102029867397 ], [ -2.953534763503975, 59.123869918873012 ], [ -2.953270736576286, 59.122100845069568 ], [ -2.952247707521205, 59.121241707363509 ], [ -2.951395937057653, 59.118430677005492 ], [ -2.952411566511271, 59.117831393456107 ], [ -2.952153440413727, 59.117278273761052 ], [ -2.953805234186409, 59.116570133020637 ], [ -2.95474526253395, 59.115454091619249 ], [ -2.956069938803987, 59.115609586940451 ], [ -2.957707560298678, 59.1149625695354 ], [ -2.959702472306083, 59.115166067013824 ], [ -2.960693153340646, 59.11474472189223 ], [ -2.960420975944561, 59.114567120016183 ], [ -2.961155816991494, 59.114739500127321 ], [ -2.963566772873923, 59.113898979315053 ], [ -2.964588107038077, 59.112272149800219 ], [ -2.96660173921286, 59.111904221008281 ], [ -2.966973912618975, 59.110795908373703 ], [ -2.969301514955108, 59.110914154530363 ], [ -2.970823748374671, 59.111575440264126 ], [ -2.972636961944395, 59.111780097615089 ], [ -2.97664284332137, 59.113063909603724 ], [ -2.980482109972049, 59.11382347873483 ], [ -2.986657930845078, 59.112808538288213 ], [ -2.993565637280965, 59.113079148691412 ], [ -2.996485222148804, 59.113728532667089 ], [ -2.998330794648528, 59.113775418727684 ], [ -3.005818428736577, 59.112073206112449 ], [ -3.007817275606423, 59.112108889936238 ], [ -3.011503155685637, 59.113272875351761 ], [ -3.011154116011955, 59.113636626784988 ], [ -3.009118866298913, 59.113850945409055 ], [ -3.006744226541368, 59.113450878925605 ], [ -3.004384446743416, 59.113497003699464 ], [ -3.003167117308704, 59.114270691231376 ], [ -3.001935928275848, 59.116007223034998 ], [ -3.000712937654572, 59.11587296475998 ], [ -2.998203497534181, 59.116423956530447 ], [ -2.9972152893367, 59.116014841190427 ], [ -2.995252987118106, 59.116403507434001 ], [ -2.986154916942922, 59.120889734385699 ], [ -2.981772381351182, 59.121748295802639 ], [ -2.978067067481121, 59.123268882452777 ], [ -2.975025154771886, 59.123678840937004 ], [ -2.971549947565177, 59.124891264270872 ], [ -2.971130664967449, 59.125569759054308 ], [ -2.964413225217553, 59.126494570209324 ], [ -2.963232602407988, 59.127752565779751 ] ] ], [ [ [ -3.322202240844275, 59.125189839894212 ], [ -3.322181717374499, 59.124476032634128 ], [ -3.321543221879315, 59.124545404053841 ], [ -3.321376210492455, 59.124155518009424 ], [ -3.323944943484565, 59.124261369289208 ], [ -3.324000500868536, 59.124523955908302 ], [ -3.322202240844275, 59.125189839894212 ] ] ], [ [ [ -3.326401178335801, 59.125297888593266 ], [ -3.326585564938857, 59.125141525236849 ], [ -3.326585592371994, 59.125322948110068 ], [ -3.326401178335801, 59.125297888593266 ] ] ], [ [ [ -3.325973331696729, 59.125212446290568 ], [ -3.326322668209449, 59.125119962061902 ], [ -3.326278237800274, 59.12541680036977 ], [ -3.325973331696729, 59.125212446290568 ] ] ], [ [ [ -3.327531551725708, 59.126832920826928 ], [ -3.327166142213882, 59.12623939788061 ], [ -3.327632311606262, 59.126547181744264 ], [ -3.327531551725708, 59.126832920826928 ] ] ], [ [ [ -3.326625755819694, 59.12789748853961 ], [ -3.326865752946185, 59.127326516755247 ], [ -3.326812143181619, 59.128063534704978 ], [ -3.326625755819694, 59.12789748853961 ] ] ], [ [ [ -3.327678645572866, 59.12819568248576 ], [ -3.327604007886735, 59.126944446621124 ], [ -3.327978712709248, 59.12759715014986 ], [ -3.327678645572866, 59.12819568248576 ] ] ], [ [ [ -2.827111781267998, 59.132862728960589 ], [ -2.827187583959859, 59.132528166271555 ], [ -2.826414886870006, 59.132802506405149 ], [ -2.825770199647256, 59.132515636018695 ], [ -2.824991788882049, 59.130737030407808 ], [ -2.825982197574957, 59.129492302401168 ], [ -2.825164530329726, 59.126587774355848 ], [ -2.827496718069578, 59.12383203440266 ], [ -2.82863637781565, 59.124005275127544 ], [ -2.831081843226537, 59.125511861426261 ], [ -2.833530937173666, 59.127877827288508 ], [ -2.83390479371115, 59.129026745654762 ], [ -2.832483451860616, 59.131724673866103 ], [ -2.830790099411341, 59.131643020799572 ], [ -2.829573349408307, 59.131977696991477 ], [ -2.82873416413542, 59.132680852441624 ], [ -2.827543216755583, 59.133000975592623 ], [ -2.827111781267998, 59.132862728960589 ] ] ], [ [ [ -3.144544855896887, 59.133286700226861 ], [ -3.143998734496904, 59.133102013595632 ], [ -3.14440172496272, 59.133134386140114 ], [ -3.144544855896887, 59.133286700226861 ] ] ], [ [ [ -2.669291117556939, 59.136973827176767 ], [ -2.668981634722581, 59.136785934146879 ], [ -2.66854122125326, 59.136873517320893 ], [ -2.668413550490491, 59.136599372044593 ], [ -2.669411941939583, 59.136091321137641 ], [ -2.669914952102275, 59.136703889442892 ], [ -2.669259911907695, 59.136718044387692 ], [ -2.669291117556939, 59.136973827176767 ] ] ], [ [ [ -3.102564277592392, 59.136327233537841 ], [ -3.10180119125839, 59.135965491357283 ], [ -3.102322942330026, 59.135615295029169 ], [ -3.103276837501919, 59.136204427844191 ], [ -3.10283630736401, 59.136091417771226 ], [ -3.102988493956619, 59.1364763070412 ], [ -3.102564277592392, 59.136327233537841 ] ] ], [ [ [ -2.662465663260317, 59.135274704743793 ], [ -2.662825707380884, 59.13347048527411 ], [ -2.664108442332189, 59.133119079204477 ], [ -2.665554906723792, 59.132112143910511 ], [ -2.664861238107215, 59.130580035842193 ], [ -2.665197183565029, 59.129524005857803 ], [ -2.663858118971438, 59.128582521601544 ], [ -2.66401890443014, 59.128224275865826 ], [ -2.665049380636878, 59.128028614102753 ], [ -2.667121333556979, 59.128833410529374 ], [ -2.669452771993675, 59.128516071018055 ], [ -2.673015538088577, 59.129428925177734 ], [ -2.675318865635328, 59.129015534771973 ], [ -2.677033319503676, 59.129396357744071 ], [ -2.678733107294637, 59.13088812227268 ], [ -2.678609743543396, 59.131187817714896 ], [ -2.680617451629006, 59.132515400761051 ], [ -2.680833826760658, 59.133292875049598 ], [ -2.680331421745587, 59.133863076088133 ], [ -2.681035777715183, 59.135191190052517 ], [ -2.679670605947771, 59.135610548803356 ], [ -2.677825926816669, 59.135023888606696 ], [ -2.676555068419481, 59.134202516623347 ], [ -2.673759151273229, 59.134197300090285 ], [ -2.670511429031771, 59.133516331093304 ], [ -2.669430303323592, 59.133630574380454 ], [ -2.667605230925632, 59.134754450441747 ], [ -2.66648684778134, 59.136190787077609 ], [ -2.666259422274994, 59.137976375037937 ], [ -2.666958458637769, 59.13977337099336 ], [ -2.66614064843758, 59.140407998610826 ], [ -2.664737423948727, 59.139876362169176 ], [ -2.663470261937503, 59.139058436464033 ], [ -2.664058940678061, 59.138142112851668 ], [ -2.662982806785007, 59.137077140245516 ], [ -2.663240591146584, 59.136039476843521 ], [ -2.662465663260317, 59.135274704743793 ] ] ], [ [ [ -3.312895087988599, 59.137229453930701 ], [ -3.313099678725953, 59.136867234616453 ], [ -3.313197782849358, 59.137329677774339 ], [ -3.312895087988599, 59.137229453930701 ] ] ], [ [ [ -3.117688871159136, 59.139251454161226 ], [ -3.118226468411587, 59.138586722211862 ], [ -3.118780023822332, 59.139215113983148 ], [ -3.117688871159136, 59.139251454161226 ] ] ], [ [ [ -2.592524637643914, 59.14325689195158 ], [ -2.593051897541987, 59.143223053280721 ], [ -2.593003265202904, 59.143543875964411 ], [ -2.592462447029523, 59.143501442828004 ], [ -2.592524637643914, 59.14325689195158 ] ] ], [ [ [ -3.330093151560743, 59.138193242710301 ], [ -3.329402739549703, 59.137786274162117 ], [ -3.329469250680676, 59.136932366486107 ], [ -3.328984309583858, 59.137001098655574 ], [ -3.329284948964403, 59.135965167585645 ], [ -3.32984812556167, 59.136246803081065 ], [ -3.335340090162603, 59.134338480928875 ], [ -3.336019589095268, 59.134465312358948 ], [ -3.335105214519644, 59.134724399996543 ], [ -3.338323836676369, 59.134086816482579 ], [ -3.340685373838831, 59.135309063599465 ], [ -3.34048174901748, 59.136671841278975 ], [ -3.339877899901443, 59.136961885036733 ], [ -3.340384089945538, 59.136856069122253 ], [ -3.340665367993982, 59.13712170744008 ], [ -3.339630552862546, 59.137832933987617 ], [ -3.337523091308007, 59.137706468854915 ], [ -3.336020594612662, 59.138124302343385 ], [ -3.334983960161901, 59.137894265058776 ], [ -3.333273705603485, 59.138094159659971 ], [ -3.331176492552419, 59.137916292724306 ], [ -3.330093151560743, 59.138193242710301 ] ] ], [ [ [ -3.311937346557293, 59.139193466302814 ], [ -3.312041872751646, 59.138636467561142 ], [ -3.312397201115151, 59.139061284572193 ], [ -3.311937346557293, 59.139193466302814 ] ] ], [ [ [ -3.298609128327601, 59.139851958690734 ], [ -3.2991521466972, 59.139745038195137 ], [ -3.299414911562242, 59.139852878551999 ], [ -3.298609128327601, 59.139851958690734 ] ] ], [ [ [ -2.912022647176093, 59.144358704234271 ], [ -2.912518356523445, 59.143609822072222 ], [ -2.91276067201249, 59.144307717029655 ], [ -2.912022647176093, 59.144358704234271 ] ] ], [ [ [ -2.616345642838827, 59.146743557147211 ], [ -2.616973049336828, 59.146542110236638 ], [ -2.617279746308337, 59.146780429887812 ], [ -2.616345642838827, 59.146743557147211 ] ] ], [ [ [ -3.092976611569501, 59.144044806223569 ], [ -3.093672664990128, 59.143891658113596 ], [ -3.094198695918565, 59.144216827721316 ], [ -3.093663468238849, 59.14426085278221 ], [ -3.092976611569501, 59.144044806223569 ] ] ], [ [ [ -2.617615076878803, 59.147152420918573 ], [ -2.618012767853014, 59.147007740030553 ], [ -2.618848976480178, 59.147334237017404 ], [ -2.617640809197192, 59.14751331147702 ], [ -2.617615076878803, 59.147152420918573 ] ] ], [ [ [ -2.619750757375327, 59.150222529878761 ], [ -2.620759267874901, 59.149729177936685 ], [ -2.621351285547581, 59.149791903618748 ], [ -2.62020040103996, 59.15033892470295 ], [ -2.619750757375327, 59.150222529878761 ] ] ], [ [ [ -2.620064043954779, 59.15043566635849 ], [ -2.622876433727722, 59.15012136283589 ], [ -2.622435458260798, 59.150578784637069 ], [ -2.621235307297327, 59.150626739588795 ], [ -2.620064043954779, 59.15043566635849 ] ] ], [ [ [ -3.095353710701245, 59.147650387879651 ], [ -3.095747732082077, 59.147453075295573 ], [ -3.096193320683517, 59.14766575576693 ], [ -3.095353710701245, 59.147650387879651 ] ] ], [ [ [ -2.623626423221126, 59.150314434524638 ], [ -2.623255152917527, 59.150086318155914 ], [ -2.623965148393019, 59.150099073339653 ], [ -2.624511610420508, 59.150539181309988 ], [ -2.623606919819065, 59.150875804562709 ], [ -2.6229201763206, 59.150604299705641 ], [ -2.623626423221126, 59.150314434524638 ] ] ], [ [ [ -3.097404525328252, 59.148421601635086 ], [ -3.097208677150654, 59.147983189734539 ], [ -3.098385044357845, 59.14830554081626 ], [ -3.098348177918286, 59.148573485076348 ], [ -3.097404525328252, 59.148421601635086 ] ] ], [ [ [ -3.118880514744405, 59.146578661343433 ], [ -3.116902402622911, 59.145958039695913 ], [ -3.115569320433432, 59.146355680700857 ], [ -3.11614665082574, 59.146638111324435 ], [ -3.115672803986486, 59.147118175155541 ], [ -3.113083231792668, 59.147584955142435 ], [ -3.111113043456071, 59.146398376301796 ], [ -3.110632624675416, 59.145598688628247 ], [ -3.111163326491106, 59.14471401286098 ], [ -3.109806764428025, 59.143037189890734 ], [ -3.114889136158169, 59.142104535512658 ], [ -3.116855206128728, 59.140753962931555 ], [ -3.117083702095298, 59.139988613 ], [ -3.117913864399544, 59.139451589623135 ], [ -3.119815152263763, 59.13933641527391 ], [ -3.122878454757936, 59.140014968862857 ], [ -3.126470397076307, 59.141618399767744 ], [ -3.128697663407259, 59.142110976086258 ], [ -3.128291827884497, 59.14730552286062 ], [ -3.127345356410084, 59.148027731961179 ], [ -3.125935291559764, 59.148475543183253 ], [ -3.123375383902057, 59.148246244510226 ], [ -3.119753337319676, 59.147343503149791 ], [ -3.118880514744405, 59.146578661343433 ] ] ], [ [ [ -2.611560387923456, 59.151686551809426 ], [ -2.613058907269096, 59.151603152611649 ], [ -2.612594993410083, 59.152154943050938 ], [ -2.611986880604038, 59.151877621444868 ], [ -2.611186109885975, 59.15187420837281 ], [ -2.611560387923456, 59.151686551809426 ] ] ], [ [ [ -3.110293834860939, 59.14971038086864 ], [ -3.109837826928504, 59.149395454197453 ], [ -3.108608089422102, 59.149751724806187 ], [ -3.108387900886553, 59.14943028938589 ], [ -3.10791640546014, 59.149717213057734 ], [ -3.105556947400324, 59.147842336637346 ], [ -3.107126247844672, 59.147716705366889 ], [ -3.109438968880584, 59.148415445943584 ], [ -3.110496027652944, 59.148936288588686 ], [ -3.110622984852816, 59.150156614964445 ], [ -3.110293834860939, 59.14971038086864 ] ] ], [ [ [ -3.109503804062421, 59.150148219194627 ], [ -3.110073020324582, 59.149909849830664 ], [ -3.110562237360287, 59.150440034999946 ], [ -3.109920921328297, 59.15061166540147 ], [ -3.109503804062421, 59.150148219194627 ] ] ], [ [ [ -3.110252573571692, 59.150595359123905 ], [ -3.110983898419667, 59.150503785854973 ], [ -3.110882941813075, 59.151164750714926 ], [ -3.110356558771782, 59.15083695629037 ], [ -3.110252573571692, 59.150595359123905 ] ] ], [ [ [ -2.582065397044274, 59.152918610722864 ], [ -2.581161301696044, 59.151772272402745 ], [ -2.57843830862557, 59.150059297942008 ], [ -2.578240455382568, 59.149004983523717 ], [ -2.578731400197286, 59.148160435811292 ], [ -2.580715252383817, 59.14690959044313 ], [ -2.585128090145541, 59.146754175899915 ], [ -2.584685323364792, 59.146928594001039 ], [ -2.585073290959018, 59.147435136897073 ], [ -2.584493013504619, 59.147541922815094 ], [ -2.584835250513038, 59.147724479951478 ], [ -2.589075912958266, 59.147310173389336 ], [ -2.592068231595288, 59.148303266798401 ], [ -2.591190307890819, 59.148179745129774 ], [ -2.590852573408625, 59.148564745393983 ], [ -2.591405569414351, 59.149207020618192 ], [ -2.591931691811832, 59.1490007683133 ], [ -2.592130460997652, 59.149173183782203 ], [ -2.592209370844515, 59.150906938794087 ], [ -2.593291396592512, 59.151707541381768 ], [ -2.594582301379564, 59.151948598120228 ], [ -2.597929849536778, 59.151825462997998 ], [ -2.600251403042619, 59.150719143750969 ], [ -2.600414640967553, 59.150357376871632 ], [ -2.599320246381738, 59.149756255139756 ], [ -2.598836576596768, 59.14878860286133 ], [ -2.599659781562154, 59.148280105104128 ], [ -2.599101265958173, 59.14783007068138 ], [ -2.599616428626621, 59.147900434109062 ], [ -2.599966272815877, 59.148213132386942 ], [ -2.599432198429061, 59.149760228601849 ], [ -2.602858948529641, 59.151369818400369 ], [ -2.602802567172335, 59.151643084421593 ], [ -2.600570935020809, 59.152392511414263 ], [ -2.595461145600034, 59.152018210506064 ], [ -2.59240316561251, 59.152509953566287 ], [ -2.590854999772384, 59.153369246074604 ], [ -2.591145464740987, 59.155207108344193 ], [ -2.589249379047193, 59.156585234417278 ], [ -2.587237578353859, 59.157036181684319 ], [ -2.583147177442074, 59.156591224984453 ], [ -2.581391270166241, 59.155743267168674 ], [ -2.58062596655764, 59.154639409882371 ], [ -2.581819580280369, 59.153680350954687 ], [ -2.582065397044274, 59.152918610722864 ] ] ], [ [ [ -3.219214755031265, 59.153910219061018 ], [ -3.218680653337815, 59.152609375562193 ], [ -3.21602482067272, 59.15379373248367 ], [ -3.210529592593266, 59.152615551957155 ], [ -3.207014697394419, 59.153444890116305 ], [ -3.201900103179026, 59.153836297869887 ], [ -3.199258433760002, 59.153745758970288 ], [ -3.19836165615066, 59.154251589170414 ], [ -3.197752274077917, 59.15377582360621 ], [ -3.195315607223527, 59.153245934702746 ], [ -3.193941772399188, 59.151603356218459 ], [ -3.193406747611017, 59.151602885005659 ], [ -3.193253424014305, 59.150814855805137 ], [ -3.192562536230617, 59.150555361494135 ], [ -3.192164797907019, 59.150832038358267 ], [ -3.192555488507025, 59.149850410456764 ], [ -3.19158573823069, 59.149715614340984 ], [ -3.191109019707228, 59.148424015971983 ], [ -3.190203380003558, 59.148472734117782 ], [ -3.189793355566461, 59.14794211638872 ], [ -3.181177209740801, 59.14410861130127 ], [ -3.180509160555709, 59.143490501005225 ], [ -3.180221552732402, 59.143970908916152 ], [ -3.179528066993857, 59.143425771624258 ], [ -3.179023827368234, 59.143554289831599 ], [ -3.178965498236652, 59.142976437823854 ], [ -3.177979256197746, 59.142557889034194 ], [ -3.178233340517036, 59.14232207569691 ], [ -3.175522764541015, 59.142742707949665 ], [ -3.173871135644886, 59.141777814097679 ], [ -3.171713148305447, 59.141387768010532 ], [ -3.170613129253266, 59.14152342456665 ], [ -3.168138158171933, 59.141216108167022 ], [ -3.166409116076693, 59.141666334937554 ], [ -3.164555721707233, 59.140875572931627 ], [ -3.163473190193428, 59.141475332910161 ], [ -3.163410908910134, 59.141133712571545 ], [ -3.162064612509236, 59.140656300448498 ], [ -3.160853033940068, 59.140439917080364 ], [ -3.160457874445405, 59.140641930632185 ], [ -3.160254839809721, 59.140271929295849 ], [ -3.15412516696097, 59.138658776402245 ], [ -3.152043440012626, 59.136832556388441 ], [ -3.15260709833516, 59.136444063019084 ], [ -3.152114512821057, 59.136503219348555 ], [ -3.152140974906253, 59.136198526955383 ], [ -3.15137880822495, 59.136556447036554 ], [ -3.151731170208214, 59.136328795632359 ], [ -3.151199576212452, 59.136371230525739 ], [ -3.152001777197757, 59.136112645915738 ], [ -3.150956812817084, 59.135803086218012 ], [ -3.151475497645939, 59.13548055801224 ], [ -3.150162297829559, 59.135300901576962 ], [ -3.149281908944112, 59.134582131008429 ], [ -3.147878686164806, 59.134113160793092 ], [ -3.148335699740076, 59.133618754203333 ], [ -3.145548628198836, 59.132785686076119 ], [ -3.144560772802851, 59.133030600195212 ], [ -3.1423981207547, 59.132263807041646 ], [ -3.14217780708355, 59.132279211661093 ], [ -3.142415881913363, 59.132429799999393 ], [ -3.141957902110813, 59.132529926325851 ], [ -3.141591466782088, 59.13233556611317 ], [ -3.141926508891976, 59.132296781645884 ], [ -3.141266695624134, 59.132342912005619 ], [ -3.14184188965104, 59.132509392224748 ], [ -3.141602435278096, 59.132665073794769 ], [ -3.140130305787022, 59.132588199860855 ], [ -3.140469518221769, 59.132437033369989 ], [ -3.139522988479849, 59.132401337676498 ], [ -3.139292637101124, 59.132042321681801 ], [ -3.137386631105547, 59.13163243483362 ], [ -3.136494453240604, 59.131759695809357 ], [ -3.13632032928832, 59.131567229682723 ], [ -3.13630232856759, 59.131762275637193 ], [ -3.135671230233186, 59.131489385854707 ], [ -3.132465873605916, 59.131256038022833 ], [ -3.130643135360756, 59.130134927336599 ], [ -3.130186657678771, 59.130386778399277 ], [ -3.129758400495567, 59.129479830027421 ], [ -3.127346584013902, 59.128132088614883 ], [ -3.126431221324064, 59.128243316308321 ], [ -3.126418410798848, 59.127959627152933 ], [ -3.125494240992453, 59.127802392130647 ], [ -3.125215062994112, 59.128026643510388 ], [ -3.124578165278902, 59.127625322210271 ], [ -3.123885629447478, 59.127924999079227 ], [ -3.12309830926486, 59.127357925875657 ], [ -3.120870331783675, 59.12707901253075 ], [ -3.119808318232488, 59.126283479158353 ], [ -3.117502204357026, 59.125533679352287 ], [ -3.116118102077317, 59.124123893171145 ], [ -3.114471814897349, 59.123781491905731 ], [ -3.113790175441414, 59.123287100185301 ], [ -3.100067122257144, 59.120424232149723 ], [ -3.097431895999689, 59.119625676974287 ], [ -3.095302861634557, 59.118265078689184 ], [ -3.091370141303964, 59.118618828077935 ], [ -3.086665915984454, 59.119984788829022 ], [ -3.086380356978021, 59.119868599816108 ], [ -3.087118425175625, 59.118885320296187 ], [ -3.087007417585595, 59.118169079334216 ], [ -3.08796011275608, 59.117886767567455 ], [ -3.086991090480705, 59.118063729080113 ], [ -3.08699338564248, 59.118173237393535 ], [ -3.087008156552893, 59.118878160949755 ], [ -3.086353486498616, 59.119857666751564 ], [ -3.086068460231465, 59.120284099557992 ], [ -3.085503837220803, 59.121128809668342 ], [ -3.085450461527378, 59.123361925615512 ], [ -3.084245074686643, 59.124024916062815 ], [ -3.083778270260339, 59.123847398806525 ], [ -3.081402048984082, 59.124168078936471 ], [ -3.076517041602975, 59.124263467177961 ], [ -3.073213270332112, 59.123529239256989 ], [ -3.072252072719693, 59.122957911361951 ], [ -3.072291407068249, 59.122148402568946 ], [ -3.071459303127129, 59.121346090050999 ], [ -3.07189986992066, 59.120015965506461 ], [ -3.070411230963905, 59.118267085345352 ], [ -3.071243244044889, 59.115824584910975 ], [ -3.069641476987573, 59.113632970221332 ], [ -3.067857941294484, 59.113282132656835 ], [ -3.066457702194938, 59.112451232715699 ], [ -3.063462890858831, 59.111950422328199 ], [ -3.06322532934054, 59.112117618386023 ], [ -3.062299827478951, 59.1113860649534 ], [ -3.058063896367175, 59.111065922316939 ], [ -3.054967392653595, 59.111509643441309 ], [ -3.051497074946065, 59.110869625892512 ], [ -3.050434816111959, 59.108684184837998 ], [ -3.048924032507675, 59.10707265126134 ], [ -3.047233876312396, 59.106158571132262 ], [ -3.046541411196339, 59.106124641608424 ], [ -3.045703403240377, 59.105038417157175 ], [ -3.04557887305237, 59.101923931859758 ], [ -3.046934516430699, 59.101838458781621 ], [ -3.051080883384039, 59.1006993813414 ], [ -3.052762029671848, 59.100926441319338 ], [ -3.056650470344419, 59.100605646141538 ], [ -3.060086299260833, 59.099932786567571 ], [ -3.061548010764452, 59.099837312578813 ], [ -3.060720372237578, 59.100170988611069 ], [ -3.062006503688196, 59.099986237009915 ], [ -3.062940869712306, 59.099435236962144 ], [ -3.06279233453393, 59.099204744691519 ], [ -3.06215116535165, 59.099583603507071 ], [ -3.0634160758774, 59.098432658843244 ], [ -3.063884625514596, 59.098455760554678 ], [ -3.063427250743178, 59.09828617738615 ], [ -3.063668457587158, 59.097901610646417 ], [ -3.062562441056868, 59.09583696647919 ], [ -3.060699561362518, 59.095088827533893 ], [ -3.05888421953648, 59.095257231415047 ], [ -3.058107526540005, 59.094805538839339 ], [ -3.056606565776544, 59.095661084779586 ], [ -3.057413609778562, 59.095794612634471 ], [ -3.056902828990521, 59.096156217215032 ], [ -3.054025799999363, 59.09602964073094 ], [ -3.052243115815897, 59.09515858867023 ], [ -3.047807946126127, 59.09504719733966 ], [ -3.046934647261619, 59.094456115949676 ], [ -3.04541232298557, 59.091062813339661 ], [ -3.044422610501467, 59.090254416235567 ], [ -3.043010929237954, 59.090318761823035 ], [ -3.044415269634996, 59.090070365690018 ], [ -3.044247950479837, 59.088986812832459 ], [ -3.043049915294048, 59.089188643953136 ], [ -3.042465197530476, 59.089703462523651 ], [ -3.043237636726743, 59.088646480701762 ], [ -3.041156102850175, 59.087681585619571 ], [ -3.037580744081109, 59.086710653281536 ], [ -3.034114927229263, 59.086241683259843 ], [ -3.032005449841599, 59.083577670203198 ], [ -3.029499455722511, 59.082518074755207 ], [ -3.027858438200484, 59.081147125527835 ], [ -3.023309337422732, 59.080661303687855 ], [ -3.018912200644161, 59.08117729989204 ], [ -3.015342518599402, 59.080826298220813 ], [ -3.008272032385726, 59.077647424573655 ], [ -3.005445966462652, 59.073179799203302 ], [ -3.004108362172861, 59.072055871667885 ], [ -3.006525836914767, 59.070741181865316 ], [ -3.006752414333551, 59.069365339845447 ], [ -3.004591662164878, 59.06806100199023 ], [ -3.002234487778689, 59.065337363097782 ], [ -3.001073713307712, 59.06470239710773 ], [ -3.001386892280596, 59.063719260491929 ], [ -3.003715033414053, 59.061929319027591 ], [ -3.004163319336526, 59.060978358278739 ], [ -3.006502454117169, 59.059932799965658 ], [ -3.007149829245727, 59.058877001397256 ], [ -3.00651844402122, 59.057797903894432 ], [ -3.004054446974252, 59.056950348547801 ], [ -3.002787148629879, 59.056001890072899 ], [ -3.002481930971608, 59.054323016726485 ], [ -3.003809285243181, 59.053269158596805 ], [ -3.009199011937016, 59.052057092116236 ], [ -3.010560311392923, 59.051990805007712 ], [ -3.012018781723713, 59.05143518038151 ], [ -3.015300405674468, 59.046855266616518 ], [ -3.014699292660101, 59.045030548408 ], [ -3.015402933449785, 59.044540963058054 ], [ -3.015620727695279, 59.04288495960251 ], [ -3.014614560999793, 59.041860925108978 ], [ -3.013239367862076, 59.041382219910417 ], [ -3.013306795257853, 59.040120762622365 ], [ -3.012188353291875, 59.039243977473333 ], [ -3.012282562457063, 59.038832810648316 ], [ -3.021375498228221, 59.038009758000356 ], [ -3.025831029931847, 59.041978296876152 ], [ -3.03524358839771, 59.047302836535835 ], [ -3.038640895417078, 59.048230339499646 ], [ -3.047554261511108, 59.048610341261444 ], [ -3.050458474274143, 59.049352036432815 ], [ -3.056088446209411, 59.048713541598417 ], [ -3.05924146778379, 59.047458310574896 ], [ -3.061916027281823, 59.045221701916219 ], [ -3.061744279375957, 59.046095168084562 ], [ -3.059660415531848, 59.047534817514922 ], [ -3.059690283145617, 59.04805188102597 ], [ -3.060375146682668, 59.048159441318717 ], [ -3.061875584898675, 59.04780857303826 ], [ -3.062431398402722, 59.048535075128811 ], [ -3.062847366463938, 59.048458020509905 ], [ -3.063519034078371, 59.048927608401456 ], [ -3.063787307577419, 59.048752971045026 ], [ -3.063096490279154, 59.048509863797698 ], [ -3.063722558233703, 59.048293673126736 ], [ -3.065577213837436, 59.048405970694802 ], [ -3.066133140645787, 59.048176873310474 ], [ -3.06270579163728, 59.048050543980331 ], [ -3.062393926216445, 59.047434306796809 ], [ -3.062691583740691, 59.047816255316242 ], [ -3.063564884305439, 59.047704014446694 ], [ -3.063180276497245, 59.047272487270952 ], [ -3.064199442316311, 59.046692031250998 ], [ -3.064472843822094, 59.045894963793394 ], [ -3.062806990329504, 59.045062619638493 ], [ -3.062317254932201, 59.045345944890776 ], [ -3.062025363939063, 59.043738035741725 ], [ -3.061136360916222, 59.042716089475086 ], [ -3.059006463933685, 59.041464488639257 ], [ -3.057719484328101, 59.041267536118596 ], [ -3.056458729820961, 59.039596568150948 ], [ -3.055139429021373, 59.038797225966583 ], [ -3.05428158405278, 59.037017878065541 ], [ -3.053129211125081, 59.036031250170723 ], [ -3.059092393435447, 59.032022906408578 ], [ -3.062247897549048, 59.030675065314078 ], [ -3.063342507200254, 59.029450051202033 ], [ -3.063605570774398, 59.030126860725886 ], [ -3.065167513409367, 59.02981945146778 ], [ -3.06472464118832, 59.029582398669291 ], [ -3.06558092619355, 59.029554703309984 ], [ -3.064394201207258, 59.029488117938229 ], [ -3.064167546308154, 59.029144208494117 ], [ -3.064585566513657, 59.029028511376325 ], [ -3.063786906360542, 59.028496206647517 ], [ -3.064115624817146, 59.028873406660686 ], [ -3.063355571313565, 59.029308941256232 ], [ -3.062537110033775, 59.027626316791114 ], [ -3.062638472000171, 59.026225336985853 ], [ -3.061254448983616, 59.023483084669927 ], [ -3.06380262138743, 59.022575755079423 ], [ -3.0663817599653, 59.022335413927053 ], [ -3.068816775834908, 59.02323321534638 ], [ -3.070818485178182, 59.023468157075406 ], [ -3.073907908854029, 59.024453856804072 ], [ -3.078099213255249, 59.024463056143986 ], [ -3.081125885562098, 59.02371755184955 ], [ -3.086893785456953, 59.02097585909025 ], [ -3.088232798156353, 59.018096949031026 ], [ -3.095785832204971, 59.016721139125771 ], [ -3.097979080394631, 59.015813436432573 ], [ -3.099334971217405, 59.014317355411684 ], [ -3.098714106902738, 59.013086818536436 ], [ -3.099862154426994, 59.011520644296475 ], [ -3.101366925218214, 59.010822597281702 ], [ -3.101224396220909, 59.009904139912379 ], [ -3.101967097886921, 59.009716404340288 ], [ -3.106562353309159, 59.009617952837473 ], [ -3.108007867473407, 59.010007951410245 ], [ -3.10968097759341, 59.009678389970588 ], [ -3.110779253611889, 59.009774055818561 ], [ -3.112443114137649, 59.010831229000786 ], [ -3.113051009608434, 59.010837682323896 ], [ -3.11334965553999, 59.012320599585529 ], [ -3.114573643422262, 59.012046925598909 ], [ -3.114869795687453, 59.012373985635371 ], [ -3.116372840965853, 59.012652030278801 ], [ -3.11810171107559, 59.012375766907574 ], [ -3.123729109215008, 59.010331453573343 ], [ -3.122818133532309, 59.010107639181626 ], [ -3.119062743542899, 59.010118583396832 ], [ -3.117080034414299, 59.008522679951653 ], [ -3.116355722199418, 59.009113598732988 ], [ -3.116216251022016, 59.010774520243238 ], [ -3.114566022912985, 59.010465408521917 ], [ -3.113136017713039, 59.010666309772084 ], [ -3.114695935958193, 59.006891582855502 ], [ -3.114556331985443, 59.006450910772656 ], [ -3.111669011965571, 59.004916594431485 ], [ -3.111600458473999, 59.004572306025217 ], [ -3.110050815304915, 59.004835273322058 ], [ -3.109413067560566, 59.00573705776641 ], [ -3.109863159996152, 59.004900647795381 ], [ -3.109515456427615, 59.004591082403898 ], [ -3.107914599790337, 59.00396532774883 ], [ -3.10609134360777, 59.003785122463846 ], [ -3.105086849394628, 59.002970124990512 ], [ -3.101199945352671, 59.00189136550118 ], [ -3.097253404956863, 59.001392280057459 ], [ -3.094243014427067, 59.001426731668658 ], [ -3.091951769672402, 59.001852916415345 ], [ -3.09039207869397, 59.0017439139909 ], [ -3.088677018934684, 59.001234742094638 ], [ -3.089525456140408, 59.000816270885885 ], [ -3.089720257757683, 58.999379445412387 ], [ -3.086908950884468, 58.998159183121587 ], [ -3.081932769318505, 58.997941298350234 ], [ -3.079172307685557, 58.997220694175311 ], [ -3.074905474452744, 58.99691579691256 ], [ -3.07371393361889, 58.996379629582734 ], [ -3.067618447082598, 58.995751054338626 ], [ -3.067165620338498, 58.99540362521725 ], [ -3.067813096561447, 58.995966792440463 ], [ -3.065385395388498, 58.997270189509393 ], [ -3.062908765826685, 58.997839286866707 ], [ -3.059628241434035, 58.994851214181935 ], [ -3.054752784641189, 58.993523196213907 ], [ -3.053793358320585, 58.993506758694885 ], [ -3.052012738224442, 58.993783485392008 ], [ -3.051362960758849, 58.994562035219879 ], [ -3.053513524920719, 58.996765582132824 ], [ -3.054672449022381, 58.996359184036372 ], [ -3.053189423840584, 58.997950130583746 ], [ -3.050829309685484, 58.999837370053122 ], [ -3.047621043694198, 59.000631245651384 ], [ -3.041026652844108, 59.004817511323012 ], [ -3.040120142310864, 59.006218656075113 ], [ -3.040743803441372, 59.008826237990391 ], [ -3.038902798824608, 59.009324198467112 ], [ -3.036848027405111, 59.010010649783716 ], [ -3.03522578944728, 59.010028115791783 ], [ -3.026720507294893, 59.008869002233538 ], [ -3.020879943784007, 59.008661902004448 ], [ -3.009328153867777, 59.010278309942926 ], [ -3.006543324870692, 59.010075454754002 ], [ -3.003736964242053, 59.009191945882037 ], [ -3.001402748066147, 59.009093260176641 ], [ -3.000900203942827, 59.008155934530578 ], [ -3.001859870857557, 59.007089653603245 ], [ -3.001867565056003, 59.006156466613909 ], [ -3.00099319993767, 59.005183398349246 ], [ -2.998525402140578, 59.003769077831734 ], [ -2.994703752893068, 59.002544736579964 ], [ -2.990609488934664, 59.000607480946634 ], [ -2.982112291675685, 59.00026805360141 ], [ -2.980211475277872, 58.999838793442237 ], [ -2.98014471795921, 58.99896005907538 ], [ -2.97909540462801, 58.997866028273108 ], [ -2.977348296429306, 58.99695867360208 ], [ -2.972192480279359, 58.996323908992728 ], [ -2.970190110421026, 58.995675231289049 ], [ -2.969368621263203, 58.994498587092842 ], [ -2.970781312608266, 58.99287411947715 ], [ -2.969458615865993, 58.989899644598971 ], [ -2.968596524107101, 58.989625889430336 ], [ -2.96930914945567, 58.988915548217278 ], [ -2.969520467660359, 58.986528612494638 ], [ -2.968238899673616, 58.98550269353909 ], [ -2.964256632381712, 58.984893864943906 ], [ -2.960473796381512, 58.985006405043897 ], [ -2.960036523967081, 58.985611374688823 ], [ -2.960366054767183, 58.984761125103979 ], [ -2.958891282455994, 58.984846598539029 ], [ -2.959458444133607, 58.98578360447322 ], [ -2.960248354762638, 58.98578313688256 ], [ -2.961012387127928, 58.98641511836329 ], [ -2.960554449229171, 58.986403248956954 ], [ -2.961552949693242, 58.987143953743015 ], [ -2.961909447041074, 58.988197470143604 ], [ -2.959830579492509, 58.988402396760669 ], [ -2.961453187498169, 58.988121826312401 ], [ -2.961194758717085, 58.987402571631691 ], [ -2.959223361700445, 58.986026934999558 ], [ -2.958363258850247, 58.986194064188552 ], [ -2.957629037325146, 58.985693867337702 ], [ -2.956942634294846, 58.985724987404502 ], [ -2.954668729726206, 58.986799734304249 ], [ -2.954300944968046, 58.987279335803471 ], [ -2.954715476986386, 58.988048644192915 ], [ -2.948214900407771, 58.990017444419166 ], [ -2.946155813835317, 58.991267390268206 ], [ -2.946443207742732, 58.991593993277263 ], [ -2.945469485367339, 58.993273362387576 ], [ -2.94649558974495, 58.994073254709996 ], [ -2.94678538053355, 58.996007431573631 ], [ -2.945640924554705, 58.997177032029761 ], [ -2.943402501853269, 59.001115340420682 ], [ -2.944380214938124, 59.005543006496715 ], [ -2.943920643029269, 59.006561203285322 ], [ -2.94076915852322, 59.007696870747594 ], [ -2.939391717842687, 59.008772007183225 ], [ -2.939294091227282, 59.009725592244749 ], [ -2.9377618100712, 59.011065872500858 ], [ -2.936232853907658, 59.012148357210414 ], [ -2.933838631440372, 59.013175993688371 ], [ -2.932300495111344, 59.014506370169045 ], [ -2.92939261186941, 59.014900871823514 ], [ -2.927195211994914, 59.014003259854185 ], [ -2.926559991405292, 59.013304599603615 ], [ -2.927817018663112, 59.012715434989722 ], [ -2.928345083603927, 59.011181303319084 ], [ -2.929246038652453, 59.010240827417547 ], [ -2.930583595529572, 59.009738172158308 ], [ -2.931662943115155, 59.008058164912647 ], [ -2.930635723991195, 59.006961793901027 ], [ -2.927581580381873, 59.00590958421283 ], [ -2.926544795805784, 59.005810132326573 ], [ -2.923913743182561, 59.006505190883942 ], [ -2.920755330472716, 59.006754001672682 ], [ -2.918031550509491, 59.008092632136822 ], [ -2.915046628460838, 59.010358082317993 ], [ -2.912569310173644, 59.010765330563153 ], [ -2.905143971095199, 59.009600520385057 ], [ -2.902243861556399, 59.009556091770342 ], [ -2.901991700651995, 59.009767102718023 ], [ -2.902007891460439, 59.009520913611347 ], [ -2.90115988982747, 59.009584293918721 ], [ -2.900616985365724, 59.009063586110166 ], [ -2.899306390223362, 59.008946959926945 ], [ -2.898792062687199, 59.008185358398542 ], [ -2.898157896594893, 59.008035286233834 ], [ -2.89886864644684, 59.008051011720021 ], [ -2.897699520562184, 59.007749279433085 ], [ -2.898112571108976, 59.007498543487571 ], [ -2.899135455110863, 59.007533656851635 ], [ -2.897818439918043, 59.007034474634033 ], [ -2.899698962587645, 59.006311036995399 ], [ -2.901474888375482, 59.006450465450335 ], [ -2.903101303941475, 59.007527619416393 ], [ -2.9045403783843, 59.007963927784544 ], [ -2.909087241794143, 59.007145367412193 ], [ -2.911984345503881, 59.00589910713142 ], [ -2.911845552015991, 59.004206285362429 ], [ -2.909392817932117, 59.002494706293568 ], [ -2.908250218593028, 59.001081944923271 ], [ -2.907534533541477, 58.99862529511352 ], [ -2.912224193061031, 58.996542899790519 ], [ -2.912973297225422, 58.994597741670994 ], [ -2.913923810418939, 58.994476978849754 ], [ -2.915506845470228, 58.993599136967404 ], [ -2.915455359813021, 58.992905275319323 ], [ -2.913017954956798, 58.991288854218489 ], [ -2.908661052633047, 58.989723592746671 ], [ -2.901960311847247, 58.989606093408668 ], [ -2.898814703547974, 58.989892006713383 ], [ -2.895349562953379, 58.990339015397126 ], [ -2.894114692597657, 58.990967231101941 ], [ -2.893258275262101, 58.992166704211101 ], [ -2.893351881513358, 58.993832015678031 ], [ -2.891957715788595, 58.9951707995642 ], [ -2.890732451271269, 58.995371424754538 ], [ -2.889604056687865, 58.995077423651594 ], [ -2.88974612708542, 58.993433841709276 ], [ -2.887904080612485, 58.991982599865075 ], [ -2.88835745914734, 58.991613069511338 ], [ -2.888000285161722, 58.990920398029758 ], [ -2.889921051011517, 58.98901762913551 ], [ -2.893046843971162, 58.988706023828314 ], [ -2.894478493541115, 58.988287509883882 ], [ -2.89747196079383, 58.987107358920717 ], [ -2.898909336272576, 58.985778090663992 ], [ -2.902057619969489, 58.984876961396608 ], [ -2.90703559429434, 58.98395935638338 ], [ -2.913683880166795, 58.98404193293463 ], [ -2.916024554528574, 58.984327152308587 ], [ -2.917707552887301, 58.983760211211219 ], [ -2.919560812757993, 58.982533735370055 ], [ -2.920846509391069, 58.980253314602059 ], [ -2.920481443840542, 58.97791547475088 ], [ -2.91724815435684, 58.975511772218844 ], [ -2.915819136757917, 58.974688458059852 ], [ -2.9140749862698, 58.97424455406626 ], [ -2.914023713744426, 58.973884779977446 ], [ -2.914386414778638, 58.972738044921464 ], [ -2.915131559480511, 58.972503764506108 ], [ -2.914842776759484, 58.971582563721718 ], [ -2.916190939250275, 58.971134757184871 ], [ -2.916062568411008, 58.970688414077408 ], [ -2.916568352862656, 58.97074231152645 ], [ -2.91917311877805, 58.969418007875227 ], [ -2.918927505206505, 58.964960702062847 ], [ -2.914705385011823, 58.96265735697984 ], [ -2.912449600932753, 58.961975460389787 ], [ -2.910407050858433, 58.961794060777372 ], [ -2.912455492782161, 58.961869443448165 ], [ -2.911941759907181, 58.961706916798164 ], [ -2.90941890729487, 58.961838728632962 ], [ -2.908077252678544, 58.962523518197628 ], [ -2.905331885180344, 58.96319028000574 ], [ -2.901808142919747, 58.96202041601088 ], [ -2.900645870777515, 58.961922534879555 ], [ -2.892777623663763, 58.96284012380859 ], [ -2.891961949344289, 58.961755461946183 ], [ -2.889627038537753, 58.960411819777541 ], [ -2.887510142280111, 58.960170398538914 ], [ -2.883682230257316, 58.960598042659527 ], [ -2.880747693234997, 58.961767607469554 ], [ -2.880182834998174, 58.963208399090234 ], [ -2.880704178836302, 58.965514746467463 ], [ -2.881335521726325, 58.966132826723552 ], [ -2.881457568005277, 58.965736834852542 ], [ -2.88195766852833, 58.96611781140512 ], [ -2.883429737331134, 58.968261397356656 ], [ -2.878064212021564, 58.971175395283673 ], [ -2.874202039445028, 58.970234294286591 ], [ -2.871170435422019, 58.970703780209782 ], [ -2.873361533476079, 58.969939108011999 ], [ -2.872548849415493, 58.969024045957376 ], [ -2.87050668182507, 58.969279383721016 ], [ -2.870311522703229, 58.969471091415073 ], [ -2.871324472262383, 58.969778607933058 ], [ -2.87019253520997, 58.970476854935804 ], [ -2.871052098848348, 58.97090754513691 ], [ -2.867238329490699, 58.97319903603875 ], [ -2.871040546223039, 58.972310440329814 ], [ -2.87451380129861, 58.972243013944372 ], [ -2.877310668827425, 58.971498429383637 ], [ -2.87487596565872, 58.972327681342463 ], [ -2.869365527076882, 58.972787810398678 ], [ -2.865774673774143, 58.973993764705831 ], [ -2.864839905289414, 58.976392523749539 ], [ -2.865464974450822, 58.977665428918733 ], [ -2.863520501864758, 58.978232535457195 ], [ -2.862696384255171, 58.978944826056413 ], [ -2.861313264248546, 58.982003943856128 ], [ -2.858026881335198, 58.984029400364314 ], [ -2.857298173478176, 58.98523048008142 ], [ -2.855156700481217, 58.986225353571569 ], [ -2.853277316763604, 58.98600335285812 ], [ -2.851792157604736, 58.986243940678747 ], [ -2.85003988236962, 58.985530701619638 ], [ -2.84618806926008, 58.982137818203704 ], [ -2.842674505569491, 58.980739964184238 ], [ -2.840309769787803, 58.980716717850228 ], [ -2.837046888221467, 58.981461713420785 ], [ -2.825311001377379, 58.980732380188442 ], [ -2.823293125971911, 58.98139274759054 ], [ -2.82278629949267, 58.98260838307823 ], [ -2.821517912333225, 58.983187619360912 ], [ -2.815733595166565, 58.984233640821927 ], [ -2.812540978099609, 58.984378551265799 ], [ -2.81044193620863, 58.984935946136908 ], [ -2.806845131069827, 58.989524258397012 ], [ -2.806902513098709, 58.990117532452054 ], [ -2.804059874614399, 58.991266798346217 ], [ -2.802951972070966, 58.992263358301138 ], [ -2.80122508717369, 58.991938173618884 ], [ -2.800084337677958, 58.992198486108023 ], [ -2.798912289896645, 58.992009941580172 ], [ -2.799567558136681, 58.991750842100849 ], [ -2.799460962477029, 58.991356345032578 ], [ -2.799015252449211, 58.991346523136727 ], [ -2.799704280989326, 58.990667811056682 ], [ -2.79842007789186, 58.99111938798292 ], [ -2.798827099136813, 58.989684439481898 ], [ -2.798373528608022, 58.989785127834665 ], [ -2.797946493872114, 58.989378235699689 ], [ -2.79742332405972, 58.987823289482648 ], [ -2.796073956962937, 58.987031403684675 ], [ -2.796279645021447, 58.986520029078463 ], [ -2.795852450354289, 58.986405007244187 ], [ -2.796200580082974, 58.985808337444745 ], [ -2.795638591621904, 58.984752057232839 ], [ -2.796631145882625, 58.982604030471961 ], [ -2.796342483160067, 58.982006786351825 ], [ -2.796102006580877, 58.982140283319161 ], [ -2.795036129028338, 58.981258631401644 ], [ -2.794878211997476, 58.981426644218892 ], [ -2.794125244575703, 58.980608623113035 ], [ -2.793546312024027, 58.980775623990702 ], [ -2.793359653885811, 58.980223550130454 ], [ -2.792817338031629, 58.980848344658291 ], [ -2.792795005982762, 58.979952196576811 ], [ -2.792419733605844, 58.980048792795763 ], [ -2.792275520423905, 58.979753308752507 ], [ -2.792391521170891, 58.979047605079785 ], [ -2.793523315970636, 58.978565587159828 ], [ -2.792872214157976, 58.97846719552124 ], [ -2.792511462937387, 58.977983542647252 ], [ -2.794026659234988, 58.977458758562157 ], [ -2.794356574899686, 58.97682897538062 ], [ -2.793522172067408, 58.975263348271604 ], [ -2.792698240717701, 58.975361797161234 ], [ -2.793470322801065, 58.975050820731312 ], [ -2.79335077312638, 58.97454144303488 ], [ -2.792814101235288, 58.974575266042336 ], [ -2.793885673852059, 58.973901423332428 ], [ -2.793916772189789, 58.973438720338272 ], [ -2.792805143032201, 58.972746826093548 ], [ -2.793155165320571, 58.972311806103427 ], [ -2.792749622792129, 58.972222686210259 ], [ -2.792569169480093, 58.971710986415282 ], [ -2.792986318016521, 58.971548572727158 ], [ -2.792493502192026, 58.971521056313669 ], [ -2.792358943061778, 58.97065972118007 ], [ -2.791649098701012, 58.970571562376634 ], [ -2.792926310409341, 58.969920717064774 ], [ -2.791817689139624, 58.969808957293651 ], [ -2.792270600983492, 58.969311342234001 ], [ -2.791519213350545, 58.968927069903415 ], [ -2.793307680593805, 58.967748612406922 ], [ -2.792724160377458, 58.965965002941623 ], [ -2.791918816034127, 58.965423898971324 ], [ -2.792996927650127, 58.96481917402641 ], [ -2.793723708178981, 58.964968290857243 ], [ -2.796134873442555, 58.967656711116838 ], [ -2.798613274115109, 58.968574550202327 ], [ -2.801311123789369, 58.96897638196895 ], [ -2.807051061294396, 58.968428809271821 ], [ -2.816208176046123, 58.966494386501424 ], [ -2.820007360978908, 58.966845770470265 ], [ -2.822687012254209, 58.966041143159593 ], [ -2.825641204942739, 58.964506360400762 ], [ -2.828104021106855, 58.962648648418238 ], [ -2.831044988353079, 58.961814332326803 ], [ -2.831097903612402, 58.961123363150421 ], [ -2.831213657824363, 58.961815045226871 ], [ -2.831595844375705, 58.961657220675889 ], [ -2.832866612357904, 58.962297467683612 ], [ -2.834223865688223, 58.962557253754312 ], [ -2.835549260243973, 58.962218206727123 ], [ -2.839751448262158, 58.958847422762489 ], [ -2.840192480266607, 58.957967127026734 ], [ -2.842729553235378, 58.95571259009494 ], [ -2.843436834976393, 58.955631644127365 ], [ -2.843628136367772, 58.955919581909683 ], [ -2.841800492273093, 58.956679593295355 ], [ -2.840992375623405, 58.957617962722566 ], [ -2.842608981087714, 58.960033184888658 ], [ -2.845233813424171, 58.960298965109232 ], [ -2.845808334593158, 58.961182523468032 ], [ -2.845378800074108, 58.960255807832723 ], [ -2.84677436141202, 58.959737466717556 ], [ -2.846560875282301, 58.959326640423882 ], [ -2.848390568658032, 58.958082478395227 ], [ -2.847308527146214, 58.95642450936927 ], [ -2.847676758589633, 58.955136930620235 ], [ -2.847216094155416, 58.954073914541624 ], [ -2.843953025311454, 58.951287809153548 ], [ -2.842967538276063, 58.950909214178068 ], [ -2.842835398161135, 58.950789469593595 ], [ -2.841907178191939, 58.950501837418592 ], [ -2.841170522086391, 58.950871253421191 ], [ -2.842676207543882, 58.950797290677208 ], [ -2.842747025794041, 58.950824497782875 ], [ -2.841881686758687, 58.951167488125556 ], [ -2.839585053177812, 58.951288386165402 ], [ -2.838273562375504, 58.951035545757108 ], [ -2.835460157501104, 58.948978258026223 ], [ -2.831743611417051, 58.94844718490058 ], [ -2.828331138971386, 58.946531001558895 ], [ -2.827201416290838, 58.944204993677701 ], [ -2.827687852210605, 58.942457792179589 ], [ -2.829576193666013, 58.940480675170001 ], [ -2.831137478367883, 58.939651594654052 ], [ -2.831418653078554, 58.937977542832478 ], [ -2.82945548217443, 58.936247850285397 ], [ -2.826374623961115, 58.935356906003612 ], [ -2.825040617189553, 58.934422426822643 ], [ -2.827921144989317, 58.93261232910379 ], [ -2.828637765277041, 58.929895503716175 ], [ -2.831031387720605, 58.92649613443001 ], [ -2.83031493390539, 58.925303579201753 ], [ -2.830862083749575, 58.924871674910229 ], [ -2.831009469333679, 58.925367373080476 ], [ -2.833791715832557, 58.925647631536009 ], [ -2.833105785156949, 58.926157678337233 ], [ -2.833461810865641, 58.926516417569019 ], [ -2.836487200774343, 58.926072984516374 ], [ -2.837521798858806, 58.926263868913217 ], [ -2.838923783141925, 58.925847047530098 ], [ -2.83854721771631, 58.925789317523332 ], [ -2.839068716058653, 58.925520997479431 ], [ -2.839474184830727, 58.925910832889969 ], [ -2.843187224955579, 58.926321354589561 ], [ -2.843108900312478, 58.926100934188597 ], [ -2.841818180153252, 58.926092278628701 ], [ -2.842582918933976, 58.925970546221251 ], [ -2.841588414904424, 58.92550103228578 ], [ -2.841859153653054, 58.925278339081252 ], [ -2.840357699689138, 58.925530589760754 ], [ -2.838806314570724, 58.92522902319903 ], [ -2.837281602199898, 58.925740937868568 ], [ -2.836736033246942, 58.9250870647558 ], [ -2.831901867549353, 58.924125859996224 ], [ -2.827721100620979, 58.922516362622133 ], [ -2.827116560165672, 58.922001133277071 ], [ -2.826058055279113, 58.922110281889822 ], [ -2.826675644782154, 58.921501020878956 ], [ -2.82611395507458, 58.921542330341758 ], [ -2.82659692800021, 58.920750718642488 ], [ -2.825346985627306, 58.921277800114503 ], [ -2.824611882008288, 58.921038208761701 ], [ -2.82490690046293, 58.920665414911312 ], [ -2.824101401675825, 58.921260597595648 ], [ -2.823740328006547, 58.921120999617813 ], [ -2.824369782769834, 58.920862828182557 ], [ -2.824079966842994, 58.920725471138489 ], [ -2.82307521713709, 58.921340776932837 ], [ -2.821600317958583, 58.92117413024922 ], [ -2.822179918717449, 58.921447956843892 ], [ -2.821837469027561, 58.921799491528418 ], [ -2.825164550606823, 58.921929183301593 ], [ -2.826213609102642, 58.922369734924565 ], [ -2.826287462836234, 58.925533241889866 ], [ -2.82527646071542, 58.926109087833304 ], [ -2.821765284652333, 58.92614312187424 ], [ -2.820481502672178, 58.927817232226346 ], [ -2.818607190641812, 58.928545786154224 ], [ -2.809010100502062, 58.929134252952679 ], [ -2.804292958292566, 58.929087336845043 ], [ -2.80256798407186, 58.928559199364365 ], [ -2.801365161597412, 58.928598989256983 ], [ -2.800836406689552, 58.928043653183209 ], [ -2.805139615964231, 58.925612748891382 ], [ -2.806127258207896, 58.923648759967605 ], [ -2.805805833293308, 58.922674539214547 ], [ -2.800180457606119, 58.921766476338391 ], [ -2.799887764315641, 58.920599872292321 ], [ -2.800511306545604, 58.919328808562838 ], [ -2.799972377274998, 58.918251741353153 ], [ -2.798917524680814, 58.917690670167872 ], [ -2.796623794713089, 58.917168662264757 ], [ -2.793541856325119, 58.917178632424545 ], [ -2.790024955306117, 58.916390989777888 ], [ -2.788571004278781, 58.915679597616823 ], [ -2.78612046896933, 58.915579564519646 ], [ -2.784065147612882, 58.915985407414247 ], [ -2.782519877087505, 58.916910819235802 ], [ -2.782315709923537, 58.919399759792348 ], [ -2.778967084054111, 58.922458206892969 ], [ -2.778116022515919, 58.925310267457462 ], [ -2.779176566990729, 58.927978384956951 ], [ -2.779876442248423, 58.928434884966208 ], [ -2.78160867613588, 58.928762108301981 ], [ -2.784448396743676, 58.928519495131432 ], [ -2.785814713660393, 58.927800813244922 ], [ -2.789281119442, 58.927623436895949 ], [ -2.790994863200367, 58.926760680891441 ], [ -2.791949942934916, 58.926978459716665 ], [ -2.791732565169072, 58.92833231142081 ], [ -2.792383748838791, 58.928854602908395 ], [ -2.792489735976107, 58.931053370741061 ], [ -2.790651505216762, 58.933240687113212 ], [ -2.790560090545177, 58.934788650038541 ], [ -2.786826847303966, 58.937394310840695 ], [ -2.786047451365639, 58.940252268821702 ], [ -2.786710243214205, 58.941049332170941 ], [ -2.788822419329659, 58.942004606078555 ], [ -2.790424525322868, 58.942231023373111 ], [ -2.792849690608344, 58.941748279421915 ], [ -2.794155188175548, 58.941921684888463 ], [ -2.795313924092304, 58.943418860907514 ], [ -2.799368284658098, 58.944628740889172 ], [ -2.802905010875638, 58.946136280798207 ], [ -2.805159921035925, 58.946024375202427 ], [ -2.807347790080826, 58.944903398530343 ], [ -2.806227054020897, 58.945878525829535 ], [ -2.805254725464556, 58.947854984260502 ], [ -2.797259261043923, 58.950532301289037 ], [ -2.792148148073715, 58.951470761269903 ], [ -2.78787287042193, 58.951191517219002 ], [ -2.786745869632806, 58.950703530631898 ], [ -2.783671015272184, 58.950468033917396 ], [ -2.778223405060979, 58.951067606646596 ], [ -2.77719060702702, 58.951592906945237 ], [ -2.776937173367774, 58.953385207025391 ], [ -2.774888094765755, 58.955413690784859 ], [ -2.771192899842604, 58.956216200760146 ], [ -2.769834133269125, 58.957025381027357 ], [ -2.768592616956844, 58.956778604242963 ], [ -2.76813529224302, 58.957007636489983 ], [ -2.767808374630389, 58.956768890857326 ], [ -2.767730649621606, 58.957104336521418 ], [ -2.766551185730072, 58.957146354294423 ], [ -2.76549596244442, 58.957774073544812 ], [ -2.763822017581331, 58.957783067419932 ], [ -2.761565818883965, 58.958822872371591 ], [ -2.760658444394674, 58.958671045274883 ], [ -2.758582423500354, 58.959768113482767 ], [ -2.755926931533465, 58.960291966628965 ], [ -2.755584762185477, 58.960863347745637 ], [ -2.753946941833007, 58.960941154554895 ], [ -2.75139446440122, 58.961731941492992 ], [ -2.748837591728626, 58.96344772443382 ], [ -2.748705796450005, 58.963143140141831 ], [ -2.748627972117638, 58.963723749390965 ], [ -2.746279319144077, 58.964547381669469 ], [ -2.745147550546005, 58.964475770387004 ], [ -2.744583942124839, 58.96486788231433 ], [ -2.744117353046944, 58.964276038102227 ], [ -2.741928480830797, 58.964531086636676 ], [ -2.739623661318226, 58.964001840586789 ], [ -2.736438171288739, 58.963999351547464 ], [ -2.729533174697661, 58.965382882641165 ], [ -2.725972092615869, 58.967370593556936 ], [ -2.725701683673015, 58.96807350765053 ], [ -2.723920069282229, 58.969025567090817 ], [ -2.724627355026978, 58.969001851331541 ], [ -2.723867207903222, 58.970236468919012 ], [ -2.720066522569737, 58.971449415857101 ], [ -2.719311260186307, 58.971510194224564 ], [ -2.719586321210758, 58.971106327587428 ], [ -2.719030969567128, 58.971329442413115 ], [ -2.71830037348415, 58.971154782190929 ], [ -2.718487484715669, 58.971454598770507 ], [ -2.717647570988874, 58.971542779561062 ], [ -2.718107679022929, 58.971756663642431 ], [ -2.717671979058675, 58.971963841362303 ], [ -2.716922260350092, 58.971538716500582 ], [ -2.716462671239019, 58.971851995291715 ], [ -2.716774077789823, 58.972526521425472 ], [ -2.715516101193211, 58.973004072911124 ], [ -2.71345620240421, 58.973224695186779 ], [ -2.712464907973971, 58.972217127752344 ], [ -2.710074067878574, 58.973257663103141 ], [ -2.707970694116599, 58.972887503832965 ], [ -2.707433062239651, 58.971604401620077 ], [ -2.708133680752769, 58.971337434563615 ], [ -2.707714840276054, 58.971097245464975 ], [ -2.707977312795026, 58.970412375539624 ], [ -2.708291569106312, 58.970217570164856 ], [ -2.709407816344301, 58.970374906126018 ], [ -2.708396756609913, 58.970173886908263 ], [ -2.708098362114703, 58.969192128402163 ], [ -2.708659464732061, 58.96899327704763 ], [ -2.70921883406326, 58.967864027422067 ], [ -2.711424453908189, 58.967134359979084 ], [ -2.711326618243691, 58.966605931571173 ], [ -2.709769264847497, 58.965878958651246 ], [ -2.707989861700175, 58.965937201501468 ], [ -2.707558556523425, 58.965424963440448 ], [ -2.708246056313154, 58.964355187735151 ], [ -2.707044187124213, 58.963742986101245 ], [ -2.705858792235085, 58.963934460646556 ], [ -2.704781422974251, 58.964903966817616 ], [ -2.70356067241123, 58.964642983053785 ], [ -2.704610337544702, 58.963507494092525 ], [ -2.703648497567468, 58.963577388960339 ], [ -2.703804965934839, 58.963320586766393 ], [ -2.705712371838733, 58.963406293061333 ], [ -2.704469668885058, 58.963089757037309 ], [ -2.70404445351103, 58.962530774300703 ], [ -2.705947324661701, 58.960611099634001 ], [ -2.705991501848646, 58.958265085275805 ], [ -2.706713672205702, 58.957789653272805 ], [ -2.706295739832038, 58.957330324222653 ], [ -2.708450721599234, 58.955772056185104 ], [ -2.709384242926218, 58.955773228053722 ], [ -2.708161792401521, 58.955415305398496 ], [ -2.710144551819554, 58.953437650586743 ], [ -2.7102151028415, 58.952980142252713 ], [ -2.709564005624803, 58.953100464600098 ], [ -2.710894856456365, 58.952563293778745 ], [ -2.710810789092256, 58.952194646028801 ], [ -2.710363442921507, 58.952248293311669 ], [ -2.710975215516754, 58.951738417528219 ], [ -2.709308588359712, 58.952089732550597 ], [ -2.709082008208148, 58.95172096686094 ], [ -2.708759516265941, 58.951844872354236 ], [ -2.709070576787905, 58.951502796822524 ], [ -2.708502441804045, 58.951175416949638 ], [ -2.70905621673272, 58.950803273562499 ], [ -2.708445729627488, 58.951037423656139 ], [ -2.707814771613726, 58.951036386690717 ], [ -2.708144520434722, 58.950757974569775 ], [ -2.706578946898781, 58.950865322608657 ], [ -2.70835306241716, 58.950163204063017 ], [ -2.707112833248265, 58.950115205811919 ], [ -2.708185327437711, 58.949865960741143 ], [ -2.707616485338467, 58.949926550169877 ], [ -2.708143188120091, 58.949506062485383 ], [ -2.70711497292161, 58.949370688294259 ], [ -2.70690371498377, 58.949069190814306 ], [ -2.707777857081369, 58.948895573029866 ], [ -2.708205830528392, 58.948577107786129 ], [ -2.707377635789881, 58.948617561867245 ], [ -2.708193492674078, 58.948229619421006 ], [ -2.707046168772767, 58.948386771830677 ], [ -2.706962418271936, 58.948116010207443 ], [ -2.708481518637154, 58.947782596060364 ], [ -2.708294254248021, 58.948142852384279 ], [ -2.709080500584694, 58.947922108755975 ], [ -2.710058282068187, 58.948142163335874 ], [ -2.713436543493786, 58.947956535218161 ], [ -2.715957740387794, 58.946837971146977 ], [ -2.716708604787153, 58.944329072772668 ], [ -2.716310654683832, 58.94290422990899 ], [ -2.715430255920279, 58.942011023236937 ], [ -2.717101917380172, 58.941007593607885 ], [ -2.718682900887711, 58.93924127820268 ], [ -2.718753313574803, 58.938282636076217 ], [ -2.718231962287164, 58.938277449301083 ], [ -2.719180489270789, 58.937269023903013 ], [ -2.718731094240658, 58.936378830460193 ], [ -2.71659321315304, 58.935665043978958 ], [ -2.715284974366829, 58.934069212959528 ], [ -2.71332004552901, 58.932970936196334 ], [ -2.715040413397564, 58.932324697738395 ], [ -2.714825384929044, 58.931839126944212 ], [ -2.713759945037931, 58.931811782280278 ], [ -2.71500693045578, 58.931461827813003 ], [ -2.714429795049837, 58.930937844105202 ], [ -2.712749098423254, 58.93106207166214 ], [ -2.713640373595328, 58.930732051724831 ], [ -2.712613396282062, 58.930546423395981 ], [ -2.713500177022709, 58.93033587379368 ], [ -2.713505292213776, 58.929994575073898 ], [ -2.714798341553091, 58.929355186242702 ], [ -2.715283897686186, 58.928392453476526 ], [ -2.713622734500551, 58.92777387222273 ], [ -2.714209234626002, 58.927493127586715 ], [ -2.713842190496566, 58.926709333508882 ], [ -2.713505842998811, 58.926402249903468 ], [ -2.713094998485289, 58.926609278432487 ], [ -2.712761667035169, 58.925774104794819 ], [ -2.71130718506633, 58.925062750585042 ], [ -2.711882456835244, 58.923141284118735 ], [ -2.711152972893824, 58.922800434853528 ], [ -2.711320749542166, 58.922260663382836 ], [ -2.710514653557503, 58.922331553112507 ], [ -2.710920460016832, 58.921881180225704 ], [ -2.712054344325014, 58.921705203989461 ], [ -2.712489790386373, 58.920671807969605 ], [ -2.715515928293251, 58.919796532069753 ], [ -2.72232479029171, 58.919623065035836 ], [ -2.728034662426241, 58.920783696485117 ], [ -2.735328987958893, 58.921220202263974 ], [ -2.738771842186501, 58.921748409378353 ], [ -2.743568666909308, 58.923614974669377 ], [ -2.747350617638213, 58.923904808171812 ], [ -2.75064717276235, 58.923353150283944 ], [ -2.752431991844606, 58.922530010584531 ], [ -2.75294120620373, 58.922068125159569 ], [ -2.75349869363782, 58.91935894684336 ], [ -2.757004248815108, 58.916082909461409 ], [ -2.757086365219742, 58.915312768666965 ], [ -2.757584871924402, 58.914924569616822 ], [ -2.759560127925204, 58.914815089324435 ], [ -2.760947724885682, 58.913881002626567 ], [ -2.760696745028382, 58.913679511869518 ], [ -2.76215679671545, 58.913594575907105 ], [ -2.762150060143007, 58.913131202645708 ], [ -2.762366552923721, 58.913500836275148 ], [ -2.762851944388676, 58.913230343260416 ], [ -2.763494451643685, 58.913313665157283 ], [ -2.763507780336023, 58.913052243039409 ], [ -2.76630848204878, 58.913217087210818 ], [ -2.766906382387764, 58.913637439417599 ], [ -2.771919919076503, 58.914381755855011 ], [ -2.776617253045953, 58.915958509998106 ], [ -2.779005418833304, 58.916296194274558 ], [ -2.78614916426618, 58.914550179719669 ], [ -2.787533311605312, 58.913496380029265 ], [ -2.787384244884003, 58.912592013512679 ], [ -2.788633956453478, 58.911891071227792 ], [ -2.789008568809263, 58.910274917663976 ], [ -2.791862408430514, 58.908517867934961 ], [ -2.795110984112368, 58.908162941115386 ], [ -2.796528888996652, 58.907693491929926 ], [ -2.798745764689189, 58.905439973225675 ], [ -2.799741561498969, 58.903987888359993 ], [ -2.799441882612188, 58.903638587964622 ], [ -2.800659106444224, 58.902608127278683 ], [ -2.799972140880534, 58.902474074190941 ], [ -2.800742358138403, 58.902380394201209 ], [ -2.801578425114215, 58.901682783026693 ], [ -2.800928617036248, 58.900603711107934 ], [ -2.801774212530362, 58.900619125020931 ], [ -2.802460378994419, 58.899222822918766 ], [ -2.801844890614436, 58.899100011394644 ], [ -2.80157323322871, 58.898535897674925 ], [ -2.802359933257477, 58.898483417701286 ], [ -2.802584211223052, 58.898126380373533 ], [ -2.801712753757723, 58.896542163402401 ], [ -2.802505573589932, 58.89608190992648 ], [ -2.801782982512996, 58.896127706696291 ], [ -2.802016580540363, 58.895349406484918 ], [ -2.803199027327832, 58.895154362174466 ], [ -2.803086554493383, 58.894719485593434 ], [ -2.803928262203231, 58.894424168534357 ], [ -2.803900548473801, 58.89397798821733 ], [ -2.806082113489262, 58.893395906977752 ], [ -2.808168709271199, 58.893208645978135 ], [ -2.808890086950409, 58.892742512525182 ], [ -2.811983238246627, 58.892711441282124 ], [ -2.812916646454735, 58.891892797577711 ], [ -2.812719579939676, 58.891480913162681 ], [ -2.81329817408005, 58.891366807692698 ], [ -2.812536530450099, 58.891000685073628 ], [ -2.8142504376039, 58.890836323919402 ], [ -2.814140124375908, 58.890424793049881 ], [ -2.817406267378873, 58.890307182199443 ], [ -2.816572266216556, 58.88974306166444 ], [ -2.8171709433085, 58.889231853345365 ], [ -2.819182787159242, 58.888684749253443 ], [ -2.820111317322434, 58.887452060400413 ], [ -2.821774272312149, 58.886977180407762 ], [ -2.822394020792852, 58.885459046446968 ], [ -2.821849931822178, 58.88387826455525 ], [ -2.819664806025759, 58.882880886103486 ], [ -2.818488912574085, 58.882964677896148 ], [ -2.818183289295905, 58.882363990277028 ], [ -2.819606431967445, 58.881953521964292 ], [ -2.818403296341213, 58.881910854209949 ], [ -2.81803456033488, 58.88150186059827 ], [ -2.818686969833339, 58.881289370168979 ], [ -2.818767535883044, 58.880808377640868 ], [ -2.81937920319391, 58.880707505860045 ], [ -2.819524282255208, 58.880974218826601 ], [ -2.819720794712362, 58.880408967139466 ], [ -2.821602753308311, 58.880113215610805 ], [ -2.820498548418546, 58.879850802686526 ], [ -2.821893368768114, 58.879568018245898 ], [ -2.822341202402965, 58.87914306287324 ], [ -2.821642452983226, 58.879227438758939 ], [ -2.823480829630615, 58.878561022116045 ], [ -2.822472683658348, 58.877886684971507 ], [ -2.822296296635141, 58.878201243868872 ], [ -2.821204118066492, 58.878077965768121 ], [ -2.821557153831875, 58.877532372205692 ], [ -2.820824687848147, 58.877363694559158 ], [ -2.821380802370305, 58.877044029950767 ], [ -2.820687816991359, 58.877077172632738 ], [ -2.821068501636829, 58.876600558246942 ], [ -2.824353601860222, 58.875804581379313 ], [ -2.824128240509412, 58.875663221377977 ], [ -2.826795887883196, 58.875235746892834 ], [ -2.825114885181436, 58.87529049995976 ], [ -2.825930543155958, 58.875093993344016 ], [ -2.825434388789786, 58.874942691097942 ], [ -2.827770227279786, 58.874494863121214 ], [ -2.826580485166126, 58.874421651268733 ], [ -2.828208471597174, 58.873892124316491 ], [ -2.827562301898439, 58.873268493501818 ], [ -2.8297348952296, 58.872961778420787 ], [ -2.830427862792657, 58.872497499114026 ], [ -2.830396697917944, 58.873367957968192 ], [ -2.830950176348087, 58.872293864544758 ], [ -2.831596657393979, 58.872061587558058 ], [ -2.832737591447372, 58.872271578772647 ], [ -2.832895054236424, 58.871824208029636 ], [ -2.833673622864432, 58.872037424689751 ], [ -2.833540697646551, 58.872567263297036 ], [ -2.834222306913634, 58.872930186839682 ], [ -2.834740840418116, 58.872570291884067 ], [ -2.835463598982584, 58.872985032868101 ], [ -2.835438992103861, 58.872396038259765 ], [ -2.835733949453417, 58.872689605569633 ], [ -2.836292711988931, 58.872560255838685 ], [ -2.836062552599717, 58.872724301619016 ], [ -2.836744557364181, 58.872886933045699 ], [ -2.838021343387082, 58.874050678580552 ], [ -2.838243237766606, 58.875337114841109 ], [ -2.83731959101381, 58.875583794804648 ], [ -2.837759050489964, 58.875037595523082 ], [ -2.834546275080137, 58.876300459463096 ], [ -2.833836986851587, 58.877672844325232 ], [ -2.834420217886803, 58.87805166949213 ], [ -2.832049402667248, 58.879288372937211 ], [ -2.832334342269728, 58.880824083020542 ], [ -2.834040232834282, 58.881720163217437 ], [ -2.835614448316291, 58.882044085602956 ], [ -2.837908331663636, 58.881998696055781 ], [ -2.838955585588068, 58.881691935787757 ], [ -2.841155805522982, 58.883790859921476 ], [ -2.845331716585279, 58.885296666064512 ], [ -2.846143079788682, 58.888611629449571 ], [ -2.848974031708386, 58.889649228094129 ], [ -2.852223998255507, 58.890009530133732 ], [ -2.855092192943752, 58.891910722175517 ], [ -2.85734995267877, 58.892413070235968 ], [ -2.860475195673767, 58.891999831065633 ], [ -2.860757859321223, 58.892341921234909 ], [ -2.862372315708289, 58.892719138300571 ], [ -2.865444844327552, 58.893044369381734 ], [ -2.866544769384812, 58.893521075758194 ], [ -2.866690314852492, 58.894482863771323 ], [ -2.868002929223879, 58.89471923674823 ], [ -2.868147311372767, 58.895217611025942 ], [ -2.875454782628402, 58.897479136543417 ], [ -2.876202517296979, 58.897332169960315 ], [ -2.877641240806987, 58.897881028171206 ], [ -2.877767996111278, 58.897609838937271 ], [ -2.87769575047356, 58.898045908694236 ], [ -2.8788729985844, 58.898957565330143 ], [ -2.882467577316597, 58.899513248530752 ], [ -2.883992207664287, 58.900292262351151 ], [ -2.886005225075631, 58.900416787948011 ], [ -2.889221106366517, 58.899598088655999 ], [ -2.89059668867018, 58.898827925444294 ], [ -2.890639071680123, 58.898249255259607 ], [ -2.891780970970321, 58.897371120326056 ], [ -2.897042076531478, 58.895598680641996 ], [ -2.895542910063029, 58.890709020977404 ], [ -2.894776268481818, 58.890250011052743 ], [ -2.892711415200614, 58.889843079542288 ], [ -2.891625142527846, 58.890243049837785 ], [ -2.886120900595341, 58.891037109527112 ], [ -2.884021771194902, 58.890644644159494 ], [ -2.88365821198393, 58.889724778582639 ], [ -2.891656114095183, 58.885044608269197 ], [ -2.896523435096615, 58.884081393426555 ], [ -2.898728430835304, 58.884217856831526 ], [ -2.900170061202073, 58.8838845045113 ], [ -2.905958770277437, 58.879762155692347 ], [ -2.905482202333216, 58.879248186517117 ], [ -2.908640419600423, 58.877513325114265 ], [ -2.912398271558773, 58.873467809042296 ], [ -2.915328304895335, 58.872712430921766 ], [ -2.915368513201902, 58.872133763765092 ], [ -2.913057560314328, 58.869134266008892 ], [ -2.912164020435575, 58.869180993015661 ], [ -2.910214955205564, 58.868653180296668 ], [ -2.908637026449829, 58.868852891072258 ], [ -2.905737593581739, 58.870904772604781 ], [ -2.905921639976607, 58.871444143322378 ], [ -2.906752556557224, 58.8715200420569 ], [ -2.906865770962548, 58.871803947730662 ], [ -2.904125560686235, 58.872527269686387 ], [ -2.903094121166948, 58.872609924661113 ], [ -2.900565883312963, 58.872086013615579 ], [ -2.896412175331777, 58.873079467268113 ], [ -2.888481407047941, 58.874023374462546 ], [ -2.884824609137774, 58.873647914635562 ], [ -2.883707684952743, 58.872489818237867 ], [ -2.884399380531467, 58.871528602659311 ], [ -2.884109957604113, 58.871059976183602 ], [ -2.885505319955119, 58.870357081953337 ], [ -2.885167548551503, 58.870032486086764 ], [ -2.885889806276577, 58.869591953960253 ], [ -2.886501378258744, 58.869773666781022 ], [ -2.888571606979922, 58.868952046591922 ], [ -2.88871880718381, 58.868065500926861 ], [ -2.889970815763089, 58.866785162462783 ], [ -2.889649079531362, 58.866139843425799 ], [ -2.888798781976469, 58.865977750461248 ], [ -2.888644625912909, 58.864901980677665 ], [ -2.89006467489193, 58.864295860838574 ], [ -2.889510981002523, 58.863596456708542 ], [ -2.891151001893412, 58.862647528651976 ], [ -2.890745119252494, 58.857984657282621 ], [ -2.888565545418046, 58.855121233073803 ], [ -2.885655496952665, 58.853433917185598 ], [ -2.880875190920473, 58.852274820543094 ], [ -2.876860738462939, 58.852123415895157 ], [ -2.867427468002558, 58.853667198625104 ], [ -2.866121080442978, 58.853340074485516 ], [ -2.863250601050683, 58.853749070761467 ], [ -2.862189365243723, 58.853520856021142 ], [ -2.862079928958676, 58.853023137871432 ], [ -2.860324944188437, 58.853054598858094 ], [ -2.860201178506851, 58.852816527175264 ], [ -2.859781726128478, 58.852955832304744 ], [ -2.860083022745846, 58.852734688386327 ], [ -2.859586078295905, 58.852894267248253 ], [ -2.859893019759588, 58.852691048314412 ], [ -2.857880996875349, 58.853121149854978 ], [ -2.864199946850776, 58.850182629086206 ], [ -2.868355796427887, 58.84886327433383 ], [ -2.867632341119393, 58.848970521112143 ], [ -2.867684152371419, 58.848755525445512 ], [ -2.870733659319051, 58.84810991723689 ], [ -2.871462834881218, 58.847472730917694 ], [ -2.870827642542003, 58.847435702922517 ], [ -2.870863251712037, 58.847197464297906 ], [ -2.876019999266233, 58.845805543985485 ], [ -2.876984631844981, 58.844960163150439 ], [ -2.880255572671279, 58.844388264681641 ], [ -2.882526947882504, 58.84464758253128 ], [ -2.88701751717506, 58.844002507100413 ], [ -2.888778802195633, 58.843356330726891 ], [ -2.890188098337622, 58.842162913531929 ], [ -2.892782404467463, 58.841709418565564 ], [ -2.895341015839339, 58.8416881100922 ], [ -2.89760129973721, 58.842056809148801 ], [ -2.899342570788674, 58.842721869049477 ], [ -2.900936461149218, 58.842713452353259 ], [ -2.903615676232151, 58.841997796357326 ], [ -2.906331268634945, 58.839826886727693 ], [ -2.904133814475406, 58.837811660497898 ], [ -2.899889788663849, 58.836096277868329 ], [ -2.895510258543525, 58.834953794479091 ], [ -2.89265914684884, 58.833821261423488 ], [ -2.888837637673483, 58.833952706656994 ], [ -2.888766400769597, 58.833470911267966 ], [ -2.889220968489134, 58.833363600239778 ], [ -2.888343329155582, 58.831831177170145 ], [ -2.887435911149425, 58.831569780742882 ], [ -2.886403104058882, 58.828907688564016 ], [ -2.887444225090189, 58.828236830906526 ], [ -2.886985698837564, 58.827780148930039 ], [ -2.887197721765345, 58.827198511553959 ], [ -2.887688043505855, 58.827273276513871 ], [ -2.887476922912103, 58.825993122019703 ], [ -2.887828117613579, 58.825775160090153 ], [ -2.888534898163543, 58.825984945910015 ], [ -2.889306935779984, 58.825429086475168 ], [ -2.889034442466089, 58.823309621330957 ], [ -2.88839090501017, 58.822862301349282 ], [ -2.885064216283948, 58.822725290578163 ], [ -2.884030005267752, 58.822438695072336 ], [ -2.882883595636699, 58.822642330009856 ], [ -2.882867996829887, 58.822369410581906 ], [ -2.881881934645293, 58.822272868418949 ], [ -2.881634146790115, 58.822607760713041 ], [ -2.881621357817409, 58.822240520209746 ], [ -2.878732207951225, 58.821666569392391 ], [ -2.878024756180087, 58.821150478830404 ], [ -2.879264686338385, 58.820879789571443 ], [ -2.877993029016819, 58.820238212913168 ], [ -2.879232689992739, 58.820163314068594 ], [ -2.87949838800954, 58.81985165516204 ], [ -2.878502509805485, 58.819569245173547 ], [ -2.879033603730455, 58.819481206711401 ], [ -2.878810949814583, 58.819167485511826 ], [ -2.877808119173794, 58.819225502088372 ], [ -2.880624946467589, 58.817297824802615 ], [ -2.883676651258956, 58.816992264812441 ], [ -2.88453915727768, 58.817749752708437 ], [ -2.884475307533359, 58.81707840166537 ], [ -2.884960987218959, 58.816908921464858 ], [ -2.885565148460187, 58.817379879401443 ], [ -2.886323462177172, 58.817512983565074 ], [ -2.886220400240791, 58.817138279901783 ], [ -2.886521262879279, 58.817325715610849 ], [ -2.88757019272778, 58.819615880369462 ], [ -2.888758656776218, 58.820586645723047 ], [ -2.890771333369808, 58.820337465650091 ], [ -2.891015823233561, 58.819675664694422 ], [ -2.892939216790091, 58.819795293454277 ], [ -2.896283399899597, 58.81900961554522 ], [ -2.897716996761667, 58.818201228677154 ], [ -2.898511001711198, 58.816900622240688 ], [ -2.903838225452729, 58.815288131136356 ], [ -2.905872493323587, 58.814223073128979 ], [ -2.908737199545787, 58.81168551320409 ], [ -2.907906820248311, 58.811840445085224 ], [ -2.909909885731277, 58.810918341543946 ], [ -2.909090831598382, 58.811108227867805 ], [ -2.910535225262178, 58.810339136002064 ], [ -2.909511342023463, 58.810507119095014 ], [ -2.910883244617522, 58.810011561613045 ], [ -2.911515530212394, 58.809236512495779 ], [ -2.911077507390615, 58.808178031013654 ], [ -2.908716842519574, 58.806473883519949 ], [ -2.908854993464665, 58.806130727837299 ], [ -2.908389057106847, 58.806250763955006 ], [ -2.91015228444066, 58.805105813121934 ], [ -2.909893203926647, 58.805324984744146 ], [ -2.910322778929614, 58.805337222930397 ], [ -2.91284384948159, 58.804186885969742 ], [ -2.913274604815616, 58.802664221731689 ], [ -2.914490553536438, 58.801254544497056 ], [ -2.91637742078111, 58.800615168499803 ], [ -2.917527482940421, 58.80071566777044 ], [ -2.917993469914425, 58.801256613458307 ], [ -2.919059276692507, 58.801507684523187 ], [ -2.921089976137211, 58.80153092506611 ], [ -2.922903283817141, 58.801058130463304 ], [ -2.92446985654191, 58.799964681016796 ], [ -2.925864262237603, 58.797933911624909 ], [ -2.930588209071027, 58.79430294960094 ], [ -2.930941381773132, 58.793017883809419 ], [ -2.929730950444426, 58.79201083707688 ], [ -2.925198063534109, 58.790785157358023 ], [ -2.923065475348509, 58.79087587660824 ], [ -2.921593263416779, 58.790554995751251 ], [ -2.92162325638416, 58.790120090881125 ], [ -2.922383335926529, 58.790076039213794 ], [ -2.922692689907981, 58.788890103021579 ], [ -2.92010147468066, 58.786225024892346 ], [ -2.920390775605855, 58.785782881444455 ], [ -2.921225585363245, 58.785755367214719 ], [ -2.921315771290445, 58.785437686143517 ], [ -2.921546554823683, 58.785595005108789 ], [ -2.922619005821223, 58.78500535579424 ], [ -2.921357447995014, 58.784203369119858 ], [ -2.921864357415477, 58.783488434664505 ], [ -2.920965066482767, 58.783038612818366 ], [ -2.922327640256452, 58.782498984619515 ], [ -2.922839369848944, 58.782749492963369 ], [ -2.923920703484705, 58.781977449663501 ], [ -2.923597215886646, 58.781715718445682 ], [ -2.924283017527915, 58.780641141765244 ], [ -2.923503514575303, 58.780857784243636 ], [ -2.923264542061458, 58.780326010261831 ], [ -2.922132493362631, 58.780684376579863 ], [ -2.922465765445883, 58.779946431077889 ], [ -2.92551505892627, 58.779881476161023 ], [ -2.926168790669792, 58.779294799716773 ], [ -2.926406475035029, 58.778543159841369 ], [ -2.925172394087702, 58.777923331989463 ], [ -2.924800924752853, 58.776441398439097 ], [ -2.925142779561434, 58.775964737486625 ], [ -2.928207767970832, 58.774945797133007 ], [ -2.927520509711655, 58.774270861917593 ], [ -2.927690180466129, 58.7737595070856 ], [ -2.926794212389925, 58.773557584323399 ], [ -2.927700922713957, 58.773319349015445 ], [ -2.92818635817512, 58.773949033577459 ], [ -2.928655910807319, 58.773076269006921 ], [ -2.929744465391421, 58.773043278212043 ], [ -2.930222466579839, 58.772747042614057 ], [ -2.930429505903114, 58.773117372560328 ], [ -2.932128375081481, 58.77133759484903 ], [ -2.933064530634731, 58.771169162240426 ], [ -2.932923802174444, 58.77153122664442 ], [ -2.933965924949431, 58.770930022666079 ], [ -2.934295909536769, 58.771305743034951 ], [ -2.935332437153697, 58.771076392281394 ], [ -2.937246358928117, 58.770167963183283 ], [ -2.93835015027264, 58.76948544357127 ], [ -2.937040328258935, 58.769708721988557 ], [ -2.938486475720733, 58.769154839289889 ], [ -2.93974779524498, 58.767264977207162 ], [ -2.937416970803581, 58.765654538100371 ], [ -2.935467740774042, 58.765240288025602 ], [ -2.932064783606674, 58.763542325850189 ], [ -2.93135134142, 58.763627414355561 ], [ -2.930541403898457, 58.761849584138233 ], [ -2.926270808846479, 58.759615261979512 ], [ -2.923903766297515, 58.758941587251734 ], [ -2.922061844826755, 58.759295162899363 ], [ -2.922974419701188, 58.7588997448604 ], [ -2.922120497344233, 58.758638213745108 ], [ -2.915995254286407, 58.758271434497509 ], [ -2.914994961069175, 58.756055678541756 ], [ -2.9141748637723, 58.75569506146612 ], [ -2.91291851100627, 58.755834192248166 ], [ -2.912765855269241, 58.755615232582535 ], [ -2.911711404809672, 58.756006193096653 ], [ -2.910338083807029, 58.755044126994676 ], [ -2.910694421974909, 58.754659009177345 ], [ -2.909256312881005, 58.754720353271949 ], [ -2.9098296380483, 58.754304967275729 ], [ -2.909114535769467, 58.753791794237301 ], [ -2.911161837143798, 58.753037285475109 ], [ -2.910830901127651, 58.752674985376231 ], [ -2.911482823059714, 58.752029116287027 ], [ -2.911265667459795, 58.750929550059098 ], [ -2.914604943389125, 58.749565897665114 ], [ -2.912689079596622, 58.749588458007423 ], [ -2.912342254929463, 58.749080777818463 ], [ -2.915167431886006, 58.747428856170856 ], [ -2.91367622906688, 58.747562478020853 ], [ -2.913722152626188, 58.747271159668585 ], [ -2.91300366769747, 58.747218770650562 ], [ -2.914801061871462, 58.746440823592778 ], [ -2.914816525852088, 58.746042843891189 ], [ -2.915613467867896, 58.745662666610912 ], [ -2.91495646245379, 58.74485812002181 ], [ -2.915837157977905, 58.744312989427101 ], [ -2.91521521741886, 58.743855769956845 ], [ -2.916858298754822, 58.742803163475585 ], [ -2.91648159364581, 58.742341510959513 ], [ -2.916923247059223, 58.742185688160937 ], [ -2.917865179448001, 58.742460097544907 ], [ -2.916979228485939, 58.741424576189161 ], [ -2.923610824423784, 58.739301650217328 ], [ -2.922868332457939, 58.738598345854243 ], [ -2.919726829536299, 58.738829168511636 ], [ -2.920308201575189, 58.738536719294011 ], [ -2.91845740743428, 58.738972940357101 ], [ -2.917965946468425, 58.738744724828479 ], [ -2.917853037556774, 58.739049096134224 ], [ -2.916190786453309, 58.739036674033272 ], [ -2.918009193805021, 58.737763661269831 ], [ -2.917435390913702, 58.737687813866245 ], [ -2.917868818395817, 58.736107615074069 ], [ -2.917021361012267, 58.735872051635205 ], [ -2.917285069914081, 58.735390574529369 ], [ -2.916565950846947, 58.735304980121626 ], [ -2.918677714376763, 58.734945960398903 ], [ -2.92088720093271, 58.735279562830634 ], [ -2.921062524585247, 58.735704022801457 ], [ -2.9221271586822, 58.735659586149083 ], [ -2.920840604041564, 58.734562291082334 ], [ -2.922117730374596, 58.734781283787214 ], [ -2.922284671831692, 58.734301386522304 ], [ -2.921554526199513, 58.734320979950553 ], [ -2.921903812524925, 58.733943063888113 ], [ -2.923867552379809, 58.733283245921569 ], [ -2.923964223924471, 58.733606777444805 ], [ -2.926827174037507, 58.733052729881564 ], [ -2.928809677054113, 58.733166888793868 ], [ -2.928632166822728, 58.733894754956623 ], [ -2.92949343031263, 58.733869685082496 ], [ -2.929488192882171, 58.734126587947451 ], [ -2.930932701063227, 58.733432684322167 ], [ -2.934215867874719, 58.732901481515881 ], [ -2.935997377654412, 58.733570235299283 ], [ -2.93627633397403, 58.73418073388158 ], [ -2.936825857269087, 58.734189314095303 ], [ -2.936457398164893, 58.734426404148586 ], [ -2.937892749542106, 58.73391031839661 ], [ -2.938644694392184, 58.734059322144645 ], [ -2.93816269371806, 58.733607479701206 ], [ -2.940456482678109, 58.734244599873065 ], [ -2.940351536590484, 58.73387623387385 ], [ -2.940810223727738, 58.733975272981041 ], [ -2.9413388908105, 58.733403793499264 ], [ -2.940618301807602, 58.733520423399199 ], [ -2.940346605655587, 58.733309549182245 ], [ -2.946510500145818, 58.733215924834568 ], [ -2.948012767359265, 58.732373211927843 ], [ -2.9477131366973, 58.732152679084031 ], [ -2.948289665796867, 58.732075689124898 ], [ -2.94608616661877, 58.731519775295261 ], [ -2.948244782490494, 58.731061129978002 ], [ -2.949335580738568, 58.731032441605421 ], [ -2.950013120238133, 58.731366942452375 ], [ -2.951238555257435, 58.731145044983201 ], [ -2.950026461687802, 58.731032738805837 ], [ -2.95115758738268, 58.731026191002698 ], [ -2.950986086072521, 58.730627787733624 ], [ -2.951920841858023, 58.730577775569429 ], [ -2.951259470065446, 58.730456022811516 ], [ -2.952663821682311, 58.730146569912144 ], [ -2.957157763550295, 58.729829457740841 ], [ -2.956019726277032, 58.730401035554074 ], [ -2.958730943094567, 58.729632747177249 ], [ -2.960377183855484, 58.729580970527216 ], [ -2.960396398682934, 58.72983948989723 ], [ -2.960930198635515, 58.729655883566735 ], [ -2.960631423846668, 58.730470922447786 ], [ -2.96106755222595, 58.730127277709713 ], [ -2.962457768326075, 58.729997449871007 ], [ -2.961660531107635, 58.730523421568762 ], [ -2.962227466234084, 58.730351238361436 ], [ -2.962826083874226, 58.730575791203222 ], [ -2.964629539955364, 58.733269279933829 ], [ -2.964543614562736, 58.736217598117349 ], [ -2.963850632819476, 58.737768470300679 ], [ -2.965379441662552, 58.741319922131417 ], [ -2.967733225634288, 58.742089933339123 ], [ -2.969570300970503, 58.742045590445066 ], [ -2.971912215266377, 58.741084911613619 ], [ -2.973744633658614, 58.739207452247065 ], [ -2.976435092488694, 58.738797306479121 ], [ -2.976227159450315, 58.740870877963864 ], [ -2.97681016356152, 58.740713777918181 ], [ -2.977492599465608, 58.742068379564159 ], [ -2.978117490506033, 58.741495119759655 ], [ -2.978817090513664, 58.741613751226609 ], [ -2.978742951943609, 58.742234027063986 ], [ -2.977935507915077, 58.742828433994774 ], [ -2.977620896666937, 58.742576648664858 ], [ -2.976900672007823, 58.743016806441176 ], [ -2.976687686565046, 58.743862666564922 ], [ -2.976114650884474, 58.74406908760178 ], [ -2.976420766345958, 58.745373553789115 ], [ -2.976832288053295, 58.745629996435611 ], [ -2.977244191482395, 58.745468802660582 ], [ -2.977902694749462, 58.746151779040069 ], [ -2.978655505337409, 58.745762562357989 ], [ -2.979700183469479, 58.74579863497663 ], [ -2.979171100025599, 58.746646901200137 ], [ -2.981321017447505, 58.747271819477881 ], [ -2.982232442918425, 58.74723793357451 ], [ -2.982183697250397, 58.747715214269725 ], [ -2.982804057231635, 58.747592830295126 ], [ -2.982353401679426, 58.748156701218512 ], [ -2.982981927163009, 58.748384526540512 ], [ -2.984391020928597, 58.747554674934598 ], [ -2.98515958994625, 58.747723939514685 ], [ -2.984744867684963, 58.748518364871302 ], [ -2.983815939466895, 58.748973626916936 ], [ -2.986146605537594, 58.748589379119942 ], [ -2.985509985738093, 58.749541779617005 ], [ -2.986181587798318, 58.749397432534714 ], [ -2.985829448644749, 58.751547565031203 ], [ -2.987313981008997, 58.751425733233532 ], [ -2.987515356528088, 58.751152954193856 ], [ -2.987041754773247, 58.752064595057512 ], [ -2.987759928037169, 58.751976465883395 ], [ -2.98734063091482, 58.752182656297187 ], [ -2.987621729577597, 58.753136117820418 ], [ -2.988484685162594, 58.753033403446025 ], [ -2.990233891383243, 58.753769023219306 ], [ -2.991730194944318, 58.753936249902083 ], [ -2.99213795554317, 58.753628644820935 ], [ -2.99239289561538, 58.753841336728144 ], [ -2.992343628016304, 58.754356347083558 ], [ -2.990047760641187, 58.756340014589625 ], [ -2.991149916674778, 58.756501293334175 ], [ -2.991265363744459, 58.756913547409681 ], [ -2.990392990188126, 58.75699210263992 ], [ -2.991526953841155, 58.757116310409103 ], [ -2.9909241453302, 58.757556540017433 ], [ -2.991509583022242, 58.757598741970241 ], [ -2.991177165545194, 58.758004560144258 ], [ -2.991945897667876, 58.758048943405349 ], [ -2.990585964856022, 58.758853349622143 ], [ -2.991243043047463, 58.759043194503072 ], [ -2.990619033879106, 58.759043499883809 ], [ -2.990239530561627, 58.759496380150431 ], [ -2.989464402000799, 58.759349648454389 ], [ -2.989955190411359, 58.759709625070059 ], [ -2.989357593622425, 58.760274647388862 ], [ -2.987955847641124, 58.760341978438433 ], [ -2.987326690629018, 58.760892862781112 ], [ -2.986661048087818, 58.760462363834876 ], [ -2.985442489014492, 58.760772557651237 ], [ -2.985704252572988, 58.760981617923726 ], [ -2.984512208457017, 58.76088564413476 ], [ -2.985101430845953, 58.761120945026875 ], [ -2.980568402777963, 58.760553750743618 ], [ -2.979837694471703, 58.761063158021813 ], [ -2.980533455735568, 58.761522202978313 ], [ -2.979380093406183, 58.762493766368316 ], [ -2.979652842209407, 58.762848252666799 ], [ -2.980509090105994, 58.762804920760196 ], [ -2.980287990445792, 58.763118253679778 ], [ -2.980778449282105, 58.763345343803408 ], [ -2.979638801205319, 58.764867359308077 ], [ -2.980724327800377, 58.76584166343298 ], [ -2.980637650024821, 58.766814999006122 ], [ -2.981126176986535, 58.766849004377995 ], [ -2.98065380922469, 58.767081621129165 ], [ -2.981084840113735, 58.767099897556001 ], [ -2.980739723631005, 58.767553384792841 ], [ -2.979840725039411, 58.767617699512023 ], [ -2.978319834056189, 58.768931537063146 ], [ -2.978235837151063, 58.770248833901384 ], [ -2.979025710891924, 58.771096961870207 ], [ -2.980706777092093, 58.771046467008382 ], [ -2.979866083160104, 58.771649216418695 ], [ -2.980241164388717, 58.771643671503732 ], [ -2.980362493016177, 58.772942344176506 ], [ -2.981141507126716, 58.773462724300863 ], [ -2.979968468505414, 58.775161026404781 ], [ -2.980381810288985, 58.776266177508802 ], [ -2.979320170219877, 58.776397287154047 ], [ -2.97951720185068, 58.776761329736196 ], [ -2.980059992503246, 58.776690744548496 ], [ -2.979000058192048, 58.777620275874696 ], [ -2.979456847871696, 58.778302978790869 ], [ -2.980997315231703, 58.778651421044195 ], [ -2.980535647801488, 58.779269252423909 ], [ -2.980961766251814, 58.779537247357027 ], [ -2.980492178145319, 58.779751878502978 ], [ -2.980851904589007, 58.780670624302651 ], [ -2.98171830381213, 58.781461571762101 ], [ -2.982700043000491, 58.781558278763491 ], [ -2.981195330317116, 58.782482233664794 ], [ -2.981668502286263, 58.783189951759397 ], [ -2.982028426883426, 58.783133324233724 ], [ -2.981815221518168, 58.783485217706122 ], [ -2.982652113279207, 58.783412383201423 ], [ -2.979486422638105, 58.784511521680933 ], [ -2.979439906873075, 58.784825321843435 ], [ -2.980738945154812, 58.784699592866637 ], [ -2.979129767259302, 58.785299193979895 ], [ -2.979017549822857, 58.785921550741868 ], [ -2.980166333813683, 58.786969025955038 ], [ -2.983665621637225, 58.78732050149199 ], [ -2.986194883987382, 58.786955409856226 ], [ -2.989585456075001, 58.785916353172624 ], [ -2.992170884721743, 58.786252152309444 ], [ -2.99407247461375, 58.786991941437996 ], [ -2.99606697848725, 58.788496192544422 ], [ -2.995485302844862, 58.789993375020643 ], [ -2.995930690353575, 58.790562944283074 ], [ -2.998527769736065, 58.79225380638362 ], [ -3.001882723383384, 58.795256290810329 ], [ -3.004094038441506, 58.796150701911266 ], [ -3.004607883749951, 58.797344807648045 ], [ -3.007925533485506, 58.797713211548391 ], [ -3.00858501922166, 58.797420656044089 ], [ -3.011856846900023, 58.797402222790694 ], [ -3.012297493166885, 58.796667687358649 ], [ -3.013093256406893, 58.796956028309651 ], [ -3.012722641229438, 58.797183470784084 ], [ -3.013273596489296, 58.797146812216475 ], [ -3.012728813223994, 58.797454657983359 ], [ -3.0135930498629, 58.797479305949729 ], [ -3.015717545640879, 58.798585262679829 ], [ -3.01691721580589, 58.799604173475245 ], [ -3.016554198110472, 58.799795641709586 ], [ -3.017479166892899, 58.800237416597071 ], [ -3.017795222031144, 58.8013378292898 ], [ -3.01911420529433, 58.802347695641551 ], [ -3.018590329121878, 58.802779342753034 ], [ -3.018761015743602, 58.803288133796691 ], [ -3.019412176709293, 58.803360230333574 ], [ -3.02200115744924, 58.805174633248811 ], [ -3.021547270516283, 58.805808715474193 ], [ -3.022022274603431, 58.806069004819783 ], [ -3.021994842876834, 58.807254755270463 ], [ -3.021015105051513, 58.807725946444315 ], [ -3.020752957471918, 58.808524662382425 ], [ -3.01848526686375, 58.809527828922931 ], [ -3.017570586148222, 58.81062806899638 ], [ -3.016409184577418, 58.810871633350473 ], [ -3.015843611306652, 58.812014016962401 ], [ -3.014649604723972, 58.812032391277448 ], [ -3.014140368039695, 58.812912968279065 ], [ -3.013015750038762, 58.812877792416032 ], [ -3.012397488448499, 58.813346078527289 ], [ -3.009675459952724, 58.813092575490003 ], [ -3.006982462024579, 58.812166988622756 ], [ -3.003837238896467, 58.810564083334278 ], [ -3.002177817558661, 58.809510004354216 ], [ -2.999037098418098, 58.806422342842694 ], [ -2.998927610858297, 58.806226500352984 ], [ -2.999997164702479, 58.806220910689561 ], [ -3.001330466306448, 58.805457041461345 ], [ -3.002406713633243, 58.8043044691224 ], [ -3.002635994948109, 58.803312949488145 ], [ -3.003619553820452, 58.802849951582225 ], [ -3.003071863431559, 58.80126452133112 ], [ -3.003585426038212, 58.800409999106989 ], [ -2.99932099565289, 58.799743455201117 ], [ -2.99969082643498, 58.800026195380681 ], [ -2.998383154847885, 58.800049792506428 ], [ -2.995733003122838, 58.800996242418172 ], [ -2.991663266692729, 58.803571083374628 ], [ -2.987988984028506, 58.804186644130468 ], [ -2.982291680643395, 58.806043458078896 ], [ -2.979561326489485, 58.808412812283585 ], [ -2.97846296720721, 58.810716753288446 ], [ -2.978859054829195, 58.812915952134148 ], [ -2.975415012495378, 58.81702579897911 ], [ -2.974132914963786, 58.817860857710691 ], [ -2.974286575947357, 58.818215354826222 ], [ -2.975304860547968, 58.818652235434485 ], [ -2.97691433928383, 58.818314044549716 ], [ -2.981163602138585, 58.816049972636449 ], [ -2.981451247025007, 58.814771550157438 ], [ -2.980963934981699, 58.814681850045439 ], [ -2.983016775816291, 58.813928869675394 ], [ -2.982594771291645, 58.813699468882369 ], [ -2.98323978711524, 58.813244595590234 ], [ -2.983376030169562, 58.812186463849926 ], [ -2.983445770318267, 58.81385464949004 ], [ -2.985345302906599, 58.814414062999425 ], [ -2.986225867842415, 58.814207055056649 ], [ -2.985726199439932, 58.813926166565707 ], [ -2.988943166600103, 58.814115309877906 ], [ -2.990406992126023, 58.815663231547809 ], [ -2.992636109898383, 58.816297247914612 ], [ -2.996768019718802, 58.818433480638404 ], [ -2.997519602741131, 58.821571116094667 ], [ -2.996978721156888, 58.822635981640722 ], [ -2.997593326720236, 58.823835619852474 ], [ -3.000074630239079, 58.825565968973692 ], [ -3.003608719515262, 58.826799510045916 ], [ -3.006444001948599, 58.82572662788575 ], [ -3.007237008380931, 58.825719544539496 ], [ -3.008132340989194, 58.825061413362675 ], [ -3.010610198582314, 58.824213066481136 ], [ -3.011187645783089, 58.823465792854883 ], [ -3.012472776501939, 58.823173707014014 ], [ -3.013431672468815, 58.822147705081932 ], [ -3.017462103170634, 58.821285229164737 ], [ -3.023738224273038, 58.81789545993658 ], [ -3.026411264664378, 58.817178179388492 ], [ -3.032549512514338, 58.81601823027956 ], [ -3.033099199898771, 58.81627878020381 ], [ -3.03439783376947, 58.815989957966231 ], [ -3.034252947055291, 58.817171263830907 ], [ -3.034905677865967, 58.817053765207504 ], [ -3.034565786471887, 58.817733681208743 ], [ -3.035440142573656, 58.817673679951305 ], [ -3.03464422741442, 58.818390484546669 ], [ -3.035697030321799, 58.818275163168892 ], [ -3.036250055539489, 58.819283816564457 ], [ -3.036732528561725, 58.819320358052238 ], [ -3.035267989634234, 58.821133764205477 ], [ -3.035666395462179, 58.821137753186257 ], [ -3.035444198018702, 58.821584110664915 ], [ -3.034208840639164, 58.822550523863853 ], [ -3.034548378156139, 58.822612468389806 ], [ -3.032660911354527, 58.823840058233372 ], [ -3.030270877953922, 58.823719048101118 ], [ -3.028687410250237, 58.823991236337278 ], [ -3.025461004659698, 58.826159844039601 ], [ -3.025695342516376, 58.826412152787242 ], [ -3.02507570150602, 58.826542812808249 ], [ -3.025065680057845, 58.826965911088273 ], [ -3.021860547654692, 58.828167870449228 ], [ -3.020409428513875, 58.829121485211495 ], [ -3.020207480680866, 58.829440120465243 ], [ -3.020659643133643, 58.829619764460347 ], [ -3.019007754288609, 58.830168996254997 ], [ -3.018962485974972, 58.830692063820337 ], [ -3.0174502767697, 58.83104527904824 ], [ -3.014907516545527, 58.832706171600726 ], [ -3.013189712447546, 58.833141783611076 ], [ -3.00878827773308, 58.832614921534237 ], [ -3.001852248465136, 58.830210763163365 ], [ -2.995607040935982, 58.830058795779593 ], [ -2.995146233039537, 58.829935713173896 ], [ -2.995735258949146, 58.829335714616228 ], [ -2.99543342767774, 58.828836888722797 ], [ -2.995850359946557, 58.828698954395726 ], [ -2.995865659334223, 58.82899072694903 ], [ -2.996168280165255, 58.828490830911655 ], [ -2.994286139228221, 58.828027538649799 ], [ -2.990729517879346, 58.827939025184541 ], [ -2.988939347833085, 58.828390138024034 ], [ -2.987281647518869, 58.829359328276524 ], [ -2.986968634606414, 58.83029038152106 ], [ -2.987967815337676, 58.830646478855968 ], [ -2.988201938932492, 58.831143145538526 ], [ -2.986767958559411, 58.832187854013448 ], [ -2.977598718146395, 58.833519473170711 ], [ -2.973575837976212, 58.83368638663017 ], [ -2.968881825638407, 58.83544159964832 ], [ -2.964440750187982, 58.835967020320176 ], [ -2.963988557369111, 58.836277554350133 ], [ -2.962157838895084, 58.83598135881082 ], [ -2.96071342035389, 58.835307747694955 ], [ -2.962194087046964, 58.834539606412299 ], [ -2.96321166163644, 58.833253993860495 ], [ -2.962641018263183, 58.832166135852859 ], [ -2.960984268983601, 58.832138961400354 ], [ -2.962740185170892, 58.831931885105284 ], [ -2.962750614754847, 58.83068431809675 ], [ -2.961843797757669, 58.828651445820718 ], [ -2.962371502533989, 58.826881807385639 ], [ -2.960915587636118, 58.826029559021151 ], [ -2.960556142065607, 58.826433694212326 ], [ -2.957938107474771, 58.826017560232053 ], [ -2.954171193266327, 58.827151044725795 ], [ -2.951695880052382, 58.829412819761522 ], [ -2.951165566395437, 58.831171652945834 ], [ -2.94859944597139, 58.832283544213041 ], [ -2.948010867890401, 58.83318508784884 ], [ -2.942897250072091, 58.833313245735006 ], [ -2.939024731055949, 58.832959770260331 ], [ -2.929472480301588, 58.835199640890558 ], [ -2.919766085667383, 58.836833669460198 ], [ -2.910399875987, 58.837931086498187 ], [ -2.908779990760777, 58.839253743251469 ], [ -2.907863803561354, 58.838803049036343 ], [ -2.902545843094629, 58.843233895481568 ], [ -2.905034989333289, 58.845062093158731 ], [ -2.90718050579135, 58.845535611098832 ], [ -2.90983400041938, 58.845223259899996 ], [ -2.912371357686758, 58.844252459933379 ], [ -2.913733632828933, 58.84321089587074 ], [ -2.914510887803548, 58.843050918066538 ], [ -2.9155121945499, 58.843305173601344 ], [ -2.915916433108388, 58.842864925796519 ], [ -2.915625461923513, 58.843460642173689 ], [ -2.918475571044243, 58.844038544611941 ], [ -2.921940799821754, 58.843568386100408 ], [ -2.923670856959403, 58.84288064059065 ], [ -2.926028981866054, 58.843070317217908 ], [ -2.928044063891102, 58.842159531990532 ], [ -2.933347214649224, 58.842392539306637 ], [ -2.939575834685219, 58.843589461807603 ], [ -2.947952485991773, 58.845696293239676 ], [ -2.951803177112712, 58.845641024959335 ], [ -2.954962756735303, 58.846856201985339 ], [ -2.957285824711343, 58.847077901340036 ], [ -2.959419846450084, 58.848608623097832 ], [ -2.961528201403933, 58.84864413511572 ], [ -2.963316361146811, 58.849630414252111 ], [ -2.963468613054316, 58.851804519893108 ], [ -2.962720373147116, 58.852446865063499 ], [ -2.959175988782131, 58.852511856277246 ], [ -2.958104432779077, 58.852998506404468 ], [ -2.957665899261699, 58.853813656464276 ], [ -2.953585592856672, 58.8555736189006 ], [ -2.946552527132791, 58.857895788053561 ], [ -2.94163246964801, 58.860178831702051 ], [ -2.93893173804466, 58.86076340513501 ], [ -2.936165780565516, 58.860412560464908 ], [ -2.929798475106575, 58.858742258179888 ], [ -2.918239280922674, 58.85448796934925 ], [ -2.915462600393198, 58.855082472055834 ], [ -2.913295571243392, 58.856188120871963 ], [ -2.91260187569105, 58.856899837565351 ], [ -2.913468512580965, 58.860910062622516 ], [ -2.913827933517426, 58.861983456678857 ], [ -2.91503563085816, 58.863205318489399 ], [ -2.916038908772436, 58.86587367825441 ], [ -2.913441211040902, 58.869150414246036 ], [ -2.916018545464645, 58.872450679696222 ], [ -2.918309304566018, 58.872052721174718 ], [ -2.920362688437499, 58.872317421818117 ], [ -2.921525605005466, 58.873658991296097 ], [ -2.922256184314262, 58.87361066907166 ], [ -2.923442810612786, 58.874145549722826 ], [ -2.923155680862071, 58.874629886565145 ], [ -2.923966389853704, 58.874984233519008 ], [ -2.923994606380379, 58.875521999481215 ], [ -2.923304519692833, 58.876570536054579 ], [ -2.923641417600034, 58.877301883623844 ], [ -2.92408612147059, 58.877327443424349 ], [ -2.923065310722145, 58.878333437649104 ], [ -2.921345395811777, 58.878621432472109 ], [ -2.917282213759032, 58.878652137306915 ], [ -2.916626993125157, 58.878340652911966 ], [ -2.915642062088537, 58.878679038256706 ], [ -2.910308341394733, 58.878809229895666 ], [ -2.907614731397608, 58.879740655492768 ], [ -2.906215637169289, 58.879900459173754 ], [ -2.900399132797672, 58.884287954329778 ], [ -2.900414691701071, 58.883885494511873 ], [ -2.90011331438102, 58.884104037609518 ], [ -2.89984449753077, 58.884841458340901 ], [ -2.900275153514868, 58.885458151735449 ], [ -2.901298629035974, 58.885187872585966 ], [ -2.900256486360944, 58.885540907496164 ], [ -2.899696097242928, 58.886942262252958 ], [ -2.897422012398152, 58.888632141853066 ], [ -2.895799152328951, 58.890486311465793 ], [ -2.897423698249488, 58.895458621629224 ], [ -2.901090108494576, 58.895842648505464 ], [ -2.906098288596787, 58.895439413774149 ], [ -2.910006388262195, 58.896365745475634 ], [ -2.911445695773016, 58.896258608716792 ], [ -2.911693020388506, 58.895963183955701 ], [ -2.910489679805115, 58.894616425034883 ], [ -2.912019418451879, 58.896034525935598 ], [ -2.917884875269865, 58.895176627250031 ], [ -2.919673988326215, 58.894325975944682 ], [ -2.920182701990785, 58.89309554130238 ], [ -2.918439584308601, 58.892014045810811 ], [ -2.917272495847134, 58.892171419873037 ], [ -2.918018253990436, 58.891633547597095 ], [ -2.916632574597973, 58.890546794373513 ], [ -2.916880092309168, 58.889737640522085 ], [ -2.918095145501019, 58.889952643298784 ], [ -2.920839581890718, 58.89169610265408 ], [ -2.925137658341189, 58.892021956725799 ], [ -2.926200824613074, 58.891938002977156 ], [ -2.92732687573733, 58.891351546942161 ], [ -2.927717890919131, 58.890661688115692 ], [ -2.92883062099857, 58.890357320188834 ], [ -2.931357883529604, 58.890714541770073 ], [ -2.931597926993053, 58.891252574926874 ], [ -2.930883854083194, 58.891734615641937 ], [ -2.931274231610312, 58.891926692849381 ], [ -2.931964544314261, 58.891722336842307 ], [ -2.932254285614084, 58.893009930891644 ], [ -2.933836764723419, 58.894036720148144 ], [ -2.934960762814102, 58.894211808394303 ], [ -2.935247365750642, 58.894992885434917 ], [ -2.93379829333186, 58.896406207546356 ], [ -2.934118207027018, 58.898100421887072 ], [ -2.933699362698585, 58.899751475693499 ], [ -2.932649371339844, 58.901169982457176 ], [ -2.932766681293281, 58.902560304035198 ], [ -2.933846469886233, 58.903338351876577 ], [ -2.936100823051032, 58.903708233086448 ], [ -2.938719616105664, 58.904905280675166 ], [ -2.939821889259108, 58.908229250296188 ], [ -2.941521559402819, 58.909381728526078 ], [ -2.943365752658942, 58.911691688565845 ], [ -2.944172029320031, 58.911907635583681 ], [ -2.944420466631883, 58.91280392824239 ], [ -2.94567739232318, 58.913371325815177 ], [ -2.945745401704447, 58.913953699896901 ], [ -2.946836614689244, 58.914681263353827 ], [ -2.949378502418015, 58.914803627316111 ], [ -2.950941044299654, 58.917323909740048 ], [ -2.951617406069812, 58.917608124393865 ], [ -2.950805386582057, 58.918579563028281 ], [ -2.954636640082819, 58.923817835464412 ], [ -2.95600803190192, 58.924861184079454 ], [ -2.956686063591904, 58.924947776925926 ], [ -2.956380219560861, 58.925067691086859 ], [ -2.95781028619741, 58.925780083609268 ], [ -2.957877845253339, 58.926212470773251 ], [ -2.958439341638053, 58.926104130325072 ], [ -2.959159976794292, 58.927099278867587 ], [ -2.960308457764296, 58.927174280056825 ], [ -2.961522839631168, 58.927682566899193 ], [ -2.964320796991989, 58.931406841965249 ], [ -2.965856435294883, 58.932089620290299 ], [ -2.966413481298323, 58.933808028608659 ], [ -2.967970378406434, 58.934810349548258 ], [ -2.96789543256654, 58.935670398690696 ], [ -2.968788669248925, 58.935925958908513 ], [ -2.970176740388681, 58.938026106580772 ], [ -2.971165779349314, 58.938349188229722 ], [ -2.971263744118302, 58.939176507208941 ], [ -2.972965361697293, 58.940121101645033 ], [ -2.972483439525528, 58.941149465259116 ], [ -2.973767509163413, 58.943305141086618 ], [ -2.973680479198217, 58.945088537358401 ], [ -2.971601007804663, 58.94863821745902 ], [ -2.971944505962929, 58.950530639968775 ], [ -2.970564712202659, 58.953201184618131 ], [ -2.970024538104712, 58.955877994470342 ], [ -2.970150448549245, 58.956275808860013 ], [ -2.973253807117815, 58.95683986505869 ], [ -2.969917904126301, 58.956414063975714 ], [ -2.968528800976876, 58.95963429191886 ], [ -2.970072898360185, 58.960632194765338 ], [ -2.976074172336484, 58.962395851218581 ], [ -2.979871917772928, 58.962774891313053 ], [ -2.983473860595923, 58.962625426479434 ], [ -2.98712159409472, 58.961281031420569 ], [ -2.986980884160947, 58.960981239217347 ], [ -2.988732742011928, 58.959802124632404 ], [ -2.988262594924068, 58.958926469973811 ], [ -2.988822664290465, 58.958388716364517 ], [ -2.993014084654572, 58.956990599542713 ], [ -2.993778683975149, 58.954562534220258 ], [ -2.993326220020757, 58.954122343340607 ], [ -2.994390675662182, 58.953841142639575 ], [ -2.994222618075667, 58.953558632025711 ], [ -2.995590999395874, 58.952484750609592 ], [ -2.997253652250537, 58.951913323267966 ], [ -2.998331536025254, 58.950897333271783 ], [ -3.000400802208103, 58.950626287511597 ], [ -3.000659414069494, 58.950253368676456 ], [ -3.002482426282442, 58.950303022409308 ], [ -3.003959862718211, 58.949765274538514 ], [ -3.003765601097849, 58.94780531043957 ], [ -3.009327163051843, 58.94494646545467 ], [ -3.013007851562783, 58.943519337797873 ], [ -3.013116203126645, 58.943717870066557 ], [ -3.014495730325101, 58.942938275696903 ], [ -3.020004573045602, 58.942117192583474 ], [ -3.021500021821863, 58.942327226625999 ], [ -3.022862332028392, 58.941385119152152 ], [ -3.028778870747268, 58.940381711042832 ], [ -3.031187615131989, 58.939229112055131 ], [ -3.035434520432849, 58.939120644273181 ], [ -3.03690627212753, 58.939526478949887 ], [ -3.038196304589027, 58.938914394654184 ], [ -3.041351897224064, 58.938169639181048 ], [ -3.041523720124436, 58.937759613064244 ], [ -3.044510555285991, 58.937530758950764 ], [ -3.046971965242417, 58.938541898079237 ], [ -3.050395213738772, 58.938550070740177 ], [ -3.055636713568361, 58.937558990269117 ], [ -3.057360215974994, 58.936703376804665 ], [ -3.06277712116492, 58.936629346153062 ], [ -3.066147760009597, 58.936007951493586 ], [ -3.068677908780003, 58.936527740625223 ], [ -3.069346524792678, 58.938539392008337 ], [ -3.07346542521703, 58.939574039876398 ], [ -3.077974400558684, 58.941351645994999 ], [ -3.079080687668613, 58.942165999225587 ], [ -3.080461686513743, 58.94237181767086 ], [ -3.082998703062808, 58.941813527252485 ], [ -3.085608900383011, 58.940268434967457 ], [ -3.085718504582704, 58.941157553648225 ], [ -3.086443615380419, 58.941781049158479 ], [ -3.08608755129519, 58.942007671268932 ], [ -3.086461114087782, 58.94184017822225 ], [ -3.087036110210971, 58.942220642051282 ], [ -3.086458579716575, 58.942146458959733 ], [ -3.086426682719461, 58.94234790606022 ], [ -3.090843538814461, 58.94304629941545 ], [ -3.089954541333412, 58.942849918832835 ], [ -3.089839314922749, 58.942337163841621 ], [ -3.090144268873804, 58.942749526766747 ], [ -3.090447788865673, 58.942565548065382 ], [ -3.090720108195951, 58.942824605877327 ], [ -3.090713152997401, 58.942494155598027 ], [ -3.090965743672203, 58.942898875014208 ], [ -3.091081787333176, 58.942611395402835 ], [ -3.089044174648649, 58.941203245166399 ], [ -3.088839258267963, 58.941372918907668 ], [ -3.088741124779621, 58.94107107774223 ], [ -3.087397785218185, 58.941068006623247 ], [ -3.087896694923955, 58.94090843683253 ], [ -3.087076678849396, 58.940748279659672 ], [ -3.087579755526206, 58.940886852516421 ], [ -3.086922148967635, 58.940973210463319 ], [ -3.086350249316468, 58.940193055986448 ], [ -3.085077499013173, 58.940057344264439 ], [ -3.082028782765987, 58.939030282923497 ], [ -3.08199824945182, 58.938554533990768 ], [ -3.080686793469758, 58.937900887224622 ], [ -3.080416991993787, 58.937051721954759 ], [ -3.079061664172445, 58.936325677639843 ], [ -3.079562014822321, 58.935712576376872 ], [ -3.078996075221035, 58.934335987691107 ], [ -3.077385481758456, 58.933553677528259 ], [ -3.077767153114892, 58.933146343118807 ], [ -3.077016473446363, 58.93241613641694 ], [ -3.078232196101605, 58.931067806013282 ], [ -3.077732410618854, 58.930861811001094 ], [ -3.078445453920613, 58.929829314005573 ], [ -3.079445346986568, 58.929250665044016 ], [ -3.082530982163432, 58.928491108686941 ], [ -3.085928752564123, 58.928106069260892 ], [ -3.091093928658548, 58.929456485267657 ], [ -3.091956782052708, 58.930210812308552 ], [ -3.094988931723046, 58.931004266417077 ], [ -3.095472413386116, 58.93162436868176 ], [ -3.097793837686128, 58.932241456317684 ], [ -3.106630593920503, 58.931731458991251 ], [ -3.107443533725603, 58.932054113141923 ], [ -3.110365760469836, 58.931897034866708 ], [ -3.113990283916745, 58.931107849126647 ], [ -3.117649102068448, 58.929557550420995 ], [ -3.122939585104501, 58.928462710394086 ], [ -3.128073004275775, 58.926397245931248 ], [ -3.128710172173025, 58.925110953594093 ], [ -3.128391499763773, 58.924074598271112 ], [ -3.124386678318758, 58.9238723739969 ], [ -3.121061134035786, 58.922441785653831 ], [ -3.120353152469259, 58.92272903559482 ], [ -3.120802689212813, 58.922291343924357 ], [ -3.119763009747187, 58.921560292446593 ], [ -3.119583867564088, 58.920425710279716 ], [ -3.120781244319021, 58.919700426958293 ], [ -3.126541611089559, 58.918419035072503 ], [ -3.130126690283528, 58.917008222678291 ], [ -3.137142809861351, 58.91623539057759 ], [ -3.139547293395887, 58.916535753663432 ], [ -3.143297777301241, 58.917471731945369 ], [ -3.149462135525073, 58.918088885002476 ], [ -3.154038843224352, 58.920300640729153 ], [ -3.156975057224214, 58.920648925519558 ], [ -3.160841535594949, 58.919787091589527 ], [ -3.161644039645866, 58.918913184266692 ], [ -3.161648975342476, 58.917095313496219 ], [ -3.163351137500206, 58.916951576963932 ], [ -3.164485953741591, 58.916461757333465 ], [ -3.16611005452106, 58.916424667318864 ], [ -3.16803802516358, 58.916850047110998 ], [ -3.170373668652089, 58.91798033914538 ], [ -3.173923910770509, 58.917898759142417 ], [ -3.174587523622458, 58.916934419947601 ], [ -3.173137377285454, 58.915956939116448 ], [ -3.175523893079042, 58.91372674305682 ], [ -3.180678001382153, 58.912065824817198 ], [ -3.18227143578576, 58.912661998848947 ], [ -3.18084125307367, 58.915017415147041 ], [ -3.181461477615388, 58.916297884263216 ], [ -3.18201205814266, 58.916707792487848 ], [ -3.182421809982256, 58.916604352736009 ], [ -3.182069449906186, 58.916761156165478 ], [ -3.183191562783529, 58.917532274044021 ], [ -3.183947934420705, 58.917205613286626 ], [ -3.183422665353097, 58.917637935839544 ], [ -3.187247179480756, 58.918668070243299 ], [ -3.189363867307025, 58.918408815227693 ], [ -3.191295455746352, 58.917717429163289 ], [ -3.192338073546523, 58.916729744545464 ], [ -3.193236127447072, 58.914371924293356 ], [ -3.195112653022741, 58.914105807942953 ], [ -3.196441018827038, 58.913554638035862 ], [ -3.197001220967333, 58.912833634174923 ], [ -3.199441869378421, 58.912114955661444 ], [ -3.202525671471519, 58.91216983784922 ], [ -3.206936098580969, 58.914665996250434 ], [ -3.208271774843925, 58.915820209283332 ], [ -3.211573321035486, 58.920346493781629 ], [ -3.212670397301205, 58.920975688019453 ], [ -3.214629115987799, 58.921263571672711 ], [ -3.217348740070078, 58.923381866566913 ], [ -3.220114141224296, 58.924326698238815 ], [ -3.222672989851608, 58.926008106217473 ], [ -3.228239441146432, 58.93156606752359 ], [ -3.229356448088516, 58.93342090036667 ], [ -3.229869289440114, 58.935627255048495 ], [ -3.230711284036412, 58.93638895566886 ], [ -3.230703860597071, 58.937693130804746 ], [ -3.233100778471793, 58.939566285202474 ], [ -3.233619530076933, 58.940225067365709 ], [ -3.232840690429925, 58.941092015588254 ], [ -3.235206221481423, 58.943195356011643 ], [ -3.234675308669911, 58.945019164270221 ], [ -3.233760168792468, 58.946111055204248 ], [ -3.234388606354361, 58.947501672827897 ], [ -3.233240297181382, 58.948198804662987 ], [ -3.233463332825801, 58.95118389994277 ], [ -3.232865508597732, 58.951869491237133 ], [ -3.232281434332166, 58.953330943057075 ], [ -3.232971991442864, 58.956751672751203 ], [ -3.234002491902394, 58.958733927150703 ], [ -3.233935216507188, 58.961035606078028 ], [ -3.232428135588197, 58.961680462183395 ], [ -3.229754977477432, 58.964786511997616 ], [ -3.230333128345122, 58.967054208600658 ], [ -3.237083611230295, 58.970582422599151 ], [ -3.241064460629112, 58.972171744364097 ], [ -3.243437750474534, 58.972437270243155 ], [ -3.244724681748004, 58.971564481708448 ], [ -3.246082231359464, 58.97207144345505 ], [ -3.246383172613397, 58.972650541559879 ], [ -3.248414382808633, 58.973939558941353 ], [ -3.249645533187308, 58.974170177288059 ], [ -3.250231365108755, 58.975360844966062 ], [ -3.252718959515893, 58.976419055743044 ], [ -3.25122839811957, 58.97728850281419 ], [ -3.251380362543495, 58.976634084944429 ], [ -3.250679082751276, 58.97576337809187 ], [ -3.248921541834924, 58.975553117489056 ], [ -3.248692324383951, 58.975227507254964 ], [ -3.247261601125511, 58.975491882325159 ], [ -3.247798655624953, 58.977355737984603 ], [ -3.249364556004648, 58.977699890783192 ], [ -3.250488252661746, 58.97870573662879 ], [ -3.249631746416636, 58.979457668263557 ], [ -3.247790567258474, 58.979970303722176 ], [ -3.247197199619352, 58.979581738009678 ], [ -3.246407000456622, 58.97966748679859 ], [ -3.247011558855949, 58.981087911590713 ], [ -3.247874912233378, 58.981917557406362 ], [ -3.249370540419344, 58.981948937458071 ], [ -3.250338713703999, 58.982692232255658 ], [ -3.251342532981097, 58.982498414637945 ], [ -3.250677616705205, 58.982970076727661 ], [ -3.252360518253507, 58.983222352181102 ], [ -3.253959112166148, 58.983930780047992 ], [ -3.256392294513244, 58.983092575717336 ], [ -3.253864840508277, 58.982438084387091 ], [ -3.251943086638122, 58.98250697869112 ], [ -3.252436477609356, 58.982199532939099 ], [ -3.252103795856749, 58.981949475200075 ], [ -3.25330352087821, 58.981162770296471 ], [ -3.251805856852508, 58.980019556796314 ], [ -3.253282303405893, 58.979046056293605 ], [ -3.253716890697435, 58.977696431813243 ], [ -3.255479304819632, 58.976411174075395 ], [ -3.262085413173986, 58.974729377594436 ], [ -3.26240295010561, 58.973566777627234 ], [ -3.262020947074114, 58.97239573056784 ], [ -3.265065807347861, 58.970573310650181 ], [ -3.26596939038375, 58.969365452544487 ], [ -3.266880029782961, 58.966977355502202 ], [ -3.266174876836311, 58.965816667088546 ], [ -3.26322505541657, 58.964282720290896 ], [ -3.263113760912747, 58.962904255491047 ], [ -3.263620706032392, 58.962502326300068 ], [ -3.264367765557303, 58.962389946634573 ], [ -3.264649101014375, 58.962807529818491 ], [ -3.268175171163362, 58.963935225553776 ], [ -3.271465223315119, 58.963747564537414 ], [ -3.274870440396476, 58.964183795611071 ], [ -3.278831757401257, 58.962917842607894 ], [ -3.279526409538521, 58.960782365287002 ], [ -3.280557349263162, 58.961200584575181 ], [ -3.282728238335753, 58.960803658404529 ], [ -3.28514250598786, 58.960780603254697 ], [ -3.288501710210658, 58.961664210596147 ], [ -3.289996793237371, 58.961703204873864 ], [ -3.291646171016509, 58.962473532465175 ], [ -3.291002377022188, 58.962508697266188 ], [ -3.290559532497606, 58.96382620924318 ], [ -3.289552225122917, 58.964511658793569 ], [ -3.289389326756548, 58.967134081327508 ], [ -3.29001682387208, 58.967823893912971 ], [ -3.289863371842576, 58.968604118498391 ], [ -3.290443278850478, 58.968717791710766 ], [ -3.291615844607325, 58.968216604121551 ], [ -3.293576880652851, 58.968058703981889 ], [ -3.295242639913365, 58.965361964591558 ], [ -3.295045062438491, 58.964128086980821 ], [ -3.293288366175674, 58.964117811307581 ], [ -3.295106448318819, 58.964049333604144 ], [ -3.295134489446257, 58.962479085864381 ], [ -3.295514980266977, 58.963721910479158 ], [ -3.29668643334823, 58.963938308616669 ], [ -3.296881733881269, 58.963674989784884 ], [ -3.296267505922351, 58.963386550130188 ], [ -3.297060557471918, 58.963528595377014 ], [ -3.297373782265818, 58.963256908592626 ], [ -3.296196921897039, 58.963220201077839 ], [ -3.296814423048125, 58.961882955157762 ], [ -3.297362229542645, 58.961838843991629 ], [ -3.296916396912526, 58.962560935375016 ], [ -3.297029737946093, 58.963032226847453 ], [ -3.297627023961168, 58.963147489644292 ], [ -3.297518989038304, 58.962771349453888 ], [ -3.297999170926457, 58.962778210140712 ], [ -3.297549467921459, 58.962656978686688 ], [ -3.298266210563033, 58.962573447486108 ], [ -3.298250883198729, 58.962073331047762 ], [ -3.298855977776803, 58.961841823368218 ], [ -3.298397014735264, 58.961335380933704 ], [ -3.299285153040704, 58.961048040030896 ], [ -3.299147316651484, 58.960480893939192 ], [ -3.299889161852873, 58.959633672412586 ], [ -3.300488582791739, 58.959622260884032 ], [ -3.300014476505607, 58.959175254265283 ], [ -3.299095995410723, 58.959255432170224 ], [ -3.298698773404095, 58.958864232540726 ], [ -3.300365915172214, 58.958996583559248 ], [ -3.29998297709697, 58.958661827816762 ], [ -3.301076015364666, 58.95763143981614 ], [ -3.300630676771829, 58.957578435020721 ], [ -3.300494106756147, 58.955706261951441 ], [ -3.299661354314733, 58.955243997025306 ], [ -3.300008118624294, 58.954526482417172 ], [ -3.29889036376267, 58.95360362914878 ], [ -3.293781420933805, 58.952448596599268 ], [ -3.295672251726421, 58.95127734679032 ], [ -3.298284908125576, 58.951093082290569 ], [ -3.300315251348606, 58.950078437894533 ], [ -3.302632985796471, 58.950188948413505 ], [ -3.306082827537105, 58.949669166000852 ], [ -3.312673218890067, 58.950973054102001 ], [ -3.31691400298069, 58.953054995937514 ], [ -3.319512762672692, 58.953370717321427 ], [ -3.320044303846844, 58.953132673199057 ], [ -3.321882484119806, 58.953333057013865 ], [ -3.322781442236142, 58.952884671372814 ], [ -3.325201097444163, 58.953061997215812 ], [ -3.328620501024363, 58.954553798216757 ], [ -3.329685715918683, 58.954541957934026 ], [ -3.33069082196046, 58.955000463498983 ], [ -3.33063931616141, 58.954611192769953 ], [ -3.3313700764492, 58.958279834536022 ], [ -3.332345308905375, 58.959582903102621 ], [ -3.333678953160931, 58.960349663941706 ], [ -3.340200209589332, 58.962390268609184 ], [ -3.341383895954777, 58.962691462108118 ], [ -3.341511728658881, 58.962490745858666 ], [ -3.34217280550248, 58.963080268569485 ], [ -3.34283605843571, 58.963054526798821 ], [ -3.343071895126559, 58.963440083988729 ], [ -3.345577847915188, 58.9643373601292 ], [ -3.347425075632761, 58.964304668391534 ], [ -3.352034533699154, 58.963137487059207 ], [ -3.354023185221365, 58.96360888744919 ], [ -3.355790803709628, 58.964871158467808 ], [ -3.355810428634048, 58.965282310423959 ], [ -3.355091895224579, 58.965495514655331 ], [ -3.352586610818775, 58.96830781387105 ], [ -3.353795384825378, 58.969994493870601 ], [ -3.351931503910905, 58.97134145533802 ], [ -3.351426664112866, 58.972440684998261 ], [ -3.353740461379575, 58.974403234146585 ], [ -3.356297615348724, 58.975203669906847 ], [ -3.356449351737167, 58.975523620967245 ], [ -3.357719971097379, 58.975410604037712 ], [ -3.361110636237972, 58.979432881414965 ], [ -3.360711491843062, 58.981266628313236 ], [ -3.361559793594923, 58.982041802251381 ], [ -3.361305043512212, 58.982331892266231 ], [ -3.362140351109249, 58.982556627496137 ], [ -3.361934688689507, 58.982856081994512 ], [ -3.360414435551818, 58.982954696869832 ], [ -3.359226886913032, 58.985447884775091 ], [ -3.359664611435781, 58.985825904062892 ], [ -3.359623475104004, 58.987254407963427 ], [ -3.361333089040214, 58.988113046174405 ], [ -3.363174545994422, 58.99199706847056 ], [ -3.362541368227828, 58.991696562810738 ], [ -3.361854500442832, 58.991798993676746 ], [ -3.362270287428976, 58.993028689133858 ], [ -3.361466097804034, 58.992981461459721 ], [ -3.363008073818511, 58.993729571776818 ], [ -3.362513546539102, 58.994384144530294 ], [ -3.367273871367937, 58.99702125791471 ], [ -3.366907988232519, 58.99727570675288 ], [ -3.367562501226424, 58.997540040115027 ], [ -3.367979711509534, 58.998579293452806 ], [ -3.365933333603688, 58.998947583509171 ], [ -3.366341841995868, 58.999460612968576 ], [ -3.36581954003763, 58.999366183728597 ], [ -3.366084675576135, 59.000438725396442 ], [ -3.364624199496582, 59.000263713859773 ], [ -3.363925736092951, 59.000693205934247 ], [ -3.364689363562841, 59.003668839580364 ], [ -3.363282732201428, 59.004330326852589 ], [ -3.363811738444948, 59.005204052772932 ], [ -3.362053011976861, 59.005240523667069 ], [ -3.361804413531614, 59.005646410022784 ], [ -3.360488309172379, 59.005649463764733 ], [ -3.360001878934832, 59.005941084272777 ], [ -3.359998499302889, 59.006340799139707 ], [ -3.362158622020508, 59.006503118908945 ], [ -3.361334261074715, 59.0070551706362 ], [ -3.361310036267268, 59.007632041391275 ], [ -3.360784806499938, 59.007823478952204 ], [ -3.361291376783346, 59.00782085025245 ], [ -3.361965835959442, 59.008806222132307 ], [ -3.359005827605362, 59.008762766540393 ], [ -3.357281552963047, 59.009546074879445 ], [ -3.357760299587236, 59.009764697862629 ], [ -3.359162253487279, 59.009638622952252 ], [ -3.360189327419898, 59.0104703111611 ], [ -3.361680722310084, 59.010756421456094 ], [ -3.363541185276904, 59.012535855791533 ], [ -3.364444200072186, 59.012604486477194 ], [ -3.363345448396674, 59.012958252929167 ], [ -3.364380228026599, 59.012835986360685 ], [ -3.365592430894838, 59.013104335289626 ], [ -3.365651524550327, 59.013365075673626 ], [ -3.364795801241462, 59.013172009495626 ], [ -3.364464900933254, 59.013479072150638 ], [ -3.36413242191312, 59.013306535412298 ], [ -3.363467936206313, 59.013545255583381 ], [ -3.364145537301866, 59.013637816733919 ], [ -3.363801660342842, 59.013969264461416 ], [ -3.364953103175851, 59.013977794093378 ], [ -3.365005694992737, 59.014294288881537 ], [ -3.36605982609651, 59.014527474962286 ], [ -3.365725205410252, 59.015004331434987 ], [ -3.366200275916862, 59.015170869641345 ], [ -3.365862014502237, 59.01546813365178 ], [ -3.364752158923432, 59.015455581008638 ], [ -3.363417100419596, 59.015957337837342 ], [ -3.363514159932119, 59.015681480741605 ], [ -3.362984950278053, 59.015687050028625 ], [ -3.358432182062328, 59.016826130494913 ], [ -3.359864935999808, 59.017076053756433 ], [ -3.359482764630427, 59.017321668511904 ], [ -3.359841107183416, 59.017663696872212 ], [ -3.360932411407656, 59.017733968833298 ], [ -3.361491382966824, 59.018524758478456 ], [ -3.363993184373668, 59.018499339410511 ], [ -3.363968638611363, 59.018803174224402 ], [ -3.362727388377718, 59.018994071682982 ], [ -3.363317902716388, 59.019524057049651 ], [ -3.363003166196347, 59.019889325136383 ], [ -3.360843873794198, 59.020651206062283 ], [ -3.361742161153294, 59.020639072664693 ], [ -3.361104701376577, 59.020860430391586 ], [ -3.36108757837259, 59.021352798749525 ], [ -3.362413571191379, 59.020791885104352 ], [ -3.363535644058479, 59.020888756867556 ], [ -3.363771759537037, 59.0211332640623 ], [ -3.362948605419382, 59.021723930634103 ], [ -3.361078404256669, 59.022002260510142 ], [ -3.361460769406006, 59.022201225720245 ], [ -3.361102571873616, 59.022481620833361 ], [ -3.360336918172246, 59.022104354431434 ], [ -3.360415349703016, 59.02157631452755 ], [ -3.358936997541623, 59.021014317039032 ], [ -3.358223090356578, 59.021417889299457 ], [ -3.359077124683563, 59.021696342105862 ], [ -3.357839479267938, 59.021628485757624 ], [ -3.357717515048461, 59.021936932467618 ], [ -3.358418090900095, 59.021945755411032 ], [ -3.359850509000046, 59.022711223834946 ], [ -3.358679604223197, 59.02309983484669 ], [ -3.359805277997607, 59.023021561595073 ], [ -3.36071034328509, 59.023488080596913 ], [ -3.36007590191287, 59.023478575589358 ], [ -3.360263414492497, 59.02394813765423 ], [ -3.359688361211271, 59.024119434164611 ], [ -3.360731540086268, 59.024685994970675 ], [ -3.360152001579671, 59.024832192262203 ], [ -3.36079306324892, 59.02553769652112 ], [ -3.360070311418097, 59.025895565283093 ], [ -3.360844803324173, 59.026582603685384 ], [ -3.360106515006698, 59.02716517392264 ], [ -3.360596109486019, 59.027475285377413 ], [ -3.359802527692611, 59.02776114562235 ], [ -3.359606664157444, 59.028492501211701 ], [ -3.360190140018202, 59.028753128837565 ], [ -3.359552284695672, 59.029189140262034 ], [ -3.360854681887514, 59.029698193239604 ], [ -3.360941380534745, 59.030040377080475 ], [ -3.35772379117627, 59.031331545089692 ], [ -3.356603796828096, 59.031118737602498 ], [ -3.354246165368602, 59.029472837044793 ], [ -3.353286675497165, 59.029662491997222 ], [ -3.353473036579727, 59.030104232394805 ], [ -3.352956975204411, 59.029962325024364 ], [ -3.353036290099288, 59.030251599777579 ], [ -3.353715658454261, 59.031090562765257 ], [ -3.352429486162537, 59.031259373399642 ], [ -3.353351254745181, 59.031527278226463 ], [ -3.353546605388014, 59.032020119209839 ], [ -3.351941302776274, 59.032892815663793 ], [ -3.350924362485536, 59.034107841639191 ], [ -3.349680779612891, 59.0341216982033 ], [ -3.350673614444859, 59.034911605736418 ], [ -3.349987033922902, 59.035266344284636 ], [ -3.35004473957324, 59.035982467049131 ], [ -3.347849277254784, 59.037633665981758 ], [ -3.348025276982606, 59.037811465290744 ], [ -3.349795747313789, 59.036387432055434 ], [ -3.350532276388164, 59.036283656290308 ], [ -3.349524162706603, 59.037727605923195 ], [ -3.35000073040113, 59.038415115920387 ], [ -3.352302803427351, 59.039656608316989 ], [ -3.352187577589406, 59.040228135907213 ], [ -3.353902351516556, 59.040978151836867 ], [ -3.35352545156548, 59.041498524975289 ], [ -3.354206411232656, 59.042327589298075 ], [ -3.356375308062722, 59.043053966366799 ], [ -3.356538932896304, 59.0436234775296 ], [ -3.357523156493464, 59.044051469867377 ], [ -3.357127096248367, 59.04488101777811 ], [ -3.357797419721178, 59.045348220634509 ], [ -3.357390926474366, 59.045559951080072 ], [ -3.357813823921367, 59.046691681593487 ], [ -3.354819909300307, 59.047552002531802 ], [ -3.35621462074783, 59.047645194832008 ], [ -3.35677396006301, 59.048347083209713 ], [ -3.353376747279391, 59.049728025948674 ], [ -3.353093484458432, 59.050637215397956 ], [ -3.352142269451636, 59.051008196955216 ], [ -3.351708542135341, 59.050884285248706 ], [ -3.352232451671981, 59.050685719000647 ], [ -3.348373498155028, 59.051016019484166 ], [ -3.346128027603954, 59.050123246917657 ], [ -3.345051593954802, 59.049076403244172 ], [ -3.341606937202753, 59.049120185251226 ], [ -3.339432420124534, 59.049639348780403 ], [ -3.335631587210288, 59.051646405733919 ], [ -3.334704357379415, 59.052775943601006 ], [ -3.334303603539879, 59.054579952189336 ], [ -3.335465353578196, 59.056346316727847 ], [ -3.337834652300097, 59.057460736266243 ], [ -3.34126442115152, 59.057371408695296 ], [ -3.341802912164685, 59.056738032293318 ], [ -3.341572054934089, 59.057390679213022 ], [ -3.342323325538894, 59.057161060556005 ], [ -3.343613173338312, 59.057774604949927 ], [ -3.343544218750426, 59.058062726367822 ], [ -3.344960754398236, 59.057856733287643 ], [ -3.346162277906751, 59.05928578793408 ], [ -3.346553012524218, 59.059111082353262 ], [ -3.347133899034323, 59.059428380520437 ], [ -3.347223445472189, 59.060111837748266 ], [ -3.347772400512972, 59.060370187291049 ], [ -3.346928130720417, 59.060318785401272 ], [ -3.347878902194536, 59.060462487351479 ], [ -3.349340633105163, 59.061673252791884 ], [ -3.348620120946711, 59.062332803870575 ], [ -3.347868069077233, 59.06223284676733 ], [ -3.348578119344007, 59.062907156351486 ], [ -3.348122049799027, 59.062795140238435 ], [ -3.347884771961445, 59.063014958598885 ], [ -3.348444994215412, 59.063336956784113 ], [ -3.347861254124703, 59.063349313501703 ], [ -3.348917993014649, 59.064280479219022 ], [ -3.348667362347373, 59.064515706332408 ], [ -3.347353350433796, 59.06418447952057 ], [ -3.348161676380893, 59.064740112985419 ], [ -3.347440772868301, 59.064724254945737 ], [ -3.349211015801184, 59.065436937241699 ], [ -3.348157438515827, 59.06525479475885 ], [ -3.349030060554536, 59.065714550952244 ], [ -3.348735378181115, 59.065938560499234 ], [ -3.348335620390434, 59.06575141303275 ], [ -3.348866940105317, 59.06675809741148 ], [ -3.348321756039689, 59.06708799835063 ], [ -3.348101901376325, 59.066596304114498 ], [ -3.348500760081175, 59.069161751651102 ], [ -3.347847301841727, 59.069800840025493 ], [ -3.346210545848092, 59.070274998504331 ], [ -3.348028241625357, 59.069966912347525 ], [ -3.346493010195402, 59.071786338243584 ], [ -3.347104872130113, 59.071597660099307 ], [ -3.346698319748583, 59.07297514634093 ], [ -3.347094322870099, 59.072975524032003 ], [ -3.347263080423015, 59.074076692714399 ], [ -3.346984800135019, 59.074676849655965 ], [ -3.346354690020563, 59.074579208136299 ], [ -3.346941501299673, 59.074729391768201 ], [ -3.346822906135086, 59.074997372421088 ], [ -3.34608808352129, 59.075210676835574 ], [ -3.346718717214892, 59.07527687921943 ], [ -3.346827518947887, 59.077207657872329 ], [ -3.347321111353732, 59.077559992407551 ], [ -3.348280344967739, 59.077506912689259 ], [ -3.348183167286601, 59.078053994728464 ], [ -3.348592863723966, 59.078046142586452 ], [ -3.350498882553588, 59.080419864336122 ], [ -3.350874711184352, 59.08181346315137 ], [ -3.352344196254615, 59.08253013748083 ], [ -3.35200915557248, 59.083150655563543 ], [ -3.353143538006983, 59.083464852488838 ], [ -3.351897607305099, 59.084040981121966 ], [ -3.352197365981174, 59.084430345500877 ], [ -3.350864108376098, 59.085183410337201 ], [ -3.350025103411348, 59.086303149240287 ], [ -3.350392487259944, 59.086326269339196 ], [ -3.349936008728739, 59.088432676480949 ], [ -3.35025463841433, 59.089168532130884 ], [ -3.348833815846864, 59.089297377992146 ], [ -3.348996155872122, 59.089964806388188 ], [ -3.347963210832087, 59.090238699942681 ], [ -3.349033201854939, 59.090285956302729 ], [ -3.348954472658388, 59.09094780816087 ], [ -3.348437863970931, 59.091081613611905 ], [ -3.348660986137035, 59.091385560796361 ], [ -3.349438664602389, 59.091321788568671 ], [ -3.350744205086488, 59.094695097955807 ], [ -3.350119476317755, 59.094521972490469 ], [ -3.350349690792362, 59.094916555452436 ], [ -3.349391456335407, 59.095007358705708 ], [ -3.348879674366286, 59.095487798134641 ], [ -3.349113253183646, 59.096190410966834 ], [ -3.348835668991118, 59.095922956469728 ], [ -3.348710938032072, 59.096347278139397 ], [ -3.348463212866688, 59.096128910263317 ], [ -3.347925881478167, 59.096492852760761 ], [ -3.348179474285055, 59.096816243275107 ], [ -3.347855517434779, 59.096657045625705 ], [ -3.346915998764385, 59.097137429247077 ], [ -3.346788826284135, 59.098256935687253 ], [ -3.347737014512022, 59.099420062334239 ], [ -3.349289123852971, 59.100089212350049 ], [ -3.351971384534137, 59.099707422382252 ], [ -3.352545289466622, 59.100005911095934 ], [ -3.353292260639553, 59.099734068178563 ], [ -3.353249708298527, 59.099983297452923 ], [ -3.353623462019085, 59.099765640733388 ], [ -3.354144341694853, 59.099958694854955 ], [ -3.35399834991743, 59.100595205206538 ], [ -3.355285643348332, 59.100610505546975 ], [ -3.35626923822269, 59.102351605809623 ], [ -3.35711656146939, 59.102807085852184 ], [ -3.357069661616439, 59.103475794497378 ], [ -3.357462899060392, 59.10308817417507 ], [ -3.357817367293031, 59.103618860189606 ], [ -3.357329694947735, 59.103561092569151 ], [ -3.357665381233238, 59.103925819068408 ], [ -3.356630073171896, 59.104325543376575 ], [ -3.356140607868354, 59.105106654854936 ], [ -3.354844896162728, 59.105192041674002 ], [ -3.351615138307416, 59.107022905167696 ], [ -3.349817102524084, 59.109434267991183 ], [ -3.350171911157037, 59.110996035741422 ], [ -3.349247843763822, 59.111789722987801 ], [ -3.345772024287237, 59.112312605794529 ], [ -3.344864002188867, 59.113162677140764 ], [ -3.34393511087777, 59.113436352644491 ], [ -3.342823043229277, 59.115233363715859 ], [ -3.339772473151571, 59.116057048927672 ], [ -3.337239951153807, 59.116283452215811 ], [ -3.336678898260388, 59.116677227126807 ], [ -3.33347608047411, 59.117455627150676 ], [ -3.332114868183202, 59.117396856407765 ], [ -3.328945985156578, 59.119281298312075 ], [ -3.3293737092641, 59.119275121869954 ], [ -3.328279392068608, 59.120426957560667 ], [ -3.327428657200433, 59.12047158629278 ], [ -3.32775204853447, 59.120973928670587 ], [ -3.325392430270009, 59.121120191185838 ], [ -3.324978156384797, 59.121520498169033 ], [ -3.324345915298945, 59.12143354454777 ], [ -3.32305550224951, 59.121855355491405 ], [ -3.322066820062659, 59.122627945273614 ], [ -3.320982853191979, 59.122515038854871 ], [ -3.320023638373665, 59.122829264553957 ], [ -3.319285736249577, 59.124537831213452 ], [ -3.320902651959459, 59.126829590352642 ], [ -3.320442827335639, 59.127365963324202 ], [ -3.318298333625942, 59.127939212693491 ], [ -3.317674450804116, 59.128618248143802 ], [ -3.317185183960447, 59.129618344042804 ], [ -3.317438998674455, 59.131449754359586 ], [ -3.319359911580503, 59.133234594414496 ], [ -3.323408236906509, 59.133671197002762 ], [ -3.324213625718109, 59.134615903673065 ], [ -3.325610504354831, 59.135263572585572 ], [ -3.325112750490214, 59.135995243240231 ], [ -3.324776475567305, 59.135704985509861 ], [ -3.323246806729789, 59.135556226541297 ], [ -3.321456222294069, 59.135892402520597 ], [ -3.320432288114841, 59.1365324106537 ], [ -3.320635048067061, 59.136170197503127 ], [ -3.320278181187403, 59.136251964434692 ], [ -3.320127055228267, 59.135867304426426 ], [ -3.318081024023594, 59.135606078735691 ], [ -3.317982285668107, 59.135174181667914 ], [ -3.317358692540746, 59.134999986115233 ], [ -3.315302856368477, 59.134845694193558 ], [ -3.314974372865071, 59.135211866590879 ], [ -3.313346189481539, 59.135318160174066 ], [ -3.312953753612081, 59.135110170491416 ], [ -3.312684867042905, 59.135390411788194 ], [ -3.311737811819832, 59.135257180888459 ], [ -3.311378073440484, 59.135538337271832 ], [ -3.312988854645888, 59.136300736851389 ], [ -3.312304628876527, 59.137236321373685 ], [ -3.313873464792281, 59.138543401484775 ], [ -3.313446432981965, 59.139075822657936 ], [ -3.312959784733109, 59.139147206212378 ], [ -3.313449053511814, 59.138961733593575 ], [ -3.313002799475208, 59.138809972381054 ], [ -3.31310476292456, 59.138186536898203 ], [ -3.311366278877442, 59.138839983189129 ], [ -3.31149067949922, 59.138619582971963 ], [ -3.310851960479117, 59.13859908907645 ], [ -3.310522426987064, 59.138848503183837 ], [ -3.308834309690385, 59.138808948717326 ], [ -3.308271981726894, 59.13918733967197 ], [ -3.307317883912974, 59.139055045131101 ], [ -3.306395456028743, 59.13938675774952 ], [ -3.306060231550214, 59.139074886841286 ], [ -3.305039523880736, 59.13958001902936 ], [ -3.304002235987913, 59.139282382445757 ], [ -3.305514385090021, 59.138969008303555 ], [ -3.303951984626901, 59.139247860090265 ], [ -3.303918721460025, 59.138970672357217 ], [ -3.303551584411041, 59.139243797379685 ], [ -3.30270153381894, 59.13895145564868 ], [ -3.298656727099476, 59.139678143973093 ], [ -3.298679593278148, 59.139497391584705 ], [ -3.297294313455078, 59.139609135601944 ], [ -3.296790274093156, 59.139314196033865 ], [ -3.296058971996958, 59.139526270846218 ], [ -3.295185028402166, 59.139062576476341 ], [ -3.295129534593332, 59.13986066697948 ], [ -3.294071213771908, 59.139744583025156 ], [ -3.293917297208605, 59.140390073932046 ], [ -3.293369820985114, 59.140286855093073 ], [ -3.293104248442124, 59.140521216863625 ], [ -3.292249803271417, 59.139415148136329 ], [ -3.293256956630339, 59.13789716536288 ], [ -3.291825657876753, 59.139847775127919 ], [ -3.291131128456595, 59.140016345973876 ], [ -3.289254328008736, 59.140072716069078 ], [ -3.289111864831351, 59.139305334544176 ], [ -3.288247000082244, 59.140243478714623 ], [ -3.287262746020595, 59.140144566995211 ], [ -3.285283948139146, 59.140604250965652 ], [ -3.277833668186212, 59.140533186235515 ], [ -3.275839287097591, 59.141517382944983 ], [ -3.274997953628704, 59.142488435273577 ], [ -3.272110149452788, 59.144179183881143 ], [ -3.26489463475567, 59.145895028135769 ], [ -3.264360817229762, 59.145451166072 ], [ -3.26399682168182, 59.146151651662606 ], [ -3.263144686267961, 59.146082704788256 ], [ -3.263580179693844, 59.146562555253475 ], [ -3.262820995357101, 59.146312179417883 ], [ -3.260870474438101, 59.146465850691101 ], [ -3.260335511378543, 59.145989651171305 ], [ -3.260625663019, 59.146606538008974 ], [ -3.256786662820338, 59.14703443062659 ], [ -3.251588676947568, 59.148069868585715 ], [ -3.248392988989075, 59.148167987119329 ], [ -3.247786600692073, 59.148366910360508 ], [ -3.248144693688649, 59.148598776174182 ], [ -3.246737903201944, 59.148710184152662 ], [ -3.246132896456711, 59.148418713893129 ], [ -3.246259795317394, 59.148831528532689 ], [ -3.244175030483791, 59.14948289485362 ], [ -3.244011377054887, 59.150320609911205 ], [ -3.241071994233443, 59.152240166596627 ], [ -3.238644814575554, 59.152085510844543 ], [ -3.238127920989727, 59.152635596061081 ], [ -3.236626479848987, 59.152697501035846 ], [ -3.233041700431807, 59.15190801267098 ], [ -3.231219964422049, 59.152592595201369 ], [ -3.230302928986544, 59.152325564191933 ], [ -3.228849960162685, 59.150764924839301 ], [ -3.227725937175395, 59.15184341383808 ], [ -3.225373407293704, 59.152160212962158 ], [ -3.223728384000381, 59.153636056407365 ], [ -3.223059190451049, 59.153551650437151 ], [ -3.222489347856821, 59.154046487216576 ], [ -3.219214755031265, 59.153910219061018 ] ] ], [ [ [ -2.944767788561718, 59.156624897654709 ], [ -2.945165770057907, 59.156472921885609 ], [ -2.945220958886661, 59.156825463385758 ], [ -2.944767788561718, 59.156624897654709 ] ] ], [ [ [ -2.686388015483524, 59.156044420154544 ], [ -2.686898597276308, 59.155958202402324 ], [ -2.688984719251138, 59.156227343078974 ], [ -2.689887031909912, 59.156752401013257 ], [ -2.689017229378038, 59.159321839830888 ], [ -2.687930894364809, 59.158604670677974 ], [ -2.687792979369965, 59.157396630296518 ], [ -2.686834024974119, 59.156400382930919 ], [ -2.686388015483524, 59.156044420154544 ] ] ], [ [ [ -2.629582242604232, 59.160764948240278 ], [ -2.628345438298467, 59.160168351784698 ], [ -2.627672610324089, 59.160191361945174 ], [ -2.627272363562629, 59.158961182945504 ], [ -2.626056998193521, 59.158479410613602 ], [ -2.625005461921832, 59.158637142111012 ], [ -2.625334906069719, 59.158292504575059 ], [ -2.624458033327857, 59.157767777271609 ], [ -2.622362980189029, 59.157753586454469 ], [ -2.620896345208135, 59.157101444100626 ], [ -2.618755385968477, 59.156963485048138 ], [ -2.619148795292654, 59.156382373697419 ], [ -2.617796841631743, 59.155295895972152 ], [ -2.617739339024552, 59.154337061552162 ], [ -2.616622213147391, 59.153565564933821 ], [ -2.617480847861518, 59.152799946103912 ], [ -2.616645163014705, 59.152023518979334 ], [ -2.617353926798295, 59.150995486071267 ], [ -2.618155079521153, 59.150827333277945 ], [ -2.619876435354342, 59.15117834462724 ], [ -2.621202372165226, 59.151124412395653 ], [ -2.624183111541479, 59.151507952135226 ], [ -2.621382288091828, 59.151501627271642 ], [ -2.620584047332509, 59.152216693474614 ], [ -2.620589391267154, 59.153187450982863 ], [ -2.623726192739606, 59.154066872849818 ], [ -2.626886809758889, 59.154423444012743 ], [ -2.628501745776092, 59.156011459120776 ], [ -2.632212235062962, 59.156969621468868 ], [ -2.634479493553278, 59.156559834278021 ], [ -2.635894848709536, 59.1556611559405 ], [ -2.633982317837707, 59.15416538704423 ], [ -2.630324746238489, 59.15274362890824 ], [ -2.629794397447614, 59.151949638312175 ], [ -2.627608969907627, 59.151086423316627 ], [ -2.627224684852286, 59.150340210590343 ], [ -2.625689912933503, 59.14977376543267 ], [ -2.625825785042274, 59.149077127718442 ], [ -2.627143954129743, 59.148126027255998 ], [ -2.627407149709447, 59.146079013914594 ], [ -2.626656965169946, 59.144246138186922 ], [ -2.624867046046847, 59.143186991006921 ], [ -2.622425169417367, 59.142889792876169 ], [ -2.619642640836228, 59.143759834815583 ], [ -2.61738534188307, 59.14371490901928 ], [ -2.614695837186401, 59.144519742890807 ], [ -2.612931344253377, 59.143885086003813 ], [ -2.60988451631131, 59.143475557267159 ], [ -2.605911533249681, 59.142380586415982 ], [ -2.603008038758909, 59.141164684461089 ], [ -2.601202144763465, 59.142432113639892 ], [ -2.602604220431324, 59.141159375007625 ], [ -2.600923737310585, 59.140907629753471 ], [ -2.597536916921865, 59.141623733503707 ], [ -2.598166519406466, 59.143249881315064 ], [ -2.597259447570493, 59.141848622490301 ], [ -2.596980180036397, 59.142070825009782 ], [ -2.595469040623396, 59.141808352007644 ], [ -2.59443182260378, 59.140653733721301 ], [ -2.592486926011098, 59.140165108972148 ], [ -2.588850792336771, 59.140922535335626 ], [ -2.586474206316106, 59.140838100186265 ], [ -2.58327862123957, 59.141819685286777 ], [ -2.582536695848068, 59.142385189392556 ], [ -2.58322455068598, 59.14264792124721 ], [ -2.583618192121535, 59.143594482766446 ], [ -2.583113014226499, 59.143283336561566 ], [ -2.579626280255509, 59.143087909604709 ], [ -2.577677735548274, 59.143622844999634 ], [ -2.576270545162597, 59.142573003737439 ], [ -2.57311279296444, 59.142185557280527 ], [ -2.572571174581039, 59.141150711356197 ], [ -2.576355836741528, 59.138498218055595 ], [ -2.579600208405031, 59.138548433195879 ], [ -2.582880525371871, 59.137834173286144 ], [ -2.586430162995617, 59.139080833377328 ], [ -2.588773471128472, 59.139168114043954 ], [ -2.59589614765688, 59.137422153724252 ], [ -2.596908155604789, 59.137432771372225 ], [ -2.597699388140881, 59.138311906227976 ], [ -2.599872945625875, 59.138486878040531 ], [ -2.603591501153642, 59.138071810352336 ], [ -2.605416546449018, 59.137016194910402 ], [ -2.605477214081829, 59.135899644899666 ], [ -2.602334404636263, 59.133760758305101 ], [ -2.602166962584743, 59.132982033899417 ], [ -2.604757799645215, 59.132462595606022 ], [ -2.607721699489541, 59.128843108553426 ], [ -2.607134807535705, 59.125297682601854 ], [ -2.605178552996782, 59.122442954827143 ], [ -2.600789557989182, 59.118789445502067 ], [ -2.596271630799861, 59.115903311341299 ], [ -2.593246071883512, 59.114851198791861 ], [ -2.590112058319859, 59.114183872440371 ], [ -2.585692077573367, 59.114083558947627 ], [ -2.582537055329415, 59.11484044291155 ], [ -2.582166180037806, 59.116449605626521 ], [ -2.581258917268412, 59.117327468855542 ], [ -2.579868195619871, 59.117091218728483 ], [ -2.576404782188503, 59.117812509988191 ], [ -2.575484470965721, 59.117610942503248 ], [ -2.573659999894794, 59.117962970699274 ], [ -2.572004107221105, 59.118686019858082 ], [ -2.570646875610878, 59.118572555238565 ], [ -2.568570469380532, 59.119221075036911 ], [ -2.566756497437974, 59.119160758360842 ], [ -2.564570635066144, 59.120275775513747 ], [ -2.562450063759635, 59.119095975829715 ], [ -2.559848028052228, 59.118906065569718 ], [ -2.557290128475073, 59.119388546777408 ], [ -2.556643186287952, 59.120314509743913 ], [ -2.554677143667444, 59.119817330334854 ], [ -2.552759313363818, 59.119815634607264 ], [ -2.550982406651545, 59.120540725429123 ], [ -2.549741668577948, 59.12159310249443 ], [ -2.543901277656643, 59.123727206377097 ], [ -2.541892887156163, 59.123424885719047 ], [ -2.540214020022165, 59.122415303647585 ], [ -2.536863845525994, 59.122087950277738 ], [ -2.538288109635216, 59.121685117201807 ], [ -2.538804068055659, 59.121171991486953 ], [ -2.539852013786135, 59.121056279570823 ], [ -2.539315876459285, 59.120840284959797 ], [ -2.540870370106858, 59.120726050920823 ], [ -2.539459514325878, 59.120755272215071 ], [ -2.54130948460066, 59.120216827430596 ], [ -2.53942521110244, 59.120239939835095 ], [ -2.539612414499604, 59.119593470748612 ], [ -2.544407945939967, 59.118559554441553 ], [ -2.543975642193869, 59.118392535621453 ], [ -2.54460163982197, 59.117998364358613 ], [ -2.542926014164442, 59.118285574105954 ], [ -2.543111762344137, 59.117551995718046 ], [ -2.542379282291921, 59.117508361071522 ], [ -2.542380120949726, 59.11722996496534 ], [ -2.543667393133152, 59.11646483586285 ], [ -2.543939610190412, 59.115789266384155 ], [ -2.544776521670506, 59.116472756996295 ], [ -2.544612082238034, 59.115795426280407 ], [ -2.545189831320842, 59.115665478443965 ], [ -2.545595761001229, 59.114944441409165 ], [ -2.545309229875346, 59.114057483011194 ], [ -2.54631452887129, 59.113800904872484 ], [ -2.546136606661566, 59.113594206254454 ], [ -2.547281448819128, 59.113000267585676 ], [ -2.548338875843416, 59.112839544199801 ], [ -2.548649857422791, 59.11241165985868 ], [ -2.54817247624588, 59.112042786198685 ], [ -2.551929894938423, 59.112338478960879 ], [ -2.55295032834121, 59.111293303686722 ], [ -2.552727561895589, 59.110363880992587 ], [ -2.551350782007876, 59.109769846228161 ], [ -2.552668962449971, 59.108242954238953 ], [ -2.552429820536094, 59.106294321826425 ], [ -2.549742688872629, 59.105523540093415 ], [ -2.549848217814355, 59.104590924401421 ], [ -2.548268814845828, 59.10473770308262 ], [ -2.547864406901563, 59.104339782385196 ], [ -2.548901622342943, 59.103477767254056 ], [ -2.548041010157888, 59.103810089247062 ], [ -2.547680763428382, 59.10366253538043 ], [ -2.547499339530092, 59.102576669122875 ], [ -2.547586470603319, 59.102447763587307 ], [ -2.547544530133302, 59.101907436295242 ], [ -2.547903539691919, 59.10197866208501 ], [ -2.547592965906222, 59.102531452644676 ], [ -2.549333916908819, 59.101690627714603 ], [ -2.54952445614096, 59.102251995860122 ], [ -2.550178316031717, 59.101113199765663 ], [ -2.549496264838265, 59.100599715502419 ], [ -2.549985232108723, 59.099957338429547 ], [ -2.548800094577925, 59.100293735441248 ], [ -2.548487513071711, 59.099849627828839 ], [ -2.54908148016714, 59.099550760826659 ], [ -2.548473588267656, 59.099415033634898 ], [ -2.547794420991022, 59.099844473951407 ], [ -2.547316552499392, 59.099542952246537 ], [ -2.548679549328388, 59.099304601375074 ], [ -2.547545018368643, 59.099092068361593 ], [ -2.548469223077555, 59.099032485524319 ], [ -2.547768779492733, 59.098346645581138 ], [ -2.54806340550459, 59.098104725467394 ], [ -2.546513420109766, 59.098326795094266 ], [ -2.546529519856614, 59.098022290490164 ], [ -2.546079087548552, 59.098126564354324 ], [ -2.544966865667572, 59.097556493671362 ], [ -2.544641094988678, 59.096936415668324 ], [ -2.544074742375169, 59.097104930354277 ], [ -2.544205586378145, 59.096770309287862 ], [ -2.543131574886804, 59.096735296629014 ], [ -2.543501547607502, 59.096290113508473 ], [ -2.542711570916224, 59.096445190328161 ], [ -2.542759161774022, 59.096143248568275 ], [ -2.541975204676203, 59.096126769406197 ], [ -2.541760964624995, 59.09582322757349 ], [ -2.540060113528178, 59.095771049069455 ], [ -2.54036245957284, 59.095574016463537 ], [ -2.539450250350286, 59.095503275629305 ], [ -2.539655093157341, 59.095099202061768 ], [ -2.537401748080464, 59.09520644375781 ], [ -2.537639813120732, 59.094916287285493 ], [ -2.536864580002578, 59.095009302459843 ], [ -2.537430638550746, 59.094821961493679 ], [ -2.537070180600338, 59.094651928136152 ], [ -2.536501395601126, 59.094776415779059 ], [ -2.53657355305053, 59.094256150188279 ], [ -2.535586417637675, 59.094302437849841 ], [ -2.535569162955499, 59.093755600664736 ], [ -2.534656119308643, 59.093739610357666 ], [ -2.534852964590492, 59.093267326044938 ], [ -2.534280915778329, 59.093629798974916 ], [ -2.533314420845501, 59.093430818556371 ], [ -2.533372563921698, 59.093803267455669 ], [ -2.531635861054962, 59.094359101434591 ], [ -2.53126689828518, 59.093749943811844 ], [ -2.52854260647544, 59.094211890749413 ], [ -2.527107441852467, 59.092928141120055 ], [ -2.529299853278908, 59.091705956822459 ], [ -2.530703163103625, 59.091490978582556 ], [ -2.530682023547497, 59.091817054824524 ], [ -2.531218754108498, 59.091878618826371 ], [ -2.531604264814522, 59.09130318961892 ], [ -2.530787676128769, 59.091087411257206 ], [ -2.531012095692915, 59.09070302810084 ], [ -2.531337110176482, 59.090278718548575 ], [ -2.532286530398939, 59.090170652660859 ], [ -2.532569054618723, 59.089145722985691 ], [ -2.533379833344051, 59.08910197931344 ], [ -2.533446218337065, 59.088657174535442 ], [ -2.534814557250942, 59.088783551920812 ], [ -2.535199285735811, 59.089283971566523 ], [ -2.535027499895417, 59.088002273329678 ], [ -2.536131755642862, 59.087086198397522 ], [ -2.535677205789497, 59.08691924425289 ], [ -2.536761920363612, 59.08665432667037 ], [ -2.537661370585804, 59.08570226593006 ], [ -2.539343712609281, 59.084940922949407 ], [ -2.538963126502481, 59.084594063697551 ], [ -2.538427228697821, 59.084801941933165 ], [ -2.538645655486316, 59.084488515297934 ], [ -2.537396875238465, 59.084856505982373 ], [ -2.538877458461927, 59.084138212845581 ], [ -2.537267626760776, 59.084290375199899 ], [ -2.537058879249724, 59.083549454730495 ], [ -2.539232655365426, 59.083423688684853 ], [ -2.539183776487504, 59.082866205872428 ], [ -2.541129226243081, 59.081761589451986 ], [ -2.54147107554449, 59.081865233896572 ], [ -2.54133762965821, 59.08059326043999 ], [ -2.542722525427529, 59.08046084751733 ], [ -2.542338149759727, 59.079209681655286 ], [ -2.540874454715097, 59.079209508540899 ], [ -2.540822403980143, 59.078451774923685 ], [ -2.540123000773089, 59.078350516630465 ], [ -2.53980084906198, 59.077721429833034 ], [ -2.536192815548242, 59.078588644328093 ], [ -2.535582191708688, 59.07690733216004 ], [ -2.537348694620229, 59.076086394320264 ], [ -2.538113546079531, 59.077251580342221 ], [ -2.537779505658407, 59.076194169946085 ], [ -2.538251565231616, 59.075816828059033 ], [ -2.539479969041553, 59.075616847158976 ], [ -2.538968865240397, 59.076173067039157 ], [ -2.539783176037166, 59.075596726356736 ], [ -2.54081802629672, 59.076067480846788 ], [ -2.541964511013857, 59.075982767981714 ], [ -2.543291315125543, 59.076601357959603 ], [ -2.544149442842869, 59.077804734031147 ], [ -2.54373449537752, 59.078371345638395 ], [ -2.544384363510118, 59.078318328509283 ], [ -2.543863514313543, 59.078476774037441 ], [ -2.544419184866978, 59.078974654049624 ], [ -2.543875918121059, 59.079150256572355 ], [ -2.544058050459596, 59.079524875806115 ], [ -2.545075835923185, 59.079238615294599 ], [ -2.544003245142942, 59.0798097862981 ], [ -2.545337735707646, 59.081340737861161 ], [ -2.54805469368824, 59.082684435497427 ], [ -2.552751637951606, 59.083340729978225 ], [ -2.557409055620615, 59.083162739652899 ], [ -2.561117285816547, 59.083733172971925 ], [ -2.562597089694029, 59.08363965150081 ], [ -2.56744406284402, 59.084163649363795 ], [ -2.570675218047052, 59.082572500614809 ], [ -2.571680746627671, 59.081347625292011 ], [ -2.572029116804885, 59.079532032422343 ], [ -2.576499085193265, 59.077056075542245 ], [ -2.576346032231176, 59.075731235914226 ], [ -2.577386003245814, 59.075957408027769 ], [ -2.578936594416586, 59.075842728670224 ], [ -2.580553428911045, 59.077068521450869 ], [ -2.582356426768464, 59.077537301046569 ], [ -2.589146786133253, 59.077380902153074 ], [ -2.592735275337015, 59.076576959629428 ], [ -2.595929737848831, 59.075190995901998 ], [ -2.600161956810701, 59.071216460450863 ], [ -2.602243134123232, 59.071238242581451 ], [ -2.604331403107025, 59.07186165281847 ], [ -2.604580675402205, 59.072349030809853 ], [ -2.605819438118016, 59.072270506881893 ], [ -2.607446442619763, 59.073237281105811 ], [ -2.607956810593859, 59.073887772718102 ], [ -2.607609281739631, 59.074061827517269 ], [ -2.608077113498833, 59.073983300137648 ], [ -2.60754744273012, 59.074905387534272 ], [ -2.608968199126928, 59.075937768634603 ], [ -2.608955611055129, 59.076507192256557 ], [ -2.608412811655415, 59.077082696712552 ], [ -2.605697901896674, 59.077845278329349 ], [ -2.603476940734347, 59.079820567254743 ], [ -2.604348953420005, 59.082383134070767 ], [ -2.603926409985982, 59.083159221481957 ], [ -2.604559810923079, 59.084054320356984 ], [ -2.604237949405809, 59.085099354095945 ], [ -2.603295209556404, 59.086461593596525 ], [ -2.600824133777933, 59.087146601011234 ], [ -2.600447839831512, 59.087980835052015 ], [ -2.601420984645725, 59.09024030766404 ], [ -2.604166421210956, 59.092839074825768 ], [ -2.603915609628854, 59.093661957170447 ], [ -2.604742930572071, 59.097133549794393 ], [ -2.606678243738417, 59.09819588501859 ], [ -2.615870250705433, 59.100238740232903 ], [ -2.619386242467671, 59.102478797963869 ], [ -2.620928290343358, 59.102605236274492 ], [ -2.621734809453668, 59.102121815855327 ], [ -2.625087975528738, 59.104208934070016 ], [ -2.628489878221229, 59.105597946315783 ], [ -2.629805271042981, 59.106969174907071 ], [ -2.631279366157619, 59.107659795342876 ], [ -2.632647648217695, 59.107816576074192 ], [ -2.639648424467879, 59.1072101960049 ], [ -2.647714887906655, 59.105262721239399 ], [ -2.654505924292218, 59.102670094680057 ], [ -2.657699336137302, 59.10032080735828 ], [ -2.657208304227161, 59.09947373852934 ], [ -2.654946925922235, 59.098516176369536 ], [ -2.654305820547366, 59.096841850169369 ], [ -2.653118911885409, 59.096200335504399 ], [ -2.652547103674645, 59.095042929648287 ], [ -2.649124080915637, 59.092994583306073 ], [ -2.648496942633902, 59.091946998892212 ], [ -2.647335791476715, 59.091360982214454 ], [ -2.644137795276044, 59.087410205109926 ], [ -2.644304853080387, 59.085617760201266 ], [ -2.648149742174216, 59.083628274430858 ], [ -2.648737858242056, 59.082802716993037 ], [ -2.65098787660887, 59.081474895838419 ], [ -2.650126669563126, 59.07708413856529 ], [ -2.651037259637893, 59.07597765727391 ], [ -2.652594347981313, 59.075666288176585 ], [ -2.657528001336425, 59.075782360766908 ], [ -2.658758872872531, 59.076201792100484 ], [ -2.659284301169552, 59.076038369994599 ], [ -2.661493361226257, 59.076433041515237 ], [ -2.662544312060622, 59.077198208094842 ], [ -2.663544440344323, 59.077406831830338 ], [ -2.667285162460399, 59.076535382702609 ], [ -2.667748828280334, 59.077055664649656 ], [ -2.66939149025087, 59.077381272857714 ], [ -2.67082732092391, 59.07676137913262 ], [ -2.67099522847493, 59.076962573127325 ], [ -2.672457596298309, 59.0767206056315 ], [ -2.672809381561911, 59.076244607146279 ], [ -2.675048347306058, 59.075666297759398 ], [ -2.675490481576961, 59.076150742264801 ], [ -2.676621041122248, 59.075893392440712 ], [ -2.679741182695888, 59.074274042854292 ], [ -2.685826830924308, 59.075742654755281 ], [ -2.687549031883386, 59.076637879521542 ], [ -2.690085499272606, 59.079419162825396 ], [ -2.68958527956794, 59.082051335660381 ], [ -2.688732739013893, 59.082344142121414 ], [ -2.689140657627839, 59.083544473696868 ], [ -2.68842615980564, 59.084633120797811 ], [ -2.688813599237195, 59.08533334416466 ], [ -2.688531976891093, 59.086778914452921 ], [ -2.681373470444365, 59.089298942833359 ], [ -2.680857090108579, 59.090364053845711 ], [ -2.681205361430806, 59.093229715437374 ], [ -2.680029645428552, 59.094494956875891 ], [ -2.679848327446716, 59.095386777391326 ], [ -2.675689087786199, 59.096987286638338 ], [ -2.672570054505842, 59.096638884463772 ], [ -2.671332410069133, 59.097704998164929 ], [ -2.670578957510313, 59.099792378471051 ], [ -2.669524737494797, 59.100963495895094 ], [ -2.669956314260183, 59.10259392800932 ], [ -2.671131413525098, 59.10385410918088 ], [ -2.671413398033618, 59.105864287878511 ], [ -2.67103777365152, 59.107459375661982 ], [ -2.669916349537405, 59.108687418953664 ], [ -2.669062932690968, 59.109067207761449 ], [ -2.667077410072998, 59.109056775035839 ], [ -2.664853051418616, 59.11086878378611 ], [ -2.662516697041364, 59.111142964020701 ], [ -2.655982017504694, 59.110940873236288 ], [ -2.650513836129867, 59.112462755565396 ], [ -2.642531681342142, 59.111906219476275 ], [ -2.634292630306141, 59.110001580381727 ], [ -2.629584339551434, 59.110154726973633 ], [ -2.6258060606894, 59.11276207550646 ], [ -2.622852922947226, 59.117082419176754 ], [ -2.620657950702694, 59.117876031762123 ], [ -2.620217266397074, 59.118425048811098 ], [ -2.620797679890564, 59.122799350426526 ], [ -2.622553118427778, 59.125008217239838 ], [ -2.623962836369655, 59.125486392724078 ], [ -2.628756494506026, 59.128349579614003 ], [ -2.632659583089616, 59.129776468847247 ], [ -2.635036337171, 59.130282137780313 ], [ -2.638095431590939, 59.130458420358813 ], [ -2.64342376253332, 59.132941260895976 ], [ -2.646599171579788, 59.136305729762057 ], [ -2.647823796009796, 59.13887611865411 ], [ -2.649586015842204, 59.140569110601874 ], [ -2.654835648254409, 59.144204073181612 ], [ -2.658715049052462, 59.145884451536048 ], [ -2.661719643290433, 59.146237373636772 ], [ -2.661766146898049, 59.146835235242449 ], [ -2.663305168529914, 59.147597008214838 ], [ -2.663520332660862, 59.148778635365694 ], [ -2.664896302142454, 59.149869907448192 ], [ -2.667069213907582, 59.150314971061988 ], [ -2.66847017580706, 59.149541733779145 ], [ -2.670853315640665, 59.15018681422022 ], [ -2.673440931048042, 59.150379073635555 ], [ -2.675269265863207, 59.151251461015121 ], [ -2.674911228243801, 59.151802028600393 ], [ -2.675331614301192, 59.153261862534002 ], [ -2.673581825543718, 59.153989386624694 ], [ -2.671077871364062, 59.154422634792645 ], [ -2.669018030672345, 59.153874677852379 ], [ -2.666609471019326, 59.1523837349975 ], [ -2.664372645467157, 59.151714479053268 ], [ -2.661930569709976, 59.151456637874311 ], [ -2.653742592203801, 59.151685806220542 ], [ -2.650472136664161, 59.152452095661566 ], [ -2.647914727887545, 59.153488650103633 ], [ -2.646468400687132, 59.154207108387723 ], [ -2.645727099299986, 59.155414174561621 ], [ -2.644226376387911, 59.156501075385229 ], [ -2.63890292824015, 59.157855577453489 ], [ -2.63782500695529, 59.158846027955903 ], [ -2.633743541267676, 59.16016098366245 ], [ -2.63159149618209, 59.161616415053146 ], [ -2.630333961694539, 59.161702449566654 ], [ -2.629582242604232, 59.160764948240278 ] ] ], [ [ [ -3.115954940802039, 59.162977044343037 ], [ -3.115160030684309, 59.162681212447616 ], [ -3.115924891671776, 59.162698892699467 ], [ -3.11671148402934, 59.163061250574174 ], [ -3.115954940802039, 59.162977044343037 ] ] ], [ [ [ -3.114449982028848, 59.16558456275623 ], [ -3.114444000912969, 59.165131973920232 ], [ -3.115014946766921, 59.165208801352229 ], [ -3.114449982028848, 59.16558456275623 ] ] ], [ [ [ -2.911908953510031, 59.167021406346031 ], [ -2.912873757359724, 59.166798195726962 ], [ -2.912117018860904, 59.167346842659015 ], [ -2.911908953510031, 59.167021406346031 ] ] ], [ [ [ -2.913342220725979, 59.168098898877979 ], [ -2.913920625129618, 59.167422177635423 ], [ -2.914326118144482, 59.168065933960953 ], [ -2.913250104595991, 59.168317777145589 ], [ -2.913342220725979, 59.168098898877979 ] ] ], [ [ [ -2.824053573033284, 59.168981533444679 ], [ -2.82372993070205, 59.168252566298627 ], [ -2.823040996997451, 59.168553292086798 ], [ -2.823312803388883, 59.165307781758983 ], [ -2.823537999080998, 59.163835333580678 ], [ -2.823824734179067, 59.163686233728697 ], [ -2.824053124202077, 59.164165246755381 ], [ -2.824224589825664, 59.163586706841144 ], [ -2.82468848521743, 59.163822646341181 ], [ -2.82495515824872, 59.163639545083875 ], [ -2.824938020605552, 59.164743368742791 ], [ -2.825391461924255, 59.164907527426571 ], [ -2.825357634149792, 59.166914904371531 ], [ -2.824957169128042, 59.167716720420863 ], [ -2.824679890989629, 59.167460738031892 ], [ -2.824453511302969, 59.168882903716614 ], [ -2.824053573033284, 59.168981533444679 ] ] ], [ [ [ -2.649881945326408, 59.162722380809349 ], [ -2.651858906714594, 59.162028165725829 ], [ -2.655549906543571, 59.163452745102738 ], [ -2.655604403075995, 59.164746550021356 ], [ -2.654345299337054, 59.165577302051346 ], [ -2.653670816553211, 59.166617937088887 ], [ -2.649906158160481, 59.168698731158266 ], [ -2.647498787511737, 59.170519408447937 ], [ -2.646560348294165, 59.170103799083698 ], [ -2.646511456494288, 59.16964514323486 ], [ -2.647022049021878, 59.168710434001262 ], [ -2.647099226383061, 59.165944978753679 ], [ -2.649145381543674, 59.163813593524424 ], [ -2.649881945326408, 59.162722380809349 ] ] ], [ [ [ -2.949760507821047, 59.169006152040112 ], [ -2.948999163158853, 59.167601741104392 ], [ -2.948082130760221, 59.167015708529071 ], [ -2.94756213312714, 59.167123678860996 ], [ -2.947768746019562, 59.166562672185755 ], [ -2.946909889531578, 59.166434224262176 ], [ -2.946850008621048, 59.165723386892843 ], [ -2.950561994068645, 59.162653604780537 ], [ -2.952538158767433, 59.163090860212677 ], [ -2.953863891017264, 59.16403488697101 ], [ -2.955627070003887, 59.167302593129783 ], [ -2.95535563002681, 59.168607694647797 ], [ -2.953285552551552, 59.168454063061915 ], [ -2.950085178282454, 59.168918461168907 ], [ -2.949760507821047, 59.169006152040112 ] ] ], [ [ [ -2.926184575520234, 59.170104072792078 ], [ -2.926324539001931, 59.169781565862095 ], [ -2.925563008107338, 59.169823814285373 ], [ -2.923134644023254, 59.168251508383229 ], [ -2.921832416985433, 59.167895240786073 ], [ -2.921332346953638, 59.168097261603627 ], [ -2.92135490246232, 59.167830374948899 ], [ -2.920626783189964, 59.168007966170826 ], [ -2.921448188208396, 59.167721944958153 ], [ -2.921472262944815, 59.167186524626118 ], [ -2.920134623594303, 59.16674697092018 ], [ -2.920310510885648, 59.166523003724201 ], [ -2.918917643199662, 59.166370313081046 ], [ -2.918181955333818, 59.166786830740357 ], [ -2.918357548982748, 59.166420973341239 ], [ -2.918053926281071, 59.16670870545402 ], [ -2.9181566274347, 59.166364019028819 ], [ -2.917473826792935, 59.166143427629073 ], [ -2.916952002199538, 59.166316847060671 ], [ -2.917031962188956, 59.166036983062924 ], [ -2.916496979903314, 59.166437705082934 ], [ -2.91685942132046, 59.165863975463189 ], [ -2.915812307837027, 59.165623494402659 ], [ -2.915188033867985, 59.165955689142763 ], [ -2.915595516384166, 59.165626818684764 ], [ -2.914795618402904, 59.16573573192106 ], [ -2.915136451767349, 59.165203470491598 ], [ -2.914308176734237, 59.165362872548044 ], [ -2.914428254611775, 59.165012678433968 ], [ -2.913968066876676, 59.165201817279225 ], [ -2.914129756954988, 59.164903418685093 ], [ -2.913918911357382, 59.165063860457231 ], [ -2.913260842227583, 59.164456903385457 ], [ -2.911970845845871, 59.164419266402675 ], [ -2.910534791445889, 59.163755788371283 ], [ -2.908492251713012, 59.164027834947831 ], [ -2.908678965844054, 59.163418536471752 ], [ -2.908052353364143, 59.163663600605645 ], [ -2.908462251071103, 59.162237295585868 ], [ -2.90777778302883, 59.16142034765933 ], [ -2.90848451470313, 59.161230404548995 ], [ -2.909979571780009, 59.1596438279417 ], [ -2.911144733694261, 59.155849397562392 ], [ -2.912225528149425, 59.154937454388708 ], [ -2.913246254328992, 59.152692289259782 ], [ -2.913616758495201, 59.150784874973539 ], [ -2.91301925048827, 59.148765722676842 ], [ -2.913218644234107, 59.146604458852075 ], [ -2.916553068294147, 59.141668511705397 ], [ -2.91632667989039, 59.141241728842495 ], [ -2.917380159139546, 59.140506851189677 ], [ -2.918057701752673, 59.138461640304527 ], [ -2.917257296005778, 59.133758697879415 ], [ -2.917965248051559, 59.130830462984541 ], [ -2.918716412861411, 59.130889810708389 ], [ -2.919287985177858, 59.130506777152746 ], [ -2.92054431544695, 59.127514470091342 ], [ -2.919898126690903, 59.125633991134315 ], [ -2.920473285360267, 59.125648773553749 ], [ -2.920291273385333, 59.124985488328498 ], [ -2.920838802931945, 59.125207920381165 ], [ -2.920985391217958, 59.12611303846186 ], [ -2.922750870654229, 59.12679920334493 ], [ -2.923825452340665, 59.12894514518937 ], [ -2.928446480952459, 59.131583055003794 ], [ -2.929445796790079, 59.132867337007553 ], [ -2.932098602500112, 59.134357085206915 ], [ -2.933734636381899, 59.135977132623204 ], [ -2.934637561004625, 59.138778019639119 ], [ -2.93590395033222, 59.139905860949007 ], [ -2.937339962466189, 59.140138880814135 ], [ -2.937857440265657, 59.139633119968607 ], [ -2.938434145687415, 59.139631647386345 ], [ -2.938279826159014, 59.140442826720559 ], [ -2.937692684958638, 59.14063835819379 ], [ -2.93774465935116, 59.140302102658659 ], [ -2.936288838523977, 59.140432052458081 ], [ -2.937033206748139, 59.144582075903479 ], [ -2.937692255126635, 59.145031744405955 ], [ -2.938304896749387, 59.14487105407617 ], [ -2.937750990765174, 59.142769967653081 ], [ -2.93863381563773, 59.14188167925996 ], [ -2.939370266427488, 59.144710678911963 ], [ -2.938811565511571, 59.14575558806861 ], [ -2.941357838659708, 59.148279604967932 ], [ -2.941920956659204, 59.154202813014919 ], [ -2.943159413470847, 59.155683730368693 ], [ -2.944406615708882, 59.155384589747356 ], [ -2.945087465248903, 59.154648380344703 ], [ -2.944451532662924, 59.155428268771544 ], [ -2.942783657724752, 59.156007968869901 ], [ -2.942157245284349, 59.157772738694312 ], [ -2.941160961748109, 59.158234386660205 ], [ -2.942689297601656, 59.160776526211563 ], [ -2.942092389364697, 59.164062415243286 ], [ -2.941163484753674, 59.165136956781318 ], [ -2.941426459179612, 59.165732269451674 ], [ -2.940967162700317, 59.165630522642644 ], [ -2.940735836025243, 59.166123443563151 ], [ -2.940174400046532, 59.16618767883223 ], [ -2.940122372409457, 59.165694115640484 ], [ -2.939987162615226, 59.166120780284409 ], [ -2.939751305776377, 59.165939279952681 ], [ -2.938797613914205, 59.166177878004845 ], [ -2.938266679860775, 59.167227967500239 ], [ -2.938015948960905, 59.167014240896187 ], [ -2.937947662049764, 59.167267092111437 ], [ -2.936299778164668, 59.167195458554318 ], [ -2.934843724074593, 59.168768588543571 ], [ -2.93524122938499, 59.168784587062106 ], [ -2.934566205812726, 59.169752176907345 ], [ -2.933823273315142, 59.169257293566659 ], [ -2.932955583117015, 59.16925454681374 ], [ -2.932762556934775, 59.169553194280269 ], [ -2.932771473378167, 59.169302568497557 ], [ -2.932120323230019, 59.169415010472939 ], [ -2.931736786096286, 59.169912598638646 ], [ -2.930622888486467, 59.1700552930158 ], [ -2.929936481051319, 59.170029673641402 ], [ -2.930587796542594, 59.169922629945169 ], [ -2.929733982495481, 59.169658423716108 ], [ -2.929554844174152, 59.169954272661869 ], [ -2.928859490745559, 59.169792204931483 ], [ -2.92816698373442, 59.170057594600721 ], [ -2.928085473935089, 59.169760915660483 ], [ -2.927012416962026, 59.169603331873361 ], [ -2.926184575520234, 59.170104072792078 ] ] ], [ [ [ -2.695915921989805, 59.171381744725309 ], [ -2.695694570730902, 59.170732745266697 ], [ -2.697761242503595, 59.171888223011237 ], [ -2.697109278145293, 59.171914174132539 ], [ -2.695915921989805, 59.171381744725309 ] ] ], [ [ [ -2.693113655401548, 59.173287110526793 ], [ -2.694123705135774, 59.173233223582756 ], [ -2.692720294094708, 59.174423439224086 ], [ -2.692434086400436, 59.173679587685577 ], [ -2.693113655401548, 59.173287110526793 ] ] ], [ [ [ -2.68885735492962, 59.176414287627381 ], [ -2.691448930580308, 59.176006279984435 ], [ -2.689526311646684, 59.177661714718418 ], [ -2.688783814865578, 59.177541722892244 ], [ -2.68885735492962, 59.176414287627381 ] ] ], [ [ [ -2.915803936280416, 59.177803158383156 ], [ -2.915821087833371, 59.177332450019101 ], [ -2.915431740990279, 59.177428592688749 ], [ -2.915636078599035, 59.177087683320011 ], [ -2.915199362005865, 59.177244329640573 ], [ -2.91543820627317, 59.176885216170909 ], [ -2.918401856747798, 59.175573778380681 ], [ -2.919994095694924, 59.174147158062667 ], [ -2.920789398090053, 59.174120868678337 ], [ -2.92070154496646, 59.174757323904117 ], [ -2.921137947890491, 59.174851222175064 ], [ -2.921605311984015, 59.174535380020473 ], [ -2.921675227668767, 59.174727968872652 ], [ -2.921286078993887, 59.175935038847882 ], [ -2.921957606505624, 59.175598888308265 ], [ -2.921473276487092, 59.176064829405242 ], [ -2.922099026817974, 59.175782886908671 ], [ -2.921565191737527, 59.176359642078772 ], [ -2.91900103566822, 59.177951218646797 ], [ -2.916345156483392, 59.177890047547102 ], [ -2.915803936280416, 59.177803158383156 ] ] ], [ [ [ -3.075941397421863, 59.199847943909639 ], [ -3.074495525110161, 59.199244714859667 ], [ -3.07317613151075, 59.199322970537629 ], [ -3.072136982707067, 59.198846579437593 ], [ -3.071028168474879, 59.198101328682974 ], [ -3.072038435774278, 59.197657429446927 ], [ -3.070971021605014, 59.197953615506087 ], [ -3.069878408918732, 59.197724620464697 ], [ -3.067957138224808, 59.195514067448691 ], [ -3.068193312126034, 59.195172650671743 ], [ -3.064917362688878, 59.19549051072601 ], [ -3.061939252466043, 59.195366691831751 ], [ -3.060872548938196, 59.194952404791195 ], [ -3.059579988702422, 59.195157832137497 ], [ -3.058345420646168, 59.194522168079466 ], [ -3.057842859262282, 59.19468701613274 ], [ -3.057802595709224, 59.195253136457715 ], [ -3.057413331656769, 59.194666262882087 ], [ -3.057136612747645, 59.194831964951284 ], [ -3.056561973759973, 59.195610785107874 ], [ -3.056835951326652, 59.196036045447741 ], [ -3.056250762772944, 59.195850408395927 ], [ -3.055863990853112, 59.196364560070812 ], [ -3.055096848257435, 59.196352827667404 ], [ -3.054739619581243, 59.196803870228436 ], [ -3.053304706573561, 59.19722233708746 ], [ -3.050862091576838, 59.197322934557157 ], [ -3.048613914277626, 59.195657186340135 ], [ -3.049328776898979, 59.190711962775282 ], [ -3.048776579516292, 59.189257034959851 ], [ -3.048260238296382, 59.189256710181667 ], [ -3.047441375779695, 59.188464916476384 ], [ -3.047391650572865, 59.187297809203315 ], [ -3.048418009362656, 59.186694104220592 ], [ -3.04789936982819, 59.186617459667808 ], [ -3.048038615767466, 59.186192441463788 ], [ -3.049704480682483, 59.18447263748596 ], [ -3.049734610144313, 59.183515036638198 ], [ -3.047045673140752, 59.182682652036334 ], [ -3.045485412514772, 59.181330127014775 ], [ -3.043717272922985, 59.180730949471403 ], [ -3.041894551831736, 59.180578533216647 ], [ -3.040884895053676, 59.179945393251231 ], [ -3.036537436604376, 59.178584524260174 ], [ -3.032997862714764, 59.178472610497508 ], [ -3.030114329370264, 59.17771686489079 ], [ -3.028141354983352, 59.177855528345027 ], [ -3.027244262878677, 59.177522250535283 ], [ -3.026140590267253, 59.1775345634546 ], [ -3.024812517191808, 59.177824348026078 ], [ -3.024761100720991, 59.177509526954658 ], [ -3.022320814487558, 59.177702079179504 ], [ -3.01926836089523, 59.177491660237692 ], [ -3.019606428606182, 59.177328251434325 ], [ -3.018548695542649, 59.177590703901096 ], [ -3.012867549792531, 59.17753273166683 ], [ -3.011890685578392, 59.178046859639799 ], [ -3.010069301127868, 59.178167004174846 ], [ -3.00881286135535, 59.178042951112374 ], [ -3.008822613407556, 59.177542645229735 ], [ -3.005622713052578, 59.178027265943392 ], [ -3.00609404226007, 59.177811670745527 ], [ -3.005460679241198, 59.177752809650507 ], [ -3.004122677456057, 59.17812777616323 ], [ -3.003137531993831, 59.178006061984348 ], [ -2.999039102538949, 59.178642942125862 ], [ -2.993855190843889, 59.177997462033311 ], [ -2.993192280508264, 59.179271513734577 ], [ -2.992030151364367, 59.180106621835712 ], [ -2.989751409042917, 59.18057303671646 ], [ -2.988293628683689, 59.18250601494266 ], [ -2.986958214785311, 59.18261944290326 ], [ -2.98543895673405, 59.183641307655272 ], [ -2.982615736855158, 59.184659548995917 ], [ -2.980191610135794, 59.1859306697676 ], [ -2.979925895748061, 59.186613414025956 ], [ -2.978618219634552, 59.186601713850791 ], [ -2.978138269669675, 59.18701574694559 ], [ -2.976141605903868, 59.187024472826593 ], [ -2.975688550377286, 59.187339506558821 ], [ -2.974619731110582, 59.187112231066905 ], [ -2.974874528174021, 59.186963933998513 ], [ -2.972438423407997, 59.186843881862679 ], [ -2.969356717193722, 59.187533274609535 ], [ -2.96791607466959, 59.187524254465671 ], [ -2.965469835067876, 59.186549182128992 ], [ -2.964072787679335, 59.184234443507684 ], [ -2.964598158994926, 59.182881639504792 ], [ -2.963696338853331, 59.180871258547498 ], [ -2.962538989943065, 59.180596943501712 ], [ -2.96084531306962, 59.180664260479652 ], [ -2.960795321181232, 59.181376801789824 ], [ -2.960133327143349, 59.180858118399243 ], [ -2.959696807092148, 59.181578004904921 ], [ -2.958497277867878, 59.180109529053816 ], [ -2.958084515952517, 59.180928920897941 ], [ -2.957467022023784, 59.181060998468226 ], [ -2.956907974511157, 59.179903908950166 ], [ -2.954855361797332, 59.180338407989588 ], [ -2.953018521202802, 59.179600206327038 ], [ -2.952761434303303, 59.179919110972392 ], [ -2.952713729677221, 59.177324930618731 ], [ -2.953119682513095, 59.17669779322263 ], [ -2.954198560011234, 59.176424045324417 ], [ -2.95371900836132, 59.175099316821822 ], [ -2.954602128921711, 59.174897051678713 ], [ -2.953756072032743, 59.174420101807279 ], [ -2.953879898492494, 59.173213080974229 ], [ -2.954775570710522, 59.17358818315801 ], [ -2.955585821274334, 59.173534628600628 ], [ -2.956289518093573, 59.172672689297187 ], [ -2.957031000963633, 59.172976166867642 ], [ -2.958168930889377, 59.172754936494712 ], [ -2.958720218220598, 59.171950686100317 ], [ -2.961110610836558, 59.172663159214714 ], [ -2.959927312855295, 59.172450981037258 ], [ -2.958565145789073, 59.17278524261836 ], [ -2.957679293693116, 59.173262365719495 ], [ -2.957929125209569, 59.173688006918745 ], [ -2.960231207044965, 59.173431228080332 ], [ -2.960481493809477, 59.173622463927337 ], [ -2.961381428832426, 59.17252644448746 ], [ -2.96153523802941, 59.172895312742789 ], [ -2.962051023550008, 59.17276037576498 ], [ -2.962211260601185, 59.173668938080873 ], [ -2.962865203551651, 59.174029609592566 ], [ -2.964165185111509, 59.17384753904377 ], [ -2.9645035624531, 59.175239736598499 ], [ -2.965846315214855, 59.175332142624455 ], [ -2.967153803438903, 59.173184999695522 ], [ -2.970301795067084, 59.171791963876565 ], [ -2.971341835175008, 59.169357592519773 ], [ -2.972294544900195, 59.169089125921218 ], [ -2.971762377429425, 59.168520135247192 ], [ -2.974492723194906, 59.16482655120415 ], [ -2.974968349698384, 59.164392803660263 ], [ -2.977356587890255, 59.163933003459029 ], [ -2.978744679849947, 59.16317804634285 ], [ -2.978934746456484, 59.16205671151743 ], [ -2.978324173911353, 59.161253041636982 ], [ -2.976688091526527, 59.160607062773288 ], [ -2.976498203393693, 59.159467033866726 ], [ -2.975307660383681, 59.158619212637412 ], [ -2.973353625996684, 59.154407516934398 ], [ -2.972729010955189, 59.154208332777088 ], [ -2.97304862345686, 59.154011055757302 ], [ -2.971391287516285, 59.151736057556924 ], [ -2.971457915956353, 59.151002727490692 ], [ -2.970372984251025, 59.150535755112486 ], [ -2.969530135985728, 59.149540693026971 ], [ -2.96975744023879, 59.147503052529224 ], [ -2.968316151224504, 59.145060257315997 ], [ -2.964219294639566, 59.141285584396769 ], [ -2.96335167348567, 59.139891919845759 ], [ -2.962977891741809, 59.138780176914516 ], [ -2.964030111112412, 59.136919631920215 ], [ -2.963936963773188, 59.136217127543134 ], [ -2.965535682569079, 59.135089833675636 ], [ -2.970512539957919, 59.133731650556292 ], [ -2.984598736383218, 59.13124387384174 ], [ -2.98594570631973, 59.130811552416148 ], [ -2.985693580137258, 59.130550328738259 ], [ -2.986415833637478, 59.130511613841769 ], [ -2.985898441716913, 59.13007907585822 ], [ -2.986547563397891, 59.130474689550198 ], [ -2.988687473215573, 59.130154858120491 ], [ -2.99225170733648, 59.129002365958279 ], [ -2.993511265821896, 59.128091954334799 ], [ -2.997067332885703, 59.127092064667522 ], [ -2.999984724119214, 59.12696365005587 ], [ -3.001471142922175, 59.127669761316284 ], [ -3.001851861848248, 59.127425238752018 ], [ -3.002752598184729, 59.127578143311752 ], [ -3.006404526919766, 59.127057731646481 ], [ -3.006686678225758, 59.126789710486044 ], [ -3.008255430400085, 59.127142158428654 ], [ -3.014145976988833, 59.127178897239446 ], [ -3.019597737485604, 59.12655961968467 ], [ -3.021129768156303, 59.127082837793061 ], [ -3.031018868536151, 59.127681831370175 ], [ -3.034264627995904, 59.126915088481667 ], [ -3.03664647827715, 59.126933809430639 ], [ -3.037601387257036, 59.126562453883466 ], [ -3.040097245136219, 59.126481410151484 ], [ -3.042445961450106, 59.126732895530182 ], [ -3.044005609043096, 59.127233171471346 ], [ -3.044514812648361, 59.128578905729455 ], [ -3.045261229613053, 59.129049784079477 ], [ -3.04945191907217, 59.129535969063198 ], [ -3.050463909744862, 59.130345945452447 ], [ -3.055957132390444, 59.131644925844071 ], [ -3.058295139605862, 59.133062835424141 ], [ -3.058066222193095, 59.13334580400587 ], [ -3.05872735237753, 59.133874779025746 ], [ -3.059959033655996, 59.134318265681998 ], [ -3.061443847371078, 59.134752486823608 ], [ -3.068098963015994, 59.135390337191986 ], [ -3.074601461256806, 59.137618736831662 ], [ -3.077013158288329, 59.137950807133691 ], [ -3.07931201751943, 59.139304903883406 ], [ -3.082975082043328, 59.143172132561595 ], [ -3.086709448536116, 59.143858511773217 ], [ -3.08806427525275, 59.144909612524202 ], [ -3.089656106461006, 59.145550077886945 ], [ -3.091047320703441, 59.145652454706351 ], [ -3.092325856416138, 59.145290551300668 ], [ -3.093130737527164, 59.145589130764634 ], [ -3.09275070228284, 59.146828107981229 ], [ -3.093518197396814, 59.148748061009584 ], [ -3.096364932148418, 59.149423675545151 ], [ -3.098287839371345, 59.150291153673969 ], [ -3.098519792342714, 59.151964139345914 ], [ -3.097553683803707, 59.152970090743509 ], [ -3.097361969164569, 59.153917404416234 ], [ -3.100660666249337, 59.156835242823114 ], [ -3.100724966305885, 59.157203814839491 ], [ -3.099817768950976, 59.157323761471908 ], [ -3.101048765898382, 59.157267529423571 ], [ -3.100886249642388, 59.157706279046153 ], [ -3.101790287611511, 59.157651014615332 ], [ -3.101934195312723, 59.158047649796679 ], [ -3.106543023640368, 59.158728740954501 ], [ -3.108109769154191, 59.159319802668911 ], [ -3.10934770390914, 59.159205955011267 ], [ -3.110850679385784, 59.159715801905975 ], [ -3.111256266241239, 59.16089781908115 ], [ -3.113003851920856, 59.16048230607327 ], [ -3.113887087258983, 59.161506647460385 ], [ -3.113475510250117, 59.161380850300958 ], [ -3.113702681261437, 59.16185938412702 ], [ -3.115357635383285, 59.162411883304088 ], [ -3.114252010084817, 59.162778813929428 ], [ -3.114887200337272, 59.163164933735921 ], [ -3.114352513671009, 59.163502715123485 ], [ -3.115470347911238, 59.163993360568732 ], [ -3.114764775832741, 59.164132335472068 ], [ -3.114002805701001, 59.165118694270909 ], [ -3.112981063570846, 59.165325033053492 ], [ -3.113040300600791, 59.165802312226361 ], [ -3.112056976440143, 59.166384616247456 ], [ -3.114312478504277, 59.167433124437267 ], [ -3.11346544367693, 59.168603420086775 ], [ -3.114175447930436, 59.16875899003584 ], [ -3.11383340570204, 59.168999020052006 ], [ -3.114492657414339, 59.169637300438332 ], [ -3.115277214967443, 59.169503038304136 ], [ -3.116223063184262, 59.16980924857026 ], [ -3.115280904118506, 59.169938582741388 ], [ -3.115158782941023, 59.170271028079107 ], [ -3.116933826946072, 59.171059575148334 ], [ -3.117144260655428, 59.171879522902003 ], [ -3.11835087685688, 59.172668446953587 ], [ -3.117311171829765, 59.172973763512196 ], [ -3.116994433155114, 59.173721905649629 ], [ -3.115291370177252, 59.174073321175506 ], [ -3.115371422129813, 59.174382476591227 ], [ -3.113621777110493, 59.174110094330302 ], [ -3.111891842974751, 59.174713161592308 ], [ -3.111062922886114, 59.175317484835908 ], [ -3.111760812449726, 59.175527057749235 ], [ -3.111633273829425, 59.175909838800017 ], [ -3.110922099771976, 59.1763694584821 ], [ -3.111121802420094, 59.175783990053375 ], [ -3.110181455211009, 59.176999963676607 ], [ -3.109540239567345, 59.176920121807335 ], [ -3.109558733830877, 59.177220825121623 ], [ -3.107957902567226, 59.177494932064562 ], [ -3.107188728065959, 59.178327733798994 ], [ -3.105089234054479, 59.178875480712215 ], [ -3.105221244975083, 59.179983501960727 ], [ -3.105844869812687, 59.180059024602912 ], [ -3.104881468339863, 59.180570151347069 ], [ -3.104459547665847, 59.182136418106118 ], [ -3.103755654088348, 59.182286093393273 ], [ -3.103466623291254, 59.182005649138219 ], [ -3.103684107724712, 59.184680115053624 ], [ -3.103060547927269, 59.184609071565816 ], [ -3.103591892352934, 59.185619403611646 ], [ -3.099479750779023, 59.187544739172054 ], [ -3.09821154173393, 59.188929539917737 ], [ -3.094106853917714, 59.190014924308564 ], [ -3.093223606985277, 59.190583662417581 ], [ -3.093240962855986, 59.191126860318711 ], [ -3.092385648635955, 59.191475325683349 ], [ -3.092605388750878, 59.191778828849856 ], [ -3.091198828752729, 59.19185800201884 ], [ -3.088618681129922, 59.192737312502857 ], [ -3.087551332129708, 59.193576979160234 ], [ -3.086391973332066, 59.193725878228513 ], [ -3.084639155760875, 59.194481439110241 ], [ -3.084067673736771, 59.194400888406399 ], [ -3.083484083469295, 59.195043396315697 ], [ -3.084158089739963, 59.195872997306054 ], [ -3.083472747824227, 59.196067310054502 ], [ -3.083424416774085, 59.19702866591232 ], [ -3.082115497063835, 59.1974347272253 ], [ -3.081730311897142, 59.198264172836808 ], [ -3.078675264913847, 59.198819430913943 ], [ -3.077159869079503, 59.199622312434208 ], [ -3.075941397421863, 59.199847943909639 ] ] ], [ [ [ -2.851756736404394, 59.208406353343186 ], [ -2.852245707839254, 59.20638431829839 ], [ -2.854729828462577, 59.205235560441388 ], [ -2.856105914095366, 59.206135339552766 ], [ -2.855609129283181, 59.206856157419104 ], [ -2.856440546050547, 59.20761043910521 ], [ -2.855955211996478, 59.208159653820573 ], [ -2.855646884276385, 59.207735106489508 ], [ -2.855661028468121, 59.209559864328703 ], [ -2.854572500879902, 59.209870566711032 ], [ -2.852476294819491, 59.209452362949364 ], [ -2.851756736404394, 59.208406353343186 ] ] ], [ [ [ -2.588174787025657, 59.222599200577712 ], [ -2.587968551936801, 59.222116258791324 ], [ -2.587520078600383, 59.222424350501178 ], [ -2.587961210103986, 59.222099065985638 ], [ -2.588276700171645, 59.22190456270404 ], [ -2.587803072884949, 59.221868089301566 ], [ -2.58808974150051, 59.22142406450358 ], [ -2.589254048046094, 59.221081134294572 ], [ -2.590014672519437, 59.219883305343274 ], [ -2.590069640753323, 59.220226103369193 ], [ -2.590828760555878, 59.220159794152273 ], [ -2.59147464410421, 59.221141996691742 ], [ -2.592429899785035, 59.220565602814673 ], [ -2.592906285228991, 59.221266589040987 ], [ -2.592520931439496, 59.222279527315351 ], [ -2.590982309006618, 59.223365960926444 ], [ -2.59074265031952, 59.223183851855701 ], [ -2.58977388501739, 59.223186453227214 ], [ -2.590331396906127, 59.222905534263077 ], [ -2.589989739921551, 59.222700538054788 ], [ -2.588174787025657, 59.222599200577712 ] ] ], [ [ [ -2.822381518053914, 59.221635199608372 ], [ -2.822882847610563, 59.221429068703024 ], [ -2.822027327102297, 59.22154942998683 ], [ -2.821857682979373, 59.220832959351547 ], [ -2.821133458143122, 59.220511541850314 ], [ -2.820950408301167, 59.219819402050334 ], [ -2.820681397322507, 59.219997118108836 ], [ -2.81993078463747, 59.216968235710944 ], [ -2.818401866350005, 59.216101369317073 ], [ -2.817597123359878, 59.21526405959127 ], [ -2.817780441787083, 59.214873152399612 ], [ -2.817171996644268, 59.214991928289251 ], [ -2.816013492557055, 59.214594182734423 ], [ -2.815939164549449, 59.214268656503201 ], [ -2.815524945991885, 59.214746324359545 ], [ -2.815213390697083, 59.21372719362288 ], [ -2.815122694402814, 59.211686490947883 ], [ -2.816680774734181, 59.210486794682026 ], [ -2.816675564634279, 59.209682172707787 ], [ -2.817241580333591, 59.209623834881256 ], [ -2.816670528343479, 59.209104756768646 ], [ -2.81696648403075, 59.208151859947954 ], [ -2.818588429184786, 59.206630235032968 ], [ -2.820786322188104, 59.205692280699338 ], [ -2.821740095007685, 59.204649003905701 ], [ -2.821660508111862, 59.203741574908477 ], [ -2.820679976322427, 59.203012262890013 ], [ -2.821061957712365, 59.202440484880952 ], [ -2.821672788211351, 59.203159558586002 ], [ -2.823834000221236, 59.203328185223832 ], [ -2.824305982833938, 59.203732011666062 ], [ -2.823950382108393, 59.204016254869835 ], [ -2.826051902165919, 59.205262887832866 ], [ -2.827460572991596, 59.20688928537016 ], [ -2.827654888820649, 59.207320910339369 ], [ -2.826956003624651, 59.207675598585645 ], [ -2.826574947417271, 59.209080781266344 ], [ -2.827179621965446, 59.210042342857136 ], [ -2.828861497294235, 59.211007815563406 ], [ -2.829112641447481, 59.2119033694865 ], [ -2.828267191804136, 59.211994971132654 ], [ -2.829012622961738, 59.211967769026366 ], [ -2.828561533251002, 59.212143968673189 ], [ -2.829041658719031, 59.212226223202848 ], [ -2.828399713551605, 59.212404537119852 ], [ -2.829422102668403, 59.212314500211107 ], [ -2.829554395377889, 59.213147049541128 ], [ -2.829964061277474, 59.213139944926738 ], [ -2.829340157457861, 59.214856512921791 ], [ -2.830652747725691, 59.216831034956527 ], [ -2.830136553512675, 59.216853190529655 ], [ -2.829783728475157, 59.217399662381489 ], [ -2.830564264742288, 59.217586862433905 ], [ -2.830631559157635, 59.217905241250151 ], [ -2.829261594540775, 59.218693494522071 ], [ -2.829928036250226, 59.219014337757969 ], [ -2.829075908225866, 59.219126641672567 ], [ -2.829754544898712, 59.219300127482136 ], [ -2.828991610330441, 59.220056663073322 ], [ -2.829786069814633, 59.220382079220656 ], [ -2.829039640997181, 59.220447907571661 ], [ -2.829574303819837, 59.22082347583995 ], [ -2.828942265114097, 59.221055611470739 ], [ -2.829766065502175, 59.222011273215593 ], [ -2.829826762105164, 59.223067892928739 ], [ -2.830484841760075, 59.223401359554444 ], [ -2.829609912396422, 59.22380567884656 ], [ -2.830679329606985, 59.22390661861224 ], [ -2.830642810344307, 59.224422333548645 ], [ -2.830080425726067, 59.22449507430499 ], [ -2.830956218679987, 59.224774163766007 ], [ -2.830913753571959, 59.225189334936672 ], [ -2.828557233467241, 59.226706809287641 ], [ -2.826955801612181, 59.226852607484354 ], [ -2.825996657972831, 59.226605452270974 ], [ -2.8252441093041, 59.22591603631242 ], [ -2.824536084536855, 59.223948407222842 ], [ -2.822950076215541, 59.223566004897862 ], [ -2.82235358524402, 59.222440030035244 ], [ -2.822381518053914, 59.221635199608372 ] ] ], [ [ [ -2.905976493385825, 59.227190087387982 ], [ -2.90587709479124, 59.226282841228709 ], [ -2.905282637743901, 59.226463000143632 ], [ -2.905501724869462, 59.227258952072468 ], [ -2.903940118989941, 59.226912387255275 ], [ -2.903620413712055, 59.226417981940735 ], [ -2.904109246677703, 59.225225553518463 ], [ -2.905873018321272, 59.2259308301226 ], [ -2.906101768514563, 59.225769381932906 ], [ -2.906734529617008, 59.226240943749602 ], [ -2.906092557470011, 59.226214883861253 ], [ -2.906530449237188, 59.227266154736995 ], [ -2.905976493385825, 59.227190087387982 ] ] ], [ [ [ -2.901332994882758, 59.228643080232757 ], [ -2.90205199657489, 59.227934915202361 ], [ -2.903116817409729, 59.228246336712594 ], [ -2.903057471193003, 59.229050511834096 ], [ -2.901332994882758, 59.228643080232757 ] ] ], [ [ [ -2.709307126872369, 59.232856668280945 ], [ -2.710595171873782, 59.232098877473263 ], [ -2.710459529672299, 59.232654606270884 ], [ -2.709678846053004, 59.233035146325697 ], [ -2.709307126872369, 59.232856668280945 ] ] ], [ [ [ -2.709617578888908, 59.233375837124868 ], [ -2.709226525602113, 59.233194770213082 ], [ -2.71010188847153, 59.233237590165217 ], [ -2.709617578888908, 59.233375837124868 ] ] ], [ [ [ -2.898366537528965, 59.232378871855857 ], [ -2.897637033047523, 59.232160291809222 ], [ -2.898338300379096, 59.232238071737804 ], [ -2.898366537528965, 59.232378871855857 ] ] ], [ [ [ -2.892747435524006, 59.236439958566315 ], [ -2.892670598761551, 59.235914224450312 ], [ -2.893840408061365, 59.235677186823295 ], [ -2.893612318742738, 59.235935598294155 ], [ -2.89430516273913, 59.236090691008656 ], [ -2.894859553426412, 59.235844402911908 ], [ -2.894776338013779, 59.236414343669374 ], [ -2.89437952262629, 59.236320082413918 ], [ -2.894043866432144, 59.236754355288483 ], [ -2.894015645896885, 59.236479743759979 ], [ -2.892747435524006, 59.236439958566315 ] ] ], [ [ [ -2.831648543276608, 59.241195982088563 ], [ -2.830949719078269, 59.241075618768889 ], [ -2.830601300601995, 59.241380486437777 ], [ -2.830525992482574, 59.240374253840621 ], [ -2.830055732166986, 59.240642179827539 ], [ -2.82973723301956, 59.239870093058357 ], [ -2.829822843995714, 59.239425910525419 ], [ -2.831264841066275, 59.239403233345655 ], [ -2.830925605728165, 59.23893212844532 ], [ -2.831750477164428, 59.238544287734932 ], [ -2.830922412754277, 59.238512759606046 ], [ -2.831368364938069, 59.23825576220527 ], [ -2.830634782523972, 59.238289186041804 ], [ -2.830890172872275, 59.237763991978277 ], [ -2.830575460622976, 59.238012067432891 ], [ -2.830095999605521, 59.237179043489576 ], [ -2.829566372685227, 59.237238101225579 ], [ -2.830017811765058, 59.23655809187342 ], [ -2.828463811364079, 59.23636593716575 ], [ -2.82837481427307, 59.236670942821931 ], [ -2.828125810189451, 59.236015155848627 ], [ -2.827801396174376, 59.23622467026771 ], [ -2.828211071334833, 59.23519469347665 ], [ -2.827418531284697, 59.235034496057892 ], [ -2.827136529321563, 59.234245107609951 ], [ -2.827804946097822, 59.233984911207571 ], [ -2.827055259520803, 59.233928612736783 ], [ -2.827200082026376, 59.233178718078854 ], [ -2.826448893343209, 59.233059562234274 ], [ -2.826777151395228, 59.232792551356887 ], [ -2.826009282614977, 59.232780366986219 ], [ -2.826101261891991, 59.232090978426875 ], [ -2.826703033724298, 59.231757570603833 ], [ -2.826081711918634, 59.231210115354003 ], [ -2.826536017288902, 59.230721383945621 ], [ -2.826095948737176, 59.230784349098613 ], [ -2.82619436566049, 59.229854241831475 ], [ -2.827360352014836, 59.229666321823984 ], [ -2.829042571550705, 59.229883714879129 ], [ -2.829761268357876, 59.229316951989702 ], [ -2.833241118257481, 59.231321606433013 ], [ -2.832916077619714, 59.231717932675373 ], [ -2.833504488666532, 59.232132655097928 ], [ -2.831394780105108, 59.234085048484054 ], [ -2.83187934335857, 59.234624372874435 ], [ -2.832579944131589, 59.234751005770072 ], [ -2.83232563568236, 59.23510287294296 ], [ -2.834800549807432, 59.236261663278292 ], [ -2.835594444350194, 59.237334226580487 ], [ -2.834728773965658, 59.23827285865142 ], [ -2.832675105417648, 59.238510532934676 ], [ -2.832053722385949, 59.239192536562058 ], [ -2.831979295447242, 59.239519004655918 ], [ -2.833839166274176, 59.240745507295493 ], [ -2.833564868562465, 59.241069665021016 ], [ -2.834120634316097, 59.24157619500906 ], [ -2.83169313484786, 59.242019208356581 ], [ -2.831696936397285, 59.241743482885283 ], [ -2.831648543276608, 59.241195982088563 ] ] ], [ [ [ -2.806526939510532, 59.24345199048139 ], [ -2.80524812498673, 59.242002382711135 ], [ -2.805647713289934, 59.2422962641078 ], [ -2.805442246820339, 59.24138871319348 ], [ -2.806233539309835, 59.241494271371955 ], [ -2.806910457133935, 59.242397101688013 ], [ -2.806526939510532, 59.24345199048139 ] ] ], [ [ [ -2.979303580233712, 59.245025906556428 ], [ -2.979366742444926, 59.244477610573938 ], [ -2.976651034374784, 59.243613429920131 ], [ -2.977874922328474, 59.24264330541309 ], [ -2.978969557056629, 59.242882534416729 ], [ -2.979716779964637, 59.243540985874901 ], [ -2.980663603174488, 59.243547323401401 ], [ -2.98052441827053, 59.243278952432242 ], [ -2.981301280535072, 59.244081355283946 ], [ -2.981034024158955, 59.245152070171919 ], [ -2.980547894040236, 59.245012044213809 ], [ -2.979426780766268, 59.245348283063556 ], [ -2.979303580233712, 59.245025906556428 ] ] ], [ [ [ -2.739894542424483, 59.24775987193518 ], [ -2.739386569040498, 59.247052410733971 ], [ -2.738696741746877, 59.247094944928634 ], [ -2.737500768609935, 59.247892004210733 ], [ -2.737086895332224, 59.247805443737057 ], [ -2.737170322331985, 59.246959916384725 ], [ -2.736283147764444, 59.246712591186103 ], [ -2.736241566048419, 59.245760007066679 ], [ -2.735069084455203, 59.244636005706603 ], [ -2.731732117421812, 59.243774739181447 ], [ -2.730028336392322, 59.241485331407482 ], [ -2.729425470750495, 59.241327066114543 ], [ -2.728421023830673, 59.24181763534029 ], [ -2.728247415488998, 59.240992411488222 ], [ -2.727783489534426, 59.241101874410568 ], [ -2.726842735811723, 59.240303389272249 ], [ -2.726668663518569, 59.236900793265413 ], [ -2.725725744886924, 59.237065908389333 ], [ -2.725720216568452, 59.237465566710185 ], [ -2.724868491775519, 59.236808460858533 ], [ -2.723589654367583, 59.236836235919704 ], [ -2.723405129147054, 59.23639901915648 ], [ -2.722614255377032, 59.236460889615294 ], [ -2.721188373276766, 59.235749473772792 ], [ -2.72150526250639, 59.235153214516899 ], [ -2.720976215654194, 59.23524684997362 ], [ -2.720369006222827, 59.234459939816901 ], [ -2.71777894751572, 59.233633693986683 ], [ -2.717040643667435, 59.232273644863703 ], [ -2.717258976609531, 59.231404935142216 ], [ -2.720707099897878, 59.229719112427063 ], [ -2.724241979501699, 59.228918181357926 ], [ -2.729291119971314, 59.228716644759402 ], [ -2.729750039644194, 59.228380897424337 ], [ -2.729746592204832, 59.228875737269831 ], [ -2.730728678306362, 59.228669061974983 ], [ -2.730892568278953, 59.228876486549829 ], [ -2.731303225489378, 59.228578722632257 ], [ -2.731260899436636, 59.228811553234102 ], [ -2.732183731172108, 59.228865631970216 ], [ -2.735187923947145, 59.230045773638849 ], [ -2.742092032005174, 59.231500905433847 ], [ -2.746437679523678, 59.233655586236431 ], [ -2.747947280574532, 59.236489216314702 ], [ -2.747956348575244, 59.237543464830438 ], [ -2.747488353673279, 59.238743243924937 ], [ -2.745388020633717, 59.239761999824616 ], [ -2.745045912164066, 59.240309968427368 ], [ -2.745510249911417, 59.240543492913787 ], [ -2.745378707618518, 59.241101929954119 ], [ -2.747071091261099, 59.241462214781862 ], [ -2.746633829944157, 59.242708511387619 ], [ -2.746214023265127, 59.243471560338904 ], [ -2.745223044369784, 59.244008880583927 ], [ -2.744721053430311, 59.245346242712579 ], [ -2.743255700125049, 59.246081136709911 ], [ -2.742678003895625, 59.24579706304592 ], [ -2.742219166022655, 59.245980187488719 ], [ -2.740690224584289, 59.247989732784141 ], [ -2.739894542424483, 59.24775987193518 ] ] ], [ [ [ -2.975391259005709, 59.247686628711605 ], [ -2.975354704711223, 59.247327676510757 ], [ -2.97577975319213, 59.247477160638496 ], [ -2.975657990490999, 59.247204163740655 ], [ -2.976341216896201, 59.247185567611218 ], [ -2.97626831278772, 59.246781985071109 ], [ -2.9769932954569, 59.246691226878035 ], [ -2.977148377606899, 59.2462904229156 ], [ -2.97782884389185, 59.246788227573063 ], [ -2.978324154353353, 59.246636323223854 ], [ -2.977924310341955, 59.247366762604415 ], [ -2.977641689481171, 59.246987208506624 ], [ -2.976816798304465, 59.247262823895745 ], [ -2.977838190356126, 59.247726636221323 ], [ -2.977849357950221, 59.24842255329925 ], [ -2.975391259005709, 59.247686628711605 ] ] ], [ [ [ -2.75498953777022, 59.249895802980426 ], [ -2.755624643937927, 59.248488478770156 ], [ -2.755123130100737, 59.246186119866707 ], [ -2.756426608280179, 59.244011574475827 ], [ -2.758799220025439, 59.2429425587287 ], [ -2.759470363695827, 59.241434422280911 ], [ -2.763567958949459, 59.237956563958107 ], [ -2.764134244164512, 59.235613836480219 ], [ -2.762506092619274, 59.233651288033322 ], [ -2.762802098409921, 59.231839096765661 ], [ -2.760844987133256, 59.230987540143936 ], [ -2.75787836229949, 59.23036006527245 ], [ -2.754548567897179, 59.230262679851869 ], [ -2.751789298415774, 59.230609138037657 ], [ -2.749984368544407, 59.230368106442768 ], [ -2.745081900431826, 59.228784297654684 ], [ -2.739130507416732, 59.225668822994464 ], [ -2.737180362851148, 59.225096164567255 ], [ -2.736764876693895, 59.224515689803681 ], [ -2.734654537447387, 59.223576602101481 ], [ -2.734280226941289, 59.223686481164805 ], [ -2.73368865425068, 59.223142912509239 ], [ -2.733773302593921, 59.221210746341896 ], [ -2.734824019128469, 59.219318924026581 ], [ -2.733843864834288, 59.218051932832182 ], [ -2.734640837880889, 59.216746168521802 ], [ -2.735721826654923, 59.216432027824034 ], [ -2.735862442552941, 59.215478408326987 ], [ -2.736708208943992, 59.214573779604329 ], [ -2.740379742017774, 59.212570043933816 ], [ -2.74128432040692, 59.21099421033356 ], [ -2.743500648568501, 59.209989215581139 ], [ -2.74404420964219, 59.209134759486552 ], [ -2.747943590929042, 59.208146986175976 ], [ -2.750958574817127, 59.208521153672322 ], [ -2.752952635445844, 59.209211892032258 ], [ -2.756525136714699, 59.20936986402949 ], [ -2.756865024227094, 59.208822771797102 ], [ -2.750273545157577, 59.206591616371995 ], [ -2.748701788127796, 59.205345209780617 ], [ -2.748678377512916, 59.203956067539508 ], [ -2.751650100611904, 59.200068338049867 ], [ -2.751802343665568, 59.199109241539993 ], [ -2.751429317125242, 59.199183242253923 ], [ -2.752598443083856, 59.196541607800057 ], [ -2.753541506133739, 59.195247445577138 ], [ -2.754972864483068, 59.194270145632224 ], [ -2.75601472171045, 59.194126688295782 ], [ -2.758968828182011, 59.194491142132797 ], [ -2.760025120043649, 59.194131138653802 ], [ -2.759947276314337, 59.193542473995663 ], [ -2.761497068683874, 59.19325770213738 ], [ -2.764793828408552, 59.193760111220371 ], [ -2.766220215174926, 59.192890480952137 ], [ -2.766489599081118, 59.191945042681553 ], [ -2.766220909532181, 59.191436534925529 ], [ -2.764166278540499, 59.190899025607735 ], [ -2.761867721144504, 59.189701051894978 ], [ -2.759341107188367, 59.189181499698563 ], [ -2.760783216991422, 59.187683201830026 ], [ -2.760935763430423, 59.186672901049121 ], [ -2.757066166666374, 59.182155861069127 ], [ -2.756772011682838, 59.180881445620017 ], [ -2.757331915476653, 59.179140456496114 ], [ -2.756393258634552, 59.17656941758856 ], [ -2.75605006504051, 59.171882691737686 ], [ -2.756222998512156, 59.170445701296238 ], [ -2.757992347715648, 59.167244612173647 ], [ -2.758577826409404, 59.163275395735305 ], [ -2.756916058627756, 59.158511939315197 ], [ -2.755190709441348, 59.156871361036671 ], [ -2.751345515771337, 59.15535080709251 ], [ -2.749215339866295, 59.154926659116306 ], [ -2.747277506509238, 59.155302432744151 ], [ -2.74786669541755, 59.155540617526526 ], [ -2.747368062593633, 59.155606351488323 ], [ -2.746998594513044, 59.15526093070514 ], [ -2.745494472715854, 59.155240835394025 ], [ -2.741564599996416, 59.153818367590652 ], [ -2.739288023921109, 59.151379664305956 ], [ -2.739546815725821, 59.149761696426239 ], [ -2.739065017246861, 59.1476055206792 ], [ -2.742500464814962, 59.14335070298371 ], [ -2.74518057255941, 59.143138676006657 ], [ -2.751869569203643, 59.143774555294996 ], [ -2.753999321404288, 59.144368392812588 ], [ -2.755154015190299, 59.145448328994974 ], [ -2.756245373550516, 59.145635059458819 ], [ -2.757929757909812, 59.144893324194911 ], [ -2.765703636037867, 59.143675753524498 ], [ -2.769979996128321, 59.144500027308268 ], [ -2.772243189403278, 59.14456112623958 ], [ -2.775098490676791, 59.143752027947023 ], [ -2.775963330239256, 59.14288652405471 ], [ -2.778026639076815, 59.142153935465835 ], [ -2.779891077762579, 59.140827096049364 ], [ -2.782371928361669, 59.140326321926075 ], [ -2.784301353660755, 59.138796064975764 ], [ -2.788276136514581, 59.138064323592104 ], [ -2.790106752946594, 59.138481570679488 ], [ -2.790798943256614, 59.139093425188953 ], [ -2.79120436599336, 59.140682315897152 ], [ -2.790368094021623, 59.14246466727348 ], [ -2.790660617497032, 59.142946939965078 ], [ -2.791329936064591, 59.142866527708541 ], [ -2.790392178688712, 59.144191487133057 ], [ -2.791337930624336, 59.144272838671853 ], [ -2.789645393008135, 59.146297486646226 ], [ -2.790990916118427, 59.147111020834224 ], [ -2.792250938431944, 59.147247927081409 ], [ -2.793753868483696, 59.148060472523518 ], [ -2.793824565833511, 59.148773098542598 ], [ -2.79455623322996, 59.149190711278955 ], [ -2.79476803161726, 59.150936138079999 ], [ -2.795798590473603, 59.151423759057245 ], [ -2.796597387049883, 59.152695002149422 ], [ -2.796511629739177, 59.154571570675913 ], [ -2.794783500867973, 59.15597504433179 ], [ -2.794813051862165, 59.157927239582243 ], [ -2.793991794618762, 59.158707285561789 ], [ -2.794390150316775, 59.159974702016171 ], [ -2.797397562158976, 59.161685931759123 ], [ -2.797067274205169, 59.162673126996566 ], [ -2.798233985628754, 59.16313295209364 ], [ -2.798838582940355, 59.164235641095701 ], [ -2.800069324014838, 59.164812701548485 ], [ -2.803482494469824, 59.166194399740185 ], [ -2.806574716240388, 59.166562299793448 ], [ -2.807122032427257, 59.166185308688227 ], [ -2.810079548067796, 59.167215830599652 ], [ -2.812012235834524, 59.168983714116195 ], [ -2.813656865632316, 59.171945095350665 ], [ -2.814829521577641, 59.172631944150183 ], [ -2.818318841629248, 59.173189260419477 ], [ -2.820423051948882, 59.173175990097825 ], [ -2.822116050353763, 59.172357036362087 ], [ -2.822953880519751, 59.171260591579077 ], [ -2.823675606948601, 59.171375459633708 ], [ -2.824166071226936, 59.173292397352554 ], [ -2.824574913193654, 59.173198201328873 ], [ -2.825377996672923, 59.174581499634748 ], [ -2.82563498559059, 59.174356250404387 ], [ -2.825463681916394, 59.174870129917203 ], [ -2.826366807008422, 59.175973490487941 ], [ -2.826567158027396, 59.175793502580078 ], [ -2.82676144747405, 59.179419521178055 ], [ -2.825648703729795, 59.180946109145744 ], [ -2.826006218314144, 59.182129272278857 ], [ -2.825648704259526, 59.183194843608341 ], [ -2.825786560859353, 59.18412166020579 ], [ -2.826173272414509, 59.183178038768958 ], [ -2.826178230846967, 59.184615796026769 ], [ -2.826288271478415, 59.184897086161563 ], [ -2.826426213601278, 59.184594461977795 ], [ -2.826623301898392, 59.184784494515213 ], [ -2.827310243987353, 59.186922886031773 ], [ -2.826599823973215, 59.187507550988578 ], [ -2.827539265808586, 59.187347106615739 ], [ -2.827700926268979, 59.187880420643516 ], [ -2.82590998315015, 59.192208769022955 ], [ -2.825144110811826, 59.192677030169307 ], [ -2.825009309259812, 59.193547203458159 ], [ -2.824913374788634, 59.193125726383954 ], [ -2.823488350794686, 59.194645291528616 ], [ -2.822253293166397, 59.19387719116358 ], [ -2.82225632229846, 59.192983607290628 ], [ -2.820903623194022, 59.19154000301635 ], [ -2.820746293478264, 59.189432362972724 ], [ -2.819317191277679, 59.188005389731828 ], [ -2.818560256556035, 59.187603340449328 ], [ -2.814422239618063, 59.187279994894688 ], [ -2.809241751358889, 59.186090104529633 ], [ -2.808064379184057, 59.186181847914078 ], [ -2.803795595140957, 59.184600804289168 ], [ -2.802977541366936, 59.183447371714173 ], [ -2.801107314501156, 59.183466099197375 ], [ -2.791314826019464, 59.185285384861977 ], [ -2.787342290024276, 59.186730232749547 ], [ -2.785504731002273, 59.186807808514395 ], [ -2.782343832588324, 59.18802218249072 ], [ -2.77987080667963, 59.189478418585452 ], [ -2.778021234266866, 59.191343979110371 ], [ -2.777302188964065, 59.193053679397018 ], [ -2.777672980610858, 59.193656747264846 ], [ -2.780712093581318, 59.194515923057246 ], [ -2.779749188251476, 59.195892128091629 ], [ -2.776996600493793, 59.196862340882397 ], [ -2.776315502246747, 59.197474390205173 ], [ -2.776714995269135, 59.198877451257864 ], [ -2.776514056681452, 59.200591231938873 ], [ -2.776109498659892, 59.20074003001826 ], [ -2.776597833054792, 59.202584400520848 ], [ -2.77615749433078, 59.203086345584232 ], [ -2.777009751322273, 59.204299906613443 ], [ -2.777291565522359, 59.207145934103913 ], [ -2.777939663536099, 59.208231390327981 ], [ -2.783033968555252, 59.20961254017206 ], [ -2.785434553835552, 59.211806361796832 ], [ -2.79023533180826, 59.213333590741939 ], [ -2.791017988880293, 59.213928728320361 ], [ -2.788196118892984, 59.219235369267366 ], [ -2.787603362385776, 59.221714878248676 ], [ -2.787009831793253, 59.222034584310968 ], [ -2.78751458392811, 59.222347641309675 ], [ -2.78672474853696, 59.222359606341534 ], [ -2.786388112464152, 59.223565923750257 ], [ -2.785368224860994, 59.22386036005436 ], [ -2.782975614518306, 59.227709445648905 ], [ -2.783533924118335, 59.228904076899966 ], [ -2.785458257833502, 59.229377414690283 ], [ -2.789309926227401, 59.231129534853501 ], [ -2.790362190495275, 59.234347131033005 ], [ -2.789872879924239, 59.235998915562284 ], [ -2.788362506662185, 59.237837396944506 ], [ -2.783999698249208, 59.240189700504928 ], [ -2.777958440068923, 59.242529451459909 ], [ -2.77514694253839, 59.24315690329221 ], [ -2.773924060419699, 59.243883516410712 ], [ -2.771605537050853, 59.243992480803534 ], [ -2.768352456899003, 59.244950188518416 ], [ -2.764945908950331, 59.24712556317462 ], [ -2.760570719239352, 59.249283163138159 ], [ -2.759260789476677, 59.250376545221648 ], [ -2.756933994251775, 59.249818050434534 ], [ -2.754668739126914, 59.250453551019532 ], [ -2.75498953777022, 59.249895802980426 ] ] ], [ [ [ -2.755015555227851, 59.251389092988006 ], [ -2.755201176199956, 59.250665093358691 ], [ -2.755675054294876, 59.250765616651258 ], [ -2.755015555227851, 59.251389092988006 ] ] ], [ [ [ -2.755908313618656, 59.250451743663255 ], [ -2.756645341524118, 59.25040076159295 ], [ -2.755655254898678, 59.251534454113006 ], [ -2.755908313618656, 59.250451743663255 ] ] ], [ [ [ -2.753692902483716, 59.252791417254087 ], [ -2.753837747229628, 59.252363111187442 ], [ -2.754032577429577, 59.25253081379357 ], [ -2.753692902483716, 59.252791417254087 ] ] ], [ [ [ -2.979775039224653, 59.257727291277455 ], [ -2.979228117544946, 59.257430556162369 ], [ -2.97992686221361, 59.257639933911086 ], [ -2.979775039224653, 59.257727291277455 ] ] ], [ [ [ -2.976859119134965, 59.258667033982192 ], [ -2.97615945762538, 59.257873904908045 ], [ -2.976465929965126, 59.25798116951772 ], [ -2.977112416562963, 59.257100704212881 ], [ -2.977639359187967, 59.257741556919257 ], [ -2.976859119134965, 59.258667033982192 ] ] ], [ [ [ -2.981869418694322, 59.258350030280077 ], [ -2.982079256438557, 59.257841040179379 ], [ -2.98307049246019, 59.257853313398577 ], [ -2.983368036368476, 59.258197718514488 ], [ -2.982821307310351, 59.258822411631115 ], [ -2.981869418694322, 59.258350030280077 ] ] ], [ [ [ -2.977962380603083, 59.258426149155646 ], [ -2.978143512024197, 59.257709030440743 ], [ -2.97959693822867, 59.257998949538646 ], [ -2.978958585516738, 59.257510715666662 ], [ -2.98011359972669, 59.25821867747684 ], [ -2.979548019442512, 59.258310946206528 ], [ -2.979515687234993, 59.258101042437858 ], [ -2.97904106912749, 59.259468773959647 ], [ -2.978233213780781, 59.259308707044163 ], [ -2.977962380603083, 59.258426149155646 ] ] ], [ [ [ -2.906739199228072, 59.260082421004419 ], [ -2.906953079194389, 59.259551077891828 ], [ -2.907159627481024, 59.259733739659566 ], [ -2.906739199228072, 59.260082421004419 ] ] ], [ [ [ -2.987970027560667, 59.262075733865167 ], [ -2.986951315632286, 59.261481759511184 ], [ -2.987623288856536, 59.261670643970454 ], [ -2.987970027560667, 59.262075733865167 ] ] ], [ [ [ -2.978871673466099, 59.26285664824227 ], [ -2.979810603221449, 59.261897634979086 ], [ -2.979113738641464, 59.263529273412146 ], [ -2.978871673466099, 59.26285664824227 ] ] ], [ [ [ -2.871242713846045, 59.270317507379836 ], [ -2.871471321597562, 59.269720569869627 ], [ -2.872055454613578, 59.269992359050825 ], [ -2.871242713846045, 59.270317507379836 ] ] ], [ [ [ -2.551564912864106, 59.272243425666844 ], [ -2.552605225206064, 59.271373321502296 ], [ -2.552428940747608, 59.271862592801995 ], [ -2.551564912864106, 59.272243425666844 ] ] ], [ [ [ -2.945574858358125, 59.276015111415667 ], [ -2.946375059450751, 59.275890752971279 ], [ -2.946293022529355, 59.276412223007888 ], [ -2.94596320903927, 59.276225129776527 ], [ -2.945574858358125, 59.276015111415667 ] ] ], [ [ [ -2.390401355060499, 59.280601627920191 ], [ -2.391288824731177, 59.280254127407218 ], [ -2.391337723304776, 59.280844870272411 ], [ -2.390401355060499, 59.280601627920191 ] ] ], [ [ [ -2.374463715181263, 59.277550330525898 ], [ -2.373780829907471, 59.276721635763018 ], [ -2.376297141038496, 59.276100146143875 ], [ -2.376783273260068, 59.276268463229968 ], [ -2.37658849995792, 59.276585126092982 ], [ -2.377579632828249, 59.276722343597207 ], [ -2.379334863106615, 59.276302359106616 ], [ -2.380552889222156, 59.276645434494206 ], [ -2.382830150545208, 59.276466337687715 ], [ -2.384537957859514, 59.276982147940487 ], [ -2.385673707570245, 59.277955820981042 ], [ -2.388376935306956, 59.278658107262018 ], [ -2.386438724559599, 59.279191008006187 ], [ -2.382520851340634, 59.279237604545976 ], [ -2.380619375424697, 59.279771208432422 ], [ -2.379269778130043, 59.280860840492686 ], [ -2.37702326803228, 59.281151138264114 ], [ -2.375299181719448, 59.28075920168228 ], [ -2.374691873151249, 59.279310668304468 ], [ -2.374463715181263, 59.277550330525898 ] ] ], [ [ [ -2.384622954159419, 59.281249234587477 ], [ -2.386132429976641, 59.280654773388463 ], [ -2.388348430222375, 59.28077659533087 ], [ -2.385989862387143, 59.281546918816531 ], [ -2.384622954159419, 59.281249234587477 ] ] ], [ [ [ -2.947891885513646, 59.278948381706257 ], [ -2.94818377750407, 59.278527761122398 ], [ -2.947441127817445, 59.278578070807598 ], [ -2.947858904226074, 59.278266995872997 ], [ -2.948491783864939, 59.278308187425239 ], [ -2.948825253134794, 59.279508257123041 ], [ -2.947891885513646, 59.278948381706257 ] ] ], [ [ [ -2.881706701887093, 59.291384443599071 ], [ -2.88165407587089, 59.290503814503353 ], [ -2.882468461482956, 59.289752917682847 ], [ -2.882708214720921, 59.290131167189749 ], [ -2.88292739902021, 59.289783034416892 ], [ -2.883328623729725, 59.290837316473535 ], [ -2.883139268433972, 59.290439867280767 ], [ -2.883054110919596, 59.290743985211442 ], [ -2.882790350434536, 59.29059130928011 ], [ -2.883019073261118, 59.29108548124163 ], [ -2.882201695380039, 59.291043424862949 ], [ -2.882326555182761, 59.291526626964405 ], [ -2.881706701887093, 59.291384443599071 ] ] ], [ [ [ -2.527893585536439, 59.296341980582596 ], [ -2.527744975403966, 59.295815448177201 ], [ -2.528073884126079, 59.295967675257437 ], [ -2.52826030750487, 59.295762171640078 ], [ -2.528395271553789, 59.296200753386202 ], [ -2.527893585536439, 59.296341980582596 ] ] ], [ [ [ -2.528527423740224, 59.297136846664671 ], [ -2.528273746635401, 59.296402401838805 ], [ -2.528560487966416, 59.296552104720654 ], [ -2.528527423740224, 59.297136846664671 ] ] ], [ [ [ -2.879101462959238, 59.295463029382525 ], [ -2.87897627476426, 59.294489492887827 ], [ -2.879514182434843, 59.294651999891556 ], [ -2.879688908815873, 59.294415531236609 ], [ -2.880164289716491, 59.294943963319767 ], [ -2.879101462959238, 59.295463029382525 ] ] ], [ [ [ -2.876157070882279, 59.297438818455632 ], [ -2.875661325440468, 59.296731797673978 ], [ -2.875854730778725, 59.296400913874798 ], [ -2.87640847584107, 59.296632476825451 ], [ -2.876020556412543, 59.295885217597409 ], [ -2.876449244069214, 59.296033205109445 ], [ -2.876353575329684, 59.29572671683664 ], [ -2.877014067895614, 59.295876734579295 ], [ -2.877457415561229, 59.295639357820463 ], [ -2.87880263632642, 59.295857492965524 ], [ -2.879009461573409, 59.296320387586007 ], [ -2.878557271591017, 59.296214775217329 ], [ -2.878521446988084, 59.296595788920264 ], [ -2.877147657791287, 59.296769391713966 ], [ -2.877213563153222, 59.297078774023348 ], [ -2.876290397992852, 59.296888316724186 ], [ -2.876157070882279, 59.297438818455632 ] ] ], [ [ [ -2.566693101495121, 59.299355191855454 ], [ -2.567223814101418, 59.299171481742931 ], [ -2.568056670524919, 59.299207364076864 ], [ -2.56706848887402, 59.299860937523611 ], [ -2.566693101495121, 59.299355191855454 ] ] ], [ [ [ -2.52265421254364, 59.300088079882485 ], [ -2.522749279597893, 59.299646773342992 ], [ -2.523127313824416, 59.300024217196423 ], [ -2.52265421254364, 59.300088079882485 ] ] ], [ [ [ -2.522816800800112, 59.300499615676635 ], [ -2.523229377765747, 59.300153121174915 ], [ -2.523695002182696, 59.3006307889924 ], [ -2.523211378482646, 59.300924587586792 ], [ -2.522816800800112, 59.300499615676635 ] ] ], [ [ [ -2.614787859789096, 59.296576759400011 ], [ -2.615845236876019, 59.296407425111532 ], [ -2.616271387769209, 59.296769107749874 ], [ -2.616149119491995, 59.297580599717818 ], [ -2.615550390407543, 59.297773811771393 ], [ -2.616119009458775, 59.297857332769283 ], [ -2.615788441413019, 59.298219002906563 ], [ -2.616897919231777, 59.29879117951856 ], [ -2.618251841497979, 59.300640070712966 ], [ -2.61466569292197, 59.29836888862237 ], [ -2.61431695479452, 59.297918829566051 ], [ -2.614787859789096, 59.296576759400011 ] ] ], [ [ [ -2.522217856960883, 59.301861612039119 ], [ -2.521389252902432, 59.301530871091863 ], [ -2.521790868022965, 59.301154790700863 ], [ -2.522313864087154, 59.301366421361088 ], [ -2.52206126604491, 59.300695719846189 ], [ -2.522567859191408, 59.300410813495702 ], [ -2.522912491330978, 59.301585828382521 ], [ -2.522313189149149, 59.301551414929136 ], [ -2.522217856960883, 59.301861612039119 ] ] ], [ [ [ -2.618663114849854, 59.302691891742256 ], [ -2.619360410705914, 59.302604163496518 ], [ -2.622867121176556, 59.303754866905862 ], [ -2.622019935038311, 59.303809205025686 ], [ -2.622501728665575, 59.30422807494584 ], [ -2.621930515266562, 59.304874684917344 ], [ -2.620310005946321, 59.306149520316112 ], [ -2.618779899886847, 59.306703693179017 ], [ -2.617004069714539, 59.305621023186674 ], [ -2.617430708134131, 59.303871453389647 ], [ -2.618663114849854, 59.302691891742256 ] ] ], [ [ [ -2.566102565536222, 59.306610144032504 ], [ -2.564831085640723, 59.306081344770625 ], [ -2.565917257854663, 59.306344238515479 ], [ -2.567208267923427, 59.306251514837399 ], [ -2.566910891750762, 59.306955058398046 ], [ -2.566232523180073, 59.307032544762805 ], [ -2.5657009479527, 59.307066285298681 ], [ -2.566102565536222, 59.306610144032504 ] ] ], [ [ [ -2.522723176857433, 59.307899623088815 ], [ -2.521649464776336, 59.307514190432727 ], [ -2.522125205687836, 59.307386562231031 ], [ -2.521475545853662, 59.306937464538862 ], [ -2.52201863448693, 59.30719391662285 ], [ -2.521916804273126, 59.306852181749854 ], [ -2.523618724847236, 59.306976460209263 ], [ -2.524862914225653, 59.307597367249222 ], [ -2.523654974061674, 59.307963230919221 ], [ -2.522750550094719, 59.307737870874249 ], [ -2.523055122573373, 59.308129079734002 ], [ -2.522723176857433, 59.307899623088815 ] ] ], [ [ [ -2.562184231560489, 59.308829051396479 ], [ -2.562114700909767, 59.308340830936331 ], [ -2.561452655168748, 59.308878005870532 ], [ -2.560984389685862, 59.308598944697295 ], [ -2.561230845905925, 59.30767472276996 ], [ -2.56442987533557, 59.307516317928794 ], [ -2.564708620898532, 59.308863031622138 ], [ -2.563632845982996, 59.309020354112057 ], [ -2.562184231560489, 59.308829051396479 ] ] ], [ [ [ -2.560893405259039, 59.310112492730724 ], [ -2.560855117990096, 59.309600788786511 ], [ -2.561719426959865, 59.30971829624324 ], [ -2.56227387501093, 59.309258813946336 ], [ -2.562487389046855, 59.310063412039071 ], [ -2.561725497468741, 59.310512115760474 ], [ -2.561632395790072, 59.310191925726997 ], [ -2.560893405259039, 59.310112492730724 ] ] ], [ [ [ -3.02856966707733, 59.308197575517546 ], [ -3.028978463047205, 59.307834223093494 ], [ -3.029823422347473, 59.308013445052985 ], [ -3.02856966707733, 59.308197575517546 ] ] ], [ [ [ -2.417963945640005, 59.290273807772735 ], [ -2.416647118719101, 59.287520242947537 ], [ -2.410299119866946, 59.283047665865205 ], [ -2.405057431694067, 59.280866654254986 ], [ -2.40061176573785, 59.280067715267371 ], [ -2.397708757228864, 59.280020941871442 ], [ -2.390421837612807, 59.27871305351136 ], [ -2.397176992115336, 59.277907753436061 ], [ -2.398789517789315, 59.277303849887232 ], [ -2.400083516613521, 59.276176467978601 ], [ -2.401078672892816, 59.276499382507701 ], [ -2.404945725235396, 59.279292790817976 ], [ -2.408096525405942, 59.279374546470663 ], [ -2.409410464589176, 59.279049830334493 ], [ -2.411441103031295, 59.277772742257518 ], [ -2.41938552602428, 59.276420124935186 ], [ -2.42296563647335, 59.27505972618038 ], [ -2.424943909935537, 59.276397604861479 ], [ -2.424613971119913, 59.277096436460745 ], [ -2.425037365985725, 59.279108395279714 ], [ -2.425711221947378, 59.279812927564763 ], [ -2.425480792782524, 59.281034077697456 ], [ -2.426220253725423, 59.281788681364091 ], [ -2.432011429881423, 59.283310575687814 ], [ -2.436439616906594, 59.283612801442438 ], [ -2.447070905340636, 59.283306420268133 ], [ -2.451050153376076, 59.282430601074495 ], [ -2.455322096354, 59.281936189446888 ], [ -2.457513967647055, 59.281281036831246 ], [ -2.462668093518526, 59.281412786841443 ], [ -2.466614197988823, 59.280981124751783 ], [ -2.473246061578035, 59.279353329791 ], [ -2.479048435875979, 59.277055638018666 ], [ -2.482713415613208, 59.274912006274668 ], [ -2.484684728084395, 59.273003581918935 ], [ -2.486083883852109, 59.269863391221143 ], [ -2.485731262468917, 59.268261749359354 ], [ -2.490570600387292, 59.265052943789655 ], [ -2.493028004448891, 59.261774873933128 ], [ -2.494867969887793, 59.260333755167437 ], [ -2.496343216903901, 59.25951004181892 ], [ -2.499034825377139, 59.259241117305351 ], [ -2.500326179147226, 59.258324669579217 ], [ -2.506121963212551, 59.252043958378074 ], [ -2.511797924026718, 59.247149993223374 ], [ -2.516893556043383, 59.243512616284974 ], [ -2.519306170746064, 59.240207266581251 ], [ -2.520033827350109, 59.237346852223105 ], [ -2.51966035011803, 59.235838768902376 ], [ -2.518437389932626, 59.233897634147205 ], [ -2.5154835925702, 59.231863679214264 ], [ -2.512909992013805, 59.230853700824909 ], [ -2.511183497591252, 59.230587499770969 ], [ -2.510272198591735, 59.230814686383674 ], [ -2.509668412823666, 59.232274544881868 ], [ -2.508954917185104, 59.232138145634337 ], [ -2.507983861827834, 59.232475108604639 ], [ -2.506545372649187, 59.232489699691229 ], [ -2.504851646743754, 59.232071521200929 ], [ -2.505351939366494, 59.229761660359102 ], [ -2.504445366886456, 59.228648938019568 ], [ -2.502992213985836, 59.227894839702934 ], [ -2.506149707381056, 59.227548523578982 ], [ -2.506804701057679, 59.22587475141664 ], [ -2.505824690565752, 59.223939734935726 ], [ -2.507247269544068, 59.222995758515196 ], [ -2.510527873820843, 59.223300819650774 ], [ -2.511062886318383, 59.223931824750728 ], [ -2.510522643993652, 59.225647376104575 ], [ -2.511923571627951, 59.226653042940889 ], [ -2.515756875711283, 59.22768050111803 ], [ -2.517098634511985, 59.228812968495404 ], [ -2.518103951038038, 59.230978591759566 ], [ -2.52213947606504, 59.232007751216294 ], [ -2.522207983961014, 59.233050081282805 ], [ -2.523879921302817, 59.233972811322523 ], [ -2.521181640466843, 59.235843457904458 ], [ -2.522160388328491, 59.237501772353745 ], [ -2.52088890239696, 59.236299030178998 ], [ -2.520555384352386, 59.236494338383203 ], [ -2.52139038132314, 59.237462654303229 ], [ -2.52069970623643, 59.237913534445696 ], [ -2.519197554348277, 59.242631461411058 ], [ -2.518025143673906, 59.24345872359185 ], [ -2.516525483236983, 59.24560107994661 ], [ -2.515590960289005, 59.245939749181744 ], [ -2.515717827377889, 59.246446628175434 ], [ -2.514682457943928, 59.246726421142085 ], [ -2.514652882372182, 59.247555411396803 ], [ -2.513679017134433, 59.247847525180248 ], [ -2.513296851092919, 59.249248149704989 ], [ -2.512924842099812, 59.248643453155573 ], [ -2.512251292011974, 59.25072502417661 ], [ -2.511472681845637, 59.250949898583499 ], [ -2.510843719531065, 59.252270663146852 ], [ -2.511145880018788, 59.253245623913031 ], [ -2.512478771405275, 59.253964184391286 ], [ -2.521212832099194, 59.257289879294717 ], [ -2.523473458892751, 59.257757652594123 ], [ -2.526153818427948, 59.257805212776297 ], [ -2.527626094925397, 59.257071854473267 ], [ -2.529351982738398, 59.257317188099051 ], [ -2.530824475480062, 59.257054355256678 ], [ -2.530972072319698, 59.256734955703621 ], [ -2.531944151649008, 59.256771396094187 ], [ -2.530871919302736, 59.256609641484765 ], [ -2.530509975087862, 59.256113614301555 ], [ -2.533254178787223, 59.253296978443117 ], [ -2.533409012249723, 59.252545597906398 ], [ -2.535240332325829, 59.251475717253456 ], [ -2.536859648957412, 59.250868268627585 ], [ -2.537477573197087, 59.251027361209928 ], [ -2.537136148297279, 59.250834798559652 ], [ -2.538255823100776, 59.250567948556977 ], [ -2.537872667581528, 59.249841237361053 ], [ -2.536100955416843, 59.249448930503505 ], [ -2.535383473412873, 59.248864578761946 ], [ -2.534493285213787, 59.249229243982683 ], [ -2.53358334659344, 59.24878037624508 ], [ -2.532784712441345, 59.248946191374685 ], [ -2.527937220673895, 59.248618419110869 ], [ -2.526770180334263, 59.247748476951635 ], [ -2.529136502792071, 59.246022753777794 ], [ -2.528617228903676, 59.24486731453019 ], [ -2.528986267626269, 59.243455021420502 ], [ -2.530215195979019, 59.241882070697052 ], [ -2.531941418328543, 59.241184443301691 ], [ -2.532511667045063, 59.239760539625713 ], [ -2.531759588513192, 59.238288164454808 ], [ -2.530788550431631, 59.238510350389546 ], [ -2.529245687621774, 59.23802631685399 ], [ -2.528807463371662, 59.23836216384008 ], [ -2.525826813618076, 59.238405678763392 ], [ -2.52554347310616, 59.238899838419172 ], [ -2.524284702691533, 59.238878875761003 ], [ -2.524812965666521, 59.237783851652487 ], [ -2.526946463817891, 59.236908633286056 ], [ -2.528520430369899, 59.237142917124643 ], [ -2.533916795858714, 59.23714512354362 ], [ -2.535827440925716, 59.236604738244168 ], [ -2.537931118168183, 59.234860174224039 ], [ -2.54006404534489, 59.234978854324247 ], [ -2.540102502206272, 59.235748301387282 ], [ -2.544251000002128, 59.237630329437472 ], [ -2.549730183553065, 59.238634627101362 ], [ -2.553474997145798, 59.238698670275085 ], [ -2.557182718440266, 59.238314650138129 ], [ -2.561437904348941, 59.237654264400646 ], [ -2.565366849623345, 59.236565003096345 ], [ -2.568012167373378, 59.235339346291561 ], [ -2.569346841224866, 59.233927201274405 ], [ -2.568093711806358, 59.231918407276382 ], [ -2.568110545933698, 59.228927006057248 ], [ -2.56731544831645, 59.227368807729903 ], [ -2.568172184176821, 59.223151521718769 ], [ -2.569337127647146, 59.221149211748816 ], [ -2.570220688328614, 59.220768168110162 ], [ -2.571119616807304, 59.220678910158114 ], [ -2.573446314971228, 59.221115888063004 ], [ -2.5770308272692, 59.223312773219071 ], [ -2.578045310349606, 59.223009223932202 ], [ -2.577929348834995, 59.22350724723718 ], [ -2.58112368872846, 59.225600684443215 ], [ -2.580360188966833, 59.227480075393878 ], [ -2.578168269211256, 59.229964803848318 ], [ -2.57981138184569, 59.231379964670488 ], [ -2.579426970810089, 59.233510901070545 ], [ -2.579786753096541, 59.234884177480573 ], [ -2.576600758336231, 59.23748375980081 ], [ -2.573689642080843, 59.238215951335981 ], [ -2.575200451376763, 59.23748726576774 ], [ -2.570181633410295, 59.235223886622805 ], [ -2.5693507079884, 59.235420602302632 ], [ -2.568709424422476, 59.236166075612566 ], [ -2.565771439371667, 59.237289746732621 ], [ -2.561594100930892, 59.237986757522215 ], [ -2.560768913076061, 59.238539909259252 ], [ -2.560730544281382, 59.239085175984016 ], [ -2.562163944011357, 59.240342510289736 ], [ -2.566799223313728, 59.241980149642266 ], [ -2.567250906989009, 59.243318034297175 ], [ -2.569253653295219, 59.24400166298134 ], [ -2.570195372836579, 59.244968303783715 ], [ -2.572616519280696, 59.244771777749449 ], [ -2.574115311453126, 59.24393539623788 ], [ -2.576448055903856, 59.243492231664959 ], [ -2.579277960332835, 59.242393049134719 ], [ -2.579699379821216, 59.241196796915922 ], [ -2.576315973295716, 59.240340745797035 ], [ -2.582345530425745, 59.241262207683143 ], [ -2.58705322570469, 59.241644260958658 ], [ -2.588339797744551, 59.241439086338147 ], [ -2.591095939994516, 59.238338275323223 ], [ -2.59576842147768, 59.235915630934691 ], [ -2.598818239956326, 59.233436536900669 ], [ -2.599636168865678, 59.231513680427419 ], [ -2.598589211465728, 59.231367634399277 ], [ -2.599774376195007, 59.231301108248175 ], [ -2.597528231125552, 59.231020485887527 ], [ -2.599767734096978, 59.231122431063312 ], [ -2.600798604404305, 59.229756260409737 ], [ -2.602019614637651, 59.22924143122065 ], [ -2.605184431709776, 59.229554523405696 ], [ -2.606489121264597, 59.231190942261996 ], [ -2.606153533769084, 59.231733120640612 ], [ -2.603950235735413, 59.232592008582053 ], [ -2.602667973577778, 59.235202240962337 ], [ -2.604309918785019, 59.236182454427585 ], [ -2.607501963770015, 59.237299101396857 ], [ -2.614516059636296, 59.238468614351589 ], [ -2.618089524281877, 59.238645657505629 ], [ -2.624989758314823, 59.23844295853182 ], [ -2.630759680452978, 59.237589816911409 ], [ -2.634800868939707, 59.236151268073293 ], [ -2.636120866633246, 59.236167270011002 ], [ -2.638688934021755, 59.23403982038451 ], [ -2.637989722467688, 59.233666078572014 ], [ -2.638713250786602, 59.231591665339998 ], [ -2.639979352675722, 59.230704471585078 ], [ -2.639718446639725, 59.230340255927338 ], [ -2.640677997358302, 59.229274955935153 ], [ -2.641631858372672, 59.22884278982449 ], [ -2.642250975632547, 59.225891490900018 ], [ -2.641773499267651, 59.225936055679966 ], [ -2.641766083014421, 59.225074878242864 ], [ -2.643170777811057, 59.22440069950374 ], [ -2.64243955766791, 59.224366596549977 ], [ -2.642250396996097, 59.223996643023966 ], [ -2.642962149021802, 59.22281041535161 ], [ -2.642725988947564, 59.221618095705871 ], [ -2.645700764386749, 59.220142256333105 ], [ -2.646898862889414, 59.218100456708633 ], [ -2.651640907279857, 59.21719670342646 ], [ -2.656016539181821, 59.213459525672818 ], [ -2.656074298433943, 59.212545033242236 ], [ -2.653955380126547, 59.21081890618786 ], [ -2.653880935950133, 59.210314584125342 ], [ -2.655596520077895, 59.210097599700092 ], [ -2.656299847357102, 59.211065726781698 ], [ -2.657431958718211, 59.211378809902811 ], [ -2.660720743148873, 59.211368424033402 ], [ -2.664986963795596, 59.210287886886547 ], [ -2.668347544442989, 59.208580546996807 ], [ -2.668157314843418, 59.208165733221819 ], [ -2.669079964272961, 59.20770747870116 ], [ -2.669382760668719, 59.206626477945164 ], [ -2.670573943551217, 59.2057564259133 ], [ -2.670322430310564, 59.20507431568798 ], [ -2.67307397364358, 59.202797937940652 ], [ -2.672840725011584, 59.201710721885561 ], [ -2.673492904388336, 59.200865881494757 ], [ -2.671683416892566, 59.199749102926418 ], [ -2.672923270031102, 59.198520458094116 ], [ -2.672498860212604, 59.197770097282586 ], [ -2.674501495496652, 59.195812769309192 ], [ -2.675535125951489, 59.19558827928779 ], [ -2.675992362787776, 59.194986010949044 ], [ -2.676074518789739, 59.194005821326968 ], [ -2.674349059958517, 59.19305298391911 ], [ -2.674609066716601, 59.192035950502657 ], [ -2.673756985520242, 59.191697319064019 ], [ -2.673856934778088, 59.191351055154172 ], [ -2.675048911519619, 59.190997327421023 ], [ -2.675739002048203, 59.191021580382554 ], [ -2.676175728227124, 59.191421631276214 ], [ -2.676992740123879, 59.19582496218198 ], [ -2.681392126188467, 59.203836739627413 ], [ -2.684613247841983, 59.204505918051673 ], [ -2.688171240206586, 59.204071338748598 ], [ -2.688402528792314, 59.198947689791169 ], [ -2.690630673757476, 59.19632256946992 ], [ -2.689636680132699, 59.194949353363846 ], [ -2.688474620994035, 59.191309464027718 ], [ -2.686777172672707, 59.189408309528964 ], [ -2.686085281711864, 59.186325392333735 ], [ -2.686346463275557, 59.185735795192564 ], [ -2.689826102567021, 59.184463702202308 ], [ -2.693133118571315, 59.184444308599538 ], [ -2.695022009441138, 59.184909284633932 ], [ -2.696617322902281, 59.187455676319338 ], [ -2.696654069625748, 59.188658857382677 ], [ -2.697114508833839, 59.188837793054162 ], [ -2.695347333755683, 59.189723750474833 ], [ -2.697130019720491, 59.190543991814913 ], [ -2.69841847680215, 59.190728357178628 ], [ -2.698681452738428, 59.191863866191234 ], [ -2.698022857099767, 59.190811306517872 ], [ -2.696971513106713, 59.19058166172978 ], [ -2.694971632483306, 59.1905286104558 ], [ -2.695003652617016, 59.191243281279093 ], [ -2.696790910982782, 59.192886110010114 ], [ -2.69952887972839, 59.193845778678323 ], [ -2.701159989689833, 59.195710306728486 ], [ -2.700956219244583, 59.200374041671331 ], [ -2.701759872046592, 59.204045390727615 ], [ -2.701311731984638, 59.205331110426052 ], [ -2.701529901908521, 59.207857021270627 ], [ -2.700551153672343, 59.208889657879133 ], [ -2.70053601335507, 59.211654806561576 ], [ -2.69976475844024, 59.212477972685186 ], [ -2.69903415567864, 59.214862606955435 ], [ -2.698567747101311, 59.214923486252133 ], [ -2.697665634760121, 59.21646397765452 ], [ -2.696767105251238, 59.216895364418164 ], [ -2.697178105630992, 59.217122161410792 ], [ -2.697005930280593, 59.217526304128576 ], [ -2.696511905317851, 59.21743735136419 ], [ -2.696262601416069, 59.218183161057674 ], [ -2.696842283354224, 59.219379836056142 ], [ -2.695737069285371, 59.221107294602518 ], [ -2.693266833672072, 59.221876636000829 ], [ -2.692683829050241, 59.221635476395342 ], [ -2.691188433118835, 59.221669476538793 ], [ -2.690416471117294, 59.221092546725053 ], [ -2.688017894515117, 59.220902303002994 ], [ -2.68347828568851, 59.219730954529375 ], [ -2.680047581887631, 59.219604357674548 ], [ -2.678646584115265, 59.219889170650049 ], [ -2.677800039746755, 59.220573400212395 ], [ -2.677371200839918, 59.221828396498296 ], [ -2.678102060951791, 59.222728012566705 ], [ -2.679322009995373, 59.222847370530602 ], [ -2.681331039908242, 59.223617254255316 ], [ -2.681780896002592, 59.224563223673101 ], [ -2.681270460373456, 59.225850989444311 ], [ -2.680131126515124, 59.226002434913035 ], [ -2.679697767673308, 59.227117367840847 ], [ -2.679368069815257, 59.226749997573584 ], [ -2.67921926832221, 59.227197098915617 ], [ -2.677942615046475, 59.227141795729267 ], [ -2.676153005271406, 59.2256909055547 ], [ -2.675850066444954, 59.224193657501722 ], [ -2.673826849659704, 59.223677009282028 ], [ -2.671415254588886, 59.223987630852875 ], [ -2.669053256729761, 59.224954416607268 ], [ -2.667760913197849, 59.226242555821081 ], [ -2.664183640448184, 59.22816021910338 ], [ -2.663415788757738, 59.229673734741219 ], [ -2.661696890835958, 59.231124734739616 ], [ -2.660266366999473, 59.234990856681542 ], [ -2.657673174053641, 59.2362028691023 ], [ -2.658996285291549, 59.239013302612314 ], [ -2.656374138170879, 59.24165510171332 ], [ -2.655837400555777, 59.24145395547194 ], [ -2.655326761483673, 59.241698997640796 ], [ -2.652802638255863, 59.241700014391753 ], [ -2.651814264484242, 59.241345757725504 ], [ -2.651530751411656, 59.242104218991955 ], [ -2.650628464528739, 59.242220090864826 ], [ -2.647074869079759, 59.244045552902577 ], [ -2.646920517028913, 59.244318424036912 ], [ -2.648159214176642, 59.243728537934054 ], [ -2.646571681418967, 59.244504254658722 ], [ -2.646454439595952, 59.244793105316319 ], [ -2.64727152998231, 59.244525021301008 ], [ -2.647355074729071, 59.244863163377545 ], [ -2.647070480174849, 59.245201340923764 ], [ -2.646149481866695, 59.245167303254505 ], [ -2.645542009614271, 59.246416785970723 ], [ -2.644805209501507, 59.246390804878295 ], [ -2.644269933180628, 59.245710055358508 ], [ -2.643014793402587, 59.24571357104432 ], [ -2.642340270578746, 59.246015049410062 ], [ -2.641820740958412, 59.245889195145587 ], [ -2.641868527991213, 59.245447128302494 ], [ -2.641293895717376, 59.245467024778698 ], [ -2.639111519652138, 59.247350157612217 ], [ -2.637258235173037, 59.247903454869935 ], [ -2.637729943468795, 59.248002620873919 ], [ -2.636553004047801, 59.248913598771978 ], [ -2.637164217142534, 59.248971672878419 ], [ -2.635802652559224, 59.249480332452272 ], [ -2.637126588335953, 59.249491816389011 ], [ -2.635127391409645, 59.249843740469473 ], [ -2.635029720257152, 59.25015403740251 ], [ -2.63622659726928, 59.250026058058602 ], [ -2.634188569452558, 59.250649362303321 ], [ -2.634250693695214, 59.251067541126083 ], [ -2.633635736050032, 59.250620624821821 ], [ -2.633080159029647, 59.25072750075914 ], [ -2.633050386273176, 59.251485582243504 ], [ -2.633710427062809, 59.251621563626593 ], [ -2.633752677999436, 59.252008408386459 ], [ -2.63228787682409, 59.251875442520891 ], [ -2.632690560498626, 59.25146488177014 ], [ -2.632227518346813, 59.251362063223304 ], [ -2.631335933288482, 59.252073141374403 ], [ -2.628844405742038, 59.252932946254077 ], [ -2.629773985604358, 59.253041601787601 ], [ -2.628942477617583, 59.253306950132519 ], [ -2.628588026206524, 59.253959733634105 ], [ -2.627613790255303, 59.254093752637544 ], [ -2.6276535724042, 59.254635969820008 ], [ -2.626698743742306, 59.254873161507 ], [ -2.626880372703108, 59.25511924431035 ], [ -2.625433623621553, 59.255020239131333 ], [ -2.625171512419937, 59.255453450205046 ], [ -2.624959705868583, 59.255665504244512 ], [ -2.625127798146974, 59.255436639906399 ], [ -2.624018316161874, 59.255009971873555 ], [ -2.621273545486768, 59.256333328629836 ], [ -2.619809093896861, 59.257771768066185 ], [ -2.619330600494868, 59.257496555977887 ], [ -2.616083462354833, 59.257631408107578 ], [ -2.614291195054104, 59.256657440167025 ], [ -2.611987403541757, 59.256098048895943 ], [ -2.61001282603897, 59.256587765177848 ], [ -2.609991930413487, 59.257380820528283 ], [ -2.606913398613371, 59.257728383554117 ], [ -2.604320778167304, 59.25927517632369 ], [ -2.60283240100075, 59.259208441921089 ], [ -2.602256357731235, 59.259460760383938 ], [ -2.600666647391245, 59.261010017701864 ], [ -2.600937401692676, 59.262740160045581 ], [ -2.603721560999266, 59.264758606206307 ], [ -2.604964891216228, 59.26474205611629 ], [ -2.604872023392826, 59.26435184689214 ], [ -2.607129395036103, 59.263362487664764 ], [ -2.608437035403957, 59.263709304524369 ], [ -2.610617726858832, 59.265793286171686 ], [ -2.610303320213169, 59.266848144560214 ], [ -2.608716353660844, 59.267960147514621 ], [ -2.60652045353655, 59.268277523916943 ], [ -2.604658545688484, 59.266359924634386 ], [ -2.60152807120202, 59.265700913028468 ], [ -2.596431527589865, 59.266954663081727 ], [ -2.593902880110731, 59.268112105263747 ], [ -2.592778674852775, 59.269035010585661 ], [ -2.592665822392333, 59.271121632735458 ], [ -2.594091109547295, 59.271868576310254 ], [ -2.595369045071915, 59.274321524301733 ], [ -2.596528494982279, 59.274805638311506 ], [ -2.597224248700538, 59.275660957848004 ], [ -2.601442739978251, 59.277374718996761 ], [ -2.603762004130124, 59.279231870359986 ], [ -2.604781621664913, 59.279038552479193 ], [ -2.605395965463364, 59.279739746914821 ], [ -2.606829239296543, 59.280307808261149 ], [ -2.607645204368844, 59.280207015569694 ], [ -2.608978233791246, 59.281152690983049 ], [ -2.610030678907014, 59.281223197392094 ], [ -2.610129193378871, 59.28153075765519 ], [ -2.610790470022181, 59.281316621283814 ], [ -2.614296140992467, 59.282742351589583 ], [ -2.614575489764593, 59.283148735718726 ], [ -2.613723782471129, 59.285166121328778 ], [ -2.614247827180622, 59.285222919428129 ], [ -2.614107359048915, 59.285511847446209 ], [ -2.614669227626822, 59.285232604858123 ], [ -2.614038488185675, 59.28617042303943 ], [ -2.614817214666283, 59.286041922781038 ], [ -2.614258732544499, 59.286509734745053 ], [ -2.614158821994025, 59.288465201367224 ], [ -2.614290992553311, 59.288689083466807 ], [ -2.615099828202354, 59.288475127535676 ], [ -2.61452839620129, 59.289102849547298 ], [ -2.615290912159279, 59.289531197164862 ], [ -2.615044292256333, 59.289871814843835 ], [ -2.615498275607588, 59.289738558277669 ], [ -2.61575180934928, 59.290072321883756 ], [ -2.615535238629486, 59.290910302717364 ], [ -2.616013220041567, 59.291618377836564 ], [ -2.615899317274529, 59.293086284790725 ], [ -2.615029412572293, 59.293910290527862 ], [ -2.615257184562977, 59.294468682086716 ], [ -2.613693345054227, 59.294197675066172 ], [ -2.610167565360606, 59.290929281192071 ], [ -2.610667209746402, 59.290207623227403 ], [ -2.608209796732847, 59.289426172287349 ], [ -2.605310706361048, 59.289465725196905 ], [ -2.601781775695353, 59.290319039425 ], [ -2.598612094002163, 59.292846313049012 ], [ -2.593007750712031, 59.293910068737603 ], [ -2.587005371772084, 59.293901345692674 ], [ -2.584345192942951, 59.292847361802075 ], [ -2.582677302763666, 59.29263212743998 ], [ -2.579736365566491, 59.29311851106538 ], [ -2.575386494573272, 59.294382459727245 ], [ -2.571435560546961, 59.29579448090761 ], [ -2.569373254384534, 59.297614816985984 ], [ -2.56675185705574, 59.298032156470697 ], [ -2.564071245374547, 59.299224688370614 ], [ -2.561396205969821, 59.301405856775254 ], [ -2.558081330490336, 59.305497996004569 ], [ -2.55312588219732, 59.305521830503409 ], [ -2.547563761737335, 59.303202412767831 ], [ -2.54279759250651, 59.30219054592591 ], [ -2.536971862836829, 59.302004562298748 ], [ -2.531347182005779, 59.302995693039449 ], [ -2.529427241348834, 59.30284276795399 ], [ -2.528414255315802, 59.300480614583876 ], [ -2.529251214223698, 59.299086191065918 ], [ -2.537121913957018, 59.295151188654394 ], [ -2.538364081671386, 59.293211732231597 ], [ -2.540822734938636, 59.292939322321388 ], [ -2.546162909051481, 59.29315590405583 ], [ -2.550395539776552, 59.292184386817745 ], [ -2.553039624793958, 59.290801012264247 ], [ -2.556360296025861, 59.28743635986929 ], [ -2.55748097557538, 59.283196510263565 ], [ -2.555276263463927, 59.278321607266783 ], [ -2.552851687721714, 59.275862374153121 ], [ -2.558401875460013, 59.275132838333008 ], [ -2.558394457428321, 59.275536979171093 ], [ -2.557386505956146, 59.275702044928124 ], [ -2.557083550826428, 59.27649000727093 ], [ -2.556440541597329, 59.276763061590579 ], [ -2.555573401802807, 59.276634756731092 ], [ -2.554973157663959, 59.277272217155009 ], [ -2.556333018655855, 59.278883745326567 ], [ -2.559574823789062, 59.27967716949712 ], [ -2.563434489924664, 59.279515041516611 ], [ -2.56616122692327, 59.278444444973054 ], [ -2.570066493526221, 59.277661389396698 ], [ -2.574925140005814, 59.27505102571439 ], [ -2.575290983499059, 59.273855938832391 ], [ -2.574005004444993, 59.272088921894699 ], [ -2.573748893936992, 59.267607125694433 ], [ -2.576589947417689, 59.266421752304879 ], [ -2.576988546620948, 59.266446028362282 ], [ -2.576237673648381, 59.266855261419494 ], [ -2.57713500708137, 59.26701562329491 ], [ -2.58061138121067, 59.266684056423692 ], [ -2.582296643893264, 59.265320512086063 ], [ -2.582130006454721, 59.264601042956677 ], [ -2.581319138184374, 59.264365793425007 ], [ -2.582636886754206, 59.264290752590384 ], [ -2.582893488676446, 59.264731430987389 ], [ -2.583434025895977, 59.264440743267784 ], [ -2.582635563299227, 59.264007881151983 ], [ -2.58102551364685, 59.264221624947147 ], [ -2.58121078471236, 59.26449200064576 ], [ -2.580466304808154, 59.264446830221011 ], [ -2.578620233559297, 59.263363953330433 ], [ -2.579048071003294, 59.262736128106617 ], [ -2.578658156558739, 59.262187374230578 ], [ -2.576870965720777, 59.261879204945046 ], [ -2.573903194536237, 59.260722203224248 ], [ -2.568173203418744, 59.260289356639106 ], [ -2.563579697594276, 59.261016974114625 ], [ -2.559442554492315, 59.260280487759395 ], [ -2.557458467112958, 59.26024859179752 ], [ -2.555070941509388, 59.261290625204332 ], [ -2.554152504226009, 59.263162424441639 ], [ -2.554751839163557, 59.26399323469289 ], [ -2.557874602632152, 59.26456808915794 ], [ -2.55728144094173, 59.265730874209673 ], [ -2.557960312914206, 59.266590963783386 ], [ -2.555662543316795, 59.267246472007137 ], [ -2.555171042628842, 59.268195981619463 ], [ -2.553864878730833, 59.268997193210495 ], [ -2.550824906900821, 59.26705241034464 ], [ -2.551098828402007, 59.26609216455725 ], [ -2.551390122349808, 59.266750077914836 ], [ -2.553738895045444, 59.266424001853778 ], [ -2.555100296102493, 59.267406025063302 ], [ -2.557451368953874, 59.266576082422176 ], [ -2.556675235553165, 59.265667015141084 ], [ -2.557120101265877, 59.265410971406432 ], [ -2.556675335059082, 59.264920759025195 ], [ -2.557280436649358, 59.264595779524043 ], [ -2.555686010359323, 59.26459541343322 ], [ -2.556508262648289, 59.266184091458172 ], [ -2.55538294489492, 59.266773510436018 ], [ -2.554494547717855, 59.266616552952172 ], [ -2.55467057820907, 59.265683656986475 ], [ -2.553040786810607, 59.265236194629949 ], [ -2.552392670750295, 59.264208019144469 ], [ -2.553783014676312, 59.262442886154439 ], [ -2.551983273847828, 59.262754961971865 ], [ -2.548606916018443, 59.262317535348778 ], [ -2.547038372838843, 59.262393286305169 ], [ -2.546237313369106, 59.261875799191294 ], [ -2.546932414298448, 59.261910596385526 ], [ -2.546965728024152, 59.261581780648079 ], [ -2.545860377925847, 59.260350745068912 ], [ -2.54449070519025, 59.26013467234403 ], [ -2.543863993490773, 59.260316897482738 ], [ -2.544563141706413, 59.262255494774898 ], [ -2.542984314905739, 59.262787434411408 ], [ -2.541896570046665, 59.262547707047645 ], [ -2.540748729381336, 59.262720411793751 ], [ -2.539751133865805, 59.263188830009938 ], [ -2.539634715280877, 59.263812538935476 ], [ -2.54220091680738, 59.265033057939064 ], [ -2.545640483194495, 59.26491451131632 ], [ -2.545504993589445, 59.265216814231337 ], [ -2.54326359619261, 59.265125612193167 ], [ -2.541052345308849, 59.2656071831288 ], [ -2.537100077509671, 59.26581034316186 ], [ -2.533363696283194, 59.265688313397099 ], [ -2.529666276477216, 59.266605026188472 ], [ -2.528497600106259, 59.267596700445424 ], [ -2.529007213229512, 59.269124854121571 ], [ -2.525204210051668, 59.27039389076397 ], [ -2.523789580601843, 59.27195136717684 ], [ -2.520327650158019, 59.272954869261781 ], [ -2.516697424090145, 59.272938799125257 ], [ -2.512592059100275, 59.274110780519663 ], [ -2.510589853043314, 59.276316995405708 ], [ -2.505729000497753, 59.277583317270164 ], [ -2.503046418040347, 59.279034129806284 ], [ -2.493136671023981, 59.28275660531115 ], [ -2.490175095773923, 59.284642844649525 ], [ -2.488202495212022, 59.286486695665218 ], [ -2.486101865030355, 59.287245295700913 ], [ -2.485561564623282, 59.287882207503849 ], [ -2.482042451449444, 59.288262572817843 ], [ -2.480114994742426, 59.289369761163726 ], [ -2.477701728238194, 59.289138869205267 ], [ -2.474896736796175, 59.289388002794766 ], [ -2.466330081881468, 59.287791772622676 ], [ -2.460383370990753, 59.287789590449783 ], [ -2.453814697313089, 59.288927086793436 ], [ -2.450742320475208, 59.289939941019199 ], [ -2.447675842696903, 59.29168278450134 ], [ -2.44639176633791, 59.293358390846414 ], [ -2.44677486666618, 59.294459833201152 ], [ -2.446172775380991, 59.296341432632197 ], [ -2.445954770024742, 59.298195671380924 ], [ -2.446499261965101, 59.29928309081938 ], [ -2.446036967316959, 59.300450291299917 ], [ -2.447051287862957, 59.301744436038106 ], [ -2.447134614247022, 59.303677563192949 ], [ -2.441866046729898, 59.305130564831671 ], [ -2.437619428797607, 59.307563240409166 ], [ -2.435572548879211, 59.309554699233693 ], [ -2.431488155346668, 59.310868610000725 ], [ -2.429038599232522, 59.312033335387746 ], [ -2.426732444870003, 59.312460281144894 ], [ -2.422083516398518, 59.312499676914072 ], [ -2.418064704658567, 59.311787050626023 ], [ -2.416929949527097, 59.310775941516241 ], [ -2.418820218308934, 59.306809667542105 ], [ -2.422581392949104, 59.301526213449279 ], [ -2.421739094631665, 59.300010413179919 ], [ -2.417389923085309, 59.296576077424199 ], [ -2.416624310139319, 59.293119401625447 ], [ -2.417707497005805, 59.291978153725644 ], [ -2.417963945640005, 59.290273807772735 ] ] ], [ [ [ -2.562307490910088, 59.314803913143351 ], [ -2.562129212263861, 59.313794415794014 ], [ -2.562598608363877, 59.31392439747956 ], [ -2.562529554137544, 59.313678639589952 ], [ -2.563141493398311, 59.314142963281533 ], [ -2.562871436556567, 59.315020593129582 ], [ -2.562307490910088, 59.314803913143351 ] ] ], [ [ [ -2.563675359509987, 59.315407753317928 ], [ -2.563627967847626, 59.314455164497289 ], [ -2.56418091342461, 59.31517387682549 ], [ -2.563675359509987, 59.315407753317928 ] ] ], [ [ [ -3.071080309525489, 59.333576546456761 ], [ -3.071295142103391, 59.33291919183322 ], [ -3.070770954932087, 59.333520714193611 ], [ -3.071336325744436, 59.332161782805912 ], [ -3.071628703737006, 59.332460231384609 ], [ -3.072352145744041, 59.332047456131122 ], [ -3.071801380822233, 59.333478117410095 ], [ -3.071080309525489, 59.333576546456761 ] ] ], [ [ [ -3.072455037835526, 59.333638882432119 ], [ -3.07300532866809, 59.333029953704248 ], [ -3.072805027879149, 59.334035641693141 ], [ -3.072455037835526, 59.333638882432119 ] ] ], [ [ [ -2.934928592979115, 59.350270175210774 ], [ -2.935507379640816, 59.349511663814184 ], [ -2.935758899248587, 59.349833155495091 ], [ -2.934928592979115, 59.350270175210774 ] ] ], [ [ [ -2.872487851463305, 59.35468582337505 ], [ -2.872462807363598, 59.35432677550358 ], [ -2.872118118553294, 59.35467033637142 ], [ -2.871409112484436, 59.35404375606786 ], [ -2.870667298544046, 59.354332492348412 ], [ -2.869543748735369, 59.354274433988046 ], [ -2.869114873098819, 59.353733980501119 ], [ -2.86886334879237, 59.353870362763388 ], [ -2.868964281369298, 59.35348443160283 ], [ -2.868023603518902, 59.353355094268437 ], [ -2.869424080772605, 59.352483645316354 ], [ -2.868216536216059, 59.353059252990292 ], [ -2.867075041790826, 59.353054277307827 ], [ -2.866926060461125, 59.352384433475862 ], [ -2.866455650052646, 59.352350741169147 ], [ -2.866886954237859, 59.350850843892438 ], [ -2.866069661567365, 59.351765090867254 ], [ -2.865653690311153, 59.351451744133385 ], [ -2.86441794313063, 59.351334218429457 ], [ -2.863653206334968, 59.350651389672123 ], [ -2.86417766567286, 59.350391075199944 ], [ -2.863713470753926, 59.350462402391351 ], [ -2.863540924701065, 59.350107922320092 ], [ -2.864591556435332, 59.348618297113198 ], [ -2.864403873024482, 59.348221710667744 ], [ -2.865591881114569, 59.347642674989181 ], [ -2.86493369689182, 59.347551851643928 ], [ -2.865024154931529, 59.347306086829555 ], [ -2.865830587089386, 59.346866082169591 ], [ -2.865788806337926, 59.347573116281225 ], [ -2.866221541520175, 59.346544680994818 ], [ -2.867633441256793, 59.346061126434435 ], [ -2.867746389994296, 59.345595190241234 ], [ -2.867884935965884, 59.345925644392139 ], [ -2.869108742984325, 59.346064769095136 ], [ -2.869360725522257, 59.346361237901618 ], [ -2.868902682304189, 59.346533123273566 ], [ -2.867889103688593, 59.346295608827809 ], [ -2.866737222279272, 59.346702002224809 ], [ -2.867168301706856, 59.347885444824939 ], [ -2.868981197559731, 59.349192591912775 ], [ -2.87079485566818, 59.34990610523041 ], [ -2.872540973102904, 59.351479469105982 ], [ -2.873250618795011, 59.352953787911908 ], [ -2.874856846748987, 59.353659654417726 ], [ -2.874392601893728, 59.354345278470987 ], [ -2.872487851463305, 59.35468582337505 ] ] ], [ [ [ -2.885305364950435, 59.355488476818152 ], [ -2.886136096264863, 59.354836244340895 ], [ -2.885741470245334, 59.355418161796514 ], [ -2.885305364950435, 59.355488476818152 ] ] ], [ [ [ -2.933525674036777, 59.35508746989241 ], [ -2.934745906080391, 59.355010475625029 ], [ -2.934595790516908, 59.355627611306353 ], [ -2.934000449233345, 59.355788137500461 ], [ -2.933596846042599, 59.35556561868561 ], [ -2.933525674036777, 59.35508746989241 ] ] ], [ [ [ -2.874039125706867, 59.356193118291934 ], [ -2.874813165656938, 59.355720946831532 ], [ -2.877465140315178, 59.355914164800808 ], [ -2.875952182294994, 59.35651345188915 ], [ -2.875147796510049, 59.356353614502545 ], [ -2.874039125706867, 59.356193118291934 ] ] ], [ [ [ -2.933689560968064, 59.356315720990018 ], [ -2.934536313790922, 59.356023177816375 ], [ -2.933390981582941, 59.356971636050943 ], [ -2.933689560968064, 59.356315720990018 ] ] ], [ [ [ -2.955208944204644, 59.359693658730379 ], [ -2.954861184393711, 59.35927412338328 ], [ -2.953148146508763, 59.35928216681674 ], [ -2.952183070284406, 59.359680766747438 ], [ -2.951919830990339, 59.359011847306299 ], [ -2.952930310383477, 59.356782695799239 ], [ -2.952568474819939, 59.354352527488089 ], [ -2.951656162108847, 59.353615606007558 ], [ -2.950008887573191, 59.353008864600326 ], [ -2.949636593634897, 59.353217229939148 ], [ -2.948814072501353, 59.352102454611448 ], [ -2.947036854887338, 59.35156128121249 ], [ -2.946075648127528, 59.350892928120075 ], [ -2.944476937481115, 59.350633309733325 ], [ -2.944099859595094, 59.349023147101725 ], [ -2.946519480172749, 59.347632485573946 ], [ -2.953884054614615, 59.347772783068315 ], [ -2.95637817752372, 59.347047743775384 ], [ -2.958943145647142, 59.345035229024546 ], [ -2.959052807715967, 59.343499654005136 ], [ -2.961321284848299, 59.342270575002303 ], [ -2.961543272254064, 59.340732372103858 ], [ -2.962114639008456, 59.340173160093315 ], [ -2.962617371873189, 59.340233209836079 ], [ -2.96137222070843, 59.342641992446495 ], [ -2.962193822470932, 59.343158595847392 ], [ -2.967227105483825, 59.342713628907845 ], [ -2.968766458670555, 59.341822106283807 ], [ -2.969243954589761, 59.341057008290832 ], [ -2.968216068724706, 59.339780433143197 ], [ -2.964483348348585, 59.338956754720819 ], [ -2.960951121402569, 59.337445380717533 ], [ -2.95841859186474, 59.337278131822714 ], [ -2.954081831204671, 59.338715399751266 ], [ -2.951995514979994, 59.337660179059739 ], [ -2.952204141822451, 59.336258594158437 ], [ -2.955625196861724, 59.333205325782068 ], [ -2.956536517085777, 59.331360328167676 ], [ -2.955529795534235, 59.327743175710673 ], [ -2.958159665211567, 59.326774623296487 ], [ -2.96186814476504, 59.32610968396385 ], [ -2.964421523732299, 59.326483260234262 ], [ -2.968449648344979, 59.325755597065523 ], [ -2.973624959455823, 59.323918226347466 ], [ -2.975551614839533, 59.322597145214736 ], [ -2.973903603124875, 59.32401493003568 ], [ -2.97509890155428, 59.324213441295257 ], [ -2.976543297888621, 59.323110588796695 ], [ -2.976090913535029, 59.322776309620203 ], [ -2.97667368431981, 59.323123082359949 ], [ -2.97524951714621, 59.324257216846576 ], [ -2.978128081185949, 59.325061851270078 ], [ -2.979620151064737, 59.32598372218493 ], [ -2.981370458463116, 59.3262902596746 ], [ -2.982875488424497, 59.32601309164216 ], [ -2.983889249513255, 59.325641728318359 ], [ -2.983993496847377, 59.322987184681324 ], [ -2.988555331774247, 59.320699428764613 ], [ -2.989613635447048, 59.318422901144338 ], [ -2.989198554568055, 59.316714354920649 ], [ -2.986696498501791, 59.315004567035182 ], [ -2.985463535028851, 59.314770525728186 ], [ -2.983494556740861, 59.314902152361121 ], [ -2.97933473612476, 59.315881837438972 ], [ -2.97295543534745, 59.318569021561729 ], [ -2.970259280416678, 59.317113622911364 ], [ -2.968147452303687, 59.31667671336718 ], [ -2.966309583068129, 59.315677351689303 ], [ -2.962390521337533, 59.31500228626652 ], [ -2.96197705854822, 59.314295876638994 ], [ -2.963141719623923, 59.311811333254063 ], [ -2.962232873432706, 59.309921356645447 ], [ -2.960314615683619, 59.308730321912236 ], [ -2.956700976150939, 59.30782832326566 ], [ -2.95414069781177, 59.307719578441514 ], [ -2.952068149427975, 59.307968237375256 ], [ -2.94842736421048, 59.309296975117931 ], [ -2.945343789493661, 59.310903555769549 ], [ -2.943354148525865, 59.310730286220007 ], [ -2.941580906539537, 59.311077191077629 ], [ -2.940491878605447, 59.310187005377479 ], [ -2.940111306910296, 59.307853916986971 ], [ -2.939194148691843, 59.306694860308511 ], [ -2.939800002003001, 59.30586517961472 ], [ -2.939667303247382, 59.303283335385764 ], [ -2.937743495959771, 59.302932590686318 ], [ -2.936753904026737, 59.302324545184874 ], [ -2.934531052831137, 59.302143839773635 ], [ -2.933401614760446, 59.302901812955518 ], [ -2.93191027917424, 59.302629605298399 ], [ -2.930599580218283, 59.302926353528186 ], [ -2.927156381421606, 59.303008384550154 ], [ -2.923918594085296, 59.304319198250667 ], [ -2.92243689711547, 59.302262385574025 ], [ -2.920365012381326, 59.300711739075631 ], [ -2.91996252852802, 59.299787793402913 ], [ -2.915140169453693, 59.297869404182137 ], [ -2.912725102521552, 59.298232101787654 ], [ -2.910868062966681, 59.299306599124179 ], [ -2.910087878170703, 59.299219554097093 ], [ -2.908672532210977, 59.300137365569555 ], [ -2.907180659822902, 59.300558174555221 ], [ -2.905673715524215, 59.301602317592618 ], [ -2.906050492596763, 59.30196969354126 ], [ -2.905258174816597, 59.3026173083516 ], [ -2.905353168936781, 59.303812849933692 ], [ -2.904013161680515, 59.303809584657074 ], [ -2.903960979284355, 59.302703550120391 ], [ -2.902269282455076, 59.302083951599876 ], [ -2.901634063160845, 59.30137170726087 ], [ -2.901864056290078, 59.300905823387239 ], [ -2.901050732159153, 59.300628567221587 ], [ -2.901643798446831, 59.299417484397978 ], [ -2.901279446982512, 59.299450539991355 ], [ -2.901218866637714, 59.298288883097847 ], [ -2.900728890392135, 59.298417999715397 ], [ -2.900865459317905, 59.298137761692239 ], [ -2.900602586896372, 59.298356009720649 ], [ -2.900698770422237, 59.297477950087057 ], [ -2.900228470115708, 59.297686855214437 ], [ -2.900376639158881, 59.29718112702831 ], [ -2.899007610509384, 59.296733477546603 ], [ -2.898232044162738, 59.297084578135944 ], [ -2.897163043372941, 59.297094640963621 ], [ -2.896745567964894, 59.296242573312895 ], [ -2.896199721721165, 59.296316378633342 ], [ -2.898113794349501, 59.293064825197838 ], [ -2.897183642701836, 59.290275607141709 ], [ -2.895417148204159, 59.28965374296952 ], [ -2.89228561239034, 59.290327223472687 ], [ -2.891456946789751, 59.290860054242685 ], [ -2.890573179290802, 59.290225792238331 ], [ -2.889952549347611, 59.290659303000744 ], [ -2.889530946483884, 59.290109883399815 ], [ -2.888526069249836, 59.290012570392236 ], [ -2.888167773082637, 59.289668367749123 ], [ -2.88772951641111, 59.289825820759482 ], [ -2.886712502320641, 59.288789217147851 ], [ -2.886320558360868, 59.288972393496117 ], [ -2.88541507912464, 59.287496772653583 ], [ -2.884769655933647, 59.286975801151478 ], [ -2.884434936603783, 59.287131641586988 ], [ -2.884418293963543, 59.286557901186107 ], [ -2.882632664456755, 59.285926116580121 ], [ -2.882272812515311, 59.284500657259471 ], [ -2.882745679235666, 59.28419031925371 ], [ -2.882336253387194, 59.284307146752646 ], [ -2.882210257509184, 59.284050260383125 ], [ -2.882849466129201, 59.283182902103192 ], [ -2.882406677538492, 59.283230806310407 ], [ -2.881931357231143, 59.282699687481269 ], [ -2.882890632828922, 59.279418896302055 ], [ -2.884161399399725, 59.277465993248377 ], [ -2.883563015722258, 59.274960004607792 ], [ -2.884248722342474, 59.273593005427273 ], [ -2.88390739994648, 59.273353747821893 ], [ -2.882866845850523, 59.273417386497115 ], [ -2.883650815883044, 59.272660398369254 ], [ -2.88284028465275, 59.273069122901134 ], [ -2.882704568918493, 59.272841938340477 ], [ -2.883534195466907, 59.271680518182457 ], [ -2.882800565184457, 59.271805834553035 ], [ -2.882286029192027, 59.271448306584048 ], [ -2.882748076910251, 59.271404761681595 ], [ -2.882870289365122, 59.270636099071893 ], [ -2.882189082253491, 59.27068472218037 ], [ -2.882640082476015, 59.270214678150062 ], [ -2.881992145508284, 59.269989169045282 ], [ -2.88218365842692, 59.269389769065505 ], [ -2.881487857316305, 59.269212178615092 ], [ -2.881988926799842, 59.268575658092786 ], [ -2.880837841459675, 59.266255703610511 ], [ -2.876835352013946, 59.265458318320796 ], [ -2.876051191074806, 59.266002429478903 ], [ -2.875180828434357, 59.268178873701807 ], [ -2.874539263904287, 59.268198452791744 ], [ -2.874936428255065, 59.268567576611801 ], [ -2.873852676233211, 59.269815962680745 ], [ -2.871518243114823, 59.269565791101563 ], [ -2.870341060780703, 59.270596546496648 ], [ -2.869736034294918, 59.269918072713558 ], [ -2.868759934168218, 59.269753961756138 ], [ -2.868933998952592, 59.269562413316919 ], [ -2.866621440006324, 59.269273391999178 ], [ -2.865126448587131, 59.269953281877527 ], [ -2.86150220162847, 59.268436267670623 ], [ -2.85992912629334, 59.268526596363351 ], [ -2.859966902883782, 59.269050807320674 ], [ -2.860726881312233, 59.269343038177631 ], [ -2.86029018645157, 59.269696164218352 ], [ -2.859576149214862, 59.269277900603555 ], [ -2.856142276657119, 59.268553355911372 ], [ -2.856050700682785, 59.26798010523526 ], [ -2.855213065312581, 59.268016145285081 ], [ -2.854394808901415, 59.26735516717698 ], [ -2.853554625658254, 59.267288835830769 ], [ -2.852294545678755, 59.265862910023969 ], [ -2.852222165987879, 59.264721066306443 ], [ -2.851021569063108, 59.264267325326053 ], [ -2.851689537908686, 59.264253975415116 ], [ -2.850636683661778, 59.263815428916054 ], [ -2.849379971469949, 59.261669218211416 ], [ -2.849726677213926, 59.26150530620496 ], [ -2.848484635792305, 59.260648588966831 ], [ -2.848892286803697, 59.260326225183796 ], [ -2.847990867055738, 59.260258461965293 ], [ -2.848031695424309, 59.260983819229551 ], [ -2.844557447781579, 59.256245856576058 ], [ -2.844243595951494, 59.256389784849205 ], [ -2.843113542450803, 59.25345151106184 ], [ -2.842636571706811, 59.253521954338986 ], [ -2.842199896225392, 59.25316466374148 ], [ -2.840208480591891, 59.250694432336381 ], [ -2.839533679681365, 59.250633230462199 ], [ -2.839727931427374, 59.249335193945903 ], [ -2.838701085668518, 59.249145144256929 ], [ -2.838789412167169, 59.248601255090655 ], [ -2.837595840318249, 59.248403291020445 ], [ -2.837354903429393, 59.248658989753579 ], [ -2.838094000993366, 59.247413126943684 ], [ -2.837955303706214, 59.246976670254554 ], [ -2.837091832406494, 59.247440233737478 ], [ -2.837170936210525, 59.246733858026175 ], [ -2.838698432234159, 59.246610866084261 ], [ -2.840855716041257, 59.24807064121147 ], [ -2.844899835840295, 59.248612908090557 ], [ -2.846920427427513, 59.249494229176648 ], [ -2.849357100633158, 59.250040525228535 ], [ -2.850190718349056, 59.249719865214161 ], [ -2.853037898882303, 59.250342438108731 ], [ -2.856425796488355, 59.251826214187432 ], [ -2.859610053959053, 59.25140917628503 ], [ -2.86140124057716, 59.249153997910824 ], [ -2.864819819835208, 59.247340604393877 ], [ -2.86429768395235, 59.245968257732152 ], [ -2.866894356367393, 59.244460214120721 ], [ -2.868921850546375, 59.241466947479474 ], [ -2.868383822765391, 59.240920033132461 ], [ -2.868895822573485, 59.24016853570788 ], [ -2.870594099623636, 59.23919716177808 ], [ -2.87375516424827, 59.238337185498963 ], [ -2.873543270173271, 59.237522276940517 ], [ -2.874868844412355, 59.236106116616739 ], [ -2.874706204348929, 59.235709372001743 ], [ -2.875721511368866, 59.234978708214818 ], [ -2.875620204219236, 59.234376795117086 ], [ -2.874234299818007, 59.233774541502555 ], [ -2.87591291042337, 59.232601164854763 ], [ -2.875547980809265, 59.232037846789076 ], [ -2.876357031766278, 59.231605821790765 ], [ -2.877584465222351, 59.229793351434978 ], [ -2.879018729954366, 59.229691166324997 ], [ -2.87919916480175, 59.22934868533612 ], [ -2.880378893346749, 59.229093739750382 ], [ -2.880846406174975, 59.229216302307478 ], [ -2.883382214766133, 59.228006484295996 ], [ -2.886485935204243, 59.228837622959375 ], [ -2.886919333793069, 59.229467798672196 ], [ -2.886563546879368, 59.229735151209468 ], [ -2.887317503958393, 59.229955422184595 ], [ -2.886469400987641, 59.230158777827441 ], [ -2.887378662404965, 59.230488450936114 ], [ -2.887325684935343, 59.230945025399059 ], [ -2.886527821070647, 59.232004784871613 ], [ -2.886692930261881, 59.232559556626171 ], [ -2.886078096113398, 59.232502678607815 ], [ -2.886313692914564, 59.232937529043241 ], [ -2.886812767716401, 59.23272038987534 ], [ -2.887030130266868, 59.234072279283446 ], [ -2.886487231378832, 59.234289717834997 ], [ -2.887019576728851, 59.234408224435739 ], [ -2.887219695646916, 59.235163023276939 ], [ -2.886122910933377, 59.236391856061552 ], [ -2.886148266488089, 59.237571729143106 ], [ -2.88352409024704, 59.237828461700168 ], [ -2.883590777254392, 59.238441380806904 ], [ -2.882967625844325, 59.238473451697445 ], [ -2.883193810873615, 59.238747619330262 ], [ -2.882595200013033, 59.238712167631299 ], [ -2.881899375586136, 59.239323972154232 ], [ -2.879516392471646, 59.239560128613597 ], [ -2.879508327845982, 59.240267850483924 ], [ -2.876503061901316, 59.241940553850469 ], [ -2.877123334030705, 59.242544356180815 ], [ -2.876934484564263, 59.242972205092926 ], [ -2.877587591253748, 59.243079159862795 ], [ -2.877143931380732, 59.243209675572224 ], [ -2.877582772925884, 59.243164507528725 ], [ -2.877314015521724, 59.24355248351474 ], [ -2.877993784102129, 59.244082240069069 ], [ -2.878997691126763, 59.244127548382458 ], [ -2.879151402783869, 59.244854831843057 ], [ -2.87744917874152, 59.247925094872194 ], [ -2.874986259905887, 59.249923684853613 ], [ -2.875127629386853, 59.250445401016172 ], [ -2.876218630459016, 59.250734416183981 ], [ -2.875579490243358, 59.25083570838423 ], [ -2.8759711391547, 59.250997416038054 ], [ -2.875586333565379, 59.251034132061271 ], [ -2.87557493885745, 59.252230415291756 ], [ -2.87474083186872, 59.253277766451738 ], [ -2.874834854275834, 59.254141060962446 ], [ -2.875316161494695, 59.254310250324025 ], [ -2.874626770495337, 59.254848328993027 ], [ -2.87483070253211, 59.255689331277409 ], [ -2.875651324926642, 59.25657467975423 ], [ -2.87859092798409, 59.257749275886979 ], [ -2.881766398355239, 59.258474080052586 ], [ -2.885288639142126, 59.258431307498014 ], [ -2.888194753470349, 59.257828668576757 ], [ -2.889079531217218, 59.255910670205772 ], [ -2.888284385121134, 59.255141079902074 ], [ -2.888422289875494, 59.254645310700127 ], [ -2.889522709268291, 59.254411483419645 ], [ -2.890977298935951, 59.254579346682384 ], [ -2.891846493785553, 59.260260768755458 ], [ -2.893083437098486, 59.261149441871893 ], [ -2.893045974479971, 59.262331537504082 ], [ -2.900858612002019, 59.267261893872217 ], [ -2.902592189799518, 59.267939589200118 ], [ -2.903119239291551, 59.267769793327403 ], [ -2.908263835293303, 59.272685866715648 ], [ -2.908179348835481, 59.273927566577072 ], [ -2.908846683736435, 59.274805695976731 ], [ -2.90981303119985, 59.275183312737489 ], [ -2.909772743928316, 59.275580534050412 ], [ -2.911364682362622, 59.276647961486169 ], [ -2.91209359593994, 59.276739846339765 ], [ -2.912185852839543, 59.277105605883612 ], [ -2.915218548299832, 59.278431401661329 ], [ -2.919657101324414, 59.278974877469999 ], [ -2.919983640466175, 59.278784876968743 ], [ -2.923299894668626, 59.280714669103538 ], [ -2.92402595540488, 59.280761605145827 ], [ -2.926441371963742, 59.282657296435545 ], [ -2.926556780504228, 59.284320570446063 ], [ -2.928083884344616, 59.285550805583092 ], [ -2.933135067812453, 59.286311278049169 ], [ -2.935954405973651, 59.286135678838413 ], [ -2.937657117143779, 59.285247823814075 ], [ -2.938067570956485, 59.285557390709158 ], [ -2.939021611877395, 59.28559272236479 ], [ -2.941577441998754, 59.28547547866836 ], [ -2.942215768200401, 59.285137682115135 ], [ -2.942721891952916, 59.28566836210468 ], [ -2.947330750602728, 59.286289594374736 ], [ -2.95012579749837, 59.288204541575446 ], [ -2.952752873725828, 59.288558039501545 ], [ -2.956171055869683, 59.289827982929438 ], [ -2.957466632773297, 59.289955865849755 ], [ -2.961667079673833, 59.288888553268023 ], [ -2.961135093305932, 59.289631582941901 ], [ -2.958958164968831, 59.28987304552215 ], [ -2.961162410157434, 59.290039997730297 ], [ -2.965847557697424, 59.288426543603727 ], [ -2.967111382576889, 59.287126652094749 ], [ -2.965367191061952, 59.284977068910912 ], [ -2.964005205172767, 59.284605484871456 ], [ -2.961877119346854, 59.283393577071855 ], [ -2.961015548875547, 59.282279161658565 ], [ -2.961255933963707, 59.280285491702131 ], [ -2.960696118511238, 59.279289185713161 ], [ -2.954830434811237, 59.277000977157229 ], [ -2.950711415109132, 59.27634949660424 ], [ -2.947839350853148, 59.273775948822085 ], [ -2.948230949960519, 59.272778047863767 ], [ -2.951798019405462, 59.272027281137298 ], [ -2.952701080497693, 59.272260456748739 ], [ -2.95492006140196, 59.272055604959512 ], [ -2.955223465081072, 59.271424737028418 ], [ -2.955467381138416, 59.271614233608439 ], [ -2.958002085773389, 59.271096282313003 ], [ -2.963403948724239, 59.271527896006127 ], [ -2.966086457962029, 59.271463111657923 ], [ -2.968134731799013, 59.270997066885016 ], [ -2.968379163481655, 59.26978106939174 ], [ -2.96982959080807, 59.26902487929646 ], [ -2.973565413192412, 59.269053568511893 ], [ -2.973835348517365, 59.268738125423468 ], [ -2.975311401837546, 59.26876120008157 ], [ -2.97706065696859, 59.268216427860096 ], [ -2.981830686238787, 59.265780907674312 ], [ -2.981965980155996, 59.265240150551833 ], [ -2.980445659404935, 59.263244438980657 ], [ -2.981741244602816, 59.262429108867551 ], [ -2.981873996744017, 59.261373779724082 ], [ -2.981396048333106, 59.26024582338831 ], [ -2.980297336681157, 59.259852669276832 ], [ -2.980772095732646, 59.259833825144241 ], [ -2.980993884742879, 59.258885593308271 ], [ -2.983399435480566, 59.259408971038575 ], [ -2.982537661820107, 59.25950887892111 ], [ -2.981949110930441, 59.260388036122635 ], [ -2.982918550376753, 59.260067293262281 ], [ -2.983862882992808, 59.260214624742851 ], [ -2.984279778578374, 59.260804195245271 ], [ -2.985612543937196, 59.260918041620783 ], [ -2.986204491374282, 59.261312298207187 ], [ -2.985942084826299, 59.26151814716728 ], [ -2.986393873954632, 59.261432101762267 ], [ -2.989031688669872, 59.262576873266269 ], [ -2.99010272742534, 59.26346050861995 ], [ -2.990305134054757, 59.263242534920785 ], [ -2.991131923205677, 59.263747240494624 ], [ -2.990872448354117, 59.26332892159958 ], [ -2.991670583470728, 59.263873356825549 ], [ -2.992096205464105, 59.263550401813674 ], [ -2.992967703686323, 59.263601231915771 ], [ -2.993483346101628, 59.264201695062717 ], [ -2.99426727930168, 59.264557629211794 ], [ -2.994434722144761, 59.264344406450924 ], [ -2.994340044449025, 59.264827391095828 ], [ -2.993606455565652, 59.264815032165863 ], [ -2.994696423755382, 59.265378774483402 ], [ -2.994454820694979, 59.265816182504878 ], [ -2.994943263545438, 59.265602302277671 ], [ -2.995270469472155, 59.265934779106225 ], [ -2.995045628856428, 59.266766310797458 ], [ -2.994592587271714, 59.266871254864874 ], [ -2.995598599231465, 59.267140167815988 ], [ -2.99527442918936, 59.267453377673888 ], [ -2.99625172134964, 59.267218690482636 ], [ -2.996606020550007, 59.267937124837722 ], [ -2.999025579840968, 59.268788802226872 ], [ -3.001145330341386, 59.268447415571202 ], [ -3.002744840968652, 59.268790737314632 ], [ -3.004535037961681, 59.270186897982157 ], [ -3.004078165952469, 59.270877443631775 ], [ -3.006727650669063, 59.271599680294251 ], [ -3.005703058094532, 59.271779131051993 ], [ -3.006183106844128, 59.271934379021083 ], [ -3.005631522285489, 59.272387674524339 ], [ -3.006366615878141, 59.273158820801811 ], [ -3.008339344611052, 59.273653656501608 ], [ -3.007825622790305, 59.273844432564921 ], [ -3.008410338757121, 59.274393113178121 ], [ -3.010574401311884, 59.274650241661043 ], [ -3.014006198264365, 59.274404426909541 ], [ -3.0151813854492, 59.274802990022152 ], [ -3.014204819783535, 59.274947108187121 ], [ -3.014529809009753, 59.275667519699432 ], [ -3.017365373336708, 59.275842965285172 ], [ -3.01894252847097, 59.276360489988605 ], [ -3.020755725589529, 59.276496262640762 ], [ -3.023869258183614, 59.277218106759825 ], [ -3.023841582662482, 59.277523667498876 ], [ -3.024128577817092, 59.277322039026586 ], [ -3.024927598409104, 59.27780879020937 ], [ -3.024913130605057, 59.278086407107175 ], [ -3.024554287252154, 59.277999424877365 ], [ -3.025069921885513, 59.278573721595208 ], [ -3.024292186859654, 59.278913026137303 ], [ -3.02334108757386, 59.281077663739929 ], [ -3.021762747748353, 59.280940082937342 ], [ -3.020375610295514, 59.281620021691822 ], [ -3.022032021717031, 59.282312012001832 ], [ -3.02181435071816, 59.28307168897642 ], [ -3.019845791506025, 59.283503826454151 ], [ -3.019756312851775, 59.284854321135668 ], [ -3.019150973571399, 59.284860856904046 ], [ -3.019430461305406, 59.285226876111281 ], [ -3.018160676953795, 59.285494556632294 ], [ -3.01770082352391, 59.286082792653986 ], [ -3.019565707177566, 59.286990517095006 ], [ -3.018971621598343, 59.288666468086511 ], [ -3.019911986161291, 59.289001268994632 ], [ -3.021052560313849, 59.29185805814253 ], [ -3.020351313984122, 59.292124891736492 ], [ -3.019966840538849, 59.293004415474279 ], [ -3.020983636230511, 59.293659219746296 ], [ -3.02059758203006, 59.293782586640098 ], [ -3.023584058659504, 59.294196504833558 ], [ -3.023127303966112, 59.294479392513324 ], [ -3.023615391475221, 59.295473307701414 ], [ -3.022701038266614, 59.295485879776599 ], [ -3.02324251684115, 59.295918984206111 ], [ -3.021983318635732, 59.296317734027092 ], [ -3.022681068956264, 59.296984907400848 ], [ -3.020511367791476, 59.29799698302466 ], [ -3.020689188516547, 59.298599088966611 ], [ -3.01997696046726, 59.299324916555022 ], [ -3.020724413967803, 59.299892025812078 ], [ -3.020394874905186, 59.300614855672208 ], [ -3.02175374769574, 59.302069843449694 ], [ -3.021652001727209, 59.302658873657798 ], [ -3.023562153782128, 59.303344366783108 ], [ -3.023067451540239, 59.303829615898358 ], [ -3.023093318702608, 59.305158547642563 ], [ -3.023588779632351, 59.305165431812107 ], [ -3.024916147529042, 59.306204831106051 ], [ -3.025781812662689, 59.306198914845034 ], [ -3.02616144703557, 59.306616218720741 ], [ -3.02733101558894, 59.306844986729367 ], [ -3.028261977197366, 59.308535880788305 ], [ -3.030178524151203, 59.30831418301932 ], [ -3.030988196788854, 59.308951689527284 ], [ -3.030764143979905, 59.309325261356918 ], [ -3.031786562542884, 59.309504862581704 ], [ -3.031632389795313, 59.310329608846104 ], [ -3.032446047749322, 59.310342920050772 ], [ -3.032437632896043, 59.310760586774023 ], [ -3.030797717485588, 59.311536928248358 ], [ -3.031128637321634, 59.31173367959088 ], [ -3.030593897693679, 59.312463546936378 ], [ -3.032053790920537, 59.312063127557835 ], [ -3.033128006456748, 59.312441678580051 ], [ -3.032452028240345, 59.312509902208397 ], [ -3.03255790248662, 59.312815303006012 ], [ -3.035877696672555, 59.3121153990257 ], [ -3.036353480752732, 59.312742056393198 ], [ -3.037067234694649, 59.312472345246121 ], [ -3.037243649692542, 59.312727787303096 ], [ -3.038225190194499, 59.312772056256385 ], [ -3.039188865286975, 59.31355466989104 ], [ -3.040991353425869, 59.312927798553105 ], [ -3.040988712584785, 59.312266843470773 ], [ -3.042485628058352, 59.312391379130389 ], [ -3.042569138225352, 59.312078183947769 ], [ -3.043730458913793, 59.313403410446668 ], [ -3.044411632462623, 59.313218338079302 ], [ -3.045923440004897, 59.313825874630318 ], [ -3.045883971327457, 59.314485371892488 ], [ -3.046614402721278, 59.314245110604048 ], [ -3.047509912275909, 59.314688742372581 ], [ -3.047391801197834, 59.31496090794888 ], [ -3.047821105994583, 59.314697016609834 ], [ -3.048812880398358, 59.315128190390595 ], [ -3.047955678247586, 59.31570176817899 ], [ -3.049007752502818, 59.316036362446596 ], [ -3.04902730123865, 59.317183933428403 ], [ -3.05419627309557, 59.317137720688017 ], [ -3.055769242427717, 59.317553361333879 ], [ -3.060465719090063, 59.31999029207303 ], [ -3.060959991521352, 59.321079215871094 ], [ -3.063414795311739, 59.321760594282672 ], [ -3.063902216885122, 59.322570264257806 ], [ -3.065858264039558, 59.323086832119998 ], [ -3.064316105169335, 59.32456777788078 ], [ -3.066027214234545, 59.323824559505056 ], [ -3.066637439333006, 59.323895901376908 ], [ -3.065824340222191, 59.324753024605442 ], [ -3.067389885437876, 59.32508416950364 ], [ -3.06706941131662, 59.325904035575306 ], [ -3.067940475354412, 59.326334258356383 ], [ -3.068890774147334, 59.327999566147597 ], [ -3.069557013259852, 59.328117134762628 ], [ -3.069938146761417, 59.329171929275738 ], [ -3.070799839385701, 59.329579758633905 ], [ -3.070498784420221, 59.330736248412343 ], [ -3.07106393232513, 59.331548845865029 ], [ -3.070408790923794, 59.332736084721937 ], [ -3.069778436620748, 59.333203764989904 ], [ -3.068229032493955, 59.33295154462639 ], [ -3.066449262740818, 59.332302449832746 ], [ -3.063303950367859, 59.331823437572154 ], [ -3.060590647020844, 59.330822650793358 ], [ -3.06024186216568, 59.330402499961117 ], [ -3.059447155481372, 59.330392797992523 ], [ -3.059381132925024, 59.329909277341017 ], [ -3.058908082408339, 59.329730814753368 ], [ -3.058560919964473, 59.329926719344002 ], [ -3.055678786272841, 59.328232998385559 ], [ -3.056055126377129, 59.327788100823192 ], [ -3.055169720318975, 59.328025178017334 ], [ -3.054016827703248, 59.327570208545708 ], [ -3.052350043478408, 59.327999483840401 ], [ -3.051029995938449, 59.328048754235972 ], [ -3.050401997464811, 59.327801461697007 ], [ -3.05017172874373, 59.328198466088402 ], [ -3.049596042669144, 59.327994753259169 ], [ -3.048076647220034, 59.328247663707614 ], [ -3.04453921879716, 59.326996325621295 ], [ -3.043531592903571, 59.327261245026477 ], [ -3.041994804124484, 59.326200356642182 ], [ -3.041036703444271, 59.32641816146576 ], [ -3.038854143659418, 59.325958708272488 ], [ -3.038391240042108, 59.326337788378879 ], [ -3.036852750405034, 59.325099037297086 ], [ -3.036227239197598, 59.324004783744527 ], [ -3.033714189376475, 59.323417654153914 ], [ -3.031347814807788, 59.323898908292719 ], [ -3.031438285558587, 59.324217004406727 ], [ -3.030788379124696, 59.324051515429694 ], [ -3.030556577930726, 59.324578715514193 ], [ -3.030202398477181, 59.324372267686911 ], [ -3.029880236256095, 59.324759185082989 ], [ -3.029341918297312, 59.324739191023248 ], [ -3.029270777095027, 59.325292061253087 ], [ -3.028823303343325, 59.325138434206842 ], [ -3.028656008294865, 59.325882452317636 ], [ -3.028090446064824, 59.325775556064947 ], [ -3.027896179772003, 59.326209056426798 ], [ -3.027134218362035, 59.3260579039761 ], [ -3.027030628591897, 59.326584984656193 ], [ -3.026620530263433, 59.326447220566692 ], [ -3.026241213923997, 59.326689092836688 ], [ -3.025523870982929, 59.32906831639783 ], [ -3.024579532778608, 59.329690916389552 ], [ -3.023098095455977, 59.329285855319647 ], [ -3.022930582635779, 59.329852050569571 ], [ -3.021315987689112, 59.329577335217046 ], [ -3.021223374366523, 59.329887891894472 ], [ -3.020452876784846, 59.329922665591177 ], [ -3.018702439201957, 59.32963012235529 ], [ -3.018323453012597, 59.329181360175276 ], [ -3.016637330668897, 59.329216078745624 ], [ -3.016520897060119, 59.328907156360202 ], [ -3.015898555832978, 59.329017980583856 ], [ -3.014788406036265, 59.328447381831275 ], [ -3.014090274811652, 59.328373787323791 ], [ -3.014058095562005, 59.328768285946708 ], [ -3.013183461280899, 59.328079092994336 ], [ -3.01120500588021, 59.328091766537007 ], [ -3.01077726046139, 59.327654137972011 ], [ -3.008192530076366, 59.326895544147355 ], [ -3.004143737686896, 59.32719712239836 ], [ -3.004422242776949, 59.327582937277576 ], [ -3.003639649801367, 59.327385107859364 ], [ -3.003463946869728, 59.327922601879301 ], [ -3.002437826545067, 59.327571276238402 ], [ -2.999596859150655, 59.32873183744482 ], [ -2.998154365654808, 59.331499930684998 ], [ -2.997934660795674, 59.331020254621556 ], [ -2.997712972633324, 59.33173141720885 ], [ -2.997009642099198, 59.331361412076532 ], [ -2.996217594973823, 59.331622517427 ], [ -2.996506862703242, 59.332137586618259 ], [ -2.996068398125868, 59.332529797229753 ], [ -2.994919271091009, 59.332481997533712 ], [ -2.994744668934578, 59.332221097847409 ], [ -2.993807888437234, 59.332282128344843 ], [ -2.993599826241334, 59.332560316223422 ], [ -2.99358220286326, 59.332378145121673 ], [ -2.98906740885675, 59.333000714676743 ], [ -2.987862470548046, 59.332907475463678 ], [ -2.983337816033452, 59.333802929118207 ], [ -2.979625631893481, 59.335635974973897 ], [ -2.979050750987587, 59.336549125572432 ], [ -2.980485795150514, 59.338157529222507 ], [ -2.980479702150884, 59.340995425138395 ], [ -2.981212912844727, 59.341852039160955 ], [ -2.980884281848621, 59.34307586535909 ], [ -2.981993650781519, 59.34398801733569 ], [ -2.98232706279638, 59.345548118003073 ], [ -2.981880846457069, 59.34629237369407 ], [ -2.980699701923797, 59.346673957029346 ], [ -2.98049326790502, 59.347259244244498 ], [ -2.979025000129483, 59.347319672455448 ], [ -2.978628720518423, 59.347663907963877 ], [ -2.978944982996312, 59.347838449698664 ], [ -2.977582135820292, 59.349854027506716 ], [ -2.977049970178038, 59.352386032921046 ], [ -2.976520211096593, 59.352433108524593 ], [ -2.976695287276728, 59.35320142721794 ], [ -2.975784035042011, 59.353560286830422 ], [ -2.975876975199951, 59.354040946694369 ], [ -2.975043944199683, 59.353694245250189 ], [ -2.974764598403345, 59.354133685031876 ], [ -2.97027342785184, 59.354587473901148 ], [ -2.969661819612418, 59.355157795834209 ], [ -2.968367004598703, 59.354589973039026 ], [ -2.968161961409192, 59.353812886234394 ], [ -2.968081546607533, 59.355250363725119 ], [ -2.967164268111003, 59.355340690089967 ], [ -2.967117071957539, 59.354980024081641 ], [ -2.966182652336594, 59.355828424796449 ], [ -2.963784852318548, 59.355313628307584 ], [ -2.964515277978749, 59.356385886320311 ], [ -2.963418881314563, 59.356922045483181 ], [ -2.962642433587529, 59.356956518046033 ], [ -2.962456082338169, 59.356586999459658 ], [ -2.961932727007392, 59.356739039839283 ], [ -2.961544413490015, 59.358245238175876 ], [ -2.958801863325516, 59.359604424792344 ], [ -2.958025875904934, 59.358783924155077 ], [ -2.956368662351768, 59.359587270458213 ], [ -2.956236269957198, 59.359320623129619 ], [ -2.955208944204644, 59.359693658730379 ] ] ], [ [ [ -2.890839969633963, 59.376949836481863 ], [ -2.891104169426961, 59.376555589222825 ], [ -2.892055147557914, 59.376848135302552 ], [ -2.890839969633963, 59.376949836481863 ] ] ], [ [ [ -2.878947870658348, 59.385295140040412 ], [ -2.878234099733426, 59.385126626459488 ], [ -2.878217188888042, 59.384745075341733 ], [ -2.87683546698952, 59.384408626472549 ], [ -2.876788532647112, 59.383886285479718 ], [ -2.876221617408061, 59.383677260335212 ], [ -2.875825933347208, 59.383896343999346 ], [ -2.8758676606867, 59.38353505372617 ], [ -2.874991073485344, 59.383672049562861 ], [ -2.874452117771581, 59.382976094268656 ], [ -2.874996836848202, 59.382666211617327 ], [ -2.874470438544783, 59.382867309212529 ], [ -2.873262592659904, 59.382237795806304 ], [ -2.874164066901773, 59.381564517652926 ], [ -2.873761459032341, 59.381172079627895 ], [ -2.874232963919151, 59.380822278798988 ], [ -2.873035965606963, 59.379858621609721 ], [ -2.873210992297966, 59.379204578316212 ], [ -2.872886144762439, 59.379439343759145 ], [ -2.871846127695464, 59.379034101202556 ], [ -2.869572402176654, 59.377048456781274 ], [ -2.869779564716471, 59.376822566658078 ], [ -2.869272042578081, 59.376933714313594 ], [ -2.868550911749029, 59.376606245337918 ], [ -2.868894175805037, 59.376334548468797 ], [ -2.868025106446308, 59.376070924550064 ], [ -2.867836777060985, 59.374830194950974 ], [ -2.868650813756455, 59.373287339005252 ], [ -2.868485714086167, 59.372611319584948 ], [ -2.869656712508776, 59.371062486734552 ], [ -2.86909741658269, 59.370384605696678 ], [ -2.871241883512873, 59.367554952489698 ], [ -2.87229799361591, 59.36688783530672 ], [ -2.876424329373204, 59.366911356759367 ], [ -2.879822024769658, 59.366177231541421 ], [ -2.882028835584503, 59.364980505451399 ], [ -2.883244901182495, 59.36377788308193 ], [ -2.884215113202525, 59.361851300651608 ], [ -2.882405218362305, 59.359489146131729 ], [ -2.883963018804967, 59.358313837246747 ], [ -2.886261795807658, 59.357633682655987 ], [ -2.887622142289758, 59.356853012396037 ], [ -2.8888560152238, 59.353861316113147 ], [ -2.887649947473188, 59.351519360769338 ], [ -2.883954357952728, 59.349932488226095 ], [ -2.883864127301022, 59.349099718288272 ], [ -2.883085384506555, 59.348770924782016 ], [ -2.883234293788921, 59.346921747974093 ], [ -2.882591389609894, 59.34538865627632 ], [ -2.881284506639963, 59.34475899124962 ], [ -2.879444050742774, 59.344502907120557 ], [ -2.879425643189592, 59.343383174310368 ], [ -2.879072476444107, 59.343119736448607 ], [ -2.878816539284736, 59.343284905713368 ], [ -2.877324099606239, 59.341317473364064 ], [ -2.877729754475885, 59.340073649440214 ], [ -2.879361923790021, 59.339354991194064 ], [ -2.881043373059518, 59.339252035669965 ], [ -2.881613450285607, 59.338118444193476 ], [ -2.881102967584354, 59.337345089951995 ], [ -2.880401343732463, 59.337199858342593 ], [ -2.880409607664449, 59.33561745245774 ], [ -2.879429414679281, 59.335166068854519 ], [ -2.878807590782362, 59.335522295820489 ], [ -2.878673241816909, 59.334948454799694 ], [ -2.877431190571727, 59.334428774265035 ], [ -2.87674128170848, 59.334735159409455 ], [ -2.876664228108033, 59.334405198349081 ], [ -2.880481628379647, 59.33099743549554 ], [ -2.880770088016265, 59.328426185233731 ], [ -2.882564041349301, 59.327058001877816 ], [ -2.882802905223085, 59.32624006217921 ], [ -2.884527256602679, 59.325311465564383 ], [ -2.887433412204866, 59.324693607831755 ], [ -2.887522026044816, 59.324992053076897 ], [ -2.887928197022696, 59.324597738504039 ], [ -2.888532139994914, 59.325788918781988 ], [ -2.890135664648337, 59.327234602767348 ], [ -2.891993945615581, 59.326795324296157 ], [ -2.890191142008514, 59.327272839696398 ], [ -2.891285799144989, 59.328340316199927 ], [ -2.893260646739906, 59.329193406812792 ], [ -2.893427877762056, 59.330341757266112 ], [ -2.8948507829143, 59.330650799999702 ], [ -2.896508406987976, 59.330595402726132 ], [ -2.898338809732302, 59.330294525180342 ], [ -2.899188203433681, 59.3293834375649 ], [ -2.899414892908817, 59.329582137235654 ], [ -2.900402438195619, 59.329045470770296 ], [ -2.901083767604761, 59.327763740536248 ], [ -2.901289779760512, 59.328044302127708 ], [ -2.903696728355868, 59.32490961609534 ], [ -2.904519779593105, 59.324538400392818 ], [ -2.905174799728897, 59.32326760599797 ], [ -2.906793854070187, 59.324416624903847 ], [ -2.908179886642232, 59.326706869534746 ], [ -2.908916010266636, 59.326963068566016 ], [ -2.910174018835657, 59.329713984905901 ], [ -2.909983162912773, 59.331251875026524 ], [ -2.910405960858255, 59.331551563604947 ], [ -2.909780620515845, 59.332024710806451 ], [ -2.909663888454952, 59.333772225036242 ], [ -2.908059673054653, 59.336228790422602 ], [ -2.908913864193683, 59.337869851212211 ], [ -2.908416268376982, 59.341814839221712 ], [ -2.911085939105093, 59.345129747821773 ], [ -2.911185582851576, 59.349242093736763 ], [ -2.908878189742703, 59.351796969990566 ], [ -2.907433268169046, 59.354390704921656 ], [ -2.905446102315018, 59.355520787522686 ], [ -2.904773576363344, 59.356883296138747 ], [ -2.901010820889328, 59.359052080252852 ], [ -2.901275958546278, 59.359233448254273 ], [ -2.900718798518165, 59.35931632594766 ], [ -2.899802328056282, 59.360510762104056 ], [ -2.899103822812783, 59.360903534168727 ], [ -2.898255539197036, 59.360821372669648 ], [ -2.897776803643218, 59.361743365387419 ], [ -2.897381075437664, 59.361746089422383 ], [ -2.897094314681095, 59.364144034375379 ], [ -2.898110506096931, 59.364385796630444 ], [ -2.897758703075047, 59.364720494030642 ], [ -2.89824246428623, 59.365251496585941 ], [ -2.897262256398074, 59.367172866001766 ], [ -2.897577839438563, 59.367663718138147 ], [ -2.896565673647927, 59.368711508669747 ], [ -2.896496913424165, 59.369372938439405 ], [ -2.897016025091557, 59.369575019924476 ], [ -2.896190257449317, 59.370220999195361 ], [ -2.896205766069389, 59.370875563239395 ], [ -2.896317048928909, 59.371158578860282 ], [ -2.89663684602198, 59.371008204131563 ], [ -2.895179931324765, 59.372144353402966 ], [ -2.893152573848321, 59.372737488007978 ], [ -2.892759598905557, 59.373318515394658 ], [ -2.893408082857905, 59.373821466594357 ], [ -2.892974599702578, 59.374200713337615 ], [ -2.892019465392764, 59.374082421992817 ], [ -2.890424677917594, 59.376078881482698 ], [ -2.890469932118254, 59.376328227044112 ], [ -2.891094266135925, 59.376312288621918 ], [ -2.890294062506477, 59.37733972004289 ], [ -2.890837086704786, 59.377443776921332 ], [ -2.890997675436617, 59.378064122094536 ], [ -2.890177280763015, 59.379464375760257 ], [ -2.890595073511356, 59.379355555444782 ], [ -2.890254011943594, 59.38205558737409 ], [ -2.890685647143775, 59.382808788006166 ], [ -2.889114839898215, 59.384126147341256 ], [ -2.886673703962026, 59.384476832192242 ], [ -2.886056187602702, 59.385097080783588 ], [ -2.884752838372347, 59.384867049301121 ], [ -2.883446143183824, 59.38552249082538 ], [ -2.880537694214087, 59.385236822751722 ], [ -2.879474348131485, 59.386115988102247 ], [ -2.878704897296389, 59.385837394070201 ], [ -2.878947870658348, 59.385295140040412 ] ] ], [ [ [ -2.408600256640768, 59.390716274246635 ], [ -2.40904442315592, 59.390320662374236 ], [ -2.409770322062255, 59.390367773549642 ], [ -2.409649926548547, 59.390748901503379 ], [ -2.408600256640768, 59.390716274246635 ] ] ], [ [ [ -2.381975513884267, 59.392725855127267 ], [ -2.381990865226794, 59.392525557730089 ], [ -2.381410989656392, 59.392626033960148 ], [ -2.381611182695408, 59.392423399965232 ], [ -2.380261911296333, 59.392523425949825 ], [ -2.381027370948262, 59.3920165199659 ], [ -2.379847059781187, 59.391638315720314 ], [ -2.380203065866531, 59.391199955796544 ], [ -2.379654492452833, 59.391421562086059 ], [ -2.380315403839592, 59.390855696902214 ], [ -2.379961559716412, 59.390543328608871 ], [ -2.377791765294628, 59.389835727254514 ], [ -2.378281638383142, 59.389245223759218 ], [ -2.37705900560814, 59.388849157259266 ], [ -2.37659727296762, 59.388962740528058 ], [ -2.376754791504692, 59.388562678579476 ], [ -2.374835329952649, 59.38802941349531 ], [ -2.374070341707685, 59.387461384205245 ], [ -2.374691561941386, 59.38680675967926 ], [ -2.37413575809942, 59.385570920343106 ], [ -2.372421139751119, 59.384597015188994 ], [ -2.371273953160685, 59.384479057181558 ], [ -2.370901416280134, 59.384697431719538 ], [ -2.370465409542327, 59.384100607359663 ], [ -2.372246709606649, 59.382976634526557 ], [ -2.372322978198079, 59.382227489876378 ], [ -2.373551214197671, 59.382039888452354 ], [ -2.375764439522345, 59.383861845439696 ], [ -2.376953055820227, 59.383906906713349 ], [ -2.376897883538499, 59.384169280409431 ], [ -2.380418350421732, 59.384805613921429 ], [ -2.384721102540085, 59.384563104894639 ], [ -2.387593747506787, 59.383636848382892 ], [ -2.389667058620013, 59.383316371582104 ], [ -2.397582649502144, 59.382733926251426 ], [ -2.402077435842479, 59.381201634926434 ], [ -2.402370245013272, 59.380661934383674 ], [ -2.403933291793146, 59.380823231349439 ], [ -2.404824488282175, 59.38058070290473 ], [ -2.405047144146578, 59.379918188528038 ], [ -2.408619701185733, 59.377709645874695 ], [ -2.409615356501295, 59.3762158476965 ], [ -2.411971902100365, 59.367384700836958 ], [ -2.41067211086032, 59.365812815019119 ], [ -2.408783641648114, 59.365015041866648 ], [ -2.40942008385718, 59.363523265403899 ], [ -2.407076123741837, 59.360225971237604 ], [ -2.405906302112005, 59.359627062025226 ], [ -2.402477932666534, 59.359161753391319 ], [ -2.40199014368575, 59.358518495553305 ], [ -2.398083939448724, 59.356586316578223 ], [ -2.397934334040478, 59.355976134204063 ], [ -2.398790757833023, 59.355370061410476 ], [ -2.40096323331184, 59.354963786735382 ], [ -2.402334035217395, 59.355327742201688 ], [ -2.40625446598732, 59.355352399677919 ], [ -2.411314436082035, 59.354205948638864 ], [ -2.414899855014263, 59.352152532392829 ], [ -2.417638219052078, 59.349316880451099 ], [ -2.418124763321932, 59.347844394812057 ], [ -2.420377767015141, 59.34760905464897 ], [ -2.423653564170479, 59.348462324304208 ], [ -2.423676508269133, 59.350303152114797 ], [ -2.425652018980663, 59.354297309157026 ], [ -2.427760127976475, 59.35621302702269 ], [ -2.430302565374727, 59.35740708142179 ], [ -2.434618797533975, 59.358241372203508 ], [ -2.438879962106175, 59.358200155177101 ], [ -2.439847231907853, 59.357649114401845 ], [ -2.440496264514577, 59.356430131319293 ], [ -2.441383786929155, 59.356109236626743 ], [ -2.440859353224653, 59.355270482197284 ], [ -2.44143552037965, 59.356030037327926 ], [ -2.443782308764005, 59.355001040987695 ], [ -2.44365193699068, 59.35525292521416 ], [ -2.444391393501831, 59.35544886463272 ], [ -2.4448480801516, 59.355270400559711 ], [ -2.44508440936462, 59.355992485036737 ], [ -2.445788513078456, 59.356307073470305 ], [ -2.449084569568935, 59.35658491608622 ], [ -2.449759883742651, 59.357776929875648 ], [ -2.449079879153837, 59.359024802225036 ], [ -2.447139629012333, 59.360213241366132 ], [ -2.446454178640663, 59.361593124032929 ], [ -2.443775631068249, 59.361896813899286 ], [ -2.442211784632767, 59.363514038747496 ], [ -2.441665267866564, 59.365181681643399 ], [ -2.44218525836253, 59.365395439025974 ], [ -2.441490303471205, 59.365932104218807 ], [ -2.442046643810798, 59.366504939006205 ], [ -2.441122974255608, 59.366907677399972 ], [ -2.442308101493192, 59.367263760099277 ], [ -2.441317136139892, 59.368581789646889 ], [ -2.441995989371162, 59.368696230012603 ], [ -2.440625387970075, 59.369236076864183 ], [ -2.441421565342891, 59.369171421794562 ], [ -2.44077682059357, 59.369652236720675 ], [ -2.441605535438995, 59.369924220319618 ], [ -2.441096036364192, 59.370794310272018 ], [ -2.439367100581566, 59.371796926741411 ], [ -2.439494843081853, 59.371470522590052 ], [ -2.438650047213601, 59.371453611417657 ], [ -2.438564106626243, 59.371747546168429 ], [ -2.4376360098647, 59.371138229287972 ], [ -2.437270919229769, 59.372300566713932 ], [ -2.436370832585354, 59.372775031440028 ], [ -2.434962106058955, 59.372830924273593 ], [ -2.435993091755018, 59.372956792785395 ], [ -2.435224751688951, 59.37327904714131 ], [ -2.435535783158463, 59.373520468200965 ], [ -2.434647626022225, 59.373694051510441 ], [ -2.434047420822041, 59.374369549613071 ], [ -2.433062847650354, 59.374298289433405 ], [ -2.433662217728614, 59.374933876188628 ], [ -2.432746583293913, 59.375302403390542 ], [ -2.433490592572995, 59.375136496450764 ], [ -2.433524788678817, 59.375609627784634 ], [ -2.434035656930028, 59.375651930231037 ], [ -2.433489847342344, 59.375905185318537 ], [ -2.43396932863487, 59.376107436027972 ], [ -2.432812856006531, 59.376360025122622 ], [ -2.431618753717873, 59.377114709264845 ], [ -2.432634275751568, 59.376846434611188 ], [ -2.432010012317027, 59.377574984491737 ], [ -2.429799084518525, 59.378365344273 ], [ -2.430478893416965, 59.37826522016735 ], [ -2.430368083512031, 59.379380898798672 ], [ -2.43094873394981, 59.380202444834403 ], [ -2.432621294794497, 59.381076046355581 ], [ -2.433470557935864, 59.381148658037517 ], [ -2.433119128298919, 59.381607804295399 ], [ -2.433527256109281, 59.381729473824088 ], [ -2.43293006817588, 59.382102330526443 ], [ -2.433904678487131, 59.382064967593102 ], [ -2.434105466771172, 59.383176917886537 ], [ -2.433709476595358, 59.383455716478657 ], [ -2.434223038753116, 59.383561767228123 ], [ -2.434554821475236, 59.384729854219856 ], [ -2.433725530178113, 59.384987645860335 ], [ -2.434132434503579, 59.38514793145815 ], [ -2.432787482383493, 59.385690301506251 ], [ -2.432420625390621, 59.386324605967658 ], [ -2.431129421944483, 59.386530929786247 ], [ -2.43139054174233, 59.386023596330396 ], [ -2.428952853482541, 59.386605456229724 ], [ -2.425705708577805, 59.385534009973284 ], [ -2.422639200445327, 59.386089066967479 ], [ -2.419356494543811, 59.385965862127428 ], [ -2.416887843328685, 59.386909488034981 ], [ -2.415877508445155, 59.388210317067461 ], [ -2.415327323962629, 59.387702008856536 ], [ -2.414266937833274, 59.387937962079413 ], [ -2.414102461364186, 59.388308458466497 ], [ -2.413610428119938, 59.388091806903084 ], [ -2.413401991948836, 59.388900663432622 ], [ -2.41310269703454, 59.38875434053358 ], [ -2.413373564754939, 59.389168356083346 ], [ -2.412878439909351, 59.388987631375926 ], [ -2.412480525009643, 59.389707286442501 ], [ -2.411018504474437, 59.389784639483793 ], [ -2.409828496584321, 59.38847910751479 ], [ -2.410722892111071, 59.386451314834119 ], [ -2.41036024301703, 59.386012438670271 ], [ -2.406902105470289, 59.384759794436221 ], [ -2.403925999224225, 59.384647816757614 ], [ -2.399953781395291, 59.38604207346107 ], [ -2.400268210807118, 59.38628446541037 ], [ -2.398980211483241, 59.386180652718025 ], [ -2.399523625419418, 59.386435815644525 ], [ -2.398808168157121, 59.386669688056799 ], [ -2.398591823565182, 59.386384787129138 ], [ -2.397708434819028, 59.386409035890452 ], [ -2.395819248836002, 59.387282245986732 ], [ -2.396014190272679, 59.386790451213983 ], [ -2.395207083335489, 59.387017398113606 ], [ -2.393296049239077, 59.387988518982098 ], [ -2.392680762575245, 59.389278994514861 ], [ -2.392314605256562, 59.389432755407547 ], [ -2.392282203725113, 59.389066471320042 ], [ -2.391570193988394, 59.389455646331257 ], [ -2.391699141898714, 59.389798292800485 ], [ -2.3897953194186, 59.390499941731832 ], [ -2.390193022491053, 59.390025509836612 ], [ -2.388774336776339, 59.390510173027621 ], [ -2.388511928864024, 59.390963543720211 ], [ -2.387697817139988, 59.390898616719014 ], [ -2.381975513884267, 59.392725855127267 ] ] ], [ [ [ -2.381904042675665, 59.394040726007027 ], [ -2.382471837775606, 59.393647537403083 ], [ -2.383333967718079, 59.394061675203126 ], [ -2.382708051775544, 59.394296991352299 ], [ -2.381904042675665, 59.394040726007027 ] ] ], [ [ [ -2.382673934148483, 59.394550325417953 ], [ -2.38341073571419, 59.394311091579027 ], [ -2.38323151646019, 59.394811800255923 ], [ -2.383606927431114, 59.394844820449272 ], [ -2.382655764990526, 59.39496884333753 ], [ -2.382673934148483, 59.394550325417953 ] ] ], [ [ [ -2.383986825988607, 59.394963135667616 ], [ -2.38478408527237, 59.393999933819053 ], [ -2.386599824179199, 59.394349271938964 ], [ -2.385780957795947, 59.39495694365079 ], [ -2.384952773787913, 59.395056373699092 ], [ -2.383986825988607, 59.394963135667616 ] ] ], [ [ [ -2.386528870393974, 59.39816684930291 ], [ -2.387678500886888, 59.397683011678772 ], [ -2.387802975017935, 59.397943059529794 ], [ -2.386591921298979, 59.398600392804553 ], [ -2.386528870393974, 59.39816684930291 ] ] ] ] } }, +{ "type": "Feature", "properties": { "LAD13CD": "S12000024", "LAD13CDO": "00RB", "LAD13NM": "Perth and Kinross", "LAD13NMW": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -3.263082411038069, 56.354813529440584 ], [ -3.26660258357645, 56.354577233653586 ], [ -3.269207050229482, 56.354788688298981 ], [ -3.261013878752379, 56.355932562750233 ], [ -3.251748473185216, 56.358201763923837 ], [ -3.245465772682395, 56.358359406821819 ], [ -3.245097741132775, 56.357893190976462 ], [ -3.246009162708071, 56.35705651436048 ], [ -3.249028753198713, 56.356202194194218 ], [ -3.263082411038069, 56.354813529440584 ] ] ], [ [ [ -3.41844354433432, 56.378145564204132 ], [ -3.418868271127971, 56.377896306295789 ], [ -3.425100309526412, 56.378348653397772 ], [ -3.426384812914182, 56.378920613075032 ], [ -3.426306820422025, 56.38004016766287 ], [ -3.424511600949417, 56.381318737356366 ], [ -3.423804091787413, 56.383104136161116 ], [ -3.424470653942025, 56.385037279656771 ], [ -3.42456905916199, 56.387932972887654 ], [ -3.423861143713338, 56.393312445336477 ], [ -3.423251454951475, 56.392950154743858 ], [ -3.422107945968408, 56.390653187347446 ], [ -3.422882288102296, 56.388743039185286 ], [ -3.42238930068525, 56.386860011077871 ], [ -3.415833954225151, 56.379652561713947 ], [ -3.416195572320221, 56.378967354100318 ], [ -3.418825045203868, 56.378519474637542 ], [ -3.41844354433432, 56.378145564204132 ] ] ], [ [ [ -3.938615524481417, 56.948633253781395 ], [ -3.937490254077831, 56.945959577071669 ], [ -3.939228169489858, 56.941592689599545 ], [ -3.938579983662748, 56.940506525909662 ], [ -3.937276174399137, 56.939614721927917 ], [ -3.93636942241426, 56.935441580803946 ], [ -3.932789250296233, 56.935339747701775 ], [ -3.92906885628052, 56.933636086797748 ], [ -3.925766769976314, 56.933026581320547 ], [ -3.923549406863158, 56.933532456784803 ], [ -3.918414559376091, 56.933876441255016 ], [ -3.915770976647315, 56.932483824325352 ], [ -3.914451690487199, 56.93239621436404 ], [ -3.912540094582043, 56.931172023826029 ], [ -3.906573872387032, 56.931483315890581 ], [ -3.904167303630233, 56.932310711118568 ], [ -3.900290057660852, 56.931853063090884 ], [ -3.899712943456729, 56.93019955216284 ], [ -3.901386050876603, 56.927069681218114 ], [ -3.901060974033612, 56.925686393380161 ], [ -3.899982049499865, 56.924664995319965 ], [ -3.89734982289096, 56.923792974672168 ], [ -3.896177092513522, 56.923024557971111 ], [ -3.894726398478041, 56.922768015684078 ], [ -3.888602078404531, 56.926104411744198 ], [ -3.886658705984125, 56.92666838875833 ], [ -3.883325230619822, 56.92508334250131 ], [ -3.880457987453122, 56.924758120377625 ], [ -3.878988176591462, 56.924937469639119 ], [ -3.873020346975961, 56.922906527324564 ], [ -3.871118631464117, 56.923155153609699 ], [ -3.869172559288475, 56.924981327794754 ], [ -3.866777360965073, 56.92587971218267 ], [ -3.858563181792454, 56.923436848464668 ], [ -3.854834673970247, 56.922800378177264 ], [ -3.854479424820124, 56.923753592372705 ], [ -3.852805996452137, 56.924964462919874 ], [ -3.845419880572953, 56.926125013777657 ], [ -3.842674331779843, 56.926929265854618 ], [ -3.842435954594605, 56.927426966364166 ], [ -3.839598218299763, 56.929032190762598 ], [ -3.83885249285925, 56.930575139880276 ], [ -3.834039935509278, 56.93330546325631 ], [ -3.831619068002846, 56.936054483003133 ], [ -3.827825477247916, 56.93695911032389 ], [ -3.826050379479506, 56.937968928514977 ], [ -3.824279752551345, 56.938399112971595 ], [ -3.822007554957672, 56.938319937541081 ], [ -3.820576975883234, 56.936453899915442 ], [ -3.81752127373233, 56.934288021905616 ], [ -3.810317964257538, 56.935888577518092 ], [ -3.804483278305193, 56.935550641230797 ], [ -3.80164814088399, 56.935892537771252 ], [ -3.798257971738308, 56.932046310862191 ], [ -3.79233820029707, 56.927692697641142 ], [ -3.790862293310354, 56.925355264864692 ], [ -3.787945629892973, 56.92363594461402 ], [ -3.783499892504844, 56.923092972978687 ], [ -3.78189488086814, 56.923201225517367 ], [ -3.774597225908834, 56.925569298543259 ], [ -3.767753207525492, 56.928514550340843 ], [ -3.765786928189994, 56.930024877657473 ], [ -3.763848245159502, 56.930730621724287 ], [ -3.760573723565479, 56.931338352370197 ], [ -3.753964320797136, 56.931974866642868 ], [ -3.746529144736593, 56.933583966067573 ], [ -3.740688273408558, 56.933620515408542 ], [ -3.734620066276587, 56.93212351453495 ], [ -3.732810182480492, 56.931191717355155 ], [ -3.731049614577115, 56.928484677841602 ], [ -3.728097757607011, 56.925771629120121 ], [ -3.725220228028437, 56.918430221700362 ], [ -3.714534460228013, 56.917907902542893 ], [ -3.709225016701337, 56.91657898032193 ], [ -3.708881901241523, 56.916080515252496 ], [ -3.710219405568819, 56.914795338690496 ], [ -3.710271070054793, 56.91359064678246 ], [ -3.708700295346177, 56.914622943043383 ], [ -3.704892275833187, 56.915586926889503 ], [ -3.698108091933498, 56.915769148230119 ], [ -3.696495759642277, 56.916437962327421 ], [ -3.692307217935272, 56.915901748784776 ], [ -3.688501768002384, 56.916388993215797 ], [ -3.683553678195489, 56.916127802448223 ], [ -3.682936800122932, 56.917933092786321 ], [ -3.683369479922713, 56.919333402916486 ], [ -3.682955154728816, 56.9210775617113 ], [ -3.676024057269882, 56.925335199112162 ], [ -3.677260979287039, 56.926536057888683 ], [ -3.675880951985186, 56.929838542578906 ], [ -3.676281767068984, 56.931630143095241 ], [ -3.675472379976494, 56.932454125782066 ], [ -3.671814573820323, 56.932426729775152 ], [ -3.667519411237576, 56.931374472211601 ], [ -3.664213837260418, 56.931135503562842 ], [ -3.661729458780222, 56.93254773015633 ], [ -3.658063503648224, 56.933077100119633 ], [ -3.6547363793899, 56.932910044713303 ], [ -3.654288665812472, 56.932448759376982 ], [ -3.655425722643435, 56.93122075311134 ], [ -3.655303510278233, 56.930687773802184 ], [ -3.654042975920256, 56.929311810958758 ], [ -3.650790781002122, 56.928043019658261 ], [ -3.649807043197528, 56.92716201757252 ], [ -3.65031250339069, 56.925398809637542 ], [ -3.650139636655533, 56.923716435307881 ], [ -3.645822225413926, 56.923054576914232 ], [ -3.643657452794204, 56.923294208448795 ], [ -3.640914184812463, 56.923343732705916 ], [ -3.639232642461271, 56.923963289027341 ], [ -3.637695214060263, 56.925623172241075 ], [ -3.634156626069057, 56.924923749203685 ], [ -3.633188420849736, 56.925327243513955 ], [ -3.631785368580104, 56.925368031250706 ], [ -3.629763741163945, 56.924976615559615 ], [ -3.627711272890156, 56.925007854478103 ], [ -3.62653186019248, 56.925467955824679 ], [ -3.618201456512175, 56.926227483204826 ], [ -3.615114679591362, 56.928181164817232 ], [ -3.613319727822023, 56.92866256875844 ], [ -3.610689518055495, 56.929972325548661 ], [ -3.602647447610722, 56.931162850142336 ], [ -3.599667684469575, 56.930846122068139 ], [ -3.594263805208308, 56.931292520168725 ], [ -3.592500432974536, 56.930789391815757 ], [ -3.589734874700853, 56.931255861508092 ], [ -3.584225271527099, 56.931150609226385 ], [ -3.582737187195065, 56.930935857839216 ], [ -3.578792128687745, 56.92954819591607 ], [ -3.579058448853066, 56.927100992334523 ], [ -3.576779123568674, 56.926042618095437 ], [ -3.578466852556156, 56.923209101878619 ], [ -3.577995908864586, 56.921004809961339 ], [ -3.573840009132499, 56.916335749508917 ], [ -3.572244043303836, 56.911000950269681 ], [ -3.569018420199647, 56.910259823513613 ], [ -3.567560589576933, 56.909177493115109 ], [ -3.565855870166569, 56.907491772423981 ], [ -3.56529347461772, 56.906218497825328 ], [ -3.563061155785251, 56.904476455439863 ], [ -3.562680045894834, 56.902625880096366 ], [ -3.558718466907077, 56.900357311058706 ], [ -3.560003387336454, 56.899276586073746 ], [ -3.560510263348097, 56.897257680572402 ], [ -3.561672561352933, 56.896389609232841 ], [ -3.563816201963537, 56.895630540211755 ], [ -3.568175365753924, 56.895050291692044 ], [ -3.5684616103673, 56.89463340068253 ], [ -3.56859138269094, 56.892246324876574 ], [ -3.567880268526527, 56.890750308956662 ], [ -3.565305126544238, 56.88824890850843 ], [ -3.563911650715204, 56.88573715981704 ], [ -3.560782951681604, 56.884115015800049 ], [ -3.556203490261097, 56.88548751750691 ], [ -3.549447927993165, 56.885845532435837 ], [ -3.545550407866341, 56.887052844248316 ], [ -3.543180317901014, 56.8892833970597 ], [ -3.540879340632575, 56.889810451200638 ], [ -3.539174093329751, 56.891453209456692 ], [ -3.53765625715811, 56.892267045761628 ], [ -3.529250844446877, 56.883619151165604 ], [ -3.526915166453563, 56.884901086979546 ], [ -3.524753313362132, 56.886827752098881 ], [ -3.523586519567289, 56.886792573311389 ], [ -3.5218597923226, 56.887316763359209 ], [ -3.518862660860961, 56.887479026945861 ], [ -3.515112683548037, 56.88587139119732 ], [ -3.512939964884604, 56.887748563186804 ], [ -3.510415895150512, 56.888246309524177 ], [ -3.502541301333275, 56.887123858099358 ], [ -3.499197892056659, 56.886018489766776 ], [ -3.49934414362675, 56.884547747998454 ], [ -3.498622619689203, 56.882103603245135 ], [ -3.496489871333106, 56.881711388631949 ], [ -3.491788481106503, 56.881516058108041 ], [ -3.489850154021217, 56.876727929822415 ], [ -3.482474988883914, 56.874672858566868 ], [ -3.480484115729164, 56.874741397504543 ], [ -3.477416676433523, 56.874139814581731 ], [ -3.47540517491682, 56.874100701491805 ], [ -3.469628665759834, 56.87470339205494 ], [ -3.465707347862077, 56.872822279364264 ], [ -3.460021211646951, 56.8744791531524 ], [ -3.459811560042682, 56.874993724689631 ], [ -3.457199629563789, 56.874494137129503 ], [ -3.455826198864927, 56.875673655989694 ], [ -3.453334781265131, 56.876376514478387 ], [ -3.449397267643642, 56.876179687664916 ], [ -3.446313449207442, 56.875568549057796 ], [ -3.446149261701876, 56.877052901367726 ], [ -3.44478896156589, 56.879009306714842 ], [ -3.446580340580872, 56.879716320610044 ], [ -3.446491369321426, 56.88038669980142 ], [ -3.445661917181897, 56.880580485979408 ], [ -3.444411751235381, 56.880078338071783 ], [ -3.443531873636907, 56.880241247309051 ], [ -3.441791017731683, 56.882336782874646 ], [ -3.439291026875605, 56.883901969801727 ], [ -3.438040228179852, 56.885520114121618 ], [ -3.434803819196887, 56.885867296486765 ], [ -3.433320412757652, 56.886347029171446 ], [ -3.429832478756406, 56.886557707799753 ], [ -3.429401807922309, 56.886454822521003 ], [ -3.429945964905939, 56.885446821370273 ], [ -3.429570581635139, 56.884642511735244 ], [ -3.425932360918939, 56.883704785116876 ], [ -3.421689660844354, 56.881754093771839 ], [ -3.421144150384527, 56.880785482694691 ], [ -3.421287276558362, 56.879584422406559 ], [ -3.410536365397604, 56.88082935696626 ], [ -3.405961590625669, 56.882677831592204 ], [ -3.40496209402614, 56.884032257219587 ], [ -3.401151854080894, 56.882426404663249 ], [ -3.400495424265581, 56.881768915409246 ], [ -3.398616095194106, 56.881102660800266 ], [ -3.397475695026742, 56.881106440558213 ], [ -3.396681591661138, 56.880275274806159 ], [ -3.394539625805364, 56.879382792276907 ], [ -3.387467621169103, 56.879843390161824 ], [ -3.38352531632674, 56.879294146419014 ], [ -3.382676983298508, 56.878984592401842 ], [ -3.381175714085964, 56.87698868604425 ], [ -3.380041061853257, 56.877144979467886 ], [ -3.375425023805676, 56.874994709568369 ], [ -3.372138153995847, 56.874626563730814 ], [ -3.374460238314838, 56.873743016420896 ], [ -3.379082698025782, 56.868499045136183 ], [ -3.379689109428367, 56.866924558703182 ], [ -3.378197973474014, 56.8636257579195 ], [ -3.378518594468836, 56.860971801436364 ], [ -3.387377288019811, 56.855038265385268 ], [ -3.390899647694965, 56.851409769280643 ], [ -3.393724425081076, 56.85086615071171 ], [ -3.397830779390799, 56.85105383967047 ], [ -3.400829344784147, 56.849021176019193 ], [ -3.401221373423156, 56.847884727147346 ], [ -3.403089170172695, 56.845658048306525 ], [ -3.405912829228498, 56.845100685345933 ], [ -3.407021879719119, 56.843417066915194 ], [ -3.406943187193923, 56.843067556968762 ], [ -3.405635135285863, 56.843378782283523 ], [ -3.400753013429553, 56.843029356264132 ], [ -3.398409857850089, 56.843720481532948 ], [ -3.392801432989049, 56.842574764777957 ], [ -3.388824898305548, 56.840112390893879 ], [ -3.384948390123148, 56.837015375018822 ], [ -3.381549167958999, 56.836401667917784 ], [ -3.380560033793584, 56.83335338759909 ], [ -3.376890076245378, 56.829818093512309 ], [ -3.37024347687128, 56.831131102866323 ], [ -3.369605713691604, 56.830944936337048 ], [ -3.366119561659875, 56.829046985113528 ], [ -3.364076058725533, 56.827155639814492 ], [ -3.358540359700296, 56.82565721319942 ], [ -3.351636732651441, 56.820287578766376 ], [ -3.360020410822109, 56.817891967387993 ], [ -3.366731198298261, 56.813447681674056 ], [ -3.364899191710765, 56.812169472856255 ], [ -3.364487651369691, 56.809860461436564 ], [ -3.36280674374565, 56.808225681843673 ], [ -3.35820561551774, 56.806676611578425 ], [ -3.3576053994301, 56.805703832506694 ], [ -3.357641791654952, 56.804445604713599 ], [ -3.359475534899765, 56.802170522300706 ], [ -3.359259815034408, 56.801413680939177 ], [ -3.359683412656032, 56.800901439442953 ], [ -3.360303749846109, 56.800396035807012 ], [ -3.362600671349306, 56.800065494885352 ], [ -3.367169870024784, 56.795357021320271 ], [ -3.366747743290429, 56.793205357252916 ], [ -3.370266421512694, 56.790251267111223 ], [ -3.374118616920097, 56.789270002251897 ], [ -3.380009310115512, 56.781397372669581 ], [ -3.379445126468746, 56.780518633292012 ], [ -3.379508330331796, 56.777112777833437 ], [ -3.389797528054922, 56.769244819966396 ], [ -3.388414594743429, 56.765468720680616 ], [ -3.383109027388979, 56.757773968896956 ], [ -3.378562559348925, 56.754446111591129 ], [ -3.377839683090309, 56.753241180500382 ], [ -3.373101899171676, 56.752484840971583 ], [ -3.371074432924814, 56.752498171988094 ], [ -3.368711494010924, 56.752955399257573 ], [ -3.366547524555887, 56.752588309744965 ], [ -3.363908636525667, 56.751525581536335 ], [ -3.361314265095804, 56.749429083815322 ], [ -3.357841006895114, 56.747665555527263 ], [ -3.356999155159725, 56.745859835593727 ], [ -3.357874473054836, 56.743154924396435 ], [ -3.363946358482392, 56.738129123382784 ], [ -3.349109962961176, 56.72944976139533 ], [ -3.352783751844659, 56.726161997380494 ], [ -3.344474380490021, 56.722986024481088 ], [ -3.338538076851586, 56.719415664998792 ], [ -3.337701321422749, 56.716558563085862 ], [ -3.334876837485813, 56.714082152505064 ], [ -3.334811668673034, 56.713395528495099 ], [ -3.333987910880212, 56.712739490779761 ], [ -3.332659296114743, 56.712358387255499 ], [ -3.331800506332672, 56.710247204250578 ], [ -3.327905516634465, 56.709120783978641 ], [ -3.326676656130503, 56.709479783658864 ], [ -3.324729019370861, 56.709374725046423 ], [ -3.319285663646159, 56.710205163473489 ], [ -3.315283278878154, 56.709968961755081 ], [ -3.315247261021786, 56.708468916752906 ], [ -3.313835712259249, 56.70710467806628 ], [ -3.314030157978345, 56.706356906695305 ], [ -3.311766411103862, 56.7049072932153 ], [ -3.306806897344502, 56.702722259867578 ], [ -3.30660757099272, 56.698856488384386 ], [ -3.303097502692391, 56.696525821982576 ], [ -3.30290524300894, 56.695687774763464 ], [ -3.302022815530656, 56.694960266613712 ], [ -3.308527969031129, 56.689959550728112 ], [ -3.306820187795333, 56.688971207248734 ], [ -3.303130873315558, 56.688277620759045 ], [ -3.302953550841819, 56.686689202780649 ], [ -3.302224217279493, 56.686606985321568 ], [ -3.302184331907354, 56.685924573127188 ], [ -3.30077968405219, 56.684721840186079 ], [ -3.299736773883263, 56.684539560570968 ], [ -3.299394847689296, 56.683617715539555 ], [ -3.296065056706536, 56.683153770497633 ], [ -3.294808204621348, 56.68244358561487 ], [ -3.293489057905145, 56.682295572150622 ], [ -3.292751678938581, 56.68149910858947 ], [ -3.290075480491403, 56.680521487248939 ], [ -3.289365184778115, 56.679654643682973 ], [ -3.28815251578602, 56.679562074646121 ], [ -3.287310333518353, 56.67870287308412 ], [ -3.285805833156191, 56.678235945533785 ], [ -3.284751890726093, 56.678393272850279 ], [ -3.283864740209211, 56.677792369892181 ], [ -3.285349493525884, 56.677393410674732 ], [ -3.286798847679129, 56.676435958062598 ], [ -3.286765402054642, 56.668227979518598 ], [ -3.283899951777702, 56.665539721532191 ], [ -3.277460429148216, 56.665750616057132 ], [ -3.27184684789847, 56.666166575161242 ], [ -3.270520090552931, 56.667469408979372 ], [ -3.270030310709968, 56.669159014088557 ], [ -3.268839031840273, 56.670128017264481 ], [ -3.266914529328946, 56.670646258638513 ], [ -3.264482366837926, 56.670626060567749 ], [ -3.261148040974969, 56.669734469528379 ], [ -3.260387088871843, 56.668448398348012 ], [ -3.253080665798163, 56.665420681841383 ], [ -3.249441173266582, 56.663469877787421 ], [ -3.244829754036371, 56.66221331418091 ], [ -3.244297279914331, 56.661353425358499 ], [ -3.242225684357976, 56.660521480653642 ], [ -3.239339047711808, 56.659855746835156 ], [ -3.234237988589596, 56.659466184220236 ], [ -3.230520014264904, 56.658563209029928 ], [ -3.226040305335685, 56.657908413845838 ], [ -3.225123059324717, 56.658548158420516 ], [ -3.223705562312901, 56.658350964457313 ], [ -3.212748829593969, 56.655381892146657 ], [ -3.205075584286157, 56.654714293339985 ], [ -3.187254452797548, 56.654485736524762 ], [ -3.186304491962606, 56.654361823261333 ], [ -3.185857219178234, 56.653571856805947 ], [ -3.184997308093579, 56.65345785714976 ], [ -3.183211068179501, 56.652254756750182 ], [ -3.18141211057245, 56.651684259301227 ], [ -3.175724795989233, 56.652001355282295 ], [ -3.174767904036996, 56.652752507466943 ], [ -3.172603652101796, 56.653441359069511 ], [ -3.1725181102309, 56.654731435776533 ], [ -3.170289498386634, 56.655295968315436 ], [ -3.169756409509249, 56.655779850800336 ], [ -3.166420426744616, 56.655774318789241 ], [ -3.165043790955635, 56.655513184969664 ], [ -3.163049372659047, 56.655901096519472 ], [ -3.162112913250832, 56.655525308144711 ], [ -3.159919136560049, 56.656221400052829 ], [ -3.158305518324695, 56.655678491418705 ], [ -3.157315542254088, 56.656215984778029 ], [ -3.155613862856639, 56.654606508275755 ], [ -3.151453912114615, 56.653198563937117 ], [ -3.150835135411825, 56.652536742482219 ], [ -3.151914671353643, 56.651620226467301 ], [ -3.150234020715093, 56.649829895632074 ], [ -3.15006224788462, 56.647991468532389 ], [ -3.148765368254721, 56.646103234699865 ], [ -3.148630596933991, 56.643816139422441 ], [ -3.153390466708051, 56.638097533517282 ], [ -3.154823076910547, 56.637386154461673 ], [ -3.156594206059697, 56.637083101493744 ], [ -3.161048224308283, 56.636916741433922 ], [ -3.164078828255728, 56.636378110764213 ], [ -3.172800313047245, 56.635663712992731 ], [ -3.178134696066548, 56.635608832249247 ], [ -3.17845731571959, 56.635132294316264 ], [ -3.177101414864061, 56.634677933490032 ], [ -3.176721262747902, 56.634197264375175 ], [ -3.178096894861067, 56.632931808871433 ], [ -3.177762111779538, 56.63029712757217 ], [ -3.177078993969686, 56.629875030628938 ], [ -3.174428667958322, 56.629461630114392 ], [ -3.172836950018317, 56.628701280917511 ], [ -3.174142194072981, 56.628582953916116 ], [ -3.174401655403477, 56.628067490077463 ], [ -3.17138989750226, 56.626137258588763 ], [ -3.175626291765784, 56.624257274915351 ], [ -3.191257614297361, 56.621963986109364 ], [ -3.18585156702797, 56.617593444669488 ], [ -3.180959393555141, 56.615759518904447 ], [ -3.17408884775035, 56.617732863087433 ], [ -3.170713394672402, 56.617975809063466 ], [ -3.168795770238252, 56.61777731294309 ], [ -3.160912158808174, 56.61921767146405 ], [ -3.157506465620282, 56.617414770165638 ], [ -3.155735684702962, 56.614659515610093 ], [ -3.15304988467245, 56.613894701344528 ], [ -3.150869041747228, 56.610818838458059 ], [ -3.149885912985634, 56.608116408160853 ], [ -3.154100316393609, 56.608430468909745 ], [ -3.155767783508177, 56.60653812268486 ], [ -3.159419516025816, 56.606250774724856 ], [ -3.161130985392496, 56.605485501197883 ], [ -3.162157661444127, 56.604384293545543 ], [ -3.16217059717137, 56.603214387761213 ], [ -3.164016597152419, 56.602592466943669 ], [ -3.165946063489638, 56.601086556539457 ], [ -3.164399893022163, 56.600120829005085 ], [ -3.166000307254905, 56.599252304830479 ], [ -3.165855193088525, 56.598877213206251 ], [ -3.160921724302333, 56.599355517154848 ], [ -3.157231211415486, 56.598459113701033 ], [ -3.155241992532366, 56.599028357947553 ], [ -3.152983946106644, 56.599008881146304 ], [ -3.151325832048212, 56.598525600831252 ], [ -3.149233930414272, 56.598344593621015 ], [ -3.148209873912067, 56.597177080691189 ], [ -3.146095226056007, 56.596026802127504 ], [ -3.144457682402368, 56.595570195140525 ], [ -3.143630745050789, 56.595637099926677 ], [ -3.142639108464808, 56.596074775875408 ], [ -3.142391446606625, 56.596664637947633 ], [ -3.145078218420856, 56.596701922509226 ], [ -3.145323667935852, 56.597224357859304 ], [ -3.141999738744898, 56.597122851486688 ], [ -3.13950759196904, 56.5978707597679 ], [ -3.13702632340642, 56.597899758088403 ], [ -3.136052257975487, 56.598547457289278 ], [ -3.136618583062172, 56.599399404129102 ], [ -3.135563488748925, 56.600442258927778 ], [ -3.135401940566339, 56.601409566894503 ], [ -3.132631581373891, 56.601256932964176 ], [ -3.132226611200002, 56.600297482781592 ], [ -3.130329120326286, 56.600517791254369 ], [ -3.130275497027247, 56.600740195433495 ], [ -3.131573711691512, 56.600850580068609 ], [ -3.132135102160053, 56.601648684634718 ], [ -3.1296910638825, 56.601514577222112 ], [ -3.13048839426526, 56.602686995751853 ], [ -3.128158352823432, 56.604411609461536 ], [ -3.127524328128407, 56.604563805508292 ], [ -3.126130332218348, 56.604249399203447 ], [ -3.125568698439864, 56.605192462223123 ], [ -3.121719257096728, 56.607607222822551 ], [ -3.120405907672398, 56.607542691529055 ], [ -3.118956746656051, 56.606907057741616 ], [ -3.116645689305561, 56.609853166422745 ], [ -3.114847762552555, 56.610154100273434 ], [ -3.113105656303046, 56.609695322114931 ], [ -3.11291339020596, 56.611577488491299 ], [ -3.113851751996845, 56.612016515613249 ], [ -3.112915242651305, 56.613024866961169 ], [ -3.110649162770252, 56.61220417515986 ], [ -3.108159019970367, 56.61285259865155 ], [ -3.110245434488554, 56.613992090185214 ], [ -3.108558267618281, 56.613410569239711 ], [ -3.10654027469226, 56.613270409586143 ], [ -3.101611141237472, 56.614377914053165 ], [ -3.100015024394826, 56.614401920783443 ], [ -3.099740003894333, 56.614918261843627 ], [ -3.100852480536915, 56.615295651411088 ], [ -3.100767236626035, 56.615893870427186 ], [ -3.095794403650829, 56.615454410107724 ], [ -3.094017676640424, 56.615883331030481 ], [ -3.094933936733848, 56.616407147917442 ], [ -3.094562733104467, 56.616699712883367 ], [ -3.091836480102625, 56.617204335925052 ], [ -3.091217710771406, 56.616937537044983 ], [ -3.088152272658593, 56.613188236764984 ], [ -3.105282494014412, 56.607362639201874 ], [ -3.101494599025559, 56.605620014966355 ], [ -3.100149591458442, 56.603678699807695 ], [ -3.100258735524464, 56.60188623522297 ], [ -3.097979480883123, 56.598333261006083 ], [ -3.11214085745171, 56.593889496970746 ], [ -3.117325302437735, 56.590277084002025 ], [ -3.116497086432527, 56.589414824362798 ], [ -3.123006829977364, 56.584023907152066 ], [ -3.128108869721667, 56.581878043714497 ], [ -3.132663256934058, 56.579075696687539 ], [ -3.137737464727508, 56.577506490705254 ], [ -3.137777825893477, 56.576628332750609 ], [ -3.140207720886846, 56.576236808104227 ], [ -3.141836715039695, 56.576385376756733 ], [ -3.149383251672771, 56.5744057262363 ], [ -3.153068476265593, 56.574356328365397 ], [ -3.163987463138673, 56.569549360903835 ], [ -3.165136427150014, 56.569230426869645 ], [ -3.165605301355627, 56.569553070086677 ], [ -3.167263984865157, 56.568822334703519 ], [ -3.179466628260939, 56.566206745895229 ], [ -3.179438187364353, 56.565920407078764 ], [ -3.183580319983819, 56.565000546933298 ], [ -3.190200442723407, 56.561278802989733 ], [ -3.190322018646762, 56.556342386238221 ], [ -3.18905713507218, 56.555280830754597 ], [ -3.185538445641609, 56.55461274453971 ], [ -3.183939097743446, 56.553722340031413 ], [ -3.18168378348385, 56.551095137458752 ], [ -3.179956614643078, 56.547082843005015 ], [ -3.17890641245299, 56.54594906728358 ], [ -3.17548644214054, 56.543289670615302 ], [ -3.171175353249899, 56.542091396546205 ], [ -3.164043369796818, 56.538150372565148 ], [ -3.173621176558292, 56.530996559957742 ], [ -3.174058675746622, 56.529477616145591 ], [ -3.173022587845705, 56.526201718738811 ], [ -3.180270085211101, 56.525117811399831 ], [ -3.182396815249537, 56.524402175898899 ], [ -3.183910010850005, 56.523457852210598 ], [ -3.1854141937432, 56.523216196380304 ], [ -3.186045994903403, 56.523771707680595 ], [ -3.190376426080973, 56.523720406228044 ], [ -3.195170812439328, 56.52420716560259 ], [ -3.200855596635297, 56.525909749197261 ], [ -3.208659595959886, 56.525379445546108 ], [ -3.212064743442889, 56.524295061163933 ], [ -3.210307339081688, 56.521180129191976 ], [ -3.209013270222155, 56.519897136645476 ], [ -3.207256048452257, 56.51907325863904 ], [ -3.207217294487082, 56.518416853766858 ], [ -3.200758815403959, 56.515349183858568 ], [ -3.199770467001465, 56.514518665041422 ], [ -3.198598169219395, 56.514294583592736 ], [ -3.197283102276673, 56.514438442820499 ], [ -3.19417196040429, 56.513488162123487 ], [ -3.191420701304223, 56.511520879950169 ], [ -3.190130282278105, 56.510012143326094 ], [ -3.190131237417104, 56.508798302544811 ], [ -3.185980186675149, 56.508347444993483 ], [ -3.18464683732496, 56.507795931394639 ], [ -3.185551387351656, 56.507155676955215 ], [ -3.189170803212866, 56.506978218704369 ], [ -3.193438233246884, 56.505551845886671 ], [ -3.192537454427499, 56.503978292755967 ], [ -3.191565630747256, 56.503296697116667 ], [ -3.183790159464492, 56.501319849591589 ], [ -3.178560897872818, 56.498185411499762 ], [ -3.177592384599091, 56.496706734508166 ], [ -3.167297771799609, 56.493343928967924 ], [ -3.166825014118664, 56.492176769390674 ], [ -3.165467764540305, 56.491453670123299 ], [ -3.164154100629242, 56.491303370364442 ], [ -3.163587972601249, 56.490742641741484 ], [ -3.162193557504044, 56.490340608533067 ], [ -3.157367683865327, 56.49037130801409 ], [ -3.150821458508372, 56.488939798280605 ], [ -3.143514970608594, 56.488185205583875 ], [ -3.142041106273067, 56.487560859613133 ], [ -3.14233987959577, 56.483723456728555 ], [ -3.144109513323802, 56.480853630844152 ], [ -3.143626667751656, 56.47975386322198 ], [ -3.130114162362975, 56.479187578171683 ], [ -3.1299584179128, 56.478372290353569 ], [ -3.130607646083725, 56.478365481100532 ], [ -3.130607222024842, 56.477914455031147 ], [ -3.122179609415786, 56.477428480098261 ], [ -3.11874138839839, 56.476835976672561 ], [ -3.11656509915273, 56.47448721651898 ], [ -3.116844716401387, 56.474113635230182 ], [ -3.123473566735437, 56.474186793678491 ], [ -3.120578200417139, 56.468593958364899 ], [ -3.119625640888942, 56.467664555320447 ], [ -3.116350124515899, 56.467496394521866 ], [ -3.113449929595517, 56.46778389712977 ], [ -3.111320596892033, 56.467290854145823 ], [ -3.103903286836498, 56.467075820787223 ], [ -3.098546500507421, 56.467448588730555 ], [ -3.091890211100981, 56.467280906591434 ], [ -3.089405734957216, 56.466957726816368 ], [ -3.088647129270487, 56.465858374880874 ], [ -3.087473375535076, 56.461930700959257 ], [ -3.080305253984561, 56.461818996739531 ], [ -3.070640118243112, 56.462186658503313 ], [ -3.067024127571361, 56.462872775178653 ], [ -3.064436112994082, 56.463761112505097 ], [ -3.062745762777477, 56.464775583089541 ], [ -3.062372023174609, 56.464643115058088 ], [ -3.055747753353165, 56.462037500719667 ], [ -3.053878571158304, 56.460703001433046 ], [ -3.054585814759742, 56.460458003865362 ], [ -3.053759678405697, 56.460218842760241 ], [ -3.053818247283887, 56.459228242952797 ], [ -3.052414947456595, 56.458889750958626 ], [ -3.051927314105006, 56.458390747550197 ], [ -3.055211146934123, 56.457494060453762 ], [ -3.057240152504716, 56.456466923204026 ], [ -3.058372326719048, 56.45476008099925 ], [ -3.058239431279609, 56.453715405766026 ], [ -3.058876519033314, 56.452937295029145 ], [ -3.059706651937987, 56.453266233747279 ], [ -3.061368062275134, 56.453032811209397 ], [ -3.061610546235842, 56.452535684854972 ], [ -3.062313891111058, 56.452448804579099 ], [ -3.06391241834459, 56.453101769294122 ], [ -3.066319073022375, 56.452830442954699 ], [ -3.068149547496789, 56.452263943974103 ], [ -3.068391377999693, 56.452498157849888 ], [ -3.069279210842542, 56.45245277580571 ], [ -3.070078307887028, 56.451905912009906 ], [ -3.069349930285221, 56.451736091855253 ], [ -3.069961083702077, 56.451718245609491 ], [ -3.070556712338289, 56.451263877407889 ], [ -3.069483257432284, 56.450476196769323 ], [ -3.073017785773624, 56.45131719445974 ], [ -3.074051033559813, 56.451194151325659 ], [ -3.074058276439042, 56.450358517865403 ], [ -3.074595977807857, 56.451187636776496 ], [ -3.077642485217293, 56.450888085919559 ], [ -3.082199017829882, 56.451317432227981 ], [ -3.085488793306836, 56.450504340561437 ], [ -3.087025531512038, 56.449380386487611 ], [ -3.088499599228279, 56.449017962475999 ], [ -3.086593701858408, 56.449256586411302 ], [ -3.086110280361301, 56.449769349459423 ], [ -3.08532616502361, 56.449751052736474 ], [ -3.085617469562283, 56.449384626465857 ], [ -3.09128508103022, 56.446244193288898 ], [ -3.091456131077974, 56.445533799302332 ], [ -3.092826172890298, 56.44534025087296 ], [ -3.093614080698495, 56.444533674333329 ], [ -3.094475546332688, 56.444255640506725 ], [ -3.09555870004212, 56.442211953262998 ], [ -3.096472785373499, 56.441735777780913 ], [ -3.097680183299431, 56.440294742435739 ], [ -3.099611857190462, 56.439562458153155 ], [ -3.100090852340918, 56.438626501030669 ], [ -3.101753743863574, 56.43813825336904 ], [ -3.102765059917255, 56.437385337135936 ], [ -3.108823057493906, 56.435786876626835 ], [ -3.110970492763086, 56.434571803007245 ], [ -3.117532492972239, 56.434094182122159 ], [ -3.121202411297261, 56.432938880434783 ], [ -3.122012180066054, 56.431967499902136 ], [ -3.123187682781292, 56.431412389355366 ], [ -3.124308405840606, 56.431639434385303 ], [ -3.126560929005981, 56.43109608971303 ], [ -3.1281600141672, 56.430063589361865 ], [ -3.129973345431039, 56.42783863994427 ], [ -3.13248725543393, 56.426935212221416 ], [ -3.133794734943544, 56.425976278075737 ], [ -3.135892375887418, 56.425311085671773 ], [ -3.136216591553965, 56.424711529680216 ], [ -3.138915028217416, 56.423647249135982 ], [ -3.139769272024668, 56.422775070351371 ], [ -3.142244748707398, 56.421527678394746 ], [ -3.145757689880628, 56.418289517556481 ], [ -3.145930142644833, 56.417178306207695 ], [ -3.147667495038767, 56.415283528202245 ], [ -3.149055756190226, 56.414664202783406 ], [ -3.14942500372481, 56.414761410853373 ], [ -3.149951446129014, 56.4142129523119 ], [ -3.150794499200661, 56.414542062019194 ], [ -3.151025219743435, 56.415150885689449 ], [ -3.152173925966025, 56.414866184614844 ], [ -3.152131777940274, 56.414597931369507 ], [ -3.151060913947666, 56.414883706674665 ], [ -3.151178365378945, 56.41447920027467 ], [ -3.149960038262862, 56.41374566443826 ], [ -3.156745115099509, 56.410230615282011 ], [ -3.158349786289909, 56.40815722281598 ], [ -3.158550621361429, 56.406660277271108 ], [ -3.1593876494402, 56.405941757625612 ], [ -3.16318388114177, 56.404116436663138 ], [ -3.165325876224949, 56.403685721277689 ], [ -3.168940088024421, 56.402123389245041 ], [ -3.17081884983868, 56.400460545146636 ], [ -3.178776996539532, 56.39546146322499 ], [ -3.17952260973959, 56.394635854118064 ], [ -3.182047724813717, 56.393783405241422 ], [ -3.190114880680832, 56.388787028397275 ], [ -3.193136140062728, 56.387607927938198 ], [ -3.193687085300077, 56.386994349298917 ], [ -3.193420165537919, 56.386435364859004 ], [ -3.193889111905179, 56.386411083172824 ], [ -3.194771008937443, 56.385091695225732 ], [ -3.193671072045326, 56.384618904657245 ], [ -3.196954799732286, 56.385367131305834 ], [ -3.20271676960723, 56.384523393355835 ], [ -3.205509006004686, 56.382628315975026 ], [ -3.207569693378276, 56.378555175796819 ], [ -3.209056994960629, 56.377760789541881 ], [ -3.213445059575208, 56.376173408156149 ], [ -3.214293153152912, 56.376670054960634 ], [ -3.214172944995117, 56.377574215408593 ], [ -3.215133478831238, 56.376871168765447 ], [ -3.214680513206787, 56.375816287640426 ], [ -3.222376373407547, 56.373732507031505 ], [ -3.22723119595144, 56.371636871157619 ], [ -3.228604969292046, 56.372718524956362 ], [ -3.229798815765497, 56.371831553577877 ], [ -3.230862007624835, 56.371513715674453 ], [ -3.228817209030142, 56.368246416751376 ], [ -3.22969069467983, 56.369480370487608 ], [ -3.23317070038132, 56.369205898244076 ], [ -3.229865114892704, 56.369567590792265 ], [ -3.231003066674524, 56.371319138743168 ], [ -3.236046682930035, 56.3700281252992 ], [ -3.243317318517748, 56.369523230795558 ], [ -3.242957412632137, 56.369060521417808 ], [ -3.242173182799511, 56.368940797021033 ], [ -3.233518315529226, 56.369191657329786 ], [ -3.242114171047159, 56.368868610297945 ], [ -3.242911736801588, 56.368950464524126 ], [ -3.243616271240515, 56.369456438455153 ], [ -3.248110872471788, 56.369021313259957 ], [ -3.254056982276219, 56.3689136741773 ], [ -3.257847059700982, 56.36778718861428 ], [ -3.258952319508286, 56.367135338044548 ], [ -3.265927316445482, 56.365599739781295 ], [ -3.26993281455043, 56.36435117924669 ], [ -3.268884978025412, 56.363361881562142 ], [ -3.270177327356278, 56.364207609140138 ], [ -3.269977995279523, 56.363860135479165 ], [ -3.270539001473832, 56.36413112349198 ], [ -3.271374811120522, 56.363952735897492 ], [ -3.273067508441819, 56.363354929097717 ], [ -3.273680766150535, 56.362716982471255 ], [ -3.275009823945147, 56.362720388035463 ], [ -3.280878697858201, 56.361354348717818 ], [ -3.280726074993513, 56.360085444812647 ], [ -3.280193642055153, 56.36018439016685 ], [ -3.272208821473613, 56.362311602921295 ], [ -3.269440975473585, 56.363287901886288 ], [ -3.269756797671646, 56.363731220945326 ], [ -3.269154387821606, 56.363236927025845 ], [ -3.278491533562567, 56.36039693606196 ], [ -3.280893388733208, 56.359910304798227 ], [ -3.287921121951905, 56.359283092757487 ], [ -3.291255133261473, 56.358224105409406 ], [ -3.296298935835492, 56.357786903061999 ], [ -3.302693037180928, 56.358222103381742 ], [ -3.302930308801171, 56.357870989051868 ], [ -3.302966460498682, 56.358408813426749 ], [ -3.3065365807914, 56.359818717576111 ], [ -3.306436862611922, 56.360452316468468 ], [ -3.309090669693039, 56.360479121086371 ], [ -3.313610834367263, 56.361355854080948 ], [ -3.318962148336503, 56.363467113589721 ], [ -3.329443658648043, 56.370772300797256 ], [ -3.339350765244617, 56.3755759891434 ], [ -3.345148469568934, 56.377114351328885 ], [ -3.3537936594763, 56.378199979218188 ], [ -3.366034432594733, 56.38213504755246 ], [ -3.373326215219909, 56.382692426495034 ], [ -3.378271982811051, 56.384699624105778 ], [ -3.381112887884139, 56.385461394088559 ], [ -3.385179490042661, 56.38540524193666 ], [ -3.392414982941053, 56.383862305118939 ], [ -3.395833173243639, 56.382733068726424 ], [ -3.400648443357035, 56.380534898999002 ], [ -3.403788624050748, 56.37996296481019 ], [ -3.407713429907961, 56.380205982829757 ], [ -3.410399225877487, 56.379612083919262 ], [ -3.412831789424823, 56.379441519008168 ], [ -3.415263387333238, 56.380730110621876 ], [ -3.417429595785634, 56.382674014188858 ], [ -3.42188156849693, 56.387535231284502 ], [ -3.421881759502249, 56.389235225026333 ], [ -3.421069757674693, 56.390657903078242 ], [ -3.423897850964636, 56.395510695899993 ], [ -3.422946278361445, 56.397753536065927 ], [ -3.426205663667537, 56.402375798424188 ], [ -3.427284929514148, 56.405364426359263 ], [ -3.430444417024466, 56.409409084648892 ], [ -3.431050227211265, 56.410953945634155 ], [ -3.430810504177632, 56.411087782584303 ], [ -3.430881037652458, 56.411282845351693 ], [ -3.431393483276538, 56.4116354399466 ], [ -3.43181244443608, 56.411958562213755 ], [ -3.432040811874038, 56.412169772399302 ], [ -3.432209878221633, 56.412355610025635 ], [ -3.432388666906017, 56.412411948803374 ], [ -3.432459514246048, 56.412442578606289 ], [ -3.432524421259137, 56.412487653243126 ], [ -3.432928817345321, 56.412638424926669 ], [ -3.433037806144514, 56.412648846363069 ], [ -3.43408966655057, 56.412948473267868 ], [ -3.434534442556996, 56.413095178790783 ], [ -3.435439764759025, 56.413763982501337 ], [ -3.435551666839534, 56.413851640455562 ], [ -3.435997600783413, 56.41428675122507 ], [ -3.436375036703716, 56.414538457843818 ], [ -3.436552705101946, 56.414693640502456 ], [ -3.436611647713226, 56.414752259872436 ], [ -3.437689150345004, 56.416030044288142 ], [ -3.437814941568694, 56.416141799196431 ], [ -3.437819937990794, 56.416145335341319 ], [ -3.437962631768592, 56.41618950541546 ], [ -3.440168978728542, 56.417051640654293 ], [ -3.440393374086123, 56.417112829608399 ], [ -3.440730261889716, 56.417233810659752 ], [ -3.441315865792967, 56.417458824348586 ], [ -3.442711646212624, 56.418016749177205 ], [ -3.44412635479598, 56.418303085941602 ], [ -3.445641696332778, 56.418720315894603 ], [ -3.450349424549354, 56.42195752653334 ], [ -3.452560719536044, 56.422592960218452 ], [ -3.452879730985143, 56.422710524002419 ], [ -3.45333613949777, 56.422859722399828 ], [ -3.454141804641041, 56.422219520402614 ], [ -3.449630462894425, 56.420446537609116 ], [ -3.449828951561347, 56.419016472747366 ], [ -3.449291042266235, 56.418640889038222 ], [ -3.446659637838163, 56.418162148692637 ], [ -3.442693185377579, 56.416801270236164 ], [ -3.438306478557783, 56.414519668446495 ], [ -3.432713551784172, 56.4102751181372 ], [ -3.429650978568529, 56.405754982134539 ], [ -3.425419575799368, 56.395999076691389 ], [ -3.426159630139219, 56.389057601825648 ], [ -3.425364533574676, 56.382778012330597 ], [ -3.425679478546984, 56.381671008992647 ], [ -3.426732800695592, 56.380821470443507 ], [ -3.427792196249745, 56.380611598774387 ], [ -3.428355743028054, 56.381129842343242 ], [ -3.427791379132238, 56.382450878143658 ], [ -3.42856495311745, 56.382219133235083 ], [ -3.429216256620767, 56.380971668523948 ], [ -3.427387620010067, 56.378368160928268 ], [ -3.423039796680929, 56.377115295913967 ], [ -3.419392358582602, 56.376922601339643 ], [ -3.412280500475021, 56.378329146300644 ], [ -3.409963870616712, 56.378466770608014 ], [ -3.405706843378242, 56.378093877146448 ], [ -3.401690770111053, 56.37831366641403 ], [ -3.389471607082307, 56.382602368114625 ], [ -3.384755695994391, 56.383948095791787 ], [ -3.382605632232671, 56.384059249007613 ], [ -3.379354405157279, 56.383010961654904 ], [ -3.380001276869607, 56.381461914956382 ], [ -3.374855668794034, 56.3809107965075 ], [ -3.371963678697099, 56.380201564541032 ], [ -3.368701433432519, 56.378331883547197 ], [ -3.367289910179127, 56.377986259101853 ], [ -3.353935989090015, 56.375730219084005 ], [ -3.353007647215072, 56.375396226378911 ], [ -3.353307530803441, 56.375085662419139 ], [ -3.348002502361612, 56.372643815098073 ], [ -3.345298748855554, 56.371822301646809 ], [ -3.344949542679026, 56.371791049439899 ], [ -3.344137770098419, 56.372831343191436 ], [ -3.347815439016763, 56.374636945497095 ], [ -3.342818307856176, 56.37380165744878 ], [ -3.340115506556017, 56.37296025377065 ], [ -3.337435204805925, 56.371556083065329 ], [ -3.336168033328558, 56.370045880267845 ], [ -3.336481547994689, 56.369289550385467 ], [ -3.333092239410936, 56.367598219983023 ], [ -3.328769893333001, 56.364160222635597 ], [ -3.328871444799236, 56.363636202297059 ], [ -3.328400222802149, 56.363631370404448 ], [ -3.324266005537549, 56.360272068073968 ], [ -3.3129121984373, 56.357513158419607 ], [ -3.306840379648492, 56.355358028195781 ], [ -3.306527412272275, 56.354535601373968 ], [ -3.301332549769739, 56.353634254362348 ], [ -3.30170645444531, 56.352924101898253 ], [ -3.306212294531979, 56.349532446524201 ], [ -3.308240754711291, 56.348992608124057 ], [ -3.312806379590631, 56.349772743622097 ], [ -3.32363199990164, 56.350011587511126 ], [ -3.331493927482837, 56.352451269846952 ], [ -3.335067398775968, 56.352599710606995 ], [ -3.337224252411673, 56.351250252105302 ], [ -3.337814082541678, 56.349286030162965 ], [ -3.333297872124516, 56.345530414102846 ], [ -3.332600935689757, 56.342851363869023 ], [ -3.333350446004818, 56.341333800923941 ], [ -3.334686980597333, 56.34013606991951 ], [ -3.336963422125187, 56.339265126427939 ], [ -3.338996335751462, 56.339018543437646 ], [ -3.340474585698264, 56.339378136145832 ], [ -3.341139818733791, 56.340264058410924 ], [ -3.340716112937511, 56.341190518284527 ], [ -3.338812763991504, 56.342690950288784 ], [ -3.338657148761235, 56.344575912787384 ], [ -3.339870795520805, 56.345919547185012 ], [ -3.342708345306579, 56.346828673414912 ], [ -3.343438160744404, 56.347383231107855 ], [ -3.343378600675143, 56.350567304451062 ], [ -3.343724349437554, 56.351471950815821 ], [ -3.344893534010365, 56.352046893181097 ], [ -3.346881539797923, 56.352115151676635 ], [ -3.346747893952923, 56.351858731340997 ], [ -3.350314287161484, 56.35002109658214 ], [ -3.352302256381631, 56.349679546015103 ], [ -3.357608142557995, 56.349814706292811 ], [ -3.360168253841299, 56.350228699058043 ], [ -3.363834779327195, 56.351308844816693 ], [ -3.366920619073441, 56.353069176244098 ], [ -3.368617305448887, 56.352637131442791 ], [ -3.369250438295355, 56.351428822194869 ], [ -3.371901598670527, 56.35238876370309 ], [ -3.37553059671258, 56.352007096332528 ], [ -3.377875502936111, 56.350258587695251 ], [ -3.379873354343559, 56.34956965591779 ], [ -3.381659466219454, 56.349739339664829 ], [ -3.384244139837531, 56.351449123463851 ], [ -3.386044279202415, 56.351779422579249 ], [ -3.393138068928813, 56.350386236250301 ], [ -3.401001855601997, 56.349662319156138 ], [ -3.40355118561715, 56.350254345924618 ], [ -3.405084808360334, 56.352134640077921 ], [ -3.406181304969846, 56.352643343627548 ], [ -3.410141328657078, 56.35360917786636 ], [ -3.411942382032398, 56.353298446668767 ], [ -3.413222886318934, 56.353659431355062 ], [ -3.413397528279344, 56.355011511129668 ], [ -3.414146808317969, 56.355928439564224 ], [ -3.418360573848703, 56.359266809220564 ], [ -3.421063677725571, 56.360573740839946 ], [ -3.422974794793393, 56.360473640192218 ], [ -3.423922440965255, 56.359885904223205 ], [ -3.424087501767129, 56.359320634132828 ], [ -3.42402201076762, 56.357086761518893 ], [ -3.421391614538905, 56.354815844698699 ], [ -3.422706808125929, 56.354062166157988 ], [ -3.426261491361458, 56.353865858533219 ], [ -3.427255739309795, 56.354097910663839 ], [ -3.427369801938729, 56.354854950599993 ], [ -3.426201882921144, 56.35599694303631 ], [ -3.42620720263287, 56.356572835042563 ], [ -3.426965429961061, 56.357806763521353 ], [ -3.42847857481047, 56.358537800198448 ], [ -3.431013206942942, 56.358580439319859 ], [ -3.435413992308931, 56.357803535608618 ], [ -3.440758686611634, 56.358112602719601 ], [ -3.444235726495607, 56.357353308618407 ], [ -3.446335365938625, 56.358946167129176 ], [ -3.446857105561911, 56.358790022950757 ], [ -3.446653618673849, 56.358289224128235 ], [ -3.445541651231558, 56.357219476522808 ], [ -3.443261905272092, 56.357067242201104 ], [ -3.440060298954433, 56.357790961749537 ], [ -3.435467360270539, 56.357457884136352 ], [ -3.42898091134353, 56.358293900100385 ], [ -3.427331199040994, 56.357546472122756 ], [ -3.426766280917096, 56.356548428863412 ], [ -3.427932593306343, 56.354843974068189 ], [ -3.427793757221353, 56.354030613044372 ], [ -3.426898765040785, 56.353553023941807 ], [ -3.42426680828244, 56.353495248062472 ], [ -3.422218380551958, 56.353809896921099 ], [ -3.420859742039728, 56.354570358114465 ], [ -3.421479018203268, 56.355859823658712 ], [ -3.423106183812068, 56.356789089001566 ], [ -3.423610280251751, 56.357764485465076 ], [ -3.423077074514337, 56.359917179163268 ], [ -3.422105496457207, 56.360340753715285 ], [ -3.421406695262271, 56.360309235743024 ], [ -3.419451106566629, 56.359517589805364 ], [ -3.414378602752637, 56.355413637017548 ], [ -3.413876670532572, 56.354882947727631 ], [ -3.413927353335195, 56.353497747916769 ], [ -3.413250416713357, 56.352960067689409 ], [ -3.412423669968972, 56.352790688279434 ], [ -3.409710111134318, 56.353194475049598 ], [ -3.406966260836032, 56.352381949117806 ], [ -3.405612495328278, 56.351786319046127 ], [ -3.405481735104926, 56.350871311296494 ], [ -3.404433526113757, 56.35017785778647 ], [ -3.400576926763938, 56.3491945014203 ], [ -3.395529252677809, 56.349441940532174 ], [ -3.385972552656784, 56.351274359424174 ], [ -3.384799235123187, 56.35118235106701 ], [ -3.383528666410306, 56.350058122477023 ], [ -3.381907909888183, 56.349271137134004 ], [ -3.379758828928009, 56.349176482259274 ], [ -3.377368648706419, 56.34984461560758 ], [ -3.375229895119184, 56.351385965313831 ], [ -3.373033456526484, 56.351957518963253 ], [ -3.371659498917711, 56.351865812286505 ], [ -3.37008408027847, 56.350804124456488 ], [ -3.369139396541389, 56.350768741934324 ], [ -3.368331763049872, 56.35117121279076 ], [ -3.367472501942225, 56.352482646583461 ], [ -3.36009509634118, 56.349173747949706 ], [ -3.351663691773888, 56.348919183324099 ], [ -3.350080419477039, 56.349218577528561 ], [ -3.346521167178028, 56.350981552070415 ], [ -3.344996381585766, 56.351291027028765 ], [ -3.344483332740629, 56.35115103591113 ], [ -3.344260917323592, 56.35048675326744 ], [ -3.344924380939339, 56.348096699871014 ], [ -3.344692298356207, 56.347203402048066 ], [ -3.343477450881366, 56.346337835431349 ], [ -3.340719474160764, 56.345344304218848 ], [ -3.33971301455253, 56.344280570595338 ], [ -3.339743240414177, 56.343619837401924 ], [ -3.342126385595102, 56.3413621396843 ], [ -3.342177186404836, 56.33963015504375 ], [ -3.340916068715018, 56.338728226335967 ], [ -3.338717630730817, 56.33831262887611 ], [ -3.338817592428892, 56.338118368436028 ], [ -3.336222270001536, 56.338471649404227 ], [ -3.33333909050736, 56.339663590011902 ], [ -3.331998125151201, 56.340502847990294 ], [ -3.330319309267505, 56.34260633006609 ], [ -3.330266529272842, 56.343274490339802 ], [ -3.331374059357386, 56.344321938424073 ], [ -3.331971505634665, 56.345819624177579 ], [ -3.335809605001048, 56.34971378265535 ], [ -3.335319013979764, 56.350862874443656 ], [ -3.333636602873434, 56.351712115217694 ], [ -3.331672537551843, 56.35154005858432 ], [ -3.324362815612825, 56.348640740273666 ], [ -3.321371681764673, 56.348428279842636 ], [ -3.316619305776042, 56.348662164505882 ], [ -3.311345328101031, 56.347938187846623 ], [ -3.310497596764004, 56.347706356766004 ], [ -3.310451723033361, 56.34740674044928 ], [ -3.307947888176078, 56.34743319617418 ], [ -3.306189044460862, 56.347811152741741 ], [ -3.304672362804951, 56.348363540322403 ], [ -3.301143149822105, 56.350876932744903 ], [ -3.29984492552581, 56.351339810721534 ], [ -3.297781367559049, 56.351568096377697 ], [ -3.282966954728785, 56.350230850587586 ], [ -3.27714946450999, 56.350418535101859 ], [ -3.276789526842043, 56.349283841700633 ], [ -3.2737303385389, 56.347751033849399 ], [ -3.271645291870102, 56.347721235398787 ], [ -3.269894400283037, 56.348057261931359 ], [ -3.265880386464135, 56.347923127650155 ], [ -3.26151629888636, 56.348603774305921 ], [ -3.257186461913655, 56.346543493215748 ], [ -3.255651815714167, 56.346322749256593 ], [ -3.255340581804567, 56.345221646110694 ], [ -3.25703363644891, 56.344357194983374 ], [ -3.2584346444913, 56.342438151074255 ], [ -3.256059929716848, 56.340132435435493 ], [ -3.26233554292897, 56.338627455452418 ], [ -3.26507757511479, 56.339118820638937 ], [ -3.267604211440565, 56.339064242823085 ], [ -3.26775517215132, 56.335763394916469 ], [ -3.268438566787469, 56.334958528590427 ], [ -3.272925069541159, 56.333972674915998 ], [ -3.273148459228442, 56.332569611018052 ], [ -3.267674610982701, 56.332407410168862 ], [ -3.268003921852374, 56.330193720135391 ], [ -3.266594939710258, 56.328182906547234 ], [ -3.27079709115706, 56.326351843211874 ], [ -3.275815570315991, 56.326268807833522 ], [ -3.2827858346807, 56.324206626723999 ], [ -3.284536831681383, 56.323042883584932 ], [ -3.287806535159188, 56.321941503923505 ], [ -3.28986077516661, 56.320811369150363 ], [ -3.291779769002193, 56.319318714004346 ], [ -3.292200010638398, 56.318548800663024 ], [ -3.295277412564914, 56.316847224324093 ], [ -3.297166288658133, 56.314812097298351 ], [ -3.299016557312965, 56.314169137560363 ], [ -3.300684906221289, 56.313978214424658 ], [ -3.301015535495914, 56.313099591955861 ], [ -3.299207746638453, 56.312182321942082 ], [ -3.29535795634215, 56.311873129160794 ], [ -3.294483724252838, 56.311261399790119 ], [ -3.299751665360992, 56.309968074433137 ], [ -3.298441086408423, 56.306978099773971 ], [ -3.295558111118034, 56.303414250400124 ], [ -3.293949632889877, 56.300343783414789 ], [ -3.293782950873406, 56.298854894055971 ], [ -3.296223426732083, 56.297528323382906 ], [ -3.295699724714015, 56.296330696741123 ], [ -3.29233534019845, 56.292785287547673 ], [ -3.294383427872232, 56.28980239298955 ], [ -3.29375392718834, 56.288719974961673 ], [ -3.294300645415795, 56.288739418706371 ], [ -3.295919691092902, 56.289844724709873 ], [ -3.299696266350912, 56.290108832666903 ], [ -3.300885388934686, 56.289871714788362 ], [ -3.302249768561028, 56.288470064329005 ], [ -3.306365477068888, 56.28754885316097 ], [ -3.308145204424514, 56.287815787763385 ], [ -3.310432842017666, 56.287345031274349 ], [ -3.312534111821819, 56.285256183419165 ], [ -3.318287274636672, 56.283725975134899 ], [ -3.320834077817328, 56.283286407412191 ], [ -3.321415701229648, 56.283663867232818 ], [ -3.324863793198277, 56.282803070644619 ], [ -3.326244983203299, 56.283552021314243 ], [ -3.328194700610325, 56.286113459741131 ], [ -3.329657834376353, 56.287216408659994 ], [ -3.330703325101745, 56.286805334146663 ], [ -3.333329163097229, 56.28779869669399 ], [ -3.335651737265312, 56.28940357385477 ], [ -3.33787494449209, 56.288806312844621 ], [ -3.337502272359925, 56.288405107446593 ], [ -3.341183695908089, 56.286316653244882 ], [ -3.34266882393356, 56.287483007296792 ], [ -3.34581773586115, 56.286616784622453 ], [ -3.34783632343385, 56.285539060990239 ], [ -3.349214755193008, 56.28532277637315 ], [ -3.350789459688038, 56.285679388670843 ], [ -3.353666287984075, 56.28288321122789 ], [ -3.350186012686332, 56.281713606713232 ], [ -3.351655273284719, 56.280413583600463 ], [ -3.352695224899346, 56.280680765495475 ], [ -3.354871509092451, 56.28042244973296 ], [ -3.357805270428043, 56.278613922520577 ], [ -3.361925640617271, 56.277662943098534 ], [ -3.364007414551687, 56.276344347292842 ], [ -3.367707445242865, 56.275030307192658 ], [ -3.369136684651374, 56.274983955860215 ], [ -3.370556599885772, 56.273954703769974 ], [ -3.371108593679038, 56.272591815485818 ], [ -3.373486316725581, 56.271166446089204 ], [ -3.375966667150299, 56.271120026715764 ], [ -3.377738503933952, 56.270725629729604 ], [ -3.383647407436147, 56.268764714920984 ], [ -3.381171568435226, 56.26642295011839 ], [ -3.379575736050658, 56.264029997516275 ], [ -3.37734536258906, 56.262618093959603 ], [ -3.37180283445203, 56.260768488991211 ], [ -3.369052611323369, 56.260246351389355 ], [ -3.368928733803585, 56.259987148770556 ], [ -3.361834114139739, 56.25882096893789 ], [ -3.361247329440367, 56.258480593863155 ], [ -3.360677932020101, 56.258402394702891 ], [ -3.360538199990589, 56.258740878654322 ], [ -3.354716853285136, 56.256773178504822 ], [ -3.353983099484418, 56.256382263874507 ], [ -3.354551561677652, 56.255795594393881 ], [ -3.353386565902365, 56.255396816933867 ], [ -3.353777297536396, 56.254622505640342 ], [ -3.35544819515684, 56.253762293966588 ], [ -3.356732864987904, 56.251111936001756 ], [ -3.357162483435514, 56.248612013500249 ], [ -3.358227165600901, 56.248233730957914 ], [ -3.363376338596651, 56.243129161621653 ], [ -3.367328241034518, 56.240776325486216 ], [ -3.367494490409214, 56.239736685392863 ], [ -3.367008680040384, 56.240004425450422 ], [ -3.360038676722168, 56.240881837562235 ], [ -3.35911448889309, 56.240573914955156 ], [ -3.359783883969871, 56.240294304723591 ], [ -3.359081529046844, 56.239962378730965 ], [ -3.357833557945656, 56.24085394536948 ], [ -3.343865059838785, 56.238416017800112 ], [ -3.340658981548253, 56.238181246496779 ], [ -3.336380458824996, 56.238329972196162 ], [ -3.329445666022795, 56.237347128042394 ], [ -3.321504782815943, 56.237871590451604 ], [ -3.31710030335293, 56.239615873692124 ], [ -3.314878852218116, 56.239531681947817 ], [ -3.310345651041008, 56.237568887384455 ], [ -3.308182025506131, 56.23733121481407 ], [ -3.305349729698367, 56.23654976813436 ], [ -3.291411268645854, 56.23509489944734 ], [ -3.288599905424795, 56.235401859783984 ], [ -3.285745952721354, 56.234728015153976 ], [ -3.284982655978498, 56.234239963561393 ], [ -3.279991764289807, 56.233724741637474 ], [ -3.285494419562814, 56.231842786344494 ], [ -3.287173971762875, 56.230888163778772 ], [ -3.288888605211147, 56.230692402296683 ], [ -3.291255255825727, 56.2297395470749 ], [ -3.290710677653922, 56.229135134975898 ], [ -3.290757629242662, 56.225830781790755 ], [ -3.290247789750695, 56.225010359919168 ], [ -3.285359638161854, 56.224254383366677 ], [ -3.275285862911879, 56.223673991014337 ], [ -3.275083608413396, 56.223848592096928 ], [ -3.26838337675007, 56.220073620235688 ], [ -3.264886336653494, 56.220050133095121 ], [ -3.26578478758866, 56.218295118120693 ], [ -3.26966086093264, 56.21598482584205 ], [ -3.268043707243719, 56.214623088198039 ], [ -3.274917570002038, 56.214138195942141 ], [ -3.273653242727132, 56.207763635172753 ], [ -3.270068699147776, 56.20267084390774 ], [ -3.26654413401328, 56.202937917745551 ], [ -3.26335539315489, 56.198222752444359 ], [ -3.260944848843846, 56.19608102480953 ], [ -3.309126222338397, 56.18531183725829 ], [ -3.30722210869462, 56.180299322460854 ], [ -3.306293528950769, 56.179474405023811 ], [ -3.305610361333876, 56.179044039011373 ], [ -3.300178213994454, 56.178615195047747 ], [ -3.298744538101078, 56.177949182524273 ], [ -3.30050962478698, 56.177220784609396 ], [ -3.299194312559277, 56.176385506891343 ], [ -3.298580098391755, 56.175369434955918 ], [ -3.294553988374835, 56.175300252832479 ], [ -3.292922904529176, 56.173451081335784 ], [ -3.29640859702426, 56.172211436272846 ], [ -3.296559462120373, 56.170570934972396 ], [ -3.307476697303014, 56.16968767461136 ], [ -3.307484842915331, 56.169358725823216 ], [ -3.305675408493254, 56.168101940933333 ], [ -3.308161616430342, 56.16761649871588 ], [ -3.308831246712792, 56.167180808728872 ], [ -3.309664431024301, 56.167150416973762 ], [ -3.309904541987521, 56.1673913744009 ], [ -3.313208583590717, 56.167183790559406 ], [ -3.316418717081303, 56.166491910549119 ], [ -3.320483664856535, 56.169969895681433 ], [ -3.324277363711545, 56.171910569719948 ], [ -3.327227847349768, 56.171996627514751 ], [ -3.327966432323397, 56.17248917713993 ], [ -3.329720203852711, 56.172900718474459 ], [ -3.336501653913028, 56.172957857903896 ], [ -3.339360213077827, 56.173916200221242 ], [ -3.341953454072132, 56.173775753279401 ], [ -3.345519972910372, 56.172910323273328 ], [ -3.348257742263835, 56.171795054398004 ], [ -3.348682279801591, 56.170397689628338 ], [ -3.35571565648513, 56.168520063804401 ], [ -3.358309239804307, 56.167124008265702 ], [ -3.365255185883977, 56.166261245077472 ], [ -3.365890080656247, 56.165818437264534 ], [ -3.3695549376224, 56.165036579308982 ], [ -3.370361596552756, 56.164399556464254 ], [ -3.371686582636451, 56.164435174473006 ], [ -3.367410100520221, 56.156161178365117 ], [ -3.367346093736685, 56.154858102280997 ], [ -3.366587641600977, 56.154989593567045 ], [ -3.36951995684297, 56.146996934831179 ], [ -3.370224771321877, 56.146131909122907 ], [ -3.369913636605358, 56.145846927055189 ], [ -3.371721273016312, 56.146074867667757 ], [ -3.372537229224152, 56.145394592773151 ], [ -3.373766174176874, 56.145508526391097 ], [ -3.37561048769491, 56.144870703884834 ], [ -3.376953405605553, 56.144886293787472 ], [ -3.378859897304481, 56.144413960012557 ], [ -3.380966284874275, 56.1430093674498 ], [ -3.38290817846293, 56.143481844756764 ], [ -3.383105542822823, 56.143061811399747 ], [ -3.38488313042541, 56.143261142147928 ], [ -3.387299870006056, 56.142705680792972 ], [ -3.388496852722906, 56.14296089843176 ], [ -3.391984414274128, 56.142155189587193 ], [ -3.394833000117574, 56.142329724978957 ], [ -3.395143543913012, 56.141972190405156 ], [ -3.398216802151424, 56.141862864620215 ], [ -3.398819894437664, 56.141407661411996 ], [ -3.399294911945576, 56.141502919108163 ], [ -3.399786749021235, 56.140909696174703 ], [ -3.401155000690256, 56.141580675770705 ], [ -3.403138806809361, 56.141078333703199 ], [ -3.403571026933068, 56.141412176631086 ], [ -3.40414626905727, 56.140636481278797 ], [ -3.405684061640742, 56.139954065417044 ], [ -3.407028621635143, 56.13988664214029 ], [ -3.40719041208654, 56.139513698112189 ], [ -3.408699730479369, 56.139595335994805 ], [ -3.41003277783055, 56.138950243300016 ], [ -3.411673804003896, 56.139464341235765 ], [ -3.415892635580354, 56.138478868156291 ], [ -3.417427292979998, 56.138506195742615 ], [ -3.420261110205352, 56.139593242090797 ], [ -3.423757876317906, 56.140063366832287 ], [ -3.426123804635711, 56.141675933861187 ], [ -3.427764668542332, 56.141568921927259 ], [ -3.429843176449992, 56.141935752083938 ], [ -3.430910855421191, 56.142515536048634 ], [ -3.432854878831278, 56.142207263033484 ], [ -3.434474214438615, 56.145064739326592 ], [ -3.440367470399869, 56.145038401224873 ], [ -3.442299652416596, 56.146431979893364 ], [ -3.445539229307026, 56.147187540265264 ], [ -3.452027409418233, 56.147092583730654 ], [ -3.453705018316024, 56.150384032177051 ], [ -3.456506234216735, 56.150175822093892 ], [ -3.45846900434866, 56.146958299720851 ], [ -3.460309985598824, 56.146267127534436 ], [ -3.465028287388449, 56.147168228627088 ], [ -3.466948553365986, 56.148982992592416 ], [ -3.468816899893388, 56.149221375928029 ], [ -3.471876340315777, 56.148403219092408 ], [ -3.473739358344862, 56.148502314917565 ], [ -3.478946159736107, 56.146935006908159 ], [ -3.481207865936446, 56.147231392341567 ], [ -3.491640854596158, 56.149783578139527 ], [ -3.49633206665698, 56.14933597504929 ], [ -3.498877962469435, 56.149812801679566 ], [ -3.511279962412959, 56.147931979752727 ], [ -3.517671828634958, 56.147557096805514 ], [ -3.524587327526005, 56.146587758705145 ], [ -3.525642889617299, 56.146172169636202 ], [ -3.527775993177916, 56.146870053758356 ], [ -3.529522625602695, 56.148251105258211 ], [ -3.53390143009874, 56.14729016049462 ], [ -3.540011129662795, 56.146468337945258 ], [ -3.540542580249111, 56.149853810331109 ], [ -3.542025659931049, 56.150909996826329 ], [ -3.54608831373102, 56.15855007606374 ], [ -3.549259533722165, 56.158370177744892 ], [ -3.556542564507172, 56.157342334359235 ], [ -3.561883335259534, 56.159643571322626 ], [ -3.563923247630853, 56.159875659001827 ], [ -3.567759609640537, 56.158037985839272 ], [ -3.568833326330068, 56.159098151378565 ], [ -3.571756986812513, 56.157589133304462 ], [ -3.57142186492365, 56.157386724104562 ], [ -3.577462959661913, 56.154556514171617 ], [ -3.582891967066968, 56.150878401047244 ], [ -3.582658447999381, 56.148605300356373 ], [ -3.583806154209029, 56.144065361388073 ], [ -3.581120444239427, 56.143728653204512 ], [ -3.580926660764187, 56.142772352364069 ], [ -3.578258235707879, 56.141087497333793 ], [ -3.58088702720173, 56.140042983929533 ], [ -3.580956964645717, 56.139316038780336 ], [ -3.588091393254939, 56.137562152055274 ], [ -3.590949024827031, 56.13766735460559 ], [ -3.591582257605264, 56.137919784892468 ], [ -3.594709428817636, 56.137732084853312 ], [ -3.597199254763002, 56.137116737043876 ], [ -3.603646122256519, 56.136577626410777 ], [ -3.607245144975409, 56.134859486239947 ], [ -3.612186896481569, 56.134627048499297 ], [ -3.614200921427433, 56.134956583016375 ], [ -3.614903020179465, 56.13539040696493 ], [ -3.615921415361267, 56.134962841107445 ], [ -3.618123464729926, 56.134748904677068 ], [ -3.621568183451391, 56.133550845436758 ], [ -3.623488582815909, 56.133376453252339 ], [ -3.625612761088602, 56.132464306549913 ], [ -3.628353354366479, 56.132775958247819 ], [ -3.634103339567984, 56.133132238300433 ], [ -3.634256133711572, 56.133623540727882 ], [ -3.636868288158372, 56.134241324836097 ], [ -3.639839788457303, 56.133583681393446 ], [ -3.644791553255914, 56.13762528549718 ], [ -3.643699358549566, 56.138278719996585 ], [ -3.640894958759095, 56.138974670416815 ], [ -3.640527433268518, 56.139716393312938 ], [ -3.639242105819348, 56.140599694423067 ], [ -3.639758927502122, 56.142115938889582 ], [ -3.641484454215528, 56.144497639009543 ], [ -3.644097538234891, 56.145795493155248 ], [ -3.644711213954664, 56.146558311698975 ], [ -3.64026530193987, 56.147806251470385 ], [ -3.638955733915701, 56.149034026522237 ], [ -3.636650775215813, 56.149911050574389 ], [ -3.636666178647144, 56.151295565463208 ], [ -3.639279142771174, 56.153226127673008 ], [ -3.642804807342708, 56.154391489298511 ], [ -3.641870953650308, 56.155522641130105 ], [ -3.645860064770358, 56.156825531498846 ], [ -3.647005986725988, 56.157491389315133 ], [ -3.647929202774161, 56.158294995075074 ], [ -3.647452807844, 56.15897708423698 ], [ -3.647863061040123, 56.159683293124921 ], [ -3.646832389580333, 56.159868664197646 ], [ -3.645149576724606, 56.161297366701298 ], [ -3.645421536417692, 56.161406068542099 ], [ -3.643447488080736, 56.162089205226216 ], [ -3.643659752170444, 56.162308332176238 ], [ -3.640786019918787, 56.162627781902735 ], [ -3.636805647240875, 56.163622286876652 ], [ -3.633339732014811, 56.163917954601857 ], [ -3.631467079348268, 56.165632925912981 ], [ -3.627031328082394, 56.167715912691563 ], [ -3.626886466367758, 56.169203173626464 ], [ -3.625888449593329, 56.169826444408677 ], [ -3.623804927459784, 56.169079263239318 ], [ -3.6222211376883, 56.169104556967284 ], [ -3.621456997536357, 56.168552973333298 ], [ -3.617668276219206, 56.168271051684805 ], [ -3.614364934708815, 56.16884620824198 ], [ -3.610517535147077, 56.170585735276902 ], [ -3.605978740585314, 56.170241341117503 ], [ -3.605505296279267, 56.171323987708561 ], [ -3.603747690251582, 56.171895839130194 ], [ -3.601655499746858, 56.171860970236068 ], [ -3.598162388553912, 56.171293363763347 ], [ -3.597554585308897, 56.17224921924339 ], [ -3.59330650004425, 56.173013934544478 ], [ -3.591425837877049, 56.174160485304817 ], [ -3.594941273271573, 56.177709464167215 ], [ -3.59583679684423, 56.177899185035479 ], [ -3.597180577107581, 56.177400191048406 ], [ -3.598000632580046, 56.181084528312766 ], [ -3.588285017777821, 56.181110016506011 ], [ -3.588937080914878, 56.181762086410693 ], [ -3.58820762470498, 56.182044627674422 ], [ -3.587962648928958, 56.183720017973314 ], [ -3.582360605845534, 56.18439030942821 ], [ -3.583154689534212, 56.185674982167697 ], [ -3.583205751144878, 56.186953893110086 ], [ -3.585358743705852, 56.189537546028738 ], [ -3.584975013852473, 56.191681963351108 ], [ -3.579993274703831, 56.193044169109825 ], [ -3.571412125219335, 56.192943281035149 ], [ -3.572264052760255, 56.194228184040824 ], [ -3.575241594625295, 56.196134781330542 ], [ -3.579358091817734, 56.195705760425945 ], [ -3.585097182572233, 56.198199522495692 ], [ -3.58841184529936, 56.198723977654225 ], [ -3.591741132805399, 56.198470892675836 ], [ -3.595962123666744, 56.199158695399767 ], [ -3.600167974969582, 56.20153047443344 ], [ -3.601986084151199, 56.203922291020447 ], [ -3.602889336951351, 56.204165778805603 ], [ -3.60285696413283, 56.204548990035114 ], [ -3.604796882191296, 56.204369271788181 ], [ -3.61098304327916, 56.204996899275038 ], [ -3.613202123838203, 56.204900573009972 ], [ -3.613293170901931, 56.205417861875347 ], [ -3.614619640250624, 56.205601827411314 ], [ -3.619295673559997, 56.205505631476285 ], [ -3.622798772659049, 56.204014794569808 ], [ -3.623931924724663, 56.202562195871046 ], [ -3.626006206882088, 56.200991179983944 ], [ -3.632447992963684, 56.199065106504861 ], [ -3.63806816847564, 56.196861137480155 ], [ -3.64564092749418, 56.199056436811389 ], [ -3.64707233912626, 56.199922476185542 ], [ -3.649101916943847, 56.202141870677757 ], [ -3.650557496160206, 56.203003055461743 ], [ -3.651072286620194, 56.202978210333022 ], [ -3.651904312814726, 56.202270696798578 ], [ -3.651800975217956, 56.201741915055536 ], [ -3.655476396996585, 56.19931151550778 ], [ -3.657625432109266, 56.196443201323149 ], [ -3.658934116835742, 56.19614259349818 ], [ -3.659618688941678, 56.194080143982973 ], [ -3.660855861906036, 56.193991642031506 ], [ -3.662356724767853, 56.192920126221381 ], [ -3.663260869982242, 56.191654440322658 ], [ -3.666941307544885, 56.188635043255488 ], [ -3.675115529552796, 56.192981526288428 ], [ -3.681841951109509, 56.194404314092885 ], [ -3.686458910298076, 56.195860027352332 ], [ -3.69253711857775, 56.194438062762252 ], [ -3.706252876671413, 56.193350922611558 ], [ -3.710809444836438, 56.192164706178971 ], [ -3.71400039098663, 56.193427955240651 ], [ -3.71796269458693, 56.191571273788121 ], [ -3.726334294084408, 56.193170959866727 ], [ -3.730860291143134, 56.192393287252379 ], [ -3.73544722620145, 56.190113935588805 ], [ -3.736626586851642, 56.189108915617055 ], [ -3.737802304428959, 56.189272111482303 ], [ -3.738865241117413, 56.189791828778397 ], [ -3.741313295065831, 56.192071256045239 ], [ -3.74076611078807, 56.193867171381669 ], [ -3.740929725121283, 56.195877724683633 ], [ -3.741393761019455, 56.196158739955216 ], [ -3.741151399711247, 56.197568457757548 ], [ -3.743112726512781, 56.200119791678873 ], [ -3.745125792234164, 56.201142750547127 ], [ -3.74575158507595, 56.203384900867334 ], [ -3.748285521411841, 56.20628301458386 ], [ -3.748411322069125, 56.207984076590797 ], [ -3.751117503274537, 56.210228215826696 ], [ -3.752194185010834, 56.211915804147573 ], [ -3.753399736818796, 56.211656093665411 ], [ -3.75531542455683, 56.21035290508518 ], [ -3.758944482294858, 56.211469510730829 ], [ -3.763298886617373, 56.211802874779991 ], [ -3.764265854318128, 56.21302016220082 ], [ -3.775104873534787, 56.215524893383332 ], [ -3.780884795019997, 56.217234496215596 ], [ -3.781876647678988, 56.213760590837857 ], [ -3.7831253790313, 56.212489039496631 ], [ -3.783887600373963, 56.212617328744976 ], [ -3.785908630210241, 56.212040007195341 ], [ -3.789135850471865, 56.210011931761166 ], [ -3.799247021828595, 56.205740608253087 ], [ -3.829456389025627, 56.196556482634257 ], [ -3.836417111514076, 56.195628346014288 ], [ -3.843894900346495, 56.201820822377655 ], [ -3.840372850994825, 56.211753564227038 ], [ -3.84098359038479, 56.212216244468948 ], [ -3.841961044712977, 56.212255604123115 ], [ -3.8431885623237, 56.21431310958279 ], [ -3.843094644210092, 56.21487614299356 ], [ -3.842390683756273, 56.215160710934924 ], [ -3.842104141794426, 56.216751032263076 ], [ -3.842923269949559, 56.219201026763464 ], [ -3.84636941517356, 56.22060088101572 ], [ -3.848280016329114, 56.22276495678291 ], [ -3.847646998648109, 56.223520265117656 ], [ -3.847824425021168, 56.225530507637615 ], [ -3.847208898070202, 56.22598002327743 ], [ -3.849601957779846, 56.22526131032609 ], [ -3.855245894113526, 56.224390483609525 ], [ -3.864959575537092, 56.220142194011103 ], [ -3.871182344820121, 56.215451756033438 ], [ -3.873142179352181, 56.214469546522636 ], [ -3.874389434089368, 56.214913435020989 ], [ -3.875228202758024, 56.214752445262718 ], [ -3.876288040543422, 56.215320470672978 ], [ -3.877594936080165, 56.218796264484155 ], [ -3.878611115431419, 56.219293044175444 ], [ -3.878292516182861, 56.219868507427556 ], [ -3.883873881575292, 56.221859418623701 ], [ -3.885548950141777, 56.222139420495061 ], [ -3.887387421297161, 56.22311783055514 ], [ -3.887869627470824, 56.223083511514496 ], [ -3.889265208781628, 56.224303194817615 ], [ -3.892307122366319, 56.225115768523835 ], [ -3.893942521797192, 56.225960599887578 ], [ -3.895468865540983, 56.226261617945177 ], [ -3.89556798502533, 56.226570123402368 ], [ -3.898086410863428, 56.226968227219118 ], [ -3.898961606874887, 56.227507444838558 ], [ -3.898494997222339, 56.228412332636481 ], [ -3.898762336624901, 56.229283486866862 ], [ -3.900424560376523, 56.230663401999948 ], [ -3.901334742184916, 56.233501641236046 ], [ -3.900711473695196, 56.234110602002602 ], [ -3.916343341888385, 56.224919076634563 ], [ -3.916579590764634, 56.225289244177048 ], [ -3.91886821234515, 56.22557276701442 ], [ -3.919744537567857, 56.225968041995031 ], [ -3.920566613312046, 56.226858398360349 ], [ -3.920637996412085, 56.228155805960149 ], [ -3.922541716821756, 56.229704216127217 ], [ -3.926382796595604, 56.229958966524407 ], [ -3.928819484423726, 56.23090229073037 ], [ -3.929648827406472, 56.230743776074434 ], [ -3.931106446422161, 56.229765782795909 ], [ -3.931808626683198, 56.230639067692316 ], [ -3.932635805217157, 56.23075824304938 ], [ -3.933241406912493, 56.230065819908461 ], [ -3.934211125404692, 56.22971636774858 ], [ -3.934973326894331, 56.228483207102464 ], [ -3.936550857057941, 56.22825542474957 ], [ -3.937207523593386, 56.229088055685963 ], [ -3.938035109039795, 56.229311429558628 ], [ -3.939933817923299, 56.228001112336543 ], [ -3.940803722706061, 56.229635553116317 ], [ -3.940134010947167, 56.230333513455165 ], [ -3.940899948591874, 56.230262186015715 ], [ -3.943916348134537, 56.2352525377025 ], [ -3.947012076336432, 56.236830367038294 ], [ -3.947468122608394, 56.238884647370753 ], [ -3.95621618951732, 56.246580879846846 ], [ -3.956967091333499, 56.245481658286231 ], [ -3.959453278518447, 56.2456534806593 ], [ -3.961547554159474, 56.244789053952452 ], [ -3.963879333763973, 56.245255291442852 ], [ -3.96461286280319, 56.245081889761899 ], [ -3.967117022621193, 56.245320670289672 ], [ -3.976469744224657, 56.253272789479574 ], [ -4.005288350070254, 56.274942525514469 ], [ -4.017771051821114, 56.272281843684254 ], [ -4.025456309100868, 56.270246676730487 ], [ -4.030085817415982, 56.270903209022379 ], [ -4.03757036537918, 56.269119498288347 ], [ -4.038101181870235, 56.27038503663649 ], [ -4.039620053147102, 56.271460852669705 ], [ -4.035956872948785, 56.274253057340275 ], [ -4.03501066677438, 56.276052430390173 ], [ -4.037402815784202, 56.277751948932433 ], [ -4.038554586396955, 56.28027165408853 ], [ -4.05221376981337, 56.273499259401341 ], [ -4.061244600388553, 56.278790492268264 ], [ -4.078511598502157, 56.289923576089372 ], [ -4.079865088904497, 56.283309221363645 ], [ -4.080710896523404, 56.282522162724376 ], [ -4.084087827668703, 56.280897191958672 ], [ -4.088529521805929, 56.280880728419042 ], [ -4.093559948791612, 56.278926528906474 ], [ -4.101257455361326, 56.278780795766238 ], [ -4.103511116160447, 56.279225090322491 ], [ -4.105212070361142, 56.279164714290225 ], [ -4.107614742364882, 56.280260624218521 ], [ -4.112299909940701, 56.280266119783171 ], [ -4.115702803803889, 56.281039254677893 ], [ -4.118720913131637, 56.287848905163628 ], [ -4.135344350506283, 56.294455986615127 ], [ -4.13988015727376, 56.297828531431563 ], [ -4.140716999404672, 56.29689742418244 ], [ -4.142444736373723, 56.297590959215228 ], [ -4.144713750959711, 56.297992014222096 ], [ -4.144924367098199, 56.298289418087919 ], [ -4.148029571110796, 56.298469228072413 ], [ -4.148592710965482, 56.298135935052287 ], [ -4.148843220787881, 56.298423653440842 ], [ -4.150061798367965, 56.298393507724136 ], [ -4.151055585374936, 56.299540016997746 ], [ -4.161847810590995, 56.303319641047878 ], [ -4.165201565865584, 56.303598031174708 ], [ -4.166400779680421, 56.303365863959215 ], [ -4.166796242198378, 56.302927581220679 ], [ -4.168218014152417, 56.303343036646744 ], [ -4.170704649761116, 56.30329496690144 ], [ -4.171978446548914, 56.302953596853101 ], [ -4.178386349238578, 56.303213955433257 ], [ -4.188215834152095, 56.304226852045502 ], [ -4.191454308070937, 56.307144183772621 ], [ -4.191996221216072, 56.309125156171547 ], [ -4.192536759790363, 56.309106598045638 ], [ -4.193293401220928, 56.309614427966054 ], [ -4.193837209610154, 56.310921352753034 ], [ -4.197111028610653, 56.312606731223298 ], [ -4.197935819420753, 56.314438871658098 ], [ -4.202484239233719, 56.314241218474884 ], [ -4.209448068276709, 56.314570979930011 ], [ -4.210715776112178, 56.315802008742658 ], [ -4.211575814924464, 56.318231056630559 ], [ -4.216627682707167, 56.318621516660578 ], [ -4.22106943976965, 56.319642806523639 ], [ -4.225704425951569, 56.321756857781935 ], [ -4.230854589395555, 56.325622877559013 ], [ -4.230506921662242, 56.32645592777822 ], [ -4.234596657281816, 56.326413651093468 ], [ -4.236331699028397, 56.328561637668308 ], [ -4.237421677926534, 56.329220455809242 ], [ -4.236934492446932, 56.333610336364274 ], [ -4.233802620449311, 56.334830656777342 ], [ -4.231346375894373, 56.337373266878792 ], [ -4.230617277379163, 56.337494241542494 ], [ -4.229192656795338, 56.338589319860148 ], [ -4.228408602767414, 56.340126691260139 ], [ -4.227149910318957, 56.341295146525482 ], [ -4.224099566759104, 56.341152246640597 ], [ -4.22263786839784, 56.342310818991287 ], [ -4.223567850765482, 56.342303114780044 ], [ -4.226978001564861, 56.343342732841514 ], [ -4.228390380073212, 56.344530549304352 ], [ -4.23624672494048, 56.347844394347625 ], [ -4.242039535232232, 56.352790276778691 ], [ -4.241733094034677, 56.359702186279463 ], [ -4.240983462788321, 56.3601695811196 ], [ -4.240854128076312, 56.361138001707069 ], [ -4.239672288582439, 56.362655672885339 ], [ -4.238060310004484, 56.367470266898081 ], [ -4.238133001970017, 56.368295738392789 ], [ -4.239056990372462, 56.368589089916476 ], [ -4.239665274700947, 56.369297040182005 ], [ -4.2391578926151, 56.371827003406878 ], [ -4.239163790475498, 56.380207069223161 ], [ -4.24063295687723, 56.384399807792576 ], [ -4.196460756773527, 56.386704727213505 ], [ -4.196657233786816, 56.391522590490922 ], [ -4.197812223992134, 56.392868090133675 ], [ -4.198664307630581, 56.397108163781958 ], [ -4.197766230610017, 56.399941404931127 ], [ -4.195923048044109, 56.401281624134931 ], [ -4.202059140826832, 56.457828970643511 ], [ -4.201420103004128, 56.457584192373254 ], [ -4.198958176072515, 56.459497057099298 ], [ -4.194632624601853, 56.458513222758341 ], [ -4.180122402873218, 56.45270759541441 ], [ -4.176797688597577, 56.450474403944845 ], [ -4.174680974987925, 56.44992290636533 ], [ -4.173344458670072, 56.450103590618632 ], [ -4.166327935603075, 56.448707583480662 ], [ -4.165744686251518, 56.447297896524837 ], [ -4.16320040236903, 56.444641838333368 ], [ -4.161899690206686, 56.444736404460429 ], [ -4.159831398203838, 56.44502854627104 ], [ -4.156731869228349, 56.449741969760908 ], [ -4.148138440442867, 56.454316895733264 ], [ -4.149237913234921, 56.454962854366315 ], [ -4.148594524705825, 56.45664548076217 ], [ -4.145040842115625, 56.457807807834293 ], [ -4.142384052846016, 56.459192689571211 ], [ -4.141627734927888, 56.461326547246465 ], [ -4.136386116789011, 56.461637068781542 ], [ -4.134442960066663, 56.46403393870532 ], [ -4.13157402983065, 56.464110211205337 ], [ -4.115869295348309, 56.462514303531414 ], [ -4.11031520178304, 56.463781603002751 ], [ -4.10548459704525, 56.466541592263845 ], [ -4.103765527649038, 56.467159352458474 ], [ -4.100408099697161, 56.465450405247338 ], [ -4.098625278875393, 56.465354758660638 ], [ -4.107478778553033, 56.486704564214683 ], [ -4.108813256938243, 56.48894645883906 ], [ -4.110913220360216, 56.490052033723444 ], [ -4.116295980928638, 56.494826497219684 ], [ -4.119869802941276, 56.496859346327341 ], [ -4.122712081610041, 56.498005969146575 ], [ -4.12482109033889, 56.49998283828549 ], [ -4.126280320109276, 56.500798082029554 ], [ -4.130769342416434, 56.50232519318341 ], [ -4.133225044825034, 56.502651468272852 ], [ -4.134860603302562, 56.502551466600963 ], [ -4.137019819308517, 56.502950162317404 ], [ -4.141215766244141, 56.504598768639241 ], [ -4.142259084926414, 56.504513374796851 ], [ -4.14324070711542, 56.505206360320784 ], [ -4.145373522882285, 56.505708712171838 ], [ -4.145820488621289, 56.506285104831548 ], [ -4.146796114393001, 56.506295200244445 ], [ -4.154490424209676, 56.510295686344776 ], [ -4.194452315607027, 56.495329811256951 ], [ -4.242768353535805, 56.488155936228111 ], [ -4.274682432984405, 56.478581296916083 ], [ -4.296896233811462, 56.475053765376153 ], [ -4.299594004985186, 56.480458794858492 ], [ -4.300427127877671, 56.480807321455657 ], [ -4.300790706439139, 56.481447631754648 ], [ -4.302384480257555, 56.481885391110332 ], [ -4.30213760305986, 56.482635874947924 ], [ -4.299849458119106, 56.483204021290064 ], [ -4.300422726389273, 56.485161505877166 ], [ -4.299966381421778, 56.486477540786943 ], [ -4.300457654568557, 56.488957777937415 ], [ -4.29735410400485, 56.491226003419655 ], [ -4.298619568444695, 56.492406805920723 ], [ -4.298247315313636, 56.493101186855803 ], [ -4.303421264909526, 56.493764674807366 ], [ -4.304434587955783, 56.494132300516554 ], [ -4.303865105817132, 56.496528863238758 ], [ -4.304960800485409, 56.497047732104583 ], [ -4.305571521791914, 56.496937536909677 ], [ -4.307760475515051, 56.499404181507209 ], [ -4.308155884218835, 56.503503795176165 ], [ -4.307043130367547, 56.505115138067815 ], [ -4.307014055065527, 56.505973916286074 ], [ -4.311081748015096, 56.509924352218277 ], [ -4.309517993361815, 56.510802698655006 ], [ -4.309194129046602, 56.511356915736656 ], [ -4.30969612611823, 56.513863878486113 ], [ -4.310521613431648, 56.515007816625904 ], [ -4.310223724620418, 56.515588512888577 ], [ -4.315367252750471, 56.515299500865495 ], [ -4.317621531442421, 56.516012339650182 ], [ -4.318970216155357, 56.515870332938178 ], [ -4.321362848048982, 56.51685012531027 ], [ -4.321307816165328, 56.517677940191511 ], [ -4.320462135822779, 56.518071190994704 ], [ -4.320913539767835, 56.518673858056928 ], [ -4.323049505528997, 56.519307930961006 ], [ -4.32757881802698, 56.52635865333982 ], [ -4.330289780979551, 56.527741215637107 ], [ -4.331695020100211, 56.528910089238295 ], [ -4.333143029524713, 56.529318757914211 ], [ -4.334869101051133, 56.53345171455387 ], [ -4.333392761858118, 56.535757614847505 ], [ -4.332656231171214, 56.535946691154713 ], [ -4.332074970454507, 56.536941660904205 ], [ -4.330481401654323, 56.537609631392087 ], [ -4.331235521641561, 56.53902887655866 ], [ -4.333196737677699, 56.539841309122785 ], [ -4.335173610983703, 56.540114208428747 ], [ -4.341047691197899, 56.540277746400136 ], [ -4.357720852559877, 56.544334525486391 ], [ -4.362014476127341, 56.546796249922053 ], [ -4.365043397303499, 56.547102594467056 ], [ -4.36890359615029, 56.546651599421693 ], [ -4.371363307308593, 56.545270119062685 ], [ -4.371423692645568, 56.54428490096025 ], [ -4.370494792818732, 56.542437847800102 ], [ -4.372634304303073, 56.541273639990841 ], [ -4.374157215725628, 56.539096671830549 ], [ -4.373630271224842, 56.537304865949288 ], [ -4.37416196104355, 56.536184820803797 ], [ -4.375295476167004, 56.536104735391845 ], [ -4.378093046104422, 56.534289769506806 ], [ -4.378505388308804, 56.533603361072451 ], [ -4.381149747217578, 56.533368463617016 ], [ -4.384296744042683, 56.533627130874351 ], [ -4.385968969170641, 56.533451228791264 ], [ -4.390256560391482, 56.533872062936368 ], [ -4.39672467236861, 56.528647312526132 ], [ -4.399619859467914, 56.527885930483691 ], [ -4.400443451963262, 56.527281367084576 ], [ -4.402838366747585, 56.526839627679131 ], [ -4.408682680302007, 56.528609198818472 ], [ -4.41471629246131, 56.526829436972619 ], [ -4.417377363933904, 56.525591380268295 ], [ -4.41849926138424, 56.5257178240022 ], [ -4.422892240985203, 56.524868298887966 ], [ -4.425980679955874, 56.524852942241743 ], [ -4.42751658917351, 56.525604804697643 ], [ -4.430811344250995, 56.526524444893063 ], [ -4.431986158808106, 56.52595323328557 ], [ -4.433494711492213, 56.526022540990994 ], [ -4.433915921807322, 56.525744674383695 ], [ -4.437427006439114, 56.526358833511445 ], [ -4.439939190686281, 56.525598624192611 ], [ -4.44198949590052, 56.525747953677424 ], [ -4.4418630388567, 56.524667494048636 ], [ -4.444232370677081, 56.522576316643693 ], [ -4.446936844450628, 56.521148027867412 ], [ -4.449013293355694, 56.520824000985108 ], [ -4.450274379406054, 56.519455548204057 ], [ -4.451196421778301, 56.519383428501619 ], [ -4.451388371546236, 56.518831424082954 ], [ -4.452083371353442, 56.518894092922572 ], [ -4.453074966529257, 56.518389202821105 ], [ -4.454350701118315, 56.518256148900299 ], [ -4.456959313765711, 56.51837082477428 ], [ -4.457078329333642, 56.517321466528678 ], [ -4.458177536684236, 56.517726601381028 ], [ -4.46090873757596, 56.517726427637839 ], [ -4.469875919425001, 56.515998102202801 ], [ -4.470105479338561, 56.515279054241105 ], [ -4.477403477979714, 56.513021666941277 ], [ -4.478614768025631, 56.513150275637493 ], [ -4.48112138267946, 56.512578954181144 ], [ -4.48299548004209, 56.513894068705291 ], [ -4.487382057739404, 56.512368313720131 ], [ -4.489881924127237, 56.513059656561033 ], [ -4.490908211238627, 56.511978576824696 ], [ -4.49248623859823, 56.512122160591808 ], [ -4.493325018990691, 56.512765883207926 ], [ -4.494367086947364, 56.512668561593287 ], [ -4.495334735424978, 56.513911828588519 ], [ -4.496388342769571, 56.514483809434942 ], [ -4.496179506391456, 56.515139584308983 ], [ -4.497119671970816, 56.516086811213611 ], [ -4.497692172418372, 56.515769729732774 ], [ -4.498329067119262, 56.516430961774105 ], [ -4.4990539036863, 56.516452324989523 ], [ -4.500311496357452, 56.517280799060423 ], [ -4.50145584953829, 56.517500407701647 ], [ -4.501290042445718, 56.518191273979063 ], [ -4.502217135094123, 56.519183663879048 ], [ -4.503119021545267, 56.519300296204634 ], [ -4.504790322333259, 56.518511663782427 ], [ -4.506325332119132, 56.519968086125566 ], [ -4.507321777471215, 56.520284993596427 ], [ -4.507623279605064, 56.522017944932927 ], [ -4.508099292030545, 56.522331873992805 ], [ -4.506705286321083, 56.52264312023155 ], [ -4.507428391869843, 56.52337446608243 ], [ -4.511274358134442, 56.521908214742595 ], [ -4.516002430492565, 56.520999158736288 ], [ -4.516870707392524, 56.520240110379575 ], [ -4.519489135477416, 56.520007265101711 ], [ -4.522004469749152, 56.519079940411565 ], [ -4.528807528360321, 56.518577595350884 ], [ -4.530153582257388, 56.517673909022278 ], [ -4.531184615221684, 56.515338652726975 ], [ -4.532894658994145, 56.514045550835469 ], [ -4.530152953083032, 56.512178156009313 ], [ -4.530942350692809, 56.511218394617323 ], [ -4.530632330015257, 56.509615976656647 ], [ -4.528015484274413, 56.507786436464151 ], [ -4.528544675286844, 56.507312811080567 ], [ -4.528479560989565, 56.506213185953683 ], [ -4.527515874641903, 56.505653124439448 ], [ -4.528514612786973, 56.504909305064643 ], [ -4.529908818140401, 56.505101091952383 ], [ -4.532117374389139, 56.504831381853158 ], [ -4.538716685892929, 56.507033326945383 ], [ -4.539400233276296, 56.506439661056866 ], [ -4.541939717688907, 56.506014714944911 ], [ -4.552280668755503, 56.505353182841638 ], [ -4.553159834192032, 56.505496879113451 ], [ -4.555915265518297, 56.504420107901382 ], [ -4.557574489031667, 56.504925182956647 ], [ -4.558944808421312, 56.506568609162663 ], [ -4.559729590275816, 56.505914322442699 ], [ -4.561186788406403, 56.505470846261765 ], [ -4.562207738097698, 56.504222992499223 ], [ -4.569130525764034, 56.503374404135243 ], [ -4.570539360785451, 56.503659802009423 ], [ -4.573822239334943, 56.505578016385797 ], [ -4.577276815871618, 56.505232229049675 ], [ -4.57819192180175, 56.504826765704273 ], [ -4.582512468669101, 56.500369033158066 ], [ -4.583799406627973, 56.500773654020215 ], [ -4.584558154096436, 56.499625431747738 ], [ -4.587254759639403, 56.4994928636225 ], [ -4.588121407150438, 56.498975989746157 ], [ -4.591691730041038, 56.498312815013726 ], [ -4.593172025179799, 56.498573995029687 ], [ -4.595714308153487, 56.497968125326814 ], [ -4.600730628236447, 56.497566537561667 ], [ -4.603890347269744, 56.495280364560202 ], [ -4.607963402322658, 56.494138811879729 ], [ -4.608730436266609, 56.493241909176987 ], [ -4.614076439131251, 56.490181497822967 ], [ -4.6146104177289, 56.489442253476902 ], [ -4.616149684417409, 56.489382854632993 ], [ -4.618248211256032, 56.487891595135643 ], [ -4.620786459338194, 56.488067206938389 ], [ -4.622478581429534, 56.48786968634856 ], [ -4.62516160892451, 56.486496274332978 ], [ -4.625900356881249, 56.484728054105673 ], [ -4.625654425314123, 56.483519924482366 ], [ -4.624101575161083, 56.482438300147606 ], [ -4.621727918651195, 56.481935728156749 ], [ -4.620342328043688, 56.480450574937372 ], [ -4.621589279746629, 56.479808585323489 ], [ -4.623733313223987, 56.477457940114661 ], [ -4.624306851422893, 56.477414355373 ], [ -4.628485933542658, 56.474319529583042 ], [ -4.630007277892989, 56.473658156514752 ], [ -4.63171212813807, 56.473419787061829 ], [ -4.63274755151576, 56.472777672031128 ], [ -4.633988619884018, 56.47276032083397 ], [ -4.636396046253302, 56.474106779614488 ], [ -4.638038754762772, 56.474611128349132 ], [ -4.639080528873023, 56.476049477183942 ], [ -4.640946954061115, 56.4769669587686 ], [ -4.642975273720755, 56.476708069267517 ], [ -4.645566885461089, 56.477425786904881 ], [ -4.648822118040557, 56.47904154170881 ], [ -4.65273591179002, 56.479268014915341 ], [ -4.660825260316172, 56.479049886071657 ], [ -4.668105881833422, 56.479805817990695 ], [ -4.670847901257301, 56.479764807504402 ], [ -4.673393085087957, 56.481889540700294 ], [ -4.674936666298169, 56.482242753110469 ], [ -4.675912629548169, 56.482954217583888 ], [ -4.677854678426746, 56.483083094534244 ], [ -4.679188170446933, 56.483795806534005 ], [ -4.68254351144207, 56.486455617587609 ], [ -4.682913092114938, 56.489503483844651 ], [ -4.683885456513955, 56.490044198404895 ], [ -4.686220805011676, 56.490559907249342 ], [ -4.682318179252351, 56.492351995181977 ], [ -4.679999888148338, 56.495417480317357 ], [ -4.67774927702776, 56.496913088074656 ], [ -4.676094459372889, 56.500063041830373 ], [ -4.665693347552099, 56.505261556524907 ], [ -4.6651558135946, 56.50651789973157 ], [ -4.663608523218763, 56.508209344665801 ], [ -4.661399791842908, 56.509510501855232 ], [ -4.658313128016905, 56.510695603297506 ], [ -4.658161096952737, 56.511310022953268 ], [ -4.658820944004445, 56.511911551935839 ], [ -4.655997148735993, 56.513836941827634 ], [ -4.653699017171728, 56.518168719074353 ], [ -4.652591527391524, 56.518722657385403 ], [ -4.652598270739241, 56.519284243811178 ], [ -4.653568204098982, 56.519901645206595 ], [ -4.654706234770516, 56.523153332764991 ], [ -4.65403444612711, 56.523545175873075 ], [ -4.654314724946812, 56.52406496476452 ], [ -4.653736230965651, 56.526023162569153 ], [ -4.657058251987094, 56.531196442854657 ], [ -4.6585668608351, 56.532184259440072 ], [ -4.659466893728164, 56.534465837959004 ], [ -4.665848765999724, 56.533160612427942 ], [ -4.667483702946106, 56.532240217001245 ], [ -4.66817934138375, 56.533227403838879 ], [ -4.671271069029644, 56.535556170071182 ], [ -4.68028401712011, 56.539721044462418 ], [ -4.683369311852477, 56.539986972911031 ], [ -4.688647203706567, 56.53928413517221 ], [ -4.697639244932026, 56.541057481798212 ], [ -4.699165065133651, 56.543522939737279 ], [ -4.69811832842124, 56.547217193314687 ], [ -4.697374148248048, 56.547849018708355 ], [ -4.697598317700354, 56.549969761363172 ], [ -4.695535280448471, 56.551506515821515 ], [ -4.692132047713008, 56.552964431079332 ], [ -4.688912334291398, 56.552081461775899 ], [ -4.682067311201617, 56.553200110804838 ], [ -4.681846472094165, 56.554103651680236 ], [ -4.676874964891782, 56.555257944452748 ], [ -4.675915854528523, 56.55584932671465 ], [ -4.674008492918815, 56.556034198681282 ], [ -4.668021588968363, 56.559416458609803 ], [ -4.661345031271043, 56.562264942137503 ], [ -4.660320468888648, 56.56227789621115 ], [ -4.65811468894243, 56.561579130520386 ], [ -4.656821939947868, 56.562177496712252 ], [ -4.654197603425011, 56.561195513413573 ], [ -4.648813294736485, 56.561243012029173 ], [ -4.648140475972893, 56.562911077271906 ], [ -4.641101501272653, 56.567711984625319 ], [ -4.641420379026263, 56.567965846879964 ], [ -4.632119318145942, 56.568122770767289 ], [ -4.628278491434181, 56.568491671376563 ], [ -4.624428223219831, 56.569665037442739 ], [ -4.616783557249174, 56.570356521124808 ], [ -4.614452852309277, 56.570437035908071 ], [ -4.612700896316157, 56.569939126361945 ], [ -4.612784723307822, 56.570800165372368 ], [ -4.612122793165635, 56.571825176432604 ], [ -4.611060534448523, 56.572121619746675 ], [ -4.606578614103913, 56.571937098189068 ], [ -4.60483727881794, 56.573604840819662 ], [ -4.603089764084498, 56.574355962975766 ], [ -4.601937041374559, 56.575588919281387 ], [ -4.599536474019815, 56.576672715747854 ], [ -4.596155957981488, 56.574509996011571 ], [ -4.593023611001176, 56.57430127581236 ], [ -4.58933820197397, 56.574814009972137 ], [ -4.586095512871504, 56.573227842627816 ], [ -4.584347103078454, 56.573255227267218 ], [ -4.580863331837074, 56.571709890136077 ], [ -4.57947663594846, 56.571788112532772 ], [ -4.577607286646509, 56.571233731267618 ], [ -4.575955590539769, 56.571245511592544 ], [ -4.570712080853158, 56.572068591062106 ], [ -4.567747290392903, 56.57204450630902 ], [ -4.563765987714095, 56.571434678116468 ], [ -4.561758284202432, 56.570154938215339 ], [ -4.559851549323694, 56.573016263891375 ], [ -4.5677187632858, 56.575105300847085 ], [ -4.570524801263229, 56.576265084161506 ], [ -4.57123044018326, 56.57790416715563 ], [ -4.570610848264596, 56.579211168175377 ], [ -4.572792705704077, 56.578968298138626 ], [ -4.573729944762571, 56.581137323618627 ], [ -4.574716902143545, 56.58188081059108 ], [ -4.575990313648088, 56.588388261426338 ], [ -4.582741615435806, 56.594471944445232 ], [ -4.586151296728242, 56.599667679449901 ], [ -4.597326337285337, 56.604265458045553 ], [ -4.609828242005048, 56.614824559315039 ], [ -4.616384241328916, 56.616052884489868 ], [ -4.621420480989591, 56.61616251718106 ], [ -4.625371177503009, 56.615427576035444 ], [ -4.626435330752743, 56.615611816534937 ], [ -4.634004205442612, 56.621657602388872 ], [ -4.636807903641623, 56.625040408193136 ], [ -4.635446301904792, 56.625505164036362 ], [ -4.6331474617815, 56.627378321649807 ], [ -4.630864543018301, 56.628078228036387 ], [ -4.629322741184248, 56.630056625236719 ], [ -4.628523216547119, 56.630635242967145 ], [ -4.627548723299129, 56.630808620947342 ], [ -4.627337216801346, 56.631401769390827 ], [ -4.62603890704217, 56.631608937446764 ], [ -4.624051899128077, 56.633052920043845 ], [ -4.620539555379931, 56.634726738217473 ], [ -4.620050714721357, 56.635438058167686 ], [ -4.620232871833317, 56.636418348138896 ], [ -4.619326390481138, 56.636752000866252 ], [ -4.619350919225941, 56.637223325878772 ], [ -4.618489279633004, 56.637380772514355 ], [ -4.618316501176255, 56.637829288466229 ], [ -4.619052006905947, 56.638204758879638 ], [ -4.61923659022793, 56.6393377854614 ], [ -4.62032649405594, 56.639413693673177 ], [ -4.620462572696111, 56.6405522342274 ], [ -4.621067855471766, 56.640930436600833 ], [ -4.6207074761152, 56.641378414744516 ], [ -4.623100150921656, 56.64224470591008 ], [ -4.624029509799099, 56.644116966940366 ], [ -4.625942942394177, 56.644656283696449 ], [ -4.627867728127407, 56.646529971357637 ], [ -4.628969682814474, 56.64700998819341 ], [ -4.630430130893409, 56.646898230237952 ], [ -4.631212882581069, 56.647596182134031 ], [ -4.631328119316771, 56.647962231503847 ], [ -4.63071501833716, 56.648177415678035 ], [ -4.631354031258604, 56.648685175494926 ], [ -4.630663251005172, 56.648722252659788 ], [ -4.629697601716111, 56.649497615305059 ], [ -4.630157735465699, 56.650013655832161 ], [ -4.629750128163492, 56.650134615594766 ], [ -4.630596851123958, 56.65081324460963 ], [ -4.630287140510871, 56.651988164074261 ], [ -4.62857874306096, 56.65334542691199 ], [ -4.629822022786712, 56.655031266842791 ], [ -4.633406723453425, 56.656595662510412 ], [ -4.639517521662231, 56.653441887883616 ], [ -4.643054984829424, 56.650832313857819 ], [ -4.647557727328187, 56.649082871388202 ], [ -4.662905842843723, 56.640235081582112 ], [ -4.664148325331346, 56.63981302359317 ], [ -4.666723530862221, 56.639901644126809 ], [ -4.671450559752801, 56.641125887065655 ], [ -4.675660887807197, 56.641269073673463 ], [ -4.678651167351642, 56.64214841831339 ], [ -4.684979137898684, 56.641674957861902 ], [ -4.693030061269587, 56.643177121051785 ], [ -4.69441123356357, 56.642873088808933 ], [ -4.694966508626214, 56.642425158355643 ], [ -4.695558605501664, 56.643293121091332 ], [ -4.696321915082393, 56.64347430729044 ], [ -4.704841315172288, 56.643078144338588 ], [ -4.708413986193302, 56.643422831350257 ], [ -4.712212475905289, 56.642481743209764 ], [ -4.713868714169127, 56.642602905640118 ], [ -4.71543239166116, 56.642344088218479 ], [ -4.71647088364551, 56.642721368288939 ], [ -4.716654906546465, 56.643238637994983 ], [ -4.720444704572915, 56.656444182139786 ], [ -4.71941620913883, 56.658929302338876 ], [ -4.717547579047384, 56.676604009911856 ], [ -4.706234249679873, 56.676621336787321 ], [ -4.702568385530906, 56.675703363955648 ], [ -4.700844960830223, 56.675803689484233 ], [ -4.699001613091057, 56.675254987590854 ], [ -4.697732253589835, 56.675426311081537 ], [ -4.69725098712861, 56.675203063501023 ], [ -4.69623589142084, 56.675391330023068 ], [ -4.694656559638075, 56.675223312962402 ], [ -4.692619745285993, 56.675393222832817 ], [ -4.691003913579572, 56.675971921726607 ], [ -4.685411540938069, 56.676308415080385 ], [ -4.682381119538559, 56.676971439364692 ], [ -4.678635532934111, 56.676876850023177 ], [ -4.677043482404221, 56.677104336734317 ], [ -4.676441643849594, 56.677481277060558 ], [ -4.675123334503652, 56.677195054080748 ], [ -4.673445801275045, 56.677253567838441 ], [ -4.67189068638706, 56.676505044078766 ], [ -4.669566920710093, 56.676429082640837 ], [ -4.667440860764057, 56.675108558754999 ], [ -4.666537210044532, 56.674912221715594 ], [ -4.664174830185178, 56.675443647292433 ], [ -4.662880585903565, 56.675264631819616 ], [ -4.660840604934065, 56.676085683407834 ], [ -4.659030284445015, 56.674839156690567 ], [ -4.657579709999481, 56.674757795482705 ], [ -4.65282394113596, 56.67654441329497 ], [ -4.652026024810523, 56.677851124785221 ], [ -4.649446577539643, 56.679132852855517 ], [ -4.640589674438581, 56.681010712399932 ], [ -4.63759352301034, 56.682179695514755 ], [ -4.634938657241554, 56.682510041034149 ], [ -4.633375169290394, 56.684673152235405 ], [ -4.631054823745663, 56.686641035530933 ], [ -4.6270045875754, 56.68757588661618 ], [ -4.617194078179427, 56.690582103940869 ], [ -4.614920633110589, 56.691124184388592 ], [ -4.611327679154234, 56.691127702663188 ], [ -4.610370116669214, 56.691687026861324 ], [ -4.603264626242879, 56.692150368801933 ], [ -4.59678422650992, 56.691494824436575 ], [ -4.594799362105518, 56.691963108397623 ], [ -4.594376974715993, 56.692470707808617 ], [ -4.592026022193753, 56.693198219708307 ], [ -4.590031694111064, 56.696502118378952 ], [ -4.59155099294289, 56.698285939756104 ], [ -4.590519066469661, 56.698720830597395 ], [ -4.590386785177167, 56.699172948000147 ], [ -4.591262026313194, 56.699428848445642 ], [ -4.591587661395859, 56.700244409499909 ], [ -4.590554703844721, 56.702328491234113 ], [ -4.591236532648672, 56.703334362531656 ], [ -4.591217646362405, 56.704485130072023 ], [ -4.591721649584976, 56.704924005855858 ], [ -4.595336729141203, 56.706053009270171 ], [ -4.598356335746434, 56.706363010034835 ], [ -4.602703594507544, 56.707323738576676 ], [ -4.604727630810237, 56.707411733321557 ], [ -4.605926737551122, 56.707975315729279 ], [ -4.591516416140917, 56.724147595780146 ], [ -4.584541830818346, 56.729586007301741 ], [ -4.576005001037069, 56.734804672126558 ], [ -4.576054244355666, 56.735046308861733 ], [ -4.577100362991769, 56.734921319365959 ], [ -4.577640525123035, 56.735287607480558 ], [ -4.578144199544455, 56.738701317913062 ], [ -4.578633421685086, 56.739158528683113 ], [ -4.580193077899124, 56.739485726632871 ], [ -4.579518981173341, 56.740268093331231 ], [ -4.580245750456518, 56.743115475317147 ], [ -4.579870992729898, 56.743613039454516 ], [ -4.582121417051189, 56.74840154894062 ], [ -4.58400528047276, 56.750703668399936 ], [ -4.5864993802815, 56.758425875549385 ], [ -4.589881256299654, 56.75989694962184 ], [ -4.582850627846047, 56.762473899044558 ], [ -4.580794719285083, 56.764466712218251 ], [ -4.579130023639998, 56.765008948746384 ], [ -4.575238501166656, 56.765534283079113 ], [ -4.560426817471452, 56.76959606718497 ], [ -4.547660299111602, 56.772001084106648 ], [ -4.546802307287706, 56.772382594721165 ], [ -4.547525992714101, 56.773158671227733 ], [ -4.548155332701785, 56.773267133561731 ], [ -4.548084340254333, 56.773668510688829 ], [ -4.550728680615882, 56.77645435341077 ], [ -4.549364624900972, 56.780355695770112 ], [ -4.550111726252709, 56.780870654240395 ], [ -4.549661963633302, 56.781962798397629 ], [ -4.54496580998793, 56.783209099588582 ], [ -4.538303629684254, 56.787227328335867 ], [ -4.535212641795727, 56.791163634713861 ], [ -4.53562672306725, 56.79402208106832 ], [ -4.533377337451662, 56.794786764846762 ], [ -4.53221904001752, 56.795946252824663 ], [ -4.53153636185431, 56.796630546337326 ], [ -4.5308170087911, 56.796649641655669 ], [ -4.530533432786505, 56.797423787126419 ], [ -4.529798284046795, 56.797694833484229 ], [ -4.528536493258127, 56.801333204920233 ], [ -4.520520940239257, 56.805274497328412 ], [ -4.519453897278712, 56.805363460368994 ], [ -4.517294622166337, 56.804921765927872 ], [ -4.517066709358491, 56.804454549762582 ], [ -4.513196439254951, 56.803535049249398 ], [ -4.510979335068884, 56.803328073739713 ], [ -4.503048198992945, 56.799847797629369 ], [ -4.494433662370565, 56.795549414027619 ], [ -4.491473960450401, 56.793397802443266 ], [ -4.487734046570704, 56.792564794678555 ], [ -4.486059386458814, 56.791757918810234 ], [ -4.484412517045384, 56.791741314876639 ], [ -4.483895309116058, 56.791473025019926 ], [ -4.483002664650635, 56.790479777587471 ], [ -4.482142779144807, 56.7903531077 ], [ -4.481991655211867, 56.789924744923823 ], [ -4.480623867602405, 56.789421737396935 ], [ -4.48072498028354, 56.788597424819066 ], [ -4.479702089440496, 56.788357152067221 ], [ -4.477914147373971, 56.786199896347924 ], [ -4.47776038343138, 56.785358184415806 ], [ -4.474321066425862, 56.782236142971726 ], [ -4.473353842238827, 56.781967754895135 ], [ -4.472027569848799, 56.780596599454739 ], [ -4.470233644232827, 56.779580692760391 ], [ -4.469106454402037, 56.777873048660595 ], [ -4.467034023706912, 56.777473721021032 ], [ -4.465752299277616, 56.777773178406314 ], [ -4.465573340114485, 56.778288969334881 ], [ -4.46305871241213, 56.778635243061288 ], [ -4.460347473218714, 56.778104634291431 ], [ -4.457071034050037, 56.778191720348673 ], [ -4.452729658350337, 56.77738751293866 ], [ -4.441852014359631, 56.773858045128733 ], [ -4.435239958358943, 56.777402367528978 ], [ -4.415377112197992, 56.797919040035168 ], [ -4.393369245216138, 56.815328103842823 ], [ -4.385983747603631, 56.822870058241044 ], [ -4.379386366859923, 56.825957138588457 ], [ -4.376753446704687, 56.829929962578213 ], [ -4.374270901443951, 56.832273294379597 ], [ -4.365065848594784, 56.830057693157094 ], [ -4.36431914806617, 56.829653970837775 ], [ -4.362598634517077, 56.829533790537852 ], [ -4.352440622904204, 56.827128623569983 ], [ -4.343332163892338, 56.821301547050908 ], [ -4.330517112616396, 56.823945475657823 ], [ -4.331113252849742, 56.826549397372538 ], [ -4.330263850495153, 56.829629644440892 ], [ -4.330770894115309, 56.834095424853224 ], [ -4.32972890277575, 56.836981558398847 ], [ -4.326179671370436, 56.838570970806792 ], [ -4.32402804863777, 56.841154217368938 ], [ -4.321208961993807, 56.840775337024063 ], [ -4.318469596810563, 56.840889164808026 ], [ -4.312328982898253, 56.843146349365583 ], [ -4.312123715507419, 56.845002246524949 ], [ -4.311110146311234, 56.846781452002858 ], [ -4.309115882697002, 56.848615639700618 ], [ -4.305311858312667, 56.850227121219312 ], [ -4.303966016989583, 56.851411211788616 ], [ -4.297860352521639, 56.852274125937271 ], [ -4.294988782320382, 56.853189645629094 ], [ -4.290866194674671, 56.851486085671496 ], [ -4.278398713449587, 56.849957468914006 ], [ -4.276571201272944, 56.851055690681747 ], [ -4.271889275612083, 56.851334203127536 ], [ -4.267777324784613, 56.85357916268152 ], [ -4.266100553013702, 56.854058928145903 ], [ -4.262876276853405, 56.857568140714754 ], [ -4.261061868129194, 56.85699444739587 ], [ -4.258523014765897, 56.853517803814952 ], [ -4.253363076550236, 56.85335495332528 ], [ -4.234323744002211, 56.857529813624033 ], [ -4.232293494515551, 56.85759309466097 ], [ -4.230495307714753, 56.857283763534035 ], [ -4.227701946302619, 56.85761670852105 ], [ -4.227106838787544, 56.858229399667231 ], [ -4.227143867417373, 56.859680003059594 ], [ -4.225863628536571, 56.862290847770055 ], [ -4.222960575913879, 56.863546717167729 ], [ -4.220472558135784, 56.86668671622111 ], [ -4.216959676288178, 56.869013646161285 ], [ -4.215283976106727, 56.869672417286303 ], [ -4.212180134156933, 56.869489317797068 ], [ -4.208453663631435, 56.868625226687222 ], [ -4.207624635336301, 56.869453129657792 ], [ -4.205276423313819, 56.870119160550807 ], [ -4.199405481730798, 56.870456355626089 ], [ -4.200199193853709, 56.87391099571704 ], [ -4.199563076011962, 56.875234168944154 ], [ -4.19927534272528, 56.875504326083863 ], [ -4.19551310284578, 56.875714310233178 ], [ -4.19328110019236, 56.876553293436892 ], [ -4.19192397970405, 56.877480221004973 ], [ -4.200771120059216, 56.882244479794892 ], [ -4.202983816208327, 56.884002678902412 ], [ -4.205546902033622, 56.884460658892017 ], [ -4.203549210965874, 56.885381051002121 ], [ -4.202170787643459, 56.887341860883446 ], [ -4.199440218950114, 56.8896230124314 ], [ -4.199889585499673, 56.893775638314587 ], [ -4.194906890286895, 56.898261960173052 ], [ -4.192192858475353, 56.89888472613513 ], [ -4.188569236363915, 56.900943161588131 ], [ -4.187799056849259, 56.902515724988092 ], [ -4.186095741469908, 56.903578934592126 ], [ -4.185467707250979, 56.904776075077258 ], [ -4.187087544656889, 56.906356220595612 ], [ -4.186724466816298, 56.906888257276727 ], [ -4.184865601911073, 56.907401531221439 ], [ -4.184169963936125, 56.908146053317317 ], [ -4.179448528766683, 56.908583454915281 ], [ -4.174497987077005, 56.911720453810005 ], [ -4.173689782749237, 56.908697262561162 ], [ -4.16827640397134, 56.904711709203973 ], [ -4.165703804427808, 56.9050978003051 ], [ -4.164693068160839, 56.905937532265717 ], [ -4.161728750577549, 56.905800156716481 ], [ -4.160170836143735, 56.905130694919144 ], [ -4.155863642397403, 56.904346942673968 ], [ -4.155070924645937, 56.903273323343726 ], [ -4.149988814053584, 56.902430850126358 ], [ -4.147985307162535, 56.901288161481062 ], [ -4.144188284322391, 56.899938113542312 ], [ -4.140044825534875, 56.899559871995585 ], [ -4.13828552131821, 56.898084862794533 ], [ -4.136218012142744, 56.897248606317774 ], [ -4.131455328863225, 56.897523161929897 ], [ -4.126803692560831, 56.899318748632993 ], [ -4.120785373981929, 56.897147649648225 ], [ -4.119703757151456, 56.89646061953286 ], [ -4.118083114443967, 56.896402745175834 ], [ -4.117258006642706, 56.895459740962181 ], [ -4.111462610739373, 56.894744622160978 ], [ -4.101032080417233, 56.894520635846952 ], [ -4.088281220492136, 56.893611238029898 ], [ -4.085041282377099, 56.894249438523097 ], [ -4.08039367045526, 56.894672884036055 ], [ -4.07852726343345, 56.895508180614094 ], [ -4.077798198629968, 56.896571643338426 ], [ -4.072608066975527, 56.895804221857688 ], [ -4.069920786226715, 56.894420049367028 ], [ -4.061187362511002, 56.894892446647255 ], [ -4.055160544919413, 56.895620750151231 ], [ -4.054454341279055, 56.897411535785807 ], [ -4.052147650067825, 56.897267940756286 ], [ -4.048451745911701, 56.897722176059375 ], [ -4.04608635135509, 56.897495864931237 ], [ -4.044034485061651, 56.89765795191795 ], [ -4.042149531207036, 56.896305886480363 ], [ -4.040890242953897, 56.896187189515636 ], [ -4.03927710276368, 56.896896445631185 ], [ -4.036891688238239, 56.899888950974081 ], [ -4.034759228782839, 56.901500684819311 ], [ -4.032292551416352, 56.898083160656867 ], [ -4.024240121303129, 56.892531390511046 ], [ -4.023544064105669, 56.891500334932545 ], [ -4.023540785157402, 56.890377183345784 ], [ -4.024604180539912, 56.889398487381811 ], [ -4.024315090917614, 56.889061718670973 ], [ -4.02289549561468, 56.888765728203403 ], [ -4.018467940224839, 56.889920126469619 ], [ -4.017438357053876, 56.89076793080811 ], [ -4.014794917872066, 56.891372200126938 ], [ -4.013749278950354, 56.892076461887953 ], [ -4.012395125478604, 56.894066134651169 ], [ -4.012374217401218, 56.897828744896387 ], [ -4.011552769134226, 56.898034267138058 ], [ -4.00748781642364, 56.89835305173952 ], [ -4.001943628604888, 56.896744648224598 ], [ -4.000315634286421, 56.8953168612951 ], [ -4.000250950260615, 56.893861334367685 ], [ -4.001323056196032, 56.892725456440232 ], [ -4.000313335920305, 56.890728859210768 ], [ -3.999387669723022, 56.890303386283279 ], [ -3.992669477174241, 56.891003792859493 ], [ -3.987804551985801, 56.891858560211901 ], [ -3.977426259865285, 56.895352429263653 ], [ -3.975283891874777, 56.896353167204332 ], [ -3.974708951072006, 56.897188026742619 ], [ -3.973546814372263, 56.897755407440719 ], [ -3.969516393895388, 56.898235944250843 ], [ -3.967765751616376, 56.899292372914573 ], [ -3.966585581409728, 56.902455881882325 ], [ -3.96660041959919, 56.905236659237467 ], [ -3.963422751346113, 56.907586922584606 ], [ -3.962414524477092, 56.909813190907286 ], [ -3.963429763415766, 56.910848542351758 ], [ -3.965224026462921, 56.911390912274236 ], [ -3.964846188321721, 56.91248409777149 ], [ -3.963642903393773, 56.913343155947835 ], [ -3.963850329527214, 56.913852068221431 ], [ -3.970711253704665, 56.917953749499596 ], [ -3.970274063201395, 56.919789189663931 ], [ -3.968821084697371, 56.921056578936891 ], [ -3.968708129380529, 56.923435017100175 ], [ -3.966906693770496, 56.92479772516559 ], [ -3.968178682030479, 56.926017694430953 ], [ -3.968386541505154, 56.927780065671712 ], [ -3.969460788687188, 56.928675167225741 ], [ -3.969408099593308, 56.929390342335196 ], [ -3.968008913389447, 56.931218460668113 ], [ -3.965460608247986, 56.932606378559178 ], [ -3.966069072728924, 56.934955491181789 ], [ -3.964013003793825, 56.936645630432373 ], [ -3.962923103261519, 56.937174921191364 ], [ -3.962152233168792, 56.935798773173822 ], [ -3.959664873660103, 56.936008517989293 ], [ -3.955054059796069, 56.937729546859863 ], [ -3.953111362015722, 56.938928021560514 ], [ -3.952913817905316, 56.940022836567572 ], [ -3.954380684960626, 56.941981196752657 ], [ -3.952207079583315, 56.946157435725702 ], [ -3.950687714202183, 56.947129112872474 ], [ -3.945443516779988, 56.946352724511947 ], [ -3.938615524481417, 56.948633253781395 ] ] ] ] } }, +{ "type": "Feature", "properties": { "LAD13CD": "S12000026", "LAD13CDO": "00QE", "LAD13NM": "Scottish Borders", "LAD13NMW": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -2.130481321119783, 55.739297875160325 ], [ -2.129059838011165, 55.739041507883933 ], [ -2.126459154591392, 55.739066680021551 ], [ -2.122479547224955, 55.737664556197998 ], [ -2.125528851209514, 55.73751681283732 ], [ -2.129776976479031, 55.738699318429319 ], [ -2.130481321119783, 55.739297875160325 ] ] ], [ [ [ -2.361559928104073, 55.942723634627043 ], [ -2.359664053529857, 55.942345534485561 ], [ -2.356418831203595, 55.942862613026136 ], [ -2.355342455785665, 55.941758793217822 ], [ -2.353494441183186, 55.942579934427506 ], [ -2.353285101324848, 55.942095354626296 ], [ -2.353822127794862, 55.941821572477409 ], [ -2.35415579606262, 55.940843064056544 ], [ -2.353183202344531, 55.938640980439466 ], [ -2.351338403909992, 55.938391987439196 ], [ -2.34798645024746, 55.938764493334595 ], [ -2.345831138212897, 55.938696890151519 ], [ -2.346824229178054, 55.938403886915282 ], [ -2.346879409959848, 55.937772097964334 ], [ -2.34521735540747, 55.937182871875784 ], [ -2.34401178290012, 55.937160190095902 ], [ -2.343391004616078, 55.936653381592457 ], [ -2.342620346996156, 55.936573766553309 ], [ -2.341869673221797, 55.937126623211469 ], [ -2.341162576119018, 55.936812318513944 ], [ -2.338654717499639, 55.937420326900984 ], [ -2.338178371905038, 55.936580656260674 ], [ -2.337168067868258, 55.936737067628101 ], [ -2.337324466864839, 55.936498541290881 ], [ -2.336432834618274, 55.936495589990507 ], [ -2.337006085792395, 55.936333193828553 ], [ -2.337119390873579, 55.935004027351972 ], [ -2.338077316995401, 55.934352695894937 ], [ -2.337582991186861, 55.933280364803551 ], [ -2.335525455823357, 55.93263638584331 ], [ -2.335963989598127, 55.932264116301667 ], [ -2.335678645705894, 55.932027695006063 ], [ -2.330429754701706, 55.930253912536038 ], [ -2.327797257597186, 55.93028700605413 ], [ -2.324605431641221, 55.931185860274198 ], [ -2.323397603847488, 55.931828758993625 ], [ -2.322650176865493, 55.930869343197244 ], [ -2.322898794880158, 55.930549729822353 ], [ -2.320645845967827, 55.929839527287569 ], [ -2.313873988171239, 55.930391576572347 ], [ -2.310682656622822, 55.930993569061705 ], [ -2.308863597036151, 55.93047972184101 ], [ -2.306744461021225, 55.930467050768456 ], [ -2.302796053419041, 55.931694269746309 ], [ -2.301909808846881, 55.93134064738252 ], [ -2.301303585415383, 55.931594606198203 ], [ -2.300848910266015, 55.93137199608465 ], [ -2.301827771430355, 55.931082085601787 ], [ -2.300616999063638, 55.931186576767345 ], [ -2.300283919634188, 55.930957378191657 ], [ -2.30197004275205, 55.930442915616446 ], [ -2.30219704998393, 55.9299985081459 ], [ -2.301108691849731, 55.929374034205793 ], [ -2.29598172912232, 55.929482605947122 ], [ -2.292803424679527, 55.928868457078472 ], [ -2.289895176713518, 55.928828619376944 ], [ -2.285837587760674, 55.927668284274461 ], [ -2.282420144008934, 55.92757644115494 ], [ -2.281137903962884, 55.927086109630217 ], [ -2.280846187890158, 55.925696823076677 ], [ -2.27973956985195, 55.925138689902724 ], [ -2.275953182522676, 55.925113993324949 ], [ -2.271796790531663, 55.925496112074271 ], [ -2.269482409627727, 55.925210092787211 ], [ -2.268102785100627, 55.924718041918695 ], [ -2.267734554795842, 55.924924595953648 ], [ -2.267939141097244, 55.924657301469388 ], [ -2.2675983559505, 55.924898836162228 ], [ -2.267793236357602, 55.924616288820843 ], [ -2.267363924553853, 55.92478344140968 ], [ -2.267474323345261, 55.924548697628992 ], [ -2.266296393159996, 55.924292488934327 ], [ -2.264368205394487, 55.924539235999212 ], [ -2.263288145829693, 55.924317829113448 ], [ -2.261045487835222, 55.924682897643791 ], [ -2.260401228553891, 55.92406251270495 ], [ -2.259149733286892, 55.923803695910017 ], [ -2.256454632166774, 55.924233424976002 ], [ -2.256402309493267, 55.924548901233834 ], [ -2.256243904449175, 55.924309336404946 ], [ -2.254321135330635, 55.924660138786194 ], [ -2.252627456585818, 55.925546834783759 ], [ -2.252289165778564, 55.925203410139495 ], [ -2.249895344172515, 55.92597469902163 ], [ -2.249633519519179, 55.926320247356557 ], [ -2.248763056619506, 55.926336385576292 ], [ -2.248375014340669, 55.926716328557802 ], [ -2.246212058580441, 55.927075574852523 ], [ -2.245427942831417, 55.927589275441917 ], [ -2.245686729586213, 55.927767556908982 ], [ -2.245166095006356, 55.927685934840554 ], [ -2.24427452748063, 55.928930307262938 ], [ -2.243372419180319, 55.929269024859387 ], [ -2.243666450711384, 55.92945263171071 ], [ -2.24293461987682, 55.929639165524151 ], [ -2.242916888265386, 55.929363366832199 ], [ -2.242498119745421, 55.929450446839873 ], [ -2.24215564411111, 55.929965950781892 ], [ -2.240789842354059, 55.930382830179404 ], [ -2.238610253483501, 55.930684472279736 ], [ -2.236952487831525, 55.931263601238896 ], [ -2.235636426247683, 55.931190655606436 ], [ -2.234093305336532, 55.93168237381834 ], [ -2.234193920377881, 55.931381191412456 ], [ -2.233690801802817, 55.931288705776268 ], [ -2.230763610178352, 55.931850388555148 ], [ -2.230591562394274, 55.93144819178022 ], [ -2.229663167709051, 55.931702400763122 ], [ -2.229226570668753, 55.93149027485623 ], [ -2.228657671813387, 55.93164048090032 ], [ -2.228603547009423, 55.93141865678119 ], [ -2.227106725907644, 55.932180643940818 ], [ -2.226310308677574, 55.932018587607182 ], [ -2.224932388193293, 55.932319409168137 ], [ -2.223694321891466, 55.933006307617994 ], [ -2.223361464668237, 55.932461534730997 ], [ -2.22272484143767, 55.932530973003814 ], [ -2.223474223681003, 55.93203095800817 ], [ -2.221883115386044, 55.930881985221511 ], [ -2.220791447345442, 55.93085879118 ], [ -2.218219433823664, 55.931707950230674 ], [ -2.217051882074846, 55.931570750593103 ], [ -2.216742384405284, 55.930891146559027 ], [ -2.215345541955067, 55.930960984840723 ], [ -2.215228736711961, 55.930678167908951 ], [ -2.214376974546546, 55.930623050412443 ], [ -2.213290792069135, 55.931013081257547 ], [ -2.212928935026192, 55.930986753502388 ], [ -2.213225473570117, 55.930776894164147 ], [ -2.212632609495919, 55.930944138828224 ], [ -2.212777050343692, 55.930724660001559 ], [ -2.212152966907058, 55.931036611638326 ], [ -2.211593898097694, 55.930945929227207 ], [ -2.211837686896577, 55.930746945686181 ], [ -2.211384777887519, 55.930752216910882 ], [ -2.212107732680072, 55.930374509716415 ], [ -2.21097949188475, 55.930685526418557 ], [ -2.211337291362206, 55.930261728284066 ], [ -2.210571811617785, 55.930472386421911 ], [ -2.211726109321159, 55.929951084226111 ], [ -2.211801302178118, 55.929359754770346 ], [ -2.211224174583216, 55.928887247588811 ], [ -2.209899844817917, 55.929036864477126 ], [ -2.209240248310976, 55.928401863686894 ], [ -2.20686842925873, 55.928094101225263 ], [ -2.203770853087693, 55.92915139029305 ], [ -2.205539022839317, 55.92818977097798 ], [ -2.204921713189077, 55.928272562289074 ], [ -2.20552301025664, 55.927886111336328 ], [ -2.204690245074865, 55.928080672745608 ], [ -2.205693419053795, 55.927729490989442 ], [ -2.205049271635036, 55.92757782440836 ], [ -2.205031244254943, 55.926589525824795 ], [ -2.203132719299691, 55.925262024789035 ], [ -2.202117048667948, 55.925049858962417 ], [ -2.201871034885137, 55.924516565220003 ], [ -2.200522647436336, 55.924014722353604 ], [ -2.199821734859552, 55.923078747018856 ], [ -2.195497074646304, 55.922562778817252 ], [ -2.192510532208555, 55.921784012769713 ], [ -2.190812803773978, 55.921783063708688 ], [ -2.189832287562089, 55.922182607667537 ], [ -2.18901071395244, 55.921709474669484 ], [ -2.189132937138992, 55.921179182995132 ], [ -2.18779373431283, 55.920533429667991 ], [ -2.187005516205208, 55.920328878180896 ], [ -2.184433634916618, 55.920541208523112 ], [ -2.184841137932474, 55.920097645694362 ], [ -2.182287184406529, 55.918335940976483 ], [ -2.180570739785996, 55.918062638762223 ], [ -2.180032677617926, 55.918305118917552 ], [ -2.180200812782168, 55.917990404240413 ], [ -2.178794236486597, 55.918291651041287 ], [ -2.177502179310661, 55.918099450310152 ], [ -2.177211358735407, 55.917130408181293 ], [ -2.175152967575137, 55.916224991656087 ], [ -2.172838720755419, 55.916043178178725 ], [ -2.172060620396577, 55.916277874311461 ], [ -2.171883702095904, 55.91606787699439 ], [ -2.17095088616691, 55.916411498481466 ], [ -2.16892424658197, 55.916509537613884 ], [ -2.168977788670591, 55.9159461161832 ], [ -2.168421179665635, 55.915980123446531 ], [ -2.168771680657681, 55.915641813935629 ], [ -2.167599703352161, 55.915068388335058 ], [ -2.162819192035912, 55.915022698017189 ], [ -2.162264860855547, 55.914451996357698 ], [ -2.161244557460397, 55.914927736585241 ], [ -2.160777025098289, 55.914835805084181 ], [ -2.159537378799963, 55.915667616317258 ], [ -2.159843003681912, 55.91490351023225 ], [ -2.157824015056786, 55.914903422377037 ], [ -2.157328441335861, 55.914206835705301 ], [ -2.156494447772692, 55.914083909375435 ], [ -2.155583681243803, 55.914761621593733 ], [ -2.154061553575753, 55.914989955232393 ], [ -2.153549405960538, 55.914939382341977 ], [ -2.154247339921467, 55.914639314579986 ], [ -2.153120950756238, 55.914610173897728 ], [ -2.152573022102125, 55.914002582973247 ], [ -2.151049536800347, 55.9147007869066 ], [ -2.150285825740204, 55.91454718383828 ], [ -2.149218245113351, 55.914832404068818 ], [ -2.149074176534359, 55.917307894441436 ], [ -2.148047895285305, 55.917956040559112 ], [ -2.146767232773764, 55.918194774663029 ], [ -2.146730490214754, 55.917786908201784 ], [ -2.146084671531097, 55.917935926462363 ], [ -2.145109500800524, 55.916440211828537 ], [ -2.144713720979247, 55.916706628636412 ], [ -2.145335465022081, 55.916968251804583 ], [ -2.145075913336077, 55.917725977721247 ], [ -2.143743657357423, 55.918292686742056 ], [ -2.143388995407086, 55.918003790010381 ], [ -2.143013950941878, 55.918260293801971 ], [ -2.143411198713378, 55.917085516665047 ], [ -2.142325140717963, 55.916728284644371 ], [ -2.14161882812595, 55.916960009770698 ], [ -2.141206807165307, 55.917607389859313 ], [ -2.140520788615047, 55.91682290347994 ], [ -2.139313594839069, 55.917473878861294 ], [ -2.139583208172913, 55.916369340049727 ], [ -2.137929595633895, 55.9170091276401 ], [ -2.137657631626467, 55.916564684382642 ], [ -2.138204278474904, 55.915970175213083 ], [ -2.137000599068477, 55.916260833202116 ], [ -2.137224746317504, 55.914950597839059 ], [ -2.136458144485893, 55.914870587761236 ], [ -2.136950773479358, 55.914383961679214 ], [ -2.136508345169946, 55.914133777432667 ], [ -2.135171280882668, 55.91423947855283 ], [ -2.136302779494782, 55.91299832506882 ], [ -2.135553192214584, 55.913197718214931 ], [ -2.135715068656654, 55.912826466798798 ], [ -2.134158453261982, 55.912808408699846 ], [ -2.133856941955874, 55.912124992946495 ], [ -2.133531275297545, 55.912321216076371 ], [ -2.13354366788259, 55.911738986575429 ], [ -2.13240070626927, 55.912449124762155 ], [ -2.133705176469284, 55.911257224876529 ], [ -2.13277251044321, 55.910774852563449 ], [ -2.132207644338609, 55.911189661394531 ], [ -2.131280968434576, 55.9110531867993 ], [ -2.131709271080901, 55.910461527701116 ], [ -2.132585433002864, 55.910331204487683 ], [ -2.132344340706539, 55.909995432080621 ], [ -2.133047598687514, 55.909826656864041 ], [ -2.133346386640065, 55.909262086493548 ], [ -2.13187639211669, 55.909743461572788 ], [ -2.132448876681797, 55.909222625076488 ], [ -2.131795315339539, 55.9094209935284 ], [ -2.13198670778718, 55.909256365993734 ], [ -2.130963733369239, 55.90901037755453 ], [ -2.130260520316485, 55.909190821116368 ], [ -2.129798674502398, 55.908843597141164 ], [ -2.130871894987403, 55.908340207790673 ], [ -2.130993649698594, 55.907922283938312 ], [ -2.130626063312444, 55.907539023229695 ], [ -2.130244507560538, 55.90775686077825 ], [ -2.129597276042978, 55.907452060925266 ], [ -2.129810817466967, 55.906736643757988 ], [ -2.13158778783974, 55.905773378247886 ], [ -2.132886110143128, 55.905646194022729 ], [ -2.132697539745481, 55.90522680640148 ], [ -2.131205629582872, 55.905333530344073 ], [ -2.133555287612616, 55.904893438921349 ], [ -2.135154446628217, 55.902523290467236 ], [ -2.134380215550495, 55.902015597926699 ], [ -2.133711335510373, 55.901907610895691 ], [ -2.133654658694009, 55.902168232608282 ], [ -2.132900572076469, 55.901930952241088 ], [ -2.132634263359369, 55.901689547951996 ], [ -2.133176540147444, 55.901724002455758 ], [ -2.132802993714827, 55.901457557137107 ], [ -2.133169186949349, 55.901445480670255 ], [ -2.132860529867613, 55.900979501940157 ], [ -2.132105330826544, 55.900876990352053 ], [ -2.132256402238395, 55.900156244354307 ], [ -2.131798961588787, 55.900137867562826 ], [ -2.131732100162764, 55.899756982323346 ], [ -2.130850891184898, 55.899743547873278 ], [ -2.130280256867145, 55.899351516829647 ], [ -2.129081220275772, 55.899458802965846 ], [ -2.12912214135787, 55.899261093646842 ], [ -2.13004494467191, 55.899282582809121 ], [ -2.130139693146289, 55.898923987648722 ], [ -2.128994697679546, 55.898927890134296 ], [ -2.129023716385936, 55.898517252744384 ], [ -2.128653240584243, 55.898676672674576 ], [ -2.12895386887467, 55.899153452309335 ], [ -2.128510853019041, 55.898657953486506 ], [ -2.127954677655206, 55.898746891531722 ], [ -2.127588053407522, 55.898840456186917 ], [ -2.128329758376768, 55.899507209496434 ], [ -2.128921471436931, 55.899510184184592 ], [ -2.128227650612512, 55.899580093215327 ], [ -2.128167264785672, 55.900180343015244 ], [ -2.128182885019959, 55.899583733844182 ], [ -2.127277158331102, 55.898919797457879 ], [ -2.127555056150179, 55.898810792865547 ], [ -2.129274426914852, 55.898410069765319 ], [ -2.128236155731309, 55.897315007523098 ], [ -2.128086590564584, 55.897542479842805 ], [ -2.12788061017763, 55.897150056996075 ], [ -2.127742213630498, 55.897370329412318 ], [ -2.12707172393926, 55.897229064073876 ], [ -2.127123743510785, 55.896999896947364 ], [ -2.128188454867234, 55.896913435088251 ], [ -2.127818241059634, 55.896177962488267 ], [ -2.12850176785705, 55.895914892432053 ], [ -2.128200280666776, 55.895652850004751 ], [ -2.130032655764987, 55.895615884090461 ], [ -2.134385275200317, 55.893318270537243 ], [ -2.134806715294773, 55.892661915437323 ], [ -2.134530040786705, 55.891721505351043 ], [ -2.132812738856339, 55.890755705223448 ], [ -2.131451866787924, 55.89115070460403 ], [ -2.131348901922867, 55.890962132928152 ], [ -2.130897281547957, 55.891215088946005 ], [ -2.130364432552838, 55.891087172037338 ], [ -2.130539622761792, 55.890408630182044 ], [ -2.1319431601482, 55.889870735949401 ], [ -2.130953488561993, 55.889392902100035 ], [ -2.129418939023331, 55.88947718833009 ], [ -2.128044200810119, 55.890027602596362 ], [ -2.127502199806387, 55.889539390447574 ], [ -2.127782461378804, 55.889197675120897 ], [ -2.127243194113034, 55.889538760422553 ], [ -2.126647922230056, 55.889378546584737 ], [ -2.126302702950252, 55.88892337009316 ], [ -2.126983884740607, 55.88846803472596 ], [ -2.126904742164382, 55.887733155779195 ], [ -2.126070179082344, 55.885753753541522 ], [ -2.126968477847706, 55.885224519242492 ], [ -2.126981019460221, 55.88466025743088 ], [ -2.125654144824629, 55.883658013124283 ], [ -2.122073038559021, 55.88252593734002 ], [ -2.119883772571844, 55.882745526580955 ], [ -2.118177111380021, 55.881874750449747 ], [ -2.116684236815577, 55.881907624438419 ], [ -2.115742784439931, 55.880851895711523 ], [ -2.113959246517374, 55.87986882259262 ], [ -2.112080759186691, 55.879737575001023 ], [ -2.110982604621951, 55.880274069740679 ], [ -2.109700787315098, 55.880311160646613 ], [ -2.109552504091904, 55.879875527310851 ], [ -2.108440392985457, 55.879435357566166 ], [ -2.108829821482576, 55.878660518130197 ], [ -2.108128314703258, 55.877572172415384 ], [ -2.106657113468605, 55.877292232611381 ], [ -2.106504248732635, 55.876917696463025 ], [ -2.105031378676107, 55.876598205264926 ], [ -2.103616010125432, 55.875657793782636 ], [ -2.102689208044372, 55.875719669355711 ], [ -2.099596818206615, 55.87827481594077 ], [ -2.098624009313279, 55.878499324138488 ], [ -2.098593705250306, 55.877895565815642 ], [ -2.097940191065464, 55.877972460121789 ], [ -2.098243761395308, 55.878560726002043 ], [ -2.097474545424017, 55.879031247203358 ], [ -2.096363982955, 55.879149825436834 ], [ -2.096148812305962, 55.878750167859963 ], [ -2.096809727281245, 55.878429787530798 ], [ -2.096815965790345, 55.877727166483247 ], [ -2.095668539049463, 55.877141354385593 ], [ -2.094573149723783, 55.877563593026004 ], [ -2.094465824318739, 55.878121635522803 ], [ -2.093848569245936, 55.877335035043224 ], [ -2.091131399272449, 55.877979499587845 ], [ -2.091390514420409, 55.876702558146086 ], [ -2.093179342833108, 55.876193568739147 ], [ -2.09343107873588, 55.875867226873055 ], [ -2.092690187934846, 55.874147186802517 ], [ -2.090120920276512, 55.873014311118609 ], [ -2.089305729358063, 55.872946621898599 ], [ -2.087497384279411, 55.873261496117095 ], [ -2.08794686616922, 55.873442669203683 ], [ -2.087885188160409, 55.874434642611106 ], [ -2.087881593448027, 55.873553229816025 ], [ -2.086766328075261, 55.872941255307182 ], [ -2.089027343681801, 55.870023147441813 ], [ -2.088130085542818, 55.870379595873551 ], [ -2.086772196568282, 55.871992449067243 ], [ -2.086311796358105, 55.871921793226221 ], [ -2.085972948460423, 55.872616561380866 ], [ -2.086463445296906, 55.873998089377935 ], [ -2.08670847770625, 55.874228827577859 ], [ -2.087374710189974, 55.87414030344943 ], [ -2.087907316080441, 55.875031221806083 ], [ -2.087387975046913, 55.874353235324129 ], [ -2.086679967662394, 55.875059049248314 ], [ -2.08690767747882, 55.874687813318481 ], [ -2.086167944317549, 55.874788066853185 ], [ -2.085637349565352, 55.875512618258931 ], [ -2.085734093633011, 55.875174719836444 ], [ -2.084815021892711, 55.875125043135611 ], [ -2.083344007610332, 55.875554628868024 ], [ -2.083354471040298, 55.87521768937313 ], [ -2.082636304796801, 55.874947730625024 ], [ -2.08264885709315, 55.875588342962736 ], [ -2.082011180236202, 55.875593263175759 ], [ -2.081422116672118, 55.874393277563961 ], [ -2.080851542736147, 55.874379279022314 ], [ -2.081818990185494, 55.873886267197562 ], [ -2.081840850430956, 55.873642762753683 ], [ -2.081371114734907, 55.873697882801807 ], [ -2.081726845465323, 55.873387668526085 ], [ -2.081134387957871, 55.873601002987627 ], [ -2.081167095107438, 55.87319306842236 ], [ -2.079783168494726, 55.873990035131861 ], [ -2.079729517283453, 55.873546217633027 ], [ -2.078803112562813, 55.873797493826316 ], [ -2.078971567537319, 55.873331969467429 ], [ -2.078746752681214, 55.87358818263499 ], [ -2.078559449415247, 55.873429270566142 ], [ -2.079034659246163, 55.872923117413066 ], [ -2.078290750752811, 55.873323420881931 ], [ -2.078665288097485, 55.872820028800597 ], [ -2.078325132760242, 55.872938846648822 ], [ -2.077987273646724, 55.872611114204147 ], [ -2.078392790621707, 55.872414087192638 ], [ -2.07689741591101, 55.872631568797161 ], [ -2.077059776642902, 55.872307113215705 ], [ -2.077906600347149, 55.87222841009288 ], [ -2.077229017135946, 55.872228838455655 ], [ -2.077709212806998, 55.871817028301848 ], [ -2.076622674456501, 55.871888692119938 ], [ -2.076760074420591, 55.870256953932319 ], [ -2.076478558416763, 55.870120559704546 ], [ -2.076181902845761, 55.870410955593009 ], [ -2.076229194730722, 55.870081181464094 ], [ -2.075806715522158, 55.870586392964363 ], [ -2.076184211118552, 55.869959015160156 ], [ -2.075794017681926, 55.869812803441278 ], [ -2.074683478021347, 55.870670641180809 ], [ -2.074703511410818, 55.870286076537873 ], [ -2.074293271033012, 55.870518135320829 ], [ -2.074151715599391, 55.870031240986606 ], [ -2.075348881821605, 55.86935035675679 ], [ -2.074499178515615, 55.869563817165371 ], [ -2.07470620948533, 55.869198006980128 ], [ -2.074356167294732, 55.869150599826689 ], [ -2.074100928324899, 55.869377173043596 ], [ -2.074121045092781, 55.868197447109885 ], [ -2.073151548633624, 55.868428041845782 ], [ -2.07261380039178, 55.867975523738181 ], [ -2.074046410094497, 55.866767998639403 ], [ -2.073782067577934, 55.86640157498622 ], [ -2.074262214131861, 55.865982590002211 ], [ -2.072841771399482, 55.865992426611285 ], [ -2.074101759301487, 55.864793987722429 ], [ -2.073380994017849, 55.864703673753901 ], [ -2.073253693102742, 55.864133210027866 ], [ -2.072696138598133, 55.864164090335954 ], [ -2.073255863685262, 55.8635905219896 ], [ -2.072536691796919, 55.863484927819208 ], [ -2.072406450031171, 55.863042050158903 ], [ -2.073329128891094, 55.862623705020944 ], [ -2.073103315943255, 55.862337222083269 ], [ -2.074366607748327, 55.862094769331037 ], [ -2.073604881588049, 55.861441129312134 ], [ -2.074568244761409, 55.859773851320682 ], [ -2.07386962923743, 55.859521798751054 ], [ -2.074335561892974, 55.85839930485588 ], [ -2.073820415353091, 55.858845266408451 ], [ -2.074411578767012, 55.858053340566293 ], [ -2.074456810278451, 55.858314773365713 ], [ -2.074746974168354, 55.858012704635023 ], [ -2.075312780415949, 55.858164203147233 ], [ -2.074858522862693, 55.857869776877038 ], [ -2.075641162431194, 55.856984285124973 ], [ -2.074055691446465, 55.856564759765888 ], [ -2.073173474607638, 55.857181652743961 ], [ -2.073652330460626, 55.856139118824188 ], [ -2.072437066224774, 55.856336611730626 ], [ -2.072552915211413, 55.855928629192483 ], [ -2.071079551584669, 55.855625802669302 ], [ -2.071977686714031, 55.854980163543708 ], [ -2.071733652220778, 55.853448382122288 ], [ -2.071436823486749, 55.85359500918284 ], [ -2.071954274453188, 55.852691724661021 ], [ -2.071715933855815, 55.852504079945618 ], [ -2.071031141675991, 55.852741679779783 ], [ -2.071417771086589, 55.851922032642193 ], [ -2.070622943373317, 55.851373515741997 ], [ -2.070873518323826, 55.850395814186946 ], [ -2.069320157723736, 55.848102856983012 ], [ -2.068583037192687, 55.845806729984844 ], [ -2.068870656537708, 55.844097639379783 ], [ -2.069773574059254, 55.842686498020328 ], [ -2.068689540506577, 55.84191800178867 ], [ -2.067885811383325, 55.842532118941854 ], [ -2.068724400315419, 55.841765238749566 ], [ -2.067976712072967, 55.841551814722486 ], [ -2.067565080942962, 55.841751507340852 ], [ -2.06796540534502, 55.841478144710983 ], [ -2.066868082493076, 55.841297252978336 ], [ -2.066959737516039, 55.841666482839486 ], [ -2.067461217127105, 55.841711132440544 ], [ -2.066991790241689, 55.84173385216593 ], [ -2.067295203835839, 55.842664522775948 ], [ -2.067628908648561, 55.842641876850962 ], [ -2.067252205365241, 55.842731933202394 ], [ -2.066745140868726, 55.841304507913541 ], [ -2.065099462150584, 55.840727663113441 ], [ -2.062957819974041, 55.83854005677685 ], [ -2.061389126178147, 55.838071840062952 ], [ -2.05807133634569, 55.838138148993636 ], [ -2.057352890498798, 55.837098034046868 ], [ -2.056688593900706, 55.837031854895763 ], [ -2.055537356370533, 55.834755603654244 ], [ -2.055636034751314, 55.833428485822388 ], [ -2.055167837157317, 55.833127702688031 ], [ -2.055544748166833, 55.832113134330946 ], [ -2.054964460097756, 55.830433214892317 ], [ -2.05338098318868, 55.829355724028758 ], [ -2.053137389341453, 55.829824843280697 ], [ -2.053146245920886, 55.829298322599612 ], [ -2.051789750444204, 55.828381542600653 ], [ -2.051860870436739, 55.827848706082825 ], [ -2.052935836129548, 55.827181564036501 ], [ -2.052700248349412, 55.826488028851564 ], [ -2.051470346618133, 55.825864099238913 ], [ -2.050015032896759, 55.826171987301848 ], [ -2.049092105295578, 55.825910000921311 ], [ -2.049681844058977, 55.825249370240414 ], [ -2.049396723693029, 55.824459709806391 ], [ -2.050136715105171, 55.823990395204305 ], [ -2.048078276802006, 55.821841125444735 ], [ -2.048162271904135, 55.820078246919131 ], [ -2.046068905954776, 55.819158994915632 ], [ -2.044222423237925, 55.816337504957616 ], [ -2.040648960614715, 55.815858949035537 ], [ -2.03854152590087, 55.813224345903592 ], [ -2.034382928347834, 55.811071894011462 ], [ -2.041725418916289, 55.807813458096433 ], [ -2.042202130189453, 55.807515892247743 ], [ -2.041846101701982, 55.80728510114745 ], [ -2.045604188615622, 55.805325933803807 ], [ -2.052627822236722, 55.802514413547755 ], [ -2.055928924335467, 55.802927156736317 ], [ -2.060032929652762, 55.802580190488257 ], [ -2.062232990272012, 55.802736329220906 ], [ -2.064941783259097, 55.801839121505161 ], [ -2.067145188108874, 55.800250289115873 ], [ -2.067087962443276, 55.798517118946911 ], [ -2.072519633173971, 55.797078225144148 ], [ -2.076965416162752, 55.794120353657782 ], [ -2.079302667936906, 55.793710046956043 ], [ -2.081963273733813, 55.793890691942408 ], [ -2.084562302643785, 55.792879014452573 ], [ -2.086114443120681, 55.793048648749554 ], [ -2.088272207447265, 55.790216843237417 ], [ -2.088543439560051, 55.786769106272658 ], [ -2.088233018954549, 55.785592295690144 ], [ -2.086258850698576, 55.784088713635782 ], [ -2.085842547877781, 55.782575931992596 ], [ -2.086814725469271, 55.778102512492524 ], [ -2.086547877616308, 55.77495794793618 ], [ -2.087502880112555, 55.772182697659034 ], [ -2.087385021166351, 55.770804480165246 ], [ -2.085716523637393, 55.768062531884148 ], [ -2.085503152669872, 55.765975460038895 ], [ -2.086123288856356, 55.765334393513186 ], [ -2.085661759184426, 55.762728160467653 ], [ -2.089752031818431, 55.763209526379008 ], [ -2.094745244529457, 55.763381875125305 ], [ -2.100057274169933, 55.762951764261807 ], [ -2.103263401842425, 55.762273431515688 ], [ -2.107784003037275, 55.760408740619354 ], [ -2.110309644741848, 55.758135975751649 ], [ -2.110365281734682, 55.75696337802227 ], [ -2.110027270616031, 55.755191831557312 ], [ -2.106904103544347, 55.75158709866237 ], [ -2.106934634670241, 55.748777446883821 ], [ -2.108653461854914, 55.74818831318894 ], [ -2.113314649294833, 55.748758238811114 ], [ -2.11515381697369, 55.748495060329915 ], [ -2.118075726650454, 55.745969277941995 ], [ -2.118940600327879, 55.744376289668814 ], [ -2.119156583413331, 55.742600631866168 ], [ -2.119180754267818, 55.741649090171386 ], [ -2.118340155863757, 55.741244677945076 ], [ -2.117713044873679, 55.73927216113114 ], [ -2.11918844674222, 55.738431530426325 ], [ -2.121263938395855, 55.738024268718455 ], [ -2.126720354132245, 55.739559690636582 ], [ -2.135549414321935, 55.740763234031718 ], [ -2.13656836454594, 55.740655181362101 ], [ -2.136629617714672, 55.740408922281929 ], [ -2.138724237364999, 55.740475756064797 ], [ -2.14150335387485, 55.740001763738192 ], [ -2.144426163421163, 55.739211264883664 ], [ -2.146043008244699, 55.738444720873026 ], [ -2.148736621718262, 55.736489926151506 ], [ -2.149875249094603, 55.734822706925847 ], [ -2.149850060904011, 55.733238668210774 ], [ -2.148058806017175, 55.729508440056271 ], [ -2.147741177356326, 55.727199655623309 ], [ -2.149141862014061, 55.724591385360092 ], [ -2.150497707351681, 55.723202430490161 ], [ -2.151743131161108, 55.722509043467703 ], [ -2.153567890034004, 55.722199481837066 ], [ -2.156132601561002, 55.722221401936196 ], [ -2.15880481604317, 55.722841536852194 ], [ -2.161573499795486, 55.722900816537404 ], [ -2.168847575820451, 55.722244091884683 ], [ -2.17352900962902, 55.720701106192884 ], [ -2.176988797992773, 55.718378005924059 ], [ -2.177045660239579, 55.716523397534772 ], [ -2.17573875751755, 55.714376038399458 ], [ -2.172491996887696, 55.710805470289451 ], [ -2.166990259778514, 55.707829126957492 ], [ -2.166556835734787, 55.706947377474876 ], [ -2.167222894600126, 55.706038075153145 ], [ -2.17056924839567, 55.704914818437189 ], [ -2.180589698898116, 55.703276859791515 ], [ -2.184047371805539, 55.701595992693534 ], [ -2.186400064272725, 55.699809788832084 ], [ -2.186899638071369, 55.699141432890642 ], [ -2.186743560653096, 55.698441728441921 ], [ -2.188227553634422, 55.696707124911022 ], [ -2.189806961874233, 55.695975995667062 ], [ -2.191187939850323, 55.696320677056903 ], [ -2.192162678134569, 55.69557518382846 ], [ -2.195390574077057, 55.690803463015676 ], [ -2.197801023788419, 55.688401461497094 ], [ -2.199693853393823, 55.687475618344735 ], [ -2.20429294583128, 55.686724970513552 ], [ -2.205957943454889, 55.686070761505896 ], [ -2.207816347153722, 55.684409864067831 ], [ -2.208887082054983, 55.680608218325013 ], [ -2.21230527279595, 55.679276136990815 ], [ -2.218652053975266, 55.675909021910485 ], [ -2.219354195817377, 55.674938267184586 ], [ -2.219697459391056, 55.673205309876629 ], [ -2.217034165063053, 55.666872801130971 ], [ -2.217518205768627, 55.66529414369964 ], [ -2.218445566222007, 55.66426189323505 ], [ -2.220889099947741, 55.66347400626389 ], [ -2.226789104108993, 55.663120898983045 ], [ -2.230346268254074, 55.662267862045276 ], [ -2.232138221484178, 55.661022727613485 ], [ -2.234180229152105, 55.658021380045952 ], [ -2.23691992232843, 55.656388895213098 ], [ -2.243840837206237, 55.653517129585673 ], [ -2.248033293907671, 55.652301106482902 ], [ -2.248337439088927, 55.651647265338909 ], [ -2.247484835000679, 55.65050517075904 ], [ -2.242487352073496, 55.647686609026344 ], [ -2.240217157604341, 55.646970463425518 ], [ -2.235370819420159, 55.646406606833111 ], [ -2.233623991119746, 55.645763012173404 ], [ -2.231910744369038, 55.645146284789575 ], [ -2.231606403278132, 55.643922173798487 ], [ -2.232170668373033, 55.64289139919542 ], [ -2.234176654965437, 55.641198359975256 ], [ -2.237592886462752, 55.640250133460171 ], [ -2.242378478799551, 55.64009969604605 ], [ -2.242470244911987, 55.63978233573463 ], [ -2.245689112853434, 55.639585439388547 ], [ -2.248610244249125, 55.640039593981484 ], [ -2.2498626813572, 55.641631028479907 ], [ -2.252177792070532, 55.642682052990551 ], [ -2.251442479882183, 55.643219083314371 ], [ -2.25555279525458, 55.644473907722833 ], [ -2.260070403758788, 55.644574027303484 ], [ -2.272675894213977, 55.642739707884147 ], [ -2.278872004384771, 55.642750929235312 ], [ -2.289018434124101, 55.64350914675633 ], [ -2.294318383984494, 55.645818325627864 ], [ -2.299298842348643, 55.647198083469071 ], [ -2.305783573256024, 55.647045507730546 ], [ -2.310873068343668, 55.645873613552844 ], [ -2.314546648571911, 55.643713176468331 ], [ -2.315890819459816, 55.643327847748786 ], [ -2.319309727726978, 55.643122215100135 ], [ -2.322517405599674, 55.643509171127725 ], [ -2.324988655338862, 55.643021935131138 ], [ -2.325890939423565, 55.640713025018542 ], [ -2.325588372518731, 55.638329140825412 ], [ -2.326107749653619, 55.637173154276013 ], [ -2.327764000399565, 55.635965610915214 ], [ -2.332335568246148, 55.634840029925002 ], [ -2.3350408425588, 55.634493024020735 ], [ -2.335103209121964, 55.633240306746529 ], [ -2.336006367490304, 55.632056271448022 ], [ -2.335240519326763, 55.632022426847207 ], [ -2.332156005337118, 55.629765634481394 ], [ -2.329798673047399, 55.629146623352632 ], [ -2.328143567758612, 55.627410616397619 ], [ -2.324304364840394, 55.626167386364799 ], [ -2.321608121812553, 55.626201445326792 ], [ -2.319810140209388, 55.627723762305472 ], [ -2.318333140853821, 55.628109480718706 ], [ -2.31588855451017, 55.628251481857674 ], [ -2.314993080243849, 55.6278853898121 ], [ -2.310833983855092, 55.628914037335413 ], [ -2.308619789336718, 55.628877400788831 ], [ -2.308928358060733, 55.622480904778996 ], [ -2.316087839104068, 55.620459832557415 ], [ -2.307279977714489, 55.611105181231736 ], [ -2.305943045348232, 55.612085227448155 ], [ -2.29512846146086, 55.608623655818789 ], [ -2.295497730340312, 55.608335236502526 ], [ -2.293878939608566, 55.604556318275648 ], [ -2.292262096987863, 55.60462308216831 ], [ -2.28922591325769, 55.603774885162366 ], [ -2.290314134381733, 55.602839637471583 ], [ -2.287745766942839, 55.601049533206371 ], [ -2.288948030765249, 55.598363691302097 ], [ -2.288504053304423, 55.597981064749987 ], [ -2.288129159846582, 55.598145479514294 ], [ -2.285929142001412, 55.596544958193405 ], [ -2.288600751916292, 55.594942903030969 ], [ -2.287841331604108, 55.592866385947829 ], [ -2.288107683201789, 55.591538628424487 ], [ -2.29036711427226, 55.589610435773444 ], [ -2.292385446479972, 55.585799451602341 ], [ -2.288529475803835, 55.580050792895179 ], [ -2.285425825570245, 55.577720977575218 ], [ -2.280141261064206, 55.577320750198815 ], [ -2.276472285047914, 55.575690160592025 ], [ -2.270048644248337, 55.570109319057778 ], [ -2.264611699122842, 55.566919707402811 ], [ -2.259798012957978, 55.56505836532903 ], [ -2.259860345101618, 55.563693358188743 ], [ -2.257498459831314, 55.562567989927459 ], [ -2.253068967272764, 55.561392055872034 ], [ -2.247847280219513, 55.556731249251513 ], [ -2.244044797152306, 55.556817958292775 ], [ -2.24029949213518, 55.555627617690597 ], [ -2.240761794718015, 55.55268400349425 ], [ -2.235165796194992, 55.548335180576451 ], [ -2.234085412771308, 55.546559046396631 ], [ -2.232241546227638, 55.544830178504647 ], [ -2.232407709879467, 55.543716575259332 ], [ -2.233215705813447, 55.543145365752295 ], [ -2.232955650910164, 55.541779185040646 ], [ -2.233816802649006, 55.540827788614003 ], [ -2.233210006536324, 55.529613384889785 ], [ -2.227595109678054, 55.528408231088989 ], [ -2.224276063450894, 55.522787700844852 ], [ -2.226620383395111, 55.519513592273533 ], [ -2.228838176104622, 55.50951857928731 ], [ -2.227987075726636, 55.508005225336198 ], [ -2.226533145295943, 55.507097702135354 ], [ -2.220574136509952, 55.50631517720123 ], [ -2.219445217293006, 55.505732255958193 ], [ -2.216913455634964, 55.502815607695119 ], [ -2.211933826750633, 55.499423349181576 ], [ -2.208753101377258, 55.495726818000968 ], [ -2.208796604210078, 55.494676345616305 ], [ -2.207023897411756, 55.494070145806923 ], [ -2.205286877686974, 55.491492453802572 ], [ -2.202641767027429, 55.489540732959334 ], [ -2.202225225630368, 55.488242126381174 ], [ -2.206055379594006, 55.482887590315528 ], [ -2.206347480498793, 55.481559046769632 ], [ -2.205367197146087, 55.480174240077773 ], [ -2.203365555128356, 55.478603331864491 ], [ -2.201584134798625, 55.47551528079682 ], [ -2.200936134507786, 55.475014958138132 ], [ -2.195484598400417, 55.475320315532215 ], [ -2.189463372292784, 55.47396040842218 ], [ -2.173715756324312, 55.472270269179873 ], [ -2.168486658286173, 55.469060789595439 ], [ -2.165513316870607, 55.468381057285455 ], [ -2.166528077758202, 55.467467653395744 ], [ -2.184405659771713, 55.464084118095833 ], [ -2.189629664591492, 55.461164828898887 ], [ -2.188417872886077, 55.456437638488339 ], [ -2.190026793093054, 55.454307382273612 ], [ -2.192257129363731, 55.452549925070493 ], [ -2.193521147110336, 55.449798366310965 ], [ -2.193291897858454, 55.447212699976376 ], [ -2.194211822837761, 55.445256893071367 ], [ -2.198337762493761, 55.442130496475535 ], [ -2.201733521075039, 55.440683661519294 ], [ -2.20378528800972, 55.438568659969455 ], [ -2.205616476482417, 55.437537648934416 ], [ -2.221127898833146, 55.433140905927324 ], [ -2.223074441111773, 55.432233423750972 ], [ -2.223344309827952, 55.431331681412267 ], [ -2.228193085802422, 55.430349590849332 ], [ -2.229948404538721, 55.430575432388686 ], [ -2.231274262610964, 55.428428081584087 ], [ -2.233805647528045, 55.429238254365693 ], [ -2.23662702951083, 55.430960744893319 ], [ -2.242536379300858, 55.432145137995633 ], [ -2.253754603464168, 55.431895929106417 ], [ -2.256708846466263, 55.432256371115606 ], [ -2.25858414455227, 55.432184128484195 ], [ -2.26060391136539, 55.432932828116186 ], [ -2.262235762103531, 55.428556970262932 ], [ -2.264465145914999, 55.42876961770714 ], [ -2.2682879219688, 55.430001293757563 ], [ -2.270639574690086, 55.429591760149819 ], [ -2.271730658104781, 55.428785132647356 ], [ -2.273885470539728, 55.425979525686614 ], [ -2.277958504810788, 55.42639534902964 ], [ -2.278702891838996, 55.426198667504799 ], [ -2.281765251412002, 55.424907610451747 ], [ -2.283842614826978, 55.422885545192635 ], [ -2.294506208757876, 55.420463867468946 ], [ -2.293796640086015, 55.418517502457398 ], [ -2.295927619012613, 55.414920826135727 ], [ -2.300942278443216, 55.413611962785907 ], [ -2.301778205616869, 55.41365932251577 ], [ -2.304244543375197, 55.412724098795593 ], [ -2.306679714124849, 55.411247072198883 ], [ -2.310182296077458, 55.410165354130058 ], [ -2.312537853500959, 55.409853843462066 ], [ -2.313246407405917, 55.406787941244175 ], [ -2.315949634850453, 55.407325510558572 ], [ -2.319688083137667, 55.407560197896856 ], [ -2.320688171201945, 55.408194657032311 ], [ -2.32284071881367, 55.407608520700805 ], [ -2.327343032821074, 55.407964056925287 ], [ -2.329094350808018, 55.408519157144184 ], [ -2.330716501449945, 55.409675718521171 ], [ -2.332359423668523, 55.40990938076613 ], [ -2.333815382989311, 55.408759749101108 ], [ -2.335622180762801, 55.408206679612 ], [ -2.332991517972312, 55.404320411613021 ], [ -2.333523499852221, 55.402423895944388 ], [ -2.334045033204623, 55.402101685308736 ], [ -2.336430740190812, 55.401885776855629 ], [ -2.33765962853376, 55.401190495725039 ], [ -2.340297041699618, 55.40124158741903 ], [ -2.341890958367649, 55.400405969623066 ], [ -2.343185196572193, 55.400343935862125 ], [ -2.34471848499969, 55.399447348966305 ], [ -2.343363463027661, 55.397413224507261 ], [ -2.335505349239489, 55.392563942932235 ], [ -2.334932776178139, 55.390009102260485 ], [ -2.335823577055437, 55.386157212153165 ], [ -2.334855751922333, 55.385567714700841 ], [ -2.33473432910139, 55.383153606309186 ], [ -2.332533564267137, 55.381953742416123 ], [ -2.330013449327484, 55.381239926490558 ], [ -2.330570385666225, 55.380462061491627 ], [ -2.33229336182333, 55.380035961171679 ], [ -2.336468446134488, 55.377899429843396 ], [ -2.337233352999388, 55.376731882269958 ], [ -2.346226138338769, 55.373059452581742 ], [ -2.343321451889595, 55.370719696486674 ], [ -2.338966267064802, 55.368825998763235 ], [ -2.338451099601275, 55.367805757121928 ], [ -2.337470021382431, 55.367279215543881 ], [ -2.338920280679745, 55.367138618640404 ], [ -2.340094521697411, 55.36608852520569 ], [ -2.342082728122318, 55.365220349878058 ], [ -2.345041267969336, 55.364558771313398 ], [ -2.34714145473187, 55.364609431180739 ], [ -2.351274677436944, 55.36318416977381 ], [ -2.354864976637111, 55.3624657219138 ], [ -2.358382427690154, 55.359985290000964 ], [ -2.361535436412757, 55.359099895044295 ], [ -2.364191725027917, 55.358759534353027 ], [ -2.365449392348292, 55.357619088922512 ], [ -2.369879488161086, 55.355703484542516 ], [ -2.372791360131278, 55.355067431378451 ], [ -2.374952576991193, 55.353782152055174 ], [ -2.378954260687679, 55.350531356495807 ], [ -2.378904958332454, 55.349167479475554 ], [ -2.381121888094532, 55.349139016622445 ], [ -2.384783335786419, 55.348300852148178 ], [ -2.390262629141997, 55.347927634331697 ], [ -2.392971712838881, 55.347445401605249 ], [ -2.399795960095174, 55.348330813224358 ], [ -2.400186918086497, 55.348787804429335 ], [ -2.399515375621962, 55.350533230950141 ], [ -2.400849403233478, 55.353485159069329 ], [ -2.402492970533846, 55.354592185373029 ], [ -2.408011431746155, 55.357190516352809 ], [ -2.411280735016553, 55.358064645679804 ], [ -2.412359697296455, 55.357768973110218 ], [ -2.41499006803884, 55.358920120935444 ], [ -2.419876300101633, 55.359031921078433 ], [ -2.421868796160828, 55.35861530870249 ], [ -2.424343372622073, 55.358590564323563 ], [ -2.426360629594734, 55.358136052585422 ], [ -2.429223954445823, 55.356433117916353 ], [ -2.436897385654853, 55.35830370047195 ], [ -2.439290287653936, 55.359451581356211 ], [ -2.440348373043976, 55.359137765137575 ], [ -2.444399520937078, 55.359181503668339 ], [ -2.451783895524922, 55.356478472445062 ], [ -2.456673770951021, 55.355279567485638 ], [ -2.45704772311313, 55.354608732279267 ], [ -2.461217261785133, 55.353207462516195 ], [ -2.463307062135477, 55.353621884505088 ], [ -2.467531475640632, 55.35275574029356 ], [ -2.471309854729558, 55.353786263372704 ], [ -2.473432961640543, 55.354733238170553 ], [ -2.47517929936226, 55.354765995590959 ], [ -2.477465717651518, 55.354331157287895 ], [ -2.481359566809236, 55.3536662083199 ], [ -2.488512988794346, 55.351832577565581 ], [ -2.495014675886864, 55.347489650186375 ], [ -2.496170939113773, 55.346512700339439 ], [ -2.498802425430619, 55.342099858267929 ], [ -2.502247308922554, 55.340217601297184 ], [ -2.501982071954227, 55.337197674564798 ], [ -2.504350040609584, 55.335343139757221 ], [ -2.506879782499601, 55.33395335034502 ], [ -2.509252540854642, 55.331644916524986 ], [ -2.513706142934408, 55.329623333293071 ], [ -2.51631621820517, 55.326828527754422 ], [ -2.517692261683278, 55.32466251632728 ], [ -2.520263578057189, 55.323044927786448 ], [ -2.525102648132884, 55.321806640001796 ], [ -2.530762646553558, 55.322706812280288 ], [ -2.536547758048274, 55.320950864926999 ], [ -2.543098868912042, 55.31959020833559 ], [ -2.544294017669812, 55.318261275588974 ], [ -2.548721973268514, 55.317243134237465 ], [ -2.550419259859247, 55.315783385712372 ], [ -2.559035378741749, 55.317832554111305 ], [ -2.559420754764376, 55.31722514414809 ], [ -2.559175471199597, 55.315136162138394 ], [ -2.557265141015795, 55.313291116407527 ], [ -2.557083967932812, 55.311607098046203 ], [ -2.559624509213376, 55.309879185117033 ], [ -2.560089055328874, 55.308747534318002 ], [ -2.563297966840334, 55.307628412229896 ], [ -2.565205220114546, 55.305934751296853 ], [ -2.566341490821648, 55.303318196328753 ], [ -2.570746511073399, 55.301406160479225 ], [ -2.573698676735685, 55.300783981443544 ], [ -2.573357297809394, 55.296882123596241 ], [ -2.575774290211991, 55.296088079225143 ], [ -2.57864131102618, 55.294409441355917 ], [ -2.582980569788371, 55.293489310787052 ], [ -2.590284861006913, 55.291403632733058 ], [ -2.594193611365714, 55.289848981456011 ], [ -2.598485699507135, 55.287107085043921 ], [ -2.602472681922333, 55.28556885545472 ], [ -2.605190344946569, 55.285372099968527 ], [ -2.609232435164941, 55.283245696289974 ], [ -2.611007278737551, 55.280923850821452 ], [ -2.613371243137182, 55.279252295612757 ], [ -2.613703566206703, 55.278344844351025 ], [ -2.617017145508528, 55.277124025291997 ], [ -2.618414787878476, 55.274986388569488 ], [ -2.62028608676082, 55.27376019785418 ], [ -2.62213125992297, 55.273084948900831 ], [ -2.622483723372268, 55.27237416150691 ], [ -2.623327188604027, 55.271961895261825 ], [ -2.623275361030289, 55.269758807800628 ], [ -2.628185172433678, 55.267930156501897 ], [ -2.62630152242116, 55.26453955500881 ], [ -2.626834557783379, 55.263313830418014 ], [ -2.62665051115145, 55.262218489418863 ], [ -2.635380553353122, 55.26113906479852 ], [ -2.639037128584087, 55.261125363432129 ], [ -2.640706290169479, 55.260714938854477 ], [ -2.640967086041876, 55.260983148259776 ], [ -2.645402071595531, 55.26006836572558 ], [ -2.646765814668043, 55.260041376510536 ], [ -2.644344615572593, 55.258215655451416 ], [ -2.640411259455912, 55.256460733540401 ], [ -2.638113157830699, 55.255903062122378 ], [ -2.634759181939407, 55.25453851306839 ], [ -2.632380618750293, 55.25336022212624 ], [ -2.629491373424722, 55.251314678703388 ], [ -2.627646973361797, 55.250570257087013 ], [ -2.624082796387781, 55.249492250619532 ], [ -2.620617801654316, 55.249113642964623 ], [ -2.617616555994071, 55.248306655661317 ], [ -2.61533817993916, 55.248261555711387 ], [ -2.61200717288542, 55.247684336991199 ], [ -2.611445007704186, 55.247131822812207 ], [ -2.614830335566472, 55.24562763264727 ], [ -2.616937536513487, 55.246918164323837 ], [ -2.617661442674062, 55.246839918244042 ], [ -2.617833749949985, 55.247199383247725 ], [ -2.620194937205087, 55.2472125646621 ], [ -2.622147859226009, 55.246162945035039 ], [ -2.624225980589576, 55.246384168813513 ], [ -2.624655834114617, 55.246011746657608 ], [ -2.625623650153397, 55.246042731772853 ], [ -2.626135185296834, 55.245664493891127 ], [ -2.630223398452012, 55.244788878513425 ], [ -2.630056895742544, 55.244106803876711 ], [ -2.6312978505888, 55.241923983775962 ], [ -2.631412488657642, 55.240028245830281 ], [ -2.632968222499009, 55.239853943415881 ], [ -2.631520072689438, 55.238580944634663 ], [ -2.631913620675324, 55.237614709895588 ], [ -2.632524992306492, 55.237295234648371 ], [ -2.632204829999847, 55.236641815272804 ], [ -2.63316631289847, 55.236189326323981 ], [ -2.633546388154946, 55.235566420771534 ], [ -2.63324065335096, 55.234336926545872 ], [ -2.633994017853757, 55.232173677787088 ], [ -2.634673290793869, 55.231681307058018 ], [ -2.634023470689025, 55.231356697103344 ], [ -2.634209600474424, 55.231097831264044 ], [ -2.634922110831364, 55.231113894035126 ], [ -2.634903039386253, 55.23041038916152 ], [ -2.635799917510973, 55.229763218420452 ], [ -2.634651277906508, 55.22546220589723 ], [ -2.631408374651456, 55.223695312485034 ], [ -2.638961330333485, 55.22267920016089 ], [ -2.641288199628264, 55.22113756777032 ], [ -2.643204654796688, 55.221058284156086 ], [ -2.648064454851219, 55.219864375975817 ], [ -2.659985756973616, 55.219881325863142 ], [ -2.66680931096125, 55.221577619317074 ], [ -2.668836693518769, 55.219679450601802 ], [ -2.683326083141162, 55.201887603732139 ], [ -2.682668444662779, 55.199723845103392 ], [ -2.681244689492526, 55.198598662968358 ], [ -2.681579235476146, 55.197858137573341 ], [ -2.68231381641366, 55.196809846463943 ], [ -2.683783585702406, 55.196222010650928 ], [ -2.683774330788694, 55.195773656864006 ], [ -2.685102685210471, 55.195553230212923 ], [ -2.686243811362436, 55.194038048828119 ], [ -2.684759842797515, 55.192876402886291 ], [ -2.685594631027032, 55.192550908298273 ], [ -2.686143930511575, 55.190787442598086 ], [ -2.687408840272693, 55.190085692382389 ], [ -2.687388707730475, 55.189646385733845 ], [ -2.689265246632703, 55.188894438384388 ], [ -2.689785063159612, 55.188981359583522 ], [ -2.689955683728343, 55.188311828271722 ], [ -2.692717588074434, 55.186273395158885 ], [ -2.693810656231316, 55.184464566358187 ], [ -2.696290323526366, 55.18229735695688 ], [ -2.696551042306653, 55.181219331011093 ], [ -2.697634709485184, 55.180777307834454 ], [ -2.697698331307075, 55.179925059757792 ], [ -2.699813012409481, 55.177925208723224 ], [ -2.699717392183385, 55.176948965979086 ], [ -2.700574190738171, 55.17638241217734 ], [ -2.700994757738815, 55.175385230232742 ], [ -2.70279756602762, 55.17433245880693 ], [ -2.703502368216604, 55.173164689288754 ], [ -2.704571689671579, 55.172994067034864 ], [ -2.705504382252731, 55.17228865259726 ], [ -2.706866533062282, 55.172431728291428 ], [ -2.707669008320922, 55.172000230691651 ], [ -2.708406914347183, 55.17226642725965 ], [ -2.71173418065873, 55.171850756538916 ], [ -2.71362324422827, 55.172135355943482 ], [ -2.719835625181092, 55.170475930294828 ], [ -2.72088629573443, 55.169627718991819 ], [ -2.722636185403448, 55.169424155169779 ], [ -2.724659768624603, 55.168731889868717 ], [ -2.729288581587365, 55.168349329956726 ], [ -2.732556311505746, 55.167284644553902 ], [ -2.733810473080148, 55.166680419431046 ], [ -2.733995416290207, 55.165810343886115 ], [ -2.735056460281472, 55.165548742665202 ], [ -2.734962356989744, 55.164529380329434 ], [ -2.735909600406379, 55.164397858475688 ], [ -2.735808072435958, 55.163743379809155 ], [ -2.737044322989417, 55.163538214634158 ], [ -2.737754048229719, 55.162786271408883 ], [ -2.739647024050189, 55.162786480573274 ], [ -2.741412003733697, 55.162148522046394 ], [ -2.740650580511671, 55.161377644586779 ], [ -2.742893326108915, 55.161030607944348 ], [ -2.74391430813172, 55.1597231818089 ], [ -2.745145620097108, 55.160271904506651 ], [ -2.745601329410006, 55.158787296252868 ], [ -2.746251496144316, 55.158220781944522 ], [ -2.74842746369906, 55.158258660208801 ], [ -2.748909228170048, 55.157836944535177 ], [ -2.748783185505441, 55.157308432615395 ], [ -2.750596679662925, 55.157352092952308 ], [ -2.750970846086801, 55.157135916691189 ], [ -2.750449946312622, 55.156725760620475 ], [ -2.751426374764305, 55.156406126219899 ], [ -2.75226727745135, 55.156724441455587 ], [ -2.753683493856866, 55.156674355120082 ], [ -2.754460081350706, 55.156328074823612 ], [ -2.754019041292725, 55.155826678920889 ], [ -2.75729580888608, 55.154913133782863 ], [ -2.76019918554713, 55.154837546180751 ], [ -2.76039080373613, 55.154021302498208 ], [ -2.761403168623763, 55.153371569770073 ], [ -2.765707092628166, 55.152523264821532 ], [ -2.766568468405151, 55.151616533078389 ], [ -2.76608098663875, 55.150989665319443 ], [ -2.768706161059384, 55.150905737805353 ], [ -2.769366943992826, 55.150669723646445 ], [ -2.769751963299387, 55.149966367763128 ], [ -2.774943112039508, 55.149262196858089 ], [ -2.774987821251457, 55.148169188410378 ], [ -2.781930142562184, 55.145723720627615 ], [ -2.783229314123272, 55.144125713161671 ], [ -2.784433245948825, 55.143355936351043 ], [ -2.784107475266921, 55.142584318385964 ], [ -2.784915171586208, 55.141772154355472 ], [ -2.789697436117796, 55.141719688109312 ], [ -2.790589288075553, 55.141282565361003 ], [ -2.790710245535499, 55.139862852944702 ], [ -2.792801488802101, 55.140264428745411 ], [ -2.793392311056551, 55.139601891435099 ], [ -2.794854480792827, 55.139686717562817 ], [ -2.796838180439988, 55.138862302877719 ], [ -2.799904806996212, 55.138383012093442 ], [ -2.802227063794559, 55.138804476533416 ], [ -2.804125075413275, 55.137550963575094 ], [ -2.807740782411828, 55.136928562899485 ], [ -2.809779801460904, 55.137074085386743 ], [ -2.812732631649568, 55.13618096015486 ], [ -2.813329987019333, 55.136244371121514 ], [ -2.813594309833563, 55.136900401009463 ], [ -2.815509455350945, 55.137739495831916 ], [ -2.817065259327284, 55.137878244944652 ], [ -2.818140898693462, 55.13739565372736 ], [ -2.819579618224728, 55.138480512187591 ], [ -2.823285638188188, 55.137909162756728 ], [ -2.825499458837077, 55.138310248748176 ], [ -2.827016048042057, 55.136398468945416 ], [ -2.83297698609771, 55.132644731029885 ], [ -2.832443954489248, 55.131073976695376 ], [ -2.829332601743688, 55.128518826916697 ], [ -2.826848497349142, 55.127232699719464 ], [ -2.826776238064843, 55.126012851992385 ], [ -2.827604922811366, 55.124832716970289 ], [ -2.83268956671852, 55.121475834144626 ], [ -2.835527805230412, 55.121331490963058 ], [ -2.840236319432343, 55.12251495300076 ], [ -2.841247270351511, 55.122493597937989 ], [ -2.842145500951201, 55.12151237738923 ], [ -2.842089307562161, 55.120779482975294 ], [ -2.838475246032583, 55.118542558017026 ], [ -2.837981367554391, 55.117869287262998 ], [ -2.838151814710149, 55.117024299925809 ], [ -2.839016923137226, 55.116858387987804 ], [ -2.841140640669073, 55.118092839531613 ], [ -2.843095504939619, 55.117111499194024 ], [ -2.846388757519871, 55.114627308175727 ], [ -2.846182950880998, 55.113346389704503 ], [ -2.844622644547254, 55.112359737040528 ], [ -2.84453686659958, 55.111860692154302 ], [ -2.845196787654973, 55.111486776810203 ], [ -2.848108261696536, 55.111578868545926 ], [ -2.850112949527607, 55.111047281098394 ], [ -2.852091560076963, 55.108483133981153 ], [ -2.85853733907806, 55.1083444119785 ], [ -2.857347930864184, 55.1095308991301 ], [ -2.859386730262711, 55.114103157675864 ], [ -2.86088753328467, 55.115072969051411 ], [ -2.860843589944773, 55.116237009695027 ], [ -2.860200312106048, 55.116433861498642 ], [ -2.860726764220972, 55.117876043305095 ], [ -2.860174529580819, 55.122236514791211 ], [ -2.861104346147042, 55.123910388133531 ], [ -2.860690650564352, 55.125454465383122 ], [ -2.861358075680086, 55.126591010691328 ], [ -2.861481172283424, 55.128665979269456 ], [ -2.865114603910769, 55.13532155627788 ], [ -2.866149155155258, 55.135651192873681 ], [ -2.866167797746544, 55.136149800423688 ], [ -2.867185331446267, 55.136416645108255 ], [ -2.867238617910998, 55.136703827692536 ], [ -2.870358107497601, 55.136969146546548 ], [ -2.871527429129829, 55.137360679131447 ], [ -2.872424867473879, 55.138231320597747 ], [ -2.873698400145097, 55.140876751048054 ], [ -2.87584502866261, 55.141831861685425 ], [ -2.879751672313272, 55.141844157694024 ], [ -2.881225617892688, 55.142166000778431 ], [ -2.890300901578583, 55.141089071132889 ], [ -2.891609749495411, 55.144557206547802 ], [ -2.890281056254271, 55.145833991389239 ], [ -2.892749895458201, 55.145730559613213 ], [ -2.895449411244249, 55.14611963041321 ], [ -2.896913293863328, 55.146679495995727 ], [ -2.899784374638333, 55.151897353188318 ], [ -2.900409320119782, 55.155258110881853 ], [ -2.90000137802908, 55.157700906189142 ], [ -2.900324972983732, 55.162658954418859 ], [ -2.8995430721309, 55.169759404768293 ], [ -2.904749521964048, 55.17366585330975 ], [ -2.903288914642184, 55.176076022276135 ], [ -2.902549766082344, 55.179150310673855 ], [ -2.901522314970511, 55.180937194917519 ], [ -2.89523594082075, 55.189471041241305 ], [ -2.895745262098582, 55.193268485233794 ], [ -2.896568932920381, 55.193572457338057 ], [ -2.889699906540004, 55.197603674971504 ], [ -2.885984935655279, 55.202577643305297 ], [ -2.887390670205172, 55.207145904207515 ], [ -2.888184490931151, 55.207863516498094 ], [ -2.866989057854869, 55.219567788265522 ], [ -2.861913633724637, 55.223283598584089 ], [ -2.865743080377519, 55.227336204832774 ], [ -2.865374314359063, 55.229540433710703 ], [ -2.864278243368064, 55.23047377939956 ], [ -2.863936857979366, 55.231770205652253 ], [ -2.863839587285424, 55.23634934472765 ], [ -2.869165989454638, 55.237223610885962 ], [ -2.871898597669155, 55.236696394809833 ], [ -2.873985357310851, 55.236838721994594 ], [ -2.877656202787732, 55.236075504494067 ], [ -2.88161998438854, 55.234344045430468 ], [ -2.884480032317228, 55.23461539509433 ], [ -2.88764060772418, 55.233904997769351 ], [ -2.891712101621323, 55.233502380007387 ], [ -2.894681236227265, 55.235480069095367 ], [ -2.897154050744525, 55.236005574656375 ], [ -2.904165660816922, 55.235922361726708 ], [ -2.905358030591009, 55.235801191849504 ], [ -2.908450899366954, 55.234547091918571 ], [ -2.912008718407136, 55.234722737350552 ], [ -2.915155332732483, 55.234452054048006 ], [ -2.917730539991051, 55.234634899503043 ], [ -2.920078722143518, 55.236221251664389 ], [ -2.921442636245537, 55.236719577733318 ], [ -2.920491257859872, 55.239102712199653 ], [ -2.915345794611342, 55.244110789894073 ], [ -2.915116140243728, 55.245752941722138 ], [ -2.913378569913863, 55.248861252560523 ], [ -2.911431160272789, 55.24934309521629 ], [ -2.908351006355292, 55.252924588453105 ], [ -2.908455716211698, 55.254411020606035 ], [ -2.907221669836539, 55.254798518761618 ], [ -2.905010331209054, 55.257181894431334 ], [ -2.899788810817229, 55.259709670403616 ], [ -2.894006378494776, 55.261464027667117 ], [ -2.891147069444726, 55.26272053433069 ], [ -2.884922843401315, 55.262689440799512 ], [ -2.885393799918479, 55.263346506384835 ], [ -2.88432441036412, 55.265146993888166 ], [ -2.88778008577068, 55.268033414865414 ], [ -2.885836224002787, 55.270851211009933 ], [ -2.887694836012565, 55.272324912537762 ], [ -2.891336673905788, 55.273996751564326 ], [ -2.893984911864917, 55.278021142645727 ], [ -2.893871014610056, 55.278907109973872 ], [ -2.893050928870404, 55.27989259959061 ], [ -2.896463670910406, 55.28183644513539 ], [ -2.898484950243319, 55.283501091623386 ], [ -2.903967737744382, 55.285401619265372 ], [ -2.90693034500544, 55.285514438560007 ], [ -2.911485168293624, 55.283651839267819 ], [ -2.912506921611572, 55.283581303396481 ], [ -2.914990552411833, 55.281698989161143 ], [ -2.916465405229911, 55.280455926168514 ], [ -2.916106841072628, 55.278216574952708 ], [ -2.916246017007124, 55.277766223179071 ], [ -2.917056373875428, 55.277409678403998 ], [ -2.921260845233906, 55.27917075656466 ], [ -2.924345464952827, 55.279470940100978 ], [ -2.92663499458115, 55.280779039549749 ], [ -2.930121394706073, 55.282095955545522 ], [ -2.931576428755656, 55.283050872202963 ], [ -2.932187781176131, 55.283944820603651 ], [ -2.935017182649, 55.284084933874048 ], [ -2.938352506008601, 55.28498042414175 ], [ -2.940254786750367, 55.286192398235428 ], [ -2.940702593919597, 55.286153003953324 ], [ -2.94091511004934, 55.286483853987569 ], [ -2.941218047858809, 55.28631078192948 ], [ -2.942251108264253, 55.287381151780032 ], [ -2.943480003275516, 55.286881017061638 ], [ -2.944122583738421, 55.287285818259036 ], [ -2.94535094731807, 55.287294285224391 ], [ -2.945729663473255, 55.287659784590659 ], [ -2.949746396162185, 55.287394963457992 ], [ -2.951503686519866, 55.288450633693728 ], [ -2.954368515468378, 55.289066290567632 ], [ -2.957709124060444, 55.288837942850499 ], [ -2.960114102553641, 55.288989790976942 ], [ -2.962081732787451, 55.29026381697841 ], [ -2.964573019621318, 55.289749920898885 ], [ -2.967762307296324, 55.286862585352168 ], [ -2.967592319374597, 55.284406212472263 ], [ -2.968865303653758, 55.284310747788865 ], [ -2.976817130098887, 55.281780672121869 ], [ -2.978835444469827, 55.281908284936712 ], [ -2.980919622136016, 55.281514135752801 ], [ -2.983867813549183, 55.279455036004151 ], [ -2.989027549877652, 55.27803395858249 ], [ -2.990935530552933, 55.276266173523524 ], [ -2.993823648343211, 55.269947845228067 ], [ -2.995926827382992, 55.269085997169213 ], [ -2.998616779383776, 55.269032567212726 ], [ -3.002127569336797, 55.268451139683854 ], [ -3.006342289936184, 55.267082005766063 ], [ -3.00925362541761, 55.267075939622032 ], [ -3.010167594408252, 55.267432321737573 ], [ -3.011288215756562, 55.268797937755558 ], [ -3.011826465455164, 55.272635096084969 ], [ -3.013175721547423, 55.275553418451111 ], [ -3.019933617812675, 55.279123089179535 ], [ -3.027645833759991, 55.277840773362854 ], [ -3.03264180436558, 55.275211470456263 ], [ -3.042954851227469, 55.271530181607403 ], [ -3.046294328986657, 55.2757619941437 ], [ -3.053558336699307, 55.279721772481423 ], [ -3.054653807760768, 55.280722370251922 ], [ -3.054544960323589, 55.281664173115054 ], [ -3.052899999864645, 55.284111852605328 ], [ -3.05455884364412, 55.287175330249369 ], [ -3.053852594723096, 55.289163797565905 ], [ -3.051872133257389, 55.292097814497794 ], [ -3.046639291964484, 55.295512625841546 ], [ -3.051524174416709, 55.297101659040905 ], [ -3.054753139294884, 55.300376254743256 ], [ -3.061163402707224, 55.304490334584429 ], [ -3.063317106999742, 55.305208472446026 ], [ -3.061300976822252, 55.306987314441763 ], [ -3.064252474591992, 55.309841718786402 ], [ -3.067795916070104, 55.311841678726637 ], [ -3.069085888975363, 55.313524299669048 ], [ -3.069511282595205, 55.31674214133929 ], [ -3.077485372262274, 55.315027571011775 ], [ -3.081761877251838, 55.31555140836381 ], [ -3.085584786189729, 55.320518336426609 ], [ -3.086268423154398, 55.327939387378251 ], [ -3.099084053506903, 55.331679850429829 ], [ -3.099686725591317, 55.339209388956284 ], [ -3.1009753053873, 55.341044454719267 ], [ -3.098408374058166, 55.342581739267104 ], [ -3.098321599688494, 55.34371927715965 ], [ -3.100157398782916, 55.347656700016501 ], [ -3.101263896193095, 55.348886830961312 ], [ -3.102024852449434, 55.351584822842746 ], [ -3.10476027441859, 55.350135805576905 ], [ -3.106982754285098, 55.349527093234705 ], [ -3.109343205471771, 55.347933095135211 ], [ -3.109732236858337, 55.348028411011384 ], [ -3.110817447917971, 55.348768900473964 ], [ -3.112633252053026, 55.351659425667961 ], [ -3.113629355208789, 55.354557396831716 ], [ -3.113205462237328, 55.354964740797946 ], [ -3.11202137905562, 55.3562749299888 ], [ -3.112690697345981, 55.356912250959731 ], [ -3.11463221844922, 55.356848727379941 ], [ -3.117236750638226, 55.355796019569539 ], [ -3.125107149034007, 55.357727739641902 ], [ -3.125253478210199, 55.358993451432745 ], [ -3.127238587325757, 55.359738986470113 ], [ -3.131368823404543, 55.359089754438962 ], [ -3.1336261612541, 55.359145218166049 ], [ -3.135149237355431, 55.357796622404571 ], [ -3.139392493091497, 55.357249409396182 ], [ -3.144536097895545, 55.355929787012201 ], [ -3.149671386983966, 55.35542328155676 ], [ -3.151744964736463, 55.354860085950399 ], [ -3.157095013752522, 55.350909498402586 ], [ -3.163698796998752, 55.350222237805227 ], [ -3.168052740828754, 55.348118339691524 ], [ -3.169503605712965, 55.34704857119241 ], [ -3.174502840716729, 55.346789439891012 ], [ -3.176081702202326, 55.348715294970582 ], [ -3.17624983169456, 55.349598827581723 ], [ -3.177759600962033, 55.350518860169828 ], [ -3.179560580204873, 55.352743570791745 ], [ -3.181905850207189, 55.356553567296451 ], [ -3.181260352879646, 55.359507314483238 ], [ -3.179253910420868, 55.360465760383619 ], [ -3.187707269150603, 55.362765265049298 ], [ -3.189151508600538, 55.362526563033626 ], [ -3.190393482793188, 55.36369617036781 ], [ -3.19194157810782, 55.364287656778096 ], [ -3.193835554421649, 55.366147307215094 ], [ -3.194552133153966, 55.366104360152093 ], [ -3.196646857012688, 55.366766827092547 ], [ -3.201285175414835, 55.365714857602377 ], [ -3.204480947696683, 55.366263020773083 ], [ -3.206127718045192, 55.367235274672943 ], [ -3.205859253531987, 55.368783569472377 ], [ -3.207117552931715, 55.369171039077699 ], [ -3.208098429972177, 55.370033019737576 ], [ -3.210226642716267, 55.370744349470485 ], [ -3.21228063674355, 55.372638078910832 ], [ -3.213532706402083, 55.372558256639444 ], [ -3.215311160992778, 55.37343472453832 ], [ -3.216202947255312, 55.375241089890196 ], [ -3.217390234578716, 55.376132395106431 ], [ -3.223390190843755, 55.376229750549925 ], [ -3.225463540918043, 55.375198019730455 ], [ -3.22483049863645, 55.37253542603316 ], [ -3.231519859177701, 55.370967490033486 ], [ -3.233825155162491, 55.369241328223829 ], [ -3.233961952947211, 55.367806625193317 ], [ -3.234889891509187, 55.366444807475887 ], [ -3.237283232528461, 55.366541916969481 ], [ -3.237913341401446, 55.36726792391962 ], [ -3.239792451098439, 55.367064656028823 ], [ -3.241188057336911, 55.367293122282916 ], [ -3.241703227364074, 55.36686553059247 ], [ -3.24437842162836, 55.367395475854202 ], [ -3.244652495446892, 55.367833016580263 ], [ -3.247065477848678, 55.367547814682951 ], [ -3.249864698606787, 55.365501780942679 ], [ -3.250250226310385, 55.364468898319259 ], [ -3.253254992634078, 55.363198002421441 ], [ -3.256981154872546, 55.362544166999626 ], [ -3.262622291521875, 55.362333246167836 ], [ -3.265521291655189, 55.361472917509303 ], [ -3.266933792524801, 55.35991082479957 ], [ -3.267318891204701, 55.358435758368564 ], [ -3.264262360604631, 55.356474235632824 ], [ -3.264425987615432, 55.356263159561443 ], [ -3.266871443379461, 55.355292461668029 ], [ -3.268583477004704, 55.354030082996168 ], [ -3.270065361500624, 55.353710948988173 ], [ -3.271408414449804, 55.35299783935497 ], [ -3.272389436247136, 55.352948087757746 ], [ -3.275468155773497, 55.351328090350641 ], [ -3.276696836355721, 55.351281110353895 ], [ -3.278430803738643, 55.350029144817022 ], [ -3.28047743668178, 55.349526041647195 ], [ -3.281132126563842, 55.349629712065223 ], [ -3.284266203287304, 55.346133439138846 ], [ -3.285669462495398, 55.34544469829958 ], [ -3.286729842860509, 55.344298547988259 ], [ -3.288081665858812, 55.343923048656109 ], [ -3.288566575814484, 55.343413795825832 ], [ -3.28986318270183, 55.343232966097098 ], [ -3.291509298325058, 55.342308843501364 ], [ -3.296859419979691, 55.342404940346086 ], [ -3.303665090150071, 55.342360368534528 ], [ -3.312738025782195, 55.347076375499448 ], [ -3.313725060794896, 55.347118786966568 ], [ -3.316569645940961, 55.348153964606979 ], [ -3.318447344156429, 55.34823167012631 ], [ -3.32026186511673, 55.349348866469796 ], [ -3.319378155584827, 55.351087409966858 ], [ -3.315934260491517, 55.352247856618675 ], [ -3.313345410045736, 55.354896162434919 ], [ -3.313720981134608, 55.356044189599686 ], [ -3.31227678063866, 55.358781705106345 ], [ -3.312186424402531, 55.360484709663311 ], [ -3.313101361078207, 55.361579317049504 ], [ -3.31607504337789, 55.362623007505832 ], [ -3.315485816253544, 55.366594173595324 ], [ -3.314155163124353, 55.367481073005592 ], [ -3.310812300947874, 55.367401945664085 ], [ -3.308872262150198, 55.36804370074946 ], [ -3.306319194665061, 55.367609113156739 ], [ -3.304551579924818, 55.368170774147288 ], [ -3.303835081491178, 55.368885652042628 ], [ -3.306107797386395, 55.372925947725534 ], [ -3.310901393330007, 55.377969035945405 ], [ -3.311674540735231, 55.379632217044055 ], [ -3.310044247244048, 55.381640192633284 ], [ -3.308471204644662, 55.382757876975759 ], [ -3.306411862975664, 55.388517725427789 ], [ -3.305151063098221, 55.38906139008364 ], [ -3.30305064230639, 55.392157144296355 ], [ -3.302764208324346, 55.39376876153613 ], [ -3.301217481861571, 55.395227548992644 ], [ -3.298923475931118, 55.396532502312198 ], [ -3.296181711589722, 55.397428785663969 ], [ -3.293929975162015, 55.400036219426958 ], [ -3.293665381769357, 55.400879245084163 ], [ -3.292529008907972, 55.40162365216392 ], [ -3.291017375935846, 55.402484340684069 ], [ -3.288496623158801, 55.403153454841743 ], [ -3.287308928838828, 55.403781530361698 ], [ -3.286008717554443, 55.403134714575799 ], [ -3.285341835382668, 55.403510167296851 ], [ -3.28456741844915, 55.404708997616396 ], [ -3.282188496636085, 55.406351509136854 ], [ -3.281986318636439, 55.408155391845696 ], [ -3.278631983047833, 55.4101720002569 ], [ -3.275917223358867, 55.409989176855667 ], [ -3.274329023334903, 55.410455054363965 ], [ -3.271185939381302, 55.412181690579914 ], [ -3.267623415980863, 55.412164752707199 ], [ -3.265786680076772, 55.412520765089283 ], [ -3.264154179740095, 55.413337434014743 ], [ -3.262253025345731, 55.416133842791488 ], [ -3.260584282628696, 55.416811548676002 ], [ -3.256413455072541, 55.417550906956897 ], [ -3.255635323859234, 55.419913309069081 ], [ -3.25371517585217, 55.421640403449601 ], [ -3.244194395081423, 55.426617176560235 ], [ -3.243587958610556, 55.427683724097314 ], [ -3.244229359278599, 55.428984703919731 ], [ -3.245430720393125, 55.429498174579876 ], [ -3.247966290212855, 55.429723947139159 ], [ -3.250015460002841, 55.429559242709082 ], [ -3.254508147369749, 55.430205191594958 ], [ -3.254911768441552, 55.429976394313023 ], [ -3.257931870242833, 55.430030742517424 ], [ -3.262099681006112, 55.43138517791504 ], [ -3.264865121550183, 55.432861817076599 ], [ -3.2673514901646, 55.433514547170049 ], [ -3.26959825928649, 55.433347468019946 ], [ -3.279608732712179, 55.43525159992793 ], [ -3.285665362888797, 55.434379326116911 ], [ -3.287099174049958, 55.433757671698366 ], [ -3.288789802344709, 55.432288580428406 ], [ -3.293446535803195, 55.430913944891586 ], [ -3.29967371264352, 55.433337153521535 ], [ -3.302422661501928, 55.434745729347767 ], [ -3.306036023756522, 55.43528232982176 ], [ -3.305158674434214, 55.436235259237506 ], [ -3.306186012331636, 55.436952187343493 ], [ -3.306994936690138, 55.438233086760029 ], [ -3.309020487173123, 55.439258337438062 ], [ -3.3081363890025, 55.441918763228706 ], [ -3.308864513385975, 55.443380240791079 ], [ -3.31098339587526, 55.444826819002216 ], [ -3.312908584787676, 55.444958941868208 ], [ -3.315949532832523, 55.444652187150602 ], [ -3.324563658459579, 55.442051136918309 ], [ -3.325847796943158, 55.441642725679962 ], [ -3.329182888335202, 55.441867140121758 ], [ -3.331629446668324, 55.44105422726031 ], [ -3.331827640596846, 55.440602751511335 ], [ -3.331171379363125, 55.439890985065055 ], [ -3.331547923562464, 55.43957236433441 ], [ -3.33094456892638, 55.438788129869465 ], [ -3.333523144671826, 55.435803532050791 ], [ -3.334724273518324, 55.435098481377864 ], [ -3.334512640168781, 55.433276555681566 ], [ -3.338927515452756, 55.430635738439705 ], [ -3.338776212824009, 55.424998433429266 ], [ -3.341466660552313, 55.424191631150599 ], [ -3.347288598472613, 55.424635370149446 ], [ -3.350900559670854, 55.421437703280517 ], [ -3.350675431694815, 55.419471265516563 ], [ -3.351699514437362, 55.418925259294653 ], [ -3.352062189890147, 55.418211322957035 ], [ -3.351826327418216, 55.416394179435343 ], [ -3.353376692614059, 55.415303154065946 ], [ -3.354323931444845, 55.412515860176605 ], [ -3.357864834838103, 55.412359770483171 ], [ -3.361211376186314, 55.415049950458531 ], [ -3.362328752201759, 55.416992058765565 ], [ -3.365790575533039, 55.416364834463806 ], [ -3.377688093350911, 55.411423626441632 ], [ -3.383272419469358, 55.412115449464537 ], [ -3.383527457816298, 55.411955301019908 ], [ -3.386163798993739, 55.412585951824006 ], [ -3.386825749124841, 55.412317838864446 ], [ -3.389416867455896, 55.412558020902367 ], [ -3.39457279820579, 55.410720006733854 ], [ -3.400519575990443, 55.409596129930101 ], [ -3.401404783928773, 55.408053789769227 ], [ -3.402902278181084, 55.409083546297367 ], [ -3.405380355917829, 55.412815943321831 ], [ -3.407526158415213, 55.413411333057098 ], [ -3.411698031786094, 55.413232940134456 ], [ -3.415517432834251, 55.413579702983711 ], [ -3.418754064845612, 55.415514736456451 ], [ -3.420493181453948, 55.415993299886409 ], [ -3.427850369646392, 55.414114808815754 ], [ -3.429859721341496, 55.41070340709711 ], [ -3.43385752387278, 55.41009044360802 ], [ -3.43488476529604, 55.409669506317307 ], [ -3.436052721695805, 55.40986248639598 ], [ -3.440359292833393, 55.408841287650723 ], [ -3.443097494948757, 55.40921339874599 ], [ -3.443951406015335, 55.409023587216538 ], [ -3.445418992898329, 55.409635307916915 ], [ -3.449188161720376, 55.409905226907078 ], [ -3.452450543162857, 55.408630866865579 ], [ -3.454439313791219, 55.408378070402406 ], [ -3.458298624551793, 55.40680887988055 ], [ -3.463256609036198, 55.405702711877922 ], [ -3.46505978739745, 55.40492175287681 ], [ -3.466582516755758, 55.404885525271595 ], [ -3.469479597995465, 55.405708963298792 ], [ -3.470318671301693, 55.404274499963599 ], [ -3.472131330190065, 55.403753932851892 ], [ -3.473587817799037, 55.403848721036354 ], [ -3.47546498405216, 55.406755718706179 ], [ -3.476865664147601, 55.406833168718471 ], [ -3.478421162457969, 55.407672592982834 ], [ -3.48047100835096, 55.406313279569495 ], [ -3.483697225112798, 55.40600457670508 ], [ -3.485256692793307, 55.40547340658442 ], [ -3.486094437105456, 55.404649938081839 ], [ -3.488673029207296, 55.404133293009814 ], [ -3.489311275300264, 55.404516439170862 ], [ -3.489629036177601, 55.406035802332674 ], [ -3.490280341591316, 55.406764769743347 ], [ -3.49007417602745, 55.408420821900762 ], [ -3.490580386372394, 55.410328803780992 ], [ -3.493631434918715, 55.409347978386442 ], [ -3.4974150317448, 55.408946732037933 ], [ -3.498985763252945, 55.407880543567181 ], [ -3.501513849068094, 55.408321325025099 ], [ -3.501829598853917, 55.408067618681812 ], [ -3.503459208636626, 55.408805167267474 ], [ -3.504774054102441, 55.410568349993433 ], [ -3.507381708664929, 55.412262568379532 ], [ -3.508815326774489, 55.412989881338063 ], [ -3.510412040867707, 55.414470940609462 ], [ -3.509771322054847, 55.417552285339646 ], [ -3.512823690150929, 55.419909505768487 ], [ -3.513421589001332, 55.42087715928578 ], [ -3.515908866743554, 55.42043296882035 ], [ -3.517272767448933, 55.421184414068712 ], [ -3.516926267425279, 55.423273614548719 ], [ -3.520101927777929, 55.426554752318111 ], [ -3.523267210463448, 55.427090517573156 ], [ -3.523673406647722, 55.428815388116121 ], [ -3.525088071635413, 55.430666980181506 ], [ -3.524911772813722, 55.431832949021342 ], [ -3.52439532581209, 55.431965199436291 ], [ -3.525197845768012, 55.432898793117076 ], [ -3.531918253999474, 55.434005543219378 ], [ -3.533499990916869, 55.433832950489652 ], [ -3.536592408519534, 55.434710781844828 ], [ -3.537630337539619, 55.436405204494527 ], [ -3.539038512655835, 55.437456908059886 ], [ -3.539796748218489, 55.440691549729856 ], [ -3.539569211125467, 55.443170236784596 ], [ -3.537931672794525, 55.444152405411373 ], [ -3.536604892759416, 55.446420232114136 ], [ -3.537254511766099, 55.447472495134477 ], [ -3.535802074905968, 55.449562157014526 ], [ -3.535451871529309, 55.451943517795101 ], [ -3.530115809633112, 55.454818687249009 ], [ -3.530039987621391, 55.456536080046959 ], [ -3.529502938118556, 55.457369563385271 ], [ -3.530864550840573, 55.460470891887582 ], [ -3.531678050443475, 55.461260520571997 ], [ -3.526209724800327, 55.462389266285996 ], [ -3.524932528337154, 55.463106144350576 ], [ -3.525378008741312, 55.463788067219767 ], [ -3.524658433242532, 55.467683739003455 ], [ -3.522251556344347, 55.470288360442396 ], [ -3.522399407524615, 55.471045888058782 ], [ -3.519710727435108, 55.472503678517157 ], [ -3.518478223933095, 55.47377709813999 ], [ -3.519193793134566, 55.476338379194893 ], [ -3.518951715845709, 55.477860114975236 ], [ -3.517209090414135, 55.478834305805812 ], [ -3.516000362211432, 55.481352042065794 ], [ -3.519023615395538, 55.483224205235572 ], [ -3.519392128259809, 55.484369911911422 ], [ -3.523491610081924, 55.486233096133027 ], [ -3.521605309907678, 55.488413334333963 ], [ -3.522183075499177, 55.490261876423432 ], [ -3.516676328244112, 55.49194331375913 ], [ -3.515202764717241, 55.492109839636349 ], [ -3.512731467336633, 55.493088483403703 ], [ -3.511913073633686, 55.493830996793271 ], [ -3.512630039341825, 55.497668379153119 ], [ -3.512292798222752, 55.498575692361079 ], [ -3.511388795074127, 55.498946317138476 ], [ -3.511810905275857, 55.500046449062523 ], [ -3.511112420026091, 55.501650181450579 ], [ -3.511612130113159, 55.502708916582982 ], [ -3.508301873342994, 55.505989382381458 ], [ -3.50855961776916, 55.508381114168422 ], [ -3.504432122582436, 55.512466839038211 ], [ -3.50290404885577, 55.512678813258574 ], [ -3.502461857034187, 55.51354245056779 ], [ -3.500863370958993, 55.514402290687286 ], [ -3.497849190240951, 55.515310886757732 ], [ -3.495318548933481, 55.515818098671126 ], [ -3.488127291475979, 55.516215733461273 ], [ -3.486798437989178, 55.516676705209186 ], [ -3.486606691334518, 55.517051971729735 ], [ -3.486633156783626, 55.517963777343837 ], [ -3.488977313569552, 55.521947757210278 ], [ -3.491517739086631, 55.523570354615622 ], [ -3.494243784030704, 55.52381570528506 ], [ -3.494836368603135, 55.524194892194117 ], [ -3.494726039660371, 55.529012987363515 ], [ -3.495250959316931, 55.530111915671021 ], [ -3.496416761483412, 55.530771663010945 ], [ -3.496608804789631, 55.531447794885267 ], [ -3.498402210159353, 55.532985020524706 ], [ -3.498350292651909, 55.53620281030986 ], [ -3.501875103413432, 55.543658846374214 ], [ -3.502190407123108, 55.545484623105615 ], [ -3.503422145262185, 55.547441141662958 ], [ -3.502979975944567, 55.551014188695348 ], [ -3.501860662640959, 55.552838684087071 ], [ -3.500568721239647, 55.553672280617938 ], [ -3.496739495145555, 55.554905329229442 ], [ -3.49594705932354, 55.55574625228293 ], [ -3.495716715490663, 55.559280731503293 ], [ -3.495108134344084, 55.560164335544656 ], [ -3.48979924788333, 55.561913952429379 ], [ -3.48847992254009, 55.562666871984973 ], [ -3.500130925735263, 55.56922416782924 ], [ -3.500442058443059, 55.570936764902328 ], [ -3.502509311579426, 55.572740173165101 ], [ -3.503504475991694, 55.574916161199027 ], [ -3.505509257808047, 55.575907015495083 ], [ -3.508188013396664, 55.575856106864471 ], [ -3.508266528603891, 55.578317420198509 ], [ -3.50871702384199, 55.57910268040208 ], [ -3.508265106077829, 55.579934993125931 ], [ -3.508490346040321, 55.58105103007609 ], [ -3.510037298738136, 55.583948073180359 ], [ -3.512631782672671, 55.585816709372445 ], [ -3.512983890627249, 55.58878237370223 ], [ -3.516094232269695, 55.590231194924044 ], [ -3.516542750166322, 55.589929094993408 ], [ -3.526887887146162, 55.597019465896096 ], [ -3.527079160236974, 55.598633740649255 ], [ -3.526568072734142, 55.600103993514338 ], [ -3.529609691567279, 55.604358893997045 ], [ -3.531886227385147, 55.60534234133673 ], [ -3.530682647590442, 55.607697436062587 ], [ -3.530013761142683, 55.611392908806202 ], [ -3.526511264211239, 55.611675601936398 ], [ -3.524871120406293, 55.613677510800791 ], [ -3.51990106833227, 55.613749101958526 ], [ -3.515253841063419, 55.613175773637792 ], [ -3.508664560476211, 55.613748578075999 ], [ -3.495654342903445, 55.615868782429715 ], [ -3.481678564317626, 55.616423065259056 ], [ -3.484168088149865, 55.620240905168224 ], [ -3.481466254546653, 55.624643622285369 ], [ -3.481078643330768, 55.626619901480652 ], [ -3.479554291143819, 55.62814710229879 ], [ -3.480037338846872, 55.629711182098276 ], [ -3.478895465076859, 55.630137427753915 ], [ -3.477820635891802, 55.632682723368525 ], [ -3.479332528170652, 55.63334745634738 ], [ -3.481549170103202, 55.633532777885449 ], [ -3.484515645270391, 55.633340547625103 ], [ -3.487047995641191, 55.632717673350605 ], [ -3.489042999786325, 55.635016431859654 ], [ -3.48940184026433, 55.637774467391921 ], [ -3.484532280125762, 55.642935920312553 ], [ -3.484516208801254, 55.645198863766183 ], [ -3.485739968849692, 55.649022992402749 ], [ -3.482765560266658, 55.650213716282046 ], [ -3.479477747399028, 55.652791134396921 ], [ -3.478148215186629, 55.654961169467093 ], [ -3.473199067023546, 55.659749266238819 ], [ -3.468085888446489, 55.661589829389122 ], [ -3.458392382518621, 55.663008430470782 ], [ -3.456584345772634, 55.664406596530064 ], [ -3.455684589672623, 55.665735552817296 ], [ -3.455911855140226, 55.667103255398011 ], [ -3.455005292108997, 55.6698359334533 ], [ -3.455595237785137, 55.670736544994561 ], [ -3.447754262312228, 55.674683481602443 ], [ -3.441071680854838, 55.679900434255615 ], [ -3.431497664054922, 55.685783389547481 ], [ -3.426544738721158, 55.688151393241007 ], [ -3.419346235439303, 55.693320096617931 ], [ -3.416803158671244, 55.69571821747266 ], [ -3.409839081374697, 55.700135092332722 ], [ -3.40941507814146, 55.700866038358917 ], [ -3.405690488473012, 55.70269787402205 ], [ -3.401167472496206, 55.702240066143595 ], [ -3.401340243788936, 55.704666136537988 ], [ -3.397003146926498, 55.710537645138601 ], [ -3.396407045345705, 55.716313484351303 ], [ -3.398386200491367, 55.716548861887247 ], [ -3.40135834427925, 55.715351282382976 ], [ -3.406427292807322, 55.711822902490283 ], [ -3.409524307151782, 55.710264246583691 ], [ -3.4191837841369, 55.710567238174413 ], [ -3.420321606636956, 55.711087856470492 ], [ -3.41983434936078, 55.713407414389927 ], [ -3.421342308399759, 55.715044310490264 ], [ -3.4258223437147, 55.71742041829696 ], [ -3.425841754157021, 55.717953069114436 ], [ -3.428041250568172, 55.719332937758658 ], [ -3.430590133808515, 55.720162342406717 ], [ -3.439522300725296, 55.724078350960646 ], [ -3.439699682427312, 55.725047670979713 ], [ -3.437464514360657, 55.726226772146603 ], [ -3.43695295808569, 55.726908514295701 ], [ -3.436940317808237, 55.727691352419164 ], [ -3.438690357313949, 55.728385260005204 ], [ -3.438507040874939, 55.729159314216588 ], [ -3.439295450539872, 55.729639820296782 ], [ -3.437792162516964, 55.730418551598085 ], [ -3.43679603863135, 55.730265763154115 ], [ -3.436220204427605, 55.730499846736265 ], [ -3.436396125766503, 55.731387413770747 ], [ -3.435896942232169, 55.731801219882634 ], [ -3.437396328032546, 55.733123509437483 ], [ -3.440153827825194, 55.73318735864428 ], [ -3.441433838456825, 55.733694436111819 ], [ -3.44266506276157, 55.735381949490019 ], [ -3.444787393915599, 55.73657012793845 ], [ -3.444897533231322, 55.7373955543503 ], [ -3.446295939259809, 55.738169873953083 ], [ -3.446132810665274, 55.739142294313709 ], [ -3.446753257516381, 55.739337175522429 ], [ -3.446975896087455, 55.74018823327247 ], [ -3.447475454074471, 55.740344097445949 ], [ -3.447464105771379, 55.741328209894981 ], [ -3.448206672612545, 55.741593533731475 ], [ -3.445768954466982, 55.742439984888456 ], [ -3.444305432314059, 55.744218476822532 ], [ -3.446822123194067, 55.745932164455759 ], [ -3.446158992931722, 55.746524069184161 ], [ -3.449531099897053, 55.746380985477963 ], [ -3.449500349040864, 55.747055305967251 ], [ -3.450504755639799, 55.7470749018728 ], [ -3.450777011429573, 55.747327790841425 ], [ -3.450573403444136, 55.747851389152622 ], [ -3.452059531499316, 55.747757450135886 ], [ -3.453139169744056, 55.748728662492901 ], [ -3.452789188735931, 55.749599960784977 ], [ -3.453316064989504, 55.749629673380944 ], [ -3.453866667414728, 55.750297116304026 ], [ -3.453434942082859, 55.751326640367793 ], [ -3.45496788867409, 55.752058834587658 ], [ -3.453654792923969, 55.752739350030936 ], [ -3.454404533349366, 55.753404434149822 ], [ -3.453900833356168, 55.753998985501433 ], [ -3.454542804887775, 55.755406697176575 ], [ -3.454959898521893, 55.75590947299083 ], [ -3.45580274441763, 55.755863544427321 ], [ -3.457043008183692, 55.756432938498101 ], [ -3.456373233324741, 55.757060920449533 ], [ -3.456970793472435, 55.757273995126077 ], [ -3.456682384186872, 55.757659324033995 ], [ -3.457443108987142, 55.757546962325861 ], [ -3.456386315903474, 55.758480568649752 ], [ -3.456554218889986, 55.75892339002494 ], [ -3.455819740787889, 55.759740843379589 ], [ -3.455936645192878, 55.760525741274591 ], [ -3.456824420101333, 55.761040904788914 ], [ -3.457535241583325, 55.760870725051973 ], [ -3.456652142908289, 55.762404340187793 ], [ -3.455766287913867, 55.762796747645304 ], [ -3.456059950724463, 55.763619988203487 ], [ -3.457478906380399, 55.763845789757823 ], [ -3.457738571300704, 55.764611020129955 ], [ -3.458753160992458, 55.764891027255182 ], [ -3.459028957864569, 55.765660556512096 ], [ -3.461568121023944, 55.76600330343193 ], [ -3.461704486105534, 55.766239812827735 ], [ -3.462502900277832, 55.765852896692586 ], [ -3.464371634988541, 55.767443644836952 ], [ -3.466192127986016, 55.766896249663027 ], [ -3.467189554405967, 55.767140448187277 ], [ -3.467612001142045, 55.767777909560422 ], [ -3.46957810505246, 55.768347494603532 ], [ -3.470218199342981, 55.769472086667641 ], [ -3.470712474100394, 55.769475158111618 ], [ -3.470565752670173, 55.770658586265178 ], [ -3.471639239153082, 55.770971930681355 ], [ -3.471789335392706, 55.771401465932485 ], [ -3.470409591942248, 55.773073222217903 ], [ -3.470139613983753, 55.774159276741372 ], [ -3.469568623023102, 55.774449168063498 ], [ -3.464326831956958, 55.776025893846104 ], [ -3.463618573456953, 55.776483634996978 ], [ -3.459492256365481, 55.777417836196328 ], [ -3.452155236334188, 55.780555517146524 ], [ -3.448461337201111, 55.780055450506957 ], [ -3.447614692783425, 55.781948003581526 ], [ -3.445223002669717, 55.783890178071047 ], [ -3.441157722143183, 55.784782600013514 ], [ -3.439404683699869, 55.784596463572797 ], [ -3.438814465631514, 55.785672712202881 ], [ -3.43867403552478, 55.788352193135331 ], [ -3.437772767454091, 55.788996253616553 ], [ -3.438245172076057, 55.789264800794705 ], [ -3.440577472496364, 55.789367786199129 ], [ -3.442595592341094, 55.790462878664378 ], [ -3.444002533639321, 55.79184817976234 ], [ -3.444620391428275, 55.793458405729154 ], [ -3.440747619720075, 55.796999420334295 ], [ -3.43912123783939, 55.800693750800761 ], [ -3.43653559621621, 55.802826717097055 ], [ -3.435533093242759, 55.805498283704402 ], [ -3.428799044154129, 55.807432333730013 ], [ -3.42646966902297, 55.808964533703083 ], [ -3.425970714480839, 55.810592291035071 ], [ -3.419313949252666, 55.809644912056399 ], [ -3.415741084426064, 55.809465947383842 ], [ -3.410563171151912, 55.814099310951214 ], [ -3.399656132608863, 55.819008958254422 ], [ -3.394766507782632, 55.819742952498032 ], [ -3.392881646749042, 55.819031964050247 ], [ -3.391245177987801, 55.818794390770734 ], [ -3.386398357832304, 55.820062228919682 ], [ -3.379270854926807, 55.820488335748024 ], [ -3.378586575864015, 55.820320783737181 ], [ -3.373174470898483, 55.82164385487804 ], [ -3.372108489606735, 55.822648693940558 ], [ -3.369039289280728, 55.824111655402106 ], [ -3.364372857512381, 55.820083926709877 ], [ -3.36325238174962, 55.817710602083402 ], [ -3.36211115426181, 55.817251489963155 ], [ -3.362096245533011, 55.816824825754495 ], [ -3.360598230363288, 55.815515992741894 ], [ -3.360922581678459, 55.815206883393309 ], [ -3.360511291397789, 55.813710792349596 ], [ -3.358661748210646, 55.813070780504276 ], [ -3.358141902813957, 55.813265226990573 ], [ -3.357176649414799, 55.812813111939398 ], [ -3.355196112600214, 55.812763069255851 ], [ -3.354137711381127, 55.812154704340898 ], [ -3.352602224337391, 55.810212683962384 ], [ -3.349949781489509, 55.808956854100714 ], [ -3.350328349874354, 55.807724327678862 ], [ -3.349386157339175, 55.806963683560326 ], [ -3.348767953271381, 55.804728490180125 ], [ -3.348085666651991, 55.804468194040872 ], [ -3.348111095426872, 55.802803730125035 ], [ -3.345549844687119, 55.800796486697386 ], [ -3.345861834297887, 55.799805523177902 ], [ -3.344757363011357, 55.799419534865258 ], [ -3.345688541175303, 55.798620384976367 ], [ -3.346148826624515, 55.796102891786553 ], [ -3.347344240631846, 55.794598137779566 ], [ -3.344963229440612, 55.792898021974146 ], [ -3.342026037616387, 55.791900340655275 ], [ -3.340813344397588, 55.791745538162637 ], [ -3.340692670196071, 55.792039794289501 ], [ -3.339855181357038, 55.792082173394888 ], [ -3.338365403989314, 55.791521508911451 ], [ -3.336700254958711, 55.791380577283711 ], [ -3.334735652951625, 55.792789344804653 ], [ -3.33460555041143, 55.793555455522494 ], [ -3.333748824592449, 55.794156024465209 ], [ -3.330886232863549, 55.794591413873569 ], [ -3.327468233727866, 55.794222210037297 ], [ -3.327078650056488, 55.793601000157679 ], [ -3.326114256189901, 55.793477518221948 ], [ -3.325227883725427, 55.792739453110904 ], [ -3.322908483118987, 55.793247875332419 ], [ -3.322438223751512, 55.793632138551594 ], [ -3.32143255827175, 55.793561181938841 ], [ -3.32010559160041, 55.793893538593544 ], [ -3.318763549484814, 55.79467713237652 ], [ -3.317125586775977, 55.794303808668715 ], [ -3.316479822778495, 55.794641405353175 ], [ -3.313239024768086, 55.79498338504002 ], [ -3.312648039678736, 55.795575574084602 ], [ -3.310618376400095, 55.795364496613566 ], [ -3.309648648316176, 55.796602297205787 ], [ -3.307132775517042, 55.797686706740109 ], [ -3.304891006676046, 55.796859564175783 ], [ -3.303227149756216, 55.796808023237574 ], [ -3.303577272477976, 55.795542700302768 ], [ -3.304297247595791, 55.795464973981908 ], [ -3.304129515509269, 55.794646346874892 ], [ -3.305043123922378, 55.793920480089561 ], [ -3.304459851365112, 55.793458508835087 ], [ -3.302585365075415, 55.792635514588191 ], [ -3.30053604771817, 55.79283333538632 ], [ -3.298905579495545, 55.792629523153543 ], [ -3.294913226484178, 55.794931578328715 ], [ -3.294308086269964, 55.796307390224456 ], [ -3.289798273408349, 55.792820668171267 ], [ -3.292778354194292, 55.780565039649311 ], [ -3.274370590014857, 55.775350514850729 ], [ -3.265148988219453, 55.778436268660549 ], [ -3.264441976944982, 55.7783653680467 ], [ -3.263348251294864, 55.776641456555502 ], [ -3.257333106267028, 55.778329571707253 ], [ -3.250602812375513, 55.781699618462675 ], [ -3.245481123866371, 55.781245726178277 ], [ -3.235892809222229, 55.779109552020671 ], [ -3.234579850863807, 55.780396030930191 ], [ -3.231369487575035, 55.781939641723824 ], [ -3.230839938581489, 55.782844420298879 ], [ -3.229198073291514, 55.783569827263797 ], [ -3.228159438701171, 55.784768126383653 ], [ -3.227466703864991, 55.784899049637446 ], [ -3.225710906181684, 55.787028221698172 ], [ -3.223355699234802, 55.786474800153528 ], [ -3.220475989346578, 55.784496012869603 ], [ -3.217584655858852, 55.785150994553319 ], [ -3.214300675361244, 55.784003654701806 ], [ -3.213235372200459, 55.78738562124407 ], [ -3.211582888929786, 55.789686092106635 ], [ -3.200557263700397, 55.796871413557845 ], [ -3.19808828147857, 55.799113170244631 ], [ -3.195606291579552, 55.802136756429007 ], [ -3.190990879422121, 55.801505830622609 ], [ -3.185093880434402, 55.80174342773109 ], [ -3.188760857309377, 55.795807126998163 ], [ -3.186676781507995, 55.795462443519462 ], [ -3.184204407962949, 55.794357682831155 ], [ -3.183386537933056, 55.792476767770061 ], [ -3.185574230733646, 55.788416619470283 ], [ -3.18235008840505, 55.78743229114319 ], [ -3.176780391086071, 55.784387474599939 ], [ -3.178083635919013, 55.783557292353649 ], [ -3.178341969801435, 55.782659840926776 ], [ -3.180379836097694, 55.782134392250505 ], [ -3.181038386957443, 55.781344513061356 ], [ -3.16778098555292, 55.779501527771281 ], [ -3.168244930325138, 55.778594955711633 ], [ -3.167652170756987, 55.777860168012602 ], [ -3.170277391061803, 55.775657965214172 ], [ -3.17414096988054, 55.77361460731386 ], [ -3.174795305708497, 55.772049334406951 ], [ -3.16996254257501, 55.770630769300539 ], [ -3.159803236781355, 55.763582544568216 ], [ -3.156956594774131, 55.761907489043068 ], [ -3.154069557607376, 55.761068417589925 ], [ -3.155654707580822, 55.759703867109543 ], [ -3.15719206556971, 55.759258084304612 ], [ -3.157004057677865, 55.758936369527717 ], [ -3.157565677651422, 55.758852005563455 ], [ -3.157907824612801, 55.757868441330025 ], [ -3.160583007382649, 55.756033479385607 ], [ -3.161035368772873, 55.755062342919196 ], [ -3.162362492870385, 55.754681380376255 ], [ -3.162736692860056, 55.753334475039303 ], [ -3.161999894944049, 55.752132866834117 ], [ -3.162313919391158, 55.751977139159173 ], [ -3.161812798149282, 55.751734771804415 ], [ -3.162104380361105, 55.750824456428269 ], [ -3.161453651808716, 55.750372338290788 ], [ -3.161564739218786, 55.749553587460518 ], [ -3.159946505111067, 55.747367375336914 ], [ -3.158237118060405, 55.746399566938109 ], [ -3.156030549443675, 55.745854250680132 ], [ -3.15461833390107, 55.744964467139809 ], [ -3.151343688592737, 55.744658237184119 ], [ -3.149144603105923, 55.7432770564413 ], [ -3.148385799556944, 55.743203280932768 ], [ -3.146367453949543, 55.741460932712194 ], [ -3.143992776933786, 55.740054342250474 ], [ -3.144659610563388, 55.735901221315657 ], [ -3.145852743226069, 55.733953673256522 ], [ -3.151129412489065, 55.728184913544496 ], [ -3.151432604856254, 55.727395819177545 ], [ -3.151123450148275, 55.725547654390034 ], [ -3.150451707131442, 55.724632910126324 ], [ -3.148959311763412, 55.723963964821593 ], [ -3.147472447536328, 55.723753222715146 ], [ -3.145315657127659, 55.722412016082757 ], [ -3.144864107562669, 55.721126772575445 ], [ -3.14573158438538, 55.720305472598127 ], [ -3.139361479503347, 55.720504017660176 ], [ -3.137259954128032, 55.719952903127968 ], [ -3.1386471111778, 55.716197488681289 ], [ -3.134387007234985, 55.711460995815955 ], [ -3.128267011617341, 55.710349236833267 ], [ -3.126868219452489, 55.710411503608462 ], [ -3.120336254103217, 55.714910224945754 ], [ -3.110553922239079, 55.716558106305868 ], [ -3.10749655565669, 55.718207638087236 ], [ -3.102596443062907, 55.718593189193484 ], [ -3.097255705402821, 55.720015836624135 ], [ -3.092548338550591, 55.721728245453065 ], [ -3.091878301243197, 55.722134966001995 ], [ -3.09191892093801, 55.723590285081933 ], [ -3.096091440114522, 55.725053724867159 ], [ -3.100157896141912, 55.728112932968251 ], [ -3.102640030767124, 55.728894892527364 ], [ -3.10370804040793, 55.730628522168018 ], [ -3.103613839914162, 55.732651146831536 ], [ -3.102834964047368, 55.734113822494244 ], [ -3.103373892550545, 55.737128169213548 ], [ -3.101970795493543, 55.739333268222474 ], [ -3.099311168124253, 55.741041910986375 ], [ -3.095644236435222, 55.745181116880218 ], [ -3.08964692076789, 55.748905094700426 ], [ -3.085374140084559, 55.750798451505915 ], [ -3.083715558382927, 55.753324576659317 ], [ -3.080940040158611, 55.755514562615559 ], [ -3.079185438447679, 55.756024195878645 ], [ -3.077291053013909, 55.757244893221795 ], [ -3.077256101512071, 55.757999991344761 ], [ -3.075459552197676, 55.759017625281537 ], [ -3.074903754169309, 55.759956992256036 ], [ -3.06657711499496, 55.76316103385102 ], [ -3.06577272461136, 55.763761062579277 ], [ -3.060840282963406, 55.762887214475171 ], [ -3.061891671954229, 55.764922354630706 ], [ -3.06088139201113, 55.767334725117777 ], [ -3.059691044251852, 55.76810877028899 ], [ -3.057766754158019, 55.768857673791999 ], [ -3.055648562043518, 55.769217340042879 ], [ -3.054516703563003, 55.769802134631746 ], [ -3.054181993098341, 55.77039356136931 ], [ -3.049998453922262, 55.770716915898412 ], [ -3.043726182456502, 55.773407608917751 ], [ -3.04219259488656, 55.775078458632457 ], [ -3.040276241238384, 55.776150496856715 ], [ -3.03778949108334, 55.7765201598842 ], [ -3.025451992450578, 55.782605387385651 ], [ -3.021445098140235, 55.783339622518085 ], [ -3.018037225042153, 55.785281810746071 ], [ -3.013866572396605, 55.786971413807947 ], [ -3.013750335302612, 55.787285068142559 ], [ -3.001217787877177, 55.789837234541807 ], [ -2.990149968782618, 55.795431386705999 ], [ -2.982026416313887, 55.79891102392402 ], [ -2.977537591258285, 55.802027909843012 ], [ -2.976559528921818, 55.803104950874811 ], [ -2.977391727272101, 55.803655435573447 ], [ -2.976209606613697, 55.804676588531848 ], [ -2.973568174426106, 55.805912364759202 ], [ -2.969879723777941, 55.805920849605577 ], [ -2.967280527141191, 55.80797023620147 ], [ -2.967022315513747, 55.80855991440351 ], [ -2.968123699682542, 55.809927815005103 ], [ -2.968015293241343, 55.810381534091107 ], [ -2.967301767777467, 55.811463603504691 ], [ -2.965271274400341, 55.81265575213456 ], [ -2.959826530451677, 55.814399313015223 ], [ -2.952605860460776, 55.818197884527891 ], [ -2.951689415338668, 55.818966942390226 ], [ -2.949863959405949, 55.81878427595511 ], [ -2.948912778343059, 55.817867021986366 ], [ -2.949480694444869, 55.817202211415598 ], [ -2.948617599446793, 55.81583680198699 ], [ -2.94358903569536, 55.811614615266251 ], [ -2.940730864091963, 55.806177882929695 ], [ -2.939248471511808, 55.805241255849722 ], [ -2.941111121606696, 55.803092977201445 ], [ -2.941092892741901, 55.79453540423814 ], [ -2.935083455968612, 55.793288260782944 ], [ -2.92715269852857, 55.793186594935264 ], [ -2.926882391555566, 55.793825699123609 ], [ -2.924863856184957, 55.793853481886991 ], [ -2.924802690967021, 55.793426236511706 ], [ -2.923515307118574, 55.793616521655125 ], [ -2.923775007318671, 55.794278592083174 ], [ -2.923199936423483, 55.796532858002671 ], [ -2.91845582023912, 55.801663113656026 ], [ -2.915701974414423, 55.802867930187645 ], [ -2.91254232826435, 55.80357790647124 ], [ -2.906004392810652, 55.805764779320917 ], [ -2.904292549944057, 55.806936495073309 ], [ -2.902891534526955, 55.808788792288411 ], [ -2.901958737119084, 55.80915954597738 ], [ -2.898144216452975, 55.809457029930499 ], [ -2.896955692808715, 55.809811642385505 ], [ -2.892915795310168, 55.807936150687027 ], [ -2.886955192170525, 55.80584167744118 ], [ -2.883150364185305, 55.807543936692497 ], [ -2.878504529364717, 55.81024586752774 ], [ -2.877073987841283, 55.811554462228607 ], [ -2.874934661384639, 55.814560922514147 ], [ -2.875830684122122, 55.817011134096404 ], [ -2.875207461149373, 55.819035473714472 ], [ -2.870404982659018, 55.824099542921417 ], [ -2.868319368973963, 55.824268833885974 ], [ -2.86344826449456, 55.825872864340781 ], [ -2.859953652443054, 55.82534655075159 ], [ -2.855705895179058, 55.825263863741299 ], [ -2.852335042295322, 55.823674410401004 ], [ -2.847849088782581, 55.818502929586863 ], [ -2.84623823207162, 55.818918364261293 ], [ -2.844305275397351, 55.817359222873009 ], [ -2.843909859430151, 55.817892070137781 ], [ -2.843583239165236, 55.817548377050436 ], [ -2.84308740696153, 55.817866263172121 ], [ -2.840282059779552, 55.817656339850679 ], [ -2.837386079653039, 55.819540544143564 ], [ -2.835552059571957, 55.820348217938495 ], [ -2.832797107942562, 55.821009354221808 ], [ -2.831193757893698, 55.822911604862142 ], [ -2.828036174070184, 55.823791000771138 ], [ -2.827062813187237, 55.824556806951847 ], [ -2.824598117646127, 55.825377540179566 ], [ -2.818514950876608, 55.829861393198534 ], [ -2.812478031515322, 55.829739687449077 ], [ -2.807007028685115, 55.831735392109884 ], [ -2.802227086295294, 55.831575277045182 ], [ -2.794549158216379, 55.834367413552663 ], [ -2.793961414877522, 55.834905830646882 ], [ -2.78616547330401, 55.835867908683809 ], [ -2.777193037347185, 55.844303645646818 ], [ -2.774998312612293, 55.842354223875766 ], [ -2.774310062121476, 55.839865161465717 ], [ -2.774487606624941, 55.838354527336683 ], [ -2.77397545165329, 55.837490677579041 ], [ -2.771601642452585, 55.837757177887838 ], [ -2.769963189223922, 55.838472784588724 ], [ -2.76763141937608, 55.838851259941691 ], [ -2.764632525961653, 55.839004717014056 ], [ -2.761167785694791, 55.838608394365735 ], [ -2.758279419087343, 55.838698116121826 ], [ -2.758732962223349, 55.836570317979962 ], [ -2.756494933445096, 55.835609208331668 ], [ -2.756840420844802, 55.834079597385816 ], [ -2.75526047044765, 55.832054159329275 ], [ -2.751453252975607, 55.831246348010765 ], [ -2.748469498219103, 55.830082987482648 ], [ -2.744131234517728, 55.830289016880201 ], [ -2.742052944877723, 55.829295231070702 ], [ -2.741359973924383, 55.829371291938934 ], [ -2.741263124761005, 55.828895659826124 ], [ -2.74031101700669, 55.828775601920597 ], [ -2.739916763608421, 55.828189443579134 ], [ -2.738833173318702, 55.82955272394954 ], [ -2.735858473446035, 55.8301096705246 ], [ -2.73552215612281, 55.830475582922489 ], [ -2.735071821280787, 55.830298571350916 ], [ -2.734546317654844, 55.830791404404323 ], [ -2.734104811158661, 55.830659262565874 ], [ -2.731744553601148, 55.831639236746867 ], [ -2.730112659519293, 55.831878057643394 ], [ -2.729366616013848, 55.832533910640308 ], [ -2.727853974618343, 55.832749531140422 ], [ -2.725748234332894, 55.834123230802035 ], [ -2.723618091077597, 55.834620981799198 ], [ -2.705228928053725, 55.837014523811561 ], [ -2.701895315426387, 55.836319272014762 ], [ -2.696787532142344, 55.836402225516231 ], [ -2.696058365743304, 55.83669837196954 ], [ -2.69605768374017, 55.840234035943794 ], [ -2.694806271866817, 55.840798190865456 ], [ -2.691125049772724, 55.841668026815448 ], [ -2.686966402840987, 55.839471990875886 ], [ -2.683881743624382, 55.840671625863912 ], [ -2.672510101434918, 55.845625834013319 ], [ -2.669260090430215, 55.846551057429139 ], [ -2.665443697804712, 55.845650786391268 ], [ -2.660483828564855, 55.842290125065631 ], [ -2.651501062562108, 55.843227558577915 ], [ -2.649252475638469, 55.843890869029849 ], [ -2.64321249171073, 55.840777810103347 ], [ -2.644677058738889, 55.839058476809235 ], [ -2.647700814528251, 55.837492656543915 ], [ -2.647967329006089, 55.835757122832234 ], [ -2.647611165545548, 55.834981784919613 ], [ -2.648419107836793, 55.83364323576987 ], [ -2.642416675064031, 55.833674735549607 ], [ -2.633160481232125, 55.835865688153035 ], [ -2.631329300637538, 55.835677428892268 ], [ -2.627068182883478, 55.833807860729173 ], [ -2.626057795983183, 55.833026810236341 ], [ -2.622846752056158, 55.834894048283125 ], [ -2.60990496977702, 55.833777366683165 ], [ -2.605502600134137, 55.831984128249218 ], [ -2.6045615265755, 55.829980585966993 ], [ -2.604866788976111, 55.828563929685203 ], [ -2.60386076798927, 55.828541918423113 ], [ -2.594173153024846, 55.828674465544935 ], [ -2.592155943044039, 55.829340108130104 ], [ -2.584288257291106, 55.834283603724437 ], [ -2.58324586515814, 55.835573419699017 ], [ -2.582660411210142, 55.838595184281459 ], [ -2.581890760596769, 55.839982530994533 ], [ -2.58391491906814, 55.842394417726823 ], [ -2.583154525008184, 55.842802353839119 ], [ -2.581334241521137, 55.845488523496293 ], [ -2.573022404974875, 55.846071122603689 ], [ -2.568548837781109, 55.845395539056128 ], [ -2.564345298171677, 55.842404899575499 ], [ -2.554876502009459, 55.839092058540338 ], [ -2.548317066898282, 55.84271999456903 ], [ -2.547040452764192, 55.845057301586984 ], [ -2.543113732087788, 55.848053247631093 ], [ -2.543211697794228, 55.849351154553382 ], [ -2.544347412102777, 55.851188068483395 ], [ -2.543426694408367, 55.852167016741561 ], [ -2.54363016900292, 55.852440161514174 ], [ -2.542680842349029, 55.852516233579358 ], [ -2.54135570455941, 55.85428314041225 ], [ -2.54032427837743, 55.85477735971746 ], [ -2.540465847614486, 55.855769584462266 ], [ -2.539293161641541, 55.856448608636839 ], [ -2.539174272848569, 55.857091559743466 ], [ -2.538648255620821, 55.857174729369198 ], [ -2.538541444049891, 55.858114132950909 ], [ -2.537679827496628, 55.858189782026173 ], [ -2.536845449733895, 55.859197952362734 ], [ -2.535965180631909, 55.859313204879605 ], [ -2.535928220681569, 55.859993532563173 ], [ -2.535344770636735, 55.860085923130022 ], [ -2.534504900089181, 55.860934167492779 ], [ -2.535567063486026, 55.861727418481429 ], [ -2.537477433253861, 55.861926641464272 ], [ -2.538284250788522, 55.863196292176589 ], [ -2.536663105964696, 55.865552957672058 ], [ -2.5340498203832, 55.867121432449593 ], [ -2.533640367213343, 55.867791694228039 ], [ -2.533954652494134, 55.868453424827869 ], [ -2.533247734762291, 55.868757488604537 ], [ -2.532710190564435, 55.869761646070131 ], [ -2.533459808113779, 55.870239096442248 ], [ -2.533425361805945, 55.871223104504168 ], [ -2.534014971276895, 55.871683275017091 ], [ -2.535549085770298, 55.872260633045897 ], [ -2.538804014533933, 55.872462063373099 ], [ -2.540447408720015, 55.873420744939459 ], [ -2.541839110537242, 55.875809129665321 ], [ -2.54277531687744, 55.876469894299646 ], [ -2.545176493779166, 55.877308362858273 ], [ -2.547657263144998, 55.877548927450555 ], [ -2.548419784174725, 55.877217578648384 ], [ -2.550055370679757, 55.878158197038744 ], [ -2.546268670897518, 55.879963081263341 ], [ -2.548652428948925, 55.882378427717448 ], [ -2.552605276091197, 55.884382367161344 ], [ -2.554756111215654, 55.884992655775378 ], [ -2.557115146882703, 55.885624427121336 ], [ -2.560489639576794, 55.88571692528599 ], [ -2.566545429496549, 55.888793516505139 ], [ -2.570016003691353, 55.892146867975981 ], [ -2.566445735549644, 55.897311752590838 ], [ -2.56016521207772, 55.898149143090137 ], [ -2.554523707660638, 55.900079503104145 ], [ -2.5548232699089, 55.900338717682999 ], [ -2.554347881504193, 55.900646348757462 ], [ -2.555198072348948, 55.900826709178659 ], [ -2.555400568825153, 55.901567056461502 ], [ -2.557074692121791, 55.902323214870364 ], [ -2.55766228286419, 55.902033035061322 ], [ -2.558414509360615, 55.902627126133403 ], [ -2.557848261625144, 55.903290089345809 ], [ -2.558530989219477, 55.903498140558995 ], [ -2.557692912355535, 55.904166828444886 ], [ -2.558312521011175, 55.904433569149951 ], [ -2.558355935486682, 55.90522854255854 ], [ -2.560944277707154, 55.905589652113093 ], [ -2.562677328990472, 55.90652965803325 ], [ -2.557929791857326, 55.908410256300606 ], [ -2.553783738466166, 55.909986969428523 ], [ -2.554399191753367, 55.911526917857358 ], [ -2.535916751961655, 55.914591762922697 ], [ -2.533731819716743, 55.911016259152696 ], [ -2.528965480015993, 55.910484256107303 ], [ -2.522012397286653, 55.909107790485422 ], [ -2.515176984531136, 55.909329761243228 ], [ -2.504717290818939, 55.911933795846565 ], [ -2.501501270907939, 55.908793225816751 ], [ -2.499781752547959, 55.908175765508105 ], [ -2.499998742066157, 55.907635788005791 ], [ -2.498123329318497, 55.907328918101072 ], [ -2.496514412091779, 55.905969707148472 ], [ -2.495708548472349, 55.906116713954184 ], [ -2.49468035034406, 55.905761452515186 ], [ -2.494605106343875, 55.904876738224729 ], [ -2.493761275268348, 55.904552175500697 ], [ -2.494398154310343, 55.904324995684632 ], [ -2.493694793394451, 55.903725827509611 ], [ -2.493354022385388, 55.903969787193518 ], [ -2.493143658569516, 55.903777453878696 ], [ -2.493582333790464, 55.90305690025793 ], [ -2.492719119778334, 55.903091805845079 ], [ -2.493264313452372, 55.902572988095983 ], [ -2.492535395729677, 55.902477072509186 ], [ -2.492938304846977, 55.90208910708224 ], [ -2.492189819135897, 55.901710242077776 ], [ -2.492172148401361, 55.900946592400018 ], [ -2.491477804953015, 55.901052693620493 ], [ -2.490542554431753, 55.90044544808724 ], [ -2.491368614995316, 55.900006383354132 ], [ -2.489781937317773, 55.899734173810614 ], [ -2.489720543546799, 55.898669701870951 ], [ -2.488880675084509, 55.898646085736473 ], [ -2.488599254836684, 55.897250043724505 ], [ -2.487773490809638, 55.897073619977036 ], [ -2.488685762543441, 55.896499456974304 ], [ -2.487493989495829, 55.896463750751934 ], [ -2.487617513521549, 55.896112848387588 ], [ -2.488351076866385, 55.895952703367129 ], [ -2.48729933852168, 55.894968527237936 ], [ -2.487949042304809, 55.894498735661159 ], [ -2.486923757328555, 55.893707627824114 ], [ -2.487119284043545, 55.893360933388877 ], [ -2.486525559230825, 55.893192567708347 ], [ -2.486683877789023, 55.892428220608096 ], [ -2.484503508404178, 55.891960620701404 ], [ -2.485296135235622, 55.891413907999763 ], [ -2.484585139588403, 55.890172293011524 ], [ -2.48329775050997, 55.89014590796593 ], [ -2.482299632803327, 55.888950331714568 ], [ -2.48116599769741, 55.889071573614395 ], [ -2.480882054942628, 55.888735747518901 ], [ -2.480342772660251, 55.889083774419746 ], [ -2.479645392916917, 55.888929257613214 ], [ -2.479409384473923, 55.887941831869128 ], [ -2.476768225833002, 55.887678051086418 ], [ -2.477050415192235, 55.887223217157384 ], [ -2.475336001587721, 55.887566786903967 ], [ -2.473934823679339, 55.886723112528138 ], [ -2.47373110970431, 55.887060832783739 ], [ -2.473098229355934, 55.886946462975388 ], [ -2.47285702942594, 55.886174683674732 ], [ -2.471475390015272, 55.886274326810302 ], [ -2.471307469160103, 55.885610083189107 ], [ -2.46977202671837, 55.88554856697386 ], [ -2.466832349103699, 55.884369247042144 ], [ -2.467517663135713, 55.88486081799963 ], [ -2.46685658852624, 55.885056504298106 ], [ -2.467621691521855, 55.886864067862888 ], [ -2.467054931476201, 55.887594001398071 ], [ -2.467651189275048, 55.88798707495264 ], [ -2.466841093481787, 55.889090807236641 ], [ -2.461128724330302, 55.890716157044231 ], [ -2.45977051108915, 55.892136367340548 ], [ -2.448561354411137, 55.893453593545757 ], [ -2.445917006903756, 55.897802924925074 ], [ -2.435192760795012, 55.904049891083226 ], [ -2.433997543345412, 55.902719851289113 ], [ -2.422788289210501, 55.906444474175323 ], [ -2.425054626607579, 55.908769150181215 ], [ -2.421185880592632, 55.909715979684869 ], [ -2.42099997500417, 55.909978974713717 ], [ -2.420369798726359, 55.910873328794267 ], [ -2.417917737622174, 55.911788254057385 ], [ -2.4112654287732, 55.912931973441701 ], [ -2.407437476489475, 55.914331071153214 ], [ -2.406493438044739, 55.915845449908431 ], [ -2.406056392754811, 55.918266521229533 ], [ -2.403643633662476, 55.919499094851403 ], [ -2.400252942458649, 55.92056409136768 ], [ -2.399332336996779, 55.921909421147049 ], [ -2.398151639502238, 55.922552968132528 ], [ -2.397868678730203, 55.923203489081956 ], [ -2.398488853106537, 55.923603107016042 ], [ -2.398743339159648, 55.925010212068266 ], [ -2.397899875711329, 55.925154003341703 ], [ -2.397701922213779, 55.925513139147526 ], [ -2.397190778128528, 55.925449199675398 ], [ -2.396319178664708, 55.92660027429654 ], [ -2.396311710098498, 55.927749462453882 ], [ -2.39465875453724, 55.928558917130566 ], [ -2.392266487925335, 55.930809182823694 ], [ -2.392828747720976, 55.931805607822803 ], [ -2.391931584019267, 55.932195714127452 ], [ -2.391935664807772, 55.932758153034619 ], [ -2.390948528187027, 55.932799926111798 ], [ -2.390840799085691, 55.933227947134455 ], [ -2.389380734352426, 55.933036703231998 ], [ -2.3851349114748, 55.933736499463727 ], [ -2.384773452375576, 55.933442027959956 ], [ -2.381970000482466, 55.933687058227996 ], [ -2.380767589532583, 55.934140923345602 ], [ -2.379969702564033, 55.935206295509651 ], [ -2.380049045012083, 55.935952691293458 ], [ -2.378883708121933, 55.936442362645622 ], [ -2.378852643305978, 55.936867441318476 ], [ -2.376999771801248, 55.937113921962002 ], [ -2.376194484852481, 55.937763293436007 ], [ -2.37444765389811, 55.938056132721862 ], [ -2.372710372640258, 55.938845779830963 ], [ -2.372640513735168, 55.939739084068883 ], [ -2.371938527177516, 55.94048964323062 ], [ -2.37068304426788, 55.940617419702725 ], [ -2.366551844099609, 55.943235387488457 ], [ -2.365921356988629, 55.943947064044821 ], [ -2.366950515813687, 55.944421994445911 ], [ -2.366550584548463, 55.944796055845075 ], [ -2.366737709240117, 55.945959932161713 ], [ -2.366013018679809, 55.944668273268967 ], [ -2.363846418598073, 55.944289244765883 ], [ -2.363803367228585, 55.943796104966026 ], [ -2.361559928104073, 55.942723634627043 ] ] ] ] } }, +{ "type": "Feature", "properties": { "LAD13CD": "S12000027", "LAD13CDO": "00RD", "LAD13NM": "Shetland Islands", "LAD13NMW": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -1.650787016958092, 59.506925829921968 ], [ -1.651820878036586, 59.506885481052713 ], [ -1.65088974232144, 59.507413704672572 ], [ -1.65196785759504, 59.50753780215107 ], [ -1.650419484209569, 59.507788701454075 ], [ -1.650787016958092, 59.506925829921968 ] ] ], [ [ [ -1.647285665385246, 59.509636410586133 ], [ -1.647738897421565, 59.509205704778346 ], [ -1.647766900059824, 59.509570358154797 ], [ -1.647285665385246, 59.509636410586133 ] ] ], [ [ [ -1.653730998021378, 59.512535219243496 ], [ -1.655329401653459, 59.512421802443541 ], [ -1.655349963309152, 59.512658023908315 ], [ -1.654674724124933, 59.512686775712993 ], [ -1.653730998021378, 59.512535219243496 ] ] ], [ [ [ -1.642300849681377, 59.512561958499326 ], [ -1.642764164006787, 59.512524610653003 ], [ -1.642699090023278, 59.512830642616791 ], [ -1.642300849681377, 59.512561958499326 ] ] ], [ [ [ -1.631481980356095, 59.512105412316167 ], [ -1.632409380450345, 59.51179821801977 ], [ -1.633142648503622, 59.512120852293947 ], [ -1.631868347425895, 59.51296945408243 ], [ -1.631145707201868, 59.512805784375402 ], [ -1.632287128198102, 59.512641971922875 ], [ -1.631481980356095, 59.512105412316167 ] ] ], [ [ [ -1.632348340231238, 59.513674815843608 ], [ -1.632668084782354, 59.513518567668342 ], [ -1.633240333474692, 59.513865892655332 ], [ -1.632166634245022, 59.513810797719231 ], [ -1.632852496365888, 59.513783987764214 ], [ -1.632348340231238, 59.513674815843608 ] ] ], [ [ [ -1.625619387350379, 59.514995525732871 ], [ -1.626954419675742, 59.514909539108196 ], [ -1.625801338607702, 59.515319317179006 ], [ -1.625619387350379, 59.514995525732871 ] ] ], [ [ [ -1.652247281991792, 59.515927426317134 ], [ -1.652698914706041, 59.515138407673511 ], [ -1.653578399537168, 59.515530458569927 ], [ -1.653452971675508, 59.516044665906009 ], [ -1.652247281991792, 59.515927426317134 ] ] ], [ [ [ -1.652835381045991, 59.516303442308633 ], [ -1.652961991261472, 59.516191531181718 ], [ -1.653291317221044, 59.516300160589395 ], [ -1.652835381045991, 59.516303442308633 ] ] ], [ [ [ -1.655971168159717, 59.517245612486647 ], [ -1.655709626430534, 59.516725896024745 ], [ -1.65672050934783, 59.516715080704564 ], [ -1.65671149012243, 59.516907223493682 ], [ -1.657032646657381, 59.516603651958889 ], [ -1.657489052766805, 59.516728767115858 ], [ -1.656973031144843, 59.51708031997088 ], [ -1.657767665406553, 59.517310484793299 ], [ -1.656991293087469, 59.51754462033113 ], [ -1.655971168159717, 59.517245612486647 ] ] ], [ [ [ -1.658293135888235, 59.517422308006054 ], [ -1.657986086144963, 59.516855782752046 ], [ -1.659279869930478, 59.517354837502047 ], [ -1.658747772251623, 59.517724314948694 ], [ -1.658293135888235, 59.517422308006054 ] ] ], [ [ [ -1.656398970671737, 59.517751397204819 ], [ -1.656332993149966, 59.517462076447202 ], [ -1.65709476794895, 59.517796324050074 ], [ -1.657178979852556, 59.518205122655473 ], [ -1.656531287504042, 59.518120811625934 ], [ -1.656398970671737, 59.517751397204819 ] ] ], [ [ [ -1.656558313198862, 59.518765627695046 ], [ -1.656537213045853, 59.518407280815318 ], [ -1.657424796859838, 59.518710427283885 ], [ -1.656858152774924, 59.518997193070355 ], [ -1.656558313198862, 59.518765627695046 ] ] ], [ [ [ -1.627238926080904, 59.521959454633887 ], [ -1.627383577196238, 59.521663534709241 ], [ -1.628037079811657, 59.521701311813715 ], [ -1.627238926080904, 59.521959454633887 ] ] ], [ [ [ -1.656297506215299, 59.523560121416217 ], [ -1.658077180886244, 59.522875137179071 ], [ -1.658310520196722, 59.523920088885028 ], [ -1.657320495857927, 59.524118647785222 ], [ -1.656297506215299, 59.523560121416217 ] ] ], [ [ [ -1.645674241070166, 59.534438584984358 ], [ -1.646013399978584, 59.534129701716864 ], [ -1.647845561029038, 59.534758731339636 ], [ -1.647284709819178, 59.535134370368716 ], [ -1.646413214806611, 59.534781811451474 ], [ -1.645674241070166, 59.534438584984358 ] ] ], [ [ [ -1.646090078304562, 59.53862425779888 ], [ -1.644530669852875, 59.538103701391584 ], [ -1.64592718967123, 59.537294819626766 ], [ -1.646604625612773, 59.537610939233431 ], [ -1.646414801308287, 59.538346763618698 ], [ -1.647341522105582, 59.538160687996026 ], [ -1.647603561087114, 59.538466703548771 ], [ -1.646090078304562, 59.53862425779888 ] ] ], [ [ [ -1.6368357830872, 59.54497901344206 ], [ -1.636724886541927, 59.544601558097831 ], [ -1.639010575993059, 59.545029923132354 ], [ -1.638901872598544, 59.545272075685808 ], [ -1.637849549276401, 59.545273660565883 ], [ -1.6368357830872, 59.54497901344206 ] ] ], [ [ [ -1.60216719102761, 59.548375913374365 ], [ -1.602746662185772, 59.547982564094212 ], [ -1.603281673750917, 59.548361333824715 ], [ -1.603628148438069, 59.548227686805426 ], [ -1.603331042062832, 59.548675773615983 ], [ -1.60216719102761, 59.548375913374365 ] ] ], [ [ [ -1.630256215459138, 59.553100712936484 ], [ -1.629966407476669, 59.552911320979355 ], [ -1.630951696665583, 59.55259083077906 ], [ -1.631098374706158, 59.552927982716135 ], [ -1.631541146157301, 59.552879840319946 ], [ -1.630256215459138, 59.553100712936484 ] ] ], [ [ [ -1.606921617917879, 59.553234823671566 ], [ -1.608242305215112, 59.552233051548939 ], [ -1.607609210494157, 59.551912376957702 ], [ -1.606508376100313, 59.552263773912777 ], [ -1.605777170465408, 59.552014633443505 ], [ -1.606842418000489, 59.551681095263909 ], [ -1.607059697762123, 59.551250720754915 ], [ -1.607943490582078, 59.551307246934769 ], [ -1.608124543715802, 59.550948599980472 ], [ -1.606621621395424, 59.550894707211377 ], [ -1.606707076023189, 59.550392099582169 ], [ -1.605625877281679, 59.549823126872155 ], [ -1.603036014662416, 59.549698568215277 ], [ -1.604829204792454, 59.5476162044624 ], [ -1.606211942737962, 59.547346486887321 ], [ -1.609191101190328, 59.547440716055057 ], [ -1.608479280115618, 59.547052462469757 ], [ -1.609161185101052, 59.546969191429589 ], [ -1.609352499159924, 59.546484857113747 ], [ -1.610148467252794, 59.546478248694122 ], [ -1.610367328861668, 59.545904197649293 ], [ -1.608750608356793, 59.545005896252071 ], [ -1.610393006929733, 59.54444506895392 ], [ -1.609919769752042, 59.544075491798537 ], [ -1.610705293868259, 59.543435778364618 ], [ -1.611810148608335, 59.543474976258388 ], [ -1.61148397039444, 59.543388701805185 ], [ -1.612255527861544, 59.542421177658944 ], [ -1.611736437992551, 59.542195146829634 ], [ -1.612940382459646, 59.540528480743902 ], [ -1.611001949592627, 59.539943545507967 ], [ -1.610174067529083, 59.540430479423549 ], [ -1.610923878396168, 59.539813107523649 ], [ -1.610068097056071, 59.539653417276092 ], [ -1.608084241938363, 59.539943827239817 ], [ -1.607344261582268, 59.540471415123264 ], [ -1.606822098738139, 59.540514747361328 ], [ -1.606921966402515, 59.540290553815304 ], [ -1.604989152420082, 59.540747195187066 ], [ -1.605239808534041, 59.540483048781283 ], [ -1.604379771231374, 59.539932690101061 ], [ -1.605357627569164, 59.53872337600535 ], [ -1.606718544864551, 59.538018070539621 ], [ -1.605098624386469, 59.537434003211892 ], [ -1.603762119773288, 59.537564662606705 ], [ -1.604153106715022, 59.538149527814369 ], [ -1.603555466412692, 59.537846898957831 ], [ -1.603306134982499, 59.537998799531799 ], [ -1.60269000027426, 59.538517756636082 ], [ -1.602517709500364, 59.539635211003564 ], [ -1.600960167611756, 59.540505999115268 ], [ -1.59886934081251, 59.540858801829621 ], [ -1.598141750519476, 59.540331256917185 ], [ -1.598314647923957, 59.539918719392681 ], [ -1.597239822225403, 59.539596637905724 ], [ -1.597664339689218, 59.53884364463778 ], [ -1.599442374565301, 59.538018468743935 ], [ -1.598996561994059, 59.537590566882052 ], [ -1.600355228976466, 59.537082874676656 ], [ -1.600797782826624, 59.537039325671799 ], [ -1.600759024896212, 59.53732655919363 ], [ -1.601158598102836, 59.537179610935191 ], [ -1.600931821748581, 59.536918507680213 ], [ -1.60022363158137, 59.536997165514165 ], [ -1.60040158493674, 59.536153612979604 ], [ -1.599791503313138, 59.536160729832879 ], [ -1.599877606388171, 59.535608738800953 ], [ -1.600866971311634, 59.534924807508432 ], [ -1.599648555047957, 59.534795372071493 ], [ -1.599308699530506, 59.534381264469765 ], [ -1.599675492161272, 59.53401421669308 ], [ -1.59896576865929, 59.533482240281465 ], [ -1.600552156038669, 59.532391559720274 ], [ -1.602137244445657, 59.532903740630182 ], [ -1.602259686652039, 59.533766167993342 ], [ -1.603151484123565, 59.533854181008238 ], [ -1.60315558878644, 59.535762388524631 ], [ -1.604459204146001, 59.536924718488265 ], [ -1.605217959332853, 59.537057214018979 ], [ -1.606483871737289, 59.536912858106767 ], [ -1.60760193704976, 59.535034957705257 ], [ -1.60823872489162, 59.53500992489986 ], [ -1.607875747221492, 59.535817015041118 ], [ -1.608819926773758, 59.535968004253043 ], [ -1.6105007758211, 59.534334211880918 ], [ -1.612646777847324, 59.53452017148684 ], [ -1.613411576850711, 59.534895090362333 ], [ -1.614239715560978, 59.533595470475333 ], [ -1.615960297474803, 59.533098559998066 ], [ -1.616000870387529, 59.532639814381483 ], [ -1.614057427003673, 59.53190943644536 ], [ -1.613571783055055, 59.531245299458853 ], [ -1.610162422818442, 59.530714369508111 ], [ -1.610415500252562, 59.530230216491681 ], [ -1.611497794380068, 59.529887711713492 ], [ -1.611120835183742, 59.529617200494705 ], [ -1.609889689107305, 59.529838032254453 ], [ -1.60912358939501, 59.529588804766028 ], [ -1.608541544130729, 59.530238097661652 ], [ -1.607787671406986, 59.529697057172946 ], [ -1.608763964305903, 59.528586489089193 ], [ -1.609069978790136, 59.528874754915364 ], [ -1.609426833053625, 59.528588467877533 ], [ -1.610425607233294, 59.528586953192445 ], [ -1.61268284811337, 59.529060595798775 ], [ -1.610994976691491, 59.528265374976918 ], [ -1.611503913975232, 59.527817898557771 ], [ -1.611162639653699, 59.527520553953408 ], [ -1.61382393945669, 59.526352082661205 ], [ -1.614004350817131, 59.525877585940769 ], [ -1.61324761023742, 59.525433549364109 ], [ -1.610800136098989, 59.525997409621787 ], [ -1.610321420822791, 59.525358423579597 ], [ -1.609534061763445, 59.525427916033912 ], [ -1.610021955118027, 59.52450445562841 ], [ -1.60899559543144, 59.524609151780638 ], [ -1.609511784771835, 59.524296400862085 ], [ -1.60856267907537, 59.523835599515493 ], [ -1.608834700294208, 59.523239258804288 ], [ -1.611173362529262, 59.52274784831404 ], [ -1.610988876890024, 59.523420781845424 ], [ -1.611740632353025, 59.523369134648377 ], [ -1.613997888928609, 59.524586278973985 ], [ -1.61474316236445, 59.524329857090436 ], [ -1.614286954156742, 59.525121425898341 ], [ -1.614822403620766, 59.525751584470527 ], [ -1.617321578515008, 59.525141105542595 ], [ -1.618441519469091, 59.524417912233396 ], [ -1.621224053742105, 59.526107897269931 ], [ -1.621745906447853, 59.525912749367414 ], [ -1.620778258356829, 59.525510351925647 ], [ -1.620787103103373, 59.525037144948364 ], [ -1.621772316852034, 59.524816398795863 ], [ -1.621615918638478, 59.525524448846816 ], [ -1.622291265024875, 59.525986161540793 ], [ -1.623389780753995, 59.525592420926039 ], [ -1.624828335497346, 59.526727998010088 ], [ -1.625695151304213, 59.526825663876693 ], [ -1.626144112481418, 59.526667107044673 ], [ -1.62592013854733, 59.525822371686672 ], [ -1.627754154704346, 59.525084973544914 ], [ -1.627111883161469, 59.52450395269301 ], [ -1.626326832401, 59.524689391365001 ], [ -1.625279684759585, 59.524122470946629 ], [ -1.62582569609475, 59.524294647506629 ], [ -1.627216693321539, 59.523975344212992 ], [ -1.626522137551272, 59.523650094183822 ], [ -1.62849406663881, 59.523538967166303 ], [ -1.62659084146277, 59.523030687700548 ], [ -1.627426896417112, 59.522543673150636 ], [ -1.626526744992522, 59.522433351771348 ], [ -1.628496280076413, 59.5217295547532 ], [ -1.627767500205223, 59.521305436827959 ], [ -1.626240298829428, 59.521166390003877 ], [ -1.626088048926705, 59.520550842498295 ], [ -1.624663619588262, 59.51991369447088 ], [ -1.627200050671305, 59.518273156792304 ], [ -1.628296648773682, 59.518186477143111 ], [ -1.627641548770094, 59.517497664595922 ], [ -1.629973693251894, 59.517540195612625 ], [ -1.630951293769757, 59.517829408957873 ], [ -1.631466990344002, 59.517533631817102 ], [ -1.631171867572907, 59.517048792161233 ], [ -1.627581252042328, 59.516554618971561 ], [ -1.628153415546432, 59.515945621996302 ], [ -1.626792682850156, 59.515955219732334 ], [ -1.627304986362428, 59.51516646062619 ], [ -1.629057618210744, 59.514866126550039 ], [ -1.62878832732993, 59.514447804601033 ], [ -1.62995399950637, 59.514496003426238 ], [ -1.630197689302286, 59.514025254811372 ], [ -1.630282155597513, 59.514380193744458 ], [ -1.631490419498637, 59.514411437620609 ], [ -1.63112091206655, 59.514106881259771 ], [ -1.631681696858066, 59.513883966270484 ], [ -1.633752178802459, 59.514244475272044 ], [ -1.633435216381431, 59.513491982675433 ], [ -1.633999594816672, 59.513424417607744 ], [ -1.633874833605945, 59.513034347356452 ], [ -1.634589870705124, 59.513085733784393 ], [ -1.634253918643582, 59.512944711450963 ], [ -1.634740190425081, 59.512255525837944 ], [ -1.635830429470876, 59.512411219025019 ], [ -1.636050501415391, 59.512155907983065 ], [ -1.636818288061042, 59.512394207818716 ], [ -1.637658300329829, 59.511499457904698 ], [ -1.6376418747503, 59.512207915170102 ], [ -1.638847707411853, 59.511632951037569 ], [ -1.639720182171914, 59.511830215738506 ], [ -1.639740069935869, 59.512119418567131 ], [ -1.640111289135941, 59.51193635463062 ], [ -1.640702944497058, 59.51212475867397 ], [ -1.640334619777724, 59.513032498329693 ], [ -1.640978735559968, 59.51310790029089 ], [ -1.641793287737048, 59.512606367447127 ], [ -1.641470268616055, 59.513576194429994 ], [ -1.642486716264757, 59.514033349498803 ], [ -1.642183919940126, 59.514595552612874 ], [ -1.64323837599231, 59.514971089858108 ], [ -1.644736169583897, 59.515029939228761 ], [ -1.64714546419429, 59.514268686367039 ], [ -1.646388895790381, 59.513960435676537 ], [ -1.647988858660162, 59.513536413347865 ], [ -1.647582836023568, 59.513331480721035 ], [ -1.64847160798829, 59.512989945783119 ], [ -1.647888382258469, 59.51283482474922 ], [ -1.648329190469758, 59.512582780651691 ], [ -1.647995550972943, 59.512384329501316 ], [ -1.65016113145103, 59.511587344700033 ], [ -1.650602865043066, 59.512952548264415 ], [ -1.650725291840666, 59.512047716271169 ], [ -1.651688963231213, 59.513004830955147 ], [ -1.652506218144521, 59.513084228536812 ], [ -1.651701921843908, 59.512261342290564 ], [ -1.654716899722206, 59.513228365650853 ], [ -1.654049248864547, 59.51320505173021 ], [ -1.654900832377621, 59.513557509302899 ], [ -1.654220633375419, 59.51441507618398 ], [ -1.65348159271973, 59.514631330027434 ], [ -1.652513348439863, 59.514453658747676 ], [ -1.65191721675573, 59.515033064686492 ], [ -1.65161859339, 59.514690142123548 ], [ -1.651394312167404, 59.514849384595188 ], [ -1.652386346677002, 59.516322904300431 ], [ -1.652181177495808, 59.516856654088308 ], [ -1.652573932033798, 59.51681190018374 ], [ -1.651325044782004, 59.517282710635229 ], [ -1.653317075125979, 59.516717786798587 ], [ -1.654069689308499, 59.516906556072904 ], [ -1.65419012591021, 59.516534214959499 ], [ -1.654755226563111, 59.516569829301005 ], [ -1.654770611329271, 59.516966774418705 ], [ -1.655217217645946, 59.516839540952269 ], [ -1.656052504762889, 59.518282986033398 ], [ -1.655950177613101, 59.518787378467962 ], [ -1.655258142920866, 59.518891519131088 ], [ -1.656296736683635, 59.519290255945727 ], [ -1.656919524752494, 59.520263496675248 ], [ -1.656441875252854, 59.520659148582638 ], [ -1.657058078797183, 59.520542231416741 ], [ -1.657435459974037, 59.520797345745628 ], [ -1.658185783142494, 59.522622192293532 ], [ -1.655819949934807, 59.523420579224947 ], [ -1.654627416519223, 59.522681101289457 ], [ -1.654196563392975, 59.522815558154292 ], [ -1.653987313204296, 59.522020298973665 ], [ -1.651799154780019, 59.521864536955007 ], [ -1.650720852937823, 59.521030141499445 ], [ -1.650067644298329, 59.520962845361268 ], [ -1.649696668045772, 59.521118100839054 ], [ -1.650381530831662, 59.521713491855238 ], [ -1.648888634973308, 59.521493983551359 ], [ -1.648195527303254, 59.522373035360609 ], [ -1.64963067166518, 59.523052159400081 ], [ -1.649210394637912, 59.523868190007597 ], [ -1.648635345206055, 59.524098325387847 ], [ -1.647086267040283, 59.523833747326243 ], [ -1.649275942017884, 59.524705276714734 ], [ -1.647842467619461, 59.525386583144673 ], [ -1.646583411553295, 59.525271842472371 ], [ -1.645090723764005, 59.524683224670724 ], [ -1.645320885667882, 59.525151692430043 ], [ -1.644413961123007, 59.525001067228452 ], [ -1.643756947476089, 59.525456349955064 ], [ -1.643844284760502, 59.526058229681119 ], [ -1.644680677584926, 59.526363118800532 ], [ -1.64399778263776, 59.526420530308492 ], [ -1.644400255024848, 59.526807752330853 ], [ -1.644781888402344, 59.526824053639452 ], [ -1.644487383986184, 59.526590679383361 ], [ -1.645107144360979, 59.526654320612394 ], [ -1.645469254523828, 59.52684656974597 ], [ -1.645047687281031, 59.526929837227208 ], [ -1.645985373695991, 59.527017682943267 ], [ -1.645560841990557, 59.527214986645845 ], [ -1.646127926479013, 59.527752610180968 ], [ -1.646715146877999, 59.52754945783385 ], [ -1.647419384132696, 59.52798956658733 ], [ -1.647913525352222, 59.527727790001606 ], [ -1.648463986033875, 59.527998660666071 ], [ -1.647862430716643, 59.528220639726648 ], [ -1.649184145669682, 59.528440598521243 ], [ -1.648340727512235, 59.528802015385878 ], [ -1.646677909150902, 59.528406023543987 ], [ -1.648989495405413, 59.529311110454792 ], [ -1.648726925680009, 59.529912048076632 ], [ -1.647997901752668, 59.530148951320541 ], [ -1.650068962200724, 59.530907900429121 ], [ -1.650170148427417, 59.531379606228192 ], [ -1.649847291128603, 59.531827729568413 ], [ -1.647887949527972, 59.531709331888081 ], [ -1.646331318719746, 59.531964651533563 ], [ -1.646265157880007, 59.532373948253372 ], [ -1.647942375131701, 59.532763697664826 ], [ -1.649091867888837, 59.533922472639695 ], [ -1.647633669010381, 59.532867930215033 ], [ -1.646885890461267, 59.533200859848996 ], [ -1.646531151511012, 59.532972715961463 ], [ -1.645387984525663, 59.533075586429078 ], [ -1.645055434392938, 59.533597305450279 ], [ -1.643553602990192, 59.533507919315845 ], [ -1.643223836446437, 59.533762943515782 ], [ -1.645580803368535, 59.534918747220281 ], [ -1.645849099885987, 59.535467235870478 ], [ -1.644860440438848, 59.536169466809781 ], [ -1.645255659678196, 59.536417480099871 ], [ -1.643959764816574, 59.536240059891895 ], [ -1.645506517337262, 59.536943472788138 ], [ -1.644251358413952, 59.537761713836225 ], [ -1.643350177211693, 59.537705384779187 ], [ -1.643255132565104, 59.538333706139852 ], [ -1.642077969504865, 59.538456210732065 ], [ -1.644399100675687, 59.538844170823523 ], [ -1.645963194323151, 59.539764338604527 ], [ -1.645976030008447, 59.540226828520446 ], [ -1.647123621265659, 59.540400539659103 ], [ -1.647526295649062, 59.540787751424865 ], [ -1.645474412276343, 59.540845071984734 ], [ -1.642844668014465, 59.539526889774464 ], [ -1.642732780860232, 59.540074347251391 ], [ -1.644442134927073, 59.541475343725423 ], [ -1.64314987710767, 59.541602035480125 ], [ -1.64229598938579, 59.541245007826753 ], [ -1.644737473085172, 59.542818611805309 ], [ -1.64431787955371, 59.543199110830827 ], [ -1.643710331519072, 59.542955007608604 ], [ -1.643425632188713, 59.543120357580776 ], [ -1.643650126186937, 59.543632811919501 ], [ -1.64257608330092, 59.544020503123207 ], [ -1.642400805597485, 59.544706972478224 ], [ -1.640996374807009, 59.544559455762311 ], [ -1.640826640194717, 59.543890002113294 ], [ -1.638161040327931, 59.542612036911159 ], [ -1.637188811564146, 59.542573428840988 ], [ -1.63719646380373, 59.54350734019426 ], [ -1.638047323159299, 59.544147253523114 ], [ -1.636463382152719, 59.544250623888402 ], [ -1.636217915543743, 59.544874032384989 ], [ -1.637767413057809, 59.545511395773318 ], [ -1.638078388716355, 59.54619920302472 ], [ -1.63903092551945, 59.546435303585021 ], [ -1.638758960931872, 59.547058643564725 ], [ -1.639804987081849, 59.546823561592582 ], [ -1.639103314702214, 59.547108981057114 ], [ -1.638924925529552, 59.548078297740204 ], [ -1.637740971770321, 59.547976252422018 ], [ -1.637347215781758, 59.547584545769489 ], [ -1.637439140676727, 59.54808317391246 ], [ -1.63879751615872, 59.548414685456628 ], [ -1.639746162878172, 59.548192804958873 ], [ -1.640512146398268, 59.54851368860006 ], [ -1.639421279574619, 59.54880253106181 ], [ -1.639778453763867, 59.549310866895993 ], [ -1.639026450588982, 59.549335736137664 ], [ -1.639526755723065, 59.549691811964728 ], [ -1.638547448410154, 59.550295243676665 ], [ -1.640065824169679, 59.551390457662478 ], [ -1.639907810227802, 59.552108399439028 ], [ -1.639056487866801, 59.552317079782433 ], [ -1.638511638432925, 59.551987818566808 ], [ -1.638180979068358, 59.552305685168065 ], [ -1.636171208979308, 59.551671540386891 ], [ -1.636554695146923, 59.551377172591067 ], [ -1.636095820228857, 59.551280713971785 ], [ -1.634719234196067, 59.551806685545621 ], [ -1.632304676139832, 59.551804421073221 ], [ -1.631620156246149, 59.551313104269752 ], [ -1.62946334826818, 59.551199265500941 ], [ -1.627867682165616, 59.551531481748675 ], [ -1.626404400904987, 59.551087311534921 ], [ -1.625535830703566, 59.551250956374055 ], [ -1.625450626224539, 59.550958872306296 ], [ -1.623504350267996, 59.55179738610336 ], [ -1.6206403474707, 59.551649938780017 ], [ -1.619974295747054, 59.551890460583998 ], [ -1.620091492611202, 59.550907522243115 ], [ -1.618871056598822, 59.550899487562496 ], [ -1.61906790646779, 59.550698016588342 ], [ -1.618073150541167, 59.550286543423319 ], [ -1.616806813673431, 59.551207755881002 ], [ -1.616933943448085, 59.550916287027611 ], [ -1.615768565360584, 59.550733279999562 ], [ -1.614741425220038, 59.550838020007156 ], [ -1.61400233585098, 59.55127585039731 ], [ -1.612650719123996, 59.55113716532442 ], [ -1.611787363246854, 59.551610534634108 ], [ -1.611957901506491, 59.552163292255699 ], [ -1.611244246565658, 59.552690979572965 ], [ -1.610347473452324, 59.552989135828163 ], [ -1.6092349714297, 59.552819697593613 ], [ -1.609319260723015, 59.553179137509787 ], [ -1.608182919341123, 59.553539422348422 ], [ -1.606921617917879, 59.553234823671566 ] ] ], [ [ [ -1.631278540200461, 59.554248505995929 ], [ -1.630631674101334, 59.553546267245949 ], [ -1.631771283500266, 59.553675190932552 ], [ -1.632474569816232, 59.554072272468417 ], [ -1.632170466060209, 59.554381218717808 ], [ -1.631278540200461, 59.554248505995929 ] ] ], [ [ [ -1.315472967270659, 59.851599440703829 ], [ -1.315019212784812, 59.850663212302891 ], [ -1.314019609513937, 59.851102497425451 ], [ -1.314132294781921, 59.849962685002808 ], [ -1.314833998313197, 59.849687971198136 ], [ -1.315268081884864, 59.849842879961443 ], [ -1.316370750533167, 59.84916167329262 ], [ -1.317314991440604, 59.849242895763552 ], [ -1.317868642131295, 59.848787808198843 ], [ -1.317908204904222, 59.849034949828763 ], [ -1.319254115551723, 59.848673751330281 ], [ -1.319316424552239, 59.849118559437436 ], [ -1.319735606657721, 59.849129704170103 ], [ -1.319108333485187, 59.850132169532245 ], [ -1.317311239784354, 59.850297969771589 ], [ -1.317246212585532, 59.850858852638005 ], [ -1.316567963062354, 59.850859825644584 ], [ -1.316423348956509, 59.851384377148719 ], [ -1.316846697269233, 59.851193513461531 ], [ -1.316606781335685, 59.851578388406054 ], [ -1.317301053880747, 59.851667293343603 ], [ -1.316114794323939, 59.852069708866061 ], [ -1.315472967270659, 59.851599440703829 ] ] ], [ [ [ -1.316216904479609, 59.852312685817772 ], [ -1.316896103254018, 59.852266821861299 ], [ -1.315670806137555, 59.852830662316734 ], [ -1.316216904479609, 59.852312685817772 ] ] ], [ [ [ -1.275491712762913, 59.851619102327803 ], [ -1.276375699198184, 59.851597022155318 ], [ -1.276300375204952, 59.852189259019596 ], [ -1.274932108435442, 59.852729488534997 ], [ -1.274631833091821, 59.852584162708858 ], [ -1.275245852481197, 59.85225529846241 ], [ -1.274554025697642, 59.852058430258886 ], [ -1.275672567286324, 59.851920911923322 ], [ -1.275491712762913, 59.851619102327803 ] ] ], [ [ [ -1.277703322132612, 59.853341851234539 ], [ -1.278445947841137, 59.852843065712875 ], [ -1.278925394264237, 59.852957935109558 ], [ -1.277703322132612, 59.853341851234539 ] ] ], [ [ [ -1.277136509418257, 59.855198407453123 ], [ -1.277462567769186, 59.85497929908194 ], [ -1.277355552919833, 59.855304669799899 ], [ -1.277136509418257, 59.855198407453123 ] ] ], [ [ [ -1.276315663835097, 59.855514471193487 ], [ -1.276654918569534, 59.85534572276552 ], [ -1.277428929536591, 59.855543030292871 ], [ -1.276718223877177, 59.855554395863507 ], [ -1.276315663835097, 59.855514471193487 ] ] ], [ [ [ -1.31022717795817, 59.856694895660425 ], [ -1.312422226025476, 59.854995771177904 ], [ -1.311555699662846, 59.85589817736787 ], [ -1.31022717795817, 59.856694895660425 ] ] ], [ [ [ -1.277928507098235, 59.856872946309672 ], [ -1.277355991837971, 59.856272667545703 ], [ -1.277859947306464, 59.856411919798866 ], [ -1.277928507098235, 59.856872946309672 ] ] ], [ [ [ -1.27857084411395, 59.858289845382025 ], [ -1.278948432527546, 59.858247912508965 ], [ -1.278890009207548, 59.858390367519021 ], [ -1.27857084411395, 59.858289845382025 ] ] ], [ [ [ -1.312323042834481, 59.858506243472263 ], [ -1.3127133038123, 59.858193996789318 ], [ -1.313134215458278, 59.858559861837414 ], [ -1.312741177515196, 59.859006787925559 ], [ -1.312323042834481, 59.858506243472263 ] ] ], [ [ [ -1.312177930447558, 59.859915269224345 ], [ -1.312388646002412, 59.859220456965616 ], [ -1.312834728761717, 59.859231763595048 ], [ -1.313030853011935, 59.859677271979841 ], [ -1.312177930447558, 59.859915269224345 ] ] ], [ [ [ -1.270169062884227, 59.861086500253968 ], [ -1.270068870535627, 59.860851579043171 ], [ -1.270372164514956, 59.860943054316536 ], [ -1.270169062884227, 59.861086500253968 ] ] ], [ [ [ -1.271023791763623, 59.861434250402766 ], [ -1.270870943108758, 59.8610760187129 ], [ -1.271148347433521, 59.861126940953653 ], [ -1.271023791763623, 59.861434250402766 ] ] ], [ [ [ -1.310253327404235, 59.863196198888502 ], [ -1.311234038733197, 59.861531140191474 ], [ -1.311264032913203, 59.862671694439591 ], [ -1.310253327404235, 59.863196198888502 ] ] ], [ [ [ -1.28659330023987, 59.864644341875334 ], [ -1.28621316696372, 59.864301959257745 ], [ -1.286608432749301, 59.864437894659474 ], [ -1.28659330023987, 59.864644341875334 ] ] ], [ [ [ -1.333905602559085, 59.867479867768921 ], [ -1.334540180015393, 59.867447155650837 ], [ -1.334418293059713, 59.86773837319825 ], [ -1.333905602559085, 59.867479867768921 ] ] ], [ [ [ -1.320047309373364, 59.869203197482207 ], [ -1.320059216642743, 59.868794692112324 ], [ -1.320699831661604, 59.868905749525453 ], [ -1.320047309373364, 59.869203197482207 ] ] ], [ [ [ -1.321308946999226, 59.87073890736059 ], [ -1.322723413500965, 59.869682114551381 ], [ -1.323190356472896, 59.869728512796208 ], [ -1.323083333223804, 59.869458578549697 ], [ -1.323872088432619, 59.87001486578086 ], [ -1.324909041267091, 59.869957325063993 ], [ -1.324146693200714, 59.871444012233496 ], [ -1.323091634802934, 59.87151133154309 ], [ -1.321308946999226, 59.87073890736059 ] ] ], [ [ [ -1.329352627987227, 59.871888150859725 ], [ -1.328268928333014, 59.871604268273138 ], [ -1.328684442657069, 59.871368429154309 ], [ -1.328056006868473, 59.871181147375516 ], [ -1.328403219401432, 59.870258030651748 ], [ -1.329014505291569, 59.870054616149872 ], [ -1.328899455065865, 59.869560158909017 ], [ -1.329803004930788, 59.869474961937833 ], [ -1.329559339935756, 59.869159440787534 ], [ -1.330381168654693, 59.869585654514736 ], [ -1.330696990894105, 59.869421138394323 ], [ -1.329615437118159, 59.86903401340922 ], [ -1.32971103854555, 59.86872021781609 ], [ -1.330333828698584, 59.868831137619928 ], [ -1.330038950362443, 59.867954139458341 ], [ -1.330473163780951, 59.867673492409175 ], [ -1.331158610954416, 59.867775747208405 ], [ -1.330991969409433, 59.868515708590877 ], [ -1.331999253120447, 59.867708175017171 ], [ -1.332948313036418, 59.868022774174975 ], [ -1.334041267119567, 59.867839732553641 ], [ -1.334537722343187, 59.86801734013715 ], [ -1.33412224845006, 59.868702171663372 ], [ -1.33492579487064, 59.868257255267217 ], [ -1.335434207766274, 59.868731242499301 ], [ -1.334484324310422, 59.870243980752811 ], [ -1.333989496353159, 59.870430050129713 ], [ -1.332916080737426, 59.870078911572357 ], [ -1.33342368433227, 59.870593309981039 ], [ -1.332882674813541, 59.870855467198368 ], [ -1.331991353863241, 59.870774627035537 ], [ -1.331762574698933, 59.871496315141762 ], [ -1.332397140788554, 59.871468102782849 ], [ -1.332495920707098, 59.871886148693633 ], [ -1.331915999695564, 59.871860761703601 ], [ -1.331495998300566, 59.872321075066097 ], [ -1.329834038433528, 59.872815485680583 ], [ -1.329352627987227, 59.871888150859725 ] ] ], [ [ [ -1.331872698325565, 59.874020105711431 ], [ -1.331771696016239, 59.873445805359545 ], [ -1.332235721458553, 59.873730112535462 ], [ -1.331872698325565, 59.874020105711431 ] ] ], [ [ [ -1.271297588045662, 59.874879030954794 ], [ -1.271057798496806, 59.874409871522673 ], [ -1.27190330059248, 59.874787195395122 ], [ -1.271974698274053, 59.875116240513002 ], [ -1.271297588045662, 59.874879030954794 ] ] ], [ [ [ -1.267338600027576, 59.875410222408718 ], [ -1.268840067614084, 59.874789992957183 ], [ -1.268409068683924, 59.875465555936259 ], [ -1.26747328025315, 59.875783621553211 ], [ -1.267338600027576, 59.875410222408718 ] ] ], [ [ [ -1.352832517960888, 59.885946124771912 ], [ -1.352934405444302, 59.885300105332391 ], [ -1.353108867914264, 59.885516468006593 ], [ -1.352832517960888, 59.885946124771912 ] ] ], [ [ [ -1.272031739835235, 59.886073366281487 ], [ -1.271605375582407, 59.885852080818971 ], [ -1.271368754991629, 59.885996969593435 ], [ -1.27151411097968, 59.885804713348122 ], [ -1.271714648497212, 59.88578516846313 ], [ -1.272031739835235, 59.886073366281487 ] ] ], [ [ [ -1.271400137941437, 59.886522444571028 ], [ -1.271675380375694, 59.886436864186535 ], [ -1.271836636848645, 59.88682477194866 ], [ -1.271400137941437, 59.886522444571028 ] ] ], [ [ [ -1.378829637507674, 59.887817670120995 ], [ -1.379015081828749, 59.887454877452669 ], [ -1.379832741488961, 59.887683211349803 ], [ -1.379655552961165, 59.888562360136589 ], [ -1.378829637507674, 59.887817670120995 ] ] ], [ [ [ -1.38009095622037, 59.888209721243001 ], [ -1.380388092518621, 59.888085406199224 ], [ -1.380538868273257, 59.888624879317703 ], [ -1.379978061540408, 59.888994888843222 ], [ -1.38009095622037, 59.888209721243001 ] ] ], [ [ [ -1.382496891852501, 59.889221317382223 ], [ -1.382625696237449, 59.888827724543539 ], [ -1.382997271772257, 59.889507409155343 ], [ -1.382496891852501, 59.889221317382223 ] ] ], [ [ [ -1.383634756947613, 59.889820180259385 ], [ -1.384027709093094, 59.889346108068743 ], [ -1.384581727922672, 59.889824603623964 ], [ -1.383989409983772, 59.890450396039959 ], [ -1.383634756947613, 59.889820180259385 ] ] ], [ [ [ -1.38481927251346, 59.891958320509168 ], [ -1.385537590627767, 59.89128372498876 ], [ -1.385912804682672, 59.89225524835043 ], [ -1.385134770602249, 59.892292029942077 ], [ -1.38481927251346, 59.891958320509168 ] ] ], [ [ [ -1.381466266595113, 59.892566703121133 ], [ -1.382362040821638, 59.892445190375078 ], [ -1.382255932266637, 59.892866725272235 ], [ -1.381466266595113, 59.892566703121133 ] ] ], [ [ [ -1.384381680498752, 59.892912584514235 ], [ -1.384388736711715, 59.892530992892574 ], [ -1.385093063131093, 59.892615093898485 ], [ -1.385096524977368, 59.89291143027117 ], [ -1.384381680498752, 59.892912584514235 ] ] ], [ [ [ -1.38500971691032, 59.897126852743106 ], [ -1.38468783857286, 59.896169045587712 ], [ -1.385040609829946, 59.896422114264176 ], [ -1.38500971691032, 59.897126852743106 ] ] ], [ [ [ -1.385651085765545, 59.900627315466139 ], [ -1.386099985645534, 59.900517163465722 ], [ -1.38653423627239, 59.900716730725534 ], [ -1.385938704183397, 59.901023748105999 ], [ -1.385651085765545, 59.900627315466139 ] ] ], [ [ [ -1.390351763767941, 59.908941586656297 ], [ -1.390239590548778, 59.908721073470332 ], [ -1.390850037042721, 59.90906959992865 ], [ -1.390351763767941, 59.908941586656297 ] ] ], [ [ [ -1.390620161839688, 59.910882371472589 ], [ -1.390000580709024, 59.91054278127055 ], [ -1.390375453965087, 59.91057594211609 ], [ -1.390620161839688, 59.910882371472589 ] ] ], [ [ [ -1.284692055713951, 59.916025479897506 ], [ -1.284887425538453, 59.915755359468967 ], [ -1.285224024770224, 59.916319297960378 ], [ -1.284692055713951, 59.916025479897506 ] ] ], [ [ [ -1.372504324526063, 59.917305693626155 ], [ -1.372639155877479, 59.916983975198463 ], [ -1.372752899264786, 59.917116512917957 ], [ -1.372504324526063, 59.917305693626155 ] ] ], [ [ [ -1.368246521154667, 59.918230901530521 ], [ -1.36850909019538, 59.918154038021001 ], [ -1.368396952238146, 59.91840851560621 ], [ -1.368246521154667, 59.918230901530521 ] ] ], [ [ [ -1.37265378451932, 59.925783829905114 ], [ -1.372640934336638, 59.925232435672761 ], [ -1.374205809612767, 59.925724752641138 ], [ -1.37367411123043, 59.925936836680094 ], [ -1.37265378451932, 59.925783829905114 ] ] ], [ [ [ -1.36613999253434, 59.937265142105119 ], [ -1.365901999406987, 59.936608505766216 ], [ -1.367359638046866, 59.936646928965423 ], [ -1.366514069638498, 59.936885315545574 ], [ -1.366945511939909, 59.937251049702191 ], [ -1.36613999253434, 59.937265142105119 ] ] ], [ [ [ -1.362811020324769, 59.941029420931763 ], [ -1.362695055985133, 59.940543975876238 ], [ -1.363683992789458, 59.940768741548496 ], [ -1.363498079899899, 59.941131508948267 ], [ -1.362811020324769, 59.941029420931763 ] ] ], [ [ [ -1.362082961414901, 59.949587713638756 ], [ -1.362899194939095, 59.94949737236422 ], [ -1.363914303016922, 59.949771647831859 ], [ -1.362990065155908, 59.949892901964475 ], [ -1.362082961414901, 59.949587713638756 ] ] ], [ [ [ -1.341609313526309, 59.949774528230535 ], [ -1.341591274387392, 59.949329959856982 ], [ -1.34296463212512, 59.949583735035766 ], [ -1.342607686251454, 59.94998153947342 ], [ -1.342284188944621, 59.949593815568356 ], [ -1.342042603983366, 59.95004157971055 ], [ -1.341609313526309, 59.949774528230535 ] ] ], [ [ [ -1.362724647165895, 59.951130770085008 ], [ -1.361883632577181, 59.950179386912431 ], [ -1.362507884370573, 59.950299134413783 ], [ -1.362724647165895, 59.951130770085008 ] ] ], [ [ [ -1.361540158101881, 59.95221603675742 ], [ -1.361900265467675, 59.951643100038538 ], [ -1.362268677703549, 59.9520354815715 ], [ -1.361540158101881, 59.95221603675742 ] ] ], [ [ [ -1.353148168381444, 59.953373927053995 ], [ -1.352793699287361, 59.952730166470531 ], [ -1.35342883933014, 59.952751237391531 ], [ -1.353148168381444, 59.953373927053995 ] ] ], [ [ [ -1.35758488698678, 59.954931058500392 ], [ -1.356570647012731, 59.953682480506764 ], [ -1.355971431577501, 59.95457749298771 ], [ -1.355337649291412, 59.954484606316917 ], [ -1.356078294588131, 59.952759697239664 ], [ -1.355145866299047, 59.952835960061741 ], [ -1.354299146998211, 59.953568127755091 ], [ -1.354263907744432, 59.953078581077371 ], [ -1.353703637989467, 59.953349709494063 ], [ -1.353649458083983, 59.952913945958883 ], [ -1.354318611103182, 59.952567025918718 ], [ -1.352260168241951, 59.952547962811259 ], [ -1.352267590859064, 59.951708430129841 ], [ -1.353033174630128, 59.951465252201459 ], [ -1.352084889692284, 59.951438153081682 ], [ -1.352729077387665, 59.950534398833575 ], [ -1.352341298277727, 59.949764762378933 ], [ -1.353280377153169, 59.94934284715513 ], [ -1.353451170578112, 59.948845329760793 ], [ -1.353897074349805, 59.948928327151826 ], [ -1.35393732443224, 59.949619934180568 ], [ -1.354171018445459, 59.949109254706677 ], [ -1.354809403807124, 59.948959727432587 ], [ -1.355398070017341, 59.949065865791617 ], [ -1.355507510541795, 59.949883520950763 ], [ -1.356167037359276, 59.949105535889061 ], [ -1.356068664301007, 59.949563002865396 ], [ -1.356798111421064, 59.949333096009767 ], [ -1.357134722744036, 59.949976759068107 ], [ -1.358203395160505, 59.949793392731642 ], [ -1.358383362135491, 59.950207317489749 ], [ -1.35912470243223, 59.949824806729467 ], [ -1.358656907818225, 59.950410682010315 ], [ -1.359632832803003, 59.950859897242196 ], [ -1.359981413089053, 59.950421599831692 ], [ -1.360254537986312, 59.950647407315671 ], [ -1.360271702460261, 59.950220971658567 ], [ -1.361064184236983, 59.950435824250881 ], [ -1.360909131762452, 59.950120796676977 ], [ -1.361472024168151, 59.950172906952574 ], [ -1.362216213162444, 59.951038521294542 ], [ -1.361458275398305, 59.951353623983842 ], [ -1.361211668799725, 59.952075267913791 ], [ -1.36046199684967, 59.951959396545611 ], [ -1.36066971920129, 59.952328555671748 ], [ -1.360349318287, 59.952232720553397 ], [ -1.360035660825208, 59.95271608486356 ], [ -1.35817009750092, 59.95197970138986 ], [ -1.35748830658833, 59.952057198995071 ], [ -1.357786282584353, 59.952386394940596 ], [ -1.359028145961524, 59.952509161800918 ], [ -1.35950549956153, 59.952821265891387 ], [ -1.358947616534249, 59.952971206898084 ], [ -1.360247274629835, 59.953812590007317 ], [ -1.359187406375676, 59.953533579871497 ], [ -1.360028687481517, 59.954471512006066 ], [ -1.359448720377183, 59.954836852254701 ], [ -1.358195734975913, 59.954821787692879 ], [ -1.357688740766214, 59.955115640276169 ], [ -1.35758488698678, 59.954931058500392 ] ] ], [ [ [ -1.336380491464491, 59.957203909178823 ], [ -1.337744616711558, 59.955870140973822 ], [ -1.337354214704694, 59.956771505305497 ], [ -1.336380491464491, 59.957203909178823 ] ] ], [ [ [ -1.334353887537299, 59.960405622608754 ], [ -1.335419459955291, 59.95995304332763 ], [ -1.334185294184824, 59.960865413375124 ], [ -1.334353887537299, 59.960405622608754 ] ] ], [ [ [ -1.342474881542053, 59.963018896372567 ], [ -1.342777451137237, 59.962661229008035 ], [ -1.343203652872062, 59.962842936535772 ], [ -1.342848676635005, 59.963586455749343 ], [ -1.342474881542053, 59.963018896372567 ] ] ], [ [ [ -1.340785941461315, 59.964200238251372 ], [ -1.341037225027514, 59.963721097666436 ], [ -1.341469000111183, 59.964073446068987 ], [ -1.340785941461315, 59.964200238251372 ] ] ], [ [ [ -1.341981798284933, 59.965759628824976 ], [ -1.341596368537187, 59.965326699306303 ], [ -1.341004963253047, 59.9653461975496 ], [ -1.340590335099755, 59.96458088363341 ], [ -1.341233088433678, 59.964229407819474 ], [ -1.341686251858516, 59.96440676500125 ], [ -1.342128872857392, 59.963309001560752 ], [ -1.342639610108508, 59.964196010322262 ], [ -1.343390472094777, 59.964262601562801 ], [ -1.34316856693758, 59.964616181870355 ], [ -1.34262229956814, 59.964617953154793 ], [ -1.342528795838005, 59.965721946409076 ], [ -1.341981798284933, 59.965759628824976 ] ] ], [ [ [ -1.344450281440663, 59.965462119295957 ], [ -1.346188214646839, 59.964972382526177 ], [ -1.344898434053328, 59.966348808008782 ], [ -1.34416702682294, 59.966201508125643 ], [ -1.344450281440663, 59.965462119295957 ] ] ], [ [ [ -1.342353658663121, 59.96642595237487 ], [ -1.341898185584116, 59.965911860917338 ], [ -1.342574962313182, 59.966103798154641 ], [ -1.342353658663121, 59.96642595237487 ] ] ], [ [ [ -1.342612531222681, 59.966467648382313 ], [ -1.343123989341899, 59.966416317532392 ], [ -1.342975923017646, 59.966658023022454 ], [ -1.342612531222681, 59.966467648382313 ] ] ], [ [ [ -1.346131020975559, 59.966512055403491 ], [ -1.346366395562863, 59.966383020320507 ], [ -1.346323152177669, 59.966759938311867 ], [ -1.346131020975559, 59.966512055403491 ] ] ], [ [ [ -1.346680971960157, 59.966779667740468 ], [ -1.347022262219904, 59.966274023433989 ], [ -1.347206415657569, 59.966472479263807 ], [ -1.346680971960157, 59.966779667740468 ] ] ], [ [ [ -1.344028626482683, 59.966860801921875 ], [ -1.34389227860088, 59.966509930425325 ], [ -1.344595321528096, 59.966733415384923 ], [ -1.344028626482683, 59.966860801921875 ] ] ], [ [ [ -1.350483065855089, 59.966062118295589 ], [ -1.351607859464894, 59.965784797064906 ], [ -1.351083261375421, 59.966967491778945 ], [ -1.350339080145309, 59.967013219074794 ], [ -1.350529576664185, 59.967346391319047 ], [ -1.350141028473424, 59.967066120562585 ], [ -1.350483065855089, 59.966062118295589 ] ] ], [ [ [ -1.348592971540338, 59.967004617272096 ], [ -1.349647708989794, 59.96573475085124 ], [ -1.349591993868254, 59.967207086830598 ], [ -1.349167173150617, 59.967407028724097 ], [ -1.348592971540338, 59.967004617272096 ] ] ], [ [ [ -1.355984071913044, 59.967772684733539 ], [ -1.356398955938693, 59.967159623679059 ], [ -1.356154645136483, 59.967751068166621 ], [ -1.356882839603958, 59.967606457647058 ], [ -1.357831487215971, 59.966713141825387 ], [ -1.359499365117373, 59.967062456293206 ], [ -1.360612655586741, 59.966915202873167 ], [ -1.360278614687688, 59.968449048905285 ], [ -1.355984071913044, 59.967772684733539 ] ] ], [ [ [ -1.259330113851927, 59.969087853554896 ], [ -1.259456451227913, 59.968723997912498 ], [ -1.259833707393904, 59.968834763941068 ], [ -1.259924837217007, 59.96948718009078 ], [ -1.259305458653201, 59.969470238276898 ], [ -1.259330113851927, 59.969087853554896 ] ] ], [ [ [ -1.255158395360001, 59.972122777745767 ], [ -1.254792791797215, 59.971970758941602 ], [ -1.255819058206485, 59.972058258825044 ], [ -1.255158395360001, 59.972122777745767 ] ] ], [ [ [ -1.361559752392985, 59.973079596176163 ], [ -1.363706959232369, 59.971805916922591 ], [ -1.365119153116706, 59.972427795953465 ], [ -1.365457215826926, 59.973484489443571 ], [ -1.363304546533514, 59.973640246652586 ], [ -1.362017958725948, 59.973472410425352 ], [ -1.361559752392985, 59.973079596176163 ] ] ], [ [ [ -1.360320439188341, 59.974178054895546 ], [ -1.36058510450034, 59.973923426108158 ], [ -1.36225578957738, 59.974147007357836 ], [ -1.361159484721182, 59.974330274636053 ], [ -1.360320439188341, 59.974178054895546 ] ] ], [ [ [ -1.356389888319154, 59.977971575573022 ], [ -1.356619649829328, 59.977949348733894 ], [ -1.356516678113167, 59.978177819520432 ], [ -1.356389888319154, 59.977971575573022 ] ] ], [ [ [ -1.354772560746342, 59.980800248765803 ], [ -1.3563929516512, 59.980399595505197 ], [ -1.357081937078186, 59.980443357646621 ], [ -1.35667959968209, 59.980863426149796 ], [ -1.354772560746342, 59.980800248765803 ] ] ], [ [ [ -1.259318470074825, 59.988627861808133 ], [ -1.259443071596883, 59.988264895172357 ], [ -1.259590078780734, 59.988503672967866 ], [ -1.259318470074825, 59.988627861808133 ] ] ], [ [ [ -1.341824057362549, 59.989518132619878 ], [ -1.342556470376189, 59.988736090008729 ], [ -1.344462698881231, 59.988862293444996 ], [ -1.344279409672711, 59.98906790787705 ], [ -1.345365305882074, 59.989441444585474 ], [ -1.344681384072622, 59.99003966732586 ], [ -1.341262933553322, 59.990066665449199 ], [ -1.340795960230811, 59.989845241140983 ], [ -1.341824057362549, 59.989518132619878 ] ] ], [ [ [ -1.344035936150645, 59.990956842863866 ], [ -1.34417958301006, 59.990490632201407 ], [ -1.345018966129249, 59.990642954703539 ], [ -1.344263325633049, 59.991240819705958 ], [ -1.344035936150645, 59.990956842863866 ] ] ], [ [ [ -1.344883673319836, 59.991594089975273 ], [ -1.34508533815316, 59.991366117583439 ], [ -1.345672421744198, 59.991589019344786 ], [ -1.344883673319836, 59.991594089975273 ] ] ], [ [ [ -1.345594923429129, 59.993245316382755 ], [ -1.34641820589744, 59.992854302374283 ], [ -1.347178509006391, 59.992929895618907 ], [ -1.345594923429129, 59.993245316382755 ] ] ], [ [ [ -1.34701576451544, 59.993912324473797 ], [ -1.347278657724996, 59.993760975424266 ], [ -1.347860677028861, 59.994244241749897 ], [ -1.34701576451544, 59.993912324473797 ] ] ], [ [ [ -1.155871724418717, 59.997705181821587 ], [ -1.155591792344002, 59.997434008382911 ], [ -1.156625128946743, 59.997687544527508 ], [ -1.155871724418717, 59.997705181821587 ] ] ], [ [ [ -1.158789365553253, 59.997813585503586 ], [ -1.158770992817185, 59.997548573749498 ], [ -1.157998983755448, 59.997593043155689 ], [ -1.156989043973622, 59.997124159401928 ], [ -1.157169255181361, 59.996734701481977 ], [ -1.159967234162284, 59.996680685373157 ], [ -1.161275566697225, 59.997048176829907 ], [ -1.160479488994155, 59.997689643451096 ], [ -1.158789365553253, 59.997813585503586 ] ] ], [ [ [ -1.33659066801547, 60.005640332110751 ], [ -1.336880251495228, 60.00559599109171 ], [ -1.336605092843025, 60.005815500680917 ], [ -1.33659066801547, 60.005640332110751 ] ] ], [ [ [ -1.183900806812686, 60.007556643346021 ], [ -1.183991976777384, 60.007277047746996 ], [ -1.183478850436756, 60.00736008086681 ], [ -1.181438011608654, 60.006710812394147 ], [ -1.181244133909885, 60.006211252015092 ], [ -1.181947613471677, 60.005317664154816 ], [ -1.181289661730076, 60.005457260511633 ], [ -1.177145940583551, 60.004434803152542 ], [ -1.177446165490079, 60.003897905120326 ], [ -1.178502585346528, 60.00395835376893 ], [ -1.17892460811026, 60.003570370586665 ], [ -1.180733019587256, 60.003312211762157 ], [ -1.181062064063261, 60.002694669321954 ], [ -1.179152127895223, 60.002709756624739 ], [ -1.17852517521589, 60.003047079664263 ], [ -1.176777123809286, 60.00304069039283 ], [ -1.176412213064177, 60.003294330960216 ], [ -1.175458888291484, 60.003054919694186 ], [ -1.173750731701143, 60.003246287421462 ], [ -1.173691575895975, 60.003461424528901 ], [ -1.172008382416577, 60.003370072924916 ], [ -1.170491991903733, 60.002345882857519 ], [ -1.170740299216305, 60.002096016450906 ], [ -1.1696918262092, 60.001721274034104 ], [ -1.170013752826021, 60.0013955461039 ], [ -1.16883385822387, 60.001257927004012 ], [ -1.169293724837844, 60.00079388668567 ], [ -1.168611398124586, 60.000834492433036 ], [ -1.168326990762351, 60.0003792393859 ], [ -1.167653183561155, 60.000437852720196 ], [ -1.167257402580265, 60.000134546624935 ], [ -1.167170888874155, 59.998939731592891 ], [ -1.166207480200251, 59.999108755087057 ], [ -1.165117392985955, 59.998612490042511 ], [ -1.165670627812275, 59.998000890709505 ], [ -1.163910713601138, 59.998119967802396 ], [ -1.162166676163232, 59.996901179639885 ], [ -1.162048129122629, 59.996626553636681 ], [ -1.16282895906166, 59.996586606308547 ], [ -1.166230052554568, 59.997142392565294 ], [ -1.16687681108147, 59.996374237577896 ], [ -1.166065902581315, 59.996185042269936 ], [ -1.166420497076378, 59.995985241789441 ], [ -1.162474107999022, 59.996440685599985 ], [ -1.161082402558351, 59.996180430358443 ], [ -1.159903843124145, 59.996352531133937 ], [ -1.159232641218232, 59.99595765381968 ], [ -1.159734873040025, 59.995592690103926 ], [ -1.158846217299189, 59.995290712100299 ], [ -1.159912048655769, 59.994260363135282 ], [ -1.158954853850322, 59.994541616537624 ], [ -1.158276975004356, 59.994411586474492 ], [ -1.160161193351912, 59.993624403600521 ], [ -1.159355026305018, 59.993605806992569 ], [ -1.159524180650045, 59.993297090895801 ], [ -1.160589644608278, 59.993339783031828 ], [ -1.160855327683261, 59.992757804197126 ], [ -1.162534092316093, 59.992647233959161 ], [ -1.160800393692299, 59.993511732205604 ], [ -1.161116635002706, 59.993765166314127 ], [ -1.162085813713605, 59.993362750335066 ], [ -1.163042729421697, 59.993445141816295 ], [ -1.164739522633824, 59.99439872628772 ], [ -1.167829870630599, 59.995185973749706 ], [ -1.168061532063857, 59.995955177954229 ], [ -1.170284325145023, 59.995600997794355 ], [ -1.170896103400805, 59.995151375089485 ], [ -1.170710536334707, 59.994328588518002 ], [ -1.168366006006487, 59.993465290045819 ], [ -1.167012918260016, 59.993811454848768 ], [ -1.166345563980943, 59.99361867625236 ], [ -1.167173170265668, 59.992070445939454 ], [ -1.164587596391836, 59.992247179479257 ], [ -1.165440651022502, 59.991826045783917 ], [ -1.167265881964386, 59.991590628096887 ], [ -1.167185070572761, 59.991239918847242 ], [ -1.167633833129401, 59.991570498293854 ], [ -1.168835013297079, 59.991560102275763 ], [ -1.169011791796373, 59.991300809461514 ], [ -1.1697843948074, 59.991584031058103 ], [ -1.170815160011391, 59.99050398793991 ], [ -1.17236844523381, 59.990388015851593 ], [ -1.171701128342171, 59.990195264296524 ], [ -1.172472591530495, 59.989805900149172 ], [ -1.174301854637755, 59.990121750944866 ], [ -1.174624628139515, 59.989755609520522 ], [ -1.177327973458143, 59.990962252722355 ], [ -1.17642690314641, 59.991158676393496 ], [ -1.181602532827445, 59.99242551777867 ], [ -1.181268853532066, 59.992872423497168 ], [ -1.182516422744832, 59.993526670604517 ], [ -1.181482967029842, 59.994364341218393 ], [ -1.181824819263195, 59.994676250185748 ], [ -1.182712565358221, 59.994659296316399 ], [ -1.182239146086675, 59.994957178735156 ], [ -1.182801844895835, 59.995400654055878 ], [ -1.182015749086186, 59.995656193703326 ], [ -1.181098921321756, 59.996849272061951 ], [ -1.181902731120488, 59.997330163065314 ], [ -1.181531509846148, 59.997480514724685 ], [ -1.182301824705899, 59.99750324335389 ], [ -1.181805130441121, 59.997652819171456 ], [ -1.183031091247515, 59.997736730898282 ], [ -1.183687563052495, 59.998014661904463 ], [ -1.183065613774929, 59.998154489064994 ], [ -1.184569323805431, 59.998244593205733 ], [ -1.184762562807531, 59.999134751538335 ], [ -1.185714409070755, 59.999432453303768 ], [ -1.185108270336237, 59.999657692354262 ], [ -1.185520260093805, 60.000037369572759 ], [ -1.183016264602192, 60.001611273501304 ], [ -1.183169639999268, 60.001935481968026 ], [ -1.184987487794953, 60.002382210368815 ], [ -1.187021859125367, 60.002044544389499 ], [ -1.186801515621158, 60.001890537913994 ], [ -1.190902004869103, 60.001745100757347 ], [ -1.193073027034128, 60.002786522583499 ], [ -1.193078165998241, 60.00331185109107 ], [ -1.192380287621772, 60.003621867876845 ], [ -1.193135996317514, 60.003882398493452 ], [ -1.193262484961689, 60.004947233958539 ], [ -1.191693068171704, 60.004964581550588 ], [ -1.192024168418965, 60.006093525660162 ], [ -1.190861918799601, 60.006324369264128 ], [ -1.192472060456548, 60.00684604619569 ], [ -1.191922892852655, 60.007305130038468 ], [ -1.192427988522258, 60.007550662378286 ], [ -1.192195654023558, 60.007885971091433 ], [ -1.190848995701268, 60.008322214370033 ], [ -1.188527875977447, 60.008272064199005 ], [ -1.183900806812686, 60.007556643346021 ] ] ], [ [ [ -1.328899036060703, 60.021087175341258 ], [ -1.330615420916452, 60.019600828026221 ], [ -1.330777195340852, 60.020472636899157 ], [ -1.331241489393742, 60.020578248181153 ], [ -1.329354363665004, 60.021192747716512 ], [ -1.328899036060703, 60.021087175341258 ] ] ], [ [ [ -1.367164801720725, 60.023893340128168 ], [ -1.365941941619017, 60.020762704898438 ], [ -1.366480032173063, 60.021236694869373 ], [ -1.365865488840448, 60.020070936368491 ], [ -1.366159328719672, 60.01924625499209 ], [ -1.367219199073648, 60.018699108945803 ], [ -1.367733796787341, 60.018993396658836 ], [ -1.367642428480445, 60.018611341711058 ], [ -1.368125841140648, 60.019129959824937 ], [ -1.36816165296438, 60.018663210280053 ], [ -1.370626281830925, 60.019707580129491 ], [ -1.370272754057738, 60.020374850021845 ], [ -1.369644335217417, 60.020403282408431 ], [ -1.370436320208645, 60.024510568058439 ], [ -1.368918424612788, 60.024606592570386 ], [ -1.368410110349561, 60.024918438517425 ], [ -1.368048358929057, 60.024131026645762 ], [ -1.367164801720725, 60.023893340128168 ] ] ], [ [ [ -1.34464209429278, 60.027388783336519 ], [ -1.345155553118086, 60.026830124073349 ], [ -1.345332745603151, 60.026943242248322 ], [ -1.34464209429278, 60.027388783336519 ] ] ], [ [ [ -1.34400053538804, 60.028072514650987 ], [ -1.344561708429802, 60.027823878655759 ], [ -1.344202509322859, 60.02829350829888 ], [ -1.34400053538804, 60.028072514650987 ] ] ], [ [ [ -1.353541421209512, 60.028792951039804 ], [ -1.353683349290653, 60.028416516637932 ], [ -1.353847578290161, 60.028736082486638 ], [ -1.353541421209512, 60.028792951039804 ] ] ], [ [ [ -1.359125134188076, 60.029094000154942 ], [ -1.359047328393607, 60.028478545129722 ], [ -1.35918102520144, 60.028524089373164 ], [ -1.359125134188076, 60.029094000154942 ] ] ], [ [ [ -1.352824541912112, 60.029206978936408 ], [ -1.353265710766534, 60.029128324376927 ], [ -1.353180672383111, 60.029347899868668 ], [ -1.352824541912112, 60.029206978936408 ] ] ], [ [ [ -1.22946102466615, 60.029672484136711 ], [ -1.230053224568742, 60.02959422200329 ], [ -1.229538896528274, 60.029950400267921 ], [ -1.22946102466615, 60.029672484136711 ] ] ], [ [ [ -1.363494622104347, 60.030488929569671 ], [ -1.364333886672806, 60.029770138721695 ], [ -1.363758336493371, 60.029839204372038 ], [ -1.363829245036582, 60.029417521567382 ], [ -1.36340172393203, 60.02972075787924 ], [ -1.362724132543378, 60.029497502577954 ], [ -1.361933850599044, 60.030001018069861 ], [ -1.362190632306511, 60.02878108092721 ], [ -1.361815661906289, 60.028684989616856 ], [ -1.361451156665873, 60.029441975260539 ], [ -1.361438755451359, 60.029154579808036 ], [ -1.36069704655529, 60.029465268951355 ], [ -1.361077432366549, 60.028816112921959 ], [ -1.3603866546397, 60.028812773107695 ], [ -1.36024889168283, 60.028048871336395 ], [ -1.359527509692033, 60.028700863358331 ], [ -1.358940787507429, 60.027957232697069 ], [ -1.35861193518792, 60.028723362874693 ], [ -1.357928650848325, 60.028796370096764 ], [ -1.358487719401636, 60.028188495474353 ], [ -1.358018351338422, 60.027871943875716 ], [ -1.357494730059998, 60.028040005991656 ], [ -1.357791114260127, 60.027098625525035 ], [ -1.357298424604894, 60.027060314501433 ], [ -1.356587372886962, 60.027640506962996 ], [ -1.355634949794222, 60.026791819760412 ], [ -1.354245331261642, 60.028122947491049 ], [ -1.353853763820811, 60.027959408086183 ], [ -1.352277709991635, 60.028265970133987 ], [ -1.352041936247921, 60.029310896968859 ], [ -1.351248858977532, 60.029491082585665 ], [ -1.351588182664457, 60.029115618769893 ], [ -1.350624829941251, 60.029285986253306 ], [ -1.350790736533454, 60.027688495036642 ], [ -1.34997904463921, 60.027904498563487 ], [ -1.348986808549649, 60.027720031704376 ], [ -1.347659859039998, 60.029042420308556 ], [ -1.346517662360795, 60.028726995929027 ], [ -1.347827675892729, 60.027355149203359 ], [ -1.346146179117641, 60.028002329664673 ], [ -1.346642631384678, 60.026940742498049 ], [ -1.345999141870364, 60.026816341105658 ], [ -1.344812538061979, 60.027389628074438 ], [ -1.348040240274903, 60.024761193561126 ], [ -1.348718217482993, 60.025411041364976 ], [ -1.349302250644888, 60.025364531196821 ], [ -1.348804369292696, 60.024679656593882 ], [ -1.349606449550289, 60.023579156620791 ], [ -1.35008471731844, 60.024349234802628 ], [ -1.35061683760616, 60.024661633771764 ], [ -1.351219322616541, 60.02458826805416 ], [ -1.349290917479199, 60.022289080780489 ], [ -1.350001682264848, 60.020353057766201 ], [ -1.351232523732556, 60.019335468537747 ], [ -1.35191547780749, 60.020645300428463 ], [ -1.351088840153362, 60.021175511122195 ], [ -1.351994987815509, 60.021624429059116 ], [ -1.351564386946311, 60.02254269129849 ], [ -1.352251709137844, 60.023174608442986 ], [ -1.354435435597391, 60.022053904076785 ], [ -1.354548009232746, 60.021340603161519 ], [ -1.356314417331794, 60.02091372194149 ], [ -1.353595045811272, 60.023288934431079 ], [ -1.354275465780851, 60.023817545679989 ], [ -1.35545947615875, 60.023823323332792 ], [ -1.356273039347961, 60.023504034208855 ], [ -1.356420289447258, 60.023774128556866 ], [ -1.357060034157618, 60.022704221100021 ], [ -1.359953206425273, 60.021995430260887 ], [ -1.360427184154249, 60.022998910109678 ], [ -1.360832027527449, 60.022938013298223 ], [ -1.360465096421904, 60.02335826333114 ], [ -1.36114744644047, 60.023792566106721 ], [ -1.360664161208127, 60.024198785496118 ], [ -1.360899809572917, 60.025003567100818 ], [ -1.362636036086143, 60.025218471094242 ], [ -1.363429192964176, 60.026425510431196 ], [ -1.364145367253933, 60.026505280165672 ], [ -1.363724614526081, 60.026925280164228 ], [ -1.364730445217624, 60.02687175175879 ], [ -1.364399574894501, 60.027283206470059 ], [ -1.365154235317453, 60.027228467130378 ], [ -1.364482312475045, 60.028114183498502 ], [ -1.364484993244384, 60.028441938462514 ], [ -1.365011771119356, 60.028107748073445 ], [ -1.365096505995884, 60.028835472963067 ], [ -1.364602845368333, 60.029313490576065 ], [ -1.365531557317734, 60.029542431073374 ], [ -1.366751533146264, 60.029085849032761 ], [ -1.367157259011529, 60.029451450418087 ], [ -1.366334116501838, 60.030269107808998 ], [ -1.365450063917715, 60.030049366620624 ], [ -1.365046020181202, 60.030532305499548 ], [ -1.364791528240039, 60.030234768517786 ], [ -1.363661026987387, 60.030700742470302 ], [ -1.363494622104347, 60.030488929569671 ] ] ], [ [ [ -1.215754882664358, 60.031944489277251 ], [ -1.215758008063829, 60.031585332822466 ], [ -1.216537931234754, 60.031691423600712 ], [ -1.215754882664358, 60.031944489277251 ] ] ], [ [ [ -1.204249174025808, 60.034953875137823 ], [ -1.204892661718892, 60.034540204933471 ], [ -1.205672252807567, 60.034661622594967 ], [ -1.204249174025808, 60.034953875137823 ] ] ], [ [ [ -1.171717356858557, 60.03401957064542 ], [ -1.171582453620448, 60.033673017775662 ], [ -1.174536987138395, 60.034302096912981 ], [ -1.174969598274171, 60.034946825286376 ], [ -1.174473875286642, 60.035033525321865 ], [ -1.171717356858557, 60.03401957064542 ] ] ], [ [ [ -1.212589680129646, 60.042109181746369 ], [ -1.21343683495804, 60.041662561206444 ], [ -1.213138691897007, 60.042650313426805 ], [ -1.212589680129646, 60.042109181746369 ] ] ], [ [ [ -1.361086561792742, 60.053446159251685 ], [ -1.360703755603342, 60.052626304268877 ], [ -1.3628402096162, 60.052368133733715 ], [ -1.362213575478264, 60.052737750976313 ], [ -1.363204140078861, 60.05258538702472 ], [ -1.363554174063985, 60.053058479706799 ], [ -1.361918208463296, 60.053620778150439 ], [ -1.361086561792742, 60.053446159251685 ] ] ], [ [ [ -1.335831119350776, 60.053815626817709 ], [ -1.335467980253208, 60.052673441245616 ], [ -1.336349884351208, 60.053468040572213 ], [ -1.335831119350776, 60.053815626817709 ] ] ], [ [ [ -1.344035977711254, 60.055261814174585 ], [ -1.344109241932167, 60.054736893244076 ], [ -1.344644728232601, 60.054901173018258 ], [ -1.344035977711254, 60.055261814174585 ] ] ], [ [ [ -1.343713968646103, 60.056104263433085 ], [ -1.344262993165796, 60.056039641823432 ], [ -1.343949175248972, 60.056469088278988 ], [ -1.343449313984246, 60.056318451430208 ], [ -1.343713968646103, 60.056104263433085 ] ] ], [ [ [ -1.198088942783075, 60.056088229687667 ], [ -1.198450030119386, 60.056009603938811 ], [ -1.19839491004874, 60.056283140436982 ], [ -1.198088942783075, 60.056088229687667 ] ] ], [ [ [ -1.355765872342601, 60.058789919185109 ], [ -1.355898227434432, 60.058449353957862 ], [ -1.356495551516145, 60.058672251111489 ], [ -1.35625745976135, 60.058909041654722 ], [ -1.355765872342601, 60.058789919185109 ] ] ], [ [ [ -1.199003417861749, 60.058890840458602 ], [ -1.2000113302329, 60.058729025541865 ], [ -1.199936710636576, 60.059140726689023 ], [ -1.199970483381407, 60.058932609893262 ], [ -1.199003417861749, 60.058890840458602 ] ] ], [ [ [ -1.330235416189251, 60.061891165125502 ], [ -1.330076710429405, 60.061302222662448 ], [ -1.331672955466554, 60.061418046218982 ], [ -1.331602654533224, 60.061785839078716 ], [ -1.330235416189251, 60.061891165125502 ] ] ], [ [ [ -1.335760393412114, 60.062880692228582 ], [ -1.33546570991514, 60.062528125205702 ], [ -1.336438267521168, 60.062577902469393 ], [ -1.335760393412114, 60.062880692228582 ] ] ], [ [ [ -1.352963025948757, 60.063800103825635 ], [ -1.354278535467212, 60.062388715142994 ], [ -1.353906261679631, 60.063147435837948 ], [ -1.354280241504064, 60.06322109506533 ], [ -1.352963025948757, 60.063800103825635 ] ] ], [ [ [ -1.206776090203672, 60.064309119126854 ], [ -1.207023046835568, 60.063599435716291 ], [ -1.207902737334102, 60.06384535175178 ], [ -1.206776090203672, 60.064309119126854 ] ] ], [ [ [ -1.205011912127148, 60.065436212826434 ], [ -1.20542545770686, 60.064748185715665 ], [ -1.206455603421446, 60.064938444911483 ], [ -1.20658977559172, 60.065186181442591 ], [ -1.205180448936664, 60.065823337066888 ], [ -1.205011912127148, 60.065436212826434 ] ] ], [ [ [ -1.332476610057794, 60.068942194910015 ], [ -1.33233444689014, 60.06788642056037 ], [ -1.334893435967604, 60.067938816287871 ], [ -1.334429304886381, 60.068862238886595 ], [ -1.333340072214482, 60.069243759643129 ], [ -1.332476610057794, 60.068942194910015 ] ] ], [ [ [ -1.210007137061022, 60.069294921111798 ], [ -1.210361434258973, 60.069204548860228 ], [ -1.210739719481919, 60.0695390410581 ], [ -1.210007137061022, 60.069294921111798 ] ] ], [ [ [ -1.354396409684807, 60.07281772254585 ], [ -1.353828953438121, 60.072433337688466 ], [ -1.355141566978682, 60.072843803605345 ], [ -1.354396409684807, 60.07281772254585 ] ] ], [ [ [ -1.353275988593886, 60.074522786376285 ], [ -1.35455778835241, 60.074214772627975 ], [ -1.353811226312565, 60.074718453267785 ], [ -1.353275988593886, 60.074522786376285 ] ] ], [ [ [ -1.355334160706424, 60.075866236292278 ], [ -1.357155459700704, 60.075538376224507 ], [ -1.357878351493695, 60.075788812919178 ], [ -1.356023909358785, 60.075972854837225 ], [ -1.355839242696658, 60.076227862728565 ], [ -1.355447449030271, 60.076046371647827 ], [ -1.355334160706424, 60.075866236292278 ] ] ], [ [ [ -1.210309880651741, 60.081136862834512 ], [ -1.21032294330317, 60.080966333798401 ], [ -1.210681271067741, 60.081013367910558 ], [ -1.210309880651741, 60.081136862834512 ] ] ], [ [ [ -1.350746538125657, 60.08894442521899 ], [ -1.351623697145302, 60.088674859741474 ], [ -1.35219422315495, 60.088915600691053 ], [ -1.352836378413846, 60.088712220742714 ], [ -1.352144002527102, 60.089184729843872 ], [ -1.350949809068923, 60.089120515704352 ], [ -1.350746538125657, 60.08894442521899 ] ] ], [ [ [ -1.21285157244077, 60.094019345393484 ], [ -1.212603964221119, 60.093470135887209 ], [ -1.21344245935051, 60.093744499361279 ], [ -1.213399126405202, 60.094054027533602 ], [ -1.21285157244077, 60.094019345393484 ] ] ], [ [ [ -1.299584465623511, 60.097016317723899 ], [ -1.296483563243505, 60.093601247084152 ], [ -1.296183893466581, 60.092477252992182 ], [ -1.298138852134626, 60.086354829123941 ], [ -1.299094769791371, 60.084932198624109 ], [ -1.302017165636431, 60.082307751116382 ], [ -1.303804442816142, 60.081931057718315 ], [ -1.304747045082173, 60.081123393188221 ], [ -1.307648085628233, 60.074763354228764 ], [ -1.310730963121782, 60.072121596858992 ], [ -1.311914948351298, 60.069622554650479 ], [ -1.314343315034341, 60.066883026794535 ], [ -1.316291769548066, 60.06604906172732 ], [ -1.318006903333919, 60.06432941185043 ], [ -1.318103558820671, 60.065739648704508 ], [ -1.317406711600699, 60.066862948521894 ], [ -1.318364482846238, 60.067460514709246 ], [ -1.319949267912991, 60.067709312229965 ], [ -1.320787658261753, 60.067562767471884 ], [ -1.323037004272547, 60.065714697819168 ], [ -1.322964443035509, 60.063994805351619 ], [ -1.322245174366822, 60.063505346829317 ], [ -1.323552331501092, 60.063092706457368 ], [ -1.324696838292408, 60.061319768478803 ], [ -1.319821568338337, 60.060818895201308 ], [ -1.318766481688243, 60.060157982713484 ], [ -1.319118032447921, 60.058785969647879 ], [ -1.321286752842687, 60.05506624118059 ], [ -1.321669960770432, 60.055207384890011 ], [ -1.322041605202983, 60.05459870190915 ], [ -1.323289579957867, 60.054165109210537 ], [ -1.323374419347183, 60.052212558841838 ], [ -1.324977898069428, 60.051511391231301 ], [ -1.324760252265633, 60.050738065766879 ], [ -1.327505820306507, 60.050379414396936 ], [ -1.327268434608369, 60.049691295519196 ], [ -1.32928481205065, 60.04898319622388 ], [ -1.328740157252178, 60.048836765473006 ], [ -1.329025440187443, 60.048492512229544 ], [ -1.330871067727562, 60.047788012315408 ], [ -1.332557392642894, 60.046521480647996 ], [ -1.332839795645145, 60.045871910586975 ], [ -1.33220395891436, 60.044907923031104 ], [ -1.331520471557529, 60.044082869588472 ], [ -1.330384524404056, 60.043884069500749 ], [ -1.330905573972449, 60.042530840544671 ], [ -1.332105656768958, 60.042218143294136 ], [ -1.331672876855435, 60.041870256044298 ], [ -1.332461638894229, 60.041479152823804 ], [ -1.332957319023678, 60.041378392507873 ], [ -1.332887890977235, 60.041705784766094 ], [ -1.333560713736324, 60.041722645794501 ], [ -1.333775534814841, 60.041306193263047 ], [ -1.335031557527251, 60.040886000495433 ], [ -1.335569619893473, 60.041355625489174 ], [ -1.335814940513001, 60.040759738069141 ], [ -1.336848450252044, 60.040244128407146 ], [ -1.336684551225566, 60.040808998769386 ], [ -1.337269755890291, 60.041166612688919 ], [ -1.335508791679537, 60.042149982847846 ], [ -1.336918811142966, 60.042107673947946 ], [ -1.336783717947961, 60.042578406697736 ], [ -1.337424692135118, 60.042842017366901 ], [ -1.337974503068089, 60.04227907858845 ], [ -1.338629211287939, 60.042304802333767 ], [ -1.338702448033684, 60.04268229657788 ], [ -1.339984648081959, 60.041849142806115 ], [ -1.340000579720372, 60.042850407321339 ], [ -1.340801729668421, 60.042284221347387 ], [ -1.340879405558794, 60.042890706957671 ], [ -1.34128971139978, 60.042569498646046 ], [ -1.340694540317819, 60.043159162609705 ], [ -1.34130743154539, 60.04303201755345 ], [ -1.341371814715773, 60.043404976458511 ], [ -1.34042451167563, 60.043647184592366 ], [ -1.341136175162692, 60.043969494591558 ], [ -1.340188317090556, 60.044238636012153 ], [ -1.341136390063289, 60.044409478139826 ], [ -1.340287541879985, 60.045114606331374 ], [ -1.340575592303614, 60.045524597898357 ], [ -1.339545946620054, 60.046740636091563 ], [ -1.338405280070945, 60.047219813998034 ], [ -1.339718689958045, 60.047980632458533 ], [ -1.3388716084135, 60.049040439989817 ], [ -1.337259026965839, 60.049768667035664 ], [ -1.336392846815577, 60.051326710351127 ], [ -1.334617512633467, 60.052103474673423 ], [ -1.334744074006874, 60.053846081495223 ], [ -1.332950504242997, 60.054182749853538 ], [ -1.333262542549334, 60.053847601876946 ], [ -1.334053952068435, 60.053784244126227 ], [ -1.334248400886471, 60.053045334481695 ], [ -1.333051460840812, 60.052293131102942 ], [ -1.332953403321462, 60.051367775838941 ], [ -1.332145545371525, 60.05135920993196 ], [ -1.332216829151171, 60.052275451483951 ], [ -1.331266556984465, 60.053536722518288 ], [ -1.33102330546947, 60.054909314765183 ], [ -1.32983531313786, 60.05593142353932 ], [ -1.329813543027887, 60.057448802732488 ], [ -1.328924841520946, 60.059204226057105 ], [ -1.327971794010089, 60.059702225014711 ], [ -1.32588370908274, 60.059929551487933 ], [ -1.324145511346851, 60.060612083936739 ], [ -1.32518715942524, 60.061497365146373 ], [ -1.327640271081987, 60.061873512855442 ], [ -1.328480228450271, 60.06270207124215 ], [ -1.330538512218643, 60.063067180990153 ], [ -1.330095520080724, 60.063653975523266 ], [ -1.330912306751064, 60.064478808878867 ], [ -1.330363822503372, 60.064951932614775 ], [ -1.327654976133157, 60.065301853922719 ], [ -1.326303771236572, 60.06664006795377 ], [ -1.328492301977665, 60.066794860101851 ], [ -1.329345710720216, 60.067321778569678 ], [ -1.328999424723841, 60.068716290652105 ], [ -1.327280501250834, 60.069756335151233 ], [ -1.32767200963737, 60.071618817377683 ], [ -1.326871195975264, 60.072386958381223 ], [ -1.327380124447262, 60.073777731633605 ], [ -1.326917995305528, 60.074412007786826 ], [ -1.327623032756888, 60.075174334581632 ], [ -1.330736915429579, 60.075271829054572 ], [ -1.331592497554144, 60.076148033367964 ], [ -1.332700212991637, 60.076376307362771 ], [ -1.331794258378991, 60.077011953234489 ], [ -1.332298682939131, 60.077483213169629 ], [ -1.330237642868639, 60.079247986596407 ], [ -1.330647279356213, 60.079608328823163 ], [ -1.330185536979412, 60.081729572480228 ], [ -1.3290179161406, 60.082142088981207 ], [ -1.327879599175805, 60.081996238128554 ], [ -1.325764393784819, 60.082250366619633 ], [ -1.323044593411024, 60.083501653319189 ], [ -1.323137140278415, 60.084774478798742 ], [ -1.321405491513465, 60.085509090183649 ], [ -1.321352749262802, 60.086413922752435 ], [ -1.319683524024293, 60.087428084857436 ], [ -1.31791127858138, 60.089856816449334 ], [ -1.314635718785783, 60.091334934817887 ], [ -1.314404762623705, 60.092501034231333 ], [ -1.312326105170471, 60.09519299053931 ], [ -1.311559225017095, 60.09532369294093 ], [ -1.311790308867161, 60.094588600531978 ], [ -1.310945916811187, 60.094126269569877 ], [ -1.310738907280406, 60.09327665800744 ], [ -1.308529951281765, 60.095734418117729 ], [ -1.307522826560878, 60.096173624510072 ], [ -1.305939475708688, 60.096223698397353 ], [ -1.305862039866933, 60.095630665416223 ], [ -1.302436812843337, 60.096905667704917 ], [ -1.299584465623511, 60.097016317723899 ] ] ], [ [ [ -1.303812085973825, 60.098624341310973 ], [ -1.304408789840703, 60.098126438387879 ], [ -1.30488298243385, 60.098151376760725 ], [ -1.304785332133466, 60.098519011052574 ], [ -1.303812085973825, 60.098624341310973 ] ] ], [ [ [ -1.222782467667539, 60.09956436170291 ], [ -1.222588741687712, 60.09908552680789 ], [ -1.223062868386813, 60.099340627599602 ], [ -1.222782467667539, 60.09956436170291 ] ] ], [ [ [ -1.209504594964408, 60.102395040482776 ], [ -1.209516918518418, 60.102255935109234 ], [ -1.209853948206332, 60.102451001467465 ], [ -1.209504594964408, 60.102395040482776 ] ] ], [ [ [ -1.201616198012824, 60.106802336686762 ], [ -1.201430194600121, 60.106609956207798 ], [ -1.201875870696965, 60.106626112149883 ], [ -1.201616198012824, 60.106802336686762 ] ] ], [ [ [ -1.371708808123338, 60.107762577346151 ], [ -1.371044456902579, 60.107229655662614 ], [ -1.371809565344064, 60.106721477155745 ], [ -1.372624966547627, 60.106877987580454 ], [ -1.372463816651434, 60.107312711464679 ], [ -1.374248276237853, 60.106638741968254 ], [ -1.375434072851744, 60.106707193493847 ], [ -1.375541364522018, 60.107690912973936 ], [ -1.374661511725881, 60.108086332132288 ], [ -1.373127300938439, 60.107921542092818 ], [ -1.373395968147059, 60.107478749359586 ], [ -1.372887572899683, 60.107256354472042 ], [ -1.372450214788692, 60.107555083285725 ], [ -1.372804116136707, 60.107862049905492 ], [ -1.371474502959031, 60.108259806789434 ], [ -1.371708808123338, 60.107762577346151 ] ] ], [ [ [ -1.370247121789691, 60.108011539781259 ], [ -1.370853824942643, 60.10779443488866 ], [ -1.370925602807727, 60.108275158873923 ], [ -1.370247121789691, 60.108011539781259 ] ] ], [ [ [ -1.36935135620443, 60.10829460915236 ], [ -1.370227166163566, 60.108114704793941 ], [ -1.369661644218662, 60.108529543538893 ], [ -1.36935135620443, 60.10829460915236 ] ] ], [ [ [ -1.368914209854536, 60.108579858706705 ], [ -1.369321289569508, 60.108456090182507 ], [ -1.369512012951155, 60.108829631866648 ], [ -1.368914209854536, 60.108579858706705 ] ] ], [ [ [ -1.373287966716075, 60.110324618897742 ], [ -1.373791714212514, 60.109846618933588 ], [ -1.373884251378426, 60.110183773309096 ], [ -1.373287966716075, 60.110324618897742 ] ] ], [ [ [ -1.340038751236622, 60.111027799713888 ], [ -1.33964632933769, 60.110951316749627 ], [ -1.338510314765051, 60.110997726682498 ], [ -1.338290143487946, 60.110674275446819 ], [ -1.33976011321551, 60.110209308662974 ], [ -1.340380536365928, 60.110577851420878 ], [ -1.340038751236622, 60.111027799713888 ] ] ], [ [ [ -2.065682561494203, 60.112948609090189 ], [ -2.066069237565795, 60.112903521717811 ], [ -2.067140561826123, 60.113378859542344 ], [ -2.065682561494203, 60.112948609090189 ] ] ], [ [ [ -1.371950187877388, 60.112091657310536 ], [ -1.372652440017464, 60.111583175911989 ], [ -1.37283627297411, 60.111848930437674 ], [ -1.371950187877388, 60.112091657310536 ] ] ], [ [ [ -1.370450193817505, 60.111981276107635 ], [ -1.371580142761594, 60.111685841846139 ], [ -1.371858198960805, 60.112198970458991 ], [ -1.370603262107741, 60.112444428089205 ], [ -1.370450193817505, 60.111981276107635 ] ] ], [ [ [ -1.193815565598513, 60.116881021323181 ], [ -1.193944958250676, 60.116592675903782 ], [ -1.194338776229507, 60.116969508269165 ], [ -1.193897614959, 60.117278405099739 ], [ -1.193815565598513, 60.116881021323181 ] ] ], [ [ [ -1.315259988145657, 60.117148809968697 ], [ -1.313979480441434, 60.11686383002732 ], [ -1.31308619352303, 60.117424887579553 ], [ -1.312468054544781, 60.117300461766192 ], [ -1.310658087963011, 60.116523335833421 ], [ -1.310132679680566, 60.115407183714034 ], [ -1.309447331327872, 60.115057914310079 ], [ -1.312251149034295, 60.113896232270548 ], [ -1.313221678280843, 60.112213184946036 ], [ -1.312170650821873, 60.109127874820366 ], [ -1.310845055025384, 60.108434076376675 ], [ -1.310179626997173, 60.107568610897687 ], [ -1.310772059419061, 60.105555870044618 ], [ -1.310128289289593, 60.105205921442312 ], [ -1.311023301087947, 60.104376415265321 ], [ -1.314361204116228, 60.103776870703086 ], [ -1.314180596096912, 60.102774756910058 ], [ -1.317379598150319, 60.099750038868493 ], [ -1.317390498202086, 60.097918341845826 ], [ -1.316579871438263, 60.09729369845239 ], [ -1.316219812699638, 60.096012305355508 ], [ -1.31842302828286, 60.094676787838615 ], [ -1.322323846677895, 60.089897436896102 ], [ -1.324579907783005, 60.088582740553079 ], [ -1.327035841417264, 60.085742560048466 ], [ -1.327073375719945, 60.084605985180993 ], [ -1.329247701121615, 60.083748733314181 ], [ -1.328877665504739, 60.083118314191466 ], [ -1.330831240036285, 60.082149473059644 ], [ -1.330275191318721, 60.081739903263056 ], [ -1.331449530728098, 60.080549811521756 ], [ -1.33109088661269, 60.081841901262457 ], [ -1.331697375508528, 60.082246334755325 ], [ -1.333235395863917, 60.082091568044966 ], [ -1.334292730720557, 60.08072756358839 ], [ -1.334679322049475, 60.077237499200137 ], [ -1.334323000155389, 60.075657164655503 ], [ -1.332860405813754, 60.073782126143428 ], [ -1.334019790194729, 60.07251291905817 ], [ -1.335659826769104, 60.071729196822488 ], [ -1.335862897538658, 60.071011879932762 ], [ -1.338253495336152, 60.069615917289305 ], [ -1.336779351262049, 60.0675127906512 ], [ -1.334283099546667, 60.067201247808057 ], [ -1.334628365698342, 60.066024014154912 ], [ -1.336590627455997, 60.064921342907667 ], [ -1.339752674912889, 60.064358898157707 ], [ -1.338938091255698, 60.061436587302637 ], [ -1.340880853993958, 60.058137439817393 ], [ -1.342133807059057, 60.05744778705899 ], [ -1.347283669189133, 60.057221877561773 ], [ -1.349775947906345, 60.056515813661051 ], [ -1.349746535105516, 60.053444778604707 ], [ -1.348925809471986, 60.051806524471424 ], [ -1.35054522343075, 60.049807630170555 ], [ -1.35063106107509, 60.048636263520777 ], [ -1.352220682381986, 60.04814571128194 ], [ -1.352707882848683, 60.048480327448928 ], [ -1.354692642489754, 60.047520269780961 ], [ -1.356116014730627, 60.047724749089632 ], [ -1.357473966588362, 60.046676294680864 ], [ -1.357037556054686, 60.046036649569814 ], [ -1.358466419713163, 60.044566506473032 ], [ -1.357928243771493, 60.044545936543201 ], [ -1.358193145528846, 60.044309272953861 ], [ -1.358938516636317, 60.043828009997299 ], [ -1.358992733361545, 60.044272744089483 ], [ -1.359712236543061, 60.044199905853532 ], [ -1.36062755058733, 60.04328396398396 ], [ -1.360721939769872, 60.043508900696821 ], [ -1.364721342210184, 60.041373159520454 ], [ -1.367779038098278, 60.041055580698703 ], [ -1.370423348217549, 60.041234310406381 ], [ -1.370787974802393, 60.041411140278804 ], [ -1.370298307890085, 60.041673696512127 ], [ -1.371761601205328, 60.041658207464423 ], [ -1.372355239104964, 60.042065090453058 ], [ -1.373114901425131, 60.041763400238004 ], [ -1.374436024646002, 60.042146782383632 ], [ -1.373922933487666, 60.042225167398392 ], [ -1.375053152825443, 60.042737837932584 ], [ -1.373320782837196, 60.04321451806301 ], [ -1.376047765196099, 60.04330373421503 ], [ -1.375254557319038, 60.043955471777508 ], [ -1.37695125221138, 60.044897312317651 ], [ -1.374868052011335, 60.045884174319781 ], [ -1.375494572142501, 60.046457313217594 ], [ -1.376611058118681, 60.046278506348266 ], [ -1.37728013037182, 60.046977545956366 ], [ -1.378373948866609, 60.047050035011473 ], [ -1.377742016370595, 60.047716013890607 ], [ -1.37679933636428, 60.047720555036889 ], [ -1.376425723752861, 60.048015107786163 ], [ -1.376723151016161, 60.048905450129439 ], [ -1.377656237367405, 60.049412678427068 ], [ -1.377336305178545, 60.049716465450373 ], [ -1.376446582950407, 60.049766149511647 ], [ -1.374920363844319, 60.049292027926988 ], [ -1.374443473570285, 60.047924935261058 ], [ -1.373621899560026, 60.04769656724109 ], [ -1.371021112456342, 60.048505822644486 ], [ -1.369810055054641, 60.048459651980217 ], [ -1.367552855321581, 60.049602706564876 ], [ -1.365039770446515, 60.049101300310831 ], [ -1.365876718879891, 60.04993140212639 ], [ -1.363760850772301, 60.050248983013795 ], [ -1.363924680046101, 60.050599959924931 ], [ -1.362746593599055, 60.051168958945333 ], [ -1.36347236530448, 60.051244286946321 ], [ -1.363180254235012, 60.051494298744558 ], [ -1.361884059838128, 60.051667636475713 ], [ -1.360886404235119, 60.052188103682141 ], [ -1.360079212744241, 60.052143794924952 ], [ -1.359639829057902, 60.053506508003068 ], [ -1.358605549954903, 60.053595778990172 ], [ -1.359304713641984, 60.054119960934287 ], [ -1.358911524421198, 60.054486203462545 ], [ -1.35791451963011, 60.054503816124274 ], [ -1.358151962695138, 60.05476087571774 ], [ -1.356878882437385, 60.05512284025923 ], [ -1.35729562695528, 60.055394241718282 ], [ -1.356948950923446, 60.055675401980842 ], [ -1.357525052418905, 60.055601877823356 ], [ -1.357151091677473, 60.055900864506349 ], [ -1.357891163413434, 60.056169345150202 ], [ -1.357382171055864, 60.056485635415271 ], [ -1.357684652995937, 60.05709320053581 ], [ -1.355742287198389, 60.058156770600199 ], [ -1.354873855090106, 60.058022340286975 ], [ -1.355277264268762, 60.058518162956489 ], [ -1.353885227075402, 60.058524840767852 ], [ -1.354837067002339, 60.05898742518059 ], [ -1.35390851373082, 60.059171457110139 ], [ -1.355286522396183, 60.059425107439829 ], [ -1.353946043241784, 60.059548766876638 ], [ -1.353852069988748, 60.060221748083798 ], [ -1.352150606935563, 60.060433417992819 ], [ -1.351571063754528, 60.060219567631052 ], [ -1.351329235686383, 60.059271076163711 ], [ -1.350659636033652, 60.059986127828338 ], [ -1.350095422475365, 60.059907034241348 ], [ -1.349735785435705, 60.058558386194072 ], [ -1.35013521203247, 60.057882418664221 ], [ -1.349083553476091, 60.057477673789009 ], [ -1.345672204474105, 60.057882868444715 ], [ -1.343624506791241, 60.058802073430975 ], [ -1.343008270159208, 60.059535310081181 ], [ -1.344980894751823, 60.061502558673681 ], [ -1.347288231033098, 60.062541182614815 ], [ -1.347814570687797, 60.062629978461345 ], [ -1.349561368108666, 60.061947178691774 ], [ -1.350444293296561, 60.062353784505206 ], [ -1.351119254963051, 60.06228346696448 ], [ -1.351032751326783, 60.063030112177465 ], [ -1.351452965208828, 60.062669412919462 ], [ -1.352762663884446, 60.062656969865564 ], [ -1.353461293416121, 60.062294932193709 ], [ -1.353419606377081, 60.062773319761291 ], [ -1.352898219402815, 60.062797708405903 ], [ -1.353007021016456, 60.063571349430191 ], [ -1.352039979284439, 60.063970681109538 ], [ -1.352840654039818, 60.064086839657293 ], [ -1.35311869493814, 60.064657480325593 ], [ -1.353733529063579, 60.064356987952877 ], [ -1.353393647120066, 60.064927302199827 ], [ -1.353804610293013, 60.064764092667559 ], [ -1.353760683859939, 60.065173329424297 ], [ -1.354662962815365, 60.065239689514335 ], [ -1.354258924463994, 60.065692065539011 ], [ -1.355080304364681, 60.066130664386876 ], [ -1.354392332205406, 60.066863603238758 ], [ -1.355244993592287, 60.067542097885784 ], [ -1.354369506862816, 60.068308243676853 ], [ -1.354767556217334, 60.06880853019392 ], [ -1.355479027787668, 60.068899095559424 ], [ -1.356207643516313, 60.068386339078359 ], [ -1.35645631913781, 60.068993643852863 ], [ -1.357382683875398, 60.069397719519735 ], [ -1.35691526277614, 60.069413407177493 ], [ -1.357102741783165, 60.069935110906854 ], [ -1.35526221055362, 60.070343688499392 ], [ -1.356452587562233, 60.070569472854487 ], [ -1.356438252657106, 60.071305696269533 ], [ -1.354995377794724, 60.071427670949838 ], [ -1.355567864146914, 60.071714503064264 ], [ -1.353295157996268, 60.072165844244694 ], [ -1.353148071837392, 60.071877791428633 ], [ -1.352384884394792, 60.071856100419396 ], [ -1.351855166037393, 60.072297976813317 ], [ -1.350709924752581, 60.072516842498977 ], [ -1.350808020813203, 60.07301117904057 ], [ -1.350480481880045, 60.073220582769267 ], [ -1.35010716095206, 60.073016718272662 ], [ -1.349965527062505, 60.073366210955747 ], [ -1.349744374913483, 60.07501729473006 ], [ -1.349144291560917, 60.075378001930517 ], [ -1.351404940218191, 60.075555215102412 ], [ -1.353245787334468, 60.074688753661043 ], [ -1.353192434542407, 60.075119493654526 ], [ -1.354030584200819, 60.075446837800882 ], [ -1.354042266932536, 60.076228083482775 ], [ -1.355167544874756, 60.0761168416008 ], [ -1.356075949860834, 60.076529817060162 ], [ -1.355425067642145, 60.076733169763898 ], [ -1.355910970312273, 60.077157556659927 ], [ -1.355462423203206, 60.077581883912814 ], [ -1.354163672701452, 60.077831459304015 ], [ -1.35444170259016, 60.078317691250646 ], [ -1.35686293702468, 60.077642571914957 ], [ -1.355081892356865, 60.079124448434925 ], [ -1.356170889177362, 60.079035468902141 ], [ -1.356111994098008, 60.07929108884948 ], [ -1.354636154739293, 60.07986305767087 ], [ -1.354375013416933, 60.080351149088372 ], [ -1.35360978500668, 60.080423737188973 ], [ -1.353020934587901, 60.081125725332448 ], [ -1.351300246775591, 60.080888334436473 ], [ -1.351374944884345, 60.08120297165037 ], [ -1.348737242271031, 60.08189937443715 ], [ -1.348862105645025, 60.081491436204267 ], [ -1.347772565383057, 60.081602801141052 ], [ -1.347985698241135, 60.081276111217989 ], [ -1.345851368157739, 60.081508018038129 ], [ -1.345731077726578, 60.080775620297864 ], [ -1.344594852544448, 60.080523071391312 ], [ -1.343050210110943, 60.080475007353449 ], [ -1.342263409287346, 60.080727006524079 ], [ -1.341420126438785, 60.081557877386146 ], [ -1.341200123424071, 60.082225731703495 ], [ -1.341741358266213, 60.082574122967422 ], [ -1.34118696366949, 60.082885636113375 ], [ -1.341872924371341, 60.082736402466239 ], [ -1.342290517827146, 60.082976426424253 ], [ -1.341508879160289, 60.083417009684013 ], [ -1.346827225786131, 60.083510704260682 ], [ -1.345836917726785, 60.084506991955116 ], [ -1.344156386922668, 60.084956614172619 ], [ -1.34574892877482, 60.084865724105882 ], [ -1.344678639042884, 60.086265670692434 ], [ -1.34208201701848, 60.087128260185814 ], [ -1.342675244803515, 60.087126717658968 ], [ -1.342705350182656, 60.087872138622792 ], [ -1.342000015954423, 60.087635176007531 ], [ -1.342614994926024, 60.088347586155841 ], [ -1.340146401862854, 60.089089554973114 ], [ -1.338682253922191, 60.088592883704081 ], [ -1.338752804219856, 60.089109538757796 ], [ -1.337753844076304, 60.089171888964209 ], [ -1.337480454730278, 60.088910124893353 ], [ -1.337175109147636, 60.089793045312021 ], [ -1.334002621789653, 60.089323674397797 ], [ -1.332891262129333, 60.089609901941451 ], [ -1.332285555565791, 60.090226411687986 ], [ -1.330516126883932, 60.090603580014275 ], [ -1.330224352441328, 60.090364155832539 ], [ -1.330198000633213, 60.090777064863218 ], [ -1.32962386751144, 60.090720283685933 ], [ -1.328540251610123, 60.091406189015913 ], [ -1.329119096633207, 60.091674009493715 ], [ -1.328357791626952, 60.09197993109408 ], [ -1.328682005798145, 60.092834597690469 ], [ -1.328152621305899, 60.09411144534522 ], [ -1.326637190258115, 60.094364142627491 ], [ -1.325986975417288, 60.094948970290851 ], [ -1.325961024760273, 60.095339432480394 ], [ -1.327335111643276, 60.095849254859907 ], [ -1.326868878674041, 60.096228500318205 ], [ -1.327466476425105, 60.096020526573206 ], [ -1.326837062242778, 60.09814180093116 ], [ -1.327770586665009, 60.099453013470146 ], [ -1.327617348528564, 60.100796417321348 ], [ -1.329140395572733, 60.10124501974758 ], [ -1.330333841346721, 60.101277100464621 ], [ -1.330606124089643, 60.100930534505572 ], [ -1.333232303239088, 60.101210914962088 ], [ -1.333368344271338, 60.101687495626756 ], [ -1.334985157737708, 60.101861740005603 ], [ -1.33634851742571, 60.101046986795282 ], [ -1.336235680692718, 60.09995096335377 ], [ -1.33701987540189, 60.1000330108795 ], [ -1.337006835992142, 60.100413662077209 ], [ -1.337953643397038, 60.100637490964608 ], [ -1.339755554276159, 60.099737797091613 ], [ -1.340358048959552, 60.098473840387584 ], [ -1.341004680233831, 60.098419593665923 ], [ -1.341936587381183, 60.099209007129403 ], [ -1.341337702297532, 60.100745057165213 ], [ -1.342397965211744, 60.100872443541888 ], [ -1.343395994971313, 60.100422153082462 ], [ -1.34404629818837, 60.100637284284836 ], [ -1.344409550886534, 60.100184738026435 ], [ -1.345341608150622, 60.100247714026189 ], [ -1.345563275743123, 60.10067711545522 ], [ -1.344698513052931, 60.100937723685995 ], [ -1.344029334724014, 60.101852977793456 ], [ -1.344719900447701, 60.102396941971506 ], [ -1.344000945564096, 60.102919560551101 ], [ -1.344423490513349, 60.103195517289215 ], [ -1.34702618059391, 60.103087158478473 ], [ -1.345824042481566, 60.103671155313684 ], [ -1.346267509236639, 60.103709261952474 ], [ -1.345548959515462, 60.104211238807608 ], [ -1.345915254472043, 60.104695228870668 ], [ -1.347889886897269, 60.104611584395485 ], [ -1.347736225634556, 60.105106476498108 ], [ -1.34859461486297, 60.105446521773899 ], [ -1.34801655526226, 60.105756151278264 ], [ -1.348888693679539, 60.105764931825917 ], [ -1.348691011933239, 60.106850436107756 ], [ -1.347619050070061, 60.107303993933691 ], [ -1.346958477538419, 60.106691054271899 ], [ -1.345957999274362, 60.106531675568959 ], [ -1.346088026270996, 60.105869656700413 ], [ -1.345347330201427, 60.105853426326846 ], [ -1.344728189562842, 60.105331369382789 ], [ -1.345232026099076, 60.104503290279503 ], [ -1.34332513228497, 60.103351699768368 ], [ -1.341171620820613, 60.103480179781307 ], [ -1.339835437806788, 60.103206844199434 ], [ -1.338579613836334, 60.103950336991012 ], [ -1.337324492228558, 60.103849780760697 ], [ -1.337026913372438, 60.104428344794051 ], [ -1.337760430200387, 60.105607386553771 ], [ -1.339669481098113, 60.105659121694799 ], [ -1.340487727703809, 60.107014561523222 ], [ -1.341351267575904, 60.106824909601045 ], [ -1.342650531326831, 60.107153716668279 ], [ -1.340867357637182, 60.10745912364618 ], [ -1.340617058615886, 60.108103478432625 ], [ -1.341002157093979, 60.108905437340553 ], [ -1.341360194420314, 60.109081413906168 ], [ -1.342130418693778, 60.108883211443491 ], [ -1.342547638154105, 60.109248938719624 ], [ -1.339816387910767, 60.109374528527113 ], [ -1.338485454316658, 60.109815048803661 ], [ -1.337415968859193, 60.109147939131795 ], [ -1.336002277617799, 60.108962173632804 ], [ -1.335649845976157, 60.108419861177055 ], [ -1.335348474837934, 60.108647317396247 ], [ -1.334489210366641, 60.108531660655117 ], [ -1.335025485019254, 60.108072826012233 ], [ -1.333665596543987, 60.107185135507812 ], [ -1.332506538956191, 60.106953921632957 ], [ -1.332424405471527, 60.106390514418649 ], [ -1.330889463366083, 60.106071190885999 ], [ -1.329994841451712, 60.105397720061958 ], [ -1.326662392637509, 60.105912383968153 ], [ -1.321180881991857, 60.105096027654554 ], [ -1.319981124000076, 60.106847993617791 ], [ -1.322074613167229, 60.10781770222826 ], [ -1.32255682139115, 60.108598663442173 ], [ -1.321578815638144, 60.109361375525182 ], [ -1.319942552402717, 60.109592727021827 ], [ -1.319631689776615, 60.110100249044734 ], [ -1.320900854352128, 60.110576373361418 ], [ -1.321235769746646, 60.111172510853166 ], [ -1.320572318597486, 60.111855116930556 ], [ -1.321318007901825, 60.111809554873922 ], [ -1.319967594245576, 60.113527524788381 ], [ -1.320386293839981, 60.113550325986985 ], [ -1.320564354303009, 60.114076520365444 ], [ -1.320096371744571, 60.114000489733236 ], [ -1.320645190079699, 60.114344513948033 ], [ -1.320084313504065, 60.117029995557893 ], [ -1.319120746942748, 60.117949898905493 ], [ -1.315836962855579, 60.118390915317015 ], [ -1.315259988145657, 60.117148809968697 ] ] ], [ [ [ -2.048821449664139, 60.121490319280362 ], [ -2.0492076765101, 60.121063680984264 ], [ -2.049352570647825, 60.121692145117827 ], [ -2.048821449664139, 60.121490319280362 ] ] ], [ [ [ -1.195156454727688, 60.119590144362469 ], [ -1.195767427714955, 60.119254438798066 ], [ -1.196045942964569, 60.120082223259509 ], [ -1.195553730431405, 60.12012233527313 ], [ -1.195552482729475, 60.119730831144111 ], [ -1.195156454727688, 60.119590144362469 ] ] ], [ [ [ -1.377444531376046, 60.121698301231959 ], [ -1.377707864793595, 60.121093449396191 ], [ -1.377967678754776, 60.12162892595056 ], [ -1.377444531376046, 60.121698301231959 ] ] ], [ [ [ -1.376004180083291, 60.120789124959082 ], [ -1.377305223014701, 60.120498936807991 ], [ -1.377072456254618, 60.121867155003152 ], [ -1.375400869207891, 60.122716788083437 ], [ -1.374023948070542, 60.122732736714958 ], [ -1.375115289492423, 60.122118331246391 ], [ -1.376004180083291, 60.120789124959082 ] ] ], [ [ [ -1.37659641269954, 60.122776294059271 ], [ -1.377309526721503, 60.122653940560916 ], [ -1.377026050813004, 60.122895043408853 ], [ -1.37659641269954, 60.122776294059271 ] ] ], [ [ [ -1.366607396997682, 60.122868087068696 ], [ -1.367177941413218, 60.122206359940108 ], [ -1.364678977089866, 60.122086649537266 ], [ -1.364344896587355, 60.121214073322058 ], [ -1.363394757340968, 60.121029928473753 ], [ -1.365032665978221, 60.120539449011247 ], [ -1.36493542983476, 60.11998227803781 ], [ -1.363938785196755, 60.119878726000728 ], [ -1.362646472507406, 60.120177804257843 ], [ -1.359591498754671, 60.119974508854078 ], [ -1.359648678641427, 60.119346247162284 ], [ -1.35901155020023, 60.119262353611916 ], [ -1.358655293174169, 60.118614132739978 ], [ -1.359163478397804, 60.117925200145322 ], [ -1.360042125010643, 60.117615178933804 ], [ -1.360714857572747, 60.117717197714555 ], [ -1.360363635392261, 60.118200374516086 ], [ -1.361616213261519, 60.117627264079793 ], [ -1.362461683892875, 60.117635825635823 ], [ -1.363299097476952, 60.118061871919274 ], [ -1.364092943660306, 60.117948956825785 ], [ -1.364843616069565, 60.117274635336273 ], [ -1.364413662748012, 60.117178292260618 ], [ -1.365240342690391, 60.116760237996552 ], [ -1.364952060471507, 60.116314389972409 ], [ -1.365579341028638, 60.115504785925474 ], [ -1.366037122828219, 60.115556362916784 ], [ -1.366331134191165, 60.114767607582216 ], [ -1.367889286361509, 60.114195899821418 ], [ -1.367848393430742, 60.113513291796714 ], [ -1.371756702766565, 60.112333175793381 ], [ -1.372929061788937, 60.112172617912492 ], [ -1.372977821203298, 60.112446711740319 ], [ -1.374036579501355, 60.112110513497036 ], [ -1.374639905950931, 60.112548850511473 ], [ -1.375297567596066, 60.112493589841748 ], [ -1.375755229780255, 60.113025515223853 ], [ -1.375802485290493, 60.11338041280375 ], [ -1.375068177134072, 60.113682239958386 ], [ -1.375949357815969, 60.113699863294414 ], [ -1.37534995874247, 60.114002327575498 ], [ -1.3753834577172, 60.114608575443881 ], [ -1.375882387195538, 60.115338235089311 ], [ -1.376320921099778, 60.114981136394718 ], [ -1.376603839458719, 60.116670540249004 ], [ -1.377268893595534, 60.117180987938369 ], [ -1.376690317423931, 60.117330911411365 ], [ -1.377196362856277, 60.118163858752219 ], [ -1.376712314112102, 60.119023575853511 ], [ -1.377440865485854, 60.118555599055064 ], [ -1.378262197234281, 60.118891683364787 ], [ -1.377136405319564, 60.119910012093918 ], [ -1.375849468964247, 60.120406784332559 ], [ -1.3759977315639, 60.120654408079062 ], [ -1.374899011602606, 60.120712081679308 ], [ -1.374723513462083, 60.120477796778502 ], [ -1.374382229174268, 60.120920650954268 ], [ -1.373100757649476, 60.121125601649965 ], [ -1.371669720055834, 60.122568946784391 ], [ -1.370682315043767, 60.122447531480027 ], [ -1.370099672898687, 60.122803926470276 ], [ -1.369527401263213, 60.122617132544555 ], [ -1.369159120446076, 60.123055355372756 ], [ -1.368013776553005, 60.123193562020596 ], [ -1.367212456816555, 60.123221163702745 ], [ -1.366607396997682, 60.122868087068696 ] ] ], [ [ [ -1.376138757444233, 60.124138962298602 ], [ -1.376045479535244, 60.123837723297591 ], [ -1.376925829685608, 60.123913699458335 ], [ -1.376138757444233, 60.124138962298602 ] ] ], [ [ [ -1.333405528314029, 60.124245099814878 ], [ -1.333770488415625, 60.123995520003888 ], [ -1.334253632621345, 60.124577102956216 ], [ -1.333405528314029, 60.124245099814878 ] ] ], [ [ [ -1.348281674810315, 60.124117088329164 ], [ -1.347608349905251, 60.123130560406629 ], [ -1.345934417653898, 60.123149243594476 ], [ -1.345544438954775, 60.123757897956573 ], [ -1.343833480109598, 60.124279202722192 ], [ -1.343708796990417, 60.123762285451058 ], [ -1.342966254919142, 60.123547595308963 ], [ -1.3402682721129, 60.123480311844055 ], [ -1.340692154779345, 60.122530634531323 ], [ -1.339347881751105, 60.122263542496043 ], [ -1.337548469414289, 60.122708002463362 ], [ -1.337700402933364, 60.123207103931527 ], [ -1.336714908060945, 60.124338033338312 ], [ -1.334687940358655, 60.124458066535546 ], [ -1.334155883794755, 60.123624823608964 ], [ -1.335656193668422, 60.121953258105023 ], [ -1.335304569154034, 60.121542943571441 ], [ -1.334574781265633, 60.12159315446258 ], [ -1.334528954661235, 60.121188863126704 ], [ -1.335162399453713, 60.121007971542042 ], [ -1.3348850224765, 60.120485789192948 ], [ -1.336110586556422, 60.119046296101132 ], [ -1.336781558563513, 60.119233729587378 ], [ -1.337140599029255, 60.118826976033262 ], [ -1.33815206641397, 60.118634492740732 ], [ -1.341680737350363, 60.120784620789259 ], [ -1.344616376514064, 60.118841727332622 ], [ -1.346477664087549, 60.118891329461846 ], [ -1.346954628892781, 60.119338148618837 ], [ -1.348010057581363, 60.119195192095013 ], [ -1.34779774254114, 60.119468010269728 ], [ -1.348616932000148, 60.11989854959274 ], [ -1.349425499474184, 60.119956397921257 ], [ -1.351044863263779, 60.119501916319464 ], [ -1.352210260082985, 60.119714140407901 ], [ -1.352909747910301, 60.120287733462476 ], [ -1.352566146433281, 60.120833780925736 ], [ -1.349294967127873, 60.121100595080847 ], [ -1.349570951215362, 60.122161486894164 ], [ -1.354199578824217, 60.121039294834695 ], [ -1.35563941089906, 60.121023858568051 ], [ -1.355469935471063, 60.121409136143058 ], [ -1.35604175557638, 60.121613947217618 ], [ -1.355634953244262, 60.122173163844906 ], [ -1.354153635027618, 60.122466750604318 ], [ -1.353654575992748, 60.122221880412056 ], [ -1.352179063690342, 60.123135032634693 ], [ -1.352143696444548, 60.123561367765063 ], [ -1.349915862084444, 60.124291231332435 ], [ -1.350084215227162, 60.124880189574689 ], [ -1.349363106992932, 60.124943993370252 ], [ -1.348634108923522, 60.124495944680014 ], [ -1.347871038557364, 60.12440688897113 ], [ -1.348281674810315, 60.124117088329164 ] ] ], [ [ [ -1.065888691108746, 60.123409933950128 ], [ -1.066961909951488, 60.123323214395548 ], [ -1.067138005081221, 60.123777915833017 ], [ -1.066294228600433, 60.124023394470356 ], [ -1.065888691108746, 60.123409933950128 ] ] ], [ [ [ -1.314233379091658, 60.123258304474021 ], [ -1.316596665268315, 60.12297420552914 ], [ -1.31691171273009, 60.12340234008861 ], [ -1.316147820872508, 60.124659969411745 ], [ -1.31468953102415, 60.125554838033715 ], [ -1.313620806528318, 60.125455024079471 ], [ -1.31266836768571, 60.124525233319652 ], [ -1.314233379091658, 60.123258304474021 ] ] ], [ [ [ -1.372165841094749, 60.126284156238604 ], [ -1.37151371655175, 60.126034139102934 ], [ -1.370802392271528, 60.126057700054609 ], [ -1.370686105720419, 60.125549828692883 ], [ -1.371344534335852, 60.124996250616356 ], [ -1.372310237806701, 60.124843695386808 ], [ -1.372958418791724, 60.125300209263273 ], [ -1.372711934700091, 60.125959006009495 ], [ -1.372165841094749, 60.126284156238604 ] ] ], [ [ [ -1.355157569164599, 60.123580562053498 ], [ -1.354585984085594, 60.123362279786306 ], [ -1.353887247293584, 60.123664163655398 ], [ -1.353442593321226, 60.12339711030554 ], [ -1.355126671995271, 60.122399657972025 ], [ -1.356582039929305, 60.122052059631628 ], [ -1.357501584994651, 60.122882601186454 ], [ -1.357042385607489, 60.123360755849419 ], [ -1.357985918631556, 60.123423696080671 ], [ -1.357596149745186, 60.124494810453442 ], [ -1.35959177583618, 60.124594263550946 ], [ -1.36054649955836, 60.125474338306979 ], [ -1.359814701485562, 60.126552786501193 ], [ -1.358922181779662, 60.126638261760348 ], [ -1.3573675844989, 60.126527470344882 ], [ -1.356303456296904, 60.125723163548457 ], [ -1.355389397791766, 60.125530157851585 ], [ -1.355738614475125, 60.124696799150527 ], [ -1.354986143308988, 60.124064599684829 ], [ -1.355157569164599, 60.123580562053498 ] ] ], [ [ [ -1.355916410773479, 60.126650620349771 ], [ -1.356441346039528, 60.126496036917601 ], [ -1.356174277848674, 60.126809008160443 ], [ -1.355916410773479, 60.126650620349771 ] ] ], [ [ [ -1.374391843202014, 60.126106125397804 ], [ -1.375935371487359, 60.125377119468304 ], [ -1.377742754217141, 60.125443984987577 ], [ -1.378132293513001, 60.125782529981471 ], [ -1.377171602121865, 60.12614615987534 ], [ -1.378520825634527, 60.126174943607396 ], [ -1.378701488219239, 60.126615766387296 ], [ -1.377745456639639, 60.127208389107317 ], [ -1.378136819134064, 60.127928553777579 ], [ -1.377260948822643, 60.128086063441138 ], [ -1.373277878604198, 60.127429766410387 ], [ -1.374391843202014, 60.126106125397804 ] ] ], [ [ [ -1.15984782587734, 60.128968869591489 ], [ -1.159594779615006, 60.128657478416777 ], [ -1.160204349515335, 60.128751137174561 ], [ -1.15984782587734, 60.128968869591489 ] ] ], [ [ [ -1.371503494382986, 60.130819947589288 ], [ -1.36980082388249, 60.130439227724132 ], [ -1.370625195277624, 60.129213010487796 ], [ -1.372280948115433, 60.128273571135793 ], [ -1.373356854156903, 60.128009291480232 ], [ -1.373719127993053, 60.128361189048285 ], [ -1.373309344313514, 60.128615155496128 ], [ -1.3756731806325, 60.128769980923828 ], [ -1.377935833464166, 60.128565125545997 ], [ -1.378123637010197, 60.129104752426066 ], [ -1.379318108065352, 60.128755679567377 ], [ -1.379933592319769, 60.129045892227751 ], [ -1.379005353300675, 60.129593758614327 ], [ -1.379514217996207, 60.129811640706052 ], [ -1.378298412198402, 60.130335707452318 ], [ -1.378726124836647, 60.13056219080466 ], [ -1.376738313173725, 60.130503470120793 ], [ -1.374904147161143, 60.13088541984655 ], [ -1.371503494382986, 60.130819947589288 ] ] ], [ [ [ -1.376898432340855, 60.131078884721994 ], [ -1.377578271498908, 60.130821686602012 ], [ -1.378222976857211, 60.130995316216691 ], [ -1.376898432340855, 60.131078884721994 ] ] ], [ [ [ -1.15454729643124, 60.130367347754621 ], [ -1.154340317280237, 60.130015833520822 ], [ -1.154666807089954, 60.130269337977808 ], [ -1.15454729643124, 60.130367347754621 ] ] ], [ [ [ -1.378794326770913, 60.132196703783848 ], [ -1.378599472716072, 60.13202967707678 ], [ -1.37901183178752, 60.132116911593045 ], [ -1.378794326770913, 60.132196703783848 ] ] ], [ [ [ -1.273340895763933, 60.130672609081344 ], [ -1.274057792736926, 60.129586466402735 ], [ -1.273895262852304, 60.128711901143646 ], [ -1.274943862552012, 60.128416841484828 ], [ -1.275629911759353, 60.127419415395259 ], [ -1.274891767325688, 60.12718461223259 ], [ -1.275485878852936, 60.12725790036523 ], [ -1.276149391550405, 60.126629392816255 ], [ -1.277159660208323, 60.126519077584341 ], [ -1.277240928642749, 60.126095703491693 ], [ -1.282715879459336, 60.125587607706947 ], [ -1.284175782098659, 60.123497967922532 ], [ -1.283998007714122, 60.120993610924153 ], [ -1.28570490914893, 60.118037001482556 ], [ -1.284985901429027, 60.114767390703641 ], [ -1.285294834913045, 60.113046848925812 ], [ -1.284680399598074, 60.111681387765572 ], [ -1.284933902808265, 60.109114706103043 ], [ -1.286175015975294, 60.106705099006746 ], [ -1.286698779602489, 60.10627243002596 ], [ -1.288244360103687, 60.105912599140161 ], [ -1.288497885183115, 60.105415615923725 ], [ -1.294170295212613, 60.101728584525063 ], [ -1.29759002601675, 60.100328056249587 ], [ -1.30170079365528, 60.099739214390844 ], [ -1.302448577960128, 60.098987107740911 ], [ -1.302640564800891, 60.099517891611839 ], [ -1.30322593083774, 60.099643988319343 ], [ -1.304122800514363, 60.099153951372841 ], [ -1.305390690090819, 60.099489247395788 ], [ -1.310354647962684, 60.09919284269661 ], [ -1.310696978894775, 60.09959150542538 ], [ -1.308861513651603, 60.100424185252038 ], [ -1.308592594923422, 60.100985776393777 ], [ -1.306905005682793, 60.101021849470079 ], [ -1.307301578856576, 60.100634227908422 ], [ -1.306752813494942, 60.100390713602124 ], [ -1.305275601553966, 60.101710993485788 ], [ -1.305985674235208, 60.103093022541827 ], [ -1.305335299321815, 60.104172502206083 ], [ -1.305890403529664, 60.1048012623543 ], [ -1.304972751969829, 60.105247204226863 ], [ -1.305090360242811, 60.105726412021681 ], [ -1.306982495704156, 60.105554050381187 ], [ -1.307221731413494, 60.105295803785637 ], [ -1.308071193263481, 60.105527418429467 ], [ -1.304697182843994, 60.106119432308866 ], [ -1.301421656374315, 60.107491273513517 ], [ -1.29960283789573, 60.107507706034937 ], [ -1.297782445596217, 60.108612382893867 ], [ -1.298726902436375, 60.11038449134405 ], [ -1.298136637913194, 60.112087409407607 ], [ -1.296601339080248, 60.113053505599531 ], [ -1.296312142246821, 60.11404506696536 ], [ -1.297016581195903, 60.114335243716013 ], [ -1.297152118108208, 60.115235676901143 ], [ -1.29821486205784, 60.115091359921557 ], [ -1.298854682183684, 60.115799613977266 ], [ -1.300069092697991, 60.116139164544734 ], [ -1.299568335223695, 60.11684497431046 ], [ -1.300537136261202, 60.117399619405894 ], [ -1.300768066218435, 60.118388547685214 ], [ -1.299710355626462, 60.119393116728126 ], [ -1.300646324917188, 60.119887426522673 ], [ -1.30029691138731, 60.120666769032091 ], [ -1.301176618037185, 60.120761204642768 ], [ -1.301011984364457, 60.121312554835384 ], [ -1.300115604741974, 60.121155175915597 ], [ -1.299474808610439, 60.121588176282529 ], [ -1.30025281777641, 60.122745213490141 ], [ -1.299995714038266, 60.123412803013807 ], [ -1.300926438420225, 60.124499707217034 ], [ -1.299464648416451, 60.125709559788262 ], [ -1.299509313849782, 60.126233281170755 ], [ -1.297899332844233, 60.127465678786628 ], [ -1.29668247673925, 60.12772859919631 ], [ -1.293283159913042, 60.126278332025308 ], [ -1.291504407112187, 60.126978185499055 ], [ -1.290952530014413, 60.127785153989947 ], [ -1.288330315631219, 60.128615135808573 ], [ -1.284412933775241, 60.12882390140043 ], [ -1.281350563347489, 60.130182934837151 ], [ -1.28029299516501, 60.129734520636916 ], [ -1.279047591387991, 60.129728647227935 ], [ -1.276007840334511, 60.131683000679999 ], [ -1.275014904262976, 60.13157071883154 ], [ -1.27449971710501, 60.131015679133831 ], [ -1.273428170635915, 60.130959523639866 ], [ -1.273340895763933, 60.130672609081344 ] ] ], [ [ [ -1.369572651314499, 60.131547060112659 ], [ -1.370545925294365, 60.131008452375895 ], [ -1.373758128443327, 60.131046121337526 ], [ -1.373139882696371, 60.131375424073269 ], [ -1.373003345951179, 60.132402883591247 ], [ -1.371937917652699, 60.132581908995967 ], [ -1.372083298149836, 60.132982167413488 ], [ -1.371382022066868, 60.132942925931516 ], [ -1.369572651314499, 60.131547060112659 ] ] ], [ [ [ -1.354857948641071, 60.137977098449262 ], [ -1.356451561178054, 60.137499976205845 ], [ -1.356885326366626, 60.137874714470762 ], [ -1.355421144440434, 60.139097736381217 ], [ -1.354678320030365, 60.138416199484944 ], [ -1.354857948641071, 60.137977098449262 ] ] ], [ [ [ -1.356458211974653, 60.140386786830724 ], [ -1.359174424350206, 60.138200072264496 ], [ -1.359041176285853, 60.13903448328584 ], [ -1.357577033286798, 60.139795105757948 ], [ -1.357423034872781, 60.140306167276492 ], [ -1.356458211974653, 60.140386786830724 ] ] ], [ [ [ -2.115795945197888, 60.142369226784005 ], [ -2.11732378890279, 60.141640595718002 ], [ -2.117334281484144, 60.14205810122197 ], [ -2.115795945197888, 60.142369226784005 ] ] ], [ [ [ -1.352410281557077, 60.140685825502317 ], [ -1.351915550515379, 60.140207514967074 ], [ -1.350699453416756, 60.140704391486494 ], [ -1.34765227636911, 60.140469438621231 ], [ -1.347017597972477, 60.139788390804192 ], [ -1.347275190634758, 60.138599929001252 ], [ -1.347802755179152, 60.138324174412702 ], [ -1.349767523467097, 60.138203632881265 ], [ -1.350268943276366, 60.137882844752887 ], [ -1.353636938617537, 60.13827194810932 ], [ -1.353885205807546, 60.138924143262464 ], [ -1.354237743463386, 60.138849539359164 ], [ -1.355247181469885, 60.139707468433464 ], [ -1.354545939827237, 60.140579516343877 ], [ -1.35347741770833, 60.140897555083285 ], [ -1.352410281557077, 60.140685825502317 ] ] ], [ [ [ -1.167716367983862, 60.140113349515033 ], [ -1.16768348019283, 60.139348107973177 ], [ -1.168508325863537, 60.139838167951368 ], [ -1.168282862626364, 60.140424895926181 ], [ -1.167716367983862, 60.140113349515033 ] ] ], [ [ [ -1.327681376712967, 60.13976353354979 ], [ -1.327020598952404, 60.139499785034509 ], [ -1.327429360400145, 60.138437834681781 ], [ -1.326299521770297, 60.136461178055541 ], [ -1.326483644807919, 60.135820106705786 ], [ -1.32860643313148, 60.134124846207584 ], [ -1.330962197192571, 60.133800044959671 ], [ -1.330667714027661, 60.134561783109064 ], [ -1.32961912894357, 60.135225426708224 ], [ -1.329185169720784, 60.136646421226267 ], [ -1.327653165575188, 60.138057357823875 ], [ -1.32793682891503, 60.138714272498795 ], [ -1.329268518359252, 60.138743467447533 ], [ -1.329488520662248, 60.138991506549871 ], [ -1.329367263918636, 60.139641878914979 ], [ -1.328980758907965, 60.139612984997825 ], [ -1.329614695277251, 60.140312074988046 ], [ -1.329116877223225, 60.141328685239301 ], [ -1.328597744482475, 60.141622366915009 ], [ -1.328048329127839, 60.141193074274128 ], [ -1.327414409220018, 60.140493976908353 ], [ -1.327681376712967, 60.13976353354979 ] ] ], [ [ [ -2.043200090596753, 60.143261427486323 ], [ -2.043235835264915, 60.143059392683398 ], [ -2.043632179287692, 60.143225369835712 ], [ -2.043596514559809, 60.143485766933203 ], [ -2.043200090596753, 60.143261427486323 ] ] ], [ [ [ -1.350777742617712, 60.142671196662477 ], [ -1.35091622241359, 60.142496782664772 ], [ -1.35125768216711, 60.142529881439415 ], [ -1.350777742617712, 60.142671196662477 ] ] ], [ [ [ -1.30632155716662, 60.144780528796865 ], [ -1.30628136389325, 60.144551350563894 ], [ -1.304252854973986, 60.144679893341831 ], [ -1.30408787723139, 60.143965185995746 ], [ -1.30719970203711, 60.143267649073366 ], [ -1.307092963870573, 60.144062193159577 ], [ -1.306374035049064, 60.144426127779667 ], [ -1.306855165866098, 60.14466659202985 ], [ -1.30632155716662, 60.144780528796865 ] ] ], [ [ [ -1.141257219447649, 60.146433859348775 ], [ -1.141151016909166, 60.146155710555199 ], [ -1.141585059943546, 60.146223173847197 ], [ -1.141257219447649, 60.146433859348775 ] ] ], [ [ [ -1.298580267115128, 60.147487399084156 ], [ -1.29844872720808, 60.147152679034782 ], [ -1.298676243695946, 60.147208655890871 ], [ -1.298580267115128, 60.147487399084156 ] ] ], [ [ [ -1.464386347118833, 60.14817134302902 ], [ -1.465143176119285, 60.148142972511671 ], [ -1.464337780077365, 60.148943340101184 ], [ -1.464120126667808, 60.148484531787361 ], [ -1.464386347118833, 60.14817134302902 ] ] ], [ [ [ -1.361662186379705, 60.152439430930833 ], [ -1.359582657364779, 60.151473129080671 ], [ -1.358395108386627, 60.151875934032418 ], [ -1.356330445255913, 60.151538187931862 ], [ -1.35543705954063, 60.150712261073146 ], [ -1.354139910557779, 60.150732884156945 ], [ -1.353386526149994, 60.150118633624629 ], [ -1.352191004826725, 60.15000953661179 ], [ -1.350372054167618, 60.147266502774691 ], [ -1.352047125518835, 60.14496258746447 ], [ -1.353475175763477, 60.144224297193276 ], [ -1.353250360510414, 60.143751798128044 ], [ -1.352543057362595, 60.144008738183402 ], [ -1.352270157036427, 60.143693136546702 ], [ -1.354796707644081, 60.142938235395583 ], [ -1.354511002461182, 60.141903762156666 ], [ -1.355352127702805, 60.140785470031531 ], [ -1.356060567562977, 60.140465667036985 ], [ -1.357710373150778, 60.140805899695565 ], [ -1.359242268072096, 60.139340744827848 ], [ -1.360598284955212, 60.139046495059297 ], [ -1.361237580182844, 60.139503022075559 ], [ -1.361742085482688, 60.139483005184957 ], [ -1.3619302794552, 60.139061894344735 ], [ -1.363077047616055, 60.139345762705489 ], [ -1.362023522047805, 60.139825565681754 ], [ -1.362101772338056, 60.140898943131887 ], [ -1.360091404477565, 60.141971230891542 ], [ -1.359855745320612, 60.142962780920605 ], [ -1.361537455931543, 60.142611230741444 ], [ -1.361157413723009, 60.142245746415746 ], [ -1.364025626770729, 60.140104561582753 ], [ -1.365803141530922, 60.139893092477742 ], [ -1.366919087642598, 60.140378809175608 ], [ -1.366528542071827, 60.141494838511832 ], [ -1.363514987676992, 60.142306475022274 ], [ -1.364820455484807, 60.142303759246204 ], [ -1.367052321144078, 60.141878952032272 ], [ -1.367700672890098, 60.141401666241656 ], [ -1.368636945293377, 60.141401640503197 ], [ -1.368483798845043, 60.141876801974711 ], [ -1.369235301669934, 60.14259421753961 ], [ -1.368971724444316, 60.143194560914132 ], [ -1.36957950020541, 60.143426419801735 ], [ -1.36789155433287, 60.145061550685739 ], [ -1.369421943363964, 60.145073330367531 ], [ -1.368272358789499, 60.145862503885169 ], [ -1.367745278800995, 60.147054207227754 ], [ -1.366552178545994, 60.147290945403363 ], [ -1.36724918517885, 60.147568136435893 ], [ -1.366987170035468, 60.148083181937928 ], [ -1.36342165847438, 60.150400664354393 ], [ -1.363853255420441, 60.150434163179384 ], [ -1.363909255166348, 60.151264995917948 ], [ -1.363374173997878, 60.151459966618866 ], [ -1.363471386523888, 60.152021625312926 ], [ -1.362378660339064, 60.15264490834776 ], [ -1.361662186379705, 60.152439430930833 ] ] ], [ [ [ -1.117546942037773, 60.151689934679332 ], [ -1.116641498499868, 60.150595608155037 ], [ -1.118047585227592, 60.151154507605234 ], [ -1.117546942037773, 60.151689934679332 ] ] ], [ [ [ -1.467793901410399, 60.153505117615147 ], [ -1.468193393794656, 60.153304693677875 ], [ -1.467845612543771, 60.15364898892598 ], [ -1.467793901410399, 60.153505117615147 ] ] ], [ [ [ -1.46765381730515, 60.15381433007542 ], [ -1.468231173803443, 60.153753794357073 ], [ -1.467604510313218, 60.15407901205338 ], [ -1.46765381730515, 60.15381433007542 ] ] ], [ [ [ -2.057077336320008, 60.155821972996726 ], [ -2.057959149759072, 60.155368159781034 ], [ -2.057824762252397, 60.155767774788352 ], [ -2.057077336320008, 60.155821972996726 ] ] ], [ [ [ -1.476002431961075, 60.154372861592563 ], [ -1.477410068811081, 60.154203327811658 ], [ -1.477108783484422, 60.155028205498581 ], [ -1.476284484252516, 60.155325747450675 ], [ -1.475890515910353, 60.155180526973339 ], [ -1.475573098790817, 60.15475277042372 ], [ -1.476002431961075, 60.154372861592563 ] ] ], [ [ [ -2.082270266652963, 60.156760429981638 ], [ -2.085349238623367, 60.15627362216771 ], [ -2.084981475662057, 60.156852991101047 ], [ -2.083342431084231, 60.156912397344676 ], [ -2.083072881615971, 60.157168462567057 ], [ -2.082406029567935, 60.157025219608762 ], [ -2.082270266652963, 60.156760429981638 ] ] ], [ [ [ -1.474299663702519, 60.156669227638325 ], [ -1.475284911695496, 60.155882980973594 ], [ -1.474289911358907, 60.155587222523977 ], [ -1.475257254617887, 60.155357601493613 ], [ -1.475964148537224, 60.156213400055776 ], [ -1.475180840161466, 60.156196833131574 ], [ -1.47468571046063, 60.156747079096107 ], [ -1.474299663702519, 60.156669227638325 ] ] ], [ [ [ -2.072120627148966, 60.157094087772016 ], [ -2.071281684708817, 60.156483985806993 ], [ -2.071307513655405, 60.155936265812521 ], [ -2.070090252459102, 60.1552769766447 ], [ -2.060909406585826, 60.153342113870927 ], [ -2.059964336019341, 60.153625378639326 ], [ -2.059786686446237, 60.154976767035599 ], [ -2.059282169331534, 60.154878228004804 ], [ -2.058992692357309, 60.154164544036192 ], [ -2.058733011319327, 60.154995197852905 ], [ -2.05683303041663, 60.155166626993839 ], [ -2.056455493406744, 60.155584302724755 ], [ -2.055977780821199, 60.155360036624806 ], [ -2.055816969786203, 60.156123301660557 ], [ -2.054735666796655, 60.155800518477442 ], [ -2.053763726022801, 60.156249857574799 ], [ -2.053007014600686, 60.156142418451935 ], [ -2.052899271607987, 60.156348973793186 ], [ -2.053953266823437, 60.156496696787151 ], [ -2.053881694934004, 60.156788536577416 ], [ -2.052476509042378, 60.156685847160261 ], [ -2.052745822787983, 60.156138033784238 ], [ -2.052133018602157, 60.155904829024827 ], [ -2.053114778072859, 60.155949331187706 ], [ -2.052979095462757, 60.155585744903178 ], [ -2.053780405259876, 60.155437270581686 ], [ -2.053770846625831, 60.155100569949987 ], [ -2.054005441189077, 60.15536534832728 ], [ -2.05458688558086, 60.152990219273867 ], [ -2.052497486641844, 60.152914747855455 ], [ -2.049063204021067, 60.150783607558523 ], [ -2.048268332001375, 60.149127313490972 ], [ -2.048753670298897, 60.148521066134293 ], [ -2.050346627997239, 60.147999697113463 ], [ -2.049139938729009, 60.147910364513059 ], [ -2.049535875443735, 60.147748597957651 ], [ -2.048904940559302, 60.147313361879846 ], [ -2.048976079709881, 60.146716245373547 ], [ -2.047679331667655, 60.146577549506667 ], [ -2.047281644067511, 60.145522683846266 ], [ -2.04650732720066, 60.14550949121648 ], [ -2.045101452397879, 60.144540269495216 ], [ -2.046307099830329, 60.143987654922313 ], [ -2.044155475465006, 60.144064713491765 ], [ -2.045126668372782, 60.14323833451558 ], [ -2.042533157032281, 60.14270495876049 ], [ -2.042774476438753, 60.141362549285304 ], [ -2.042197581328028, 60.140783602426247 ], [ -2.040684954940779, 60.140573076586648 ], [ -2.039882465425906, 60.139504844095669 ], [ -2.040503318768873, 60.139284673720361 ], [ -2.040700498056624, 60.138593244621248 ], [ -2.041061461557691, 60.139311437235698 ], [ -2.040726642845887, 60.137901868179846 ], [ -2.041678806606833, 60.136343746396797 ], [ -2.044081868169887, 60.136199302832409 ], [ -2.043973453467987, 60.135898548841475 ], [ -2.044684396811695, 60.135808521411533 ], [ -2.045322609714205, 60.135197744004145 ], [ -2.045628887808433, 60.135381703950465 ], [ -2.047093987923363, 60.133980493175372 ], [ -2.051504230574446, 60.134037205490621 ], [ -2.047794624311607, 60.133028486287621 ], [ -2.046228470189291, 60.132925788791709 ], [ -2.045534121294073, 60.13195631830888 ], [ -2.04567664082638, 60.13089676826992 ], [ -2.048097773932502, 60.131084461714288 ], [ -2.048987404823473, 60.130199720101899 ], [ -2.047745857768524, 60.130442604061585 ], [ -2.047924420575712, 60.129468337085207 ], [ -2.046907717632045, 60.12960338537237 ], [ -2.046754156449303, 60.129199392966079 ], [ -2.045558293624734, 60.129922607203746 ], [ -2.044729227504317, 60.129087860950555 ], [ -2.04627445253945, 60.127246668185713 ], [ -2.048902380657275, 60.127497125920534 ], [ -2.048630740082925, 60.126361405013142 ], [ -2.048964002970524, 60.126581262820238 ], [ -2.049017341806546, 60.126145769898613 ], [ -2.049692265719172, 60.126185921787901 ], [ -2.049916810265913, 60.125916472098439 ], [ -2.050049815733912, 60.124627959809331 ], [ -2.049409500773789, 60.123649509069011 ], [ -2.050658841256813, 60.122800535099714 ], [ -2.049784533445605, 60.121763813252691 ], [ -2.049530543883932, 60.120390147417908 ], [ -2.050051689057904, 60.11995896636995 ], [ -2.049448261656136, 60.119519231302725 ], [ -2.049843815062236, 60.119330526677942 ], [ -2.050465257858767, 60.11978372130968 ], [ -2.050821596465898, 60.117511938526206 ], [ -2.051010131673013, 60.117269437013213 ], [ -2.05139808795441, 60.117996572165744 ], [ -2.051647974742678, 60.116725968728431 ], [ -2.052116209286531, 60.117017596644018 ], [ -2.053581727927996, 60.11654113035646 ], [ -2.053814022315834, 60.115571320877883 ], [ -2.054282163097866, 60.115804578755892 ], [ -2.053568504711866, 60.113950739803677 ], [ -2.053874005135329, 60.113753080690103 ], [ -2.054100029009493, 60.114453337894624 ], [ -2.054324234833537, 60.114049197704709 ], [ -2.0547836848289, 60.114475502572112 ], [ -2.054583802116927, 60.113276909840188 ], [ -2.055097055126049, 60.113608913506795 ], [ -2.055258416543617, 60.113285607541066 ], [ -2.055843855921475, 60.113747771270369 ], [ -2.056437558081496, 60.113774454912829 ], [ -2.056293010232096, 60.113406384104046 ], [ -2.056662327190351, 60.113715995988528 ], [ -2.056562905146893, 60.113437694511255 ], [ -2.057958153490942, 60.114043160393138 ], [ -2.057975112828, 60.113459528048004 ], [ -2.05864974790875, 60.113477187306081 ], [ -2.058540442877816, 60.112709544612926 ], [ -2.059755958553955, 60.113400370340855 ], [ -2.059547501528698, 60.112529516637331 ], [ -2.059916544367372, 60.112677500388891 ], [ -2.060149217284521, 60.112030917490152 ], [ -2.059724786356666, 60.111097310309795 ], [ -2.061885703995594, 60.112339884054194 ], [ -2.06115412348358, 60.110710564545549 ], [ -2.061568089501165, 60.110840565187949 ], [ -2.061585320006416, 60.110436508937035 ], [ -2.062997238928585, 60.110372989942981 ], [ -2.063086617234023, 60.110081134596264 ], [ -2.064184297460672, 60.110305076103778 ], [ -2.063634638144639, 60.109771100931361 ], [ -2.064057131993057, 60.109663150158859 ], [ -2.065307216506682, 60.109644579281479 ], [ -2.064893835946837, 60.109810892088454 ], [ -2.066837125715027, 60.110128670711006 ], [ -2.066199298687142, 60.110492635830461 ], [ -2.066936944504298, 60.110564094304571 ], [ -2.065687319678109, 60.110829598681512 ], [ -2.066712570543774, 60.110797658074368 ], [ -2.067864578670799, 60.111174181999658 ], [ -2.068171597456758, 60.111762138245332 ], [ -2.066840805719313, 60.111937906898589 ], [ -2.067480635708418, 60.112539163863453 ], [ -2.065133047445464, 60.112522386419819 ], [ -2.064406063549934, 60.113321860772608 ], [ -2.066386722812349, 60.114227741988586 ], [ -2.066153749928516, 60.114672311833587 ], [ -2.066567730799202, 60.114775360249382 ], [ -2.066746774772481, 60.114353264094134 ], [ -2.06826886123527, 60.115286284849027 ], [ -2.066901974250794, 60.115475540914332 ], [ -2.068334413927107, 60.116529820576481 ], [ -2.069288111815972, 60.116610132679703 ], [ -2.070585141365569, 60.117386114852586 ], [ -2.075247265381658, 60.118393658031913 ], [ -2.075525327890867, 60.118038835008527 ], [ -2.077540654205397, 60.118136433519304 ], [ -2.078196773234456, 60.117889128289377 ], [ -2.079402333755782, 60.117933302723493 ], [ -2.079934064803985, 60.118332540173711 ], [ -2.08137287421283, 60.118107189993417 ], [ -2.086657258815721, 60.119526973067408 ], [ -2.086183429328112, 60.120663106302672 ], [ -2.088826596267403, 60.123305621841276 ], [ -2.088721256734802, 60.124279896131291 ], [ -2.091361610910396, 60.125732666664497 ], [ -2.090759634057567, 60.126056319668365 ], [ -2.092011317426392, 60.126392159692422 ], [ -2.090735576400195, 60.127120327586454 ], [ -2.09128622582024, 60.127748466158366 ], [ -2.090990005244357, 60.12801354601752 ], [ -2.093053750753918, 60.129089567440339 ], [ -2.097377175905762, 60.130410827847662 ], [ -2.099762596004934, 60.130606582119867 ], [ -2.104517662755323, 60.13167138620598 ], [ -2.10634447872124, 60.131634013211588 ], [ -2.106813437928357, 60.131934425594935 ], [ -2.107739866557484, 60.131767565183779 ], [ -2.107831188523479, 60.132171537828086 ], [ -2.109055355080804, 60.132228895548124 ], [ -2.110253820956147, 60.132672352873854 ], [ -2.11204415069526, 60.132477802297586 ], [ -2.11223394505218, 60.132711090695459 ], [ -2.1131059825655, 60.132432003633255 ], [ -2.113430783195357, 60.132665174705274 ], [ -2.114438463397304, 60.132574517703922 ], [ -2.115466297382834, 60.1330988849599 ], [ -2.116068619534155, 60.132905312611804 ], [ -2.115818026761225, 60.133305090164058 ], [ -2.116675346705227, 60.133955300858084 ], [ -2.111610659653974, 60.137340201148341 ], [ -2.111585347389989, 60.137838546930652 ], [ -2.114079439949621, 60.14063780837877 ], [ -2.114746003676069, 60.140753955992572 ], [ -2.116238803866358, 60.140312689740249 ], [ -2.114352017594181, 60.141360367365664 ], [ -2.113958499497626, 60.142105948692659 ], [ -2.112268173567324, 60.142735912023916 ], [ -2.112669677820597, 60.144306862183683 ], [ -2.111689879081356, 60.144761123554275 ], [ -2.112161969669347, 60.145910011196271 ], [ -2.111694654560729, 60.146166302884794 ], [ -2.111063748483952, 60.145973790145888 ], [ -2.109884896033907, 60.146158840929445 ], [ -2.1071974259083, 60.147575209587934 ], [ -2.104893875277192, 60.148039466139601 ], [ -2.101170143262463, 60.149335316454824 ], [ -2.097915721915154, 60.151084144129491 ], [ -2.090591382218266, 60.153158980683877 ], [ -2.089413673308792, 60.153900533338394 ], [ -2.089199584341427, 60.15465489659325 ], [ -2.089948886130005, 60.155314329809819 ], [ -2.088121075191212, 60.155477179664622 ], [ -2.087380860078926, 60.154835687717302 ], [ -2.086156091040487, 60.154854449638215 ], [ -2.085130896416103, 60.155429756807735 ], [ -2.085312256354484, 60.155905515689106 ], [ -2.083179311699674, 60.156517433463897 ], [ -2.080414866688886, 60.156739125485885 ], [ -2.080008117597066, 60.156142283052134 ], [ -2.07910729762259, 60.156066505908136 ], [ -2.07776635297733, 60.156489305259342 ], [ -2.077742262206846, 60.156965195186018 ], [ -2.076533316630743, 60.156853666398376 ], [ -2.076093005206449, 60.157289391980633 ], [ -2.074805286099755, 60.157393383670204 ], [ -2.075166140423172, 60.157649074193678 ], [ -2.074445629112314, 60.157662950484159 ], [ -2.074707306064691, 60.157873804186984 ], [ -2.073653062942278, 60.157676863062981 ], [ -2.071661348257819, 60.157121274176525 ], [ -2.072120627148966, 60.157094087772016 ] ] ], [ [ [ -1.035727672435956, 60.154469207639458 ], [ -1.036416547238076, 60.154011777350128 ], [ -1.034249093366097, 60.153906206898426 ], [ -1.035407193008663, 60.151880799859974 ], [ -1.034736897302082, 60.151705310262734 ], [ -1.033696365058134, 60.152178127151636 ], [ -1.032992824159234, 60.15190810225716 ], [ -1.032631915359322, 60.152237707430331 ], [ -1.032654458416194, 60.151470130287706 ], [ -1.03187534916526, 60.151320770094578 ], [ -1.031792663116356, 60.151989134044385 ], [ -1.02909238740126, 60.151022048223666 ], [ -1.027143882293999, 60.151133470938419 ], [ -1.025191880726155, 60.151666873277854 ], [ -1.020591785169898, 60.151906830380831 ], [ -1.01876827448145, 60.151749670370059 ], [ -1.017718270192753, 60.15132434725566 ], [ -1.016819773396238, 60.151254828323196 ], [ -1.016521602925849, 60.151589345559756 ], [ -1.016269877082755, 60.151273196242151 ], [ -1.01461589406754, 60.15177273764693 ], [ -1.012896833604381, 60.151737495964177 ], [ -1.012653203379987, 60.151452828031829 ], [ -1.010618402111902, 60.152335599092005 ], [ -1.010442130048365, 60.151907758452552 ], [ -1.011222065914324, 60.151426892881034 ], [ -1.010930711546613, 60.1509326440584 ], [ -1.009654783529436, 60.151735756975945 ], [ -1.008498966362965, 60.151538545869968 ], [ -1.009713412489682, 60.150384785307232 ], [ -1.007889955546294, 60.151426234469852 ], [ -1.006273080514652, 60.150691272861437 ], [ -1.005769351055846, 60.150970348062607 ], [ -1.005985509605472, 60.150671157244986 ], [ -1.005478949980375, 60.150447359623151 ], [ -1.005920129265958, 60.149853534766606 ], [ -1.004724997188879, 60.149768238760593 ], [ -1.00578544904109, 60.148348462364183 ], [ -1.004155745337182, 60.148044392320706 ], [ -1.005199606663094, 60.147769379207524 ], [ -1.004565432001379, 60.147598496534727 ], [ -1.004934080782488, 60.14731841170746 ], [ -1.006857788442804, 60.146829992495029 ], [ -1.005133302005202, 60.14698317710031 ], [ -1.003138647378277, 60.146541661420045 ], [ -1.003491871418053, 60.146176159443627 ], [ -1.005293084378605, 60.145866431446798 ], [ -1.003548694382646, 60.145785979279374 ], [ -1.004227289205881, 60.145081701401196 ], [ -1.003281458847535, 60.144499903279375 ], [ -1.005849104788727, 60.142956762535739 ], [ -1.00576227940927, 60.142552034311279 ], [ -1.004543663280102, 60.142358805198455 ], [ -1.005180740621206, 60.141833800326559 ], [ -1.005098015307193, 60.140697274175309 ], [ -1.00312257724047, 60.13933550240165 ], [ -1.007097443387873, 60.139176780680614 ], [ -1.006783098819334, 60.138554839973786 ], [ -1.006190168043132, 60.13851447576134 ], [ -1.006746350324523, 60.138280690104878 ], [ -1.010239888376866, 60.138257447436018 ], [ -1.010001270255419, 60.13631160616228 ], [ -1.008832761484302, 60.135656346077312 ], [ -1.008004213267785, 60.134473831437909 ], [ -1.009410636155643, 60.134399050040443 ], [ -1.009069025932608, 60.133785889922102 ], [ -1.010607840609382, 60.133797391332187 ], [ -1.010511172477171, 60.1334195308036 ], [ -1.012091900183138, 60.132932966551309 ], [ -1.012321452957907, 60.132481214069188 ], [ -1.010545579747887, 60.133172851835553 ], [ -1.009913544836002, 60.132939152677466 ], [ -1.010746569997474, 60.13247395267215 ], [ -1.010544107101928, 60.131722653121869 ], [ -1.011619218220722, 60.131587007122484 ], [ -1.013059469840169, 60.13248222466374 ], [ -1.012798804946396, 60.131568864403633 ], [ -1.014011427126305, 60.131348918612638 ], [ -1.015906751357488, 60.132076881047105 ], [ -1.018724120383401, 60.132371654403805 ], [ -1.020852642292165, 60.13313270043659 ], [ -1.021186399540004, 60.133714342979324 ], [ -1.023096386914841, 60.133957417697687 ], [ -1.023376684185255, 60.134826003234927 ], [ -1.024514937735322, 60.134991530021345 ], [ -1.024392464033733, 60.135480009177272 ], [ -1.0269206487589, 60.138569578782025 ], [ -1.032459805476061, 60.141847237099881 ], [ -1.032683669510559, 60.144035366883543 ], [ -1.032072485939614, 60.146450864039373 ], [ -1.034591090881988, 60.148076556466997 ], [ -1.039667728296846, 60.145985317795677 ], [ -1.041156117527785, 60.145892832511066 ], [ -1.041401259999688, 60.146132561034818 ], [ -1.043065762001276, 60.144936858334816 ], [ -1.043597404194793, 60.14492273772872 ], [ -1.044221756105323, 60.146368440758721 ], [ -1.041724104290193, 60.149273206336851 ], [ -1.043148453972689, 60.1498402226023 ], [ -1.045058344700715, 60.149813591371824 ], [ -1.045675004921133, 60.148421733485236 ], [ -1.046758962432447, 60.14799403314796 ], [ -1.046534578269928, 60.148279760385996 ], [ -1.047381813006051, 60.148564215501352 ], [ -1.046330161938816, 60.149741935026299 ], [ -1.046400444021023, 60.150424876628612 ], [ -1.045198182804195, 60.150892129391579 ], [ -1.044798832520083, 60.15193086426914 ], [ -1.044017166702984, 60.151557071879218 ], [ -1.042467589710086, 60.151577312977047 ], [ -1.041124775205261, 60.153156962002114 ], [ -1.038794884316582, 60.154298430347822 ], [ -1.038069928021998, 60.154450310561579 ], [ -1.037518855498261, 60.154199375577029 ], [ -1.037546347388086, 60.154491406541155 ], [ -1.036554129442051, 60.154542563733536 ], [ -1.035727672435956, 60.154469207639458 ] ] ], [ [ [ -2.07282535584549, 60.158090346241913 ], [ -2.072644522122258, 60.157776188351548 ], [ -2.073734991630488, 60.158062905127828 ], [ -2.07282535584549, 60.158090346241913 ] ] ], [ [ [ -2.077464732670367, 60.158437879195198 ], [ -2.076751983485602, 60.157926504510627 ], [ -2.077770459578014, 60.158222208690901 ], [ -2.077464732670367, 60.158437879195198 ] ] ], [ [ [ -2.074818192984733, 60.159103834950002 ], [ -2.0741148020216, 60.158736101395967 ], [ -2.075033574561059, 60.158758029564993 ], [ -2.074818192984733, 60.159103834950002 ] ] ], [ [ [ -1.473499305483678, 60.158282266867666 ], [ -1.474526914477241, 60.158232469779811 ], [ -1.47357771006383, 60.158448689180432 ], [ -1.473499305483678, 60.158282266867666 ] ] ], [ [ [ -1.376333626509857, 60.158080773881395 ], [ -1.375818840401407, 60.157202893691249 ], [ -1.376985199442647, 60.155538276633415 ], [ -1.377747492167629, 60.156664238379847 ], [ -1.377568447461241, 60.155653254595329 ], [ -1.378122626297838, 60.15539995250235 ], [ -1.378160643075566, 60.156248651167409 ], [ -1.37878249293054, 60.155272850142858 ], [ -1.379612445722122, 60.15520041491402 ], [ -1.380446923292472, 60.156802588273557 ], [ -1.379772401475969, 60.15675004943742 ], [ -1.380006099792522, 60.157253969286522 ], [ -1.379311442310682, 60.15731357206549 ], [ -1.380082677122592, 60.157492272152254 ], [ -1.380014648124877, 60.157756835910163 ], [ -1.377795948391804, 60.157436664096089 ], [ -1.377253812980728, 60.158480177732081 ], [ -1.37620880087984, 60.158964622934796 ], [ -1.375973107435845, 60.158568435574672 ], [ -1.376333626509857, 60.158080773881395 ] ] ], [ [ [ -1.47920200965548, 60.159916514683928 ], [ -1.479804485463664, 60.159411568219703 ], [ -1.479844273734773, 60.159743946060502 ], [ -1.47920200965548, 60.159916514683928 ] ] ], [ [ [ -1.480410142618575, 60.159274769109125 ], [ -1.480973943931819, 60.158935776665558 ], [ -1.481026664408132, 60.159591447521123 ], [ -1.480397111948919, 60.160100782862223 ], [ -1.480410142618575, 60.159274769109125 ] ] ], [ [ [ -1.474986006779527, 60.159944782332261 ], [ -1.47495477334238, 60.159643863184243 ], [ -1.475556309005145, 60.159767459976592 ], [ -1.475717937748165, 60.160365200582177 ], [ -1.475275443241559, 60.160435281887125 ], [ -1.474986006779527, 60.159944782332261 ] ] ], [ [ [ -1.500244718561764, 60.161631666893321 ], [ -1.500555127183648, 60.161358978519694 ], [ -1.501075383399985, 60.161504600310884 ], [ -1.500639212068862, 60.161754368955066 ], [ -1.500244718561764, 60.161631666893321 ] ] ], [ [ [ -1.376978289269364, 60.160665281159204 ], [ -1.377957054391595, 60.159875231517752 ], [ -1.377961097176559, 60.16109191108179 ], [ -1.377381666419377, 60.16124632451524 ], [ -1.376978289269364, 60.160665281159204 ] ] ], [ [ [ -1.502836109188349, 60.161825476907758 ], [ -1.50290512483431, 60.161430661989968 ], [ -1.503282355616381, 60.161503907242889 ], [ -1.502836109188349, 60.161825476907758 ] ] ], [ [ [ -1.320037360940566, 60.16119807405601 ], [ -1.320223341272493, 60.160916186277625 ], [ -1.3203635627921, 60.161105466210799 ], [ -1.320037360940566, 60.16119807405601 ] ] ], [ [ [ -1.378106589889082, 60.161496650595723 ], [ -1.37832477460468, 60.16091403600894 ], [ -1.378525500579122, 60.161256180737986 ], [ -1.378106589889082, 60.161496650595723 ] ] ], [ [ [ -1.378134735451386, 60.161914308122704 ], [ -1.378781460252728, 60.161535730645504 ], [ -1.378882943891733, 60.161886388775137 ], [ -1.378134735451386, 60.161914308122704 ] ] ], [ [ [ -1.382914986140585, 60.162080307907985 ], [ -1.382829454555154, 60.161837475739361 ], [ -1.381996476960395, 60.162062561118169 ], [ -1.381552187035147, 60.161256865310534 ], [ -1.382503924744588, 60.161422924178147 ], [ -1.383680249620003, 60.161141068438226 ], [ -1.382914986140585, 60.162080307907985 ] ] ], [ [ [ -1.383474962194294, 60.162002101696082 ], [ -1.38489927804717, 60.161465485511798 ], [ -1.385312650275774, 60.162001655376578 ], [ -1.384118965086945, 60.162247528831209 ], [ -1.383344738869069, 60.162221482514418 ], [ -1.383474962194294, 60.162002101696082 ] ] ], [ [ [ -1.490313247190305, 60.162744067201551 ], [ -1.49050999934715, 60.162137846015575 ], [ -1.490838896268423, 60.16242284432785 ], [ -1.490313247190305, 60.162744067201551 ] ] ], [ [ [ -1.508329372162488, 60.161334159863536 ], [ -1.508626987261569, 60.160706737013705 ], [ -1.509581893434262, 60.160701293334078 ], [ -1.509416485876154, 60.160920665573528 ], [ -1.511949613099333, 60.16079083992831 ], [ -1.512239475096421, 60.161290237768469 ], [ -1.509732316807712, 60.162093585722076 ], [ -1.509785614899381, 60.162749245486154 ], [ -1.508477936341625, 60.162847662485312 ], [ -1.508921865767219, 60.162678707402371 ], [ -1.508329372162488, 60.161334159863536 ] ] ], [ [ [ -1.490448992173913, 60.163752027495228 ], [ -1.49094615481849, 60.163176590365623 ], [ -1.491581588585918, 60.163213148318583 ], [ -1.49144725478012, 60.163861811439304 ], [ -1.490448992173913, 60.163752027495228 ] ] ], [ [ [ -1.376946449169846, 60.163300480896005 ], [ -1.377410769497287, 60.163042269828871 ], [ -1.377691551128553, 60.163438665844964 ], [ -1.376752360393622, 60.164511739271724 ], [ -1.376946449169846, 60.163300480896005 ] ] ], [ [ [ -1.513639549572055, 60.165299986676757 ], [ -1.513522714331052, 60.164671032646069 ], [ -1.514718976489901, 60.164801120908315 ], [ -1.514701764753815, 60.165357751850365 ], [ -1.513639549572055, 60.165299986676757 ] ] ], [ [ [ -1.511591126913296, 60.16491983210139 ], [ -1.512290960185901, 60.164504887283265 ], [ -1.513285444481813, 60.164876677513696 ], [ -1.512392979782284, 60.165524371694943 ], [ -1.511591126913296, 60.16491983210139 ] ] ], [ [ [ -1.333625576826539, 60.166784714563839 ], [ -1.333672695524854, 60.166237227714866 ], [ -1.332744363021683, 60.166255006823469 ], [ -1.332058560988842, 60.164532060079601 ], [ -1.332818148244448, 60.164392219316213 ], [ -1.333799039152341, 60.164891000987176 ], [ -1.334507832533628, 60.162806924678293 ], [ -1.335381387182193, 60.162820285729609 ], [ -1.334962622197609, 60.162144754782702 ], [ -1.335917135638288, 60.162163007981846 ], [ -1.336435637258265, 60.162807608288183 ], [ -1.34049423001872, 60.163918816914816 ], [ -1.341838880261637, 60.165604585032838 ], [ -1.341160275626436, 60.167100719362445 ], [ -1.340638737425176, 60.166599788507476 ], [ -1.340062375425954, 60.167036895493077 ], [ -1.339367798605604, 60.166180424889895 ], [ -1.338253449507243, 60.16604018183741 ], [ -1.338401517926779, 60.167190241941391 ], [ -1.337708404457942, 60.166710890875137 ], [ -1.337043179415316, 60.167084687457816 ], [ -1.336176027725694, 60.166748123165462 ], [ -1.33517038950253, 60.167470389563043 ], [ -1.333625576826539, 60.166784714563839 ] ] ], [ [ [ -1.43654260458464, 60.167778283564239 ], [ -1.436134181876507, 60.167426366958594 ], [ -1.437051643761793, 60.167515565456647 ], [ -1.436228915300776, 60.168207941663589 ], [ -1.4357546571104, 60.168017365777395 ], [ -1.43654260458464, 60.167778283564239 ] ] ], [ [ [ -1.377056695694374, 60.173186916794442 ], [ -1.377815302998773, 60.1726701434661 ], [ -1.377913626698688, 60.173141554777779 ], [ -1.377056695694374, 60.173186916794442 ] ] ], [ [ [ -1.372810557673023, 60.173755029266339 ], [ -1.374105643646795, 60.172468167477739 ], [ -1.374068245633811, 60.173487111036287 ], [ -1.372810557673023, 60.173755029266339 ] ] ], [ [ [ -1.377764088332132, 60.175331735702621 ], [ -1.376977570641698, 60.174986840096295 ], [ -1.377035719543056, 60.175247505016515 ], [ -1.376470573786435, 60.175110163682753 ], [ -1.376801174486654, 60.17430809475831 ], [ -1.377258355388428, 60.174911837173731 ], [ -1.378017737446549, 60.174785205019887 ], [ -1.377764088332132, 60.175331735702621 ] ] ], [ [ [ -1.521283100537493, 60.179905076327081 ], [ -1.52175899450546, 60.179408463419918 ], [ -1.522443092013946, 60.179469290968839 ], [ -1.522285058660586, 60.17980094158326 ], [ -1.521283100537493, 60.179905076327081 ] ] ], [ [ [ -1.536978482199386, 60.179642039124694 ], [ -1.53745734385537, 60.179558410185756 ], [ -1.537595678035777, 60.17997641129886 ], [ -1.537181792852389, 60.179925583969528 ], [ -1.536978482199386, 60.179642039124694 ] ] ], [ [ [ -1.53959883175704, 60.180459260403403 ], [ -1.541167923720758, 60.179755364108352 ], [ -1.54219418808593, 60.180490689919722 ], [ -1.541039304561906, 60.180576488218392 ], [ -1.53959883175704, 60.180459260403403 ] ] ], [ [ [ -1.531187464625237, 60.180604888895665 ], [ -1.530977491960161, 60.180159690964743 ], [ -1.531821998274061, 60.180351231186272 ], [ -1.532174657144294, 60.180904677838562 ], [ -1.531187464625237, 60.180604888895665 ] ] ], [ [ [ -1.542026523878374, 60.180880693137048 ], [ -1.543288572780242, 60.180867086375734 ], [ -1.542418221007344, 60.181232221726781 ], [ -1.542026523878374, 60.180880693137048 ] ] ], [ [ [ -1.53162155121029, 60.181136177510901 ], [ -1.532217296669167, 60.181075427331358 ], [ -1.53257060752164, 60.181583980633832 ], [ -1.53162155121029, 60.181136177510901 ] ] ], [ [ [ -1.09986539915236, 60.183708036980555 ], [ -1.100517810208383, 60.183452961616275 ], [ -1.099017089273985, 60.183742683338608 ], [ -1.097609466402522, 60.183463733508752 ], [ -1.099843042051008, 60.181889575507107 ], [ -1.102043986721169, 60.181503121850938 ], [ -1.103609488965245, 60.182073123665397 ], [ -1.103445628513941, 60.182727505114613 ], [ -1.102823477789786, 60.183196506881714 ], [ -1.100395411551985, 60.183775386389058 ], [ -1.09986539915236, 60.183708036980555 ] ] ], [ [ [ -1.150228871936692, 60.185113324716617 ], [ -1.150388938493637, 60.184849462533798 ], [ -1.151232129313613, 60.185011998161364 ], [ -1.150228871936692, 60.185113324716617 ] ] ], [ [ [ -1.290333842406924, 60.18603574470707 ], [ -1.290146579991116, 60.185522934430644 ], [ -1.290504611732119, 60.18564157825729 ], [ -1.290333842406924, 60.18603574470707 ] ] ], [ [ [ -1.366312574753524, 60.18642946367995 ], [ -1.367938648708545, 60.185314844403521 ], [ -1.368504297091415, 60.186372573284409 ], [ -1.367399656895934, 60.186623211862397 ], [ -1.368165430018437, 60.186649309176062 ], [ -1.368255361977842, 60.187130114964859 ], [ -1.366517291975329, 60.187970343244999 ], [ -1.366072707352369, 60.187649464215184 ], [ -1.366312574753524, 60.18642946367995 ] ] ], [ [ [ -1.327712439953006, 60.18898254341314 ], [ -1.326623209780575, 60.188460723066832 ], [ -1.324818801535238, 60.188963357047903 ], [ -1.324783219083205, 60.188500754620549 ], [ -1.327056771501759, 60.184013801127243 ], [ -1.328660622129609, 60.183164428642122 ], [ -1.329274750821243, 60.183549145616325 ], [ -1.329681486016393, 60.18305286412442 ], [ -1.329894288319557, 60.18366900483597 ], [ -1.328770504549578, 60.183964120917928 ], [ -1.328732748372319, 60.184489204673802 ], [ -1.330116132524881, 60.185169627705726 ], [ -1.330584910838401, 60.186940867778731 ], [ -1.328857051609102, 60.18811737153375 ], [ -1.328708367471513, 60.188776579444713 ], [ -1.327712439953006, 60.18898254341314 ] ] ], [ [ [ -1.548821714971491, 60.189487792484549 ], [ -1.54942622668683, 60.189453931229018 ], [ -1.549717768925847, 60.189890396571791 ], [ -1.549221310555308, 60.189933605199947 ], [ -1.548821714971491, 60.189487792484549 ] ] ], [ [ [ -1.290050154339481, 60.188654324939613 ], [ -1.290624004474107, 60.188633151520946 ], [ -1.290070725281209, 60.188870831052405 ], [ -1.290050154339481, 60.188654324939613 ] ] ], [ [ [ -1.552603511267759, 60.190501743223422 ], [ -1.55165849066022, 60.189057443565304 ], [ -1.553360818172978, 60.189839857838543 ], [ -1.552603511267759, 60.190501743223422 ] ] ], [ [ [ -1.117058488011503, 60.188316850621213 ], [ -1.11772418623517, 60.187833705732416 ], [ -1.119248630727708, 60.187870775557158 ], [ -1.118922940643273, 60.188518712007962 ], [ -1.117562496384206, 60.188550972319433 ], [ -1.117058488011503, 60.188316850621213 ] ] ], [ [ [ -1.330740024765952, 60.18906519582309 ], [ -1.332396470184722, 60.188741317925256 ], [ -1.332791022695127, 60.189735487676586 ], [ -1.331654028616011, 60.190228101118194 ], [ -1.331659410220587, 60.189963246364456 ], [ -1.33063453031434, 60.189818903581326 ], [ -1.330740024765952, 60.18906519582309 ] ] ], [ [ [ -1.547647771587499, 60.191593831761637 ], [ -1.547925475685151, 60.191068616009112 ], [ -1.548613324365488, 60.191534267871866 ], [ -1.547647771587499, 60.191593831761637 ] ] ], [ [ [ -1.080812272523242, 60.188421693425092 ], [ -1.080090195290108, 60.187806093033196 ], [ -1.078574189273785, 60.188177190771732 ], [ -1.076351582430717, 60.187703785036028 ], [ -1.075677264518847, 60.186675443396993 ], [ -1.076159019282092, 60.185893108487235 ], [ -1.075312089747835, 60.185554970773453 ], [ -1.074335501136401, 60.185660399753765 ], [ -1.074183116783023, 60.185309141961447 ], [ -1.072562869452138, 60.184902730367909 ], [ -1.072973232985994, 60.184416225519797 ], [ -1.073650466967617, 60.18437606107112 ], [ -1.073870746411229, 60.1826356077651 ], [ -1.074584071440766, 60.18227243452958 ], [ -1.074278491537844, 60.181920107466915 ], [ -1.073236013395598, 60.182128330377125 ], [ -1.072797922901916, 60.181680790596545 ], [ -1.072773170885577, 60.180320246939282 ], [ -1.073391157202466, 60.18014049006343 ], [ -1.07320124397534, 60.179842844513146 ], [ -1.073667702798088, 60.179922428242683 ], [ -1.07313977265167, 60.179465282373251 ], [ -1.073556795464295, 60.17905963634103 ], [ -1.072732548106965, 60.178883267568075 ], [ -1.072873571046431, 60.177716938485069 ], [ -1.073368513391838, 60.177424079662615 ], [ -1.07630374899806, 60.17720750442416 ], [ -1.076520586566166, 60.175582855341524 ], [ -1.075912787412828, 60.175403523563048 ], [ -1.072949641858162, 60.175656709666285 ], [ -1.070635068159381, 60.175281332735302 ], [ -1.069750141507892, 60.174704938143556 ], [ -1.069363596761687, 60.173714496335442 ], [ -1.069388344250579, 60.173476717046611 ], [ -1.070565593106307, 60.173273959782158 ], [ -1.06984645276198, 60.173210550884349 ], [ -1.070515066361438, 60.172510360195957 ], [ -1.070148713996057, 60.17240003910419 ], [ -1.071698690505655, 60.171441129744082 ], [ -1.072516153862388, 60.170252596238115 ], [ -1.07082025136076, 60.169041976708883 ], [ -1.071383551579018, 60.167919013502569 ], [ -1.071938000269379, 60.167747798424593 ], [ -1.071345981144648, 60.167653859119284 ], [ -1.071305085021806, 60.166867878294589 ], [ -1.072619802801889, 60.165934248560994 ], [ -1.076954084907679, 60.165268597728193 ], [ -1.077505993114255, 60.164863878608166 ], [ -1.07764271075054, 60.164164439879691 ], [ -1.076378825561466, 60.162651596721325 ], [ -1.076797929605768, 60.162483908299045 ], [ -1.075679882958982, 60.16155573206332 ], [ -1.075051181007372, 60.161488491057533 ], [ -1.075062854321308, 60.160752264390332 ], [ -1.073292210256474, 60.160290928866054 ], [ -1.073185128705684, 60.158974702239156 ], [ -1.072704943370359, 60.158945303629295 ], [ -1.072375882070257, 60.158347668661435 ], [ -1.071600043399155, 60.158006408103269 ], [ -1.070944721544442, 60.158310706954744 ], [ -1.067404310963803, 60.15870787502827 ], [ -1.065062443166718, 60.159528255701815 ], [ -1.064462635727329, 60.160031358761664 ], [ -1.06494013260518, 60.160663284716627 ], [ -1.064147616288476, 60.161923784514983 ], [ -1.0625870145243, 60.162631108024783 ], [ -1.060970759218376, 60.162444570557369 ], [ -1.060640109900796, 60.161719387398698 ], [ -1.059547833678519, 60.161482668121636 ], [ -1.058327190761732, 60.161640120991727 ], [ -1.057370032815348, 60.161404343480847 ], [ -1.056650024226794, 60.161695541266724 ], [ -1.056830163278281, 60.162011101769515 ], [ -1.056288857483004, 60.16203867702442 ], [ -1.055937839705316, 60.163284312762052 ], [ -1.054195354494249, 60.165296744197782 ], [ -1.053310542992373, 60.168181791373954 ], [ -1.051387243957336, 60.169887596076777 ], [ -1.049919831080794, 60.169841170861332 ], [ -1.049406129460007, 60.170156256869653 ], [ -1.049040981511117, 60.169695689384156 ], [ -1.048730270205156, 60.169846109957419 ], [ -1.048128649102307, 60.16915037873197 ], [ -1.047571409559754, 60.169101479711678 ], [ -1.047843192658542, 60.167181841778763 ], [ -1.04565603639413, 60.16710325918045 ], [ -1.045434555080953, 60.166351884838669 ], [ -1.046262001155388, 60.164225233054339 ], [ -1.047467555444535, 60.164283287800437 ], [ -1.048443148813196, 60.163881731771319 ], [ -1.049073602213636, 60.16295239843263 ], [ -1.048724418552089, 60.162253989606292 ], [ -1.049678880400846, 60.162269815121817 ], [ -1.050346312408013, 60.160680755069841 ], [ -1.050352288544516, 60.158911855881172 ], [ -1.049891623822913, 60.158643662232805 ], [ -1.051035577905713, 60.15645639318025 ], [ -1.050637201373187, 60.156215586061109 ], [ -1.050954859660901, 60.155194208757578 ], [ -1.050815878232198, 60.154703835826567 ], [ -1.050318934938782, 60.154758642097704 ], [ -1.049539730142639, 60.154295106612274 ], [ -1.048771200313973, 60.152215348847619 ], [ -1.049537311344497, 60.150321699439715 ], [ -1.050389835448535, 60.1494882357566 ], [ -1.051141847044186, 60.149641782604363 ], [ -1.052356611497554, 60.147796225891412 ], [ -1.051431611814956, 60.145208025469273 ], [ -1.05167272845136, 60.144338747598105 ], [ -1.052243851482348, 60.144203652742554 ], [ -1.051784150946929, 60.143908532813882 ], [ -1.052497391916218, 60.143527519769556 ], [ -1.052102517597073, 60.143170008471245 ], [ -1.053121688406196, 60.142481390301839 ], [ -1.051995221693981, 60.142518232819626 ], [ -1.052216622331476, 60.141707178962363 ], [ -1.053056341637922, 60.141309108839835 ], [ -1.053708522519991, 60.141484377192384 ], [ -1.053501004934549, 60.141186574078723 ], [ -1.054393541865415, 60.140829280269735 ], [ -1.054503084253418, 60.141090465193251 ], [ -1.055027074819867, 60.141026857618115 ], [ -1.056306108299433, 60.139747426734985 ], [ -1.056909666858787, 60.139733765316862 ], [ -1.056992480347441, 60.139985778473175 ], [ -1.057628934609199, 60.139451541624076 ], [ -1.0580900174513, 60.139382984915912 ], [ -1.058243304904777, 60.139689374747327 ], [ -1.058688671010212, 60.139225609878139 ], [ -1.059559673033581, 60.139303630379771 ], [ -1.059106668324292, 60.139089397917523 ], [ -1.059883400007236, 60.139000627625677 ], [ -1.059700758753051, 60.138460566557058 ], [ -1.061420691406333, 60.139074382473694 ], [ -1.06138962416688, 60.138584784302708 ], [ -1.062119606034121, 60.138872805159863 ], [ -1.061867881285777, 60.137595946166307 ], [ -1.063775975971323, 60.13792372257619 ], [ -1.063285234085557, 60.13745332444298 ], [ -1.064201730877063, 60.136561859621729 ], [ -1.063084477940672, 60.136598860537468 ], [ -1.06313418942765, 60.135800044071566 ], [ -1.064806845365351, 60.134904940692749 ], [ -1.064607975382601, 60.133983146576533 ], [ -1.066263460387429, 60.133689524780927 ], [ -1.065118291394047, 60.1337622633054 ], [ -1.065615819510549, 60.133357209868379 ], [ -1.06492145662395, 60.132768648531325 ], [ -1.065747851976596, 60.132509586154214 ], [ -1.065362090322704, 60.132147688415273 ], [ -1.067625441255571, 60.131997518129452 ], [ -1.066976527301866, 60.132028867106925 ], [ -1.065780612722438, 60.130718423209323 ], [ -1.066705167064635, 60.130486985512853 ], [ -1.066752294158302, 60.130729761825457 ], [ -1.067420501340572, 60.129697344753318 ], [ -1.068656639271057, 60.129903588499559 ], [ -1.068608611564184, 60.129692234524079 ], [ -1.069347710894721, 60.12965253196451 ], [ -1.068639409742156, 60.12955775980069 ], [ -1.068573519940239, 60.129023021162723 ], [ -1.067685167568662, 60.12861269799577 ], [ -1.067899626328833, 60.127711775465635 ], [ -1.066831290348814, 60.126667130339882 ], [ -1.068219910736167, 60.125931613596173 ], [ -1.067449686617836, 60.12421112308428 ], [ -1.068365826372371, 60.12331513774177 ], [ -1.067252129292627, 60.122288134515543 ], [ -1.066835141193605, 60.122397440178474 ], [ -1.06734544145965, 60.121215749785968 ], [ -1.066792030782287, 60.12105920133201 ], [ -1.068292425438343, 60.119862031173874 ], [ -1.068298789647884, 60.118681280690247 ], [ -1.06760899966078, 60.117940112724973 ], [ -1.067997042007963, 60.117897946887673 ], [ -1.068075117396482, 60.116726680103632 ], [ -1.069680284379829, 60.115633495341768 ], [ -1.068921243068524, 60.113203712921475 ], [ -1.070749252132938, 60.111856168224627 ], [ -1.072045394026848, 60.111824849910441 ], [ -1.072807065327871, 60.110007359490169 ], [ -1.07370048273606, 60.109901369291599 ], [ -1.073379649829009, 60.108835061131217 ], [ -1.073824760872403, 60.108357775263414 ], [ -1.073321285275567, 60.108030992845137 ], [ -1.074918096372808, 60.108176850028038 ], [ -1.073247041927884, 60.106831717859144 ], [ -1.073217549227404, 60.105960505515164 ], [ -1.071835456579462, 60.105218999471226 ], [ -1.072223028957917, 60.104548257399841 ], [ -1.071244597468511, 60.103845490434665 ], [ -1.07291297216979, 60.102716793416526 ], [ -1.073980713486823, 60.10280059107145 ], [ -1.073953411878352, 60.10313263961833 ], [ -1.075802041553549, 60.102948009004152 ], [ -1.077292396159336, 60.10367675927715 ], [ -1.078522602292687, 60.105351012762469 ], [ -1.081301778020716, 60.106631935710546 ], [ -1.082114032600163, 60.107499594251067 ], [ -1.082568408412188, 60.109271690557556 ], [ -1.083219354753914, 60.109150487031862 ], [ -1.083353880142897, 60.109488146817725 ], [ -1.085798554174908, 60.109226685320294 ], [ -1.085717760430076, 60.10824737033294 ], [ -1.088409389971112, 60.108158175032479 ], [ -1.088788231881749, 60.10779262636607 ], [ -1.090394630404671, 60.108571411556561 ], [ -1.090705534206271, 60.10969148429426 ], [ -1.091993940101164, 60.109610531228824 ], [ -1.093293022353198, 60.110450028520503 ], [ -1.094698357471758, 60.110369849627588 ], [ -1.095159320320838, 60.109959947410182 ], [ -1.097849961218238, 60.109910960221292 ], [ -1.099640749829074, 60.110865985957162 ], [ -1.099899531124376, 60.11061183222759 ], [ -1.10146216691254, 60.111690993390759 ], [ -1.102707840873299, 60.111860171091486 ], [ -1.104306942740326, 60.112926973717421 ], [ -1.106735423412004, 60.112934397529521 ], [ -1.110907798622843, 60.113986125846736 ], [ -1.111419085853355, 60.114707908206356 ], [ -1.111000246051772, 60.11556262838333 ], [ -1.113235338889848, 60.115743731685761 ], [ -1.118172180555589, 60.118843151496499 ], [ -1.120074129575452, 60.11938109424824 ], [ -1.120983773906979, 60.120020179780127 ], [ -1.12128009350688, 60.119366652396657 ], [ -1.122327439925384, 60.119903379430006 ], [ -1.121610676136545, 60.11979087540756 ], [ -1.122556702080211, 60.120416722143737 ], [ -1.122563067322536, 60.121530205171453 ], [ -1.122176041285628, 60.121873346120864 ], [ -1.121372265850201, 60.121648022302651 ], [ -1.121103154629563, 60.12229275093685 ], [ -1.121652241669187, 60.123297591968431 ], [ -1.121785482482723, 60.123024604979868 ], [ -1.122694424054884, 60.123695100913721 ], [ -1.122092823285472, 60.123309492198018 ], [ -1.122067841290352, 60.126613730011762 ], [ -1.12275461761452, 60.126506038020111 ], [ -1.12185475017668, 60.127519232350956 ], [ -1.121801095553172, 60.128520074548611 ], [ -1.123306201267844, 60.129113701732564 ], [ -1.124199481069442, 60.130381208818314 ], [ -1.123813491711921, 60.131020679794148 ], [ -1.125308808901568, 60.132328076423214 ], [ -1.125962858469167, 60.134748733747557 ], [ -1.125922375912675, 60.135324940234156 ], [ -1.125122851333572, 60.135333132073441 ], [ -1.125093379397006, 60.136986033667561 ], [ -1.125739840086812, 60.137523673500915 ], [ -1.12635616995532, 60.137500800881298 ], [ -1.126406773655554, 60.137968957884617 ], [ -1.12575329466515, 60.138170274430202 ], [ -1.125943003918802, 60.13875608071281 ], [ -1.125833821346403, 60.138528183260995 ], [ -1.124943397376451, 60.139583662977159 ], [ -1.123657536640576, 60.140272859019149 ], [ -1.122611496257161, 60.140203081235704 ], [ -1.122111486858969, 60.139574807514414 ], [ -1.121078336451176, 60.139495225633333 ], [ -1.120025023868317, 60.139968629105461 ], [ -1.117384967304779, 60.140257265050707 ], [ -1.116594125246916, 60.141011647164397 ], [ -1.116897794499687, 60.141303704125974 ], [ -1.116154410398075, 60.142167049969281 ], [ -1.116319250242453, 60.143607537603479 ], [ -1.116980019262502, 60.144282699000875 ], [ -1.116773746799635, 60.145260072049723 ], [ -1.115751814488955, 60.145628593137658 ], [ -1.115409042785201, 60.14746257974965 ], [ -1.114172682441325, 60.147832351219876 ], [ -1.112792854257452, 60.148914110201758 ], [ -1.112976809893695, 60.149439734804645 ], [ -1.114071062846063, 60.149869980946868 ], [ -1.114304253156035, 60.151311824493106 ], [ -1.116433063726404, 60.151853120608244 ], [ -1.11673609902868, 60.152306800693644 ], [ -1.115855484159167, 60.153039029718215 ], [ -1.116727438361248, 60.153905960940051 ], [ -1.116245343424064, 60.154419058455517 ], [ -1.11700444111539, 60.155533064229388 ], [ -1.114949376691932, 60.157801901579091 ], [ -1.115763628097682, 60.158406256634862 ], [ -1.115751894090717, 60.15783688943587 ], [ -1.116615394988188, 60.157143158058666 ], [ -1.119256280377613, 60.155998808559779 ], [ -1.119385777090468, 60.154861091250211 ], [ -1.120485174234663, 60.153759445152964 ], [ -1.11971034708047, 60.152826737220174 ], [ -1.120301140924737, 60.15181509849161 ], [ -1.122035614205941, 60.153302800081292 ], [ -1.121108149847145, 60.154106587710892 ], [ -1.120662415310493, 60.155351756573246 ], [ -1.121216952996202, 60.155969619710419 ], [ -1.121670477749463, 60.155917852016032 ], [ -1.124106840119268, 60.157170425924697 ], [ -1.123107617152152, 60.157081209495217 ], [ -1.121815737359979, 60.156482715552102 ], [ -1.121697529044148, 60.157875521929881 ], [ -1.122452392307096, 60.15915827773663 ], [ -1.12599082716242, 60.160236724558473 ], [ -1.126784124570976, 60.160078529434685 ], [ -1.127719664602016, 60.16073928020397 ], [ -1.129780689668312, 60.160399939970596 ], [ -1.131711155309439, 60.160979192828037 ], [ -1.131838067446557, 60.161358950402914 ], [ -1.133758242482902, 60.16192194282678 ], [ -1.134088723954093, 60.162372168712025 ], [ -1.136663554271793, 60.162777765915706 ], [ -1.138385413320594, 60.163489352846618 ], [ -1.140166511753478, 60.165109106699731 ], [ -1.142405046267339, 60.168198111066566 ], [ -1.142539061675278, 60.172046596086005 ], [ -1.143821046745368, 60.172647512186813 ], [ -1.147965888286165, 60.172871755487861 ], [ -1.147057906085719, 60.173552831328962 ], [ -1.147650262405853, 60.175246537317463 ], [ -1.145998846214373, 60.178248453214806 ], [ -1.146236723459465, 60.178806698873245 ], [ -1.14727136349107, 60.179226401805934 ], [ -1.146778078261915, 60.180175029869389 ], [ -1.143344657834546, 60.180494106703016 ], [ -1.14324027681393, 60.181041167076422 ], [ -1.142212889864477, 60.181725928470193 ], [ -1.142045052125527, 60.180903240648199 ], [ -1.140690464301032, 60.179965116631877 ], [ -1.139822625111766, 60.180062751784476 ], [ -1.13938142329577, 60.179700718693702 ], [ -1.139146967479459, 60.180049388180706 ], [ -1.137687558201098, 60.179676246082948 ], [ -1.135178388217488, 60.179808064110233 ], [ -1.133830812992707, 60.180324556284702 ], [ -1.134353214570713, 60.182051986711102 ], [ -1.133509028835871, 60.182275444957355 ], [ -1.132561129497289, 60.183696951667571 ], [ -1.132084051319117, 60.184012594324521 ], [ -1.130942013876525, 60.183906343625097 ], [ -1.129695841729026, 60.184329176603619 ], [ -1.129917616318917, 60.184124108585237 ], [ -1.128998430021416, 60.183772373061494 ], [ -1.127867534591287, 60.183926567847628 ], [ -1.128241255800142, 60.183430675395414 ], [ -1.127726250069095, 60.183135462717225 ], [ -1.126981847063032, 60.183332598124643 ], [ -1.126280878607347, 60.181554574994578 ], [ -1.124389667286962, 60.181829438345702 ], [ -1.123804296747158, 60.181470890525816 ], [ -1.121110216878, 60.181093891753164 ], [ -1.119655156381356, 60.179216548802231 ], [ -1.11889698209776, 60.178919686446186 ], [ -1.116198175302406, 60.178996907317021 ], [ -1.115313478950024, 60.181596798426213 ], [ -1.114020088848433, 60.182028148991428 ], [ -1.112981028860725, 60.181985285956735 ], [ -1.113615671982202, 60.180711776082305 ], [ -1.113109333655644, 60.180235181919336 ], [ -1.110729211761778, 60.179388657347062 ], [ -1.106710466443141, 60.179013249611849 ], [ -1.105792034894151, 60.17871433415835 ], [ -1.105909625081161, 60.178101840487479 ], [ -1.104974810714176, 60.177809992165642 ], [ -1.103357451653703, 60.177760454637358 ], [ -1.100193016714967, 60.179310399047395 ], [ -1.098100205511584, 60.179044760889091 ], [ -1.094919147668694, 60.178039851761071 ], [ -1.094977291110743, 60.177564344646463 ], [ -1.093330270768642, 60.176433371696895 ], [ -1.093365306314476, 60.174965491649111 ], [ -1.094123702794356, 60.174391508654324 ], [ -1.094022160746717, 60.173955317567277 ], [ -1.091085432431921, 60.173327318167672 ], [ -1.089675441899174, 60.171653774524636 ], [ -1.083427705126136, 60.171631383011167 ], [ -1.07996323896589, 60.170748961853718 ], [ -1.078850961352022, 60.170889397942709 ], [ -1.077773784330711, 60.171384753241384 ], [ -1.077188846247793, 60.172642281929505 ], [ -1.075727878278468, 60.173323515486203 ], [ -1.076046309803871, 60.174178773060916 ], [ -1.077042981677955, 60.174630192245338 ], [ -1.078577994282507, 60.174524136872137 ], [ -1.081302320550348, 60.175072822129152 ], [ -1.083429463362532, 60.176551175252108 ], [ -1.084603357465926, 60.176340188703115 ], [ -1.085811964393032, 60.176501175559054 ], [ -1.089214053343533, 60.178687707332827 ], [ -1.088686225530671, 60.179846903632452 ], [ -1.088631319496081, 60.182805213310012 ], [ -1.087258313821229, 60.183882268541666 ], [ -1.086918693815413, 60.184750924863302 ], [ -1.085002853467807, 60.185568307985932 ], [ -1.08488183144003, 60.186029908055936 ], [ -1.085975262772812, 60.186585186843722 ], [ -1.089816818347481, 60.185570005686742 ], [ -1.090110407742826, 60.18571119963832 ], [ -1.089005312332267, 60.186552158708913 ], [ -1.088567130817252, 60.186423437722574 ], [ -1.087705143627869, 60.187598291309534 ], [ -1.086957286362743, 60.187907421097961 ], [ -1.080071411410739, 60.189444689450411 ], [ -1.080812272523242, 60.188421693425092 ] ] ], [ [ [ -1.571091601937915, 60.191465170171355 ], [ -1.571419153031052, 60.191237267541162 ], [ -1.571954372627695, 60.191678959462159 ], [ -1.571406344930082, 60.192220411613299 ], [ -1.571091601937915, 60.191465170171355 ] ] ], [ [ [ -1.571556576659788, 60.19245434717611 ], [ -1.572538944649854, 60.191793079713129 ], [ -1.573527956570593, 60.192007265337907 ], [ -1.571556576659788, 60.19245434717611 ] ] ], [ [ [ -1.14514227702542, 60.191096730262814 ], [ -1.144382197004128, 60.190853879556045 ], [ -1.143026691785642, 60.190970838194922 ], [ -1.145436053353033, 60.190200699126827 ], [ -1.145951717505088, 60.190828077681232 ], [ -1.14514227702542, 60.191096730262814 ] ] ], [ [ [ -1.073870354568081, 60.190654151131177 ], [ -1.079298600354355, 60.18903076779408 ], [ -1.079226007446056, 60.190013499859354 ], [ -1.078014405625384, 60.191100560736835 ], [ -1.073585157574734, 60.191496216403813 ], [ -1.073870354568081, 60.190654151131177 ] ] ], [ [ [ -1.561816689063003, 60.194644810202014 ], [ -1.562539036178664, 60.19457087318397 ], [ -1.562490609717717, 60.195500025883355 ], [ -1.561816689063003, 60.194644810202014 ] ] ], [ [ [ -1.067500636714791, 60.191435620602327 ], [ -1.067012334152575, 60.191167296268759 ], [ -1.068257561347097, 60.19017934315049 ], [ -1.071211417038345, 60.190622089446812 ], [ -1.072583340593944, 60.191210856161831 ], [ -1.073569963021828, 60.190755315602679 ], [ -1.073345711479895, 60.191674130351394 ], [ -1.071974747108936, 60.192647781926773 ], [ -1.06960349698521, 60.193277682159298 ], [ -1.068232782497718, 60.193281529469381 ], [ -1.0687320799632, 60.192526282255862 ], [ -1.067159294929856, 60.192025856613718 ], [ -1.067500636714791, 60.191435620602327 ] ] ], [ [ [ -1.392738357418755, 60.195056177024306 ], [ -1.392947741579708, 60.194460032657958 ], [ -1.393457774973195, 60.19516272624989 ], [ -1.393256180827657, 60.195336894685759 ], [ -1.392738357418755, 60.195056177024306 ] ] ], [ [ [ -1.148270091797229, 60.193568183091195 ], [ -1.149082543447053, 60.193532990751756 ], [ -1.149351344650387, 60.193947759498712 ], [ -1.148916498420558, 60.194025783330652 ], [ -1.148270091797229, 60.193568183091195 ] ] ], [ [ [ -1.39227378227783, 60.196969267292005 ], [ -1.392652111714636, 60.196308350658789 ], [ -1.392908959961089, 60.196560937715127 ], [ -1.393488113658043, 60.196451349178233 ], [ -1.392807239576042, 60.19572093720226 ], [ -1.393414248205495, 60.196055936213973 ], [ -1.393633796674608, 60.195886339094976 ], [ -1.393997031134786, 60.196727533597873 ], [ -1.393446995289358, 60.196725020193938 ], [ -1.39294391893746, 60.197598170201736 ], [ -1.393489738988573, 60.198318984880117 ], [ -1.392408253494315, 60.19779325589932 ], [ -1.39227378227783, 60.196969267292005 ] ] ], [ [ [ -1.155560504426688, 60.196901189723931 ], [ -1.15687016914425, 60.19646953816148 ], [ -1.155745241638046, 60.197081949962723 ], [ -1.155560504426688, 60.196901189723931 ] ] ], [ [ [ -1.32274174095052, 60.200953266491105 ], [ -1.320807204143453, 60.20029688680679 ], [ -1.319022137950688, 60.200700773082552 ], [ -1.318841327291595, 60.198980357807066 ], [ -1.317369523413352, 60.19906707346437 ], [ -1.317498491450905, 60.198502056930678 ], [ -1.317020293098782, 60.198513064726072 ], [ -1.31728205354133, 60.19719898121253 ], [ -1.31818812594506, 60.196992633013252 ], [ -1.318972042828238, 60.196152628665786 ], [ -1.319132020493046, 60.196701171798424 ], [ -1.319861270631843, 60.196758786598444 ], [ -1.31948146398521, 60.198117164723421 ], [ -1.31997731891826, 60.198124196668381 ], [ -1.320284864785625, 60.198951844827107 ], [ -1.322232956553097, 60.199383825751774 ], [ -1.323486527418839, 60.198945760923529 ], [ -1.325391089224771, 60.197105775926488 ], [ -1.326877854873197, 60.196282766064648 ], [ -1.326912096199709, 60.196812703271029 ], [ -1.32785001156065, 60.196368506244269 ], [ -1.327922813504024, 60.196777421430845 ], [ -1.32862255574325, 60.196956055553521 ], [ -1.329627596472581, 60.196314646823005 ], [ -1.330976913633559, 60.196478591092855 ], [ -1.330635068016269, 60.196880923555774 ], [ -1.329699688377844, 60.196759473531976 ], [ -1.32895114369893, 60.197204641521459 ], [ -1.327385693975902, 60.197466085600915 ], [ -1.326423642734509, 60.198646438162982 ], [ -1.326491834174197, 60.1992798066061 ], [ -1.32552538283262, 60.199791191913697 ], [ -1.323863541393599, 60.199908440148512 ], [ -1.322951291144016, 60.201726533323104 ], [ -1.32274174095052, 60.200953266491105 ] ] ], [ [ [ -1.152217562152461, 60.203789378335799 ], [ -1.153192595881128, 60.203405009181175 ], [ -1.152957305419553, 60.203785123883648 ], [ -1.152217562152461, 60.203789378335799 ] ] ], [ [ [ -1.624634151572491, 60.206074358739855 ], [ -1.624195359626017, 60.205794773970787 ], [ -1.625544492665258, 60.206135292156532 ], [ -1.624634151572491, 60.206074358739855 ] ] ], [ [ [ -1.621382403357812, 60.206464680873573 ], [ -1.621870771935318, 60.206353837760062 ], [ -1.622589274851141, 60.206625246967192 ], [ -1.621382403357812, 60.206464680873573 ] ] ], [ [ [ -1.32036929178288, 60.206647314430747 ], [ -1.320851572986831, 60.206007782643589 ], [ -1.320264569475065, 60.206040693169577 ], [ -1.320402054242289, 60.205062682429883 ], [ -1.323603395074564, 60.2037860586262 ], [ -1.32407672300153, 60.204892891803411 ], [ -1.323170075212413, 60.206432664101619 ], [ -1.322644306419669, 60.206120204720925 ], [ -1.322055450949731, 60.206242904055578 ], [ -1.321738716196894, 60.205855187025463 ], [ -1.321005088231648, 60.205999589219573 ], [ -1.320920969700579, 60.206578306497789 ], [ -1.32036929178288, 60.206647314430747 ] ] ], [ [ [ -1.594763300698612, 60.207952890163909 ], [ -1.595289685626781, 60.2076941101217 ], [ -1.596417109391282, 60.207706521575304 ], [ -1.59603274197639, 60.208154293700112 ], [ -1.595321788297756, 60.20801744576287 ], [ -1.594763300698612, 60.207952890163909 ] ] ], [ [ [ -1.507422925542671, 60.208681089645786 ], [ -1.507885185415482, 60.20853465287631 ], [ -1.508097375665473, 60.208822763612034 ], [ -1.507422925542671, 60.208681089645786 ] ] ], [ [ [ -1.286679097253008, 60.208737700900357 ], [ -1.287092321473979, 60.207736959993888 ], [ -1.287638546580003, 60.207840458930455 ], [ -1.286679097253008, 60.208737700900357 ] ] ], [ [ [ -1.587078199090801, 60.21006616748646 ], [ -1.584035550343362, 60.209549363999706 ], [ -1.582696829938029, 60.209832484792727 ], [ -1.581350678252263, 60.209280537271148 ], [ -1.578683086098498, 60.209074562790583 ], [ -1.576237981486541, 60.208406834968017 ], [ -1.575790929975952, 60.206699427699867 ], [ -1.577017867455782, 60.205985036134749 ], [ -1.573605655358747, 60.206185121088687 ], [ -1.572716098766725, 60.205226013666277 ], [ -1.567960092481607, 60.20335648560512 ], [ -1.566850333712265, 60.20201501973699 ], [ -1.567186882416771, 60.20111374310779 ], [ -1.566308404474883, 60.200706826906469 ], [ -1.56688069737419, 60.200394435983817 ], [ -1.565918105144077, 60.199529320962277 ], [ -1.566562938635852, 60.199185742652304 ], [ -1.565269523525777, 60.198790931741925 ], [ -1.565320189806122, 60.198369091435026 ], [ -1.564078097689338, 60.197507536198721 ], [ -1.564953858227377, 60.197429600361943 ], [ -1.565092681173269, 60.197160689630877 ], [ -1.564060744195201, 60.196775702140791 ], [ -1.564386692844305, 60.195995611654389 ], [ -1.563211185736446, 60.195560762270496 ], [ -1.563070600079359, 60.194604050547632 ], [ -1.56397845299245, 60.194140135823609 ], [ -1.56442606879714, 60.194384035184427 ], [ -1.565422756334408, 60.194019169677603 ], [ -1.566531182559017, 60.195436965789881 ], [ -1.567684211031061, 60.196212909074909 ], [ -1.568631417540424, 60.196184565490022 ], [ -1.569295719308581, 60.195724312051695 ], [ -1.569358024910775, 60.194409111390897 ], [ -1.567696926864194, 60.193187074455295 ], [ -1.56875287648254, 60.192422817674803 ], [ -1.569409109123994, 60.192573100031581 ], [ -1.569765323934064, 60.193602335135381 ], [ -1.570492074860656, 60.193878544707914 ], [ -1.570855136744236, 60.193004280462283 ], [ -1.572092950769518, 60.193502115193368 ], [ -1.573753297391254, 60.193404202088317 ], [ -1.574169684452213, 60.19397569645421 ], [ -1.573839740514863, 60.194387664697288 ], [ -1.574660076596328, 60.194403764951872 ], [ -1.574601100329444, 60.19478068788387 ], [ -1.575477842908289, 60.195317737492466 ], [ -1.577278773689174, 60.194811691883665 ], [ -1.579363702034351, 60.194656697740946 ], [ -1.58049716971452, 60.194866799410583 ], [ -1.582206635454374, 60.194454675837349 ], [ -1.583851339286744, 60.194881849831816 ], [ -1.583739916103417, 60.194423578947557 ], [ -1.584173905421095, 60.194330661652231 ], [ -1.584604720658166, 60.195202959459003 ], [ -1.585037698466843, 60.195190845814238 ], [ -1.586134552480192, 60.194731860394668 ], [ -1.58555219978888, 60.194433740833297 ], [ -1.585973655368654, 60.193186996127494 ], [ -1.585461537679435, 60.193041735653985 ], [ -1.585714417416896, 60.192292791179746 ], [ -1.585264747616777, 60.192201597971589 ], [ -1.58609986850194, 60.191755262819434 ], [ -1.585186021685761, 60.191294487593609 ], [ -1.585991531492813, 60.191050084774957 ], [ -1.587431678301626, 60.191243126257753 ], [ -1.587888707675158, 60.190746220076029 ], [ -1.588593081993753, 60.191376925583498 ], [ -1.587687902708441, 60.191661439347804 ], [ -1.588358700122736, 60.192094506901149 ], [ -1.589188170619854, 60.192097077456957 ], [ -1.589056058810306, 60.192568058085946 ], [ -1.590571995276634, 60.192473976726959 ], [ -1.589504453269202, 60.193485288671951 ], [ -1.591274932631505, 60.193953164396234 ], [ -1.58995797217353, 60.19471679307383 ], [ -1.592575143015795, 60.193809011754837 ], [ -1.593183043606154, 60.194232882571725 ], [ -1.592689311619516, 60.194783567101425 ], [ -1.594214512964969, 60.19540777997063 ], [ -1.59478097381901, 60.195539704117849 ], [ -1.597113721713247, 60.195026033788466 ], [ -1.599909264724545, 60.195748309341433 ], [ -1.601511995760168, 60.19668693089509 ], [ -1.600416763102026, 60.197024833611557 ], [ -1.603183573363531, 60.19865381531833 ], [ -1.600682561871446, 60.199642964568987 ], [ -1.602613188004347, 60.199585907466151 ], [ -1.603564791426718, 60.199198174079115 ], [ -1.604934387348693, 60.199296535812927 ], [ -1.605319305172178, 60.199535620116002 ], [ -1.60486733546453, 60.200373796095867 ], [ -1.605544459726099, 60.200312958455449 ], [ -1.604840452864517, 60.201109980221055 ], [ -1.605920733325246, 60.201274811101193 ], [ -1.604785541868665, 60.201926890271963 ], [ -1.603128214564284, 60.201746857724331 ], [ -1.603390057366678, 60.202470436254764 ], [ -1.602792536188763, 60.202657204841593 ], [ -1.601505336553917, 60.202446833335792 ], [ -1.601753786600241, 60.202784285184535 ], [ -1.601164670503646, 60.203020455244534 ], [ -1.602400001504271, 60.203046608629116 ], [ -1.599298491078248, 60.204433489585291 ], [ -1.600429805349628, 60.204858905014113 ], [ -1.601298344457151, 60.204641535489316 ], [ -1.60116700841837, 60.205058656403608 ], [ -1.602518085299698, 60.204470106613002 ], [ -1.604922584377328, 60.204032833473697 ], [ -1.601737028217955, 60.205657459931729 ], [ -1.600021534477314, 60.205795962842892 ], [ -1.599973923372005, 60.206002332384081 ], [ -1.601117206704196, 60.206189838910966 ], [ -1.600632338062333, 60.20674955756914 ], [ -1.600040730350422, 60.206442496199692 ], [ -1.600069001643712, 60.207084567420296 ], [ -1.598844622261056, 60.206887828048416 ], [ -1.598588224239721, 60.207201311838176 ], [ -1.597821073176004, 60.207234905 ], [ -1.59711299238323, 60.206864625819641 ], [ -1.597360326893356, 60.206555606763104 ], [ -1.59633420098683, 60.206377403019346 ], [ -1.595041312967029, 60.206620382681017 ], [ -1.594507302915963, 60.20749867760177 ], [ -1.592744246143594, 60.207825496712815 ], [ -1.592992591017604, 60.208167453888905 ], [ -1.591927014033857, 60.208258460032425 ], [ -1.591978072305787, 60.208505534757926 ], [ -1.589913164561477, 60.208436319711666 ], [ -1.589791137363564, 60.208817542894217 ], [ -1.587078199090801, 60.21006616748646 ] ] ], [ [ [ -1.109504354954555, 60.207390407693872 ], [ -1.111864563222752, 60.207378391296629 ], [ -1.110427300736017, 60.208553127523331 ], [ -1.109791024638558, 60.208530003773262 ], [ -1.109130008811468, 60.208021830721258 ], [ -1.109504354954555, 60.207390407693872 ] ] ], [ [ [ -1.285501099948721, 60.210141076587377 ], [ -1.285411389795056, 60.209785920522847 ], [ -1.285907295524727, 60.209798466939986 ], [ -1.285501099948721, 60.210141076587377 ] ] ], [ [ [ -1.594546239582627, 60.211655992495054 ], [ -1.59357737232404, 60.211213067448988 ], [ -1.594325802489428, 60.211242293200634 ], [ -1.594546239582627, 60.211655992495054 ] ] ], [ [ [ -1.508940778654007, 60.214563387927583 ], [ -1.50893604951049, 60.214276046545606 ], [ -1.510114716073029, 60.21449589457233 ], [ -1.50984785484084, 60.214845085401485 ], [ -1.508940778654007, 60.214563387927583 ] ] ], [ [ [ -1.592629343515551, 60.21418664100284 ], [ -1.593549703784787, 60.214180483171049 ], [ -1.594418583214722, 60.214690443748125 ], [ -1.594363887646641, 60.215466944362007 ], [ -1.593685986463388, 60.21556363835915 ], [ -1.592594773386893, 60.215519889524501 ], [ -1.592228864411233, 60.215195528678819 ], [ -1.593198754078206, 60.214834862020517 ], [ -1.592629343515551, 60.21418664100284 ] ] ], [ [ [ -1.27973384035937, 60.216018124547531 ], [ -1.280198092403128, 60.215255627172404 ], [ -1.280362487948865, 60.21557707117379 ], [ -1.27973384035937, 60.216018124547531 ] ] ], [ [ [ -1.566373456647979, 60.213555766113416 ], [ -1.567164173764122, 60.212431502698628 ], [ -1.568791831284613, 60.212836358081262 ], [ -1.571373312457284, 60.212745951287232 ], [ -1.572148260611046, 60.213511652043223 ], [ -1.575458708721446, 60.214963382403724 ], [ -1.577277507197832, 60.215256508807897 ], [ -1.575127772211256, 60.216134958616315 ], [ -1.575536238186632, 60.216924606183461 ], [ -1.574976846862401, 60.217200262232005 ], [ -1.571966213812012, 60.217652999385848 ], [ -1.572090109084784, 60.218394151958343 ], [ -1.571631839051687, 60.218522867097256 ], [ -1.568322335940499, 60.218083857458986 ], [ -1.567319173376555, 60.217516721369769 ], [ -1.56696324052331, 60.216452467286643 ], [ -1.56778072957603, 60.21631506154236 ], [ -1.568345932741069, 60.215737765855245 ], [ -1.566373456647979, 60.213555766113416 ] ] ], [ [ [ -1.689398715407411, 60.233766089324199 ], [ -1.689626015393179, 60.233596024447571 ], [ -1.690645993970681, 60.233611871836139 ], [ -1.691370362374385, 60.234343528675069 ], [ -1.690642384104993, 60.234378648193022 ], [ -1.689398715407411, 60.233766089324199 ] ] ], [ [ [ -1.692090844381144, 60.234915350807753 ], [ -1.692122467437042, 60.234238426888943 ], [ -1.692691300590074, 60.235195082234448 ], [ -1.692385164631174, 60.23530032283908 ], [ -1.692090844381144, 60.234915350807753 ] ] ], [ [ [ -1.691649459890947, 60.240195621303137 ], [ -1.692508100721084, 60.240106028288963 ], [ -1.69244194448863, 60.240421028754305 ], [ -1.691649459890947, 60.240195621303137 ] ] ], [ [ [ -1.148046055957882, 60.239445987331621 ], [ -1.1485953717516, 60.238807500024599 ], [ -1.145317869499467, 60.239145609650308 ], [ -1.145328622699164, 60.238732636711859 ], [ -1.143689995196655, 60.23924287093547 ], [ -1.143819772734746, 60.238767811370593 ], [ -1.14551172382051, 60.238289345934625 ], [ -1.145622193035794, 60.238554942588991 ], [ -1.145988532344213, 60.238009569630648 ], [ -1.148936360534333, 60.237148538920856 ], [ -1.1526925973501, 60.235044499940834 ], [ -1.153927105349638, 60.235487862830006 ], [ -1.154254620044201, 60.235040991013562 ], [ -1.156616953610105, 60.234108716466991 ], [ -1.156600431186215, 60.234400434539999 ], [ -1.15736725324907, 60.234423262100719 ], [ -1.15666552945074, 60.235029389952409 ], [ -1.157208995099771, 60.234961007686969 ], [ -1.154894988676437, 60.235767892092305 ], [ -1.154996744085173, 60.236374633730897 ], [ -1.153950730369454, 60.237023451584925 ], [ -1.154409402107111, 60.237093717393456 ], [ -1.154272260363838, 60.23751037523607 ], [ -1.152408457658525, 60.238706188294472 ], [ -1.15162594947, 60.23998521184496 ], [ -1.150926467761672, 60.240146855285808 ], [ -1.148464271524754, 60.240032316394 ], [ -1.148961464813154, 60.239662868494939 ], [ -1.148046055957882, 60.239445987331621 ] ] ], [ [ [ -1.152304078322981, 60.240999699317406 ], [ -1.1536429598531, 60.240905877863 ], [ -1.153620943525395, 60.241199356212427 ], [ -1.15254147742417, 60.241248141787707 ], [ -1.152304078322981, 60.240999699317406 ] ] ], [ [ [ -1.157725745890688, 60.241000979055123 ], [ -1.158616056710355, 60.240792021779072 ], [ -1.158373515578633, 60.241305888376417 ], [ -1.15794062797812, 60.241354325021788 ], [ -1.157725745890688, 60.241000979055123 ] ] ], [ [ [ -1.153139575089112, 60.242566507402756 ], [ -1.153273139600926, 60.24228990303186 ], [ -1.15367025441334, 60.242368757643725 ], [ -1.153139575089112, 60.242566507402756 ] ] ], [ [ [ -1.13505612366912, 60.242383497326948 ], [ -1.137280030153426, 60.24194900617973 ], [ -1.138178911369585, 60.242107489564759 ], [ -1.134446713494617, 60.242891339772726 ], [ -1.13505612366912, 60.242383497326948 ] ] ], [ [ [ -1.149299117932249, 60.243009772921866 ], [ -1.149597125322567, 60.242661494297096 ], [ -1.149656258349093, 60.242819008423638 ], [ -1.149299117932249, 60.243009772921866 ] ] ], [ [ [ -1.143311003677946, 60.24303861791509 ], [ -1.143977264133647, 60.242423351794208 ], [ -1.144459584911697, 60.242974189928127 ], [ -1.143311003677946, 60.24303861791509 ] ] ], [ [ [ -1.138434976287368, 60.242329141258573 ], [ -1.139858764192627, 60.24210042374078 ], [ -1.142413365069591, 60.242485093814004 ], [ -1.141588176424596, 60.24330584593028 ], [ -1.140048350365214, 60.243825653951305 ], [ -1.136884564388419, 60.243938018697378 ], [ -1.136965784745736, 60.243253435091042 ], [ -1.138434976287368, 60.242329141258573 ] ] ], [ [ [ -1.145195094103695, 60.243513187578287 ], [ -1.145787726255848, 60.243297011637686 ], [ -1.146479711955481, 60.243427169801883 ], [ -1.145250142348513, 60.244173511001826 ], [ -1.145195094103695, 60.243513187578287 ] ] ], [ [ [ -1.088422889898742, 60.248665885650098 ], [ -1.089625356686332, 60.248363453100438 ], [ -1.089146173506302, 60.248705867679789 ], [ -1.091286714280179, 60.248840854202889 ], [ -1.090532716268604, 60.249908710560391 ], [ -1.089758671084017, 60.250199721906505 ], [ -1.087784885502365, 60.25017181166816 ], [ -1.089207054294527, 60.249115738265395 ], [ -1.088422889898742, 60.248665885650098 ] ] ], [ [ [ -1.695497931199086, 60.25362320168545 ], [ -1.696480344431226, 60.252884705031946 ], [ -1.6971469488625, 60.253083757601466 ], [ -1.696518784545726, 60.253612068791298 ], [ -1.695497931199086, 60.25362320168545 ] ] ], [ [ [ -1.703603974388487, 60.254261058910778 ], [ -1.704129315155213, 60.254105102062347 ], [ -1.703872661246749, 60.254517551141276 ], [ -1.703603974388487, 60.254261058910778 ] ] ], [ [ [ -1.128261884086321, 60.259027773380453 ], [ -1.128158500077024, 60.258770290533107 ], [ -1.128327366537282, 60.259011140903318 ], [ -1.129695485468364, 60.25866364087679 ], [ -1.128475367232062, 60.259222226462548 ], [ -1.128261884086321, 60.259027773380453 ] ] ], [ [ [ -1.698340616829433, 60.263753177488432 ], [ -1.697735549706473, 60.263715888144731 ], [ -1.697660740074254, 60.263989568381263 ], [ -1.697201527230199, 60.263813438419021 ], [ -1.69706420784137, 60.263027489139908 ], [ -1.698483579455339, 60.262945418753908 ], [ -1.698335791038932, 60.263295252787522 ], [ -1.699441338516778, 60.263935244946566 ], [ -1.698914458378964, 60.264239328350016 ], [ -1.698536599429917, 60.264058897926148 ], [ -1.698340616829433, 60.263753177488432 ] ] ], [ [ [ -1.688411859887741, 60.266419395226428 ], [ -1.689145646985594, 60.2662280711736 ], [ -1.691394375996887, 60.266376970109583 ], [ -1.688843824433067, 60.266608959798056 ], [ -1.688411859887741, 60.266419395226428 ] ] ], [ [ [ -1.694268822566522, 60.269202923179954 ], [ -1.692935632172352, 60.268737447531912 ], [ -1.694334049691524, 60.268992073841268 ], [ -1.694268822566522, 60.269202923179954 ] ] ], [ [ [ -1.093468982847871, 60.268909048341875 ], [ -1.094051269625458, 60.268769353178456 ], [ -1.093060710133399, 60.269292367455307 ], [ -1.093468982847871, 60.268909048341875 ] ] ], [ [ [ -1.690106592009401, 60.272600700053282 ], [ -1.690191328422627, 60.272241749854018 ], [ -1.691327301557373, 60.272545178434626 ], [ -1.690106592009401, 60.272600700053282 ] ] ], [ [ [ -1.121119473559252, 60.272821199314777 ], [ -1.121777138637631, 60.272565152402642 ], [ -1.121764373021078, 60.272704245014864 ], [ -1.121119473559252, 60.272821199314777 ] ] ], [ [ [ -1.691835765394283, 60.276146812322906 ], [ -1.691875127918037, 60.275805713454169 ], [ -1.692381275938567, 60.275811374852694 ], [ -1.692613052757873, 60.276157590348923 ], [ -1.691835765394283, 60.276146812322906 ] ] ], [ [ [ -1.131326799788276, 60.275802060475606 ], [ -1.131630531978588, 60.275256317967312 ], [ -1.131128679316634, 60.275432620124839 ], [ -1.130357477442562, 60.275198606626006 ], [ -1.131616263924794, 60.274088935714389 ], [ -1.132039621754888, 60.275169199456229 ], [ -1.132858757045386, 60.275300255814955 ], [ -1.13148235019133, 60.276072451654173 ], [ -1.131326799788276, 60.275802060475606 ] ] ], [ [ [ -1.113277015136791, 60.276706456141532 ], [ -1.114580179566243, 60.276320063047748 ], [ -1.114855948319247, 60.27682024399185 ], [ -1.114030416625401, 60.276926981708336 ], [ -1.113277015136791, 60.276706456141532 ] ] ], [ [ [ -1.12482223188426, 60.277680915237255 ], [ -1.126299426783451, 60.277205762287487 ], [ -1.126950513448502, 60.277537780681314 ], [ -1.125316897797624, 60.278115171531198 ], [ -1.124704296063297, 60.278034814857307 ], [ -1.12482223188426, 60.277680915237255 ] ] ], [ [ [ -1.139040245816525, 60.281899709237187 ], [ -1.140312427524414, 60.281656529724508 ], [ -1.140413015788475, 60.281957981135861 ], [ -1.139406717205953, 60.282404914104752 ], [ -1.138667203988886, 60.282332779576848 ], [ -1.139040245816525, 60.281899709237187 ] ] ], [ [ [ -1.472133430886721, 60.286706339245029 ], [ -1.47214059016771, 60.286261917067286 ], [ -1.472653802144366, 60.286398635964233 ], [ -1.472133430886721, 60.286706339245029 ] ] ], [ [ [ -1.471606824278417, 60.287400104095816 ], [ -1.472022396882682, 60.286863027293705 ], [ -1.472025869192482, 60.287208724863937 ], [ -1.471606824278417, 60.287400104095816 ] ] ], [ [ [ -1.573588502134266, 60.2888482558593 ], [ -1.573249911563145, 60.28846108412759 ], [ -1.573637511708994, 60.288556604310251 ], [ -1.573588502134266, 60.2888482558593 ] ] ], [ [ [ -1.572047275573854, 60.289148580839488 ], [ -1.572198170708474, 60.288673193729117 ], [ -1.572720706348885, 60.288823023065689 ], [ -1.572047275573854, 60.289148580839488 ] ] ], [ [ [ -1.481791651255079, 60.289622940055615 ], [ -1.482430241368904, 60.289270765555671 ], [ -1.482356049540598, 60.289502129444827 ], [ -1.481791651255079, 60.289622940055615 ] ] ], [ [ [ -1.140961347597135, 60.288287317621702 ], [ -1.141381870824536, 60.287769246199979 ], [ -1.14169361980615, 60.287950842160896 ], [ -1.140961347597135, 60.288287317621702 ] ] ], [ [ [ -1.587692837440104, 60.296967300943031 ], [ -1.588092614384612, 60.296681221099753 ], [ -1.588506549050616, 60.296707642994086 ], [ -1.588358797991102, 60.297380588967457 ], [ -1.587692837440104, 60.296967300943031 ] ] ], [ [ [ -1.53871265435823, 60.298404629060471 ], [ -1.538086743305784, 60.298144766545896 ], [ -1.538704809529383, 60.298190907872687 ], [ -1.53871265435823, 60.298404629060471 ] ] ], [ [ [ -1.449026613323874, 60.298305679153614 ], [ -1.449742303475587, 60.298133556274074 ], [ -1.450115605621016, 60.298527474218339 ], [ -1.449026613323874, 60.298305679153614 ] ] ], [ [ [ -1.555498807322336, 60.300456871713102 ], [ -1.556928586406586, 60.300421238756542 ], [ -1.557141435826705, 60.300736203070755 ], [ -1.55639627099647, 60.30098512378266 ], [ -1.555498807322336, 60.300456871713102 ] ] ], [ [ [ -1.551996167590252, 60.301908650449398 ], [ -1.552416524688303, 60.301600299835599 ], [ -1.55300090538402, 60.301867137711746 ], [ -1.551996167590252, 60.301908650449398 ] ] ], [ [ [ -1.562217152916199, 60.30203247627788 ], [ -1.561994539707998, 60.301766871080403 ], [ -1.56273416588238, 60.301930921919457 ], [ -1.562217152916199, 60.30203247627788 ] ] ], [ [ [ -1.598467106706738, 60.303343720944852 ], [ -1.598933774318505, 60.303208652816025 ], [ -1.598937805937364, 60.303322694407328 ], [ -1.598467106706738, 60.303343720944852 ] ] ], [ [ [ -1.593021895227744, 60.303549842108097 ], [ -1.592906594566033, 60.302927265402538 ], [ -1.592251535463706, 60.303223351578602 ], [ -1.593214315082126, 60.30262562476004 ], [ -1.593644782582595, 60.303075875626931 ], [ -1.593021895227744, 60.303549842108097 ] ] ], [ [ [ -1.594858990003563, 60.303797875642822 ], [ -1.595194850182651, 60.303268257271363 ], [ -1.595270777347842, 60.303712933861107 ], [ -1.594858990003563, 60.303797875642822 ] ] ], [ [ [ -1.593058476451919, 60.303809438421524 ], [ -1.593512841876102, 60.303647415540212 ], [ -1.593190494624816, 60.303960684411535 ], [ -1.593058476451919, 60.303809438421524 ] ] ], [ [ [ -1.55167041983423, 60.30389634006265 ], [ -1.552343927303423, 60.30360231093276 ], [ -1.552512685004221, 60.303831836282541 ], [ -1.55167041983423, 60.30389634006265 ] ] ], [ [ [ -1.594490169206259, 60.303919759817298 ], [ -1.595050170376818, 60.303847840694338 ], [ -1.594772716025981, 60.304043629114332 ], [ -1.594490169206259, 60.303919759817298 ] ] ], [ [ [ -1.552827051536619, 60.3039990000158 ], [ -1.553534717761085, 60.303853228631802 ], [ -1.552840670267085, 60.304326769142946 ], [ -1.552827051536619, 60.3039990000158 ] ] ], [ [ [ -1.599342887596738, 60.305411461619236 ], [ -1.599661822386958, 60.305225665151539 ], [ -1.599816992646021, 60.305558343717387 ], [ -1.599342887596738, 60.305411461619236 ] ] ], [ [ [ -1.076132310536357, 60.302645693143738 ], [ -1.0770636808212, 60.302342380674801 ], [ -1.078382034165779, 60.302432339216779 ], [ -1.077551316741947, 60.3033379640896 ], [ -1.076082929454379, 60.303754278391011 ], [ -1.075415145245608, 60.303372510441129 ], [ -1.076132310536357, 60.302645693143738 ] ] ], [ [ [ -1.460164525165843, 60.306263473246112 ], [ -1.461581506835548, 60.305928023960561 ], [ -1.461827448569442, 60.306377958533446 ], [ -1.460350225944406, 60.306524611611771 ], [ -1.460164525165843, 60.306263473246112 ] ] ], [ [ [ -1.601947917484567, 60.307400879950272 ], [ -1.601163224034679, 60.307196508902329 ], [ -1.602782706348761, 60.307205844337211 ], [ -1.601947917484567, 60.307400879950272 ] ] ], [ [ [ -1.077888314923505, 60.305185522156798 ], [ -1.077615593335959, 60.304267754646801 ], [ -1.076678982234877, 60.30475510781627 ], [ -1.076431138235204, 60.304560334062721 ], [ -1.078411087196167, 60.303007207831953 ], [ -1.07893202109103, 60.303464266273679 ], [ -1.08001747471169, 60.303086575534309 ], [ -1.080313756765567, 60.303683046662755 ], [ -1.081274739776635, 60.303420315890733 ], [ -1.080859633669244, 60.304090884438011 ], [ -1.081663907115132, 60.303802823556069 ], [ -1.081358828234379, 60.304615126524872 ], [ -1.080838244289673, 60.304723768031309 ], [ -1.08066685941532, 60.304318520385031 ], [ -1.080398516878094, 60.304852720989409 ], [ -1.080363887268197, 60.304153004088995 ], [ -1.079820123982949, 60.305022017023468 ], [ -1.079427900881126, 60.304619728659475 ], [ -1.078757050468488, 60.304859315306047 ], [ -1.078511140309607, 60.304273964883109 ], [ -1.077888314923505, 60.305185522156798 ] ] ], [ [ [ -1.477837292791011, 60.307820023635671 ], [ -1.478747638261325, 60.307473422830718 ], [ -1.479451567654257, 60.307588414526947 ], [ -1.479203282393697, 60.307838847940843 ], [ -1.477837292791011, 60.307820023635671 ] ] ], [ [ [ -1.609216418819881, 60.307916260164554 ], [ -1.609804150220052, 60.307190712133163 ], [ -1.610425984693282, 60.307399044530804 ], [ -1.610088238414151, 60.308408156780814 ], [ -1.609652755435544, 60.308505645069658 ], [ -1.609693388999186, 60.308133148965425 ], [ -1.609216418819881, 60.307916260164554 ] ] ], [ [ [ -1.47224277572058, 60.307986494788956 ], [ -1.472257901894116, 60.307609446418887 ], [ -1.473485926516549, 60.307766952907279 ], [ -1.47383113875333, 60.308244193943139 ], [ -1.473227679791001, 60.308071208462124 ], [ -1.47224277572058, 60.307986494788956 ] ] ], [ [ [ -1.550173613116463, 60.307482774315837 ], [ -1.552212847621129, 60.307233762001829 ], [ -1.553105194536131, 60.307483678008673 ], [ -1.553587711844352, 60.307929744843506 ], [ -1.553257579662343, 60.308251870177529 ], [ -1.554282260009436, 60.308753626585293 ], [ -1.552813346597194, 60.308977653310905 ], [ -1.552890672384006, 60.309278700210633 ], [ -1.551840650094354, 60.309306591939702 ], [ -1.55165383421762, 60.309072515752256 ], [ -1.550053977544497, 60.308945900655687 ], [ -1.549579336619282, 60.307929699058683 ], [ -1.550173613116463, 60.307482774315837 ] ] ], [ [ [ -1.536616573759004, 60.311526041512273 ], [ -1.536938425512302, 60.311163524133519 ], [ -1.537314157029918, 60.311470108193667 ], [ -1.536616573759004, 60.311526041512273 ] ] ], [ [ [ -1.653311339170613, 60.311903802254086 ], [ -1.652492640624733, 60.311452733474233 ], [ -1.651813780748577, 60.311468915820072 ], [ -1.651340163108212, 60.310906509335013 ], [ -1.651437371921319, 60.309425285345121 ], [ -1.653210454582229, 60.30861286119773 ], [ -1.654358667572461, 60.308701146702084 ], [ -1.65582502518024, 60.309513027727384 ], [ -1.656330795030395, 60.310466072867662 ], [ -1.655527543144326, 60.310266464987166 ], [ -1.655324882809515, 60.310607129034601 ], [ -1.656444759034903, 60.311678485676431 ], [ -1.653706382928296, 60.311343665120845 ], [ -1.653311339170613, 60.311903802254086 ] ] ], [ [ [ -1.553107502098371, 60.311955085280488 ], [ -1.553978770151954, 60.311769456670461 ], [ -1.553675566258913, 60.312105141291219 ], [ -1.553107502098371, 60.311955085280488 ] ] ], [ [ [ -1.536630986009716, 60.311786474649594 ], [ -1.537331556731687, 60.311519551685493 ], [ -1.536533760362746, 60.31226200814465 ], [ -1.536630986009716, 60.311786474649594 ] ] ], [ [ [ -1.537891049293502, 60.312271219795598 ], [ -1.538627942480456, 60.3119954374827 ], [ -1.539304844339488, 60.312123485719297 ], [ -1.539481908546726, 60.312402439150091 ], [ -1.539013127692811, 60.31227511327549 ], [ -1.538346408417489, 60.312708268874673 ], [ -1.537891049293502, 60.312271219795598 ] ] ], [ [ [ -1.537085721548067, 60.312905908695981 ], [ -1.537601290496054, 60.31228368090833 ], [ -1.537859909666326, 60.312553941286382 ], [ -1.537085721548067, 60.312905908695981 ] ] ], [ [ [ -1.491114115480705, 60.313447294386279 ], [ -1.491810979862151, 60.313445469309883 ], [ -1.491260627280814, 60.313919239200125 ], [ -1.491114115480705, 60.313447294386279 ] ] ], [ [ [ -1.529438287128178, 60.314198947176841 ], [ -1.529685591755371, 60.313993311171195 ], [ -1.528335666439096, 60.314096276070948 ], [ -1.528845992919308, 60.313851169731585 ], [ -1.528440578760287, 60.313724030987103 ], [ -1.530783393921893, 60.312538145598616 ], [ -1.531535174532955, 60.312491412435378 ], [ -1.531405134325444, 60.313357401189876 ], [ -1.530107152293838, 60.313626673370599 ], [ -1.530790143728314, 60.313961297058874 ], [ -1.529438287128178, 60.314198947176841 ] ] ], [ [ [ -1.548483280214599, 60.314579210362716 ], [ -1.548849783672138, 60.314252730943394 ], [ -1.549621747549961, 60.314713261029432 ], [ -1.5490439887087, 60.314608048500688 ], [ -1.548483280214599, 60.314579210362716 ] ] ], [ [ [ -1.546125947277624, 60.314889932317058 ], [ -1.546391222452275, 60.31403337019708 ], [ -1.546043543248012, 60.314306034869126 ], [ -1.545741837732544, 60.313874026711837 ], [ -1.545420493022779, 60.314205141329445 ], [ -1.545481210712272, 60.313742945092066 ], [ -1.544330007078117, 60.31322721984143 ], [ -1.54396836690575, 60.31255257686442 ], [ -1.545560747182269, 60.31192502716754 ], [ -1.54657220051797, 60.310114778204209 ], [ -1.547739639989327, 60.309449838394286 ], [ -1.550193302116084, 60.310001371030552 ], [ -1.550052825470629, 60.31034657643832 ], [ -1.551648620271389, 60.31011402911367 ], [ -1.552492976128997, 60.310570297584185 ], [ -1.551566886547272, 60.310796135836675 ], [ -1.551954748808604, 60.310887230013677 ], [ -1.55138062367922, 60.311181592422329 ], [ -1.551851833824634, 60.311133797919901 ], [ -1.551920598507465, 60.311398901601507 ], [ -1.550534345832068, 60.311524415944753 ], [ -1.551112978778991, 60.312222220110584 ], [ -1.549165051434647, 60.313046163173439 ], [ -1.550043568901332, 60.312995265509436 ], [ -1.549125475741875, 60.313948389519048 ], [ -1.546832138806409, 60.31486989316916 ], [ -1.546125947277624, 60.314889932317058 ] ] ], [ [ [ -1.547099780256862, 60.315149144688867 ], [ -1.54773085515142, 60.31467093076801 ], [ -1.547717029318382, 60.31501656410871 ], [ -1.547099780256862, 60.315149144688867 ] ] ], [ [ [ -1.703166282631364, 60.316625918399566 ], [ -1.704074568288968, 60.316268796297955 ], [ -1.704942911437649, 60.316324596278463 ], [ -1.704342874700763, 60.316624048451487 ], [ -1.703166282631364, 60.316625918399566 ] ] ], [ [ [ -1.489239495533205, 60.315850903401397 ], [ -1.489200411134091, 60.315455688387239 ], [ -1.487579015351286, 60.315543729012923 ], [ -1.48556823610927, 60.315069072576563 ], [ -1.485291789236904, 60.314807619323382 ], [ -1.485785971334036, 60.314459359341612 ], [ -1.485044604967915, 60.313836957247297 ], [ -1.485383666749562, 60.313568906882814 ], [ -1.488066045982059, 60.313915961097187 ], [ -1.488681969765219, 60.314461544648367 ], [ -1.489566166300804, 60.314635536893846 ], [ -1.491385835386428, 60.314597613564324 ], [ -1.490742934340461, 60.315201219231056 ], [ -1.493149629148685, 60.315829945037407 ], [ -1.491964426611904, 60.316386595291284 ], [ -1.489239495533205, 60.315850903401397 ] ] ], [ [ [ -1.457092831405275, 60.316899798911564 ], [ -1.458369218827409, 60.316339339887278 ], [ -1.458915180428148, 60.317257396348133 ], [ -1.457760885000374, 60.317548995300058 ], [ -1.457092831405275, 60.316899798911564 ] ] ], [ [ [ -1.718866494570633, 60.31797538092475 ], [ -1.719190009984425, 60.317190434781665 ], [ -1.719911981416471, 60.317434378980003 ], [ -1.719467923471515, 60.317500783288061 ], [ -1.721023947033518, 60.317584861854954 ], [ -1.721835265955185, 60.317968151406149 ], [ -1.721191322480892, 60.318123929700462 ], [ -1.721268270123959, 60.318653829304203 ], [ -1.720709943829435, 60.318320449923029 ], [ -1.71929854580634, 60.318254630105287 ], [ -1.718866494570633, 60.31797538092475 ] ] ], [ [ [ -1.662704745952003, 60.318907948321183 ], [ -1.663380022150664, 60.3183745312949 ], [ -1.664500410379203, 60.318740995922496 ], [ -1.664264015071707, 60.319374291708662 ], [ -1.663413828940806, 60.319487968337818 ], [ -1.662704745952003, 60.318907948321183 ] ] ], [ [ [ -1.511102462905154, 60.319686164266464 ], [ -1.513398449535754, 60.319286050258057 ], [ -1.511142688571597, 60.320023014374037 ], [ -1.510700458656445, 60.319936090652689 ], [ -1.511102462905154, 60.319686164266464 ] ] ], [ [ [ -1.51366864310034, 60.31937682556655 ], [ -1.515261943474484, 60.319360193953798 ], [ -1.51487381794665, 60.319897502656467 ], [ -1.513522201575903, 60.320094588214339 ], [ -1.514534471293559, 60.319586498712162 ], [ -1.51366864310034, 60.31937682556655 ] ] ], [ [ [ -1.446865841284727, 60.319017059703377 ], [ -1.449095200000111, 60.318855714565082 ], [ -1.449834333965466, 60.319577075455612 ], [ -1.449294890485077, 60.319898079093107 ], [ -1.447197029882673, 60.319772653517781 ], [ -1.446865841284727, 60.319017059703377 ] ] ], [ [ [ -1.665376984558355, 60.321179107960042 ], [ -1.666332169742927, 60.321069273522632 ], [ -1.665583753222993, 60.321495675773576 ], [ -1.665376984558355, 60.321179107960042 ] ] ], [ [ [ -1.508681880738191, 60.320543693798854 ], [ -1.509256419234226, 60.320258495140628 ], [ -1.509735661560791, 60.320291687698557 ], [ -1.508819356468861, 60.32103354211997 ], [ -1.508681880738191, 60.320543693798854 ] ] ], [ [ [ -1.513044727462757, 60.321767373491035 ], [ -1.512697530707799, 60.321375527697597 ], [ -1.513552952510756, 60.321679445535111 ], [ -1.513044727462757, 60.321767373491035 ] ] ], [ [ [ -1.486178860771446, 60.321715705469558 ], [ -1.486244406671589, 60.32157678810605 ], [ -1.486786864426753, 60.321619286239041 ], [ -1.486178860771446, 60.321715705469558 ] ] ], [ [ [ -1.723414928661677, 60.322757044940332 ], [ -1.722839660804073, 60.322275492544129 ], [ -1.724610864512925, 60.32263382428431 ], [ -1.723414928661677, 60.322757044940332 ] ] ], [ [ [ -1.721621809763905, 60.322847582001849 ], [ -1.722416514069641, 60.32243083853308 ], [ -1.722817907689271, 60.322706420576452 ], [ -1.721621809763905, 60.322847582001849 ] ] ], [ [ [ -1.722071938871372, 60.3231403275662 ], [ -1.722418016736476, 60.322894137996641 ], [ -1.723630322096153, 60.322977468325355 ], [ -1.7226588874176, 60.323312145515395 ], [ -1.722071938871372, 60.3231403275662 ] ] ], [ [ [ -1.706368220044318, 60.322900099959242 ], [ -1.70808075517854, 60.3227153163241 ], [ -1.706915898319103, 60.323404109691083 ], [ -1.706048210462718, 60.323254048912901 ], [ -1.706368220044318, 60.322900099959242 ] ] ], [ [ [ -1.489148005652791, 60.322871929480812 ], [ -1.488828379477749, 60.322471147858771 ], [ -1.488234537656803, 60.322819035626551 ], [ -1.488178266836846, 60.32236539279068 ], [ -1.487703991662927, 60.322592525163245 ], [ -1.486125918533969, 60.322204842424547 ], [ -1.487135511986906, 60.321898971781458 ], [ -1.487469456328878, 60.321383981121208 ], [ -1.48852911016332, 60.32134765505851 ], [ -1.488016468694106, 60.321713811512829 ], [ -1.490676473588118, 60.321216723223031 ], [ -1.491297253736661, 60.321461524430234 ], [ -1.490497017343382, 60.321696398617163 ], [ -1.49183630022033, 60.321723968001884 ], [ -1.490928070191567, 60.321918027900146 ], [ -1.492782470649762, 60.322001430310749 ], [ -1.492683671742109, 60.322535288442964 ], [ -1.490571284513415, 60.323321834651544 ], [ -1.489148005652791, 60.322871929480812 ] ] ], [ [ [ -1.493383975113029, 60.324077810190431 ], [ -1.49374034603106, 60.323863677146754 ], [ -1.492842789977447, 60.323950045986656 ], [ -1.492142711719787, 60.323561289784379 ], [ -1.492871609577716, 60.323258793240036 ], [ -1.492917487958052, 60.322634945964268 ], [ -1.494488031439871, 60.322344624692356 ], [ -1.494916763889188, 60.322718870609421 ], [ -1.494125603768091, 60.323537418817985 ], [ -1.494572105264646, 60.323934180147539 ], [ -1.493271037845814, 60.324355720835321 ], [ -1.493383975113029, 60.324077810190431 ] ] ], [ [ [ -1.47558643819252, 60.325759701951583 ], [ -1.476324949682982, 60.325434886712209 ], [ -1.475875476244541, 60.325801245284033 ], [ -1.47558643819252, 60.325759701951583 ] ] ], [ [ [ -1.659689054537961, 60.326900235924391 ], [ -1.660692945507446, 60.326302128713884 ], [ -1.661559297380707, 60.327269537637619 ], [ -1.661159294858916, 60.327603422744453 ], [ -1.660108222825176, 60.327510956218063 ], [ -1.659689054537961, 60.326900235924391 ] ] ], [ [ [ -1.729619434864905, 60.328884223041918 ], [ -1.730543625725952, 60.328800800325418 ], [ -1.730568939188922, 60.329025316549654 ], [ -1.729568341819555, 60.329588939305957 ], [ -1.729619434864905, 60.328884223041918 ] ] ], [ [ [ -1.732564807078205, 60.330753231960088 ], [ -1.732875732364196, 60.330376755181831 ], [ -1.733251618777357, 60.330916224679761 ], [ -1.732616235349306, 60.331107989807101 ], [ -1.732564807078205, 60.330753231960088 ] ] ], [ [ [ -1.132368617932344, 60.328426444970738 ], [ -1.132599528283344, 60.32798169094734 ], [ -1.132919523143701, 60.328342940181898 ], [ -1.132571925908133, 60.32861273983594 ], [ -1.132368617932344, 60.328426444970738 ] ] ], [ [ [ -1.119217453152865, 60.328451354734518 ], [ -1.119316033390389, 60.328085660583035 ], [ -1.119935880903999, 60.328267549035751 ], [ -1.119991973501453, 60.328807563377481 ], [ -1.119217453152865, 60.328451354734518 ] ] ], [ [ [ -0.904983901772152, 60.326425562321177 ], [ -0.905754984854689, 60.325894043385397 ], [ -0.905226502556815, 60.325669699196233 ], [ -0.90547122632645, 60.325282905943226 ], [ -0.906965953945202, 60.324823781114901 ], [ -0.906679333830243, 60.325489491527016 ], [ -0.905851694296101, 60.32576373998743 ], [ -0.906799900536647, 60.325837086901466 ], [ -0.907472482836897, 60.325108997906632 ], [ -0.908556087435375, 60.325085569306324 ], [ -0.907395019974266, 60.3262352743251 ], [ -0.909201107620433, 60.325562278777241 ], [ -0.909242018756194, 60.325910116389622 ], [ -0.9074803149634, 60.326825920506657 ], [ -0.90659505951272, 60.326818645671011 ], [ -0.906231438537697, 60.327457681802514 ], [ -0.905766030668499, 60.32751221959694 ], [ -0.905910231540461, 60.327153332561345 ], [ -0.905461473631184, 60.327143354658816 ], [ -0.906331029461359, 60.326862269650832 ], [ -0.906206320738202, 60.326638555350129 ], [ -0.904983901772152, 60.326425562321177 ] ] ], [ [ [ -1.736703889308074, 60.331731170897882 ], [ -1.738252406083796, 60.331711778031632 ], [ -1.737705711871237, 60.332137185185047 ], [ -1.736645732130407, 60.332206921295111 ], [ -1.737717501159269, 60.331796021890639 ], [ -1.736703889308074, 60.331731170897882 ] ] ], [ [ [ -1.437966531261603, 60.332295276949495 ], [ -1.437936562443493, 60.33193151039174 ], [ -1.438950844830424, 60.332452070056064 ], [ -1.437966531261603, 60.332295276949495 ] ] ], [ [ [ -1.439647269506575, 60.332499898601533 ], [ -1.438634167775141, 60.331382261422952 ], [ -1.439335314075144, 60.331681516995069 ], [ -1.439946099860956, 60.331441662695852 ], [ -1.440087264113656, 60.332187494165666 ], [ -1.439542000541269, 60.332301922448387 ], [ -1.440444447704381, 60.332480806523193 ], [ -1.439647269506575, 60.332499898601533 ] ] ], [ [ [ -1.43859698903604, 60.333020728975569 ], [ -1.438017155269765, 60.332510981116073 ], [ -1.439371556807939, 60.332736674399598 ], [ -1.43859698903604, 60.333020728975569 ] ] ], [ [ [ -1.487476653159811, 60.334793746459361 ], [ -1.488029591931218, 60.334180832389592 ], [ -1.488271408226512, 60.334352358298027 ], [ -1.487476653159811, 60.334793746459361 ] ] ], [ [ [ -1.488169484125986, 60.334500115243564 ], [ -1.488768033290677, 60.33444405442728 ], [ -1.488010698246865, 60.33480927036895 ], [ -1.488169484125986, 60.334500115243564 ] ] ], [ [ [ -1.744228978179871, 60.336289006297896 ], [ -1.742684378624459, 60.335783229342788 ], [ -1.740173981284516, 60.336025265051951 ], [ -1.739659801330814, 60.335772860201239 ], [ -1.740235693725865, 60.335096101728155 ], [ -1.741632657069653, 60.334793548029374 ], [ -1.743883178706916, 60.335345590112091 ], [ -1.74475733551434, 60.335890473221198 ], [ -1.744228978179871, 60.336289006297896 ] ] ], [ [ [ -1.123844442254788, 60.333174379838127 ], [ -1.124886846765586, 60.332121710022612 ], [ -1.127058016773507, 60.332540033537285 ], [ -1.127895193363229, 60.333066310741451 ], [ -1.126651320335024, 60.333866267176575 ], [ -1.123844442254788, 60.333174379838127 ] ] ], [ [ [ -1.029244111407795, 60.333021408397023 ], [ -1.029907487035174, 60.332821522046295 ], [ -1.030145066853619, 60.333115976294081 ], [ -1.029380547319548, 60.333428263793621 ], [ -1.029244111407795, 60.333021408397023 ] ] ], [ [ [ -1.749470919877179, 60.336483033817345 ], [ -1.749147005958596, 60.336208577175121 ], [ -1.748022524677296, 60.33640847196515 ], [ -1.746567861984977, 60.335974739049355 ], [ -1.746029323529011, 60.335354190537018 ], [ -1.744756229265496, 60.334871401645543 ], [ -1.745097856621701, 60.334028069 ], [ -1.746342044439028, 60.333563558745446 ], [ -1.749350579021601, 60.333277452638939 ], [ -1.750062532730176, 60.333723231096442 ], [ -1.751780698519905, 60.33403171733741 ], [ -1.749992149770718, 60.33463891465037 ], [ -1.750161460624677, 60.334998375841593 ], [ -1.749671020266365, 60.335186004909325 ], [ -1.751399986101855, 60.335274540925141 ], [ -1.75136715682779, 60.336019701998573 ], [ -1.752568115824952, 60.336479846864357 ], [ -1.751034692117268, 60.336867556736621 ], [ -1.749785542913499, 60.336788897229532 ], [ -1.749470919877179, 60.336483033817345 ] ] ], [ [ [ -1.735915724029754, 60.338512933772719 ], [ -1.736768983811808, 60.338272201640741 ], [ -1.736803331448206, 60.338505712734168 ], [ -1.735915724029754, 60.338512933772719 ] ] ], [ [ [ -1.662424672636831, 60.339042709606723 ], [ -1.662843403407136, 60.338837262678695 ], [ -1.663165554360438, 60.339215180020751 ], [ -1.662424672636831, 60.339042709606723 ] ] ], [ [ [ -1.662526218234261, 60.339734320357799 ], [ -1.663345300452096, 60.339350313923198 ], [ -1.663495799540607, 60.339687392448191 ], [ -1.662526218234261, 60.339734320357799 ] ] ], [ [ [ -1.689896948545796, 60.340635901965491 ], [ -1.68975778453212, 60.340029522207843 ], [ -1.689377012533065, 60.340069038026535 ], [ -1.690068100062983, 60.339778844171676 ], [ -1.689896948545796, 60.340635901965491 ] ] ], [ [ [ -1.472620310540308, 60.341276701874101 ], [ -1.471230875158214, 60.339821124126999 ], [ -1.470603211027997, 60.339989224617263 ], [ -1.469928187138803, 60.339726154506351 ], [ -1.470515437780533, 60.339257108958726 ], [ -1.469732379903395, 60.338396522255756 ], [ -1.472288027733701, 60.33717210560426 ], [ -1.47276936148472, 60.337088715537639 ], [ -1.473468702565772, 60.337526952879436 ], [ -1.476145024080783, 60.336671067855811 ], [ -1.477118660026939, 60.336948748320907 ], [ -1.478625029186752, 60.336191466819095 ], [ -1.47592274175033, 60.335848638818192 ], [ -1.475721663002102, 60.335398910189454 ], [ -1.474713666663337, 60.335008849487295 ], [ -1.475757056316487, 60.33375594155833 ], [ -1.475556280506516, 60.333288256222531 ], [ -1.476093818669044, 60.333083862844219 ], [ -1.475106735942938, 60.33252329116953 ], [ -1.475684440206458, 60.332072142650532 ], [ -1.47549460160269, 60.331487776590563 ], [ -1.474856362560987, 60.331197939576029 ], [ -1.473933299592924, 60.331728528214178 ], [ -1.473912028677898, 60.330799144685827 ], [ -1.471638673255945, 60.330278348476078 ], [ -1.470687141000012, 60.330328438989376 ], [ -1.471819961842561, 60.330826771447022 ], [ -1.471262148995749, 60.331165748136506 ], [ -1.472680402620204, 60.331934569182664 ], [ -1.471495282885483, 60.332428187250265 ], [ -1.470726417106504, 60.334615943179472 ], [ -1.469301705394067, 60.334798822236245 ], [ -1.468432344502158, 60.335356523294813 ], [ -1.467063236772874, 60.335458791942443 ], [ -1.46653453719386, 60.335115481400877 ], [ -1.464972115028117, 60.335409996284149 ], [ -1.46432314669158, 60.335223321220596 ], [ -1.465898175833627, 60.334156692927714 ], [ -1.463023820697203, 60.335487446539865 ], [ -1.462682225523231, 60.335333429046713 ], [ -1.463788000725198, 60.33472284573925 ], [ -1.461305524708356, 60.335345820389094 ], [ -1.458884350527387, 60.334994804480637 ], [ -1.458202551471112, 60.33460594413846 ], [ -1.459577436842563, 60.334153619122176 ], [ -1.458252288745948, 60.334336784269716 ], [ -1.457287499488116, 60.334085937266217 ], [ -1.457234396131518, 60.333466187092363 ], [ -1.458457899014746, 60.333076107311634 ], [ -1.458159786735238, 60.332814510007104 ], [ -1.457432887311746, 60.33296418670632 ], [ -1.457356385889144, 60.33266308666142 ], [ -1.458491213652842, 60.331610911145255 ], [ -1.45631939052463, 60.331312040958188 ], [ -1.456143308143229, 60.331010533163315 ], [ -1.455098423324548, 60.331226237573986 ], [ -1.455768622223417, 60.330129083336573 ], [ -1.454658138167244, 60.33102241180319 ], [ -1.453594534986705, 60.331273942719825 ], [ -1.452723717738904, 60.330825915415723 ], [ -1.452488539779749, 60.329729539668868 ], [ -1.450412364527148, 60.328814125257992 ], [ -1.449823435742491, 60.328838627519403 ], [ -1.450135178037844, 60.328606468509513 ], [ -1.449308596614482, 60.328764667493544 ], [ -1.449178842084985, 60.328404979945653 ], [ -1.448200322212633, 60.328445819027095 ], [ -1.448364311702306, 60.328922373395869 ], [ -1.447767993272484, 60.328848069551327 ], [ -1.448532695523306, 60.329138561683529 ], [ -1.44889141212097, 60.329880795691977 ], [ -1.448670032974252, 60.331733992063761 ], [ -1.448360143202866, 60.331853920863516 ], [ -1.447709563443704, 60.331236177118122 ], [ -1.448132118997352, 60.331951741625574 ], [ -1.447769525341459, 60.332511409529168 ], [ -1.447227090335026, 60.332459773992831 ], [ -1.44700017494986, 60.331956020691322 ], [ -1.446409971366148, 60.332052332757144 ], [ -1.446010052642118, 60.331606219714701 ], [ -1.446648921583326, 60.330773853588489 ], [ -1.446178104218621, 60.330237658444553 ], [ -1.446621255518435, 60.329197966025134 ], [ -1.444211098655815, 60.329300154355238 ], [ -1.444350008219318, 60.329650906316552 ], [ -1.443509278166105, 60.330105309476643 ], [ -1.444879364323286, 60.3304701833274 ], [ -1.44486520569537, 60.330770912753742 ], [ -1.443523608989268, 60.330859585457915 ], [ -1.443817934762805, 60.331655436472381 ], [ -1.442830409787555, 60.331687219910627 ], [ -1.440422617787723, 60.330051959118691 ], [ -1.440713114281965, 60.328948792351476 ], [ -1.4401395170358, 60.329134934007094 ], [ -1.440363484061697, 60.328745299902359 ], [ -1.439277071482917, 60.328740725667664 ], [ -1.440223864311912, 60.327909687131076 ], [ -1.437963773342165, 60.327186346453701 ], [ -1.439435360463728, 60.326900744999051 ], [ -1.438806156429456, 60.326107960497986 ], [ -1.441750216067681, 60.3265378594905 ], [ -1.442405157049033, 60.326356541304904 ], [ -1.442698928019302, 60.326649582198492 ], [ -1.444358423500517, 60.326490416175481 ], [ -1.444743718463704, 60.327259709311413 ], [ -1.44579174122302, 60.32738978182023 ], [ -1.44771148951075, 60.32683210277856 ], [ -1.447305066448305, 60.326237816526302 ], [ -1.447921562996599, 60.326186503640486 ], [ -1.447604684470859, 60.325650951769909 ], [ -1.448332632493408, 60.324895266609389 ], [ -1.449700600164765, 60.324838080796042 ], [ -1.449558783322194, 60.324657918794138 ], [ -1.45139868279482, 60.325069563060879 ], [ -1.452513785656424, 60.324975390284479 ], [ -1.452629399541195, 60.324558353531799 ], [ -1.453469688676578, 60.324656085200012 ], [ -1.45363040035185, 60.324248211617544 ], [ -1.452832561273054, 60.323778036825047 ], [ -1.450800967158039, 60.323464387363835 ], [ -1.451428981657183, 60.324342408106389 ], [ -1.449222671132415, 60.323650905845732 ], [ -1.450876170787861, 60.323298590627374 ], [ -1.450712850698858, 60.322781637289197 ], [ -1.453137840127471, 60.321220343831932 ], [ -1.459231422518761, 60.318385517691915 ], [ -1.461787532021643, 60.318162436594875 ], [ -1.463268270694117, 60.320040491586788 ], [ -1.463738040949387, 60.319544064927491 ], [ -1.464870508288173, 60.319481284724588 ], [ -1.465110454764196, 60.319199418792181 ], [ -1.466209823890259, 60.319500133914637 ], [ -1.46884524547664, 60.319411916671072 ], [ -1.468020809295419, 60.318901322327406 ], [ -1.468191674714305, 60.318412663133223 ], [ -1.466438173682571, 60.317153103917462 ], [ -1.466867704766428, 60.316898931418351 ], [ -1.46800766538923, 60.316925942388252 ], [ -1.469388949315988, 60.316024604606881 ], [ -1.467807251720281, 60.315335899588227 ], [ -1.467943216426078, 60.314766291962584 ], [ -1.467318876089883, 60.31420262021576 ], [ -1.467659331773272, 60.313301617195073 ], [ -1.469377804761036, 60.311687816535411 ], [ -1.471423695645538, 60.311642090359051 ], [ -1.472845639242541, 60.311005752001982 ], [ -1.474848015016193, 60.311413228391686 ], [ -1.475736368933201, 60.311317966609117 ], [ -1.476626517310754, 60.3116761335042 ], [ -1.476418181830721, 60.312254443727802 ], [ -1.47442374182964, 60.312475536056262 ], [ -1.474194379506678, 60.313233335007212 ], [ -1.477212782386823, 60.312930976415053 ], [ -1.478350181360544, 60.313110527912848 ], [ -1.478649273056923, 60.313650426139205 ], [ -1.479254077697905, 60.313747072339076 ], [ -1.479118742835194, 60.314289757276555 ], [ -1.477690163836351, 60.314773497534119 ], [ -1.477998595856644, 60.315295476240607 ], [ -1.476778398744491, 60.316327728557894 ], [ -1.475104117058347, 60.316886793954794 ], [ -1.475182669245416, 60.317632340682415 ], [ -1.476817350158627, 60.317854270190423 ], [ -1.476923382679761, 60.31858196624232 ], [ -1.478108705431786, 60.31803891798031 ], [ -1.478577902661937, 60.318130545503102 ], [ -1.478486074677662, 60.318781145070623 ], [ -1.480470467305746, 60.319215400600058 ], [ -1.480351306819289, 60.319879362634126 ], [ -1.481596013182718, 60.320158070852926 ], [ -1.482170341807217, 60.321044714299994 ], [ -1.481835748883894, 60.321595604343322 ], [ -1.480548081252501, 60.321738731929869 ], [ -1.480774522364622, 60.322870937857623 ], [ -1.477728889776524, 60.323689550214148 ], [ -1.477463028002737, 60.324465167733301 ], [ -1.477885621068446, 60.324646401762664 ], [ -1.475285127465427, 60.325354470407255 ], [ -1.473688000072056, 60.324463755173447 ], [ -1.47366661702289, 60.322416515767458 ], [ -1.473052978610563, 60.322297362789982 ], [ -1.471842073458708, 60.322728030314181 ], [ -1.470088819394036, 60.321989289779893 ], [ -1.470376986698528, 60.322641396936518 ], [ -1.466300696530414, 60.323918046945543 ], [ -1.467092751814516, 60.324199563400391 ], [ -1.467404893431421, 60.325044816083178 ], [ -1.469167996028972, 60.324401801020315 ], [ -1.469391677364906, 60.324787881743326 ], [ -1.46649720747124, 60.325746011288992 ], [ -1.466217804858238, 60.327334129416961 ], [ -1.468285922544761, 60.327095495070751 ], [ -1.469766762624994, 60.327339341761885 ], [ -1.472298947817175, 60.326393172818733 ], [ -1.472759585230986, 60.328145854284394 ], [ -1.474001436951437, 60.328617664227458 ], [ -1.478438778943523, 60.327427492179055 ], [ -1.478804694811621, 60.327190989485935 ], [ -1.478334188277666, 60.326605527335694 ], [ -1.478719529010607, 60.326853953058439 ], [ -1.479370791647446, 60.326322268056252 ], [ -1.480156747038716, 60.326428596832777 ], [ -1.481058890312666, 60.326059500969599 ], [ -1.481928310484911, 60.326040442455614 ], [ -1.482194066851863, 60.326409605344764 ], [ -1.482925177662405, 60.325976979945224 ], [ -1.485015936383648, 60.326012025404175 ], [ -1.484168722300802, 60.326345446021037 ], [ -1.48507605546692, 60.326218769054321 ], [ -1.484396030642583, 60.326858115138897 ], [ -1.485292853581465, 60.327400311757977 ], [ -1.486906523900033, 60.326688245762092 ], [ -1.489075794572338, 60.326916572782331 ], [ -1.489843737462276, 60.326439157355097 ], [ -1.490902615905423, 60.327044788375652 ], [ -1.488214967495496, 60.328700032115485 ], [ -1.488509240644746, 60.328988483101973 ], [ -1.487860462691762, 60.329367583535365 ], [ -1.488808994857882, 60.329505912089815 ], [ -1.48796369617732, 60.329713661978751 ], [ -1.488875111661149, 60.329910208928688 ], [ -1.488228701198095, 60.330715809870405 ], [ -1.485423513085958, 60.331180863651248 ], [ -1.486830753779636, 60.331518511356244 ], [ -1.486181130318971, 60.331946983381179 ], [ -1.48716876325968, 60.331905899829195 ], [ -1.487588693130466, 60.332266666710517 ], [ -1.487209506258438, 60.332772504041884 ], [ -1.488016762951192, 60.333264953086982 ], [ -1.487161462434371, 60.333526531896901 ], [ -1.487665773894232, 60.334282687458305 ], [ -1.486999545077767, 60.334612333515324 ], [ -1.485581772982878, 60.334359945288377 ], [ -1.485830092086498, 60.334693117854734 ], [ -1.484687657423644, 60.334782975282948 ], [ -1.485806476516896, 60.335043196877585 ], [ -1.485513177415926, 60.335266531343088 ], [ -1.482753902322667, 60.335664366675402 ], [ -1.484646414625234, 60.335676198732202 ], [ -1.485869836554491, 60.336197207713312 ], [ -1.483950185800843, 60.336755436889952 ], [ -1.481426273938756, 60.336579519041777 ], [ -1.482509544722107, 60.336799225413621 ], [ -1.482985353183981, 60.337636096167699 ], [ -1.483539397819565, 60.337534992208568 ], [ -1.483277508173085, 60.338633869077277 ], [ -1.48023474864116, 60.339183190052964 ], [ -1.480682363505641, 60.339512660896403 ], [ -1.48010972689503, 60.340210765438549 ], [ -1.477577555142328, 60.341103211096716 ], [ -1.474239413191926, 60.341413299563989 ], [ -1.472620310540308, 60.341276701874101 ] ] ], [ [ [ -1.698767061528917, 60.342267925166901 ], [ -1.699050570123645, 60.341972272709214 ], [ -1.699629708485063, 60.342031941405509 ], [ -1.698767061528917, 60.342267925166901 ] ] ], [ [ [ -1.703050727137328, 60.342335908997391 ], [ -1.704239616227701, 60.342078176139992 ], [ -1.704535348676046, 60.34242899782619 ], [ -1.703681906187179, 60.342651565946241 ], [ -1.70388856465677, 60.342836086839071 ], [ -1.703050727137328, 60.342335908997391 ] ] ], [ [ [ -1.47707189608299, 60.342138267604511 ], [ -1.477047524848923, 60.341963086771855 ], [ -1.477834493766316, 60.342029027785188 ], [ -1.47707189608299, 60.342138267604511 ] ] ], [ [ [ -1.473524292886502, 60.341949196020302 ], [ -1.475016224875715, 60.341546557608275 ], [ -1.475312225475708, 60.341727299374625 ], [ -1.474784895198425, 60.341850921493567 ], [ -1.475702818656973, 60.342222668438822 ], [ -1.47438342290233, 60.342033400356996 ], [ -1.473524292886502, 60.341949196020302 ] ] ], [ [ [ -1.691676700209356, 60.343037321184937 ], [ -1.691941487801215, 60.342813469217091 ], [ -1.692619798079545, 60.342922780126528 ], [ -1.691676700209356, 60.343037321184937 ] ] ], [ [ [ -1.38535569260916, 60.342451112317711 ], [ -1.38351082958388, 60.341814063007192 ], [ -1.382767226020539, 60.341859999493785 ], [ -1.382178458021849, 60.341381391101102 ], [ -1.381066420923281, 60.341272967455858 ], [ -1.379899848989042, 60.340697382751024 ], [ -1.375994727385075, 60.337446757807619 ], [ -1.375528703636645, 60.334818269410633 ], [ -1.374049491884521, 60.334034651368306 ], [ -1.375496598568534, 60.334602627223575 ], [ -1.377107611582408, 60.334650583496355 ], [ -1.378142098055621, 60.334538697819347 ], [ -1.379596141994821, 60.333791265562446 ], [ -1.381402713893513, 60.332116150127987 ], [ -1.383155698489621, 60.331352111210663 ], [ -1.383551199343221, 60.330545851304038 ], [ -1.381410655068292, 60.328345085341525 ], [ -1.381402226705983, 60.327833253612944 ], [ -1.382608516632504, 60.326761399173307 ], [ -1.387403387092267, 60.325499594528367 ], [ -1.388117470904174, 60.324591531189817 ], [ -1.388028158227189, 60.323558556494234 ], [ -1.390315967263287, 60.321750851339182 ], [ -1.392396913432689, 60.321320410776906 ], [ -1.394731819376174, 60.321349013140669 ], [ -1.395715760260344, 60.321497147613464 ], [ -1.396625008904038, 60.322259984604479 ], [ -1.397033736167894, 60.322185518007167 ], [ -1.397824250769064, 60.323500005083055 ], [ -1.39840456420746, 60.323448757879113 ], [ -1.399823318954405, 60.324079193480387 ], [ -1.400757739250012, 60.323971170879766 ], [ -1.401346303430549, 60.324458676284131 ], [ -1.401099453894464, 60.325579915686738 ], [ -1.402021742359439, 60.325642426739478 ], [ -1.402323622974759, 60.325967020198462 ], [ -1.401881382546319, 60.326387036314607 ], [ -1.403517192078476, 60.327040854306475 ], [ -1.404650945818624, 60.326430885025552 ], [ -1.406107459638742, 60.326491267873834 ], [ -1.405533546364442, 60.326686238166332 ], [ -1.404942804400415, 60.327805946876161 ], [ -1.404169959676169, 60.327488229947491 ], [ -1.403537442393992, 60.327916377958495 ], [ -1.402518372225596, 60.327696314048424 ], [ -1.402132727370447, 60.327990881926986 ], [ -1.403532219534002, 60.329195833132069 ], [ -1.403242633728636, 60.32968387892209 ], [ -1.402896425507773, 60.329305216146359 ], [ -1.402376499778976, 60.330506040391249 ], [ -1.403282668612192, 60.330963536768245 ], [ -1.402989785571073, 60.33163114302041 ], [ -1.403732146509164, 60.331638961395115 ], [ -1.403368095732494, 60.331740585515725 ], [ -1.403867521998244, 60.332160337970237 ], [ -1.403290874769299, 60.332498947183986 ], [ -1.403948084037285, 60.33270840518545 ], [ -1.403390356009988, 60.333002205625569 ], [ -1.403905975016347, 60.333031453015217 ], [ -1.40392708411028, 60.333363762834438 ], [ -1.402619523273349, 60.333559921476017 ], [ -1.402625427223395, 60.333236711493832 ], [ -1.401576898233587, 60.333133233068395 ], [ -1.401104802578975, 60.332210782593933 ], [ -1.399552319665924, 60.331938910984739 ], [ -1.398662031058065, 60.332096508537582 ], [ -1.398099970042988, 60.332623716052751 ], [ -1.396037481993972, 60.333000458115066 ], [ -1.39620437986595, 60.333279558311716 ], [ -1.395251824587636, 60.333863343454098 ], [ -1.394641251293898, 60.333582224221651 ], [ -1.393973686019415, 60.333933847852116 ], [ -1.393665923355543, 60.333438611817243 ], [ -1.392803229931949, 60.333569359677838 ], [ -1.392346444966053, 60.333297910347603 ], [ -1.391591487273764, 60.333478525740752 ], [ -1.391162548620478, 60.334630339481627 ], [ -1.391722826001784, 60.335180608702082 ], [ -1.392789415948589, 60.335288736498214 ], [ -1.392550111261923, 60.335983500978408 ], [ -1.393429127056532, 60.336440940113306 ], [ -1.393103436451, 60.336910841775214 ], [ -1.393657643179289, 60.337303945861692 ], [ -1.394216482457018, 60.339403039047319 ], [ -1.395237770675284, 60.339519919245397 ], [ -1.396743747657161, 60.338893750271552 ], [ -1.39847537815796, 60.338798333093962 ], [ -1.39956729882653, 60.339014265987387 ], [ -1.400533765584659, 60.33965162766718 ], [ -1.398981965458618, 60.340309058164493 ], [ -1.398934020008825, 60.340946335329477 ], [ -1.397680674148788, 60.341623056055802 ], [ -1.396490652051646, 60.341810708474185 ], [ -1.394875350927487, 60.340995282411384 ], [ -1.39398429371064, 60.341179782132649 ], [ -1.39369938761232, 60.340913610125661 ], [ -1.391043393024061, 60.342001384477037 ], [ -1.388674555794519, 60.342255398046937 ], [ -1.387478908183747, 60.342739244343342 ], [ -1.38630799748044, 60.342868531752032 ], [ -1.38535569260916, 60.342451112317711 ] ] ], [ [ [ -1.432009525351136, 60.344736990090375 ], [ -1.432915700565264, 60.344718407427173 ], [ -1.433198780116541, 60.345110188973905 ], [ -1.432009525351136, 60.344736990090375 ] ] ], [ [ [ -1.716236132652308, 60.34576754685213 ], [ -1.717635130534952, 60.345308123876606 ], [ -1.714405455736912, 60.344825370999089 ], [ -1.713822485662484, 60.344159704054562 ], [ -1.712324199190332, 60.344578468910406 ], [ -1.711905465989986, 60.343782958708978 ], [ -1.711129577412202, 60.343431112757791 ], [ -1.712139381861252, 60.342934988153694 ], [ -1.711159843291326, 60.343081013502911 ], [ -1.710168784253821, 60.342481783726292 ], [ -1.710121188774112, 60.342742059187806 ], [ -1.709315458448879, 60.342695409597027 ], [ -1.710346013331164, 60.340879491084472 ], [ -1.709807086872755, 60.340371027098541 ], [ -1.708083897915236, 60.340632128501127 ], [ -1.708069952776556, 60.341179792036272 ], [ -1.707472458739748, 60.341147055525553 ], [ -1.707493704517003, 60.340796937110532 ], [ -1.706012556778926, 60.341332390335936 ], [ -1.706706462077217, 60.341724489486417 ], [ -1.705851397448394, 60.342131129048781 ], [ -1.70453533478844, 60.341427884781339 ], [ -1.703439527987702, 60.341411980548578 ], [ -1.702888956071478, 60.342196379915542 ], [ -1.701674394487764, 60.342287939234652 ], [ -1.702026491842769, 60.342414428001725 ], [ -1.701226558084548, 60.342726886061655 ], [ -1.701195981055277, 60.343099429014714 ], [ -1.702264465763391, 60.343137737024563 ], [ -1.701782850249716, 60.34330725239883 ], [ -1.702960525261924, 60.343291927781891 ], [ -1.702619182850544, 60.343973538701441 ], [ -1.700831436940551, 60.344333166676286 ], [ -1.700274903997195, 60.344767376653984 ], [ -1.699741625085586, 60.344640474864804 ], [ -1.699597409577925, 60.343576186514959 ], [ -1.698056745330888, 60.343662487418719 ], [ -1.698551581048419, 60.343044085802333 ], [ -1.69811971169272, 60.342728856526975 ], [ -1.699896859087407, 60.342530855785249 ], [ -1.700806517162757, 60.342106419902635 ], [ -1.700403455332843, 60.34161169086358 ], [ -1.69924325260845, 60.341703350281826 ], [ -1.698531488479778, 60.341293214434899 ], [ -1.698528762063036, 60.340606345676655 ], [ -1.697455464715762, 60.341097733769701 ], [ -1.696989524304064, 60.340553469026027 ], [ -1.698536416545432, 60.339775842795795 ], [ -1.699046807942656, 60.338443675715432 ], [ -1.699865882341727, 60.338010062753149 ], [ -1.698634845202156, 60.336956785449232 ], [ -1.697661660588714, 60.337407998179629 ], [ -1.696314324643157, 60.336210777329498 ], [ -1.695372436655178, 60.336217603903535 ], [ -1.694199117237764, 60.336762608598136 ], [ -1.695078483876258, 60.337635550153848 ], [ -1.695966451067423, 60.337588198759022 ], [ -1.696431707396441, 60.33819980536525 ], [ -1.694924064422971, 60.340598134330421 ], [ -1.693637310506674, 60.341632207538801 ], [ -1.693946881003363, 60.342427525317966 ], [ -1.692061096932183, 60.342616216800508 ], [ -1.691756608556223, 60.342247389724292 ], [ -1.690938168796963, 60.342591168311522 ], [ -1.690436383523318, 60.342015372293822 ], [ -1.690841128969628, 60.340400164998641 ], [ -1.689618966437474, 60.339387228640426 ], [ -1.690260841434068, 60.338553713596397 ], [ -1.689499076442125, 60.338659682279818 ], [ -1.689690256748592, 60.337600652839583 ], [ -1.688667676262744, 60.337517457833073 ], [ -1.688212187209667, 60.336847485703686 ], [ -1.688454961424807, 60.335128650873514 ], [ -1.690169003165881, 60.334863293157291 ], [ -1.69048351353157, 60.334163693392519 ], [ -1.689491036207817, 60.332828058420347 ], [ -1.689642386870797, 60.332146036948131 ], [ -1.687363677678517, 60.331440372517001 ], [ -1.684930753518715, 60.331527115562558 ], [ -1.683355567345601, 60.332054013777849 ], [ -1.684594484446014, 60.333534834950463 ], [ -1.6819566907068, 60.334745160474895 ], [ -1.681258157005814, 60.334873679514928 ], [ -1.680653853520469, 60.334625319289884 ], [ -1.677455523937315, 60.335717487847596 ], [ -1.676570022322295, 60.335517809783035 ], [ -1.676150353679281, 60.335831040880421 ], [ -1.676581743936949, 60.337080116704222 ], [ -1.675563282643581, 60.337499633084413 ], [ -1.676243863343903, 60.338277939804932 ], [ -1.677506709234886, 60.338792785795327 ], [ -1.678033975404876, 60.338592043395693 ], [ -1.677818530023499, 60.337478174654578 ], [ -1.678348774759823, 60.33697216548012 ], [ -1.680469634943729, 60.336797701016671 ], [ -1.681325924640577, 60.336283483631107 ], [ -1.684017361208535, 60.337035124019017 ], [ -1.684160217524837, 60.338184724679301 ], [ -1.683766194094713, 60.338659655356814 ], [ -1.6823764551722, 60.339078341259693 ], [ -1.681447398763351, 60.340548612554976 ], [ -1.682069650299884, 60.341757722100986 ], [ -1.682504010267684, 60.3417991623879 ], [ -1.681996689595786, 60.342740704681624 ], [ -1.680818762369427, 60.342782778892634 ], [ -1.680869701479283, 60.342203781214565 ], [ -1.680080385140358, 60.342336565846615 ], [ -1.67968093206808, 60.341505084604634 ], [ -1.679182812396228, 60.342424191964781 ], [ -1.679070042624965, 60.341916629119254 ], [ -1.679551843130736, 60.341738217629825 ], [ -1.679194790077122, 60.341203130807493 ], [ -1.679987333020094, 60.340738150855451 ], [ -1.679197005375918, 60.340053874745067 ], [ -1.678360198260023, 60.340415489130478 ], [ -1.678871111798159, 60.340959928123979 ], [ -1.678413673756451, 60.34234601818379 ], [ -1.677855285238822, 60.342941745272746 ], [ -1.677003998144471, 60.342926214779375 ], [ -1.676861470936495, 60.342683446641267 ], [ -1.676257137415452, 60.343341905740111 ], [ -1.676009405589013, 60.3418328977165 ], [ -1.674686414533255, 60.340981193217971 ], [ -1.673187684305046, 60.341408495553296 ], [ -1.672482949603362, 60.342138520054981 ], [ -1.671968431984929, 60.341962170459752 ], [ -1.672411595229615, 60.341123761971332 ], [ -1.671529354391346, 60.341489710992498 ], [ -1.670392438706441, 60.341060417109574 ], [ -1.67084037064006, 60.341550859504402 ], [ -1.670142417591711, 60.341603003620605 ], [ -1.670404997204879, 60.342510493250764 ], [ -1.669377955819978, 60.342858112250603 ], [ -1.668365276735603, 60.342680510638175 ], [ -1.667285066477094, 60.341129005435526 ], [ -1.667791919267198, 60.34027281399365 ], [ -1.667056755616492, 60.340423613744221 ], [ -1.666688348536356, 60.340135376294668 ], [ -1.666767161802161, 60.340400442623839 ], [ -1.665485173537562, 60.340882072371969 ], [ -1.665326969598877, 60.340410297664462 ], [ -1.66439101757822, 60.340708724856682 ], [ -1.664594876069288, 60.340260308057921 ], [ -1.666080254714426, 60.340259552917146 ], [ -1.665848627802986, 60.339881870026062 ], [ -1.666476293905134, 60.339614085715588 ], [ -1.664053905646563, 60.340021010740294 ], [ -1.665804607822781, 60.338871665617006 ], [ -1.665179202304944, 60.338919476434071 ], [ -1.665336286853758, 60.338614598581344 ], [ -1.664962121372502, 60.338891994412442 ], [ -1.663694161529771, 60.338893286420905 ], [ -1.663189353691771, 60.338663055458547 ], [ -1.663952125974583, 60.338467453706095 ], [ -1.663454993518714, 60.338371922330765 ], [ -1.66406569019234, 60.337991873757957 ], [ -1.662645336500911, 60.337844623873153 ], [ -1.663447920463182, 60.33729895987392 ], [ -1.664774058220392, 60.337800619307636 ], [ -1.665495560017013, 60.337209845716821 ], [ -1.665086151600202, 60.336508484209162 ], [ -1.665833272916398, 60.33606592036886 ], [ -1.665092678199212, 60.335871018812782 ], [ -1.665285787499219, 60.335584188773431 ], [ -1.665937378940781, 60.335626229436429 ], [ -1.665041194007929, 60.33470815818616 ], [ -1.665919702332123, 60.334696898093704 ], [ -1.665669776564225, 60.334341615123577 ], [ -1.66625997188952, 60.334185970406843 ], [ -1.664616891718478, 60.333696995009888 ], [ -1.66702709079956, 60.332661526216597 ], [ -1.669024464843044, 60.332319933187947 ], [ -1.670770723185238, 60.33245355616495 ], [ -1.673424497053204, 60.331479628611795 ], [ -1.674483934787408, 60.330747772737034 ], [ -1.674636972510498, 60.329926603136201 ], [ -1.67611148346913, 60.329512693626043 ], [ -1.676317988518036, 60.328773357579671 ], [ -1.674238264535574, 60.326866610846821 ], [ -1.670500881907864, 60.325980198331393 ], [ -1.667592147751885, 60.326242323770188 ], [ -1.667016189680356, 60.327860628541963 ], [ -1.665134329451401, 60.328617294507495 ], [ -1.664807400066025, 60.327829943704508 ], [ -1.663092241098771, 60.327691831290565 ], [ -1.662814204517252, 60.32796407749111 ], [ -1.66249978117503, 60.327550263537063 ], [ -1.663150009078137, 60.327357074625859 ], [ -1.66171233821802, 60.326828178087816 ], [ -1.661094371327593, 60.325654894293606 ], [ -1.66130943822631, 60.324643549776027 ], [ -1.660784117974703, 60.324318980907186 ], [ -1.661183509801857, 60.323865679417729 ], [ -1.662060525481572, 60.324146247134372 ], [ -1.662553520562758, 60.323041330268872 ], [ -1.664582721970377, 60.32254455467951 ], [ -1.666059574312522, 60.321348723192031 ], [ -1.667346628779759, 60.321717377317945 ], [ -1.668156806258933, 60.321268672629159 ], [ -1.672140909585182, 60.3211411751466 ], [ -1.673378956630402, 60.321347136778435 ], [ -1.674629901297157, 60.320985668782498 ], [ -1.675070575711027, 60.322733089451134 ], [ -1.67723036674392, 60.322925100898111 ], [ -1.680401019344981, 60.322685840963942 ], [ -1.680390376257598, 60.321180099237679 ], [ -1.68404365824107, 60.32005931166033 ], [ -1.686654027092464, 60.316475826925618 ], [ -1.687935833476302, 60.316259760557394 ], [ -1.691062305168353, 60.314870878585438 ], [ -1.692731034788533, 60.315461047288196 ], [ -1.695133946461971, 60.315162198749 ], [ -1.694785862295489, 60.315610332389141 ], [ -1.693590218170281, 60.31591106228506 ], [ -1.694394738274387, 60.315820432526159 ], [ -1.694435254729078, 60.316327818242605 ], [ -1.695233687529424, 60.316114162179282 ], [ -1.695883053637088, 60.316358070888725 ], [ -1.696642798386679, 60.315435006120893 ], [ -1.69763954884043, 60.315302595290255 ], [ -1.699085242538636, 60.315557274107391 ], [ -1.701286464203702, 60.315337767997136 ], [ -1.701021594564765, 60.315602042706033 ], [ -1.704354468246092, 60.31534013050566 ], [ -1.702864843368407, 60.315933891332371 ], [ -1.700582550267504, 60.316108348061675 ], [ -1.700280933151352, 60.316430899676462 ], [ -1.702376082468322, 60.316933916019728 ], [ -1.705010096312003, 60.31690386661915 ], [ -1.704026557792416, 60.317575079628028 ], [ -1.704563966447359, 60.318200288226286 ], [ -1.70688041723089, 60.318268261092584 ], [ -1.706750967532245, 60.317563153937684 ], [ -1.70772980121048, 60.317412670735877 ], [ -1.708769184667322, 60.317576564688025 ], [ -1.708259987390364, 60.317840318739115 ], [ -1.709426496478106, 60.317959593039895 ], [ -1.709595912619746, 60.318247278766805 ], [ -1.709051585035871, 60.318389747764527 ], [ -1.709892760786138, 60.318454434526075 ], [ -1.708986832167041, 60.318546732064668 ], [ -1.709756161408869, 60.318548412199704 ], [ -1.709600304533931, 60.31877253772231 ], [ -1.708094917593231, 60.319096963892143 ], [ -1.70790208109689, 60.319406303209675 ], [ -1.707333462806638, 60.319225481497391 ], [ -1.706778248541312, 60.319569936249181 ], [ -1.706657606053305, 60.319901879363286 ], [ -1.707496288882153, 60.320249402268914 ], [ -1.706597786064741, 60.320516783006362 ], [ -1.707146833714447, 60.32086366920143 ], [ -1.707076121477244, 60.321685057218211 ], [ -1.706247976432716, 60.322177055893675 ], [ -1.704935162850153, 60.322205576906988 ], [ -1.703492464158583, 60.321582845726596 ], [ -1.699003325742973, 60.321514407225365 ], [ -1.697900897131198, 60.322288560050843 ], [ -1.698022843612651, 60.323788266413516 ], [ -1.697189194669144, 60.32387615844393 ], [ -1.696957730747223, 60.324432305996488 ], [ -1.697795779441145, 60.325830386619089 ], [ -1.701810404366522, 60.328362432016533 ], [ -1.704718548877155, 60.329159033019607 ], [ -1.704523524123198, 60.327695086744747 ], [ -1.706130831159124, 60.329175626443835 ], [ -1.706058397650665, 60.327159768543659 ], [ -1.703917230335922, 60.326661199014289 ], [ -1.704058629928192, 60.326041989166598 ], [ -1.70617410580373, 60.325364301502184 ], [ -1.707314238876416, 60.325425174594564 ], [ -1.709618040332844, 60.324936397125953 ], [ -1.710783014020526, 60.324234112584698 ], [ -1.710934752571934, 60.323453302814634 ], [ -1.712270766821181, 60.322850141345498 ], [ -1.713756768033781, 60.322687241259089 ], [ -1.71364235056252, 60.322314382618821 ], [ -1.714282846748527, 60.322567160378306 ], [ -1.715063706656654, 60.322294986684149 ], [ -1.71579343819537, 60.321654576035677 ], [ -1.715288489801904, 60.32142903139723 ], [ -1.715865957580486, 60.320599743535482 ], [ -1.715446507074626, 60.319911983161454 ], [ -1.71676842636812, 60.3198654206508 ], [ -1.717307492644104, 60.319282956682081 ], [ -1.718950099009272, 60.319834131332286 ], [ -1.719414187078546, 60.320602782209221 ], [ -1.717317396639158, 60.321280719836238 ], [ -1.718559949027482, 60.320996037560654 ], [ -1.719826330279363, 60.321097474278602 ], [ -1.720074287040846, 60.321739966908922 ], [ -1.72126026722966, 60.321720009511751 ], [ -1.722052405892633, 60.322242425662445 ], [ -1.721123101126654, 60.322945302704703 ], [ -1.719854262255177, 60.323122210259221 ], [ -1.720557498445742, 60.323455897212412 ], [ -1.722033862086484, 60.323360224004318 ], [ -1.72220261694328, 60.323742167255041 ], [ -1.721196541028475, 60.323888210665686 ], [ -1.721021445899771, 60.324251477465815 ], [ -1.721670517111248, 60.324571576970129 ], [ -1.72350634937738, 60.323722435446889 ], [ -1.724817849492102, 60.323855343264732 ], [ -1.725205143557024, 60.324089587241737 ], [ -1.724090856324596, 60.324186046740003 ], [ -1.724977398300243, 60.32425971040248 ], [ -1.72392435210954, 60.324607696062401 ], [ -1.724739276792413, 60.324586937347547 ], [ -1.724309984968748, 60.325039468529646 ], [ -1.725640211169426, 60.325105067368973 ], [ -1.724515024199918, 60.325416994545122 ], [ -1.724710977446784, 60.325798990727819 ], [ -1.722907502127552, 60.326024202989728 ], [ -1.721470250902338, 60.325765312901275 ], [ -1.720490616667634, 60.325987724509943 ], [ -1.720323634834247, 60.326458750621477 ], [ -1.724127577788608, 60.326273648960445 ], [ -1.724841941030269, 60.326373892273658 ], [ -1.724731038358524, 60.326643021116915 ], [ -1.726089241647237, 60.326618887168898 ], [ -1.726204980181057, 60.326852568992564 ], [ -1.723961559717588, 60.327709881502663 ], [ -1.726931588630659, 60.327657646568724 ], [ -1.726371745550014, 60.328563335723771 ], [ -1.726721729230642, 60.328936666639095 ], [ -1.725533570347132, 60.329185622922239 ], [ -1.725693944036438, 60.329495715222286 ], [ -1.726764412181742, 60.329246515981161 ], [ -1.727151185110408, 60.329552581721551 ], [ -1.728636337812505, 60.329519703154325 ], [ -1.728441732026266, 60.32896712241228 ], [ -1.729339318503161, 60.329911703398082 ], [ -1.729949091582267, 60.329531351371855 ], [ -1.730981024941715, 60.329560376611553 ], [ -1.7309203522773, 60.330332413405671 ], [ -1.731301292628374, 60.330252375490041 ], [ -1.731488594397466, 60.330598429407701 ], [ -1.731536812034292, 60.330239382773918 ], [ -1.732069134558491, 60.330469409464108 ], [ -1.731764861666857, 60.331137702145867 ], [ -1.731295284370276, 60.330984119007702 ], [ -1.731365976269749, 60.332299625914118 ], [ -1.732980110772833, 60.333119925274097 ], [ -1.733649193053523, 60.33324247658507 ], [ -1.735447458654283, 60.332581646373875 ], [ -1.737068960082213, 60.332499562104218 ], [ -1.736711018297433, 60.333095931047318 ], [ -1.733701623379349, 60.333476024870315 ], [ -1.733373445578763, 60.333744725777535 ], [ -1.733705417523169, 60.334122491059389 ], [ -1.734293936729415, 60.334132645521883 ], [ -1.733674999728238, 60.334521977511265 ], [ -1.73695957487559, 60.334842758179171 ], [ -1.737204041798921, 60.335974543068055 ], [ -1.738645579440786, 60.336902175018864 ], [ -1.737658831482828, 60.336855341469224 ], [ -1.737434317521926, 60.337748268160247 ], [ -1.734028722809704, 60.337795380094484 ], [ -1.733541390729103, 60.338696753546969 ], [ -1.734646032601919, 60.338730384695786 ], [ -1.735628624541408, 60.339297990123676 ], [ -1.73626661958066, 60.339923266875608 ], [ -1.735738746245297, 60.340240959926582 ], [ -1.734106340833961, 60.340502578279668 ], [ -1.731146906093516, 60.340227278003042 ], [ -1.730436955838304, 60.339552448722969 ], [ -1.72886007427974, 60.339670457765862 ], [ -1.7281412296991, 60.340073028298391 ], [ -1.730723228079755, 60.3410838765557 ], [ -1.73287708217245, 60.342412555709622 ], [ -1.732070775570787, 60.342433382176331 ], [ -1.732475391952893, 60.342797828215446 ], [ -1.731686673959104, 60.343985903023622 ], [ -1.732543145455855, 60.344481447838838 ], [ -1.731537877045033, 60.344456978478242 ], [ -1.731028185446874, 60.344752242990403 ], [ -1.73174212687516, 60.344955701165198 ], [ -1.732026363667258, 60.345643134584201 ], [ -1.728870077314494, 60.346112610107106 ], [ -1.727711737567247, 60.345971078646805 ], [ -1.725425015004388, 60.345360329063681 ], [ -1.725022785799935, 60.344717530608484 ], [ -1.722921202895194, 60.343653701484428 ], [ -1.721772423091909, 60.344531207086995 ], [ -1.721325177386347, 60.343865856728868 ], [ -1.720592403613916, 60.343756578099857 ], [ -1.718117076256433, 60.344043164815893 ], [ -1.719492246669421, 60.345294091884028 ], [ -1.719263899713285, 60.345513585896434 ], [ -1.720609499152933, 60.345996770086565 ], [ -1.719729358492917, 60.346165513511899 ], [ -1.71848375594827, 60.345642128254788 ], [ -1.719195094446556, 60.346141941477626 ], [ -1.718640358031216, 60.346392170746554 ], [ -1.716829949555504, 60.346235697227989 ], [ -1.716236132652308, 60.34576754685213 ] ] ], [ [ [ -0.855395132752982, 60.342342558222178 ], [ -0.855886786318449, 60.341288110809089 ], [ -0.857961421656152, 60.340450195631668 ], [ -0.856661328282801, 60.339965811849162 ], [ -0.856874232319039, 60.339731482057566 ], [ -0.860000131901891, 60.338665507689058 ], [ -0.85996622108184, 60.339014517352666 ], [ -0.862237933477631, 60.338336263520745 ], [ -0.862520997566232, 60.338687086375046 ], [ -0.861502895989379, 60.339208164034815 ], [ -0.86229714243038, 60.339237407505635 ], [ -0.86191337588155, 60.339853706102417 ], [ -0.862713315922486, 60.340344538674231 ], [ -0.860183277145675, 60.341257645324781 ], [ -0.859803560354095, 60.341029007585583 ], [ -0.859390666899262, 60.341803087618828 ], [ -0.857597346625765, 60.342418057174839 ], [ -0.857208804804894, 60.342493739313404 ], [ -0.857059655693587, 60.34219972827723 ], [ -0.85597908845982, 60.342584638288088 ], [ -0.855395132752982, 60.342342558222178 ] ] ], [ [ [ -1.718508127094277, 60.34702039187956 ], [ -1.719452517298485, 60.346757516807997 ], [ -1.72024699945986, 60.347073438546559 ], [ -1.719819887721703, 60.347229665691692 ], [ -1.718508127094277, 60.34702039187956 ] ] ], [ [ [ -1.432905912198891, 60.345804794570519 ], [ -1.434168570416897, 60.345603657389077 ], [ -1.434650953238364, 60.345996282892735 ], [ -1.433886953821951, 60.346172610397893 ], [ -1.434424623905709, 60.346511599336665 ], [ -1.433811610758885, 60.346338396758874 ], [ -1.432905912198891, 60.345804794570519 ] ] ], [ [ [ -0.883210551073181, 60.342546632197887 ], [ -0.884339404183032, 60.341321435955898 ], [ -0.883482347775898, 60.341484854537576 ], [ -0.88287437756073, 60.340720991314235 ], [ -0.883489364484094, 60.340218817789243 ], [ -0.884877260246616, 60.339893731056172 ], [ -0.887257097146384, 60.337834927302673 ], [ -0.889184677659144, 60.337882464779781 ], [ -0.889706887730556, 60.339040676566327 ], [ -0.891563475517998, 60.338512905533605 ], [ -0.891950705373002, 60.338578987171338 ], [ -0.891581660205538, 60.338777949114053 ], [ -0.892289011649314, 60.338752413000186 ], [ -0.891757052788973, 60.339214910841761 ], [ -0.89302155078707, 60.338785448755992 ], [ -0.892262857128729, 60.340058696455856 ], [ -0.890460307105791, 60.340326525905226 ], [ -0.891165175674712, 60.340642191702948 ], [ -0.89052715906459, 60.341292367954047 ], [ -0.888781660091067, 60.341744728372667 ], [ -0.888452545244662, 60.342366046798197 ], [ -0.886924954067785, 60.343067136987735 ], [ -0.884258484971416, 60.343426426286747 ], [ -0.883210551073181, 60.342546632197887 ] ] ], [ [ [ -0.881268198619026, 60.344775163737843 ], [ -0.882121981352093, 60.343915827995374 ], [ -0.880828742840359, 60.344380863910523 ], [ -0.880442236054896, 60.344292307788358 ], [ -0.88103383649646, 60.343947088015824 ], [ -0.880198191185425, 60.344011892501818 ], [ -0.882780317245103, 60.342677711008186 ], [ -0.883948746708735, 60.3437425969936 ], [ -0.882210697934653, 60.344765126596954 ], [ -0.881268198619026, 60.344775163737843 ] ] ], [ [ [ -1.452407552446472, 60.349168186072554 ], [ -1.452400264689454, 60.348521687468434 ], [ -1.453394420719228, 60.348664944139905 ], [ -1.452635195621408, 60.349640505722419 ], [ -1.452407552446472, 60.349168186072554 ] ] ], [ [ [ -1.454198034607737, 60.349368582733142 ], [ -1.455468263956191, 60.349257061808416 ], [ -1.454591614122426, 60.350214196456228 ], [ -1.453685448081732, 60.350223948455287 ], [ -1.454198034607737, 60.349368582733142 ] ] ], [ [ [ -1.038594219080619, 60.350171297080827 ], [ -1.039904750338932, 60.349911383916115 ], [ -1.03997005464778, 60.350464073571828 ], [ -1.037631947701433, 60.351403466270064 ], [ -1.037575211081455, 60.350868795653213 ], [ -1.038594219080619, 60.350171297080827 ] ] ], [ [ [ -1.069410382786603, 60.351005434056226 ], [ -1.070797923067937, 60.350642496204038 ], [ -1.072182391353748, 60.351024789523592 ], [ -1.07231203942886, 60.351564440494762 ], [ -1.071344898166916, 60.353393924749966 ], [ -1.070120691503017, 60.354063300034007 ], [ -1.069573607472013, 60.355136970519389 ], [ -1.06871835627732, 60.352396846588128 ], [ -1.069410382786603, 60.351005434056226 ] ] ], [ [ [ -1.022490553503081, 60.355729719553011 ], [ -1.023414502116988, 60.355681729678842 ], [ -1.022906048782791, 60.356259848436984 ], [ -1.021942245131033, 60.356306644056566 ], [ -1.022490553503081, 60.355729719553011 ] ] ], [ [ [ -1.057193526913603, 60.356136319512984 ], [ -1.058659722025957, 60.355572033578277 ], [ -1.059698918687045, 60.355673660657921 ], [ -1.059907671027752, 60.355347397155249 ], [ -1.06019115564463, 60.355888147027564 ], [ -1.0607339918842, 60.355918916531387 ], [ -1.060320344038599, 60.356122516556667 ], [ -1.061175003944444, 60.35633955759387 ], [ -1.061047930379003, 60.356661909706943 ], [ -1.059139570555217, 60.357160242997523 ], [ -1.059688386304557, 60.357298808462978 ], [ -1.058909961795418, 60.357580638671529 ], [ -1.057260925646012, 60.357568968339592 ], [ -1.057193526913603, 60.356136319512984 ] ] ], [ [ [ -1.045607028059093, 60.357863034322889 ], [ -1.045919651893242, 60.357088579666566 ], [ -1.047061034734866, 60.357415516478831 ], [ -1.046421796895429, 60.357271761285489 ], [ -1.04648185274189, 60.358008481384374 ], [ -1.046003061376625, 60.357645884571333 ], [ -1.046200708046066, 60.358015446048633 ], [ -1.045607028059093, 60.357863034322889 ] ] ], [ [ [ -1.060754280631955, 60.358680140901605 ], [ -1.060886812452009, 60.358483535364606 ], [ -1.061109851225789, 60.358606327080409 ], [ -1.060754280631955, 60.358680140901605 ] ] ], [ [ [ -1.052529924774461, 60.357894538733483 ], [ -1.053071711966807, 60.3573371985226 ], [ -1.053618641129673, 60.357852899365753 ], [ -1.054540754327172, 60.357931286011208 ], [ -1.053644394687899, 60.358840787202325 ], [ -1.053045329156891, 60.35887244287855 ], [ -1.052529924774461, 60.357894538733483 ] ] ], [ [ [ -1.355176661594135, 60.361172776753321 ], [ -1.353887935617424, 60.359887049750512 ], [ -1.353271644406308, 60.358514790235617 ], [ -1.35374238154531, 60.356249928975075 ], [ -1.354639274174059, 60.354885012834465 ], [ -1.357727709737069, 60.353117658486397 ], [ -1.359810378868666, 60.352723645608251 ], [ -1.362593011160534, 60.352674148510872 ], [ -1.365385030251261, 60.353540475282259 ], [ -1.366039454093029, 60.35343584822553 ], [ -1.367599823044072, 60.357084170964981 ], [ -1.367436223311843, 60.359449304323391 ], [ -1.366269004400682, 60.360754655781754 ], [ -1.364825410531791, 60.360886947138972 ], [ -1.363747062345771, 60.361344205331385 ], [ -1.35944685061996, 60.361099114302498 ], [ -1.357946722892024, 60.361338804651282 ], [ -1.355176661594135, 60.361172776753321 ] ] ], [ [ [ -0.9041099011866, 60.358986529214818 ], [ -0.904841701742585, 60.35770401693415 ], [ -0.907442288463209, 60.356903781858243 ], [ -0.906294196934959, 60.357630657826938 ], [ -0.908130100593788, 60.356931875096386 ], [ -0.908112545361962, 60.357457022591831 ], [ -0.909874128908759, 60.35626823220116 ], [ -0.911211464573961, 60.356113062389262 ], [ -0.911071024431223, 60.35706372321399 ], [ -0.908685384763171, 60.358485366009262 ], [ -0.909449761675765, 60.358392858963512 ], [ -0.908751394970068, 60.359222213089481 ], [ -0.905583018973685, 60.359110892934268 ], [ -0.9041099011866, 60.358986529214818 ] ] ], [ [ [ -1.05057578378534, 60.364637411618467 ], [ -1.051276928713498, 60.364215902038701 ], [ -1.051685981021204, 60.36448819068287 ], [ -1.050653809937646, 60.365383235815607 ], [ -1.05057578378534, 60.364637411618467 ] ] ], [ [ [ -1.82531538574746, 60.368706881184565 ], [ -1.826486474823732, 60.368385184169249 ], [ -1.827488500852979, 60.369176594115892 ], [ -1.827125020808408, 60.369342225743992 ], [ -1.826382828025121, 60.369125776767504 ], [ -1.825721200700127, 60.36910246708306 ], [ -1.82531538574746, 60.368706881184565 ] ] ], [ [ [ -1.061039513622237, 60.366727443425155 ], [ -1.061710026307917, 60.366422391830298 ], [ -1.062108711992402, 60.366743959843156 ], [ -1.061039513622237, 60.366727443425155 ] ] ], [ [ [ -0.897698527425618, 60.365542384411945 ], [ -0.897165395819935, 60.365223691096745 ], [ -0.89594132993864, 60.365340152407718 ], [ -0.898180980200741, 60.363602350080846 ], [ -0.898686043301365, 60.363408984399626 ], [ -0.898792797145023, 60.363737613881874 ], [ -0.901591857281513, 60.362714648670533 ], [ -0.901855706201435, 60.362954778472762 ], [ -0.902790870385154, 60.362908614750324 ], [ -0.902458012139925, 60.363103415960389 ], [ -0.90297649130592, 60.363049324603558 ], [ -0.902933006324504, 60.363264470407181 ], [ -0.903398774719597, 60.363160556542631 ], [ -0.902422878236591, 60.364634104104347 ], [ -0.899660241469862, 60.365432904777123 ], [ -0.897698527425618, 60.365542384411945 ] ] ], [ [ [ -1.818968150782469, 60.370660217605533 ], [ -1.818726196888882, 60.370152602653647 ], [ -1.819730143773084, 60.37057146516495 ], [ -1.818968150782469, 60.370660217605533 ] ] ], [ [ [ -1.056232694298301, 60.368377036301318 ], [ -1.056177980773594, 60.367447309712453 ], [ -1.056732286805941, 60.367087584279453 ], [ -1.057342247657626, 60.366997624226592 ], [ -1.057922420685877, 60.367625779898617 ], [ -1.060141373075859, 60.367066801235318 ], [ -1.061245286561527, 60.367137444303275 ], [ -1.05989114057722, 60.367886623189825 ], [ -1.058561527501192, 60.368097215163459 ], [ -1.058229931576843, 60.368593210582318 ], [ -1.057394905357957, 60.36862770671182 ], [ -1.056232694298301, 60.368377036301318 ] ] ], [ [ [ -1.812143529577383, 60.371939190926412 ], [ -1.812272616742502, 60.371562275151476 ], [ -1.813196317247894, 60.371738653944597 ], [ -1.813257699873922, 60.372102369807521 ], [ -1.812143529577383, 60.371939190926412 ] ] ], [ [ [ -1.052192269230602, 60.365470521423404 ], [ -1.053026797677362, 60.36482547419979 ], [ -1.053332408629671, 60.365227219047668 ], [ -1.054274414795484, 60.365251873184199 ], [ -1.054528977269345, 60.366165062470849 ], [ -1.053759837439953, 60.36674324040294 ], [ -1.053305273650809, 60.368351760899507 ], [ -1.052709574409584, 60.368886270598999 ], [ -1.052224040270303, 60.36874812792464 ], [ -1.051021044195879, 60.368654256125161 ], [ -1.050301061753177, 60.367849979633199 ], [ -1.050287491783042, 60.366134869604721 ], [ -1.050949881353396, 60.365488606969542 ], [ -1.052192269230602, 60.365470521423404 ] ] ], [ [ [ -1.816525154126319, 60.373054140526662 ], [ -1.816726219740025, 60.372767104722328 ], [ -1.817459490410414, 60.372961148908821 ], [ -1.81729416770707, 60.373342509178286 ], [ -1.816525154126319, 60.373054140526662 ] ] ], [ [ [ -1.025376928589219, 60.369483624954555 ], [ -1.026614540035103, 60.36841518117123 ], [ -1.025719747512933, 60.367717240264753 ], [ -1.028025944430043, 60.366378246240004 ], [ -1.030476817895402, 60.362297134054892 ], [ -1.03269135238526, 60.36189122565105 ], [ -1.03327406926757, 60.361495886683102 ], [ -1.034582219110654, 60.358941832060999 ], [ -1.033969758001161, 60.358506388488806 ], [ -1.033445120537464, 60.356634913882054 ], [ -1.032242227072188, 60.356554339202148 ], [ -1.031810990859741, 60.354899036157185 ], [ -1.032243283073796, 60.354071607377541 ], [ -1.032988778169837, 60.353376651352526 ], [ -1.035366093932947, 60.352653123382041 ], [ -1.035556951120705, 60.352326767144071 ], [ -1.035939473513233, 60.35256748668747 ], [ -1.037434438709521, 60.352264037531796 ], [ -1.038329687961889, 60.351709312280917 ], [ -1.040291659463704, 60.351853673717685 ], [ -1.041629073193074, 60.350740917106108 ], [ -1.042798405049816, 60.351341957663927 ], [ -1.041510779456669, 60.352302438780356 ], [ -1.041765520711827, 60.353502990723626 ], [ -1.042192894836713, 60.353452192347234 ], [ -1.042489996969391, 60.353826965227135 ], [ -1.043777374256366, 60.353804794453325 ], [ -1.043274881725336, 60.354254630244697 ], [ -1.043848400419494, 60.354164470872128 ], [ -1.04411125905394, 60.354471650304113 ], [ -1.043236265718997, 60.354644945777665 ], [ -1.044041138600019, 60.35500989571829 ], [ -1.043536142192638, 60.355235235724606 ], [ -1.044162986295101, 60.355181374759034 ], [ -1.043698031976847, 60.355586585975928 ], [ -1.044188189783349, 60.356178241404251 ], [ -1.042732771190242, 60.358839077953704 ], [ -1.044247124776619, 60.360048676816113 ], [ -1.043709603334838, 60.360763147483006 ], [ -1.044876438921035, 60.361153139200809 ], [ -1.045518126978004, 60.361835667390359 ], [ -1.045298182212763, 60.363158513065827 ], [ -1.043329690430638, 60.364141064386381 ], [ -1.041738103412526, 60.364322667684633 ], [ -1.041204108026145, 60.363986594138332 ], [ -1.040863492321622, 60.364473503542996 ], [ -1.039911533363475, 60.364480109529346 ], [ -1.039710751617232, 60.364218266024565 ], [ -1.0390498028796, 60.364500828825101 ], [ -1.037825386365042, 60.366063334491109 ], [ -1.038094315033495, 60.367088900429756 ], [ -1.036633852094979, 60.368043597263835 ], [ -1.037255590191077, 60.36847909400511 ], [ -1.036785724532898, 60.3690413810872 ], [ -1.036129105398841, 60.368866024818097 ], [ -1.034219988616602, 60.369965602339832 ], [ -1.033354229176739, 60.369811162895793 ], [ -1.033745277995433, 60.369463815098584 ], [ -1.032507821759861, 60.369921743252135 ], [ -1.031948236129451, 60.369531571957275 ], [ -1.031003198717729, 60.369910799960806 ], [ -1.027817571937658, 60.370332042456432 ], [ -1.025737116704286, 60.370173166882282 ], [ -1.026171736541844, 60.369583722595792 ], [ -1.025376928589219, 60.369483624954555 ] ] ], [ [ [ -0.893483138918997, 60.368757933834317 ], [ -0.895185970336761, 60.367196202110193 ], [ -0.894665133315129, 60.36731758906393 ], [ -0.894511272099705, 60.367042441155242 ], [ -0.897047598649484, 60.366295747142573 ], [ -0.898891810189762, 60.366715086205637 ], [ -0.898568535903604, 60.367161378838659 ], [ -0.89794153290367, 60.367205575597893 ], [ -0.897259985289508, 60.368596219296094 ], [ -0.895284050800244, 60.369387976926504 ], [ -0.894095826081717, 60.369405048778241 ], [ -0.893483138918997, 60.368757933834317 ] ] ], [ [ [ -1.812819145459406, 60.372694336616831 ], [ -1.811234745574439, 60.372319493901713 ], [ -1.813446570874129, 60.372367500454978 ], [ -1.814775445212076, 60.373042742177375 ], [ -1.815169454189564, 60.373909715527091 ], [ -1.813888976941572, 60.374280542119578 ], [ -1.813345733328398, 60.374149594120006 ], [ -1.811734006110836, 60.373783697746681 ], [ -1.811401998085316, 60.373186157278163 ], [ -1.812819145459406, 60.372694336616831 ] ] ], [ [ [ -0.892687184645509, 60.369505580531403 ], [ -0.893552779300995, 60.36937808779232 ], [ -0.893895912732456, 60.369686237256722 ], [ -0.893327430959026, 60.36987456839632 ], [ -0.892687184645509, 60.369505580531403 ] ] ], [ [ [ -1.051914878252801, 60.371902087262917 ], [ -1.052307131860801, 60.371819578429545 ], [ -1.052232415078097, 60.372519417701845 ], [ -1.051914878252801, 60.371902087262917 ] ] ], [ [ [ -1.476069770364652, 60.375840364286937 ], [ -1.475492828242769, 60.375631583798508 ], [ -1.474238688122164, 60.375810701620722 ], [ -1.474990951467972, 60.37526596984852 ], [ -1.476071437309246, 60.37517145938822 ], [ -1.476530223570448, 60.375397730387334 ], [ -1.476069770364652, 60.375840364286937 ] ] ], [ [ [ -1.023702911645126, 60.373318927422737 ], [ -1.023364488024552, 60.373114414312454 ], [ -1.022544484239327, 60.373247573416769 ], [ -1.021394943202059, 60.372879962415787 ], [ -1.021721574895253, 60.372267290610822 ], [ -1.023575184502927, 60.37152664918851 ], [ -1.025407538139549, 60.371495179906248 ], [ -1.026142116727413, 60.371792377892447 ], [ -1.025814055198951, 60.372759726207526 ], [ -1.023702911645126, 60.373318927422737 ] ] ], [ [ [ -1.813427145513951, 60.375770329272306 ], [ -1.813682451109638, 60.375519288086053 ], [ -1.812666712539693, 60.375562757058134 ], [ -1.813439800357887, 60.375141851283338 ], [ -1.815506119346099, 60.375301851061423 ], [ -1.816561313164021, 60.374688279357208 ], [ -1.817828230439612, 60.3751209851985 ], [ -1.817534637493892, 60.375740100778529 ], [ -1.818194520370666, 60.376100142690895 ], [ -1.816423386518935, 60.376645404435173 ], [ -1.817298027204847, 60.37751752117444 ], [ -1.81675345730675, 60.377611048050426 ], [ -1.816022411693052, 60.377003991955021 ], [ -1.814592492425624, 60.376526149945668 ], [ -1.813427145513951, 60.375770329272306 ] ] ], [ [ [ -1.462146319768421, 60.376718645370097 ], [ -1.462981512846238, 60.376106975680585 ], [ -1.463948250586237, 60.376869569172825 ], [ -1.463527045842486, 60.377119276357405 ], [ -1.463257622211399, 60.376961063846466 ], [ -1.462146319768421, 60.376718645370097 ] ] ], [ [ [ -1.052109990142028, 60.374862095277024 ], [ -1.052464304199285, 60.374213631552173 ], [ -1.052807298475242, 60.37457972625171 ], [ -1.052109990142028, 60.374862095277024 ] ] ], [ [ [ -1.388731957789449, 60.378707658700279 ], [ -1.387071956666156, 60.377288570601529 ], [ -1.38966456872732, 60.378200147665183 ], [ -1.390104203062849, 60.379033593152073 ], [ -1.388731957789449, 60.378707658700279 ] ] ], [ [ [ -0.893295890139336, 60.375885977367211 ], [ -0.894331820486839, 60.375553369773662 ], [ -0.895117907065669, 60.375636220217828 ], [ -0.894974582111662, 60.376119914940944 ], [ -0.893774943636906, 60.376734016608765 ], [ -0.892723418227129, 60.376455895208281 ], [ -0.893295890139336, 60.375885977367211 ] ] ], [ [ [ -0.892177818223885, 60.377035013593186 ], [ -0.891523501619358, 60.376809573629728 ], [ -0.89188337876421, 60.376893383486859 ], [ -0.892205471013104, 60.37648750387325 ], [ -0.892177818223885, 60.377035013593186 ] ] ], [ [ [ -1.077931016531414, 60.379639810036075 ], [ -1.078535408519617, 60.379432087766602 ], [ -1.078662663718071, 60.379614345613227 ], [ -1.07820705694893, 60.380269358460637 ], [ -1.077931016531414, 60.379639810036075 ] ] ], [ [ [ -1.456438542008271, 60.382428363582818 ], [ -1.457087364681915, 60.381587013589908 ], [ -1.457564692880252, 60.38178648937425 ], [ -1.456931401163459, 60.382785031900369 ], [ -1.456438542008271, 60.382428363582818 ] ] ], [ [ [ -0.913293570521652, 60.383687606992204 ], [ -0.912271698818932, 60.383324581112923 ], [ -0.910283018618763, 60.383667493331274 ], [ -0.909904214555574, 60.383332158492777 ], [ -0.909358671814768, 60.383372587779284 ], [ -0.910083991371484, 60.383109147495979 ], [ -0.909247097883515, 60.383183108431851 ], [ -0.909125193984764, 60.382760082364136 ], [ -0.908462895061305, 60.383037503022301 ], [ -0.908465990279301, 60.382673866412617 ], [ -0.907033976643551, 60.382644161163796 ], [ -0.907151454834001, 60.382115346063635 ], [ -0.906689123235897, 60.382650309382441 ], [ -0.905003382542166, 60.382614009059417 ], [ -0.903586155740603, 60.382144401787222 ], [ -0.90201952934183, 60.382342506565855 ], [ -0.901328014455627, 60.382139257507561 ], [ -0.902033575602738, 60.381925084056881 ], [ -0.901244599124621, 60.381923065515018 ], [ -0.90131758908419, 60.381640819201834 ], [ -0.900817847396935, 60.381937501968174 ], [ -0.900183321895301, 60.381658393063127 ], [ -0.903214197784127, 60.381068309985771 ], [ -0.903480317251334, 60.38124559850894 ], [ -0.904234315888926, 60.380614274180779 ], [ -0.904139004033732, 60.381075924613299 ], [ -0.90458382428775, 60.380522867220968 ], [ -0.905878954108845, 60.380304543450833 ], [ -0.906474252741758, 60.379860468145118 ], [ -0.909437401683192, 60.379660288548862 ], [ -0.910150206772056, 60.378682890523557 ], [ -0.912166380409814, 60.378322247731894 ], [ -0.911418993915672, 60.37816349089649 ], [ -0.916554885952368, 60.37702999248053 ], [ -0.916371228947921, 60.376662142207081 ], [ -0.91711227318331, 60.376410465583625 ], [ -0.917817908668685, 60.376734070362069 ], [ -0.919038470123922, 60.375857728789846 ], [ -0.919908888288213, 60.375750755940203 ], [ -0.919577602137905, 60.375513708155637 ], [ -0.920186010842879, 60.375432442852699 ], [ -0.919781612655739, 60.375377082357609 ], [ -0.920812045137731, 60.374763173528102 ], [ -0.921021412546117, 60.374957925451902 ], [ -0.921273079362728, 60.374695973438641 ], [ -0.92159922387389, 60.375308310035479 ], [ -0.922338829193186, 60.375372664258087 ], [ -0.923499457552177, 60.374328782482159 ], [ -0.924719777877133, 60.374002818697782 ], [ -0.924812659175158, 60.37349534073315 ], [ -0.925947074574436, 60.373464090859379 ], [ -0.925472704595172, 60.373276187394765 ], [ -0.926004655758747, 60.373091914684785 ], [ -0.925601129320088, 60.372680100755119 ], [ -0.926646814544178, 60.372037536927294 ], [ -0.927737324359452, 60.372513248120654 ], [ -0.927508069486658, 60.372039988515127 ], [ -0.928088626563334, 60.371478968872324 ], [ -0.927815894065038, 60.371225352335124 ], [ -0.927399457394052, 60.371482397234665 ], [ -0.927498140750854, 60.370962393210746 ], [ -0.929440315398273, 60.370349475616024 ], [ -0.928608575099034, 60.370001571000145 ], [ -0.930096814583745, 60.36912908008614 ], [ -0.929789068326968, 60.368560910755498 ], [ -0.930768156617894, 60.368007572825967 ], [ -0.930540201301292, 60.368324506547893 ], [ -0.931112410547512, 60.36801482720621 ], [ -0.930849675308169, 60.368286585694399 ], [ -0.931309596753134, 60.368083755122939 ], [ -0.932283981550567, 60.368504621609283 ], [ -0.932784765461171, 60.36760621867046 ], [ -0.933669773540461, 60.36715536728061 ], [ -0.934879246521211, 60.36703934048019 ], [ -0.93433898719557, 60.36692726493969 ], [ -0.934995322084685, 60.366815786997442 ], [ -0.935666292712594, 60.365977100466601 ], [ -0.936807453802337, 60.366008668408412 ], [ -0.937309686690038, 60.365339232409305 ], [ -0.937006674576235, 60.364901317426636 ], [ -0.937954775437706, 60.364290212665324 ], [ -0.938299241913304, 60.363453397265744 ], [ -0.94075758657972, 60.362891125927106 ], [ -0.940215413353401, 60.361945780818736 ], [ -0.93939982736578, 60.362052423351251 ], [ -0.940323972270515, 60.361393521015586 ], [ -0.939513501892768, 60.361343067337536 ], [ -0.940356400459884, 60.360729311819306 ], [ -0.940371171194178, 60.360050595114451 ], [ -0.939338174448014, 60.35987624997253 ], [ -0.940198741104821, 60.35944312006643 ], [ -0.939939671754761, 60.359271348251262 ], [ -0.940823211496341, 60.359023370768178 ], [ -0.940694976580342, 60.359400378315904 ], [ -0.942551450867355, 60.358606107537661 ], [ -0.942273993081662, 60.357938537376619 ], [ -0.943093898762654, 60.357190790802143 ], [ -0.944526171311981, 60.356954329185079 ], [ -0.94442471351401, 60.356167836739061 ], [ -0.946289583928282, 60.355441824079207 ], [ -0.946683806344, 60.355750240616175 ], [ -0.948551853129049, 60.355598895934463 ], [ -0.949333513031739, 60.354794240066212 ], [ -0.948703813254147, 60.354706657661211 ], [ -0.948987044770468, 60.354296745654139 ], [ -0.948885726233712, 60.354685646396035 ], [ -0.950478239406302, 60.353856856375039 ], [ -0.950197089995514, 60.350875311753931 ], [ -0.950951353606685, 60.350580454023586 ], [ -0.951145241624889, 60.3508630340772 ], [ -0.952270014116518, 60.350146368588582 ], [ -0.952101514363428, 60.350541028260629 ], [ -0.952937340208408, 60.349905588840976 ], [ -0.95279147966891, 60.350385730693858 ], [ -0.953422803419639, 60.349854634299795 ], [ -0.954274029030886, 60.350321963748115 ], [ -0.955955171517451, 60.349600659423622 ], [ -0.955961994779115, 60.350067635554446 ], [ -0.957282396832839, 60.349292301917139 ], [ -0.957609110600425, 60.349445713583144 ], [ -0.959517465844446, 60.348072453126086 ], [ -0.959229052609503, 60.347570051733534 ], [ -0.959702494401151, 60.347439962814214 ], [ -0.959502691641042, 60.347796673762289 ], [ -0.960405136737107, 60.347338601002519 ], [ -0.961259819962258, 60.346501223877581 ], [ -0.960772945351897, 60.346142740603959 ], [ -0.961307113457591, 60.345298369813349 ], [ -0.963380076983817, 60.345063116621922 ], [ -0.963341595965894, 60.344277130095044 ], [ -0.965105231780527, 60.342364804929339 ], [ -0.967463703891177, 60.341687235553927 ], [ -0.96778248985259, 60.341918680708886 ], [ -0.968468918615084, 60.341695033066159 ], [ -0.969792396164636, 60.34183638513332 ], [ -0.969080483754954, 60.341547125664 ], [ -0.970202624261045, 60.341236154012314 ], [ -0.970635646664022, 60.341579819391299 ], [ -0.971509830355729, 60.34108823063243 ], [ -0.973672371450535, 60.341393165046462 ], [ -0.974276111337593, 60.341147299539323 ], [ -0.973974750132155, 60.340936656816737 ], [ -0.975059296164085, 60.340609191900931 ], [ -0.974528803038337, 60.340426416582225 ], [ -0.976172301293401, 60.33977730259079 ], [ -0.975769305408086, 60.339630532413672 ], [ -0.976004117373715, 60.3384380975833 ], [ -0.975670010468174, 60.33857919377008 ], [ -0.974559366345845, 60.338181835239183 ], [ -0.975883917123019, 60.337880457758864 ], [ -0.975902011757634, 60.337360697436935 ], [ -0.974743261810284, 60.336881258473788 ], [ -0.975001698746366, 60.33626457821606 ], [ -0.974473476543369, 60.336415848600929 ], [ -0.974089552487723, 60.336124653743461 ], [ -0.976869728469083, 60.334626772733607 ], [ -0.976246678220481, 60.334394803673682 ], [ -0.977562104124199, 60.334032280926614 ], [ -0.976386551953789, 60.333803248116851 ], [ -0.977290502757893, 60.333855995232213 ], [ -0.976701868497057, 60.333624292811741 ], [ -0.977743880290171, 60.333432066836295 ], [ -0.977465349608701, 60.332898353197017 ], [ -0.978996620928232, 60.333103169614077 ], [ -0.978051567271289, 60.332569727214789 ], [ -0.9786968006452, 60.332380730522353 ], [ -0.977963625754238, 60.332312244384248 ], [ -0.97854312162418, 60.332082336627849 ], [ -0.97812200575616, 60.331996492882524 ], [ -0.978685607313254, 60.331405495691669 ], [ -0.979375083956311, 60.3314808260875 ], [ -0.979790768530527, 60.331218228531448 ], [ -0.981123329980637, 60.331462801267968 ], [ -0.980890717178259, 60.330965363642342 ], [ -0.981610977952671, 60.331215116129719 ], [ -0.982215570803993, 60.330817472401499 ], [ -0.98265869746892, 60.331127055317445 ], [ -0.983375903121497, 60.330601864123004 ], [ -0.984139692016874, 60.330675044018399 ], [ -0.983746905826202, 60.331192841060606 ], [ -0.984327350846841, 60.330755494605079 ], [ -0.985596859982762, 60.330581107321031 ], [ -0.985043153843443, 60.330507743133246 ], [ -0.985476746726164, 60.330133023909809 ], [ -0.986849306813847, 60.330372456826865 ], [ -0.986030441659677, 60.329914560173442 ], [ -0.98677447384747, 60.330040552034987 ], [ -0.988306057661273, 60.329588880163811 ], [ -0.988307425355734, 60.329310533471592 ], [ -0.988683143576333, 60.329517219892566 ], [ -0.989142139810163, 60.329139090386356 ], [ -0.989878658773139, 60.329156358786307 ], [ -0.990037717624943, 60.32846257193868 ], [ -0.991895894391854, 60.327986400951076 ], [ -0.993160046912718, 60.32827523116547 ], [ -0.993796304964983, 60.328078012700914 ], [ -0.993889877342515, 60.328450461690416 ], [ -0.99302213271071, 60.32857858389464 ], [ -0.992895327758226, 60.328873939265897 ], [ -0.994472507556222, 60.328819425242095 ], [ -0.995185560958938, 60.329364466887405 ], [ -0.997077290557421, 60.329387723400743 ], [ -0.997208244183883, 60.328955910935953 ], [ -0.998697824334965, 60.328568454197075 ], [ -0.999291936596626, 60.328623209142982 ], [ -0.99884893683101, 60.329192751437702 ], [ -1.000159216014075, 60.328687198502372 ], [ -1.000004408820214, 60.329130507373961 ], [ -1.000950016656647, 60.328409396479657 ], [ -1.00242633480073, 60.328573124191593 ], [ -1.001957876929327, 60.32837655621131 ], [ -1.002549069019946, 60.328170876645792 ], [ -1.001459219694986, 60.328042377393373 ], [ -1.003421839790345, 60.327697927270449 ], [ -1.002704616561406, 60.327464478666094 ], [ -1.003186460351845, 60.327043372482414 ], [ -1.004170520225456, 60.327255470592682 ], [ -1.003526042430069, 60.326655319964615 ], [ -1.004950640693243, 60.326374160072788 ], [ -1.005732839028646, 60.326793054722934 ], [ -1.005246446900553, 60.327186300303282 ], [ -1.006486432831647, 60.326663997400594 ], [ -1.005767701083791, 60.327314111238707 ], [ -1.006932312554034, 60.326828953552734 ], [ -1.006352467614507, 60.327318481106495 ], [ -1.007406388448341, 60.327496955899548 ], [ -1.007641342335164, 60.327929712427213 ], [ -1.008190210670551, 60.327804505329333 ], [ -1.008289881521585, 60.328220089174756 ], [ -1.008849600354311, 60.32803569730239 ], [ -1.008836211603864, 60.328357952037344 ], [ -1.011887527473923, 60.328119359220054 ], [ -1.011139708803892, 60.329194900991645 ], [ -1.011782705233141, 60.329071276720548 ], [ -1.012051870622708, 60.329392936747752 ], [ -1.012552030766693, 60.329201801484395 ], [ -1.012420594914267, 60.329716233336299 ], [ -1.013152724866817, 60.329519634521425 ], [ -1.013947807824194, 60.329877516609194 ], [ -1.013513309814003, 60.330113142307873 ], [ -1.014159633439317, 60.330119729942872 ], [ -1.014005586501179, 60.33036372096047 ], [ -1.014921072090597, 60.330392952000572 ], [ -1.014708442496367, 60.330597899285088 ], [ -1.017199934617292, 60.330854280440072 ], [ -1.017047293343691, 60.331293134294327 ], [ -1.018659637854972, 60.330733062959801 ], [ -1.019935616550465, 60.330578150781669 ], [ -1.020091523169597, 60.330814554848715 ], [ -1.020613734835427, 60.330430498755774 ], [ -1.020496072222199, 60.330791494728011 ], [ -1.021902443510599, 60.330394187148471 ], [ -1.021542354805523, 60.33086833508942 ], [ -1.022284297519742, 60.330827098730346 ], [ -1.022759162429065, 60.331178083745719 ], [ -1.022166873131201, 60.332028552007557 ], [ -1.021180570334181, 60.332245778366968 ], [ -1.020950145836264, 60.333045926220613 ], [ -1.023127610861695, 60.334242700217828 ], [ -1.025099945891732, 60.334366715529221 ], [ -1.025668074548914, 60.33469053749306 ], [ -1.027886346027593, 60.334097976368241 ], [ -1.028601805160774, 60.333487229659745 ], [ -1.028777491006157, 60.333792009412299 ], [ -1.029970008054545, 60.333339179825273 ], [ -1.031041351867025, 60.333612772062516 ], [ -1.031305635895531, 60.333312097918757 ], [ -1.031546573944141, 60.333921743787997 ], [ -1.03291829291136, 60.333410031840629 ], [ -1.03295313777752, 60.333885284518587 ], [ -1.033704361647307, 60.333470517235867 ], [ -1.034123756836423, 60.333803997334172 ], [ -1.033455033986901, 60.334001172050201 ], [ -1.034004511709091, 60.334039284224943 ], [ -1.033731431162804, 60.334331818439715 ], [ -1.035514012919858, 60.334074480914616 ], [ -1.035542420773793, 60.334523646360282 ], [ -1.036883325115328, 60.334687803172834 ], [ -1.036554628090567, 60.335085894801864 ], [ -1.037737832102486, 60.334578155457059 ], [ -1.037566983665782, 60.335090528972842 ], [ -1.036678837445391, 60.335111936028923 ], [ -1.037168274147714, 60.335467463413877 ], [ -1.0364927973047, 60.33552452923837 ], [ -1.036194680042545, 60.335745053569632 ], [ -1.036805921597698, 60.335655199097779 ], [ -1.036071820752136, 60.335980316024383 ], [ -1.037155926128449, 60.336255746525204 ], [ -1.03680212414695, 60.336890707511046 ], [ -1.037817127151135, 60.336930377485487 ], [ -1.037558148826687, 60.337359504959991 ], [ -1.038036809479538, 60.337467125439019 ], [ -1.037318846936609, 60.337796855583697 ], [ -1.037554783893347, 60.338027531794033 ], [ -1.038173029585437, 60.33788564229701 ], [ -1.037471173533724, 60.338221775152633 ], [ -1.038509641174794, 60.338204142635966 ], [ -1.038173280901352, 60.338369621974628 ], [ -1.038864462795391, 60.339074095241571 ], [ -1.038830048969211, 60.339566803527291 ], [ -1.03798734382678, 60.339886656929018 ], [ -1.038611323784158, 60.340474813896108 ], [ -1.03772050105017, 60.341074468337283 ], [ -1.032031455277054, 60.342197800136731 ], [ -1.030668068202983, 60.343148646997534 ], [ -1.028626282848741, 60.343879926636724 ], [ -1.030699255615454, 60.342830113146952 ], [ -1.029827709041272, 60.342346068215875 ], [ -1.028235380705225, 60.342951318014933 ], [ -1.027152757519984, 60.342925448108232 ], [ -1.029612222610548, 60.342281642450544 ], [ -1.028533503948702, 60.341332751499102 ], [ -1.02790312675259, 60.341269782457317 ], [ -1.028613896941848, 60.341187875602721 ], [ -1.028234066253043, 60.340923807435139 ], [ -1.028038067843903, 60.34117918058061 ], [ -1.027822534955832, 60.340812152763178 ], [ -1.026250273564712, 60.340988319944778 ], [ -1.024834893335918, 60.34155262187177 ], [ -1.024842171455136, 60.342158770822664 ], [ -1.025522633307283, 60.342608226423948 ], [ -1.025230333189072, 60.343418702148504 ], [ -1.025553758342206, 60.343812563952454 ], [ -1.027802846268095, 60.344458457596559 ], [ -1.025984123526509, 60.344144353468984 ], [ -1.025237277329214, 60.344340018015181 ], [ -1.024436726316463, 60.345545443587675 ], [ -1.024661932382101, 60.346316611071167 ], [ -1.023790184124969, 60.346567023099091 ], [ -1.022386759971083, 60.345753081745507 ], [ -1.019591649075454, 60.345613092772609 ], [ -1.017815971601953, 60.345977123613217 ], [ -1.016636377711077, 60.345678382985454 ], [ -1.015345806297265, 60.346477864862585 ], [ -1.014907488784565, 60.347133693940364 ], [ -1.015553278121982, 60.347890930215605 ], [ -1.019134275754264, 60.348295399236697 ], [ -1.02146268864113, 60.34926343842244 ], [ -1.02086622062998, 60.349938775516677 ], [ -1.021779025028774, 60.350015526470123 ], [ -1.02117409471164, 60.350247230821424 ], [ -1.02212700408243, 60.350437412080112 ], [ -1.021990613638338, 60.350877287805652 ], [ -1.022858243715956, 60.351374822945445 ], [ -1.021539589916627, 60.352685971931081 ], [ -1.021976814441028, 60.353578125052884 ], [ -1.020803494454037, 60.354813113930298 ], [ -1.020914618166355, 60.355338315736013 ], [ -1.019695917873135, 60.356088983271725 ], [ -1.018126155654906, 60.358748718241621 ], [ -1.015104071083513, 60.361110362483871 ], [ -1.01298581731506, 60.361983610631079 ], [ -1.010414433329391, 60.362372173048648 ], [ -1.010410739754149, 60.363570866933102 ], [ -1.008335973098085, 60.364435386280292 ], [ -1.005611177876951, 60.364376448228242 ], [ -1.004977346718875, 60.364949073720204 ], [ -1.005292964904014, 60.365122037250892 ], [ -1.004067226307362, 60.365306822538777 ], [ -1.004712839915654, 60.365775875550888 ], [ -1.003648574173752, 60.365837053569841 ], [ -1.003912454223844, 60.366339169382918 ], [ -1.002645463827575, 60.367041732493789 ], [ -1.000545147349276, 60.367542283319239 ], [ -1.000410808643071, 60.36802166149257 ], [ -1.001201878496817, 60.368477456774777 ], [ -1.003481082904209, 60.368176674733263 ], [ -1.002603623791337, 60.369182955862016 ], [ -1.001613842824145, 60.369413484972391 ], [ -1.000933513044129, 60.369011500713249 ], [ -1.00016191298405, 60.369281368907068 ], [ -1.000681929635968, 60.368878516171392 ], [ -1.000299899584127, 60.368268654369764 ], [ -0.998790210877644, 60.368543744723532 ], [ -0.998818154791201, 60.3679872447834 ], [ -0.997334754010766, 60.36776057919208 ], [ -0.995473133100422, 60.368336477656243 ], [ -0.995786878883964, 60.369100280886819 ], [ -0.996922951673407, 60.369243534008127 ], [ -0.998706116224355, 60.368861873631879 ], [ -0.99901864068273, 60.36937244633522 ], [ -0.998282329954931, 60.369732361024127 ], [ -0.998333228190842, 60.369373576239042 ], [ -0.997337670005569, 60.369377754520556 ], [ -0.997124884218947, 60.370107058207175 ], [ -0.994772497493714, 60.371305997381199 ], [ -0.994138131943104, 60.371061461299462 ], [ -0.993546163157304, 60.371265304697303 ], [ -0.992664199732565, 60.370877018080137 ], [ -0.993292429002643, 60.369850060136379 ], [ -0.995273173952619, 60.36917811544788 ], [ -0.994367763424731, 60.368257196222437 ], [ -0.990955893730011, 60.369065546239312 ], [ -0.990768194376958, 60.368802828486764 ], [ -0.989984374615344, 60.368996222185558 ], [ -0.989186794690115, 60.368638183461194 ], [ -0.987726851405628, 60.368767165453121 ], [ -0.987669443398344, 60.368513515165965 ], [ -0.987147761209615, 60.368789698321635 ], [ -0.986522648954939, 60.368542501946102 ], [ -0.984721859263531, 60.368553921675165 ], [ -0.983570014701035, 60.368977930022162 ], [ -0.983895269423226, 60.368547614876498 ], [ -0.983255923285409, 60.368467307784606 ], [ -0.982078782020722, 60.368771686499137 ], [ -0.982256224716387, 60.36936118196747 ], [ -0.980157786436697, 60.370541154466927 ], [ -0.978785368803282, 60.370070897492859 ], [ -0.976392813616988, 60.37062090718198 ], [ -0.975735420182044, 60.370479366601806 ], [ -0.975744338092804, 60.370773055866493 ], [ -0.974738891037346, 60.370859598121811 ], [ -0.973471375210668, 60.371495436816872 ], [ -0.973089861103034, 60.372152467647823 ], [ -0.970949230640448, 60.37292880431724 ], [ -0.97072415590964, 60.373453247186447 ], [ -0.971251305686485, 60.373528257541729 ], [ -0.971654080086279, 60.374327826636012 ], [ -0.969235103350216, 60.375413565401011 ], [ -0.968802356455474, 60.375908561498633 ], [ -0.969305204387953, 60.376065102089747 ], [ -0.968436744223214, 60.376287346432044 ], [ -0.968388280878347, 60.376673077721392 ], [ -0.969348246903951, 60.376999274818921 ], [ -0.968735710824572, 60.377730828316132 ], [ -0.970342813393734, 60.379103618528532 ], [ -0.968778967211331, 60.380092699233458 ], [ -0.966906852019298, 60.380617838406927 ], [ -0.966693539231801, 60.381053471426625 ], [ -0.965111261236021, 60.380787071015007 ], [ -0.965815542320823, 60.381113999233357 ], [ -0.96489459043621, 60.381156228897751 ], [ -0.965039542588083, 60.381561420815927 ], [ -0.964596083516002, 60.381531933486798 ], [ -0.964463560233286, 60.381878398991006 ], [ -0.963617465736921, 60.381676069160974 ], [ -0.963709781017193, 60.382253254030758 ], [ -0.962726268099616, 60.382379386720046 ], [ -0.962588180034145, 60.382671931721084 ], [ -0.959901847393373, 60.382897006751797 ], [ -0.95932389901435, 60.38224957807946 ], [ -0.959037506898862, 60.38252749157401 ], [ -0.957478703208415, 60.382207308637497 ], [ -0.957081954168952, 60.381283829968588 ], [ -0.958001057748937, 60.380220700559967 ], [ -0.956744452669785, 60.379018417671006 ], [ -0.95536644546676, 60.379288663674878 ], [ -0.954866777898477, 60.37903332368991 ], [ -0.95374410979452, 60.379089157188055 ], [ -0.952693564630259, 60.380118898859422 ], [ -0.952555919975475, 60.37943449548402 ], [ -0.95161596879156, 60.379109232407366 ], [ -0.952985583042238, 60.379383999366794 ], [ -0.953024487866673, 60.378397486066852 ], [ -0.951301532315499, 60.378621876738436 ], [ -0.948607983630052, 60.378234280684723 ], [ -0.948317713294757, 60.377955427168352 ], [ -0.947921073818602, 60.37833211608212 ], [ -0.947733199594224, 60.377802651180104 ], [ -0.947476328009419, 60.378119384402957 ], [ -0.946841550119345, 60.377894373084139 ], [ -0.945511543996766, 60.379203797130018 ], [ -0.944072648939566, 60.379278594591078 ], [ -0.944158540131735, 60.378866229784073 ], [ -0.943257367555445, 60.378914751902364 ], [ -0.942665518705526, 60.378428764793355 ], [ -0.9409031237045, 60.378860129068947 ], [ -0.940188134598246, 60.378425230916683 ], [ -0.93926451800571, 60.378606440478116 ], [ -0.939281461812183, 60.377973537081928 ], [ -0.938674333659593, 60.377959719595168 ], [ -0.939226274304489, 60.377551071781319 ], [ -0.938126322370791, 60.377522549274445 ], [ -0.937723166431332, 60.376870131959748 ], [ -0.936125771692293, 60.376691260765007 ], [ -0.935256826380148, 60.37714315545896 ], [ -0.933520661584095, 60.377325905995022 ], [ -0.932783010549639, 60.378419956825603 ], [ -0.933153812504782, 60.37895001199707 ], [ -0.932205373745875, 60.379112117478414 ], [ -0.932028939642562, 60.379459996296816 ], [ -0.931491229766132, 60.379374868743795 ], [ -0.931706239045345, 60.379621728305224 ], [ -0.930406941534384, 60.380471512099696 ], [ -0.929775113857065, 60.380601124309159 ], [ -0.928808851839397, 60.380309608977733 ], [ -0.929478391727492, 60.380633758194755 ], [ -0.929185407138486, 60.380939391579133 ], [ -0.926517771906662, 60.381254634551283 ], [ -0.926844627183496, 60.380747246024541 ], [ -0.925768643626603, 60.381254878395765 ], [ -0.924755287087158, 60.381182048196358 ], [ -0.925250246706703, 60.381353956876723 ], [ -0.924620736302906, 60.381522174440214 ], [ -0.923812878042606, 60.381433038038381 ], [ -0.924061080253957, 60.381277008431276 ], [ -0.920463799703092, 60.381070101802827 ], [ -0.918731501282647, 60.381510398024155 ], [ -0.918629006756059, 60.381264430926592 ], [ -0.917415312224156, 60.382036665226224 ], [ -0.918018757907865, 60.382108914798664 ], [ -0.917764860650739, 60.38249026732317 ], [ -0.915670477971881, 60.38339719809543 ], [ -0.915074979458689, 60.384667407596389 ], [ -0.91325724196055, 60.384778295350245 ], [ -0.91262749089447, 60.384351127293762 ], [ -0.913293570521652, 60.383687606992204 ] ] ], [ [ [ -1.426204929497209, 60.387967112315842 ], [ -1.425658779624277, 60.387560717194489 ], [ -1.426220952878374, 60.387055843351774 ], [ -1.424449760841152, 60.386168289482633 ], [ -1.42376995619176, 60.386142903677232 ], [ -1.423619217492554, 60.386460995466088 ], [ -1.423084892512911, 60.385902002727299 ], [ -1.422353788784177, 60.386213088895644 ], [ -1.421202338154321, 60.385676551219895 ], [ -1.419427023464414, 60.386052215979909 ], [ -1.420002841313643, 60.385498044653488 ], [ -1.418088305599326, 60.384525381085865 ], [ -1.417824735356939, 60.38384454096046 ], [ -1.416293861904159, 60.383639411484907 ], [ -1.416328934667333, 60.383301067708352 ], [ -1.415486519159208, 60.382940020698925 ], [ -1.415854834498403, 60.382528615667425 ], [ -1.414219448420594, 60.381480800055854 ], [ -1.412329145251694, 60.381199519856828 ], [ -1.410807962480015, 60.381370577888092 ], [ -1.410646886413748, 60.382456290296581 ], [ -1.410065493360085, 60.382510282389219 ], [ -1.410679036609528, 60.383789772156014 ], [ -1.409871462141549, 60.384012460297235 ], [ -1.409120452681033, 60.383614965088363 ], [ -1.408142400500963, 60.383635763079369 ], [ -1.404334685764515, 60.381570741984291 ], [ -1.399471396290619, 60.379829476005447 ], [ -1.395006480327887, 60.377464022579829 ], [ -1.391688684908911, 60.376341830255711 ], [ -1.386076909873617, 60.376293631456278 ], [ -1.384462291546399, 60.376519625756131 ], [ -1.382337132264583, 60.376123699798562 ], [ -1.380146438173527, 60.373164897939404 ], [ -1.378736630172523, 60.367779151788071 ], [ -1.380214530846162, 60.365565590665497 ], [ -1.379133735179299, 60.363484663578134 ], [ -1.380206263554248, 60.362562153884461 ], [ -1.379929351772615, 60.361966469755949 ], [ -1.381005635695052, 60.358354828208043 ], [ -1.382655207401029, 60.357383801695327 ], [ -1.387173261786971, 60.35624013073776 ], [ -1.38626373329799, 60.356322136684128 ], [ -1.38646779669652, 60.355492540698755 ], [ -1.385682615104021, 60.355034593355732 ], [ -1.387388035328888, 60.354934707638101 ], [ -1.388970025457427, 60.354360154279725 ], [ -1.389057783191916, 60.353737430102179 ], [ -1.390046445703097, 60.353003908834992 ], [ -1.38991310230018, 60.3524780393358 ], [ -1.391118642691149, 60.352453031568828 ], [ -1.391551256604209, 60.351992602878028 ], [ -1.392224646243788, 60.351933725811136 ], [ -1.391878273981833, 60.351460758051452 ], [ -1.394696845605405, 60.351027360539284 ], [ -1.394986053321343, 60.35135999218916 ], [ -1.395060889594479, 60.351037096474542 ], [ -1.396474329947468, 60.35142780436275 ], [ -1.397901186502541, 60.351092175219549 ], [ -1.400346066161954, 60.351563823112507 ], [ -1.400739858743265, 60.350742243486515 ], [ -1.401315838452367, 60.350558077032957 ], [ -1.401792622980983, 60.350843051934106 ], [ -1.401826362086643, 60.350187753425182 ], [ -1.402551909083332, 60.349849818914208 ], [ -1.40316070578468, 60.350050083134107 ], [ -1.403632726053823, 60.349702924792687 ], [ -1.40351462888701, 60.349025396401153 ], [ -1.405465832292802, 60.348243096970201 ], [ -1.406284998567651, 60.348731607088759 ], [ -1.406949416415138, 60.347763964422263 ], [ -1.408364712948405, 60.347451516970864 ], [ -1.408438530570781, 60.346976868260349 ], [ -1.409047621266521, 60.346859258608632 ], [ -1.408607811784206, 60.34653317152042 ], [ -1.41002221603781, 60.346165932135591 ], [ -1.410613731676998, 60.346318498355828 ], [ -1.410297885040062, 60.347154818248228 ], [ -1.411242328286244, 60.346726222933846 ], [ -1.411321705095597, 60.347147678170145 ], [ -1.411499944220921, 60.346908733361964 ], [ -1.41231132847819, 60.347127808949423 ], [ -1.413763627074686, 60.348081473272252 ], [ -1.415568260071805, 60.348082226671821 ], [ -1.416384108727433, 60.347648540932134 ], [ -1.415907264192079, 60.346956880250893 ], [ -1.417050291713547, 60.346767052472025 ], [ -1.417516852224313, 60.347121960489119 ], [ -1.418024602263745, 60.346995785391677 ], [ -1.417902429294657, 60.347243064902017 ], [ -1.418484913386315, 60.347193534339922 ], [ -1.418104749642938, 60.347582448849437 ], [ -1.418896210169767, 60.347906448439993 ], [ -1.421085803773083, 60.347347634889886 ], [ -1.421779441088971, 60.347876805263375 ], [ -1.42228394123649, 60.347626692985465 ], [ -1.423261748927077, 60.348174148312616 ], [ -1.425823181175371, 60.348310925314316 ], [ -1.427599010516412, 60.347784338519332 ], [ -1.427848838288525, 60.3469683462625 ], [ -1.428549872182921, 60.346769336096202 ], [ -1.427776936588463, 60.345383287127774 ], [ -1.42811483249008, 60.34522761127063 ], [ -1.428902131891876, 60.345792164035672 ], [ -1.428964714987518, 60.345321048002006 ], [ -1.430000616431149, 60.345136934746627 ], [ -1.431312614568854, 60.345744123658633 ], [ -1.4316587707612, 60.345112600301015 ], [ -1.43256020313584, 60.345367851686412 ], [ -1.432059994102349, 60.346003209408806 ], [ -1.432731625956483, 60.345929754344574 ], [ -1.433441543055938, 60.346260502597907 ], [ -1.433297527133404, 60.347252041180994 ], [ -1.434030612565069, 60.347816332183314 ], [ -1.43540621915318, 60.347898493834897 ], [ -1.435405922757794, 60.347391193448054 ], [ -1.43575587589068, 60.347585720502721 ], [ -1.436603824497643, 60.347270567065578 ], [ -1.436973922652605, 60.347873709043853 ], [ -1.437415386876473, 60.34748948976651 ], [ -1.438020385486845, 60.347604279919103 ], [ -1.438787020924841, 60.348330303436818 ], [ -1.440654299762564, 60.348270823072504 ], [ -1.441428137961763, 60.34804960431125 ], [ -1.441196827962924, 60.347271972283565 ], [ -1.441884576029612, 60.34678551656247 ], [ -1.44247130734708, 60.346909188618028 ], [ -1.442444951309906, 60.34632994938444 ], [ -1.443064435131223, 60.346126031985385 ], [ -1.444150331962266, 60.346727657721488 ], [ -1.444089568295236, 60.34710451101548 ], [ -1.445268404166397, 60.346503364549449 ], [ -1.446191909011402, 60.347068381562373 ], [ -1.44667588648045, 60.346841436650436 ], [ -1.44682349878161, 60.347219157213146 ], [ -1.447412685221203, 60.347199157807587 ], [ -1.447607907606913, 60.347976628855506 ], [ -1.448216740457519, 60.347866920035742 ], [ -1.448064826515345, 60.348279311993238 ], [ -1.44858827161144, 60.348398205090319 ], [ -1.449046589117932, 60.348081357940274 ], [ -1.449243577032558, 60.349294302218496 ], [ -1.450202794610522, 60.34828367099567 ], [ -1.450717867666748, 60.348362116812162 ], [ -1.450697341337248, 60.349044415762194 ], [ -1.451702350020141, 60.348541261171427 ], [ -1.452236062063375, 60.349670289343116 ], [ -1.451777150655779, 60.350023059854195 ], [ -1.45300773231106, 60.351199846519123 ], [ -1.453394595699534, 60.351363052781679 ], [ -1.454571242243866, 60.350892006862658 ], [ -1.455197556732245, 60.351365954862551 ], [ -1.454712447571688, 60.351660266446856 ], [ -1.455493695384804, 60.3520809751885 ], [ -1.454848942762568, 60.35216812347857 ], [ -1.454459132419659, 60.352723207397915 ], [ -1.456391151231688, 60.352053217717959 ], [ -1.457046186185621, 60.352437486858904 ], [ -1.456171044673284, 60.352757148434243 ], [ -1.457478012199963, 60.352623311314026 ], [ -1.458348953415673, 60.353102730271765 ], [ -1.458311876011497, 60.353699664294318 ], [ -1.457415270919936, 60.35367356597844 ], [ -1.457257218419501, 60.353915347120633 ], [ -1.459636259263429, 60.354706173998217 ], [ -1.4601934092623, 60.354439072893101 ], [ -1.463410490978537, 60.356072737208315 ], [ -1.463808220033955, 60.357789273612426 ], [ -1.461874631834926, 60.356892579374481 ], [ -1.462654694216407, 60.357398538111319 ], [ -1.462796486109106, 60.358144343358546 ], [ -1.462593881541682, 60.358341057295291 ], [ -1.461843906759276, 60.35820783648122 ], [ -1.461646141513033, 60.358660461809905 ], [ -1.463915788819794, 60.360622489250261 ], [ -1.463415511563724, 60.361284898189261 ], [ -1.46484104448347, 60.361124529745936 ], [ -1.466206067920909, 60.361893199292567 ], [ -1.465272466290619, 60.361898431713371 ], [ -1.464149216571738, 60.362414680580954 ], [ -1.461929378582012, 60.36182211217151 ], [ -1.466013955177721, 60.364774591981103 ], [ -1.464540999294999, 60.366712564985029 ], [ -1.466667009004974, 60.366968011507673 ], [ -1.467575016602265, 60.367429558706142 ], [ -1.468382607940008, 60.367378913217458 ], [ -1.467941091167221, 60.36777221230691 ], [ -1.468662445990689, 60.368565217607326 ], [ -1.468379037673454, 60.369268913757075 ], [ -1.468826275518409, 60.369082145985871 ], [ -1.471528548852348, 60.369591214949551 ], [ -1.472111521266201, 60.369979610823059 ], [ -1.469599372321731, 60.370041458053628 ], [ -1.469077562310087, 60.370353632777451 ], [ -1.471518087927252, 60.370237638980349 ], [ -1.472410590038197, 60.371107621218052 ], [ -1.473318923727732, 60.370998983212118 ], [ -1.474314972445151, 60.371635916103003 ], [ -1.4742756032136, 60.37182880238695 ], [ -1.4701541423099, 60.372167126170737 ], [ -1.470108847214892, 60.372723624465905 ], [ -1.471899142884476, 60.372461375457796 ], [ -1.472703231924174, 60.373196324381603 ], [ -1.474133462235082, 60.373336659854253 ], [ -1.474355555910268, 60.373620365109204 ], [ -1.473719927486823, 60.373680705532969 ], [ -1.47494705011852, 60.374049185741889 ], [ -1.47536632471412, 60.373911668545205 ], [ -1.475641171484185, 60.374298834206485 ], [ -1.474469941777513, 60.374963129212908 ], [ -1.474910436849208, 60.375198312339151 ], [ -1.474314834408601, 60.375586535244516 ], [ -1.472223883989554, 60.375928434037498 ], [ -1.471985039646605, 60.375559361445795 ], [ -1.470509825989426, 60.375391888292626 ], [ -1.46940457775354, 60.374776939084711 ], [ -1.468702369159467, 60.373912185869763 ], [ -1.467857840373191, 60.373994111493545 ], [ -1.469395239824166, 60.375351537578865 ], [ -1.469782232708993, 60.376646008942998 ], [ -1.469378207276882, 60.377515331826153 ], [ -1.468554941847037, 60.377956493978289 ], [ -1.468250827153682, 60.377699387767684 ], [ -1.467434045917204, 60.378297695816933 ], [ -1.466575209938596, 60.377028264816509 ], [ -1.467616121610465, 60.374361271513251 ], [ -1.467062921442374, 60.374924716063312 ], [ -1.466497320060628, 60.374581261459056 ], [ -1.46619593399797, 60.374714734061875 ], [ -1.465871358436365, 60.37294014200176 ], [ -1.46383488575286, 60.372729938005584 ], [ -1.462129770471876, 60.37332014502914 ], [ -1.458177419162525, 60.373829376812878 ], [ -1.45775225847724, 60.374316985112642 ], [ -1.458172852829377, 60.374650908579142 ], [ -1.459390917906858, 60.375010516979188 ], [ -1.460165635747101, 60.374766745577254 ], [ -1.461549882536635, 60.374947433881104 ], [ -1.462955494489843, 60.376035041275742 ], [ -1.460381577661735, 60.37706167560475 ], [ -1.45866372499113, 60.37621519690115 ], [ -1.459331530624438, 60.376954162077922 ], [ -1.458964988566796, 60.377186119444666 ], [ -1.458096503251012, 60.377065865585166 ], [ -1.457173403207985, 60.375867940635715 ], [ -1.456516054378696, 60.376139109802772 ], [ -1.456542606617283, 60.376722833042571 ], [ -1.455142052097391, 60.376429792487038 ], [ -1.45461446659356, 60.375987677102707 ], [ -1.454915384901985, 60.376428864972091 ], [ -1.454389002811261, 60.375914924068063 ], [ -1.455462401828362, 60.377881161193031 ], [ -1.455042917675019, 60.378023104469669 ], [ -1.45406174878676, 60.377049387553889 ], [ -1.454562793368123, 60.379080624396288 ], [ -1.453965094327772, 60.379033281887246 ], [ -1.453002362578384, 60.378041675511113 ], [ -1.451956576428805, 60.378760160963509 ], [ -1.451081348015195, 60.378500663938532 ], [ -1.449979445071296, 60.378778946762971 ], [ -1.449689641330451, 60.379832745949031 ], [ -1.450695549126998, 60.380950255866949 ], [ -1.452908201845652, 60.380954873406459 ], [ -1.452689030200759, 60.380505038589639 ], [ -1.453433944237375, 60.380427289315278 ], [ -1.453638070470248, 60.380692998085877 ], [ -1.453805949249614, 60.380415347326746 ], [ -1.456045337240324, 60.380990168969518 ], [ -1.456705532147377, 60.381643818111222 ], [ -1.45624429250146, 60.382656527140796 ], [ -1.455213492075198, 60.383015951768151 ], [ -1.454453022575533, 60.382393310085106 ], [ -1.455131424902209, 60.382499341806216 ], [ -1.455023729563435, 60.381888350705104 ], [ -1.454051121185031, 60.38148032684316 ], [ -1.453376549309938, 60.381688559266969 ], [ -1.453582136111967, 60.382950908051548 ], [ -1.452639238297532, 60.382933568656867 ], [ -1.452045667004518, 60.38209611035311 ], [ -1.451655204025314, 60.382125928861292 ], [ -1.452428554282414, 60.383058404301728 ], [ -1.451743890545278, 60.383324948488486 ], [ -1.452524231981484, 60.384383153457193 ], [ -1.451794347130424, 60.38464053337254 ], [ -1.452182504241796, 60.384749874484356 ], [ -1.4518697101695, 60.385013458850466 ], [ -1.450989262638933, 60.385593447317291 ], [ -1.450375730413229, 60.385402364869435 ], [ -1.449371441132723, 60.38579417718443 ], [ -1.448695734386304, 60.385525613275902 ], [ -1.447089952871624, 60.385550383047949 ], [ -1.44761576659608, 60.386100264337927 ], [ -1.448379869631115, 60.385968750485382 ], [ -1.449118856586936, 60.386250147828555 ], [ -1.449230243409734, 60.386636691780197 ], [ -1.447574804492905, 60.386912665361059 ], [ -1.446896776173161, 60.386245429171865 ], [ -1.445902952868885, 60.386016831757978 ], [ -1.445581325596478, 60.38679663914278 ], [ -1.446406967301652, 60.387316347270584 ], [ -1.445451910772038, 60.386939759410716 ], [ -1.444552263664414, 60.387039266023201 ], [ -1.44516691147449, 60.388231503192642 ], [ -1.444462359287386, 60.388057971849953 ], [ -1.443878442826209, 60.388257555843417 ], [ -1.443558735098629, 60.388920643405157 ], [ -1.442919073614746, 60.38919630917794 ], [ -1.442114433788337, 60.389040304242528 ], [ -1.441961250108649, 60.389511043576128 ], [ -1.440553121252249, 60.389635328421498 ], [ -1.43776021190181, 60.389053423468326 ], [ -1.44042812440774, 60.390047822939223 ], [ -1.441136234763806, 60.390014880710233 ], [ -1.440402207691798, 60.39050113763652 ], [ -1.439266457098197, 60.390608595500645 ], [ -1.437861110399668, 60.390041504891187 ], [ -1.438140851925453, 60.390653235687147 ], [ -1.437619648713691, 60.390893460966559 ], [ -1.43368141678205, 60.390966564441214 ], [ -1.432592200655533, 60.389960805703943 ], [ -1.432737370333985, 60.388915406382708 ], [ -1.431855685529673, 60.387977864830091 ], [ -1.431478893987691, 60.388259086141247 ], [ -1.429581786172568, 60.38833627369074 ], [ -1.431566461916144, 60.39000132626056 ], [ -1.430949975163013, 60.390501501016601 ], [ -1.430060119204466, 60.390551569081254 ], [ -1.430174171632887, 60.391292799038247 ], [ -1.429184200039077, 60.391360390424779 ], [ -1.427758949505133, 60.390384576985731 ], [ -1.427751279565125, 60.38978746084392 ], [ -1.426614015374249, 60.389463826932129 ], [ -1.425767903129567, 60.388575780630212 ], [ -1.426204929497209, 60.387967112315842 ] ] ], [ [ [ -0.912387456853037, 60.388286589017518 ], [ -0.911974399119331, 60.387888125879648 ], [ -0.909421009255634, 60.388019887671135 ], [ -0.911328415501365, 60.387402454048313 ], [ -0.911782334553368, 60.386575579102143 ], [ -0.914150232965729, 60.385472496362596 ], [ -0.914953513747267, 60.385865153806591 ], [ -0.914387771342646, 60.386511541694496 ], [ -0.915056248875731, 60.386867182108801 ], [ -0.912387456853037, 60.388286589017518 ] ] ], [ [ [ -0.907343821283126, 60.389641583166814 ], [ -0.907857801126251, 60.389192344562737 ], [ -0.908282447617917, 60.389514591537875 ], [ -0.907907812685302, 60.389866202220176 ], [ -0.907343821283126, 60.389641583166814 ] ] ], [ [ [ -0.905007455058738, 60.38951913139887 ], [ -0.904775673958722, 60.388857246463083 ], [ -0.905410012646823, 60.388606551655549 ], [ -0.905830712917146, 60.389045505174252 ], [ -0.906618959592502, 60.389074427489788 ], [ -0.906634022828738, 60.389707591985491 ], [ -0.905743104680357, 60.389493750537575 ], [ -0.905694029440228, 60.389874967687277 ], [ -0.905007455058738, 60.38951913139887 ] ] ], [ [ [ -1.410012094576365, 60.394594493172931 ], [ -1.409658569842394, 60.394076651665777 ], [ -1.410885244606242, 60.394472655205568 ], [ -1.410012094576365, 60.394594493172931 ] ] ], [ [ [ -1.123183115136528, 60.396988523604648 ], [ -1.124515440803297, 60.395690843215391 ], [ -1.123756685835763, 60.396915976352929 ], [ -1.123183115136528, 60.396988523604648 ] ] ], [ [ [ -0.815505453169329, 60.393795080252545 ], [ -0.816633226320321, 60.393719801119744 ], [ -0.81557359980287, 60.394666692125334 ], [ -0.814410326405986, 60.394719197860475 ], [ -0.81457274406996, 60.394244733143843 ], [ -0.815226933463636, 60.394219126328245 ], [ -0.815505453169329, 60.393795080252545 ] ] ], [ [ [ -0.810116430987225, 60.395776397210689 ], [ -0.811044733564755, 60.395699382717908 ], [ -0.810656473477413, 60.396144888483832 ], [ -0.809211514804259, 60.396455237456053 ], [ -0.810116430987225, 60.395776397210689 ] ] ], [ [ [ -1.120179193417998, 60.399702821199512 ], [ -1.121186725564666, 60.398681376878308 ], [ -1.121553849976259, 60.398863378196104 ], [ -1.120941646567124, 60.399694386155282 ], [ -1.120179193417998, 60.399702821199512 ] ] ], [ [ [ -0.802471473516868, 60.395173599348674 ], [ -0.803536146914254, 60.394841948695635 ], [ -0.805032243676656, 60.394868849873909 ], [ -0.80561896780817, 60.395942668200107 ], [ -0.804478793121915, 60.396848343071852 ], [ -0.802719574333109, 60.39755987653259 ], [ -0.801392081424989, 60.397139371255335 ], [ -0.800782375254111, 60.396446954031653 ], [ -0.802471473516868, 60.395173599348674 ] ] ], [ [ [ -1.42243847864873, 60.406024937428974 ], [ -1.422182307621989, 60.405628765073772 ], [ -1.423377000629358, 60.405813513548786 ], [ -1.423322814304971, 60.406311595627777 ], [ -1.422708499421852, 60.406151808940095 ], [ -1.423236511375202, 60.406059819181053 ], [ -1.42243847864873, 60.406024937428974 ] ] ], [ [ [ -0.793647224578544, 60.403646909218573 ], [ -0.794006869612801, 60.403493025132946 ], [ -0.792995821453515, 60.403591621277485 ], [ -0.793176176994061, 60.4033777481866 ], [ -0.792217643267131, 60.403283755608278 ], [ -0.792528175616129, 60.402985758679037 ], [ -0.79173937011769, 60.402965136776217 ], [ -0.791873869378122, 60.402764318645751 ], [ -0.795118909812788, 60.402380655432388 ], [ -0.794562899256692, 60.403673157590198 ], [ -0.792632942213294, 60.4040777136332 ], [ -0.792357838283191, 60.403909099714085 ], [ -0.793647224578544, 60.403646909218573 ] ] ], [ [ [ -1.432933998114517, 60.408916250262919 ], [ -1.433354912676972, 60.408720509987361 ], [ -1.434275720634113, 60.409007249934092 ], [ -1.433689806562579, 60.409296568038044 ], [ -1.436012736000613, 60.409858606450882 ], [ -1.435042205684178, 60.410343832833355 ], [ -1.433817134555011, 60.409804403537017 ], [ -1.432933998114517, 60.408916250262919 ] ] ], [ [ [ -0.796207108812225, 60.406090032002467 ], [ -0.796333680579141, 60.405857709806192 ], [ -0.795435874709218, 60.40608306045236 ], [ -0.794928537018867, 60.405566642690239 ], [ -0.794125554234088, 60.405927534211202 ], [ -0.79255985140057, 60.405854985363966 ], [ -0.793807403571203, 60.404959361572359 ], [ -0.791597081804192, 60.404845044760052 ], [ -0.795917289370783, 60.404107441786536 ], [ -0.795921795850807, 60.404722575589652 ], [ -0.797512313564404, 60.405154487514842 ], [ -0.798226881114467, 60.405713172484894 ], [ -0.796803630269541, 60.406158277377678 ], [ -0.796207108812225, 60.406090032002467 ] ] ], [ [ [ -1.420983836058107, 60.410768344225964 ], [ -1.422962647158745, 60.409739890154079 ], [ -1.426162344627151, 60.409470877847411 ], [ -1.426615828104446, 60.409726832674458 ], [ -1.427484005824664, 60.408637056586166 ], [ -1.425658800152381, 60.408171290722279 ], [ -1.424650223833303, 60.407206222123747 ], [ -1.425121290328973, 60.406741364027404 ], [ -1.42718756237647, 60.406395604146262 ], [ -1.427064618442598, 60.406677903825624 ], [ -1.426339008781237, 60.40665233552717 ], [ -1.42787025077041, 60.406798087809619 ], [ -1.431351546406527, 60.408577296754771 ], [ -1.429403556454046, 60.408901181205017 ], [ -1.429553994501768, 60.409121802592445 ], [ -1.431950538826641, 60.409100613929759 ], [ -1.432811814043144, 60.409678916814102 ], [ -1.432899546079326, 60.410375136606767 ], [ -1.432376737605457, 60.410687164150346 ], [ -1.429096228172446, 60.41090210773298 ], [ -1.4277710676647, 60.409863877800511 ], [ -1.426787239530321, 60.409823578956974 ], [ -1.428903582623171, 60.411018005011506 ], [ -1.428598636845562, 60.411326461892578 ], [ -1.425218014328672, 60.41206613299677 ], [ -1.422309858607115, 60.412260068608902 ], [ -1.42086064744686, 60.411571400095113 ], [ -1.4214085048229, 60.410877932634456 ], [ -1.420983836058107, 60.410768344225964 ] ] ], [ [ [ -1.440214079176447, 60.41362490847478 ], [ -1.441125474800214, 60.413413245555212 ], [ -1.441577018437579, 60.414079558433947 ], [ -1.44063630813418, 60.413882572767108 ], [ -1.440214079176447, 60.41362490847478 ] ] ], [ [ [ -1.449456703477497, 60.415144883242938 ], [ -1.449995075677988, 60.414981000986224 ], [ -1.450218073720899, 60.415215365720094 ], [ -1.449642100189863, 60.415455412095653 ], [ -1.449456703477497, 60.415144883242938 ] ] ], [ [ [ -1.128495679832237, 60.417863584554482 ], [ -1.129186094751, 60.417508939409103 ], [ -1.129326417070257, 60.417693924925672 ], [ -1.128495679832237, 60.417863584554482 ] ] ], [ [ [ -1.451364886857785, 60.420432190973003 ], [ -1.451521104532492, 60.419781882741262 ], [ -1.451876024880734, 60.420272678254825 ], [ -1.451364886857785, 60.420432190973003 ] ] ], [ [ [ -0.750221148706875, 60.417720654073307 ], [ -0.751361688547172, 60.417575103434025 ], [ -0.750545609683478, 60.417878144787572 ], [ -0.750221148706875, 60.417720654073307 ] ] ], [ [ [ -0.843968161014096, 60.418590314222293 ], [ -0.846133872430238, 60.418200524588364 ], [ -0.845956195141851, 60.418858968840482 ], [ -0.844501322163896, 60.419174107482213 ], [ -0.843740434988882, 60.419122610468499 ], [ -0.843968161014096, 60.418590314222293 ] ] ], [ [ [ -0.748265601362219, 60.418376659645233 ], [ -0.749218710050972, 60.417816308175354 ], [ -0.750826162341333, 60.418044202572204 ], [ -0.750409988114748, 60.418336624458455 ], [ -0.74902377375515, 60.418447534551831 ], [ -0.748265601362219, 60.418376659645233 ] ] ], [ [ [ -0.750156960427676, 60.418731146126873 ], [ -0.750672390703415, 60.418502512320742 ], [ -0.751081889720038, 60.418573697607151 ], [ -0.750156960427676, 60.418731146126873 ] ] ], [ [ [ -0.770894722296115, 60.41918714947866 ], [ -0.77057943713341, 60.418879836319718 ], [ -0.771082449277473, 60.418928475928205 ], [ -0.770894722296115, 60.41918714947866 ] ] ], [ [ [ -0.75305876810098, 60.419067228692661 ], [ -0.753594475762479, 60.41868791759331 ], [ -0.754341363424831, 60.418769431968329 ], [ -0.753781616907282, 60.419160194563375 ], [ -0.75305876810098, 60.419067228692661 ] ] ], [ [ [ -0.75718081187911, 60.419170391875639 ], [ -0.758518003359405, 60.41882098323574 ], [ -0.757816638224767, 60.419212238824578 ], [ -0.75718081187911, 60.419170391875639 ] ] ], [ [ [ -0.747447085487487, 60.418647333105163 ], [ -0.748774923532375, 60.418638257740184 ], [ -0.746892744710466, 60.419131505159989 ], [ -0.747447085487487, 60.418647333105163 ] ] ], [ [ [ -0.76683071493218, 60.418845195637651 ], [ -0.767674943450639, 60.418802720931673 ], [ -0.767614867216777, 60.41943072961584 ], [ -0.767151463333946, 60.419103181241717 ], [ -0.76683071493218, 60.418845195637651 ] ] ], [ [ [ -0.753003798382027, 60.419601893375095 ], [ -0.753049542694657, 60.419165917029481 ], [ -0.753429381052451, 60.41934816341481 ], [ -0.753003798382027, 60.419601893375095 ] ] ], [ [ [ -0.753468701145627, 60.419364694384967 ], [ -0.754074050601499, 60.419301213783221 ], [ -0.75345348552273, 60.419762344518148 ], [ -0.753468701145627, 60.419364694384967 ] ] ], [ [ [ -0.73386498315987, 60.419776101006221 ], [ -0.734700398521787, 60.419541588807981 ], [ -0.734590790141459, 60.419791975258079 ], [ -0.73386498315987, 60.419776101006221 ] ] ], [ [ [ -0.734789785831528, 60.419811823992468 ], [ -0.735400538078482, 60.419516806985968 ], [ -0.735750007786638, 60.419636857296723 ], [ -0.734789785831528, 60.419811823992468 ] ] ], [ [ [ -0.731229675138533, 60.42029429693121 ], [ -0.731714255085445, 60.420209114594904 ], [ -0.731786862904897, 60.42044327400172 ], [ -0.731229675138533, 60.42029429693121 ] ] ], [ [ [ -0.750833296134699, 60.421315508062072 ], [ -0.750994298029797, 60.421095223204595 ], [ -0.75114380395099, 60.421174746261663 ], [ -0.750833296134699, 60.421315508062072 ] ] ], [ [ [ -0.731055434596232, 60.420804472221114 ], [ -0.731641444514679, 60.420679848002749 ], [ -0.731249876813558, 60.421174485356808 ], [ -0.731055434596232, 60.420804472221114 ] ] ], [ [ [ -0.732811004125653, 60.420960361908435 ], [ -0.733792216155912, 60.420713772299578 ], [ -0.732986265464777, 60.420189787285182 ], [ -0.735925297668109, 60.420033620288102 ], [ -0.734497459337666, 60.421025776526839 ], [ -0.733931695150705, 60.420863260142703 ], [ -0.733443970118987, 60.421029236596226 ], [ -0.733935371657529, 60.421235946257219 ], [ -0.733242526150339, 60.421305687695757 ], [ -0.732811004125653, 60.420960361908435 ] ] ], [ [ [ -0.729063356034988, 60.422056093790388 ], [ -0.73054167081503, 60.421172230103586 ], [ -0.729865506747969, 60.421978436288683 ], [ -0.729063356034988, 60.422056093790388 ] ] ], [ [ [ -0.727010077600951, 60.423010776361899 ], [ -0.728587023292675, 60.422859709709037 ], [ -0.729629894263379, 60.423130062765587 ], [ -0.728907325649905, 60.423168968118503 ], [ -0.727010077600951, 60.423010776361899 ] ] ], [ [ [ -0.781976246947244, 60.423406887622804 ], [ -0.782445774061664, 60.423236078886688 ], [ -0.782606104881091, 60.42346562193287 ], [ -0.78169151971298, 60.423832605116935 ], [ -0.781976246947244, 60.423406887622804 ] ] ], [ [ [ -0.778648412666379, 60.424242947529464 ], [ -0.781304602557003, 60.423445644306831 ], [ -0.780621574088379, 60.424225099031055 ], [ -0.778357752181757, 60.424631787980431 ], [ -0.778648412666379, 60.424242947529464 ] ] ], [ [ [ -0.734884792803077, 60.423678419749983 ], [ -0.736674533172691, 60.423426012747768 ], [ -0.737576590146502, 60.423582723794439 ], [ -0.738189090085959, 60.423009344801955 ], [ -0.734945481257949, 60.422583491756264 ], [ -0.736065263778523, 60.421574939656075 ], [ -0.737233585219019, 60.421186426762823 ], [ -0.73552810813692, 60.421376783359143 ], [ -0.735429633243164, 60.421106462556317 ], [ -0.734766466098998, 60.421113636715248 ], [ -0.735203714209076, 60.420610443424344 ], [ -0.736967067493488, 60.420097376287806 ], [ -0.737143766537222, 60.420458232728855 ], [ -0.739201888126888, 60.419835685333943 ], [ -0.738731622961892, 60.419786337153973 ], [ -0.741175118345584, 60.419293120446085 ], [ -0.74283299179266, 60.419156120480366 ], [ -0.742730791939391, 60.419451480796461 ], [ -0.744365679588671, 60.418968532933825 ], [ -0.745773705746786, 60.419188323034057 ], [ -0.745157693862554, 60.419622520135675 ], [ -0.746108260317538, 60.41946085752344 ], [ -0.746282543954079, 60.419651067517449 ], [ -0.747312521505805, 60.419077085329405 ], [ -0.749381443233573, 60.418828032003937 ], [ -0.748029157538033, 60.420040139943715 ], [ -0.748937909149012, 60.420399774462425 ], [ -0.749242905866953, 60.420970143329491 ], [ -0.747657590842434, 60.420966028939304 ], [ -0.744981254293945, 60.420195548255769 ], [ -0.744225316464189, 60.42143209100508 ], [ -0.742969900035749, 60.422196983391807 ], [ -0.741537029013628, 60.422852434135024 ], [ -0.740406345714239, 60.422971954528364 ], [ -0.740616405545486, 60.423175979392482 ], [ -0.739341767039721, 60.42372963767324 ], [ -0.738188690084421, 60.424895043424883 ], [ -0.736102100024467, 60.42530628777196 ], [ -0.7339562561009, 60.425137756454575 ], [ -0.733701871288009, 60.424439424952574 ], [ -0.734884792803077, 60.423678419749983 ] ] ], [ [ [ -1.458682553165377, 60.430298188989312 ], [ -1.458203116975779, 60.429636313270912 ], [ -1.459060716671581, 60.429949557733067 ], [ -1.458682553165377, 60.430298188989312 ] ] ], [ [ [ -0.726514646554581, 60.423836651626161 ], [ -0.727881124289577, 60.423495010935504 ], [ -0.729220460362762, 60.423615544494204 ], [ -0.729362355415839, 60.423935671624825 ], [ -0.728069655442232, 60.424713540012604 ], [ -0.726059164758272, 60.425498005673816 ], [ -0.725225698675686, 60.425445137717617 ], [ -0.724609476327465, 60.425178834444047 ], [ -0.725578637801293, 60.425013004934904 ], [ -0.725580149776401, 60.424510164221452 ], [ -0.726514646554581, 60.423836651626161 ] ] ], [ [ [ -0.7278283231858, 60.425079398020962 ], [ -0.729561723224113, 60.423946552011849 ], [ -0.729569501240659, 60.424678459498757 ], [ -0.727843425113186, 60.425622805075868 ], [ -0.7278283231858, 60.425079398020962 ] ] ], [ [ [ -1.150745305676857, 60.42809505263709 ], [ -1.152376553066692, 60.427880962665107 ], [ -1.154817666008037, 60.428655181499423 ], [ -1.155339923466783, 60.429879623962371 ], [ -1.152260152522667, 60.430259635271483 ], [ -1.151095990726573, 60.429623702518946 ], [ -1.151563639511005, 60.428755724888049 ], [ -1.151324000549496, 60.428193016991194 ], [ -1.150745305676857, 60.42809505263709 ] ] ], [ [ [ -0.739667740464163, 60.428213506544296 ], [ -0.740019526710402, 60.428041732098428 ], [ -0.740527097969877, 60.428068978646131 ], [ -0.740234528927145, 60.428353558260859 ], [ -0.739667740464163, 60.428213506544296 ] ] ], [ [ [ -0.739630695287702, 60.428936008113553 ], [ -0.741998589606355, 60.428536342643895 ], [ -0.741491597344926, 60.429433998091902 ], [ -0.740396535240351, 60.42980079302486 ], [ -0.740175444879849, 60.429646051389298 ], [ -0.739630695287702, 60.428936008113553 ] ] ], [ [ [ -0.748364319846856, 60.430459526793335 ], [ -0.748034745557994, 60.430290310386674 ], [ -0.746872096270023, 60.430526320392083 ], [ -0.746737773975718, 60.430004245685566 ], [ -0.744840261759989, 60.429981899312004 ], [ -0.744783455622641, 60.429334839146321 ], [ -0.742680271735992, 60.429229708845902 ], [ -0.742209993489256, 60.427766099019919 ], [ -0.741923290188264, 60.428369510676724 ], [ -0.741298895670082, 60.428309737857198 ], [ -0.741766909051474, 60.427950486521006 ], [ -0.741034960128567, 60.427853778825934 ], [ -0.740071320801942, 60.426937739892871 ], [ -0.740505842715705, 60.426739807816446 ], [ -0.740226325907519, 60.425982885452093 ], [ -0.741683364516456, 60.425646449463855 ], [ -0.742242664301913, 60.425979482011172 ], [ -0.742155019511218, 60.426602731800308 ], [ -0.744196476595052, 60.426419945198376 ], [ -0.745097962164616, 60.425651708512582 ], [ -0.745154162524581, 60.425135915250735 ], [ -0.744339441333158, 60.424831916865045 ], [ -0.745101680407735, 60.424376651441165 ], [ -0.744811526047503, 60.423893514296559 ], [ -0.74755995508188, 60.422796933670128 ], [ -0.748530248907976, 60.422832988155484 ], [ -0.74908898408895, 60.422329993561803 ], [ -0.749719221269834, 60.422471498986468 ], [ -0.750447695721931, 60.421993438056163 ], [ -0.751092422653831, 60.422325438580273 ], [ -0.750388269860296, 60.422642997751382 ], [ -0.751208854199615, 60.423125706495604 ], [ -0.751029257295072, 60.423451775580155 ], [ -0.752337951313123, 60.423331138101652 ], [ -0.752154636125242, 60.424086394433694 ], [ -0.752965631438652, 60.424773734860487 ], [ -0.753911623406417, 60.424544626870478 ], [ -0.754063693931557, 60.422990798018823 ], [ -0.757152789995795, 60.423046583108395 ], [ -0.75810829079193, 60.423661607568427 ], [ -0.757216139421091, 60.424099571605936 ], [ -0.757340291841391, 60.424368318521061 ], [ -0.75907389782733, 60.424775081136083 ], [ -0.758582396439007, 60.425470904295977 ], [ -0.757875372167699, 60.425863903901423 ], [ -0.756541281407495, 60.425743708664953 ], [ -0.754777734011315, 60.427592284634756 ], [ -0.753763222071605, 60.427995858781102 ], [ -0.753344569864446, 60.42778092494359 ], [ -0.752738089571866, 60.428201776854515 ], [ -0.752187860226508, 60.428102341467586 ], [ -0.75148011952458, 60.429505495483696 ], [ -0.748855215332195, 60.430212709714162 ], [ -0.7488800944899, 60.43074722399173 ], [ -0.748364319846856, 60.430459526793335 ] ] ], [ [ [ -0.759578506581037, 60.431031301801355 ], [ -0.75948852361812, 60.430532102670703 ], [ -0.758828247594398, 60.430458609273771 ], [ -0.760314368135577, 60.429596940433377 ], [ -0.759297571306002, 60.429107075955258 ], [ -0.760280222261853, 60.429062343187354 ], [ -0.7605251496084, 60.428593198045064 ], [ -0.7594596630034, 60.427236360626488 ], [ -0.760381753593188, 60.426872291737588 ], [ -0.759653874680886, 60.426667970441144 ], [ -0.760040229449776, 60.425251009715325 ], [ -0.761175298280886, 60.425064017248459 ], [ -0.763697928855475, 60.423444197006887 ], [ -0.76229610264072, 60.42300555635039 ], [ -0.760981688436097, 60.423564437567293 ], [ -0.759832316928536, 60.423365176590671 ], [ -0.75874941608677, 60.423757375856518 ], [ -0.759168472483351, 60.423103081194178 ], [ -0.757453329441426, 60.421500421399067 ], [ -0.756005563436071, 60.421127733341685 ], [ -0.755095229826145, 60.420331728733245 ], [ -0.754509716087669, 60.420588458967998 ], [ -0.753747761445844, 60.420377499930076 ], [ -0.753771009131918, 60.419769804332113 ], [ -0.754699376351961, 60.419095142891869 ], [ -0.755554826991163, 60.41904476817831 ], [ -0.755694935596013, 60.419513011180896 ], [ -0.755973348012771, 60.419260592685305 ], [ -0.756962282893999, 60.419376678041075 ], [ -0.756534295114485, 60.419646559786699 ], [ -0.757339163459277, 60.419399050293265 ], [ -0.757549751959069, 60.419591379604469 ], [ -0.758793831560644, 60.418778655357613 ], [ -0.759301145510318, 60.418904603387581 ], [ -0.76116957371731, 60.418242239414234 ], [ -0.763972692855208, 60.418357168558174 ], [ -0.76407713638593, 60.418715521345938 ], [ -0.765206160911021, 60.418777171881061 ], [ -0.765185953839243, 60.419454038492191 ], [ -0.766104598765904, 60.418693903800431 ], [ -0.767885841449565, 60.420044738699751 ], [ -0.769718423386814, 60.419174498016211 ], [ -0.768870139170871, 60.419756615438573 ], [ -0.769524991343814, 60.419680052900738 ], [ -0.76957547798254, 60.420026229304497 ], [ -0.770195322575839, 60.419770648443851 ], [ -0.770107596553214, 60.420266404265739 ], [ -0.770473774732563, 60.419466119700132 ], [ -0.773772760731571, 60.41876199803329 ], [ -0.772982566286652, 60.418479053737997 ], [ -0.775490966902146, 60.41827135644489 ], [ -0.775759280621916, 60.418428268936303 ], [ -0.774787206082756, 60.418587250430051 ], [ -0.775912251715675, 60.418610161792699 ], [ -0.775993701479233, 60.418871090335905 ], [ -0.77505408826518, 60.420231152537319 ], [ -0.776225190371471, 60.420479869062426 ], [ -0.777057596706687, 60.419495279449634 ], [ -0.77670431523136, 60.41932771224932 ], [ -0.777493571859509, 60.41891112455852 ], [ -0.777083036934188, 60.418817562663961 ], [ -0.77726360159386, 60.418361266537914 ], [ -0.77784904124109, 60.41848786042685 ], [ -0.777630451635533, 60.418118594842916 ], [ -0.778658520330661, 60.417530887218909 ], [ -0.779231208902591, 60.417706745324509 ], [ -0.779782995159237, 60.417374171444763 ], [ -0.780073174033865, 60.417674946948765 ], [ -0.779583435942142, 60.418774937130571 ], [ -0.780353982832639, 60.418226163207009 ], [ -0.781683731752975, 60.41792225093301 ], [ -0.782013702633216, 60.418227875605893 ], [ -0.782704863108156, 60.417712484653535 ], [ -0.782332013292254, 60.417630956503118 ], [ -0.782970602141382, 60.417696055239752 ], [ -0.783980935911937, 60.417288632429134 ], [ -0.783575680773893, 60.417199628428371 ], [ -0.784927319352595, 60.416745029027545 ], [ -0.784209424020499, 60.416518483528179 ], [ -0.784870908271497, 60.416066565054223 ], [ -0.787003402230142, 60.415852529939535 ], [ -0.787448351526173, 60.416094535639331 ], [ -0.789221861548385, 60.416011889546752 ], [ -0.787951242135743, 60.41477913059655 ], [ -0.788272272200909, 60.414202875380418 ], [ -0.790459250240851, 60.413495411084625 ], [ -0.792414784259503, 60.413396416808851 ], [ -0.791095442558234, 60.413231801412472 ], [ -0.791885391140139, 60.412493671849049 ], [ -0.795212464392154, 60.411881768763593 ], [ -0.793086599507848, 60.411925383890171 ], [ -0.795858178303612, 60.410621503612532 ], [ -0.795012580767012, 60.410658755400377 ], [ -0.795247741926738, 60.410436395800097 ], [ -0.797132046122456, 60.409802411924716 ], [ -0.795803538662052, 60.409889184291309 ], [ -0.796240147821506, 60.409619256708787 ], [ -0.797461904323786, 60.409473150077368 ], [ -0.799042276264617, 60.409940868105792 ], [ -0.798812342941519, 60.411007349487214 ], [ -0.797622959375959, 60.41175089430687 ], [ -0.797940551293553, 60.412000694968675 ], [ -0.795276680024344, 60.413337020559226 ], [ -0.795771844171055, 60.413449250401818 ], [ -0.794877148644486, 60.414321146864367 ], [ -0.79247573874097, 60.415426325803885 ], [ -0.791757175625399, 60.416196534343186 ], [ -0.790697932405716, 60.41611508919172 ], [ -0.7921021603633, 60.416442107445725 ], [ -0.79178234045323, 60.416986954318027 ], [ -0.790780109458555, 60.417081126286448 ], [ -0.790147352448992, 60.416761101451691 ], [ -0.787923794689194, 60.417957609351141 ], [ -0.786636971121832, 60.418134466141169 ], [ -0.786302089769797, 60.417862032451566 ], [ -0.785994793224421, 60.418555141150144 ], [ -0.783872831104403, 60.419795609796509 ], [ -0.783752468328801, 60.420587397648248 ], [ -0.785192208127318, 60.420842078288452 ], [ -0.785754425994566, 60.421350052115535 ], [ -0.785322298263757, 60.421736720154563 ], [ -0.782964475372612, 60.422235117654445 ], [ -0.780416773322634, 60.42198195096244 ], [ -0.777951543808542, 60.422387686690534 ], [ -0.776487709033729, 60.422242256243209 ], [ -0.775682367811871, 60.421779600251178 ], [ -0.77511629018241, 60.422247616339867 ], [ -0.772671818447891, 60.422967727368167 ], [ -0.772411716018008, 60.423556181099961 ], [ -0.77144743296837, 60.423744843212006 ], [ -0.770905702062332, 60.423372587144506 ], [ -0.769997700232906, 60.423561757871795 ], [ -0.769049056763103, 60.424297397474909 ], [ -0.769572569353191, 60.424526719143884 ], [ -0.769290451604229, 60.424878803495773 ], [ -0.767377717596616, 60.425554341518875 ], [ -0.766377686655764, 60.426348751908108 ], [ -0.765094560262214, 60.426655639939966 ], [ -0.765146039788114, 60.427693247348536 ], [ -0.76911586227887, 60.426230398543332 ], [ -0.774183905835463, 60.425644058705657 ], [ -0.775790471294901, 60.425910251641866 ], [ -0.777860304466568, 60.425400358832874 ], [ -0.777288087202134, 60.425305315337077 ], [ -0.777920961176225, 60.42489716711917 ], [ -0.77889320155374, 60.424980608855748 ], [ -0.777480337832257, 60.425941927248466 ], [ -0.777573681014813, 60.426407021771503 ], [ -0.776810183742111, 60.426664910518348 ], [ -0.777288169920532, 60.42675460166798 ], [ -0.776670577685342, 60.427238314818297 ], [ -0.775901179744101, 60.427410839409411 ], [ -0.775272589838799, 60.42697853967946 ], [ -0.77455859813977, 60.427609518529863 ], [ -0.775017346354805, 60.428210870428799 ], [ -0.773012834648813, 60.428861401351874 ], [ -0.773331367056312, 60.429326776072187 ], [ -0.772412282669815, 60.430095037724712 ], [ -0.771869625475096, 60.430274117491273 ], [ -0.771732702310714, 60.429810413068743 ], [ -0.770908162110945, 60.430238316014979 ], [ -0.769696947305555, 60.429841023464277 ], [ -0.769780133139043, 60.43052423120983 ], [ -0.76929667468925, 60.430097732630536 ], [ -0.768848962766818, 60.430888281067375 ], [ -0.766945771594381, 60.431014358819702 ], [ -0.766716826089573, 60.430823671525246 ], [ -0.7666598658565, 60.43112844664229 ], [ -0.765636416222869, 60.431289582152381 ], [ -0.76206968019374, 60.43073120196599 ], [ -0.760164195521391, 60.43210980009961 ], [ -0.759492375630961, 60.431623146401755 ], [ -0.759578506581037, 60.431031301801355 ] ] ], [ [ [ -0.757990547147988, 60.432417313999046 ], [ -0.758417997389807, 60.431927424591521 ], [ -0.759844840533394, 60.432147236698874 ], [ -0.758639555893454, 60.432549073023431 ], [ -0.757990547147988, 60.432417313999046 ] ] ], [ [ [ -0.764833041823656, 60.432593143278154 ], [ -0.765710056163573, 60.432462085866881 ], [ -0.765846839774892, 60.432687839376797 ], [ -0.764785821942694, 60.433598407093619 ], [ -0.764391147952933, 60.433226590409191 ], [ -0.764833041823656, 60.432593143278154 ] ] ], [ [ [ -0.759730824760223, 60.433232693609959 ], [ -0.76130467285224, 60.43293304745319 ], [ -0.760810242789453, 60.43327416168011 ], [ -0.76135822724789, 60.433674352463107 ], [ -0.760397774613518, 60.434325415593392 ], [ -0.759987565685189, 60.434124051364087 ], [ -0.760419817756238, 60.433746443922502 ], [ -0.759730824760223, 60.433232693609959 ] ] ], [ [ [ -1.4619390681686, 60.441539117861545 ], [ -1.462372122296083, 60.440072863305332 ], [ -1.463851391834479, 60.441272972287329 ], [ -1.4619390681686, 60.441539117861545 ] ] ], [ [ [ -1.453051663591225, 60.442189828147846 ], [ -1.453214512585688, 60.441148977695015 ], [ -1.452339587154055, 60.441311491815263 ], [ -1.45260528, 60.44063918713325 ], [ -1.451278019005149, 60.440148887709505 ], [ -1.451469300777835, 60.439040816355423 ], [ -1.453165655893736, 60.438648235096551 ], [ -1.453646940297187, 60.437577263918094 ], [ -1.454275371401779, 60.437481072473012 ], [ -1.454663489319495, 60.437630807302739 ], [ -1.454069510162738, 60.437839374252924 ], [ -1.456593904680056, 60.437903556641338 ], [ -1.458078465440995, 60.438767054795605 ], [ -1.457279529305388, 60.437645969156698 ], [ -1.457610730613954, 60.437395915669654 ], [ -1.458302605749481, 60.438399842626232 ], [ -1.458114187454062, 60.437712213720452 ], [ -1.459113785734172, 60.437146130396613 ], [ -1.459619264490123, 60.43734121976135 ], [ -1.45994351993157, 60.436960942582665 ], [ -1.461179774116112, 60.436912071938011 ], [ -1.461265782739397, 60.437204224117906 ], [ -1.460352437157708, 60.437501314390182 ], [ -1.461407360872332, 60.4379814453156 ], [ -1.461688545692362, 60.438557211305756 ], [ -1.459363482182568, 60.439068564537678 ], [ -1.459405914613397, 60.439796003453722 ], [ -1.458104148907755, 60.438861434522146 ], [ -1.459187581102843, 60.440360770202439 ], [ -1.458194355458827, 60.441084005509119 ], [ -1.458741526667291, 60.440960526942654 ], [ -1.458997523641776, 60.441410495765759 ], [ -1.458411542575257, 60.441681964715883 ], [ -1.45800200768721, 60.441177499247395 ], [ -1.458227604550773, 60.441815896637365 ], [ -1.457366442080496, 60.442243368373887 ], [ -1.454359133956838, 60.442783282422774 ], [ -1.453516398596479, 60.442649642108705 ], [ -1.453051663591225, 60.442189828147846 ] ] ], [ [ [ -1.454738606033513, 60.442910534859223 ], [ -1.456291036700856, 60.442441006974981 ], [ -1.457534944099613, 60.442490965400061 ], [ -1.457415450218678, 60.443118981349542 ], [ -1.456309686830446, 60.443500557958224 ], [ -1.456049436001946, 60.443306456841192 ], [ -1.454605623226266, 60.443255667291901 ], [ -1.454738606033513, 60.442910534859223 ] ] ], [ [ [ -0.855139475072706, 60.439684929494803 ], [ -0.856139698329899, 60.439662087976956 ], [ -0.855189796206997, 60.440062492962042 ], [ -0.855139475072706, 60.439684929494803 ] ] ], [ [ [ -0.861820303866846, 60.439342557272312 ], [ -0.862863899137278, 60.439118001292449 ], [ -0.863674454615205, 60.439322457608277 ], [ -0.863377372183078, 60.439764400539886 ], [ -0.863868945188566, 60.439997563061148 ], [ -0.863490581020318, 60.44042534453709 ], [ -0.862050408323322, 60.440817127846024 ], [ -0.860577726046286, 60.440319666486985 ], [ -0.861820303866846, 60.439342557272312 ] ] ], [ [ [ -1.452993558425359, 60.445107635779145 ], [ -1.454032578301599, 60.444918853217686 ], [ -1.45476536758587, 60.445110401529575 ], [ -1.454435193998836, 60.445293112642908 ], [ -1.456577660944653, 60.445409602421549 ], [ -1.45564940547733, 60.446582013363567 ], [ -1.456110103235095, 60.446745507553977 ], [ -1.454314388806724, 60.447079359528914 ], [ -1.452490596792769, 60.446919249226674 ], [ -1.451914514089288, 60.446593653591883 ], [ -1.452059949838792, 60.446051045853828 ], [ -1.453092407820815, 60.445714096690381 ], [ -1.452993558425359, 60.445107635779145 ] ] ], [ [ [ -1.441625457950815, 60.447812469690632 ], [ -1.443983552596212, 60.447548473332297 ], [ -1.442883725499615, 60.4480960681204 ], [ -1.441502865798692, 60.448072335989373 ], [ -1.441625457950815, 60.447812469690632 ] ] ], [ [ [ -1.148461369338687, 60.439030268507096 ], [ -1.150271849318581, 60.437888030011969 ], [ -1.154281153052882, 60.438124526857159 ], [ -1.157953446097344, 60.437694336365674 ], [ -1.159714914132477, 60.438787406698253 ], [ -1.16003240907598, 60.439862385095651 ], [ -1.158068137371136, 60.441690669143064 ], [ -1.157676152918353, 60.443847616893095 ], [ -1.157024150954981, 60.444112863287678 ], [ -1.155993503264116, 60.445664181212123 ], [ -1.15285840526072, 60.446367101795943 ], [ -1.152311567328205, 60.447126832574604 ], [ -1.151345239459573, 60.44689621390031 ], [ -1.15159040183451, 60.44620639908964 ], [ -1.150729852636791, 60.446102153291704 ], [ -1.150305466456362, 60.445650504929219 ], [ -1.150628308343207, 60.445118317374664 ], [ -1.149609769198865, 60.444802053619391 ], [ -1.149184777942895, 60.444027157202974 ], [ -1.150082129108276, 60.443067648231654 ], [ -1.149664836250494, 60.440954945648365 ], [ -1.148479828686938, 60.440408648591372 ], [ -1.149104288980845, 60.439806559138766 ], [ -1.148461369338687, 60.439030268507096 ] ] ], [ [ [ -1.434174139730073, 60.44832427321839 ], [ -1.43465971001415, 60.448097377663537 ], [ -1.436521224260861, 60.448177083814684 ], [ -1.4362628297808, 60.448615045942923 ], [ -1.434524442285791, 60.448665150318398 ], [ -1.434174139730073, 60.44832427321839 ] ] ], [ [ [ -1.049314272769586, 60.450275311758588 ], [ -1.050570848842379, 60.449570432318204 ], [ -1.050882505103464, 60.450102412878643 ], [ -1.049314272769586, 60.450275311758588 ] ] ], [ [ [ -1.131773978468724, 60.451564962540068 ], [ -1.131265568409213, 60.449842189804791 ], [ -1.132245494738027, 60.449220045905605 ], [ -1.133410324232379, 60.447113086340011 ], [ -1.135074149609105, 60.446055397892103 ], [ -1.13788880993444, 60.445799768241706 ], [ -1.137428592497227, 60.448764321783401 ], [ -1.136864294649178, 60.448796586167234 ], [ -1.136457626934927, 60.449395540261463 ], [ -1.135462559862375, 60.449564181711359 ], [ -1.133708432085555, 60.451617947571499 ], [ -1.132992472236317, 60.451541463613175 ], [ -1.13281909771237, 60.451908471654036 ], [ -1.130842500299766, 60.452411891652289 ], [ -1.130347141887162, 60.452242552497566 ], [ -1.131773978468724, 60.451564962540068 ] ] ], [ [ [ -1.050147617160755, 60.452238675634504 ], [ -1.050458179136267, 60.45156297169089 ], [ -1.050740444792337, 60.45185679919944 ], [ -1.051029599236804, 60.451602955253762 ], [ -1.052028362278648, 60.451636995839813 ], [ -1.051925462335195, 60.452049298906879 ], [ -1.051475434206288, 60.451897945044571 ], [ -1.05064936496121, 60.452174905842135 ], [ -1.050591125972793, 60.451990421445501 ], [ -1.050147617160755, 60.452238675634504 ] ] ], [ [ [ -1.494924447668408, 60.454669081007779 ], [ -1.495199541006807, 60.454512997491129 ], [ -1.495756698964548, 60.454923628929542 ], [ -1.494924447668408, 60.454669081007779 ] ] ], [ [ [ -1.047743666900681, 60.45239213287865 ], [ -1.048372479249975, 60.452023992308405 ], [ -1.048863730718685, 60.452319314984337 ], [ -1.048282585533844, 60.452611476403924 ], [ -1.047743666900681, 60.45239213287865 ] ] ], [ [ [ -1.504042858737708, 60.45512977304822 ], [ -1.50487997404196, 60.455070032648891 ], [ -1.504840204399913, 60.455294348781592 ], [ -1.504042858737708, 60.45512977304822 ] ] ], [ [ [ -1.05066983762817, 60.453342323284247 ], [ -1.050798133931351, 60.452683279078933 ], [ -1.051830269904837, 60.452820817150418 ], [ -1.05066983762817, 60.453342323284247 ] ] ], [ [ [ -1.049404175820982, 60.453108832267311 ], [ -1.049970073084619, 60.453027564186904 ], [ -1.050044170790082, 60.453602748869741 ], [ -1.048903266387369, 60.453765218382628 ], [ -1.049404175820982, 60.453108832267311 ] ] ], [ [ [ -1.042352994231277, 60.452115586925231 ], [ -1.044113098907227, 60.451912718257468 ], [ -1.045813409926474, 60.452818307628036 ], [ -1.045257378819271, 60.454731348595402 ], [ -1.042884724938228, 60.456285670304162 ], [ -1.041898189226496, 60.456449188170197 ], [ -1.039273843825795, 60.455373478235913 ], [ -1.039495772914219, 60.453459850544753 ], [ -1.041655444452687, 60.452963583337052 ], [ -1.041671308760031, 60.452424955827084 ], [ -1.042352994231277, 60.452115586925231 ] ] ], [ [ [ -1.486179780617573, 60.459335962837955 ], [ -1.48684794035498, 60.459046731319503 ], [ -1.487229108363544, 60.459663227957741 ], [ -1.48702488366663, 60.459931799569539 ], [ -1.486818574783175, 60.459755924337905 ], [ -1.486179780617573, 60.459335962837955 ] ] ], [ [ [ -1.507331514892856, 60.460641316737615 ], [ -1.506715829265326, 60.460477428143456 ], [ -1.507406411469364, 60.460497936626609 ], [ -1.507331514892856, 60.460641316737615 ] ] ], [ [ [ -1.509437268012057, 60.460860071321491 ], [ -1.511166515081267, 60.460727250729832 ], [ -1.511617187469381, 60.460984789433596 ], [ -1.510285945327633, 60.461249266094597 ], [ -1.509437268012057, 60.460860071321491 ] ] ], [ [ [ -1.508958204509685, 60.461280300399878 ], [ -1.50888961441579, 60.461006202521958 ], [ -1.509270054409643, 60.461097387693279 ], [ -1.508958204509685, 60.461280300399878 ] ] ], [ [ [ -1.528806372694609, 60.462348486181867 ], [ -1.528873647941813, 60.462097325073323 ], [ -1.529460905774898, 60.462350795964454 ], [ -1.529463958919063, 60.462768308045355 ], [ -1.528806372694609, 60.462348486181867 ] ] ], [ [ [ -1.52181011233014, 60.463315723669588 ], [ -1.521931395542321, 60.463105162877724 ], [ -1.522278362029117, 60.463622670834958 ], [ -1.52181011233014, 60.463315723669588 ] ] ], [ [ [ -1.523073912554751, 60.464550304784872 ], [ -1.523269632813667, 60.464223288034297 ], [ -1.523594354261384, 60.464399529008716 ], [ -1.523073912554751, 60.464550304784872 ] ] ], [ [ [ -1.515037956279197, 60.465688549514944 ], [ -1.515605582442578, 60.465425744678171 ], [ -1.516231366097583, 60.465531267944812 ], [ -1.515767230406902, 60.466171549179926 ], [ -1.515037956279197, 60.465688549514944 ] ] ], [ [ [ -1.51914114677085, 60.465510360512965 ], [ -1.520071669680784, 60.465298225886258 ], [ -1.521736661769563, 60.465838426034928 ], [ -1.520424437948458, 60.466655251369076 ], [ -1.519899358639239, 60.466500728354802 ], [ -1.51914114677085, 60.465510360512965 ] ] ], [ [ [ -1.602735796856014, 60.468308352104636 ], [ -1.603708693581436, 60.468311244479075 ], [ -1.60391958959642, 60.468913427979132 ], [ -1.604410047498985, 60.468959774945503 ], [ -1.603331145410311, 60.469445899269743 ], [ -1.60375369561116, 60.469842207044643 ], [ -1.603328961847409, 60.470370674986221 ], [ -1.602398207287554, 60.46914683376621 ], [ -1.602735796856014, 60.468308352104636 ] ] ], [ [ [ -1.61816802191816, 60.474359983180463 ], [ -1.618920847049025, 60.473756088893673 ], [ -1.618814709874032, 60.474276536171736 ], [ -1.61816802191816, 60.474359983180463 ] ] ], [ [ [ -1.627656219221628, 60.470952529391646 ], [ -1.628919128756473, 60.470251237835726 ], [ -1.629434314056588, 60.470526511968295 ], [ -1.630128761494642, 60.470232149199489 ], [ -1.631898504967492, 60.470537819737032 ], [ -1.632510601341186, 60.471091681125358 ], [ -1.63170358030656, 60.471691013002371 ], [ -1.633581478797987, 60.472091233056936 ], [ -1.633009016122786, 60.472857317717249 ], [ -1.631933154453214, 60.473101262788823 ], [ -1.633019252157557, 60.473562153999801 ], [ -1.63263304551329, 60.47393818644656 ], [ -1.631699805300466, 60.474433918611922 ], [ -1.629853318106811, 60.474460235797572 ], [ -1.629312190857548, 60.472465518469562 ], [ -1.628063268403174, 60.471936804832808 ], [ -1.627656219221628, 60.470952529391646 ] ] ], [ [ [ -1.627331210659583, 60.476302778577022 ], [ -1.626149976366614, 60.476205201979312 ], [ -1.625604292837448, 60.47620367263346 ], [ -1.624885050973087, 60.475478888367419 ], [ -1.624091337179696, 60.475692138365922 ], [ -1.622202532897439, 60.475439898662842 ], [ -1.621590530746776, 60.474885990424056 ], [ -1.622154569176015, 60.474088505995837 ], [ -1.620736527282028, 60.473249488296183 ], [ -1.621112828179021, 60.472954267980256 ], [ -1.621882097045751, 60.473275184460618 ], [ -1.621252946644272, 60.472635930507593 ], [ -1.622245257281616, 60.472544468732046 ], [ -1.621222897054271, 60.472092648712923 ], [ -1.622542841762555, 60.471194053117138 ], [ -1.628025823550626, 60.472825567172457 ], [ -1.628716896752594, 60.47442565518427 ], [ -1.627876940545664, 60.474710626603496 ], [ -1.628055600331073, 60.475788538233921 ], [ -1.627331210659583, 60.476302778577022 ] ] ], [ [ [ -1.500450270938189, 60.476005836685921 ], [ -1.500365273460652, 60.475500027565033 ], [ -1.501013842102249, 60.476145316316071 ], [ -1.500450270938189, 60.476005836685921 ] ] ], [ [ [ -1.146438413341007, 60.467673463909001 ], [ -1.146619611845251, 60.467005697134958 ], [ -1.144555762764725, 60.465268534623959 ], [ -1.144213732005303, 60.465481833939769 ], [ -1.143467698597997, 60.465153806291383 ], [ -1.142481157009915, 60.465327045859553 ], [ -1.140419756992668, 60.464541594946155 ], [ -1.140192465579631, 60.463853245499159 ], [ -1.139130428764328, 60.463788033111641 ], [ -1.139368972888113, 60.463363075256353 ], [ -1.140391239053111, 60.463212536281915 ], [ -1.141551603550347, 60.461962964909901 ], [ -1.144284951016869, 60.462429471718245 ], [ -1.145208708714438, 60.462219901320111 ], [ -1.148316824415913, 60.462612405707574 ], [ -1.150764058586208, 60.462551687853399 ], [ -1.153300150672204, 60.463268161455133 ], [ -1.156353143418575, 60.465092256644937 ], [ -1.158525799868276, 60.465810819756797 ], [ -1.162669541645108, 60.46625889936778 ], [ -1.163299045701443, 60.467237054645025 ], [ -1.162863276072879, 60.467916713685113 ], [ -1.160294866504102, 60.467725484560169 ], [ -1.158087878235785, 60.468326626694854 ], [ -1.157877680471838, 60.469420720573055 ], [ -1.156087275575347, 60.471133347807154 ], [ -1.157855114376427, 60.473452083378177 ], [ -1.156309524531413, 60.474133690596389 ], [ -1.155728719148784, 60.47513564813341 ], [ -1.15539668617465, 60.474962948593657 ], [ -1.154087444083953, 60.474945675771643 ], [ -1.152722713934528, 60.473567741077886 ], [ -1.151455760046574, 60.473326239244209 ], [ -1.152530101379812, 60.472583332878898 ], [ -1.149927197308709, 60.47056897726528 ], [ -1.149867720014702, 60.470061292438189 ], [ -1.148692036996497, 60.469465679866857 ], [ -1.148084994559021, 60.468339446354975 ], [ -1.146438413341007, 60.467673463909001 ] ] ], [ [ [ -1.518232784575958, 60.477731336580327 ], [ -1.51770083911675, 60.477415167604683 ], [ -1.518109179859373, 60.477479492088037 ], [ -1.518232784575958, 60.477731336580327 ] ] ], [ [ [ -1.524861292454328, 60.477876307166497 ], [ -1.524665138259014, 60.477606253587901 ], [ -1.525010026891397, 60.477656863163354 ], [ -1.524861292454328, 60.477876307166497 ] ] ], [ [ [ -1.498994108152153, 60.478192934022921 ], [ -1.499258910010708, 60.478008072320293 ], [ -1.499243336148534, 60.478310590099518 ], [ -1.498994108152153, 60.478192934022921 ] ] ], [ [ [ -1.517893848932963, 60.478506753856635 ], [ -1.517252552345713, 60.478203655898817 ], [ -1.517769511570125, 60.478304288235911 ], [ -1.517893848932963, 60.478506753856635 ] ] ], [ [ [ -1.498068605227045, 60.478400452078191 ], [ -1.498417790959802, 60.478052500219803 ], [ -1.498673037754052, 60.478369503196106 ], [ -1.498282410673018, 60.478573643577427 ], [ -1.498068605227045, 60.478400452078191 ] ] ], [ [ [ -1.538304158302446, 60.479822435125158 ], [ -1.537967391140347, 60.479197264501273 ], [ -1.538588607575359, 60.479648338063612 ], [ -1.538304158302446, 60.479822435125158 ] ] ], [ [ [ -1.511936195578501, 60.48032120771456 ], [ -1.511920497567328, 60.480155047862389 ], [ -1.512245989574181, 60.480286426068517 ], [ -1.511936195578501, 60.48032120771456 ] ] ], [ [ [ -1.533821661447176, 60.480960592216555 ], [ -1.533472008261206, 60.480604720055808 ], [ -1.533715793532232, 60.480731270809031 ], [ -1.533821661447176, 60.480960592216555 ] ] ], [ [ [ -1.629919601127558, 60.481423202022746 ], [ -1.629598223568272, 60.480888093669499 ], [ -1.630250739353169, 60.481100895756278 ], [ -1.629919601127558, 60.481423202022746 ] ] ], [ [ [ -1.539828814916669, 60.481354043600973 ], [ -1.54020295994309, 60.481270037213569 ], [ -1.540236170016505, 60.481494613865038 ], [ -1.539828814916669, 60.481354043600973 ] ] ], [ [ [ -1.634835449869781, 60.481899127678197 ], [ -1.634811740533182, 60.48158032837749 ], [ -1.633474188721304, 60.481612576762693 ], [ -1.632828991614564, 60.480748873952685 ], [ -1.634186316533294, 60.4805730312859 ], [ -1.633417802760724, 60.480965974519997 ], [ -1.63403365754232, 60.481205592692227 ], [ -1.634536265809407, 60.481000465457335 ], [ -1.634669226905215, 60.48131058540806 ], [ -1.635631508815059, 60.481483805414982 ], [ -1.635426660926104, 60.481905232630673 ], [ -1.634835449869781, 60.481899127678197 ] ] ], [ [ [ -1.631321076313811, 60.481368719728458 ], [ -1.631669426115854, 60.481131752652686 ], [ -1.632394526753288, 60.481362701320649 ], [ -1.632151068736604, 60.481977053657452 ], [ -1.631321076313811, 60.481368719728458 ] ] ], [ [ [ -1.540370474556122, 60.482289672718558 ], [ -1.540438590826462, 60.481975660110777 ], [ -1.540682667238697, 60.482084242042916 ], [ -1.540370474556122, 60.482289672718558 ] ] ], [ [ [ -1.633678937709, 60.48362430806867 ], [ -1.633930970524538, 60.483054868807493 ], [ -1.634752563160857, 60.483609292599581 ], [ -1.633678937709, 60.48362430806867 ] ] ], [ [ [ -1.543146331813603, 60.483488851127134 ], [ -1.543401416861183, 60.483462788403884 ], [ -1.543326184192948, 60.483637611526845 ], [ -1.543146331813603, 60.483488851127134 ] ] ], [ [ [ -1.101724644603321, 60.477660743787418 ], [ -1.102148929432474, 60.47744810551 ], [ -1.102681147597975, 60.477608816686974 ], [ -1.104998963640453, 60.476677108623043 ], [ -1.106668178959477, 60.476836446730822 ], [ -1.107807100412525, 60.477427696059891 ], [ -1.106364171704422, 60.480946750187101 ], [ -1.104628676355613, 60.481204483735198 ], [ -1.10387024558499, 60.481657316868919 ], [ -1.103074015716663, 60.481171595920237 ], [ -1.103107884408652, 60.480273932746655 ], [ -1.102191067740658, 60.479544965063916 ], [ -1.102876737833376, 60.478431702323981 ], [ -1.101724644603321, 60.477660743787418 ] ] ], [ [ [ -1.542817658003083, 60.484219472471722 ], [ -1.543063336689354, 60.484215824381572 ], [ -1.543098273013416, 60.484319196534479 ], [ -1.542817658003083, 60.484219472471722 ] ] ], [ [ [ -1.544504770594499, 60.484575400541502 ], [ -1.544515062656475, 60.484490140064615 ], [ -1.544787468311421, 60.484526983159597 ], [ -1.544504770594499, 60.484575400541502 ] ] ], [ [ [ -1.54425581670667, 60.484812480680496 ], [ -1.544230791393231, 60.484650782542751 ], [ -1.544493912355118, 60.484701062259745 ], [ -1.54425581670667, 60.484812480680496 ] ] ], [ [ [ -1.141958703133036, 60.482715755903612 ], [ -1.142347593865785, 60.482457868941211 ], [ -1.143577493403376, 60.483080819268871 ], [ -1.142274065667148, 60.483175704932641 ], [ -1.141958703133036, 60.482715755903612 ] ] ], [ [ [ -1.544413397866999, 60.485252964214517 ], [ -1.544415851541114, 60.485077892174878 ], [ -1.544633616365583, 60.48511903832874 ], [ -1.544413397866999, 60.485252964214517 ] ] ], [ [ [ -1.546435692166005, 60.486368692672464 ], [ -1.546461340669382, 60.48583456023961 ], [ -1.546740666324937, 60.486028546220503 ], [ -1.546435692166005, 60.486368692672464 ] ] ], [ [ [ -1.546498748226051, 60.486413799285401 ], [ -1.546737473927016, 60.486257486619913 ], [ -1.546880717770638, 60.486424074754403 ], [ -1.546498748226051, 60.486413799285401 ] ] ], [ [ [ -1.062097862525147, 60.488548930019718 ], [ -1.063207289773471, 60.488255927205358 ], [ -1.063016934413047, 60.488546406769871 ], [ -1.062110096605045, 60.488755531858907 ], [ -1.062097862525147, 60.488548930019718 ] ] ], [ [ [ -1.621150308178922, 60.496280357525336 ], [ -1.621454436917123, 60.495953507517065 ], [ -1.622479897090439, 60.496203316960532 ], [ -1.621866739041987, 60.497278992823937 ], [ -1.620886333435687, 60.497065220361257 ], [ -1.621150308178922, 60.496280357525336 ] ] ], [ [ [ -1.616518179907437, 60.499973429343655 ], [ -1.616954760321269, 60.499844495111915 ], [ -1.617991785044464, 60.499892357454264 ], [ -1.617478060991624, 60.500234760526446 ], [ -1.616518179907437, 60.499973429343655 ] ] ], [ [ [ -1.027604417637765, 60.497941010730557 ], [ -1.028132099567596, 60.497644057736693 ], [ -1.028636039734398, 60.497836284537975 ], [ -1.029297789621982, 60.497621113384113 ], [ -1.0306534779512, 60.498246025348145 ], [ -1.030019291869074, 60.498452424539664 ], [ -1.029424067751767, 60.498268518350727 ], [ -1.027604417637765, 60.497941010730557 ] ] ], [ [ [ -1.615427983006674, 60.502572240409535 ], [ -1.615320626347778, 60.502260380157253 ], [ -1.615827976424378, 60.502615590094614 ], [ -1.615427983006674, 60.502572240409535 ] ] ], [ [ [ -1.272491595194664, 60.501529381004055 ], [ -1.272121259692878, 60.501401660897784 ], [ -1.270235386792553, 60.501476663692628 ], [ -1.271231417456966, 60.500898489445419 ], [ -1.270735997459685, 60.50066682766488 ], [ -1.269294701844319, 60.500807095529574 ], [ -1.26941269953152, 60.500417168209317 ], [ -1.267814675108063, 60.500242308063441 ], [ -1.268836699314569, 60.499722655622705 ], [ -1.268700486513896, 60.49930440031396 ], [ -1.266357869661904, 60.499457653501459 ], [ -1.266149845155995, 60.499802189997041 ], [ -1.264689396018593, 60.499583154894673 ], [ -1.265421818976844, 60.499394144875787 ], [ -1.265202121802106, 60.499047256007984 ], [ -1.265708741921533, 60.498780682525684 ], [ -1.264970729519624, 60.498412983994008 ], [ -1.263786966867587, 60.498437886700238 ], [ -1.26359286439551, 60.498167455144106 ], [ -1.264986312325409, 60.49732215778122 ], [ -1.263336125848016, 60.496244596423921 ], [ -1.264115812832402, 60.495171452239234 ], [ -1.26608295150944, 60.49470641041394 ], [ -1.267124212802687, 60.494941087924168 ], [ -1.26885343369429, 60.49655326783023 ], [ -1.2703795168763, 60.497086870933771 ], [ -1.270591898002804, 60.497761433589119 ], [ -1.271258566867363, 60.498065860617608 ], [ -1.271979503301854, 60.497980007096302 ], [ -1.271893419043147, 60.498572131299213 ], [ -1.273183272420958, 60.498686904009865 ], [ -1.273248141793369, 60.499041915401712 ], [ -1.274174796492137, 60.499118786067967 ], [ -1.273796452793168, 60.499350174502979 ], [ -1.274433098721734, 60.499371593393349 ], [ -1.274264472175546, 60.499586165359304 ], [ -1.274841025758999, 60.499445639240022 ], [ -1.274867006090415, 60.499912672081948 ], [ -1.274325744561677, 60.500102772945823 ], [ -1.27467165690079, 60.500508693574524 ], [ -1.272932720701088, 60.500934701294057 ], [ -1.272491595194664, 60.501529381004055 ] ] ], [ [ [ -1.613931120724418, 60.504905901690158 ], [ -1.613501345765903, 60.5043031049155 ], [ -1.614173923940624, 60.50439034440025 ], [ -1.613931120724418, 60.504905901690158 ] ] ], [ [ [ -1.614810201967238, 60.505236151840549 ], [ -1.615735006080948, 60.504780916501382 ], [ -1.615763717633657, 60.50543193409522 ], [ -1.615382777726624, 60.505314118337026 ], [ -1.614810201967238, 60.505236151840549 ] ] ], [ [ [ -1.611510073041229, 60.509441958975508 ], [ -1.61197716708168, 60.509209877940926 ], [ -1.612010418897305, 60.509474837623841 ], [ -1.611510073041229, 60.509441958975508 ] ] ], [ [ [ -1.59638706855866, 60.509644026712657 ], [ -1.598186954495365, 60.50942768614663 ], [ -1.597958433311314, 60.510236851769605 ], [ -1.597259734618075, 60.510047098105971 ], [ -1.59638706855866, 60.509644026712657 ] ] ], [ [ [ -1.199856635841803, 60.514730106681327 ], [ -1.199420242218836, 60.51433242632239 ], [ -1.198854309690993, 60.514387394244061 ], [ -1.198815727320441, 60.513368074661201 ], [ -1.197269857685645, 60.512914342821936 ], [ -1.195692969020215, 60.511876786925292 ], [ -1.195996415682999, 60.511389272096231 ], [ -1.195369118585372, 60.511717707674876 ], [ -1.194146021784595, 60.511104265918469 ], [ -1.191956096632335, 60.509097746667635 ], [ -1.192228352790995, 60.508035410380536 ], [ -1.193943898529127, 60.507143412051725 ], [ -1.193727143740079, 60.506706633248861 ], [ -1.194364829475178, 60.505956266193039 ], [ -1.195558427810729, 60.506650338336819 ], [ -1.196907602690503, 60.506945780496103 ], [ -1.196976426322452, 60.507475941322923 ], [ -1.197491396977778, 60.507268036578147 ], [ -1.19795923568575, 60.508967832975337 ], [ -1.199134435454613, 60.508938971725406 ], [ -1.199103273327601, 60.509464042031226 ], [ -1.199874181725675, 60.509585387490908 ], [ -1.200715615912034, 60.510910303482873 ], [ -1.201150709639683, 60.513579595695724 ], [ -1.200713955378683, 60.513936132190025 ], [ -1.201111243775971, 60.514073190707187 ], [ -1.199856635841803, 60.514730106681327 ] ] ], [ [ [ -1.225099811905814, 60.518506369513439 ], [ -1.224972977634599, 60.518097102018984 ], [ -1.224443767049993, 60.518138923498839 ], [ -1.22389627278949, 60.51742193506643 ], [ -1.22379516411003, 60.517080156191284 ], [ -1.225304866003003, 60.51640205025226 ], [ -1.225241559529043, 60.516002130081041 ], [ -1.22361303217229, 60.515557204622553 ], [ -1.223676251862328, 60.515198423328478 ], [ -1.222252396042343, 60.514575096158978 ], [ -1.222278063838998, 60.513883883945248 ], [ -1.221365877319247, 60.513950398249953 ], [ -1.22044178896191, 60.513374857945088 ], [ -1.22036680785739, 60.51270550505091 ], [ -1.220115599501834, 60.512928506388093 ], [ -1.219541230226447, 60.512579469737581 ], [ -1.219253168025096, 60.512820211537324 ], [ -1.218365241713032, 60.512258336002098 ], [ -1.218297223575709, 60.511301703005714 ], [ -1.219209989501278, 60.511208277110249 ], [ -1.219643658485284, 60.51059127969507 ], [ -1.221657149395493, 60.510917286698216 ], [ -1.225876603519285, 60.510757750509015 ], [ -1.227443912923896, 60.511853252634076 ], [ -1.229456921987648, 60.512206074675603 ], [ -1.231725085272756, 60.514091205142513 ], [ -1.234220835556884, 60.514446730812089 ], [ -1.235373458513491, 60.514996547118628 ], [ -1.235174258642878, 60.517267019265198 ], [ -1.233603863475096, 60.517051506485757 ], [ -1.232823670303341, 60.516539729999323 ], [ -1.231241456465843, 60.516440844556072 ], [ -1.229562600082769, 60.516960913975439 ], [ -1.229414826894968, 60.517431443774598 ], [ -1.228263172111476, 60.517990452758809 ], [ -1.227201641154842, 60.5178226977051 ], [ -1.226865509841966, 60.51855251740183 ], [ -1.226070080205563, 60.518682591113446 ], [ -1.225099811905814, 60.518506369513439 ] ] ], [ [ [ -1.505742492396225, 60.528719373106618 ], [ -1.506434020793722, 60.528174243929463 ], [ -1.506566524034067, 60.52904564293955 ], [ -1.505936471955747, 60.529142077652722 ], [ -1.505742492396225, 60.528719373106618 ] ] ], [ [ [ -1.517169721143472, 60.535216651755654 ], [ -1.517918264303059, 60.53451005795764 ], [ -1.517688522475878, 60.535254438943696 ], [ -1.517169721143472, 60.535216651755654 ] ] ], [ [ [ -1.496164967229151, 60.545931194325917 ], [ -1.497450894397706, 60.545882164822309 ], [ -1.496914892830457, 60.546356005395722 ], [ -1.496178243097571, 60.546249978754282 ], [ -1.496164967229151, 60.545931194325917 ] ] ], [ [ [ -1.497309725700422, 60.546757031121551 ], [ -1.497579189642317, 60.546425842288777 ], [ -1.498134256824305, 60.546486287359471 ], [ -1.498246921395558, 60.547451891639923 ], [ -1.497309725700422, 60.546757031121551 ] ] ], [ [ [ -1.491344285016291, 60.55109798126783 ], [ -1.49052972416056, 60.550143165529704 ], [ -1.492202299839571, 60.550445818005244 ], [ -1.491878163659033, 60.551351407720354 ], [ -1.491602793442132, 60.551471569514831 ], [ -1.491344285016291, 60.55109798126783 ] ] ], [ [ [ -1.012786377647606, 60.550642057968169 ], [ -1.012686897167492, 60.550017286927407 ], [ -1.013749132448243, 60.550460609284237 ], [ -1.012786377647606, 60.550642057968169 ] ] ], [ [ [ -1.528883916071208, 60.555522737742734 ], [ -1.529383527022732, 60.555021707057755 ], [ -1.530230090231264, 60.555742956201279 ], [ -1.529979441386405, 60.556051829945154 ], [ -1.529199029135446, 60.555797688914701 ], [ -1.528883916071208, 60.555522737742734 ] ] ], [ [ [ -1.264185279896614, 60.556370404327296 ], [ -1.264806129805957, 60.556333416794757 ], [ -1.265540124152902, 60.557338568119384 ], [ -1.265383669384147, 60.557804596592788 ], [ -1.264324152915695, 60.557884066447258 ], [ -1.263571413176205, 60.557704838378172 ], [ -1.263642475091834, 60.557386488796247 ], [ -1.264185279896614, 60.556370404327296 ] ] ], [ [ [ -1.476565579633827, 60.564737526259513 ], [ -1.47607413047798, 60.5635459603591 ], [ -1.476998405021156, 60.563913205014956 ], [ -1.478504367437381, 60.563838281258953 ], [ -1.479244733886242, 60.564869196012658 ], [ -1.478894657558973, 60.565087803456024 ], [ -1.476565579633827, 60.564737526259513 ] ] ], [ [ [ -1.006291761050914, 60.563842341263793 ], [ -1.006527699730457, 60.563583706151832 ], [ -1.006976483952792, 60.564116797611909 ], [ -1.006859255271396, 60.56466813063448 ], [ -1.006291761050914, 60.563842341263793 ] ] ], [ [ [ -1.459744808817205, 60.571512184527329 ], [ -1.458870994763583, 60.570853226332311 ], [ -1.45828409190003, 60.571039397115207 ], [ -1.456295526230499, 60.569953915221312 ], [ -1.457895428524059, 60.569735949897748 ], [ -1.45850055733561, 60.570640733773615 ], [ -1.459672691947951, 60.570367143721363 ], [ -1.460023470077198, 60.57066484870407 ], [ -1.460325806863578, 60.571132947352964 ], [ -1.459744808817205, 60.571512184527329 ] ] ], [ [ [ -1.009191830656363, 60.574580206141917 ], [ -1.008663525874891, 60.573956745141686 ], [ -1.008926111487375, 60.574021544270629 ], [ -1.009191830656363, 60.574580206141917 ] ] ], [ [ [ -1.435649562073776, 60.580135223119292 ], [ -1.435998529206479, 60.580006507826688 ], [ -1.435779689609022, 60.580521844741625 ], [ -1.435649562073776, 60.580135223119292 ] ] ], [ [ [ -0.788090676193466, 60.576642267474661 ], [ -0.788237573227421, 60.576374221471283 ], [ -0.788969658915849, 60.57656043999355 ], [ -0.788208985864213, 60.576162949947189 ], [ -0.788629454587239, 60.575654943149715 ], [ -0.789826703763471, 60.576577179911013 ], [ -0.789699463051734, 60.577051928228776 ], [ -0.788994725488422, 60.576865961536797 ], [ -0.788090676193466, 60.576642267474661 ] ] ], [ [ [ -0.786231674296932, 60.579402685659559 ], [ -0.787150725339664, 60.578838149797591 ], [ -0.787981901356362, 60.579303628909706 ], [ -0.787874271879992, 60.579887202207537 ], [ -0.786231674296932, 60.579402685659559 ] ] ], [ [ [ -0.788305910107993, 60.579716019395079 ], [ -0.788049068560031, 60.578972005602218 ], [ -0.789348599586781, 60.579504575495982 ], [ -0.789142420238336, 60.579991179338805 ], [ -0.788305910107993, 60.579716019395079 ] ] ], [ [ [ -0.790344429482988, 60.581523143405384 ], [ -0.790483750340421, 60.580578889669177 ], [ -0.791192612012424, 60.581047731215797 ], [ -0.790344429482988, 60.581523143405384 ] ] ], [ [ [ -1.208241609350575, 60.58570725307856 ], [ -1.206800799820685, 60.583799731995555 ], [ -1.207599546660841, 60.582484605668178 ], [ -1.208879562369087, 60.583129667764148 ], [ -1.209202325466263, 60.585232579592741 ], [ -1.209554873548649, 60.584996729630163 ], [ -1.209954414568598, 60.58545251185889 ], [ -1.20946117927934, 60.586217271261134 ], [ -1.209042289196806, 60.585806266407126 ], [ -1.208241609350575, 60.58570725307856 ] ] ], [ [ [ -0.780170192624139, 60.584311254070357 ], [ -0.780070163267651, 60.5839143563351 ], [ -0.780656897356578, 60.584376752177313 ], [ -0.780170192624139, 60.584311254070357 ] ] ], [ [ [ -0.837315850418582, 60.586434809634589 ], [ -0.838435996171344, 60.586147334307491 ], [ -0.837723928196754, 60.586711323450174 ], [ -0.837315850418582, 60.586434809634589 ] ] ], [ [ [ -0.84178505017553, 60.587231433489528 ], [ -0.841898576393576, 60.587221641732235 ], [ -0.841854837745662, 60.58727064824533 ], [ -0.84178505017553, 60.587231433489528 ] ] ], [ [ [ -0.84181839179513, 60.587370899045219 ], [ -0.841951709155207, 60.58731817874164 ], [ -0.841935966653036, 60.58750301283974 ], [ -0.84181839179513, 60.587370899045219 ] ] ], [ [ [ -1.442132382461261, 60.593639026993898 ], [ -1.442274093550895, 60.592831560863125 ], [ -1.442702693364792, 60.593385519147418 ], [ -1.442132382461261, 60.593639026993898 ] ] ], [ [ [ -0.871655678701126, 60.590069197359803 ], [ -0.87146898893328, 60.589873673627231 ], [ -0.872038414269289, 60.589982635064722 ], [ -0.871655678701126, 60.590069197359803 ] ] ], [ [ [ -1.422624859399551, 60.601349531778041 ], [ -1.4227123132467, 60.601053621389518 ], [ -1.423346340593971, 60.601339175346368 ], [ -1.422624859399551, 60.601349531778041 ] ] ], [ [ [ -1.427570656827452, 60.60202620507274 ], [ -1.430243605795942, 60.601638073735707 ], [ -1.430319211908499, 60.602010999599003 ], [ -1.427355108055923, 60.602339527176561 ], [ -1.427570656827452, 60.60202620507274 ] ] ], [ [ [ -1.430053215602563, 60.602597952638298 ], [ -1.432205069374221, 60.602247964396661 ], [ -1.431986332161466, 60.602745337625379 ], [ -1.430680262287261, 60.602766722461915 ], [ -1.430053215602563, 60.602597952638298 ] ] ], [ [ [ -1.434832115287968, 60.603439745784861 ], [ -1.435486081555196, 60.603114794493976 ], [ -1.435061540434365, 60.604419360377101 ], [ -1.435715257236222, 60.604633110964905 ], [ -1.434691063138741, 60.604718572284597 ], [ -1.434832115287968, 60.603439745784861 ] ] ], [ [ [ -1.036558976292681, 60.602560785628995 ], [ -1.035440967682217, 60.601470779553701 ], [ -1.036067615147595, 60.601277761912137 ], [ -1.037411862424267, 60.60151640146892 ], [ -1.037873245937357, 60.601353612089326 ], [ -1.038862266469696, 60.602177795272397 ], [ -1.038924344487558, 60.603161423317275 ], [ -1.037216627085301, 60.603167102043983 ], [ -1.035769453322089, 60.602703248215953 ], [ -1.036558976292681, 60.602560785628995 ] ] ], [ [ [ -1.429610204860665, 60.6070089511772 ], [ -1.429689033335956, 60.606681575446146 ], [ -1.430306630640518, 60.606872752429055 ], [ -1.429610204860665, 60.6070089511772 ] ] ], [ [ [ -1.204687576321853, 60.606292132017813 ], [ -1.206150473832916, 60.60584739909217 ], [ -1.207211245270652, 60.607649411936841 ], [ -1.206685492168382, 60.607861782673503 ], [ -1.204687576321853, 60.606292132017813 ] ] ], [ [ [ -1.425614683034396, 60.60933971449839 ], [ -1.425740731335817, 60.608927248899562 ], [ -1.42608694229945, 60.608973626033212 ], [ -1.425614683034396, 60.60933971449839 ] ] ], [ [ [ -0.768259745614941, 60.605517937548086 ], [ -0.768966621778633, 60.605421183030849 ], [ -0.768351172615148, 60.605994679476773 ], [ -0.76792288627321, 60.60573033739653 ], [ -0.768259745614941, 60.605517937548086 ] ] ], [ [ [ -1.386257869672497, 60.610534222370582 ], [ -1.387392522258965, 60.60993786598911 ], [ -1.386571108728104, 60.610872349756598 ], [ -1.386257869672497, 60.610534222370582 ] ] ], [ [ [ -0.767694627564307, 60.606926964526963 ], [ -0.767549861655193, 60.606651763860405 ], [ -0.76694372131374, 60.606740460367824 ], [ -0.767335314198941, 60.606290617168703 ], [ -0.768102866280373, 60.606279729037979 ], [ -0.767694627564307, 60.606926964526963 ] ] ], [ [ [ -1.400213328023563, 60.612487450967009 ], [ -1.401046750181359, 60.611871672389384 ], [ -1.401299792141315, 60.612510272314417 ], [ -1.400428018909719, 60.612730830231037 ], [ -1.400213328023563, 60.612487450967009 ] ] ], [ [ [ -1.401818031265099, 60.613132100365341 ], [ -1.402335615545308, 60.612802211221634 ], [ -1.403037849406844, 60.612859215733501 ], [ -1.403166390392894, 60.613317688218146 ], [ -1.402497284930466, 60.613938702714641 ], [ -1.401818031265099, 60.613132100365341 ] ] ], [ [ [ -1.414305010507258, 60.615584560740125 ], [ -1.414870693290428, 60.615115668696852 ], [ -1.414993282763746, 60.615408002660025 ], [ -1.414305010507258, 60.615584560740125 ] ] ], [ [ [ -1.415986139135275, 60.616067761761535 ], [ -1.416185730569596, 60.615637669201128 ], [ -1.416400886813095, 60.61586306751974 ], [ -1.415986139135275, 60.616067761761535 ] ] ], [ [ [ -1.419876487663821, 60.616120593148011 ], [ -1.420872346625638, 60.615599669350338 ], [ -1.421292334137693, 60.615610464256079 ], [ -1.421004688724571, 60.615860615422889 ], [ -1.419876487663821, 60.616120593148011 ] ] ], [ [ [ -1.426908647479197, 60.616200267656531 ], [ -1.428789478525345, 60.615216195053222 ], [ -1.429188819083459, 60.615361552936882 ], [ -1.42859411340889, 60.615933632507605 ], [ -1.426908647479197, 60.616200267656531 ] ] ], [ [ [ -1.438843475830106, 60.616430402396347 ], [ -1.439437803330963, 60.616396979154942 ], [ -1.4385331690397, 60.616940868918476 ], [ -1.438843475830106, 60.616430402396347 ] ] ], [ [ [ -1.442323188023988, 60.616992626306157 ], [ -1.442696367110258, 60.616540772415348 ], [ -1.443465953304121, 60.616939023017011 ], [ -1.442858849859726, 60.61718340287856 ], [ -1.442323188023988, 60.616992626306157 ] ] ], [ [ [ -1.405033975279031, 60.61655823157804 ], [ -1.406680467116001, 60.616435353208367 ], [ -1.406064539358586, 60.616648103368533 ], [ -1.406421242257551, 60.617121052122954 ], [ -1.404895193073922, 60.617150189644789 ], [ -1.405395368300051, 60.616775319312652 ], [ -1.405033975279031, 60.61655823157804 ] ] ], [ [ [ -1.438784714780776, 60.617184340112175 ], [ -1.439186772382987, 60.617177046827344 ], [ -1.439116135656385, 60.617562821238288 ], [ -1.438113403629661, 60.617967132199226 ], [ -1.438784714780776, 60.617184340112175 ] ] ], [ [ [ -0.822390031822013, 60.614962093892437 ], [ -0.822746062882801, 60.614466884420253 ], [ -0.823258736212843, 60.614686893619009 ], [ -0.822390031822013, 60.614962093892437 ] ] ], [ [ [ -1.437529894698723, 60.618427068190933 ], [ -1.438227547781689, 60.618232473511505 ], [ -1.438255426998292, 60.618730890601171 ], [ -1.437463136178606, 60.619113633747425 ], [ -1.437944230073215, 60.61929073302246 ], [ -1.437560489980387, 60.619818845601095 ], [ -1.436900198490449, 60.619964212948581 ], [ -1.436634522158279, 60.619482751801122 ], [ -1.437529894698723, 60.618427068190933 ] ] ], [ [ [ -0.775437206404188, 60.616623794076233 ], [ -0.77456816168485, 60.616413805374236 ], [ -0.773844499338388, 60.616465540798956 ], [ -0.772675200820318, 60.615983411087939 ], [ -0.772479140288867, 60.615613464224815 ], [ -0.773126560691912, 60.615403900750373 ], [ -0.777307710510511, 60.616200917848637 ], [ -0.775437206404188, 60.616623794076233 ] ] ], [ [ [ -1.428644190037655, 60.621886516952095 ], [ -1.428409831069725, 60.620673434627626 ], [ -1.427468041015614, 60.620718791070644 ], [ -1.426545849073354, 60.621204165766393 ], [ -1.426867988941675, 60.620554612379252 ], [ -1.426144356167535, 60.620147484798629 ], [ -1.424356064814305, 60.620018598376404 ], [ -1.422830452330798, 60.620528286555682 ], [ -1.423560607189464, 60.620055578080503 ], [ -1.422243333551104, 60.620153150625448 ], [ -1.422138769914787, 60.619869879966963 ], [ -1.420731920503495, 60.619868288595036 ], [ -1.420912961836816, 60.619451576657575 ], [ -1.421608969601877, 60.619355823503987 ], [ -1.421135813118428, 60.619250526704811 ], [ -1.421551854469399, 60.618973995020198 ], [ -1.420896816327379, 60.618823019289231 ], [ -1.420894919358568, 60.618418983359298 ], [ -1.419819873862501, 60.618257206167137 ], [ -1.41795370876724, 60.618909016686899 ], [ -1.418009564874277, 60.618343620588881 ], [ -1.416928706844455, 60.618505017151293 ], [ -1.416298453167377, 60.617994990833211 ], [ -1.418187391105316, 60.617091907214004 ], [ -1.417086041251441, 60.617378913460719 ], [ -1.416492261957543, 60.616873535949466 ], [ -1.418699680284372, 60.616034681963271 ], [ -1.419239825808976, 60.616984247672733 ], [ -1.421403520050462, 60.616032929597957 ], [ -1.421572002032722, 60.61631647728197 ], [ -1.420357881867408, 60.616782590892463 ], [ -1.421484656308323, 60.616603408475846 ], [ -1.420692585797666, 60.617475376386544 ], [ -1.422056133320647, 60.617849384880891 ], [ -1.423564803699968, 60.617258827163553 ], [ -1.424206610920147, 60.617638682021919 ], [ -1.426527527875295, 60.617087496131518 ], [ -1.427377087228816, 60.616570386534519 ], [ -1.429763501255608, 60.616441409309253 ], [ -1.431242300856232, 60.615460078299563 ], [ -1.432991312712371, 60.615211614725446 ], [ -1.43194620615877, 60.615947900486894 ], [ -1.432526670413886, 60.616183800749184 ], [ -1.431586473616722, 60.617185390861728 ], [ -1.433810675468183, 60.615888462232576 ], [ -1.434745615309342, 60.615703867627275 ], [ -1.434385497775098, 60.6164475524278 ], [ -1.435339423641633, 60.617268612956373 ], [ -1.437674568565483, 60.616412029291183 ], [ -1.436822410230113, 60.618136785299207 ], [ -1.435892973317041, 60.618002685136943 ], [ -1.435533206139098, 60.6182031821238 ], [ -1.435719935696477, 60.618495766834272 ], [ -1.436506285143866, 60.618454187451981 ], [ -1.436111255693014, 60.619628691859468 ], [ -1.434564435515745, 60.620317991542805 ], [ -1.433735141231046, 60.621243748463783 ], [ -1.432586072830595, 60.62060590701882 ], [ -1.431495760289475, 60.620785337900351 ], [ -1.431215888582136, 60.620595603000645 ], [ -1.430331441874182, 60.621534572312711 ], [ -1.428644190037655, 60.621886516952095 ] ] ], [ [ [ -0.988206998027231, 60.618985377156392 ], [ -0.988319549869592, 60.617432881495915 ], [ -0.986265757154163, 60.616505982021657 ], [ -0.98351136418634, 60.615784734133371 ], [ -0.982460110518969, 60.615808170556157 ], [ -0.980391934897358, 60.616793574850597 ], [ -0.977235835020076, 60.617222924457273 ], [ -0.976014904095919, 60.617698448039434 ], [ -0.97423634161728, 60.617608506024631 ], [ -0.972866057896435, 60.61645767435207 ], [ -0.971918663957356, 60.616374078350283 ], [ -0.970737567577274, 60.615597302162172 ], [ -0.970423536628042, 60.614845147209735 ], [ -0.971317096816071, 60.61460958889429 ], [ -0.970748332122141, 60.614398700268787 ], [ -0.971695385936306, 60.614203956047099 ], [ -0.971789712426557, 60.613823077166764 ], [ -0.970411919835543, 60.613489241945224 ], [ -0.970145271555972, 60.612970902343079 ], [ -0.969013774702138, 60.612935252093443 ], [ -0.968517570768327, 60.61245554522975 ], [ -0.968728271713063, 60.611577235330508 ], [ -0.970514760257999, 60.611694250210036 ], [ -0.971618120570956, 60.611177468472299 ], [ -0.971814315617598, 60.610465152487343 ], [ -0.970865581875836, 60.609281620251963 ], [ -0.972111805954895, 60.608864701637643 ], [ -0.974497068853004, 60.608815663518556 ], [ -0.974822885340647, 60.608333299072626 ], [ -0.976205655667393, 60.608792832877519 ], [ -0.975812211342045, 60.609104083587575 ], [ -0.976789312945906, 60.608819745023908 ], [ -0.977577489212631, 60.609310631485492 ], [ -0.978693670743774, 60.608959999992869 ], [ -0.978086680350483, 60.608515398691601 ], [ -0.979272694450983, 60.60797673879047 ], [ -0.978212457342103, 60.607425421761924 ], [ -0.977794160233441, 60.606501888022549 ], [ -0.978256055004847, 60.606334817001624 ], [ -0.977405779594407, 60.606076911116823 ], [ -0.977789096801602, 60.606084329894735 ], [ -0.97772494917533, 60.605513678749745 ], [ -0.978197997793253, 60.605571166035247 ], [ -0.977729016365706, 60.605096190322975 ], [ -0.97854462403924, 60.604716326783702 ], [ -0.978242869251384, 60.604440165608992 ], [ -0.978726024970158, 60.604466302107106 ], [ -0.978495975489807, 60.603943768709726 ], [ -0.979215354583906, 60.6040076226449 ], [ -0.980107352052854, 60.602941445740093 ], [ -0.980689425406171, 60.603305038571591 ], [ -0.981669925468882, 60.603195779911772 ], [ -0.981288399807025, 60.6028426976129 ], [ -0.983224893837826, 60.602821514259666 ], [ -0.985282522139257, 60.603595854924649 ], [ -0.985609932354425, 60.603346928574041 ], [ -0.986207395925868, 60.603513077815215 ], [ -0.986000416215342, 60.602833601827435 ], [ -0.986958970521808, 60.602840863959045 ], [ -0.987302495310849, 60.603243026069052 ], [ -0.987712048649473, 60.602994716452372 ], [ -0.988721312552759, 60.603132543697043 ], [ -0.988268082052028, 60.60273404512683 ], [ -0.988961891087232, 60.602739290445861 ], [ -0.992058084872809, 60.604181319882279 ], [ -0.993873591802903, 60.606583370889716 ], [ -0.994940348294013, 60.606932586618143 ], [ -0.998196616117109, 60.606472149035106 ], [ -0.998705394360889, 60.605672347731158 ], [ -0.999488134062129, 60.606347130366856 ], [ -1.001883274250128, 60.606266252803181 ], [ -1.002551164644468, 60.605930036511843 ], [ -1.002734061538742, 60.605033512156268 ], [ -1.003762125758057, 60.604861594077875 ], [ -1.003133703827293, 60.604214923185694 ], [ -1.003911640578842, 60.603565259481677 ], [ -1.002456225656954, 60.602791210121509 ], [ -1.002132725563985, 60.60203008189027 ], [ -1.001264945135859, 60.601745260697825 ], [ -1.001053383488734, 60.600908644678064 ], [ -1.00149377286889, 60.600840101449769 ], [ -1.000395403483339, 60.599745453056265 ], [ -1.000146403231305, 60.597462953902735 ], [ -1.001454284608564, 60.597387424166449 ], [ -1.001731452061227, 60.596985442868863 ], [ -1.002527334540261, 60.597229320736218 ], [ -1.002455014682983, 60.596910030849372 ], [ -1.004153566412792, 60.597488357050047 ], [ -1.003672019628471, 60.598005546603112 ], [ -1.004023171246374, 60.598461595363517 ], [ -1.005670864937079, 60.598024909143952 ], [ -1.005661206070655, 60.598339098269363 ], [ -1.006361681011779, 60.598124320717815 ], [ -1.006611913111354, 60.598597570557125 ], [ -1.008221780065548, 60.598798072586668 ], [ -1.008432778899268, 60.598467418276336 ], [ -1.010839118638872, 60.598597469901975 ], [ -1.011033071690896, 60.598823375853698 ], [ -1.011330656520764, 60.598645998111358 ], [ -1.011994609664792, 60.59902801639975 ], [ -1.011252627931856, 60.599107833434751 ], [ -1.012119249711175, 60.599132193965325 ], [ -1.012502439901626, 60.599440304927342 ], [ -1.012194161413014, 60.599967782313989 ], [ -1.01353192228981, 60.600112337066001 ], [ -1.013859545456155, 60.600446970802537 ], [ -1.013552785271463, 60.60092507859423 ], [ -1.013826191965641, 60.601241354795647 ], [ -1.014322562576316, 60.60113277721068 ], [ -1.013758184632787, 60.60137553645837 ], [ -1.014624527548691, 60.602010441286573 ], [ -1.014522397796149, 60.602665146175887 ], [ -1.011098310586567, 60.605647799802007 ], [ -1.006895705871288, 60.60630355354737 ], [ -1.005823798577085, 60.60700941292739 ], [ -1.003936487638756, 60.609576801271807 ], [ -1.001893046175078, 60.61009132677264 ], [ -0.999690487531054, 60.611318452446866 ], [ -0.999173760544784, 60.614142933599673 ], [ -1.000935829193575, 60.616535501149293 ], [ -0.999602537113895, 60.618882492808538 ], [ -0.997305337003125, 60.6193097544609 ], [ -0.993243284560419, 60.618906634399309 ], [ -0.989831540832432, 60.619329868339527 ], [ -0.988206998027231, 60.618985377156392 ] ] ], [ [ [ -1.331372669927992, 60.625795041704954 ], [ -1.331522716048565, 60.625167298590199 ], [ -1.331655247939024, 60.625827877405008 ], [ -1.331372669927992, 60.625795041704954 ] ] ], [ [ [ -0.8227213478892, 60.622417694131045 ], [ -0.822941243005556, 60.622150254416155 ], [ -0.82449612422969, 60.622859804099619 ], [ -0.823617275260374, 60.622905956322072 ], [ -0.8227213478892, 60.622417694131045 ] ] ], [ [ [ -1.343766860816862, 60.628298510670817 ], [ -1.343722067259466, 60.627804476411683 ], [ -1.344279149482671, 60.627820673822377 ], [ -1.343766860816862, 60.628298510670817 ] ] ], [ [ [ -0.829021735996559, 60.628583261886504 ], [ -0.829236688906314, 60.627947625163458 ], [ -0.830739407938612, 60.628342373984964 ], [ -0.83028496106357, 60.628778379624109 ], [ -0.829021735996559, 60.628583261886504 ] ] ], [ [ [ -0.847340754335043, 60.62946958532028 ], [ -0.848477595013055, 60.628599420727376 ], [ -0.848533547164825, 60.628824379165906 ], [ -0.847340754335043, 60.62946958532028 ] ] ], [ [ [ -0.866600939295199, 60.632992229111949 ], [ -0.866431741906061, 60.632604697291903 ], [ -0.865385219968213, 60.632735005919372 ], [ -0.865091894372439, 60.63249906394055 ], [ -0.864478746072069, 60.632781193539842 ], [ -0.864129201440354, 60.632324785702124 ], [ -0.863891775852575, 60.632578673741371 ], [ -0.863710791732696, 60.632267360169052 ], [ -0.862762120269338, 60.632214408277456 ], [ -0.862268971214586, 60.632722023694576 ], [ -0.861573439497877, 60.632747536790077 ], [ -0.861526960604987, 60.631732508051954 ], [ -0.860965768599721, 60.632095875101307 ], [ -0.859251662873306, 60.631978018687157 ], [ -0.859421628768473, 60.631306037506832 ], [ -0.858893282809835, 60.631256639002608 ], [ -0.85865696199549, 60.630702411731079 ], [ -0.857432819407754, 60.630687478285772 ], [ -0.856837260607548, 60.629438792328457 ], [ -0.854031011177431, 60.629455200905603 ], [ -0.853780076466742, 60.629057972978842 ], [ -0.852971745062768, 60.628916362029265 ], [ -0.851781866670789, 60.629224916873973 ], [ -0.852213930922277, 60.62889639690701 ], [ -0.85143393658828, 60.628472178646192 ], [ -0.85094226433648, 60.628934870580579 ], [ -0.850879075200504, 60.628655976646293 ], [ -0.850230291143852, 60.628910798217611 ], [ -0.849829849688287, 60.628350654687367 ], [ -0.846827670518012, 60.628226051974259 ], [ -0.845293188814856, 60.627692035054331 ], [ -0.84129413718794, 60.627846034531586 ], [ -0.84070254973081, 60.62879718536378 ], [ -0.839213556959067, 60.62801656711941 ], [ -0.83824048574842, 60.628138321215069 ], [ -0.837290581377816, 60.627362359309686 ], [ -0.836714802073614, 60.62761775006976 ], [ -0.837543602028468, 60.628711422380611 ], [ -0.837047613345725, 60.629542170074409 ], [ -0.836544070285131, 60.629313316418511 ], [ -0.836482779525625, 60.628477727128832 ], [ -0.835704612171644, 60.62851585562278 ], [ -0.835340368915461, 60.629239994001644 ], [ -0.831539257613791, 60.628210182981498 ], [ -0.830756102984116, 60.627628680366172 ], [ -0.831460682488561, 60.627603406939194 ], [ -0.831475943727839, 60.627181521900681 ], [ -0.830912954005794, 60.627082324635097 ], [ -0.832001601863654, 60.626544103795943 ], [ -0.832278968051851, 60.625949413114405 ], [ -0.831007030890305, 60.625745258322588 ], [ -0.830396371259804, 60.62519668647991 ], [ -0.829308962228576, 60.624944742647827 ], [ -0.829438257427044, 60.624402636875971 ], [ -0.828859469743504, 60.623984533630626 ], [ -0.827558925246541, 60.623816011556691 ], [ -0.82715001029152, 60.624256895153756 ], [ -0.826069997084791, 60.623802959105298 ], [ -0.82327390625916, 60.621044256987709 ], [ -0.824194164082203, 60.620360952697311 ], [ -0.824593264659107, 60.6204407814581 ], [ -0.824203007395088, 60.619615762272687 ], [ -0.824448637959824, 60.619393441959517 ], [ -0.824708434278996, 60.619786316296775 ], [ -0.824800754950455, 60.619508773963766 ], [ -0.824068986624742, 60.618779525028891 ], [ -0.824610288213575, 60.618716937274293 ], [ -0.824009981898271, 60.618141487812458 ], [ -0.824177942772309, 60.618547024938856 ], [ -0.823281800139281, 60.618067742766293 ], [ -0.822057808613528, 60.616808873006072 ], [ -0.822225329228419, 60.616473629807373 ], [ -0.822696128678041, 60.616590012228833 ], [ -0.822602563273039, 60.616149211033573 ], [ -0.823026062939659, 60.616310071813054 ], [ -0.822703906846462, 60.61537340695844 ], [ -0.82382360984141, 60.614727776846188 ], [ -0.822964574089752, 60.614486765099954 ], [ -0.823190785684843, 60.614044287275831 ], [ -0.822666119040751, 60.613150736323377 ], [ -0.821665284989934, 60.612791739142374 ], [ -0.822245332429593, 60.612415232561233 ], [ -0.821341272038094, 60.611657512441042 ], [ -0.822703085114158, 60.610129578507511 ], [ -0.823121787835824, 60.610169178878174 ], [ -0.822833409516501, 60.609560549260074 ], [ -0.824625317914542, 60.608004952965238 ], [ -0.824957772411032, 60.606898948478715 ], [ -0.824651929747771, 60.606770553692087 ], [ -0.824192821809912, 60.607089768758904 ], [ -0.824497214297748, 60.606755725594496 ], [ -0.82370928412423, 60.606825122639847 ], [ -0.824029652850873, 60.606554075049061 ], [ -0.823123713851205, 60.606353056629459 ], [ -0.822542012032356, 60.606527521105463 ], [ -0.82208771086378, 60.606263126294557 ], [ -0.821857713751931, 60.605958503425846 ], [ -0.823277493389275, 60.605289481712809 ], [ -0.822336010538615, 60.605212955295059 ], [ -0.821560544382143, 60.604690722717848 ], [ -0.821820475910881, 60.604023167047259 ], [ -0.821132921916359, 60.603895891070636 ], [ -0.81955351327825, 60.604835550138176 ], [ -0.819924827909797, 60.604169878658197 ], [ -0.819002202826604, 60.603428138834595 ], [ -0.819408361658821, 60.603458661509642 ], [ -0.819854585657899, 60.602591620089349 ], [ -0.819368931548969, 60.602337713814038 ], [ -0.818826638245214, 60.602484674318042 ], [ -0.819160124771458, 60.602304443637003 ], [ -0.818157151437829, 60.601814302656322 ], [ -0.816045678905195, 60.603469348029215 ], [ -0.814503286596556, 60.603246473214625 ], [ -0.814697348669949, 60.604180230852833 ], [ -0.81325411525869, 60.605484679644306 ], [ -0.812510969570831, 60.605528368369384 ], [ -0.81250433222093, 60.60605718268306 ], [ -0.809943277662516, 60.605321477893206 ], [ -0.809938128580662, 60.606056826640078 ], [ -0.8086943731063, 60.606104121229713 ], [ -0.808399230313439, 60.60548911260738 ], [ -0.808993072377512, 60.605085848300753 ], [ -0.808053678093589, 60.60520139415128 ], [ -0.80861556044534, 60.604624548565646 ], [ -0.808142884155556, 60.603871474335541 ], [ -0.809841718017775, 60.602969825417759 ], [ -0.80955968254406, 60.602693450787925 ], [ -0.810369803996745, 60.601870083709294 ], [ -0.81152909435742, 60.601582280008074 ], [ -0.812900919400881, 60.600628301887014 ], [ -0.811549179186503, 60.599843191252667 ], [ -0.80989069313572, 60.600398623500787 ], [ -0.810101816406916, 60.599425362412752 ], [ -0.809375386372151, 60.599167480994133 ], [ -0.808183668459599, 60.599445099675748 ], [ -0.808115198071825, 60.598924594587814 ], [ -0.807669474942065, 60.599176528956285 ], [ -0.80715253290695, 60.598883687872977 ], [ -0.806866945612126, 60.599497113122055 ], [ -0.805728196357461, 60.598982319952782 ], [ -0.805034197250031, 60.599676498698592 ], [ -0.803573972139704, 60.599806214631478 ], [ -0.803367547675309, 60.600054887618604 ], [ -0.802686038532281, 60.599669866917388 ], [ -0.801679057347764, 60.599937408615439 ], [ -0.80064051337662, 60.599726068478532 ], [ -0.8001438524939, 60.600659940608928 ], [ -0.798549770009947, 60.600950026903142 ], [ -0.796942791771708, 60.603254911515585 ], [ -0.797329167079901, 60.604258668776566 ], [ -0.795379221456674, 60.60585917574565 ], [ -0.795569568307762, 60.606633100853621 ], [ -0.795014002762251, 60.606592181019558 ], [ -0.795099875819224, 60.606983549692885 ], [ -0.793603122100006, 60.607935324764057 ], [ -0.793709083694823, 60.608277489883164 ], [ -0.795343390442037, 60.608781582403388 ], [ -0.794544137352115, 60.609151509472909 ], [ -0.795228268065103, 60.609664996625142 ], [ -0.794386093031116, 60.60971577481186 ], [ -0.794651491211171, 60.610436501917277 ], [ -0.793596189518836, 60.61032372938584 ], [ -0.794684927938963, 60.610764543810653 ], [ -0.794664417118456, 60.61106965167771 ], [ -0.79168407599212, 60.612852076834741 ], [ -0.790711287292437, 60.612973486358229 ], [ -0.791087385807543, 60.612442622766643 ], [ -0.789819272336674, 60.612889097842583 ], [ -0.790328855635396, 60.611232553772183 ], [ -0.788586016765041, 60.611917162491466 ], [ -0.788068071705376, 60.611845127748552 ], [ -0.788075059213059, 60.612145994428488 ], [ -0.787039239010775, 60.612486796811744 ], [ -0.787723029976167, 60.61130324940563 ], [ -0.787259376600061, 60.611245172190721 ], [ -0.786571090858376, 60.611818090428812 ], [ -0.785715110592064, 60.611505031221029 ], [ -0.782760085883418, 60.611873264288278 ], [ -0.783478255051363, 60.61269241504764 ], [ -0.781580654339343, 60.612387812779673 ], [ -0.78254027563412, 60.612858977876087 ], [ -0.782314530530431, 60.613032018204663 ], [ -0.781538372341111, 60.612782513227344 ], [ -0.78172927578922, 60.613291577295513 ], [ -0.780355500948826, 60.613386812020138 ], [ -0.781310232938954, 60.613745701045644 ], [ -0.779983942130997, 60.614034417738701 ], [ -0.779677269236881, 60.615140554294193 ], [ -0.778989952687642, 60.615682016132425 ], [ -0.778549435872744, 60.615493921533528 ], [ -0.778049179881145, 60.615677917447776 ], [ -0.77791756477752, 60.616017925695559 ], [ -0.775854255259694, 60.615743156901331 ], [ -0.773809060229974, 60.614751081888073 ], [ -0.774941606898539, 60.614756068645612 ], [ -0.775557328243661, 60.613935616100697 ], [ -0.77782552246221, 60.613862072346564 ], [ -0.778264715030354, 60.613601196442502 ], [ -0.775670624648622, 60.613115053796854 ], [ -0.776205000316899, 60.612994233537599 ], [ -0.775514182376134, 60.612422221718305 ], [ -0.776433539442246, 60.612506956002647 ], [ -0.776014741973523, 60.612229258974544 ], [ -0.77663077156988, 60.612122652913932 ], [ -0.776336456871954, 60.611693448207511 ], [ -0.776864472802, 60.611015855286382 ], [ -0.775895329834696, 60.611523297197735 ], [ -0.774940778160581, 60.610921931079289 ], [ -0.774098309147744, 60.611219508068714 ], [ -0.774748124019315, 60.610462226130046 ], [ -0.775402295607654, 60.610553518238326 ], [ -0.775193756805813, 60.610030813922933 ], [ -0.777387651449211, 60.6097410975865 ], [ -0.776295491327393, 60.609156441651329 ], [ -0.775304497085619, 60.609277572328558 ], [ -0.775247608826288, 60.608850538052337 ], [ -0.775693625419428, 60.6088905374123 ], [ -0.775237274101619, 60.60815904256112 ], [ -0.774794104588567, 60.608285183499987 ], [ -0.774610994398381, 60.607574146913606 ], [ -0.775578387682161, 60.606869155481206 ], [ -0.774410997658202, 60.606104209788199 ], [ -0.773885178138241, 60.606243059225832 ], [ -0.774419507433857, 60.605156978213685 ], [ -0.773932834180703, 60.604986402661595 ], [ -0.772908099374436, 60.605277811232746 ], [ -0.771165223029604, 60.606442582940566 ], [ -0.770599198157825, 60.606437382366224 ], [ -0.770691944342882, 60.605679488617731 ], [ -0.769745316367496, 60.605836902302258 ], [ -0.769949165937086, 60.605039624016271 ], [ -0.765806033629231, 60.604485156043232 ], [ -0.765081465365024, 60.603849921156048 ], [ -0.766500926088756, 60.60326589739558 ], [ -0.766172195568546, 60.602786965157847 ], [ -0.767062040185405, 60.602440489439971 ], [ -0.766770563229378, 60.602181893742511 ], [ -0.768360756313147, 60.59974969835001 ], [ -0.76899663372783, 60.599355975203679 ], [ -0.770169122660221, 60.599496960083187 ], [ -0.769216983833014, 60.59908413572083 ], [ -0.769336723029414, 60.597617129199079 ], [ -0.769727224892038, 60.597432157329337 ], [ -0.769984565031232, 60.597627578163099 ], [ -0.771052493877409, 60.596914564974519 ], [ -0.771579288229318, 60.596986748774185 ], [ -0.771741348439205, 60.594402211742405 ], [ -0.772882478607094, 60.593680877519049 ], [ -0.772425989275382, 60.593200787664848 ], [ -0.77165670369697, 60.593265558301084 ], [ -0.771647221478237, 60.592794060144264 ], [ -0.77078719676836, 60.592364132953819 ], [ -0.771438841765765, 60.591790958592512 ], [ -0.77330016914872, 60.592054974436984 ], [ -0.774368746255623, 60.591799883778755 ], [ -0.774780960230947, 60.590797984365281 ], [ -0.77700032203187, 60.590041593889651 ], [ -0.776412511906424, 60.589654598582221 ], [ -0.777117500587627, 60.588390482770315 ], [ -0.777591321546881, 60.588170333554338 ], [ -0.77808756465969, 60.588323026600243 ], [ -0.778691344577677, 60.587803256008506 ], [ -0.779815196979581, 60.58801375283138 ], [ -0.778772808270807, 60.587579518676499 ], [ -0.779485318334125, 60.587370521751168 ], [ -0.780297011350276, 60.587629346819739 ], [ -0.779944958626168, 60.586993098017828 ], [ -0.780703966790756, 60.587148178590212 ], [ -0.782262409998288, 60.586433264705875 ], [ -0.783116555540629, 60.586970815931913 ], [ -0.785298701784821, 60.587242074761015 ], [ -0.783708566810978, 60.586372796699308 ], [ -0.783922288045269, 60.586174503318766 ], [ -0.781499976392638, 60.585254527113904 ], [ -0.782078977458234, 60.584808145743857 ], [ -0.780852206924706, 60.584231273312604 ], [ -0.781151941441105, 60.583300163438452 ], [ -0.781698603869814, 60.584196785273512 ], [ -0.78243189679783, 60.583675484524512 ], [ -0.78278010445795, 60.584074639784717 ], [ -0.783744376666746, 60.583866116464755 ], [ -0.783945343002811, 60.584201074441765 ], [ -0.784255394896714, 60.583721708210909 ], [ -0.784690795146861, 60.584035450315994 ], [ -0.78507252837857, 60.583834192490635 ], [ -0.785460901760265, 60.584136729631474 ], [ -0.785866054474053, 60.583992251533701 ], [ -0.788047294340934, 60.584867761402265 ], [ -0.7898510898887, 60.584320202084065 ], [ -0.790081168065069, 60.583536600801651 ], [ -0.791225638525175, 60.583437405179524 ], [ -0.792182546888395, 60.582299403902752 ], [ -0.790970051020402, 60.581729039058892 ], [ -0.791383659418539, 60.580770203947992 ], [ -0.789773446443889, 60.580344389409603 ], [ -0.790185322992824, 60.579676469530263 ], [ -0.789762434806468, 60.578979444588114 ], [ -0.789491045053517, 60.579258038089407 ], [ -0.789171524441566, 60.579018092691079 ], [ -0.789057221321288, 60.578366062073265 ], [ -0.788344681506836, 60.578144104479541 ], [ -0.789079888768098, 60.577760168163529 ], [ -0.788216067417449, 60.576948698602529 ], [ -0.790017592639191, 60.577328674851941 ], [ -0.790656721673364, 60.576584690604903 ], [ -0.790786228342643, 60.577025845094447 ], [ -0.791678859579484, 60.576822903420947 ], [ -0.792198753783914, 60.577316970004617 ], [ -0.792937411078929, 60.577328130648091 ], [ -0.79274126533995, 60.576715771094413 ], [ -0.793641993391519, 60.576539827269578 ], [ -0.793060168207599, 60.576238260945551 ], [ -0.79308325845568, 60.57512953278129 ], [ -0.793889905958439, 60.575518430460512 ], [ -0.794697548851445, 60.575391025738263 ], [ -0.79304024422967, 60.573836133098645 ], [ -0.793480193728147, 60.573781739324652 ], [ -0.792753841465203, 60.571974842689478 ], [ -0.793543662394187, 60.571833815569093 ], [ -0.793112353950927, 60.571412387219425 ], [ -0.79377591332087, 60.571476741523632 ], [ -0.795046653206081, 60.570424161099147 ], [ -0.79649946650583, 60.571097223394929 ], [ -0.796720953725006, 60.572010610435953 ], [ -0.797219911276203, 60.571103707651652 ], [ -0.798159682240669, 60.571345620346655 ], [ -0.797503547740196, 60.570589952965271 ], [ -0.797692029522874, 60.569936163604574 ], [ -0.798209241017638, 60.570502017218651 ], [ -0.798893270857671, 60.570014306891686 ], [ -0.799010915158962, 60.570531670257708 ], [ -0.800901326450396, 60.568258935152109 ], [ -0.801746050375428, 60.568356302584178 ], [ -0.80183986530234, 60.568779167730661 ], [ -0.8026058637631, 60.568539102565339 ], [ -0.804032555883686, 60.56942735032019 ], [ -0.803568970055646, 60.569876653129896 ], [ -0.804199694495306, 60.570335748082591 ], [ -0.80371901963069, 60.570753471236003 ], [ -0.804015984922219, 60.57111080811341 ], [ -0.802894557308293, 60.572820293157505 ], [ -0.804338182887453, 60.573008307771126 ], [ -0.804157774279913, 60.573446676254427 ], [ -0.805626974750372, 60.573684291224559 ], [ -0.805956015576625, 60.57441005809229 ], [ -0.80723338453104, 60.574407992158314 ], [ -0.807165936639274, 60.576486079858228 ], [ -0.808082477645699, 60.576126106351524 ], [ -0.807048213207108, 60.576709509929259 ], [ -0.808392096281744, 60.576142335194504 ], [ -0.808749174076423, 60.576356528971488 ], [ -0.809709318424506, 60.576050808240446 ], [ -0.809245136162272, 60.577011940357337 ], [ -0.809765378173361, 60.577007593685586 ], [ -0.809714953315312, 60.577882618066951 ], [ -0.810746013825278, 60.57788281426199 ], [ -0.81166661517826, 60.577163683959469 ], [ -0.811822528924174, 60.575899000935529 ], [ -0.812861097724198, 60.575692726091141 ], [ -0.813569107630815, 60.574796600568355 ], [ -0.814255043965011, 60.575000228814417 ], [ -0.814541320557874, 60.574657068082537 ], [ -0.816639847227826, 60.57540297555834 ], [ -0.816441253745468, 60.575594270459604 ], [ -0.818108079817972, 60.576421634097137 ], [ -0.818072630751235, 60.576892728731792 ], [ -0.818770432234041, 60.576773187037247 ], [ -0.819298925903191, 60.577042741733457 ], [ -0.81960801182391, 60.578325006505217 ], [ -0.820309398723675, 60.578358134611157 ], [ -0.822053728140509, 60.579319023094477 ], [ -0.822173905666533, 60.579025564393483 ], [ -0.823636291217414, 60.579310508535151 ], [ -0.824406483411405, 60.579108067738325 ], [ -0.82542374034791, 60.579539927886451 ], [ -0.825605764613476, 60.580307451206302 ], [ -0.829549744983261, 60.583130966573904 ], [ -0.829473766435845, 60.583667256004468 ], [ -0.828833891597664, 60.583544923802556 ], [ -0.829227652929456, 60.583810563916401 ], [ -0.828803733129515, 60.58427736017704 ], [ -0.829275428801532, 60.584154884518412 ], [ -0.830056490040646, 60.585320033601342 ], [ -0.830785009323578, 60.584707740912258 ], [ -0.829550714183078, 60.585829215991538 ], [ -0.8300713201159, 60.586020538515626 ], [ -0.830998217916501, 60.585525811386226 ], [ -0.830934483691891, 60.586481535470014 ], [ -0.829991836568755, 60.587562464054692 ], [ -0.831008235607315, 60.588229525736814 ], [ -0.832162522255132, 60.588263854794704 ], [ -0.833840633061344, 60.587338381093289 ], [ -0.834224313362837, 60.587480903427235 ], [ -0.833779022791857, 60.587882878821425 ], [ -0.834674745260941, 60.588000233081353 ], [ -0.836890470745251, 60.586690608012582 ], [ -0.838304417442615, 60.586965090143678 ], [ -0.837898646583063, 60.586776593920213 ], [ -0.838680945518611, 60.586239253351458 ], [ -0.8401537455073, 60.587672537454154 ], [ -0.840731812393992, 60.587689222829574 ], [ -0.840404999563289, 60.587130579954767 ], [ -0.840912844773283, 60.587578552712593 ], [ -0.841373497758661, 60.587458632441233 ], [ -0.841518589242543, 60.586771188808704 ], [ -0.841649823217469, 60.587439476337472 ], [ -0.842285847302444, 60.587621873323947 ], [ -0.842270358018168, 60.587289510812106 ], [ -0.842683315484538, 60.587329001940375 ], [ -0.842241161171943, 60.586728061350698 ], [ -0.843090395194678, 60.585797090361524 ], [ -0.84266228349989, 60.5848038836386 ], [ -0.843051832302326, 60.584935656450959 ], [ -0.843908929022433, 60.584089152457935 ], [ -0.844123771470563, 60.58446184856728 ], [ -0.845773844340566, 60.583795482688501 ], [ -0.846562592047276, 60.582917843032902 ], [ -0.848093020068206, 60.583353055734321 ], [ -0.847463701921946, 60.584470025695765 ], [ -0.847808171921082, 60.584791753801326 ], [ -0.848346658657155, 60.584842186218353 ], [ -0.848624437753982, 60.584524920932111 ], [ -0.84981654113007, 60.584775821079752 ], [ -0.850148933918587, 60.586311418256081 ], [ -0.851076197628849, 60.586569008246123 ], [ -0.851106033916558, 60.587168172739759 ], [ -0.853285177027452, 60.588518481581652 ], [ -0.854050508134948, 60.586907901270131 ], [ -0.854036806398297, 60.587810186146896 ], [ -0.855093223609848, 60.589062843512785 ], [ -0.855698649509488, 60.589184304977984 ], [ -0.855392665846427, 60.589577216762905 ], [ -0.856366938917758, 60.590936011545232 ], [ -0.856348061922618, 60.591883147099942 ], [ -0.857010238275538, 60.592105204668371 ], [ -0.857188222164555, 60.591808619004887 ], [ -0.85766114881388, 60.591871023615134 ], [ -0.859309368392143, 60.59338280763648 ], [ -0.86060162189286, 60.593549161504704 ], [ -0.861551985941463, 60.592224754871843 ], [ -0.861821208282485, 60.592615841700585 ], [ -0.862426422896701, 60.59248630426756 ], [ -0.862720252897903, 60.592697118465253 ], [ -0.86311900570106, 60.592156374851939 ], [ -0.864109114961951, 60.59213964626182 ], [ -0.864911500413561, 60.591645424714009 ], [ -0.865506195471814, 60.592335576306667 ], [ -0.867920636924735, 60.593614905106101 ], [ -0.86881448091286, 60.593115149123498 ], [ -0.869411991029321, 60.593205502853067 ], [ -0.869617101438148, 60.592612820483971 ], [ -0.870551237019356, 60.592578510750705 ], [ -0.870073056934157, 60.591215036605263 ], [ -0.870527320161536, 60.590805835394121 ], [ -0.871076285874545, 60.591187592536556 ], [ -0.87063888570702, 60.590486223833068 ], [ -0.871081916071602, 60.590189164638481 ], [ -0.87185937613432, 60.590509993569164 ], [ -0.8723103738344, 60.590141164822661 ], [ -0.874207222316986, 60.590558511429961 ], [ -0.874561006394012, 60.590936815069242 ], [ -0.876597997281795, 60.590895577314654 ], [ -0.877683151581333, 60.590611072171285 ], [ -0.877335718527893, 60.590311846237157 ], [ -0.878139366573711, 60.590563719155149 ], [ -0.878494416114068, 60.590274876808031 ], [ -0.879152491430805, 60.590407896763985 ], [ -0.879785152247253, 60.58974605177908 ], [ -0.880601753799472, 60.590309592504155 ], [ -0.882611597702881, 60.590312931554777 ], [ -0.882894870470262, 60.590039640365596 ], [ -0.883434869984057, 60.590526326341312 ], [ -0.883853870385809, 60.590287388860169 ], [ -0.884086281480517, 60.590906190782803 ], [ -0.885140252413658, 60.591471683479099 ], [ -0.885839981932421, 60.591403886233159 ], [ -0.887660785360306, 60.592075412461561 ], [ -0.888252546099281, 60.591855856201846 ], [ -0.889040072536784, 60.592580725546561 ], [ -0.890900451428318, 60.592900556326605 ], [ -0.894327788177831, 60.591872099272841 ], [ -0.896281327248758, 60.590585374477179 ], [ -0.897317955119615, 60.588344672133807 ], [ -0.896672685553282, 60.586925148209112 ], [ -0.895049607458805, 60.585811811799211 ], [ -0.892672354662328, 60.584871793154484 ], [ -0.891191644324504, 60.5846709629147 ], [ -0.889981112600035, 60.583511598252947 ], [ -0.887002101545915, 60.583361128496662 ], [ -0.885151772624535, 60.583031446498758 ], [ -0.884744324421657, 60.582673374982605 ], [ -0.883339508836812, 60.582922044163247 ], [ -0.882569928974611, 60.582745012507843 ], [ -0.882833706558635, 60.58303454737068 ], [ -0.881632265012685, 60.582678809259534 ], [ -0.881648112632971, 60.581956125090564 ], [ -0.880967964329885, 60.581568823317788 ], [ -0.87825087967904, 60.581766044248013 ], [ -0.878530629838464, 60.581593298502916 ], [ -0.877917692348511, 60.581637541275477 ], [ -0.877935995899338, 60.581372811525576 ], [ -0.875828183367914, 60.581368575365914 ], [ -0.875334703406783, 60.58060120190575 ], [ -0.874054768661809, 60.580145964166562 ], [ -0.874299911003826, 60.579919061123306 ], [ -0.875163097175366, 60.580025095797915 ], [ -0.874291344670573, 60.579640636758775 ], [ -0.875112973606939, 60.579104315996872 ], [ -0.874005301029222, 60.579207231098593 ], [ -0.873493308645897, 60.578973951138927 ], [ -0.873230212477344, 60.578406050404553 ], [ -0.87387742183535, 60.577899694052114 ], [ -0.873352987671962, 60.577500195076439 ], [ -0.872251775744772, 60.577419078057851 ], [ -0.873290265000918, 60.576942961725543 ], [ -0.872887712576239, 60.576450207156299 ], [ -0.870638743603577, 60.575793711387682 ], [ -0.870638351589155, 60.575281898467523 ], [ -0.868493267047062, 60.574267078453062 ], [ -0.867557919384366, 60.574142430124297 ], [ -0.867111344486035, 60.574650456600722 ], [ -0.865413783790113, 60.574146698451734 ], [ -0.865642429968522, 60.573609891147292 ], [ -0.866827945202728, 60.573884829281212 ], [ -0.86654220214859, 60.573186524768914 ], [ -0.865960385259586, 60.573127715836875 ], [ -0.86709821941234, 60.572939822282059 ], [ -0.866221566462874, 60.572703422628862 ], [ -0.866762173753505, 60.572636173384659 ], [ -0.866305367631762, 60.572133958755089 ], [ -0.864891291711175, 60.571875033255949 ], [ -0.864990201263634, 60.571655884382309 ], [ -0.866366840110109, 60.571681034114505 ], [ -0.865296035199878, 60.571519304157512 ], [ -0.866113364521416, 60.571364614898386 ], [ -0.865600767887852, 60.570632956554149 ], [ -0.865096675099958, 60.570440116136353 ], [ -0.862907164605388, 60.57070435251368 ], [ -0.863074333764412, 60.570360077686317 ], [ -0.862552784538791, 60.57040502618306 ], [ -0.862210527042629, 60.57002050024532 ], [ -0.861574341010136, 60.570212624896982 ], [ -0.860845766285927, 60.569919085806347 ], [ -0.860840356311895, 60.569294989518603 ], [ -0.86002535743016, 60.568866022110264 ], [ -0.86084445870992, 60.568141204922945 ], [ -0.86146754425404, 60.568061211573664 ], [ -0.861621586561167, 60.568349855995244 ], [ -0.862465788124168, 60.567688096832768 ], [ -0.863497631235508, 60.567656467661116 ], [ -0.862943454984858, 60.567332995351606 ], [ -0.863590601380405, 60.56682668781643 ], [ -0.865214496952337, 60.566557641007954 ], [ -0.866449094711929, 60.565944066656186 ], [ -0.867207184710697, 60.566174971792158 ], [ -0.867117449545992, 60.566914989774602 ], [ -0.86638718186019, 60.567191641274995 ], [ -0.867317314225109, 60.567720315840951 ], [ -0.86729990122288, 60.568478904853684 ], [ -0.869135153312103, 60.56816670532438 ], [ -0.869488506613134, 60.567451363980815 ], [ -0.870384612404267, 60.56712671202483 ], [ -0.870466719240514, 60.567387800548865 ], [ -0.871477961993477, 60.567423279218133 ], [ -0.872264882485409, 60.566828319184104 ], [ -0.874273297708635, 60.567303183781604 ], [ -0.874288518187187, 60.566602940501824 ], [ -0.875877325691072, 60.56655345760516 ], [ -0.874058411127425, 60.565613298918798 ], [ -0.87404144362023, 60.565051960754332 ], [ -0.874918577735337, 60.564745077355816 ], [ -0.874476715023553, 60.564337296761863 ], [ -0.875912909195256, 60.564739974528116 ], [ -0.876110163418618, 60.565100798097795 ], [ -0.87761051336502, 60.564969739148189 ], [ -0.878496159675542, 60.565206140539061 ], [ -0.879540909491318, 60.565062257371032 ], [ -0.877897118533821, 60.564595022515363 ], [ -0.878704834726839, 60.564184271883036 ], [ -0.879685599497407, 60.564834502732332 ], [ -0.882009311176264, 60.564894364879123 ], [ -0.882403517190676, 60.565364575264049 ], [ -0.883944805488955, 60.565368474181902 ], [ -0.883943118774843, 60.564888077800845 ], [ -0.883439612583008, 60.56494223694034 ], [ -0.883242122751348, 60.564585912229234 ], [ -0.884026734711495, 60.564578996690379 ], [ -0.883216188056401, 60.564015522019879 ], [ -0.884330737138248, 60.563432208518556 ], [ -0.884916587917712, 60.563899521459604 ], [ -0.885325182027104, 60.563422547281661 ], [ -0.88570365367254, 60.563820783783136 ], [ -0.886479269696061, 60.563544405766578 ], [ -0.886509540780432, 60.563194472792041 ], [ -0.887742755293728, 60.563402281047047 ], [ -0.886663908032863, 60.562948833267185 ], [ -0.88737175529957, 60.561989473585889 ], [ -0.889027629293156, 60.562636274548026 ], [ -0.889580986146433, 60.562456801313779 ], [ -0.88998204106574, 60.562729505710003 ], [ -0.89073905234338, 60.562461927867332 ], [ -0.891465636573421, 60.563083024320768 ], [ -0.894037492619804, 60.562816998725964 ], [ -0.894853334400928, 60.563497178953611 ], [ -0.893232802012285, 60.564480449690635 ], [ -0.894316694054488, 60.564255963751513 ], [ -0.893666326445088, 60.564605256437389 ], [ -0.894616367473394, 60.564828614727425 ], [ -0.894043381910139, 60.565048352332568 ], [ -0.894336006927148, 60.565293208694584 ], [ -0.895810775907312, 60.565107859623375 ], [ -0.895218739755713, 60.566153521136101 ], [ -0.896025082292278, 60.566312827679361 ], [ -0.895675323767533, 60.567207847345486 ], [ -0.896478503658303, 60.566657777025867 ], [ -0.896717519779031, 60.566870758549186 ], [ -0.895341009519321, 60.567649549829724 ], [ -0.897004670188924, 60.568080815212426 ], [ -0.897181801528779, 60.568504293595346 ], [ -0.898289035887179, 60.568401185138597 ], [ -0.898632316582817, 60.568767666689098 ], [ -0.898135208266682, 60.569437001126012 ], [ -0.898807832622022, 60.568971141967133 ], [ -0.899032267969819, 60.56934562241247 ], [ -0.899506051441594, 60.569093619899071 ], [ -0.899467677187741, 60.569685923159696 ], [ -0.900105860766837, 60.569965037428126 ], [ -0.901184444636274, 60.569363330348359 ], [ -0.902333936269265, 60.569628677674068 ], [ -0.903122927464831, 60.569226606109197 ], [ -0.904125488533708, 60.571138391630939 ], [ -0.904242066386933, 60.570928339111887 ], [ -0.904561270111404, 60.571200327202739 ], [ -0.905822095502365, 60.571143309802054 ], [ -0.906598704300206, 60.571648002066148 ], [ -0.906965598970555, 60.571318777000769 ], [ -0.908595998275476, 60.571664322896751 ], [ -0.909971790462627, 60.573341163066388 ], [ -0.909360357824, 60.573888388453291 ], [ -0.909846777545069, 60.573802565160847 ], [ -0.9104463116212, 60.575235122292348 ], [ -0.910932748782441, 60.575149295110144 ], [ -0.911554472596846, 60.575652695551732 ], [ -0.910950935955086, 60.576235908614251 ], [ -0.911580461117014, 60.576236545455238 ], [ -0.910402919099183, 60.577066495420091 ], [ -0.912182155748745, 60.577336886420724 ], [ -0.912269674649376, 60.577719208005497 ], [ -0.911112453723752, 60.578486476220725 ], [ -0.911986134482275, 60.578282580993879 ], [ -0.912434993299627, 60.578501729942147 ], [ -0.912964594437206, 60.578218707244282 ], [ -0.913426881754752, 60.578581626727313 ], [ -0.912957359477608, 60.578434145526479 ], [ -0.912773036542158, 60.578760381995181 ], [ -0.913181279093189, 60.579374276039474 ], [ -0.914327762299172, 60.579742751831326 ], [ -0.913587699071866, 60.580042926048876 ], [ -0.914718230041322, 60.581160120627146 ], [ -0.913139548730498, 60.581703998448283 ], [ -0.914126879456802, 60.583826583628827 ], [ -0.914563092789799, 60.584153370492643 ], [ -0.915736930046195, 60.583983312912387 ], [ -0.915277238403986, 60.584356704203358 ], [ -0.916054357079272, 60.584587481614818 ], [ -0.915494147799309, 60.584964548339705 ], [ -0.916448757644465, 60.585618777168001 ], [ -0.917649559994304, 60.585462389626549 ], [ -0.917729076990571, 60.587178027599244 ], [ -0.918346390278505, 60.587277301853881 ], [ -0.917840726177709, 60.58793316935099 ], [ -0.919429171167402, 60.587923566078238 ], [ -0.918823168964849, 60.588304766166154 ], [ -0.919526509552519, 60.58856186318279 ], [ -0.919736547360895, 60.588285210280446 ], [ -0.920824193833714, 60.588240117492205 ], [ -0.919921875309425, 60.588475266655806 ], [ -0.920986483111688, 60.588847510885643 ], [ -0.920245391527369, 60.589447613359674 ], [ -0.921334872050066, 60.589348656908555 ], [ -0.921093854420804, 60.590828250732841 ], [ -0.921632109718063, 60.591110941357044 ], [ -0.922448622689783, 60.590987326781601 ], [ -0.921305973781117, 60.591858059129194 ], [ -0.92242829808937, 60.591871595943459 ], [ -0.923526280006009, 60.592616716857087 ], [ -0.923182043748338, 60.592811484019968 ], [ -0.92468799595951, 60.592819110792 ], [ -0.924885962812972, 60.593179862635353 ], [ -0.924230668759198, 60.593120719445977 ], [ -0.924935664144099, 60.594980553075729 ], [ -0.926574099377724, 60.596776044299688 ], [ -0.928481766165008, 60.597891267240904 ], [ -0.928273431107522, 60.598392421983995 ], [ -0.929914540238365, 60.599289991633853 ], [ -0.930373163069328, 60.599226317280255 ], [ -0.930313272464197, 60.5996568299757 ], [ -0.932665379481337, 60.600317616040414 ], [ -0.933840415988336, 60.601233863983694 ], [ -0.936103959854209, 60.601539212807616 ], [ -0.936356140569026, 60.601922824829678 ], [ -0.937210713812499, 60.601759016339429 ], [ -0.938282434110438, 60.602211985964061 ], [ -0.938640795185052, 60.603256390795217 ], [ -0.938025157920314, 60.603651069409487 ], [ -0.938837799369487, 60.603931376674382 ], [ -0.937761849557526, 60.604439128687787 ], [ -0.937917617215344, 60.604979103840961 ], [ -0.937316394403791, 60.604933924029751 ], [ -0.936745766746076, 60.605346912389209 ], [ -0.93696587297731, 60.605873931506501 ], [ -0.937644267091588, 60.606072368151771 ], [ -0.937336048497626, 60.606280926148202 ], [ -0.938536630402176, 60.606429631113734 ], [ -0.939023634259015, 60.607507378843792 ], [ -0.939342074039119, 60.607377015046161 ], [ -0.939680161706028, 60.607649961856346 ], [ -0.939116226201537, 60.60947271104309 ], [ -0.940119960147856, 60.610225022190292 ], [ -0.94248787145234, 60.610487986547462 ], [ -0.943255909482208, 60.61090978053884 ], [ -0.944145703352075, 60.610904234657042 ], [ -0.944915667723445, 60.610204562616914 ], [ -0.946223592458031, 60.610372001862267 ], [ -0.94774658743358, 60.609993403786405 ], [ -0.948172227318676, 60.610273302294218 ], [ -0.947709274339168, 60.610354064191867 ], [ -0.947726718323016, 60.610940526896613 ], [ -0.948992189263406, 60.612302702893857 ], [ -0.94820465204169, 60.612701465102894 ], [ -0.948570281567005, 60.613030274493269 ], [ -0.945854720003003, 60.613953493777537 ], [ -0.945172211602114, 60.614994162850657 ], [ -0.945678692325291, 60.615373474526066 ], [ -0.945471141563311, 60.616415192760698 ], [ -0.946129933325925, 60.616662814312456 ], [ -0.946245826298847, 60.617871395054301 ], [ -0.945640854093975, 60.618773503200416 ], [ -0.947059640723991, 60.620652293709838 ], [ -0.94412052215157, 60.621405815129627 ], [ -0.942650586895765, 60.622211293475779 ], [ -0.941606692024784, 60.623397241562103 ], [ -0.939977911305026, 60.623747998132458 ], [ -0.939772971019702, 60.624145937856021 ], [ -0.938593527516093, 60.624168015606166 ], [ -0.937715360409841, 60.624753658861387 ], [ -0.938343749704006, 60.62537370281624 ], [ -0.938168682207498, 60.625973903385002 ], [ -0.937761717446251, 60.625844968853741 ], [ -0.936090703348429, 60.626918148982952 ], [ -0.937045781124162, 60.627608137247947 ], [ -0.937987521577762, 60.627593165540397 ], [ -0.936870108192655, 60.627947941914584 ], [ -0.936221957549231, 60.628759876173994 ], [ -0.936922682953045, 60.630237990042581 ], [ -0.936246956188727, 60.63077584765373 ], [ -0.934058458005865, 60.630349895554225 ], [ -0.930589197546676, 60.628584795790445 ], [ -0.926853822671833, 60.627414571043104 ], [ -0.923405993526786, 60.626946913046353 ], [ -0.922055555269334, 60.627160517906496 ], [ -0.918974000274116, 60.62667324714235 ], [ -0.915096311080555, 60.627310805229925 ], [ -0.911404670053638, 60.62920233315112 ], [ -0.910524404573014, 60.629289450353625 ], [ -0.910372370666573, 60.62973267244552 ], [ -0.90947593643566, 60.629756798324713 ], [ -0.910622470734618, 60.628549482383576 ], [ -0.912766303832308, 60.627574736389413 ], [ -0.912386469849619, 60.626642325634727 ], [ -0.911262035237889, 60.626655631064374 ], [ -0.910894568028877, 60.62562903688012 ], [ -0.911619004411306, 60.625010890408653 ], [ -0.911353358894832, 60.624487948571783 ], [ -0.910288903914573, 60.624079720747915 ], [ -0.90543476164242, 60.623607304195851 ], [ -0.904927635576503, 60.623200913513294 ], [ -0.904510643528633, 60.623372591339148 ], [ -0.902328240191759, 60.623062891671928 ], [ -0.902752555930417, 60.622675784550765 ], [ -0.901706824230832, 60.622528032084524 ], [ -0.900323070919009, 60.621573872993949 ], [ -0.899288202055717, 60.621376806038356 ], [ -0.8991482546168, 60.62065733395962 ], [ -0.897576365257866, 60.620401960737802 ], [ -0.895093283240737, 60.620610447192554 ], [ -0.894724781746013, 60.620966564925325 ], [ -0.893317540670865, 60.620972892939307 ], [ -0.892729337189699, 60.621340656791986 ], [ -0.89245895075367, 60.620965789922899 ], [ -0.891945402280054, 60.62155415426141 ], [ -0.891640950490731, 60.621107171460487 ], [ -0.891338750188794, 60.621926248877273 ], [ -0.890319996089989, 60.621527217756871 ], [ -0.890537098250113, 60.621856752179369 ], [ -0.889776458711521, 60.621657395032749 ], [ -0.888852761441255, 60.622480288780551 ], [ -0.888656719619173, 60.62207011523298 ], [ -0.885870477845413, 60.622585690203046 ], [ -0.885054717462348, 60.623719233411776 ], [ -0.882515905848301, 60.62526489990271 ], [ -0.881648501516263, 60.626828985287489 ], [ -0.879894976552239, 60.628381162911843 ], [ -0.878241243370793, 60.628897076137612 ], [ -0.877341645174417, 60.629800905688406 ], [ -0.869064520332267, 60.632851443384162 ], [ -0.868132037940374, 60.632596637966131 ], [ -0.866600939295199, 60.632992229111949 ] ] ], [ [ [ -0.866023713657395, 60.633292628004043 ], [ -0.866791561782537, 60.633029759213549 ], [ -0.868059296046753, 60.633368220758548 ], [ -0.866984246182374, 60.633790119744539 ], [ -0.866648834909644, 60.633450566064887 ], [ -0.866023713657395, 60.633292628004043 ] ] ], [ [ [ -1.307662680838962, 60.636816810298996 ], [ -1.307794673214438, 60.636202467393503 ], [ -1.308159379253413, 60.636244755446057 ], [ -1.307947439242642, 60.635471511543237 ], [ -1.310445356673965, 60.632777389652048 ], [ -1.309105786247509, 60.63302188109072 ], [ -1.309191276202422, 60.632443210541624 ], [ -1.309831719041393, 60.632410599595261 ], [ -1.309697593340735, 60.631844264143162 ], [ -1.310590153193368, 60.631988029548232 ], [ -1.311370909657321, 60.630946055261759 ], [ -1.311092998042711, 60.630693228181272 ], [ -1.311624229855546, 60.630637600578304 ], [ -1.310937135450558, 60.630288394615555 ], [ -1.309750108764114, 60.630241876712105 ], [ -1.310341526882153, 60.629935167124522 ], [ -1.310214143701941, 60.629481097697912 ], [ -1.312233924864848, 60.629042565260434 ], [ -1.311821163871005, 60.628685794249485 ], [ -1.31450395101527, 60.630158560238236 ], [ -1.316108144251158, 60.629493379028496 ], [ -1.315723686479729, 60.628660905691262 ], [ -1.314610384991303, 60.628156905234377 ], [ -1.31493674770422, 60.627848818273627 ], [ -1.314272038006486, 60.627737673404951 ], [ -1.314900105047581, 60.626560219260597 ], [ -1.31423704146263, 60.626372765456154 ], [ -1.315366628271439, 60.625673736605748 ], [ -1.315309427019552, 60.625354708038842 ], [ -1.314471179574932, 60.62524267622728 ], [ -1.314077296801057, 60.624428106008011 ], [ -1.312839837512082, 60.624614796858857 ], [ -1.312659533853734, 60.624070672946317 ], [ -1.312185101892076, 60.624467778577213 ], [ -1.311127484657831, 60.623932609540311 ], [ -1.310301881484296, 60.624942927172761 ], [ -1.309615855556135, 60.62412234863038 ], [ -1.309245280830191, 60.625215812222997 ], [ -1.308124600845438, 60.624639890805433 ], [ -1.308145167011917, 60.623679298886302 ], [ -1.306053757837222, 60.623637048430645 ], [ -1.305370091878109, 60.623988152886689 ], [ -1.304418742638969, 60.622766627022578 ], [ -1.304181082001225, 60.624044827062093 ], [ -1.303551912478963, 60.624409673310907 ], [ -1.302735070355358, 60.623732034007809 ], [ -1.302417368332437, 60.622365647496402 ], [ -1.301216621352874, 60.621277475501515 ], [ -1.302043890720198, 60.620621872100429 ], [ -1.300728567627892, 60.620610517746833 ], [ -1.30058707251969, 60.620394294459629 ], [ -1.300711355190058, 60.619717067011102 ], [ -1.302561069007951, 60.619093733767379 ], [ -1.303542999516472, 60.618887851989378 ], [ -1.304038624676869, 60.619204677465923 ], [ -1.304228174542504, 60.618886926224675 ], [ -1.305634001337411, 60.618934629954964 ], [ -1.303468818789346, 60.618514858233119 ], [ -1.304713223416117, 60.617147617855288 ], [ -1.304091006153776, 60.616771776271577 ], [ -1.303792344449931, 60.617066513598267 ], [ -1.304157693937486, 60.616219945121117 ], [ -1.303196883531825, 60.615873763182378 ], [ -1.304103081672896, 60.615362214129533 ], [ -1.304432588876041, 60.61405755466766 ], [ -1.304356283661626, 60.613783313653229 ], [ -1.30362671243513, 60.613730137651935 ], [ -1.303906837765107, 60.613022292933358 ], [ -1.302619736519106, 60.613410646455719 ], [ -1.303184637245433, 60.612627969485381 ], [ -1.302971286436152, 60.611509034054741 ], [ -1.305782537648097, 60.609041089208098 ], [ -1.303842531139052, 60.609646038945975 ], [ -1.303982453758073, 60.609085609790235 ], [ -1.305454213721503, 60.608594949247099 ], [ -1.304907290333372, 60.608547216900405 ], [ -1.304872344013772, 60.608048727939156 ], [ -1.303586226144782, 60.60840118135755 ], [ -1.304083619113058, 60.607779762304411 ], [ -1.304576030361734, 60.607813747021737 ], [ -1.304026702985132, 60.607029760347892 ], [ -1.305148694019647, 60.606662982893695 ], [ -1.30590132749785, 60.605634359882444 ], [ -1.305250093313044, 60.605343667691429 ], [ -1.304059547538206, 60.605503583482182 ], [ -1.303477563369773, 60.604966333498382 ], [ -1.304566345743721, 60.604442264119193 ], [ -1.305849745585511, 60.60505946732696 ], [ -1.306701285560468, 60.604951650698361 ], [ -1.307590397446026, 60.603941682353216 ], [ -1.308591279849266, 60.603509604296001 ], [ -1.308345594196071, 60.602701165953327 ], [ -1.308872297871708, 60.60223790260661 ], [ -1.308792442121664, 60.601872962315205 ], [ -1.30679556399603, 60.600979145147789 ], [ -1.306011770616375, 60.601338712059231 ], [ -1.305032447652549, 60.601023869845491 ], [ -1.305831249665393, 60.600390541602785 ], [ -1.304958969092034, 60.599344504352921 ], [ -1.305291233273546, 60.598327167512721 ], [ -1.306020672050773, 60.59794487664454 ], [ -1.307490259432077, 60.597956980856416 ], [ -1.305990726324081, 60.597212971479756 ], [ -1.306333861835205, 60.59696335232983 ], [ -1.305538867968642, 60.596573151298301 ], [ -1.304454170987968, 60.596495688072324 ], [ -1.304953643652724, 60.596193013971799 ], [ -1.304481208793234, 60.596087305585584 ], [ -1.305067421759301, 60.595996077417475 ], [ -1.304442421023266, 60.595768366139083 ], [ -1.30400983925424, 60.595932219147215 ], [ -1.304633950471198, 60.595351860185396 ], [ -1.304347074954592, 60.595107948427156 ], [ -1.305143846139808, 60.594137918743684 ], [ -1.306592130970286, 60.593858120580393 ], [ -1.307819018500323, 60.592405463293893 ], [ -1.30881368379588, 60.592076605028964 ], [ -1.308959527770542, 60.591402173034403 ], [ -1.308009509749102, 60.591180879315452 ], [ -1.308580885438939, 60.590497874015078 ], [ -1.309812096893675, 60.590458441795825 ], [ -1.310091469642109, 60.590112413814097 ], [ -1.309188095398085, 60.589588792328236 ], [ -1.309929857427393, 60.589729992581788 ], [ -1.309974937048608, 60.589071200849254 ], [ -1.311176955471526, 60.58877122822566 ], [ -1.311146874047996, 60.58898386452325 ], [ -1.311926745452884, 60.588963636422342 ], [ -1.313909760074079, 60.587986184061151 ], [ -1.314351336920731, 60.587045702574912 ], [ -1.31702483481274, 60.585254695875257 ], [ -1.317600665641433, 60.584346314067133 ], [ -1.318398953083801, 60.58413938911491 ], [ -1.31895141025797, 60.583298221412271 ], [ -1.320421229394656, 60.583615457054094 ], [ -1.322405115048912, 60.586317284748695 ], [ -1.32441770267145, 60.586960451012011 ], [ -1.328454617963589, 60.58654891295425 ], [ -1.330461334324888, 60.585717685839626 ], [ -1.332817780785264, 60.585446637537594 ], [ -1.334711435564542, 60.584246663957586 ], [ -1.335755079018536, 60.583017305175396 ], [ -1.334510950448032, 60.58219138184085 ], [ -1.331893693925586, 60.578841016166294 ], [ -1.331581584243724, 60.578579079331519 ], [ -1.331004513186527, 60.578688425411798 ], [ -1.3311555872262, 60.578265394599569 ], [ -1.328428476513693, 60.57769236521824 ], [ -1.330819658299774, 60.577743857339954 ], [ -1.330099801293053, 60.576729270914889 ], [ -1.330503067310072, 60.576022884392764 ], [ -1.328979080660228, 60.577450913081883 ], [ -1.328387611286785, 60.577463207467709 ], [ -1.326625736102872, 60.578652083634452 ], [ -1.323534519962383, 60.578564654839283 ], [ -1.322902274345513, 60.577820726125417 ], [ -1.323450345223661, 60.576916667858868 ], [ -1.322639188019997, 60.57687664752023 ], [ -1.323945588364974, 60.575482606575335 ], [ -1.323336842299049, 60.575362806643938 ], [ -1.323934841850479, 60.573812544053943 ], [ -1.323536956841713, 60.573644428834434 ], [ -1.322619909692829, 60.57387322859153 ], [ -1.322689192634298, 60.573177742581684 ], [ -1.321670968315698, 60.573010967419727 ], [ -1.319629526367603, 60.573350759170857 ], [ -1.318179627906018, 60.574622816787254 ], [ -1.318735991743615, 60.573328252722305 ], [ -1.31797814703112, 60.573360303719426 ], [ -1.316391898769328, 60.574173740817898 ], [ -1.317260500234074, 60.572351044170262 ], [ -1.316499429667838, 60.572104735223327 ], [ -1.316169222014801, 60.571326402338471 ], [ -1.315597920550605, 60.571166354730508 ], [ -1.315209905787443, 60.571397810463182 ], [ -1.314871284788019, 60.571018976653676 ], [ -1.314271773845435, 60.571330152798502 ], [ -1.313685093688819, 60.571035339814358 ], [ -1.313881983527619, 60.569492038946564 ], [ -1.313313692024503, 60.568761858495876 ], [ -1.314049117435159, 60.568060816806693 ], [ -1.314229818795476, 60.566849638480583 ], [ -1.315437213817255, 60.56625426261305 ], [ -1.315187835845704, 60.565539190092672 ], [ -1.314374978934803, 60.565593384681335 ], [ -1.315276267212966, 60.565238861284932 ], [ -1.313922741209429, 60.564123069955514 ], [ -1.314178843854207, 60.562795556652482 ], [ -1.314950878876018, 60.562512200938826 ], [ -1.314201740667198, 60.562144728202192 ], [ -1.314059474036296, 60.560680492085361 ], [ -1.314533418951234, 60.560691901682247 ], [ -1.314260642184053, 60.560223617241391 ], [ -1.315499328346056, 60.559861844335231 ], [ -1.314193973721147, 60.559496011249728 ], [ -1.313679052718852, 60.557975990297244 ], [ -1.31475506995596, 60.55754156059394 ], [ -1.314045652255988, 60.557026143484244 ], [ -1.315343649235479, 60.556009240910406 ], [ -1.314663604974244, 60.556261645287478 ], [ -1.314599649331762, 60.555233270775851 ], [ -1.315999887252821, 60.554637981183298 ], [ -1.317159270251744, 60.554653785444287 ], [ -1.317775724361749, 60.553954808919919 ], [ -1.316746138927659, 60.550551159105744 ], [ -1.313566280435164, 60.550128135732763 ], [ -1.313112792776002, 60.550535229183239 ], [ -1.31271810461251, 60.550232417682679 ], [ -1.312779118445432, 60.549848448101514 ], [ -1.314628536682662, 60.549728653235412 ], [ -1.314686622036682, 60.549395845732462 ], [ -1.315245846254947, 60.549850334665081 ], [ -1.316367280763108, 60.549755515454123 ], [ -1.317449253787972, 60.549110098462748 ], [ -1.316302141831762, 60.546793148324646 ], [ -1.315454142341969, 60.546461986934325 ], [ -1.316677466556064, 60.545938511049521 ], [ -1.315972624153551, 60.545907969486422 ], [ -1.316340285134241, 60.545503120939209 ], [ -1.315281828605371, 60.545039794105868 ], [ -1.315267506881793, 60.544164308486998 ], [ -1.31623655087805, 60.544371288430348 ], [ -1.316868470625489, 60.544141076979805 ], [ -1.316366050744855, 60.543070953684961 ], [ -1.316696119198386, 60.542372311952661 ], [ -1.31590065113948, 60.542493942308809 ], [ -1.316715996966667, 60.541861531880869 ], [ -1.315468355044897, 60.541817436429973 ], [ -1.316217088860202, 60.541404663232662 ], [ -1.315437414083567, 60.541383611986994 ], [ -1.31588233630406, 60.541029440477658 ], [ -1.316257306370541, 60.541226195071545 ], [ -1.317161452698581, 60.540962358493715 ], [ -1.317804725941988, 60.540362282859135 ], [ -1.317382475202177, 60.539640941326986 ], [ -1.318193835186201, 60.539540034205721 ], [ -1.319015044167553, 60.538796305267226 ], [ -1.320225813755329, 60.538681259375949 ], [ -1.3206507555463, 60.537275577501127 ], [ -1.321509949351413, 60.536714291902626 ], [ -1.323126154830304, 60.537427308398811 ], [ -1.324707528997753, 60.537628349532639 ], [ -1.327450107161067, 60.537202231425383 ], [ -1.327332577073631, 60.537596697541666 ], [ -1.328797267676084, 60.537977572188417 ], [ -1.328467000933422, 60.538260533854135 ], [ -1.330439599359535, 60.540084106064029 ], [ -1.333938673290698, 60.540102490969574 ], [ -1.334278323387769, 60.540337626475718 ], [ -1.334225350163853, 60.540076983883921 ], [ -1.337069269349032, 60.539244443658227 ], [ -1.337987463150112, 60.538013544113269 ], [ -1.339333499195258, 60.537158263102704 ], [ -1.341665474556232, 60.536747780152936 ], [ -1.343681279326543, 60.537098882524894 ], [ -1.345072288162751, 60.537707271852085 ], [ -1.347120507104173, 60.540074168523148 ], [ -1.350761037523224, 60.540765297863281 ], [ -1.353212245260103, 60.541692997272825 ], [ -1.352198934213672, 60.539497320867468 ], [ -1.35664731140061, 60.533462773791165 ], [ -1.358137941923836, 60.532724722446716 ], [ -1.358735814293654, 60.531977883348596 ], [ -1.358250239037693, 60.529811717652585 ], [ -1.363699818495475, 60.528333874489171 ], [ -1.364504820177666, 60.527233342856832 ], [ -1.366079660079892, 60.526450711434478 ], [ -1.366884093910139, 60.526399757012506 ], [ -1.36485388622218, 60.526247360770348 ], [ -1.359571862001934, 60.52701046159617 ], [ -1.35265122858757, 60.529165183697572 ], [ -1.350031677122099, 60.529412843532974 ], [ -1.349062211353812, 60.529147744741046 ], [ -1.345794067972681, 60.529481945552732 ], [ -1.345360808936986, 60.529282294504846 ], [ -1.340801819377389, 60.529924292198849 ], [ -1.339795154865874, 60.529699346025716 ], [ -1.339272358503539, 60.529871843857485 ], [ -1.339366500526388, 60.529275233565322 ], [ -1.338190224393216, 60.529327772489225 ], [ -1.338016558779346, 60.52890940781375 ], [ -1.33702690656403, 60.529191815047753 ], [ -1.337160579774843, 60.528891695674638 ], [ -1.336648360208596, 60.5289924070347 ], [ -1.336545476846099, 60.528677645562382 ], [ -1.335809392402579, 60.528588691394731 ], [ -1.335172592974363, 60.528989560399836 ], [ -1.334925636089144, 60.528593273266559 ], [ -1.334307320211387, 60.528980762313246 ], [ -1.333986119780577, 60.528651442860884 ], [ -1.333759391415843, 60.529045370323715 ], [ -1.33314880374153, 60.529055791795315 ], [ -1.331873385352492, 60.528613957599852 ], [ -1.331999945689238, 60.529103923763202 ], [ -1.331179106000153, 60.529149199137088 ], [ -1.331136945155254, 60.528542933035432 ], [ -1.329965063584675, 60.528824375624772 ], [ -1.330434475394233, 60.52770889411979 ], [ -1.327980795761402, 60.526542823686711 ], [ -1.325601952394025, 60.52616720219492 ], [ -1.32617023695342, 60.525559525017975 ], [ -1.325350599133844, 60.525550898755121 ], [ -1.324750444276899, 60.525063021798957 ], [ -1.32369451214954, 60.525466206487039 ], [ -1.326498804077791, 60.523334488390063 ], [ -1.327934907568693, 60.523480889865212 ], [ -1.329074174298125, 60.523006261701141 ], [ -1.330046375945699, 60.523563325278985 ], [ -1.330410000414569, 60.523156622168543 ], [ -1.331526611622168, 60.523337297476516 ], [ -1.331741353633443, 60.523082481851667 ], [ -1.331972417656324, 60.523361974201769 ], [ -1.332462226632029, 60.523018746772813 ], [ -1.333255655801984, 60.523413278514631 ], [ -1.333925020905861, 60.523196642258277 ], [ -1.34184407520391, 60.523455870463209 ], [ -1.348213424592654, 60.523148608096577 ], [ -1.351303414415758, 60.522307092851371 ], [ -1.352132538089781, 60.521745466077483 ], [ -1.351799455994418, 60.520181576485349 ], [ -1.35043866833322, 60.518913474333424 ], [ -1.351649107581141, 60.518954371895873 ], [ -1.352903057889038, 60.52092406925734 ], [ -1.356915333661815, 60.518288479883452 ], [ -1.359614781700921, 60.51735869860601 ], [ -1.36300035456609, 60.516910695542293 ], [ -1.360658246545627, 60.516997371390666 ], [ -1.35662383384577, 60.515903261739709 ], [ -1.351959647078341, 60.517176322775285 ], [ -1.349555297106528, 60.519184818114148 ], [ -1.341607552489453, 60.519849799899411 ], [ -1.340051632077916, 60.519330341343782 ], [ -1.338614741916616, 60.519228958764103 ], [ -1.337544257341766, 60.519470565249364 ], [ -1.336586040556312, 60.519120133232477 ], [ -1.336602303737344, 60.518770048568875 ], [ -1.336197497847994, 60.518970055892702 ], [ -1.336326252165335, 60.518463404727228 ], [ -1.334780322847697, 60.518352460242973 ], [ -1.334952327044407, 60.517513817333231 ], [ -1.333548327182099, 60.51625879267916 ], [ -1.333734909418923, 60.51471091364769 ], [ -1.332104120643411, 60.514307709242608 ], [ -1.331048022302525, 60.515182327499254 ], [ -1.329058804245994, 60.514938905136155 ], [ -1.328571639860331, 60.512076767719989 ], [ -1.32646932655696, 60.511150362127502 ], [ -1.325243914330068, 60.510969092966981 ], [ -1.324980041685874, 60.511398733302357 ], [ -1.324571569095189, 60.511338306941489 ], [ -1.324109649067928, 60.510783784541815 ], [ -1.324693327779259, 60.508111107174642 ], [ -1.325992845172691, 60.506910047476147 ], [ -1.328275666608946, 60.507106510276138 ], [ -1.33038171358504, 60.506782185335219 ], [ -1.331158390874286, 60.506378448394479 ], [ -1.332686873311674, 60.506778461408771 ], [ -1.334981385429404, 60.506850065044659 ], [ -1.335646859426011, 60.506361349296888 ], [ -1.336328726127312, 60.506494929990374 ], [ -1.336543483273287, 60.506232025827195 ], [ -1.339088949348754, 60.505780454433321 ], [ -1.339870841767641, 60.504755372732255 ], [ -1.344071332898945, 60.503029732530486 ], [ -1.342403682478689, 60.502581577534777 ], [ -1.34111662345375, 60.50141250128582 ], [ -1.341346471255128, 60.501030248255908 ], [ -1.339584739281295, 60.501634785650502 ], [ -1.336845233548509, 60.501441634732572 ], [ -1.334383055317114, 60.502019278578949 ], [ -1.334708510563219, 60.500350876107461 ], [ -1.334020026380299, 60.498948573224602 ], [ -1.335914981090762, 60.495476099277923 ], [ -1.336347721396349, 60.493537968412788 ], [ -1.336009192153806, 60.49246962304418 ], [ -1.337252048458685, 60.490158412945064 ], [ -1.337328246768614, 60.488920636836632 ], [ -1.338478398040325, 60.487934202079799 ], [ -1.340441066858958, 60.487076578024393 ], [ -1.339654940796992, 60.487167864766526 ], [ -1.339646141131311, 60.486705421222297 ], [ -1.341974173541731, 60.486130613361311 ], [ -1.344694765442459, 60.483950516587008 ], [ -1.347746202602506, 60.483125960980445 ], [ -1.348829739861642, 60.482532376685995 ], [ -1.353037524167686, 60.48173398837563 ], [ -1.352922410939249, 60.480570696888627 ], [ -1.354283659100232, 60.479542053101596 ], [ -1.355855509820105, 60.47935660836211 ], [ -1.356389692439855, 60.478930904642965 ], [ -1.357195748824306, 60.479107179333113 ], [ -1.356362993690031, 60.478901146381638 ], [ -1.35569063507222, 60.479322591519818 ], [ -1.354227375456956, 60.479444811483084 ], [ -1.353776756176365, 60.47905116163485 ], [ -1.354833235532786, 60.478983546193845 ], [ -1.351691546343269, 60.478797727125794 ], [ -1.349759094508767, 60.479185181496248 ], [ -1.35134417799405, 60.479886944003525 ], [ -1.348623590328404, 60.479382561444581 ], [ -1.344983634998892, 60.479728380971252 ], [ -1.342048540295586, 60.479581059024717 ], [ -1.341564124241462, 60.479246459907898 ], [ -1.333840493413413, 60.47796638143199 ], [ -1.332055021708166, 60.478275301334364 ], [ -1.330726709976917, 60.479174593148215 ], [ -1.330476341137411, 60.480201393792726 ], [ -1.334402035728739, 60.482259184699977 ], [ -1.335349573262905, 60.483700490870994 ], [ -1.335392553024641, 60.485335716728379 ], [ -1.334228037892803, 60.486934397311714 ], [ -1.331887724658747, 60.488273989849588 ], [ -1.331819174677579, 60.48904132094664 ], [ -1.3302786964977, 60.490853572242891 ], [ -1.32826781629107, 60.492434484185615 ], [ -1.328277019418075, 60.493749901752444 ], [ -1.327285176854404, 60.495064767740757 ], [ -1.325636817864975, 60.495559255277286 ], [ -1.322431640578053, 60.497388137498717 ], [ -1.32131887932065, 60.497068232761052 ], [ -1.321534838777935, 60.496750588556068 ], [ -1.319343659357451, 60.4975160878287 ], [ -1.318784809992032, 60.497257346003124 ], [ -1.317868006020468, 60.497575896087341 ], [ -1.316954071421726, 60.497324310443666 ], [ -1.315867675747721, 60.497915827860062 ], [ -1.311630911147397, 60.496417061230645 ], [ -1.310340249577624, 60.495481108982602 ], [ -1.31018085301393, 60.493558852447876 ], [ -1.311232808269184, 60.49287292746731 ], [ -1.314376587331239, 60.493100109705011 ], [ -1.315154165695325, 60.492906570709152 ], [ -1.316426820613225, 60.492105014711761 ], [ -1.317811603307043, 60.490293920931407 ], [ -1.316802778105076, 60.48850649751693 ], [ -1.313021716535929, 60.485735129875806 ], [ -1.310994131196696, 60.484817832717233 ], [ -1.311699453260764, 60.484161539657578 ], [ -1.310975904753847, 60.483102812246493 ], [ -1.311468305613052, 60.482189528742907 ], [ -1.314893842315911, 60.481084823371553 ], [ -1.315980108273481, 60.479608914391818 ], [ -1.316813339882754, 60.479348311691759 ], [ -1.319906726565602, 60.479314729100814 ], [ -1.323574291958037, 60.480101044911677 ], [ -1.327727539874016, 60.480283647016307 ], [ -1.330088508687018, 60.479422793518999 ], [ -1.331122846621565, 60.478400822980454 ], [ -1.33068385265315, 60.477456760387646 ], [ -1.328046327966239, 60.476743169903081 ], [ -1.326018715423932, 60.475395123155415 ], [ -1.324688587167356, 60.473314325243635 ], [ -1.32467005643791, 60.471141392186738 ], [ -1.324956432295424, 60.469611976895884 ], [ -1.325864334414473, 60.468803996819844 ], [ -1.329199551380317, 60.467577259911124 ], [ -1.33177543835516, 60.466122172390072 ], [ -1.332367612190597, 60.464293486922493 ], [ -1.332029841317766, 60.463474736417332 ], [ -1.333172591212775, 60.461837354805212 ], [ -1.331976155342821, 60.460776373877195 ], [ -1.325452842761582, 60.458831087200807 ], [ -1.324559276466491, 60.458085823513393 ], [ -1.324511867922898, 60.457304437051839 ], [ -1.323552410331415, 60.456671066246791 ], [ -1.323877100998765, 60.455918501894679 ], [ -1.321554879669742, 60.454384820978063 ], [ -1.320108864834395, 60.452684972393264 ], [ -1.320009202543689, 60.451800061808633 ], [ -1.321327704821505, 60.450459971484833 ], [ -1.323530251937843, 60.44942963119761 ], [ -1.323451478235069, 60.448410148379978 ], [ -1.326863739857949, 60.448633924721001 ], [ -1.333096162491098, 60.448003505254334 ], [ -1.33451204744825, 60.448088692566522 ], [ -1.336047889904017, 60.448352240241739 ], [ -1.337589072005604, 60.449872813709348 ], [ -1.338189313478366, 60.454320244539403 ], [ -1.339259753492674, 60.455317696008287 ], [ -1.342124659866269, 60.456579893138262 ], [ -1.34446858479553, 60.456640815269544 ], [ -1.345638999714132, 60.456296393551419 ], [ -1.346012968555468, 60.456684310618577 ], [ -1.348128775465232, 60.455882097048871 ], [ -1.349643260518189, 60.45605559510215 ], [ -1.348427861525522, 60.45456369306207 ], [ -1.347762888456585, 60.455090185029576 ], [ -1.347430581378483, 60.454437605641353 ], [ -1.345010564215545, 60.45364908833789 ], [ -1.341816813226218, 60.45157724813771 ], [ -1.339148425919072, 60.452295816749213 ], [ -1.338346836870161, 60.451937184523139 ], [ -1.341185599903978, 60.451331707226487 ], [ -1.341881219250135, 60.444976432618489 ], [ -1.344360982467565, 60.442943300499685 ], [ -1.344734550884397, 60.441898220708083 ], [ -1.349973556794547, 60.440248437312995 ], [ -1.352186568581092, 60.439159316872455 ], [ -1.354182193332282, 60.438671577569906 ], [ -1.355563223651392, 60.438663893237397 ], [ -1.355766722481248, 60.438388332895201 ], [ -1.356280635197323, 60.438678132932793 ], [ -1.355743041482104, 60.43820774678494 ], [ -1.354673500461811, 60.438451284647172 ], [ -1.355006107688943, 60.437253340600172 ], [ -1.356314801539556, 60.435754835677557 ], [ -1.35628488975391, 60.434878370659874 ], [ -1.357320764747479, 60.433756541482538 ], [ -1.357675418025053, 60.43088057795439 ], [ -1.363273081163233, 60.429349656028563 ], [ -1.362833753549433, 60.428772889915152 ], [ -1.361454101535424, 60.425303203836641 ], [ -1.362750944594578, 60.420284925744902 ], [ -1.35935438355892, 60.418939794498776 ], [ -1.35712344962551, 60.417429607165857 ], [ -1.356132850783521, 60.415642549522012 ], [ -1.355943318196293, 60.413289208322283 ], [ -1.356872426867747, 60.413127588741474 ], [ -1.357491137459417, 60.412317998487254 ], [ -1.359543657732135, 60.411618558996231 ], [ -1.36305255760108, 60.411357035451957 ], [ -1.364367887709333, 60.411866123816736 ], [ -1.365931822650363, 60.411729914406394 ], [ -1.368528877197674, 60.413366494821076 ], [ -1.369674121907964, 60.413478762920761 ], [ -1.370000302144842, 60.41445000601292 ], [ -1.37081759458982, 60.414341632975848 ], [ -1.371919086938683, 60.412863545546543 ], [ -1.368663996679669, 60.413326730760403 ], [ -1.371512074900363, 60.412692827001649 ], [ -1.373438574242134, 60.411829167455032 ], [ -1.37305008512257, 60.410318018877412 ], [ -1.374220962908189, 60.408144388302773 ], [ -1.373733061149268, 60.407556683963371 ], [ -1.3727351634804, 60.407249407663834 ], [ -1.370955728977207, 60.407277832404063 ], [ -1.369604310667434, 60.406010833648779 ], [ -1.369727684318167, 60.405450247095786 ], [ -1.371221032661989, 60.405098153301346 ], [ -1.372771414040673, 60.4042327284576 ], [ -1.374004788292237, 60.404181962553132 ], [ -1.375383713967285, 60.403638935880167 ], [ -1.376404322551117, 60.403798150197481 ], [ -1.377684318880716, 60.403300428290557 ], [ -1.383394864398628, 60.40412967340211 ], [ -1.383798816803884, 60.403499440681948 ], [ -1.383013245742712, 60.403195018587063 ], [ -1.38238331286707, 60.403394121331665 ], [ -1.381937436830183, 60.402979032998097 ], [ -1.383076449662257, 60.40225254617409 ], [ -1.382721879972036, 60.400369862816284 ], [ -1.383560451229731, 60.39873063964896 ], [ -1.3842474348635, 60.39838813566746 ], [ -1.383701892830451, 60.397487741198425 ], [ -1.380343718525781, 60.396111887787754 ], [ -1.378141674788444, 60.39397366869224 ], [ -1.375460035698274, 60.393777957943712 ], [ -1.373058115525327, 60.396589589838605 ], [ -1.368453504948916, 60.398233397113998 ], [ -1.364055229560497, 60.398206190557524 ], [ -1.359729056294633, 60.399498162232597 ], [ -1.354617154556673, 60.399667439179211 ], [ -1.352857785387462, 60.400076416868536 ], [ -1.35213712710041, 60.4009079378773 ], [ -1.350765753945272, 60.401513612988246 ], [ -1.349514376922524, 60.40301593870371 ], [ -1.349574762034293, 60.403992222905103 ], [ -1.345594424675156, 60.407429550303405 ], [ -1.342040450978443, 60.408139327864951 ], [ -1.336350139616688, 60.408115599505187 ], [ -1.335692621907089, 60.408758793241198 ], [ -1.334406378351667, 60.408631161793508 ], [ -1.333307870260187, 60.409088076116056 ], [ -1.330340015771527, 60.409522132517253 ], [ -1.329115384243799, 60.41045784407757 ], [ -1.327564919388743, 60.410992346235979 ], [ -1.327434853305118, 60.411401121036832 ], [ -1.328446504942979, 60.411026421618864 ], [ -1.329804254006693, 60.411564798887241 ], [ -1.331936782633774, 60.410885938461888 ], [ -1.336406140181232, 60.410715225845749 ], [ -1.341387600057029, 60.409904915273152 ], [ -1.342601224321648, 60.410036610173535 ], [ -1.345669240757948, 60.411389541663539 ], [ -1.34556727785843, 60.412399148780295 ], [ -1.346734170594369, 60.41350925805736 ], [ -1.346375989440977, 60.4150742905871 ], [ -1.346865057757124, 60.416490838117831 ], [ -1.345097974223106, 60.417685316601741 ], [ -1.346142841245923, 60.419908191928073 ], [ -1.343668654009638, 60.421036329959129 ], [ -1.343048720759675, 60.422061340017095 ], [ -1.344236153464289, 60.423517250724821 ], [ -1.34364923737325, 60.425606404038184 ], [ -1.34409027563664, 60.426703978450583 ], [ -1.342687464740815, 60.427365983407206 ], [ -1.341639774452641, 60.42932715257075 ], [ -1.339585487719191, 60.429860204343839 ], [ -1.337149512172893, 60.43129368863228 ], [ -1.337397135355509, 60.431622642728811 ], [ -1.33408919825357, 60.435264988802665 ], [ -1.330362604913031, 60.437140833968087 ], [ -1.327530442375133, 60.437916707485748 ], [ -1.324860053158172, 60.437894234330351 ], [ -1.319289232691581, 60.437120676441076 ], [ -1.316009420253816, 60.437570785719252 ], [ -1.311622799321577, 60.440093681405145 ], [ -1.30058497032418, 60.442431769571357 ], [ -1.295483754010083, 60.443879225349882 ], [ -1.291565848142621, 60.443291012244273 ], [ -1.28564892885113, 60.441720488532432 ], [ -1.282952540463143, 60.439812396309073 ], [ -1.284131096890568, 60.439926474003741 ], [ -1.285267802793459, 60.437560384028352 ], [ -1.285026487818725, 60.436717780409495 ], [ -1.286004839063446, 60.436345915202935 ], [ -1.283367125206751, 60.43707430754062 ], [ -1.282288788217687, 60.436951783403053 ], [ -1.281770435686666, 60.436564701048823 ], [ -1.281116315764997, 60.437719436376639 ], [ -1.278924476769877, 60.437994921273997 ], [ -1.27835755379858, 60.439718470569943 ], [ -1.279171835313974, 60.440281354067857 ], [ -1.2811350194762, 60.440081849445527 ], [ -1.279851588235506, 60.440601977290704 ], [ -1.282481647655345, 60.439907731674282 ], [ -1.278615779408894, 60.441431219917675 ], [ -1.276576676601515, 60.443162052646727 ], [ -1.277846606863869, 60.444076688569176 ], [ -1.278485451109832, 60.443868247976368 ], [ -1.278029700533584, 60.444260846636432 ], [ -1.279403229784979, 60.445178721737186 ], [ -1.279364488096157, 60.446107813484495 ], [ -1.277474000293184, 60.448173472266717 ], [ -1.275678192579967, 60.446545759068123 ], [ -1.273006261997726, 60.44737522327501 ], [ -1.27163762468775, 60.446973587714758 ], [ -1.271830228941947, 60.446813021829456 ], [ -1.273023654604438, 60.447166113006389 ], [ -1.273572211110993, 60.446935654482147 ], [ -1.272660496166814, 60.446338086926801 ], [ -1.27273334412508, 60.445924563359455 ], [ -1.273759268296025, 60.446860353836513 ], [ -1.274854209757581, 60.446025815097755 ], [ -1.274396588317807, 60.445582554132216 ], [ -1.273341339249912, 60.445554361287215 ], [ -1.273971936641227, 60.445310880054045 ], [ -1.273202379484802, 60.444615323428692 ], [ -1.272244624921956, 60.444942314246894 ], [ -1.272682135382605, 60.444637627505621 ], [ -1.271874381008073, 60.444758024282478 ], [ -1.27284981880612, 60.444290165969967 ], [ -1.272475085813862, 60.443737723843967 ], [ -1.271383621156071, 60.443544108394015 ], [ -1.270989497717892, 60.4429664154082 ], [ -1.268426578095604, 60.44218738807421 ], [ -1.267718058118984, 60.44161424490958 ], [ -1.261933603242722, 60.442519737175644 ], [ -1.259714455086564, 60.443495101312877 ], [ -1.258868534224516, 60.444812078524855 ], [ -1.259866125038621, 60.44857343994375 ], [ -1.261322190662441, 60.449203741550427 ], [ -1.263307596723048, 60.449496656812286 ], [ -1.272242111755735, 60.453020488528004 ], [ -1.274038527565713, 60.455199544173354 ], [ -1.274192441369562, 60.456041690344797 ], [ -1.275693335962704, 60.457380498780452 ], [ -1.275378217462939, 60.457489225828859 ], [ -1.279111780402034, 60.458748521717034 ], [ -1.282033854516742, 60.457164270742183 ], [ -1.281702821068457, 60.456595032337205 ], [ -1.284457346258699, 60.457159335792305 ], [ -1.288098197331667, 60.457019893402197 ], [ -1.288572156494883, 60.457543188442429 ], [ -1.291321214243121, 60.458033694585524 ], [ -1.29212597917746, 60.458981631657565 ], [ -1.294217343882635, 60.459961517406427 ], [ -1.298004689280314, 60.460544467412795 ], [ -1.298200823716685, 60.460976477751352 ], [ -1.300959771620751, 60.462465268095166 ], [ -1.302111661748375, 60.46377859900393 ], [ -1.303085980809248, 60.463793568903135 ], [ -1.302456759660282, 60.464135960644946 ], [ -1.30393064428612, 60.466298547812144 ], [ -1.304145541334623, 60.468153770606165 ], [ -1.302826575099712, 60.468600309419998 ], [ -1.302368487396012, 60.469608018763104 ], [ -1.302911096056657, 60.470172023447795 ], [ -1.301318189547734, 60.470666498930967 ], [ -1.300859542992449, 60.471696646870861 ], [ -1.297007906540453, 60.471501324972088 ], [ -1.293983308866699, 60.471750226950832 ], [ -1.288464404429404, 60.474605769710678 ], [ -1.28802555539804, 60.475125989629703 ], [ -1.288591752372986, 60.475851795211973 ], [ -1.287674813342737, 60.476605604225682 ], [ -1.287975320272105, 60.477419780725761 ], [ -1.287217934296616, 60.478776010946817 ], [ -1.287943758958574, 60.479691223934381 ], [ -1.287292709025387, 60.481173723426153 ], [ -1.287779052290242, 60.481396297922899 ], [ -1.286372155541998, 60.483741201216482 ], [ -1.286977177733823, 60.483946455565665 ], [ -1.28689150427138, 60.484534102386881 ], [ -1.286486920072141, 60.484729471365391 ], [ -1.285409162418452, 60.484508216556812 ], [ -1.285017825171492, 60.484928119452761 ], [ -1.282950226681468, 60.484625219525633 ], [ -1.281260675114329, 60.485329938263511 ], [ -1.280765135587813, 60.485933331025493 ], [ -1.281428382762186, 60.48638583840323 ], [ -1.280215441611641, 60.48774855420271 ], [ -1.279379434438029, 60.487290618952869 ], [ -1.278567382846463, 60.48739397658742 ], [ -1.278069300908741, 60.486879497541359 ], [ -1.277427806885054, 60.487087025706586 ], [ -1.276205978205057, 60.486797576384099 ], [ -1.275469929422468, 60.485940605954063 ], [ -1.27261892436184, 60.485682673726174 ], [ -1.27324373332458, 60.485407737467604 ], [ -1.273321800856892, 60.484357653660503 ], [ -1.271543640187439, 60.483324387007109 ], [ -1.271062508528384, 60.481656208591524 ], [ -1.27044175598102, 60.481347540246588 ], [ -1.270408616088792, 60.479987083453622 ], [ -1.271255126182253, 60.478339624600046 ], [ -1.270556451737338, 60.47704736090548 ], [ -1.26171980921775, 60.476060486611502 ], [ -1.257999766616077, 60.480048857241776 ], [ -1.255201551576514, 60.481088270555517 ], [ -1.253754619406979, 60.482301295068801 ], [ -1.251787647063802, 60.483179176483283 ], [ -1.250198419707688, 60.483058023090798 ], [ -1.249414965400266, 60.483893130868225 ], [ -1.246522473401817, 60.485048557180271 ], [ -1.245138848751444, 60.486647932462006 ], [ -1.244789594243164, 60.488365384381879 ], [ -1.243748000437761, 60.489333679424696 ], [ -1.244174071621424, 60.49057515782453 ], [ -1.24332105361258, 60.4920383473968 ], [ -1.240535471103171, 60.492862039049562 ], [ -1.240354302444627, 60.493215668075678 ], [ -1.239203369842634, 60.493011581207973 ], [ -1.238071792360318, 60.493534872304593 ], [ -1.236350505383997, 60.493592376766145 ], [ -1.236026340851345, 60.493832947754903 ], [ -1.235666286613943, 60.493664779988059 ], [ -1.232741462917017, 60.494204682427643 ], [ -1.229718420347388, 60.494277059816362 ], [ -1.228973654800886, 60.494982080749203 ], [ -1.227649311768091, 60.494799339380471 ], [ -1.227128921301226, 60.494486560782377 ], [ -1.227126698318042, 60.493049948670198 ], [ -1.225843225078863, 60.492683361270949 ], [ -1.222970076531972, 60.49258136889577 ], [ -1.222726727315736, 60.491722481250726 ], [ -1.222260021215593, 60.491831997154137 ], [ -1.221405457127174, 60.491418481868919 ], [ -1.219791427616124, 60.490044286227359 ], [ -1.218063202348557, 60.489261999538662 ], [ -1.216419432294123, 60.488754038187402 ], [ -1.214206658375386, 60.488826327398804 ], [ -1.212868080098591, 60.48811809609149 ], [ -1.212219902783217, 60.487081713373705 ], [ -1.210632224942587, 60.486520138189384 ], [ -1.206511973419349, 60.483860433828447 ], [ -1.20553586665103, 60.480545944596734 ], [ -1.204360449740707, 60.479585394353961 ], [ -1.204441815065225, 60.479011236926652 ], [ -1.203173610398123, 60.478277285876928 ], [ -1.204031952623027, 60.47702717346322 ], [ -1.20398719267512, 60.474026193157634 ], [ -1.202345516558199, 60.472064397952792 ], [ -1.20119282242269, 60.471527752349161 ], [ -1.201241662410122, 60.470279990958247 ], [ -1.202510860128061, 60.469105074903332 ], [ -1.204443101946181, 60.469220765005815 ], [ -1.208005727706033, 60.468182463005405 ], [ -1.208877357902357, 60.466741149788632 ], [ -1.206418955698156, 60.467028236460088 ], [ -1.207065121843456, 60.466631623967253 ], [ -1.208886372399345, 60.466594848782854 ], [ -1.209732529315817, 60.466198511423464 ], [ -1.208615595524309, 60.465839921289493 ], [ -1.20715153456258, 60.462490214303614 ], [ -1.20875812504775, 60.458486225511578 ], [ -1.206936339280906, 60.45714654159805 ], [ -1.208135987136627, 60.456409325293279 ], [ -1.206796829407811, 60.456903283979869 ], [ -1.20606622623863, 60.457787840031592 ], [ -1.200418421894301, 60.460120022544963 ], [ -1.198066635466725, 60.461852285106943 ], [ -1.196655953904976, 60.462208337121297 ], [ -1.195674223517986, 60.462864160402766 ], [ -1.194311153691625, 60.463350667834185 ], [ -1.189911963614555, 60.463666118663426 ], [ -1.188909507087529, 60.464197859064811 ], [ -1.187654690824804, 60.463620068080246 ], [ -1.185742413043028, 60.463594043206079 ], [ -1.184169281427167, 60.462298662541507 ], [ -1.182338732029223, 60.461990254961634 ], [ -1.182147742872323, 60.462209963526099 ], [ -1.179439591336655, 60.460724393603584 ], [ -1.178373482269814, 60.4606055955187 ], [ -1.175791038004563, 60.456610237516848 ], [ -1.175923453033481, 60.455688927536769 ], [ -1.177323167975266, 60.454254666878441 ], [ -1.176846754672926, 60.453613330802142 ], [ -1.177628523247334, 60.453681005536815 ], [ -1.178232002828363, 60.453034656270951 ], [ -1.179707137038302, 60.452854283578702 ], [ -1.182968378920669, 60.451038127443347 ], [ -1.186617526986511, 60.450194872623591 ], [ -1.194104813898618, 60.447532309500417 ], [ -1.20250173051831, 60.445595773681227 ], [ -1.202702901451854, 60.444802349581934 ], [ -1.201939426686259, 60.444514051197643 ], [ -1.191316846017827, 60.444531760509726 ], [ -1.178366569416942, 60.446697309334787 ], [ -1.17537827385131, 60.446642948107559 ], [ -1.174949896903086, 60.446335016918546 ], [ -1.174222249627378, 60.446361938913654 ], [ -1.174337335911983, 60.445765556829443 ], [ -1.172915936668071, 60.445559213073707 ], [ -1.17280706642424, 60.445194893501515 ], [ -1.173494277242762, 60.444970193558788 ], [ -1.171660764333338, 60.444177654443955 ], [ -1.171762007827102, 60.443769744586945 ], [ -1.170869400721543, 60.443853986015256 ], [ -1.169652096236343, 60.44348725610002 ], [ -1.168984797528696, 60.442576232291771 ], [ -1.167364272329048, 60.441991474314648 ], [ -1.165102664119412, 60.439835868040532 ], [ -1.164794661103835, 60.438738514667676 ], [ -1.165128936981964, 60.437748441023615 ], [ -1.166208225143473, 60.437108715103072 ], [ -1.171655600537431, 60.437596104853817 ], [ -1.174279298900546, 60.437307098145347 ], [ -1.175437844536725, 60.437475888187166 ], [ -1.184133529147726, 60.435230793435203 ], [ -1.184486019378805, 60.434213848196862 ], [ -1.183425750272804, 60.433026636221996 ], [ -1.183714153486112, 60.432754546778092 ], [ -1.183597744357707, 60.433050136805797 ], [ -1.186324673059488, 60.434427107401078 ], [ -1.190181378769083, 60.433121718135688 ], [ -1.192370608231551, 60.432017130015993 ], [ -1.190270190519274, 60.430280445640463 ], [ -1.193036239686732, 60.431913414539174 ], [ -1.194313777731854, 60.431674222947059 ], [ -1.192003817125968, 60.431058658059918 ], [ -1.190477228450359, 60.429989889784522 ], [ -1.187705281525439, 60.43079010514947 ], [ -1.187331948433535, 60.431191879033939 ], [ -1.183249476238167, 60.432087263880014 ], [ -1.182348268856856, 60.432889838308434 ], [ -1.179434939752217, 60.433154772653012 ], [ -1.17637273182481, 60.433917051739414 ], [ -1.172993294370836, 60.433572890577047 ], [ -1.172496148013052, 60.43276170576501 ], [ -1.173162690401067, 60.432267513292672 ], [ -1.173100366444953, 60.431144765667433 ], [ -1.176138223021269, 60.428465419160304 ], [ -1.172250591163986, 60.427413251361379 ], [ -1.171594337752243, 60.426434964233003 ], [ -1.168927645039456, 60.424882972168518 ], [ -1.168384220935049, 60.423047886286895 ], [ -1.166979803643322, 60.422217546054412 ], [ -1.167259826698952, 60.421209168725134 ], [ -1.168075362698377, 60.420563290922786 ], [ -1.167499142794928, 60.420016468799986 ], [ -1.174266628011861, 60.420610772357556 ], [ -1.176942157127941, 60.420371423393476 ], [ -1.1804397567182, 60.42065785448321 ], [ -1.189848134063183, 60.423148653870541 ], [ -1.191119377164366, 60.424247308555159 ], [ -1.190956492080127, 60.424955651279731 ], [ -1.193933162822153, 60.426868227785434 ], [ -1.190808226487611, 60.429462146059777 ], [ -1.190979365035553, 60.429885191733796 ], [ -1.19267287943427, 60.430815792813696 ], [ -1.195235454226784, 60.431500212849649 ], [ -1.204562604258233, 60.42782098894186 ], [ -1.211087346518413, 60.423531956846361 ], [ -1.214939831022752, 60.421929531011848 ], [ -1.22367747809606, 60.419156863142248 ], [ -1.227915514997166, 60.417327350321465 ], [ -1.228812937671426, 60.416618728101319 ], [ -1.228531401055114, 60.41547229563448 ], [ -1.229037018854764, 60.414438164687184 ], [ -1.229816673492733, 60.414483077697554 ], [ -1.239260714917197, 60.4116398518984 ], [ -1.250526161835952, 60.407274429625524 ], [ -1.255134583652337, 60.404988221793737 ], [ -1.255446232951161, 60.404455723068807 ], [ -1.258964843169482, 60.402413799259037 ], [ -1.258829551263721, 60.401433034812442 ], [ -1.258576814442719, 60.400242353960145 ], [ -1.258612707615495, 60.399860953146288 ], [ -1.257294281795973, 60.399341815923144 ], [ -1.258037814954504, 60.399364814493161 ], [ -1.259444311659759, 60.400081968278919 ], [ -1.259401536485638, 60.400287345838223 ], [ -1.258804174736637, 60.399900627499669 ], [ -1.258650117058327, 60.400132179425476 ], [ -1.258667975135784, 60.40026165664672 ], [ -1.260218601197948, 60.400589982630109 ], [ -1.259803239465916, 60.400659506262059 ], [ -1.260004504812518, 60.400987453876084 ], [ -1.259573355764263, 60.400952734640214 ], [ -1.259752438052135, 60.401378428626607 ], [ -1.261560317246097, 60.399123101554245 ], [ -1.26046775385449, 60.399366652804694 ], [ -1.259904427748855, 60.399239616639605 ], [ -1.260288978520979, 60.398927493096139 ], [ -1.258667468481472, 60.399048673087243 ], [ -1.259275539344163, 60.398803341554469 ], [ -1.259154768408268, 60.397888624261221 ], [ -1.258445257454825, 60.397727547049513 ], [ -1.258332108072169, 60.398394044951282 ], [ -1.25506515834731, 60.400797410632016 ], [ -1.253240290943449, 60.401710219348928 ], [ -1.250250134865728, 60.402227667052514 ], [ -1.248059319418386, 60.404046106623952 ], [ -1.246721345724755, 60.404608705409558 ], [ -1.236997764251137, 60.407256909139591 ], [ -1.227290108665566, 60.410850871898958 ], [ -1.219571624753286, 60.412793810671502 ], [ -1.217478611076131, 60.413764722011386 ], [ -1.203913064355116, 60.417980764650515 ], [ -1.19373174515487, 60.419962254101293 ], [ -1.193571588711939, 60.41946295723433 ], [ -1.192717573262537, 60.419484723633289 ], [ -1.192688572171046, 60.418456465867898 ], [ -1.191631358751598, 60.418252522032496 ], [ -1.191525203712287, 60.416676083563878 ], [ -1.18987906711431, 60.415696366913608 ], [ -1.189625581206754, 60.414572464284475 ], [ -1.190775736595732, 60.413587285987376 ], [ -1.197408833329392, 60.411122291477952 ], [ -1.211251885272155, 60.407357501953108 ], [ -1.215711076492565, 60.40573171123301 ], [ -1.221472693158705, 60.40434773792196 ], [ -1.223578328403657, 60.403273581885628 ], [ -1.224332054669667, 60.402108025441052 ], [ -1.223163633606135, 60.402624685905664 ], [ -1.221664515068165, 60.401634545629705 ], [ -1.219163579135947, 60.401634277537404 ], [ -1.219092652162283, 60.40103407283447 ], [ -1.218478665662905, 60.401284574769228 ], [ -1.216904904663184, 60.400841653730367 ], [ -1.210472672122852, 60.402805083530744 ], [ -1.207648195053531, 60.403268686101335 ], [ -1.202220205975041, 60.404798621433628 ], [ -1.196031544509223, 60.407342854138562 ], [ -1.188778019638799, 60.409233842817983 ], [ -1.182851274928717, 60.411392970599316 ], [ -1.176678448731013, 60.413200139649135 ], [ -1.169567193932139, 60.414399593106872 ], [ -1.168287526281998, 60.413318631794255 ], [ -1.16938161134192, 60.412063917988483 ], [ -1.168513859807479, 60.411919332867818 ], [ -1.168953937611114, 60.41139232192026 ], [ -1.168755626882106, 60.409914052392651 ], [ -1.167868982234493, 60.408022944031998 ], [ -1.168635417700641, 60.406797615580338 ], [ -1.168200673303321, 60.405694983531156 ], [ -1.170919081719495, 60.403723094759734 ], [ -1.170439327070059, 60.402961388896685 ], [ -1.167893080654049, 60.402456158154578 ], [ -1.167345529446069, 60.401509948987872 ], [ -1.166262717927496, 60.400915056584481 ], [ -1.166728638710295, 60.400437598493134 ], [ -1.169864315810562, 60.399882522915377 ], [ -1.170637439781203, 60.399097192080475 ], [ -1.169797840459089, 60.39821651610432 ], [ -1.170218017168986, 60.398106897307954 ], [ -1.169514274178225, 60.397949869948 ], [ -1.168608320230748, 60.397894834774078 ], [ -1.166712960534484, 60.398565391721739 ], [ -1.166346038043911, 60.398010891193486 ], [ -1.166964305365156, 60.397606217090647 ], [ -1.166015760259794, 60.397443150564541 ], [ -1.166926203048609, 60.392348806868014 ], [ -1.166631324878556, 60.391462535794766 ], [ -1.167217960869787, 60.390159767761588 ], [ -1.166022300899554, 60.38760675319628 ], [ -1.167231073963063, 60.3860923839731 ], [ -1.16755815122129, 60.383511182779948 ], [ -1.166531992714807, 60.382212692018499 ], [ -1.166638282791381, 60.381601889893183 ], [ -1.167444043820295, 60.381371681085845 ], [ -1.164936639723386, 60.37991216361052 ], [ -1.16564419488943, 60.379833094407509 ], [ -1.165737457482915, 60.379519414913233 ], [ -1.165038859146685, 60.378185251187737 ], [ -1.163933570423156, 60.377437550874447 ], [ -1.161934286226474, 60.379655359342749 ], [ -1.161750997943034, 60.381212954832471 ], [ -1.162575077099194, 60.383026503510244 ], [ -1.161949086296301, 60.383881852615694 ], [ -1.16480747960911, 60.383754350325674 ], [ -1.164643924864187, 60.383978696442824 ], [ -1.162746793218436, 60.384110446315226 ], [ -1.162047092496872, 60.384515486314712 ], [ -1.162324277579651, 60.387143576461831 ], [ -1.160707233746158, 60.389355688749092 ], [ -1.15596593443845, 60.3913459937434 ], [ -1.155376842166511, 60.392024660582095 ], [ -1.155329505315872, 60.391400322518543 ], [ -1.153545806872522, 60.391267782981842 ], [ -1.153806723712676, 60.392050610751774 ], [ -1.152409004014647, 60.392773509360886 ], [ -1.152389668955444, 60.393168460745748 ], [ -1.153062420372076, 60.393114376824947 ], [ -1.153228355551999, 60.393362353286335 ], [ -1.151030214627083, 60.394160957526346 ], [ -1.14947508907379, 60.394303679182315 ], [ -1.151283657594705, 60.394880889690839 ], [ -1.153857793114003, 60.394978076696567 ], [ -1.153970056387572, 60.393798056476932 ], [ -1.155474060413663, 60.392124045604987 ], [ -1.156067718231049, 60.392320855996402 ], [ -1.153959577707134, 60.394202043162615 ], [ -1.155430271132014, 60.395567198881203 ], [ -1.156039032645722, 60.396935858466577 ], [ -1.15289128841262, 60.40145025093269 ], [ -1.152919278942779, 60.402119360821359 ], [ -1.151265683502068, 60.403590363619948 ], [ -1.149263913336681, 60.404138780818549 ], [ -1.147196664104863, 60.403371332062925 ], [ -1.145141444813446, 60.403533250199182 ], [ -1.143785817894466, 60.404009408722565 ], [ -1.14346345749458, 60.401080194996453 ], [ -1.13994056700978, 60.400123685341555 ], [ -1.138729460145632, 60.400627662200662 ], [ -1.134727047931844, 60.400651110523462 ], [ -1.133256544148056, 60.401009689339098 ], [ -1.132769234032378, 60.401590151430376 ], [ -1.134017169402239, 60.402437803353024 ], [ -1.134204296316579, 60.403592817568004 ], [ -1.133203454046775, 60.403689567870479 ], [ -1.131629925731324, 60.402799381360779 ], [ -1.132612245758417, 60.40169238761937 ], [ -1.132515432850761, 60.400897117788261 ], [ -1.131129523387912, 60.401485188035295 ], [ -1.131323598467397, 60.402375372434918 ], [ -1.127880234888152, 60.402117626318081 ], [ -1.126097639653022, 60.402806305596023 ], [ -1.124169906293501, 60.402611373011482 ], [ -1.122993598854543, 60.40315853597059 ], [ -1.123474794055443, 60.404028174805518 ], [ -1.121746439688158, 60.404380441404676 ], [ -1.122277244461762, 60.405901387816961 ], [ -1.123845749254129, 60.405826411405677 ], [ -1.12554543976234, 60.406612463825013 ], [ -1.126363693731774, 60.408049978466266 ], [ -1.125869174126955, 60.408552251358607 ], [ -1.126341045764637, 60.408691826682386 ], [ -1.128346882441073, 60.4078806941503 ], [ -1.130193966335092, 60.407845176509916 ], [ -1.131190970142166, 60.407012147670009 ], [ -1.130457588029766, 60.40687716830881 ], [ -1.130512706330404, 60.405831477701625 ], [ -1.131263648185818, 60.405306616886627 ], [ -1.131573297497333, 60.406969745353926 ], [ -1.133856030527599, 60.40713724697526 ], [ -1.133221667960982, 60.409148899703737 ], [ -1.133591378947704, 60.409923495227396 ], [ -1.136387696239933, 60.411270534690381 ], [ -1.136871648181296, 60.411848323723305 ], [ -1.135674429024458, 60.412837227741598 ], [ -1.131693055376207, 60.413718218785469 ], [ -1.12956391220064, 60.414920977518072 ], [ -1.129035539271313, 60.416008469095722 ], [ -1.126760428529323, 60.417228187570196 ], [ -1.124870197385605, 60.417633309942815 ], [ -1.121443386447962, 60.419801630669113 ], [ -1.120688065499727, 60.4208741252097 ], [ -1.120822158499973, 60.422298175705656 ], [ -1.121017528205063, 60.422797796767838 ], [ -1.122257481351107, 60.423286342913599 ], [ -1.11995279240209, 60.424564115676795 ], [ -1.120036224790414, 60.426854301299336 ], [ -1.118734178879206, 60.429328381024234 ], [ -1.117592883362074, 60.429549794161339 ], [ -1.11642906133902, 60.428927026078412 ], [ -1.115782075519475, 60.428002392335699 ], [ -1.113498709641423, 60.427807646527427 ], [ -1.110444730272361, 60.426766391366137 ], [ -1.109744628341401, 60.425201171783222 ], [ -1.108773599769786, 60.424380289407779 ], [ -1.109021939480464, 60.423933000973349 ], [ -1.109686047338089, 60.423822507937629 ], [ -1.110834035540752, 60.424082480641481 ], [ -1.111863611442693, 60.423556892190966 ], [ -1.112590062093321, 60.422490539575101 ], [ -1.113572244415857, 60.422102000861592 ], [ -1.112659863544331, 60.418594128806134 ], [ -1.114705246150472, 60.417498828359648 ], [ -1.114700574619953, 60.416668241871967 ], [ -1.113896274750057, 60.415863767024966 ], [ -1.112485613860459, 60.415324619467526 ], [ -1.111644305168835, 60.415547977689286 ], [ -1.11005461813664, 60.415250043169578 ], [ -1.109882539005925, 60.416232092778515 ], [ -1.108953358011761, 60.416679321833726 ], [ -1.108234255461177, 60.417743010961821 ], [ -1.107483630802093, 60.417966950038249 ], [ -1.105806292344166, 60.417551651384564 ], [ -1.105212887486671, 60.418001107283288 ], [ -1.103887868444777, 60.417651002434589 ], [ -1.101766061358364, 60.418211373344569 ], [ -1.099877645752075, 60.417879877364051 ], [ -1.099418641281163, 60.417405378967224 ], [ -1.098539154052498, 60.418018983372185 ], [ -1.097738709933916, 60.417744196473237 ], [ -1.096896860994452, 60.418308660521511 ], [ -1.097840566566971, 60.418656254299933 ], [ -1.098489183264842, 60.418512490151848 ], [ -1.098114521476289, 60.418927478471581 ], [ -1.099518479573387, 60.419049209778663 ], [ -1.099026573159267, 60.419764204643087 ], [ -1.099941059869779, 60.419988573438012 ], [ -1.099086154820265, 60.420499089091706 ], [ -1.097355271105586, 60.420573575463557 ], [ -1.099676689292821, 60.421209726426895 ], [ -1.099123862833492, 60.42235350576096 ], [ -1.099587903491759, 60.422779552010141 ], [ -1.098997821327719, 60.423167946025579 ], [ -1.101823385032748, 60.422521674721494 ], [ -1.104649432848215, 60.422646641884903 ], [ -1.101031799556793, 60.422842275009494 ], [ -1.099262740609928, 60.423373559736284 ], [ -1.099179188040746, 60.425147243030572 ], [ -1.100058513319515, 60.425795180587642 ], [ -1.099836203931752, 60.426544322484574 ], [ -1.09796313885961, 60.427150311717583 ], [ -1.097070822604971, 60.427626441576479 ], [ -1.097197918454391, 60.428021479942409 ], [ -1.090392927413196, 60.431104394054891 ], [ -1.089448748134429, 60.436611046195878 ], [ -1.086337872718888, 60.438372091395699 ], [ -1.085141790917259, 60.43793738725148 ], [ -1.08392730223701, 60.438158011935592 ], [ -1.082012496445213, 60.437116746522939 ], [ -1.079402569595299, 60.437852985288984 ], [ -1.077422454655202, 60.440084046473316 ], [ -1.074580162235381, 60.441631183208223 ], [ -1.074076785075757, 60.443037390764353 ], [ -1.071943727411018, 60.443278462240613 ], [ -1.071555386279209, 60.443832456520511 ], [ -1.072164827487307, 60.443809761823303 ], [ -1.072107376000228, 60.444550129209247 ], [ -1.071229693501543, 60.44569333002903 ], [ -1.069586813331576, 60.445628002578225 ], [ -1.071081445907342, 60.443883029504228 ], [ -1.069685017575863, 60.443145994547166 ], [ -1.070594762482297, 60.44278868958407 ], [ -1.070000430360099, 60.442919230416294 ], [ -1.069650780629802, 60.442436414563161 ], [ -1.067682185720216, 60.445183706937605 ], [ -1.066089608963904, 60.445899861139516 ], [ -1.066010237516225, 60.44676577882732 ], [ -1.064197166923446, 60.447561177224188 ], [ -1.060250451619722, 60.447026107187185 ], [ -1.059475067670755, 60.447128388447666 ], [ -1.059782308026452, 60.447817449291655 ], [ -1.059180831308046, 60.447876059986804 ], [ -1.05914746824398, 60.447144035375139 ], [ -1.057082981714633, 60.44688701934566 ], [ -1.056053429555934, 60.447292769632497 ], [ -1.056028590683417, 60.447835824070438 ], [ -1.054281648117135, 60.447908746393807 ], [ -1.053847129627647, 60.448475831419259 ], [ -1.053365836606744, 60.448463436558605 ], [ -1.053486198462121, 60.449012010850467 ], [ -1.051692570647687, 60.449749015375083 ], [ -1.049172377869722, 60.448599712961141 ], [ -1.049791404496867, 60.447629901765922 ], [ -1.050802742941404, 60.447228559294494 ], [ -1.050928524341621, 60.446654797296823 ], [ -1.050476741908052, 60.446566280225177 ], [ -1.051657860623481, 60.445326601844094 ], [ -1.051629839518835, 60.444105255497256 ], [ -1.054236156241074, 60.442907110696687 ], [ -1.053405876210438, 60.442712659185148 ], [ -1.054131454612064, 60.441819906286277 ], [ -1.053641748155008, 60.441475228368482 ], [ -1.050660505354589, 60.441512397826521 ], [ -1.051953570263865, 60.44078980797682 ], [ -1.051005923773153, 60.440572058935594 ], [ -1.051815362541025, 60.439608082942094 ], [ -1.051458956075968, 60.439367603424309 ], [ -1.048422183820326, 60.440378551907926 ], [ -1.047786828803787, 60.440046280929742 ], [ -1.049114003383821, 60.439400283840953 ], [ -1.049852462284941, 60.438067672829007 ], [ -1.050863948333229, 60.437962639893797 ], [ -1.051987432809605, 60.435883008670672 ], [ -1.052562498051508, 60.435788327501335 ], [ -1.052584891529654, 60.434706513095236 ], [ -1.053776388718462, 60.434342345800218 ], [ -1.053834154201384, 60.43329220884776 ], [ -1.055115099116205, 60.432973559845401 ], [ -1.055473152854681, 60.431903102820144 ], [ -1.059979759844705, 60.430282817592776 ], [ -1.063990701658734, 60.428196482035766 ], [ -1.064332400331842, 60.428315608464835 ], [ -1.066332114652307, 60.427624777420718 ], [ -1.066360751634397, 60.426942572039295 ], [ -1.068333962456627, 60.426538854549378 ], [ -1.067208587236557, 60.425561248619836 ], [ -1.069703056879407, 60.425345228276264 ], [ -1.069088215412145, 60.425251145108994 ], [ -1.069626002057247, 60.424545557215062 ], [ -1.069136233368218, 60.424524179412856 ], [ -1.07098508964329, 60.42433505136583 ], [ -1.071521668567116, 60.423669853180904 ], [ -1.069918777619326, 60.423515012676496 ], [ -1.070672140907261, 60.421935469730613 ], [ -1.071685108441401, 60.421439703890513 ], [ -1.072171636751901, 60.421573287810205 ], [ -1.074190480005908, 60.421147355267586 ], [ -1.074777967912686, 60.420603714683573 ], [ -1.078397890361552, 60.419425607918448 ], [ -1.079390531270381, 60.418678231090524 ], [ -1.078789560187476, 60.418418176061188 ], [ -1.080345847072839, 60.41764326076887 ], [ -1.080930041796519, 60.41688856384043 ], [ -1.081990863489294, 60.416294281555281 ], [ -1.082691163896818, 60.416572964108489 ], [ -1.083401982742865, 60.415832596678214 ], [ -1.085269294768455, 60.415288728630891 ], [ -1.084878865763188, 60.414644048172008 ], [ -1.08374453699402, 60.414950519070125 ], [ -1.08334050660402, 60.414790607510511 ], [ -1.084938612767631, 60.413486164967161 ], [ -1.084854907390549, 60.412910932798511 ], [ -1.085947802975778, 60.412460504195444 ], [ -1.085590053629661, 60.412269490203521 ], [ -1.086216262018006, 60.41162729658889 ], [ -1.08800650373486, 60.410907771725952 ], [ -1.089706064442042, 60.409532135225135 ], [ -1.091947433424852, 60.409228674214958 ], [ -1.093370809652799, 60.409615485784904 ], [ -1.093584443737939, 60.409114114455008 ], [ -1.096049184522835, 60.407626874386906 ], [ -1.098192168073274, 60.40759201187398 ], [ -1.097851548815203, 60.407109328817114 ], [ -1.098287600062827, 60.406438854763387 ], [ -1.097404033573089, 60.406226354569959 ], [ -1.097566993797027, 60.405913192978353 ], [ -1.100520436706734, 60.405776032533915 ], [ -1.101192254398266, 60.405439364097226 ], [ -1.100924613073611, 60.405271446545001 ], [ -1.103095217269214, 60.404886510931057 ], [ -1.104008981231997, 60.4056513854079 ], [ -1.105472993496347, 60.405548985448213 ], [ -1.106419034618611, 60.404145630242795 ], [ -1.108022897722674, 60.403572742814141 ], [ -1.108739604590702, 60.402585359500868 ], [ -1.112620637628241, 60.401363186053139 ], [ -1.114695417822702, 60.401484738070671 ], [ -1.115675364576631, 60.401823469539536 ], [ -1.116187593797445, 60.401674225813579 ], [ -1.118261150817171, 60.402312006130721 ], [ -1.121636260849265, 60.401530682145534 ], [ -1.121198216648032, 60.40027522397569 ], [ -1.121949789682742, 60.399997341585653 ], [ -1.123542052993432, 60.397812463630636 ], [ -1.12436111751739, 60.397045656844263 ], [ -1.127237764246078, 60.396013993518118 ], [ -1.127953651855653, 60.394689791516065 ], [ -1.130036679555973, 60.393127599702737 ], [ -1.130745509685723, 60.393082843007548 ], [ -1.13070733386002, 60.392813224157912 ], [ -1.132703107405306, 60.392817255390987 ], [ -1.132416313083029, 60.392343990748927 ], [ -1.133346358000263, 60.390459968253033 ], [ -1.135051769084681, 60.389092779400592 ], [ -1.134956621631226, 60.388575869499753 ], [ -1.137988391708641, 60.386094878053107 ], [ -1.138671732781934, 60.384604297349654 ], [ -1.141178818756027, 60.383426283152559 ], [ -1.141353972774037, 60.382973973595185 ], [ -1.140827723425127, 60.381260081391112 ], [ -1.139595518610908, 60.38018362510676 ], [ -1.13673782365658, 60.382966577304344 ], [ -1.135755032263375, 60.381721101061302 ], [ -1.135034388482273, 60.381536842152322 ], [ -1.134025634833179, 60.381615586571627 ], [ -1.132946731875553, 60.382627682826595 ], [ -1.131366416051084, 60.383052865728715 ], [ -1.130992825565577, 60.382913947515725 ], [ -1.131494704301962, 60.382321913726692 ], [ -1.130435079646315, 60.381857967392982 ], [ -1.129029721751051, 60.382116357499257 ], [ -1.127270733364483, 60.382032111338475 ], [ -1.127928473945232, 60.380835926842593 ], [ -1.130878041275406, 60.379391632413153 ], [ -1.13121048660275, 60.377668036367247 ], [ -1.132211951538888, 60.376835927363842 ], [ -1.132239524920995, 60.37511662648194 ], [ -1.131204263716063, 60.373541241564567 ], [ -1.129197352299625, 60.372911272229317 ], [ -1.130259180926176, 60.372260050818035 ], [ -1.131145931305049, 60.372530721605528 ], [ -1.132120298880813, 60.372370964825564 ], [ -1.133587774423454, 60.370370121012698 ], [ -1.133035797709125, 60.370125890046744 ], [ -1.132294048747599, 60.370473035246214 ], [ -1.132411553694949, 60.369940447345144 ], [ -1.129023563339052, 60.36936611579295 ], [ -1.12486798127754, 60.371323229163238 ], [ -1.123178045257084, 60.374158461469754 ], [ -1.123200195894519, 60.374616537564712 ], [ -1.124083777686703, 60.375073100176216 ], [ -1.12273961465142, 60.37589750406287 ], [ -1.122992295334181, 60.377427398037334 ], [ -1.122236328389967, 60.378562752344521 ], [ -1.119543590806606, 60.381702896298648 ], [ -1.116988150708825, 60.382498577225419 ], [ -1.115438694354632, 60.384119782230179 ], [ -1.115364393793653, 60.385856728974595 ], [ -1.112331327643201, 60.388655959391286 ], [ -1.111804454593676, 60.390349481152548 ], [ -1.110635692537085, 60.390961234127836 ], [ -1.110464120568555, 60.391597598592639 ], [ -1.109210223382526, 60.392002253245465 ], [ -1.108784020472432, 60.39332380722805 ], [ -1.107915906660106, 60.393883673963636 ], [ -1.106022101351981, 60.39346692099398 ], [ -1.106824284110176, 60.392996414568941 ], [ -1.105323856530969, 60.391801113689581 ], [ -1.105162273831421, 60.392069398903203 ], [ -1.103984856217103, 60.391998630211233 ], [ -1.103063383808146, 60.392517701059958 ], [ -1.102466655597087, 60.392114114663535 ], [ -1.101826711763788, 60.392621605320876 ], [ -1.100675219377586, 60.392268142862086 ], [ -1.099511384956807, 60.392691272938258 ], [ -1.098095270650046, 60.392722097098002 ], [ -1.09713329938753, 60.392078068467896 ], [ -1.096997618828472, 60.391408210662973 ], [ -1.096548831040937, 60.391562300327998 ], [ -1.096554922708693, 60.391342355302278 ], [ -1.095019977238436, 60.391080521711714 ], [ -1.095285391613111, 60.390669289155475 ], [ -1.09373106790543, 60.390779938982675 ], [ -1.0933197514835, 60.390238397190664 ], [ -1.092563836585412, 60.390345487113407 ], [ -1.092653874251852, 60.389717567635763 ], [ -1.091795256439699, 60.389603966890419 ], [ -1.090860332704692, 60.387671582999552 ], [ -1.089593417440761, 60.387564158951442 ], [ -1.089011279568223, 60.386972050464252 ], [ -1.086507766995513, 60.3869728599932 ], [ -1.085878074648445, 60.386137976762846 ], [ -1.084454423979951, 60.386446953641943 ], [ -1.084098841910606, 60.387481589648893 ], [ -1.083066110307168, 60.38743407755107 ], [ -1.082751311017984, 60.387984121796187 ], [ -1.082035101099126, 60.387970208071565 ], [ -1.081960173258044, 60.387731746563873 ], [ -1.08137871046287, 60.388086899460973 ], [ -1.081359592114776, 60.387799437715998 ], [ -1.079130823928246, 60.388026480198782 ], [ -1.078594661728598, 60.387739931380885 ], [ -1.078822965597979, 60.387364390097758 ], [ -1.077574367740141, 60.387252488598442 ], [ -1.07763289186116, 60.388069988737449 ], [ -1.076817048836951, 60.38805086734056 ], [ -1.076945996836064, 60.387661171827759 ], [ -1.075827662711818, 60.388394188932779 ], [ -1.075221423104793, 60.388340595851432 ], [ -1.075170917618262, 60.387882312761086 ], [ -1.07416743234182, 60.38776310218455 ], [ -1.074440113345418, 60.387423792947146 ], [ -1.073719204354011, 60.387575914530302 ], [ -1.073883443678699, 60.387222383523294 ], [ -1.073138517744472, 60.387262096567554 ], [ -1.073852519748294, 60.387033608019109 ], [ -1.073039369219409, 60.386601444806487 ], [ -1.072689271297937, 60.386792057545158 ], [ -1.073477837095562, 60.386173500616984 ], [ -1.07319985039637, 60.385103056733392 ], [ -1.075213640268531, 60.383815091069096 ], [ -1.076491970250587, 60.383832941375935 ], [ -1.076793345807914, 60.382156842682249 ], [ -1.078544596890081, 60.380712567100403 ], [ -1.079664450773623, 60.38062154193009 ], [ -1.079501112925974, 60.379982000963999 ], [ -1.080387902820162, 60.37921413235253 ], [ -1.079702351083814, 60.378570085987555 ], [ -1.08089066490582, 60.377462195083005 ], [ -1.080800300293657, 60.375905497734593 ], [ -1.081757412183209, 60.375082435402618 ], [ -1.080805170740638, 60.3748953853258 ], [ -1.080837830419835, 60.374443963235699 ], [ -1.079320490012975, 60.375069198227372 ], [ -1.078663477484334, 60.374702796521753 ], [ -1.078110957141149, 60.375388565311638 ], [ -1.077667836855746, 60.374833282989592 ], [ -1.077528502165629, 60.375207643261142 ], [ -1.076708313229249, 60.374904750565484 ], [ -1.075780878541922, 60.375315843317658 ], [ -1.075266989988957, 60.374571500782167 ], [ -1.076761635204083, 60.373019512899553 ], [ -1.075654691920682, 60.373047748602467 ], [ -1.075968149804961, 60.372223848607874 ], [ -1.076598111630966, 60.3723898429161 ], [ -1.076836790399759, 60.371964991573599 ], [ -1.075542448104612, 60.371888667114504 ], [ -1.075118026799116, 60.371508597655364 ], [ -1.075780205155445, 60.371176480380981 ], [ -1.075286872770434, 60.370988983393445 ], [ -1.075035775046954, 60.371211716301374 ], [ -1.074320389973296, 60.370542291441872 ], [ -1.07438553554572, 60.369523617539159 ], [ -1.075027610507997, 60.36893994972209 ], [ -1.074607844203192, 60.368717044729657 ], [ -1.075293691763776, 60.368187554478631 ], [ -1.07468003655786, 60.36808901002756 ], [ -1.074892713191619, 60.365702048936207 ], [ -1.07566319438784, 60.363781384987213 ], [ -1.076963957970633, 60.362977802925393 ], [ -1.077667774004377, 60.361806419868749 ], [ -1.077107151020337, 60.36143888048543 ], [ -1.077468681917171, 60.360512049906504 ], [ -1.076863322246361, 60.358842229448811 ], [ -1.075123132123412, 60.359166865011709 ], [ -1.073981761148502, 60.358507943773965 ], [ -1.074082395847338, 60.357835210847632 ], [ -1.075491391654068, 60.356722617123815 ], [ -1.076619708941375, 60.356559847007823 ], [ -1.076515628018699, 60.357677023507122 ], [ -1.077640743026409, 60.357307703019956 ], [ -1.078777136595716, 60.357822892760517 ], [ -1.079717164502835, 60.356559750904104 ], [ -1.081408152177593, 60.356431358708726 ], [ -1.083034417512672, 60.354992448615754 ], [ -1.083514219034265, 60.355009222181991 ], [ -1.083816212363768, 60.355550047368915 ], [ -1.084144140522079, 60.354842955635775 ], [ -1.084642316255691, 60.355174120010787 ], [ -1.085241022871194, 60.354828051648127 ], [ -1.085695919404178, 60.355087081779502 ], [ -1.085840093606546, 60.354468514487991 ], [ -1.086601850139146, 60.3541235599629 ], [ -1.087448766953913, 60.354946467470626 ], [ -1.088854909751297, 60.355539742559522 ], [ -1.089598092565162, 60.355535849269728 ], [ -1.089689602547303, 60.35420308009639 ], [ -1.090512668358137, 60.355560060440752 ], [ -1.091637677794906, 60.355186132284885 ], [ -1.091483637439326, 60.354534096857606 ], [ -1.091970951709334, 60.354932502504163 ], [ -1.092819888182435, 60.354709325118797 ], [ -1.092774798031257, 60.355027775375341 ], [ -1.093292714253103, 60.35497743030988 ], [ -1.09394995856923, 60.355457797898232 ], [ -1.094189754022819, 60.355306785705842 ], [ -1.094368443427025, 60.35572552919237 ], [ -1.096131721447197, 60.355207750012582 ], [ -1.097081541131742, 60.355268071728176 ], [ -1.099423297803124, 60.354143595099472 ], [ -1.100761885111852, 60.352918022914174 ], [ -1.101432902154996, 60.352900107536719 ], [ -1.101299695115692, 60.353460400525023 ], [ -1.101672940753182, 60.353067840995841 ], [ -1.102141498542807, 60.353493019632069 ], [ -1.103031189844948, 60.353431675862197 ], [ -1.102081428033315, 60.352711434534918 ], [ -1.102719843424928, 60.351570907861344 ], [ -1.103452207009581, 60.351297492286889 ], [ -1.103317856942049, 60.350910486694069 ], [ -1.104289497937376, 60.350831728810974 ], [ -1.104641159137015, 60.350232497007468 ], [ -1.104944114309544, 60.35041860609676 ], [ -1.105172749196538, 60.349679369680103 ], [ -1.106620425494766, 60.349419723977249 ], [ -1.107383776600667, 60.349667281514321 ], [ -1.108473993766294, 60.349225636027136 ], [ -1.10900293107738, 60.348434530400404 ], [ -1.108467148335524, 60.348480326854514 ], [ -1.108520154450213, 60.348197841050144 ], [ -1.109056542611857, 60.347797374934572 ], [ -1.108392120369399, 60.347909652784061 ], [ -1.10922055947975, 60.347098104969803 ], [ -1.109857788885102, 60.34698564115623 ], [ -1.110527963234029, 60.347326837856222 ], [ -1.112530338726647, 60.346985533848468 ], [ -1.112810969818277, 60.346659668983527 ], [ -1.112272991969802, 60.346454051906036 ], [ -1.112993259219175, 60.345951537391144 ], [ -1.112950449763901, 60.346193687021319 ], [ -1.113671967137462, 60.345978507573548 ], [ -1.114848113313102, 60.346704662211259 ], [ -1.115591320933848, 60.346022704980257 ], [ -1.115222204518454, 60.345602724336949 ], [ -1.116566349510947, 60.345476969026194 ], [ -1.116604799385662, 60.346065353383842 ], [ -1.116715473107172, 60.345657540400055 ], [ -1.118183901876529, 60.345290158848933 ], [ -1.119957924849706, 60.346020228774762 ], [ -1.120376269179096, 60.345623426459639 ], [ -1.120675406284728, 60.346289854359611 ], [ -1.121510996365008, 60.34587335744277 ], [ -1.122229949574738, 60.34642582479016 ], [ -1.122528214473078, 60.345776809921013 ], [ -1.123472569478897, 60.346707877194667 ], [ -1.123320446348456, 60.347312961625803 ], [ -1.125459981306545, 60.34847635913507 ], [ -1.125800196265905, 60.349169981763204 ], [ -1.128937445101273, 60.34955330766126 ], [ -1.128897400603381, 60.349967877637866 ], [ -1.13003586731336, 60.350289591643559 ], [ -1.131302864720123, 60.35013983703945 ], [ -1.133988969336342, 60.349022392914414 ], [ -1.13680522021017, 60.349556087285031 ], [ -1.138766275530379, 60.349127024391613 ], [ -1.141026209888937, 60.349251175150208 ], [ -1.141166581326536, 60.348943202305826 ], [ -1.14482113137773, 60.349368100261024 ], [ -1.147143599973527, 60.350152507298219 ], [ -1.148077929995924, 60.350179143551834 ], [ -1.147982472824631, 60.35036529618165 ], [ -1.149151369786106, 60.349943577280079 ], [ -1.150503472177823, 60.350489160746477 ], [ -1.15327278895206, 60.349702289173095 ], [ -1.155671800744174, 60.350829133824085 ], [ -1.157247865961576, 60.350917241143812 ], [ -1.158198085975307, 60.351312944243105 ], [ -1.160069198973258, 60.351344520392821 ], [ -1.161156706928651, 60.352111901569479 ], [ -1.163320193395972, 60.352262899271707 ], [ -1.16464797123213, 60.35292221778932 ], [ -1.165731754775739, 60.353061007255803 ], [ -1.169476232472323, 60.352687555164991 ], [ -1.169833960083385, 60.351874494052431 ], [ -1.170660763083051, 60.351713537484471 ], [ -1.170076752467199, 60.35251800665781 ], [ -1.170723750829332, 60.352730352428068 ], [ -1.173716593815042, 60.352551429405729 ], [ -1.176416543905171, 60.351769034648044 ], [ -1.180583913590357, 60.351574773379873 ], [ -1.186214901990664, 60.352274666875772 ], [ -1.187308094665734, 60.351090734303497 ], [ -1.18742138453704, 60.351927368981045 ], [ -1.186539502436421, 60.352411335971802 ], [ -1.188534252892943, 60.352429798570661 ], [ -1.190746553494482, 60.353249580758963 ], [ -1.193131305008983, 60.353255080769863 ], [ -1.193554091850595, 60.352866160174671 ], [ -1.190231468094958, 60.352242598536826 ], [ -1.18673113731535, 60.350609528068702 ], [ -1.186013260656832, 60.350621301376663 ], [ -1.185865184709381, 60.350891560847138 ], [ -1.184050996337018, 60.350467417037116 ], [ -1.182656383725929, 60.349788128920281 ], [ -1.182058704428895, 60.348835377808889 ], [ -1.178031551542284, 60.34800784265213 ], [ -1.175173006759615, 60.34676003280812 ], [ -1.173037329783826, 60.343087833898629 ], [ -1.1733663908931, 60.340463518820982 ], [ -1.172311964856022, 60.338822783618632 ], [ -1.173912000589966, 60.33213438212853 ], [ -1.175837836225324, 60.330598344264914 ], [ -1.173448635453854, 60.329831078526958 ], [ -1.171215757443745, 60.328544857662095 ], [ -1.170270139181858, 60.327559350536603 ], [ -1.16937907484761, 60.325354824251278 ], [ -1.167240672413935, 60.324927519785291 ], [ -1.16768726899511, 60.324454426141138 ], [ -1.168535050865159, 60.324580945451139 ], [ -1.169102422864076, 60.325125926781098 ], [ -1.169752780765658, 60.324613693372605 ], [ -1.168992930610369, 60.324375493304053 ], [ -1.169647656458584, 60.323405356856163 ], [ -1.168778985254509, 60.323531922817629 ], [ -1.167809930966456, 60.32247980518224 ], [ -1.16806018060906, 60.322250609406851 ], [ -1.167346606888228, 60.322544248219067 ], [ -1.167890882368384, 60.323212103355068 ], [ -1.167053240222637, 60.323399909639676 ], [ -1.165516781961076, 60.322945816225982 ], [ -1.166194968299161, 60.323686350800173 ], [ -1.165551394953863, 60.32371823093488 ], [ -1.165663258064188, 60.325721258446031 ], [ -1.165051841129976, 60.326974487168542 ], [ -1.165334645400217, 60.327245633133067 ], [ -1.165888564870423, 60.327181764981617 ], [ -1.165984727661521, 60.328026397253623 ], [ -1.164474847600906, 60.329359287712961 ], [ -1.163038237987316, 60.33171623214669 ], [ -1.163062252458026, 60.332546943735714 ], [ -1.163789539270261, 60.332789461618397 ], [ -1.161594092036514, 60.334005770885724 ], [ -1.161640822055982, 60.33430237341269 ], [ -1.162433962880427, 60.334096361985566 ], [ -1.162983384330854, 60.334566729430676 ], [ -1.160069335754923, 60.335194853819218 ], [ -1.158424873752223, 60.337159848617802 ], [ -1.156381889166164, 60.337362406763425 ], [ -1.155952714481787, 60.337849042057584 ], [ -1.154996553917625, 60.337699308157539 ], [ -1.152375986807618, 60.335375025419459 ], [ -1.152112011786714, 60.333680793863202 ], [ -1.152715463189586, 60.332409614407943 ], [ -1.151844947455787, 60.331757575871265 ], [ -1.150119351495597, 60.331257204600739 ], [ -1.148704260431675, 60.328292252296762 ], [ -1.147815276094577, 60.328425735354934 ], [ -1.147116541996418, 60.330082382283024 ], [ -1.147440783443018, 60.331190680074975 ], [ -1.14655756648483, 60.332765329842609 ], [ -1.145503251644089, 60.331874125144942 ], [ -1.144487109120061, 60.331602712048124 ], [ -1.142901420379695, 60.331987583392461 ], [ -1.140597116656156, 60.3302891430803 ], [ -1.139532201024827, 60.328433469639378 ], [ -1.137219475139465, 60.327138971713069 ], [ -1.136584830093458, 60.32573142481295 ], [ -1.136421045804274, 60.325076685026019 ], [ -1.137523755850874, 60.324114997989547 ], [ -1.137895954007673, 60.322839688777286 ], [ -1.13623636084856, 60.321648172534317 ], [ -1.135667497988956, 60.320634330401731 ], [ -1.133904959693955, 60.319645939937793 ], [ -1.133519155059272, 60.320746956256436 ], [ -1.132262433673523, 60.321644752260937 ], [ -1.133251816589492, 60.322432383748406 ], [ -1.135426603744621, 60.322213980529753 ], [ -1.136663378535953, 60.323235752127054 ], [ -1.13523159675798, 60.323906166765155 ], [ -1.136190773356416, 60.324128795321336 ], [ -1.135810599967036, 60.324058084773895 ], [ -1.135424642253668, 60.324480286789246 ], [ -1.135337351631883, 60.325796051694574 ], [ -1.133303660358057, 60.327445740476449 ], [ -1.127810734104756, 60.32550447525346 ], [ -1.126544597797192, 60.324301050457152 ], [ -1.123699003775669, 60.323598126248598 ], [ -1.12174946372228, 60.323782807418887 ], [ -1.12000132104682, 60.324354893817492 ], [ -1.119873085700752, 60.325150490953305 ], [ -1.118973423101337, 60.325342972752374 ], [ -1.118038193826524, 60.326786898421894 ], [ -1.119058954700633, 60.327747242347513 ], [ -1.118046102721378, 60.327836606808795 ], [ -1.117018204313436, 60.327275777317752 ], [ -1.113389992867144, 60.327987030916816 ], [ -1.111504102378427, 60.327749969720159 ], [ -1.110327260226388, 60.327409876819701 ], [ -1.109146765412189, 60.326539981750315 ], [ -1.110641270374306, 60.325185159119023 ], [ -1.111083197411479, 60.323248626555078 ], [ -1.109879587180625, 60.322234916621724 ], [ -1.107013877120492, 60.321757771727711 ], [ -1.104566712052549, 60.321867025883584 ], [ -1.098905554089652, 60.321330449211075 ], [ -1.097055495316708, 60.321452588471494 ], [ -1.095769416993362, 60.321803015885536 ], [ -1.095788987708475, 60.322732488603862 ], [ -1.094453821485673, 60.323872732981592 ], [ -1.092789574196251, 60.32414423415176 ], [ -1.092723636816183, 60.323910327034262 ], [ -1.090790460576974, 60.324736674597602 ], [ -1.089334024807481, 60.324695283614844 ], [ -1.088260015222958, 60.325549922446179 ], [ -1.086943208585643, 60.325370285912705 ], [ -1.085167062388741, 60.325753163254994 ], [ -1.084071908459408, 60.325417887699011 ], [ -1.084145826821487, 60.324718023924568 ], [ -1.083425719132628, 60.324892646190158 ], [ -1.082584307167495, 60.324550127355671 ], [ -1.083505569441902, 60.323335315595635 ], [ -1.083002089995692, 60.32353387591111 ], [ -1.083190419596068, 60.322951530024376 ], [ -1.08250855102379, 60.323377826794662 ], [ -1.082292596996937, 60.323008192019614 ], [ -1.081056348495001, 60.323188218118709 ], [ -1.081161234233097, 60.322677131511561 ], [ -1.080537025242733, 60.323305847385988 ], [ -1.079817854038344, 60.323125780296643 ], [ -1.080189944949639, 60.322127179311977 ], [ -1.081246454598128, 60.321254525594469 ], [ -1.082386960714187, 60.32125790995449 ], [ -1.082334278376388, 60.321522431245988 ], [ -1.083165817069637, 60.320922397222446 ], [ -1.083419506878922, 60.31994509578103 ], [ -1.08428506694776, 60.320067787305511 ], [ -1.085556486079119, 60.319596151406557 ], [ -1.085155754880796, 60.319359937622679 ], [ -1.085721843563052, 60.318537749291536 ], [ -1.086294392730967, 60.318779631594985 ], [ -1.08747798880243, 60.318208603595238 ], [ -1.08877363214296, 60.319137849580741 ], [ -1.090292482816853, 60.318878873705458 ], [ -1.089152151536747, 60.317896831642408 ], [ -1.089480079159293, 60.317171766822888 ], [ -1.089033249534135, 60.316315688118991 ], [ -1.0895413836189, 60.316269782737677 ], [ -1.088941031189784, 60.315726922424247 ], [ -1.089341886760866, 60.315307648336614 ], [ -1.090178140100166, 60.315178685325712 ], [ -1.090265943293078, 60.31429932991022 ], [ -1.092022519137189, 60.314270929463866 ], [ -1.090265380535855, 60.313994035133469 ], [ -1.091534407071223, 60.313270910722103 ], [ -1.09054276183067, 60.31345718380576 ], [ -1.09275182525328, 60.310424752324444 ], [ -1.091811040294899, 60.309890355942258 ], [ -1.091298756215448, 60.310024236870568 ], [ -1.091209623930002, 60.309518999493982 ], [ -1.089594859428746, 60.309208049245839 ], [ -1.089976271307086, 60.308768885978594 ], [ -1.090759171794945, 60.308730244227213 ], [ -1.090874115640896, 60.308240768530432 ], [ -1.090080657732687, 60.307552925147036 ], [ -1.088046622290004, 60.30716006888607 ], [ -1.089178019973866, 60.306107386016585 ], [ -1.088761938360064, 60.305647495795206 ], [ -1.087874239867804, 60.305228367323885 ], [ -1.086281675029937, 60.305168046424981 ], [ -1.085831487195744, 60.305736924323782 ], [ -1.084507884226787, 60.305893931279279 ], [ -1.084000635934826, 60.306301683167447 ], [ -1.083034942922027, 60.306471915953864 ], [ -1.082005610713734, 60.30620082534697 ], [ -1.082870273408545, 60.30543817615748 ], [ -1.084277990808886, 60.30499083999922 ], [ -1.083367169652462, 60.305012398824204 ], [ -1.083692178552235, 60.304456135110129 ], [ -1.081676514817216, 60.305095013017429 ], [ -1.08193270244158, 60.303638565367798 ], [ -1.082719477676186, 60.303005577246935 ], [ -1.083351962326467, 60.303293681423682 ], [ -1.083679642442638, 60.302899959041277 ], [ -1.084295745352632, 60.302868287436439 ], [ -1.083748112223823, 60.302716358003643 ], [ -1.084384938999899, 60.302590547568414 ], [ -1.08383404407199, 60.30255532518963 ], [ -1.083641705092477, 60.301346301270641 ], [ -1.084338670366503, 60.3006866450663 ], [ -1.085642378686273, 60.300327472511789 ], [ -1.08620461390581, 60.299630963264875 ], [ -1.087575863037056, 60.299442840426735 ], [ -1.08944428695438, 60.2999180785527 ], [ -1.089751124924845, 60.299619377885541 ], [ -1.090506264195177, 60.299790660920685 ], [ -1.089953285816548, 60.301133751043437 ], [ -1.091117735424491, 60.301227019263671 ], [ -1.091036100059219, 60.301886429422048 ], [ -1.095097580758206, 60.301581908124952 ], [ -1.098846877587907, 60.303610624050997 ], [ -1.100927655630592, 60.303418191482372 ], [ -1.10472201003314, 60.301305863352198 ], [ -1.106312145630387, 60.301051677725184 ], [ -1.107804337957566, 60.301402907853074 ], [ -1.106578212691709, 60.301578745855906 ], [ -1.106670484186181, 60.301844250576679 ], [ -1.107377121501403, 60.301808590917673 ], [ -1.107045858171841, 60.302012886515932 ], [ -1.107861777084868, 60.301951020826607 ], [ -1.107844046926312, 60.302269661272724 ], [ -1.108647990497039, 60.301983231926371 ], [ -1.108050013293531, 60.302347365977568 ], [ -1.109112853334721, 60.302188378486591 ], [ -1.108959941106054, 60.302488154795398 ], [ -1.109715723601245, 60.30230914585335 ], [ -1.109102092325283, 60.303248742390295 ], [ -1.109761249582721, 60.303695829202709 ], [ -1.111972062552514, 60.303310145408432 ], [ -1.113541359706516, 60.303359228586196 ], [ -1.114732628060624, 60.302800583255312 ], [ -1.116459832238443, 60.302830929369534 ], [ -1.117201301565504, 60.301906515347483 ], [ -1.120102897920561, 60.300921885245494 ], [ -1.120314936773069, 60.30057379489957 ], [ -1.119966091055753, 60.300626464372044 ], [ -1.120326251996144, 60.300555219231903 ], [ -1.121054288644558, 60.300462162235547 ], [ -1.121055269399327, 60.300088637120361 ], [ -1.122549225301013, 60.29983811162267 ], [ -1.122302632613856, 60.299520418604068 ], [ -1.12485410286061, 60.299099058596873 ], [ -1.124576942639389, 60.298841328723654 ], [ -1.125650703901468, 60.298062722265506 ], [ -1.127944730861719, 60.297859598411002 ], [ -1.127326513484387, 60.2976364508676 ], [ -1.128205634629468, 60.297437495253007 ], [ -1.127792687823223, 60.297318955775225 ], [ -1.128299937412977, 60.296953241180212 ], [ -1.127673818704996, 60.297027252263533 ], [ -1.128436936007904, 60.296224136953747 ], [ -1.128039095283831, 60.295878525409414 ], [ -1.127790132237868, 60.296056474516881 ], [ -1.127880842425029, 60.295775125234897 ], [ -1.128623064139221, 60.295348096997948 ], [ -1.128558628778741, 60.29593401125512 ], [ -1.130685851401366, 60.29560224362735 ], [ -1.131529155899791, 60.294977421817421 ], [ -1.13146079, 60.294349334657056 ], [ -1.132120687420209, 60.293954074028669 ], [ -1.132028231065125, 60.293688586284652 ], [ -1.131453037420586, 60.293891348853585 ], [ -1.132036677451933, 60.293369882656862 ], [ -1.132587946937716, 60.293386949927445 ], [ -1.133244021982128, 60.292861461625712 ], [ -1.1345030037987, 60.292793342822335 ], [ -1.136134188315615, 60.291986854461321 ], [ -1.137260564983587, 60.291801119279427 ], [ -1.137364229353589, 60.291985863988572 ], [ -1.139296181649417, 60.291087008160716 ], [ -1.139711144206716, 60.29043870878764 ], [ -1.140589303507197, 60.290403983782106 ], [ -1.1431193731075, 60.289450574819917 ], [ -1.143762279143487, 60.288727409975181 ], [ -1.144728913741051, 60.288419364854704 ], [ -1.146606756746623, 60.286110335234589 ], [ -1.149259343015283, 60.28564246959013 ], [ -1.149507391108625, 60.284795531217661 ], [ -1.152390270489121, 60.284367687359115 ], [ -1.152981704703482, 60.283874913467166 ], [ -1.155206591988417, 60.283923195773639 ], [ -1.156443550276808, 60.283430916922086 ], [ -1.15629974736364, 60.282554541242263 ], [ -1.159073820993627, 60.281563770694426 ], [ -1.159860851624273, 60.280700469289478 ], [ -1.159190265382665, 60.280056017809457 ], [ -1.159420257581175, 60.279337348492 ], [ -1.157383675020521, 60.278025172949292 ], [ -1.154688373821209, 60.277864388489157 ], [ -1.151024712554063, 60.278582706920915 ], [ -1.151188869500763, 60.277829509684452 ], [ -1.150326691645465, 60.277958686255438 ], [ -1.150298799655236, 60.277639749152698 ], [ -1.149090754096203, 60.277510800633046 ], [ -1.147391452819578, 60.278195790081959 ], [ -1.147547243229145, 60.279157555630832 ], [ -1.146412275329318, 60.280039202982088 ], [ -1.145135048731762, 60.280479948737899 ], [ -1.143375745451743, 60.280338422128004 ], [ -1.144462999945783, 60.278863870940143 ], [ -1.146323658574725, 60.277888133792779 ], [ -1.145799114197143, 60.277202349329052 ], [ -1.150254183853053, 60.276013345019692 ], [ -1.153543465441058, 60.273399865699204 ], [ -1.151683509912747, 60.271991749603671 ], [ -1.149787791812078, 60.272108033721864 ], [ -1.149581533247624, 60.271766404724232 ], [ -1.151039819463789, 60.271578189989675 ], [ -1.153717823889582, 60.273018465773951 ], [ -1.154275272040916, 60.272783170579764 ], [ -1.153355108926959, 60.272293335602029 ], [ -1.154550571114038, 60.271851991858398 ], [ -1.154093821176098, 60.271408209681127 ], [ -1.151067362468317, 60.271142878300928 ], [ -1.149010560054122, 60.270293763150676 ], [ -1.147785843594925, 60.269217396066509 ], [ -1.146475462450978, 60.268935120425226 ], [ -1.14739122342503, 60.268196630221112 ], [ -1.147334731831757, 60.266476762896978 ], [ -1.14812760911114, 60.265537256731982 ], [ -1.14763737305637, 60.265542180850332 ], [ -1.148168317518986, 60.265489017848488 ], [ -1.150746881576389, 60.265510914518231 ], [ -1.147680195271648, 60.265007298884015 ], [ -1.146539742685468, 60.265285513613357 ], [ -1.145685152948247, 60.266245278252548 ], [ -1.146316260721439, 60.266927260292768 ], [ -1.144988143983024, 60.268437989653179 ], [ -1.146552494271201, 60.270628182208846 ], [ -1.145085929305313, 60.27245139468026 ], [ -1.146342757432245, 60.272990142407878 ], [ -1.146139332932818, 60.273234863449431 ], [ -1.144564166460634, 60.273533613558506 ], [ -1.144976885627079, 60.272681456715318 ], [ -1.142325288378713, 60.271974768839776 ], [ -1.141453768289069, 60.272672206505561 ], [ -1.140814172026265, 60.2724516748033 ], [ -1.138126136093224, 60.273822440155904 ], [ -1.136442433682025, 60.273913870035024 ], [ -1.135695356453292, 60.273381936737984 ], [ -1.134096785719176, 60.273741469087156 ], [ -1.133437065433514, 60.2729155761836 ], [ -1.134420367552244, 60.272167737525272 ], [ -1.132642683183937, 60.271509645626281 ], [ -1.131789162574361, 60.271997924092844 ], [ -1.13120567388237, 60.271845953933251 ], [ -1.128456060151183, 60.272595663157773 ], [ -1.127229735483882, 60.272484352933496 ], [ -1.125016544058575, 60.273111805913821 ], [ -1.124643637891154, 60.272521214826426 ], [ -1.126340963303944, 60.271917314443975 ], [ -1.126801529748485, 60.270914676677364 ], [ -1.124683194267058, 60.271039914292544 ], [ -1.12350596578455, 60.27078522622017 ], [ -1.118576178619641, 60.271601143205032 ], [ -1.116157851400478, 60.272792775647552 ], [ -1.116932424860353, 60.273902363437806 ], [ -1.117649902960979, 60.27377693216593 ], [ -1.118166173443657, 60.273066516098027 ], [ -1.120278881232538, 60.273156844396688 ], [ -1.118712585176221, 60.274259880681782 ], [ -1.118951029850025, 60.275141419856752 ], [ -1.120161156561207, 60.275185355202332 ], [ -1.118831940593335, 60.275872431725197 ], [ -1.117000994703056, 60.276390047397442 ], [ -1.11653079669595, 60.276059182478321 ], [ -1.115894080825476, 60.27653982224502 ], [ -1.115767588540836, 60.276202261919842 ], [ -1.113289543523422, 60.275575164759204 ], [ -1.112522121805003, 60.276207562099827 ], [ -1.11196162774087, 60.276208306875468 ], [ -1.112295272985906, 60.275905244622955 ], [ -1.110337198900126, 60.276439877865755 ], [ -1.10972527549804, 60.276337008401633 ], [ -1.11057606995985, 60.275965581027677 ], [ -1.110486274393352, 60.27561030268533 ], [ -1.108284644782607, 60.27612531669827 ], [ -1.107940709314459, 60.275476507575959 ], [ -1.107528985394982, 60.275657815802724 ], [ -1.109791099555592, 60.273580843472807 ], [ -1.113268821111673, 60.272665775618556 ], [ -1.115214989950532, 60.272562020931211 ], [ -1.115627814224359, 60.271666852538345 ], [ -1.117066303982175, 60.271281336504479 ], [ -1.11717223821959, 60.271039602913056 ], [ -1.116682554846208, 60.271099202320933 ], [ -1.115729414243648, 60.270581049190163 ], [ -1.116228046813257, 60.270189283535416 ], [ -1.115113928669042, 60.269943919591412 ], [ -1.115695779166803, 60.269817595739816 ], [ -1.115623532773618, 60.269480395875796 ], [ -1.114695448732679, 60.269375443717692 ], [ -1.115230947157347, 60.268956989903288 ], [ -1.114444185248066, 60.268974195866271 ], [ -1.114895567444252, 60.268658443179085 ], [ -1.114526781046386, 60.268593131467448 ], [ -1.115390910241931, 60.268387877578597 ], [ -1.115199021077053, 60.268130693242007 ], [ -1.114343933585859, 60.268336006142086 ], [ -1.115074576218057, 60.268053541378968 ], [ -1.114766423528989, 60.267081737373971 ], [ -1.111542504692539, 60.265991693008367 ], [ -1.108653116157888, 60.265900504016315 ], [ -1.105334283625011, 60.267638115134488 ], [ -1.10458246629054, 60.267700393831234 ], [ -1.10480137743824, 60.267957775999619 ], [ -1.103282498796712, 60.268638930028679 ], [ -1.100771208483972, 60.269582729109992 ], [ -1.100333351986994, 60.269400180901179 ], [ -1.100162072689613, 60.269713292613915 ], [ -1.097516419348173, 60.270606735113695 ], [ -1.096975939551171, 60.270212467616027 ], [ -1.097586209314822, 60.270041519963236 ], [ -1.096179605276535, 60.269919718234789 ], [ -1.096347946516887, 60.269058860507087 ], [ -1.096821170856458, 60.268940859354856 ], [ -1.096388046586211, 60.268587725400835 ], [ -1.097975010149455, 60.267736507141905 ], [ -1.098978734875299, 60.267716380926181 ], [ -1.097998021929929, 60.267557079450036 ], [ -1.097399264795842, 60.266655092870941 ], [ -1.096766896907525, 60.266646305228669 ], [ -1.097008745553232, 60.266396531779485 ], [ -1.096240729200279, 60.266719049908517 ], [ -1.095895272276329, 60.266465281663876 ], [ -1.097286197552423, 60.265181735797171 ], [ -1.09884191956808, 60.264473962505761 ], [ -1.098371063398525, 60.263851202605345 ], [ -1.097387641595026, 60.264122879325974 ], [ -1.097569682026595, 60.263746989633397 ], [ -1.09632820031171, 60.263545496946719 ], [ -1.096390449151056, 60.263254096256361 ], [ -1.097730506541814, 60.262499972852162 ], [ -1.097693344916176, 60.261880155319659 ], [ -1.099288893114464, 60.261361211010161 ], [ -1.099964483790221, 60.260449911646049 ], [ -1.099484824789453, 60.26047808786754 ], [ -1.100476291717454, 60.260237877742931 ], [ -1.102101273607835, 60.25896933597663 ], [ -1.103009165155509, 60.258809355001645 ], [ -1.103254614794102, 60.259084878003755 ], [ -1.105183713910718, 60.258253843176966 ], [ -1.106916140487201, 60.258669566978611 ], [ -1.10688754897565, 60.259387710509323 ], [ -1.107901391855551, 60.258985970227073 ], [ -1.108336101097644, 60.259280713015713 ], [ -1.109045964856285, 60.259092423770404 ], [ -1.109859245136834, 60.259421127476621 ], [ -1.111642397551183, 60.259302867081921 ], [ -1.111543670868656, 60.259611988835552 ], [ -1.112582180958755, 60.259632399960843 ], [ -1.114195882562388, 60.260770059201988 ], [ -1.114902958819243, 60.260684980733856 ], [ -1.115145088014269, 60.259748269028947 ], [ -1.116005470939536, 60.259673185163997 ], [ -1.116694487388568, 60.260190480321711 ], [ -1.116386986651634, 60.260737961140144 ], [ -1.117138883058041, 60.261001561208012 ], [ -1.117767137881188, 60.260823458025563 ], [ -1.117856417866173, 60.2611993807419 ], [ -1.118377824747645, 60.260626379015619 ], [ -1.119107986079676, 60.260690485824441 ], [ -1.118973941958805, 60.261576739755924 ], [ -1.121111825323172, 60.262116184024293 ], [ -1.120450970169365, 60.262498812386205 ], [ -1.121319279983964, 60.262737119538805 ], [ -1.121195798810355, 60.263163711385218 ], [ -1.122737097569714, 60.263512413887412 ], [ -1.12422497738358, 60.262817366592841 ], [ -1.123905608102831, 60.262189412382178 ], [ -1.125258094079482, 60.261418035659879 ], [ -1.126334512617334, 60.261309125987914 ], [ -1.126790583107957, 60.260942345580624 ], [ -1.126358005700313, 60.261306749275988 ], [ -1.126068518334735, 60.261523038844288 ], [ -1.12649545053319, 60.261574334528518 ], [ -1.128169044627245, 60.260480891699032 ], [ -1.130867988063096, 60.259559357895249 ], [ -1.133264663499764, 60.259197893455081 ], [ -1.133419084822839, 60.259508682177838 ], [ -1.134031712899935, 60.2595072900925 ], [ -1.136219124824811, 60.259130939292781 ], [ -1.136634112624012, 60.259978576302125 ], [ -1.13707046756288, 60.259534249657889 ], [ -1.138297451651614, 60.259259371672847 ], [ -1.138896569751626, 60.259565854629713 ], [ -1.139260486737376, 60.259263819900333 ], [ -1.140345422971587, 60.259512385262653 ], [ -1.14093614695439, 60.259312380227954 ], [ -1.144084307638906, 60.259439555454776 ], [ -1.143984605236631, 60.258690051671074 ], [ -1.143442073480055, 60.258429750374539 ], [ -1.142505809627886, 60.258508113425123 ], [ -1.144674991548881, 60.256884301887574 ], [ -1.143767099735521, 60.256362150837937 ], [ -1.143970848015942, 60.255824714787074 ], [ -1.144641591315207, 60.255393547024241 ], [ -1.145780985874492, 60.255351494583266 ], [ -1.144440128972007, 60.254458417095925 ], [ -1.145137583778076, 60.254040887691296 ], [ -1.144186271579704, 60.254147000612818 ], [ -1.145077399813166, 60.253923771252623 ], [ -1.145036894707095, 60.25339822976661 ], [ -1.146058967268766, 60.252655045626994 ], [ -1.146176345486989, 60.252310102695709 ], [ -1.1450763426352, 60.25223119300945 ], [ -1.145531524765766, 60.25174924771742 ], [ -1.148081590428955, 60.250948526672438 ], [ -1.149370752155775, 60.249304625071218 ], [ -1.150557292155736, 60.249177532516626 ], [ -1.151695861559917, 60.249508059936055 ], [ -1.152801475026017, 60.249156849418 ], [ -1.154354164276139, 60.246667846865229 ], [ -1.153506113132214, 60.24621168998393 ], [ -1.152938301306181, 60.246375979503853 ], [ -1.151415333407852, 60.246035822980126 ], [ -1.149447695185505, 60.24703339036229 ], [ -1.143387582947203, 60.249100051819738 ], [ -1.140873984974781, 60.250578845870095 ], [ -1.138993125241788, 60.250656456746675 ], [ -1.13931953770367, 60.249576582627029 ], [ -1.144171833532284, 60.248467587452936 ], [ -1.145403343073535, 60.247653924655133 ], [ -1.147419656897959, 60.247222416487396 ], [ -1.150385746721268, 60.245337844114204 ], [ -1.150571755280541, 60.244432138607479 ], [ -1.149361951426554, 60.244069717100452 ], [ -1.150713187428082, 60.243503699750669 ], [ -1.152169563905841, 60.243759933616744 ], [ -1.153850259251816, 60.242882615008121 ], [ -1.15650653993727, 60.242200936629679 ], [ -1.158968558886669, 60.242752609284658 ], [ -1.159508615727042, 60.242610566488651 ], [ -1.160872717905546, 60.243086109938623 ], [ -1.162197883430376, 60.242895140440964 ], [ -1.163159396756563, 60.24336542570132 ], [ -1.165624448990302, 60.24266889153629 ], [ -1.167361053379991, 60.242561267716702 ], [ -1.167797570868726, 60.242227286239952 ], [ -1.167410102924189, 60.241766920748674 ], [ -1.168328807839139, 60.24136233115388 ], [ -1.167975120240012, 60.240851895590964 ], [ -1.166553161804859, 60.240805265250458 ], [ -1.167028961574153, 60.239705611313866 ], [ -1.168553932987075, 60.238678077633161 ], [ -1.170352721960364, 60.238244861830289 ], [ -1.170598720788026, 60.239229615478507 ], [ -1.171315689872142, 60.239085936277384 ], [ -1.171114309135572, 60.239551594884752 ], [ -1.172326393386365, 60.239110198792233 ], [ -1.172443821539206, 60.239824772776501 ], [ -1.175980558663147, 60.239222718682477 ], [ -1.177949119340892, 60.239939783548365 ], [ -1.178105597459973, 60.240542354454455 ], [ -1.178752736152562, 60.240663087386316 ], [ -1.178392641552932, 60.240979619045106 ], [ -1.179385950745107, 60.242063257753173 ], [ -1.178708747433807, 60.242781891136332 ], [ -1.179275166997213, 60.243243329041618 ], [ -1.178436528788932, 60.243916067485749 ], [ -1.179460148625652, 60.245597004408957 ], [ -1.178036396065241, 60.247271786058953 ], [ -1.178147201010159, 60.249771362736922 ], [ -1.177040570701051, 60.250101227039501 ], [ -1.176854076067677, 60.25047809243889 ], [ -1.17617875833736, 60.250464925922003 ], [ -1.17593630885199, 60.251055146147621 ], [ -1.176727507143601, 60.251778383046386 ], [ -1.178080661745872, 60.2520669127791 ], [ -1.178039989135346, 60.252464436150355 ], [ -1.17742708180325, 60.252698588247235 ], [ -1.1767386662561, 60.252269610268364 ], [ -1.175781611238579, 60.252322936521892 ], [ -1.171764370205467, 60.254869567019234 ], [ -1.170562921679133, 60.254938392099838 ], [ -1.168904442268724, 60.255502688907356 ], [ -1.167757843925901, 60.257610093889724 ], [ -1.164643273490204, 60.259502198933049 ], [ -1.164917542475375, 60.260156705999258 ], [ -1.165892495060056, 60.260546240320366 ], [ -1.167814895851504, 60.260275455468069 ], [ -1.16765565526577, 60.260853611141833 ], [ -1.169044281418509, 60.26082369483256 ], [ -1.169465371079268, 60.260108896597202 ], [ -1.171645274729024, 60.259156355325651 ], [ -1.171372882535591, 60.258565626055351 ], [ -1.172288448906353, 60.258087359929121 ], [ -1.173143310909225, 60.258367445291071 ], [ -1.174082978871098, 60.258222442232153 ], [ -1.174767711126193, 60.258873194522174 ], [ -1.175912091388585, 60.258851566133124 ], [ -1.176659877170576, 60.258504222074116 ], [ -1.176483648127234, 60.258829969378034 ], [ -1.177384887750836, 60.25913635412126 ], [ -1.179966253465188, 60.259026607807336 ], [ -1.181050054986843, 60.258464018737705 ], [ -1.18122621368839, 60.259080173703566 ], [ -1.18194879949273, 60.259306409754913 ], [ -1.18457849736031, 60.259360291144823 ], [ -1.187828916678316, 60.25901295966819 ], [ -1.190658244306013, 60.261374671099404 ], [ -1.192043232310217, 60.261639006379554 ], [ -1.191893703720045, 60.261840126422875 ], [ -1.190820150270889, 60.261770737614619 ], [ -1.192224690050741, 60.264176703229772 ], [ -1.192406849280229, 60.265219385030584 ], [ -1.191966511817925, 60.265486080110939 ], [ -1.192531879066079, 60.265646651698034 ], [ -1.1932342681353, 60.266849626957438 ], [ -1.19565596008804, 60.268924112057945 ], [ -1.199267414838775, 60.270184141561494 ], [ -1.199127304210932, 60.269851969235617 ], [ -1.200659166403133, 60.269373630615554 ], [ -1.20209689858475, 60.268082103100795 ], [ -1.206140496412615, 60.267551419833381 ], [ -1.209294542321097, 60.266052766556236 ], [ -1.21034300688638, 60.266045534053234 ], [ -1.208955362670423, 60.265503024192732 ], [ -1.205167182350819, 60.264829430920656 ], [ -1.203418028435854, 60.263253003084799 ], [ -1.20450671017137, 60.259721769430861 ], [ -1.204388264149409, 60.258123681161656 ], [ -1.205091190634943, 60.257153659010172 ], [ -1.205377663918596, 60.253831315249428 ], [ -1.201844511403212, 60.253278567792506 ], [ -1.196610422693876, 60.253134771725861 ], [ -1.196174491766789, 60.253450892139561 ], [ -1.196003859310359, 60.253041310283955 ], [ -1.195447130274131, 60.252978676890109 ], [ -1.193508546975034, 60.250480605247219 ], [ -1.194387721776094, 60.24785685862787 ], [ -1.193046703948371, 60.247296501484058 ], [ -1.192186345260857, 60.24775818454679 ], [ -1.193516857333574, 60.246908766209927 ], [ -1.193680933949326, 60.247215052315518 ], [ -1.194572751145382, 60.246942111788087 ], [ -1.195066447604627, 60.246330036135475 ], [ -1.194785961901048, 60.245982639935328 ], [ -1.193283889832664, 60.2457310874832 ], [ -1.193666806677796, 60.245217114118667 ], [ -1.195805319556654, 60.243820361563671 ], [ -1.198695304420604, 60.242706464381151 ], [ -1.199536008924655, 60.24267112896743 ], [ -1.200699820377136, 60.241605135938649 ], [ -1.204030752236742, 60.240911305835311 ], [ -1.206065180604666, 60.238934613582472 ], [ -1.209330683955969, 60.23764225206142 ], [ -1.210094373391847, 60.237499540313507 ], [ -1.21139832219447, 60.237944573805272 ], [ -1.213569290879183, 60.237779664078708 ], [ -1.219379561780292, 60.23652724700213 ], [ -1.222076111108827, 60.236580785960577 ], [ -1.222145643610782, 60.236313616345704 ], [ -1.222532098077766, 60.236693899695993 ], [ -1.22366832846667, 60.236829847121207 ], [ -1.224904194721037, 60.235729047733734 ], [ -1.224136280614881, 60.234374106847895 ], [ -1.224487457104877, 60.233648851948011 ], [ -1.223837887025075, 60.233553469257636 ], [ -1.224405200572487, 60.232544840561637 ], [ -1.225887185735147, 60.232866860505212 ], [ -1.227153477647262, 60.232151420957337 ], [ -1.229083392147192, 60.233159320822246 ], [ -1.228983212260942, 60.232581383503124 ], [ -1.22859737863329, 60.232788355041031 ], [ -1.228498610473975, 60.232611790917439 ], [ -1.231384407798265, 60.229735466336493 ], [ -1.230220767164621, 60.228929584588045 ], [ -1.227806100148234, 60.229122080063355 ], [ -1.225317706736373, 60.228535613486393 ], [ -1.2235757673717, 60.228908844393835 ], [ -1.219010541073984, 60.228280464878445 ], [ -1.216870874534786, 60.228977209207834 ], [ -1.212144825187891, 60.228209365808773 ], [ -1.210156703906439, 60.22822897840588 ], [ -1.208015127554749, 60.228847450986329 ], [ -1.203498920024946, 60.231197204191943 ], [ -1.200887241981933, 60.23205248404971 ], [ -1.197536329231849, 60.233967273011949 ], [ -1.196035580627926, 60.234420618451324 ], [ -1.195329508315191, 60.23523344129439 ], [ -1.194564074446283, 60.234784333202761 ], [ -1.192933137037127, 60.235021354897611 ], [ -1.192894733312068, 60.2347472580363 ], [ -1.192027001482832, 60.235155019996355 ], [ -1.191334644611709, 60.234306766495784 ], [ -1.190274621487333, 60.234457440432763 ], [ -1.190242271173371, 60.233572798610709 ], [ -1.189621918153266, 60.233833897838686 ], [ -1.190550493286728, 60.232789004080921 ], [ -1.190113953163208, 60.232552884235758 ], [ -1.187736197797535, 60.232327347835707 ], [ -1.186576616724076, 60.232854506712634 ], [ -1.186839787994093, 60.232070444343513 ], [ -1.185102285617462, 60.232239373254465 ], [ -1.186859776911874, 60.230898789099427 ], [ -1.187926206359896, 60.231215097170654 ], [ -1.188222919582429, 60.230898152453697 ], [ -1.189522658936246, 60.230906093874083 ], [ -1.190919913459441, 60.229154706124554 ], [ -1.193000410840673, 60.228978808184358 ], [ -1.195808184325605, 60.228223641888505 ], [ -1.197319733814699, 60.227316918844146 ], [ -1.197133778261653, 60.226431349583137 ], [ -1.195746824266801, 60.226306224832662 ], [ -1.196144666066173, 60.225909063116923 ], [ -1.195545286668918, 60.225321788090689 ], [ -1.197389310521151, 60.223362030257469 ], [ -1.196100744133628, 60.222909764901452 ], [ -1.195607083569181, 60.223167169191818 ], [ -1.195003580384246, 60.222382325116349 ], [ -1.19438216042227, 60.222329169540856 ], [ -1.19372364457063, 60.22268433674612 ], [ -1.194046989009085, 60.221276574905616 ], [ -1.195271077823342, 60.221041565317883 ], [ -1.196753614388578, 60.218724947468267 ], [ -1.198173598165308, 60.217853577668869 ], [ -1.199343286535386, 60.217622691926429 ], [ -1.203027798142934, 60.214529106290662 ], [ -1.202994760021191, 60.212394565023189 ], [ -1.204719161507641, 60.211750330660507 ], [ -1.206524725662132, 60.210133220073303 ], [ -1.207022345468676, 60.209101797049179 ], [ -1.206193515782487, 60.208532053027447 ], [ -1.208437546920403, 60.208175517543857 ], [ -1.210822438784382, 60.206308591944989 ], [ -1.212377962055795, 60.206292692861716 ], [ -1.214633874394107, 60.205505124972611 ], [ -1.215891610029383, 60.204282420953582 ], [ -1.215840941747675, 60.203381513348909 ], [ -1.217927359619615, 60.201138266945868 ], [ -1.21855258981156, 60.200939920232756 ], [ -1.219594819065666, 60.201107679432234 ], [ -1.222003865300477, 60.198857288005144 ], [ -1.220618832667472, 60.199228976512543 ], [ -1.219186835560126, 60.200513553375231 ], [ -1.21765191343037, 60.200281828257019 ], [ -1.21671126087442, 60.199713285431514 ], [ -1.215116956409678, 60.201366801526724 ], [ -1.214208599719248, 60.20171161154375 ], [ -1.212474525414056, 60.201660025816743 ], [ -1.210445492189641, 60.202999328908724 ], [ -1.205941074549434, 60.203298390621342 ], [ -1.204300198721756, 60.205057453982839 ], [ -1.203254956471185, 60.205235254310189 ], [ -1.205127431960652, 60.205688259294064 ], [ -1.205687089326865, 60.205074742984856 ], [ -1.20660315694289, 60.204866520006732 ], [ -1.206940215988407, 60.205327369735059 ], [ -1.205790977117183, 60.206225594333027 ], [ -1.205177000581209, 60.206398807225732 ], [ -1.204602609229672, 60.20575604955544 ], [ -1.202425936676083, 60.205497852494489 ], [ -1.197550459205735, 60.207972744126764 ], [ -1.196606332214721, 60.209322884177801 ], [ -1.197359534483351, 60.210471386765583 ], [ -1.195760084797677, 60.210946577172692 ], [ -1.195475920712956, 60.21201427218643 ], [ -1.193236886683242, 60.213179642264549 ], [ -1.191642486992509, 60.213368379177169 ], [ -1.189793062790565, 60.214092493994556 ], [ -1.185286404430132, 60.217177978976409 ], [ -1.18398408783227, 60.21729568621749 ], [ -1.183444718048278, 60.218302524424331 ], [ -1.18145033808856, 60.219031019887296 ], [ -1.180623694502807, 60.219973220650736 ], [ -1.180939118852541, 60.220352292335363 ], [ -1.179938402896878, 60.220673852405547 ], [ -1.180201366998001, 60.220985257962511 ], [ -1.179538464765338, 60.221510932323049 ], [ -1.178528521622342, 60.221477747976422 ], [ -1.177335220088938, 60.221919315222408 ], [ -1.176857136787392, 60.222630194602004 ], [ -1.173445349257148, 60.224077085661797 ], [ -1.172679548351526, 60.22402292928497 ], [ -1.17305056889608, 60.223625668459377 ], [ -1.170863688606656, 60.223019400654671 ], [ -1.170996026036607, 60.222782279293881 ], [ -1.168802182668608, 60.223168132014138 ], [ -1.168365358613032, 60.222954385254667 ], [ -1.167779650438472, 60.223273964357205 ], [ -1.167114246741475, 60.222820831982126 ], [ -1.16831517508592, 60.221728413753468 ], [ -1.168705161181555, 60.222009211237008 ], [ -1.168660677359605, 60.221627317771826 ], [ -1.170040169980948, 60.221321680079456 ], [ -1.170555425183039, 60.220215973298515 ], [ -1.171444660149431, 60.22002398574562 ], [ -1.171352011342059, 60.219403844418032 ], [ -1.172233580450567, 60.218798761865642 ], [ -1.171536575971859, 60.218884204579808 ], [ -1.172068146975521, 60.218559781870574 ], [ -1.17082285204653, 60.218201819750668 ], [ -1.170206911430195, 60.216864562361316 ], [ -1.171346183144234, 60.216772909810352 ], [ -1.173123446186258, 60.216070150565791 ], [ -1.176468306967497, 60.216180740610838 ], [ -1.176297041709842, 60.214734030937059 ], [ -1.177752803977904, 60.213890037258295 ], [ -1.178301193008853, 60.213969756900035 ], [ -1.180946756161207, 60.212010693875179 ], [ -1.180300976515006, 60.211713087503469 ], [ -1.180509224864711, 60.211249252530259 ], [ -1.180055902139121, 60.211410771125045 ], [ -1.180286779249476, 60.211124863940519 ], [ -1.179776285416624, 60.211119015766258 ], [ -1.180074406902872, 60.210813770381804 ], [ -1.179520619904946, 60.210807653693031 ], [ -1.180038472530706, 60.209939874597573 ], [ -1.179119828744744, 60.209733061317131 ], [ -1.175342943216402, 60.210542910919742 ], [ -1.17556223807633, 60.210144700039784 ], [ -1.174619488387947, 60.210108310188147 ], [ -1.173802831713467, 60.210582716331821 ], [ -1.173560286565304, 60.210182530273173 ], [ -1.172126937641305, 60.210926949070029 ], [ -1.172543206777529, 60.21059013230181 ], [ -1.172050927389559, 60.210506249033614 ], [ -1.170623002796752, 60.210747851225214 ], [ -1.169902216414214, 60.210352749637345 ], [ -1.171263332023892, 60.20968332876312 ], [ -1.170752852600613, 60.209177305133252 ], [ -1.170236221602974, 60.209272846579601 ], [ -1.170254922006003, 60.20853218048039 ], [ -1.174181835643555, 60.207276246315928 ], [ -1.174524867640061, 60.207482208328621 ], [ -1.175512833564322, 60.207223464984374 ], [ -1.176064942150489, 60.207366071834755 ], [ -1.17690915266059, 60.206579347343975 ], [ -1.178515156006756, 60.206494120775787 ], [ -1.178577514788459, 60.206236804306513 ], [ -1.181896373975165, 60.20517801162827 ], [ -1.182769898570854, 60.20545366805873 ], [ -1.184281619287883, 60.204803000942377 ], [ -1.184783153968488, 60.205166148385025 ], [ -1.185961371303622, 60.205013552896972 ], [ -1.187376882541479, 60.204164718643398 ], [ -1.187424923287904, 60.203461943417757 ], [ -1.185964280127862, 60.203074966441534 ], [ -1.185507686587269, 60.202209265116799 ], [ -1.186804382707878, 60.200617129404321 ], [ -1.185938052348755, 60.200273301317246 ], [ -1.187463547834843, 60.199417957862202 ], [ -1.187772127526814, 60.197879019780125 ], [ -1.186811766658788, 60.197109905819921 ], [ -1.187075044635841, 60.196090585995499 ], [ -1.187777077862012, 60.195634253929121 ], [ -1.189092963355802, 60.195954779808332 ], [ -1.190022464469659, 60.195634514000595 ], [ -1.19096927630696, 60.192484108237259 ], [ -1.192977632960882, 60.191919878392603 ], [ -1.19439382716311, 60.190865351462264 ], [ -1.195417111279479, 60.190683897388489 ], [ -1.196369236955958, 60.188248228949583 ], [ -1.198040420533717, 60.187669309310664 ], [ -1.199951875697532, 60.185956849370264 ], [ -1.201708287674085, 60.185276035412542 ], [ -1.202226345347529, 60.184358786141559 ], [ -1.206153052950428, 60.182267750262255 ], [ -1.210443330025283, 60.177249754789017 ], [ -1.211467493792831, 60.176784441525122 ], [ -1.212768586045997, 60.177324637468104 ], [ -1.213916176930715, 60.177274876296927 ], [ -1.216509346878897, 60.176015179238568 ], [ -1.218248547803353, 60.174352622520175 ], [ -1.218735098241914, 60.172609937161496 ], [ -1.219389607293167, 60.172217809988283 ], [ -1.21799590881056, 60.171483181723126 ], [ -1.21862576630544, 60.171293842495523 ], [ -1.218315202967574, 60.170939129995041 ], [ -1.218755814807696, 60.170674147125681 ], [ -1.216891841000064, 60.171151619060964 ], [ -1.216871801685026, 60.171539401564075 ], [ -1.215761779412159, 60.171836337411783 ], [ -1.21559349327326, 60.171562374667893 ], [ -1.216312317321471, 60.171270312008474 ], [ -1.2159121540039, 60.170895309950239 ], [ -1.216154266322085, 60.171323252882466 ], [ -1.215376762960794, 60.171506319297968 ], [ -1.215410952878869, 60.171810916076062 ], [ -1.213189600655837, 60.172305975386656 ], [ -1.21168320347061, 60.173423018447579 ], [ -1.211740658879116, 60.17373314204049 ], [ -1.21256447794875, 60.173877214222514 ], [ -1.21452207537557, 60.173412927967604 ], [ -1.21283871206812, 60.174016224027682 ], [ -1.210920098072664, 60.173979678850102 ], [ -1.206690534209658, 60.176425515725334 ], [ -1.206473564670391, 60.177200917523876 ], [ -1.205455183093279, 60.17719930923171 ], [ -1.202886184520045, 60.17796059199469 ], [ -1.19616745097111, 60.181453350163309 ], [ -1.196603493013559, 60.18205310884224 ], [ -1.19918589567389, 60.182611968535539 ], [ -1.198796647542116, 60.183049597928076 ], [ -1.197972100577021, 60.18322419796278 ], [ -1.19397488525912, 60.183015891534588 ], [ -1.188895122594889, 60.186500278267566 ], [ -1.186632489391424, 60.187222716310764 ], [ -1.185395574608015, 60.187295938075316 ], [ -1.183518808482248, 60.18830353756271 ], [ -1.181389428514077, 60.188878550296465 ], [ -1.181740959406576, 60.189244377058756 ], [ -1.180901827162725, 60.189270624965189 ], [ -1.179967359115261, 60.190589283361795 ], [ -1.178799444299165, 60.191143258036909 ], [ -1.179242802039362, 60.191442315771333 ], [ -1.177236262759036, 60.19271840050596 ], [ -1.177661484030564, 60.193021840535408 ], [ -1.177058370415093, 60.193341351515031 ], [ -1.176095592017547, 60.192899883761669 ], [ -1.175309789664864, 60.193312533656297 ], [ -1.174558787902974, 60.19305644480275 ], [ -1.173280261425971, 60.193340306899771 ], [ -1.172924345860197, 60.193867861370826 ], [ -1.171728076387143, 60.193748157203217 ], [ -1.170083995238864, 60.194222758634318 ], [ -1.168947531613679, 60.195661296231812 ], [ -1.165599973719066, 60.197516937384123 ], [ -1.165707623529497, 60.197894741184363 ], [ -1.164845540760886, 60.19775013911773 ], [ -1.162507591726473, 60.199607565695381 ], [ -1.16250602347524, 60.198961052669432 ], [ -1.161748306309515, 60.199674604009665 ], [ -1.15945246235179, 60.200225768271643 ], [ -1.159150240566997, 60.200758116267316 ], [ -1.158226013028017, 60.201277539293137 ], [ -1.157404131305588, 60.201321707709944 ], [ -1.157257817522583, 60.201751780617904 ], [ -1.153616925743927, 60.204090137095747 ], [ -1.15418750036793, 60.203299115265821 ], [ -1.153340126559665, 60.203630431094119 ], [ -1.153702010391276, 60.202887465069722 ], [ -1.152771858081823, 60.203281103730816 ], [ -1.152932927907003, 60.202280949530326 ], [ -1.151784627620409, 60.20239034293315 ], [ -1.151812872316394, 60.201645248337385 ], [ -1.158838231243014, 60.198147676703307 ], [ -1.157815411868578, 60.198293834123731 ], [ -1.158548087673961, 60.1967989541279 ], [ -1.157624100085801, 60.196609016063803 ], [ -1.156831838971577, 60.19690927632773 ], [ -1.15878768306502, 60.195893572614494 ], [ -1.158314484815311, 60.194651438672359 ], [ -1.158757126311474, 60.194268140013932 ], [ -1.158375818616811, 60.194368982354348 ], [ -1.158600527244086, 60.193692476620939 ], [ -1.159747330661756, 60.192923043205262 ], [ -1.159698560137097, 60.192361532873988 ], [ -1.159045210055565, 60.192523507986792 ], [ -1.159583884735793, 60.192262034916801 ], [ -1.159322576290367, 60.190491471875234 ], [ -1.158456995738247, 60.190210320758482 ], [ -1.158853107476988, 60.189105694606212 ], [ -1.157973091013077, 60.18861523250478 ], [ -1.155921290252235, 60.188467502488237 ], [ -1.155005815791836, 60.189359596605208 ], [ -1.153357553680427, 60.189645400512219 ], [ -1.153375815500902, 60.189986727944508 ], [ -1.152606331700742, 60.190107523449221 ], [ -1.152031565413061, 60.190718927738615 ], [ -1.150799724707134, 60.191285717955694 ], [ -1.149769693543975, 60.191368911887338 ], [ -1.149444769089929, 60.190684406789138 ], [ -1.148014434196331, 60.190558497010421 ], [ -1.148438413218026, 60.190202050125635 ], [ -1.147707465786669, 60.190574483394464 ], [ -1.147796159570357, 60.190283228003601 ], [ -1.146696177748481, 60.190630836110742 ], [ -1.145931783810165, 60.190554082482912 ], [ -1.146239060377294, 60.190178932550211 ], [ -1.145509302744944, 60.189810573993171 ], [ -1.146251253278344, 60.18936190003064 ], [ -1.144964373586294, 60.18892260678264 ], [ -1.148357139499816, 60.188814235790254 ], [ -1.149509735435813, 60.188520826971413 ], [ -1.150170855532215, 60.187707953809749 ], [ -1.149556548299113, 60.18740770134356 ], [ -1.152132591632468, 60.186800136952357 ], [ -1.152006642901032, 60.186440162172552 ], [ -1.150789706450031, 60.186086675086869 ], [ -1.150803728501324, 60.18554352074608 ], [ -1.152708689815478, 60.185084294197488 ], [ -1.154447499067162, 60.183371377314813 ], [ -1.154129605353378, 60.182763251345754 ], [ -1.151534882580139, 60.182710759411457 ], [ -1.151288318408948, 60.18248470059315 ], [ -1.151984408349002, 60.181357768551656 ], [ -1.151382822858934, 60.180568236176718 ], [ -1.154834242735989, 60.179756105646042 ], [ -1.155068325216406, 60.176326626999028 ], [ -1.156183400172029, 60.175438496388189 ], [ -1.154706209670675, 60.175056448944261 ], [ -1.154418469621212, 60.17383882353618 ], [ -1.156763183128723, 60.172577803741113 ], [ -1.156475959221471, 60.171970775133531 ], [ -1.158193548064319, 60.171757209787955 ], [ -1.159096358330997, 60.17211402729442 ], [ -1.160397176038682, 60.171564659427617 ], [ -1.160153779383076, 60.171356595186282 ], [ -1.161209876014575, 60.170578494110266 ], [ -1.160578461330189, 60.170180308953341 ], [ -1.161817258143951, 60.170717921880318 ], [ -1.162672990842391, 60.17072961430241 ], [ -1.163147601030308, 60.170279158733955 ], [ -1.164114557720692, 60.170168528183076 ], [ -1.164285951431787, 60.169522204887265 ], [ -1.16348216106007, 60.169382447220208 ], [ -1.163356153140143, 60.169022482163705 ], [ -1.164010634466279, 60.16893861390799 ], [ -1.163696098957633, 60.168480484384119 ], [ -1.161306470456348, 60.169050836678473 ], [ -1.159963430523868, 60.169846875123511 ], [ -1.160439895386539, 60.169112696459131 ], [ -1.163181917295745, 60.168291369523111 ], [ -1.162710854840408, 60.167115705148554 ], [ -1.163223669848966, 60.165869030797246 ], [ -1.162057216639766, 60.165185525355199 ], [ -1.161322066678817, 60.165397276788525 ], [ -1.160827645579314, 60.165000856601104 ], [ -1.159988679597987, 60.165255941839021 ], [ -1.156329155453381, 60.161456024738015 ], [ -1.153694267881721, 60.160648155381459 ], [ -1.155775121626851, 60.161210955190121 ], [ -1.156210210155461, 60.160894961336766 ], [ -1.154505127616896, 60.159871235163443 ], [ -1.154626123957098, 60.159158154714142 ], [ -1.155492471956874, 60.158814383339177 ], [ -1.154407220736839, 60.158492292239593 ], [ -1.154390974125613, 60.159265304039401 ], [ -1.153582838076771, 60.159305940556855 ], [ -1.153355239987955, 60.159819897377425 ], [ -1.152089658321971, 60.159783972297973 ], [ -1.152138363682742, 60.158801951096002 ], [ -1.150910857822751, 60.159107470660992 ], [ -1.150675698678871, 60.158516025572915 ], [ -1.149184594331641, 60.158564828392734 ], [ -1.150659762101018, 60.158225892765429 ], [ -1.150794772541074, 60.15802023437589 ], [ -1.149812488090068, 60.157969041259484 ], [ -1.149120849288032, 60.158452178219058 ], [ -1.148389385576109, 60.158384625858396 ], [ -1.147062715009944, 60.159388060866902 ], [ -1.146114901703736, 60.159534606516424 ], [ -1.145131953780232, 60.159299299290623 ], [ -1.144656842522205, 60.157823631594312 ], [ -1.143049034323171, 60.155712093016099 ], [ -1.142378156816969, 60.155811015721618 ], [ -1.14302404869506, 60.155564671099214 ], [ -1.142550064743601, 60.153982148080424 ], [ -1.140737187520318, 60.154496594293107 ], [ -1.14217438709666, 60.153537037939287 ], [ -1.14035980735662, 60.153358266207547 ], [ -1.14022165615884, 60.154165506816184 ], [ -1.140183223579068, 60.153360712495328 ], [ -1.139728772307999, 60.15282978081666 ], [ -1.137268284226955, 60.152694362756243 ], [ -1.136100988267754, 60.152012413539104 ], [ -1.134961588119304, 60.151916086587974 ], [ -1.134073916304623, 60.151219781156399 ], [ -1.133811713203298, 60.150026513476213 ], [ -1.131980916543283, 60.148968445162033 ], [ -1.132526787896439, 60.147867563854 ], [ -1.135208628878135, 60.14696561005254 ], [ -1.13539406171752, 60.146144314996157 ], [ -1.135938053569125, 60.146276267260795 ], [ -1.136054783594838, 60.146013934478717 ], [ -1.137077120319386, 60.145896681090036 ], [ -1.13737144945515, 60.144146733590887 ], [ -1.138002939782261, 60.144443568497366 ], [ -1.13797226554792, 60.145409542863398 ], [ -1.138627631550013, 60.145276420974916 ], [ -1.139357710131968, 60.145936654090953 ], [ -1.139013465901286, 60.146154411010507 ], [ -1.141802244562423, 60.146942026953731 ], [ -1.14189250704706, 60.147210194709849 ], [ -1.142527200394869, 60.147180181602018 ], [ -1.142762176860582, 60.1476315648369 ], [ -1.143391002514494, 60.147481186965422 ], [ -1.143020184647468, 60.147820900932906 ], [ -1.144662791418749, 60.149479214102371 ], [ -1.145745460959769, 60.149677456211997 ], [ -1.146169571560914, 60.149365913914089 ], [ -1.149075103866399, 60.150949691763529 ], [ -1.149927526956549, 60.150930019977025 ], [ -1.150940227058482, 60.150002665590996 ], [ -1.152000572309209, 60.149670935308187 ], [ -1.153516760879573, 60.149821602861991 ], [ -1.154365377944707, 60.149036843171992 ], [ -1.157473297095707, 60.149200306235144 ], [ -1.160632120325688, 60.14863939081836 ], [ -1.160435814445002, 60.147791401197523 ], [ -1.159047176349394, 60.146738306037996 ], [ -1.159276210842296, 60.146231531745507 ], [ -1.159796267216824, 60.146458414177161 ], [ -1.160433343538055, 60.145980264280972 ], [ -1.160269054805925, 60.145148639542228 ], [ -1.15874811787977, 60.143498477155219 ], [ -1.158787375408844, 60.14308927078941 ], [ -1.159513083315953, 60.143087590229882 ], [ -1.159929373112445, 60.142721181231423 ], [ -1.159648807416049, 60.141844492615313 ], [ -1.159167330638317, 60.141818418978701 ], [ -1.160019808876475, 60.141151276794545 ], [ -1.158959049931546, 60.140454938606773 ], [ -1.156660333048978, 60.141067082949327 ], [ -1.156497849483996, 60.140661980445344 ], [ -1.15773979163439, 60.13905809712913 ], [ -1.156073776555101, 60.138308500159312 ], [ -1.156519970007874, 60.137687280079518 ], [ -1.155762450045792, 60.137529807428194 ], [ -1.154832167683133, 60.136457135539139 ], [ -1.155202177735022, 60.13606889561936 ], [ -1.153950961010489, 60.136069891037891 ], [ -1.154314757790798, 60.135924055089575 ], [ -1.15373471232225, 60.135377103486498 ], [ -1.154240638565754, 60.134953817045698 ], [ -1.152369885720551, 60.134196579148131 ], [ -1.152084799171938, 60.133732320480355 ], [ -1.152481698283275, 60.132648363544341 ], [ -1.153600806281343, 60.132880000661771 ], [ -1.152970174893479, 60.131852328862337 ], [ -1.153992115606873, 60.132011507044638 ], [ -1.15391268908704, 60.130547372151177 ], [ -1.154305394261018, 60.130675589989757 ], [ -1.155524002517623, 60.129480135936362 ], [ -1.155013017433777, 60.128700167094799 ], [ -1.156049958335152, 60.128621473765136 ], [ -1.156271956339627, 60.129089812059611 ], [ -1.157615004768068, 60.129358759098551 ], [ -1.158755456224913, 60.128750923511461 ], [ -1.15922508881178, 60.129391435823131 ], [ -1.159552681781353, 60.129249845630042 ], [ -1.16001337551894, 60.129535615712733 ], [ -1.160191518145408, 60.13066813758406 ], [ -1.160966728401374, 60.130973856186152 ], [ -1.160895370736013, 60.131655831240359 ], [ -1.162110159025706, 60.133152287749688 ], [ -1.162195242558888, 60.136320721665442 ], [ -1.164351931785387, 60.140583341197932 ], [ -1.166475426680571, 60.141054659456302 ], [ -1.169304975234089, 60.140662075134287 ], [ -1.169883295676158, 60.141076950421429 ], [ -1.170227681875713, 60.140914786635165 ], [ -1.171869259399675, 60.141365040745896 ], [ -1.172448617429381, 60.141238460756725 ], [ -1.172387873034712, 60.140000736999006 ], [ -1.172906460604197, 60.139496645845306 ], [ -1.17407641743333, 60.139366560674141 ], [ -1.174403244872983, 60.138178843230826 ], [ -1.175213516857977, 60.138174910213294 ], [ -1.175691947402423, 60.137042008903627 ], [ -1.175113674038507, 60.136769031642658 ], [ -1.175837593312303, 60.136257228072445 ], [ -1.175109803466352, 60.135484970511584 ], [ -1.175440084301504, 60.135235606547006 ], [ -1.173473248061053, 60.134700757112121 ], [ -1.174667553390697, 60.134454088566528 ], [ -1.174338947658526, 60.133558602417928 ], [ -1.17513648582924, 60.132979916825278 ], [ -1.175057153921941, 60.132193735461939 ], [ -1.175768964291195, 60.132162248671484 ], [ -1.176046419564437, 60.129703650214537 ], [ -1.17488132689043, 60.128071147217668 ], [ -1.174044870357983, 60.127693293998867 ], [ -1.173559231862327, 60.126603770629991 ], [ -1.171559662981682, 60.125244386035455 ], [ -1.171469422882052, 60.122747576151177 ], [ -1.171922435642048, 60.121906354600718 ], [ -1.172556666000783, 60.121730732079499 ], [ -1.172127899005165, 60.121606832307307 ], [ -1.172518682938705, 60.121092964312453 ], [ -1.172894144852024, 60.121189592091426 ], [ -1.173208444742862, 60.120854830522177 ], [ -1.173787211386725, 60.12109639350178 ], [ -1.173983544523109, 60.120801301082807 ], [ -1.175084524200099, 60.121028155406677 ], [ -1.174176502223068, 60.120640876856136 ], [ -1.174978419299243, 60.119155310175429 ], [ -1.175373316145883, 60.119193686607979 ], [ -1.175864111860121, 60.120795056916506 ], [ -1.176479943170774, 60.120273598242775 ], [ -1.177083582838189, 60.120600604758444 ], [ -1.177589765214609, 60.120145804450175 ], [ -1.177462450882762, 60.120921723164031 ], [ -1.178091710912206, 60.120943587974665 ], [ -1.177614525743949, 60.121317756539298 ], [ -1.178395320436635, 60.121758097888176 ], [ -1.178692695987456, 60.121378322080268 ], [ -1.178634524556876, 60.121907739790387 ], [ -1.179495357550625, 60.122025316220331 ], [ -1.179778227705862, 60.122951935331109 ], [ -1.180213889901701, 60.122438323051696 ], [ -1.180615709460378, 60.1225620297596 ], [ -1.180946487389599, 60.122285717492666 ], [ -1.181507900538618, 60.122504690799722 ], [ -1.182412316172351, 60.124494699101916 ], [ -1.183760281944352, 60.124565867118285 ], [ -1.184772730859129, 60.125833691294105 ], [ -1.186921570765766, 60.126637074825496 ], [ -1.186965704364709, 60.127036923619322 ], [ -1.187541102655743, 60.127058412411678 ], [ -1.188190341249718, 60.127735838442085 ], [ -1.188307375105397, 60.127368405250223 ], [ -1.191183652236372, 60.128607178886178 ], [ -1.191411191124509, 60.127769005955443 ], [ -1.192102968949552, 60.128036319286601 ], [ -1.192571278465572, 60.127874853799604 ], [ -1.19360592584608, 60.128400157757035 ], [ -1.194909100692205, 60.128175520912841 ], [ -1.197036540630865, 60.129134847550255 ], [ -1.198135616311763, 60.129235786914151 ], [ -1.198450717411581, 60.12982314171807 ], [ -1.199013290121417, 60.12955986022741 ], [ -1.199089980943727, 60.130329846590826 ], [ -1.199878949916804, 60.130602195888109 ], [ -1.201225088843852, 60.13083480050139 ], [ -1.203950183697398, 60.13061415055833 ], [ -1.203995229035035, 60.129046643095144 ], [ -1.204368657273667, 60.128862117808474 ], [ -1.204601011663876, 60.129228070895756 ], [ -1.204414317518664, 60.128760028497041 ], [ -1.205047772159777, 60.128614775521022 ], [ -1.20525004721314, 60.127316690635091 ], [ -1.206058428637961, 60.127379903096575 ], [ -1.206058934180883, 60.124742697779595 ], [ -1.206405650188998, 60.125516093801608 ], [ -1.206610553530195, 60.123881299986571 ], [ -1.204467748734882, 60.12251706903065 ], [ -1.202226724856944, 60.122244987910207 ], [ -1.20113877224503, 60.122436872770031 ], [ -1.195714450436851, 60.118991922147536 ], [ -1.195481483311336, 60.119248212606877 ], [ -1.195211601374699, 60.11873116234591 ], [ -1.194383555993741, 60.118819512896756 ], [ -1.194982362761921, 60.118318518163633 ], [ -1.19425718055964, 60.118542182282802 ], [ -1.193674118490437, 60.11817766679556 ], [ -1.193939123062586, 60.117641420790065 ], [ -1.194491151960567, 60.117729184528734 ], [ -1.193900071987107, 60.117398742459478 ], [ -1.194688294617313, 60.11672919327804 ], [ -1.194504047980269, 60.116243191491279 ], [ -1.195294251149479, 60.116154610496714 ], [ -1.195401602460349, 60.116843075823184 ], [ -1.195954845795188, 60.116142459856945 ], [ -1.195562883680918, 60.115762949774286 ], [ -1.196193577571325, 60.115870040826714 ], [ -1.196727097169099, 60.115534758796059 ], [ -1.197170830196517, 60.113565598580252 ], [ -1.196552103082582, 60.112008429694654 ], [ -1.197372926716025, 60.111470160126743 ], [ -1.197107548878141, 60.110917223135665 ], [ -1.198090257066922, 60.110748081401255 ], [ -1.197587180712686, 60.11005722053094 ], [ -1.198464074798867, 60.10957764942949 ], [ -1.197792030714768, 60.109030332912063 ], [ -1.198289129364769, 60.109226398105783 ], [ -1.198841397721394, 60.10855808959041 ], [ -1.199162843573829, 60.108950633067735 ], [ -1.19992070399146, 60.108852850232701 ], [ -1.199967397229189, 60.10848498149435 ], [ -1.199146527037231, 60.108140602436428 ], [ -1.199666200181253, 60.107776491331535 ], [ -1.19937271786742, 60.106305705093462 ], [ -1.20008196081696, 60.106207627578286 ], [ -1.201265869243932, 60.107231229885457 ], [ -1.202586525351381, 60.107139519276046 ], [ -1.202601266294299, 60.106901656906786 ], [ -1.203691406953972, 60.10697017417224 ], [ -1.20392940919813, 60.107393631679315 ], [ -1.204864714142914, 60.107618345763605 ], [ -1.205307034699063, 60.107401008541316 ], [ -1.204200949891705, 60.106202814558671 ], [ -1.204795799485503, 60.105626326225661 ], [ -1.203912446396913, 60.105710811243135 ], [ -1.203856218345644, 60.105432115230535 ], [ -1.204400803868378, 60.105224375182637 ], [ -1.204529726981231, 60.105472080179666 ], [ -1.206989199486348, 60.105289288237792 ], [ -1.208512711333561, 60.104759646570827 ], [ -1.209259047345555, 60.104386975721916 ], [ -1.208567572192043, 60.104346927378117 ], [ -1.20932977198883, 60.103687013842013 ], [ -1.208879459266288, 60.103715751571542 ], [ -1.208906587283834, 60.103334293998415 ], [ -1.209743478504663, 60.102558093619258 ], [ -1.210479521237074, 60.102989000641962 ], [ -1.210305746433892, 60.102359414347262 ], [ -1.210979223466405, 60.102022216537094 ], [ -1.211776689847338, 60.10236638332114 ], [ -1.212090112967957, 60.102119522611297 ], [ -1.212884811059408, 60.102278692950371 ], [ -1.212794004962719, 60.102089588146569 ], [ -1.21324172703181, 60.102545703079144 ], [ -1.213673741583072, 60.101623403278204 ], [ -1.215382636030862, 60.101756557258 ], [ -1.215280345639276, 60.101293518042411 ], [ -1.216554583307323, 60.101478853744467 ], [ -1.217307688955783, 60.100282778001102 ], [ -1.217824411899694, 60.10025709792631 ], [ -1.217361808444115, 60.100654840151513 ], [ -1.217924471498734, 60.10104337601463 ], [ -1.219116993840334, 60.100578104572229 ], [ -1.220892909243225, 60.100841782328416 ], [ -1.221442434679455, 60.100493027178011 ], [ -1.222809718280057, 60.1010802233411 ], [ -1.224530238547423, 60.100336052471704 ], [ -1.225607722692855, 60.100553371768953 ], [ -1.225922203674443, 60.099872786048586 ], [ -1.224462993973514, 60.099753801655403 ], [ -1.223598040756766, 60.097841533994632 ], [ -1.222626948598969, 60.097768491055511 ], [ -1.221908017072763, 60.09729644729515 ], [ -1.220785046537882, 60.097411960897276 ], [ -1.220682258849801, 60.097652898556127 ], [ -1.22043724120383, 60.097139637004908 ], [ -1.21967451897219, 60.097076778346782 ], [ -1.218474381070047, 60.096122384669968 ], [ -1.217980598042291, 60.094575031441387 ], [ -1.217546266848855, 60.094693685464271 ], [ -1.217382715880887, 60.094387422886427 ], [ -1.217167248922958, 60.094754299788598 ], [ -1.215288941567834, 60.093593830177085 ], [ -1.214849810216942, 60.09391448098431 ], [ -1.214249714554447, 60.093821127589841 ], [ -1.214257085481383, 60.093511385716354 ], [ -1.213926555530572, 60.093801250517885 ], [ -1.212756874317247, 60.093466555647801 ], [ -1.212783627102089, 60.093098563620991 ], [ -1.212072148074009, 60.093529826691885 ], [ -1.210912556499781, 60.093150278957978 ], [ -1.210687899362138, 60.092394678572425 ], [ -1.211522845713854, 60.092062930643124 ], [ -1.210141051793349, 60.091955920804111 ], [ -1.208095399003928, 60.090668638099871 ], [ -1.208252654765414, 60.090108372242739 ], [ -1.206830975829229, 60.089794564821574 ], [ -1.20816816218782, 60.088383840106935 ], [ -1.207622814322166, 60.087886714737365 ], [ -1.208344455294604, 60.087778791342188 ], [ -1.207053283495583, 60.086900069755714 ], [ -1.207748591032024, 60.086765053986262 ], [ -1.206902627315158, 60.086436732633842 ], [ -1.207411058316014, 60.085474502155137 ], [ -1.208793310141937, 60.084800344431095 ], [ -1.208362569145925, 60.08439818947582 ], [ -1.209646914004848, 60.084432802939801 ], [ -1.210414880795437, 60.08313538645227 ], [ -1.211045138771472, 60.083462400080762 ], [ -1.211111381809591, 60.082946484559741 ], [ -1.211518180846985, 60.083222777622538 ], [ -1.212372034705129, 60.082841751271097 ], [ -1.212589717461352, 60.083134874073217 ], [ -1.213803831488006, 60.082720064114582 ], [ -1.212627162717692, 60.08231797964433 ], [ -1.21267401727797, 60.081860313535238 ], [ -1.211192736831605, 60.081797617529887 ], [ -1.211481259511144, 60.081004667622679 ], [ -1.212019397124865, 60.081048279614521 ], [ -1.211297307084247, 60.080428895426955 ], [ -1.210495616087933, 60.080509418912818 ], [ -1.210974859037281, 60.079632304045035 ], [ -1.212310564914136, 60.079012606560248 ], [ -1.21179976537158, 60.078653086507963 ], [ -1.212249702290468, 60.077947297427485 ], [ -1.211629437074734, 60.078335102082072 ], [ -1.211644707971662, 60.076565369477841 ], [ -1.212371762516492, 60.075993226438911 ], [ -1.213605597288198, 60.075720409491488 ], [ -1.214310294923718, 60.075708432507156 ], [ -1.214120044238171, 60.075925500234455 ], [ -1.21642352600884, 60.075254037837574 ], [ -1.217131292149173, 60.073291756530004 ], [ -1.21469065952956, 60.071952845021663 ], [ -1.21306851851077, 60.072240423683233 ], [ -1.212069001483097, 60.073542763252348 ], [ -1.209014725669576, 60.072926518524625 ], [ -1.208556697935413, 60.072169516306076 ], [ -1.207502706101642, 60.073038692649739 ], [ -1.208008973880421, 60.07215725985008 ], [ -1.209001358653672, 60.071983609230131 ], [ -1.208464066744281, 60.071535919547365 ], [ -1.210499726502484, 60.070560354891889 ], [ -1.210234274566783, 60.070090049801443 ], [ -1.210921784504765, 60.069739468044254 ], [ -1.210545450147282, 60.068947042189777 ], [ -1.212502083333361, 60.068489082987192 ], [ -1.212007060251504, 60.067851297189875 ], [ -1.210923683929712, 60.06785381999525 ], [ -1.210606699247989, 60.066909099281048 ], [ -1.209927801187895, 60.066976881740587 ], [ -1.209865430919935, 60.066655049127085 ], [ -1.210231126638666, 60.066462380960907 ], [ -1.211748194516291, 60.066652810357184 ], [ -1.21309859795746, 60.065392967040403 ], [ -1.212902685948964, 60.064944630904733 ], [ -1.212249714360988, 60.06437863834951 ], [ -1.208333625257998, 60.064155024215836 ], [ -1.208808003246168, 60.063998927630792 ], [ -1.208798071365426, 60.063363130997374 ], [ -1.20729818750256, 60.062013536828914 ], [ -1.208062269063087, 60.061535024240158 ], [ -1.206825833250313, 60.061487209936779 ], [ -1.207436821460268, 60.061325651768961 ], [ -1.207733641844065, 60.060182563217047 ], [ -1.206069235100818, 60.060381803753273 ], [ -1.206185386560732, 60.060182261331185 ], [ -1.204221904280178, 60.059747537527834 ], [ -1.204118960027359, 60.059099507078827 ], [ -1.202162699016627, 60.059709094436975 ], [ -1.201089746626569, 60.059216836107083 ], [ -1.200561303565804, 60.059456086272228 ], [ -1.200740995287509, 60.058858249110997 ], [ -1.200305622348178, 60.058739784261228 ], [ -1.201253273895852, 60.058098098067099 ], [ -1.200032936186542, 60.058132926952368 ], [ -1.200854571270968, 60.05750305257925 ], [ -1.199695609495627, 60.057154830449235 ], [ -1.201196358015209, 60.056513795932133 ], [ -1.200681995576425, 60.055652262185802 ], [ -1.200429498172188, 60.055473842803302 ], [ -1.199272480957901, 60.056160948596592 ], [ -1.198451454000401, 60.055580399092086 ], [ -1.199163286919407, 60.054588899364695 ], [ -1.198722737004398, 60.054983119235317 ], [ -1.197308593108168, 60.054868588902359 ], [ -1.198198865252464, 60.053924869599157 ], [ -1.199933648113686, 60.053477426395681 ], [ -1.199758429532407, 60.05300046019336 ], [ -1.200953092160931, 60.052682629555683 ], [ -1.201156066317081, 60.052308518196398 ], [ -1.200350555948061, 60.052128553266186 ], [ -1.201807590389923, 60.05187515650502 ], [ -1.200594437283896, 60.051770852884736 ], [ -1.201591652218226, 60.051670919612135 ], [ -1.203992877922121, 60.050459709405345 ], [ -1.203811904668848, 60.049921654226701 ], [ -1.203374995991482, 60.050020490256834 ], [ -1.204096927280993, 60.048523486818219 ], [ -1.203502173235622, 60.047572583280427 ], [ -1.20157998925459, 60.047021333179657 ], [ -1.198441551820837, 60.045096926107504 ], [ -1.198094737188148, 60.045258248281876 ], [ -1.198083065371874, 60.044925042653958 ], [ -1.197189864308481, 60.044963622527483 ], [ -1.197318570727532, 60.044690532755425 ], [ -1.196428602544537, 60.044596232284313 ], [ -1.195943464640475, 60.044022195057011 ], [ -1.194585681410121, 60.044414413234662 ], [ -1.19166998991594, 60.044568130256522 ], [ -1.188945304779238, 60.044106070724851 ], [ -1.186573228061875, 60.042375540093943 ], [ -1.186661796787846, 60.041693650994894 ], [ -1.186189020675514, 60.041720374361731 ], [ -1.185078175492457, 60.040759023758227 ], [ -1.180668531456863, 60.04057912571519 ], [ -1.179733055978045, 60.040878625940543 ], [ -1.180186134977657, 60.040994576061458 ], [ -1.17738635831153, 60.041332773517262 ], [ -1.17772744118269, 60.041476769420463 ], [ -1.175481648793367, 60.042129057746173 ], [ -1.174963261621257, 60.042040520239311 ], [ -1.175990443899565, 60.041521629545748 ], [ -1.174192251573827, 60.042004279801439 ], [ -1.173444235126403, 60.041406965569152 ], [ -1.17308493065212, 60.041777364715379 ], [ -1.171970897546071, 60.041460604152839 ], [ -1.171559917740861, 60.040667841929945 ], [ -1.172154120161443, 60.040236061726446 ], [ -1.172735737587797, 60.04030704718317 ], [ -1.173207986158438, 60.039367162571693 ], [ -1.175017993523091, 60.039845396584461 ], [ -1.173894128264756, 60.039205331814664 ], [ -1.174578136181895, 60.039128788596834 ], [ -1.175226425107342, 60.038324686841094 ], [ -1.175991618835726, 60.038230683931417 ], [ -1.175774189082339, 60.037591790660244 ], [ -1.174669691524882, 60.037257152777194 ], [ -1.174647105422709, 60.036363560169214 ], [ -1.173816996772983, 60.035824100794912 ], [ -1.174400751912783, 60.035086945251436 ], [ -1.176219327995014, 60.035716969607527 ], [ -1.177563432150969, 60.037241959259553 ], [ -1.17826164766299, 60.037241810505378 ], [ -1.17840363536971, 60.037595583567608 ], [ -1.178835480549129, 60.037407902665571 ], [ -1.180864537371856, 60.037664727770021 ], [ -1.181454161790256, 60.037120635371103 ], [ -1.182253965631641, 60.037585329565957 ], [ -1.182995151849215, 60.037298978556187 ], [ -1.183462861168812, 60.037547903216868 ], [ -1.183572752870554, 60.037313321426161 ], [ -1.185125425813579, 60.037236696836707 ], [ -1.186260959051564, 60.036824351852971 ], [ -1.189457251144212, 60.037132222111907 ], [ -1.189430324537323, 60.037572047460309 ], [ -1.190171361991276, 60.037509242495631 ], [ -1.190049494832198, 60.037134953223529 ], [ -1.19095393401925, 60.036848659839194 ], [ -1.190517891981595, 60.037357816686949 ], [ -1.192087823636589, 60.037161790094778 ], [ -1.19544560622088, 60.038065835257726 ], [ -1.195890822740161, 60.037619573991059 ], [ -1.196646860218038, 60.037529885822813 ], [ -1.197055098916258, 60.037940927531217 ], [ -1.198216927982447, 60.03769745252125 ], [ -1.200432613430841, 60.03840856687431 ], [ -1.202332309010415, 60.037935153502161 ], [ -1.202965975364517, 60.038081746633708 ], [ -1.202758772548542, 60.037294801712626 ], [ -1.204182289067283, 60.036989098424954 ], [ -1.205595683810787, 60.035608487311244 ], [ -1.207679044500977, 60.035250139287733 ], [ -1.207126906364127, 60.036196847874152 ], [ -1.207440598873756, 60.036438477879727 ], [ -1.207844626241121, 60.036205639275359 ], [ -1.208016867695426, 60.036958244869709 ], [ -1.208970876103062, 60.037144440870193 ], [ -1.209424463529712, 60.036715245631839 ], [ -1.209959140641418, 60.036798357736565 ], [ -1.210683987607839, 60.03643363429817 ], [ -1.211157152216888, 60.036612453657085 ], [ -1.211669572592389, 60.039212343724181 ], [ -1.212877596106798, 60.04079721466767 ], [ -1.21159482029163, 60.041295111420247 ], [ -1.210193430998422, 60.040969777384149 ], [ -1.209191137007185, 60.041071539800853 ], [ -1.207452085183398, 60.041954576066637 ], [ -1.207515012136039, 60.045623024843934 ], [ -1.207863505287601, 60.046139630210185 ], [ -1.208734304534197, 60.046137659515118 ], [ -1.209020622935988, 60.046552422903417 ], [ -1.209552187511419, 60.046171284277484 ], [ -1.208613706819613, 60.045099821396704 ], [ -1.208834535865909, 60.044574053934269 ], [ -1.209891121383474, 60.044308295850961 ], [ -1.209911119223433, 60.043546067251903 ], [ -1.212863267394152, 60.043663342335975 ], [ -1.213570739219598, 60.043505922805302 ], [ -1.213441834736007, 60.043189082656909 ], [ -1.215423817251178, 60.042882986633046 ], [ -1.214425751316558, 60.041443955398968 ], [ -1.216533622179686, 60.039910214128582 ], [ -1.216535184558365, 60.038706988626409 ], [ -1.215726200711379, 60.037850949165978 ], [ -1.215021272460327, 60.037982354779722 ], [ -1.215600177153102, 60.037715511152037 ], [ -1.215259391354148, 60.037023873719519 ], [ -1.212898681795973, 60.035382780414473 ], [ -1.21293800215483, 60.034710459399854 ], [ -1.213217220410991, 60.034893504498442 ], [ -1.213625113269019, 60.034495450939836 ], [ -1.213850115021252, 60.034694335117095 ], [ -1.214178725401018, 60.034384704261313 ], [ -1.214451302595529, 60.03454525884537 ], [ -1.214511318664318, 60.033982608716471 ], [ -1.215972908794965, 60.033877245470798 ], [ -1.217197762557225, 60.03414400654443 ], [ -1.21930099957721, 60.032400975058579 ], [ -1.220665554684152, 60.033364429984388 ], [ -1.220636387623544, 60.033764737841487 ], [ -1.222128078603989, 60.033980945341867 ], [ -1.224347122025752, 60.033717417102423 ], [ -1.225410867231461, 60.032972080438263 ], [ -1.226888054654035, 60.033885845611998 ], [ -1.228506221084625, 60.034067700893559 ], [ -1.232304894040186, 60.033711779939267 ], [ -1.23334730517953, 60.0332598811152 ], [ -1.233109919312527, 60.032661377383455 ], [ -1.23406816464338, 60.03080371559539 ], [ -1.233202782354029, 60.028652632710518 ], [ -1.234102617227132, 60.026987687508587 ], [ -1.233544095299689, 60.027473825886439 ], [ -1.232719175720035, 60.026678856928299 ], [ -1.233091713917493, 60.026088380533224 ], [ -1.232545262887528, 60.026053781645594 ], [ -1.232029352180871, 60.025476106288174 ], [ -1.231682763444119, 60.02572102501918 ], [ -1.231010836253117, 60.024908975188929 ], [ -1.230354175856068, 60.02344151658626 ], [ -1.231184250532462, 60.022463105682398 ], [ -1.230079615875758, 60.02058896696515 ], [ -1.228990456345521, 60.020367113667 ], [ -1.227756210948135, 60.020597862354641 ], [ -1.227296753846884, 60.020298857913303 ], [ -1.228297182258061, 60.020093686845442 ], [ -1.227215134006219, 60.019952674710446 ], [ -1.2276113884646, 60.019115418810927 ], [ -1.22692403794962, 60.019358333547274 ], [ -1.226798107142305, 60.018989442401065 ], [ -1.227760323542721, 60.018882825145511 ], [ -1.226871783138709, 60.01852294556496 ], [ -1.228206488500356, 60.018211977543231 ], [ -1.2280937004702, 60.017663576736773 ], [ -1.226469937434352, 60.017294908911559 ], [ -1.22679250713574, 60.016924151872736 ], [ -1.226271699013125, 60.016412871098282 ], [ -1.225694312720421, 60.016711197259788 ], [ -1.224615938144638, 60.016418433193358 ], [ -1.224532450191985, 60.016000401933908 ], [ -1.223932612698215, 60.016108225721581 ], [ -1.222490314620742, 60.014662149062424 ], [ -1.22226105181037, 60.012585662649812 ], [ -1.2232045356754, 60.011740862778318 ], [ -1.222904442827001, 60.011536164312055 ], [ -1.223723211570604, 60.011496079055362 ], [ -1.22326020785905, 60.011278751191782 ], [ -1.223993234001562, 60.010687723481539 ], [ -1.223592568759463, 60.010642269183698 ], [ -1.223904378169911, 60.008662347962662 ], [ -1.223243884207471, 60.008532755899203 ], [ -1.223656061601617, 60.008238857764212 ], [ -1.223365694690861, 60.007543942080623 ], [ -1.22125242480989, 60.006662299688756 ], [ -1.218670156223718, 60.006739545137975 ], [ -1.217306352923256, 60.006248382519324 ], [ -1.216982858619278, 60.00643054396366 ], [ -1.216928591858419, 60.005919294094262 ], [ -1.21611248396295, 60.006610359674589 ], [ -1.216505110597498, 60.005855723981163 ], [ -1.215946303426257, 60.005751840251577 ], [ -1.215966467157598, 60.004748061825403 ], [ -1.215343626269744, 60.00462314286051 ], [ -1.215599377720787, 60.004120916246549 ], [ -1.214998714629178, 60.004120043135842 ], [ -1.214775265824915, 60.003485666879989 ], [ -1.21435564442728, 60.003487662374894 ], [ -1.214657380268217, 60.002785469922365 ], [ -1.213366222423682, 60.001358143942078 ], [ -1.213557652522535, 60.000771131537398 ], [ -1.212820315069051, 59.999506928219731 ], [ -1.210534818542401, 59.998136501181172 ], [ -1.210796815516858, 59.997297592123516 ], [ -1.210136927999047, 59.997379851308267 ], [ -1.209642982365468, 59.99644213898938 ], [ -1.207850736889562, 59.996274265429115 ], [ -1.20774528115535, 59.995811192390853 ], [ -1.206367444602999, 59.995482357193993 ], [ -1.206518320432388, 59.994870866026353 ], [ -1.205138917497763, 59.995431870427815 ], [ -1.205365612808348, 59.995098301175361 ], [ -1.204803999940584, 59.995344550398208 ], [ -1.204989129773966, 59.995025098688885 ], [ -1.204644729953651, 59.995183757721271 ], [ -1.203504506479308, 59.994741385841806 ], [ -1.204162949849754, 59.994568458891884 ], [ -1.203014594386549, 59.994390927094059 ], [ -1.202772933935254, 59.99385519240672 ], [ -1.202250733511591, 59.993953507873108 ], [ -1.20225898892083, 59.993386955022594 ], [ -1.201794288203977, 59.993851977054327 ], [ -1.201487149683457, 59.993579839834034 ], [ -1.201406718248469, 59.992305170780682 ], [ -1.199901345274474, 59.992293368455186 ], [ -1.201319907718664, 59.991965223016678 ], [ -1.200131363844413, 59.991823340464244 ], [ -1.201131833234349, 59.991587847132109 ], [ -1.199285782119878, 59.991656588002037 ], [ -1.199026223362356, 59.991048901850434 ], [ -1.198361231462636, 59.991272048278923 ], [ -1.197992419842662, 59.990958222893532 ], [ -1.198538402924226, 59.990319505833376 ], [ -1.198879089849359, 59.990536181135532 ], [ -1.199360773779146, 59.989441812712222 ], [ -1.200685281251123, 59.989813501273908 ], [ -1.20120259628649, 59.990957020047432 ], [ -1.201216498384122, 59.990007976668331 ], [ -1.20182157319045, 59.989814984103802 ], [ -1.202772899283067, 59.990725856711727 ], [ -1.202663450302973, 59.989910760536468 ], [ -1.204539138881614, 59.990395284997 ], [ -1.204655106287207, 59.990043989090395 ], [ -1.205071280541299, 59.990103962496526 ], [ -1.205290093907269, 59.990471640243889 ], [ -1.205496087512226, 59.99010292629989 ], [ -1.205926006038498, 59.990262651461016 ], [ -1.20646444219828, 59.99000727899805 ], [ -1.206803275775803, 59.990378368909433 ], [ -1.207066496561134, 59.989414659265492 ], [ -1.208666464804605, 59.989212338520147 ], [ -1.208600063155937, 59.988915619218645 ], [ -1.206160775956076, 59.988317319380087 ], [ -1.208425424975383, 59.986621223430596 ], [ -1.207152685295568, 59.986259800282959 ], [ -1.20751150450825, 59.985343356224263 ], [ -1.208174476134918, 59.985347332103117 ], [ -1.208226118069294, 59.984985770009196 ], [ -1.209787633730113, 59.98488377570299 ], [ -1.207442007825877, 59.984576992458486 ], [ -1.208558956993797, 59.983654316919946 ], [ -1.20605594862725, 59.982889511457792 ], [ -1.20727950805189, 59.98192887573537 ], [ -1.2069688142576, 59.981058697677717 ], [ -1.206213199236563, 59.981260686072837 ], [ -1.204658357425588, 59.980268980067542 ], [ -1.204845582244616, 59.979933377765711 ], [ -1.206110861443742, 59.979846704935859 ], [ -1.204226607787856, 59.979220272698981 ], [ -1.203071736559943, 59.978441075797939 ], [ -1.203253783456297, 59.977948303836151 ], [ -1.204871866498742, 59.977715609965166 ], [ -1.20503521583763, 59.977254151154462 ], [ -1.205902314474134, 59.977331203309021 ], [ -1.206490159719525, 59.976724133389922 ], [ -1.205558804909252, 59.975964259537193 ], [ -1.204473772462729, 59.976011604837659 ], [ -1.203677259940838, 59.975234570632352 ], [ -1.20258296877791, 59.975295313681308 ], [ -1.20187834685033, 59.974424538714864 ], [ -1.202816570607113, 59.973402056687533 ], [ -1.204727823454296, 59.973260929381304 ], [ -1.204730570350231, 59.972398917201232 ], [ -1.206905974590718, 59.972070780364533 ], [ -1.209059333843865, 59.973417145369751 ], [ -1.209882417609552, 59.973457990327809 ], [ -1.209370863399692, 59.973499825982607 ], [ -1.211054975411393, 59.974246213404918 ], [ -1.211374606394751, 59.975119129766256 ], [ -1.210951737595974, 59.975197419013448 ], [ -1.211807171911149, 59.975763743152669 ], [ -1.212479761701919, 59.975731837767746 ], [ -1.212881495188531, 59.974656698266564 ], [ -1.213833447486811, 59.975308889270764 ], [ -1.214677837414342, 59.977100823802047 ], [ -1.213208166978051, 59.977123504624089 ], [ -1.213797319288441, 59.97758945480706 ], [ -1.213203523209479, 59.978452435567021 ], [ -1.213890591507319, 59.978945906762995 ], [ -1.2130433931153, 59.979537994809995 ], [ -1.213499268659084, 59.979581117810838 ], [ -1.213111679262035, 59.980058311673844 ], [ -1.213467963221022, 59.980145738601124 ], [ -1.212939672990813, 59.980133612086121 ], [ -1.213410884647555, 59.981041547398235 ], [ -1.213104072049062, 59.981587466019349 ], [ -1.212438083711892, 59.981713698567816 ], [ -1.212848304703206, 59.981869692462404 ], [ -1.211985910884235, 59.982795718625823 ], [ -1.212006086841733, 59.984058348787038 ], [ -1.213719055701654, 59.984368470025132 ], [ -1.215385523305867, 59.985206283650207 ], [ -1.216254598515728, 59.984906142192045 ], [ -1.2175526306572, 59.985906514112429 ], [ -1.216133827432523, 59.988954252628638 ], [ -1.216911808547819, 59.989631426097468 ], [ -1.217583633249573, 59.989491735995969 ], [ -1.218040086767469, 59.989820391953273 ], [ -1.218881969990512, 59.992428508233125 ], [ -1.220538111665441, 59.994948038077951 ], [ -1.222149757614367, 59.99471419434802 ], [ -1.223544537543851, 59.995549403050347 ], [ -1.225238747482906, 59.99569493806009 ], [ -1.226917962763369, 59.995484778844563 ], [ -1.228518027641026, 59.994823369785813 ], [ -1.229240423733886, 59.991354349398087 ], [ -1.231056692738912, 59.989629212807827 ], [ -1.230720320533881, 59.988831678181825 ], [ -1.231190008159872, 59.988517439117423 ], [ -1.230197624133354, 59.987414374936655 ], [ -1.230649023216368, 59.987115296222306 ], [ -1.231250132374033, 59.987238222047488 ], [ -1.231389366289481, 59.986720919811312 ], [ -1.233205091166544, 59.985855979026091 ], [ -1.233167300107425, 59.985165242363621 ], [ -1.231889918774909, 59.984608280088544 ], [ -1.232059774402814, 59.984005850581646 ], [ -1.2313491123639, 59.983199854550257 ], [ -1.231930388237325, 59.983015565934103 ], [ -1.2327387700872, 59.983780821141067 ], [ -1.233594143717226, 59.983832479949719 ], [ -1.232367372880383, 59.981942371304797 ], [ -1.234084182330869, 59.981391123823265 ], [ -1.234142606874403, 59.981111304596595 ], [ -1.237961591996564, 59.981787992859033 ], [ -1.237581667449719, 59.982101875930226 ], [ -1.23908960112757, 59.982060286674844 ], [ -1.239101275961842, 59.982644913949251 ], [ -1.240642774403978, 59.982468809000743 ], [ -1.240963496442149, 59.982705015146209 ], [ -1.239818810015272, 59.983549680750258 ], [ -1.240771253201423, 59.983196880108487 ], [ -1.242488373745204, 59.983413265269284 ], [ -1.241607933513454, 59.984222645782417 ], [ -1.242284408969095, 59.984340566518469 ], [ -1.239929095592909, 59.985540153275181 ], [ -1.239654889459088, 59.986088115177587 ], [ -1.240969155328744, 59.98731238348028 ], [ -1.240653352939454, 59.987563787831846 ], [ -1.24165744222717, 59.987856896831744 ], [ -1.241244642291667, 59.988039502223607 ], [ -1.242496282018369, 59.988009869851105 ], [ -1.242647167963367, 59.988308851237136 ], [ -1.241916007628382, 59.988462694927271 ], [ -1.243926485362287, 59.989345219074771 ], [ -1.242656252705832, 59.989323575994497 ], [ -1.242685096254894, 59.990179478446123 ], [ -1.241765659908676, 59.990570196151737 ], [ -1.242726330189748, 59.991120756110945 ], [ -1.24236966569104, 59.992139669022826 ], [ -1.243378671700893, 59.992302591062362 ], [ -1.24304003558626, 59.992375180234895 ], [ -1.243899377804745, 59.992734787396323 ], [ -1.245016721124302, 59.992628036955658 ], [ -1.244628506994809, 59.99235912977398 ], [ -1.24557609031163, 59.9924651135495 ], [ -1.247658744283589, 59.992946612307982 ], [ -1.248145789610966, 59.993443251543894 ], [ -1.248586944725101, 59.993038994902399 ], [ -1.251408946755276, 59.993090034732639 ], [ -1.252168142659979, 59.994000354565067 ], [ -1.252475184291407, 59.996480018241748 ], [ -1.255060046958673, 59.996688058441805 ], [ -1.257393435221415, 59.99543779513828 ], [ -1.257562471270344, 59.992852683170653 ], [ -1.256521172560043, 59.991488246323605 ], [ -1.256712489155585, 59.991269327887224 ], [ -1.257245934597486, 59.991539913803742 ], [ -1.257782952543432, 59.991331018433506 ], [ -1.257942228894063, 59.991662354539748 ], [ -1.258603241396725, 59.991679534798493 ], [ -1.260034680993968, 59.991067982690105 ], [ -1.259653287317716, 59.990167907469811 ], [ -1.259996809896057, 59.989974081571731 ], [ -1.260325283934325, 59.990173467576973 ], [ -1.259922831780287, 59.989654898985982 ], [ -1.260518319557244, 59.989474156247788 ], [ -1.259594166587173, 59.989123273573796 ], [ -1.259941266877186, 59.988828898752736 ], [ -1.261874489754783, 59.98853441558164 ], [ -1.262160182806521, 59.988984980791905 ], [ -1.262882185840674, 59.988755547418279 ], [ -1.263352170054705, 59.989382236106678 ], [ -1.265337773090528, 59.989554922106123 ], [ -1.265174743132608, 59.990037106015954 ], [ -1.266415968470835, 59.99007543208203 ], [ -1.267074019247146, 59.99079294501928 ], [ -1.267471711154135, 59.990072310920226 ], [ -1.268201479381481, 59.990140108974074 ], [ -1.268553452357237, 59.99051560024963 ], [ -1.269870193313547, 59.990462722231136 ], [ -1.270011184064593, 59.991141444087326 ], [ -1.271110086801166, 59.991214856854967 ], [ -1.273724381411676, 59.992068825623932 ], [ -1.274876829012527, 59.992072462173986 ], [ -1.276151420666322, 59.991489507386447 ], [ -1.277500845066029, 59.990102398423026 ], [ -1.277233597874615, 59.989042269074353 ], [ -1.275608553315286, 59.988853780887204 ], [ -1.275365026154867, 59.988515718877188 ], [ -1.273200562184395, 59.988081797816328 ], [ -1.272146467343074, 59.987522864706868 ], [ -1.271765010175726, 59.987020611121601 ], [ -1.272222314108697, 59.986516694463447 ], [ -1.27177985065795, 59.986230117099666 ], [ -1.271416624466598, 59.986563435652002 ], [ -1.271085259407299, 59.986147658260698 ], [ -1.271745362848062, 59.986207779337533 ], [ -1.271351194686398, 59.985952477022522 ], [ -1.271720288313935, 59.985711171258856 ], [ -1.269491160133368, 59.984399546189948 ], [ -1.269664926452244, 59.984158063708939 ], [ -1.26901977710813, 59.984078170365912 ], [ -1.269174802488255, 59.983630058966028 ], [ -1.269599115465863, 59.983810197690971 ], [ -1.269956288019289, 59.983540096875529 ], [ -1.269842718182829, 59.983082418500587 ], [ -1.268190273978977, 59.982688956156757 ], [ -1.268732443206765, 59.982074177038527 ], [ -1.268204502644138, 59.981556734256266 ], [ -1.269273127036208, 59.980956541799252 ], [ -1.269421734928226, 59.980310847918858 ], [ -1.270515500349833, 59.980275588076282 ], [ -1.270810017510609, 59.979348745658143 ], [ -1.27026383690294, 59.978846475118267 ], [ -1.26916985562772, 59.979137644145098 ], [ -1.26967444236337, 59.978110499107729 ], [ -1.268041481069612, 59.978144560528705 ], [ -1.267283921424676, 59.97772461407957 ], [ -1.267431251722084, 59.977218993506838 ], [ -1.266748890294952, 59.976964681785446 ], [ -1.267194337857812, 59.976589121545118 ], [ -1.26467907368339, 59.975209374972522 ], [ -1.261430302795451, 59.974841049973108 ], [ -1.259302685178899, 59.975131740350733 ], [ -1.258476490225983, 59.977069349407593 ], [ -1.257503113981203, 59.976852864776191 ], [ -1.257081464796363, 59.977200690438195 ], [ -1.255925954363239, 59.977196879389552 ], [ -1.25405213326038, 59.976310816982945 ], [ -1.254472081626324, 59.975401778162421 ], [ -1.256037389896772, 59.976142426846771 ], [ -1.254504289520192, 59.974925153279926 ], [ -1.2556303250823, 59.974402617521612 ], [ -1.255135861029077, 59.972568029558545 ], [ -1.255632615242789, 59.972384058690416 ], [ -1.256151762378835, 59.972559388602029 ], [ -1.256756575105183, 59.973149149455502 ], [ -1.256540025903083, 59.971300865432141 ], [ -1.257924327396013, 59.970917149174788 ], [ -1.258148186682381, 59.971560434895032 ], [ -1.259194838671364, 59.971456761626747 ], [ -1.259083999420554, 59.971767725351484 ], [ -1.259663766226568, 59.971313924890246 ], [ -1.260351760716299, 59.97146863418768 ], [ -1.261145552981367, 59.971055535262934 ], [ -1.261215251739544, 59.970177738933785 ], [ -1.260253886610311, 59.969752120575862 ], [ -1.260180061148084, 59.968644545408836 ], [ -1.258159870279683, 59.96767241419024 ], [ -1.258025010050196, 59.967295418900513 ], [ -1.258403883519409, 59.966932084975937 ], [ -1.259550707393095, 59.966747259220305 ], [ -1.259758069350671, 59.96700613109374 ], [ -1.260959059367541, 59.967123305105538 ], [ -1.259336808441331, 59.966059134176 ], [ -1.259604156339736, 59.965635907061206 ], [ -1.262508163077985, 59.965841624283016 ], [ -1.262754673575397, 59.965467661329249 ], [ -1.262114743229573, 59.965331191431538 ], [ -1.262950225796873, 59.965452590085043 ], [ -1.263281232131651, 59.965063832775677 ], [ -1.261802318439106, 59.965044797645433 ], [ -1.259292210719952, 59.964044800287553 ], [ -1.258841354075233, 59.963222449113637 ], [ -1.259368155666725, 59.963129325352249 ], [ -1.254739306325165, 59.961111642348044 ], [ -1.255422424974928, 59.960994274250282 ], [ -1.256301692886882, 59.961313509887709 ], [ -1.256587765831517, 59.960533910771275 ], [ -1.25829380445959, 59.961118189178634 ], [ -1.256616627828439, 59.960044694438906 ], [ -1.256963448376019, 59.959750325626992 ], [ -1.256525486088434, 59.959316847465033 ], [ -1.257321825965632, 59.959339288351345 ], [ -1.254879156249705, 59.957673309499931 ], [ -1.254892771335994, 59.956667689706663 ], [ -1.255411350493455, 59.956697553839845 ], [ -1.254480338762914, 59.955897619535598 ], [ -1.255653156027582, 59.955495673132802 ], [ -1.254507028971894, 59.955107579811745 ], [ -1.255431902545492, 59.95498259757386 ], [ -1.254850622283983, 59.954157699265906 ], [ -1.255515990942675, 59.954426346722663 ], [ -1.255733732964746, 59.953897787692021 ], [ -1.257185980700493, 59.954606363351914 ], [ -1.25756703669312, 59.954379531344095 ], [ -1.256914319958748, 59.953944845929371 ], [ -1.257472693350864, 59.954194922298022 ], [ -1.257455481241478, 59.953843729540381 ], [ -1.258343424965091, 59.954087574099837 ], [ -1.258236416418022, 59.953748448160937 ], [ -1.258927427495425, 59.953992080025763 ], [ -1.259824031607003, 59.95384805165228 ], [ -1.259395267986064, 59.953485571589589 ], [ -1.26004987153189, 59.953354550922519 ], [ -1.259792008797031, 59.95311604820683 ], [ -1.260624787751148, 59.95342511798264 ], [ -1.261294637450915, 59.953332788115489 ], [ -1.261013578852358, 59.952849019475366 ], [ -1.261877057655932, 59.952824218296215 ], [ -1.26178886041252, 59.952120635461895 ], [ -1.263194273526793, 59.952440971620284 ], [ -1.263674472849697, 59.952180553644247 ], [ -1.262710350126608, 59.95141730811406 ], [ -1.26306251556575, 59.951117565622233 ], [ -1.262311706576939, 59.950907742888603 ], [ -1.262575998261013, 59.950695509038269 ], [ -1.265161221913397, 59.951172366632484 ], [ -1.26458883862882, 59.950827062670676 ], [ -1.264828405870695, 59.950113634232572 ], [ -1.26432197276313, 59.949458905763649 ], [ -1.26491790480199, 59.949143455811644 ], [ -1.264311869714896, 59.949187670509005 ], [ -1.264279453044551, 59.948954024504744 ], [ -1.264946043081248, 59.949004431263738 ], [ -1.265257671103301, 59.948673927148242 ], [ -1.264652099655868, 59.948455048484867 ], [ -1.265137809522308, 59.947861518898307 ], [ -1.263936672013115, 59.947135573307392 ], [ -1.262321002960594, 59.947104105012407 ], [ -1.263172556201718, 59.946561115565011 ], [ -1.262487978532737, 59.94619452280169 ], [ -1.263326902727865, 59.945493423645395 ], [ -1.262648491512535, 59.945091846171444 ], [ -1.261919721397727, 59.945346380844114 ], [ -1.260442305067526, 59.945138767181589 ], [ -1.259663738344757, 59.944574982912926 ], [ -1.260348147928697, 59.944303151132743 ], [ -1.258841919679546, 59.943704751847136 ], [ -1.260381903232255, 59.943188990948876 ], [ -1.259266325550344, 59.943213264767479 ], [ -1.260061673302092, 59.942539777800768 ], [ -1.25875945887295, 59.942026029630483 ], [ -1.260996692255907, 59.941217854067084 ], [ -1.26022384589027, 59.940722348323995 ], [ -1.261864910577452, 59.939918896691282 ], [ -1.261670205385248, 59.939660995262152 ], [ -1.259978128210273, 59.939862535158092 ], [ -1.257613801571937, 59.938832782021002 ], [ -1.25856618042709, 59.938256267351967 ], [ -1.258084257675955, 59.937639364068055 ], [ -1.258405345417016, 59.937444518704922 ], [ -1.260660573654371, 59.938065979781797 ], [ -1.261053001881842, 59.937881405085193 ], [ -1.260833932468295, 59.937512918554539 ], [ -1.258365056330315, 59.936603815036079 ], [ -1.257993728949151, 59.936003695692861 ], [ -1.258693737126769, 59.935506576029624 ], [ -1.258091721646453, 59.935541804470432 ], [ -1.259569083256052, 59.934688074029637 ], [ -1.260718699080414, 59.935292551462005 ], [ -1.261960949623566, 59.935111834354764 ], [ -1.263308683185076, 59.935741641367315 ], [ -1.262449290438334, 59.934957424177114 ], [ -1.262942220505748, 59.934757242610885 ], [ -1.262291259274295, 59.934821848969143 ], [ -1.262594567316742, 59.934538895445719 ], [ -1.262091432344624, 59.934554041829884 ], [ -1.262071279692469, 59.934172302183043 ], [ -1.263316962486295, 59.934641704305221 ], [ -1.263081312177413, 59.93421386435967 ], [ -1.263920471645845, 59.93405332594152 ], [ -1.263057866087697, 59.933899452423809 ], [ -1.264165197244419, 59.933425230921813 ], [ -1.2644022465843, 59.93370940545082 ], [ -1.265516642393198, 59.933076275697331 ], [ -1.264399162215419, 59.933202048958229 ], [ -1.265439503897448, 59.932761565342602 ], [ -1.267368215522726, 59.932845919393792 ], [ -1.268921451756531, 59.933406770305858 ], [ -1.270264197156188, 59.933044249250173 ], [ -1.27052284248642, 59.932591319097952 ], [ -1.269747720568272, 59.932527767394262 ], [ -1.270168405420251, 59.93227328249889 ], [ -1.269938980226308, 59.931477331753008 ], [ -1.269092051137539, 59.931019180701412 ], [ -1.26993910197245, 59.930575795208227 ], [ -1.268802535623648, 59.929947225506048 ], [ -1.268390551624646, 59.929075730302358 ], [ -1.267646598025729, 59.928981808556884 ], [ -1.268247110910609, 59.928765143546521 ], [ -1.267679807121296, 59.928205269596432 ], [ -1.269665105418603, 59.928063622777302 ], [ -1.269922609726756, 59.927742685305724 ], [ -1.267964680439596, 59.92737355645712 ], [ -1.267821988191249, 59.926542164464806 ], [ -1.270132248540556, 59.924875805439747 ], [ -1.271628093389044, 59.924775420541792 ], [ -1.271238788697276, 59.924256053728726 ], [ -1.270294026875504, 59.924187975509312 ], [ -1.271169296309508, 59.924080570337765 ], [ -1.270116540002574, 59.923065458655813 ], [ -1.270699729230861, 59.922491304193763 ], [ -1.270128213041764, 59.922452225752842 ], [ -1.271794660152072, 59.922070827866897 ], [ -1.27063727378286, 59.921587624666756 ], [ -1.271724627696609, 59.921266779150663 ], [ -1.271550334282951, 59.920976678063752 ], [ -1.272282523939135, 59.920701457587228 ], [ -1.27165850440833, 59.920774339364428 ], [ -1.271564494428858, 59.920411947796637 ], [ -1.276194930449304, 59.919350021234884 ], [ -1.276270968182125, 59.919718596414846 ], [ -1.277768821406132, 59.919843538213797 ], [ -1.279177256564252, 59.920463640590263 ], [ -1.281519557162904, 59.920330950747186 ], [ -1.28296366418415, 59.92104279702037 ], [ -1.2868160842712, 59.921719179144553 ], [ -1.287586393042261, 59.921579669884352 ], [ -1.28953903881993, 59.922524960248879 ], [ -1.289722324488976, 59.923155406305192 ], [ -1.290741274340296, 59.923687083491743 ], [ -1.290367332465679, 59.923356425024387 ], [ -1.292016647470995, 59.922174611711149 ], [ -1.291264882954051, 59.921024797977879 ], [ -1.289572070311012, 59.920560434916617 ], [ -1.288972942280715, 59.919722118309274 ], [ -1.288270096925071, 59.919636615282165 ], [ -1.288902570111858, 59.919332928762721 ], [ -1.287591437222987, 59.917837959341213 ], [ -1.286136904507186, 59.917613691350034 ], [ -1.286616586914557, 59.917512124569321 ], [ -1.285854880675436, 59.917421800399438 ], [ -1.286088537627257, 59.917034254629343 ], [ -1.285417352750674, 59.917142863765214 ], [ -1.286261149415047, 59.916491033543089 ], [ -1.285375622438537, 59.916171958233406 ], [ -1.285625178517317, 59.915460340857891 ], [ -1.283948772137085, 59.915081297661942 ], [ -1.283687670307351, 59.914666824774187 ], [ -1.284319693296298, 59.914298505621808 ], [ -1.283774745777884, 59.914027959812287 ], [ -1.282355188947197, 59.914014856625208 ], [ -1.282382043735996, 59.913681864564609 ], [ -1.281853580859494, 59.913725681695176 ], [ -1.28205675651019, 59.913508586680834 ], [ -1.281405303377127, 59.913285940314402 ], [ -1.280818586322699, 59.913543147233895 ], [ -1.28109559803114, 59.913302211665815 ], [ -1.278844249585226, 59.913139067124369 ], [ -1.279448173338651, 59.91291339108443 ], [ -1.278614626875424, 59.912843284896397 ], [ -1.277885414844913, 59.912332852605694 ], [ -1.278247227725094, 59.912799071552641 ], [ -1.276516565090968, 59.91262257211438 ], [ -1.276842701501571, 59.912261589867306 ], [ -1.276450367536801, 59.912131031828018 ], [ -1.277185975315091, 59.911852211578989 ], [ -1.277640066122459, 59.912020819447733 ], [ -1.277360148010808, 59.911489497264796 ], [ -1.278003652293204, 59.91133408459195 ], [ -1.277839450075063, 59.910908456580927 ], [ -1.276594154228842, 59.911028243138873 ], [ -1.276018637396878, 59.910606641861321 ], [ -1.274894925103684, 59.910808792908327 ], [ -1.275370325669944, 59.91057255148089 ], [ -1.274829458992232, 59.910038891787735 ], [ -1.272747443915801, 59.91032015934838 ], [ -1.273629100049493, 59.909821268920979 ], [ -1.27156150884989, 59.910097209495781 ], [ -1.272026353853539, 59.909608598337286 ], [ -1.271633421410743, 59.909507654715483 ], [ -1.272500166100231, 59.909363378956904 ], [ -1.272053838629299, 59.909251366673367 ], [ -1.27247216711078, 59.90900853500527 ], [ -1.270412074785089, 59.909433558221821 ], [ -1.269233915280183, 59.908207621748218 ], [ -1.270742684326701, 59.907646673425347 ], [ -1.270487412186247, 59.907873340620561 ], [ -1.271127789998271, 59.907858922174938 ], [ -1.271540340828253, 59.908287726918019 ], [ -1.271785570067996, 59.908111287370176 ], [ -1.270480048688598, 59.906578458020206 ], [ -1.271595020996338, 59.906361929449922 ], [ -1.270079809234391, 59.906160493244599 ], [ -1.269638375853345, 59.905094877897433 ], [ -1.270792437311477, 59.904234743322114 ], [ -1.272663917877578, 59.904163364717803 ], [ -1.271192386840969, 59.903930753574954 ], [ -1.271905503980675, 59.903611430951194 ], [ -1.273421780533671, 59.903595548897293 ], [ -1.270940723571431, 59.903504632675414 ], [ -1.272913826088633, 59.90328026316574 ], [ -1.271814976882654, 59.903091916612219 ], [ -1.273529383742295, 59.902351584560705 ], [ -1.273177854577371, 59.902159282411681 ], [ -1.274154540524264, 59.901882705791152 ], [ -1.274590230726804, 59.901248457338149 ], [ -1.273459719807027, 59.90153047538346 ], [ -1.274200570251506, 59.900837746479034 ], [ -1.273335855757682, 59.900817719252387 ], [ -1.273735560247675, 59.900440088685627 ], [ -1.273184723246652, 59.900289790168657 ], [ -1.273375015396738, 59.89976104877374 ], [ -1.272264730529686, 59.899446929515996 ], [ -1.27382499979132, 59.898225340246 ], [ -1.270997557045389, 59.89944172619191 ], [ -1.270670582612881, 59.898783516965842 ], [ -1.271687686417528, 59.898453305330094 ], [ -1.271766534521211, 59.898852430430495 ], [ -1.276768665520533, 59.896010113989973 ], [ -1.275435652849144, 59.89632605767089 ], [ -1.277029999606254, 59.895333595243436 ], [ -1.276016646816505, 59.895251709428599 ], [ -1.276538024077779, 59.89502738985896 ], [ -1.27631675653169, 59.894600547479257 ], [ -1.277585075316875, 59.89421509853014 ], [ -1.276500344934995, 59.894047519982671 ], [ -1.27683649480646, 59.893052639766672 ], [ -1.276255698341314, 59.892559172306832 ], [ -1.275344697599242, 59.892705024137783 ], [ -1.276031180252637, 59.892364880440581 ], [ -1.27472645111382, 59.892045223186642 ], [ -1.275230751088427, 59.891700489562581 ], [ -1.273152688251274, 59.891771661426503 ], [ -1.274230857056454, 59.891498338191468 ], [ -1.273022579832501, 59.891592251963466 ], [ -1.274043223915015, 59.891170451263442 ], [ -1.272685124037308, 59.891251863524602 ], [ -1.273252100292916, 59.890737770481699 ], [ -1.272857460279342, 59.890561392157231 ], [ -1.273569901854679, 59.890259118329681 ], [ -1.271090419096111, 59.889733601559911 ], [ -1.270704256375921, 59.889252858163239 ], [ -1.271331953438581, 59.88882172060692 ], [ -1.269654665080308, 59.88887709214076 ], [ -1.272724850948709, 59.888124520250429 ], [ -1.271822321179813, 59.88796958057555 ], [ -1.272692213911109, 59.887819036875342 ], [ -1.271987845442361, 59.887345520759673 ], [ -1.27244989335226, 59.887051747573992 ], [ -1.272018429805644, 59.88619182235356 ], [ -1.272919503229267, 59.886493118906806 ], [ -1.271965756726807, 59.885659046348252 ], [ -1.273617749862095, 59.8851994285559 ], [ -1.274305707025679, 59.885441174461349 ], [ -1.275753449054797, 59.884430859438581 ], [ -1.276483622700386, 59.88503200633555 ], [ -1.28052625775438, 59.885636901282872 ], [ -1.282334302722299, 59.88481166244862 ], [ -1.282726660530904, 59.884180742743702 ], [ -1.283587125695575, 59.884046239391417 ], [ -1.285391448090378, 59.884802229185219 ], [ -1.285947133021533, 59.884633731736372 ], [ -1.285239880522601, 59.885204587112796 ], [ -1.28554988002741, 59.885495407423939 ], [ -1.286887061739173, 59.885543953071817 ], [ -1.287700500725787, 59.88510296752964 ], [ -1.288558661285884, 59.885494617847129 ], [ -1.288975324181274, 59.88623049062069 ], [ -1.293720012029219, 59.886775009482463 ], [ -1.298186071933748, 59.885202306780144 ], [ -1.300500173553386, 59.883738377938236 ], [ -1.300145965936536, 59.883165402470148 ], [ -1.297688906413719, 59.88225977373601 ], [ -1.290879597344369, 59.882639969040625 ], [ -1.290024747568064, 59.883016996538089 ], [ -1.289370799938777, 59.882769230528396 ], [ -1.285135364118572, 59.883082163912619 ], [ -1.283255589822921, 59.882682246255584 ], [ -1.28291545107479, 59.881636079709757 ], [ -1.283909362330648, 59.881108099909461 ], [ -1.283474750552917, 59.880633416073898 ], [ -1.283942360046779, 59.880570406610687 ], [ -1.283554454574652, 59.880499156659866 ], [ -1.283822141631862, 59.880096533380218 ], [ -1.279753967555287, 59.877974957152489 ], [ -1.281457569490517, 59.876590634179742 ], [ -1.283730875471623, 59.876532069195207 ], [ -1.28621922316453, 59.875440189843339 ], [ -1.285631990872235, 59.8738386547397 ], [ -1.283166231453143, 59.872557358968812 ], [ -1.281079616869233, 59.872170649486726 ], [ -1.280172652728652, 59.872487166004142 ], [ -1.273539807732643, 59.876405356543067 ], [ -1.27209173125455, 59.876054349524559 ], [ -1.271084811294205, 59.876603719640514 ], [ -1.268751707021955, 59.875723373956184 ], [ -1.268861560267316, 59.87519419108034 ], [ -1.270183619335028, 59.874527155482802 ], [ -1.271975444558419, 59.875245549833963 ], [ -1.273953148425815, 59.874159160834665 ], [ -1.274495384061811, 59.873454559983415 ], [ -1.274192186586222, 59.872615100643394 ], [ -1.272904985640165, 59.872264987640186 ], [ -1.272850714469446, 59.871887547920906 ], [ -1.272054080679122, 59.871892129784442 ], [ -1.272465352301422, 59.871051222658878 ], [ -1.271741285355569, 59.870678164759092 ], [ -1.272250097740418, 59.870276896375344 ], [ -1.271469769567933, 59.870272585070303 ], [ -1.271634938073424, 59.869089097283741 ], [ -1.270413877288097, 59.86898805788568 ], [ -1.270500504456365, 59.868049277744745 ], [ -1.272244030390629, 59.86851058828897 ], [ -1.272141561384598, 59.867969454266216 ], [ -1.271228242459683, 59.86759804157407 ], [ -1.272629938800577, 59.866702444099374 ], [ -1.272456466736632, 59.866305488832218 ], [ -1.272766439462008, 59.866093486766829 ], [ -1.273946101876714, 59.866205052127967 ], [ -1.273070846591042, 59.865645291394081 ], [ -1.273081333614235, 59.865901266113525 ], [ -1.272697465081759, 59.86573572043698 ], [ -1.272200430195491, 59.863802374867923 ], [ -1.271798619743641, 59.863805542733168 ], [ -1.271637339695881, 59.86227992473129 ], [ -1.272236056033913, 59.86233441621912 ], [ -1.271636734321538, 59.861408905419665 ], [ -1.271870804090119, 59.860501468914315 ], [ -1.271158878980017, 59.860155412099715 ], [ -1.270809425930018, 59.860297151444612 ], [ -1.269642677285217, 59.859524733739022 ], [ -1.269834829856436, 59.859310289477229 ], [ -1.270809552810781, 59.859964908827664 ], [ -1.271035615974165, 59.858852695501639 ], [ -1.269868160594113, 59.858196111780281 ], [ -1.270670969141948, 59.857894355329861 ], [ -1.271065826344921, 59.856981299532336 ], [ -1.272461997683414, 59.857136505572612 ], [ -1.271063471902189, 59.856762409894351 ], [ -1.271236930401709, 59.856258718530931 ], [ -1.27171538093596, 59.856502016130982 ], [ -1.271374235679014, 59.855693766016451 ], [ -1.271930900691187, 59.856033576627915 ], [ -1.272299561023162, 59.855663859824908 ], [ -1.272999522000034, 59.85565425470741 ], [ -1.271571948082108, 59.854569721013362 ], [ -1.27243903960783, 59.854098595798348 ], [ -1.271918607177938, 59.853817354494311 ], [ -1.273076552232962, 59.85392252373974 ], [ -1.273012600625277, 59.853580947754224 ], [ -1.274105278299243, 59.85299432206758 ], [ -1.273509352437891, 59.852901241694177 ], [ -1.274082221486774, 59.852823583467774 ], [ -1.273900007894502, 59.852584621098593 ], [ -1.275310356941606, 59.852982997248368 ], [ -1.276797846399182, 59.852295255693768 ], [ -1.277972337495269, 59.852458839972421 ], [ -1.277232048843038, 59.852849881036889 ], [ -1.27808358008355, 59.852679448624947 ], [ -1.277260289793861, 59.854017377710072 ], [ -1.275669983933511, 59.85491557879449 ], [ -1.275490542554022, 59.855451569311178 ], [ -1.277392548674094, 59.855903808618685 ], [ -1.27645335474547, 59.856490406470385 ], [ -1.277366345217753, 59.856947986301584 ], [ -1.276739969084161, 59.856938263672888 ], [ -1.277166596640789, 59.857350970210845 ], [ -1.278134082713067, 59.857354478497463 ], [ -1.278199003950918, 59.857736464849857 ], [ -1.27732468169232, 59.857634693099499 ], [ -1.278464002022539, 59.858112363318071 ], [ -1.278059343974991, 59.858250227608806 ], [ -1.278550679024009, 59.85847920334605 ], [ -1.278125452051695, 59.85857744522707 ], [ -1.278317949446478, 59.858921518291282 ], [ -1.280735489415838, 59.859817426302229 ], [ -1.280482802528293, 59.860606246185483 ], [ -1.28114150643815, 59.859948049437222 ], [ -1.281802443964019, 59.860925035544845 ], [ -1.282496911589415, 59.860760901596002 ], [ -1.282559313642589, 59.862092008598594 ], [ -1.28391405995868, 59.863024269668415 ], [ -1.283321724689276, 59.863584964073972 ], [ -1.285203766272119, 59.863662532980612 ], [ -1.286481563352935, 59.864942755179293 ], [ -1.28757686630621, 59.864907375399639 ], [ -1.287216209168932, 59.865657909393917 ], [ -1.287989207076122, 59.866418164161914 ], [ -1.287651280441714, 59.866856334595177 ], [ -1.289396750922772, 59.868323134392135 ], [ -1.292690913774948, 59.869274725247578 ], [ -1.291036471848808, 59.870738476172129 ], [ -1.288966382278548, 59.871001199404866 ], [ -1.289319305409712, 59.872540396004396 ], [ -1.292716633740029, 59.874709263838263 ], [ -1.296938599215672, 59.875657638831207 ], [ -1.298876162770228, 59.87567693911555 ], [ -1.301300316380278, 59.875149245834862 ], [ -1.302702550930206, 59.873009673264093 ], [ -1.301634788097467, 59.870781592760913 ], [ -1.30129259227234, 59.870833656084017 ], [ -1.301459315617009, 59.869695938523307 ], [ -1.302089477854907, 59.869280832106654 ], [ -1.302831369748522, 59.869328758369655 ], [ -1.30296265301252, 59.868943334034732 ], [ -1.30343514214392, 59.869064361667505 ], [ -1.303119557757654, 59.868869633913356 ], [ -1.303591637634607, 59.868582989259998 ], [ -1.30395693312717, 59.868706142405443 ], [ -1.303776197617331, 59.868296620202969 ], [ -1.305924369082326, 59.868472276218 ], [ -1.306718121484326, 59.867915235214319 ], [ -1.306096325018037, 59.867075072826367 ], [ -1.307008461769143, 59.865546172846123 ], [ -1.305769133492849, 59.863751829487875 ], [ -1.306222376657115, 59.863421974629667 ], [ -1.305631422080747, 59.862220097165249 ], [ -1.306599462012654, 59.862032135159438 ], [ -1.307139068832484, 59.862699457367043 ], [ -1.307667330336179, 59.862194891547503 ], [ -1.308418414550903, 59.862566995522492 ], [ -1.308237783424429, 59.861807278770755 ], [ -1.309076544745962, 59.862256165102202 ], [ -1.307876220042414, 59.861163345082062 ], [ -1.308132480755442, 59.860859387442552 ], [ -1.308854818021228, 59.860894606475021 ], [ -1.309449867807521, 59.86147241492646 ], [ -1.308464441909903, 59.859918281206788 ], [ -1.308920574983235, 59.859875776732473 ], [ -1.308885906477315, 59.859395190943701 ], [ -1.308055119719894, 59.858995732155442 ], [ -1.308012564439793, 59.858465717273567 ], [ -1.309582088871047, 59.858536807329344 ], [ -1.310234005512598, 59.858953279274949 ], [ -1.309816002158356, 59.858448237656461 ], [ -1.310121680428958, 59.857911067632763 ], [ -1.31061153433916, 59.857963018840891 ], [ -1.310405867343875, 59.857117868233999 ], [ -1.310946719299137, 59.856429275144443 ], [ -1.312407283859406, 59.855287527468867 ], [ -1.31301987165176, 59.855012358009496 ], [ -1.31351611609335, 59.855185555342224 ], [ -1.312952128948704, 59.855267920964536 ], [ -1.313249821904547, 59.855547837943099 ], [ -1.312144561864785, 59.856341249178051 ], [ -1.311924379139592, 59.857062950404455 ], [ -1.312508377992785, 59.85687742910541 ], [ -1.311913567717803, 59.858019212101631 ], [ -1.312065665584849, 59.859299586698782 ], [ -1.311269586981614, 59.860242766414629 ], [ -1.310617273472454, 59.860275273283001 ], [ -1.310813559735668, 59.860711806318307 ], [ -1.310298095466153, 59.860601355158281 ], [ -1.309769065480407, 59.862008368131349 ], [ -1.310364968591861, 59.861683736098726 ], [ -1.310463082690715, 59.862550772109529 ], [ -1.309615739262102, 59.863376939936948 ], [ -1.310554318280971, 59.863318997355705 ], [ -1.311154358225498, 59.863658866856341 ], [ -1.311060140407487, 59.864416244550299 ], [ -1.311620696332304, 59.863989055693494 ], [ -1.312300267890701, 59.864629250707821 ], [ -1.312333900724464, 59.864037676929868 ], [ -1.312625908411521, 59.865029639608352 ], [ -1.312700257871753, 59.864368238043319 ], [ -1.313302587485006, 59.865378878287679 ], [ -1.31311053672134, 59.866379989682017 ], [ -1.313571387609408, 59.866372513497645 ], [ -1.314114185134216, 59.865680326402995 ], [ -1.314111703789713, 59.866321449768698 ], [ -1.314938793857759, 59.865957592443948 ], [ -1.314354551308863, 59.867970451357074 ], [ -1.315340888658743, 59.868375166781469 ], [ -1.315233793692197, 59.868720320934131 ], [ -1.315507809419145, 59.868420931323904 ], [ -1.315245808940907, 59.868830831150987 ], [ -1.316564469645563, 59.869490485184805 ], [ -1.314016099262993, 59.872440478152775 ], [ -1.311917549506002, 59.873306835433176 ], [ -1.31272120684558, 59.873915348269122 ], [ -1.312189465819676, 59.873891023696153 ], [ -1.312533835816353, 59.874080491676352 ], [ -1.312099863666174, 59.874251531605836 ], [ -1.311544149867211, 59.874090591063599 ], [ -1.312239713349728, 59.874658134370954 ], [ -1.312232917794863, 59.875333356507596 ], [ -1.311752501382474, 59.875330848828618 ], [ -1.311730836083004, 59.875774322456522 ], [ -1.310464195969913, 59.876390878867333 ], [ -1.310485182002105, 59.877275468262624 ], [ -1.307140743882126, 59.879022400665519 ], [ -1.307503503341847, 59.879187733602485 ], [ -1.306426318381644, 59.880046794980935 ], [ -1.307072287120259, 59.880252230659643 ], [ -1.307301882979633, 59.881066080867569 ], [ -1.306305677539925, 59.881636427307008 ], [ -1.30822038117059, 59.88346124262987 ], [ -1.310484626388475, 59.883601511539162 ], [ -1.312234801801887, 59.88423921740776 ], [ -1.312045846488169, 59.884996997248059 ], [ -1.31369863012766, 59.885943966757168 ], [ -1.314290494376146, 59.888524154654192 ], [ -1.312719324149424, 59.890195134439253 ], [ -1.314361560394242, 59.890105808556662 ], [ -1.315044389583535, 59.890355395061817 ], [ -1.315451029675194, 59.889958818677499 ], [ -1.316258638598092, 59.890310514630634 ], [ -1.316378595979599, 59.889951060112772 ], [ -1.317513612714793, 59.890370893561851 ], [ -1.317283332719798, 59.89114373109085 ], [ -1.318275279807357, 59.891745997847828 ], [ -1.318032238336427, 59.89357834673762 ], [ -1.318933979947266, 59.893789535049784 ], [ -1.318510402116665, 59.89414023919646 ], [ -1.31902583541515, 59.894453591352431 ], [ -1.318122664279862, 59.895009242013757 ], [ -1.318473481819251, 59.89533252023864 ], [ -1.317974172036513, 59.896063560145706 ], [ -1.318848929574161, 59.897509284024615 ], [ -1.327504013716924, 59.898879971191093 ], [ -1.334576325075142, 59.899167272009599 ], [ -1.340333995708381, 59.898603556819822 ], [ -1.344350039774218, 59.897070144034629 ], [ -1.34447883921931, 59.895975293808398 ], [ -1.34551204491148, 59.895693084205178 ], [ -1.3461112640116, 59.894757706426923 ], [ -1.34657297329292, 59.89490815580254 ], [ -1.346792170065147, 59.894666797183859 ], [ -1.346299484140137, 59.8942737503342 ], [ -1.345996156292643, 59.891520049599279 ], [ -1.344888748528047, 59.890585180283047 ], [ -1.345484382349505, 59.890282837499839 ], [ -1.344729166789641, 59.89006806954955 ], [ -1.344981151387904, 59.889521575827544 ], [ -1.345252352811417, 59.889814754655966 ], [ -1.346258559750484, 59.889532405513172 ], [ -1.345652268800306, 59.888559618438393 ], [ -1.345978106473203, 59.886980853495139 ], [ -1.347150601393513, 59.885958518540356 ], [ -1.347609818902747, 59.88623017499738 ], [ -1.348210943411326, 59.886098456592826 ], [ -1.347742071993638, 59.884951258783083 ], [ -1.348138521210275, 59.884778120473307 ], [ -1.348842481591777, 59.885324855598583 ], [ -1.348524101965824, 59.884703701148823 ], [ -1.350220011378074, 59.883401072101243 ], [ -1.350447863772111, 59.884084632608094 ], [ -1.351143856824422, 59.883666026187214 ], [ -1.351479979951731, 59.884754192487151 ], [ -1.352056362182259, 59.884514581652553 ], [ -1.352300264759816, 59.884834550276828 ], [ -1.352286695102227, 59.886450782562967 ], [ -1.354468606696581, 59.885419869316216 ], [ -1.354151704455377, 59.885638313463403 ], [ -1.354871237521348, 59.885848363372645 ], [ -1.354419497376611, 59.88703143760452 ], [ -1.356117693239594, 59.887452796004034 ], [ -1.356571370069424, 59.887091343817772 ], [ -1.356889144520066, 59.888215323248872 ], [ -1.357440924420634, 59.888325766711986 ], [ -1.3567662488293, 59.8890273622115 ], [ -1.35821523644979, 59.889869510129969 ], [ -1.357365074888889, 59.89040413487939 ], [ -1.358378400961505, 59.890211522477664 ], [ -1.35908489117849, 59.890641481298779 ], [ -1.359055788301085, 59.891225002491019 ], [ -1.358417666267489, 59.89141944637953 ], [ -1.359044088595321, 59.891368616418951 ], [ -1.359082450018297, 59.891696551894185 ], [ -1.35821099138687, 59.891943736946516 ], [ -1.358006127951293, 59.892373752032022 ], [ -1.35870277335233, 59.892853051523545 ], [ -1.361847618389196, 59.892872798815041 ], [ -1.364420426847186, 59.891497905015619 ], [ -1.365007423465312, 59.891639914208412 ], [ -1.36556233003173, 59.891121779054849 ], [ -1.366412171325811, 59.891067499245224 ], [ -1.366664832573352, 59.890467092011086 ], [ -1.366571445786218, 59.891149079267805 ], [ -1.366978512534752, 59.890886141342797 ], [ -1.367291688474668, 59.8913321257115 ], [ -1.367926704036642, 59.890827834220602 ], [ -1.368888334985982, 59.891003049460217 ], [ -1.368939642046778, 59.890653097759255 ], [ -1.369217616429366, 59.891071970760123 ], [ -1.369959393269663, 59.891062048161999 ], [ -1.370203990803258, 59.890412209023104 ], [ -1.370763987342879, 59.891510371346456 ], [ -1.371409362989108, 59.891401206925302 ], [ -1.371554802240205, 59.891743117922715 ], [ -1.372216693710631, 59.891705863567744 ], [ -1.374455312823713, 59.890495302844478 ], [ -1.374394133223816, 59.889947268365745 ], [ -1.375140517484969, 59.889690404686228 ], [ -1.375443741133042, 59.888766961732557 ], [ -1.375799309433043, 59.888862929396502 ], [ -1.375992632254594, 59.88855854440795 ], [ -1.376626419207528, 59.889064389597976 ], [ -1.376740931745595, 59.888674326480107 ], [ -1.377433537595338, 59.888902083979772 ], [ -1.377263349151041, 59.888447819917381 ], [ -1.377911874155299, 59.888643938764766 ], [ -1.377702467802943, 59.887897659284512 ], [ -1.38021475247297, 59.889238445733696 ], [ -1.380517744181033, 59.88879987856842 ], [ -1.381646021652062, 59.888661504298213 ], [ -1.381239528611969, 59.889862838062662 ], [ -1.382534223059057, 59.88942442682572 ], [ -1.382863131559259, 59.889996159046582 ], [ -1.382401955437977, 59.890775208058614 ], [ -1.382065381907909, 59.890616491535049 ], [ -1.381506559928813, 59.890878763930012 ], [ -1.382477947858269, 59.891013518227901 ], [ -1.383411331643441, 59.88982362533585 ], [ -1.383454376208691, 59.890394018891904 ], [ -1.384539574788052, 59.89065500180935 ], [ -1.384339644954999, 59.891803432101689 ], [ -1.384946734507201, 59.892313601491004 ], [ -1.383524758629682, 59.892383285977765 ], [ -1.382504799683661, 59.891974440291008 ], [ -1.382516922999377, 59.8922842864987 ], [ -1.380027323594855, 59.892586883607883 ], [ -1.380948993110811, 59.8934756851571 ], [ -1.380480301483182, 59.893213081244781 ], [ -1.379049904503791, 59.893731648275036 ], [ -1.379073418184625, 59.894387255505315 ], [ -1.38388776927668, 59.896425712492601 ], [ -1.385551418461024, 59.899248514659782 ], [ -1.3850340078387, 59.899681603411715 ], [ -1.385345630626782, 59.901680970437987 ], [ -1.386630971769071, 59.903711806162072 ], [ -1.386930786459453, 59.903448308299126 ], [ -1.387465800951334, 59.90400302628094 ], [ -1.387031177617638, 59.904306306107834 ], [ -1.388020050371924, 59.904970882821765 ], [ -1.388931420936557, 59.904503690878911 ], [ -1.389005547715666, 59.905334627050998 ], [ -1.389619581015205, 59.904996253655632 ], [ -1.389955183523075, 59.905217801154329 ], [ -1.388957897241563, 59.907929446794945 ], [ -1.390073425411154, 59.909007645216853 ], [ -1.389618246628862, 59.909454508414719 ], [ -1.390405260341438, 59.909925075340418 ], [ -1.389891909926161, 59.910618603353605 ], [ -1.391455850898192, 59.911627027524453 ], [ -1.392270089166454, 59.913058500900803 ], [ -1.391485603795734, 59.915865426063284 ], [ -1.389774014537918, 59.915583649293573 ], [ -1.386047131151328, 59.914039864315875 ], [ -1.3845054302292, 59.914248185026032 ], [ -1.384407759180211, 59.914597924791671 ], [ -1.383385117160777, 59.91391071633528 ], [ -1.383472568062682, 59.913533991376489 ], [ -1.382712913218719, 59.913516969755214 ], [ -1.380624083216383, 59.917179742657929 ], [ -1.378800876410276, 59.915694063201038 ], [ -1.377989126170818, 59.915591465125189 ], [ -1.374320869765678, 59.916188307558905 ], [ -1.373536144627655, 59.916834690413133 ], [ -1.373469582249676, 59.916380915703442 ], [ -1.371852397413106, 59.916504324306317 ], [ -1.371971397868354, 59.916831740290554 ], [ -1.370515402462199, 59.917130099807231 ], [ -1.368411358349252, 59.91699074028174 ], [ -1.367821694909098, 59.918752364376402 ], [ -1.367559832137465, 59.91888580001249 ], [ -1.367458579923, 59.918567444512512 ], [ -1.366552734401862, 59.919083902318157 ], [ -1.365076486895042, 59.919030113132806 ], [ -1.365519453749233, 59.919997527718486 ], [ -1.36495055860641, 59.91981789675043 ], [ -1.364009777665107, 59.920099807198717 ], [ -1.363650554681518, 59.920926871937901 ], [ -1.365273890196163, 59.921712305974651 ], [ -1.366470485766428, 59.923307406860012 ], [ -1.370496463562418, 59.924838802854879 ], [ -1.370899928379932, 59.92525916576686 ], [ -1.372355973702459, 59.925355893673036 ], [ -1.371733663400795, 59.925818961154825 ], [ -1.371255907578147, 59.92563709808833 ], [ -1.369915134747165, 59.925875839052075 ], [ -1.369872045968818, 59.925506581211565 ], [ -1.369488423340569, 59.925549645449308 ], [ -1.367978075797574, 59.926709737623646 ], [ -1.367956650873622, 59.927460310238004 ], [ -1.367308243790349, 59.927315328743767 ], [ -1.368041466976512, 59.928080292864436 ], [ -1.367343661028192, 59.929120351507564 ], [ -1.367090262729309, 59.928522906361366 ], [ -1.366790272064185, 59.928963252013787 ], [ -1.36653342124104, 59.928641455783975 ], [ -1.366212752014381, 59.928946112416604 ], [ -1.365483250270856, 59.928924647808095 ], [ -1.365260841762304, 59.929610499816533 ], [ -1.36437197236401, 59.929876500142292 ], [ -1.364646253879776, 59.930596170454415 ], [ -1.363479498026096, 59.930610302212294 ], [ -1.362818193740711, 59.93104261002135 ], [ -1.364188933377286, 59.931402110772922 ], [ -1.364747867040464, 59.931083341330265 ], [ -1.36548659618622, 59.931279951844758 ], [ -1.365386330141409, 59.931565013506102 ], [ -1.366166580370466, 59.931555294445523 ], [ -1.366133640908977, 59.932156753615686 ], [ -1.367298404721972, 59.932156057707154 ], [ -1.367088918522557, 59.932445984499111 ], [ -1.36826510948894, 59.932974219191145 ], [ -1.368583771213703, 59.932682119189927 ], [ -1.368945972277397, 59.932923600650888 ], [ -1.370486694721707, 59.932723536151038 ], [ -1.371007268385586, 59.932349783283733 ], [ -1.371169859241565, 59.932550797859307 ], [ -1.371782571239527, 59.932034709174012 ], [ -1.372125336734636, 59.932737628352349 ], [ -1.371600862208666, 59.933034144538624 ], [ -1.372511293361559, 59.933617645214369 ], [ -1.371755841356824, 59.934111507319116 ], [ -1.372030893770842, 59.933569565380949 ], [ -1.371387532426857, 59.934002001171841 ], [ -1.369167728260068, 59.933306283682086 ], [ -1.368536815535193, 59.933364325897905 ], [ -1.367060716578061, 59.934302781122717 ], [ -1.367132774126068, 59.935122942202376 ], [ -1.364738315082897, 59.934297907687359 ], [ -1.366292371233798, 59.935749260371587 ], [ -1.36406112083724, 59.935183602940199 ], [ -1.362029293426918, 59.935232162207804 ], [ -1.364099727008731, 59.935877893558256 ], [ -1.365688181340543, 59.937029508073373 ], [ -1.365510657957861, 59.937423746448118 ], [ -1.363918542860864, 59.937865050522667 ], [ -1.365084797102034, 59.938171474698898 ], [ -1.365046059223728, 59.939262280047728 ], [ -1.363454021707249, 59.939694599713164 ], [ -1.363430451358175, 59.939990804764932 ], [ -1.364316218643844, 59.939995073935584 ], [ -1.364720749307029, 59.940365175203119 ], [ -1.362066866020406, 59.940172787492443 ], [ -1.362867109881413, 59.941370907161996 ], [ -1.363156527991309, 59.941210675565635 ], [ -1.36486157063332, 59.941892342874546 ], [ -1.364224668503998, 59.942441506650496 ], [ -1.364799066309524, 59.942821404907377 ], [ -1.363385815122703, 59.943254584346136 ], [ -1.363810513919, 59.943974980044004 ], [ -1.362975825338759, 59.94503500727415 ], [ -1.363142404435848, 59.945215398061642 ], [ -1.363776798712497, 59.944800917653353 ], [ -1.363448719628715, 59.945109123428338 ], [ -1.363980130334292, 59.945399024194543 ], [ -1.364712350161389, 59.945016438368839 ], [ -1.364034434214592, 59.945834784180512 ], [ -1.362865762782989, 59.946107508178237 ], [ -1.362308883220455, 59.945745645133705 ], [ -1.362882643662517, 59.944760687391735 ], [ -1.361936247362524, 59.94511080026453 ], [ -1.35908606020938, 59.944405581720879 ], [ -1.357893156678619, 59.944543453729935 ], [ -1.355834237342571, 59.944020700548592 ], [ -1.355377306630505, 59.944324665867924 ], [ -1.354910891586009, 59.944194880333825 ], [ -1.354743684374109, 59.943772931174365 ], [ -1.353544420170336, 59.94331809507019 ], [ -1.353559676982437, 59.942809938028624 ], [ -1.352762931578941, 59.944020042919931 ], [ -1.350877297633688, 59.943611201541792 ], [ -1.34900513843623, 59.944069805966798 ], [ -1.348656832796811, 59.943668505993031 ], [ -1.347464830791097, 59.943577314443978 ], [ -1.347741355856054, 59.943258117919171 ], [ -1.347224369542594, 59.942789533045627 ], [ -1.345766224825318, 59.942855046356954 ], [ -1.344997954896389, 59.942334024426181 ], [ -1.344090804961879, 59.943409737516298 ], [ -1.346854513503654, 59.944214524460435 ], [ -1.347038526817907, 59.944413878832414 ], [ -1.346323167809201, 59.944566579009624 ], [ -1.346998646410344, 59.944712694348091 ], [ -1.346976739923297, 59.945098698585007 ], [ -1.345482669414355, 59.94480216295085 ], [ -1.345455163849256, 59.945198914461137 ], [ -1.344341756146209, 59.945294855376851 ], [ -1.344339877502226, 59.945662102061192 ], [ -1.342599424594575, 59.945424471483776 ], [ -1.342445939708331, 59.945944510203262 ], [ -1.342864131367984, 59.946067814224598 ], [ -1.341903681052605, 59.946211188769318 ], [ -1.343020325611078, 59.946315524263341 ], [ -1.342939322691564, 59.946791027390383 ], [ -1.344407214863148, 59.946784856978951 ], [ -1.343122811750969, 59.94701642472171 ], [ -1.342618089993188, 59.947646957234383 ], [ -1.34433810321583, 59.947565718238458 ], [ -1.344489974424532, 59.948033399299966 ], [ -1.344279887247456, 59.94824786053433 ], [ -1.343817271133969, 59.948106381600788 ], [ -1.343412232321687, 59.94867455700701 ], [ -1.34228697351854, 59.949001191591947 ], [ -1.342461787277233, 59.949213077475235 ], [ -1.340754643471902, 59.949092320896497 ], [ -1.340827624975235, 59.948571882279708 ], [ -1.340178598263901, 59.948353134974177 ], [ -1.341064231535372, 59.946570665230261 ], [ -1.340105570017633, 59.945721815571289 ], [ -1.333766699305197, 59.945226637432178 ], [ -1.331339778785339, 59.945574438392178 ], [ -1.330922625874872, 59.946201778797757 ], [ -1.330418243622692, 59.946094162472555 ], [ -1.330788572576448, 59.946458807312915 ], [ -1.330083860553144, 59.946343888359763 ], [ -1.330607838184927, 59.946722782467262 ], [ -1.329908348917529, 59.946526176759896 ], [ -1.330385042701082, 59.947297230385253 ], [ -1.329594077546648, 59.947198034183685 ], [ -1.329678837349083, 59.94787640746307 ], [ -1.329165377993275, 59.948039917481267 ], [ -1.329860800832748, 59.948439440195884 ], [ -1.329187622486309, 59.948533896128495 ], [ -1.32940853751752, 59.949206675734438 ], [ -1.328872839463922, 59.94931799131421 ], [ -1.330188773937918, 59.950550359303406 ], [ -1.329787244399657, 59.950842844690627 ], [ -1.330314860386078, 59.950867072840509 ], [ -1.330482705898471, 59.951687740639748 ], [ -1.329840633500544, 59.951834438170309 ], [ -1.329522675221971, 59.952508970155691 ], [ -1.329854056323392, 59.953032354051679 ], [ -1.331068695570182, 59.953702987404476 ], [ -1.332860389792112, 59.954081105627928 ], [ -1.333600987824357, 59.953933094854612 ], [ -1.334742299324947, 59.952728432938649 ], [ -1.335938795055019, 59.952609643844752 ], [ -1.335992172571032, 59.952984351742622 ], [ -1.336633881569703, 59.952855581219907 ], [ -1.33669403331254, 59.953250077426389 ], [ -1.337129649172465, 59.953042148385983 ], [ -1.337265832044518, 59.953574410249665 ], [ -1.337946644359895, 59.953460196604361 ], [ -1.338288694168682, 59.953994387499129 ], [ -1.337271839015984, 59.955964745632741 ], [ -1.335901660803653, 59.957241908616872 ], [ -1.334565836065085, 59.956799683759193 ], [ -1.335687807009565, 59.957996894533089 ], [ -1.334764713269508, 59.958044326957001 ], [ -1.334337283485328, 59.958465100320211 ], [ -1.335293537499506, 59.958550732255617 ], [ -1.334750816145455, 59.958648567588668 ], [ -1.334610488983373, 59.959485634289734 ], [ -1.333738868331663, 59.95964286719758 ], [ -1.333202538379041, 59.960847882909562 ], [ -1.33353741864496, 59.961293153724164 ], [ -1.334518973608904, 59.961103252560285 ], [ -1.334089931477705, 59.961780826413865 ], [ -1.333445437369161, 59.962485147402525 ], [ -1.332007312400387, 59.962668242033189 ], [ -1.332758569510668, 59.963514303648559 ], [ -1.332315645517093, 59.964344450518759 ], [ -1.332665571319928, 59.964576988731032 ], [ -1.332257362120625, 59.964838020033667 ], [ -1.332058527464213, 59.964573021519215 ], [ -1.331878500343019, 59.964886387993538 ], [ -1.330319779015899, 59.964916205345205 ], [ -1.329720002715163, 59.965261561025521 ], [ -1.330849813885677, 59.96589764151819 ], [ -1.331550003389562, 59.965813190202418 ], [ -1.33100600132257, 59.967301007080181 ], [ -1.331922103053083, 59.96814790760159 ], [ -1.331783816602552, 59.969055917618647 ], [ -1.332699913401834, 59.969461028613757 ], [ -1.33590342928155, 59.969865084717718 ], [ -1.34107278476065, 59.969598252489732 ], [ -1.343596725199921, 59.968775743811172 ], [ -1.342676074906445, 59.966876524561066 ], [ -1.343196582413239, 59.966820748789203 ], [ -1.343451285493656, 59.967073436803688 ], [ -1.344654101725644, 59.966931252491726 ], [ -1.345961194962206, 59.967404658140012 ], [ -1.345991106352716, 59.968159070259276 ], [ -1.34714587470699, 59.967729286584017 ], [ -1.348231811697739, 59.968066885990105 ], [ -1.348955583729258, 59.96769332432109 ], [ -1.348407203792073, 59.968256317462505 ], [ -1.349337946433005, 59.968745790393569 ], [ -1.351126019962253, 59.96798685572135 ], [ -1.351481231771681, 59.968599194881136 ], [ -1.352456762652936, 59.968172974283888 ], [ -1.352557673567547, 59.968968139428419 ], [ -1.353003029185375, 59.968633597395794 ], [ -1.354795919286506, 59.968543596580645 ], [ -1.356014402845128, 59.968055681355068 ], [ -1.360168474089567, 59.968587694768516 ], [ -1.361343401318476, 59.96942845866068 ], [ -1.359795456657166, 59.970282978186823 ], [ -1.357371176238762, 59.969674078978166 ], [ -1.358180116236909, 59.970450234348313 ], [ -1.357271800799153, 59.970643361916011 ], [ -1.358025270100874, 59.970584171500015 ], [ -1.358548518272918, 59.970851603891091 ], [ -1.358160394826188, 59.97100685623942 ], [ -1.358936314580144, 59.971176742301466 ], [ -1.358139543908589, 59.971621838155258 ], [ -1.358212157430467, 59.972035239617561 ], [ -1.358811500511635, 59.97207406803652 ], [ -1.358471891697309, 59.972498936317287 ], [ -1.359089935628637, 59.972497447361448 ], [ -1.3589688496308, 59.973201735906379 ], [ -1.357865409725677, 59.972365788851384 ], [ -1.357394316670465, 59.973104291099965 ], [ -1.355462884936434, 59.97247530645096 ], [ -1.354073675503476, 59.971602014990353 ], [ -1.353272804989131, 59.972253586011092 ], [ -1.354443271647074, 59.972860926872713 ], [ -1.353783102399907, 59.97318544347214 ], [ -1.35435677483395, 59.973623746102987 ], [ -1.3535393121257, 59.973745457811425 ], [ -1.353027553441314, 59.973347861854172 ], [ -1.352647542921387, 59.973543544794246 ], [ -1.352995986175386, 59.974048094084253 ], [ -1.352349886355842, 59.973649837324182 ], [ -1.35115906547208, 59.974083979141881 ], [ -1.355083530983442, 59.974942766722968 ], [ -1.35274055337204, 59.975663119669342 ], [ -1.353304597777732, 59.976137296692279 ], [ -1.35278985264504, 59.976350278924372 ], [ -1.353133396383885, 59.976648279290991 ], [ -1.352411753401259, 59.976905143190898 ], [ -1.354302047372185, 59.976896439088371 ], [ -1.354470532900728, 59.977445000733134 ], [ -1.355606270209311, 59.977544829333453 ], [ -1.355486025046824, 59.978662166820953 ], [ -1.354957965480891, 59.978637140815906 ], [ -1.35548175154939, 59.978882139058676 ], [ -1.354918905530432, 59.978803067302287 ], [ -1.354623092677175, 59.97927303606793 ], [ -1.356101780592806, 59.980169204127343 ], [ -1.354721780960708, 59.980647352478471 ], [ -1.352103167917997, 59.979404368688947 ], [ -1.351308477558338, 59.979728213195379 ], [ -1.349483363874345, 59.97777521562859 ], [ -1.348102920052529, 59.977364340323881 ], [ -1.348428993871092, 59.977181873259077 ], [ -1.347374258293813, 59.977064424425663 ], [ -1.347069947395541, 59.976595995806257 ], [ -1.346442869939929, 59.976597384041277 ], [ -1.345753045097152, 59.975238091171015 ], [ -1.343637520620395, 59.974863932128535 ], [ -1.342834570101245, 59.974249345093213 ], [ -1.341256827694256, 59.974313319786837 ], [ -1.341028282630531, 59.97454564220984 ], [ -1.340155999055227, 59.974267417578481 ], [ -1.340563673965135, 59.974035991160193 ], [ -1.339534326972167, 59.973999419952278 ], [ -1.340600107347031, 59.972653356188708 ], [ -1.340139309829099, 59.972404123054297 ], [ -1.340780628513295, 59.971231033244393 ], [ -1.339514641555965, 59.970488402365362 ], [ -1.336608994285234, 59.970142500754974 ], [ -1.33367543880683, 59.97029744138888 ], [ -1.331623641727135, 59.970961421554307 ], [ -1.331576390595602, 59.971528676781411 ], [ -1.33217844359206, 59.971608944934083 ], [ -1.331551353065697, 59.971793440610469 ], [ -1.330722460377157, 59.971591697046243 ], [ -1.330140324083871, 59.97221101399505 ], [ -1.330786560315957, 59.972765621725479 ], [ -1.331382087644048, 59.974771030447961 ], [ -1.32872604250849, 59.976506732590593 ], [ -1.328783261893079, 59.977397773545611 ], [ -1.329756525054605, 59.977998045852459 ], [ -1.332953284349705, 59.978064513254495 ], [ -1.333795785791582, 59.978846375352418 ], [ -1.33445456015024, 59.978696149906661 ], [ -1.334802872133585, 59.980089700279699 ], [ -1.335759109512572, 59.98011785870456 ], [ -1.33564941778218, 59.980763818461789 ], [ -1.336639227541849, 59.980906176704316 ], [ -1.336868639063052, 59.981082425425207 ], [ -1.336286339424332, 59.981080398763957 ], [ -1.336798614844774, 59.981268843788342 ], [ -1.337661829879031, 59.98129113363683 ], [ -1.337165215756881, 59.981484391785976 ], [ -1.337694646284332, 59.981891116882728 ], [ -1.337049785075564, 59.98188069855123 ], [ -1.338000306193632, 59.982287739211003 ], [ -1.337003871885023, 59.982205519564523 ], [ -1.337478094567351, 59.982416219154523 ], [ -1.334895831560066, 59.982781271977181 ], [ -1.336293877336136, 59.982852954924368 ], [ -1.336080735000895, 59.983116773810174 ], [ -1.337144765536125, 59.983045793164663 ], [ -1.336775606201346, 59.98367428849474 ], [ -1.337893385020807, 59.984233021841931 ], [ -1.338354911443821, 59.985531049715753 ], [ -1.338356850277846, 59.985972841756031 ], [ -1.337234671975147, 59.985989664829653 ], [ -1.337910181105181, 59.986354020622031 ], [ -1.337867974297706, 59.98739091991331 ], [ -1.337965906887275, 59.987131010617794 ], [ -1.338233681036383, 59.987385568905651 ], [ -1.338661726273096, 59.987130006128844 ], [ -1.339082370642607, 59.987695114151293 ], [ -1.339402229273744, 59.987382438037898 ], [ -1.339331640059854, 59.987777174781563 ], [ -1.340322568371791, 59.988415168051603 ], [ -1.339033748637044, 59.988785857261554 ], [ -1.340545891466458, 59.988901165726325 ], [ -1.339730280022277, 59.989808491884915 ], [ -1.341365645753632, 59.990490102892949 ], [ -1.34390286608906, 59.990435382472704 ], [ -1.343916336119133, 59.991113386806205 ], [ -1.343274599511269, 59.991388556867314 ], [ -1.344096159969257, 59.99198976167802 ], [ -1.345017916171294, 59.992057189577785 ], [ -1.344554062156582, 59.992854047016174 ], [ -1.345115785585608, 59.992547046614263 ], [ -1.345380990538025, 59.992732436531547 ], [ -1.345174974999504, 59.993180380626725 ], [ -1.343852131834017, 59.99345217609747 ], [ -1.34367608641232, 59.993743128971111 ], [ -1.345030714105477, 59.994131471258711 ], [ -1.34469629109641, 59.994726936380644 ], [ -1.3453729529799, 59.994501318554441 ], [ -1.346145225646788, 59.994976596912011 ], [ -1.345996207114442, 59.994710928838877 ], [ -1.34651066225015, 59.994529398704131 ], [ -1.346962498718159, 59.994796521901023 ], [ -1.346481082371481, 59.995575340360269 ], [ -1.346374073439042, 59.995384573901724 ], [ -1.346931136586068, 59.996843646001892 ], [ -1.346049132949553, 59.997934757508297 ], [ -1.346928132133152, 59.998361131490185 ], [ -1.345808039482177, 59.99834212189775 ], [ -1.34693491425212, 59.998926860312913 ], [ -1.346418799750197, 59.999189197602547 ], [ -1.345225992451644, 59.99876575536841 ], [ -1.344916818108822, 59.999442159506678 ], [ -1.343814883091067, 59.999409754208365 ], [ -1.344372009168299, 60.000247593709474 ], [ -1.343203657295656, 60.000398929334899 ], [ -1.34280921436878, 60.001303876638453 ], [ -1.342233491283866, 60.001404274014376 ], [ -1.342810523112497, 60.001689992632812 ], [ -1.342170977609387, 60.001843948078978 ], [ -1.341870814682154, 60.002964864765566 ], [ -1.34040832515985, 60.001673534519469 ], [ -1.339408964525778, 60.001888535216445 ], [ -1.338788776145906, 60.002868666038694 ], [ -1.337382181857606, 60.002374942886085 ], [ -1.336106540959151, 60.002953990388953 ], [ -1.335638041904181, 60.003874707346718 ], [ -1.336238266435643, 60.004344646706286 ], [ -1.335778912594402, 60.004539883154443 ], [ -1.336316575828181, 60.004732047497328 ], [ -1.336202885842041, 60.005932007716957 ], [ -1.335646403201772, 60.005872641911601 ], [ -1.335059967106367, 60.006323146788191 ], [ -1.335521257685218, 60.006479910719008 ], [ -1.334792286810699, 60.006526527540984 ], [ -1.333268675870454, 60.00747694019406 ], [ -1.33256267865706, 60.006826867629911 ], [ -1.333223469505341, 60.008565002102365 ], [ -1.332003706835732, 60.009470240598702 ], [ -1.331304283617974, 60.00902671847804 ], [ -1.331797667022552, 60.008571270048307 ], [ -1.330798868691813, 60.008301327359142 ], [ -1.331054721699054, 60.005843194128637 ], [ -1.328271999375067, 60.005211303570952 ], [ -1.326153175295592, 60.005355858674179 ], [ -1.324267430201223, 60.005852662530202 ], [ -1.32337418688608, 60.006655331429606 ], [ -1.323375647005694, 60.007637674374116 ], [ -1.322058948133821, 60.007659660432637 ], [ -1.320817767665381, 60.008371631856122 ], [ -1.320768325293635, 60.009471342069062 ], [ -1.321750535392894, 60.010549412387491 ], [ -1.321120331423361, 60.010671887018354 ], [ -1.321140239300446, 60.011013202579569 ], [ -1.320244996413106, 60.010941256573183 ], [ -1.320057778487106, 60.01176189931617 ], [ -1.318309236225365, 60.012192878147985 ], [ -1.317534686970619, 60.012790494067268 ], [ -1.318203218427329, 60.012986999171986 ], [ -1.318177893558272, 60.013346040421688 ], [ -1.318871850130964, 60.013179011729214 ], [ -1.3191625889858, 60.013431929947139 ], [ -1.319561742749779, 60.013209503000994 ], [ -1.319727687924437, 60.013425860277891 ], [ -1.320576100387265, 60.013160845270527 ], [ -1.320944282658998, 60.01401128062605 ], [ -1.321690570726885, 60.013916340330887 ], [ -1.321789260295829, 60.014352342438023 ], [ -1.322180450898618, 60.014080480667161 ], [ -1.321899339245822, 60.016422633716935 ], [ -1.320714643027675, 60.016025951779255 ], [ -1.319894074999463, 60.016241724975089 ], [ -1.321054802788449, 60.017370103233908 ], [ -1.320804290980232, 60.017777373935061 ], [ -1.320488992074421, 60.017407602659048 ], [ -1.320068385085541, 60.018236024075506 ], [ -1.32068943799098, 60.018566961104057 ], [ -1.320944231614865, 60.01838868447561 ], [ -1.321350746053908, 60.019122583984093 ], [ -1.317267654854166, 60.02183126246014 ], [ -1.318049546442505, 60.022194469624665 ], [ -1.31807331890537, 60.02365372591774 ], [ -1.318687700032163, 60.023876886004309 ], [ -1.318348427504328, 60.02423430841305 ], [ -1.317888377412686, 60.023922150317219 ], [ -1.317200938547573, 60.024196959428089 ], [ -1.318247823264602, 60.024763567280509 ], [ -1.318097277917523, 60.02510400356055 ], [ -1.317932764894956, 60.02481581791578 ], [ -1.317612154791551, 60.025137417598927 ], [ -1.317140814786186, 60.024937439717213 ], [ -1.317578120707247, 60.025482944257988 ], [ -1.317224665542283, 60.026091710447695 ], [ -1.316276314337811, 60.025965589115877 ], [ -1.315824220442142, 60.027004846957468 ], [ -1.315524046932791, 60.026769831950702 ], [ -1.314259809072751, 60.027167348442852 ], [ -1.315009253855314, 60.027368777634237 ], [ -1.314912169558774, 60.028158451291382 ], [ -1.314871867075342, 60.027938250087963 ], [ -1.314452330960708, 60.028268308776468 ], [ -1.313699519279966, 60.028228486096417 ], [ -1.312774077270446, 60.029157524313874 ], [ -1.312447552173683, 60.028895427572941 ], [ -1.312167787654359, 60.02940579147127 ], [ -1.311565596356153, 60.029456533021481 ], [ -1.312167076442134, 60.030303715799157 ], [ -1.31116507588411, 60.030163810194388 ], [ -1.310784631004813, 60.030767929062044 ], [ -1.311166676866681, 60.03138051097293 ], [ -1.3092188299336, 60.032277256349893 ], [ -1.309453862721636, 60.032624186274134 ], [ -1.310420603012745, 60.032736982849634 ], [ -1.310397789852149, 60.033401330417057 ], [ -1.309622599007421, 60.033998896923634 ], [ -1.309108662127694, 60.033686427550656 ], [ -1.30935162618334, 60.034513790310896 ], [ -1.308324281197773, 60.034292917781883 ], [ -1.308611560422086, 60.034716446217942 ], [ -1.30790185488799, 60.036041666505291 ], [ -1.30675363327362, 60.036448698627837 ], [ -1.307210978578281, 60.037322085189182 ], [ -1.306373164356176, 60.037474830595905 ], [ -1.306995516991892, 60.038182966576713 ], [ -1.306368024958786, 60.038148249266072 ], [ -1.306719256546731, 60.038518241324532 ], [ -1.306089656734595, 60.039439804319862 ], [ -1.307004808809025, 60.039453582410204 ], [ -1.306989348312953, 60.039763286276902 ], [ -1.307705766642355, 60.039838872793581 ], [ -1.308125611297847, 60.039504347327487 ], [ -1.307854262633398, 60.041321229609267 ], [ -1.308397260742882, 60.041966088014441 ], [ -1.306869056761089, 60.044220862874091 ], [ -1.306597805069837, 60.047312797503906 ], [ -1.30532077516053, 60.047849341888252 ], [ -1.306383201860176, 60.048128785080785 ], [ -1.306256723981533, 60.049879077475751 ], [ -1.30583283827882, 60.049971135812349 ], [ -1.306298157798615, 60.050471925839645 ], [ -1.305705544187187, 60.051330825351911 ], [ -1.306121914042616, 60.051597898231755 ], [ -1.305287638575916, 60.052419610912523 ], [ -1.305848883712656, 60.052629080195722 ], [ -1.305088171693652, 60.052939360046473 ], [ -1.305572207185176, 60.052977818982619 ], [ -1.305812650381557, 60.053499877788596 ], [ -1.305093292193049, 60.055687038675288 ], [ -1.304147082973402, 60.056701209995879 ], [ -1.304253151158507, 60.058488638706372 ], [ -1.303618091932788, 60.058795081479751 ], [ -1.302881091027561, 60.060528684648013 ], [ -1.300199936452272, 60.061609998339634 ], [ -1.299608933307759, 60.064071674498479 ], [ -1.298074331698802, 60.066550793185989 ], [ -1.296985505387006, 60.067065808782637 ], [ -1.294529724567281, 60.069337956167189 ], [ -1.294346226137112, 60.072883778213743 ], [ -1.291464423231569, 60.076558847354974 ], [ -1.289008814445744, 60.084200475085645 ], [ -1.280722302337587, 60.093134037866349 ], [ -1.280437456440691, 60.094902295095025 ], [ -1.281111503605425, 60.09582004171375 ], [ -1.281337034835088, 60.095619233660699 ], [ -1.281869216826332, 60.095951658807728 ], [ -1.281757700777361, 60.09669722706731 ], [ -1.280846024824059, 60.097359434179722 ], [ -1.280254611606512, 60.097186513175124 ], [ -1.279674463264507, 60.097733784294157 ], [ -1.276479697557943, 60.097708283053613 ], [ -1.27456013279403, 60.097177882071136 ], [ -1.271935697017351, 60.098037154908354 ], [ -1.273066630648099, 60.098124182141966 ], [ -1.275561054153904, 60.099665219976181 ], [ -1.276890788627933, 60.099381562116882 ], [ -1.27740407117838, 60.100331672052853 ], [ -1.277010039471974, 60.100751544359454 ], [ -1.277914781969457, 60.101482900193609 ], [ -1.277164267281535, 60.104548799000682 ], [ -1.276144445633778, 60.105535431224354 ], [ -1.276943864873718, 60.107795376537403 ], [ -1.274836517818649, 60.110544960443306 ], [ -1.27558778401339, 60.112623268541803 ], [ -1.274546959222843, 60.115369697228431 ], [ -1.273148336869155, 60.117198275871047 ], [ -1.272877648944474, 60.119275474817982 ], [ -1.27154731253504, 60.122074164455789 ], [ -1.272204126154735, 60.122481838575112 ], [ -1.271663843947531, 60.124131040703759 ], [ -1.270209771705379, 60.125594727796319 ], [ -1.271484875239167, 60.127100372959255 ], [ -1.270945500709949, 60.127889370221546 ], [ -1.271338920903546, 60.129225841898013 ], [ -1.269392695204737, 60.130469515784355 ], [ -1.268754529425411, 60.133192075706866 ], [ -1.267393845310438, 60.134317732014807 ], [ -1.266992342348428, 60.135373259168539 ], [ -1.267057307053397, 60.142328889555436 ], [ -1.267969543933523, 60.141872402421306 ], [ -1.270185625408253, 60.137419282656985 ], [ -1.272351623635297, 60.136104970685402 ], [ -1.270913307709097, 60.135531376009219 ], [ -1.272437267576353, 60.13426381174434 ], [ -1.270733707545123, 60.133966214571025 ], [ -1.273061252047735, 60.134212463690773 ], [ -1.274518718145232, 60.133260577974021 ], [ -1.276502974337884, 60.133481540728731 ], [ -1.276074833240467, 60.134534255225013 ], [ -1.276765861726038, 60.1350372710112 ], [ -1.275285883336068, 60.134555981923086 ], [ -1.275247281637736, 60.136475518162129 ], [ -1.276907074163094, 60.136724330185714 ], [ -1.276555857878437, 60.136895711081749 ], [ -1.277243279904628, 60.136991049998635 ], [ -1.277042285720307, 60.137208147339962 ], [ -1.279034226153233, 60.13750094637772 ], [ -1.280445853709127, 60.137328138267229 ], [ -1.281193530061103, 60.136807813013519 ], [ -1.28153636513552, 60.137102393171929 ], [ -1.281629676787858, 60.136372892898734 ], [ -1.282391772602726, 60.136759534869526 ], [ -1.284631588999207, 60.136083842239167 ], [ -1.285516341443887, 60.134384370614328 ], [ -1.284503121588143, 60.13428911139497 ], [ -1.283740677931186, 60.134997039878414 ], [ -1.284524694111474, 60.134207517471694 ], [ -1.285560094528451, 60.134275958641098 ], [ -1.285425607199772, 60.13342131471483 ], [ -1.286693219810951, 60.132407213935544 ], [ -1.292315719566566, 60.132614254038337 ], [ -1.29536855197032, 60.132280337609089 ], [ -1.297295380329624, 60.131567748766145 ], [ -1.300563597252756, 60.133970803157737 ], [ -1.302090086339434, 60.134566986699369 ], [ -1.302631119248048, 60.134520450022748 ], [ -1.304441302185107, 60.132765562359317 ], [ -1.305577107452615, 60.132681728611324 ], [ -1.305643747546408, 60.133791002549735 ], [ -1.303707570772027, 60.135545244324042 ], [ -1.303629785490803, 60.135818699496646 ], [ -1.304204373793086, 60.135889061569863 ], [ -1.304034686379646, 60.137104844481065 ], [ -1.303014921107258, 60.138504720449106 ], [ -1.300456430408463, 60.139021008073527 ], [ -1.299408387456309, 60.139538955381759 ], [ -1.29880739650578, 60.140876362883809 ], [ -1.299164959895537, 60.141334394847959 ], [ -1.298066595574166, 60.141589874577839 ], [ -1.297361639165082, 60.142563069451512 ], [ -1.295774272983773, 60.142864424090718 ], [ -1.293625345346327, 60.143825428657131 ], [ -1.2924880664171, 60.14479719082567 ], [ -1.292644895176062, 60.145292778812141 ], [ -1.291565045855731, 60.145767395072298 ], [ -1.290508909603684, 60.147062823305376 ], [ -1.290721813647209, 60.148131582904909 ], [ -1.290139764350094, 60.149151190965782 ], [ -1.290617851552131, 60.149614380559257 ], [ -1.295158088493946, 60.148438092523179 ], [ -1.298051952662366, 60.148955384234732 ], [ -1.301271921157981, 60.148112197827615 ], [ -1.302345281131322, 60.148876588650985 ], [ -1.300772301164794, 60.150439647250373 ], [ -1.301592248926305, 60.150417032934001 ], [ -1.301340719819654, 60.151237297507386 ], [ -1.298883794814597, 60.15497310960577 ], [ -1.300026561802435, 60.155446063434297 ], [ -1.30006666745068, 60.156101751138038 ], [ -1.297915586054063, 60.157298067649378 ], [ -1.297665546600889, 60.158464028970073 ], [ -1.297174606620241, 60.158676925952101 ], [ -1.297935727540082, 60.161846098239678 ], [ -1.296831292333047, 60.163281393121345 ], [ -1.296273776357039, 60.166268479917555 ], [ -1.295079914201542, 60.168587727760773 ], [ -1.295718658778822, 60.169475564285825 ], [ -1.294883750726226, 60.171015533572003 ], [ -1.293505549683573, 60.171834275496437 ], [ -1.291216963915965, 60.174753740770278 ], [ -1.289733487148095, 60.177098328990716 ], [ -1.289325048233209, 60.178900940509102 ], [ -1.286898397573678, 60.181496343742587 ], [ -1.285992615283686, 60.183776651419279 ], [ -1.285814101799271, 60.18535601147169 ], [ -1.286276146313068, 60.186081315743401 ], [ -1.288653562269017, 60.186614874531806 ], [ -1.290289555088534, 60.186417119111923 ], [ -1.290482537246298, 60.186665076532947 ], [ -1.289145453173394, 60.186797093436645 ], [ -1.288338521993178, 60.187425792416995 ], [ -1.288437693323663, 60.189509473278662 ], [ -1.286699490738004, 60.190255279137219 ], [ -1.286913720058144, 60.190687427188379 ], [ -1.286080860958723, 60.191175001495239 ], [ -1.285686779943816, 60.192797196993133 ], [ -1.284582644401317, 60.193482636734053 ], [ -1.283266290053414, 60.19521478037656 ], [ -1.283680554681636, 60.195653401385037 ], [ -1.286136329457204, 60.196428962553355 ], [ -1.288143887277956, 60.196586108727431 ], [ -1.28965919015944, 60.195736728760053 ], [ -1.290642088017148, 60.195737498373184 ], [ -1.29170591205914, 60.195246639359709 ], [ -1.29240816990968, 60.194124410525554 ], [ -1.291895593529595, 60.195064478752158 ], [ -1.292181167640768, 60.196376049955305 ], [ -1.291591788380101, 60.196776962553187 ], [ -1.290638834350145, 60.196640776144136 ], [ -1.290303956914621, 60.196864359999594 ], [ -1.290596705666366, 60.19775754792299 ], [ -1.29144854692329, 60.198318802629245 ], [ -1.293014116609816, 60.197563933285174 ], [ -1.292859362185211, 60.19578614970694 ], [ -1.294368930534309, 60.194440142945091 ], [ -1.293513564335544, 60.19228240754753 ], [ -1.294861794855539, 60.192060614432783 ], [ -1.295194982491936, 60.193595113575569 ], [ -1.296526041512351, 60.193672215400198 ], [ -1.297035523140918, 60.193375912921461 ], [ -1.297903533712888, 60.189716148601676 ], [ -1.296962411634339, 60.1884442157723 ], [ -1.297435056364676, 60.187420410952313 ], [ -1.297124643012034, 60.186758803835055 ], [ -1.296033667983416, 60.186344469856728 ], [ -1.295156236308984, 60.186483475517399 ], [ -1.295970235995911, 60.185096040224352 ], [ -1.295784332227166, 60.18451590218676 ], [ -1.296195027581624, 60.184280136274488 ], [ -1.297577531544591, 60.184547858586114 ], [ -1.298740238901251, 60.18387878381278 ], [ -1.298879936883498, 60.18333000227819 ], [ -1.30076063360748, 60.182974481882241 ], [ -1.300996774696735, 60.182296907763465 ], [ -1.302072504598792, 60.182151724217327 ], [ -1.302475952513459, 60.179022839117444 ], [ -1.303674497878228, 60.176646087195955 ], [ -1.306007117334708, 60.175694858363201 ], [ -1.305711926156258, 60.174906744886982 ], [ -1.306848444109698, 60.174002210513805 ], [ -1.306459933299605, 60.173793660057974 ], [ -1.307516097069255, 60.173536092244326 ], [ -1.307504800338271, 60.17235977218585 ], [ -1.30878734585993, 60.170244704117877 ], [ -1.309515362148211, 60.169902802035068 ], [ -1.311070174152066, 60.165529988621046 ], [ -1.312796273889648, 60.163720679015334 ], [ -1.31483924495744, 60.163557956000062 ], [ -1.315009549636462, 60.162819856234506 ], [ -1.316542552084693, 60.161356093729204 ], [ -1.316680437716257, 60.160615130879059 ], [ -1.316142071498297, 60.160513584772254 ], [ -1.315701374435641, 60.159613400590437 ], [ -1.316030313196297, 60.158955134075661 ], [ -1.316671916805924, 60.158855183131259 ], [ -1.317174675300505, 60.159369582464009 ], [ -1.318143671868811, 60.159554151946793 ], [ -1.317977822148549, 60.160168367148636 ], [ -1.318448680978629, 60.160485057131353 ], [ -1.317860762452281, 60.16234070659177 ], [ -1.316757924753134, 60.163132371476024 ], [ -1.315980323073406, 60.166652656596966 ], [ -1.316196382363045, 60.167094644478929 ], [ -1.317383155418246, 60.1671285948647 ], [ -1.317869613988637, 60.167566584271405 ], [ -1.317816621054224, 60.169254380256277 ], [ -1.317104092892566, 60.170157600330874 ], [ -1.317960907158293, 60.170988086099328 ], [ -1.317894450005336, 60.172455824473637 ], [ -1.316819028377323, 60.172952219022591 ], [ -1.316248904213446, 60.172981605240665 ], [ -1.315837828469878, 60.172382375867954 ], [ -1.315338197752158, 60.172748837520167 ], [ -1.314433392938338, 60.176473176071134 ], [ -1.313307815335584, 60.177895924291384 ], [ -1.31247479891602, 60.177907770721781 ], [ -1.312258333140885, 60.181192991146169 ], [ -1.311171262979316, 60.183950211281449 ], [ -1.309920186551174, 60.185320200099447 ], [ -1.309266028364747, 60.187280518256145 ], [ -1.308314530597789, 60.188028006198017 ], [ -1.308270655532237, 60.189085511896778 ], [ -1.307435482601917, 60.189186209191654 ], [ -1.307135701456377, 60.190491996248326 ], [ -1.306049605279055, 60.191116649651654 ], [ -1.305571675009401, 60.192315548010413 ], [ -1.304833250642825, 60.192783081585524 ], [ -1.304762473245051, 60.193401368437449 ], [ -1.305650421330982, 60.194223113944098 ], [ -1.304349679154847, 60.194927441595986 ], [ -1.304604543223303, 60.195923658141005 ], [ -1.30399710364067, 60.196162907509965 ], [ -1.303001703183625, 60.198283026114531 ], [ -1.303020431415272, 60.199526724524404 ], [ -1.302406062099296, 60.200003875460673 ], [ -1.30270825840998, 60.200638487722777 ], [ -1.296776431723476, 60.205660596789272 ], [ -1.295386792752224, 60.205684651672257 ], [ -1.295080325709016, 60.206010759638701 ], [ -1.294527337239955, 60.203448788154617 ], [ -1.292397610196504, 60.20308008087116 ], [ -1.291467985950978, 60.203526767074209 ], [ -1.291651074785291, 60.204238886637597 ], [ -1.290197134696056, 60.205739600000243 ], [ -1.28868471988195, 60.206017933364606 ], [ -1.288388944560827, 60.206430282448238 ], [ -1.286952855208346, 60.206847283124006 ], [ -1.285777876118386, 60.207866373568201 ], [ -1.285885749856426, 60.208631072624506 ], [ -1.284469795323962, 60.208863186330696 ], [ -1.28280610112366, 60.210194779894856 ], [ -1.281424740299951, 60.210738621945723 ], [ -1.28128550715516, 60.212237371964136 ], [ -1.281997008099974, 60.21287245149751 ], [ -1.28163426427293, 60.213617546530735 ], [ -1.279532176535381, 60.214104489581089 ], [ -1.277310373047772, 60.217077948417412 ], [ -1.276292947887832, 60.217386671747512 ], [ -1.275545402302435, 60.218141324318665 ], [ -1.27347179436588, 60.221322046559862 ], [ -1.272362101332323, 60.221306988891079 ], [ -1.270927135786256, 60.222529246301349 ], [ -1.270381019171584, 60.223549858574415 ], [ -1.270789207457966, 60.224270426376755 ], [ -1.269060269220655, 60.225715525026494 ], [ -1.26871893318531, 60.228479194831095 ], [ -1.269153257652626, 60.229648863714736 ], [ -1.267808202371115, 60.231675207830065 ], [ -1.2653729224308, 60.233355204292259 ], [ -1.267376354575702, 60.234117821101179 ], [ -1.26813362720374, 60.235381758029675 ], [ -1.267122235379325, 60.236037935004752 ], [ -1.267827278935614, 60.236325562651984 ], [ -1.266582070402572, 60.236695810221967 ], [ -1.267399115345329, 60.237224697115849 ], [ -1.267262707582963, 60.237753708078401 ], [ -1.266055051653067, 60.238460872275894 ], [ -1.264679242458165, 60.240142218788897 ], [ -1.265239566406624, 60.239475483808349 ], [ -1.266119203843903, 60.239307052849746 ], [ -1.265753194677361, 60.239119163221631 ], [ -1.26691039786565, 60.238004074559655 ], [ -1.269086535178664, 60.237350724321274 ], [ -1.27115220626795, 60.235162213822363 ], [ -1.271802152685209, 60.232968607743388 ], [ -1.272905788523173, 60.232215029107159 ], [ -1.273856586501175, 60.230042813929799 ], [ -1.275079627103322, 60.229025886459155 ], [ -1.276163914493189, 60.225700575397312 ], [ -1.278399527789135, 60.222951688489232 ], [ -1.278971677385067, 60.219910897982736 ], [ -1.280650883128417, 60.217900619404638 ], [ -1.281302834040759, 60.216147847423976 ], [ -1.283020034508459, 60.216102362880498 ], [ -1.284629868280738, 60.217672507432091 ], [ -1.286833787432498, 60.217739140154549 ], [ -1.287666930326675, 60.21743563274984 ], [ -1.288176341985536, 60.215247476946772 ], [ -1.290241221747681, 60.212804560271984 ], [ -1.28999349293729, 60.211158271982647 ], [ -1.288972753329587, 60.210383301567276 ], [ -1.289709643955208, 60.210433040927732 ], [ -1.294874536662088, 60.206184757919047 ], [ -1.296215935275034, 60.206645321615511 ], [ -1.29567455398299, 60.208420302471204 ], [ -1.295968573686777, 60.210444843608293 ], [ -1.296764939040199, 60.211257180718384 ], [ -1.297671126400264, 60.211323037128992 ], [ -1.298297720369723, 60.211047103296679 ], [ -1.298731571648849, 60.208895322306446 ], [ -1.30041053784982, 60.20562593201722 ], [ -1.307071661510144, 60.200293206219143 ], [ -1.308745021873923, 60.196371801730706 ], [ -1.308348683511136, 60.194121379110555 ], [ -1.309158495255212, 60.193516818234514 ], [ -1.310223308549487, 60.190812477613541 ], [ -1.312505962491786, 60.187718468617831 ], [ -1.31377786655053, 60.185003499162761 ], [ -1.316507386122586, 60.181710601254949 ], [ -1.318142777909576, 60.178737966991037 ], [ -1.318029182340655, 60.177695810202124 ], [ -1.320756363826479, 60.174378569240098 ], [ -1.321076561007215, 60.172835807457119 ], [ -1.320460019330917, 60.172145749766841 ], [ -1.319311923394946, 60.171888446989065 ], [ -1.319332246759133, 60.17046985615567 ], [ -1.324665615316465, 60.167439749243798 ], [ -1.325030028682064, 60.166804089901639 ], [ -1.32622210651047, 60.166226512593873 ], [ -1.326333317366276, 60.165194483019832 ], [ -1.327493866017743, 60.164392257089766 ], [ -1.32837185478727, 60.164190188681303 ], [ -1.328801073915231, 60.164789471334082 ], [ -1.329556384729549, 60.164860635990358 ], [ -1.32958899461478, 60.165471378447116 ], [ -1.327843794002709, 60.165785789517457 ], [ -1.327471354749862, 60.166376520349822 ], [ -1.326282141021563, 60.16681494759807 ], [ -1.325245745984011, 60.16858753572965 ], [ -1.32602119147976, 60.171199901954523 ], [ -1.325440133623729, 60.172292394698147 ], [ -1.324773934047291, 60.172262066845626 ], [ -1.325539123541493, 60.175377210104962 ], [ -1.322913396038265, 60.180791678066278 ], [ -1.321537213672581, 60.182400877390059 ], [ -1.320516342843786, 60.182512379197604 ], [ -1.320133825508566, 60.183138953667104 ], [ -1.319942504382706, 60.186289624480899 ], [ -1.319369334035216, 60.186978072412899 ], [ -1.317556794887486, 60.187871155290722 ], [ -1.317107557334801, 60.189534459250709 ], [ -1.315573770578139, 60.190540290439465 ], [ -1.315107803121509, 60.193693126838653 ], [ -1.316358013002403, 60.194885708532212 ], [ -1.316692934814057, 60.196473134728976 ], [ -1.315758091711024, 60.197195619822665 ], [ -1.31326717547989, 60.19772149301015 ], [ -1.31176374937124, 60.199320953179736 ], [ -1.310498236280939, 60.202470519232236 ], [ -1.310814898082428, 60.205951545075088 ], [ -1.308858774609292, 60.210694876582096 ], [ -1.308300967443557, 60.210621933846355 ], [ -1.30761992040561, 60.21108888410528 ], [ -1.30681908573159, 60.212357931483517 ], [ -1.306459383516571, 60.216320297268773 ], [ -1.305062943321023, 60.21749822555276 ], [ -1.304079393244902, 60.217497561697016 ], [ -1.302902206800182, 60.216926602734567 ], [ -1.301764056576226, 60.217153177147424 ], [ -1.300785165985412, 60.217951647787103 ], [ -1.30152556513796, 60.218778923861819 ], [ -1.301402094261615, 60.219493005314206 ], [ -1.302512682955549, 60.220398545139211 ], [ -1.302149258826692, 60.221788384984201 ], [ -1.303188922305933, 60.221787561468609 ], [ -1.302504838864349, 60.223743192943068 ], [ -1.301749877936222, 60.22435877688249 ], [ -1.302097207155583, 60.225087904658544 ], [ -1.302766345136386, 60.22528446995976 ], [ -1.302483389537253, 60.227048259888555 ], [ -1.303221041376853, 60.226995565808636 ], [ -1.302817393000448, 60.227386727800948 ], [ -1.303184946821124, 60.227590685596503 ], [ -1.305100777125486, 60.226972196305731 ], [ -1.30633282424156, 60.227272253765754 ], [ -1.306713527014632, 60.22959082921227 ], [ -1.305787717500999, 60.230172321129778 ], [ -1.304960079232352, 60.231829108873981 ], [ -1.304084488758419, 60.231996021404115 ], [ -1.304341122366177, 60.233177208920772 ], [ -1.303876916411356, 60.233696456587886 ], [ -1.302359225336561, 60.234167969995561 ], [ -1.301190163944778, 60.234037013770973 ], [ -1.301763411483213, 60.23442073993013 ], [ -1.301366828186687, 60.235068734436595 ], [ -1.300587033798597, 60.235226251289525 ], [ -1.299489433046679, 60.236145303558118 ], [ -1.299046914399227, 60.235896943136403 ], [ -1.297818484606538, 60.237779637218772 ], [ -1.295655772539374, 60.238506257747787 ], [ -1.293937795015107, 60.240297426382888 ], [ -1.294393395597331, 60.24094633712982 ], [ -1.293917179121432, 60.241675595396337 ], [ -1.29417861343014, 60.244635569280469 ], [ -1.29317619051809, 60.246731325642912 ], [ -1.293239427724242, 60.250085320415195 ], [ -1.291771708549565, 60.252886133783292 ], [ -1.292710227977934, 60.253935392307199 ], [ -1.294855925947854, 60.25228568633765 ], [ -1.295989394988678, 60.248631859004412 ], [ -1.295395420740534, 60.246428853207163 ], [ -1.296083469101363, 60.246351690865701 ], [ -1.296579883368918, 60.245523763193802 ], [ -1.298294996297594, 60.24480194568757 ], [ -1.30012756323155, 60.242380101749674 ], [ -1.301826785205697, 60.241120312940531 ], [ -1.304902128354815, 60.235504813430246 ], [ -1.307044971802049, 60.234074883159558 ], [ -1.308815214148556, 60.233610916703419 ], [ -1.308602670002564, 60.232900468267147 ], [ -1.31130597224688, 60.232537399890425 ], [ -1.311303875277931, 60.232206961494299 ], [ -1.312744269266602, 60.231967502635726 ], [ -1.313852203540546, 60.23130699079897 ], [ -1.31477966960148, 60.229515979229333 ], [ -1.314251968323446, 60.229368692479269 ], [ -1.315418695283969, 60.228133814749093 ], [ -1.313446942404546, 60.226424803079013 ], [ -1.315920331254566, 60.22424489652122 ], [ -1.316488582740308, 60.223220624320149 ], [ -1.319319268554068, 60.221196933341467 ], [ -1.320241583000592, 60.219800933251307 ], [ -1.322123755665305, 60.218239231021791 ], [ -1.327859688914309, 60.215305326828805 ], [ -1.329797793086193, 60.213182611505331 ], [ -1.331836838951512, 60.212294991155169 ], [ -1.334465979499114, 60.209883867526223 ], [ -1.337420626393102, 60.208758317271659 ], [ -1.340690027364344, 60.20452303662357 ], [ -1.346362433041492, 60.200950514059656 ], [ -1.347666466767935, 60.200683071590113 ], [ -1.348715723718478, 60.202349343887406 ], [ -1.348576404976284, 60.204373427440146 ], [ -1.349790472602599, 60.208204439400717 ], [ -1.348010046697492, 60.21610171504809 ], [ -1.349737121534866, 60.216828507222537 ], [ -1.352141949424323, 60.217051273417205 ], [ -1.353286063814731, 60.216686918527074 ], [ -1.356432200096898, 60.216931174788535 ], [ -1.358661383317724, 60.216354739015735 ], [ -1.361098894797187, 60.216846870228665 ], [ -1.361962443946154, 60.217635787212195 ], [ -1.363194123428052, 60.220477263665117 ], [ -1.363698508860046, 60.223229942398007 ], [ -1.361482791743067, 60.227179927904295 ], [ -1.360282642069119, 60.228090005150761 ], [ -1.36024893839656, 60.228893460454898 ], [ -1.363232878380224, 60.23095500961243 ], [ -1.364054895399623, 60.233257563426378 ], [ -1.36617720103631, 60.233685233022122 ], [ -1.368928587420804, 60.234735407651385 ], [ -1.368585508472026, 60.23849146745394 ], [ -1.367412776894132, 60.239841707129401 ], [ -1.365715800237361, 60.239811165045047 ], [ -1.360184898130215, 60.238666751757542 ], [ -1.359359449892317, 60.238397892761448 ], [ -1.357487059768424, 60.236723249283514 ], [ -1.355312180195009, 60.236209885799212 ], [ -1.352231039064272, 60.237703356477937 ], [ -1.351717190290133, 60.239034224815654 ], [ -1.354123978110948, 60.242177813531477 ], [ -1.354420940534985, 60.241863198251473 ], [ -1.354135690836236, 60.242408629658975 ], [ -1.354820341903285, 60.242492768260256 ], [ -1.355090024018286, 60.244485610016525 ], [ -1.356937775207309, 60.245682484964441 ], [ -1.361411104052689, 60.246370307205439 ], [ -1.36580405407387, 60.245992691995632 ], [ -1.36764543302893, 60.24548248949398 ], [ -1.369301591767662, 60.24586658225261 ], [ -1.371988831593131, 60.247495524519877 ], [ -1.374110106546502, 60.248030805387636 ], [ -1.374503840119438, 60.248697101037578 ], [ -1.376541572699946, 60.248881770975942 ], [ -1.378145923192989, 60.249535774776987 ], [ -1.382234910269672, 60.249195699098465 ], [ -1.381844091589685, 60.249804447460413 ], [ -1.384303912356134, 60.250606017524099 ], [ -1.384902533922786, 60.250474107255805 ], [ -1.385048249398979, 60.250892301630046 ], [ -1.386376736894076, 60.251338412432794 ], [ -1.387194393833906, 60.25108628817992 ], [ -1.385575291151328, 60.250724141241875 ], [ -1.385169553511906, 60.249721114406164 ], [ -1.383735468774539, 60.24913083852347 ], [ -1.383381288497828, 60.247791335363509 ], [ -1.384361291847803, 60.246103354530376 ], [ -1.387366173230501, 60.244788368798716 ], [ -1.389397535472167, 60.244335309210555 ], [ -1.393953328515889, 60.244104767128313 ], [ -1.398335613364567, 60.245453571871685 ], [ -1.40148115889957, 60.245800004189576 ], [ -1.402310447516796, 60.246382878389511 ], [ -1.401848852053416, 60.246933003222196 ], [ -1.40283575936705, 60.248782609413169 ], [ -1.403615200820967, 60.24913179928474 ], [ -1.403746652588322, 60.249850701714479 ], [ -1.403038398159407, 60.250552364343442 ], [ -1.403552575720484, 60.251185890993355 ], [ -1.407812469846591, 60.252783441099901 ], [ -1.411451375403173, 60.255281379342883 ], [ -1.414516824041349, 60.255012988320829 ], [ -1.415576065467484, 60.255999942694828 ], [ -1.417395213150942, 60.256627476227671 ], [ -1.422447944351103, 60.25524703834342 ], [ -1.426960489338605, 60.254979256620992 ], [ -1.430216464658273, 60.255174635261746 ], [ -1.431647099463978, 60.254879971519024 ], [ -1.432295089504152, 60.255125171873345 ], [ -1.43320723950327, 60.254826478828932 ], [ -1.434280575307919, 60.255237796924106 ], [ -1.43511130479026, 60.25494502929687 ], [ -1.43505796334713, 60.254580260297864 ], [ -1.43584041694529, 60.254361807461791 ], [ -1.435045288523274, 60.254476949373888 ], [ -1.433065587859642, 60.253822934238819 ], [ -1.432774582763108, 60.253098892558896 ], [ -1.432242428659114, 60.253156777618869 ], [ -1.4323793650692, 60.253491376977955 ], [ -1.431971906319491, 60.253233737326518 ], [ -1.431321609158722, 60.253332416289567 ], [ -1.430259718507824, 60.254140454383965 ], [ -1.42908268816778, 60.253982760066386 ], [ -1.428448797657537, 60.253241970460913 ], [ -1.424714265467305, 60.25232526771395 ], [ -1.42222763381005, 60.25257306705128 ], [ -1.418667484351205, 60.252330368375972 ], [ -1.417485958143575, 60.251923835968185 ], [ -1.415283683911244, 60.252129653360392 ], [ -1.410681762423965, 60.24914179121307 ], [ -1.409431010538797, 60.249080566758259 ], [ -1.408676926660453, 60.246117765714231 ], [ -1.406286187619166, 60.243280539940962 ], [ -1.406189037413759, 60.242660560798846 ], [ -1.406644710232972, 60.242530607477768 ], [ -1.402275252106144, 60.242364657127403 ], [ -1.40045414630927, 60.241705476793854 ], [ -1.399218851004105, 60.241605615576681 ], [ -1.398759110964252, 60.241069289318361 ], [ -1.396358362813543, 60.240021333010461 ], [ -1.395442672831807, 60.238751139236477 ], [ -1.392686362037738, 60.237903521945121 ], [ -1.391686128138131, 60.236821472082546 ], [ -1.390581184904651, 60.236520100891887 ], [ -1.388621628527203, 60.235083442569888 ], [ -1.385312148526094, 60.234875116131981 ], [ -1.384747510826916, 60.235617752944023 ], [ -1.383168941416275, 60.23602346046976 ], [ -1.380032666161367, 60.23620190157574 ], [ -1.378284282635724, 60.236988363316229 ], [ -1.376405528373627, 60.236553053768688 ], [ -1.376594361667532, 60.235642577594959 ], [ -1.375887442263986, 60.234359756921073 ], [ -1.377011343545138, 60.23269944016733 ], [ -1.376332487760104, 60.231367368596267 ], [ -1.376683876620648, 60.228073743026101 ], [ -1.373670878753861, 60.221352278117287 ], [ -1.372403300557332, 60.220152088377993 ], [ -1.369780475155738, 60.218761389416599 ], [ -1.366747597802535, 60.215623168352863 ], [ -1.365642778447071, 60.21517702456876 ], [ -1.363638769358452, 60.215132413329705 ], [ -1.362095285189134, 60.214697604309734 ], [ -1.360652872031824, 60.213707464727975 ], [ -1.360969990367242, 60.211782998749541 ], [ -1.360173351186384, 60.210068662448954 ], [ -1.360157281776646, 60.209040490114432 ], [ -1.360742613682316, 60.208630277185009 ], [ -1.36022071300624, 60.207635583054795 ], [ -1.361910746223721, 60.204685140408671 ], [ -1.361360149622528, 60.201454540408406 ], [ -1.363549366561472, 60.198317918195734 ], [ -1.363570045218058, 60.197249515525812 ], [ -1.363175230826518, 60.196681943526599 ], [ -1.360413475737317, 60.19587401610768 ], [ -1.360723330962196, 60.195242489092692 ], [ -1.360206399028269, 60.194930221265054 ], [ -1.360906478172781, 60.194170379322337 ], [ -1.360656265342924, 60.193590027280067 ], [ -1.361563060108589, 60.192862604453531 ], [ -1.361757576161515, 60.193061078739987 ], [ -1.362422004192159, 60.19274102905711 ], [ -1.364671714635449, 60.19297180778117 ], [ -1.364663833996141, 60.191512680308058 ], [ -1.364217831467899, 60.191263620658667 ], [ -1.364704057927527, 60.191297376584934 ], [ -1.364684468539392, 60.190911185116292 ], [ -1.367310091437005, 60.190811495736462 ], [ -1.367597122206455, 60.189950879041461 ], [ -1.368778756723709, 60.190391988984381 ], [ -1.368916425953886, 60.19120524455878 ], [ -1.369634562847561, 60.191370281070789 ], [ -1.371012383306644, 60.190986233968509 ], [ -1.371265666290159, 60.190471141550596 ], [ -1.372229867417496, 60.190498155376574 ], [ -1.372794263041609, 60.189742098706049 ], [ -1.37334977415801, 60.189924304197369 ], [ -1.373195899706753, 60.190902289189516 ], [ -1.372356273117344, 60.190961172460426 ], [ -1.371914721112359, 60.19189289953799 ], [ -1.371149166089666, 60.19184886731297 ], [ -1.370439504591562, 60.192182214299407 ], [ -1.370263393171344, 60.192432790683952 ], [ -1.370882046267505, 60.192615306048658 ], [ -1.370195201043645, 60.193168745637649 ], [ -1.369441819065055, 60.192958649783108 ], [ -1.369037885097599, 60.193333847639828 ], [ -1.368335819148569, 60.194677357980282 ], [ -1.369022414743723, 60.195080190978203 ], [ -1.368736809235466, 60.196335893118423 ], [ -1.367079368533209, 60.199053124501098 ], [ -1.367626159897722, 60.199226332716641 ], [ -1.367586491252575, 60.200819916272287 ], [ -1.368280632755146, 60.201774996707279 ], [ -1.367159763640754, 60.205653071463928 ], [ -1.367895639227684, 60.206787931780937 ], [ -1.367907717785881, 60.208974373341164 ], [ -1.368715287111889, 60.209669599339136 ], [ -1.373631912969967, 60.20957437320336 ], [ -1.375977290346643, 60.20891738593415 ], [ -1.376548364663162, 60.205538584905199 ], [ -1.378986323218691, 60.203209195083012 ], [ -1.380258891321693, 60.203453087733905 ], [ -1.381276715237509, 60.20314357302086 ], [ -1.382124672393994, 60.203424974727653 ], [ -1.383404321819301, 60.203004425354806 ], [ -1.383963585769664, 60.202231238786922 ], [ -1.384657224332739, 60.20237273358768 ], [ -1.386367913592932, 60.201952358185203 ], [ -1.389052330810226, 60.202226931266416 ], [ -1.390907523973641, 60.201889769355908 ], [ -1.393441379621895, 60.200940625709372 ], [ -1.393049982517361, 60.200157664856917 ], [ -1.394526021172038, 60.19983218627069 ], [ -1.394099288915824, 60.200476724735104 ], [ -1.395091136826434, 60.201468937479824 ], [ -1.394482199376404, 60.201722060886922 ], [ -1.39511739816397, 60.202492660291625 ], [ -1.39432964051681, 60.202659667500093 ], [ -1.394180795309496, 60.203395263888595 ], [ -1.396188756930055, 60.20456270316847 ], [ -1.396565822768612, 60.205641894646924 ], [ -1.394368816603267, 60.210423062907424 ], [ -1.394605741304406, 60.213723014268659 ], [ -1.395580510907348, 60.214488872492474 ], [ -1.394754213086178, 60.216438928053648 ], [ -1.394569239868847, 60.214822770176724 ], [ -1.394244539099254, 60.216480599898937 ], [ -1.394519953530693, 60.217105893907025 ], [ -1.395336600349256, 60.217447225266248 ], [ -1.394844848983335, 60.217102886073775 ], [ -1.396714037323333, 60.217422066569853 ], [ -1.398502547512433, 60.217319742246318 ], [ -1.399535447436649, 60.215804282434341 ], [ -1.399460979429938, 60.21444812359578 ], [ -1.400596645039899, 60.212633223115539 ], [ -1.400317414483472, 60.212113875986454 ], [ -1.401375202695431, 60.211992047962731 ], [ -1.402717307402717, 60.211118156981975 ], [ -1.402300980658461, 60.210496734698239 ], [ -1.402852699079991, 60.20892969644683 ], [ -1.402642595548515, 60.205301250526503 ], [ -1.401735202132972, 60.202127587583874 ], [ -1.402522167202807, 60.201008762245387 ], [ -1.401271476654762, 60.200352149365983 ], [ -1.401981084943032, 60.200014148499207 ], [ -1.401835865539855, 60.199569034815823 ], [ -1.403296256539227, 60.199602547245817 ], [ -1.402498404941051, 60.199338566674363 ], [ -1.40362743005663, 60.198746544387859 ], [ -1.40395192858522, 60.197760315553815 ], [ -1.404921489570335, 60.197504277363947 ], [ -1.40450020067247, 60.197363213133215 ], [ -1.405139523398116, 60.196917132359246 ], [ -1.404510362045389, 60.196802072905903 ], [ -1.404586323219408, 60.196093074854907 ], [ -1.405613419405364, 60.195644241946688 ], [ -1.406846028749496, 60.194298422629416 ], [ -1.406578322547029, 60.193143427064861 ], [ -1.404326920127657, 60.192989673966174 ], [ -1.40410120739736, 60.192508284941837 ], [ -1.405320368736898, 60.191903184795187 ], [ -1.40503576, 60.190689746333092 ], [ -1.40650372933533, 60.189282132163655 ], [ -1.405735254979588, 60.188901574623756 ], [ -1.405556143081468, 60.187338428829598 ], [ -1.407880811587317, 60.186305467660858 ], [ -1.406439736189646, 60.18433442478797 ], [ -1.404165392250341, 60.183987515957135 ], [ -1.401865390069004, 60.185054643598477 ], [ -1.401326441219734, 60.184948953862694 ], [ -1.401545729284107, 60.183796142799821 ], [ -1.4023959657851, 60.183140020094001 ], [ -1.401670462354089, 60.182885337591621 ], [ -1.402096408188233, 60.182263218150872 ], [ -1.40063309040709, 60.181937859465691 ], [ -1.402417163510933, 60.181972846292453 ], [ -1.402810046605468, 60.181184464160665 ], [ -1.4012385087625, 60.18036926927585 ], [ -1.402076101270504, 60.180404474320724 ], [ -1.402464408890916, 60.179867484387756 ], [ -1.401405654979776, 60.179108474331038 ], [ -1.402863426605994, 60.179236262045649 ], [ -1.403124317428241, 60.178766038935102 ], [ -1.404488385290941, 60.179090925038231 ], [ -1.40448416597216, 60.17882602565868 ], [ -1.404941834574751, 60.178935827782212 ], [ -1.405687233249477, 60.178584499579706 ], [ -1.405630473027158, 60.178234064320506 ], [ -1.407912545256705, 60.177629210377482 ], [ -1.40827441620924, 60.177051680076062 ], [ -1.407746608722258, 60.176833828213532 ], [ -1.408187206108882, 60.176889668997248 ], [ -1.408920144265325, 60.176224002231528 ], [ -1.40864613688843, 60.17542364987564 ], [ -1.40922301275962, 60.175417241876836 ], [ -1.409262106340035, 60.175749638958948 ], [ -1.41078033755932, 60.175513959943892 ], [ -1.411495411287026, 60.174834731182756 ], [ -1.411364642179036, 60.174084404477483 ], [ -1.412396441940267, 60.173833078715433 ], [ -1.413219924418538, 60.17262904955426 ], [ -1.413075025951792, 60.171658676346837 ], [ -1.414478704749203, 60.171265315926057 ], [ -1.414136580794863, 60.17074302286089 ], [ -1.414732031933051, 60.17070075719095 ], [ -1.414587565257741, 60.17021076395865 ], [ -1.413681578304522, 60.169982286244135 ], [ -1.416081860419689, 60.168259929916424 ], [ -1.416254995005328, 60.167133827272473 ], [ -1.417618119710848, 60.166982688574691 ], [ -1.418038948475543, 60.165601769597679 ], [ -1.418984580910902, 60.166131188287835 ], [ -1.419938957058744, 60.16514318686373 ], [ -1.420283962300209, 60.164992052635611 ], [ -1.420919211654986, 60.165241751061139 ], [ -1.420467289234179, 60.164813273952973 ], [ -1.420995295071312, 60.164501315533528 ], [ -1.422243417566478, 60.164735724474397 ], [ -1.421638010728654, 60.165864439434849 ], [ -1.42190282956091, 60.166175369792747 ], [ -1.422444215122336, 60.166128344494865 ], [ -1.422284215662664, 60.166518234010866 ], [ -1.422927889028899, 60.166803875319857 ], [ -1.422484710413836, 60.167928810236937 ], [ -1.422824970533071, 60.168563311022282 ], [ -1.423802428786209, 60.168827952775636 ], [ -1.424557347932657, 60.168422686596571 ], [ -1.424695142453406, 60.168786933803482 ], [ -1.425304414693652, 60.167950039647323 ], [ -1.427836456617477, 60.166896978312678 ], [ -1.427853732276281, 60.167458240033582 ], [ -1.428950240375479, 60.168131901639477 ], [ -1.429858623540599, 60.167704818768222 ], [ -1.42953241616907, 60.168331945275547 ], [ -1.430440253735084, 60.167936282560952 ], [ -1.430423944537578, 60.168358225110737 ], [ -1.43082306853187, 60.168202806512674 ], [ -1.430268143862668, 60.169030980131296 ], [ -1.431651182277732, 60.169292816176494 ], [ -1.431922838065911, 60.168692387918732 ], [ -1.432125667257589, 60.169469939212767 ], [ -1.432705337555464, 60.16877205919026 ], [ -1.43297913915613, 60.169091984327224 ], [ -1.433669187296409, 60.168785158044145 ], [ -1.43357783086666, 60.169381870540455 ], [ -1.434225130036697, 60.169465444705615 ], [ -1.434418958310483, 60.16919690192718 ], [ -1.434946204365663, 60.169450561231372 ], [ -1.434607905707466, 60.170261717518272 ], [ -1.433652996344547, 60.170773934470375 ], [ -1.43398856126306, 60.171695713059421 ], [ -1.433194317780409, 60.172293912720598 ], [ -1.433762177247443, 60.172808140577942 ], [ -1.434821869808074, 60.17301917748312 ], [ -1.437316883826759, 60.172028630659398 ], [ -1.438756156692485, 60.172173903784703 ], [ -1.439184890744297, 60.172925462250717 ], [ -1.438585295784636, 60.173210252655771 ], [ -1.439325988883857, 60.17363539808229 ], [ -1.438396812034159, 60.173694319438397 ], [ -1.438599312178075, 60.17397352510288 ], [ -1.437853714411743, 60.17383568214651 ], [ -1.437649955431193, 60.17415806151665 ], [ -1.438466293185092, 60.175432045618251 ], [ -1.436984795174894, 60.176166530236657 ], [ -1.436688922602749, 60.177130513729793 ], [ -1.435990561523972, 60.17738793605637 ], [ -1.436188449548445, 60.177936494848481 ], [ -1.435682012865547, 60.178037599250537 ], [ -1.436574828625056, 60.178530748984898 ], [ -1.436894398555763, 60.178289673864434 ], [ -1.438068225155402, 60.178689726998826 ], [ -1.438478109535702, 60.179282279186488 ], [ -1.436952225357593, 60.179756185445555 ], [ -1.436251622934636, 60.18056221478637 ], [ -1.432379966930022, 60.181999398406624 ], [ -1.432112857040782, 60.183270575230246 ], [ -1.430761094470593, 60.184084561137475 ], [ -1.433228071648755, 60.185301000091691 ], [ -1.435301792729829, 60.187275339157196 ], [ -1.435389133494317, 60.188174504938601 ], [ -1.437515659183534, 60.18834426190331 ], [ -1.43852025962106, 60.188855828730219 ], [ -1.438207188733259, 60.188499834488439 ], [ -1.439245279507335, 60.187999609113859 ], [ -1.439034150758063, 60.187163673355968 ], [ -1.438632008895088, 60.186639396759183 ], [ -1.437635619335453, 60.186706110332494 ], [ -1.437332003566794, 60.186009851255008 ], [ -1.438762165252299, 60.185562472191513 ], [ -1.438638454934966, 60.184993580438665 ], [ -1.439673597404113, 60.18370678216386 ], [ -1.439324348354055, 60.180503407240892 ], [ -1.44159208462802, 60.180078391733737 ], [ -1.441287016403403, 60.179147783902017 ], [ -1.441901418297694, 60.178526332282885 ], [ -1.442833429617401, 60.178840025102836 ], [ -1.444242595061084, 60.178118640832658 ], [ -1.443943331776836, 60.17716112641682 ], [ -1.444969302849606, 60.177246234551816 ], [ -1.444694788413985, 60.176423509852064 ], [ -1.44518890736199, 60.176515367448111 ], [ -1.445125064368418, 60.176025746548 ], [ -1.446100938631792, 60.175872693758841 ], [ -1.445833092399438, 60.175723421877706 ], [ -1.44686163028054, 60.175117145616504 ], [ -1.448215802134562, 60.176586358181304 ], [ -1.449962176209318, 60.17724458709948 ], [ -1.452120314648213, 60.176993129625679 ], [ -1.453487029316149, 60.176314571333457 ], [ -1.453160723217231, 60.175125309450408 ], [ -1.451935463917939, 60.174563555975155 ], [ -1.452466763953406, 60.174044970435098 ], [ -1.451937589941132, 60.173894631739948 ], [ -1.45248062833488, 60.173753211253498 ], [ -1.451979836411382, 60.173522179169055 ], [ -1.452281148824286, 60.173285481267015 ], [ -1.451415420146439, 60.172783570266986 ], [ -1.450476849747511, 60.171248770008717 ], [ -1.451565578142543, 60.170261100556743 ], [ -1.451130757949791, 60.169859737305863 ], [ -1.451679639610454, 60.169363674931191 ], [ -1.451197238299268, 60.169114757629096 ], [ -1.452491071049044, 60.168249145346252 ], [ -1.451945050111894, 60.167492655893021 ], [ -1.450921161339278, 60.167299861727443 ], [ -1.451660721808939, 60.166171570859831 ], [ -1.450806690193283, 60.164655976348399 ], [ -1.451675073368592, 60.164227681225825 ], [ -1.450609093075239, 60.163864109550026 ], [ -1.451008788516055, 60.163124999018542 ], [ -1.449937752438544, 60.163066686269744 ], [ -1.450231024799024, 60.162767106642008 ], [ -1.448967020164356, 60.161859471667803 ], [ -1.449896294205186, 60.161773540545482 ], [ -1.450142992512513, 60.160486079385727 ], [ -1.451478103809346, 60.160909132399638 ], [ -1.45235243042144, 60.160333602128432 ], [ -1.45232314594124, 60.15938619815843 ], [ -1.451828367221034, 60.15934823745426 ], [ -1.451675062950442, 60.158817843267094 ], [ -1.452073074890889, 60.158716230387114 ], [ -1.451418504642233, 60.158538433327998 ], [ -1.450914905045212, 60.157409485448738 ], [ -1.45158600543193, 60.157133914489528 ], [ -1.45108040153671, 60.15612617505667 ], [ -1.451391279735525, 60.155305884087632 ], [ -1.452361907853227, 60.154887884530574 ], [ -1.452725059376221, 60.154171064751971 ], [ -1.452360115209772, 60.153370427212295 ], [ -1.451712189176162, 60.153340812039232 ], [ -1.452210833668289, 60.153140846072326 ], [ -1.451692495632038, 60.152900759810393 ], [ -1.451979568270723, 60.152426060084373 ], [ -1.451133508224081, 60.152938852079771 ], [ -1.452504114694853, 60.15175031329845 ], [ -1.452615060621316, 60.152118910317881 ], [ -1.454071165885336, 60.15174330758888 ], [ -1.454147294579104, 60.151496698705103 ], [ -1.452951981694995, 60.151352596920347 ], [ -1.455619613170376, 60.149046997598589 ], [ -1.455515171559974, 60.148283353757691 ], [ -1.456825188864612, 60.147471639493112 ], [ -1.457940970026609, 60.147516612566676 ], [ -1.458296759941854, 60.147235228612502 ], [ -1.458263845071201, 60.148141972876132 ], [ -1.459868304686451, 60.146940845371823 ], [ -1.462473382357956, 60.146210668008287 ], [ -1.463092193548878, 60.146361329464128 ], [ -1.462077375669382, 60.146752290787433 ], [ -1.464168746048708, 60.147155837325379 ], [ -1.462885636973933, 60.147433482581505 ], [ -1.463016667408232, 60.147680935811735 ], [ -1.461145029741247, 60.148705924870498 ], [ -1.463967623320864, 60.147895791140286 ], [ -1.463975794137962, 60.149054114219361 ], [ -1.462905854271684, 60.149507711962784 ], [ -1.462818376400959, 60.149902433130613 ], [ -1.463662000817563, 60.150076449962313 ], [ -1.463547371008926, 60.150480040688507 ], [ -1.462008042828694, 60.150999073303126 ], [ -1.463415825931837, 60.150816220407052 ], [ -1.463311730725015, 60.151125574152324 ], [ -1.461440186950541, 60.151692639258549 ], [ -1.46212260081703, 60.151704388893819 ], [ -1.461889489985285, 60.152192797765323 ], [ -1.464122922897173, 60.152188376430587 ], [ -1.465184594794112, 60.152803234891202 ], [ -1.464516833826113, 60.152885839636916 ], [ -1.46528172642947, 60.15347705060762 ], [ -1.46420009968919, 60.154087743937033 ], [ -1.464547370737947, 60.154331579594832 ], [ -1.463932900112753, 60.15501149913905 ], [ -1.465008730019668, 60.154759943928042 ], [ -1.464750081705379, 60.155158464664446 ], [ -1.466229913639516, 60.155541548260821 ], [ -1.466489109716604, 60.156220504616229 ], [ -1.468247526604892, 60.156088394926854 ], [ -1.467202764550835, 60.156645386588188 ], [ -1.467603613967459, 60.15692085573987 ], [ -1.468618535664061, 60.156538831414359 ], [ -1.469258257440747, 60.156523435960793 ], [ -1.469037190907058, 60.15682783603711 ], [ -1.470775679827333, 60.156255643081465 ], [ -1.47093072224337, 60.15669623174437 ], [ -1.469148049408382, 60.157214375984523 ], [ -1.47017447616244, 60.15723643978739 ], [ -1.469674288204129, 60.157535235665691 ], [ -1.470329731638536, 60.15766356148584 ], [ -1.469557103068028, 60.158100442347006 ], [ -1.470509340619417, 60.158256891256706 ], [ -1.4702884727651, 60.15910901154195 ], [ -1.469326447446871, 60.159558602699796 ], [ -1.46984593296992, 60.160301446159359 ], [ -1.471902374054328, 60.160695748597789 ], [ -1.474592060628948, 60.159795068830192 ], [ -1.475597860317839, 60.162249410828352 ], [ -1.476447302663728, 60.160381551063658 ], [ -1.477466393048722, 60.160304760498249 ], [ -1.478771914921443, 60.160911489790294 ], [ -1.47846036945839, 60.1614723479071 ], [ -1.480570671976349, 60.160855695906207 ], [ -1.479691652616279, 60.160852249416926 ], [ -1.479249167054739, 60.16035217973981 ], [ -1.479802930732998, 60.160650659343091 ], [ -1.480674066424687, 60.160245531359465 ], [ -1.480583958524129, 60.16085181337391 ], [ -1.481298343511358, 60.16064304945413 ], [ -1.481266513943863, 60.160948209683959 ], [ -1.482034536169861, 60.160798569795425 ], [ -1.483633155797568, 60.161907421514528 ], [ -1.48492706164763, 60.161770586529293 ], [ -1.485501948881164, 60.161413660104266 ], [ -1.486669347951571, 60.162109564553027 ], [ -1.487314520123979, 60.161981865818994 ], [ -1.486126446724891, 60.1589154412939 ], [ -1.489197337303508, 60.158954244586724 ], [ -1.488126800792553, 60.16002759116877 ], [ -1.489373813603077, 60.159772009669865 ], [ -1.48905852238522, 60.160354427373072 ], [ -1.489700117617799, 60.160222213841578 ], [ -1.489580103053685, 60.160410310009176 ], [ -1.490576864184409, 60.160028048187201 ], [ -1.490975525683805, 60.161626037719309 ], [ -1.49020929306357, 60.161894258443141 ], [ -1.490105464069929, 60.162898604260725 ], [ -1.488566769078459, 60.163482595756463 ], [ -1.488183486412666, 60.16333565782368 ], [ -1.487363893717858, 60.1639026554165 ], [ -1.487465742192439, 60.164651893903915 ], [ -1.488418648043989, 60.165594772053367 ], [ -1.489317449909355, 60.165498570154192 ], [ -1.489554696816862, 60.165885578498667 ], [ -1.488836568508512, 60.166181811306046 ], [ -1.489424154258828, 60.166286435014406 ], [ -1.489301614789752, 60.166751970644079 ], [ -1.490692813613461, 60.166742954763698 ], [ -1.490867232144267, 60.16595078333755 ], [ -1.492019955391511, 60.165746892496806 ], [ -1.491575924566797, 60.166264174037629 ], [ -1.49241751791389, 60.167191331758339 ], [ -1.492621555031968, 60.166813201020446 ], [ -1.493264964477119, 60.16692161278565 ], [ -1.493441662494247, 60.166094428964882 ], [ -1.493606918594339, 60.166948060086128 ], [ -1.495027809083571, 60.166765818419165 ], [ -1.495578495039976, 60.16622289227427 ], [ -1.495780122099524, 60.1655286886445 ], [ -1.494594729919216, 60.164575999107178 ], [ -1.496158872691955, 60.165033592503136 ], [ -1.495587693743106, 60.163152127071228 ], [ -1.496395416853575, 60.162879543449733 ], [ -1.497221685158105, 60.163279548540025 ], [ -1.497345387599331, 60.162729607949146 ], [ -1.498075295134544, 60.162714414966338 ], [ -1.498277844159031, 60.162427855150938 ], [ -1.499328610218655, 60.163230953207119 ], [ -1.499245631727497, 60.162171123998014 ], [ -1.501330858636847, 60.162479777166325 ], [ -1.501433311178201, 60.162852788708477 ], [ -1.502434065912883, 60.162798184552749 ], [ -1.502745883864403, 60.163028317354382 ], [ -1.503293941858016, 60.16252755051557 ], [ -1.504577529722092, 60.162833147152512 ], [ -1.504181492102078, 60.164007908509134 ], [ -1.503325853540058, 60.164592827197161 ], [ -1.503611481477149, 60.16476898609082 ], [ -1.504125703394526, 60.164721525824653 ], [ -1.505500284306571, 60.163173301920217 ], [ -1.506014882612458, 60.163098898956903 ], [ -1.506076470886734, 60.162596307560662 ], [ -1.506250973494731, 60.162974073066358 ], [ -1.507938805507632, 60.162755873531452 ], [ -1.508374454898896, 60.163745172965733 ], [ -1.510541943252306, 60.164592721917174 ], [ -1.509939699156349, 60.165712864806814 ], [ -1.512092997875468, 60.166313414589851 ], [ -1.511693680493806, 60.166509481365992 ], [ -1.512483537528662, 60.166709923993778 ], [ -1.511710056170065, 60.167227856379469 ], [ -1.510238639260886, 60.167419966926666 ], [ -1.510723468332524, 60.168140071253099 ], [ -1.509712418860773, 60.168271021201633 ], [ -1.509205662498199, 60.169023377120631 ], [ -1.510017525381331, 60.168959037197368 ], [ -1.510345470981169, 60.169323895187972 ], [ -1.509599726138341, 60.169788044105907 ], [ -1.508571808056982, 60.169838112692823 ], [ -1.509335766680376, 60.169966646407325 ], [ -1.50912536926796, 60.17078295053566 ], [ -1.510180800802521, 60.1719137083671 ], [ -1.509450988952727, 60.17311867678044 ], [ -1.510240651239509, 60.173947656299283 ], [ -1.509602129749323, 60.174466074610606 ], [ -1.510469060309955, 60.174343572230299 ], [ -1.511081589942787, 60.173147145093786 ], [ -1.510955514548287, 60.173748268287284 ], [ -1.511775103379894, 60.173778224560721 ], [ -1.512111395357145, 60.174192492554255 ], [ -1.513246447453028, 60.174219110293457 ], [ -1.513749729498868, 60.174921312278769 ], [ -1.51246152925629, 60.174889646596398 ], [ -1.513815719033897, 60.175334584567665 ], [ -1.513957973988475, 60.176075866873838 ], [ -1.512393232880727, 60.177066783913411 ], [ -1.513591267807445, 60.177107098341793 ], [ -1.513440509564606, 60.17755100187933 ], [ -1.513961012458111, 60.177701062322541 ], [ -1.513163246861211, 60.178016888273923 ], [ -1.512095273859851, 60.17771217043358 ], [ -1.510070049728651, 60.178144672548193 ], [ -1.510570920223093, 60.178402420817513 ], [ -1.510117106309553, 60.178616239618442 ], [ -1.510373050424349, 60.178980830834156 ], [ -1.511399718764789, 60.179034000598698 ], [ -1.511234097209257, 60.179262352827308 ], [ -1.510342406968021, 60.179223148512122 ], [ -1.510940286063739, 60.179747029313987 ], [ -1.51048180928302, 60.180030867720951 ], [ -1.512994730132199, 60.1803911930458 ], [ -1.513395800571357, 60.180697050111981 ], [ -1.51328926417885, 60.181196784759202 ], [ -1.512174123403896, 60.181513235749641 ], [ -1.512349912935621, 60.181815573587855 ], [ -1.511776437362222, 60.182072954778327 ], [ -1.51186783655472, 60.183081623017181 ], [ -1.512458212251031, 60.183144850686801 ], [ -1.514329753114355, 60.18166211442275 ], [ -1.515296580091026, 60.181867676154894 ], [ -1.51757636865612, 60.181296846964756 ], [ -1.517970767997912, 60.181446432724364 ], [ -1.517937732697217, 60.180009686916449 ], [ -1.518482297229071, 60.179751276365678 ], [ -1.519058245346857, 60.179811728746103 ], [ -1.519480884215142, 60.18049565764219 ], [ -1.519328227906414, 60.179839644074633 ], [ -1.520995286670921, 60.179863632231182 ], [ -1.521243654526927, 60.180138385619117 ], [ -1.522110952421819, 60.179997850459657 ], [ -1.522106910905094, 60.180276182079943 ], [ -1.522729175274551, 60.180251485692473 ], [ -1.52238298086338, 60.18050613854215 ], [ -1.523248722889799, 60.180473337228698 ], [ -1.522314548762669, 60.180874027366116 ], [ -1.522409846199956, 60.181139248277589 ], [ -1.52318586620086, 60.181079187559931 ], [ -1.523288298397541, 60.181474627603507 ], [ -1.524394236644223, 60.181662664906462 ], [ -1.524631429462811, 60.180841945211895 ], [ -1.525380011589761, 60.180808710065087 ], [ -1.525600608002804, 60.18113722921251 ], [ -1.525809477889846, 60.179777671728544 ], [ -1.527118423599833, 60.179634192471163 ], [ -1.528425764516664, 60.180859977599788 ], [ -1.52798548675633, 60.181392656486757 ], [ -1.528366739902114, 60.181833978766321 ], [ -1.527687471773554, 60.182060524039194 ], [ -1.528216094660374, 60.182282388211597 ], [ -1.527942542696305, 60.182501398167339 ], [ -1.529311084657992, 60.182609518375017 ], [ -1.530306243123617, 60.18109112181584 ], [ -1.532621115452257, 60.181835567796732 ], [ -1.533283464940116, 60.181528127709825 ], [ -1.531644869749895, 60.179497610122553 ], [ -1.533173804801068, 60.179727472168743 ], [ -1.531860010310907, 60.178946166966298 ], [ -1.532378750757718, 60.178593329961572 ], [ -1.534649828273993, 60.179876320807168 ], [ -1.534939943214619, 60.179756123066269 ], [ -1.534125839208501, 60.179326768565872 ], [ -1.534890055061906, 60.179459644407153 ], [ -1.536831733469415, 60.180463096127895 ], [ -1.536818130539306, 60.18014878715752 ], [ -1.538762425098739, 60.180972641459505 ], [ -1.539289382358311, 60.180673679574753 ], [ -1.541308001465717, 60.181345113155317 ], [ -1.540244219102533, 60.181359388399187 ], [ -1.539879281304543, 60.182318864900381 ], [ -1.540923059804262, 60.183094665910673 ], [ -1.542517006971258, 60.18320342946398 ], [ -1.542284613964059, 60.183709935227185 ], [ -1.542995355177149, 60.184457633411611 ], [ -1.54343248619769, 60.184786867971489 ], [ -1.545762136112323, 60.185154020412554 ], [ -1.545616635270188, 60.185898769745677 ], [ -1.546932826784956, 60.186549750768393 ], [ -1.546700910801928, 60.187024839449528 ], [ -1.545343084571852, 60.187428732509979 ], [ -1.546216639156159, 60.187494575377833 ], [ -1.545912525737941, 60.187973905140247 ], [ -1.544993078057152, 60.187966265664386 ], [ -1.546237083721641, 60.188626882422845 ], [ -1.546015347373288, 60.18901580736361 ], [ -1.54684368443687, 60.189094959578604 ], [ -1.547458873047043, 60.18959538714622 ], [ -1.546110584505355, 60.18995442626013 ], [ -1.545734729367319, 60.18975111514677 ], [ -1.545258736454546, 60.190270259693698 ], [ -1.545827481510911, 60.19086930323553 ], [ -1.547355503024955, 60.190555774627363 ], [ -1.548109661291203, 60.1907873066666 ], [ -1.546954173493589, 60.191546570945725 ], [ -1.544606901118803, 60.191767496979551 ], [ -1.544359493995826, 60.192053971738481 ], [ -1.544882293134811, 60.192064744859572 ], [ -1.544795310574002, 60.192486453744614 ], [ -1.545280749428648, 60.19259137531467 ], [ -1.544826778109187, 60.192818780160906 ], [ -1.54534069753101, 60.192820542107164 ], [ -1.54461250885865, 60.193316372636865 ], [ -1.543655227829986, 60.193425319790052 ], [ -1.544988273507149, 60.193528665309728 ], [ -1.544183705670274, 60.19367854481245 ], [ -1.544579804201819, 60.19372479926956 ], [ -1.54427884305467, 60.19397068506894 ], [ -1.545251502096706, 60.194054831915977 ], [ -1.544923493325375, 60.194300626464361 ], [ -1.545786725271274, 60.194474182769497 ], [ -1.545609890868485, 60.194873137245274 ], [ -1.546194551503199, 60.194978395076426 ], [ -1.545756603143061, 60.195349519854169 ], [ -1.546506299453826, 60.195257805928087 ], [ -1.546746783740988, 60.195474120518909 ], [ -1.545780863917875, 60.195551627545449 ], [ -1.545595564779785, 60.195910148049556 ], [ -1.547116281987659, 60.196144308052205 ], [ -1.547499938678984, 60.197097377137709 ], [ -1.545933034110778, 60.198245809640781 ], [ -1.543822095421513, 60.198687513433079 ], [ -1.543080224099525, 60.198469468247275 ], [ -1.542017904223674, 60.198986580777024 ], [ -1.540749777325921, 60.19873976870921 ], [ -1.539922254059924, 60.199230740269179 ], [ -1.539841442617033, 60.199850002196925 ], [ -1.539143781290049, 60.200081031885844 ], [ -1.53916121048372, 60.200767976006269 ], [ -1.540642320961631, 60.201913427233507 ], [ -1.540668926502075, 60.202591423785471 ], [ -1.542008366738593, 60.203556791452527 ], [ -1.542253944042625, 60.203409487419499 ], [ -1.543420060064926, 60.203871426306378 ], [ -1.542871795508476, 60.204381334226824 ], [ -1.54211892565398, 60.204037542159746 ], [ -1.541657319236706, 60.204152674041403 ], [ -1.541142468833319, 60.20485124638752 ], [ -1.537446159648146, 60.204079701393361 ], [ -1.534687298914097, 60.203998226471853 ], [ -1.53246508798259, 60.20487034589231 ], [ -1.532271863141034, 60.205772041337639 ], [ -1.531086517390595, 60.205399725118369 ], [ -1.530078480407274, 60.205876529313379 ], [ -1.530583296213452, 60.206530181561973 ], [ -1.530360397017508, 60.207610448634114 ], [ -1.528299287539899, 60.207288879209564 ], [ -1.526257709795276, 60.207492611239829 ], [ -1.525023318558798, 60.208017952851428 ], [ -1.520549657686573, 60.207974931327193 ], [ -1.51507955937692, 60.208826009636425 ], [ -1.511856227247872, 60.20841014452381 ], [ -1.510997885025343, 60.207895188825134 ], [ -1.509414948734569, 60.207579575924996 ], [ -1.506435733176321, 60.208340714221826 ], [ -1.506258225714026, 60.208147008049345 ], [ -1.507419885358892, 60.20767993313779 ], [ -1.507327189560053, 60.207244113303979 ], [ -1.502914372619952, 60.206168150660808 ], [ -1.502163083296312, 60.206340422937792 ], [ -1.501235718590787, 60.205632098364596 ], [ -1.498202902030973, 60.205176210902508 ], [ -1.497415846373504, 60.204737756424585 ], [ -1.491145827353536, 60.204233492747065 ], [ -1.490114019582823, 60.204462983827177 ], [ -1.489368280390198, 60.204276049135686 ], [ -1.484674218692292, 60.204518292906833 ], [ -1.484338809450148, 60.204050087146804 ], [ -1.48314783299328, 60.20522169035366 ], [ -1.483843458384585, 60.205152566443424 ], [ -1.483986783961695, 60.206365275374338 ], [ -1.482060057836502, 60.206707947208926 ], [ -1.480994618866801, 60.207915936529787 ], [ -1.485205593762233, 60.20860126462302 ], [ -1.48744490707345, 60.207307991628113 ], [ -1.491690150094114, 60.207530833166203 ], [ -1.4948706217571, 60.206604681910235 ], [ -1.499168037596771, 60.206360580603977 ], [ -1.501687113990526, 60.206796559928506 ], [ -1.5038470234782, 60.207724987665827 ], [ -1.503929241897004, 60.208852144834403 ], [ -1.502336979692979, 60.21034565747609 ], [ -1.500813631414037, 60.210856222735522 ], [ -1.499016500347175, 60.212752974685827 ], [ -1.496569614677591, 60.213466516831481 ], [ -1.490345918990192, 60.213941094460999 ], [ -1.487552279446109, 60.214886590092277 ], [ -1.480612831270923, 60.21540822875042 ], [ -1.479482996786493, 60.215989226764236 ], [ -1.475912505782168, 60.216278664389868 ], [ -1.472355896443645, 60.217834983133677 ], [ -1.47155930693052, 60.219675180942716 ], [ -1.470336754339475, 60.220502651895856 ], [ -1.470517370931705, 60.222174343694299 ], [ -1.471501259354742, 60.22160092165192 ], [ -1.471247483702534, 60.221107868033009 ], [ -1.473538889118968, 60.22104424577384 ], [ -1.477773751056405, 60.21884677900173 ], [ -1.489384442233374, 60.21728921650412 ], [ -1.49152562446972, 60.216650956009552 ], [ -1.493978071386221, 60.216536418798775 ], [ -1.495341298660605, 60.216135763090413 ], [ -1.496524349637145, 60.216421294326139 ], [ -1.49862052191034, 60.216354703446655 ], [ -1.503539831963362, 60.214924900179753 ], [ -1.506657249079225, 60.215219357260544 ], [ -1.506240122602528, 60.217399671943255 ], [ -1.505061834975723, 60.218707096875583 ], [ -1.50679623678931, 60.221709799136619 ], [ -1.506028506239473, 60.222593158600844 ], [ -1.506120595108984, 60.223431229005762 ], [ -1.507126959601303, 60.224087731917813 ], [ -1.505675902202281, 60.225874517575456 ], [ -1.505531537032315, 60.228389855633097 ], [ -1.502920628628616, 60.229018503646891 ], [ -1.500801471073844, 60.22900067668234 ], [ -1.498325280507117, 60.230019423423791 ], [ -1.497645316749794, 60.229976447807609 ], [ -1.494569757876707, 60.230982081244377 ], [ -1.492721364417775, 60.230608695165827 ], [ -1.49137413119785, 60.230751692653065 ], [ -1.492773193535261, 60.23075973801955 ], [ -1.493998949133936, 60.231704501212711 ], [ -1.495978851687745, 60.231748844430307 ], [ -1.497743873780484, 60.23214970395329 ], [ -1.510911489208132, 60.231767870937603 ], [ -1.515705721567, 60.232451672540819 ], [ -1.518512443796008, 60.235093576673002 ], [ -1.518157807462247, 60.235266479848235 ], [ -1.51901538847721, 60.236013036279218 ], [ -1.518809149319314, 60.236286143641664 ], [ -1.519703325280916, 60.236385454063111 ], [ -1.52036825815557, 60.236108615444856 ], [ -1.521870849928407, 60.23671112610706 ], [ -1.521977580194644, 60.237690202997598 ], [ -1.520219441971409, 60.239125863505727 ], [ -1.517555382529682, 60.23952295393768 ], [ -1.516284937940496, 60.24007502050862 ], [ -1.514925904257225, 60.240141894512341 ], [ -1.513877732500972, 60.240923710000772 ], [ -1.511545938518649, 60.24155085622435 ], [ -1.511316930557864, 60.242012423704942 ], [ -1.512408569546999, 60.241593532750571 ], [ -1.514200552508351, 60.241442071883277 ], [ -1.515349270524872, 60.241923942318287 ], [ -1.517126467529887, 60.241795732950074 ], [ -1.517969180827283, 60.242334830078761 ], [ -1.520129906785118, 60.242409995428289 ], [ -1.521277620809147, 60.242845120681245 ], [ -1.525137211236155, 60.242842813632635 ], [ -1.527148728486529, 60.243500056523779 ], [ -1.527483149551957, 60.243981613474112 ], [ -1.527951947922713, 60.243660042874914 ], [ -1.528755305679479, 60.243936749473875 ], [ -1.528801869962648, 60.244467562809859 ], [ -1.52989043349836, 60.245010148965278 ], [ -1.529901055447462, 60.245655763408003 ], [ -1.531343571772289, 60.245827866703458 ], [ -1.530236655741123, 60.246942716893585 ], [ -1.531449972314439, 60.246851826785182 ], [ -1.532684929506715, 60.247143499116078 ], [ -1.532988255378153, 60.246771945194375 ], [ -1.534161831600407, 60.246807491844905 ], [ -1.534286622588677, 60.246287158365391 ], [ -1.533086264910894, 60.245596065298358 ], [ -1.532986967043975, 60.244958220440893 ], [ -1.530784969597596, 60.244218686679226 ], [ -1.530951467956961, 60.24381612586086 ], [ -1.530133113611103, 60.243702794020166 ], [ -1.530455578437319, 60.243508196115805 ], [ -1.528701872835883, 60.242752253641264 ], [ -1.528466463444284, 60.242292600396901 ], [ -1.528236737868399, 60.241312195206632 ], [ -1.528587142258655, 60.24105754292772 ], [ -1.529087590684146, 60.24116975774588 ], [ -1.529382667067696, 60.240238801867598 ], [ -1.528021564973738, 60.238692307746 ], [ -1.529396889189521, 60.23811266665048 ], [ -1.531169529986749, 60.235755708983305 ], [ -1.530395868275231, 60.233793794872767 ], [ -1.528107000188051, 60.232622024390771 ], [ -1.525309973800739, 60.231893748613807 ], [ -1.52321626849591, 60.230606763182905 ], [ -1.521612432652966, 60.23040346032198 ], [ -1.521630024332292, 60.229815409563841 ], [ -1.520363418681033, 60.229393324275129 ], [ -1.515613972390586, 60.230103370149152 ], [ -1.514661820328588, 60.229175072154611 ], [ -1.51619582312739, 60.228597045202314 ], [ -1.516267797455285, 60.228000214053161 ], [ -1.517828200798022, 60.227462669327331 ], [ -1.517767202800719, 60.226084194512197 ], [ -1.52100387307459, 60.225090279471758 ], [ -1.520895832249328, 60.224453289230134 ], [ -1.522233848407782, 60.223676052921391 ], [ -1.520889694527599, 60.220542078922826 ], [ -1.520866953895367, 60.219626153561727 ], [ -1.521710964984271, 60.218677438187605 ], [ -1.524682915424464, 60.217211090358738 ], [ -1.527135910822556, 60.216676629832001 ], [ -1.532973007885446, 60.217245003394851 ], [ -1.534817222282378, 60.216745071345933 ], [ -1.535805905158243, 60.215868604733302 ], [ -1.53764406619324, 60.215533823264046 ], [ -1.538518414738849, 60.214567149749072 ], [ -1.53960058273827, 60.214218936413317 ], [ -1.539899704606235, 60.213217933622239 ], [ -1.540917111563745, 60.21259293646532 ], [ -1.541098715919691, 60.211217106133617 ], [ -1.540389490093591, 60.210710040631589 ], [ -1.540736370551421, 60.210160837406249 ], [ -1.542790153775168, 60.210511817729554 ], [ -1.543025839524523, 60.210041239464118 ], [ -1.544621721703038, 60.209974893249758 ], [ -1.544509602844499, 60.210383944292801 ], [ -1.546184878850923, 60.210710227515953 ], [ -1.546719971221111, 60.210374451019561 ], [ -1.546117264309325, 60.209726811944066 ], [ -1.547918005252398, 60.209456408632008 ], [ -1.547885511855666, 60.208801739558119 ], [ -1.549455015226476, 60.208285404953415 ], [ -1.550635420771973, 60.207325975515232 ], [ -1.55148190205873, 60.205977521059538 ], [ -1.551243760930669, 60.205581646449431 ], [ -1.553141821075374, 60.203307420914079 ], [ -1.552028571889567, 60.202266609738764 ], [ -1.549944767357717, 60.201635528764655 ], [ -1.549647420093614, 60.200956615937613 ], [ -1.551199915407938, 60.200203161289053 ], [ -1.552510741558937, 60.201298519475642 ], [ -1.552047436477873, 60.201543875149369 ], [ -1.552866047578627, 60.201699276330189 ], [ -1.552156484887954, 60.202145826828065 ], [ -1.553295707146871, 60.20193866300405 ], [ -1.554073084670106, 60.202475519389665 ], [ -1.555282574140983, 60.202407746888554 ], [ -1.555135389038633, 60.20062046065722 ], [ -1.556207612328031, 60.199358031210792 ], [ -1.557637035853147, 60.199021606957096 ], [ -1.558661135989113, 60.199990244103915 ], [ -1.560827667686019, 60.200509226227176 ], [ -1.560471335621822, 60.200853732565577 ], [ -1.561313790952227, 60.201251589646283 ], [ -1.561699474226717, 60.202087897454582 ], [ -1.561315838184376, 60.20245027353139 ], [ -1.562606839322999, 60.202355767120963 ], [ -1.56292561642614, 60.20347917386848 ], [ -1.564339529899884, 60.203640952491511 ], [ -1.563876398942233, 60.2038773709941 ], [ -1.562388651601917, 60.203841047953837 ], [ -1.561515327722027, 60.204399343777695 ], [ -1.561882415423199, 60.205280483377422 ], [ -1.562665505829295, 60.205404280452306 ], [ -1.562877261384785, 60.205759642548436 ], [ -1.56203394423331, 60.206093569327024 ], [ -1.559724036272028, 60.206148779101085 ], [ -1.559047659944949, 60.20681096863872 ], [ -1.559360346053573, 60.207709891940446 ], [ -1.560205785876968, 60.207896762285202 ], [ -1.55942144222541, 60.207862735166437 ], [ -1.559587352352057, 60.210965476930149 ], [ -1.558327806243036, 60.211378808227657 ], [ -1.55868833523859, 60.21207586766247 ], [ -1.557260119271719, 60.212951038414431 ], [ -1.557440024138313, 60.213660966810252 ], [ -1.558247949589218, 60.213964448999747 ], [ -1.557484666254385, 60.214365954625407 ], [ -1.558469132290178, 60.21496183603184 ], [ -1.557263068915728, 60.215411250572139 ], [ -1.55500790860587, 60.215372284384578 ], [ -1.554495079014763, 60.216062832940793 ], [ -1.554899477325382, 60.217915625876543 ], [ -1.558105320638078, 60.218533304578536 ], [ -1.557578568201155, 60.219320789747975 ], [ -1.558040467039184, 60.220134912528451 ], [ -1.553638612111277, 60.220793598883098 ], [ -1.552315871050372, 60.22011573259983 ], [ -1.550854525647841, 60.220867712747314 ], [ -1.552035458280933, 60.221488548477758 ], [ -1.552125744476439, 60.222544763852738 ], [ -1.552547924835269, 60.222160097519286 ], [ -1.553007847568128, 60.222449867232676 ], [ -1.554313566933936, 60.221330106932037 ], [ -1.557309150390787, 60.220698142478575 ], [ -1.562906095852078, 60.221909074851879 ], [ -1.564155488904792, 60.223375832650326 ], [ -1.563384549047819, 60.223663315774424 ], [ -1.56170372192079, 60.223690999627969 ], [ -1.561697248145966, 60.225258680917811 ], [ -1.563255355516822, 60.226457100347673 ], [ -1.562100957818248, 60.226253968524226 ], [ -1.561721341283512, 60.227241284238197 ], [ -1.56252153467228, 60.227611156694131 ], [ -1.563640487052346, 60.227360737895694 ], [ -1.564385645716779, 60.227798657202655 ], [ -1.56469980487394, 60.227658720000832 ], [ -1.564480056976487, 60.227894142355467 ], [ -1.564926677577482, 60.227975517909066 ], [ -1.563823626753692, 60.228251140476125 ], [ -1.563888538778307, 60.228800857287197 ], [ -1.566588660311509, 60.228297905094074 ], [ -1.56700455780274, 60.226876119468699 ], [ -1.568360708169893, 60.226703652059314 ], [ -1.568391582883111, 60.226414634508345 ], [ -1.569423571508409, 60.226181842024758 ], [ -1.569729173638804, 60.224349357996836 ], [ -1.569181066119713, 60.223888763028157 ], [ -1.56978641892797, 60.223423827158307 ], [ -1.571789029872486, 60.222940955082812 ], [ -1.571792391226856, 60.221713561120488 ], [ -1.573324598623971, 60.221168989975638 ], [ -1.574529896391349, 60.220081033163957 ], [ -1.573460397747393, 60.21946704155939 ], [ -1.575121949605334, 60.219097952302199 ], [ -1.575859517471027, 60.219142511083085 ], [ -1.576206369847323, 60.219535993229222 ], [ -1.577335874993993, 60.219277412211412 ], [ -1.57966028035398, 60.219569420195754 ], [ -1.579657456725717, 60.219931257688962 ], [ -1.580634402011331, 60.22002952254244 ], [ -1.584173390117539, 60.221473672548925 ], [ -1.584883610040709, 60.221402268655936 ], [ -1.585343108789495, 60.221890356182072 ], [ -1.586465812861394, 60.222029437691674 ], [ -1.587780744743878, 60.221665395251883 ], [ -1.589872500268557, 60.22225280194445 ], [ -1.591131703755231, 60.223028863018001 ], [ -1.593497616656886, 60.223498535809036 ], [ -1.59395048557627, 60.223075223904196 ], [ -1.591230645878432, 60.2217496873049 ], [ -1.589887316143871, 60.221354966606292 ], [ -1.588905447323111, 60.221789198343991 ], [ -1.587631222381207, 60.22135516191851 ], [ -1.588727566697568, 60.220282900589417 ], [ -1.587592136839043, 60.21957992896894 ], [ -1.58776802476791, 60.21879482881323 ], [ -1.589920383963765, 60.219139097667757 ], [ -1.593650429171212, 60.219169421594422 ], [ -1.596934828979996, 60.219778319647212 ], [ -1.598828340537543, 60.219754424306785 ], [ -1.60251825360309, 60.220870813036477 ], [ -1.60460998951051, 60.219977382158447 ], [ -1.60488568455277, 60.219413435997218 ], [ -1.603717573490418, 60.218700628970886 ], [ -1.604510564817357, 60.218491093594672 ], [ -1.606824974396601, 60.218728722743421 ], [ -1.608901473830853, 60.219549233123018 ], [ -1.612042102548902, 60.220133090221239 ], [ -1.610569113865854, 60.218175888466327 ], [ -1.607941498598504, 60.218627870247083 ], [ -1.605367390659745, 60.217172860465148 ], [ -1.604439524859365, 60.217046191699502 ], [ -1.603719521497148, 60.216144367796467 ], [ -1.6004282023942, 60.215382078336617 ], [ -1.600461708840382, 60.214852429141807 ], [ -1.597358275202416, 60.214088832511692 ], [ -1.598805526027814, 60.213787934247776 ], [ -1.599273416916768, 60.213151851393228 ], [ -1.597455191449839, 60.212068892234456 ], [ -1.598627677119688, 60.211358626227828 ], [ -1.597779828477233, 60.210606328455079 ], [ -1.599536315250405, 60.210086377875548 ], [ -1.600392103387698, 60.210187723846033 ], [ -1.601696545290492, 60.211233187242314 ], [ -1.602992189816887, 60.21151990112449 ], [ -1.604456724344083, 60.211268376611194 ], [ -1.60426285013003, 60.210886199058741 ], [ -1.605598573995766, 60.210840790730721 ], [ -1.605378617631223, 60.211127459202196 ], [ -1.605874946465496, 60.211115465459621 ], [ -1.60735930631858, 60.210711327950392 ], [ -1.60717823112841, 60.210010444533133 ], [ -1.607783703945423, 60.209922446665118 ], [ -1.607091080130094, 60.20975429030949 ], [ -1.608885001108101, 60.2098628442604 ], [ -1.608665891530245, 60.209323469488965 ], [ -1.612637107226937, 60.209923229481518 ], [ -1.613622337720086, 60.209759992668886 ], [ -1.613710857335048, 60.209136222665975 ], [ -1.612117956493261, 60.208812829854111 ], [ -1.612714690800122, 60.20869784755152 ], [ -1.611904164801236, 60.208583245161634 ], [ -1.612249909963688, 60.208332848666032 ], [ -1.61162012142328, 60.208191835876974 ], [ -1.614248436781492, 60.207912177580312 ], [ -1.616842793448936, 60.208220481653562 ], [ -1.616701711241922, 60.207941731096405 ], [ -1.617666994463767, 60.207935536008797 ], [ -1.617273599797304, 60.207633612064818 ], [ -1.61776476557782, 60.207284853487785 ], [ -1.61655941184632, 60.206994055064847 ], [ -1.616752339830902, 60.206693821864143 ], [ -1.617520085948299, 60.2066062480962 ], [ -1.618515263801871, 60.207129883165841 ], [ -1.618279068599371, 60.206496197650424 ], [ -1.619832008343832, 60.206370461489975 ], [ -1.622160691764283, 60.207028074355335 ], [ -1.623411689403942, 60.206488411079285 ], [ -1.626961082156706, 60.207688125606353 ], [ -1.626147570507691, 60.207833987387396 ], [ -1.626314722221773, 60.208207078641585 ], [ -1.623865406103419, 60.208617675901237 ], [ -1.623246761285039, 60.209073840897389 ], [ -1.625023844842397, 60.209869007655641 ], [ -1.626253290082189, 60.209643515097468 ], [ -1.625162549085466, 60.21036323379591 ], [ -1.624514008751966, 60.210276102344018 ], [ -1.624681666732544, 60.210604302925368 ], [ -1.623705127009487, 60.210799072254773 ], [ -1.626491529141625, 60.212494956435457 ], [ -1.63067654861761, 60.213400055338283 ], [ -1.632366049423526, 60.213189253276624 ], [ -1.633101626879636, 60.212760305735259 ], [ -1.63293558763054, 60.212696521984888 ], [ -1.631295172085927, 60.21294385597492 ], [ -1.630306566116227, 60.212604401695835 ], [ -1.629417811417011, 60.21141223245219 ], [ -1.62821352285497, 60.211004819097283 ], [ -1.631863318515759, 60.212159787521593 ], [ -1.631229034000517, 60.211601341432022 ], [ -1.635282382073609, 60.212178203142081 ], [ -1.632919590216733, 60.212095371293927 ], [ -1.634277444858812, 60.212494186000434 ], [ -1.633293976208926, 60.212642483115602 ], [ -1.637820176952179, 60.212755304307237 ], [ -1.637854038309023, 60.212957419621361 ], [ -1.636888015780533, 60.213017632626261 ], [ -1.639282537999966, 60.213504525688862 ], [ -1.64024233103269, 60.214014431846557 ], [ -1.641343658408013, 60.213959049361122 ], [ -1.641150079018553, 60.214335635640822 ], [ -1.64258513679982, 60.21429012322443 ], [ -1.641859991519014, 60.214597937516409 ], [ -1.646224449381818, 60.216499673903002 ], [ -1.647751121141351, 60.21633313590165 ], [ -1.648180030238315, 60.216724850340242 ], [ -1.64959771163657, 60.216625343157773 ], [ -1.649107318541955, 60.216920348051666 ], [ -1.650024138227982, 60.218947483703793 ], [ -1.649774239186121, 60.219534935098984 ], [ -1.650859119492225, 60.219344748257797 ], [ -1.650647522219314, 60.219725789963526 ], [ -1.651755764234415, 60.219885829730266 ], [ -1.651424436334494, 60.220495517482838 ], [ -1.652268450316935, 60.220897286076443 ], [ -1.651046465370893, 60.222097236908262 ], [ -1.648715995394685, 60.223141609545983 ], [ -1.648730637343266, 60.223460394896129 ], [ -1.646943514411282, 60.223478102532795 ], [ -1.646861137440023, 60.22442514457552 ], [ -1.645875437587784, 60.224606584661927 ], [ -1.644940333562824, 60.22428085176162 ], [ -1.643021402141432, 60.224796476415655 ], [ -1.641409108592418, 60.224500322210176 ], [ -1.640350200450711, 60.224935623083027 ], [ -1.640525524928184, 60.225409279470078 ], [ -1.641176270632801, 60.225490950517603 ], [ -1.639411649188504, 60.22624397972487 ], [ -1.639961795371436, 60.226611806519138 ], [ -1.639624873178733, 60.227211572883014 ], [ -1.637573063203109, 60.227476250448824 ], [ -1.638047767823963, 60.228465210551398 ], [ -1.63708961139844, 60.229079437653127 ], [ -1.637242731166893, 60.229436313369987 ], [ -1.638684990297618, 60.229781438381096 ], [ -1.638254440581015, 60.230025386891526 ], [ -1.640753119247595, 60.229199856655107 ], [ -1.641431299530291, 60.229910094833564 ], [ -1.643869903969339, 60.22978107681287 ], [ -1.645210706560835, 60.229331237413717 ], [ -1.645562397245007, 60.228693785777381 ], [ -1.647311012513716, 60.228421894755378 ], [ -1.647446546499976, 60.227904179467174 ], [ -1.649550868976226, 60.228127035224745 ], [ -1.650069402321849, 60.22774770260061 ], [ -1.652306080805002, 60.228087587342138 ], [ -1.652109601884505, 60.227889539876514 ], [ -1.653432045582867, 60.227621838563785 ], [ -1.653166947981445, 60.227425409329527 ], [ -1.653624367615589, 60.227529858966072 ], [ -1.653629930538114, 60.227173416300737 ], [ -1.654287747279976, 60.227275692523904 ], [ -1.654315954574935, 60.226482042641074 ], [ -1.654984359620963, 60.226434397533239 ], [ -1.655379041718852, 60.226667972443494 ], [ -1.654969323980053, 60.226834811633537 ], [ -1.657636529796572, 60.227434312928935 ], [ -1.659142214417615, 60.228116082735433 ], [ -1.660265888294782, 60.227687981084919 ], [ -1.661462073940656, 60.228979488365852 ], [ -1.663179626906065, 60.228732449832911 ], [ -1.664423580847288, 60.228897216433978 ], [ -1.663010203673439, 60.229409916696504 ], [ -1.664067107823131, 60.229331785271526 ], [ -1.662863341170635, 60.229647481200374 ], [ -1.665013860842276, 60.229432942903536 ], [ -1.663517898281918, 60.230075632284027 ], [ -1.664484328749414, 60.2300197151757 ], [ -1.666175284919209, 60.230616574142466 ], [ -1.667798990969152, 60.23072839026365 ], [ -1.667436288041354, 60.230889100268065 ], [ -1.668588945332737, 60.231165833451357 ], [ -1.667555211661861, 60.231625656158968 ], [ -1.66885705569983, 60.232329251186265 ], [ -1.669507414428735, 60.232290466573048 ], [ -1.669958911412122, 60.233175996586141 ], [ -1.670401431651469, 60.233159137875177 ], [ -1.670671100853055, 60.232374165707611 ], [ -1.671662649173055, 60.232520280512702 ], [ -1.672090152591955, 60.232198101404229 ], [ -1.673766425782436, 60.232480570414559 ], [ -1.673697463718235, 60.232152676499197 ], [ -1.674234458045771, 60.232620889783526 ], [ -1.674705383867087, 60.232469405100417 ], [ -1.675296199128114, 60.233887697772595 ], [ -1.676147957713072, 60.233568337845085 ], [ -1.676351427269265, 60.23307500242894 ], [ -1.676753195239168, 60.233529407691847 ], [ -1.677270406292575, 60.233261302789735 ], [ -1.677020840736989, 60.233853293762607 ], [ -1.677531305964864, 60.233904814963125 ], [ -1.677114696975215, 60.234040279944153 ], [ -1.679333214902976, 60.234463165896543 ], [ -1.678894204760637, 60.23578198133395 ], [ -1.680088314921423, 60.235908769136714 ], [ -1.679687438715556, 60.235725534562413 ], [ -1.680633301360998, 60.235570683875217 ], [ -1.681130308264358, 60.236081870602739 ], [ -1.681922974678888, 60.235897910920976 ], [ -1.684188661606886, 60.23631723673148 ], [ -1.686268432588628, 60.235411720162809 ], [ -1.685976210666084, 60.233870276976994 ], [ -1.687929907378774, 60.234621014849623 ], [ -1.687612374572288, 60.234024977704586 ], [ -1.688043350130621, 60.233893105080405 ], [ -1.688546119214921, 60.23437734132321 ], [ -1.688952384672293, 60.233994900833373 ], [ -1.689627207302699, 60.234043168732434 ], [ -1.691345566200023, 60.234868727538746 ], [ -1.692207592947817, 60.235944585162606 ], [ -1.691434536006537, 60.237122598283442 ], [ -1.692611201046554, 60.236808376623912 ], [ -1.691823498193407, 60.237429676173612 ], [ -1.691265770934107, 60.237403240732483 ], [ -1.69164195808805, 60.237532510418269 ], [ -1.690903456285204, 60.238102739877554 ], [ -1.689564642778337, 60.238370776067491 ], [ -1.691299133353816, 60.238464605173171 ], [ -1.691568220312999, 60.238846826517168 ], [ -1.692561235448372, 60.238674042840266 ], [ -1.69269557612438, 60.238984120078975 ], [ -1.692098734597628, 60.239274547110703 ], [ -1.690556033139273, 60.238945034600512 ], [ -1.691913303980344, 60.239406104652218 ], [ -1.691904509000192, 60.239766131576985 ], [ -1.689403695596214, 60.240495667032988 ], [ -1.691390758574135, 60.240628693532166 ], [ -1.692757938194968, 60.241197522523997 ], [ -1.693257997679807, 60.24102449056447 ], [ -1.691703235606236, 60.242162088870259 ], [ -1.692605662876597, 60.242609524950602 ], [ -1.691048743672853, 60.242814220274646 ], [ -1.690397541482764, 60.243497781654838 ], [ -1.69071069799413, 60.243806481488335 ], [ -1.692134920442908, 60.243890597793452 ], [ -1.691949357849345, 60.244225972199033 ], [ -1.6925951595335, 60.244696157584634 ], [ -1.693657759072162, 60.244827007588491 ], [ -1.692933793419162, 60.24498785142594 ], [ -1.693549506233471, 60.245395111437389 ], [ -1.691738985564386, 60.245856919314861 ], [ -1.69187558125769, 60.246506398125895 ], [ -1.690723941246618, 60.246810795009104 ], [ -1.690561667990018, 60.247163281161527 ], [ -1.691377516181646, 60.247610523408966 ], [ -1.692183371334916, 60.247199371305975 ], [ -1.697353062683717, 60.246404059421955 ], [ -1.697818502328194, 60.24685854430048 ], [ -1.697419146464769, 60.247073124871562 ], [ -1.697932602977867, 60.247217952675172 ], [ -1.697253190555888, 60.247440874523008 ], [ -1.695078482906981, 60.247238369938266 ], [ -1.695327899935918, 60.247611559111142 ], [ -1.696682559937967, 60.247619147643221 ], [ -1.696255345578011, 60.247914469627474 ], [ -1.696706543671807, 60.247955904501048 ], [ -1.695381456028131, 60.248653213777452 ], [ -1.694567594604625, 60.248372107276488 ], [ -1.693389795233675, 60.248765356488839 ], [ -1.693195865633212, 60.24902798545169 ], [ -1.693668198390236, 60.249128738990343 ], [ -1.692810399902362, 60.249296456582371 ], [ -1.692674369558367, 60.248969316529013 ], [ -1.692085703954733, 60.248946404816884 ], [ -1.693059178621594, 60.24993003137395 ], [ -1.690439905386802, 60.249923955370697 ], [ -1.69066948236647, 60.249715285751648 ], [ -1.689842294507161, 60.249698991628598 ], [ -1.68870236797716, 60.250087798373947 ], [ -1.68918616538027, 60.250313398944243 ], [ -1.687634501574427, 60.250114922207217 ], [ -1.68683468221304, 60.250447946051004 ], [ -1.687137015562102, 60.250758424175018 ], [ -1.685899121336977, 60.251372342152322 ], [ -1.687035505959417, 60.252121155165518 ], [ -1.686461727013832, 60.253749440355229 ], [ -1.687504520474018, 60.254660542879179 ], [ -1.688307885300772, 60.254725280558951 ], [ -1.692609473498031, 60.253585126373864 ], [ -1.693356993682226, 60.253630849052286 ], [ -1.693410566218107, 60.253891355429538 ], [ -1.694684393555548, 60.253682390385116 ], [ -1.694412768945363, 60.253943944565734 ], [ -1.69535365323252, 60.253595934872862 ], [ -1.695340953487735, 60.253990969238068 ], [ -1.696749246089668, 60.2540884667631 ], [ -1.696330731889768, 60.254410744824405 ], [ -1.69733711202747, 60.254992167612585 ], [ -1.699065903422636, 60.254623476949114 ], [ -1.69914424019817, 60.254946887961509 ], [ -1.700541440378292, 60.254285618891629 ], [ -1.702954479237183, 60.254160842961731 ], [ -1.70303563166422, 60.255175618670471 ], [ -1.701668686555572, 60.255491301451165 ], [ -1.702252037083068, 60.255914609019776 ], [ -1.700825582331021, 60.25581712914429 ], [ -1.699684185104814, 60.256160235204078 ], [ -1.701365025397905, 60.256101171750188 ], [ -1.700141294517166, 60.256556330573048 ], [ -1.699214473862501, 60.256154683623279 ], [ -1.698626170513674, 60.25627456345984 ], [ -1.699129384470583, 60.256567511696836 ], [ -1.698115532994614, 60.25678968039356 ], [ -1.698863161312689, 60.257029312303231 ], [ -1.696987126289005, 60.257676004766402 ], [ -1.698505270270103, 60.257634563782688 ], [ -1.698294555676472, 60.25795282977365 ], [ -1.698746265329247, 60.257953854411554 ], [ -1.697951283282169, 60.258930729256655 ], [ -1.69647386689251, 60.258469449345881 ], [ -1.695902540759155, 60.258701589780912 ], [ -1.696390979672031, 60.258639855488859 ], [ -1.696622885520832, 60.258963618533663 ], [ -1.696283665972483, 60.259497076904069 ], [ -1.69516178894481, 60.259665103979813 ], [ -1.693722203442753, 60.259410390558841 ], [ -1.694649853003163, 60.259919821999908 ], [ -1.694455867245257, 60.260182452317629 ], [ -1.69292532290118, 60.260763438844748 ], [ -1.692596631058462, 60.260164697120963 ], [ -1.691995746475471, 60.260459603364133 ], [ -1.691918346935118, 60.260234956278588 ], [ -1.691362807001028, 60.260318965124355 ], [ -1.691285449035608, 60.261626983134775 ], [ -1.689547590395017, 60.261950658111907 ], [ -1.690311013818907, 60.262437289203838 ], [ -1.690736948041739, 60.262303600344737 ], [ -1.690747868191802, 60.26306232635212 ], [ -1.691466452148926, 60.263517420856481 ], [ -1.692560489521272, 60.263443636859868 ], [ -1.693335489291785, 60.262700194747566 ], [ -1.694343784888382, 60.263097580187072 ], [ -1.694555156102063, 60.262716471186245 ], [ -1.695656196641345, 60.262858166699516 ], [ -1.695958330033323, 60.263406559000231 ], [ -1.696511251370502, 60.263219269854361 ], [ -1.696937996056685, 60.263974454449425 ], [ -1.694810964076508, 60.263385972163789 ], [ -1.694708229855181, 60.263744884340298 ], [ -1.696781233509412, 60.264315287569509 ], [ -1.696919090535401, 60.265042876669753 ], [ -1.696536748860656, 60.26534728013111 ], [ -1.693176228454035, 60.26427110026782 ], [ -1.689671435260917, 60.264141751412431 ], [ -1.68864582122354, 60.264619713616241 ], [ -1.688115959457625, 60.266176276344233 ], [ -1.686643564403711, 60.26706170496324 ], [ -1.687901953528875, 60.267773982775886 ], [ -1.689485109352273, 60.267598116358492 ], [ -1.689166905677115, 60.267799393407365 ], [ -1.68955472762553, 60.267881107981161 ], [ -1.688006724355247, 60.268160312790926 ], [ -1.68810182026872, 60.268613960235399 ], [ -1.688761359869616, 60.268633463469349 ], [ -1.68811694942657, 60.268923760819611 ], [ -1.685114787198939, 60.269105235997756 ], [ -1.684159823914997, 60.269731479416869 ], [ -1.685008965735863, 60.271654935339129 ], [ -1.687764218856716, 60.271800604912912 ], [ -1.689815840426197, 60.272761638448891 ], [ -1.68974115612849, 60.273012867548431 ], [ -1.687761418755906, 60.273044147370584 ], [ -1.686853983936996, 60.273419118122604 ], [ -1.687003053290278, 60.273899829189475 ], [ -1.687760669860167, 60.274072205828233 ], [ -1.686824332684928, 60.274631171645815 ], [ -1.688804124195965, 60.274604395115993 ], [ -1.68845549053201, 60.275146789335729 ], [ -1.686065819956009, 60.27549582634898 ], [ -1.685064127243698, 60.275322862166611 ], [ -1.685132516639676, 60.275731554561936 ], [ -1.68414210912962, 60.275325164200652 ], [ -1.683920414266492, 60.275818465311175 ], [ -1.680898164781203, 60.276138968006599 ], [ -1.680175093043702, 60.27705754638459 ], [ -1.680601540746943, 60.278751054437215 ], [ -1.681548638782669, 60.278968814735343 ], [ -1.683882758614821, 60.280662377519548 ], [ -1.685117289697308, 60.281082815605224 ], [ -1.688076016602776, 60.28178114782267 ], [ -1.689208323920239, 60.281550353535962 ], [ -1.690523391946307, 60.282069694856524 ], [ -1.690564724438735, 60.281522091600792 ], [ -1.691612261696533, 60.281650226737789 ], [ -1.691915751985074, 60.281103230811517 ], [ -1.69372642445874, 60.28083356405191 ], [ -1.693864365859869, 60.281552176019474 ], [ -1.691312941303064, 60.282713505620926 ], [ -1.691552740634979, 60.283171974636375 ], [ -1.693153653135938, 60.283108338418096 ], [ -1.694252904550259, 60.282545213850028 ], [ -1.694022648669158, 60.282998107389545 ], [ -1.694503751018082, 60.282792703996321 ], [ -1.695585632934002, 60.283122906795256 ], [ -1.696161173729035, 60.282482247799514 ], [ -1.697085423950007, 60.283238565181442 ], [ -1.700453765571384, 60.281706352809138 ], [ -1.698304824551212, 60.283367038780447 ], [ -1.698663955587579, 60.283641702634412 ], [ -1.700166573204649, 60.283452057702796 ], [ -1.698765652458621, 60.285365838131547 ], [ -1.699225628593994, 60.285492580675893 ], [ -1.700960636819353, 60.284616583787752 ], [ -1.701319067596181, 60.284972046819767 ], [ -1.701961840788459, 60.2848837022445 ], [ -1.701982844122591, 60.285557149565399 ], [ -1.699492755184007, 60.286929771732915 ], [ -1.699042186676233, 60.287745811649643 ], [ -1.701468169770124, 60.287463962231996 ], [ -1.701496939625414, 60.288276596138999 ], [ -1.702402662871328, 60.288117009991709 ], [ -1.702775935437868, 60.288836137968062 ], [ -1.701964521182286, 60.289561593911181 ], [ -1.702497034451663, 60.289675019478722 ], [ -1.70098264429237, 60.29013402444911 ], [ -1.700541215482759, 60.289948968631691 ], [ -1.697735703320124, 60.291159231040766 ], [ -1.697890621142326, 60.292012556024233 ], [ -1.69690428151116, 60.293051836712948 ], [ -1.697237038506917, 60.293254614483423 ], [ -1.696328527243605, 60.293696987010847 ], [ -1.697152324235194, 60.293613568051619 ], [ -1.697014422488804, 60.293855677815259 ], [ -1.695416194383854, 60.294547873630961 ], [ -1.695512886742493, 60.294848880125954 ], [ -1.693521784235948, 60.295567987066079 ], [ -1.694252534306598, 60.295768995084671 ], [ -1.693027246960296, 60.296607473212589 ], [ -1.692876005945022, 60.297882093448905 ], [ -1.693571579872368, 60.297980667162939 ], [ -1.69311170557947, 60.29840609311524 ], [ -1.689878556301792, 60.298816999832553 ], [ -1.688164014736845, 60.300093347811703 ], [ -1.688501525643756, 60.300178537971071 ], [ -1.687592330657084, 60.300280558155769 ], [ -1.686623401014076, 60.30095257604318 ], [ -1.68418078719366, 60.301340962167743 ], [ -1.681448074540557, 60.301600214287724 ], [ -1.681610089213639, 60.301312387294246 ], [ -1.680122693099247, 60.301330367591888 ], [ -1.671559399991349, 60.302413874488906 ], [ -1.671018234113345, 60.301890877010138 ], [ -1.669043458322455, 60.301793498081715 ], [ -1.667915459376559, 60.302408418695656 ], [ -1.667156214557479, 60.303944565664075 ], [ -1.666712132406628, 60.303842892762539 ], [ -1.666762576902975, 60.304220122859554 ], [ -1.666583612371517, 60.304025735359353 ], [ -1.665657003732531, 60.304575597210942 ], [ -1.666367826007264, 60.304604317875857 ], [ -1.666624816712101, 60.30495512987612 ], [ -1.666314528808859, 60.305750758894888 ], [ -1.663764483883838, 60.305616840937759 ], [ -1.663786646553856, 60.304339233630358 ], [ -1.661784126778662, 60.303762216405055 ], [ -1.658899838731425, 60.303771013143951 ], [ -1.657259015363574, 60.30443301236209 ], [ -1.656778089266412, 60.304223467328292 ], [ -1.655291256625819, 60.304517714319068 ], [ -1.653769478816801, 60.303835872800867 ], [ -1.650360347107935, 60.30351539571798 ], [ -1.648132654560172, 60.303714235108949 ], [ -1.645743629209615, 60.304439655549182 ], [ -1.644699661006162, 60.305599608774465 ], [ -1.645659515748192, 60.306527869698932 ], [ -1.644373008685361, 60.306686052547626 ], [ -1.642702262950457, 60.308059800820089 ], [ -1.639335330772543, 60.307327932099028 ], [ -1.639631231953963, 60.306749609894702 ], [ -1.638840042927647, 60.306294041300319 ], [ -1.635496101738144, 60.305471452472148 ], [ -1.634888216720532, 60.305461704505788 ], [ -1.634774586222177, 60.305753199442442 ], [ -1.6348361957103, 60.305258643681753 ], [ -1.63319267451842, 60.304980272064839 ], [ -1.626785115528545, 60.304997464791136 ], [ -1.625391798649333, 60.305789956849978 ], [ -1.622393407491217, 60.306104711202472 ], [ -1.620781307333368, 60.307024928946213 ], [ -1.620137113885104, 60.306399072644474 ], [ -1.617746481132351, 60.306571797674913 ], [ -1.616729468910459, 60.306110958384707 ], [ -1.616292984234597, 60.306298252297097 ], [ -1.616342166003846, 60.305961693578901 ], [ -1.614719066768235, 60.305341962256385 ], [ -1.613685042515081, 60.30525635918805 ], [ -1.612181549531538, 60.305850862280458 ], [ -1.61082605071475, 60.305712222921201 ], [ -1.609988846832452, 60.306876999849592 ], [ -1.60824214618963, 60.307670969866102 ], [ -1.607754154976422, 60.307620148982963 ], [ -1.607797819973833, 60.306996259113284 ], [ -1.606294866346003, 60.307831326198134 ], [ -1.60544051149098, 60.307397817784526 ], [ -1.60575121576068, 60.307142846491899 ], [ -1.604609419462365, 60.307287605698519 ], [ -1.60340142929017, 60.30692037256054 ], [ -1.603526277162626, 60.306323661967539 ], [ -1.603013347970574, 60.306093175491391 ], [ -1.603065252699696, 60.307036092725177 ], [ -1.601500337704908, 60.307004477484334 ], [ -1.601133868419612, 60.30663525278765 ], [ -1.60351230902995, 60.305534393528248 ], [ -1.602711388684829, 60.305477233645725 ], [ -1.603367485957949, 60.305091312312086 ], [ -1.601761875729539, 60.305586627770303 ], [ -1.60102805983739, 60.305517088471845 ], [ -1.601558414591047, 60.304610932525719 ], [ -1.600574705340842, 60.305152090802551 ], [ -1.599455816082596, 60.304907199209858 ], [ -1.598380174372306, 60.305711140129638 ], [ -1.598003746779713, 60.305272740622051 ], [ -1.597928471997696, 60.305655903292866 ], [ -1.597415665568274, 60.305451413921169 ], [ -1.597383668138739, 60.30448971867736 ], [ -1.59989777889537, 60.303093037483642 ], [ -1.599796252724561, 60.302517197632881 ], [ -1.598725831221433, 60.302163803201317 ], [ -1.597523831980712, 60.302507646796151 ], [ -1.596937758363234, 60.303083202205201 ], [ -1.5975070507081, 60.303284253294215 ], [ -1.596819233488135, 60.303745470769215 ], [ -1.596026771638087, 60.302126900588696 ], [ -1.595202970854893, 60.301879277309915 ], [ -1.594612497828557, 60.302223158749499 ], [ -1.594188789819422, 60.302103347750531 ], [ -1.594403585851301, 60.301852599377547 ], [ -1.593331850985486, 60.30161139106427 ], [ -1.593685259508085, 60.301125825622997 ], [ -1.593176539580518, 60.301151206561961 ], [ -1.592455229002872, 60.300522284729063 ], [ -1.593093737836519, 60.300243206443263 ], [ -1.595277432374852, 60.300831689605836 ], [ -1.596117536323917, 60.300782167044538 ], [ -1.595829325673196, 60.299506315864825 ], [ -1.595207456738044, 60.299320361094374 ], [ -1.595867849249381, 60.299023378728407 ], [ -1.595382724788696, 60.298898895402672 ], [ -1.596042316766418, 60.298519305663007 ], [ -1.595504860510509, 60.298531140090439 ], [ -1.595446165696205, 60.298010196702556 ], [ -1.596170050410137, 60.297549993540684 ], [ -1.595460124449047, 60.297758835429917 ], [ -1.594944989890298, 60.29728319175522 ], [ -1.595402091109465, 60.29659861009074 ], [ -1.594808377676232, 60.296627330011141 ], [ -1.595026695251624, 60.29638108059121 ], [ -1.594420256166053, 60.296415147241497 ], [ -1.59453107067332, 60.296231421662412 ], [ -1.593415848539545, 60.296447994962548 ], [ -1.593810559917675, 60.295982308361303 ], [ -1.590480283369623, 60.294674670588478 ], [ -1.589347280447746, 60.294868708202671 ], [ -1.588989799957118, 60.295967495969904 ], [ -1.58791853119917, 60.296282924870845 ], [ -1.587162117708175, 60.296015706739475 ], [ -1.587121356554604, 60.296379218019439 ], [ -1.586017848433012, 60.296380276624738 ], [ -1.585332715762582, 60.295484760004499 ], [ -1.58464972120654, 60.295136947950482 ], [ -1.584060870309355, 60.295211426461414 ], [ -1.58429978318406, 60.294915875947709 ], [ -1.58365196128158, 60.294648977082055 ], [ -1.583997294086038, 60.294519866496444 ], [ -1.58348420405252, 60.293615899300775 ], [ -1.584174276675527, 60.293402569842669 ], [ -1.583772835030192, 60.29296584604549 ], [ -1.581246498864993, 60.292495509975716 ], [ -1.580166661035894, 60.291365275333398 ], [ -1.579397405041985, 60.291407737827051 ], [ -1.577652593905145, 60.28995663241281 ], [ -1.577942175343972, 60.289239253856294 ], [ -1.576195381210152, 60.288654569500856 ], [ -1.574927911941343, 60.288767246845097 ], [ -1.573828987516181, 60.287740153719106 ], [ -1.572186808603813, 60.28746551777418 ], [ -1.570102567189938, 60.287804476049367 ], [ -1.569273994728094, 60.288237262898711 ], [ -1.569629382861584, 60.288718775944631 ], [ -1.570722237582191, 60.28882107499674 ], [ -1.570675715667506, 60.289611053103648 ], [ -1.571420102673792, 60.290084837949614 ], [ -1.570606163754018, 60.290778063354509 ], [ -1.570464023772468, 60.291962796357886 ], [ -1.569063067180221, 60.292586774213135 ], [ -1.568984281072535, 60.29307585947236 ], [ -1.57095250779725, 60.294716352741638 ], [ -1.572211570215264, 60.293880898626043 ], [ -1.572999332453092, 60.293811600860082 ], [ -1.574760224507266, 60.294023754438278 ], [ -1.575015338394698, 60.29457676140953 ], [ -1.576409476213102, 60.29447795449434 ], [ -1.57699392599723, 60.294744687226448 ], [ -1.577512206359251, 60.296636355085823 ], [ -1.575679353489962, 60.297079455192957 ], [ -1.575344019724304, 60.297828107639845 ], [ -1.577151875380883, 60.297923655565086 ], [ -1.576588642107784, 60.298110416476433 ], [ -1.577053773273683, 60.298515938779495 ], [ -1.57932695375094, 60.299007999487202 ], [ -1.579285467477535, 60.299420889014179 ], [ -1.581591730597107, 60.299455101140197 ], [ -1.580877735459368, 60.300112788075964 ], [ -1.579122695194618, 60.300120713482904 ], [ -1.579608225016719, 60.30035120629546 ], [ -1.579123492050837, 60.300762693822584 ], [ -1.577795251476688, 60.300641760467613 ], [ -1.577145925340423, 60.301187398856527 ], [ -1.57807691182088, 60.30124871732481 ], [ -1.578173353731928, 60.301486959071248 ], [ -1.577525059404667, 60.301951794151776 ], [ -1.577222413825109, 60.30156923723294 ], [ -1.576660278650328, 60.301666214865044 ], [ -1.576179713694114, 60.302450321427855 ], [ -1.576399276197864, 60.301562128620937 ], [ -1.574028730396991, 60.301590471816233 ], [ -1.570516721651217, 60.299671199491357 ], [ -1.570626462540482, 60.298890405449086 ], [ -1.569931148764679, 60.298798371452129 ], [ -1.569738991702394, 60.298276984185179 ], [ -1.570474301014323, 60.29807734004612 ], [ -1.570339412432862, 60.297327181204572 ], [ -1.569246321054159, 60.2965335174366 ], [ -1.57047361586859, 60.295370253487626 ], [ -1.569748979969697, 60.294761846999052 ], [ -1.568357057886902, 60.294689995527868 ], [ -1.567342717737459, 60.295476826795635 ], [ -1.566662290112063, 60.294949355728846 ], [ -1.565937380869231, 60.295050246733013 ], [ -1.565510388246506, 60.295874894970105 ], [ -1.564765955623786, 60.295401077384803 ], [ -1.563409248139555, 60.29607901305247 ], [ -1.562582062711735, 60.295708166826365 ], [ -1.5619810460441, 60.296011465148375 ], [ -1.56237564804614, 60.296264168724633 ], [ -1.562044700086889, 60.296662632479652 ], [ -1.56065024591199, 60.296774756011175 ], [ -1.56055431802793, 60.297182971091502 ], [ -1.559526814415978, 60.297583614271822 ], [ -1.557611327937132, 60.296755702069085 ], [ -1.556237985112386, 60.296643381340424 ], [ -1.555755414681208, 60.296210790993349 ], [ -1.554834833435011, 60.296728478679228 ], [ -1.554038529803685, 60.296088320565651 ], [ -1.552229003542908, 60.296127133191746 ], [ -1.551574772015259, 60.295684970596291 ], [ -1.551219086460142, 60.295899260245214 ], [ -1.551062498981821, 60.295445305597035 ], [ -1.5505176185513, 60.295605082079071 ], [ -1.549901078092043, 60.295055293707918 ], [ -1.548754415867272, 60.295171722413791 ], [ -1.547789049177513, 60.296175857052688 ], [ -1.546752391184908, 60.296183102045418 ], [ -1.547025113033069, 60.296738019347828 ], [ -1.545562854491664, 60.297039205029733 ], [ -1.543623029440908, 60.296167909144749 ], [ -1.542382139136435, 60.296161848705268 ], [ -1.54095936708004, 60.294934938053736 ], [ -1.539077295983522, 60.294990380645643 ], [ -1.538754622274856, 60.294653456739169 ], [ -1.537923001702504, 60.294747539782591 ], [ -1.536699495320464, 60.294283570576525 ], [ -1.537503583539204, 60.293320256890794 ], [ -1.537110024267857, 60.292625728116583 ], [ -1.536078892678736, 60.292250414169338 ], [ -1.535920461758143, 60.293219566035205 ], [ -1.534363794258032, 60.294058125938378 ], [ -1.535172491561382, 60.294176781330442 ], [ -1.535402902863235, 60.295149086876044 ], [ -1.536433723950622, 60.295552238731169 ], [ -1.535621372573959, 60.297730340757028 ], [ -1.536724938726596, 60.299135771318809 ], [ -1.538723302938069, 60.299703889299167 ], [ -1.542118170153437, 60.299516293967393 ], [ -1.544113734449736, 60.298864111084995 ], [ -1.54530245708398, 60.299247083543818 ], [ -1.54609661083848, 60.29899120910197 ], [ -1.547712458103158, 60.299102663712297 ], [ -1.547852858839423, 60.299416498885137 ], [ -1.548859442048139, 60.299235853552119 ], [ -1.549283659345637, 60.29982988822011 ], [ -1.548742513371114, 60.301025815496672 ], [ -1.549728938756024, 60.300998631364543 ], [ -1.5511780723519, 60.301533274870451 ], [ -1.551510019727613, 60.302396352381756 ], [ -1.551970644348171, 60.302451777315994 ], [ -1.550719049812135, 60.30268100180642 ], [ -1.551163309189189, 60.303270608331609 ], [ -1.55168782454066, 60.30328584556537 ], [ -1.550081303459651, 60.304981888431186 ], [ -1.550570273739441, 60.304952116149686 ], [ -1.550226347141739, 60.305619868260273 ], [ -1.550715634794208, 60.305567649696307 ], [ -1.550646760255306, 60.305971459447747 ], [ -1.549040567549464, 60.306316193204424 ], [ -1.5478738218835, 60.307596189145698 ], [ -1.544697934627983, 60.30889624858046 ], [ -1.544241642600205, 60.309823983360879 ], [ -1.544337624246141, 60.309429248548817 ], [ -1.543673536306036, 60.309682865371322 ], [ -1.543250365192257, 60.30888230674659 ], [ -1.542093403035039, 60.308793030810349 ], [ -1.541045037226024, 60.308057651481462 ], [ -1.539370000568344, 60.308779137583855 ], [ -1.536894930320347, 60.307841244658967 ], [ -1.53620628076787, 60.307910674871749 ], [ -1.535777469390517, 60.308160583235576 ], [ -1.536385796502999, 60.308652045668403 ], [ -1.534940708511672, 60.310375405384193 ], [ -1.532922016961226, 60.311064183050512 ], [ -1.531514259102285, 60.312055870648472 ], [ -1.530705323831245, 60.31167142322218 ], [ -1.529830661282002, 60.312714355868678 ], [ -1.527494214260699, 60.313455800285745 ], [ -1.527456096093051, 60.31296183496881 ], [ -1.52605967527615, 60.313778420237675 ], [ -1.525596392256053, 60.31327396007925 ], [ -1.522885528855416, 60.314857988228219 ], [ -1.52253625708597, 60.314605330655645 ], [ -1.521057340613748, 60.315479929235678 ], [ -1.519481870299375, 60.315528119796227 ], [ -1.518585604777139, 60.316162368840594 ], [ -1.518320312843677, 60.315739408261642 ], [ -1.517410401727517, 60.316683366129276 ], [ -1.514351679763321, 60.317875384066944 ], [ -1.512857138591993, 60.317950728028507 ], [ -1.51137794622035, 60.318816239763329 ], [ -1.506575613690218, 60.31915766310803 ], [ -1.505230653803216, 60.319511816949642 ], [ -1.50517408480616, 60.319062669925607 ], [ -1.502526305162267, 60.318186346701133 ], [ -1.502782791323862, 60.317985284076123 ], [ -1.501789524366212, 60.317236332602775 ], [ -1.501549429542395, 60.31754968897183 ], [ -1.501272560282206, 60.317306225320046 ], [ -1.500087236289047, 60.317876415296396 ], [ -1.499338103577598, 60.317738916836248 ], [ -1.498347059939004, 60.318031481549781 ], [ -1.497601032147185, 60.317691963362677 ], [ -1.498357931879532, 60.317322202145768 ], [ -1.496825246035473, 60.317522924444432 ], [ -1.496364019573652, 60.316910624598087 ], [ -1.496513726763617, 60.316592445989279 ], [ -1.497581921250722, 60.31657852735578 ], [ -1.496965464174968, 60.316055430533723 ], [ -1.497807019610707, 60.315474992107042 ], [ -1.497726441160659, 60.314828218363061 ], [ -1.496851935449556, 60.314609423454833 ], [ -1.496341979762604, 60.314814004628488 ], [ -1.496388953497317, 60.31411384037493 ], [ -1.495628659537495, 60.314119938354942 ], [ -1.495784238821872, 60.313420185985834 ], [ -1.494992127075167, 60.313143329119725 ], [ -1.495264106396476, 60.312524827865843 ], [ -1.496259983565463, 60.31249717761623 ], [ -1.495685963917393, 60.312162788729459 ], [ -1.49535764005968, 60.309979707131085 ], [ -1.494388116646338, 60.30947770421141 ], [ -1.494665729319, 60.309079204769183 ], [ -1.4934689334546, 60.308648161292808 ], [ -1.49367277893734, 60.308339170447091 ], [ -1.492196517724536, 60.307844199825546 ], [ -1.491098718600524, 60.306870297789537 ], [ -1.491513260265076, 60.305812389790709 ], [ -1.490992724630188, 60.304259766394864 ], [ -1.492043313627398, 60.303138744454515 ], [ -1.490511916698834, 60.302947923581804 ], [ -1.49028301463643, 60.302309554069467 ], [ -1.490775904713397, 60.3017960612653 ], [ -1.49014906446275, 60.301034953580285 ], [ -1.488534639889904, 60.300838403954494 ], [ -1.487987589740008, 60.299607105078607 ], [ -1.489299207107518, 60.29798609355403 ], [ -1.486549430827451, 60.296712190190682 ], [ -1.487572997018706, 60.295925108677743 ], [ -1.487103403378638, 60.295530925521092 ], [ -1.487464227060697, 60.29489931310826 ], [ -1.485912626636454, 60.294754151825543 ], [ -1.485567077280141, 60.294526550063736 ], [ -1.486057311763018, 60.294064243041284 ], [ -1.485348295487998, 60.293023553373047 ], [ -1.484088633142495, 60.292839095719565 ], [ -1.484868226835728, 60.292494639678857 ], [ -1.484234945828753, 60.29193280626739 ], [ -1.485057848666294, 60.291363149654721 ], [ -1.483698124221772, 60.291334531344859 ], [ -1.484191648176054, 60.29008749791786 ], [ -1.48346995311333, 60.289860226215929 ], [ -1.483650316838657, 60.289088751113376 ], [ -1.482517821404966, 60.288878733406818 ], [ -1.483785549382646, 60.288081856178991 ], [ -1.484669680333421, 60.286028245518203 ], [ -1.483872544034876, 60.285888675329375 ], [ -1.482602743210656, 60.286135145366281 ], [ -1.481342433511252, 60.284980948394804 ], [ -1.48047571460981, 60.285468704021255 ], [ -1.479458285636647, 60.285196257817887 ], [ -1.480196251892872, 60.285757626629071 ], [ -1.479138395423307, 60.286207812985182 ], [ -1.478032494250719, 60.286266326828297 ], [ -1.477393714753939, 60.285837324269743 ], [ -1.478375540294576, 60.285051944285691 ], [ -1.477991793649411, 60.284734384211305 ], [ -1.47705209205156, 60.285033276255476 ], [ -1.476498767789054, 60.284577668973746 ], [ -1.476930586833121, 60.284148386480794 ], [ -1.478259123696475, 60.283958767656266 ], [ -1.479026644502231, 60.284478058843021 ], [ -1.478893999219496, 60.28485913781784 ], [ -1.479898586837864, 60.284914251280249 ], [ -1.481663706111359, 60.283533921686477 ], [ -1.481565813938291, 60.282977752356793 ], [ -1.480765956312875, 60.282558911974768 ], [ -1.481553971335047, 60.281211576364399 ], [ -1.480854867212751, 60.280827248683273 ], [ -1.482034942722985, 60.280067756494141 ], [ -1.480393809111139, 60.279343046792526 ], [ -1.48028251186113, 60.278037991327075 ], [ -1.479670321080185, 60.27787846699777 ], [ -1.480307067452483, 60.27762955167664 ], [ -1.479709338648794, 60.277128889378254 ], [ -1.48026955728416, 60.276004240890543 ], [ -1.479488147153476, 60.276257078937661 ], [ -1.478763198111251, 60.275800807921939 ], [ -1.481033276941256, 60.274584084032291 ], [ -1.481153974920736, 60.274382532067001 ], [ -1.47982695731849, 60.274274088472502 ], [ -1.477082008517661, 60.27465838421832 ], [ -1.475717094850501, 60.276354491744264 ], [ -1.475994790226686, 60.277078381134835 ], [ -1.475189941018243, 60.277097652530131 ], [ -1.475655384716851, 60.277386811509771 ], [ -1.475228812981237, 60.277492873667796 ], [ -1.4746344019471, 60.276790178159068 ], [ -1.472520709938934, 60.277814369625638 ], [ -1.471335895702911, 60.277850066842255 ], [ -1.471952456373614, 60.278296969018662 ], [ -1.472064188007551, 60.279217740959751 ], [ -1.47319423501918, 60.279217735302844 ], [ -1.473569652790272, 60.279484097597354 ], [ -1.473073777775109, 60.279962498941444 ], [ -1.472432298801333, 60.279937507326352 ], [ -1.472771774933019, 60.280190260966279 ], [ -1.474853818469331, 60.279457751697194 ], [ -1.475138062346848, 60.279773132689023 ], [ -1.476731603144114, 60.279622286636204 ], [ -1.47569578678615, 60.281642925378634 ], [ -1.476821248389457, 60.281369017055695 ], [ -1.478398779532406, 60.279842535129944 ], [ -1.47941939295534, 60.280131164446445 ], [ -1.479180511540149, 60.281282209035325 ], [ -1.47728037561692, 60.281492037239992 ], [ -1.478358424894924, 60.281696499643047 ], [ -1.476996339850797, 60.282294522798196 ], [ -1.476984089454151, 60.283062162144205 ], [ -1.476412219931318, 60.283203571626899 ], [ -1.475973020049457, 60.282963902663489 ], [ -1.475849745412368, 60.283322568700463 ], [ -1.474836801073512, 60.283341017628075 ], [ -1.474272622988691, 60.283002082362778 ], [ -1.474010545235273, 60.28355773135867 ], [ -1.474950233771146, 60.283597361590203 ], [ -1.472943290811811, 60.28414161554916 ], [ -1.471705293906019, 60.285218646889099 ], [ -1.470944706132444, 60.283603926690887 ], [ -1.470295930536305, 60.283466660851026 ], [ -1.469032181210314, 60.283897090941132 ], [ -1.469243568952536, 60.284243619161543 ], [ -1.468303742577717, 60.28532629871026 ], [ -1.469187772257981, 60.287130081647241 ], [ -1.469984410294893, 60.287074898032969 ], [ -1.470342025258173, 60.28732772978082 ], [ -1.4697700869135, 60.288025796195278 ], [ -1.469059315566721, 60.287802978736835 ], [ -1.467363900489922, 60.288631225095244 ], [ -1.465065888526063, 60.28869831780932 ], [ -1.465557728947805, 60.289037001080771 ], [ -1.464697664919222, 60.289096392310263 ], [ -1.464430335226976, 60.288300691551143 ], [ -1.462017983976472, 60.287622029956829 ], [ -1.461548795776102, 60.288109475290646 ], [ -1.459240466257541, 60.288803146130761 ], [ -1.461351940025097, 60.29018278164277 ], [ -1.463358414637477, 60.290253747787482 ], [ -1.462070573825209, 60.290477502483839 ], [ -1.462666876172491, 60.291063536047183 ], [ -1.46115727378507, 60.292121413991367 ], [ -1.462000123382954, 60.292564788597531 ], [ -1.463309737273176, 60.292121141751601 ], [ -1.464920405299517, 60.290408193970919 ], [ -1.469557089658765, 60.289452575512897 ], [ -1.471840319975693, 60.288622148550324 ], [ -1.472009159579013, 60.288245709730177 ], [ -1.472838955755484, 60.288379195380806 ], [ -1.473126630852919, 60.287922417167714 ], [ -1.473912149242482, 60.287997358460743 ], [ -1.474253919367443, 60.288676609637861 ], [ -1.478089025878489, 60.288734819372607 ], [ -1.478233890137528, 60.289178042475832 ], [ -1.477469228078312, 60.289380653513241 ], [ -1.4779506910274, 60.289811731269509 ], [ -1.477732930938995, 60.290991586968531 ], [ -1.47881559619875, 60.290584607116571 ], [ -1.481318492051287, 60.290835027058272 ], [ -1.478627431173922, 60.293316114522455 ], [ -1.478890167823415, 60.293969902281859 ], [ -1.480642945364388, 60.29420033231419 ], [ -1.480928526676186, 60.294557007359415 ], [ -1.48033761529877, 60.295545058826498 ], [ -1.481013586192993, 60.296837949842924 ], [ -1.480097586561977, 60.299612405410933 ], [ -1.481782958427154, 60.30160688490249 ], [ -1.481318477029738, 60.30305963506482 ], [ -1.48233893078057, 60.303405702481854 ], [ -1.48436592518297, 60.303376764573521 ], [ -1.484366475260107, 60.30380146244147 ], [ -1.486132233096905, 60.304393712858548 ], [ -1.488754803243995, 60.304583396105841 ], [ -1.488060737973962, 60.306732935501145 ], [ -1.48753885196337, 60.307125991034319 ], [ -1.485045840287982, 60.307430618057957 ], [ -1.483032360706305, 60.306587781474029 ], [ -1.482284448545529, 60.305821676936183 ], [ -1.480050008316455, 60.306369643258869 ], [ -1.479989750309556, 60.30560621236652 ], [ -1.480858200533534, 60.30561409473227 ], [ -1.480436548523058, 60.305387978861745 ], [ -1.47919303464404, 60.305639009733113 ], [ -1.478314570724951, 60.306259591063153 ], [ -1.478201886919766, 60.307085195683818 ], [ -1.476734692569903, 60.307739370483368 ], [ -1.474613674725041, 60.307407772654607 ], [ -1.473873834443675, 60.306713482477285 ], [ -1.472261804135238, 60.306244688489031 ], [ -1.471124694068381, 60.305503911709046 ], [ -1.469828725116035, 60.302731492042938 ], [ -1.467181338362445, 60.302303397461486 ], [ -1.468087684264418, 60.301420820139555 ], [ -1.467476519879693, 60.299617229818026 ], [ -1.466756975404523, 60.299029827184349 ], [ -1.462441774771062, 60.299821440792634 ], [ -1.461787611366716, 60.299664359399657 ], [ -1.460996637937064, 60.30012535892034 ], [ -1.461038301890388, 60.299792414685406 ], [ -1.460125780408572, 60.299394543908164 ], [ -1.458872138735031, 60.299496295617509 ], [ -1.458726560672303, 60.298780991168009 ], [ -1.45776026657589, 60.298465489937563 ], [ -1.456539764498759, 60.299515515455006 ], [ -1.454055666718831, 60.299411061995336 ], [ -1.451869500923464, 60.298910029799075 ], [ -1.451593364229898, 60.298546147702531 ], [ -1.452815116462899, 60.298186641926279 ], [ -1.453261361349679, 60.297356142937147 ], [ -1.452058751607602, 60.297330541118136 ], [ -1.451649177028086, 60.297697881311031 ], [ -1.451105180726176, 60.297449617553887 ], [ -1.453304211621878, 60.296523086482253 ], [ -1.453172369727315, 60.295859908787016 ], [ -1.454651682995048, 60.295017487971379 ], [ -1.453029785030381, 60.295190401523577 ], [ -1.451803833893963, 60.294942924687852 ], [ -1.451701670525339, 60.295642850086232 ], [ -1.450711550767944, 60.295894659159281 ], [ -1.450823846397213, 60.296318024666789 ], [ -1.449309749311191, 60.296529947094264 ], [ -1.449125046476007, 60.297508769387903 ], [ -1.446879341938836, 60.297331542555121 ], [ -1.446750859070382, 60.296905412649913 ], [ -1.446068914251502, 60.297222218778828 ], [ -1.444481814240196, 60.297254206090422 ], [ -1.442621827642838, 60.298757555097367 ], [ -1.443914034247544, 60.300434818922973 ], [ -1.444726906532095, 60.300510944225323 ], [ -1.446164177677547, 60.299933316355492 ], [ -1.448004036856111, 60.300047814697756 ], [ -1.448617629275735, 60.299602318398961 ], [ -1.449931846119873, 60.300312597324883 ], [ -1.453178624783245, 60.30046964968092 ], [ -1.453106154506412, 60.300800669182394 ], [ -1.454244491235738, 60.301216574907393 ], [ -1.455325409703196, 60.300843897592948 ], [ -1.45736320209611, 60.300701385422208 ], [ -1.458643507534822, 60.300959805896149 ], [ -1.460428075568405, 60.302020271146091 ], [ -1.463305820153564, 60.301634156744271 ], [ -1.463393717389504, 60.302563815777091 ], [ -1.463004339836271, 60.303027344999954 ], [ -1.462198992773458, 60.303037558574161 ], [ -1.4620060334417, 60.303989427107396 ], [ -1.463308373954615, 60.304900648680551 ], [ -1.466034488956574, 60.304949333568004 ], [ -1.466167642916783, 60.305439211620211 ], [ -1.46540809068752, 60.305965908417981 ], [ -1.463866983949683, 60.306148258792128 ], [ -1.461836007869231, 60.305857223856258 ], [ -1.460055366905409, 60.304762675382186 ], [ -1.457540627274051, 60.305718558447126 ], [ -1.458053265254915, 60.305904713640558 ], [ -1.46032957539405, 60.305581755649868 ], [ -1.45894707528932, 60.306568293681714 ], [ -1.458138833384683, 60.306201362199104 ], [ -1.457151941231288, 60.306242231313533 ], [ -1.455555984482882, 60.306998903829928 ], [ -1.452051405721323, 60.30609561014527 ], [ -1.450758345864927, 60.306588598790583 ], [ -1.450974441751705, 60.307191069927917 ], [ -1.450187838699029, 60.307695121751223 ], [ -1.448813354934697, 60.307644538246031 ], [ -1.4479666283477, 60.307955283847974 ], [ -1.446713019349133, 60.307712136341088 ], [ -1.445594307575353, 60.308053160823398 ], [ -1.445148997040039, 60.307633789867296 ], [ -1.444244922422692, 60.307589610282029 ], [ -1.443762349263159, 60.307767168608443 ], [ -1.444119148036005, 60.30806945001239 ], [ -1.44139617634936, 60.30856534230977 ], [ -1.438951901139102, 60.308106113325977 ], [ -1.438148878312927, 60.309027539154059 ], [ -1.43926154940437, 60.309045703392393 ], [ -1.440055020590224, 60.308680915996923 ], [ -1.443927137400621, 60.30871960970326 ], [ -1.444185465397022, 60.309492865587373 ], [ -1.445617426602615, 60.309893909100559 ], [ -1.446026276485384, 60.310331083951603 ], [ -1.448982275062435, 60.308897779186218 ], [ -1.449257428839767, 60.308140211371636 ], [ -1.450017967991435, 60.308111932989306 ], [ -1.449762814236166, 60.308757350245095 ], [ -1.450421730145237, 60.308854352034757 ], [ -1.450721301303705, 60.309335954674708 ], [ -1.452059259443548, 60.308870087636009 ], [ -1.452301186624011, 60.309553471779694 ], [ -1.453353545418915, 60.309391693935503 ], [ -1.453960130838889, 60.309914955172211 ], [ -1.456444151806367, 60.310181025777304 ], [ -1.456174367352047, 60.310624372502339 ], [ -1.456588807570754, 60.31073381183387 ], [ -1.460285770389556, 60.310434608412272 ], [ -1.461306726604741, 60.309980829992483 ], [ -1.462983015134653, 60.30984394865991 ], [ -1.463149631307341, 60.310167857220961 ], [ -1.464189087679403, 60.310239389750492 ], [ -1.464657124829416, 60.310946108198017 ], [ -1.46246343240094, 60.31227958685443 ], [ -1.463521934410661, 60.312849523177483 ], [ -1.463302764835637, 60.313522046776733 ], [ -1.46175855901254, 60.313870468259005 ], [ -1.459264423437607, 60.313649350738352 ], [ -1.458193750690873, 60.314911000649431 ], [ -1.458219397326268, 60.315548597908332 ], [ -1.456663309077333, 60.316058530006586 ], [ -1.455154380256227, 60.317538344496612 ], [ -1.452858485548091, 60.317897050257905 ], [ -1.450661026108476, 60.317241521576101 ], [ -1.449385982339114, 60.317712124797737 ], [ -1.449088434637804, 60.318182278478538 ], [ -1.44716759957891, 60.318300012108693 ], [ -1.446136301099829, 60.318803022848329 ], [ -1.444127809616167, 60.318749750899329 ], [ -1.444447079932707, 60.319137172128713 ], [ -1.445758455800647, 60.319201004590489 ], [ -1.446654842020441, 60.320789490058708 ], [ -1.448026427034724, 60.320507867647947 ], [ -1.44904452324436, 60.320790430153629 ], [ -1.449118617759443, 60.322303659779067 ], [ -1.448178952067459, 60.322735235594955 ], [ -1.447202496795261, 60.32266384083588 ], [ -1.446542537676362, 60.322077476679787 ], [ -1.446962151678234, 60.32135194129458 ], [ -1.445898799478523, 60.321069174366876 ], [ -1.445769346599512, 60.321764489985071 ], [ -1.444897278736361, 60.321944918701007 ], [ -1.445212567346934, 60.321501784708985 ], [ -1.44382230821201, 60.321280488805769 ], [ -1.442559371127664, 60.320494049003791 ], [ -1.442093169696759, 60.320761457862389 ], [ -1.442823828388745, 60.32144241779843 ], [ -1.442286657403575, 60.321624231694869 ], [ -1.44321532999012, 60.322373360136893 ], [ -1.44278821916195, 60.322470338322361 ], [ -1.441584419060276, 60.322460801212252 ], [ -1.441069619571853, 60.321861550677298 ], [ -1.439790048400923, 60.322049211963751 ], [ -1.439659117938763, 60.321765829048417 ], [ -1.437997110900419, 60.321556795393008 ], [ -1.437063483907015, 60.321103908790917 ], [ -1.436565436710669, 60.321640527025352 ], [ -1.434294809414151, 60.32207982944491 ], [ -1.434217988509127, 60.323381425856233 ], [ -1.433675842604644, 60.323846015527636 ], [ -1.434213377568711, 60.324171538772987 ], [ -1.433434925976655, 60.324688994912073 ], [ -1.434437426963775, 60.325873969675463 ], [ -1.432584829516878, 60.325682016190548 ], [ -1.432294741326091, 60.325182456443912 ], [ -1.430188086146148, 60.32554606936138 ], [ -1.42953888154532, 60.326952955470631 ], [ -1.43061359072632, 60.327626478224879 ], [ -1.430042071315148, 60.327691371869555 ], [ -1.430522891001489, 60.328155837812687 ], [ -1.428640162972702, 60.328646087825241 ], [ -1.426510491100063, 60.328758138427901 ], [ -1.425716332208735, 60.327578492718736 ], [ -1.424999954270608, 60.327642739349614 ], [ -1.424449719143572, 60.327011845402218 ], [ -1.424269022667382, 60.327504896566509 ], [ -1.423264576347697, 60.326961819103261 ], [ -1.423738491330199, 60.326784297052924 ], [ -1.422970740680605, 60.325142341100161 ], [ -1.424034262880368, 60.325411823959364 ], [ -1.424195898321411, 60.324972563194088 ], [ -1.425102949791341, 60.324873230015058 ], [ -1.424034888708343, 60.324347840607864 ], [ -1.424341904913051, 60.323877783211195 ], [ -1.423532869859838, 60.324067323780746 ], [ -1.423655608583537, 60.323780534407376 ], [ -1.423078257124709, 60.323665796985111 ], [ -1.425571682006454, 60.322410578089922 ], [ -1.425778145537457, 60.32199395584415 ], [ -1.424959898562202, 60.321680653066437 ], [ -1.424664173849981, 60.322025057754423 ], [ -1.423793327375584, 60.322129033978342 ], [ -1.422090190607095, 60.321690663931427 ], [ -1.422435950546676, 60.321077118386675 ], [ -1.421873809623118, 60.320616758062847 ], [ -1.422907754245918, 60.319988242801905 ], [ -1.422808169383053, 60.31947601951348 ], [ -1.421334388055019, 60.318360735107866 ], [ -1.421222765873688, 60.317507263756049 ], [ -1.42000393913257, 60.316824055398655 ], [ -1.419683517770888, 60.315498284731277 ], [ -1.418940279718715, 60.31505058916391 ], [ -1.417930794626979, 60.314817215735552 ], [ -1.416648911380641, 60.316665722614687 ], [ -1.414875301845569, 60.317659068714221 ], [ -1.414443162588038, 60.318541579046091 ], [ -1.413884966859301, 60.318880315068796 ], [ -1.412926965404155, 60.318799770513664 ], [ -1.412395704559781, 60.320157713209056 ], [ -1.411270632363737, 60.320305378156931 ], [ -1.409378256818797, 60.319834580878826 ], [ -1.40743076417218, 60.319911218102774 ], [ -1.406921369668156, 60.319549795632149 ], [ -1.407332478966105, 60.319340626046284 ], [ -1.403737905256441, 60.318408722900855 ], [ -1.399665611087332, 60.316886454099603 ], [ -1.398478233929965, 60.316979856576324 ], [ -1.397051341301388, 60.316317942176596 ], [ -1.396540323582924, 60.316544584539322 ], [ -1.395559512595071, 60.316234851072892 ], [ -1.39551991337717, 60.316418736926423 ], [ -1.393966646555014, 60.316232092270418 ], [ -1.394359702286136, 60.315533534510621 ], [ -1.393813989360021, 60.315189853200394 ], [ -1.392390318159941, 60.31485114045465 ], [ -1.389719790967956, 60.314888297137777 ], [ -1.388724181620526, 60.314407847170607 ], [ -1.388919499211941, 60.314125911609715 ], [ -1.387627863370706, 60.313700659440599 ], [ -1.38766317059705, 60.312587446934359 ], [ -1.386040199948193, 60.3108219087827 ], [ -1.385041644353254, 60.307135971140461 ], [ -1.386269140239377, 60.30633354624144 ], [ -1.388895362096498, 60.30630613410721 ], [ -1.389847263752374, 60.305234840227676 ], [ -1.388630896735872, 60.303994662672487 ], [ -1.387164079738938, 60.303573087965304 ], [ -1.385965493881993, 60.302744198340314 ], [ -1.384831861499393, 60.301157783264138 ], [ -1.381636497133232, 60.300398614345404 ], [ -1.380141490082426, 60.2996634679577 ], [ -1.379054733314861, 60.297724351027206 ], [ -1.380316602144622, 60.297197792125793 ], [ -1.380804514677298, 60.296173781751797 ], [ -1.381688146685794, 60.295650835154753 ], [ -1.381321741643562, 60.290914575957387 ], [ -1.380282132040396, 60.287354999020998 ], [ -1.378788302863703, 60.286399857070506 ], [ -1.377980785437962, 60.286544232144159 ], [ -1.378332715864766, 60.286105913664208 ], [ -1.376819121433472, 60.286386150110324 ], [ -1.377824569720314, 60.28658031442319 ], [ -1.375061556777486, 60.286276437168162 ], [ -1.375258701007873, 60.285706307239849 ], [ -1.376973097846579, 60.285421642632166 ], [ -1.375880701742296, 60.284952309782213 ], [ -1.37488650461642, 60.285214310537995 ], [ -1.374610582238164, 60.284321409758064 ], [ -1.373847712986845, 60.284875406710164 ], [ -1.375464628908077, 60.28562377139351 ], [ -1.372697191301991, 60.285367411883207 ], [ -1.369312552188549, 60.285798543638613 ], [ -1.368606732438326, 60.286201038311169 ], [ -1.367029451171015, 60.288743539584125 ], [ -1.367888576193022, 60.29071041086808 ], [ -1.36751162733833, 60.293465133125778 ], [ -1.366990930347638, 60.293919679555863 ], [ -1.367282052174703, 60.297483881944821 ], [ -1.366138894636947, 60.298502027955081 ], [ -1.366275912844198, 60.299461624301493 ], [ -1.364483395584039, 60.298881114391016 ], [ -1.362760687444463, 60.299179048357509 ], [ -1.362060299859152, 60.299655161421036 ], [ -1.362796698534858, 60.300582618427455 ], [ -1.36166946846399, 60.301327845015827 ], [ -1.36083511972609, 60.301340896671981 ], [ -1.358987853248318, 60.3004143630111 ], [ -1.358036622154737, 60.300391815864977 ], [ -1.353602405009778, 60.303126847301527 ], [ -1.352032270981871, 60.303013254296154 ], [ -1.347578581100332, 60.303594856705963 ], [ -1.345566549059262, 60.302686183092597 ], [ -1.344506019956109, 60.302787807781108 ], [ -1.343165896080649, 60.30239510238313 ], [ -1.342070128303815, 60.302539632202063 ], [ -1.341564745378073, 60.3021178165084 ], [ -1.340442368672234, 60.302505528984135 ], [ -1.340187687285275, 60.30302234719467 ], [ -1.339087723295954, 60.302655932977856 ], [ -1.339167937407527, 60.301102085934851 ], [ -1.338742341489825, 60.302735025762274 ], [ -1.340504528396045, 60.303911033009697 ], [ -1.341409634896108, 60.303802385162292 ], [ -1.344741967299383, 60.304921455115831 ], [ -1.348720563357786, 60.304402268876551 ], [ -1.349320323195107, 60.304634166477157 ], [ -1.351666873021241, 60.304287371351101 ], [ -1.353886328566973, 60.304510075853528 ], [ -1.355343022687987, 60.303955966611703 ], [ -1.357594505322617, 60.303837567415606 ], [ -1.359397622638588, 60.302959154254062 ], [ -1.364380462969567, 60.30455706190628 ], [ -1.36540881676602, 60.305368275348918 ], [ -1.366284404558002, 60.306595371681617 ], [ -1.366077837083457, 60.308011250857753 ], [ -1.366725086727285, 60.310007640514769 ], [ -1.368265751051185, 60.3103552666337 ], [ -1.369293455274153, 60.311120653205926 ], [ -1.368195305718875, 60.311567076859376 ], [ -1.368455964017454, 60.313253644841339 ], [ -1.367330968611943, 60.315739927964586 ], [ -1.368363505942868, 60.319919996894313 ], [ -1.369694676896533, 60.321300073497824 ], [ -1.37421095307087, 60.321810743444125 ], [ -1.375987294012373, 60.322649630011732 ], [ -1.376105884749084, 60.323076680605446 ], [ -1.375415518650747, 60.323675022403563 ], [ -1.372685624416848, 60.323464642627236 ], [ -1.371083884999963, 60.322963243761194 ], [ -1.371412765828496, 60.32280766870128 ], [ -1.370320815565827, 60.32216051768566 ], [ -1.37036128258762, 60.323350404641936 ], [ -1.369779544165046, 60.323473353500006 ], [ -1.369519139382412, 60.324302661542767 ], [ -1.368907972940117, 60.324542191975461 ], [ -1.368780075749458, 60.326009624065776 ], [ -1.367342999075417, 60.326352971923903 ], [ -1.366512101929669, 60.327650948329101 ], [ -1.366564112221528, 60.328611930722744 ], [ -1.367010091891951, 60.329520915023082 ], [ -1.369275965679178, 60.330811158906627 ], [ -1.368410384417346, 60.331089885578372 ], [ -1.368390965350225, 60.33209542157816 ], [ -1.36734169653479, 60.333441749092955 ], [ -1.368311034248507, 60.335295991555931 ], [ -1.370176495551505, 60.336710019425283 ], [ -1.368260264151506, 60.337455155952952 ], [ -1.36515599534327, 60.341076801969834 ], [ -1.363711751850412, 60.341752293989998 ], [ -1.360632489694401, 60.341733045569683 ], [ -1.355911352476742, 60.345054888387132 ], [ -1.351021438615596, 60.345421711116579 ], [ -1.348445552301305, 60.344672861398003 ], [ -1.347214233750826, 60.343279598709877 ], [ -1.346687046141499, 60.338837878164398 ], [ -1.345536519631921, 60.337404589649623 ], [ -1.344475988701863, 60.337088701386882 ], [ -1.34282522116749, 60.335770545847417 ], [ -1.339625695155454, 60.334649408848556 ], [ -1.340004953412298, 60.334434002630779 ], [ -1.33917726986333, 60.333895653038567 ], [ -1.338595767022195, 60.334081319381696 ], [ -1.337042610264701, 60.333863484394492 ], [ -1.337324609673303, 60.334247388154012 ], [ -1.338385413437992, 60.334273318733736 ], [ -1.337817303395543, 60.334423132909677 ], [ -1.339432420414549, 60.334265052736285 ], [ -1.336733266626253, 60.334828066683386 ], [ -1.33607118308424, 60.335948018324743 ], [ -1.336441137141471, 60.336460760156115 ], [ -1.335530708713678, 60.337053309948345 ], [ -1.332614944073126, 60.336588876868625 ], [ -1.330596435621092, 60.337421851153202 ], [ -1.331358595686928, 60.337884502466892 ], [ -1.330571707971735, 60.3379218486509 ], [ -1.331375073226402, 60.33796449701569 ], [ -1.332106884088493, 60.338495230653038 ], [ -1.334287798447254, 60.338583377746993 ], [ -1.335744626001222, 60.339540619828277 ], [ -1.338176901258441, 60.342696230416578 ], [ -1.337728950508193, 60.344687303113012 ], [ -1.338699768974536, 60.347744933127693 ], [ -1.338115130279502, 60.349504570686427 ], [ -1.337285955456925, 60.350452200141902 ], [ -1.335602980710142, 60.351145055955456 ], [ -1.33391367731501, 60.352944948270846 ], [ -1.334629326016445, 60.353842818591389 ], [ -1.337140371961857, 60.354324041699904 ], [ -1.341017110832685, 60.357452654766277 ], [ -1.340908733151938, 60.358602304066032 ], [ -1.340018873067459, 60.359585564542563 ], [ -1.338896729217571, 60.359952617197777 ], [ -1.337816814085191, 60.360023569709028 ], [ -1.332557630138838, 60.359270021007724 ], [ -1.330612809452268, 60.358649695937601 ], [ -1.328146806975411, 60.357288653288002 ], [ -1.327670510319384, 60.357622954417693 ], [ -1.325235443700861, 60.357844980592532 ], [ -1.324719889792872, 60.357621487067007 ], [ -1.320983578746996, 60.358448286414045 ], [ -1.318202833481756, 60.358380199969773 ], [ -1.316549783752612, 60.357863520985831 ], [ -1.312100801544068, 60.358523893785005 ], [ -1.306740903692094, 60.358711579820287 ], [ -1.304300523615904, 60.360108526756115 ], [ -1.300609285541982, 60.360654852030152 ], [ -1.291378168959156, 60.358374787063667 ], [ -1.289751946452754, 60.356893586685089 ], [ -1.28421116810829, 60.353761706912181 ], [ -1.282390789440423, 60.353307450478006 ], [ -1.278804629811719, 60.35321623610217 ], [ -1.276595080541479, 60.352664614481256 ], [ -1.273098293513303, 60.351085032361624 ], [ -1.272499943122692, 60.349880387726365 ], [ -1.271574631239244, 60.349526945518811 ], [ -1.271027081203574, 60.348566797595126 ], [ -1.271157073995383, 60.348831489006116 ], [ -1.269538645024543, 60.34909018684111 ], [ -1.266630695608361, 60.350369848971411 ], [ -1.266015074291151, 60.350994080007602 ], [ -1.266028316978189, 60.350565859755704 ], [ -1.265295190021649, 60.350532184278258 ], [ -1.261545267556843, 60.351288105188615 ], [ -1.264035589122903, 60.352714279616258 ], [ -1.266370201428926, 60.353094405277631 ], [ -1.266932955328507, 60.353616485861757 ], [ -1.26929638756654, 60.353846771070003 ], [ -1.271121672632573, 60.355211692922417 ], [ -1.270566851809092, 60.356034710840106 ], [ -1.2764158688515, 60.355438114198257 ], [ -1.278407710535167, 60.355597976745315 ], [ -1.278971395221786, 60.355924270925115 ], [ -1.281371787291198, 60.355968678177433 ], [ -1.284912897632093, 60.356890125486778 ], [ -1.285445811587673, 60.358212880667615 ], [ -1.286631658320223, 60.359103659123242 ], [ -1.286573717690784, 60.361756602084988 ], [ -1.287302140108218, 60.363264462497511 ], [ -1.289232850781746, 60.36409186034998 ], [ -1.290327600888294, 60.365018032968742 ], [ -1.29137377393033, 60.365261545118727 ], [ -1.292061945012388, 60.366549181601471 ], [ -1.293477688194065, 60.367310925178764 ], [ -1.301910245978814, 60.369752755860063 ], [ -1.307447371310692, 60.369844523856734 ], [ -1.322760658709914, 60.368024274468667 ], [ -1.324263314930984, 60.368566148771819 ], [ -1.326084587994252, 60.36860680549227 ], [ -1.328320315582458, 60.368330780968215 ], [ -1.330090931686137, 60.36774710010981 ], [ -1.331808563237921, 60.368597943411594 ], [ -1.331860054389485, 60.367764968508041 ], [ -1.332926527244902, 60.367566497103994 ], [ -1.33390073514801, 60.367979910193768 ], [ -1.334969070401511, 60.367778738122865 ], [ -1.334939727565165, 60.36690495379154 ], [ -1.336106714388573, 60.366129621886714 ], [ -1.340718108240523, 60.365353423162858 ], [ -1.343140480537196, 60.365244182644552 ], [ -1.347115634725773, 60.365901230061638 ], [ -1.350784575429569, 60.367834347331524 ], [ -1.355164672750348, 60.36866641694273 ], [ -1.356389884384902, 60.368595127462179 ], [ -1.357493885037606, 60.368878801675407 ], [ -1.359051566415617, 60.36858821357044 ], [ -1.364342224256734, 60.369322899933394 ], [ -1.36481371903311, 60.369877344680823 ], [ -1.363732189865308, 60.369924257882552 ], [ -1.362722971375149, 60.370446485675586 ], [ -1.363270587459195, 60.371373919267242 ], [ -1.3601326772604, 60.373001993339955 ], [ -1.358078468080915, 60.373358440602779 ], [ -1.356392734411063, 60.372957931019748 ], [ -1.354013399131932, 60.372973345951472 ], [ -1.352535609454091, 60.373428575911561 ], [ -1.351509869819458, 60.374859291627118 ], [ -1.351844063413906, 60.376659368031618 ], [ -1.350975392579463, 60.378027992298897 ], [ -1.349711732896252, 60.378554269303955 ], [ -1.348836455943023, 60.380246981228296 ], [ -1.349869342144185, 60.381021508305373 ], [ -1.349652659240077, 60.381883310466819 ], [ -1.348201711292795, 60.382151865821847 ], [ -1.348107724944656, 60.382770941163336 ], [ -1.34723551878328, 60.382667902707901 ], [ -1.347022258556946, 60.383263945743629 ], [ -1.346323996260573, 60.383079149318995 ], [ -1.346678728706916, 60.382665172631548 ], [ -1.345833658709897, 60.382656535211794 ], [ -1.345808093417662, 60.382122172515196 ], [ -1.344091554171507, 60.382066142409421 ], [ -1.343651805495569, 60.382647596516406 ], [ -1.34460869950037, 60.383681276367007 ], [ -1.344025282380768, 60.38364877426406 ], [ -1.344595220920486, 60.383810504394162 ], [ -1.344227463452003, 60.384058304134562 ], [ -1.344627099128443, 60.384661849017419 ], [ -1.345747794462642, 60.384496762051413 ], [ -1.34550244377298, 60.384339325982381 ], [ -1.347914842739666, 60.385071256014633 ], [ -1.349260461543957, 60.384906342616453 ], [ -1.350424761392923, 60.385101477951515 ], [ -1.351137992849435, 60.384810450876543 ], [ -1.350984927880579, 60.385210158122455 ], [ -1.352540766705111, 60.386883290964668 ], [ -1.352318498700197, 60.388941938341979 ], [ -1.353004903573554, 60.389732711295764 ], [ -1.351665919570046, 60.391563255045668 ], [ -1.3532900059629, 60.394478470110428 ], [ -1.35698041763572, 60.394859075411269 ], [ -1.359446913316821, 60.394274768875547 ], [ -1.362721969320974, 60.392606063311391 ], [ -1.365342929619285, 60.392368068769514 ], [ -1.366167445552521, 60.39195358488535 ], [ -1.367110670159806, 60.391217323062051 ], [ -1.368090495709659, 60.387558646320883 ], [ -1.369014049536325, 60.386235965458781 ], [ -1.370879098854155, 60.385094609843676 ], [ -1.373915287733156, 60.384546846511711 ], [ -1.374126115254334, 60.381214925635405 ], [ -1.375099162187285, 60.379937329002949 ], [ -1.376621643321978, 60.378945128884752 ], [ -1.375966844988752, 60.378475167146284 ], [ -1.376065169045368, 60.377505922387549 ], [ -1.377632494616586, 60.376817402799595 ], [ -1.380623170409024, 60.37671013262576 ], [ -1.382744058113258, 60.37714108318162 ], [ -1.388314786429662, 60.379968154392976 ], [ -1.389748520152132, 60.380015135892755 ], [ -1.391853214109149, 60.379191536155318 ], [ -1.39196344700927, 60.379602367819366 ], [ -1.39332085439451, 60.380242456887707 ], [ -1.396692343452679, 60.381329832661848 ], [ -1.398027748614619, 60.382483356734134 ], [ -1.401516371330149, 60.382644533653433 ], [ -1.404959379809575, 60.383717653470349 ], [ -1.405369073869758, 60.384328240411662 ], [ -1.406238700515517, 60.384585319748602 ], [ -1.406633195349536, 60.385834221711171 ], [ -1.409758888958167, 60.386526001901572 ], [ -1.412244628116387, 60.389015117380183 ], [ -1.412349473176569, 60.390748470471202 ], [ -1.411697047748439, 60.391715291103225 ], [ -1.412065232294584, 60.391923426747617 ], [ -1.410288304616703, 60.391861700520728 ], [ -1.41009917579182, 60.39228735172793 ], [ -1.410753009870738, 60.392752648643757 ], [ -1.410164015382677, 60.393216934829482 ], [ -1.409259813317042, 60.393051311732776 ], [ -1.408947324906622, 60.393274393352279 ], [ -1.409875840917683, 60.394603766279843 ], [ -1.409221037748618, 60.395192560761458 ], [ -1.409647549538791, 60.395688280007832 ], [ -1.407594757536571, 60.395818337924581 ], [ -1.404861602832566, 60.394450372151333 ], [ -1.405158414654267, 60.395089185913321 ], [ -1.404300200889181, 60.394887819762303 ], [ -1.402732875987374, 60.395262397587949 ], [ -1.401818348785171, 60.395164018099933 ], [ -1.400074240362554, 60.395775706694565 ], [ -1.399665572635492, 60.396290141643156 ], [ -1.398926677663144, 60.396506788506244 ], [ -1.397976998494447, 60.396345373158226 ], [ -1.39752342661317, 60.396832662567206 ], [ -1.39653492461024, 60.395827062454067 ], [ -1.394685246862481, 60.395275459120043 ], [ -1.393294695103676, 60.396382494563291 ], [ -1.390556099193137, 60.396791994910522 ], [ -1.390492451945451, 60.397770383768211 ], [ -1.388663842215086, 60.39754651654335 ], [ -1.385385304879683, 60.397711006938316 ], [ -1.386358751935533, 60.398537046726787 ], [ -1.387224287394597, 60.398347987925639 ], [ -1.39094228115091, 60.399433502892492 ], [ -1.391288888014104, 60.400795361622855 ], [ -1.391793229144054, 60.400999685720173 ], [ -1.392911049520542, 60.400421167441486 ], [ -1.393664844652564, 60.399410005686505 ], [ -1.39343979999707, 60.398825365163063 ], [ -1.394063840242454, 60.398446609451497 ], [ -1.395930491810364, 60.398580787617043 ], [ -1.397818916540153, 60.397044998147649 ], [ -1.399923438054803, 60.397561790562101 ], [ -1.400836045652796, 60.397274089816314 ], [ -1.402576441035379, 60.398354860475685 ], [ -1.405384478805449, 60.398614336319213 ], [ -1.409773031300794, 60.400285929684124 ], [ -1.410296972601367, 60.401419565073205 ], [ -1.409872416527429, 60.402315554770404 ], [ -1.41039033846831, 60.402780250183021 ], [ -1.410211744542589, 60.403623456787223 ], [ -1.410734072351459, 60.403845745570862 ], [ -1.411180173231108, 60.403264102721842 ], [ -1.412738833984908, 60.403890510700172 ], [ -1.414701694466801, 60.403742019832471 ], [ -1.415741677161351, 60.404451410631175 ], [ -1.414372597412969, 60.407412855926211 ], [ -1.413016127446877, 60.408147629268321 ], [ -1.41339943445073, 60.410048308037119 ], [ -1.413832417805954, 60.410198361365524 ], [ -1.413121953398508, 60.411344505472989 ], [ -1.41121437903076, 60.411924195133217 ], [ -1.410533856185204, 60.41291333093713 ], [ -1.409075189062527, 60.413759845927167 ], [ -1.407662136215269, 60.414090273786059 ], [ -1.40651776910556, 60.414121097659269 ], [ -1.404103850308767, 60.412588440113616 ], [ -1.400732528159629, 60.413771978252598 ], [ -1.39847729940795, 60.412510189757015 ], [ -1.395350786549095, 60.409881446415831 ], [ -1.394557464600982, 60.40861184847018 ], [ -1.392368722181734, 60.408099977273004 ], [ -1.391105963692432, 60.408065481653203 ], [ -1.390343771669776, 60.408345723841542 ], [ -1.390393971248977, 60.409058862311397 ], [ -1.393147917565022, 60.412268745053694 ], [ -1.393081118893233, 60.412736230785967 ], [ -1.39573970721083, 60.415244386719259 ], [ -1.395642778854572, 60.416065497076865 ], [ -1.394887913065062, 60.416627729354715 ], [ -1.397223424030631, 60.41846547399313 ], [ -1.399331280666311, 60.419368368187129 ], [ -1.399856927153329, 60.419420118630775 ], [ -1.400352642735178, 60.41764457119605 ], [ -1.401122871890125, 60.417230525509268 ], [ -1.402896837352568, 60.418024118644951 ], [ -1.404207542070734, 60.417841431580847 ], [ -1.404886229628972, 60.417366797933802 ], [ -1.406631887885447, 60.417326993617358 ], [ -1.407009476052648, 60.41703237772925 ], [ -1.408203847915442, 60.417253174247932 ], [ -1.408608491802556, 60.416967652668433 ], [ -1.408576452126463, 60.4172323813888 ], [ -1.409332689590974, 60.417083097344232 ], [ -1.410613394301387, 60.417551168237438 ], [ -1.412447648522124, 60.417532330381214 ], [ -1.414406968531051, 60.416616149874422 ], [ -1.415333951674278, 60.416561857956424 ], [ -1.415979830896796, 60.416995665618771 ], [ -1.416029585057213, 60.415738869976124 ], [ -1.418619384444759, 60.415090259529435 ], [ -1.41968375664605, 60.414964707357861 ], [ -1.420437394809028, 60.415466302568412 ], [ -1.42145073377183, 60.415147473036072 ], [ -1.422327344161933, 60.415371252563112 ], [ -1.422849449730899, 60.415108643792387 ], [ -1.424675116761035, 60.41505368617112 ], [ -1.425362125679861, 60.415734538909426 ], [ -1.427564587791059, 60.415937057368588 ], [ -1.427929269064329, 60.41584883648509 ], [ -1.427109119712045, 60.414992341056568 ], [ -1.427345833284897, 60.414436681263567 ], [ -1.430159981159208, 60.413398239291503 ], [ -1.43140164217469, 60.413511286141308 ], [ -1.433602178392384, 60.41486296512047 ], [ -1.433084983018137, 60.41432653616328 ], [ -1.435684078038143, 60.414687733500188 ], [ -1.437284473425596, 60.414532884042274 ], [ -1.439670608314743, 60.415140017072794 ], [ -1.440719343308942, 60.415921075010601 ], [ -1.442089608278044, 60.415953753546042 ], [ -1.442196517444775, 60.415011442838171 ], [ -1.44340284806771, 60.415604587334116 ], [ -1.443101622720289, 60.414638124354738 ], [ -1.446016048953483, 60.414080125502124 ], [ -1.447698618661646, 60.414428296882818 ], [ -1.447521662014977, 60.414692433565371 ], [ -1.448537562770205, 60.414741533876601 ], [ -1.448968009961891, 60.415591796005714 ], [ -1.450803571399571, 60.41548713875126 ], [ -1.450598341949554, 60.415814013423564 ], [ -1.451041180615631, 60.415932560347812 ], [ -1.451925564525588, 60.415707244419103 ], [ -1.452737650662007, 60.416002386978647 ], [ -1.452756894826298, 60.416478333905403 ], [ -1.451698958582923, 60.416765792051571 ], [ -1.4530535253646, 60.41665463488615 ], [ -1.452466056098306, 60.417038304486724 ], [ -1.452878856248755, 60.417866034233761 ], [ -1.453922602938312, 60.418426989729312 ], [ -1.454072629213583, 60.419226702808324 ], [ -1.451540017487029, 60.419737067378328 ], [ -1.450646215562668, 60.419975810066411 ], [ -1.450596202792877, 60.420788170506562 ], [ -1.450954217550799, 60.420556201044405 ], [ -1.451565467790814, 60.420922351954452 ], [ -1.451782870839005, 60.422032107460446 ], [ -1.451042450610956, 60.422325355373829 ], [ -1.450613072077333, 60.421403276531528 ], [ -1.449925994723302, 60.42176407784639 ], [ -1.449916584560223, 60.422859432356894 ], [ -1.449560149249392, 60.422458411895612 ], [ -1.449241659219181, 60.423036218330473 ], [ -1.448062400863192, 60.423502719393973 ], [ -1.449424118120917, 60.424060536142292 ], [ -1.450017723592104, 60.423860967173816 ], [ -1.450146725465955, 60.424287984302502 ], [ -1.451870170805675, 60.423859617974735 ], [ -1.452989255568573, 60.424811459868252 ], [ -1.45264716398614, 60.423553047674282 ], [ -1.454548361689437, 60.423893049325343 ], [ -1.45499176979566, 60.424527856036804 ], [ -1.454537452701422, 60.425087162143896 ], [ -1.45540645538492, 60.425795536933144 ], [ -1.454746504534467, 60.426160963095406 ], [ -1.453619643979944, 60.42566701452737 ], [ -1.453713630916359, 60.426560772962496 ], [ -1.456069839007873, 60.428487342653931 ], [ -1.455816174004218, 60.428993599608603 ], [ -1.457315373151558, 60.429498023603294 ], [ -1.457856609858658, 60.430811103612882 ], [ -1.457697435936866, 60.431097772025204 ], [ -1.456946803973817, 60.430468907273777 ], [ -1.456221745567136, 60.431356631033587 ], [ -1.456792287681133, 60.43200092771437 ], [ -1.456056541552597, 60.434722937733227 ], [ -1.455714766377623, 60.434519524310389 ], [ -1.454771717122701, 60.434964602262092 ], [ -1.453875838403196, 60.434220200413762 ], [ -1.452268918395734, 60.433629999227932 ], [ -1.451893132158877, 60.433830473933611 ], [ -1.452682072475231, 60.434448749796033 ], [ -1.451915337222022, 60.43467006583716 ], [ -1.450934306817389, 60.434131802143959 ], [ -1.450099870907811, 60.435672685632504 ], [ -1.450513758686745, 60.435907835814163 ], [ -1.448860728474754, 60.436430752178175 ], [ -1.45060360290635, 60.436505283890256 ], [ -1.450468027433145, 60.437003038329053 ], [ -1.450772478195824, 60.436725955599215 ], [ -1.450392238194335, 60.43826422110395 ], [ -1.449297388040609, 60.438542530522945 ], [ -1.450344688924943, 60.438928442390626 ], [ -1.449311962764173, 60.439292304820455 ], [ -1.44907857188079, 60.440736897171448 ], [ -1.448482295322856, 60.441075619737482 ], [ -1.448834360791022, 60.441745981636174 ], [ -1.449768812752928, 60.441826158479365 ], [ -1.450214568124806, 60.442330798847266 ], [ -1.449027148117269, 60.443775943473753 ], [ -1.449382138670727, 60.444275722135806 ], [ -1.44661119766589, 60.44478950192785 ], [ -1.44657501747617, 60.445848827263788 ], [ -1.444726168226659, 60.446631260054673 ], [ -1.444060533698587, 60.446233428524842 ], [ -1.443734465772539, 60.446703445814961 ], [ -1.444474175628814, 60.44702078003629 ], [ -1.443731892656131, 60.447385809101732 ], [ -1.441291258788199, 60.447694348295315 ], [ -1.441197555212237, 60.446800584327612 ], [ -1.440377264328296, 60.446415554158868 ], [ -1.438420927053785, 60.446043697492222 ], [ -1.436901382629941, 60.446162991210585 ], [ -1.435403324318969, 60.446614567270665 ], [ -1.436424858994142, 60.446919671189868 ], [ -1.43315148785442, 60.448081997722277 ], [ -1.431111615459639, 60.448329203264109 ], [ -1.43132164950949, 60.448790701801528 ], [ -1.430562014485888, 60.449721236596076 ], [ -1.431095279860098, 60.449887820753879 ], [ -1.429840170389822, 60.45046337775635 ], [ -1.428844878533175, 60.450627917511163 ], [ -1.426691002096125, 60.4500099270929 ], [ -1.425117303532363, 60.450197989649695 ], [ -1.424731517082342, 60.4506353806687 ], [ -1.42240872233149, 60.450732188055738 ], [ -1.421819828500986, 60.451140857365047 ], [ -1.42247316627539, 60.450992847002418 ], [ -1.424711394673865, 60.45156817199625 ], [ -1.431321463973659, 60.450985971517021 ], [ -1.435277304315586, 60.451364616053382 ], [ -1.439033226784431, 60.450059711935189 ], [ -1.440576658056716, 60.45014700156684 ], [ -1.444209999239234, 60.449188012248719 ], [ -1.445820298458538, 60.449082479957255 ], [ -1.445643671746278, 60.449315189616357 ], [ -1.446892106441284, 60.449648091318636 ], [ -1.447134726321805, 60.450344938592693 ], [ -1.446647377582999, 60.450679615158542 ], [ -1.449273169714208, 60.450717418138872 ], [ -1.450232553305176, 60.451489045646468 ], [ -1.450034992225744, 60.450810347317969 ], [ -1.450446578026432, 60.450654918257221 ], [ -1.451524796807513, 60.450847906628006 ], [ -1.452994962163865, 60.45043194977363 ], [ -1.45463097737174, 60.450420691669052 ], [ -1.454991387623289, 60.45060622590141 ], [ -1.454591304239723, 60.451161263301621 ], [ -1.456151331808916, 60.450260795208209 ], [ -1.459974237744117, 60.44989922652325 ], [ -1.460554477018081, 60.449982381706441 ], [ -1.460764612271434, 60.450463585841064 ], [ -1.461038253412601, 60.449854147798227 ], [ -1.461716820384198, 60.450036459649866 ], [ -1.461643335331103, 60.450633239138327 ], [ -1.459487020489142, 60.450781644105213 ], [ -1.462288504506513, 60.45118802452501 ], [ -1.461566951408345, 60.451405089267418 ], [ -1.462170404722559, 60.451735242109564 ], [ -1.461949474810577, 60.453004820835162 ], [ -1.46230208802159, 60.452566292042498 ], [ -1.463413699541714, 60.452395685829707 ], [ -1.463778924029673, 60.451741717884325 ], [ -1.465254832572043, 60.452075360965857 ], [ -1.464771261100655, 60.452190143124881 ], [ -1.46522758491232, 60.452627434521382 ], [ -1.464608202599891, 60.452710246538793 ], [ -1.466116907566762, 60.453263986727222 ], [ -1.465562385441302, 60.453270744831755 ], [ -1.466280085297848, 60.453843758080609 ], [ -1.464305640104473, 60.453975011795769 ], [ -1.466219739265532, 60.45419817049342 ], [ -1.465634125706666, 60.454990430154233 ], [ -1.466278009816259, 60.45618715851969 ], [ -1.465343342751366, 60.456645812537495 ], [ -1.464853051845817, 60.457607247858519 ], [ -1.46605178740923, 60.458341111193356 ], [ -1.465801162504891, 60.459211029452703 ], [ -1.466831438533001, 60.459578782930052 ], [ -1.466955784332626, 60.459202179810475 ], [ -1.467892177694585, 60.459196939250866 ], [ -1.467838051409155, 60.460283130337189 ], [ -1.469012423421142, 60.459623395319461 ], [ -1.469618389297444, 60.460371026846978 ], [ -1.468558801365506, 60.461794402648323 ], [ -1.464745158229757, 60.46206647184389 ], [ -1.464864165001883, 60.463121931010086 ], [ -1.465396690131462, 60.463357508540284 ], [ -1.464421671655115, 60.464597129810393 ], [ -1.462285521423582, 60.465230505785172 ], [ -1.459155425007813, 60.465267237048636 ], [ -1.456805761238092, 60.464956910044634 ], [ -1.456144878897313, 60.465331317920651 ], [ -1.453586256265494, 60.465554307363291 ], [ -1.452258948165001, 60.465005661474052 ], [ -1.452159452839901, 60.464435113465598 ], [ -1.451564059000092, 60.464697535468275 ], [ -1.449583374900554, 60.464617550751825 ], [ -1.448613158023704, 60.464999623681543 ], [ -1.447204288388696, 60.464441611481284 ], [ -1.443041539864147, 60.464895675369995 ], [ -1.440856748530085, 60.468756306033256 ], [ -1.440948969391831, 60.469316057855913 ], [ -1.441563903936955, 60.469302471319544 ], [ -1.441679255844939, 60.469575004898921 ], [ -1.440695053500943, 60.470862002619086 ], [ -1.439275625431469, 60.471225963105354 ], [ -1.434109696931502, 60.470846808495359 ], [ -1.432890364495907, 60.470370256485133 ], [ -1.430903864684725, 60.471124978861113 ], [ -1.430351390338994, 60.470996921382913 ], [ -1.430546720470241, 60.471267112591278 ], [ -1.433348977328691, 60.47171001340125 ], [ -1.437773691310339, 60.473519954794234 ], [ -1.441796556711244, 60.472065254518242 ], [ -1.444685504335115, 60.470000563833302 ], [ -1.451438873398709, 60.468131325218224 ], [ -1.45247003115037, 60.467265536826716 ], [ -1.454284580493035, 60.467394180957967 ], [ -1.456510611883915, 60.466841207913781 ], [ -1.457639613565889, 60.467294730083623 ], [ -1.459608853460841, 60.46752718388715 ], [ -1.463207341753852, 60.467110737547678 ], [ -1.464723338259031, 60.467260484598476 ], [ -1.465517018823961, 60.467654233506416 ], [ -1.465316564971168, 60.468232547613731 ], [ -1.466521348958341, 60.468511215765652 ], [ -1.466594567070775, 60.469036754156924 ], [ -1.467651632559488, 60.469453989035607 ], [ -1.467198519010687, 60.469914576327774 ], [ -1.466034055501974, 60.46994583610266 ], [ -1.465614374570034, 60.471690485414811 ], [ -1.462762344865766, 60.473133560333928 ], [ -1.464104656056403, 60.473354442641508 ], [ -1.465292178561216, 60.476131782790432 ], [ -1.464388066026393, 60.476687521091932 ], [ -1.464074055588059, 60.478080629215334 ], [ -1.461315322790816, 60.479673989874904 ], [ -1.457923209578691, 60.483339665269646 ], [ -1.458169494969951, 60.483954797728586 ], [ -1.459619302918544, 60.484629576405652 ], [ -1.458307168961297, 60.484755344791239 ], [ -1.456973411031533, 60.486174820465315 ], [ -1.453318491143781, 60.487868519220903 ], [ -1.454402908969346, 60.489609405644899 ], [ -1.457730577118462, 60.490633049596852 ], [ -1.463138362828536, 60.489907892168603 ], [ -1.465200480828399, 60.487899590496347 ], [ -1.465480350467439, 60.486372564753175 ], [ -1.466490049792511, 60.486050683144498 ], [ -1.469292419115998, 60.483808241548559 ], [ -1.470334368290123, 60.483509803453018 ], [ -1.471352702614413, 60.482424743944378 ], [ -1.473609322975405, 60.481713583695722 ], [ -1.474774053704393, 60.48056532788479 ], [ -1.476752741461776, 60.479589949710792 ], [ -1.477614786996027, 60.478134314107372 ], [ -1.477008319335293, 60.477951470423605 ], [ -1.478518061091279, 60.477846043937134 ], [ -1.480771246386238, 60.476864495924062 ], [ -1.480733603764328, 60.4770573880283 ], [ -1.482871504710354, 60.476683203083979 ], [ -1.483502341241951, 60.476821221752012 ], [ -1.485470451647517, 60.476253299582041 ], [ -1.487597475439068, 60.476100766981077 ], [ -1.488616442314615, 60.475502215596968 ], [ -1.489318964193835, 60.474434664350028 ], [ -1.489115461087365, 60.473378907578592 ], [ -1.488171346601855, 60.472924567501728 ], [ -1.485043453875617, 60.472318155304826 ], [ -1.484911494234077, 60.471577814258517 ], [ -1.4840117503542, 60.471085007847236 ], [ -1.481708972922892, 60.471101224069024 ], [ -1.480728654951597, 60.469849395176936 ], [ -1.481365005602557, 60.46986084842046 ], [ -1.481226452204317, 60.469425748192471 ], [ -1.48218066278607, 60.469347749572684 ], [ -1.482101422010757, 60.468841949867247 ], [ -1.482249670545171, 60.469011321831957 ], [ -1.48260322268229, 60.468736153879796 ], [ -1.482690475810541, 60.468281279809716 ], [ -1.482042081183139, 60.468114457174295 ], [ -1.482267644857899, 60.467767862701834 ], [ -1.48277761762301, 60.467947615625746 ], [ -1.482114043596509, 60.467478157379553 ], [ -1.482579469124884, 60.467371322480318 ], [ -1.482195949209459, 60.466673997192338 ], [ -1.483206967564483, 60.466220010613988 ], [ -1.482693520451799, 60.465917239605972 ], [ -1.484060354547858, 60.465154865577666 ], [ -1.483238308680207, 60.464819478047879 ], [ -1.485017947298443, 60.464395388035143 ], [ -1.485423787265221, 60.464603460446661 ], [ -1.485283369149437, 60.464284180293681 ], [ -1.485976358738145, 60.464156662767479 ], [ -1.48541177994617, 60.463638219881169 ], [ -1.486283385524943, 60.463713406932968 ], [ -1.486425208049523, 60.463368278666934 ], [ -1.488082659888386, 60.463190587758852 ], [ -1.487785062642955, 60.463036810278467 ], [ -1.488927627517451, 60.462646135375905 ], [ -1.489754605656187, 60.462667257552361 ], [ -1.48997831778696, 60.461155227047662 ], [ -1.487845361561851, 60.460361433028901 ], [ -1.489158639011113, 60.460092621923501 ], [ -1.488183165075377, 60.45853559327044 ], [ -1.490742714033349, 60.45878331958675 ], [ -1.489644325921346, 60.457526613835547 ], [ -1.490321436632463, 60.457241888530362 ], [ -1.494356441154185, 60.457297646144724 ], [ -1.494307912308304, 60.455156076722517 ], [ -1.495705621566231, 60.455287067376645 ], [ -1.495683363969413, 60.454963755222131 ], [ -1.496666741007233, 60.454850747861784 ], [ -1.496006888342699, 60.45461481416568 ], [ -1.497163351371523, 60.454475521295265 ], [ -1.495010251027279, 60.453825421415992 ], [ -1.495774503614737, 60.453774440933032 ], [ -1.495879689764107, 60.453438142546545 ], [ -1.495230978542089, 60.453072057870209 ], [ -1.496573726067381, 60.453225278101129 ], [ -1.496717336769797, 60.452754445678025 ], [ -1.498353480444039, 60.453330746762006 ], [ -1.497812083317171, 60.453665405651371 ], [ -1.50014561946241, 60.454405921923765 ], [ -1.500096122079286, 60.454078019228774 ], [ -1.500587859350002, 60.454017011132322 ], [ -1.502794929788901, 60.45471211452486 ], [ -1.502165277996297, 60.454875869528685 ], [ -1.502841438017387, 60.45523753309692 ], [ -1.502020590648607, 60.456015605508377 ], [ -1.504344622787721, 60.456203831178861 ], [ -1.502344977669886, 60.456200876233432 ], [ -1.50104470665366, 60.45682451805726 ], [ -1.502670189981244, 60.457521935632698 ], [ -1.503119147150505, 60.458479823711826 ], [ -1.504416160081297, 60.458668708026295 ], [ -1.504583533030604, 60.459019492880564 ], [ -1.503613922482825, 60.459415434187818 ], [ -1.504942622805471, 60.459914190885385 ], [ -1.505796651808211, 60.46114292795707 ], [ -1.507843411253303, 60.461056218776314 ], [ -1.508509044823892, 60.461525556422153 ], [ -1.511105145480558, 60.461786493238272 ], [ -1.512096153673915, 60.462387193338287 ], [ -1.511131322815249, 60.462464468607038 ], [ -1.510664632707192, 60.4632708260513 ], [ -1.511208472330117, 60.463380561790274 ], [ -1.510529606828403, 60.464994209235911 ], [ -1.511000522618849, 60.465723196877022 ], [ -1.512386970777806, 60.466033540492496 ], [ -1.514675696597874, 60.465592957893982 ], [ -1.515156608726798, 60.466268095734648 ], [ -1.515066283741262, 60.466837903991035 ], [ -1.514317658911921, 60.467041687475579 ], [ -1.510877025865438, 60.467285008488062 ], [ -1.51066542645301, 60.467690960078244 ], [ -1.509969686427757, 60.467761133083279 ], [ -1.510321021007168, 60.468341537870337 ], [ -1.509500161556877, 60.468145484822095 ], [ -1.508582679889654, 60.468447379289067 ], [ -1.508565678574213, 60.468850452623229 ], [ -1.50810998046377, 60.468799391765685 ], [ -1.50844461406271, 60.469400390513208 ], [ -1.507739957081918, 60.468735177620815 ], [ -1.508004173987698, 60.469542423873932 ], [ -1.505930325158949, 60.469581450253109 ], [ -1.507268794285731, 60.469825227854578 ], [ -1.506208838852153, 60.469923665214239 ], [ -1.508508676005512, 60.470576813512231 ], [ -1.508390182226996, 60.470835856461285 ], [ -1.506651972814501, 60.470683989780227 ], [ -1.506587314847078, 60.471229645179896 ], [ -1.505321145539851, 60.471848965419596 ], [ -1.506470975662557, 60.47194480353614 ], [ -1.506566045099861, 60.472511700029521 ], [ -1.507091407736252, 60.472169763939377 ], [ -1.508578533946655, 60.473175455752305 ], [ -1.508087344916132, 60.473783287876408 ], [ -1.506822089456388, 60.473378176203497 ], [ -1.507204211413004, 60.473967680988729 ], [ -1.506523465774706, 60.473999284022156 ], [ -1.504972551351192, 60.475035049139777 ], [ -1.503770547865148, 60.474656180937075 ], [ -1.503495590165786, 60.475033154183592 ], [ -1.50194558648517, 60.475049825216608 ], [ -1.50179037470174, 60.475445198845549 ], [ -1.500728911400036, 60.475391850377356 ], [ -1.500389517820137, 60.47510596105262 ], [ -1.498344465362684, 60.476320267276058 ], [ -1.497662211723706, 60.475974721450143 ], [ -1.496605358975124, 60.47609284742439 ], [ -1.495254600176202, 60.475691792773937 ], [ -1.493804819585713, 60.476278884906208 ], [ -1.493455721247129, 60.477553409285271 ], [ -1.495695732297526, 60.478446276578744 ], [ -1.495710742631773, 60.478768662318458 ], [ -1.494771101734315, 60.479064093697517 ], [ -1.495859928695737, 60.479588965092589 ], [ -1.497065924675876, 60.479598004008636 ], [ -1.496414563870809, 60.480073205469161 ], [ -1.497743185381369, 60.480271249745265 ], [ -1.496049207028746, 60.480170590274383 ], [ -1.497788714904589, 60.480739201971261 ], [ -1.497628021221828, 60.481013339976322 ], [ -1.496773467859603, 60.480627635990736 ], [ -1.497227231685481, 60.48104864286185 ], [ -1.49620653023699, 60.481523349436827 ], [ -1.497064489708478, 60.481572375321718 ], [ -1.496563061519117, 60.481879346141177 ], [ -1.497266062380282, 60.481831716018739 ], [ -1.496443724208914, 60.482066547050138 ], [ -1.497113677185832, 60.482273782974204 ], [ -1.496124134138162, 60.482965886462125 ], [ -1.496259244044887, 60.484109361669489 ], [ -1.49639747048536, 60.483643000347449 ], [ -1.499238896558184, 60.484622471642105 ], [ -1.501590220380431, 60.484705793145871 ], [ -1.501789670138784, 60.484394983309912 ], [ -1.502418257973128, 60.484576000242207 ], [ -1.504033211427691, 60.48343276075412 ], [ -1.506474598712377, 60.482851921184462 ], [ -1.50819433771949, 60.481501615371911 ], [ -1.510303609758852, 60.480852143194994 ], [ -1.5101564266395, 60.480236575094395 ], [ -1.510792901734325, 60.480132962892426 ], [ -1.511112516206274, 60.480654887570289 ], [ -1.511499127862086, 60.480351033657165 ], [ -1.512787091815729, 60.480598160842611 ], [ -1.515763766321675, 60.480451868849578 ], [ -1.51627244999687, 60.479888067266522 ], [ -1.51596559801729, 60.479114803093502 ], [ -1.516425524746654, 60.479381336184844 ], [ -1.517712849231398, 60.479058278268333 ], [ -1.518310352188575, 60.479248984541037 ], [ -1.518247698717473, 60.47856639178643 ], [ -1.519023651221421, 60.478376152245879 ], [ -1.519802524216199, 60.478603419338803 ], [ -1.519647317251039, 60.479258291909737 ], [ -1.521588791016889, 60.479601958630482 ], [ -1.522001270707011, 60.478768435384289 ], [ -1.523759955515595, 60.478550259279679 ], [ -1.52356780685059, 60.479869413704563 ], [ -1.524169442053085, 60.479660545199799 ], [ -1.52437767875163, 60.479225849696611 ], [ -1.524446371569825, 60.47950442806372 ], [ -1.52430687922563, 60.479612830382578 ], [ -1.525039745070607, 60.479358395493229 ], [ -1.524783865798755, 60.480062297223846 ], [ -1.52549043561819, 60.480886343756929 ], [ -1.530005603989479, 60.481912398956318 ], [ -1.532762272996833, 60.481886162489708 ], [ -1.53388127846373, 60.481243623001625 ], [ -1.533835327337738, 60.48064190335365 ], [ -1.534459920660889, 60.480855077794175 ], [ -1.534421769434946, 60.480343170497804 ], [ -1.535255565161995, 60.48055707074252 ], [ -1.535097938110556, 60.480130043321324 ], [ -1.536473823812849, 60.479964236861314 ], [ -1.536636703138117, 60.479385689435375 ], [ -1.537546956803028, 60.479339464455592 ], [ -1.537880215129116, 60.481490967791181 ], [ -1.539600788530064, 60.48268207385545 ], [ -1.541369781468945, 60.483029345803487 ], [ -1.541470962097623, 60.483595338074522 ], [ -1.54284532108707, 60.483546180797219 ], [ -1.542540519491858, 60.4851657531866 ], [ -1.543381256566599, 60.485545727799732 ], [ -1.543893032886059, 60.485381375364085 ], [ -1.54433530760928, 60.486280733880591 ], [ -1.545515026611324, 60.486495749555807 ], [ -1.54611891012776, 60.486250895807544 ], [ -1.546154306308223, 60.486973783756959 ], [ -1.546559487457871, 60.486624999869598 ], [ -1.54698493354666, 60.487432711592049 ], [ -1.546393302348449, 60.487450455382593 ], [ -1.546340984092436, 60.487939604667766 ], [ -1.547701799249174, 60.488222554604853 ], [ -1.547395769966322, 60.488507033036107 ], [ -1.548138653542009, 60.489391235680699 ], [ -1.550163937247556, 60.490187282563014 ], [ -1.554434193566985, 60.490511358875125 ], [ -1.558148562009366, 60.489564802430024 ], [ -1.558101565202646, 60.489139965331134 ], [ -1.558529137765828, 60.489278750395819 ], [ -1.558556729348626, 60.488855057911081 ], [ -1.559908809079507, 60.488315426417351 ], [ -1.560204743195899, 60.487423941749483 ], [ -1.561224947621499, 60.487604174410492 ], [ -1.560750866214181, 60.487137530776998 ], [ -1.561310497748203, 60.487197730893854 ], [ -1.560965739170737, 60.486452282437916 ], [ -1.562238843821551, 60.485281181204982 ], [ -1.561996294592725, 60.484782080460278 ], [ -1.562808649281598, 60.484582727641843 ], [ -1.562869146881509, 60.484142980608972 ], [ -1.564481595464088, 60.484655534324574 ], [ -1.563507314606748, 60.484041816282897 ], [ -1.564342707912519, 60.483478901362837 ], [ -1.564100287316917, 60.483240180491642 ], [ -1.565716548585268, 60.483465420768759 ], [ -1.566972536829268, 60.48232833699214 ], [ -1.567581174135545, 60.482528734125417 ], [ -1.56730394946943, 60.482033122022131 ], [ -1.567901541960607, 60.482379831002724 ], [ -1.567521591779488, 60.481673790536064 ], [ -1.568096352616004, 60.48195847324417 ], [ -1.568571227986338, 60.481407832756204 ], [ -1.568774835781809, 60.480322095360194 ], [ -1.568114831026002, 60.480156553399752 ], [ -1.568572594111112, 60.480070942447242 ], [ -1.568471408780166, 60.47933348257785 ], [ -1.569145827224763, 60.478684721622621 ], [ -1.570475570295037, 60.479102016917309 ], [ -1.570683535415447, 60.478644783716632 ], [ -1.571578341541326, 60.479213302489093 ], [ -1.5722311744422, 60.479094186750345 ], [ -1.571162271711574, 60.478208172990968 ], [ -1.571151474008872, 60.476406158027537 ], [ -1.571653306629196, 60.47683694062038 ], [ -1.571826430872406, 60.476536717092856 ], [ -1.572123709870833, 60.477307125819792 ], [ -1.572855355794837, 60.477139775924151 ], [ -1.573013013532012, 60.476077228722374 ], [ -1.573827835958455, 60.47636175695974 ], [ -1.573603170877149, 60.477126005612725 ], [ -1.572912897379769, 60.477467674408338 ], [ -1.574044035627112, 60.477076235890486 ], [ -1.575000659816989, 60.479457682701792 ], [ -1.574802067604306, 60.480176225812343 ], [ -1.57526285621454, 60.480414724355192 ], [ -1.578492705080857, 60.480642240836573 ], [ -1.580943197358532, 60.479657835275368 ], [ -1.581001452413029, 60.480078210413161 ], [ -1.581679857755645, 60.479808290508245 ], [ -1.582060776053478, 60.48003663886081 ], [ -1.581092362498485, 60.481070616263828 ], [ -1.581599013114628, 60.481566918614824 ], [ -1.584452609047757, 60.481779642957001 ], [ -1.585197746844919, 60.481698460641297 ], [ -1.584825959211639, 60.481179247580378 ], [ -1.585813046536123, 60.480669643565854 ], [ -1.586585622706081, 60.480860586103233 ], [ -1.587310692917821, 60.480638368019939 ], [ -1.587964547377277, 60.48000561046382 ], [ -1.587509917632514, 60.479561568172564 ], [ -1.587993961982462, 60.479837803989057 ], [ -1.588815243225699, 60.479629342367929 ], [ -1.5886672179114, 60.479250893019582 ], [ -1.5894361683227, 60.479007250327712 ], [ -1.589837499884985, 60.478197728775456 ], [ -1.590109774074227, 60.478533461817051 ], [ -1.590750538198114, 60.478210407425429 ], [ -1.591265414754791, 60.478639359808369 ], [ -1.591850227765211, 60.478570219330649 ], [ -1.592082420029624, 60.4776075399528 ], [ -1.591380711167719, 60.477715828881543 ], [ -1.592255267831436, 60.477024467863949 ], [ -1.592945380358398, 60.477114563059644 ], [ -1.59302304382353, 60.477449696570396 ], [ -1.593765210234235, 60.477451059403883 ], [ -1.594493788507324, 60.476791561934064 ], [ -1.59523687865747, 60.476717500325101 ], [ -1.597498992734634, 60.47883697232276 ], [ -1.599052625205196, 60.479273511614821 ], [ -1.599679803213139, 60.479161367472869 ], [ -1.600667675969131, 60.479748823801764 ], [ -1.602151591944073, 60.479645513047004 ], [ -1.602892597812396, 60.478852228213135 ], [ -1.603549234036178, 60.478858669162271 ], [ -1.603247144121766, 60.478718605591894 ], [ -1.605980477650043, 60.479088533080187 ], [ -1.606976580225257, 60.478552762220311 ], [ -1.606503411592718, 60.478117708921872 ], [ -1.606921057193244, 60.47848077110428 ], [ -1.607375913122159, 60.478324088896215 ], [ -1.6064831878449, 60.477534049692395 ], [ -1.607073142053203, 60.477637244079339 ], [ -1.607305114210524, 60.4774080782258 ], [ -1.606320760129435, 60.476225409589105 ], [ -1.607315621692494, 60.476387258645026 ], [ -1.607616475372235, 60.47617714960446 ], [ -1.606003827572844, 60.475509789209561 ], [ -1.605962041919605, 60.47445469684979 ], [ -1.607415545094132, 60.474589167374646 ], [ -1.609602153975916, 60.474263377573294 ], [ -1.611494094369948, 60.475000641865108 ], [ -1.61142227452201, 60.474160947059062 ], [ -1.612572200067118, 60.473823108280868 ], [ -1.612395294381086, 60.473405096394501 ], [ -1.612948581687897, 60.473527911099168 ], [ -1.613269592556457, 60.473299890875751 ], [ -1.616151917545948, 60.474116271761773 ], [ -1.614546559460983, 60.475283334073559 ], [ -1.612828562661126, 60.475206534442883 ], [ -1.612600458285548, 60.476184524237333 ], [ -1.611931565448158, 60.476447445741734 ], [ -1.612250756379604, 60.477137918550149 ], [ -1.613124333073034, 60.477101845836039 ], [ -1.613881967464349, 60.477638257342051 ], [ -1.615858944008592, 60.478131490872386 ], [ -1.618197668747014, 60.478032254610532 ], [ -1.616648288884679, 60.478915782880165 ], [ -1.617186024655074, 60.479287238041536 ], [ -1.618627367292578, 60.479084859152415 ], [ -1.617510994645749, 60.480116880189755 ], [ -1.618235109114969, 60.480731282884747 ], [ -1.623076325339703, 60.480088714987886 ], [ -1.623008126787055, 60.480479084704392 ], [ -1.623908778599222, 60.480468157330918 ], [ -1.624167112227389, 60.48094025305263 ], [ -1.624316694524788, 60.480590514829558 ], [ -1.626143690783258, 60.480707874115353 ], [ -1.627926559855388, 60.48150295756615 ], [ -1.628951943730932, 60.480926702006535 ], [ -1.62985352601439, 60.481634012139658 ], [ -1.63050983331089, 60.481514621227781 ], [ -1.630600711900447, 60.482322932054473 ], [ -1.631336963941888, 60.482374348526442 ], [ -1.631014767173254, 60.482710149797335 ], [ -1.631430664242854, 60.482935759464354 ], [ -1.632069052911147, 60.482793865311621 ], [ -1.631482496424275, 60.483178320291437 ], [ -1.632163483969935, 60.484095998484172 ], [ -1.631378195109866, 60.484354207245495 ], [ -1.632446872224153, 60.484779139821782 ], [ -1.631185338667106, 60.486117936607215 ], [ -1.632770303274423, 60.486750795364244 ], [ -1.632992424092515, 60.487222773613247 ], [ -1.631053060940646, 60.48735210533912 ], [ -1.631259714622974, 60.487581626146962 ], [ -1.630239216295458, 60.487713480467697 ], [ -1.629650094243697, 60.488313402510336 ], [ -1.630317586241408, 60.488822533419018 ], [ -1.627991318402317, 60.490153858449524 ], [ -1.622570441181607, 60.490758157661375 ], [ -1.619886244370861, 60.490755032869821 ], [ -1.622002974622804, 60.491043862229297 ], [ -1.623599073190315, 60.49072065824322 ], [ -1.625248893612482, 60.491259515072869 ], [ -1.62453342015894, 60.491755807938297 ], [ -1.622708602205114, 60.492181629010744 ], [ -1.624070430814926, 60.493235945652117 ], [ -1.621911762611366, 60.493409419724244 ], [ -1.62373104703368, 60.493468428859735 ], [ -1.623198744684315, 60.493857489431612 ], [ -1.622530767209425, 60.494174337048115 ], [ -1.62139539000796, 60.493991554402555 ], [ -1.620246624627431, 60.494176839474051 ], [ -1.621559920440616, 60.494710294781683 ], [ -1.620884013949176, 60.494923859825839 ], [ -1.621310718283009, 60.49501036556223 ], [ -1.620952938996144, 60.49525625718676 ], [ -1.618456210596524, 60.49615147882529 ], [ -1.619970203728856, 60.496025608656915 ], [ -1.619659491631771, 60.496913588001632 ], [ -1.618640933583518, 60.497781590265284 ], [ -1.617460276476424, 60.497570812021983 ], [ -1.616911069141174, 60.497992121447353 ], [ -1.6181109737377, 60.498424726567329 ], [ -1.616584512210255, 60.498517319872242 ], [ -1.617477237885822, 60.498913134704914 ], [ -1.616609071346405, 60.498749931507739 ], [ -1.616950771721199, 60.499256397123752 ], [ -1.615448627987186, 60.499597749528434 ], [ -1.616381677497581, 60.500125670471853 ], [ -1.615145239271359, 60.500315149292334 ], [ -1.616673233995274, 60.500717287615892 ], [ -1.616122261642137, 60.500666323803543 ], [ -1.616323959915066, 60.501005389790237 ], [ -1.615772648137118, 60.50113668548012 ], [ -1.616598798321099, 60.501008872572086 ], [ -1.616827903336201, 60.501494364654071 ], [ -1.61428536935981, 60.502364237592403 ], [ -1.615106684956873, 60.502647631439146 ], [ -1.615415159184797, 60.503347938697758 ], [ -1.61430393041715, 60.503407583310178 ], [ -1.61385976161648, 60.504016832264284 ], [ -1.612938429820673, 60.504180266203818 ], [ -1.613417894080432, 60.505196215747645 ], [ -1.613119171725587, 60.50581935065069 ], [ -1.613805099673153, 60.505551983229211 ], [ -1.614258540511002, 60.505696948130215 ], [ -1.614989341344486, 60.507018883263662 ], [ -1.613602428745179, 60.507284230822023 ], [ -1.612894769623427, 60.507080167585286 ], [ -1.61353555348738, 60.507548900501028 ], [ -1.612944424282973, 60.508260972631497 ], [ -1.611764002971938, 60.508001662264611 ], [ -1.609758834116792, 60.508193344311906 ], [ -1.611258468387757, 60.508404220523275 ], [ -1.610695907056374, 60.508854196260472 ], [ -1.610040719471128, 60.508979778602964 ], [ -1.608778901718068, 60.508675312160555 ], [ -1.606786663971059, 60.509297951370002 ], [ -1.606431208747205, 60.508578631454249 ], [ -1.605085487805461, 60.508439983424047 ], [ -1.601546080747461, 60.509013069389844 ], [ -1.601100143188202, 60.508851024772127 ], [ -1.601432467884864, 60.508626658523809 ], [ -1.600122595616158, 60.508535653000045 ], [ -1.598662888077844, 60.507456558367217 ], [ -1.597802655171673, 60.507524002568076 ], [ -1.598288570283375, 60.507248031634276 ], [ -1.597845754860833, 60.506690037031937 ], [ -1.597003889563453, 60.506012322295767 ], [ -1.595835774103149, 60.505804982551744 ], [ -1.594374834452953, 60.50615789512721 ], [ -1.594013428983279, 60.50666766942711 ], [ -1.593187911184041, 60.506871661431695 ], [ -1.593103020726833, 60.507398436318937 ], [ -1.592264795290651, 60.507452444257119 ], [ -1.590525520889201, 60.506188348372135 ], [ -1.590660386487396, 60.505599776971103 ], [ -1.589874265936007, 60.505279529065227 ], [ -1.589801247246538, 60.504718153056551 ], [ -1.588487711293945, 60.505218700149442 ], [ -1.588390537606061, 60.504553996946086 ], [ -1.585034220321599, 60.505199036718572 ], [ -1.584628789689721, 60.505723912510256 ], [ -1.585203006335834, 60.506523879424535 ], [ -1.584652840419443, 60.507260196568986 ], [ -1.585014709273549, 60.507723710389222 ], [ -1.583281459372201, 60.507855684075324 ], [ -1.58370052001047, 60.508401981393035 ], [ -1.583151428750547, 60.508623831761788 ], [ -1.582107682253256, 60.508089945252706 ], [ -1.581992712906957, 60.50740273566818 ], [ -1.581269087968919, 60.507322356743515 ], [ -1.580805206327629, 60.505879863426223 ], [ -1.579535781518763, 60.505630762008664 ], [ -1.579032912897565, 60.504956693265115 ], [ -1.576730762360327, 60.503907020778222 ], [ -1.576981004623619, 60.503144646391966 ], [ -1.575842800049877, 60.501500675388499 ], [ -1.575079508509509, 60.500706350367864 ], [ -1.573380281266136, 60.500490837375345 ], [ -1.57375634477597, 60.500132002584202 ], [ -1.570476265440355, 60.501081288951674 ], [ -1.569370497085735, 60.500453725926874 ], [ -1.568636431189501, 60.500488168483479 ], [ -1.567998969253068, 60.501060728514531 ], [ -1.568732780092498, 60.501320781642676 ], [ -1.568549390754153, 60.5016963861706 ], [ -1.566979283077668, 60.50176313203383 ], [ -1.565085299728987, 60.502942749298384 ], [ -1.564614414001119, 60.503673239364097 ], [ -1.56249784425961, 60.504024562569384 ], [ -1.562018800252377, 60.504717026302949 ], [ -1.561660128873351, 60.504582968607444 ], [ -1.562262898369312, 60.505922733805484 ], [ -1.563278180563289, 60.506377673158148 ], [ -1.564368268524025, 60.506008627763713 ], [ -1.567678529996187, 60.506809486423514 ], [ -1.572514557994268, 60.506380619604158 ], [ -1.575034877208481, 60.506901331039955 ], [ -1.575232070723255, 60.506719696086265 ], [ -1.576300134455368, 60.507750221286251 ], [ -1.576459367369642, 60.508803896356149 ], [ -1.577707184456676, 60.508621993729406 ], [ -1.577940822733999, 60.508297712999394 ], [ -1.578476823188937, 60.508525662048726 ], [ -1.5780322386423, 60.509109651926664 ], [ -1.578579054671106, 60.509066486109802 ], [ -1.578218641486947, 60.509618419760969 ], [ -1.577495645041649, 60.509206718421467 ], [ -1.575487943171997, 60.509152767034458 ], [ -1.575145720636251, 60.510119553791796 ], [ -1.574407979953133, 60.510557148330719 ], [ -1.574120983111373, 60.510364095196536 ], [ -1.573682134459475, 60.511196791439261 ], [ -1.574160695873404, 60.511779222283238 ], [ -1.573117380679503, 60.511493071666891 ], [ -1.572036298982681, 60.512001382902881 ], [ -1.572569108380957, 60.513026629710751 ], [ -1.571716943573145, 60.514123757630252 ], [ -1.571055605794835, 60.513178900771223 ], [ -1.569752635745444, 60.513246537883319 ], [ -1.568697780720091, 60.51245752353104 ], [ -1.567918375639391, 60.512868012534582 ], [ -1.567316817224226, 60.514280168120855 ], [ -1.566612171725995, 60.514542747564562 ], [ -1.566816625023535, 60.514916015513919 ], [ -1.565609893543372, 60.515271234121407 ], [ -1.5666204960142, 60.515283494946758 ], [ -1.566624568393402, 60.515660602136172 ], [ -1.566179168105154, 60.515600796679081 ], [ -1.566569451325088, 60.516378697505914 ], [ -1.568039979006731, 60.517415979413244 ], [ -1.568484191388896, 60.518252408396386 ], [ -1.567483725444703, 60.520206469227865 ], [ -1.566961153571961, 60.520465150662844 ], [ -1.566218333542028, 60.520166452998382 ], [ -1.566456181889964, 60.521451139243119 ], [ -1.564763915054113, 60.52403591113795 ], [ -1.565535842939424, 60.523526653647238 ], [ -1.566472220204473, 60.523659882262997 ], [ -1.566649107387801, 60.523373146743303 ], [ -1.568538571704936, 60.524438714707927 ], [ -1.569307208562517, 60.526919236463137 ], [ -1.569272017174531, 60.527511698129082 ], [ -1.568566622096425, 60.527810199188146 ], [ -1.568685200179297, 60.528483962723591 ], [ -1.567791970170946, 60.5292038385113 ], [ -1.568181886294826, 60.530708982379309 ], [ -1.566894510519903, 60.531602656790731 ], [ -1.567422482769249, 60.531635791328583 ], [ -1.56590981043205, 60.532340180259759 ], [ -1.566712244950619, 60.532288913987934 ], [ -1.566385153517606, 60.533585232528495 ], [ -1.565215669081971, 60.533828338920841 ], [ -1.566669076933818, 60.535520999172363 ], [ -1.56648437054854, 60.537751532460845 ], [ -1.566030559608028, 60.538297741965174 ], [ -1.564458220242403, 60.538669720032964 ], [ -1.562550596795642, 60.538223548337875 ], [ -1.56185089289599, 60.537404221838955 ], [ -1.560364221080838, 60.536833700330213 ], [ -1.561140296448345, 60.538739672100334 ], [ -1.560520584411152, 60.540088884914944 ], [ -1.561963196858708, 60.54123387706106 ], [ -1.560829059906516, 60.542208800575665 ], [ -1.559822486431454, 60.545195294782857 ], [ -1.556731645119727, 60.545939265908906 ], [ -1.554197278394274, 60.545975729629866 ], [ -1.555750090227795, 60.546398394633016 ], [ -1.555668153730263, 60.548386836099141 ], [ -1.552859156837698, 60.548494188874677 ], [ -1.552144038425751, 60.548792571102148 ], [ -1.551648361968587, 60.548382392675911 ], [ -1.550313167699468, 60.548696640768547 ], [ -1.549108930647849, 60.550079746118428 ], [ -1.5474642475847, 60.551007941555298 ], [ -1.54602802833672, 60.551364901310158 ], [ -1.543540549222926, 60.551277421219197 ], [ -1.543131722650835, 60.549884373361238 ], [ -1.542754006688068, 60.550165901429502 ], [ -1.542272539342733, 60.550047534581068 ], [ -1.543051718467051, 60.551033334572352 ], [ -1.542344175377699, 60.55143045280748 ], [ -1.541834923084884, 60.552631813317582 ], [ -1.540831669932427, 60.553306240010436 ], [ -1.536656305350114, 60.554575744640239 ], [ -1.536577981430499, 60.554952565722601 ], [ -1.534226728346111, 60.555519012167572 ], [ -1.533431562882583, 60.55628838150453 ], [ -1.53215724366837, 60.556140274047536 ], [ -1.532581612622371, 60.555796090152825 ], [ -1.531820392402952, 60.555474693581651 ], [ -1.532022346016335, 60.55474815051042 ], [ -1.530627188899123, 60.555394193433656 ], [ -1.52917072445066, 60.554607951438868 ], [ -1.528648727529559, 60.554767723259872 ], [ -1.527549210740738, 60.554516936204287 ], [ -1.527869897768785, 60.553781840235438 ], [ -1.524579448115, 60.553110266598701 ], [ -1.524756933463682, 60.552819099517343 ], [ -1.52354388704403, 60.552235674533428 ], [ -1.524515575824827, 60.551871019515872 ], [ -1.52288740897015, 60.55162280151329 ], [ -1.522941179230775, 60.551066332123874 ], [ -1.521278525147785, 60.550687784338159 ], [ -1.521993457879846, 60.549805969313063 ], [ -1.521558708122095, 60.549615867377454 ], [ -1.522600551115965, 60.549435534774851 ], [ -1.521992020268504, 60.549285216340877 ], [ -1.522106562757465, 60.548935467839378 ], [ -1.520482564571576, 60.549032903814918 ], [ -1.521383525138153, 60.548515384799529 ], [ -1.520334781724366, 60.548547539301289 ], [ -1.520732628139726, 60.548149426929832 ], [ -1.520045231533089, 60.548402845359874 ], [ -1.519408856399982, 60.547673307329347 ], [ -1.520268474418097, 60.546868337835065 ], [ -1.521161820700231, 60.546862562635269 ], [ -1.520094092477463, 60.546333496108325 ], [ -1.519820059189968, 60.545757893266533 ], [ -1.521722419478583, 60.543461749661375 ], [ -1.521424722448641, 60.543254180413669 ], [ -1.520372032937141, 60.543564651714696 ], [ -1.520410973119746, 60.542164157778721 ], [ -1.522535309384965, 60.537152824674443 ], [ -1.521076116092264, 60.53600285368767 ], [ -1.519028713255589, 60.536430954492225 ], [ -1.520314129390552, 60.535156148243964 ], [ -1.519070829348748, 60.534819477597495 ], [ -1.518917530124557, 60.5353262072381 ], [ -1.518337880778046, 60.535090680010896 ], [ -1.518853296376651, 60.534742377869954 ], [ -1.518210214635051, 60.534484175552862 ], [ -1.518713194299956, 60.533745267222464 ], [ -1.517868126874429, 60.532979053924443 ], [ -1.517510546831112, 60.533130396707591 ], [ -1.51863435735468, 60.532303944383443 ], [ -1.518547584135543, 60.532011832581304 ], [ -1.518064989471263, 60.532116038480865 ], [ -1.518225148086169, 60.531638065311242 ], [ -1.517559373617968, 60.531685044652718 ], [ -1.517637927788166, 60.531303744624161 ], [ -1.51619712874594, 60.530782275488555 ], [ -1.514795278907571, 60.530705364941802 ], [ -1.514753509970059, 60.5298432828614 ], [ -1.514070892718742, 60.529800399152116 ], [ -1.513857537735037, 60.530055508695966 ], [ -1.511634380461685, 60.529468292087927 ], [ -1.509030959945421, 60.529333053068058 ], [ -1.50778396707069, 60.529862682839351 ], [ -1.507597725307244, 60.528928238067927 ], [ -1.508096300315461, 60.528490130527771 ], [ -1.506928271012957, 60.528620502030151 ], [ -1.50637626623207, 60.52777897874698 ], [ -1.505256059750163, 60.527761367810541 ], [ -1.505719717010694, 60.527224376759804 ], [ -1.5045970689204, 60.526771296235559 ], [ -1.503339579991771, 60.526798052305708 ], [ -1.503376810927715, 60.52734138715757 ], [ -1.502781429909833, 60.527554655714717 ], [ -1.502704415422734, 60.526041499472456 ], [ -1.502364094893913, 60.526255715272882 ], [ -1.502266634338919, 60.525483204994458 ], [ -1.501346063006217, 60.524927597153116 ], [ -1.499844242669311, 60.524854644934308 ], [ -1.499739623607152, 60.525141563935179 ], [ -1.499381662938181, 60.524727213979006 ], [ -1.497313830742476, 60.524149317310425 ], [ -1.496662984803613, 60.52441622071148 ], [ -1.495977812136096, 60.523960225207425 ], [ -1.49541880706507, 60.52417808747051 ], [ -1.495365172313031, 60.523526946262962 ], [ -1.494221853253616, 60.523248779564277 ], [ -1.493969714575702, 60.523647366477952 ], [ -1.493553203551072, 60.522905064771685 ], [ -1.49293360258689, 60.522920671435202 ], [ -1.492442472328121, 60.523457514447145 ], [ -1.491800598020749, 60.523149806442774 ], [ -1.492009329276707, 60.522616381471735 ], [ -1.491430558024887, 60.522932915077313 ], [ -1.491127373090147, 60.522518751030759 ], [ -1.490341516302874, 60.522681857006518 ], [ -1.490688641152278, 60.522036731037943 ], [ -1.48855858761345, 60.521382143468706 ], [ -1.488245969412755, 60.521569494187126 ], [ -1.488106554223364, 60.521169418030851 ], [ -1.487350234680748, 60.521193453233863 ], [ -1.487030039075101, 60.520707386526659 ], [ -1.486555692529697, 60.520754945843841 ], [ -1.486085315678316, 60.519976499036517 ], [ -1.479571624697677, 60.515551824775351 ], [ -1.47449360947195, 60.513103261211491 ], [ -1.470658526472958, 60.512648170888532 ], [ -1.47042409511864, 60.511390251877359 ], [ -1.471581713176029, 60.511870697261124 ], [ -1.471682786603069, 60.512373892927144 ], [ -1.473599213943334, 60.512668771540639 ], [ -1.467719766101024, 60.510288613703835 ], [ -1.46557912672457, 60.510351893225554 ], [ -1.464248528601636, 60.509879680007529 ], [ -1.462003898478516, 60.510175926129783 ], [ -1.458654416090037, 60.509022120783676 ], [ -1.456841652472522, 60.509082099386823 ], [ -1.456350342255861, 60.508518943263354 ], [ -1.455013700892435, 60.508419221044932 ], [ -1.454351731143109, 60.507720683118649 ], [ -1.453328041913683, 60.507420205562418 ], [ -1.451244230531443, 60.505207432563509 ], [ -1.449670642980566, 60.504594906649082 ], [ -1.447160439546597, 60.504997550337052 ], [ -1.447117439966257, 60.504315004375606 ], [ -1.444823595868838, 60.503775754340097 ], [ -1.436952829015726, 60.504640652823312 ], [ -1.433219007585722, 60.506815619818546 ], [ -1.431031523670901, 60.506963442156362 ], [ -1.430203581718038, 60.507453731536408 ], [ -1.427316593528556, 60.508029476501562 ], [ -1.418008193079439, 60.507746813954697 ], [ -1.416253019130195, 60.508147677080352 ], [ -1.413696100593377, 60.508073626000218 ], [ -1.406716937609168, 60.509367139120862 ], [ -1.400682707706995, 60.511230181547873 ], [ -1.39674577340622, 60.511912783796561 ], [ -1.393985878507644, 60.51196762809365 ], [ -1.394317358981597, 60.512745777111313 ], [ -1.396468160436497, 60.513621944434703 ], [ -1.396487564810739, 60.515027175786678 ], [ -1.39729544407075, 60.515361234542652 ], [ -1.397333357156582, 60.515084866223624 ], [ -1.399058914985577, 60.514841241826879 ], [ -1.402088699224443, 60.51349458933354 ], [ -1.405778916952167, 60.512366293827789 ], [ -1.410314813103914, 60.511784835600508 ], [ -1.424518627995741, 60.512309188899245 ], [ -1.427990972236761, 60.513159108916042 ], [ -1.434597373523528, 60.511831482001597 ], [ -1.439257905618618, 60.510324781698216 ], [ -1.445082861218281, 60.509379431301625 ], [ -1.449627453488401, 60.509829205903394 ], [ -1.452822832422004, 60.510928735927294 ], [ -1.455393684424176, 60.511275937999763 ], [ -1.464268083360753, 60.515316241250517 ], [ -1.466636496252747, 60.516928380988787 ], [ -1.469955411933441, 60.520021214001474 ], [ -1.473270295375945, 60.522278946705001 ], [ -1.477869918676964, 60.527369841527317 ], [ -1.479108684331211, 60.527944809715443 ], [ -1.479858948806912, 60.52887700415598 ], [ -1.48038807969731, 60.52882968141445 ], [ -1.480174897982559, 60.529057803115528 ], [ -1.482190751466285, 60.530609926749513 ], [ -1.483247131129838, 60.530636462567742 ], [ -1.483240910681063, 60.53102700165951 ], [ -1.485812690583914, 60.532011086076544 ], [ -1.48762484108402, 60.532067428659197 ], [ -1.48823390491278, 60.53157594754466 ], [ -1.489435867667432, 60.532195569997242 ], [ -1.489330001956477, 60.532554303714662 ], [ -1.490825651007107, 60.532461248295824 ], [ -1.492512378987208, 60.53296596918041 ], [ -1.492917848675581, 60.533838418403043 ], [ -1.493407935077154, 60.533961486363332 ], [ -1.49333154719083, 60.533602058670397 ], [ -1.494152357476973, 60.53413489702416 ], [ -1.494904224510744, 60.536171359793109 ], [ -1.49578094091794, 60.536044483159287 ], [ -1.496295318149071, 60.536953246056029 ], [ -1.496924506245261, 60.536924191566726 ], [ -1.497094709322179, 60.536525291373223 ], [ -1.49752934863805, 60.536702006013066 ], [ -1.498195366099024, 60.5384149020542 ], [ -1.497009148358782, 60.537342007861561 ], [ -1.495616559251981, 60.537826084372014 ], [ -1.496754831796734, 60.538463355909109 ], [ -1.496671333026165, 60.539733491060375 ], [ -1.497283878039183, 60.540193697098097 ], [ -1.496997073466262, 60.540470949613415 ], [ -1.497623061041332, 60.54065287296563 ], [ -1.497358931981012, 60.541230989192719 ], [ -1.496042109275167, 60.540934230928833 ], [ -1.497342861437899, 60.541679850691786 ], [ -1.495500722353681, 60.54175820487216 ], [ -1.492918211690944, 60.543723688322387 ], [ -1.492918257552016, 60.544886396233657 ], [ -1.49455106716323, 60.545969993179227 ], [ -1.495829280113488, 60.545831165763516 ], [ -1.495382861047132, 60.546404100894357 ], [ -1.495724036538324, 60.546737590522973 ], [ -1.4931612979576, 60.546247551169827 ], [ -1.48899444088862, 60.54807226530297 ], [ -1.483775678499897, 60.548375435917571 ], [ -1.473960654604541, 60.552170965018242 ], [ -1.471897422478549, 60.553469193211342 ], [ -1.470718626081499, 60.554752937468614 ], [ -1.470286555968044, 60.557202339956056 ], [ -1.470725777421689, 60.558223132070658 ], [ -1.471638599427527, 60.558720556618425 ], [ -1.472356777506954, 60.55885358022708 ], [ -1.472971753700087, 60.558604609761439 ], [ -1.473267893917497, 60.558897575906776 ], [ -1.475064643097845, 60.558307576946355 ], [ -1.475129295461938, 60.558819601403115 ], [ -1.475588741144636, 60.558601432773507 ], [ -1.475177604299177, 60.559214842026364 ], [ -1.47325198727345, 60.559876162350157 ], [ -1.472528140870124, 60.560649942881113 ], [ -1.468282550064882, 60.561530969112027 ], [ -1.465809075393486, 60.561664764430645 ], [ -1.45931160186633, 60.564130163062295 ], [ -1.456225405574379, 60.565980673234009 ], [ -1.453532682538436, 60.568815859855803 ], [ -1.450143061869822, 60.570225046844755 ], [ -1.451015311548934, 60.570964862181462 ], [ -1.449704663154475, 60.571332080188739 ], [ -1.450041665261153, 60.571899107859018 ], [ -1.448589304266946, 60.572014336002873 ], [ -1.447785076789054, 60.571566584938523 ], [ -1.44683822585261, 60.571993636568784 ], [ -1.445460895965359, 60.571987932211087 ], [ -1.444897874797226, 60.572371669092419 ], [ -1.442268488790933, 60.572499894608029 ], [ -1.441283021518126, 60.57357319360024 ], [ -1.440517359767233, 60.573008840147878 ], [ -1.437176340105683, 60.572613236931815 ], [ -1.436871884182322, 60.573334719808464 ], [ -1.435249699611899, 60.573242583900289 ], [ -1.434547200186897, 60.573769343514627 ], [ -1.434256370473057, 60.57475125293788 ], [ -1.435286161337061, 60.575859953476765 ], [ -1.435698784268315, 60.575740486226785 ], [ -1.436386504565772, 60.577112598028449 ], [ -1.435901952021098, 60.577694153548187 ], [ -1.434868313206455, 60.577846912555543 ], [ -1.434251869273839, 60.577619845415832 ], [ -1.433369545542385, 60.577988715362586 ], [ -1.432357909022696, 60.577926065696289 ], [ -1.432887444540643, 60.578947364833084 ], [ -1.435612003449192, 60.579672675299868 ], [ -1.433688491900124, 60.581662246330581 ], [ -1.433817816984992, 60.58209375858813 ], [ -1.435444990442671, 60.582971544193988 ], [ -1.436417029360106, 60.582697312052332 ], [ -1.435995848388183, 60.583826818804141 ], [ -1.437717458496689, 60.584529894955914 ], [ -1.438188516174572, 60.584204161713778 ], [ -1.437944723946354, 60.58458023143136 ], [ -1.439015786568035, 60.584912440103942 ], [ -1.440656739503832, 60.585009096140539 ], [ -1.443588176624231, 60.584356918789801 ], [ -1.444476825576761, 60.585218051458469 ], [ -1.444312855848093, 60.58732729870637 ], [ -1.445193125503428, 60.587618261758585 ], [ -1.445276690146727, 60.588067529080895 ], [ -1.44450263262764, 60.589563712306067 ], [ -1.443392803674699, 60.590412048605742 ], [ -1.443213979022282, 60.590195822536188 ], [ -1.441296564721064, 60.59235162635926 ], [ -1.442020233094633, 60.592731739813622 ], [ -1.441557273302096, 60.59364111690293 ], [ -1.440326460192931, 60.593555168061023 ], [ -1.439407570650584, 60.593905968232995 ], [ -1.438676137015904, 60.594499965861452 ], [ -1.43856943841303, 60.595388380877509 ], [ -1.437781858647093, 60.595533217472479 ], [ -1.436878472807423, 60.596561935571671 ], [ -1.435258532299732, 60.596797524905185 ], [ -1.43472635850037, 60.595906414779321 ], [ -1.432259632643235, 60.59653792693129 ], [ -1.430527439039402, 60.59796262259475 ], [ -1.430464445192529, 60.597392225174929 ], [ -1.428742747870297, 60.598215388819575 ], [ -1.429101244470363, 60.598594012324227 ], [ -1.428063331391212, 60.59843245752063 ], [ -1.427359283228858, 60.599524812807793 ], [ -1.425092743151912, 60.600170517844546 ], [ -1.425402780611448, 60.599678036751229 ], [ -1.424625951064376, 60.600235849536375 ], [ -1.420802308882567, 60.60115310843068 ], [ -1.419142784447883, 60.602048245780416 ], [ -1.419064989438302, 60.602312771369206 ], [ -1.419926936650808, 60.602617287639475 ], [ -1.418238219459771, 60.603099280154133 ], [ -1.41916572493619, 60.603821582569211 ], [ -1.421514547783573, 60.603701570161242 ], [ -1.422978437148212, 60.603025531205333 ], [ -1.425158299868082, 60.603160611041275 ], [ -1.42479924040592, 60.602813399260384 ], [ -1.427662348395603, 60.602520409847891 ], [ -1.428528912737321, 60.603085264016855 ], [ -1.431354149712208, 60.602868350333289 ], [ -1.432499420479595, 60.603165010449437 ], [ -1.434018640756709, 60.602964941431139 ], [ -1.434790542858883, 60.603206131719439 ], [ -1.433755119626917, 60.605500225339526 ], [ -1.433199083437177, 60.60544400100305 ], [ -1.43334997366818, 60.605170798764803 ], [ -1.432727824422402, 60.605239990114342 ], [ -1.432674897209118, 60.605047873044541 ], [ -1.43233409927826, 60.605301169337935 ], [ -1.431623240718562, 60.605221835581972 ], [ -1.431818659241687, 60.606053167655396 ], [ -1.431064075903619, 60.606382162629863 ], [ -1.428623147341156, 60.606537863539849 ], [ -1.428602833856938, 60.607170754240911 ], [ -1.427978015977971, 60.60738805587723 ], [ -1.426626895172107, 60.607364317081611 ], [ -1.42574398012535, 60.606687150954443 ], [ -1.425985120821708, 60.608021478606474 ], [ -1.423612627558385, 60.608940546424904 ], [ -1.423864558639867, 60.609152623714778 ], [ -1.424938491917309, 60.608847487705617 ], [ -1.424554265084558, 60.609398007972857 ], [ -1.423713249541246, 60.60944377038274 ], [ -1.4245162196464, 60.609483139211143 ], [ -1.424472901212269, 60.609864535055912 ], [ -1.424850428661484, 60.609691079167561 ], [ -1.424478438159507, 60.610066572922612 ], [ -1.423335805339387, 60.610124503237003 ], [ -1.422898504808592, 60.61057602764447 ], [ -1.423151561561997, 60.610213493272632 ], [ -1.422600347063215, 60.610395173579491 ], [ -1.421916813327564, 60.609804137389332 ], [ -1.422188344017322, 60.610963524065603 ], [ -1.418985006498962, 60.611340216554289 ], [ -1.419567818330117, 60.611944298484175 ], [ -1.420934688793229, 60.611609040039987 ], [ -1.420654439576513, 60.611957984939245 ], [ -1.422033641388768, 60.611443200629161 ], [ -1.422528472490138, 60.611862832286789 ], [ -1.421270450417133, 60.612750749404547 ], [ -1.418834658012436, 60.613099330977946 ], [ -1.419429694657023, 60.613532876713741 ], [ -1.422261118914134, 60.613024381402425 ], [ -1.421922301370654, 60.613584068449896 ], [ -1.420432522322569, 60.614147754154452 ], [ -1.421987822661237, 60.614006336195935 ], [ -1.421208579476672, 60.614676348692974 ], [ -1.418488624701968, 60.615580356020423 ], [ -1.417248390883877, 60.615467221216669 ], [ -1.416427117538085, 60.614915960491246 ], [ -1.415285557740006, 60.615409279781467 ], [ -1.415477075954792, 60.61492079333113 ], [ -1.414138850797757, 60.61467252553831 ], [ -1.412696510984582, 60.615128592332681 ], [ -1.412538796250729, 60.614759785574684 ], [ -1.410737173172052, 60.614379262040245 ], [ -1.409584362972377, 60.614984713497272 ], [ -1.409142812005459, 60.614655053103533 ], [ -1.407373983128284, 60.615477735851321 ], [ -1.407096686511137, 60.615157774252495 ], [ -1.405524704322767, 60.615702973826998 ], [ -1.406045343537272, 60.615206983418688 ], [ -1.405597305849634, 60.615231929696087 ], [ -1.405399618456229, 60.614557670755367 ], [ -1.406133107965152, 60.613909992384258 ], [ -1.403570360351415, 60.614194884465746 ], [ -1.403534181413594, 60.611204910640637 ], [ -1.402285948983981, 60.611042219435049 ], [ -1.4006287322198, 60.611757570745688 ], [ -1.40036482885327, 60.611213194177871 ], [ -1.399280328351606, 60.612070259193999 ], [ -1.397365573573016, 60.611895550386699 ], [ -1.397398074448822, 60.611621854835306 ], [ -1.395607002114554, 60.61216146228665 ], [ -1.395833650567861, 60.611762945760709 ], [ -1.397812360560635, 60.610954827034497 ], [ -1.397745154603772, 60.61064027979355 ], [ -1.394302127596419, 60.61209720347123 ], [ -1.393047588002009, 60.61227108847816 ], [ -1.393260924551184, 60.61209697649479 ], [ -1.392576905678102, 60.612044492435722 ], [ -1.391801407750662, 60.612485402664809 ], [ -1.390145929032508, 60.612608056595327 ], [ -1.389907744842704, 60.611677703692237 ], [ -1.38849178370358, 60.611693687534512 ], [ -1.389138208677285, 60.610834710256761 ], [ -1.38809296911435, 60.611049906868956 ], [ -1.387696513274146, 60.609800091451291 ], [ -1.386247443944633, 60.610121166585117 ], [ -1.385390817282793, 60.609062269069085 ], [ -1.384687672605976, 60.609059037973402 ], [ -1.384946446008469, 60.60745757632094 ], [ -1.382806961478782, 60.609027931452268 ], [ -1.380644564650199, 60.609399524940663 ], [ -1.380650840864125, 60.60907184090717 ], [ -1.380029796229427, 60.609073454482527 ], [ -1.379709500924838, 60.609583741431749 ], [ -1.379482580729545, 60.609035004534078 ], [ -1.378695268200504, 60.609134603732322 ], [ -1.378254647103561, 60.608302051357597 ], [ -1.377421489054042, 60.608886266004497 ], [ -1.377277142091651, 60.608319952404848 ], [ -1.376564710035078, 60.608325613785098 ], [ -1.376811472265092, 60.607841927078212 ], [ -1.376377234034766, 60.607628910707334 ], [ -1.377164463186527, 60.607057956410067 ], [ -1.375472249911915, 60.607202703288579 ], [ -1.375664753323703, 60.606691830011798 ], [ -1.374802942965427, 60.606396006833997 ], [ -1.375179456335153, 60.605814166154012 ], [ -1.373818709530653, 60.606292641919865 ], [ -1.373522605533935, 60.606021902484223 ], [ -1.372904300963017, 60.606827066996914 ], [ -1.372204710645905, 60.60617284903595 ], [ -1.370696189064163, 60.606264526366267 ], [ -1.369742406070646, 60.606942400076278 ], [ -1.370857063823871, 60.607383100144119 ], [ -1.370735697156131, 60.607988574963557 ], [ -1.368009542284149, 60.608698493583411 ], [ -1.367603447708893, 60.608449667704051 ], [ -1.366875288472454, 60.608791895180893 ], [ -1.366268570844412, 60.608528648237666 ], [ -1.365575750152788, 60.609396275593447 ], [ -1.364668878855066, 60.609535628599588 ], [ -1.363797785528152, 60.609248668948482 ], [ -1.363347001378018, 60.608487845597281 ], [ -1.364203478439404, 60.607194530452816 ], [ -1.363588741467687, 60.60687736227009 ], [ -1.364167007820842, 60.605798206819074 ], [ -1.363255873163549, 60.60569511131947 ], [ -1.36252607378475, 60.6063066612273 ], [ -1.362416108803651, 60.605677645054364 ], [ -1.361643193958425, 60.606437129372779 ], [ -1.361780716333102, 60.608260412688544 ], [ -1.360581208308166, 60.608420788153708 ], [ -1.358774695890047, 60.609256119512274 ], [ -1.358289378460008, 60.610241423792885 ], [ -1.355675811487254, 60.609402847503496 ], [ -1.356988772113235, 60.60859212252317 ], [ -1.355736495564999, 60.608648948763737 ], [ -1.354168835178214, 60.608035345939911 ], [ -1.353936751364486, 60.609138576915349 ], [ -1.349609700984582, 60.609957103876475 ], [ -1.348603744632974, 60.60866380081471 ], [ -1.348317228292621, 60.608832996783811 ], [ -1.348569843952462, 60.607626622409562 ], [ -1.348327008179857, 60.607441381389464 ], [ -1.348057044407807, 60.607695952891753 ], [ -1.347440028552245, 60.607046495419766 ], [ -1.348344600763821, 60.605752616264979 ], [ -1.34772685812574, 60.605050183278308 ], [ -1.346581058811867, 60.604995211463681 ], [ -1.343230229949068, 60.606683820038747 ], [ -1.34174943395059, 60.605497669644073 ], [ -1.341450467082223, 60.604304754092823 ], [ -1.341149744726058, 60.605081708145356 ], [ -1.340761315150802, 60.604605731176022 ], [ -1.338130993202411, 60.604719343142555 ], [ -1.338108812708388, 60.604375357437924 ], [ -1.337732317842528, 60.604478542839608 ], [ -1.337474064220632, 60.602018954464391 ], [ -1.338391609223398, 60.601442586357528 ], [ -1.338105023921337, 60.601080233668775 ], [ -1.339335740656193, 60.599831123418895 ], [ -1.338605823112184, 60.599271748567077 ], [ -1.333313743008639, 60.599735709018056 ], [ -1.331160913749879, 60.600441448484958 ], [ -1.33141797111589, 60.601609937777319 ], [ -1.333889689515956, 60.603334464254161 ], [ -1.334418162336219, 60.605518866890044 ], [ -1.335861633509598, 60.605218974736019 ], [ -1.337039541713922, 60.605399896290102 ], [ -1.337492540106069, 60.605842085620061 ], [ -1.337832075597573, 60.60843675188827 ], [ -1.33957987370695, 60.609427634431682 ], [ -1.340704547099068, 60.611332127497846 ], [ -1.341275688850968, 60.611092521177532 ], [ -1.340627896707617, 60.611955753776627 ], [ -1.341445706437908, 60.612161796192062 ], [ -1.342077224141244, 60.611648640137098 ], [ -1.34204799793595, 60.612187204766748 ], [ -1.343234395484024, 60.611784511761414 ], [ -1.343733239046738, 60.612406473321194 ], [ -1.345000543243559, 60.612067010710071 ], [ -1.345741235593081, 60.612474664835368 ], [ -1.346272925750104, 60.612378499885025 ], [ -1.346267570819311, 60.612643338509159 ], [ -1.347039612496894, 60.612404688876687 ], [ -1.350756229196111, 60.613805453609821 ], [ -1.351331089345122, 60.615199902308177 ], [ -1.350331892594782, 60.616285938670615 ], [ -1.349730955438869, 60.618913708364076 ], [ -1.347634510355389, 60.620039281838586 ], [ -1.350181001127525, 60.619248096827278 ], [ -1.35000152150046, 60.620450338203419 ], [ -1.348181758280404, 60.621442586737032 ], [ -1.346579380789342, 60.621618832727613 ], [ -1.346290217385293, 60.622816044519247 ], [ -1.34483816885051, 60.624586679411159 ], [ -1.345986639566094, 60.625175894567249 ], [ -1.345993971027943, 60.626168049095597 ], [ -1.345045722435294, 60.626518061991682 ], [ -1.34437085931899, 60.626002986914692 ], [ -1.343983506092736, 60.626629580859479 ], [ -1.344389219606277, 60.627349844335811 ], [ -1.343540148550374, 60.627763181474194 ], [ -1.343075988731848, 60.6276711201591 ], [ -1.34306089848371, 60.627065000712996 ], [ -1.342648105241512, 60.627592703028256 ], [ -1.342654862896186, 60.627260533535974 ], [ -1.342161840270768, 60.627240154896811 ], [ -1.341595194490988, 60.626348502482735 ], [ -1.341830844078867, 60.625097166957509 ], [ -1.340857736893666, 60.625321329687203 ], [ -1.340559494043495, 60.624264892271647 ], [ -1.340451017564133, 60.626446122531313 ], [ -1.339652153582662, 60.627084143841849 ], [ -1.339433305426102, 60.625273905420244 ], [ -1.339020796918225, 60.625339207703689 ], [ -1.338819387943216, 60.624911736366712 ], [ -1.336205167820992, 60.625406081939353 ], [ -1.335529824511342, 60.624477950051805 ], [ -1.335695381624763, 60.62531376855712 ], [ -1.334579187319213, 60.625384541825298 ], [ -1.334062718468643, 60.624286601220845 ], [ -1.331971545986355, 60.625555613038415 ], [ -1.331820881815688, 60.624446020800029 ], [ -1.332336067618439, 60.623833566495534 ], [ -1.331636545717749, 60.624081472729564 ], [ -1.331800911751256, 60.623202403629101 ], [ -1.3310439834461, 60.623575718723011 ], [ -1.331744998049545, 60.622371616308058 ], [ -1.330926871310809, 60.621730058244268 ], [ -1.330259162192569, 60.621767122207416 ], [ -1.329757505716681, 60.623048532412383 ], [ -1.329122206766201, 60.62284333439478 ], [ -1.328761538620559, 60.623052520356381 ], [ -1.329732017899209, 60.621634295834923 ], [ -1.328504352170202, 60.622238678894334 ], [ -1.328316692960222, 60.622915611907558 ], [ -1.327980275795042, 60.622397661340614 ], [ -1.327155752094576, 60.622505750289477 ], [ -1.323850610217765, 60.624145624550046 ], [ -1.324595956599047, 60.626079758465394 ], [ -1.323245506233856, 60.627298499424214 ], [ -1.323463983705655, 60.628210918235041 ], [ -1.322808972126906, 60.629379296554859 ], [ -1.320771287760391, 60.630675340976673 ], [ -1.320691089446681, 60.631447082206321 ], [ -1.319973226185405, 60.631685856537217 ], [ -1.320039958598999, 60.631120552061411 ], [ -1.319394728467933, 60.631382138326202 ], [ -1.319073804552636, 60.630998921615536 ], [ -1.318277392429021, 60.631062207210334 ], [ -1.318015859658006, 60.630463807017094 ], [ -1.317228311808157, 60.630540599195108 ], [ -1.31627162036395, 60.632995817562779 ], [ -1.315711991538774, 60.633096210913884 ], [ -1.315397188711241, 60.63285667218657 ], [ -1.315498859329116, 60.6332342877147 ], [ -1.315139890012347, 60.633353661344188 ], [ -1.314962355667802, 60.633105845208618 ], [ -1.314607952768394, 60.633440724046629 ], [ -1.314604433446506, 60.633175841180559 ], [ -1.313730480984649, 60.633014241186537 ], [ -1.313238321035455, 60.633379834922465 ], [ -1.313739380189932, 60.634316164931505 ], [ -1.312393819127722, 60.633981547317056 ], [ -1.311828190494579, 60.634791192888294 ], [ -1.312654003229793, 60.635069278106528 ], [ -1.311488424972665, 60.634865763153208 ], [ -1.311017744730648, 60.635078825263655 ], [ -1.311666854799998, 60.635499662692453 ], [ -1.310018492581366, 60.636074779138234 ], [ -1.312152681087859, 60.636292264597351 ], [ -1.311847790366238, 60.636874298392016 ], [ -1.31087771932259, 60.636501192121848 ], [ -1.309840900739338, 60.637541843631027 ], [ -1.30820317027745, 60.637614198523309 ], [ -1.307662680838962, 60.636816810298996 ] ] ], [ [ [ -1.308363070606551, 60.63783050782709 ], [ -1.31060547102378, 60.637693926970833 ], [ -1.310384810672227, 60.638182117184577 ], [ -1.308342876082244, 60.638346665496989 ], [ -1.308363070606551, 60.63783050782709 ] ] ], [ [ [ -0.898939282932562, 60.631883860855055 ], [ -0.901418345997086, 60.631549559728668 ], [ -0.900468255549531, 60.632879628987283 ], [ -0.898262497805516, 60.634576480767421 ], [ -0.895856678745041, 60.635701480781783 ], [ -0.895754611813246, 60.635211283476544 ], [ -0.896420739579014, 60.63470946329528 ], [ -0.897246325288134, 60.634087737116722 ], [ -0.896634625024162, 60.633799858063846 ], [ -0.89733352492868, 60.633675421537021 ], [ -0.895198561409642, 60.633029287764764 ], [ -0.895455780273926, 60.632456754325176 ], [ -0.898101177773741, 60.632339382644524 ], [ -0.898939282932562, 60.631883860855055 ] ] ], [ [ [ -0.912707034911791, 60.641823884966286 ], [ -0.912777442141794, 60.641362040094855 ], [ -0.911339808195894, 60.640887941040461 ], [ -0.91048265735495, 60.641635201676714 ], [ -0.909253825696573, 60.641746412170512 ], [ -0.908833353696155, 60.64147361685562 ], [ -0.907632853264127, 60.641558106451214 ], [ -0.907211916871255, 60.641029401425023 ], [ -0.907740778038932, 60.639448928307019 ], [ -0.910526901133083, 60.636531016935642 ], [ -0.914826350999359, 60.636978970636619 ], [ -0.913888527189514, 60.639314875532392 ], [ -0.91517076463522, 60.64114800108883 ], [ -0.914689789966587, 60.641857930374243 ], [ -0.914201819834092, 60.641687863070366 ], [ -0.913165917314747, 60.642043105922497 ], [ -0.912707034911791, 60.641823884966286 ] ] ], [ [ [ -0.938815851093899, 60.645494744385225 ], [ -0.938058958990985, 60.64459983041985 ], [ -0.938441267322347, 60.644095552994152 ], [ -0.939836387886156, 60.64365317139238 ], [ -0.939450277840145, 60.643160762400861 ], [ -0.940280429678543, 60.64321671955571 ], [ -0.94075633828631, 60.643759220571816 ], [ -0.943509074354528, 60.64345772874249 ], [ -0.944918070405758, 60.643706780421269 ], [ -0.946493468075681, 60.645021127239083 ], [ -0.946174675422548, 60.645543884700139 ], [ -0.945585785111675, 60.64537762824142 ], [ -0.944993133472147, 60.645606411553977 ], [ -0.944498404500246, 60.64507724628502 ], [ -0.943362875004835, 60.645131142473836 ], [ -0.942489144510139, 60.644729172367811 ], [ -0.94109177930564, 60.644682212910105 ], [ -0.940149251373735, 60.64498452825422 ], [ -0.939699433736698, 60.645596022842497 ], [ -0.938815851093899, 60.645494744385225 ] ] ], [ [ [ -1.164274189084797, 60.651679736477561 ], [ -1.164091594614362, 60.651314963334187 ], [ -1.164702915173899, 60.651368159824536 ], [ -1.164274189084797, 60.651679736477561 ] ] ], [ [ [ -1.3002297638169, 60.653347933654125 ], [ -1.300257212667569, 60.651238139344009 ], [ -1.300856699403969, 60.651425328345674 ], [ -1.304265466685837, 60.651101896917801 ], [ -1.304900581872909, 60.65133414508216 ], [ -1.304261403262882, 60.651290423382989 ], [ -1.304439341328211, 60.651520298166083 ], [ -1.306194507996153, 60.651973834829796 ], [ -1.305623027626031, 60.652608343547499 ], [ -1.306018701216726, 60.652920150779437 ], [ -1.304625963939277, 60.653469591645845 ], [ -1.304280081175497, 60.652969491407504 ], [ -1.303246622860682, 60.654243549155908 ], [ -1.302693276475532, 60.654034165242727 ], [ -1.301131638606238, 60.653931752698163 ], [ -1.301143301739534, 60.653393106212206 ], [ -1.3002297638169, 60.653347933654125 ] ] ], [ [ [ -1.313745070092845, 60.656416659320556 ], [ -1.31438495464048, 60.655571473414277 ], [ -1.315443469153199, 60.656115593407357 ], [ -1.315008892172965, 60.656768797840165 ], [ -1.314257179982542, 60.656850246965178 ], [ -1.313745070092845, 60.656416659320556 ] ] ], [ [ [ -0.876272693686949, 60.654744632808985 ], [ -0.877529853591673, 60.654099708637638 ], [ -0.876669617690753, 60.655165486481899 ], [ -0.876152030011088, 60.655057885398882 ], [ -0.876272693686949, 60.654744632808985 ] ] ], [ [ [ -0.877474007820404, 60.654916329760141 ], [ -0.879167169103263, 60.654620735751685 ], [ -0.880126823173986, 60.65516750396398 ], [ -0.88009286436329, 60.65614593063767 ], [ -0.879633127335332, 60.656478797774277 ], [ -0.878403626605068, 60.656589723028908 ], [ -0.877019980210714, 60.655873276517937 ], [ -0.877114528637857, 60.655259007687803 ], [ -0.877474007820404, 60.654916329760141 ] ] ], [ [ [ -1.313888756893167, 60.662994099042798 ], [ -1.312792660537489, 60.662916653715214 ], [ -1.312142659241648, 60.662940253287921 ], [ -1.312560997575562, 60.662197190606534 ], [ -1.313763219665928, 60.66201480704639 ], [ -1.313888756893167, 60.662994099042798 ] ] ], [ [ [ -0.838323884692707, 60.665200181704179 ], [ -0.838405271095293, 60.664464605213929 ], [ -0.837795161257783, 60.664638893923055 ], [ -0.837255206884847, 60.664135870265632 ], [ -0.838077537060074, 60.664165453876322 ], [ -0.837280941103085, 60.663929575384536 ], [ -0.837166788204168, 60.66202053482148 ], [ -0.833724532896901, 60.66057191309087 ], [ -0.834228092158107, 60.660306925114433 ], [ -0.834689197277341, 60.660710506202008 ], [ -0.834791699459403, 60.659898792678277 ], [ -0.83597363276101, 60.660353533887374 ], [ -0.835343231315828, 60.65957136450276 ], [ -0.835787682916797, 60.659422584611519 ], [ -0.836870315021939, 60.659840538491402 ], [ -0.836424005159093, 60.659279959894228 ], [ -0.837290801543607, 60.659341362123243 ], [ -0.837527356120625, 60.659630745495811 ], [ -0.837935775204522, 60.659212273966112 ], [ -0.838345046648727, 60.659785994720593 ], [ -0.841814136563956, 60.6607453708233 ], [ -0.843110725720733, 60.662853184513338 ], [ -0.844527941810134, 60.663386202546086 ], [ -0.843727975883611, 60.664519637832633 ], [ -0.841427424029574, 60.664890347343352 ], [ -0.840302659314893, 60.665383440684316 ], [ -0.83935192420485, 60.665361737430779 ], [ -0.838323884692707, 60.665200181704179 ] ] ], [ [ [ -0.948607375380205, 60.670789194264707 ], [ -0.948960994543178, 60.670046722678507 ], [ -0.950998514554637, 60.670983026478112 ], [ -0.95059807438828, 60.67147821755519 ], [ -0.948283965003298, 60.672007782216333 ], [ -0.948607375380205, 60.670789194264707 ] ] ], [ [ [ -0.985409053490494, 60.672298564101006 ], [ -0.985620068180678, 60.6719903928064 ], [ -0.984877755232713, 60.672025175076847 ], [ -0.983099723531058, 60.670952190509027 ], [ -0.982950252293963, 60.670178877260014 ], [ -0.980288015693638, 60.669583995222489 ], [ -0.980633799312992, 60.669065854827828 ], [ -0.980178060867157, 60.668142056444502 ], [ -0.978053747988738, 60.667614074504769 ], [ -0.977965126827779, 60.666657152716915 ], [ -0.977167049733016, 60.666722892142261 ], [ -0.976948763980798, 60.666393497788121 ], [ -0.976109230552667, 60.666324231729838 ], [ -0.97428863977331, 60.665169991261081 ], [ -0.974398426176822, 60.665745477641771 ], [ -0.973694118370634, 60.66574008345637 ], [ -0.973550608881447, 60.664787226658682 ], [ -0.971900943636859, 60.664590509275683 ], [ -0.971007659656169, 60.663340079956079 ], [ -0.970496333986687, 60.663309214462892 ], [ -0.970707184028097, 60.662435397058843 ], [ -0.969041803440146, 60.662162202655331 ], [ -0.968372700403036, 60.661344464744097 ], [ -0.970802353398182, 60.660312630111513 ], [ -0.970318534610249, 60.659994651730329 ], [ -0.970925715361819, 60.659599759188119 ], [ -0.972286906591301, 60.659655104771673 ], [ -0.972985935659808, 60.659247439477014 ], [ -0.973339453050522, 60.659636240256674 ], [ -0.974581177563611, 60.659421281276515 ], [ -0.9751042167422, 60.660233380775388 ], [ -0.977468277698071, 60.661261569045728 ], [ -0.979008975043716, 60.664029824921428 ], [ -0.979673821679123, 60.664124679116107 ], [ -0.982329218447704, 60.66637162874455 ], [ -0.985345852598675, 60.667036497600719 ], [ -0.98626399250915, 60.668390271687542 ], [ -0.988614367746238, 60.669885051791447 ], [ -0.988298818934169, 60.670609953147093 ], [ -0.989093036325237, 60.671253444056887 ], [ -0.988686420205117, 60.671964190802079 ], [ -0.986629081403144, 60.672204541362952 ], [ -0.986106144255508, 60.672829101920271 ], [ -0.985409053490494, 60.672298564101006 ] ] ], [ [ [ -0.907207768481377, 60.679337152476812 ], [ -0.904526946611048, 60.678660697875955 ], [ -0.904622567655213, 60.678001528362763 ], [ -0.905352590774624, 60.677796489656124 ], [ -0.904543879544306, 60.676815666286032 ], [ -0.902390049901519, 60.676367050382979 ], [ -0.901872165645026, 60.676524427624088 ], [ -0.901404819915427, 60.676004307596116 ], [ -0.899590953851867, 60.675787396209643 ], [ -0.895713352561043, 60.676505234602928 ], [ -0.895954309159069, 60.675883183671431 ], [ -0.89330644299419, 60.67543483812841 ], [ -0.892592893075504, 60.675159573644301 ], [ -0.89267034906446, 60.674769629434763 ], [ -0.891506662071072, 60.67454451157321 ], [ -0.889618553855712, 60.673298759265414 ], [ -0.88832330087947, 60.673175780828842 ], [ -0.888500159481106, 60.672292820560536 ], [ -0.887852631521638, 60.672229083448833 ], [ -0.888099931728056, 60.671957277809305 ], [ -0.887704384737571, 60.672016847064597 ], [ -0.887010632596881, 60.671171552082392 ], [ -0.885835952549461, 60.670739776279937 ], [ -0.883063354892973, 60.670474256217538 ], [ -0.879613184238328, 60.672066151238191 ], [ -0.876592190019379, 60.671048675043785 ], [ -0.876626275717726, 60.670070251732312 ], [ -0.877417970082857, 60.669407954073556 ], [ -0.878069323910839, 60.669359536867759 ], [ -0.878886559543234, 60.667961168094926 ], [ -0.880374483273467, 60.667798522405583 ], [ -0.880225385218253, 60.668403357324287 ], [ -0.882740564994898, 60.668698217096846 ], [ -0.884806689258862, 60.667426950522049 ], [ -0.885462486265148, 60.667513219219622 ], [ -0.886423511896127, 60.664854456646047 ], [ -0.885483613840951, 60.664518906919575 ], [ -0.884841661098395, 60.664827828214094 ], [ -0.883817893833834, 60.664801343214293 ], [ -0.883782568761272, 60.66450025304475 ], [ -0.882616982266037, 60.664342381680157 ], [ -0.882356369958726, 60.663150492204835 ], [ -0.882623208202943, 60.662578063532237 ], [ -0.883777135349988, 60.662277909999403 ], [ -0.88430454111702, 60.661047694118587 ], [ -0.885486298564942, 60.660734289542106 ], [ -0.885345718145542, 60.660302128532834 ], [ -0.886578578775088, 60.659567127670996 ], [ -0.887264132512025, 60.65958180405346 ], [ -0.887126670666761, 60.660119400747071 ], [ -0.887506723273441, 60.659974404915907 ], [ -0.887398426603239, 60.660992619444123 ], [ -0.888006499746652, 60.660867474058136 ], [ -0.888053467880664, 60.663220355668479 ], [ -0.890203131034775, 60.66375896424416 ], [ -0.891567896924831, 60.663711901627799 ], [ -0.893514276307245, 60.662978250564016 ], [ -0.894206350554689, 60.66333863497303 ], [ -0.894529393091937, 60.662721752943575 ], [ -0.895188886605018, 60.662965136831978 ], [ -0.896749423045364, 60.662542519890408 ], [ -0.897888037814219, 60.662686577892842 ], [ -0.899133482670473, 60.662113187587217 ], [ -0.89990963345637, 60.661082494884866 ], [ -0.900487012090076, 60.661051320033913 ], [ -0.901931997298932, 60.662674896504214 ], [ -0.900477485904516, 60.665356650671434 ], [ -0.902038863128936, 60.666523252866625 ], [ -0.902551021933853, 60.667604923391679 ], [ -0.909036983428037, 60.66980386780628 ], [ -0.909407804392503, 60.671014553432457 ], [ -0.911451993520593, 60.671179331252631 ], [ -0.915919668212982, 60.672477096565636 ], [ -0.918723891943163, 60.67290380959038 ], [ -0.919712766788821, 60.675618928503695 ], [ -0.919218616941729, 60.677801307438365 ], [ -0.917966669516357, 60.678015675767242 ], [ -0.917183687619429, 60.678709705369471 ], [ -0.916438102871486, 60.678834770084904 ], [ -0.91228410538581, 60.679335358418243 ], [ -0.90915218215979, 60.679057589882589 ], [ -0.907207768481377, 60.679337152476812 ] ] ], [ [ [ -0.831555998783093, 60.682606469371883 ], [ -0.832407437529673, 60.682350805310762 ], [ -0.832328783391341, 60.682601533034777 ], [ -0.831555998783093, 60.682606469371883 ] ] ], [ [ [ -0.831548697466207, 60.691342109011885 ], [ -0.832304705963826, 60.691047900592537 ], [ -0.832607175414197, 60.691443817024165 ], [ -0.831558342663537, 60.691985091584122 ], [ -0.831548697466207, 60.691342109011885 ] ] ], [ [ [ -1.132985447788989, 60.695740924458292 ], [ -1.132507713585399, 60.69511831118357 ], [ -1.133332301952456, 60.695442384701174 ], [ -1.132985447788989, 60.695740924458292 ] ] ], [ [ [ -1.003903567394347, 60.708830972223858 ], [ -1.003986228317426, 60.708409585446638 ], [ -1.005530476002884, 60.708479409735453 ], [ -1.004595030832483, 60.709045311970229 ], [ -1.00459811429447, 60.709716046696343 ], [ -1.003903567394347, 60.708830972223858 ] ] ], [ [ [ -1.127758800645118, 60.720685419697141 ], [ -1.127196301674271, 60.72047525353635 ], [ -1.126091523517317, 60.720661098782436 ], [ -1.126454427440929, 60.719783563689951 ], [ -1.126623888802776, 60.719955260001107 ], [ -1.126879073648003, 60.719669607458556 ], [ -1.12711879451122, 60.719953992536453 ], [ -1.127523618140294, 60.719557080545577 ], [ -1.128842034781918, 60.72027944610879 ], [ -1.127758800645118, 60.720685419697141 ] ] ], [ [ [ -1.009732785010515, 60.72298241913375 ], [ -1.010986854383396, 60.722914455477373 ], [ -1.01074524325545, 60.724035910544323 ], [ -1.010072384511838, 60.724158443864845 ], [ -1.009732785010515, 60.72298241913375 ] ] ], [ [ [ -1.128061040597574, 60.725428063093766 ], [ -1.128851716127592, 60.725338925600823 ], [ -1.128352760586085, 60.725825015402414 ], [ -1.128061040597574, 60.725428063093766 ] ] ], [ [ [ -1.018181923452689, 60.727830181869301 ], [ -1.018159527456681, 60.727602856923042 ], [ -1.016960135299163, 60.727735935805583 ], [ -1.017012504776425, 60.726921951642453 ], [ -1.018459270106036, 60.726972052510803 ], [ -1.018601230358203, 60.727667144456198 ], [ -1.018181923452689, 60.727830181869301 ] ] ], [ [ [ -1.014095581352224, 60.728064183481365 ], [ -1.01435894248301, 60.727426835353192 ], [ -1.013321167701957, 60.727550294767958 ], [ -1.013189351787112, 60.727185687590925 ], [ -1.016530486659415, 60.726917520506291 ], [ -1.015733698497465, 60.728153430333066 ], [ -1.014598236732391, 60.728293242409109 ], [ -1.014095581352224, 60.728064183481365 ] ] ], [ [ [ -1.116935003080174, 60.729054447612384 ], [ -1.117411787902428, 60.728716399952752 ], [ -1.117717674345903, 60.729261615138512 ], [ -1.116935003080174, 60.729054447612384 ] ] ], [ [ [ -1.11259602199975, 60.729829396637619 ], [ -1.11274191572161, 60.729192883329645 ], [ -1.113181487081015, 60.72954146480447 ], [ -1.11259602199975, 60.729829396637619 ] ] ], [ [ [ -0.963836702605872, 60.73168360990595 ], [ -0.964482275299945, 60.731280060903735 ], [ -0.965137104537687, 60.731557170882525 ], [ -0.965866969013112, 60.731439790341071 ], [ -0.96522770123749, 60.732103778799733 ], [ -0.963836702605872, 60.73168360990595 ] ] ], [ [ [ -1.077704438476731, 60.733077748050242 ], [ -1.077176971585537, 60.731969751781321 ], [ -1.077931731418857, 60.73250467950092 ], [ -1.077704438476731, 60.733077748050242 ] ] ], [ [ [ -1.070597512179247, 60.732817703630303 ], [ -1.071456057321143, 60.732612651220592 ], [ -1.071530358732657, 60.733214732799134 ], [ -1.070612820767645, 60.733239804724526 ], [ -1.070597512179247, 60.732817703630303 ] ] ], [ [ [ -1.073319914708792, 60.731880313778518 ], [ -1.073230598071419, 60.731480148360546 ], [ -1.072333772260716, 60.731424567352313 ], [ -1.072211822893803, 60.732474222217036 ], [ -1.071589694430916, 60.732429514462183 ], [ -1.071671343567734, 60.731824022796431 ], [ -1.070805949468893, 60.732266962460734 ], [ -1.070957477478416, 60.731464425514794 ], [ -1.070529537816463, 60.731362696386306 ], [ -1.071279126827805, 60.730802234816373 ], [ -1.070438441565598, 60.731025366922232 ], [ -1.070773890522468, 60.730520398853471 ], [ -1.069659149937426, 60.73071020227836 ], [ -1.069917521098158, 60.730334891738714 ], [ -1.069217472729481, 60.729499513594035 ], [ -1.069595685769028, 60.72878384738425 ], [ -1.068116670752881, 60.728576051153169 ], [ -1.06811517614526, 60.728311171267627 ], [ -1.066751373891382, 60.729504826205464 ], [ -1.066226863380901, 60.728625759845613 ], [ -1.06560094709978, 60.729029929026311 ], [ -1.065870165822906, 60.729229333881989 ], [ -1.064905215780271, 60.729312397181779 ], [ -1.065584521455111, 60.729595468264414 ], [ -1.065142312198503, 60.730301698952417 ], [ -1.064398763545919, 60.730651171058874 ], [ -1.064408264391753, 60.730009265299742 ], [ -1.063944427429938, 60.730827574177432 ], [ -1.062905315077894, 60.730937041709133 ], [ -1.063420775039559, 60.730235818938226 ], [ -1.062098722857447, 60.729988648442749 ], [ -1.062751817246, 60.729912405347925 ], [ -1.062275866390071, 60.729572380400406 ], [ -1.062615361985175, 60.729247033052886 ], [ -1.062029049165426, 60.728919703847346 ], [ -1.061526411507965, 60.7291810580506 ], [ -1.061721491076759, 60.728149879611401 ], [ -1.061185218890646, 60.727993490643243 ], [ -1.060597746224261, 60.728335055340359 ], [ -1.0605222182737, 60.727782340164858 ], [ -1.059717934944081, 60.728014638723607 ], [ -1.059007150847503, 60.727870485555677 ], [ -1.059097138925503, 60.727300973127662 ], [ -1.058367457641485, 60.727803146097926 ], [ -1.056674183642421, 60.727090914782657 ], [ -1.056652996329659, 60.727813546609504 ], [ -1.055375086531839, 60.728253485779831 ], [ -1.053533559000559, 60.727908295100526 ], [ -1.053478384841891, 60.72760263176842 ], [ -1.052909647667345, 60.727616574696171 ], [ -1.052864004225292, 60.727921526472265 ], [ -1.051935338877837, 60.727084440994318 ], [ -1.05233708411496, 60.725893119298874 ], [ -1.051914396890286, 60.725306519907235 ], [ -1.05120996020099, 60.725261134955339 ], [ -1.049382424799449, 60.724139331173134 ], [ -1.04897020333305, 60.724441683367452 ], [ -1.048060945791305, 60.724132652478886 ], [ -1.04792816622021, 60.724407354905217 ], [ -1.047808480761649, 60.723991691211864 ], [ -1.047128887728349, 60.723913239962151 ], [ -1.046569710100178, 60.72422531519139 ], [ -1.046278314408881, 60.724037385235128 ], [ -1.046826123064869, 60.723737800548619 ], [ -1.044826737407956, 60.723535025093462 ], [ -1.041987743697703, 60.72259625948022 ], [ -1.041517614665666, 60.72348717619299 ], [ -1.040787426886934, 60.723754009915602 ], [ -1.041592017165082, 60.724681870793539 ], [ -1.040778963985417, 60.725513768528593 ], [ -1.038525105418782, 60.725726587652893 ], [ -1.03604615673579, 60.725129670909268 ], [ -1.034966654541826, 60.726099686329292 ], [ -1.034369682312694, 60.727482595334578 ], [ -1.037601731612657, 60.729139940958149 ], [ -1.039160531059984, 60.729556053215894 ], [ -1.040305761197884, 60.730315765402885 ], [ -1.039951314691898, 60.730519738428846 ], [ -1.040657414168169, 60.730697180218762 ], [ -1.040245151104538, 60.730810953922187 ], [ -1.041940646046126, 60.730950570540344 ], [ -1.043411323727561, 60.73162189491012 ], [ -1.041781955537899, 60.732092420357148 ], [ -1.040843650153566, 60.731645760613674 ], [ -1.040957880777766, 60.731934792268731 ], [ -1.040538111273467, 60.731930892818475 ], [ -1.040709790225801, 60.731584646441803 ], [ -1.039626183517025, 60.731584076237532 ], [ -1.039597807149645, 60.731183424771061 ], [ -1.03913014501914, 60.731187258777169 ], [ -1.039416640397113, 60.730803228069767 ], [ -1.038018413834369, 60.730594780064791 ], [ -1.037055452325586, 60.729811216413495 ], [ -1.036675785001768, 60.729999736088807 ], [ -1.035648786122832, 60.728968788698332 ], [ -1.035661818657805, 60.729206817150555 ], [ -1.035077004513819, 60.729144250340475 ], [ -1.035843664290925, 60.730113174157964 ], [ -1.035110707608428, 60.730098925425125 ], [ -1.034559102777395, 60.729356909914124 ], [ -1.033479396999461, 60.729534095468473 ], [ -1.032754391910249, 60.729926624983243 ], [ -1.032746812137396, 60.730788522898507 ], [ -1.031856470854766, 60.729423626824158 ], [ -1.031582607649334, 60.729994489472993 ], [ -1.031441996056323, 60.729366762760243 ], [ -1.030555328419808, 60.729343298289017 ], [ -1.031143298895322, 60.728692102855007 ], [ -1.03082705488645, 60.728417764419653 ], [ -1.030348380313638, 60.728423283778639 ], [ -1.029664153970729, 60.729165362081247 ], [ -1.02789711124763, 60.727697123953824 ], [ -1.027121085905505, 60.728320903523446 ], [ -1.026673887328232, 60.727407220777302 ], [ -1.02635904633303, 60.727572837265576 ], [ -1.025761045507816, 60.726978595627841 ], [ -1.026127754579014, 60.726431762952522 ], [ -1.025615705573585, 60.726571703271773 ], [ -1.024708873679462, 60.725522686921977 ], [ -1.022768963892793, 60.726138871678067 ], [ -1.023007441649329, 60.726556322315012 ], [ -1.022390593117664, 60.726585049117595 ], [ -1.020547414724571, 60.725465427569645 ], [ -1.020948255529075, 60.726209096325093 ], [ -1.019898759453773, 60.726719502561188 ], [ -1.020818583707029, 60.727397826702685 ], [ -1.019853933084487, 60.72764936778001 ], [ -1.018995173394541, 60.727494043688836 ], [ -1.019434607926658, 60.726429689864297 ], [ -1.018667510825106, 60.726816448970006 ], [ -1.013017249961423, 60.727058719496299 ], [ -1.011793840456046, 60.726839610178303 ], [ -1.011431279413778, 60.72610966329507 ], [ -1.012682072859735, 60.72501718861799 ], [ -1.011724059502141, 60.725231907408748 ], [ -1.01146835988417, 60.724186697090197 ], [ -1.012816560962573, 60.723501674670594 ], [ -1.014223233471585, 60.723359382640091 ], [ -1.014853462226715, 60.722532584876319 ], [ -1.014014832778658, 60.721067382037461 ], [ -1.012033020725207, 60.720065139253144 ], [ -1.009970059470494, 60.719679105354999 ], [ -1.008064933510362, 60.719823053611542 ], [ -1.007475177472349, 60.720343945549871 ], [ -1.005994874563311, 60.720737024872726 ], [ -1.006616368972876, 60.721089106167426 ], [ -1.004910258932635, 60.721788471207837 ], [ -1.005481227384284, 60.722174301928241 ], [ -1.005340576422683, 60.72281074811827 ], [ -1.004598943558863, 60.722727131188535 ], [ -1.004061353787242, 60.722210455241211 ], [ -1.003090266464147, 60.722315474777112 ], [ -1.002269823591371, 60.721818237651874 ], [ -1.003803639042107, 60.721594396546514 ], [ -1.00222677334761, 60.721610508802662 ], [ -1.002427385315, 60.721170247743132 ], [ -1.001618206610224, 60.721492848029612 ], [ -1.000861416337198, 60.721013135412342 ], [ -1.0004067918372, 60.721368896994143 ], [ -0.999733324102534, 60.721039743696274 ], [ -0.999773237636138, 60.720758109211921 ], [ -1.001444979494644, 60.720872924015964 ], [ -0.999290304192867, 60.720314548775001 ], [ -1.000229996059814, 60.719802586390536 ], [ -0.999469544547864, 60.719855277085394 ], [ -0.999379624771674, 60.719622954904665 ], [ -1.000112740121396, 60.719447052305128 ], [ -0.999588290648206, 60.71933719213952 ], [ -1.000947865488267, 60.718169317346458 ], [ -1.000179428386586, 60.717418355634628 ], [ -1.000895010297081, 60.715916159058935 ], [ -1.002873363791355, 60.715235929843608 ], [ -1.004338236324632, 60.715157026833126 ], [ -1.006306273530765, 60.715816297328907 ], [ -1.007427789910957, 60.715759058334285 ], [ -1.009315210315029, 60.714455836007573 ], [ -1.0093721061558, 60.712904732293502 ], [ -1.008744977497392, 60.712858795721694 ], [ -1.008453998897989, 60.712072801296898 ], [ -1.00792699130048, 60.712108409697699 ], [ -1.007894216393131, 60.711388072930248 ], [ -1.007253608656392, 60.711423735951442 ], [ -1.007603522600454, 60.711188389702848 ], [ -1.006728463608839, 60.710567765072916 ], [ -1.007103442412504, 60.710410720789326 ], [ -1.006678122564888, 60.710298927974776 ], [ -1.006746463664387, 60.708796393799538 ], [ -1.005585678705305, 60.707641204865553 ], [ -1.004178996231313, 60.707093835803313 ], [ -1.004893059629687, 60.70645715733172 ], [ -1.004437021649732, 60.705918638707828 ], [ -1.003060790997502, 60.705455883629568 ], [ -1.0014251009157, 60.705503868542337 ], [ -1.000698594279033, 60.706776131539343 ], [ -1.000468057463776, 60.706470931379343 ], [ -1.000026656211337, 60.706997386210745 ], [ -0.999661527156997, 60.706837534377648 ], [ -0.999654053427712, 60.70707810910595 ], [ -0.998719506630789, 60.707082805571766 ], [ -0.998912402126205, 60.706712525689355 ], [ -0.998366261586409, 60.706482182220206 ], [ -0.998855550010682, 60.705830387773062 ], [ -0.997716616882266, 60.706222330753 ], [ -0.996509907330785, 60.705613523586166 ], [ -0.996517996178028, 60.703413788591675 ], [ -0.995894308838116, 60.70308767924714 ], [ -0.995625141157323, 60.703259850943994 ], [ -0.995333026905145, 60.702229594032019 ], [ -0.993632828191942, 60.702294957174104 ], [ -0.993046164509376, 60.70201669964078 ], [ -0.991573726172593, 60.702530889778508 ], [ -0.990216859962816, 60.701694629736053 ], [ -0.990402100678613, 60.701336874094686 ], [ -0.98756331636639, 60.700736334280023 ], [ -0.98677234095964, 60.700258972538663 ], [ -0.988304363323142, 60.698721704347719 ], [ -0.991903032120442, 60.698448026452247 ], [ -0.994640646565421, 60.7002320157398 ], [ -0.99522264823811, 60.701128868357515 ], [ -0.998755608753259, 60.70238628905873 ], [ -1.000121402428672, 60.703297051520899 ], [ -1.00258781280693, 60.702981414073264 ], [ -1.003705540191016, 60.703743042037154 ], [ -1.00556856693252, 60.703271123645294 ], [ -1.007200729791967, 60.702323392450971 ], [ -1.007683442147693, 60.70187713117506 ], [ -1.007325775882954, 60.701178630482602 ], [ -1.008296523839723, 60.701360900574727 ], [ -1.007303843670604, 60.701058152877835 ], [ -1.006610845958944, 60.701730017052988 ], [ -1.003169377671675, 60.699876397747836 ], [ -1.001309998245204, 60.699881414049749 ], [ -0.999483203492816, 60.700370602853134 ], [ -0.99964098389405, 60.699006111063625 ], [ -0.998859651172086, 60.69844988009892 ], [ -0.998197439473554, 60.698422485956485 ], [ -0.998849668113043, 60.698417481999108 ], [ -0.999269571544593, 60.697754393218005 ], [ -1.001336995172798, 60.696647466322659 ], [ -1.00105123189209, 60.695231182030128 ], [ -1.001907653436439, 60.693598937527639 ], [ -0.998191214014685, 60.690612707047663 ], [ -0.996724550624653, 60.690372777603024 ], [ -0.995688638399004, 60.689826292602433 ], [ -0.99646189101655, 60.689104803684636 ], [ -0.997138276024518, 60.689141292260395 ], [ -0.998089383572671, 60.688587232211226 ], [ -0.998583439798114, 60.685946674886047 ], [ -1.000547640017447, 60.68489735268691 ], [ -1.001436964127142, 60.68308129044091 ], [ -1.000743017882233, 60.682434134939122 ], [ -0.999455881417002, 60.682024975021008 ], [ -0.998825121816229, 60.68199781702473 ], [ -0.998190262555213, 60.682397117649366 ], [ -0.997033031246983, 60.682226843201612 ], [ -0.996261568538045, 60.682602665369707 ], [ -0.99535954865681, 60.682173902962191 ], [ -0.994790924289438, 60.681621932608046 ], [ -0.994607864687035, 60.679860716227779 ], [ -0.99373139017642, 60.679203174593326 ], [ -0.993346196266662, 60.67805548491188 ], [ -0.993709138358186, 60.677277055817513 ], [ -0.99437271173116, 60.677129398171679 ], [ -0.994378961606856, 60.676635611271649 ], [ -0.99593100811643, 60.675406381244912 ], [ -0.998013049151688, 60.674434300244897 ], [ -0.99839563482774, 60.673018511260338 ], [ -0.997556009121788, 60.673004150810065 ], [ -0.997318015204593, 60.672653094677131 ], [ -0.995703265778036, 60.673492190457743 ], [ -0.996055664035508, 60.67275497848442 ], [ -0.997074008746118, 60.672436675046249 ], [ -0.99735397392831, 60.66867126582023 ], [ -0.995026998036445, 60.666121805951875 ], [ -0.994680550606452, 60.66314721962673 ], [ -0.991117913366254, 60.659470543119717 ], [ -0.990407729280103, 60.657611064274214 ], [ -0.990998533956677, 60.65656050423388 ], [ -0.989925817906588, 60.65605858276129 ], [ -0.989210022264203, 60.654966743800657 ], [ -0.989310707384906, 60.653212141706263 ], [ -0.990477669299975, 60.653036877439121 ], [ -0.990659515421268, 60.652486049851234 ], [ -0.99121598456603, 60.652530647495702 ], [ -0.990958972470609, 60.652268325075504 ], [ -0.992001564574379, 60.652267197800846 ], [ -0.991953575653492, 60.652046855192609 ], [ -0.993799581685735, 60.652675787724363 ], [ -0.995650217945077, 60.652276653501403 ], [ -0.995791777914333, 60.651254128761842 ], [ -0.997578076629197, 60.649919790032314 ], [ -0.998055039601314, 60.650049961001372 ], [ -0.998203443705168, 60.649629066443389 ], [ -0.999531598293684, 60.649085900148243 ], [ -0.998664029846812, 60.648400616254023 ], [ -0.997735726293262, 60.648258988972117 ], [ -0.997692610807842, 60.647586151917437 ], [ -0.996588275237977, 60.646636899628007 ], [ -0.99685299831967, 60.644944577173924 ], [ -0.996340242492117, 60.64279209904204 ], [ -0.996728218224155, 60.642134164261435 ], [ -0.996246478879545, 60.641632228017457 ], [ -0.993950253795876, 60.640214294060712 ], [ -0.990864930068226, 60.639481745343424 ], [ -0.986692189025275, 60.641070911825423 ], [ -0.98315429644966, 60.641358349006609 ], [ -0.98234961029946, 60.641073890506227 ], [ -0.982460246561357, 60.640464168850592 ], [ -0.981512044652449, 60.640093315113063 ], [ -0.981712572141162, 60.638662711658235 ], [ -0.98131087203074, 60.638646187433615 ], [ -0.982031794915521, 60.638395773348229 ], [ -0.981490667392543, 60.638162696645033 ], [ -0.98167434015883, 60.637266207252701 ], [ -0.9825381618961, 60.63654099755729 ], [ -0.984392839597727, 60.636860361895707 ], [ -0.985306766572284, 60.63628366600225 ], [ -0.985626000666809, 60.636887668995769 ], [ -0.986416983328381, 60.637023853423877 ], [ -0.989507560130105, 60.636701530816929 ], [ -0.991884160661323, 60.635237937560866 ], [ -0.991507614140341, 60.63470983839732 ], [ -0.99192440154029, 60.634241587669848 ], [ -0.993880160753701, 60.633955509402696 ], [ -0.993868267579723, 60.633457093634512 ], [ -0.994053590200114, 60.633669489447136 ], [ -0.995508534720968, 60.633321260736054 ], [ -0.997674317396066, 60.633333005252574 ], [ -0.998484236098955, 60.633446813280408 ], [ -0.998844509516064, 60.634208220700344 ], [ -0.998982222266864, 60.636606601938773 ], [ -1.000722985910395, 60.638249266042919 ], [ -1.002456156823643, 60.638900586358609 ], [ -1.007282098382099, 60.63928124406636 ], [ -1.01462467992632, 60.638558818718174 ], [ -1.016802826154039, 60.638596381417763 ], [ -1.022484703490781, 60.639937220429381 ], [ -1.028040531460549, 60.642565357722766 ], [ -1.03113677512022, 60.642605755675902 ], [ -1.032657689621078, 60.642923826964299 ], [ -1.037690587346019, 60.645594466783685 ], [ -1.039558899343148, 60.645675221383541 ], [ -1.039793585760744, 60.646699586775362 ], [ -1.042502101855626, 60.648974447781022 ], [ -1.043455580380137, 60.650557034908005 ], [ -1.045254744250513, 60.650945186015541 ], [ -1.04280968209272, 60.652478364325063 ], [ -1.042609178937007, 60.654428015643717 ], [ -1.045258627930496, 60.657243810665229 ], [ -1.046809657279519, 60.657870800046005 ], [ -1.049087540312692, 60.660217873369469 ], [ -1.049275786044499, 60.659913932405331 ], [ -1.051330063175506, 60.659547799098618 ], [ -1.056687346480864, 60.661151526212656 ], [ -1.061287190782941, 60.664092947017345 ], [ -1.066180818874442, 60.669240525746773 ], [ -1.067291790336674, 60.668981597293211 ], [ -1.067164777496301, 60.668374650253931 ], [ -1.068096756199653, 60.667532648611726 ], [ -1.064924368098769, 60.662271463187629 ], [ -1.064882728852009, 60.659857692582101 ], [ -1.065590141755966, 60.658614587112297 ], [ -1.063668458631059, 60.659336524747133 ], [ -1.060726719655254, 60.657200539681874 ], [ -1.058245929487793, 60.656206233177556 ], [ -1.055425636996169, 60.654067390004478 ], [ -1.054611081435997, 60.651902254595434 ], [ -1.054412200874206, 60.649014183053275 ], [ -1.052664750999561, 60.647798679721973 ], [ -1.0510242496044, 60.64574888619557 ], [ -1.050820873615938, 60.644705010732956 ], [ -1.052257072260973, 60.643620672999432 ], [ -1.053052168812707, 60.642072972961692 ], [ -1.053848894318837, 60.641714965551621 ], [ -1.051942316574156, 60.641885543826383 ], [ -1.050193920781847, 60.641029148606258 ], [ -1.046437113120411, 60.640082121413592 ], [ -1.044287167747123, 60.63828450490626 ], [ -1.042933837712353, 60.637682237933888 ], [ -1.042917753620679, 60.636065942328038 ], [ -1.044262956623177, 60.634902025725289 ], [ -1.038241577693969, 60.632070987855869 ], [ -1.038225010917612, 60.630171853646772 ], [ -1.036823105650664, 60.62992652911926 ], [ -1.0328509297033, 60.630063098369781 ], [ -1.029828561421092, 60.629367816486408 ], [ -1.023029966094212, 60.628743724069452 ], [ -1.020473605382562, 60.625649793868078 ], [ -1.021003309322536, 60.6235481343464 ], [ -1.020719862580176, 60.621745805215419 ], [ -1.021343051851897, 60.620174578745939 ], [ -1.01944064779205, 60.618135925795208 ], [ -1.019150385944168, 60.616562501741264 ], [ -1.020997767199825, 60.613779121066315 ], [ -1.023891935735005, 60.611708194832651 ], [ -1.025118329888516, 60.609203060433167 ], [ -1.027978360590853, 60.605511118056484 ], [ -1.030096427590735, 60.604920418104342 ], [ -1.031342248576357, 60.604790272029028 ], [ -1.031651306067632, 60.605142684051778 ], [ -1.031848820386761, 60.604645787979258 ], [ -1.035136438869121, 60.604332832328573 ], [ -1.038952543149015, 60.605285119071759 ], [ -1.040224800414779, 60.605186506162049 ], [ -1.043551742451021, 60.601690632613455 ], [ -1.044853237644031, 60.601215074756496 ], [ -1.045772464589938, 60.601315912379633 ], [ -1.045059107284179, 60.601045946792723 ], [ -1.046476979036395, 60.600337754582974 ], [ -1.049487713543583, 60.600727312297401 ], [ -1.051807955108097, 60.602247729696323 ], [ -1.054356543772762, 60.606458872549972 ], [ -1.055719817818229, 60.607621379521206 ], [ -1.057314400759211, 60.607807710560785 ], [ -1.058058853003449, 60.608335519729785 ], [ -1.059504735789231, 60.60829810332487 ], [ -1.066060167730252, 60.609879394656318 ], [ -1.069978930750139, 60.611317256299515 ], [ -1.072944631569431, 60.608863285586246 ], [ -1.077371004313597, 60.607626078281967 ], [ -1.089598415934285, 60.605260430405359 ], [ -1.091104097790135, 60.604453600406416 ], [ -1.089628971523696, 60.604953564687868 ], [ -1.088518283528629, 60.604898415017345 ], [ -1.087680091048474, 60.605218631113871 ], [ -1.085723604457295, 60.605105611254992 ], [ -1.085234404701474, 60.605354570697415 ], [ -1.08417691070003, 60.603614433734442 ], [ -1.08291107033692, 60.602914397079076 ], [ -1.082292048808206, 60.603104991652984 ], [ -1.08297676247702, 60.603045039583947 ], [ -1.083292099692808, 60.603646084754345 ], [ -1.082382405926197, 60.604104050943668 ], [ -1.082149006282899, 60.605120642602152 ], [ -1.081290209630398, 60.605713632262272 ], [ -1.079816063366961, 60.606107546413071 ], [ -1.07775449403182, 60.606027806700503 ], [ -1.072701218357492, 60.6048040877265 ], [ -1.07191069752218, 60.604348769124698 ], [ -1.071453200735988, 60.60444436131877 ], [ -1.071277493672322, 60.604139658747258 ], [ -1.069139942660972, 60.604103254132362 ], [ -1.068345883974972, 60.603836444084678 ], [ -1.067593226352145, 60.604351072655987 ], [ -1.064272488932297, 60.60329532661946 ], [ -1.064095121241413, 60.601977794175433 ], [ -1.062501577885597, 60.600378286479682 ], [ -1.06182084717995, 60.598727699259783 ], [ -1.060616134853041, 60.597894990216886 ], [ -1.059028785880285, 60.598103814578309 ], [ -1.059015758147833, 60.597798443371296 ], [ -1.057149786612287, 60.597542876331175 ], [ -1.05516500711143, 60.598730237561135 ], [ -1.053880296422837, 60.598952810822674 ], [ -1.052438573134616, 60.598488278002293 ], [ -1.049514353587839, 60.596713967939607 ], [ -1.046593943968631, 60.596060177133779 ], [ -1.042862880695719, 60.596891010232952 ], [ -1.041013578868523, 60.596756550696547 ], [ -1.040184910083272, 60.596993035823949 ], [ -1.039269156500968, 60.596779948506196 ], [ -1.038517419451847, 60.597192063254376 ], [ -1.03688313226483, 60.596888493924268 ], [ -1.03442944782246, 60.597122212292902 ], [ -1.033467152340769, 60.596940175072582 ], [ -1.03278097640086, 60.597294369140386 ], [ -1.032481108319719, 60.596942025481844 ], [ -1.031401223042892, 60.597333769077963 ], [ -1.030770625693606, 60.597050857065632 ], [ -1.031060244522561, 60.595306568776593 ], [ -1.030282894888814, 60.594438965525612 ], [ -1.031406729309617, 60.593796141576249 ], [ -1.03143734583432, 60.593383336010881 ], [ -1.030725224610086, 60.593081875158198 ], [ -1.030372762391236, 60.591440679095157 ], [ -1.029874171579033, 60.591630109024621 ], [ -1.030141745865562, 60.59031664672424 ], [ -1.029577973395279, 60.590245215865096 ], [ -1.029190166292717, 60.589419937728131 ], [ -1.029354007074767, 60.586879210585018 ], [ -1.027279015558364, 60.586258060643821 ], [ -1.027239697770959, 60.586594482241807 ], [ -1.024980889221293, 60.586623825240814 ], [ -1.023785362729793, 60.589526053805564 ], [ -1.022685499227039, 60.589979535113152 ], [ -1.022196218657164, 60.589860131427862 ], [ -1.021419822136971, 60.590482076062791 ], [ -1.018006539871262, 60.59076682957275 ], [ -1.017993604780053, 60.589990061780497 ], [ -1.017245855119297, 60.589966611612866 ], [ -1.015282879168819, 60.588784918534365 ], [ -1.016144308921124, 60.58686977755778 ], [ -1.015361492349177, 60.5853016901251 ], [ -1.016686484819535, 60.584885840154548 ], [ -1.017467741186335, 60.584162497017175 ], [ -1.017708034543994, 60.582439418268393 ], [ -1.015664366413813, 60.581645022612506 ], [ -1.010322553964174, 60.583253221504627 ], [ -1.009836194817717, 60.583043106485398 ], [ -1.009959209026079, 60.582303258224442 ], [ -1.008826160637387, 60.581756130580438 ], [ -1.007786570310262, 60.582031256162239 ], [ -1.006084626960504, 60.581587629385879 ], [ -1.004002478510825, 60.581639478641016 ], [ -1.003189135670171, 60.581382008584839 ], [ -1.002695544913614, 60.579928234092975 ], [ -1.002464613650663, 60.578242965293924 ], [ -1.003762723288468, 60.577866550267949 ], [ -1.00369262876506, 60.576586532773248 ], [ -1.004793722130197, 60.576383728631946 ], [ -1.00529703045096, 60.575740992242437 ], [ -1.00788771845846, 60.576052055583396 ], [ -1.005931375473073, 60.575584089633196 ], [ -1.006146102080413, 60.575127761392274 ], [ -1.007513476133196, 60.575164855401056 ], [ -1.0090108577777, 60.575723675781923 ], [ -1.009158230425788, 60.575976177432686 ], [ -1.008106361658497, 60.576062656700167 ], [ -1.010008521305777, 60.576215927588407 ], [ -1.010746001527913, 60.575669183424239 ], [ -1.010754023957014, 60.575108061138621 ], [ -1.009158587743714, 60.574175908840985 ], [ -1.009808380055413, 60.574108891618792 ], [ -1.00944162367855, 60.572081430391663 ], [ -1.00848249906546, 60.572182067526548 ], [ -1.008112051146334, 60.571707926609939 ], [ -1.008827732336406, 60.570976963540488 ], [ -1.007618918699047, 60.571129616409635 ], [ -1.007458723405244, 60.569808526327655 ], [ -1.006682501708976, 60.570431285385176 ], [ -1.005856301990123, 60.570303928626068 ], [ -1.005327972334183, 60.569388638237207 ], [ -1.005184852845505, 60.569890392898557 ], [ -1.004646491780713, 60.569599060118321 ], [ -1.00497559659947, 60.568981964424317 ], [ -1.003970768984604, 60.568435746086216 ], [ -1.003780478166488, 60.567208704741311 ], [ -1.00422394885925, 60.565838233073819 ], [ -1.004964632641376, 60.565776406624586 ], [ -1.005423832056794, 60.565079467704372 ], [ -1.006154388953851, 60.566238693277548 ], [ -1.006963487189724, 60.56632551659272 ], [ -1.005917746253194, 60.565033757620618 ], [ -1.007441576636653, 60.565606263992983 ], [ -1.007938895314023, 60.563365224640151 ], [ -1.010152720037293, 60.563740793896358 ], [ -1.011040276239083, 60.564541997982325 ], [ -1.012368837824593, 60.563743717997752 ], [ -1.012496578209261, 60.564040966089649 ], [ -1.013380635805016, 60.564060962640198 ], [ -1.015643228264166, 60.563435651317299 ], [ -1.016114078512255, 60.56384765851238 ], [ -1.016465568128794, 60.562844606840706 ], [ -1.016894056701122, 60.562789396081669 ], [ -1.016745979758874, 60.563160931845552 ], [ -1.018082782999417, 60.562625738657928 ], [ -1.019165717755059, 60.562823144587774 ], [ -1.019708034824818, 60.561959760172108 ], [ -1.021909230645546, 60.562211132978213 ], [ -1.023535247480512, 60.561818970645405 ], [ -1.024142933455043, 60.561202966232685 ], [ -1.023480931789236, 60.560293057467419 ], [ -1.02221557956929, 60.559917467256206 ], [ -1.020501805167307, 60.55947482913394 ], [ -1.01956042219073, 60.559545145622117 ], [ -1.019410539172638, 60.559315083738568 ], [ -1.018065429542381, 60.559588044285022 ], [ -1.017592166316978, 60.559196677299006 ], [ -1.017311906011782, 60.559477452943788 ], [ -1.017144791415142, 60.558974302611446 ], [ -1.016509760950107, 60.559226428418604 ], [ -1.016770492839751, 60.558747974532352 ], [ -1.01746646995285, 60.558590574226827 ], [ -1.016141862603115, 60.558429086320615 ], [ -1.016793523934398, 60.557688631350402 ], [ -1.016491518265321, 60.556222844948898 ], [ -1.017803466942605, 60.554994299678754 ], [ -1.017535471742024, 60.554330583123068 ], [ -1.016741672525191, 60.553988933373418 ], [ -1.013900127124944, 60.55388718629451 ], [ -1.013381685780864, 60.553546649939221 ], [ -1.014023001765761, 60.552545742737642 ], [ -1.01319832977521, 60.553280417673513 ], [ -1.011794727061563, 60.553265556530448 ], [ -1.012916806806713, 60.552645323836217 ], [ -1.013154157086321, 60.552036509303768 ], [ -1.014165392821658, 60.551761136672688 ], [ -1.013930083691164, 60.551404732716648 ], [ -1.015138589804213, 60.5506369670452 ], [ -1.015064224224387, 60.550084214566155 ], [ -1.014204716160843, 60.550468460358246 ], [ -1.013634859190555, 60.549422698785165 ], [ -1.014193447419823, 60.549040726542522 ], [ -1.01368214500666, 60.548767585432749 ], [ -1.016040794133952, 60.547945443787782 ], [ -1.016996235697679, 60.54800186001475 ], [ -1.017186665688743, 60.548335481292504 ], [ -1.017473420259614, 60.547296033817304 ], [ -1.018025945644718, 60.547412332053462 ], [ -1.017943381290864, 60.547730477389685 ], [ -1.018813108750676, 60.547305877822154 ], [ -1.020918034947064, 60.547029502432281 ], [ -1.021971443211903, 60.547463715923335 ], [ -1.023646401737032, 60.547570692589936 ], [ -1.02462456279244, 60.54865934742844 ], [ -1.025319991057108, 60.548875426362642 ], [ -1.026627470898486, 60.548745783478552 ], [ -1.027588884532237, 60.549515991162721 ], [ -1.0297675117456, 60.548606998888673 ], [ -1.030116238944955, 60.548834003316202 ], [ -1.030398941116269, 60.548220999263194 ], [ -1.030686958932089, 60.548344304175799 ], [ -1.031810116158428, 60.547670049329582 ], [ -1.031889988109616, 60.548353025415089 ], [ -1.033230911706996, 60.547711762475714 ], [ -1.03569000531527, 60.547783404713392 ], [ -1.036929719189267, 60.54747718577066 ], [ -1.037571679004887, 60.547715262573945 ], [ -1.037957949799716, 60.547477409451034 ], [ -1.037947637943974, 60.547824818842244 ], [ -1.038816260793866, 60.547981915356644 ], [ -1.03882362490535, 60.548471318556743 ], [ -1.039012850223153, 60.548238330149069 ], [ -1.039848252529132, 60.549086556346971 ], [ -1.040959566978357, 60.54923819912743 ], [ -1.04267454522192, 60.550556925620626 ], [ -1.045338071002938, 60.550567001183801 ], [ -1.048493187121251, 60.549979837210252 ], [ -1.048352007007452, 60.543176422849783 ], [ -1.047730420782172, 60.542927768173783 ], [ -1.04742055672191, 60.543175172754978 ], [ -1.046171280567945, 60.542514392148895 ], [ -1.04437335150649, 60.542782584559838 ], [ -1.044422773439569, 60.542219062905716 ], [ -1.043202835124632, 60.542111564386147 ], [ -1.04259690329363, 60.541520003354307 ], [ -1.041235784740197, 60.541872990864299 ], [ -1.040533641153719, 60.541638988308847 ], [ -1.039970588169137, 60.540586206908912 ], [ -1.039401338099337, 60.540297483771234 ], [ -1.038960214879967, 60.540482868599966 ], [ -1.039510305644136, 60.539018771998016 ], [ -1.038669346925217, 60.538797229499231 ], [ -1.038689572885351, 60.538237988553341 ], [ -1.038340395085074, 60.538458152718974 ], [ -1.036547875763185, 60.538304268905975 ], [ -1.035807586408124, 60.538621271453337 ], [ -1.035079842095664, 60.537965045498197 ], [ -1.035312763522251, 60.537181071911675 ], [ -1.036630588212587, 60.536501898127923 ], [ -1.036763487509381, 60.535893187628645 ], [ -1.036912871507356, 60.536079230442489 ], [ -1.039124019399871, 60.535693794967408 ], [ -1.040702746413963, 60.535862271928927 ], [ -1.043128398471787, 60.535369665725419 ], [ -1.043676214193144, 60.533787912119521 ], [ -1.041227514137884, 60.533338473749716 ], [ -1.039256260493462, 60.532583549858231 ], [ -1.038469453928073, 60.53072553636882 ], [ -1.035299477512678, 60.529969999417141 ], [ -1.033928577253563, 60.5301755859089 ], [ -1.03260567983329, 60.531031580944052 ], [ -1.029552156172316, 60.530711331061404 ], [ -1.026267499558256, 60.532143811748057 ], [ -1.024751902924064, 60.532247685699218 ], [ -1.02446170565796, 60.532868705384999 ], [ -1.023025934803793, 60.533466984822617 ], [ -1.022397406816552, 60.532796148800735 ], [ -1.021465614608569, 60.532876422135047 ], [ -1.02156670090558, 60.53230430574007 ], [ -1.020970426247545, 60.531955145255672 ], [ -1.022191821324267, 60.529642135306723 ], [ -1.024758815523829, 60.527230300687364 ], [ -1.025355826950977, 60.52755341115045 ], [ -1.025527453446503, 60.526510411597364 ], [ -1.026818997447165, 60.526578191486607 ], [ -1.028250297496125, 60.525021786286452 ], [ -1.028857395921197, 60.525129459885584 ], [ -1.029976427280159, 60.524567428783747 ], [ -1.029651969240185, 60.523842266628002 ], [ -1.028048679767774, 60.523237997707383 ], [ -1.02773914351264, 60.523536539554229 ], [ -1.027897898907098, 60.523102216044876 ], [ -1.027012612761282, 60.523463906446608 ], [ -1.026499448183614, 60.52326262996975 ], [ -1.026609907901323, 60.522616950446888 ], [ -1.027269577185905, 60.522792356843297 ], [ -1.026775626091024, 60.522254510540201 ], [ -1.026988534612266, 60.521533256076069 ], [ -1.026548283537619, 60.521938590250812 ], [ -1.02488706964676, 60.521751381736088 ], [ -1.024757489640022, 60.521516982659726 ], [ -1.024606121638583, 60.521704435330626 ], [ -1.025457766941346, 60.520036077064653 ], [ -1.02378641232781, 60.519583900926733 ], [ -1.023669060648372, 60.519246331962641 ], [ -1.024230112339171, 60.518761079188657 ], [ -1.024767001245856, 60.519079264690745 ], [ -1.025068495162321, 60.518744755058762 ], [ -1.025773874889639, 60.518911524118622 ], [ -1.02636799656468, 60.51823345614104 ], [ -1.028565754416737, 60.518137224666916 ], [ -1.029294561610351, 60.518434340389781 ], [ -1.030030108348405, 60.518201742696895 ], [ -1.030840725185395, 60.519114502364253 ], [ -1.031031977312282, 60.517894752581967 ], [ -1.03048124754425, 60.51773362365109 ], [ -1.030439772165881, 60.516988069237456 ], [ -1.031542698712067, 60.5160398138499 ], [ -1.031189628816632, 60.515664626077864 ], [ -1.031872747148606, 60.515965885981203 ], [ -1.031054690460089, 60.514693919619916 ], [ -1.031759078460829, 60.5142815075031 ], [ -1.030935672080615, 60.514410218745795 ], [ -1.02966965566916, 60.514113698218814 ], [ -1.029195505632743, 60.513221334611195 ], [ -1.028918491665511, 60.513349515263826 ], [ -1.028329988750589, 60.512932201735808 ], [ -1.028471921322275, 60.512753655223747 ], [ -1.029339313977292, 60.512979948101787 ], [ -1.029464846014272, 60.511827063822558 ], [ -1.028335361985485, 60.511536011790945 ], [ -1.027451969818527, 60.51214912897472 ], [ -1.026375114964415, 60.511014420608731 ], [ -1.025966565273502, 60.511581605423132 ], [ -1.025676446887352, 60.510933002891392 ], [ -1.025169562948091, 60.511135819434074 ], [ -1.02488378286834, 60.51094966375242 ], [ -1.025126186206464, 60.509851509795062 ], [ -1.02608362041461, 60.509804623211167 ], [ -1.026464853045799, 60.510754684834097 ], [ -1.026404059589419, 60.510049392413428 ], [ -1.027633688640982, 60.509730620670162 ], [ -1.027942408519271, 60.510671170797565 ], [ -1.028841858002869, 60.511041364101509 ], [ -1.029936311072783, 60.510371408221395 ], [ -1.030005095455059, 60.51081187722145 ], [ -1.030556790296342, 60.510631815255337 ], [ -1.030936036763755, 60.511043111121765 ], [ -1.031214508539328, 60.510254983160635 ], [ -1.03241880159633, 60.510173926202533 ], [ -1.033392628346048, 60.511411097263021 ], [ -1.033545052050129, 60.510267383260576 ], [ -1.034623282940412, 60.510751068295676 ], [ -1.035836556161979, 60.510674534864819 ], [ -1.033751529277489, 60.508836733360901 ], [ -1.034436481989295, 60.508460082746765 ], [ -1.036262611986601, 60.508284718534902 ], [ -1.035110581947176, 60.508141713490524 ], [ -1.032896611107888, 60.50697189795293 ], [ -1.032719639527989, 60.506494730701618 ], [ -1.034158552140108, 60.506172926292585 ], [ -1.035253393931641, 60.506706111613568 ], [ -1.035520922327774, 60.506281543796099 ], [ -1.034209403082609, 60.505993714856494 ], [ -1.033875282017106, 60.505596222910071 ], [ -1.035122708110724, 60.504976716619723 ], [ -1.034944631898515, 60.503004546285645 ], [ -1.035407422307332, 60.50274750090886 ], [ -1.036072373490097, 60.503039630800018 ], [ -1.037757164939053, 60.501786649008089 ], [ -1.036650796977562, 60.501032517435263 ], [ -1.03614476127211, 60.500907648607232 ], [ -1.035906720142887, 60.501260598960236 ], [ -1.035120800434665, 60.500752098388304 ], [ -1.035550247489352, 60.499471208867902 ], [ -1.034216374197493, 60.499026084801464 ], [ -1.034256087470743, 60.49860884980712 ], [ -1.0339669143366, 60.49884470022922 ], [ -1.03356409440445, 60.498617310062215 ], [ -1.034927656157632, 60.497756214707522 ], [ -1.031744382479489, 60.498289858766498 ], [ -1.029694954178319, 60.497731748794834 ], [ -1.028769396661916, 60.497029146369442 ], [ -1.029320215188077, 60.49656624590218 ], [ -1.030177949036525, 60.496796955226131 ], [ -1.031452133179296, 60.496491942533503 ], [ -1.031791347266712, 60.495493247032783 ], [ -1.03143166696978, 60.495652259213635 ], [ -1.030928956446659, 60.495114360878894 ], [ -1.032064969464807, 60.493946356986072 ], [ -1.033842920708056, 60.495669734430521 ], [ -1.03376457601797, 60.494632095134129 ], [ -1.034253350862737, 60.494415647497604 ], [ -1.035013212388855, 60.494264011122517 ], [ -1.035281007647607, 60.494746322314548 ], [ -1.036683025371103, 60.494729511353896 ], [ -1.036884179802536, 60.495004821740999 ], [ -1.037487675657402, 60.494847553421543 ], [ -1.037658325324869, 60.494371102396045 ], [ -1.038831714745277, 60.49402219409783 ], [ -1.039514746703653, 60.49222054123932 ], [ -1.041031874126853, 60.491074958412788 ], [ -1.040805317222421, 60.490426844089065 ], [ -1.041655539649239, 60.48998400307557 ], [ -1.042707043298006, 60.489811969884443 ], [ -1.044297224332657, 60.490505768296963 ], [ -1.044458858145446, 60.490888531901312 ], [ -1.043223625760582, 60.491489354798695 ], [ -1.043407558435501, 60.491918072261811 ], [ -1.044579583985228, 60.492352968293439 ], [ -1.046291507512047, 60.491757335772228 ], [ -1.046763214259286, 60.491994158702795 ], [ -1.050211321893397, 60.491149577056589 ], [ -1.051029760218784, 60.491479539328182 ], [ -1.053386606139418, 60.491167646095562 ], [ -1.052652574134124, 60.49187446942512 ], [ -1.053607423357098, 60.492208975380137 ], [ -1.052615280119239, 60.492841238519048 ], [ -1.051509567263752, 60.492748983326955 ], [ -1.049036075925922, 60.493310525983617 ], [ -1.0445663034391, 60.495032197071851 ], [ -1.037516865866037, 60.497056591479385 ], [ -1.037681361887394, 60.498569836234125 ], [ -1.038167821108403, 60.498924419983616 ], [ -1.039576716930627, 60.499050392889579 ], [ -1.043428968558292, 60.497927848471683 ], [ -1.046422593242035, 60.496405784318938 ], [ -1.047035165265797, 60.495504181912175 ], [ -1.050257173958801, 60.495059342730038 ], [ -1.051514206224522, 60.495395115069755 ], [ -1.052688728034011, 60.494816232316374 ], [ -1.053278981031484, 60.494985632904672 ], [ -1.053879151128397, 60.494502331234074 ], [ -1.053752535253759, 60.494725009630322 ], [ -1.054784451247445, 60.494728729551227 ], [ -1.056251407906255, 60.494355708546536 ], [ -1.057108264191714, 60.493429749206371 ], [ -1.057946264557978, 60.493403342218684 ], [ -1.058288300027555, 60.493910372801459 ], [ -1.059143339119862, 60.493924483720178 ], [ -1.059828883367562, 60.492185602661309 ], [ -1.063637733321932, 60.490369000643383 ], [ -1.068634624809635, 60.489690138415369 ], [ -1.070575543711681, 60.490547688983078 ], [ -1.070587042542657, 60.491099973658038 ], [ -1.07104694282328, 60.490928086173049 ], [ -1.073932090450038, 60.492185432794209 ], [ -1.074212395319013, 60.492759335174668 ], [ -1.075372606262269, 60.492793416437344 ], [ -1.075572715451831, 60.49330839716999 ], [ -1.076388114580157, 60.493244006422408 ], [ -1.07798359194994, 60.494231046189363 ], [ -1.079631495244926, 60.494463300646196 ], [ -1.080617619559357, 60.495248568835301 ], [ -1.082745896538271, 60.495553229942018 ], [ -1.086782754533477, 60.498283560512938 ], [ -1.090472592080514, 60.499518210074505 ], [ -1.091887608175056, 60.499628407178342 ], [ -1.093887362301596, 60.499268473878672 ], [ -1.095042928337494, 60.498628934303277 ], [ -1.094394025770154, 60.498006785646218 ], [ -1.097301710658674, 60.497722095650985 ], [ -1.099809225425122, 60.496439783404654 ], [ -1.101422361439128, 60.496095986147203 ], [ -1.105248583428577, 60.496883995721333 ], [ -1.107617033820353, 60.498198196395471 ], [ -1.109899036899134, 60.498356196244792 ], [ -1.110781651352412, 60.500359877944561 ], [ -1.111968887929988, 60.500881372247385 ], [ -1.111190553801116, 60.50171571689981 ], [ -1.11139608035511, 60.50218847574336 ], [ -1.110592218326191, 60.500961996223282 ], [ -1.111251035345009, 60.500836190220973 ], [ -1.110659656078762, 60.500493748368207 ], [ -1.11058717438076, 60.500813811228824 ], [ -1.109717390181592, 60.500931922002287 ], [ -1.104744419903002, 60.5012407604194 ], [ -1.104306896781136, 60.500536575092426 ], [ -1.103282896704174, 60.500107693183018 ], [ -1.099257023791211, 60.500336488016913 ], [ -1.096261573559633, 60.499842157525862 ], [ -1.095111753362062, 60.49903345111052 ], [ -1.091891311795314, 60.499951672672708 ], [ -1.095481595123353, 60.501244765089538 ], [ -1.098320127230522, 60.501690464584797 ], [ -1.099465476298613, 60.50233839005621 ], [ -1.101951226739735, 60.501918760951511 ], [ -1.103089577266513, 60.502097910334925 ], [ -1.104189109010298, 60.501572845376351 ], [ -1.103346419132333, 60.503279460332443 ], [ -1.105196998701989, 60.504108056308318 ], [ -1.104320680523092, 60.504393095633624 ], [ -1.106911749800159, 60.504317971178715 ], [ -1.107734633254704, 60.503790128303933 ], [ -1.110875020839896, 60.504263614579557 ], [ -1.112611896428287, 60.504997969033312 ], [ -1.114403425364199, 60.506401588089538 ], [ -1.114685621790881, 60.508405745021832 ], [ -1.116754300986164, 60.509003071117469 ], [ -1.117326593056313, 60.509720674394281 ], [ -1.116891456901205, 60.508981531203816 ], [ -1.115312862592068, 60.508441328536804 ], [ -1.115891736682665, 60.506909778384355 ], [ -1.117947842811873, 60.50562144354555 ], [ -1.120165265148936, 60.505092853969828 ], [ -1.120049637654539, 60.504656617462139 ], [ -1.121190027988278, 60.504902068462499 ], [ -1.12227776367992, 60.504738625706487 ], [ -1.122438678710939, 60.504174015785431 ], [ -1.121962358230179, 60.503946412684712 ], [ -1.122921787234902, 60.503813546902386 ], [ -1.122523375243896, 60.503397901655482 ], [ -1.122019396275942, 60.503520292223897 ], [ -1.122213074859269, 60.503090580765715 ], [ -1.12024168542413, 60.503616335827402 ], [ -1.120678665334814, 60.503951432317912 ], [ -1.119955158709052, 60.503776066830468 ], [ -1.116071966171902, 60.504302613155183 ], [ -1.117603023502651, 60.503235278049303 ], [ -1.117703596210712, 60.502549059908944 ], [ -1.11893594760284, 60.50208580846288 ], [ -1.117798754521017, 60.502397048121452 ], [ -1.117458521403545, 60.502188285565595 ], [ -1.120132346474187, 60.501604351095736 ], [ -1.121899541156443, 60.500613946003277 ], [ -1.122237327660621, 60.499229831599727 ], [ -1.121654435850695, 60.498233833473691 ], [ -1.120423073854268, 60.497188666863622 ], [ -1.120132226292707, 60.496300536053141 ], [ -1.116498390187113, 60.493113277251908 ], [ -1.115202586578444, 60.492977193771097 ], [ -1.108212890443385, 60.493667843149353 ], [ -1.105437048896844, 60.491957645607798 ], [ -1.099253087083114, 60.491354874730028 ], [ -1.098829570625703, 60.490548404327456 ], [ -1.09749331984692, 60.490171240313316 ], [ -1.098631743341101, 60.488495389305342 ], [ -1.098903968861946, 60.486225564676175 ], [ -1.100720471643058, 60.485353395279702 ], [ -1.103798197803117, 60.485589592734598 ], [ -1.105780524255815, 60.485297607609382 ], [ -1.108888341479144, 60.483774025560962 ], [ -1.109590829474005, 60.483037955627921 ], [ -1.111623295448807, 60.482767768405942 ], [ -1.11280470950693, 60.483479573227775 ], [ -1.113572973989158, 60.484931177839819 ], [ -1.117228385939933, 60.486007733086765 ], [ -1.118237478402593, 60.486842256989426 ], [ -1.121491454669816, 60.488174632256289 ], [ -1.123981793992257, 60.488343642307065 ], [ -1.126678544853275, 60.488078481429845 ], [ -1.128623578985102, 60.487410596556899 ], [ -1.129140155077949, 60.486807894769314 ], [ -1.131186008633621, 60.486515947416123 ], [ -1.133483421172603, 60.485659933992579 ], [ -1.137002999689059, 60.488452717385293 ], [ -1.139538537266694, 60.488567855736768 ], [ -1.140802078038831, 60.488957597079661 ], [ -1.142585015281523, 60.487940984700323 ], [ -1.144579192763678, 60.48753626464206 ], [ -1.145768164081098, 60.48661007987549 ], [ -1.145219018897772, 60.48465815344597 ], [ -1.14553796162629, 60.483946377234631 ], [ -1.146388730753847, 60.483767755335137 ], [ -1.149038255424017, 60.485423315908093 ], [ -1.149137751642335, 60.486487943384112 ], [ -1.146338652788244, 60.486366811856065 ], [ -1.145353743197542, 60.487491843171703 ], [ -1.147288030078397, 60.487980094392057 ], [ -1.149153969797034, 60.48760591276146 ], [ -1.1486488419657, 60.487090897468029 ], [ -1.149690464308623, 60.487618310753049 ], [ -1.151838513704029, 60.487937259462143 ], [ -1.153238026532448, 60.488700368267054 ], [ -1.153940866134748, 60.49071159489278 ], [ -1.15334553263553, 60.492256668416253 ], [ -1.152283591335606, 60.493267229844776 ], [ -1.152636365220975, 60.494465449977952 ], [ -1.153683135607582, 60.49543551906924 ], [ -1.156863065379038, 60.497535137451969 ], [ -1.156806169089067, 60.49720256172526 ], [ -1.15836543583213, 60.497229461483684 ], [ -1.158805606417814, 60.49668003860743 ], [ -1.158277895566096, 60.495760872486343 ], [ -1.165357847481422, 60.497198839976527 ], [ -1.167902314170963, 60.499127210509741 ], [ -1.168843747365804, 60.501604939490896 ], [ -1.171135854406197, 60.504668388889407 ], [ -1.170976215324035, 60.50535876484161 ], [ -1.171666888869542, 60.505619845067656 ], [ -1.17145817350557, 60.506164460574936 ], [ -1.172394046713712, 60.507521572699865 ], [ -1.172299648992252, 60.508795975440044 ], [ -1.171348937617153, 60.509089072353824 ], [ -1.172125655704572, 60.509620945141862 ], [ -1.171807118649261, 60.510401022072379 ], [ -1.172275935773462, 60.510511674437076 ], [ -1.172328229321136, 60.511817513761912 ], [ -1.173512426200745, 60.512870876451942 ], [ -1.17330437039968, 60.514461526172234 ], [ -1.174027990194548, 60.514939185414278 ], [ -1.173419397890463, 60.515165276512072 ], [ -1.173377693701929, 60.515801613655746 ], [ -1.175099117345098, 60.517008230619503 ], [ -1.1746695474693, 60.51699749565303 ], [ -1.17499559389187, 60.517641492479072 ], [ -1.174276219222613, 60.517495181973217 ], [ -1.17317879941688, 60.518032505906461 ], [ -1.173779421676479, 60.519051722214684 ], [ -1.173202185100431, 60.520260284090043 ], [ -1.175600449811207, 60.522726312494079 ], [ -1.176689457660728, 60.523458513814433 ], [ -1.179773966289137, 60.523517895735289 ], [ -1.181355399563174, 60.521128473590593 ], [ -1.183014741806762, 60.52106141677254 ], [ -1.183557152871531, 60.520499071840412 ], [ -1.187882954473403, 60.521971024599893 ], [ -1.188155832587743, 60.522349791078263 ], [ -1.188272123065106, 60.52352671411068 ], [ -1.187138763889564, 60.525863274970057 ], [ -1.186145550001766, 60.525875184571532 ], [ -1.184864887454957, 60.526450994151915 ], [ -1.184424910581466, 60.526196903494949 ], [ -1.184070790933088, 60.526513486478386 ], [ -1.183216144592765, 60.526086261920987 ], [ -1.183009325980484, 60.52634089151551 ], [ -1.181664755067894, 60.524896958110297 ], [ -1.18047228294626, 60.524359900319595 ], [ -1.178429288425491, 60.524246787536363 ], [ -1.177202311772156, 60.524857871433582 ], [ -1.177548937674902, 60.525844976079448 ], [ -1.177044382194927, 60.526128290817127 ], [ -1.177378554657686, 60.526241685858828 ], [ -1.176534784672574, 60.526466343018285 ], [ -1.176654634723855, 60.527271578540436 ], [ -1.17767408369165, 60.527448454735335 ], [ -1.17907515086748, 60.528961013808939 ], [ -1.178443723816036, 60.528784739823074 ], [ -1.178101930673664, 60.529186681184214 ], [ -1.179305998141108, 60.529775009302853 ], [ -1.179283301491198, 60.530239969153101 ], [ -1.17888076107785, 60.530090243914358 ], [ -1.17845062432373, 60.530526660199584 ], [ -1.179207120603963, 60.530874298731632 ], [ -1.178742877765926, 60.531146195252049 ], [ -1.179606071484708, 60.531598640796183 ], [ -1.179321555493051, 60.531896783430163 ], [ -1.180488267873368, 60.533247166160699 ], [ -1.182506968374551, 60.534346859984424 ], [ -1.181743054976504, 60.534721984128133 ], [ -1.182134402316499, 60.535390603034735 ], [ -1.185415641115709, 60.537893269845334 ], [ -1.185751482634392, 60.538671977351548 ], [ -1.184970798355244, 60.538914132540015 ], [ -1.185102144488133, 60.539489572536688 ], [ -1.185983827203813, 60.539943883516074 ], [ -1.186247933020326, 60.54067725870042 ], [ -1.185627502206859, 60.541068542752697 ], [ -1.186147685934734, 60.541040286636807 ], [ -1.186622064885194, 60.541748005311234 ], [ -1.187342835819554, 60.544625582632008 ], [ -1.189428187470189, 60.544701099575036 ], [ -1.188818995722155, 60.545734444991446 ], [ -1.189915140411527, 60.546369604701688 ], [ -1.189673970253333, 60.547266014150388 ], [ -1.189360033691556, 60.547062089022795 ], [ -1.189169334940682, 60.547397633953828 ], [ -1.188973319743927, 60.547216870147849 ], [ -1.188840108408352, 60.547440529540921 ], [ -1.188206288468592, 60.547270574484081 ], [ -1.187791212330879, 60.547465584150224 ], [ -1.188002994675481, 60.548836125461015 ], [ -1.187374890163003, 60.5488008820668 ], [ -1.186448682534036, 60.549746990794546 ], [ -1.185448893134266, 60.54962866677198 ], [ -1.18514419564318, 60.550870361600893 ], [ -1.183450263087594, 60.551888085766834 ], [ -1.181953377426349, 60.552318888968074 ], [ -1.1816165441483, 60.553021656186161 ], [ -1.182018864466578, 60.553697522877918 ], [ -1.181179649817029, 60.55371483083718 ], [ -1.180524521856545, 60.554384219388304 ], [ -1.183488193941748, 60.557257588123484 ], [ -1.184120748108867, 60.559295128070389 ], [ -1.18333109114172, 60.563128702135394 ], [ -1.181293805421663, 60.565146325224326 ], [ -1.181566699082386, 60.567917925075974 ], [ -1.183160797416608, 60.568652255027772 ], [ -1.183477379030227, 60.569915695385667 ], [ -1.182799938444284, 60.569867560784502 ], [ -1.182539674477089, 60.570638137378509 ], [ -1.180640000567917, 60.572171742287942 ], [ -1.182045904638132, 60.572851956614805 ], [ -1.183985388616184, 60.572923066791475 ], [ -1.187872032032754, 60.571814518452264 ], [ -1.190084918747593, 60.572258918189334 ], [ -1.19161282739537, 60.573541341527992 ], [ -1.193816246303397, 60.573639942407979 ], [ -1.193725242274283, 60.571872389933517 ], [ -1.193274419105295, 60.57158684217449 ], [ -1.192917166671051, 60.571939343993904 ], [ -1.192010945984218, 60.571698629236323 ], [ -1.191279570003721, 60.57110520587559 ], [ -1.191124714777667, 60.57146162067724 ], [ -1.191095706983053, 60.571235182385273 ], [ -1.189818962506674, 60.571148439496419 ], [ -1.189609296409095, 60.569976348288982 ], [ -1.188561798998315, 60.568824314371774 ], [ -1.187401354807701, 60.568323438254652 ], [ -1.187472322113612, 60.565567411007486 ], [ -1.189292448698647, 60.562154884966255 ], [ -1.190053827341213, 60.561611799871834 ], [ -1.192028349994665, 60.561421728452189 ], [ -1.193381511153524, 60.562013515568616 ], [ -1.195180900422142, 60.561898659529561 ], [ -1.194873950206113, 60.562507362066874 ], [ -1.196033081556354, 60.562469444920303 ], [ -1.197246914138078, 60.563168098544722 ], [ -1.197693277359259, 60.563924987794771 ], [ -1.197283844825288, 60.564695594666169 ], [ -1.198410171291379, 60.564364754548969 ], [ -1.198908402300156, 60.56464877387473 ], [ -1.198477065949137, 60.564904774489882 ], [ -1.199447453181516, 60.564905201833128 ], [ -1.200829435767526, 60.566188442923192 ], [ -1.202388504213702, 60.566951962493533 ], [ -1.202537514418176, 60.567567890647538 ], [ -1.201910136454104, 60.567487828188774 ], [ -1.201208850023817, 60.567815850952272 ], [ -1.200089873513939, 60.570282785628628 ], [ -1.199562440944894, 60.570216778306509 ], [ -1.197859290801575, 60.57136302438991 ], [ -1.197953419611783, 60.573823745470875 ], [ -1.19765025564348, 60.57449802057036 ], [ -1.196620652644839, 60.575034150143267 ], [ -1.196522803827721, 60.575741979343206 ], [ -1.197692624808442, 60.577500741635617 ], [ -1.196825178227568, 60.578852210797102 ], [ -1.197114034724695, 60.579125101114158 ], [ -1.196231645276753, 60.5791646936541 ], [ -1.195932308311591, 60.579460985844321 ], [ -1.195109110706339, 60.579321353568787 ], [ -1.194392240273916, 60.581142399792043 ], [ -1.192724656099949, 60.580173421895623 ], [ -1.192401389821828, 60.580403119699831 ], [ -1.191229257683883, 60.580351142576632 ], [ -1.190714265596027, 60.580949597898908 ], [ -1.189394972883874, 60.580943403212324 ], [ -1.188627477667165, 60.581711812476122 ], [ -1.187281049908339, 60.581985567013803 ], [ -1.186840720581419, 60.583003162015991 ], [ -1.186246658036731, 60.582695774934493 ], [ -1.184996308315484, 60.582708305441415 ], [ -1.184640740371342, 60.58218318769989 ], [ -1.184893183265378, 60.58273960869397 ], [ -1.185018887925591, 60.58274165067138 ], [ -1.185954937163191, 60.582756850249275 ], [ -1.186820203642937, 60.583050574841963 ], [ -1.187146259997701, 60.583161254627946 ], [ -1.188139193266353, 60.58349829818971 ], [ -1.188413109536775, 60.584074595561241 ], [ -1.190205819504049, 60.584641241987605 ], [ -1.190670817743417, 60.584512070356666 ], [ -1.191767400562187, 60.585110395804456 ], [ -1.191324028018506, 60.585250476414423 ], [ -1.192072114574398, 60.58526038485833 ], [ -1.19194868668265, 60.585890839160804 ], [ -1.192771835799008, 60.585892218456635 ], [ -1.193469446132023, 60.587049287058917 ], [ -1.193106684717827, 60.588640810862209 ], [ -1.194308665956981, 60.588385879987136 ], [ -1.193789620933714, 60.589876800670062 ], [ -1.194556708968463, 60.590154373173917 ], [ -1.194852367334761, 60.589937074081824 ], [ -1.195108381944115, 60.590799667719061 ], [ -1.194683794496589, 60.590989255239883 ], [ -1.195764550781102, 60.591648505660189 ], [ -1.195461205590255, 60.592468227924982 ], [ -1.195920440485817, 60.592354266848361 ], [ -1.196616382003056, 60.593000421842348 ], [ -1.198274804788985, 60.593486240188668 ], [ -1.198969372850822, 60.594190735485739 ], [ -1.200218161199622, 60.594633671783392 ], [ -1.200845909748494, 60.595458969061056 ], [ -1.20129583940879, 60.597571636001867 ], [ -1.200382500250573, 60.597956750594243 ], [ -1.201090956396963, 60.598104641452885 ], [ -1.201080978914767, 60.598508620459143 ], [ -1.200239417979819, 60.598943545262628 ], [ -1.199939052040554, 60.600382820195144 ], [ -1.197701680783391, 60.601873343030448 ], [ -1.199146548350477, 60.601415110770986 ], [ -1.199397944473081, 60.601587209413047 ], [ -1.198390518570743, 60.602815739177629 ], [ -1.200361903597921, 60.602113734965656 ], [ -1.199712425265504, 60.602899971144709 ], [ -1.198746695594734, 60.603181507307191 ], [ -1.199381904900682, 60.603710559784233 ], [ -1.200116376274603, 60.603180724324965 ], [ -1.201871231667408, 60.602742272797315 ], [ -1.20221178476894, 60.603372807854356 ], [ -1.200604753365141, 60.603740318196529 ], [ -1.201926132768601, 60.604587708203454 ], [ -1.202772800205807, 60.60469152059045 ], [ -1.202855139585332, 60.605055645477655 ], [ -1.201434961779256, 60.605249195908506 ], [ -1.203067748188725, 60.606062517815609 ], [ -1.203224196228496, 60.606754803447487 ], [ -1.203010206449996, 60.606915144201878 ], [ -1.202146276968114, 60.606398213996791 ], [ -1.201182237776557, 60.606607949025545 ], [ -1.2007317479452, 60.608207943127823 ], [ -1.20018621091466, 60.608110407836207 ], [ -1.199523938321007, 60.609408347934036 ], [ -1.197461899990015, 60.608960533325998 ], [ -1.196726807076173, 60.609508307991447 ], [ -1.197378258423295, 60.60975463995424 ], [ -1.19651220907594, 60.609691081403582 ], [ -1.196097981050914, 60.609087025517283 ], [ -1.193936664329314, 60.60969354869605 ], [ -1.193478095491454, 60.611235109544729 ], [ -1.194135497193018, 60.613075198948344 ], [ -1.194742679205414, 60.613267405072811 ], [ -1.194097003875517, 60.614619290241301 ], [ -1.19480538967694, 60.615516927013232 ], [ -1.196227024594836, 60.616019296890357 ], [ -1.195453623095118, 60.616997808279187 ], [ -1.197409390751442, 60.620273276941816 ], [ -1.196785675758025, 60.620372789369618 ], [ -1.195223278859064, 60.619645114911599 ], [ -1.195237716620287, 60.620165961300245 ], [ -1.194218163158559, 60.61965253531438 ], [ -1.192444751102991, 60.619695718441754 ], [ -1.192493949775739, 60.619920480700799 ], [ -1.192042457010392, 60.619343124412779 ], [ -1.191178295891042, 60.619194246953541 ], [ -1.189566992215077, 60.620059915167523 ], [ -1.189160107898023, 60.619891346304385 ], [ -1.189066635257075, 60.62033971099676 ], [ -1.187683031688975, 60.62050191451182 ], [ -1.187818017469373, 60.620947175433059 ], [ -1.188339372788554, 60.620923402229465 ], [ -1.188127133582478, 60.621734680060776 ], [ -1.188729814342049, 60.62174731303638 ], [ -1.188740534520828, 60.622048161722375 ], [ -1.18760023582295, 60.621978395026893 ], [ -1.187377594046275, 60.622838990911106 ], [ -1.188561801136067, 60.623344488479304 ], [ -1.188368279868998, 60.62486519051285 ], [ -1.189211829755338, 60.625112725325891 ], [ -1.189898229021855, 60.626526523260402 ], [ -1.189610838184973, 60.626690887993092 ], [ -1.188341898627477, 60.626279162214381 ], [ -1.189847223678046, 60.628196235969433 ], [ -1.189384979284021, 60.628408924251616 ], [ -1.188627969361758, 60.627986832677195 ], [ -1.188389406389069, 60.628753057640758 ], [ -1.188842195505935, 60.628917417045116 ], [ -1.188914380740494, 60.628590135206338 ], [ -1.189603621233775, 60.629164451135061 ], [ -1.18901639172452, 60.629986926805721 ], [ -1.189718142769971, 60.629699371493189 ], [ -1.190038325408456, 60.630415108291047 ], [ -1.18939342809497, 60.630985835649568 ], [ -1.188547915026184, 60.630446486212492 ], [ -1.188687136789679, 60.631452933931001 ], [ -1.188311248869199, 60.631136404185007 ], [ -1.187946530529009, 60.631830034335515 ], [ -1.188203406134309, 60.632882089024314 ], [ -1.187591699568032, 60.633946832297759 ], [ -1.188146658939159, 60.635503496865056 ], [ -1.186427162519441, 60.636274197479793 ], [ -1.184672849731889, 60.634800013168743 ], [ -1.184027816175552, 60.635007080685796 ], [ -1.184481648956996, 60.635494690571804 ], [ -1.184251389558193, 60.636287894340185 ], [ -1.183662683864311, 60.636073308935735 ], [ -1.183560443328071, 60.635417247283989 ], [ -1.182266484324953, 60.635261203287222 ], [ -1.180907930352627, 60.636931898386877 ], [ -1.179531590384668, 60.637498102168571 ], [ -1.179377078601909, 60.638902307302104 ], [ -1.181053367778759, 60.639487201311795 ], [ -1.181612467136951, 60.64123246855651 ], [ -1.179987478059627, 60.640423431207935 ], [ -1.178988912984676, 60.640507098158217 ], [ -1.178962985949264, 60.64080772243743 ], [ -1.178205482210223, 60.640758182431441 ], [ -1.177569994494333, 60.641301975613771 ], [ -1.177030089314456, 60.642757681697894 ], [ -1.176472171148779, 60.642408575303278 ], [ -1.174554024912237, 60.643056692259215 ], [ -1.17136598648871, 60.642597049979983 ], [ -1.171322400669577, 60.643939082469082 ], [ -1.170593821791542, 60.644540627875593 ], [ -1.170693091732539, 60.645659079452074 ], [ -1.170101128109454, 60.64627942542004 ], [ -1.171002785340263, 60.64712899914565 ], [ -1.171779056821214, 60.647165227446926 ], [ -1.171360979831912, 60.647423020692429 ], [ -1.171839411991167, 60.647663913231611 ], [ -1.171466694941262, 60.647935455219937 ], [ -1.171012460830807, 60.647820411622192 ], [ -1.170949537772112, 60.648134273251152 ], [ -1.169938057474574, 60.647643162979236 ], [ -1.167455186281255, 60.648188913420967 ], [ -1.16629263402928, 60.650008827858329 ], [ -1.165940932541432, 60.649818087217305 ], [ -1.16501677950835, 60.650193919395271 ], [ -1.164002610693166, 60.650160656665832 ], [ -1.161899311814421, 60.651220454791321 ], [ -1.161102334718259, 60.651273826014922 ], [ -1.160179001754816, 60.652668702689965 ], [ -1.160425799163877, 60.653024905123146 ], [ -1.159086721182945, 60.65317362993563 ], [ -1.158858164924827, 60.653872526409835 ], [ -1.159732246529501, 60.654021670748719 ], [ -1.158602501047188, 60.654207618449234 ], [ -1.15914939075911, 60.654278392522457 ], [ -1.159000766489241, 60.654717411262098 ], [ -1.158150589316997, 60.654703091642425 ], [ -1.158481580690816, 60.655688329401336 ], [ -1.157328555573827, 60.655712505342144 ], [ -1.157071805880707, 60.656087991413322 ], [ -1.155310189735887, 60.655951192906961 ], [ -1.156964296945014, 60.656352183783611 ], [ -1.157158914481117, 60.656604809640065 ], [ -1.156486186005372, 60.656798104186116 ], [ -1.157685683425185, 60.65709745748503 ], [ -1.157793671874359, 60.65751564178877 ], [ -1.156065866111715, 60.657132154418591 ], [ -1.154710659502366, 60.657190948459153 ], [ -1.154491210583446, 60.656839397520606 ], [ -1.152305473213894, 60.656134228930966 ], [ -1.153212126458423, 60.655740415590159 ], [ -1.15461461604468, 60.655969251028097 ], [ -1.154045216179847, 60.655709765463747 ], [ -1.154388972343138, 60.655505428043313 ], [ -1.153383321628489, 60.655490096578426 ], [ -1.155075575734326, 60.654432327403576 ], [ -1.154171901165316, 60.653667930524371 ], [ -1.155202971107134, 60.65305940284123 ], [ -1.154020724031188, 60.653155194528267 ], [ -1.154171589502691, 60.651935055293961 ], [ -1.153663640895699, 60.65212488670074 ], [ -1.153101810792241, 60.651928294829993 ], [ -1.155526240867832, 60.651539565944802 ], [ -1.154987631552761, 60.65115457739239 ], [ -1.153106211792935, 60.651412051968634 ], [ -1.153339779123263, 60.650874811467347 ], [ -1.152889057427861, 60.650975215462417 ], [ -1.152805166231325, 60.650687368896719 ], [ -1.154079227182992, 60.650574211003665 ], [ -1.153672381135074, 60.650396557472057 ], [ -1.154440419617285, 60.650051242620343 ], [ -1.154015645414416, 60.649860008969902 ], [ -1.153778955349954, 60.650168276064484 ], [ -1.153065219729286, 60.650186210856681 ], [ -1.15256014968165, 60.649222303075241 ], [ -1.15325060510857, 60.64765092177705 ], [ -1.153981073033756, 60.647341286621284 ], [ -1.153816467639409, 60.646644403100439 ], [ -1.154768661486949, 60.646246378346937 ], [ -1.154266332911181, 60.646225249550305 ], [ -1.15479639497424, 60.645187075460036 ], [ -1.154365684492818, 60.643828583305549 ], [ -1.15608833109188, 60.643332158506745 ], [ -1.155309135527315, 60.643062375920394 ], [ -1.156249843904938, 60.642399398946537 ], [ -1.155453444801506, 60.642089104829026 ], [ -1.154619767846272, 60.642155673075635 ], [ -1.155117652198768, 60.640946700252933 ], [ -1.154889872463921, 60.640568160203507 ], [ -1.154211734809119, 60.640631218062651 ], [ -1.154017235646608, 60.640378587561621 ], [ -1.154337992122091, 60.639999021822348 ], [ -1.153677900322132, 60.639025158446103 ], [ -1.154141164731757, 60.634251449785474 ], [ -1.153744083786041, 60.633360054684481 ], [ -1.154336530957616, 60.632025980347102 ], [ -1.15451149228215, 60.628134841743837 ], [ -1.154328149830411, 60.626062308648599 ], [ -1.153462440881686, 60.624786356783261 ], [ -1.153143328027298, 60.621273682712491 ], [ -1.15075593921446, 60.620477411862758 ], [ -1.150795315664016, 60.619952409805919 ], [ -1.150636964965041, 60.620554771270626 ], [ -1.149264765554502, 60.621178154144303 ], [ -1.148843026512006, 60.622205325698758 ], [ -1.148034187068707, 60.622527003000599 ], [ -1.146608868738299, 60.622042951276249 ], [ -1.142652564889912, 60.622533042948234 ], [ -1.140869069179764, 60.621915546248495 ], [ -1.13872915826658, 60.622332769601655 ], [ -1.136727134779204, 60.622032554028259 ], [ -1.133193346802535, 60.619913191649871 ], [ -1.132190502861338, 60.619834863341005 ], [ -1.130423267900744, 60.617199818847823 ], [ -1.127830133410824, 60.615393489722813 ], [ -1.123910383969275, 60.611183808439051 ], [ -1.124280723920833, 60.60998757482183 ], [ -1.121715283597559, 60.606590273636435 ], [ -1.121731254599709, 60.606002272380003 ], [ -1.120312417269937, 60.605790930023922 ], [ -1.11977770789357, 60.604970349541944 ], [ -1.118952010578583, 60.604776361519399 ], [ -1.11723968025031, 60.604949138409303 ], [ -1.115515836100429, 60.605876030474356 ], [ -1.112143188672915, 60.605983883849852 ], [ -1.110562052712851, 60.605367317640159 ], [ -1.111027933812009, 60.606025861459791 ], [ -1.116014669986739, 60.608339497868663 ], [ -1.117023238914103, 60.61020026321475 ], [ -1.116615464600468, 60.612756506528527 ], [ -1.118613635288306, 60.612500321195753 ], [ -1.118069764981226, 60.613017503278179 ], [ -1.118079179456566, 60.614346414966995 ], [ -1.118623988374582, 60.615135641634026 ], [ -1.120149979301499, 60.615787661098288 ], [ -1.120759089526375, 60.617573937669533 ], [ -1.124523700698401, 60.619901654126764 ], [ -1.127815023185405, 60.621166692533222 ], [ -1.129475330247573, 60.623633173083093 ], [ -1.140707004721241, 60.624917871991379 ], [ -1.144471593755828, 60.626504274620693 ], [ -1.146173401027119, 60.627597069486526 ], [ -1.146347240267379, 60.628280556392504 ], [ -1.1462205240152, 60.629617568437666 ], [ -1.144257635194869, 60.6333401566338 ], [ -1.145643405191021, 60.635198609880923 ], [ -1.146357075730794, 60.637591482894948 ], [ -1.146543685362377, 60.639177403605096 ], [ -1.145869463010197, 60.641857718877816 ], [ -1.146617976916512, 60.645359671433717 ], [ -1.146180965972392, 60.645980900999255 ], [ -1.145631394685545, 60.646017799671434 ], [ -1.145798423067459, 60.647652976962668 ], [ -1.144437403038339, 60.650360325597561 ], [ -1.143636926845427, 60.649511217778638 ], [ -1.143365743521426, 60.65077098156398 ], [ -1.141532049321015, 60.650606603185921 ], [ -1.141102023819803, 60.650271636423973 ], [ -1.140729616025441, 60.650520649367884 ], [ -1.137694719776983, 60.650137507774119 ], [ -1.137642769624255, 60.650370617940759 ], [ -1.139980304416928, 60.650843559891413 ], [ -1.140236535289394, 60.652209957820695 ], [ -1.139244613224498, 60.652369691222141 ], [ -1.140334836555971, 60.652982751442138 ], [ -1.140084837274775, 60.653784734297133 ], [ -1.138908747493758, 60.653646987862771 ], [ -1.138850691953478, 60.654109014301696 ], [ -1.13834921067555, 60.654051917200206 ], [ -1.139586187984625, 60.654993647326528 ], [ -1.1384438770167, 60.654959368303707 ], [ -1.140040278312817, 60.655800151179207 ], [ -1.139906393700094, 60.65601926796392 ], [ -1.13837211385003, 60.65559190034741 ], [ -1.139597612231831, 60.656623342355587 ], [ -1.13959567564221, 60.657382024154742 ], [ -1.13759938931369, 60.656785574744639 ], [ -1.137594018945458, 60.657328747428579 ], [ -1.137971118214802, 60.657250367202231 ], [ -1.138932252878646, 60.657907500094502 ], [ -1.138225925091513, 60.657983765262692 ], [ -1.137293015159165, 60.657434552636957 ], [ -1.137887077224145, 60.657999542020924 ], [ -1.137066780162482, 60.657891005550844 ], [ -1.136996882414317, 60.658110531701311 ], [ -1.137129640860328, 60.658618679658098 ], [ -1.138613168179239, 60.659238774905042 ], [ -1.13695986368482, 60.658810626431979 ], [ -1.138047054910615, 60.659886083762729 ], [ -1.13795491047805, 60.660253614542917 ], [ -1.137503023560379, 60.660048686522401 ], [ -1.13777082576646, 60.660638510732348 ], [ -1.137163622321604, 60.661110468175643 ], [ -1.138325844918412, 60.66074982566122 ], [ -1.136890663809511, 60.66276526634644 ], [ -1.137683764661798, 60.662869138898564 ], [ -1.135245999514123, 60.664056560410742 ], [ -1.137036950878582, 60.66379426136006 ], [ -1.137234024166101, 60.664635032025281 ], [ -1.136581706069126, 60.664738572808126 ], [ -1.137633278620124, 60.665100001777361 ], [ -1.137197504993795, 60.665658359762119 ], [ -1.137548461158433, 60.665534918907539 ], [ -1.137210276925389, 60.665864950310549 ], [ -1.13773391929908, 60.666811076795604 ], [ -1.137481773390229, 60.667002494005402 ], [ -1.136672799309417, 60.666804242959465 ], [ -1.137647805925913, 60.667636555464277 ], [ -1.137058424837226, 60.668463282671219 ], [ -1.136317058585265, 60.668130785830826 ], [ -1.135776855570751, 60.668486447035605 ], [ -1.135213647470831, 60.668334665566746 ], [ -1.135852333328902, 60.668742824544111 ], [ -1.134769720225006, 60.669193746906693 ], [ -1.134813050655339, 60.669625000468223 ], [ -1.134116699444426, 60.669319718068913 ], [ -1.134105130811763, 60.669750617073404 ], [ -1.133597417287592, 60.669235553395055 ], [ -1.133190752276861, 60.670067934728841 ], [ -1.132514031823596, 60.669713388575502 ], [ -1.131628897059852, 60.669963545308129 ], [ -1.131807982194388, 60.671468625016466 ], [ -1.130472606941727, 60.671446497384551 ], [ -1.130795192107199, 60.671699991925188 ], [ -1.130335999311465, 60.672101050156726 ], [ -1.131636870981199, 60.67306571043612 ], [ -1.131082503416125, 60.673942021117796 ], [ -1.132044572539874, 60.673557686764497 ], [ -1.132546170594308, 60.674301670928365 ], [ -1.13204167299108, 60.673665411390807 ], [ -1.131526481671717, 60.67410651466539 ], [ -1.132253953873399, 60.674618519681687 ], [ -1.132248095155586, 60.675516343264427 ], [ -1.132044763163255, 60.676610417260335 ], [ -1.131303302127112, 60.676955778436991 ], [ -1.132019937487098, 60.676852679012725 ], [ -1.131040392749536, 60.67754217298075 ], [ -1.130409889380286, 60.67886242831613 ], [ -1.128450415282362, 60.679231289548248 ], [ -1.128242099922502, 60.679827012386767 ], [ -1.129441036548015, 60.680508202387053 ], [ -1.128421220571479, 60.6806497206084 ], [ -1.129149581336449, 60.680793624271395 ], [ -1.128568232754281, 60.681306115351951 ], [ -1.129566794986654, 60.68093550331691 ], [ -1.129546129536344, 60.681361853089399 ], [ -1.129063684684616, 60.682279026115168 ], [ -1.127331938114243, 60.682680776695946 ], [ -1.127888679809678, 60.683079459739076 ], [ -1.128441087594494, 60.682961842169817 ], [ -1.128661693027113, 60.68360524720606 ], [ -1.129742822775446, 60.683908566011759 ], [ -1.129717794520604, 60.684496502201704 ], [ -1.130593223070732, 60.68428220825038 ], [ -1.13078831217582, 60.685194802016895 ], [ -1.132342806049452, 60.68696019119065 ], [ -1.131870959999409, 60.687823570608955 ], [ -1.1323173082259, 60.687907268301814 ], [ -1.133005901885129, 60.687494219544135 ], [ -1.133557728342004, 60.688081396800804 ], [ -1.131917917307931, 60.689139239351285 ], [ -1.129107602933675, 60.689462195434693 ], [ -1.128365862185321, 60.690144236852902 ], [ -1.129179193930917, 60.689862208270661 ], [ -1.128652536632609, 60.690716241843788 ], [ -1.129651148029086, 60.69035460731763 ], [ -1.129138194418346, 60.691379325054761 ], [ -1.127783243365757, 60.691711701814093 ], [ -1.12686479565513, 60.691140070418783 ], [ -1.127033692416327, 60.692003116105276 ], [ -1.125850321234744, 60.692421887527402 ], [ -1.126525223638038, 60.692520562443583 ], [ -1.126896592298543, 60.693007826225738 ], [ -1.127505684086987, 60.692832220227274 ], [ -1.127861798331235, 60.693207149480521 ], [ -1.12781792445174, 60.692798337849325 ], [ -1.128541286453786, 60.692798553285421 ], [ -1.129158662974536, 60.693332302727953 ], [ -1.129409731548885, 60.693190276069011 ], [ -1.129542631377604, 60.693693940438592 ], [ -1.128956334528004, 60.693703599820118 ], [ -1.129694330960227, 60.694179769492699 ], [ -1.128163082050999, 60.694255115782283 ], [ -1.12828214901115, 60.694592587428374 ], [ -1.129759877416568, 60.694804207229893 ], [ -1.12822641283101, 60.694960347330117 ], [ -1.129041919552661, 60.695279899107284 ], [ -1.128040840041154, 60.695726810123453 ], [ -1.129450223536852, 60.695758416681294 ], [ -1.129291721488733, 60.696201827532292 ], [ -1.13016522342647, 60.695731632979275 ], [ -1.129934518261007, 60.696475358792327 ], [ -1.132033159244297, 60.695398064881758 ], [ -1.132235607787372, 60.69604134459972 ], [ -1.132915895942623, 60.696283679101299 ], [ -1.133083145379395, 60.697555230626833 ], [ -1.132186673802145, 60.697518005340378 ], [ -1.132506088035891, 60.698579545649515 ], [ -1.131992920579988, 60.698930878096917 ], [ -1.131596318072177, 60.698694866434892 ], [ -1.131541943337146, 60.699013253961624 ], [ -1.130498147743379, 60.699343185121037 ], [ -1.131040336887223, 60.699274871860169 ], [ -1.131406688118146, 60.699613942856182 ], [ -1.131782158116, 60.699275188802496 ], [ -1.132741660789222, 60.699694414088661 ], [ -1.132507389372477, 60.700231613313406 ], [ -1.131517337166406, 60.700265606994222 ], [ -1.132679625419341, 60.700977949909557 ], [ -1.13256173070753, 60.701614666365778 ], [ -1.133984048310412, 60.701174932372439 ], [ -1.134379854386497, 60.701442356550324 ], [ -1.134147045246382, 60.701925696414982 ], [ -1.133105356051799, 60.702174854436649 ], [ -1.133233781931591, 60.702507892155694 ], [ -1.132472966230804, 60.702529907121132 ], [ -1.132682691157289, 60.703245060955403 ], [ -1.133333649995385, 60.702881148723073 ], [ -1.133646567463832, 60.703165996259081 ], [ -1.13389638107256, 60.702732149300239 ], [ -1.134862021346202, 60.704291677193943 ], [ -1.134158501728522, 60.70490665747527 ], [ -1.13540163422778, 60.704663279447225 ], [ -1.133379732838572, 60.705934162159416 ], [ -1.132721870070956, 60.704511293707689 ], [ -1.132287155402586, 60.70636704612744 ], [ -1.131084278092169, 60.706812674416888 ], [ -1.130887869375244, 60.706622851394336 ], [ -1.130628704455684, 60.707061121468179 ], [ -1.129734275984416, 60.706938597763745 ], [ -1.130465365786922, 60.707342887441193 ], [ -1.128481221666003, 60.707882188254715 ], [ -1.129974477214061, 60.707541721122936 ], [ -1.127879227407693, 60.70846188166739 ], [ -1.127802751670535, 60.709255988239121 ], [ -1.126697997383604, 60.709455305076283 ], [ -1.127116787304815, 60.709552306933269 ], [ -1.126997654470312, 60.710229413852737 ], [ -1.125435108094812, 60.710416760679664 ], [ -1.128063649899472, 60.710447346131012 ], [ -1.127332871387882, 60.711044156809749 ], [ -1.125529423642988, 60.710992004676363 ], [ -1.125859939338441, 60.711303920494075 ], [ -1.128454464719196, 60.71124000119778 ], [ -1.128600154149131, 60.711950255165483 ], [ -1.129226581345751, 60.711824135066415 ], [ -1.128740404258495, 60.712184609303961 ], [ -1.129417422490782, 60.712898313228933 ], [ -1.128371938557366, 60.713273111143799 ], [ -1.129419786181295, 60.713149728498095 ], [ -1.127866556998944, 60.713664882446317 ], [ -1.127991933988051, 60.714110136949259 ], [ -1.129000494792585, 60.714085266249597 ], [ -1.129097069983582, 60.714579714667508 ], [ -1.127779608938712, 60.714844998800473 ], [ -1.128033126369289, 60.715295575799587 ], [ -1.127286225463374, 60.715806985073321 ], [ -1.127121340443132, 60.714791333742127 ], [ -1.126359255939735, 60.714849221298721 ], [ -1.126531790057686, 60.715582098568007 ], [ -1.125941882984645, 60.715035051656471 ], [ -1.125828067279266, 60.715514663311964 ], [ -1.125126530753985, 60.715029735052219 ], [ -1.125629338271618, 60.715746810596848 ], [ -1.124698164351871, 60.715619525572478 ], [ -1.123861908494024, 60.716045036361102 ], [ -1.12424351851567, 60.716164250283796 ], [ -1.123130565978302, 60.716318592281453 ], [ -1.123984918180733, 60.716575575619807 ], [ -1.123718491035652, 60.717274163575539 ], [ -1.122266523620687, 60.717089586610946 ], [ -1.12243899192807, 60.717485772414491 ], [ -1.12159717024399, 60.717776554310447 ], [ -1.122476236085408, 60.717800266106629 ], [ -1.122293834597389, 60.71810434393872 ], [ -1.121270862506649, 60.717980923892718 ], [ -1.121782814639203, 60.718361377233471 ], [ -1.11993409530446, 60.718609637437339 ], [ -1.120414175789309, 60.718814804696486 ], [ -1.11905674935775, 60.719191974104469 ], [ -1.119508193595486, 60.71977405652364 ], [ -1.121145602567067, 60.719883560235708 ], [ -1.121520071053482, 60.719594209968982 ], [ -1.121884714335179, 60.720000633473724 ], [ -1.123497955435318, 60.719988739481458 ], [ -1.124240378617971, 60.720321306899926 ], [ -1.125517173984628, 60.72021291636603 ], [ -1.125528149776741, 60.719808952531885 ], [ -1.125882932077318, 60.719905540166316 ], [ -1.125697312347034, 60.721340900425723 ], [ -1.126656172854888, 60.721805053957475 ], [ -1.125009372281258, 60.722036742204772 ], [ -1.124530696468179, 60.722787817925791 ], [ -1.126292446082192, 60.723387400967958 ], [ -1.127073669097399, 60.723307191120256 ], [ -1.127601789765623, 60.723773022772768 ], [ -1.12788736641652, 60.725072281139219 ], [ -1.12665669389248, 60.725163038184299 ], [ -1.127220244968702, 60.725337298739333 ], [ -1.126468806343174, 60.725669103165892 ], [ -1.126830749696719, 60.725842052260518 ], [ -1.127572172548769, 60.725541605611859 ], [ -1.127968346879544, 60.726819136279879 ], [ -1.127083730336378, 60.726315072892191 ], [ -1.127032094175469, 60.726866917920546 ], [ -1.126474513783101, 60.726809416815939 ], [ -1.125696706234853, 60.726086065051113 ], [ -1.125119226503012, 60.726086789150521 ], [ -1.123329584947158, 60.726842771615928 ], [ -1.12484002999536, 60.726578788521252 ], [ -1.125133806693591, 60.72723613942437 ], [ -1.124206336033824, 60.727297426516046 ], [ -1.123801373331591, 60.727694327750704 ], [ -1.122814750002987, 60.727571158467285 ], [ -1.122431157170499, 60.727855963405624 ], [ -1.123414119114726, 60.728113789894131 ], [ -1.122905150852362, 60.72829003415827 ], [ -1.120678610830318, 60.727584108592652 ], [ -1.121276805021142, 60.727161546870711 ], [ -1.119204672096332, 60.72751607804684 ], [ -1.116746717474427, 60.726229449242318 ], [ -1.117462144098865, 60.72688061487009 ], [ -1.116707488628347, 60.727324576044062 ], [ -1.117611407235522, 60.727788431842299 ], [ -1.117037741801207, 60.72865108852978 ], [ -1.115581722284149, 60.728596604152536 ], [ -1.114087232199517, 60.729273603096779 ], [ -1.112335299392341, 60.728979196962932 ], [ -1.112072850113794, 60.729520663481679 ], [ -1.111245364556902, 60.729609458792879 ], [ -1.111805439609082, 60.729909460972124 ], [ -1.111108728844956, 60.730241542636939 ], [ -1.110429627560362, 60.729936259042212 ], [ -1.109496336860476, 60.730203913395805 ], [ -1.109046413649185, 60.73089227598804 ], [ -1.108405185317817, 60.730874547966714 ], [ -1.108440021586828, 60.730609911622544 ], [ -1.107809661861932, 60.730861610134617 ], [ -1.106601780797466, 60.730781742978614 ], [ -1.104943764904947, 60.729747133226837 ], [ -1.105149971212038, 60.729254687135622 ], [ -1.104251943410546, 60.72957192253174 ], [ -1.102832384921045, 60.728866596166547 ], [ -1.102164750046788, 60.729468183638609 ], [ -1.100407395018757, 60.729371113793825 ], [ -1.100226852639011, 60.729598856842884 ], [ -1.099234013253119, 60.728389063372845 ], [ -1.099102038891751, 60.729173803411406 ], [ -1.098581789334349, 60.728438553691788 ], [ -1.098381005282337, 60.729061216133957 ], [ -1.097607503681773, 60.728858486134996 ], [ -1.097896064851621, 60.73000968609545 ], [ -1.097018731793965, 60.729586279146943 ], [ -1.094673812982531, 60.730172039972047 ], [ -1.093540140616154, 60.72973790130257 ], [ -1.092898871411332, 60.730047817351746 ], [ -1.0940668599387, 60.728937875414516 ], [ -1.092542888031784, 60.729668308833233 ], [ -1.091614703810075, 60.7281266869308 ], [ -1.091063196266003, 60.728504541500705 ], [ -1.090356292251213, 60.727893694394041 ], [ -1.089808478881439, 60.728464608791782 ], [ -1.088287202557605, 60.727803329438075 ], [ -1.087365245659236, 60.728313329707618 ], [ -1.088181956161334, 60.728929428492378 ], [ -1.087174429340547, 60.728900129792265 ], [ -1.086717592279337, 60.728201178643218 ], [ -1.086036073629942, 60.728313258793918 ], [ -1.085943819144003, 60.727688617200485 ], [ -1.086842865354641, 60.727340085547191 ], [ -1.085725668799736, 60.727301050493288 ], [ -1.086641506653665, 60.727006506286642 ], [ -1.085835916997742, 60.72696959347121 ], [ -1.085916773218609, 60.7263820457853 ], [ -1.085055295293897, 60.726699402329629 ], [ -1.085543329231745, 60.726298692962324 ], [ -1.08388850388032, 60.726471462774676 ], [ -1.082604512164507, 60.726175371889767 ], [ -1.084592661251512, 60.72620691181136 ], [ -1.082708695241618, 60.725736132433049 ], [ -1.084592638492429, 60.723952382705221 ], [ -1.083764929273464, 60.723278722442558 ], [ -1.082822579170493, 60.723348600142749 ], [ -1.083290046561468, 60.722961226171776 ], [ -1.082771361845086, 60.722508749392823 ], [ -1.082360329397132, 60.722716935377612 ], [ -1.082498132646731, 60.720776701095787 ], [ -1.081265077329218, 60.720630887410437 ], [ -1.080592978415669, 60.719969046722923 ], [ -1.078804314823101, 60.719321086580841 ], [ -1.077905598696131, 60.718255432664712 ], [ -1.075895344517473, 60.71703217455191 ], [ -1.077234760402546, 60.716722655915376 ], [ -1.076583641090753, 60.714632437789213 ], [ -1.077585170501975, 60.711977165290911 ], [ -1.076760678787083, 60.709098326686636 ], [ -1.075325950101502, 60.70705926675388 ], [ -1.074583824102455, 60.707063125376742 ], [ -1.074359877495114, 60.708161463703277 ], [ -1.075271985541662, 60.710852371386778 ], [ -1.075130224817786, 60.712278997473703 ], [ -1.074061273056796, 60.714085305749542 ], [ -1.074587570782111, 60.715220246903627 ], [ -1.074033261601915, 60.716269614663567 ], [ -1.074228173473762, 60.719050745177647 ], [ -1.074708484883102, 60.719811856197907 ], [ -1.076785960073137, 60.720038068366897 ], [ -1.07622877795377, 60.7211870874917 ], [ -1.077541260573288, 60.723741560344926 ], [ -1.076914513273529, 60.724374730619509 ], [ -1.076480738238041, 60.724287345655576 ], [ -1.076640289714315, 60.725115375084144 ], [ -1.075806891728437, 60.725410419284223 ], [ -1.075344159966798, 60.724926873961429 ], [ -1.074363355821524, 60.725247828868753 ], [ -1.073305239363318, 60.725069928918657 ], [ -1.072406841948913, 60.726028921307694 ], [ -1.07376688109742, 60.726545611701653 ], [ -1.07365586399981, 60.726899500644343 ], [ -1.075238874302043, 60.727027594372501 ], [ -1.076289348414264, 60.727761651395674 ], [ -1.075956452111872, 60.727862612722795 ], [ -1.076582657780225, 60.72840115260712 ], [ -1.076019729116036, 60.728531955568386 ], [ -1.075985285612773, 60.729092881835804 ], [ -1.076998367107025, 60.729248003442379 ], [ -1.076511470320521, 60.729603797004287 ], [ -1.077353389747998, 60.729654483359141 ], [ -1.077284312903564, 60.731104054162643 ], [ -1.077831198636398, 60.731534298640668 ], [ -1.077078206363127, 60.731897243465156 ], [ -1.076591620168812, 60.731602090174178 ], [ -1.075207060036057, 60.731610509917054 ], [ -1.076046115857589, 60.733039401362966 ], [ -1.075404096660749, 60.733367186761576 ], [ -1.073319914708792, 60.731880313778518 ] ] ], [ [ [ -1.075178946311501, 60.733863947775276 ], [ -1.074747604896825, 60.733241449422948 ], [ -1.075073462516009, 60.733387354188636 ], [ -1.075178946311501, 60.733863947775276 ] ] ], [ [ [ -1.07059077412454, 60.734002834447153 ], [ -1.07049093506512, 60.733333235774843 ], [ -1.071221909236728, 60.733419105910926 ], [ -1.071458776622698, 60.733788868806997 ], [ -1.07059077412454, 60.734002834447153 ] ] ], [ [ [ -1.041665602302145, 60.732428288886254 ], [ -1.043196986490905, 60.731738884622061 ], [ -1.044750659307619, 60.732272514571598 ], [ -1.045056598044333, 60.732775701536298 ], [ -1.044206448967185, 60.732877391074808 ], [ -1.04534022757624, 60.733289503348516 ], [ -1.044604781270295, 60.733480002444438 ], [ -1.045312538336203, 60.733666409660216 ], [ -1.043991922839077, 60.73404937244733 ], [ -1.042230619255172, 60.733219752131404 ], [ -1.042466994933599, 60.732794055464602 ], [ -1.041665602302145, 60.732428288886254 ] ] ], [ [ [ -0.969931370856704, 60.732889705587951 ], [ -0.970109020074202, 60.732610034408886 ], [ -0.97173775939558, 60.732709622701599 ], [ -0.972129307792412, 60.733482102711854 ], [ -0.970962914914336, 60.733544990733819 ], [ -0.969931370856704, 60.732889705587951 ] ] ], [ [ [ -1.042634350699382, 60.734071116753803 ], [ -1.042859822008965, 60.733888663156762 ], [ -1.043581524865914, 60.734284381605498 ], [ -1.042634350699382, 60.734071116753803 ] ] ], [ [ [ -1.070658059389448, 60.734847290463854 ], [ -1.071835809605634, 60.734702807203227 ], [ -1.071417312905241, 60.73522516019861 ], [ -1.070726685014707, 60.735328121723818 ], [ -1.070658059389448, 60.734847290463854 ] ] ], [ [ [ -1.046086180761955, 60.735464949025193 ], [ -1.044205176927746, 60.73489488517442 ], [ -1.046824862850684, 60.734980862912799 ], [ -1.046086180761955, 60.735464949025193 ] ] ], [ [ [ -0.970446108684345, 60.735655522442698 ], [ -0.970514757306663, 60.735229558408342 ], [ -0.971578208572686, 60.735520545624823 ], [ -0.971304191968538, 60.735774339247826 ], [ -0.970446108684345, 60.735655522442698 ] ] ], [ [ [ -1.112634392282441, 60.738408666432974 ], [ -1.112131772806151, 60.737682567521787 ], [ -1.11246874568352, 60.737433397364455 ], [ -1.111109867503174, 60.736504099200445 ], [ -1.110597826775989, 60.73711573729291 ], [ -1.109835830463176, 60.73681888066578 ], [ -1.11015170106756, 60.737332753970129 ], [ -1.108933622651692, 60.737611983886005 ], [ -1.108356101314869, 60.737275940347821 ], [ -1.108690648516175, 60.736784342223856 ], [ -1.108065770642031, 60.736834060979248 ], [ -1.108441799403116, 60.736499864078574 ], [ -1.107781299926083, 60.736181223601683 ], [ -1.108243229944395, 60.735394180908656 ], [ -1.109302906265283, 60.735203691661496 ], [ -1.109449358373492, 60.734881435519902 ], [ -1.110181196883969, 60.735272369558274 ], [ -1.11017863257792, 60.734702213739624 ], [ -1.110609845772162, 60.734691605169367 ], [ -1.111122408040865, 60.735718558170845 ], [ -1.111594539265588, 60.734558961527256 ], [ -1.113591525899239, 60.734289345730325 ], [ -1.114877240302497, 60.73454474462968 ], [ -1.114477182528796, 60.735422003441819 ], [ -1.113289200421024, 60.735943892221208 ], [ -1.112006414122438, 60.735912961741526 ], [ -1.111518438177883, 60.736318255663093 ], [ -1.112530062909314, 60.736540436402919 ], [ -1.11271291912879, 60.736891809576157 ], [ -1.113583443191745, 60.736578824887474 ], [ -1.115245885581606, 60.737141979014162 ], [ -1.115111888578617, 60.737679808609585 ], [ -1.114056844766645, 60.737367575372339 ], [ -1.114386056239383, 60.738065586793553 ], [ -1.113882091224992, 60.738385487392407 ], [ -1.113301286681371, 60.738166165026236 ], [ -1.113264130313655, 60.738516083139366 ], [ -1.112634392282441, 60.738408666432974 ] ] ], [ [ [ -0.971282716716691, 60.737592371825407 ], [ -0.970655947786223, 60.737120669396873 ], [ -0.97008542907454, 60.737183631562999 ], [ -0.970618354892818, 60.736289846329768 ], [ -0.971817210954499, 60.736361890875301 ], [ -0.972094486242953, 60.736866825639879 ], [ -0.972699234951212, 60.736593116468136 ], [ -0.972972076649431, 60.737524505925137 ], [ -0.971970980057341, 60.737575200569879 ], [ -0.971869438578236, 60.737309549339727 ], [ -0.971282716716691, 60.737592371825407 ] ] ], [ [ [ -1.115555472126577, 60.738821213887078 ], [ -1.11616459913071, 60.73861153816101 ], [ -1.116542361099898, 60.738746010718444 ], [ -1.116245612764175, 60.739734390635704 ], [ -1.115785819979565, 60.739581419659672 ], [ -1.115555472126577, 60.738821213887078 ] ] ], [ [ [ -0.807526557867872, 60.738701471562514 ], [ -0.806881323694653, 60.737555400379392 ], [ -0.807722169577043, 60.7376302185585 ], [ -0.807612487110415, 60.737373341928489 ], [ -0.808080654665527, 60.737359544303196 ], [ -0.807411472916138, 60.737106674283936 ], [ -0.807934587028761, 60.736352597268962 ], [ -0.807130949337034, 60.736511565394302 ], [ -0.808069868131234, 60.735671394459978 ], [ -0.809058183807464, 60.735971990028652 ], [ -0.80807783462814, 60.735209046123373 ], [ -0.8089840898992, 60.735001599090644 ], [ -0.808469731999962, 60.734283199881453 ], [ -0.809284107641137, 60.733832501491364 ], [ -0.808998283977649, 60.733627936286638 ], [ -0.810183607092191, 60.733310721241239 ], [ -0.810877408199144, 60.73364011774089 ], [ -0.810863565905605, 60.732526597749235 ], [ -0.812044119817907, 60.732833365418905 ], [ -0.812867408318811, 60.732387214139834 ], [ -0.811783701035083, 60.732189059687784 ], [ -0.811872227959314, 60.731529886594018 ], [ -0.813859101042014, 60.731103009995039 ], [ -0.81275207361449, 60.73153767705967 ], [ -0.814922871851352, 60.73159278939621 ], [ -0.815346652965589, 60.732781761294312 ], [ -0.814931750198598, 60.734089030884363 ], [ -0.813192710875972, 60.73534867496565 ], [ -0.813760074047275, 60.736274040959358 ], [ -0.811640477701932, 60.736313644874073 ], [ -0.808648456380278, 60.738864082182488 ], [ -0.808256265587983, 60.738806724798792 ], [ -0.808694768751106, 60.738604102245816 ], [ -0.807620406089595, 60.73889086489509 ], [ -0.807526557867872, 60.738701471562514 ] ] ], [ [ [ -0.786525758797018, 60.748452953006328 ], [ -0.78759862537081, 60.748462651084047 ], [ -0.786820231252317, 60.7486711124767 ], [ -0.786525758797018, 60.748452953006328 ] ] ], [ [ [ -0.784878714030568, 60.75222719980232 ], [ -0.784994864195393, 60.751824195121031 ], [ -0.785570417083754, 60.751887768729752 ], [ -0.784878714030568, 60.75222719980232 ] ] ], [ [ [ -0.789375034542112, 60.759504926730337 ], [ -0.790220833154135, 60.758731379125749 ], [ -0.791029554600854, 60.758698260842252 ], [ -0.790643742406579, 60.75846582014276 ], [ -0.791531577376083, 60.758280768541539 ], [ -0.789994127617182, 60.758172636609501 ], [ -0.790316471680559, 60.757897192952463 ], [ -0.791011386855752, 60.757961818220352 ], [ -0.789254450771251, 60.757591308905113 ], [ -0.79079678171187, 60.756837508187125 ], [ -0.789480422894393, 60.756951347643714 ], [ -0.788975066362191, 60.756726802589711 ], [ -0.790204670739443, 60.755992634031401 ], [ -0.789484523929533, 60.756111846566334 ], [ -0.788970570583496, 60.755141965270148 ], [ -0.789839641621, 60.75496573497793 ], [ -0.790170713778226, 60.755188705918812 ], [ -0.79058457371918, 60.754918576185169 ], [ -0.789139302921233, 60.754559851515445 ], [ -0.789734564478376, 60.754345235116666 ], [ -0.788695649009549, 60.75440320445626 ], [ -0.788415528633192, 60.754046004423749 ], [ -0.789799396413701, 60.754085428220577 ], [ -0.789948290284897, 60.753785973702328 ], [ -0.790479214003259, 60.753817696969136 ], [ -0.789575560825514, 60.753207955023811 ], [ -0.790773723146017, 60.753061623959873 ], [ -0.788710861352697, 60.752782628312666 ], [ -0.789481440010812, 60.752053301744617 ], [ -0.789160759098788, 60.751798995952846 ], [ -0.788495727406604, 60.751918699991435 ], [ -0.788633325245168, 60.752162375809036 ], [ -0.787906796104589, 60.752209689632053 ], [ -0.787994211216732, 60.751837849626604 ], [ -0.786592311685274, 60.752278621510662 ], [ -0.785606578282503, 60.751659130723816 ], [ -0.784557378576897, 60.751505967234728 ], [ -0.785467454847086, 60.750970975806354 ], [ -0.784500293433727, 60.75034715496686 ], [ -0.78581057454968, 60.749416218950493 ], [ -0.78593931041343, 60.749650838591712 ], [ -0.786450107195661, 60.749484857488397 ], [ -0.787723763992933, 60.74976574096106 ], [ -0.787916814672935, 60.749511582576503 ], [ -0.786880378012385, 60.749021838475706 ], [ -0.788523627088939, 60.748744866032922 ], [ -0.788160723439637, 60.748638330247495 ], [ -0.788699472737352, 60.748216690851393 ], [ -0.786839203066186, 60.748168458222736 ], [ -0.785743555578192, 60.747547973519083 ], [ -0.787106111441108, 60.746199973385025 ], [ -0.785607328327285, 60.746783522652201 ], [ -0.784275567787195, 60.746587392543489 ], [ -0.785452090877608, 60.746036857520707 ], [ -0.784839781099708, 60.745492571245464 ], [ -0.785920514591229, 60.745291347236183 ], [ -0.786256676296047, 60.744890331917276 ], [ -0.785515518218888, 60.744600785551135 ], [ -0.785600396231512, 60.744296266486181 ], [ -0.786236437753308, 60.744454665509501 ], [ -0.786779059556154, 60.744172243964378 ], [ -0.787440268104126, 60.744636152044897 ], [ -0.78741812407503, 60.744007419396063 ], [ -0.788414146525681, 60.744348641642915 ], [ -0.787978969519081, 60.74299785584568 ], [ -0.789351756566441, 60.742588235439101 ], [ -0.789852441349152, 60.741712807025074 ], [ -0.789361938381546, 60.741587164847743 ], [ -0.790317540404313, 60.741294986739931 ], [ -0.790216814980566, 60.74104715503907 ], [ -0.791380154075371, 60.740595219957072 ], [ -0.791007321244953, 60.740511049375002 ], [ -0.795340455616892, 60.739899048008382 ], [ -0.796740911391306, 60.740459336395595 ], [ -0.796120897628623, 60.740853340841142 ], [ -0.796747489860245, 60.740773661262232 ], [ -0.797109091365909, 60.741158512365438 ], [ -0.796216385139677, 60.741487218906215 ], [ -0.797172226261787, 60.741922295351593 ], [ -0.796784078699508, 60.742246549268941 ], [ -0.797164537074361, 60.742618100612454 ], [ -0.797867404192073, 60.742952134349203 ], [ -0.798668788171711, 60.742613620056694 ], [ -0.799348021036345, 60.742844175618735 ], [ -0.799434112259755, 60.744959504255036 ], [ -0.798522031484015, 60.746540625678037 ], [ -0.796224836381068, 60.746650231920022 ], [ -0.796056855491992, 60.746971969431115 ], [ -0.794880733941945, 60.74629247436738 ], [ -0.793012853552737, 60.747182566289531 ], [ -0.793457179205884, 60.749274184676928 ], [ -0.791997486181997, 60.750769527301244 ], [ -0.791876366570617, 60.751307178090642 ], [ -0.792500437051484, 60.751788683072313 ], [ -0.791891359463212, 60.752860683241764 ], [ -0.792460393537381, 60.753831048980977 ], [ -0.794492970875021, 60.754675391962394 ], [ -0.794851752682749, 60.755383466588562 ], [ -0.796624144016106, 60.756319718976364 ], [ -0.795015575405328, 60.759088777718468 ], [ -0.793694977953767, 60.760046647427366 ], [ -0.793079604168364, 60.760305995886348 ], [ -0.792327781656648, 60.759800898297414 ], [ -0.791724671519044, 60.760221973085649 ], [ -0.792349944503185, 60.759455405914444 ], [ -0.79134879601354, 60.760456532519335 ], [ -0.790850231839351, 60.760537342549831 ], [ -0.791027679390587, 60.760211207192008 ], [ -0.790106598189642, 60.760059243155133 ], [ -0.790472967063381, 60.759833580500064 ], [ -0.789309003856714, 60.759796149040277 ], [ -0.789874476175887, 60.759644115956306 ], [ -0.789375034542112, 60.759504926730337 ] ] ], [ [ [ -0.946438530304669, 60.769893729249326 ], [ -0.946478918733874, 60.768942299107195 ], [ -0.947665936864004, 60.769131183709142 ], [ -0.947881876214474, 60.769824239451204 ], [ -0.947024202957623, 60.769947707132026 ], [ -0.946438530304669, 60.769893729249326 ] ] ], [ [ [ -0.947194196059751, 60.770362062527468 ], [ -0.949244243727215, 60.769704717323684 ], [ -0.949768855664908, 60.771064611958089 ], [ -0.948973190682037, 60.771255917803259 ], [ -0.949283513056764, 60.771590560118447 ], [ -0.947682759085265, 60.771699236057458 ], [ -0.947075061067635, 60.771196151380146 ], [ -0.947502047918552, 60.771051350112273 ], [ -0.947194196059751, 60.770362062527468 ] ] ], [ [ [ -0.952026074483684, 60.782341575256225 ], [ -0.95366530905902, 60.781631570579457 ], [ -0.954383203934919, 60.781861630217442 ], [ -0.954685207331229, 60.782456576696966 ], [ -0.954099439646582, 60.782398143532475 ], [ -0.952026074483684, 60.782341575256225 ] ] ], [ [ [ -0.954926810842798, 60.782368669941604 ], [ -0.954030048500109, 60.781427901478764 ], [ -0.955580005308354, 60.780919199537344 ], [ -0.95593304686076, 60.781074583050362 ], [ -0.955525033263753, 60.781479941802623 ], [ -0.956306931882031, 60.781153808525424 ], [ -0.957010704586656, 60.781253552961431 ], [ -0.957158588752821, 60.78178893497067 ], [ -0.956419810637651, 60.782200706102557 ], [ -0.957505379921514, 60.782137308031388 ], [ -0.957842852817197, 60.782490097181309 ], [ -0.956946561478117, 60.782379883396395 ], [ -0.956236766800494, 60.782746985114805 ], [ -0.954926810842798, 60.782368669941604 ] ] ], [ [ [ -0.778120628292985, 60.798461623101375 ], [ -0.778168647236612, 60.798165753456878 ], [ -0.778344760219864, 60.798607325395167 ], [ -0.777416889029126, 60.799088238179564 ], [ -0.776915064238943, 60.79875593701275 ], [ -0.778120628292985, 60.798461623101375 ] ] ], [ [ [ -0.937838913886539, 60.81315283194273 ], [ -0.939612067651819, 60.81289747462214 ], [ -0.939220313140866, 60.813626146749932 ], [ -0.938264814299204, 60.813614111441694 ], [ -0.937838913886539, 60.81315283194273 ] ] ], [ [ [ -0.77024374354321, 60.820594764799971 ], [ -0.771174757482953, 60.820051074433543 ], [ -0.771385830916972, 60.820780300536654 ], [ -0.771007921871882, 60.820565839431524 ], [ -0.770045123104056, 60.82097904279113 ], [ -0.77024374354321, 60.820594764799971 ] ] ], [ [ [ -0.908061256441325, 60.823351948988972 ], [ -0.908506103367303, 60.822978455389602 ], [ -0.909780700199065, 60.82334794948526 ], [ -0.909865318743818, 60.823833487349532 ], [ -0.908061256441325, 60.823351948988972 ] ] ], [ [ [ -0.906992844888393, 60.827989759530766 ], [ -0.906618065447135, 60.826846412612404 ], [ -0.907998502611098, 60.827082102598112 ], [ -0.906992844888393, 60.827989759530766 ] ] ], [ [ [ -0.908685672954648, 60.829314407852564 ], [ -0.909094128915955, 60.828931638035556 ], [ -0.909773052779464, 60.828977550357003 ], [ -0.909713493199902, 60.829376620550271 ], [ -0.908685672954648, 60.829314407852564 ] ] ], [ [ [ -0.776907740312741, 60.82857950324928 ], [ -0.777551625930587, 60.828333950212915 ], [ -0.777324780619795, 60.82873593948478 ], [ -0.776907740312741, 60.82857950324928 ] ] ], [ [ [ -0.852689116487172, 60.830209321331353 ], [ -0.852604841096937, 60.829789291327863 ], [ -0.853473037663096, 60.830198052208551 ], [ -0.852689116487172, 60.830209321331353 ] ] ], [ [ [ -0.771137771375593, 60.830605504157667 ], [ -0.77183967791344, 60.829808302830948 ], [ -0.772847300831633, 60.829911784567976 ], [ -0.773219751111537, 60.829551536764832 ], [ -0.773341751984867, 60.829247365826134 ], [ -0.772855986873477, 60.829444958373891 ], [ -0.772653662421671, 60.82920516888089 ], [ -0.77388060681539, 60.829104129544909 ], [ -0.774202962715617, 60.829331543381258 ], [ -0.774478484275298, 60.829100602997187 ], [ -0.775472097637648, 60.829329642686325 ], [ -0.775793233791432, 60.830311272990421 ], [ -0.773976427711073, 60.830685298686532 ], [ -0.775213575058166, 60.830799834642328 ], [ -0.774625812240936, 60.831018951592668 ], [ -0.775467486304171, 60.831134368915855 ], [ -0.77491634315763, 60.831838683805053 ], [ -0.770858518516434, 60.831891430748172 ], [ -0.770212491296917, 60.831710432475106 ], [ -0.7712828675421, 60.830898646517753 ], [ -0.771976152927218, 60.830806213445051 ], [ -0.771137771375593, 60.830605504157667 ] ] ], [ [ [ -0.771580254641984, 60.833455876049449 ], [ -0.771867974320214, 60.832668357422307 ], [ -0.771596949877725, 60.833020549564331 ], [ -0.769691448577621, 60.83330391840893 ], [ -0.770168208900961, 60.832863822825772 ], [ -0.769870552022132, 60.832232572584509 ], [ -0.77391802497754, 60.832211187090358 ], [ -0.774214032984384, 60.83240693397201 ], [ -0.773188274804255, 60.833255065936129 ], [ -0.772789756165489, 60.833094296821692 ], [ -0.771580254641984, 60.833455876049449 ] ] ], [ [ [ -0.81494872677219, 60.833413296243023 ], [ -0.815622299920624, 60.833254918939645 ], [ -0.815190023247865, 60.83434922593414 ], [ -0.814421418727907, 60.834142220869516 ], [ -0.81494872677219, 60.833413296243023 ] ] ], [ [ [ -0.818810847852855, 60.834928799537629 ], [ -0.819344822302472, 60.834715303713999 ], [ -0.819472000306289, 60.835207564461022 ], [ -0.818079027274577, 60.835518564291839 ], [ -0.818810847852855, 60.834928799537629 ] ] ], [ [ [ -0.898886154865706, 60.836175057736206 ], [ -0.90020030837229, 60.835404664795973 ], [ -0.900170410484064, 60.836275357144942 ], [ -0.899069227844244, 60.836468365807711 ], [ -0.898886154865706, 60.836175057736206 ] ] ], [ [ [ -0.817953333829713, 60.835784131507793 ], [ -0.819450332676751, 60.835545877359692 ], [ -0.818463655039582, 60.836312085356063 ], [ -0.817846111290616, 60.836097449017942 ], [ -0.817953333829713, 60.835784131507793 ] ] ], [ [ [ -0.899062163213649, 60.837209053323576 ], [ -0.900976517017827, 60.836371736431097 ], [ -0.901409189238532, 60.837165400709537 ], [ -0.900668614901243, 60.837303006950584 ], [ -0.899062163213649, 60.837209053323576 ] ] ], [ [ [ -0.769498358970415, 60.836175415461746 ], [ -0.770226992163904, 60.836123719533582 ], [ -0.770046602722574, 60.836270221924465 ], [ -0.769498358970415, 60.836175415461746 ] ] ], [ [ [ -0.899931710756942, 60.83974368292413 ], [ -0.900847274103962, 60.839333659968126 ], [ -0.901947892279163, 60.839427950881785 ], [ -0.90100378202916, 60.840134045843904 ], [ -0.899931710756942, 60.83974368292413 ] ] ], [ [ [ -0.897141352941256, 60.841917021249252 ], [ -0.897836613733519, 60.840640559711957 ], [ -0.898890117590675, 60.840875455242568 ], [ -0.898935049555779, 60.841441482953755 ], [ -0.899796154655141, 60.841547297622618 ], [ -0.899236417431169, 60.842041035689689 ], [ -0.898090589998016, 60.84218877820161 ], [ -0.897141352941256, 60.841917021249252 ] ] ], [ [ [ -0.832946462382083, 60.843743768683943 ], [ -0.834044088509235, 60.84321186758806 ], [ -0.834231581793795, 60.844126640124529 ], [ -0.833823180161861, 60.844275738826532 ], [ -0.833663348599022, 60.843915199392207 ], [ -0.832946462382083, 60.843743768683943 ] ] ], [ [ [ -0.87365051451661, 60.844606272480675 ], [ -0.874614279048965, 60.84330972785785 ], [ -0.874153632991869, 60.843171190253592 ], [ -0.872920448856054, 60.843652895555444 ], [ -0.871460767333102, 60.843250974050093 ], [ -0.872923769345587, 60.842617671741174 ], [ -0.871393527197921, 60.842809552182352 ], [ -0.871299921482123, 60.842594173898767 ], [ -0.873220899578947, 60.841964712095532 ], [ -0.87008216575372, 60.841699537245866 ], [ -0.868973661972311, 60.840734875791931 ], [ -0.870454300996043, 60.838556501818296 ], [ -0.869769333364906, 60.838469038592947 ], [ -0.86978135997902, 60.837815484733902 ], [ -0.868937455701654, 60.838061589412042 ], [ -0.867968231971368, 60.837845124458049 ], [ -0.868628828907262, 60.837163808369162 ], [ -0.867387536598106, 60.836370407157212 ], [ -0.868424224122834, 60.835613246649103 ], [ -0.867245328889759, 60.835606012427185 ], [ -0.867987446326554, 60.834751197891556 ], [ -0.867133466951603, 60.834919988573965 ], [ -0.867244032862381, 60.834030224682117 ], [ -0.866460763277132, 60.834332492851637 ], [ -0.866096276050982, 60.833508757825051 ], [ -0.868137700362176, 60.832633469660117 ], [ -0.868107909322128, 60.831914915850874 ], [ -0.869067024195379, 60.831631177583795 ], [ -0.868721111890139, 60.831426244309441 ], [ -0.869972467528794, 60.830313523121447 ], [ -0.869004139670372, 60.830338601019001 ], [ -0.868980170478234, 60.830131887216226 ], [ -0.870179114135823, 60.829356325659774 ], [ -0.869520227264291, 60.828743819948585 ], [ -0.868542499835957, 60.82914053714093 ], [ -0.868109416822747, 60.828436545328039 ], [ -0.868589762743085, 60.827437658192594 ], [ -0.870152817236205, 60.827129364933093 ], [ -0.868757634103584, 60.826641754281496 ], [ -0.869751036888086, 60.826267614630098 ], [ -0.869300862224088, 60.826100414429433 ], [ -0.870202998434033, 60.825967033265101 ], [ -0.868983219624629, 60.825981915558607 ], [ -0.869243875525069, 60.824953343031687 ], [ -0.86971770155102, 60.824866642566846 ], [ -0.869119906351939, 60.824714361977279 ], [ -0.86911121437281, 60.824335383670565 ], [ -0.869834511178905, 60.822806093393865 ], [ -0.870768444620074, 60.822341658736917 ], [ -0.870646600211779, 60.821677101905578 ], [ -0.871521119909448, 60.821123272851345 ], [ -0.870982075140145, 60.820505493809733 ], [ -0.871563279042476, 60.819247058211431 ], [ -0.87089113599156, 60.818650607814483 ], [ -0.873358657545659, 60.818436969829115 ], [ -0.873667202044669, 60.817923275309091 ], [ -0.871171755241526, 60.817573713361526 ], [ -0.87172213964738, 60.817345784399464 ], [ -0.870968943261557, 60.816754938643662 ], [ -0.871845024424883, 60.816413918617876 ], [ -0.871615729602429, 60.815772702766537 ], [ -0.873722819370859, 60.815450980388505 ], [ -0.873655619285158, 60.815113712149802 ], [ -0.87206840479574, 60.815133620757891 ], [ -0.872732190782524, 60.81476387669673 ], [ -0.873715327125863, 60.81498401998487 ], [ -0.874436261843671, 60.814661436354243 ], [ -0.874384819949488, 60.814241695503156 ], [ -0.873808978229141, 60.814149776388241 ], [ -0.874090780751386, 60.813558639040217 ], [ -0.873122678192855, 60.8135918265478 ], [ -0.874489769754345, 60.812613820021355 ], [ -0.874093621235838, 60.812430925251938 ], [ -0.872552430208936, 60.813027663737238 ], [ -0.872853503633366, 60.811941060438421 ], [ -0.876838697015173, 60.810052068947947 ], [ -0.876402405595335, 60.809913739269192 ], [ -0.877336267164787, 60.80907035475817 ], [ -0.876727394006296, 60.808821940422654 ], [ -0.877133405124239, 60.808514725828132 ], [ -0.878707730136901, 60.808010635949209 ], [ -0.878255283076703, 60.807914377679367 ], [ -0.878351090333322, 60.807434811585303 ], [ -0.878997674860025, 60.807287568177088 ], [ -0.879064852184215, 60.806680263733789 ], [ -0.880376762620552, 60.80579511819797 ], [ -0.878647305338871, 60.80679529970881 ], [ -0.876281467846747, 60.80528774498665 ], [ -0.872036699649481, 60.804540154763522 ], [ -0.869422124133255, 60.804836926285489 ], [ -0.86722121414101, 60.805648030663114 ], [ -0.866702712763636, 60.806434692340488 ], [ -0.866994257847615, 60.806922007619143 ], [ -0.867524841564985, 60.806938153346152 ], [ -0.866920985791688, 60.807643286954949 ], [ -0.867217326127416, 60.808203370461136 ], [ -0.865928437342324, 60.809411821675695 ], [ -0.865001511263552, 60.810050470096108 ], [ -0.86384834310066, 60.809966200019609 ], [ -0.862586301042934, 60.810360467670421 ], [ -0.862490223564645, 60.811151586631979 ], [ -0.861976578002337, 60.811018840155732 ], [ -0.860864078662811, 60.811548142893358 ], [ -0.860654382014008, 60.812017753360699 ], [ -0.861799934880651, 60.812629042867641 ], [ -0.861172658009385, 60.813728123344177 ], [ -0.861743557930813, 60.813906251708694 ], [ -0.860197750836658, 60.814158922039709 ], [ -0.860080907279691, 60.814963331351017 ], [ -0.858801251990377, 60.815587273062427 ], [ -0.859530390157693, 60.815865521411261 ], [ -0.858890018057095, 60.816192301669972 ], [ -0.859130099968973, 60.816575042168267 ], [ -0.857866498731916, 60.816694501711574 ], [ -0.859048555063778, 60.817264821258469 ], [ -0.856597931640753, 60.817365207064512 ], [ -0.8565053349474, 60.817796300680953 ], [ -0.8546995980275, 60.818061960991706 ], [ -0.853667790592721, 60.818535326760063 ], [ -0.855101161222334, 60.818915677482423 ], [ -0.854272546434732, 60.81900199562623 ], [ -0.854662166160521, 60.819109471075116 ], [ -0.85384511223393, 60.819335056965691 ], [ -0.854170394894997, 60.819956471854674 ], [ -0.853140638347024, 60.820370591076397 ], [ -0.853285000305088, 60.82096083392365 ], [ -0.854134054759146, 60.82128143660232 ], [ -0.853583614069926, 60.821762496883494 ], [ -0.854653987499082, 60.82293976757294 ], [ -0.854611074318271, 60.82352302523207 ], [ -0.856220541638358, 60.824437306780638 ], [ -0.855355714381937, 60.824452391526144 ], [ -0.855736726776693, 60.824699859612586 ], [ -0.855363901693405, 60.825046858985758 ], [ -0.854243930104517, 60.824996911868453 ], [ -0.854635123457662, 60.825371071194333 ], [ -0.853912535337426, 60.825573220365193 ], [ -0.854433334724114, 60.825820088185019 ], [ -0.853672705550585, 60.826416979917006 ], [ -0.854306475365628, 60.826693543748718 ], [ -0.853827636975535, 60.82712403621435 ], [ -0.854341082606809, 60.827782969130382 ], [ -0.854011762283631, 60.828197676802951 ], [ -0.853129935863647, 60.828016864675909 ], [ -0.853971293244375, 60.828660638644195 ], [ -0.853032414749624, 60.828634673063711 ], [ -0.85166464376401, 60.829799220395316 ], [ -0.853215472771216, 60.830970726765266 ], [ -0.852307578106607, 60.831977584463942 ], [ -0.851834703992498, 60.832136062983068 ], [ -0.850155448592996, 60.831672769053405 ], [ -0.851098736660856, 60.832142345385471 ], [ -0.850178358212652, 60.832520565316813 ], [ -0.849797255936642, 60.832018082861012 ], [ -0.848414555579488, 60.832004449291468 ], [ -0.848282027516698, 60.832467518903385 ], [ -0.849098171884109, 60.832789665179135 ], [ -0.847873187421042, 60.832890509521519 ], [ -0.847801094880702, 60.833667457383903 ], [ -0.847036407377939, 60.833755178854602 ], [ -0.849333344534045, 60.834384520357268 ], [ -0.849866584292487, 60.83490267158529 ], [ -0.849667777626273, 60.835828482039098 ], [ -0.848235102799105, 60.835563013154385 ], [ -0.84692419142922, 60.834521905463873 ], [ -0.846267513383277, 60.834776657218903 ], [ -0.846494072166509, 60.835483438639336 ], [ -0.847385667226637, 60.835959779943451 ], [ -0.846629803786238, 60.83641391080036 ], [ -0.847570418695879, 60.836500092717579 ], [ -0.848706717191618, 60.837437339596306 ], [ -0.847382884141605, 60.83833734626581 ], [ -0.846301091346467, 60.838593840605249 ], [ -0.845108242894835, 60.838103232737318 ], [ -0.843497321313785, 60.838900172691403 ], [ -0.843403227376807, 60.838550985083899 ], [ -0.843041386590935, 60.838789402089041 ], [ -0.842887187226797, 60.837914435814881 ], [ -0.841986764186012, 60.838954511809227 ], [ -0.841108904571239, 60.838911930475518 ], [ -0.840865675836516, 60.839583245445993 ], [ -0.839752284202835, 60.839541318199707 ], [ -0.838032884954791, 60.83865731896811 ], [ -0.83741022543665, 60.839896401828085 ], [ -0.837881852593303, 60.840436515089927 ], [ -0.83845527905505, 60.840351681923778 ], [ -0.838611370635191, 60.841019259127414 ], [ -0.836556169875373, 60.841172986626923 ], [ -0.834732711993919, 60.840721722467187 ], [ -0.836688224397316, 60.842501199811331 ], [ -0.836198529261809, 60.843723469767092 ], [ -0.835464765365461, 60.843914651036961 ], [ -0.83377421105004, 60.842387066259938 ], [ -0.834218732357613, 60.84159898823831 ], [ -0.833441239088356, 60.841072370422758 ], [ -0.833810148608523, 60.840693072396924 ], [ -0.832504422913497, 60.840374664570852 ], [ -0.832125554191153, 60.839967326547146 ], [ -0.833442843397822, 60.839816245487448 ], [ -0.833206482362933, 60.837971737302482 ], [ -0.833893356196821, 60.836841873756299 ], [ -0.833723121051357, 60.836313339271221 ], [ -0.832667725092225, 60.836096768297168 ], [ -0.833453888038725, 60.835018050434108 ], [ -0.83182279723533, 60.834598941220051 ], [ -0.832005665782694, 60.833720603387562 ], [ -0.826454370480998, 60.831004639152326 ], [ -0.825243398715988, 60.830823463397891 ], [ -0.823884889563212, 60.831104295162874 ], [ -0.822966893885417, 60.832010308498447 ], [ -0.822207667541413, 60.8318986059301 ], [ -0.822423614228384, 60.832678965203598 ], [ -0.821030162568788, 60.833106715940389 ], [ -0.820048272703474, 60.832797309050285 ], [ -0.819426964846706, 60.832985797625525 ], [ -0.819135304279562, 60.83441087572087 ], [ -0.817494040277499, 60.835120145644247 ], [ -0.816966253290745, 60.834866787504417 ], [ -0.816127745801748, 60.835007557356263 ], [ -0.815782494985668, 60.834643565941356 ], [ -0.815881083128507, 60.833171001478789 ], [ -0.814206798750081, 60.833380715123027 ], [ -0.813259775471224, 60.832926108033782 ], [ -0.812745430603576, 60.833403732180251 ], [ -0.812560860657754, 60.832924425647285 ], [ -0.81170630554302, 60.833300272663301 ], [ -0.812506192946545, 60.832513607968274 ], [ -0.811799292154862, 60.831388592962242 ], [ -0.81215434188064, 60.831039758666783 ], [ -0.810739273156768, 60.830165273907561 ], [ -0.8096194635963, 60.830107773879227 ], [ -0.808820206374461, 60.830976135192287 ], [ -0.809174028077588, 60.830364216288409 ], [ -0.808437118264219, 60.830891032065225 ], [ -0.808601333619432, 60.830333102857267 ], [ -0.808036924712979, 60.830128767872466 ], [ -0.806826058155635, 60.830294011473342 ], [ -0.804755167326077, 60.831227376378187 ], [ -0.804746492667959, 60.830966911305246 ], [ -0.804345980699564, 60.831102522344757 ], [ -0.803525296206958, 60.830668722513416 ], [ -0.802991882539118, 60.830915382752146 ], [ -0.802974716444517, 60.83186699299182 ], [ -0.80087498490957, 60.833908936322217 ], [ -0.800009605368097, 60.834421990502491 ], [ -0.799945802524154, 60.834161032902259 ], [ -0.799527625459196, 60.834520944676207 ], [ -0.798896572957428, 60.834425518970008 ], [ -0.798166978172043, 60.835240567801129 ], [ -0.797287243590341, 60.83319448915308 ], [ -0.796784266409866, 60.833118156926488 ], [ -0.797896748123883, 60.83312810966126 ], [ -0.79680829558712, 60.832723300142405 ], [ -0.797785212477942, 60.832669188118473 ], [ -0.79622477022842, 60.832098531434752 ], [ -0.796536000572064, 60.831647883283253 ], [ -0.795390686561444, 60.831045016668497 ], [ -0.797644666172158, 60.829062899937043 ], [ -0.795219993928812, 60.830203958697147 ], [ -0.792735120759622, 60.830253495687984 ], [ -0.792553227438753, 60.829955557678872 ], [ -0.793624533021047, 60.829834982321387 ], [ -0.791952011112597, 60.829559572858678 ], [ -0.791752589394168, 60.829239028834884 ], [ -0.79060169791407, 60.829762924604353 ], [ -0.790091292686811, 60.829641605418516 ], [ -0.790992700352708, 60.828662034734108 ], [ -0.789360598476023, 60.829509321488558 ], [ -0.789063336603567, 60.829345023236954 ], [ -0.788346313504929, 60.8295809928035 ], [ -0.787449555409803, 60.830434883258768 ], [ -0.787042673047838, 60.830494064815163 ], [ -0.787030030371188, 60.829856446964079 ], [ -0.786477123121417, 60.830614665313568 ], [ -0.785881437504146, 60.830802333225321 ], [ -0.78564155318396, 60.830580182598666 ], [ -0.78571051320808, 60.830944452143605 ], [ -0.784198192911924, 60.831294428888469 ], [ -0.783004941887959, 60.830749384644648 ], [ -0.78439247881889, 60.828840448344586 ], [ -0.782467040682944, 60.829658062590546 ], [ -0.782069481618242, 60.830197686575353 ], [ -0.781828263030617, 60.830011432582786 ], [ -0.78102518878558, 60.830331883524522 ], [ -0.781012978879292, 60.829927720640434 ], [ -0.780183243334146, 60.829740614786289 ], [ -0.779422053353645, 60.82896151609701 ], [ -0.779052074163334, 60.829258950496957 ], [ -0.778772785671147, 60.828865829361398 ], [ -0.777982275154161, 60.829339018364131 ], [ -0.777470041138196, 60.829267018460484 ], [ -0.777878622755058, 60.828440181599362 ], [ -0.77894565515397, 60.828431921142254 ], [ -0.779260299256167, 60.828138473984652 ], [ -0.778588043969011, 60.828163793202904 ], [ -0.778716956939604, 60.827918043620969 ], [ -0.779674080668174, 60.827414936976709 ], [ -0.780597897926818, 60.827544536869283 ], [ -0.783449109896745, 60.826802674109274 ], [ -0.786376143150522, 60.826725877227688 ], [ -0.787892274672121, 60.826025733334156 ], [ -0.788046910675252, 60.825097808468726 ], [ -0.78601977125146, 60.824482414953771 ], [ -0.786315928607323, 60.824188784772929 ], [ -0.785458741290508, 60.824243894002599 ], [ -0.785614465827987, 60.823531475651414 ], [ -0.785193535321307, 60.823235856150973 ], [ -0.784575001336103, 60.823544526820143 ], [ -0.784780101708329, 60.82298519775491 ], [ -0.783411989708509, 60.822936904700391 ], [ -0.784201584018122, 60.822239202986111 ], [ -0.783504959161429, 60.821941083629625 ], [ -0.783263847675018, 60.820542675124216 ], [ -0.782390094580788, 60.820310287948907 ], [ -0.782044995049122, 60.819714550260457 ], [ -0.781062187105571, 60.819449739497479 ], [ -0.780348231380727, 60.819609372440723 ], [ -0.779916708970092, 60.819111613052272 ], [ -0.778836224196786, 60.818998541159573 ], [ -0.777467957446988, 60.819681970019694 ], [ -0.777386726025069, 60.819160451530557 ], [ -0.775899397096492, 60.820071744861934 ], [ -0.774964050874452, 60.820009348170906 ], [ -0.774978019551438, 60.819403395646063 ], [ -0.773018385363143, 60.820162198575716 ], [ -0.772631201603708, 60.819709714794222 ], [ -0.771903365039196, 60.81999039242082 ], [ -0.771208452677115, 60.819651818485902 ], [ -0.769469110006754, 60.820417073801259 ], [ -0.76983103043819, 60.819850222640873 ], [ -0.76857582319916, 60.819977900926226 ], [ -0.769026551890936, 60.819492676314823 ], [ -0.768510406952104, 60.819766295651306 ], [ -0.767426834640575, 60.819733914371959 ], [ -0.767738775666262, 60.818793982758784 ], [ -0.768520329876611, 60.818311792944613 ], [ -0.767632724090782, 60.818204887384375 ], [ -0.768245355694285, 60.817572996891656 ], [ -0.767553727112793, 60.817629508442614 ], [ -0.767513906268392, 60.816991635860781 ], [ -0.765913642841122, 60.817488751186197 ], [ -0.766496481235734, 60.816914958231678 ], [ -0.765775567775102, 60.817016086651464 ], [ -0.764386481011904, 60.817757555857618 ], [ -0.764038472703848, 60.817484986073936 ], [ -0.76181324015476, 60.818690132912778 ], [ -0.759999364694493, 60.819001141199188 ], [ -0.759581335924192, 60.818638123761552 ], [ -0.760910917073111, 60.818250824739785 ], [ -0.76029086934373, 60.818357343499919 ], [ -0.760486639380305, 60.818049374260639 ], [ -0.759820458090069, 60.818397898022148 ], [ -0.760481451008205, 60.817708124830197 ], [ -0.759824306914591, 60.817823278202788 ], [ -0.760094461843443, 60.817493548488692 ], [ -0.75967209444065, 60.817480671753202 ], [ -0.760135595156716, 60.81666786088951 ], [ -0.759705786031676, 60.816610020568483 ], [ -0.75910617137794, 60.817376678236151 ], [ -0.759530322849859, 60.816630848439679 ], [ -0.758505328204914, 60.816275691397131 ], [ -0.759457520766624, 60.816374275091782 ], [ -0.759259547482838, 60.816026756076667 ], [ -0.760436784983305, 60.816010683686443 ], [ -0.759403809843267, 60.815861976637507 ], [ -0.760237089186353, 60.815232158624852 ], [ -0.761745961269515, 60.815434630003359 ], [ -0.76114746255264, 60.815936426541661 ], [ -0.762771303863395, 60.815542843351487 ], [ -0.763284127418164, 60.81511657266762 ], [ -0.76451159826265, 60.814988689787867 ], [ -0.764914269485107, 60.815989058713775 ], [ -0.765291485441688, 60.815503170665977 ], [ -0.765890837506152, 60.815454802554882 ], [ -0.765970850659988, 60.814809050625996 ], [ -0.766305512432232, 60.815189240838031 ], [ -0.767893107884171, 60.815257680990527 ], [ -0.767721114101718, 60.816145022743655 ], [ -0.769731340399861, 60.815741430131993 ], [ -0.770092011688334, 60.815924311208136 ], [ -0.770213472235426, 60.815633606173179 ], [ -0.771920403571631, 60.815227205119669 ], [ -0.771472042365079, 60.815173722378546 ], [ -0.771454895837508, 60.814661764144041 ], [ -0.772167409556299, 60.814538081476677 ], [ -0.772534692270125, 60.814788358721295 ], [ -0.773166138967078, 60.814381092644673 ], [ -0.773552236554236, 60.814860502581176 ], [ -0.775451221721246, 60.814958632030979 ], [ -0.777231731918092, 60.814548345115732 ], [ -0.777761884966477, 60.814867432007553 ], [ -0.777840750697579, 60.814486543429418 ], [ -0.779380724828676, 60.814356877642034 ], [ -0.780036429147396, 60.8150003383615 ], [ -0.78085702095882, 60.814451090488802 ], [ -0.780544466839257, 60.814210312007525 ], [ -0.782846214895181, 60.814109965087837 ], [ -0.782500085922157, 60.814510882354227 ], [ -0.784094834394473, 60.814390637863227 ], [ -0.783810831735692, 60.814608052041748 ], [ -0.784831969427866, 60.814585863888794 ], [ -0.784956361061267, 60.814941657236972 ], [ -0.787495507538122, 60.814641350541258 ], [ -0.787531029973131, 60.814188234308567 ], [ -0.788766573611542, 60.814329571774202 ], [ -0.789750567082723, 60.814073558994153 ], [ -0.78953638623704, 60.814390382234365 ], [ -0.791673348531262, 60.814028010420508 ], [ -0.792486626345465, 60.814398968170302 ], [ -0.792714299959467, 60.813723104139399 ], [ -0.794352213913144, 60.813674957645375 ], [ -0.79565436376332, 60.814000897421224 ], [ -0.798628012235582, 60.813138602519125 ], [ -0.804347532723365, 60.810115234956683 ], [ -0.804456052437334, 60.80952179593416 ], [ -0.803671142012558, 60.808932077302956 ], [ -0.801617085786565, 60.809203791733985 ], [ -0.801498848079543, 60.808826519991058 ], [ -0.802605150249778, 60.808782510262496 ], [ -0.802457491183748, 60.808503745399364 ], [ -0.803129824448964, 60.808415457550069 ], [ -0.803104338825301, 60.807768747779726 ], [ -0.802643499519547, 60.806918826561798 ], [ -0.801395956902168, 60.805924509606371 ], [ -0.800678804916616, 60.806033039984314 ], [ -0.79984357344857, 60.804975045941873 ], [ -0.798542809762539, 60.804669808317705 ], [ -0.795763663787569, 60.805120809739691 ], [ -0.792372163928091, 60.805139751131684 ], [ -0.792201470658276, 60.80484101345376 ], [ -0.79172612159569, 60.805165368734755 ], [ -0.7907940156109, 60.805174042479749 ], [ -0.789145751049979, 60.805020921115556 ], [ -0.788691641822644, 60.804636119777726 ], [ -0.788386672518, 60.804925185812699 ], [ -0.787733088650445, 60.80471277381065 ], [ -0.787943463664544, 60.804252255633848 ], [ -0.786690619327842, 60.804092793792996 ], [ -0.787810232546114, 60.803887405738188 ], [ -0.787633621610955, 60.80345482200422 ], [ -0.784921854039063, 60.803484196181643 ], [ -0.787083998211799, 60.803167023564903 ], [ -0.786613147485578, 60.802983192377738 ], [ -0.787237202823851, 60.802517432022427 ], [ -0.785598481303379, 60.802358964886224 ], [ -0.786383610204474, 60.801764469457808 ], [ -0.784707174920387, 60.802117451552043 ], [ -0.785856145069765, 60.801620529296038 ], [ -0.784649164155881, 60.800738655248132 ], [ -0.785265888908533, 60.800223453352039 ], [ -0.785028610659344, 60.799696037837293 ], [ -0.781133099276713, 60.79921179921454 ], [ -0.780845881841125, 60.798791670345814 ], [ -0.779122846973125, 60.798681741868926 ], [ -0.778350138041995, 60.798948575612648 ], [ -0.778673209986446, 60.798426242984661 ], [ -0.777878035280804, 60.797112568602287 ], [ -0.776520965723829, 60.796803908062202 ], [ -0.776947915664156, 60.796448636784902 ], [ -0.77838254478198, 60.79665025068195 ], [ -0.78002001339616, 60.796108436073801 ], [ -0.779485914008952, 60.795659124317758 ], [ -0.780228689575666, 60.79472756787591 ], [ -0.779492844391311, 60.792579395164886 ], [ -0.781368460455989, 60.792291140702076 ], [ -0.781930491871732, 60.791761989442051 ], [ -0.781651870407805, 60.790875032191202 ], [ -0.782129395695808, 60.789909632709005 ], [ -0.781612579753445, 60.789007046369662 ], [ -0.78087619501282, 60.789049748222489 ], [ -0.781038270005633, 60.788651654327367 ], [ -0.780014437446975, 60.788283197951401 ], [ -0.77949465999645, 60.788426628586656 ], [ -0.779534843473373, 60.78688709629337 ], [ -0.777962590629646, 60.786693218467654 ], [ -0.777752315514034, 60.785703614956645 ], [ -0.778888979010809, 60.78575885050433 ], [ -0.779479014302783, 60.786181737753544 ], [ -0.779494716726758, 60.785768846637417 ], [ -0.780328571564298, 60.786059260902249 ], [ -0.781106747813673, 60.7856398240517 ], [ -0.780225971726217, 60.785375925380606 ], [ -0.780601710618801, 60.785154862870812 ], [ -0.779982870747392, 60.784040335975355 ], [ -0.77939412323678, 60.784308845236559 ], [ -0.778877180277217, 60.78413803396009 ], [ -0.779169005715291, 60.783467262372497 ], [ -0.780467077380729, 60.783622721358803 ], [ -0.779812680578806, 60.782961309783936 ], [ -0.780719130651759, 60.782547530456476 ], [ -0.780044129753431, 60.780979053598543 ], [ -0.780669355930615, 60.780715362533563 ], [ -0.780597001434095, 60.780202902398379 ], [ -0.783079204751431, 60.780122162871798 ], [ -0.784023263191285, 60.780409064352455 ], [ -0.783941676986088, 60.779896522724634 ], [ -0.784554448233084, 60.780202867251383 ], [ -0.785321558177386, 60.78007063447663 ], [ -0.785794467427435, 60.780676504186019 ], [ -0.785232548965056, 60.781937459720488 ], [ -0.786911083152005, 60.780771897043401 ], [ -0.78813375829979, 60.780733552993262 ], [ -0.790829599994087, 60.782050829751789 ], [ -0.791985868070751, 60.782070215718804 ], [ -0.792568686906355, 60.782443595711314 ], [ -0.796093224547596, 60.783220495893808 ], [ -0.796443433858998, 60.784166427017688 ], [ -0.797317387077333, 60.784124872715587 ], [ -0.797582867822388, 60.784392129645482 ], [ -0.798666851108832, 60.784136951818851 ], [ -0.799173712700305, 60.784334532984573 ], [ -0.798633204083868, 60.784545193724206 ], [ -0.799101000081909, 60.784805278369269 ], [ -0.799502296743147, 60.784633776640646 ], [ -0.799524245117972, 60.785029047223688 ], [ -0.800460467188815, 60.785041902748254 ], [ -0.800455892814141, 60.78540999928542 ], [ -0.801424025447125, 60.785306406586436 ], [ -0.801821620737235, 60.785624703932555 ], [ -0.801875002203713, 60.785525925903038 ], [ -0.802256125443053, 60.785648745815315 ], [ -0.801857147971135, 60.785653144801792 ], [ -0.802841853604021, 60.786441423053901 ], [ -0.803143919290409, 60.786074182521517 ], [ -0.803262525979265, 60.786489169339056 ], [ -0.804578217214219, 60.786917510801999 ], [ -0.805448061985391, 60.786889335047377 ], [ -0.804992047203652, 60.786360009386229 ], [ -0.80617428690861, 60.78632742532956 ], [ -0.805140735780594, 60.78562236466091 ], [ -0.80609851689068, 60.78480930905112 ], [ -0.806670197896935, 60.784993969383535 ], [ -0.808789627062235, 60.784303449508506 ], [ -0.810912632654532, 60.784753254267557 ], [ -0.813537190404594, 60.785548656880032 ], [ -0.814211568986028, 60.78608706423104 ], [ -0.816264850374123, 60.78639070869184 ], [ -0.817693587735038, 60.7872949023402 ], [ -0.818511443937317, 60.78698245014418 ], [ -0.820726739782671, 60.787428420070569 ], [ -0.822044724623703, 60.788301963258512 ], [ -0.822588657353278, 60.789297107743927 ], [ -0.823528253421162, 60.789622297454343 ], [ -0.825432539283994, 60.789588683091729 ], [ -0.831267275601564, 60.787552886956355 ], [ -0.831512601224886, 60.787221904279761 ], [ -0.834984202944844, 60.787067997349062 ], [ -0.835787243543587, 60.786551491411025 ], [ -0.835407390542201, 60.785478810846897 ], [ -0.833247068028448, 60.785388227842915 ], [ -0.831884816779858, 60.784161539213898 ], [ -0.828546391271074, 60.784046260754991 ], [ -0.827605169266925, 60.783416705747037 ], [ -0.824381685609982, 60.782321828181288 ], [ -0.82270625392038, 60.781184783765625 ], [ -0.820915031505899, 60.780953572978987 ], [ -0.820665102345818, 60.780008590228157 ], [ -0.819875071575209, 60.77926986593878 ], [ -0.819226289119778, 60.779434762067105 ], [ -0.8193969167507, 60.778789778979764 ], [ -0.818733817114359, 60.77859538928643 ], [ -0.819162334500054, 60.777678817341069 ], [ -0.817900528366968, 60.777537519768536 ], [ -0.81851983354946, 60.777174834126335 ], [ -0.818062052023771, 60.776142716280759 ], [ -0.817435230141052, 60.775962107485476 ], [ -0.817741059213799, 60.775385658922602 ], [ -0.816528380336415, 60.775159480416171 ], [ -0.816917227012033, 60.774821707445177 ], [ -0.816346659718344, 60.774610162715533 ], [ -0.816800900144235, 60.774241540274183 ], [ -0.820277607897973, 60.773562798289568 ], [ -0.821650566344326, 60.772672471934243 ], [ -0.820981317041942, 60.772648638421451 ], [ -0.820537805730624, 60.771477480121114 ], [ -0.818447503325999, 60.770408562579888 ], [ -0.817013210553789, 60.770472252453047 ], [ -0.815475182494933, 60.770113000916126 ], [ -0.813612828491168, 60.77033449799486 ], [ -0.813105048950636, 60.769916977539189 ], [ -0.811335574236584, 60.769860916357345 ], [ -0.810632146750956, 60.769522464473624 ], [ -0.810853827812299, 60.769237101472967 ], [ -0.810138311389578, 60.769473193533038 ], [ -0.809202159098526, 60.768975539151846 ], [ -0.810117479731299, 60.768301253901512 ], [ -0.809549927020056, 60.768260306204503 ], [ -0.80994621252752, 60.76772149026106 ], [ -0.811387746809808, 60.767112019582157 ], [ -0.81048531213845, 60.76689481602147 ], [ -0.809620473977482, 60.767446539429059 ], [ -0.809718669619236, 60.76687724566078 ], [ -0.808932008069007, 60.766459031214055 ], [ -0.810437834488934, 60.766392471001858 ], [ -0.81059644113448, 60.766124507390991 ], [ -0.809958811368698, 60.765647460212342 ], [ -0.808750623411765, 60.765806446260846 ], [ -0.80836691135342, 60.765264302139158 ], [ -0.809826265072818, 60.76481573028363 ], [ -0.809183248834312, 60.764138400243809 ], [ -0.810158938737169, 60.76366398382163 ], [ -0.808217806097605, 60.763099045481574 ], [ -0.806706922699546, 60.763009300714003 ], [ -0.806583484630777, 60.762626596654144 ], [ -0.805228911374984, 60.762776167781439 ], [ -0.804544086167954, 60.761697081727306 ], [ -0.803920947315463, 60.761673572308915 ], [ -0.803328548903399, 60.761071189419482 ], [ -0.802195923335027, 60.76068396893298 ], [ -0.801307412577574, 60.760887043011216 ], [ -0.800680815026482, 60.760710844679323 ], [ -0.801266271417627, 60.760514047449966 ], [ -0.800641147539063, 60.760544378867088 ], [ -0.801012640567467, 60.760179559282378 ], [ -0.799588398931788, 60.760476604082974 ], [ -0.802106182732466, 60.759399172392804 ], [ -0.802792416416868, 60.758466990830073 ], [ -0.80563245541438, 60.758586573830783 ], [ -0.808068700020902, 60.757966234599998 ], [ -0.810231124052965, 60.758196427583911 ], [ -0.811409931449611, 60.758029986443582 ], [ -0.815489523351922, 60.759570030796269 ], [ -0.818407207451349, 60.759628072877994 ], [ -0.820290086671657, 60.760079217392978 ], [ -0.823006689153037, 60.759515843661788 ], [ -0.82399166597009, 60.75998150636228 ], [ -0.826270120921954, 60.76025735062489 ], [ -0.826573190364746, 60.760652380629288 ], [ -0.828320980119031, 60.760383914639092 ], [ -0.829785232149908, 60.760693891901553 ], [ -0.831898871105876, 60.760104428925217 ], [ -0.831996593605129, 60.7602938370961 ], [ -0.837758200402189, 60.759917352546928 ], [ -0.837424449112194, 60.759047995179941 ], [ -0.83812026438667, 60.758989372171541 ], [ -0.838205891353331, 60.760224716300513 ], [ -0.839191102525594, 60.760131778669219 ], [ -0.839565136759574, 60.759684270839365 ], [ -0.839698155958077, 60.76021876911895 ], [ -0.840740084781583, 60.760232261758794 ], [ -0.840903403250593, 60.759657068103451 ], [ -0.840830372055668, 60.759555413704206 ], [ -0.839614802991492, 60.75942700500493 ], [ -0.84076590900741, 60.759465684548516 ], [ -0.840929297771308, 60.759565863812021 ], [ -0.840998847878171, 60.759789921131144 ], [ -0.841588979860144, 60.760611318406241 ], [ -0.843805883183157, 60.759746907527244 ], [ -0.845278077452118, 60.759685954133531 ], [ -0.849251211323766, 60.757587585324025 ], [ -0.851012815223211, 60.757384490252235 ], [ -0.852557839880691, 60.758363838801515 ], [ -0.85282978264384, 60.757788819641767 ], [ -0.854428668383342, 60.757516947092022 ], [ -0.855475001663302, 60.757713533039677 ], [ -0.85655606202171, 60.757501866548317 ], [ -0.858516184375495, 60.757856158290792 ], [ -0.860784321455865, 60.756822204935467 ], [ -0.863371025293411, 60.757671990291463 ], [ -0.86346163074936, 60.758015751214302 ], [ -0.863555107035571, 60.757707668896096 ], [ -0.864394103828416, 60.757905122839986 ], [ -0.864913644219101, 60.757743408273811 ], [ -0.864422166795902, 60.757838018609782 ], [ -0.864461009870202, 60.757517800892053 ], [ -0.865611396469259, 60.757367704789445 ], [ -0.864289835330535, 60.757168869476203 ], [ -0.862725489599104, 60.756053014686998 ], [ -0.862268042176942, 60.756275405713794 ], [ -0.86039853788809, 60.756006339515544 ], [ -0.859931438174445, 60.756448623726072 ], [ -0.858200965312829, 60.754745879167949 ], [ -0.858563087202659, 60.754713890652425 ], [ -0.858964022809686, 60.754546752101106 ], [ -0.858190291561748, 60.754478217024072 ], [ -0.857714671914964, 60.753817811656297 ], [ -0.856041081605573, 60.753462357699156 ], [ -0.855930142924668, 60.754053122068093 ], [ -0.854123470017592, 60.754239733700075 ], [ -0.852426859227998, 60.753450356449193 ], [ -0.851189100345813, 60.753428991808526 ], [ -0.851627364374877, 60.75369313134847 ], [ -0.848575012938993, 60.753105794952297 ], [ -0.847224207916798, 60.753781086004409 ], [ -0.846343937372624, 60.75305251406634 ], [ -0.845156951354703, 60.753354771493122 ], [ -0.84329231487009, 60.752755082233179 ], [ -0.842046402703038, 60.752808087912726 ], [ -0.839807340893282, 60.75226527717389 ], [ -0.837771931417187, 60.751369524317994 ], [ -0.837525065826642, 60.751549658565843 ], [ -0.837053208232346, 60.750950266318647 ], [ -0.83715008171116, 60.75167031911829 ], [ -0.83787917679168, 60.751904700095039 ], [ -0.836713911028811, 60.752011330240109 ], [ -0.836814107838492, 60.751473462200721 ], [ -0.835635787085229, 60.751333048768501 ], [ -0.834421090760209, 60.751791204741956 ], [ -0.836032445821425, 60.751779151820543 ], [ -0.833926685020619, 60.751966488532268 ], [ -0.833108325447165, 60.752776459317445 ], [ -0.83259040137514, 60.75248732215659 ], [ -0.83222665249262, 60.752802910038746 ], [ -0.83148375345109, 60.752545032781619 ], [ -0.831229159951957, 60.752835529480599 ], [ -0.830679824801922, 60.752704140829287 ], [ -0.830568816710711, 60.752981521028303 ], [ -0.829484620448094, 60.753077122531352 ], [ -0.829047700794103, 60.753536624911753 ], [ -0.826854295813627, 60.753758104675079 ], [ -0.826350086960994, 60.754049103775003 ], [ -0.824248354879562, 60.753819701198971 ], [ -0.823163948678483, 60.754420765636475 ], [ -0.821063287439905, 60.754912333499867 ], [ -0.820390552414198, 60.754693620558143 ], [ -0.820654041875146, 60.754063817070282 ], [ -0.819952279954583, 60.753386919297988 ], [ -0.818748416961453, 60.753242541370916 ], [ -0.818219095163697, 60.753615895814093 ], [ -0.816939729263613, 60.753478917832204 ], [ -0.817093121962829, 60.752751177320008 ], [ -0.815625584016313, 60.752543389615049 ], [ -0.815401249595133, 60.752108622796563 ], [ -0.815994490350501, 60.75189297542466 ], [ -0.815495840949196, 60.751931673994179 ], [ -0.815519913281875, 60.751577216826298 ], [ -0.816076898200116, 60.750950909810427 ], [ -0.815550812809721, 60.749743084000826 ], [ -0.812610859696054, 60.74921966571344 ], [ -0.813731694060568, 60.748874909126428 ], [ -0.813031349354896, 60.74861371270211 ], [ -0.812806139470392, 60.74800563871279 ], [ -0.813951955367044, 60.746932905691118 ], [ -0.8135582234747, 60.746317955733304 ], [ -0.814227118620019, 60.743899541538461 ], [ -0.813769752306176, 60.742524406546771 ], [ -0.81488590538643, 60.741702815604377 ], [ -0.816146067197314, 60.741451754459057 ], [ -0.8165258517739, 60.740352485039338 ], [ -0.815983564153504, 60.740136693962427 ], [ -0.817326456923602, 60.739030654340468 ], [ -0.817731758260989, 60.737983684643488 ], [ -0.81697114243727, 60.737222743886733 ], [ -0.818412526100472, 60.73692567178022 ], [ -0.820464895481017, 60.735219766868362 ], [ -0.821478313022685, 60.734838087804413 ], [ -0.823261943034776, 60.734705592485675 ], [ -0.825549382991089, 60.734083641239273 ], [ -0.826505408900048, 60.734267098132335 ], [ -0.827554722381769, 60.73314941122733 ], [ -0.828726255296494, 60.732701717723558 ], [ -0.828655534359064, 60.732377856871146 ], [ -0.830509820047083, 60.731810402607493 ], [ -0.829725858792434, 60.731686838549528 ], [ -0.830461682740312, 60.731621424348432 ], [ -0.830068047700279, 60.731353111767724 ], [ -0.831136871833062, 60.730953886205356 ], [ -0.831834424037154, 60.731184437339387 ], [ -0.83196852429316, 60.730521160772696 ], [ -0.833317073167542, 60.729738257645813 ], [ -0.835409466203383, 60.729424218961888 ], [ -0.834288897098526, 60.72923041596561 ], [ -0.836505416902324, 60.728778265050749 ], [ -0.837106287185541, 60.729147124253451 ], [ -0.8381441289982, 60.72858595358565 ], [ -0.838018230095204, 60.726995584980287 ], [ -0.839327269454484, 60.726791424105294 ], [ -0.838982838646509, 60.72642928418675 ], [ -0.839627723764843, 60.725577373242672 ], [ -0.839287612649936, 60.724079431198483 ], [ -0.839745178448002, 60.723845447632399 ], [ -0.839316947940339, 60.723774399945917 ], [ -0.84099337294277, 60.721764139409245 ], [ -0.842582983759472, 60.721652162170308 ], [ -0.843532322297145, 60.723034134323335 ], [ -0.844225595452229, 60.723126308755674 ], [ -0.848305615967475, 60.72232097698317 ], [ -0.848844932756795, 60.722617423548314 ], [ -0.849670853983128, 60.722588594467339 ], [ -0.849725491287553, 60.722342141720745 ], [ -0.850085738727175, 60.72252032076895 ], [ -0.851243854354135, 60.721915187200899 ], [ -0.852760382551848, 60.722309774381181 ], [ -0.853654538749811, 60.721908877953837 ], [ -0.854844290417424, 60.720154678174964 ], [ -0.856131659918368, 60.720291370422885 ], [ -0.856985085211218, 60.720002341696869 ], [ -0.856962868616969, 60.719337709962218 ], [ -0.85853706143176, 60.718363433975682 ], [ -0.858468848001262, 60.717702900451982 ], [ -0.859298835804564, 60.717296931542258 ], [ -0.858908315708761, 60.716938940447278 ], [ -0.859684999982692, 60.716743520986938 ], [ -0.859427506153833, 60.71625197825113 ], [ -0.860568119706225, 60.715094411595878 ], [ -0.859417836914524, 60.713163136022359 ], [ -0.861700644397514, 60.711831202585316 ], [ -0.861463493808357, 60.711541862540997 ], [ -0.863142455858657, 60.709661549717218 ], [ -0.862702616782134, 60.708885629368297 ], [ -0.863796815383573, 60.708513301025391 ], [ -0.863830812353893, 60.708069130876794 ], [ -0.862614983118608, 60.707735579539062 ], [ -0.862102509983715, 60.707201472450471 ], [ -0.862329960298483, 60.706727517907588 ], [ -0.865143890250771, 60.706684024635628 ], [ -0.866302882204099, 60.706289777382267 ], [ -0.866414061592761, 60.705473632722168 ], [ -0.86549073114718, 60.704900148053113 ], [ -0.866648885520701, 60.703226389816834 ], [ -0.870715033931928, 60.702205677436076 ], [ -0.868548181473663, 60.698963960708596 ], [ -0.865825613799137, 60.697212501715512 ], [ -0.862910127017763, 60.696783747104867 ], [ -0.859585926831915, 60.697554634613454 ], [ -0.857869544645165, 60.697661236935943 ], [ -0.856731219715996, 60.698253124359447 ], [ -0.857007010484368, 60.697707758608807 ], [ -0.856007438901769, 60.698260417657224 ], [ -0.854977308971086, 60.698125916276318 ], [ -0.855542052772823, 60.697439357674192 ], [ -0.854253794247485, 60.697868322348207 ], [ -0.854818548860443, 60.697181766798309 ], [ -0.853884961714077, 60.697681099995386 ], [ -0.851833048662672, 60.696254736107534 ], [ -0.852075299316117, 60.695675870387575 ], [ -0.851171432616892, 60.696214946871372 ], [ -0.850018506304027, 60.695212881412701 ], [ -0.850134520295612, 60.69473350055118 ], [ -0.849741821542948, 60.69501117355032 ], [ -0.850041279871178, 60.694472309759796 ], [ -0.849450068749214, 60.694718647890788 ], [ -0.848939785979416, 60.694186301579315 ], [ -0.848577689504751, 60.694325059557784 ], [ -0.848639243990329, 60.693832641363585 ], [ -0.848113240436326, 60.694099287545974 ], [ -0.847272437381787, 60.693899010363708 ], [ -0.847172445198003, 60.693264232884445 ], [ -0.84657940656648, 60.693357001738164 ], [ -0.845412969282631, 60.691921092552477 ], [ -0.843851142657107, 60.691402110473398 ], [ -0.843616815540964, 60.690736540007933 ], [ -0.842669163075918, 60.69040421759491 ], [ -0.839724044557996, 60.691027037551997 ], [ -0.839751716753796, 60.691784208153315 ], [ -0.841453301522491, 60.692897061206409 ], [ -0.841331376729779, 60.693944755655018 ], [ -0.838338370113272, 60.695377937841052 ], [ -0.837460204139153, 60.69677194796887 ], [ -0.836126929760341, 60.697173412198914 ], [ -0.833913333408412, 60.696592984340874 ], [ -0.834329479568041, 60.696228464309108 ], [ -0.833364484510777, 60.69551341962724 ], [ -0.83404237535595, 60.694545992471738 ], [ -0.8332837566184, 60.694556451116355 ], [ -0.834247387619941, 60.694194900220729 ], [ -0.833864586599822, 60.69399313379666 ], [ -0.83455832486169, 60.693446958117619 ], [ -0.833501009211231, 60.693766392291096 ], [ -0.832868114737222, 60.693592974738337 ], [ -0.833702685555565, 60.693406292771314 ], [ -0.83341940230394, 60.693137150355405 ], [ -0.834571993374312, 60.692664106229472 ], [ -0.834621247675965, 60.692213787560199 ], [ -0.833636964577924, 60.691731132796008 ], [ -0.833040648117316, 60.690852282559113 ], [ -0.832712689952165, 60.689138023528855 ], [ -0.833532175641109, 60.688504954021248 ], [ -0.833096635707253, 60.687890588222054 ], [ -0.832771192413965, 60.688230753052643 ], [ -0.832463514420684, 60.687979353684653 ], [ -0.833086109407478, 60.687726180287342 ], [ -0.832117278133143, 60.687023661308039 ], [ -0.832573878529113, 60.68680316393521 ], [ -0.83164841529213, 60.685814587783987 ], [ -0.831429271607444, 60.684637320940055 ], [ -0.834448031306662, 60.682979145206559 ], [ -0.835004032073134, 60.683450890090036 ], [ -0.835549068090612, 60.683111730575739 ], [ -0.835806693747618, 60.683278285409493 ], [ -0.839078771915019, 60.68260810516712 ], [ -0.840070675404283, 60.681550884579913 ], [ -0.841653484778842, 60.682795601204603 ], [ -0.841621416781241, 60.683687838905598 ], [ -0.842987994535418, 60.683361136367026 ], [ -0.844033388736062, 60.682596167198874 ], [ -0.844466051110185, 60.682783968883953 ], [ -0.844260554907781, 60.682336837239951 ], [ -0.844822061380435, 60.68219891272873 ], [ -0.844963192796358, 60.681530294482897 ], [ -0.845848015482258, 60.681361032102117 ], [ -0.845573176452218, 60.681162921880251 ], [ -0.846547928451949, 60.680475442442493 ], [ -0.846759739109126, 60.68079781657805 ], [ -0.849741845068586, 60.678030976015464 ], [ -0.84988055845822, 60.678247663191442 ], [ -0.850432706748452, 60.677650807603506 ], [ -0.851071341996373, 60.678221963441786 ], [ -0.851290326698875, 60.677213701923648 ], [ -0.851490768400748, 60.678010063054224 ], [ -0.852776234373552, 60.676095077538925 ], [ -0.853409939112665, 60.676033159664087 ], [ -0.853712400265108, 60.674733790797141 ], [ -0.854184003338948, 60.674854552160895 ], [ -0.853881919194288, 60.674084262524353 ], [ -0.854969613681272, 60.673864598285235 ], [ -0.855407229799345, 60.674169134681378 ], [ -0.855628008709488, 60.673879202803107 ], [ -0.85628115051345, 60.674041912921453 ], [ -0.856700010708965, 60.673843460294954 ], [ -0.857539005627452, 60.674443232087214 ], [ -0.858489704359059, 60.674473783252445 ], [ -0.858481532643182, 60.674963069495639 ], [ -0.858875168132853, 60.674701542134137 ], [ -0.85908376066463, 60.677082754772705 ], [ -0.861377084068698, 60.677712835649196 ], [ -0.860914307006721, 60.678117446526493 ], [ -0.861525932217689, 60.678163050388171 ], [ -0.861569103499494, 60.678495640099293 ], [ -0.86273285896544, 60.67887276389704 ], [ -0.86326215817431, 60.678554011682934 ], [ -0.864650315034704, 60.679265244969294 ], [ -0.867194996499049, 60.678792938750725 ], [ -0.867365217011965, 60.678428932993512 ], [ -0.869735042387932, 60.677406484861493 ], [ -0.870494480160557, 60.677412889192439 ], [ -0.869980697562995, 60.677709352921688 ], [ -0.87023566464384, 60.678007809517837 ], [ -0.870998698667044, 60.677650592438304 ], [ -0.87295385131667, 60.678012743661817 ], [ -0.874145491742585, 60.677699518870618 ], [ -0.875952947146793, 60.678361180579664 ], [ -0.877866421361485, 60.678345793073518 ], [ -0.879884648421592, 60.679898981581786 ], [ -0.881036875321179, 60.67993015828349 ], [ -0.882695353663502, 60.680672191643126 ], [ -0.88824859942903, 60.681074846403305 ], [ -0.890497049561362, 60.681650177469834 ], [ -0.893541220117566, 60.681713958175436 ], [ -0.894062883189228, 60.682037017080233 ], [ -0.895934320325708, 60.682025512815102 ], [ -0.897773118646118, 60.682433030175304 ], [ -0.899969907186753, 60.682437613615349 ], [ -0.90039229733547, 60.682721223032708 ], [ -0.904616155238234, 60.683361894548838 ], [ -0.905704951280662, 60.684133100598089 ], [ -0.905025250189262, 60.684954506924193 ], [ -0.905338302545975, 60.685979763300111 ], [ -0.904658919232145, 60.686574901685987 ], [ -0.905212499722758, 60.686772471914203 ], [ -0.904627128119936, 60.686971510002017 ], [ -0.90514188137196, 60.68750367668391 ], [ -0.904536390509096, 60.687647778670609 ], [ -0.904820682401462, 60.689250144912293 ], [ -0.906226297225247, 60.689918880219828 ], [ -0.908031556659018, 60.690252352297911 ], [ -0.913286515703745, 60.690109201409122 ], [ -0.91509520600796, 60.689744945349204 ], [ -0.916088078581132, 60.689298646798576 ], [ -0.916338958851813, 60.688753860790698 ], [ -0.919216357766799, 60.688078538277239 ], [ -0.920316827612717, 60.687204783387948 ], [ -0.921901437251341, 60.686963437722085 ], [ -0.923542456626102, 60.686238564446676 ], [ -0.927184366357821, 60.68018636813801 ], [ -0.928499456847547, 60.679119423964124 ], [ -0.930076092142729, 60.678552884288116 ], [ -0.930903133862765, 60.677625681302779 ], [ -0.934660896852573, 60.67663650858298 ], [ -0.938669658933278, 60.674131789169152 ], [ -0.943911090162071, 60.674204633380285 ], [ -0.947373095279133, 60.67328011769375 ], [ -0.947503134990763, 60.674062300952109 ], [ -0.948344708740637, 60.674634578079662 ], [ -0.953211230067935, 60.676392139849064 ], [ -0.954910477804711, 60.676486214434156 ], [ -0.95598319717585, 60.676144402046951 ], [ -0.957401130677762, 60.676730089565588 ], [ -0.958547046369691, 60.676671660051056 ], [ -0.963261713101775, 60.675208756401283 ], [ -0.966402697838288, 60.676005204086643 ], [ -0.967853350257585, 60.677861537472829 ], [ -0.967272774890575, 60.679871016263945 ], [ -0.96776988221581, 60.680296851651683 ], [ -0.966966397760098, 60.680748580142648 ], [ -0.965908511889757, 60.682624179305982 ], [ -0.968051251634336, 60.683001646185254 ], [ -0.966941094417558, 60.682966156021322 ], [ -0.966782851428569, 60.683276501364261 ], [ -0.966136013919143, 60.68329395962482 ], [ -0.966472142040509, 60.683716761606398 ], [ -0.966024762833461, 60.683680088802014 ], [ -0.965896612431937, 60.684421649069471 ], [ -0.966656734432883, 60.684811806272116 ], [ -0.970188831662533, 60.685318464352207 ], [ -0.97368799504843, 60.685195361539591 ], [ -0.975016211388914, 60.683846134375784 ], [ -0.976920059441909, 60.683161233165748 ], [ -0.981114004272499, 60.683695999537086 ], [ -0.980974950000155, 60.684040626271248 ], [ -0.981524783285567, 60.684022359130246 ], [ -0.981251359405269, 60.684563498567563 ], [ -0.982192173945594, 60.686079086215415 ], [ -0.981469405058463, 60.686643749016696 ], [ -0.981121385966161, 60.688674802151922 ], [ -0.980239804594448, 60.689337017897579 ], [ -0.979111640689888, 60.689400259643442 ], [ -0.97859586443901, 60.690074229482185 ], [ -0.978915495417809, 60.690678244653988 ], [ -0.978129438923538, 60.69092366028741 ], [ -0.977918411384963, 60.691514652093119 ], [ -0.976581788918789, 60.691796263800256 ], [ -0.975741125127187, 60.692663479706511 ], [ -0.97467430514994, 60.692521538857306 ], [ -0.974665475278071, 60.693374457687362 ], [ -0.975317965511113, 60.693646117882544 ], [ -0.975594845892413, 60.694499424636575 ], [ -0.972891183371944, 60.695834533743401 ], [ -0.971555972686846, 60.695491182314541 ], [ -0.971100058274041, 60.696060531295736 ], [ -0.969548618921139, 60.695720887179128 ], [ -0.967830643619841, 60.696064127972448 ], [ -0.966378787037514, 60.695533067169848 ], [ -0.966532461220609, 60.695081719928808 ], [ -0.965145014529882, 60.695911432399477 ], [ -0.966137064279154, 60.696673307910011 ], [ -0.968569131594907, 60.697539643344626 ], [ -0.970035534444421, 60.698650822078761 ], [ -0.970633698831499, 60.698561139250238 ], [ -0.970654762902631, 60.699908121242267 ], [ -0.970014809412994, 60.699871779982551 ], [ -0.971648583191466, 60.701769870472496 ], [ -0.970731016229905, 60.703540630634429 ], [ -0.971876886964449, 60.706094910728019 ], [ -0.971064891629829, 60.706851878822924 ], [ -0.971546852921763, 60.706963322186269 ], [ -0.97082344801778, 60.707240603095634 ], [ -0.971804698024987, 60.707495048384132 ], [ -0.971365331250611, 60.708057342009589 ], [ -0.97659063025012, 60.709677593564408 ], [ -0.977850932106981, 60.710957703999014 ], [ -0.977591256825269, 60.711633621796892 ], [ -0.976732538520206, 60.711842562052581 ], [ -0.977611647300806, 60.71214556744188 ], [ -0.978100532407004, 60.712908000478542 ], [ -0.978134408313278, 60.713572687797026 ], [ -0.977441956588907, 60.713738005854509 ], [ -0.978322295599802, 60.715158872486469 ], [ -0.9786827995067, 60.71477104216077 ], [ -0.979102345764269, 60.714832598861953 ], [ -0.979557223460128, 60.715513958083761 ], [ -0.978960240986843, 60.715846117767974 ], [ -0.978350578324071, 60.715711282273311 ], [ -0.978268357377777, 60.716280807651017 ], [ -0.97905494178307, 60.716327202838329 ], [ -0.980008112791059, 60.716900118339922 ], [ -0.980604712556673, 60.718027000158351 ], [ -0.982861194601292, 60.717958835276832 ], [ -0.982441495143543, 60.719060038785422 ], [ -0.984187335454772, 60.719203465916586 ], [ -0.984395186381089, 60.719586637209467 ], [ -0.983910246426628, 60.720723265850694 ], [ -0.983357234948721, 60.720822330633411 ], [ -0.982666743576816, 60.721791289625124 ], [ -0.980922826072316, 60.721872326983394 ], [ -0.979851315929339, 60.722425353375534 ], [ -0.978158706825917, 60.721177888594852 ], [ -0.977959027637947, 60.719385103758135 ], [ -0.977298214873569, 60.719415981221033 ], [ -0.977046653412662, 60.720410705575262 ], [ -0.974610008836469, 60.719799499162377 ], [ -0.968824673450624, 60.719593522847191 ], [ -0.966949491333902, 60.718627340687775 ], [ -0.966435274040384, 60.718659293748821 ], [ -0.966898436768708, 60.719075886475444 ], [ -0.966143116756325, 60.719195768739418 ], [ -0.964143280199183, 60.71897382491408 ], [ -0.961892706895745, 60.715445715258028 ], [ -0.955382095018954, 60.715139260081543 ], [ -0.954202045648901, 60.715641854171295 ], [ -0.954970902382083, 60.717305334975769 ], [ -0.954620692782122, 60.717422921377782 ], [ -0.95327093612563, 60.716885337021772 ], [ -0.952010112319382, 60.717557879011828 ], [ -0.952035694409509, 60.718179412224494 ], [ -0.95308019454923, 60.719030679903923 ], [ -0.955352391986035, 60.719442567857286 ], [ -0.955358342584033, 60.720162713760622 ], [ -0.956843146418759, 60.720836906202898 ], [ -0.956899917522439, 60.721573608813877 ], [ -0.955475379518118, 60.721921673530325 ], [ -0.956212295529226, 60.722033360498692 ], [ -0.954965902026933, 60.722313669518414 ], [ -0.955322395807864, 60.722568750924701 ], [ -0.95420281350547, 60.722725235420931 ], [ -0.955001900146462, 60.723350102833024 ], [ -0.956033055747303, 60.72354668771073 ], [ -0.954902289808026, 60.725062480262764 ], [ -0.955674042170021, 60.725119670583616 ], [ -0.955698958468916, 60.725425143435494 ], [ -0.956123145870697, 60.725233605733422 ], [ -0.956680500392796, 60.725401356295784 ], [ -0.955933427405081, 60.725600259417689 ], [ -0.956100198707233, 60.725884389325664 ], [ -0.957901655312699, 60.726299749405534 ], [ -0.95830212042029, 60.726670990317338 ], [ -0.959638541027279, 60.726672383917752 ], [ -0.961851840343482, 60.726485714449133 ], [ -0.962430301052747, 60.726057413280913 ], [ -0.964874779395722, 60.725692008939866 ], [ -0.96642527944315, 60.72673203532743 ], [ -0.965925952060198, 60.727551540137775 ], [ -0.966863036418956, 60.727029911529883 ], [ -0.966298155108978, 60.727493353398664 ], [ -0.967122708064437, 60.727849877317936 ], [ -0.966124884249204, 60.728264192269258 ], [ -0.966469509200053, 60.728494010962642 ], [ -0.965434623349989, 60.728463586161865 ], [ -0.96481072617079, 60.728822412973742 ], [ -0.963848120293765, 60.72859679651652 ], [ -0.962430253340439, 60.728844425270182 ], [ -0.962838750949017, 60.728912231613691 ], [ -0.962364986556414, 60.729162666918505 ], [ -0.960634153123598, 60.728994831766499 ], [ -0.959130372037612, 60.729516510754522 ], [ -0.95795342070175, 60.72956932644604 ], [ -0.957133137663272, 60.73060987753977 ], [ -0.958158377472958, 60.732185538864499 ], [ -0.961155368295206, 60.733747742810472 ], [ -0.962078606291469, 60.735254343339641 ], [ -0.964949605563235, 60.736358465537471 ], [ -0.965141449238122, 60.737235374667542 ], [ -0.963736849851622, 60.737287384214554 ], [ -0.964667855561829, 60.737420274723817 ], [ -0.964602303637767, 60.737747493599436 ], [ -0.963645233323024, 60.737569507543697 ], [ -0.962510567058955, 60.737780717559026 ], [ -0.962226482761888, 60.737491199968751 ], [ -0.961089312509846, 60.737495867017948 ], [ -0.960408551714679, 60.738415406595813 ], [ -0.960758570837183, 60.738934397284019 ], [ -0.959757412004247, 60.738985000608686 ], [ -0.960416256189083, 60.739879004935091 ], [ -0.958961307948503, 60.739499594203501 ], [ -0.959731588381061, 60.74006674159051 ], [ -0.958861795899518, 60.740024079849078 ], [ -0.96030573752996, 60.7407445992135 ], [ -0.960465766210831, 60.741751460510145 ], [ -0.959516915544778, 60.74188327660508 ], [ -0.960791104762989, 60.743886436064997 ], [ -0.960162650592382, 60.743751375289506 ], [ -0.959880030209348, 60.743982632544011 ], [ -0.959222166478474, 60.743622870365819 ], [ -0.959012470572618, 60.744150990545187 ], [ -0.955503799984056, 60.743463784761325 ], [ -0.954894309167745, 60.74500338667201 ], [ -0.953585576934504, 60.744916867501487 ], [ -0.95453200858378, 60.745427055710742 ], [ -0.954020532836107, 60.745643049446031 ], [ -0.952808711413602, 60.744551656173904 ], [ -0.952559886924757, 60.745151291565818 ], [ -0.95188852281059, 60.744926069336167 ], [ -0.951471043320574, 60.743665779740901 ], [ -0.950397312517435, 60.743405979208696 ], [ -0.948819310450931, 60.743703393858553 ], [ -0.946663084612699, 60.743453036021677 ], [ -0.945721427784281, 60.743921515816488 ], [ -0.9467538736336, 60.74572089015205 ], [ -0.946351640744068, 60.74596015930905 ], [ -0.946654583362346, 60.746231901013871 ], [ -0.947401294601743, 60.746116547068418 ], [ -0.947565880017166, 60.746692479591879 ], [ -0.948928731037501, 60.747089248704505 ], [ -0.949026299614683, 60.746910437473851 ], [ -0.949146608401884, 60.747158295896611 ], [ -0.948982795396194, 60.747399439773559 ], [ -0.94857557655111, 60.74723014240773 ], [ -0.948618559353821, 60.747598608819501 ], [ -0.946880031154625, 60.748029425459521 ], [ -0.947330546018068, 60.74799704520693 ], [ -0.948133979172215, 60.748672263809134 ], [ -0.947891561095375, 60.749352749969326 ], [ -0.947184817902733, 60.748525649537719 ], [ -0.946870246649799, 60.749447994711353 ], [ -0.946333350804828, 60.748756904107225 ], [ -0.945839122242548, 60.749282770229364 ], [ -0.945346229074804, 60.748928725232666 ], [ -0.945060363182651, 60.749254203531514 ], [ -0.944543866246376, 60.749339929973139 ], [ -0.944701499064219, 60.749008954998672 ], [ -0.944010499911767, 60.749380627815633 ], [ -0.943351920851383, 60.748486544830016 ], [ -0.942822571221605, 60.748684398141123 ], [ -0.942177826987894, 60.748486273508625 ], [ -0.941378397183866, 60.749086037010358 ], [ -0.941121764337816, 60.748522838444025 ], [ -0.940569472031693, 60.749416357469798 ], [ -0.941351050748939, 60.749916358404185 ], [ -0.9410740139015, 60.750529219006062 ], [ -0.938978461676414, 60.750651838251244 ], [ -0.939885042459506, 60.750977749642473 ], [ -0.939961802104422, 60.751431784357841 ], [ -0.940384863646108, 60.75084252599305 ], [ -0.941246461662072, 60.750863692315583 ], [ -0.942509490570273, 60.752066930185947 ], [ -0.94145982110258, 60.752184357759837 ], [ -0.940735875878136, 60.751882345959018 ], [ -0.941494295964487, 60.752530312547833 ], [ -0.93985335457179, 60.752216570858351 ], [ -0.939578648229235, 60.752479274485687 ], [ -0.942459100945159, 60.753040730104857 ], [ -0.943477810440753, 60.753865821871948 ], [ -0.942996446361544, 60.753996713149462 ], [ -0.943303678514786, 60.755534502167926 ], [ -0.941952097742034, 60.755622620448413 ], [ -0.943160231244491, 60.756269631720066 ], [ -0.944462877599902, 60.756275393356987 ], [ -0.944296063864104, 60.75688463743554 ], [ -0.944741252020695, 60.757018330489302 ], [ -0.944376616479078, 60.757504805806839 ], [ -0.942537034675525, 60.757921305782567 ], [ -0.945685540871881, 60.75760039230466 ], [ -0.94578735267944, 60.758692111574128 ], [ -0.946670681743049, 60.758896579259357 ], [ -0.946757126070965, 60.759898389209212 ], [ -0.945851004343521, 60.759828424665415 ], [ -0.945660316616437, 60.760046906560362 ], [ -0.946842303635163, 60.76121893484234 ], [ -0.945874709209282, 60.761902703956515 ], [ -0.944846763524423, 60.761908095645609 ], [ -0.944848644878115, 60.761571406989631 ], [ -0.943961565965843, 60.761479132725533 ], [ -0.942924957419105, 60.762305998119928 ], [ -0.942907588384272, 60.761439410874381 ], [ -0.942252996105778, 60.761811362232208 ], [ -0.942059885775063, 60.761544966869025 ], [ -0.940986672851229, 60.761532014617956 ], [ -0.939453083090034, 60.762678167366388 ], [ -0.940399650239468, 60.764027967737377 ], [ -0.939892958270458, 60.764365160195972 ], [ -0.939974916567594, 60.765218789795838 ], [ -0.939364027062693, 60.765375582259466 ], [ -0.939464608543132, 60.7664987220653 ], [ -0.9368330249497, 60.768920130133537 ], [ -0.936568699339727, 60.769973041035676 ], [ -0.937118211975261, 60.770287159816064 ], [ -0.936468870837319, 60.770493018343018 ], [ -0.93705480087245, 60.770816404555326 ], [ -0.936913515904239, 60.771479714003945 ], [ -0.93538499982771, 60.771346388922261 ], [ -0.936807037105224, 60.771923319348495 ], [ -0.936151630573697, 60.772865386583049 ], [ -0.934756434010025, 60.773415496715991 ], [ -0.935541634737777, 60.77465181382297 ], [ -0.934680306452581, 60.775156771679931 ], [ -0.933829953789619, 60.774777403639149 ], [ -0.934176239730544, 60.775960859461321 ], [ -0.93492487861376, 60.775809671734564 ], [ -0.936178029569971, 60.776501991459455 ], [ -0.936460427851786, 60.777954296856677 ], [ -0.935615699088139, 60.778787116746884 ], [ -0.936267254913139, 60.778796769184169 ], [ -0.936397722076886, 60.779569975035265 ], [ -0.935731225910518, 60.780287483550694 ], [ -0.934527239930418, 60.780322829688679 ], [ -0.935704088186321, 60.780552141535971 ], [ -0.935994811623925, 60.780922574036552 ], [ -0.935017112060143, 60.781332335518691 ], [ -0.934147726803459, 60.781244629160767 ], [ -0.934823391869114, 60.781636076483636 ], [ -0.932454794335409, 60.781347905196732 ], [ -0.932227240384408, 60.78183992736011 ], [ -0.933970500488193, 60.78326344074889 ], [ -0.936045483528728, 60.7835492584951 ], [ -0.936254655249888, 60.783887618380803 ], [ -0.938166652719193, 60.78438311226143 ], [ -0.938692911837329, 60.784297484804689 ], [ -0.938114339669276, 60.78485408242441 ], [ -0.939170134306707, 60.784584085568781 ], [ -0.940209158276486, 60.785099587522829 ], [ -0.94005455016189, 60.785610155267442 ], [ -0.9404268294231, 60.785182113675454 ], [ -0.941015287460469, 60.785438159685548 ], [ -0.940702690941843, 60.785727503260333 ], [ -0.942285552453946, 60.786741107283973 ], [ -0.944223585873112, 60.787290590678346 ], [ -0.945216946714602, 60.78724452352224 ], [ -0.945014876960963, 60.787804106677164 ], [ -0.945693131671077, 60.787845347600147 ], [ -0.945601502715872, 60.788118479338998 ], [ -0.946416411944227, 60.787913874469808 ], [ -0.947116525256936, 60.788408705045612 ], [ -0.948880389931004, 60.787551585280184 ], [ -0.950129737608754, 60.787821740054575 ], [ -0.949412031901789, 60.788143851038477 ], [ -0.950859065489258, 60.788267396256899 ], [ -0.951111485883817, 60.788974196851406 ], [ -0.949852168913191, 60.788726420383817 ], [ -0.951699952285494, 60.789234684479268 ], [ -0.952048617422533, 60.789807553554496 ], [ -0.951621289565674, 60.790518026267456 ], [ -0.952838045436003, 60.790383858683427 ], [ -0.952853875618023, 60.790743130459731 ], [ -0.954006065795657, 60.790617427601674 ], [ -0.95439037823633, 60.790943653364437 ], [ -0.953565127173552, 60.790901311656391 ], [ -0.954919865379968, 60.791324879840801 ], [ -0.953752580261047, 60.791912876432804 ], [ -0.951135033076937, 60.791344760731334 ], [ -0.952867477228667, 60.792296552935021 ], [ -0.950610798854574, 60.79305111031718 ], [ -0.951171639494117, 60.793315873252936 ], [ -0.950871468686796, 60.793506571324912 ], [ -0.949162877435862, 60.793789512962036 ], [ -0.950032133900669, 60.794173416256143 ], [ -0.949855962376316, 60.794504251290107 ], [ -0.948473062664847, 60.794937878967076 ], [ -0.946893190505078, 60.79493448096455 ], [ -0.947259114303379, 60.79526058287842 ], [ -0.946875119298482, 60.795764870123605 ], [ -0.947406657391992, 60.79608329112019 ], [ -0.946714471278831, 60.797020630055506 ], [ -0.947349211069545, 60.796994179979045 ], [ -0.948661913163123, 60.79618290834302 ], [ -0.948926176611916, 60.796808996487663 ], [ -0.948539330177069, 60.79712022383017 ], [ -0.947861906042019, 60.797047579442072 ], [ -0.948332398881345, 60.797827921803588 ], [ -0.947363670297941, 60.798233354995503 ], [ -0.948101202133854, 60.79871500354453 ], [ -0.947312698888684, 60.798946762779323 ], [ -0.947364821379272, 60.799598127383156 ], [ -0.946450252691486, 60.800030914714768 ], [ -0.946644954442609, 60.800256909132955 ], [ -0.946003807992404, 60.800476348145573 ], [ -0.94568431469457, 60.799854310357027 ], [ -0.944650427457645, 60.800003319785937 ], [ -0.944895849700565, 60.799524886600501 ], [ -0.944352168411216, 60.799574487698635 ], [ -0.943125154194272, 60.800565966496933 ], [ -0.941584270699925, 60.801043175380158 ], [ -0.940787222810686, 60.800974042570111 ], [ -0.940959226624751, 60.800773377541013 ], [ -0.940605443893104, 60.800914247601206 ], [ -0.94136204659259, 60.80137363679065 ], [ -0.940146142271509, 60.802023985435525 ], [ -0.938767857487212, 60.802026573246778 ], [ -0.937307875031357, 60.802553755663347 ], [ -0.936662085763665, 60.802355603498285 ], [ -0.936967519246619, 60.802842871336296 ], [ -0.935932052778234, 60.802758355150402 ], [ -0.934473513142767, 60.803792816238065 ], [ -0.932617476111563, 60.80379155150964 ], [ -0.932122833725075, 60.804573259052439 ], [ -0.930880198931641, 60.80491354677504 ], [ -0.931072099811249, 60.805772541700669 ], [ -0.930144161685355, 60.806869538871446 ], [ -0.927232883955836, 60.807640943303106 ], [ -0.927429176697387, 60.808091446638976 ], [ -0.925259387459537, 60.80976659863321 ], [ -0.925992639955971, 60.810374036051421 ], [ -0.9287383800001, 60.810714698911873 ], [ -0.929480411802117, 60.811061803908025 ], [ -0.931191803601722, 60.811003597595736 ], [ -0.932730557171042, 60.811437827620033 ], [ -0.933985897248565, 60.81099885680203 ], [ -0.935144636134062, 60.811807149455738 ], [ -0.935029227375557, 60.81085449170174 ], [ -0.936202343396985, 60.811784101617107 ], [ -0.935974765649012, 60.811441108904923 ], [ -0.93734590318271, 60.811389108156661 ], [ -0.937811946892998, 60.811747451729239 ], [ -0.93815149859745, 60.811485263574845 ], [ -0.938634295182383, 60.811893119480054 ], [ -0.938195519975115, 60.812931182611045 ], [ -0.936022171105438, 60.813335991248074 ], [ -0.935488575791286, 60.812797532332091 ], [ -0.93484555417398, 60.81334013804927 ], [ -0.93408070656381, 60.813123073698705 ], [ -0.933943462866875, 60.813657115977207 ], [ -0.932274690535576, 60.814087415296534 ], [ -0.932001398895119, 60.814565604554382 ], [ -0.931594552712303, 60.814086498911365 ], [ -0.93148750946414, 60.81564345396167 ], [ -0.93023494843309, 60.81599263734013 ], [ -0.928810578479972, 60.817081183511036 ], [ -0.927148536395289, 60.8167536705228 ], [ -0.927233879698403, 60.817499585015199 ], [ -0.926507828123008, 60.816946085831596 ], [ -0.925177560048164, 60.816868112797174 ], [ -0.924966939162793, 60.816570130447872 ], [ -0.923564223998613, 60.816733987201872 ], [ -0.922544500344968, 60.815895283727727 ], [ -0.919690228810314, 60.815490773086267 ], [ -0.919017846700758, 60.815804111017599 ], [ -0.917987213039314, 60.815293007912182 ], [ -0.917025457479655, 60.815464835390415 ], [ -0.917179227248995, 60.816354968813663 ], [ -0.915292160892169, 60.815890813924248 ], [ -0.914193121891304, 60.816586769101129 ], [ -0.914030377793113, 60.816235283432043 ], [ -0.913013529330483, 60.81613278576679 ], [ -0.912696586194534, 60.817346840570494 ], [ -0.91307717721479, 60.817237685077657 ], [ -0.913960211508372, 60.81803495254907 ], [ -0.913701646756627, 60.818611991064955 ], [ -0.913293318393605, 60.818725413469608 ], [ -0.911943312972199, 60.81814434086985 ], [ -0.91140168526308, 60.818934572828176 ], [ -0.911880843448141, 60.819984475691768 ], [ -0.909536338616055, 60.820261771786562 ], [ -0.909605923414795, 60.820648422021478 ], [ -0.909128891135299, 60.82034825264266 ], [ -0.908174309729123, 60.820843310552618 ], [ -0.907217079465477, 60.820875935200611 ], [ -0.907418698958341, 60.821703618346454 ], [ -0.908380405755149, 60.821810198905261 ], [ -0.907415496189723, 60.822067231197394 ], [ -0.908119142472886, 60.823002248577886 ], [ -0.907804197155389, 60.823340881627153 ], [ -0.909631430399494, 60.824222164998673 ], [ -0.909243335400421, 60.825359314980915 ], [ -0.908403329247752, 60.825455751147082 ], [ -0.90857863273986, 60.825977941115276 ], [ -0.907209905170664, 60.826478608098412 ], [ -0.905807589887981, 60.826345987168253 ], [ -0.906327118937485, 60.826749768966813 ], [ -0.905911457730836, 60.82707411010874 ], [ -0.905984847916776, 60.826809834803413 ], [ -0.904735881934189, 60.826763748760641 ], [ -0.904859895223983, 60.828784974420053 ], [ -0.904619672656711, 60.828280208025511 ], [ -0.903991783898173, 60.828355898589535 ], [ -0.902882710377922, 60.827713850182171 ], [ -0.901791800813359, 60.827884516643202 ], [ -0.901607251340478, 60.827366731220685 ], [ -0.900309638241371, 60.827665888163502 ], [ -0.89960595235294, 60.82753891639792 ], [ -0.899832112357132, 60.828986345023651 ], [ -0.898778442008858, 60.828874461717646 ], [ -0.897402114334222, 60.829374070013728 ], [ -0.898368187994291, 60.829840804382385 ], [ -0.898328309213531, 60.83025170393357 ], [ -0.896790779482946, 60.829715633760543 ], [ -0.895793639988929, 60.829777480870938 ], [ -0.896188653070141, 60.830163219587469 ], [ -0.895102108155762, 60.830043854677697 ], [ -0.895612346473314, 60.830234805472038 ], [ -0.894988376676176, 60.830675023583126 ], [ -0.897180600518048, 60.831267665562635 ], [ -0.896912755287578, 60.831781745636555 ], [ -0.895454028517396, 60.831519261012581 ], [ -0.897184454854861, 60.833773663593483 ], [ -0.897795670394003, 60.836003606987262 ], [ -0.89885974068408, 60.836408288448943 ], [ -0.898403236768873, 60.836844506688081 ], [ -0.899623149214964, 60.836944283955859 ], [ -0.898136319548701, 60.837388122206882 ], [ -0.899319425796549, 60.837485010995707 ], [ -0.898378537100193, 60.837562602891886 ], [ -0.898269906065905, 60.838046564273107 ], [ -0.899992504452325, 60.837706009097232 ], [ -0.900998950573707, 60.837862388710633 ], [ -0.897416809805579, 60.8394743723006 ], [ -0.899595108682032, 60.839098949496169 ], [ -0.898812450146694, 60.839388839721387 ], [ -0.898704899595696, 60.839841384624542 ], [ -0.89951510133638, 60.839821082236242 ], [ -0.900374265125986, 60.840250111687403 ], [ -0.900342772135113, 60.840631449936652 ], [ -0.897398980349636, 60.840419686391655 ], [ -0.897186023807092, 60.840192573753832 ], [ -0.89603726940725, 60.842081250384702 ], [ -0.895850836703814, 60.841831906635093 ], [ -0.895231838751503, 60.842228171445377 ], [ -0.894509760851959, 60.842198892020626 ], [ -0.894075796704828, 60.843043813608659 ], [ -0.893049739825667, 60.843291264553784 ], [ -0.892317512838976, 60.843076030133041 ], [ -0.891602160960532, 60.843383493167217 ], [ -0.891965168326791, 60.842730139447553 ], [ -0.891024812651, 60.842681084986275 ], [ -0.887859761860024, 60.843485477585979 ], [ -0.886342079517511, 60.845380899129033 ], [ -0.882424183663293, 60.845600697407349 ], [ -0.883001275048687, 60.845251729748924 ], [ -0.881631573147693, 60.845270872779814 ], [ -0.881468210489603, 60.844258506816018 ], [ -0.880612555377715, 60.844680570798666 ], [ -0.8810399731207, 60.844139118036743 ], [ -0.880435153226719, 60.843860231717265 ], [ -0.878500429941331, 60.844777899659114 ], [ -0.877827365675042, 60.845606410738746 ], [ -0.875969959760282, 60.845731864051885 ], [ -0.87432520120468, 60.845304184693589 ], [ -0.874188339657861, 60.844905279817262 ], [ -0.875180892481836, 60.844726827958603 ], [ -0.87365051451661, 60.844606272480675 ] ] ], [ [ [ -0.89507103546778, 60.84934069511371 ], [ -0.896848570352239, 60.849240360324877 ], [ -0.895479666771272, 60.850565157861119 ], [ -0.894640664810971, 60.850771958128384 ], [ -0.894247124173049, 60.850336846478136 ], [ -0.89507103546778, 60.84934069511371 ] ] ], [ [ [ -0.892527355633295, 60.850574099571723 ], [ -0.893085489281958, 60.849389013634038 ], [ -0.894588149055453, 60.849414841644247 ], [ -0.892330884262871, 60.851411992206323 ], [ -0.89244142940437, 60.852259596193235 ], [ -0.891480541479117, 60.852954713656239 ], [ -0.890729949040303, 60.852679163254692 ], [ -0.891300377268221, 60.852364224310627 ], [ -0.89126740620359, 60.8510844842178 ], [ -0.891842020387132, 60.850594492462456 ], [ -0.892527355633295, 60.850574099571723 ] ] ], [ [ [ -0.885788588350911, 60.854146743478459 ], [ -0.886129674252326, 60.853865840863982 ], [ -0.885456645067383, 60.85390066950832 ], [ -0.885504128071177, 60.853699939405274 ], [ -0.886554865412217, 60.853600897563858 ], [ -0.887794126203899, 60.852896444647328 ], [ -0.886453896604397, 60.853275929463919 ], [ -0.887236668894611, 60.852784088732548 ], [ -0.886091023665614, 60.852966749796799 ], [ -0.886056710497723, 60.852577686513101 ], [ -0.88771472983587, 60.852321149363078 ], [ -0.887144194099362, 60.851844148353962 ], [ -0.887567696446199, 60.851626775273736 ], [ -0.888455951822735, 60.851858587867923 ], [ -0.889699326610649, 60.851403760473971 ], [ -0.887678856372732, 60.853353406516419 ], [ -0.887608929518509, 60.853829598639258 ], [ -0.88815520888342, 60.853734451882403 ], [ -0.888594083384746, 60.854028990010114 ], [ -0.887931344329325, 60.854562235413809 ], [ -0.887566845784591, 60.854722633939389 ], [ -0.885788588350911, 60.854146743478459 ] ] ], [ [ [ -0.883889069579464, 60.855572080279124 ], [ -0.885569728064582, 60.854353236727491 ], [ -0.886246091663598, 60.854540209692217 ], [ -0.886132783716262, 60.855098646167761 ], [ -0.886809972204513, 60.855421201779862 ], [ -0.884526047844281, 60.856414182223176 ], [ -0.883464804524538, 60.856442189545227 ], [ -0.884379247586197, 60.855767393974951 ], [ -0.883889069579464, 60.855572080279124 ] ] ], [ [ [ -0.872449282757123, 60.860270416159779 ], [ -0.874435428437976, 60.859806687715043 ], [ -0.87456624288583, 60.860274676807194 ], [ -0.875439393367759, 60.860573788425988 ], [ -0.873186785970682, 60.860761448354175 ], [ -0.872449282757123, 60.860270416159779 ] ] ] ] } }, +{ "type": "Feature", "properties": { "LAD13CD": "S12000028", "LAD13CDO": "00RE", "LAD13NM": "South Ayrshire", "LAD13NMW": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5.108788895447098, 55.250833885901919 ], [ -5.111385331499108, 55.248110994006488 ], [ -5.112615456066594, 55.247359466228048 ], [ -5.116768911173241, 55.246761595091385 ], [ -5.119442097597655, 55.247096009392109 ], [ -5.12122718745355, 55.247684156377993 ], [ -5.123110337920792, 55.248939555828819 ], [ -5.124049077887836, 55.248848979644961 ], [ -5.123636676862123, 55.249229052670422 ], [ -5.124233209982394, 55.249510455569464 ], [ -5.123768619696724, 55.249887370843517 ], [ -5.123878861653758, 55.253777416653207 ], [ -5.123026183773872, 55.255587458283983 ], [ -5.120665954569738, 55.257484627275261 ], [ -5.119254657248904, 55.257935192350523 ], [ -5.116550329420773, 55.257594368199101 ], [ -5.113774648127869, 55.256321201200464 ], [ -5.109540090562946, 55.253055145092624 ], [ -5.106786239935022, 55.251772278301964 ], [ -5.108788895447098, 55.250833885901919 ] ] ], [ [ [ -4.838425151341651, 55.289568354368612 ], [ -4.839150305031771, 55.289112791636207 ], [ -4.840121559765315, 55.289456066306677 ], [ -4.840298947916764, 55.290086603646692 ], [ -4.839681704172862, 55.289913985514737 ], [ -4.838425151341651, 55.289568354368612 ] ] ], [ [ [ -4.848555737353394, 55.305939707760118 ], [ -4.848118286119083, 55.305860919626461 ], [ -4.846248116537001, 55.307142415411462 ], [ -4.845716942861232, 55.307185365842386 ], [ -4.846589838972399, 55.305995463066061 ], [ -4.848183662975213, 55.305498011669677 ], [ -4.849035785296172, 55.305777477365147 ], [ -4.849196098934954, 55.305090524420258 ], [ -4.850395842040371, 55.305053521157852 ], [ -4.850656736751796, 55.30401182376562 ], [ -4.851574277934502, 55.303644288783339 ], [ -4.852329337059264, 55.303845092537053 ], [ -4.853187426010588, 55.303461854329178 ], [ -4.851869935915685, 55.304250472683819 ], [ -4.852112427505377, 55.304708670653739 ], [ -4.851203496067905, 55.305042746672676 ], [ -4.850631491002821, 55.30583370996716 ], [ -4.849853933765412, 55.305824899520914 ], [ -4.850777241796744, 55.306173709040586 ], [ -4.850404185355248, 55.306794614904327 ], [ -4.848714613055009, 55.307605370250563 ], [ -4.847826274769144, 55.307173024666959 ], [ -4.847570341936114, 55.306790645031853 ], [ -4.848164655001542, 55.306287742983578 ], [ -4.847845978325591, 55.306063247285522 ], [ -4.848555737353394, 55.305939707760118 ] ] ], [ [ [ -4.733623690768932, 55.525822737277466 ], [ -4.73343152837699, 55.525337125006928 ], [ -4.734816815225321, 55.525661252768444 ], [ -4.734792282194507, 55.52610675893068 ], [ -4.735322392763313, 55.526324136063849 ], [ -4.736467706540291, 55.526500793456535 ], [ -4.735524531914142, 55.527865736390495 ], [ -4.733863011712729, 55.528015215327692 ], [ -4.732552809042438, 55.526718583203284 ], [ -4.733623690768932, 55.525822737277466 ] ] ], [ [ [ -4.56716051468003, 55.598455121292659 ], [ -4.569678880974832, 55.593682458979693 ], [ -4.569235641435242, 55.593094015009342 ], [ -4.565767318974346, 55.592290302849378 ], [ -4.561171057791348, 55.591955905053638 ], [ -4.554637226209055, 55.592798790712521 ], [ -4.549293035849479, 55.591504286415741 ], [ -4.546168286766018, 55.591903625678619 ], [ -4.544719731841576, 55.593040197612737 ], [ -4.544314711710679, 55.59293804943713 ], [ -4.543001479442608, 55.593861459877502 ], [ -4.540349872707671, 55.593382542420485 ], [ -4.539903034183802, 55.592854294507667 ], [ -4.538435328490458, 55.592567414085075 ], [ -4.535963059913052, 55.591520212832904 ], [ -4.537809047362491, 55.590267654420686 ], [ -4.539158021734321, 55.588767397723153 ], [ -4.54013102890546, 55.588891945535003 ], [ -4.541282578862524, 55.587629456585127 ], [ -4.542031786281623, 55.58736133968047 ], [ -4.542750670893965, 55.587630459600533 ], [ -4.543485628835084, 55.587412066045189 ], [ -4.544610238683826, 55.586544697661772 ], [ -4.543772011793154, 55.584995409566616 ], [ -4.542504898803451, 55.584051852006233 ], [ -4.541139109599376, 55.581629925452226 ], [ -4.540378486170246, 55.580074511966515 ], [ -4.541201856598764, 55.579728458469127 ], [ -4.539528722759917, 55.578218928800375 ], [ -4.537735182820565, 55.579733797981959 ], [ -4.534563686717949, 55.576490791972731 ], [ -4.538717687144763, 55.575094262572698 ], [ -4.537259472427122, 55.573616204217167 ], [ -4.536335214350534, 55.573749496570592 ], [ -4.533847425444948, 55.573131335192407 ], [ -4.529923494335569, 55.574231723039944 ], [ -4.529086254430572, 55.573498473185502 ], [ -4.526932978135686, 55.572899333044958 ], [ -4.525605762592133, 55.571847188375621 ], [ -4.524934760015832, 55.571773831973161 ], [ -4.524728154465707, 55.571125528307306 ], [ -4.524029368850155, 55.570940384009916 ], [ -4.520302060811122, 55.571396434914206 ], [ -4.52025632279516, 55.572242289452376 ], [ -4.518889946333382, 55.572160732308042 ], [ -4.516950376504107, 55.571377256056259 ], [ -4.519036322134736, 55.570483176209478 ], [ -4.51873521957084, 55.569893433734272 ], [ -4.516905980993768, 55.569989454905084 ], [ -4.517338801804836, 55.567457506840462 ], [ -4.518471847540399, 55.566003257499034 ], [ -4.518240208742167, 55.565358155086138 ], [ -4.51678591415712, 55.565435682127955 ], [ -4.515848765999032, 55.566059854908822 ], [ -4.514233458973613, 55.565604048508149 ], [ -4.513210380115559, 55.56622457120951 ], [ -4.515033186404511, 55.566948480793506 ], [ -4.513157067122108, 55.569213418992369 ], [ -4.511832481213129, 55.568691393043643 ], [ -4.509544488605171, 55.568881201417192 ], [ -4.506577574783677, 55.566731693773292 ], [ -4.506600788425769, 55.56602562819905 ], [ -4.504131877933816, 55.564517532746628 ], [ -4.501198532103754, 55.564831834667856 ], [ -4.500257095243, 55.56454365050697 ], [ -4.499840551141472, 55.562830872978608 ], [ -4.495842340752354, 55.562908807801811 ], [ -4.491736573094999, 55.563717757608046 ], [ -4.492761512402795, 55.564899550151921 ], [ -4.487076641529617, 55.565849223318466 ], [ -4.486286372597462, 55.564814525490668 ], [ -4.482715027746266, 55.565175486098063 ], [ -4.482490564823075, 55.564131992676664 ], [ -4.477260848980768, 55.56412551118818 ], [ -4.471199881310961, 55.56500025584473 ], [ -4.470737234634142, 55.563063614743584 ], [ -4.466677764872346, 55.563303621674876 ], [ -4.46426048053042, 55.565073536319261 ], [ -4.462437209333159, 55.56526300199306 ], [ -4.459892929436525, 55.564854817532947 ], [ -4.456692352035349, 55.56272410455594 ], [ -4.454557015672729, 55.562054139360725 ], [ -4.453437413015563, 55.563098537465493 ], [ -4.453097941631722, 55.564089553612689 ], [ -4.449238957298173, 55.565158178296223 ], [ -4.447691701103594, 55.564278592041546 ], [ -4.445408737460382, 55.565161894081527 ], [ -4.445037541583304, 55.564905947329713 ], [ -4.444645983010918, 55.565036901269401 ], [ -4.441452810500491, 55.563625610387007 ], [ -4.440307216229213, 55.564180542158951 ], [ -4.438775443743277, 55.565747139232705 ], [ -4.439447792085216, 55.566537301825583 ], [ -4.437164415225195, 55.567879754033008 ], [ -4.435655281089016, 55.567356991278785 ], [ -4.435160340894329, 55.566638783363203 ], [ -4.437387283613623, 55.564257550868795 ], [ -4.435971828610572, 55.562837699866726 ], [ -4.436683218194462, 55.561904053206284 ], [ -4.436571905763128, 55.561105414332346 ], [ -4.434180810365204, 55.560318844047806 ], [ -4.431120582197259, 55.560020089287718 ], [ -4.429156400405076, 55.561496275343444 ], [ -4.428600345731644, 55.560812510762005 ], [ -4.427389304204935, 55.560642369532403 ], [ -4.42649605468786, 55.558553226698287 ], [ -4.426758810172122, 55.557619537095619 ], [ -4.425168822998991, 55.555981913836177 ], [ -4.424305840680542, 55.555744630651077 ], [ -4.417572759128253, 55.557265490092874 ], [ -4.417291380197767, 55.556996004195689 ], [ -4.413555390864288, 55.556376686346496 ], [ -4.412167544142488, 55.555026134558837 ], [ -4.410430170982942, 55.554335888751481 ], [ -4.409495342893976, 55.553285585873951 ], [ -4.411711212137588, 55.55151264480719 ], [ -4.411724103868481, 55.550662106951997 ], [ -4.41124973666845, 55.550424271284356 ], [ -4.411702520377987, 55.547670358405384 ], [ -4.410424365216591, 55.546189097677193 ], [ -4.408881275664035, 55.545428496721271 ], [ -4.408541909430832, 55.544441974915941 ], [ -4.409707933144031, 55.541658758746635 ], [ -4.411356706550972, 55.539125783170959 ], [ -4.412817179239735, 55.538282683187589 ], [ -4.41307727805034, 55.537302335955964 ], [ -4.409664896166252, 55.534194893732227 ], [ -4.408983796628076, 55.531946859222408 ], [ -4.40626154411164, 55.528735865952534 ], [ -4.405755244110141, 55.527191752153342 ], [ -4.406469775929981, 55.526204286269255 ], [ -4.407833701909812, 55.525783786884233 ], [ -4.407174185129283, 55.523832828146013 ], [ -4.403981926197234, 55.524020485960001 ], [ -4.40375874483706, 55.523582647613999 ], [ -4.401837295007954, 55.523641928480536 ], [ -4.402042522821958, 55.520199010967197 ], [ -4.403770091287594, 55.51761334709159 ], [ -4.400317975570219, 55.514644860080992 ], [ -4.400943447235646, 55.51443305603857 ], [ -4.398883976484393, 55.511540574474878 ], [ -4.399083468387336, 55.510862548331147 ], [ -4.399783054467631, 55.510438073743394 ], [ -4.401784256525177, 55.510268496058892 ], [ -4.402512564650183, 55.510523850957107 ], [ -4.404313832822764, 55.510140640385487 ], [ -4.404555990968889, 55.510397441495712 ], [ -4.405569490978155, 55.510342474731651 ], [ -4.406544266873726, 55.509938618287137 ], [ -4.408172229255125, 55.510271525030589 ], [ -4.408829695354205, 55.509988941645645 ], [ -4.409308428616709, 55.51028062632674 ], [ -4.411141374567538, 55.509510196100273 ], [ -4.411711027077041, 55.508414091843434 ], [ -4.413150830968314, 55.508390210055211 ], [ -4.414757316551427, 55.507105565262897 ], [ -4.415576351788667, 55.50723861016607 ], [ -4.418676985216581, 55.506612918693783 ], [ -4.418595321651686, 55.506133659672003 ], [ -4.417530323409598, 55.505553383159132 ], [ -4.413164507564979, 55.5042148932258 ], [ -4.412506224052779, 55.501531390643343 ], [ -4.41407912125787, 55.501150734057802 ], [ -4.415556294837748, 55.501353487394624 ], [ -4.416122558448082, 55.500800317576463 ], [ -4.41735464301201, 55.501318881469047 ], [ -4.417945302212378, 55.501034869482176 ], [ -4.41827883862194, 55.501283547066194 ], [ -4.419740462223167, 55.501077590527963 ], [ -4.420201210834605, 55.502315155584604 ], [ -4.420954375981448, 55.502769449086834 ], [ -4.425862829975447, 55.503762544416062 ], [ -4.428389208115039, 55.505056198088432 ], [ -4.431175502838608, 55.504423838144113 ], [ -4.434884601384861, 55.505529376534639 ], [ -4.436047941108888, 55.505543980087175 ], [ -4.439594871325775, 55.504383053350338 ], [ -4.441344315902887, 55.503428665639021 ], [ -4.441469737629475, 55.502564182831534 ], [ -4.435177044681258, 55.501212761928834 ], [ -4.433964570612021, 55.499835600774162 ], [ -4.434643201957357, 55.498542166351378 ], [ -4.436084670217857, 55.498012833733384 ], [ -4.439800871671702, 55.497602644641624 ], [ -4.441142580401135, 55.497100407293139 ], [ -4.44151770587308, 55.496484413824383 ], [ -4.440401676033229, 55.495055056025642 ], [ -4.440471172470236, 55.493824065239195 ], [ -4.443907574561966, 55.492329038924687 ], [ -4.447185322257928, 55.491547166246427 ], [ -4.448268597999375, 55.490992489285162 ], [ -4.449016441241018, 55.488834699103329 ], [ -4.454475887596422, 55.485239623977087 ], [ -4.458982455772352, 55.483589659767382 ], [ -4.462340138876662, 55.483369335934498 ], [ -4.463486263638138, 55.483676141508809 ], [ -4.46664542262898, 55.485977351024374 ], [ -4.468670669918994, 55.486418289167744 ], [ -4.470476067202545, 55.486355787079439 ], [ -4.472634291895429, 55.485532899061361 ], [ -4.475119503666215, 55.482959601525081 ], [ -4.475227572279413, 55.482209577395054 ], [ -4.473488409717707, 55.481002544613609 ], [ -4.473739832059238, 55.480014126789236 ], [ -4.47924772886018, 55.479915231353772 ], [ -4.482163221853727, 55.478886266789253 ], [ -4.48399403920933, 55.478705296614159 ], [ -4.485475742035759, 55.47785635717802 ], [ -4.483177730413828, 55.472749030530579 ], [ -4.482484610021491, 55.47224536074711 ], [ -4.492253612855797, 55.470781167058192 ], [ -4.493512424300373, 55.470143400168503 ], [ -4.492799936113991, 55.469910736261099 ], [ -4.493836360932536, 55.468558416751385 ], [ -4.490982184816464, 55.465702495352993 ], [ -4.492572775860675, 55.463731276873354 ], [ -4.490599931525162, 55.462602055683895 ], [ -4.4900376518175, 55.461863861626526 ], [ -4.488441027461476, 55.461330076314589 ], [ -4.489796792491166, 55.458720991265523 ], [ -4.491141215097958, 55.45791611291633 ], [ -4.492068705354104, 55.458075192801942 ], [ -4.493233295481422, 55.457855511098529 ], [ -4.493472714539722, 55.457338285560965 ], [ -4.489857266722556, 55.456869926212192 ], [ -4.482293629905861, 55.458084295381184 ], [ -4.481087626236151, 55.457872366168012 ], [ -4.480610100684007, 55.457346337623747 ], [ -4.481361869240361, 55.456547293797925 ], [ -4.481258244026726, 55.45598042481538 ], [ -4.476797454075552, 55.4547899746686 ], [ -4.47774300123871, 55.452465279394126 ], [ -4.474890885946214, 55.451371599531754 ], [ -4.475033740701728, 55.450975912446637 ], [ -4.47655296726384, 55.450183835879301 ], [ -4.476080640044194, 55.449864420519233 ], [ -4.475078717372721, 55.450002449102691 ], [ -4.47587524648602, 55.449236688343539 ], [ -4.474871012261988, 55.448302436726188 ], [ -4.478217231118551, 55.447771772226595 ], [ -4.47913174533186, 55.446644957312529 ], [ -4.48257505880131, 55.446731510729315 ], [ -4.483617018294076, 55.445999365279206 ], [ -4.483261716967392, 55.44512660562453 ], [ -4.484750810941234, 55.443936843339173 ], [ -4.485624480057404, 55.442516881871093 ], [ -4.489929610723361, 55.443814436052676 ], [ -4.491673663088102, 55.442383895914958 ], [ -4.492812272233969, 55.442712143628299 ], [ -4.493645802415831, 55.442515379782058 ], [ -4.494330503418726, 55.441789524595876 ], [ -4.49423610614341, 55.441245845892531 ], [ -4.493370883135342, 55.440914734582392 ], [ -4.491998911812837, 55.440896858079419 ], [ -4.491859938812672, 55.440598574187135 ], [ -4.492101878496804, 55.439621085067778 ], [ -4.493034725951989, 55.439245226530844 ], [ -4.493341357691368, 55.43844169195647 ], [ -4.492756874746047, 55.438123728443358 ], [ -4.489003544608575, 55.437847830042834 ], [ -4.486019537891027, 55.435700948916569 ], [ -4.483735891482466, 55.436745079101868 ], [ -4.483059480549548, 55.436698592744776 ], [ -4.481612671183997, 55.434755883070721 ], [ -4.480168746793636, 55.434620687997523 ], [ -4.478382575307902, 55.435279805942109 ], [ -4.477640447386571, 55.435218442521723 ], [ -4.477177358612613, 55.434614808755576 ], [ -4.477617226793628, 55.433914681338962 ], [ -4.479375099548529, 55.432679085496503 ], [ -4.481365646975824, 55.431953783444357 ], [ -4.479755329416467, 55.431104677835656 ], [ -4.477867020845481, 55.431392838427591 ], [ -4.474572778959095, 55.430256888481381 ], [ -4.471992523637566, 55.430425031206681 ], [ -4.470995115711522, 55.429717123438756 ], [ -4.471320152102014, 55.428974396893821 ], [ -4.468250388333203, 55.428465633664629 ], [ -4.467120045573916, 55.428994497644048 ], [ -4.466494376032895, 55.429834959336496 ], [ -4.464401684400313, 55.430268153176712 ], [ -4.463015659774181, 55.431007966785955 ], [ -4.461464084150597, 55.430435185074671 ], [ -4.458402173062055, 55.430179491257576 ], [ -4.455746537596678, 55.430967211492735 ], [ -4.454382381859188, 55.430839999360977 ], [ -4.454753150999713, 55.430064942824487 ], [ -4.454386655302233, 55.428769873089934 ], [ -4.453515425174548, 55.428230074040123 ], [ -4.452170603623065, 55.429024665070152 ], [ -4.451769102899972, 55.428336111702954 ], [ -4.452254973720787, 55.427556058200132 ], [ -4.45203185294773, 55.426455852366693 ], [ -4.452579083484307, 55.425901075537254 ], [ -4.454084763469271, 55.425382790941036 ], [ -4.45311060959859, 55.424558323651603 ], [ -4.4526756342459, 55.42353337770097 ], [ -4.453238053894167, 55.422587294570185 ], [ -4.452442938543997, 55.42179428494849 ], [ -4.452962200191581, 55.421528595865318 ], [ -4.454939813093665, 55.421461937386297 ], [ -4.454984383250835, 55.419455715959508 ], [ -4.454375588670561, 55.418965483993446 ], [ -4.452767985793066, 55.418728092792286 ], [ -4.451303277766675, 55.417812782381304 ], [ -4.451432797403933, 55.416919428992493 ], [ -4.452979056702893, 55.415914064287179 ], [ -4.450523875024119, 55.415179508505311 ], [ -4.450348297969977, 55.414793827465402 ], [ -4.450412885440576, 55.411984537250341 ], [ -4.451827513652534, 55.411458212000184 ], [ -4.452627043788997, 55.411510485957209 ], [ -4.453091346665681, 55.41087017904529 ], [ -4.453564060557246, 55.411002710035945 ], [ -4.453757025195965, 55.410624017572488 ], [ -4.453266348285148, 55.41040555851761 ], [ -4.454437569031569, 55.409624319615979 ], [ -4.454016051225336, 55.4093235787238 ], [ -4.455721462910057, 55.408979228065931 ], [ -4.456214671820678, 55.408551354551683 ], [ -4.461980603270612, 55.408214245108709 ], [ -4.464388484609326, 55.407381029028414 ], [ -4.466451402499279, 55.405805083665555 ], [ -4.465706467099966, 55.405004854827261 ], [ -4.465614547197347, 55.403833708493167 ], [ -4.466199737276241, 55.403465059010422 ], [ -4.467199013529024, 55.403556350718389 ], [ -4.468201075211359, 55.403033662337357 ], [ -4.469194070089814, 55.403480111026759 ], [ -4.47668792938281, 55.401260235389479 ], [ -4.480864818230232, 55.400966993711855 ], [ -4.484513677974641, 55.400264577275578 ], [ -4.48745012828945, 55.401624146610416 ], [ -4.492339430072301, 55.400980737809867 ], [ -4.500867886853395, 55.399113981184932 ], [ -4.501913789251232, 55.39911864289185 ], [ -4.501561709472978, 55.400845369020566 ], [ -4.502355425361966, 55.402681672463125 ], [ -4.511826155017952, 55.406206005899243 ], [ -4.516697914507654, 55.408910249678868 ], [ -4.521279595791484, 55.407374055793909 ], [ -4.527828681533243, 55.409117424802432 ], [ -4.522702079477384, 55.410779267081324 ], [ -4.525202379792203, 55.413639064510804 ], [ -4.525787537961539, 55.413424731072432 ], [ -4.527120006783969, 55.413951792308985 ], [ -4.528190725416012, 55.415030762805387 ], [ -4.528445557087135, 55.415705034267873 ], [ -4.531351287839899, 55.418517674859046 ], [ -4.530579469095144, 55.418927356480026 ], [ -4.531519009086336, 55.420175304845316 ], [ -4.531378764434751, 55.421243363821837 ], [ -4.532292217483455, 55.421292760813586 ], [ -4.533103474816714, 55.42174516242288 ], [ -4.53512670984096, 55.423846121433613 ], [ -4.536843087125964, 55.423944450805159 ], [ -4.539504240944598, 55.42354493871315 ], [ -4.541023517832597, 55.424093141246246 ], [ -4.541865524747799, 55.424037886054045 ], [ -4.542431573879873, 55.423746568585329 ], [ -4.542676068897583, 55.422436328380989 ], [ -4.545561874313129, 55.420716965570556 ], [ -4.54707175160846, 55.421536746937633 ], [ -4.552151830362207, 55.42331124002137 ], [ -4.551171177164511, 55.424646753210212 ], [ -4.552044422515648, 55.425442904424415 ], [ -4.551908378930158, 55.426053379825561 ], [ -4.553518329799543, 55.426655267115308 ], [ -4.553691330461815, 55.427057943011022 ], [ -4.555906403035987, 55.42628537067958 ], [ -4.561495843847236, 55.426464125463916 ], [ -4.565018075667853, 55.426279720757833 ], [ -4.564702660444972, 55.424609041047162 ], [ -4.565886094192176, 55.423555899145285 ], [ -4.566845939619965, 55.42302788728778 ], [ -4.569380803368183, 55.422587225986305 ], [ -4.570434159132141, 55.42208868043295 ], [ -4.562770815804166, 55.417431602230735 ], [ -4.563913044762248, 55.415647657289931 ], [ -4.567333783025797, 55.412916094740147 ], [ -4.567549415649295, 55.40871561646027 ], [ -4.571208715363329, 55.404392404647616 ], [ -4.574436438729024, 55.4027954716409 ], [ -4.575283315798136, 55.402676956458009 ], [ -4.57756859553235, 55.400753722814116 ], [ -4.579393520398633, 55.399937691948551 ], [ -4.585301810662833, 55.400433983667206 ], [ -4.587757802266508, 55.401034595710186 ], [ -4.593843539055831, 55.400088507293042 ], [ -4.595812895699529, 55.399119946926803 ], [ -4.59686792985283, 55.397963142551731 ], [ -4.603392608401233, 55.395151942054355 ], [ -4.602790919003258, 55.39354316774449 ], [ -4.603362395143543, 55.392747166230414 ], [ -4.603105720989212, 55.391941838430114 ], [ -4.603688307751217, 55.391459309641448 ], [ -4.601116814323215, 55.392460597598472 ], [ -4.599132011517796, 55.394510037877545 ], [ -4.596531918770454, 55.395031829429477 ], [ -4.594930077372386, 55.395965634966359 ], [ -4.593674960119881, 55.395539241081991 ], [ -4.59260633185553, 55.39554843244629 ], [ -4.58920092510525, 55.396896141421394 ], [ -4.587492753059669, 55.396835239163629 ], [ -4.585300711973971, 55.395967466588303 ], [ -4.585512792844309, 55.394378251876923 ], [ -4.584305121172519, 55.393006934015695 ], [ -4.585784055519922, 55.391930250698302 ], [ -4.585642463523596, 55.39164830100254 ], [ -4.582319563734306, 55.391474965191833 ], [ -4.57968611379533, 55.392333284240614 ], [ -4.581612369133198, 55.393320028297069 ], [ -4.580409652920337, 55.394154421658513 ], [ -4.57853172432394, 55.392721693345941 ], [ -4.576149399331847, 55.39183530357262 ], [ -4.575378801487339, 55.392103231772658 ], [ -4.574654296762284, 55.393371535210505 ], [ -4.573399010550285, 55.393715278780668 ], [ -4.570778943243202, 55.3920122163534 ], [ -4.570352838172997, 55.390508367243008 ], [ -4.568788229563399, 55.39017272591213 ], [ -4.567344289501179, 55.389432731482763 ], [ -4.565368382915548, 55.389157822141854 ], [ -4.564834776152687, 55.387209470556456 ], [ -4.563421160694493, 55.386447221919973 ], [ -4.562577345386353, 55.386705819118994 ], [ -4.561966510185552, 55.388979301535301 ], [ -4.560834797809418, 55.390012460268636 ], [ -4.557113665459863, 55.391664311000078 ], [ -4.556270045188795, 55.393664877483786 ], [ -4.553600588757543, 55.393804280249945 ], [ -4.55185639952356, 55.39313240039646 ], [ -4.550913712104062, 55.393109833856506 ], [ -4.549681483801977, 55.393691950390888 ], [ -4.547226216547499, 55.394043372972881 ], [ -4.544950113434808, 55.395954152323974 ], [ -4.542227142494547, 55.396000936171482 ], [ -4.540067624531006, 55.394786520486079 ], [ -4.53848200853547, 55.395303956201822 ], [ -4.535991022485374, 55.395248704868777 ], [ -4.534657944292475, 55.394408052008146 ], [ -4.533026558730947, 55.392384365022231 ], [ -4.529516623403063, 55.392221560921342 ], [ -4.528404705562374, 55.391897607519731 ], [ -4.527148848654551, 55.390802695850951 ], [ -4.527623358311247, 55.389330424669275 ], [ -4.523469361167606, 55.388348418874365 ], [ -4.522893271849013, 55.387385941887345 ], [ -4.521637299410614, 55.386631648956929 ], [ -4.521827139593649, 55.385422351051197 ], [ -4.521285471303834, 55.384503201113198 ], [ -4.520047257816113, 55.384199757479855 ], [ -4.519873362668813, 55.383575934676131 ], [ -4.521463756863501, 55.383037964731756 ], [ -4.523750480455153, 55.380618645436549 ], [ -4.529578861789712, 55.378042414854001 ], [ -4.531858301393702, 55.376262181367785 ], [ -4.531454801548782, 55.376098857670314 ], [ -4.537730258700599, 55.37283161484595 ], [ -4.536619583587802, 55.370670420062524 ], [ -4.537489061858484, 55.369040686073674 ], [ -4.539412779623839, 55.368002966301525 ], [ -4.542475647092339, 55.367183310271201 ], [ -4.543189974026714, 55.365870467542813 ], [ -4.545209077795833, 55.365241452864524 ], [ -4.548871992025027, 55.363279242090911 ], [ -4.551226792257538, 55.363063794868971 ], [ -4.552611524189778, 55.36329644137583 ], [ -4.552883517791044, 55.363770758056035 ], [ -4.554230271171808, 55.363927775625562 ], [ -4.55697343969709, 55.363518927963042 ], [ -4.557203448925125, 55.362974786461258 ], [ -4.557840259624578, 55.363036960163001 ], [ -4.559093541790105, 55.362210709996383 ], [ -4.559366667981249, 55.361748357525329 ], [ -4.558588572627771, 55.360572743719054 ], [ -4.560056233659592, 55.359231428448169 ], [ -4.562089548304733, 55.358758234740414 ], [ -4.5624989873024, 55.358965377564935 ], [ -4.563599515955983, 55.357903180372631 ], [ -4.564623098419792, 55.357481692277524 ], [ -4.55661907647163, 55.356483631724437 ], [ -4.555753569397569, 55.35671477806568 ], [ -4.550573047643077, 55.355577215729937 ], [ -4.547524965165159, 55.355456554338396 ], [ -4.544783052535144, 55.354107866128167 ], [ -4.542245549266845, 55.353754413671517 ], [ -4.535144802533845, 55.350577059846081 ], [ -4.531843639660645, 55.350636544483358 ], [ -4.528810915101843, 55.349710611003374 ], [ -4.527231985184437, 55.348821946699495 ], [ -4.525614097150249, 55.346329581028996 ], [ -4.525528087061319, 55.342749351994613 ], [ -4.521076800654513, 55.341205372316487 ], [ -4.519215696143794, 55.339962884848838 ], [ -4.517744139746037, 55.339638177167394 ], [ -4.517665722305313, 55.338651035269493 ], [ -4.516586072988118, 55.338039584031215 ], [ -4.515343756993353, 55.336478670752463 ], [ -4.510120212714341, 55.334051336221613 ], [ -4.497377204629936, 55.330389048538152 ], [ -4.493586821640121, 55.328282263021407 ], [ -4.493407603388788, 55.327387055858956 ], [ -4.494804881834654, 55.326841666847777 ], [ -4.494619726020253, 55.326153321881399 ], [ -4.495623742833701, 55.324068106307131 ], [ -4.493029907903424, 55.323934129671393 ], [ -4.490520547603713, 55.323261751656361 ], [ -4.487484163685078, 55.323988808848249 ], [ -4.486105170185536, 55.322812414303087 ], [ -4.481688520886953, 55.323450570310705 ], [ -4.474145338305813, 55.325172166592822 ], [ -4.473351466617107, 55.323741081329381 ], [ -4.4724082281165, 55.323656815179469 ], [ -4.471930436101945, 55.323199080561743 ], [ -4.471820269782965, 55.322315931454654 ], [ -4.471081936487134, 55.321724144250815 ], [ -4.46883089171006, 55.321014637105435 ], [ -4.468513627081525, 55.320095224188272 ], [ -4.465244820190574, 55.317208509192767 ], [ -4.465839728140631, 55.316508866400262 ], [ -4.465955899910687, 55.31528316922715 ], [ -4.462902158957136, 55.315651322296311 ], [ -4.460717362673039, 55.316257164280835 ], [ -4.456721719415991, 55.315236527482199 ], [ -4.455598556568085, 55.314405206578201 ], [ -4.448149540822287, 55.312096427716185 ], [ -4.445831014988351, 55.310531247345558 ], [ -4.441346227581636, 55.309305088395028 ], [ -4.440408045698624, 55.308655097170529 ], [ -4.438482786817615, 55.308302566140476 ], [ -4.437975509691622, 55.307791361253251 ], [ -4.438719685444184, 55.306514503013965 ], [ -4.437341624110721, 55.304882736308066 ], [ -4.437948253961315, 55.304369060795189 ], [ -4.438585747403511, 55.304435426934546 ], [ -4.44028208627356, 55.30391165107482 ], [ -4.441086277105615, 55.30402410878132 ], [ -4.442081257648125, 55.302370084808935 ], [ -4.443345428158516, 55.302327709292321 ], [ -4.443626171462519, 55.301743224948716 ], [ -4.444528227824898, 55.302012798406558 ], [ -4.444496545507529, 55.301369850276807 ], [ -4.446226245263086, 55.301263290663456 ], [ -4.44748972216932, 55.301593912218223 ], [ -4.449080306808018, 55.301275273971925 ], [ -4.449105782904212, 55.300845107974531 ], [ -4.450047389011004, 55.300784864639859 ], [ -4.449451407432686, 55.300011222044589 ], [ -4.452434168659547, 55.297081269069643 ], [ -4.450780333486304, 55.293791399104514 ], [ -4.45007854393241, 55.290252291591088 ], [ -4.450871134626547, 55.290180648723826 ], [ -4.451280918602949, 55.289520744619544 ], [ -4.454192196671634, 55.288763822083922 ], [ -4.454715795302797, 55.287142530576645 ], [ -4.458642689264601, 55.285239689863488 ], [ -4.438560256529978, 55.27159433826624 ], [ -4.438771442385005, 55.270160030059863 ], [ -4.439935173657291, 55.269164197093218 ], [ -4.439724497297449, 55.268321682489713 ], [ -4.441663535912078, 55.267622231789765 ], [ -4.438522720588781, 55.262199292387606 ], [ -4.439430495788566, 55.261345203482037 ], [ -4.440487676022975, 55.261336644836447 ], [ -4.439745011868919, 55.260467916905682 ], [ -4.441293195119547, 55.259689093322422 ], [ -4.440762585168859, 55.259429152314709 ], [ -4.441132909805414, 55.259077478515465 ], [ -4.437141107253264, 55.258067866031531 ], [ -4.438283494847642, 55.257910209980224 ], [ -4.439639827526771, 55.257237710999007 ], [ -4.438007625121037, 55.257029445141931 ], [ -4.437571833041602, 55.256723551588969 ], [ -4.438743896028042, 55.256100585908982 ], [ -4.437106764363291, 55.255836677575935 ], [ -4.43647793139997, 55.254767907144874 ], [ -4.435535185780113, 55.255049200005573 ], [ -4.435663037847512, 55.255826859576061 ], [ -4.433918482302262, 55.255735837152436 ], [ -4.432720748191377, 55.25604286860392 ], [ -4.43196153513834, 55.255594193546891 ], [ -4.429499751498704, 55.255586616223056 ], [ -4.428822368141442, 55.255214493246179 ], [ -4.429564772219044, 55.254589383857827 ], [ -4.429120820935888, 55.254019358445106 ], [ -4.431155718942929, 55.253918598567317 ], [ -4.43125789529461, 55.253478816910793 ], [ -4.431990859174361, 55.253601732639879 ], [ -4.432528308292032, 55.252894399348406 ], [ -4.431604323764766, 55.252941584028854 ], [ -4.430442537150934, 55.25231575849056 ], [ -4.430607897496635, 55.2513902322709 ], [ -4.433035834795857, 55.251131497657347 ], [ -4.43511120481458, 55.250074372165713 ], [ -4.436640836271784, 55.248483401548711 ], [ -4.438463793844099, 55.247573278459441 ], [ -4.438789451667875, 55.246699364529029 ], [ -4.444358112819771, 55.245194659714272 ], [ -4.444486809786546, 55.244728266150098 ], [ -4.445155030813986, 55.244567458769062 ], [ -4.446376065817755, 55.243571301570853 ], [ -4.446961601941947, 55.241220706639467 ], [ -4.446979700519226, 55.24028642140803 ], [ -4.44630144285462, 55.239360711659153 ], [ -4.44705821805577, 55.238671380728917 ], [ -4.450215246409178, 55.237390932564992 ], [ -4.447834236115528, 55.231513409618337 ], [ -4.448452684445682, 55.231518972122579 ], [ -4.449626182722267, 55.230857210083933 ], [ -4.453107342768855, 55.225478513653563 ], [ -4.451608751581921, 55.224508209307679 ], [ -4.452848392790934, 55.224286428176107 ], [ -4.452975442134483, 55.223668146738774 ], [ -4.452378202266715, 55.223545328854506 ], [ -4.452373304206757, 55.223082509447387 ], [ -4.45154105066227, 55.222973402431016 ], [ -4.452472613568599, 55.222141193198368 ], [ -4.451349098377309, 55.221642439976605 ], [ -4.453201638232791, 55.221340017367865 ], [ -4.452645061260474, 55.220344479027709 ], [ -4.452805251321976, 55.215410952187263 ], [ -4.452425950284617, 55.214739934474323 ], [ -4.453904875701975, 55.213609061493905 ], [ -4.454133496712322, 55.212853902410288 ], [ -4.45363637691297, 55.212567280033909 ], [ -4.453405881786122, 55.212908995087091 ], [ -4.451843241678332, 55.211273023328786 ], [ -4.452918638794057, 55.210739035772811 ], [ -4.453622598202322, 55.211066442047866 ], [ -4.454201690785484, 55.210897484141412 ], [ -4.453994333473223, 55.21046570518866 ], [ -4.454862429598782, 55.210012276371756 ], [ -4.455045793141019, 55.209033308048006 ], [ -4.454414223835703, 55.208349398400728 ], [ -4.455154965597512, 55.20825358519329 ], [ -4.455239814084328, 55.207717047496402 ], [ -4.456872410871827, 55.207810000291474 ], [ -4.460058382059204, 55.208622156074064 ], [ -4.460497131915729, 55.20898184025657 ], [ -4.46318957799878, 55.207273544308329 ], [ -4.463750237318558, 55.206426262187648 ], [ -4.464454331358506, 55.206119896886065 ], [ -4.464866848606975, 55.2063093096682 ], [ -4.466488891566903, 55.205215831422102 ], [ -4.466107924733666, 55.204774100866963 ], [ -4.467116614673683, 55.204564928296342 ], [ -4.467067516940634, 55.204152439158193 ], [ -4.467616096678023, 55.204127853287815 ], [ -4.467904765116191, 55.203713021456736 ], [ -4.46847966298407, 55.203732842641394 ], [ -4.469218489739995, 55.201704397585232 ], [ -4.470472882963842, 55.201530668598359 ], [ -4.470451627054499, 55.200299638276327 ], [ -4.471189875471508, 55.199152089933293 ], [ -4.471992849992688, 55.199176258876477 ], [ -4.472152656770996, 55.197824702025677 ], [ -4.473043148921873, 55.197613380665899 ], [ -4.473233404243394, 55.199034241801272 ], [ -4.475274180973018, 55.198745628310952 ], [ -4.476387815050617, 55.19921739325661 ], [ -4.476557527873782, 55.198786978252535 ], [ -4.474155206323462, 55.197680702393775 ], [ -4.472950583448287, 55.19650065014315 ], [ -4.469666315620282, 55.195866110114935 ], [ -4.467863034181289, 55.193134091105044 ], [ -4.466429451530509, 55.19205748892572 ], [ -4.467782796714338, 55.190821106916808 ], [ -4.468247254078296, 55.189058891385557 ], [ -4.466229959977539, 55.184636799531503 ], [ -4.467672001181272, 55.1831873837465 ], [ -4.467081344233234, 55.181891473852573 ], [ -4.467332030433068, 55.18149988133586 ], [ -4.468025176660815, 55.181404947571828 ], [ -4.467271883759198, 55.180399972988063 ], [ -4.466930720326007, 55.178438335429476 ], [ -4.465579426098086, 55.17703197049692 ], [ -4.465466222269426, 55.175326391566855 ], [ -4.466145036592927, 55.174238496166545 ], [ -4.464641637739615, 55.173545314094802 ], [ -4.464364209150109, 55.172485753569767 ], [ -4.461860595785165, 55.170214555774571 ], [ -4.462589861297343, 55.168544085724299 ], [ -4.46177496217982, 55.167297627136868 ], [ -4.462504123618406, 55.166644689603849 ], [ -4.462222750728916, 55.166155992189189 ], [ -4.462879009706074, 55.165594413072505 ], [ -4.462819397460302, 55.164755165893254 ], [ -4.464054152331034, 55.163390871675759 ], [ -4.463735573256842, 55.162044499811422 ], [ -4.464740987288966, 55.161799445598959 ], [ -4.465640237710176, 55.1607250670043 ], [ -4.468406895477409, 55.159383647830126 ], [ -4.468740557246438, 55.158558905452047 ], [ -4.471825820000342, 55.156154762464823 ], [ -4.475090683614094, 55.155895219253601 ], [ -4.476148035674898, 55.153959111947614 ], [ -4.478634386640605, 55.152919779399504 ], [ -4.482877837394167, 55.153004158893211 ], [ -4.491596577225855, 55.1521070462111 ], [ -4.500349091549229, 55.152633351980199 ], [ -4.513586074341872, 55.151704764909184 ], [ -4.515520182296645, 55.153130039171373 ], [ -4.532135035855221, 55.158318543007624 ], [ -4.533839443227826, 55.158458392230301 ], [ -4.534053567350385, 55.157874150201202 ], [ -4.538007670586158, 55.157346888028229 ], [ -4.539717077378293, 55.157935999846636 ], [ -4.54224924155512, 55.157514639321633 ], [ -4.543314672837201, 55.15846770807584 ], [ -4.547428769591395, 55.158480633918217 ], [ -4.548564576862401, 55.158811945425235 ], [ -4.551605578986379, 55.158492107378173 ], [ -4.553232142219142, 55.158763657006411 ], [ -4.557148715718852, 55.158510723352521 ], [ -4.561277791144823, 55.157165522463657 ], [ -4.564981990528411, 55.158008968314476 ], [ -4.565242056951252, 55.157536062283683 ], [ -4.567162147113833, 55.156511316712155 ], [ -4.56758818907012, 55.155446124556804 ], [ -4.570934741234533, 55.154269892551532 ], [ -4.571497908680268, 55.154361380653732 ], [ -4.571873970372405, 55.154960204065169 ], [ -4.572724893993005, 55.154888302737056 ], [ -4.573034386305665, 55.153722176478176 ], [ -4.57546785305789, 55.152996574156774 ], [ -4.575610053336227, 55.151793525865301 ], [ -4.574626169855481, 55.149679417887029 ], [ -4.578663650276256, 55.149126585320914 ], [ -4.577878329305804, 55.148145418088887 ], [ -4.577007005466397, 55.147898676157425 ], [ -4.57728142278309, 55.147164754358009 ], [ -4.579109708598329, 55.147404720162712 ], [ -4.579940158370827, 55.147139934387212 ], [ -4.581758750209527, 55.144436135353544 ], [ -4.58149988358599, 55.144073068632459 ], [ -4.583233170748489, 55.142966618554439 ], [ -4.584016195630904, 55.141970196769449 ], [ -4.585143105200318, 55.14192381194767 ], [ -4.586173703329914, 55.142692976610164 ], [ -4.586237599853507, 55.14355906955381 ], [ -4.587503006847389, 55.143711977803846 ], [ -4.587559280917197, 55.143369195898138 ], [ -4.588406438111654, 55.143243327147573 ], [ -4.587937958542004, 55.142673483332828 ], [ -4.588478876686309, 55.142181071492288 ], [ -4.589287487561309, 55.142671770395793 ], [ -4.590604217430684, 55.142648267272648 ], [ -4.591470602386305, 55.141488218090686 ], [ -4.590879120809412, 55.141321018383834 ], [ -4.590918237061422, 55.140956126606611 ], [ -4.591915859722001, 55.140368586253544 ], [ -4.59279859576686, 55.140066640792838 ], [ -4.593649276551455, 55.140480007759443 ], [ -4.593517290220863, 55.14195254184478 ], [ -4.593974447769186, 55.142225964679476 ], [ -4.59464253613816, 55.141155511382564 ], [ -4.595589619528607, 55.14160276815128 ], [ -4.596483764098601, 55.14159719459613 ], [ -4.596238193126967, 55.140474291850929 ], [ -4.595018905566269, 55.140184756491074 ], [ -4.595244354868439, 55.139838365628179 ], [ -4.595395938809672, 55.14019110567606 ], [ -4.597067216560543, 55.140191438296476 ], [ -4.598302567771572, 55.138434680267189 ], [ -4.599722070069718, 55.138907782467946 ], [ -4.600923805748248, 55.138324798425074 ], [ -4.600893748016771, 55.139309752912673 ], [ -4.602704030742818, 55.13939693095319 ], [ -4.603913706893931, 55.140261002677292 ], [ -4.605037219300382, 55.140524631712537 ], [ -4.605348162214633, 55.141322511223002 ], [ -4.607333795180376, 55.140848542115393 ], [ -4.608189985619531, 55.141463947677657 ], [ -4.609997097145605, 55.141861212948207 ], [ -4.610778024347149, 55.14180402535915 ], [ -4.612399693681809, 55.140924271721431 ], [ -4.614604948743883, 55.14165002329235 ], [ -4.615478732028532, 55.140853698583534 ], [ -4.615443096321171, 55.140189263707484 ], [ -4.616384507529374, 55.139827455477672 ], [ -4.618115533734654, 55.140500405283923 ], [ -4.617704003949573, 55.141165461793314 ], [ -4.618729695528425, 55.141610851941088 ], [ -4.619491159074555, 55.140897815152577 ], [ -4.620669047271272, 55.141151142584917 ], [ -4.623186815473767, 55.140777827219168 ], [ -4.623148637525684, 55.140315705151444 ], [ -4.624171382251045, 55.139520602052379 ], [ -4.626382228736483, 55.139374067244717 ], [ -4.626295216405704, 55.137214036073829 ], [ -4.625128627685981, 55.136295318080734 ], [ -4.626631779745831, 55.135530288040748 ], [ -4.626712669327514, 55.134373428079961 ], [ -4.629930933958857, 55.133207288590491 ], [ -4.631551947302613, 55.133163283737254 ], [ -4.63170864790104, 55.13244525310715 ], [ -4.632783782401003, 55.132570338038562 ], [ -4.635270817241385, 55.130907472004772 ], [ -4.636390237442884, 55.13075289959167 ], [ -4.637809442276614, 55.13109971690065 ], [ -4.639103288294495, 55.130141297085828 ], [ -4.641177081104, 55.129709800419086 ], [ -4.642312714810844, 55.128970518645687 ], [ -4.645618319768213, 55.12783352099175 ], [ -4.645777496915906, 55.127394082633984 ], [ -4.644645334298298, 55.125930949313698 ], [ -4.646651654130364, 55.125195185621372 ], [ -4.646291032319861, 55.124605235380528 ], [ -4.646886620423874, 55.123886631879188 ], [ -4.648623350109461, 55.122990391632527 ], [ -4.648345791886594, 55.122470554803705 ], [ -4.649273396593825, 55.122266096367873 ], [ -4.6503228207061, 55.12117802800433 ], [ -4.651998747476529, 55.121496616658561 ], [ -4.654449129830235, 55.12095780193382 ], [ -4.656022540176479, 55.121031364044065 ], [ -4.658333444895401, 55.119929185164978 ], [ -4.658971161128529, 55.116899342416801 ], [ -4.660301583736973, 55.116623075053397 ], [ -4.659528523115441, 55.11608262464005 ], [ -4.660959350772556, 55.115547960543701 ], [ -4.660592502873046, 55.115102015957213 ], [ -4.661233712774122, 55.114485717318921 ], [ -4.66326280980976, 55.114576190351414 ], [ -4.663605119223035, 55.114182160586353 ], [ -4.663343390662309, 55.113666504239966 ], [ -4.661243841758539, 55.113105632781064 ], [ -4.662364834113072, 55.112276579475235 ], [ -4.661664617905988, 55.1108266266491 ], [ -4.661806602802126, 55.110014481776233 ], [ -4.659846830045185, 55.108722395891675 ], [ -4.660472504952191, 55.10775585482186 ], [ -4.658699649490547, 55.106796767133858 ], [ -4.659379456877963, 55.106408861698235 ], [ -4.65988179099064, 55.105238262452282 ], [ -4.659628888044845, 55.104263949378222 ], [ -4.660280130439934, 55.102739509948073 ], [ -4.658397545609258, 55.101895184415014 ], [ -4.65821357031056, 55.101485692026841 ], [ -4.65991874324252, 55.100486585791785 ], [ -4.659328266461234, 55.09973988653779 ], [ -4.658287789079576, 55.099416522112222 ], [ -4.657809948964853, 55.097768421567714 ], [ -4.657999779684189, 55.096141699415739 ], [ -4.65656007957318, 55.095233741070345 ], [ -4.656336893671234, 55.094586884097595 ], [ -4.65693021809595, 55.094079520707339 ], [ -4.656985733625223, 55.093026555054749 ], [ -4.657942647170794, 55.092920264725215 ], [ -4.658023337872882, 55.09153863695991 ], [ -4.659124509439864, 55.090301022190609 ], [ -4.66086068185933, 55.090483319747229 ], [ -4.661890771327019, 55.090182126460398 ], [ -4.662049632813518, 55.089742667890036 ], [ -4.661255970385983, 55.088766698482182 ], [ -4.66011277677609, 55.088544481030716 ], [ -4.657984152441747, 55.0871706652527 ], [ -4.65531865145426, 55.087624376931863 ], [ -4.654514068021571, 55.087426182672772 ], [ -4.653745551061225, 55.085761932850758 ], [ -4.652843240804911, 55.085152348727043 ], [ -4.649828798194165, 55.085186552485638 ], [ -4.650436068175548, 55.083114770000684 ], [ -4.646979265196955, 55.081432584568716 ], [ -4.648068239341731, 55.080127914188509 ], [ -4.646646717532309, 55.078059825057906 ], [ -4.644355002565404, 55.077997275507919 ], [ -4.643019917316376, 55.077235216305027 ], [ -4.641062933135819, 55.077614801662151 ], [ -4.6383298726944, 55.077035840724847 ], [ -4.637154549962704, 55.077389425263213 ], [ -4.638007716169395, 55.07773500210255 ], [ -4.638020444565055, 55.078166213564202 ], [ -4.636519000809797, 55.077969522559272 ], [ -4.634734171875984, 55.078228414233337 ], [ -4.632805010601022, 55.077483599532108 ], [ -4.630531076428351, 55.077213651497246 ], [ -4.629530986540126, 55.076776810024427 ], [ -4.628879701737785, 55.07628298512752 ], [ -4.628994307566559, 55.074806264107316 ], [ -4.629963891367549, 55.074421247468202 ], [ -4.63084243931758, 55.075036003962801 ], [ -4.631379894352172, 55.074273776797078 ], [ -4.630556776457238, 55.071639726437496 ], [ -4.629425822377886, 55.070877604423941 ], [ -4.627070908105808, 55.070919476533547 ], [ -4.625240214999481, 55.068441980813084 ], [ -4.625426506377726, 55.066981694890046 ], [ -4.626980784847952, 55.064885104123967 ], [ -4.628585078214987, 55.064508864192952 ], [ -4.629223775044548, 55.063978179460868 ], [ -4.628760381149562, 55.062644289075401 ], [ -4.627230877013895, 55.061292969558131 ], [ -4.627035824185397, 55.060587025325148 ], [ -4.629779020057542, 55.060743509991525 ], [ -4.629990443052244, 55.05966921103137 ], [ -4.632284035348592, 55.057988049226886 ], [ -4.633880432531458, 55.055112871138064 ], [ -4.635330706585668, 55.054187026456432 ], [ -4.635541361177351, 55.053341959785776 ], [ -4.633766866802496, 55.051357786109747 ], [ -4.639869197022429, 55.049984993050522 ], [ -4.640715648114043, 55.050712739383869 ], [ -4.64220550344652, 55.04932299723648 ], [ -4.644180758938107, 55.049122766872735 ], [ -4.644538005885392, 55.048485745575164 ], [ -4.645832345783467, 55.048763240628816 ], [ -4.644722305542632, 55.05080549123096 ], [ -4.644588486342126, 55.051981512757408 ], [ -4.645416169490083, 55.05325349232109 ], [ -4.647696231939213, 55.05458376144675 ], [ -4.645950492435243, 55.055655517888489 ], [ -4.64616190070797, 55.056248712868509 ], [ -4.646757489272453, 55.056375092846785 ], [ -4.648159558771789, 55.055908599120336 ], [ -4.648717005960638, 55.055339123296449 ], [ -4.651023076196987, 55.055046183193113 ], [ -4.652705121703034, 55.054434199447279 ], [ -4.653624687292544, 55.053659037362301 ], [ -4.654631056952597, 55.053722481814091 ], [ -4.656742222920894, 55.052498787113066 ], [ -4.657813705529603, 55.052718097519183 ], [ -4.658021834522373, 55.053495628206655 ], [ -4.660190276499677, 55.053254960771291 ], [ -4.660872084917213, 55.053500743344522 ], [ -4.663127439498723, 55.052682800023653 ], [ -4.664373509560484, 55.051522850521089 ], [ -4.666820834801029, 55.050651190105022 ], [ -4.670114239675228, 55.0509654959233 ], [ -4.671848528888449, 55.050086906767596 ], [ -4.677287855482598, 55.049006350445801 ], [ -4.676904112380731, 55.04665865956332 ], [ -4.680768258585259, 55.044272263447574 ], [ -4.688445490266872, 55.044129800396362 ], [ -4.689826595044174, 55.044881354368805 ], [ -4.691747151757137, 55.04387250094149 ], [ -4.6928751594916, 55.044467810227971 ], [ -4.693299561743664, 55.044026918423356 ], [ -4.693118754738402, 55.043199392891928 ], [ -4.693860637841761, 55.043057112537213 ], [ -4.694144632697093, 55.042623821539614 ], [ -4.69596279338253, 55.043006045560936 ], [ -4.698792058637171, 55.041779164957745 ], [ -4.702411815841607, 55.041599915342999 ], [ -4.705058414049398, 55.04057021844627 ], [ -4.705625625782236, 55.039928335630975 ], [ -4.707608273215982, 55.040010970737406 ], [ -4.708477100176882, 55.039037837161068 ], [ -4.710965943411536, 55.039616154970368 ], [ -4.71179448355287, 55.039252487163004 ], [ -4.711963557078914, 55.038627539568857 ], [ -4.715190340008509, 55.037503773150391 ], [ -4.716035960552218, 55.038087194164802 ], [ -4.716547609257969, 55.039401728759898 ], [ -4.719386080441869, 55.040978898569733 ], [ -4.720290981459656, 55.042549818626377 ], [ -4.721481384269617, 55.04325134644683 ], [ -4.722024235545755, 55.044214568525604 ], [ -4.724441026908446, 55.044991998956043 ], [ -4.724610568479505, 55.045298342026967 ], [ -4.726295525782963, 55.045557246254781 ], [ -4.72828900090899, 55.044712478599436 ], [ -4.72883378533734, 55.043630497383965 ], [ -4.730144103637794, 55.042756073334942 ], [ -4.731386468449735, 55.042723687748513 ], [ -4.731935959456796, 55.042976540917948 ], [ -4.734055070879159, 55.04156700344803 ], [ -4.735194265698284, 55.041514423387603 ], [ -4.737360591917729, 55.042175870302266 ], [ -4.737673462412996, 55.043548734680861 ], [ -4.739186632699348, 55.044157426808958 ], [ -4.7391909277686, 55.045824903684284 ], [ -4.739815605214648, 55.046031081029064 ], [ -4.740355874801823, 55.047178571659039 ], [ -4.741475918353672, 55.047301663495034 ], [ -4.743344257825435, 55.046576331680868 ], [ -4.744015192241181, 55.045055436323103 ], [ -4.744656095853702, 55.0450409770188 ], [ -4.745699280074471, 55.044042059584321 ], [ -4.747730514974596, 55.043641102165708 ], [ -4.748793727852325, 55.044192417447427 ], [ -4.749700964061631, 55.044180902193055 ], [ -4.750278948364806, 55.043363262106467 ], [ -4.751418832274641, 55.042977897764779 ], [ -4.751497083316938, 55.042292914353013 ], [ -4.752328244063465, 55.041743720681275 ], [ -4.755826172682601, 55.041161099552021 ], [ -4.756805128881601, 55.039574713961571 ], [ -4.75813670635271, 55.038906259744834 ], [ -4.759022745584701, 55.039043483769909 ], [ -4.761093214509608, 55.037967182394674 ], [ -4.76612798433271, 55.039929403274826 ], [ -4.77601200900596, 55.041830288758952 ], [ -4.776530988467426, 55.040959925320912 ], [ -4.77992214185896, 55.039632895870902 ], [ -4.78255483190012, 55.03809388478313 ], [ -4.787007658038761, 55.033016106677742 ], [ -4.789231499963726, 55.031459340672058 ], [ -4.789187174661777, 55.031046828239099 ], [ -4.792851677465674, 55.032090946609905 ], [ -4.794100824780799, 55.033060119398435 ], [ -4.792543069725733, 55.035752373260678 ], [ -4.790496412774028, 55.036594941810208 ], [ -4.791844708456648, 55.03797539238559 ], [ -4.796768493955351, 55.041130053637353 ], [ -4.798869798833127, 55.041630095039288 ], [ -4.79944606222289, 55.042709091109117 ], [ -4.798831530967804, 55.043100803599131 ], [ -4.798520595060826, 55.044029409428177 ], [ -4.802373329953831, 55.04438570170791 ], [ -4.803410238979379, 55.044213476672233 ], [ -4.804279959450846, 55.04310566456315 ], [ -4.806597842787053, 55.043789366847179 ], [ -4.806990692764055, 55.043474648682988 ], [ -4.808650965164134, 55.043485766903643 ], [ -4.809778999456413, 55.043050678485081 ], [ -4.810927281208388, 55.043239902817973 ], [ -4.812621373106907, 55.042728776199937 ], [ -4.816482159354213, 55.042976557331961 ], [ -4.819164797038545, 55.041273766499913 ], [ -4.821208993926719, 55.041514043532388 ], [ -4.82438221602647, 55.041224643629839 ], [ -4.824942079468828, 55.040838563211651 ], [ -4.826090093898419, 55.040690531373343 ], [ -4.826425888017728, 55.040012984905083 ], [ -4.825869322628524, 55.038223452486548 ], [ -4.826738609409245, 55.037119974968022 ], [ -4.826897261206926, 55.03581725353812 ], [ -4.827456616750212, 55.035314303750667 ], [ -4.82809488382274, 55.035375877390798 ], [ -4.828524018521565, 55.035024283129985 ], [ -4.829379791496085, 55.035062811546197 ], [ -4.830625193349519, 55.03463378307903 ], [ -4.832295316199067, 55.034678506318052 ], [ -4.831625714586064, 55.035059985901384 ], [ -4.831986293426231, 55.035622446906565 ], [ -4.832557412469833, 55.035397884925793 ], [ -4.833758683260434, 55.035563183603962 ], [ -4.833739953791688, 55.036472496199529 ], [ -4.832992796008469, 55.037019405661297 ], [ -4.833559299759032, 55.037172521303965 ], [ -4.833596592768486, 55.037589681478643 ], [ -4.833054376769046, 55.037669736816994 ], [ -4.833030104335454, 55.038101815935846 ], [ -4.83518320601378, 55.038555077313042 ], [ -4.835819182783066, 55.039358329245601 ], [ -4.836556690728353, 55.039493959377666 ], [ -4.836658160357494, 55.040264722294751 ], [ -4.83524076455343, 55.041030445626944 ], [ -4.836877770991287, 55.041599091819897 ], [ -4.836930219304459, 55.042119281286901 ], [ -4.838690742766866, 55.042662548141728 ], [ -4.837671599820932, 55.043747134359194 ], [ -4.839766606069815, 55.044480360072399 ], [ -4.840936706500874, 55.044201319716855 ], [ -4.84107645067566, 55.044737448724554 ], [ -4.843841648292051, 55.044322223628924 ], [ -4.844125897178734, 55.043142396497835 ], [ -4.846489484788993, 55.043136550165997 ], [ -4.846574594122744, 55.043673952335403 ], [ -4.847567914837119, 55.043331560064367 ], [ -4.848714623039427, 55.043385617884802 ], [ -4.848614918351304, 55.043855428041617 ], [ -4.849595940350071, 55.043670630461904 ], [ -4.849693882458913, 55.043066012019679 ], [ -4.8512259097193, 55.043695362171029 ], [ -4.852776091388909, 55.042818456833203 ], [ -4.853228082552073, 55.043010127997043 ], [ -4.855244709544555, 55.042418914855922 ], [ -4.855565005868248, 55.041530382879827 ], [ -4.857562660962182, 55.040674372291477 ], [ -4.858652311476639, 55.041246597384252 ], [ -4.859532778007689, 55.0411899406743 ], [ -4.860117492392892, 55.041486345232499 ], [ -4.86213246077717, 55.041313086950112 ], [ -4.86318297565388, 55.040897299189389 ], [ -4.865073348145108, 55.041171927252314 ], [ -4.865986496786817, 55.0406964209092 ], [ -4.869801660966629, 55.040085043364506 ], [ -4.871038097746752, 55.039534444680342 ], [ -4.871694232959777, 55.038750311778031 ], [ -4.873297425736067, 55.038294413725417 ], [ -4.876865210067908, 55.038385378235148 ], [ -4.879447163965337, 55.039789645983852 ], [ -4.882374096238155, 55.03978324593097 ], [ -4.883359875782754, 55.038905829645259 ], [ -4.884572299724309, 55.038895060225677 ], [ -4.88411817543741, 55.039328360264207 ], [ -4.884551671238619, 55.039587779987805 ], [ -4.884554669428204, 55.040500194463391 ], [ -4.884107008560918, 55.040479345669404 ], [ -4.884446886360351, 55.042049031378873 ], [ -4.884194218965663, 55.042562958340255 ], [ -4.883575513271187, 55.042667528206564 ], [ -4.882613887185494, 55.047149360164504 ], [ -4.888188603705781, 55.052267281433842 ], [ -4.896233003490282, 55.053613310226837 ], [ -4.894664681348939, 55.058352418209616 ], [ -4.894751381137976, 55.06085407348872 ], [ -4.898925356635869, 55.062584153520007 ], [ -4.901059384255128, 55.064259369317966 ], [ -4.905212240271252, 55.062016148289317 ], [ -4.90886720036828, 55.061982752294092 ], [ -4.912946028214325, 55.06638018600551 ], [ -4.915668277085619, 55.066117196550906 ], [ -4.919187182325829, 55.066468833309457 ], [ -4.92087956460882, 55.066154017337752 ], [ -4.923068212254596, 55.06620034360958 ], [ -4.923697180129505, 55.064944598746742 ], [ -4.930980757805814, 55.064724394324529 ], [ -4.933421563036965, 55.064364398249211 ], [ -4.932579947065478, 55.061853971636999 ], [ -4.929900636265283, 55.059270941828629 ], [ -4.931425997880836, 55.057427181990505 ], [ -4.930921492845788, 55.055025492368316 ], [ -4.931303150760468, 55.053712728957002 ], [ -4.930538879522114, 55.052041001555523 ], [ -4.930803299971569, 55.051373857100273 ], [ -4.935480895304121, 55.048424676434472 ], [ -4.940030865121377, 55.046413366982115 ], [ -4.943226450001159, 55.043553627030498 ], [ -4.944416720109828, 55.040360278735307 ], [ -4.944249083128874, 55.039249555999504 ], [ -4.95001681252022, 55.031360244897172 ], [ -4.952026739973535, 55.029747174938883 ], [ -4.955791201148231, 55.028478013393638 ], [ -4.957752332022647, 55.027481859766802 ], [ -4.957803602763883, 55.02679735583412 ], [ -4.956692887240304, 55.025741046653174 ], [ -4.960581354684227, 55.021492946826662 ], [ -4.962258950005589, 55.020265376010883 ], [ -4.969060078968529, 55.021884055878239 ], [ -4.974072890983769, 55.02354162058824 ], [ -4.976897605739813, 55.022910604685116 ], [ -4.978082460974089, 55.022112921141627 ], [ -4.981083886878159, 55.017858883838045 ], [ -4.97325336019246, 55.011528179828822 ], [ -4.978496912804964, 55.009246652148725 ], [ -4.986862508270336, 55.010987808962518 ], [ -4.99247579571775, 55.009060691136987 ], [ -5.015480662011924, 55.005750158920392 ], [ -5.028128588173045, 55.002657705955677 ], [ -5.02951698656565, 55.002609625480751 ], [ -5.032892993308955, 55.000713861168968 ], [ -5.035078930175692, 54.999009548667438 ], [ -5.039774931107661, 54.99778367296652 ], [ -5.043109832204936, 55.001487919205076 ], [ -5.045084110086403, 55.002566783859699 ], [ -5.047051606379852, 55.00468868543156 ], [ -5.047612639091941, 55.004764525926944 ], [ -5.047667067428252, 55.005275619779326 ], [ -5.048485111547365, 55.005646194208801 ], [ -5.048571626001719, 55.006785818111659 ], [ -5.049631613518272, 55.007972948401445 ], [ -5.049188744514061, 55.010586807211375 ], [ -5.048332304661144, 55.0112367212867 ], [ -5.049291409687876, 55.011114671439493 ], [ -5.049542820495804, 55.010717278364702 ], [ -5.051300113177369, 55.01171158664156 ], [ -5.053559923619541, 55.011083948396809 ], [ -5.054110946277237, 55.011335326517447 ], [ -5.053712179611771, 55.011543135154646 ], [ -5.054248105718161, 55.011390318951783 ], [ -5.054967751684598, 55.012212849537804 ], [ -5.054662967142345, 55.012319403846796 ], [ -5.055119300294589, 55.012559671102963 ], [ -5.054830855860109, 55.012778196556226 ], [ -5.055296781461938, 55.01396672118306 ], [ -5.0548273843194, 55.014171812935722 ], [ -5.055444954706464, 55.015091306427827 ], [ -5.055034845357608, 55.015047669729363 ], [ -5.055421328536807, 55.015397577563917 ], [ -5.055334149076502, 55.016307810003653 ], [ -5.054794020237243, 55.016303401840787 ], [ -5.054924981530318, 55.01689348464528 ], [ -5.055558744700452, 55.018230629561792 ], [ -5.057093397317668, 55.019787866132525 ], [ -5.056754984827323, 55.019967194555896 ], [ -5.057292738785082, 55.020556037532387 ], [ -5.056882090779371, 55.020916992797318 ], [ -5.05735946750702, 55.020918475220654 ], [ -5.058687325373643, 55.0221212727375 ], [ -5.06016574047522, 55.02519478962455 ], [ -5.060278594451675, 55.026571993009824 ], [ -5.059848070373754, 55.026672733030793 ], [ -5.060494964006137, 55.027254321318409 ], [ -5.060593402704721, 55.028339695507952 ], [ -5.059789844954999, 55.028782472782098 ], [ -5.060394418454756, 55.029526955980465 ], [ -5.059617004696882, 55.030005035736536 ], [ -5.059270997236163, 55.030701515148095 ], [ -5.05958514500446, 55.030716087383752 ], [ -5.058901146005389, 55.031290707131042 ], [ -5.059306978051149, 55.031276002212891 ], [ -5.059429508848861, 55.031753911390759 ], [ -5.058374257262851, 55.032283924878023 ], [ -5.058190251928888, 55.033052745146946 ], [ -5.05614001220762, 55.0339808629071 ], [ -5.056419926425833, 55.034778476873115 ], [ -5.057194155677384, 55.03446232849609 ], [ -5.056741460355804, 55.035916682804306 ], [ -5.056161575543304, 55.036421239355413 ], [ -5.055752807829525, 55.036089873017154 ], [ -5.05328315467095, 55.040950124683668 ], [ -5.053670781395967, 55.041024003640409 ], [ -5.053385846983228, 55.041517542649586 ], [ -5.052589837483855, 55.042146180492793 ], [ -5.051583104274809, 55.042392611085781 ], [ -5.052279295208961, 55.042365250871093 ], [ -5.052041821276542, 55.042845008504152 ], [ -5.052586004584803, 55.042918558343636 ], [ -5.051950993413894, 55.043400201784458 ], [ -5.052384518237211, 55.043850533094428 ], [ -5.051673332154943, 55.044709888187839 ], [ -5.052318079920582, 55.044561548672142 ], [ -5.052113480557491, 55.045041380148028 ], [ -5.0526228960804, 55.044925204713984 ], [ -5.052829485677533, 55.04549990460854 ], [ -5.052314526349653, 55.045872448311584 ], [ -5.053124172946345, 55.046470670529111 ], [ -5.053307697377496, 55.04725632570787 ], [ -5.053009230688281, 55.047511056086421 ], [ -5.051821388223011, 55.047519290269264 ], [ -5.052725543444711, 55.047692591928936 ], [ -5.053477677733219, 55.048604225008113 ], [ -5.052502685401071, 55.051244024951629 ], [ -5.051181068975568, 55.052356040845531 ], [ -5.05161232720566, 55.05250794916433 ], [ -5.051273214086663, 55.053052287951054 ], [ -5.049150235729455, 55.054171793565814 ], [ -5.049529445529578, 55.054318720813818 ], [ -5.04961822007313, 55.055362084616881 ], [ -5.049231895347418, 55.055924682364662 ], [ -5.048545976738654, 55.056090217465915 ], [ -5.047635353701903, 55.057399568922818 ], [ -5.045976138378437, 55.057433036916507 ], [ -5.04472340184537, 55.058240274416001 ], [ -5.044478683259912, 55.058730084808801 ], [ -5.045504957935258, 55.059002877289771 ], [ -5.045074024466335, 55.059288772817638 ], [ -5.045459229485419, 55.05934925485569 ], [ -5.045249954385353, 55.059955055041577 ], [ -5.043506201103567, 55.06100112830557 ], [ -5.043807342382162, 55.061088892130137 ], [ -5.043299423327124, 55.061351533940183 ], [ -5.043303649329087, 55.062129100059479 ], [ -5.043055718339385, 55.061999546943149 ], [ -5.042323721069863, 55.062591444788808 ], [ -5.042563516913387, 55.062840775495665 ], [ -5.041674108436958, 55.063299052528926 ], [ -5.041486051703188, 55.064020290818355 ], [ -5.04038166004409, 55.064536076957594 ], [ -5.040363095478749, 55.065055287829637 ], [ -5.039424856141513, 55.065366425921709 ], [ -5.039426888078805, 55.065992107731496 ], [ -5.038429765029558, 55.066560036425294 ], [ -5.038872209419799, 55.066672153854576 ], [ -5.037278383815631, 55.06771798209617 ], [ -5.037476378973191, 55.06815986182756 ], [ -5.036532472183106, 55.068562819834789 ], [ -5.037106834561619, 55.068823588984735 ], [ -5.036677020345929, 55.068837015253401 ], [ -5.036827895596192, 55.069173985377752 ], [ -5.036268765854518, 55.069238287120704 ], [ -5.036502720056338, 55.069534525472946 ], [ -5.036042372310087, 55.069620634647826 ], [ -5.035853438477218, 55.070166571180081 ], [ -5.035000304349964, 55.070444981939509 ], [ -5.035599297410969, 55.070782461318899 ], [ -5.035057000436733, 55.071441501130465 ], [ -5.033215001776586, 55.072151827816455 ], [ -5.033943945142035, 55.072384484197563 ], [ -5.033728462028658, 55.072704521021805 ], [ -5.033345799285219, 55.07257561017353 ], [ -5.033502499548439, 55.073134501395572 ], [ -5.032842336131125, 55.073210295984801 ], [ -5.033025224684496, 55.073515006094375 ], [ -5.031833505005791, 55.073937588169478 ], [ -5.032716300508419, 55.073863442360661 ], [ -5.032309224564414, 55.074591920011564 ], [ -5.03119058660472, 55.074779823052673 ], [ -5.03206139648243, 55.075188764241844 ], [ -5.031393482934456, 55.075576709698588 ], [ -5.03170080804192, 55.075910686701242 ], [ -5.031208413527684, 55.076029940302853 ], [ -5.031535555656498, 55.076066741596215 ], [ -5.031131088410992, 55.07612626563661 ], [ -5.031258085409689, 55.076396409180504 ], [ -5.030029064208302, 55.076691890181678 ], [ -5.030647482142677, 55.077272897662958 ], [ -5.029847322541199, 55.078191862543115 ], [ -5.030182193300591, 55.078558421819942 ], [ -5.028828351028735, 55.079139643530226 ], [ -5.029184393201301, 55.079351044182538 ], [ -5.028511117193156, 55.079503558323793 ], [ -5.028666378730699, 55.079898865979587 ], [ -5.027760522920919, 55.080353846651164 ], [ -5.028335979182545, 55.080461794915855 ], [ -5.02810863563911, 55.080833360587803 ], [ -5.027463852434291, 55.080844909840479 ], [ -5.027060097947061, 55.081495068427103 ], [ -5.023677917776252, 55.082570796050618 ], [ -5.024453556375846, 55.082921922064145 ], [ -5.022405890866282, 55.083948252408256 ], [ -5.022672481042601, 55.084241008921374 ], [ -5.021805891657142, 55.083910110791976 ], [ -5.021700323598418, 55.084359552238595 ], [ -5.021162161330295, 55.084268626884842 ], [ -5.020063900900075, 55.084938698260537 ], [ -5.018378943351825, 55.08533202666279 ], [ -5.01812138600308, 55.085616216131349 ], [ -5.018833647679995, 55.085791840373567 ], [ -5.018454913081121, 55.086173435098878 ], [ -5.016281100678929, 55.086444902664518 ], [ -5.015120009175427, 55.087760191511123 ], [ -5.012891384930523, 55.088804323708217 ], [ -5.013904437203104, 55.08787391351462 ], [ -5.014703713792598, 55.087789384993364 ], [ -5.014532287345412, 55.087552691248533 ], [ -5.013785620734555, 55.087586469047935 ], [ -5.01421984465577, 55.087212505539966 ], [ -5.013545769645811, 55.087356862766804 ], [ -5.011203656363807, 55.089809857854185 ], [ -5.011109023985222, 55.09017720572524 ], [ -5.011467775979206, 55.090070334218673 ], [ -5.011622513618018, 55.090335315068231 ], [ -5.010929021717168, 55.092035459627994 ], [ -5.010062506691932, 55.092456963319229 ], [ -5.007688578779831, 55.092803345712653 ], [ -5.006280839356037, 55.093804584409312 ], [ -5.009401821083439, 55.09278077091286 ], [ -5.009085183961544, 55.093260590845283 ], [ -5.00843425649242, 55.093193073900039 ], [ -5.008796621536368, 55.093550919591472 ], [ -5.008505357366779, 55.093909640596102 ], [ -5.009268758940951, 55.094180253958939 ], [ -5.008276988238094, 55.094104081900014 ], [ -5.00847858306077, 55.094491974320583 ], [ -5.007766381491715, 55.094464626501512 ], [ -5.009396003385237, 55.094788447523612 ], [ -5.008737228689651, 55.094929700694863 ], [ -5.00955339083573, 55.09550557714234 ], [ -5.008265816085103, 55.095373787034589 ], [ -5.009342786120054, 55.095790383020464 ], [ -5.008751710392057, 55.095685426145721 ], [ -5.009254753957426, 55.096975682071502 ], [ -5.008291445702797, 55.097904818678039 ], [ -5.009111390096353, 55.098613661357753 ], [ -5.010277302626677, 55.095438226996713 ], [ -5.009706817266059, 55.094606349737944 ], [ -5.010852007303344, 55.093887568657273 ], [ -5.012637749350422, 55.089391376967292 ], [ -5.013854118112958, 55.088496390394475 ], [ -5.014129957982591, 55.088600139405365 ], [ -5.012786941143958, 55.090603173152175 ], [ -5.008973155629121, 55.100841275951495 ], [ -5.008917983667, 55.103193599227765 ], [ -5.010275030378369, 55.104099529064776 ], [ -5.009473791404436, 55.105058827109282 ], [ -5.009690583580146, 55.104522140992593 ], [ -5.008828768282134, 55.104280032705127 ], [ -5.007414641421289, 55.104721342043021 ], [ -5.007071552998228, 55.105205404208199 ], [ -5.00519523182476, 55.10556910097592 ], [ -5.002687450163262, 55.107820119743394 ], [ -4.999318205734544, 55.114858041068985 ], [ -4.998936409532322, 55.116752700758646 ], [ -4.995834967308407, 55.123970000921432 ], [ -4.994755717396886, 55.130631332644555 ], [ -4.9950828875504, 55.131793811006638 ], [ -4.995785293578317, 55.132079501444011 ], [ -4.995721544073886, 55.132966605940766 ], [ -4.996181931254701, 55.133058665700098 ], [ -4.995706284167368, 55.133118915977093 ], [ -4.996176745417754, 55.133512799118151 ], [ -4.996182980176001, 55.134579784021817 ], [ -4.996751426547822, 55.134710537879442 ], [ -4.996404740764324, 55.13492134937934 ], [ -4.996748243161846, 55.135442419628085 ], [ -4.99608301318068, 55.136051244363237 ], [ -4.997043045734652, 55.136360257026908 ], [ -4.996508130935097, 55.136697968145157 ], [ -4.996870424597652, 55.136716022875582 ], [ -4.996542316980886, 55.138346830524867 ], [ -4.995412350361449, 55.139309612760428 ], [ -4.994649848013418, 55.139417369617583 ], [ -4.994918132361852, 55.139625637552498 ], [ -4.994375432832223, 55.139567061931736 ], [ -4.993545727389266, 55.139992919272061 ], [ -4.993477617621326, 55.141032062492982 ], [ -4.992027130534434, 55.141698821007076 ], [ -4.992405004015857, 55.142385377203688 ], [ -4.992020971143008, 55.142329184858113 ], [ -4.991840560266153, 55.14344120888881 ], [ -4.991518259302095, 55.143224371862999 ], [ -4.991402884470404, 55.143674917426956 ], [ -4.989789886671759, 55.144206291306531 ], [ -4.990031301227518, 55.144579750019005 ], [ -4.989423342203258, 55.14453084500601 ], [ -4.989485855346295, 55.144799914959229 ], [ -4.98826262051448, 55.145275849350739 ], [ -4.987447081933941, 55.145179884657693 ], [ -4.986525647175599, 55.145536020200808 ], [ -4.985957954532087, 55.145353954756843 ], [ -4.984556438372604, 55.145734431299822 ], [ -4.983993786337432, 55.147406005300262 ], [ -4.983229858677152, 55.147413033258246 ], [ -4.979730966811394, 55.149433370346422 ], [ -4.971893571916612, 55.151656636145695 ], [ -4.967489295997772, 55.154414309300897 ], [ -4.96373976469111, 55.156143600090296 ], [ -4.961107069515963, 55.156952010750359 ], [ -4.959611995869408, 55.158175937629892 ], [ -4.957977653131752, 55.158241708810657 ], [ -4.956251176148162, 55.158738520631651 ], [ -4.953902257814199, 55.160479345464246 ], [ -4.953167828394601, 55.160633802201701 ], [ -4.95022937652032, 55.163112542772033 ], [ -4.947493697172807, 55.163833242801992 ], [ -4.945573130178908, 55.163492227732746 ], [ -4.941555779109131, 55.164019026868907 ], [ -4.937446589883158, 55.167396841629959 ], [ -4.937006239084951, 55.168626504083861 ], [ -4.934652009149986, 55.170314024680657 ], [ -4.933626652330974, 55.171449883469919 ], [ -4.933923202579474, 55.17157399614478 ], [ -4.932910630401952, 55.171708953962074 ], [ -4.931760089066361, 55.172659918579804 ], [ -4.930723029510168, 55.174108883907351 ], [ -4.930450505460561, 55.175745323183016 ], [ -4.929530221104939, 55.176454289242834 ], [ -4.929750490202656, 55.178406111053981 ], [ -4.927945738158058, 55.180036224487957 ], [ -4.927328778050806, 55.181583838350377 ], [ -4.927676614047139, 55.181935079813961 ], [ -4.92728612918337, 55.181859056970843 ], [ -4.926657460877673, 55.182391081786228 ], [ -4.92586411661964, 55.184212621913133 ], [ -4.92538477460324, 55.184210646048747 ], [ -4.925013568295808, 55.184826379597538 ], [ -4.923221755779344, 55.18578185881951 ], [ -4.922932213223354, 55.186440575939834 ], [ -4.922245467256243, 55.186717755672049 ], [ -4.922540990649354, 55.186998346526742 ], [ -4.922032776289137, 55.187567911098789 ], [ -4.919311114170402, 55.189561486421624 ], [ -4.918947723807308, 55.190500649682264 ], [ -4.918316038617185, 55.190565223610896 ], [ -4.917391074044768, 55.191239141083578 ], [ -4.916887425750304, 55.192195139834091 ], [ -4.914573025550732, 55.193963094437393 ], [ -4.913117162686064, 55.196299322120375 ], [ -4.911388984253394, 55.197491327392363 ], [ -4.910854704190291, 55.198353635476195 ], [ -4.909801311526521, 55.199102477380038 ], [ -4.907686133563984, 55.199301292996921 ], [ -4.905324829090491, 55.201191542613323 ], [ -4.904859664140159, 55.201171165730017 ], [ -4.904691317658029, 55.201557248007838 ], [ -4.904468703428792, 55.201414220250477 ], [ -4.904431437243172, 55.201765713700546 ], [ -4.902220586994483, 55.202811760305913 ], [ -4.901877301190671, 55.203386296101144 ], [ -4.899642807248549, 55.204001343170852 ], [ -4.898756805584592, 55.204462921558182 ], [ -4.898501395260587, 55.205057831626938 ], [ -4.896630313554978, 55.205592259999442 ], [ -4.893232525578462, 55.207357658421763 ], [ -4.891580658884065, 55.210114484993831 ], [ -4.887410924760187, 55.211866557593993 ], [ -4.88414282797851, 55.213829090268071 ], [ -4.881108050215076, 55.214499576082545 ], [ -4.879464457902094, 55.216864071393381 ], [ -4.880082048766586, 55.217555180979417 ], [ -4.880680910844839, 55.21731269023622 ], [ -4.879396901311537, 55.218235711750836 ], [ -4.87885513297072, 55.218245809976217 ], [ -4.87895651751081, 55.217820895470979 ], [ -4.877105081893262, 55.217615588026483 ], [ -4.875473056786536, 55.217835688114533 ], [ -4.874305144681265, 55.217340025448145 ], [ -4.873315019811697, 55.217368760523939 ], [ -4.869519251400156, 55.219312756046151 ], [ -4.869017865019529, 55.220320622477658 ], [ -4.866747941640938, 55.220878346338431 ], [ -4.865206622241018, 55.221728153002537 ], [ -4.863930429126402, 55.225523044538697 ], [ -4.864327016927028, 55.225635988436224 ], [ -4.861137782616337, 55.226121703897533 ], [ -4.860044206594106, 55.227275573358114 ], [ -4.859070856138258, 55.232208589850416 ], [ -4.861751191615057, 55.239671908911554 ], [ -4.86291023122514, 55.244412851343213 ], [ -4.86316739479598, 55.244794270781156 ], [ -4.864988869609388, 55.245353803881073 ], [ -4.863095178489407, 55.244884065507712 ], [ -4.863023566451723, 55.244632236683898 ], [ -4.862524079021546, 55.244797686280307 ], [ -4.860201674578682, 55.244273240074136 ], [ -4.860203257843526, 55.243835403969193 ], [ -4.858474071539763, 55.243507370094925 ], [ -4.856435732127288, 55.243519172787146 ], [ -4.855474488075101, 55.244179054079488 ], [ -4.857310807609108, 55.245889933637628 ], [ -4.857052892800472, 55.247338823139572 ], [ -4.857391669550917, 55.247410894445977 ], [ -4.857765186231314, 55.245709381458411 ], [ -4.856276585254259, 55.244502777844332 ], [ -4.856324959225945, 55.243883153400958 ], [ -4.857396233301782, 55.243879632394709 ], [ -4.860489998334471, 55.245176236266794 ], [ -4.859489950423076, 55.251625530488482 ], [ -4.858678626306, 55.253037953186407 ], [ -4.857058778045798, 55.254413575769995 ], [ -4.854420301856315, 55.254887080912532 ], [ -4.853288076876956, 55.255866479390754 ], [ -4.85060902064822, 55.26038889775846 ], [ -4.850544193705541, 55.262252172615568 ], [ -4.849631614229812, 55.26491735464397 ], [ -4.847859453928061, 55.267100975154371 ], [ -4.846966248064267, 55.269666793701347 ], [ -4.844030802134729, 55.273378763779441 ], [ -4.843735690551556, 55.273721855413037 ], [ -4.840128183144921, 55.274934089288422 ], [ -4.838949529251119, 55.275827222493795 ], [ -4.837735300072048, 55.277789137084085 ], [ -4.837480821315219, 55.281593165914281 ], [ -4.836136709788232, 55.283150851573623 ], [ -4.836536103441906, 55.283538907731177 ], [ -4.835946067065105, 55.285489882020968 ], [ -4.836403476599536, 55.287992741890292 ], [ -4.835610934643193, 55.288894839166666 ], [ -4.83570339477729, 55.293810896235399 ], [ -4.83823363896129, 55.301553241055153 ], [ -4.837313095908029, 55.304196008143876 ], [ -4.838333761666624, 55.308400975434679 ], [ -4.838098430273987, 55.310554956919709 ], [ -4.837484595123239, 55.311051968457015 ], [ -4.838284801911263, 55.31139834036631 ], [ -4.838815955586766, 55.315035755954419 ], [ -4.841186792086126, 55.31964079258622 ], [ -4.84373517913569, 55.322094940139614 ], [ -4.8448531672077, 55.322603771940983 ], [ -4.846235126691936, 55.322594033254369 ], [ -4.846151151622033, 55.323533604830004 ], [ -4.847185484209887, 55.323732427677704 ], [ -4.844960203254924, 55.324338963622203 ], [ -4.84521096339004, 55.324735852852264 ], [ -4.844793604133971, 55.324918179037518 ], [ -4.845301957396805, 55.325235350706549 ], [ -4.844778663443466, 55.325567574783811 ], [ -4.84563193578845, 55.32583535525152 ], [ -4.844850940967363, 55.326223927668302 ], [ -4.844352839731568, 55.326071923404889 ], [ -4.844125809568055, 55.326380161376356 ], [ -4.843554288587879, 55.325973661403403 ], [ -4.84177638150399, 55.326312614246341 ], [ -4.839928910294482, 55.32843399143632 ], [ -4.839667855755403, 55.329347110357851 ], [ -4.839715989600107, 55.329094283105434 ], [ -4.837465172163466, 55.329658121001437 ], [ -4.836211827030175, 55.330455849987558 ], [ -4.834935979468828, 55.330784833645083 ], [ -4.83492491334485, 55.33109343200438 ], [ -4.833183721138817, 55.331221946945377 ], [ -4.831641700906546, 55.332241175462478 ], [ -4.828485168609503, 55.33280157434249 ], [ -4.828338930950071, 55.333360514680784 ], [ -4.827256795597443, 55.333887192761154 ], [ -4.826230849876145, 55.33374194219153 ], [ -4.825728572540268, 55.334195851859086 ], [ -4.824581206274431, 55.334117222953502 ], [ -4.823705442892722, 55.335395112107072 ], [ -4.824501077575926, 55.33378916147214 ], [ -4.823713929487196, 55.333365084305619 ], [ -4.821889851778403, 55.333106107601239 ], [ -4.821491675766583, 55.334137416423168 ], [ -4.820788759432877, 55.333855206252487 ], [ -4.819351767107737, 55.334405292598582 ], [ -4.818518613158199, 55.334331936206048 ], [ -4.818770006174686, 55.334740548585856 ], [ -4.816339532973264, 55.335336902637778 ], [ -4.812716859675167, 55.337314492129074 ], [ -4.810861951337631, 55.338847661283239 ], [ -4.808797048735031, 55.343119326130996 ], [ -4.80890170486083, 55.345732851413167 ], [ -4.809739442112625, 55.346780627956647 ], [ -4.809535462385641, 55.347664489963954 ], [ -4.807455133020943, 55.34820585380325 ], [ -4.805869394803264, 55.349896356163065 ], [ -4.803627048324557, 55.350335299522193 ], [ -4.802364209951805, 55.351061864120382 ], [ -4.801767805990187, 55.350949695978535 ], [ -4.801580625886761, 55.351247944463928 ], [ -4.80003745683975, 55.351357048282239 ], [ -4.798698248688329, 55.352165330449942 ], [ -4.797503316486099, 55.351843918270774 ], [ -4.796166226110341, 55.352593692081442 ], [ -4.794699597075859, 55.352670411168063 ], [ -4.792861322831894, 55.354011431858027 ], [ -4.791403512752199, 55.354371075066894 ], [ -4.790769302428115, 55.355044491555589 ], [ -4.789162151547201, 55.354941869045568 ], [ -4.787079900499119, 55.355554836172644 ], [ -4.786157542775198, 55.355138097624973 ], [ -4.785220109862402, 55.355314995373568 ], [ -4.783212950088567, 55.357335717206105 ], [ -4.781421531947085, 55.357104148109109 ], [ -4.778190662349089, 55.358892851547381 ], [ -4.776258983521117, 55.359024869628598 ], [ -4.774621337102543, 55.360043719244601 ], [ -4.772158786754995, 55.363055329356754 ], [ -4.770445524351785, 55.3675565041559 ], [ -4.769229034745297, 55.372575858646577 ], [ -4.771136922525656, 55.37836756393574 ], [ -4.77021813751036, 55.38087394594627 ], [ -4.770776159298421, 55.384765350522898 ], [ -4.772390289269941, 55.387883085642009 ], [ -4.771181524579284, 55.391505329287916 ], [ -4.77139628978493, 55.392407479276855 ], [ -4.770777594939876, 55.393135260224945 ], [ -4.770836611196291, 55.395219439545166 ], [ -4.769735460808563, 55.396298846986589 ], [ -4.768881496102169, 55.398428884767029 ], [ -4.769328990366806, 55.398458297682694 ], [ -4.768761352943462, 55.399488747200685 ], [ -4.769519653260996, 55.399580334982666 ], [ -4.769775552443414, 55.400099509961215 ], [ -4.769195419121537, 55.400319410593454 ], [ -4.769642147464874, 55.400653576871086 ], [ -4.76883449909359, 55.400737499846869 ], [ -4.768118591053196, 55.401320042644087 ], [ -4.768530553526767, 55.401676574710031 ], [ -4.767937576501546, 55.401555167160573 ], [ -4.767015716284392, 55.402152255689742 ], [ -4.766249136626875, 55.403276189609073 ], [ -4.765035696603291, 55.403657826615529 ], [ -4.763852856438631, 55.404545754056471 ], [ -4.762780511264973, 55.404754279878915 ], [ -4.761879507595368, 55.405607050103548 ], [ -4.760549812315702, 55.405841147537046 ], [ -4.759831316925459, 55.407069125839392 ], [ -4.758928229387661, 55.407281884958799 ], [ -4.759337911823595, 55.406835758619636 ], [ -4.758318500470047, 55.40658100157458 ], [ -4.757980257524459, 55.406986858568821 ], [ -4.758531622695955, 55.407145211180001 ], [ -4.75788553581726, 55.407327890715557 ], [ -4.75946709524345, 55.407691315765291 ], [ -4.758218026724815, 55.407587368413942 ], [ -4.757270529165326, 55.408160687125303 ], [ -4.756323712934885, 55.409900786538898 ], [ -4.756626530076369, 55.41141224034439 ], [ -4.755898248145557, 55.411527544928788 ], [ -4.755868150956367, 55.412206911093023 ], [ -4.75449941751048, 55.412769027738335 ], [ -4.753482285536967, 55.414296742230647 ], [ -4.753350450823233, 55.415104247962795 ], [ -4.753969022874695, 55.415591012996813 ], [ -4.753609633414407, 55.416194196517282 ], [ -4.752912403393145, 55.416348335168898 ], [ -4.752027554128993, 55.416054536023815 ], [ -4.751204096041645, 55.416461407091923 ], [ -4.751334991535794, 55.416707462357429 ], [ -4.750062989001075, 55.416936545893577 ], [ -4.748994319219712, 55.41824963725287 ], [ -4.746207996204937, 55.418998142463927 ], [ -4.744416703368328, 55.42085508895326 ], [ -4.742495460880935, 55.422071296027873 ], [ -4.738624003109198, 55.422994980622811 ], [ -4.736510802232368, 55.42491294982598 ], [ -4.735010735606247, 55.425048995191737 ], [ -4.72900118774611, 55.426857073045085 ], [ -4.727444685611211, 55.426543028932841 ], [ -4.72569611405751, 55.426950581190972 ], [ -4.722745977260238, 55.426368202831227 ], [ -4.721412825882463, 55.426680145116322 ], [ -4.717352640892742, 55.428597046839592 ], [ -4.712911163253569, 55.432910674191234 ], [ -4.706699627422659, 55.43288563949131 ], [ -4.701674387261307, 55.433493879468521 ], [ -4.699711884281006, 55.432883723060606 ], [ -4.697398713978993, 55.431674511066255 ], [ -4.693627860122302, 55.431806186263678 ], [ -4.689395520128109, 55.432753314596873 ], [ -4.68314437118541, 55.435450728648931 ], [ -4.67759244909667, 55.43837610449765 ], [ -4.676590802064566, 55.437897347038749 ], [ -4.674218897476831, 55.43772991297201 ], [ -4.672546930788237, 55.437952540130404 ], [ -4.670274963114385, 55.438725789577887 ], [ -4.667044656060959, 55.438560778492402 ], [ -4.66247424331166, 55.439625794329096 ], [ -4.660726449834633, 55.439146972682956 ], [ -4.658490774968977, 55.439335826938567 ], [ -4.654640775462588, 55.440043301893454 ], [ -4.652031399039437, 55.441073423272627 ], [ -4.650911785301369, 55.439798799713522 ], [ -4.650569877787947, 55.438496524330063 ], [ -4.650606719322695, 55.439564509523692 ], [ -4.649419916418299, 55.438583469641294 ], [ -4.64891344494079, 55.437490602108433 ], [ -4.647957747966341, 55.437125676945755 ], [ -4.650957161898103, 55.440828846210351 ], [ -4.647716950621876, 55.44533148310375 ], [ -4.646661541373737, 55.448532808185291 ], [ -4.642580843493304, 55.457203647900442 ], [ -4.641535680371436, 55.4652748686891 ], [ -4.641681900534566, 55.468406131600602 ], [ -4.645785495823916, 55.469573192310868 ], [ -4.641294023336044, 55.468544845842288 ], [ -4.6411301683628, 55.466828812402746 ], [ -4.640769745157463, 55.467898179499358 ], [ -4.640111615161127, 55.468278232215233 ], [ -4.640429710724971, 55.468610246976993 ], [ -4.635621003148385, 55.465741331343892 ], [ -4.630790367881643, 55.464717217069435 ], [ -4.62309276416062, 55.459780465251782 ], [ -4.622488934659168, 55.459239700939229 ], [ -4.621628091156952, 55.459569168451544 ], [ -4.622395309820924, 55.460140591600315 ], [ -4.629090058386105, 55.46479602125325 ], [ -4.628852993387509, 55.465037522851951 ], [ -4.633183345097576, 55.466175855521996 ], [ -4.63428890639468, 55.466620371485476 ], [ -4.634679909970482, 55.467026336873822 ], [ -4.63542881029411, 55.467081216658464 ], [ -4.636775094613814, 55.467622997278951 ], [ -4.636778314551032, 55.467623826758988 ], [ -4.638704037755026, 55.46854860542755 ], [ -4.639782465518857, 55.468963995054565 ], [ -4.64002525772794, 55.469163701708283 ], [ -4.639016225207974, 55.469881211835776 ], [ -4.638543522599986, 55.469698147872563 ], [ -4.636110135885717, 55.470413087962982 ], [ -4.637368395106282, 55.471530249166797 ], [ -4.639734112664962, 55.470394268205396 ], [ -4.639415468782057, 55.470125185499199 ], [ -4.641028349478366, 55.469516885499033 ], [ -4.642444080528463, 55.469651707843447 ], [ -4.643954690384295, 55.470612338836801 ], [ -4.6418967790015, 55.471286020030107 ], [ -4.638857054476836, 55.471666238080921 ], [ -4.637108570657209, 55.472425747220349 ], [ -4.63578660803655, 55.472274459790128 ], [ -4.634608929614982, 55.472506571500247 ], [ -4.631905314755337, 55.473824103209921 ], [ -4.629145777547438, 55.476419188794999 ], [ -4.628147650021727, 55.478019072685107 ], [ -4.627037684032076, 55.482029453624058 ], [ -4.627418889350628, 55.485781290603562 ], [ -4.627894328597398, 55.489615596485223 ], [ -4.622594977884686, 55.491297835698767 ], [ -4.620930063478319, 55.493666098378981 ], [ -4.620366270914738, 55.497000427737952 ], [ -4.620709231613041, 55.500588596948873 ], [ -4.621654053677906, 55.503271287547193 ], [ -4.621241267724856, 55.503303499969171 ], [ -4.622836296787025, 55.507282818559403 ], [ -4.624608727079448, 55.510257862942829 ], [ -4.630710582007224, 55.517762845651895 ], [ -4.630757838439286, 55.518257112203635 ], [ -4.629697692898482, 55.518918094947672 ], [ -4.626275358629125, 55.517203699202263 ], [ -4.62632526691093, 55.515908244550864 ], [ -4.624499197662026, 55.513965385575318 ], [ -4.623355428401321, 55.514155297401842 ], [ -4.622997458976809, 55.514393980212191 ], [ -4.623387740664607, 55.514450335484518 ], [ -4.622229768257039, 55.514450877936135 ], [ -4.62264442851817, 55.515064017026809 ], [ -4.624137587434689, 55.514101677864438 ], [ -4.625573008297059, 55.516173371449625 ], [ -4.625460946738601, 55.517107012086441 ], [ -4.627016190130454, 55.518406680768642 ], [ -4.63399130336081, 55.520009607054376 ], [ -4.641957902013267, 55.523961097033485 ], [ -4.648738780827849, 55.526586723714914 ], [ -4.652214764096112, 55.530082730984304 ], [ -4.653863540234825, 55.533266801327564 ], [ -4.656812886901265, 55.537046462119179 ], [ -4.659528295611266, 55.539302136804018 ], [ -4.664118191707799, 55.541938561865202 ], [ -4.668691715951189, 55.541728406926268 ], [ -4.670542452981651, 55.540594112293327 ], [ -4.670836923078839, 55.539980941135248 ], [ -4.673575302775618, 55.540598940342257 ], [ -4.67418803033588, 55.540307803823623 ], [ -4.676255958429783, 55.540996115571872 ], [ -4.675925004544161, 55.541374589299032 ], [ -4.676362641618046, 55.541539408740967 ], [ -4.676256950791465, 55.541943521658872 ], [ -4.678689454084456, 55.542093480667326 ], [ -4.679329451772824, 55.542925332399712 ], [ -4.679936879638234, 55.542905747448692 ], [ -4.682912372514959, 55.544648255655297 ], [ -4.684703473226453, 55.545037769997613 ], [ -4.685237914002782, 55.545946514596736 ], [ -4.685582939606229, 55.545565908922114 ], [ -4.685349308256771, 55.546184974270886 ], [ -4.685961185255943, 55.546671337381888 ], [ -4.68548907201527, 55.5467230408535 ], [ -4.685284086121158, 55.547274060968746 ], [ -4.685803676625022, 55.547778628661177 ], [ -4.685063736311572, 55.548111264347348 ], [ -4.684337483858996, 55.550644075721578 ], [ -4.683782900196169, 55.551138035192764 ], [ -4.683414070432605, 55.551007688740398 ], [ -4.684346595982991, 55.549568804770807 ], [ -4.681641570605279, 55.548474795744646 ], [ -4.682904553147833, 55.548929835171272 ], [ -4.683647478145661, 55.548500966436116 ], [ -4.682604770713247, 55.547741779511384 ], [ -4.681466599366614, 55.54837345726763 ], [ -4.68107950980573, 55.547927994148637 ], [ -4.680722786686459, 55.548067940289307 ], [ -4.680957477013004, 55.54723043183084 ], [ -4.680405997903343, 55.547234414226317 ], [ -4.680308793380264, 55.546901256545944 ], [ -4.680042497948712, 55.547041918154108 ], [ -4.679270302025492, 55.546272288782781 ], [ -4.677330766445912, 55.546987077657839 ], [ -4.678850970957178, 55.545748422309956 ], [ -4.677039165653863, 55.544494545375706 ], [ -4.676036229586654, 55.544316914393086 ], [ -4.67405585590913, 55.54419657962756 ], [ -4.672550231399392, 55.544366979287943 ], [ -4.672392306700755, 55.544609529736988 ], [ -4.682644917724736, 55.550308126006819 ], [ -4.679718381305545, 55.549058025914142 ], [ -4.674493888542289, 55.546140294562683 ], [ -4.671313792124427, 55.545420486634306 ], [ -4.668883402697393, 55.545748540009676 ], [ -4.664515614958301, 55.547810415856958 ], [ -4.662604223962484, 55.547282097874444 ], [ -4.661125820550995, 55.547224345673939 ], [ -4.659240315185019, 55.548016770967514 ], [ -4.658182480462115, 55.549702669764237 ], [ -4.657434846622107, 55.552649250301933 ], [ -4.657863900003634, 55.551207121857523 ], [ -4.658805692976851, 55.552801969322786 ], [ -4.658833184257305, 55.556353753059774 ], [ -4.658074473129934, 55.559677205675833 ], [ -4.657065560376122, 55.560073031686102 ], [ -4.658054102372781, 55.560784170115284 ], [ -4.659291853263878, 55.565932159237818 ], [ -4.658075040682267, 55.56846464840784 ], [ -4.658263345288885, 55.570194501350088 ], [ -4.657546383578851, 55.569749831560905 ], [ -4.655136880567858, 55.570176015891256 ], [ -4.654702258660881, 55.570599818802492 ], [ -4.652088087800396, 55.563075302608574 ], [ -4.647831010872941, 55.563358865616273 ], [ -4.643543176521868, 55.565734629418948 ], [ -4.638607902586803, 55.569556990840901 ], [ -4.605875558476452, 55.593242545996191 ], [ -4.603634706116183, 55.594159379603973 ], [ -4.5997491678619, 55.595099389340838 ], [ -4.600042396046577, 55.595596530593021 ], [ -4.599247857014281, 55.595991806871339 ], [ -4.593954218576969, 55.597729114316927 ], [ -4.592230543494626, 55.597950752623106 ], [ -4.588172412339498, 55.597846868163195 ], [ -4.584947193026738, 55.598579197777056 ], [ -4.579042999022573, 55.598043834482645 ], [ -4.576373543364465, 55.598248295979026 ], [ -4.575322058045665, 55.598627242716837 ], [ -4.572208419582538, 55.600971230298171 ], [ -4.568274396347753, 55.601870793984581 ], [ -4.567266479467977, 55.601388554545174 ], [ -4.56716051468003, 55.598455121292659 ] ] ] ] } }, +{ "type": "Feature", "properties": { "LAD13CD": "S12000029", "LAD13CDO": "00RF", "LAD13NM": "South Lanarkshire", "LAD13NMW": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -4.198330377462009, 55.833398506469514 ], [ -4.194295882704996, 55.831742298286215 ], [ -4.192346235670077, 55.832027821377039 ], [ -4.191055071714065, 55.83266467069793 ], [ -4.190893951106437, 55.835080643797163 ], [ -4.187770274673518, 55.836587711802899 ], [ -4.186164819641668, 55.836807693621402 ], [ -4.180931912034438, 55.835763714455034 ], [ -4.179384886645622, 55.834716258288104 ], [ -4.178855183638319, 55.830186149292928 ], [ -4.175854984681804, 55.824328314491197 ], [ -4.174593370572752, 55.82334944677239 ], [ -4.172070615880738, 55.823029155009486 ], [ -4.164549950044411, 55.825880444777724 ], [ -4.158500224683787, 55.827662925487971 ], [ -4.150496109008345, 55.828269613151789 ], [ -4.146171765771293, 55.828202269659144 ], [ -4.140635585405319, 55.830314612575961 ], [ -4.136874438200571, 55.831144844691792 ], [ -4.133810508879335, 55.832462553123101 ], [ -4.130994003704371, 55.833227675444036 ], [ -4.129330816809622, 55.833095615162712 ], [ -4.127309588925773, 55.832138410154201 ], [ -4.121757772747244, 55.829536372407382 ], [ -4.119527886203051, 55.828904384364591 ], [ -4.113034232717159, 55.826051272680871 ], [ -4.111164511245592, 55.825872190798066 ], [ -4.110512754220028, 55.826189842475969 ], [ -4.110621005263781, 55.826832365195024 ], [ -4.11205757767182, 55.82806230845037 ], [ -4.112067125870129, 55.829151390758817 ], [ -4.111266387033981, 55.830285842989909 ], [ -4.109503879723921, 55.831323553891515 ], [ -4.109827415289966, 55.831695464455471 ], [ -4.109637222111933, 55.83257677417285 ], [ -4.107888919247138, 55.833584558893087 ], [ -4.107044683504119, 55.834656816383941 ], [ -4.101988946479747, 55.833002526733445 ], [ -4.096928857683243, 55.830399064355333 ], [ -4.093170900178404, 55.828898429848628 ], [ -4.081137519162042, 55.826045263116505 ], [ -4.074341160004926, 55.823350736673518 ], [ -4.069856444045815, 55.822444025155711 ], [ -4.065676958778093, 55.820997292119031 ], [ -4.047080122533695, 55.812349124922164 ], [ -4.041176539113197, 55.809026812643999 ], [ -4.045491836833428, 55.80723406184336 ], [ -4.051559717476176, 55.803820305736615 ], [ -4.053353555494143, 55.801281158073103 ], [ -4.048427735738771, 55.797264335856987 ], [ -4.04760203432784, 55.797216981911525 ], [ -4.047111685847462, 55.796841401190555 ], [ -4.046872353190934, 55.796658455735482 ], [ -4.044807073805882, 55.797037037305657 ], [ -4.043250946110676, 55.796628840012509 ], [ -4.042225193904486, 55.796081499322817 ], [ -4.03849006235022, 55.792378820125649 ], [ -4.02534670816096, 55.784806137290659 ], [ -4.023522761873934, 55.784417387160325 ], [ -4.017521811123699, 55.784827003845727 ], [ -4.015110301598222, 55.783373823375364 ], [ -4.014449972718459, 55.781147775982546 ], [ -4.00743299750369, 55.77987141241038 ], [ -4.000854044255996, 55.779416123100951 ], [ -3.998937661298776, 55.778738236690458 ], [ -3.99889343343953, 55.777718930406159 ], [ -4.001819124761025, 55.776002414021391 ], [ -4.001118658430888, 55.775339797056638 ], [ -3.998466205689718, 55.774357546948821 ], [ -3.998397343961757, 55.773915607066037 ], [ -3.998950048576354, 55.773282019062343 ], [ -4.000603378544423, 55.772627816740666 ], [ -4.000999989725264, 55.771967103193525 ], [ -4.002633330015471, 55.771670881861894 ], [ -4.002347085546696, 55.770752579307739 ], [ -4.000114874334741, 55.769970218806904 ], [ -3.99262825954587, 55.768501161921336 ], [ -3.989850100908738, 55.768323309022591 ], [ -3.981649718647546, 55.76866973427822 ], [ -3.975359290356234, 55.767571267363714 ], [ -3.973410146481263, 55.766981589523205 ], [ -3.972908849228904, 55.766493559304259 ], [ -3.974316767975989, 55.76293726276193 ], [ -3.96917094108803, 55.76172482635338 ], [ -3.968820365165825, 55.761631588362164 ], [ -3.96092796952598, 55.758817282595764 ], [ -3.957012093484556, 55.75640022463763 ], [ -3.955154176118648, 55.754272939503437 ], [ -3.953203853878984, 55.752875039895827 ], [ -3.951179057188271, 55.752057052829102 ], [ -3.949538726460759, 55.751916838496804 ], [ -3.947065165336379, 55.750532539041622 ], [ -3.943995743105403, 55.749850515676691 ], [ -3.941045571968272, 55.748647985948502 ], [ -3.938689368262573, 55.748270000539023 ], [ -3.931963268669783, 55.748966415840577 ], [ -3.930138792533334, 55.748481046599515 ], [ -3.928245902872264, 55.745219768572937 ], [ -3.924433301880905, 55.741756693991512 ], [ -3.922880973176159, 55.737403482180675 ], [ -3.919404003097087, 55.735008938213156 ], [ -3.917959441632684, 55.734718762268351 ], [ -3.916373245923656, 55.735080532942646 ], [ -3.916293348135715, 55.736960042486778 ], [ -3.914830893096036, 55.738516916269205 ], [ -3.91583122421827, 55.739166346624756 ], [ -3.916213098906982, 55.740229830115972 ], [ -3.915190515488595, 55.740947656539547 ], [ -3.914468438291681, 55.742532518874725 ], [ -3.912704934100939, 55.743021920153232 ], [ -3.91311506141065, 55.743947472951611 ], [ -3.911953317144803, 55.744591948354937 ], [ -3.911104823472673, 55.746202122013813 ], [ -3.910261101117177, 55.746183792438593 ], [ -3.909725096802891, 55.746593840644351 ], [ -3.909204774773082, 55.74735772552534 ], [ -3.909560876839306, 55.747797939070594 ], [ -3.907919195621879, 55.748145179656383 ], [ -3.908935293357699, 55.749082001395564 ], [ -3.90740579792209, 55.749737538049061 ], [ -3.906976116613323, 55.750466753516058 ], [ -3.904629151340431, 55.750763785203148 ], [ -3.903025048982305, 55.751395259548701 ], [ -3.902773559945992, 55.752120799968097 ], [ -3.901363258580678, 55.752184875322953 ], [ -3.900557761436842, 55.752594559236343 ], [ -3.900411754219014, 55.753753425791579 ], [ -3.899618609019619, 55.753729745936795 ], [ -3.898181374377477, 55.754815106278848 ], [ -3.898066330283668, 55.755399231327658 ], [ -3.896980861021004, 55.755624492527254 ], [ -3.896452287107592, 55.756652659787669 ], [ -3.889924639033443, 55.758003322905793 ], [ -3.888226199250583, 55.75913391992809 ], [ -3.886287909007464, 55.759557318246756 ], [ -3.884117461255759, 55.759199697604586 ], [ -3.882632228457436, 55.758111696927664 ], [ -3.880468914407512, 55.758396460006303 ], [ -3.8798298387911, 55.758032389433367 ], [ -3.878181904764875, 55.758098035057927 ], [ -3.877390029183397, 55.759163391787745 ], [ -3.876298942558304, 55.758878104013775 ], [ -3.871254988418612, 55.761445273592443 ], [ -3.86994822452038, 55.761149733992632 ], [ -3.868930377375822, 55.762128604713553 ], [ -3.868356204112287, 55.764086569604395 ], [ -3.859162137931725, 55.764452504872608 ], [ -3.851900097405649, 55.763950181607505 ], [ -3.849020588574305, 55.764437495363275 ], [ -3.848069131896778, 55.764272075749673 ], [ -3.843693481264594, 55.764773671143288 ], [ -3.836662532904003, 55.764775628376107 ], [ -3.817919816895786, 55.767532902133077 ], [ -3.81236760774223, 55.767326452054235 ], [ -3.806264762851763, 55.768758026822709 ], [ -3.799787412991023, 55.771274076168261 ], [ -3.796891398848651, 55.771046861042862 ], [ -3.795229585430807, 55.771830521700878 ], [ -3.794438689907207, 55.771792647539463 ], [ -3.794122079915393, 55.77132097936618 ], [ -3.792720452004486, 55.771696408168431 ], [ -3.792253543855343, 55.771249394593411 ], [ -3.791630838490522, 55.771402261616508 ], [ -3.787819559861147, 55.77103090887006 ], [ -3.785905085648881, 55.770128634160727 ], [ -3.784690862770469, 55.770245128728583 ], [ -3.782470793916272, 55.769630317741992 ], [ -3.781521896986344, 55.769796851493091 ], [ -3.780946306977169, 55.769585023512739 ], [ -3.777709039585457, 55.76973524765382 ], [ -3.774016445023252, 55.770565955542693 ], [ -3.772994354929028, 55.770877265120532 ], [ -3.773081695090517, 55.771922942790376 ], [ -3.771761167955672, 55.771982429853551 ], [ -3.769543466200188, 55.7712415399143 ], [ -3.768817136615632, 55.770164620710872 ], [ -3.766420928028689, 55.770055305700112 ], [ -3.762934815412432, 55.771934139068726 ], [ -3.758996934993398, 55.773347543444302 ], [ -3.758711001583284, 55.773724578487332 ], [ -3.757699381440551, 55.77391878396395 ], [ -3.75673529116122, 55.774638015237898 ], [ -3.754338254219672, 55.775579901410481 ], [ -3.753807814135428, 55.776904002632008 ], [ -3.752717715514629, 55.777660945390735 ], [ -3.750954907766258, 55.777996110611312 ], [ -3.750901104369631, 55.778751746816148 ], [ -3.746661548633011, 55.781287866780062 ], [ -3.744021274342461, 55.782011035313822 ], [ -3.744075340868617, 55.781400981543911 ], [ -3.743382810002434, 55.78106931961085 ], [ -3.743406403596681, 55.780705030587093 ], [ -3.741010566053344, 55.780437946366995 ], [ -3.739737941086182, 55.780685124916609 ], [ -3.738550017480647, 55.780149264839743 ], [ -3.73432420315907, 55.77942714692302 ], [ -3.733176421241505, 55.778715432169101 ], [ -3.732724434050752, 55.777872580498006 ], [ -3.719966228075453, 55.787950415848925 ], [ -3.714962729043437, 55.789503099372446 ], [ -3.706838970406617, 55.790654115514819 ], [ -3.704982321582541, 55.79068887032907 ], [ -3.698678292101842, 55.794631334178149 ], [ -3.685795947308095, 55.797365316821796 ], [ -3.679874396887832, 55.794143881093696 ], [ -3.675226929901853, 55.796426945578979 ], [ -3.669792569444383, 55.798414984039312 ], [ -3.65788387234868, 55.801797776919152 ], [ -3.653415109739338, 55.802513964393221 ], [ -3.63982139477883, 55.803832810160117 ], [ -3.629587553860947, 55.803483628819045 ], [ -3.623212441856013, 55.802498599201556 ], [ -3.616737451908929, 55.803329783901333 ], [ -3.615610058074499, 55.803075016518854 ], [ -3.614225263379685, 55.804117642981126 ], [ -3.614072341169571, 55.804663320518287 ], [ -3.612030088402805, 55.805629181574453 ], [ -3.607178431729945, 55.805796043414318 ], [ -3.591554689900763, 55.810218330780366 ], [ -3.589822786949438, 55.807270788103217 ], [ -3.590339574198973, 55.806248659825336 ], [ -3.587995739891769, 55.804174380413514 ], [ -3.588215889184389, 55.802449773739383 ], [ -3.587856047759206, 55.801840661985814 ], [ -3.584566647547879, 55.800710400835186 ], [ -3.5835862935027, 55.799983466299096 ], [ -3.584073310315703, 55.799444308022764 ], [ -3.58341366513218, 55.798717732330992 ], [ -3.576071847878902, 55.79523556180375 ], [ -3.575633278130092, 55.795514365401722 ], [ -3.57151919032748, 55.794163382313855 ], [ -3.570083308561436, 55.793244468248389 ], [ -3.568603736539507, 55.792784392490475 ], [ -3.568715963272513, 55.792124270385997 ], [ -3.564344790203288, 55.790074507851116 ], [ -3.564824548723983, 55.789748491744191 ], [ -3.555004161542526, 55.785693637332336 ], [ -3.547069229961787, 55.790735277824908 ], [ -3.54110497071447, 55.788576235853483 ], [ -3.537345149440297, 55.785440414701569 ], [ -3.532422427492884, 55.783658825039431 ], [ -3.531879328622672, 55.783919904045689 ], [ -3.529248381556841, 55.783397322012398 ], [ -3.502388294281853, 55.776770626435678 ], [ -3.50259584409469, 55.77636371269643 ], [ -3.501487922368682, 55.776574948970676 ], [ -3.488446201888835, 55.774069211307804 ], [ -3.48279651151209, 55.772021280016475 ], [ -3.480802232235264, 55.77240027882079 ], [ -3.479050990054479, 55.771410431336705 ], [ -3.477541791867777, 55.771127551959843 ], [ -3.475332377412833, 55.771086701541122 ], [ -3.473931534736761, 55.770717109136491 ], [ -3.472315570740208, 55.771405945515724 ], [ -3.471639239153082, 55.770971930681355 ], [ -3.470565752670173, 55.770658586265178 ], [ -3.470712474100394, 55.769475158111618 ], [ -3.470218199342981, 55.769472086667641 ], [ -3.46957810505246, 55.768347494603532 ], [ -3.467612001142045, 55.767777909560422 ], [ -3.467189554405967, 55.767140448187277 ], [ -3.466192127986016, 55.766896249663027 ], [ -3.464371634988541, 55.767443644836952 ], [ -3.462502900277832, 55.765852896692586 ], [ -3.461704486105534, 55.766239812827735 ], [ -3.461568121023944, 55.76600330343193 ], [ -3.459028957864569, 55.765660556512096 ], [ -3.458753160992458, 55.764891027255182 ], [ -3.457738571300704, 55.764611020129955 ], [ -3.457478906380399, 55.763845789757823 ], [ -3.456059950724463, 55.763619988203487 ], [ -3.455766287913867, 55.762796747645304 ], [ -3.456652142908289, 55.762404340187793 ], [ -3.457535241583325, 55.760870725051973 ], [ -3.456824420101333, 55.761040904788914 ], [ -3.455936645192878, 55.760525741274591 ], [ -3.455819740787889, 55.759740843379589 ], [ -3.456554218889986, 55.75892339002494 ], [ -3.456386315903474, 55.758480568649752 ], [ -3.457443108987142, 55.757546962325861 ], [ -3.456682384186872, 55.757659324033995 ], [ -3.456970793472435, 55.757273995126077 ], [ -3.456373233324741, 55.757060920449533 ], [ -3.457043008183692, 55.756432938498101 ], [ -3.45580274441763, 55.755863544427321 ], [ -3.454959898521893, 55.75590947299083 ], [ -3.454542804887775, 55.755406697176575 ], [ -3.453900833356168, 55.753998985501433 ], [ -3.454404533349366, 55.753404434149822 ], [ -3.453654792923969, 55.752739350030936 ], [ -3.45496788867409, 55.752058834587658 ], [ -3.453434942082859, 55.751326640367793 ], [ -3.453866667414728, 55.750297116304026 ], [ -3.453316064989504, 55.749629673380944 ], [ -3.452789188735931, 55.749599960784977 ], [ -3.453139169744056, 55.748728662492901 ], [ -3.452059531499316, 55.747757450135886 ], [ -3.450573403444136, 55.747851389152622 ], [ -3.450777011429573, 55.747327790841425 ], [ -3.450504755639799, 55.7470749018728 ], [ -3.449500349040864, 55.747055305967251 ], [ -3.449531099897053, 55.746380985477963 ], [ -3.446158992931722, 55.746524069184161 ], [ -3.446822123194067, 55.745932164455759 ], [ -3.444305432314059, 55.744218476822532 ], [ -3.445768954466982, 55.742439984888456 ], [ -3.448206672612545, 55.741593533731475 ], [ -3.447464105771379, 55.741328209894981 ], [ -3.447475454074471, 55.740344097445949 ], [ -3.446975896087455, 55.74018823327247 ], [ -3.446753257516381, 55.739337175522429 ], [ -3.446132810665274, 55.739142294313709 ], [ -3.446295939259809, 55.738169873953083 ], [ -3.444897533231322, 55.7373955543503 ], [ -3.444787393915599, 55.73657012793845 ], [ -3.44266506276157, 55.735381949490019 ], [ -3.441433838456825, 55.733694436111819 ], [ -3.440153827825194, 55.73318735864428 ], [ -3.437396328032546, 55.733123509437483 ], [ -3.435896942232169, 55.731801219882634 ], [ -3.436396125766503, 55.731387413770747 ], [ -3.436220204427605, 55.730499846736265 ], [ -3.43679603863135, 55.730265763154115 ], [ -3.437792162516964, 55.730418551598085 ], [ -3.439295450539872, 55.729639820296782 ], [ -3.438507040874939, 55.729159314216588 ], [ -3.438690357313949, 55.728385260005204 ], [ -3.436940317808237, 55.727691352419164 ], [ -3.43695295808569, 55.726908514295701 ], [ -3.437464514360657, 55.726226772146603 ], [ -3.439699682427312, 55.725047670979713 ], [ -3.439522300725296, 55.724078350960646 ], [ -3.430590133808515, 55.720162342406717 ], [ -3.428041250568172, 55.719332937758658 ], [ -3.425841754157021, 55.717953069114436 ], [ -3.4258223437147, 55.71742041829696 ], [ -3.421342308399759, 55.715044310490264 ], [ -3.41983434936078, 55.713407414389927 ], [ -3.420321606636956, 55.711087856470492 ], [ -3.4191837841369, 55.710567238174413 ], [ -3.409524307151782, 55.710264246583691 ], [ -3.406427292807322, 55.711822902490283 ], [ -3.40135834427925, 55.715351282382976 ], [ -3.398386200491367, 55.716548861887247 ], [ -3.396407045345705, 55.716313484351303 ], [ -3.397003146926498, 55.710537645138601 ], [ -3.401340243788936, 55.704666136537988 ], [ -3.401167472496206, 55.702240066143595 ], [ -3.405690488473012, 55.70269787402205 ], [ -3.40941507814146, 55.700866038358917 ], [ -3.409839081374697, 55.700135092332722 ], [ -3.416803158671244, 55.69571821747266 ], [ -3.419346235439303, 55.693320096617931 ], [ -3.426544738721158, 55.688151393241007 ], [ -3.431497664054922, 55.685783389547481 ], [ -3.441071680854838, 55.679900434255615 ], [ -3.447754262312228, 55.674683481602443 ], [ -3.455595237785137, 55.670736544994561 ], [ -3.455005292108997, 55.6698359334533 ], [ -3.455911855140226, 55.667103255398011 ], [ -3.455684589672623, 55.665735552817296 ], [ -3.456584345772634, 55.664406596530064 ], [ -3.458392382518621, 55.663008430470782 ], [ -3.468085888446489, 55.661589829389122 ], [ -3.473199067023546, 55.659749266238819 ], [ -3.478148215186629, 55.654961169467093 ], [ -3.479477747399028, 55.652791134396921 ], [ -3.482765560266658, 55.650213716282046 ], [ -3.485739968849692, 55.649022992402749 ], [ -3.484516208801254, 55.645198863766183 ], [ -3.484532280125762, 55.642935920312553 ], [ -3.48940184026433, 55.637774467391921 ], [ -3.489042999786325, 55.635016431859654 ], [ -3.487047995641191, 55.632717673350605 ], [ -3.484515645270391, 55.633340547625103 ], [ -3.481549170103202, 55.633532777885449 ], [ -3.479332528170652, 55.63334745634738 ], [ -3.477820635891802, 55.632682723368525 ], [ -3.478895465076859, 55.630137427753915 ], [ -3.480037338846872, 55.629711182098276 ], [ -3.479554291143819, 55.62814710229879 ], [ -3.481078643330768, 55.626619901480652 ], [ -3.481466254546653, 55.624643622285369 ], [ -3.484168088149865, 55.620240905168224 ], [ -3.481678564317626, 55.616423065259056 ], [ -3.495654342903445, 55.615868782429715 ], [ -3.508664560476211, 55.613748578075999 ], [ -3.515253841063419, 55.613175773637792 ], [ -3.51990106833227, 55.613749101958526 ], [ -3.524871120406293, 55.613677510800791 ], [ -3.526511264211239, 55.611675601936398 ], [ -3.530013761142683, 55.611392908806202 ], [ -3.530682647590442, 55.607697436062587 ], [ -3.531886227385147, 55.60534234133673 ], [ -3.529609691567279, 55.604358893997045 ], [ -3.526568072734142, 55.600103993514338 ], [ -3.527079160236974, 55.598633740649255 ], [ -3.526887887146162, 55.597019465896096 ], [ -3.516542750166322, 55.589929094993408 ], [ -3.516094232269695, 55.590231194924044 ], [ -3.512983890627249, 55.58878237370223 ], [ -3.512631782672671, 55.585816709372445 ], [ -3.510037298738136, 55.583948073180359 ], [ -3.508490346040321, 55.58105103007609 ], [ -3.508265106077829, 55.579934993125931 ], [ -3.50871702384199, 55.57910268040208 ], [ -3.508266528603891, 55.578317420198509 ], [ -3.508188013396664, 55.575856106864471 ], [ -3.505509257808047, 55.575907015495083 ], [ -3.503504475991694, 55.574916161199027 ], [ -3.502509311579426, 55.572740173165101 ], [ -3.500442058443059, 55.570936764902328 ], [ -3.500130925735263, 55.56922416782924 ], [ -3.48847992254009, 55.562666871984973 ], [ -3.48979924788333, 55.561913952429379 ], [ -3.495108134344084, 55.560164335544656 ], [ -3.495716715490663, 55.559280731503293 ], [ -3.49594705932354, 55.55574625228293 ], [ -3.496739495145555, 55.554905329229442 ], [ -3.500568721239647, 55.553672280617938 ], [ -3.501860662640959, 55.552838684087071 ], [ -3.502979975944567, 55.551014188695348 ], [ -3.503422145262185, 55.547441141662958 ], [ -3.502190407123108, 55.545484623105615 ], [ -3.501875103413432, 55.543658846374214 ], [ -3.498350292651909, 55.53620281030986 ], [ -3.498402210159353, 55.532985020524706 ], [ -3.496608804789631, 55.531447794885267 ], [ -3.496416761483412, 55.530771663010945 ], [ -3.495250959316931, 55.530111915671021 ], [ -3.494726039660371, 55.529012987363515 ], [ -3.494836368603135, 55.524194892194117 ], [ -3.494243784030704, 55.52381570528506 ], [ -3.491517739086631, 55.523570354615622 ], [ -3.488977313569552, 55.521947757210278 ], [ -3.486633156783626, 55.517963777343837 ], [ -3.486606691334518, 55.517051971729735 ], [ -3.486798437989178, 55.516676705209186 ], [ -3.488127291475979, 55.516215733461273 ], [ -3.495318548933481, 55.515818098671126 ], [ -3.497849190240951, 55.515310886757732 ], [ -3.500863370958993, 55.514402290687286 ], [ -3.502461857034187, 55.51354245056779 ], [ -3.50290404885577, 55.512678813258574 ], [ -3.504432122582436, 55.512466839038211 ], [ -3.50855961776916, 55.508381114168422 ], [ -3.508301873342994, 55.505989382381458 ], [ -3.511612130113159, 55.502708916582982 ], [ -3.511112420026091, 55.501650181450579 ], [ -3.511810905275857, 55.500046449062523 ], [ -3.511388795074127, 55.498946317138476 ], [ -3.512292798222752, 55.498575692361079 ], [ -3.512630039341825, 55.497668379153119 ], [ -3.511913073633686, 55.493830996793271 ], [ -3.512731467336633, 55.493088483403703 ], [ -3.515202764717241, 55.492109839636349 ], [ -3.516676328244112, 55.49194331375913 ], [ -3.522183075499177, 55.490261876423432 ], [ -3.521605309907678, 55.488413334333963 ], [ -3.523491610081924, 55.486233096133027 ], [ -3.519392128259809, 55.484369911911422 ], [ -3.519023615395538, 55.483224205235572 ], [ -3.516000362211432, 55.481352042065794 ], [ -3.517209090414135, 55.478834305805812 ], [ -3.518951715845709, 55.477860114975236 ], [ -3.519193793134566, 55.476338379194893 ], [ -3.518478223933095, 55.47377709813999 ], [ -3.519710727435108, 55.472503678517157 ], [ -3.522399407524615, 55.471045888058782 ], [ -3.522251556344347, 55.470288360442396 ], [ -3.524658433242532, 55.467683739003455 ], [ -3.525378008741312, 55.463788067219767 ], [ -3.524932528337154, 55.463106144350576 ], [ -3.526209724800327, 55.462389266285996 ], [ -3.531678050443475, 55.461260520571997 ], [ -3.530864550840573, 55.460470891887582 ], [ -3.529502938118556, 55.457369563385271 ], [ -3.530039987621391, 55.456536080046959 ], [ -3.530115809633112, 55.454818687249009 ], [ -3.535451871529309, 55.451943517795101 ], [ -3.535802074905968, 55.449562157014526 ], [ -3.537254511766099, 55.447472495134477 ], [ -3.536604892759416, 55.446420232114136 ], [ -3.537931672794525, 55.444152405411373 ], [ -3.539569211125467, 55.443170236784596 ], [ -3.539796748218489, 55.440691549729856 ], [ -3.539038512655835, 55.437456908059886 ], [ -3.537630337539619, 55.436405204494527 ], [ -3.536592408519534, 55.434710781844828 ], [ -3.533499990916869, 55.433832950489652 ], [ -3.531918253999474, 55.434005543219378 ], [ -3.525197845768012, 55.432898793117076 ], [ -3.52439532581209, 55.431965199436291 ], [ -3.524911772813722, 55.431832949021342 ], [ -3.525088071635413, 55.430666980181506 ], [ -3.523673406647722, 55.428815388116121 ], [ -3.523267210463448, 55.427090517573156 ], [ -3.520101927777929, 55.426554752318111 ], [ -3.516926267425279, 55.423273614548719 ], [ -3.517272767448933, 55.421184414068712 ], [ -3.515908866743554, 55.42043296882035 ], [ -3.513421589001332, 55.42087715928578 ], [ -3.512823690150929, 55.419909505768487 ], [ -3.509771322054847, 55.417552285339646 ], [ -3.510412040867707, 55.414470940609462 ], [ -3.508815326774489, 55.412989881338063 ], [ -3.507381708664929, 55.412262568379532 ], [ -3.510174207457794, 55.410515258114835 ], [ -3.511063672425382, 55.410643563260585 ], [ -3.512237337207482, 55.410354961479023 ], [ -3.51461560639465, 55.408523701152404 ], [ -3.521082172932096, 55.406223723260851 ], [ -3.520674443542647, 55.403627151687871 ], [ -3.521087360857026, 55.402453747161502 ], [ -3.523275911793487, 55.400844844337769 ], [ -3.526756599654186, 55.399988134459598 ], [ -3.528787279229844, 55.400025666816276 ], [ -3.53027894341763, 55.399395910641203 ], [ -3.531404028304998, 55.396434185278935 ], [ -3.53664305354543, 55.396754878154113 ], [ -3.538562165322592, 55.396160085936437 ], [ -3.541003417351797, 55.39701453140065 ], [ -3.542102615110315, 55.396856884289434 ], [ -3.543294894493801, 55.397062014513928 ], [ -3.545524107284981, 55.397941513809549 ], [ -3.548297202639759, 55.397987307747897 ], [ -3.549836324060696, 55.398983307272786 ], [ -3.554273008394706, 55.396954397431472 ], [ -3.554658105973699, 55.3953004343659 ], [ -3.555621193648126, 55.394695058594536 ], [ -3.555103258680729, 55.394171430047095 ], [ -3.555459556976763, 55.392589723647568 ], [ -3.556133624514245, 55.392064407419198 ], [ -3.556236374851078, 55.390661166675919 ], [ -3.557462590520669, 55.389122296182798 ], [ -3.558176611561517, 55.38881214093594 ], [ -3.558172721306469, 55.3881112235863 ], [ -3.558911575235763, 55.38823211165915 ], [ -3.560025988363614, 55.38786741159204 ], [ -3.560309550586289, 55.38805251452483 ], [ -3.560592544358869, 55.387622031010757 ], [ -3.561104194495447, 55.387786246567522 ], [ -3.56125854517843, 55.387496698990937 ], [ -3.562231873810059, 55.387358449388323 ], [ -3.56361588794479, 55.386626306422542 ], [ -3.564712669067871, 55.386616765826247 ], [ -3.564922922768903, 55.38634447132204 ], [ -3.56562081798824, 55.386627604981811 ], [ -3.56639944122406, 55.386357013912097 ], [ -3.566730002027098, 55.3865325131042 ], [ -3.566892018268496, 55.386238366417857 ], [ -3.567619635511036, 55.386673882904667 ], [ -3.569904605260193, 55.386770374234146 ], [ -3.571834131316637, 55.38646249541668 ], [ -3.575497237639421, 55.385089787938504 ], [ -3.578499321582395, 55.384961190448834 ], [ -3.580018040549262, 55.382074781682675 ], [ -3.580037081232753, 55.381166868937143 ], [ -3.574813878438569, 55.377230658171918 ], [ -3.573929878877626, 55.375835611199243 ], [ -3.575981640219903, 55.375440713859973 ], [ -3.578350992093182, 55.372916301277293 ], [ -3.578028099878103, 55.371940908657344 ], [ -3.577776673899398, 55.371571202163544 ], [ -3.571623372721977, 55.369210567384805 ], [ -3.571889578924524, 55.368960006699822 ], [ -3.571273104690684, 55.368136654892481 ], [ -3.572656617138895, 55.365225107319056 ], [ -3.57428978205043, 55.363838084018418 ], [ -3.576802930383133, 55.360381704409008 ], [ -3.577676107000723, 55.360123296557347 ], [ -3.577149202445708, 55.358179957217942 ], [ -3.572251144725864, 55.35698941575842 ], [ -3.572696821094836, 55.355100941271651 ], [ -3.574935970110233, 55.352897288583257 ], [ -3.575874365938443, 55.350512665617465 ], [ -3.577640632464852, 55.349119379367075 ], [ -3.580298477540285, 55.347940107531727 ], [ -3.584040366885937, 55.348280782088679 ], [ -3.585457943883821, 55.347958639535108 ], [ -3.587356705631591, 55.347168305275908 ], [ -3.588209867706854, 55.346024873629119 ], [ -3.58771444690865, 55.344797416987653 ], [ -3.583916026159137, 55.343072715204407 ], [ -3.584428807900299, 55.341184217763946 ], [ -3.578651116538036, 55.334640194218707 ], [ -3.577039706240041, 55.331620753256125 ], [ -3.575411794829091, 55.330522895306594 ], [ -3.57397023106536, 55.32835767196471 ], [ -3.575026048201809, 55.328150844740208 ], [ -3.58668000768159, 55.322949386726641 ], [ -3.592456799034492, 55.325511858462811 ], [ -3.5936355341385, 55.325033659587547 ], [ -3.596017077691926, 55.325658606923696 ], [ -3.598112796732472, 55.325837903211976 ], [ -3.599933722879381, 55.326825091385331 ], [ -3.607033743058691, 55.325824205119567 ], [ -3.607974672924191, 55.325510759873517 ], [ -3.613199904178671, 55.321438181944153 ], [ -3.614830193814638, 55.318895802114788 ], [ -3.621557872170393, 55.316538356302061 ], [ -3.62130321172243, 55.315125393704569 ], [ -3.617844125343659, 55.311832615060858 ], [ -3.618689838456155, 55.309579162836805 ], [ -3.616572688973163, 55.305563077987763 ], [ -3.618622662010657, 55.303095961124136 ], [ -3.619143968826659, 55.299458314342388 ], [ -3.618680529407505, 55.296201289402703 ], [ -3.618616514484565, 55.295789635930554 ], [ -3.619470979517776, 55.295499708848752 ], [ -3.626002933337461, 55.294235597097277 ], [ -3.630459377323809, 55.294216606289218 ], [ -3.632587826139709, 55.29503743468522 ], [ -3.634138672762063, 55.294832453692955 ], [ -3.63947139466536, 55.291426779814941 ], [ -3.642535855487453, 55.290886809586574 ], [ -3.644050666002799, 55.290767562593309 ], [ -3.645292792089508, 55.292431402428328 ], [ -3.648293157973914, 55.292624594161211 ], [ -3.649388613576516, 55.292645747689846 ], [ -3.652979316396469, 55.291316532424197 ], [ -3.655040056626351, 55.292016563590309 ], [ -3.657216891943245, 55.291910644445927 ], [ -3.659772799479011, 55.292208444002803 ], [ -3.662034152395615, 55.292240589142374 ], [ -3.663619923492646, 55.291747170604879 ], [ -3.665473207706881, 55.293317104434472 ], [ -3.666999541665799, 55.295349815020515 ], [ -3.670132679179769, 55.296070895640014 ], [ -3.66895641052314, 55.298441588259976 ], [ -3.672408924608237, 55.300569213701714 ], [ -3.673430686219506, 55.305381261267414 ], [ -3.678370542033256, 55.308944232570525 ], [ -3.680663632262265, 55.309703554696618 ], [ -3.683796141893779, 55.309633440373666 ], [ -3.686391240265577, 55.310451400677074 ], [ -3.69022553390756, 55.311135329048632 ], [ -3.693741098289821, 55.310808019686441 ], [ -3.696317985086876, 55.312484289335231 ], [ -3.698920630732828, 55.313652377450005 ], [ -3.700029070807603, 55.316539778408035 ], [ -3.69957102189718, 55.317988579382309 ], [ -3.707197752052798, 55.320717629479219 ], [ -3.711164179919601, 55.323156037612669 ], [ -3.710242651349235, 55.323717157315272 ], [ -3.711568061286657, 55.325761126669434 ], [ -3.712312650436711, 55.328406373296012 ], [ -3.71058583411216, 55.329670785802421 ], [ -3.710291807502837, 55.335835541003839 ], [ -3.714306034439088, 55.340070598745577 ], [ -3.711123804593729, 55.342150783161571 ], [ -3.710468667383943, 55.344146097515228 ], [ -3.712204319677399, 55.344899165202229 ], [ -3.712105687194986, 55.345354393933547 ], [ -3.717528688900876, 55.347857563137445 ], [ -3.720187064262655, 55.35024217724412 ], [ -3.718762274162962, 55.352850502442294 ], [ -3.717718820493021, 55.353705466182561 ], [ -3.713836531285314, 55.359318471177971 ], [ -3.712180493346393, 55.360972834294309 ], [ -3.711046390675973, 55.363208517082079 ], [ -3.712067498548574, 55.363288579086891 ], [ -3.715503641092558, 55.364669328232317 ], [ -3.720633793817523, 55.365266737029579 ], [ -3.725973127762071, 55.365047648888407 ], [ -3.728922985015543, 55.36448919386396 ], [ -3.734667909916316, 55.364888586927549 ], [ -3.73627323889859, 55.365876834097051 ], [ -3.742608339153915, 55.368568161437238 ], [ -3.744571757602379, 55.370872295601878 ], [ -3.74649259433519, 55.370593222183544 ], [ -3.748161352130174, 55.371468969951053 ], [ -3.750406979230665, 55.374720707956072 ], [ -3.753667782266247, 55.374939082037962 ], [ -3.752906095439622, 55.377700056841292 ], [ -3.754182212497944, 55.37836027303581 ], [ -3.756974978807888, 55.378872864469045 ], [ -3.758663064989051, 55.380277533824724 ], [ -3.761318401532953, 55.384795753420853 ], [ -3.76122680914827, 55.387529147252792 ], [ -3.762756138165665, 55.388724852935113 ], [ -3.762944543968732, 55.390829607050819 ], [ -3.761840251748027, 55.391914990231186 ], [ -3.765260769897512, 55.393734957999676 ], [ -3.763459134654632, 55.396713215272136 ], [ -3.763785702415523, 55.399436081207192 ], [ -3.764602106609138, 55.401100389394159 ], [ -3.769310280447117, 55.401850168860086 ], [ -3.777178489463807, 55.404244347032666 ], [ -3.778090861066737, 55.404865570407352 ], [ -3.777880726524266, 55.406516858162199 ], [ -3.777035849846614, 55.407188792484412 ], [ -3.778803565017128, 55.408740321873651 ], [ -3.781085585993077, 55.408729569610863 ], [ -3.781751030751607, 55.408248052242293 ], [ -3.786716952554864, 55.408557538951634 ], [ -3.789032433268748, 55.410685079662308 ], [ -3.790927123577025, 55.410315833323317 ], [ -3.792303803467971, 55.410542807024783 ], [ -3.792343937371555, 55.415440190186892 ], [ -3.793977743031105, 55.417501239525741 ], [ -3.796079389492163, 55.419074587413235 ], [ -3.800326765921404, 55.420921891781134 ], [ -3.801647951533623, 55.420614847112411 ], [ -3.803197805637762, 55.420991930529901 ], [ -3.807620246679977, 55.423200381997852 ], [ -3.810356933403425, 55.427581563142425 ], [ -3.816411040100076, 55.427267119796333 ], [ -3.817997457235599, 55.429634124143888 ], [ -3.818017361428397, 55.43316127451692 ], [ -3.819060685512974, 55.434538766187977 ], [ -3.82274778343055, 55.436173455253162 ], [ -3.825485130657824, 55.439314076234041 ], [ -3.825523375340548, 55.441169346939333 ], [ -3.824213725712165, 55.443107635095672 ], [ -3.825507214434697, 55.444413939280203 ], [ -3.833967322678244, 55.446152227015496 ], [ -3.838324968720948, 55.447888741878721 ], [ -3.860934936237028, 55.452135740940399 ], [ -3.86479653230631, 55.454245547009812 ], [ -3.867419328450639, 55.454429322278649 ], [ -3.868345285411968, 55.454780963618809 ], [ -3.86945352928367, 55.456979375289045 ], [ -3.889090397336445, 55.456358703766909 ], [ -3.890869327633756, 55.458335373600491 ], [ -3.893199225865766, 55.459593503791332 ], [ -3.895445089426826, 55.459756450840672 ], [ -3.900160679466044, 55.4596383706848 ], [ -3.902546864860152, 55.459035991547388 ], [ -3.906126472286965, 55.457568379326133 ], [ -3.90828444966148, 55.457386450121348 ], [ -3.910059817731374, 55.457632857608822 ], [ -3.913801853411512, 55.457012676487039 ], [ -3.916788004129266, 55.457765796135142 ], [ -3.919544690330533, 55.457700108485611 ], [ -3.924356956651381, 55.456325849887435 ], [ -3.927286353550417, 55.459802755516584 ], [ -3.935309618568042, 55.457950545950908 ], [ -3.940995426282135, 55.458432067577313 ], [ -3.948234482620871, 55.45993832214608 ], [ -3.950055719451675, 55.461266394720944 ], [ -3.950991083313101, 55.462590595163149 ], [ -3.956786002840259, 55.459828814912811 ], [ -3.965269667437762, 55.455176688076229 ], [ -3.969799617274571, 55.454362377343642 ], [ -3.974443912314583, 55.457896843205781 ], [ -3.976097022771354, 55.460906989346483 ], [ -3.980052821881622, 55.462829246540352 ], [ -3.986235849958701, 55.464050176576045 ], [ -3.991398106377107, 55.464784120277272 ], [ -3.993085921103407, 55.464531953512491 ], [ -3.994349096192641, 55.464798967800512 ], [ -3.99579802693674, 55.464671987006099 ], [ -3.99839752913273, 55.463524105346778 ], [ -4.000447571291024, 55.463710796693235 ], [ -4.001713684344693, 55.464503451405683 ], [ -4.002138255131876, 55.465233473468835 ], [ -4.001424693261996, 55.466916807763013 ], [ -4.003126627327412, 55.467410227899663 ], [ -4.008033522409962, 55.47135167420614 ], [ -4.011767092388631, 55.472431753115067 ], [ -4.013204216284656, 55.472223875412745 ], [ -4.014252517455009, 55.472458272361898 ], [ -4.01531972236655, 55.471977847637284 ], [ -4.01630035373843, 55.472900880831794 ], [ -4.016833395844781, 55.472959502378501 ], [ -4.016829596985239, 55.474743571981037 ], [ -4.014126576453827, 55.475417211589345 ], [ -4.013857181373035, 55.478045975161301 ], [ -4.011543371394745, 55.482636158974231 ], [ -4.013923490066981, 55.484494260429216 ], [ -4.016152810006322, 55.487206808917847 ], [ -4.020259348774168, 55.488581575609331 ], [ -4.021369024354002, 55.489695670211809 ], [ -4.024485495517522, 55.491356268114828 ], [ -4.025697256209522, 55.492450661351384 ], [ -4.023661561628491, 55.494272833118401 ], [ -4.018990579598867, 55.4953385840493 ], [ -4.018376369842582, 55.495865489883094 ], [ -4.018211328425917, 55.49604346576065 ], [ -4.019462620939646, 55.496364350142002 ], [ -4.019615696934775, 55.496725814987911 ], [ -4.019530099212579, 55.498610090739902 ], [ -4.018279227104494, 55.499691235721656 ], [ -4.015576392718325, 55.501020967709117 ], [ -4.015234788922813, 55.501772546149432 ], [ -4.01318346717111, 55.503307193390299 ], [ -4.012399217413621, 55.505005224064597 ], [ -4.007135111323128, 55.505648861300244 ], [ -4.006801737387128, 55.507343953739714 ], [ -4.004009063861128, 55.508014321746572 ], [ -3.999764526018289, 55.509723920636603 ], [ -3.998949125761301, 55.510977492079 ], [ -3.994309249100881, 55.513335945555987 ], [ -3.994184639486853, 55.515099494601159 ], [ -3.993510734349873, 55.515398063679925 ], [ -3.993424960525172, 55.516051042364829 ], [ -3.992331715753755, 55.516828266345208 ], [ -3.991425081682957, 55.518321431881411 ], [ -3.990679876665391, 55.518621144174212 ], [ -3.990279123587356, 55.519625252477695 ], [ -3.988222628675589, 55.51983840851311 ], [ -3.98798298009243, 55.520269197448201 ], [ -3.988071058341482, 55.521701245466573 ], [ -3.989381126776322, 55.522704523427173 ], [ -3.989214453413604, 55.524581087740358 ], [ -3.98766076320257, 55.526444222961736 ], [ -3.97862476190312, 55.529497946016598 ], [ -3.976710970911682, 55.530703490593382 ], [ -3.974283189265989, 55.530445174151815 ], [ -3.972738630843264, 55.53434448021288 ], [ -3.965384913129066, 55.534995655355047 ], [ -3.960499115099015, 55.539864165799891 ], [ -3.95871444742055, 55.540786949556029 ], [ -3.958155186009872, 55.54181144979151 ], [ -3.958303811832744, 55.543206589022617 ], [ -3.959542929449027, 55.542944116468405 ], [ -3.96068309744362, 55.544673888923995 ], [ -3.960297359598195, 55.546477510229806 ], [ -3.958328225759701, 55.549434350697872 ], [ -3.958578717569013, 55.552238854316911 ], [ -3.957056910829161, 55.55575021700902 ], [ -3.958677431354492, 55.557090375969537 ], [ -3.964671353482289, 55.557097752167138 ], [ -3.965954875288889, 55.55660533204324 ], [ -3.966958442277559, 55.556539793453844 ], [ -3.967813612851929, 55.556836119829875 ], [ -3.97138498976309, 55.556437186948969 ], [ -3.973975269593361, 55.559239941085245 ], [ -3.973788501452096, 55.560258508881091 ], [ -3.975531318045239, 55.561650403578255 ], [ -3.97640380956491, 55.564656046407563 ], [ -3.981261177869534, 55.563642921330278 ], [ -3.983561443304246, 55.562714166184563 ], [ -3.985964144468694, 55.562717483239169 ], [ -3.987486928412812, 55.563196077129788 ], [ -3.989369117428955, 55.562940848275112 ], [ -3.991251914088886, 55.563638231500825 ], [ -3.991640516965612, 55.564422795235238 ], [ -3.993665764292627, 55.564016885009593 ], [ -3.995009331289809, 55.564242165136122 ], [ -3.997011342804144, 55.563535503502415 ], [ -4.003596979392512, 55.567045369921686 ], [ -4.006532591425938, 55.568318462797116 ], [ -4.007537755701141, 55.568279529571321 ], [ -4.009664864298431, 55.569866867717948 ], [ -4.008367003589371, 55.571474405906862 ], [ -4.007808869222718, 55.574368474306929 ], [ -4.006817531280746, 55.575458694863698 ], [ -4.008306768661942, 55.575420815606613 ], [ -4.011975744824683, 55.576129043174006 ], [ -4.015143044497363, 55.577106044692194 ], [ -4.020030604250537, 55.579294869279948 ], [ -4.0234339520393, 55.581458588055085 ], [ -4.033731887283587, 55.584083182729188 ], [ -4.034147481496885, 55.588282355729291 ], [ -4.037495571315585, 55.589655726659899 ], [ -4.039672862861175, 55.592133268903382 ], [ -4.040621716486569, 55.58904200799509 ], [ -4.045952119617982, 55.586571492553581 ], [ -4.048807643205118, 55.584578025388304 ], [ -4.058233697845274, 55.582775388177154 ], [ -4.062193406300117, 55.581432610227985 ], [ -4.062659767562923, 55.580341780426721 ], [ -4.066179496359439, 55.579842103237546 ], [ -4.066111982287501, 55.578104178876181 ], [ -4.06470791562772, 55.576743784198676 ], [ -4.065396287259997, 55.575653694815287 ], [ -4.073200765164812, 55.571580912620099 ], [ -4.075041723604563, 55.571298101596803 ], [ -4.078796007425365, 55.569702106024842 ], [ -4.080441711082275, 55.568878784718336 ], [ -4.081578369561891, 55.56757876764749 ], [ -4.082729922690098, 55.568359081301331 ], [ -4.086280602194124, 55.569215393947232 ], [ -4.091766926187726, 55.568587098615787 ], [ -4.092769865771252, 55.570147273136961 ], [ -4.101357913003661, 55.56908805612688 ], [ -4.107199874293515, 55.566664454051555 ], [ -4.10999871811137, 55.566063553163211 ], [ -4.115124315540427, 55.566262774088827 ], [ -4.117961569058846, 55.566083440550173 ], [ -4.119710061632708, 55.566596947637848 ], [ -4.126321507436138, 55.565673504798347 ], [ -4.137516102431119, 55.567523378876885 ], [ -4.143446110954232, 55.569671166748229 ], [ -4.145948139436674, 55.570031811267732 ], [ -4.147729383395652, 55.572732825982172 ], [ -4.151092563560366, 55.572157041879322 ], [ -4.154134341134882, 55.570058923843803 ], [ -4.154693777740011, 55.569123363981582 ], [ -4.15857177807631, 55.567675504842683 ], [ -4.167022967569562, 55.566474764885093 ], [ -4.167660288411037, 55.565375986952617 ], [ -4.172716470574679, 55.565749286798209 ], [ -4.172648347767909, 55.565233705341939 ], [ -4.173391991062529, 55.564627330749076 ], [ -4.17642633168407, 55.565580080834145 ], [ -4.179481844884851, 55.565480824329875 ], [ -4.180617874269585, 55.56608974580621 ], [ -4.184095615079712, 55.564881869161312 ], [ -4.185706339811696, 55.563185929873647 ], [ -4.193638267919472, 55.561093829493572 ], [ -4.194781206713643, 55.55997685912758 ], [ -4.196935389615623, 55.55907992019894 ], [ -4.20111227925772, 55.556358059326563 ], [ -4.210017126760178, 55.553276712962194 ], [ -4.212626603241561, 55.552735278734652 ], [ -4.215414348858531, 55.552968004696879 ], [ -4.218343870005097, 55.552339768994834 ], [ -4.220599691601366, 55.550591218997099 ], [ -4.223427916853163, 55.550279267432344 ], [ -4.224676213934696, 55.550485789794415 ], [ -4.227669580091725, 55.552112101237675 ], [ -4.228298001058068, 55.552150103591885 ], [ -4.227613812981491, 55.558970788658421 ], [ -4.228191189621684, 55.560065784039715 ], [ -4.230977633704127, 55.560823969969213 ], [ -4.233775584101069, 55.560525819162699 ], [ -4.236349025865048, 55.561719181743094 ], [ -4.240536766563922, 55.561319101628762 ], [ -4.242652784084075, 55.562134223704945 ], [ -4.239416304056682, 55.563533509534075 ], [ -4.234434497821183, 55.564868382983299 ], [ -4.230297844887839, 55.566736820173283 ], [ -4.227922794983772, 55.568209087716852 ], [ -4.225482782910036, 55.571480037726495 ], [ -4.222333505760055, 55.573716728167405 ], [ -4.221678437739877, 55.573634236538169 ], [ -4.221672925131831, 55.573957895142108 ], [ -4.219811904316191, 55.57443202443514 ], [ -4.219353728986522, 55.574184173852615 ], [ -4.21663506065148, 55.575626485229613 ], [ -4.215494157894524, 55.575790923155189 ], [ -4.214720293518346, 55.575571232376078 ], [ -4.212592687658382, 55.576526417554277 ], [ -4.211481586871817, 55.577503667618075 ], [ -4.210548008523608, 55.577547476485691 ], [ -4.210636641423877, 55.577995263029159 ], [ -4.211525866857918, 55.578149983771574 ], [ -4.211414935274954, 55.578857521223931 ], [ -4.210440992619464, 55.579171688685868 ], [ -4.21039081537248, 55.579690285836428 ], [ -4.209149400212934, 55.580327431990227 ], [ -4.209047752790687, 55.581201071751273 ], [ -4.20763316195726, 55.58129846641603 ], [ -4.207087123089503, 55.581888009029178 ], [ -4.205691123307977, 55.582034478451604 ], [ -4.205681717366444, 55.582573909426571 ], [ -4.204379407468022, 55.582552404916541 ], [ -4.202487070542333, 55.583044803244519 ], [ -4.203384179544031, 55.583338751238806 ], [ -4.203533510424361, 55.583879821238618 ], [ -4.203282269709894, 55.58463481054013 ], [ -4.202504890156143, 55.584779106283001 ], [ -4.202655098279393, 55.58519433383573 ], [ -4.204964393709348, 55.586051573422026 ], [ -4.204331318271086, 55.586930274280732 ], [ -4.203380772827582, 55.587383271040302 ], [ -4.203872100666106, 55.588079969404745 ], [ -4.203348082932997, 55.589093315893571 ], [ -4.202216447247713, 55.589204431668577 ], [ -4.202773741128618, 55.589577291224934 ], [ -4.20255511108677, 55.590631880229708 ], [ -4.201473930058874, 55.590879593323272 ], [ -4.201660994104279, 55.591329211741638 ], [ -4.202335352949262, 55.591071731823419 ], [ -4.20271671040756, 55.59158975853672 ], [ -4.201067562858774, 55.592890244425291 ], [ -4.201606543223433, 55.593473749904696 ], [ -4.198804941911008, 55.594149585911026 ], [ -4.198306537330169, 55.59457465531473 ], [ -4.199548771555349, 55.595330699748388 ], [ -4.198356741696118, 55.595642387888908 ], [ -4.198128789914265, 55.595227651292241 ], [ -4.197114178657777, 55.595788698430219 ], [ -4.198106587589049, 55.596419813329994 ], [ -4.19746184594513, 55.597294189756134 ], [ -4.195931327430948, 55.597600237714637 ], [ -4.195651810511935, 55.598137314325676 ], [ -4.196368882318374, 55.598499251962679 ], [ -4.196384411313045, 55.598947457604247 ], [ -4.194754285524048, 55.600711274014593 ], [ -4.191332885351568, 55.601699114669103 ], [ -4.190450360771979, 55.601587264466431 ], [ -4.189866622075288, 55.601082703182065 ], [ -4.189323378734209, 55.601504041126894 ], [ -4.189726418836383, 55.601728722661974 ], [ -4.187898269990472, 55.602167608861379 ], [ -4.187986928989282, 55.602761906227258 ], [ -4.18719965898436, 55.602992558328424 ], [ -4.186040248644487, 55.602840678405293 ], [ -4.184662274230128, 55.60315464704847 ], [ -4.183927372545667, 55.602899911724869 ], [ -4.181967906672679, 55.60317747319322 ], [ -4.180843261700415, 55.602736422954003 ], [ -4.178401619202283, 55.603107887315133 ], [ -4.17716698162942, 55.602858396946971 ], [ -4.177162236511872, 55.603145185877352 ], [ -4.17549281406659, 55.603529836316277 ], [ -4.175766918248063, 55.60420802904423 ], [ -4.1750048388684, 55.604838102859937 ], [ -4.17803131634889, 55.604646854705926 ], [ -4.181762992908803, 55.605319274235093 ], [ -4.184798387234691, 55.6082284286488 ], [ -4.18716125871171, 55.608975406330018 ], [ -4.188619015683752, 55.610289443276741 ], [ -4.194016695850374, 55.612234048997529 ], [ -4.194152002975814, 55.612041089543943 ], [ -4.205303480749696, 55.61486264092283 ], [ -4.203003623896599, 55.617204827595096 ], [ -4.203574200518333, 55.620693463258341 ], [ -4.201264886713528, 55.623158012923518 ], [ -4.20199064492669, 55.626950344591982 ], [ -4.203007911852771, 55.627555813520331 ], [ -4.206569650060779, 55.628379748188429 ], [ -4.209341477693435, 55.629702249723863 ], [ -4.212684730121178, 55.630054499324636 ], [ -4.215976663108507, 55.631381847651959 ], [ -4.221558959983364, 55.635079926125961 ], [ -4.221567024071302, 55.637018418697565 ], [ -4.216825162973779, 55.64398337321655 ], [ -4.215388559066001, 55.643730715048214 ], [ -4.216975077847925, 55.64719823839954 ], [ -4.222370429249531, 55.653922217581687 ], [ -4.24662797008414, 55.674174454905746 ], [ -4.246907705285233, 55.679052332102906 ], [ -4.245017466595616, 55.680347001383261 ], [ -4.245007480336632, 55.681560517893374 ], [ -4.226059393109312, 55.688794727259996 ], [ -4.221616831802002, 55.691535560360713 ], [ -4.223794313057891, 55.696816778615521 ], [ -4.225370811039204, 55.698235206401563 ], [ -4.226151931500723, 55.699937671281141 ], [ -4.224160405312104, 55.703820462725524 ], [ -4.224096570012244, 55.705638009613558 ], [ -4.223398293078119, 55.707047329481668 ], [ -4.219514759297097, 55.710646129689891 ], [ -4.21963441596222, 55.712839627717301 ], [ -4.218758540406782, 55.714631402874865 ], [ -4.219889313778308, 55.71609750283281 ], [ -4.220922507253393, 55.715843341829022 ], [ -4.221539597743214, 55.716028105432855 ], [ -4.22230057528673, 55.717680626582016 ], [ -4.222119244127349, 55.718608728775344 ], [ -4.222573697525975, 55.718900686885995 ], [ -4.223084186891515, 55.720990938187164 ], [ -4.221812013324071, 55.721833632110098 ], [ -4.221673502599773, 55.723347845119072 ], [ -4.223232766888372, 55.727722622585759 ], [ -4.224166669070145, 55.72860176808976 ], [ -4.224059693608892, 55.729213061764511 ], [ -4.22978315218467, 55.729593688414447 ], [ -4.231541628567687, 55.73043353645587 ], [ -4.232169630037705, 55.731222913896772 ], [ -4.234025316613142, 55.731085808870688 ], [ -4.233022437630078, 55.731625329925038 ], [ -4.232655740229891, 55.732818356678933 ], [ -4.233093791408654, 55.733460192159882 ], [ -4.235829242573182, 55.733051811584126 ], [ -4.237285204792213, 55.733749691256165 ], [ -4.24082906574261, 55.733773150138241 ], [ -4.242314286708357, 55.735506705758169 ], [ -4.243242657149758, 55.735473572280483 ], [ -4.243469583003448, 55.73590262826486 ], [ -4.247262276368538, 55.736537905972781 ], [ -4.247308787840028, 55.736875887056833 ], [ -4.245455428568786, 55.737140771757453 ], [ -4.245263260958581, 55.737428293264216 ], [ -4.246542373044075, 55.737870456703412 ], [ -4.246643926776784, 55.738944413312929 ], [ -4.24721405841903, 55.738608630818995 ], [ -4.247912835109258, 55.738764808342147 ], [ -4.249557812047983, 55.740358744247146 ], [ -4.249543264805659, 55.740991737302103 ], [ -4.250318495622707, 55.741174362638887 ], [ -4.250261303449093, 55.741951938737429 ], [ -4.251301986237285, 55.742261811447861 ], [ -4.252079428952649, 55.744002834556881 ], [ -4.252634701117924, 55.744238012246882 ], [ -4.254026353257134, 55.743946445463877 ], [ -4.255331303656879, 55.744113025146184 ], [ -4.255750150094294, 55.744772212777839 ], [ -4.255163340646218, 55.746917544489605 ], [ -4.255598353655262, 55.74884997839834 ], [ -4.2575290246284, 55.750273193653896 ], [ -4.258295431196019, 55.750189001001395 ], [ -4.259680968039895, 55.74898973632429 ], [ -4.261400614997027, 55.749104583546654 ], [ -4.26199570687318, 55.74955738575882 ], [ -4.261925367919568, 55.75015905352975 ], [ -4.263043672925975, 55.750015322992674 ], [ -4.262707140995968, 55.750395407949078 ], [ -4.263375206240307, 55.752684825796045 ], [ -4.264739564697831, 55.753210617050769 ], [ -4.264582282685312, 55.754098796719639 ], [ -4.26621129393039, 55.755256914293824 ], [ -4.26733919642692, 55.754891873593991 ], [ -4.26691357643922, 55.753929067009317 ], [ -4.268743979003188, 55.753285011826648 ], [ -4.270169668016192, 55.753273948363677 ], [ -4.271559803908617, 55.752651468393154 ], [ -4.273067096205671, 55.75308464835728 ], [ -4.272140646928737, 55.753541285199361 ], [ -4.272930454320915, 55.754296912077848 ], [ -4.273601276670405, 55.75456850579819 ], [ -4.27499426416925, 55.754378239400843 ], [ -4.274129725847657, 55.755323570284951 ], [ -4.274328381270133, 55.756135070242074 ], [ -4.274739328244626, 55.756513928624017 ], [ -4.275944287108171, 55.756596763151748 ], [ -4.274962105063441, 55.757438225044844 ], [ -4.274336457153741, 55.759010961896394 ], [ -4.278215100819528, 55.760388791956665 ], [ -4.279610829161153, 55.761252674149844 ], [ -4.279848904628243, 55.761781222632813 ], [ -4.279137084705821, 55.763213578912691 ], [ -4.280584838370153, 55.764311062932869 ], [ -4.280240476499674, 55.765020288398809 ], [ -4.281311072976889, 55.765745486436238 ], [ -4.282571629181232, 55.769037609665737 ], [ -4.282265423642705, 55.769445045685707 ], [ -4.278622755355943, 55.77021639304057 ], [ -4.276242734008226, 55.771781217641987 ], [ -4.273458107108921, 55.771822891894004 ], [ -4.270323145243579, 55.773105873762823 ], [ -4.269540110774648, 55.773898666902738 ], [ -4.268690037866388, 55.773127053407379 ], [ -4.26561467949986, 55.773847986148951 ], [ -4.264736722000959, 55.773061581371543 ], [ -4.262369496598279, 55.77323641336131 ], [ -4.261192044659193, 55.77248066380551 ], [ -4.259548736807031, 55.772903654500837 ], [ -4.256799893906172, 55.771497293105526 ], [ -4.255670269136228, 55.771649256699995 ], [ -4.253411559739254, 55.772681135124969 ], [ -4.253399554406406, 55.773439905533152 ], [ -4.251816184154177, 55.775097481167244 ], [ -4.253925578986447, 55.776723298751605 ], [ -4.25277229360786, 55.777269322944534 ], [ -4.251428026583071, 55.776910194106861 ], [ -4.24908600571769, 55.776863211580412 ], [ -4.248199467515639, 55.777750329524487 ], [ -4.250529787479735, 55.778672032285343 ], [ -4.248954164122743, 55.778892316427608 ], [ -4.249082575431716, 55.779266544113455 ], [ -4.250426346868823, 55.779284181376781 ], [ -4.251733075049202, 55.779765341630934 ], [ -4.250684571136405, 55.780581747226982 ], [ -4.251245005569946, 55.781892649807794 ], [ -4.250754439720784, 55.784889994646939 ], [ -4.247573096879148, 55.785398499986272 ], [ -4.243448321201965, 55.787142857779585 ], [ -4.242526596272647, 55.786313956092322 ], [ -4.242171331435755, 55.786543329347474 ], [ -4.239349350540137, 55.785119037501964 ], [ -4.236604003634345, 55.784443744822411 ], [ -4.235834993464349, 55.783938261484174 ], [ -4.236134444003609, 55.782651193612985 ], [ -4.233284830947649, 55.783159583014644 ], [ -4.226711918976283, 55.781279150913285 ], [ -4.224520643683965, 55.784272128199824 ], [ -4.225737560452825, 55.784915166212933 ], [ -4.229936962711959, 55.785918429588158 ], [ -4.228529538769743, 55.787889752860799 ], [ -4.228148527157711, 55.787753760782941 ], [ -4.223943783747593, 55.791947988549524 ], [ -4.209048694101308, 55.798869130341124 ], [ -4.204298878273125, 55.800449914837337 ], [ -4.211162905204326, 55.800363470158992 ], [ -4.212235233719106, 55.809421477836871 ], [ -4.214543417501345, 55.815076146814164 ], [ -4.216848347264839, 55.814908780177468 ], [ -4.220545842131886, 55.813241385804865 ], [ -4.225501589495034, 55.812176630171351 ], [ -4.228277858850118, 55.817382199852972 ], [ -4.229057627554556, 55.817898323498802 ], [ -4.227876217085434, 55.818230704212624 ], [ -4.233765679525992, 55.818660386930397 ], [ -4.233647807563267, 55.820001660012515 ], [ -4.234767348841521, 55.823795592239151 ], [ -4.232434047291697, 55.823392203621189 ], [ -4.228882600557266, 55.824466826433969 ], [ -4.230743483905692, 55.832596370556999 ], [ -4.233782447830187, 55.833655644570719 ], [ -4.23198362372083, 55.835427377698252 ], [ -4.232627690289276, 55.836354872768119 ], [ -4.230538328255962, 55.837881107562104 ], [ -4.231316335318481, 55.838219300539464 ], [ -4.228009140983245, 55.840544094297364 ], [ -4.22306760201933, 55.838674266267077 ], [ -4.222781528843917, 55.838111433024402 ], [ -4.223542402761773, 55.83563332855158 ], [ -4.223422608024165, 55.834458143038198 ], [ -4.221153584204691, 55.83292275691182 ], [ -4.219966972929973, 55.832920818048983 ], [ -4.21854929868773, 55.833376002188395 ], [ -4.215721590685011, 55.835320632405285 ], [ -4.213488508275446, 55.83638001931692 ], [ -4.204531388701661, 55.837577165317931 ], [ -4.202888199217144, 55.838230334830961 ], [ -4.202047709794483, 55.839268149962919 ], [ -4.202111176001832, 55.840192711912984 ], [ -4.203481465989841, 55.841150486163343 ], [ -4.205545583780462, 55.841779449174439 ], [ -4.2061476368851, 55.842566728820195 ], [ -4.205181956284035, 55.844129874997293 ], [ -4.204171824104849, 55.844260325054933 ], [ -4.195637799532128, 55.83886239240352 ], [ -4.195897219448497, 55.837571670443182 ], [ -4.198615457453264, 55.836383504799144 ], [ -4.199636717482204, 55.835407188595887 ], [ -4.199467554897808, 55.833825742165807 ], [ -4.199139582349953, 55.833475708414269 ], [ -4.198330377462009, 55.833398506469514 ] ] ] } }, +{ "type": "Feature", "properties": { "LAD13CD": "S12000030", "LAD13CDO": "00RG", "LAD13NM": "Stirling", "LAD13NMW": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -4.333392761858118, 56.535757614847505 ], [ -4.334869101051133, 56.53345171455387 ], [ -4.333143029524713, 56.529318757914211 ], [ -4.331695020100211, 56.528910089238295 ], [ -4.330289780979551, 56.527741215637107 ], [ -4.32757881802698, 56.52635865333982 ], [ -4.323049505528997, 56.519307930961006 ], [ -4.320913539767835, 56.518673858056928 ], [ -4.320462135822779, 56.518071190994704 ], [ -4.321307816165328, 56.517677940191511 ], [ -4.321362848048982, 56.51685012531027 ], [ -4.318970216155357, 56.515870332938178 ], [ -4.317621531442421, 56.516012339650182 ], [ -4.315367252750471, 56.515299500865495 ], [ -4.310223724620418, 56.515588512888577 ], [ -4.310521613431648, 56.515007816625904 ], [ -4.30969612611823, 56.513863878486113 ], [ -4.309194129046602, 56.511356915736656 ], [ -4.309517993361815, 56.510802698655006 ], [ -4.311081748015096, 56.509924352218277 ], [ -4.307014055065527, 56.505973916286074 ], [ -4.307043130367547, 56.505115138067815 ], [ -4.308155884218835, 56.503503795176165 ], [ -4.307760475515051, 56.499404181507209 ], [ -4.305571521791914, 56.496937536909677 ], [ -4.304960800485409, 56.497047732104583 ], [ -4.303865105817132, 56.496528863238758 ], [ -4.304434587955783, 56.494132300516554 ], [ -4.303421264909526, 56.493764674807366 ], [ -4.298247315313636, 56.493101186855803 ], [ -4.298619568444695, 56.492406805920723 ], [ -4.29735410400485, 56.491226003419655 ], [ -4.300457654568557, 56.488957777937415 ], [ -4.299966381421778, 56.486477540786943 ], [ -4.300422726389273, 56.485161505877166 ], [ -4.299849458119106, 56.483204021290064 ], [ -4.30213760305986, 56.482635874947924 ], [ -4.302384480257555, 56.481885391110332 ], [ -4.300790706439139, 56.481447631754648 ], [ -4.300427127877671, 56.480807321455657 ], [ -4.299594004985186, 56.480458794858492 ], [ -4.296896233811462, 56.475053765376153 ], [ -4.274682432984405, 56.478581296916083 ], [ -4.242768353535805, 56.488155936228111 ], [ -4.194452315607027, 56.495329811256951 ], [ -4.154490424209676, 56.510295686344776 ], [ -4.146796114393001, 56.506295200244445 ], [ -4.145820488621289, 56.506285104831548 ], [ -4.145373522882285, 56.505708712171838 ], [ -4.14324070711542, 56.505206360320784 ], [ -4.142259084926414, 56.504513374796851 ], [ -4.141215766244141, 56.504598768639241 ], [ -4.137019819308517, 56.502950162317404 ], [ -4.134860603302562, 56.502551466600963 ], [ -4.133225044825034, 56.502651468272852 ], [ -4.130769342416434, 56.50232519318341 ], [ -4.126280320109276, 56.500798082029554 ], [ -4.12482109033889, 56.49998283828549 ], [ -4.122712081610041, 56.498005969146575 ], [ -4.119869802941276, 56.496859346327341 ], [ -4.116295980928638, 56.494826497219684 ], [ -4.110913220360216, 56.490052033723444 ], [ -4.108813256938243, 56.48894645883906 ], [ -4.107478778553033, 56.486704564214683 ], [ -4.098625278875393, 56.465354758660638 ], [ -4.100408099697161, 56.465450405247338 ], [ -4.103765527649038, 56.467159352458474 ], [ -4.10548459704525, 56.466541592263845 ], [ -4.11031520178304, 56.463781603002751 ], [ -4.115869295348309, 56.462514303531414 ], [ -4.13157402983065, 56.464110211205337 ], [ -4.134442960066663, 56.46403393870532 ], [ -4.136386116789011, 56.461637068781542 ], [ -4.141627734927888, 56.461326547246465 ], [ -4.142384052846016, 56.459192689571211 ], [ -4.145040842115625, 56.457807807834293 ], [ -4.148594524705825, 56.45664548076217 ], [ -4.149237913234921, 56.454962854366315 ], [ -4.148138440442867, 56.454316895733264 ], [ -4.156731869228349, 56.449741969760908 ], [ -4.159831398203838, 56.44502854627104 ], [ -4.161899690206686, 56.444736404460429 ], [ -4.16320040236903, 56.444641838333368 ], [ -4.165744686251518, 56.447297896524837 ], [ -4.166327935603075, 56.448707583480662 ], [ -4.173344458670072, 56.450103590618632 ], [ -4.174680974987925, 56.44992290636533 ], [ -4.176797688597577, 56.450474403944845 ], [ -4.180122402873218, 56.45270759541441 ], [ -4.194632624601853, 56.458513222758341 ], [ -4.198958176072515, 56.459497057099298 ], [ -4.201420103004128, 56.457584192373254 ], [ -4.202059140826832, 56.457828970643511 ], [ -4.195923048044109, 56.401281624134931 ], [ -4.197766230610017, 56.399941404931127 ], [ -4.198664307630581, 56.397108163781958 ], [ -4.197812223992134, 56.392868090133675 ], [ -4.196657233786816, 56.391522590490922 ], [ -4.196460756773527, 56.386704727213505 ], [ -4.24063295687723, 56.384399807792576 ], [ -4.239163790475498, 56.380207069223161 ], [ -4.2391578926151, 56.371827003406878 ], [ -4.239665274700947, 56.369297040182005 ], [ -4.239056990372462, 56.368589089916476 ], [ -4.238133001970017, 56.368295738392789 ], [ -4.238060310004484, 56.367470266898081 ], [ -4.239672288582439, 56.362655672885339 ], [ -4.240854128076312, 56.361138001707069 ], [ -4.240983462788321, 56.3601695811196 ], [ -4.241733094034677, 56.359702186279463 ], [ -4.242039535232232, 56.352790276778691 ], [ -4.23624672494048, 56.347844394347625 ], [ -4.228390380073212, 56.344530549304352 ], [ -4.226978001564861, 56.343342732841514 ], [ -4.223567850765482, 56.342303114780044 ], [ -4.22263786839784, 56.342310818991287 ], [ -4.224099566759104, 56.341152246640597 ], [ -4.227149910318957, 56.341295146525482 ], [ -4.228408602767414, 56.340126691260139 ], [ -4.229192656795338, 56.338589319860148 ], [ -4.230617277379163, 56.337494241542494 ], [ -4.231346375894373, 56.337373266878792 ], [ -4.233802620449311, 56.334830656777342 ], [ -4.236934492446932, 56.333610336364274 ], [ -4.237421677926534, 56.329220455809242 ], [ -4.236331699028397, 56.328561637668308 ], [ -4.234596657281816, 56.326413651093468 ], [ -4.230506921662242, 56.32645592777822 ], [ -4.230854589395555, 56.325622877559013 ], [ -4.225704425951569, 56.321756857781935 ], [ -4.22106943976965, 56.319642806523639 ], [ -4.216627682707167, 56.318621516660578 ], [ -4.211575814924464, 56.318231056630559 ], [ -4.210715776112178, 56.315802008742658 ], [ -4.209448068276709, 56.314570979930011 ], [ -4.202484239233719, 56.314241218474884 ], [ -4.197935819420753, 56.314438871658098 ], [ -4.197111028610653, 56.312606731223298 ], [ -4.193837209610154, 56.310921352753034 ], [ -4.193293401220928, 56.309614427966054 ], [ -4.192536759790363, 56.309106598045638 ], [ -4.191996221216072, 56.309125156171547 ], [ -4.191454308070937, 56.307144183772621 ], [ -4.188215834152095, 56.304226852045502 ], [ -4.178386349238578, 56.303213955433257 ], [ -4.171978446548914, 56.302953596853101 ], [ -4.170704649761116, 56.30329496690144 ], [ -4.168218014152417, 56.303343036646744 ], [ -4.166796242198378, 56.302927581220679 ], [ -4.166400779680421, 56.303365863959215 ], [ -4.165201565865584, 56.303598031174708 ], [ -4.161847810590995, 56.303319641047878 ], [ -4.151055585374936, 56.299540016997746 ], [ -4.150061798367965, 56.298393507724136 ], [ -4.148843220787881, 56.298423653440842 ], [ -4.148592710965482, 56.298135935052287 ], [ -4.148029571110796, 56.298469228072413 ], [ -4.144924367098199, 56.298289418087919 ], [ -4.144713750959711, 56.297992014222096 ], [ -4.142444736373723, 56.297590959215228 ], [ -4.140716999404672, 56.29689742418244 ], [ -4.13988015727376, 56.297828531431563 ], [ -4.135344350506283, 56.294455986615127 ], [ -4.118720913131637, 56.287848905163628 ], [ -4.115702803803889, 56.281039254677893 ], [ -4.112299909940701, 56.280266119783171 ], [ -4.107614742364882, 56.280260624218521 ], [ -4.105212070361142, 56.279164714290225 ], [ -4.103511116160447, 56.279225090322491 ], [ -4.101257455361326, 56.278780795766238 ], [ -4.093559948791612, 56.278926528906474 ], [ -4.088529521805929, 56.280880728419042 ], [ -4.084087827668703, 56.280897191958672 ], [ -4.080710896523404, 56.282522162724376 ], [ -4.079865088904497, 56.283309221363645 ], [ -4.078511598502157, 56.289923576089372 ], [ -4.061244600388553, 56.278790492268264 ], [ -4.05221376981337, 56.273499259401341 ], [ -4.038554586396955, 56.28027165408853 ], [ -4.037402815784202, 56.277751948932433 ], [ -4.03501066677438, 56.276052430390173 ], [ -4.035956872948785, 56.274253057340275 ], [ -4.039620053147102, 56.271460852669705 ], [ -4.038101181870235, 56.27038503663649 ], [ -4.03757036537918, 56.269119498288347 ], [ -4.030085817415982, 56.270903209022379 ], [ -4.025456309100868, 56.270246676730487 ], [ -4.017771051821114, 56.272281843684254 ], [ -4.005288350070254, 56.274942525514469 ], [ -3.976469744224657, 56.253272789479574 ], [ -3.967117022621193, 56.245320670289672 ], [ -3.96461286280319, 56.245081889761899 ], [ -3.963879333763973, 56.245255291442852 ], [ -3.961547554159474, 56.244789053952452 ], [ -3.959453278518447, 56.2456534806593 ], [ -3.956967091333499, 56.245481658286231 ], [ -3.95621618951732, 56.246580879846846 ], [ -3.947468122608394, 56.238884647370753 ], [ -3.947012076336432, 56.236830367038294 ], [ -3.943916348134537, 56.2352525377025 ], [ -3.940899948591874, 56.230262186015715 ], [ -3.940134010947167, 56.230333513455165 ], [ -3.940803722706061, 56.229635553116317 ], [ -3.939933817923299, 56.228001112336543 ], [ -3.938035109039795, 56.229311429558628 ], [ -3.937207523593386, 56.229088055685963 ], [ -3.936550857057941, 56.22825542474957 ], [ -3.934973326894331, 56.228483207102464 ], [ -3.934211125404692, 56.22971636774858 ], [ -3.933241406912493, 56.230065819908461 ], [ -3.932635805217157, 56.23075824304938 ], [ -3.931808626683198, 56.230639067692316 ], [ -3.931106446422161, 56.229765782795909 ], [ -3.929648827406472, 56.230743776074434 ], [ -3.928819484423726, 56.23090229073037 ], [ -3.926382796595604, 56.229958966524407 ], [ -3.922541716821756, 56.229704216127217 ], [ -3.920637996412085, 56.228155805960149 ], [ -3.920566613312046, 56.226858398360349 ], [ -3.919744537567857, 56.225968041995031 ], [ -3.91886821234515, 56.22557276701442 ], [ -3.916579590764634, 56.225289244177048 ], [ -3.916343341888385, 56.224919076634563 ], [ -3.900711473695196, 56.234110602002602 ], [ -3.901334742184916, 56.233501641236046 ], [ -3.900424560376523, 56.230663401999948 ], [ -3.898762336624901, 56.229283486866862 ], [ -3.898494997222339, 56.228412332636481 ], [ -3.898961606874887, 56.227507444838558 ], [ -3.898086410863428, 56.226968227219118 ], [ -3.89556798502533, 56.226570123402368 ], [ -3.895468865540983, 56.226261617945177 ], [ -3.893942521797192, 56.225960599887578 ], [ -3.892307122366319, 56.225115768523835 ], [ -3.889265208781628, 56.224303194817615 ], [ -3.887869627470824, 56.223083511514496 ], [ -3.887387421297161, 56.22311783055514 ], [ -3.885548950141777, 56.222139420495061 ], [ -3.883873881575292, 56.221859418623701 ], [ -3.878292516182861, 56.219868507427556 ], [ -3.878611115431419, 56.219293044175444 ], [ -3.877594936080165, 56.218796264484155 ], [ -3.876288040543422, 56.215320470672978 ], [ -3.875228202758024, 56.214752445262718 ], [ -3.874389434089368, 56.214913435020989 ], [ -3.873142179352181, 56.214469546522636 ], [ -3.871182344820121, 56.215451756033438 ], [ -3.864959575537092, 56.220142194011103 ], [ -3.855245894113526, 56.224390483609525 ], [ -3.849601957779846, 56.22526131032609 ], [ -3.847208898070202, 56.22598002327743 ], [ -3.847824425021168, 56.225530507637615 ], [ -3.847646998648109, 56.223520265117656 ], [ -3.848280016329114, 56.22276495678291 ], [ -3.84636941517356, 56.22060088101572 ], [ -3.842923269949559, 56.219201026763464 ], [ -3.842104141794426, 56.216751032263076 ], [ -3.842390683756273, 56.215160710934924 ], [ -3.843094644210092, 56.21487614299356 ], [ -3.8431885623237, 56.21431310958279 ], [ -3.841961044712977, 56.212255604123115 ], [ -3.84098359038479, 56.212216244468948 ], [ -3.840372850994825, 56.211753564227038 ], [ -3.843894900346495, 56.201820822377655 ], [ -3.836417111514076, 56.195628346014288 ], [ -3.829456389025627, 56.196556482634257 ], [ -3.832521595062729, 56.190766241366155 ], [ -3.838487280964753, 56.191059566998703 ], [ -3.842691637872045, 56.190682446790909 ], [ -3.841193410739027, 56.188507655199601 ], [ -3.844090543621409, 56.182219073934164 ], [ -3.845532882583806, 56.181721277240342 ], [ -3.848471927084595, 56.179345438853872 ], [ -3.848261880348923, 56.175646268305265 ], [ -3.849323108932865, 56.174264489901674 ], [ -3.851914486600729, 56.172379018082886 ], [ -3.853094275282963, 56.169283554371155 ], [ -3.855787986062611, 56.167526761158591 ], [ -3.856619998130429, 56.165743976565444 ], [ -3.858179965203508, 56.164529851837614 ], [ -3.856351772912776, 56.162521950947742 ], [ -3.8576316895412, 56.160546411709568 ], [ -3.857594651122446, 56.159012119578399 ], [ -3.856553934514424, 56.157400355106894 ], [ -3.856770358338725, 56.155745432203801 ], [ -3.856062204424791, 56.155685081742355 ], [ -3.856232956179681, 56.155085830137907 ], [ -3.855491502056728, 56.154835468592829 ], [ -3.854264441072599, 56.15289399331548 ], [ -3.857110972755764, 56.152693976703091 ], [ -3.859268978732795, 56.152106167632475 ], [ -3.864188578852641, 56.152360926498169 ], [ -3.870622762902471, 56.151644514048606 ], [ -3.873485714032436, 56.151256056745993 ], [ -3.877875946194204, 56.149966365580447 ], [ -3.87529262030675, 56.149912150861716 ], [ -3.8751099124989, 56.149003715206021 ], [ -3.874263739372586, 56.148355166005501 ], [ -3.870853995553636, 56.148154338188057 ], [ -3.868671703208135, 56.146774727006651 ], [ -3.865870752999077, 56.143687148194616 ], [ -3.864779374792297, 56.143221066267621 ], [ -3.864829782905871, 56.142500504919575 ], [ -3.860433205864345, 56.141385108684183 ], [ -3.860054996614125, 56.140752779824496 ], [ -3.860364322087628, 56.140259268479724 ], [ -3.859460163620259, 56.139667208871515 ], [ -3.858079422009879, 56.139337522963785 ], [ -3.857270059829456, 56.137840003580195 ], [ -3.859918660482287, 56.137563809455962 ], [ -3.860682103663885, 56.136810044846392 ], [ -3.859649188852718, 56.136282830481733 ], [ -3.858123745440917, 56.136253668607701 ], [ -3.857581564911376, 56.135289510018509 ], [ -3.870672744652786, 56.134684845012906 ], [ -3.87794363703256, 56.134887227938684 ], [ -3.878720842237806, 56.133566102708102 ], [ -3.879467943913902, 56.133277957385985 ], [ -3.879387869044151, 56.132461421450344 ], [ -3.880581318055732, 56.13208739651121 ], [ -3.879326654963889, 56.131305814332762 ], [ -3.879499521674146, 56.130957210550726 ], [ -3.880989025785845, 56.131143914729478 ], [ -3.881279690321839, 56.130407102385789 ], [ -3.880844566980212, 56.129833213654194 ], [ -3.881427311911633, 56.129146768646081 ], [ -3.881820981798733, 56.128970929143264 ], [ -3.883192915353887, 56.129683300429377 ], [ -3.883965756063386, 56.12946303040939 ], [ -3.886454448139458, 56.130766699339645 ], [ -3.887984920049324, 56.131033570558081 ], [ -3.888515496665294, 56.131517010762288 ], [ -3.888607757724945, 56.13097012951043 ], [ -3.890063556983436, 56.130928088447043 ], [ -3.891730736798898, 56.1304721167932 ], [ -3.892829973484658, 56.129821736932271 ], [ -3.895644282184256, 56.126683671373527 ], [ -3.900510860602985, 56.122499407344471 ], [ -3.902911104008146, 56.121553920420794 ], [ -3.905549163191448, 56.121808890834309 ], [ -3.906415727023636, 56.122415575536834 ], [ -3.905740688418269, 56.12294900245832 ], [ -3.903187380413471, 56.123401754107128 ], [ -3.901542686466153, 56.124141507619335 ], [ -3.900925748609487, 56.125332713156006 ], [ -3.90113152215872, 56.126046657352916 ], [ -3.902195600313948, 56.12726409943005 ], [ -3.903481444381815, 56.12792096002493 ], [ -3.905040640897763, 56.128475639689682 ], [ -3.905672357405397, 56.128007588316592 ], [ -3.902486485255882, 56.126442757852665 ], [ -3.901980903036331, 56.125098996187113 ], [ -3.903203253700097, 56.124146479656538 ], [ -3.907152157208114, 56.123187816347262 ], [ -3.907931318211804, 56.122418228294748 ], [ -3.907147707720015, 56.121180327486712 ], [ -3.904209102644046, 56.120693539246652 ], [ -3.900713597600383, 56.121130358829021 ], [ -3.898223888441483, 56.122938071774094 ], [ -3.898139011150628, 56.123011267378288 ], [ -3.894160916045482, 56.126096259343406 ], [ -3.891753041231754, 56.128731120828078 ], [ -3.887985966231736, 56.129216517984673 ], [ -3.885717615149451, 56.128107215013188 ], [ -3.884368285467526, 56.126146325477599 ], [ -3.881160578767018, 56.124211948023138 ], [ -3.880357332845071, 56.122686621061163 ], [ -3.880878452857365, 56.119256689751928 ], [ -3.881340954320391, 56.118944108565458 ], [ -3.883169520575204, 56.119758254708195 ], [ -3.88582031911314, 56.119457195724287 ], [ -3.886788361931058, 56.120369798453183 ], [ -3.88960782626369, 56.119604182582854 ], [ -3.889826549204013, 56.118389475124602 ], [ -3.88827592505023, 56.116847775420162 ], [ -3.889014091339194, 56.115564915622947 ], [ -3.88867390968411, 56.115286150811116 ], [ -3.888029405610359, 56.116937814094634 ], [ -3.88952828011994, 56.118342817554812 ], [ -3.889081444043205, 56.119662560197384 ], [ -3.886785236323641, 56.12007599276906 ], [ -3.885856702138669, 56.119181657966408 ], [ -3.883053451606826, 56.119522785483262 ], [ -3.881984547184328, 56.118782431976783 ], [ -3.880954737139151, 56.118743306706143 ], [ -3.88040468236265, 56.119338491996011 ], [ -3.88038857900148, 56.120623782650284 ], [ -3.878307075859892, 56.119405464031487 ], [ -3.875670246896021, 56.118804820803696 ], [ -3.873703294007817, 56.119044064691408 ], [ -3.868700370875755, 56.120434575443021 ], [ -3.867196911796588, 56.120215586987115 ], [ -3.86489956021046, 56.117752112068217 ], [ -3.864132455654171, 56.116392385363149 ], [ -3.864235197581341, 56.1156566530465 ], [ -3.865116327097685, 56.114719553956782 ], [ -3.870184824967915, 56.112903135989754 ], [ -3.871674397434735, 56.11207988294349 ], [ -3.872631779627996, 56.111261089735166 ], [ -3.872945740530034, 56.10951387809736 ], [ -3.87258917294991, 56.108364543221221 ], [ -3.871275231385803, 56.107435508958041 ], [ -3.868105360666155, 56.106434809889301 ], [ -3.868087051584737, 56.106156510835916 ], [ -3.865483257238608, 56.105817558429635 ], [ -3.862996134541282, 56.10602855073887 ], [ -3.860113220392874, 56.106869106565455 ], [ -3.859864524742875, 56.10661404762493 ], [ -3.859724599029041, 56.107246994359791 ], [ -3.857542001191397, 56.10804009377204 ], [ -3.854473306247761, 56.110406487431575 ], [ -3.853316256338519, 56.112933731981421 ], [ -3.853689894846065, 56.114683145065882 ], [ -3.855366505306391, 56.117369126055124 ], [ -3.854713427599725, 56.118438420398171 ], [ -3.852874379580459, 56.11869697735915 ], [ -3.850714252082867, 56.118466972886516 ], [ -3.842575449367933, 56.116629683733478 ], [ -3.840005277492581, 56.116331025529647 ], [ -3.838050715322891, 56.115381533094194 ], [ -3.837432213726076, 56.114014044191045 ], [ -3.837774553751136, 56.112322228511069 ], [ -3.840517827806571, 56.108808173550692 ], [ -3.841394680488091, 56.106594360627113 ], [ -3.840581010842548, 56.104506401643896 ], [ -3.838699803016895, 56.10191313806471 ], [ -3.839728743990235, 56.101472757607496 ], [ -3.84132292042679, 56.102095103439595 ], [ -3.84250150031019, 56.102087374955019 ], [ -3.840817537456929, 56.101882476564484 ], [ -3.839690718510739, 56.101383461504923 ], [ -3.838035491468757, 56.101840356940748 ], [ -3.832823740312672, 56.098952375932107 ], [ -3.831360992767435, 56.099196045706378 ], [ -3.82738166743235, 56.098956672221668 ], [ -3.821586889953807, 56.09925439211888 ], [ -3.820161724820584, 56.098354323687154 ], [ -3.821866004560218, 56.096722441493498 ], [ -3.823147767332748, 56.091086208716078 ], [ -3.824002174526178, 56.090560470230479 ], [ -3.826022064644538, 56.090309542653934 ], [ -3.828648704894263, 56.086548541794436 ], [ -3.833335890736289, 56.087505241076173 ], [ -3.835897223433816, 56.084653561380001 ], [ -3.832939520010401, 56.083390915993512 ], [ -3.829499017852469, 56.080957257031692 ], [ -3.823272454678163, 56.078623108625095 ], [ -3.817856988823465, 56.075719557223415 ], [ -3.812807799582029, 56.074850274991341 ], [ -3.807785857312366, 56.072911024428464 ], [ -3.805491552553444, 56.073048854546371 ], [ -3.806799719594506, 56.069760508014625 ], [ -3.804043308650125, 56.069391064557735 ], [ -3.80022840427961, 56.068094349823291 ], [ -3.799748381377609, 56.067549596609297 ], [ -3.800220973033277, 56.067176962321348 ], [ -3.798623573579242, 56.0664741687035 ], [ -3.797915386978063, 56.065409734742687 ], [ -3.799621379076526, 56.062825580026384 ], [ -3.802141520631847, 56.063340552597268 ], [ -3.803540165608226, 56.063228456243131 ], [ -3.804265118753861, 56.062792807052674 ], [ -3.805379582624245, 56.063130563660863 ], [ -3.807970726533692, 56.062758332911038 ], [ -3.808279078762155, 56.062379985309889 ], [ -3.80883248503517, 56.062501275677995 ], [ -3.809354625198868, 56.062229423390797 ], [ -3.811769140990651, 56.062271273584088 ], [ -3.812031958865053, 56.06153952553435 ], [ -3.813091313675985, 56.061113289703542 ], [ -3.814433686212624, 56.061412568962119 ], [ -3.815337777129141, 56.061203369033748 ], [ -3.815608711158507, 56.060611679291675 ], [ -3.81472106584066, 56.059939983568007 ], [ -3.815278402979877, 56.058265726936469 ], [ -3.814149928690065, 56.057970501510745 ], [ -3.812928343562696, 56.057230914411008 ], [ -3.812857229481754, 56.056708058941453 ], [ -3.811370897946425, 56.056348872103698 ], [ -3.810719427581032, 56.055641330077172 ], [ -3.811031635501775, 56.054901669293173 ], [ -3.813801820262153, 56.05346450268231 ], [ -3.814296378381541, 56.052813811795254 ], [ -3.815425498448193, 56.053296838973367 ], [ -3.816194553323695, 56.05319116319702 ], [ -3.817257234804069, 56.053524182137679 ], [ -3.817607768391973, 56.054421242429278 ], [ -3.819453376645081, 56.054600721701391 ], [ -3.820995343852656, 56.054300294021417 ], [ -3.824521473756924, 56.051129045925897 ], [ -3.826794850095296, 56.050984869916945 ], [ -3.830350964200141, 56.051242186143867 ], [ -3.833232020075831, 56.050402317759556 ], [ -3.834599303147118, 56.051906972108569 ], [ -3.836592670810465, 56.051851251033661 ], [ -3.841379416714076, 56.05076982865539 ], [ -3.846827690902648, 56.05060031640911 ], [ -3.847162704521626, 56.050151374310261 ], [ -3.848024512235211, 56.050577899727593 ], [ -3.850281296375786, 56.050391302483185 ], [ -3.851525827993641, 56.050794988567013 ], [ -3.853757023497954, 56.050041671711448 ], [ -3.857766861902592, 56.049948099475053 ], [ -3.860927321650641, 56.050722716898576 ], [ -3.865618384659019, 56.049638195751889 ], [ -3.868236167124059, 56.050046100156102 ], [ -3.86975003578465, 56.049873090651154 ], [ -3.870768169890389, 56.050372575416738 ], [ -3.873477145315046, 56.050440198784955 ], [ -3.873840382294754, 56.049784964204186 ], [ -3.873278043547856, 56.048387131768443 ], [ -3.875252747553267, 56.047686741302577 ], [ -3.876026001094066, 56.047805286738011 ], [ -3.876732501231445, 56.047541122884297 ], [ -3.877110521520033, 56.047753741000335 ], [ -3.877694369728032, 56.04731170951537 ], [ -3.879583957505175, 56.047009744127088 ], [ -3.883377641578696, 56.047429957566223 ], [ -3.884241796342045, 56.047897534642601 ], [ -3.891497604283994, 56.048484734633519 ], [ -3.893064892252987, 56.047930491547511 ], [ -3.893343670202215, 56.047000608388828 ], [ -3.894748142729653, 56.046402112487108 ], [ -3.895051449757548, 56.045809738837868 ], [ -3.896737740200674, 56.045426159238268 ], [ -3.900964923719902, 56.04626961721209 ], [ -3.90527434838456, 56.047767674163133 ], [ -3.914634228084825, 56.049300526335045 ], [ -3.919104436468429, 56.04852202672965 ], [ -3.920014196393026, 56.048347011128548 ], [ -3.920573476484836, 56.049487678325939 ], [ -3.92264929419982, 56.049511956433065 ], [ -3.923787591536245, 56.050056764751972 ], [ -3.92461704298577, 56.049590906203136 ], [ -3.924932540815822, 56.04883291365455 ], [ -3.93023671719699, 56.049903897319069 ], [ -3.934595637744344, 56.049408752645697 ], [ -3.93933867149634, 56.050746060517618 ], [ -3.94277462365824, 56.050960692277599 ], [ -3.942846600872301, 56.049997099640208 ], [ -3.944116256205623, 56.049604154194299 ], [ -3.946388332178061, 56.049698629389219 ], [ -3.9468836335464, 56.049171390234804 ], [ -3.954254361806662, 56.050068522835772 ], [ -3.961275615560898, 56.048186731016578 ], [ -3.973357881245058, 56.048615006020015 ], [ -3.975912559147768, 56.04764129947764 ], [ -3.97914072635649, 56.043643518688931 ], [ -3.978374847055175, 56.040349625001248 ], [ -3.978643308825575, 56.039384647544686 ], [ -3.981579738430077, 56.040047448228172 ], [ -3.988714657176799, 56.038999793725978 ], [ -3.991942571861138, 56.038120031000425 ], [ -3.993122626057952, 56.038714755324285 ], [ -3.99462968543535, 56.038708364628341 ], [ -3.995939851955792, 56.037003066838956 ], [ -3.997818201925787, 56.035982322191479 ], [ -3.999485642873103, 56.035727038016468 ], [ -4.001328925021946, 56.034962028714808 ], [ -4.002856267701382, 56.035009127126862 ], [ -4.004730795856583, 56.033362862640175 ], [ -4.010407682959477, 56.030887174219416 ], [ -4.012682382947546, 56.031265255938152 ], [ -4.014866010712995, 56.029679388892724 ], [ -4.017855507394335, 56.029761713389398 ], [ -4.0190261856411, 56.02845295618765 ], [ -4.020129802539987, 56.028043060153209 ], [ -4.022088173472322, 56.027928284369203 ], [ -4.02686329687601, 56.029164650082684 ], [ -4.031685308834434, 56.029851868903798 ], [ -4.034104251479637, 56.028758743732617 ], [ -4.037970603297179, 56.029369812529573 ], [ -4.042281924204709, 56.029499789498118 ], [ -4.043465631996177, 56.029941201545036 ], [ -4.044222050039915, 56.031043025232073 ], [ -4.04547511678404, 56.031368237951945 ], [ -4.048354376415215, 56.030304939006008 ], [ -4.053481546248793, 56.031257642045013 ], [ -4.054619255130492, 56.030467624151292 ], [ -4.058554432323811, 56.030161149130748 ], [ -4.058379648501497, 56.029440628536321 ], [ -4.059014014530566, 56.029146953367615 ], [ -4.059744455864721, 56.0289999525205 ], [ -4.060214964680272, 56.029516922518503 ], [ -4.062491020619322, 56.029641536710933 ], [ -4.064120931122241, 56.028756023255191 ], [ -4.067384082024591, 56.029002417158708 ], [ -4.068691387721825, 56.028239079002802 ], [ -4.070624682011037, 56.028377380506583 ], [ -4.075047318101485, 56.027799773551727 ], [ -4.077365977696735, 56.027792187672034 ], [ -4.079000483386762, 56.027149041159809 ], [ -4.079714874150604, 56.025959715789327 ], [ -4.081800371646915, 56.025349364408939 ], [ -4.083176883245278, 56.026027092458669 ], [ -4.082782702699046, 56.026604417233315 ], [ -4.081425582211038, 56.026883458350362 ], [ -4.081753230103375, 56.027156520039888 ], [ -4.086511443357741, 56.027152486385667 ], [ -4.093704164822745, 56.027798946990785 ], [ -4.096286616415997, 56.027476478092609 ], [ -4.096690372971111, 56.027375251052938 ], [ -4.097147766345541, 56.024860128435982 ], [ -4.09837911096295, 56.023005851447294 ], [ -4.098617655479244, 56.02148749796801 ], [ -4.099382844743053, 56.020360094838281 ], [ -4.10021006441433, 56.019932608922531 ], [ -4.099615431547951, 56.019767491681726 ], [ -4.099919445921462, 56.01930847513654 ], [ -4.101327425773318, 56.019086774571207 ], [ -4.102039176455582, 56.018454544665886 ], [ -4.10311239163258, 56.018126193801429 ], [ -4.103064913690943, 56.017695631470325 ], [ -4.103596015341762, 56.017430443672112 ], [ -4.10446435800873, 56.017613337231488 ], [ -4.105660879246198, 56.017192989665588 ], [ -4.105906019564968, 56.017422462820768 ], [ -4.107005962079771, 56.017291333370537 ], [ -4.108606366604215, 56.015745180474887 ], [ -4.110240529911964, 56.015555455400474 ], [ -4.111401782706587, 56.014785163710776 ], [ -4.114362013469479, 56.015228713213943 ], [ -4.116604758295983, 56.014287040846689 ], [ -4.120244111611451, 56.01380211783956 ], [ -4.120054344216156, 56.012974087214488 ], [ -4.121577146996478, 56.012512022616178 ], [ -4.122304174151916, 56.01085039981534 ], [ -4.123475651209735, 56.009980957538644 ], [ -4.129125639006713, 56.009020754549461 ], [ -4.129911442975825, 56.008288220865971 ], [ -4.132339771350648, 56.007235203252378 ], [ -4.136407953467161, 56.006252583788608 ], [ -4.138361770815059, 56.006632108920932 ], [ -4.141312105601679, 56.006612348875933 ], [ -4.146214013604396, 56.007219102005791 ], [ -4.150281372914926, 56.007238090276061 ], [ -4.152387295756823, 56.008041625873105 ], [ -4.153426843008381, 56.008850278463171 ], [ -4.153155597716596, 56.00930886205937 ], [ -4.153931559128563, 56.009704216821035 ], [ -4.153995366899182, 56.010129986426499 ], [ -4.154577812880139, 56.010218665451589 ], [ -4.156367180818299, 56.011670241048982 ], [ -4.156152546826418, 56.012136828004245 ], [ -4.156927344391645, 56.012509717320661 ], [ -4.15734453331707, 56.013517953567067 ], [ -4.156747480538997, 56.014175467272608 ], [ -4.157119105640604, 56.015085643793022 ], [ -4.156358742875501, 56.015548297635647 ], [ -4.156755167097172, 56.01647152192286 ], [ -4.15610649040499, 56.016635647701179 ], [ -4.155623799492205, 56.017762974368658 ], [ -4.156062035331156, 56.019148301931388 ], [ -4.156718004289755, 56.019401946488408 ], [ -4.156764298876661, 56.020807607724656 ], [ -4.158107127878174, 56.022586011376767 ], [ -4.156819285263143, 56.025246239657072 ], [ -4.15828602378595, 56.026366421059912 ], [ -4.158693384911751, 56.027338876444446 ], [ -4.159834550546507, 56.028087284255726 ], [ -4.161202455404857, 56.028440772026343 ], [ -4.162734678514895, 56.03029669161166 ], [ -4.16438882553556, 56.029310548783336 ], [ -4.164667489702992, 56.029701087010615 ], [ -4.166848985585376, 56.028961782475491 ], [ -4.168845796915251, 56.029223249743296 ], [ -4.168594971629478, 56.028185163275985 ], [ -4.169866852903996, 56.02725509556597 ], [ -4.169478519847735, 56.026340755486174 ], [ -4.170375713853637, 56.025884600563622 ], [ -4.170843955728419, 56.024505830943241 ], [ -4.172109505895896, 56.023180418514819 ], [ -4.171913693484061, 56.022694072862556 ], [ -4.174086591638981, 56.021240313600543 ], [ -4.173538560966813, 56.020054695375549 ], [ -4.17366400604681, 56.018717903319121 ], [ -4.174531317314811, 56.018019591241739 ], [ -4.176308026351086, 56.017372626173469 ], [ -4.177183773250754, 56.017680699128434 ], [ -4.178139587117774, 56.016845991469125 ], [ -4.179008002390698, 56.017023868250604 ], [ -4.179777226357164, 56.016722683422685 ], [ -4.180640078358705, 56.016801789093797 ], [ -4.181707730720757, 56.015533693860377 ], [ -4.184757212097115, 56.014558512382784 ], [ -4.185961210918932, 56.013719342836318 ], [ -4.187324702272348, 56.013573832381653 ], [ -4.188455561737464, 56.013144848948507 ], [ -4.188687360814812, 56.012704858713235 ], [ -4.189447626040891, 56.012673384384193 ], [ -4.190901777965053, 56.012004970607819 ], [ -4.194587005381667, 56.0117821462458 ], [ -4.195604921197067, 56.011485419845769 ], [ -4.196876038809024, 56.01098645585472 ], [ -4.197946355557872, 56.010059676066582 ], [ -4.206683506431339, 56.016989956383384 ], [ -4.212947775760703, 56.016967544440838 ], [ -4.21609510435685, 56.017571567239614 ], [ -4.218867909854554, 56.018218200383664 ], [ -4.219838957464904, 56.019481393022332 ], [ -4.22254367924589, 56.020335876305865 ], [ -4.24103235886962, 56.016514149596169 ], [ -4.250493278327575, 56.016004783492221 ], [ -4.257006946558799, 56.017233794631395 ], [ -4.259157582874344, 56.019441220599404 ], [ -4.261702806171656, 56.021120111167519 ], [ -4.264406437420012, 56.021663644790692 ], [ -4.266585520624642, 56.022702077462867 ], [ -4.269237210323611, 56.022630832441216 ], [ -4.273025575649486, 56.023059842797224 ], [ -4.272730722485732, 56.02364046528038 ], [ -4.273308552536213, 56.024461137386339 ], [ -4.273206794973697, 56.025869525120889 ], [ -4.275157563435324, 56.027792774540032 ], [ -4.275276110439733, 56.028716278471698 ], [ -4.281430055402581, 56.028422820874859 ], [ -4.290959514295083, 56.026996890638557 ], [ -4.29633698988566, 56.02566109628453 ], [ -4.297600148506982, 56.023961422802664 ], [ -4.296304511681213, 56.022817204954009 ], [ -4.29629098574776, 56.020157200332022 ], [ -4.299159217241201, 56.018063612767193 ], [ -4.299551673942777, 56.017377746913006 ], [ -4.299033765026345, 56.016627973964695 ], [ -4.295613382773698, 56.014148290145947 ], [ -4.294055554531358, 56.011822601915362 ], [ -4.294102660804201, 56.008694123340256 ], [ -4.288062748268885, 56.003944225968496 ], [ -4.283038176876071, 55.999116823053257 ], [ -4.276480144242012, 55.996959837290795 ], [ -4.275784759902323, 55.99522464279422 ], [ -4.275041839791797, 55.993225195639567 ], [ -4.275515818123036, 55.983255769963442 ], [ -4.274283873528876, 55.976882214808469 ], [ -4.278943406755007, 55.977127753110096 ], [ -4.280560844513978, 55.975278781988706 ], [ -4.272666497966146, 55.965350718321488 ], [ -4.281686084920666, 55.967061457410438 ], [ -4.288651580993037, 55.966837884048708 ], [ -4.290344277010524, 55.964487674682424 ], [ -4.292798990677367, 55.964269453550109 ], [ -4.293645140390482, 55.962836386135258 ], [ -4.287869860359428, 55.960898248679854 ], [ -4.285975052802389, 55.958979564387882 ], [ -4.286415884355437, 55.957788639753332 ], [ -4.295145975604811, 55.958606811007371 ], [ -4.301218103222916, 55.957340432272488 ], [ -4.303718653953843, 55.957228082338709 ], [ -4.303758238580773, 55.957651549620913 ], [ -4.305473061039667, 55.957607781830802 ], [ -4.309048829440879, 55.958090835413259 ], [ -4.31265205368747, 55.959032530220341 ], [ -4.313599807059363, 55.959530613504811 ], [ -4.313438173183012, 55.959748449796159 ], [ -4.31450191634265, 55.960015167395255 ], [ -4.314819113325959, 55.960551151573256 ], [ -4.315624740598581, 55.959312814272877 ], [ -4.319425667367604, 55.959992656022045 ], [ -4.320311439892933, 55.958436417626913 ], [ -4.327754578566911, 55.958751650979487 ], [ -4.330950507189691, 55.95824004090543 ], [ -4.332646783979086, 55.959086009734222 ], [ -4.335225590359228, 55.959420914334032 ], [ -4.336560312169458, 55.960565778931489 ], [ -4.338186352766324, 55.960774891325229 ], [ -4.3392308258215, 55.961568432282732 ], [ -4.341137066492023, 55.962171231392006 ], [ -4.341907196961163, 55.963010408047808 ], [ -4.342981108518338, 55.962671827935019 ], [ -4.345490659400635, 55.965245735653099 ], [ -4.346616615799986, 55.965475044723306 ], [ -4.34645202708692, 55.966197183153227 ], [ -4.347565653341979, 55.966672078636513 ], [ -4.348983192499006, 55.969014173942668 ], [ -4.351479848970911, 55.971546868909599 ], [ -4.353368369824012, 55.971582708709519 ], [ -4.355551089856135, 55.972925077874812 ], [ -4.357637617946263, 55.973158388269937 ], [ -4.358055585872537, 55.973810974724543 ], [ -4.359426372281596, 55.973923139014367 ], [ -4.362154582406637, 55.975583891598944 ], [ -4.362948334896564, 55.975563278205321 ], [ -4.363033733840687, 55.97601731004287 ], [ -4.363808818190874, 55.976032100763405 ], [ -4.364092418355979, 55.976608155134116 ], [ -4.363185929038617, 55.977723826305848 ], [ -4.3653671278458, 55.979449825953026 ], [ -4.365579120022644, 55.980138697673311 ], [ -4.366382608199672, 55.98043333995377 ], [ -4.372220579405925, 55.98063744255419 ], [ -4.375356955237574, 55.981068639250125 ], [ -4.380514078514731, 55.979373810212898 ], [ -4.381374250202375, 55.979806568503363 ], [ -4.383705267234544, 55.979914282907657 ], [ -4.387876069051232, 55.979051598411949 ], [ -4.387969050576388, 55.978739723250492 ], [ -4.389636982648375, 55.979012964385106 ], [ -4.390853437451435, 55.978593909451433 ], [ -4.391687129930538, 55.978726024850673 ], [ -4.392857498800013, 55.978469621868307 ], [ -4.398223589966306, 55.976594721013967 ], [ -4.399000997494513, 55.975559487052429 ], [ -4.398167218628972, 55.973095126433407 ], [ -4.39883895366884, 55.972942739961091 ], [ -4.399476374167945, 55.971977634708075 ], [ -4.40205269276433, 55.971834856216759 ], [ -4.406424198665921, 55.971720783184068 ], [ -4.407907197198138, 55.972244548810401 ], [ -4.41403779838104, 55.971347135876364 ], [ -4.417832321702828, 55.974238665593404 ], [ -4.430354377064615, 55.979029902722488 ], [ -4.4276686517305, 55.981320794191298 ], [ -4.428378652233884, 55.981522508120328 ], [ -4.428682403170138, 55.982275983666391 ], [ -4.429817422114933, 55.982352470729708 ], [ -4.430457297125869, 55.982968991247297 ], [ -4.430672403713156, 55.982564794146406 ], [ -4.433196825616967, 55.983831670821594 ], [ -4.433772272439242, 55.984314631120625 ], [ -4.433393935417752, 55.985692732380464 ], [ -4.434435843590903, 55.986454084410582 ], [ -4.435016935057686, 55.987790762305622 ], [ -4.436310075790586, 55.988466244754513 ], [ -4.437285995401738, 55.988559292174237 ], [ -4.43785628956287, 55.989213103304664 ], [ -4.438889231784774, 55.989574642282832 ], [ -4.438662309234854, 55.99017232405712 ], [ -4.439150982305696, 55.99105693212281 ], [ -4.440222720477279, 55.991651373798426 ], [ -4.43963262592493, 55.992211309680009 ], [ -4.440329787379149, 55.992332321768238 ], [ -4.440820959064256, 55.993001168433715 ], [ -4.441961046726784, 55.993279670925091 ], [ -4.44196129194419, 55.993791967341913 ], [ -4.442959581862818, 55.994491200726777 ], [ -4.442535552444392, 55.99476025040056 ], [ -4.442847852056182, 55.995261867556195 ], [ -4.444543859043193, 55.996850524397374 ], [ -4.444090038968642, 55.997663928514299 ], [ -4.445444750720531, 55.997529201286731 ], [ -4.445335915917454, 55.999360366820611 ], [ -4.444007929107359, 55.999665329194997 ], [ -4.445335512472194, 56.000623152631071 ], [ -4.445062840567458, 56.001257704364342 ], [ -4.445584751759801, 56.001521475161155 ], [ -4.446041778573415, 56.002788664746724 ], [ -4.448708862874343, 56.004506289500796 ], [ -4.469720621066013, 56.00196591860599 ], [ -4.470808259032072, 56.002294642855411 ], [ -4.473038859140881, 56.004946246285385 ], [ -4.472894194268786, 56.006497747753443 ], [ -4.47586709673698, 56.008308428104911 ], [ -4.477031289384166, 56.009829143227883 ], [ -4.479225486297532, 56.01089772010468 ], [ -4.48054270985295, 56.011248707084505 ], [ -4.481916565016403, 56.011206670930505 ], [ -4.482410441802395, 56.011527477335036 ], [ -4.482654604190285, 56.012282030802091 ], [ -4.481938474849545, 56.012448346602504 ], [ -4.48190736373081, 56.013338767161628 ], [ -4.481194437523802, 56.013705442184659 ], [ -4.481364700835845, 56.014733816180573 ], [ -4.48063004790048, 56.015237539652453 ], [ -4.480519750164565, 56.016119666083604 ], [ -4.480981370404855, 56.016512131374618 ], [ -4.478977634132282, 56.01924698735786 ], [ -4.479140728670489, 56.019988796507079 ], [ -4.480707072551248, 56.020315900140218 ], [ -4.480369322215909, 56.021429993966706 ], [ -4.481395376893078, 56.022464514009982 ], [ -4.483297627221105, 56.022922337845003 ], [ -4.48551492350632, 56.022688011050079 ], [ -4.48733270787699, 56.023702923482283 ], [ -4.488822625693563, 56.024808914873631 ], [ -4.487850642349665, 56.025791128673603 ], [ -4.488180085028366, 56.027244102078718 ], [ -4.489060437691154, 56.028054110063053 ], [ -4.488068793840936, 56.028332975217644 ], [ -4.488543795248706, 56.028705370750501 ], [ -4.488267435128574, 56.029474014201 ], [ -4.487706699192064, 56.029565321173891 ], [ -4.49178927754598, 56.031269657467789 ], [ -4.490024928801689, 56.032935692289392 ], [ -4.492161256927875, 56.033752664789894 ], [ -4.488602100024476, 56.035844112931471 ], [ -4.487218525281606, 56.03906629496295 ], [ -4.488542602521898, 56.039756807239804 ], [ -4.488317387969353, 56.040847078747738 ], [ -4.498912369452953, 56.047667597824187 ], [ -4.486820162850966, 56.050488827930593 ], [ -4.485382815560663, 56.050189748211849 ], [ -4.48320598148332, 56.050403466604052 ], [ -4.483251969225247, 56.050744076206279 ], [ -4.481905156633566, 56.050728944418474 ], [ -4.481444102715797, 56.051326920971484 ], [ -4.480516426856719, 56.051461524725354 ], [ -4.48054629818879, 56.051951656156298 ], [ -4.479585072592185, 56.052489579402831 ], [ -4.479516479927102, 56.053497588162102 ], [ -4.478859073776842, 56.053589895164151 ], [ -4.478221653985316, 56.05416893368524 ], [ -4.477976034383185, 56.05512207736755 ], [ -4.474617649110711, 56.056227589810362 ], [ -4.475284435926187, 56.056932331271788 ], [ -4.474950375526865, 56.057434259899274 ], [ -4.475869151480131, 56.058260669102076 ], [ -4.4772423567049, 56.057932007419332 ], [ -4.477890818897556, 56.058099635757728 ], [ -4.477474628155997, 56.058798255569158 ], [ -4.475923203858329, 56.059529553075251 ], [ -4.475495322820042, 56.061224242427656 ], [ -4.476170259473681, 56.061428198709066 ], [ -4.47797823862492, 56.061239099408709 ], [ -4.47853176786228, 56.059676691839549 ], [ -4.479478870582905, 56.059166026619266 ], [ -4.482534511935399, 56.059321169392533 ], [ -4.483833218881918, 56.060631504941007 ], [ -4.48483703861112, 56.061077752274905 ], [ -4.487191645607272, 56.060297792624738 ], [ -4.488171485994038, 56.060271739520708 ], [ -4.487995841796039, 56.061559635978213 ], [ -4.48613688036295, 56.064075046385007 ], [ -4.488252044645878, 56.064114186647444 ], [ -4.489177765580608, 56.06227548466439 ], [ -4.490069891382776, 56.061934817135885 ], [ -4.491291761665889, 56.061924525447139 ], [ -4.491705785579464, 56.063435997165335 ], [ -4.496000114516717, 56.063933383529346 ], [ -4.500377891919916, 56.065072456884621 ], [ -4.501930499745147, 56.065825611544177 ], [ -4.503415012545923, 56.067187705183457 ], [ -4.504878501177646, 56.067580423770941 ], [ -4.505299392490716, 56.066564342483623 ], [ -4.503593267038489, 56.064832875964306 ], [ -4.504830951788978, 56.063034453185359 ], [ -4.504729453114437, 56.062410962053768 ], [ -4.50389528829899, 56.061983899606403 ], [ -4.500378885881027, 56.061565394511341 ], [ -4.499718114782884, 56.061135688276885 ], [ -4.501229870808221, 56.059227488121451 ], [ -4.50428937663753, 56.058548843256318 ], [ -4.506322955593792, 56.058597415870203 ], [ -4.506900148122639, 56.060485712818341 ], [ -4.510243955002024, 56.061165495184639 ], [ -4.513163534191006, 56.065099341246771 ], [ -4.514777974769327, 56.06627979715644 ], [ -4.517080975607234, 56.06717654948676 ], [ -4.523776758836724, 56.0711912337214 ], [ -4.527312855382831, 56.071721028471977 ], [ -4.530199576518063, 56.073006441499885 ], [ -4.532366255575036, 56.073430253120456 ], [ -4.55345880266339, 56.071354281047476 ], [ -4.557242335583751, 56.07122198033688 ], [ -4.560778948246653, 56.071485665196342 ], [ -4.567444265882289, 56.073850274448148 ], [ -4.572208165206994, 56.074559956090091 ], [ -4.574972876988897, 56.074448352597528 ], [ -4.583110965820938, 56.072983947081291 ], [ -4.587386076616864, 56.073231406951869 ], [ -4.589613093738495, 56.073849792231151 ], [ -4.592695012294598, 56.075542669836459 ], [ -4.594537250978973, 56.077772969852944 ], [ -4.596815418007124, 56.082488699843147 ], [ -4.59820439244834, 56.084233696958528 ], [ -4.603970954109739, 56.087290304480675 ], [ -4.605010652491171, 56.088045824944395 ], [ -4.605325406223658, 56.088897538554647 ], [ -4.604412666730727, 56.090498704100675 ], [ -4.590875727291993, 56.104139854732026 ], [ -4.589133989476029, 56.107851595375216 ], [ -4.590439940371897, 56.110889097434004 ], [ -4.594165636796936, 56.113831714963922 ], [ -4.596571797508093, 56.114684416522493 ], [ -4.599753433535009, 56.115345476074772 ], [ -4.605002261138698, 56.11600329278221 ], [ -4.621979442799878, 56.11713136635197 ], [ -4.63275556240753, 56.118497385344583 ], [ -4.637486701539676, 56.120508593197535 ], [ -4.641166276706977, 56.123485879377746 ], [ -4.642030211749083, 56.125876206673716 ], [ -4.642080148374029, 56.13117812149877 ], [ -4.642795984430326, 56.1335176842355 ], [ -4.644436712848139, 56.135846425847369 ], [ -4.650014618171793, 56.141699439123215 ], [ -4.651302161680111, 56.143914335627805 ], [ -4.65177240772212, 56.14641641641893 ], [ -4.650879154302785, 56.150394856625233 ], [ -4.65502686776712, 56.153680792858438 ], [ -4.657320060592379, 56.157037969835073 ], [ -4.657554468264395, 56.158799091117395 ], [ -4.655283337328238, 56.163112794125077 ], [ -4.655606797905325, 56.164997836157674 ], [ -4.672771862050241, 56.174865105927744 ], [ -4.675745115064065, 56.177070250390848 ], [ -4.687685184196915, 56.187781132482364 ], [ -4.688891993380137, 56.189363758348982 ], [ -4.690537264779707, 56.193062529026392 ], [ -4.695383409532744, 56.199177635114879 ], [ -4.695767718221891, 56.201276080606462 ], [ -4.694961183252077, 56.20359194606197 ], [ -4.690380824300115, 56.208274798930809 ], [ -4.686440808229008, 56.211590836005193 ], [ -4.685666414229254, 56.212740169208054 ], [ -4.685042305150299, 56.215346803195366 ], [ -4.685548734712473, 56.219103624198006 ], [ -4.691814062507333, 56.234393685668024 ], [ -4.697094120891564, 56.242237615924807 ], [ -4.698591572104709, 56.245166535883939 ], [ -4.701432281252275, 56.25466788748782 ], [ -4.701163332953975, 56.256579244450414 ], [ -4.698273953474822, 56.25946008696242 ], [ -4.697468752504656, 56.261441551987176 ], [ -4.69779019373466, 56.270593420932784 ], [ -4.697141036848874, 56.274449986797357 ], [ -4.693806226125372, 56.277681955155792 ], [ -4.693838361701451, 56.278598039651079 ], [ -4.692915016106166, 56.278793407709252 ], [ -4.690195186410667, 56.278830105948671 ], [ -4.687570268548613, 56.278262482489389 ], [ -4.68418665412359, 56.278394358623146 ], [ -4.683068368732206, 56.277191745854658 ], [ -4.68078052864786, 56.276935745887975 ], [ -4.679652055207282, 56.277086024901031 ], [ -4.67703567432055, 56.279178453923599 ], [ -4.67522909799921, 56.2795680623137 ], [ -4.673501129015809, 56.281083941859059 ], [ -4.672675277620463, 56.281173687917814 ], [ -4.672096974126435, 56.28168501328522 ], [ -4.670401487484168, 56.281353109065989 ], [ -4.667086537753264, 56.279343886772523 ], [ -4.664413519024585, 56.280866521305633 ], [ -4.660955686004738, 56.280864536484678 ], [ -4.660321305145441, 56.281152311419838 ], [ -4.661615000007808, 56.283375979185671 ], [ -4.660879493427828, 56.28383670332861 ], [ -4.660681779362774, 56.285409357349906 ], [ -4.661990572878506, 56.286918152877298 ], [ -4.662691450883253, 56.286655903635996 ], [ -4.663067977733257, 56.286957886247819 ], [ -4.66333358110589, 56.287639750584994 ], [ -4.665448295180394, 56.287490855030029 ], [ -4.66666048128111, 56.288305115364757 ], [ -4.668141273991855, 56.288219267447808 ], [ -4.670053191447115, 56.289332986021847 ], [ -4.671639542402088, 56.288790924664035 ], [ -4.672475977117747, 56.288966105268123 ], [ -4.67458100366915, 56.288677949040725 ], [ -4.675712159017091, 56.289138848017188 ], [ -4.678594738308539, 56.289107942531281 ], [ -4.680122204552011, 56.290957860933368 ], [ -4.680105914719354, 56.292571564385149 ], [ -4.67953067096189, 56.293473835609618 ], [ -4.680282032732755, 56.294163124352657 ], [ -4.680626997514111, 56.296088077556256 ], [ -4.682124349022565, 56.297848746154379 ], [ -4.681757854799207, 56.298616176265121 ], [ -4.680544475861911, 56.299294094245539 ], [ -4.68078700505538, 56.299756218087396 ], [ -4.67863759183857, 56.300342037849184 ], [ -4.678429371720808, 56.299676937328151 ], [ -4.677626716558447, 56.299757221546834 ], [ -4.676112908942093, 56.300648318121929 ], [ -4.675026897118251, 56.300838073737978 ], [ -4.673925566834759, 56.302196590272622 ], [ -4.672579970024126, 56.302373955609994 ], [ -4.671463419935222, 56.302011577169431 ], [ -4.670674630293882, 56.302522939597758 ], [ -4.671871497593679, 56.304150897878124 ], [ -4.673171019764185, 56.304585719648294 ], [ -4.676410801030083, 56.306870561776968 ], [ -4.676419867347587, 56.307346729625941 ], [ -4.677402189507903, 56.308098453033836 ], [ -4.677033590673577, 56.309184985262036 ], [ -4.676092879954378, 56.310068174162808 ], [ -4.676993061807831, 56.310916051051329 ], [ -4.676718279197099, 56.312881375852605 ], [ -4.672580206859835, 56.314062826072195 ], [ -4.671643356900584, 56.314078554883523 ], [ -4.670759621970971, 56.315086301707311 ], [ -4.6710659334685, 56.316230153300744 ], [ -4.668884856457104, 56.317072629698721 ], [ -4.667756838740005, 56.319101258658783 ], [ -4.664620987500489, 56.31773521544693 ], [ -4.662737484292452, 56.315654586171839 ], [ -4.660797807007988, 56.315552485565661 ], [ -4.658985046856617, 56.316810200125197 ], [ -4.65730383730931, 56.317402652261961 ], [ -4.657799360827685, 56.318016676166309 ], [ -4.657923829234765, 56.319807096405761 ], [ -4.658810662665245, 56.320232956170827 ], [ -4.659052838736585, 56.320924319714116 ], [ -4.658484490925229, 56.321938679782555 ], [ -4.65970028748804, 56.322326011652322 ], [ -4.660898213156353, 56.322223873397235 ], [ -4.662021610059794, 56.322909770718425 ], [ -4.660957964670868, 56.323314623441824 ], [ -4.660800694694825, 56.323843797718446 ], [ -4.66230929129818, 56.323788896841393 ], [ -4.662904652008677, 56.324324357378494 ], [ -4.6673386833485, 56.326089415580398 ], [ -4.668843456238352, 56.32574690382306 ], [ -4.672092234167887, 56.326171169049239 ], [ -4.674455225702719, 56.325841521353944 ], [ -4.677250426601621, 56.32648666640344 ], [ -4.679128204775372, 56.325812394978541 ], [ -4.682556299497389, 56.325562901039305 ], [ -4.683977000150899, 56.325177084907892 ], [ -4.684394545134125, 56.324327654463097 ], [ -4.686188111347021, 56.323839352938684 ], [ -4.688577765964902, 56.323432455641246 ], [ -4.690387253480339, 56.323631329744629 ], [ -4.691948979349029, 56.322608699807567 ], [ -4.692705840843018, 56.322560782426237 ], [ -4.693345167860389, 56.322910890648124 ], [ -4.695716951656514, 56.322481772500225 ], [ -4.697778502241822, 56.323272754411384 ], [ -4.698429771996948, 56.324134895146749 ], [ -4.699609444918751, 56.324347360966172 ], [ -4.70209032097917, 56.326490818491997 ], [ -4.703723614576477, 56.326711321417406 ], [ -4.704713982981086, 56.325961657588131 ], [ -4.706986255711345, 56.326981576361383 ], [ -4.709016248154319, 56.328689849129987 ], [ -4.711086438852497, 56.328909684546311 ], [ -4.712274545168449, 56.328667949692182 ], [ -4.715919886763871, 56.329994675788114 ], [ -4.719244873098831, 56.329544196798466 ], [ -4.717215760763295, 56.325580055550262 ], [ -4.716354838714084, 56.325302340315744 ], [ -4.716977898982522, 56.324282002210637 ], [ -4.717095754213655, 56.322185189542019 ], [ -4.717666627105487, 56.322024355517385 ], [ -4.719306963812032, 56.322572562779897 ], [ -4.720900348144219, 56.322119606825673 ], [ -4.721865627757046, 56.321478208469102 ], [ -4.722758611027723, 56.322433782329107 ], [ -4.722257847471073, 56.32301104556452 ], [ -4.720722566585364, 56.323485212077756 ], [ -4.721010729682869, 56.324238373967425 ], [ -4.720351684754024, 56.326342590649404 ], [ -4.720964322193444, 56.327335795577142 ], [ -4.722795078146163, 56.328055042733631 ], [ -4.724117015764284, 56.327990011898635 ], [ -4.724984858768857, 56.328703445573311 ], [ -4.728548736130374, 56.329222667067171 ], [ -4.730688892153018, 56.330532691776405 ], [ -4.73302593243703, 56.331200178036426 ], [ -4.734909702658994, 56.331297899009691 ], [ -4.736056428385431, 56.33172197139919 ], [ -4.739913531054992, 56.331924299625989 ], [ -4.743583704221412, 56.331663265885453 ], [ -4.744172493789655, 56.330850271209393 ], [ -4.747708985795273, 56.328506819277663 ], [ -4.748515708779678, 56.32746426059802 ], [ -4.752979000137035, 56.325082094649439 ], [ -4.760771637852279, 56.324683861890328 ], [ -4.76240487477521, 56.325011453457634 ], [ -4.765118373553348, 56.324618313215971 ], [ -4.766978309160541, 56.324725063654647 ], [ -4.767431215660641, 56.324054304777938 ], [ -4.770037395042205, 56.324413972782445 ], [ -4.770494749458362, 56.324363291619207 ], [ -4.770661500551598, 56.323874194395955 ], [ -4.771337638774364, 56.324052307990016 ], [ -4.77451429744748, 56.323356472198334 ], [ -4.779134012323501, 56.323977306816488 ], [ -4.781156406267455, 56.323982224931356 ], [ -4.783741567188572, 56.323562793427435 ], [ -4.785916574729678, 56.323841940026192 ], [ -4.788902150450227, 56.32622852478935 ], [ -4.789992092512489, 56.328860010490658 ], [ -4.792836611025843, 56.333137229619958 ], [ -4.791412823920469, 56.333470444852367 ], [ -4.790789845753427, 56.334023785999378 ], [ -4.788459955413737, 56.334912189483106 ], [ -4.786372088947549, 56.33523782804459 ], [ -4.785638994315469, 56.335613854169864 ], [ -4.784724162480127, 56.336937732194983 ], [ -4.780606628901582, 56.338059420765333 ], [ -4.778750658609532, 56.339017886273275 ], [ -4.78044170510181, 56.33957315211984 ], [ -4.783020683332214, 56.342319556305831 ], [ -4.783550359767448, 56.343480620043429 ], [ -4.783190029197526, 56.34386622605453 ], [ -4.787131309426227, 56.344424739779846 ], [ -4.795019756151276, 56.347828783393695 ], [ -4.799969394007374, 56.352417859881974 ], [ -4.801266314935823, 56.35564229969188 ], [ -4.807724056924758, 56.355284850507935 ], [ -4.809748589219752, 56.356065865428043 ], [ -4.810208224878738, 56.355821740929606 ], [ -4.81388025291002, 56.358744970588134 ], [ -4.818781446059003, 56.360215478249721 ], [ -4.819227336819357, 56.361319885942649 ], [ -4.820940385242776, 56.361384250602363 ], [ -4.822526691662729, 56.36247165871238 ], [ -4.822184982682531, 56.362668200178057 ], [ -4.826866316043376, 56.364219807588732 ], [ -4.831737768526184, 56.366800560661659 ], [ -4.833890261203759, 56.366890656717686 ], [ -4.834765081802269, 56.366567731510465 ], [ -4.836483710442706, 56.367357120322907 ], [ -4.839845377271185, 56.368026137438363 ], [ -4.845012779855381, 56.368258116217334 ], [ -4.848585856790835, 56.368935526012926 ], [ -4.850167675282817, 56.368755326755092 ], [ -4.852569401870493, 56.369360695077496 ], [ -4.853226589750125, 56.36926915834227 ], [ -4.85437554979642, 56.370685335385012 ], [ -4.845314101379271, 56.375230702483897 ], [ -4.839158009886305, 56.376526942218014 ], [ -4.836669958702048, 56.376615393603402 ], [ -4.834237389372034, 56.378104712724429 ], [ -4.833560308392225, 56.378803316355835 ], [ -4.8340779784936, 56.379447627462341 ], [ -4.833257194161109, 56.381156213674025 ], [ -4.834603830466975, 56.382599506178771 ], [ -4.83590182071686, 56.387090957549105 ], [ -4.835164876117922, 56.390145890214157 ], [ -4.832151383777292, 56.390808032254093 ], [ -4.828119338756022, 56.392486561315856 ], [ -4.821231097163192, 56.394445729656795 ], [ -4.812653457485845, 56.398119175062448 ], [ -4.814285696857652, 56.398603441992371 ], [ -4.816153322897677, 56.399859827447891 ], [ -4.817321083513789, 56.402062386318811 ], [ -4.81738112108764, 56.402874462771145 ], [ -4.81674926658525, 56.403756194865409 ], [ -4.817290891127099, 56.404723609194924 ], [ -4.815631471136107, 56.40497254175407 ], [ -4.815400378049794, 56.405355299440963 ], [ -4.816394091244149, 56.406078752016043 ], [ -4.813217020516638, 56.406851988052004 ], [ -4.811993408206638, 56.407625780864727 ], [ -4.811800672680721, 56.408528980937511 ], [ -4.814153775080051, 56.408340755373452 ], [ -4.814872269957067, 56.41049511179682 ], [ -4.814496108539614, 56.414072000890634 ], [ -4.813167416778123, 56.416389676563448 ], [ -4.81167646742847, 56.41760995280179 ], [ -4.808225178083603, 56.417427521934648 ], [ -4.803803092051664, 56.416282742880419 ], [ -4.79861900331779, 56.416790872097593 ], [ -4.796730147724753, 56.420990551014071 ], [ -4.795186323826378, 56.422715151799402 ], [ -4.78960341450674, 56.423991384196015 ], [ -4.791422782647409, 56.425689651412654 ], [ -4.789938046409381, 56.42734094456091 ], [ -4.7839281379787, 56.427336714249542 ], [ -4.781617951637572, 56.427020048530899 ], [ -4.779853785208678, 56.428183134189041 ], [ -4.774674410745745, 56.429449628922349 ], [ -4.773276882296929, 56.430083099642438 ], [ -4.771223849243281, 56.430403138953693 ], [ -4.769101271219537, 56.431551604419631 ], [ -4.766043761572048, 56.432114192892357 ], [ -4.764586731246476, 56.432043323007065 ], [ -4.766600457439897, 56.433858950025765 ], [ -4.766892607577145, 56.435088297326878 ], [ -4.768499218664835, 56.435987203104055 ], [ -4.768090660669206, 56.436504152281053 ], [ -4.761689918600253, 56.435716596435263 ], [ -4.757886949962747, 56.436632630518467 ], [ -4.755437136217094, 56.436520809751997 ], [ -4.752905458798463, 56.437071381321523 ], [ -4.74681366813202, 56.435503228381535 ], [ -4.743837854040259, 56.435407323756237 ], [ -4.743079211495645, 56.435010657565805 ], [ -4.74006272049436, 56.434461666868351 ], [ -4.739912172827278, 56.434060531725152 ], [ -4.73593491510797, 56.433797813589194 ], [ -4.733404455144521, 56.43425358471557 ], [ -4.732124533511494, 56.435859187160453 ], [ -4.730655140693741, 56.43640836223944 ], [ -4.727547971229052, 56.440139350497972 ], [ -4.726352001159762, 56.440793908713822 ], [ -4.723055297162851, 56.446399336374093 ], [ -4.724091780281707, 56.449769536123867 ], [ -4.728991449996248, 56.453140180528706 ], [ -4.733340254242145, 56.454931905389053 ], [ -4.731209641725136, 56.456115816255839 ], [ -4.730381494238552, 56.45611157753131 ], [ -4.729695141450297, 56.457178276785278 ], [ -4.727820623548205, 56.457862151985466 ], [ -4.726420392692566, 56.459501781428521 ], [ -4.724693063013828, 56.459863299377858 ], [ -4.720832489420228, 56.458658261661753 ], [ -4.716193053430649, 56.459272244988775 ], [ -4.711885533376533, 56.460445036670343 ], [ -4.704886239012901, 56.461779755570966 ], [ -4.702945865873613, 56.463030919350437 ], [ -4.701972143141374, 56.465092381895914 ], [ -4.700490843566202, 56.466409901751533 ], [ -4.700087953843, 56.467366892286798 ], [ -4.695838885105493, 56.465490947726963 ], [ -4.69557057325061, 56.464912565958024 ], [ -4.693737479042762, 56.46516359540189 ], [ -4.691481713448402, 56.463113887233987 ], [ -4.689246401762436, 56.462268070047173 ], [ -4.68648803149024, 56.463208641919174 ], [ -4.684404042386145, 56.462665048450226 ], [ -4.675415450683965, 56.461358250456811 ], [ -4.666514137120738, 56.461518436496362 ], [ -4.665545632266665, 56.460092215198976 ], [ -4.664042261740756, 56.463890390371532 ], [ -4.66092435408375, 56.469215148658563 ], [ -4.65919347904106, 56.469656706706076 ], [ -4.65851048072055, 56.470686959885192 ], [ -4.655362726530027, 56.473046240781777 ], [ -4.651839880742192, 56.47364286891284 ], [ -4.649116673859741, 56.473714519676477 ], [ -4.646230304987052, 56.473308747139114 ], [ -4.643699199450988, 56.473457071578473 ], [ -4.639080528873023, 56.476049477183942 ], [ -4.638038754762772, 56.474611128349132 ], [ -4.636396046253302, 56.474106779614488 ], [ -4.633988619884018, 56.47276032083397 ], [ -4.63274755151576, 56.472777672031128 ], [ -4.63171212813807, 56.473419787061829 ], [ -4.630007277892989, 56.473658156514752 ], [ -4.628485933542658, 56.474319529583042 ], [ -4.624306851422893, 56.477414355373 ], [ -4.623733313223987, 56.477457940114661 ], [ -4.621589279746629, 56.479808585323489 ], [ -4.620342328043688, 56.480450574937372 ], [ -4.621727918651195, 56.481935728156749 ], [ -4.624101575161083, 56.482438300147606 ], [ -4.625654425314123, 56.483519924482366 ], [ -4.625900356881249, 56.484728054105673 ], [ -4.62516160892451, 56.486496274332978 ], [ -4.622478581429534, 56.48786968634856 ], [ -4.620786459338194, 56.488067206938389 ], [ -4.618248211256032, 56.487891595135643 ], [ -4.616149684417409, 56.489382854632993 ], [ -4.6146104177289, 56.489442253476902 ], [ -4.614076439131251, 56.490181497822967 ], [ -4.608730436266609, 56.493241909176987 ], [ -4.607963402322658, 56.494138811879729 ], [ -4.603890347269744, 56.495280364560202 ], [ -4.600730628236447, 56.497566537561667 ], [ -4.595714308153487, 56.497968125326814 ], [ -4.593172025179799, 56.498573995029687 ], [ -4.591691730041038, 56.498312815013726 ], [ -4.588121407150438, 56.498975989746157 ], [ -4.587254759639403, 56.4994928636225 ], [ -4.584558154096436, 56.499625431747738 ], [ -4.583799406627973, 56.500773654020215 ], [ -4.582512468669101, 56.500369033158066 ], [ -4.57819192180175, 56.504826765704273 ], [ -4.577276815871618, 56.505232229049675 ], [ -4.573822239334943, 56.505578016385797 ], [ -4.570539360785451, 56.503659802009423 ], [ -4.569130525764034, 56.503374404135243 ], [ -4.562207738097698, 56.504222992499223 ], [ -4.561186788406403, 56.505470846261765 ], [ -4.559729590275816, 56.505914322442699 ], [ -4.558944808421312, 56.506568609162663 ], [ -4.557574489031667, 56.504925182956647 ], [ -4.555915265518297, 56.504420107901382 ], [ -4.553159834192032, 56.505496879113451 ], [ -4.552280668755503, 56.505353182841638 ], [ -4.541939717688907, 56.506014714944911 ], [ -4.539400233276296, 56.506439661056866 ], [ -4.538716685892929, 56.507033326945383 ], [ -4.532117374389139, 56.504831381853158 ], [ -4.529908818140401, 56.505101091952383 ], [ -4.528514612786973, 56.504909305064643 ], [ -4.527515874641903, 56.505653124439448 ], [ -4.528479560989565, 56.506213185953683 ], [ -4.528544675286844, 56.507312811080567 ], [ -4.528015484274413, 56.507786436464151 ], [ -4.530632330015257, 56.509615976656647 ], [ -4.530942350692809, 56.511218394617323 ], [ -4.530152953083032, 56.512178156009313 ], [ -4.532894658994145, 56.514045550835469 ], [ -4.531184615221684, 56.515338652726975 ], [ -4.530153582257388, 56.517673909022278 ], [ -4.528807528360321, 56.518577595350884 ], [ -4.522004469749152, 56.519079940411565 ], [ -4.519489135477416, 56.520007265101711 ], [ -4.516870707392524, 56.520240110379575 ], [ -4.516002430492565, 56.520999158736288 ], [ -4.511274358134442, 56.521908214742595 ], [ -4.507428391869843, 56.52337446608243 ], [ -4.506705286321083, 56.52264312023155 ], [ -4.508099292030545, 56.522331873992805 ], [ -4.507623279605064, 56.522017944932927 ], [ -4.507321777471215, 56.520284993596427 ], [ -4.506325332119132, 56.519968086125566 ], [ -4.504790322333259, 56.518511663782427 ], [ -4.503119021545267, 56.519300296204634 ], [ -4.502217135094123, 56.519183663879048 ], [ -4.501290042445718, 56.518191273979063 ], [ -4.50145584953829, 56.517500407701647 ], [ -4.500311496357452, 56.517280799060423 ], [ -4.4990539036863, 56.516452324989523 ], [ -4.498329067119262, 56.516430961774105 ], [ -4.497692172418372, 56.515769729732774 ], [ -4.497119671970816, 56.516086811213611 ], [ -4.496179506391456, 56.515139584308983 ], [ -4.496388342769571, 56.514483809434942 ], [ -4.495334735424978, 56.513911828588519 ], [ -4.494367086947364, 56.512668561593287 ], [ -4.493325018990691, 56.512765883207926 ], [ -4.49248623859823, 56.512122160591808 ], [ -4.490908211238627, 56.511978576824696 ], [ -4.489881924127237, 56.513059656561033 ], [ -4.487382057739404, 56.512368313720131 ], [ -4.48299548004209, 56.513894068705291 ], [ -4.48112138267946, 56.512578954181144 ], [ -4.478614768025631, 56.513150275637493 ], [ -4.477403477979714, 56.513021666941277 ], [ -4.470105479338561, 56.515279054241105 ], [ -4.469875919425001, 56.515998102202801 ], [ -4.46090873757596, 56.517726427637839 ], [ -4.458177536684236, 56.517726601381028 ], [ -4.457078329333642, 56.517321466528678 ], [ -4.456959313765711, 56.51837082477428 ], [ -4.454350701118315, 56.518256148900299 ], [ -4.453074966529257, 56.518389202821105 ], [ -4.452083371353442, 56.518894092922572 ], [ -4.451388371546236, 56.518831424082954 ], [ -4.451196421778301, 56.519383428501619 ], [ -4.450274379406054, 56.519455548204057 ], [ -4.449013293355694, 56.520824000985108 ], [ -4.446936844450628, 56.521148027867412 ], [ -4.444232370677081, 56.522576316643693 ], [ -4.4418630388567, 56.524667494048636 ], [ -4.44198949590052, 56.525747953677424 ], [ -4.439939190686281, 56.525598624192611 ], [ -4.437427006439114, 56.526358833511445 ], [ -4.433915921807322, 56.525744674383695 ], [ -4.433494711492213, 56.526022540990994 ], [ -4.431986158808106, 56.52595323328557 ], [ -4.430811344250995, 56.526524444893063 ], [ -4.42751658917351, 56.525604804697643 ], [ -4.425980679955874, 56.524852942241743 ], [ -4.422892240985203, 56.524868298887966 ], [ -4.41849926138424, 56.5257178240022 ], [ -4.417377363933904, 56.525591380268295 ], [ -4.41471629246131, 56.526829436972619 ], [ -4.408682680302007, 56.528609198818472 ], [ -4.402838366747585, 56.526839627679131 ], [ -4.400443451963262, 56.527281367084576 ], [ -4.399619859467914, 56.527885930483691 ], [ -4.39672467236861, 56.528647312526132 ], [ -4.390256560391482, 56.533872062936368 ], [ -4.385968969170641, 56.533451228791264 ], [ -4.384296744042683, 56.533627130874351 ], [ -4.381149747217578, 56.533368463617016 ], [ -4.378505388308804, 56.533603361072451 ], [ -4.378093046104422, 56.534289769506806 ], [ -4.375295476167004, 56.536104735391845 ], [ -4.37416196104355, 56.536184820803797 ], [ -4.373630271224842, 56.537304865949288 ], [ -4.374157215725628, 56.539096671830549 ], [ -4.372634304303073, 56.541273639990841 ], [ -4.370494792818732, 56.542437847800102 ], [ -4.371423692645568, 56.54428490096025 ], [ -4.371363307308593, 56.545270119062685 ], [ -4.36890359615029, 56.546651599421693 ], [ -4.365043397303499, 56.547102594467056 ], [ -4.362014476127341, 56.546796249922053 ], [ -4.357720852559877, 56.544334525486391 ], [ -4.341047691197899, 56.540277746400136 ], [ -4.335173610983703, 56.540114208428747 ], [ -4.333196737677699, 56.539841309122785 ], [ -4.331235521641561, 56.53902887655866 ], [ -4.330481401654323, 56.537609631392087 ], [ -4.332074970454507, 56.536941660904205 ], [ -4.332656231171214, 56.535946691154713 ], [ -4.333392761858118, 56.535757614847505 ] ] ] } }, +{ "type": "Feature", "properties": { "LAD13CD": "S12000033", "LAD13CDO": "00QA", "LAD13NM": "Aberdeen City", "LAD13NMW": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -2.078749119090475, 57.093020006488729 ], [ -2.079424735035554, 57.09256593280049 ], [ -2.080379122058241, 57.092829425435184 ], [ -2.078749119090475, 57.093020006488729 ] ] ], [ [ [ -2.071502404413684, 57.097833908443071 ], [ -2.072315677320476, 57.09763401587341 ], [ -2.072390441805819, 57.097887295517097 ], [ -2.071461891241147, 57.098221102486498 ], [ -2.071502404413684, 57.097833908443071 ] ] ], [ [ [ -2.073121489860458, 57.098674686111544 ], [ -2.073101306314968, 57.098483358276567 ], [ -2.0732286618931, 57.098619826541885 ], [ -2.073121489860458, 57.098674686111544 ] ] ], [ [ [ -2.072393281721763, 57.10187039156353 ], [ -2.072817412620668, 57.101831517859743 ], [ -2.07238872703376, 57.102073411743376 ], [ -2.072393281721763, 57.10187039156353 ] ] ], [ [ [ -2.073464188054409, 57.102530022618289 ], [ -2.073127047462614, 57.102322711326423 ], [ -2.073577807146401, 57.102391616385901 ], [ -2.073464188054409, 57.102530022618289 ] ] ], [ [ [ -2.072395191695181, 57.103690361626171 ], [ -2.072811058111516, 57.103635323216288 ], [ -2.073111787009276, 57.103788758182318 ], [ -2.072395191695181, 57.103690361626171 ] ] ], [ [ [ -2.059513118252153, 57.11390552059806 ], [ -2.0601866073949, 57.113795604474518 ], [ -2.059551337778425, 57.114056417763273 ], [ -2.059513118252153, 57.11390552059806 ] ] ], [ [ [ -2.05445504058625, 57.120210340032969 ], [ -2.055523247677174, 57.120032903411726 ], [ -2.054660131234176, 57.120422250360143 ], [ -2.05445504058625, 57.120210340032969 ] ] ], [ [ [ -2.051245287269757, 57.125418272353762 ], [ -2.051629774486376, 57.125168385322382 ], [ -2.052379762626216, 57.125266886287179 ], [ -2.051709741797948, 57.125659724601078 ], [ -2.051245287269757, 57.125418272353762 ] ] ], [ [ [ -2.048977441794641, 57.127819451319112 ], [ -2.050090372143565, 57.127554009902234 ], [ -2.049813350347529, 57.127904459285908 ], [ -2.048977441794641, 57.127819451319112 ] ] ], [ [ [ -2.236738234683811, 57.2295280878106 ], [ -2.235946889929895, 57.22932746230213 ], [ -2.234519329354793, 57.229615794947357 ], [ -2.231581726702344, 57.231048635881521 ], [ -2.230570131452456, 57.231121463489856 ], [ -2.229783430684185, 57.230868689753805 ], [ -2.228462271726681, 57.228829284168647 ], [ -2.227412252723569, 57.228302097261043 ], [ -2.226288975222175, 57.228517921277017 ], [ -2.22399130192969, 57.230358151994025 ], [ -2.221642027405488, 57.229711959884774 ], [ -2.217706437172508, 57.230245248023941 ], [ -2.213082682158748, 57.229230030219014 ], [ -2.211108221068857, 57.229203723804375 ], [ -2.206793768836435, 57.231310214934155 ], [ -2.205270884674401, 57.231489678673782 ], [ -2.204438889590805, 57.230804742454261 ], [ -2.203939571478034, 57.225573006509848 ], [ -2.201798531210961, 57.222909439006337 ], [ -2.197360482337056, 57.22137502915615 ], [ -2.192425804724921, 57.219160319453096 ], [ -2.18600968149202, 57.217903404613445 ], [ -2.183729591826, 57.21622695749312 ], [ -2.179854792119908, 57.215800494379614 ], [ -2.179209411091527, 57.214847431069984 ], [ -2.179268155538675, 57.21296542308604 ], [ -2.176754435709788, 57.211810192419073 ], [ -2.174641360301177, 57.210276172542784 ], [ -2.171754873933067, 57.212544756231118 ], [ -2.171131856020673, 57.212073105684354 ], [ -2.169432786638189, 57.212326036392646 ], [ -2.16690898487183, 57.211060132404505 ], [ -2.166451606187142, 57.212058744033278 ], [ -2.165077871409947, 57.213249001460014 ], [ -2.16082274888333, 57.21394621582818 ], [ -2.160410496825208, 57.213183194959569 ], [ -2.154641056931939, 57.213639588718316 ], [ -2.151445884221832, 57.212865566903588 ], [ -2.15185846556546, 57.212144637107492 ], [ -2.148090291263145, 57.211274206895858 ], [ -2.146048257349509, 57.212324909803769 ], [ -2.145475939448616, 57.211611432402485 ], [ -2.144095847118744, 57.211765735869172 ], [ -2.14306415022663, 57.211258483624498 ], [ -2.140219162958572, 57.212778015756825 ], [ -2.14071379201451, 57.213111626415731 ], [ -2.136572633641183, 57.214749301342017 ], [ -2.137725139894714, 57.216570675264535 ], [ -2.135004535525734, 57.21695810324583 ], [ -2.131444850635948, 57.21793653245043 ], [ -2.128950374914122, 57.222903978937545 ], [ -2.129436103818074, 57.225883108727629 ], [ -2.128222619804654, 57.227448279122981 ], [ -2.116035173818823, 57.22502668312427 ], [ -2.094656617265536, 57.222506983499308 ], [ -2.087001313477939, 57.219153825171702 ], [ -2.080845222174712, 57.219309761748491 ], [ -2.075948423626713, 57.218291471082907 ], [ -2.069410953635938, 57.21459340902399 ], [ -2.067583979176563, 57.214156042834041 ], [ -2.063802703723095, 57.214250552244323 ], [ -2.062993639693021, 57.212628647693286 ], [ -2.061807191316241, 57.211989655852136 ], [ -2.060976011689651, 57.211925386811366 ], [ -2.062359571387844, 57.209700533829157 ], [ -2.062641290957011, 57.207928960779782 ], [ -2.065209172519389, 57.203504455269673 ], [ -2.067477932269849, 57.197838613656153 ], [ -2.07234823929473, 57.189385635820265 ], [ -2.074929754268437, 57.179845113241591 ], [ -2.076832229080218, 57.17759372622038 ], [ -2.079830312454115, 57.17655431634563 ], [ -2.082745040787864, 57.176033207235534 ], [ -2.088298740718533, 57.175969226305916 ], [ -2.096229413300761, 57.176663154608079 ], [ -2.098169117715264, 57.177144932593862 ], [ -2.098358558626973, 57.178099673680371 ], [ -2.099101482087521, 57.178201493725055 ], [ -2.100740542708992, 57.17817683002054 ], [ -2.1019979165744, 57.177695223201809 ], [ -2.107080474348671, 57.177640675635118 ], [ -2.107817952001682, 57.177004946769557 ], [ -2.107645866502703, 57.175844494654612 ], [ -2.105534894795376, 57.173903273888826 ], [ -2.105013742888657, 57.173833644807424 ], [ -2.105136938153692, 57.174119200084824 ], [ -2.107072810310255, 57.176137830878396 ], [ -2.107037909161229, 57.177221207241054 ], [ -2.10155213189438, 57.177382079840797 ], [ -2.100172454909129, 57.177896118818076 ], [ -2.099170048401468, 57.177865476359791 ], [ -2.098803299391516, 57.177411227991861 ], [ -2.098803184041061, 57.177368109822666 ], [ -2.098801503633779, 57.177358229880674 ], [ -2.098798034686813, 57.177298046712508 ], [ -2.099084690405639, 57.176874722242324 ], [ -2.098522781225454, 57.176417932387842 ], [ -2.097967129550179, 57.176444419015191 ], [ -2.095992994693245, 57.175427279084737 ], [ -2.09430987236364, 57.174990189230066 ], [ -2.091867501290594, 57.175149207464301 ], [ -2.088990861264807, 57.174922219827337 ], [ -2.082808253074782, 57.173983251060349 ], [ -2.078866044411822, 57.174996382329518 ], [ -2.0783645516135, 57.176380075006954 ], [ -2.0764149436991, 57.176562736925774 ], [ -2.078146062415048, 57.170831428457298 ], [ -2.078837517942645, 57.158541369897677 ], [ -2.078495076218742, 57.154537862656078 ], [ -2.076299170299293, 57.149359620670907 ], [ -2.074336887261857, 57.146648831592806 ], [ -2.071863706739773, 57.144496150761839 ], [ -2.069382353319061, 57.143117761224332 ], [ -2.06773315079895, 57.143085428618356 ], [ -2.061031862574834, 57.145711023234838 ], [ -2.069298315459877, 57.142363234329736 ], [ -2.069015546443384, 57.142252899646991 ], [ -2.072027525100307, 57.142066150271866 ], [ -2.072468247087132, 57.141826947261379 ], [ -2.072249097693362, 57.142143276382662 ], [ -2.074158114147134, 57.143210239514389 ], [ -2.074621937476415, 57.142954845846013 ], [ -2.076284645072906, 57.143925804998545 ], [ -2.075163848587392, 57.144535532251751 ], [ -2.075587440442802, 57.144803869077514 ], [ -2.076543433380483, 57.144408933145407 ], [ -2.079116044418128, 57.145021770325727 ], [ -2.080179646590821, 57.143970080050224 ], [ -2.079235600568375, 57.143747902901296 ], [ -2.082026109090396, 57.144256339240449 ], [ -2.08160612671417, 57.144892611529897 ], [ -2.087528352758363, 57.146105806360815 ], [ -2.087639656970807, 57.146350964736229 ], [ -2.093761328069421, 57.145883901683582 ], [ -2.095016061367977, 57.145408651950497 ], [ -2.093896573548335, 57.144477958146702 ], [ -2.091837806244319, 57.14524753415008 ], [ -2.090395452500363, 57.145377041683687 ], [ -2.079021240527894, 57.143191091431113 ], [ -2.079464040055407, 57.142395813693007 ], [ -2.089655655690115, 57.143557614698175 ], [ -2.091383807843557, 57.143424313971352 ], [ -2.0911286236043, 57.14246780850408 ], [ -2.075424926401726, 57.14128801394213 ], [ -2.075653383991016, 57.140691403323864 ], [ -2.077285670400387, 57.140583507118308 ], [ -2.089724243909617, 57.140497948622098 ], [ -2.093125543611406, 57.139503737198716 ], [ -2.095648778308416, 57.137661211576784 ], [ -2.096305633806966, 57.136114728428367 ], [ -2.096132067193547, 57.134807830896726 ], [ -2.097031006685157, 57.132997954056528 ], [ -2.096827620606189, 57.131031725037637 ], [ -2.098134125458226, 57.129727268177682 ], [ -2.099912768629384, 57.128966793541487 ], [ -2.102433769204122, 57.128487755524723 ], [ -2.105576982937023, 57.12843304124592 ], [ -2.109307159384767, 57.12913590564176 ], [ -2.111344144677702, 57.129230228434473 ], [ -2.114349646668858, 57.128427129349667 ], [ -2.117824782409065, 57.125756839845216 ], [ -2.119763495203463, 57.123094220400176 ], [ -2.120829787645355, 57.121893957992235 ], [ -2.120219134233059, 57.121000732159459 ], [ -2.118001448865647, 57.122627877134633 ], [ -2.116857748223643, 57.124978916227022 ], [ -2.113577723982868, 57.12771457858225 ], [ -2.113108599925902, 57.127706918704945 ], [ -2.114116849280229, 57.126888867026196 ], [ -2.111750306891264, 57.128073748829848 ], [ -2.109487827620309, 57.12822846043246 ], [ -2.103594461189742, 57.127121377415193 ], [ -2.098356684460134, 57.128318552656687 ], [ -2.095750656431946, 57.129786606523538 ], [ -2.094967047644186, 57.130828337969966 ], [ -2.095440679725635, 57.131929297846163 ], [ -2.095244987280935, 57.133558071195345 ], [ -2.094254772542741, 57.135246732909799 ], [ -2.095066973811726, 57.135644066648815 ], [ -2.093260235193728, 57.137877709158673 ], [ -2.091793820146223, 57.138846265632253 ], [ -2.088542420252699, 57.139638217016916 ], [ -2.084837833936369, 57.139575208363318 ], [ -2.084441955756565, 57.139869221126901 ], [ -2.081487855117608, 57.139968197360517 ], [ -2.080836622750393, 57.139866213530937 ], [ -2.081904543304052, 57.138615081745698 ], [ -2.080470370874137, 57.138605233165293 ], [ -2.079052172091408, 57.139883523715476 ], [ -2.071157264624, 57.139780469866139 ], [ -2.0684688822562, 57.140622782194328 ], [ -2.067598334706172, 57.141653608470619 ], [ -2.06768711556875, 57.141409222288644 ], [ -2.06673851539799, 57.141332478454331 ], [ -2.062228958095481, 57.142168429658412 ], [ -2.061728760128598, 57.1424561343619 ], [ -2.06171689361169, 57.143265510079765 ], [ -2.061462870491398, 57.142546095623075 ], [ -2.0605708651388, 57.142730683123659 ], [ -2.060634938121816, 57.142504280000828 ], [ -2.060095285671877, 57.142927640873459 ], [ -2.060203942302949, 57.142679657282692 ], [ -2.055714001696377, 57.142485910890358 ], [ -2.055588758064289, 57.144905991119288 ], [ -2.055223205115138, 57.142467264548074 ], [ -2.053560985251297, 57.141407094151276 ], [ -2.053034067326656, 57.140388644660398 ], [ -2.051204175217112, 57.139836054540893 ], [ -2.049324542776368, 57.140349741941939 ], [ -2.049159012323992, 57.140126130047214 ], [ -2.047900266580495, 57.140370957688887 ], [ -2.047949144970722, 57.139839144110333 ], [ -2.046935094041329, 57.140202443685986 ], [ -2.047339149588305, 57.139608513380018 ], [ -2.0464566226559, 57.139447150715547 ], [ -2.046711386281844, 57.138388855599366 ], [ -2.047731451193111, 57.137602455000177 ], [ -2.049355615517161, 57.137639551901493 ], [ -2.052612047320197, 57.136437191357011 ], [ -2.055467061026755, 57.136502430054819 ], [ -2.058044158303467, 57.135284956990184 ], [ -2.059232918853393, 57.133786927937024 ], [ -2.058723154123215, 57.132157646767311 ], [ -2.057351631042277, 57.130838676534111 ], [ -2.056158056330164, 57.130245440422918 ], [ -2.055481232298749, 57.130541284842053 ], [ -2.053485020521792, 57.130036411111341 ], [ -2.053217634779476, 57.13018654207093 ], [ -2.053017229467373, 57.129818322900199 ], [ -2.052265614051556, 57.129803368707805 ], [ -2.052132077768515, 57.12999027168604 ], [ -2.052074429870544, 57.130108871813178 ], [ -2.05178547279273, 57.130194330863453 ], [ -2.051987570596865, 57.130029771074391 ], [ -2.051458047872756, 57.129940246389353 ], [ -2.050883393799479, 57.130080617339694 ], [ -2.051246279292385, 57.129702283080832 ], [ -2.050688429173086, 57.130048357749068 ], [ -2.050609881237576, 57.129384543302201 ], [ -2.049566210919793, 57.129600555051638 ], [ -2.049715999978608, 57.12920793679649 ], [ -2.048784632961329, 57.129407727793186 ], [ -2.048401161855677, 57.129221029985594 ], [ -2.048846588234124, 57.1287923655686 ], [ -2.048258746327322, 57.128947102543272 ], [ -2.048618029102873, 57.128329828425692 ], [ -2.04956600357206, 57.128216269191597 ], [ -2.049693593651447, 57.128515353592348 ], [ -2.051008732313092, 57.127542858270324 ], [ -2.050816265746298, 57.126915920656913 ], [ -2.051769696944486, 57.126012733264396 ], [ -2.051231606642804, 57.126271666877557 ], [ -2.052949291378952, 57.125063629231903 ], [ -2.051793161566962, 57.125078487203773 ], [ -2.051909628761973, 57.124509812215905 ], [ -2.052692176563378, 57.12428580652184 ], [ -2.051813624375614, 57.124359835287663 ], [ -2.051876116768593, 57.124168470502873 ], [ -2.052617006763719, 57.12369116072761 ], [ -2.053639955634229, 57.124117419913219 ], [ -2.053446181776526, 57.12260565658471 ], [ -2.054709688621631, 57.12266170240197 ], [ -2.053508627657739, 57.122390036724987 ], [ -2.056382037592762, 57.122230670421175 ], [ -2.053511205679306, 57.121889679923967 ], [ -2.053971566322374, 57.121610108953313 ], [ -2.0537629608439, 57.121254470289209 ], [ -2.056322148156077, 57.119779223540007 ], [ -2.055278320126689, 57.119687164681046 ], [ -2.055156501440192, 57.118839218563657 ], [ -2.055660519895124, 57.119072554188783 ], [ -2.055591975321371, 57.118515635534806 ], [ -2.056312065138273, 57.118211917397268 ], [ -2.055408378899255, 57.11831809001302 ], [ -2.055883617669309, 57.118087912033801 ], [ -2.056419923871467, 57.118166424335925 ], [ -2.056913849722772, 57.11795809066458 ], [ -2.057416010707844, 57.11805936924069 ], [ -2.056950102747643, 57.117908667342157 ], [ -2.057710222530525, 57.117177996061145 ], [ -2.060173474393233, 57.117899070832237 ], [ -2.0590630180942, 57.117419905938078 ], [ -2.058530225839429, 57.116742834529539 ], [ -2.06018114853573, 57.116527354767733 ], [ -2.058334988551639, 57.116497688498562 ], [ -2.058143056344806, 57.116252540615733 ], [ -2.05857366537405, 57.116020576519176 ], [ -2.059648776426228, 57.116115287957726 ], [ -2.059085199392701, 57.115801148945849 ], [ -2.059393643101103, 57.11559169740319 ], [ -2.058731560534576, 57.115627942800757 ], [ -2.059029905246207, 57.115298123936668 ], [ -2.059723401012652, 57.115290607722081 ], [ -2.060168184389336, 57.114649902211085 ], [ -2.059614401803489, 57.114254913263927 ], [ -2.060671658052629, 57.113560911901601 ], [ -2.059517918350272, 57.113810297885522 ], [ -2.059408971121837, 57.112800653856077 ], [ -2.059957687583513, 57.113140849562882 ], [ -2.060227979608534, 57.112839786968806 ], [ -2.061427325082065, 57.113229067575361 ], [ -2.061114102746636, 57.112526745926225 ], [ -2.061510606723195, 57.112672975145664 ], [ -2.061491912747643, 57.112353187380364 ], [ -2.061766303721163, 57.112539899639543 ], [ -2.062039352720403, 57.111925322891317 ], [ -2.061451614910355, 57.111948969448306 ], [ -2.061536885297235, 57.111597689731731 ], [ -2.060949356746858, 57.111745300092146 ], [ -2.061667148396299, 57.111496116868977 ], [ -2.061260622159556, 57.111272638697855 ], [ -2.062949759321514, 57.1113508496341 ], [ -2.062027731155338, 57.110903056137367 ], [ -2.06295290752086, 57.110290846548864 ], [ -2.063743692268228, 57.110268886087859 ], [ -2.063155717850861, 57.110138032058302 ], [ -2.063389874951342, 57.109973523344792 ], [ -2.065615366385078, 57.109962492655285 ], [ -2.064825767805977, 57.109714972354311 ], [ -2.06566437549635, 57.109669618975673 ], [ -2.06537837550743, 57.109452378813756 ], [ -2.064224341083421, 57.109440401257885 ], [ -2.064869485922284, 57.108284845499988 ], [ -2.064179810527603, 57.108515168320416 ], [ -2.06383299150827, 57.108440786605058 ], [ -2.064357751943341, 57.108310262824901 ], [ -2.063494377473355, 57.108336755637275 ], [ -2.064119187874041, 57.107828893104873 ], [ -2.063498395352359, 57.107792379700385 ], [ -2.063383591959425, 57.107271420056293 ], [ -2.063804833292343, 57.107430205869896 ], [ -2.064553098157959, 57.106728243663376 ], [ -2.066591968935001, 57.105865696826974 ], [ -2.066551664693829, 57.105484836087768 ], [ -2.066990841473022, 57.1055241268351 ], [ -2.066652258497955, 57.106343564027192 ], [ -2.067213868874213, 57.105619227581393 ], [ -2.069670874748738, 57.105086083558795 ], [ -2.068956054901295, 57.105063124181221 ], [ -2.068925832547098, 57.104790055456306 ], [ -2.069721557151276, 57.104825546180713 ], [ -2.070383856617073, 57.104142461238276 ], [ -2.071276991955568, 57.104194056706888 ], [ -2.071548591945586, 57.103796849590573 ], [ -2.07283675914573, 57.104113207790263 ], [ -2.073220796922262, 57.10382103341658 ], [ -2.07344262479835, 57.103308867962063 ], [ -2.073024378382428, 57.102992010543034 ], [ -2.074033450325117, 57.102425482933064 ], [ -2.072908447422166, 57.101959024466318 ], [ -2.073547065610694, 57.101873310948442 ], [ -2.07459846758974, 57.101035464785696 ], [ -2.073055318001231, 57.101105546292814 ], [ -2.07420522119482, 57.100008034678986 ], [ -2.073414760966098, 57.100080366279784 ], [ -2.073872941554457, 57.099745925638224 ], [ -2.073404148660912, 57.099722845927282 ], [ -2.073524140145598, 57.099473045734285 ], [ -2.073135139556069, 57.099735579997336 ], [ -2.073574980752825, 57.099309523734313 ], [ -2.073069696422434, 57.099192141906201 ], [ -2.073378827588908, 57.098606263813458 ], [ -2.073153790783423, 57.098316242226794 ], [ -2.072604413877575, 57.098430647843486 ], [ -2.073202016256245, 57.097664940474587 ], [ -2.072267401118316, 57.09742204303997 ], [ -2.0728062361627, 57.09698964384647 ], [ -2.073321541565833, 57.097182478792774 ], [ -2.073482155657697, 57.09661555180147 ], [ -2.073956151276987, 57.096784154112036 ], [ -2.073572628205509, 57.096465481037391 ], [ -2.074319737332932, 57.096211715843189 ], [ -2.073769616367389, 57.095935362836606 ], [ -2.07423631319347, 57.095759916223727 ], [ -2.07412287151788, 57.095975577641305 ], [ -2.075473177089151, 57.096131973262544 ], [ -2.074612698274902, 57.096631949621766 ], [ -2.075182343116839, 57.096761862877422 ], [ -2.076206532186441, 57.096421681799256 ], [ -2.076822374930649, 57.096544372956131 ], [ -2.076838125404336, 57.096181446617898 ], [ -2.077866517318798, 57.096285013800909 ], [ -2.077625023873679, 57.096027349487649 ], [ -2.078018108326649, 57.096169935749302 ], [ -2.078502065691034, 57.095581240502916 ], [ -2.077968286164383, 57.095238420771743 ], [ -2.077063847734201, 57.09520754103648 ], [ -2.076757651188428, 57.094779236235972 ], [ -2.077721542416999, 57.094835233859015 ], [ -2.07664437479907, 57.09426906636579 ], [ -2.077734088450553, 57.094522614592549 ], [ -2.077190416506493, 57.094173509490972 ], [ -2.077597635534767, 57.09398371408944 ], [ -2.07718168763804, 57.093944446117561 ], [ -2.078529801831388, 57.093874436356543 ], [ -2.079196284084437, 57.094542357540682 ], [ -2.078873995199281, 57.093540946955095 ], [ -2.079477832706695, 57.093470496258156 ], [ -2.07908289268776, 57.093221016921525 ], [ -2.080267061704582, 57.092900463881314 ], [ -2.081348321315905, 57.093068646812696 ], [ -2.08050639314304, 57.092164594745419 ], [ -2.082870828151941, 57.092041777454199 ], [ -2.082861857760335, 57.091720188690807 ], [ -2.080951460367873, 57.091944221472161 ], [ -2.080517034225329, 57.091745975794389 ], [ -2.081558722865713, 57.091194636683355 ], [ -2.08241675351729, 57.091176107576523 ], [ -2.081981946756049, 57.090805391800359 ], [ -2.082754790803158, 57.089591266295756 ], [ -2.081184695235666, 57.089941738584606 ], [ -2.08144639226056, 57.089638837981077 ], [ -2.080441867788838, 57.089048400951235 ], [ -2.081519448173228, 57.088345224443572 ], [ -2.081568792279631, 57.087525035390541 ], [ -2.082242254460492, 57.087647662426015 ], [ -2.083137342608153, 57.086533165818935 ], [ -2.084091213498299, 57.086625951841782 ], [ -2.084181096327196, 57.086245906178505 ], [ -2.084844374888701, 57.086250847493957 ], [ -2.085194893949013, 57.085853555966885 ], [ -2.08895626756324, 57.087060959097343 ], [ -2.097801764930573, 57.088345223215356 ], [ -2.118677813243253, 57.090436386813884 ], [ -2.118738733736717, 57.103788792508055 ], [ -2.121976263833861, 57.108456877977304 ], [ -2.121166740385108, 57.113832234711538 ], [ -2.124575730921502, 57.113646531441709 ], [ -2.123036407399201, 57.114998208904176 ], [ -2.123160379323451, 57.116031139217469 ], [ -2.124026888506649, 57.117393013921181 ], [ -2.126066461368294, 57.118425824668279 ], [ -2.13619875827347, 57.117422581528473 ], [ -2.143404600056554, 57.117304940934304 ], [ -2.145063023937015, 57.117015572207798 ], [ -2.148961905442208, 57.115009566710597 ], [ -2.151636974795365, 57.114233811342494 ], [ -2.160185665526797, 57.112847857570074 ], [ -2.166468014398551, 57.114296717088166 ], [ -2.171996555330826, 57.114034126023412 ], [ -2.175047925648634, 57.112642910951891 ], [ -2.176716521370881, 57.109041047624679 ], [ -2.178878430327185, 57.107161411825302 ], [ -2.181487395146736, 57.106951046629995 ], [ -2.182248371225259, 57.10761019812935 ], [ -2.184716463889495, 57.108281211345961 ], [ -2.18850252762256, 57.108064466858131 ], [ -2.189815361913396, 57.10749295612699 ], [ -2.190953844068288, 57.105129571350908 ], [ -2.192830705463317, 57.104484404244353 ], [ -2.195884149712247, 57.104094290398621 ], [ -2.200357818387063, 57.105053793385473 ], [ -2.202100048501565, 57.104875823548284 ], [ -2.209573901120802, 57.102699511518942 ], [ -2.210309256591154, 57.10138764464385 ], [ -2.215606911439203, 57.100405766038961 ], [ -2.218518361950005, 57.101785914068614 ], [ -2.221941036463933, 57.101669403178967 ], [ -2.225996743376814, 57.099528662927895 ], [ -2.229268429539711, 57.096917614719814 ], [ -2.229878260250903, 57.095986744748359 ], [ -2.231920208165898, 57.095003820519572 ], [ -2.235226396235957, 57.094319428881519 ], [ -2.237529075476115, 57.094403117119185 ], [ -2.245900377905565, 57.096056023217393 ], [ -2.254192695557423, 57.09594784001159 ], [ -2.259371446535872, 57.095230250904883 ], [ -2.260472363397362, 57.094781505033808 ], [ -2.261016606815593, 57.093792228431489 ], [ -2.259813316605852, 57.087863170946413 ], [ -2.260610686032666, 57.085807969722239 ], [ -2.261881264301386, 57.084659969192316 ], [ -2.266421616312105, 57.082124332812555 ], [ -2.269802654625338, 57.079498506990994 ], [ -2.27219305995145, 57.078836665636736 ], [ -2.276287836393295, 57.078235708263371 ], [ -2.284507709713253, 57.079536029209315 ], [ -2.289244645882146, 57.079645551931826 ], [ -2.29384818465868, 57.079154235685024 ], [ -2.299270775905876, 57.077555866977271 ], [ -2.306021425908383, 57.076643032888093 ], [ -2.30763747557955, 57.076189016826682 ], [ -2.307731780737551, 57.077019727764124 ], [ -2.307255020816645, 57.077412564303394 ], [ -2.307676889085712, 57.077760973550049 ], [ -2.308943241890848, 57.077898891553005 ], [ -2.312795384845898, 57.077557850540892 ], [ -2.317044465230832, 57.080053468270272 ], [ -2.30976344169165, 57.082096492553994 ], [ -2.303542771664127, 57.084379071746852 ], [ -2.301395255898531, 57.085263708471331 ], [ -2.299869851244488, 57.086580706189537 ], [ -2.297848986710368, 57.087442520394625 ], [ -2.295560450427332, 57.08744075531493 ], [ -2.293528921147459, 57.088224371385088 ], [ -2.290700478337263, 57.08839446135439 ], [ -2.291352893824176, 57.089319107181588 ], [ -2.288140081176454, 57.093765106962856 ], [ -2.284660800937065, 57.094126099472653 ], [ -2.280647985713287, 57.095958729948038 ], [ -2.279705185393195, 57.097432274774867 ], [ -2.279640222662427, 57.099324265551758 ], [ -2.281039867163297, 57.100197885833346 ], [ -2.280975923603876, 57.100690304284768 ], [ -2.284479768371469, 57.101726234781637 ], [ -2.28360132089092, 57.102763980186843 ], [ -2.284056447986266, 57.103351343225874 ], [ -2.285718542149127, 57.103332292137637 ], [ -2.287476092492152, 57.102211669573776 ], [ -2.289742149972287, 57.102177702965513 ], [ -2.292568585519881, 57.10287541063542 ], [ -2.292159996139932, 57.103812405289233 ], [ -2.294905593424413, 57.103664038932159 ], [ -2.295624291487715, 57.104159111612958 ], [ -2.296326631762009, 57.104257164959073 ], [ -2.297217153866795, 57.103942442840108 ], [ -2.298288885891328, 57.10440522131767 ], [ -2.30066939086289, 57.104015951557805 ], [ -2.302115270808205, 57.105011396304171 ], [ -2.303066948892215, 57.105114200289741 ], [ -2.304033829267238, 57.105057060606114 ], [ -2.304475096434557, 57.104717325290707 ], [ -2.306152536320191, 57.104951290173382 ], [ -2.306180527074769, 57.104542489688257 ], [ -2.307699194521546, 57.103744660872643 ], [ -2.309288450556449, 57.103897952232174 ], [ -2.31000043762655, 57.102775996712893 ], [ -2.316771075549233, 57.102344938236733 ], [ -2.319330294234696, 57.101853352217987 ], [ -2.321545533702707, 57.102627422130929 ], [ -2.325528940662293, 57.101917349358587 ], [ -2.33094430717695, 57.101509700299673 ], [ -2.337566187538727, 57.102559230458297 ], [ -2.341056348702961, 57.104069725264502 ], [ -2.344461333043829, 57.106687977702705 ], [ -2.349174746796308, 57.107067494523257 ], [ -2.351276411433883, 57.108301292918668 ], [ -2.360870247064857, 57.109190310838002 ], [ -2.360743982915912, 57.111655646623689 ], [ -2.358630874364807, 57.113389167974574 ], [ -2.351637177814269, 57.120758977661097 ], [ -2.350555045962042, 57.131020719208763 ], [ -2.353828619640796, 57.132868328605831 ], [ -2.351178692701055, 57.13564616744879 ], [ -2.342614155649234, 57.134047521066499 ], [ -2.339338957261346, 57.133777055822868 ], [ -2.33608071108545, 57.132820151407032 ], [ -2.332868094080792, 57.131590853583077 ], [ -2.326288054444578, 57.126860589375177 ], [ -2.324163883145492, 57.125722552920685 ], [ -2.316922058332808, 57.124657712908352 ], [ -2.309275201976448, 57.124881631337523 ], [ -2.304176311932204, 57.123440645974718 ], [ -2.304653912613813, 57.125084290375035 ], [ -2.304209101352417, 57.12582647599649 ], [ -2.30280826157554, 57.126407481234892 ], [ -2.302347108973253, 57.126165152853375 ], [ -2.300149637743691, 57.126485741421661 ], [ -2.298713160785925, 57.127164701743503 ], [ -2.297889321943846, 57.127006763678096 ], [ -2.297797023813991, 57.127648375467665 ], [ -2.296232188108123, 57.128398578435132 ], [ -2.289594299307378, 57.128910856940678 ], [ -2.28752454435424, 57.129972931107709 ], [ -2.283786085210185, 57.130799810525289 ], [ -2.280676344203955, 57.130687338579257 ], [ -2.280560249494684, 57.130189936043919 ], [ -2.278627931115943, 57.12892224310535 ], [ -2.277197818512187, 57.128971228207391 ], [ -2.275762964375402, 57.129715497619237 ], [ -2.274590744454737, 57.13068824370454 ], [ -2.274347925120444, 57.13180537162016 ], [ -2.274659204275134, 57.132347267437794 ], [ -2.276436023298498, 57.133138362832511 ], [ -2.278008668885803, 57.135331245109576 ], [ -2.278244670064708, 57.136617995138614 ], [ -2.277620179980443, 57.138165365652689 ], [ -2.274551296047559, 57.141640485647656 ], [ -2.272843573422497, 57.144447826549623 ], [ -2.267538075968778, 57.14546356779357 ], [ -2.267046520022733, 57.145818548188601 ], [ -2.267055737620509, 57.146867748822004 ], [ -2.266782591917289, 57.147491754041233 ], [ -2.259241029073059, 57.1542637230325 ], [ -2.257401752695835, 57.157420557845839 ], [ -2.254399642669096, 57.158369005540635 ], [ -2.253613403565929, 57.159912086097414 ], [ -2.256348310995588, 57.162850261368312 ], [ -2.259993196668357, 57.167926247665967 ], [ -2.260987700733108, 57.16990314009854 ], [ -2.262170683601445, 57.170924735992784 ], [ -2.267724114805591, 57.173254874208169 ], [ -2.271111204405689, 57.172818209519647 ], [ -2.272025490703267, 57.17458318817814 ], [ -2.27145190859782, 57.175301275249836 ], [ -2.272954315832485, 57.176065163360256 ], [ -2.273312908760237, 57.1766949896261 ], [ -2.272433203262652, 57.178967807728199 ], [ -2.273017931423621, 57.180875424539749 ], [ -2.273761294529083, 57.181187310993408 ], [ -2.273927164268087, 57.181695386750377 ], [ -2.275436079595397, 57.182180757525309 ], [ -2.275716946534765, 57.182799967496159 ], [ -2.278113308535061, 57.183378571992577 ], [ -2.2797425946814, 57.184452010573487 ], [ -2.281178616341029, 57.185769300570314 ], [ -2.280457879699939, 57.185843676385588 ], [ -2.28078405541384, 57.186314554042013 ], [ -2.282162427060739, 57.187000456945512 ], [ -2.285574279937833, 57.187701494464164 ], [ -2.290230304493802, 57.19323511247277 ], [ -2.29499627015813, 57.197853828562103 ], [ -2.292754050368985, 57.200173995091419 ], [ -2.289588005634072, 57.201861159416026 ], [ -2.281119673886414, 57.20086624076643 ], [ -2.28094695804618, 57.201441538082136 ], [ -2.279586539121854, 57.201228087257647 ], [ -2.278372617511624, 57.204202353827839 ], [ -2.281156043692731, 57.206082571400479 ], [ -2.28167933911402, 57.206981491186049 ], [ -2.277898845181098, 57.210753782644154 ], [ -2.277880822164175, 57.212979799897198 ], [ -2.281733036373066, 57.212938871936167 ], [ -2.283452981366481, 57.214207884061395 ], [ -2.28194001718082, 57.214895793577575 ], [ -2.280739315426578, 57.216810956390013 ], [ -2.280821751278617, 57.217853692737947 ], [ -2.281617782500136, 57.21845197017079 ], [ -2.278943346992908, 57.219729928569471 ], [ -2.279380022145698, 57.220323628427927 ], [ -2.27906360843581, 57.221839755462611 ], [ -2.280379541553444, 57.224600874461437 ], [ -2.279805398646447, 57.225106997003373 ], [ -2.278839441663453, 57.225268144709709 ], [ -2.27948753308732, 57.226871954549658 ], [ -2.279090652474879, 57.228266989503112 ], [ -2.277703004851746, 57.228526979178454 ], [ -2.276967711664937, 57.229422405781577 ], [ -2.273934065792563, 57.230189019045582 ], [ -2.273456385070168, 57.23278433074249 ], [ -2.275060639417087, 57.234225280433954 ], [ -2.273894885672673, 57.234508096682987 ], [ -2.272567746058967, 57.234474155349744 ], [ -2.270948431049496, 57.23322633942999 ], [ -2.269857269259051, 57.232836136055809 ], [ -2.266670475567102, 57.232640830809871 ], [ -2.265492984223183, 57.232214841245195 ], [ -2.264665517420891, 57.231395549191703 ], [ -2.264646363542187, 57.229185789073462 ], [ -2.261812639720267, 57.228514418981256 ], [ -2.259006417472604, 57.228915490114844 ], [ -2.255002419214109, 57.230245975738853 ], [ -2.253620898402505, 57.231191982059315 ], [ -2.253270170254394, 57.232702719647818 ], [ -2.252534884427425, 57.233213532804243 ], [ -2.2480550572957, 57.233848575524483 ], [ -2.243849833481476, 57.233947543221319 ], [ -2.241185399271354, 57.235352229687727 ], [ -2.239205847361726, 57.234594266692156 ], [ -2.237507196822345, 57.233456662200972 ], [ -2.237536741313393, 57.230582970604161 ], [ -2.236738234683811, 57.2295280878106 ] ] ] ] } }, +{ "type": "Feature", "properties": { "LAD13CD": "S12000034", "LAD13CDO": "00QB", "LAD13NM": "Aberdeenshire", "LAD13NMW": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -2.313245970572834, 56.799809963584345 ], [ -2.313249068294092, 56.799592553531838 ], [ -2.313677330147602, 56.799702873139282 ], [ -2.312982312297599, 56.799215015285768 ], [ -2.313294080990614, 56.79890429932162 ], [ -2.314854010736034, 56.799831965951512 ], [ -2.313196672748481, 56.800181108629403 ], [ -2.313245970572834, 56.799809963584345 ] ] ], [ [ [ -2.271403876764361, 56.831926254214011 ], [ -2.271944357583347, 56.831659165325917 ], [ -2.271963423859554, 56.832480216103512 ], [ -2.271663795827275, 56.83229041871126 ], [ -2.271403876764361, 56.831926254214011 ] ] ], [ [ [ -2.210522941711337, 56.892462931454226 ], [ -2.211208939295471, 56.891574212451509 ], [ -2.212186803440201, 56.892955099541226 ], [ -2.211320069479955, 56.892941298105441 ], [ -2.210522941711337, 56.892462931454226 ] ] ], [ [ [ -2.210588741747445, 56.896277171474992 ], [ -2.210555534053319, 56.895918789991072 ], [ -2.211224219566335, 56.896312929722257 ], [ -2.210588741747445, 56.896277171474992 ] ] ], [ [ [ -2.198410763439339, 56.922675003481977 ], [ -2.198155738629544, 56.92197919839991 ], [ -2.199169424604882, 56.922625285606713 ], [ -2.198410763439339, 56.922675003481977 ] ] ], [ [ [ -2.19654680491125, 56.938998888249301 ], [ -2.196203045608503, 56.93800677058919 ], [ -2.19752794238283, 56.938691907199882 ], [ -2.19654680491125, 56.938998888249301 ] ] ], [ [ [ -2.103837386197107, 57.061205047929818 ], [ -2.104321088946759, 57.060832743198397 ], [ -2.104760901642, 57.061269854238674 ], [ -2.103837386197107, 57.061205047929818 ] ] ], [ [ [ -1.954260403088862, 57.330885424820181 ], [ -1.954549766649086, 57.330581912253464 ], [ -1.954630693839416, 57.330952928690024 ], [ -1.954260403088862, 57.330885424820181 ] ] ], [ [ [ -1.952150129071017, 57.331637398525068 ], [ -1.952926046178164, 57.331420307132476 ], [ -1.952481963245422, 57.33190700590913 ], [ -1.952150129071017, 57.331637398525068 ] ] ], [ [ [ -1.951813016777507, 57.33542529288173 ], [ -1.951597357112439, 57.335211421371476 ], [ -1.952062292726772, 57.335336458444722 ], [ -1.951813016777507, 57.33542529288173 ] ] ], [ [ [ -1.94764440843028, 57.337289351074674 ], [ -1.947878695939362, 57.337243635877108 ], [ -1.947748666572707, 57.33756875729545 ], [ -1.94764440843028, 57.337289351074674 ] ] ], [ [ [ -1.946524054337667, 57.337797305228186 ], [ -1.94644990224409, 57.337382271428638 ], [ -1.946672158294531, 57.337617713037965 ], [ -1.946524054337667, 57.337797305228186 ] ] ], [ [ [ -1.941352844583639, 57.339864634608993 ], [ -1.941632657384517, 57.339409339498168 ], [ -1.9416866496717, 57.339934854338921 ], [ -1.941252812778788, 57.340088258225215 ], [ -1.941352844583639, 57.339864634608993 ] ] ], [ [ [ -1.921936674416515, 57.354418719487533 ], [ -1.921731100196573, 57.354180550342363 ], [ -1.92261006815648, 57.354270020800335 ], [ -1.921936674416515, 57.354418719487533 ] ] ], [ [ [ -1.921570383842655, 57.35473198929661 ], [ -1.922110627051868, 57.35467932557637 ], [ -1.922333147432782, 57.354764798372635 ], [ -1.921570383842655, 57.35473198929661 ] ] ], [ [ [ -1.91092637966976, 57.360613995219069 ], [ -1.91104160940995, 57.360391305330921 ], [ -1.911196053214357, 57.360449801632825 ], [ -1.91092637966976, 57.360613995219069 ] ] ], [ [ [ -1.910428454899439, 57.363731539579895 ], [ -1.910392295814255, 57.363561740859211 ], [ -1.911096987725727, 57.363620626507817 ], [ -1.910428454899439, 57.363731539579895 ] ] ], [ [ [ -1.894681790351097, 57.371597211560619 ], [ -1.894690358046335, 57.371508290053889 ], [ -1.894795059404043, 57.371525444468908 ], [ -1.894681790351097, 57.371597211560619 ] ] ], [ [ [ -1.893334247941871, 57.373004566144331 ], [ -1.893530511613413, 57.372984969907236 ], [ -1.893455313039932, 57.373114257203305 ], [ -1.893334247941871, 57.373004566144331 ] ] ], [ [ [ -1.885163007229724, 57.375260136249331 ], [ -1.885689917935451, 57.374795311273367 ], [ -1.885558959857946, 57.375199413589741 ], [ -1.885163007229724, 57.375260136249331 ] ] ], [ [ [ -1.882871414628944, 57.376876710743524 ], [ -1.883093806336901, 57.376492457943144 ], [ -1.883142676556421, 57.376813185106272 ], [ -1.882871414628944, 57.376876710743524 ] ] ], [ [ [ -1.88073856973136, 57.378196066479248 ], [ -1.881185969351473, 57.378180319600439 ], [ -1.881529320490325, 57.378457309022345 ], [ -1.880908586511686, 57.378589668585555 ], [ -1.88073856973136, 57.378196066479248 ] ] ], [ [ [ -1.876838745703665, 57.378715113407743 ], [ -1.876918672987784, 57.378684650253049 ], [ -1.876998177048302, 57.378780842484701 ], [ -1.876838745703665, 57.378715113407743 ] ] ], [ [ [ -1.877379509836843, 57.379130639957346 ], [ -1.877439582725649, 57.37906961605772 ], [ -1.877505820478629, 57.379155015857961 ], [ -1.877379509836843, 57.379130639957346 ] ] ], [ [ [ -1.876951282102309, 57.37987488762289 ], [ -1.876903710534353, 57.379678120479504 ], [ -1.877598476033694, 57.379798265867919 ], [ -1.876951282102309, 57.37987488762289 ] ] ], [ [ [ -1.871035354065857, 57.383295873816479 ], [ -1.872150595676615, 57.382565818429647 ], [ -1.87226685636375, 57.383092321148169 ], [ -1.871035354065857, 57.383295873816479 ] ] ], [ [ [ -1.859520732390774, 57.387659941510314 ], [ -1.859418238087678, 57.387492749629587 ], [ -1.85987814382598, 57.387719624523839 ], [ -1.859520732390774, 57.387659941510314 ] ] ], [ [ [ -1.851259846921027, 57.388136437301014 ], [ -1.850757271772904, 57.38777833340145 ], [ -1.85056519987958, 57.38796943706199 ], [ -1.850475119596921, 57.387622599075023 ], [ -1.851720618656913, 57.387312370007905 ], [ -1.851259846921027, 57.388136437301014 ] ] ], [ [ [ -1.861579034601066, 57.388376338531899 ], [ -1.861682749927798, 57.388221950275444 ], [ -1.86204328848266, 57.388337323133165 ], [ -1.861579034601066, 57.388376338531899 ] ] ], [ [ [ -1.86396727040463, 57.38896280910906 ], [ -1.86407075055168, 57.388419468951767 ], [ -1.864205775670214, 57.388793293468602 ], [ -1.86396727040463, 57.38896280910906 ] ] ], [ [ [ -1.839443976683705, 57.409554585350307 ], [ -1.839622633898899, 57.40942546239458 ], [ -1.839846977521688, 57.409506591090512 ], [ -1.839443976683705, 57.409554585350307 ] ] ], [ [ [ -1.841119530812658, 57.409676174940806 ], [ -1.841312533409959, 57.409307231003709 ], [ -1.841740326578709, 57.409685039275935 ], [ -1.841119530812658, 57.409676174940806 ] ] ], [ [ [ -1.837475501187376, 57.40980807121764 ], [ -1.83905002450926, 57.409436410904213 ], [ -1.83906073155121, 57.409652008069244 ], [ -1.837475501187376, 57.40980807121764 ] ] ], [ [ [ -1.842378468443392, 57.409918488349078 ], [ -1.843156020774106, 57.409858375006124 ], [ -1.843215484478978, 57.409965342361872 ], [ -1.842378468443392, 57.409918488349078 ] ] ], [ [ [ -1.837429985378508, 57.410314633822409 ], [ -1.837868941175296, 57.410042126054201 ], [ -1.838016775625442, 57.410110583987702 ], [ -1.837429985378508, 57.410314633822409 ] ] ], [ [ [ -1.831825239931687, 57.413333542547861 ], [ -1.832544653974887, 57.413266231049995 ], [ -1.832625081491237, 57.413516055184083 ], [ -1.831850882909652, 57.4135500583889 ], [ -1.831825239931687, 57.413333542547861 ] ] ], [ [ [ -1.833184177575605, 57.413196115084382 ], [ -1.834564251291548, 57.413168288910313 ], [ -1.832945777389712, 57.413642237057147 ], [ -1.833184177575605, 57.413196115084382 ] ] ], [ [ [ -1.832021500954565, 57.414097328456776 ], [ -1.832684680081613, 57.413953588848301 ], [ -1.832674181235154, 57.414431451421841 ], [ -1.832101085430569, 57.414531295903537 ], [ -1.832175207631028, 57.414339165978767 ], [ -1.832021500954565, 57.414097328456776 ] ] ], [ [ [ -1.828977982851914, 57.416364950605967 ], [ -1.829583895266668, 57.416017243815624 ], [ -1.830036202469152, 57.416124747132059 ], [ -1.828977982851914, 57.416364950605967 ] ] ], [ [ [ -1.828218153277307, 57.416516623561073 ], [ -1.828520996014168, 57.416190067346882 ], [ -1.828874903609172, 57.416336066442973 ], [ -1.828218153277307, 57.416516623561073 ] ] ], [ [ [ -1.818966437940104, 57.425448598425824 ], [ -1.819011378081961, 57.425114509125869 ], [ -1.818415223850695, 57.425121737234313 ], [ -1.818567877122617, 57.424893798004057 ], [ -1.817884993502166, 57.424930541575705 ], [ -1.816909863401508, 57.424469220209318 ], [ -1.818850655192848, 57.424277995840903 ], [ -1.81932025665546, 57.424946078253889 ], [ -1.820249448609963, 57.424935727540486 ], [ -1.820647506187414, 57.425257871859905 ], [ -1.820847852521678, 57.425832146241987 ], [ -1.819934289376043, 57.425706886017416 ], [ -1.818966437940104, 57.425448598425824 ] ] ], [ [ [ -1.815231197219829, 57.434446467475098 ], [ -1.815426603582039, 57.4343398602185 ], [ -1.815639251763057, 57.434447962348131 ], [ -1.815231197219829, 57.434446467475098 ] ] ], [ [ [ -1.817664640010667, 57.435775839635866 ], [ -1.817516516666638, 57.435417219337786 ], [ -1.818669910965564, 57.435593144048433 ], [ -1.817664640010667, 57.435775839635866 ] ] ], [ [ [ -1.816128802473746, 57.436135611263921 ], [ -1.816466008403531, 57.435986092335924 ], [ -1.816783433047312, 57.436128478712014 ], [ -1.816128802473746, 57.436135611263921 ] ] ], [ [ [ -1.80904684976065, 57.438953721732709 ], [ -1.809144341341468, 57.438784996092792 ], [ -1.809653341620722, 57.438924096812883 ], [ -1.80904684976065, 57.438953721732709 ] ] ], [ [ [ -1.804369488298382, 57.444559790971383 ], [ -1.804772367063089, 57.444302613921124 ], [ -1.804774603182995, 57.444821811838153 ], [ -1.804369488298382, 57.444559790971383 ] ] ], [ [ [ -1.797239731971501, 57.448936541909745 ], [ -1.797957465912821, 57.448707738063163 ], [ -1.798423467165971, 57.448805495039224 ], [ -1.797942365486376, 57.449029290921857 ], [ -1.797239731971501, 57.448936541909745 ] ] ], [ [ [ -1.79506819502276, 57.450807703750044 ], [ -1.79593841487621, 57.450434539039541 ], [ -1.795878096352932, 57.4507937453889 ], [ -1.79506819502276, 57.450807703750044 ] ] ], [ [ [ -1.797091616582744, 57.452218544606332 ], [ -1.797427193550718, 57.451801392853767 ], [ -1.797582347122226, 57.452070221266801 ], [ -1.797091616582744, 57.452218544606332 ] ] ], [ [ [ -1.795320997586101, 57.453581040723527 ], [ -1.796697536053364, 57.453568892635865 ], [ -1.796656088224321, 57.453831117570864 ], [ -1.795320997586101, 57.453581040723527 ] ] ], [ [ [ -1.779869823732044, 57.460805792832645 ], [ -1.781276483851769, 57.460540556419225 ], [ -1.780213413627349, 57.461600451930757 ], [ -1.779391740683147, 57.461590934615081 ], [ -1.780378045545248, 57.460829134346852 ], [ -1.779869823732044, 57.460805792832645 ] ] ], [ [ [ -1.780935487213396, 57.462378700299709 ], [ -1.782341394987839, 57.462249087721339 ], [ -1.781911262400828, 57.462825027322481 ], [ -1.780992675938795, 57.462850385110499 ], [ -1.780935487213396, 57.462378700299709 ] ] ], [ [ [ -1.780611978089462, 57.463517130064787 ], [ -1.781304439101263, 57.463119504694326 ], [ -1.78175768259853, 57.46314364362793 ], [ -1.781512850050897, 57.463949856023852 ], [ -1.780611978089462, 57.463517130064787 ] ] ], [ [ [ -1.779134659836738, 57.468574440991219 ], [ -1.77877564049208, 57.468395957538057 ], [ -1.780056897794149, 57.468520358731176 ], [ -1.779134659836738, 57.468574440991219 ] ] ], [ [ [ -1.778111472459103, 57.469055909718804 ], [ -1.778092891645281, 57.468820533613503 ], [ -1.778557558602797, 57.468896802961702 ], [ -1.778111472459103, 57.469055909718804 ] ] ], [ [ [ -1.774341509938543, 57.471585907627833 ], [ -1.773723173894623, 57.471281190206128 ], [ -1.772576084176334, 57.471554894478928 ], [ -1.772617897534018, 57.47126483268751 ], [ -1.773471288889038, 57.471032819594818 ], [ -1.772626030623611, 57.470760026728406 ], [ -1.772237808111041, 57.469916761637158 ], [ -1.77119372011107, 57.469986734662093 ], [ -1.773327581261684, 57.469198320077098 ], [ -1.774532480486277, 57.469270541335099 ], [ -1.775236538877559, 57.469729009548033 ], [ -1.776025747329564, 57.469624417464708 ], [ -1.776226161326618, 57.470112526534358 ], [ -1.775673763492541, 57.470204066925454 ], [ -1.77627429151185, 57.470967752742872 ], [ -1.775887468037602, 57.471517698470095 ], [ -1.775027004690429, 57.471272740732715 ], [ -1.774341509938543, 57.471585907627833 ] ] ], [ [ [ -1.773000566158671, 57.474354627113634 ], [ -1.773715870254026, 57.474084637323863 ], [ -1.774399877701936, 57.474292460199216 ], [ -1.773785513347548, 57.474687492402872 ], [ -1.773000566158671, 57.474354627113634 ] ] ], [ [ [ -1.767433483019452, 57.479038786269527 ], [ -1.767580113159569, 57.478531541387916 ], [ -1.768348097395811, 57.478652420539731 ], [ -1.768067029139126, 57.479060611277468 ], [ -1.767433483019452, 57.479038786269527 ] ] ], [ [ [ -2.44934981989288, 57.671371551582304 ], [ -2.45025871437233, 57.6705823612252 ], [ -2.450254264457383, 57.67089945494503 ], [ -2.44934981989288, 57.671371551582304 ] ] ], [ [ [ -2.441460908742602, 57.671813421441364 ], [ -2.442282675584149, 57.6715635351785 ], [ -2.441319819347977, 57.672067216667088 ], [ -2.441460908742602, 57.671813421441364 ] ] ], [ [ [ -2.462694242030172, 57.671377330861141 ], [ -2.463106604609618, 57.671242882364773 ], [ -2.462766149715963, 57.671757920758928 ], [ -2.462186112834705, 57.672022327246907 ], [ -2.462694242030172, 57.671377330861141 ] ] ], [ [ [ -2.526810365332428, 57.671565767898521 ], [ -2.527545822218187, 57.671531264096849 ], [ -2.527341940948179, 57.671921951266562 ], [ -2.526812602954636, 57.671951104331129 ], [ -2.526979151703199, 57.671759983272302 ], [ -2.526810365332428, 57.671565767898521 ] ] ], [ [ [ -2.458982514447608, 57.671898359674458 ], [ -2.459486875475029, 57.671878563589651 ], [ -2.458148533427745, 57.672367568871103 ], [ -2.458982514447608, 57.671898359674458 ] ] ], [ [ [ -2.442483527700683, 57.671949972805763 ], [ -2.443250827006495, 57.67190776357171 ], [ -2.443053991065382, 57.67226325689689 ], [ -2.44195536627704, 57.67249435466087 ], [ -2.442483527700683, 57.671949972805763 ] ] ], [ [ [ -2.471017868956258, 57.67190710722339 ], [ -2.471502170434007, 57.671634034648982 ], [ -2.471071437952357, 57.672418005441934 ], [ -2.471017868956258, 57.67190710722339 ] ] ], [ [ [ -2.473633132883687, 57.672292565719715 ], [ -2.474152144582345, 57.672239421485486 ], [ -2.474072781731641, 57.672581049672495 ], [ -2.473633132883687, 57.672292565719715 ] ] ], [ [ [ -2.458127884948974, 57.672458365683163 ], [ -2.45866496524799, 57.672373781250315 ], [ -2.458488301717593, 57.672589100623952 ], [ -2.45784638555245, 57.672736042245795 ], [ -2.458127884948974, 57.672458365683163 ] ] ], [ [ [ -2.454943648759637, 57.672811189851004 ], [ -2.455073392998419, 57.672328369495908 ], [ -2.45543756484801, 57.672358496973494 ], [ -2.454943648759637, 57.672811189851004 ] ] ], [ [ [ -2.461584271646128, 57.67281407630734 ], [ -2.462065326046651, 57.672147623669652 ], [ -2.462313899798861, 57.67218354306231 ], [ -2.461584271646128, 57.67281407630734 ] ] ], [ [ [ -2.48737981287464, 57.673263435904765 ], [ -2.487841418069125, 57.672806249002647 ], [ -2.487660415976258, 57.673309961025609 ], [ -2.48737981287464, 57.673263435904765 ] ] ], [ [ [ -2.195197706712091, 57.674318767404579 ], [ -2.195389518555285, 57.673823547662309 ], [ -2.195717270842122, 57.674288322397992 ], [ -2.195277572096558, 57.674517152299799 ], [ -2.195197706712091, 57.674318767404579 ] ] ], [ [ [ -2.48573574507739, 57.673934457302408 ], [ -2.486206784053636, 57.673553590580902 ], [ -2.486377829545457, 57.673931989891258 ], [ -2.48573574507739, 57.673934457302408 ] ] ], [ [ [ -2.491362306416539, 57.673691757755499 ], [ -2.492179634613316, 57.673260119736156 ], [ -2.493425806441326, 57.673298379946438 ], [ -2.493110709169554, 57.673922088799912 ], [ -2.492280123411702, 57.673994488599348 ], [ -2.49141088931807, 57.673936788382221 ], [ -2.491362306416539, 57.673691757755499 ] ] ], [ [ [ -2.495792072206989, 57.674208924274176 ], [ -2.49627360926817, 57.673622281811198 ], [ -2.496170512753329, 57.674175103696662 ], [ -2.495792072206989, 57.674208924274176 ] ] ], [ [ [ -2.179750181470878, 57.67536206825374 ], [ -2.179839031052479, 57.674683780441065 ], [ -2.180453617076035, 57.674877819627461 ], [ -2.18036169950298, 57.675274068965905 ], [ -2.179750181470878, 57.67536206825374 ] ] ], [ [ [ -2.340320610670011, 57.675855495285205 ], [ -2.340894797819307, 57.674153595717712 ], [ -2.341358226201457, 57.674406545271921 ], [ -2.341153202188055, 57.675246945440811 ], [ -2.340927760482739, 57.675878112185224 ], [ -2.340320610670011, 57.675855495285205 ] ] ], [ [ [ -2.340130955603704, 57.676729086765064 ], [ -2.340577860688244, 57.675932948904347 ], [ -2.340709978624201, 57.676611656231096 ], [ -2.340130955603704, 57.676729086765064 ] ] ], [ [ [ -2.208219747004634, 57.678757685071204 ], [ -2.208366056071358, 57.678540971239279 ], [ -2.209068747819133, 57.678564961352151 ], [ -2.209108731165907, 57.678811009461661 ], [ -2.208219747004634, 57.678757685071204 ] ] ], [ [ [ -2.221152300359083, 57.68009833261258 ], [ -2.221800051302786, 57.679631916055001 ], [ -2.221686426292315, 57.68024560461113 ], [ -2.222107875028318, 57.680338280505978 ], [ -2.221359439733864, 57.680519238663315 ], [ -2.221152300359083, 57.68009833261258 ] ] ], [ [ [ -2.585227216675743, 57.679435399249648 ], [ -2.585419967335593, 57.679118325325234 ], [ -2.586255763020841, 57.679683941919592 ], [ -2.585227216675743, 57.679435399249648 ] ] ], [ [ [ -2.229119650496148, 57.681024588231452 ], [ -2.228692399451911, 57.680281629524643 ], [ -2.229817557312744, 57.680548159209813 ], [ -2.229949308036122, 57.68096379893661 ], [ -2.229119650496148, 57.681024588231452 ] ] ], [ [ [ -2.158978290856088, 57.684018266892181 ], [ -2.158641031753448, 57.683592931909267 ], [ -2.15827426360889, 57.683704771757256 ], [ -2.158582997486809, 57.68336036437249 ], [ -2.159425169952418, 57.683437450318031 ], [ -2.158978290856088, 57.684018266892181 ] ] ], [ [ [ -2.323341064009469, 57.688419583025613 ], [ -2.324155185664689, 57.687932455302295 ], [ -2.323292081660928, 57.688757442460286 ], [ -2.323341064009469, 57.688419583025613 ] ] ], [ [ [ -2.728105276342848, 57.687513740565691 ], [ -2.728719801803642, 57.687212880658116 ], [ -2.728803255867675, 57.687443251407686 ], [ -2.728105276342848, 57.687513740565691 ] ] ], [ [ [ -2.288187270138144, 57.689727057048643 ], [ -2.288338105814222, 57.689501258050335 ], [ -2.288899291250871, 57.689624831081218 ], [ -2.288187270138144, 57.689727057048643 ] ] ], [ [ [ -2.31792310129575, 57.69103009747667 ], [ -2.31834600029938, 57.690481114232604 ], [ -2.318280046250161, 57.690801947908888 ], [ -2.31792310129575, 57.69103009747667 ] ] ], [ [ [ -2.318396976927214, 57.691702577066444 ], [ -2.318261426886997, 57.691356201916832 ], [ -2.318763397319639, 57.691407035157482 ], [ -2.318396976927214, 57.691702577066444 ] ] ], [ [ [ -1.999367551560704, 57.692068603211233 ], [ -1.998991833647778, 57.691563800370076 ], [ -1.999560448273196, 57.691974290250045 ], [ -2.000991225809944, 57.69180990945015 ], [ -2.00060041649127, 57.692336271204418 ], [ -1.999367551560704, 57.692068603211233 ] ] ], [ [ [ -2.751008319821887, 57.691279206467861 ], [ -2.751469538139246, 57.690952197943218 ], [ -2.751832326258467, 57.690975194140137 ], [ -2.751550962756359, 57.691239156271529 ], [ -2.751008319821887, 57.691279206467861 ] ] ], [ [ [ -2.752080427172613, 57.69129170243508 ], [ -2.752591392040734, 57.690937446433523 ], [ -2.752356637589438, 57.691426595417418 ], [ -2.752080427172613, 57.69129170243508 ] ] ], [ [ [ -2.755075065834608, 57.690671138755775 ], [ -2.755512633199101, 57.690660442680873 ], [ -2.755087377118127, 57.691504647099272 ], [ -2.755075065834608, 57.690671138755775 ] ] ], [ [ [ -2.74954537503821, 57.691266322329142 ], [ -2.750473751277988, 57.691223093073702 ], [ -2.750715621348585, 57.691482152576242 ], [ -2.749894071041265, 57.6915813406778 ], [ -2.74954537503821, 57.691266322329142 ] ] ], [ [ [ -2.754686290542021, 57.691576205520185 ], [ -2.754516186771664, 57.690736452094917 ], [ -2.754900665469816, 57.690753920623941 ], [ -2.754686290542021, 57.691576205520185 ] ] ], [ [ [ -2.757161110561087, 57.692331227298865 ], [ -2.7574261154927, 57.691606545030183 ], [ -2.757756122903306, 57.691826438643481 ], [ -2.757161110561087, 57.692331227298865 ] ] ], [ [ [ -2.289839620937457, 57.695005757576844 ], [ -2.289669318147177, 57.694476193637968 ], [ -2.290217884233896, 57.694689612464366 ], [ -2.289839620937457, 57.695005757576844 ] ] ], [ [ [ -2.761937342180326, 57.69299780960619 ], [ -2.761914460585396, 57.692786857072718 ], [ -2.762280688472857, 57.692972387148608 ], [ -2.761944489957612, 57.693338205810541 ], [ -2.761937342180326, 57.69299780960619 ] ] ], [ [ [ -2.792541405112821, 57.700002198631559 ], [ -2.790560689088893, 57.699498088181919 ], [ -2.789809756273685, 57.699530622704145 ], [ -2.78907779824155, 57.7000498903599 ], [ -2.788956027546657, 57.699696735827764 ], [ -2.788857224807732, 57.700322539323103 ], [ -2.788424699381993, 57.700184208017284 ], [ -2.78862449545681, 57.699650296181559 ], [ -2.788099033856508, 57.699944604970398 ], [ -2.789353947246684, 57.69747376008862 ], [ -2.788068705726303, 57.696772145785602 ], [ -2.787136236993728, 57.696786033302558 ], [ -2.786556050023886, 57.697185772510231 ], [ -2.786655093245027, 57.696724350400572 ], [ -2.786074590582293, 57.697109717220329 ], [ -2.786643106291622, 57.696480996901897 ], [ -2.78629159230501, 57.696052915647655 ], [ -2.785612781431557, 57.696004134166834 ], [ -2.785760790803278, 57.694859732296607 ], [ -2.781596493562358, 57.694052835083028 ], [ -2.779872397819908, 57.692978376036933 ], [ -2.777884607136404, 57.692430995984175 ], [ -2.774375569401216, 57.69385379990144 ], [ -2.77461784332991, 57.69325856881435 ], [ -2.773523346525807, 57.693379342483652 ], [ -2.77253676969883, 57.692817670413845 ], [ -2.772746936692978, 57.692525351733224 ], [ -2.77204826346451, 57.692642796735413 ], [ -2.772078951837329, 57.692350675787978 ], [ -2.771830501947753, 57.692499505648165 ], [ -2.771282534436447, 57.692210014728289 ], [ -2.770613405150874, 57.692375777651051 ], [ -2.770784149685019, 57.692911895703553 ], [ -2.769906017421613, 57.692557040159294 ], [ -2.769718698388815, 57.692899517474352 ], [ -2.769177359058164, 57.69244739260813 ], [ -2.766954863198984, 57.69269083601629 ], [ -2.76612548798755, 57.693054264485475 ], [ -2.764761669079191, 57.692415768976396 ], [ -2.763755009232011, 57.692645514635231 ], [ -2.763828745448881, 57.693120247418271 ], [ -2.763263255540689, 57.692952092432876 ], [ -2.76348196491414, 57.692424394609588 ], [ -2.762557003475963, 57.693030007317944 ], [ -2.761349116740096, 57.692465090818459 ], [ -2.760477562916824, 57.69313953260793 ], [ -2.760166998206703, 57.69280814543864 ], [ -2.759292966787369, 57.693766442792743 ], [ -2.758914009481351, 57.693533372881561 ], [ -2.759256118135741, 57.693849303458393 ], [ -2.758534331185275, 57.694388992652144 ], [ -2.758424424491571, 57.693865968070646 ], [ -2.757754476784398, 57.694157423408683 ], [ -2.757986890634307, 57.693719479046081 ], [ -2.757604277446704, 57.69411430815591 ], [ -2.758333555798766, 57.691765491144807 ], [ -2.75728753623924, 57.691557072075319 ], [ -2.757794380987543, 57.690847109997527 ], [ -2.756584780411394, 57.691238801737512 ], [ -2.756565576551051, 57.690398148540638 ], [ -2.756026369178028, 57.690521737626021 ], [ -2.755453372138956, 57.691439584696852 ], [ -2.755692007035814, 57.690574935491142 ], [ -2.753941817186923, 57.690702148815632 ], [ -2.753605118152007, 57.691612291404951 ], [ -2.753589113512172, 57.690760839924671 ], [ -2.752815220873614, 57.690245356061922 ], [ -2.752777669801704, 57.690699198809298 ], [ -2.751406700468133, 57.690509730895528 ], [ -2.751772625966046, 57.690765356929859 ], [ -2.750941269032769, 57.690957130527394 ], [ -2.750590247893452, 57.690529846822372 ], [ -2.750390609573597, 57.691096033806438 ], [ -2.749635478069222, 57.690431308936752 ], [ -2.749818817623475, 57.691186554082911 ], [ -2.749269964781345, 57.690519706325375 ], [ -2.749369917826513, 57.691136216165901 ], [ -2.748838105707714, 57.690969594102739 ], [ -2.748955057564197, 57.689971838009008 ], [ -2.749420133641575, 57.69023766296457 ], [ -2.749303555041685, 57.689303268918557 ], [ -2.748904687320382, 57.68964427273086 ], [ -2.748268778121894, 57.688983325364326 ], [ -2.747779121760048, 57.689558408987224 ], [ -2.748413461419335, 57.687133858654029 ], [ -2.747828409460689, 57.686659445478739 ], [ -2.746995857952922, 57.686626636566253 ], [ -2.747866842981974, 57.686571189208806 ], [ -2.747537522442564, 57.686216527517061 ], [ -2.747110712616282, 57.686502897351758 ], [ -2.747480154859736, 57.686199799562125 ], [ -2.746860854480852, 57.68634178804529 ], [ -2.746759391910341, 57.686056741425887 ], [ -2.748017183024573, 57.684181836660208 ], [ -2.748135115058353, 57.683394266549932 ], [ -2.747475442184947, 57.682631952488059 ], [ -2.745870475809596, 57.68287227616856 ], [ -2.740430561330762, 57.681898181409942 ], [ -2.738549851649436, 57.681938816284017 ], [ -2.736224202794977, 57.683027582852354 ], [ -2.735786456761527, 57.683438835632089 ], [ -2.736131175397603, 57.684477010470047 ], [ -2.735702584418186, 57.684678916017681 ], [ -2.73549794765247, 57.684180675691145 ], [ -2.734799343277727, 57.68405089472752 ], [ -2.734560980213873, 57.684288519989096 ], [ -2.733401013168065, 57.684067092175233 ], [ -2.732071701783615, 57.68426252589073 ], [ -2.731507093651792, 57.685288903989573 ], [ -2.731949427362902, 57.686182804383527 ], [ -2.73108021900997, 57.686077344270956 ], [ -2.730978856254306, 57.686540531138526 ], [ -2.730199113873255, 57.686380652787498 ], [ -2.729862772897874, 57.686585598921518 ], [ -2.729750444670488, 57.686337430262043 ], [ -2.728515912160001, 57.686998473655592 ], [ -2.72745077773851, 57.686824950923913 ], [ -2.727440869364537, 57.687083705166685 ], [ -2.726621035435973, 57.687099194885043 ], [ -2.726671340248739, 57.687517492506402 ], [ -2.725724462908527, 57.68747082813239 ], [ -2.726055870225734, 57.687856074473942 ], [ -2.72455183510833, 57.687793733770057 ], [ -2.724207317352008, 57.688431669917549 ], [ -2.724743948259146, 57.688847183755215 ], [ -2.723470265879384, 57.689404203861983 ], [ -2.721804974861807, 57.689417307261387 ], [ -2.722120381104942, 57.688999616227719 ], [ -2.72164147087455, 57.68920804849693 ], [ -2.721489564154665, 57.688907101522403 ], [ -2.721428731211477, 57.689306272981298 ], [ -2.720348617526536, 57.689900782553366 ], [ -2.720100449668493, 57.689397376652764 ], [ -2.719444616288052, 57.690665847918112 ], [ -2.719170649778172, 57.69029912145691 ], [ -2.719040282883072, 57.690915165775309 ], [ -2.718369170498514, 57.690821966174781 ], [ -2.718188585184606, 57.691359248327828 ], [ -2.717927496633689, 57.691134370132168 ], [ -2.717806568420215, 57.691889588671714 ], [ -2.717443101190263, 57.692001236784748 ], [ -2.717492952168304, 57.691638059961193 ], [ -2.717115696040258, 57.691730922016433 ], [ -2.716783850964888, 57.691320504102357 ], [ -2.716703211394093, 57.6923332918144 ], [ -2.716319931807202, 57.691866574098867 ], [ -2.716411151573978, 57.692238832595763 ], [ -2.715961658787601, 57.692326710601343 ], [ -2.715449675553137, 57.691712506715767 ], [ -2.715429341376032, 57.692382718200065 ], [ -2.714974724181773, 57.692466130393676 ], [ -2.714491179913348, 57.691847270743189 ], [ -2.714214549167411, 57.692706663600084 ], [ -2.713221189829015, 57.692093370354172 ], [ -2.713876537908142, 57.69164054862275 ], [ -2.713204824747573, 57.691602118448536 ], [ -2.713023830104476, 57.691268988479841 ], [ -2.713495562406238, 57.691288785794001 ], [ -2.712946261550806, 57.690650529464534 ], [ -2.71175986917246, 57.690710205246972 ], [ -2.711234925777627, 57.690542488915973 ], [ -2.711854033120697, 57.69038001684067 ], [ -2.71019978895839, 57.690274335913024 ], [ -2.710411347621184, 57.689942591401888 ], [ -2.709778734284102, 57.689757508465725 ], [ -2.71050776825964, 57.688870434601697 ], [ -2.7094069839567, 57.689703003275277 ], [ -2.710394650792497, 57.688575544568337 ], [ -2.709626580373444, 57.68901011744201 ], [ -2.709389060182159, 57.688442855337279 ], [ -2.709029183552368, 57.688566136533609 ], [ -2.709574063896659, 57.688297199314682 ], [ -2.708373999173272, 57.688683884246139 ], [ -2.708119028891362, 57.687221159540108 ], [ -2.707553659660891, 57.687041078772658 ], [ -2.706623544399895, 57.687422644408109 ], [ -2.706655064146869, 57.686026583648129 ], [ -2.705388334400773, 57.686173779394444 ], [ -2.704783628550582, 57.686902937256626 ], [ -2.70439293832208, 57.686561980374925 ], [ -2.704200710558603, 57.687027446919828 ], [ -2.704505988972748, 57.686251453821306 ], [ -2.703807444240719, 57.686293966237251 ], [ -2.703111359483973, 57.686809840163967 ], [ -2.703038488628883, 57.685818574340203 ], [ -2.702419809806527, 57.685914530478108 ], [ -2.702299312340697, 57.685581049435839 ], [ -2.701628512934595, 57.686103960908056 ], [ -2.699492191901861, 57.686209207561035 ], [ -2.698655266900702, 57.686817457031452 ], [ -2.69861097377827, 57.686084727884527 ], [ -2.699090130399711, 57.685797335402526 ], [ -2.698444646049934, 57.685633825299561 ], [ -2.697827767407782, 57.685998326410058 ], [ -2.69791700157069, 57.685493016527509 ], [ -2.697072911559494, 57.685641390039983 ], [ -2.697227099728133, 57.685286629139078 ], [ -2.695914167072458, 57.685386377279137 ], [ -2.695854884182726, 57.684743554850293 ], [ -2.695120317792277, 57.68491826054882 ], [ -2.695033497271505, 57.684588180753416 ], [ -2.694673075001603, 57.684858737497969 ], [ -2.694774499821861, 57.684550080146018 ], [ -2.693995387339788, 57.684412432230197 ], [ -2.693142275468014, 57.685405185817416 ], [ -2.692043251184341, 57.685201909146357 ], [ -2.692433451169173, 57.685524043185971 ], [ -2.691272425852207, 57.686380137742745 ], [ -2.691317296966012, 57.685654105320303 ], [ -2.690827628800376, 57.685744808489879 ], [ -2.69041241418412, 57.685165007841874 ], [ -2.69119782516467, 57.68545714268069 ], [ -2.691405150279698, 57.684807472188162 ], [ -2.690941540461423, 57.68468065653424 ], [ -2.69069521702865, 57.685043996880317 ], [ -2.690533988885978, 57.684591259822959 ], [ -2.68878359664617, 57.685852963449165 ], [ -2.688054599632518, 57.685705125381219 ], [ -2.687812565327519, 57.685942681437588 ], [ -2.689279464061553, 57.686353283857052 ], [ -2.689555564382991, 57.686055356493092 ], [ -2.68901437888189, 57.685906500243803 ], [ -2.689583928367776, 57.685871060366019 ], [ -2.689555114315052, 57.686473045841637 ], [ -2.686962826239816, 57.686238331250451 ], [ -2.687378089152687, 57.686468723014187 ], [ -2.686656147820644, 57.686871466482444 ], [ -2.68580857525274, 57.686573352732481 ], [ -2.6855022587892, 57.685184519936264 ], [ -2.686745834413979, 57.683722608930715 ], [ -2.685929458064714, 57.683207848131168 ], [ -2.683582703022449, 57.682818132642332 ], [ -2.681716748185321, 57.682846165609327 ], [ -2.680448310824268, 57.68424348648719 ], [ -2.680715731953158, 57.684552842819464 ], [ -2.679254946059118, 57.685087068600794 ], [ -2.67818612423476, 57.685956919193089 ], [ -2.677517570230671, 57.686169793264462 ], [ -2.676956553440362, 57.685494617041215 ], [ -2.67591865397223, 57.685687002017573 ], [ -2.674702714737501, 57.686948347434424 ], [ -2.672663001573307, 57.687476599585551 ], [ -2.671205707753234, 57.689209876112741 ], [ -2.67014272142888, 57.689050232476902 ], [ -2.669255458335401, 57.689960363819893 ], [ -2.669039264834917, 57.689788145006602 ], [ -2.668120551988695, 57.690085828538862 ], [ -2.667511132668674, 57.69060284336279 ], [ -2.666227445946932, 57.689569436340356 ], [ -2.664858210230211, 57.689080804846689 ], [ -2.663659014130616, 57.688991885915065 ], [ -2.663258831939336, 57.689396399741881 ], [ -2.662369812798067, 57.689025588677225 ], [ -2.661425292668307, 57.689197603808282 ], [ -2.661552138475572, 57.688427141446454 ], [ -2.660932011957936, 57.68845194017117 ], [ -2.662199053339088, 57.686929071085821 ], [ -2.661621551277022, 57.686530574856896 ], [ -2.660396491550669, 57.686397746306547 ], [ -2.659365613523311, 57.686705832625101 ], [ -2.659239988154444, 57.6863453911511 ], [ -2.658548207296678, 57.686301386464926 ], [ -2.657796251570832, 57.686453509114635 ], [ -2.658185054368726, 57.686714674088165 ], [ -2.656224400832759, 57.68661886477598 ], [ -2.655605533035086, 57.68699035494155 ], [ -2.655868109442649, 57.686671014094159 ], [ -2.655135797774861, 57.68689038768612 ], [ -2.655152100412104, 57.686399859523462 ], [ -2.653450121142927, 57.687069771833372 ], [ -2.651388016876334, 57.687022018651085 ], [ -2.651263380877235, 57.687553524950999 ], [ -2.650185177044716, 57.687847407716703 ], [ -2.649627891162672, 57.687915842290529 ], [ -2.649124493462977, 57.687527687967183 ], [ -2.648753403279787, 57.687691275864395 ], [ -2.64842831304412, 57.687144112767946 ], [ -2.647409889776563, 57.686746912811337 ], [ -2.648672844937128, 57.685623921698543 ], [ -2.647534594035774, 57.685652208468156 ], [ -2.647363085780682, 57.685439303044376 ], [ -2.648648984580319, 57.684382664792679 ], [ -2.648286553485589, 57.683808745124196 ], [ -2.647004584664611, 57.683956332423769 ], [ -2.645821775671617, 57.683645293946462 ], [ -2.645138170934777, 57.684151800599437 ], [ -2.644530085334051, 57.684095615438736 ], [ -2.644526380562929, 57.683414762158478 ], [ -2.646292475789377, 57.682861414236712 ], [ -2.647258929874753, 57.681197408294317 ], [ -2.645881489727687, 57.682571582261893 ], [ -2.644163862078946, 57.681981207566274 ], [ -2.643651288579702, 57.682391621095725 ], [ -2.642789694306294, 57.682222639589156 ], [ -2.642789285405662, 57.682578347986968 ], [ -2.64260537370325, 57.682230761917317 ], [ -2.642047584397397, 57.68264588976438 ], [ -2.642381429555847, 57.682084586464789 ], [ -2.641833376556001, 57.682386484666566 ], [ -2.641778406684133, 57.681933148161477 ], [ -2.640651039691754, 57.682001739335121 ], [ -2.640019862374029, 57.680728523201054 ], [ -2.638215004270602, 57.680221148260863 ], [ -2.635690922959468, 57.680580580091778 ], [ -2.635458177242688, 57.680408387498993 ], [ -2.634855953337312, 57.680778794393156 ], [ -2.634103889816003, 57.680347814124985 ], [ -2.632395385940677, 57.681322880536754 ], [ -2.63221930380307, 57.681033626588125 ], [ -2.631496292861086, 57.681114486897428 ], [ -2.631208913911145, 57.680788958901637 ], [ -2.630598628844104, 57.680794697070304 ], [ -2.630001537098543, 57.680980914352887 ], [ -2.630102131619761, 57.681269649078352 ], [ -2.629131561864531, 57.681483770943309 ], [ -2.629478091362034, 57.680869442465259 ], [ -2.629039797096664, 57.680930008577725 ], [ -2.628778118011083, 57.68053787702118 ], [ -2.624583814679509, 57.68080387516877 ], [ -2.62280814356562, 57.681692012893201 ], [ -2.622094085793003, 57.680633798211716 ], [ -2.620832883459086, 57.680328301944137 ], [ -2.620011194956811, 57.680424851020618 ], [ -2.618866643677788, 57.681157136735742 ], [ -2.616849207979391, 57.681544252979371 ], [ -2.616506914608338, 57.68133483353909 ], [ -2.615315691124429, 57.681496029496053 ], [ -2.615752116152992, 57.68073039661784 ], [ -2.615288488176046, 57.680484736289138 ], [ -2.616415989195795, 57.679831611793489 ], [ -2.616204144756337, 57.679403281895972 ], [ -2.61563730858911, 57.679201241349467 ], [ -2.614178764079756, 57.679713145374564 ], [ -2.613935217290813, 57.679193344502558 ], [ -2.612514452754195, 57.679063697941324 ], [ -2.610827312055143, 57.679644936546033 ], [ -2.610435297748812, 57.680165116812148 ], [ -2.60992338864119, 57.680037340145141 ], [ -2.608316418634157, 57.680604684709515 ], [ -2.60828704680845, 57.68095334538048 ], [ -2.607427376149554, 57.681087721555379 ], [ -2.607768231485965, 57.681214533688681 ], [ -2.60710188253515, 57.681478224394191 ], [ -2.605340744619783, 57.681555828336784 ], [ -2.603246491655395, 57.680963108902333 ], [ -2.601707344075214, 57.681381835140762 ], [ -2.601619479031556, 57.681847544123158 ], [ -2.601140955940738, 57.681507587314179 ], [ -2.60063484153889, 57.681729163043848 ], [ -2.599458063287666, 57.681551502465211 ], [ -2.598241202955712, 57.682095311364662 ], [ -2.59745759130529, 57.681760376015781 ], [ -2.597289849230471, 57.681145870169885 ], [ -2.595145837249913, 57.679349603476759 ], [ -2.592640452402228, 57.6784110217788 ], [ -2.592012307526634, 57.678758889048311 ], [ -2.59221977739815, 57.678422872526482 ], [ -2.591508025387595, 57.678476504253474 ], [ -2.591610243412683, 57.678266735142572 ], [ -2.591308929307053, 57.678503484134424 ], [ -2.591413111797003, 57.678208372714877 ], [ -2.590812786515964, 57.67810249018094 ], [ -2.589005702297695, 57.678543871009381 ], [ -2.587374235222328, 57.678338572574567 ], [ -2.586055149377169, 57.678786626792885 ], [ -2.585348821058054, 57.6785536586547 ], [ -2.585247202356856, 57.677762775193862 ], [ -2.583858392954064, 57.677524870142378 ], [ -2.582912018746113, 57.677690020298556 ], [ -2.583027543435033, 57.678201487353185 ], [ -2.582440872458764, 57.67779548855345 ], [ -2.581092331177713, 57.67808194258027 ], [ -2.579985834287654, 57.679666133893555 ], [ -2.57853306763201, 57.67962607727555 ], [ -2.579219639808599, 57.679883426397254 ], [ -2.578284784828282, 57.679724222828071 ], [ -2.577260468534103, 57.680687327285213 ], [ -2.577945514674476, 57.680637490864058 ], [ -2.578530827536083, 57.680642899736633 ], [ -2.579097855168344, 57.680237892096436 ], [ -2.578172350932275, 57.680034630922073 ], [ -2.57915914889016, 57.680190902814616 ], [ -2.579539088418495, 57.679831661705897 ], [ -2.58071583392641, 57.680121787783364 ], [ -2.579670805206447, 57.679994538659095 ], [ -2.57861399022114, 57.680705396476206 ], [ -2.578135033954408, 57.680656742882675 ], [ -2.577917135604992, 57.680664363924514 ], [ -2.576039056369106, 57.68244267333251 ], [ -2.575605767623355, 57.682085348056432 ], [ -2.574982300208284, 57.682531017227987 ], [ -2.574938355319258, 57.682191680920738 ], [ -2.574588089723155, 57.682734913018379 ], [ -2.574489977403152, 57.68225749309341 ], [ -2.574171763758186, 57.682707161154369 ], [ -2.574210233065505, 57.681958749800287 ], [ -2.573347289955064, 57.681895295354778 ], [ -2.572671688877104, 57.682333105159366 ], [ -2.572698937956115, 57.681828169052828 ], [ -2.572437986932532, 57.682294640124567 ], [ -2.572469419716761, 57.681735790540351 ], [ -2.572182994587771, 57.682075724051323 ], [ -2.571878047747844, 57.681559714745298 ], [ -2.572579871609412, 57.681508933351374 ], [ -2.571957175004691, 57.681473125667708 ], [ -2.572061374002602, 57.681062157295372 ], [ -2.570559827016519, 57.681228825572475 ], [ -2.568372607288538, 57.6793730197858 ], [ -2.567913895508936, 57.677812136186823 ], [ -2.568395643492964, 57.676560515467024 ], [ -2.567405814132243, 57.675771809890996 ], [ -2.56735319197076, 57.675086685804544 ], [ -2.564275436176126, 57.673608469539168 ], [ -2.559894316925718, 57.67271801673288 ], [ -2.558068616152441, 57.671845805952266 ], [ -2.553638451088115, 57.670683185829802 ], [ -2.547499069150382, 57.669879034503069 ], [ -2.544390418081024, 57.669946347153015 ], [ -2.540965657123361, 57.669050222768831 ], [ -2.54009488433456, 57.669450069305562 ], [ -2.539531902795431, 57.66935546183305 ], [ -2.539155455139534, 57.669743311552203 ], [ -2.538166929509602, 57.669552602794369 ], [ -2.536290788248323, 57.670099517334428 ], [ -2.53479543773597, 57.669756432487667 ], [ -2.534173117671779, 57.670185727500971 ], [ -2.534074847390744, 57.669887027722083 ], [ -2.531101625940446, 57.669816909075458 ], [ -2.527708150748254, 57.670473356101148 ], [ -2.527359233956182, 57.670919441175002 ], [ -2.525912794886535, 57.670708987398889 ], [ -2.52472649521685, 57.671330108353054 ], [ -2.522649223655772, 57.670968633446165 ], [ -2.520925189687021, 57.670570638751549 ], [ -2.522692176858443, 57.670923686683359 ], [ -2.523103391292878, 57.670493382517257 ], [ -2.522160609238672, 57.670098458822252 ], [ -2.523476084030444, 57.670297820347599 ], [ -2.522531135639165, 57.669868775179253 ], [ -2.523353980500014, 57.669967772640057 ], [ -2.522363672942749, 57.668831997499346 ], [ -2.522018924179792, 57.670037963231003 ], [ -2.521369704696412, 57.670472695336997 ], [ -2.522280479116137, 57.668758685225491 ], [ -2.520615542452854, 57.667096615841238 ], [ -2.520400120196683, 57.666100453591206 ], [ -2.516219249963455, 57.665125030228879 ], [ -2.514308511160245, 57.664301042818643 ], [ -2.513934590508697, 57.660973676726208 ], [ -2.513638851911339, 57.660800619197211 ], [ -2.513685274770389, 57.661950181059986 ], [ -2.513397922637514, 57.661185147113024 ], [ -2.513718533587841, 57.659324482762869 ], [ -2.514684142758077, 57.657926483304855 ], [ -2.518682989682203, 57.655838794900873 ], [ -2.519566937146247, 57.655429159826944 ], [ -2.519784564585752, 57.655297121847283 ], [ -2.520127537986133, 57.655142111863967 ], [ -2.521668516622603, 57.654396509151276 ], [ -2.522192068222392, 57.654098825828498 ], [ -2.525518758010882, 57.652630786116966 ], [ -2.52563193629075, 57.652578217502679 ], [ -2.525643573602748, 57.652571881414069 ], [ -2.526505976061984, 57.652305107707733 ], [ -2.527758521668759, 57.652021430112903 ], [ -2.528039630049044, 57.651995105637077 ], [ -2.528393516907964, 57.651903802800298 ], [ -2.52796189151409, 57.651718770877551 ], [ -2.528541556033057, 57.651483703752135 ], [ -2.52815435250875, 57.651472746282593 ], [ -2.524840121468593, 57.652280594722853 ], [ -2.519956061467454, 57.654166426021725 ], [ -2.514552522182584, 57.657034165282475 ], [ -2.51261447194051, 57.658873553988563 ], [ -2.51210480050594, 57.658858552402187 ], [ -2.512510470329849, 57.658985357643445 ], [ -2.512143788341251, 57.660910878937734 ], [ -2.512473503066436, 57.662185945699207 ], [ -2.512037912922674, 57.663624897643068 ], [ -2.513415782882899, 57.663634581511197 ], [ -2.513504343958306, 57.664208198680598 ], [ -2.512802410569405, 57.664470638793944 ], [ -2.51082338722933, 57.664503798641817 ], [ -2.509044693605964, 57.66591492234236 ], [ -2.50680222682392, 57.666294003889568 ], [ -2.504703747880591, 57.668353080162078 ], [ -2.502613375900797, 57.669682716787364 ], [ -2.50080114777636, 57.669433008667539 ], [ -2.499654592125045, 57.670412134318994 ], [ -2.500238948422939, 57.669387626766131 ], [ -2.498560720283485, 57.669982600830572 ], [ -2.49762047440718, 57.671464807116791 ], [ -2.498710692709514, 57.671747949972563 ], [ -2.496434536440707, 57.672639874162023 ], [ -2.496411219790131, 57.673019022902643 ], [ -2.498229514644782, 57.672844800947949 ], [ -2.499311034940347, 57.671638690843345 ], [ -2.499385240529434, 57.671305150750676 ], [ -2.498598321488745, 57.671011836026814 ], [ -2.49881111960647, 57.670393905876615 ], [ -2.500205543519735, 57.670978542758881 ], [ -2.499038115493283, 57.670687633274348 ], [ -2.49960276952904, 57.671641131786259 ], [ -2.498381426924252, 57.672919654620962 ], [ -2.497495895008343, 57.673139616578275 ], [ -2.495115438901375, 57.673276507186863 ], [ -2.488861407188438, 57.671736100496275 ], [ -2.486624610773882, 57.672330378313205 ], [ -2.486311703312591, 57.672750161337589 ], [ -2.486038627725348, 57.672514075815556 ], [ -2.485407625392337, 57.67296741513946 ], [ -2.484752429486355, 57.672739978682962 ], [ -2.484024545420889, 57.673473034673428 ], [ -2.483264675675515, 57.673442705405144 ], [ -2.483522639212009, 57.672922537328624 ], [ -2.482588634103039, 57.673286298301988 ], [ -2.48267368789928, 57.673000333739374 ], [ -2.481483040524591, 57.673101881624497 ], [ -2.48101406472739, 57.672629395830818 ], [ -2.480180673055984, 57.673123000975849 ], [ -2.479307374204862, 57.673135295769349 ], [ -2.479062819624389, 57.673659895502013 ], [ -2.478848359097208, 57.673288836747915 ], [ -2.478213199065495, 57.673561609665221 ], [ -2.478445896846542, 57.673281377398531 ], [ -2.477747999976984, 57.673755590740797 ], [ -2.477540363269047, 57.673265038278814 ], [ -2.476892029990302, 57.673556717292087 ], [ -2.477137677574013, 57.673112959178823 ], [ -2.476067022508063, 57.673417005282431 ], [ -2.475859240830634, 57.673041425188615 ], [ -2.474638796263378, 57.673173560845704 ], [ -2.474930315608982, 57.672646098700412 ], [ -2.474501476194349, 57.672159066405555 ], [ -2.473897263625343, 57.672106539173576 ], [ -2.474403787540475, 57.671226162759659 ], [ -2.472700531344738, 57.670581316904496 ], [ -2.471820977608461, 57.671526853590919 ], [ -2.471558269895826, 57.671177520257324 ], [ -2.47057989429269, 57.671098526308143 ], [ -2.470015031140256, 57.671623401585677 ], [ -2.470299800433963, 57.671864867417099 ], [ -2.469367489284483, 57.672367751289286 ], [ -2.469862642636655, 57.671765889487084 ], [ -2.469314636317698, 57.672040090389451 ], [ -2.469482274416558, 57.671650530968385 ], [ -2.468650976274113, 57.672056923060694 ], [ -2.466199936431239, 57.672444139672642 ], [ -2.467532804793992, 57.671277797482091 ], [ -2.466572698618395, 57.670793599487602 ], [ -2.465194666499005, 57.671445407216773 ], [ -2.465050257321743, 57.670903402326779 ], [ -2.464782406071931, 57.671194517918863 ], [ -2.464583192863206, 57.670823379169974 ], [ -2.463557013831727, 57.67185652550998 ], [ -2.463349505202615, 57.671097376363278 ], [ -2.461474221986184, 57.671146449851449 ], [ -2.460673806245864, 57.671614655141916 ], [ -2.460461928117477, 57.671299246907729 ], [ -2.459161159446752, 57.67184022402018 ], [ -2.459382361175401, 57.671568152910247 ], [ -2.458272220813074, 57.67100988329387 ], [ -2.457196695057795, 57.671600325165258 ], [ -2.457165128717237, 57.670957300930795 ], [ -2.456692068959947, 57.670799123655527 ], [ -2.456218484597789, 57.671799673351238 ], [ -2.455216391722669, 57.672234438178975 ], [ -2.45549365176188, 57.67121663482385 ], [ -2.455199585271573, 57.671428779432105 ], [ -2.455098064341438, 57.670685403858194 ], [ -2.453465085846905, 57.67120865432053 ], [ -2.454028362592831, 57.670538344558622 ], [ -2.45342975713014, 57.670661754191983 ], [ -2.453690619993461, 57.670341046014713 ], [ -2.452189511787505, 57.671223101985888 ], [ -2.453506624122049, 57.670239306807716 ], [ -2.452910560762605, 57.670431869192946 ], [ -2.453099970157818, 57.669758410604352 ], [ -2.451449007909939, 57.669508316838623 ], [ -2.450439110097232, 57.67052962108108 ], [ -2.450142615370923, 57.67027737369753 ], [ -2.450776424234093, 57.669478379342998 ], [ -2.449936500482182, 57.669336753998962 ], [ -2.44937174166751, 57.669756442503363 ], [ -2.449784324493764, 57.669231303237225 ], [ -2.447830283211776, 57.669955929497931 ], [ -2.44862466895188, 57.669124938947142 ], [ -2.448001841303683, 57.669458596482805 ], [ -2.448371122986576, 57.669090806824727 ], [ -2.447114282361255, 57.668850935803896 ], [ -2.446400020371252, 57.668974721061304 ], [ -2.446120964120948, 57.669592794980204 ], [ -2.443740316589038, 57.671356325992001 ], [ -2.442724020091687, 57.671324856410052 ], [ -2.441429620161736, 57.671721910476499 ], [ -2.440887887817465, 57.671563913933618 ], [ -2.441352591192324, 57.671039519142006 ], [ -2.440654759714556, 57.671279087036091 ], [ -2.440287233358122, 57.67083214674664 ], [ -2.439483796100492, 57.671349631014827 ], [ -2.439034581371778, 57.670800571938557 ], [ -2.43760867007554, 57.671276189977462 ], [ -2.437876839737481, 57.671688450752249 ], [ -2.437010381428323, 57.672267217407381 ], [ -2.437265863002756, 57.67176511826424 ], [ -2.43666942696155, 57.672075274168087 ], [ -2.436848328729712, 57.671617453845023 ], [ -2.434720263738635, 57.671141535126857 ], [ -2.433114965668905, 57.671903358068377 ], [ -2.433043689617703, 57.671549696924203 ], [ -2.432599581763786, 57.671561995622035 ], [ -2.432545649476667, 57.672382270033268 ], [ -2.431971715091397, 57.67275610148728 ], [ -2.432446553437011, 57.672085292632012 ], [ -2.431381204720279, 57.67187694706719 ], [ -2.430342493353649, 57.67363204650357 ], [ -2.429576810858201, 57.673815194932615 ], [ -2.429595091954304, 57.673234872283764 ], [ -2.427775931779875, 57.674218319120072 ], [ -2.42847718078735, 57.673262018673341 ], [ -2.428420448609615, 57.67229031929017 ], [ -2.427199426570066, 57.671815689635437 ], [ -2.4256858523146, 57.672266318319672 ], [ -2.425869542115911, 57.671918980753027 ], [ -2.425192140439308, 57.671765865106629 ], [ -2.423935461833806, 57.672252436561244 ], [ -2.424365677032116, 57.671767742717002 ], [ -2.423849228928987, 57.671902413517145 ], [ -2.42397725780646, 57.671524725207682 ], [ -2.423477868584371, 57.671828205699754 ], [ -2.423546096633892, 57.671066272972048 ], [ -2.422765201644134, 57.670661086550034 ], [ -2.419080368541149, 57.671085641081518 ], [ -2.419323312030992, 57.670638412500821 ], [ -2.418394710338783, 57.67035764543099 ], [ -2.416790822866038, 57.670830922380681 ], [ -2.416522984296069, 57.670572214616818 ], [ -2.415504098339371, 57.670749824002264 ], [ -2.412081397218978, 57.671827228551244 ], [ -2.410471482631863, 57.671780366335653 ], [ -2.410733149675313, 57.671496572607012 ], [ -2.410009535910272, 57.671104595247833 ], [ -2.408037713880791, 57.671668776768577 ], [ -2.408808653925204, 57.671053690476747 ], [ -2.407760278539246, 57.669654929379178 ], [ -2.402037021730158, 57.668574711674147 ], [ -2.40112774947304, 57.668509333230958 ], [ -2.400840309982378, 57.668741091167085 ], [ -2.396498950150479, 57.668303863362354 ], [ -2.393974482431962, 57.66861356042353 ], [ -2.393665914826517, 57.669065435385804 ], [ -2.391300310843038, 57.668879656828544 ], [ -2.390416419987384, 57.668991075184259 ], [ -2.390227425181775, 57.669342868367082 ], [ -2.389794500734264, 57.66899029900344 ], [ -2.387214275499703, 57.669268594608951 ], [ -2.384620532006503, 57.669698680275914 ], [ -2.384228840830466, 57.670228032869531 ], [ -2.384386678983321, 57.669777537719902 ], [ -2.383614816084541, 57.669707124533474 ], [ -2.379881361974815, 57.670164817393847 ], [ -2.377160635842917, 57.671618219761378 ], [ -2.37636767206136, 57.671455307181191 ], [ -2.376075391017186, 57.672046316378612 ], [ -2.375345619257591, 57.671996386921158 ], [ -2.37274402138304, 57.673000222953668 ], [ -2.369787596658035, 57.674735306733105 ], [ -2.369384558615359, 57.674505638646131 ], [ -2.369220004407614, 57.674810620217727 ], [ -2.369044652023621, 57.67438357304988 ], [ -2.368139455663711, 57.674728438132036 ], [ -2.367094027850753, 57.674637162555698 ], [ -2.365591293702677, 57.675250517603757 ], [ -2.365357387622943, 57.675831452005959 ], [ -2.364619953141649, 57.675525486400794 ], [ -2.363342117556801, 57.675834563253218 ], [ -2.362281150519666, 57.675532207852264 ], [ -2.362106991303122, 57.676057274535637 ], [ -2.361676257893905, 57.675736939801347 ], [ -2.36099282714589, 57.675968840027132 ], [ -2.359078395841951, 57.675658112318828 ], [ -2.35427049879654, 57.673489865345132 ], [ -2.351585896152923, 57.67153382087799 ], [ -2.349947768847799, 57.669593690473263 ], [ -2.348067227034038, 57.669450672381956 ], [ -2.344631823890021, 57.6699163843547 ], [ -2.340065432175335, 57.671346158316958 ], [ -2.338790911984699, 57.672196612528289 ], [ -2.338465393118301, 57.67342446936162 ], [ -2.338597310336036, 57.672469295439925 ], [ -2.33739837786143, 57.672802151262104 ], [ -2.337659627133396, 57.673312548000887 ], [ -2.338978285551511, 57.673770711348922 ], [ -2.337161684123151, 57.673310283695386 ], [ -2.334568074588922, 57.674213607747134 ], [ -2.33301648733445, 57.674311119402141 ], [ -2.331918615621349, 57.675073909798257 ], [ -2.332246497171269, 57.675543722104202 ], [ -2.3300719971984, 57.675550314755249 ], [ -2.327300783866738, 57.676132385680013 ], [ -2.324932916501194, 57.677579254685782 ], [ -2.324215115714941, 57.679249111605898 ], [ -2.325494234297641, 57.679219777177877 ], [ -2.324354871147785, 57.679314324078469 ], [ -2.32457529543359, 57.680712303576833 ], [ -2.326066976897892, 57.682312705975754 ], [ -2.325392236451044, 57.682991709398948 ], [ -2.326374505555092, 57.68350386427413 ], [ -2.326242967327009, 57.683795230215296 ], [ -2.326998784362709, 57.683925318140425 ], [ -2.326242706580015, 57.684139253013917 ], [ -2.325698983894644, 57.685965857577393 ], [ -2.326308551062428, 57.686425976499336 ], [ -2.32715312238378, 57.68634924167506 ], [ -2.325609986418588, 57.686514006871654 ], [ -2.323722467331482, 57.687931767097233 ], [ -2.322073240071561, 57.688435392952279 ], [ -2.321814996420603, 57.688062386880873 ], [ -2.321607550761621, 57.688310825818768 ], [ -2.321375798720401, 57.688087755787578 ], [ -2.32075821753784, 57.688234836630848 ], [ -2.319562240830956, 57.689171124086172 ], [ -2.318692106102518, 57.68921104512544 ], [ -2.318864531743092, 57.68974595505945 ], [ -2.317928079299868, 57.690449829149593 ], [ -2.317477644260829, 57.689961425803588 ], [ -2.317042013243773, 57.690205938519618 ], [ -2.316847199828737, 57.68998546238052 ], [ -2.316061530560499, 57.690097011989153 ], [ -2.315341790709253, 57.691040152168256 ], [ -2.312992488000384, 57.69150138928579 ], [ -2.31323132705793, 57.692160097757686 ], [ -2.312369239790713, 57.692559246620405 ], [ -2.311917196691569, 57.692463353496507 ], [ -2.311279920197857, 57.693064939899109 ], [ -2.311251200179185, 57.692259299792681 ], [ -2.310450788888569, 57.691636099916266 ], [ -2.307981286487351, 57.691583752220772 ], [ -2.307396594461645, 57.692458252410113 ], [ -2.306314610102735, 57.69264860698523 ], [ -2.305954734049233, 57.693335724228142 ], [ -2.304984619725987, 57.693069496902019 ], [ -2.305157322624212, 57.693459809538922 ], [ -2.304634092265566, 57.69367484902142 ], [ -2.304182741126608, 57.693060649113804 ], [ -2.303238500640993, 57.693278491065499 ], [ -2.301844758043716, 57.694511498577896 ], [ -2.299839725291485, 57.694660882028295 ], [ -2.297544280554348, 57.696218439516578 ], [ -2.298079335435226, 57.695595606441714 ], [ -2.297595841088111, 57.695142241821436 ], [ -2.295295937395254, 57.695755731928102 ], [ -2.295351223824641, 57.694922946094586 ], [ -2.294860466093997, 57.694602525661722 ], [ -2.293179483328552, 57.69437738515996 ], [ -2.292378216197719, 57.695071773149714 ], [ -2.291513729024182, 57.695209400805865 ], [ -2.292190901918929, 57.6949338789927 ], [ -2.291445874569493, 57.694906854587394 ], [ -2.291553046236183, 57.694048800489149 ], [ -2.290423839003461, 57.694433144958673 ], [ -2.29008897101882, 57.694301873999969 ], [ -2.290561190807857, 57.693570531227955 ], [ -2.289862920604673, 57.69330356339546 ], [ -2.290135166020637, 57.69210829655372 ], [ -2.291820604389411, 57.691443323439543 ], [ -2.292916884555492, 57.690110513734467 ], [ -2.292271303744532, 57.689299110861832 ], [ -2.290366175907013, 57.689116667678654 ], [ -2.288424914079777, 57.689449861119058 ], [ -2.288598834957342, 57.689174606608326 ], [ -2.287609680005536, 57.689015178868246 ], [ -2.287620490852334, 57.688686402831635 ], [ -2.286047035706532, 57.689082497013821 ], [ -2.285915857823843, 57.688399242154688 ], [ -2.284597518722812, 57.687750102172174 ], [ -2.28330176138584, 57.688912623716625 ], [ -2.282460216493722, 57.688966603253157 ], [ -2.281576074086523, 57.688286819897563 ], [ -2.279891245159845, 57.688166604449009 ], [ -2.279084723739687, 57.687321357943382 ], [ -2.277455416200491, 57.687217155689972 ], [ -2.276947820411579, 57.686853587777314 ], [ -2.275197228074738, 57.687338859508969 ], [ -2.274626095763478, 57.68721973853723 ], [ -2.275009272747539, 57.685996417663006 ], [ -2.274084194547025, 57.686085554131544 ], [ -2.273716303333437, 57.685338127024842 ], [ -2.272664479584953, 57.685520044902177 ], [ -2.272506877968198, 57.685972193279596 ], [ -2.271540956861103, 57.686206912074887 ], [ -2.27227217586471, 57.685760717029439 ], [ -2.271205077931877, 57.685921098158076 ], [ -2.271354997048544, 57.68511237139451 ], [ -2.274147796837513, 57.68451531359834 ], [ -2.273964065120452, 57.68394713331773 ], [ -2.272616045260192, 57.683761418673562 ], [ -2.2719234888205, 57.683990161554775 ], [ -2.271732809239111, 57.683608824452484 ], [ -2.271007260141195, 57.68346217382468 ], [ -2.271949556035906, 57.682098436651025 ], [ -2.269533378847937, 57.681454190748028 ], [ -2.267385863558241, 57.681530608372825 ], [ -2.267400335619679, 57.68190154608542 ], [ -2.266849641535042, 57.681810191920924 ], [ -2.266268620015969, 57.681241939966114 ], [ -2.265033392976672, 57.680868177359635 ], [ -2.265085437078202, 57.680188109314599 ], [ -2.263321842217591, 57.679321410911164 ], [ -2.25904786047523, 57.67910388601203 ], [ -2.25881522830589, 57.679870551258652 ], [ -2.258920819025212, 57.679158938167987 ], [ -2.258092702150274, 57.679423812202494 ], [ -2.258522566503933, 57.679744499781094 ], [ -2.257983930053787, 57.679454573951858 ], [ -2.255929130097285, 57.681013582913408 ], [ -2.251744505406036, 57.681854641109865 ], [ -2.25078703631154, 57.682345179742583 ], [ -2.246990785974537, 57.68263379763934 ], [ -2.245692808909083, 57.682381229841781 ], [ -2.244670007966035, 57.681652954116892 ], [ -2.241252305193389, 57.681620897843594 ], [ -2.238656222952589, 57.680560526906397 ], [ -2.237771103359889, 57.679575042326192 ], [ -2.23689952459474, 57.679628775692791 ], [ -2.235274812880303, 57.68041955528971 ], [ -2.231943933841459, 57.680309838629285 ], [ -2.230743046638819, 57.680792587787828 ], [ -2.229422935702914, 57.679663223632382 ], [ -2.227996504678356, 57.680012519969679 ], [ -2.226828317251101, 57.679563711136964 ], [ -2.227228895404527, 57.68033906030076 ], [ -2.226734996207222, 57.680461207746838 ], [ -2.226228416880239, 57.680163903769532 ], [ -2.226180347518456, 57.680522382499817 ], [ -2.22554250835324, 57.679879493002339 ], [ -2.225922603870208, 57.679254546227568 ], [ -2.225105064422438, 57.678560776464636 ], [ -2.223248030309135, 57.678689821387387 ], [ -2.222752468663254, 57.679358976793495 ], [ -2.223336648609091, 57.679738794531303 ], [ -2.222583412241114, 57.679680839968412 ], [ -2.222396637991692, 57.678207177397745 ], [ -2.220380673129774, 57.677565780514215 ], [ -2.218899049289126, 57.67766087224193 ], [ -2.21884941361832, 57.678604995280494 ], [ -2.218285466661658, 57.678511656450915 ], [ -2.218223654806407, 57.677713238937187 ], [ -2.217360184314248, 57.677718319496343 ], [ -2.215527278423473, 57.678237040379841 ], [ -2.214705023748335, 57.679258825838822 ], [ -2.211685229631393, 57.679558537244532 ], [ -2.212280372340234, 57.679252142006909 ], [ -2.211789961333689, 57.678829001361592 ], [ -2.211525765115969, 57.678954297305999 ], [ -2.211580154868293, 57.678505092668821 ], [ -2.210823284549165, 57.678679715086595 ], [ -2.210269631297754, 57.678044692358384 ], [ -2.209452064090369, 57.678451150167696 ], [ -2.208553136386193, 57.67841670737095 ], [ -2.209207189023169, 57.678147954874142 ], [ -2.208896880566826, 57.677836783201876 ], [ -2.209412162319214, 57.677348193161912 ], [ -2.20815828943509, 57.676229276385165 ], [ -2.205894627540833, 57.675897046852988 ], [ -2.204742364048708, 57.67522704436967 ], [ -2.203360925466372, 57.674940045255823 ], [ -2.203110754397332, 57.675174884903782 ], [ -2.203619661900459, 57.675335747052401 ], [ -2.202995844355941, 57.675912514260787 ], [ -2.202884012013306, 57.675402500621239 ], [ -2.202217154332175, 57.675479020372798 ], [ -2.201955357059838, 57.67453091067663 ], [ -2.200783989898613, 57.674326184554211 ], [ -2.200315955385614, 57.674579329143391 ], [ -2.200476857502133, 57.674267389063779 ], [ -2.198439766001866, 57.673943648967786 ], [ -2.197871180871518, 57.673284343098082 ], [ -2.193523237726554, 57.67156468185599 ], [ -2.191900873850255, 57.671324634234196 ], [ -2.187469639633003, 57.671877407734357 ], [ -2.187619617450351, 57.672675709489532 ], [ -2.186656461678168, 57.671856155724001 ], [ -2.184745525195841, 57.671893994634885 ], [ -2.181848321206607, 57.673165595803447 ], [ -2.181417298407794, 57.673803058444953 ], [ -2.177896924415953, 57.673867346176266 ], [ -2.177066583929201, 57.674459545782732 ], [ -2.17725939849091, 57.673775724644983 ], [ -2.175263540435172, 57.673609641806195 ], [ -2.17387665803293, 57.674573558882898 ], [ -2.173571535571056, 57.674926083309778 ], [ -2.174141893451534, 57.674993563862635 ], [ -2.174041286776848, 57.675340418041507 ], [ -2.172537899455183, 57.676505683276282 ], [ -2.172484625269473, 57.676232695090107 ], [ -2.17183750112188, 57.676244355428025 ], [ -2.170269790245855, 57.677302791960663 ], [ -2.168885803119112, 57.677866938920879 ], [ -2.168512796251877, 57.677699468537661 ], [ -2.167268344102013, 57.678352335999705 ], [ -2.167506678115208, 57.678767000840899 ], [ -2.166290392512497, 57.678992265544238 ], [ -2.166655394298842, 57.679241491583554 ], [ -2.165982649310383, 57.679895387380952 ], [ -2.165644539651044, 57.679660495795893 ], [ -2.164857299022201, 57.679847458053054 ], [ -2.165153175458796, 57.680750687048729 ], [ -2.164145465649757, 57.681877476949175 ], [ -2.163811356465845, 57.681787189685345 ], [ -2.162918566130057, 57.683500361826091 ], [ -2.161414687012765, 57.683957691944833 ], [ -2.161297675667781, 57.684419529177127 ], [ -2.160413448072478, 57.683940104120587 ], [ -2.160146425294116, 57.684233264252754 ], [ -2.159940552563099, 57.683943398195566 ], [ -2.159641144987879, 57.684118930724999 ], [ -2.159982556974018, 57.683201410835593 ], [ -2.15789293390594, 57.683169008231488 ], [ -2.158295196605375, 57.682353814448049 ], [ -2.158721806422884, 57.682507774120957 ], [ -2.158453973157427, 57.681848812669493 ], [ -2.157621322921766, 57.681638771000458 ], [ -2.156854794727311, 57.682369083989087 ], [ -2.157178854948355, 57.681691419232763 ], [ -2.155779655841268, 57.681533267758546 ], [ -2.1548334064527, 57.682988657864868 ], [ -2.154139014842382, 57.682956272466157 ], [ -2.154043252731689, 57.683309391811648 ], [ -2.151654797669715, 57.683197308111104 ], [ -2.151599028660168, 57.683495585829142 ], [ -2.150867942791735, 57.683512628890583 ], [ -2.151662063373018, 57.684132351872741 ], [ -2.151505627956543, 57.684419971585157 ], [ -2.150433413966523, 57.684273943697583 ], [ -2.15124840440228, 57.68466818986397 ], [ -2.150206810965678, 57.685033213463427 ], [ -2.149310142221529, 57.684758521089151 ], [ -2.14854178722377, 57.685099853954625 ], [ -2.148973814129038, 57.68534995011148 ], [ -2.148944344268441, 57.686340726903325 ], [ -2.147204820518049, 57.686248451755205 ], [ -2.146650321734388, 57.686815876336325 ], [ -2.146539315851386, 57.686322879735783 ], [ -2.14580457075825, 57.686278818462213 ], [ -2.144531948385451, 57.686772507705818 ], [ -2.145188302316076, 57.686922656979092 ], [ -2.144690967424932, 57.687535816645287 ], [ -2.14407469863781, 57.687346097220015 ], [ -2.144183014374296, 57.687592087202304 ], [ -2.143325771722153, 57.687961334532638 ], [ -2.143292623572331, 57.687637113079461 ], [ -2.142407091920068, 57.688065669071015 ], [ -2.142885092015879, 57.688066925891995 ], [ -2.142497553465289, 57.688465276957089 ], [ -2.14219289716296, 57.688188967045114 ], [ -2.141832810904425, 57.688318716071443 ], [ -2.141597006170072, 57.688921689092155 ], [ -2.141466816261638, 57.688654164065881 ], [ -2.139884656336949, 57.688944255571037 ], [ -2.139130808604769, 57.69048913525576 ], [ -2.138317029156595, 57.69041188321129 ], [ -2.139038107823859, 57.690809005052174 ], [ -2.138358463601364, 57.690720826914898 ], [ -2.137659609542368, 57.691756344201707 ], [ -2.136536022296445, 57.691818642549201 ], [ -2.136526220209715, 57.692333335372631 ], [ -2.13713817324386, 57.69225722187845 ], [ -2.133946219776195, 57.694547523176539 ], [ -2.132207691948581, 57.695284999124134 ], [ -2.132337884190635, 57.695106116399316 ], [ -2.132029971588811, 57.695311233429869 ], [ -2.131500781802525, 57.69509800815645 ], [ -2.131543991188258, 57.695448270248029 ], [ -2.130960894933109, 57.695172223205596 ], [ -2.130296886195896, 57.695717232971425 ], [ -2.129489172480419, 57.695487219984756 ], [ -2.128520845075473, 57.695847497945962 ], [ -2.128397576761186, 57.695619474597613 ], [ -2.127903222593617, 57.695765488163005 ], [ -2.126599436743334, 57.69710695005007 ], [ -2.124782203786109, 57.697477927492272 ], [ -2.124277178161537, 57.698436828961846 ], [ -2.125155069660851, 57.69857518690177 ], [ -2.124407856649259, 57.698873236568289 ], [ -2.12506139080259, 57.698653425036532 ], [ -2.125022054081972, 57.698922032541233 ], [ -2.124082751967345, 57.698979546541395 ], [ -2.122941173065538, 57.699745049924879 ], [ -2.123067149746593, 57.699294917794212 ], [ -2.122737871874088, 57.69965722178425 ], [ -2.121209680650061, 57.699216771676788 ], [ -2.119708360059503, 57.699788574422321 ], [ -2.118083672038586, 57.701130251148669 ], [ -2.118637391033275, 57.700121926963199 ], [ -2.1175067410436, 57.700682576182174 ], [ -2.117675067371217, 57.700335705694499 ], [ -2.117031841072412, 57.700653375677483 ], [ -2.117406317800133, 57.700239845951735 ], [ -2.116935066332701, 57.700299565705272 ], [ -2.115557173708289, 57.701204445194271 ], [ -2.117235008522588, 57.699666040942354 ], [ -2.116092222715734, 57.699583561611014 ], [ -2.116440215214791, 57.700325173009873 ], [ -2.114731786609673, 57.699112339516489 ], [ -2.112561009928973, 57.699160101839908 ], [ -2.110603319790807, 57.699765436617447 ], [ -2.111840967562114, 57.699058344061996 ], [ -2.113845680246603, 57.699020624300864 ], [ -2.113977241270464, 57.698710618905267 ], [ -2.11280826052583, 57.697746977231525 ], [ -2.10995965168964, 57.697192591154725 ], [ -2.102760303557624, 57.698099571231744 ], [ -2.100189995571568, 57.698039659251243 ], [ -2.094859953981318, 57.698606063080938 ], [ -2.093207179874415, 57.699149820237878 ], [ -2.087985908435804, 57.699712261224136 ], [ -2.086401753014978, 57.700249593981937 ], [ -2.08459134475322, 57.70019423221833 ], [ -2.08250512237276, 57.70058005212568 ], [ -2.079793881734514, 57.700583591839816 ], [ -2.079568511901663, 57.700333130232508 ], [ -2.079480154221289, 57.700589179143293 ], [ -2.079274736314634, 57.700255169811058 ], [ -2.077502512619803, 57.700006564986772 ], [ -2.070985283213303, 57.69952715662383 ], [ -2.069985772621635, 57.698867521967948 ], [ -2.067690584927568, 57.698797815044884 ], [ -2.066099885033359, 57.697733367398115 ], [ -2.064776246591359, 57.697735850693356 ], [ -2.063784175226858, 57.698348045655223 ], [ -2.060636136165946, 57.697889709241785 ], [ -2.059509711984478, 57.697442931412112 ], [ -2.058015536033219, 57.697799323929402 ], [ -2.057518394922385, 57.697444754050757 ], [ -2.058017070872708, 57.697710399236847 ], [ -2.059695590927286, 57.697239845318023 ], [ -2.059597888874461, 57.696996473336178 ], [ -2.059344322710672, 57.69684389518963 ], [ -2.057967787325501, 57.697316102403526 ], [ -2.058970265231394, 57.696870119182456 ], [ -2.058461988243825, 57.695851771880534 ], [ -2.057783529656706, 57.695392194887582 ], [ -2.055991346137416, 57.695004971772278 ], [ -2.055765398859471, 57.695338312486136 ], [ -2.055027277137339, 57.695326960083086 ], [ -2.054221692545445, 57.696191399210029 ], [ -2.056097451252696, 57.697438208760829 ], [ -2.05659697258835, 57.697179297445395 ], [ -2.056597967411326, 57.697814340029581 ], [ -2.053960331779348, 57.696416965199113 ], [ -2.055128911606293, 57.694872415103291 ], [ -2.05271380770417, 57.694051575082682 ], [ -2.052375149142323, 57.694180162162539 ], [ -2.05198499436397, 57.693495878148454 ], [ -2.042785627765712, 57.691770261560116 ], [ -2.041245841007315, 57.691784249101246 ], [ -2.034087977952859, 57.692892105688706 ], [ -2.03204741868278, 57.693827692568227 ], [ -2.02806768137053, 57.694888548049747 ], [ -2.027029902658115, 57.695669331159287 ], [ -2.02393508480429, 57.695993320405584 ], [ -2.023299513489853, 57.696326680684336 ], [ -2.023321680594907, 57.696879083136373 ], [ -2.023073268717097, 57.696677029198419 ], [ -2.022991224219818, 57.696921360689771 ], [ -2.022435894900158, 57.696842417915576 ], [ -2.022734663882135, 57.697094764395501 ], [ -2.023133850015766, 57.696969838406652 ], [ -2.022848857860069, 57.697279777335311 ], [ -2.022612135796168, 57.696993287501762 ], [ -2.021801838781977, 57.696955705963646 ], [ -2.020938161910147, 57.697433707610898 ], [ -2.021261788698922, 57.697178557973167 ], [ -2.020666282465442, 57.697247820891533 ], [ -2.016021370415195, 57.698043429785294 ], [ -2.015870126225556, 57.697464994241258 ], [ -2.01446928639428, 57.697373546314203 ], [ -2.014626561555121, 57.696350453036537 ], [ -2.013611433261006, 57.695809838597086 ], [ -2.011901950134233, 57.695575578353164 ], [ -2.00989780154724, 57.697321898713241 ], [ -2.008961687878901, 57.697274364586669 ], [ -2.009443252968691, 57.697626431596014 ], [ -2.008371238531255, 57.697550160345834 ], [ -2.005264509927802, 57.6989219187098 ], [ -2.002295003857891, 57.698628294922827 ], [ -2.001919178400281, 57.698141465734167 ], [ -2.002316723585405, 57.697361801676806 ], [ -1.999942912579779, 57.696929782945269 ], [ -2.000736396642488, 57.696461805515256 ], [ -1.999446363499794, 57.69501297672231 ], [ -1.999142766031264, 57.693249765080402 ], [ -1.995309994939508, 57.692282303205666 ], [ -1.995003093481231, 57.691845755860562 ], [ -1.995601864023733, 57.69222123394416 ], [ -1.996073236635012, 57.691896091863413 ], [ -1.995865204201862, 57.692279626754484 ], [ -2.000035148856518, 57.693125811444041 ], [ -2.000508197333517, 57.694051876836077 ], [ -1.99940443478352, 57.694080621828348 ], [ -1.999548692348543, 57.694697700893286 ], [ -1.999887545672538, 57.69527795254637 ], [ -2.000602161349518, 57.695181839923613 ], [ -2.00116581297632, 57.695456690838277 ], [ -2.001467793655518, 57.696044124378354 ], [ -2.002489390354681, 57.695692901462841 ], [ -2.002714126840769, 57.695057853273603 ], [ -2.001142314518882, 57.695113570206715 ], [ -2.002754373118037, 57.694893477644911 ], [ -2.002841530975471, 57.694055434086721 ], [ -2.001023168161136, 57.693870431739107 ], [ -2.002952229673634, 57.693908122850218 ], [ -2.003141755476163, 57.693637752943296 ], [ -1.999498381436036, 57.692681191377588 ], [ -1.999790246315884, 57.692349747450336 ], [ -2.001663917470177, 57.693238075001709 ], [ -2.003118237764292, 57.693275769906599 ], [ -2.003274177771128, 57.692664076083048 ], [ -2.002214085268284, 57.692892249767837 ], [ -2.000924149709112, 57.692355131269061 ], [ -2.002261040092597, 57.692715298991715 ], [ -2.003716959706417, 57.69222573030261 ], [ -2.002641753098723, 57.692037132739827 ], [ -2.003602866625555, 57.691923032786285 ], [ -2.003406563942387, 57.691402967648095 ], [ -2.002036195017423, 57.691528751097778 ], [ -2.002192223800986, 57.692073071149252 ], [ -2.001816467385107, 57.691582648256549 ], [ -2.001128764461158, 57.691711103516134 ], [ -2.001663818804144, 57.691375161205002 ], [ -2.001400449463447, 57.690739223160804 ], [ -2.000006617733797, 57.691047324198088 ], [ -2.001397084954483, 57.690521853263036 ], [ -2.001034764842875, 57.689789805765095 ], [ -1.997844568584028, 57.690945811085953 ], [ -1.998604366322375, 57.691655416204895 ], [ -1.997750636795459, 57.690993415454933 ], [ -1.996630157621078, 57.691422743383946 ], [ -1.999084112989944, 57.690132931852766 ], [ -1.998564177215278, 57.689587706718989 ], [ -1.9992367693989, 57.688340079247489 ], [ -1.999047263082062, 57.687516407597215 ], [ -2.001375065453494, 57.685749593387619 ], [ -2.001006042317975, 57.683784284074825 ], [ -1.995603126936338, 57.681141647544173 ], [ -1.984894169039403, 57.678430901186147 ], [ -1.972989447803719, 57.676081883242439 ], [ -1.968129474110102, 57.675451106860038 ], [ -1.960618818186175, 57.675011572316684 ], [ -1.955835356380201, 57.67518066600838 ], [ -1.95376183502075, 57.674859263252223 ], [ -1.95061331975044, 57.676045533927407 ], [ -1.950147015296367, 57.677423229252334 ], [ -1.948988969149811, 57.678235663682543 ], [ -1.949489557554577, 57.678778391195607 ], [ -1.949036802775036, 57.678802462691266 ], [ -1.948795952431922, 57.678373912756669 ], [ -1.946894155018984, 57.678641702161265 ], [ -1.945082542905848, 57.679129567023843 ], [ -1.944115426234803, 57.679979764426271 ], [ -1.941934294547216, 57.680790782038528 ], [ -1.940112061072367, 57.680492624347345 ], [ -1.936251782604431, 57.678705076095426 ], [ -1.934671260134215, 57.678344983430513 ], [ -1.934288521996345, 57.678591797920291 ], [ -1.933995820135166, 57.678190139680893 ], [ -1.933384705993929, 57.678621866932318 ], [ -1.932772899242524, 57.678511961254117 ], [ -1.932977302738834, 57.677685702289203 ], [ -1.93223168512054, 57.677410449906887 ], [ -1.930186052421982, 57.677452457017957 ], [ -1.930203503703744, 57.677970742448686 ], [ -1.930092223659707, 57.67741827286487 ], [ -1.929026221933565, 57.677229054470189 ], [ -1.927211130882585, 57.676015423261468 ], [ -1.926642552024884, 57.676117493819838 ], [ -1.926825752633714, 57.675893941401178 ], [ -1.925303138345004, 57.676016111875043 ], [ -1.92482320377517, 57.675407730114891 ], [ -1.924209507282205, 57.675438803228822 ], [ -1.924247264024154, 57.675019354479637 ], [ -1.923185993443741, 57.675019615185796 ], [ -1.922563211246734, 57.675383916462273 ], [ -1.922432183166449, 57.674715556737006 ], [ -1.922327698824214, 57.674967894235095 ], [ -1.921753802889069, 57.674424115441575 ], [ -1.920895754435029, 57.67426639430041 ], [ -1.920030986878689, 57.674882035324373 ], [ -1.919688948183758, 57.674130004624701 ], [ -1.920038267215352, 57.673856266280879 ], [ -1.919011668559543, 57.674112508113645 ], [ -1.919538016179086, 57.673390669323453 ], [ -1.917933398968992, 57.672739326748029 ], [ -1.918603110708496, 57.672380467554206 ], [ -1.919211000290129, 57.671166454324975 ], [ -1.918031981112062, 57.667668005264034 ], [ -1.917101600670385, 57.66696229318336 ], [ -1.917905679193436, 57.667927511120524 ], [ -1.915919593307316, 57.666359703816894 ], [ -1.916872305716187, 57.666811241145467 ], [ -1.912476589088141, 57.664326485118345 ], [ -1.911245961918141, 57.661731549986641 ], [ -1.907978235135107, 57.659584254637558 ], [ -1.902306552631846, 57.657296718372464 ], [ -1.898751268383384, 57.655246867912133 ], [ -1.898968558592273, 57.65302572158209 ], [ -1.898087014852994, 57.651299518405388 ], [ -1.89531464505197, 57.649358881485853 ], [ -1.893880966610929, 57.646325266520357 ], [ -1.885721965557186, 57.638481113887927 ], [ -1.887737930968574, 57.638676034850391 ], [ -1.888714059328931, 57.637688841255105 ], [ -1.889537574042445, 57.638410841073842 ], [ -1.888638609027344, 57.638812462112803 ], [ -1.890365197777215, 57.638891214851917 ], [ -1.890333342265999, 57.638345062833558 ], [ -1.887760749834956, 57.636160109363573 ], [ -1.888558912386087, 57.635295816629615 ], [ -1.890764162236905, 57.634306088372135 ], [ -1.888272796532528, 57.635209334555384 ], [ -1.887327598782005, 57.635960317734337 ], [ -1.886624238265748, 57.63594621714541 ], [ -1.887005124858451, 57.6362564470747 ], [ -1.886594188853605, 57.636453691021494 ], [ -1.885856157449759, 57.636276975259761 ], [ -1.885332188508016, 57.635135748345498 ], [ -1.885461013261725, 57.636243384271914 ], [ -1.886243050765359, 57.636808177792204 ], [ -1.887063397229612, 57.636908614973848 ], [ -1.886255104236855, 57.637239339637986 ], [ -1.88784677909838, 57.638138090767576 ], [ -1.887659728543264, 57.638507996365163 ], [ -1.886676548751029, 57.63851430714093 ], [ -1.876790717530212, 57.631762956317374 ], [ -1.868115185730082, 57.627005268298774 ], [ -1.86442413986376, 57.625407008601051 ], [ -1.848186260873638, 57.620333329373047 ], [ -1.844665941597304, 57.619496397578047 ], [ -1.842401964996573, 57.619272634918111 ], [ -1.837626737019989, 57.617609359436777 ], [ -1.82697555662433, 57.614780184685252 ], [ -1.823451613956214, 57.612137201780044 ], [ -1.823147477522422, 57.610659179032517 ], [ -1.820851318759159, 57.607585778702358 ], [ -1.825952282135598, 57.601575604760754 ], [ -1.826431263538579, 57.598667769093133 ], [ -1.827897940484712, 57.597020606878367 ], [ -1.828298035871912, 57.5919892189672 ], [ -1.828043105239793, 57.587871345262847 ], [ -1.827431844094496, 57.586620164041904 ], [ -1.827582244070723, 57.584522081218871 ], [ -1.825978246339647, 57.578239389801176 ], [ -1.822084474892783, 57.570565688645353 ], [ -1.823102225047323, 57.570984798166386 ], [ -1.823556600377162, 57.570711468869185 ], [ -1.824637884973245, 57.571481867098363 ], [ -1.825338820686388, 57.571388521249091 ], [ -1.825538658338052, 57.570851648384618 ], [ -1.824526683309668, 57.569225329323224 ], [ -1.826263260289554, 57.567888446871891 ], [ -1.824575052403812, 57.56890023276982 ], [ -1.822670354512091, 57.568687388839834 ], [ -1.823077893549464, 57.569795491863083 ], [ -1.822267913980011, 57.569285053389237 ], [ -1.821772463983514, 57.569412805038105 ], [ -1.821021912756688, 57.569061431085736 ], [ -1.8218907244931, 57.56984412775433 ], [ -1.82126074319631, 57.56979024304762 ], [ -1.8177883096566, 57.565481810303069 ], [ -1.812636796056278, 57.560560895210877 ], [ -1.807875143749138, 57.55771620009061 ], [ -1.804132037626068, 57.556405310022804 ], [ -1.805919134994279, 57.554077120665994 ], [ -1.806186903891497, 57.551479807370193 ], [ -1.804744397457239, 57.547824424969903 ], [ -1.801908262719633, 57.544908799404013 ], [ -1.802319761619068, 57.543265652978221 ], [ -1.806157868941296, 57.538995941828944 ], [ -1.80697273739243, 57.53619555623488 ], [ -1.806884914983457, 57.531002653246709 ], [ -1.805236061588199, 57.527352337974122 ], [ -1.803551640090037, 57.525412209345262 ], [ -1.798969967393221, 57.523589644844954 ], [ -1.799113032675984, 57.52216435077235 ], [ -1.800199341612493, 57.521657663434212 ], [ -1.800414868863962, 57.52101665385117 ], [ -1.797256492960816, 57.517342276811874 ], [ -1.797534177750664, 57.516634900865022 ], [ -1.801899662764533, 57.516896023396455 ], [ -1.802369421057861, 57.517079103547637 ], [ -1.802281981103972, 57.517505635521026 ], [ -1.80254452895953, 57.517110815978512 ], [ -1.804002554593014, 57.517602631537748 ], [ -1.806258828036606, 57.517101293700584 ], [ -1.808405891623547, 57.517041688996336 ], [ -1.809639282598527, 57.518371165646727 ], [ -1.809835558301014, 57.520435638391305 ], [ -1.812435693940997, 57.521590180457586 ], [ -1.81323198753863, 57.522912683738376 ], [ -1.813537434379662, 57.52260234051829 ], [ -1.813063033068299, 57.521669257395473 ], [ -1.810472499355871, 57.51994525259822 ], [ -1.810531632659389, 57.518519819306448 ], [ -1.811473680320807, 57.518096355790419 ], [ -1.810381251751468, 57.516935081321336 ], [ -1.809195982945442, 57.516625197961332 ], [ -1.804606103858687, 57.516493329084994 ], [ -1.803237414090647, 57.516157955002662 ], [ -1.797978264949011, 57.516323020428359 ], [ -1.795585269260976, 57.515887114316087 ], [ -1.790033762304497, 57.516093593307964 ], [ -1.787699121382523, 57.515400734844555 ], [ -1.787298408933342, 57.515991109905841 ], [ -1.787592446969514, 57.515373608080509 ], [ -1.785802496050545, 57.514891819347561 ], [ -1.785252151140108, 57.515091195251898 ], [ -1.785721793566977, 57.514705744640892 ], [ -1.783293508955335, 57.512660777836537 ], [ -1.78172312616151, 57.51205714503584 ], [ -1.779996322071478, 57.512216733926778 ], [ -1.779718132388949, 57.511847966276783 ], [ -1.778077893359479, 57.511494778287712 ], [ -1.775868371102876, 57.511441474685405 ], [ -1.776204525655234, 57.511331585562395 ], [ -1.774572259273902, 57.510777157700183 ], [ -1.773983302767006, 57.509931749072649 ], [ -1.773513902415863, 57.509998277452091 ], [ -1.773702363976087, 57.508940474531265 ], [ -1.769452380678489, 57.50695214547919 ], [ -1.768643133402469, 57.50692820993784 ], [ -1.768242376287197, 57.506173841759917 ], [ -1.767858311164394, 57.506210863278021 ], [ -1.76827078850741, 57.506430794050821 ], [ -1.767849054143661, 57.507407318340555 ], [ -1.767766735574174, 57.506703835532093 ], [ -1.767524501174348, 57.507006101083093 ], [ -1.767072866956086, 57.506907359774644 ], [ -1.767784646644621, 57.505458890610093 ], [ -1.767927871125945, 57.505768152622117 ], [ -1.768077393736759, 57.505347146767619 ], [ -1.76814354325103, 57.50570567091787 ], [ -1.769427452316932, 57.504816055791984 ], [ -1.768628090749873, 57.503499552549052 ], [ -1.767658361817075, 57.503532804775226 ], [ -1.767725720331348, 57.503173627509923 ], [ -1.766669394295433, 57.503180663558361 ], [ -1.766319385983395, 57.502853950852924 ], [ -1.766943720832009, 57.502814682733508 ], [ -1.766791517126306, 57.502346412088556 ], [ -1.767991754119304, 57.50227137218247 ], [ -1.769562960339579, 57.500785842553192 ], [ -1.771992970546268, 57.497213406842462 ], [ -1.769966003808157, 57.50064016180859 ], [ -1.77096640097661, 57.501026431710372 ], [ -1.771992096720138, 57.500836959116256 ], [ -1.77307199077623, 57.501054484172307 ], [ -1.777428175628681, 57.500040919964157 ], [ -1.778470175145725, 57.500455947727907 ], [ -1.773892147602114, 57.501182608341196 ], [ -1.774417941465736, 57.501965028264948 ], [ -1.772862545547784, 57.502001764632439 ], [ -1.77223789223096, 57.503168368696024 ], [ -1.772755990425101, 57.503307632546978 ], [ -1.77219856819323, 57.503320102504908 ], [ -1.772419087836021, 57.504084912908795 ], [ -1.771765814538225, 57.50421308285793 ], [ -1.7704897377522, 57.505462935236231 ], [ -1.770430869667976, 57.506866796677265 ], [ -1.772353652926529, 57.506825363036448 ], [ -1.772560599921717, 57.506286784397751 ], [ -1.771462256091398, 57.505792560218815 ], [ -1.772709849416462, 57.506170280179596 ], [ -1.773209657943122, 57.506036440465842 ], [ -1.772684116399242, 57.506820568494462 ], [ -1.774949892964166, 57.507449807966964 ], [ -1.775187114768902, 57.506867264679194 ], [ -1.774975766538091, 57.507584591851064 ], [ -1.775446196760309, 57.507344697235766 ], [ -1.775208527959544, 57.50636967109218 ], [ -1.7736763171629, 57.506675036313162 ], [ -1.775087681119916, 57.506210465396343 ], [ -1.77481431662226, 57.505886607687096 ], [ -1.773815731021608, 57.505449171632911 ], [ -1.773032159845382, 57.505864555550694 ], [ -1.773506022336416, 57.505338131778892 ], [ -1.772902387307384, 57.504993915817856 ], [ -1.771959269220377, 57.505571589913572 ], [ -1.77263903646327, 57.504943140051807 ], [ -1.772075163795738, 57.504647497279308 ], [ -1.772607334412035, 57.504136452250492 ], [ -1.773370516323713, 57.504313881007647 ], [ -1.774060591670155, 57.503089002156322 ], [ -1.773969237631051, 57.502479823410027 ], [ -1.7734271408116, 57.502444718802082 ], [ -1.777338310897189, 57.501922601422571 ], [ -1.777072918087763, 57.501387673006974 ], [ -1.778739235416493, 57.502595159084379 ], [ -1.783117403932244, 57.503790240102234 ], [ -1.784523828275415, 57.503842050297848 ], [ -1.787638304129731, 57.503155668964048 ], [ -1.789452229128027, 57.503435366311685 ], [ -1.791091812597717, 57.502397013369496 ], [ -1.792455578476584, 57.500252437413174 ], [ -1.792278293482832, 57.499443718662825 ], [ -1.79245755780078, 57.499020037948689 ], [ -1.792996417354007, 57.499031700982094 ], [ -1.793954486454226, 57.496597205058301 ], [ -1.793536074967617, 57.494758695855154 ], [ -1.791480519561953, 57.494208283552027 ], [ -1.790147068011446, 57.494877070990789 ], [ -1.789871085179991, 57.495582639438467 ], [ -1.790479930212406, 57.496766650149127 ], [ -1.789772324500447, 57.496221133239942 ], [ -1.789751140622801, 57.494970729322745 ], [ -1.787553415881773, 57.49621652322913 ], [ -1.787288961167531, 57.496075950730898 ], [ -1.789208984681684, 57.49496263987735 ], [ -1.78338907638269, 57.491999336657607 ], [ -1.783523308654557, 57.491585471637372 ], [ -1.782579507637019, 57.491240717689635 ], [ -1.775429089167739, 57.496531499587235 ], [ -1.783214382374428, 57.490511528143379 ], [ -1.783570680219983, 57.488650057794089 ], [ -1.785142989443955, 57.488474887532604 ], [ -1.791072155875101, 57.486540112164363 ], [ -1.794901307284756, 57.485720891331503 ], [ -1.795836203977214, 57.485264295915712 ], [ -1.796086331289193, 57.484674546577843 ], [ -1.795666630515558, 57.482773160984316 ], [ -1.794411667231645, 57.481728250438401 ], [ -1.789544808197356, 57.480359378209357 ], [ -1.787073370696164, 57.480356134276896 ], [ -1.785897613414992, 57.479796329913434 ], [ -1.786050456670351, 57.479038461054067 ], [ -1.785304368179437, 57.478869221157481 ], [ -1.78518572670141, 57.478341743214209 ], [ -1.784379025263091, 57.477990946989777 ], [ -1.784066361873988, 57.478132337257883 ], [ -1.784303997217435, 57.477989022364312 ], [ -1.782523836188055, 57.476734698772276 ], [ -1.777745880278923, 57.474911004360223 ], [ -1.775382565269306, 57.474737950727949 ], [ -1.776122578975959, 57.474515598870902 ], [ -1.778767558294645, 57.474983760559915 ], [ -1.778764044431867, 57.474460969055571 ], [ -1.777991873208671, 57.474214389882732 ], [ -1.776522451771005, 57.474017774642128 ], [ -1.77606327827138, 57.474396923841852 ], [ -1.776317307458878, 57.473754222202551 ], [ -1.775623810059527, 57.47427937040311 ], [ -1.775935496182224, 57.47347957699467 ], [ -1.776901168865046, 57.473432780831232 ], [ -1.77618983921703, 57.473057847284807 ], [ -1.777281519293214, 57.472851381749692 ], [ -1.776766039311917, 57.472350142435658 ], [ -1.777649369434685, 57.472404698018053 ], [ -1.777252030491244, 57.471942293669969 ], [ -1.776682006616442, 57.471912542681189 ], [ -1.776976343909509, 57.471764850437893 ], [ -1.776394346646216, 57.470965270615395 ], [ -1.777107646504739, 57.470735679567646 ], [ -1.777498459232392, 57.47007345492397 ], [ -1.7783728728529, 57.470490885734968 ], [ -1.77876837713815, 57.470152038015648 ], [ -1.778194226263307, 57.469982158456254 ], [ -1.778354387830441, 57.469687811276927 ], [ -1.779288665693649, 57.46957716553402 ], [ -1.778542289946006, 57.469216555829796 ], [ -1.780502952563874, 57.468920859425573 ], [ -1.779830858404376, 57.468683447676604 ], [ -1.781338725522164, 57.468271072787978 ], [ -1.779615331690352, 57.467929433657147 ], [ -1.780487841975591, 57.467824959035688 ], [ -1.780167666507529, 57.467563009086035 ], [ -1.778813176975504, 57.46770077193721 ], [ -1.779079045465641, 57.467290733627209 ], [ -1.778593122359206, 57.467148856079696 ], [ -1.778959041483064, 57.467010267215521 ], [ -1.777534596218498, 57.467140707791032 ], [ -1.779115227466343, 57.466819211631424 ], [ -1.781869346000768, 57.466788967266929 ], [ -1.778920135084965, 57.466274525992866 ], [ -1.7791827013197, 57.465857295538314 ], [ -1.780844733896207, 57.466128770207618 ], [ -1.78120260496852, 57.465938960167605 ], [ -1.779572364046813, 57.465648682287025 ], [ -1.779728768225237, 57.465142337755886 ], [ -1.780463211168154, 57.464978337370916 ], [ -1.780015667177897, 57.464556275446988 ], [ -1.780858958584492, 57.464585587821951 ], [ -1.78097740432828, 57.464011806438918 ], [ -1.781581762325027, 57.464134118152693 ], [ -1.781670890184802, 57.464562741373221 ], [ -1.782621600447352, 57.464187113296198 ], [ -1.782026170609388, 57.46396421708063 ], [ -1.782076002627891, 57.463152277748016 ], [ -1.783638399448793, 57.462777696207546 ], [ -1.783351714542971, 57.46249335503542 ], [ -1.782418848753483, 57.462679486929495 ], [ -1.782563331105153, 57.461926097111053 ], [ -1.780813571228352, 57.462139551998568 ], [ -1.781271802210107, 57.461884343000563 ], [ -1.780928627829572, 57.461573848887461 ], [ -1.781432288963877, 57.461525317551107 ], [ -1.780896553548136, 57.461362702495251 ], [ -1.781311546496511, 57.461368811509587 ], [ -1.781946552073431, 57.460534529351506 ], [ -1.783061266728945, 57.460310088403482 ], [ -1.783353177977159, 57.461399278904693 ], [ -1.785282778714108, 57.460067762970617 ], [ -1.787118378152717, 57.459975655787694 ], [ -1.786623784897879, 57.459902960239106 ], [ -1.787078092540453, 57.459737549347274 ], [ -1.786386163370337, 57.459779497025458 ], [ -1.787573676475799, 57.45935123465933 ], [ -1.786603274775749, 57.458844776928423 ], [ -1.788489051194213, 57.458999755762967 ], [ -1.788016010269294, 57.458660318932317 ], [ -1.789828523699956, 57.458511543299736 ], [ -1.788619481183092, 57.458346940139492 ], [ -1.788538574399776, 57.457637180237718 ], [ -1.790126944636158, 57.457330829451067 ], [ -1.789583849241739, 57.457293096915159 ], [ -1.789741390375481, 57.45684872122672 ], [ -1.791925118070787, 57.456758919979286 ], [ -1.789504740596157, 57.456267153370774 ], [ -1.789921827791695, 57.455897765339287 ], [ -1.791440212766929, 57.456160777747556 ], [ -1.791930875964362, 57.455743896874154 ], [ -1.792684307379018, 57.45571549371342 ], [ -1.792174985880147, 57.455603272260589 ], [ -1.792264852116043, 57.45533124766412 ], [ -1.794153502405091, 57.455540042299376 ], [ -1.793675251984517, 57.455236548386345 ], [ -1.794499918013524, 57.455281908014335 ], [ -1.794705080069912, 57.454951682449462 ], [ -1.793152202041758, 57.454899743662978 ], [ -1.795875063097452, 57.454333780652178 ], [ -1.796114651323525, 57.454702453998728 ], [ -1.796279890542006, 57.454355992719329 ], [ -1.797160720014739, 57.454186741654333 ], [ -1.796593464204994, 57.45400527897236 ], [ -1.797052374712674, 57.453890142033941 ], [ -1.801066262147601, 57.453689032264059 ], [ -1.801068473522917, 57.453281226109915 ], [ -1.79977605662304, 57.453148935604339 ], [ -1.798554225157601, 57.452606239994616 ], [ -1.799179917619926, 57.451242780753404 ], [ -1.796561753101767, 57.45130955160684 ], [ -1.796887536842251, 57.449350073557028 ], [ -1.798228004887507, 57.449202213640859 ], [ -1.799342180937382, 57.448690184795133 ], [ -1.798240094816698, 57.448518657222053 ], [ -1.799175208563705, 57.448145573810997 ], [ -1.79787467850905, 57.448007861065392 ], [ -1.799290178039016, 57.447535838127202 ], [ -1.798023510909666, 57.447606577044994 ], [ -1.797582625858234, 57.447187281722897 ], [ -1.799754078394237, 57.445879284880583 ], [ -1.800686308859458, 57.446635298663487 ], [ -1.800932566799692, 57.445467050710867 ], [ -1.801227858072474, 57.445701063659691 ], [ -1.801811987152243, 57.44551514389417 ], [ -1.801848181864476, 57.445908638682738 ], [ -1.803065794106767, 57.445652743273996 ], [ -1.802807602994399, 57.4453334578713 ], [ -1.803629062007725, 57.445315874837618 ], [ -1.804077858933962, 57.445822292611219 ], [ -1.804303626183223, 57.445351056185721 ], [ -1.805706243084393, 57.445389153014133 ], [ -1.805965676648214, 57.445163190448191 ], [ -1.805117459373047, 57.444887016302516 ], [ -1.804644779524743, 57.443546081291366 ], [ -1.805542065090564, 57.443044440745417 ], [ -1.805633697356827, 57.443358074767751 ], [ -1.80650621264823, 57.442811476195821 ], [ -1.808280274024265, 57.442524044697649 ], [ -1.808284032548902, 57.442123426198982 ], [ -1.807407229629482, 57.442225391580571 ], [ -1.807536689374097, 57.442317211594187 ], [ -1.806332179225166, 57.442327046890298 ], [ -1.80726035568374, 57.442230221939333 ], [ -1.806506205164022, 57.442180897266198 ], [ -1.806244686175072, 57.441859817108401 ], [ -1.807822940741795, 57.441735574801854 ], [ -1.806372968163615, 57.441226740133523 ], [ -1.807602902634639, 57.440491148520472 ], [ -1.807266311573999, 57.440191514216224 ], [ -1.807659357816529, 57.439890298026206 ], [ -1.809086304565826, 57.439054386641267 ], [ -1.810133031179214, 57.438933801807906 ], [ -1.809456398365936, 57.438356098712433 ], [ -1.810330717543566, 57.43871582155591 ], [ -1.811624604551073, 57.438469838911743 ], [ -1.811013854263833, 57.438034167697708 ], [ -1.812161489648525, 57.437717896138714 ], [ -1.81218344948231, 57.437332574776924 ], [ -1.813081601160548, 57.436937774674512 ], [ -1.814005323534925, 57.437081064312899 ], [ -1.813798617836113, 57.437769725880408 ], [ -1.814350607521207, 57.437972647590101 ], [ -1.814677453293523, 57.436910484930515 ], [ -1.815464330660417, 57.436775101942409 ], [ -1.814916543695029, 57.43673208171974 ], [ -1.818285790148577, 57.43613783629916 ], [ -1.819595492759207, 57.435355532652309 ], [ -1.819522279884863, 57.434662868495977 ], [ -1.818128293010553, 57.434643800893632 ], [ -1.817110581072228, 57.434988161202497 ], [ -1.816338892530407, 57.434759780684161 ], [ -1.817964627608278, 57.434060593286176 ], [ -1.816987069084898, 57.434037621548775 ], [ -1.817130061667092, 57.433752181597001 ], [ -1.818297797200066, 57.433711649544868 ], [ -1.817629723924975, 57.433416056345202 ], [ -1.818150338801642, 57.433219189844948 ], [ -1.817490036053889, 57.433037686302036 ], [ -1.820341937391264, 57.432580070883517 ], [ -1.820028375600044, 57.432332602258519 ], [ -1.81825031192095, 57.432537553199573 ], [ -1.817384179398045, 57.432220115018538 ], [ -1.815954623361938, 57.43233840588821 ], [ -1.8162247615862, 57.43193907294566 ], [ -1.818776196885378, 57.431944558239955 ], [ -1.818452956100363, 57.431636888216566 ], [ -1.814949443444634, 57.431196143670363 ], [ -1.814480463463841, 57.430734646834637 ], [ -1.81582939297001, 57.429745839086607 ], [ -1.815472005218637, 57.429614170842761 ], [ -1.816988353167551, 57.429101674233223 ], [ -1.81593778016419, 57.429053436997883 ], [ -1.816480619363726, 57.428730852984337 ], [ -1.816336477395624, 57.428250072966087 ], [ -1.818470992875044, 57.427988173393963 ], [ -1.815422698556926, 57.427827454940982 ], [ -1.815350805157854, 57.427553379725893 ], [ -1.816094609586454, 57.427000237671038 ], [ -1.817478617121179, 57.426958231752273 ], [ -1.817567532484179, 57.426490365488391 ], [ -1.818858588292681, 57.426045788389594 ], [ -1.821690961831202, 57.426065091842439 ], [ -1.820937952640987, 57.425111867408859 ], [ -1.823535423159172, 57.423754657411237 ], [ -1.822899776434216, 57.423669330414754 ], [ -1.823283962789874, 57.4234156604793 ], [ -1.824650853533488, 57.423092395631691 ], [ -1.823034371148229, 57.423035345545465 ], [ -1.825702365458869, 57.422207266456518 ], [ -1.824565724829882, 57.42209071405167 ], [ -1.82655199420373, 57.421400898319568 ], [ -1.826590992273722, 57.42230999416455 ], [ -1.827018975535559, 57.4215865813836 ], [ -1.828565531354564, 57.421987520223745 ], [ -1.827571031831034, 57.421029515333288 ], [ -1.828307087611526, 57.420641570746639 ], [ -1.827888924449665, 57.420342777827031 ], [ -1.828604836403429, 57.419629632666698 ], [ -1.829297111670234, 57.419697940586211 ], [ -1.829589108641598, 57.419200697240555 ], [ -1.829230651974317, 57.418952292052083 ], [ -1.82989947592856, 57.418329800321075 ], [ -1.831246277445422, 57.417976794104341 ], [ -1.830971011382691, 57.41773928418052 ], [ -1.829747940164246, 57.417978374949293 ], [ -1.829625727853023, 57.417766219824088 ], [ -1.831372659766298, 57.416919706710502 ], [ -1.833739470212892, 57.416290468974339 ], [ -1.82997265893725, 57.417265456540576 ], [ -1.830078719031142, 57.417010492479733 ], [ -1.828288249227767, 57.417191315051333 ], [ -1.82752941644055, 57.416771689446698 ], [ -1.829842808337083, 57.416186466753715 ], [ -1.830133465724332, 57.416331478758259 ], [ -1.830217220342101, 57.415859104665238 ], [ -1.831188081554887, 57.415786749317874 ], [ -1.830151383634496, 57.415696430315876 ], [ -1.832402317921312, 57.414911661952836 ], [ -1.83151076757146, 57.414755973490351 ], [ -1.83277061591093, 57.414456730627698 ], [ -1.8330294805535, 57.413904640948722 ], [ -1.83473775659697, 57.413822452516634 ], [ -1.835110734796688, 57.414170568535361 ], [ -1.835680154209318, 57.414145261500138 ], [ -1.835662588650381, 57.413606280186997 ], [ -1.836350673620275, 57.413471536359836 ], [ -1.835504837175377, 57.413147959970935 ], [ -1.836555393416568, 57.412728937169433 ], [ -1.8353922942818, 57.412631311314996 ], [ -1.835621317702913, 57.412040551901349 ], [ -1.834895398171847, 57.411709941328937 ], [ -1.835265957803097, 57.411107690113425 ], [ -1.83598502826239, 57.410733152083289 ], [ -1.836585531488878, 57.410817469645131 ], [ -1.836695687675582, 57.412623123593725 ], [ -1.838135980875119, 57.412900746045047 ], [ -1.837266551671798, 57.412641826218952 ], [ -1.837073713015538, 57.41108308881396 ], [ -1.838422345167804, 57.409858691519275 ], [ -1.839408458785207, 57.409683890265725 ], [ -1.839976139831482, 57.410041222349079 ], [ -1.840467863499746, 57.409877462438374 ], [ -1.840894654994724, 57.410101669052302 ], [ -1.84111900668986, 57.409797439997213 ], [ -1.842255889169125, 57.410168951002355 ], [ -1.843802611392275, 57.410064879416311 ], [ -1.844291928930738, 57.410465211688262 ], [ -1.843608451025553, 57.411102134365201 ], [ -1.844283779506158, 57.410817321270486 ], [ -1.84409767393216, 57.411135077107318 ], [ -1.845381289907638, 57.411462725989892 ], [ -1.845713695451782, 57.411184670823957 ], [ -1.844426081206743, 57.410623471646105 ], [ -1.845886855537265, 57.411172306667623 ], [ -1.846085199809969, 57.412300768506256 ], [ -1.846777633711849, 57.412704931510291 ], [ -1.846114873091091, 57.413164934697306 ], [ -1.846586715073627, 57.414178750731523 ], [ -1.848029951544344, 57.41538776296057 ], [ -1.848189992670535, 57.416138005614989 ], [ -1.849011813933918, 57.416272832520576 ], [ -1.848266773693414, 57.416088693434901 ], [ -1.848637432004838, 57.415419932060971 ], [ -1.847597186123908, 57.414571617779792 ], [ -1.847691805114785, 57.41383246086825 ], [ -1.855393861559468, 57.410908687042003 ], [ -1.859446137672131, 57.408058580004862 ], [ -1.862254188364838, 57.405319273321901 ], [ -1.864587281928944, 57.400392118392993 ], [ -1.862528639364423, 57.397344772217998 ], [ -1.863463971694127, 57.395039938310887 ], [ -1.863131954628984, 57.39439462347076 ], [ -1.860995178491041, 57.393214660798265 ], [ -1.859967567633945, 57.39307070040438 ], [ -1.860617941981907, 57.392664505561001 ], [ -1.859290034868703, 57.392309114926121 ], [ -1.860790814306988, 57.392264069411951 ], [ -1.861268678536589, 57.392599649088602 ], [ -1.861935600533621, 57.391767687172063 ], [ -1.861547487523336, 57.391455563408769 ], [ -1.860725022740359, 57.391625329141881 ], [ -1.860569841741522, 57.391308967860468 ], [ -1.859590327661253, 57.391218055185838 ], [ -1.859144702988251, 57.390726206581199 ], [ -1.859510639694853, 57.390303530723642 ], [ -1.858140426494061, 57.390159173436231 ], [ -1.858452611132902, 57.389872976777788 ], [ -1.860195347874118, 57.390043793661654 ], [ -1.860974544327823, 57.389429341489326 ], [ -1.860998650350432, 57.388772734729883 ], [ -1.861225974510892, 57.388924792071087 ], [ -1.861347346418064, 57.388500045075638 ], [ -1.862276229974958, 57.388322307017603 ], [ -1.862948071622012, 57.389268913778245 ], [ -1.865089706650496, 57.389078093885622 ], [ -1.865411564557943, 57.388403838886205 ], [ -1.866605113988627, 57.388171556584751 ], [ -1.866282392257766, 57.387716691831407 ], [ -1.866675798465786, 57.387486253340164 ], [ -1.866213083248299, 57.387563912934439 ], [ -1.866054751218455, 57.387190964038972 ], [ -1.866875376708288, 57.387035533802937 ], [ -1.866225447323981, 57.386908190858918 ], [ -1.86822441423717, 57.387031559974318 ], [ -1.869201305991609, 57.386430737016539 ], [ -1.869209376734135, 57.386031914623267 ], [ -1.867911443657237, 57.385710779625846 ], [ -1.868608427015854, 57.384767427904805 ], [ -1.87010784503381, 57.38454620964653 ], [ -1.870910706185211, 57.385165939802505 ], [ -1.872122808361926, 57.384819544169332 ], [ -1.872289398921223, 57.383785806723338 ], [ -1.871443806431729, 57.383497502533238 ], [ -1.874905204344437, 57.382465277966972 ], [ -1.874622710051619, 57.381903580172839 ], [ -1.875368497233757, 57.381209957626695 ], [ -1.874852198798056, 57.38093367841234 ], [ -1.875529280100166, 57.380386404393981 ], [ -1.877631310615592, 57.379926750068599 ], [ -1.878006270833993, 57.380197491788593 ], [ -1.878699540538446, 57.379766092950661 ], [ -1.879217567652815, 57.380026189264129 ], [ -1.879873262495983, 57.379892074791059 ], [ -1.879954832711954, 57.379357682780608 ], [ -1.882359706607212, 57.378288312969907 ], [ -1.882776308445112, 57.377499122574569 ], [ -1.883515317880636, 57.377294103252105 ], [ -1.883553942300255, 57.376649182038001 ], [ -1.884599318991277, 57.376313291385863 ], [ -1.884807795749579, 57.376649434293746 ], [ -1.885723244460499, 57.37638078582625 ], [ -1.886580306051812, 57.37562791141174 ], [ -1.885833499861949, 57.375145766077971 ], [ -1.885891659634415, 57.374622127920048 ], [ -1.888152036125988, 57.373886672306476 ], [ -1.887633810271853, 57.373699372089185 ], [ -1.888102680225535, 57.373165318528848 ], [ -1.888297528411679, 57.373613727367221 ], [ -1.888581966804618, 57.373031002141055 ], [ -1.889646060573932, 57.373057986720113 ], [ -1.889909410130333, 57.373403151993315 ], [ -1.891756466441917, 57.372940344264691 ], [ -1.891693301562164, 57.373499013423711 ], [ -1.892800019057681, 57.373740694186885 ], [ -1.893543771200662, 57.373575143823302 ], [ -1.894030508291192, 57.373157858265103 ], [ -1.893598316810642, 57.372536790807615 ], [ -1.895720815113323, 57.372243929642309 ], [ -1.895199202365377, 57.372072826563546 ], [ -1.895741703293243, 57.371913383848486 ], [ -1.89521357202856, 57.371697361974171 ], [ -1.895586851106976, 57.371403937226013 ], [ -1.894888373083473, 57.371454558929898 ], [ -1.894958954144192, 57.371192323053336 ], [ -1.896676772633455, 57.370506564678571 ], [ -1.897556109677817, 57.370581837657227 ], [ -1.897348338550984, 57.371156561239758 ], [ -1.897641929125824, 57.37081186421424 ], [ -1.897815497977544, 57.371176702147949 ], [ -1.897906684151495, 57.37067105031209 ], [ -1.898600935403321, 57.370941090614714 ], [ -1.899065333914997, 57.370147392660229 ], [ -1.898287853829269, 57.369916811706133 ], [ -1.899177794844636, 57.369758531865585 ], [ -1.89930871874029, 57.369305010270246 ], [ -1.900184765635338, 57.369358703826713 ], [ -1.900172438107837, 57.368999386275163 ], [ -1.900622689048278, 57.369114719986882 ], [ -1.900460480472679, 57.368846009611225 ], [ -1.901049197699825, 57.368785390064041 ], [ -1.902600389820233, 57.367525425693024 ], [ -1.903275259840151, 57.367569061456734 ], [ -1.903104574999507, 57.367357837196316 ], [ -1.903640178796288, 57.367253149543529 ], [ -1.903695537621861, 57.367699631830078 ], [ -1.904100109201116, 57.367478067150955 ], [ -1.905180267629338, 57.367664824763445 ], [ -1.905644156138705, 57.36699865613938 ], [ -1.906201012445047, 57.367030510477392 ], [ -1.906172354153226, 57.366532847721551 ], [ -1.906463956067852, 57.36692470970106 ], [ -1.906568474080315, 57.366355284024635 ], [ -1.906782425837641, 57.366555756328076 ], [ -1.907542603379631, 57.366386542235581 ], [ -1.906751023626589, 57.365825439738501 ], [ -1.907457254842724, 57.365286099071433 ], [ -1.908080742623825, 57.365254216763581 ], [ -1.907735507132323, 57.365699506876418 ], [ -1.908651868698021, 57.365555551656918 ], [ -1.909141236619001, 57.365981684654741 ], [ -1.910163867010887, 57.365890792778266 ], [ -1.910941665939428, 57.365296689020781 ], [ -1.910777825458072, 57.364991161576931 ], [ -1.911256708615914, 57.36494568724352 ], [ -1.910949938417831, 57.364624788893352 ], [ -1.911434491008521, 57.363601101718537 ], [ -1.912124089373309, 57.363716562051749 ], [ -1.914419503903162, 57.363126178353241 ], [ -1.914994535012195, 57.362462744968504 ], [ -1.91472173995072, 57.361821196018681 ], [ -1.911510209122934, 57.360450022175378 ], [ -1.911859764521159, 57.359548402859957 ], [ -1.913492536282246, 57.360031903327375 ], [ -1.915942670139974, 57.359999423614163 ], [ -1.916495550446154, 57.358807785101448 ], [ -1.917170878097591, 57.358583662100266 ], [ -1.917191735474457, 57.358917832526991 ], [ -1.917978942336773, 57.358460228080489 ], [ -1.918776928022822, 57.356872600692398 ], [ -1.91827033044525, 57.356725855695522 ], [ -1.919058821673349, 57.356412866847613 ], [ -1.918821987122524, 57.35603364441004 ], [ -1.919440640678591, 57.35661701850664 ], [ -1.919764545028411, 57.355940826496941 ], [ -1.920180950374828, 57.356290517822146 ], [ -1.921130931354583, 57.355836589354787 ], [ -1.920829489535183, 57.355351334296593 ], [ -1.922856124636926, 57.355021126176787 ], [ -1.92259218836455, 57.354078678027875 ], [ -1.921842623715652, 57.35409797842518 ], [ -1.921861977540687, 57.353591365276536 ], [ -1.921220198030642, 57.353726605624423 ], [ -1.921247603133837, 57.353344857308208 ], [ -1.921600856787194, 57.352904923982777 ], [ -1.922396974638442, 57.352864095120744 ], [ -1.92224617137923, 57.352661891260105 ], [ -1.922684097843903, 57.35304482378951 ], [ -1.923160186509034, 57.352663348859508 ], [ -1.923864454773191, 57.352836243460636 ], [ -1.9248036345029, 57.351907993102287 ], [ -1.924541932696331, 57.35148475103945 ], [ -1.925177019186747, 57.35134679494773 ], [ -1.925208205512618, 57.350718023107461 ], [ -1.922961168640244, 57.350877463333106 ], [ -1.922796318384938, 57.350243182678554 ], [ -1.92334098658209, 57.350427660174695 ], [ -1.923376946237478, 57.349915666948746 ], [ -1.923754172667723, 57.349908709040534 ], [ -1.924122211358668, 57.350329321960039 ], [ -1.924405964297337, 57.349715972299357 ], [ -1.925039152795602, 57.350497846280426 ], [ -1.925476009714864, 57.349766013081251 ], [ -1.925656360906361, 57.350151478046165 ], [ -1.926169095394684, 57.349691863477496 ], [ -1.926402722052442, 57.350030648356295 ], [ -1.92650686526645, 57.349470187230985 ], [ -1.926803423488921, 57.349917698887637 ], [ -1.927795454159664, 57.349928150754785 ], [ -1.928545940837542, 57.349386919397084 ], [ -1.928267412055416, 57.349058892245324 ], [ -1.928701393261145, 57.348913617817232 ], [ -1.928249739272156, 57.348747181773945 ], [ -1.928944116093737, 57.348852672053845 ], [ -1.928934830709254, 57.348496951049349 ], [ -1.929306298093903, 57.348886111295485 ], [ -1.929439047053986, 57.348113671412143 ], [ -1.930206706153823, 57.348124877061203 ], [ -1.929798751153398, 57.347698869992577 ], [ -1.930209714157808, 57.347412548791432 ], [ -1.931156501558743, 57.347590926123715 ], [ -1.931313591920589, 57.348001522048946 ], [ -1.931505605107111, 57.347503085158657 ], [ -1.931399256211316, 57.348400401454093 ], [ -1.932319759810343, 57.348430540817823 ], [ -1.93234238667057, 57.347870929338285 ], [ -1.93316031655378, 57.347646796547018 ], [ -1.93319214157942, 57.346587750255075 ], [ -1.933519091276942, 57.347722440671632 ], [ -1.934111849591043, 57.347970674252089 ], [ -1.934635745525076, 57.34769966808031 ], [ -1.935158773202632, 57.346972336924367 ], [ -1.934087821928277, 57.346537019066751 ], [ -1.934155502498413, 57.344921960286747 ], [ -1.934717335530574, 57.344783019504703 ], [ -1.935043795224571, 57.345269153228799 ], [ -1.935370792863406, 57.344503094285535 ], [ -1.936025525274153, 57.344440548314516 ], [ -1.935186511895632, 57.344421257092705 ], [ -1.93518699259103, 57.344147284147667 ], [ -1.935884725239722, 57.344195248503993 ], [ -1.936423586272305, 57.343878430425733 ], [ -1.936327943451886, 57.343459787135117 ], [ -1.938572395899064, 57.343548030329558 ], [ -1.939095211410479, 57.343874356343008 ], [ -1.939909518991757, 57.343754377491898 ], [ -1.940037245123143, 57.342857063547349 ], [ -1.94177660922797, 57.341885046913163 ], [ -1.941523215152212, 57.341382795305371 ], [ -1.941970325825603, 57.341249158617423 ], [ -1.941980008682435, 57.340372448407436 ], [ -1.943006210253735, 57.339605789743125 ], [ -1.942895641248946, 57.339129654945452 ], [ -1.943209053720984, 57.339495393388084 ], [ -1.943429131146714, 57.338978086549886 ], [ -1.944428863264631, 57.339197708588401 ], [ -1.944642722049303, 57.338383068339901 ], [ -1.944915884114408, 57.339011979072858 ], [ -1.945280627419564, 57.338381549432583 ], [ -1.947043182596763, 57.338370622197232 ], [ -1.949228032302259, 57.336894756190951 ], [ -1.950586528803068, 57.337130641800613 ], [ -1.951130174068449, 57.336790407213414 ], [ -1.950726840497627, 57.336548615145666 ], [ -1.951644381064226, 57.336089052945496 ], [ -1.951398797599475, 57.335891338608768 ], [ -1.952054958306656, 57.335869132087872 ], [ -1.952240272736794, 57.335146091667262 ], [ -1.952941519498822, 57.334926277258234 ], [ -1.952305576161041, 57.334740994727099 ], [ -1.954259127773046, 57.334606076499796 ], [ -1.954269433563235, 57.334331208364503 ], [ -1.955367282703024, 57.334403462161745 ], [ -1.956113528268477, 57.334028244499144 ], [ -1.956219348654894, 57.333032993352226 ], [ -1.955108811961429, 57.332498131202755 ], [ -1.953919531119005, 57.332536329603194 ], [ -1.952812612028639, 57.33180742117959 ], [ -1.953479137543535, 57.331408834098156 ], [ -1.9540469680625, 57.331565341313429 ], [ -1.954562330279487, 57.331171184878833 ], [ -1.954286829439619, 57.331004904883834 ], [ -1.9548098912682, 57.331097614998164 ], [ -1.955338640486296, 57.330608243030149 ], [ -1.956388266606184, 57.330637353782315 ], [ -1.956174374482961, 57.330334561371991 ], [ -1.956660996997603, 57.33033832199515 ], [ -1.956141527872725, 57.330021950415791 ], [ -1.956770893588486, 57.330097621961954 ], [ -1.956967139926934, 57.329866832225107 ], [ -1.956163380216328, 57.329800982409758 ], [ -1.957273156881356, 57.329497744956051 ], [ -1.957905570127964, 57.329808759839793 ], [ -1.958362494081502, 57.329631950791551 ], [ -1.958100256739189, 57.329480954136379 ], [ -1.95928406616309, 57.329793939886443 ], [ -1.960677711473949, 57.329587777024031 ], [ -1.961596750044625, 57.328997892432291 ], [ -1.963543584735457, 57.328593345537143 ], [ -1.964798055549556, 57.327967602525511 ], [ -1.965555121531546, 57.328214836070011 ], [ -1.967468447313796, 57.328049160442063 ], [ -1.968933908538388, 57.327225809590516 ], [ -1.972142378675394, 57.325019492061983 ], [ -1.97850777540908, 57.318729203676646 ], [ -1.982627721957545, 57.313660856777197 ], [ -1.986126627466367, 57.310699664303662 ], [ -1.988014205814959, 57.310049501571676 ], [ -1.98846404407851, 57.310056728918305 ], [ -1.988027378708307, 57.310384560278727 ], [ -1.991795275001703, 57.311193304284039 ], [ -1.992311402167889, 57.311820333333301 ], [ -1.990241134886242, 57.312741826372424 ], [ -1.988721769324569, 57.314147505915649 ], [ -1.986098221569681, 57.315685996858122 ], [ -1.985996136594653, 57.317867001054822 ], [ -1.988583929774063, 57.319794059559136 ], [ -1.988844120481525, 57.321439723865133 ], [ -1.991008948293271, 57.323074754478434 ], [ -1.991405556199788, 57.324202117119327 ], [ -1.992554496333566, 57.325080701271602 ], [ -1.992736916712121, 57.32637512610809 ], [ -1.994517041353612, 57.32712976363333 ], [ -1.994825834515105, 57.327853785671941 ], [ -1.994422171475667, 57.328584066696706 ], [ -1.99368640698978, 57.328865193448252 ], [ -1.994239331368829, 57.329628752317589 ], [ -1.993568060656701, 57.331436947749637 ], [ -1.995750335379372, 57.332707195698397 ], [ -1.99560100257029, 57.331349898431533 ], [ -1.996864861596269, 57.332335340579704 ], [ -1.997467797505839, 57.332055091345396 ], [ -1.997939479177112, 57.332456627571041 ], [ -1.997221935959614, 57.332718013047582 ], [ -1.997846411248772, 57.333532758629381 ], [ -1.997799858332324, 57.334391507869107 ], [ -1.99696600961096, 57.334575638402036 ], [ -1.996127277190091, 57.333662072473309 ], [ -1.996094024585052, 57.333992636355447 ], [ -1.997362951674634, 57.335272707049022 ], [ -1.99822504473612, 57.335269127289784 ], [ -1.998268168523473, 57.336866258445163 ], [ -1.999100363133723, 57.338886482404327 ], [ -1.998588632794094, 57.341185159705638 ], [ -1.996335638852663, 57.343642793273091 ], [ -1.993544299923937, 57.344321780868242 ], [ -1.990295573649592, 57.346444196620673 ], [ -1.989635932459046, 57.346436959217698 ], [ -1.990182559372037, 57.346550184210493 ], [ -1.99058405650176, 57.348976446801629 ], [ -1.992483118770232, 57.350206304659892 ], [ -1.997154193855383, 57.351273633959003 ], [ -1.996590650437988, 57.353577687137822 ], [ -1.99780725320386, 57.351716493526709 ], [ -2.001398441866901, 57.352201564031517 ], [ -2.00271633537683, 57.352974053124271 ], [ -2.005400286641852, 57.353232663200266 ], [ -2.007810607294498, 57.355966868828062 ], [ -2.009377976304165, 57.356360201225911 ], [ -2.012109420268664, 57.358586775417997 ], [ -2.016662600441937, 57.359973175258204 ], [ -2.01696189187224, 57.360184228190903 ], [ -2.016391809758909, 57.36029299557439 ], [ -2.016466788337312, 57.360688224528474 ], [ -2.017220028855734, 57.361230677378771 ], [ -2.02279478782901, 57.360613566714022 ], [ -2.028488750984634, 57.361756791536095 ], [ -2.031467289312614, 57.361484798668151 ], [ -2.033364386995036, 57.361999913368571 ], [ -2.03402848893084, 57.362916867919289 ], [ -2.035503351803959, 57.363317984292429 ], [ -2.040793623168317, 57.362482776059998 ], [ -2.042687963388472, 57.363327416188206 ], [ -2.047970950178676, 57.363398263250716 ], [ -2.048757631152886, 57.363695286792101 ], [ -2.048059033878514, 57.363382958891279 ], [ -2.050264084008566, 57.36275060961465 ], [ -2.051246528187444, 57.362765482153598 ], [ -2.052712120300631, 57.363528403577412 ], [ -2.052392013044456, 57.362873699036662 ], [ -2.050986900363512, 57.362544613662592 ], [ -2.04806353092069, 57.363010175140893 ], [ -2.044461322150716, 57.363039352451942 ], [ -2.041916568326166, 57.361814990265209 ], [ -2.039016137607596, 57.362021632265105 ], [ -2.038072320398723, 57.3623614692087 ], [ -2.035137985721386, 57.361951818931331 ], [ -2.032099904998339, 57.360687872032599 ], [ -2.030100674304382, 57.361186909930957 ], [ -2.028348648563636, 57.361149592857636 ], [ -2.026621435741889, 57.360942473049903 ], [ -2.023745180700766, 57.360014242848308 ], [ -2.022418858050242, 57.360175279111331 ], [ -2.017974034909489, 57.359919994223304 ], [ -2.017365511378038, 57.35957334853434 ], [ -2.017832446110664, 57.359302902925407 ], [ -2.01740328031689, 57.358613990441363 ], [ -2.012474663569064, 57.357365989310296 ], [ -2.011854330553466, 57.356201891651935 ], [ -2.01010224929558, 57.35505854918685 ], [ -2.010078750333279, 57.354234836575642 ], [ -2.009245892199305, 57.353324055252514 ], [ -2.010654624960717, 57.3514977553317 ], [ -2.009880048833204, 57.350851064592753 ], [ -2.008188271082736, 57.350428103554655 ], [ -2.008826272899687, 57.349982516374361 ], [ -2.008457265715136, 57.349546880672278 ], [ -2.007312361873283, 57.34961612166655 ], [ -2.003423850531667, 57.348587774243384 ], [ -2.001856856990309, 57.347857515235752 ], [ -1.998633290999152, 57.347755125136914 ], [ -1.995235370212421, 57.346854082472781 ], [ -1.998208050158605, 57.344487206202004 ], [ -1.999013865496869, 57.344644411119894 ], [ -2.000273288374611, 57.345656765085579 ], [ -2.003549806830419, 57.345397107876529 ], [ -2.008005451194667, 57.342909577515989 ], [ -2.008963499415541, 57.340574001445447 ], [ -2.00591432563425, 57.336522076860923 ], [ -2.006483961025876, 57.335816004509709 ], [ -2.007402867790267, 57.337372660123343 ], [ -2.009202006713077, 57.337771371167129 ], [ -2.01063543561324, 57.337204444668814 ], [ -2.013069900471974, 57.335037574215271 ], [ -2.013830644260334, 57.334987188010345 ], [ -2.014033445437517, 57.335380609085199 ], [ -2.014425302813357, 57.334991611400845 ], [ -2.013373765678293, 57.334746500928716 ], [ -2.009040361955341, 57.335751165870327 ], [ -2.008734632404594, 57.335384692387528 ], [ -2.004844283112506, 57.334501907058922 ], [ -2.002842774677432, 57.334898111095235 ], [ -2.002148346264912, 57.333213862559788 ], [ -1.998650388030885, 57.331535904594183 ], [ -1.999387839820771, 57.330113042085287 ], [ -1.99921845113129, 57.328969537878756 ], [ -1.999915969422248, 57.326929556613358 ], [ -1.999558927618292, 57.325652209400545 ], [ -1.998590784368477, 57.325498599215351 ], [ -1.997979718597455, 57.324578758252017 ], [ -1.999824625044567, 57.324077532881283 ], [ -1.997083197114459, 57.32190098310631 ], [ -1.995233490462949, 57.321507485655474 ], [ -1.994866435705104, 57.322236871875525 ], [ -1.994275367659237, 57.321820047654967 ], [ -1.995487613568474, 57.32085714279183 ], [ -1.998514531475922, 57.321420427658779 ], [ -2.000531947786042, 57.320542815622474 ], [ -2.00071125259648, 57.319841260823679 ], [ -2.002064377148705, 57.318630366899725 ], [ -2.002796373957905, 57.316196022251575 ], [ -2.00254566953733, 57.316019067605659 ], [ -2.001576205287738, 57.317840790130155 ], [ -2.000654768365768, 57.31856481087096 ], [ -2.000878924825819, 57.319030116106838 ], [ -1.999954122517088, 57.319548426390725 ], [ -1.997099915697327, 57.320311933474088 ], [ -1.994639307972603, 57.319655218000541 ], [ -1.991482090451706, 57.316137400316279 ], [ -1.993373216921735, 57.315234742223339 ], [ -1.995110132964323, 57.312156423139882 ], [ -1.994102691832122, 57.310896997345488 ], [ -1.99222212640477, 57.310033654441519 ], [ -1.991601478942171, 57.309285350657866 ], [ -1.98988757099537, 57.30643589103061 ], [ -1.990107033420331, 57.305007645898392 ], [ -1.999368254954935, 57.296009057089826 ], [ -2.016972518361867, 57.276412777966527 ], [ -2.022407897615996, 57.269546340120591 ], [ -2.034786956380592, 57.253457020052032 ], [ -2.036197727338057, 57.252120867850593 ], [ -2.037859391192471, 57.251509540467175 ], [ -2.038160548754713, 57.251057610922167 ], [ -2.037496508790398, 57.251573428302237 ], [ -2.036634512815507, 57.251372468237292 ], [ -2.041530533502136, 57.244393046288039 ], [ -2.04384726713863, 57.243240650506131 ], [ -2.043845249814745, 57.242938826720241 ], [ -2.043701439661385, 57.24322543072153 ], [ -2.042712350552587, 57.243306618670644 ], [ -2.0502627065941, 57.230999958318307 ], [ -2.055310644443761, 57.223928288766828 ], [ -2.057178515357768, 57.219559961063446 ], [ -2.059120123558382, 57.217050131975832 ], [ -2.058950097788254, 57.216338765703981 ], [ -2.060976011689651, 57.211925386811366 ], [ -2.061807191316241, 57.211989655852136 ], [ -2.062993639693021, 57.212628647693286 ], [ -2.063802703723095, 57.214250552244323 ], [ -2.067583979176563, 57.214156042834041 ], [ -2.069410953635938, 57.21459340902399 ], [ -2.075948423626713, 57.218291471082907 ], [ -2.080845222174712, 57.219309761748491 ], [ -2.087001313477939, 57.219153825171702 ], [ -2.094656617265536, 57.222506983499308 ], [ -2.116035173818823, 57.22502668312427 ], [ -2.128222619804654, 57.227448279122981 ], [ -2.129436103818074, 57.225883108727629 ], [ -2.128950374914122, 57.222903978937545 ], [ -2.131444850635948, 57.21793653245043 ], [ -2.135004535525734, 57.21695810324583 ], [ -2.137725139894714, 57.216570675264535 ], [ -2.136572633641183, 57.214749301342017 ], [ -2.14071379201451, 57.213111626415731 ], [ -2.140219162958572, 57.212778015756825 ], [ -2.14306415022663, 57.211258483624498 ], [ -2.144095847118744, 57.211765735869172 ], [ -2.145475939448616, 57.211611432402485 ], [ -2.146048257349509, 57.212324909803769 ], [ -2.148090291263145, 57.211274206895858 ], [ -2.15185846556546, 57.212144637107492 ], [ -2.151445884221832, 57.212865566903588 ], [ -2.154641056931939, 57.213639588718316 ], [ -2.160410496825208, 57.213183194959569 ], [ -2.16082274888333, 57.21394621582818 ], [ -2.165077871409947, 57.213249001460014 ], [ -2.166451606187142, 57.212058744033278 ], [ -2.16690898487183, 57.211060132404505 ], [ -2.169432786638189, 57.212326036392646 ], [ -2.171131856020673, 57.212073105684354 ], [ -2.171754873933067, 57.212544756231118 ], [ -2.174641360301177, 57.210276172542784 ], [ -2.176754435709788, 57.211810192419073 ], [ -2.179268155538675, 57.21296542308604 ], [ -2.179209411091527, 57.214847431069984 ], [ -2.179854792119908, 57.215800494379614 ], [ -2.183729591826, 57.21622695749312 ], [ -2.18600968149202, 57.217903404613445 ], [ -2.192425804724921, 57.219160319453096 ], [ -2.197360482337056, 57.22137502915615 ], [ -2.201798531210961, 57.222909439006337 ], [ -2.203939571478034, 57.225573006509848 ], [ -2.204438889590805, 57.230804742454261 ], [ -2.205270884674401, 57.231489678673782 ], [ -2.206793768836435, 57.231310214934155 ], [ -2.211108221068857, 57.229203723804375 ], [ -2.213082682158748, 57.229230030219014 ], [ -2.217706437172508, 57.230245248023941 ], [ -2.221642027405488, 57.229711959884774 ], [ -2.22399130192969, 57.230358151994025 ], [ -2.226288975222175, 57.228517921277017 ], [ -2.227412252723569, 57.228302097261043 ], [ -2.228462271726681, 57.228829284168647 ], [ -2.229783430684185, 57.230868689753805 ], [ -2.230570131452456, 57.231121463489856 ], [ -2.231581726702344, 57.231048635881521 ], [ -2.234519329354793, 57.229615794947357 ], [ -2.235946889929895, 57.22932746230213 ], [ -2.236738234683811, 57.2295280878106 ], [ -2.237536741313393, 57.230582970604161 ], [ -2.237507196822345, 57.233456662200972 ], [ -2.239205847361726, 57.234594266692156 ], [ -2.241185399271354, 57.235352229687727 ], [ -2.243849833481476, 57.233947543221319 ], [ -2.2480550572957, 57.233848575524483 ], [ -2.252534884427425, 57.233213532804243 ], [ -2.253270170254394, 57.232702719647818 ], [ -2.253620898402505, 57.231191982059315 ], [ -2.255002419214109, 57.230245975738853 ], [ -2.259006417472604, 57.228915490114844 ], [ -2.261812639720267, 57.228514418981256 ], [ -2.264646363542187, 57.229185789073462 ], [ -2.264665517420891, 57.231395549191703 ], [ -2.265492984223183, 57.232214841245195 ], [ -2.266670475567102, 57.232640830809871 ], [ -2.269857269259051, 57.232836136055809 ], [ -2.270948431049496, 57.23322633942999 ], [ -2.272567746058967, 57.234474155349744 ], [ -2.273894885672673, 57.234508096682987 ], [ -2.275060639417087, 57.234225280433954 ], [ -2.273456385070168, 57.23278433074249 ], [ -2.273934065792563, 57.230189019045582 ], [ -2.276967711664937, 57.229422405781577 ], [ -2.277703004851746, 57.228526979178454 ], [ -2.279090652474879, 57.228266989503112 ], [ -2.27948753308732, 57.226871954549658 ], [ -2.278839441663453, 57.225268144709709 ], [ -2.279805398646447, 57.225106997003373 ], [ -2.280379541553444, 57.224600874461437 ], [ -2.27906360843581, 57.221839755462611 ], [ -2.279380022145698, 57.220323628427927 ], [ -2.278943346992908, 57.219729928569471 ], [ -2.281617782500136, 57.21845197017079 ], [ -2.280821751278617, 57.217853692737947 ], [ -2.280739315426578, 57.216810956390013 ], [ -2.28194001718082, 57.214895793577575 ], [ -2.283452981366481, 57.214207884061395 ], [ -2.281733036373066, 57.212938871936167 ], [ -2.277880822164175, 57.212979799897198 ], [ -2.277898845181098, 57.210753782644154 ], [ -2.28167933911402, 57.206981491186049 ], [ -2.281156043692731, 57.206082571400479 ], [ -2.278372617511624, 57.204202353827839 ], [ -2.279586539121854, 57.201228087257647 ], [ -2.28094695804618, 57.201441538082136 ], [ -2.281119673886414, 57.20086624076643 ], [ -2.289588005634072, 57.201861159416026 ], [ -2.292754050368985, 57.200173995091419 ], [ -2.29499627015813, 57.197853828562103 ], [ -2.290230304493802, 57.19323511247277 ], [ -2.285574279937833, 57.187701494464164 ], [ -2.282162427060739, 57.187000456945512 ], [ -2.28078405541384, 57.186314554042013 ], [ -2.280457879699939, 57.185843676385588 ], [ -2.281178616341029, 57.185769300570314 ], [ -2.2797425946814, 57.184452010573487 ], [ -2.278113308535061, 57.183378571992577 ], [ -2.275716946534765, 57.182799967496159 ], [ -2.275436079595397, 57.182180757525309 ], [ -2.273927164268087, 57.181695386750377 ], [ -2.273761294529083, 57.181187310993408 ], [ -2.273017931423621, 57.180875424539749 ], [ -2.272433203262652, 57.178967807728199 ], [ -2.273312908760237, 57.1766949896261 ], [ -2.272954315832485, 57.176065163360256 ], [ -2.27145190859782, 57.175301275249836 ], [ -2.272025490703267, 57.17458318817814 ], [ -2.271111204405689, 57.172818209519647 ], [ -2.267724114805591, 57.173254874208169 ], [ -2.262170683601445, 57.170924735992784 ], [ -2.260987700733108, 57.16990314009854 ], [ -2.259993196668357, 57.167926247665967 ], [ -2.256348310995588, 57.162850261368312 ], [ -2.253613403565929, 57.159912086097414 ], [ -2.254399642669096, 57.158369005540635 ], [ -2.257401752695835, 57.157420557845839 ], [ -2.259241029073059, 57.1542637230325 ], [ -2.266782591917289, 57.147491754041233 ], [ -2.267055737620509, 57.146867748822004 ], [ -2.267046520022733, 57.145818548188601 ], [ -2.267538075968778, 57.14546356779357 ], [ -2.272843573422497, 57.144447826549623 ], [ -2.274551296047559, 57.141640485647656 ], [ -2.277620179980443, 57.138165365652689 ], [ -2.278244670064708, 57.136617995138614 ], [ -2.278008668885803, 57.135331245109576 ], [ -2.276436023298498, 57.133138362832511 ], [ -2.274659204275134, 57.132347267437794 ], [ -2.274347925120444, 57.13180537162016 ], [ -2.274590744454737, 57.13068824370454 ], [ -2.275762964375402, 57.129715497619237 ], [ -2.277197818512187, 57.128971228207391 ], [ -2.278627931115943, 57.12892224310535 ], [ -2.280560249494684, 57.130189936043919 ], [ -2.280676344203955, 57.130687338579257 ], [ -2.283786085210185, 57.130799810525289 ], [ -2.28752454435424, 57.129972931107709 ], [ -2.289594299307378, 57.128910856940678 ], [ -2.296232188108123, 57.128398578435132 ], [ -2.297797023813991, 57.127648375467665 ], [ -2.297889321943846, 57.127006763678096 ], [ -2.298713160785925, 57.127164701743503 ], [ -2.300149637743691, 57.126485741421661 ], [ -2.302347108973253, 57.126165152853375 ], [ -2.30280826157554, 57.126407481234892 ], [ -2.304209101352417, 57.12582647599649 ], [ -2.304653912613813, 57.125084290375035 ], [ -2.304176311932204, 57.123440645974718 ], [ -2.309275201976448, 57.124881631337523 ], [ -2.316922058332808, 57.124657712908352 ], [ -2.324163883145492, 57.125722552920685 ], [ -2.326288054444578, 57.126860589375177 ], [ -2.332868094080792, 57.131590853583077 ], [ -2.33608071108545, 57.132820151407032 ], [ -2.339338957261346, 57.133777055822868 ], [ -2.342614155649234, 57.134047521066499 ], [ -2.351178692701055, 57.13564616744879 ], [ -2.353828619640796, 57.132868328605831 ], [ -2.350555045962042, 57.131020719208763 ], [ -2.351637177814269, 57.120758977661097 ], [ -2.358630874364807, 57.113389167974574 ], [ -2.360743982915912, 57.111655646623689 ], [ -2.360870247064857, 57.109190310838002 ], [ -2.351276411433883, 57.108301292918668 ], [ -2.349174746796308, 57.107067494523257 ], [ -2.344461333043829, 57.106687977702705 ], [ -2.341056348702961, 57.104069725264502 ], [ -2.337566187538727, 57.102559230458297 ], [ -2.33094430717695, 57.101509700299673 ], [ -2.325528940662293, 57.101917349358587 ], [ -2.321545533702707, 57.102627422130929 ], [ -2.319330294234696, 57.101853352217987 ], [ -2.316771075549233, 57.102344938236733 ], [ -2.31000043762655, 57.102775996712893 ], [ -2.309288450556449, 57.103897952232174 ], [ -2.307699194521546, 57.103744660872643 ], [ -2.306180527074769, 57.104542489688257 ], [ -2.306152536320191, 57.104951290173382 ], [ -2.304475096434557, 57.104717325290707 ], [ -2.304033829267238, 57.105057060606114 ], [ -2.303066948892215, 57.105114200289741 ], [ -2.302115270808205, 57.105011396304171 ], [ -2.30066939086289, 57.104015951557805 ], [ -2.298288885891328, 57.10440522131767 ], [ -2.297217153866795, 57.103942442840108 ], [ -2.296326631762009, 57.104257164959073 ], [ -2.295624291487715, 57.104159111612958 ], [ -2.294905593424413, 57.103664038932159 ], [ -2.292159996139932, 57.103812405289233 ], [ -2.292568585519881, 57.10287541063542 ], [ -2.289742149972287, 57.102177702965513 ], [ -2.287476092492152, 57.102211669573776 ], [ -2.285718542149127, 57.103332292137637 ], [ -2.284056447986266, 57.103351343225874 ], [ -2.28360132089092, 57.102763980186843 ], [ -2.284479768371469, 57.101726234781637 ], [ -2.280975923603876, 57.100690304284768 ], [ -2.281039867163297, 57.100197885833346 ], [ -2.279640222662427, 57.099324265551758 ], [ -2.279705185393195, 57.097432274774867 ], [ -2.280647985713287, 57.095958729948038 ], [ -2.284660800937065, 57.094126099472653 ], [ -2.288140081176454, 57.093765106962856 ], [ -2.291352893824176, 57.089319107181588 ], [ -2.290700478337263, 57.08839446135439 ], [ -2.293528921147459, 57.088224371385088 ], [ -2.295560450427332, 57.08744075531493 ], [ -2.297848986710368, 57.087442520394625 ], [ -2.299869851244488, 57.086580706189537 ], [ -2.301395255898531, 57.085263708471331 ], [ -2.303542771664127, 57.084379071746852 ], [ -2.30976344169165, 57.082096492553994 ], [ -2.317044465230832, 57.080053468270272 ], [ -2.312795384845898, 57.077557850540892 ], [ -2.308943241890848, 57.077898891553005 ], [ -2.307676889085712, 57.077760973550049 ], [ -2.307255020816645, 57.077412564303394 ], [ -2.307731780737551, 57.077019727764124 ], [ -2.30763747557955, 57.076189016826682 ], [ -2.306021425908383, 57.076643032888093 ], [ -2.299270775905876, 57.077555866977271 ], [ -2.29384818465868, 57.079154235685024 ], [ -2.289244645882146, 57.079645551931826 ], [ -2.284507709713253, 57.079536029209315 ], [ -2.276287836393295, 57.078235708263371 ], [ -2.27219305995145, 57.078836665636736 ], [ -2.269802654625338, 57.079498506990994 ], [ -2.266421616312105, 57.082124332812555 ], [ -2.261881264301386, 57.084659969192316 ], [ -2.260610686032666, 57.085807969722239 ], [ -2.259813316605852, 57.087863170946413 ], [ -2.261016606815593, 57.093792228431489 ], [ -2.260472363397362, 57.094781505033808 ], [ -2.259371446535872, 57.095230250904883 ], [ -2.254192695557423, 57.09594784001159 ], [ -2.245900377905565, 57.096056023217393 ], [ -2.237529075476115, 57.094403117119185 ], [ -2.235226396235957, 57.094319428881519 ], [ -2.231920208165898, 57.095003820519572 ], [ -2.229878260250903, 57.095986744748359 ], [ -2.229268429539711, 57.096917614719814 ], [ -2.225996743376814, 57.099528662927895 ], [ -2.221941036463933, 57.101669403178967 ], [ -2.218518361950005, 57.101785914068614 ], [ -2.215606911439203, 57.100405766038961 ], [ -2.210309256591154, 57.10138764464385 ], [ -2.209573901120802, 57.102699511518942 ], [ -2.202100048501565, 57.104875823548284 ], [ -2.200357818387063, 57.105053793385473 ], [ -2.195884149712247, 57.104094290398621 ], [ -2.192830705463317, 57.104484404244353 ], [ -2.190953844068288, 57.105129571350908 ], [ -2.189815361913396, 57.10749295612699 ], [ -2.18850252762256, 57.108064466858131 ], [ -2.184716463889495, 57.108281211345961 ], [ -2.182248371225259, 57.10761019812935 ], [ -2.181487395146736, 57.106951046629995 ], [ -2.178878430327185, 57.107161411825302 ], [ -2.176716521370881, 57.109041047624679 ], [ -2.175047925648634, 57.112642910951891 ], [ -2.171996555330826, 57.114034126023412 ], [ -2.166468014398551, 57.114296717088166 ], [ -2.160185665526797, 57.112847857570074 ], [ -2.151636974795365, 57.114233811342494 ], [ -2.148961905442208, 57.115009566710597 ], [ -2.145063023937015, 57.117015572207798 ], [ -2.143404600056554, 57.117304940934304 ], [ -2.13619875827347, 57.117422581528473 ], [ -2.126066461368294, 57.118425824668279 ], [ -2.124026888506649, 57.117393013921181 ], [ -2.123160379323451, 57.116031139217469 ], [ -2.123036407399201, 57.114998208904176 ], [ -2.124575730921502, 57.113646531441709 ], [ -2.121166740385108, 57.113832234711538 ], [ -2.121976263833861, 57.108456877977304 ], [ -2.118738733736717, 57.103788792508055 ], [ -2.118677813243253, 57.090436386813884 ], [ -2.097801764930573, 57.088345223215356 ], [ -2.08895626756324, 57.087060959097343 ], [ -2.085194893949013, 57.085853555966885 ], [ -2.086949026940176, 57.085976314701085 ], [ -2.086019547025786, 57.085725431045546 ], [ -2.087131688824615, 57.08577316939612 ], [ -2.086315776393101, 57.085402733447204 ], [ -2.087431771772129, 57.084290747869716 ], [ -2.088546130969203, 57.083902791558884 ], [ -2.0899005304976, 57.083862299048107 ], [ -2.088433474254589, 57.083706141328129 ], [ -2.089714298985954, 57.083262361434414 ], [ -2.087309687412042, 57.083591947695695 ], [ -2.088053513316746, 57.082799115948035 ], [ -2.087347554587569, 57.082858899834783 ], [ -2.088256982039537, 57.082336342449281 ], [ -2.087776424009951, 57.082132764356167 ], [ -2.088851470661624, 57.081890359115974 ], [ -2.088641330624486, 57.081629099898862 ], [ -2.089122802060371, 57.081527248374798 ], [ -2.089702579554532, 57.081828666028748 ], [ -2.08948714853874, 57.081428173846227 ], [ -2.091132082019778, 57.080829608558524 ], [ -2.090633572537551, 57.080704207511204 ], [ -2.091655627958009, 57.080404324652243 ], [ -2.091657736527151, 57.07992282839615 ], [ -2.090818279227534, 57.080007882418954 ], [ -2.090472682396239, 57.079671266414955 ], [ -2.088670828824989, 57.079478522585255 ], [ -2.089775424839412, 57.079210935602319 ], [ -2.089243605755057, 57.078942721452158 ], [ -2.090002276075221, 57.078883787180182 ], [ -2.089559059651277, 57.078417882045365 ], [ -2.091216495456754, 57.078262173828769 ], [ -2.093291441389109, 57.077524925295066 ], [ -2.0927733217131, 57.076140114581726 ], [ -2.094131022032521, 57.076863138580968 ], [ -2.093079150450643, 57.075752714880316 ], [ -2.09393370884909, 57.075808669200633 ], [ -2.09434041262141, 57.075528987950278 ], [ -2.094024629152331, 57.075237274584197 ], [ -2.094548700171889, 57.075061708451408 ], [ -2.094144325587482, 57.074956911207437 ], [ -2.096196799254777, 57.0739160015629 ], [ -2.095624150865818, 57.0731537740634 ], [ -2.093874980306199, 57.07346052615631 ], [ -2.093315032810124, 57.073135756521246 ], [ -2.093962301206263, 57.072772353496944 ], [ -2.092527195336757, 57.072693474410535 ], [ -2.09232399257544, 57.071895923481165 ], [ -2.092836261474254, 57.071633236826479 ], [ -2.092489693532188, 57.071544560871843 ], [ -2.094378633225091, 57.071104772289374 ], [ -2.093091589425084, 57.070853311801969 ], [ -2.093743920109317, 57.070550092918538 ], [ -2.0929584324118, 57.070367423898205 ], [ -2.092981825729669, 57.069831113938257 ], [ -2.093682165140311, 57.069606911097523 ], [ -2.093251411355535, 57.069480571176733 ], [ -2.093378933740866, 57.069038506151855 ], [ -2.094134590093055, 57.068524104397042 ], [ -2.09381260311602, 57.068363548530684 ], [ -2.094910693044556, 57.068274684782544 ], [ -2.092088393773367, 57.068011794040579 ], [ -2.092602327251168, 57.067776056314145 ], [ -2.093186667075023, 57.067998403531469 ], [ -2.093201726699959, 57.067428861961794 ], [ -2.094488023264514, 57.067433285929702 ], [ -2.09428785640086, 57.067186401057363 ], [ -2.095230879552207, 57.066448171071521 ], [ -2.096160675547431, 57.066346848060057 ], [ -2.096298244977901, 57.066616236051154 ], [ -2.097076303188325, 57.06587452583392 ], [ -2.09908732401618, 57.066200831979479 ], [ -2.098428218423685, 57.065770162457326 ], [ -2.099031239245067, 57.065576548780228 ], [ -2.098481738837792, 57.065432354534622 ], [ -2.098682122377314, 57.065133956484267 ], [ -2.099889755240663, 57.065348592361516 ], [ -2.099875470056972, 57.064942566174281 ], [ -2.102299550890992, 57.065573018259954 ], [ -2.101566368760968, 57.064596251280797 ], [ -2.10275064406675, 57.064712962426356 ], [ -2.102730204783913, 57.064477621117383 ], [ -2.103818491159416, 57.064469535461598 ], [ -2.10327746926038, 57.063817808063497 ], [ -2.105243032747346, 57.063834134893142 ], [ -2.105896713208919, 57.063503901760868 ], [ -2.103660563026645, 57.062832040946226 ], [ -2.105550279908739, 57.062867290398465 ], [ -2.10531195162098, 57.062553979934229 ], [ -2.106217082700693, 57.062519976492027 ], [ -2.104964765131548, 57.062227285754751 ], [ -2.107054858065303, 57.062000934769742 ], [ -2.106776829358376, 57.061645440286604 ], [ -2.107456903728604, 57.061337634173299 ], [ -2.106985319721328, 57.060757727856881 ], [ -2.105045540738222, 57.060473709190511 ], [ -2.105188403241137, 57.060268773449401 ], [ -2.1069047494532, 57.060261927443456 ], [ -2.105464884692553, 57.060088877662992 ], [ -2.105503535292359, 57.059765451970321 ], [ -2.104832036099766, 57.059602523784037 ], [ -2.105397196855415, 57.059477182841562 ], [ -2.10480076302426, 57.059037510391008 ], [ -2.105514339389896, 57.058926417404123 ], [ -2.105021074624414, 57.058819933429881 ], [ -2.105212950962165, 57.058459548038094 ], [ -2.106177185941117, 57.058373392816918 ], [ -2.105238736279389, 57.058250219093388 ], [ -2.107011290308877, 57.058328664106 ], [ -2.105002322755065, 57.058019551133846 ], [ -2.105066422738503, 57.057367321002495 ], [ -2.105387408889536, 57.057191879446698 ], [ -2.106667411500169, 57.057423457108513 ], [ -2.10667718568167, 57.056809001636687 ], [ -2.107151482903613, 57.057205650970019 ], [ -2.107845806751899, 57.056724455555155 ], [ -2.108796282946188, 57.057023668956461 ], [ -2.108865304521961, 57.057510495334228 ], [ -2.109427211186582, 57.056856031713544 ], [ -2.110112661393022, 57.057285722465224 ], [ -2.111045267257405, 57.057111522774626 ], [ -2.111205388242132, 57.056079216902333 ], [ -2.111042661341925, 57.055689492959651 ], [ -2.110429031115798, 57.055566967432611 ], [ -2.111147068489774, 57.054771322397855 ], [ -2.110914603551103, 57.054211878669356 ], [ -2.111539973039929, 57.053859182717822 ], [ -2.111000515040133, 57.053724017350405 ], [ -2.112042503903949, 57.053228116094346 ], [ -2.113097676194443, 57.053281064772499 ], [ -2.11578597233291, 57.052644393126101 ], [ -2.115858354397108, 57.052068505943694 ], [ -2.116756851619904, 57.051581681351813 ], [ -2.11655595970815, 57.051123727929813 ], [ -2.115494828766773, 57.051256765199945 ], [ -2.115543284372257, 57.05093692010464 ], [ -2.116340651511789, 57.050797839959756 ], [ -2.116841750575133, 57.050274552920477 ], [ -2.118142868795299, 57.050460179682609 ], [ -2.11896405431321, 57.05004437908002 ], [ -2.119193757502993, 57.050227416677124 ], [ -2.119380166630083, 57.049761012953539 ], [ -2.120515758085741, 57.049733872213878 ], [ -2.12026213460145, 57.049291246771176 ], [ -2.120601933141013, 57.049369072900568 ], [ -2.121081016053432, 57.048689483011458 ], [ -2.122756684923688, 57.048506389021682 ], [ -2.123197322590648, 57.048177171919612 ], [ -2.123140037792019, 57.047801732250001 ], [ -2.12147360982341, 57.047272457779755 ], [ -2.121320412515274, 57.046793804034756 ], [ -2.120573974761648, 57.046850221820698 ], [ -2.120899715249771, 57.046666650708588 ], [ -2.119993581350763, 57.046266874743822 ], [ -2.120360257991713, 57.04600151893208 ], [ -2.121506739637042, 57.046315718833384 ], [ -2.121368199878428, 57.045782253530859 ], [ -2.121840638514739, 57.045607520584106 ], [ -2.121755344935037, 57.045229412483025 ], [ -2.120089202904894, 57.044746831632914 ], [ -2.119693851131617, 57.044293560985906 ], [ -2.121012317687867, 57.044299478097138 ], [ -2.120948334233101, 57.043882721127986 ], [ -2.121422836357553, 57.043841836872616 ], [ -2.120484326963444, 57.043602894436596 ], [ -2.121956273437316, 57.043179258193177 ], [ -2.12202803189551, 57.043451378125887 ], [ -2.123027681233053, 57.042742524694958 ], [ -2.123186942039669, 57.043557141141626 ], [ -2.123835142233045, 57.043220530252555 ], [ -2.124650101391425, 57.043471248978406 ], [ -2.124571053940066, 57.042014257884794 ], [ -2.124939266519818, 57.042227689843735 ], [ -2.125661956093415, 57.042000589605436 ], [ -2.125464536001846, 57.04161181665112 ], [ -2.125960168409052, 57.041494537019034 ], [ -2.127776767708972, 57.041661577035846 ], [ -2.127059900766176, 57.041176318173243 ], [ -2.127502004605331, 57.041310615605816 ], [ -2.12779249385714, 57.040963568593376 ], [ -2.127229351843841, 57.040612002674074 ], [ -2.128304037493587, 57.040209356507638 ], [ -2.1280633308626, 57.039697562475297 ], [ -2.128954724139276, 57.03966969661986 ], [ -2.129270392763406, 57.038989344338418 ], [ -2.130588559529682, 57.039431743129924 ], [ -2.130083390058931, 57.039166367854577 ], [ -2.130273328364021, 57.03882121616941 ], [ -2.13127107606507, 57.039052836686807 ], [ -2.130643886844784, 57.0387642354683 ], [ -2.131914248280837, 57.03873505360577 ], [ -2.132600216868541, 57.038407340320873 ], [ -2.131579832256886, 57.03782990192078 ], [ -2.132693178594096, 57.038137746409582 ], [ -2.13264629029592, 57.037927589845552 ], [ -2.130738836584918, 57.03718219891234 ], [ -2.131543839673637, 57.036972046400578 ], [ -2.13099739618576, 57.036676175341931 ], [ -2.131703314324488, 57.03640683659534 ], [ -2.131616666397307, 57.036133839223098 ], [ -2.132854278935944, 57.036648164540985 ], [ -2.133138087944612, 57.036300213600967 ], [ -2.134145509955002, 57.036486885089033 ], [ -2.133592037077451, 57.035156170554757 ], [ -2.134584897135258, 57.034514604801004 ], [ -2.135489204769915, 57.034448949073983 ], [ -2.133801641643238, 57.033881232942157 ], [ -2.134184495913013, 57.033594259050503 ], [ -2.135068747730709, 57.033909514812102 ], [ -2.134726289018904, 57.033521810858254 ], [ -2.135150857315725, 57.033382113233813 ], [ -2.135425980866208, 57.033828279687562 ], [ -2.135821634979299, 57.03344067526217 ], [ -2.136633677308743, 57.033830558839959 ], [ -2.137352347756808, 57.032579312117356 ], [ -2.13755412160957, 57.032788398467908 ], [ -2.138378096042064, 57.0323994155424 ], [ -2.139720590602136, 57.032772521167082 ], [ -2.140388802610525, 57.032152831111013 ], [ -2.141014805907911, 57.032572539663065 ], [ -2.143281864978822, 57.033011036433642 ], [ -2.143858323297489, 57.032111157563946 ], [ -2.143068974288614, 57.0320626558199 ], [ -2.142689863062223, 57.031586081869719 ], [ -2.143292678173348, 57.03154227310646 ], [ -2.142582490199478, 57.031511643919345 ], [ -2.142610118385535, 57.030983400980801 ], [ -2.141896300345542, 57.030862041850462 ], [ -2.141930693205476, 57.029945717569262 ], [ -2.142283886985685, 57.030114200046683 ], [ -2.142837571965517, 57.029295200073555 ], [ -2.144591492217083, 57.02915214774589 ], [ -2.145359080995823, 57.029549212977258 ], [ -2.145022542135076, 57.029007019092276 ], [ -2.145532252931612, 57.029178005737023 ], [ -2.145414567110502, 57.028151363865653 ], [ -2.147197227895906, 57.028626285187698 ], [ -2.145608569468979, 57.028053221262311 ], [ -2.145966979231432, 57.027872241133075 ], [ -2.145436720586869, 57.02665563637445 ], [ -2.146144814353281, 57.0265955215215 ], [ -2.146841285256965, 57.026929778563478 ], [ -2.147144667501018, 57.026584467175461 ], [ -2.146264051973823, 57.025081713562884 ], [ -2.147509241844268, 57.024225948396797 ], [ -2.147997177846358, 57.024319695289677 ], [ -2.147732683322831, 57.023666929576791 ], [ -2.148552398852416, 57.023525820286501 ], [ -2.148549021949917, 57.023092834062048 ], [ -2.149967655355245, 57.022390450622943 ], [ -2.151178345134043, 57.022409653771675 ], [ -2.151507820629403, 57.021615139824917 ], [ -2.152085036994649, 57.021797696287173 ], [ -2.152237767827811, 57.021286366134554 ], [ -2.153018099590699, 57.021197378046701 ], [ -2.15357773722151, 57.020712497095232 ], [ -2.155315702270735, 57.020799283713437 ], [ -2.15560478333681, 57.020609378615603 ], [ -2.155021567525933, 57.020172621070401 ], [ -2.157604734011076, 57.0199448111034 ], [ -2.157598346637097, 57.019603457305109 ], [ -2.158480220936646, 57.019392135457409 ], [ -2.158289755106695, 57.019141745269245 ], [ -2.159381421227409, 57.01908106914145 ], [ -2.159494869298172, 57.018652425427483 ], [ -2.161297334532401, 57.018060814395412 ], [ -2.161096933727397, 57.017420569903905 ], [ -2.161675266575009, 57.017106309273821 ], [ -2.160843079915864, 57.016985211032107 ], [ -2.160900777034023, 57.016617723438522 ], [ -2.159316583352368, 57.017016810267485 ], [ -2.159806249774347, 57.016378377279004 ], [ -2.158260764453487, 57.016586058879952 ], [ -2.159813965577103, 57.015874409208642 ], [ -2.160618331843942, 57.016424049262277 ], [ -2.160293786462352, 57.016013933015657 ], [ -2.161135047512253, 57.016334450527133 ], [ -2.161605415854946, 57.016191010302478 ], [ -2.160969648134846, 57.015407596040419 ], [ -2.161546889227593, 57.015228085494122 ], [ -2.162018779569925, 57.015437682018678 ], [ -2.161751972391865, 57.015809932545267 ], [ -2.162817701062022, 57.015490543357963 ], [ -2.163002427944438, 57.014428486684693 ], [ -2.163799944870882, 57.014166931036719 ], [ -2.164044904745184, 57.013702177564433 ], [ -2.16322615095075, 57.01249859983195 ], [ -2.162461288907231, 57.012689142066606 ], [ -2.162618740848713, 57.012168809018966 ], [ -2.16234539602444, 57.012545561140804 ], [ -2.161755465386789, 57.012068418665692 ], [ -2.162084362076705, 57.011213688516989 ], [ -2.16151479771081, 57.011629450452105 ], [ -2.160990745458906, 57.011530412722031 ], [ -2.161667041539366, 57.011045344387206 ], [ -2.162177861263888, 57.011131819950691 ], [ -2.162371813301633, 57.010675220588773 ], [ -2.161645378051566, 57.010606991255131 ], [ -2.161137476573694, 57.009671595354369 ], [ -2.162011477359159, 57.00960129484757 ], [ -2.161859084842911, 57.009013091192422 ], [ -2.163093990750859, 57.009771466718625 ], [ -2.162780483010021, 57.009242763562064 ], [ -2.16303273346182, 57.008943293502348 ], [ -2.163388958517133, 57.009075780102307 ], [ -2.163324578043121, 57.008662635960874 ], [ -2.164093504577757, 57.009413524739067 ], [ -2.164579953158542, 57.009205372791001 ], [ -2.166955647197867, 57.009523821871568 ], [ -2.167936697664296, 57.009097601319951 ], [ -2.168281953214198, 57.007892486585646 ], [ -2.167687531482945, 57.007880708850706 ], [ -2.168370024147935, 57.007343492882164 ], [ -2.167281270468663, 57.007239850824433 ], [ -2.166790530744671, 57.006848837884718 ], [ -2.168047114612106, 57.00656777657575 ], [ -2.167775560929657, 57.00622498203677 ], [ -2.168402196568168, 57.006448720122464 ], [ -2.167912870862468, 57.006006505225081 ], [ -2.169176420474853, 57.005455027959698 ], [ -2.168708618819704, 57.005038838339615 ], [ -2.168930469801358, 57.00422465804084 ], [ -2.167712058896258, 57.004555084945267 ], [ -2.167334213627321, 57.00436784180868 ], [ -2.168639699076018, 57.003998673232061 ], [ -2.167958639291526, 57.003379747216812 ], [ -2.167294458206208, 57.003580963973214 ], [ -2.167030050326816, 57.003356736774307 ], [ -2.168033210281999, 57.002758905622727 ], [ -2.167094904641275, 57.002768248370913 ], [ -2.169178142904537, 57.002212078982915 ], [ -2.168492795306773, 57.002095324323328 ], [ -2.169066114109583, 57.001830443100076 ], [ -2.168687434778263, 57.001454557176949 ], [ -2.167388472031882, 57.001423963799134 ], [ -2.168872663868093, 57.001280930625676 ], [ -2.169114583808716, 57.000904205977854 ], [ -2.168290604047392, 57.000703195275705 ], [ -2.168683144098356, 57.000507729921402 ], [ -2.169865939608031, 57.000700166024934 ], [ -2.170490478819556, 57.000483718055641 ], [ -2.170724995887161, 56.999574294328404 ], [ -2.170012517951119, 56.999274326965221 ], [ -2.170360294567318, 56.999014237846794 ], [ -2.169604180510243, 56.999249728641999 ], [ -2.169287908221067, 56.998837826742978 ], [ -2.170015237528987, 56.998428102147024 ], [ -2.170032592190841, 56.998623913161495 ], [ -2.171123807533396, 56.998599965872764 ], [ -2.171296075351773, 56.998119126567666 ], [ -2.172345202485741, 56.998251534674893 ], [ -2.172712267748405, 56.9978970883325 ], [ -2.173254771207496, 56.998104748730405 ], [ -2.173763746472749, 56.997828256704743 ], [ -2.173297390279475, 56.997713020339376 ], [ -2.175075007830971, 56.997349416815766 ], [ -2.176127938371163, 56.996199879107259 ], [ -2.177132040184588, 56.99448715193909 ], [ -2.176365485440098, 56.993532418408485 ], [ -2.177779076012485, 56.992808162577937 ], [ -2.17847531051539, 56.991792063077938 ], [ -2.17950358388256, 56.991385445898729 ], [ -2.179572863127357, 56.990394493642249 ], [ -2.179305739575973, 56.989943917825265 ], [ -2.178676641178917, 56.989848697947949 ], [ -2.181054721849997, 56.987840212995913 ], [ -2.182199181216681, 56.985983506933835 ], [ -2.182028230657333, 56.985346842868218 ], [ -2.181418405666931, 56.985140216251153 ], [ -2.181637740396813, 56.984565867258375 ], [ -2.181372729681952, 56.984207819977641 ], [ -2.1809435480163, 56.984263239998214 ], [ -2.181276085944099, 56.983959123822665 ], [ -2.180579147656688, 56.983426526968216 ], [ -2.181976974178062, 56.982264759935759 ], [ -2.181822295711315, 56.981586748505336 ], [ -2.180896300575196, 56.981649178534923 ], [ -2.18188166237135, 56.981277637749209 ], [ -2.181595966461789, 56.980721988991505 ], [ -2.180583524119037, 56.979916758650006 ], [ -2.179669287423686, 56.979680019820535 ], [ -2.178363314513855, 56.980090629373379 ], [ -2.178367020149678, 56.979833702621015 ], [ -2.176780752068921, 56.980467480417587 ], [ -2.177345596992713, 56.979541403509586 ], [ -2.178204810755322, 56.979629115528951 ], [ -2.177750146222604, 56.979505793975939 ], [ -2.178457612527255, 56.979168811402999 ], [ -2.179071032844788, 56.979120322555801 ], [ -2.17911698985796, 56.979440061070676 ], [ -2.179671320544532, 56.979078137871298 ], [ -2.181397066556602, 56.979068458102638 ], [ -2.181006005412747, 56.978830968493554 ], [ -2.182286628868754, 56.978634170043108 ], [ -2.18286326092398, 56.978132061055575 ], [ -2.184175602835662, 56.979033850879546 ], [ -2.187470801100537, 56.978688485112656 ], [ -2.188338465532115, 56.978168845698889 ], [ -2.188473561944996, 56.977556881133111 ], [ -2.187985125882479, 56.977262965445568 ], [ -2.187090577314565, 56.977339767382418 ], [ -2.187417227929326, 56.976868554370334 ], [ -2.18671775816352, 56.976806718515078 ], [ -2.187899981558497, 56.976689960602371 ], [ -2.188059860240824, 56.976424713499682 ], [ -2.190100606665718, 56.976595002995175 ], [ -2.191563198806274, 56.975979211828097 ], [ -2.192417674435975, 56.975158624217684 ], [ -2.19647274198529, 56.973934182082182 ], [ -2.199938610615858, 56.971165427242831 ], [ -2.204242505930368, 56.969249518664761 ], [ -2.206180509114148, 56.966959190329497 ], [ -2.20875085638954, 56.967798454217274 ], [ -2.209146420084581, 56.967654958476032 ], [ -2.206582771783005, 56.96683725152473 ], [ -2.206450343870934, 56.963118386006961 ], [ -2.206857547439117, 56.962708972480065 ], [ -2.206381396998663, 56.962248916569592 ], [ -2.204741032384146, 56.961493424641077 ], [ -2.201995965000382, 56.961390991227425 ], [ -2.200125025521552, 56.960544181670734 ], [ -2.200076063766021, 56.959693541463054 ], [ -2.200316835313281, 56.960436074695451 ], [ -2.201214933343382, 56.960487633091915 ], [ -2.202077031393234, 56.959964311980407 ], [ -2.201605022307636, 56.960557074029744 ], [ -2.203093740850734, 56.960661564376828 ], [ -2.203914083239186, 56.959723269898397 ], [ -2.202858322016181, 56.959704326849412 ], [ -2.203903809689153, 56.959648725252478 ], [ -2.203436319229571, 56.958652340618215 ], [ -2.202048833001812, 56.959312169836281 ], [ -2.202641541304187, 56.959754086780812 ], [ -2.201975321563843, 56.959704859007694 ], [ -2.201853161916557, 56.959312486102966 ], [ -2.203030969144829, 56.9584948938042 ], [ -2.201544978501857, 56.957966386391789 ], [ -2.2005944218325, 56.957932881242272 ], [ -2.199601285217749, 56.958545336445994 ], [ -2.198231094980384, 56.958449599893051 ], [ -2.195316381909069, 56.959188126209149 ], [ -2.194793945377683, 56.958959867648723 ], [ -2.194847430435078, 56.958181830273084 ], [ -2.195403963651195, 56.958015668309628 ], [ -2.196183479419667, 56.958354913892428 ], [ -2.195276021399657, 56.957760742533587 ], [ -2.196473275592862, 56.956871315019391 ], [ -2.197475635590229, 56.956757443382791 ], [ -2.199842990507871, 56.955476252883621 ], [ -2.200625264799017, 56.954496716823577 ], [ -2.200406823235272, 56.953620296360974 ], [ -2.199378389762745, 56.953144928061405 ], [ -2.19723447829175, 56.953128567890893 ], [ -2.197516160933521, 56.952922405043608 ], [ -2.19709064305315, 56.952665256046927 ], [ -2.195658244890047, 56.952264156966898 ], [ -2.194324380512453, 56.952783677646302 ], [ -2.194356676623092, 56.952356021810559 ], [ -2.193367456029391, 56.952446491688889 ], [ -2.193756677944906, 56.952051521258184 ], [ -2.193308389842221, 56.951834819608919 ], [ -2.19296854536915, 56.952241390697573 ], [ -2.192242696700608, 56.951758309329357 ], [ -2.191658368918981, 56.951938873410668 ], [ -2.191366734824669, 56.951491951594285 ], [ -2.192040858824435, 56.951191772793841 ], [ -2.191346302354396, 56.951354538222304 ], [ -2.191601456628408, 56.951100817728864 ], [ -2.191219764520254, 56.951043011051006 ], [ -2.191772647280438, 56.950823869014329 ], [ -2.191173333885495, 56.950964927297704 ], [ -2.191057219039933, 56.950762082078199 ], [ -2.191766874863273, 56.950340575629653 ], [ -2.193749681967773, 56.950071609955089 ], [ -2.194542004524357, 56.950694718888379 ], [ -2.195516884451164, 56.950700383555407 ], [ -2.196221992724834, 56.950986744043085 ], [ -2.195976224571581, 56.951143439488533 ], [ -2.196482017382393, 56.951040235225925 ], [ -2.197195810322345, 56.951411918036662 ], [ -2.196205406611395, 56.950646302503444 ], [ -2.195926725715421, 56.949857106546041 ], [ -2.19794366101134, 56.950144088017822 ], [ -2.199770645895256, 56.949336274674444 ], [ -2.200509347553982, 56.948531084299056 ], [ -2.200395134257658, 56.947772177152359 ], [ -2.199208665802395, 56.946915269486155 ], [ -2.198508911261416, 56.947007114961409 ], [ -2.197986472354907, 56.946440198256056 ], [ -2.195389393008889, 56.946760500376328 ], [ -2.196036967503491, 56.946435187935492 ], [ -2.194899995278486, 56.946530393611837 ], [ -2.195186412529786, 56.946293685083383 ], [ -2.194726735582324, 56.946087786150777 ], [ -2.195663868479879, 56.945814127134064 ], [ -2.195082073094049, 56.945514994181494 ], [ -2.195347104202903, 56.94527652197214 ], [ -2.196557623841511, 56.945109329891686 ], [ -2.196363000985183, 56.945294692420887 ], [ -2.198367619049395, 56.945474784877966 ], [ -2.199326994275611, 56.944757286878271 ], [ -2.199410417856381, 56.943759106443885 ], [ -2.198634384977497, 56.943713629605604 ], [ -2.199137572926905, 56.943450515342001 ], [ -2.19733377722723, 56.943307848127397 ], [ -2.196807547568798, 56.942632233972653 ], [ -2.196445474458477, 56.942851997077184 ], [ -2.195277155045772, 56.942275302893016 ], [ -2.197756942569558, 56.941900390050321 ], [ -2.19732201063107, 56.941704343026885 ], [ -2.195485415870068, 56.941871625780429 ], [ -2.19530680055031, 56.941659000355997 ], [ -2.197157556878674, 56.941063193125935 ], [ -2.195819042346586, 56.940929650492791 ], [ -2.195634741002544, 56.940572402835258 ], [ -2.197869675427746, 56.940223922477315 ], [ -2.198289914598794, 56.939822599534331 ], [ -2.196267953724824, 56.940349521220007 ], [ -2.195684854317424, 56.940099801240265 ], [ -2.195700831227485, 56.939699119716977 ], [ -2.196151386957427, 56.939434303056615 ], [ -2.197140953918668, 56.939475865065859 ], [ -2.196740101046162, 56.939191725537526 ], [ -2.197589580036609, 56.938849018006771 ], [ -2.198470301024384, 56.939130596576938 ], [ -2.199664634506736, 56.938435179862772 ], [ -2.199201162798015, 56.938120604921252 ], [ -2.19989666445692, 56.937266077073609 ], [ -2.199774344598237, 56.936518859338456 ], [ -2.198141438386245, 56.93538237353178 ], [ -2.198006570099927, 56.934120428525752 ], [ -2.199733531163081, 56.93441951882955 ], [ -2.200733810574021, 56.934032529939074 ], [ -2.199864565115088, 56.933726693793723 ], [ -2.201239586352828, 56.933971527650492 ], [ -2.202164105509179, 56.933254062395157 ], [ -2.199922399397837, 56.931946103136781 ], [ -2.197773675084468, 56.931722245781323 ], [ -2.197218149512079, 56.931070035317482 ], [ -2.197545110584859, 56.93075779656472 ], [ -2.197085953369401, 56.930616585198685 ], [ -2.197990281240872, 56.929500321772281 ], [ -2.198443830689683, 56.929515771915995 ], [ -2.198017932398564, 56.928208472796385 ], [ -2.199958791757961, 56.92769692274149 ], [ -2.199450116991107, 56.927507289210197 ], [ -2.197133830751253, 56.927859521017211 ], [ -2.196677173133056, 56.927561993928826 ], [ -2.196673613784209, 56.927198173952789 ], [ -2.198477613818478, 56.92659882542155 ], [ -2.197093866695252, 56.926824702425911 ], [ -2.197074339534161, 56.926548944436178 ], [ -2.197994680211532, 56.926302243183159 ], [ -2.197323184583398, 56.926384156186131 ], [ -2.19778114035233, 56.925998046014691 ], [ -2.19709298646723, 56.925724243515361 ], [ -2.197951451356631, 56.925275514778917 ], [ -2.197355353038236, 56.925010551094047 ], [ -2.199300103443784, 56.924641840008896 ], [ -2.199371922446586, 56.924862715827203 ], [ -2.198323817825613, 56.925171615415088 ], [ -2.199208344154718, 56.924994133818714 ], [ -2.199475659160555, 56.925522826495609 ], [ -2.200009312171863, 56.925473462818324 ], [ -2.200734855833223, 56.924448196515023 ], [ -2.20005588999389, 56.924354960884379 ], [ -2.199904820755014, 56.923139755062778 ], [ -2.201043849790854, 56.922645638582964 ], [ -2.199772440070093, 56.921731376770445 ], [ -2.20060854607084, 56.920812835550016 ], [ -2.200156513391498, 56.918915377121373 ], [ -2.197475258197378, 56.915376608141642 ], [ -2.197210742304983, 56.914425687783229 ], [ -2.197356420293218, 56.914022104423701 ], [ -2.198086079536929, 56.914110782590363 ], [ -2.198169840210149, 56.913801621833422 ], [ -2.196866230406658, 56.912316038336762 ], [ -2.197213385226587, 56.911504292125663 ], [ -2.196469802679802, 56.910007038099245 ], [ -2.198578905254385, 56.909809660323234 ], [ -2.198549685979233, 56.909564460694362 ], [ -2.196997922139893, 56.90957230895107 ], [ -2.196463812961246, 56.908867955755483 ], [ -2.197127467951608, 56.908292871945463 ], [ -2.197062116736636, 56.908978406621252 ], [ -2.197458735806904, 56.908522322837008 ], [ -2.197754585805917, 56.908884782899889 ], [ -2.197619904130396, 56.907637205304219 ], [ -2.199101798738939, 56.908399336040929 ], [ -2.198790965936863, 56.907382913172931 ], [ -2.199784451205033, 56.907701135477012 ], [ -2.199508706040906, 56.906800543689855 ], [ -2.200076515404798, 56.907660242553987 ], [ -2.20142871490253, 56.907808988911988 ], [ -2.201468777586197, 56.907625663372855 ], [ -2.201950758292047, 56.908089325236865 ], [ -2.203470776356475, 56.907992531747439 ], [ -2.203447297722713, 56.905489800615499 ], [ -2.203189024948087, 56.906004070599522 ], [ -2.203093407599173, 56.905631415904864 ], [ -2.203560642839288, 56.904594871054904 ], [ -2.204140069864147, 56.904865223053669 ], [ -2.205035961413638, 56.904756852633518 ], [ -2.204926214905627, 56.903007968065616 ], [ -2.205372593356781, 56.902373905857928 ], [ -2.203185252633302, 56.902290346327739 ], [ -2.202996690798357, 56.90173098816129 ], [ -2.203312378418935, 56.901514873139689 ], [ -2.203713126554774, 56.901844808432855 ], [ -2.203763860861287, 56.901514137011553 ], [ -2.203149673838338, 56.90148369617188 ], [ -2.202851642493696, 56.901020638061745 ], [ -2.203127906776807, 56.900197310506627 ], [ -2.204464085547367, 56.900165483924361 ], [ -2.20539072791709, 56.89969862316552 ], [ -2.206216159370287, 56.900530022507787 ], [ -2.206859282452559, 56.900451701321479 ], [ -2.208111312247801, 56.899753407653272 ], [ -2.207609683262502, 56.898702287848465 ], [ -2.207160510023777, 56.89911357504554 ], [ -2.206833793425467, 56.898812274870103 ], [ -2.207299838778675, 56.898187156077782 ], [ -2.206758808718968, 56.898314719196293 ], [ -2.206731901321434, 56.89760507575685 ], [ -2.208335381323188, 56.89724576918784 ], [ -2.208552250776983, 56.897572402582703 ], [ -2.208948845182182, 56.89715850325269 ], [ -2.209891177784263, 56.897170397448875 ], [ -2.210028283035008, 56.896738065560179 ], [ -2.212895460467974, 56.896051368826889 ], [ -2.212712199530107, 56.895866623267239 ], [ -2.213126350574146, 56.895952157471463 ], [ -2.213449353769485, 56.895598558073289 ], [ -2.212634569903889, 56.895493944544995 ], [ -2.212813988334555, 56.895004043615124 ], [ -2.213937670725201, 56.89544949607486 ], [ -2.214714916207994, 56.895019653493442 ], [ -2.214557714668644, 56.895372073003095 ], [ -2.215017583266984, 56.895415300387796 ], [ -2.216452500882915, 56.894607009653946 ], [ -2.216450239920585, 56.893649383106634 ], [ -2.215719421456486, 56.893013725049663 ], [ -2.214124298389474, 56.892782004708494 ], [ -2.214152397344694, 56.89224295238153 ], [ -2.213664279697266, 56.892993902908771 ], [ -2.213196281613341, 56.892958769504666 ], [ -2.213071817354284, 56.891279984121816 ], [ -2.213929200145464, 56.891387216800879 ], [ -2.213917180305147, 56.890720668816435 ], [ -2.214239623735668, 56.891424414684479 ], [ -2.214049368962536, 56.890301815533327 ], [ -2.214909549489291, 56.890042513740653 ], [ -2.214984596591626, 56.889678556559396 ], [ -2.215647171066873, 56.89044729149893 ], [ -2.215439073513602, 56.889652619420836 ], [ -2.215888960418662, 56.889400306716475 ], [ -2.216828030443645, 56.88973196336395 ], [ -2.215611007978957, 56.889014500647399 ], [ -2.215575971861915, 56.888061421560913 ], [ -2.216259136501702, 56.887568847283049 ], [ -2.216900577990561, 56.888091467035842 ], [ -2.21826466869483, 56.887856418851555 ], [ -2.219272858339827, 56.886543972146725 ], [ -2.21743013254249, 56.885174530370271 ], [ -2.216352495350359, 56.884983259638673 ], [ -2.215986067060838, 56.885185122736999 ], [ -2.215942901144961, 56.884530306581127 ], [ -2.214851021543554, 56.88499753176162 ], [ -2.213496562685186, 56.884030545699943 ], [ -2.213612481973498, 56.883639568824883 ], [ -2.214180406604584, 56.883664647409937 ], [ -2.21466140566585, 56.881982125539942 ], [ -2.215312238438197, 56.881591124090988 ], [ -2.216121020004336, 56.881843956895985 ], [ -2.217194099624634, 56.880418222125392 ], [ -2.217517408835157, 56.879018042009243 ], [ -2.218029052625452, 56.878688355937221 ], [ -2.21836215194716, 56.878973446407471 ], [ -2.218255230494735, 56.878364557358154 ], [ -2.2188365574472, 56.878169497404521 ], [ -2.218955946501732, 56.878383991827128 ], [ -2.219569895974724, 56.877877146397644 ], [ -2.218765808291874, 56.877855201599218 ], [ -2.220470811054226, 56.875954003257227 ], [ -2.220529041023251, 56.877204393356074 ], [ -2.222002635748195, 56.876415730890159 ], [ -2.221743628267598, 56.875622056356669 ], [ -2.224000962679809, 56.874769989313364 ], [ -2.224393290401776, 56.874533918623371 ], [ -2.223459462954918, 56.874478100268746 ], [ -2.224719467507328, 56.874210826540946 ], [ -2.225153125542502, 56.873756381613305 ], [ -2.224596120212645, 56.872793463012691 ], [ -2.226020066644442, 56.872247394412206 ], [ -2.225095604869083, 56.871830437299245 ], [ -2.225687897602551, 56.871300243207237 ], [ -2.225355963182607, 56.871206517005177 ], [ -2.226313628132972, 56.870876888500653 ], [ -2.22610970307014, 56.87052061573322 ], [ -2.227173134202033, 56.870053342297844 ], [ -2.226605196136557, 56.869451586220727 ], [ -2.227460515028177, 56.869025113441722 ], [ -2.228215405471648, 56.869079432488064 ], [ -2.228321420388365, 56.868710917535765 ], [ -2.228826166651, 56.868901340263157 ], [ -2.228958543547665, 56.868284833451554 ], [ -2.229336835310181, 56.868718937311698 ], [ -2.230013633664898, 56.868611687058241 ], [ -2.229776167750297, 56.867605080783427 ], [ -2.230600023770542, 56.867675428593031 ], [ -2.230362778354184, 56.86723927149189 ], [ -2.230932083155043, 56.866994767922293 ], [ -2.231031014711832, 56.86601538942584 ], [ -2.231569905534049, 56.865895809067304 ], [ -2.231343114257907, 56.865293440560457 ], [ -2.233686319690981, 56.865194748182766 ], [ -2.233145376377034, 56.864718739036199 ], [ -2.233981100339854, 56.864597694920832 ], [ -2.233753311245873, 56.864103133878132 ], [ -2.232365095523098, 56.864260241992817 ], [ -2.233205499227901, 56.862785388610035 ], [ -2.234900508875986, 56.86239232748386 ], [ -2.235252337418696, 56.862789631520876 ], [ -2.236465693690409, 56.862742420799314 ], [ -2.237767585893736, 56.861658339282471 ], [ -2.237205548996772, 56.861477044892133 ], [ -2.237708654525465, 56.861158971582512 ], [ -2.237363050553612, 56.860710456820748 ], [ -2.237766022357271, 56.860895647095568 ], [ -2.238308147343846, 56.860268466136461 ], [ -2.238767824172778, 56.86034484508022 ], [ -2.239076499514085, 56.859630967685447 ], [ -2.240149219524316, 56.85991817498811 ], [ -2.240485540631414, 56.860449347804597 ], [ -2.242572464820493, 56.860332116717579 ], [ -2.242746546522859, 56.858852202841177 ], [ -2.243428485852454, 56.858812245437072 ], [ -2.24371310838849, 56.858449656465567 ], [ -2.244107413451259, 56.858562077270449 ], [ -2.244106376996523, 56.858151535222767 ], [ -2.245059600202369, 56.858221534424416 ], [ -2.244531949187546, 56.857778786700258 ], [ -2.244874384116949, 56.85673064361135 ], [ -2.246922441436834, 56.856223533527434 ], [ -2.250829458313837, 56.85442084427175 ], [ -2.251222118554061, 56.853068940769319 ], [ -2.252183552184219, 56.852427378232917 ], [ -2.252586634400218, 56.851172470355728 ], [ -2.253223208580813, 56.851234962664932 ], [ -2.253264025834404, 56.850482064836854 ], [ -2.253623863946908, 56.850597220681699 ], [ -2.253853929874857, 56.850191598156499 ], [ -2.255076306056043, 56.850328348925146 ], [ -2.254442299279048, 56.849676544940394 ], [ -2.25500178940501, 56.849738287004435 ], [ -2.254644424941592, 56.849262892732142 ], [ -2.255283586610777, 56.848987590570992 ], [ -2.254686481991461, 56.848696847934413 ], [ -2.255537536006145, 56.848482199348616 ], [ -2.25489127211854, 56.848435010563925 ], [ -2.255773633496504, 56.848244551774236 ], [ -2.256429801772891, 56.848541456288899 ], [ -2.256024046569357, 56.848182950515998 ], [ -2.256774021663217, 56.847336063998227 ], [ -2.258839580377505, 56.84684938293222 ], [ -2.258672337116429, 56.846608074186747 ], [ -2.258002365249191, 56.846684922693591 ], [ -2.258466052682239, 56.846172802920705 ], [ -2.259237737682064, 56.845871153575885 ], [ -2.259817697871515, 56.846055006853469 ], [ -2.259861125147936, 56.845698272196771 ], [ -2.260277720439161, 56.84572794762169 ], [ -2.260953601988893, 56.845090505206308 ], [ -2.260800540791445, 56.845474419965853 ], [ -2.261555643031757, 56.84515033218139 ], [ -2.262241415995127, 56.844525438838495 ], [ -2.263430644178551, 56.844632531952271 ], [ -2.263902731540403, 56.844396166954176 ], [ -2.264309133549658, 56.84460911357116 ], [ -2.264787800115866, 56.84391277683293 ], [ -2.265573450767552, 56.844207561932031 ], [ -2.265191995630103, 56.843813998323128 ], [ -2.266166254931497, 56.844121853874839 ], [ -2.265902543929647, 56.843689412178669 ], [ -2.266539457061572, 56.844044697489927 ], [ -2.269862655724062, 56.843421286317522 ], [ -2.271146205668242, 56.844332124032732 ], [ -2.273231302036117, 56.84432488005767 ], [ -2.273537821132, 56.844770687727816 ], [ -2.273150699633887, 56.844061840360091 ], [ -2.272505241392441, 56.844118051101773 ], [ -2.273176385619247, 56.843762633967295 ], [ -2.274566473482559, 56.84555358498632 ], [ -2.274367960882167, 56.844413118842347 ], [ -2.273220488913108, 56.843516389806624 ], [ -2.271136326924388, 56.843873089303862 ], [ -2.27409874079914, 56.842568501948108 ], [ -2.275404914992753, 56.84119474462215 ], [ -2.275200437046289, 56.8358940345612 ], [ -2.274720098751252, 56.834533194508708 ], [ -2.275846314655783, 56.832574102079846 ], [ -2.277657803782422, 56.831557641946695 ], [ -2.277253546234513, 56.829631578522829 ], [ -2.278326108471341, 56.829532168019192 ], [ -2.279116138719326, 56.828900658597 ], [ -2.282865761124242, 56.827883363403217 ], [ -2.28498417203113, 56.827852489291018 ], [ -2.285579996592637, 56.827443605592798 ], [ -2.286092033732591, 56.826161052158767 ], [ -2.285937732857607, 56.827198103825495 ], [ -2.285333138084183, 56.828061905776039 ], [ -2.286393819651656, 56.827702829434834 ], [ -2.287068232336424, 56.827829743452021 ], [ -2.287166162385388, 56.826923979594497 ], [ -2.287220049619813, 56.827969536814379 ], [ -2.288084542155841, 56.82788309820446 ], [ -2.288026685467794, 56.827177127424903 ], [ -2.286673753921126, 56.826383406153958 ], [ -2.288396355587385, 56.827094523276415 ], [ -2.288724360089254, 56.827772019999877 ], [ -2.289870272413728, 56.827421700261795 ], [ -2.291330157654423, 56.825939612026687 ], [ -2.291119871339406, 56.825233998305102 ], [ -2.290755593532986, 56.825374990888129 ], [ -2.291176886846282, 56.824980529933718 ], [ -2.290677050214713, 56.824331288797858 ], [ -2.292155515455984, 56.823991850875608 ], [ -2.29331723050943, 56.823167132005693 ], [ -2.295882370495483, 56.819157115005972 ], [ -2.301473828547294, 56.815535937382244 ], [ -2.304004086901176, 56.811839356677865 ], [ -2.307462852919533, 56.809195104796537 ], [ -2.308088517518474, 56.807206399240869 ], [ -2.311023256150512, 56.805436540982853 ], [ -2.313919900454711, 56.804235368006559 ], [ -2.314758339183264, 56.80306718848491 ], [ -2.314430721094351, 56.802856901330337 ], [ -2.316186341040482, 56.801527386727983 ], [ -2.319007545916876, 56.800366711552819 ], [ -2.32635849751144, 56.795947535817142 ], [ -2.335287050521428, 56.794239425994867 ], [ -2.335669809263844, 56.7934711983319 ], [ -2.335437353864676, 56.79420488413448 ], [ -2.335809188098581, 56.79422903730223 ], [ -2.336781886335581, 56.793894021358163 ], [ -2.336417534817609, 56.793608428674119 ], [ -2.337519984915162, 56.793140998092134 ], [ -2.336075491056496, 56.793436866289902 ], [ -2.337217002293049, 56.792944179048021 ], [ -2.337738255107512, 56.792291458399106 ], [ -2.347168210909722, 56.79025593012868 ], [ -2.35001646273686, 56.789028893495683 ], [ -2.350310830299306, 56.788473779024741 ], [ -2.352723758264999, 56.788149855323823 ], [ -2.352741324069392, 56.787754527393538 ], [ -2.35478069999418, 56.787225895653357 ], [ -2.357337929394377, 56.787458454914486 ], [ -2.358543729711975, 56.787061511609387 ], [ -2.361111475061512, 56.784300626914167 ], [ -2.36109437984233, 56.783714047006228 ], [ -2.362826008953441, 56.783382914805195 ], [ -2.364852660881891, 56.783605184084045 ], [ -2.366364040948581, 56.7831812175259 ], [ -2.368019814742845, 56.782130648797995 ], [ -2.368867174509318, 56.780591946963732 ], [ -2.370760909400451, 56.779130983930472 ], [ -2.373494757101898, 56.778573924586603 ], [ -2.375771687316965, 56.777170129446347 ], [ -2.37646858863558, 56.776008690453338 ], [ -2.376327248396814, 56.774966567674277 ], [ -2.375502173305214, 56.774271028028224 ], [ -2.375907847547199, 56.773605915460109 ], [ -2.377844701685298, 56.773892027766742 ], [ -2.378927079969752, 56.773651574640446 ], [ -2.380838351768177, 56.773832609821 ], [ -2.381460965488065, 56.774239461259761 ], [ -2.384386007710072, 56.774828786109694 ], [ -2.385331313717217, 56.775264268840175 ], [ -2.385618964554609, 56.775869774248804 ], [ -2.386687132012526, 56.775996728202188 ], [ -2.38792223070595, 56.775808726723682 ], [ -2.389488327546162, 56.775035743398647 ], [ -2.389648998270043, 56.775382009420419 ], [ -2.389994883192545, 56.775127589504699 ], [ -2.389899013087265, 56.775349785034614 ], [ -2.391437009064044, 56.775497687108412 ], [ -2.392521942887187, 56.775192425848346 ], [ -2.392726982465775, 56.775397505241919 ], [ -2.394442576300216, 56.775160311258468 ], [ -2.394897438118826, 56.774847139218501 ], [ -2.396310253689864, 56.775227155405943 ], [ -2.398224326467726, 56.774576031076023 ], [ -2.397788295841351, 56.774192025224579 ], [ -2.399445199730803, 56.774290937460854 ], [ -2.399736671131456, 56.774004323599684 ], [ -2.401172788601804, 56.773806562271091 ], [ -2.403934375334308, 56.772558801133485 ], [ -2.410133773638613, 56.768213832819917 ], [ -2.418300333871707, 56.760702411205898 ], [ -2.423767138166549, 56.757410296262591 ], [ -2.426802899315042, 56.75426553386837 ], [ -2.428659522715349, 56.753591674802593 ], [ -2.429228136831111, 56.753979609443313 ], [ -2.427846449411869, 56.754282618333143 ], [ -2.426606660211123, 56.755275072501881 ], [ -2.425100328890717, 56.756710420130972 ], [ -2.424833949731422, 56.757886392571258 ], [ -2.42719156829166, 56.755801309146328 ], [ -2.428999485181702, 56.754722448445293 ], [ -2.430330084347836, 56.754384566877782 ], [ -2.429161283799877, 56.754570067275907 ], [ -2.429871414013899, 56.754174134919346 ], [ -2.432794187354911, 56.754066995991174 ], [ -2.433137829789945, 56.754938117439636 ], [ -2.435279745135371, 56.75574817012248 ], [ -2.436216562576748, 56.755724232414863 ], [ -2.433770839574624, 56.754664608860693 ], [ -2.433424162934951, 56.753815060478509 ], [ -2.437687714212427, 56.752570294411754 ], [ -2.433763280414505, 56.753441956322611 ], [ -2.435345003597541, 56.752061039535 ], [ -2.433349758043762, 56.753460463831956 ], [ -2.431508564820886, 56.753903458946603 ], [ -2.430839274841602, 56.753865347840048 ], [ -2.431342379477036, 56.753672255285785 ], [ -2.429842028643178, 56.75374930828665 ], [ -2.431663244600136, 56.75270450038937 ], [ -2.431408226450359, 56.752426889284195 ], [ -2.435791873810516, 56.751534830611909 ], [ -2.438930413215949, 56.751579515381742 ], [ -2.437119721547336, 56.751397221890841 ], [ -2.437665881158865, 56.751256057979553 ], [ -2.439850366542641, 56.75124118050519 ], [ -2.444104681235281, 56.751888191109089 ], [ -2.44493817707604, 56.751709137979837 ], [ -2.450090324997292, 56.751256725784351 ], [ -2.452282253508374, 56.750229141357472 ], [ -2.454782887034057, 56.748372094923695 ], [ -2.457615673100598, 56.747361839503789 ], [ -2.459776164911068, 56.747141872157158 ], [ -2.462623558026753, 56.747736836369775 ], [ -2.466765139184973, 56.751553841106684 ], [ -2.472069971327137, 56.753387198680556 ], [ -2.474391821828962, 56.754919087510793 ], [ -2.47643366528589, 56.757699839232757 ], [ -2.477953532391227, 56.761598333983834 ], [ -2.48037301232995, 56.763671453194895 ], [ -2.483811599685834, 56.765085663507968 ], [ -2.491977732263531, 56.766216193216486 ], [ -2.501240966821156, 56.769472715135485 ], [ -2.502692533491466, 56.770115493297951 ], [ -2.505605813404943, 56.773239021020387 ], [ -2.506548658163619, 56.773754451240087 ], [ -2.511078171206617, 56.774752920447021 ], [ -2.51349202772967, 56.774661251065162 ], [ -2.514484619248154, 56.774975181947021 ], [ -2.51579642024143, 56.775774700938094 ], [ -2.518748297117671, 56.779686530590176 ], [ -2.521416324049751, 56.781733565325929 ], [ -2.52972414611203, 56.78514648951186 ], [ -2.530833488198186, 56.785237897740565 ], [ -2.532455475466565, 56.784776408291123 ], [ -2.539013935962871, 56.782169014594601 ], [ -2.541605020757652, 56.781627749639647 ], [ -2.543926170846967, 56.781550268891365 ], [ -2.545361935151147, 56.781810813864261 ], [ -2.54929224525289, 56.783441173931315 ], [ -2.55147645952235, 56.785066567199216 ], [ -2.556315153259771, 56.786875055553658 ], [ -2.558559550154514, 56.78700966104703 ], [ -2.566851128425193, 56.785897797779633 ], [ -2.57067516759699, 56.785506635233823 ], [ -2.573610299690412, 56.786181321714785 ], [ -2.580544992508736, 56.786059395606586 ], [ -2.582470551018668, 56.786318131809601 ], [ -2.585740713960958, 56.787467105348099 ], [ -2.588938396508805, 56.788156369463458 ], [ -2.591505927346381, 56.788321197831941 ], [ -2.594720335975006, 56.787160486575623 ], [ -2.598181330526957, 56.784126300327372 ], [ -2.603565441657929, 56.782666554694337 ], [ -2.605379531565164, 56.782508631503418 ], [ -2.612017540902341, 56.783209304330065 ], [ -2.615812817777901, 56.783304714457408 ], [ -2.616841164041673, 56.784035400743072 ], [ -2.615857701060215, 56.787740663185303 ], [ -2.617176922191148, 56.793017475257052 ], [ -2.623542982957886, 56.796835340954004 ], [ -2.626202462516346, 56.799032913600421 ], [ -2.628494557879794, 56.804110666107739 ], [ -2.631604473901148, 56.809088110826529 ], [ -2.633660371923491, 56.809991329736278 ], [ -2.643789353368887, 56.812139587156594 ], [ -2.645165221050337, 56.81195100895107 ], [ -2.650840757546873, 56.810076274087493 ], [ -2.651926494342596, 56.810068808715464 ], [ -2.652781206138088, 56.810432672527192 ], [ -2.652900190244267, 56.811811950573187 ], [ -2.650677226730059, 56.813870055911977 ], [ -2.649821656293275, 56.815446665964707 ], [ -2.650964735653325, 56.822607915730956 ], [ -2.657721525388514, 56.82860145357693 ], [ -2.658411101094794, 56.829892369483488 ], [ -2.664374687708721, 56.83315598881029 ], [ -2.666166554912136, 56.834668277145667 ], [ -2.666485771223838, 56.836492061400079 ], [ -2.66594485024582, 56.838149746222683 ], [ -2.670550852843689, 56.842291726338949 ], [ -2.669449764673836, 56.842593200011109 ], [ -2.670143226301169, 56.843330633854407 ], [ -2.667447819432121, 56.845146305334033 ], [ -2.671261706189971, 56.846379978304547 ], [ -2.671766814420308, 56.847396011713258 ], [ -2.671108834858357, 56.848646486701256 ], [ -2.668200712570938, 56.849677242867635 ], [ -2.667765218840771, 56.850264410869478 ], [ -2.671730108547248, 56.858703969669669 ], [ -2.667806418419534, 56.858833719878618 ], [ -2.665966034498866, 56.859366399272886 ], [ -2.666055966257074, 56.859904939664318 ], [ -2.665110756332879, 56.861073363077693 ], [ -2.663836076769946, 56.86734624951135 ], [ -2.663016439361375, 56.868765529597802 ], [ -2.661834382703157, 56.8798486334343 ], [ -2.662242432396451, 56.881117654963575 ], [ -2.661145517006875, 56.885440100888175 ], [ -2.662196079903853, 56.888608450991107 ], [ -2.662414012814735, 56.88895945355673 ], [ -2.669302094548726, 56.890503855233717 ], [ -2.678100160750257, 56.888722564713326 ], [ -2.680632612567158, 56.887639738722292 ], [ -2.681146289901807, 56.888360121665549 ], [ -2.681148474120692, 56.891185463437353 ], [ -2.679564371415964, 56.894338361844234 ], [ -2.680574503413144, 56.896628179861054 ], [ -2.682394958990663, 56.898334122117355 ], [ -2.680012510534849, 56.90048072262487 ], [ -2.678732113225777, 56.903205229283309 ], [ -2.681450239574982, 56.907304929517217 ], [ -2.679949400228191, 56.908750483187674 ], [ -2.681284137454294, 56.910355770678564 ], [ -2.684430906892318, 56.912705755165206 ], [ -2.686749070618728, 56.915078184322773 ], [ -2.68960297798251, 56.916203386203833 ], [ -2.692472790393096, 56.916847812218656 ], [ -2.692825779185236, 56.917726249178713 ], [ -2.695344906744318, 56.918493831968796 ], [ -2.698849975404753, 56.920594412287812 ], [ -2.70092695149095, 56.921418256505277 ], [ -2.707175104934159, 56.922600337946307 ], [ -2.710306759276606, 56.924446678451467 ], [ -2.713610103243913, 56.924513205949125 ], [ -2.718859411778526, 56.923256861093876 ], [ -2.721443286032001, 56.924778171815042 ], [ -2.72468387674568, 56.925841950869334 ], [ -2.728738681360655, 56.930736906759591 ], [ -2.728626236924417, 56.933396711758974 ], [ -2.734537214256714, 56.939012810119891 ], [ -2.734583228265822, 56.941770506847519 ], [ -2.735814418927809, 56.943780085752444 ], [ -2.740017106987644, 56.948498622961715 ], [ -2.741374531734083, 56.949388043252767 ], [ -2.743819757945514, 56.94876353436657 ], [ -2.746216779443083, 56.948610005902395 ], [ -2.749018114759836, 56.950174370465888 ], [ -2.752673308940865, 56.953714420477695 ], [ -2.765666893957094, 56.95997347011496 ], [ -2.768195156917491, 56.960173571785091 ], [ -2.772839111095356, 56.959704762214237 ], [ -2.78322871698158, 56.956823758783756 ], [ -2.787250519613554, 56.957678900089434 ], [ -2.790538808599218, 56.957276351883927 ], [ -2.802620545932933, 56.958250477983484 ], [ -2.806067152880177, 56.959854348730047 ], [ -2.809123699235403, 56.960140054208104 ], [ -2.817324142469791, 56.96215746000528 ], [ -2.824505988419491, 56.961948612730204 ], [ -2.826132912610934, 56.964498217392332 ], [ -2.827579786131162, 56.965593640922435 ], [ -2.828268802508885, 56.96736784261978 ], [ -2.83032541792416, 56.9699864155006 ], [ -2.833696998621561, 56.972915116606082 ], [ -2.833163576287612, 56.977019703674905 ], [ -2.83706018011064, 56.975812340985421 ], [ -2.840836888623317, 56.973675853845641 ], [ -2.851084932215294, 56.972577917011748 ], [ -2.857977166629902, 56.974359008376119 ], [ -2.858266783462506, 56.975506930863752 ], [ -2.861380005738345, 56.978885849442932 ], [ -2.864627487727786, 56.979514761976795 ], [ -2.866672970265055, 56.980452876489387 ], [ -2.87456823979455, 56.980357503830163 ], [ -2.877735159829056, 56.982441996052145 ], [ -2.883915442195217, 56.985641590336563 ], [ -2.892426347523132, 56.98681642734828 ], [ -2.899789101247868, 56.98573955184564 ], [ -2.90537293162806, 56.983251210880447 ], [ -2.909596264026882, 56.983027426474173 ], [ -2.912957031845146, 56.981648203140786 ], [ -2.910242578794109, 56.975799822007566 ], [ -2.916234202111203, 56.975603356723404 ], [ -2.924075083311015, 56.972360947218171 ], [ -2.930485797605627, 56.972174175532253 ], [ -2.944673217220894, 56.973783730792739 ], [ -2.945699284450511, 56.973052785334083 ], [ -2.947135624371984, 56.968397313288513 ], [ -2.954077274771381, 56.96681282275415 ], [ -2.967471680296815, 56.96959372807423 ], [ -2.973643906365042, 56.969747970290129 ], [ -2.973634667983785, 56.969078749741776 ], [ -2.976138176601303, 56.968578604075688 ], [ -2.981799906388595, 56.968089592567885 ], [ -2.994119430033412, 56.968091105648014 ], [ -2.998679912745604, 56.970713986202348 ], [ -3.00141527055757, 56.968441669532758 ], [ -3.007268326764353, 56.966826992901815 ], [ -3.018589668848819, 56.969138484691094 ], [ -3.019115770414629, 56.969731624753159 ], [ -3.023849516835677, 56.971103430177457 ], [ -3.026338509813849, 56.972785471172884 ], [ -3.028155829582281, 56.970084376021191 ], [ -3.029756379852311, 56.969967895196298 ], [ -3.035595708404702, 56.967004422544555 ], [ -3.038925439679749, 56.966972317040351 ], [ -3.03975598732726, 56.96608499627451 ], [ -3.042627728922692, 56.96614643702155 ], [ -3.046036311172165, 56.965116274070908 ], [ -3.048037287770988, 56.963455472604906 ], [ -3.058376594813479, 56.964141020332654 ], [ -3.059755824455962, 56.962903039455071 ], [ -3.063242096947703, 56.962028963379588 ], [ -3.066932828752856, 56.960546631279733 ], [ -3.069506763945764, 56.961706030627283 ], [ -3.072096960747597, 56.961135834843802 ], [ -3.07183522475542, 56.960325033953161 ], [ -3.083168579057247, 56.958444079390027 ], [ -3.082439041723751, 56.95483436277982 ], [ -3.083570083886356, 56.952165321537287 ], [ -3.083634695670064, 56.950709363033027 ], [ -3.084868720297524, 56.950177594090029 ], [ -3.085879166164778, 56.950721336131359 ], [ -3.089917040018717, 56.9499360463481 ], [ -3.093886912862954, 56.950202343100507 ], [ -3.094253567884659, 56.947566835235243 ], [ -3.095643250910967, 56.94674610929485 ], [ -3.095826196283049, 56.945697874281819 ], [ -3.097745645936159, 56.945847240543891 ], [ -3.098651159306714, 56.945336185078219 ], [ -3.093904120135476, 56.934233190754988 ], [ -3.094613338513473, 56.932358314867187 ], [ -3.108908486252338, 56.920970871744515 ], [ -3.110772548851073, 56.918744250801488 ], [ -3.11088582959278, 56.911223614282328 ], [ -3.110313569844098, 56.9093734974537 ], [ -3.108841263569206, 56.907904204985769 ], [ -3.110185573317169, 56.90561481579261 ], [ -3.112355757183959, 56.903219236605345 ], [ -3.110704402904303, 56.901243960836574 ], [ -3.109342255833504, 56.900434021952364 ], [ -3.108987425056309, 56.897602705360278 ], [ -3.106753017888084, 56.895048588702359 ], [ -3.108811580854625, 56.8938848692679 ], [ -3.113204629586098, 56.893396600041633 ], [ -3.11576632740743, 56.892601118641743 ], [ -3.116601590313379, 56.891987231746256 ], [ -3.117661566653797, 56.890104575313302 ], [ -3.120337015588301, 56.888458985428478 ], [ -3.124518956096769, 56.888345046358246 ], [ -3.129082526823447, 56.888640786430578 ], [ -3.130633766428946, 56.888375202003552 ], [ -3.134776028691176, 56.890201842240835 ], [ -3.139048995948768, 56.893612847300716 ], [ -3.139130867324965, 56.897650448356764 ], [ -3.14422459651786, 56.900209289353995 ], [ -3.147611517781634, 56.903039659685867 ], [ -3.153623442502342, 56.90497876789064 ], [ -3.157509804408092, 56.905338127785271 ], [ -3.160446243342054, 56.906833697106784 ], [ -3.165132989873922, 56.907311163288426 ], [ -3.167190673240794, 56.907997212790207 ], [ -3.169054920237528, 56.907746199193227 ], [ -3.172549549941096, 56.90633439512542 ], [ -3.173514099046185, 56.905673991994782 ], [ -3.173915415489914, 56.900410018989362 ], [ -3.176988799371582, 56.902074613910308 ], [ -3.177345495873091, 56.902974158210803 ], [ -3.179222318212644, 56.904173809267519 ], [ -3.1798724712527, 56.905784814782329 ], [ -3.184136370012523, 56.905609719297686 ], [ -3.186420710762272, 56.904114652839006 ], [ -3.188871434474208, 56.904760677848053 ], [ -3.191485275569564, 56.904596527135489 ], [ -3.198511903831023, 56.905836522144625 ], [ -3.199449485036519, 56.906141971202679 ], [ -3.203522713134012, 56.908973243845118 ], [ -3.212219174754077, 56.910771367345411 ], [ -3.219613501368342, 56.913156591354287 ], [ -3.224257358843461, 56.913780505775911 ], [ -3.22800984887229, 56.916515307707407 ], [ -3.232550498225565, 56.917728394667172 ], [ -3.235121016168842, 56.918219608254574 ], [ -3.238253587457641, 56.918071816895718 ], [ -3.243938414175034, 56.918356763987752 ], [ -3.248761286235278, 56.919144199292958 ], [ -3.256332290968011, 56.919822997741235 ], [ -3.261596137524641, 56.921737517909818 ], [ -3.263320719274729, 56.920754295047153 ], [ -3.265894574746538, 56.919870259389249 ], [ -3.269166168524344, 56.920187465068281 ], [ -3.26993628866553, 56.919887654992806 ], [ -3.272371510272941, 56.922176326644831 ], [ -3.271940176781803, 56.923501398247801 ], [ -3.276464048615559, 56.924636706536972 ], [ -3.27813014800872, 56.925554040889473 ], [ -3.278459066721207, 56.927724861019634 ], [ -3.284247056524528, 56.928568444434411 ], [ -3.289192344021611, 56.927363063407917 ], [ -3.291098167979011, 56.925456700344782 ], [ -3.288004609504272, 56.921027936535928 ], [ -3.28692656639202, 56.917867600080911 ], [ -3.285244996361412, 56.915301930923469 ], [ -3.28399768201853, 56.914613980283256 ], [ -3.283410798616552, 56.913546390148134 ], [ -3.283364480262195, 56.912675392920306 ], [ -3.286197442529288, 56.90932658245535 ], [ -3.284854317639724, 56.907278510654479 ], [ -3.288603066424697, 56.90693444364836 ], [ -3.291614080178031, 56.905677003004058 ], [ -3.297872611552407, 56.904790091976459 ], [ -3.298922066309094, 56.902146789485087 ], [ -3.302168463992849, 56.899889384596669 ], [ -3.30362456831824, 56.899505844121812 ], [ -3.309297035200481, 56.899033251989145 ], [ -3.311145014321081, 56.897185564448691 ], [ -3.315406935823604, 56.897230609104177 ], [ -3.321617563174192, 56.895507456921521 ], [ -3.322950685382605, 56.895834752323907 ], [ -3.328814887398733, 56.895467050691593 ], [ -3.332822805512652, 56.895990372210569 ], [ -3.337061615911018, 56.89585074476102 ], [ -3.338589664455037, 56.894280087745855 ], [ -3.341927099909979, 56.892357566841788 ], [ -3.346335702539322, 56.890333570793281 ], [ -3.348678902508734, 56.889764740606402 ], [ -3.348734611167534, 56.886983471844111 ], [ -3.353150828020378, 56.884743519701253 ], [ -3.353638704379789, 56.883938622300192 ], [ -3.357766822200821, 56.883727607412368 ], [ -3.36035712818777, 56.884103722882621 ], [ -3.362196686798221, 56.883917464075083 ], [ -3.362955664895787, 56.883352151321219 ], [ -3.367318919906688, 56.881718715515234 ], [ -3.367943426437803, 56.881069491420618 ], [ -3.366312784709327, 56.878881663184465 ], [ -3.366724220187917, 56.877116214180987 ], [ -3.369808884292168, 56.875092369641138 ], [ -3.372138153995847, 56.874626563730814 ], [ -3.375425023805676, 56.874994709568369 ], [ -3.380041061853257, 56.877144979467886 ], [ -3.381175714085964, 56.87698868604425 ], [ -3.382676983298508, 56.878984592401842 ], [ -3.38352531632674, 56.879294146419014 ], [ -3.387467621169103, 56.879843390161824 ], [ -3.394539625805364, 56.879382792276907 ], [ -3.396681591661138, 56.880275274806159 ], [ -3.397475695026742, 56.881106440558213 ], [ -3.398616095194106, 56.881102660800266 ], [ -3.400495424265581, 56.881768915409246 ], [ -3.401151854080894, 56.882426404663249 ], [ -3.40496209402614, 56.884032257219587 ], [ -3.405961590625669, 56.882677831592204 ], [ -3.410536365397604, 56.88082935696626 ], [ -3.421287276558362, 56.879584422406559 ], [ -3.421144150384527, 56.880785482694691 ], [ -3.421689660844354, 56.881754093771839 ], [ -3.425932360918939, 56.883704785116876 ], [ -3.429570581635139, 56.884642511735244 ], [ -3.429945964905939, 56.885446821370273 ], [ -3.429401807922309, 56.886454822521003 ], [ -3.429832478756406, 56.886557707799753 ], [ -3.433320412757652, 56.886347029171446 ], [ -3.434803819196887, 56.885867296486765 ], [ -3.438040228179852, 56.885520114121618 ], [ -3.439291026875605, 56.883901969801727 ], [ -3.441791017731683, 56.882336782874646 ], [ -3.443531873636907, 56.880241247309051 ], [ -3.444411751235381, 56.880078338071783 ], [ -3.445661917181897, 56.880580485979408 ], [ -3.446491369321426, 56.88038669980142 ], [ -3.446580340580872, 56.879716320610044 ], [ -3.44478896156589, 56.879009306714842 ], [ -3.446149261701876, 56.877052901367726 ], [ -3.446313449207442, 56.875568549057796 ], [ -3.449397267643642, 56.876179687664916 ], [ -3.453334781265131, 56.876376514478387 ], [ -3.455826198864927, 56.875673655989694 ], [ -3.457199629563789, 56.874494137129503 ], [ -3.459811560042682, 56.874993724689631 ], [ -3.460021211646951, 56.8744791531524 ], [ -3.465707347862077, 56.872822279364264 ], [ -3.469628665759834, 56.87470339205494 ], [ -3.47540517491682, 56.874100701491805 ], [ -3.477416676433523, 56.874139814581731 ], [ -3.480484115729164, 56.874741397504543 ], [ -3.482474988883914, 56.874672858566868 ], [ -3.489850154021217, 56.876727929822415 ], [ -3.491788481106503, 56.881516058108041 ], [ -3.496489871333106, 56.881711388631949 ], [ -3.498622619689203, 56.882103603245135 ], [ -3.49934414362675, 56.884547747998454 ], [ -3.499197892056659, 56.886018489766776 ], [ -3.502541301333275, 56.887123858099358 ], [ -3.510415895150512, 56.888246309524177 ], [ -3.512939964884604, 56.887748563186804 ], [ -3.515112683548037, 56.88587139119732 ], [ -3.518862660860961, 56.887479026945861 ], [ -3.5218597923226, 56.887316763359209 ], [ -3.523586519567289, 56.886792573311389 ], [ -3.524753313362132, 56.886827752098881 ], [ -3.526915166453563, 56.884901086979546 ], [ -3.529250844446877, 56.883619151165604 ], [ -3.53765625715811, 56.892267045761628 ], [ -3.539174093329751, 56.891453209456692 ], [ -3.540879340632575, 56.889810451200638 ], [ -3.543180317901014, 56.8892833970597 ], [ -3.545550407866341, 56.887052844248316 ], [ -3.549447927993165, 56.885845532435837 ], [ -3.556203490261097, 56.88548751750691 ], [ -3.560782951681604, 56.884115015800049 ], [ -3.563911650715204, 56.88573715981704 ], [ -3.565305126544238, 56.88824890850843 ], [ -3.567880268526527, 56.890750308956662 ], [ -3.56859138269094, 56.892246324876574 ], [ -3.5684616103673, 56.89463340068253 ], [ -3.568175365753924, 56.895050291692044 ], [ -3.563816201963537, 56.895630540211755 ], [ -3.561672561352933, 56.896389609232841 ], [ -3.560510263348097, 56.897257680572402 ], [ -3.560003387336454, 56.899276586073746 ], [ -3.558718466907077, 56.900357311058706 ], [ -3.562680045894834, 56.902625880096366 ], [ -3.563061155785251, 56.904476455439863 ], [ -3.56529347461772, 56.906218497825328 ], [ -3.565855870166569, 56.907491772423981 ], [ -3.567560589576933, 56.909177493115109 ], [ -3.569018420199647, 56.910259823513613 ], [ -3.572244043303836, 56.911000950269681 ], [ -3.573840009132499, 56.916335749508917 ], [ -3.577995908864586, 56.921004809961339 ], [ -3.578466852556156, 56.923209101878619 ], [ -3.576779123568674, 56.926042618095437 ], [ -3.579058448853066, 56.927100992334523 ], [ -3.578792128687745, 56.92954819591607 ], [ -3.582737187195065, 56.930935857839216 ], [ -3.584225271527099, 56.931150609226385 ], [ -3.589734874700853, 56.931255861508092 ], [ -3.592500432974536, 56.930789391815757 ], [ -3.594263805208308, 56.931292520168725 ], [ -3.599667684469575, 56.930846122068139 ], [ -3.602647447610722, 56.931162850142336 ], [ -3.610689518055495, 56.929972325548661 ], [ -3.613319727822023, 56.92866256875844 ], [ -3.615114679591362, 56.928181164817232 ], [ -3.618201456512175, 56.926227483204826 ], [ -3.62653186019248, 56.925467955824679 ], [ -3.627711272890156, 56.925007854478103 ], [ -3.629763741163945, 56.924976615559615 ], [ -3.631785368580104, 56.925368031250706 ], [ -3.633188420849736, 56.925327243513955 ], [ -3.634156626069057, 56.924923749203685 ], [ -3.637695214060263, 56.925623172241075 ], [ -3.639232642461271, 56.923963289027341 ], [ -3.640914184812463, 56.923343732705916 ], [ -3.643657452794204, 56.923294208448795 ], [ -3.645822225413926, 56.923054576914232 ], [ -3.650139636655533, 56.923716435307881 ], [ -3.65031250339069, 56.925398809637542 ], [ -3.649807043197528, 56.92716201757252 ], [ -3.650790781002122, 56.928043019658261 ], [ -3.654042975920256, 56.929311810958758 ], [ -3.655303510278233, 56.930687773802184 ], [ -3.655425722643435, 56.93122075311134 ], [ -3.654288665812472, 56.932448759376982 ], [ -3.6547363793899, 56.932910044713303 ], [ -3.658063503648224, 56.933077100119633 ], [ -3.661729458780222, 56.93254773015633 ], [ -3.664213837260418, 56.931135503562842 ], [ -3.667519411237576, 56.931374472211601 ], [ -3.671814573820323, 56.932426729775152 ], [ -3.675472379976494, 56.932454125782066 ], [ -3.676281767068984, 56.931630143095241 ], [ -3.675880951985186, 56.929838542578906 ], [ -3.677260979287039, 56.926536057888683 ], [ -3.676024057269882, 56.925335199112162 ], [ -3.682955154728816, 56.9210775617113 ], [ -3.683369479922713, 56.919333402916486 ], [ -3.682936800122932, 56.917933092786321 ], [ -3.683553678195489, 56.916127802448223 ], [ -3.688501768002384, 56.916388993215797 ], [ -3.692307217935272, 56.915901748784776 ], [ -3.696495759642277, 56.916437962327421 ], [ -3.698108091933498, 56.915769148230119 ], [ -3.704892275833187, 56.915586926889503 ], [ -3.708700295346177, 56.914622943043383 ], [ -3.710271070054793, 56.91359064678246 ], [ -3.710219405568819, 56.914795338690496 ], [ -3.708881901241523, 56.916080515252496 ], [ -3.709225016701337, 56.91657898032193 ], [ -3.714534460228013, 56.917907902542893 ], [ -3.725220228028437, 56.918430221700362 ], [ -3.728097757607011, 56.925771629120121 ], [ -3.731049614577115, 56.928484677841602 ], [ -3.732810182480492, 56.931191717355155 ], [ -3.734620066276587, 56.93212351453495 ], [ -3.740688273408558, 56.933620515408542 ], [ -3.746529144736593, 56.933583966067573 ], [ -3.753964320797136, 56.931974866642868 ], [ -3.760573723565479, 56.931338352370197 ], [ -3.763848245159502, 56.930730621724287 ], [ -3.765786928189994, 56.930024877657473 ], [ -3.767753207525492, 56.928514550340843 ], [ -3.774597225908834, 56.925569298543259 ], [ -3.78189488086814, 56.923201225517367 ], [ -3.783499892504844, 56.923092972978687 ], [ -3.787945629892973, 56.92363594461402 ], [ -3.790862293310354, 56.925355264864692 ], [ -3.79233820029707, 56.927692697641142 ], [ -3.798257971738308, 56.932046310862191 ], [ -3.80164814088399, 56.935892537771252 ], [ -3.800107606671007, 56.938713592444813 ], [ -3.800655433143099, 56.941041829364757 ], [ -3.799559490228323, 56.944224857338845 ], [ -3.797608380532848, 56.946723827000881 ], [ -3.793148208718201, 56.948508519475403 ], [ -3.791224727820183, 56.951254075724613 ], [ -3.790972281321274, 56.951989975166633 ], [ -3.791680615357404, 56.953044557651779 ], [ -3.791301334405019, 56.95696298774876 ], [ -3.789829553966115, 56.958336314424947 ], [ -3.789289504250503, 56.960621754702103 ], [ -3.787844426351148, 56.963243595102853 ], [ -3.784173864885496, 56.964392192040073 ], [ -3.780877900214722, 56.966501236115903 ], [ -3.777163273298494, 56.966563062239537 ], [ -3.771929558195248, 56.968582579877264 ], [ -3.772095266361566, 56.969820163183812 ], [ -3.769819383149608, 56.971954879881217 ], [ -3.767290564220295, 56.972749869994601 ], [ -3.761901022072717, 56.973589631205947 ], [ -3.760392591519499, 56.97439705649186 ], [ -3.7583040396064, 56.976686154864176 ], [ -3.758427170422155, 56.97790188750583 ], [ -3.757725327943808, 56.978895605986125 ], [ -3.758147650910309, 56.987155836700701 ], [ -3.752880097306538, 56.989588302207608 ], [ -3.748231379994144, 56.993121532843446 ], [ -3.749040051341404, 56.995621518672571 ], [ -3.747842815213123, 56.996595143630451 ], [ -3.74836687092536, 56.997764847134064 ], [ -3.747791024145253, 56.997948098175513 ], [ -3.748089888891992, 57.000985319173722 ], [ -3.749175828320649, 57.001145349666416 ], [ -3.749205324483564, 57.001949087793328 ], [ -3.747987566288057, 57.003893369476266 ], [ -3.748701384037916, 57.005244611137286 ], [ -3.747747752936295, 57.00843409987398 ], [ -3.74798601452885, 57.010528748259276 ], [ -3.746819487017692, 57.013748153826896 ], [ -3.744397772406891, 57.016724483566847 ], [ -3.745528743644486, 57.018011525392801 ], [ -3.749639150024682, 57.020303685293655 ], [ -3.749728098906893, 57.026227979366055 ], [ -3.753287871339673, 57.03132202267691 ], [ -3.754117313436847, 57.033013040317066 ], [ -3.753485718746249, 57.034122536943009 ], [ -3.754801409931003, 57.035114902391506 ], [ -3.754308231458354, 57.03549019434233 ], [ -3.755712534873804, 57.036962000413574 ], [ -3.757392389330309, 57.03780996653623 ], [ -3.755769276925753, 57.039387123937367 ], [ -3.753641696666867, 57.040405277947116 ], [ -3.75333220593045, 57.041357516866967 ], [ -3.751018403427961, 57.04262531603613 ], [ -3.751082620632953, 57.043289298404339 ], [ -3.749831340675406, 57.044721907602558 ], [ -3.744575714937342, 57.046713508414435 ], [ -3.742104909070792, 57.048338225435153 ], [ -3.74051103538463, 57.050211266632715 ], [ -3.732440871190239, 57.056756303811106 ], [ -3.734600750035317, 57.05639846172388 ], [ -3.737495196700674, 57.057117557157511 ], [ -3.743272428872452, 57.057068721768793 ], [ -3.744048974366982, 57.05745324318665 ], [ -3.747101958213486, 57.057680236852761 ], [ -3.748330210016141, 57.059078209977635 ], [ -3.749747018720003, 57.059224643868703 ], [ -3.749768146589997, 57.059673591020086 ], [ -3.752468839606365, 57.061518157373747 ], [ -3.753883936473239, 57.064247713605589 ], [ -3.756302271993201, 57.066388161361729 ], [ -3.758065528554245, 57.069319441777417 ], [ -3.755746585390467, 57.071908154358361 ], [ -3.75336847894132, 57.071676410082873 ], [ -3.751833959330415, 57.072717657736341 ], [ -3.751232560292324, 57.075008213403322 ], [ -3.749734202592187, 57.076296010394678 ], [ -3.746051494928287, 57.075866704118319 ], [ -3.742022719567744, 57.076147410501314 ], [ -3.735185866323923, 57.075649295345848 ], [ -3.730265526601078, 57.076624812503887 ], [ -3.729864837868489, 57.076877427462669 ], [ -3.730059332423135, 57.078042763713803 ], [ -3.727785242548765, 57.078455999740733 ], [ -3.726403754743365, 57.079616110742101 ], [ -3.720087302254147, 57.07967603629627 ], [ -3.714891889004324, 57.079001523437924 ], [ -3.711845438323324, 57.081635285184099 ], [ -3.711854102525031, 57.082897523205304 ], [ -3.709324947783077, 57.08746035928899 ], [ -3.706167101464848, 57.089309327376732 ], [ -3.704582090678918, 57.089834043274145 ], [ -3.697630204530221, 57.090292299547194 ], [ -3.695313155387185, 57.091415309895751 ], [ -3.686212965760443, 57.093276631187443 ], [ -3.684727391107897, 57.094001909259688 ], [ -3.683694712692007, 57.0952520792721 ], [ -3.683265911802286, 57.093985610038615 ], [ -3.68403153199402, 57.093216118642253 ], [ -3.683330934810575, 57.091778998947781 ], [ -3.68179984127362, 57.091134691266483 ], [ -3.680303412070585, 57.089613894805652 ], [ -3.6797700680125, 57.088403622338951 ], [ -3.678242005281739, 57.087274059492756 ], [ -3.673835419122605, 57.08488468037006 ], [ -3.674851847293116, 57.083456012316837 ], [ -3.677114904981042, 57.081682713607329 ], [ -3.675982192474545, 57.079433732014905 ], [ -3.67335636986299, 57.077730295961302 ], [ -3.66716183182561, 57.076272010328204 ], [ -3.666038420519844, 57.075684982442198 ], [ -3.666790134067511, 57.074605808081962 ], [ -3.666686517603232, 57.073582934436608 ], [ -3.669107812279727, 57.070379107162665 ], [ -3.664914312722586, 57.068453791856911 ], [ -3.660602818001498, 57.068861423990519 ], [ -3.656943719053269, 57.068550491338215 ], [ -3.65487227388833, 57.073519431827393 ], [ -3.652148207878861, 57.075882408576099 ], [ -3.65463858079302, 57.077718347397308 ], [ -3.653819049385118, 57.078209846554984 ], [ -3.653744483811725, 57.080982591365824 ], [ -3.652682366108279, 57.081400914536701 ], [ -3.65148511738632, 57.082677244917342 ], [ -3.647891166879868, 57.084235778071758 ], [ -3.646481433561507, 57.088355787402165 ], [ -3.644300831170867, 57.087746513815333 ], [ -3.640803934635263, 57.087410507328322 ], [ -3.638823943619816, 57.086295374735201 ], [ -3.634840562773783, 57.086149749166417 ], [ -3.633268163910296, 57.08566711772675 ], [ -3.629628180006851, 57.087704596571037 ], [ -3.623659219483286, 57.087629344993829 ], [ -3.621737895965263, 57.088602098024282 ], [ -3.620358581138146, 57.089895749704247 ], [ -3.616221398042677, 57.088498173116925 ], [ -3.615267765323045, 57.086682112439 ], [ -3.610756676944101, 57.085401485270999 ], [ -3.607062156945696, 57.08639679371359 ], [ -3.604777809786328, 57.086614745976888 ], [ -3.596525762365272, 57.084478520498593 ], [ -3.593256809771987, 57.084052934831107 ], [ -3.589762910651711, 57.084923888808348 ], [ -3.588597689240618, 57.087966447049439 ], [ -3.583019627766174, 57.091639822551564 ], [ -3.578683643418122, 57.092718752883464 ], [ -3.576282944620861, 57.094096644786873 ], [ -3.572158231578862, 57.094718972172586 ], [ -3.569333619018638, 57.095643837442658 ], [ -3.564209202424535, 57.095267664451796 ], [ -3.561990848748083, 57.096288115143857 ], [ -3.557728498024844, 57.096395073868507 ], [ -3.557025808780722, 57.096170210611334 ], [ -3.557261605271169, 57.093921170100423 ], [ -3.557815665171723, 57.093554906077586 ], [ -3.557912976036124, 57.092727127289315 ], [ -3.557242521316635, 57.092088580334845 ], [ -3.558133803158569, 57.089139586274108 ], [ -3.559173704326287, 57.088358480633985 ], [ -3.560752133244637, 57.085863612043752 ], [ -3.560083373521595, 57.083495550102647 ], [ -3.558979793145036, 57.082952249262512 ], [ -3.552630300031548, 57.08263128230746 ], [ -3.547870130643259, 57.084217533294627 ], [ -3.544170753663278, 57.084537203518153 ], [ -3.542395263483784, 57.085093645229129 ], [ -3.541869036664308, 57.08573352393713 ], [ -3.540819580645554, 57.086092333651337 ], [ -3.538671426326935, 57.089407028264674 ], [ -3.538433480716638, 57.090833979818086 ], [ -3.531065013859163, 57.090443558001411 ], [ -3.526105285264978, 57.087822215094633 ], [ -3.524627226584003, 57.087795285489854 ], [ -3.523556670138272, 57.088248541779329 ], [ -3.522910596139901, 57.087986863585563 ], [ -3.522045239372961, 57.088213002970804 ], [ -3.520684991328474, 57.08804084552159 ], [ -3.516813588215846, 57.086385226646378 ], [ -3.507306241364202, 57.088561864285488 ], [ -3.504957775445073, 57.088639505181774 ], [ -3.499369738424177, 57.087569971678889 ], [ -3.497581816222969, 57.088247209883633 ], [ -3.493728076903126, 57.087826021165682 ], [ -3.49327934804521, 57.088568085504257 ], [ -3.490513144217275, 57.08975101408975 ], [ -3.489807965541423, 57.090684786204804 ], [ -3.487929475661762, 57.090963158132624 ], [ -3.487100331249009, 57.092100533428976 ], [ -3.487231410069569, 57.093725140945786 ], [ -3.486281651292516, 57.094531521158878 ], [ -3.479610340354193, 57.093828828279449 ], [ -3.478182514963578, 57.091958972549143 ], [ -3.473775320630181, 57.091319088802621 ], [ -3.467565552902358, 57.091625556533124 ], [ -3.466139948858581, 57.092302589006763 ], [ -3.462685124557602, 57.092792174953267 ], [ -3.459740930757783, 57.091788819585226 ], [ -3.457281397140954, 57.09177701580002 ], [ -3.456153636318214, 57.091426261977468 ], [ -3.454609874515197, 57.091830514501659 ], [ -3.449121300769631, 57.092226520284015 ], [ -3.447959674016967, 57.092487014644249 ], [ -3.443049189836517, 57.095234438860743 ], [ -3.441364028976273, 57.097531337816235 ], [ -3.438459667101017, 57.098615862260282 ], [ -3.434467196073948, 57.099312978204082 ], [ -3.434889235715289, 57.099555213493851 ], [ -3.433113900320985, 57.099961847896644 ], [ -3.431798571630399, 57.103094406683084 ], [ -3.426911732580728, 57.10437648041713 ], [ -3.42575476943844, 57.104987096021844 ], [ -3.422732094976319, 57.105380809920909 ], [ -3.417016188825037, 57.105288334877301 ], [ -3.415545412374446, 57.102870236604687 ], [ -3.415933176213033, 57.10178326092521 ], [ -3.415577151785396, 57.099806266518605 ], [ -3.412607609905051, 57.099201892785516 ], [ -3.410211622142801, 57.098267566060343 ], [ -3.403310018570998, 57.098654986528793 ], [ -3.401918453980448, 57.099834011083807 ], [ -3.396981123017546, 57.100886382992819 ], [ -3.384394541291237, 57.098465555931533 ], [ -3.382482466279938, 57.097651135802451 ], [ -3.378139025060277, 57.097811273645974 ], [ -3.377144777338991, 57.098819442277758 ], [ -3.374920527022164, 57.0998231334219 ], [ -3.368673489681763, 57.100295793417509 ], [ -3.367518226975529, 57.101647038092338 ], [ -3.365119786920882, 57.10286357929035 ], [ -3.361832572662558, 57.10348330539798 ], [ -3.363798793670607, 57.104427719370619 ], [ -3.362953167188266, 57.105452121914858 ], [ -3.360956781301091, 57.107513205910834 ], [ -3.358084247364685, 57.108649405079085 ], [ -3.355968207899245, 57.110159180348816 ], [ -3.355318385110336, 57.110224604397544 ], [ -3.353208273322895, 57.109411880377635 ], [ -3.35057419329718, 57.109170765260458 ], [ -3.348344320202187, 57.109374452024163 ], [ -3.345530386252453, 57.110091969949487 ], [ -3.341581549924978, 57.109792898722169 ], [ -3.340883208239756, 57.110343906912412 ], [ -3.336341135583136, 57.110994341600282 ], [ -3.335213796153772, 57.112704341601919 ], [ -3.329987001491438, 57.116375982578887 ], [ -3.328167764359263, 57.118147157247883 ], [ -3.3278461737312, 57.123235528627141 ], [ -3.326639828239363, 57.123450439247918 ], [ -3.324203049474736, 57.125057387245526 ], [ -3.322478185044845, 57.130421083275415 ], [ -3.322497862520418, 57.131436069442671 ], [ -3.324614343903705, 57.132410956187428 ], [ -3.327384455701764, 57.134564781140789 ], [ -3.335520183182599, 57.137272434314333 ], [ -3.333799207374294, 57.138350864301678 ], [ -3.332881830132753, 57.139721696535709 ], [ -3.333521599260404, 57.142347212729213 ], [ -3.349374130381744, 57.148134074569747 ], [ -3.348962772014063, 57.151817459039769 ], [ -3.342320068967564, 57.155307135989226 ], [ -3.341755760667362, 57.156386762249483 ], [ -3.342362964619219, 57.157175351111725 ], [ -3.344614911453565, 57.157955303061243 ], [ -3.352837576137418, 57.159924241706804 ], [ -3.354912822303526, 57.164676853296626 ], [ -3.356706403122968, 57.166692351509525 ], [ -3.358277938042712, 57.171665969717409 ], [ -3.357717575423385, 57.173298140395879 ], [ -3.355396454125827, 57.174953830759044 ], [ -3.354989923498726, 57.176274377621013 ], [ -3.353520994630188, 57.178172378026801 ], [ -3.344836648342105, 57.182048001487786 ], [ -3.327842170708261, 57.188850132449652 ], [ -3.32511097344032, 57.188591510992417 ], [ -3.321998249301158, 57.188768078401132 ], [ -3.313850144847387, 57.192294477949162 ], [ -3.307928991251647, 57.192850431735849 ], [ -3.297576586805115, 57.193047715945688 ], [ -3.296043298842031, 57.193683445408617 ], [ -3.290375338881126, 57.193683444902867 ], [ -3.284477194017111, 57.193249826306193 ], [ -3.279621330453457, 57.190173036470185 ], [ -3.280137696426888, 57.191227867902889 ], [ -3.277461400410158, 57.19734619320586 ], [ -3.275145674388671, 57.200505102498127 ], [ -3.265771241850573, 57.203227745643545 ], [ -3.264382344839775, 57.203273184855753 ], [ -3.258090290639611, 57.199567682279749 ], [ -3.255318428327438, 57.199581955114283 ], [ -3.247714376530947, 57.200601063708092 ], [ -3.242569398243227, 57.20215688129062 ], [ -3.239907999114628, 57.205718318660985 ], [ -3.247406632392059, 57.210369517150525 ], [ -3.248831484173172, 57.213095411407942 ], [ -3.246303249420181, 57.215209262954261 ], [ -3.24518658716539, 57.219564899667333 ], [ -3.243623834673865, 57.221007908418088 ], [ -3.235370921163351, 57.223267930323431 ], [ -3.236476772194462, 57.225381707000139 ], [ -3.238715943163275, 57.227699911331008 ], [ -3.236475627691043, 57.229801727440119 ], [ -3.235627438502606, 57.232424346872733 ], [ -3.229496387035164, 57.237600751890199 ], [ -3.224258608208967, 57.238783860145098 ], [ -3.225989990087335, 57.241776522148626 ], [ -3.225157349594261, 57.243150171353513 ], [ -3.218557932732815, 57.249799417662125 ], [ -3.216975214559842, 57.250304370336018 ], [ -3.21324666323713, 57.252339303209048 ], [ -3.208522817143403, 57.256135517636828 ], [ -3.205631555769652, 57.256176768779042 ], [ -3.201564014135318, 57.254710966914949 ], [ -3.199606003870488, 57.254392788639159 ], [ -3.196449602577925, 57.254687903047326 ], [ -3.194839777295646, 57.256931170359572 ], [ -3.192822310221507, 57.258365264701119 ], [ -3.188419568933087, 57.262696674062603 ], [ -3.184855432662662, 57.263484956115462 ], [ -3.164912480261015, 57.262252000072486 ], [ -3.159780175477422, 57.264064751410778 ], [ -3.157031885041524, 57.267099591140017 ], [ -3.152791750581223, 57.268310916199582 ], [ -3.146250330614581, 57.272584047528774 ], [ -3.143231953709619, 57.277929811170139 ], [ -3.141031056975024, 57.278093546939402 ], [ -3.136932056060771, 57.277753381029683 ], [ -3.128447859548893, 57.276113979719632 ], [ -3.126953378351049, 57.278768549998581 ], [ -3.122114800002558, 57.280285138049926 ], [ -3.119187932980067, 57.281676728591989 ], [ -3.115202381735821, 57.280431999069634 ], [ -3.110243281130081, 57.277143012787079 ], [ -3.108650090436587, 57.277938641653869 ], [ -3.104253467982776, 57.278448978628639 ], [ -3.102213260584354, 57.281220331052097 ], [ -3.0952372052004, 57.282862403116461 ], [ -3.09239283463136, 57.284279594672334 ], [ -3.09015192785796, 57.282268779893414 ], [ -3.089980900780662, 57.28153361681354 ], [ -3.088592541657081, 57.28114139093573 ], [ -3.08385563545889, 57.28110147314689 ], [ -3.082010563579528, 57.281535100756798 ], [ -3.081194807433044, 57.281151338622891 ], [ -3.078162815862151, 57.28127170794054 ], [ -3.076885923053302, 57.280999674238068 ], [ -3.074495874032487, 57.281518710110305 ], [ -3.074397765013249, 57.281851937153348 ], [ -3.073713335336612, 57.281988045588527 ], [ -3.07083894395788, 57.281540933103301 ], [ -3.069217620737847, 57.280544094728313 ], [ -3.068202017707584, 57.280413485836775 ], [ -3.06732132387542, 57.280645553620595 ], [ -3.066424361730412, 57.280028815905553 ], [ -3.066062970631581, 57.279003274795215 ], [ -3.0671224770686, 57.278073478966128 ], [ -3.065907672507544, 57.277360617576953 ], [ -3.066082800696061, 57.277107595227079 ], [ -3.064675944583878, 57.276634412755996 ], [ -3.060199484443791, 57.276690218277317 ], [ -3.059687330298394, 57.27618247998037 ], [ -3.059103856644794, 57.276367067084827 ], [ -3.055661885941148, 57.276059143452457 ], [ -3.054051428977151, 57.27512939651492 ], [ -3.053852767628857, 57.275432008142936 ], [ -3.052979449663157, 57.275340509585099 ], [ -3.053038681377517, 57.275672401145968 ], [ -3.051276546865536, 57.276109374435613 ], [ -3.05065582667928, 57.276734422698567 ], [ -3.050035278301618, 57.276492563513891 ], [ -3.047632508270104, 57.276858476302827 ], [ -3.047256105108228, 57.277328752191032 ], [ -3.045893712158565, 57.277537731901127 ], [ -3.046046632928299, 57.277958681150288 ], [ -3.045170565982092, 57.278356748599009 ], [ -3.044749138826848, 57.27811769924886 ], [ -3.043714094751265, 57.278759630582798 ], [ -3.043366307960794, 57.278192069625639 ], [ -3.041697812381036, 57.277842079296022 ], [ -3.040869193508724, 57.277278495618937 ], [ -3.038992878853418, 57.275142486569329 ], [ -3.037677080773129, 57.274353830804102 ], [ -3.034812885068512, 57.273937256989001 ], [ -3.034441418841347, 57.273405800502111 ], [ -3.033582400645693, 57.273525160629788 ], [ -3.032114797189359, 57.2729353311259 ], [ -3.032164657665696, 57.272642960082216 ], [ -3.031306279584436, 57.27248830477555 ], [ -3.030209315049353, 57.270916217215643 ], [ -3.030644273773438, 57.270458987610716 ], [ -3.02960280580393, 57.268495660096583 ], [ -3.029735003259584, 57.266994342946411 ], [ -3.02871882970903, 57.266230089605337 ], [ -3.028579627663679, 57.265400260945562 ], [ -3.026931991226253, 57.263688915694374 ], [ -3.02521730382645, 57.262840506372882 ], [ -3.019067362982985, 57.261673274950653 ], [ -3.018923679281259, 57.265775376059075 ], [ -3.018278707198037, 57.266436393969926 ], [ -3.010674404326711, 57.26817767880258 ], [ -3.006484749997609, 57.27020112741932 ], [ -2.998331033027307, 57.271604687845603 ], [ -2.990054714515166, 57.274023804394901 ], [ -2.988468334258067, 57.277948552074605 ], [ -2.984403093648072, 57.277760363395018 ], [ -2.984585625164442, 57.278509045200515 ], [ -2.983077024399225, 57.280402868827892 ], [ -2.98327968281187, 57.281160378112745 ], [ -2.976453688437962, 57.284905747900325 ], [ -2.973015792428513, 57.288525743962275 ], [ -2.977054216558195, 57.29723521405846 ], [ -2.976683245059472, 57.298891029864471 ], [ -2.962259811455465, 57.313167119767257 ], [ -2.959139860033916, 57.314550125057259 ], [ -2.957620863108044, 57.314682076365891 ], [ -2.954394538325618, 57.315816036845014 ], [ -2.952812661361955, 57.31679283548138 ], [ -2.951867533480783, 57.318254385043609 ], [ -2.951926369207165, 57.318603389306134 ], [ -2.954579241664954, 57.318457517128152 ], [ -2.962715070230834, 57.319785221182677 ], [ -2.965614708991884, 57.322018697795059 ], [ -2.968583240946703, 57.32660430087283 ], [ -2.972176666497858, 57.328094756217361 ], [ -2.973579075135447, 57.338729099036094 ], [ -2.970261828237511, 57.342083025472746 ], [ -2.969875719962419, 57.351383675399745 ], [ -2.972589581534647, 57.354399069761634 ], [ -2.977734450736335, 57.356682273356746 ], [ -2.98353111129047, 57.363297292068786 ], [ -2.979611559375454, 57.364998742544351 ], [ -2.974797405509714, 57.369967914199059 ], [ -2.968996035114433, 57.371288323619972 ], [ -2.960498381188626, 57.374120278151729 ], [ -2.95690808666499, 57.375778071944076 ], [ -2.954483574281559, 57.377831172324264 ], [ -2.957087981824723, 57.37949125836694 ], [ -2.961209716777556, 57.380969035327773 ], [ -2.962483014706329, 57.381956443233939 ], [ -2.967779081010788, 57.383478923515888 ], [ -2.975871908938847, 57.386821095605569 ], [ -2.976796552174426, 57.3876242115008 ], [ -2.979405816728991, 57.388716064579221 ], [ -2.982011432353951, 57.390536431075866 ], [ -2.982248713167949, 57.39132150969634 ], [ -2.983565835559069, 57.392543725336559 ], [ -2.985617740706074, 57.393491580484067 ], [ -2.984816929881824, 57.394526423297108 ], [ -2.985283430278747, 57.395727422524494 ], [ -2.988543309714009, 57.397838980982876 ], [ -2.98922728178311, 57.39870587984101 ], [ -2.993297644791119, 57.397911167106244 ], [ -2.994103347294947, 57.398168916241175 ], [ -2.995706925890196, 57.398087975507835 ], [ -2.997890193531072, 57.398703113411443 ], [ -2.999889426080275, 57.399706851777758 ], [ -3.002515802190729, 57.403500247539647 ], [ -3.006331485073821, 57.403362019199328 ], [ -3.007908533506012, 57.402913722270938 ], [ -3.011871156443598, 57.402675334222849 ], [ -3.023038318806273, 57.404772539666119 ], [ -3.02404808910565, 57.4051730711491 ], [ -3.021192269587036, 57.4072129941475 ], [ -3.018930007247187, 57.408161079515175 ], [ -3.017973717388048, 57.412988311876816 ], [ -3.006795274085638, 57.420628533640695 ], [ -2.997245980318981, 57.422759837700482 ], [ -2.995501823314939, 57.42267032479117 ], [ -2.992952169263984, 57.423149485774729 ], [ -2.992312343105538, 57.42368812754858 ], [ -2.990959143204011, 57.423894611515991 ], [ -2.989786812695199, 57.424818313926096 ], [ -2.989021304853032, 57.42477491796074 ], [ -2.988141042913668, 57.425292967244538 ], [ -2.983959339741457, 57.426027279459966 ], [ -2.983050207684926, 57.426652417703067 ], [ -2.981646428093761, 57.426966095058653 ], [ -2.981164133391275, 57.427737013534774 ], [ -2.98011126439931, 57.427785632207069 ], [ -2.978493960403904, 57.42902440313707 ], [ -2.978016852628647, 57.428931987620395 ], [ -2.977442891493278, 57.429391887252443 ], [ -2.975423421733342, 57.429730930336724 ], [ -2.973816395735851, 57.431365716904956 ], [ -2.971182523114347, 57.432345444520692 ], [ -2.971173082683767, 57.432806352401329 ], [ -2.970496559987033, 57.433424214801839 ], [ -2.970036469985188, 57.433409791202486 ], [ -2.97000096753674, 57.433767593393696 ], [ -2.967764626634809, 57.434105486409095 ], [ -2.967328464158135, 57.43480862151965 ], [ -2.96668290420088, 57.434646489224193 ], [ -2.965349582516142, 57.435691567231515 ], [ -2.964241681070914, 57.435557217876067 ], [ -2.96249016667903, 57.436285664963229 ], [ -2.962772472665212, 57.436950056353453 ], [ -2.961961356748998, 57.437652442820031 ], [ -2.961056053090891, 57.437940521961806 ], [ -2.957711081965508, 57.437684815768073 ], [ -2.955564046371523, 57.438458391194125 ], [ -2.955432702151866, 57.439554428703971 ], [ -2.956461096630266, 57.43976671404365 ], [ -2.957303378751798, 57.439550113715278 ], [ -2.957602505495512, 57.440095811142221 ], [ -2.959136021973233, 57.439429279904338 ], [ -2.960484138282565, 57.440525732524414 ], [ -2.961854758502085, 57.440318548630259 ], [ -2.965207270868624, 57.440470782298533 ], [ -2.969110290411938, 57.441658042522391 ], [ -2.972186912688721, 57.441327123453746 ], [ -2.975467530073185, 57.442590852887619 ], [ -2.979227200547789, 57.442196083008334 ], [ -2.979952996925963, 57.442361121112718 ], [ -2.980976964671053, 57.441528502754466 ], [ -2.9837194426167, 57.441414599290638 ], [ -2.983797451968926, 57.44090734108476 ], [ -2.984573094534115, 57.440571602330408 ], [ -2.987231157314758, 57.44023370283557 ], [ -2.989731122644391, 57.440705472357742 ], [ -2.990572208017798, 57.439834684878221 ], [ -2.991370519513521, 57.439724202818162 ], [ -2.991910615364898, 57.440475436152347 ], [ -2.992746811587381, 57.440594615987713 ], [ -2.995008814059924, 57.442299746103878 ], [ -2.996385128435729, 57.443960637428049 ], [ -2.997538160617964, 57.444453674761824 ], [ -2.99862362236441, 57.444422620818159 ], [ -3.00067318258875, 57.443638304284704 ], [ -3.004313915741785, 57.443529394362962 ], [ -3.010619385203197, 57.442842082553042 ], [ -3.017591377811474, 57.448166005649121 ], [ -3.019977062854382, 57.449526537602566 ], [ -3.017361265378061, 57.451099969904064 ], [ -3.014514163318343, 57.451610703537618 ], [ -3.012962426343173, 57.452384057228457 ], [ -3.011391539208423, 57.453975012396519 ], [ -3.01096218292496, 57.456049972175848 ], [ -3.013140414600969, 57.459601490955791 ], [ -3.012389789263455, 57.460304613730827 ], [ -3.012933074512534, 57.460602083420419 ], [ -3.011100116852853, 57.461528587259203 ], [ -3.011249551516749, 57.461929833592585 ], [ -3.005945302178123, 57.462653191721884 ], [ -3.001669535977029, 57.465454041287913 ], [ -3.000755321765089, 57.465490945738601 ], [ -2.999792099967331, 57.466297187851445 ], [ -2.996059864832997, 57.467354398336582 ], [ -2.995966331234174, 57.467899514315704 ], [ -2.99357763348333, 57.469326015370733 ], [ -2.992779638885117, 57.470885481529869 ], [ -2.991762377937929, 57.47100128446543 ], [ -2.99000016643437, 57.471931410212754 ], [ -2.985696590773949, 57.477808632197387 ], [ -2.986288710659447, 57.479111940825767 ], [ -2.986076940647568, 57.479793617043171 ], [ -2.987187855331817, 57.479925061593306 ], [ -2.987992203683339, 57.480623036862291 ], [ -2.987788886855404, 57.480999224551709 ], [ -2.98687391776917, 57.48083750600658 ], [ -2.986368173670735, 57.481131616612728 ], [ -2.986590517180863, 57.483068427965136 ], [ -2.985166558771536, 57.483455052773358 ], [ -2.986086818072992, 57.483872760501441 ], [ -2.984780717313093, 57.484611494345621 ], [ -2.984162743582639, 57.484270469649367 ], [ -2.983103801600818, 57.484463780420526 ], [ -2.980211476037954, 57.486015213702146 ], [ -2.980520671400641, 57.486224810802113 ], [ -2.979657853987397, 57.486456991130908 ], [ -2.979251606156348, 57.487232690496555 ], [ -2.97987071687208, 57.487802798663061 ], [ -2.977880257522167, 57.488223383892638 ], [ -2.976632077724939, 57.488894209277802 ], [ -2.976821424022214, 57.490112643544741 ], [ -2.975209426446785, 57.490656016983472 ], [ -2.973820411091751, 57.490553562555455 ], [ -2.972043240089413, 57.491349696063729 ], [ -2.97267473918568, 57.492512625429036 ], [ -2.971645628435958, 57.493023608568912 ], [ -2.972506827194278, 57.495232193193608 ], [ -2.971602717195295, 57.49561555055152 ], [ -2.972707661306274, 57.496572712915423 ], [ -2.972034845644234, 57.496933628329501 ], [ -2.971124122337771, 57.496818473581584 ], [ -2.970310731470998, 57.497290055076782 ], [ -2.967790306284507, 57.495110367509788 ], [ -2.962339223798158, 57.49363843056247 ], [ -2.953479528358906, 57.494056951622056 ], [ -2.948216844917969, 57.493967268238883 ], [ -2.939607301815228, 57.494520373439833 ], [ -2.937704850649717, 57.494371039989247 ], [ -2.928110364158047, 57.495042067062016 ], [ -2.916748333295375, 57.495034429352778 ], [ -2.916423026948366, 57.49703281421516 ], [ -2.920254966226544, 57.499859711665124 ], [ -2.921334816680983, 57.502319456898746 ], [ -2.919589306774011, 57.506299079006283 ], [ -2.914534652426201, 57.508119840702811 ], [ -2.909444984648097, 57.509157334971725 ], [ -2.886434192135431, 57.521899910288248 ], [ -2.88954661440198, 57.526297607740815 ], [ -2.885928865181078, 57.532386523557314 ], [ -2.884340956251574, 57.533021971780514 ], [ -2.883253598663253, 57.532948739737719 ], [ -2.868845378068926, 57.52964872216301 ], [ -2.86628238426723, 57.529666340648689 ], [ -2.863879222374499, 57.530087043245246 ], [ -2.859340634020084, 57.531667575724747 ], [ -2.851474576414637, 57.533813898936472 ], [ -2.846284052061164, 57.534693198376438 ], [ -2.836802302314288, 57.537898620624489 ], [ -2.826020770257453, 57.539177829477858 ], [ -2.82368967941613, 57.535585553603852 ], [ -2.822493554082053, 57.5350561797841 ], [ -2.820955512130099, 57.535066193130483 ], [ -2.81837610162395, 57.528333234970631 ], [ -2.818250919504563, 57.52632368476403 ], [ -2.818848783257701, 57.525358641609373 ], [ -2.818541228894778, 57.522885860280375 ], [ -2.81705174480024, 57.519893442088303 ], [ -2.81553905233722, 57.519664283746117 ], [ -2.811428624302211, 57.520035724465387 ], [ -2.810103712548634, 57.519765768881612 ], [ -2.80794163453129, 57.51840435624959 ], [ -2.806486775416548, 57.516781478977812 ], [ -2.803032224491216, 57.515310562036603 ], [ -2.800046746561088, 57.512684077713338 ], [ -2.796905167027906, 57.511451750008618 ], [ -2.795566884810836, 57.511238319459856 ], [ -2.794708370322234, 57.510520610539487 ], [ -2.791632261552381, 57.509674002679112 ], [ -2.788374027218298, 57.50826972527809 ], [ -2.787007807304695, 57.508146207541188 ], [ -2.782376896155855, 57.510040747540884 ], [ -2.781521194773071, 57.513733506118804 ], [ -2.779769945791757, 57.515600194670597 ], [ -2.778035916201266, 57.515461784233615 ], [ -2.77502047821089, 57.516138783673625 ], [ -2.772529535434141, 57.518177889363571 ], [ -2.765743436540494, 57.5214503722271 ], [ -2.763542518964689, 57.521830207569387 ], [ -2.760897194321867, 57.521476993074273 ], [ -2.758876611625874, 57.521860150739016 ], [ -2.756651155948669, 57.520576398093461 ], [ -2.757745653547407, 57.520461138357973 ], [ -2.758327675306333, 57.519786626330834 ], [ -2.758105097615966, 57.519197793389125 ], [ -2.759078515584442, 57.517837333726078 ], [ -2.759114073419908, 57.516575933202645 ], [ -2.760128553990081, 57.516151226619741 ], [ -2.760676445935109, 57.515446366943749 ], [ -2.760187946010789, 57.514913935333063 ], [ -2.760643031151742, 57.513841339254711 ], [ -2.759927212798702, 57.513774688432086 ], [ -2.753852727612984, 57.510207224369104 ], [ -2.749849496154169, 57.509354358634042 ], [ -2.74462876818936, 57.507633632605902 ], [ -2.743351856385891, 57.50655873425471 ], [ -2.742635601510793, 57.504655003276575 ], [ -2.74190660407718, 57.504010733548412 ], [ -2.736761325642324, 57.503989686934389 ], [ -2.734451423691578, 57.503642047667441 ], [ -2.732690271433738, 57.504111310452878 ], [ -2.728297723311263, 57.504598462514274 ], [ -2.723734229167352, 57.504464832475215 ], [ -2.71792908345102, 57.500927342395322 ], [ -2.708238330221335, 57.511039248649936 ], [ -2.707847284550817, 57.511186964225814 ], [ -2.706327735751781, 57.510289118656615 ], [ -2.703709497970805, 57.50962285579142 ], [ -2.700572947569586, 57.509687022741964 ], [ -2.697892913288136, 57.507961914044472 ], [ -2.694971369173434, 57.507916061115047 ], [ -2.693037974571996, 57.508932767058326 ], [ -2.692174465856377, 57.512335687234184 ], [ -2.691134582618115, 57.513571127840812 ], [ -2.692758876062745, 57.516396279741407 ], [ -2.689255174893284, 57.516763100933375 ], [ -2.681246082034468, 57.516788633119411 ], [ -2.680757835905947, 57.520598154937929 ], [ -2.678933071899036, 57.520599902067644 ], [ -2.678919216398973, 57.52102216534076 ], [ -2.670397714908799, 57.522470830117349 ], [ -2.667216309521227, 57.524621089742901 ], [ -2.660873555274609, 57.526769897516353 ], [ -2.660819247178524, 57.527367532524792 ], [ -2.658690686344447, 57.528505093104656 ], [ -2.656638347472755, 57.528688256827714 ], [ -2.654832536050938, 57.528093103770075 ], [ -2.650390608467969, 57.52893260301412 ], [ -2.649822504655177, 57.529570606835421 ], [ -2.650187847823062, 57.52983102002429 ], [ -2.651725128910679, 57.533625468334264 ], [ -2.652774608981928, 57.534408725539095 ], [ -2.655810979308161, 57.534967877127571 ], [ -2.658509663093284, 57.534856812121866 ], [ -2.662866887110887, 57.534013881473882 ], [ -2.668217589836776, 57.53426412919508 ], [ -2.669302577453594, 57.535050655175219 ], [ -2.668330622396119, 57.535694476469139 ], [ -2.667466797398892, 57.53576821460868 ], [ -2.664450161698132, 57.535114022054664 ], [ -2.663665503502562, 57.535224146499225 ], [ -2.663601831839759, 57.536131734587237 ], [ -2.665119450145055, 57.536922308627275 ], [ -2.668849702964566, 57.537680498358625 ], [ -2.67300383664219, 57.537050286627512 ], [ -2.677321349131665, 57.53713139033465 ], [ -2.685768048174413, 57.539001793395883 ], [ -2.694638760083435, 57.537914882635135 ], [ -2.696185052186264, 57.537279368655405 ], [ -2.698094211395208, 57.53378621795153 ], [ -2.697634478817836, 57.532539261401773 ], [ -2.696347683303689, 57.53170738029484 ], [ -2.696378234837721, 57.531032608113577 ], [ -2.697972839817729, 57.531019307778081 ], [ -2.700151896220025, 57.530393716333009 ], [ -2.701799344955539, 57.530524696555283 ], [ -2.703794811116055, 57.52982281105902 ], [ -2.707396013877884, 57.530207798550364 ], [ -2.708393240132705, 57.530565107946899 ], [ -2.711002423189269, 57.532228412918272 ], [ -2.711525445601379, 57.533957339063129 ], [ -2.712557909101239, 57.534829128543258 ], [ -2.712851028219272, 57.536582701722551 ], [ -2.71457963470408, 57.537771225018467 ], [ -2.715746835533814, 57.539456960403605 ], [ -2.711456341621585, 57.543695018289334 ], [ -2.716423252023578, 57.54728157844292 ], [ -2.717286162906312, 57.550637117638594 ], [ -2.717278691964641, 57.555781566168911 ], [ -2.719953827396871, 57.564229855662347 ], [ -2.726818990679508, 57.565245097806809 ], [ -2.729394576408755, 57.565897662816248 ], [ -2.734763046703554, 57.56503114656406 ], [ -2.736699043513182, 57.564302147011055 ], [ -2.738950418631168, 57.564457867398225 ], [ -2.740200415555834, 57.564853870767756 ], [ -2.742626738628614, 57.566620899799823 ], [ -2.749515136849966, 57.56757459086031 ], [ -2.749225144932281, 57.568349724805287 ], [ -2.752180733829477, 57.568996877170228 ], [ -2.749932131517154, 57.569967809277742 ], [ -2.748885513883329, 57.571673551908731 ], [ -2.748099410126191, 57.57149496339408 ], [ -2.746925627324577, 57.574181456922901 ], [ -2.74893919327201, 57.574530637775553 ], [ -2.74811641345417, 57.578352270917307 ], [ -2.747264186781112, 57.579685859195571 ], [ -2.748666370757858, 57.580133877539993 ], [ -2.752414999722316, 57.580186159108663 ], [ -2.755417601007035, 57.579825097077638 ], [ -2.759514889628397, 57.578714514290141 ], [ -2.775648534407633, 57.584146238617834 ], [ -2.775167051511197, 57.584705225251497 ], [ -2.777005990342109, 57.586079962318401 ], [ -2.778703574916483, 57.587251636312708 ], [ -2.780810406588301, 57.588002163604671 ], [ -2.782850726898341, 57.597018073834519 ], [ -2.792256420374342, 57.605085215228598 ], [ -2.810641884605251, 57.609952224073233 ], [ -2.805238649486437, 57.611584794942551 ], [ -2.802900435389778, 57.613177036998202 ], [ -2.797411042333148, 57.618936471399479 ], [ -2.78784288478677, 57.625311306169785 ], [ -2.785084745197944, 57.629478464620057 ], [ -2.782394935252301, 57.63521620338841 ], [ -2.779953228492687, 57.642563834569657 ], [ -2.775527603837787, 57.645945177281007 ], [ -2.775880917136206, 57.64813477472525 ], [ -2.773793665308321, 57.648778145796655 ], [ -2.772390129861434, 57.649904166610789 ], [ -2.772406255351649, 57.650268763120387 ], [ -2.775650624193561, 57.651867575657349 ], [ -2.778267452358754, 57.653648025363864 ], [ -2.783204905304742, 57.654160094684158 ], [ -2.784231369712332, 57.655058285352396 ], [ -2.78598521250189, 57.655803735692416 ], [ -2.788749182867278, 57.658304361812711 ], [ -2.790764950458271, 57.661524626005331 ], [ -2.797529746601722, 57.662000449240558 ], [ -2.79997274962407, 57.663873172722155 ], [ -2.79996108526056, 57.664561316804665 ], [ -2.801320973471542, 57.664585046395693 ], [ -2.803022702093815, 57.6654383843278 ], [ -2.801183406119922, 57.666859424067283 ], [ -2.799831121382374, 57.667413228159951 ], [ -2.799291572697906, 57.668261006397273 ], [ -2.799897718535405, 57.668991056090611 ], [ -2.802837066897414, 57.6697045197687 ], [ -2.801570286013798, 57.67094586894671 ], [ -2.802485428060842, 57.671543699778866 ], [ -2.802292780915979, 57.672005730789081 ], [ -2.802916263128824, 57.672452703198999 ], [ -2.802326624122992, 57.673765213596425 ], [ -2.80152455388277, 57.679735659239427 ], [ -2.801920936076955, 57.691379105264737 ], [ -2.801557637905522, 57.695131643327088 ], [ -2.797500647258006, 57.696858578204008 ], [ -2.794324429226338, 57.700363797801678 ], [ -2.794305213176002, 57.700022580157835 ], [ -2.793984155887896, 57.700148554409878 ], [ -2.79365924743729, 57.699868539145619 ], [ -2.792323436595134, 57.70062336165136 ], [ -2.792541405112821, 57.700002198631559 ] ] ] ] } }, +{ "type": "Feature", "properties": { "LAD13CD": "S12000035", "LAD13CDO": "00QD", "LAD13NM": "Argyll and Bute", "LAD13NMW": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5.572398998467976, 55.286645300080927 ], [ -5.570279983498716, 55.284805568845414 ], [ -5.568438107810988, 55.28438290528134 ], [ -5.566224552053141, 55.284470131372622 ], [ -5.564554500472019, 55.281484203594331 ], [ -5.565097245212028, 55.280861388639728 ], [ -5.565914874886865, 55.280756557406342 ], [ -5.565508992137628, 55.280709977563504 ], [ -5.565983180462994, 55.280552243321516 ], [ -5.565767696274684, 55.280081975465883 ], [ -5.56634987529502, 55.279547919847062 ], [ -5.567890613499959, 55.279075739381987 ], [ -5.568014478288364, 55.279314895870513 ], [ -5.569467175138569, 55.277950579503084 ], [ -5.571869897645313, 55.277956658976244 ], [ -5.573124354970063, 55.278243617615331 ], [ -5.573483831995035, 55.27759915635297 ], [ -5.573076959027264, 55.277453720335259 ], [ -5.573722681623571, 55.277277440960574 ], [ -5.575291717961946, 55.277384311987866 ], [ -5.577399452646124, 55.278050842847819 ], [ -5.579897966809237, 55.277721253312421 ], [ -5.581943494893211, 55.275512119476446 ], [ -5.580907558298413, 55.275115428205986 ], [ -5.580783179428102, 55.274696460529853 ], [ -5.582599148649344, 55.274485763622231 ], [ -5.583914958870847, 55.27466740107068 ], [ -5.58402961724599, 55.275414857055274 ], [ -5.585566915415447, 55.275868717194086 ], [ -5.585768683542728, 55.27627191728358 ], [ -5.587188324870874, 55.275596233337744 ], [ -5.587242814602301, 55.2758509006241 ], [ -5.591455977309232, 55.276109046972223 ], [ -5.591560615948055, 55.276308284068634 ], [ -5.590866398863695, 55.276382680067371 ], [ -5.591698546664372, 55.276614443947942 ], [ -5.593073046444273, 55.27639860944663 ], [ -5.593760019452096, 55.276679596671777 ], [ -5.593505372608963, 55.276911899849551 ], [ -5.594428304313467, 55.277015082773886 ], [ -5.594334409122057, 55.277283113181809 ], [ -5.595640071273203, 55.277437949371532 ], [ -5.59561699219481, 55.277879236112625 ], [ -5.596208297706689, 55.277798856245688 ], [ -5.596388241516148, 55.278220667995619 ], [ -5.597437947663964, 55.278679768676554 ], [ -5.59779125487654, 55.279276303723108 ], [ -5.597435145065145, 55.279866791272688 ], [ -5.596852741513116, 55.280045825717394 ], [ -5.596430465761391, 55.281123827516389 ], [ -5.594086752961355, 55.283688189480458 ], [ -5.590284925705898, 55.284591461286055 ], [ -5.586961598329643, 55.285997575320174 ], [ -5.584660200228734, 55.286159654454899 ], [ -5.582897430075442, 55.284345630560146 ], [ -5.579598288480463, 55.28357478917038 ], [ -5.575460059231872, 55.285557501258566 ], [ -5.572639649090974, 55.285379388206394 ], [ -5.572838530742191, 55.285926562660421 ], [ -5.573669167443229, 55.286140511438205 ], [ -5.572398998467976, 55.286645300080927 ] ] ], [ [ [ -5.555323058976664, 55.287557890980551 ], [ -5.557491668255605, 55.286878716609479 ], [ -5.558817252250541, 55.287078328011262 ], [ -5.558538263431479, 55.287657449326524 ], [ -5.556818651582167, 55.287896437559844 ], [ -5.555224060919663, 55.287772084405852 ], [ -5.555323058976664, 55.287557890980551 ] ] ], [ [ [ -5.570492032334819, 55.28979434409073 ], [ -5.572895245927652, 55.289535139577616 ], [ -5.573523292698826, 55.289948350206927 ], [ -5.574971565269983, 55.293084538665347 ], [ -5.574366019042951, 55.294235261754352 ], [ -5.572432795253011, 55.293941214668941 ], [ -5.569423390590837, 55.291403694423792 ], [ -5.569172746378397, 55.290367973294863 ], [ -5.570492032334819, 55.28979434409073 ] ] ], [ [ [ -5.538753789323164, 55.427316611807946 ], [ -5.536271897648905, 55.424848328407208 ], [ -5.536350090923311, 55.423160135658712 ], [ -5.541976478183873, 55.42119883827543 ], [ -5.544307960411354, 55.421018833458092 ], [ -5.547861938752677, 55.421513633808132 ], [ -5.551044078377554, 55.423147594808562 ], [ -5.55251683180922, 55.424493998965161 ], [ -5.553833237597875, 55.424891815459162 ], [ -5.551792575568984, 55.425495146719342 ], [ -5.549187890670978, 55.425804614246559 ], [ -5.546382439626412, 55.426960572568881 ], [ -5.546577642796233, 55.427197681862054 ], [ -5.546290346111135, 55.427009102785533 ], [ -5.545613406460894, 55.427729196857996 ], [ -5.542440095292514, 55.428576530483625 ], [ -5.539808719860054, 55.428414506551931 ], [ -5.538753789323164, 55.427316611807946 ] ] ], [ [ [ -5.528422988057063, 55.475756232079199 ], [ -5.5283984138075, 55.475127532664843 ], [ -5.529238992261256, 55.475498902013648 ], [ -5.529583028766343, 55.475363089770298 ], [ -5.529714801224482, 55.476128063882534 ], [ -5.528776878602201, 55.476438369001492 ], [ -5.528422988057063, 55.475756232079199 ] ] ], [ [ [ -5.50607383912347, 55.489778399638872 ], [ -5.507055100902349, 55.488792674208952 ], [ -5.507065710926033, 55.4891790029126 ], [ -5.50607383912347, 55.489778399638872 ] ] ], [ [ [ -5.513529763175042, 55.491344740922123 ], [ -5.51376925919629, 55.49038925865149 ], [ -5.514648834562399, 55.490485369851534 ], [ -5.513529763175042, 55.491344740922123 ] ] ], [ [ [ -5.492685368904409, 55.553137136229168 ], [ -5.493213743506145, 55.553014162407209 ], [ -5.493008677811837, 55.55338416429489 ], [ -5.492685368904409, 55.553137136229168 ] ] ], [ [ [ -5.490099018641986, 55.56009827496149 ], [ -5.490644861860794, 55.559902885107221 ], [ -5.490506618954658, 55.560311437251343 ], [ -5.490099018641986, 55.56009827496149 ] ] ], [ [ [ -5.489950707387276, 55.560929706316188 ], [ -5.490562598768275, 55.560673990386306 ], [ -5.490154672037734, 55.561779866913362 ], [ -5.489950707387276, 55.560929706316188 ] ] ], [ [ [ -5.458935092350982, 55.581377554620033 ], [ -5.459205965072117, 55.580848412795788 ], [ -5.459277424548075, 55.581660098946202 ], [ -5.458935092350982, 55.581377554620033 ] ] ], [ [ [ -5.475096429258489, 55.622335476015806 ], [ -5.474719951703146, 55.622121372665433 ], [ -5.475580221971439, 55.622236336677084 ], [ -5.475096429258489, 55.622335476015806 ] ] ], [ [ [ -6.149553802486238, 55.603149047892259 ], [ -6.149676187816035, 55.602353444584182 ], [ -6.150112389984836, 55.602572497774858 ], [ -6.150171349091698, 55.602228734319418 ], [ -6.150316275196501, 55.602547598569473 ], [ -6.150842004207938, 55.602336408108584 ], [ -6.149553802486238, 55.603149047892259 ] ] ], [ [ [ -6.332873264667641, 55.606110647835358 ], [ -6.333431632968589, 55.605627661945412 ], [ -6.333843643579286, 55.605905400130872 ], [ -6.332873264667641, 55.606110647835358 ] ] ], [ [ [ -6.142293443107421, 55.612851865516944 ], [ -6.142172035482338, 55.612379302801727 ], [ -6.142806101531136, 55.612515242406488 ], [ -6.142783386097689, 55.612300160402327 ], [ -6.143153060536684, 55.612791303665283 ], [ -6.142293443107421, 55.612851865516944 ] ] ], [ [ [ -5.75900351035151, 55.627400747323996 ], [ -5.758953665185405, 55.626880726343671 ], [ -5.759246880167659, 55.627038085653155 ], [ -5.75900351035151, 55.627400747323996 ] ] ], [ [ [ -6.333461188297671, 55.608541760171256 ], [ -6.333632306933268, 55.60822089224078 ], [ -6.333796039556635, 55.608408479495914 ], [ -6.334230793563675, 55.608172720373311 ], [ -6.334052761630184, 55.608574785261055 ], [ -6.333461188297671, 55.608541760171256 ] ] ], [ [ [ -6.334124511078733, 55.608936525750757 ], [ -6.335105311435557, 55.608465559909682 ], [ -6.335292362099412, 55.609223476038693 ], [ -6.334824935371955, 55.609235531053869 ], [ -6.334124511078733, 55.608936525750757 ] ] ], [ [ [ -5.746358891007465, 55.629631480787488 ], [ -5.74660282040552, 55.629606036882116 ], [ -5.746248164790015, 55.630285901883305 ], [ -5.746358891007465, 55.629631480787488 ] ] ], [ [ [ -5.746890023274519, 55.63103150944454 ], [ -5.747616675071398, 55.630235954355896 ], [ -5.747405310775517, 55.630934819318512 ], [ -5.746890023274519, 55.63103150944454 ] ] ], [ [ [ -6.333836528995824, 55.614024162814879 ], [ -6.333157299223632, 55.613773870502314 ], [ -6.334410657061931, 55.613884209818956 ], [ -6.336351472316049, 55.613485380213923 ], [ -6.336479186296458, 55.614065504999608 ], [ -6.335437847218757, 55.6139899533337 ], [ -6.333836528995824, 55.614024162814879 ] ] ], [ [ [ -6.134360238711369, 55.621331265207779 ], [ -6.134181351146547, 55.620689755787552 ], [ -6.133317655125455, 55.620637967215167 ], [ -6.13314078763228, 55.620090822561671 ], [ -6.132012535127254, 55.61971518612075 ], [ -6.132131682680655, 55.618658899994323 ], [ -6.133006809999467, 55.61859339185434 ], [ -6.133321593210668, 55.617885753137713 ], [ -6.134062183987243, 55.618202514948479 ], [ -6.135865722796317, 55.617597493196975 ], [ -6.136505758481378, 55.617940121021682 ], [ -6.13696346261265, 55.617533431023489 ], [ -6.137394214748633, 55.617775199584713 ], [ -6.138632585615266, 55.617688383337089 ], [ -6.139392190193075, 55.617055629743092 ], [ -6.140791698012266, 55.616689034207916 ], [ -6.140517845368442, 55.616127190574481 ], [ -6.141260291195618, 55.615859251873907 ], [ -6.141013153870694, 55.615399934062602 ], [ -6.141979320816374, 55.61552015041066 ], [ -6.142372873346792, 55.614958217564656 ], [ -6.141950859797614, 55.614648717641785 ], [ -6.142541384306908, 55.614071127293613 ], [ -6.142283105888614, 55.613355866379003 ], [ -6.14310267664675, 55.613292162946067 ], [ -6.143396029437509, 55.612985442084387 ], [ -6.143516033965778, 55.613444560678019 ], [ -6.143795231715498, 55.613304702696013 ], [ -6.145217204143391, 55.613904124616504 ], [ -6.146008023921276, 55.613643511857127 ], [ -6.146997574442704, 55.613834846613848 ], [ -6.147342480311744, 55.614241376199651 ], [ -6.147778785362024, 55.613934299309804 ], [ -6.149148751142575, 55.613815934775957 ], [ -6.15011996792135, 55.613157951496447 ], [ -6.151029985966214, 55.613648744999182 ], [ -6.150929066500494, 55.613971446332911 ], [ -6.152045862708409, 55.613713233507148 ], [ -6.152856910310869, 55.614544638016191 ], [ -6.153354110708011, 55.614437836049561 ], [ -6.153226202198828, 55.615480960182886 ], [ -6.152758729434587, 55.61579361087054 ], [ -6.151999471251288, 55.615751904501472 ], [ -6.152060516349878, 55.616253487883739 ], [ -6.149778221229998, 55.617963229447156 ], [ -6.149025508950489, 55.618209083524548 ], [ -6.147626008567168, 55.618049636760603 ], [ -6.147134920141031, 55.618740803451992 ], [ -6.145262906092416, 55.618471418101073 ], [ -6.144542620779296, 55.619174828752811 ], [ -6.142757353998086, 55.619801845796978 ], [ -6.142397801777645, 55.620385113176717 ], [ -6.141056262231815, 55.62009771701581 ], [ -6.138582125141316, 55.621125701604093 ], [ -6.137682132352715, 55.621106648357461 ], [ -6.134360238711369, 55.621331265207779 ] ] ], [ [ [ -6.189433528994037, 55.619991040157601 ], [ -6.190268686544911, 55.619953470329811 ], [ -6.190386766009975, 55.620418914659616 ], [ -6.189492217620288, 55.620540362117929 ], [ -6.189433528994037, 55.619991040157601 ] ] ], [ [ [ -6.187187862699028, 55.620795460508333 ], [ -6.187853746812925, 55.620422824649978 ], [ -6.187926083566737, 55.620995963873121 ], [ -6.187187862699028, 55.620795460508333 ] ] ], [ [ [ -6.182601920568388, 55.621698681922204 ], [ -6.182900011931978, 55.621274779026685 ], [ -6.18428688379, 55.621328129704374 ], [ -6.18517329714843, 55.620981251015031 ], [ -6.18636633696441, 55.621184206258512 ], [ -6.186118960119994, 55.621606384649255 ], [ -6.184240190612973, 55.622067228198745 ], [ -6.182601920568388, 55.621698681922204 ] ] ], [ [ [ -6.19360158400847, 55.62286674756718 ], [ -6.195318485809909, 55.622572296877401 ], [ -6.194207452265081, 55.623211153370846 ], [ -6.19360158400847, 55.62286674756718 ] ] ], [ [ [ -5.747224310783689, 55.63901984549949 ], [ -5.746196091066208, 55.638408345284439 ], [ -5.745051993302132, 55.638663628809176 ], [ -5.745270299967102, 55.637537428627105 ], [ -5.746307689756268, 55.63683129948123 ], [ -5.746107414936573, 55.636149520217053 ], [ -5.745482818343595, 55.636101174105974 ], [ -5.745165604984535, 55.635692733998582 ], [ -5.746419709808803, 55.63492602519478 ], [ -5.747040219691602, 55.635014956114482 ], [ -5.748186467014154, 55.632871223649026 ], [ -5.74835683879331, 55.630496565270562 ], [ -5.749778573813768, 55.629158179647142 ], [ -5.749439747517648, 55.62877289259329 ], [ -5.747784757987946, 55.629084306549686 ], [ -5.749645285103744, 55.628096682063877 ], [ -5.751256040622049, 55.625412650318957 ], [ -5.751713209008644, 55.625290743630451 ], [ -5.751849862917492, 55.625556325199895 ], [ -5.752037195621142, 55.62527182880946 ], [ -5.753364630075618, 55.625276126208291 ], [ -5.754476161313065, 55.626096327348471 ], [ -5.754971063747437, 55.626202553980988 ], [ -5.755352591321398, 55.625871634602973 ], [ -5.755301873817644, 55.627001714886589 ], [ -5.756100104565135, 55.627453832000683 ], [ -5.758739015116758, 55.626631033370487 ], [ -5.758480677777535, 55.628495858352899 ], [ -5.759134175750735, 55.628183559679812 ], [ -5.759233904528861, 55.628643600287937 ], [ -5.758402551373236, 55.629339030103743 ], [ -5.758112341469075, 55.630705761602186 ], [ -5.756398112000768, 55.632224068502659 ], [ -5.756119481330694, 55.633131834521258 ], [ -5.754783838714213, 55.634040525316188 ], [ -5.754371914039446, 55.633805862545657 ], [ -5.753823286724846, 55.634384687102724 ], [ -5.75258600196524, 55.6348272394467 ], [ -5.752400171261467, 55.635376960147411 ], [ -5.752988170320838, 55.63562422076739 ], [ -5.75236365260077, 55.636074975377298 ], [ -5.752559288200854, 55.636541075064997 ], [ -5.75338871761562, 55.635656911912875 ], [ -5.753482515698858, 55.636719616535665 ], [ -5.752417797341206, 55.637138894737483 ], [ -5.751643389255743, 55.638183225427078 ], [ -5.750654194292157, 55.638312424122198 ], [ -5.750235677741288, 55.638756860562893 ], [ -5.74995397116473, 55.638554165749539 ], [ -5.749737272973112, 55.639446529764513 ], [ -5.749215462114637, 55.639642341725967 ], [ -5.748355161922415, 55.639457346162658 ], [ -5.748360277755664, 55.639012075824127 ], [ -5.747224310783689, 55.63901984549949 ] ] ], [ [ [ -6.155075819533891, 55.626519280331678 ], [ -6.156596227882402, 55.626136713646495 ], [ -6.154557923048493, 55.626927181920337 ], [ -6.155075819533891, 55.626519280331678 ] ] ], [ [ [ -6.082890993839423, 55.634929474386254 ], [ -6.0835367894481, 55.634566192929185 ], [ -6.083692017685929, 55.634835319969589 ], [ -6.083122156132139, 55.6350881488328 ], [ -6.082890993839423, 55.634929474386254 ] ] ], [ [ [ -5.744667679535929, 55.645540906094809 ], [ -5.745046470763576, 55.645511345631576 ], [ -5.744655241971497, 55.645909965527217 ], [ -5.744667679535929, 55.645540906094809 ] ] ], [ [ [ -6.082247545033108, 55.635468047403101 ], [ -6.082715393597375, 55.635380506269584 ], [ -6.08283286331061, 55.635592435050789 ], [ -6.082247545033108, 55.635468047403101 ] ] ], [ [ [ -6.096734975578973, 55.6345886414313 ], [ -6.09788438525688, 55.634268693533478 ], [ -6.097522323746874, 55.635124403079423 ], [ -6.096428065607214, 55.634922674479945 ], [ -6.096734975578973, 55.6345886414313 ] ] ], [ [ [ -5.742443445534894, 55.646975666303241 ], [ -5.743479446520096, 55.645752559034442 ], [ -5.74358595317579, 55.646068527505712 ], [ -5.743878628361293, 55.645903122058371 ], [ -5.743119862925086, 55.646815627774991 ], [ -5.7434284998141, 55.647133514919865 ], [ -5.743084137587066, 55.64725733547629 ], [ -5.743068432825662, 55.646943089155791 ], [ -5.742400768187955, 55.647444562494883 ], [ -5.742443445534894, 55.646975666303241 ] ] ], [ [ [ -5.743835466849005, 55.646982602602357 ], [ -5.744231412658153, 55.646966009065636 ], [ -5.744143972009234, 55.647548676135401 ], [ -5.743835466849005, 55.646982602602357 ] ] ], [ [ [ -5.744556196744973, 55.6478687909011 ], [ -5.74486966703515, 55.647571462014866 ], [ -5.744734244508375, 55.647984744530305 ], [ -5.744556196744973, 55.6478687909011 ] ] ], [ [ [ -5.742947828781736, 55.647828005805941 ], [ -5.743770299849211, 55.647632030122068 ], [ -5.743436244636928, 55.648046883124046 ], [ -5.742947828781736, 55.647828005805941 ] ] ], [ [ [ -6.080649373290237, 55.637144626656664 ], [ -6.081802177533363, 55.636305795293332 ], [ -6.081957892377678, 55.636732294545141 ], [ -6.080999437247264, 55.637758012645598 ], [ -6.080578129401624, 55.63760566850587 ], [ -6.080649373290237, 55.637144626656664 ] ] ], [ [ [ -5.743994377682744, 55.648479440758138 ], [ -5.744284719420234, 55.648106386673653 ], [ -5.744727381428543, 55.648245727405758 ], [ -5.744141782982243, 55.648690749291241 ], [ -5.743994377682744, 55.648479440758138 ] ] ], [ [ [ -6.081933520755062, 55.638788122602548 ], [ -6.082264832028967, 55.638534257123851 ], [ -6.082419148236615, 55.638870867507734 ], [ -6.081933520755062, 55.638788122602548 ] ] ], [ [ [ -6.081264495397754, 55.640226891281237 ], [ -6.080533661149443, 55.639774583017029 ], [ -6.081464844837339, 55.639860475991405 ], [ -6.081264495397754, 55.640226891281237 ] ] ], [ [ [ -5.743580068337005, 55.65105037107282 ], [ -5.743786437926943, 55.650630426845829 ], [ -5.744279701128351, 55.6506333411334 ], [ -5.744133547259286, 55.651100903508286 ], [ -5.743638984835527, 55.65125089513036 ], [ -5.743580068337005, 55.65105037107282 ] ] ], [ [ [ -5.75311112965474, 55.650938689272273 ], [ -5.753709506679797, 55.650461759299695 ], [ -5.753420792020743, 55.651100057132211 ], [ -5.75311112965474, 55.650938689272273 ] ] ], [ [ [ -5.737725651812586, 55.65161123692932 ], [ -5.737818293438802, 55.651248725392513 ], [ -5.737990483076943, 55.651720057299904 ], [ -5.737725651812586, 55.65161123692932 ] ] ], [ [ [ -5.739759714154503, 55.649512458065601 ], [ -5.740566182771147, 55.648215453354169 ], [ -5.741350602843887, 55.648187010797308 ], [ -5.741397982970311, 55.647933783608941 ], [ -5.741625265592278, 55.648398932868417 ], [ -5.742092179780345, 55.648042973318667 ], [ -5.742606390727714, 55.648265562290177 ], [ -5.742789390123409, 55.648017184556615 ], [ -5.743365104384937, 55.648134481931372 ], [ -5.743699277036082, 55.649634958464624 ], [ -5.741813352681945, 55.650951460902043 ], [ -5.739164727606689, 55.651859582006665 ], [ -5.739483839402794, 55.650204280586621 ], [ -5.73876023607105, 55.650203878604387 ], [ -5.739759714154503, 55.649512458065601 ] ] ], [ [ [ -5.742415849602192, 55.651598483400349 ], [ -5.743362805991348, 55.650773754424975 ], [ -5.74297792245639, 55.651405970178629 ], [ -5.743534404050875, 55.651487886276819 ], [ -5.74299162689917, 55.651549426297272 ], [ -5.742629218795388, 55.652333821051762 ], [ -5.741858417928453, 55.65250572922691 ], [ -5.741459658234329, 55.652243643043853 ], [ -5.742415849602192, 55.651598483400349 ] ] ], [ [ [ -5.76641036990917, 55.652472990379991 ], [ -5.767450602432002, 55.651878999120648 ], [ -5.766739312736489, 55.65250334533004 ], [ -5.76641036990917, 55.652472990379991 ] ] ], [ [ [ -6.087728319937884, 55.64350534850746 ], [ -6.08642010525134, 55.64224493441079 ], [ -6.085422334792049, 55.642664935569272 ], [ -6.083155294289982, 55.64265508214006 ], [ -6.084000161793663, 55.641988379284371 ], [ -6.083317812105929, 55.641925687727351 ], [ -6.083769598753655, 55.640462672299826 ], [ -6.082979550954534, 55.640052822881515 ], [ -6.084240952541252, 55.639111420940125 ], [ -6.085355302073347, 55.639276615332555 ], [ -6.086258228967482, 55.640006450955255 ], [ -6.086564180469851, 55.639128369669969 ], [ -6.087131294807882, 55.638925081555932 ], [ -6.088520679700856, 55.639287921380792 ], [ -6.089838643784089, 55.637975835902253 ], [ -6.090896997910708, 55.637985462272162 ], [ -6.091891695047932, 55.638451380024456 ], [ -6.091524984226149, 55.638594035826628 ], [ -6.092015434495163, 55.639027330130169 ], [ -6.091696006200569, 55.639699025913103 ], [ -6.092717935550731, 55.639435550841881 ], [ -6.090521599580065, 55.641015331163203 ], [ -6.09023858731562, 55.641960109113541 ], [ -6.088767287725998, 55.64226104552737 ], [ -6.087728319937884, 55.64350534850746 ] ] ], [ [ [ -6.090514206209226, 55.643610213394702 ], [ -6.089927752252086, 55.643324014332059 ], [ -6.089414624702822, 55.643435576954069 ], [ -6.088753129304654, 55.643115903380732 ], [ -6.08872029326721, 55.642496445846163 ], [ -6.090699156665107, 55.642183058652883 ], [ -6.091396087685162, 55.642537512377501 ], [ -6.092045732627513, 55.642362922885908 ], [ -6.090514206209226, 55.643610213394702 ] ] ], [ [ [ -6.089585999631881, 55.644315718806006 ], [ -6.090013649464206, 55.643689881366114 ], [ -6.090498388605059, 55.643687186618195 ], [ -6.089585999631881, 55.644315718806006 ] ] ], [ [ [ -5.768462371624256, 55.657602937370378 ], [ -5.769313366798679, 55.657190100116566 ], [ -5.769269648638226, 55.657892841119249 ], [ -5.768583235570481, 55.657949919000252 ], [ -5.768462371624256, 55.657602937370378 ] ] ], [ [ [ -5.776075089759191, 55.6577867598861 ], [ -5.777224784696735, 55.657305313614124 ], [ -5.776959557703959, 55.658051754835313 ], [ -5.776075089759191, 55.6577867598861 ] ] ], [ [ [ -5.76767818873996, 55.660198832304133 ], [ -5.768321709176961, 55.660026179655894 ], [ -5.767534177808826, 55.660603414541725 ], [ -5.76767818873996, 55.660198832304133 ] ] ], [ [ [ -5.767072021432105, 55.661256070087184 ], [ -5.767621240096709, 55.660681668504736 ], [ -5.767739448112944, 55.661249042744522 ], [ -5.767072021432105, 55.661256070087184 ] ] ], [ [ [ -5.727455525169011, 55.662426819902564 ], [ -5.728154750070954, 55.661834555056323 ], [ -5.728295331023435, 55.66239228541825 ], [ -5.727738677743679, 55.662894789958983 ], [ -5.727455525169011, 55.662426819902564 ] ] ], [ [ [ -6.046444478330458, 55.653185796802852 ], [ -6.048075154729925, 55.652727230028212 ], [ -6.046915700084002, 55.65335909366032 ], [ -6.046444478330458, 55.653185796802852 ] ] ], [ [ [ -6.045498807281483, 55.652807827714916 ], [ -6.047359433229405, 55.652188790510181 ], [ -6.047724386880442, 55.651641629429534 ], [ -6.047792619735191, 55.652071056259729 ], [ -6.048740144728304, 55.651774444498727 ], [ -6.048216122762007, 55.652475255099134 ], [ -6.046597032701491, 55.653045858185614 ], [ -6.047051448250997, 55.65259467160606 ], [ -6.04476916021001, 55.653443464678951 ], [ -6.045498807281483, 55.652807827714916 ] ] ], [ [ [ -5.76688138645606, 55.662168347986324 ], [ -5.766563064956757, 55.662034254855591 ], [ -5.767047233783106, 55.662156056945328 ], [ -5.766824675808497, 55.662405687823465 ], [ -5.766364452056137, 55.662334404804206 ], [ -5.76688138645606, 55.662168347986324 ] ] ], [ [ [ -6.045061607979073, 55.653887973810193 ], [ -6.046745959831501, 55.653409666790154 ], [ -6.046176583517229, 55.65421089232688 ], [ -6.044555422546201, 55.654916435017107 ], [ -6.044147198764228, 55.654660109565199 ], [ -6.045061607979073, 55.653887973810193 ] ] ], [ [ [ -6.040479126009476, 55.655415154302503 ], [ -6.041770126659667, 55.654900425376269 ], [ -6.041682946921768, 55.655442900857075 ], [ -6.040856816939023, 55.655915318412923 ], [ -6.040479126009476, 55.655415154302503 ] ] ], [ [ [ -6.041926365534616, 55.655951987616596 ], [ -6.0436195999986, 55.655019269454868 ], [ -6.04423982024157, 55.65486389921152 ], [ -6.044315545470699, 55.655212139937674 ], [ -6.045295745917148, 55.654999914944753 ], [ -6.045178471683761, 55.655327547133425 ], [ -6.04597451378852, 55.655103409802081 ], [ -6.04301497337383, 55.656635538595928 ], [ -6.042307508226588, 55.656254180514154 ], [ -6.041926365534616, 55.655951987616596 ] ] ], [ [ [ -5.775796716008181, 55.664386680304119 ], [ -5.776963406768339, 55.664112438246192 ], [ -5.777386167818161, 55.664454605236692 ], [ -5.776987112676005, 55.665842722539608 ], [ -5.776081778503671, 55.666518061224863 ], [ -5.774486375832381, 55.666059137353322 ], [ -5.775796716008181, 55.664386680304119 ] ] ], [ [ [ -5.761247971096886, 55.666452600194049 ], [ -5.7619330016881, 55.666296694047581 ], [ -5.761472841215782, 55.666971744776085 ], [ -5.760969675236691, 55.667050130244412 ], [ -5.761247971096886, 55.666452600194049 ] ] ], [ [ [ -5.770530652003594, 55.666778872763494 ], [ -5.770868563254854, 55.666570647823548 ], [ -5.770783266635672, 55.66692397004347 ], [ -5.770530652003594, 55.666778872763494 ] ] ], [ [ [ -6.038900261258141, 55.659154468497796 ], [ -6.038606054057811, 55.657612819073236 ], [ -6.037949438859932, 55.657724392384907 ], [ -6.037506285682067, 55.657437719575093 ], [ -6.038058645506458, 55.656623609379849 ], [ -6.039831267466963, 55.655688329488292 ], [ -6.040638902796927, 55.656115861286573 ], [ -6.041108021093815, 55.656037436891729 ], [ -6.040848492829832, 55.656374252479992 ], [ -6.041761038679132, 55.656276704427391 ], [ -6.042111210723848, 55.656818242783253 ], [ -6.04154472636434, 55.657340555477155 ], [ -6.042083826821481, 55.657785928967009 ], [ -6.038900261258141, 55.659154468497796 ] ] ], [ [ [ -6.301134948171563, 55.650786317972212 ], [ -6.301224473221573, 55.650225520597893 ], [ -6.301673800016948, 55.650623485152096 ], [ -6.301134948171563, 55.650786317972212 ] ] ], [ [ [ -5.774050079258933, 55.667969941450352 ], [ -5.774980752454629, 55.667820785936016 ], [ -5.773941600677587, 55.668247545716518 ], [ -5.774050079258933, 55.667969941450352 ] ] ], [ [ [ -6.299722447800058, 55.651177695079554 ], [ -6.301001653207979, 55.650224350177979 ], [ -6.300481624006226, 55.651065597439377 ], [ -6.299722447800058, 55.651177695079554 ] ] ], [ [ [ -6.039727050600901, 55.659612852538054 ], [ -6.041583056915939, 55.658328557048861 ], [ -6.043486167796173, 55.657578679396991 ], [ -6.042175602326813, 55.658443911048124 ], [ -6.041987013208153, 55.658697448718335 ], [ -6.042551957898324, 55.65893062475449 ], [ -6.041701394448872, 55.659552242724395 ], [ -6.0415795713208, 55.659142567971067 ], [ -6.039409085784996, 55.660077497288995 ], [ -6.039727050600901, 55.659612852538054 ] ] ], [ [ [ -5.773620689378619, 55.669705181098692 ], [ -5.774656349276485, 55.669142749012664 ], [ -5.774631638057032, 55.669629092673993 ], [ -5.773620689378619, 55.669705181098692 ] ] ], [ [ [ -6.031317581122527, 55.661139873546531 ], [ -6.031459062790377, 55.660968843181024 ], [ -6.031736278086496, 55.661189051262149 ], [ -6.031047531730552, 55.661607414825326 ], [ -6.031317581122527, 55.661139873546531 ] ] ], [ [ [ -5.731019867924942, 55.670119028177183 ], [ -5.731729851871338, 55.66963881860724 ], [ -5.732765734871355, 55.669656735313019 ], [ -5.733376555974261, 55.67022262087788 ], [ -5.731180431532303, 55.671386524207193 ], [ -5.730809245095709, 55.67099767307144 ], [ -5.731019867924942, 55.670119028177183 ] ] ], [ [ [ -5.729576360584664, 55.670832867447572 ], [ -5.730265995058757, 55.670389254451479 ], [ -5.730261966602403, 55.670847974360996 ], [ -5.729760457022017, 55.671445922788536 ], [ -5.729540839850271, 55.671211616415235 ], [ -5.729975971848558, 55.670852180973007 ], [ -5.729576360584664, 55.670832867447572 ] ] ], [ [ [ -6.054022092423071, 55.65985570650777 ], [ -6.055370272264972, 55.6586644383137 ], [ -6.05576750869584, 55.658736727599326 ], [ -6.05856915062702, 55.65706562051836 ], [ -6.058626336800743, 55.657463932401846 ], [ -6.057227814044825, 55.658935701090222 ], [ -6.05480386438, 55.660261521149209 ], [ -6.05374231443845, 55.66160967708538 ], [ -6.053056163189328, 55.661974122465296 ], [ -6.052818883799374, 55.661833579958106 ], [ -6.052300808751425, 55.661823733751319 ], [ -6.052657427443791, 55.661195894081352 ], [ -6.052036943679674, 55.660888156093527 ], [ -6.054022092423071, 55.65985570650777 ] ] ], [ [ [ -6.029903855616199, 55.662243084900901 ], [ -6.03035214045891, 55.662115925567534 ], [ -6.029947585519011, 55.662745270201988 ], [ -6.029169739594226, 55.66314856591864 ], [ -6.029903855616199, 55.662243084900901 ] ] ], [ [ [ -5.774150999015072, 55.671905448266365 ], [ -5.774268686219536, 55.671888336309301 ], [ -5.774331558899582, 55.671962834716389 ], [ -5.774150999015072, 55.671905448266365 ] ] ], [ [ [ -6.047443958139548, 55.665397228214793 ], [ -6.047665749052619, 55.665003188694421 ], [ -6.047087448797276, 55.665026785666456 ], [ -6.048648831036775, 55.663585736931665 ], [ -6.047085505742658, 55.664469262553993 ], [ -6.047456128551128, 55.663975877757075 ], [ -6.047019622030104, 55.663985797881537 ], [ -6.048506685037307, 55.662749555022621 ], [ -6.048632915056107, 55.662970218265272 ], [ -6.049276095108755, 55.662805072526986 ], [ -6.050197263299712, 55.661789856464111 ], [ -6.049952099356037, 55.662342057690225 ], [ -6.051380417523443, 55.661615843597509 ], [ -6.052100895727856, 55.661583027170792 ], [ -6.052459436554537, 55.662510977069395 ], [ -6.047443958139548, 55.665397228214793 ] ] ], [ [ [ -6.054627879436755, 55.667088819305206 ], [ -6.055908958226849, 55.666246015200102 ], [ -6.05470701282491, 55.667391975672366 ], [ -6.054199074034329, 55.667480727888332 ], [ -6.054627879436755, 55.667088819305206 ] ] ], [ [ [ -6.020276511592187, 55.669659473059518 ], [ -6.020009279042864, 55.669304013340216 ], [ -6.019637658144619, 55.669559019993173 ], [ -6.018159994223595, 55.669270231377752 ], [ -6.021344514307644, 55.666966931811373 ], [ -6.023080061732997, 55.664733603225557 ], [ -6.022742145430161, 55.666709720238664 ], [ -6.024192356830014, 55.66580325178608 ], [ -6.024635148768524, 55.66600904516509 ], [ -6.024702604081649, 55.666510451889117 ], [ -6.023359601302981, 55.667453876006228 ], [ -6.024147600118755, 55.667612364564391 ], [ -6.023738482833114, 55.668043984025807 ], [ -6.024321480358483, 55.667678600727683 ], [ -6.025279875002985, 55.66771457421936 ], [ -6.025103939243313, 55.668170015515798 ], [ -6.025824922031579, 55.668604988993302 ], [ -6.02331928711617, 55.668687274059955 ], [ -6.021556788387835, 55.669343173932454 ], [ -6.021061644926022, 55.668860296532756 ], [ -6.020276511592187, 55.669659473059518 ] ] ], [ [ [ -6.049620307376781, 55.669363341642573 ], [ -6.049928341592127, 55.669033898364233 ], [ -6.050501876711111, 55.66927125375036 ], [ -6.050047411370192, 55.669569564473605 ], [ -6.049620307376781, 55.669363341642573 ] ] ], [ [ [ -5.731271230029636, 55.67993525115881 ], [ -5.731610723202286, 55.679156093487201 ], [ -5.731969842302045, 55.679333996197975 ], [ -5.731271230029636, 55.67993525115881 ] ] ], [ [ [ -6.046357174052523, 55.668891057127773 ], [ -6.046767846212911, 55.668553736558835 ], [ -6.047648734368916, 55.66876296848514 ], [ -6.048388803014827, 55.66822590189674 ], [ -6.047938708675249, 55.66825875669894 ], [ -6.048788691248324, 55.667938393758156 ], [ -6.048803224976577, 55.668540467876774 ], [ -6.049325000097793, 55.668739068520466 ], [ -6.048317864346957, 55.669001673052612 ], [ -6.047610731932036, 55.669780471308655 ], [ -6.046605464371209, 55.669984542652749 ], [ -6.045756900102981, 55.66954940239291 ], [ -6.046956736815702, 55.669226496059608 ], [ -6.046357174052523, 55.668891057127773 ] ] ], [ [ [ -6.027377672854331, 55.669700611488963 ], [ -6.029140261761376, 55.668891737859035 ], [ -6.029417284844906, 55.669727997001665 ], [ -6.028609069456988, 55.670456042414699 ], [ -6.025215081643243, 55.671417425287906 ], [ -6.026551437786506, 55.670640576334655 ], [ -6.026233057461504, 55.67048466119369 ], [ -6.026636085516726, 55.670071220028262 ], [ -6.027485092636041, 55.669971375794312 ], [ -6.027377672854331, 55.669700611488963 ] ] ], [ [ [ -6.044971924021765, 55.670807400602776 ], [ -6.046195076054792, 55.670555679696967 ], [ -6.04581854463575, 55.671377510752272 ], [ -6.045208837338853, 55.67148307395432 ], [ -6.045108464111156, 55.670973767163389 ], [ -6.044971924021765, 55.670807400602776 ] ] ], [ [ [ -6.02831512402446, 55.672934355154432 ], [ -6.027975593205378, 55.672495851623069 ], [ -6.026849905840355, 55.673000492694037 ], [ -6.026854146184364, 55.672190960371644 ], [ -6.02544722740893, 55.672282145758125 ], [ -6.028626223403931, 55.670545411167581 ], [ -6.029772491895573, 55.670318866607751 ], [ -6.030321592941588, 55.670629064325055 ], [ -6.031528308043238, 55.670139710302109 ], [ -6.031066006264292, 55.6710587414751 ], [ -6.032239621639352, 55.670556979328943 ], [ -6.03254360766784, 55.671113553859499 ], [ -6.033684168751542, 55.670986086491112 ], [ -6.031157892028546, 55.672337260615372 ], [ -6.02889208445999, 55.67297384605687 ], [ -6.02831512402446, 55.672934355154432 ] ] ], [ [ [ -6.03864523907375, 55.672414513966871 ], [ -6.039168622928248, 55.671857667167657 ], [ -6.039499946866689, 55.672215472519738 ], [ -6.03887677991443, 55.672730642614667 ], [ -6.03864523907375, 55.672414513966871 ] ] ], [ [ [ -5.730396496249616, 55.683698086189857 ], [ -5.731135846727557, 55.683356368789852 ], [ -5.73100438980838, 55.683980823907156 ], [ -5.73053909563446, 55.684359162277808 ], [ -5.730744298446829, 55.683840368958151 ], [ -5.730396496249616, 55.683698086189857 ] ] ], [ [ [ -6.026739069602708, 55.674784798667041 ], [ -6.027971784654542, 55.674546439929387 ], [ -6.027507037410661, 55.675056342149865 ], [ -6.026018127156384, 55.6753570713485 ], [ -6.025569866573671, 55.675331325735392 ], [ -6.026739069602708, 55.674784798667041 ] ] ], [ [ [ -6.04287058733257, 55.671492781791756 ], [ -6.043743141014502, 55.671081778111606 ], [ -6.044858196667573, 55.671323774022369 ], [ -6.043274156856498, 55.672549673332092 ], [ -6.044198646742108, 55.672564136295875 ], [ -6.041780661395115, 55.674730352289252 ], [ -6.04030483891294, 55.675696330630679 ], [ -6.0394472257467, 55.675405337051608 ], [ -6.038710224817813, 55.675357679018887 ], [ -6.040949796355238, 55.673156940374405 ], [ -6.042129945820353, 55.672564933725724 ], [ -6.04287058733257, 55.671492781791756 ] ] ], [ [ [ -5.723034695869373, 55.687455738217999 ], [ -5.722755841668616, 55.687118010797171 ], [ -5.723302233316844, 55.686085316492075 ], [ -5.723977439793933, 55.68598837783582 ], [ -5.7239527799975, 55.687234528113649 ], [ -5.723576214107688, 55.687124571773779 ], [ -5.723034695869373, 55.687455738217999 ] ] ], [ [ [ -5.756068024894548, 55.693219341583386 ], [ -5.757045289557486, 55.693117464322881 ], [ -5.756069851641423, 55.693569980716966 ], [ -5.756068024894548, 55.693219341583386 ] ] ], [ [ [ -6.511664047906213, 55.67115143255355 ], [ -6.511853371417782, 55.670833221268623 ], [ -6.51221459566534, 55.67083251016232 ], [ -6.511878979890811, 55.671138119494834 ], [ -6.513206859037142, 55.670838235804275 ], [ -6.512106636076276, 55.671870050750854 ], [ -6.511664047906213, 55.67115143255355 ] ] ], [ [ [ -6.510278142490038, 55.6712933185851 ], [ -6.511155703657017, 55.671090994234348 ], [ -6.512078619889045, 55.671916958851106 ], [ -6.510278142490038, 55.6712933185851 ] ] ], [ [ [ -5.721616848248439, 55.700245016224741 ], [ -5.72164281494158, 55.699848578128631 ], [ -5.721830517144429, 55.699896833885347 ], [ -5.721616848248439, 55.700245016224741 ] ] ], [ [ [ -6.516827319262682, 55.673742530795451 ], [ -6.515520450679341, 55.673190717785062 ], [ -6.515606658431608, 55.672944665720784 ], [ -6.516676500479496, 55.672918719550054 ], [ -6.516166315440208, 55.673407985429819 ], [ -6.517216043134288, 55.673318009707444 ], [ -6.517168415949489, 55.67381541007726 ], [ -6.516827319262682, 55.673742530795451 ] ] ], [ [ [ -6.51320055636819, 55.67659278683346 ], [ -6.511226713539434, 55.67602771548794 ], [ -6.511240824160939, 55.67548747611503 ], [ -6.510505697519766, 55.675614391621338 ], [ -6.509501762566539, 55.673934142273971 ], [ -6.509764801011815, 55.673758046159733 ], [ -6.508212303721905, 55.673270070293697 ], [ -6.507265456161847, 55.673286019825525 ], [ -6.50781760259204, 55.673063309632759 ], [ -6.507014114338899, 55.673011014968743 ], [ -6.506598402706373, 55.672649404645462 ], [ -6.506896336194283, 55.67254129500315 ], [ -6.506256312122408, 55.672374138570973 ], [ -6.506293254582932, 55.671893329695244 ], [ -6.506920963872, 55.671926009157367 ], [ -6.506337033317658, 55.671347503072617 ], [ -6.507327206198852, 55.671542255166834 ], [ -6.507321927531803, 55.671233910100277 ], [ -6.507476321467791, 55.671758952961994 ], [ -6.508068342344621, 55.671550965584196 ], [ -6.508333946300279, 55.671825443399705 ], [ -6.508588173339449, 55.67154532817456 ], [ -6.508923476434625, 55.671872111072396 ], [ -6.50885358799297, 55.671307078588292 ], [ -6.510193298379476, 55.671413381541555 ], [ -6.512048224539623, 55.671984643843082 ], [ -6.513913695321393, 55.670949821604651 ], [ -6.513931938888697, 55.671494267252562 ], [ -6.515061663159639, 55.670842750213048 ], [ -6.515079714863783, 55.671799190084336 ], [ -6.515832224998783, 55.671782247383085 ], [ -6.516406680342867, 55.67215326762588 ], [ -6.515311262985124, 55.673143556481691 ], [ -6.517130754563792, 55.674468062610806 ], [ -6.516525607949061, 55.674562336808869 ], [ -6.516317951138671, 55.675204164682 ], [ -6.51319041172298, 55.674600693041391 ], [ -6.514375626600963, 55.674967212286965 ], [ -6.51454608971784, 55.67520290555413 ], [ -6.514014841413282, 55.675192796413256 ], [ -6.515901254987947, 55.675689982247583 ], [ -6.515064729571396, 55.676303713132953 ], [ -6.515691854475079, 55.676054816197002 ], [ -6.515695305613547, 55.676319152270651 ], [ -6.515073483357212, 55.676558858367109 ], [ -6.51320055636819, 55.67659278683346 ] ] ], [ [ [ -5.749469287543556, 55.706923012803543 ], [ -5.749728657416454, 55.706555397062566 ], [ -5.750173588542366, 55.707126282192903 ], [ -5.749469287543556, 55.706923012803543 ] ] ], [ [ [ -5.742813951687712, 55.708021017989445 ], [ -5.743193561339973, 55.707744165023627 ], [ -5.743534243417639, 55.707809300454706 ], [ -5.742813951687712, 55.708021017989445 ] ] ], [ [ [ -5.737402505449777, 55.708806497659815 ], [ -5.737772259285952, 55.708759261154952 ], [ -5.737479061404655, 55.709190824980197 ], [ -5.737402505449777, 55.708806497659815 ] ] ], [ [ [ -6.517312973237073, 55.68259404481195 ], [ -6.517302425497737, 55.682075401801967 ], [ -6.516474396888077, 55.681743415288338 ], [ -6.516400827504172, 55.68124418671465 ], [ -6.515831037730909, 55.681314663620583 ], [ -6.515975394675086, 55.680937834989919 ], [ -6.514979805750973, 55.680560741601468 ], [ -6.513965539373055, 55.679318077390974 ], [ -6.513901932140812, 55.67886345761756 ], [ -6.514363584682525, 55.678711517878277 ], [ -6.514036931616444, 55.678226111279074 ], [ -6.51496176717797, 55.677687393719516 ], [ -6.515626071578897, 55.677870703226404 ], [ -6.516165257660288, 55.679148857906249 ], [ -6.516104448748012, 55.678622172822216 ], [ -6.516753394882532, 55.678617140323752 ], [ -6.517281356147618, 55.679839034031978 ], [ -6.517696616369368, 55.679643815400318 ], [ -6.518400414783048, 55.68007212728326 ], [ -6.518753456476904, 55.679779351064532 ], [ -6.519512289399543, 55.680353150994577 ], [ -6.520852534131928, 55.680419744456103 ], [ -6.521588251632333, 55.680999782495199 ], [ -6.521685676154928, 55.681360499648505 ], [ -6.520548215710748, 55.681505919815535 ], [ -6.521243175620993, 55.681457787970494 ], [ -6.52118429521886, 55.681774798764415 ], [ -6.519795914753219, 55.681884493835639 ], [ -6.520572769864978, 55.68206272671344 ], [ -6.519804779313797, 55.682457171570057 ], [ -6.519220347558646, 55.682373483941511 ], [ -6.518894760717196, 55.682711124814972 ], [ -6.519449945637563, 55.682872353489202 ], [ -6.518159584119357, 55.683458765552842 ], [ -6.517723575739145, 55.683267949728808 ], [ -6.518112053947688, 55.683061124417193 ], [ -6.517470721334726, 55.683077575918404 ], [ -6.518007982780487, 55.682835580464221 ], [ -6.517312973237073, 55.68259404481195 ] ] ], [ [ [ -6.5213442237696, 55.683846827918615 ], [ -6.522084476072156, 55.683432708063144 ], [ -6.522939651514347, 55.683805934369971 ], [ -6.5213442237696, 55.683846827918615 ] ] ], [ [ [ -5.724207881090178, 55.712822668880627 ], [ -5.725310545333947, 55.712442989195765 ], [ -5.724903697547663, 55.712770067281774 ], [ -5.724207881090178, 55.712822668880627 ] ] ], [ [ [ -5.738458241233697, 55.712801883501768 ], [ -5.738961414897626, 55.712117533371945 ], [ -5.73900773987281, 55.712435340778377 ], [ -5.738458241233697, 55.712801883501768 ] ] ], [ [ [ -6.515908523344014, 55.687308105324377 ], [ -6.51453947127366, 55.68700773627107 ], [ -6.515802577953714, 55.686735408375966 ], [ -6.51625147250595, 55.686899670119786 ], [ -6.515871700899221, 55.687071985333162 ], [ -6.516377051181956, 55.687063254418078 ], [ -6.516109819066386, 55.687203536613254 ], [ -6.516647086966886, 55.687154048692243 ], [ -6.515908523344014, 55.687308105324377 ] ] ], [ [ [ -5.712946582783641, 55.719359570908736 ], [ -5.713402983193983, 55.719300795393742 ], [ -5.71326004583542, 55.719556898352749 ], [ -5.712946582783641, 55.719359570908736 ] ] ], [ [ [ -5.736085819713459, 55.718360244735749 ], [ -5.736694580448259, 55.718229300294517 ], [ -5.73626474864568, 55.718898815926799 ], [ -5.736085819713459, 55.718360244735749 ] ] ], [ [ [ -5.736674891732044, 55.720689235794453 ], [ -5.737291695545245, 55.720058983063822 ], [ -5.737347879907984, 55.720479899418407 ], [ -5.736674891732044, 55.720689235794453 ] ] ], [ [ [ -6.532751869805196, 55.694557165323992 ], [ -6.533255915972614, 55.693890849590368 ], [ -6.533740974647981, 55.694228223469857 ], [ -6.532751869805196, 55.694557165323992 ] ] ], [ [ [ -6.532468762507198, 55.696236286557586 ], [ -6.532783566572513, 55.695585968097255 ], [ -6.533479864719772, 55.696027972291908 ], [ -6.532468762507198, 55.696236286557586 ] ] ], [ [ [ -6.531318323229216, 55.695586185260773 ], [ -6.531639701360286, 55.69533592271577 ], [ -6.532287129067886, 55.695631316242292 ], [ -6.532176267047043, 55.696323565593701 ], [ -6.531204990818458, 55.696188570653732 ], [ -6.531318323229216, 55.695586185260773 ] ] ], [ [ [ -6.513589646808016, 55.699222405648392 ], [ -6.515155507465941, 55.698161744731927 ], [ -6.514952617816025, 55.698749418777069 ], [ -6.513589646808016, 55.699222405648392 ] ] ], [ [ [ -5.727772490016523, 55.726400287722882 ], [ -5.728347240868988, 55.725744385892526 ], [ -5.728633706050622, 55.726158305717334 ], [ -5.72843655038238, 55.726596815530272 ], [ -5.72823450853016, 55.726399735576585 ], [ -5.727772490016523, 55.726400287722882 ] ] ], [ [ [ -5.72730410266954, 55.727336204334577 ], [ -5.727947387209536, 55.727081066243159 ], [ -5.727373578486904, 55.72756339059503 ], [ -5.72730410266954, 55.727336204334577 ] ] ], [ [ [ -5.726275892809594, 55.729503049360794 ], [ -5.726638652318029, 55.729213277309064 ], [ -5.726806453812145, 55.729468949162943 ], [ -5.726215691035311, 55.729707198753864 ], [ -5.726275892809594, 55.729503049360794 ] ] ], [ [ [ -5.722132680181824, 55.729417510167579 ], [ -5.721542175600914, 55.727484155590837 ], [ -5.720835160022032, 55.727505601284022 ], [ -5.720156295916068, 55.728241054611779 ], [ -5.719488724696511, 55.728342224317018 ], [ -5.719155527327358, 55.727938693266125 ], [ -5.720276351627362, 55.727410148327849 ], [ -5.720198213296748, 55.72700787704656 ], [ -5.71948651061703, 55.726980001135487 ], [ -5.71971562971947, 55.726541437447452 ], [ -5.721580382513916, 55.725877920285456 ], [ -5.72088299959126, 55.724829023839277 ], [ -5.720003243288153, 55.724792760705427 ], [ -5.719452883499152, 55.725371449738383 ], [ -5.718832593935786, 55.725466687098653 ], [ -5.718647346063344, 55.724357292824585 ], [ -5.717636508215125, 55.724199098182147 ], [ -5.717004769398972, 55.72442505762686 ], [ -5.715924645139004, 55.723873300070423 ], [ -5.713850620290494, 55.725352346635532 ], [ -5.712983284229034, 55.724776137418509 ], [ -5.713234138081858, 55.724062673045353 ], [ -5.711895409970964, 55.724310003597679 ], [ -5.71193620065314, 55.72348150624132 ], [ -5.712618872085486, 55.723204575738308 ], [ -5.711804406463554, 55.723184262425541 ], [ -5.711571156210842, 55.722238168914203 ], [ -5.714082567303956, 55.721087613088486 ], [ -5.713276159931851, 55.720397162428405 ], [ -5.713548557900839, 55.719826916396784 ], [ -5.713041514956187, 55.719855753286737 ], [ -5.71442370457652, 55.718055970804954 ], [ -5.715449402589148, 55.718204747136646 ], [ -5.715856187166922, 55.717540504355284 ], [ -5.716472300367498, 55.717737647011219 ], [ -5.716532018545339, 55.717025468613947 ], [ -5.717694413989689, 55.716518162696758 ], [ -5.718060645547761, 55.716767830692405 ], [ -5.718541994207822, 55.716218214016159 ], [ -5.719237090279889, 55.716408452214516 ], [ -5.718915092760255, 55.716121478449793 ], [ -5.719330293854248, 55.715965016916606 ], [ -5.719837415353418, 55.716439704189071 ], [ -5.720289292752766, 55.715580748934315 ], [ -5.722264099530183, 55.71524208327871 ], [ -5.722814195117611, 55.714411608990737 ], [ -5.723002143995647, 55.714963410769954 ], [ -5.724230438265319, 55.713226626011725 ], [ -5.724763848265956, 55.71305756381895 ], [ -5.724129166053137, 55.713166756638671 ], [ -5.724285076443971, 55.71296419766589 ], [ -5.726131306534993, 55.712782235842944 ], [ -5.725900730136328, 55.713454652195423 ], [ -5.726391726312889, 55.713592601067766 ], [ -5.726896450709697, 55.712705036584239 ], [ -5.727516024939937, 55.712771633451112 ], [ -5.727860424176567, 55.712374507905977 ], [ -5.728340296469117, 55.712395890169702 ], [ -5.729601949104818, 55.71134592506899 ], [ -5.730891052319132, 55.710834635097932 ], [ -5.730601313215343, 55.710218499359605 ], [ -5.731648504112792, 55.708257842145962 ], [ -5.731061952835428, 55.707785619204486 ], [ -5.733121292931439, 55.706419101072072 ], [ -5.732959399092079, 55.705974424664099 ], [ -5.732223586096965, 55.705272956510861 ], [ -5.730673371286924, 55.704964936161254 ], [ -5.729366807266007, 55.705625127371128 ], [ -5.728361960505544, 55.705675461901762 ], [ -5.729372047761387, 55.704761729152679 ], [ -5.728082523161616, 55.704598614166599 ], [ -5.727381503673179, 55.704093886422498 ], [ -5.725759844732692, 55.703954329728298 ], [ -5.726733043498571, 55.702135339504167 ], [ -5.727068368633609, 55.699638842566216 ], [ -5.725239609679634, 55.700499198737489 ], [ -5.725037809745173, 55.700303007339421 ], [ -5.724281969827057, 55.701144241183421 ], [ -5.723733522579002, 55.701237328222298 ], [ -5.72335550571307, 55.70067870980138 ], [ -5.72410687647358, 55.700308801277053 ], [ -5.724415691774468, 55.699705947012461 ], [ -5.724051472040586, 55.699977777716292 ], [ -5.723801452177144, 55.699693128179028 ], [ -5.72439663232553, 55.69875336771787 ], [ -5.723907970963773, 55.699055953665777 ], [ -5.724031987510918, 55.698602584764366 ], [ -5.723584038821348, 55.698580219051173 ], [ -5.722140877087901, 55.700062759171374 ], [ -5.721874064688039, 55.699517846210263 ], [ -5.723682194150196, 55.69793880260027 ], [ -5.723720606639884, 55.698342278716709 ], [ -5.725212417032047, 55.697622565203439 ], [ -5.725040788864571, 55.698077381900212 ], [ -5.725494863794635, 55.697829794196061 ], [ -5.725910300006027, 55.698095926401422 ], [ -5.725890453496717, 55.69738615628895 ], [ -5.726754183741487, 55.696842865916928 ], [ -5.726681101953853, 55.69866598064737 ], [ -5.726931811575312, 55.698874171030084 ], [ -5.727395709687048, 55.698729686510056 ], [ -5.730209535321504, 55.694593193521726 ], [ -5.731479408155234, 55.694136424947082 ], [ -5.731933797821843, 55.692557972782495 ], [ -5.73119500564051, 55.692656888595117 ], [ -5.730839766071623, 55.693355592389793 ], [ -5.730022809896132, 55.693636720693142 ], [ -5.729563066181734, 55.692571654928464 ], [ -5.730155568044065, 55.691856745440198 ], [ -5.729860865431671, 55.691186807804492 ], [ -5.729554635958489, 55.690980312541001 ], [ -5.728165952743567, 55.692110584909962 ], [ -5.727993276117259, 55.691050273712662 ], [ -5.729324420163998, 55.689984697312283 ], [ -5.729769641287932, 55.6889775295801 ], [ -5.733155714619992, 55.686761338026066 ], [ -5.733320078532713, 55.686482074309936 ], [ -5.732863711754851, 55.686370080002014 ], [ -5.733818097722408, 55.685612659139139 ], [ -5.733410252829945, 55.685341827515948 ], [ -5.734406694599276, 55.684358318077784 ], [ -5.732623298719885, 55.682681645611815 ], [ -5.730319459076494, 55.683223849165934 ], [ -5.72847961252423, 55.684376848851215 ], [ -5.728035267799261, 55.683805875244083 ], [ -5.726969300955166, 55.683559528924427 ], [ -5.726262327981146, 55.683823803816274 ], [ -5.726914347352404, 55.684653737167245 ], [ -5.726747309062074, 55.68507245022829 ], [ -5.72552848914667, 55.684641903429316 ], [ -5.725177988915675, 55.685223549914902 ], [ -5.72383878330155, 55.685367640466858 ], [ -5.722457725030984, 55.686326768511925 ], [ -5.720732972969781, 55.685178680900123 ], [ -5.720969925036323, 55.687419504014159 ], [ -5.720309341104059, 55.68775427126689 ], [ -5.719621010117767, 55.68578791154772 ], [ -5.717787297147761, 55.688015106331783 ], [ -5.7180310898459, 55.685220180003583 ], [ -5.719353210484881, 55.683975145175005 ], [ -5.720565199284907, 55.683497761588804 ], [ -5.721159086611846, 55.684136158338575 ], [ -5.721326375553372, 55.683384739945375 ], [ -5.722098748500374, 55.682803786294777 ], [ -5.72278610144487, 55.682751444881887 ], [ -5.723094957044895, 55.683070276693876 ], [ -5.723846988830836, 55.68277767541602 ], [ -5.726196286042631, 55.683798834743094 ], [ -5.72655843508241, 55.683005516868249 ], [ -5.725679331387314, 55.682213955271926 ], [ -5.724885082130945, 55.682062743189498 ], [ -5.72534552591282, 55.681131561329217 ], [ -5.724211650801463, 55.681341355530066 ], [ -5.724104662531198, 55.680886009748569 ], [ -5.724681660599805, 55.680594223174161 ], [ -5.725988228819284, 55.68082788068552 ], [ -5.726062818183889, 55.68164479222893 ], [ -5.726567572715294, 55.68176433202305 ], [ -5.726805807428621, 55.680839898053961 ], [ -5.727374955381634, 55.680800115457266 ], [ -5.727158308625037, 55.680447018575691 ], [ -5.728352626485257, 55.680203885967856 ], [ -5.728527227995892, 55.680616708181326 ], [ -5.728885327784419, 55.680115748049772 ], [ -5.729411247196272, 55.680374009657314 ], [ -5.730032629087882, 55.67996394969235 ], [ -5.730296537035193, 55.680144754049962 ], [ -5.730189785902762, 55.679442122568737 ], [ -5.730945298052467, 55.679270763047974 ], [ -5.731113585102084, 55.680034466037057 ], [ -5.73226708227247, 55.680615314442065 ], [ -5.732933570728799, 55.680595022757274 ], [ -5.732794522369161, 55.678719906308494 ], [ -5.734214408955139, 55.67817310698463 ], [ -5.734470558309057, 55.677688722402969 ], [ -5.734682742153134, 55.678077911679779 ], [ -5.73546111512187, 55.678063189149874 ], [ -5.736566027979061, 55.677134801174972 ], [ -5.736732634227041, 55.67604617210332 ], [ -5.735922836988401, 55.675814577705061 ], [ -5.735774548475991, 55.675427939436304 ], [ -5.736755545925954, 55.675119284910842 ], [ -5.736756731581975, 55.674548248831414 ], [ -5.737541343744628, 55.674016274346727 ], [ -5.736257513776248, 55.673902543979892 ], [ -5.736176739985183, 55.673639738157682 ], [ -5.738376259922273, 55.672511610078857 ], [ -5.738210811887198, 55.672112009553231 ], [ -5.737119992997972, 55.672019379527732 ], [ -5.737184373391474, 55.671693700145639 ], [ -5.736228421259761, 55.671596950655761 ], [ -5.73619890238892, 55.671287622020792 ], [ -5.738190508030074, 55.667899813711522 ], [ -5.73685372554771, 55.667729258782387 ], [ -5.733050348982666, 55.669220942526998 ], [ -5.732648292416496, 55.668842029156991 ], [ -5.731511523449186, 55.669267796394941 ], [ -5.731629429910471, 55.668000815475011 ], [ -5.730814401194482, 55.667962679913266 ], [ -5.730831417322199, 55.667139384023898 ], [ -5.729736055023267, 55.666997372413135 ], [ -5.729428116103227, 55.667272009042144 ], [ -5.729111268601424, 55.66676819972394 ], [ -5.730491824063746, 55.664910684530291 ], [ -5.730832806737901, 55.66506666030908 ], [ -5.732138077046145, 55.664240113700394 ], [ -5.7315798974, 55.663641148415316 ], [ -5.73074519343843, 55.66372950242252 ], [ -5.730613112832326, 55.663261436696843 ], [ -5.731877040457054, 55.662836299381908 ], [ -5.731878917488519, 55.662355163961067 ], [ -5.732679836014389, 55.661912641835393 ], [ -5.734397377406287, 55.659405472478639 ], [ -5.734656314145703, 55.659285180968247 ], [ -5.734727359426733, 55.659696654100365 ], [ -5.734868479995392, 55.659341660709224 ], [ -5.735532853642345, 55.659469783564795 ], [ -5.735878943296346, 55.658762344306723 ], [ -5.736258999912512, 55.659411681006233 ], [ -5.737422087536041, 55.658598399156666 ], [ -5.738114541503338, 55.659854165635359 ], [ -5.739791968308298, 55.659097109749787 ], [ -5.739204393102002, 55.659856889463391 ], [ -5.739938064596228, 55.659627684682263 ], [ -5.740057806195511, 55.660132087251114 ], [ -5.741124424495127, 55.658975515168436 ], [ -5.741464777270262, 55.658875204046836 ], [ -5.741716363146844, 55.659177752970429 ], [ -5.74258871581561, 55.658319342755739 ], [ -5.743288888706486, 55.658405865727175 ], [ -5.743222259221716, 55.657958292564892 ], [ -5.743946016183609, 55.657625955653472 ], [ -5.743201285963718, 55.657405915060075 ], [ -5.743864819721395, 55.656859605782039 ], [ -5.743331830640967, 55.656857901916425 ], [ -5.743260483036272, 55.656527370997445 ], [ -5.743687821795147, 55.656338970807276 ], [ -5.744113410889819, 55.657130768822526 ], [ -5.745127318302421, 55.657171727423425 ], [ -5.74634564684603, 55.655857602629446 ], [ -5.747346220679018, 55.655593215792003 ], [ -5.747607113070329, 55.654047575025658 ], [ -5.748161338861355, 55.654304887431479 ], [ -5.748973461204569, 55.65365059358485 ], [ -5.750778894541031, 55.653820155252113 ], [ -5.752842003700635, 55.653275912193216 ], [ -5.752578779505403, 55.652852346818776 ], [ -5.753426970870124, 55.651994592506682 ], [ -5.753623490194474, 55.651057879813351 ], [ -5.753949012076398, 55.651218760607087 ], [ -5.754721958938714, 55.650489192046734 ], [ -5.75424698597071, 55.649847312514808 ], [ -5.754963860691484, 55.649528605390415 ], [ -5.754865875979102, 55.648340139295364 ], [ -5.756530124019793, 55.647039214225785 ], [ -5.756672671363598, 55.647282130414688 ], [ -5.758785817658873, 55.646435006111247 ], [ -5.758955149084682, 55.647288570034448 ], [ -5.7598674875959, 55.646190504363169 ], [ -5.760032973551847, 55.64642372087944 ], [ -5.760837303542373, 55.645940433577472 ], [ -5.761220882349987, 55.646126489770595 ], [ -5.761642971655223, 55.645636944428666 ], [ -5.762137557487788, 55.646399589811303 ], [ -5.763760250191966, 55.645828209070487 ], [ -5.763633870811907, 55.646830230526298 ], [ -5.764021876560889, 55.64681381667053 ], [ -5.764302544162735, 55.648163025084585 ], [ -5.76380777598867, 55.649468610369233 ], [ -5.761295044847763, 55.651057355871231 ], [ -5.763145407386155, 55.652672207042961 ], [ -5.764097252396526, 55.652647470866867 ], [ -5.763931948893028, 55.652913323193133 ], [ -5.764446264559189, 55.652969463587802 ], [ -5.765005063094476, 55.65241276224819 ], [ -5.76466015948703, 55.653043823249682 ], [ -5.765242124597803, 55.653390130300579 ], [ -5.766180709566266, 55.652979118676036 ], [ -5.766137363817202, 55.653272699015879 ], [ -5.766484578097218, 55.652996756573998 ], [ -5.767014937660052, 55.653385106657801 ], [ -5.767279844045187, 55.653080218991143 ], [ -5.76735414168806, 55.653356694992858 ], [ -5.768458046406684, 55.652432520365814 ], [ -5.767901621096017, 55.652930715608889 ], [ -5.768333137422468, 55.653200703652956 ], [ -5.768767382135937, 55.653003008656889 ], [ -5.76870285757272, 55.65332421832305 ], [ -5.767910311010368, 55.654261302907607 ], [ -5.768288135937076, 55.654303639427233 ], [ -5.768449269757976, 55.653912017417866 ], [ -5.768872175586793, 55.654092345917554 ], [ -5.767688105390383, 55.655423639721477 ], [ -5.768754562130154, 55.655085111751269 ], [ -5.767719118510932, 55.656820982259156 ], [ -5.765910732438073, 55.657532998229705 ], [ -5.765980812348176, 55.658344643344243 ], [ -5.766390572743259, 55.658718718250874 ], [ -5.767114326288338, 55.658718954848347 ], [ -5.766024105681138, 55.660366568824791 ], [ -5.765449698078311, 55.660761891927741 ], [ -5.765206539321748, 55.660549052214016 ], [ -5.763435999166211, 55.66198823629626 ], [ -5.762451196896263, 55.661672270460556 ], [ -5.762087157611989, 55.66193972371849 ], [ -5.76241262708368, 55.662181515587257 ], [ -5.761384800908276, 55.661997249260672 ], [ -5.761198982426554, 55.662546981453623 ], [ -5.76193529566487, 55.662677251743162 ], [ -5.761926647054131, 55.663001237464542 ], [ -5.761387299496131, 55.662851434241148 ], [ -5.75999632833397, 55.66368992494904 ], [ -5.759983917257586, 55.664306272846481 ], [ -5.760444336260188, 55.664296644034224 ], [ -5.760950165898904, 55.663683141017863 ], [ -5.76129308910252, 55.663609672456403 ], [ -5.761264948586662, 55.663979217297616 ], [ -5.76299037963633, 55.662896645847042 ], [ -5.763476726349166, 55.662908689904874 ], [ -5.763672034961604, 55.663451219056405 ], [ -5.762582734368607, 55.665359543538464 ], [ -5.761573801939344, 55.665952525035529 ], [ -5.761535046566391, 55.665549064228237 ], [ -5.760946809465145, 55.665967268984211 ], [ -5.760546989021387, 55.66586263741651 ], [ -5.761049368253806, 55.664633272861487 ], [ -5.760494453330098, 55.664735725338041 ], [ -5.759913647346847, 55.66440284678152 ], [ -5.759462448941606, 55.665585675283729 ], [ -5.759931371976926, 55.665912996056186 ], [ -5.759412526265048, 55.666805651942774 ], [ -5.759882811377637, 55.666732777596053 ], [ -5.760044827304817, 55.667177418658639 ], [ -5.75966400282034, 55.668016384142014 ], [ -5.759874752072784, 55.668189764136727 ], [ -5.760212545265396, 55.667830504110533 ], [ -5.75977922956249, 55.668305096869204 ], [ -5.760175029223976, 55.669030317688964 ], [ -5.761295093436424, 55.669427580002569 ], [ -5.7619906184526, 55.66913197292358 ], [ -5.761862558573079, 55.668461486299655 ], [ -5.76243531488294, 55.667881892788479 ], [ -5.763838793, 55.667007023300236 ], [ -5.763902472914996, 55.667917779541391 ], [ -5.762871501698648, 55.668695788258056 ], [ -5.763560793578381, 55.668418347639332 ], [ -5.763597243913917, 55.668880328360999 ], [ -5.763923319306102, 55.668465665602092 ], [ -5.764035550829597, 55.669136636701793 ], [ -5.764316967407663, 55.668588460722965 ], [ -5.765063750785091, 55.668412656569338 ], [ -5.765083493156806, 55.669693443831783 ], [ -5.766084543780202, 55.669514319526527 ], [ -5.766391403847334, 55.670057913898688 ], [ -5.767711556185867, 55.670053312052048 ], [ -5.76833671514413, 55.669026962939157 ], [ -5.767511430099855, 55.668386905593145 ], [ -5.76772303768682, 55.667692494449803 ], [ -5.768429899652723, 55.667846113462659 ], [ -5.768441849214289, 55.668466211316442 ], [ -5.768776232474523, 55.668055775423397 ], [ -5.770537942132907, 55.667763300802235 ], [ -5.770963710979714, 55.668136869964258 ], [ -5.770691837722353, 55.669030971173321 ], [ -5.771071584020782, 55.668843939723551 ], [ -5.770961145663364, 55.669431834144028 ], [ -5.771361507631734, 55.669293625046407 ], [ -5.770735721894615, 55.67023008752777 ], [ -5.771049880526711, 55.670683524249128 ], [ -5.771445663899025, 55.67041506819799 ], [ -5.771660805146352, 55.670583797671789 ], [ -5.771438573021691, 55.672901645740502 ], [ -5.772915007548951, 55.670967836591387 ], [ -5.774048889347144, 55.670681147478035 ], [ -5.773415736860191, 55.672035991384568 ], [ -5.773737225624334, 55.671904698925495 ], [ -5.77346981173076, 55.672101768768663 ], [ -5.774277734387733, 55.672229763918011 ], [ -5.773808370886041, 55.672725301026247 ], [ -5.774378154999022, 55.673188844628235 ], [ -5.774484913750054, 55.672893308696644 ], [ -5.774926513882844, 55.673100020971603 ], [ -5.774336584065784, 55.673500357846983 ], [ -5.774759451496782, 55.673595244228189 ], [ -5.774075630776909, 55.675167465385236 ], [ -5.773497360969897, 55.675441546828097 ], [ -5.77387666418897, 55.675744599625624 ], [ -5.774494143190271, 55.675712100356023 ], [ -5.774381376846808, 55.676853093995909 ], [ -5.77193014191826, 55.679572263287938 ], [ -5.770963443856538, 55.679201847522364 ], [ -5.77031207197344, 55.679626533151009 ], [ -5.769796532753061, 55.678900526982204 ], [ -5.768242642763504, 55.680778220869456 ], [ -5.768074961300967, 55.680441669761713 ], [ -5.767373441644862, 55.681007259812844 ], [ -5.766857026319284, 55.680933205795554 ], [ -5.767198386950367, 55.681982901136685 ], [ -5.766098772587405, 55.682480684243274 ], [ -5.765994701075117, 55.683135817702777 ], [ -5.76606719789295, 55.683485086145808 ], [ -5.766499263403604, 55.683284875445793 ], [ -5.766068887073207, 55.683493227975298 ], [ -5.765972909615737, 55.683528777513565 ], [ -5.765123374100235, 55.683922422747997 ], [ -5.765156399183422, 55.686151479875292 ], [ -5.76441381879127, 55.686556451293121 ], [ -5.764670683591594, 55.68682732322511 ], [ -5.764212846876392, 55.687362929042166 ], [ -5.761401691352128, 55.688753072974436 ], [ -5.761294542962811, 55.688963180728145 ], [ -5.762070428631867, 55.689168677847356 ], [ -5.761464257782433, 55.68956944427989 ], [ -5.761297973458809, 55.690406324340984 ], [ -5.759638616363991, 55.691360931769736 ], [ -5.75988105892873, 55.690984817564846 ], [ -5.757997208323046, 55.691757449395773 ], [ -5.756932285433798, 55.69260387608719 ], [ -5.755893158610855, 55.692392921211784 ], [ -5.754980070579442, 55.692582746007815 ], [ -5.754780892821511, 55.692166213041581 ], [ -5.754139292115805, 55.693692047892476 ], [ -5.753216312787398, 55.69394510690686 ], [ -5.753525075174804, 55.694259373889103 ], [ -5.754553390791664, 55.694025567775377 ], [ -5.754536602888152, 55.694597084942139 ], [ -5.753964838369237, 55.695109160067247 ], [ -5.752774112443512, 55.694480187055703 ], [ -5.753024034894859, 55.69542570788326 ], [ -5.752351400253847, 55.695882413050583 ], [ -5.752826387008962, 55.696020744007761 ], [ -5.75283510708929, 55.696609464082016 ], [ -5.750840567190395, 55.698473417342157 ], [ -5.751153383795529, 55.69858074678239 ], [ -5.750701478492138, 55.699264485349502 ], [ -5.750249070025994, 55.699611031540648 ], [ -5.750295121185027, 55.699177999755136 ], [ -5.748581773456784, 55.700655641788622 ], [ -5.746394947696491, 55.701680131746329 ], [ -5.748358972970073, 55.701570658907983 ], [ -5.747021899892504, 55.701908260848477 ], [ -5.747470378786906, 55.702434085426226 ], [ -5.745918899830325, 55.702445517280175 ], [ -5.745263650042296, 55.70275327866333 ], [ -5.74649394813416, 55.702796628494752 ], [ -5.746028614061379, 55.703507734068225 ], [ -5.747680090224215, 55.703209993237557 ], [ -5.747239947155093, 55.704599240360757 ], [ -5.74654604355619, 55.70483625209895 ], [ -5.746845868716148, 55.70555545531677 ], [ -5.74840814658592, 55.705472645750113 ], [ -5.749015520019826, 55.706010693943192 ], [ -5.746082047324689, 55.709301531732358 ], [ -5.74559965158472, 55.709586028869708 ], [ -5.744888457750423, 55.709311006349552 ], [ -5.74398153351014, 55.70782352229218 ], [ -5.742364621710109, 55.70682079369378 ], [ -5.74138180307791, 55.707367826571883 ], [ -5.741332034949727, 55.707014156271399 ], [ -5.740918524545796, 55.707103203074659 ], [ -5.740406548142941, 55.706745645971402 ], [ -5.739327775343529, 55.70737202126557 ], [ -5.737725072328664, 55.707016231723486 ], [ -5.736965178835064, 55.707313647242145 ], [ -5.736764836658057, 55.708133536316431 ], [ -5.737436932463992, 55.708167009533923 ], [ -5.736352017969249, 55.709063307111869 ], [ -5.736962245387653, 55.709615713496156 ], [ -5.738752240672139, 55.7094307752322 ], [ -5.738879726615428, 55.711346702831555 ], [ -5.738352200508618, 55.7114931683031 ], [ -5.738286249209641, 55.712052688620673 ], [ -5.737312315289289, 55.712194770421036 ], [ -5.737779061049793, 55.712495270740973 ], [ -5.737376807602264, 55.712952637308533 ], [ -5.737975783283831, 55.713136706548809 ], [ -5.737554824100929, 55.713814949998678 ], [ -5.737250896621323, 55.713968084468782 ], [ -5.737227978048946, 55.713645067418575 ], [ -5.736729556094404, 55.714096369583658 ], [ -5.736865160389684, 55.714348512891938 ], [ -5.736215897030408, 55.714471700893711 ], [ -5.736636729078508, 55.714791588552792 ], [ -5.735861993356069, 55.715601995530257 ], [ -5.735899699821961, 55.715996498898761 ], [ -5.736340340558051, 55.716023541559295 ], [ -5.735821652520839, 55.716763203343234 ], [ -5.736151374236246, 55.716546342616319 ], [ -5.736204311817665, 55.717016814726051 ], [ -5.736512980979891, 55.716912995393244 ], [ -5.735637529019967, 55.717753444295916 ], [ -5.736390949653436, 55.71763607970211 ], [ -5.735403296573903, 55.71805282030445 ], [ -5.736214660548843, 55.718041597380783 ], [ -5.734991240190007, 55.718825198772969 ], [ -5.735163928135622, 55.719381945530046 ], [ -5.733791681576272, 55.720192545670955 ], [ -5.734560605543569, 55.721153770648648 ], [ -5.73389231582929, 55.722329596230317 ], [ -5.734768960633842, 55.722667088261289 ], [ -5.735744449689027, 55.72253847199503 ], [ -5.74151276164637, 55.718055451006535 ], [ -5.742004937825732, 55.718454074216766 ], [ -5.743051342216057, 55.718152384073854 ], [ -5.743062728711196, 55.719019775369127 ], [ -5.743950975748959, 55.719644595494287 ], [ -5.743126925132946, 55.720105861812748 ], [ -5.743008877930127, 55.721202005290607 ], [ -5.741988149055485, 55.721772673553026 ], [ -5.742397516439968, 55.72230420747826 ], [ -5.741744916968688, 55.722643335068327 ], [ -5.741378449941767, 55.72355821896123 ], [ -5.739471572081342, 55.725275403850617 ], [ -5.737784308557004, 55.725708988832125 ], [ -5.736387161395688, 55.725427835772187 ], [ -5.735660535414014, 55.724910440360674 ], [ -5.735556675197065, 55.723407429925409 ], [ -5.732340056915548, 55.723091704509649 ], [ -5.732916841324153, 55.723275576431028 ], [ -5.732117609096027, 55.723264825667627 ], [ -5.731249725113718, 55.723853230851809 ], [ -5.730815896250931, 55.723731544709459 ], [ -5.730614360564403, 55.724290685537781 ], [ -5.729767480080332, 55.724181556313475 ], [ -5.729916359133423, 55.724389242222159 ], [ -5.728161233814056, 55.724796881590201 ], [ -5.728454047457784, 55.725444402114775 ], [ -5.726701335358961, 55.727615285809712 ], [ -5.726932487381279, 55.728368091343626 ], [ -5.726570839890385, 55.728585894345322 ], [ -5.726218798763354, 55.728403258668202 ], [ -5.725871707660027, 55.72902435992259 ], [ -5.724948725132725, 55.729120727189489 ], [ -5.724362505840983, 55.729740991157975 ], [ -5.723061928179002, 55.729888371104643 ], [ -5.722132680181824, 55.729417510167579 ] ] ], [ [ [ -5.721383853172306, 55.736193232460636 ], [ -5.721398637240047, 55.735846591462405 ], [ -5.721790539014727, 55.735861680145163 ], [ -5.721383853172306, 55.736193232460636 ] ] ], [ [ [ -5.720573877500446, 55.736892197739927 ], [ -5.721245352779509, 55.73657959379895 ], [ -5.720726985177038, 55.736910034877326 ], [ -5.721001586564713, 55.737032091475157 ], [ -5.720573877500446, 55.736892197739927 ] ] ], [ [ [ -6.496863470093341, 55.711805463002243 ], [ -6.498174329788216, 55.711289611633752 ], [ -6.497758044246605, 55.711687185754222 ], [ -6.496863470093341, 55.711805463002243 ] ] ], [ [ [ -5.720767638182615, 55.737587698962166 ], [ -5.721752861546743, 55.737306041634476 ], [ -5.720289823359833, 55.738344028552028 ], [ -5.720767638182615, 55.737587698962166 ] ] ], [ [ [ -5.613464008717696, 55.760373783739439 ], [ -5.613218881794793, 55.760223646859593 ], [ -5.613928235269646, 55.760220746798915 ], [ -5.613464008717696, 55.760373783739439 ] ] ], [ [ [ -5.592714293520871, 55.760771570513278 ], [ -5.596502228112332, 55.758961241996744 ], [ -5.598029447398819, 55.759181733966869 ], [ -5.598301794841309, 55.75962782306356 ], [ -5.597567075898878, 55.760220322021773 ], [ -5.598159008200124, 55.761538215097126 ], [ -5.596761319102985, 55.761772496082834 ], [ -5.594543179076227, 55.763141242659003 ], [ -5.592776903482171, 55.763530134013656 ], [ -5.592757325975792, 55.764443345933309 ], [ -5.591957276295846, 55.763635044255174 ], [ -5.592573841416066, 55.762277264854959 ], [ -5.591806196499472, 55.761820481744444 ], [ -5.592714293520871, 55.760771570513278 ] ] ], [ [ [ -5.615642163298499, 55.771576114075252 ], [ -5.616401502203447, 55.770991772851417 ], [ -5.616233358498556, 55.771414835187912 ], [ -5.615642163298499, 55.771576114075252 ] ] ], [ [ [ -6.482690607039491, 55.745539260990199 ], [ -6.483702890901395, 55.74511995955389 ], [ -6.483502332807433, 55.745595040766489 ], [ -6.482860800412119, 55.745771411441289 ], [ -6.482690607039491, 55.745539260990199 ] ] ], [ [ [ -5.56659288623498, 55.776463582203782 ], [ -5.567193387034512, 55.775965095849472 ], [ -5.56729975888706, 55.776168807714519 ], [ -5.56659288623498, 55.776463582203782 ] ] ], [ [ [ -6.470084707826254, 55.755700616746466 ], [ -6.470752342609202, 55.755541356223979 ], [ -6.470582409887861, 55.756424572499164 ], [ -6.470084707826254, 55.755700616746466 ] ] ], [ [ [ -6.468819219016011, 55.760011303693794 ], [ -6.469487013860646, 55.759741406198614 ], [ -6.469289847162532, 55.760735351974212 ], [ -6.468819219016011, 55.760011303693794 ] ] ], [ [ [ -5.160499301153283, 55.80505405920524 ], [ -5.159372130561474, 55.804539155331135 ], [ -5.158975243238002, 55.80318737617403 ], [ -5.158156763134632, 55.802147599385144 ], [ -5.157644529817973, 55.802129301178368 ], [ -5.157727883956727, 55.801286594029278 ], [ -5.155950905522485, 55.797376658620877 ], [ -5.154260977113261, 55.795918733510646 ], [ -5.152591897692375, 55.792940943478129 ], [ -5.151572207269717, 55.78930818407752 ], [ -5.149387069637448, 55.788132602279838 ], [ -5.147668081825345, 55.785713410930533 ], [ -5.147994793309039, 55.785017304164789 ], [ -5.147484587128642, 55.784724720302791 ], [ -5.148418666272539, 55.781671154736387 ], [ -5.149296375451432, 55.781181172316927 ], [ -5.150744323491358, 55.781233935481985 ], [ -5.151779763568724, 55.780919688204051 ], [ -5.152473679037389, 55.778550993052207 ], [ -5.154209873718622, 55.77684326275692 ], [ -5.154779704376995, 55.777084841497953 ], [ -5.157550729999692, 55.776734936918267 ], [ -5.158194932019887, 55.776417206405888 ], [ -5.158186700667339, 55.776709593869988 ], [ -5.15921026744638, 55.777137263823455 ], [ -5.160198882900096, 55.778905339205366 ], [ -5.161877605338934, 55.779936440224823 ], [ -5.161994287132058, 55.780391927853152 ], [ -5.162381025972254, 55.780341515176495 ], [ -5.163464208502929, 55.78189586590026 ], [ -5.164271143282517, 55.782108819776504 ], [ -5.164285341125209, 55.783070387988666 ], [ -5.164800601675561, 55.783129032263112 ], [ -5.165610548604917, 55.784951117309625 ], [ -5.16568315571369, 55.78614042608141 ], [ -5.166708304577682, 55.786878153234369 ], [ -5.166209637790232, 55.787515816528888 ], [ -5.166850565371136, 55.787647628899123 ], [ -5.166577139284111, 55.787915389441203 ], [ -5.16701489389638, 55.788394060318275 ], [ -5.166548891938803, 55.789237653329927 ], [ -5.167123865368037, 55.789146413930041 ], [ -5.167250678450259, 55.789430825327607 ], [ -5.166484007423475, 55.789715798004885 ], [ -5.167330308503722, 55.790116510046047 ], [ -5.166979494543594, 55.790512127228538 ], [ -5.16733657578978, 55.790979392182983 ], [ -5.168018409062434, 55.791024739074935 ], [ -5.166938382150751, 55.798060320675894 ], [ -5.166205746024937, 55.800043526546141 ], [ -5.16673027632249, 55.802335049336023 ], [ -5.165139351873612, 55.804305305673481 ], [ -5.163142771064725, 55.804977037913325 ], [ -5.161145474017655, 55.804952029786605 ], [ -5.160499301153283, 55.80505405920524 ] ] ], [ [ [ -5.500143225886617, 55.797185376618188 ], [ -5.50118904683745, 55.796656558232023 ], [ -5.501455240593603, 55.796954668826061 ], [ -5.500387335237669, 55.797681924223539 ], [ -5.500143225886617, 55.797185376618188 ] ] ], [ [ [ -6.458996613128547, 55.769632766668217 ], [ -6.459808589947405, 55.769059050489894 ], [ -6.46041984621286, 55.769171752728894 ], [ -6.458996613128547, 55.769632766668217 ] ] ], [ [ [ -5.994205025514514, 55.787017314788642 ], [ -5.994247649742449, 55.786498828218555 ], [ -5.994510910639386, 55.786809514634797 ], [ -5.994205025514514, 55.787017314788642 ] ] ], [ [ [ -5.989661035608619, 55.789557225849286 ], [ -5.991700556094756, 55.786640135464005 ], [ -5.993500281358791, 55.787849616852696 ], [ -5.995270483896338, 55.788147240927337 ], [ -5.994058829015843, 55.790574320516995 ], [ -5.992149374243604, 55.791333389798027 ], [ -5.991585970159188, 55.790897562367043 ], [ -5.988724997641293, 55.790860154603031 ], [ -5.989110033729137, 55.790411482394823 ], [ -5.98975020095708, 55.790350209941963 ], [ -5.989661035608619, 55.789557225849286 ] ] ], [ [ [ -6.261614193405046, 55.783425396862206 ], [ -6.261094601447541, 55.782395619875871 ], [ -6.26187458320102, 55.781792908464951 ], [ -6.263019134454419, 55.78189706078745 ], [ -6.262914369836312, 55.782179519176992 ], [ -6.264492917411399, 55.782457459027285 ], [ -6.264688578190613, 55.7828598944904 ], [ -6.264884597251698, 55.78268219312455 ], [ -6.26593896903835, 55.782982827587844 ], [ -6.265601887846644, 55.783475732964305 ], [ -6.263421161574698, 55.783821337277871 ], [ -6.261614193405046, 55.783425396862206 ] ] ], [ [ [ -6.034432826535346, 55.79056257743153 ], [ -6.036932842771444, 55.790273544344124 ], [ -6.038955892228942, 55.790850012898282 ], [ -6.040411916403599, 55.790806594570817 ], [ -6.040555857581959, 55.792348691030938 ], [ -6.039589026664872, 55.793877880608648 ], [ -6.038203260148906, 55.793676159329138 ], [ -6.035228578805103, 55.792312579338436 ], [ -6.034233975798626, 55.791108704369243 ], [ -6.034432826535346, 55.79056257743153 ] ] ], [ [ [ -6.033224456866843, 55.794078153438093 ], [ -6.033831968097911, 55.793670586262898 ], [ -6.034319406420023, 55.794554787389032 ], [ -6.033416950490443, 55.79439558402018 ], [ -6.033224456866843, 55.794078153438093 ] ] ], [ [ [ -5.473809225770561, 55.81743462069803 ], [ -5.474778990522557, 55.816669930114855 ], [ -5.475321079242873, 55.816928823396992 ], [ -5.475190602012362, 55.817256192034307 ], [ -5.474544904907463, 55.817804926958154 ], [ -5.474339354052981, 55.817648901329996 ], [ -5.473809225770561, 55.81743462069803 ] ] ], [ [ [ -5.951270162784339, 55.809580465987452 ], [ -5.952071015122752, 55.809132030260535 ], [ -5.952031913629512, 55.809848220257763 ], [ -5.951507327403648, 55.809950534073437 ], [ -5.951270162784339, 55.809580465987452 ] ] ], [ [ [ -5.950115119889203, 55.813700376107292 ], [ -5.95047943737513, 55.813513296587729 ], [ -5.950353898097213, 55.813850070062998 ], [ -5.950115119889203, 55.813700376107292 ] ] ], [ [ [ -5.950707522623099, 55.813951104760477 ], [ -5.95089855327169, 55.813630209572125 ], [ -5.950936529398125, 55.813768376841338 ], [ -5.950707522623099, 55.813951104760477 ] ] ], [ [ [ -6.074741547314466, 55.811363818651245 ], [ -6.073366534120757, 55.810127889471538 ], [ -6.07487899571472, 55.8104644190839 ], [ -6.074601292105506, 55.809794636992898 ], [ -6.075506638537702, 55.810128820783923 ], [ -6.076078842626632, 55.811018155690981 ], [ -6.077514270821375, 55.811914799288687 ], [ -6.076741480510934, 55.81216079650536 ], [ -6.075876803045583, 55.811834264238378 ], [ -6.073781539010065, 55.811804870012956 ], [ -6.074741547314466, 55.811363818651245 ] ] ], [ [ [ -5.459407477464841, 55.83615562754575 ], [ -5.460365269790818, 55.83596682337177 ], [ -5.460168087097155, 55.836534311711127 ], [ -5.460833473304977, 55.836740349044099 ], [ -5.460261808751637, 55.837947751498277 ], [ -5.458625835175716, 55.838776019472213 ], [ -5.458468435962224, 55.838173558763835 ], [ -5.458021781585672, 55.838091722790317 ], [ -5.458048870469454, 55.837497556652963 ], [ -5.458755686273791, 55.837180963196928 ], [ -5.459407477464841, 55.83615562754575 ] ] ], [ [ [ -5.287705291233539, 55.848092609398186 ], [ -5.289049656945461, 55.847171092876863 ], [ -5.289881716782896, 55.84803437880602 ], [ -5.289026713386321, 55.848789975018619 ], [ -5.287705291233539, 55.848092609398186 ] ] ], [ [ [ -5.306315485366278, 55.848101402333938 ], [ -5.307836619826864, 55.847008595661578 ], [ -5.309010360315171, 55.847844581837407 ], [ -5.308427936916766, 55.848606466158706 ], [ -5.306870439070726, 55.848990012986214 ], [ -5.305937903392591, 55.848547594061515 ], [ -5.306315485366278, 55.848101402333938 ] ] ], [ [ [ -5.941493412566653, 55.831787631577143 ], [ -5.94225707017514, 55.831282010996951 ], [ -5.942368487179213, 55.831593182943308 ], [ -5.941493412566653, 55.831787631577143 ] ] ], [ [ [ -5.377232495203817, 55.854840360309268 ], [ -5.377661658527007, 55.854720680820151 ], [ -5.378143198172366, 55.855112028870835 ], [ -5.377645963856005, 55.855184131692752 ], [ -5.377232495203817, 55.854840360309268 ] ] ], [ [ [ -5.936150123955683, 55.8343285610284 ], [ -5.936282307074563, 55.833739795572484 ], [ -5.936867479476772, 55.833837948973134 ], [ -5.93737680488814, 55.833502381305564 ], [ -5.936054409047311, 55.83535680327946 ], [ -5.936119819482281, 55.835687439761415 ], [ -5.936544180657796, 55.83569632368561 ], [ -5.935818669906701, 55.837212369457376 ], [ -5.933319937068633, 55.839841845010014 ], [ -5.93120261875686, 55.840871840263112 ], [ -5.930293872348507, 55.840972857985506 ], [ -5.928977071865677, 55.840673253819141 ], [ -5.932344651631777, 55.837229198800301 ], [ -5.936150123955683, 55.8343285610284 ] ] ], [ [ [ -5.918416771770005, 55.846657936799652 ], [ -5.918919647922846, 55.846255212299546 ], [ -5.919345970880019, 55.846520386724841 ], [ -5.918632842159256, 55.84713665073582 ], [ -5.918416771770005, 55.846657936799652 ] ] ], [ [ [ -5.923284144353799, 55.848323631200017 ], [ -5.922643797837753, 55.847759550952347 ], [ -5.921322912687052, 55.848134444554518 ], [ -5.921239408827932, 55.847781898062948 ], [ -5.923006934727005, 55.845971897657236 ], [ -5.925444315227908, 55.844545140363387 ], [ -5.925413645238751, 55.845904020313817 ], [ -5.924628972532897, 55.847156592959131 ], [ -5.92494569694208, 55.847681541852801 ], [ -5.923284144353799, 55.848323631200017 ] ] ], [ [ [ -5.929067100689592, 55.851056977173116 ], [ -5.928416307755039, 55.850628149855083 ], [ -5.927845752651997, 55.850835237519583 ], [ -5.927544443295051, 55.850305306031892 ], [ -5.929511298007239, 55.848255026373167 ], [ -5.93063485147428, 55.849091382744447 ], [ -5.930534221235299, 55.849598194987124 ], [ -5.929475776300485, 55.850909017262829 ], [ -5.929067100689592, 55.851056977173116 ] ] ], [ [ [ -5.405504904506365, 55.867123931023862 ], [ -5.406507417791942, 55.866576491983828 ], [ -5.407171819455228, 55.866622814604739 ], [ -5.405952225090986, 55.867302143789658 ], [ -5.405504904506365, 55.867123931023862 ] ] ], [ [ [ -5.331063779211671, 55.871918874325345 ], [ -5.331214194338365, 55.871155102307881 ], [ -5.332351197378433, 55.870895035273549 ], [ -5.331602357235697, 55.871859330182559 ], [ -5.332069911546635, 55.87181069884398 ], [ -5.331947859142442, 55.872065740275701 ], [ -5.33093768079465, 55.872313376949585 ], [ -5.331063779211671, 55.871918874325345 ] ] ], [ [ [ -5.399232046960004, 55.875933121514166 ], [ -5.399222240271921, 55.875821008533819 ], [ -5.399604222706993, 55.875891364674999 ], [ -5.399232046960004, 55.875933121514166 ] ] ], [ [ [ -5.400468637563304, 55.876631674516673 ], [ -5.400768495063442, 55.876403108785709 ], [ -5.401169171117684, 55.876741766080173 ], [ -5.400468637563304, 55.876631674516673 ] ] ], [ [ [ -5.909360416605482, 55.861748321464724 ], [ -5.909068713813372, 55.861550769993109 ], [ -5.908234302735588, 55.861680724478859 ], [ -5.908842487943492, 55.860573272138829 ], [ -5.907780730017841, 55.860827359325924 ], [ -5.908480160771873, 55.859991282491777 ], [ -5.906948535984562, 55.860183868618165 ], [ -5.906617461318218, 55.859992059752528 ], [ -5.910570484473519, 55.856849296582148 ], [ -5.910971575950732, 55.858293340714319 ], [ -5.911791020971719, 55.858015463844737 ], [ -5.912100903004059, 55.858234911573902 ], [ -5.911938513661674, 55.859242761806534 ], [ -5.910900981184674, 55.860849498991165 ], [ -5.909360416605482, 55.861748321464724 ] ] ], [ [ [ -5.336995848304608, 55.880946330826788 ], [ -5.337725418208979, 55.880688282777349 ], [ -5.33857159828467, 55.881042914692692 ], [ -5.338708033529866, 55.881700013373852 ], [ -5.337003441150149, 55.882245253156583 ], [ -5.336481465840222, 55.881661547324541 ], [ -5.336995848304608, 55.880946330826788 ] ] ], [ [ [ -5.344213031409548, 55.88693576020723 ], [ -5.34484999526079, 55.886716151220014 ], [ -5.345228648430943, 55.886840710201504 ], [ -5.344501461712865, 55.887220108982966 ], [ -5.344213031409548, 55.88693576020723 ] ] ], [ [ [ -5.830614265740259, 55.874447788359426 ], [ -5.831010840125335, 55.873765501333651 ], [ -5.831257456284467, 55.874238903957973 ], [ -5.830614265740259, 55.874447788359426 ] ] ], [ [ [ -6.417470388998809, 55.854998333045174 ], [ -6.417226508252206, 55.854611332751745 ], [ -6.416862754707501, 55.854646900905962 ], [ -6.416885914572992, 55.854358234521143 ], [ -6.417357725712396, 55.854147878861014 ], [ -6.418391736781854, 55.854662967949771 ], [ -6.417526047866297, 55.854573575611063 ], [ -6.417861414674948, 55.854921305606958 ], [ -6.417470388998809, 55.854998333045174 ] ] ], [ [ [ -5.352117555432915, 55.894281617281337 ], [ -5.352592674327449, 55.893576395320274 ], [ -5.353053790247905, 55.893635749807665 ], [ -5.352785504514214, 55.894142038923412 ], [ -5.352117555432915, 55.894281617281337 ] ] ], [ [ [ -5.350107130999485, 55.898148380588388 ], [ -5.350769881297165, 55.897298703343061 ], [ -5.351601688149542, 55.897388422531328 ], [ -5.350107130999485, 55.898148380588388 ] ] ], [ [ [ -5.66164278772453, 55.890917365406843 ], [ -5.662580991614724, 55.890516269943063 ], [ -5.661617434435087, 55.891327240785792 ], [ -5.661210557993315, 55.891339355961556 ], [ -5.66164278772453, 55.890917365406843 ] ] ], [ [ [ -5.686757356793564, 55.891439258688266 ], [ -5.687494770815087, 55.890526963128316 ], [ -5.687439593978126, 55.891041147823842 ], [ -5.68806088838677, 55.890928101177693 ], [ -5.687551654740095, 55.89196843381918 ], [ -5.686877792437767, 55.892033599125639 ], [ -5.686757356793564, 55.891439258688266 ] ] ], [ [ [ -5.662809362503508, 55.891071446374724 ], [ -5.663182574421736, 55.890956924611835 ], [ -5.663275753850837, 55.891520623498607 ], [ -5.659968616234934, 55.894375042883887 ], [ -5.658729733809369, 55.89498287882904 ], [ -5.659931916696789, 55.89339154964216 ], [ -5.662809362503508, 55.891071446374724 ] ] ], [ [ [ -5.660576785290841, 55.894545765100872 ], [ -5.661936257996308, 55.894114151902677 ], [ -5.66116927050679, 55.895144054826488 ], [ -5.660103228941421, 55.895463521608271 ], [ -5.660576785290841, 55.894545765100872 ] ] ], [ [ [ -5.688994752818126, 55.896884102465705 ], [ -5.69086281203519, 55.895744541627629 ], [ -5.690545277558503, 55.896612785025887 ], [ -5.688858834046454, 55.897306296343992 ], [ -5.688994752818126, 55.896884102465705 ] ] ], [ [ [ -5.687335927039171, 55.897531804984588 ], [ -5.68824303566356, 55.896888667128302 ], [ -5.687363088276062, 55.898070495445026 ], [ -5.687335927039171, 55.897531804984588 ] ] ], [ [ [ -5.685940816891406, 55.899524837202605 ], [ -5.686382640775431, 55.898868684152681 ], [ -5.686773547106754, 55.899445924813641 ], [ -5.686346174269876, 55.899580124987551 ], [ -5.685940816891406, 55.899524837202605 ] ] ], [ [ [ -6.357610503171061, 55.877765455183393 ], [ -6.358409748131446, 55.877188442015935 ], [ -6.358691535419135, 55.877560713622223 ], [ -6.358095645053177, 55.87781121062838 ], [ -6.357610503171061, 55.877765455183393 ] ] ], [ [ [ -6.353531722998943, 55.880630874394015 ], [ -6.35467617657828, 55.880491381968348 ], [ -6.35408128860283, 55.880822773044734 ], [ -6.353531722998943, 55.880630874394015 ] ] ], [ [ [ -5.875083113658906, 55.901168902803036 ], [ -5.87527949015622, 55.900731075317189 ], [ -5.875515404119414, 55.900849534600923 ], [ -5.875083113658906, 55.901168902803036 ] ] ], [ [ [ -5.874945187716035, 55.901550933120149 ], [ -5.875456446843285, 55.901301016421876 ], [ -5.874790484698171, 55.902005431649343 ], [ -5.874945187716035, 55.901550933120149 ] ] ], [ [ [ -5.635846846947424, 55.907971001834085 ], [ -5.637065918492612, 55.907314542158858 ], [ -5.63748097373714, 55.907900206175782 ], [ -5.637073517654286, 55.909018216337387 ], [ -5.635757768592187, 55.909839380675471 ], [ -5.635192730712895, 55.909703225196566 ], [ -5.635062096208107, 55.909077678016239 ], [ -5.635846846947424, 55.907971001834085 ] ] ], [ [ [ -5.741575304927327, 55.908936257302955 ], [ -5.743272239542471, 55.908106817242739 ], [ -5.74328654888682, 55.908421100020831 ], [ -5.741724212331786, 55.909318380746676 ], [ -5.741575304927327, 55.908936257302955 ] ] ], [ [ [ -6.351537312874108, 55.888890999714981 ], [ -6.350990337816731, 55.888366200260819 ], [ -6.351886915912587, 55.887655369899022 ], [ -6.353753361011607, 55.887758356361502 ], [ -6.354225468634966, 55.887387246495237 ], [ -6.35712528317273, 55.887086586918862 ], [ -6.357349702196364, 55.887987974858149 ], [ -6.356275348005084, 55.887898341648437 ], [ -6.356731261205308, 55.888366983397823 ], [ -6.356129917608139, 55.888228198482139 ], [ -6.356373710971706, 55.888603621907947 ], [ -6.355951725243295, 55.888480064715573 ], [ -6.355992213680138, 55.888712486695482 ], [ -6.353271380472882, 55.889397137927567 ], [ -6.35282502051642, 55.889099040865879 ], [ -6.351537312874108, 55.888890999714981 ] ] ], [ [ [ -5.68894124301141, 55.909793363784097 ], [ -5.690408270094841, 55.909227833378843 ], [ -5.690968181318229, 55.909476288679159 ], [ -5.69090552666341, 55.910921344890227 ], [ -5.690395174060662, 55.911278345050484 ], [ -5.690142215394554, 55.910638528748954 ], [ -5.68894124301141, 55.909793363784097 ] ] ], [ [ [ -5.183260405708081, 55.925134886833774 ], [ -5.180615794380705, 55.924223362124458 ], [ -5.17744216057161, 55.925159389468575 ], [ -5.176836377060373, 55.924311995474021 ], [ -5.175838423683341, 55.924247854132055 ], [ -5.175169969804897, 55.923514443954751 ], [ -5.174727010907823, 55.923579811749903 ], [ -5.174758446921853, 55.922985665571403 ], [ -5.173924848443582, 55.922287974249464 ], [ -5.169403265608262, 55.921226832653787 ], [ -5.167828694466987, 55.921550558389313 ], [ -5.166848805380545, 55.92013739464317 ], [ -5.167286119154118, 55.92088578661069 ], [ -5.166571839448622, 55.921353664039664 ], [ -5.164316519982584, 55.921870162614944 ], [ -5.16271184008784, 55.921727121794731 ], [ -5.160966976870736, 55.922221447926027 ], [ -5.160253366288423, 55.921322808000689 ], [ -5.15842957403335, 55.920749329609563 ], [ -5.155914574768507, 55.916597605043762 ], [ -5.154871161461674, 55.915675930035206 ], [ -5.153881285214855, 55.915116964207215 ], [ -5.148233697125231, 55.913378215360524 ], [ -5.139421351853714, 55.906047421137579 ], [ -5.135745491827875, 55.904127442513087 ], [ -5.133714917318619, 55.903455499961872 ], [ -5.132069970416695, 55.902306237877141 ], [ -5.124569391270756, 55.898581907106639 ], [ -5.123751385682821, 55.897861022918747 ], [ -5.121450311920123, 55.897101360255277 ], [ -5.117470437163665, 55.894361511803979 ], [ -5.113405398056689, 55.892248485375227 ], [ -5.105945013407421, 55.889879498711579 ], [ -5.100866109368134, 55.888978311938502 ], [ -5.096387261414629, 55.887675257182067 ], [ -5.091580859017508, 55.884060933607429 ], [ -5.08704586335589, 55.882039785795698 ], [ -5.08238939050338, 55.881707085340949 ], [ -5.07993281262041, 55.88219113928033 ], [ -5.078326051239132, 55.881390829851675 ], [ -5.076677950472077, 55.87976448570798 ], [ -5.075483746819439, 55.877506485339829 ], [ -5.074795444371039, 55.875981969083647 ], [ -5.07495122102991, 55.87421160640217 ], [ -5.076988960299784, 55.872582953295364 ], [ -5.081177341484259, 55.870756563639524 ], [ -5.084582937971047, 55.868338363507604 ], [ -5.086961854344963, 55.867149561955365 ], [ -5.091957365297786, 55.866178123494173 ], [ -5.092551955626631, 55.86495045766339 ], [ -5.092119636603449, 55.862931449775793 ], [ -5.090562102276515, 55.861375830347448 ], [ -5.087037027435519, 55.860927695558985 ], [ -5.086765297062146, 55.861350740956901 ], [ -5.085951080524215, 55.861242625328849 ], [ -5.085343969018207, 55.862153235280424 ], [ -5.085687185393777, 55.862832335345928 ], [ -5.085115081404187, 55.862129312267271 ], [ -5.085831080007844, 55.861140457363589 ], [ -5.085532494582684, 55.860640930890781 ], [ -5.082145185005825, 55.859993224830312 ], [ -5.081503764732124, 55.860088410693706 ], [ -5.081721881592963, 55.860541418680121 ], [ -5.080732784127886, 55.860263251757885 ], [ -5.07782647116266, 55.860945535479054 ], [ -5.073082261931144, 55.861208929990035 ], [ -5.071566396707651, 55.860979812623945 ], [ -5.069268685743169, 55.859633902623244 ], [ -5.067360443489128, 55.85913045529216 ], [ -5.062955254751065, 55.858805171401968 ], [ -5.061935358265703, 55.85908767702162 ], [ -5.06157196380025, 55.858390140553176 ], [ -5.062349680793377, 55.856676226504554 ], [ -5.061785794670291, 55.855928847305066 ], [ -5.062661845383072, 55.852744472412326 ], [ -5.062562142074658, 55.849549339099866 ], [ -5.06307099489677, 55.848056066883871 ], [ -5.062313905254025, 55.845298923942643 ], [ -5.062344949196317, 55.842586871448937 ], [ -5.061752139305992, 55.841428488033294 ], [ -5.058912290110008, 55.83920233256098 ], [ -5.054539880565519, 55.838552334913658 ], [ -5.054533840851333, 55.839004663568808 ], [ -5.055098821845282, 55.839099397680393 ], [ -5.051624634970588, 55.838800039254437 ], [ -5.051710617195292, 55.838572265102549 ], [ -5.054113933500167, 55.838539545544243 ], [ -5.054093611740468, 55.837893695844706 ], [ -5.053223771822139, 55.837863164704601 ], [ -5.052987423147069, 55.83849561223488 ], [ -5.052983651171886, 55.837877219408199 ], [ -5.051736033592105, 55.837877635014884 ], [ -5.046394785692415, 55.841561917112315 ], [ -5.044050768010787, 55.842048787290146 ], [ -5.042410212733126, 55.842930826294079 ], [ -5.038733223631413, 55.844149964338783 ], [ -5.036705439452635, 55.844597410212039 ], [ -5.0320042292691, 55.845000214830236 ], [ -5.03136006493018, 55.845407145980388 ], [ -5.030142197572278, 55.84501286309861 ], [ -5.02763327341443, 55.84506928383972 ], [ -5.026513258461083, 55.844617719485953 ], [ -5.025825214786374, 55.843844475741832 ], [ -5.024712047814916, 55.843541953405293 ], [ -5.023736000241113, 55.840829550022924 ], [ -5.025262950512678, 55.834966756874707 ], [ -5.02504793708338, 55.832508013400663 ], [ -5.0243921971757, 55.832291320689599 ], [ -5.02433752979935, 55.831690366096225 ], [ -5.024908672475703, 55.827261542483043 ], [ -5.023611816886265, 55.826191334247973 ], [ -5.021713172435351, 55.826564349227702 ], [ -5.021560325182987, 55.826076378862005 ], [ -5.02171615173945, 55.824791537406057 ], [ -5.022640354676137, 55.82388064351948 ], [ -5.022912679112367, 55.82218390965032 ], [ -5.023457399702037, 55.821610460612739 ], [ -5.024047608849621, 55.817571313001885 ], [ -5.023314644753697, 55.816582516692087 ], [ -5.02281714050798, 55.814265560182044 ], [ -5.021462559706635, 55.813514984472732 ], [ -5.02115909239649, 55.812401447873022 ], [ -5.021484159723817, 55.810561382797282 ], [ -5.022339004017138, 55.809336656973208 ], [ -5.021132218691768, 55.807916317521766 ], [ -5.02046684683254, 55.807837386116717 ], [ -5.020188256583394, 55.808362032790804 ], [ -5.020394128533652, 55.807661180336481 ], [ -5.019457859524697, 55.807382142434683 ], [ -5.018157835261929, 55.805538860826346 ], [ -5.015872445899752, 55.79941645767839 ], [ -5.013488606084617, 55.798410588875065 ], [ -5.012968610557767, 55.793230977357879 ], [ -5.013256475477589, 55.787974014958579 ], [ -5.009493503458066, 55.783041103224726 ], [ -5.006670614479851, 55.780462812507281 ], [ -5.006582493928533, 55.778698523067966 ], [ -5.005612564158998, 55.776978289454647 ], [ -5.004862186171078, 55.776450984421054 ], [ -5.002982302835907, 55.776002537366168 ], [ -5.002073871757673, 55.774892063299681 ], [ -5.002481389625185, 55.772726409068127 ], [ -5.001058731154616, 55.769987907362193 ], [ -5.001374116566446, 55.768946402366133 ], [ -5.002405404621924, 55.768049207572211 ], [ -5.002231831063821, 55.767451151233537 ], [ -5.002905938322921, 55.766886306784684 ], [ -5.004461563898977, 55.766587560438325 ], [ -5.005531520174557, 55.76526238714095 ], [ -5.008232590467262, 55.764827677052494 ], [ -5.008816982653546, 55.763617746680794 ], [ -5.011952773509337, 55.763239722113127 ], [ -5.013175073825134, 55.763582803550598 ], [ -5.01677165709267, 55.763762389080554 ], [ -5.021823377551592, 55.762945080493019 ], [ -5.026267317259975, 55.761262456645795 ], [ -5.028237061688026, 55.76012075629135 ], [ -5.028600292563042, 55.760425536199229 ], [ -5.02860457505274, 55.759966959073843 ], [ -5.031808378470746, 55.757103801910162 ], [ -5.032436375163031, 55.75447500157766 ], [ -5.032037351999532, 55.753565214325356 ], [ -5.030514149898204, 55.753327736949089 ], [ -5.024566706213718, 55.751000443756759 ], [ -5.0238105027163, 55.750888720724461 ], [ -5.02352948292818, 55.751150048137376 ], [ -5.023405149765328, 55.750408768464141 ], [ -5.02162373485706, 55.749283073431783 ], [ -5.02030669804234, 55.748884877542551 ], [ -5.01994838248476, 55.749033031033107 ], [ -5.020039352010675, 55.74880785068892 ], [ -5.017960024403504, 55.747764046323738 ], [ -5.015151600204919, 55.747101296732893 ], [ -5.014645876225263, 55.746372073199204 ], [ -5.012330096778438, 55.745606367745985 ], [ -5.01217480863075, 55.744935957689606 ], [ -5.011148133700073, 55.744538632465684 ], [ -5.009527450436289, 55.743050141724353 ], [ -5.00899949634066, 55.74198882651924 ], [ -5.007386236026255, 55.740801278945504 ], [ -5.007358677176111, 55.739718708005505 ], [ -5.006343988375002, 55.738956972650392 ], [ -5.006499713496392, 55.73777102726357 ], [ -5.005345535173199, 55.736230606193331 ], [ -5.005466854445327, 55.734079122960402 ], [ -5.004162184847658, 55.732133350297914 ], [ -5.004497152473808, 55.732138635972952 ], [ -5.004235905095425, 55.731641613141377 ], [ -5.004652099903248, 55.731667384219463 ], [ -5.004677057368226, 55.731266736293193 ], [ -5.003926005389433, 55.730718774800955 ], [ -5.005092591683681, 55.731076771672576 ], [ -5.00412419355427, 55.730084652681121 ], [ -5.005083672845357, 55.730649984163193 ], [ -5.005437335877428, 55.730380626630861 ], [ -5.005846242852033, 55.730518941941959 ], [ -5.00770861904852, 55.731534093303964 ], [ -5.008666501130716, 55.73145668004328 ], [ -5.009896791768342, 55.730882645772603 ], [ -5.009945208615216, 55.730270164856634 ], [ -5.008251921452132, 55.728554208536558 ], [ -5.009299920000467, 55.728924061206172 ], [ -5.009439248735209, 55.728354299491819 ], [ -5.007641606651434, 55.727454454056804 ], [ -5.008183937360235, 55.727256876160894 ], [ -5.009172106698362, 55.72757425818385 ], [ -5.009014166018916, 55.727281473126475 ], [ -5.010166172289266, 55.727761138408127 ], [ -5.010223907711177, 55.727373168919911 ], [ -5.011038235262847, 55.727811664678576 ], [ -5.010889611764109, 55.727536632511253 ], [ -5.011566036763773, 55.727942549243743 ], [ -5.012056506159012, 55.72769228882791 ], [ -5.013406962995778, 55.728162559234185 ], [ -5.014278309389159, 55.727687186986415 ], [ -5.015878295835481, 55.72767485160572 ], [ -5.015591010749654, 55.727151522086324 ], [ -5.017197990558341, 55.727849178725144 ], [ -5.018132587013984, 55.727677871265549 ], [ -5.017880914411571, 55.727409875711032 ], [ -5.018653133536353, 55.727714512787827 ], [ -5.018985806806344, 55.726762417860847 ], [ -5.019290337247961, 55.726889771436042 ], [ -5.020172492269271, 55.725730876784837 ], [ -5.021729926729294, 55.725890314484552 ], [ -5.022633059689396, 55.724694925625471 ], [ -5.023639759988112, 55.724427407590184 ], [ -5.023470306452921, 55.724089975116314 ], [ -5.024045692598055, 55.723909490324758 ], [ -5.025070903979868, 55.724293254725275 ], [ -5.02627209483795, 55.723863601514282 ], [ -5.025899732473634, 55.723477237288165 ], [ -5.026630759891973, 55.723661479104756 ], [ -5.02701044822865, 55.72331949716235 ], [ -5.026453178903708, 55.722910726029426 ], [ -5.027480040051298, 55.723110141318507 ], [ -5.027111841781401, 55.722777615989536 ], [ -5.027908450331436, 55.722780439020752 ], [ -5.027460070378415, 55.722440903249868 ], [ -5.028740193827629, 55.722517194314634 ], [ -5.028094050857634, 55.721989263142675 ], [ -5.029728764134658, 55.722119721981898 ], [ -5.029398166604618, 55.721655924726356 ], [ -5.030626653588711, 55.722196439145179 ], [ -5.031373071308631, 55.722065633635495 ], [ -5.032867967379633, 55.722446720745559 ], [ -5.033969004745728, 55.723601651200767 ], [ -5.035140741350871, 55.723819895777517 ], [ -5.036086760657044, 55.724515672508005 ], [ -5.037682137243309, 55.724548113412304 ], [ -5.03863288671994, 55.724996537309615 ], [ -5.03851804865576, 55.725363463519969 ], [ -5.039264588942584, 55.72584840234574 ], [ -5.038718110981337, 55.725785521297823 ], [ -5.038629149859233, 55.726587807504629 ], [ -5.041205537545798, 55.727557810995748 ], [ -5.040992528889405, 55.727891213280756 ], [ -5.041894571796453, 55.728223953823168 ], [ -5.041582597503228, 55.728411479632499 ], [ -5.043042807177657, 55.728649471101924 ], [ -5.042616826097757, 55.728907248953689 ], [ -5.044439871782301, 55.729405920538632 ], [ -5.047268922217728, 55.730751596718477 ], [ -5.044482329903158, 55.729746476674698 ], [ -5.048021719385059, 55.731416123945159 ], [ -5.047648246305502, 55.731632161521581 ], [ -5.04820582132418, 55.731631800331662 ], [ -5.048448224012237, 55.732084256289284 ], [ -5.049027406043435, 55.732258654534569 ], [ -5.048925752041044, 55.731874621313928 ], [ -5.05068485225029, 55.732163532443202 ], [ -5.053780558301453, 55.733246228081569 ], [ -5.054117392828347, 55.733682839701423 ], [ -5.053510779361832, 55.734075501064851 ], [ -5.054358115274765, 55.7344185036794 ], [ -5.053456047946962, 55.734292616379399 ], [ -5.052755759444278, 55.734710078354965 ], [ -5.053134121587844, 55.734862483024067 ], [ -5.052777007533229, 55.735186006014629 ], [ -5.051451983530402, 55.735254911787067 ], [ -5.051479659580658, 55.735609318238716 ], [ -5.051016286028755, 55.735490485607102 ], [ -5.049913136755878, 55.73585052049313 ], [ -5.049176228605386, 55.736718357216205 ], [ -5.049597460145815, 55.737215812376768 ], [ -5.054026949038051, 55.738845201077659 ], [ -5.057020054396297, 55.740645059722624 ], [ -5.057442605092803, 55.741259323451295 ], [ -5.056003347889868, 55.741683518637799 ], [ -5.055237280929027, 55.742728316252695 ], [ -5.055565896878807, 55.743751260144954 ], [ -5.05705595453968, 55.744932273008807 ], [ -5.060216504058487, 55.746359311053475 ], [ -5.062162733725313, 55.747704193090236 ], [ -5.061334627768889, 55.74913623630745 ], [ -5.059885751864923, 55.749969746543144 ], [ -5.061562319794128, 55.752955696234416 ], [ -5.061783293503528, 55.754249204109804 ], [ -5.062275850032796, 55.754533581668191 ], [ -5.061546755453263, 55.755603564103154 ], [ -5.062038151667321, 55.757092597362671 ], [ -5.061078803158814, 55.757869858518461 ], [ -5.060979489910112, 55.758534878135329 ], [ -5.063465684394273, 55.760657381599529 ], [ -5.066785528679518, 55.7625297812992 ], [ -5.069200775319732, 55.762424487002455 ], [ -5.069534514898113, 55.76190372832091 ], [ -5.069708225217498, 55.762389327781307 ], [ -5.072439567553221, 55.762451367427367 ], [ -5.0728290153374, 55.763043936848938 ], [ -5.074428780218707, 55.763516310249926 ], [ -5.074397816892248, 55.763831727587721 ], [ -5.075086678784674, 55.764075182106666 ], [ -5.074898329789765, 55.764821555144124 ], [ -5.075829254344113, 55.766011860428549 ], [ -5.075873784419144, 55.76718391077722 ], [ -5.076610458556351, 55.767628429949141 ], [ -5.079415246540894, 55.768313269323158 ], [ -5.081285986184972, 55.768275333407075 ], [ -5.082227565860221, 55.767779739788004 ], [ -5.08431158933488, 55.768019582564527 ], [ -5.089300212195547, 55.770101184033535 ], [ -5.090752684828229, 55.772231182370476 ], [ -5.091389564754402, 55.77231853493025 ], [ -5.092322003194048, 55.771607338063419 ], [ -5.093869176604274, 55.772615684346484 ], [ -5.092734255931997, 55.773790473148992 ], [ -5.094338083423158, 55.774707489611231 ], [ -5.094539878373642, 55.775844112784142 ], [ -5.09395133296429, 55.776407320185363 ], [ -5.094097261861513, 55.776899882006177 ], [ -5.093185216146495, 55.777446962360138 ], [ -5.093579865759934, 55.778018663561419 ], [ -5.097648108920694, 55.77963587741349 ], [ -5.102631036170512, 55.779712372231181 ], [ -5.104326381229117, 55.779067212996509 ], [ -5.105412879914695, 55.777987932906242 ], [ -5.106536880549648, 55.777680821626895 ], [ -5.10974935398438, 55.77585998195481 ], [ -5.111825001762993, 55.775187104787115 ], [ -5.112534474268803, 55.774683672236812 ], [ -5.11240729467612, 55.774089068328628 ], [ -5.115911113398316, 55.772728149089957 ], [ -5.116853515750297, 55.771647921265142 ], [ -5.120409637842601, 55.772321755161002 ], [ -5.12172792549111, 55.775503043437993 ], [ -5.120880831474961, 55.77595968434499 ], [ -5.120589943148537, 55.77688944032996 ], [ -5.121015316694599, 55.777102479805393 ], [ -5.120586924163105, 55.777848739822019 ], [ -5.121258458956286, 55.778745948373412 ], [ -5.121363534053887, 55.780318309196439 ], [ -5.122426854801525, 55.780808200556898 ], [ -5.12331755353269, 55.780297401082962 ], [ -5.123462354088063, 55.781528033259022 ], [ -5.123896814041756, 55.781913438733874 ], [ -5.124348418005421, 55.78167630480052 ], [ -5.124160161568527, 55.782652003909256 ], [ -5.124663426512646, 55.782044069463112 ], [ -5.12538292002653, 55.782203763229411 ], [ -5.125620071024686, 55.78396874142242 ], [ -5.124373866442945, 55.784582994388522 ], [ -5.124548888481946, 55.785174573111114 ], [ -5.124927124301078, 55.785912911176531 ], [ -5.126437894000803, 55.786409365480161 ], [ -5.127813078185479, 55.785811585451448 ], [ -5.12788983651948, 55.788061605064335 ], [ -5.128879556247586, 55.790553574999016 ], [ -5.127654881191439, 55.793109131056724 ], [ -5.125776892747339, 55.793529114510264 ], [ -5.125153313388128, 55.794608485675923 ], [ -5.123862087448678, 55.795123186437081 ], [ -5.123955594045235, 55.798162090000403 ], [ -5.12271276712425, 55.800617361650538 ], [ -5.123678299172134, 55.802110309011802 ], [ -5.123195586142795, 55.802400368812137 ], [ -5.12378838733043, 55.80216954013946 ], [ -5.125046250251398, 55.802768641131358 ], [ -5.126471076922945, 55.806901004247642 ], [ -5.126762252712648, 55.809475491366172 ], [ -5.127772155173828, 55.809925352455295 ], [ -5.132080129727863, 55.809638510939507 ], [ -5.135685703412912, 55.807824977113704 ], [ -5.136450423638557, 55.80592206890951 ], [ -5.136005977015158, 55.805358058989128 ], [ -5.135890662673848, 55.803131500991746 ], [ -5.136665898625171, 55.802352061812584 ], [ -5.137358052767421, 55.802325398259356 ], [ -5.13740647910546, 55.802728708493348 ], [ -5.138089701826493, 55.802095448465401 ], [ -5.138051227936566, 55.804591137478624 ], [ -5.137329664971658, 55.80663229921938 ], [ -5.137637598687262, 55.807482973719779 ], [ -5.137487666859407, 55.807702560744616 ], [ -5.137004741169577, 55.807454184059857 ], [ -5.136264682335791, 55.807580956336338 ], [ -5.135520526256604, 55.808152829674 ], [ -5.135756987458917, 55.809504272813506 ], [ -5.13527346534191, 55.810141411275339 ], [ -5.136507144692235, 55.811386493562708 ], [ -5.140174913740307, 55.812722210825882 ], [ -5.140387562747454, 55.811894197455707 ], [ -5.141069697447301, 55.812335247902368 ], [ -5.141073373275516, 55.811786768013718 ], [ -5.140345971968455, 55.811477228639717 ], [ -5.140702663700323, 55.811148969122961 ], [ -5.140274025190013, 55.810584569247318 ], [ -5.141092789459369, 55.80955227290336 ], [ -5.14187727791607, 55.810966110030243 ], [ -5.142347616070665, 55.8110574664789 ], [ -5.142310961385376, 55.812285530367021 ], [ -5.142920369191562, 55.812220499254103 ], [ -5.143057577592085, 55.81273391103133 ], [ -5.142864910476786, 55.813314195292122 ], [ -5.141950934313185, 55.813661207249105 ], [ -5.140987062866595, 55.813092514627805 ], [ -5.140853310780376, 55.814403968548952 ], [ -5.140263728834929, 55.814913483618554 ], [ -5.140742645576522, 55.816496955634094 ], [ -5.141581329748375, 55.816700264575516 ], [ -5.141177073681424, 55.817924239554621 ], [ -5.141507998198878, 55.818859722240305 ], [ -5.140673164052552, 55.819496871764194 ], [ -5.141219582524069, 55.820431342331347 ], [ -5.14064144140589, 55.821578849701538 ], [ -5.141007181653579, 55.822252736071547 ], [ -5.140578318777358, 55.822578344162828 ], [ -5.140704747733065, 55.826027242085296 ], [ -5.139449848191386, 55.830172190206767 ], [ -5.139755196679288, 55.830492521664269 ], [ -5.139173256884393, 55.831595165650178 ], [ -5.138533562283215, 55.836043524664312 ], [ -5.137400757506015, 55.837250121555755 ], [ -5.135634564911297, 55.838230139310262 ], [ -5.135848564831902, 55.838903416569927 ], [ -5.134442651779798, 55.839002204952763 ], [ -5.133541577964944, 55.838724018193702 ], [ -5.130149930351062, 55.839101706264884 ], [ -5.128824949777636, 55.839551670791046 ], [ -5.127170689978316, 55.842226897293003 ], [ -5.129260541028578, 55.845227570503162 ], [ -5.131521417380563, 55.847092929979894 ], [ -5.132398209837324, 55.847245894296897 ], [ -5.136462267087413, 55.849492227115135 ], [ -5.141253206723138, 55.851036628928846 ], [ -5.145838221017358, 55.851650268985551 ], [ -5.145891372571885, 55.851892535395208 ], [ -5.146634517421824, 55.851299960598048 ], [ -5.148635360348043, 55.850826206195698 ], [ -5.15008302819963, 55.849303985218732 ], [ -5.153301597564648, 55.847472028974153 ], [ -5.155354788468919, 55.847016596141337 ], [ -5.156100644935552, 55.847031611164098 ], [ -5.156530983597196, 55.84770739382801 ], [ -5.157460615506485, 55.84776173256342 ], [ -5.157604101452598, 55.848072695299969 ], [ -5.159292481202778, 55.848575905556956 ], [ -5.160553805949967, 55.849565641995085 ], [ -5.164616193931372, 55.850824911990856 ], [ -5.169390205381449, 55.851752855854087 ], [ -5.172173761485498, 55.854040935359237 ], [ -5.177034451959409, 55.86013200820517 ], [ -5.180553980533157, 55.862805441664932 ], [ -5.183462966576326, 55.864361846972244 ], [ -5.187339039017319, 55.86513346446192 ], [ -5.192432180899498, 55.867388190940602 ], [ -5.19388341670053, 55.869678926143287 ], [ -5.196248324224969, 55.87170316989382 ], [ -5.196665881033428, 55.872600311078486 ], [ -5.197827591362429, 55.873212895492735 ], [ -5.197925243674393, 55.874302647477577 ], [ -5.200006591981834, 55.876275762762681 ], [ -5.201696383406103, 55.878928799280068 ], [ -5.205142502129802, 55.882318191862538 ], [ -5.206546425132902, 55.883050247727219 ], [ -5.209792996152797, 55.88304647123779 ], [ -5.211174048136991, 55.883500380002424 ], [ -5.211092722791627, 55.883871096848146 ], [ -5.211585836137099, 55.883741350209441 ], [ -5.212004851840057, 55.884166427154042 ], [ -5.212590491494827, 55.885252417193712 ], [ -5.212399660337538, 55.885846252388134 ], [ -5.213399615755552, 55.886525853047253 ], [ -5.213031105778308, 55.888355973223668 ], [ -5.212258901114315, 55.889463943113995 ], [ -5.212819586423612, 55.890343812397902 ], [ -5.213610309742803, 55.890426541903324 ], [ -5.211506558694849, 55.892167127875354 ], [ -5.212138008044707, 55.892838380904031 ], [ -5.213138540649622, 55.892942605265134 ], [ -5.213609840001888, 55.893321361765921 ], [ -5.212293862180199, 55.893949080752883 ], [ -5.213371787478958, 55.895278428706803 ], [ -5.212963338731323, 55.896143155506167 ], [ -5.213613449694264, 55.896652093044715 ], [ -5.21367487065306, 55.897684347702111 ], [ -5.215131330704583, 55.89971850394047 ], [ -5.216694785295622, 55.899758542770535 ], [ -5.217535317712032, 55.900343392383284 ], [ -5.218678801297821, 55.900142667386064 ], [ -5.218870293349474, 55.900811914021411 ], [ -5.219632853276134, 55.901034691289453 ], [ -5.220157576977265, 55.899933155239722 ], [ -5.221459721557859, 55.900487914395171 ], [ -5.221432558075372, 55.901221319057633 ], [ -5.219296090280368, 55.902859503571513 ], [ -5.218007347381268, 55.903239339655997 ], [ -5.217887121069355, 55.904298819761948 ], [ -5.217073832082794, 55.904333574960582 ], [ -5.216131140338883, 55.904834696866999 ], [ -5.214943679023521, 55.904699417271466 ], [ -5.212208459601962, 55.90606992921407 ], [ -5.211731932036016, 55.906693694627016 ], [ -5.21199703888433, 55.907770076423319 ], [ -5.211140358201977, 55.908345327747199 ], [ -5.210366923182624, 55.910024177604257 ], [ -5.207200778139281, 55.910834945039596 ], [ -5.206473547887132, 55.911622548271012 ], [ -5.204569253134742, 55.91211267272628 ], [ -5.202685678953118, 55.913339409974071 ], [ -5.200887141986157, 55.91375480242791 ], [ -5.198334371162026, 55.913564969641975 ], [ -5.197692070333241, 55.913249033378136 ], [ -5.197921295510092, 55.91360267639952 ], [ -5.19659280985945, 55.914769938075757 ], [ -5.197191448857731, 55.916012985597298 ], [ -5.196218693514056, 55.917710398095139 ], [ -5.193550662612092, 55.919721509850653 ], [ -5.191235088947354, 55.91988946300016 ], [ -5.190915235638163, 55.920477611454849 ], [ -5.189942312988947, 55.92061970606759 ], [ -5.189351469542879, 55.923462368423287 ], [ -5.188061723282278, 55.924718423926407 ], [ -5.188416295493083, 55.925136261400858 ], [ -5.186732535467278, 55.926469933854236 ], [ -5.185567820654684, 55.926715847201301 ], [ -5.184801574297812, 55.925769258792769 ], [ -5.183260405708081, 55.925134886833774 ] ] ], [ [ [ -5.172312614777005, 55.925871574019325 ], [ -5.172504807299645, 55.925088991766344 ], [ -5.173860333049262, 55.925413636666399 ], [ -5.173991601703789, 55.926039545699275 ], [ -5.17351874068093, 55.926424822056383 ], [ -5.174744096635522, 55.926919128134976 ], [ -5.174556238737138, 55.928047714407334 ], [ -5.174132142742138, 55.928148552399144 ], [ -5.173048492675552, 55.928212456167188 ], [ -5.172514045408776, 55.927943052115587 ], [ -5.173209929902233, 55.926270966450168 ], [ -5.172312614777005, 55.925871574019325 ] ] ], [ [ [ -5.176544440266275, 55.929057224246712 ], [ -5.177610817950082, 55.92800034850918 ], [ -5.178200125141954, 55.928254829295895 ], [ -5.17814852735683, 55.92860227418852 ], [ -5.176707542173165, 55.929484530869459 ], [ -5.176544440266275, 55.929057224246712 ] ] ], [ [ [ -5.172608044543606, 55.930071238627932 ], [ -5.173192248877182, 55.929871884166083 ], [ -5.17350721245349, 55.930394168055798 ], [ -5.172846118669302, 55.930730354855072 ], [ -5.172608044543606, 55.930071238627932 ] ] ], [ [ [ -5.735135539555528, 55.915543236676946 ], [ -5.734565114207579, 55.91460741467511 ], [ -5.732274591125602, 55.916843988213593 ], [ -5.730722952517529, 55.916859588125838 ], [ -5.73329100377069, 55.914344864478835 ], [ -5.734019742716206, 55.914430646294548 ], [ -5.734387984340338, 55.913349428947548 ], [ -5.733575567954236, 55.912893025419436 ], [ -5.734760501045495, 55.911148586690238 ], [ -5.736048269337529, 55.910390122183053 ], [ -5.737433766427156, 55.910397483348994 ], [ -5.737164892384474, 55.91184436166315 ], [ -5.737673980564755, 55.911810908099532 ], [ -5.737234217250088, 55.912813383100513 ], [ -5.739389224677695, 55.912415182364676 ], [ -5.738857111752394, 55.912957386941059 ], [ -5.739418265641008, 55.913380932209044 ], [ -5.738482950775976, 55.913975856259547 ], [ -5.739452195805351, 55.913816009353773 ], [ -5.739500338722418, 55.914066319766782 ], [ -5.738211992747957, 55.915899372024832 ], [ -5.736379984796722, 55.916660901953968 ], [ -5.735820389177652, 55.917500659529274 ], [ -5.735112958053946, 55.917719965394674 ], [ -5.734814780945345, 55.917283919799843 ], [ -5.73399343105095, 55.917151497727339 ], [ -5.733876927331749, 55.916440177650891 ], [ -5.735135539555528, 55.915543236676946 ] ] ], [ [ [ -5.696955409909985, 55.917541923132994 ], [ -5.700457252139655, 55.91480652979061 ], [ -5.701243667373888, 55.914994175331238 ], [ -5.700005071842966, 55.9167803406839 ], [ -5.696386317108494, 55.919047162795565 ], [ -5.696955409909985, 55.917541923132994 ] ] ], [ [ [ -5.192087206108624, 55.932192625040194 ], [ -5.193425609388108, 55.931915175297419 ], [ -5.193511961271921, 55.932380413598629 ], [ -5.194550788783186, 55.93293780288225 ], [ -5.194546255913744, 55.933854898624993 ], [ -5.193300728083521, 55.934093990120758 ], [ -5.191987360540834, 55.933314466314648 ], [ -5.191960124198308, 55.932497085112942 ], [ -5.192087206108624, 55.932192625040194 ] ] ], [ [ [ -5.687965768004921, 55.918562584673126 ], [ -5.688477399122786, 55.918133624564319 ], [ -5.688890202823834, 55.918265113554533 ], [ -5.686189743689875, 55.920598494240366 ], [ -5.686718620059312, 55.91950813361683 ], [ -5.687965768004921, 55.918562584673126 ] ] ], [ [ [ -5.599116074809517, 55.923050896134534 ], [ -5.600253250697096, 55.922622001056681 ], [ -5.599046733804775, 55.923943072947793 ], [ -5.598293380989165, 55.924194389826518 ], [ -5.59826634368679, 55.923902960328419 ], [ -5.599116074809517, 55.923050896134534 ] ] ], [ [ [ -5.712028019602636, 55.920945483814968 ], [ -5.713013973222615, 55.919535482233833 ], [ -5.715378399411359, 55.917472397820774 ], [ -5.714514319223049, 55.919652038314922 ], [ -5.715315033176899, 55.919151289245818 ], [ -5.715076505477612, 55.919837376941345 ], [ -5.715655930910995, 55.919617559719356 ], [ -5.715227013387826, 55.920489235187979 ], [ -5.714804144305015, 55.920421079659299 ], [ -5.714299309676951, 55.921169158317205 ], [ -5.714291921441744, 55.920841179604174 ], [ -5.713603017293322, 55.921172196970936 ], [ -5.714406936332453, 55.919952011352429 ], [ -5.712884571332715, 55.921445655076354 ], [ -5.712354812806182, 55.921515594552908 ], [ -5.712579226125148, 55.921099693900864 ], [ -5.712028019602636, 55.920945483814968 ] ] ], [ [ [ -5.716872103993246, 55.922282865444132 ], [ -5.717410555447223, 55.921551743510911 ], [ -5.716370737002195, 55.922064225521936 ], [ -5.716000020738502, 55.921621337007366 ], [ -5.716598377439187, 55.920596174267416 ], [ -5.716008559549751, 55.920874756643137 ], [ -5.716282390137913, 55.919387326858903 ], [ -5.717468193503612, 55.91839386477757 ], [ -5.718350010919366, 55.918322252396493 ], [ -5.719695012799527, 55.916568639011501 ], [ -5.721277856761575, 55.915459723087835 ], [ -5.721511389917954, 55.915807836120159 ], [ -5.721060017350045, 55.915942881995072 ], [ -5.721790620302065, 55.916298435878645 ], [ -5.721066749346346, 55.91843342331476 ], [ -5.720205770346254, 55.919390122653745 ], [ -5.71907202884395, 55.919757104183155 ], [ -5.718346858624932, 55.921379575493162 ], [ -5.716872103993246, 55.922282865444132 ] ] ], [ [ [ -6.328884830475141, 55.903259026422518 ], [ -6.329272904469963, 55.902791142966969 ], [ -6.328242030719939, 55.902017952941677 ], [ -6.328679965127904, 55.901638259251889 ], [ -6.329124035333701, 55.901744044074853 ], [ -6.329090947170979, 55.901160574936632 ], [ -6.330106318271133, 55.900432242185701 ], [ -6.331834822357751, 55.899854160067179 ], [ -6.332629578363126, 55.899659751751756 ], [ -6.333092615278718, 55.899863791786395 ], [ -6.333469970498625, 55.899014009296984 ], [ -6.337688580569542, 55.896009475074749 ], [ -6.33940801266401, 55.895782382963162 ], [ -6.340771406083321, 55.895950104810012 ], [ -6.341249975072326, 55.896292979259634 ], [ -6.343155013735991, 55.896437045007467 ], [ -6.344579686953734, 55.897223176773913 ], [ -6.344173503077928, 55.897813178536666 ], [ -6.344551675608627, 55.897759336576385 ], [ -6.34486593667179, 55.89820694466146 ], [ -6.344225663169008, 55.898279046148659 ], [ -6.343859083435074, 55.899222927250911 ], [ -6.342697934679609, 55.899862088440969 ], [ -6.34128086948276, 55.900146002545362 ], [ -6.340194202160729, 55.899662701843837 ], [ -6.340747670331869, 55.900173828312163 ], [ -6.34049671943127, 55.900506489913106 ], [ -6.337667574880883, 55.901262955735767 ], [ -6.335459609268671, 55.900702251590999 ], [ -6.336799203359216, 55.901729826206477 ], [ -6.336122731517868, 55.901335451941499 ], [ -6.336251996442237, 55.901704159733946 ], [ -6.335491935636736, 55.901564574288635 ], [ -6.33457367112328, 55.900940368432607 ], [ -6.335649658321141, 55.902044708922929 ], [ -6.334582230008358, 55.902163305154247 ], [ -6.33349357071671, 55.902736857458493 ], [ -6.331725716686615, 55.902389925624057 ], [ -6.332446535401995, 55.902823235294321 ], [ -6.330964379502079, 55.902812506204128 ], [ -6.3310970178234, 55.902996714799833 ], [ -6.33017460383333, 55.903195608841429 ], [ -6.329715540754882, 55.903027394917117 ], [ -6.329675849980795, 55.903532478156329 ], [ -6.329433081104598, 55.903365638702205 ], [ -6.328884830475141, 55.903259026422518 ] ] ], [ [ [ -5.602123171958031, 55.928703899082763 ], [ -5.603629158257847, 55.92767523942824 ], [ -5.603099221213265, 55.928607883640133 ], [ -5.602123171958031, 55.928703899082763 ] ] ], [ [ [ -5.690943927791958, 55.93050870212447 ], [ -5.691629158003003, 55.929714853776758 ], [ -5.691338643924994, 55.930532826828042 ], [ -5.690943927791958, 55.93050870212447 ] ] ], [ [ [ -5.703393055587433, 55.930799983846128 ], [ -5.704744992648099, 55.929023866138081 ], [ -5.704444938764092, 55.929990526557937 ], [ -5.703393055587433, 55.930799983846128 ] ] ], [ [ [ -5.702599534160934, 55.933728211214941 ], [ -5.702790571550627, 55.932877235072333 ], [ -5.702438901706508, 55.932968744340499 ], [ -5.702530437097799, 55.932669261153713 ], [ -5.701985951167504, 55.932586736092041 ], [ -5.701056859668485, 55.932754060812108 ], [ -5.70317932481198, 55.931161592587841 ], [ -5.703460562462462, 55.931422880489031 ], [ -5.702792954073367, 55.932315177339603 ], [ -5.70348045708218, 55.932218054127681 ], [ -5.702599534160934, 55.933728211214941 ] ] ], [ [ [ -5.706917487053484, 55.937172427396852 ], [ -5.708473965921456, 55.935943103465753 ], [ -5.709184088259247, 55.935998127994395 ], [ -5.7074558682815, 55.938446527875087 ], [ -5.706685009891645, 55.938761985611457 ], [ -5.706506243708168, 55.938484129586627 ], [ -5.706169179098057, 55.938309951191108 ], [ -5.706917487053484, 55.937172427396852 ] ] ], [ [ [ -5.706515677972554, 55.94335739201793 ], [ -5.708716933051036, 55.940575545742696 ], [ -5.708896644001708, 55.941114132417752 ], [ -5.70804416182757, 55.942753851067266 ], [ -5.706318881317622, 55.944482796342669 ], [ -5.706515677972554, 55.94335739201793 ] ] ], [ [ [ -5.742539284904912, 55.945562540425357 ], [ -5.743420031990356, 55.945059178104621 ], [ -5.743198707768033, 55.945753792837451 ], [ -5.742650580963797, 55.945968287616623 ], [ -5.742539284904912, 55.945562540425357 ] ] ], [ [ [ -5.745410438364116, 55.945758428227478 ], [ -5.746558045530435, 55.945363815059878 ], [ -5.746590919710068, 55.946118136460697 ], [ -5.745085565177244, 55.947287951685865 ], [ -5.745410438364116, 55.945758428227478 ] ] ], [ [ [ -6.127156779929737, 55.938117107781657 ], [ -6.126660353329452, 55.937818992113804 ], [ -6.126209482280395, 55.93779814401433 ], [ -6.126312693296907, 55.938015021728873 ], [ -6.125664945660787, 55.937650030685163 ], [ -6.12514105019372, 55.937771026807837 ], [ -6.124795969569645, 55.937539775829599 ], [ -6.124394328202525, 55.9377555970526 ], [ -6.123493529148016, 55.937421563538592 ], [ -6.122460842152952, 55.936826637112311 ], [ -6.121623828290041, 55.935510166181125 ], [ -6.120825676956265, 55.93561335378871 ], [ -6.121160102670118, 55.934991493539833 ], [ -6.120493641642235, 55.934976949182392 ], [ -6.120556325913996, 55.934511686477727 ], [ -6.120161849387842, 55.934493424341596 ], [ -6.120624483022254, 55.934248593002245 ], [ -6.120215602019552, 55.934019467598169 ], [ -6.120607477975048, 55.933259883021812 ], [ -6.1199081607704, 55.932860617820829 ], [ -6.120395792223143, 55.932700387416723 ], [ -6.12057310325523, 55.931655703391421 ], [ -6.121792549259315, 55.930769457074781 ], [ -6.121594811836104, 55.929211221979507 ], [ -6.122458212719741, 55.927086807188182 ], [ -6.121713610272095, 55.926486718858158 ], [ -6.121723390673285, 55.92552409064151 ], [ -6.121086387647971, 55.924956366723229 ], [ -6.121570834350975, 55.924013805141726 ], [ -6.121077366700375, 55.923967388383382 ], [ -6.120926239191387, 55.923374387584502 ], [ -6.120597261934061, 55.923443868596664 ], [ -6.12093424188672, 55.922771557548053 ], [ -6.120437273391904, 55.92163704726039 ], [ -6.120913988020795, 55.919943792506743 ], [ -6.122293137582561, 55.918454115759751 ], [ -6.121983762972513, 55.916899623023461 ], [ -6.122641720454028, 55.916535813568466 ], [ -6.122237908190346, 55.915825377112043 ], [ -6.122854285962771, 55.91559786214723 ], [ -6.123591865189817, 55.914552369743149 ], [ -6.123737480644827, 55.913738073230007 ], [ -6.123036108484378, 55.91241257185353 ], [ -6.123366410518446, 55.911753965170355 ], [ -6.124252287947479, 55.911351024316872 ], [ -6.124168671865458, 55.910414010011849 ], [ -6.126482304901526, 55.908155461002522 ], [ -6.125507023393123, 55.907189912358447 ], [ -6.125338613419427, 55.906057886596336 ], [ -6.125923742384218, 55.905763950202328 ], [ -6.125612039075939, 55.905392186783779 ], [ -6.126566250533659, 55.904128053837574 ], [ -6.126278539772575, 55.902928085117772 ], [ -6.128400589695067, 55.898949164739172 ], [ -6.128170193534815, 55.898363330196169 ], [ -6.127497561685605, 55.898435380118222 ], [ -6.128289140534966, 55.897675829074018 ], [ -6.127769281474198, 55.897077230613398 ], [ -6.131084350355712, 55.895589863001938 ], [ -6.1322212402826, 55.892287000461536 ], [ -6.132065257011328, 55.891347923352946 ], [ -6.130942844210693, 55.891102353024024 ], [ -6.132098050183109, 55.890528409676364 ], [ -6.131785061017471, 55.889918377316157 ], [ -6.13212573134891, 55.889736048359104 ], [ -6.130660714156328, 55.887984785308262 ], [ -6.130411731497687, 55.888186513166268 ], [ -6.1304182878428, 55.887526168048161 ], [ -6.129318778747109, 55.887329279700765 ], [ -6.130232915639469, 55.885708510130335 ], [ -6.129015787751439, 55.885593815997595 ], [ -6.128089286635853, 55.884254324918786 ], [ -6.124299814830625, 55.882698857834136 ], [ -6.123211986213687, 55.88261034713895 ], [ -6.121898862986873, 55.883202995475173 ], [ -6.12014232893821, 55.88230138692159 ], [ -6.119495547330744, 55.879673586545103 ], [ -6.119279888987609, 55.879375036469682 ], [ -6.118764245778776, 55.879491246577643 ], [ -6.11928716748756, 55.879217406526443 ], [ -6.119102122421452, 55.878679502778503 ], [ -6.118551905976295, 55.878545053401332 ], [ -6.118515470907953, 55.87797518825078 ], [ -6.117571211906864, 55.87736829118473 ], [ -6.116451949616938, 55.872468367509654 ], [ -6.115673122697832, 55.871685040874091 ], [ -6.11477025762417, 55.871391510693051 ], [ -6.114247066129612, 55.870302831355914 ], [ -6.113195668819404, 55.86966351798597 ], [ -6.112260643962069, 55.86717664186002 ], [ -6.111205189980761, 55.866573423002365 ], [ -6.112456085759722, 55.86562322505177 ], [ -6.110614517788331, 55.86416495000482 ], [ -6.110688759883182, 55.863128218403617 ], [ -6.109274241768687, 55.862379611635212 ], [ -6.108970638700482, 55.861247596091843 ], [ -6.109521173103749, 55.86108528885655 ], [ -6.1097426449893, 55.860079607414612 ], [ -6.109035483377657, 55.85891162579442 ], [ -6.109369703427239, 55.858140500755425 ], [ -6.108672276013452, 55.857669184984864 ], [ -6.109123670903535, 55.857325827965262 ], [ -6.109349084627024, 55.85484508739853 ], [ -6.109050732963129, 55.85432175400463 ], [ -6.107984729134126, 55.853811499491137 ], [ -6.106994697043997, 55.853853592543871 ], [ -6.105920415149142, 55.853007242576894 ], [ -6.10606815342348, 55.851878123903347 ], [ -6.105580968239192, 55.851655180014752 ], [ -6.106526304198901, 55.850252083442292 ], [ -6.105963201998079, 55.849552328096998 ], [ -6.105068923862319, 55.849379861184559 ], [ -6.105138896136891, 55.848982710691487 ], [ -6.104431725445139, 55.848856148883833 ], [ -6.104746151724335, 55.848048824097255 ], [ -6.105386199516321, 55.847978871780178 ], [ -6.104336291362069, 55.847785520034897 ], [ -6.104603322590082, 55.847377289235446 ], [ -6.103693653357967, 55.847028156709875 ], [ -6.10316914466809, 55.845920597341042 ], [ -6.103315119665256, 55.84425912936652 ], [ -6.102627986564637, 55.84342770304022 ], [ -6.103221387374552, 55.842764851966265 ], [ -6.101488625674707, 55.840354020805407 ], [ -6.102181270302093, 55.839647389778122 ], [ -6.101976495966742, 55.839069654598973 ], [ -6.104033286736402, 55.837053869233785 ], [ -6.103890782762319, 55.836460566064204 ], [ -6.104720382027316, 55.836522779570572 ], [ -6.105182848918292, 55.836210539750795 ], [ -6.104625588195078, 55.835397268818546 ], [ -6.105227146459669, 55.833677400802323 ], [ -6.104774411411659, 55.831961291501379 ], [ -6.104370980498506, 55.831772421087088 ], [ -6.103608704164809, 55.831968767842085 ], [ -6.104253149546565, 55.831488568068018 ], [ -6.10377105638366, 55.831311317888762 ], [ -6.104100045569504, 55.830567358250931 ], [ -6.102749511374506, 55.829200508450349 ], [ -6.104138946159765, 55.826240204977012 ], [ -6.103760586005992, 55.825758208369521 ], [ -6.102473155290989, 55.825594372325035 ], [ -6.102374988432148, 55.825269390525158 ], [ -6.104722369456515, 55.822834667563185 ], [ -6.104266729755822, 55.822301295115764 ], [ -6.105971672253701, 55.819155044478123 ], [ -6.105137964656925, 55.818823179269458 ], [ -6.105132166845586, 55.818162353087018 ], [ -6.104095412784956, 55.817949687353121 ], [ -6.104950308370398, 55.817952589273318 ], [ -6.105329063336445, 55.817000109613971 ], [ -6.105296950940271, 55.816241234865736 ], [ -6.104461317083306, 55.816269169343933 ], [ -6.104884261549732, 55.815508573377137 ], [ -6.104641175572453, 55.814414999306614 ], [ -6.103579777553979, 55.81427060579162 ], [ -6.103374473822742, 55.813989675857954 ], [ -6.104073289315473, 55.812891601441812 ], [ -6.100661652780878, 55.809615051674562 ], [ -6.098610338881833, 55.808788695484878 ], [ -6.099530639729768, 55.807746207623701 ], [ -6.099462396802497, 55.806718735715144 ], [ -6.097786857241243, 55.804377915323165 ], [ -6.097274621815991, 55.802848137996058 ], [ -6.095716155237649, 55.80214918666357 ], [ -6.094424882823185, 55.800649883207058 ], [ -6.093236932221412, 55.800284792192414 ], [ -6.092433619251492, 55.799097460039484 ], [ -6.092856954545955, 55.798112056531956 ], [ -6.092519573424091, 55.795888436134959 ], [ -6.091469225965585, 55.795311894456376 ], [ -6.092165388229545, 55.79441632694995 ], [ -6.091420221398637, 55.79317309140486 ], [ -6.092100725056432, 55.79197676529958 ], [ -6.091198917920943, 55.790001289370366 ], [ -6.089415631824479, 55.78852283666123 ], [ -6.08590911637723, 55.788189937430225 ], [ -6.085261248415587, 55.787262696689211 ], [ -6.0853636677318, 55.786108131378526 ], [ -6.084626779550497, 55.785853859806274 ], [ -6.084931084135725, 55.784188945473446 ], [ -6.084081454043671, 55.782629882608539 ], [ -6.081651453512591, 55.781217811900881 ], [ -6.074684143879144, 55.779218958642659 ], [ -6.069854894402392, 55.776906019790545 ], [ -6.068404122428866, 55.776459486208957 ], [ -6.066136791317906, 55.776291805727986 ], [ -6.063247617808591, 55.775056480226489 ], [ -6.06188732727694, 55.774175196826398 ], [ -6.059665108659317, 55.771834020897103 ], [ -6.054837276417403, 55.769286648444051 ], [ -6.051745203838916, 55.765782469292567 ], [ -6.049733065073746, 55.764378488573534 ], [ -6.048691098758536, 55.764021663934528 ], [ -6.048583419659269, 55.76429051827548 ], [ -6.048305392834327, 55.763993919559006 ], [ -6.047851745004634, 55.764233716746951 ], [ -6.046953931844792, 55.763651787324321 ], [ -6.047647774738862, 55.761960650374348 ], [ -6.046935090481415, 55.759088323758938 ], [ -6.047830555027097, 55.756189930927057 ], [ -6.047169696495188, 55.755199987651565 ], [ -6.049107324474303, 55.754124313986871 ], [ -6.049134145546963, 55.752922825201686 ], [ -6.048170526692036, 55.751781000017218 ], [ -6.04946012358689, 55.749917301530068 ], [ -6.050741843065651, 55.74582800605539 ], [ -6.051271642123933, 55.745171987111085 ], [ -6.052793756448523, 55.745013792095897 ], [ -6.05171664285512, 55.74492796151673 ], [ -6.05293086285506, 55.743570333255555 ], [ -6.05287598343145, 55.741966840703398 ], [ -6.051564847261786, 55.740930954803758 ], [ -6.051357411319228, 55.739930555728876 ], [ -6.049844223410813, 55.739481394010973 ], [ -6.050204622757024, 55.73742351900075 ], [ -6.047600750225127, 55.734370808152605 ], [ -6.045856449185463, 55.733380637276682 ], [ -6.044355743373351, 55.733587510938726 ], [ -6.043423769147553, 55.732206292236214 ], [ -6.04188586369942, 55.730975438950345 ], [ -6.040745863106798, 55.730585820290422 ], [ -6.038175617684454, 55.730621005152635 ], [ -6.036716745212492, 55.730075472572807 ], [ -6.033863819746811, 55.730690941353885 ], [ -6.034784986361008, 55.72973433843287 ], [ -6.033408420672409, 55.730139343594018 ], [ -6.033752082690061, 55.728837511911252 ], [ -6.033083771941516, 55.728693114472939 ], [ -6.03186944436762, 55.728971359193878 ], [ -6.031046709554611, 55.728643169085181 ], [ -6.031789344506215, 55.726883065328792 ], [ -6.031300948952176, 55.726242613212555 ], [ -6.030637698207443, 55.726223942250932 ], [ -6.030017436388379, 55.725309028932173 ], [ -6.030119348034687, 55.723902736344321 ], [ -6.029740006169413, 55.723546478690238 ], [ -6.028778683787, 55.723650007297195 ], [ -6.029998144807363, 55.722805048370773 ], [ -6.030910415000039, 55.722689632136721 ], [ -6.031674449216484, 55.721832643424776 ], [ -6.032164958877925, 55.719406328804332 ], [ -6.032701521614006, 55.718970500033819 ], [ -6.032215991124128, 55.718356938140197 ], [ -6.034403388194515, 55.717399161459987 ], [ -6.036742477376658, 55.715366152122449 ], [ -6.036053549041879, 55.714017356284486 ], [ -6.03508877722012, 55.71408507944129 ], [ -6.035944828524478, 55.713427379338199 ], [ -6.035505986067546, 55.713342896222223 ], [ -6.035660869175826, 55.712991558496405 ], [ -6.03809971491597, 55.71185006405085 ], [ -6.039732323853338, 55.70984474787862 ], [ -6.040334302171046, 55.709658538244142 ], [ -6.040151496488529, 55.705424228579226 ], [ -6.03933175517576, 55.703733520116565 ], [ -6.03836440337402, 55.703311225016094 ], [ -6.037962168693533, 55.70365722409705 ], [ -6.037031066218133, 55.70343157693754 ], [ -6.037245707313623, 55.702502698753349 ], [ -6.036137413019995, 55.702103014446259 ], [ -6.036245561125887, 55.701762206530574 ], [ -6.035017094901702, 55.701123650483652 ], [ -6.033353062534134, 55.701511154392662 ], [ -6.032257087989385, 55.700998615137493 ], [ -6.030623933042954, 55.701299630198307 ], [ -6.032355685100591, 55.69863464234593 ], [ -6.034067528748601, 55.698402958872975 ], [ -6.036252870936504, 55.6954307009198 ], [ -6.035743594405753, 55.694044516131328 ], [ -6.033298150809792, 55.693027817066458 ], [ -6.033838974842404, 55.69263680189195 ], [ -6.035139000345057, 55.692814352832379 ], [ -6.03546783546024, 55.692421314392199 ], [ -6.034573276338225, 55.691960625267392 ], [ -6.035920151680753, 55.691435150016645 ], [ -6.034469749529886, 55.691883092980611 ], [ -6.03485752209231, 55.692400933695474 ], [ -6.033632305933938, 55.69256266274644 ], [ -6.032624125832241, 55.693594083327625 ], [ -6.031164775520066, 55.693570133325132 ], [ -6.027922904330149, 55.695331448495502 ], [ -6.0274956255081, 55.695125151742403 ], [ -6.026192977566084, 55.695541158615967 ], [ -6.025745684131982, 55.695295043628334 ], [ -6.024883015577681, 55.695809002951975 ], [ -6.025192391478028, 55.694715161231727 ], [ -6.023841585308248, 55.694817961153127 ], [ -6.023538250657434, 55.694423221735725 ], [ -6.0246621357664, 55.692502248865303 ], [ -6.024172737450312, 55.692001204091746 ], [ -6.026068669385706, 55.69139486224141 ], [ -6.026283244658468, 55.690695335544632 ], [ -6.025849014880882, 55.690498255543609 ], [ -6.02434825232737, 55.690844308878944 ], [ -6.024054166193872, 55.690539199754831 ], [ -6.024493027252153, 55.690007682084868 ], [ -6.024180026141209, 55.689905542022373 ], [ -6.024678183388013, 55.689718316458411 ], [ -6.024512341157212, 55.689112221296917 ], [ -6.023017673464122, 55.688449018838256 ], [ -6.023848283836912, 55.688089007187088 ], [ -6.023628750869732, 55.687889368913261 ], [ -6.024270525247503, 55.687396157109205 ], [ -6.025341395587651, 55.687050730005964 ], [ -6.025559285177395, 55.68630612909746 ], [ -6.02772649302663, 55.685616202966266 ], [ -6.027741315545665, 55.684909745829977 ], [ -6.028240491995601, 55.684578578748734 ], [ -6.030141666447091, 55.684336220750602 ], [ -6.030900733092639, 55.683978510672866 ], [ -6.030866566678386, 55.68364688348278 ], [ -6.030203115918881, 55.683619236155785 ], [ -6.029737013500673, 55.683189394076948 ], [ -6.030209293196503, 55.682674740626609 ], [ -6.029095178393202, 55.682212241646305 ], [ -6.024529683048009, 55.684561074819307 ], [ -6.022231733061378, 55.684892807536734 ], [ -6.019829760048174, 55.684832206179919 ], [ -6.020008899220471, 55.684174323005479 ], [ -6.021695759939534, 55.682311351081999 ], [ -6.024248596836907, 55.681750923426442 ], [ -6.02448753110999, 55.680591943974825 ], [ -6.023815645326517, 55.680636485860809 ], [ -6.023680638989833, 55.680407093672166 ], [ -6.02452768775415, 55.679821703411747 ], [ -6.025690020052306, 55.67967111759252 ], [ -6.025120365352679, 55.678929897027174 ], [ -6.027056231226234, 55.677944499787401 ], [ -6.027236333269827, 55.677529389174502 ], [ -6.027804507321738, 55.677560181806079 ], [ -6.028148648669959, 55.676883370955942 ], [ -6.032418295821113, 55.674917336907058 ], [ -6.03289966197679, 55.674955458005201 ], [ -6.032588125261805, 55.675329936534375 ], [ -6.032921969697088, 55.67548083072915 ], [ -6.035020611014352, 55.674148199500195 ], [ -6.034934769609325, 55.674627669834763 ], [ -6.036064332339105, 55.67439262457993 ], [ -6.036642681737838, 55.673982369017757 ], [ -6.036552020584803, 55.673180455222351 ], [ -6.037768516451907, 55.673711457104766 ], [ -6.038340268305971, 55.675396849425766 ], [ -6.03657713261077, 55.677667281205949 ], [ -6.037397432617495, 55.677982007705673 ], [ -6.040830153418824, 55.676853538387782 ], [ -6.041686406092611, 55.675898094716878 ], [ -6.041236663040461, 55.675395809576926 ], [ -6.042045013326352, 55.674901500478605 ], [ -6.042705884959335, 55.675059569359689 ], [ -6.043652146366316, 55.674745063098321 ], [ -6.043933943125388, 55.673467706709545 ], [ -6.044991921742772, 55.672771783063197 ], [ -6.044853173833513, 55.672430119258024 ], [ -6.046284156359555, 55.671879255520487 ], [ -6.047572677004172, 55.670874419129731 ], [ -6.048637225366027, 55.670627911724566 ], [ -6.048377621759752, 55.671041188223235 ], [ -6.048744231635875, 55.671047063844021 ], [ -6.05060296210503, 55.669479256456114 ], [ -6.049203849516807, 55.671490539371675 ], [ -6.049115868634006, 55.671947610250548 ], [ -6.049873594094487, 55.671580825797399 ], [ -6.053466966808557, 55.669015831638973 ], [ -6.053489604299569, 55.668542931140031 ], [ -6.056518054979765, 55.666826611815132 ], [ -6.056528130689999, 55.666616732526919 ], [ -6.05590402821845, 55.666812761171443 ], [ -6.056138347462393, 55.666386813493361 ], [ -6.058359926799337, 55.664640489918369 ], [ -6.057572193618627, 55.664792483268677 ], [ -6.058027202982606, 55.664039958371873 ], [ -6.054507055107235, 55.665307632522648 ], [ -6.055528347235378, 55.664414969620218 ], [ -6.055137852245988, 55.663793859526294 ], [ -6.052231262633077, 55.665225525628657 ], [ -6.052474219492272, 55.664421578478667 ], [ -6.051295263038373, 55.665251976985424 ], [ -6.053532964830106, 55.662430502730153 ], [ -6.057825819241073, 55.659486978946141 ], [ -6.058848284027357, 55.659758889721431 ], [ -6.059888216983416, 55.660736195209388 ], [ -6.060925204538106, 55.659613630820253 ], [ -6.061438861824415, 55.660194667692551 ], [ -6.061103334167965, 55.660947744294432 ], [ -6.062500776477076, 55.659696304604886 ], [ -6.0631699249461, 55.659629150361219 ], [ -6.065701350744957, 55.657885895118341 ], [ -6.064484374087394, 55.659724953981701 ], [ -6.066923342544908, 55.658393940479321 ], [ -6.066245134999147, 55.659522640579503 ], [ -6.066397111316174, 55.659683975473889 ], [ -6.067288730213455, 55.659308135471932 ], [ -6.066647393213719, 55.660255745235723 ], [ -6.067058598638318, 55.660615324585763 ], [ -6.065713525324364, 55.661757159596533 ], [ -6.06575954010808, 55.662430139406425 ], [ -6.066860629032934, 55.661925942138751 ], [ -6.067141684152244, 55.662640584644969 ], [ -6.070248766976937, 55.663068029980558 ], [ -6.070555570052833, 55.663494020503677 ], [ -6.072106950347579, 55.663908336115263 ], [ -6.073417008638907, 55.663317992261547 ], [ -6.074248954268261, 55.662062726960507 ], [ -6.071838169096871, 55.660910758875403 ], [ -6.071695507699733, 55.660533278029995 ], [ -6.073191894725501, 55.65970111424852 ], [ -6.076906855823215, 55.660238584330727 ], [ -6.078420349814958, 55.659189941821445 ], [ -6.07790178524761, 55.658487723385313 ], [ -6.078361502020154, 55.658166644406627 ], [ -6.078206838718592, 55.657628586410205 ], [ -6.076745153871048, 55.656866916970188 ], [ -6.076660834303985, 55.656438935270607 ], [ -6.075803677676116, 55.656380214971854 ], [ -6.075476736709049, 55.656005270582021 ], [ -6.074777181653559, 55.656115774129354 ], [ -6.074175732758745, 55.655517924172635 ], [ -6.073384519589162, 55.65561887679533 ], [ -6.073516492442661, 55.65483835379932 ], [ -6.072703184722274, 55.655063247138706 ], [ -6.073223799025499, 55.654670014180184 ], [ -6.072509656400345, 55.65419641551437 ], [ -6.074055225690604, 55.652631432898389 ], [ -6.074285358429139, 55.651877322766524 ], [ -6.073445185531402, 55.651705604718394 ], [ -6.072739252740486, 55.652060032646553 ], [ -6.072738163808829, 55.651544743748289 ], [ -6.072285313232957, 55.651411404611359 ], [ -6.070457512558806, 55.651837278229493 ], [ -6.071425079621725, 55.650587415153815 ], [ -6.071433014630691, 55.649485453446893 ], [ -6.072637187909206, 55.648554178174493 ], [ -6.072311366092427, 55.648250237899845 ], [ -6.074569453919786, 55.645953771188289 ], [ -6.074197974785884, 55.645134230136598 ], [ -6.073467566027205, 55.645221473419028 ], [ -6.073213082421831, 55.644915163744187 ], [ -6.073367387906598, 55.644487340282389 ], [ -6.074371395609301, 55.644125690748332 ], [ -6.073411696831379, 55.643919278652952 ], [ -6.07423907691664, 55.642317907325747 ], [ -6.074794183230022, 55.642227496201563 ], [ -6.075505890833414, 55.642954775615792 ], [ -6.076967496772889, 55.641566112353281 ], [ -6.078533538584882, 55.642022114424364 ], [ -6.079552363694846, 55.641803822867395 ], [ -6.080398675920428, 55.641150587736554 ], [ -6.080467583644309, 55.640590695629733 ], [ -6.081259028400066, 55.641090449436838 ], [ -6.080690106274446, 55.6421931191094 ], [ -6.081001036815075, 55.642582971792777 ], [ -6.08146421152438, 55.641839067271576 ], [ -6.081965722748278, 55.641921285395824 ], [ -6.082305383144435, 55.641289414968838 ], [ -6.082630712165435, 55.641359514435841 ], [ -6.082909466078227, 55.641593048529892 ], [ -6.082306129388752, 55.642899227197994 ], [ -6.083780454671068, 55.643313252905301 ], [ -6.084917103458378, 55.644606395779213 ], [ -6.086060462363599, 55.644590748850348 ], [ -6.086333737587252, 55.64507627708646 ], [ -6.084563593069574, 55.647698460122882 ], [ -6.084763246702301, 55.648667599078813 ], [ -6.085450796724146, 55.648550241023955 ], [ -6.085497685087547, 55.648877839922392 ], [ -6.086360391045281, 55.648991165016227 ], [ -6.088080320330467, 55.648098286656797 ], [ -6.087821372976332, 55.647369458504144 ], [ -6.089395939681451, 55.645922911868922 ], [ -6.090415853877015, 55.646019267952774 ], [ -6.090835206620965, 55.645618543252525 ], [ -6.090952000715432, 55.64628016473992 ], [ -6.091763561706921, 55.646360983473215 ], [ -6.093697212391942, 55.64470002891106 ], [ -6.096671030724139, 55.64393959008747 ], [ -6.099453024428398, 55.64218271297279 ], [ -6.100900364487236, 55.64172955775129 ], [ -6.100344943697352, 55.641208535804438 ], [ -6.101064203879632, 55.641395807055787 ], [ -6.102110192993373, 55.640769905589877 ], [ -6.102587043870684, 55.640874450122027 ], [ -6.103006778171876, 55.640342361137456 ], [ -6.105074481768349, 55.640848675767799 ], [ -6.106592012647734, 55.640429073258453 ], [ -6.107345151074271, 55.639847118051655 ], [ -6.10826838144606, 55.639947464504786 ], [ -6.108700457552161, 55.639564234436669 ], [ -6.109925385489277, 55.639433205362955 ], [ -6.11049151566981, 55.63899420700497 ], [ -6.110253128660535, 55.638191881150817 ], [ -6.111193839604968, 55.637458808745428 ], [ -6.111553953836113, 55.637329804353399 ], [ -6.111355171101843, 55.637556820475574 ], [ -6.11190602642626, 55.637578801189662 ], [ -6.113090099084387, 55.63651377272253 ], [ -6.115395523883542, 55.635680869802634 ], [ -6.115474431136951, 55.635372434690133 ], [ -6.115959217349936, 55.635522527565563 ], [ -6.117417695148585, 55.635179416474941 ], [ -6.11754395187534, 55.634716495911867 ], [ -6.119200103119177, 55.634333440861361 ], [ -6.119909137907499, 55.63449935983936 ], [ -6.119629407239279, 55.634122041158143 ], [ -6.12060501910508, 55.633995689203985 ], [ -6.120293060520262, 55.633553802433774 ], [ -6.120860879618925, 55.633949307810354 ], [ -6.121200881426033, 55.633569127766037 ], [ -6.122536385131134, 55.633675278054639 ], [ -6.12286849185647, 55.633099296625723 ], [ -6.123318724875797, 55.633268510810183 ], [ -6.123533224908248, 55.633856671046743 ], [ -6.122947832604399, 55.634291885457763 ], [ -6.123543338757162, 55.634663063486613 ], [ -6.122840471848912, 55.635069854732116 ], [ -6.123894173019414, 55.635685524878831 ], [ -6.127195560674297, 55.634620096881278 ], [ -6.130907477338586, 55.633891485935557 ], [ -6.131323459235649, 55.632875556131211 ], [ -6.12959164470877, 55.632584103819397 ], [ -6.128525814808505, 55.631958998266214 ], [ -6.130277339783503, 55.631502423256158 ], [ -6.130615378414014, 55.631934413098506 ], [ -6.13172470538121, 55.631931171881384 ], [ -6.131852869446024, 55.631427697143131 ], [ -6.13308724350942, 55.631042488473369 ], [ -6.133080295364498, 55.630750427045008 ], [ -6.133525236616215, 55.631050191533049 ], [ -6.134091509305272, 55.63084221061721 ], [ -6.135230747589134, 55.631167997244262 ], [ -6.136563411246321, 55.630614848744962 ], [ -6.13649804146992, 55.629920042134032 ], [ -6.137636657239976, 55.629261012784717 ], [ -6.137349869477465, 55.62880302684907 ], [ -6.138572490259922, 55.628262565538414 ], [ -6.139266256017335, 55.628284088503143 ], [ -6.141131692411163, 55.627132782212733 ], [ -6.142709044046701, 55.627317770793226 ], [ -6.143556822963861, 55.626691005071009 ], [ -6.144755932978775, 55.626380615748928 ], [ -6.145665997898418, 55.626493712855343 ], [ -6.146299149060483, 55.626242937053853 ], [ -6.147421895837694, 55.626488223938935 ], [ -6.147897984046251, 55.625954957465396 ], [ -6.149219571047473, 55.625901194923998 ], [ -6.149438845679947, 55.625569989120926 ], [ -6.150842272097893, 55.625688814868738 ], [ -6.150708030073442, 55.627123378354533 ], [ -6.151255137970042, 55.626960933749544 ], [ -6.151949327018934, 55.627211712041152 ], [ -6.152049045920851, 55.627702990364689 ], [ -6.150450857848468, 55.628598082605457 ], [ -6.151159854896436, 55.629318739483331 ], [ -6.151732083445012, 55.629363198572356 ], [ -6.154063393610518, 55.628455816495588 ], [ -6.155645537466911, 55.628699836881957 ], [ -6.156960329466867, 55.628476239530464 ], [ -6.157323405567093, 55.628047501251537 ], [ -6.158215130488307, 55.627911999882016 ], [ -6.157634397442831, 55.628161958127805 ], [ -6.158016612951585, 55.628738077493573 ], [ -6.158711136131767, 55.62920106170003 ], [ -6.159313113133055, 55.629166228956201 ], [ -6.15917816735702, 55.629377669930633 ], [ -6.159817588877793, 55.629291197648975 ], [ -6.160800020193238, 55.630459401174072 ], [ -6.162117430177288, 55.630185294489984 ], [ -6.162473612209958, 55.630410626875239 ], [ -6.162637249178567, 55.629990449084545 ], [ -6.163106712916966, 55.630369321624812 ], [ -6.16341312888428, 55.630170934121779 ], [ -6.163728887545247, 55.63035986299554 ], [ -6.16364738513915, 55.630041553478783 ], [ -6.164219974093071, 55.630568012657001 ], [ -6.165613664885333, 55.630817414797001 ], [ -6.165722546008187, 55.630346030942007 ], [ -6.166975181490621, 55.629642369088579 ], [ -6.168666247571552, 55.630146937008298 ], [ -6.168739483452723, 55.629789186389416 ], [ -6.168005904174928, 55.629692736971904 ], [ -6.168214259557521, 55.629334885118375 ], [ -6.167373209510919, 55.628900322931607 ], [ -6.168294457240663, 55.62836981178215 ], [ -6.169299595694518, 55.628254652326589 ], [ -6.169805539162521, 55.627855187346618 ], [ -6.169974670525374, 55.628249656053512 ], [ -6.169247380480782, 55.628436307359657 ], [ -6.170495609099122, 55.628663623392328 ], [ -6.171194397479886, 55.628059719962728 ], [ -6.171532636118492, 55.628250561596424 ], [ -6.171739521559546, 55.627879262217647 ], [ -6.172186437977454, 55.628120363328946 ], [ -6.172889094733009, 55.627777140490302 ], [ -6.173586209576472, 55.627083340509003 ], [ -6.173227174169872, 55.62677179571822 ], [ -6.174302476588793, 55.626047115265884 ], [ -6.175869686610306, 55.625687892806859 ], [ -6.176398179513781, 55.625948681644772 ], [ -6.177727153489424, 55.625889861398477 ], [ -6.177963455178836, 55.625571510073307 ], [ -6.176795541196997, 55.625575373525983 ], [ -6.176664431226656, 55.625314524969987 ], [ -6.177800825209038, 55.625014938912372 ], [ -6.177142573829284, 55.624655152342363 ], [ -6.178411693724257, 55.624706292382641 ], [ -6.180128843870565, 55.624323010297346 ], [ -6.180310743077437, 55.624791680145982 ], [ -6.179511740668448, 55.624945766263522 ], [ -6.180226015479025, 55.625130045568817 ], [ -6.179782457515042, 55.625248615602118 ], [ -6.180738228807343, 55.625252865350362 ], [ -6.182805615042724, 55.624666017700306 ], [ -6.181518935099377, 55.624599333721427 ], [ -6.183078223349975, 55.624286156120853 ], [ -6.183581248074824, 55.624456945683846 ], [ -6.183441126980581, 55.624186518135318 ], [ -6.182556443531199, 55.624103413634288 ], [ -6.1828556706661, 55.623645295534537 ], [ -6.186088993381765, 55.623350435832961 ], [ -6.185921731422694, 55.623674539001549 ], [ -6.1848248967103, 55.623956661457569 ], [ -6.186206290328906, 55.623749354910103 ], [ -6.186448496764776, 55.624335574837673 ], [ -6.18773906446761, 55.624230289508105 ], [ -6.188062059088276, 55.62467973408603 ], [ -6.189941274205832, 55.624475146009217 ], [ -6.190337918310402, 55.62470621005933 ], [ -6.189538406150771, 55.625346053670555 ], [ -6.188155454156603, 55.625673070000943 ], [ -6.188154708858706, 55.626097610048753 ], [ -6.186966304740508, 55.626668889804201 ], [ -6.186646400748857, 55.626293087028401 ], [ -6.184937568024229, 55.626590733530435 ], [ -6.184486573761379, 55.626952410977957 ], [ -6.184929097362403, 55.627702673751415 ], [ -6.184132752902512, 55.627584182239886 ], [ -6.183649933660797, 55.628511762476201 ], [ -6.18474481950128, 55.629192970307358 ], [ -6.186146245531204, 55.629484147152255 ], [ -6.186331080163822, 55.629205312661853 ], [ -6.188081693175401, 55.629015046654345 ], [ -6.18840043816727, 55.628159613923245 ], [ -6.189949480500161, 55.627273785597225 ], [ -6.189807831537765, 55.628134856643761 ], [ -6.190464272659921, 55.628133982242872 ], [ -6.19082004505239, 55.628458182317893 ], [ -6.189684385365687, 55.62971661994262 ], [ -6.189888006062071, 55.630268178591869 ], [ -6.191401279301529, 55.631619455836379 ], [ -6.194047883960035, 55.632982277319179 ], [ -6.195625622591392, 55.63280951781536 ], [ -6.196566057002327, 55.633010241466934 ], [ -6.198464054891758, 55.632532367495685 ], [ -6.197938478084883, 55.632954213666615 ], [ -6.198676601819777, 55.632794900783971 ], [ -6.20002372788981, 55.633259569607397 ], [ -6.20080845004557, 55.6329268603725 ], [ -6.201966403555016, 55.633065218543074 ], [ -6.202542369269135, 55.632446455273083 ], [ -6.203200196702324, 55.632650529695916 ], [ -6.203563764480765, 55.632289983371322 ], [ -6.204390414967217, 55.632852514518298 ], [ -6.204517435179634, 55.632569339434696 ], [ -6.205347521077408, 55.632585809515149 ], [ -6.206453076210237, 55.63204327802697 ], [ -6.207015959487342, 55.631244161442361 ], [ -6.207188943733089, 55.63144867931959 ], [ -6.208497071349708, 55.63141632605668 ], [ -6.209029899266369, 55.630974395906314 ], [ -6.21156921702957, 55.631200090655192 ], [ -6.217188924466796, 55.629956198250262 ], [ -6.217876274739512, 55.630508147838448 ], [ -6.217699146266033, 55.629970106708839 ], [ -6.220158912139587, 55.62660702426593 ], [ -6.218753920846421, 55.624703718499319 ], [ -6.216689774571986, 55.624059783618954 ], [ -6.216066554044208, 55.622772604712033 ], [ -6.214934847663096, 55.622447304002954 ], [ -6.215040626336881, 55.621139523107168 ], [ -6.214612416583425, 55.620704558851479 ], [ -6.21155338821015, 55.620265667982594 ], [ -6.212990005291619, 55.62002737343159 ], [ -6.213373424078966, 55.619380099605053 ], [ -6.21297825094048, 55.619326241092409 ], [ -6.214648435257776, 55.618895511477845 ], [ -6.214857002340151, 55.618470108213288 ], [ -6.216430050436841, 55.618245063490143 ], [ -6.217085530308405, 55.617763792373644 ], [ -6.217258117905851, 55.617964712115146 ], [ -6.216984887615372, 55.617492939087363 ], [ -6.217892381116957, 55.616769137500036 ], [ -6.217784439968426, 55.616282678207249 ], [ -6.218818494905129, 55.615923266764334 ], [ -6.218908386896605, 55.615281589163345 ], [ -6.219562694407728, 55.615011704744852 ], [ -6.218826258381966, 55.615109034266787 ], [ -6.220535903261803, 55.614456504579046 ], [ -6.220228837236072, 55.613522708808169 ], [ -6.221798419397015, 55.611791197926571 ], [ -6.221497939696435, 55.611509250316317 ], [ -6.221921648176116, 55.611238308355844 ], [ -6.222305343347694, 55.611481408776207 ], [ -6.222743515801914, 55.611344876666585 ], [ -6.22283756547218, 55.610963880329599 ], [ -6.223336336208745, 55.611095079167463 ], [ -6.223213788421768, 55.61032581288471 ], [ -6.224437905276547, 55.609667484975688 ], [ -6.223699011445265, 55.609076881111001 ], [ -6.22472405499254, 55.608119617056829 ], [ -6.226649697098177, 55.607189716508991 ], [ -6.226023168350244, 55.606388382610419 ], [ -6.226765505496926, 55.606421217448833 ], [ -6.228059224478291, 55.605746955480889 ], [ -6.228601004152698, 55.606056529350447 ], [ -6.229820216160354, 55.605870505058704 ], [ -6.229950489012432, 55.605605173897104 ], [ -6.230578857649159, 55.605907250367132 ], [ -6.231188940880676, 55.605818710353709 ], [ -6.232188586155337, 55.604628408396124 ], [ -6.233107052630569, 55.604232389883677 ], [ -6.233618660641252, 55.603157884719799 ], [ -6.23598998837505, 55.600989207074477 ], [ -6.235886096388983, 55.600394689695285 ], [ -6.235166557090949, 55.599983368418989 ], [ -6.235491573184805, 55.599535906195584 ], [ -6.234562317774581, 55.598947457302444 ], [ -6.234796777044989, 55.598323246086522 ], [ -6.234285364278502, 55.597558444793599 ], [ -6.234804982505737, 55.597000819534671 ], [ -6.234408789551447, 55.596641267426747 ], [ -6.236120711030679, 55.595430781674516 ], [ -6.237022096945703, 55.595246683084156 ], [ -6.237718829193281, 55.595447418651638 ], [ -6.238681966797395, 55.594658559349071 ], [ -6.23916751179339, 55.594668727343894 ], [ -6.239468220669784, 55.594217597436668 ], [ -6.238099385152968, 55.593455522711174 ], [ -6.239121381468254, 55.592844504608124 ], [ -6.239427497581734, 55.593031774768953 ], [ -6.239962618791804, 55.592765899262353 ], [ -6.240997835484881, 55.591763159004103 ], [ -6.242816042167238, 55.59146629763741 ], [ -6.244923734904977, 55.591937368923013 ], [ -6.246299017203445, 55.591363503396792 ], [ -6.24764219334122, 55.591447314371393 ], [ -6.248433283124098, 55.590979141113785 ], [ -6.250336398723898, 55.591173901991233 ], [ -6.251373563604693, 55.590998470729303 ], [ -6.253478627997674, 55.590345205770511 ], [ -6.253185863349914, 55.590135020338458 ], [ -6.253872416923232, 55.589728905309954 ], [ -6.254926867329348, 55.589786692826308 ], [ -6.257423598065325, 55.58901180973924 ], [ -6.258749732057683, 55.589451364249669 ], [ -6.259218305688024, 55.587915026314789 ], [ -6.261659745727733, 55.586705753903907 ], [ -6.262043414879642, 55.58585142755485 ], [ -6.262697906711868, 55.58559028495489 ], [ -6.262469305663164, 55.584874206189298 ], [ -6.262984594320756, 55.584208669313334 ], [ -6.262605050954146, 55.584149934821831 ], [ -6.262627241865111, 55.583622995667753 ], [ -6.263450246198735, 55.583086149857714 ], [ -6.264661622034058, 55.583201343587604 ], [ -6.264519384030326, 55.582842030744722 ], [ -6.265182563747089, 55.582953834526599 ], [ -6.264650935816639, 55.58251814884585 ], [ -6.265143896338619, 55.581574556043172 ], [ -6.266077795474946, 55.581182232228386 ], [ -6.266045306782569, 55.580810100835791 ], [ -6.266365688089193, 55.581055270076867 ], [ -6.266846420643692, 55.579999666549263 ], [ -6.266436737675524, 55.579955486910443 ], [ -6.267888896540453, 55.579072877206514 ], [ -6.268266867642727, 55.580067058842936 ], [ -6.26890275724768, 55.580220268057175 ], [ -6.269259841760397, 55.579780580895751 ], [ -6.269042821484156, 55.580413257261547 ], [ -6.271746738058785, 55.579653322852216 ], [ -6.271989518019375, 55.579914678121028 ], [ -6.273001362639159, 55.579874854841371 ], [ -6.272695404592523, 55.580200339425076 ], [ -6.273108778688814, 55.580424256207031 ], [ -6.274645210040964, 55.57995236117192 ], [ -6.275034760383659, 55.580249058564107 ], [ -6.275370174069307, 55.580048459630994 ], [ -6.27599769248924, 55.580197427706167 ], [ -6.276146084679111, 55.580466570440883 ], [ -6.277356349974694, 55.580280365268429 ], [ -6.27778685807115, 55.579932525881922 ], [ -6.277360640970952, 55.5803926447877 ], [ -6.277734511537612, 55.580253655534648 ], [ -6.278541697100389, 55.580594206340919 ], [ -6.281977154088538, 55.580064803675889 ], [ -6.282533150956692, 55.580504061410529 ], [ -6.286315256185436, 55.581041731948041 ], [ -6.290122426588455, 55.580427123637598 ], [ -6.291752376233964, 55.57965041801544 ], [ -6.291660526361491, 55.58004489653991 ], [ -6.294667981041915, 55.579741511297982 ], [ -6.294571820284176, 55.580023713419088 ], [ -6.296425115438151, 55.580273465985812 ], [ -6.297532114886419, 55.581030604136082 ], [ -6.29815396845788, 55.580981781331985 ], [ -6.299672285679007, 55.581724453982353 ], [ -6.299516929857759, 55.581900806866884 ], [ -6.30144729876497, 55.582345655745215 ], [ -6.301683209837925, 55.58217996041467 ], [ -6.302547198593755, 55.582891630837487 ], [ -6.302359559269693, 55.583280492406026 ], [ -6.303113612602758, 55.583640742767876 ], [ -6.302782242439642, 55.583877255583047 ], [ -6.303296401781387, 55.583787221379154 ], [ -6.3029357952453, 55.584119204548479 ], [ -6.303604496972236, 55.584280077634681 ], [ -6.304061484454036, 55.583958194489526 ], [ -6.305199395050018, 55.5839811307197 ], [ -6.307541986322485, 55.583188134026457 ], [ -6.311974864439623, 55.58241589915135 ], [ -6.312162367072017, 55.582098981808109 ], [ -6.312943406658029, 55.582993395261603 ], [ -6.312290472802036, 55.582903973410225 ], [ -6.312684796391366, 55.583168907569167 ], [ -6.312017712561349, 55.583673620280301 ], [ -6.312815028489625, 55.583703988612271 ], [ -6.312169844739798, 55.583902116990551 ], [ -6.312013971521281, 55.584217919697231 ], [ -6.312584845150021, 55.584355207726119 ], [ -6.31204947081622, 55.584396559002066 ], [ -6.312340494208769, 55.584660636950552 ], [ -6.312007278634211, 55.584735339581364 ], [ -6.312691916069112, 55.584751690201102 ], [ -6.312491322997268, 55.585527789279233 ], [ -6.313130028404709, 55.585487291934129 ], [ -6.31235766292141, 55.585901273860763 ], [ -6.312521508977829, 55.58645315977175 ], [ -6.311854063110438, 55.586593605758196 ], [ -6.313739898448535, 55.586846454209478 ], [ -6.31346632958967, 55.587247357714546 ], [ -6.314300412280722, 55.587033570007918 ], [ -6.313353496879236, 55.588533051996805 ], [ -6.314205135345538, 55.588912284559512 ], [ -6.31520976357301, 55.588804910785399 ], [ -6.315478619098079, 55.589011299428371 ], [ -6.315933067819771, 55.588738930573591 ], [ -6.316369333205515, 55.58892232398825 ], [ -6.316982683717956, 55.588607469254356 ], [ -6.316542994042733, 55.589086195643866 ], [ -6.317242104536133, 55.588944607575215 ], [ -6.317046758016815, 55.589117897011022 ], [ -6.317608824420875, 55.589246479319655 ], [ -6.317913018534802, 55.588835491056777 ], [ -6.319515914363822, 55.588464120331849 ], [ -6.319042176125114, 55.588849615436722 ], [ -6.319838054526083, 55.589082367796465 ], [ -6.322384815313881, 55.588268388425085 ], [ -6.322656663744803, 55.58850163986412 ], [ -6.324338231785519, 55.587475320697251 ], [ -6.32335478520382, 55.588207143755206 ], [ -6.323490163361986, 55.588571137993235 ], [ -6.324530314311285, 55.588642323164777 ], [ -6.325700554892721, 55.588308643639976 ], [ -6.32600899990532, 55.588585567305856 ], [ -6.326788684524923, 55.588166741404436 ], [ -6.326162746490954, 55.588611613652681 ], [ -6.326802975039871, 55.588512526993519 ], [ -6.326828148275663, 55.588812954998872 ], [ -6.327917297653681, 55.588464131711426 ], [ -6.328804174234196, 55.588801543419443 ], [ -6.329463197147726, 55.588512891856148 ], [ -6.328938145386483, 55.588864264084314 ], [ -6.329356395175409, 55.588768518170504 ], [ -6.329565986429882, 55.589156865205219 ], [ -6.331117362795903, 55.588751184684519 ], [ -6.330043547174971, 55.589382823638275 ], [ -6.330840000752895, 55.58933215602913 ], [ -6.331468848088608, 55.589921533494199 ], [ -6.332295468477033, 55.589928253749235 ], [ -6.333811735529954, 55.589348387266469 ], [ -6.33410344736915, 55.589832759979927 ], [ -6.337200190086026, 55.589039464883228 ], [ -6.336983255778821, 55.589807197135606 ], [ -6.33829583482261, 55.589684222312229 ], [ -6.336504217752568, 55.590862149410896 ], [ -6.337012589004571, 55.591078894885293 ], [ -6.337786798011396, 55.590898548863457 ], [ -6.338033054759429, 55.591186642829207 ], [ -6.338582303759989, 55.590982784013448 ], [ -6.338138434698076, 55.591637135614135 ], [ -6.339238396973478, 55.591098940801679 ], [ -6.334472525956399, 55.59382228509967 ], [ -6.334633246156673, 55.594198863580935 ], [ -6.335616685665227, 55.594114560459097 ], [ -6.33425897496714, 55.594549415257127 ], [ -6.335683481688113, 55.594575416254756 ], [ -6.335558416263901, 55.594881165591275 ], [ -6.336259039581615, 55.594752907739448 ], [ -6.335856597671309, 55.595135943610153 ], [ -6.336218551741923, 55.595249045319598 ], [ -6.333345780908065, 55.595773533191647 ], [ -6.332768752796343, 55.596158241731551 ], [ -6.332758883688067, 55.596860168884632 ], [ -6.332086398237621, 55.597171798808532 ], [ -6.333006630239479, 55.597233668715347 ], [ -6.332894886765223, 55.597516456644485 ], [ -6.334090032791434, 55.597118856829887 ], [ -6.333535258610872, 55.597777115707451 ], [ -6.334718569799331, 55.597775690966003 ], [ -6.333764279997371, 55.599059730782372 ], [ -6.334190541503667, 55.599035643287621 ], [ -6.333983362025435, 55.599317314222994 ], [ -6.332329249064274, 55.60009094040911 ], [ -6.332436573401924, 55.600631314055804 ], [ -6.333140775731457, 55.60060638732903 ], [ -6.33191287426499, 55.600852226916452 ], [ -6.33214629744708, 55.601167770827452 ], [ -6.3330502977129, 55.601081805962629 ], [ -6.331126069499986, 55.602719460181866 ], [ -6.331019245046588, 55.602903131358744 ], [ -6.331872843260174, 55.602791975569957 ], [ -6.330791252680149, 55.603140559505022 ], [ -6.332947521202715, 55.603172187679398 ], [ -6.331559303530689, 55.603693534068896 ], [ -6.332790263794958, 55.603474575282476 ], [ -6.3323649526419, 55.60386740113907 ], [ -6.332870499602582, 55.603913369276768 ], [ -6.331717078033177, 55.604403019966668 ], [ -6.332590990261053, 55.604475529824981 ], [ -6.331704718668851, 55.604794721437962 ], [ -6.332151817246166, 55.604814877812515 ], [ -6.331711647419173, 55.60514526476652 ], [ -6.332432923863738, 55.604947204537204 ], [ -6.332451535319395, 55.604939189169947 ], [ -6.333084093865176, 55.604768389228241 ], [ -6.332564434224457, 55.604919918773192 ], [ -6.333083107737377, 55.60483138621742 ], [ -6.332751754641381, 55.60518311002081 ], [ -6.333223094224547, 55.605235684525283 ], [ -6.332580147001073, 55.605528279576561 ], [ -6.333152380140089, 55.60545855496126 ], [ -6.332503014640515, 55.606196608423915 ], [ -6.33325630566987, 55.606615177419989 ], [ -6.332439728500755, 55.60684645794904 ], [ -6.331873401598334, 55.606538197588691 ], [ -6.330903487448847, 55.60746747578105 ], [ -6.32984006782878, 55.60762202253467 ], [ -6.329729754275772, 55.60806216071493 ], [ -6.328913612103443, 55.608441811603051 ], [ -6.329413674296084, 55.608509575966899 ], [ -6.327862267340365, 55.609325372160463 ], [ -6.328888831308968, 55.609369127824131 ], [ -6.328330854262902, 55.609784617741909 ], [ -6.328692925109147, 55.609897739634789 ], [ -6.328293207228535, 55.610595459107685 ], [ -6.328661206112356, 55.610978208446838 ], [ -6.329464519565852, 55.611201649810276 ], [ -6.330107581673991, 55.610909069396371 ], [ -6.330489453119004, 55.611129420715621 ], [ -6.331279914124736, 55.610948549316547 ], [ -6.331479769861863, 55.611894902948421 ], [ -6.331754304321049, 55.61164683316931 ], [ -6.332441408587086, 55.612040766998199 ], [ -6.332221292034661, 55.612349874702467 ], [ -6.331514403360522, 55.612280444166004 ], [ -6.33223267587806, 55.6125248660708 ], [ -6.331466426209364, 55.612637427206153 ], [ -6.330348939256575, 55.613814771879305 ], [ -6.330962852407669, 55.613977444426197 ], [ -6.330283142247057, 55.614082438825747 ], [ -6.331052891868737, 55.614576895269423 ], [ -6.332562207074475, 55.614213179346613 ], [ -6.332475176662108, 55.615007781750251 ], [ -6.331612416602086, 55.615326135933785 ], [ -6.330816926160844, 55.616181778181335 ], [ -6.331158783711471, 55.616542959583882 ], [ -6.330788237269958, 55.617145211536943 ], [ -6.331422516447271, 55.618498942572785 ], [ -6.332418428943983, 55.618090431110978 ], [ -6.332059761249745, 55.618656288328012 ], [ -6.332877086863233, 55.618573399191114 ], [ -6.332605491227379, 55.618992263465245 ], [ -6.331794587645654, 55.619061431543557 ], [ -6.33169416408475, 55.61944725363248 ], [ -6.332847932834818, 55.619172570045251 ], [ -6.333097817280735, 55.619635941857041 ], [ -6.333638577422247, 55.619423419522434 ], [ -6.33330613535492, 55.619938882034418 ], [ -6.331788219199247, 55.620874062304438 ], [ -6.330045606698716, 55.620351055515428 ], [ -6.329921412147113, 55.620881629331272 ], [ -6.329004594088262, 55.620567757669612 ], [ -6.329020914113425, 55.620787547261138 ], [ -6.327578607355285, 55.621112867336713 ], [ -6.328057054378329, 55.621271349677386 ], [ -6.327931360179378, 55.621572612854173 ], [ -6.329381577936311, 55.622038530134503 ], [ -6.32806932333547, 55.623038345157759 ], [ -6.328480405933376, 55.625393877861903 ], [ -6.32806128084076, 55.625341234019565 ], [ -6.328070176095411, 55.625565783313249 ], [ -6.327535773498126, 55.625188911300164 ], [ -6.327375911719172, 55.625612807417433 ], [ -6.326831601519133, 55.625434162531292 ], [ -6.326882508140107, 55.626183408011094 ], [ -6.32648519137907, 55.625680260959328 ], [ -6.326494044684718, 55.626264593321494 ], [ -6.326342662505363, 55.625829209544669 ], [ -6.325602821646216, 55.626255604319077 ], [ -6.325523520367706, 55.627337750053407 ], [ -6.322661149953419, 55.627762631429263 ], [ -6.321611888292963, 55.628411294127382 ], [ -6.322088733457735, 55.629491795823299 ], [ -6.321693190870874, 55.630085902439333 ], [ -6.322188975088594, 55.630617069968061 ], [ -6.321798916559177, 55.630972628413737 ], [ -6.322560972487019, 55.63153936966426 ], [ -6.322401541869431, 55.631895783465573 ], [ -6.322831197186188, 55.631538825409514 ], [ -6.322651432054953, 55.632143306716763 ], [ -6.32236186606089, 55.632328920821266 ], [ -6.32227926008268, 55.632084487206527 ], [ -6.321440682554572, 55.632914594385326 ], [ -6.32146399126541, 55.63269340623485 ], [ -6.320936319036051, 55.633026833939851 ], [ -6.320135031532273, 55.632969656318252 ], [ -6.319809656894487, 55.633768153777197 ], [ -6.31874040280649, 55.634381514844243 ], [ -6.318107025656595, 55.633828201656314 ], [ -6.3171202987475, 55.634757942628688 ], [ -6.317150163226899, 55.634235209107061 ], [ -6.316501547760157, 55.634914670754007 ], [ -6.31596699605281, 55.634897532974996 ], [ -6.316541134756347, 55.636428847319948 ], [ -6.315191363909936, 55.637672681224096 ], [ -6.314915654839891, 55.63899559005791 ], [ -6.313618782810893, 55.638843396114041 ], [ -6.313083432340671, 55.638241631994447 ], [ -6.312514596474039, 55.638419066860202 ], [ -6.312749029543275, 55.638887518729121 ], [ -6.311882596147273, 55.639250821909094 ], [ -6.310985687410961, 55.639120495751918 ], [ -6.311505736565753, 55.639583393054565 ], [ -6.310726586848229, 55.640595713416978 ], [ -6.309577979006354, 55.640852002496338 ], [ -6.310992102187134, 55.641274444340958 ], [ -6.309158512375442, 55.643110878494049 ], [ -6.31037323818079, 55.643454896677866 ], [ -6.309854449138462, 55.643365219648274 ], [ -6.310138840784226, 55.643926360168876 ], [ -6.308868772711483, 55.644308339907788 ], [ -6.309290890518929, 55.644675753437063 ], [ -6.30912508364333, 55.645554048966112 ], [ -6.306755835650364, 55.645920704413406 ], [ -6.306898798187298, 55.646136041373389 ], [ -6.305836693917966, 55.646312797217966 ], [ -6.30588392735787, 55.646814825338915 ], [ -6.305454663102364, 55.646816423395265 ], [ -6.305510825522218, 55.646459168959247 ], [ -6.304726198542387, 55.64706239091295 ], [ -6.304118721741431, 55.646701475639098 ], [ -6.304172949737961, 55.647383146837505 ], [ -6.303720544122156, 55.647174182787651 ], [ -6.303211817770284, 55.647538341953037 ], [ -6.302865451570953, 55.64720872183905 ], [ -6.303029671398471, 55.648196836854773 ], [ -6.30409984383642, 55.64867191928527 ], [ -6.30323630454357, 55.648702259912866 ], [ -6.302298458013321, 55.648056125521933 ], [ -6.302925854879194, 55.648699674491027 ], [ -6.30217745944786, 55.649054259042437 ], [ -6.301572650608287, 55.648688740116988 ], [ -6.301530416647891, 55.64960765396826 ], [ -6.30032108613638, 55.649168915215263 ], [ -6.301517927259739, 55.649624282513116 ], [ -6.300110425895258, 55.650147707295815 ], [ -6.30065408920654, 55.650173592663862 ], [ -6.300106665970584, 55.650548090603948 ], [ -6.299461908789514, 55.649963600580321 ], [ -6.298025651641381, 55.650355792213666 ], [ -6.298160846493803, 55.649703451355272 ], [ -6.297507992647209, 55.650132005445073 ], [ -6.297386566785189, 55.649532741240648 ], [ -6.296825005325354, 55.650213529621332 ], [ -6.29676007025537, 55.649694132372261 ], [ -6.296135042660673, 55.649868960267966 ], [ -6.295718822807778, 55.649627217394254 ], [ -6.294731249582976, 55.649904695696698 ], [ -6.294168717652173, 55.650504555449132 ], [ -6.293191129230582, 55.650655749303475 ], [ -6.2931305295926, 55.650320583905007 ], [ -6.292140821046458, 55.650724036720668 ], [ -6.292453585694489, 55.650384782304172 ], [ -6.291632841045085, 55.650660885787865 ], [ -6.291510835562491, 55.650345859972703 ], [ -6.290145295897703, 55.650730982527598 ], [ -6.289245043144523, 55.650281310610836 ], [ -6.285685737774225, 55.651260355307343 ], [ -6.284137875189393, 55.651215562181271 ], [ -6.283550511784218, 55.650862838080293 ], [ -6.283719911173951, 55.651248167999974 ], [ -6.283095371463294, 55.651355453083035 ], [ -6.280766807574595, 55.651153528540874 ], [ -6.280476143699315, 55.650749946807757 ], [ -6.280106651095086, 55.651226065608007 ], [ -6.279421834191761, 55.651218511688164 ], [ -6.27349597397482, 55.649536586904198 ], [ -6.272916987732884, 55.649988511115673 ], [ -6.273683725725026, 55.650528403667593 ], [ -6.273053223056213, 55.65028956484408 ], [ -6.272336003153877, 55.650786782266067 ], [ -6.271152076851552, 55.65043232022586 ], [ -6.271085230447683, 55.650767439614199 ], [ -6.270075191286807, 55.650694721298116 ], [ -6.269796037279242, 55.651271091706235 ], [ -6.269224695517423, 55.651210056788415 ], [ -6.269418973670033, 55.651751936720018 ], [ -6.268875130155119, 55.652162141162371 ], [ -6.26962867081883, 55.651924513538624 ], [ -6.269810314224143, 55.652642221827811 ], [ -6.269209539903024, 55.652384338261818 ], [ -6.269539719832587, 55.65278656751439 ], [ -6.268435413779552, 55.652798068721225 ], [ -6.268502773813819, 55.652467430557927 ], [ -6.267891392746921, 55.652987914829652 ], [ -6.267238437130469, 55.652221864657733 ], [ -6.267368997264208, 55.652646343187733 ], [ -6.266526233291168, 55.653233343168203 ], [ -6.267576102822144, 55.65352506391573 ], [ -6.267531567471478, 55.654138225714384 ], [ -6.266621869512816, 55.65381913665319 ], [ -6.2668102689173, 55.654307259349373 ], [ -6.265504172203258, 55.654438189827957 ], [ -6.265113247160934, 55.654865537002763 ], [ -6.26394950830905, 55.654843088790138 ], [ -6.26217135029649, 55.655606518975823 ], [ -6.260900148493508, 55.6567165572257 ], [ -6.261158672480984, 55.659019084804015 ], [ -6.260119356211621, 55.65772858019514 ], [ -6.259137978261891, 55.657599007726667 ], [ -6.26167608385541, 55.662018654640399 ], [ -6.262632624962532, 55.667296477335796 ], [ -6.264827438984787, 55.671739709200203 ], [ -6.263842559147123, 55.67219491537989 ], [ -6.26481749398402, 55.672378646792836 ], [ -6.265475947811311, 55.673309117468811 ], [ -6.267811775776222, 55.678017225208997 ], [ -6.269326890821132, 55.678467227519576 ], [ -6.269898220428655, 55.679078718579142 ], [ -6.26949287800109, 55.679346479793878 ], [ -6.269937465782514, 55.679146606935262 ], [ -6.270250742516932, 55.679552125078807 ], [ -6.26885588644077, 55.680496551161369 ], [ -6.269587211401943, 55.680969355492245 ], [ -6.269722956385088, 55.682140175840487 ], [ -6.27623404970473, 55.691358946833347 ], [ -6.282762948981059, 55.697759784106772 ], [ -6.285128752127323, 55.699147669839128 ], [ -6.287583298950639, 55.702214347402069 ], [ -6.291086635312908, 55.705109358999458 ], [ -6.301589512558736, 55.711963741393404 ], [ -6.306133235405667, 55.714088805199026 ], [ -6.31151624091162, 55.716017800561474 ], [ -6.311104002576519, 55.718924001657676 ], [ -6.311518500872014, 55.719431102464348 ], [ -6.311817529353112, 55.716798713720685 ], [ -6.312376684215672, 55.716306840376831 ], [ -6.31321389422035, 55.716385322740521 ], [ -6.314193152529585, 55.715802207651805 ], [ -6.315699242375012, 55.716671130397295 ], [ -6.318088361082328, 55.717167149799494 ], [ -6.320007422816142, 55.716942142080725 ], [ -6.32025149588407, 55.716627730181465 ], [ -6.321590658951018, 55.716850367079246 ], [ -6.323277061891331, 55.716611022039672 ], [ -6.324312228567936, 55.715670570015426 ], [ -6.324624194341508, 55.715969875417706 ], [ -6.325120676734491, 55.71584892486942 ], [ -6.324848884984954, 55.715408789101772 ], [ -6.325328000832409, 55.715203002637089 ], [ -6.326017912657524, 55.715965677490928 ], [ -6.327207781474039, 55.715991145025725 ], [ -6.327364437004029, 55.714384596850209 ], [ -6.327953173036449, 55.714809041843829 ], [ -6.327966031074401, 55.714205957029726 ], [ -6.328737222088066, 55.713832441597013 ], [ -6.329130048402509, 55.714142372544728 ], [ -6.329674541279539, 55.713448556759637 ], [ -6.329879918916591, 55.713936000793986 ], [ -6.330657034912827, 55.713544274541469 ], [ -6.332418712288328, 55.713841811304782 ], [ -6.331773992028975, 55.713990516547497 ], [ -6.331515669371206, 55.714462860876608 ], [ -6.33235675782417, 55.714073360722722 ], [ -6.332830418681878, 55.714178047264767 ], [ -6.332830163495322, 55.715468768762001 ], [ -6.333892163345856, 55.715993388535551 ], [ -6.33596834261997, 55.715964950296794 ], [ -6.336598119480423, 55.715537921513182 ], [ -6.336129862627304, 55.715338615401159 ], [ -6.336576717524559, 55.715273339974594 ], [ -6.336348457130746, 55.71486766563612 ], [ -6.33733590826801, 55.714792259328291 ], [ -6.336532524322313, 55.715090515364523 ], [ -6.337229331498382, 55.714980417740655 ], [ -6.337601888548585, 55.715250564652578 ], [ -6.33660553734908, 55.715461205635506 ], [ -6.33809440919509, 55.715309591402111 ], [ -6.337437320455001, 55.715562201182387 ], [ -6.337809884664695, 55.715832347329481 ], [ -6.338427818876187, 55.715657574735772 ], [ -6.338398185325832, 55.716036393887507 ], [ -6.339872639626755, 55.715754847645243 ], [ -6.338280737422816, 55.716341866880924 ], [ -6.338987213921913, 55.716892515962613 ], [ -6.339686612212731, 55.717020668467214 ], [ -6.340437280337406, 55.716319503903051 ], [ -6.34136569495094, 55.716142718421878 ], [ -6.340957166727099, 55.716552944276074 ], [ -6.341394070126814, 55.716398058252707 ], [ -6.341285605389473, 55.716784167371458 ], [ -6.339893467945829, 55.717089799810282 ], [ -6.341327421831946, 55.717160457641853 ], [ -6.340732402954826, 55.717613264217277 ], [ -6.34149686000007, 55.717896507875096 ], [ -6.34035963449843, 55.718202112389108 ], [ -6.339406647924448, 55.719162283732203 ], [ -6.338170105284849, 55.71929149136033 ], [ -6.337723253480291, 55.719500684141934 ], [ -6.337985720545676, 55.719711763857653 ], [ -6.337321075110601, 55.719825223693022 ], [ -6.338220783244896, 55.721039134699822 ], [ -6.338433482962458, 55.720730291695652 ], [ -6.338941997905472, 55.720932662948201 ], [ -6.338160844238249, 55.721288605123561 ], [ -6.338857831418601, 55.721394362743546 ], [ -6.338329128649312, 55.721655923759911 ], [ -6.338494455409686, 55.722068319532653 ], [ -6.337990428947055, 55.721978219020343 ], [ -6.33784618988816, 55.72232961159893 ], [ -6.337153212030829, 55.722403596659177 ], [ -6.336656856980572, 55.723100240096379 ], [ -6.336949577994568, 55.723224804284627 ], [ -6.336512910106279, 55.723290361235328 ], [ -6.336919862783359, 55.723387756797493 ], [ -6.336479319502875, 55.723295404315849 ], [ -6.33624418802618, 55.723226047964694 ], [ -6.336215881545651, 55.723219273280023 ], [ -6.336318670042439, 55.723570921671346 ], [ -6.335651984508122, 55.723738410336381 ], [ -6.336269719740788, 55.724134810435039 ], [ -6.336856971283245, 55.725720462362844 ], [ -6.337827392983766, 55.725532328624134 ], [ -6.336671555244143, 55.725816066086423 ], [ -6.33779083216313, 55.725992342921082 ], [ -6.336599250161963, 55.726241365861902 ], [ -6.337243811566601, 55.726591840523689 ], [ -6.336587958986385, 55.726642021387647 ], [ -6.33684878826466, 55.727842559534686 ], [ -6.337671618920425, 55.728577989045192 ], [ -6.339021135578985, 55.728602198789645 ], [ -6.338637370947926, 55.72930835675028 ], [ -6.339525938004708, 55.729200460302586 ], [ -6.340033603196999, 55.72946582091577 ], [ -6.339708097689893, 55.729582194227596 ], [ -6.340181529343527, 55.729649470387763 ], [ -6.339642687349435, 55.729605579744891 ], [ -6.339458079923394, 55.729546665151666 ], [ -6.339396072772066, 55.729537853802007 ], [ -6.338995800676445, 55.729880318524529 ], [ -6.339640860274884, 55.730019392892224 ], [ -6.339776229050765, 55.729803230550523 ], [ -6.339911763740194, 55.730018799763258 ], [ -6.339469834586658, 55.730416707538303 ], [ -6.336372058837952, 55.731371779149399 ], [ -6.335996139260691, 55.732005693723444 ], [ -6.33461675704915, 55.732072449225761 ], [ -6.334400027123396, 55.732489360149074 ], [ -6.333303478674485, 55.732663031596708 ], [ -6.331546174407726, 55.736651213598869 ], [ -6.33222967507472, 55.737495038671128 ], [ -6.332164835825531, 55.738347308888841 ], [ -6.332763833480288, 55.738357628530963 ], [ -6.331157086347313, 55.739322827674911 ], [ -6.332252530537562, 55.740071153883569 ], [ -6.332832689862176, 55.740055155663782 ], [ -6.332406957438251, 55.740456959155296 ], [ -6.332908758512813, 55.740668591143546 ], [ -6.331936583559392, 55.741031233158914 ], [ -6.332071722263307, 55.741746019076913 ], [ -6.331549153404789, 55.741993835938921 ], [ -6.330539642069342, 55.741948535553441 ], [ -6.329724308249093, 55.742719366935297 ], [ -6.328286469525575, 55.742837576953178 ], [ -6.327932153355306, 55.743452710314735 ], [ -6.327116195327823, 55.74364340148103 ], [ -6.324423563922356, 55.743086272732846 ], [ -6.323212510553019, 55.743452767977637 ], [ -6.322266478580073, 55.743836894715763 ], [ -6.322734489651533, 55.744967192726897 ], [ -6.320456783011326, 55.744269429432563 ], [ -6.316868552861526, 55.745056866956944 ], [ -6.315898954119016, 55.746093867329456 ], [ -6.316985388872505, 55.746761695041883 ], [ -6.315709681586673, 55.746833572324256 ], [ -6.314810088330375, 55.747494831198175 ], [ -6.314361078940822, 55.748625932733432 ], [ -6.314830578098992, 55.749050143685849 ], [ -6.31421742438388, 55.749417996382192 ], [ -6.311857268537668, 55.748480122509619 ], [ -6.31007176238414, 55.748340503160193 ], [ -6.308017911176681, 55.747720089443305 ], [ -6.305041734277355, 55.748350755596874 ], [ -6.299453795483682, 55.75193762180519 ], [ -6.295800262130102, 55.755531139779123 ], [ -6.293580155875455, 55.756546073253752 ], [ -6.289789015347121, 55.757243547782025 ], [ -6.288818028280673, 55.757914294374864 ], [ -6.289082927670896, 55.758307077918957 ], [ -6.288561847873549, 55.75877590919302 ], [ -6.288911397458511, 55.758226729760842 ], [ -6.288612074887872, 55.757796473841651 ], [ -6.287427373218878, 55.757466420241236 ], [ -6.286283999865622, 55.757555843927584 ], [ -6.280998035488456, 55.760200351884045 ], [ -6.274155081223458, 55.760987597629274 ], [ -6.265474916110248, 55.763837753794952 ], [ -6.26199291091214, 55.763900300747153 ], [ -6.26140158011738, 55.764824755300083 ], [ -6.262010073367746, 55.765692243063377 ], [ -6.261047890670347, 55.765573661882698 ], [ -6.261953973942649, 55.765806618958479 ], [ -6.261002358783825, 55.765974584215641 ], [ -6.260695430241947, 55.766976400284477 ], [ -6.260870946501361, 55.768100871714118 ], [ -6.26167743841269, 55.768662879246129 ], [ -6.261113681585472, 55.768686956317943 ], [ -6.258625635600604, 55.770579364374967 ], [ -6.254994666857382, 55.770715226436231 ], [ -6.254344791861355, 55.771281006776121 ], [ -6.253963829118157, 55.77105047403883 ], [ -6.253189317756528, 55.771249111253624 ], [ -6.252307265809342, 55.77103234407631 ], [ -6.253151174843877, 55.771469890154592 ], [ -6.252449121014828, 55.771806319250153 ], [ -6.253422500319276, 55.771455987972857 ], [ -6.253860608461524, 55.771786174983568 ], [ -6.253417934959785, 55.771677401843355 ], [ -6.253188172990547, 55.772394103617252 ], [ -6.251909668222036, 55.772258530414213 ], [ -6.252250871441984, 55.772446376157731 ], [ -6.251931277112441, 55.77255908476527 ], [ -6.252704152621786, 55.772681603156158 ], [ -6.252320229476741, 55.773374864498834 ], [ -6.251709873334397, 55.7734697665243 ], [ -6.251051950911965, 55.773172370939648 ], [ -6.251575366253912, 55.773465432962958 ], [ -6.251167173927285, 55.773453492639369 ], [ -6.252153989326655, 55.773503844897682 ], [ -6.251753964389018, 55.773917944875869 ], [ -6.251356421062156, 55.773784215483559 ], [ -6.252198362202666, 55.774349553684125 ], [ -6.251213577211441, 55.774707220312216 ], [ -6.251876081549194, 55.775388749468647 ], [ -6.25166540941817, 55.775798086293342 ], [ -6.252808285720859, 55.776283739183008 ], [ -6.252346805979453, 55.776661295714675 ], [ -6.253077288762298, 55.777315935705516 ], [ -6.252165854636375, 55.777504019466186 ], [ -6.25293599922492, 55.777542088053252 ], [ -6.25302407443712, 55.777852031073472 ], [ -6.253429421165426, 55.777588844436636 ], [ -6.253794803022917, 55.778070856137369 ], [ -6.25351165299428, 55.777552715834673 ], [ -6.254671715369629, 55.777624926306139 ], [ -6.254928344948666, 55.778090018993936 ], [ -6.255181206341658, 55.777804231732127 ], [ -6.255724893360695, 55.778209001429929 ], [ -6.252848589380508, 55.778978780776207 ], [ -6.255517112844254, 55.778396089844975 ], [ -6.255087829485974, 55.778793509965823 ], [ -6.25570525156451, 55.778365281164625 ], [ -6.256340597161072, 55.778337849209336 ], [ -6.255824561989102, 55.778434895333618 ], [ -6.256382595449829, 55.778590926609212 ], [ -6.25628011527322, 55.779084661668698 ], [ -6.254854335841165, 55.779634179369936 ], [ -6.255225778788109, 55.779791289070054 ], [ -6.255518957025061, 55.77958235226496 ], [ -6.255298005716614, 55.779970466038691 ], [ -6.255699053774075, 55.779609385047529 ], [ -6.257467366042144, 55.779507574581615 ], [ -6.258204790813401, 55.779771599701235 ], [ -6.256439528908071, 55.780062191717001 ], [ -6.256361358984392, 55.780457047431007 ], [ -6.256484536183373, 55.780123589587866 ], [ -6.258294445818989, 55.779934880359839 ], [ -6.258768735377497, 55.78009830432898 ], [ -6.258086759412546, 55.780429569659745 ], [ -6.259578853393569, 55.780647611601694 ], [ -6.259339041146871, 55.781169501362768 ], [ -6.259773969963957, 55.781104037646919 ], [ -6.25965437869846, 55.781324048467823 ], [ -6.260148224314887, 55.781388752425215 ], [ -6.259758929411507, 55.78162352227325 ], [ -6.260134169220218, 55.781479181876428 ], [ -6.260324996633726, 55.781764867193651 ], [ -6.259810242059708, 55.782282811236868 ], [ -6.259175364982501, 55.781920797131193 ], [ -6.259624346288652, 55.782392696587642 ], [ -6.259086235791111, 55.782594853918518 ], [ -6.259463335825057, 55.78259885471298 ], [ -6.259216692647524, 55.78291231676274 ], [ -6.259661860803457, 55.7827943323773 ], [ -6.260892486923702, 55.783597960802041 ], [ -6.260219791450623, 55.783941506707343 ], [ -6.259642729280556, 55.783758269868308 ], [ -6.258315889976717, 55.784075040506011 ], [ -6.25943978465339, 55.783960486857914 ], [ -6.259749759984086, 55.784313990931153 ], [ -6.259627842859131, 55.783870314020881 ], [ -6.260864078831936, 55.78428699994744 ], [ -6.260719353189962, 55.784058176649602 ], [ -6.261584418423103, 55.783722338616968 ], [ -6.263174891465096, 55.784035858949153 ], [ -6.265670101153875, 55.783719802360736 ], [ -6.265629725936394, 55.784152926160857 ], [ -6.265016751247233, 55.784385593703718 ], [ -6.265747791041735, 55.78428373497843 ], [ -6.266295117031567, 55.783743046746189 ], [ -6.268732272722582, 55.783698770818951 ], [ -6.270650667871389, 55.78292598176057 ], [ -6.275963227402299, 55.783123242979322 ], [ -6.277472484185401, 55.782405073142336 ], [ -6.276702256234745, 55.782512865890396 ], [ -6.276783490207803, 55.781871444933088 ], [ -6.276229878407143, 55.781989673909251 ], [ -6.27666253058928, 55.781641810573902 ], [ -6.281114103222571, 55.781194279706007 ], [ -6.284041400742945, 55.781690239496136 ], [ -6.291242021086234, 55.784105458022516 ], [ -6.295617352697064, 55.784847316679404 ], [ -6.301013439548202, 55.784640327623862 ], [ -6.301962933139482, 55.783698618867888 ], [ -6.302225293041873, 55.782677558710972 ], [ -6.301764825400083, 55.782482334297811 ], [ -6.303401757222208, 55.782780217473245 ], [ -6.304362794951808, 55.782449698638871 ], [ -6.305780651331789, 55.78271475987998 ], [ -6.305863731128831, 55.782455505790146 ], [ -6.30603454118256, 55.782701354077979 ], [ -6.308060545390069, 55.782981025648105 ], [ -6.311116212204642, 55.784416250049219 ], [ -6.311053702336833, 55.784789014159117 ], [ -6.311886792446719, 55.78460054472081 ], [ -6.316573983515972, 55.785991793552164 ], [ -6.326060950479623, 55.786903457850919 ], [ -6.329596756398501, 55.786688820209697 ], [ -6.337740654350064, 55.785425326733829 ], [ -6.342448799946269, 55.785132891122274 ], [ -6.347345733390337, 55.784172487211677 ], [ -6.352056540823836, 55.780418479453282 ], [ -6.351969370719154, 55.779466349373038 ], [ -6.352713964688527, 55.778588153932731 ], [ -6.352464211942265, 55.777080530727822 ], [ -6.35320700328569, 55.776629636723833 ], [ -6.35287380395322, 55.775003548025509 ], [ -6.357131414653835, 55.770678042926349 ], [ -6.357224301242679, 55.768553821132315 ], [ -6.357572995251266, 55.768718630020999 ], [ -6.357800606784315, 55.768328275507258 ], [ -6.359030273574955, 55.768195544920083 ], [ -6.359449585135009, 55.767821761600523 ], [ -6.359178860877899, 55.767441015782012 ], [ -6.361939360993841, 55.7654756184155 ], [ -6.361599016548857, 55.764101650104031 ], [ -6.360670979871768, 55.764091467231069 ], [ -6.3616432951983, 55.763984045407412 ], [ -6.361590162498169, 55.762981236786842 ], [ -6.362515836804678, 55.76284218564269 ], [ -6.362265505758002, 55.76258664594431 ], [ -6.363267139086551, 55.760802470878652 ], [ -6.363893027415315, 55.760650684801966 ], [ -6.364825950207318, 55.759080312385287 ], [ -6.366652869862234, 55.757745250727879 ], [ -6.368375338192166, 55.757301650257268 ], [ -6.369347784909532, 55.756542047046509 ], [ -6.369492180798445, 55.756051192577743 ], [ -6.368634851039916, 55.755551610131484 ], [ -6.369088207978728, 55.754495116997276 ], [ -6.368143418989749, 55.754048452172405 ], [ -6.369519908154582, 55.753208795509906 ], [ -6.369440237237159, 55.752582907679802 ], [ -6.370309319448657, 55.751513962154974 ], [ -6.370670885267762, 55.751652188953784 ], [ -6.370490253070367, 55.751377992190356 ], [ -6.371018916012116, 55.751271005915513 ], [ -6.371110103298045, 55.749835806751335 ], [ -6.372165523286939, 55.748523645165847 ], [ -6.371818939938011, 55.747551083946846 ], [ -6.372345103529883, 55.746354925952737 ], [ -6.37176677001758, 55.745647873888878 ], [ -6.372188920477022, 55.745288329653349 ], [ -6.371779848428061, 55.744654396786245 ], [ -6.373076015878454, 55.744595593909793 ], [ -6.372563338454341, 55.744389006590666 ], [ -6.373255731844921, 55.744392202378556 ], [ -6.373191029648525, 55.744014034959889 ], [ -6.373559672119718, 55.743831789476644 ], [ -6.373753403913182, 55.744038054382237 ], [ -6.374347965781181, 55.743310767180525 ], [ -6.375160857603698, 55.743094680987866 ], [ -6.374738680931018, 55.743012598733429 ], [ -6.37551524378223, 55.74272854686896 ], [ -6.375939582687086, 55.74204780005239 ], [ -6.376887138658018, 55.741980705766998 ], [ -6.378147251016867, 55.741402341313758 ], [ -6.378811246651903, 55.74157921666184 ], [ -6.377166877929056, 55.739655488383356 ], [ -6.376542242718457, 55.73978661747261 ], [ -6.377234185499647, 55.739445308593943 ], [ -6.377512101225982, 55.738355125848933 ], [ -6.377760359279783, 55.738521660264539 ], [ -6.377928692959271, 55.738089302374419 ], [ -6.378332791492805, 55.738195404422335 ], [ -6.37827336072675, 55.737779272845415 ], [ -6.378330241436474, 55.73800210947276 ], [ -6.378880711790215, 55.737949174338254 ], [ -6.378538124322972, 55.737538656014912 ], [ -6.378839125401563, 55.737166321443439 ], [ -6.3793004411153, 55.737242493487329 ], [ -6.379237907101614, 55.736884039097205 ], [ -6.380004152466669, 55.736850376938122 ], [ -6.380094425804043, 55.736333554856778 ], [ -6.380792804300381, 55.736320301034603 ], [ -6.380533953637842, 55.736101981845344 ], [ -6.381999660670254, 55.735795064486716 ], [ -6.381825762024364, 55.735240008315131 ], [ -6.382356479046235, 55.735281307606066 ], [ -6.382146922694774, 55.734976679777752 ], [ -6.382340774675909, 55.735198217971231 ], [ -6.38245045774449, 55.734542181113987 ], [ -6.382926003031659, 55.73446132237742 ], [ -6.382590414361508, 55.733758236548255 ], [ -6.383310813347958, 55.733373597884416 ], [ -6.382934778386296, 55.733360954422928 ], [ -6.383219174923608, 55.732685179437397 ], [ -6.384313102026451, 55.732319562672735 ], [ -6.384740176489444, 55.73177899971877 ], [ -6.384057456083316, 55.731136002240021 ], [ -6.385202737090443, 55.731412563226236 ], [ -6.385293447760211, 55.73058810005373 ], [ -6.386260803749921, 55.729734978806896 ], [ -6.38696047454798, 55.729861959210716 ], [ -6.387808114125045, 55.72876665181505 ], [ -6.388911252974474, 55.728484312453844 ], [ -6.388872945483755, 55.727632981317385 ], [ -6.38970407824513, 55.72795132544973 ], [ -6.389602952579026, 55.72746293279873 ], [ -6.390155647365556, 55.727771453340097 ], [ -6.389892104716869, 55.72741210423596 ], [ -6.390340124391944, 55.727427544615182 ], [ -6.390419057532887, 55.72657021626938 ], [ -6.391660948935546, 55.725779175236489 ], [ -6.392109825049337, 55.726014949882135 ], [ -6.392296804140893, 55.725410099804527 ], [ -6.3930530844725, 55.725261575313901 ], [ -6.392990978420082, 55.724921999281534 ], [ -6.393534086252487, 55.724862062255475 ], [ -6.394955368506617, 55.723754237030072 ], [ -6.395059378566028, 55.722554202780543 ], [ -6.395581406293941, 55.722378079452845 ], [ -6.395628031118915, 55.722650748747455 ], [ -6.396808617064832, 55.722095713313983 ], [ -6.396891437390665, 55.721274217296845 ], [ -6.397710633329193, 55.721402244322888 ], [ -6.397248401930322, 55.72090612055981 ], [ -6.397796860957722, 55.72082348448636 ], [ -6.397949733416552, 55.720341276565016 ], [ -6.398306747247649, 55.720539846796356 ], [ -6.398739482366195, 55.719854209012681 ], [ -6.399464254630305, 55.719639311771658 ], [ -6.399865351897794, 55.71980481372853 ], [ -6.400056634910722, 55.718673598074204 ], [ -6.401219932987535, 55.718249561645493 ], [ -6.401208775783534, 55.717867682720318 ], [ -6.403092066008635, 55.716621735900837 ], [ -6.403045112894432, 55.716205163138312 ], [ -6.403653582003431, 55.716160820632759 ], [ -6.403515661874121, 55.715644075105175 ], [ -6.404004882957755, 55.715743433839471 ], [ -6.404488106805593, 55.715082943234243 ], [ -6.405381912651197, 55.71488442235956 ], [ -6.405743916512836, 55.714138333914221 ], [ -6.40635668894786, 55.714273719349755 ], [ -6.406196393461565, 55.713982651381762 ], [ -6.406528930239888, 55.714105621063283 ], [ -6.406728923119924, 55.713689166855303 ], [ -6.40752843041075, 55.713714392862514 ], [ -6.407148137375771, 55.713521184077116 ], [ -6.407669583088905, 55.713623866745692 ], [ -6.408413187160524, 55.713012462904736 ], [ -6.408875045158363, 55.713081303844895 ], [ -6.408425718328308, 55.712841110181643 ], [ -6.409202109313119, 55.71273223350093 ], [ -6.410501556933041, 55.711187843986487 ], [ -6.412153696228051, 55.710863040649571 ], [ -6.413374618350327, 55.707990202533793 ], [ -6.414008950622401, 55.707823443812281 ], [ -6.413887625324943, 55.707454525439083 ], [ -6.414569022603551, 55.707492950971826 ], [ -6.414108596761238, 55.707154234756359 ], [ -6.4148121830461, 55.70604951021285 ], [ -6.415900504197837, 55.705812419127767 ], [ -6.41557848589548, 55.705500204187103 ], [ -6.416306615341809, 55.705177140488239 ], [ -6.416294451812647, 55.705492399748749 ], [ -6.416766195291818, 55.705367463226501 ], [ -6.417350337309367, 55.705814147152076 ], [ -6.417484016358568, 55.70509423563648 ], [ -6.417035071439679, 55.704786598774362 ], [ -6.418985758438887, 55.703582930018669 ], [ -6.420358197256481, 55.703394020626376 ], [ -6.419792466729388, 55.703180554578651 ], [ -6.420105503510198, 55.702638566755375 ], [ -6.421258810675046, 55.702061772781477 ], [ -6.422514081001551, 55.70203447547572 ], [ -6.422137203869332, 55.701800713519376 ], [ -6.422392672482355, 55.701454186681126 ], [ -6.423546687881726, 55.701587942940527 ], [ -6.423050325815869, 55.701353998629997 ], [ -6.423208247222084, 55.701060462131259 ], [ -6.423856650776296, 55.701230451051892 ], [ -6.423849130250667, 55.700601077947418 ], [ -6.424055057937452, 55.700872487558115 ], [ -6.424369573857159, 55.700555306967608 ], [ -6.425202065075969, 55.70059271425621 ], [ -6.424949192855049, 55.70018807740626 ], [ -6.425602253522928, 55.70004756371511 ], [ -6.426873352087522, 55.698683900744648 ], [ -6.427590574784969, 55.698828896328955 ], [ -6.427462609971689, 55.698613143088451 ], [ -6.428567840348187, 55.698316855728315 ], [ -6.429887000135865, 55.697378681687482 ], [ -6.430892452284457, 55.697607686206005 ], [ -6.43052077155961, 55.697279314974445 ], [ -6.431017230184175, 55.696811618817023 ], [ -6.432460902645758, 55.696129766866733 ], [ -6.433458945362707, 55.696012711696397 ], [ -6.433575115060279, 55.695351876443716 ], [ -6.434783897572075, 55.69526766332951 ], [ -6.434451550269736, 55.69500534272786 ], [ -6.435239412229438, 55.694720475328168 ], [ -6.435253023934621, 55.694980837034244 ], [ -6.43609842420402, 55.694711871571286 ], [ -6.437023927310843, 55.695078643815904 ], [ -6.436646324154281, 55.694768494995181 ], [ -6.437019759087351, 55.694831432653409 ], [ -6.436976956439965, 55.694594615234841 ], [ -6.437727080152245, 55.694819314413849 ], [ -6.437292434134474, 55.693796131692906 ], [ -6.438944081075896, 55.692773853453993 ], [ -6.439999234504517, 55.692389321704979 ], [ -6.440374895291609, 55.692542118159857 ], [ -6.440615601186495, 55.692137616144521 ], [ -6.442440319152038, 55.691869094340554 ], [ -6.443313865724581, 55.692269184925323 ], [ -6.443402134737847, 55.691784751146905 ], [ -6.444398935407767, 55.691798076718008 ], [ -6.443660054667386, 55.691181727894424 ], [ -6.444173665794605, 55.690726844152152 ], [ -6.445162436460578, 55.690879877059828 ], [ -6.446095989482452, 55.690477213802509 ], [ -6.448115476170122, 55.690242016018409 ], [ -6.448228174928498, 55.690462801120937 ], [ -6.450365399662622, 55.690632566693509 ], [ -6.449678497036766, 55.690333689139173 ], [ -6.450934239867035, 55.689866217426939 ], [ -6.450578278015843, 55.689145150075618 ], [ -6.450804757838869, 55.688826595114016 ], [ -6.451100624691137, 55.688977759467633 ], [ -6.450994245337005, 55.68825302437493 ], [ -6.452150830792045, 55.688202013257396 ], [ -6.453010616179388, 55.687712024062286 ], [ -6.453391613309634, 55.68798152258892 ], [ -6.453422254225585, 55.687341759596499 ], [ -6.454794490582324, 55.687017530706932 ], [ -6.454812468353059, 55.686756020132364 ], [ -6.456578798375078, 55.686592846618929 ], [ -6.456104226107008, 55.686983401257429 ], [ -6.45724343891701, 55.686640632791082 ], [ -6.457377108708901, 55.687045046645373 ], [ -6.458375724268824, 55.686307100454449 ], [ -6.459712524627467, 55.686370893104119 ], [ -6.458835108524775, 55.686007039925435 ], [ -6.459220821473002, 55.685759131558306 ], [ -6.458917021086702, 55.685608275371678 ], [ -6.460106355243088, 55.684867870933346 ], [ -6.460849035131039, 55.684818347911353 ], [ -6.460387432450259, 55.68474969845947 ], [ -6.461698185182907, 55.684027345258812 ], [ -6.462028073795178, 55.684127771447706 ], [ -6.462420942766713, 55.683524284969891 ], [ -6.465018434329478, 55.682916937768439 ], [ -6.464044118928059, 55.682750048384904 ], [ -6.465015130308348, 55.682260414616096 ], [ -6.466258203955327, 55.681922768160327 ], [ -6.467095440948116, 55.682144110568494 ], [ -6.466934325775656, 55.68156979874518 ], [ -6.46842131649468, 55.681277207589346 ], [ -6.46909286128656, 55.681720462104074 ], [ -6.469398921775618, 55.681264039011459 ], [ -6.46934089414808, 55.681522517097619 ], [ -6.469745171644083, 55.681368345091101 ], [ -6.469453433702769, 55.68181075395534 ], [ -6.470953657907714, 55.681076887015855 ], [ -6.472613079217528, 55.681596510620949 ], [ -6.472088528969483, 55.681116426554667 ], [ -6.474544911520949, 55.681017750258412 ], [ -6.474694200597673, 55.680791916740368 ], [ -6.474021398130827, 55.680686056406138 ], [ -6.47436045298979, 55.680588221186824 ], [ -6.472927616542782, 55.680100828165436 ], [ -6.472942643625353, 55.679744970978454 ], [ -6.473999259381437, 55.678613480602515 ], [ -6.473861111297576, 55.678240728483537 ], [ -6.474159218740269, 55.678063432155284 ], [ -6.474454335006405, 55.678277533840451 ], [ -6.474378002619912, 55.677610181922617 ], [ -6.475268562016242, 55.677532679721956 ], [ -6.475018955872688, 55.67729892742264 ], [ -6.476480059133308, 55.676642874929605 ], [ -6.476172372239052, 55.676249333986057 ], [ -6.476597164425155, 55.675649127101934 ], [ -6.477876951077069, 55.675148101650379 ], [ -6.478569855442419, 55.675221721182581 ], [ -6.479329487691103, 55.674487828031999 ], [ -6.479156470473602, 55.674714535809414 ], [ -6.482402502486691, 55.674356543710672 ], [ -6.481802711779609, 55.674123023326899 ], [ -6.482364292716629, 55.673814631607826 ], [ -6.483084549586518, 55.673918707726784 ], [ -6.48245654904333, 55.673716806562034 ], [ -6.48307581927658, 55.673217401311746 ], [ -6.482281278908261, 55.673367908822414 ], [ -6.482370974889828, 55.67262252303761 ], [ -6.483064524039936, 55.672493700720139 ], [ -6.482936009884439, 55.672691800328494 ], [ -6.483421507142222, 55.672692024224538 ], [ -6.483105579009171, 55.672852006534384 ], [ -6.483487535459654, 55.672851521511348 ], [ -6.484562849403362, 55.672303934170394 ], [ -6.485677737405166, 55.672240629428892 ], [ -6.48662332802289, 55.67157543782757 ], [ -6.487400393703358, 55.671939168443885 ], [ -6.487058502128095, 55.671483939684414 ], [ -6.488263742162363, 55.671015214766797 ], [ -6.488675140450104, 55.671216027205382 ], [ -6.48802855680362, 55.671601324612482 ], [ -6.489378614782438, 55.67153476712889 ], [ -6.487966709042729, 55.672394270791827 ], [ -6.489342292941244, 55.671856328462205 ], [ -6.492024537680831, 55.671830868461093 ], [ -6.492533108652872, 55.67194894718272 ], [ -6.491931512506346, 55.672517917989005 ], [ -6.493445087901343, 55.672267214437426 ], [ -6.493140878022404, 55.673055561678183 ], [ -6.493811202269201, 55.672807892807121 ], [ -6.494125949834078, 55.672194564472953 ], [ -6.49467868469528, 55.6723505934823 ], [ -6.494490566788478, 55.672846837083164 ], [ -6.493020414494691, 55.673669857585992 ], [ -6.494288222809595, 55.673260845831969 ], [ -6.493474826243204, 55.673884369289716 ], [ -6.495720540317972, 55.673050875442335 ], [ -6.496087286128043, 55.673222718800808 ], [ -6.495550321493289, 55.673536569218108 ], [ -6.497327853578226, 55.673283327825835 ], [ -6.497242711525188, 55.673733518171552 ], [ -6.497797063950128, 55.673501778225948 ], [ -6.49749859631681, 55.674727096995476 ], [ -6.49819055910527, 55.673920003433629 ], [ -6.498545823055762, 55.673908757786002 ], [ -6.498262313964664, 55.674128757687868 ], [ -6.499620458766078, 55.673813521912543 ], [ -6.498556225238506, 55.675065167924267 ], [ -6.501050839138234, 55.674555261181204 ], [ -6.50135789092082, 55.675065706268008 ], [ -6.501649019192539, 55.674801342123864 ], [ -6.501895592001818, 55.675145796421312 ], [ -6.502354378715832, 55.674816800133868 ], [ -6.502379193603061, 55.67533671545764 ], [ -6.502793479128734, 55.674939189654594 ], [ -6.503253421045508, 55.675090496035608 ], [ -6.504088628355518, 55.674851101893836 ], [ -6.504115705498827, 55.674505586492266 ], [ -6.505109078919818, 55.674451070315136 ], [ -6.505682250802754, 55.675336718279191 ], [ -6.50703633028643, 55.675414644416691 ], [ -6.506645342810059, 55.675654809935288 ], [ -6.50711440948778, 55.675954189220413 ], [ -6.506943227793467, 55.676568569652545 ], [ -6.507277564577047, 55.676182064900445 ], [ -6.507317014832442, 55.676745519073258 ], [ -6.507743464595253, 55.67652293692592 ], [ -6.509852884136072, 55.676841998707083 ], [ -6.509990128557172, 55.678032424963348 ], [ -6.509203263021608, 55.678125254892144 ], [ -6.509417733550465, 55.678494265020227 ], [ -6.506933429694896, 55.68004831550931 ], [ -6.507676024439226, 55.680316942306639 ], [ -6.509896966822376, 55.679516484333973 ], [ -6.510987806120705, 55.679891909737442 ], [ -6.512623499885406, 55.681457131272055 ], [ -6.513716728139659, 55.681838742621139 ], [ -6.513230446719453, 55.682467439568214 ], [ -6.51366522112856, 55.682551271761419 ], [ -6.512854157051848, 55.683262994359552 ], [ -6.512886200841636, 55.684313368490059 ], [ -6.514442507971001, 55.684540289271155 ], [ -6.513354618664231, 55.68496446813203 ], [ -6.513314868353557, 55.685296061101063 ], [ -6.514777668856147, 55.685195394180475 ], [ -6.515410470422726, 55.685766667806647 ], [ -6.513570637594029, 55.685953193853727 ], [ -6.51535973874769, 55.685975430241442 ], [ -6.516089476606212, 55.686296656014363 ], [ -6.515775788853408, 55.686544794848267 ], [ -6.514601580719214, 55.686400961115815 ], [ -6.515604308178991, 55.686562808526617 ], [ -6.514999387626141, 55.686784796837571 ], [ -6.512735982443966, 55.687013002844211 ], [ -6.512884876182508, 55.687351140709637 ], [ -6.514222700604851, 55.687132748277406 ], [ -6.515011983039409, 55.687611004496524 ], [ -6.513774516486897, 55.688340241539102 ], [ -6.514548201626427, 55.688559110395005 ], [ -6.516005941736366, 55.688289505125027 ], [ -6.516814159242046, 55.68928968240035 ], [ -6.517166428174409, 55.688961859434805 ], [ -6.517498413794103, 55.689354411181036 ], [ -6.51829331467651, 55.689343093448002 ], [ -6.518528479684898, 55.690000078054368 ], [ -6.519106219721349, 55.689969776926034 ], [ -6.519190738722659, 55.689116598490479 ], [ -6.51983987860932, 55.68949744689656 ], [ -6.519972528269789, 55.689060776492042 ], [ -6.521384390753544, 55.688738826867464 ], [ -6.521925779903061, 55.689771307063161 ], [ -6.523831477530909, 55.690964816200029 ], [ -6.52235202742743, 55.691460199304643 ], [ -6.52416100915428, 55.691541847351019 ], [ -6.523997255224403, 55.692191062732313 ], [ -6.523194829581187, 55.692688444406862 ], [ -6.524676177181721, 55.692071544139679 ], [ -6.524437287293359, 55.692759516061422 ], [ -6.525237624577324, 55.692244212307571 ], [ -6.525385554431436, 55.692971873115752 ], [ -6.525748731098546, 55.692944967348957 ], [ -6.524690777143209, 55.693780127456819 ], [ -6.524920991235532, 55.694117949010334 ], [ -6.524227522373385, 55.694112070033007 ], [ -6.523864646293987, 55.694692175606498 ], [ -6.523119758664829, 55.694517276265024 ], [ -6.522961316100051, 55.695143805075077 ], [ -6.522184547792985, 55.695037541903162 ], [ -6.522300987330106, 55.695424543451729 ], [ -6.521744886531915, 55.695436068917374 ], [ -6.521410731728373, 55.695920655082205 ], [ -6.52130529749366, 55.695353339513119 ], [ -6.522668667384406, 55.694610386193865 ], [ -6.521582429950435, 55.695064257936174 ], [ -6.521403440455528, 55.694756024356977 ], [ -6.521087537505495, 55.695122996538508 ], [ -6.521335623782861, 55.694376223529311 ], [ -6.520498295049948, 55.6948478875821 ], [ -6.520906406101053, 55.694383063905875 ], [ -6.520527192395891, 55.694478011772404 ], [ -6.519801134141085, 55.693294917846288 ], [ -6.519253648584782, 55.694345078410706 ], [ -6.519491586419764, 55.694750089636464 ], [ -6.518736274417001, 55.695173739397703 ], [ -6.517788172783761, 55.695100752282855 ], [ -6.51631495807653, 55.694273512494284 ], [ -6.517761464980411, 55.695214178764175 ], [ -6.517064553463455, 55.695523222810046 ], [ -6.515484803281373, 55.694600951269699 ], [ -6.516691360994932, 55.69573937356153 ], [ -6.515683950511406, 55.69570453725742 ], [ -6.516449863971514, 55.69592368345306 ], [ -6.516065136212331, 55.696522559229834 ], [ -6.516624695538885, 55.696402988346598 ], [ -6.516745057770328, 55.696893296008092 ], [ -6.515671303321819, 55.698007809792252 ], [ -6.515008279510397, 55.69805922504478 ], [ -6.513549823150734, 55.699084444789989 ], [ -6.512326482843353, 55.699111503627087 ], [ -6.51364464187701, 55.699422775016977 ], [ -6.512933298756984, 55.700573387593039 ], [ -6.512382639578704, 55.700494715399017 ], [ -6.510415272451691, 55.701183316269642 ], [ -6.510114025935344, 55.701747614314122 ], [ -6.50740504838918, 55.702153116020739 ], [ -6.507294497676902, 55.702368571289085 ], [ -6.508738671077543, 55.702045591139012 ], [ -6.508781350831442, 55.702691682830221 ], [ -6.50754640177224, 55.70344773773094 ], [ -6.507378327513406, 55.70323353438642 ], [ -6.506315020202447, 55.704235131535512 ], [ -6.505843635163644, 55.7041535143819 ], [ -6.505948186994863, 55.703816844845797 ], [ -6.505292335344675, 55.704484118665214 ], [ -6.505235309072839, 55.70426583040355 ], [ -6.504261802340585, 55.70431960245508 ], [ -6.503530967915757, 55.704751246866024 ], [ -6.501915238544173, 55.704554240970715 ], [ -6.502341361633523, 55.704934379917589 ], [ -6.501419616783659, 55.705368526359401 ], [ -6.498321549815295, 55.705995000481934 ], [ -6.50076011208995, 55.706350742213729 ], [ -6.500346619468681, 55.706356930331538 ], [ -6.500199120120342, 55.707081967104195 ], [ -6.500826135997435, 55.708030432172848 ], [ -6.500144129995998, 55.709094426967141 ], [ -6.50104288802862, 55.709151378308391 ], [ -6.500033365235907, 55.709363853820122 ], [ -6.499458797501509, 55.71019901792296 ], [ -6.498555318998821, 55.70997671511978 ], [ -6.498706582037772, 55.710653903141512 ], [ -6.496694785574118, 55.711447344035072 ], [ -6.496656694311733, 55.711808551156949 ], [ -6.496051202008582, 55.711808274129012 ], [ -6.496427979968499, 55.711897898540521 ], [ -6.495972923343434, 55.71216645735344 ], [ -6.497515248173864, 55.71206939747411 ], [ -6.49742698700953, 55.712409957660746 ], [ -6.496899701452877, 55.712604710489778 ], [ -6.495302320199904, 55.712361962304364 ], [ -6.495485004182069, 55.712634114812438 ], [ -6.494606364597223, 55.712544900221339 ], [ -6.494298520017563, 55.712915997144925 ], [ -6.493172601388444, 55.713101197682285 ], [ -6.494243976761561, 55.715904413534659 ], [ -6.497258700970126, 55.716207627637182 ], [ -6.496627019979855, 55.716810994012953 ], [ -6.497894569213894, 55.716332718895714 ], [ -6.498333682980716, 55.716824837209408 ], [ -6.498957503579063, 55.716914384306392 ], [ -6.498760550566884, 55.71734888695336 ], [ -6.499921266929423, 55.717049918860411 ], [ -6.499837856297634, 55.717363317048495 ], [ -6.500205152880092, 55.717093468829439 ], [ -6.500175413897499, 55.717319441987385 ], [ -6.502274349508599, 55.717210886065317 ], [ -6.50339334702638, 55.716688534921545 ], [ -6.503430008744481, 55.717006520159671 ], [ -6.504456974870422, 55.716860843842483 ], [ -6.504437502605625, 55.717590176674065 ], [ -6.505520606097299, 55.718000136178333 ], [ -6.505692465382135, 55.718592005577975 ], [ -6.506303560902208, 55.718708969670374 ], [ -6.506618900993787, 55.7184724950381 ], [ -6.507095083797553, 55.718801306551612 ], [ -6.506560305545931, 55.720381649325475 ], [ -6.505443096469058, 55.72022931648192 ], [ -6.504546788535, 55.71957411658034 ], [ -6.504887400170011, 55.720730985875221 ], [ -6.504354877925712, 55.720880985319809 ], [ -6.504909283422494, 55.720851617924012 ], [ -6.505125326758384, 55.721342916364456 ], [ -6.504729468594181, 55.721227031907155 ], [ -6.504818923383825, 55.72158805334557 ], [ -6.504216150269003, 55.721889055410514 ], [ -6.504681321752406, 55.722191295423727 ], [ -6.503448417716319, 55.723109133967803 ], [ -6.503939560447693, 55.723014631030964 ], [ -6.503501147314044, 55.723359064424088 ], [ -6.50463829891756, 55.723407238171532 ], [ -6.504676965046074, 55.724156922655531 ], [ -6.502126806794184, 55.723949259227872 ], [ -6.502819347544468, 55.724288132720943 ], [ -6.502426406323879, 55.724819792105713 ], [ -6.502789091070273, 55.725269727733924 ], [ -6.502226685164747, 55.725299378053357 ], [ -6.502468268912075, 55.725735771356497 ], [ -6.50284679595849, 55.725631916468451 ], [ -6.501895499638973, 55.7264359473862 ], [ -6.500821304769341, 55.726727254877055 ], [ -6.503341914876364, 55.726400816028054 ], [ -6.503099606767632, 55.726787517453289 ], [ -6.503615824840288, 55.726633626508068 ], [ -6.503728576106845, 55.726989295242461 ], [ -6.500657327467374, 55.728761703996689 ], [ -6.499914910821734, 55.728820438716589 ], [ -6.499270817623609, 55.729455753963542 ], [ -6.499536268631894, 55.730237593884468 ], [ -6.498527617307844, 55.731237097355283 ], [ -6.496933831605718, 55.731198415408933 ], [ -6.497757651538119, 55.731472235896284 ], [ -6.497151937219818, 55.732164599456731 ], [ -6.497702775879342, 55.731964489336775 ], [ -6.498070195548737, 55.732247853390952 ], [ -6.497503722637481, 55.732727390894631 ], [ -6.498373410400111, 55.73259653872347 ], [ -6.496974503277396, 55.733668813600886 ], [ -6.498185969085706, 55.733736815509523 ], [ -6.496694026888986, 55.734763025479126 ], [ -6.497666511708045, 55.734417021269493 ], [ -6.49697478673611, 55.735193494948689 ], [ -6.497869179914206, 55.73513820090082 ], [ -6.497817792753541, 55.735522383419209 ], [ -6.496756019907188, 55.735993098451587 ], [ -6.496935023175906, 55.736301366669835 ], [ -6.496132598220592, 55.736740075780318 ], [ -6.495235874485415, 55.73649859946272 ], [ -6.493360766206162, 55.738006562536697 ], [ -6.492087315102828, 55.738093699779341 ], [ -6.4924705277651, 55.738237076563422 ], [ -6.491894314448102, 55.738564023211737 ], [ -6.490749097957424, 55.738587979675245 ], [ -6.491500372000552, 55.738812329017122 ], [ -6.490413682982137, 55.739414328703056 ], [ -6.489088608732517, 55.739746194336313 ], [ -6.488893045162061, 55.739501488197718 ], [ -6.488249968751902, 55.739871342718715 ], [ -6.48633962021283, 55.739689385443207 ], [ -6.486175209731249, 55.740131666741355 ], [ -6.487980614482606, 55.740371439064091 ], [ -6.487172554677858, 55.741525408982866 ], [ -6.487383869590997, 55.741976430647071 ], [ -6.486306729715333, 55.742524070257105 ], [ -6.487350439839083, 55.742171050412509 ], [ -6.487031148304117, 55.742722444913674 ], [ -6.485419319195252, 55.743474040553089 ], [ -6.48556981860893, 55.743742888452111 ], [ -6.484714404870274, 55.744277904468461 ], [ -6.483845511892897, 55.744557044644324 ], [ -6.483708327262545, 55.74426522007397 ], [ -6.482054353384508, 55.746039260088523 ], [ -6.480790960465195, 55.746355282860229 ], [ -6.480751804221331, 55.746986374095144 ], [ -6.481247867977989, 55.746792842875315 ], [ -6.481739857885104, 55.747188641093466 ], [ -6.480205645683491, 55.747438095023327 ], [ -6.48032053802309, 55.74774423029654 ], [ -6.479089866544937, 55.748068033842387 ], [ -6.478929566457724, 55.747574657989027 ], [ -6.477643020091978, 55.74782852641529 ], [ -6.477362402337415, 55.748162596637691 ], [ -6.478266206779844, 55.748394953110008 ], [ -6.477415962410994, 55.748907237393006 ], [ -6.476396403500642, 55.748778046106835 ], [ -6.474297622084712, 55.749389844315708 ], [ -6.474894090262106, 55.74895880379492 ], [ -6.476275982469222, 55.748701485313887 ], [ -6.475732598678706, 55.748482946516631 ], [ -6.474269288646324, 55.748864663477249 ], [ -6.472976853777658, 55.749415535010606 ], [ -6.473846528145136, 55.749419793434008 ], [ -6.473464924983196, 55.749708064506883 ], [ -6.473795722638743, 55.750019822094337 ], [ -6.471756222524386, 55.750454007476378 ], [ -6.472303720634437, 55.750708394404981 ], [ -6.470594025505721, 55.750680777208068 ], [ -6.471502313260047, 55.750256377715722 ], [ -6.469506584810234, 55.750724909362162 ], [ -6.468989352458435, 55.750595338762231 ], [ -6.46960512848364, 55.750262568073921 ], [ -6.466763743003811, 55.750658427185641 ], [ -6.465010242433273, 55.750596347238236 ], [ -6.464168193692404, 55.750276192415612 ], [ -6.461369490229486, 55.751812744313753 ], [ -6.461672476882163, 55.752844250104033 ], [ -6.463464557589957, 55.753005720471357 ], [ -6.463492851284403, 55.753420262975844 ], [ -6.467047024190056, 55.75250559480979 ], [ -6.465896029740597, 55.75297027977949 ], [ -6.467062178726303, 55.752846856094678 ], [ -6.466072049839036, 55.753184249807269 ], [ -6.466705607205481, 55.753215148443012 ], [ -6.465534875112697, 55.753855952342228 ], [ -6.466715661000719, 55.753790467629635 ], [ -6.468490972928972, 55.753136621582719 ], [ -6.468547389099802, 55.753489872249752 ], [ -6.47028294701495, 55.752837447736418 ], [ -6.468539288383431, 55.754115326245206 ], [ -6.469149304811371, 55.754219030996701 ], [ -6.468066154397046, 55.754510356995276 ], [ -6.469249520373439, 55.754467241897387 ], [ -6.468154604715112, 55.754934401503476 ], [ -6.468927045127908, 55.754924249279675 ], [ -6.46870695447439, 55.755147251050332 ], [ -6.469690246654658, 55.754833472999096 ], [ -6.469565276912155, 55.755134865301031 ], [ -6.470290225528855, 55.754640699874976 ], [ -6.470960771938138, 55.754994052515976 ], [ -6.469446026659212, 55.75590379392365 ], [ -6.46999350668524, 55.755739920958071 ], [ -6.470463273481436, 55.756428914851583 ], [ -6.470526930340863, 55.756984290786072 ], [ -6.469686126163253, 55.757442200787658 ], [ -6.470268990213914, 55.757308520405537 ], [ -6.470208828596004, 55.757549083111485 ], [ -6.46855967637944, 55.75826131999262 ], [ -6.469327268433987, 55.757999480580096 ], [ -6.46965097438702, 55.758527390586742 ], [ -6.467779004098228, 55.758506540173094 ], [ -6.46857487179362, 55.758742003652813 ], [ -6.468297158821438, 55.758963505379562 ], [ -6.469178044882822, 55.758854954054996 ], [ -6.469065377803184, 55.759263838263031 ], [ -6.467814750393618, 55.759417339741368 ], [ -6.469101549682386, 55.759509885322593 ], [ -6.468208708766399, 55.76028001013762 ], [ -6.468965881740568, 55.760274913450282 ], [ -6.469101579961965, 55.761111010273183 ], [ -6.468534343553241, 55.761590425408336 ], [ -6.468958941707425, 55.761606439500682 ], [ -6.46741932805979, 55.762719444837316 ], [ -6.467161116200713, 55.763389987003535 ], [ -6.466753695150114, 55.763593720226922 ], [ -6.466314960133749, 55.763384818686113 ], [ -6.466554352151467, 55.763803368185698 ], [ -6.465361265560274, 55.764391007249543 ], [ -6.465887627893609, 55.7643898354588 ], [ -6.465651120408249, 55.764623322468665 ], [ -6.464855438830511, 55.764850177812235 ], [ -6.464373631770337, 55.764404467726742 ], [ -6.464618128662364, 55.76472838670454 ], [ -6.464199163093591, 55.76517989534311 ], [ -6.463867540204213, 55.764931106593963 ], [ -6.463930878398456, 55.765693382142786 ], [ -6.462981652886922, 55.765763900941316 ], [ -6.462773832016414, 55.766387623217184 ], [ -6.461720794560668, 55.766875680949724 ], [ -6.461846372400973, 55.767415314191439 ], [ -6.460105932013111, 55.768031800354692 ], [ -6.4606546383793, 55.768155770314024 ], [ -6.460393730041681, 55.768385635783098 ], [ -6.45953952671841, 55.76824128798151 ], [ -6.460000574494225, 55.768575333501502 ], [ -6.459114309211571, 55.768778457381863 ], [ -6.459123772957092, 55.769070452185268 ], [ -6.460360144819375, 55.768719673620666 ], [ -6.458304590865937, 55.769860306334209 ], [ -6.458991732226593, 55.769799352297987 ], [ -6.458956085205642, 55.770115474324129 ], [ -6.459454859375375, 55.76987246834198 ], [ -6.46049466093363, 55.769965094042114 ], [ -6.459517974519208, 55.770563691680245 ], [ -6.459755458824198, 55.770700778249818 ], [ -6.458555411858942, 55.771090706830982 ], [ -6.457410794215163, 55.770625880292371 ], [ -6.458436964958797, 55.771506084638844 ], [ -6.456767109105161, 55.771485803918267 ], [ -6.457331994719898, 55.771681161957908 ], [ -6.457241737416878, 55.77200826230802 ], [ -6.456027741850843, 55.772695507372539 ], [ -6.457131266280385, 55.781717909345048 ], [ -6.456609712210196, 55.782460953491068 ], [ -6.457263473448924, 55.78259461902767 ], [ -6.460551553305955, 55.786010178895523 ], [ -6.462428481995024, 55.787066314895526 ], [ -6.464056921835918, 55.786719241154515 ], [ -6.464606932632493, 55.786852146259839 ], [ -6.465793265585036, 55.78626927244143 ], [ -6.467451917192663, 55.786046983693261 ], [ -6.468582440582058, 55.786230694659359 ], [ -6.468798706861825, 55.786794005735821 ], [ -6.469122756990915, 55.786557326818269 ], [ -6.468763230021077, 55.786345544097642 ], [ -6.469137868436215, 55.786480318292021 ], [ -6.469270636036108, 55.786246108121496 ], [ -6.46998140916869, 55.786319163260224 ], [ -6.469613303513541, 55.786728355830071 ], [ -6.470235795468676, 55.786449319694185 ], [ -6.470477714157542, 55.78695772326715 ], [ -6.470691706399897, 55.786527157898369 ], [ -6.471902297352043, 55.786851842930979 ], [ -6.47265632299322, 55.785771934871065 ], [ -6.473239359820389, 55.785705705624764 ], [ -6.473656458432603, 55.786279677951292 ], [ -6.473009913797388, 55.786627072014788 ], [ -6.473727246376999, 55.786340062737636 ], [ -6.473617460900895, 55.786982717197226 ], [ -6.474776977683156, 55.787070866475233 ], [ -6.474765045169018, 55.786689009860545 ], [ -6.475821914971104, 55.786578502539214 ], [ -6.475920831969754, 55.787092112912958 ], [ -6.476376704664661, 55.787030507551933 ], [ -6.476941286560419, 55.787567606564487 ], [ -6.478160110040131, 55.78719930713217 ], [ -6.478083634106893, 55.788200555901803 ], [ -6.479840179908735, 55.787857590428978 ], [ -6.479503154666637, 55.788189221191558 ], [ -6.480188517934126, 55.788110228661729 ], [ -6.481237607240167, 55.788764545118831 ], [ -6.480806682242627, 55.788002203201117 ], [ -6.481582275910394, 55.788360669199534 ], [ -6.481832954814954, 55.788180605916935 ], [ -6.482011883421067, 55.788556363540849 ], [ -6.484241938967846, 55.788097091430402 ], [ -6.484766556675713, 55.788909969160386 ], [ -6.482925149428034, 55.789278593326237 ], [ -6.483851736351639, 55.789492104768229 ], [ -6.483255207181025, 55.789788252712874 ], [ -6.482441964190935, 55.789588586630892 ], [ -6.482682437147671, 55.789944105038288 ], [ -6.483458356611923, 55.789888771961564 ], [ -6.483812274436847, 55.790397558283466 ], [ -6.483345685981904, 55.790158245169785 ], [ -6.483551796451323, 55.790492529715081 ], [ -6.482980998899222, 55.790526876847622 ], [ -6.485109890025296, 55.790921328079996 ], [ -6.48456379610702, 55.791516975962772 ], [ -6.485215168377969, 55.791142358700078 ], [ -6.486242970550182, 55.791541051726142 ], [ -6.486846819363088, 55.791447012644753 ], [ -6.486184798803453, 55.792144953938624 ], [ -6.486851113666809, 55.792107999339358 ], [ -6.487010273935767, 55.792727342809805 ], [ -6.485050798702419, 55.793181269076264 ], [ -6.482997212105569, 55.792401770212976 ], [ -6.483208135378743, 55.793055206944857 ], [ -6.482471009791782, 55.792893236961739 ], [ -6.482714459994883, 55.793482520339232 ], [ -6.483486624277909, 55.793463306204977 ], [ -6.483939839278662, 55.794418221658404 ], [ -6.482250860296, 55.795419914822475 ], [ -6.483977780894114, 55.794817118933217 ], [ -6.483609532860805, 55.795293823373335 ], [ -6.48485740945895, 55.795176263477437 ], [ -6.485279035991951, 55.795579128050122 ], [ -6.484725574956181, 55.795972653842 ], [ -6.484192731847581, 55.795713276016706 ], [ -6.48434671065769, 55.796287835900394 ], [ -6.482954278208121, 55.79619028983025 ], [ -6.482455109483873, 55.796500865239111 ], [ -6.480852574864838, 55.796312022872463 ], [ -6.482698045192152, 55.796599933120397 ], [ -6.482261085172539, 55.797173591525578 ], [ -6.482550422180335, 55.797675745837573 ], [ -6.480593810504626, 55.798295899865671 ], [ -6.481921598273177, 55.798247415414338 ], [ -6.481539739716962, 55.798328823975858 ], [ -6.482631902909588, 55.798869121874652 ], [ -6.481877969482811, 55.79911703841065 ], [ -6.48232463306067, 55.799321106130655 ], [ -6.480892713546669, 55.799922098677008 ], [ -6.479938208162729, 55.799745560020511 ], [ -6.479555579838565, 55.800375692104204 ], [ -6.479036034741969, 55.800093318251029 ], [ -6.478987141346353, 55.800292995121623 ], [ -6.478707458886831, 55.800082821772079 ], [ -6.477195467451946, 55.800196458322375 ], [ -6.478036143864442, 55.800494108132639 ], [ -6.477794641592433, 55.800754782736171 ], [ -6.475704854421218, 55.801190815866129 ], [ -6.476501209227207, 55.801589038805872 ], [ -6.475929497951785, 55.801686348738414 ], [ -6.476013532430347, 55.801444913896077 ], [ -6.475050813651445, 55.801961258600642 ], [ -6.475065010184192, 55.801528976486715 ], [ -6.474403538276428, 55.801679025135378 ], [ -6.47410840142236, 55.801959637364838 ], [ -6.474643840917341, 55.802241452373472 ], [ -6.473553193805238, 55.802339679552041 ], [ -6.472926924387841, 55.801962224333678 ], [ -6.472885200862684, 55.802224602356041 ], [ -6.471995035067295, 55.801982691030624 ], [ -6.473066735410772, 55.802762188807158 ], [ -6.472280576932966, 55.802939257359263 ], [ -6.473103315797353, 55.803219604854704 ], [ -6.472699825633695, 55.803252299947317 ], [ -6.472850256917089, 55.803588630857192 ], [ -6.471999305063766, 55.803340792322892 ], [ -6.472633770141049, 55.80441507260155 ], [ -6.471876769950776, 55.804429163888003 ], [ -6.469347489849243, 55.803612791192144 ], [ -6.470723347152632, 55.804120375978812 ], [ -6.470417642188284, 55.804378875663474 ], [ -6.469406341892193, 55.804055903854753 ], [ -6.470417404067573, 55.804446347365165 ], [ -6.470663759241116, 55.805687688923975 ], [ -6.469406001970798, 55.80579196388959 ], [ -6.469169037483307, 55.806092932164205 ], [ -6.466655336832349, 55.805203975256795 ], [ -6.467694672074725, 55.805840776409163 ], [ -6.467240594125065, 55.805780846218589 ], [ -6.467734492088708, 55.806118173716243 ], [ -6.467423341432305, 55.806259927698271 ], [ -6.466515960715537, 55.806216493208105 ], [ -6.46692730004558, 55.806808689742589 ], [ -6.464387772894284, 55.806599752052186 ], [ -6.463339634146717, 55.807487902449658 ], [ -6.462545370480794, 55.807525777461947 ], [ -6.462859139846191, 55.807685274860475 ], [ -6.462373264614564, 55.808044751490897 ], [ -6.461180574836383, 55.808299489927087 ], [ -6.461249084764442, 55.808548860596318 ], [ -6.460860666319062, 55.80864393277816 ], [ -6.460922483188925, 55.808277387634085 ], [ -6.460512779980878, 55.808674565591936 ], [ -6.458664559253287, 55.808854154032602 ], [ -6.458728434192441, 55.809202639331481 ], [ -6.456591817467861, 55.809235258975114 ], [ -6.457989780748044, 55.809796154648552 ], [ -6.457496249224842, 55.813088261037585 ], [ -6.457071840341094, 55.81342749216379 ], [ -6.457952437196391, 55.813584409980272 ], [ -6.458527682938905, 55.814701386408309 ], [ -6.457831249543308, 55.815734120318531 ], [ -6.458747574843657, 55.815435487959249 ], [ -6.457760907446946, 55.816654165376093 ], [ -6.457005205858078, 55.816542182800127 ], [ -6.456658244783956, 55.817000032152578 ], [ -6.456063186744294, 55.816756281533998 ], [ -6.455601490959359, 55.81739819230544 ], [ -6.454611712743889, 55.817614012743313 ], [ -6.456462112671669, 55.818216979889016 ], [ -6.456688977892273, 55.81796587895338 ], [ -6.456641229812703, 55.818246457399567 ], [ -6.457577103091121, 55.818536298280385 ], [ -6.456950930534611, 55.818927828801343 ], [ -6.458025666251048, 55.818825839780139 ], [ -6.457602472253511, 55.819524827503926 ], [ -6.458446520265172, 55.819152366138475 ], [ -6.458095959446593, 55.819718290161553 ], [ -6.458653356217883, 55.819423699350537 ], [ -6.459329822869941, 55.819749933935263 ], [ -6.459186370893605, 55.820240875294573 ], [ -6.459618023400783, 55.820243185418391 ], [ -6.459920092817011, 55.820857365184217 ], [ -6.458504738113408, 55.822379459214737 ], [ -6.456658913913651, 55.823004169618308 ], [ -6.455278147112171, 55.822946345745791 ], [ -6.455995727784214, 55.8230732174016 ], [ -6.455258106249805, 55.823189937780484 ], [ -6.456579849618725, 55.823290382136378 ], [ -6.456415317599852, 55.823597687003293 ], [ -6.456885769622748, 55.823450181617503 ], [ -6.455971285711721, 55.823906141467404 ], [ -6.456794371105833, 55.82404716945242 ], [ -6.455401399877966, 55.82520861049737 ], [ -6.455948081521562, 55.825377665015068 ], [ -6.457472953265615, 55.824530751163024 ], [ -6.458755477801579, 55.824358249300467 ], [ -6.457934662200279, 55.825561904571735 ], [ -6.459245199141824, 55.825703206328306 ], [ -6.458132030742132, 55.826098935475862 ], [ -6.458615851912126, 55.82662556378375 ], [ -6.459606615318903, 55.826904404871428 ], [ -6.459478797729595, 55.82718339532655 ], [ -6.460191322891832, 55.826986607426605 ], [ -6.460120748649445, 55.827277011582851 ], [ -6.461037366511429, 55.827675470313658 ], [ -6.463532981679978, 55.827072050435483 ], [ -6.463970115736839, 55.827191082801583 ], [ -6.463525839853318, 55.827427613600811 ], [ -6.464376782477387, 55.827810445666088 ], [ -6.465005119006061, 55.827715636140354 ], [ -6.464462831236008, 55.828212093054191 ], [ -6.464759591150534, 55.828430675010431 ], [ -6.462917669811582, 55.828812468240486 ], [ -6.463105891713752, 55.829408292818819 ], [ -6.461047972757546, 55.828952376916206 ], [ -6.461008979272439, 55.829309096736573 ], [ -6.460372902407398, 55.829336703686842 ], [ -6.460682008062029, 55.830220477554519 ], [ -6.459730444289173, 55.830493412486454 ], [ -6.459440112709309, 55.830261092640406 ], [ -6.458382779051448, 55.830447908466226 ], [ -6.456649322792978, 55.829894684004259 ], [ -6.458033154891223, 55.830604523419922 ], [ -6.457210667628448, 55.831376471279775 ], [ -6.456212850014552, 55.831525127064879 ], [ -6.457042003713266, 55.831647946271275 ], [ -6.455834436365981, 55.83198860983746 ], [ -6.456870004091107, 55.831820597139675 ], [ -6.45594610032131, 55.832056517393561 ], [ -6.457049434348493, 55.832061446247799 ], [ -6.456857400467786, 55.832477689098113 ], [ -6.459030716312483, 55.832335817131344 ], [ -6.460025225459656, 55.832646004140464 ], [ -6.459829128923952, 55.833444687505114 ], [ -6.459028439035454, 55.83405844269771 ], [ -6.458128115865388, 55.834082139808991 ], [ -6.455133005138021, 55.833259868223827 ], [ -6.456985705109828, 55.834015673024894 ], [ -6.456306929366972, 55.834089782141284 ], [ -6.456793651851472, 55.834710760942002 ], [ -6.455824015199984, 55.834408639619063 ], [ -6.456878619664753, 55.83496403411722 ], [ -6.455753127946732, 55.834905936253627 ], [ -6.455110000198965, 55.83522160932894 ], [ -6.454441790371892, 55.834620700766074 ], [ -6.455220876466227, 55.835631355632714 ], [ -6.454117660937107, 55.835977208182541 ], [ -6.4560472741279, 55.83607810271392 ], [ -6.456002064646021, 55.836520497679629 ], [ -6.456723752575443, 55.836611240915985 ], [ -6.455759435883692, 55.836704704455535 ], [ -6.456460842950523, 55.836827667685355 ], [ -6.456459285649079, 55.837232498663383 ], [ -6.457502688057466, 55.837271083855654 ], [ -6.455636398249997, 55.837653642414054 ], [ -6.456463346921784, 55.838383709674751 ], [ -6.455828879044732, 55.839054373019941 ], [ -6.455176206013229, 55.839078054507006 ], [ -6.45510913880041, 55.839818076160633 ], [ -6.451351113509792, 55.841829810066741 ], [ -6.452582734642237, 55.842743123448734 ], [ -6.455784362755545, 55.840828000044461 ], [ -6.456713607107541, 55.840636866366161 ], [ -6.456191585853429, 55.84103360029075 ], [ -6.458409020161999, 55.840017633363217 ], [ -6.459133350986809, 55.840270177791076 ], [ -6.457921688750395, 55.841344097398704 ], [ -6.458006168323876, 55.841871735099694 ], [ -6.456432642905782, 55.842369602734045 ], [ -6.45749133385961, 55.842331178487683 ], [ -6.457651047332845, 55.84274814556975 ], [ -6.456609789392472, 55.84335711986899 ], [ -6.455887195640372, 55.843468793502609 ], [ -6.454364516783649, 55.842876395844996 ], [ -6.454592010198935, 55.843048043373962 ], [ -6.453753881317152, 55.842988493379927 ], [ -6.4543809019717, 55.843437987444119 ], [ -6.454213196540437, 55.8437184171216 ], [ -6.45373917887502, 55.843627669608104 ], [ -6.45377253139264, 55.84391879658795 ], [ -6.451415568164616, 55.84337010961395 ], [ -6.451213190936295, 55.843557344473396 ], [ -6.454419093041492, 55.844259642339878 ], [ -6.454715055051071, 55.845796042505036 ], [ -6.4552496912096, 55.846136447036308 ], [ -6.454844189837272, 55.846295076822081 ], [ -6.455285624869155, 55.846449967625162 ], [ -6.455680517701446, 55.847942299830891 ], [ -6.456372866229743, 55.848681752294972 ], [ -6.455074039494025, 55.850253522868542 ], [ -6.452160838659625, 55.850156776864793 ], [ -6.454691596136578, 55.850613701697895 ], [ -6.45440775773173, 55.851136709890646 ], [ -6.454794036054685, 55.851158679329124 ], [ -6.455275553435051, 55.852081187608924 ], [ -6.454694040658556, 55.852448587205316 ], [ -6.453928370390934, 55.852674245284163 ], [ -6.45329372279476, 55.852508364284574 ], [ -6.452764063705061, 55.85290985390904 ], [ -6.452148704037525, 55.852563368547109 ], [ -6.451341580936979, 55.853334707566148 ], [ -6.450019014448057, 55.853585019985637 ], [ -6.449379509886412, 55.853306857919065 ], [ -6.448716789604278, 55.853524255475755 ], [ -6.446836532480561, 55.852953705488126 ], [ -6.448193525728252, 55.853772578499921 ], [ -6.44840657739607, 55.854376518313536 ], [ -6.44652147922062, 55.854462768234242 ], [ -6.445302505272481, 55.85338252627156 ], [ -6.44556316035309, 55.854403011373989 ], [ -6.445096202043551, 55.854374937317814 ], [ -6.445264250643385, 55.854166469496562 ], [ -6.443746595524593, 55.854599174416649 ], [ -6.442486080348837, 55.854204022373786 ], [ -6.443537649952469, 55.854939545857718 ], [ -6.442773705532481, 55.855740744129122 ], [ -6.438913192278546, 55.854773950588665 ], [ -6.439063332813138, 55.855038371332327 ], [ -6.438575840238384, 55.854970537489095 ], [ -6.438467295735318, 55.855280286410384 ], [ -6.437773567090574, 55.855156937545054 ], [ -6.437519345424845, 55.855521420705358 ], [ -6.435885255178624, 55.855355574894247 ], [ -6.436657661423558, 55.855817898180049 ], [ -6.435933174679596, 55.85556522403504 ], [ -6.436455368848077, 55.856077061893039 ], [ -6.43616606513799, 55.856204444560539 ], [ -6.435715680877323, 55.855901391963691 ], [ -6.435928922545513, 55.856298460623094 ], [ -6.435131013272541, 55.855962981952089 ], [ -6.435096447137631, 55.856220584161875 ], [ -6.433535239567282, 55.856133028823862 ], [ -6.43500945869873, 55.857420044044247 ], [ -6.435185068299421, 55.85804784216544 ], [ -6.434415833098194, 55.859155000419378 ], [ -6.433982343973105, 55.859350546623688 ], [ -6.432707458594434, 55.858829883695634 ], [ -6.432140323967419, 55.859115697352692 ], [ -6.431091401797617, 55.858402469984149 ], [ -6.429652120418429, 55.858332952326329 ], [ -6.429634160943255, 55.858666409578845 ], [ -6.430245531098292, 55.858698329677793 ], [ -6.429968553549964, 55.859144569696767 ], [ -6.430412163159837, 55.858827242428433 ], [ -6.430679469008216, 55.85899749791578 ], [ -6.430087115121036, 55.859693477315005 ], [ -6.430386602226231, 55.860145910849681 ], [ -6.429998104928042, 55.860245373611939 ], [ -6.429456128716304, 55.85977020172367 ], [ -6.428133494145143, 55.860654410007548 ], [ -6.426768268242312, 55.860393295692383 ], [ -6.425831653313803, 55.860665409110389 ], [ -6.423029910383901, 55.859165246302403 ], [ -6.42294265161927, 55.858187952563803 ], [ -6.423313254795611, 55.858282545223581 ], [ -6.423425469005966, 55.85744198541159 ], [ -6.425132598268224, 55.856493605122111 ], [ -6.424759478968172, 55.856166142663064 ], [ -6.423209336397768, 55.856667218841174 ], [ -6.421154590812533, 55.856669236360233 ], [ -6.421517976422026, 55.856489751925565 ], [ -6.420818420093865, 55.85603370939058 ], [ -6.42140235178334, 55.855684380424194 ], [ -6.421009866294517, 55.855397181615302 ], [ -6.417187410345599, 55.853915641827541 ], [ -6.417539262976293, 55.853705101962007 ], [ -6.417229834743689, 55.853374428073138 ], [ -6.418029306198862, 55.853233238419207 ], [ -6.417734233751125, 55.852677179315435 ], [ -6.416148110063005, 55.852509349135389 ], [ -6.415755484840716, 55.851938803814285 ], [ -6.415082716272817, 55.851787591168311 ], [ -6.412593376895192, 55.852466208161459 ], [ -6.412633044142646, 55.852815579495193 ], [ -6.411601304843116, 55.853446297044371 ], [ -6.412158068950856, 55.854195351575861 ], [ -6.412581458483457, 55.854121675832538 ], [ -6.412448484067394, 55.854499736227083 ], [ -6.412809857020969, 55.854302360703784 ], [ -6.412970325849476, 55.854588925790296 ], [ -6.412523885767499, 55.85460046742255 ], [ -6.412862927999592, 55.854840140822695 ], [ -6.412386533391143, 55.855432921249076 ], [ -6.411903653628831, 55.855405292961642 ], [ -6.411462641832868, 55.855816902976493 ], [ -6.411032946267201, 55.855342119850846 ], [ -6.409950556641578, 55.856062789234855 ], [ -6.409606031587097, 55.855774733047653 ], [ -6.409260959999961, 55.85610193741914 ], [ -6.408482656614707, 55.855838443659721 ], [ -6.408891653800898, 55.856412920533579 ], [ -6.407332828437765, 55.856698229380498 ], [ -6.407623935257709, 55.856444925380018 ], [ -6.406635427514775, 55.856682774572519 ], [ -6.406946725174429, 55.856113931562184 ], [ -6.406362327710791, 55.85631928973374 ], [ -6.406585848579749, 55.855893015140666 ], [ -6.40551725276381, 55.855706478181688 ], [ -6.404705788078987, 55.856095369864839 ], [ -6.404898220146534, 55.856452756207638 ], [ -6.402627438291022, 55.857370678654846 ], [ -6.402834025731526, 55.857147400289264 ], [ -6.401434090039827, 55.857283021717841 ], [ -6.401556635023335, 55.857094238621215 ], [ -6.400519020176351, 55.856969510840266 ], [ -6.399862188765611, 55.857312352857086 ], [ -6.398678392473903, 55.857026443378722 ], [ -6.39872774857952, 55.857448326995431 ], [ -6.397450538213866, 55.857340248287315 ], [ -6.397723056425802, 55.857699274936515 ], [ -6.396411479772444, 55.857485378700716 ], [ -6.395625296486747, 55.857886794951803 ], [ -6.395700308369714, 55.857560301391949 ], [ -6.394792346976553, 55.857804165405987 ], [ -6.395126768384213, 55.857508866967066 ], [ -6.394325317548378, 55.857492567579413 ], [ -6.393097182155372, 55.857945755665071 ], [ -6.393198001531199, 55.858342413593043 ], [ -6.392137729458903, 55.85808800217611 ], [ -6.391951559577541, 55.858351007275665 ], [ -6.392506786307619, 55.858452582351156 ], [ -6.392007621577094, 55.858776250283981 ], [ -6.391225987580239, 55.858723242888175 ], [ -6.39140427198682, 55.859027185857919 ], [ -6.390825012547502, 55.858854507317076 ], [ -6.391171690860036, 55.859233383332338 ], [ -6.390688061812876, 55.859623950183895 ], [ -6.391138012897439, 55.859855220137902 ], [ -6.390555229186231, 55.859934517052224 ], [ -6.391135686125354, 55.860471438843483 ], [ -6.390577427164162, 55.860626313745989 ], [ -6.390936876783997, 55.860905792708103 ], [ -6.389478452416608, 55.860737546020779 ], [ -6.390469288809422, 55.861367742221077 ], [ -6.389269324810045, 55.862071732491984 ], [ -6.388023007010825, 55.861940862177697 ], [ -6.388600800358297, 55.862383446942843 ], [ -6.389268972459681, 55.862422537197027 ], [ -6.389277861432246, 55.862925921074144 ], [ -6.388075052703614, 55.863746930501229 ], [ -6.386997348428899, 55.863834892237783 ], [ -6.386227250366963, 55.864734872600899 ], [ -6.386611114578375, 55.865301321569198 ], [ -6.385714036975076, 55.865926997690785 ], [ -6.385009510200864, 55.866203997321321 ], [ -6.384035039336766, 55.866144332411238 ], [ -6.384212034450536, 55.866578753605467 ], [ -6.385410195065149, 55.866423555524598 ], [ -6.385180573282724, 55.866656618365695 ], [ -6.385788504213187, 55.866657403297928 ], [ -6.385220271433093, 55.866866575572558 ], [ -6.386046192003123, 55.866814604612813 ], [ -6.384824239984074, 55.867325946429879 ], [ -6.383180014808596, 55.86664706044656 ], [ -6.383430577680682, 55.867308221127793 ], [ -6.382156314659943, 55.866930933012263 ], [ -6.383683938402913, 55.867852351264098 ], [ -6.382607720561847, 55.868308999050285 ], [ -6.382182241331211, 55.868153278505453 ], [ -6.382247339969982, 55.868375822288023 ], [ -6.381695294542141, 55.868161652243806 ], [ -6.382020214665887, 55.868631276123956 ], [ -6.380036987042002, 55.869556487725951 ], [ -6.378902324926477, 55.869637410832262 ], [ -6.378552636690202, 55.869231624343477 ], [ -6.377818374504193, 55.86967154325864 ], [ -6.377644069888422, 55.86933146161001 ], [ -6.377395643906863, 55.869682108583085 ], [ -6.376617296575629, 55.869305081251092 ], [ -6.376196805045048, 55.869477465670826 ], [ -6.376372216058988, 55.869898461193735 ], [ -6.375107333022683, 55.869817587315737 ], [ -6.375115142569794, 55.870383969096963 ], [ -6.375909647611284, 55.870904344248189 ], [ -6.375063787553678, 55.871348220167718 ], [ -6.375532320047831, 55.871318042860047 ], [ -6.375824209615463, 55.871707907028046 ], [ -6.374588238586058, 55.87202625656289 ], [ -6.372782538869205, 55.871973607128282 ], [ -6.373409322709069, 55.872212140725907 ], [ -6.373127253028288, 55.872406570123452 ], [ -6.372485944552267, 55.872110087149146 ], [ -6.372935742922379, 55.872552802690556 ], [ -6.372484640351072, 55.872595841330131 ], [ -6.373007858834009, 55.872838062801719 ], [ -6.372025873786277, 55.873210307214109 ], [ -6.371378304920264, 55.873071446345094 ], [ -6.372740117347311, 55.873657105118006 ], [ -6.371757606005825, 55.87366958227976 ], [ -6.371716759169281, 55.874017327163898 ], [ -6.371141694130741, 55.873740966277374 ], [ -6.371336337057951, 55.874048851707656 ], [ -6.370620665430214, 55.874371133112128 ], [ -6.371450098978997, 55.874206706681136 ], [ -6.371657555923861, 55.874415195357194 ], [ -6.371205920344331, 55.874809036472755 ], [ -6.370896298111175, 55.874545716793619 ], [ -6.370892958798837, 55.875013553729389 ], [ -6.369900427852611, 55.87500838262936 ], [ -6.369130056118863, 55.875413551335946 ], [ -6.368050910579838, 55.875065154211811 ], [ -6.366493717753142, 55.875516264642371 ], [ -6.365591214830264, 55.875031147537214 ], [ -6.36575558515477, 55.875852806379449 ], [ -6.362968819633747, 55.875969782567161 ], [ -6.362144508078265, 55.876322853702504 ], [ -6.36130578224522, 55.875835441528437 ], [ -6.361085941067354, 55.876086097149368 ], [ -6.360050205432204, 55.875767570755897 ], [ -6.358978126854606, 55.875909046090463 ], [ -6.356265121104696, 55.875614002387188 ], [ -6.356902212844058, 55.876230023681281 ], [ -6.356769350940362, 55.876828372826992 ], [ -6.357173512040148, 55.877079379694678 ], [ -6.357679233942418, 55.876809598645877 ], [ -6.358252820647357, 55.877144538444739 ], [ -6.356721706952392, 55.87797236555248 ], [ -6.357165367955561, 55.878361387102423 ], [ -6.356413171970047, 55.878716357674342 ], [ -6.358593665169308, 55.878256763617074 ], [ -6.359109064983537, 55.878643233817009 ], [ -6.358699959180299, 55.878918587787659 ], [ -6.357806669252711, 55.878657950036619 ], [ -6.358279283081869, 55.879090913678112 ], [ -6.357698425997754, 55.878976597028171 ], [ -6.357933262502104, 55.879215617729834 ], [ -6.357525704274628, 55.879077164819869 ], [ -6.357152404740892, 55.879315265457599 ], [ -6.355607982639551, 55.878884317159212 ], [ -6.356191634860196, 55.879308855110438 ], [ -6.35547359163786, 55.87897003147431 ], [ -6.355876475311151, 55.879423464596208 ], [ -6.355130145281426, 55.879189078540584 ], [ -6.35613169557698, 55.880129480535878 ], [ -6.355269759185095, 55.880362410468585 ], [ -6.354056833271858, 55.88024799153137 ], [ -6.353138729525659, 55.880622311118266 ], [ -6.352903913111917, 55.880383280954042 ], [ -6.354363779321639, 55.879346659021664 ], [ -6.354178442196531, 55.878764086769664 ], [ -6.353177371582807, 55.879325734540075 ], [ -6.353032457331454, 55.87988852719365 ], [ -6.351135485023561, 55.88009512895038 ], [ -6.348565186772872, 55.881647719291351 ], [ -6.34839617388218, 55.882067446136134 ], [ -6.349130537675205, 55.882266319001978 ], [ -6.347572941745138, 55.88286110504081 ], [ -6.346151419309665, 55.884957630435409 ], [ -6.346635301201527, 55.885205852671859 ], [ -6.344662754247062, 55.886026644739708 ], [ -6.343894955283507, 55.885815434458813 ], [ -6.344236576086137, 55.886365511628718 ], [ -6.343598301644744, 55.886167709436421 ], [ -6.343734597070644, 55.886599122794024 ], [ -6.342244281030325, 55.886867657970178 ], [ -6.340593885740184, 55.887708478368786 ], [ -6.340084137388769, 55.887515112609464 ], [ -6.339149200048791, 55.887741507830633 ], [ -6.338776910517239, 55.888348284541969 ], [ -6.336262910866056, 55.889984055635246 ], [ -6.335163326260703, 55.889883434935797 ], [ -6.336023993338143, 55.890424217245624 ], [ -6.334742194289971, 55.890626836747764 ], [ -6.334905724315572, 55.890872912209133 ], [ -6.33435183289402, 55.891144291401268 ], [ -6.333135557327584, 55.890858884943945 ], [ -6.331726910559497, 55.891646083151024 ], [ -6.329480769793888, 55.8912395332353 ], [ -6.329202650959393, 55.890898549482124 ], [ -6.327634968407724, 55.891623843320403 ], [ -6.327974078326935, 55.891004781371066 ], [ -6.327416457375868, 55.890597184234636 ], [ -6.326564078132002, 55.890847556792316 ], [ -6.325338445080453, 55.890764776993649 ], [ -6.325004472825372, 55.889994020630468 ], [ -6.323777857982863, 55.889830311122068 ], [ -6.323264509040939, 55.888670109686146 ], [ -6.323726760820021, 55.888294073094691 ], [ -6.322835537824874, 55.88848282640356 ], [ -6.322842850463116, 55.887470703940373 ], [ -6.321767656222772, 55.886438191650747 ], [ -6.323323592930076, 55.884530625272014 ], [ -6.322926392512089, 55.883334856987787 ], [ -6.324438009675393, 55.882395726340917 ], [ -6.326260835046467, 55.879224008188849 ], [ -6.32688633973171, 55.878950141445237 ], [ -6.326435551199681, 55.878781629344843 ], [ -6.326210673215673, 55.877696729877854 ], [ -6.330022535974305, 55.875579198383818 ], [ -6.332324964819656, 55.873199967647857 ], [ -6.332285433697399, 55.87270217180717 ], [ -6.333389403763281, 55.872559805117497 ], [ -6.334226251168371, 55.8719591418904 ], [ -6.335133933946774, 55.869485133062938 ], [ -6.337267994227201, 55.869256909115471 ], [ -6.337962235974322, 55.868526335475387 ], [ -6.338287494959187, 55.866855376672916 ], [ -6.337377356736633, 55.865938599007748 ], [ -6.3383563614514, 55.864321009811576 ], [ -6.337253500564326, 55.863181679704198 ], [ -6.33712916101586, 55.862426039558464 ], [ -6.338842348505342, 55.8607240578405 ], [ -6.338031686343255, 55.860338942947969 ], [ -6.338504596091769, 55.859346344884727 ], [ -6.337023813504683, 55.856682312536932 ], [ -6.337392282242633, 55.855900277791456 ], [ -6.336786303113347, 55.855485443071132 ], [ -6.337271075155576, 55.85538737713123 ], [ -6.337332051492588, 55.853856168770612 ], [ -6.338297816156061, 55.852194068156898 ], [ -6.33938848686136, 55.851579896590195 ], [ -6.340502242769023, 55.849597740965599 ], [ -6.340340544700688, 55.848793953649398 ], [ -6.341378269824738, 55.848064704725182 ], [ -6.342330893604601, 55.846573925037902 ], [ -6.342421869220899, 55.845599305699359 ], [ -6.341561052691595, 55.844046711502259 ], [ -6.344555287591461, 55.841157036423382 ], [ -6.344700548317716, 55.839595851771442 ], [ -6.345602379495608, 55.838511588376569 ], [ -6.346039820760417, 55.836490336621374 ], [ -6.345544019098843, 55.835343095558862 ], [ -6.346139461694779, 55.834521513298498 ], [ -6.345716209094143, 55.833951850299357 ], [ -6.344384182676348, 55.833544760342583 ], [ -6.344133480421841, 55.832802589839247 ], [ -6.342118552973915, 55.830787135272963 ], [ -6.341442001438536, 55.83073910115197 ], [ -6.34065128877757, 55.82930994998533 ], [ -6.339949276792316, 55.829033449161926 ], [ -6.33942713182136, 55.827360942648212 ], [ -6.338239904724365, 55.826458475562006 ], [ -6.337278294373749, 55.824999366336733 ], [ -6.335669256362773, 55.824898790962138 ], [ -6.335398932262605, 55.824265232708875 ], [ -6.334873446527757, 55.824854933777502 ], [ -6.333749973240113, 55.825096967572428 ], [ -6.333147096445533, 55.824920367128435 ], [ -6.334934280767667, 55.823966832542411 ], [ -6.334578062401597, 55.822346915727096 ], [ -6.334797311918437, 55.823454487285012 ], [ -6.333684609686336, 55.824510138387318 ], [ -6.332820182689343, 55.824495673229649 ], [ -6.332168961202382, 55.823956499410649 ], [ -6.33152985455976, 55.823956561290487 ], [ -6.331502861506983, 55.82349879726204 ], [ -6.331394075543254, 55.823956853988101 ], [ -6.332086913252886, 55.824008863702936 ], [ -6.332273636348532, 55.824681355739401 ], [ -6.329991935667535, 55.823633040000622 ], [ -6.329956744998936, 55.824106488584796 ], [ -6.329414177351145, 55.824327995595567 ], [ -6.327452366891922, 55.824301813150761 ], [ -6.325861259296352, 55.82470686349 ], [ -6.325395002686764, 55.824551496129658 ], [ -6.325415831551104, 55.824120829597156 ], [ -6.324129237297424, 55.824893793957145 ], [ -6.323382815511189, 55.824172643633375 ], [ -6.323638138649141, 55.823925301493297 ], [ -6.324649272181311, 55.823922971214294 ], [ -6.32432495625353, 55.823592606313511 ], [ -6.324552584460616, 55.823915583386139 ], [ -6.323628781692578, 55.82385547464613 ], [ -6.322755544816043, 55.822841071958777 ], [ -6.321614716716661, 55.822509762906208 ], [ -6.32193879580379, 55.822723215589825 ], [ -6.31986943944294, 55.822749268678159 ], [ -6.319567956209222, 55.822077201587682 ], [ -6.319115081582126, 55.822027474322027 ], [ -6.319228568150903, 55.822301408579889 ], [ -6.318836378506409, 55.821877178021616 ], [ -6.319009722761087, 55.822891942943158 ], [ -6.320111548206084, 55.822987196509914 ], [ -6.319493835914097, 55.823323732594574 ], [ -6.32015282862341, 55.823099972772127 ], [ -6.320049181171611, 55.823418423128217 ], [ -6.32114733623382, 55.823279043233825 ], [ -6.321982316101709, 55.823747944169789 ], [ -6.322067898974178, 55.824432103419682 ], [ -6.321068298859633, 55.824739815541143 ], [ -6.32029080443397, 55.824400203611162 ], [ -6.322106144551863, 55.825279828029586 ], [ -6.322371617990514, 55.826403776848466 ], [ -6.322436762208222, 55.824674559639803 ], [ -6.32405278557744, 55.826233054598958 ], [ -6.323510777238957, 55.826733340942347 ], [ -6.322755331587913, 55.826736553113939 ], [ -6.323459101582915, 55.827303606519862 ], [ -6.323771643379049, 55.829914468978828 ], [ -6.325055635269186, 55.830683244547089 ], [ -6.325482081557071, 55.831572161446907 ], [ -6.328009904000319, 55.832674853739235 ], [ -6.328260012643007, 55.834347994323259 ], [ -6.3278075795617, 55.83566812988748 ], [ -6.323219903790624, 55.839256584152217 ], [ -6.322775170699538, 55.840144694668687 ], [ -6.321578552098151, 55.840668007226441 ], [ -6.321828417496137, 55.841837478824381 ], [ -6.320827740281634, 55.841319534021146 ], [ -6.319651839574767, 55.841599192014542 ], [ -6.319496209775845, 55.841636203605709 ], [ -6.319368132981653, 55.841922231940643 ], [ -6.319640513086037, 55.841612088971132 ], [ -6.320586915059938, 55.841453927738534 ], [ -6.31972262017503, 55.842091450597273 ], [ -6.319634575930806, 55.843888924571985 ], [ -6.319830705209697, 55.846661287253653 ], [ -6.320726619370017, 55.849400040898921 ], [ -6.318563170519613, 55.851153574089125 ], [ -6.317539814289979, 55.853743946837589 ], [ -6.315878022725503, 55.854128840426938 ], [ -6.316031095209298, 55.85470089933348 ], [ -6.314782180204013, 55.855189994861099 ], [ -6.314327662328517, 55.855777099873201 ], [ -6.314734825300898, 55.855915702807486 ], [ -6.313060831975785, 55.855817089226981 ], [ -6.312828809871434, 55.856247969282308 ], [ -6.31332308488822, 55.856379021271138 ], [ -6.312701316270891, 55.856684173393646 ], [ -6.312329048005917, 55.856211548462959 ], [ -6.31127874523877, 55.856185454580064 ], [ -6.309817098932077, 55.85699226737443 ], [ -6.309025379038654, 55.858000422092324 ], [ -6.310070958068986, 55.859425318688253 ], [ -6.30849004215403, 55.860816430279385 ], [ -6.307136897102208, 55.864479589969932 ], [ -6.306749249874658, 55.867258927234616 ], [ -6.305973448834184, 55.86740304557248 ], [ -6.305420928372608, 55.86686296374404 ], [ -6.305860898303245, 55.867469950220006 ], [ -6.306668527256734, 55.867468625750867 ], [ -6.309017545995498, 55.868240721816584 ], [ -6.311758264180576, 55.870811384475864 ], [ -6.314468048671412, 55.872452165348129 ], [ -6.316362363480486, 55.872943281707329 ], [ -6.316349898571837, 55.873478882735043 ], [ -6.310712844010423, 55.874796570926961 ], [ -6.298172546427367, 55.875325817247322 ], [ -6.290923220109984, 55.876177299513508 ], [ -6.284372546876772, 55.877345769207082 ], [ -6.280973037659431, 55.87713146548618 ], [ -6.280435857808548, 55.87690283900907 ], [ -6.281007426792597, 55.876572628199398 ], [ -6.279695933956034, 55.876721745503239 ], [ -6.278790494998272, 55.877216476938038 ], [ -6.277147839378153, 55.879225397779095 ], [ -6.27643756328423, 55.879241123676017 ], [ -6.275326476711977, 55.880048785221362 ], [ -6.273944353885769, 55.880429646408416 ], [ -6.271381541105338, 55.882223141867755 ], [ -6.269295678302871, 55.882826277480575 ], [ -6.268256726754043, 55.882079878158549 ], [ -6.268902311597192, 55.883105269244481 ], [ -6.267476544140899, 55.88476473492338 ], [ -6.267742753884813, 55.885002828823907 ], [ -6.266747898848571, 55.886579863142096 ], [ -6.267736177129831, 55.887053715843592 ], [ -6.267312441503779, 55.887275294236773 ], [ -6.267821126066603, 55.88724413940907 ], [ -6.26823039012786, 55.887837029473914 ], [ -6.269433138289122, 55.888150520786446 ], [ -6.269008606058227, 55.88901970933221 ], [ -6.268188782285575, 55.888841318552444 ], [ -6.26680670762077, 55.889662801612751 ], [ -6.266631791657426, 55.889309109622509 ], [ -6.266393865170628, 55.889910980304577 ], [ -6.266003221558575, 55.889560278887792 ], [ -6.264856199204595, 55.890409556127587 ], [ -6.264859632116228, 55.890076655249672 ], [ -6.264627173917654, 55.890291585801748 ], [ -6.264116672152729, 55.890160895860383 ], [ -6.264570289525436, 55.890356518303783 ], [ -6.264068456959014, 55.890814640751252 ], [ -6.263806458222163, 55.890396510633138 ], [ -6.263768279273612, 55.89136020343097 ], [ -6.263257076399306, 55.891368942489414 ], [ -6.263630290057995, 55.890978244253404 ], [ -6.262668419027736, 55.89118249572175 ], [ -6.262318517897662, 55.891639838020232 ], [ -6.26234648107781, 55.891238631284764 ], [ -6.262042832303606, 55.891752830275763 ], [ -6.261824746008573, 55.891297197133817 ], [ -6.2614060347392, 55.891783904854755 ], [ -6.260821623658623, 55.891417420396003 ], [ -6.260308839299904, 55.891484663496506 ], [ -6.260185470274025, 55.892037578640561 ], [ -6.25977965397809, 55.892204543525438 ], [ -6.259370921927839, 55.891980365728756 ], [ -6.258589480038348, 55.892443656591588 ], [ -6.257695745494408, 55.892029413335372 ], [ -6.255794696768773, 55.892499985975533 ], [ -6.255855866178112, 55.892255028297662 ], [ -6.255080042378653, 55.892915970635833 ], [ -6.254929133784759, 55.892561432655604 ], [ -6.253935803088998, 55.893063506846502 ], [ -6.254110247353457, 55.893340781857042 ], [ -6.25374029966695, 55.893178201684776 ], [ -6.253688845860244, 55.893877021328265 ], [ -6.252639855574176, 55.893652492563895 ], [ -6.253381227376099, 55.893991098450968 ], [ -6.25281494140794, 55.894446904746815 ], [ -6.252293028269119, 55.894577387488219 ], [ -6.252159794199426, 55.894091821401787 ], [ -6.250371788859631, 55.894207628652808 ], [ -6.25044489637599, 55.8945828500527 ], [ -6.249979766813221, 55.894428047077071 ], [ -6.249270534267477, 55.894821323462274 ], [ -6.249294806397255, 55.895481545579486 ], [ -6.248466842563626, 55.895082950020367 ], [ -6.248676812506319, 55.895831190664211 ], [ -6.248098547641242, 55.896251411551688 ], [ -6.247666898229778, 55.896036981373385 ], [ -6.247099195183589, 55.89611505953237 ], [ -6.247139039316981, 55.896405988461062 ], [ -6.246249481706197, 55.896175895561051 ], [ -6.246400197726559, 55.896602401682493 ], [ -6.245755102070776, 55.896485278746901 ], [ -6.245412534119727, 55.897158171016109 ], [ -6.245096702382037, 55.896831803539968 ], [ -6.2449121222645, 55.89748574678579 ], [ -6.244455575042569, 55.897263171223251 ], [ -6.244117833822872, 55.897468204298598 ], [ -6.244230978414375, 55.897185483405089 ], [ -6.243335354220771, 55.897265871965928 ], [ -6.243807439784904, 55.897703771230233 ], [ -6.243441190505402, 55.897428607363047 ], [ -6.242813941184887, 55.897621145810561 ], [ -6.241845622645836, 55.897402733540275 ], [ -6.241960912055217, 55.898091292691127 ], [ -6.241357769918968, 55.897918734660024 ], [ -6.241281394417888, 55.898245153741115 ], [ -6.2400888149481, 55.898538128592271 ], [ -6.239977660593801, 55.899059117014708 ], [ -6.239576655482161, 55.898978511441669 ], [ -6.24034138140471, 55.899604197892394 ], [ -6.239261388904873, 55.899389616847699 ], [ -6.239235285585202, 55.899736785447594 ], [ -6.238278589236435, 55.899918175729979 ], [ -6.238359712067334, 55.900221173985535 ], [ -6.237731359661701, 55.900184376726614 ], [ -6.238057724813694, 55.900460932388924 ], [ -6.237722857837227, 55.900692829497146 ], [ -6.236757276611631, 55.900573215561451 ], [ -6.237120282074081, 55.900965432446654 ], [ -6.236813927016798, 55.901385217518516 ], [ -6.236468779516781, 55.900790019932373 ], [ -6.235679208345476, 55.90110953284313 ], [ -6.235195022419316, 55.901000300000149 ], [ -6.235467336306876, 55.902101672426902 ], [ -6.234930061663405, 55.901872848974755 ], [ -6.234911065960366, 55.902138825304462 ], [ -6.234505264154771, 55.901721094467561 ], [ -6.234541937041517, 55.902057104751826 ], [ -6.234064401944964, 55.901862195573891 ], [ -6.234195300694294, 55.902181469457481 ], [ -6.233930300030092, 55.901880305381354 ], [ -6.233847748465286, 55.902737574687471 ], [ -6.233415582915948, 55.902298263476631 ], [ -6.23349172282064, 55.903289473554743 ], [ -6.232543145141775, 55.902885930451944 ], [ -6.232446697197964, 55.903469361069455 ], [ -6.231978106829567, 55.903283129652614 ], [ -6.232212048110148, 55.903886664451079 ], [ -6.231616165895168, 55.90356091069183 ], [ -6.231885757862676, 55.904271146222086 ], [ -6.231138817242179, 55.903734735447387 ], [ -6.230616760259458, 55.904746533594562 ], [ -6.229923061859777, 55.904478101499926 ], [ -6.230451577854377, 55.905067006037974 ], [ -6.230135814018867, 55.904960950617379 ], [ -6.230030851000441, 55.905319822976608 ], [ -6.229005107274223, 55.904869440880127 ], [ -6.22900739889992, 55.905404501216232 ], [ -6.228458887130068, 55.905513308406768 ], [ -6.229566351156025, 55.905978871576295 ], [ -6.228498443065049, 55.905876202123153 ], [ -6.228769941388413, 55.90616366315006 ], [ -6.228179748595741, 55.905963611984525 ], [ -6.227982638659774, 55.906946232562156 ], [ -6.226973636922209, 55.906576202732779 ], [ -6.226957997476041, 55.907093891190563 ], [ -6.226565397334445, 55.907017450082776 ], [ -6.225985750968233, 55.907428612406633 ], [ -6.226358654166817, 55.907618156594651 ], [ -6.225740118087283, 55.907598946316917 ], [ -6.226182852617456, 55.907768102890088 ], [ -6.22540545127355, 55.907686897595639 ], [ -6.225908897875625, 55.907898938063902 ], [ -6.225386389339097, 55.907952873338019 ], [ -6.225860220899181, 55.908040017038822 ], [ -6.225182399272255, 55.908432064893198 ], [ -6.225896494747072, 55.908519944894067 ], [ -6.225575486258732, 55.908733341859666 ], [ -6.22621482740187, 55.909898562996091 ], [ -6.224933122309094, 55.90930404763165 ], [ -6.224450286292676, 55.909648917341237 ], [ -6.223920138086623, 55.909338855016372 ], [ -6.223453732964287, 55.909687653067301 ], [ -6.222780477850471, 55.909607349707258 ], [ -6.222788540406842, 55.910196173586066 ], [ -6.222101795684458, 55.909918463847369 ], [ -6.221709767790123, 55.910215234098764 ], [ -6.22209636610658, 55.910309885061473 ], [ -6.221613666493285, 55.910582786999385 ], [ -6.221794166860757, 55.910769957770249 ], [ -6.2219889856293, 55.911015096963126 ], [ -6.221793443390379, 55.910789864530138 ], [ -6.221786156229025, 55.91099058340918 ], [ -6.220674614609467, 55.911150165028353 ], [ -6.221161641184647, 55.911358292011158 ], [ -6.220467003458354, 55.911449593655362 ], [ -6.220521607312634, 55.911951377298116 ], [ -6.219547635674505, 55.911903862986684 ], [ -6.219877078510236, 55.912135391082806 ], [ -6.219336421779031, 55.912243885593604 ], [ -6.219902560150063, 55.91251675686312 ], [ -6.219134334756068, 55.912520637342645 ], [ -6.219062769999122, 55.912230791822722 ], [ -6.218897641698296, 55.912479293209081 ], [ -6.217875796366624, 55.912433408181123 ], [ -6.217117254885515, 55.91274723267567 ], [ -6.216868628471249, 55.912301569442498 ], [ -6.216155692100532, 55.9125193880379 ], [ -6.215846117583731, 55.912323144531982 ], [ -6.215745388268856, 55.912722328895171 ], [ -6.214563173629752, 55.912232221589392 ], [ -6.213327417968419, 55.913533716952209 ], [ -6.212803924765506, 55.913358287220269 ], [ -6.212052636654253, 55.914108032799106 ], [ -6.211844828228432, 55.91389030532067 ], [ -6.211272221082212, 55.914368605888718 ], [ -6.211141756817187, 55.914125743469896 ], [ -6.210677320937803, 55.914789206937414 ], [ -6.210619238977346, 55.914328012758617 ], [ -6.209827510013431, 55.915443379204966 ], [ -6.209843666696609, 55.915002127563305 ], [ -6.208270514585744, 55.915262839609568 ], [ -6.208123448547199, 55.916342636727954 ], [ -6.207273876071452, 55.916704482049973 ], [ -6.207084974298449, 55.917398973886712 ], [ -6.206298462853781, 55.917308962679932 ], [ -6.205480561091532, 55.917741662023964 ], [ -6.206736334363142, 55.91780213402037 ], [ -6.206907985549973, 55.918646178291858 ], [ -6.206351976226896, 55.919204829881735 ], [ -6.205635212083419, 55.91894604202087 ], [ -6.205221947762229, 55.919270463189775 ], [ -6.204670020550349, 55.920310136297736 ], [ -6.205138208787254, 55.92049198994723 ], [ -6.203876341357971, 55.921483984894394 ], [ -6.203554009013498, 55.922425864014535 ], [ -6.202108388966936, 55.92261018043601 ], [ -6.201087067485682, 55.923827762486084 ], [ -6.199934411043976, 55.92390760818418 ], [ -6.200322128881583, 55.924159682410199 ], [ -6.199837823621346, 55.924864249450216 ], [ -6.199739737658173, 55.92447636922298 ], [ -6.197275145139736, 55.925014702342743 ], [ -6.19803483198808, 55.92544745351087 ], [ -6.197482985307968, 55.9253808502664 ], [ -6.197900030748422, 55.925829794353398 ], [ -6.196942468140497, 55.925196938725279 ], [ -6.197710337396566, 55.926223002529362 ], [ -6.196813666246714, 55.926226625782249 ], [ -6.197636677583403, 55.926504324242053 ], [ -6.19689470280335, 55.926309301098271 ], [ -6.197490393138079, 55.926558783286211 ], [ -6.19688562900132, 55.926669362065539 ], [ -6.196929724459758, 55.926928676852015 ], [ -6.196524976886959, 55.926371384459216 ], [ -6.195914260228191, 55.926796943822154 ], [ -6.195528134506453, 55.926189547277048 ], [ -6.194922925186483, 55.926444031967691 ], [ -6.194117050294907, 55.925954377639869 ], [ -6.194030615228417, 55.925525624561111 ], [ -6.193610623687451, 55.925715326280859 ], [ -6.192540961058238, 55.925230160700565 ], [ -6.19229894534017, 55.92543627437324 ], [ -6.191532027672267, 55.924787885122555 ], [ -6.190773925328886, 55.924665325917154 ], [ -6.189672718561089, 55.924702849164611 ], [ -6.189280599398141, 55.925521148774372 ], [ -6.188916593190429, 55.924894992499205 ], [ -6.188136036506952, 55.925083466233261 ], [ -6.187830432362364, 55.925664976699167 ], [ -6.187627768770875, 55.9254200533626 ], [ -6.187257077686723, 55.925621544564684 ], [ -6.187256325475416, 55.925243833027892 ], [ -6.186819383789761, 55.925573491083085 ], [ -6.186532073690007, 55.92498968588562 ], [ -6.186130196127281, 55.925421575671706 ], [ -6.1862136081531, 55.925081471073526 ], [ -6.18539166978659, 55.924664258696787 ], [ -6.184720644344696, 55.925496531159276 ], [ -6.18342860048014, 55.925918228219118 ], [ -6.182347920805345, 55.925626715884178 ], [ -6.180105526060395, 55.925702959041693 ], [ -6.178835179103285, 55.92617783142542 ], [ -6.176926352150388, 55.925559159429973 ], [ -6.176421871350477, 55.925783148434611 ], [ -6.175934408612094, 55.925570363264193 ], [ -6.176002303114232, 55.925828874811216 ], [ -6.175393623063719, 55.925903505035009 ], [ -6.175097204561593, 55.925679733070851 ], [ -6.174586883425023, 55.92599834630623 ], [ -6.173741285553215, 55.925806703171681 ], [ -6.172111477119542, 55.926365653266714 ], [ -6.171842678584437, 55.9267704939355 ], [ -6.171810371659158, 55.926470301801722 ], [ -6.171178378488052, 55.926775040284973 ], [ -6.171305813505591, 55.927512695792274 ], [ -6.170910910387659, 55.92749011516694 ], [ -6.170997352629287, 55.927176901748908 ], [ -6.170484675457938, 55.92784632988085 ], [ -6.170517668286307, 55.927557413635235 ], [ -6.170167110812057, 55.927947035411016 ], [ -6.16977831239104, 55.927757861264254 ], [ -6.169445038624864, 55.92845717616067 ], [ -6.168895930917919, 55.92819249117116 ], [ -6.166750842731916, 55.928728361645653 ], [ -6.166424455735924, 55.929566835369023 ], [ -6.167484370022599, 55.930335854885421 ], [ -6.166617453098471, 55.930617050699354 ], [ -6.167183572220283, 55.930741768161589 ], [ -6.166766420235497, 55.93118310049941 ], [ -6.166123578544986, 55.931164406963731 ], [ -6.167100202482759, 55.931679932742092 ], [ -6.165876638641157, 55.931177268602553 ], [ -6.164593769804657, 55.931315149563908 ], [ -6.164736526093222, 55.931674557875589 ], [ -6.16431991947621, 55.931450333421736 ], [ -6.164389877564574, 55.931803213372355 ], [ -6.163941268130728, 55.931728466294068 ], [ -6.164449245367271, 55.932057521860514 ], [ -6.163569271217287, 55.932217723050762 ], [ -6.16411632300186, 55.932761304528356 ], [ -6.163838811734968, 55.932937082392598 ], [ -6.163375268796096, 55.932723437280259 ], [ -6.162904505304302, 55.933337449064382 ], [ -6.162326047929049, 55.933172657686981 ], [ -6.162574280781139, 55.933470039935614 ], [ -6.160769988356884, 55.933378201034273 ], [ -6.159522231260031, 55.934067946927478 ], [ -6.158782215632319, 55.9335173804729 ], [ -6.158010755657302, 55.93371883950347 ], [ -6.157407507384407, 55.93339747521425 ], [ -6.155853253679926, 55.933396041733346 ], [ -6.155306530642798, 55.933526934295941 ], [ -6.155303132305575, 55.933868805876735 ], [ -6.153468292913503, 55.93416461613019 ], [ -6.153753312516484, 55.934357346447321 ], [ -6.151228300478537, 55.933295914570458 ], [ -6.148611796447296, 55.93324929619412 ], [ -6.147201584699483, 55.93362062428934 ], [ -6.146306926890161, 55.933345007222954 ], [ -6.142152923864349, 55.933453499781841 ], [ -6.14058316308367, 55.933681730445592 ], [ -6.140047363173845, 55.934365288657695 ], [ -6.138791733590792, 55.934609901874715 ], [ -6.138963782934534, 55.935170704556462 ], [ -6.138379629361682, 55.935176870458989 ], [ -6.137822870392636, 55.935739710425203 ], [ -6.136748571269078, 55.93580732440445 ], [ -6.136762080707441, 55.936234062171621 ], [ -6.136057950494684, 55.936617482720905 ], [ -6.135344137021272, 55.936610006757228 ], [ -6.135720316559972, 55.93735731046241 ], [ -6.13517105249441, 55.936714754566886 ], [ -6.134531238683173, 55.937100500350795 ], [ -6.133030562477876, 55.936701260258694 ], [ -6.13268876504267, 55.937252354985624 ], [ -6.131267515418367, 55.936621090770245 ], [ -6.130924260338132, 55.937158738864163 ], [ -6.13036006547394, 55.937051777106063 ], [ -6.129341504533163, 55.937868409750905 ], [ -6.127415537146536, 55.937838620925554 ], [ -6.127156779929737, 55.938117107781657 ] ] ], [ [ [ -5.980685557559062, 55.952481022996665 ], [ -5.981044243590243, 55.952150171659135 ], [ -5.981557739130664, 55.952389852654228 ], [ -5.981300121898053, 55.952924270978414 ], [ -5.980685557559062, 55.952481022996665 ] ] ], [ [ [ -5.675040618861006, 55.953167207271996 ], [ -5.675843581384178, 55.949721901323223 ], [ -5.677673470170099, 55.947221496873318 ], [ -5.681715416338772, 55.94346799527613 ], [ -5.688948955138417, 55.93496099276576 ], [ -5.689789328318933, 55.934702008830961 ], [ -5.694184571323745, 55.931319605282098 ], [ -5.69486008507832, 55.931348774810409 ], [ -5.693811648530699, 55.933205580583795 ], [ -5.696881733196538, 55.933904644714467 ], [ -5.699268405462822, 55.932057035382677 ], [ -5.699570005450943, 55.933706947115844 ], [ -5.701120756611739, 55.933003908219185 ], [ -5.701441351553274, 55.933174099024015 ], [ -5.700042061416515, 55.934960590641651 ], [ -5.700758443151511, 55.935501030523014 ], [ -5.701573659582403, 55.935566425290212 ], [ -5.701221699392235, 55.936242404235585 ], [ -5.701875482736806, 55.93629466978458 ], [ -5.702112978164843, 55.936768583767581 ], [ -5.703253719870096, 55.937138884913537 ], [ -5.704995055701609, 55.936250226491417 ], [ -5.703422123198976, 55.938230812713343 ], [ -5.703803266981783, 55.938849663624275 ], [ -5.70432605561509, 55.939207084493468 ], [ -5.706104702380246, 55.938774970153638 ], [ -5.701666800925437, 55.946187393544079 ], [ -5.70187881123845, 55.946477743992077 ], [ -5.702613750262224, 55.945952094101138 ], [ -5.702545169811366, 55.946408241662191 ], [ -5.702847741404809, 55.9463047239568 ], [ -5.700216488412939, 55.950128936894366 ], [ -5.700718419145995, 55.950266703856762 ], [ -5.701236586668583, 55.949819516387144 ], [ -5.701047429586473, 55.950355718857502 ], [ -5.70135102544534, 55.950094818913726 ], [ -5.701613564407468, 55.950410625548024 ], [ -5.69997584780404, 55.952307679691273 ], [ -5.699263725481913, 55.952486442882197 ], [ -5.698940120078874, 55.953629129407275 ], [ -5.697173455245811, 55.955017487780118 ], [ -5.696546601825268, 55.955166697401637 ], [ -5.695961447021199, 55.954829098031233 ], [ -5.695296594390192, 55.95542003709496 ], [ -5.692979260042226, 55.95633031934868 ], [ -5.691612854447511, 55.957549226416361 ], [ -5.690767463279419, 55.95700360684264 ], [ -5.690313920524745, 55.957206032542274 ], [ -5.689875190897986, 55.956890989274179 ], [ -5.690709245521206, 55.956308495123004 ], [ -5.690258137678614, 55.955863444721871 ], [ -5.687827666624159, 55.955671040625873 ], [ -5.685136972748411, 55.954596203508586 ], [ -5.684237647388617, 55.954829937307835 ], [ -5.684359736353827, 55.954596994438681 ], [ -5.68272439302555, 55.953832192686399 ], [ -5.682380902081124, 55.953927891603826 ], [ -5.682361089632759, 55.953213645764251 ], [ -5.68103678088501, 55.95361292995554 ], [ -5.680987939479445, 55.952171226722051 ], [ -5.680330726793716, 55.951916636113246 ], [ -5.676202337137748, 55.954431806070062 ], [ -5.670309033170642, 55.961077176744638 ], [ -5.6687538216953, 55.962427327358014 ], [ -5.667072652167167, 55.963210241403594 ], [ -5.666768846145491, 55.962625845481256 ], [ -5.667461761924961, 55.961733014861878 ], [ -5.672668428765952, 55.956798711254244 ], [ -5.675939307336242, 55.954277812692766 ], [ -5.675608464634542, 55.953240166002821 ], [ -5.675040618861006, 55.953167207271996 ] ] ], [ [ [ -5.980310158144716, 55.954754870134394 ], [ -5.979743485175782, 55.954543882082753 ], [ -5.97938540658611, 55.954568952467675 ], [ -5.979478377967344, 55.954147778157058 ], [ -5.98014261291955, 55.953982408126578 ], [ -5.980303738039259, 55.954224499506843 ], [ -5.98104418363488, 55.953553059282704 ], [ -5.980310158144716, 55.954754870134394 ] ] ], [ [ [ -5.946932368453383, 55.95753415688705 ], [ -5.946999905853539, 55.957095843938589 ], [ -5.947277475313535, 55.957302765564279 ], [ -5.946932368453383, 55.95753415688705 ] ] ], [ [ [ -5.978411501711146, 55.955854947348101 ], [ -5.978881129150637, 55.955745337394553 ], [ -5.978853597172292, 55.956101445075205 ], [ -5.978274242529229, 55.956547337680391 ], [ -5.978411501711146, 55.955854947348101 ] ] ], [ [ [ -5.946537759671212, 55.958459573631799 ], [ -5.94670892753914, 55.957937002932908 ], [ -5.946977589605781, 55.957977845772916 ], [ -5.946537759671212, 55.958459573631799 ] ] ], [ [ [ -5.443668772592943, 55.974058841246446 ], [ -5.444469293068083, 55.973865624390911 ], [ -5.444346856302701, 55.974291616685498 ], [ -5.443602684223446, 55.974577659954825 ], [ -5.443289667101328, 55.974303204074872 ], [ -5.443668772592943, 55.974058841246446 ] ] ], [ [ [ -5.939006683220856, 55.960382505121338 ], [ -5.939303533942049, 55.959676070023576 ], [ -5.939644542117971, 55.959876481306694 ], [ -5.939006683220856, 55.960382505121338 ] ] ], [ [ [ -5.935201991184274, 55.961592343095575 ], [ -5.936051014998679, 55.960324202338228 ], [ -5.936343374701279, 55.960598119937607 ], [ -5.935201991184274, 55.961592343095575 ] ] ], [ [ [ -5.950987932508739, 55.962561337612698 ], [ -5.951188513156424, 55.96209177216511 ], [ -5.951518168552944, 55.962180107298082 ], [ -5.950987932508739, 55.962561337612698 ] ] ], [ [ [ -5.833697424559652, 55.968370568512405 ], [ -5.834236467518498, 55.967742304260327 ], [ -5.834339470573705, 55.968134754725661 ], [ -5.833697424559652, 55.968370568512405 ] ] ], [ [ [ -5.920615909208816, 55.966527224821789 ], [ -5.920699009293878, 55.966160377167085 ], [ -5.920097773497485, 55.966318914696586 ], [ -5.919853293253119, 55.965171152805659 ], [ -5.918839826259665, 55.965216917244433 ], [ -5.919208264198011, 55.964580199238313 ], [ -5.918314702333526, 55.965256118871665 ], [ -5.919276606533192, 55.963750703844333 ], [ -5.920348219578615, 55.964121238852812 ], [ -5.920811133631424, 55.963863691406452 ], [ -5.921281022574206, 55.964149972505176 ], [ -5.921726572254318, 55.966253534003798 ], [ -5.920880605633628, 55.96676608881004 ], [ -5.920615909208816, 55.966527224821789 ] ] ], [ [ [ -5.916935726042661, 55.967552658099947 ], [ -5.917480347591779, 55.96643822806503 ], [ -5.917950178164389, 55.966486220168555 ], [ -5.918077329688718, 55.967188090620716 ], [ -5.916935726042661, 55.967552658099947 ] ] ], [ [ [ -5.984372974808938, 55.966278130011702 ], [ -5.98535971533837, 55.965427828437498 ], [ -5.985846092520241, 55.965947151899613 ], [ -5.984389444931637, 55.966749721931592 ], [ -5.984372974808938, 55.966278130011702 ] ] ], [ [ [ -5.891412140000041, 55.966460401104918 ], [ -5.892811782113847, 55.965710228194602 ], [ -5.892817231966562, 55.967279245186887 ], [ -5.889882180676144, 55.96990342619786 ], [ -5.888674370311572, 55.970170900367194 ], [ -5.887873824010654, 55.969544236734627 ], [ -5.891412140000041, 55.966460401104918 ] ] ], [ [ [ -5.911266166198711, 55.969679855594549 ], [ -5.912424482517284, 55.968289659048544 ], [ -5.912654004673144, 55.968498184204101 ], [ -5.913586048276406, 55.967884033270884 ], [ -5.914074104666988, 55.968587918692791 ], [ -5.913720458768791, 55.969134222878267 ], [ -5.912080613246795, 55.969964214203188 ], [ -5.91171049046912, 55.970506539270779 ], [ -5.911763234105034, 55.9702350860927 ], [ -5.911080300712049, 55.970220819341435 ], [ -5.911266166198711, 55.969679855594549 ] ] ], [ [ [ -5.984992398539688, 55.96847931077864 ], [ -5.985394813338419, 55.967949190204337 ], [ -5.986303274028785, 55.96773991011608 ], [ -5.986351560681713, 55.968053096392794 ], [ -5.986667179731735, 55.967925965316965 ], [ -5.986348237879351, 55.968565797435069 ], [ -5.986015416653733, 55.968837370570434 ], [ -5.985765222858105, 55.968665616412792 ], [ -5.984992398539688, 55.96847931077864 ] ] ], [ [ [ -5.87451929773778, 55.973652243281293 ], [ -5.874079229081479, 55.972780342486772 ], [ -5.873441028146924, 55.973133146833405 ], [ -5.873106962045253, 55.972999780618629 ], [ -5.873840097962494, 55.972554066129824 ], [ -5.874697561932524, 55.972549557618954 ], [ -5.875712337579617, 55.973075138574359 ], [ -5.87451929773778, 55.973652243281293 ] ] ], [ [ [ -5.656765526093719, 55.979935482110093 ], [ -5.656731965999867, 55.978731609574005 ], [ -5.657800614252957, 55.978245790657262 ], [ -5.658689851568777, 55.978237351232131 ], [ -5.660604070896103, 55.979147045284257 ], [ -5.658508321712725, 55.978013460658943 ], [ -5.658825809812027, 55.97763986714893 ], [ -5.660031776319688, 55.97741969413331 ], [ -5.662240175057626, 55.977794609196899 ], [ -5.662168724325872, 55.97848009492381 ], [ -5.661337761374828, 55.978765565405567 ], [ -5.660851283281136, 55.97938696315812 ], [ -5.658314529458788, 55.980289590162187 ], [ -5.657920113538764, 55.980188914410164 ], [ -5.656765526093719, 55.979935482110093 ] ] ], [ [ [ -5.873664296354857, 55.974803204464983 ], [ -5.874570082550195, 55.974239647569803 ], [ -5.874976377375966, 55.974549685246792 ], [ -5.873664296354857, 55.974803204464983 ] ] ], [ [ [ -5.654719892666485, 55.979501686874023 ], [ -5.65483700815188, 55.97895871701018 ], [ -5.65398537664672, 55.979280716518971 ], [ -5.652882693950247, 55.980850992149421 ], [ -5.651967753530157, 55.980927587555691 ], [ -5.65095204117008, 55.980616032402907 ], [ -5.651296875882886, 55.980021356274484 ], [ -5.650982324842821, 55.979662031187637 ], [ -5.652950302681206, 55.978084085363015 ], [ -5.654840054810671, 55.977632372098412 ], [ -5.654896312114191, 55.978143220725372 ], [ -5.656119751356705, 55.977513451964477 ], [ -5.656439683456645, 55.977674790293968 ], [ -5.655305616147003, 55.978571655550567 ], [ -5.656222492362236, 55.979025478869026 ], [ -5.656264135683833, 55.980399950838844 ], [ -5.655482681477324, 55.981295335875906 ], [ -5.655517230859573, 55.982085566968237 ], [ -5.653080949619576, 55.982526529078129 ], [ -5.652055199864724, 55.982449060155041 ], [ -5.652692774175316, 55.981472547567932 ], [ -5.652449743531898, 55.981106608274381 ], [ -5.653395737016975, 55.980849256941234 ], [ -5.653364752715114, 55.980351145415888 ], [ -5.654719892666485, 55.979501686874023 ] ] ], [ [ [ -5.867496410868976, 55.975266924432887 ], [ -5.869468000835506, 55.975097053320418 ], [ -5.867111170706441, 55.976065861109262 ], [ -5.867496410868976, 55.975266924432887 ] ] ], [ [ [ -5.998541739037565, 55.973444572243984 ], [ -5.999090073997789, 55.972698330324221 ], [ -5.999722667423246, 55.973077958562861 ], [ -6.000175990953551, 55.972964303404893 ], [ -6.000011975942249, 55.973549677394537 ], [ -5.99941549436191, 55.973519600753605 ], [ -5.998541739037565, 55.973444572243984 ] ] ], [ [ [ -5.640864461055028, 55.986156791623067 ], [ -5.641838653010974, 55.98500404443012 ], [ -5.640934979320057, 55.985201607768545 ], [ -5.642281197133586, 55.983911973995106 ], [ -5.645686417604297, 55.981581299362269 ], [ -5.646693185596662, 55.980436535949693 ], [ -5.647584854852107, 55.980027982703412 ], [ -5.648076956284775, 55.980314618847274 ], [ -5.648613535042902, 55.980035266965601 ], [ -5.647786159086417, 55.981483141815723 ], [ -5.647771400697111, 55.982517604546537 ], [ -5.642745445108023, 55.985521206634211 ], [ -5.640864461055028, 55.986156791623067 ] ] ], [ [ [ -5.386308924118111, 56.000171481371439 ], [ -5.38879353759861, 55.997765602343662 ], [ -5.388933380791115, 55.99862934523258 ], [ -5.388004324829612, 56.000111375231363 ], [ -5.386853431635797, 56.001167949489137 ], [ -5.38627471301512, 56.001246794057309 ], [ -5.386308924118111, 56.000171481371439 ] ] ], [ [ [ -5.385483402589649, 56.002104666960399 ], [ -5.385497422775566, 56.001623286757514 ], [ -5.386053649467436, 56.001837257446056 ], [ -5.385483402589649, 56.002104666960399 ] ] ], [ [ [ -6.002211042240329, 55.984035880220063 ], [ -6.002939833466409, 55.983405160219952 ], [ -6.003263645447725, 55.983511537561341 ], [ -6.002617837000548, 55.984634171923112 ], [ -6.002211042240329, 55.984035880220063 ] ] ], [ [ [ -5.39758986233288, 55.999006729286457 ], [ -5.399872488699797, 55.997779461135863 ], [ -5.400007648525075, 55.999043406662643 ], [ -5.397545992181911, 56.001795025953292 ], [ -5.394457875699521, 56.004177258864971 ], [ -5.393980684975973, 56.004042062701622 ], [ -5.393935431343197, 56.003252137943385 ], [ -5.394613480540418, 56.001471298840286 ], [ -5.395706180080187, 56.000393776776527 ], [ -5.397394297873478, 55.999520092507908 ], [ -5.39758986233288, 55.999006729286457 ] ] ], [ [ [ -5.999324384487856, 55.991413954745347 ], [ -5.999653480105832, 55.990562426580652 ], [ -5.999971202955242, 55.990686997077795 ], [ -5.999324384487856, 55.991413954745347 ] ] ], [ [ [ -5.678281398690323, 56.007537264885784 ], [ -5.678572668094759, 56.007393691629552 ], [ -5.67862023749379, 56.007724960810684 ], [ -5.67731115304615, 56.009063340737477 ], [ -5.67740328838376, 56.008260336227501 ], [ -5.678281398690323, 56.007537264885784 ] ] ], [ [ [ -5.990907904974866, 55.999798651525822 ], [ -5.991263486139405, 55.999279028406377 ], [ -5.992073044368933, 55.999270767862036 ], [ -5.991171085148006, 55.999938502740889 ], [ -5.990907904974866, 55.999798651525822 ] ] ], [ [ [ -5.605743340451015, 56.011260108056391 ], [ -5.607054113800231, 56.009998908101849 ], [ -5.606940830115942, 56.01127899683587 ], [ -5.605840174284793, 56.011954102546298 ], [ -5.605743340451015, 56.011260108056391 ] ] ], [ [ [ -5.600035196163899, 56.009080331409983 ], [ -5.601812870785276, 56.007661680288763 ], [ -5.602713740280744, 56.00768478613378 ], [ -5.605317976204117, 56.005666455806534 ], [ -5.605566164156928, 56.006090775432234 ], [ -5.606164230136452, 56.006050788317502 ], [ -5.60572527745189, 56.007452802323648 ], [ -5.607335551889221, 56.006564961267792 ], [ -5.606890891764299, 56.007733371989524 ], [ -5.604140014412633, 56.011536309959631 ], [ -5.602845612712218, 56.012113656311563 ], [ -5.602665392752797, 56.011471551502069 ], [ -5.602042656572778, 56.011161579764213 ], [ -5.600161489924838, 56.011212079459789 ], [ -5.600605554837138, 56.010034723422379 ], [ -5.600382654981332, 56.009623142252352 ], [ -5.599890304824062, 56.009592575800909 ], [ -5.600035196163899, 56.009080331409983 ] ] ], [ [ [ -5.35112997807309, 56.018934605086173 ], [ -5.352505713116368, 56.018047585117692 ], [ -5.35314317439679, 56.018457284072142 ], [ -5.353019769055728, 56.018977592087381 ], [ -5.351367018822224, 56.019539506674221 ], [ -5.35112997807309, 56.018934605086173 ] ] ], [ [ [ -5.793247743213072, 56.009957747188523 ], [ -5.793266421941443, 56.009084942052525 ], [ -5.793952473143239, 56.008879472444207 ], [ -5.793624817371891, 56.009384129076075 ], [ -5.794278427722601, 56.00917516094875 ], [ -5.79403942120774, 56.009928865326543 ], [ -5.793112017353581, 56.010537419175421 ], [ -5.793247743213072, 56.009957747188523 ] ] ], [ [ [ -5.668459838121751, 56.01498298795314 ], [ -5.668855765709716, 56.014503634051941 ], [ -5.668264455132563, 56.014615656229203 ], [ -5.668525015456947, 56.013978486165335 ], [ -5.669043861757477, 56.013864125254848 ], [ -5.670161835125836, 56.01219884717014 ], [ -5.671307072567484, 56.011751104788054 ], [ -5.671636400903815, 56.012514565117506 ], [ -5.670719236480932, 56.013589420471497 ], [ -5.668820497521224, 56.015062162254395 ], [ -5.668459838121751, 56.01498298795314 ] ] ], [ [ [ -5.671727798642909, 56.013730200996108 ], [ -5.672817447153331, 56.011683598395017 ], [ -5.674335261570331, 56.010343539921877 ], [ -5.673881730245872, 56.012748833685123 ], [ -5.673417022679667, 56.013432567250966 ], [ -5.67289408888592, 56.013250346215997 ], [ -5.671705310041435, 56.015605617373367 ], [ -5.670487593071071, 56.016136445472206 ], [ -5.669072740204393, 56.016281999365347 ], [ -5.670306144075222, 56.014563829444548 ], [ -5.671727798642909, 56.013730200996108 ] ] ], [ [ [ -5.573686695279831, 56.018150980407832 ], [ -5.57516664106836, 56.017316812459427 ], [ -5.575873710354887, 56.017498593106765 ], [ -5.575296252366771, 56.018284103170856 ], [ -5.574366134534904, 56.019075347007174 ], [ -5.573266282077906, 56.019246616875343 ], [ -5.573686695279831, 56.018150980407832 ] ] ], [ [ [ -5.783076929958904, 56.013948316588291 ], [ -5.783346113896429, 56.013418511287092 ], [ -5.782475771390193, 56.013710507242365 ], [ -5.782691914220041, 56.013294732569122 ], [ -5.783303320740758, 56.012817360548226 ], [ -5.783898998629637, 56.013163238346806 ], [ -5.784090649045551, 56.012415508537636 ], [ -5.785073174761933, 56.011958196398133 ], [ -5.784344067311764, 56.013446300888887 ], [ -5.783784972103423, 56.013900490227641 ], [ -5.783076929958904, 56.013948316588291 ] ] ], [ [ [ -6.226761328021414, 55.999135165386036 ], [ -6.227948773996469, 55.998986460314676 ], [ -6.228362929434097, 55.999471394621629 ], [ -6.227090800637832, 55.999726440829512 ], [ -6.226999782358082, 55.999994885234123 ], [ -6.226722391267812, 55.999806545060487 ], [ -6.226761328021414, 55.999135165386036 ] ] ], [ [ [ -6.277134689433661, 55.997480591809826 ], [ -6.277152480525215, 55.997133701329993 ], [ -6.277805800923045, 55.997308867631865 ], [ -6.278854160913793, 55.997065564606316 ], [ -6.27949243277218, 55.997322192046276 ], [ -6.277458027643812, 55.998517166977173 ], [ -6.276429592964008, 55.998215623014033 ], [ -6.275703094248876, 55.997741689575733 ], [ -6.277134689433661, 55.997480591809826 ] ] ], [ [ [ -6.274107554348769, 56.000149051833631 ], [ -6.271721921590323, 55.999040150027881 ], [ -6.271934940934247, 55.998861870221759 ], [ -6.271159949518094, 55.998457049142218 ], [ -6.273889897422772, 55.998398268619205 ], [ -6.27538284182231, 55.99774831652114 ], [ -6.277037685037596, 55.998707157910431 ], [ -6.274944987411121, 56.000101983337061 ], [ -6.274181691401806, 55.999948608071726 ], [ -6.274107554348769, 56.000149051833631 ] ] ], [ [ [ -6.270395839411778, 56.000547695903002 ], [ -6.270014461557317, 56.000219152000732 ], [ -6.268980957210742, 56.000452867644675 ], [ -6.268101699974701, 55.99990324153115 ], [ -6.26932807046841, 55.99872746287145 ], [ -6.270341962767052, 55.999043061042862 ], [ -6.270831741123256, 55.99890015188754 ], [ -6.270981129021082, 55.99938064767553 ], [ -6.271914904083332, 55.999406706268907 ], [ -6.273690852923331, 56.000154525830034 ], [ -6.273322332713809, 56.000450632921066 ], [ -6.27179411325559, 56.000274327937348 ], [ -6.27155554360517, 56.000511955328072 ], [ -6.270395839411778, 56.000547695903002 ] ] ], [ [ [ -6.261889519883818, 56.002443433619106 ], [ -6.262125691155393, 56.002183424377669 ], [ -6.261595954602309, 56.002255728624853 ], [ -6.259732093634567, 56.001582731224545 ], [ -6.257427907088039, 55.999971572979639 ], [ -6.25705829245446, 55.999530159269568 ], [ -6.257635176520361, 55.999667602221457 ], [ -6.256716919746767, 55.998907888089867 ], [ -6.256938245070362, 55.998556663637501 ], [ -6.257829360921956, 55.998414317387443 ], [ -6.259902013960586, 55.998682579676171 ], [ -6.261990330626407, 55.998204661183358 ], [ -6.264399099183653, 55.999002650240676 ], [ -6.264530326071419, 55.999479284501298 ], [ -6.265555153017424, 55.999574189163326 ], [ -6.268846633754453, 56.001663627482458 ], [ -6.268846080526671, 56.002080070964645 ], [ -6.269901448964534, 56.002566921712713 ], [ -6.268110815141382, 56.003401607891739 ], [ -6.267442844598663, 56.003312340241628 ], [ -6.267314597946744, 56.003604595206014 ], [ -6.264933146659796, 56.002315536052414 ], [ -6.264986401874566, 56.002070852187458 ], [ -6.263690761034628, 56.001675028090816 ], [ -6.263833154147423, 56.002092815102408 ], [ -6.263188122782682, 56.002065688520716 ], [ -6.262359347175821, 56.001536758986795 ], [ -6.262366215248832, 56.00203568910684 ], [ -6.264932101863536, 56.003615209198045 ], [ -6.264585318080714, 56.004036451400488 ], [ -6.264115423569664, 56.003778411164646 ], [ -6.261889519883818, 56.002443433619106 ] ] ], [ [ [ -6.258167485411636, 56.004281098585949 ], [ -6.257658540543908, 56.004105331131974 ], [ -6.258880067609736, 56.004265442178095 ], [ -6.258510413971425, 56.004916804004473 ], [ -6.258167485411636, 56.004281098585949 ] ] ], [ [ [ -6.218241605321732, 56.00746788471691 ], [ -6.219537879123894, 56.005372871135862 ], [ -6.22204689853229, 56.003434118820998 ], [ -6.22252826281522, 56.003799847195936 ], [ -6.223094164065923, 56.003690497126335 ], [ -6.223541277335365, 56.004403659757735 ], [ -6.222716396071163, 56.004787213575291 ], [ -6.222955292191393, 56.005431072521411 ], [ -6.22210491586036, 56.006242703503737 ], [ -6.222705935766411, 56.006527880481443 ], [ -6.22224705026247, 56.006368239542162 ], [ -6.219912689677179, 56.007702916125197 ], [ -6.218692467345409, 56.00784816409405 ], [ -6.218241605321732, 56.00746788471691 ] ] ], [ [ [ -5.658080950013398, 56.027349288595701 ], [ -5.659306997774872, 56.025968645289069 ], [ -5.658750417561332, 56.026025637577071 ], [ -5.658796024044204, 56.025574706705974 ], [ -5.658280141026732, 56.025976662104931 ], [ -5.659053835404522, 56.02490617239463 ], [ -5.65864943563328, 56.025044064059955 ], [ -5.659055287718068, 56.024582434143085 ], [ -5.65852856590856, 56.024530640583372 ], [ -5.659626242316832, 56.022897545457425 ], [ -5.660895815302347, 56.022486675895152 ], [ -5.661032649512751, 56.021812739780266 ], [ -5.66270603601167, 56.020666029774169 ], [ -5.662719416767961, 56.021061260058502 ], [ -5.663130915049878, 56.020914151424456 ], [ -5.663761867831264, 56.021219083986594 ], [ -5.664134543243327, 56.021001194141505 ], [ -5.663854810797017, 56.021522032553591 ], [ -5.664495397375103, 56.021251215590731 ], [ -5.664000285959076, 56.02415672620441 ], [ -5.660965330454083, 56.026863489274632 ], [ -5.659228793322134, 56.027940113126057 ], [ -5.658694868388096, 56.02789752501301 ], [ -5.658080950013398, 56.027349288595701 ] ] ], [ [ [ -5.658994923423267, 56.021486644120159 ], [ -5.660205579562571, 56.021216899746662 ], [ -5.660204687943009, 56.021715956609803 ], [ -5.65505959509677, 56.027236651388272 ], [ -5.652503313894419, 56.028391442693128 ], [ -5.651517613605277, 56.029854804684788 ], [ -5.64945735622498, 56.030738568955911 ], [ -5.65054668774319, 56.029011401363171 ], [ -5.65192083707091, 56.028022074774384 ], [ -5.653012252789681, 56.026726412415037 ], [ -5.652597591708051, 56.026671270408762 ], [ -5.65350785116222, 56.026109285509442 ], [ -5.655450870145593, 56.025602074129878 ], [ -5.658994923423267, 56.021486644120159 ] ] ], [ [ [ -5.591347551572275, 56.031223211727642 ], [ -5.593235131009322, 56.029936374660224 ], [ -5.593644745978444, 56.029937915341954 ], [ -5.592103742955885, 56.031497880747111 ], [ -5.590276125295437, 56.032567160920912 ], [ -5.591347551572275, 56.031223211727642 ] ] ], [ [ [ -5.765914792455044, 56.027350713069929 ], [ -5.767298811017804, 56.026229363370923 ], [ -5.766981237906858, 56.027583370193717 ], [ -5.766726411660423, 56.027851928291 ], [ -5.76653658725088, 56.027552006181729 ], [ -5.765914792455044, 56.027350713069929 ] ] ], [ [ [ -5.969354875471783, 56.022532145195797 ], [ -5.9689978433969, 56.022026567735935 ], [ -5.969809329585569, 56.021798077570097 ], [ -5.969680778267434, 56.022031536292303 ], [ -5.970276900659178, 56.022129227154679 ], [ -5.971523469883284, 56.021603427446614 ], [ -5.971714547304368, 56.021822084943352 ], [ -5.970249731163793, 56.022489813360274 ], [ -5.969354875471783, 56.022532145195797 ] ] ], [ [ [ -5.587886551300219, 56.032169218987882 ], [ -5.589402486867086, 56.031374297386932 ], [ -5.589181380801665, 56.03201911794892 ], [ -5.589715897683194, 56.031895651639125 ], [ -5.589193093157647, 56.032490818079587 ], [ -5.58553760048826, 56.034543849492621 ], [ -5.587886551300219, 56.032169218987882 ] ] ], [ [ [ -5.58711683400936, 56.035293612120988 ], [ -5.587018303663835, 56.034837926519934 ], [ -5.586166442184229, 56.03526283206967 ], [ -5.588003103973686, 56.033856181563856 ], [ -5.587843791066658, 56.034993718690828 ], [ -5.58711683400936, 56.035293612120988 ] ] ], [ [ [ -6.265339682480352, 56.015030694499643 ], [ -6.264265698895501, 56.014232352016606 ], [ -6.265237905534247, 56.014268829167349 ], [ -6.266654563475658, 56.013677403985177 ], [ -6.267923612734809, 56.01401746407938 ], [ -6.267630569662429, 56.013791978399439 ], [ -6.269050231028841, 56.013518809422131 ], [ -6.270158466722839, 56.013943570303184 ], [ -6.270461027833137, 56.013775680375701 ], [ -6.271192655133579, 56.01436639344297 ], [ -6.270709818805877, 56.014864324162623 ], [ -6.269572318978526, 56.014669031113527 ], [ -6.269607966890423, 56.014991580353815 ], [ -6.267650515204101, 56.015193456575723 ], [ -6.265339682480352, 56.015030694499643 ] ] ], [ [ [ -5.584482431808498, 56.036498674511058 ], [ -5.585434286905863, 56.036025915708102 ], [ -5.585162542128004, 56.036645226946391 ], [ -5.58394825503466, 56.037318927904437 ], [ -5.584482431808498, 56.036498674511058 ] ] ], [ [ [ -6.262522537235974, 56.017787785501469 ], [ -6.261931586047085, 56.017234424737588 ], [ -6.262875702437921, 56.017248509854099 ], [ -6.263611020077117, 56.017974948750322 ], [ -6.262522537235974, 56.017787785501469 ] ] ], [ [ [ -5.762699671744291, 56.033743301450777 ], [ -5.76321003684773, 56.03337702864296 ], [ -5.76363568919019, 56.033624792288904 ], [ -5.762710884467499, 56.034435336886659 ], [ -5.763051371982773, 56.033808991218685 ], [ -5.762699671744291, 56.033743301450777 ] ] ], [ [ [ -6.271446233195139, 56.018184563332682 ], [ -6.265025477707141, 56.018205674982397 ], [ -6.262373831853861, 56.01693490522203 ], [ -6.261804086959124, 56.016224314284237 ], [ -6.26280596109712, 56.016238199034106 ], [ -6.263456527478341, 56.015935060159173 ], [ -6.26332885981808, 56.015447508461868 ], [ -6.262728848311255, 56.015292000850096 ], [ -6.26312079361836, 56.015148017157983 ], [ -6.266288629598969, 56.015496085121733 ], [ -6.270403635628107, 56.015144765721267 ], [ -6.27156893789551, 56.015446116019064 ], [ -6.271225740146743, 56.015754825953664 ], [ -6.271931232541949, 56.016036147400328 ], [ -6.271763912868271, 56.016410708703383 ], [ -6.273915027878479, 56.016115702386791 ], [ -6.274025283136147, 56.015806077076114 ], [ -6.27418143136625, 56.016128939659552 ], [ -6.274282628573337, 56.015882586949438 ], [ -6.274999612787215, 56.01619497152479 ], [ -6.274774386778557, 56.0159734429201 ], [ -6.276323394515661, 56.015969119288563 ], [ -6.276146759359126, 56.016186614728831 ], [ -6.276544599036875, 56.016226761185926 ], [ -6.27573316412256, 56.016439321304787 ], [ -6.275852939036042, 56.016651019377164 ], [ -6.277208660445989, 56.016496001181387 ], [ -6.277652699881578, 56.016880811040977 ], [ -6.277810417528562, 56.016565035794706 ], [ -6.278169087081698, 56.016831389947967 ], [ -6.279144499389804, 56.016577138394162 ], [ -6.279491152756423, 56.016879882818593 ], [ -6.279348413901602, 56.016606027481608 ], [ -6.279898274979077, 56.016568926690482 ], [ -6.280108971030348, 56.016876395435879 ], [ -6.278880719314869, 56.017022518686538 ], [ -6.279865110531025, 56.017429014551382 ], [ -6.278042071830196, 56.017496867861958 ], [ -6.279978786411877, 56.017802814595932 ], [ -6.277903325523115, 56.017838966426226 ], [ -6.277722481244599, 56.01830844441659 ], [ -6.276286779949687, 56.018394292348312 ], [ -6.276766298255936, 56.018809352626413 ], [ -6.275845569189632, 56.018760383750035 ], [ -6.273526135668982, 56.018768956622772 ], [ -6.272941476698751, 56.018564396393771 ], [ -6.273495542640551, 56.018347297870612 ], [ -6.271446233195139, 56.018184563332682 ] ] ], [ [ [ -5.640199179015487, 56.044193911090886 ], [ -5.640082812891615, 56.04244851267763 ], [ -5.64390035158866, 56.037624162361986 ], [ -5.643719795351084, 56.037157449864729 ], [ -5.64468488397825, 56.03683218938594 ], [ -5.645777571304974, 56.037348343988896 ], [ -5.645113081366122, 56.037880516292169 ], [ -5.645528084060539, 56.038533607757969 ], [ -5.644062040378156, 56.040784375360886 ], [ -5.644256372413271, 56.04199247562125 ], [ -5.64229453829878, 56.043417177932433 ], [ -5.641136072871973, 56.043312045122043 ], [ -5.641219294415404, 56.043938987448684 ], [ -5.640614103815308, 56.044590764622413 ], [ -5.640199179015487, 56.044193911090886 ] ] ], [ [ [ -6.23210611271984, 56.02815913943536 ], [ -6.232320048224392, 56.027693099901413 ], [ -6.233190841370097, 56.027798077469548 ], [ -6.233062261722586, 56.028090301191227 ], [ -6.23210611271984, 56.02815913943536 ] ] ], [ [ [ -6.219495700111096, 56.026963979878445 ], [ -6.21797630114739, 56.026507880873481 ], [ -6.217644806785819, 56.026928452742808 ], [ -6.216268112123745, 56.026602352479522 ], [ -6.213391197229738, 56.027393339108386 ], [ -6.212220036630415, 56.027258024740149 ], [ -6.211786417417071, 56.027700060107136 ], [ -6.210609694161982, 56.027587405013811 ], [ -6.211304171941497, 56.027401770112235 ], [ -6.210732405624663, 56.026724303935801 ], [ -6.211477983339536, 56.025902859176803 ], [ -6.211285366847627, 56.024578367282238 ], [ -6.210312871389831, 56.023244567265102 ], [ -6.209263945338467, 56.022682340697166 ], [ -6.208509038022616, 56.022681161714416 ], [ -6.209610435854009, 56.02151479656613 ], [ -6.207672144893237, 56.020600723182078 ], [ -6.206236071357542, 56.020906108330848 ], [ -6.205667036877774, 56.020768153772828 ], [ -6.205978217524518, 56.0199390933346 ], [ -6.207397560068501, 56.019332991117786 ], [ -6.208099852088263, 56.019736196466873 ], [ -6.210040508936634, 56.018756991889482 ], [ -6.210527835828958, 56.020723456823376 ], [ -6.213801089197068, 56.02180316544721 ], [ -6.214540556097447, 56.021368641077437 ], [ -6.21563190096612, 56.021362761947465 ], [ -6.216727774577847, 56.020515797374635 ], [ -6.217617936088961, 56.020800094356034 ], [ -6.218568084706241, 56.020457260101054 ], [ -6.218272844071013, 56.019738875815598 ], [ -6.218753169028004, 56.019137822297942 ], [ -6.221040715567044, 56.018470330443094 ], [ -6.22133861586997, 56.018918802993511 ], [ -6.220462790183871, 56.019573896182635 ], [ -6.222492345648487, 56.019675198471482 ], [ -6.222556465838132, 56.019086601913379 ], [ -6.223099742466939, 56.019399842762638 ], [ -6.222802121574844, 56.01987952786866 ], [ -6.22488222587737, 56.019282934328402 ], [ -6.226208417975198, 56.019662832463496 ], [ -6.228804376184129, 56.019525139365228 ], [ -6.229493321659513, 56.018763080763812 ], [ -6.22969981549388, 56.019079766698354 ], [ -6.23048869338117, 56.019054464307629 ], [ -6.230509562638335, 56.018775836850331 ], [ -6.230695719589452, 56.019068037165951 ], [ -6.231184450302515, 56.018999978857586 ], [ -6.23313292573016, 56.016485773769425 ], [ -6.232900425509474, 56.016019789570358 ], [ -6.233758721943896, 56.016042444192031 ], [ -6.233972507734689, 56.015561115270337 ], [ -6.234828844299978, 56.015302320981007 ], [ -6.233259872285319, 56.014186171102374 ], [ -6.233781854794889, 56.013396547866655 ], [ -6.233436367088281, 56.013203367117846 ], [ -6.234934084973479, 56.01198535273813 ], [ -6.2357534243251, 56.0100864372911 ], [ -6.235604558403718, 56.009021285472677 ], [ -6.236170004251878, 56.008907394707869 ], [ -6.236291198721735, 56.008255663881094 ], [ -6.237452952333824, 56.007284813575943 ], [ -6.239615725688353, 56.00651332391795 ], [ -6.240412613019181, 56.005510038204562 ], [ -6.242253740876524, 56.005684946094149 ], [ -6.244648571621912, 56.004689512861127 ], [ -6.244393691568562, 56.004999597643781 ], [ -6.244968155746191, 56.005114699270067 ], [ -6.247003250994507, 56.004936580541461 ], [ -6.247560819631635, 56.004386700772358 ], [ -6.247094358719819, 56.004231909470001 ], [ -6.247447481287166, 56.003720562052287 ], [ -6.246559585829741, 56.00309013887653 ], [ -6.248560006966377, 56.002962655072949 ], [ -6.248319396479963, 56.00281806167834 ], [ -6.249444571266902, 56.002248582449859 ], [ -6.248980791138413, 56.001679984023291 ], [ -6.250615867975452, 56.001879863911427 ], [ -6.251391558117358, 56.001416869569688 ], [ -6.252754253411783, 56.001329326609266 ], [ -6.253925140685699, 56.000519884494899 ], [ -6.257312017267495, 56.001032375578596 ], [ -6.25829538266568, 56.001726876079658 ], [ -6.256654054212017, 56.001689205751568 ], [ -6.257496677466794, 56.001907400572321 ], [ -6.257178352162351, 56.002296157450168 ], [ -6.256430878363016, 56.001921772533919 ], [ -6.258389763020616, 56.003239099997401 ], [ -6.257794265389867, 56.003516027167301 ], [ -6.257838683590655, 56.003190706995142 ], [ -6.255884510359083, 56.002790595025466 ], [ -6.25585814204479, 56.003061326257402 ], [ -6.254506978274549, 56.002743774894824 ], [ -6.254261277214805, 56.002990606821683 ], [ -6.256555182498042, 56.003779230423376 ], [ -6.258755227699132, 56.005317561945908 ], [ -6.257620630156597, 56.006238218796511 ], [ -6.256562898794799, 56.006472663332204 ], [ -6.25573993188218, 56.006069404208382 ], [ -6.255153251106482, 56.006426958386776 ], [ -6.255404124270223, 56.007466085805021 ], [ -6.254442015678916, 56.007548805213837 ], [ -6.254340605568409, 56.007867098935293 ], [ -6.254809111818894, 56.008039781343157 ], [ -6.255202629108911, 56.009280840695311 ], [ -6.255910066029194, 56.009436266799625 ], [ -6.25559916955784, 56.00982026409941 ], [ -6.254478445513093, 56.009993908126816 ], [ -6.254651593798863, 56.010181294983767 ], [ -6.25298400919243, 56.010418792407599 ], [ -6.254079954311049, 56.010457376986025 ], [ -6.252372814994216, 56.011064985214091 ], [ -6.252910710098389, 56.013530539380739 ], [ -6.254804518641349, 56.015258506009012 ], [ -6.254881085146074, 56.015822480457835 ], [ -6.25490382633839, 56.015300044033175 ], [ -6.256945301518222, 56.015772714057661 ], [ -6.260164465641386, 56.015858339150569 ], [ -6.261543158210138, 56.016231546974588 ], [ -6.262235215421329, 56.017061122881259 ], [ -6.260939342718221, 56.017016934684044 ], [ -6.25932700285642, 56.017626751464626 ], [ -6.258845564281551, 56.018809026101771 ], [ -6.260058901917928, 56.019327378413678 ], [ -6.263537493095193, 56.019258241948251 ], [ -6.26499235423687, 56.019432706882199 ], [ -6.264800105605064, 56.019596761180622 ], [ -6.266267593772755, 56.019231132672481 ], [ -6.27024098395385, 56.019701391968624 ], [ -6.270393577290713, 56.020064855437262 ], [ -6.271926684241355, 56.020133094178448 ], [ -6.271816968028297, 56.020375242907285 ], [ -6.272844399889012, 56.020227167753596 ], [ -6.272807956098277, 56.020696123047884 ], [ -6.274327705166994, 56.020643376165971 ], [ -6.273654622424805, 56.020873602841746 ], [ -6.27382388074046, 56.021097076462958 ], [ -6.271964765720279, 56.021058159768984 ], [ -6.272248265792078, 56.021516014057717 ], [ -6.271150076783908, 56.021895886005183 ], [ -6.268709935135669, 56.021467843840846 ], [ -6.270692487969733, 56.022550334519494 ], [ -6.27128872149906, 56.023730358364688 ], [ -6.269514321179384, 56.024313549032698 ], [ -6.268661082339886, 56.024149758587178 ], [ -6.268232035872854, 56.02469977577195 ], [ -6.267636994531824, 56.024329159645035 ], [ -6.266654540096723, 56.024376696125458 ], [ -6.265672579579489, 56.024864914396808 ], [ -6.264005122812398, 56.024526929356028 ], [ -6.262558328804601, 56.024878319150154 ], [ -6.259945860272527, 56.024635946331735 ], [ -6.258309388784216, 56.024724027476353 ], [ -6.257812527524501, 56.025024518970234 ], [ -6.257804421029142, 56.024732494872801 ], [ -6.257139952965145, 56.024750971483265 ], [ -6.254880645688863, 56.025454139558114 ], [ -6.254459880575427, 56.026008315477945 ], [ -6.250176689904233, 56.026273142892556 ], [ -6.249514991027707, 56.026098112349779 ], [ -6.247078470050198, 56.026798254192968 ], [ -6.244523295592217, 56.026054414404818 ], [ -6.244562696525787, 56.026705115672776 ], [ -6.24408502224757, 56.026816015492166 ], [ -6.242444474479452, 56.026868047870074 ], [ -6.241305133049881, 56.026511561972654 ], [ -6.239291400482256, 56.026675337905758 ], [ -6.236594665401151, 56.025517993781406 ], [ -6.23482573178398, 56.025277544215683 ], [ -6.235091568345807, 56.02587099195172 ], [ -6.233501085074624, 56.025646870577361 ], [ -6.231306550604504, 56.026212461563759 ], [ -6.230962099093582, 56.026440149288469 ], [ -6.231412041333146, 56.0269553275471 ], [ -6.227358938893009, 56.028443605769581 ], [ -6.22641582820938, 56.028484970316001 ], [ -6.219614507013061, 56.027904259314994 ], [ -6.219495700111096, 56.026963979878445 ] ] ], [ [ [ -6.232984836843709, 56.028556146863579 ], [ -6.235028597295881, 56.028445407216651 ], [ -6.233695212133688, 56.028882488130165 ], [ -6.23260773763824, 56.028852415152016 ], [ -6.232984836843709, 56.028556146863579 ] ] ], [ [ [ -6.248665966514924, 56.028672693189428 ], [ -6.247643274498689, 56.027844554823126 ], [ -6.250134510746845, 56.028662491306164 ], [ -6.251540312454853, 56.028811832164145 ], [ -6.251223866774903, 56.029234679644517 ], [ -6.250542866474196, 56.029089100562388 ], [ -6.248665966514924, 56.028672693189428 ] ] ], [ [ [ -6.243796663276756, 56.029672528138626 ], [ -6.242715330905656, 56.028967788921193 ], [ -6.244597102115864, 56.029136785469348 ], [ -6.24441789567798, 56.029552185443883 ], [ -6.246674194373372, 56.030351307905057 ], [ -6.24563493453663, 56.030468086295429 ], [ -6.243106249122178, 56.029894184335198 ], [ -6.243796663276756, 56.029672528138626 ] ] ], [ [ [ -6.246348927460705, 56.029584549129851 ], [ -6.243804286940311, 56.02871891022847 ], [ -6.244388091368251, 56.028842693025751 ], [ -6.245037972194051, 56.028325626905563 ], [ -6.247414045684024, 56.028607951758971 ], [ -6.246740609955355, 56.028253431999403 ], [ -6.247928892229003, 56.028396823723895 ], [ -6.249199289956691, 56.029432267861488 ], [ -6.247852238887916, 56.029744061098796 ], [ -6.248438308123743, 56.030034134903531 ], [ -6.248160170496911, 56.030425972087123 ], [ -6.248862436681798, 56.030604108497805 ], [ -6.248609742326125, 56.030716256814728 ], [ -6.247274034222404, 56.030474524664321 ], [ -6.246022628300009, 56.029757690616968 ], [ -6.246348927460705, 56.029584549129851 ] ] ], [ [ [ -6.237801583017211, 56.03117409522001 ], [ -6.23761268150286, 56.03084332453524 ], [ -6.236488313650357, 56.03098993499443 ], [ -6.23746624720898, 56.030533577105857 ], [ -6.239251900527864, 56.031070216454516 ], [ -6.237547600441245, 56.031421172771431 ], [ -6.236512485022137, 56.031429803783247 ], [ -6.237801583017211, 56.03117409522001 ] ] ], [ [ [ -6.25121329618308, 56.033792277992575 ], [ -6.250373893713514, 56.033317589611791 ], [ -6.25212305295821, 56.033374130880205 ], [ -6.252482204447337, 56.033645039577046 ], [ -6.25121329618308, 56.033792277992575 ] ] ], [ [ [ -6.251742690418333, 56.034587955052594 ], [ -6.251095028098296, 56.033958251452432 ], [ -6.252261363589004, 56.034192301933281 ], [ -6.252435884222222, 56.034537040189313 ], [ -6.251742690418333, 56.034587955052594 ] ] ], [ [ [ -6.277528119576289, 56.033807478648441 ], [ -6.278686060297052, 56.033456958605463 ], [ -6.279362579934511, 56.033545878292806 ], [ -6.278949152879066, 56.03401894107801 ], [ -6.278352027615477, 56.034066668866515 ], [ -6.277528119576289, 56.033807478648441 ] ] ], [ [ [ -6.252252792702727, 56.034916610880231 ], [ -6.251879600637533, 56.034664173980403 ], [ -6.254739675997075, 56.034961133754763 ], [ -6.254640676427842, 56.035301827389844 ], [ -6.253419137411237, 56.035514905908684 ], [ -6.253934696828484, 56.035892833534994 ], [ -6.251962671807894, 56.035637149457472 ], [ -6.251743634679519, 56.034961171301816 ], [ -6.252252792702727, 56.034916610880231 ] ] ], [ [ [ -5.660124436899679, 56.072718216655062 ], [ -5.660559049181598, 56.072300695382062 ], [ -5.661320929472504, 56.072282566436485 ], [ -5.662783376659722, 56.071600727770274 ], [ -5.663103781889363, 56.071842969895464 ], [ -5.662685233063665, 56.072260023455399 ], [ -5.661642818597533, 56.072286493489152 ], [ -5.661621403483438, 56.072907542981973 ], [ -5.660934555163726, 56.073377516037944 ], [ -5.660292460705183, 56.073387590090832 ], [ -5.660124436899679, 56.072718216655062 ] ] ], [ [ [ -5.877402093393061, 56.072243871762218 ], [ -5.878023624975518, 56.071549892832493 ], [ -5.878344352812465, 56.071701663860445 ], [ -5.877402093393061, 56.072243871762218 ] ] ], [ [ [ -6.253739850431971, 56.062461388168252 ], [ -6.253440179006788, 56.06225138261712 ], [ -6.254942224554777, 56.062241789716069 ], [ -6.255324998993884, 56.061995626686503 ], [ -6.255176597820731, 56.062413574237389 ], [ -6.254358011811187, 56.062454434638767 ], [ -6.254013740189711, 56.062787405654859 ], [ -6.253739850431971, 56.062461388168252 ] ] ], [ [ [ -6.259644914575949, 56.064705528074143 ], [ -6.260244697023113, 56.064531893264295 ], [ -6.26009002214753, 56.064150500906493 ], [ -6.260835331382997, 56.064057273833647 ], [ -6.260807229553858, 56.064530429010738 ], [ -6.261819470105081, 56.063870338433794 ], [ -6.260910487499437, 56.064810168122371 ], [ -6.260326631469587, 56.065055207177608 ], [ -6.260458577312479, 56.064794316662578 ], [ -6.259644914575949, 56.064705528074143 ] ] ], [ [ [ -5.863587361311702, 56.07877892691814 ], [ -5.863922585463944, 56.078192913865387 ], [ -5.864100092996436, 56.078520064389942 ], [ -5.863587361311702, 56.07877892691814 ] ] ], [ [ [ -5.242513956809722, 56.100826912482482 ], [ -5.242495886768025, 56.09984748046476 ], [ -5.242795994220083, 56.100068836472815 ], [ -5.243785770123059, 56.099597811273078 ], [ -5.243603265708477, 56.10020044339069 ], [ -5.242513956809722, 56.100826912482482 ] ] ], [ [ [ -5.566121604961007, 56.092306281092696 ], [ -5.567169129523054, 56.091060385410422 ], [ -5.566801476435183, 56.090910977351761 ], [ -5.566127021956174, 56.091356661770156 ], [ -5.566764331415015, 56.090700760187822 ], [ -5.565556712164375, 56.091085436134613 ], [ -5.565421453539619, 56.090840292630247 ], [ -5.566919922501619, 56.089636205996996 ], [ -5.56774084785689, 56.089800373397935 ], [ -5.568370243191947, 56.089476464385513 ], [ -5.568567833820209, 56.089925698180046 ], [ -5.567988970015231, 56.09048281465116 ], [ -5.568550815496918, 56.090610415961947 ], [ -5.568204855254446, 56.090677969752036 ], [ -5.56875653623895, 56.091321056274396 ], [ -5.568344018772799, 56.091190933245031 ], [ -5.567582870567669, 56.091481789496747 ], [ -5.568389185489973, 56.092165164202633 ], [ -5.567011048670334, 56.093001646628878 ], [ -5.566121604961007, 56.092306281092696 ] ] ], [ [ [ -5.239535900983825, 56.101660306983177 ], [ -5.241101800830169, 56.100675231511595 ], [ -5.241488088985342, 56.101060640897948 ], [ -5.24099746757676, 56.102781624493069 ], [ -5.239790776522518, 56.102682964491386 ], [ -5.239535900983825, 56.101660306983177 ] ] ], [ [ [ -5.540388542225645, 56.09323920423072 ], [ -5.541723384878358, 56.092625451658257 ], [ -5.543010420862461, 56.092804268697428 ], [ -5.540948038189415, 56.095389979477936 ], [ -5.538939400730513, 56.09488569341606 ], [ -5.538458918142461, 56.094382496056042 ], [ -5.540061227174336, 56.094053296834268 ], [ -5.540388542225645, 56.09323920423072 ] ] ], [ [ [ -6.160280878655997, 56.087629917788519 ], [ -6.160604787255087, 56.087128838258337 ], [ -6.161722164447223, 56.087495824569068 ], [ -6.160977527794686, 56.087750298740694 ], [ -6.160280878655997, 56.087629917788519 ] ] ], [ [ [ -5.624498127309771, 56.106728527261495 ], [ -5.626142440650279, 56.105138184095999 ], [ -5.624724024457289, 56.106820793695199 ], [ -5.623216095749698, 56.107382098700178 ], [ -5.623716110876701, 56.106796460935833 ], [ -5.624498127309771, 56.106728527261495 ] ] ], [ [ [ -5.624887217441794, 56.109837084314265 ], [ -5.626035007274254, 56.109380756449873 ], [ -5.62509960797581, 56.11012755647193 ], [ -5.624887217441794, 56.109837084314265 ] ] ], [ [ [ -5.575588410253581, 56.110749946421713 ], [ -5.576698940038292, 56.109886070797906 ], [ -5.577208577341962, 56.110262407695302 ], [ -5.576216892511315, 56.112579407761928 ], [ -5.575130078876859, 56.11239961804263 ], [ -5.575588410253581, 56.110749946421713 ] ] ], [ [ [ -5.623712687238896, 56.111377640891988 ], [ -5.624827206510554, 56.110481727700602 ], [ -5.625243155568908, 56.110626852130459 ], [ -5.624894735232606, 56.111028214200076 ], [ -5.623712687238896, 56.111377640891988 ] ] ], [ [ [ -5.787184502620033, 56.108970861560181 ], [ -5.787947354204455, 56.10862822012281 ], [ -5.788287284696782, 56.109139312956543 ], [ -5.78748845739264, 56.109361669753511 ], [ -5.787184502620033, 56.108970861560181 ] ] ], [ [ [ -5.619359850838766, 56.112148313735432 ], [ -5.620764283709186, 56.110740419160329 ], [ -5.620823701882474, 56.111457979923294 ], [ -5.620068116174452, 56.111893756542841 ], [ -5.620647477420555, 56.112150987722103 ], [ -5.620718744622351, 56.11273782667265 ], [ -5.618132024359671, 56.114580514292541 ], [ -5.616364432033166, 56.114951535748453 ], [ -5.617113632848975, 56.113504450209817 ], [ -5.619359850838766, 56.112148313735432 ] ] ], [ [ [ -5.619884392577207, 56.11413348757133 ], [ -5.620579155608699, 56.113991715585151 ], [ -5.62088653724316, 56.114436754606821 ], [ -5.619735956573113, 56.115122390997463 ], [ -5.619884392577207, 56.11413348757133 ] ] ], [ [ [ -5.785311402495822, 56.110624434219304 ], [ -5.785150808091601, 56.109972950896193 ], [ -5.785806049689744, 56.110254070259089 ], [ -5.785311402495822, 56.110624434219304 ] ] ], [ [ [ -5.789940311063821, 56.111219623685251 ], [ -5.790228550562602, 56.110878063640243 ], [ -5.790280172214477, 56.111402507178497 ], [ -5.789940311063821, 56.111219623685251 ] ] ], [ [ [ -5.614058806876369, 56.117563636926874 ], [ -5.615949578507638, 56.115332339494351 ], [ -5.616365103054304, 56.115558428184372 ], [ -5.615336357620831, 56.116600101363069 ], [ -5.616089808355239, 56.116739861349473 ], [ -5.615983699280176, 56.11706665796973 ], [ -5.615188245566669, 56.117508065985056 ], [ -5.614058806876369, 56.117563636926874 ] ] ], [ [ [ -5.627511299255223, 56.115572840773481 ], [ -5.62792097161239, 56.115223618352907 ], [ -5.627935334722546, 56.115461466295557 ], [ -5.628558288922206, 56.115240839046976 ], [ -5.62840287700472, 56.115641029064385 ], [ -5.626193935280874, 56.117648107170382 ], [ -5.627511299255223, 56.115572840773481 ] ] ], [ [ [ -5.576152633215186, 56.121851134165546 ], [ -5.577156425215089, 56.120788053522325 ], [ -5.577703452147618, 56.120785678340241 ], [ -5.577620251496985, 56.121102780941328 ], [ -5.578070570547677, 56.120752553954532 ], [ -5.578770819146954, 56.120840137250532 ], [ -5.576858255167552, 56.122689332698144 ], [ -5.576178611264827, 56.12265059208071 ], [ -5.57659522074087, 56.121937207141698 ], [ -5.576152633215186, 56.121851134165546 ] ] ], [ [ [ -5.60719509783887, 56.123581860939986 ], [ -5.608923171733207, 56.121153137392916 ], [ -5.611809987348953, 56.118897265941698 ], [ -5.612667931691287, 56.118692319677891 ], [ -5.613854722524829, 56.117789901855659 ], [ -5.615595343594591, 56.117729908821921 ], [ -5.614926970194432, 56.119610691057844 ], [ -5.614125444641879, 56.12033099858251 ], [ -5.61326329532297, 56.120405704176086 ], [ -5.613284386721977, 56.121659369142179 ], [ -5.613999991935008, 56.121566478532607 ], [ -5.613176701852752, 56.122741475599348 ], [ -5.611868862819176, 56.123813765929668 ], [ -5.608379401282592, 56.124023765860251 ], [ -5.60719509783887, 56.123581860939986 ] ] ], [ [ [ -5.775348971584596, 56.119148382272598 ], [ -5.776515627787018, 56.118406805718173 ], [ -5.776591155517748, 56.119258724235237 ], [ -5.775743576013662, 56.11939706951997 ], [ -5.775348971584596, 56.119148382272598 ] ] ], [ [ [ -5.575927674197116, 56.124887666004177 ], [ -5.576695461047215, 56.124748526389169 ], [ -5.576313737275559, 56.125577784543829 ], [ -5.575927674197116, 56.124887666004177 ] ] ], [ [ [ -5.769232572227243, 56.122437624196898 ], [ -5.769641640812978, 56.122258774869074 ], [ -5.769241227784438, 56.12260820529621 ], [ -5.769232572227243, 56.122437624196898 ] ] ], [ [ [ -6.182519741428215, 56.115232315916636 ], [ -6.18241308800524, 56.114858202740905 ], [ -6.183021635330577, 56.115155033761525 ], [ -6.182821804025948, 56.115493676152624 ], [ -6.182519741428215, 56.115232315916636 ] ] ], [ [ [ -5.643138562969217, 56.132753411078255 ], [ -5.64315063830592, 56.131350399748278 ], [ -5.644043725288971, 56.13109025118321 ], [ -5.645285699766516, 56.129754309697105 ], [ -5.64616663231406, 56.129791219851668 ], [ -5.6472537000072, 56.128945369530541 ], [ -5.648157422000271, 56.128968104420636 ], [ -5.64842761955367, 56.13012000545821 ], [ -5.647329727004172, 56.13127638898235 ], [ -5.647826594161712, 56.131252709123885 ], [ -5.647450418849884, 56.13178533069788 ], [ -5.646567288123146, 56.13249028359018 ], [ -5.646177229786557, 56.132366939707417 ], [ -5.646583034632857, 56.131891890801818 ], [ -5.645315266957761, 56.13236093809919 ], [ -5.644429269506512, 56.133376162109364 ], [ -5.644937573905854, 56.134237807709489 ], [ -5.642605641242106, 56.135542983247092 ], [ -5.641719062782639, 56.135447768308644 ], [ -5.642370302487632, 56.134587853474748 ], [ -5.641763468348619, 56.134470894221501 ], [ -5.641573132507329, 56.13399097763201 ], [ -5.642585900802459, 56.132783214493713 ], [ -5.643138562969217, 56.132753411078255 ] ] ], [ [ [ -5.556107666431632, 56.141914123250508 ], [ -5.556543857252006, 56.140970980836499 ], [ -5.555946601817467, 56.140084591624948 ], [ -5.557028694647428, 56.138115836732197 ], [ -5.556769559395123, 56.137925502619389 ], [ -5.555971590083751, 56.138438510663647 ], [ -5.555093261206763, 56.13851776269243 ], [ -5.556701794707643, 56.137540840641023 ], [ -5.557210192192477, 56.136595613307087 ], [ -5.560401682612542, 56.13358597481551 ], [ -5.561413348311786, 56.133296040202957 ], [ -5.562067550888186, 56.133492943101523 ], [ -5.564185659854923, 56.132285419935329 ], [ -5.565584676438418, 56.130963772817594 ], [ -5.566342383861318, 56.130887929185029 ], [ -5.567219852564605, 56.131235695576173 ], [ -5.568131477927089, 56.131083462462421 ], [ -5.568559805680983, 56.130320319215819 ], [ -5.56965838412816, 56.130014314241649 ], [ -5.570508117517248, 56.129108600491946 ], [ -5.57081975358043, 56.12951766883603 ], [ -5.572050814230226, 56.128124378765186 ], [ -5.574232681064692, 56.128043212590057 ], [ -5.57260397628259, 56.130441557737754 ], [ -5.570846180589207, 56.131103834395837 ], [ -5.570237180213873, 56.133216383549211 ], [ -5.569280134499182, 56.134615212345018 ], [ -5.568098171402156, 56.135759794305429 ], [ -5.566951392700457, 56.136242501827375 ], [ -5.565609569443891, 56.137922152171363 ], [ -5.562456374575139, 56.140562185771984 ], [ -5.560207186540092, 56.141315806739065 ], [ -5.559351030499626, 56.141931214442572 ], [ -5.55798575947669, 56.141761091019099 ], [ -5.557355437812688, 56.142084957044474 ], [ -5.556731835247604, 56.14195907384785 ], [ -5.556107666431632, 56.141914123250508 ] ] ], [ [ [ -5.162369417041218, 56.154885588267639 ], [ -5.16316046147026, 56.154613614691677 ], [ -5.163718261697589, 56.155030826464582 ], [ -5.16288170761243, 56.1550432694591 ], [ -5.162369417041218, 56.154885588267639 ] ] ], [ [ [ -5.554653864109801, 56.14540406701888 ], [ -5.556530825046132, 56.143965373590618 ], [ -5.556738120547476, 56.143159196987227 ], [ -5.557988239497221, 56.14274553929873 ], [ -5.559662808586046, 56.142742206255598 ], [ -5.560146123155871, 56.143353143394101 ], [ -5.559334190239936, 56.144325118279717 ], [ -5.558769483317543, 56.14457517025312 ], [ -5.558802920437813, 56.144066211799242 ], [ -5.557592441630483, 56.144038173308971 ], [ -5.557042300969971, 56.144881206194484 ], [ -5.557522936610424, 56.1448538663468 ], [ -5.557375950888108, 56.145267195566589 ], [ -5.555189886595576, 56.145923594293862 ], [ -5.554957859415576, 56.145678528765494 ], [ -5.554653864109801, 56.14540406701888 ] ] ], [ [ [ -5.627550321746145, 56.144339420566538 ], [ -5.627704117516895, 56.142981707936805 ], [ -5.628032941454483, 56.143052963276944 ], [ -5.629269106168053, 56.141987110287445 ], [ -5.629854456460296, 56.141960903104895 ], [ -5.630398855345756, 56.142353994212947 ], [ -5.629831707214628, 56.142743816851656 ], [ -5.630284030093863, 56.143611661007441 ], [ -5.6284277657887, 56.144250686781078 ], [ -5.627550321746145, 56.144339420566538 ] ] ], [ [ [ -5.626155111799528, 56.146452918099598 ], [ -5.627194961870029, 56.144909124651825 ], [ -5.626896912901559, 56.145779251059714 ], [ -5.626155111799528, 56.146452918099598 ] ] ], [ [ [ -5.625015943999443, 56.147439460723675 ], [ -5.625846970832463, 56.146857588535795 ], [ -5.62557643599163, 56.147917518002188 ], [ -5.624876847109253, 56.148441579795438 ], [ -5.625015943999443, 56.147439460723675 ] ] ], [ [ [ -5.743495196302094, 56.144473354858 ], [ -5.745249914303183, 56.144298722642127 ], [ -5.745773768864337, 56.144633501126165 ], [ -5.745640869729682, 56.145253470727965 ], [ -5.744803167489274, 56.145665540184872 ], [ -5.743761647477291, 56.145638695338981 ], [ -5.743049891620187, 56.144945442053967 ], [ -5.743495196302094, 56.144473354858 ] ] ], [ [ [ -5.745457246178684, 56.145600730977627 ], [ -5.74593299595069, 56.145276074643945 ], [ -5.746452939838733, 56.145570506307031 ], [ -5.745756189751782, 56.145775988367291 ], [ -5.745457246178684, 56.145600730977627 ] ] ], [ [ [ -5.73011819464352, 56.14629462253059 ], [ -5.729863992571504, 56.145915662857149 ], [ -5.729031273425457, 56.146048728888402 ], [ -5.728721764360055, 56.145846776334437 ], [ -5.728486226402057, 56.145327878888764 ], [ -5.729135069025805, 56.144876671917118 ], [ -5.730030749678322, 56.145060907005529 ], [ -5.729960042519687, 56.145328299325563 ], [ -5.730274049587914, 56.14516145313587 ], [ -5.73056582003767, 56.145678647645894 ], [ -5.73011819464352, 56.14629462253059 ] ] ], [ [ [ -6.146684158921024, 56.132866408071209 ], [ -6.147286007592683, 56.132697781245938 ], [ -6.147255697819484, 56.131893888848417 ], [ -6.146215984854702, 56.130764196324627 ], [ -6.144693069674133, 56.130230810245642 ], [ -6.144053546587846, 56.130423174306728 ], [ -6.144308094686736, 56.130095355227134 ], [ -6.143353391321997, 56.130127430966603 ], [ -6.14369124779074, 56.129900238780436 ], [ -6.143125799760641, 56.1298832609531 ], [ -6.143054803336036, 56.129597856764647 ], [ -6.14170885611083, 56.130034274832916 ], [ -6.141776845176706, 56.129843130252574 ], [ -6.141042616331666, 56.129903757806325 ], [ -6.140852742447743, 56.129635834004048 ], [ -6.141894333013144, 56.128616081887657 ], [ -6.140926735116212, 56.128976831596965 ], [ -6.142052388741128, 56.127990228898817 ], [ -6.140728226140494, 56.128030195933569 ], [ -6.141247827529471, 56.127621537070667 ], [ -6.139498881837167, 56.128053476205949 ], [ -6.139444405232691, 56.1275471778251 ], [ -6.140001406371931, 56.127186732755298 ], [ -6.139111464817988, 56.127445934487284 ], [ -6.137927945476373, 56.126847117695284 ], [ -6.139535043548462, 56.126518888611109 ], [ -6.139261258539987, 56.126069414600558 ], [ -6.140388368377376, 56.12449820618729 ], [ -6.139696626123714, 56.122857648907306 ], [ -6.137183008841248, 56.122240514626242 ], [ -6.13303669893164, 56.122460482438704 ], [ -6.13361438056342, 56.121618227299784 ], [ -6.134518825969064, 56.121345087045484 ], [ -6.133116755955425, 56.12125718435091 ], [ -6.134015089272092, 56.120327736090609 ], [ -6.138056587959086, 56.118910629846397 ], [ -6.137343081303264, 56.118862623087217 ], [ -6.137607947573233, 56.117657615170266 ], [ -6.139943767361787, 56.116774309541789 ], [ -6.139078539850215, 56.116587512650348 ], [ -6.141456196031495, 56.115271088382705 ], [ -6.140686790673334, 56.115301423497257 ], [ -6.142662350740193, 56.114138772309701 ], [ -6.141957028210803, 56.114166063529041 ], [ -6.142727162518494, 56.113245347107835 ], [ -6.141907272983878, 56.113254903175587 ], [ -6.141715858334098, 56.112897099369121 ], [ -6.142155770358696, 56.112796885045299 ], [ -6.141744513490226, 56.11263982454922 ], [ -6.143666991307887, 56.111882741627703 ], [ -6.144478581922615, 56.110974109460386 ], [ -6.145074196962842, 56.110900127546905 ], [ -6.143113483127164, 56.110403936294546 ], [ -6.143419649171798, 56.109809075774081 ], [ -6.144791765914942, 56.109173889704955 ], [ -6.143930547269063, 56.109022968467684 ], [ -6.144544218842683, 56.108817976978884 ], [ -6.144130042586323, 56.10840920714773 ], [ -6.145273251272833, 56.107741237632659 ], [ -6.14533050933137, 56.107226686846253 ], [ -6.146049824987903, 56.107031625411267 ], [ -6.146421510702293, 56.106448042839581 ], [ -6.148150661160539, 56.10606611501602 ], [ -6.149511047554338, 56.106294638443948 ], [ -6.151182286260524, 56.105226616626986 ], [ -6.150764893600199, 56.104862944005134 ], [ -6.149952913343922, 56.104944238368091 ], [ -6.150173157922186, 56.104374733760565 ], [ -6.149545202994477, 56.104296942152104 ], [ -6.150979905316992, 56.103722529115522 ], [ -6.150267924914808, 56.103611596511314 ], [ -6.149863604466862, 56.10299566443026 ], [ -6.150198683606566, 56.10252122216076 ], [ -6.149726168263395, 56.102541624147058 ], [ -6.150633336925634, 56.102074903645978 ], [ -6.151436855939144, 56.102214228423563 ], [ -6.152197370271828, 56.101581558203684 ], [ -6.152057692793425, 56.101181556349026 ], [ -6.15333964413315, 56.100684204998288 ], [ -6.152338063602517, 56.100722440097471 ], [ -6.152447667600003, 56.100246591304234 ], [ -6.151784041503706, 56.100210484332095 ], [ -6.151632782006548, 56.099702950568634 ], [ -6.155372872508885, 56.098425777128519 ], [ -6.155167517270518, 56.098162894340035 ], [ -6.156516968573057, 56.097919546482601 ], [ -6.156637560965073, 56.097695139979322 ], [ -6.155662684541829, 56.097458201923644 ], [ -6.155604191313055, 56.096916067805111 ], [ -6.156250434247672, 56.09664246390976 ], [ -6.155975079644977, 56.096476374127981 ], [ -6.159407098257084, 56.095479260184547 ], [ -6.159062019905357, 56.095338013492501 ], [ -6.159706276077141, 56.095046470494744 ], [ -6.158812361134117, 56.094739374987554 ], [ -6.159213592646894, 56.094208711688822 ], [ -6.158525329547818, 56.094092532600946 ], [ -6.159299051815207, 56.093733669290017 ], [ -6.158834524378042, 56.093529001261246 ], [ -6.158770944752526, 56.092344003925554 ], [ -6.159857894783451, 56.092055509964631 ], [ -6.159430490454289, 56.091971004028693 ], [ -6.159612262777406, 56.091717548909898 ], [ -6.161036706539454, 56.091575041453339 ], [ -6.161611232451855, 56.091159931555623 ], [ -6.162873370656817, 56.091153287910039 ], [ -6.163751010829198, 56.090566047025774 ], [ -6.163272675182217, 56.090307901249027 ], [ -6.163729514117152, 56.089474059747914 ], [ -6.162694405370658, 56.089050350908089 ], [ -6.162993663500995, 56.088842386781678 ], [ -6.163954536837794, 56.089025775603183 ], [ -6.163445399361156, 56.088705716641044 ], [ -6.164573202880793, 56.088573185259833 ], [ -6.16319598865511, 56.088035129673628 ], [ -6.164170012315251, 56.088042698489254 ], [ -6.163582903219402, 56.087819706452237 ], [ -6.163873649340912, 56.087607530662034 ], [ -6.165506108055049, 56.08805151444416 ], [ -6.164354563769831, 56.087294497303787 ], [ -6.164756970348556, 56.086404031759038 ], [ -6.163906627820787, 56.08627537432131 ], [ -6.164482889299216, 56.086174963799152 ], [ -6.164204065326439, 56.085604301345072 ], [ -6.165335957884171, 56.085287255568822 ], [ -6.164804931326488, 56.085210767990482 ], [ -6.164789042406756, 56.084766124938177 ], [ -6.163942826915432, 56.084749748082835 ], [ -6.164902073943476, 56.083579655663108 ], [ -6.164663765592054, 56.08316051535644 ], [ -6.166026539087838, 56.082673776333479 ], [ -6.166072095610212, 56.082128127200932 ], [ -6.166791399917716, 56.081640643717463 ], [ -6.166199712678268, 56.081597691212785 ], [ -6.166704087763868, 56.081279356962824 ], [ -6.16580617852856, 56.081453606302652 ], [ -6.16588154373549, 56.081109304361455 ], [ -6.165473884381994, 56.081132076427544 ], [ -6.166512515741816, 56.080399969234811 ], [ -6.167241882054237, 56.080303361533012 ], [ -6.167087116051792, 56.080731291138697 ], [ -6.167539039342339, 56.080374255560713 ], [ -6.167222988412145, 56.080128626182535 ], [ -6.165946379456255, 56.080221248946309 ], [ -6.167528107789975, 56.078414031335377 ], [ -6.168492487618847, 56.078111609917734 ], [ -6.167737713253991, 56.07804720118073 ], [ -6.169937572653176, 56.076603967863925 ], [ -6.170048395181889, 56.077004028984469 ], [ -6.172171257755017, 56.076262158834787 ], [ -6.17254995410975, 56.075571222250225 ], [ -6.174033803111035, 56.074884227930959 ], [ -6.176965358547449, 56.074766014025492 ], [ -6.177237145542956, 56.074603011268657 ], [ -6.176686971344125, 56.074541615979527 ], [ -6.177676134037791, 56.074142947284585 ], [ -6.177741149369264, 56.074638988543938 ], [ -6.17829058995286, 56.074411709492665 ], [ -6.179355553217155, 56.074638210467576 ], [ -6.179455239733158, 56.074015170302481 ], [ -6.180346983352999, 56.073786165036324 ], [ -6.179846095899288, 56.073749193532109 ], [ -6.180314971611157, 56.073565108788323 ], [ -6.179654120848723, 56.073580329476592 ], [ -6.180789137756308, 56.073415018413201 ], [ -6.181449428154191, 56.072742377350728 ], [ -6.182459065433068, 56.072607386046272 ], [ -6.182719453007699, 56.071746852355531 ], [ -6.184525163803949, 56.071806063474092 ], [ -6.18433572638176, 56.071497719087525 ], [ -6.183494416991948, 56.071509195570286 ], [ -6.183043518337114, 56.071191738190706 ], [ -6.185039838443319, 56.070489005768941 ], [ -6.183947526894291, 56.070232006298482 ], [ -6.18446617661082, 56.069677475696196 ], [ -6.185608773059751, 56.069731304912956 ], [ -6.185859877018014, 56.070104105590268 ], [ -6.18710119549754, 56.070030455460937 ], [ -6.188784995084467, 56.069308599507124 ], [ -6.186549907869803, 56.069351279994159 ], [ -6.187835468844575, 56.068723009655344 ], [ -6.186527167625166, 56.068845710685075 ], [ -6.186209616751739, 56.068497652844194 ], [ -6.187984129549059, 56.068626222057837 ], [ -6.187762933188275, 56.06812919611518 ], [ -6.186678859303768, 56.068006846407286 ], [ -6.18627068815597, 56.068304912941862 ], [ -6.186429310607125, 56.068033312221068 ], [ -6.183485787549539, 56.067873365604818 ], [ -6.181299431431765, 56.067119261889736 ], [ -6.181589865845859, 56.066313470863228 ], [ -6.183930006374716, 56.064988415987536 ], [ -6.186100575179224, 56.064694349673026 ], [ -6.187130370476872, 56.063962352192874 ], [ -6.188981619975564, 56.064133263800009 ], [ -6.1900261683961, 56.063463694791039 ], [ -6.190533011388569, 56.06383768229923 ], [ -6.192124635994577, 56.063468762596337 ], [ -6.193410606013861, 56.062876389146233 ], [ -6.193109584548504, 56.062621320345635 ], [ -6.195013750092618, 56.062480957056415 ], [ -6.196704079597629, 56.061793836450363 ], [ -6.197034422681557, 56.060663769024188 ], [ -6.19594572972996, 56.06054166161374 ], [ -6.194835446072238, 56.05986626899157 ], [ -6.192433609818202, 56.059730373627275 ], [ -6.192539272681171, 56.059371528099739 ], [ -6.191582263555373, 56.059440064540503 ], [ -6.189810370867045, 56.058591972834684 ], [ -6.19056150824212, 56.058256145506512 ], [ -6.189775013950896, 56.057230635511928 ], [ -6.190614154818349, 56.056743419078025 ], [ -6.189667689377404, 56.056168536339641 ], [ -6.189628185470864, 56.055508845563736 ], [ -6.188806448892548, 56.055712163605534 ], [ -6.188863650851686, 56.055498867753059 ], [ -6.188101810899757, 56.055587723807449 ], [ -6.188064094450038, 56.055166304125947 ], [ -6.186944839869536, 56.055145888234378 ], [ -6.186380385262201, 56.05468390966967 ], [ -6.185276699357826, 56.054806848147443 ], [ -6.184873321452184, 56.054051594404058 ], [ -6.183949822818523, 56.05353884569552 ], [ -6.184324411251735, 56.053436187210835 ], [ -6.183176039567946, 56.052998522871249 ], [ -6.182389148351876, 56.05218883157324 ], [ -6.183574906287252, 56.051267193680886 ], [ -6.183609045411854, 56.050766887355479 ], [ -6.18503663970695, 56.050075352460468 ], [ -6.184900929209362, 56.049490878923976 ], [ -6.186384066275309, 56.049089733850984 ], [ -6.186508554287578, 56.049274369992567 ], [ -6.186586829492588, 56.048884982746181 ], [ -6.187449173757254, 56.048612844166122 ], [ -6.188070415137393, 56.047525976451901 ], [ -6.187342174822319, 56.047478783572345 ], [ -6.188546229588448, 56.047024141080158 ], [ -6.187637910662455, 56.045539590565134 ], [ -6.186797610951816, 56.045347809255631 ], [ -6.185058006231281, 56.045901574097719 ], [ -6.184655035064955, 56.045519543497477 ], [ -6.185035070775702, 56.045097421697484 ], [ -6.184756640695235, 56.043789311282524 ], [ -6.186308424357319, 56.042023291767208 ], [ -6.187204061393753, 56.041615115523726 ], [ -6.186972857439714, 56.041335177622443 ], [ -6.187784874193658, 56.041267101503763 ], [ -6.188786925173373, 56.041691706276119 ], [ -6.189801275313671, 56.040083314842164 ], [ -6.191435559855615, 56.03885853440238 ], [ -6.191417216725156, 56.039133465890188 ], [ -6.192546556031663, 56.038807232306986 ], [ -6.194522138280115, 56.039320063896419 ], [ -6.196100151465537, 56.037948738219526 ], [ -6.197059612219708, 56.038055450158012 ], [ -6.196362934399539, 56.037705949193558 ], [ -6.194020053874115, 56.037952132291011 ], [ -6.193699807037469, 56.037000711477745 ], [ -6.195419410205806, 56.036267621543239 ], [ -6.195696903274157, 56.036973168233196 ], [ -6.197542357316915, 56.036806861224363 ], [ -6.197368728563815, 56.036318124401987 ], [ -6.198650301270611, 56.035177209776791 ], [ -6.200896046496201, 56.034187768658889 ], [ -6.200977900841402, 56.034423310426916 ], [ -6.203170863152167, 56.032949964410058 ], [ -6.202992199035206, 56.032636784079934 ], [ -6.20348694543234, 56.03275480515137 ], [ -6.2045677879681, 56.032133317324742 ], [ -6.204807446717534, 56.030794060988207 ], [ -6.206102683535831, 56.030003350466323 ], [ -6.206493283209792, 56.029976518981805 ], [ -6.206572250119649, 56.030553918819649 ], [ -6.209835956932423, 56.030581801055256 ], [ -6.212263215749688, 56.029567949117641 ], [ -6.211969866882812, 56.029897261450429 ], [ -6.213197833744259, 56.029742835231808 ], [ -6.214218025920158, 56.029082860819734 ], [ -6.215209977311171, 56.029120862770931 ], [ -6.215193876214486, 56.028752668411649 ], [ -6.216626279002514, 56.028190985385777 ], [ -6.217940517772567, 56.028312364377811 ], [ -6.21785899467792, 56.028742362233977 ], [ -6.216613610713048, 56.02888394161274 ], [ -6.218268638396698, 56.029110568128438 ], [ -6.217560414285114, 56.029611496224675 ], [ -6.219173682720614, 56.029749603258054 ], [ -6.21949614827399, 56.030201736423017 ], [ -6.21914996950561, 56.030267559647342 ], [ -6.219609788697245, 56.030359731376677 ], [ -6.218980948222804, 56.030484704571485 ], [ -6.219353566708222, 56.030660808858038 ], [ -6.219088849879458, 56.0309576798413 ], [ -6.217933543793034, 56.031042222531624 ], [ -6.217219091259268, 56.031412951075005 ], [ -6.217401092829191, 56.032049775308771 ], [ -6.219012167957276, 56.032313874731017 ], [ -6.220018592896809, 56.03196910674766 ], [ -6.220609684275633, 56.033482296292917 ], [ -6.218856547174846, 56.034491209629614 ], [ -6.218223643637367, 56.035461734069457 ], [ -6.218414727881347, 56.037357378287787 ], [ -6.218844884745659, 56.037765353373288 ], [ -6.219593717496152, 56.037708222810153 ], [ -6.220256138690627, 56.038036285386227 ], [ -6.219897287939, 56.038795066636382 ], [ -6.218716256808248, 56.039087351042198 ], [ -6.221346869177031, 56.040135836757557 ], [ -6.221526861631077, 56.040385991474508 ], [ -6.220534051414713, 56.040813044227875 ], [ -6.221581708909522, 56.0404173887406 ], [ -6.2215394370919, 56.040133733732453 ], [ -6.222587037179818, 56.040392216551552 ], [ -6.222590677177752, 56.040314449945157 ], [ -6.22306484049967, 56.04053652969975 ], [ -6.222774228476101, 56.040273980700007 ], [ -6.223149681110059, 56.039946324425443 ], [ -6.224662383294668, 56.039939417799289 ], [ -6.224870943810138, 56.039437603605698 ], [ -6.226483341497269, 56.039343611791423 ], [ -6.226802279314827, 56.038104109124575 ], [ -6.227716557039977, 56.038090717279815 ], [ -6.22861677891685, 56.037142441359435 ], [ -6.230671017347296, 56.036536761270675 ], [ -6.229274406258988, 56.035226656048884 ], [ -6.227691684517963, 56.034709886667954 ], [ -6.228752781524858, 56.034277728688799 ], [ -6.229452431682978, 56.034505531532481 ], [ -6.230035204415373, 56.034179725980117 ], [ -6.232713956523015, 56.033777403413445 ], [ -6.235330500564427, 56.034492401456866 ], [ -6.236367057923817, 56.033764221871472 ], [ -6.236022791378901, 56.032822712183197 ], [ -6.237442735052221, 56.032953741802295 ], [ -6.239999844401969, 56.032249650242363 ], [ -6.240769673718403, 56.032677335901816 ], [ -6.239807265089131, 56.032836386641087 ], [ -6.240838715903164, 56.032940278549944 ], [ -6.240209650251334, 56.033209270914739 ], [ -6.240753996526974, 56.033338927457365 ], [ -6.240544456919388, 56.033624953445745 ], [ -6.241829146802634, 56.03391348663034 ], [ -6.24175046888899, 56.034293940457466 ], [ -6.243372254373059, 56.034872143591343 ], [ -6.245893564229029, 56.034353538807984 ], [ -6.246390216263943, 56.034925517623343 ], [ -6.24754199695267, 56.034881302883633 ], [ -6.248120141886035, 56.035171652819393 ], [ -6.248529453218356, 56.035022624722821 ], [ -6.248454358861455, 56.034121324844868 ], [ -6.249713364484887, 56.034248772172482 ], [ -6.251163951238868, 56.035678212924672 ], [ -6.251960484569483, 56.035763140248747 ], [ -6.252994269879173, 56.036397494884447 ], [ -6.252444448301326, 56.036875171642137 ], [ -6.251083509879507, 56.036625353696429 ], [ -6.25150106113782, 56.036988686294386 ], [ -6.250912029967298, 56.037912909315295 ], [ -6.248815911901384, 56.038282037580693 ], [ -6.247764001216384, 56.039307653121931 ], [ -6.24611260483656, 56.039557964856577 ], [ -6.24371495937229, 56.040692886529065 ], [ -6.243046268570507, 56.041260055381414 ], [ -6.243059326064604, 56.042401831528757 ], [ -6.241204457214845, 56.043068305584576 ], [ -6.242579852365775, 56.042863545811187 ], [ -6.24273216583522, 56.043591302490874 ], [ -6.243876604094692, 56.044500734159435 ], [ -6.246384748776237, 56.045390133176106 ], [ -6.250337367090845, 56.044511807551572 ], [ -6.251146317454872, 56.04310332108426 ], [ -6.253425372282685, 56.042642398088908 ], [ -6.254690923414473, 56.041879172252933 ], [ -6.255825607180947, 56.041678079952156 ], [ -6.256534646135369, 56.041318103831301 ], [ -6.256549301113967, 56.040839118429098 ], [ -6.257485481773467, 56.040936274571571 ], [ -6.256686112605484, 56.041307472887048 ], [ -6.257571881886526, 56.041559268267534 ], [ -6.260815092120833, 56.040213142824143 ], [ -6.261156582777593, 56.039580743754627 ], [ -6.261405884672616, 56.039801465051298 ], [ -6.262111251049407, 56.039510835885999 ], [ -6.262691497207257, 56.039614872230821 ], [ -6.26263247891349, 56.03836764913693 ], [ -6.264722039546789, 56.037925658587866 ], [ -6.264272680873731, 56.037275661594364 ], [ -6.264929851637603, 56.037261900175714 ], [ -6.265129244742377, 56.036958193037542 ], [ -6.266779009389487, 56.037058444480621 ], [ -6.268418338523123, 56.036628388421242 ], [ -6.269058276492325, 56.036822064486472 ], [ -6.269776002697807, 56.036266536351988 ], [ -6.268779947824526, 56.036121184090277 ], [ -6.271389556912473, 56.035531535813305 ], [ -6.270961565285827, 56.03594661333468 ], [ -6.272124866380281, 56.035353132576425 ], [ -6.274890112121241, 56.035081794859721 ], [ -6.275118877750967, 56.034826517489343 ], [ -6.27556268327478, 56.035134896662612 ], [ -6.274323092640881, 56.035546680867213 ], [ -6.275719239408033, 56.035678098717774 ], [ -6.276836251611401, 56.035320024409884 ], [ -6.276925954412418, 56.035694659741075 ], [ -6.277363687276305, 56.035513067438657 ], [ -6.278771148897032, 56.035891394673399 ], [ -6.278789621952972, 56.036565307875051 ], [ -6.279135305874594, 56.036422883539089 ], [ -6.279842013662813, 56.037000929553287 ], [ -6.279829055357061, 56.038260549718728 ], [ -6.278848571129089, 56.039198521135376 ], [ -6.27760471326539, 56.03921024909031 ], [ -6.276101295184932, 56.038619380812989 ], [ -6.275405026146168, 56.038715505272648 ], [ -6.274600542905066, 56.039575378472335 ], [ -6.273668937187423, 56.039940487421752 ], [ -6.273339539266537, 56.039722568705059 ], [ -6.271617742054658, 56.039916307748399 ], [ -6.271413210815915, 56.039679662915205 ], [ -6.271263839882764, 56.040014024641543 ], [ -6.270270501599512, 56.039850600287345 ], [ -6.270549344760746, 56.040192598607646 ], [ -6.26999544055315, 56.040225294118734 ], [ -6.269432719236829, 56.040759259806208 ], [ -6.268815457713279, 56.040625957861813 ], [ -6.269428360807276, 56.041010344105636 ], [ -6.269111915706377, 56.041243465205874 ], [ -6.267374176323966, 56.040828801015692 ], [ -6.268531967559999, 56.041389481746236 ], [ -6.267949117691243, 56.04200328479876 ], [ -6.269046961451704, 56.042922201850402 ], [ -6.267875317950703, 56.043108508174711 ], [ -6.269115218273414, 56.043669937267396 ], [ -6.269114417803416, 56.044156541428826 ], [ -6.268431208520356, 56.044182917568349 ], [ -6.268817833546651, 56.044409659061728 ], [ -6.268548911892788, 56.044898359873947 ], [ -6.265772468330336, 56.045656503964956 ], [ -6.263178494865183, 56.045740014525983 ], [ -6.259787659862064, 56.046756723905155 ], [ -6.258972670933177, 56.047919045325827 ], [ -6.259495745346528, 56.048071844292849 ], [ -6.259240038505897, 56.048521390856898 ], [ -6.258680275058232, 56.048109034028137 ], [ -6.257023338233656, 56.048166307675906 ], [ -6.255125361412055, 56.048879450244279 ], [ -6.256797016539879, 56.050557528564397 ], [ -6.256850099121182, 56.050892967723854 ], [ -6.256168877876143, 56.05112786441078 ], [ -6.257294274459567, 56.051714056225535 ], [ -6.256759705541351, 56.051894420847596 ], [ -6.257836747807087, 56.053134341452903 ], [ -6.256962673188016, 56.053515313712758 ], [ -6.254621365440536, 56.053344367204929 ], [ -6.254365276551707, 56.053645514788982 ], [ -6.253567175464166, 56.053695559355283 ], [ -6.253028876419592, 56.054352714551733 ], [ -6.2518571291348, 56.054658483004168 ], [ -6.250842842199821, 56.05471597065447 ], [ -6.248865758387643, 56.054204067235673 ], [ -6.247897443797495, 56.055262767004393 ], [ -6.248249133561564, 56.056266952577573 ], [ -6.249508603335027, 56.056829705342743 ], [ -6.252016243697571, 56.056029063391087 ], [ -6.253546127197132, 56.055836844503403 ], [ -6.255120472048837, 56.056047798315099 ], [ -6.25632405402482, 56.055520547353488 ], [ -6.256751548309503, 56.055753110527746 ], [ -6.257814639869077, 56.055118274215857 ], [ -6.257800048187923, 56.056252917016572 ], [ -6.259843604229004, 56.056680537411353 ], [ -6.260608513245558, 56.056402254767008 ], [ -6.261040001835211, 56.056670641455391 ], [ -6.260675990340954, 56.056867607696184 ], [ -6.261429718673829, 56.057142836126602 ], [ -6.259807303014313, 56.058098342704405 ], [ -6.261168825051143, 56.058127706580336 ], [ -6.260380005860386, 56.058699122994661 ], [ -6.258770567001488, 56.058826720715608 ], [ -6.258667503012682, 56.059203532856159 ], [ -6.256941449642268, 56.058871948421782 ], [ -6.256192328275225, 56.059410485960441 ], [ -6.254354226969742, 56.059199657592814 ], [ -6.255191883854709, 56.059725655267194 ], [ -6.254240098096712, 56.060015751662974 ], [ -6.255780907487767, 56.060139717554144 ], [ -6.255725001702293, 56.060405171404433 ], [ -6.252318286871519, 56.061276492426664 ], [ -6.24896842376484, 56.061454123230284 ], [ -6.250895922875021, 56.061775272562301 ], [ -6.250619217737909, 56.062356832924145 ], [ -6.249955615274635, 56.062564100837747 ], [ -6.249832972147816, 56.062253544047067 ], [ -6.248088562330087, 56.062033092646217 ], [ -6.245650554811052, 56.063368181742192 ], [ -6.247093240592766, 56.064220548644144 ], [ -6.248955671095045, 56.064168927242825 ], [ -6.250774940835341, 56.064600840961411 ], [ -6.251085333792061, 56.064397661942607 ], [ -6.250995538449438, 56.064676873602558 ], [ -6.251786147355039, 56.064775508490136 ], [ -6.25241166909686, 56.064339300933995 ], [ -6.253422391399849, 56.064786487990773 ], [ -6.254330842386822, 56.064219084557116 ], [ -6.254459401444286, 56.064480866066305 ], [ -6.255487199007907, 56.064091909580213 ], [ -6.255376260435704, 56.064412328069395 ], [ -6.255591202237338, 56.064087417990606 ], [ -6.255657150406119, 56.064393632486244 ], [ -6.256023918168522, 56.063929467585325 ], [ -6.256189941687719, 56.06432666135683 ], [ -6.256525615870529, 56.064207137821413 ], [ -6.256200583977617, 56.064452208998453 ], [ -6.257047236514278, 56.064563264555659 ], [ -6.256532211672954, 56.064893148302161 ], [ -6.257646650505626, 56.06514334869135 ], [ -6.258384306531798, 56.065810390791206 ], [ -6.257895219569869, 56.065894748097811 ], [ -6.257218148842956, 56.065441464696619 ], [ -6.257624331155238, 56.065989551599507 ], [ -6.256567053261661, 56.066169984781475 ], [ -6.256347256706313, 56.065853795692 ], [ -6.255900194817308, 56.0663189359028 ], [ -6.255623947710911, 56.065928246943294 ], [ -6.255265956654725, 56.066399302174808 ], [ -6.254404416332012, 56.0665324835105 ], [ -6.253873005961112, 56.066087643593889 ], [ -6.252861370693638, 56.066536286703645 ], [ -6.251720073178369, 56.065955093720135 ], [ -6.249963185846646, 56.066060676042717 ], [ -6.24854367302579, 56.067112452175301 ], [ -6.24822309903065, 56.067923963464551 ], [ -6.249246247675306, 56.068527251257372 ], [ -6.248833902437987, 56.068797797138672 ], [ -6.249370943275449, 56.069148028058883 ], [ -6.248868849232775, 56.069844382891731 ], [ -6.24936805157938, 56.070070004019492 ], [ -6.24748192656267, 56.070755613981888 ], [ -6.24705370950722, 56.070590495951727 ], [ -6.247184482047977, 56.070828823964277 ], [ -6.24386066963744, 56.072112549225963 ], [ -6.243646245685851, 56.071917571366157 ], [ -6.241357194751321, 56.072581882952434 ], [ -6.241346819904942, 56.073437557737329 ], [ -6.242200755814932, 56.073540373135565 ], [ -6.242457060803257, 56.073896700902033 ], [ -6.243576564859903, 56.073855455481457 ], [ -6.243887100552085, 56.074119974122027 ], [ -6.246061178166346, 56.073696117684278 ], [ -6.246422878879001, 56.073841047140021 ], [ -6.24617487240679, 56.074290294215068 ], [ -6.248799531432378, 56.073956990176228 ], [ -6.248421635740083, 56.074248830373719 ], [ -6.249091623744918, 56.074126796838847 ], [ -6.248753176035692, 56.074484732137961 ], [ -6.249202173826553, 56.07418144524393 ], [ -6.250123711672985, 56.074226112973321 ], [ -6.250140893718183, 56.074454865187334 ], [ -6.250620120718513, 56.074352893416844 ], [ -6.250345378633224, 56.074632187564603 ], [ -6.251385207395812, 56.074582826755098 ], [ -6.251190960200987, 56.074935794063499 ], [ -6.252210532959142, 56.074702749781459 ], [ -6.252228119272405, 56.075007936334877 ], [ -6.252883075612726, 56.074895394805559 ], [ -6.253538709370743, 56.075371928702261 ], [ -6.252311439237324, 56.075908950516116 ], [ -6.251618882988316, 56.076045270693335 ], [ -6.25166983059928, 56.075778192263343 ], [ -6.248806964276604, 56.076650409410661 ], [ -6.248345974707527, 56.077574687050273 ], [ -6.247790927173527, 56.077791686358452 ], [ -6.247543024775474, 56.078168981087359 ], [ -6.248318760613158, 56.078349100996682 ], [ -6.247950532780037, 56.078510193902439 ], [ -6.248559035014297, 56.078705070834765 ], [ -6.248268829810919, 56.07891743820084 ], [ -6.248874099906088, 56.078937043973724 ], [ -6.248623238131299, 56.079287461225675 ], [ -6.249210839965098, 56.079073832981486 ], [ -6.248456049811899, 56.079594520782202 ], [ -6.248487277906015, 56.080461355928222 ], [ -6.249092448863535, 56.079896360597878 ], [ -6.248783864900242, 56.080671481769215 ], [ -6.249110201056501, 56.081078447174747 ], [ -6.249793963607246, 56.080861501113127 ], [ -6.248445037886699, 56.081901836527749 ], [ -6.248097849479335, 56.082691776941196 ], [ -6.247835109196404, 56.082278119917305 ], [ -6.246448646294693, 56.083562560280789 ], [ -6.245882493223151, 56.084409503958163 ], [ -6.246084812720203, 56.084712822973586 ], [ -6.246781270503489, 56.084756280774009 ], [ -6.24589597943107, 56.085699662403918 ], [ -6.245445573120921, 56.085845589450514 ], [ -6.24458092122497, 56.085443664102542 ], [ -6.244124123608552, 56.085823647286297 ], [ -6.243690086765248, 56.085753150973979 ], [ -6.243854307908702, 56.086075772985083 ], [ -6.242241740937851, 56.087354454824535 ], [ -6.241658656409013, 56.087464461589782 ], [ -6.242078513735662, 56.087040790505384 ], [ -6.241738516835299, 56.086728712856448 ], [ -6.239963744739043, 56.087923006519361 ], [ -6.238423631771555, 56.088326738029693 ], [ -6.238659798438367, 56.089011143322182 ], [ -6.237805963238748, 56.089000030983271 ], [ -6.236058157894476, 56.090661016445033 ], [ -6.234927300041726, 56.09039858245189 ], [ -6.234592344778906, 56.091156578847254 ], [ -6.232633103354241, 56.092213194404273 ], [ -6.233918690319016, 56.091980171629018 ], [ -6.234399834827419, 56.09233239081474 ], [ -6.23357320946559, 56.093520989202524 ], [ -6.232497849873723, 56.094057075859688 ], [ -6.231742878401456, 56.09362880893012 ], [ -6.231709772105853, 56.093913250839158 ], [ -6.231086906457744, 56.093808719094042 ], [ -6.230692944630117, 56.093444501111854 ], [ -6.230411880497869, 56.093741949673266 ], [ -6.229718717346872, 56.093729761832613 ], [ -6.229105434364066, 56.093346083307608 ], [ -6.228634765356642, 56.093528616286207 ], [ -6.228594928100249, 56.093165733737962 ], [ -6.227651222277858, 56.093216092011168 ], [ -6.226434908721175, 56.094301083324027 ], [ -6.225976240249981, 56.096646201657364 ], [ -6.224959928903169, 56.097355573246624 ], [ -6.223309621224388, 56.097272720919378 ], [ -6.222507400855128, 56.098320996440933 ], [ -6.220051275984154, 56.09837362428916 ], [ -6.218733817187392, 56.098832431243999 ], [ -6.218236043280948, 56.09854817437833 ], [ -6.216918862647118, 56.099524092585654 ], [ -6.216014891829958, 56.099644949143055 ], [ -6.215552959874003, 56.099247034002495 ], [ -6.211147516996317, 56.100971506834441 ], [ -6.210644248086977, 56.101298980716841 ], [ -6.21138105673976, 56.10134126547856 ], [ -6.211017759531778, 56.101992230075595 ], [ -6.209371837435135, 56.102686994411407 ], [ -6.209833740033026, 56.103129002440312 ], [ -6.211327534006379, 56.102941278842081 ], [ -6.211939394470595, 56.103326892556666 ], [ -6.212687836716266, 56.102842639549799 ], [ -6.212487167466545, 56.10415628537919 ], [ -6.213276503359303, 56.104045670334983 ], [ -6.213507788368814, 56.104453276328485 ], [ -6.21276600535287, 56.104910325127008 ], [ -6.213804800819331, 56.104990843355928 ], [ -6.213722120649322, 56.105500016478395 ], [ -6.21302587917905, 56.105888056966947 ], [ -6.212776109105676, 56.105664553770524 ], [ -6.211736391541187, 56.105914127755234 ], [ -6.211926846345006, 56.105639608276078 ], [ -6.210801681446922, 56.105225658735513 ], [ -6.209524948076472, 56.10580978083054 ], [ -6.208902234214244, 56.105310305279978 ], [ -6.208560735620691, 56.105631346950659 ], [ -6.207938177412288, 56.105589641236456 ], [ -6.207401089412628, 56.10590296507722 ], [ -6.207485545642075, 56.106852516243421 ], [ -6.206540117900691, 56.107155487541796 ], [ -6.20530201806403, 56.107092497890406 ], [ -6.205384791642225, 56.107938679388283 ], [ -6.205173727840728, 56.107332508482251 ], [ -6.204838345822682, 56.107901556159064 ], [ -6.20425453443222, 56.107212762769855 ], [ -6.203944357004906, 56.108174871869174 ], [ -6.203387519362763, 56.108352146230501 ], [ -6.203786424901787, 56.107833999857547 ], [ -6.202743380452799, 56.108083609088645 ], [ -6.202678028854511, 56.107676624165549 ], [ -6.202103555943439, 56.107928242072134 ], [ -6.202308443610924, 56.10768202686134 ], [ -6.201658773506743, 56.107613332587263 ], [ -6.201388111957442, 56.107242123618235 ], [ -6.200978972017503, 56.10790271055572 ], [ -6.200768915553331, 56.107393630770922 ], [ -6.200344985803698, 56.107667991330956 ], [ -6.199911557397893, 56.107530763733998 ], [ -6.199609950422359, 56.106831436994092 ], [ -6.1982450424511, 56.106180913004678 ], [ -6.196690203254075, 56.105987422359725 ], [ -6.196647861567912, 56.106396276354715 ], [ -6.196211101526555, 56.106065786027486 ], [ -6.19629743964293, 56.106326361570439 ], [ -6.195344140846106, 56.106026039317236 ], [ -6.194665823462188, 56.106314432228572 ], [ -6.194455375301568, 56.106007713758444 ], [ -6.192699262848288, 56.105946032226335 ], [ -6.192714677987365, 56.105644221021976 ], [ -6.191490817668264, 56.105193883193266 ], [ -6.190944147371618, 56.103971345891601 ], [ -6.18943914599125, 56.103672645076145 ], [ -6.188928200381266, 56.10308833315549 ], [ -6.188675051468531, 56.103335265388075 ], [ -6.187773591948317, 56.103229186600785 ], [ -6.18727817012526, 56.102787339624129 ], [ -6.187714922204659, 56.102201409834123 ], [ -6.185712544715808, 56.101486067069139 ], [ -6.184257528539644, 56.101646080984622 ], [ -6.18627187948122, 56.102146093072903 ], [ -6.179641447489976, 56.103950334118281 ], [ -6.177436351695093, 56.105059331976278 ], [ -6.175296962525628, 56.106849573643323 ], [ -6.178021750596771, 56.107413799663 ], [ -6.176330509944026, 56.107475595580759 ], [ -6.175821755709658, 56.108126873993172 ], [ -6.179241382207751, 56.109679317550508 ], [ -6.180107192046577, 56.110463886582409 ], [ -6.178945029252574, 56.110507777885523 ], [ -6.177978745682478, 56.111170074319098 ], [ -6.178506550666949, 56.111732274300401 ], [ -6.179873340545668, 56.111645476862051 ], [ -6.179336883348792, 56.112189785854504 ], [ -6.180075551311653, 56.112025345803083 ], [ -6.180193668584523, 56.112223697016056 ], [ -6.18006153286769, 56.112637384587543 ], [ -6.178846697123821, 56.112952866653096 ], [ -6.17935548666063, 56.113028256138421 ], [ -6.17869565721608, 56.11301464495471 ], [ -6.179051910799815, 56.112752549714649 ], [ -6.177464123821536, 56.113250636042444 ], [ -6.178254583354692, 56.114408306665347 ], [ -6.177432621362768, 56.114799496527183 ], [ -6.176271975700204, 56.114828918987584 ], [ -6.1753111294663, 56.115468523333881 ], [ -6.176496457193112, 56.116037245649999 ], [ -6.178737628718149, 56.114972922450868 ], [ -6.179414089608534, 56.115213507812911 ], [ -6.179706388489876, 56.114866340999825 ], [ -6.179965839693924, 56.115402557025092 ], [ -6.180312860177683, 56.115055332410677 ], [ -6.180939997503702, 56.115271500347447 ], [ -6.181192664128452, 56.116426702749941 ], [ -6.180243720001409, 56.116315878203082 ], [ -6.181097815616665, 56.116902081969222 ], [ -6.179692056973442, 56.116987512344402 ], [ -6.180867648244218, 56.117687830902568 ], [ -6.179867386781498, 56.117504995476743 ], [ -6.180109185120352, 56.117804379382349 ], [ -6.17920556926631, 56.117799932576396 ], [ -6.178706015486727, 56.118403243010725 ], [ -6.178044444703901, 56.118433754123075 ], [ -6.178343826908444, 56.118655644291536 ], [ -6.177682177409131, 56.118314721726428 ], [ -6.178194133537838, 56.118819003221112 ], [ -6.178019804307064, 56.119096515593924 ], [ -6.17789813640105, 56.119604054503547 ], [ -6.178058454803845, 56.11920043081146 ], [ -6.178792888950323, 56.119055031102747 ], [ -6.178262003296634, 56.119577559522185 ], [ -6.177919088093781, 56.119696201442203 ], [ -6.177792509401563, 56.119627641976628 ], [ -6.17745376546591, 56.119636419753235 ], [ -6.177778639340323, 56.120063400491446 ], [ -6.176383221072211, 56.120527069333349 ], [ -6.176691702394852, 56.120788227116059 ], [ -6.175658570500099, 56.120792636333931 ], [ -6.175140884816738, 56.120502585086591 ], [ -6.17481569275699, 56.120888625843399 ], [ -6.174393479837309, 56.120558465788285 ], [ -6.173639304443522, 56.120952728448287 ], [ -6.171495245959441, 56.119427122638058 ], [ -6.170660664279245, 56.11939149782151 ], [ -6.170315665370341, 56.119669374188284 ], [ -6.170047034224218, 56.119493191728125 ], [ -6.16985348333378, 56.119831598033592 ], [ -6.168516828076485, 56.12006565288327 ], [ -6.168098270606039, 56.121121250848034 ], [ -6.16843159519046, 56.121062318539224 ], [ -6.168499041955936, 56.121491727872993 ], [ -6.168678466637346, 56.121156499699552 ], [ -6.168533827913981, 56.1216047697825 ], [ -6.169179426149813, 56.121545172290787 ], [ -6.168893413780355, 56.121803062792551 ], [ -6.169374708186425, 56.121772401781001 ], [ -6.169673674392746, 56.12239184059041 ], [ -6.167958656998476, 56.123875289227826 ], [ -6.167952374054839, 56.1236686505924 ], [ -6.167474703198777, 56.123941108780954 ], [ -6.167559823762042, 56.123686413740025 ], [ -6.166967624349625, 56.124165094307088 ], [ -6.16713467369534, 56.123849173467036 ], [ -6.166007691515486, 56.124444847042568 ], [ -6.165581591638601, 56.12445024678005 ], [ -6.165805512668102, 56.124213348591063 ], [ -6.164157148369952, 56.124678222451323 ], [ -6.161224482563475, 56.124062228100939 ], [ -6.158311863391043, 56.124524707139216 ], [ -6.158117768702459, 56.124814546035786 ], [ -6.158733422611667, 56.12492419231431 ], [ -6.158082164958913, 56.12508105403672 ], [ -6.158212084541053, 56.126506636463496 ], [ -6.157793721329266, 56.127105317279877 ], [ -6.157214829525291, 56.127336178482032 ], [ -6.156694228851212, 56.127137882430659 ], [ -6.155807032371135, 56.127496042517222 ], [ -6.156203984980147, 56.127518639908118 ], [ -6.155388342348999, 56.128166672939855 ], [ -6.155254533791202, 56.127896880608297 ], [ -6.154706378649378, 56.128338040248096 ], [ -6.154376171103626, 56.128038889156826 ], [ -6.152739906346289, 56.128916895648665 ], [ -6.149268425120384, 56.129353000566958 ], [ -6.149450332928708, 56.129621180467019 ], [ -6.150422028262769, 56.129597478773746 ], [ -6.149037701380951, 56.129751976815115 ], [ -6.148589202705968, 56.13007284025629 ], [ -6.149066212865695, 56.130016324002376 ], [ -6.149364983231819, 56.130397487383973 ], [ -6.147890044696124, 56.130757372414273 ], [ -6.147853004851615, 56.131235269784142 ], [ -6.148330996930726, 56.131187717078802 ], [ -6.14878336488896, 56.131649153353379 ], [ -6.150919091394035, 56.130920773774115 ], [ -6.151642506838205, 56.131058307194628 ], [ -6.151487675747667, 56.131414263140492 ], [ -6.152753442717548, 56.131205273010714 ], [ -6.152393894537513, 56.131604096611099 ], [ -6.152757745487151, 56.131767218730182 ], [ -6.151990182132663, 56.132265215647379 ], [ -6.15245745544372, 56.132267471860374 ], [ -6.152348148772525, 56.132522968328502 ], [ -6.151538119188317, 56.132851516239029 ], [ -6.151127270028032, 56.132402182070265 ], [ -6.150517132780077, 56.132643054497343 ], [ -6.149889579861171, 56.132349400259749 ], [ -6.148806541643014, 56.133357125762707 ], [ -6.148520324033125, 56.132719225828247 ], [ -6.14763154426683, 56.133661949005742 ], [ -6.147061902562551, 56.133307875840913 ], [ -6.147242300739229, 56.132964556884005 ], [ -6.146684158921024, 56.132866408071209 ] ] ], [ [ [ -5.619582292062937, 56.15174391415826 ], [ -5.619982423502671, 56.150347523289199 ], [ -5.621206344042285, 56.149403500696174 ], [ -5.620784999222913, 56.148606647357049 ], [ -5.622121284888693, 56.147659317739887 ], [ -5.621922309008531, 56.14657271628014 ], [ -5.623337117216559, 56.145605084644878 ], [ -5.624036287673652, 56.144478626583293 ], [ -5.625133958222828, 56.144163162408475 ], [ -5.625619167853618, 56.144611960680002 ], [ -5.625535026534321, 56.146709405041136 ], [ -5.625152913801169, 56.146756594764689 ], [ -5.625016393937152, 56.146418935512102 ], [ -5.623388504643201, 56.148202058462125 ], [ -5.624312927658386, 56.149038079312078 ], [ -5.62481257989215, 56.148955971022495 ], [ -5.624648955917638, 56.14995431420769 ], [ -5.623945097591875, 56.150348121512799 ], [ -5.623820353211557, 56.15107558282331 ], [ -5.622540672377064, 56.15168409490817 ], [ -5.621797570300433, 56.150892192000441 ], [ -5.621080503465804, 56.151744924843563 ], [ -5.620130542006131, 56.152091981477867 ], [ -5.619965714789138, 56.151795608203457 ], [ -5.619582292062937, 56.15174391415826 ] ] ], [ [ [ -5.704130752873134, 56.148650910360587 ], [ -5.700393652973935, 56.145804788858591 ], [ -5.700076407170251, 56.145018545967901 ], [ -5.69838771984715, 56.144709502916072 ], [ -5.697455126179058, 56.144139508839757 ], [ -5.69389255204397, 56.138824286406184 ], [ -5.694020393337738, 56.1382270160302 ], [ -5.693160161748394, 56.138072934138648 ], [ -5.692045858457069, 56.136865444619161 ], [ -5.692867771863792, 56.1336848102722 ], [ -5.69183243290117, 56.131117231113933 ], [ -5.692218433119829, 56.130022196993558 ], [ -5.691908378610911, 56.129307654114868 ], [ -5.691637612898376, 56.129086471104976 ], [ -5.688449325863528, 56.129752790476246 ], [ -5.687429811324638, 56.129194318160181 ], [ -5.688293970106127, 56.124268091175892 ], [ -5.691137987911781, 56.124129083988599 ], [ -5.691458018637854, 56.123773333115878 ], [ -5.693398263960906, 56.12428173112248 ], [ -5.694128399352953, 56.123167393662349 ], [ -5.693785783732658, 56.121442277716277 ], [ -5.694349138756778, 56.121609735936097 ], [ -5.694804406957357, 56.121321858152093 ], [ -5.694481211779759, 56.120805529909546 ], [ -5.693568930981831, 56.120859822077875 ], [ -5.691462341146053, 56.120041702100174 ], [ -5.691163431140297, 56.118854767223013 ], [ -5.689926662349379, 56.118042064091341 ], [ -5.689289267315321, 56.116177395094432 ], [ -5.687628650147409, 56.114046595310384 ], [ -5.687580669496066, 56.111444972110277 ], [ -5.688639371825861, 56.110653529279105 ], [ -5.689544515891177, 56.108931546300198 ], [ -5.690999070899904, 56.108326054130707 ], [ -5.691626564419017, 56.107318200720528 ], [ -5.692403868747063, 56.107285941632732 ], [ -5.692427793542357, 56.107703334168669 ], [ -5.692933492948568, 56.107859034298457 ], [ -5.694270494118348, 56.107454836594002 ], [ -5.69446032964939, 56.107840284865375 ], [ -5.696859609817696, 56.106684906998069 ], [ -5.697634417397512, 56.105285965082572 ], [ -5.697775434137427, 56.103654255967079 ], [ -5.697208089712118, 56.102772103919406 ], [ -5.697818243324789, 56.101418557021198 ], [ -5.702957630918859, 56.097811566358281 ], [ -5.702974599992079, 56.098071814253323 ], [ -5.703601403913369, 56.097814713430481 ], [ -5.705933218178193, 56.095883391518555 ], [ -5.708215968341078, 56.095032495668818 ], [ -5.710378640978536, 56.092350868584688 ], [ -5.710825049537907, 56.090305317972962 ], [ -5.712117332705411, 56.088526531768743 ], [ -5.713547818539056, 56.087849544747876 ], [ -5.714813342972477, 56.086462670864279 ], [ -5.715966545790388, 56.085829974088554 ], [ -5.718515339191126, 56.08232729279402 ], [ -5.720237454802239, 56.080926584649227 ], [ -5.721469841499196, 56.080866912582621 ], [ -5.721790133613608, 56.080353707848602 ], [ -5.723468233542124, 56.079498279244781 ], [ -5.723564469380137, 56.078996331710449 ], [ -5.724268801260045, 56.079046991090969 ], [ -5.723572221455255, 56.079576064200126 ], [ -5.723682468175768, 56.079968370607972 ], [ -5.723980383378319, 56.079806512913812 ], [ -5.724699092040455, 56.07867432268435 ], [ -5.724937945872476, 56.076486609979547 ], [ -5.725337006686242, 56.076123874014883 ], [ -5.725678637177632, 56.076248426271377 ], [ -5.727365561816433, 56.07448900237609 ], [ -5.728003969578295, 56.07485634364788 ], [ -5.728715568404678, 56.074317796788598 ], [ -5.72937540909029, 56.074324812575739 ], [ -5.728863512675543, 56.074102015688823 ], [ -5.729339627634606, 56.073705463761641 ], [ -5.730161688084095, 56.073478277746361 ], [ -5.730180151367952, 56.074084662928705 ], [ -5.731169156141796, 56.073173540423902 ], [ -5.731185493725061, 56.072013108164938 ], [ -5.734052065247525, 56.067996903749325 ], [ -5.735566448369691, 56.066952931741618 ], [ -5.73631624590441, 56.066894239542407 ], [ -5.737694793796154, 56.065278881844165 ], [ -5.738588308739332, 56.065044972927907 ], [ -5.746575062596188, 56.055842105800195 ], [ -5.747077615829416, 56.054563473572202 ], [ -5.748975174063691, 56.052262298347557 ], [ -5.752000386821137, 56.049580575070877 ], [ -5.752066395774677, 56.04885472007102 ], [ -5.753366678140497, 56.047686643145056 ], [ -5.752890202493239, 56.047660691473929 ], [ -5.753933761848681, 56.047570458762195 ], [ -5.754860734821291, 56.047933363561476 ], [ -5.755539671461319, 56.047728340633554 ], [ -5.754320844563812, 56.04601655949601 ], [ -5.755119013362655, 56.0457989137563 ], [ -5.75473479016931, 56.04548241815111 ], [ -5.755630052513792, 56.043620791451431 ], [ -5.757655926195152, 56.040915412176695 ], [ -5.757175606249252, 56.040849132142448 ], [ -5.755788684831777, 56.041453407765481 ], [ -5.754583712752476, 56.041368739937397 ], [ -5.755992336363677, 56.039914083090203 ], [ -5.755647290867632, 56.039834681787163 ], [ -5.756382805789297, 56.039056941954094 ], [ -5.755984607964391, 56.039091560759822 ], [ -5.758075051156192, 56.037382301579221 ], [ -5.757622566666494, 56.037436565593381 ], [ -5.757656370452228, 56.037206241256776 ], [ -5.758328869423, 56.036772102198391 ], [ -5.75866003611716, 56.037121676099957 ], [ -5.758730248492583, 56.036687922850774 ], [ -5.761267506421819, 56.03495148493527 ], [ -5.761467512733073, 56.035520861476556 ], [ -5.762172254931549, 56.03541841670242 ], [ -5.762067435437324, 56.03582625361166 ], [ -5.763172372955691, 56.035545232264518 ], [ -5.763177619579926, 56.035846301366334 ], [ -5.763749061588769, 56.035463774186063 ], [ -5.764052791355922, 56.034691080992566 ], [ -5.763892615132396, 56.033459584731332 ], [ -5.763278450594474, 56.033172620669646 ], [ -5.763369700481216, 56.032131266123727 ], [ -5.764277542059578, 56.03106496356898 ], [ -5.764761514648585, 56.030757937356022 ], [ -5.765018728682682, 56.030925419693688 ], [ -5.764918119856321, 56.030469905780997 ], [ -5.765783827521347, 56.029548749182254 ], [ -5.766178857701668, 56.029482721901253 ], [ -5.765393410335198, 56.031062335564933 ], [ -5.767609380940212, 56.029578356764112 ], [ -5.768990525099153, 56.029414719283253 ], [ -5.76939338285914, 56.028359327496219 ], [ -5.769195092703606, 56.028055172168123 ], [ -5.768551047319612, 56.028119835269386 ], [ -5.768263997391323, 56.026905711053871 ], [ -5.768837498445247, 56.025377519310574 ], [ -5.769119064450726, 56.025054186405185 ], [ -5.770501968819506, 56.025074810368238 ], [ -5.770594473962124, 56.024788732261264 ], [ -5.76971699935612, 56.024599780426094 ], [ -5.772414766982938, 56.02147790997325 ], [ -5.775291508907724, 56.019699284112235 ], [ -5.776103367473247, 56.017574770118898 ], [ -5.777090966381657, 56.016838618491491 ], [ -5.776776785049381, 56.01674484455345 ], [ -5.777215881674919, 56.016227828472609 ], [ -5.782201068848902, 56.013691967045574 ], [ -5.782445656111888, 56.0143049050183 ], [ -5.783568827778876, 56.01446373608367 ], [ -5.783291350806532, 56.015564789523459 ], [ -5.78385080453054, 56.016114101230905 ], [ -5.782944511459529, 56.017351365317616 ], [ -5.782395854403742, 56.01751928042836 ], [ -5.782937616559779, 56.017526921334209 ], [ -5.78485445998999, 56.015543743224882 ], [ -5.788501136616261, 56.013278038380413 ], [ -5.788962519583183, 56.013317797899113 ], [ -5.789940132910852, 56.014447693186696 ], [ -5.790980851894309, 56.014420161260617 ], [ -5.79239929543133, 56.013252488024584 ], [ -5.793094579263205, 56.013222085419926 ], [ -5.794781609533445, 56.010949078852128 ], [ -5.797220548547454, 56.004813247178859 ], [ -5.800103962662127, 56.001819860052414 ], [ -5.804495379918039, 55.999072058689528 ], [ -5.806560801369624, 55.995276497477356 ], [ -5.808690081719047, 55.993110990543506 ], [ -5.808953829131496, 55.989924111583441 ], [ -5.808565670161808, 55.98972929998903 ], [ -5.811055982686606, 55.985614767126492 ], [ -5.810812373109079, 55.985177196498213 ], [ -5.811875552743888, 55.984083208714793 ], [ -5.812669864971689, 55.983923729847838 ], [ -5.813516054783785, 55.981442661040965 ], [ -5.81460732579084, 55.981530246052799 ], [ -5.814703453793623, 55.979414107869907 ], [ -5.816647970689921, 55.978315239986912 ], [ -5.816724750338629, 55.977467594731927 ], [ -5.817688022323878, 55.976502537721579 ], [ -5.817780238356157, 55.976868357289092 ], [ -5.818029010079283, 55.976707774540657 ], [ -5.820414325674083, 55.973090843630686 ], [ -5.822732030214248, 55.971310367986909 ], [ -5.823361282857924, 55.971187413501212 ], [ -5.823386889427665, 55.971690181858214 ], [ -5.823887463789709, 55.971238509835807 ], [ -5.824302122062909, 55.971540354803615 ], [ -5.82552666662176, 55.970301841750796 ], [ -5.826104320150495, 55.970468227552651 ], [ -5.825891748186332, 55.969939797927537 ], [ -5.827460323287097, 55.968614135610437 ], [ -5.82879731112674, 55.968271313080052 ], [ -5.828754143566909, 55.968888623876246 ], [ -5.829640943096168, 55.96820909805259 ], [ -5.82980963485483, 55.968455631866426 ], [ -5.830291852374546, 55.968305742866896 ], [ -5.83007691788879, 55.968564214018748 ], [ -5.830752289572052, 55.968340870736569 ], [ -5.830539982494151, 55.968949958335813 ], [ -5.830975136143776, 55.968810523642944 ], [ -5.831320544199177, 55.969222407790291 ], [ -5.832313675759339, 55.971480016602214 ], [ -5.834185782291851, 55.971601560035523 ], [ -5.835749272980155, 55.971278583736982 ], [ -5.836472159159325, 55.970806441442903 ], [ -5.836506326729576, 55.97026134461521 ], [ -5.835418432047923, 55.969476953198487 ], [ -5.835414869685565, 55.968712722186737 ], [ -5.834487769418158, 55.96817509602301 ], [ -5.834944659763194, 55.965584579107649 ], [ -5.83693351326718, 55.961709870711374 ], [ -5.836267607065799, 55.961622722349929 ], [ -5.836893037203788, 55.959845236244789 ], [ -5.837744430904499, 55.959297137325834 ], [ -5.83760624950195, 55.957093842436954 ], [ -5.838455235811316, 55.954985651426256 ], [ -5.841251094205199, 55.95190397710298 ], [ -5.841250568403599, 55.95133298270293 ], [ -5.842697599810959, 55.949925469267875 ], [ -5.843356170097395, 55.949779008887973 ], [ -5.84374510843084, 55.948449486955518 ], [ -5.84698018904447, 55.946572403338443 ], [ -5.847081593329905, 55.945818373849264 ], [ -5.848635294375366, 55.944843575471616 ], [ -5.849533281425281, 55.943156397853038 ], [ -5.850639146334851, 55.94227201697462 ], [ -5.85010825655816, 55.941686144291346 ], [ -5.851403865395109, 55.939406500222852 ], [ -5.850227388133662, 55.93861153181529 ], [ -5.848171162318812, 55.939201915926454 ], [ -5.847706801235574, 55.939769467772045 ], [ -5.848154944193579, 55.939845375031439 ], [ -5.84508032979998, 55.940346157684978 ], [ -5.84633442030771, 55.93950214476331 ], [ -5.847595198771028, 55.93743495169565 ], [ -5.848765332586864, 55.936714933453466 ], [ -5.849023670086451, 55.935767151868461 ], [ -5.850182626073551, 55.935015995224184 ], [ -5.849938669063874, 55.933850128986698 ], [ -5.851344375540845, 55.933567832217626 ], [ -5.850870796949878, 55.931703256296267 ], [ -5.852891986914948, 55.928991719576942 ], [ -5.853164640266141, 55.92762533277692 ], [ -5.853885290312102, 55.927382444106904 ], [ -5.853986634319018, 55.926871200264195 ], [ -5.855290155571356, 55.925886153671378 ], [ -5.856976520431483, 55.9252083175897 ], [ -5.859121436919462, 55.923023334989587 ], [ -5.86081603897411, 55.922349680521286 ], [ -5.86158991750677, 55.920954045938174 ], [ -5.862476623665784, 55.920611469897281 ], [ -5.862268825429108, 55.920213336995005 ], [ -5.862999008951222, 55.919264187978087 ], [ -5.864414572702784, 55.918122645465104 ], [ -5.865332668848486, 55.917774564702789 ], [ -5.866913517815016, 55.917810300394635 ], [ -5.867351740104677, 55.917387366308013 ], [ -5.86835880525778, 55.917450116392409 ], [ -5.868839780304334, 55.916733577869024 ], [ -5.868231280431371, 55.916010842081995 ], [ -5.869183995505994, 55.914726428827841 ], [ -5.86826957319063, 55.913986340342575 ], [ -5.868756069972862, 55.913566377925491 ], [ -5.868583356969262, 55.91271752952234 ], [ -5.869338732814533, 55.912023829187909 ], [ -5.870606807824162, 55.911574769300259 ], [ -5.871458356331601, 55.910401428137639 ], [ -5.873830687244587, 55.908505749452658 ], [ -5.874580210505404, 55.907434514507578 ], [ -5.874272292136824, 55.907156457055983 ], [ -5.875045229097907, 55.906961246291864 ], [ -5.876191655742506, 55.905216545752573 ], [ -5.8762433647058, 55.904612420141731 ], [ -5.875645039058264, 55.904712211526423 ], [ -5.876054530829031, 55.904164252640804 ], [ -5.875798081755605, 55.903920546702729 ], [ -5.875413554171425, 55.904157477767995 ], [ -5.875727064634991, 55.903369748083342 ], [ -5.875243354781749, 55.903254602205848 ], [ -5.876800663241402, 55.901618341961871 ], [ -5.875885260517419, 55.901507816196563 ], [ -5.876291215736121, 55.901004929583024 ], [ -5.875561269075261, 55.901068404602611 ], [ -5.875715935613993, 55.90013280864126 ], [ -5.874539093328894, 55.900048498725688 ], [ -5.875039056079106, 55.899124503994926 ], [ -5.875403418592271, 55.899166975433388 ], [ -5.875208436176161, 55.898736985769432 ], [ -5.876484311067584, 55.898611339477235 ], [ -5.875821180971677, 55.898061221928046 ], [ -5.876121002158703, 55.897377334836882 ], [ -5.877060158152843, 55.897406175906966 ], [ -5.876787392423898, 55.896758325403752 ], [ -5.877413433480825, 55.897017351560464 ], [ -5.877677410192163, 55.896856154471486 ], [ -5.877715293154546, 55.896194012090795 ], [ -5.877284291562519, 55.895964807232119 ], [ -5.877773853797336, 55.89581897703593 ], [ -5.877273424893433, 55.895295209858162 ], [ -5.876844020353539, 55.895322239040631 ], [ -5.877873062521314, 55.894889621971721 ], [ -5.87830067896204, 55.89356323082329 ], [ -5.877581985729281, 55.893657839072098 ], [ -5.877095097982139, 55.893349464163805 ], [ -5.877689298642465, 55.893290258844779 ], [ -5.877622310141297, 55.892779799807045 ], [ -5.878218010642985, 55.892895898013279 ], [ -5.877899477542367, 55.892110110023445 ], [ -5.877290033898813, 55.89241709077217 ], [ -5.876515813861481, 55.892356075743592 ], [ -5.876821816320629, 55.891253840159941 ], [ -5.876434414978054, 55.891140160683172 ], [ -5.875623044239993, 55.891588386993341 ], [ -5.876134303684692, 55.891019231777733 ], [ -5.875219371271366, 55.890670389712767 ], [ -5.87546205685673, 55.890055747521387 ], [ -5.874902488518811, 55.890140828774186 ], [ -5.875323030513631, 55.88970492689652 ], [ -5.872857326736409, 55.890412097515295 ], [ -5.872901996886577, 55.889817187266168 ], [ -5.874012637615344, 55.889080782112757 ], [ -5.875003842230379, 55.889072025437152 ], [ -5.875123007772787, 55.888101577677773 ], [ -5.87653314128086, 55.887881767932988 ], [ -5.876963662130422, 55.886825063186478 ], [ -5.886967871077488, 55.879031869717714 ], [ -5.88656944436082, 55.880325903812611 ], [ -5.881970168572273, 55.884248089768683 ], [ -5.882258242498744, 55.884729084544055 ], [ -5.882959821247869, 55.884545061250741 ], [ -5.881175828120665, 55.886305477661296 ], [ -5.881823230363082, 55.886379458365298 ], [ -5.881914003741334, 55.886727299950167 ], [ -5.881265425726387, 55.887201899653249 ], [ -5.881746441730984, 55.887451991537276 ], [ -5.881072929722879, 55.888637785111385 ], [ -5.881206179141567, 55.888930331177129 ], [ -5.881533889672535, 55.888767112387434 ], [ -5.881955962150662, 55.888987590975105 ], [ -5.881435135730526, 55.890020188505972 ], [ -5.881703989058463, 55.891508952343386 ], [ -5.885531634063929, 55.89217938518712 ], [ -5.8870668915989, 55.892728858803913 ], [ -5.886851736851301, 55.892897526359015 ], [ -5.888247573099259, 55.892853390342033 ], [ -5.891672277083703, 55.89229540736563 ], [ -5.893798141115926, 55.891472723113147 ], [ -5.893814299123616, 55.890995606052471 ], [ -5.895614965497228, 55.890282105681692 ], [ -5.895539190307062, 55.890882511996359 ], [ -5.897432457261598, 55.889896273082329 ], [ -5.897621206951701, 55.889305772226983 ], [ -5.896927554792843, 55.889170391555126 ], [ -5.898157789897272, 55.8884344651158 ], [ -5.899501719087218, 55.886202151088256 ], [ -5.899187752112419, 55.886023265647012 ], [ -5.898845991147339, 55.886204964030973 ], [ -5.898378210241267, 55.885689236809505 ], [ -5.899019078941386, 55.885538519959091 ], [ -5.900273474823605, 55.883929522442976 ], [ -5.900166168519451, 55.881347558719931 ], [ -5.898348052172773, 55.879889980453179 ], [ -5.89856393941449, 55.879411023178022 ], [ -5.897910941703923, 55.878802251133756 ], [ -5.897464562831153, 55.878897338443181 ], [ -5.896398757986698, 55.878000395789286 ], [ -5.895102039929114, 55.877591864598948 ], [ -5.895343868022747, 55.876653470231005 ], [ -5.894662468211119, 55.876558158900018 ], [ -5.898801489155175, 55.872852390786548 ], [ -5.897251913462664, 55.872074216746775 ], [ -5.895234183171445, 55.873086895175042 ], [ -5.896129797418562, 55.872208710212533 ], [ -5.89501397896537, 55.872725178057294 ], [ -5.895291400240326, 55.872221794801554 ], [ -5.89416366092641, 55.872459862863948 ], [ -5.893978951657321, 55.872132989787211 ], [ -5.895544744057969, 55.870999767834341 ], [ -5.895164399371406, 55.87199201274683 ], [ -5.895490580630839, 55.872134549016828 ], [ -5.896559958352539, 55.871075497640952 ], [ -5.89731097074703, 55.870988737923284 ], [ -5.896879124267199, 55.870669705129473 ], [ -5.898549337257993, 55.86898458345123 ], [ -5.89833513768421, 55.869958080954092 ], [ -5.902140566902758, 55.867081088075317 ], [ -5.90312295812782, 55.866910507467509 ], [ -5.901671080750926, 55.868696676813911 ], [ -5.90181656060849, 55.869110214384015 ], [ -5.902678876863688, 55.869415562018304 ], [ -5.906125110962737, 55.867503062591048 ], [ -5.905532903402984, 55.868214314679946 ], [ -5.906216571665798, 55.8684129067192 ], [ -5.905677025938688, 55.869886857984895 ], [ -5.906664417052226, 55.871038006398244 ], [ -5.91112093669025, 55.871615683727789 ], [ -5.913282629351712, 55.87227528049678 ], [ -5.917183865661695, 55.872578158552805 ], [ -5.917711771492807, 55.872341012478195 ], [ -5.92299890194483, 55.872032984137185 ], [ -5.925431703598469, 55.871020068731887 ], [ -5.930311814336987, 55.870248106340561 ], [ -5.936557670157921, 55.867408842188375 ], [ -5.939680188742267, 55.861058818127155 ], [ -5.939175691838701, 55.860814200963382 ], [ -5.942228253839565, 55.856558053892662 ], [ -5.942630973905809, 55.853781652818206 ], [ -5.943518165265671, 55.851968115284677 ], [ -5.945326923752995, 55.849816528443704 ], [ -5.944457755821813, 55.848891199231886 ], [ -5.944528996045218, 55.847229742409354 ], [ -5.945392830183844, 55.846684920133626 ], [ -5.945212173874098, 55.846164642887082 ], [ -5.946027959840566, 55.845540423222594 ], [ -5.945901949548703, 55.844771089790392 ], [ -5.946597990455291, 55.84406977623923 ], [ -5.947007085358787, 55.842541346612279 ], [ -5.950778131954721, 55.836695303860118 ], [ -5.950743859157597, 55.836310613962908 ], [ -5.950223239435628, 55.836282392316235 ], [ -5.951170422225212, 55.834626027470655 ], [ -5.950651457895178, 55.833764119884847 ], [ -5.950253717869512, 55.833779197924002 ], [ -5.949934010541948, 55.834063271423837 ], [ -5.950025890150834, 55.833787834445651 ], [ -5.950333797858897, 55.833708042510061 ], [ -5.950419151113326, 55.833632202156124 ], [ -5.949387694800898, 55.832931554644155 ], [ -5.946827694499888, 55.832346568577215 ], [ -5.946418488972451, 55.830927161275035 ], [ -5.945557448920018, 55.830897267722314 ], [ -5.944736209426208, 55.830361593675185 ], [ -5.943233466839714, 55.830589700168986 ], [ -5.943001937367755, 55.830196953043576 ], [ -5.943985669678828, 55.828946846240896 ], [ -5.942630131600358, 55.82826194706746 ], [ -5.941714657155182, 55.8283722638675 ], [ -5.942875130145042, 55.827210918127257 ], [ -5.942056660427662, 55.827016865310185 ], [ -5.942766998623219, 55.826458994037388 ], [ -5.942535533703585, 55.825908870344549 ], [ -5.941663666163264, 55.825581637432627 ], [ -5.939686294609068, 55.825932847485305 ], [ -5.942781857166092, 55.822820929063241 ], [ -5.943269557590336, 55.822746818760997 ], [ -5.943987780495947, 55.823371239571173 ], [ -5.945190673256287, 55.823103290282084 ], [ -5.945991908482759, 55.822340139975637 ], [ -5.945643042468854, 55.821892714417508 ], [ -5.946543847927181, 55.821324203016282 ], [ -5.948453353254155, 55.821172901173121 ], [ -5.950555972252983, 55.819383158095782 ], [ -5.950108139855992, 55.819141266877658 ], [ -5.951083416948683, 55.818678238529543 ], [ -5.951077731389274, 55.818386154174156 ], [ -5.950662428116167, 55.818386025193973 ], [ -5.952755729804565, 55.817293484966868 ], [ -5.953623925630665, 55.814990346954367 ], [ -5.952839754434367, 55.814188247883777 ], [ -5.951763406820201, 55.814519652402055 ], [ -5.952698046402535, 55.813342984833902 ], [ -5.952174773743109, 55.813143998015505 ], [ -5.951113229856413, 55.813542367157517 ], [ -5.951195786802248, 55.812231252149324 ], [ -5.952455340155814, 55.811030641443608 ], [ -5.953822401717467, 55.810339147663868 ], [ -5.954337361848227, 55.809198458704088 ], [ -5.955685036681426, 55.808867281262465 ], [ -5.955501711350869, 55.808320125515749 ], [ -5.956045586562634, 55.808172208272318 ], [ -5.956070300118487, 55.807550904231697 ], [ -5.957220318628345, 55.807239565753093 ], [ -5.957852976648316, 55.80647276691807 ], [ -5.959024317950312, 55.80370117032011 ], [ -5.958593094526265, 55.802757331722475 ], [ -5.957413815541527, 55.802543545479793 ], [ -5.957049528329217, 55.801943770552839 ], [ -5.9600196095645, 55.799042233947844 ], [ -5.960060012301905, 55.797633543417724 ], [ -5.96104056447253, 55.797228707278386 ], [ -5.961954685955457, 55.795778333836175 ], [ -5.963026991745797, 55.795334547970988 ], [ -5.962638120577421, 55.794650149923001 ], [ -5.964165293919755, 55.792244705533641 ], [ -5.964933726538617, 55.792188415004262 ], [ -5.965666260578114, 55.793504699162824 ], [ -5.966669429607275, 55.792617963162812 ], [ -5.967081063489462, 55.792663116341124 ], [ -5.967143495163794, 55.793668306309179 ], [ -5.96898313389831, 55.791904686000414 ], [ -5.970049987065573, 55.791879183120237 ], [ -5.969737134816674, 55.791628504797373 ], [ -5.97030264077249, 55.791695650137285 ], [ -5.970622333011876, 55.79295331488656 ], [ -5.971382854361001, 55.793445809245142 ], [ -5.973590389151779, 55.791926513497572 ], [ -5.974128190992586, 55.792426199785247 ], [ -5.973897489559098, 55.792824861103668 ], [ -5.975027911438939, 55.793422267950625 ], [ -5.976651143185101, 55.792200614302658 ], [ -5.977158418586435, 55.792166195487717 ], [ -5.977348441408919, 55.7925422402745 ], [ -5.978188699236942, 55.792173282021466 ], [ -5.978579402610841, 55.794202024700063 ], [ -5.979098601451806, 55.794284120498915 ], [ -5.980816224516098, 55.793284175203027 ], [ -5.979728925364116, 55.795297881048938 ], [ -5.981098800616874, 55.795815528474868 ], [ -5.984161703130749, 55.796341181978022 ], [ -5.986775280874364, 55.795829171125796 ], [ -5.988787110132993, 55.794819557657092 ], [ -5.990210015365827, 55.794606947950932 ], [ -5.990758756354223, 55.793964096797026 ], [ -5.990060553525836, 55.793537140395479 ], [ -5.990458602419195, 55.793137502905843 ], [ -5.990494095216103, 55.793406139734209 ], [ -5.991651542433496, 55.793719239386832 ], [ -5.99147149163086, 55.793909450391844 ], [ -5.993092814098356, 55.794387314720474 ], [ -5.993789329580128, 55.794252245211808 ], [ -5.998505269658828, 55.794863146963742 ], [ -5.999978697363658, 55.796231554963718 ], [ -6.002032055130434, 55.797027970895293 ], [ -6.00542234954874, 55.79700733932512 ], [ -6.009984111031184, 55.798038319322245 ], [ -6.013907788162902, 55.79806478238087 ], [ -6.016966887701085, 55.797649070970202 ], [ -6.021666304567045, 55.796715513617883 ], [ -6.023654069212996, 55.796006472480883 ], [ -6.028120261104044, 55.795275456800852 ], [ -6.029581566978964, 55.795281459429624 ], [ -6.031250367800584, 55.7960585414584 ], [ -6.033565806496162, 55.795910542510086 ], [ -6.034024938184087, 55.79633612295153 ], [ -6.034487256197836, 55.795790332181639 ], [ -6.034932138519811, 55.795924098794622 ], [ -6.03585297144842, 55.795412694203456 ], [ -6.036807280978603, 55.796303121259072 ], [ -6.035701004058636, 55.796411438490743 ], [ -6.035283449698126, 55.797158109562083 ], [ -6.037073994631239, 55.79926210799114 ], [ -6.039281390163633, 55.800533987562694 ], [ -6.041239040233355, 55.801090096600788 ], [ -6.041927445122694, 55.801800382550546 ], [ -6.043467525044409, 55.801947522284017 ], [ -6.044477941662106, 55.801145319913182 ], [ -6.044264577086129, 55.801858317052478 ], [ -6.045149761999558, 55.80231029344332 ], [ -6.04615638494503, 55.802394035702065 ], [ -6.046743443872622, 55.802050930749942 ], [ -6.047654779358047, 55.802677395941707 ], [ -6.051487073929853, 55.803140052067391 ], [ -6.055448886336061, 55.802775427323724 ], [ -6.064697321114452, 55.80609838971764 ], [ -6.06558417380088, 55.807863192925417 ], [ -6.068548922548737, 55.809109490580489 ], [ -6.069906462758254, 55.810867662749004 ], [ -6.072385647845597, 55.81189614028294 ], [ -6.072295886473974, 55.812793954323332 ], [ -6.074020793982702, 55.814778225528272 ], [ -6.077557773316318, 55.817057555292955 ], [ -6.078506130696913, 55.818105264082668 ], [ -6.07931942734272, 55.819769001581818 ], [ -6.080545023642967, 55.820641109468859 ], [ -6.081429106636729, 55.822140602450318 ], [ -6.0806569942949, 55.823461305456568 ], [ -6.081248082120471, 55.825136912927228 ], [ -6.082145977329188, 55.825700633221395 ], [ -6.082649751763396, 55.826619197761126 ], [ -6.082348023131963, 55.827398160647292 ], [ -6.085794176559275, 55.83016594131103 ], [ -6.085814092788485, 55.830659914682265 ], [ -6.087407713218596, 55.831303877390177 ], [ -6.086617313691588, 55.831613470366904 ], [ -6.086588808525909, 55.832635167703089 ], [ -6.087984198766228, 55.834585264203092 ], [ -6.086846130074718, 55.836529733444138 ], [ -6.086376285112221, 55.840043789008092 ], [ -6.091543628245415, 55.846836263472376 ], [ -6.09049287478385, 55.847955857760141 ], [ -6.090861872425323, 55.8483482732494 ], [ -6.090188705324824, 55.848559548694688 ], [ -6.089817720312022, 55.851719583646648 ], [ -6.089364375972425, 55.852121389737142 ], [ -6.089994457530497, 55.853323515342943 ], [ -6.088678663517869, 55.854190205159085 ], [ -6.087896790717553, 55.855421334401051 ], [ -6.086353321975259, 55.863476770793717 ], [ -6.087835805014183, 55.864875392366862 ], [ -6.089862981914114, 55.86537002281348 ], [ -6.090229831839381, 55.866803946554313 ], [ -6.090632825265213, 55.866302191696668 ], [ -6.091320185250567, 55.866526625854227 ], [ -6.091231137305229, 55.866990873533446 ], [ -6.091827153922146, 55.86686048712555 ], [ -6.091352741873835, 55.866152316722768 ], [ -6.092020025888109, 55.866489832672485 ], [ -6.095001268264586, 55.869358338304131 ], [ -6.09530396010163, 55.870940081361184 ], [ -6.096612283412145, 55.871894740950459 ], [ -6.094666987526146, 55.872939852189958 ], [ -6.093885831678233, 55.875317646641562 ], [ -6.094311409183181, 55.877533828008289 ], [ -6.093116881390223, 55.877204888415172 ], [ -6.09168144254854, 55.878309407664041 ], [ -6.09183071870754, 55.879194781482504 ], [ -6.092502486110907, 55.879572619482154 ], [ -6.092066409184845, 55.880900171433126 ], [ -6.093526941246247, 55.881854296751776 ], [ -6.093081501011326, 55.882561621375416 ], [ -6.094083978355148, 55.882964411777344 ], [ -6.092747793351458, 55.884708659488162 ], [ -6.092363326228946, 55.886753961929173 ], [ -6.092952300104909, 55.887863019032437 ], [ -6.092651722770569, 55.888579006654538 ], [ -6.093134490734838, 55.888756289153413 ], [ -6.092676201532007, 55.889949679967899 ], [ -6.093661269160261, 55.890640844426478 ], [ -6.092975700582024, 55.890893004642905 ], [ -6.092476154038028, 55.892150721219636 ], [ -6.089227503705608, 55.894507170424227 ], [ -6.089389140483167, 55.894901997524357 ], [ -6.087936770668967, 55.895624803870525 ], [ -6.088781338752298, 55.896576990574893 ], [ -6.087377123840524, 55.897149797155471 ], [ -6.08724725882899, 55.898044455295071 ], [ -6.086711116857362, 55.89819717920129 ], [ -6.086736119293167, 55.899194608187429 ], [ -6.087473983073803, 55.899741154654762 ], [ -6.086937583966646, 55.899511670949892 ], [ -6.085113010007128, 55.900350235674701 ], [ -6.08541679701517, 55.901563233460188 ], [ -6.084984972425368, 55.901262815983387 ], [ -6.084942006466561, 55.901614983278492 ], [ -6.084051902628914, 55.901523145165271 ], [ -6.08418341814788, 55.901784079244557 ], [ -6.082424271085252, 55.901496263116911 ], [ -6.080892129587428, 55.901996795089509 ], [ -6.078689611776769, 55.902181400745839 ], [ -6.078372736761808, 55.902471604238706 ], [ -6.078847892650238, 55.90326074146931 ], [ -6.078332186231276, 55.903151943269037 ], [ -6.078640095036621, 55.903416024574284 ], [ -6.077773008656008, 55.903467269585811 ], [ -6.078234826390241, 55.903748730332254 ], [ -6.077706429177, 55.903595383918102 ], [ -6.077396370687117, 55.903843989296121 ], [ -6.077892570295542, 55.90445256633123 ], [ -6.077389478859931, 55.904235426038447 ], [ -6.07705739459326, 55.904579190410438 ], [ -6.076713840581685, 55.904356756916101 ], [ -6.075281444488718, 55.904817934890026 ], [ -6.074298075387589, 55.905286699751002 ], [ -6.074245711146068, 55.905931454305083 ], [ -6.073637079117334, 55.905852695078785 ], [ -6.073664155673922, 55.907025420263132 ], [ -6.074463012022363, 55.907619486171278 ], [ -6.073458754645715, 55.907508868866941 ], [ -6.073672862778245, 55.907946942318539 ], [ -6.072966791177712, 55.908617848930859 ], [ -6.073174355067871, 55.909146072704523 ], [ -6.072868337469881, 55.908976344346449 ], [ -6.072453103157524, 55.909291372503688 ], [ -6.072410172673471, 55.910255073919622 ], [ -6.069533720952739, 55.912139965970752 ], [ -6.069087387574561, 55.912082790894033 ], [ -6.069818471053456, 55.913938185550819 ], [ -6.069006490855718, 55.913830158428887 ], [ -6.06935106967935, 55.914290901258987 ], [ -6.068799093807295, 55.914142791609471 ], [ -6.068422702996411, 55.914294640689747 ], [ -6.068723141321859, 55.914639933396941 ], [ -6.068311962534456, 55.914460182995626 ], [ -6.067615480229549, 55.914690068523981 ], [ -6.067317478939614, 55.914978716215401 ], [ -6.067683625612005, 55.915339824450371 ], [ -6.066831255986783, 55.915228621960431 ], [ -6.066311302016802, 55.916149637219412 ], [ -6.065449566933736, 55.916483899615166 ], [ -6.064760305047427, 55.920220888295717 ], [ -6.065524583061906, 55.920942062273596 ], [ -6.064312040725047, 55.92075731102851 ], [ -6.063782078988053, 55.921202002728826 ], [ -6.063875560461342, 55.922552393566797 ], [ -6.063520184643691, 55.922447224493148 ], [ -6.062942309393192, 55.92296993741251 ], [ -6.062694434214619, 55.922744302570266 ], [ -6.06247285817237, 55.923075377899174 ], [ -6.062293994702808, 55.922896925274536 ], [ -6.061842380545015, 55.923401972112657 ], [ -6.061764921322822, 55.923121244204751 ], [ -6.060990314887231, 55.923371655113499 ], [ -6.060754624919217, 55.924103390790911 ], [ -6.060451824107786, 55.923965000561154 ], [ -6.059995488847182, 55.924272345289417 ], [ -6.060211900631345, 55.924579963023838 ], [ -6.05952365814902, 55.924508254047019 ], [ -6.057979902381666, 55.925827241634366 ], [ -6.056764335432259, 55.926303513071772 ], [ -6.055164934615737, 55.928087446364557 ], [ -6.054692917885858, 55.92893487743148 ], [ -6.055069907461429, 55.929169761140486 ], [ -6.050562269900222, 55.933018979476188 ], [ -6.05094163852795, 55.933199838736073 ], [ -6.050445314802288, 55.933126252217924 ], [ -6.046834850778346, 55.935295528920427 ], [ -6.045091491408646, 55.936859222567165 ], [ -6.043070962935578, 55.939299835342958 ], [ -6.043216266252449, 55.939924578154411 ], [ -6.042584134895353, 55.939855422308341 ], [ -6.042745796911095, 55.940637007560042 ], [ -6.042295146655349, 55.940157195363682 ], [ -6.042120741653358, 55.94048218197139 ], [ -6.041949479055915, 55.940146070902856 ], [ -6.041089536611027, 55.940120364943958 ], [ -6.038772715716691, 55.94087543159177 ], [ -6.037768108053772, 55.941614368510407 ], [ -6.037451705341499, 55.941345967334399 ], [ -6.036290185524459, 55.941348111086505 ], [ -6.033354679104833, 55.942010956879301 ], [ -6.029424227013865, 55.944432991671093 ], [ -6.028076058374124, 55.94618582226213 ], [ -6.027851719323667, 55.945954851367667 ], [ -6.027353142624902, 55.94616902093712 ], [ -6.02749789004216, 55.946636417695082 ], [ -6.027035838283926, 55.94697079624401 ], [ -6.026112053166518, 55.94725733278198 ], [ -6.02485845534305, 55.947069028127153 ], [ -6.02471395657715, 55.947375022204575 ], [ -6.024535440572747, 55.947183914436557 ], [ -6.023660111474412, 55.947566871090508 ], [ -6.023879315271354, 55.947748555583779 ], [ -6.022846755535596, 55.947296699211499 ], [ -6.02245358741554, 55.947754709680744 ], [ -6.022423925696533, 55.947252969033023 ], [ -6.022134986627205, 55.947387418728297 ], [ -6.020538024001801, 55.946284013887883 ], [ -6.018567910643597, 55.946294423755411 ], [ -6.017987853422973, 55.946650607489779 ], [ -6.017555006496152, 55.946417435377455 ], [ -6.016757252597327, 55.9465289177095 ], [ -6.015030444178565, 55.947340696730471 ], [ -6.013569060785708, 55.948858734589294 ], [ -6.013006850047566, 55.948769157979399 ], [ -6.012870262117363, 55.94791478244084 ], [ -6.010730390394964, 55.947989056385964 ], [ -6.007305710730992, 55.950438822855865 ], [ -6.006718138748178, 55.950336553910475 ], [ -6.006909187316034, 55.950788973337467 ], [ -6.006235286528971, 55.950936819909231 ], [ -6.006189399733031, 55.950493162436103 ], [ -6.005704623871901, 55.950454988657548 ], [ -6.003506642820213, 55.951596690539709 ], [ -6.003631910105216, 55.952033268981175 ], [ -6.002639180663686, 55.95235334240234 ], [ -6.002424793285109, 55.952139989405623 ], [ -6.002086550492097, 55.952434269656543 ], [ -6.001569574003345, 55.952239750118721 ], [ -6.000459539449071, 55.953053735593926 ], [ -6.000329781723899, 55.95280615218536 ], [ -5.999137558636622, 55.952979802471376 ], [ -5.999195486173392, 55.952298953326896 ], [ -5.997954152463711, 55.950599163239062 ], [ -5.99687216205606, 55.950054273204309 ], [ -5.994629021175163, 55.949983235681053 ], [ -5.991555351527747, 55.95040673529661 ], [ -5.989410928890733, 55.95106082398366 ], [ -5.989006567912305, 55.95149210383773 ], [ -5.987756859745712, 55.951496642402191 ], [ -5.985870048205842, 55.952007424367444 ], [ -5.98370940535646, 55.950323789736544 ], [ -5.981516050844302, 55.949567443527222 ], [ -5.979140880195819, 55.949302553985291 ], [ -5.975000518589868, 55.950421104111435 ], [ -5.973475656694915, 55.951414605292698 ], [ -5.971487949634272, 55.951177521058966 ], [ -5.968845968209898, 55.951671943381093 ], [ -5.967674834239694, 55.952208814799363 ], [ -5.967227620165571, 55.95198942224669 ], [ -5.965261517504807, 55.952902618355473 ], [ -5.964412247445051, 55.952826567352496 ], [ -5.961392803652521, 55.954412119926644 ], [ -5.960973295472222, 55.954933716686405 ], [ -5.961543153076653, 55.955333535350164 ], [ -5.961149565698311, 55.955638471447067 ], [ -5.959196303380429, 55.956366799432509 ], [ -5.958203777824133, 55.956065998245322 ], [ -5.956538138268108, 55.956393845449213 ], [ -5.955875908795997, 55.956109383302248 ], [ -5.954336155852319, 55.956100421586356 ], [ -5.95024331298725, 55.955026855029764 ], [ -5.948632871353293, 55.955267391818126 ], [ -5.948386527138075, 55.954501922605971 ], [ -5.947536558899438, 55.954340346517192 ], [ -5.944511964036109, 55.954387882392936 ], [ -5.943105768018804, 55.954981507061987 ], [ -5.939873908012753, 55.954725321691292 ], [ -5.936086890372046, 55.956024558628613 ], [ -5.934700461380325, 55.957997825533873 ], [ -5.933813284165478, 55.958574742168537 ], [ -5.933275225381371, 55.958722334963255 ], [ -5.932316960415074, 55.95804703697214 ], [ -5.930113034071828, 55.959470838076584 ], [ -5.929913613613192, 55.959243398060977 ], [ -5.928533061577104, 55.959224530404249 ], [ -5.927060705269633, 55.959802090716735 ], [ -5.927136197620727, 55.959439976278112 ], [ -5.926381621373109, 55.959270713019023 ], [ -5.926472072589647, 55.958660824431163 ], [ -5.925699068673778, 55.959337452242508 ], [ -5.925516107775004, 55.959113976783904 ], [ -5.924087929921082, 55.959811491876309 ], [ -5.923453202668727, 55.959638388968266 ], [ -5.923391889380695, 55.958637666886453 ], [ -5.922655228165755, 55.958328424570958 ], [ -5.920684015838805, 55.958966771379814 ], [ -5.919738358410611, 55.958888985488407 ], [ -5.919353708156363, 55.958573007063052 ], [ -5.920197772083235, 55.956855511007006 ], [ -5.919177823158072, 55.956676673477325 ], [ -5.918267331081162, 55.955995253116491 ], [ -5.915914900991367, 55.956429840237192 ], [ -5.914999457346028, 55.956333072444494 ], [ -5.914684636952488, 55.956707287809252 ], [ -5.915263974624745, 55.956967626461406 ], [ -5.91503633919414, 55.957649312874082 ], [ -5.914126962132317, 55.957930033553552 ], [ -5.913827107453033, 55.958690451214544 ], [ -5.912872057182114, 55.959233399302327 ], [ -5.909672199775386, 55.960486149960687 ], [ -5.908106930366284, 55.960463928020189 ], [ -5.907294825051701, 55.960121020866239 ], [ -5.907345327734635, 55.959827159397683 ], [ -5.90623625137222, 55.959956790708567 ], [ -5.90326396792808, 55.962038451685345 ], [ -5.902383931849753, 55.962453039462368 ], [ -5.901779094952168, 55.962337329206662 ], [ -5.8989418029635, 55.963614264209582 ], [ -5.897903066980144, 55.965319775157404 ], [ -5.896454181375509, 55.965181309112097 ], [ -5.895588629508406, 55.965581898306759 ], [ -5.893877265305136, 55.965384266082118 ], [ -5.893572420898087, 55.964903819788461 ], [ -5.892873481040226, 55.964809027586803 ], [ -5.88671647892984, 55.969036745742137 ], [ -5.885919090417846, 55.969079908803664 ], [ -5.884968116994287, 55.968471465333941 ], [ -5.884755658093811, 55.967952112763356 ], [ -5.885658106487626, 55.967118799846787 ], [ -5.886286048420285, 55.965547773421136 ], [ -5.885406914774101, 55.965494598578964 ], [ -5.884633848620207, 55.965060386444293 ], [ -5.882714481917682, 55.967503952921021 ], [ -5.881403991294174, 55.968026383740181 ], [ -5.881717896538226, 55.968758360547 ], [ -5.88068648776864, 55.969905947554089 ], [ -5.880947113987472, 55.969146861180505 ], [ -5.879934779457932, 55.969925150001515 ], [ -5.879933453637976, 55.970311866494271 ], [ -5.88065634599704, 55.97032504625944 ], [ -5.880215831640776, 55.971049336870493 ], [ -5.878609209889416, 55.972138600774962 ], [ -5.878421962762047, 55.971870232047003 ], [ -5.877447499578531, 55.97206729348401 ], [ -5.876930771071217, 55.971791316741367 ], [ -5.876309133635711, 55.972229042997128 ], [ -5.875568510952469, 55.972279342265892 ], [ -5.874076694743416, 55.972034052251985 ], [ -5.873531813616219, 55.971556618553542 ], [ -5.873251534265326, 55.972361266742112 ], [ -5.871630698794801, 55.973711661851119 ], [ -5.867193491411971, 55.975204502628557 ], [ -5.865761673990222, 55.97620266953755 ], [ -5.865543286064505, 55.975782390119839 ], [ -5.866670394050533, 55.973098734362132 ], [ -5.866301245218011, 55.972934978813612 ], [ -5.865461357320276, 55.973838114093191 ], [ -5.863135041251511, 55.974068513229504 ], [ -5.859530502459549, 55.976838826431525 ], [ -5.856271498272568, 55.97656328781845 ], [ -5.8546481051799, 55.977895540831078 ], [ -5.854014915309121, 55.978140174877588 ], [ -5.852883250437263, 55.978049707868806 ], [ -5.8519766450791, 55.978689558183817 ], [ -5.849404197862992, 55.978545219583289 ], [ -5.848767187742035, 55.978187460922932 ], [ -5.847908057839727, 55.978902230217344 ], [ -5.848172903796381, 55.979307597134834 ], [ -5.849959372057886, 55.979692361558207 ], [ -5.851575811675656, 55.9791741967937 ], [ -5.853063797164847, 55.979460347306727 ], [ -5.852895778764665, 55.980108557035948 ], [ -5.85349990768381, 55.98029647062004 ], [ -5.851836812146616, 55.981796282353734 ], [ -5.852306055464837, 55.982240207331536 ], [ -5.853070771784218, 55.981946505327514 ], [ -5.852642888141671, 55.98256238215788 ], [ -5.854667422638735, 55.981712178531353 ], [ -5.854182887628848, 55.983530310058093 ], [ -5.854522638888756, 55.984284020262407 ], [ -5.855076592609811, 55.984370086512115 ], [ -5.854380846799891, 55.984953891464521 ], [ -5.853320940332873, 55.984861178456676 ], [ -5.852565503901636, 55.985168079059051 ], [ -5.85224918530548, 55.986018758576805 ], [ -5.853076838960815, 55.986195185094445 ], [ -5.853182282191868, 55.986529096789042 ], [ -5.851816670970266, 55.987313695569846 ], [ -5.851447361913507, 55.987954710918572 ], [ -5.851596384439442, 55.988404160457087 ], [ -5.852183639591905, 55.98834082568186 ], [ -5.852620945597664, 55.988704819096384 ], [ -5.852808259704675, 55.989296946167059 ], [ -5.853699916523078, 55.989390435937885 ], [ -5.854120573626905, 55.990150607463256 ], [ -5.854303345447712, 55.989650308406624 ], [ -5.854845262476296, 55.990339239147112 ], [ -5.856342644844537, 55.989186291224421 ], [ -5.857882698205517, 55.986773059668707 ], [ -5.8591445118099, 55.985753347821813 ], [ -5.859481638236884, 55.985032384544205 ], [ -5.859142491610719, 55.984687818869425 ], [ -5.859740715414448, 55.983850761460843 ], [ -5.860349516723967, 55.984245320348649 ], [ -5.862426455296429, 55.981671308404195 ], [ -5.8636630895586, 55.981205365068334 ], [ -5.863813554749958, 55.979901246171771 ], [ -5.866083131035691, 55.978296789241114 ], [ -5.866452939633069, 55.977583768961686 ], [ -5.869268590089286, 55.976070003488331 ], [ -5.870571975627852, 55.976033522537321 ], [ -5.871019990741247, 55.976424091934234 ], [ -5.87245787716332, 55.975407685886445 ], [ -5.874426423920366, 55.974887126795565 ], [ -5.876129232438611, 55.975076312173442 ], [ -5.876959799412186, 55.975603188533 ], [ -5.876737228397687, 55.976343080572185 ], [ -5.879901498431053, 55.973752479514445 ], [ -5.880941916322395, 55.971494051576776 ], [ -5.88251363085006, 55.969897783508038 ], [ -5.883387016399826, 55.969892711117801 ], [ -5.884715116095123, 55.969225824810387 ], [ -5.884690657140563, 55.969541332701624 ], [ -5.885315171387996, 55.969373244482298 ], [ -5.886810316618795, 55.969811630443807 ], [ -5.888979651780116, 55.9709750733779 ], [ -5.887985205893271, 55.972728547600582 ], [ -5.886576468487836, 55.972912421384621 ], [ -5.883361186711329, 55.974430215543293 ], [ -5.883228511367085, 55.97486603860996 ], [ -5.884116677066749, 55.975566403807044 ], [ -5.884970288100488, 55.975283180375797 ], [ -5.885986300541743, 55.975579333395643 ], [ -5.887266366273587, 55.974752074605234 ], [ -5.887056272771228, 55.975374692839502 ], [ -5.888453276320398, 55.974674119038177 ], [ -5.888221134201443, 55.975715585685919 ], [ -5.886504896693828, 55.976830896482006 ], [ -5.885185792254043, 55.980465021891206 ], [ -5.886414762641291, 55.980484678618197 ], [ -5.887592527107518, 55.97911660550848 ], [ -5.888557765740468, 55.978906268648238 ], [ -5.889513628699393, 55.978044266447021 ], [ -5.889990895714778, 55.978245004192814 ], [ -5.891316761938308, 55.977155474308169 ], [ -5.892528132672691, 55.976761970475863 ], [ -5.892423020145165, 55.977151971005945 ], [ -5.893052786167127, 55.97687576927288 ], [ -5.893344197769365, 55.977221755490554 ], [ -5.892865600808435, 55.978203583920909 ], [ -5.891188556160639, 55.979070427805453 ], [ -5.890108087323092, 55.980368019427473 ], [ -5.889269492553012, 55.980641810225634 ], [ -5.890120168207636, 55.981046568920384 ], [ -5.8905697115896, 55.982008044720267 ], [ -5.892314975223594, 55.981817986811862 ], [ -5.893560845174694, 55.982403564784775 ], [ -5.896872318477229, 55.978971559260856 ], [ -5.897317493044374, 55.977977283164854 ], [ -5.896812462102123, 55.977103014953748 ], [ -5.89559203466331, 55.977645224292061 ], [ -5.893659915859797, 55.976613768917723 ], [ -5.893632773896605, 55.975706386507639 ], [ -5.895180395247524, 55.974272578019935 ], [ -5.896584239394986, 55.974358535659292 ], [ -5.899560388123038, 55.976202169218887 ], [ -5.901672934225052, 55.97671524190747 ], [ -5.902746916287138, 55.976550803157394 ], [ -5.903573667616514, 55.974968880334323 ], [ -5.905924225310393, 55.973311626558548 ], [ -5.908634495650907, 55.974106859498377 ], [ -5.90787866800354, 55.974562500822053 ], [ -5.907063411799379, 55.976018195432282 ], [ -5.908175495685986, 55.975596211597612 ], [ -5.911110261094594, 55.972580413965453 ], [ -5.912165609649949, 55.972947043448634 ], [ -5.91301184023531, 55.974417405399535 ], [ -5.914272757126541, 55.974516698073849 ], [ -5.916545343689368, 55.973599103827581 ], [ -5.918520983334757, 55.971967016423712 ], [ -5.918701760365598, 55.971376742618844 ], [ -5.917716642018046, 55.971466555271533 ], [ -5.917851505260477, 55.970580988975385 ], [ -5.920970355405211, 55.969393565315038 ], [ -5.921947596616607, 55.967406536913458 ], [ -5.922486911130691, 55.967348882727826 ], [ -5.923011678886136, 55.966752133223963 ], [ -5.922436316935632, 55.966374797252918 ], [ -5.923172554426289, 55.965649906475903 ], [ -5.922915659225109, 55.965329865118569 ], [ -5.923800038170632, 55.964168602223673 ], [ -5.92368150938068, 55.96339452003572 ], [ -5.924612588263836, 55.96229920562461 ], [ -5.927153433554901, 55.962850331361999 ], [ -5.928612828860341, 55.961195867939161 ], [ -5.928294203810241, 55.962163755010934 ], [ -5.928853835899243, 55.962465128367619 ], [ -5.92993238007078, 55.960928919411373 ], [ -5.929168696170979, 55.962329178985321 ], [ -5.929503658209811, 55.963339148458104 ], [ -5.928511759651475, 55.964386983787428 ], [ -5.929071488380533, 55.964530982458712 ], [ -5.929801395579812, 55.963824236472433 ], [ -5.930699791895755, 55.964303629501337 ], [ -5.932338439588023, 55.963783662972226 ], [ -5.933736641932638, 55.962475509711062 ], [ -5.934918963207015, 55.962356776931436 ], [ -5.935780133957174, 55.963021673297078 ], [ -5.936750133131394, 55.96302212167911 ], [ -5.938442778794861, 55.96082770607353 ], [ -5.939349260576112, 55.960834662138005 ], [ -5.940409420689019, 55.960382560170089 ], [ -5.940785295921007, 55.961319252337852 ], [ -5.939041199341695, 55.961667353480145 ], [ -5.938680889517225, 55.962222943018546 ], [ -5.939329424206487, 55.962373045478216 ], [ -5.940174810720053, 55.96193681395372 ], [ -5.940977157974284, 55.962653018486691 ], [ -5.942370824923297, 55.963035532457774 ], [ -5.945108684145116, 55.962920815585719 ], [ -5.947604369295885, 55.963497252320607 ], [ -5.949261250058503, 55.963079886959825 ], [ -5.94972981201516, 55.962251007911483 ], [ -5.950340459513539, 55.962186443639226 ], [ -5.949955731906527, 55.96328691247799 ], [ -5.95110157310849, 55.964931768833445 ], [ -5.954607856143558, 55.966060145321919 ], [ -5.956049910777153, 55.967070445785325 ], [ -5.958932511711859, 55.9681333198033 ], [ -5.961408408995634, 55.968197534394619 ], [ -5.962685363432753, 55.967670815353983 ], [ -5.963537888700305, 55.966757573828652 ], [ -5.965334338693602, 55.966137655019075 ], [ -5.965923371144811, 55.964922633878068 ], [ -5.967535748156597, 55.9647762377855 ], [ -5.968637234507344, 55.965433166666465 ], [ -5.968272462727591, 55.966254280931068 ], [ -5.968956710642873, 55.966281675850468 ], [ -5.96961392156759, 55.965810838676319 ], [ -5.969706721716523, 55.96632493129713 ], [ -5.970665759497756, 55.966217553379295 ], [ -5.970626695487269, 55.966852806426978 ], [ -5.971140065719869, 55.966386601735863 ], [ -5.971033710034186, 55.968085177347817 ], [ -5.9713826136396, 55.967813127532565 ], [ -5.97135667368935, 55.96826360488712 ], [ -5.971656711838136, 55.967984138324709 ], [ -5.972130584343176, 55.968148700882345 ], [ -5.971842086682369, 55.969556393461978 ], [ -5.973430349865005, 55.970813580073383 ], [ -5.976548603381809, 55.971274919322966 ], [ -5.978280629494403, 55.970886210305402 ], [ -5.980161249170706, 55.969993568215365 ], [ -5.982169646833084, 55.970499645695462 ], [ -5.982851221187223, 55.970967700932995 ], [ -5.983648038541078, 55.970685615682875 ], [ -5.984668318811218, 55.970782983167155 ], [ -5.985056848296554, 55.971130117691686 ], [ -5.987634889595727, 55.971482768926435 ], [ -5.988334055691255, 55.971887275109367 ], [ -5.988510913762335, 55.972591980681514 ], [ -5.98903840496802, 55.972808699859151 ], [ -5.98954044710215, 55.972545122917232 ], [ -5.989034013157678, 55.973155067864944 ], [ -5.989374701288869, 55.97373755511024 ], [ -5.990309799672636, 55.973941056536084 ], [ -5.989993408230014, 55.974216603762841 ], [ -5.991474346113205, 55.974658697353185 ], [ -5.992413246556109, 55.974043707321627 ], [ -5.992252016503719, 55.974579517529904 ], [ -5.992834902714162, 55.974322297733785 ], [ -5.992512382633376, 55.975160105968733 ], [ -5.99441532613049, 55.975727865233154 ], [ -5.997431746388376, 55.975584969498307 ], [ -5.999193286516176, 55.974938708984617 ], [ -5.999384987714791, 55.974698664079554 ], [ -5.997992677513367, 55.974339217915436 ], [ -5.998318413430041, 55.973766579453596 ], [ -5.999442355230369, 55.973779522475716 ], [ -6.000071029760884, 55.974276184551471 ], [ -6.000853190877123, 55.973077185061769 ], [ -6.001413312586688, 55.974151616033538 ], [ -6.002545117996968, 55.973620203022563 ], [ -6.002706708369849, 55.974019629690474 ], [ -6.003461533683897, 55.974107490530997 ], [ -6.00378497826521, 55.973435988353884 ], [ -6.004839335375619, 55.973783884274717 ], [ -6.005675567463208, 55.972798922393991 ], [ -6.006381751597427, 55.973036731717144 ], [ -6.006061791209214, 55.974283676593274 ], [ -6.0066221915089, 55.974584684236554 ], [ -6.006007134546763, 55.974375385049491 ], [ -6.005401396870492, 55.974565965471051 ], [ -6.004850765781169, 55.975676525802101 ], [ -6.004018304394172, 55.975613680926429 ], [ -6.004407518799413, 55.975965232254936 ], [ -6.003921193117367, 55.976457679376978 ], [ -6.003107834558583, 55.97650212178965 ], [ -6.003118979795134, 55.976919930518768 ], [ -6.00243232315994, 55.976793878202031 ], [ -6.002982997903612, 55.977000793027187 ], [ -6.003071415437091, 55.977622925946989 ], [ -6.002008645336282, 55.977814862402013 ], [ -6.001707716213737, 55.97816188123651 ], [ -6.002273140251507, 55.978898902511816 ], [ -6.000037341935253, 55.979691015180158 ], [ -5.99939394145838, 55.980449341282821 ], [ -5.999579440333786, 55.980893858775083 ], [ -5.999156660755849, 55.980776299117444 ], [ -5.998923802084206, 55.981642687269328 ], [ -5.997879965724325, 55.982562395726802 ], [ -6.00006996924615, 55.982954382426186 ], [ -5.999878463236188, 55.983351797185087 ], [ -6.000265523930006, 55.982983999083665 ], [ -6.000624545379676, 55.983430969685244 ], [ -6.001146450508275, 55.983126232927674 ], [ -6.000984846510176, 55.98365757134917 ], [ -6.001431571522668, 55.98363405744221 ], [ -6.001465645103129, 55.984118567328437 ], [ -6.001917111790693, 55.983753166684266 ], [ -6.001836382489493, 55.984290869919818 ], [ -6.002192399448643, 55.984243323520026 ], [ -6.002355426665983, 55.984656193679406 ], [ -6.001535177016855, 55.984790775792931 ], [ -6.001257832336774, 55.985366344953952 ], [ -6.002099197325895, 55.985590795178524 ], [ -6.002086356112281, 55.9860093833707 ], [ -6.002527284836966, 55.985464465031029 ], [ -6.002434265602644, 55.985728284225623 ], [ -6.002798400074777, 55.985604032529395 ], [ -6.001316027141143, 55.986704397645369 ], [ -6.002037856363615, 55.987013670471079 ], [ -6.001610371013259, 55.98830905792785 ], [ -6.000674992744961, 55.9889599711004 ], [ -6.000261111750281, 55.988681151443352 ], [ -5.999837382564177, 55.989005175239505 ], [ -5.999620827222807, 55.988850339014867 ], [ -5.999099053565945, 55.98962269426567 ], [ -5.999504483390974, 55.989587040746414 ], [ -5.99913702595924, 55.990920935158705 ], [ -5.998863223596015, 55.990678028142504 ], [ -5.998461713231401, 55.990906899368213 ], [ -5.998430155886187, 55.991843185835634 ], [ -5.997379016756129, 55.992151604561755 ], [ -5.997277710075323, 55.992568567080966 ], [ -5.99696358772507, 55.992246028996455 ], [ -5.996444553622696, 55.992424751335456 ], [ -5.99631285938712, 55.993013564200304 ], [ -5.995868031683779, 55.992668287549364 ], [ -5.995676528636048, 55.993299508767137 ], [ -5.994994819184005, 55.993146271139551 ], [ -5.994553827158866, 55.993614721238949 ], [ -5.993839748756516, 55.993691845851615 ], [ -5.99392192560311, 55.994332170753843 ], [ -5.993304787039716, 55.994648954764671 ], [ -5.99305674234363, 55.995587762543288 ], [ -5.992331851868282, 55.995638249747522 ], [ -5.993125082271785, 55.995783389246625 ], [ -5.992566926335069, 55.995972355744819 ], [ -5.993046581596757, 55.996033239328355 ], [ -5.992241405041456, 55.997093531147137 ], [ -5.992968656696315, 55.997609519325572 ], [ -5.991802785200297, 55.998052004156904 ], [ -5.992152472981279, 55.998485812990609 ], [ -5.991386219761242, 55.998757959974327 ], [ -5.990463626637512, 55.99992546232896 ], [ -5.989579168062584, 55.999985599766731 ], [ -5.988846496878426, 56.001439201962164 ], [ -5.988186625849919, 56.001109856575653 ], [ -5.986946304465032, 56.001532221767867 ], [ -5.986483975951594, 56.002495936347628 ], [ -5.985660295914125, 56.003224043015848 ], [ -5.984733479960305, 56.00349684678887 ], [ -5.984820733859192, 56.00387621847225 ], [ -5.983299000099795, 56.004761789152326 ], [ -5.982289425964013, 56.00594552569688 ], [ -5.98116901669504, 56.006287511506621 ], [ -5.981120096102399, 56.006046287137913 ], [ -5.980714633633028, 56.006473065129505 ], [ -5.980471287227417, 56.006292082687118 ], [ -5.979877074908215, 56.006756433925155 ], [ -5.979870462333172, 56.006536323780054 ], [ -5.979299473620789, 56.006680676713273 ], [ -5.978524947889033, 56.007420632089499 ], [ -5.978462811905064, 56.007206812352969 ], [ -5.97745339412498, 56.007536184145337 ], [ -5.976155642284747, 56.009821797944895 ], [ -5.976164931769739, 56.010770237655748 ], [ -5.976767068661121, 56.010615901913702 ], [ -5.975741173224464, 56.011566292399493 ], [ -5.976290370272612, 56.011755394526602 ], [ -5.974549271126195, 56.013322389133556 ], [ -5.974048946933294, 56.013374506983965 ], [ -5.974062678113572, 56.013117769581456 ], [ -5.970720464482573, 56.014493559825645 ], [ -5.969678276555352, 56.014428238092258 ], [ -5.969023094637712, 56.014692160252153 ], [ -5.968201872977454, 56.014511791174215 ], [ -5.967259682659254, 56.014951317365643 ], [ -5.965399865271211, 56.01497524523738 ], [ -5.964667672309298, 56.015349536074353 ], [ -5.964750901896611, 56.016160699775874 ], [ -5.963801728451946, 56.016924161369239 ], [ -5.964081842604013, 56.018246070676234 ], [ -5.964944246455763, 56.019140065320691 ], [ -5.965522288364596, 56.019296813154902 ], [ -5.96627266873413, 56.01902085301468 ], [ -5.965407154111535, 56.019817602878504 ], [ -5.965585404817747, 56.020068156743307 ], [ -5.9660630057816, 56.019715549893753 ], [ -5.965771576286458, 56.020552266645204 ], [ -5.96461288674691, 56.020917805598216 ], [ -5.96388295384683, 56.022645423122377 ], [ -5.96415990271674, 56.023153591862261 ], [ -5.964499125890718, 56.02301677505568 ], [ -5.964463256442038, 56.023449580908647 ], [ -5.962860503555317, 56.025591968597709 ], [ -5.96421353746403, 56.027275033455112 ], [ -5.962795187939784, 56.028633611160501 ], [ -5.961652237168911, 56.028998610866324 ], [ -5.96181634064629, 56.029267610757614 ], [ -5.96118632693985, 56.029701537581275 ], [ -5.960194059763518, 56.029657005041244 ], [ -5.959748183468498, 56.030242376340034 ], [ -5.958250618080053, 56.03043888791732 ], [ -5.957616089194181, 56.031691276236174 ], [ -5.955995299710654, 56.032174987898941 ], [ -5.955762954613275, 56.032807441509945 ], [ -5.956454409183372, 56.033050519639275 ], [ -5.956044329323448, 56.03359425883054 ], [ -5.955528106739329, 56.033493931022775 ], [ -5.955453402913504, 56.034332649933113 ], [ -5.954270189490777, 56.034698869483982 ], [ -5.953889839400865, 56.035376536495733 ], [ -5.951405762678005, 56.036216121499557 ], [ -5.950039928886341, 56.037545874962746 ], [ -5.948217986473145, 56.038107868717162 ], [ -5.947590560733366, 56.03802006347113 ], [ -5.947328936939537, 56.038289233532389 ], [ -5.947750081417512, 56.038559007366985 ], [ -5.947088169565483, 56.038841003281505 ], [ -5.946396839481268, 56.038206687608621 ], [ -5.944878522041058, 56.03828229373795 ], [ -5.93992683731527, 56.041232963134945 ], [ -5.936284769971783, 56.042302597878653 ], [ -5.933802940165226, 56.043802696340443 ], [ -5.933511524987163, 56.043623156080024 ], [ -5.932173398749804, 56.043971618426774 ], [ -5.930667561752013, 56.045197696677072 ], [ -5.929487720262668, 56.045365723381394 ], [ -5.927802692363624, 56.046332197936593 ], [ -5.927110858795891, 56.046322776822556 ], [ -5.926677005067331, 56.047190897785043 ], [ -5.925658665817831, 56.047209858407527 ], [ -5.924782643721981, 56.047759334305724 ], [ -5.922851278797681, 56.047569048628716 ], [ -5.92081406391302, 56.048155459570346 ], [ -5.919704690797476, 56.048069356785199 ], [ -5.91643695333654, 56.049355783035281 ], [ -5.915171876844018, 56.050110891640315 ], [ -5.914588524105848, 56.051329925974805 ], [ -5.913520885860747, 56.05165609548893 ], [ -5.912445050345085, 56.0525355544682 ], [ -5.911044904335772, 56.052831792278461 ], [ -5.91050695549553, 56.053707648245165 ], [ -5.90502179150222, 56.055401322444389 ], [ -5.904008381849763, 56.05650353555955 ], [ -5.904085171537266, 56.057103597823037 ], [ -5.904560931195452, 56.05711999806703 ], [ -5.90395399741101, 56.057395512245506 ], [ -5.904915981383677, 56.058007994473897 ], [ -5.904421323866229, 56.058122584875207 ], [ -5.904724966947072, 56.058423204167568 ], [ -5.903670518981313, 56.059756020678165 ], [ -5.903816980810505, 56.060012162554024 ], [ -5.904493029253151, 56.059783918651902 ], [ -5.905280278618108, 56.059066553891199 ], [ -5.905609171548771, 56.059298927560121 ], [ -5.905220180697346, 56.059981193602319 ], [ -5.904092528539249, 56.060511507635965 ], [ -5.903528775755092, 56.06129372454658 ], [ -5.902541634321208, 56.061307002781724 ], [ -5.902089992406423, 56.062085662145847 ], [ -5.898867118043096, 56.064071579051713 ], [ -5.897950334563972, 56.064145540419716 ], [ -5.896738861186978, 56.064723396198744 ], [ -5.896433416593921, 56.064404829693935 ], [ -5.895046202566699, 56.06451612211557 ], [ -5.894963459140445, 56.064810990749834 ], [ -5.895498561468092, 56.064857025644024 ], [ -5.894110665158401, 56.065917028624973 ], [ -5.89479683223384, 56.065787437785104 ], [ -5.892971709938331, 56.066816280785261 ], [ -5.891779462950127, 56.067267583921691 ], [ -5.89029141377069, 56.067017812483385 ], [ -5.889496617542158, 56.067744303782028 ], [ -5.888191223350603, 56.068190149078241 ], [ -5.887528216151758, 56.068071680816054 ], [ -5.887582799763704, 56.067656309347711 ], [ -5.887014476651193, 56.067440431912956 ], [ -5.885762311061032, 56.067457434394761 ], [ -5.882918808055729, 56.069152186381835 ], [ -5.880115842743407, 56.069334876253762 ], [ -5.879355459874808, 56.070006260337287 ], [ -5.879196269116078, 56.070501353739182 ], [ -5.879519839227538, 56.070441711901225 ], [ -5.877481840421816, 56.071198251266253 ], [ -5.87748073075266, 56.071746819157795 ], [ -5.876544474603604, 56.072108984623924 ], [ -5.876216606627146, 56.071566266781986 ], [ -5.876149281950251, 56.071856138786153 ], [ -5.874913908571414, 56.072281651451583 ], [ -5.875226900525417, 56.07267646669402 ], [ -5.874246225908884, 56.073557069298296 ], [ -5.872787025300812, 56.073755793616712 ], [ -5.872538595880746, 56.074163757004875 ], [ -5.873288738489134, 56.074508873252448 ], [ -5.87201697721686, 56.074333012711556 ], [ -5.871689108949882, 56.07499075820332 ], [ -5.870665099902892, 56.075441059727268 ], [ -5.869677490370126, 56.075373151858784 ], [ -5.869718342797768, 56.075700088687185 ], [ -5.868856867304234, 56.075767595131424 ], [ -5.868325429284789, 56.076400246333989 ], [ -5.867727428142609, 56.076369553161776 ], [ -5.866463286787009, 56.07723200570733 ], [ -5.865722736505326, 56.077142827613521 ], [ -5.865690004963395, 56.076896566022526 ], [ -5.864348528439589, 56.076988084224794 ], [ -5.863927264242102, 56.077437415316886 ], [ -5.864233971594474, 56.077850438668804 ], [ -5.862812620282391, 56.078830182849018 ], [ -5.861547492707423, 56.078721446784847 ], [ -5.861693288719193, 56.078411142303217 ], [ -5.861045188101138, 56.078683226775432 ], [ -5.860165613400348, 56.078490462066526 ], [ -5.859957032376085, 56.07881621885889 ], [ -5.858244275493758, 56.079135108332906 ], [ -5.858257851565331, 56.079431428028329 ], [ -5.857499003185395, 56.079320292133538 ], [ -5.857484332888972, 56.079977185963834 ], [ -5.857057404100559, 56.080129924331935 ], [ -5.856797163049389, 56.07985930653706 ], [ -5.8562990487545, 56.080104191840491 ], [ -5.856620326874931, 56.080422358568491 ], [ -5.854984722195725, 56.08175491108949 ], [ -5.854126808868623, 56.08137708428589 ], [ -5.853633935024106, 56.081513887430361 ], [ -5.853704429546274, 56.081012614441669 ], [ -5.852784807009112, 56.080901978794522 ], [ -5.852106871613937, 56.081359287569619 ], [ -5.851266816473031, 56.080998867904484 ], [ -5.850774244161992, 56.081702160514254 ], [ -5.849925409130702, 56.08157580390445 ], [ -5.849113033565167, 56.082217138157525 ], [ -5.849824075726134, 56.082815399273514 ], [ -5.84939322070555, 56.083251487567409 ], [ -5.848705159441247, 56.083205528024436 ], [ -5.848534943713921, 56.083916730901748 ], [ -5.848132353510352, 56.083911313357149 ], [ -5.848286175218728, 56.083357986708542 ], [ -5.847791685306351, 56.082995748139567 ], [ -5.847021077679678, 56.083572818285198 ], [ -5.846982570449745, 56.083106424847976 ], [ -5.845082714295314, 56.082922904596359 ], [ -5.844100256603747, 56.083956172983399 ], [ -5.844058719452118, 56.08482971149536 ], [ -5.844572174047067, 56.084737267244691 ], [ -5.843399801562096, 56.08539877870362 ], [ -5.842832035713829, 56.085591824866647 ], [ -5.843741827778683, 56.0841516885693 ], [ -5.842946584913287, 56.084563144173373 ], [ -5.841904479216498, 56.084595623199604 ], [ -5.839824281393961, 56.086395920788398 ], [ -5.839285403255796, 56.086475648086456 ], [ -5.839304947529695, 56.086268219351275 ], [ -5.838897519100969, 56.086618112887741 ], [ -5.837886526991967, 56.086640595931755 ], [ -5.838010095754997, 56.087558447075381 ], [ -5.838709424446879, 56.087878378016704 ], [ -5.837300888351992, 56.088996788981589 ], [ -5.836026198867711, 56.089279243031541 ], [ -5.836049749451558, 56.088950296329479 ], [ -5.835558484306012, 56.089024029088812 ], [ -5.835751736614724, 56.088703291372667 ], [ -5.835138468108792, 56.089005622044112 ], [ -5.834710391469287, 56.088663746554928 ], [ -5.834786648229792, 56.089349274938527 ], [ -5.83369177052732, 56.088690927547177 ], [ -5.833013434340607, 56.088743490286788 ], [ -5.833524378300501, 56.089433488915233 ], [ -5.832962327301534, 56.090008476369889 ], [ -5.832962721920815, 56.089446454661598 ], [ -5.832163654643065, 56.089336410906611 ], [ -5.83176547873768, 56.089618550412077 ], [ -5.831548093233533, 56.08913073806157 ], [ -5.830257307324277, 56.088766197672548 ], [ -5.829060513476154, 56.089266466295598 ], [ -5.829026665908943, 56.089006745518212 ], [ -5.828558097294498, 56.089228115460003 ], [ -5.828127849242978, 56.088863805144499 ], [ -5.827520745020556, 56.089309779495942 ], [ -5.826482090891974, 56.088892412142286 ], [ -5.824927594635627, 56.089273354687442 ], [ -5.82473476371432, 56.089032053327678 ], [ -5.82412274686255, 56.089266847868728 ], [ -5.822934886177669, 56.089047409333801 ], [ -5.822458175123783, 56.089754581834931 ], [ -5.821390107941363, 56.089607847302133 ], [ -5.82099494210709, 56.090002258582793 ], [ -5.821755523572806, 56.090940841147145 ], [ -5.821774351029871, 56.092590308821279 ], [ -5.822501282519044, 56.092783585869078 ], [ -5.822557711700322, 56.093595622163562 ], [ -5.823099408043442, 56.093461930372939 ], [ -5.823397824087523, 56.093713448637949 ], [ -5.822981265402035, 56.094054576472672 ], [ -5.823351739390712, 56.095032221589683 ], [ -5.822689284959171, 56.095246090746166 ], [ -5.823262125807305, 56.095507085864426 ], [ -5.822990773718861, 56.095852703095765 ], [ -5.823309755690918, 56.095743899901606 ], [ -5.822626249309845, 56.096556396186827 ], [ -5.821876890638677, 56.096786442601982 ], [ -5.821923594303316, 56.097176151455862 ], [ -5.82020931568934, 56.097571871218435 ], [ -5.820341829906475, 56.098259257867312 ], [ -5.819377497447364, 56.099242291567577 ], [ -5.818434843832534, 56.09898373775804 ], [ -5.819037866789016, 56.099792335644189 ], [ -5.817944726246805, 56.100693921012081 ], [ -5.817037602546283, 56.100713010517033 ], [ -5.817098551904605, 56.101003366497487 ], [ -5.816752861466854, 56.100843216835734 ], [ -5.816593903887329, 56.101918193672304 ], [ -5.815184796570626, 56.101417775628512 ], [ -5.813947884307043, 56.10159990961855 ], [ -5.814361495997455, 56.101227434236272 ], [ -5.813777277207964, 56.101501777205151 ], [ -5.813963606468784, 56.101271212962502 ], [ -5.813201745432117, 56.101213844709925 ], [ -5.811414226677875, 56.10314844421341 ], [ -5.810776779928291, 56.102803965523421 ], [ -5.809953998679063, 56.10335092651448 ], [ -5.80939543467928, 56.102990515716115 ], [ -5.808847942328998, 56.103636869556468 ], [ -5.807767215940944, 56.104016436702146 ], [ -5.808101725568466, 56.10341263316964 ], [ -5.807698089617437, 56.103317191974902 ], [ -5.806075951969271, 56.103753923683513 ], [ -5.806359263205301, 56.103120233275078 ], [ -5.80575005909337, 56.103305387518461 ], [ -5.805858697710831, 56.102695072674777 ], [ -5.805163039629228, 56.103633726605196 ], [ -5.804286250717253, 56.10347194440569 ], [ -5.803108738671942, 56.103930887777317 ], [ -5.803136125181577, 56.104289724054581 ], [ -5.804568996574886, 56.105194186977045 ], [ -5.803752873792292, 56.105565554225073 ], [ -5.804170691939669, 56.105804443473922 ], [ -5.804160331956862, 56.106676989286058 ], [ -5.803380845582607, 56.106849398916694 ], [ -5.803855605468462, 56.1072573817574 ], [ -5.803284164112743, 56.107499805826109 ], [ -5.803907978812225, 56.108276360771782 ], [ -5.804535918861573, 56.10819854351692 ], [ -5.804719074443593, 56.108912255265196 ], [ -5.803492356786609, 56.1100965746976 ], [ -5.803514756748998, 56.109916043559096 ], [ -5.802822115001008, 56.110072282197073 ], [ -5.802886948507824, 56.109751066613768 ], [ -5.802037741744441, 56.110114448519802 ], [ -5.800480757828118, 56.111785492467504 ], [ -5.799602551180376, 56.112100293951322 ], [ -5.799687379115608, 56.111899856679052 ], [ -5.799032524024947, 56.112113357004866 ], [ -5.799231558964248, 56.111765530294427 ], [ -5.798290553472255, 56.112014816685495 ], [ -5.797112249796226, 56.113040216485032 ], [ -5.795699328813034, 56.11315564176963 ], [ -5.794994757770696, 56.113599945329092 ], [ -5.794893447228713, 56.112735336270717 ], [ -5.794239947418188, 56.112881328876782 ], [ -5.793930450462535, 56.112598610048821 ], [ -5.793588870400053, 56.112806940004376 ], [ -5.79346661861937, 56.112464508980629 ], [ -5.791998796187444, 56.112675996226287 ], [ -5.791355178165934, 56.11226866356327 ], [ -5.791716077362292, 56.111439300114441 ], [ -5.790556576167503, 56.110858990836036 ], [ -5.79044871628306, 56.109518006793223 ], [ -5.789674027744145, 56.108350377600232 ], [ -5.787646476964792, 56.107859656370508 ], [ -5.785218478839682, 56.108451235226802 ], [ -5.783871278223171, 56.109643542997752 ], [ -5.78301327309588, 56.109755286467156 ], [ -5.783264395312598, 56.111082886377261 ], [ -5.78187081814441, 56.111804515575251 ], [ -5.781035870979411, 56.113053016063716 ], [ -5.781102877824667, 56.113653421022306 ], [ -5.781839557402184, 56.11369827528852 ], [ -5.781472314445097, 56.114055724003997 ], [ -5.782175149205093, 56.114083630146197 ], [ -5.782279015281283, 56.114813287485035 ], [ -5.781779805481639, 56.115269198766939 ], [ -5.779814716867461, 56.114794413232588 ], [ -5.778992866929962, 56.116505579617076 ], [ -5.77953778441857, 56.116318037503383 ], [ -5.779457462975316, 56.116811457297914 ], [ -5.778636466139063, 56.117056012864495 ], [ -5.778759099439505, 56.116665603801799 ], [ -5.778020975498388, 56.117344623316185 ], [ -5.777007145678812, 56.117510549741503 ], [ -5.776651574821293, 56.11741353398083 ], [ -5.777013840943319, 56.117168652270799 ], [ -5.775642135579877, 56.11729606972181 ], [ -5.774897239099636, 56.11798876449884 ], [ -5.775456495402252, 56.117126409794729 ], [ -5.774487963364234, 56.116769398903067 ], [ -5.772816055898392, 56.117364557191131 ], [ -5.77162584421298, 56.118030387331594 ], [ -5.771460066284809, 56.119213392866278 ], [ -5.769824421081816, 56.119605081939334 ], [ -5.769939537246797, 56.120123092707686 ], [ -5.770290970091214, 56.120013441229823 ], [ -5.77004951061204, 56.120506382418938 ], [ -5.771250925787549, 56.120775382589727 ], [ -5.770585811668896, 56.121380186675019 ], [ -5.769064109286456, 56.122114568112252 ], [ -5.768980648784747, 56.121015613803259 ], [ -5.768404329493026, 56.120965781889964 ], [ -5.767192032789536, 56.1222301994666 ], [ -5.766060106521795, 56.122260265355557 ], [ -5.76545412877185, 56.122894705979839 ], [ -5.763693002371299, 56.122746133033324 ], [ -5.763714512914922, 56.123213052950206 ], [ -5.762720319589541, 56.123499648908016 ], [ -5.762282262172642, 56.123135352011978 ], [ -5.761911126614681, 56.123785091131232 ], [ -5.760138636401997, 56.124756296919976 ], [ -5.760498281848904, 56.124070946765301 ], [ -5.759616846919482, 56.124853126338039 ], [ -5.75944654547103, 56.124098506444049 ], [ -5.760732680471647, 56.122598131779412 ], [ -5.760414728249749, 56.122144744690893 ], [ -5.758388689133731, 56.122085098397939 ], [ -5.757689640063576, 56.122839228033882 ], [ -5.757508877706473, 56.122224298060274 ], [ -5.756821667622807, 56.12211035087698 ], [ -5.75596663032203, 56.122585978202331 ], [ -5.756306694393592, 56.123348920457865 ], [ -5.754290314329481, 56.123801445031091 ], [ -5.754033324372836, 56.124137466761255 ], [ -5.754736897269304, 56.124336354152597 ], [ -5.755249709207331, 56.125219926630216 ], [ -5.756202521252799, 56.125662989947969 ], [ -5.754712993360037, 56.127061600845188 ], [ -5.75430604240838, 56.126768264060651 ], [ -5.753486222962296, 56.128101517450865 ], [ -5.75214419761635, 56.128537979442612 ], [ -5.751460544862554, 56.128378933629065 ], [ -5.751520151417719, 56.127999465610415 ], [ -5.751023408565067, 56.128023561515768 ], [ -5.749301389453012, 56.128939117906683 ], [ -5.749349159982047, 56.129346792534882 ], [ -5.748435074148707, 56.128061767621098 ], [ -5.74769115891323, 56.129019513287354 ], [ -5.747207031953914, 56.128759969234672 ], [ -5.746777807436784, 56.128898890191394 ], [ -5.746908020934565, 56.129740162830252 ], [ -5.745545172489273, 56.129633180810487 ], [ -5.745407511461344, 56.130203841655053 ], [ -5.746387740019038, 56.130763041607764 ], [ -5.746442485406747, 56.131656060885192 ], [ -5.747968194532712, 56.131533292433474 ], [ -5.748211054616923, 56.132042942070356 ], [ -5.747845073941209, 56.13241822698177 ], [ -5.747566547400373, 56.132120966847616 ], [ -5.74732099479093, 56.13290621388569 ], [ -5.748847927489413, 56.133952329966789 ], [ -5.749259170881397, 56.134785061737325 ], [ -5.748458375487312, 56.13516007229714 ], [ -5.749023636169598, 56.135259791376974 ], [ -5.747969845832333, 56.135674406260797 ], [ -5.748045551676741, 56.135963889778765 ], [ -5.746718264727565, 56.135720061046527 ], [ -5.746171871939079, 56.136483867652046 ], [ -5.745038192924695, 56.136500298671486 ], [ -5.746216149721549, 56.137269303174669 ], [ -5.745969650838339, 56.137631961765628 ], [ -5.745336220067254, 56.137907455769145 ], [ -5.74488384377599, 56.137561515686741 ], [ -5.744767268951289, 56.138266411231903 ], [ -5.742793635150586, 56.1379261599592 ], [ -5.741755017668628, 56.138092536274435 ], [ -5.74123248939637, 56.138018463097389 ], [ -5.74132947788635, 56.137525471965802 ], [ -5.740716683610879, 56.137930696317149 ], [ -5.741069016643819, 56.137331054862756 ], [ -5.739629065833185, 56.137675928121702 ], [ -5.735978965078408, 56.136819888188512 ], [ -5.735422514577549, 56.137142453956685 ], [ -5.735518563668521, 56.137634091196013 ], [ -5.737961110653555, 56.138823460086606 ], [ -5.737175608169085, 56.139440707453133 ], [ -5.737460701895855, 56.139971576557684 ], [ -5.73695829932973, 56.140436379250183 ], [ -5.738488872325406, 56.14069124020417 ], [ -5.738476487368481, 56.141226623727007 ], [ -5.737389398327203, 56.141475355492219 ], [ -5.735489467835975, 56.141231662341312 ], [ -5.733625239910165, 56.141355520442247 ], [ -5.73051765003992, 56.141944051367631 ], [ -5.728123386618249, 56.141584808929991 ], [ -5.727717731656039, 56.140805794931019 ], [ -5.725369109501825, 56.139752761955421 ], [ -5.725547453871471, 56.139099976024681 ], [ -5.724359213381211, 56.138636807687817 ], [ -5.724068885541632, 56.137966698277012 ], [ -5.722244054143731, 56.137913859598243 ], [ -5.721914657967666, 56.138171066777595 ], [ -5.722250928754591, 56.139316353510928 ], [ -5.718118655258163, 56.13996694810119 ], [ -5.717806111358876, 56.140398973011891 ], [ -5.719792131191182, 56.14186770310976 ], [ -5.720964847452819, 56.141670496662698 ], [ -5.722024249914398, 56.141966742851963 ], [ -5.721738435297074, 56.142258601008749 ], [ -5.722879011916231, 56.14289407557645 ], [ -5.723135280598384, 56.143960849005758 ], [ -5.724056738875142, 56.14432867834077 ], [ -5.724158957316326, 56.14463580642029 ], [ -5.723186041206549, 56.145150714257056 ], [ -5.72438076387558, 56.145429371710307 ], [ -5.72424252727181, 56.146247290361053 ], [ -5.722668605905481, 56.146793816807005 ], [ -5.722488875253008, 56.147599496869212 ], [ -5.721826058392367, 56.147241838213347 ], [ -5.721806501641208, 56.14770549879912 ], [ -5.721403475863493, 56.147452398597402 ], [ -5.721200058227412, 56.148263286342193 ], [ -5.720215317479592, 56.148490791844857 ], [ -5.719907793163486, 56.148225816215628 ], [ -5.718085487088659, 56.148370648225537 ], [ -5.717674066580652, 56.147780602205536 ], [ -5.716684348744208, 56.147873354621417 ], [ -5.715964098691871, 56.14842105503763 ], [ -5.713656611752753, 56.148796228383382 ], [ -5.712323652860633, 56.148337296596019 ], [ -5.710459007663634, 56.149045265175332 ], [ -5.710975332632292, 56.149137640012015 ], [ -5.710829124365547, 56.149542163508272 ], [ -5.709510258582682, 56.149730174081249 ], [ -5.707468322639222, 56.149018254179538 ], [ -5.704130752873134, 56.148650910360587 ] ] ], [ [ [ -5.565541851126533, 56.159134044310512 ], [ -5.565221652901939, 56.158235195407244 ], [ -5.564040510180635, 56.158354718242073 ], [ -5.563143740318108, 56.158065919759061 ], [ -5.562871148213199, 56.156949906243362 ], [ -5.563725902647336, 56.155742908352678 ], [ -5.564643550860975, 56.15643120113802 ], [ -5.565257677715887, 56.155757117384965 ], [ -5.565829455393011, 56.155929413721594 ], [ -5.5653553832564, 56.156810745202222 ], [ -5.566808135136938, 56.157101445661596 ], [ -5.565454892164594, 56.157796887863725 ], [ -5.566500968711637, 56.157784650846317 ], [ -5.566739562793133, 56.158533006651709 ], [ -5.565541851126533, 56.159134044310512 ] ] ], [ [ [ -5.602031625414606, 56.160511273902699 ], [ -5.6027658692265, 56.157342926457851 ], [ -5.605137539356213, 56.157894075053463 ], [ -5.605369012225058, 56.15752766596195 ], [ -5.605570756650884, 56.158218592155173 ], [ -5.605121244969719, 56.158321633429615 ], [ -5.605372678314112, 56.158597513007336 ], [ -5.604608816873403, 56.159042408024284 ], [ -5.604512550807602, 56.159562213472078 ], [ -5.603290445643535, 56.159759734874712 ], [ -5.604031582144274, 56.159931409543915 ], [ -5.603023712597724, 56.160351948635565 ], [ -5.602501276296817, 56.160021035193935 ], [ -5.602031625414606, 56.160511273902699 ] ] ], [ [ [ -5.551094575663433, 56.163056982443457 ], [ -5.551026978099407, 56.162586899172226 ], [ -5.551994664221958, 56.162509609651686 ], [ -5.552154684348556, 56.161974535858405 ], [ -5.553715755840323, 56.161605931022059 ], [ -5.555207288665997, 56.1603986481392 ], [ -5.556244317737749, 56.160287858592042 ], [ -5.558981707911704, 56.156702464872872 ], [ -5.560488395983358, 56.155575594319885 ], [ -5.560437770761982, 56.156507627706212 ], [ -5.561412720373078, 56.157293192579672 ], [ -5.559423672490873, 56.159823098599745 ], [ -5.559387697135631, 56.160826636542019 ], [ -5.558189771825105, 56.162506529587773 ], [ -5.557179659356665, 56.162908767386384 ], [ -5.555774964577584, 56.162616567145868 ], [ -5.554712522320934, 56.162714596938628 ], [ -5.551667241119508, 56.163674374274549 ], [ -5.551008097089952, 56.163603425667361 ], [ -5.551094575663433, 56.163056982443457 ] ] ], [ [ [ -6.63310294739447, 56.128493009789885 ], [ -6.635700297944862, 56.127872721163378 ], [ -6.637191001716597, 56.128413969888641 ], [ -6.636622656847744, 56.129244057903527 ], [ -6.634059659705879, 56.129775815135623 ], [ -6.632705051870176, 56.129254602033747 ], [ -6.63310294739447, 56.128493009789885 ] ] ], [ [ [ -6.634219514115434, 56.130367118213243 ], [ -6.636701724144359, 56.130273787476803 ], [ -6.637583858688987, 56.130936872650736 ], [ -6.636786746305581, 56.131713495750937 ], [ -6.634113049820135, 56.132063203803696 ], [ -6.632958596544794, 56.131733272225894 ], [ -6.632916957611486, 56.131013385483804 ], [ -6.634219514115434, 56.130367118213243 ] ] ], [ [ [ -5.528541531695521, 56.166711115282446 ], [ -5.528247526249785, 56.166404835651825 ], [ -5.527212300013387, 56.166537811600868 ], [ -5.530500186115817, 56.164614180564307 ], [ -5.530221250741318, 56.163857928332412 ], [ -5.531007937131684, 56.163125146965669 ], [ -5.53508624511964, 56.16077867753225 ], [ -5.536333988122381, 56.159367325227905 ], [ -5.537750037045526, 56.158647934627275 ], [ -5.540584361870954, 56.155748005336626 ], [ -5.540880154799848, 56.154674090526591 ], [ -5.540236358564552, 56.154243007918552 ], [ -5.540429316508065, 56.15397673543626 ], [ -5.543318282943611, 56.151762976377597 ], [ -5.548600379600908, 56.146423420907887 ], [ -5.549114140165295, 56.146754802299597 ], [ -5.550952014733674, 56.146337802944018 ], [ -5.551234281171082, 56.146603907677488 ], [ -5.553192456377396, 56.146704892493723 ], [ -5.553588589737267, 56.146895785756215 ], [ -5.553285059526705, 56.14735857145088 ], [ -5.554137361979012, 56.147518347377641 ], [ -5.554728212115275, 56.147114717369625 ], [ -5.555592433428246, 56.147229184800381 ], [ -5.55117993918346, 56.151074006697705 ], [ -5.548801836528392, 56.15262142375029 ], [ -5.546420404015641, 56.153436121252049 ], [ -5.544196329341018, 56.157271768897147 ], [ -5.543637895763223, 56.157503535142148 ], [ -5.544272643959061, 56.159058733935098 ], [ -5.54396446611061, 56.159822824106541 ], [ -5.538744371047021, 56.163411616150412 ], [ -5.539148292389731, 56.163948485748676 ], [ -5.537361050613535, 56.165101100344657 ], [ -5.535317299081255, 56.165218083400291 ], [ -5.53347178226042, 56.166615062720332 ], [ -5.531689623690077, 56.166773947126757 ], [ -5.526899604096304, 56.168749517812962 ], [ -5.52659692836614, 56.168524400124198 ], [ -5.528541531695521, 56.166711115282446 ] ] ], [ [ [ -6.638582908369545, 56.130352350031394 ], [ -6.640393761435313, 56.129861405312845 ], [ -6.642313743293855, 56.130261395862085 ], [ -6.642303367195139, 56.13128279854525 ], [ -6.640595584382931, 56.131894031367416 ], [ -6.638929669502702, 56.131757921862075 ], [ -6.638582908369545, 56.130352350031394 ] ] ], [ [ [ -5.545845471733042, 56.165455606799121 ], [ -5.546747236568064, 56.165186946929659 ], [ -5.548663031635827, 56.165167857415284 ], [ -5.548744947778498, 56.165444223542508 ], [ -5.547767911504763, 56.16760316875353 ], [ -5.545127952470525, 56.170866303611852 ], [ -5.542919209341664, 56.172255871600264 ], [ -5.540748663040046, 56.174673766356278 ], [ -5.538380984706772, 56.175654220558826 ], [ -5.535953328334903, 56.17782314828208 ], [ -5.530717309680963, 56.180237786427398 ], [ -5.530814370681478, 56.181100836075075 ], [ -5.531680736133442, 56.181809719823811 ], [ -5.530679823580975, 56.181934544219935 ], [ -5.527674526356288, 56.180087389619224 ], [ -5.527553178926085, 56.179555897551566 ], [ -5.530863579308686, 56.177339428708763 ], [ -5.533318481528963, 56.174675324452018 ], [ -5.536868966448497, 56.173499255524916 ], [ -5.537524131205266, 56.172037439834206 ], [ -5.539184170781415, 56.171162699079048 ], [ -5.540635104647044, 56.170905316588836 ], [ -5.540964312521194, 56.170455318499343 ], [ -5.540615950014722, 56.169997779095013 ], [ -5.542508844166973, 56.168940989164824 ], [ -5.543850542454082, 56.16688850682295 ], [ -5.545845471733042, 56.165455606799121 ] ] ], [ [ [ -5.743665782022988, 56.178650275611126 ], [ -5.7435534303305, 56.178159137483753 ], [ -5.744154958812591, 56.17829375605708 ], [ -5.74375120723968, 56.178368941816153 ], [ -5.743965418278863, 56.178830015822811 ], [ -5.743665782022988, 56.178650275611126 ] ] ], [ [ [ -5.741683414594864, 56.178903691485687 ], [ -5.74159511426891, 56.178245476327646 ], [ -5.74226215180348, 56.178638878587414 ], [ -5.741683414594864, 56.178903691485687 ] ] ], [ [ [ -5.638290311357673, 56.189420476668325 ], [ -5.637798906332349, 56.189084292479443 ], [ -5.635794484520791, 56.189287183357358 ], [ -5.635278158767013, 56.189028149240521 ], [ -5.636035800061002, 56.186897383687807 ], [ -5.635490269605425, 56.186499845668237 ], [ -5.636375417437286, 56.186397357257441 ], [ -5.636084122494724, 56.185790030640725 ], [ -5.636575415223284, 56.18595538935957 ], [ -5.636975989721967, 56.185588435393676 ], [ -5.637313186202483, 56.186765356075469 ], [ -5.638161387728312, 56.187464169689974 ], [ -5.638797686368863, 56.187202656169497 ], [ -5.639494947111648, 56.185968280458113 ], [ -5.639860568926431, 56.186083382313697 ], [ -5.640669998934311, 56.188073576317684 ], [ -5.640727030365031, 56.188845148283221 ], [ -5.639024556179034, 56.188490719759344 ], [ -5.639129270683236, 56.189000138736191 ], [ -5.638389481167234, 56.188680267570334 ], [ -5.638290311357673, 56.189420476668325 ] ] ], [ [ [ -5.67514326976539, 56.19160657818356 ], [ -5.675708503420587, 56.191194131622638 ], [ -5.675766160834519, 56.192217440699778 ], [ -5.675239056700447, 56.192354513364855 ], [ -5.67514326976539, 56.19160657818356 ] ] ], [ [ [ -5.674683537135107, 56.192447472025378 ], [ -5.674664422346803, 56.192264615330529 ], [ -5.675031841312122, 56.19246408169046 ], [ -5.674683537135107, 56.192447472025378 ] ] ], [ [ [ -5.568214776878671, 56.203229845026506 ], [ -5.569597491944284, 56.201620958420413 ], [ -5.569537770147511, 56.203146665091104 ], [ -5.567952937304239, 56.203970177518926 ], [ -5.568214776878671, 56.203229845026506 ] ] ], [ [ [ -5.686201761412767, 56.198955707730946 ], [ -5.683782907506624, 56.197364456181397 ], [ -5.683335680383009, 56.196905742809577 ], [ -5.683508512551691, 56.196185765775631 ], [ -5.682683982747933, 56.195576456739623 ], [ -5.683058005931457, 56.194684138369411 ], [ -5.681866104699254, 56.194027335582049 ], [ -5.680804759382426, 56.19405897368992 ], [ -5.681199319503984, 56.193296425490182 ], [ -5.678744805469607, 56.193009908362839 ], [ -5.677387620947652, 56.192393953622386 ], [ -5.67671837251048, 56.192562239714732 ], [ -5.675994027160721, 56.191734111178967 ], [ -5.675984981448766, 56.191302790810546 ], [ -5.676750690693526, 56.191131636433475 ], [ -5.677130235952602, 56.189875018816949 ], [ -5.678103533487916, 56.18959876783294 ], [ -5.678164673944767, 56.189142877965345 ], [ -5.677486231690918, 56.189046195083463 ], [ -5.677675579719555, 56.188581991652931 ], [ -5.678038879358466, 56.188755496249392 ], [ -5.678569427248965, 56.188402512891201 ], [ -5.678693544791813, 56.18700513845662 ], [ -5.679979972941126, 56.186800465518182 ], [ -5.680183028986426, 56.186479712476562 ], [ -5.678876980030484, 56.18328170185616 ], [ -5.677005823141902, 56.181840358612298 ], [ -5.67691581253229, 56.180984354337966 ], [ -5.675664008574971, 56.18036974490235 ], [ -5.675914611129691, 56.17953507003034 ], [ -5.674301923183577, 56.178517584462931 ], [ -5.674137406227626, 56.177893078359993 ], [ -5.674563791404853, 56.177547705356162 ], [ -5.673787178089162, 56.176927927127913 ], [ -5.672307625157133, 56.176711191068797 ], [ -5.67192649831432, 56.175337843497054 ], [ -5.671364152716972, 56.175188225216488 ], [ -5.670980041274196, 56.174457852496829 ], [ -5.671564603432867, 56.173406453234428 ], [ -5.67092025105682, 56.172566930721388 ], [ -5.670913457656718, 56.171483663225693 ], [ -5.670086373051396, 56.170586630224406 ], [ -5.671346826978249, 56.169946725508794 ], [ -5.671143182385867, 56.169417790134055 ], [ -5.672367382187735, 56.16823047324317 ], [ -5.674196501562911, 56.167892816360073 ], [ -5.676181102395949, 56.168422674586267 ], [ -5.677420664889908, 56.168408234559237 ], [ -5.677912291954954, 56.168240733516221 ], [ -5.677953010632644, 56.167403312864039 ], [ -5.67986557829999, 56.16692821185233 ], [ -5.681266272033995, 56.169269195504988 ], [ -5.683148037699487, 56.169649155291403 ], [ -5.683939409985324, 56.169414242144363 ], [ -5.683975232345967, 56.168779272348573 ], [ -5.684282122001729, 56.168954439627733 ], [ -5.684819850367141, 56.168259531791357 ], [ -5.685843313924491, 56.168260448588441 ], [ -5.686592472304647, 56.167837956276884 ], [ -5.687431779516591, 56.166423699610931 ], [ -5.689503144924082, 56.165925719725188 ], [ -5.691143852289374, 56.164132314257003 ], [ -5.692508778520636, 56.163830738032502 ], [ -5.692356231739348, 56.163165431527048 ], [ -5.692966420371229, 56.163646208373024 ], [ -5.69410263816698, 56.163396413791347 ], [ -5.695047550631468, 56.161659738019004 ], [ -5.696476583268193, 56.161104433244603 ], [ -5.696227347523626, 56.160774713448561 ], [ -5.696770601043293, 56.160726974202788 ], [ -5.69689087450864, 56.161056059686139 ], [ -5.698228579677297, 56.160305654620601 ], [ -5.69861267085235, 56.160613346729633 ], [ -5.699086520086626, 56.160095619568708 ], [ -5.700605692585929, 56.159640966628203 ], [ -5.701743450739493, 56.159827144093434 ], [ -5.701631493945473, 56.160086761563676 ], [ -5.702304556606137, 56.160048592116219 ], [ -5.702472553001581, 56.160538089932516 ], [ -5.70291801486968, 56.160228005045134 ], [ -5.703946275699502, 56.160615262313392 ], [ -5.704667096824011, 56.160153042315173 ], [ -5.704919345580205, 56.160680470721488 ], [ -5.705829241658199, 56.160257526375815 ], [ -5.706576474882352, 56.16090496379509 ], [ -5.707859396588864, 56.160924877937219 ], [ -5.708713464913138, 56.160508084696538 ], [ -5.709696244033712, 56.160757291719243 ], [ -5.709546384521412, 56.160289736165751 ], [ -5.711068707589254, 56.159785403831599 ], [ -5.71173501895819, 56.159760873065679 ], [ -5.712133064467914, 56.16021197102544 ], [ -5.712411913341395, 56.159929340184938 ], [ -5.712536407472211, 56.16038416832545 ], [ -5.713035851472453, 56.160049942788575 ], [ -5.714559465243877, 56.160309815887999 ], [ -5.714807752184995, 56.160711462766656 ], [ -5.715034052887182, 56.160385449071732 ], [ -5.715269146618284, 56.160567197279207 ], [ -5.715703236594272, 56.16014051557913 ], [ -5.717392607149443, 56.159864857481622 ], [ -5.71804442203362, 56.159440601152745 ], [ -5.718651888839163, 56.159390830438113 ], [ -5.71862944529961, 56.160074871465739 ], [ -5.719417617972587, 56.159394733465923 ], [ -5.720492924390113, 56.159600604485291 ], [ -5.72085137950173, 56.159391982929179 ], [ -5.720992268526691, 56.159599039522043 ], [ -5.721975335522931, 56.159268179127714 ], [ -5.721965555432133, 56.159583182006827 ], [ -5.722314451974755, 56.159275936060723 ], [ -5.722943618405234, 56.159450281159245 ], [ -5.723558891666146, 56.159148484153349 ], [ -5.724372387494471, 56.159479111118898 ], [ -5.724852836365036, 56.159365704792251 ], [ -5.724918004754628, 56.160204459023603 ], [ -5.725536790255034, 56.160603896326315 ], [ -5.7264134916896, 56.16067184433976 ], [ -5.727755830179849, 56.160141265332726 ], [ -5.72836537839619, 56.159448478700973 ], [ -5.728420348767931, 56.159766022910283 ], [ -5.729117676219206, 56.159646048432876 ], [ -5.729478843483019, 56.15905067660249 ], [ -5.730391732664663, 56.158910693568586 ], [ -5.731149050771625, 56.159242974566602 ], [ -5.731481840015463, 56.159102534635331 ], [ -5.73196403095212, 56.160086034286635 ], [ -5.732822994852348, 56.159556525096505 ], [ -5.733694834174732, 56.160155078583209 ], [ -5.73714880560074, 56.159551509281926 ], [ -5.7377763626624, 56.160454157697878 ], [ -5.738345634244435, 56.159928885307664 ], [ -5.739237899188781, 56.159825428136756 ], [ -5.740015301095078, 56.160197510556827 ], [ -5.740436862663568, 56.160058852022289 ], [ -5.740815584345727, 56.160721754235169 ], [ -5.741785749405251, 56.160508017090727 ], [ -5.741742851407204, 56.161143234646858 ], [ -5.742140836150184, 56.161176128017821 ], [ -5.742431522603865, 56.160686256959771 ], [ -5.74417991411861, 56.160687183476846 ], [ -5.745064277933007, 56.161577511660404 ], [ -5.745489937040845, 56.161398248631755 ], [ -5.745453459329235, 56.161768017115335 ], [ -5.746196948237035, 56.161543139920362 ], [ -5.746192610023663, 56.161911933284578 ], [ -5.74680881311936, 56.161951676251874 ], [ -5.746344768861518, 56.162563712813188 ], [ -5.746740149658707, 56.16256969542701 ], [ -5.746584828600493, 56.162794707857351 ], [ -5.747015364244784, 56.162417473143307 ], [ -5.747258652676846, 56.162598914282015 ], [ -5.747127518184712, 56.163650434278708 ], [ -5.747663201538313, 56.163359922903062 ], [ -5.747491318893343, 56.163828216635331 ], [ -5.748031975205432, 56.163506081538038 ], [ -5.748299758629709, 56.163938546169256 ], [ -5.748660558957483, 56.163837671866396 ], [ -5.748807693507353, 56.165015619400165 ], [ -5.747852321094564, 56.165381821110209 ], [ -5.748346272373647, 56.166315452718685 ], [ -5.748790059051613, 56.166239033722682 ], [ -5.74849127613426, 56.167223712466452 ], [ -5.748800026707741, 56.16749757665697 ], [ -5.748898837546552, 56.167188856183863 ], [ -5.749529746962661, 56.167956472673289 ], [ -5.750117336029484, 56.167619416023015 ], [ -5.750330523094938, 56.168152444896442 ], [ -5.751361468619774, 56.167734473523417 ], [ -5.751434743430709, 56.168154859618816 ], [ -5.751761842139727, 56.16795609157775 ], [ -5.751918812383711, 56.168490826660594 ], [ -5.75096247445671, 56.169095362420151 ], [ -5.751306460292325, 56.169399621350294 ], [ -5.750780945687602, 56.169712317874179 ], [ -5.751888219638264, 56.16996011166934 ], [ -5.751921142455663, 56.170247746673454 ], [ -5.750711045958933, 56.171538869579763 ], [ -5.750164797495648, 56.171755081825495 ], [ -5.749821485947032, 56.171193634904355 ], [ -5.748679051803769, 56.17261755705082 ], [ -5.746792353699104, 56.173187362702443 ], [ -5.748208909965714, 56.173994081976673 ], [ -5.747354988676064, 56.17441114593889 ], [ -5.747116691673607, 56.175025321551232 ], [ -5.747766288298524, 56.175653008853565 ], [ -5.747147667029676, 56.176251753998656 ], [ -5.746370343252012, 56.176297823934625 ], [ -5.74486596948354, 56.177319068202202 ], [ -5.744692642137742, 56.176946672901103 ], [ -5.744240687553072, 56.177023322580119 ], [ -5.743907556826862, 56.177905622685437 ], [ -5.743314335448444, 56.177856172523938 ], [ -5.742627123236065, 56.178331088647965 ], [ -5.741467755408377, 56.178096476778457 ], [ -5.741140858165973, 56.178546976897941 ], [ -5.741105751968188, 56.178269297518305 ], [ -5.74057628431116, 56.178460678535082 ], [ -5.740287783592874, 56.177898445292961 ], [ -5.740618099350338, 56.177317464059357 ], [ -5.739677247335353, 56.177008777388664 ], [ -5.738995533199201, 56.177209259199998 ], [ -5.738499062747528, 56.176828658755959 ], [ -5.737908060783032, 56.177381559895451 ], [ -5.736896084040025, 56.177335764992264 ], [ -5.736363668821006, 56.178408403283001 ], [ -5.735405532973405, 56.178999376473911 ], [ -5.734740843868691, 56.178961038906216 ], [ -5.734793394073441, 56.179584371675887 ], [ -5.734040095847322, 56.179629635729519 ], [ -5.733049690065411, 56.180801528846608 ], [ -5.732615499733274, 56.18014927158108 ], [ -5.732359008326678, 56.181159597703385 ], [ -5.732753305180569, 56.182064829019993 ], [ -5.732513664442509, 56.18275094531873 ], [ -5.731690616319503, 56.182991623432883 ], [ -5.732495047040495, 56.183803534322976 ], [ -5.732030395356075, 56.183916487971175 ], [ -5.731713441650739, 56.184802755761247 ], [ -5.732090011756433, 56.185110578705618 ], [ -5.731520928183534, 56.185559378428358 ], [ -5.731831258549681, 56.185932145724891 ], [ -5.73114265282774, 56.186312622296768 ], [ -5.731611100775993, 56.186487291287534 ], [ -5.731815701875601, 56.186269803589546 ], [ -5.731779745286709, 56.186696196349374 ], [ -5.7324271911366, 56.186754854937689 ], [ -5.731294755540627, 56.188209764047379 ], [ -5.730720353537747, 56.18843842392684 ], [ -5.730349821356507, 56.188027009988481 ], [ -5.729161369873221, 56.189155394043922 ], [ -5.727323384290433, 56.190155010689026 ], [ -5.726018864613555, 56.190338246433377 ], [ -5.725443544323954, 56.190724262101369 ], [ -5.723347430410559, 56.190809961046909 ], [ -5.721624160989255, 56.191248548942873 ], [ -5.717961889256156, 56.192730088118928 ], [ -5.71418503069241, 56.193113489431944 ], [ -5.710861753538578, 56.192934658177641 ], [ -5.710206322562484, 56.193161158289506 ], [ -5.710076078641913, 56.19414964939083 ], [ -5.707957284000287, 56.194420091712651 ], [ -5.707201122209691, 56.194271953660554 ], [ -5.706739913533559, 56.194506091377619 ], [ -5.706177405327578, 56.194275706024548 ], [ -5.704859690544342, 56.194742344043611 ], [ -5.704637618444806, 56.195198583961144 ], [ -5.703537697017627, 56.194997794229558 ], [ -5.703042080927967, 56.196213028565154 ], [ -5.702574677403226, 56.196132631381694 ], [ -5.702816344349179, 56.196547988593572 ], [ -5.702162706804305, 56.196877793100896 ], [ -5.701814007550347, 56.196690431661864 ], [ -5.700960721448724, 56.196873357576074 ], [ -5.700701864769645, 56.196530444478192 ], [ -5.699106557006004, 56.196879454928855 ], [ -5.698319381367094, 56.196242152640153 ], [ -5.69603469231799, 56.197304112943598 ], [ -5.695279766115537, 56.196917589408443 ], [ -5.694804527248305, 56.19717457930939 ], [ -5.694807190854976, 56.196783368559835 ], [ -5.694138222389373, 56.196870817064536 ], [ -5.693653675186218, 56.197366355967098 ], [ -5.693129402876867, 56.197197708799756 ], [ -5.692516233689028, 56.198200613631151 ], [ -5.691240014028029, 56.198850186195635 ], [ -5.690592314865619, 56.199997976055158 ], [ -5.691037791028796, 56.200353315074828 ], [ -5.690098939082301, 56.200821952902523 ], [ -5.686942260463898, 56.199864222771531 ], [ -5.686201761412767, 56.198955707730946 ] ] ], [ [ [ -5.684340633276208, 56.201326547335469 ], [ -5.686297708449692, 56.201214201968703 ], [ -5.687065984076265, 56.201739749708189 ], [ -5.686697621703319, 56.201935071147886 ], [ -5.684520545106023, 56.201604411772557 ], [ -5.684340633276208, 56.201326547335469 ] ] ], [ [ [ -5.569811943753005, 56.205660727375601 ], [ -5.570681991363131, 56.20530291219665 ], [ -5.571736034738827, 56.205362349500241 ], [ -5.572622871182346, 56.206051491609159 ], [ -5.573891595160878, 56.206423883998021 ], [ -5.573824073933945, 56.206911354160916 ], [ -5.572741767295874, 56.208021587199596 ], [ -5.570040163711916, 56.209587709252716 ], [ -5.568831678351011, 56.209083166135329 ], [ -5.567531648614292, 56.208374461899332 ], [ -5.568072526722776, 56.207338358869841 ], [ -5.569811943753005, 56.205660727375601 ] ] ], [ [ [ -5.711650166761569, 56.207993442167144 ], [ -5.712575441503717, 56.207335324986779 ], [ -5.712598838143557, 56.208477451358249 ], [ -5.711958683280602, 56.208497589979793 ], [ -5.711650166761569, 56.207993442167144 ] ] ], [ [ [ -5.722167935223602, 56.209745909316673 ], [ -5.721843795130811, 56.209148742680355 ], [ -5.720127305983893, 56.20941625008377 ], [ -5.718852137450024, 56.208910656714615 ], [ -5.719575188104661, 56.208214514913585 ], [ -5.719265064786455, 56.206596373027445 ], [ -5.719748260977803, 56.20602254411272 ], [ -5.720104564666528, 56.206269872299842 ], [ -5.721829162552489, 56.205255814295867 ], [ -5.723981918677702, 56.204997605790759 ], [ -5.724259341331512, 56.205861428648888 ], [ -5.724754740280496, 56.206062289045114 ], [ -5.724132201817859, 56.206130515133061 ], [ -5.724684787779219, 56.206504988283221 ], [ -5.723754911603599, 56.207063531835885 ], [ -5.723896014157164, 56.207436925936719 ], [ -5.721895081571042, 56.208346943679594 ], [ -5.722198564619895, 56.208980699082566 ], [ -5.723648076612835, 56.208788648182029 ], [ -5.723822216591928, 56.209003693060609 ], [ -5.722167935223602, 56.209745909316673 ] ] ], [ [ [ -5.573408106265662, 56.22045940068621 ], [ -5.574261101900586, 56.220088572256707 ], [ -5.574924066877223, 56.220622340419368 ], [ -5.574490013764325, 56.221592444348865 ], [ -5.572297148732717, 56.224384642678977 ], [ -5.571754794297779, 56.22453968266273 ], [ -5.57247774579666, 56.223291506732728 ], [ -5.57205588652434, 56.222660844910351 ], [ -5.572374090234834, 56.22191887621667 ], [ -5.572976300079826, 56.221627236458467 ], [ -5.573408106265662, 56.22045940068621 ] ] ], [ [ [ -5.718917216726343, 56.225642055705841 ], [ -5.720421960059214, 56.225430408060923 ], [ -5.719396742689503, 56.226342452030089 ], [ -5.718633169911788, 56.22604173942883 ], [ -5.718917216726343, 56.225642055705841 ] ] ], [ [ [ -5.60749585220122, 56.22772267340028 ], [ -5.607883635207702, 56.22609743806192 ], [ -5.606609362122532, 56.226534746045388 ], [ -5.606273970525625, 56.227344747986379 ], [ -5.606429692549135, 56.227713335862703 ], [ -5.606877018448895, 56.227664314307539 ], [ -5.605942285981485, 56.228365932587423 ], [ -5.604653203056734, 56.228560889957528 ], [ -5.604890124753269, 56.229192349581552 ], [ -5.60443161782595, 56.229551884228847 ], [ -5.604080850088818, 56.229598080214153 ], [ -5.604276831119141, 56.229021426215809 ], [ -5.603859234742566, 56.228871765821886 ], [ -5.602727502870441, 56.229453227785719 ], [ -5.601555962000789, 56.227635206349674 ], [ -5.600125628263551, 56.227443119371351 ], [ -5.599046114402799, 56.226431596745257 ], [ -5.596802586752625, 56.226861065320271 ], [ -5.596593147371796, 56.226521003770749 ], [ -5.595747140445259, 56.22670746626094 ], [ -5.594668477649465, 56.225875704913435 ], [ -5.594715583085561, 56.225173027841279 ], [ -5.594049516320751, 56.224351735268613 ], [ -5.59379865052492, 56.224516376599311 ], [ -5.593291004666297, 56.224265903251471 ], [ -5.592967797087534, 56.223227838477371 ], [ -5.591321228273836, 56.223050931707149 ], [ -5.592361264685366, 56.221663040328977 ], [ -5.59347531654578, 56.221410361531106 ], [ -5.593578993896057, 56.220966781657921 ], [ -5.591768150382467, 56.220327122838533 ], [ -5.591305016061959, 56.218569338454103 ], [ -5.591614348682174, 56.217823075652447 ], [ -5.590508883371366, 56.217046008480786 ], [ -5.593448841156816, 56.213462987339859 ], [ -5.593059859529003, 56.213272001223231 ], [ -5.592322423027073, 56.213581162713901 ], [ -5.592181586901994, 56.212852482287389 ], [ -5.591711955135786, 56.212920083875474 ], [ -5.592667159986562, 56.212438257368959 ], [ -5.591923928118737, 56.212082242954693 ], [ -5.592933920551753, 56.210290613385773 ], [ -5.592405063849739, 56.209811482614398 ], [ -5.589816228595467, 56.210075554043684 ], [ -5.58972456158029, 56.209354433774045 ], [ -5.588914964853003, 56.208977853272515 ], [ -5.589133576960711, 56.207865595842009 ], [ -5.588744067462509, 56.207409375028313 ], [ -5.589717867865406, 56.20445447404456 ], [ -5.590955943056989, 56.204153249873471 ], [ -5.591680404990552, 56.204482840208073 ], [ -5.592198964442868, 56.203474242035824 ], [ -5.59330418111544, 56.203563475556983 ], [ -5.595179021284047, 56.202483931636515 ], [ -5.596627785803064, 56.202194498440612 ], [ -5.597331051462172, 56.201351329039461 ], [ -5.599506013759936, 56.201238514088402 ], [ -5.600762236441313, 56.200015066165456 ], [ -5.602358992910065, 56.19975721359004 ], [ -5.602535646846236, 56.199491317459206 ], [ -5.601910917084099, 56.199451095065115 ], [ -5.60199826631408, 56.199178812873313 ], [ -5.603045537378477, 56.198995416854025 ], [ -5.603798426278712, 56.199198230685752 ], [ -5.604066321951195, 56.198444146685226 ], [ -5.60601637819896, 56.198256855993115 ], [ -5.606227313348876, 56.197927014875894 ], [ -5.605750471015263, 56.197572298536144 ], [ -5.607103644267136, 56.196525773638513 ], [ -5.608565610377752, 56.196294252188729 ], [ -5.608585623426116, 56.195992462605219 ], [ -5.609349894452724, 56.196230874348892 ], [ -5.610337535673252, 56.195586110521035 ], [ -5.611319913655297, 56.195400043344073 ], [ -5.612365751925119, 56.196659695887405 ], [ -5.612229257402911, 56.197351515045725 ], [ -5.611634530680548, 56.197544235970462 ], [ -5.611722325630187, 56.198305920610132 ], [ -5.612279359328935, 56.198226691896963 ], [ -5.612760042319707, 56.198707148585953 ], [ -5.612126858246167, 56.200033887645645 ], [ -5.612819460192165, 56.202594105195629 ], [ -5.612134342180445, 56.203283986851545 ], [ -5.612059444860955, 56.206001518013153 ], [ -5.613319907929658, 56.206967171768007 ], [ -5.61445967427899, 56.20656518701724 ], [ -5.614613448667022, 56.206142596350062 ], [ -5.615168880800192, 56.206130837303128 ], [ -5.616535246773032, 56.207192263365471 ], [ -5.617361210781848, 56.207226521095322 ], [ -5.618603536907629, 56.20902434220708 ], [ -5.617418652331028, 56.213568137796841 ], [ -5.617000262633566, 56.213836637832216 ], [ -5.616796565684484, 56.216553449559932 ], [ -5.615675286833574, 56.21852387393686 ], [ -5.614709152446719, 56.219316396365357 ], [ -5.614661791118095, 56.220954178845673 ], [ -5.613716836564845, 56.223171175253547 ], [ -5.612569659175278, 56.224099345097621 ], [ -5.609912178269964, 56.224586115105843 ], [ -5.609477915285232, 56.224944961988022 ], [ -5.610682676035585, 56.22574144483449 ], [ -5.611350640021753, 56.225721923515387 ], [ -5.611694257926853, 56.225343241650279 ], [ -5.612231246516564, 56.225646730681085 ], [ -5.612532436795365, 56.225503057340141 ], [ -5.612185330145422, 56.226272959815795 ], [ -5.612973847152362, 56.226933235110721 ], [ -5.612199154813557, 56.22838997749087 ], [ -5.610697549076383, 56.229670151268756 ], [ -5.609541419009815, 56.229991646157657 ], [ -5.608886222309758, 56.229633154828413 ], [ -5.609463814743711, 56.228995893940343 ], [ -5.609297144204569, 56.22833991195747 ], [ -5.60749585220122, 56.22772267340028 ] ] ], [ [ [ -5.801908419166469, 56.221686241874934 ], [ -5.803821471709739, 56.221447511984181 ], [ -5.805930989917014, 56.221562376673482 ], [ -5.806780708469777, 56.220367242742292 ], [ -5.811304146987397, 56.218789050376849 ], [ -5.815308890165051, 56.216867028551206 ], [ -5.817972463387788, 56.216065370513277 ], [ -5.818812550640458, 56.216399080929648 ], [ -5.813216109934832, 56.221787312537664 ], [ -5.802530721445834, 56.227961431542418 ], [ -5.799892653172013, 56.229031708465939 ], [ -5.797899264620066, 56.228463569244319 ], [ -5.79808790675049, 56.227108985295132 ], [ -5.801094066982139, 56.223239927427876 ], [ -5.80070115924191, 56.222532663067724 ], [ -5.801908419166469, 56.221686241874934 ] ] ], [ [ [ -5.786448323362166, 56.230689846059768 ], [ -5.787955291983812, 56.23025700343117 ], [ -5.78638488566866, 56.231109911205408 ], [ -5.785840404437501, 56.231072645073581 ], [ -5.786448323362166, 56.230689846059768 ] ] ], [ [ [ -5.66247551702521, 56.233932204629021 ], [ -5.662878373369648, 56.23350216524252 ], [ -5.663172509546463, 56.233623820720311 ], [ -5.662742913148584, 56.235210043762429 ], [ -5.662317318589507, 56.2349798912484 ], [ -5.66247551702521, 56.233932204629021 ] ] ], [ [ [ -5.79297120174595, 56.231352988636964 ], [ -5.793420769755665, 56.2310019909769 ], [ -5.792381283952435, 56.231101341103056 ], [ -5.792676249051321, 56.230656180975473 ], [ -5.794372017369283, 56.229929722726283 ], [ -5.795201239329491, 56.229989676333723 ], [ -5.794555282774368, 56.230558021997986 ], [ -5.795429309389062, 56.230499703715893 ], [ -5.795039083454287, 56.231042211873294 ], [ -5.793221682264591, 56.231763421048377 ], [ -5.79297120174595, 56.231352988636964 ] ] ], [ [ [ -5.668223876005789, 56.235631901636268 ], [ -5.668761256938589, 56.235427129199913 ], [ -5.66831550561296, 56.236083246399041 ], [ -5.668223876005789, 56.235631901636268 ] ] ], [ [ [ -5.793050342027332, 56.232479039414457 ], [ -5.794608489714991, 56.231747812256948 ], [ -5.794985768042127, 56.231808159606409 ], [ -5.794632330977239, 56.232151714704699 ], [ -5.793050342027332, 56.232479039414457 ] ] ], [ [ [ -5.710952328127092, 56.235151838052531 ], [ -5.710222180068437, 56.234697211741739 ], [ -5.709707254731092, 56.23479809161654 ], [ -5.709545262515348, 56.234542200080583 ], [ -5.710847578388612, 56.23290260075683 ], [ -5.710712023656087, 56.232169364576421 ], [ -5.711643047720306, 56.231948082740992 ], [ -5.711749717559412, 56.231549250031591 ], [ -5.711940196002423, 56.231849240793672 ], [ -5.712141867917549, 56.231681334099612 ], [ -5.713597415175637, 56.232042216539242 ], [ -5.713718997024936, 56.230797726705667 ], [ -5.715672596313486, 56.229552105718355 ], [ -5.716129714295034, 56.228189621933609 ], [ -5.718473884400216, 56.227894304280987 ], [ -5.718312743374671, 56.227481045260127 ], [ -5.719893685533408, 56.227055809734566 ], [ -5.721784305114474, 56.226994376461271 ], [ -5.722444827612992, 56.227230738077296 ], [ -5.722416751035821, 56.22685843256798 ], [ -5.724891734483933, 56.226747873307261 ], [ -5.724136275172136, 56.227611362428483 ], [ -5.723076253357786, 56.227998477628581 ], [ -5.726977893577593, 56.228200048066569 ], [ -5.726898582860771, 56.228629542253501 ], [ -5.728292546371444, 56.228771814738728 ], [ -5.726475437550623, 56.229258230994191 ], [ -5.726711049072202, 56.229606293397637 ], [ -5.726085161137531, 56.230142187738096 ], [ -5.724400642554716, 56.230665035490716 ], [ -5.725289035480841, 56.231335103021067 ], [ -5.72450676095386, 56.232338771006802 ], [ -5.724824350419977, 56.232450584100675 ], [ -5.723000729178078, 56.233121469453124 ], [ -5.720653671803174, 56.23355632474955 ], [ -5.719195386698878, 56.233501319726052 ], [ -5.718851249315769, 56.233947769311605 ], [ -5.718064882072059, 56.234079332719602 ], [ -5.716938097835289, 56.233946888592946 ], [ -5.715872512799434, 56.23319667140985 ], [ -5.715480956498019, 56.233320840569412 ], [ -5.715796301206453, 56.233909297231101 ], [ -5.715399276076636, 56.234226949144748 ], [ -5.71481499755004, 56.234195062518431 ], [ -5.713968491668336, 56.233456226010524 ], [ -5.713053310329199, 56.233757972925396 ], [ -5.712626811649391, 56.234521583256445 ], [ -5.711902429281372, 56.234543345808632 ], [ -5.710952328127092, 56.235151838052531 ] ] ], [ [ [ -5.660619863816252, 56.236814971278633 ], [ -5.660048430339594, 56.236494721807816 ], [ -5.659418588437939, 56.236661732312314 ], [ -5.65965719872786, 56.235440833933566 ], [ -5.659726980268164, 56.235748968859596 ], [ -5.660489106190793, 56.235699421272294 ], [ -5.660838571380123, 56.236062210010964 ], [ -5.66104161131511, 56.236582189021782 ], [ -5.660619863816252, 56.236814971278633 ] ] ], [ [ [ -4.938894344242559, 56.255650051016566 ], [ -4.939440183911425, 56.255608313784364 ], [ -4.939483146564349, 56.255957857054625 ], [ -4.938603720079652, 56.256345501634968 ], [ -4.938764100438806, 56.255973148519054 ], [ -4.938894344242559, 56.255650051016566 ] ] ], [ [ [ -5.57790712342638, 56.238585512164605 ], [ -5.578817952075663, 56.23796573073578 ], [ -5.580780855819024, 56.23806621527828 ], [ -5.581236223604154, 56.238965611771945 ], [ -5.579948086031899, 56.239780657752839 ], [ -5.578816342540189, 56.239763985165318 ], [ -5.57777116667171, 56.239636903750672 ], [ -5.577069326224282, 56.238690683713386 ], [ -5.57790712342638, 56.238585512164605 ] ] ], [ [ [ -5.690360845356028, 56.235746039383294 ], [ -5.691979647099708, 56.228500006065325 ], [ -5.692620698178939, 56.229290082648781 ], [ -5.693475099052696, 56.229529794074047 ], [ -5.693528789234902, 56.228327825708782 ], [ -5.693940078608653, 56.228324521604101 ], [ -5.693862715088349, 56.228861828035427 ], [ -5.694381813570259, 56.228972188803951 ], [ -5.694853450301867, 56.228171330339883 ], [ -5.6964361123632, 56.228263359848761 ], [ -5.696608443715996, 56.227790646111693 ], [ -5.695621578959964, 56.227599876316333 ], [ -5.693327401900998, 56.227996664999722 ], [ -5.692550920515498, 56.227727649979421 ], [ -5.691748510653096, 56.223165972111325 ], [ -5.692298416759369, 56.223261932520657 ], [ -5.692478981045001, 56.222874397877156 ], [ -5.693812643249422, 56.222645709587979 ], [ -5.695690685108922, 56.222958196420613 ], [ -5.69770688087695, 56.223949874881349 ], [ -5.698456607293235, 56.223774578087244 ], [ -5.697717544727499, 56.222470452747935 ], [ -5.696967611926492, 56.22230857017356 ], [ -5.696850683070886, 56.221849006598909 ], [ -5.697579858806908, 56.221795714785642 ], [ -5.697470438234731, 56.221497774104826 ], [ -5.696569438827186, 56.221610155678377 ], [ -5.695931954456394, 56.221107721179578 ], [ -5.694855784936534, 56.22107697089433 ], [ -5.693068453818523, 56.222375733939465 ], [ -5.692497219291184, 56.221722942325265 ], [ -5.692717262903952, 56.221158893100259 ], [ -5.691543048606184, 56.221953765340871 ], [ -5.690781801718093, 56.218487813777514 ], [ -5.691685128888356, 56.217813435908688 ], [ -5.691306236241505, 56.21739766218812 ], [ -5.691880763750489, 56.216157651126608 ], [ -5.693494556909397, 56.215488998247416 ], [ -5.693057162216978, 56.21480073836566 ], [ -5.693855505403139, 56.21236714662799 ], [ -5.693104337111961, 56.212106374413985 ], [ -5.692872284553684, 56.211623275247639 ], [ -5.69457245335646, 56.209926990537397 ], [ -5.693176541818984, 56.209672014823681 ], [ -5.692656446210406, 56.208626566978616 ], [ -5.692029740683314, 56.20831711108945 ], [ -5.690453516961226, 56.208283291019583 ], [ -5.690410532205059, 56.2076686580669 ], [ -5.689041298899144, 56.207354395583693 ], [ -5.688972764518345, 56.206389857516633 ], [ -5.687653135845237, 56.206339347773849 ], [ -5.686604156569719, 56.204824126535996 ], [ -5.685692779037506, 56.204320828414126 ], [ -5.685462508692982, 56.203014943947124 ], [ -5.686101755809505, 56.202532806528509 ], [ -5.689073347818972, 56.202318204167142 ], [ -5.689850724302206, 56.202686112519139 ], [ -5.691129717761221, 56.202566972654274 ], [ -5.691583142932246, 56.203088415403101 ], [ -5.692682099575159, 56.203361275252718 ], [ -5.693100668336217, 56.202849731742717 ], [ -5.693905084447585, 56.203162857771169 ], [ -5.694636805918387, 56.202385684509387 ], [ -5.695451649409581, 56.202388281277585 ], [ -5.695850943429494, 56.20268204518824 ], [ -5.696252353406542, 56.202076592627513 ], [ -5.69703615424461, 56.202008175652175 ], [ -5.698313171711943, 56.202203723190287 ], [ -5.699717880237979, 56.20338899714686 ], [ -5.699801819944545, 56.204092318013181 ], [ -5.698334244158717, 56.20585365186475 ], [ -5.698953250888266, 56.206334145544893 ], [ -5.699698384579471, 56.206365777835458 ], [ -5.701194362209988, 56.207575278556583 ], [ -5.701268913624836, 56.208013629802473 ], [ -5.700570791875936, 56.208218873585622 ], [ -5.700503398255177, 56.209443740800573 ], [ -5.701409733496843, 56.210643929386272 ], [ -5.701389854002558, 56.212110144765745 ], [ -5.702421435211404, 56.213018845098404 ], [ -5.704140452249824, 56.213610205197128 ], [ -5.706233414090836, 56.213228227652529 ], [ -5.705953889647585, 56.210835870393133 ], [ -5.708194814297297, 56.208898373309971 ], [ -5.709443700588944, 56.208883352995308 ], [ -5.710353124449792, 56.208527846273398 ], [ -5.71049280265653, 56.208887809001837 ], [ -5.71116505970428, 56.208498958295159 ], [ -5.712665167908627, 56.208746104166359 ], [ -5.71295655506153, 56.209339781257704 ], [ -5.714606641428134, 56.209969034030912 ], [ -5.715305926647699, 56.211858714795873 ], [ -5.712818419495544, 56.214914214580865 ], [ -5.712694362459077, 56.216549913506256 ], [ -5.711962951587693, 56.217412604957744 ], [ -5.712321473825088, 56.21753220933558 ], [ -5.712092627215003, 56.218002151896677 ], [ -5.712480804197534, 56.217761202038794 ], [ -5.712445535338441, 56.218980619514426 ], [ -5.711436148008518, 56.219055906461385 ], [ -5.711403455982636, 56.218467941148752 ], [ -5.710276330884057, 56.218160118829957 ], [ -5.710168410055346, 56.217628362224112 ], [ -5.709291529513069, 56.21823914589239 ], [ -5.70812574525187, 56.21786502844752 ], [ -5.707764464036375, 56.218217551281477 ], [ -5.70758541402193, 56.217867758836022 ], [ -5.707094653954573, 56.217882486647618 ], [ -5.706658541797927, 56.218295696642905 ], [ -5.707079322307447, 56.218809076164519 ], [ -5.70651434475696, 56.218389938575349 ], [ -5.705553782867343, 56.218719971485676 ], [ -5.707157763612733, 56.220204907902634 ], [ -5.706543748688705, 56.220030013349621 ], [ -5.706499684678379, 56.220408980239007 ], [ -5.705842713554622, 56.220541083384759 ], [ -5.70458353872601, 56.219284066956057 ], [ -5.704335283706745, 56.219637685332948 ], [ -5.702635252330531, 56.220165200167926 ], [ -5.703732034027962, 56.22074374786461 ], [ -5.702913288138088, 56.221289799583822 ], [ -5.701600479185701, 56.220897547958742 ], [ -5.701645457411304, 56.220527547781408 ], [ -5.69969956386675, 56.220765667216313 ], [ -5.699669532189287, 56.221207150897847 ], [ -5.700809036812831, 56.221141551122535 ], [ -5.701461636395514, 56.221549097634657 ], [ -5.700619048039158, 56.221848580809414 ], [ -5.700434071020721, 56.22252398961254 ], [ -5.700943671643778, 56.222787462066101 ], [ -5.699894180022863, 56.223201035751764 ], [ -5.701360037389326, 56.224258589662341 ], [ -5.701843249226983, 56.226087374187138 ], [ -5.701182536588822, 56.226516282775194 ], [ -5.700580121555856, 56.225208078877891 ], [ -5.700589298799958, 56.226390188400714 ], [ -5.699863667992885, 56.226982881203448 ], [ -5.69931449953108, 56.225807949942848 ], [ -5.69820230947219, 56.22540515758125 ], [ -5.698977641349714, 56.228506496728762 ], [ -5.69827253495526, 56.229228941344616 ], [ -5.697387885285926, 56.229345332215516 ], [ -5.696986658802863, 56.229955272726187 ], [ -5.695718876726231, 56.230200003755208 ], [ -5.695147849913182, 56.230639682229906 ], [ -5.695758318396739, 56.231111460610137 ], [ -5.695542371534691, 56.231383168504138 ], [ -5.696416062080482, 56.231487411242668 ], [ -5.694522156085112, 56.233778438535829 ], [ -5.693929303687756, 56.233908556498228 ], [ -5.693770784280668, 56.23477647756026 ], [ -5.691589772762447, 56.235682357359991 ], [ -5.690731209755922, 56.236742022568549 ], [ -5.690360845356028, 56.235746039383294 ] ] ], [ [ [ -5.601820421958879, 56.241617695525292 ], [ -5.601721882297961, 56.241256426808924 ], [ -5.601210357092021, 56.241397208879938 ], [ -5.600930815015165, 56.241171584979895 ], [ -5.601476549221385, 56.240449879713758 ], [ -5.602347137218334, 56.240779655922388 ], [ -5.602173453431608, 56.241508503983162 ], [ -5.601820421958879, 56.241617695525292 ] ] ], [ [ [ -5.664758205270084, 56.239740385626575 ], [ -5.664234378064588, 56.239243410955666 ], [ -5.662982077307563, 56.239401920062058 ], [ -5.661920119695974, 56.238848954769367 ], [ -5.661952435673539, 56.237243939199104 ], [ -5.662250082901497, 56.236726207634007 ], [ -5.662986608677655, 56.236493080672126 ], [ -5.663902241305793, 56.23382696989426 ], [ -5.665222133090986, 56.234799356374189 ], [ -5.663950675462549, 56.235515910755382 ], [ -5.664083601114398, 56.235808684477135 ], [ -5.665744637328451, 56.236042649481263 ], [ -5.666924080171952, 56.236726966088341 ], [ -5.666962062861669, 56.238052066966951 ], [ -5.66594474138392, 56.238387957160555 ], [ -5.66634601403352, 56.238785160063152 ], [ -5.665630297600672, 56.239826912607413 ], [ -5.664758205270084, 56.239740385626575 ] ] ], [ [ [ -5.718174929358721, 56.239457479303574 ], [ -5.718713611487758, 56.239185009969937 ], [ -5.717884714368084, 56.239295371285245 ], [ -5.717700700534446, 56.238563598573833 ], [ -5.716210092055856, 56.237844151719059 ], [ -5.71687499832198, 56.23687554324615 ], [ -5.716212230891565, 56.235951362379083 ], [ -5.716672788098104, 56.235622805602887 ], [ -5.717178551191822, 56.235760448852467 ], [ -5.717960642000969, 56.234918685906337 ], [ -5.719903426360324, 56.23455899613559 ], [ -5.72134828453762, 56.235140405840447 ], [ -5.720603244170493, 56.23586418520339 ], [ -5.722436000169656, 56.235867432636674 ], [ -5.723255076503185, 56.236404730095984 ], [ -5.723310818213269, 56.236978512640988 ], [ -5.723922776405474, 56.237045492094737 ], [ -5.721185676257472, 56.238287862692857 ], [ -5.721283152391092, 56.238626607570282 ], [ -5.720655297144663, 56.23881185768613 ], [ -5.721356910247041, 56.238804218109117 ], [ -5.720744285332134, 56.239146362687649 ], [ -5.721285140477914, 56.239395328288396 ], [ -5.720792600687627, 56.239810285096326 ], [ -5.719125867851854, 56.240022307178954 ], [ -5.718174929358721, 56.239457479303574 ] ] ], [ [ [ -5.780802630520556, 56.238263009663008 ], [ -5.780314752922737, 56.237900280100838 ], [ -5.77956514952178, 56.238076071826796 ], [ -5.780680053304155, 56.236693191398565 ], [ -5.779867152516755, 56.236718061187069 ], [ -5.779994613777354, 56.236291546488687 ], [ -5.781407949689652, 56.235888628859136 ], [ -5.782359251089165, 56.23603934866469 ], [ -5.783016395324101, 56.234436668455928 ], [ -5.789424213961265, 56.232378997432029 ], [ -5.790831131808096, 56.232403278102709 ], [ -5.791074676633023, 56.233070195554056 ], [ -5.790275090476122, 56.233310531506113 ], [ -5.790369170699455, 56.233608872835099 ], [ -5.789048615644356, 56.234458643861409 ], [ -5.78938648827685, 56.234610135615576 ], [ -5.788908853492083, 56.234759661010301 ], [ -5.788994663794496, 56.235301036946389 ], [ -5.786494632072487, 56.237450296116911 ], [ -5.783839053318991, 56.237945269462877 ], [ -5.783216727935178, 56.237856422926662 ], [ -5.782150459668343, 56.236868492100569 ], [ -5.781226301808149, 56.238465849409785 ], [ -5.780635812447567, 56.238699721144584 ], [ -5.780802630520556, 56.238263009663008 ] ] ], [ [ [ -5.660410294939943, 56.244171606298352 ], [ -5.660195226531068, 56.243948696722114 ], [ -5.65960175055045, 56.244159585723523 ], [ -5.660363619044071, 56.241569994074943 ], [ -5.661326687330031, 56.241087402229496 ], [ -5.661378468287162, 56.243234800887805 ], [ -5.660410294939943, 56.244171606298352 ] ] ], [ [ [ -5.696184183680739, 56.243480002932337 ], [ -5.69574090086499, 56.243237002817914 ], [ -5.694785463937976, 56.243292545915828 ], [ -5.693661634980659, 56.242355060904401 ], [ -5.694478900664, 56.241620304489146 ], [ -5.69539826265933, 56.241777141665175 ], [ -5.696002926342916, 56.242437916073868 ], [ -5.695757044856649, 56.242818416080155 ], [ -5.696469654034218, 56.242756641508016 ], [ -5.696184183680739, 56.243480002932337 ] ] ], [ [ [ -5.657122038201721, 56.24660220434339 ], [ -5.657727046243708, 56.245073756529337 ], [ -5.656970918208963, 56.245864891205194 ], [ -5.6573147464511, 56.244645382895953 ], [ -5.656950607297553, 56.24404474765732 ], [ -5.658011623551618, 56.241711565397566 ], [ -5.658419316432564, 56.241330852259175 ], [ -5.659300850588666, 56.241516049567991 ], [ -5.660296140979908, 56.239764731796143 ], [ -5.660802792754449, 56.239659810755228 ], [ -5.66071287543001, 56.240831349801297 ], [ -5.660129471723994, 56.240893586662175 ], [ -5.660507673822778, 56.241134142575532 ], [ -5.659925965715936, 56.242059497323751 ], [ -5.659128815541356, 56.243265463704049 ], [ -5.658904342361711, 56.242943925779073 ], [ -5.658655008349268, 56.243207560548797 ], [ -5.658163000964439, 56.245411515402651 ], [ -5.657122038201721, 56.24660220434339 ] ] ], [ [ [ -5.669350530889163, 56.246388110367221 ], [ -5.669468525843745, 56.245512443387305 ], [ -5.670035021017554, 56.246116027609339 ], [ -5.669350530889163, 56.246388110367221 ] ] ], [ [ [ -5.65579388066852, 56.247068585626728 ], [ -5.655879677459938, 56.245852218834386 ], [ -5.655405917258487, 56.245879718970841 ], [ -5.655363296865081, 56.24560224848026 ], [ -5.654961590488762, 56.246131129907148 ], [ -5.655076329236606, 56.244540768097679 ], [ -5.655818458000319, 56.244195129961646 ], [ -5.655812371045406, 56.242100330542371 ], [ -5.656615780861605, 56.24163598651004 ], [ -5.656967949591238, 56.240757902171055 ], [ -5.657612733823673, 56.241084986814812 ], [ -5.656728795298897, 56.242904916105282 ], [ -5.656696231391749, 56.24577860974378 ], [ -5.65579388066852, 56.247068585626728 ] ] ], [ [ [ -6.382288783687038, 56.224791389960593 ], [ -6.382643301614158, 56.224432522684566 ], [ -6.383454027737383, 56.224956902064797 ], [ -6.382880112894799, 56.224950290863809 ], [ -6.382288783687038, 56.224791389960593 ] ] ], [ [ [ -5.679889248874542, 56.248421529307564 ], [ -5.681469072224801, 56.247803525879526 ], [ -5.682635211246828, 56.248510577039859 ], [ -5.682044944276044, 56.248838367612279 ], [ -5.681315395240802, 56.248725228466846 ], [ -5.679889248874542, 56.248421529307564 ] ] ], [ [ [ -5.658201118188068, 56.250292681148494 ], [ -5.658669643639675, 56.249617950116999 ], [ -5.659200492389808, 56.249849496776342 ], [ -5.659087642124041, 56.251035198220819 ], [ -5.658201118188068, 56.250292681148494 ] ] ], [ [ [ -5.750857564729224, 56.245995812166846 ], [ -5.751500768049629, 56.245472753454138 ], [ -5.751391780821077, 56.244194744730521 ], [ -5.752977119515283, 56.24348122343028 ], [ -5.753137539944021, 56.243058237063671 ], [ -5.754399497203232, 56.242835573777462 ], [ -5.753419291568198, 56.241813319680112 ], [ -5.754916846361863, 56.241605973434538 ], [ -5.75607559206006, 56.241813534872563 ], [ -5.756013074968151, 56.241505220731881 ], [ -5.762638047210867, 56.240975478473217 ], [ -5.763875671553696, 56.241081656027895 ], [ -5.764441273418218, 56.240839633289013 ], [ -5.763163596882158, 56.240325556635447 ], [ -5.763343387543002, 56.24001885762555 ], [ -5.766934984885412, 56.239432859524477 ], [ -5.77212948904854, 56.237170320304386 ], [ -5.774981874530914, 56.236705555249564 ], [ -5.776320240585464, 56.237343540881419 ], [ -5.777657985928252, 56.237086172271233 ], [ -5.777057750432149, 56.238683257961341 ], [ -5.777862234143085, 56.239391497189864 ], [ -5.777497204920577, 56.240274861993221 ], [ -5.778163659086001, 56.24089290527666 ], [ -5.777242451152016, 56.241294227559152 ], [ -5.775127913759042, 56.243678728116727 ], [ -5.771949426347197, 56.245511200418527 ], [ -5.772093573519483, 56.245745082800411 ], [ -5.771455495516217, 56.245989351949035 ], [ -5.772099980592688, 56.245974177634423 ], [ -5.77036999404025, 56.246364162082003 ], [ -5.770605446420968, 56.246213110004057 ], [ -5.769538907717697, 56.24612425785206 ], [ -5.768619517644307, 56.245396989782087 ], [ -5.768762068196804, 56.246435687542892 ], [ -5.766543949537064, 56.247528371932155 ], [ -5.758608022106919, 56.248781553448076 ], [ -5.758132590645753, 56.249038788190127 ], [ -5.758652003552563, 56.249229802069173 ], [ -5.757651192982268, 56.249646879472621 ], [ -5.753968449169249, 56.249808250908536 ], [ -5.752346583857801, 56.2495742652087 ], [ -5.750173059205131, 56.248489301134001 ], [ -5.750082784746805, 56.24608226695787 ], [ -5.750857564729224, 56.245995812166846 ] ] ], [ [ [ -6.393627925454042, 56.228849700086471 ], [ -6.393915141524913, 56.228538166052019 ], [ -6.394786635981894, 56.228745506764788 ], [ -6.394495159071241, 56.2291606309605 ], [ -6.393627925454042, 56.228849700086471 ] ] ], [ [ [ -5.742412134197393, 56.251458021327203 ], [ -5.742219463693215, 56.250973809913688 ], [ -5.742968751502069, 56.250294728866322 ], [ -5.743967270739433, 56.250430830336299 ], [ -5.743303043881514, 56.249996871110724 ], [ -5.743405378160689, 56.249391330103869 ], [ -5.744382023243944, 56.249056027843416 ], [ -5.744819590315473, 56.248327932259294 ], [ -5.746403018279398, 56.248500238668392 ], [ -5.746051411453664, 56.24762971250513 ], [ -5.74673113597725, 56.24723145677406 ], [ -5.74760399754343, 56.247321882992807 ], [ -5.748268443871158, 56.248335776201223 ], [ -5.747827153275436, 56.248942610323098 ], [ -5.747232423515127, 56.248641439531966 ], [ -5.747781161099494, 56.249132830345218 ], [ -5.747257948490715, 56.25022320111939 ], [ -5.746092835973532, 56.250860963901665 ], [ -5.74457109629442, 56.250659807919945 ], [ -5.745347198546042, 56.25108137883003 ], [ -5.743780635300324, 56.251578425308267 ], [ -5.743361827434139, 56.251424765022335 ], [ -5.742938513316253, 56.251720822854935 ], [ -5.742412134197393, 56.251458021327203 ] ] ], [ [ [ -6.392123828352094, 56.229744188014593 ], [ -6.393006612690501, 56.229627339463526 ], [ -6.392930915131893, 56.230572651885595 ], [ -6.392122186432381, 56.230603217122109 ], [ -6.391521904852976, 56.230451872061607 ], [ -6.392487549761498, 56.230381550416425 ], [ -6.392123828352094, 56.229744188014593 ] ] ], [ [ [ -5.691349457593768, 56.25363649912515 ], [ -5.689344069658743, 56.251178767508449 ], [ -5.691081468804546, 56.250771731857711 ], [ -5.693837125192212, 56.250959150283471 ], [ -5.694678530765889, 56.25323581750483 ], [ -5.694189689877616, 56.252940223345995 ], [ -5.693612154531863, 56.2534834842387 ], [ -5.691349457593768, 56.25363649912515 ] ] ], [ [ [ -5.551553398459826, 56.255776581749572 ], [ -5.551475660294236, 56.254938163968326 ], [ -5.552357547698007, 56.255303929613824 ], [ -5.552717591168509, 56.256399466479976 ], [ -5.552151029700958, 56.257692458754384 ], [ -5.551128769204875, 56.258252292428814 ], [ -5.54970870236564, 56.257744630828483 ], [ -5.550447387229053, 56.257174971926524 ], [ -5.550827339103706, 56.255959275886532 ], [ -5.551553398459826, 56.255776581749572 ] ] ], [ [ [ -5.622926489313812, 56.25820992619375 ], [ -5.623596701368601, 56.258122847930714 ], [ -5.623950695785574, 56.258449640388172 ], [ -5.62366711725355, 56.258867052688544 ], [ -5.622926489313812, 56.25820992619375 ] ] ], [ [ [ -5.61889696266036, 56.260867963387803 ], [ -5.619539286597684, 56.259972518791052 ], [ -5.619677910794247, 56.260071858356049 ], [ -5.61889696266036, 56.260867963387803 ] ] ], [ [ [ -5.620699606323567, 56.26019928373789 ], [ -5.620716570047273, 56.259780697061082 ], [ -5.621136691796798, 56.259867294262882 ], [ -5.621235893049207, 56.260318442990929 ], [ -5.620407495499356, 56.260868690556684 ], [ -5.619736383460716, 56.260861369608669 ], [ -5.619824577868207, 56.260512626928275 ], [ -5.620699606323567, 56.26019928373789 ] ] ], [ [ [ -6.411271252571929, 56.238002255301232 ], [ -6.412076898455019, 56.237971677394818 ], [ -6.411593678921152, 56.238375704785362 ], [ -6.41228532957676, 56.238519194543358 ], [ -6.412228972236448, 56.239011410718916 ], [ -6.410421951863521, 56.239098440692374 ], [ -6.409992595230776, 56.239086789043746 ], [ -6.410254687384034, 56.238627703303749 ], [ -6.411271252571929, 56.238002255301232 ] ] ], [ [ [ -5.609403198448429, 56.265807420883938 ], [ -5.609814042070481, 56.264424277848313 ], [ -5.609355701438465, 56.264446651167169 ], [ -5.60938641734696, 56.263829861849764 ], [ -5.607867343143952, 56.263653920277612 ], [ -5.608596159482606, 56.26238737721993 ], [ -5.607047657543974, 56.259411549678816 ], [ -5.607959324094113, 56.256399889220383 ], [ -5.609599213486183, 56.255632723185073 ], [ -5.610792907803099, 56.254073861239057 ], [ -5.61181926101967, 56.253481928992457 ], [ -5.612129649920251, 56.251292504475664 ], [ -5.613670876705105, 56.250681012052688 ], [ -5.615191150015622, 56.250874821812154 ], [ -5.617268474041079, 56.250126221297663 ], [ -5.620124419365945, 56.250064186493447 ], [ -5.620690140976262, 56.250325443673368 ], [ -5.620468675442862, 56.252134663647688 ], [ -5.620948022866824, 56.254027652921359 ], [ -5.62138910399992, 56.254661197580035 ], [ -5.621740751583831, 56.254024209081855 ], [ -5.622164714205249, 56.254271631604325 ], [ -5.621479305768279, 56.25494897023632 ], [ -5.621465317597979, 56.255706437916658 ], [ -5.621829268589249, 56.255404460201717 ], [ -5.622437212388267, 56.255496338345523 ], [ -5.622350563505879, 56.255246225146884 ], [ -5.623355494946298, 56.254839141920392 ], [ -5.622814190419449, 56.2546491095978 ], [ -5.623008572122672, 56.254398851969164 ], [ -5.621967770509929, 56.253333327692125 ], [ -5.621931308003836, 56.25226444450616 ], [ -5.622570312525352, 56.252343722511242 ], [ -5.623351023991495, 56.251701345915713 ], [ -5.624160403698526, 56.251703691484458 ], [ -5.623883862110094, 56.251307195623625 ], [ -5.62550481793126, 56.252239702087188 ], [ -5.626265242012635, 56.253874474797996 ], [ -5.625308010174807, 56.254272990730129 ], [ -5.623798517948908, 56.255919484170477 ], [ -5.622445352412896, 56.255548248700762 ], [ -5.622757708099572, 56.25651104235623 ], [ -5.621611645712213, 56.255819036259545 ], [ -5.621653869727477, 56.256538892278229 ], [ -5.622580949485396, 56.256776967021672 ], [ -5.621416908882923, 56.256936951125034 ], [ -5.620505067330037, 56.257799841021466 ], [ -5.617792056041042, 56.261911809794846 ], [ -5.614437360031484, 56.263682292533574 ], [ -5.614153749132798, 56.263501769887441 ], [ -5.613141149359333, 56.264156253254299 ], [ -5.61304918706289, 56.263952144545833 ], [ -5.612412723459935, 56.264226991358782 ], [ -5.611622936257175, 56.265531303909881 ], [ -5.609403198448429, 56.265807420883938 ] ] ], [ [ [ -6.396759364275282, 56.239125965884618 ], [ -6.397293076091199, 56.238977444220971 ], [ -6.398002176228375, 56.24044078150304 ], [ -6.396666689067214, 56.240555788466921 ], [ -6.395956406488747, 56.239996430779065 ], [ -6.397200308343911, 56.239618455435732 ], [ -6.396759364275282, 56.239125965884618 ] ] ], [ [ [ -6.411282868758073, 56.239701808707188 ], [ -6.413198559083663, 56.239296074322155 ], [ -6.414510653836951, 56.239959751676047 ], [ -6.413348485819145, 56.24017668006389 ], [ -6.411289691959213, 56.239971401222888 ], [ -6.411282868758073, 56.239701808707188 ] ] ], [ [ [ -6.411553357699948, 56.241419099186572 ], [ -6.411616948594005, 56.240989587053072 ], [ -6.413842122816531, 56.241166429233026 ], [ -6.411553357699948, 56.241419099186572 ] ] ], [ [ [ -5.639060829244371, 56.270840745612887 ], [ -5.639172487961899, 56.270230550349225 ], [ -5.636933639325449, 56.270561670715651 ], [ -5.636551526434041, 56.269431024121126 ], [ -5.635637712063447, 56.269421934375316 ], [ -5.63578226791293, 56.268221850014797 ], [ -5.635443831895938, 56.268060968895263 ], [ -5.634977318071211, 56.268525146374039 ], [ -5.63463831120748, 56.26842631929847 ], [ -5.634442513463895, 56.267521264262783 ], [ -5.635178675990068, 56.266544752441995 ], [ -5.634434090824212, 56.266479428852307 ], [ -5.633305928320906, 56.267139277156559 ], [ -5.633697541348126, 56.266600882068531 ], [ -5.633130143273795, 56.266376592812819 ], [ -5.633339519076102, 56.266114189856161 ], [ -5.632024535647512, 56.266507981886527 ], [ -5.631021547462438, 56.265404550858229 ], [ -5.631405584248834, 56.264070663090259 ], [ -5.630366846101826, 56.262401831496675 ], [ -5.632375560926325, 56.260841292199352 ], [ -5.632053571758354, 56.260086499051312 ], [ -5.633253970986225, 56.259457803140982 ], [ -5.63167324256593, 56.258000920053597 ], [ -5.63355969930074, 56.255154605389897 ], [ -5.63336297072299, 56.254732405523072 ], [ -5.631770217861992, 56.254168708386821 ], [ -5.630140302262036, 56.254763252883819 ], [ -5.629486353271058, 56.254424605791421 ], [ -5.629519925824822, 56.253619805124529 ], [ -5.62860965643944, 56.252399448737592 ], [ -5.626739785887761, 56.252455226455496 ], [ -5.625797370089857, 56.251542394441934 ], [ -5.624786916793205, 56.251480320696167 ], [ -5.623276723525817, 56.250710895846268 ], [ -5.623049421383367, 56.247043755361467 ], [ -5.621686406410667, 56.247384907765301 ], [ -5.619392622016313, 56.248865514096849 ], [ -5.617723663534077, 56.247746421239654 ], [ -5.619101824081748, 56.246094854300516 ], [ -5.617972419857043, 56.244566152147463 ], [ -5.618109733796414, 56.243591983744757 ], [ -5.617628754223817, 56.242961395757938 ], [ -5.618238856516684, 56.242257508271145 ], [ -5.619024834550618, 56.242031294082736 ], [ -5.61841882417379, 56.241769412588617 ], [ -5.618544702699288, 56.241460925770909 ], [ -5.61820435134991, 56.241532929797465 ], [ -5.619807357174976, 56.239888253707456 ], [ -5.619392725091768, 56.239635157592183 ], [ -5.619581817296479, 56.239175564234053 ], [ -5.620073655296705, 56.239254666293732 ], [ -5.620733727485732, 56.238824431405661 ], [ -5.620640666794071, 56.23710444432507 ], [ -5.621321709444816, 56.236742823346773 ], [ -5.623060705753595, 56.234166220665834 ], [ -5.622946981983995, 56.233150850728215 ], [ -5.626919510301216, 56.229786685526427 ], [ -5.627630794368968, 56.226948852175724 ], [ -5.627067838109452, 56.226713624437622 ], [ -5.627004027176358, 56.224247404011692 ], [ -5.628750196738283, 56.223598214438404 ], [ -5.629096453088809, 56.222396704656191 ], [ -5.629880852157278, 56.222584956121004 ], [ -5.630303062213676, 56.222356761099157 ], [ -5.630130145162995, 56.221723463173447 ], [ -5.630732830211986, 56.220589040227701 ], [ -5.632238603758036, 56.220453968708938 ], [ -5.632590892758993, 56.219862775703291 ], [ -5.633743404402914, 56.219610395658044 ], [ -5.63442064719687, 56.219025823059972 ], [ -5.632709065376279, 56.217924381695205 ], [ -5.631354243558288, 56.218101778269634 ], [ -5.630808834136801, 56.216976818246671 ], [ -5.629906185618891, 56.217481677867958 ], [ -5.629206591972502, 56.217335893168489 ], [ -5.628940602851211, 56.216997543602041 ], [ -5.630605566555722, 56.216517045000195 ], [ -5.630215477339656, 56.216060963126182 ], [ -5.628415365213269, 56.215965490713543 ], [ -5.629252842044822, 56.215266546987408 ], [ -5.630364675852092, 56.215472147273424 ], [ -5.630188429027138, 56.214036028245893 ], [ -5.630759766530559, 56.211668023595571 ], [ -5.632441043672232, 56.210340039010596 ], [ -5.633581476960782, 56.208072167388607 ], [ -5.633107249155524, 56.207834360622321 ], [ -5.632398299098712, 56.208610476828532 ], [ -5.631242155393095, 56.20900861506189 ], [ -5.631647940585065, 56.207926725119009 ], [ -5.631418594460213, 56.206440917495989 ], [ -5.630318310213377, 56.206405825239386 ], [ -5.629956603795819, 56.205395947024151 ], [ -5.629511676219447, 56.205382047732598 ], [ -5.630121653134798, 56.205094384848515 ], [ -5.629804900527517, 56.204474305101606 ], [ -5.630745507007532, 56.204356747588655 ], [ -5.631597298232373, 56.204664383787197 ], [ -5.631798080870274, 56.205251904196658 ], [ -5.633236639530534, 56.205537780129085 ], [ -5.633308147673438, 56.207059697762539 ], [ -5.63507207218184, 56.206436854782659 ], [ -5.635641644028953, 56.205637850132405 ], [ -5.635391613084537, 56.204786541620294 ], [ -5.633156207689775, 56.20213245236021 ], [ -5.632532662689369, 56.20202041876238 ], [ -5.632549231244764, 56.202280678460184 ], [ -5.631697999520754, 56.202404614092799 ], [ -5.631455584520144, 56.203081591196458 ], [ -5.630705903955728, 56.203085647452525 ], [ -5.631054208954376, 56.202675297236745 ], [ -5.63027656191398, 56.202468878402442 ], [ -5.630209969719624, 56.201679604187774 ], [ -5.629072859216349, 56.20065654650378 ], [ -5.628607090030229, 56.19939796743482 ], [ -5.629307720466821, 56.197255442767272 ], [ -5.628897084741928, 56.196579677055531 ], [ -5.629572881477816, 56.195795560652911 ], [ -5.62911782506598, 56.19516156192325 ], [ -5.62953654602993, 56.193279072804003 ], [ -5.630172918971676, 56.192505101622025 ], [ -5.632419145972658, 56.192128854633097 ], [ -5.632989500914157, 56.19168049568011 ], [ -5.632632639400935, 56.191147020558653 ], [ -5.631377058943022, 56.191085043296049 ], [ -5.631264352797316, 56.190319602918073 ], [ -5.630286405341113, 56.190294407431558 ], [ -5.630616333968376, 56.18943503239533 ], [ -5.631794377506263, 56.189274514749009 ], [ -5.632454264117265, 56.188153673604262 ], [ -5.633763969681502, 56.188447819322469 ], [ -5.634943884373194, 56.190606970018962 ], [ -5.63579574540187, 56.190662814849297 ], [ -5.636612624253036, 56.189838536493042 ], [ -5.637643444371712, 56.189826159054391 ], [ -5.640117422311643, 56.190238790404685 ], [ -5.641091507711302, 56.19013814345287 ], [ -5.643506921563473, 56.190952548491317 ], [ -5.644506756135746, 56.192312206144749 ], [ -5.644867679530183, 56.192207145371121 ], [ -5.64487878189074, 56.19317338571026 ], [ -5.648176668782605, 56.195040616426638 ], [ -5.650226592799104, 56.198536122845503 ], [ -5.650392186205672, 56.201125231725136 ], [ -5.649632353944233, 56.201700653821753 ], [ -5.648879779334556, 56.201758854519078 ], [ -5.648336317387452, 56.202489719772323 ], [ -5.649067763466677, 56.202463616544364 ], [ -5.650053186256921, 56.203666313142172 ], [ -5.649691550536099, 56.204104088031379 ], [ -5.650464392066813, 56.204512833912929 ], [ -5.650988646820671, 56.204173650438811 ], [ -5.651232131372321, 56.204867777965994 ], [ -5.651233718711225, 56.205308306891958 ], [ -5.650657719601679, 56.205527637381628 ], [ -5.65072985752687, 56.206964119836577 ], [ -5.649644821334204, 56.207598603247924 ], [ -5.650756178259044, 56.208258094846542 ], [ -5.650197797718346, 56.20891747714019 ], [ -5.653265735732984, 56.209707932616958 ], [ -5.65368995671654, 56.209164896006506 ], [ -5.655303077836058, 56.209247546386706 ], [ -5.65491183911987, 56.209713186509575 ], [ -5.653834435160622, 56.209834973712908 ], [ -5.655526104239137, 56.21014907346926 ], [ -5.658252860084262, 56.212096802474775 ], [ -5.658851571811715, 56.212115036070649 ], [ -5.659000154964662, 56.213080803584845 ], [ -5.659621571964448, 56.213539837379557 ], [ -5.65798681429504, 56.214552129826153 ], [ -5.657155383041184, 56.214479639909214 ], [ -5.656494578202628, 56.214775235448244 ], [ -5.655921080023925, 56.215868473939935 ], [ -5.657058876710916, 56.217106174803384 ], [ -5.657966265078942, 56.217382319354179 ], [ -5.65852691679884, 56.217000668091927 ], [ -5.660615814010712, 56.217060172420986 ], [ -5.661882914779828, 56.217503658538945 ], [ -5.662375728294252, 56.2180680944467 ], [ -5.663114347596607, 56.218232317259449 ], [ -5.663295276654689, 56.217930236880903 ], [ -5.665773951822747, 56.218791816879659 ], [ -5.665274998556588, 56.220240746963491 ], [ -5.663809954463429, 56.220868642435697 ], [ -5.664431658510503, 56.220872682306783 ], [ -5.663892067046157, 56.221221366761888 ], [ -5.664277532472207, 56.222468727854263 ], [ -5.663832673308042, 56.222711201111572 ], [ -5.663545447867006, 56.222238679832309 ], [ -5.663144804838577, 56.223450907835449 ], [ -5.661820690440634, 56.224542149557116 ], [ -5.661348916146942, 56.22585538330349 ], [ -5.660802722805726, 56.226051394950879 ], [ -5.661816445643328, 56.226610289683293 ], [ -5.662037437231345, 56.227741147774942 ], [ -5.660391631180598, 56.230536775466668 ], [ -5.66134082244329, 56.230841333580045 ], [ -5.661189279948077, 56.231789916599787 ], [ -5.661681536558905, 56.232211411216703 ], [ -5.659847366060344, 56.232782753136213 ], [ -5.65831405200642, 56.237099046625026 ], [ -5.657543845215478, 56.237148819449807 ], [ -5.657618027007866, 56.235811409679059 ], [ -5.655466986453723, 56.238648885292449 ], [ -5.654946213237375, 56.238097835062376 ], [ -5.654213244040064, 56.240147055284467 ], [ -5.655084276540728, 56.24098446372254 ], [ -5.654815833942295, 56.241217186079659 ], [ -5.654284561607836, 56.240810304469676 ], [ -5.653517732458298, 56.243521381761646 ], [ -5.65287169936001, 56.244282261905326 ], [ -5.652626246463859, 56.244163638044711 ], [ -5.651508410416771, 56.246413028286057 ], [ -5.650553456425511, 56.247322386364402 ], [ -5.651324732555437, 56.24728162041658 ], [ -5.651421091569605, 56.246937103951623 ], [ -5.652627790894835, 56.247144212921867 ], [ -5.652357477076733, 56.248289602195769 ], [ -5.65323272657009, 56.248915604929998 ], [ -5.653986643922042, 56.248861848948358 ], [ -5.654284939083459, 56.249280117402073 ], [ -5.653904130075067, 56.249520654387041 ], [ -5.654372377184359, 56.249434880221159 ], [ -5.654730115704136, 56.249968277305051 ], [ -5.654234535798031, 56.252307185281808 ], [ -5.654762254438047, 56.252336539062284 ], [ -5.655351731707253, 56.251743663213084 ], [ -5.655794589814218, 56.252153157537577 ], [ -5.65576064937599, 56.253066780349982 ], [ -5.655168142470416, 56.253120268426713 ], [ -5.655264652635406, 56.253454588827623 ], [ -5.65406887457046, 56.25438008474476 ], [ -5.654184436949397, 56.256183922008994 ], [ -5.653708841450693, 56.256701494062085 ], [ -5.65317885423339, 56.256564306188451 ], [ -5.652815785780887, 56.256822296652587 ], [ -5.652357504633518, 56.259384872513778 ], [ -5.651455042400912, 56.261101897192241 ], [ -5.650027908051567, 56.262061155234285 ], [ -5.650052459635276, 56.26257293381385 ], [ -5.6483986481457, 56.263867045770368 ], [ -5.64807019854807, 56.26465897991789 ], [ -5.647305577477612, 56.265027704934418 ], [ -5.646652098752432, 56.264867157101939 ], [ -5.645782252927058, 56.26514906348374 ], [ -5.644770212635184, 56.266568055269126 ], [ -5.644137199828609, 56.266622680839305 ], [ -5.643672205562465, 56.266150858167428 ], [ -5.642259900926917, 56.266250917719972 ], [ -5.641923488752219, 56.266705895478452 ], [ -5.642803599378702, 56.267210449941295 ], [ -5.642730532079435, 56.267716113241526 ], [ -5.641881682649874, 56.267795068700245 ], [ -5.642031811468253, 56.268608850245812 ], [ -5.640332246393622, 56.270191912359124 ], [ -5.639060829244371, 56.270840745612887 ] ] ], [ [ [ -6.348450541295915, 56.249278246257198 ], [ -6.349083081445686, 56.24922899522273 ], [ -6.349603339084688, 56.249826783443474 ], [ -6.348300086207031, 56.249589346770605 ], [ -6.348697276171864, 56.249530393578127 ], [ -6.348450541295915, 56.249278246257198 ] ] ], [ [ [ -6.369838346894135, 56.255206286151633 ], [ -6.370511048022644, 56.255083551270843 ], [ -6.371492892996249, 56.255404088090827 ], [ -6.371533303347976, 56.255757934824615 ], [ -6.370930831110096, 56.255788246900629 ], [ -6.369872605704565, 56.255506384689483 ], [ -6.369838346894135, 56.255206286151633 ] ] ], [ [ [ -5.588721359675496, 56.282304757652547 ], [ -5.58993496624427, 56.281457641334541 ], [ -5.590323058235848, 56.281717903771359 ], [ -5.589396822566798, 56.282854286516461 ], [ -5.588169906483843, 56.284128856824431 ], [ -5.587726869237181, 56.284317035891235 ], [ -5.587825636012057, 56.283905078508305 ], [ -5.587269063014994, 56.283916729213644 ], [ -5.587486286377166, 56.28338894800487 ], [ -5.588672714969917, 56.283164813366895 ], [ -5.588721359675496, 56.282304757652547 ] ] ], [ [ [ -6.2662383849546, 56.263490518456095 ], [ -6.265588627484998, 56.263243135045684 ], [ -6.266302957195399, 56.263272436277738 ], [ -6.2662383849546, 56.263490518456095 ] ] ], [ [ [ -6.266630921742118, 56.2633150752348 ], [ -6.267238287311018, 56.263109727073854 ], [ -6.267787964298788, 56.263329080188853 ], [ -6.267120756660441, 56.263505019112365 ], [ -6.266630921742118, 56.2633150752348 ] ] ], [ [ [ -6.269908553535048, 56.263795450472593 ], [ -6.269668336326811, 56.263452990101477 ], [ -6.270756438528871, 56.263500828100305 ], [ -6.269908553535048, 56.263795450472593 ] ] ], [ [ [ -6.302920564683911, 56.2646154304569 ], [ -6.303807921049987, 56.264170800318148 ], [ -6.304960681806223, 56.265367322289556 ], [ -6.304387189215652, 56.265513218137464 ], [ -6.304778637582001, 56.265760408145191 ], [ -6.304510027462949, 56.265987421496504 ], [ -6.303232613546871, 56.265593906276514 ], [ -6.303536956885987, 56.265425911246616 ], [ -6.302941778628047, 56.265235279543127 ], [ -6.302920564683911, 56.2646154304569 ] ] ], [ [ [ -6.302936436298504, 56.266625042617655 ], [ -6.303321777717836, 56.266386772450424 ], [ -6.304868869421929, 56.266706135208644 ], [ -6.303693659810174, 56.266962929405807 ], [ -6.302936436298504, 56.266625042617655 ] ] ], [ [ [ -6.307524371877866, 56.267180216384219 ], [ -6.307318427509047, 56.266499351022432 ], [ -6.309713387741387, 56.267142561513502 ], [ -6.309452260282157, 56.267421490519219 ], [ -6.307524371877866, 56.267180216384219 ] ] ], [ [ [ -6.259184963966499, 56.26937747521125 ], [ -6.259781919487469, 56.268641889349709 ], [ -6.260433370159721, 56.268758835340144 ], [ -6.259564127760627, 56.269589251834716 ], [ -6.259184963966499, 56.26937747521125 ] ] ], [ [ [ -6.27323103191249, 56.271406344240233 ], [ -6.273201693911881, 56.270854234623997 ], [ -6.27454058586606, 56.270902364761696 ], [ -6.273567579959024, 56.271525117465373 ], [ -6.27323103191249, 56.271406344240233 ] ] ], [ [ [ -6.291735675383565, 56.267630667128763 ], [ -6.292224781974785, 56.267092027939782 ], [ -6.293618418954872, 56.266908700782125 ], [ -6.293789453149673, 56.267136601231215 ], [ -6.294424903112056, 56.266894165800615 ], [ -6.296526860345689, 56.267909369779773 ], [ -6.295078781508086, 56.269407744019759 ], [ -6.294622820894173, 56.270961563033978 ], [ -6.293044454049383, 56.270508247081573 ], [ -6.291379202252751, 56.269279950483629 ], [ -6.291206735996973, 56.268606894988864 ], [ -6.29166111642529, 56.268262834828299 ], [ -6.291268743195465, 56.267862738986075 ], [ -6.292041541748641, 56.267835898854798 ], [ -6.291735675383565, 56.267630667128763 ] ] ], [ [ [ -6.270484955587497, 56.271784578956598 ], [ -6.272170593905271, 56.271029290599181 ], [ -6.272157661543557, 56.271564873733212 ], [ -6.271175695937441, 56.271963069262327 ], [ -6.270484955587497, 56.271784578956598 ] ] ], [ [ [ -6.297718773371607, 56.271038305479287 ], [ -6.297870723007089, 56.270592314775051 ], [ -6.298454889719498, 56.270684420997341 ], [ -6.298175144907376, 56.271215803638697 ], [ -6.297718773371607, 56.271038305479287 ] ] ], [ [ [ -5.595668026943964, 56.293961275164321 ], [ -5.596621863234838, 56.293599074558692 ], [ -5.596237400191941, 56.292553804812876 ], [ -5.596987097767124, 56.292067165883815 ], [ -5.597543581402953, 56.291967363460181 ], [ -5.599825990375071, 56.293044616523218 ], [ -5.600498076936878, 56.292747228969105 ], [ -5.600825390394104, 56.292909429531505 ], [ -5.600178235424413, 56.293901102934541 ], [ -5.599178210002986, 56.294356384397361 ], [ -5.598505140658468, 56.294368775968941 ], [ -5.598599565681624, 56.293963228995395 ], [ -5.597806080086817, 56.29382986874014 ], [ -5.596529203333334, 56.29455661925892 ], [ -5.595668026943964, 56.293961275164321 ] ] ], [ [ [ -6.328380509976832, 56.271951310673302 ], [ -6.328218703972125, 56.271592715618418 ], [ -6.329341614962258, 56.272016577563541 ], [ -6.328380509976832, 56.271951310673302 ] ] ], [ [ [ -6.3509159256756, 56.270971009447265 ], [ -6.35128979518556, 56.270634051816835 ], [ -6.351945406221648, 56.270642443192884 ], [ -6.352306537070558, 56.270904048440322 ], [ -6.351321072239841, 56.271406455420419 ], [ -6.3509159256756, 56.270971009447265 ] ] ], [ [ [ -5.656210536677243, 56.294032237326533 ], [ -5.653854615088806, 56.29272799434613 ], [ -5.654107007347856, 56.292560492690527 ], [ -5.65626436894282, 56.293884987075884 ], [ -5.656836545064286, 56.293307913311253 ], [ -5.655158943737159, 56.293044608204333 ], [ -5.655624925684143, 56.292151487940011 ], [ -5.656443436088224, 56.291851258774706 ], [ -5.656384094259126, 56.291467286951324 ], [ -5.655658121245145, 56.291805241378157 ], [ -5.655225763961128, 56.291612120216023 ], [ -5.6551051600849, 56.291957353417757 ], [ -5.653717641218879, 56.292428135839799 ], [ -5.652265147685457, 56.292371234985389 ], [ -5.652107922707177, 56.291283438423385 ], [ -5.653391571326892, 56.291604277133608 ], [ -5.65390338200029, 56.291359879276648 ], [ -5.653139320461707, 56.290757557285581 ], [ -5.652787832023904, 56.290835373929411 ], [ -5.653378783109158, 56.290370152549109 ], [ -5.653279893156071, 56.289842588442944 ], [ -5.654228597342147, 56.289703966889753 ], [ -5.656577397570007, 56.290580425436481 ], [ -5.660744375452207, 56.291076651488325 ], [ -5.662943323219821, 56.290470264953015 ], [ -5.662521964167017, 56.290189627454403 ], [ -5.663111054761616, 56.29029715928408 ], [ -5.664078270562948, 56.289457489587264 ], [ -5.662434548298191, 56.291015820487296 ], [ -5.663294264465096, 56.292328265379524 ], [ -5.66179165629843, 56.293859027478589 ], [ -5.660616745208933, 56.294337978636214 ], [ -5.659856754616547, 56.2937292812463 ], [ -5.659107434392276, 56.293654346901334 ], [ -5.658771068128135, 56.294262219330157 ], [ -5.65672621799442, 56.294707522330484 ], [ -5.656210536677243, 56.294032237326533 ] ] ], [ [ [ -6.359830174519429, 56.272172344210716 ], [ -6.359729102613425, 56.271285476290927 ], [ -6.360407069202101, 56.271418954199305 ], [ -6.360369298435643, 56.272009412734413 ], [ -6.359830174519429, 56.272172344210716 ] ] ], [ [ [ -6.34453127430731, 56.272468333701013 ], [ -6.342164289500378, 56.271553173544433 ], [ -6.341842370730573, 56.271209214264573 ], [ -6.342199799400913, 56.270940319995461 ], [ -6.34565747459333, 56.271353924319016 ], [ -6.345326645950449, 56.272354922211974 ], [ -6.346121595481779, 56.272308976994758 ], [ -6.346389756918983, 56.271894805194982 ], [ -6.347146573695179, 56.27194013666746 ], [ -6.347211216854713, 56.272508995778075 ], [ -6.346628305112615, 56.272713882764272 ], [ -6.34453127430731, 56.272468333701013 ] ] ], [ [ [ -6.350606661941898, 56.275429549953856 ], [ -6.346615036693954, 56.275300187926753 ], [ -6.345763864971247, 56.274709522931026 ], [ -6.345029111820916, 56.274645417740039 ], [ -6.344725339183186, 56.273963544054801 ], [ -6.345032343129913, 56.273606472484033 ], [ -6.346249232031687, 56.274143805678051 ], [ -6.346486913347903, 56.273888104827449 ], [ -6.345391206451908, 56.273279056168008 ], [ -6.345891541089496, 56.27341436268091 ], [ -6.346232767482051, 56.273074072675954 ], [ -6.347661042710735, 56.273266673539965 ], [ -6.347385005947735, 56.273042535256813 ], [ -6.348853586892376, 56.272523160099752 ], [ -6.348473596222645, 56.272451087458315 ], [ -6.349225278960195, 56.271669117591991 ], [ -6.351146202492668, 56.272285054706373 ], [ -6.352002079642664, 56.272277400138641 ], [ -6.351891824367189, 56.272587087533836 ], [ -6.353118847302166, 56.272786712940459 ], [ -6.354284080600433, 56.273721535594987 ], [ -6.355582729545547, 56.273342980771545 ], [ -6.356332310025987, 56.27389219060241 ], [ -6.355219543710693, 56.274412607240457 ], [ -6.355702914576955, 56.274611432630088 ], [ -6.351709432821392, 56.27489154027036 ], [ -6.351829792387587, 56.275310031180283 ], [ -6.350905262964121, 56.275212169512983 ], [ -6.351253794755726, 56.275433747971981 ], [ -6.350606661941898, 56.275429549953856 ] ] ], [ [ [ -6.330578611388302, 56.276875043087664 ], [ -6.330690826952699, 56.276295485363782 ], [ -6.331494642774048, 56.277040810799022 ], [ -6.331238266222903, 56.277346603416433 ], [ -6.330578611388302, 56.276875043087664 ] ] ], [ [ [ -6.373845964785086, 56.275782949182904 ], [ -6.374620817358606, 56.275490187802809 ], [ -6.374786731271657, 56.276163387541352 ], [ -6.373890157668378, 56.276240096589596 ], [ -6.373845964785086, 56.275782949182904 ] ] ], [ [ [ -6.22853580541859, 56.282340359744722 ], [ -6.229346785736564, 56.28204190259251 ], [ -6.229650586506033, 56.282215877325328 ], [ -6.2292101752655, 56.282502556762886 ], [ -6.22853580541859, 56.282340359744722 ] ] ], [ [ [ -6.158968507407358, 56.285511854510425 ], [ -6.159711091852791, 56.285203576913652 ], [ -6.159500858582237, 56.285574882836812 ], [ -6.158968507407358, 56.285511854510425 ] ] ], [ [ [ -6.225762604842874, 56.283142105184169 ], [ -6.226257516500456, 56.283070322631062 ], [ -6.225839837659914, 56.2834020797821 ], [ -6.225762604842874, 56.283142105184169 ] ] ], [ [ [ -6.228166675837632, 56.283344990211667 ], [ -6.229088078451147, 56.283065242086785 ], [ -6.228615515797038, 56.283704672041139 ], [ -6.228166675837632, 56.283344990211667 ] ] ], [ [ [ -6.237266807249573, 56.283348138950345 ], [ -6.237657676249423, 56.282906637645645 ], [ -6.237682483012786, 56.283334787597681 ], [ -6.23734116248135, 56.283566835386964 ], [ -6.237266807249573, 56.283348138950345 ] ] ], [ [ [ -6.232272219456165, 56.283990529465697 ], [ -6.232543786150149, 56.283653859970435 ], [ -6.232606874249774, 56.284092390774632 ], [ -6.232272219456165, 56.283990529465697 ] ] ], [ [ [ -6.182422513172173, 56.285147701156653 ], [ -6.182820104664384, 56.284495711140728 ], [ -6.184712720639871, 56.285020725567797 ], [ -6.184494678275386, 56.285392343008326 ], [ -6.182970823495305, 56.285947553844522 ], [ -6.182428848292338, 56.285723069047663 ], [ -6.182422513172173, 56.285147701156653 ] ] ], [ [ [ -6.180887533402767, 56.286045014001679 ], [ -6.181071218171083, 56.285728526601503 ], [ -6.181322228269232, 56.285953866294022 ], [ -6.180887533402767, 56.286045014001679 ] ] ], [ [ [ -6.219862445692773, 56.284517349830978 ], [ -6.220422207015333, 56.284300378355944 ], [ -6.220601123790809, 56.284793416408014 ], [ -6.219881707050094, 56.285102178179841 ], [ -6.219862445692773, 56.284517349830978 ] ] ], [ [ [ -6.170646778547706, 56.287847889310235 ], [ -6.170970855083646, 56.286964593240903 ], [ -6.171100496882861, 56.287189551102607 ], [ -6.171430240045934, 56.286877144641728 ], [ -6.171258739109953, 56.28775079708678 ], [ -6.170646778547706, 56.287847889310235 ] ] ], [ [ [ -6.220573725137558, 56.28586369600098 ], [ -6.221043108737837, 56.285589550519525 ], [ -6.220798594968576, 56.286186983714877 ], [ -6.220573725137558, 56.28586369600098 ] ] ], [ [ [ -6.212126185074382, 56.286329019144986 ], [ -6.212472676975376, 56.286024919431945 ], [ -6.212622160121358, 56.286721326382192 ], [ -6.212126185074382, 56.286329019144986 ] ] ], [ [ [ -6.202001013562356, 56.287406602143314 ], [ -6.202569158226763, 56.287279365030763 ], [ -6.202599686107403, 56.287557127523343 ], [ -6.201869408830485, 56.287901224612881 ], [ -6.202001013562356, 56.287406602143314 ] ] ], [ [ [ -6.359147283758889, 56.282350974512084 ], [ -6.360083890757767, 56.281418507274687 ], [ -6.360890844801776, 56.281830755117547 ], [ -6.359700931040271, 56.282668730423111 ], [ -6.359147283758889, 56.282350974512084 ] ] ], [ [ [ -6.209614111581915, 56.287745646444542 ], [ -6.209876135356369, 56.287099976592472 ], [ -6.210271663272287, 56.28769627106545 ], [ -6.209766173823233, 56.287951817309064 ], [ -6.209614111581915, 56.287745646444542 ] ] ], [ [ [ -6.352120889047031, 56.281420362114027 ], [ -6.354209052464688, 56.28009211102237 ], [ -6.354892076490667, 56.280481779910033 ], [ -6.354904975989204, 56.280027115479257 ], [ -6.357432745789436, 56.279933517231008 ], [ -6.35794171953329, 56.280356289353172 ], [ -6.357834503025474, 56.280976177464325 ], [ -6.35685367865666, 56.28166284338527 ], [ -6.356981206175981, 56.282427357034528 ], [ -6.355883245734852, 56.282582985246265 ], [ -6.355987908259703, 56.283217888682941 ], [ -6.353953458632068, 56.283172652343048 ], [ -6.352750957426626, 56.282765297528734 ], [ -6.3529090179775, 56.282094156496242 ], [ -6.352350649363624, 56.281947428239533 ], [ -6.352120889047031, 56.281420362114027 ] ] ], [ [ [ -6.193454093892596, 56.288798548551213 ], [ -6.193792404818132, 56.288418337162568 ], [ -6.194306278876549, 56.288459360251906 ], [ -6.193827116368413, 56.289177112033343 ], [ -6.19333671404903, 56.289202741959599 ], [ -6.193454093892596, 56.288798548551213 ] ] ], [ [ [ -6.206178460264461, 56.289000286435055 ], [ -6.206881621182641, 56.288189420267479 ], [ -6.207052389827041, 56.288786178314012 ], [ -6.206178460264461, 56.289000286435055 ] ] ], [ [ [ -6.210821898392613, 56.288361042058952 ], [ -6.211547153113409, 56.287751750571573 ], [ -6.211825479598816, 56.288003081958742 ], [ -6.212439618816854, 56.287779798953665 ], [ -6.21290916216227, 56.288298916622686 ], [ -6.212680718550719, 56.288940751208997 ], [ -6.21181667343771, 56.289024155715843 ], [ -6.210821898392613, 56.288361042058952 ] ] ], [ [ [ -6.195095215362223, 56.289754637262895 ], [ -6.195597275830616, 56.289319399255902 ], [ -6.1957352379299, 56.28969244491104 ], [ -6.195095215362223, 56.289754637262895 ] ] ], [ [ [ -6.37010447880425, 56.284140631261081 ], [ -6.370774750468603, 56.284062962704475 ], [ -6.371735808745281, 56.284690053964638 ], [ -6.370649114247255, 56.284944352507118 ], [ -6.370357776160668, 56.284729796943708 ], [ -6.37010447880425, 56.284140631261081 ] ] ], [ [ [ -6.367527312138042, 56.284865831605323 ], [ -6.36724569289234, 56.284453050794177 ], [ -6.369751501485843, 56.284589336579479 ], [ -6.369796035409403, 56.284979014950338 ], [ -6.368840451560779, 56.285107238144263 ], [ -6.367527312138042, 56.284865831605323 ] ] ], [ [ [ -6.354271557607554, 56.285185151690513 ], [ -6.354526667999694, 56.284798405168743 ], [ -6.355320771797945, 56.28502676011275 ], [ -6.355343772449532, 56.285583593317085 ], [ -6.354962728869568, 56.285574534812191 ], [ -6.354271557607554, 56.285185151690513 ] ] ], [ [ [ -6.359216241263747, 56.286359987660788 ], [ -6.359716867660108, 56.285928592783449 ], [ -6.360202963547626, 56.286149793263668 ], [ -6.359556634909422, 56.286437924105257 ], [ -6.359150281397429, 56.287270735385036 ], [ -6.359216241263747, 56.286359987660788 ] ] ], [ [ [ -6.35260725739106, 56.287753168154296 ], [ -6.354115998772006, 56.287511147910145 ], [ -6.354704848013219, 56.287782715415659 ], [ -6.35473090455166, 56.288366423564618 ], [ -6.353293703940193, 56.288668890698595 ], [ -6.352518069932706, 56.288035130359361 ], [ -6.35260725739106, 56.287753168154296 ] ] ], [ [ [ -6.459989811977219, 56.284995024578038 ], [ -6.460296957475188, 56.284647535989762 ], [ -6.460972810772255, 56.284743670609473 ], [ -6.461002397287174, 56.285163556767834 ], [ -6.460575874318441, 56.285277894766971 ], [ -6.46036763694245, 56.285003875278647 ], [ -6.459989811977219, 56.284995024578038 ] ] ], [ [ [ -6.392139333607272, 56.28902149323158 ], [ -6.391325881487013, 56.288416291202459 ], [ -6.391461022057364, 56.287903304878931 ], [ -6.390071211996728, 56.287278098019002 ], [ -6.390209234536546, 56.286085932612458 ], [ -6.391354743287745, 56.28564048732057 ], [ -6.391176022640707, 56.285421976963661 ], [ -6.393693560139669, 56.286362364307372 ], [ -6.393372183880116, 56.287857869699081 ], [ -6.392501987305837, 56.288307040231118 ], [ -6.393128321080679, 56.288761483534593 ], [ -6.394432069679516, 56.288566727299134 ], [ -6.394149616572257, 56.289134424412673 ], [ -6.393563746602869, 56.288961872040666 ], [ -6.393408041831167, 56.28929570354827 ], [ -6.392139333607272, 56.28902149323158 ] ] ], [ [ [ -6.455213191055649, 56.286871817655879 ], [ -6.454190724010409, 56.286216080222239 ], [ -6.453793405983044, 56.2864147912858 ], [ -6.452802565695621, 56.286099702166005 ], [ -6.451269637599295, 56.285156513272256 ], [ -6.451241421213492, 56.284775254789217 ], [ -6.452764125650703, 56.284450558238007 ], [ -6.453799197987748, 56.285006910001897 ], [ -6.454793524084953, 56.285074510344792 ], [ -6.454104434986634, 56.284573157479933 ], [ -6.454957471449789, 56.284677330092535 ], [ -6.453671383201469, 56.283909663970192 ], [ -6.453879648799629, 56.282782316169154 ], [ -6.457300446369606, 56.284453427630289 ], [ -6.458346630003252, 56.286075217825797 ], [ -6.459727951732389, 56.285647598728822 ], [ -6.46047140706039, 56.286128970303494 ], [ -6.460164019717351, 56.286751706927873 ], [ -6.457982807093934, 56.286214268723356 ], [ -6.456376760938443, 56.285269280852916 ], [ -6.455283717620906, 56.285187262599109 ], [ -6.454945462148988, 56.285545753352395 ], [ -6.456265184751819, 56.286393147438169 ], [ -6.456487086009247, 56.286978797614907 ], [ -6.455995233286916, 56.287198914174056 ], [ -6.455213191055649, 56.286871817655879 ] ] ], [ [ [ -6.355470463093489, 56.290386556840495 ], [ -6.355964709641259, 56.290324168382078 ], [ -6.35599056489244, 56.290763975613558 ], [ -6.35546041282119, 56.290724195405588 ], [ -6.355470463093489, 56.290386556840495 ] ] ], [ [ [ -6.459056077964489, 56.287415922456184 ], [ -6.457526836542467, 56.286464578955744 ], [ -6.45920534028863, 56.28710111789411 ], [ -6.459466835279168, 56.287540519760086 ], [ -6.459056077964489, 56.287415922456184 ] ] ], [ [ [ -6.456879404580622, 56.28847126654167 ], [ -6.45661559857966, 56.288219932769302 ], [ -6.455941276975413, 56.288262236774067 ], [ -6.455338228080857, 56.287528421881319 ], [ -6.456950286964238, 56.28796950301772 ], [ -6.456879404580622, 56.28847126654167 ] ] ], [ [ [ -6.351284104063062, 56.292112491500234 ], [ -6.351391146321393, 56.291632028977581 ], [ -6.352581763902031, 56.291648571127766 ], [ -6.35204153609271, 56.292301686920084 ], [ -6.351284104063062, 56.292112491500234 ] ] ], [ [ [ -5.838102287408092, 56.308077440313482 ], [ -5.839065792239968, 56.308007074125058 ], [ -5.83881280468009, 56.30911194990329 ], [ -5.836027535093062, 56.30948610608349 ], [ -5.835217156648116, 56.309470772122694 ], [ -5.835287312347382, 56.309041477647973 ], [ -5.837712868317229, 56.308709971210234 ], [ -5.838102287408092, 56.308077440313482 ] ] ], [ [ [ -5.597731539700802, 56.317149429212385 ], [ -5.598691060675439, 56.316549693616437 ], [ -5.598563834190686, 56.316916632318247 ], [ -5.599008565560638, 56.317017882641991 ], [ -5.598526039993111, 56.317408642563301 ], [ -5.598275872516873, 56.317260373343025 ], [ -5.597731539700802, 56.317149429212385 ] ] ], [ [ [ -6.39330065188961, 56.292526720960467 ], [ -6.393466139935929, 56.291560234014938 ], [ -6.394215483650191, 56.292254049499235 ], [ -6.393554643562722, 56.292710173539916 ], [ -6.39330065188961, 56.292526720960467 ] ] ], [ [ [ -5.610245889573976, 56.318797100925416 ], [ -5.610677684759295, 56.318076002917614 ], [ -5.61113756381202, 56.318234311252986 ], [ -5.611376484307662, 56.317989073793292 ], [ -5.611003564474765, 56.318648215890605 ], [ -5.610245889573976, 56.318797100925416 ] ] ], [ [ [ -5.608452759701652, 56.318432223813424 ], [ -5.609498029503682, 56.318022310507573 ], [ -5.609577102228805, 56.318311314815432 ], [ -5.609996541054137, 56.318178596843723 ], [ -5.608606329006759, 56.318927648999299 ], [ -5.608452759701652, 56.318432223813424 ] ] ], [ [ [ -6.383496343369901, 56.293686107123207 ], [ -6.383572841085129, 56.293013312930604 ], [ -6.385237399783212, 56.291802986862869 ], [ -6.386522824521922, 56.290178858431858 ], [ -6.387298547043066, 56.289962443078764 ], [ -6.387395192809006, 56.289324907281006 ], [ -6.388081621809327, 56.289246572291439 ], [ -6.388590375436949, 56.289804150722894 ], [ -6.387993902443791, 56.290243568033958 ], [ -6.388743253529559, 56.290783609748161 ], [ -6.3884697773013, 56.291148598954905 ], [ -6.38898079455513, 56.291796040002126 ], [ -6.387527992130954, 56.292032004582758 ], [ -6.387287224765733, 56.29303443185092 ], [ -6.385194320080477, 56.292978282856396 ], [ -6.38426663455306, 56.293915127173477 ], [ -6.383496343369901, 56.293686107123207 ] ] ], [ [ [ -5.663020200765605, 56.317638806707841 ], [ -5.661641236507148, 56.316924358428771 ], [ -5.661964119066602, 56.31522893521192 ], [ -5.663695282073355, 56.314386446817579 ], [ -5.664309151387268, 56.314377257316153 ], [ -5.665140988773848, 56.314869616009673 ], [ -5.666238289351042, 56.31475618102079 ], [ -5.667483660562013, 56.313235702097003 ], [ -5.668632717230708, 56.31248232706907 ], [ -5.669879737468851, 56.312328453079196 ], [ -5.670356751384169, 56.310641914947936 ], [ -5.670897940046728, 56.310297673295352 ], [ -5.670587594684737, 56.30900313971582 ], [ -5.672307013484827, 56.308295740902231 ], [ -5.672620504251152, 56.307854849834229 ], [ -5.673077523820913, 56.308066063810578 ], [ -5.672977875835238, 56.307534037982258 ], [ -5.673874868122681, 56.307610801251109 ], [ -5.67425051000308, 56.307311921232866 ], [ -5.675103922189116, 56.307776597899796 ], [ -5.674573828014957, 56.308403757053433 ], [ -5.675427503229264, 56.308450326444742 ], [ -5.675127833548696, 56.309034675982275 ], [ -5.675726470931482, 56.309120289977358 ], [ -5.676308150111887, 56.309786347164334 ], [ -5.675860981617023, 56.31051894332429 ], [ -5.676556249331104, 56.310768022312409 ], [ -5.675232859570668, 56.311472705892321 ], [ -5.67510413616922, 56.311984540968652 ], [ -5.674606548686031, 56.311940878449953 ], [ -5.674132233723747, 56.312728221618592 ], [ -5.673019937845378, 56.312684824939247 ], [ -5.672398822571847, 56.312955021920473 ], [ -5.672789113414616, 56.314575362224922 ], [ -5.670228661585487, 56.315793247758151 ], [ -5.668739210335549, 56.315698060288867 ], [ -5.669419278602805, 56.316293796548436 ], [ -5.668884768812923, 56.316624344868892 ], [ -5.667899914861897, 56.316392799069824 ], [ -5.667913669130936, 56.31586190390658 ], [ -5.667185453562627, 56.316112770108489 ], [ -5.666751275663189, 56.315887369506022 ], [ -5.666840755461388, 56.316145465357756 ], [ -5.665695891301739, 56.31593213179363 ], [ -5.665923781112043, 56.316199614027532 ], [ -5.66544809221964, 56.316047369402185 ], [ -5.665676399249206, 56.316656509209317 ], [ -5.665174889958709, 56.316572463255383 ], [ -5.665223479611025, 56.31707903224433 ], [ -5.663905962904752, 56.317005666037716 ], [ -5.663825672356456, 56.317686886547818 ], [ -5.663020200765605, 56.317638806707841 ] ] ], [ [ [ -6.379879291941243, 56.294232566007047 ], [ -6.379020153594079, 56.293651389469851 ], [ -6.378994387539827, 56.293144121054667 ], [ -6.382020384323202, 56.293297717102242 ], [ -6.382129464551893, 56.293896472908251 ], [ -6.380812668479611, 56.293767759506906 ], [ -6.381625754493705, 56.294229132639352 ], [ -6.381273373632683, 56.294470979825952 ], [ -6.379879291941243, 56.294232566007047 ] ] ], [ [ [ -6.388844812237871, 56.293851592742968 ], [ -6.389754432044857, 56.293603425596579 ], [ -6.389653540581989, 56.294344550082705 ], [ -6.388964792483526, 56.294333030350828 ], [ -6.388844812237871, 56.293851592742968 ] ] ], [ [ [ -6.390622193633859, 56.294962240892204 ], [ -6.390543136894843, 56.294344434675622 ], [ -6.391100955083616, 56.294342608163717 ], [ -6.390622193633859, 56.294962240892204 ] ] ], [ [ [ -5.604327643761829, 56.320598829110914 ], [ -5.605883904577659, 56.319190438557456 ], [ -5.605158618658222, 56.319391395260915 ], [ -5.605694237024804, 56.318569288464985 ], [ -5.607211900202011, 56.318278695295028 ], [ -5.607057930178906, 56.318601468231066 ], [ -5.607667067024905, 56.318832761136541 ], [ -5.606903708267739, 56.319727151163377 ], [ -5.605523066252736, 56.320458804618006 ], [ -5.604327643761829, 56.320598829110914 ] ] ], [ [ [ -6.382906588396583, 56.295186595450133 ], [ -6.382706016450429, 56.294833932230979 ], [ -6.384106318870342, 56.294914692585799 ], [ -6.384024360232609, 56.295398798829943 ], [ -6.382978580965069, 56.295673336725635 ], [ -6.38235571292753, 56.295460668016872 ], [ -6.382906588396583, 56.295186595450133 ] ] ], [ [ [ -6.391513527195497, 56.295047504011464 ], [ -6.392376011546034, 56.294670573333214 ], [ -6.392383540423343, 56.295862066344903 ], [ -6.391596874275479, 56.295561721709333 ], [ -6.391513527195497, 56.295047504011464 ] ] ], [ [ [ -5.593193698593711, 56.322037549469236 ], [ -5.592639219258255, 56.321905298312466 ], [ -5.592305542758095, 56.322400501071698 ], [ -5.591746725959701, 56.322394245995554 ], [ -5.591788752095884, 56.321808610165739 ], [ -5.591333565374827, 56.321785858591596 ], [ -5.593000579171347, 56.321274425324766 ], [ -5.594122268525345, 56.320212375929366 ], [ -5.594912696499907, 56.320531072133619 ], [ -5.594510775508276, 56.3209023899866 ], [ -5.595200556140358, 56.321268963579676 ], [ -5.593222257017618, 56.322513244153193 ], [ -5.593193698593711, 56.322037549469236 ] ] ], [ [ [ -5.593907471421655, 56.322745092456508 ], [ -5.594340315887644, 56.322530221662333 ], [ -5.594659142468743, 56.322651329601804 ], [ -5.593907471421655, 56.322745092456508 ] ] ], [ [ [ -5.591661286066655, 56.323722900435101 ], [ -5.591888585488102, 56.322956561913145 ], [ -5.593446396755424, 56.323261980640218 ], [ -5.59201961425771, 56.323833877581286 ], [ -5.591661286066655, 56.323722900435101 ] ] ], [ [ [ -6.383378819875986, 56.298443803091203 ], [ -6.381976391400334, 56.2979223832588 ], [ -6.381517236671607, 56.297938659084444 ], [ -6.381372304032296, 56.297521060979555 ], [ -6.382275898197381, 56.297219199050033 ], [ -6.383975505078857, 56.297581668584691 ], [ -6.385829581502537, 56.297457435057851 ], [ -6.385647539806871, 56.298196936391655 ], [ -6.38492647683797, 56.298609275255181 ], [ -6.383378819875986, 56.298443803091203 ] ] ], [ [ [ -6.38096301550435, 56.298677851624198 ], [ -6.380947679774597, 56.298120744551049 ], [ -6.38167420530737, 56.298108485324867 ], [ -6.382081027479405, 56.298552776998953 ], [ -6.38372944176546, 56.298962037653837 ], [ -6.383405373731157, 56.300367657727371 ], [ -6.382764338490049, 56.300349912217747 ], [ -6.38096301550435, 56.298677851624198 ] ] ], [ [ [ -5.588601964590095, 56.325519953728303 ], [ -5.58811998829768, 56.324954011241125 ], [ -5.589562232934644, 56.323167926929287 ], [ -5.591416709567245, 56.322498230814773 ], [ -5.589970491347134, 56.324068669853872 ], [ -5.590299851073848, 56.324301870986282 ], [ -5.591488053617585, 56.323687469093429 ], [ -5.591805437175454, 56.324051383604385 ], [ -5.59062481372039, 56.324746487561725 ], [ -5.591848432176251, 56.324508677176027 ], [ -5.591510569494502, 56.324873628994169 ], [ -5.59216672837828, 56.324796140794653 ], [ -5.591969889842841, 56.325112044799027 ], [ -5.590777264319764, 56.325335470193274 ], [ -5.590775343386716, 56.325056804712617 ], [ -5.590324375024324, 56.325595864239212 ], [ -5.58902711670676, 56.325997632686715 ], [ -5.588601964590095, 56.325519953728303 ] ] ], [ [ [ -5.967655323324044, 56.314173154077764 ], [ -5.966881573353967, 56.313811294100134 ], [ -5.970230946425978, 56.313735299294152 ], [ -5.971922219668353, 56.314207061913038 ], [ -5.970395080476642, 56.314458425981876 ], [ -5.967655323324044, 56.314173154077764 ] ] ], [ [ [ -6.373034087095326, 56.300847410436468 ], [ -6.36938593961601, 56.30084599237955 ], [ -6.368378312075757, 56.301088472322718 ], [ -6.367310022401951, 56.300941834874855 ], [ -6.367291837017861, 56.300641168307195 ], [ -6.365854271756737, 56.300660467008676 ], [ -6.365553912587792, 56.301075817503289 ], [ -6.364281033990845, 56.301120761650992 ], [ -6.36334242533011, 56.300834597619136 ], [ -6.363898682958142, 56.300464185396393 ], [ -6.363781039951836, 56.300000635527518 ], [ -6.361369409311138, 56.299280755981023 ], [ -6.361111152892203, 56.298718731036345 ], [ -6.359224931325436, 56.298987632212096 ], [ -6.359000043646738, 56.299710606253129 ], [ -6.357961932823648, 56.299189563508968 ], [ -6.357207464614322, 56.299382552580475 ], [ -6.356528041162306, 56.298956786039497 ], [ -6.355769996140745, 56.299118412463812 ], [ -6.354487028674016, 56.298790351139296 ], [ -6.354316759474048, 56.298076809577211 ], [ -6.355177714300655, 56.297398894161709 ], [ -6.354618630307703, 56.296609108584889 ], [ -6.355490475567776, 56.294536698029013 ], [ -6.355042487062951, 56.293940873702837 ], [ -6.355822045952131, 56.293756005983504 ], [ -6.355681844176448, 56.292951463940923 ], [ -6.356357470413706, 56.291996748893943 ], [ -6.35731320921016, 56.29151334793918 ], [ -6.358742815415631, 56.287739316315083 ], [ -6.360835823490629, 56.2862398937718 ], [ -6.361720909189571, 56.28606025592179 ], [ -6.361690805865395, 56.28522934712381 ], [ -6.362343353600777, 56.285066904859143 ], [ -6.362309133023822, 56.284483484110666 ], [ -6.363582350618692, 56.284658897602995 ], [ -6.364336236316014, 56.28517193580106 ], [ -6.364403601177315, 56.284841265159322 ], [ -6.364997078348186, 56.284869774740081 ], [ -6.365684907609041, 56.285583012729951 ], [ -6.366084724373763, 56.285119174059815 ], [ -6.367265796718793, 56.284983004636132 ], [ -6.368524992580931, 56.285176852002856 ], [ -6.368902649949997, 56.285793104665871 ], [ -6.37033094987339, 56.285697635296003 ], [ -6.372239823170394, 56.286057351572133 ], [ -6.370192626024725, 56.287317007221674 ], [ -6.371575257147326, 56.286750937107783 ], [ -6.37114602875052, 56.287593596360772 ], [ -6.372836129566475, 56.287241495738662 ], [ -6.374044469016539, 56.287625969199269 ], [ -6.374484105255783, 56.288217527614314 ], [ -6.373869322052936, 56.289628910446432 ], [ -6.371770108649126, 56.291636958998538 ], [ -6.373207551653129, 56.291478176810962 ], [ -6.374007398713224, 56.290694350265056 ], [ -6.376691814586355, 56.290338487996962 ], [ -6.375891563284488, 56.288716359964141 ], [ -6.376734673165066, 56.288452653995762 ], [ -6.377156982145504, 56.288680546166425 ], [ -6.377071552644328, 56.287793130720665 ], [ -6.377884931630166, 56.287764322496237 ], [ -6.378346481391746, 56.286569711918908 ], [ -6.379059498977874, 56.286229648048696 ], [ -6.381214754435365, 56.28619823684469 ], [ -6.38223484225307, 56.286562321186494 ], [ -6.382422672376427, 56.28749557360976 ], [ -6.38134649056821, 56.288406182562916 ], [ -6.382174485916755, 56.289280762884083 ], [ -6.383433447239912, 56.28883586957469 ], [ -6.383354874334693, 56.288150586019292 ], [ -6.38455144838959, 56.287303145417702 ], [ -6.385256509476747, 56.287458018708335 ], [ -6.385594884658838, 56.287940703827836 ], [ -6.385510363353459, 56.288825153303954 ], [ -6.384520988151265, 56.288941204458673 ], [ -6.38548738664694, 56.289118286285323 ], [ -6.385673088383205, 56.289961667019718 ], [ -6.384974088072346, 56.290706018955589 ], [ -6.382134860234008, 56.292038943586384 ], [ -6.382089234853483, 56.292346369852666 ], [ -6.382894650915725, 56.292317812762114 ], [ -6.382975681547677, 56.292530804476108 ], [ -6.380843295172139, 56.293047124692436 ], [ -6.379212569711132, 56.293001475822159 ], [ -6.378504040315007, 56.292675796614255 ], [ -6.378463572040681, 56.293522699601581 ], [ -6.377166233823646, 56.293775518386241 ], [ -6.37794351944162, 56.293995335148487 ], [ -6.377778679200136, 56.294603795018901 ], [ -6.376647464955023, 56.295107062712454 ], [ -6.375525645030224, 56.295056834926228 ], [ -6.376103081173414, 56.296003285216379 ], [ -6.376826549445812, 56.295752811812179 ], [ -6.37738228559302, 56.295944499957884 ], [ -6.377048841380711, 56.296352059037766 ], [ -6.377641425137129, 56.296582916000041 ], [ -6.377873996689972, 56.297271741511729 ], [ -6.375754333815841, 56.298255222136753 ], [ -6.377445468125964, 56.298190849650069 ], [ -6.377319704005635, 56.298716975326798 ], [ -6.376603574964514, 56.29889073876172 ], [ -6.376755491467532, 56.29929909988693 ], [ -6.37605914075847, 56.299786961542878 ], [ -6.376352681002227, 56.300019417037042 ], [ -6.375585836613012, 56.300033071328173 ], [ -6.375531583380718, 56.300336301998421 ], [ -6.374784217412071, 56.300520154077532 ], [ -6.374754422210134, 56.300966428044184 ], [ -6.373034087095326, 56.300847410436468 ] ] ], [ [ [ -6.383742177463813, 56.300342222786192 ], [ -6.384114137198721, 56.30005920033453 ], [ -6.384931187743112, 56.300201113774513 ], [ -6.385172021712087, 56.299832795351314 ], [ -6.386582112181131, 56.29971530751444 ], [ -6.387065624086709, 56.300192840343634 ], [ -6.386353121015954, 56.29997527609013 ], [ -6.386160802381683, 56.300413830709715 ], [ -6.384721390340228, 56.300276013393251 ], [ -6.384048266454569, 56.300754103511963 ], [ -6.383597832516338, 56.300635161514968 ], [ -6.383742177463813, 56.300342222786192 ] ] ], [ [ [ -5.965373014817246, 56.314475655559349 ], [ -5.966216381954426, 56.314183334966799 ], [ -5.967734416994555, 56.314467370163854 ], [ -5.966913390231595, 56.314974805215122 ], [ -5.965373014817246, 56.314475655559349 ] ] ], [ [ [ -5.584282961875553, 56.325622655739238 ], [ -5.585909894871339, 56.325112483499865 ], [ -5.583636927239918, 56.326670834146896 ], [ -5.584282961875553, 56.325622655739238 ] ] ], [ [ [ -5.582319954591876, 56.321772921140081 ], [ -5.582262386119347, 56.320158009865594 ], [ -5.583848638169505, 56.316370025880516 ], [ -5.583606979124285, 56.315811492464256 ], [ -5.584012192356366, 56.315336718969093 ], [ -5.584490650056538, 56.315453227423561 ], [ -5.58480608196698, 56.314901032348843 ], [ -5.586110404252458, 56.314595301333448 ], [ -5.585250637049533, 56.313500840007826 ], [ -5.586209858754563, 56.312983029557458 ], [ -5.585973276384326, 56.312530447014417 ], [ -5.586996766484823, 56.311370607445561 ], [ -5.586713562902977, 56.310731465995026 ], [ -5.587604858925791, 56.31052490311653 ], [ -5.588088183672043, 56.309918378536103 ], [ -5.588059660539585, 56.309080344485373 ], [ -5.587539178566793, 56.308946188450022 ], [ -5.58739500304597, 56.308357861865154 ], [ -5.588034044382242, 56.308531736644916 ], [ -5.587914311297769, 56.307945398921312 ], [ -5.588635268595113, 56.307699711636225 ], [ -5.589969100794575, 56.305971598801015 ], [ -5.591465360975286, 56.304958035884837 ], [ -5.590253298851012, 56.301764542632412 ], [ -5.593280210540766, 56.300469154641391 ], [ -5.595806877692977, 56.300597129771838 ], [ -5.59578572510619, 56.300079860287298 ], [ -5.5973908082918, 56.299556664177281 ], [ -5.596666632067642, 56.299009488892992 ], [ -5.597205499379338, 56.298583826642854 ], [ -5.597563859791221, 56.299281899482892 ], [ -5.598500799522879, 56.299134165076396 ], [ -5.59919598928428, 56.299338714940667 ], [ -5.600511494957758, 56.30049803950331 ], [ -5.601804429194307, 56.300352504994692 ], [ -5.603441198321386, 56.299188141723064 ], [ -5.604228114689777, 56.299095983109453 ], [ -5.606542710492655, 56.297953182271847 ], [ -5.609368631700225, 56.294485600850074 ], [ -5.6085847073069, 56.293717258170716 ], [ -5.609287987330491, 56.293031395115044 ], [ -5.610554087232658, 56.293169767398851 ], [ -5.611342942807254, 56.292877002675326 ], [ -5.609181295307954, 56.292500436899786 ], [ -5.609261352851207, 56.291464123335551 ], [ -5.608757559036974, 56.291145254438412 ], [ -5.608234980056187, 56.292066804862415 ], [ -5.607219033294594, 56.292351787430235 ], [ -5.606428023055554, 56.291473048492307 ], [ -5.60603664677795, 56.291969080390928 ], [ -5.60443437570547, 56.291865635450414 ], [ -5.602466062147087, 56.291137162903034 ], [ -5.602973248082207, 56.290771736299362 ], [ -5.603641841476125, 56.290952758117228 ], [ -5.602921984072506, 56.290605096449838 ], [ -5.600338739067269, 56.290367434707385 ], [ -5.600841328256285, 56.288699343697445 ], [ -5.603295523983499, 56.286727147315851 ], [ -5.602946106906705, 56.286381280546557 ], [ -5.602005226272244, 56.286586711903759 ], [ -5.601887442952995, 56.286262866965508 ], [ -5.601447421102312, 56.286276581066851 ], [ -5.601922075596149, 56.28587524164476 ], [ -5.601222259186064, 56.285035175775427 ], [ -5.601264833165438, 56.283873187136741 ], [ -5.600734568569536, 56.283717797430512 ], [ -5.600192062492503, 56.284102226687146 ], [ -5.600012880898472, 56.283933016049126 ], [ -5.600098560860067, 56.283469279398027 ], [ -5.601243754457315, 56.282756209200734 ], [ -5.599405201395449, 56.281528508424806 ], [ -5.599186251995298, 56.27997402997201 ], [ -5.600188855245142, 56.279240842176918 ], [ -5.601895961205179, 56.279141677740448 ], [ -5.6023146256393, 56.278198004814683 ], [ -5.602870603807484, 56.277992094574792 ], [ -5.603698434510048, 56.278012926933172 ], [ -5.603879080066139, 56.278884294266888 ], [ -5.604483205977439, 56.279172383182519 ], [ -5.604644936108707, 56.278864668638072 ], [ -5.605354939575931, 56.279144272264972 ], [ -5.605620065731462, 56.278630342635289 ], [ -5.60584519413656, 56.279321487742386 ], [ -5.606264620083649, 56.278352602593451 ], [ -5.606914042342992, 56.278195197914158 ], [ -5.60677590369384, 56.277826995319849 ], [ -5.607262118517267, 56.277635687269957 ], [ -5.607969558878885, 56.2779567097419 ], [ -5.607818301533115, 56.27849519522038 ], [ -5.608272769474294, 56.278378536672868 ], [ -5.608837375573697, 56.278710016160183 ], [ -5.609042775525475, 56.279756881279347 ], [ -5.609844886560069, 56.279059134134037 ], [ -5.610042359258744, 56.277862944615194 ], [ -5.610499546100352, 56.277997949737959 ], [ -5.610413805504781, 56.277277566835288 ], [ -5.611357905234269, 56.277006337552187 ], [ -5.612290849111635, 56.277267701741586 ], [ -5.613862278202852, 56.276674224464287 ], [ -5.614010109682882, 56.276288679489177 ], [ -5.614860929477442, 56.276638739534746 ], [ -5.614033271592013, 56.276260129982447 ], [ -5.612606710361754, 56.276607515881757 ], [ -5.611637203138854, 56.276061304319043 ], [ -5.612940358110037, 56.273499421962249 ], [ -5.612175021972198, 56.272838456748161 ], [ -5.612617213002446, 56.271445397986874 ], [ -5.613941139387687, 56.271519096836755 ], [ -5.614769855682665, 56.270968889151817 ], [ -5.615254546534039, 56.271053620267303 ], [ -5.616831751023081, 56.269960022857376 ], [ -5.616576939877833, 56.269571865893859 ], [ -5.617326239940381, 56.269464529432263 ], [ -5.617404290152067, 56.269179024358003 ], [ -5.618096740149178, 56.269325098894164 ], [ -5.616758547278017, 56.268501101481121 ], [ -5.617397135211685, 56.268590312816137 ], [ -5.617505723018445, 56.268200515786191 ], [ -5.618308829818859, 56.268320873135636 ], [ -5.619126208368919, 56.268028113065753 ], [ -5.620021498330611, 56.268234773381977 ], [ -5.620123528105426, 56.267861349712547 ], [ -5.619394979145884, 56.267504152084854 ], [ -5.620206318956252, 56.266806059403507 ], [ -5.620656282966153, 56.26693404407682 ], [ -5.621225479115956, 56.266306872632171 ], [ -5.62150854984322, 56.266446935396615 ], [ -5.622558349946756, 56.265161909518838 ], [ -5.623418631463039, 56.265033299975542 ], [ -5.62512957308685, 56.265374258980785 ], [ -5.625278580490767, 56.26626541224752 ], [ -5.626889968862103, 56.265622932853027 ], [ -5.628155179553858, 56.266937186686214 ], [ -5.629069130421475, 56.267067708060999 ], [ -5.629049591533849, 56.268906982785083 ], [ -5.630898144376058, 56.268600954500052 ], [ -5.630508280472657, 56.269584353074329 ], [ -5.631351172261375, 56.26918646380966 ], [ -5.632382856179366, 56.26945017010955 ], [ -5.632218029727348, 56.269875801400268 ], [ -5.633093536065584, 56.270196239316384 ], [ -5.632939026748735, 56.271581830311611 ], [ -5.634185849560859, 56.272017227204969 ], [ -5.63389512431642, 56.272563447105362 ], [ -5.635336752101397, 56.272616375190701 ], [ -5.634346562937705, 56.273897062863753 ], [ -5.634852873854449, 56.27374910935756 ], [ -5.634255580891807, 56.274215328903907 ], [ -5.634626846865735, 56.274483143563337 ], [ -5.634370641870146, 56.27529089306416 ], [ -5.63524106486949, 56.274807652143195 ], [ -5.636685243554413, 56.275277683815155 ], [ -5.636211056497013, 56.275814919039682 ], [ -5.637273061513255, 56.275681182922902 ], [ -5.637046805335333, 56.276191347175875 ], [ -5.636891383870063, 56.275933374931434 ], [ -5.635816075601383, 56.275910152409367 ], [ -5.635442209499748, 56.276431846673979 ], [ -5.633119419411587, 56.275746654884934 ], [ -5.63326689842071, 56.276176597001019 ], [ -5.635859314322915, 56.277556072886874 ], [ -5.634390298039873, 56.278748337108006 ], [ -5.634677812095444, 56.279052780451991 ], [ -5.635100607880264, 56.278841646052697 ], [ -5.634762832290426, 56.279335302859899 ], [ -5.636051039840523, 56.280101244582603 ], [ -5.635697778557725, 56.280687069681555 ], [ -5.636764757897643, 56.280757294726598 ], [ -5.636807740075179, 56.281481622211224 ], [ -5.637528236103187, 56.281273412493427 ], [ -5.638043862550147, 56.281460546128258 ], [ -5.635919956083087, 56.28277009613852 ], [ -5.636797545393431, 56.284792489324381 ], [ -5.635942577060966, 56.285797672542344 ], [ -5.636290137905867, 56.28608686068744 ], [ -5.635639105326089, 56.286261550117572 ], [ -5.636173710310289, 56.286647739434784 ], [ -5.634538922846322, 56.287647066253001 ], [ -5.634630169695432, 56.287960875039872 ], [ -5.63377449141174, 56.288517400656445 ], [ -5.633948143578336, 56.288881836635746 ], [ -5.633200169747241, 56.289108812307674 ], [ -5.633829355138404, 56.290303239810669 ], [ -5.63361155291031, 56.290835624488302 ], [ -5.634545657456417, 56.291308087413817 ], [ -5.636225456529763, 56.291239828608127 ], [ -5.636358360983551, 56.29148138100571 ], [ -5.637086261949059, 56.29128105155327 ], [ -5.636955750846072, 56.291659823227604 ], [ -5.638024065894702, 56.291927809859089 ], [ -5.638247252875616, 56.292302472060342 ], [ -5.638534073677148, 56.292122301892455 ], [ -5.638516702359142, 56.292347593424886 ], [ -5.63936056707414, 56.292397391455232 ], [ -5.640001301573808, 56.293132898923233 ], [ -5.640656512632161, 56.293289841457273 ], [ -5.641645923556033, 56.293017050243193 ], [ -5.64139421568867, 56.293599900114856 ], [ -5.642059886705795, 56.293917470492886 ], [ -5.64620044358691, 56.293100447522292 ], [ -5.648229652377735, 56.293016330019206 ], [ -5.648849751568622, 56.293160778463168 ], [ -5.648581837376436, 56.293487872078096 ], [ -5.649014049941091, 56.293950758259953 ], [ -5.650213633641965, 56.294338848255883 ], [ -5.650894234485842, 56.293185859957518 ], [ -5.65125782850534, 56.293454754654228 ], [ -5.651025989727708, 56.294498291802689 ], [ -5.649871683298974, 56.294940564917042 ], [ -5.651305992975183, 56.295060072001718 ], [ -5.652544677649607, 56.296246309806236 ], [ -5.654211470986392, 56.296902890399927 ], [ -5.654218443276078, 56.297669640154751 ], [ -5.653171234688148, 56.298454942696694 ], [ -5.649794033168846, 56.298396398740657 ], [ -5.648547070476894, 56.29915698416935 ], [ -5.648529732662823, 56.299687080290006 ], [ -5.647947599623579, 56.29926367929496 ], [ -5.647133812431942, 56.299717459289099 ], [ -5.646885948076052, 56.300628387687595 ], [ -5.648660636771238, 56.301618135969655 ], [ -5.648245084653605, 56.302093442451053 ], [ -5.647734884187339, 56.302000594466591 ], [ -5.648043689194798, 56.30235563284397 ], [ -5.645560234971081, 56.304465366279054 ], [ -5.645104261892747, 56.304263014059757 ], [ -5.644890894516482, 56.30507851229536 ], [ -5.645424816788441, 56.305674182570783 ], [ -5.64507429691668, 56.306408306042265 ], [ -5.644319029921571, 56.306799199375398 ], [ -5.643792799945428, 56.306284218866367 ], [ -5.643810440454209, 56.307317690282744 ], [ -5.642583430629937, 56.308190010676007 ], [ -5.642211305800947, 56.309122567545344 ], [ -5.641747605146524, 56.308839508980242 ], [ -5.641394901942325, 56.309636622933212 ], [ -5.640306489371336, 56.309587735255214 ], [ -5.640572310418316, 56.31051050307336 ], [ -5.640110926480476, 56.310591514117291 ], [ -5.639988277951458, 56.311426809702418 ], [ -5.638400401314738, 56.312673845502189 ], [ -5.637326656599841, 56.313289847371003 ], [ -5.636553141103482, 56.313236161936686 ], [ -5.636383524142659, 56.313663733696039 ], [ -5.635483041488523, 56.313550835051878 ], [ -5.634939812559042, 56.31396240934707 ], [ -5.633798263061967, 56.31403640466602 ], [ -5.634064186952771, 56.314451179213442 ], [ -5.633492107412303, 56.314984975026071 ], [ -5.63272169891758, 56.315389723896303 ], [ -5.632107740347508, 56.315227926418537 ], [ -5.630742202082698, 56.316009779549809 ], [ -5.630229125891405, 56.316739633140315 ], [ -5.628709021614132, 56.316150349891181 ], [ -5.627608693660072, 56.31674456475595 ], [ -5.626584182083114, 56.316603768078565 ], [ -5.626991030927585, 56.317140301971484 ], [ -5.626020016517252, 56.317051879066383 ], [ -5.626339369210148, 56.317433634171799 ], [ -5.625901172630284, 56.317248671750001 ], [ -5.625665653966824, 56.317920918697098 ], [ -5.623807274114935, 56.318029310435392 ], [ -5.624532521118089, 56.318426154365348 ], [ -5.624104597441894, 56.318861273288967 ], [ -5.623223690019677, 56.318443810152814 ], [ -5.62309531893186, 56.318659760190805 ], [ -5.622185661475427, 56.318484993285722 ], [ -5.622093892349462, 56.318796974852411 ], [ -5.621554912867187, 56.318760603844993 ], [ -5.621860300613458, 56.319029490473667 ], [ -5.620699834070809, 56.319725202494638 ], [ -5.620291427898181, 56.321220688682871 ], [ -5.618877451475865, 56.322179146868955 ], [ -5.618432865511005, 56.32192691126459 ], [ -5.617431577629617, 56.322459691291257 ], [ -5.617026905893628, 56.322372619336811 ], [ -5.618797190312427, 56.319435606840528 ], [ -5.617843795295144, 56.319414037107684 ], [ -5.617481768076995, 56.319828323449435 ], [ -5.614982676635124, 56.319390670247721 ], [ -5.614429505260798, 56.318674056301049 ], [ -5.613552101753901, 56.31887411222165 ], [ -5.613144352196645, 56.318668435680067 ], [ -5.612630717704035, 56.31896845188642 ], [ -5.611739263324655, 56.317000253189732 ], [ -5.612442745787401, 56.316706385727393 ], [ -5.6130013677842, 56.31688248341051 ], [ -5.613079388776172, 56.316424356228893 ], [ -5.611596789761793, 56.316930685233345 ], [ -5.610717949525212, 56.316019464584137 ], [ -5.61174322019184, 56.314919598217436 ], [ -5.610548281699658, 56.315302431475949 ], [ -5.609771163511247, 56.316066872529476 ], [ -5.607956918030863, 56.31636794634008 ], [ -5.606590929757099, 56.31764764247756 ], [ -5.605603049015502, 56.317791520998711 ], [ -5.604970234624348, 56.318303570458021 ], [ -5.604226022058109, 56.318063612086227 ], [ -5.604962147624158, 56.317188913670059 ], [ -5.603054694640395, 56.31780641776912 ], [ -5.602928453997123, 56.317325475852002 ], [ -5.603773193019329, 56.316470099396149 ], [ -5.605341444419127, 56.315807622361298 ], [ -5.605803161351069, 56.314922931740149 ], [ -5.607660381983391, 56.313843806093367 ], [ -5.608230179181983, 56.313008101521383 ], [ -5.607878724894791, 56.313689086082377 ], [ -5.608321336126227, 56.313425326521404 ], [ -5.610614835365399, 56.313438433969161 ], [ -5.613432128144618, 56.312267357808061 ], [ -5.614269941023101, 56.310418588253924 ], [ -5.614766207213918, 56.310192797519505 ], [ -5.613631554163101, 56.309996673039961 ], [ -5.613320764792724, 56.311500072739364 ], [ -5.612404438470033, 56.311355102634508 ], [ -5.612733969366795, 56.311709619611278 ], [ -5.612246087844262, 56.312349646557799 ], [ -5.610488051092742, 56.313140932422733 ], [ -5.609476959688118, 56.312917785918181 ], [ -5.610083774928561, 56.312217656421616 ], [ -5.611952600100571, 56.311298164841382 ], [ -5.611294537295444, 56.310821966534832 ], [ -5.612355941407804, 56.310020440923303 ], [ -5.611528706744246, 56.309482649679524 ], [ -5.611233111559724, 56.310206071156685 ], [ -5.611194531671333, 56.309968933221995 ], [ -5.609713872115851, 56.310048110107765 ], [ -5.608334998142061, 56.310434492887438 ], [ -5.607028063016029, 56.312526168657229 ], [ -5.606036983999021, 56.312480434426277 ], [ -5.605809835943502, 56.313296251864337 ], [ -5.604131145065949, 56.313301110624863 ], [ -5.602687271140299, 56.314578537068471 ], [ -5.602181507453838, 56.314481774590121 ], [ -5.602778864609966, 56.313834107185414 ], [ -5.602604895388017, 56.312829476833258 ], [ -5.603655116960308, 56.311718163755771 ], [ -5.602971074862077, 56.311462960571319 ], [ -5.601835209810018, 56.311734298675489 ], [ -5.60080860956601, 56.312873679299386 ], [ -5.600446898293955, 56.315524878961781 ], [ -5.601655660590802, 56.315802585414637 ], [ -5.600726679660466, 56.317137823528931 ], [ -5.599713808271462, 56.317480185193695 ], [ -5.600563616773603, 56.316128378325502 ], [ -5.600200986376322, 56.315713654285062 ], [ -5.598584408897407, 56.316069976591052 ], [ -5.59654038902635, 56.317076167871534 ], [ -5.596247399380067, 56.317848023261924 ], [ -5.59722177528906, 56.318230588488305 ], [ -5.596491176590498, 56.318753527416405 ], [ -5.597278874615202, 56.318923036497445 ], [ -5.59500977899104, 56.319275801236635 ], [ -5.595112948400363, 56.319564112887448 ], [ -5.596821132799113, 56.319560321923042 ], [ -5.595571408443488, 56.320309633856745 ], [ -5.594479919475964, 56.320144443825676 ], [ -5.594305632386602, 56.319788067674956 ], [ -5.593553409356272, 56.319772154859521 ], [ -5.593234256978613, 56.320180625092398 ], [ -5.593005696254497, 56.3193501984439 ], [ -5.591018775415374, 56.319986003253618 ], [ -5.590144761663767, 56.31998259531953 ], [ -5.589330439754026, 56.320872953803949 ], [ -5.589257657194448, 56.321648291544221 ], [ -5.58297510043375, 56.325480712646112 ], [ -5.582187201468985, 56.325620406699038 ], [ -5.582438977013189, 56.326579647594819 ], [ -5.581304500830137, 56.327165430731995 ], [ -5.581160846944901, 56.326841417781033 ], [ -5.580792602537239, 56.326451976182284 ], [ -5.581020470030119, 56.325343988338339 ], [ -5.582144821897868, 56.325082175077355 ], [ -5.58217932104564, 56.323638124825941 ], [ -5.581624434017431, 56.323501340836344 ], [ -5.581459695102737, 56.32303857851349 ], [ -5.582319954591876, 56.321772921140081 ] ] ], [ [ [ -5.5886578005953, 56.3285258230935 ], [ -5.589245715455855, 56.327807474189697 ], [ -5.590188930360091, 56.327856535980864 ], [ -5.5886578005953, 56.3285258230935 ] ] ], [ [ [ -6.432477668991343, 56.301397107279406 ], [ -6.43214507754748, 56.300900837749836 ], [ -6.432717540973035, 56.300605975230162 ], [ -6.43286563886043, 56.301185313703634 ], [ -6.433214363842484, 56.301123337307224 ], [ -6.432633054885975, 56.301620897819035 ], [ -6.432477668991343, 56.301397107279406 ] ] ], [ [ [ -6.429645245772731, 56.301386206036589 ], [ -6.430459932691934, 56.300947755369265 ], [ -6.431870891845854, 56.301675209433775 ], [ -6.43084728897407, 56.301986239029738 ], [ -6.429645245772731, 56.301386206036589 ] ] ], [ [ [ -5.583953024567047, 56.329349982147598 ], [ -5.583976089475159, 56.328733432158351 ], [ -5.585848351274303, 56.327559815566822 ], [ -5.58569735661646, 56.327330425328476 ], [ -5.58652864134023, 56.327135505891476 ], [ -5.587397802594408, 56.32631011314988 ], [ -5.588625770634608, 56.326031750244042 ], [ -5.58888132045199, 56.3261681947873 ], [ -5.587585159254974, 56.327271213197619 ], [ -5.589781758412216, 56.327140077397104 ], [ -5.586707482689194, 56.329126321909051 ], [ -5.58629901704387, 56.328998799929941 ], [ -5.586052848976911, 56.329307131854542 ], [ -5.584546940986832, 56.329642968718204 ], [ -5.583978686112415, 56.329623463759802 ], [ -5.583953024567047, 56.329349982147598 ] ] ], [ [ [ -6.434943191298896, 56.302010254860974 ], [ -6.435224341619186, 56.301505463764656 ], [ -6.435936368437359, 56.301925147965214 ], [ -6.435333510963296, 56.302306564896114 ], [ -6.434943191298896, 56.302010254860974 ] ] ], [ [ [ -6.432365885841353, 56.30252544078337 ], [ -6.431875281499443, 56.302201236152541 ], [ -6.433222152973715, 56.301469350317653 ], [ -6.432744527514427, 56.301814781796843 ], [ -6.433192782172812, 56.301843679818958 ], [ -6.433183415833438, 56.302460146236037 ], [ -6.432699293859692, 56.302401053088971 ], [ -6.432365885841353, 56.30252544078337 ] ] ], [ [ [ -6.368327312153181, 56.305524465707109 ], [ -6.368622889909353, 56.304713528313741 ], [ -6.369621339074508, 56.304885110858024 ], [ -6.370379062566229, 56.304790869225286 ], [ -6.370312649003102, 56.304563862096025 ], [ -6.370889951513639, 56.304660378552462 ], [ -6.370695383821883, 56.305080995860031 ], [ -6.368814597788118, 56.30568263568437 ], [ -6.368327312153181, 56.305524465707109 ] ] ], [ [ [ -6.369719270988604, 56.307085254708632 ], [ -6.370096102643742, 56.30663121390954 ], [ -6.371072202115762, 56.306677655445526 ], [ -6.370790533278697, 56.307114843660713 ], [ -6.369719270988604, 56.307085254708632 ] ] ], [ [ [ -6.371032026693856, 56.307245717601106 ], [ -6.371498785330779, 56.306941396135421 ], [ -6.372115019896324, 56.307094994057273 ], [ -6.371625629742702, 56.307413609641436 ], [ -6.371032026693856, 56.307245717601106 ] ] ], [ [ [ -6.368253951205084, 56.307995993250643 ], [ -6.368220012509302, 56.307628426114007 ], [ -6.368978720786564, 56.307754519862357 ], [ -6.36891457682622, 56.308184015970923 ], [ -6.368253951205084, 56.307995993250643 ] ] ], [ [ [ -6.427951583702562, 56.305966662697124 ], [ -6.427704492056843, 56.305579751440305 ], [ -6.429085242565504, 56.305696689709599 ], [ -6.428813614413594, 56.306075199148346 ], [ -6.427951583702562, 56.305966662697124 ] ] ], [ [ [ -5.589479588379058, 56.333051433052198 ], [ -5.588664349636462, 56.332126526512425 ], [ -5.588169818628974, 56.332289217596866 ], [ -5.589574309103908, 56.33078744999753 ], [ -5.590835288640778, 56.330256361697231 ], [ -5.59044354581878, 56.329876619713907 ], [ -5.592035763334689, 56.32934040287688 ], [ -5.592928037387737, 56.330051762422329 ], [ -5.594118210153395, 56.329886831399271 ], [ -5.594133549354273, 56.330479792916265 ], [ -5.591878979978429, 56.331889408611026 ], [ -5.592841610456301, 56.332917908233192 ], [ -5.590688285592694, 56.333857027506021 ], [ -5.589479588379058, 56.333051433052198 ] ] ], [ [ [ -6.434069329404064, 56.307514822865528 ], [ -6.43457351920906, 56.307118964319137 ], [ -6.435080582039948, 56.307375109793504 ], [ -6.435251304441705, 56.306685394337322 ], [ -6.435794217022156, 56.306692898742831 ], [ -6.43634722764216, 56.306160361283361 ], [ -6.436867015196166, 56.306317101944032 ], [ -6.437159219838771, 56.307300519915913 ], [ -6.436658419385186, 56.307516375487914 ], [ -6.436957318262128, 56.307721519044897 ], [ -6.436287827477014, 56.307808507979409 ], [ -6.436703418537486, 56.307973486118584 ], [ -6.436141782856599, 56.308083587218171 ], [ -6.434428513232143, 56.307821248001211 ], [ -6.434069329404064, 56.307514822865528 ] ] ], [ [ [ -6.373945309635714, 56.31255276868373 ], [ -6.37460954837649, 56.31248879402316 ], [ -6.37390935783366, 56.313439981296085 ], [ -6.373945309635714, 56.31255276868373 ] ] ], [ [ [ -6.444852074523207, 56.311602443702654 ], [ -6.444079677908578, 56.311014077353519 ], [ -6.444227680797804, 56.310478072521747 ], [ -6.444775378756616, 56.310665259619519 ], [ -6.445285271738006, 56.310458038785264 ], [ -6.445761024601106, 56.310791723059218 ], [ -6.444987799267944, 56.310891483444202 ], [ -6.444813829950303, 56.311482390846209 ], [ -6.44529623799013, 56.311456051495298 ], [ -6.444852074523207, 56.311602443702654 ] ] ], [ [ [ -6.241420251221872, 56.321823833849685 ], [ -6.240507465803789, 56.321416242418934 ], [ -6.241470241463672, 56.321385024993297 ], [ -6.241975146300168, 56.321704971705643 ], [ -6.241420251221872, 56.321823833849685 ] ] ], [ [ [ -6.446562003150288, 56.314447130769651 ], [ -6.44717437908504, 56.314313571255219 ], [ -6.447358537317783, 56.315200117194188 ], [ -6.446486630749687, 56.315078568340923 ], [ -6.446813485635496, 56.314633270111308 ], [ -6.446562003150288, 56.314447130769651 ] ] ], [ [ [ -6.439572829039369, 56.316721189988435 ], [ -6.438463545179581, 56.316437209768758 ], [ -6.439822078451456, 56.316428909101418 ], [ -6.440005393579872, 56.316683170505357 ], [ -6.439572829039369, 56.316721189988435 ] ] ], [ [ [ -6.443893702603227, 56.316161204713559 ], [ -6.445471468799711, 56.315672742238931 ], [ -6.446244838098256, 56.316476938857484 ], [ -6.445098719831619, 56.316572117483496 ], [ -6.443893702603227, 56.316161204713559 ] ] ], [ [ [ -6.250255524611547, 56.324061236564482 ], [ -6.250939261881761, 56.323020543511845 ], [ -6.251367403513313, 56.323406048517562 ], [ -6.252070150554292, 56.323350410791001 ], [ -6.253680614879756, 56.32388771898124 ], [ -6.254702575334575, 56.325505619761834 ], [ -6.253750367098738, 56.326126566031022 ], [ -6.251883721222038, 56.326225828683626 ], [ -6.250255524611547, 56.324061236564482 ] ] ], [ [ [ -5.861371647411624, 56.339050243640131 ], [ -5.86258856092241, 56.338836917988814 ], [ -5.86254288101836, 56.339265467181797 ], [ -5.86430101909972, 56.33952080132353 ], [ -5.863917705237821, 56.339892454183357 ], [ -5.864254094168328, 56.340016830889809 ], [ -5.863657860527289, 56.340044440900144 ], [ -5.861980220535017, 56.340024874710949 ], [ -5.861371647411624, 56.339050243640131 ] ] ], [ [ [ -6.256736118634299, 56.328703983664496 ], [ -6.256319624588698, 56.327944852778323 ], [ -6.256981934567628, 56.3282953001465 ], [ -6.256736118634299, 56.328703983664496 ] ] ], [ [ [ -6.248871430959832, 56.328990598257143 ], [ -6.249349580631129, 56.32880688792595 ], [ -6.249848060891948, 56.32959110334221 ], [ -6.248984824371413, 56.329660333968675 ], [ -6.248871430959832, 56.328990598257143 ] ] ], [ [ [ -5.488479342826472, 56.355467145085164 ], [ -5.488459303495186, 56.354982217553903 ], [ -5.489453722435382, 56.355142995933782 ], [ -5.489330616253426, 56.355479117846023 ], [ -5.488479342826472, 56.355467145085164 ] ] ], [ [ [ -6.369519377494892, 56.328818049303003 ], [ -6.370217406799569, 56.328367954309464 ], [ -6.370549771475272, 56.328768147586686 ], [ -6.369752574734579, 56.329016678489893 ], [ -6.369519377494892, 56.328818049303003 ] ] ], [ [ [ -6.19668180791325, 56.33537256286467 ], [ -6.196725465481649, 56.334974468285644 ], [ -6.198002494164195, 56.335162269379111 ], [ -6.197469896651628, 56.335457342953369 ], [ -6.19668180791325, 56.33537256286467 ] ] ], [ [ [ -6.432024457459043, 56.328254122579267 ], [ -6.432437451832245, 56.327697846114667 ], [ -6.43319103228936, 56.327774270705085 ], [ -6.432024457459043, 56.328254122579267 ] ] ], [ [ [ -6.214510402034591, 56.336922175858895 ], [ -6.213603422258055, 56.336538469500006 ], [ -6.212320891288361, 56.336888830281481 ], [ -6.211866627787478, 56.336381771829231 ], [ -6.212453342583279, 56.336093785018583 ], [ -6.212350044854719, 56.335656617661272 ], [ -6.213093790708719, 56.335515271398904 ], [ -6.213750676607618, 56.334924502463082 ], [ -6.214429485655663, 56.335602876350961 ], [ -6.214154554672242, 56.335811001064947 ], [ -6.213666896456304, 56.335646842601584 ], [ -6.214949196615388, 56.336790308750849 ], [ -6.214510402034591, 56.336922175858895 ] ] ], [ [ [ -6.428866649050137, 56.329418722334403 ], [ -6.430084314586583, 56.329029715721987 ], [ -6.431057899038206, 56.329522816400782 ], [ -6.429727400767099, 56.329441860215255 ], [ -6.428866649050137, 56.329418722334403 ] ] ], [ [ [ -6.368808085685369, 56.332504753289612 ], [ -6.369342705244814, 56.330513419235871 ], [ -6.369858196201422, 56.331212051116246 ], [ -6.369148014464777, 56.331712040788581 ], [ -6.369577153581282, 56.331854279694213 ], [ -6.369359886229158, 56.332487958323725 ], [ -6.368808085685369, 56.332504753289612 ] ] ], [ [ [ -6.198585262577216, 56.338016816149135 ], [ -6.199309698416349, 56.337978736167329 ], [ -6.199855089139661, 56.338594263732048 ], [ -6.199501629629724, 56.338840094600812 ], [ -6.198703152148185, 56.338646857241201 ], [ -6.198585262577216, 56.338016816149135 ] ] ], [ [ [ -6.1969202984288, 56.339219985598724 ], [ -6.196501844533103, 56.338654100795821 ], [ -6.196881010455417, 56.339009971235456 ], [ -6.197179936251522, 56.338768696529812 ], [ -6.197851371808935, 56.338925783958253 ], [ -6.1969202984288, 56.339219985598724 ] ] ], [ [ [ -6.429213923880026, 56.331155728700352 ], [ -6.429080801131422, 56.330845686540307 ], [ -6.430358453230592, 56.330903359041628 ], [ -6.431107428569113, 56.330521238949672 ], [ -6.431436128034827, 56.330842260329618 ], [ -6.431328217613429, 56.330400895374602 ], [ -6.431717517848549, 56.330337474765763 ], [ -6.433368856418031, 56.330615583137785 ], [ -6.433079671924853, 56.330356112237162 ], [ -6.433498355583298, 56.330336605580719 ], [ -6.434680734026528, 56.330772723394396 ], [ -6.434390942443042, 56.331037662009123 ], [ -6.430347762100927, 56.331438919288608 ], [ -6.429213923880026, 56.331155728700352 ] ] ], [ [ [ -6.288402106941259, 56.336932259566133 ], [ -6.288376971658684, 56.336492429201172 ], [ -6.289379472544309, 56.336552104961626 ], [ -6.289342242780653, 56.336811521460746 ], [ -6.288402106941259, 56.336932259566133 ] ] ], [ [ [ -5.867223385835655, 56.350452000411323 ], [ -5.871596081750803, 56.350150731148972 ], [ -5.871243615301352, 56.350411737182249 ], [ -5.871818725532663, 56.350812778043966 ], [ -5.871086134287786, 56.35093460778954 ], [ -5.870943793423744, 56.351383269385657 ], [ -5.869556272060936, 56.352105562156716 ], [ -5.868255186820623, 56.352371036740251 ], [ -5.866280168152751, 56.351611773908303 ], [ -5.867223385835655, 56.350452000411323 ] ] ], [ [ [ -6.435041692518749, 56.333029115750222 ], [ -6.435799268170342, 56.332929988628244 ], [ -6.435918731248985, 56.333888125915713 ], [ -6.435135388502917, 56.333974685557848 ], [ -6.434500518993789, 56.333597192205289 ], [ -6.435041692518749, 56.333029115750222 ] ] ], [ [ [ -6.43157884427675, 56.333535520400652 ], [ -6.431907061642359, 56.333154980986329 ], [ -6.433646679067714, 56.333146594876162 ], [ -6.434056836180278, 56.333680559999287 ], [ -6.432649057066817, 56.334315673615961 ], [ -6.43157884427675, 56.333535520400652 ] ] ], [ [ [ -6.101400084807652, 56.345910159272648 ], [ -6.102403210666319, 56.345630493042691 ], [ -6.102879197174561, 56.345825148192787 ], [ -6.102520099290785, 56.346190483432316 ], [ -6.101646227182941, 56.346211361641444 ], [ -6.101400084807652, 56.345910159272648 ] ] ], [ [ [ -6.372930709769545, 56.336832822163728 ], [ -6.373369850995829, 56.335931356171777 ], [ -6.374218865898613, 56.337263970271849 ], [ -6.373498777942, 56.337338903351707 ], [ -6.372930709769545, 56.336832822163728 ] ] ], [ [ [ -6.271816773339929, 56.343181258404627 ], [ -6.272326722745801, 56.342673483742992 ], [ -6.273345808332384, 56.343096970079984 ], [ -6.272863194098662, 56.343414934307894 ], [ -6.271816773339929, 56.343181258404627 ] ] ], [ [ [ -6.365202500958605, 56.339456016538129 ], [ -6.366887453725901, 56.338090571860697 ], [ -6.366736559955529, 56.337621001545507 ], [ -6.368425041014714, 56.335184189355807 ], [ -6.370653064274327, 56.333558457023322 ], [ -6.371815965112828, 56.333180069727625 ], [ -6.371497095722843, 56.334495514135284 ], [ -6.371902084113748, 56.335133285817236 ], [ -6.371337576737277, 56.335364604779443 ], [ -6.371979492461555, 56.336515671679791 ], [ -6.371558267182676, 56.338068585176288 ], [ -6.37087883368757, 56.338569294594215 ], [ -6.370643662108918, 56.338424701914327 ], [ -6.370509430137004, 56.338949315105886 ], [ -6.369816249984173, 56.338481819030655 ], [ -6.36858562621081, 56.338807710605593 ], [ -6.367449776370979, 56.338575296204958 ], [ -6.369093463501655, 56.339763854050666 ], [ -6.3681902629361, 56.34072936060538 ], [ -6.36548150253513, 56.340026300049914 ], [ -6.365202500958605, 56.339456016538129 ] ] ], [ [ [ -6.30840246127052, 56.34341444415081 ], [ -6.308029733327347, 56.342910270173412 ], [ -6.308410334321687, 56.342910505858164 ], [ -6.30840246127052, 56.34341444415081 ] ] ], [ [ [ -6.27533798587509, 56.344327746970961 ], [ -6.275572078723202, 56.343959902502846 ], [ -6.276431578618212, 56.344042616736822 ], [ -6.276689001187237, 56.344460925830035 ], [ -6.276264270641502, 56.345006245703786 ], [ -6.27533798587509, 56.344327746970961 ] ] ], [ [ [ -6.364080180315255, 56.342470920903331 ], [ -6.364636348710492, 56.342066343165541 ], [ -6.365423076091005, 56.342148310562216 ], [ -6.366269752353195, 56.342527666064228 ], [ -6.365861261274612, 56.342807415414683 ], [ -6.364080180315255, 56.342470920903331 ] ] ], [ [ [ -6.320514963092759, 56.344404053624146 ], [ -6.321113095519356, 56.344036890323615 ], [ -6.320975727701759, 56.344396954004168 ], [ -6.320514963092759, 56.344404053624146 ] ] ], [ [ [ -6.360269852850194, 56.342813959815423 ], [ -6.360806041054026, 56.342602581340707 ], [ -6.360648570469323, 56.343010175384038 ], [ -6.360269852850194, 56.342813959815423 ] ] ], [ [ [ -6.353575864064891, 56.343589391549997 ], [ -6.353859195221085, 56.343219650947468 ], [ -6.354579032392867, 56.343396682182096 ], [ -6.354091859365112, 56.343711539704415 ], [ -6.353575864064891, 56.343589391549997 ] ] ], [ [ [ -5.61963171564011, 56.366932763733089 ], [ -5.620331833188294, 56.366201998519209 ], [ -5.62079016186719, 56.366678610052539 ], [ -5.621695620392908, 56.366234041827141 ], [ -5.622215227585707, 56.36701455294795 ], [ -5.621959812260226, 56.367651401213564 ], [ -5.621008789754842, 56.367701695606172 ], [ -5.61963171564011, 56.366932763733089 ] ] ], [ [ [ -6.348767532897405, 56.34481174609946 ], [ -6.348485578528626, 56.34442681325951 ], [ -6.349456317548044, 56.34491524718176 ], [ -6.348767532897405, 56.34481174609946 ] ] ], [ [ [ -6.356571135656647, 56.344673872110796 ], [ -6.355695310516257, 56.344322460182426 ], [ -6.356628528120646, 56.344382236828736 ], [ -6.356571135656647, 56.344673872110796 ] ] ], [ [ [ -6.363549121548942, 56.344539446812711 ], [ -6.363027457789, 56.34381582178149 ], [ -6.363790373603494, 56.343760128529659 ], [ -6.363309704329029, 56.34356482015167 ], [ -6.363583911213087, 56.343385156031054 ], [ -6.365099865563361, 56.344150147264514 ], [ -6.36467611844038, 56.344480798365886 ], [ -6.364433420233353, 56.344199746498042 ], [ -6.364268782749822, 56.344530247990768 ], [ -6.363549121548942, 56.344539446812711 ] ] ], [ [ [ -6.358346538499202, 56.345442398698445 ], [ -6.358718090828757, 56.344796113369974 ], [ -6.359328496584614, 56.344922108978984 ], [ -6.359286348439642, 56.345389495678681 ], [ -6.358791927958715, 56.345229731895344 ], [ -6.358346538499202, 56.345442398698445 ] ] ], [ [ [ -6.352511161610376, 56.347430507692401 ], [ -6.352963232506892, 56.347133981850376 ], [ -6.353564601613967, 56.347592210503691 ], [ -6.352853320124391, 56.347519203656539 ], [ -6.352511161610376, 56.347430507692401 ] ] ], [ [ [ -6.336904052640056, 56.348458030982968 ], [ -6.336867222671448, 56.347991627416782 ], [ -6.337860312806989, 56.348321070901932 ], [ -6.336904052640056, 56.348458030982968 ] ] ], [ [ [ -6.065453630387938, 56.360512095724573 ], [ -6.065740149543825, 56.360084513081887 ], [ -6.06672160667501, 56.360097230758115 ], [ -6.065453630387938, 56.360512095724573 ] ] ], [ [ [ -6.063957611067724, 56.360763570573951 ], [ -6.064452722478651, 56.360544971101866 ], [ -6.066042067041041, 56.360713090691206 ], [ -6.065142937111959, 56.361016911316881 ], [ -6.063957611067724, 56.360763570573951 ] ] ], [ [ [ -6.462715597997908, 56.347517981691929 ], [ -6.463245962496369, 56.34706709903233 ], [ -6.464018071733174, 56.347920719446826 ], [ -6.462715597997908, 56.347517981691929 ] ] ], [ [ [ -6.466173153538779, 56.346889483655282 ], [ -6.466436214711819, 56.346646121825955 ], [ -6.468590335298972, 56.346644774317561 ], [ -6.468662798916989, 56.347055914803249 ], [ -6.467341814767243, 56.348016597431439 ], [ -6.466208793833257, 56.347747194040259 ], [ -6.466173153538779, 56.346889483655282 ] ] ], [ [ [ -6.385581958249896, 56.350047309034309 ], [ -6.383142859623338, 56.349684037139994 ], [ -6.382568255337573, 56.349969728091992 ], [ -6.382522620385639, 56.349643051380454 ], [ -6.38190392600638, 56.349615499316762 ], [ -6.382239118080766, 56.349360778612265 ], [ -6.3814776247766, 56.348668205016359 ], [ -6.383646740275717, 56.346866242734016 ], [ -6.38403542928237, 56.345160630886348 ], [ -6.385278104926752, 56.343107243239707 ], [ -6.385470095164055, 56.341776467006234 ], [ -6.384255171041499, 56.341266383169675 ], [ -6.385299724676432, 56.339631956207761 ], [ -6.384855969753936, 56.33760237157454 ], [ -6.385526272322831, 56.336530763034425 ], [ -6.384905906484981, 56.335923153229942 ], [ -6.385243535903155, 56.335690820848924 ], [ -6.385569501177314, 56.336061523368144 ], [ -6.385875381847996, 56.335412077029225 ], [ -6.386784427681273, 56.335347457901406 ], [ -6.387332660745931, 56.334186625737246 ], [ -6.388309414860311, 56.333838068863386 ], [ -6.388346946443535, 56.333361834051381 ], [ -6.389692496250223, 56.333024464021136 ], [ -6.389594398645883, 56.332650181719274 ], [ -6.390941966939023, 56.332288440846398 ], [ -6.391979391263113, 56.331496973845631 ], [ -6.392158365188442, 56.330463457736769 ], [ -6.391640735600856, 56.330425175566063 ], [ -6.3939151014018, 56.328973642582824 ], [ -6.393420637404396, 56.328222188374575 ], [ -6.394959075550909, 56.327241998636509 ], [ -6.394596967927988, 56.327119951035812 ], [ -6.395419861396228, 56.326224543410525 ], [ -6.396670702029356, 56.325671892818605 ], [ -6.397839361364732, 56.323844043456504 ], [ -6.398910665414356, 56.323195216370344 ], [ -6.398577621089955, 56.322819403510103 ], [ -6.399297321436558, 56.322870253581904 ], [ -6.399018865640223, 56.322448427046645 ], [ -6.399461436074168, 56.321681646464121 ], [ -6.400084300740784, 56.32129970650842 ], [ -6.400312977318918, 56.322048001468495 ], [ -6.401722462038229, 56.32169382377225 ], [ -6.40228336912129, 56.321252016088053 ], [ -6.402120337592497, 56.320497789271236 ], [ -6.402709795108221, 56.319433446063663 ], [ -6.404664875226797, 56.319053508220605 ], [ -6.404175841227204, 56.318041062153654 ], [ -6.405025888057643, 56.317061865343945 ], [ -6.406214181977615, 56.316700221210972 ], [ -6.405993367514448, 56.316118952234078 ], [ -6.406507152902708, 56.315592454820802 ], [ -6.407246705088265, 56.315620062382891 ], [ -6.406681329268571, 56.315208479286305 ], [ -6.407100342340723, 56.314491975456839 ], [ -6.407807175101322, 56.315217817667694 ], [ -6.409534800445846, 56.313150444910214 ], [ -6.410094524110594, 56.313022547146815 ], [ -6.410056648910738, 56.313325213584214 ], [ -6.411016481178818, 56.313088597205436 ], [ -6.412019165386247, 56.313363130450142 ], [ -6.412933745470881, 56.312174696269942 ], [ -6.413500615703128, 56.312248903880693 ], [ -6.413581779922284, 56.311620888154145 ], [ -6.414618432770697, 56.311489434180267 ], [ -6.415043537767113, 56.310687234010096 ], [ -6.416428294939632, 56.310907610659399 ], [ -6.41732714341939, 56.30958478390329 ], [ -6.418136104405261, 56.309304030009976 ], [ -6.418278020040142, 56.308642357463299 ], [ -6.418957057072721, 56.30821783103098 ], [ -6.419630460051351, 56.30823423437225 ], [ -6.420016313049222, 56.307793198977578 ], [ -6.42018644876395, 56.308074941325899 ], [ -6.420973212605087, 56.307952365940082 ], [ -6.420934195384742, 56.307265678506283 ], [ -6.421793581461841, 56.306722253893334 ], [ -6.422664947019141, 56.306911450370301 ], [ -6.423270572754112, 56.307600352588359 ], [ -6.423290227162376, 56.30700151135585 ], [ -6.423838081242122, 56.308029774026281 ], [ -6.424311748060769, 56.307509128043911 ], [ -6.425551353716351, 56.308013427315153 ], [ -6.426036931512691, 56.307595785396714 ], [ -6.426585047028674, 56.307648117116337 ], [ -6.426375761017613, 56.308006398976694 ], [ -6.426885625105595, 56.308356919957625 ], [ -6.427618070093929, 56.30811482019331 ], [ -6.427215104414558, 56.308826331074556 ], [ -6.427795695738689, 56.309088867356344 ], [ -6.430001348906598, 56.308294781306564 ], [ -6.431838867881751, 56.308094003284992 ], [ -6.432440011739125, 56.308324300265014 ], [ -6.432439999426777, 56.308742549547162 ], [ -6.433865578903425, 56.308686932107534 ], [ -6.433797488371203, 56.309354974912523 ], [ -6.437230663745749, 56.309726503342155 ], [ -6.436564825029198, 56.31040250942528 ], [ -6.437018398421915, 56.310615594431091 ], [ -6.438530514038929, 56.309981162512656 ], [ -6.440486044075366, 56.309681575894274 ], [ -6.440307819393006, 56.310097233173217 ], [ -6.439360975019542, 56.310234675182336 ], [ -6.44019997568866, 56.310213539431309 ], [ -6.440699412744318, 56.310960144908705 ], [ -6.439966303781486, 56.311683559503251 ], [ -6.439917828981797, 56.312449844074074 ], [ -6.440435088037866, 56.312444759040062 ], [ -6.440588080272746, 56.311881596651716 ], [ -6.441178617070827, 56.311810913873991 ], [ -6.442738492067357, 56.312074178882447 ], [ -6.444001932540886, 56.312779823654665 ], [ -6.44494375112042, 56.313919768672612 ], [ -6.443169878269715, 56.314739080766856 ], [ -6.443978585096406, 56.314804459123742 ], [ -6.443861717267312, 56.315190932324747 ], [ -6.442655157389543, 56.315670533659336 ], [ -6.441800349190277, 56.315278498237234 ], [ -6.440359648389323, 56.316319657851359 ], [ -6.438590651337008, 56.316347197893776 ], [ -6.43670410798423, 56.315920205293445 ], [ -6.436384692637763, 56.316723192773949 ], [ -6.437009882004527, 56.316601817847975 ], [ -6.438045626950513, 56.317158289284421 ], [ -6.43745321953895, 56.317561823245512 ], [ -6.436495482425969, 56.317258894218284 ], [ -6.43618719974338, 56.317670215777611 ], [ -6.436087083768641, 56.317296034166205 ], [ -6.435494132907626, 56.317695080459195 ], [ -6.434371856173666, 56.317577929775979 ], [ -6.434552551557788, 56.318088638786058 ], [ -6.433559735053971, 56.318389583420782 ], [ -6.43241480493529, 56.319541464488132 ], [ -6.431263356503835, 56.31959173024682 ], [ -6.428908842411456, 56.320921837753218 ], [ -6.427449899065643, 56.321224134984014 ], [ -6.426736662141304, 56.32108956805785 ], [ -6.427167985968551, 56.321431209934062 ], [ -6.425114098554726, 56.321432773543521 ], [ -6.424322228134639, 56.322295804337863 ], [ -6.424484576644574, 56.323221831019033 ], [ -6.425014675573758, 56.323214555223529 ], [ -6.425195365010764, 56.323544485416583 ], [ -6.424534367648718, 56.323581630446576 ], [ -6.42494641138592, 56.323910478229394 ], [ -6.424055092756627, 56.324167234215402 ], [ -6.424726335484213, 56.324176497034827 ], [ -6.424944264187078, 56.324492502720695 ], [ -6.423257803029315, 56.324551041005854 ], [ -6.421919288780267, 56.325153876181915 ], [ -6.422670472492979, 56.325978795232295 ], [ -6.422040358329513, 56.326254975673308 ], [ -6.421781303528342, 56.327414640513524 ], [ -6.422646883699179, 56.328891171948584 ], [ -6.425133468072723, 56.330523775543945 ], [ -6.425639849103897, 56.330213331858197 ], [ -6.426786869699255, 56.330680470780941 ], [ -6.426522076455834, 56.331049731331426 ], [ -6.427059832592069, 56.331358783351334 ], [ -6.428030943966496, 56.330937249559135 ], [ -6.428766365605639, 56.331135779102212 ], [ -6.42844226137759, 56.331830972468723 ], [ -6.429276536955389, 56.33190453278187 ], [ -6.428121798825486, 56.332418099553088 ], [ -6.428147750496227, 56.332920865922929 ], [ -6.429103514272154, 56.332855159292087 ], [ -6.429602045335409, 56.333174600479381 ], [ -6.431049340962823, 56.333298147691366 ], [ -6.430981441627426, 56.333898719821434 ], [ -6.42955773166486, 56.334606324325293 ], [ -6.430592325004997, 56.334870582808456 ], [ -6.430968151291559, 56.334690718725071 ], [ -6.431033425277032, 56.334904249920925 ], [ -6.43053195967993, 56.335466387241283 ], [ -6.42944557024541, 56.335523290234583 ], [ -6.429048082588114, 56.336423490412535 ], [ -6.427743427337787, 56.336623112416362 ], [ -6.427911947643475, 56.336819456786429 ], [ -6.426917288007873, 56.337178867451541 ], [ -6.426738301484447, 56.337450613262121 ], [ -6.427490523637144, 56.337374217341953 ], [ -6.427705598458322, 56.337622862809056 ], [ -6.42667136931355, 56.338060141291578 ], [ -6.426899664988857, 56.338632118908684 ], [ -6.425352474049074, 56.33897531283575 ], [ -6.42506498078539, 56.339358872650273 ], [ -6.424036718656951, 56.339499094145509 ], [ -6.422708123171278, 56.340261674987289 ], [ -6.422436653090393, 56.339875622419022 ], [ -6.420736436457812, 56.340156769169276 ], [ -6.419552947971916, 56.340774712794335 ], [ -6.419094339427399, 56.340800093431433 ], [ -6.419441226831514, 56.340369454164261 ], [ -6.418739807938555, 56.340745300832509 ], [ -6.417103911314435, 56.340673312587271 ], [ -6.417089695064943, 56.34111005388224 ], [ -6.41620990550398, 56.341204431103058 ], [ -6.416716331931163, 56.341312271388155 ], [ -6.416315604948971, 56.341627896011097 ], [ -6.415709354295161, 56.341357219566184 ], [ -6.415480727592351, 56.341900554135535 ], [ -6.414587794834302, 56.341671586721617 ], [ -6.414826300398031, 56.342333163897536 ], [ -6.411877857566035, 56.343445748548127 ], [ -6.412428852475487, 56.343938779861119 ], [ -6.413138614060706, 56.343774044320028 ], [ -6.412884033447524, 56.344093436819342 ], [ -6.410947968419944, 56.344648194499719 ], [ -6.408364312523182, 56.344785273025472 ], [ -6.409103832076869, 56.344947798855934 ], [ -6.408206941319077, 56.345595885920325 ], [ -6.408541413490267, 56.346177600404374 ], [ -6.407917025934411, 56.346591110878215 ], [ -6.407616587405721, 56.346093629510804 ], [ -6.40664081725688, 56.346339764244213 ], [ -6.406507483753398, 56.345746382850137 ], [ -6.40564719302026, 56.345660098512205 ], [ -6.4050029333556, 56.346182234949914 ], [ -6.403972231146189, 56.346093012789652 ], [ -6.402414210087167, 56.346921994087602 ], [ -6.402901296922552, 56.347268932583511 ], [ -6.401575556587712, 56.347683085798856 ], [ -6.400760650469809, 56.347541185322676 ], [ -6.400444130828576, 56.347788099317782 ], [ -6.400173141799466, 56.347334526129735 ], [ -6.39744611740948, 56.34722732633157 ], [ -6.394252321017588, 56.34763763665206 ], [ -6.394266843333408, 56.348058957951608 ], [ -6.393699231207053, 56.347701355351738 ], [ -6.391367604416956, 56.348088159231104 ], [ -6.389953894670569, 56.34890735600915 ], [ -6.390323781089348, 56.349236015444177 ], [ -6.389673703588478, 56.349358023279201 ], [ -6.390227202414501, 56.34952276586462 ], [ -6.389545064296053, 56.34992923346595 ], [ -6.390213378178539, 56.350035935907343 ], [ -6.390046595768822, 56.350275708481043 ], [ -6.386540979126092, 56.349864899749839 ], [ -6.387791992565338, 56.350531088150682 ], [ -6.3876406504383, 56.350905224921 ], [ -6.386675766846825, 56.350966426365538 ], [ -6.385654922568552, 56.350822733970823 ], [ -6.385581958249896, 56.350047309034309 ] ] ], [ [ [ -6.402284000135325, 56.350551384676216 ], [ -6.402118032576932, 56.350166033033489 ], [ -6.401675320140638, 56.350330194473031 ], [ -6.402037586117329, 56.349890068370627 ], [ -6.405259405973618, 56.348893921879373 ], [ -6.404042322264236, 56.35027742993141 ], [ -6.403293414061721, 56.350735822554263 ], [ -6.402605715111149, 56.350742310244286 ], [ -6.402829606301923, 56.3505769393336 ], [ -6.402284000135325, 56.350551384676216 ] ] ], [ [ [ -6.459351861152051, 56.348880563968279 ], [ -6.460653385715325, 56.347682313481222 ], [ -6.461434530156062, 56.347505728681675 ], [ -6.461978039076163, 56.347859404705211 ], [ -6.462112824872655, 56.347557716934347 ], [ -6.463228750854657, 56.347958197503637 ], [ -6.46404769728586, 56.348796635953754 ], [ -6.463162420122912, 56.348914031254793 ], [ -6.46220995840596, 56.34831876380678 ], [ -6.462133628780437, 56.348843210817535 ], [ -6.460938829788083, 56.349084188968568 ], [ -6.459351861152051, 56.348880563968279 ] ] ], [ [ [ -6.375017456124167, 56.353690810861444 ], [ -6.375031021355266, 56.352961792603423 ], [ -6.375781097622768, 56.352863309971355 ], [ -6.37641867754436, 56.352278612496015 ], [ -6.378144432775443, 56.352424419602713 ], [ -6.377526806708994, 56.352900488621984 ], [ -6.377885671544528, 56.353063179001936 ], [ -6.377394098011158, 56.353085070670218 ], [ -6.377906752091962, 56.353246816502526 ], [ -6.377171978190966, 56.353196364417045 ], [ -6.377340477739483, 56.353464729101844 ], [ -6.375966251317114, 56.353841637521988 ], [ -6.375017456124167, 56.353690810861444 ] ] ], [ [ [ -5.57297650894082, 56.380758253305338 ], [ -5.573927337063129, 56.380096959389839 ], [ -5.571806357674237, 56.380549253748327 ], [ -5.572396936779699, 56.379934325081074 ], [ -5.576454111218536, 56.37870235072586 ], [ -5.575907441944876, 56.379698145642763 ], [ -5.574518995523035, 56.380012451655126 ], [ -5.576291162577435, 56.379988260348995 ], [ -5.575637353141842, 56.380533107033898 ], [ -5.572787644402938, 56.381163796631043 ], [ -5.573302584416518, 56.380865726891621 ], [ -5.57297650894082, 56.380758253305338 ] ] ], [ [ [ -5.59929700582524, 56.382850714458698 ], [ -5.598385419211893, 56.381348737034195 ], [ -5.598384732295502, 56.380998108521382 ], [ -5.598796111909925, 56.380720920438328 ], [ -5.599063961804077, 56.380897451732423 ], [ -5.599347392996851, 56.380466637766901 ], [ -5.602226162013006, 56.381520295872562 ], [ -5.602701861829141, 56.382095368768553 ], [ -5.602050911171441, 56.382752664782956 ], [ -5.60131773166266, 56.382625635984787 ], [ -5.600515430553183, 56.383053558598412 ], [ -5.59929700582524, 56.382850714458698 ] ] ], [ [ [ -6.054223717044168, 56.378568522981467 ], [ -6.055125883229053, 56.378440951792683 ], [ -6.054950777951617, 56.378684098844111 ], [ -6.055392877499505, 56.378726271728063 ], [ -6.054912680720483, 56.379438048146277 ], [ -6.054235240330052, 56.378905377306936 ], [ -6.054223717044168, 56.378568522981467 ] ] ], [ [ [ -5.985498705831422, 56.388112822117741 ], [ -5.984727370954684, 56.38792992004042 ], [ -5.983981485840718, 56.387959317554532 ], [ -5.984146603825669, 56.387802030676241 ], [ -5.985456491845805, 56.387461322200721 ], [ -5.984788288040104, 56.387799366236514 ], [ -5.98537162006949, 56.38779677818232 ], [ -5.985498705831422, 56.388112822117741 ] ] ], [ [ [ -5.502764872575334, 56.407434180174072 ], [ -5.504067961616134, 56.406880373261913 ], [ -5.504197345906896, 56.407317253659727 ], [ -5.503093516589985, 56.408274500399905 ], [ -5.501888225805572, 56.40878147796677 ], [ -5.501525858448699, 56.408667649081231 ], [ -5.502380055856693, 56.408380980276746 ], [ -5.502764872575334, 56.407434180174072 ] ] ], [ [ [ -5.716921601778454, 56.406161580902314 ], [ -5.71649744593276, 56.405886581397866 ], [ -5.716871095824254, 56.405893353530168 ], [ -5.716921601778454, 56.406161580902314 ] ] ], [ [ [ -5.716902522297262, 56.405550736357945 ], [ -5.717212326197999, 56.405235731676676 ], [ -5.718144064297165, 56.40547751167734 ], [ -5.718418607369711, 56.406130141203718 ], [ -5.717917532465027, 56.405897916709471 ], [ -5.716902522297262, 56.405550736357945 ] ] ], [ [ [ -5.525173753441008, 56.415735352581265 ], [ -5.526391352378832, 56.41530961214314 ], [ -5.526317960956365, 56.415567935228282 ], [ -5.528021068070601, 56.415218267441887 ], [ -5.527768935193237, 56.415648008351063 ], [ -5.526802286557015, 56.415981208546548 ], [ -5.52664733670465, 56.415796814335479 ], [ -5.525173753441008, 56.415735352581265 ] ] ], [ [ [ -5.53444543711309, 56.416019665558245 ], [ -5.536926616264519, 56.41505429032717 ], [ -5.536106264282241, 56.415913841084134 ], [ -5.535563855448556, 56.415749504605287 ], [ -5.535428553941739, 56.416126479841793 ], [ -5.534436031875813, 56.416442497298711 ], [ -5.53444543711309, 56.416019665558245 ] ] ], [ [ [ -5.538282979130411, 56.414552543556631 ], [ -5.537476760154481, 56.414341804286082 ], [ -5.536996951448056, 56.414589260385412 ], [ -5.536540065887868, 56.414035886038228 ], [ -5.537909902147562, 56.413592197974744 ], [ -5.538662653757875, 56.413925836076494 ], [ -5.540451200389412, 56.413537591159482 ], [ -5.540756307038214, 56.415336010976453 ], [ -5.539281775866979, 56.41639858550387 ], [ -5.538224840214986, 56.416370330600571 ], [ -5.53761895729756, 56.416221301431563 ], [ -5.538282979130411, 56.414552543556631 ] ] ], [ [ [ -5.499377613928, 56.425542523725085 ], [ -5.4977833991204, 56.424436735868596 ], [ -5.496193801318857, 56.424616448863965 ], [ -5.495539617638786, 56.42385272373739 ], [ -5.49415556302224, 56.423532132595412 ], [ -5.493761424262424, 56.422684646892051 ], [ -5.491853471532528, 56.423107033937399 ], [ -5.491026056191145, 56.423017963123037 ], [ -5.491277559988709, 56.422399521005993 ], [ -5.490236511079196, 56.42254572231564 ], [ -5.49056428815274, 56.422015938063517 ], [ -5.488677672229366, 56.421803842452043 ], [ -5.489099215170635, 56.421093409933157 ], [ -5.491462144995346, 56.420326495058347 ], [ -5.491761682730685, 56.420727125282532 ], [ -5.490875773014134, 56.421308598941394 ], [ -5.491722625102446, 56.421167863574887 ], [ -5.491551465631171, 56.421565572990048 ], [ -5.492335328458593, 56.421763753783146 ], [ -5.494150496005739, 56.420366700787135 ], [ -5.496058932190514, 56.42094041653128 ], [ -5.496943404134854, 56.420768015766072 ], [ -5.498168936390059, 56.419911688401676 ], [ -5.4988388512983, 56.418799521551158 ], [ -5.498509279616759, 56.41837278364293 ], [ -5.499536266738446, 56.41713994642717 ], [ -5.498928515232562, 56.416192419521003 ], [ -5.497412178766781, 56.416388965366153 ], [ -5.496728181655237, 56.416164624393502 ], [ -5.4974324135735, 56.415320314109245 ], [ -5.496787837818823, 56.414853913737502 ], [ -5.497987784716607, 56.413703415779253 ], [ -5.497628241610711, 56.412826195290883 ], [ -5.499097839555239, 56.412387319557176 ], [ -5.499841330022878, 56.411583241337652 ], [ -5.500928427409616, 56.412435406324342 ], [ -5.502510538099902, 56.412391593554702 ], [ -5.503239079932237, 56.410738304692948 ], [ -5.505262051885733, 56.40928305129853 ], [ -5.507654603661659, 56.40832077428481 ], [ -5.509674383253717, 56.408065782798701 ], [ -5.510215619512488, 56.407340190307927 ], [ -5.511104301304514, 56.407481335911108 ], [ -5.512622901299656, 56.40618859239634 ], [ -5.512119971238228, 56.405834234154604 ], [ -5.512661772733212, 56.405818874098877 ], [ -5.512660946885592, 56.405018730548889 ], [ -5.513774967902297, 56.40426339332916 ], [ -5.513687427059034, 56.403578091753488 ], [ -5.515329375225872, 56.401762152449685 ], [ -5.519212177614864, 56.399300855125716 ], [ -5.523165299034595, 56.398481824042435 ], [ -5.523949557659509, 56.397600906240129 ], [ -5.526622535203194, 56.396213096064265 ], [ -5.527037565354266, 56.394882343677807 ], [ -5.525761505860521, 56.393600633905365 ], [ -5.52579860831069, 56.39298551300665 ], [ -5.527692560714496, 56.391468801013318 ], [ -5.528708910016697, 56.391118882921717 ], [ -5.528685415959842, 56.390602586201076 ], [ -5.529906342378516, 56.389539259914002 ], [ -5.530877791773292, 56.389300289200236 ], [ -5.53161330035667, 56.389681205660722 ], [ -5.531612808854392, 56.389326086011224 ], [ -5.533047870039637, 56.388598268662292 ], [ -5.53352767180908, 56.388651113114264 ], [ -5.533384121598554, 56.388938416352758 ], [ -5.535387050859647, 56.38903860058705 ], [ -5.536823172806773, 56.388619989502018 ], [ -5.537275838951431, 56.387559640655716 ], [ -5.536811207067947, 56.387006492141467 ], [ -5.536265230462019, 56.386711900847885 ], [ -5.534380746519917, 56.386576885234497 ], [ -5.535076390725582, 56.385689425783539 ], [ -5.53752577609117, 56.384629609291466 ], [ -5.538284446584358, 56.383776292703267 ], [ -5.539475921875426, 56.383709881206698 ], [ -5.53920807265535, 56.383024348053802 ], [ -5.540802228137353, 56.382390786115906 ], [ -5.542612258544319, 56.381029068722796 ], [ -5.542576886093674, 56.380229901573628 ], [ -5.542043095935007, 56.380170546082823 ], [ -5.542231119317388, 56.379839702305674 ], [ -5.541762331916135, 56.379642725775966 ], [ -5.542038776240555, 56.37919966605908 ], [ -5.542929735855964, 56.378621247570763 ], [ -5.543571201644824, 56.378671224419804 ], [ -5.545002847180792, 56.377024496889618 ], [ -5.545924733461515, 56.376779627289075 ], [ -5.546856464423073, 56.375700122866888 ], [ -5.548711804778822, 56.374865668248063 ], [ -5.549116428880618, 56.374251688345694 ], [ -5.550461716721983, 56.373822024133354 ], [ -5.551611163352997, 56.372768604763493 ], [ -5.558647359690695, 56.370561638521757 ], [ -5.558668696311629, 56.370790291862285 ], [ -5.559501029674251, 56.370334807681566 ], [ -5.560071012810476, 56.370453284257266 ], [ -5.55853356220267, 56.371859590414559 ], [ -5.56011758745557, 56.371733141289575 ], [ -5.559023418387754, 56.372681660630626 ], [ -5.559982238499108, 56.372973274204782 ], [ -5.558555708118877, 56.374353912669825 ], [ -5.557262320442081, 56.374818138498355 ], [ -5.557728452636678, 56.375038509182552 ], [ -5.556543583509933, 56.376023774692186 ], [ -5.554014233058681, 56.37708358360144 ], [ -5.554398680621527, 56.377122898370857 ], [ -5.554051484712892, 56.377292000650939 ], [ -5.55441448207743, 56.377605252009324 ], [ -5.553859194981668, 56.378636252145448 ], [ -5.555004005738117, 56.378801192282111 ], [ -5.554783779396006, 56.379289422037935 ], [ -5.555140024846748, 56.37937359941624 ], [ -5.55669230285779, 56.37843444069852 ], [ -5.557772000575915, 56.378300931486898 ], [ -5.556930724960059, 56.3798436487793 ], [ -5.557777925616535, 56.380205019826967 ], [ -5.560091390817692, 56.379452535461027 ], [ -5.56139189312262, 56.378560113287811 ], [ -5.56125529967573, 56.378971326751234 ], [ -5.562051517737024, 56.3790122625634 ], [ -5.563000869181144, 56.378541703439758 ], [ -5.564066784997212, 56.379699622660532 ], [ -5.563573613403859, 56.38014447671712 ], [ -5.564340338300232, 56.379938998302698 ], [ -5.564966221482789, 56.380099001998651 ], [ -5.564627255457106, 56.382123610370982 ], [ -5.565859324955397, 56.38202430678804 ], [ -5.567249835574098, 56.381211047748941 ], [ -5.567781807156316, 56.381267650470853 ], [ -5.566947884213139, 56.38153442521417 ], [ -5.567797427123852, 56.381694266785516 ], [ -5.569714603781626, 56.380708464994143 ], [ -5.570560779566198, 56.380832421026739 ], [ -5.570981632573815, 56.381346253168168 ], [ -5.572405198202367, 56.380887120900205 ], [ -5.57203792997148, 56.381464140464786 ], [ -5.572726323714645, 56.381979241052242 ], [ -5.575312094614801, 56.381643882704317 ], [ -5.576935621648624, 56.381071033828931 ], [ -5.578711285943847, 56.380997257603958 ], [ -5.578713980311157, 56.381284888908716 ], [ -5.579749830862448, 56.381012196757972 ], [ -5.581894937967043, 56.381076045402942 ], [ -5.58178809045328, 56.380715003307536 ], [ -5.582846384236033, 56.380509067453616 ], [ -5.583248255408244, 56.380043398369956 ], [ -5.583102435314541, 56.380474686615251 ], [ -5.583598869380029, 56.380325458338739 ], [ -5.584593266768395, 56.380732739705756 ], [ -5.589008838175054, 56.380384573912636 ], [ -5.588565365444715, 56.380837981846611 ], [ -5.587466205868122, 56.381126069280647 ], [ -5.588295298304691, 56.382014630496151 ], [ -5.587889482047521, 56.382696213518933 ], [ -5.586706012435174, 56.383036185854728 ], [ -5.586879898247334, 56.383678497534042 ], [ -5.585318107325439, 56.383701243199262 ], [ -5.58487947342728, 56.384379269658439 ], [ -5.585894726733839, 56.384920802676639 ], [ -5.585414632698153, 56.385847281947719 ], [ -5.585770243809741, 56.386353965402613 ], [ -5.585235939862176, 56.386962834915529 ], [ -5.584032499048313, 56.387092070351947 ], [ -5.583739694907717, 56.388287345137464 ], [ -5.584294978355587, 56.388590454748588 ], [ -5.583820642477311, 56.389148131621312 ], [ -5.583413569884389, 56.389128441404615 ], [ -5.583254434012058, 56.38967699612936 ], [ -5.583722090568222, 56.389996129947448 ], [ -5.58276591871816, 56.390463447976451 ], [ -5.582679881095357, 56.390979318084703 ], [ -5.580586267017723, 56.391210685545389 ], [ -5.579122101252915, 56.392017229807692 ], [ -5.577276803151614, 56.391872737718927 ], [ -5.576482627249583, 56.392219343878629 ], [ -5.574985358861316, 56.391637700813597 ], [ -5.573523021311144, 56.39220586548025 ], [ -5.573785650274675, 56.39284563177678 ], [ -5.573170422169825, 56.393285952323851 ], [ -5.573910449552132, 56.393484879056757 ], [ -5.573260356068849, 56.393899233202113 ], [ -5.574067263091696, 56.39481100495766 ], [ -5.573356494330656, 56.395442890977073 ], [ -5.574626698216587, 56.396022117437099 ], [ -5.574846521200808, 56.39655073119183 ], [ -5.574258453497638, 56.39779945158061 ], [ -5.574977869087689, 56.397864104843805 ], [ -5.573459357686913, 56.398613703204141 ], [ -5.572083047602183, 56.398113945962891 ], [ -5.569754510851707, 56.398005748479214 ], [ -5.568864798983246, 56.397334592931628 ], [ -5.566773480746966, 56.397421799791331 ], [ -5.565427449802352, 56.397937064349385 ], [ -5.565901815791317, 56.399281027909915 ], [ -5.566882990838081, 56.399630395855468 ], [ -5.566519795025754, 56.399820669979306 ], [ -5.566820072837683, 56.400776742557845 ], [ -5.567639660612433, 56.401564116613663 ], [ -5.56704008925695, 56.403126009796381 ], [ -5.567416470363747, 56.403768806642383 ], [ -5.565626138114554, 56.405775856012326 ], [ -5.564501293289241, 56.40614538107652 ], [ -5.562702897621481, 56.407635642876087 ], [ -5.562545964240372, 56.407864926251385 ], [ -5.563645014763243, 56.407738914513473 ], [ -5.563385130377283, 56.408254371363135 ], [ -5.562518664974131, 56.408526536914991 ], [ -5.561803736362593, 56.408164982246184 ], [ -5.559539763121061, 56.408319956136609 ], [ -5.557968403507031, 56.409205732471996 ], [ -5.55339551975397, 56.409557243082965 ], [ -5.552257624805349, 56.409180792119564 ], [ -5.551170138233216, 56.409518552441376 ], [ -5.548964687991613, 56.409032409515426 ], [ -5.548766843026342, 56.408458171682668 ], [ -5.542831871481904, 56.407625556728888 ], [ -5.541299925943837, 56.408450649764703 ], [ -5.540411618589221, 56.40831510257987 ], [ -5.540219043919216, 56.408895113708212 ], [ -5.540728325591081, 56.409506316176909 ], [ -5.540270247078715, 56.409219115433878 ], [ -5.539614538500548, 56.409440141586252 ], [ -5.539726517420336, 56.409720150688358 ], [ -5.54034841312795, 56.40964124483429 ], [ -5.540346889760044, 56.410462142918377 ], [ -5.539882370530725, 56.410803577238674 ], [ -5.539049935230254, 56.410798587015293 ], [ -5.538655484137595, 56.41151023138282 ], [ -5.537435982606778, 56.411284323320324 ], [ -5.536334908169652, 56.41163492511162 ], [ -5.535288190228972, 56.412606123590734 ], [ -5.533632679470112, 56.412680320280629 ], [ -5.533249970629388, 56.413100311473094 ], [ -5.532679237982772, 56.413067136086305 ], [ -5.532507404448132, 56.413400195947808 ], [ -5.530048402000647, 56.414342374154579 ], [ -5.530331416865089, 56.413983673709637 ], [ -5.528518196755906, 56.413931929144503 ], [ -5.530450779175419, 56.412559742266978 ], [ -5.529240927303275, 56.411492848668715 ], [ -5.526760209726493, 56.410799275842919 ], [ -5.525570112020339, 56.410994977516353 ], [ -5.524791246669022, 56.411516119980433 ], [ -5.525080303942092, 56.411134783294798 ], [ -5.522881715373245, 56.411210800463458 ], [ -5.520072106884449, 56.412571822242896 ], [ -5.517296812756235, 56.412954519152976 ], [ -5.515558427392554, 56.413870551923942 ], [ -5.514132219252582, 56.413987428798279 ], [ -5.512967492413881, 56.41456528805967 ], [ -5.512440174208968, 56.41535433020087 ], [ -5.513351224300088, 56.415577542420849 ], [ -5.512317374866617, 56.416220911466759 ], [ -5.511799070685478, 56.417442143778594 ], [ -5.512700733253886, 56.417404899271183 ], [ -5.511707874061358, 56.418264673295575 ], [ -5.510782547631847, 56.418291791924581 ], [ -5.511077217388016, 56.417951689098452 ], [ -5.51027817700696, 56.417694718451941 ], [ -5.509422229286447, 56.418069596729495 ], [ -5.507368714264956, 56.417840936454766 ], [ -5.506511286426433, 56.41830574204009 ], [ -5.505470027576266, 56.418289350261254 ], [ -5.504008448715457, 56.41952194173313 ], [ -5.502503393888272, 56.421781569135 ], [ -5.500545711556373, 56.422367328351918 ], [ -5.49980744497198, 56.423071463903781 ], [ -5.500417692129527, 56.423885856877305 ], [ -5.502077828441984, 56.423591713211593 ], [ -5.502606651912614, 56.424313996015229 ], [ -5.500823660653976, 56.425389301831295 ], [ -5.499377613928, 56.425542523725085 ] ] ], [ [ [ -5.647001240445209, 56.425107112674866 ], [ -5.647583385141864, 56.424748315029511 ], [ -5.647420488044982, 56.42592645329669 ], [ -5.647001240445209, 56.425107112674866 ] ] ], [ [ [ -5.647083753600264, 56.42698383144208 ], [ -5.64754685803742, 56.42631384812006 ], [ -5.647755418186746, 56.426712310202518 ], [ -5.647300684228942, 56.427215711903109 ], [ -5.647083753600264, 56.42698383144208 ] ] ], [ [ [ -5.237231315666821, 56.437652893589778 ], [ -5.237673766189298, 56.43732220806401 ], [ -5.23709040582556, 56.437884909213878 ], [ -5.233740333491044, 56.439002545312107 ], [ -5.233314890596121, 56.438598321837233 ], [ -5.235272601769579, 56.438319812226219 ], [ -5.236474980521096, 56.437899178956286 ], [ -5.235756441011487, 56.437693194562108 ], [ -5.237231315666821, 56.437652893589778 ] ] ], [ [ [ -5.491242010523211, 56.430235778875243 ], [ -5.491691187037606, 56.429472415320909 ], [ -5.492890283529055, 56.429631924499972 ], [ -5.493454672999294, 56.430123983281959 ], [ -5.493809022233544, 56.431862656092882 ], [ -5.49333336502248, 56.431983949882991 ], [ -5.492696391141568, 56.431408525529534 ], [ -5.491242010523211, 56.430235778875243 ] ] ], [ [ [ -6.2449774704167, 56.41122954644446 ], [ -6.245561969411926, 56.41021570800136 ], [ -6.24621582238055, 56.410332690920946 ], [ -6.24632594991031, 56.410738126767981 ], [ -6.246989223188164, 56.410575978783953 ], [ -6.247306956813485, 56.410951809471989 ], [ -6.247719473131268, 56.41057791279038 ], [ -6.247698180987653, 56.411549960628939 ], [ -6.246744984940262, 56.411731048688353 ], [ -6.2449774704167, 56.41122954644446 ] ] ], [ [ [ -5.483922277734091, 56.436984140844999 ], [ -5.484562935738649, 56.436891511224964 ], [ -5.484088939598314, 56.437297720274728 ], [ -5.483922277734091, 56.436984140844999 ] ] ], [ [ [ -5.219931124774393, 56.449037416493219 ], [ -5.221783329521331, 56.448962336401294 ], [ -5.220277971045278, 56.449491370899096 ], [ -5.219931124774393, 56.449037416493219 ] ] ], [ [ [ -6.150432543591051, 56.422923836399306 ], [ -6.152080499548318, 56.422366783189752 ], [ -6.152395153257713, 56.422528905467658 ], [ -6.152385938997013, 56.422310678525278 ], [ -6.152556397684458, 56.42250461402044 ], [ -6.151858629944172, 56.422921009463856 ], [ -6.150577117839362, 56.423341674048601 ], [ -6.150210942484224, 56.423287393622793 ], [ -6.150432543591051, 56.422923836399306 ] ] ], [ [ [ -5.198053416393902, 56.455442254189769 ], [ -5.198373409937269, 56.455096896634345 ], [ -5.19860399730019, 56.455329170177542 ], [ -5.198053416393902, 56.455442254189769 ] ] ], [ [ [ -5.322869724780484, 56.45650162961909 ], [ -5.322789772625896, 56.455865489192995 ], [ -5.322218780470018, 56.455611091421581 ], [ -5.323138769952317, 56.455400348873724 ], [ -5.323842960757009, 56.455915475313383 ], [ -5.324405727505853, 56.455481459583361 ], [ -5.32513364549414, 56.456174842016139 ], [ -5.323992000888178, 56.456413116856503 ], [ -5.323791135771662, 56.456789784017559 ], [ -5.32344080659031, 56.456533971669614 ], [ -5.322869724780484, 56.45650162961909 ] ] ], [ [ [ -5.358889143730658, 56.457677097974901 ], [ -5.359314705235636, 56.457642195839242 ], [ -5.359623421431738, 56.458104010623501 ], [ -5.358665175827987, 56.458780846590145 ], [ -5.358191888167783, 56.458036704723881 ], [ -5.358889143730658, 56.457677097974901 ] ] ], [ [ [ -5.354487231528934, 56.45920229326773 ], [ -5.355351484168756, 56.45894966589043 ], [ -5.355877426275674, 56.459426288506343 ], [ -5.354431245358887, 56.460039878586187 ], [ -5.354487231528934, 56.45920229326773 ] ] ], [ [ [ -5.430823797345993, 56.455669879249562 ], [ -5.431716265561182, 56.455574158464827 ], [ -5.433563876459292, 56.456004888666129 ], [ -5.433661799304962, 56.456855356437295 ], [ -5.434312245453248, 56.457009956325336 ], [ -5.432872641453327, 56.458005489465116 ], [ -5.432064586373688, 56.458065617221862 ], [ -5.432398641538284, 56.458348555113361 ], [ -5.433742576430411, 56.458378773265068 ], [ -5.433490809878854, 56.459060916256057 ], [ -5.432136152937526, 56.459559620919094 ], [ -5.431183990294649, 56.459552707726495 ], [ -5.429036337417794, 56.459145521053372 ], [ -5.42837466047803, 56.457912370358883 ], [ -5.429047017171873, 56.456761902109712 ], [ -5.429767433153041, 56.456648478087608 ], [ -5.430823797345993, 56.455669879249562 ] ] ], [ [ [ -5.426502753886344, 56.46122937857325 ], [ -5.426808162717315, 56.46074445468966 ], [ -5.427401715630439, 56.461474243006656 ], [ -5.427197568651433, 56.461821515674643 ], [ -5.427009304914542, 56.461534534930088 ], [ -5.426502753886344, 56.46122937857325 ] ] ], [ [ [ -5.601456310914293, 56.458415427152559 ], [ -5.601845490383893, 56.458066961717684 ], [ -5.60280470246847, 56.458250378595068 ], [ -5.602139176045078, 56.457824665159677 ], [ -5.602497703069411, 56.45732424213557 ], [ -5.60389639294407, 56.456919459520883 ], [ -5.604891999422248, 56.456202707554006 ], [ -5.605515410715143, 56.456269993200863 ], [ -5.605984676582607, 56.45573936563725 ], [ -5.608403004922319, 56.455044131281625 ], [ -5.607932033169645, 56.455898492836759 ], [ -5.606126427880655, 56.456548923564164 ], [ -5.605429087315988, 56.457499767799142 ], [ -5.603585790395957, 56.458438965539287 ], [ -5.602825570838895, 56.458299222322928 ], [ -5.60285522745364, 56.458954698777333 ], [ -5.602085433489069, 56.459485053524944 ], [ -5.600801320945021, 56.459729145015345 ], [ -5.601456310914293, 56.458415427152559 ] ] ], [ [ [ -6.336764327683278, 56.437293163890871 ], [ -6.337646185439846, 56.436911517787628 ], [ -6.338227574823268, 56.437098021465069 ], [ -6.337783736118413, 56.436196168882553 ], [ -6.338669086356811, 56.435418652817958 ], [ -6.33791818419923, 56.434244242401476 ], [ -6.339116145377346, 56.434143821154031 ], [ -6.338682177305546, 56.433826241548722 ], [ -6.339448973763901, 56.432863995112001 ], [ -6.339127968771535, 56.432753820671657 ], [ -6.341117811174341, 56.431272024052973 ], [ -6.341389478901298, 56.43151883398906 ], [ -6.341993533984597, 56.431335766201116 ], [ -6.342626220635123, 56.43175879349613 ], [ -6.343422652014689, 56.43148352969002 ], [ -6.343999481972089, 56.431701644499377 ], [ -6.343176748834894, 56.432315113243043 ], [ -6.34407132337708, 56.432117350998119 ], [ -6.344176319494358, 56.432396983001802 ], [ -6.34146048948221, 56.433562502185168 ], [ -6.341605992436044, 56.433912669052184 ], [ -6.342371261549498, 56.433719452273266 ], [ -6.342169238522968, 56.434153754258304 ], [ -6.342648791892354, 56.433804160538109 ], [ -6.342628314179144, 56.434335530493463 ], [ -6.343453453742884, 56.434666363236737 ], [ -6.34300971622442, 56.434974230756318 ], [ -6.343847042628393, 56.434630075873017 ], [ -6.344075155074877, 56.434779472904587 ], [ -6.34323506394353, 56.435312602431722 ], [ -6.344155697646971, 56.434916056879437 ], [ -6.344736285840947, 56.435592737161706 ], [ -6.345210836949276, 56.435625558701489 ], [ -6.345851860505969, 56.435126382132275 ], [ -6.346235857754353, 56.435432200222422 ], [ -6.345672802958313, 56.435690299365113 ], [ -6.346843349147018, 56.435491830248885 ], [ -6.346299163762344, 56.436198976021615 ], [ -6.345510934372807, 56.43626260731201 ], [ -6.342810738521909, 56.437567011302519 ], [ -6.34276253136759, 56.437784559794537 ], [ -6.34382263260603, 56.438039698119532 ], [ -6.342320163409604, 56.439099714874942 ], [ -6.338817712945697, 56.440490606033798 ], [ -6.338454911412748, 56.440157040631554 ], [ -6.338904368901833, 56.439898458577431 ], [ -6.338129989485994, 56.439799662555821 ], [ -6.338260382359277, 56.439021605409742 ], [ -6.336847647479436, 56.438450482204239 ], [ -6.337164537578089, 56.437670394081032 ], [ -6.336764327683278, 56.437293163890871 ] ] ], [ [ [ -5.680017164129248, 56.461408728681377 ], [ -5.680746272180708, 56.460888071491553 ], [ -5.682349502299624, 56.461343973746715 ], [ -5.682142524355437, 56.46188959551062 ], [ -5.680824273162624, 56.461609550326592 ], [ -5.680017164129248, 56.461408728681377 ] ] ], [ [ [ -6.150809987381345, 56.447201898947817 ], [ -6.149788914545467, 56.445657789911643 ], [ -6.152555147669845, 56.443928346602029 ], [ -6.156629219589735, 56.442758414624691 ], [ -6.156824119136556, 56.442090872081458 ], [ -6.156168528681737, 56.442183012697711 ], [ -6.156432911991248, 56.44127481888647 ], [ -6.158146441301194, 56.44119214175479 ], [ -6.161354255836078, 56.439810095566102 ], [ -6.162989044106313, 56.438208331636162 ], [ -6.162420107548865, 56.437801166239154 ], [ -6.161624648612593, 56.435561583587941 ], [ -6.163495612180521, 56.435377310463785 ], [ -6.163809046594721, 56.435497179019755 ], [ -6.163153545410454, 56.435663101079335 ], [ -6.163009003630689, 56.43612211899422 ], [ -6.164470485641603, 56.435830181316526 ], [ -6.164322288387355, 56.436329793721036 ], [ -6.164765359185816, 56.436373356123248 ], [ -6.163417091116233, 56.43680988147743 ], [ -6.163406494330115, 56.437202344744897 ], [ -6.165314351856957, 56.436791074014081 ], [ -6.165550883331872, 56.437097886529237 ], [ -6.164299612471219, 56.437664260444315 ], [ -6.165055303155562, 56.437686521755531 ], [ -6.164935978435666, 56.438197754780667 ], [ -6.16583170142794, 56.438149652885159 ], [ -6.165482555272383, 56.438652426107609 ], [ -6.163850227486446, 56.439134478073782 ], [ -6.165030495175649, 56.439342121038358 ], [ -6.16285622045629, 56.43994579962559 ], [ -6.163509259844242, 56.440364526649155 ], [ -6.163203437952577, 56.440803782854047 ], [ -6.164510361286238, 56.440966705909325 ], [ -6.165573145138489, 56.441479568914311 ], [ -6.165933167095417, 56.443372243046532 ], [ -6.163857608873818, 56.444819782801538 ], [ -6.161180416482661, 56.445400754680286 ], [ -6.158482077346116, 56.445076755957857 ], [ -6.155230690160486, 56.446792927877425 ], [ -6.154509281807581, 56.446803628129359 ], [ -6.153592665538496, 56.447405428086505 ], [ -6.152862433271588, 56.447335475234077 ], [ -6.150809987381345, 56.447201898947817 ] ] ], [ [ [ -5.145457893418063, 56.481000031404761 ], [ -5.145736323327951, 56.480831165096561 ], [ -5.146449881698955, 56.481208597524919 ], [ -5.146200294081508, 56.481529551472093 ], [ -5.14488889946549, 56.481387510542085 ], [ -5.145457893418063, 56.481000031404761 ] ] ], [ [ [ -6.134439272065109, 56.451652234538116 ], [ -6.135439362861645, 56.45151544231237 ], [ -6.136766443115113, 56.452294021350717 ], [ -6.136469930947621, 56.452479285776427 ], [ -6.136011184362113, 56.452143864985715 ], [ -6.134968770005834, 56.452115700605091 ], [ -6.134439272065109, 56.451652234538116 ] ] ], [ [ [ -5.146425902630761, 56.481703615171526 ], [ -5.147102141729493, 56.48084596654693 ], [ -5.147014509852545, 56.481454964939388 ], [ -5.146425902630761, 56.481703615171526 ] ] ], [ [ [ -5.51526004363586, 56.475404485942548 ], [ -5.51684481377677, 56.475062867666047 ], [ -5.517872621563128, 56.475285454677199 ], [ -5.518141390321431, 56.475907172500065 ], [ -5.517568020273848, 56.476557272812052 ], [ -5.516244307907774, 56.47699938542187 ], [ -5.514820265549362, 56.477147637498248 ], [ -5.514445121633738, 56.476955980283257 ], [ -5.51526004363586, 56.475404485942548 ] ] ], [ [ [ -5.509763752150282, 56.477983107020926 ], [ -5.510110427166953, 56.477339461395694 ], [ -5.512367042474469, 56.476443947200138 ], [ -5.512144995976963, 56.477380759658011 ], [ -5.512662905322116, 56.47727169144008 ], [ -5.512099216404891, 56.477764155340644 ], [ -5.510482110135487, 56.478021215231742 ], [ -5.509763752150282, 56.477983107020926 ] ] ], [ [ [ -6.169643588292645, 56.458058499954056 ], [ -6.169388511320264, 56.457806276388311 ], [ -6.169208841818366, 56.458019166812484 ], [ -6.168553130787754, 56.457816392400098 ], [ -6.167937138853161, 56.456569057210331 ], [ -6.168770604775762, 56.456837801349813 ], [ -6.169055456394523, 56.456621373017057 ], [ -6.171097960215342, 56.456880898271429 ], [ -6.17130847881212, 56.457318981005059 ], [ -6.170283836894588, 56.457380445735566 ], [ -6.169643588292645, 56.458058499954056 ] ] ], [ [ [ -6.175734309658833, 56.458425397645307 ], [ -6.175131649346198, 56.458291916983995 ], [ -6.174303066799216, 56.458393574447825 ], [ -6.174283506941667, 56.457934674774052 ], [ -6.174704007556715, 56.458139947142307 ], [ -6.175436320622184, 56.45793091261703 ], [ -6.175734309658833, 56.458425397645307 ] ] ], [ [ [ -6.263055722171437, 56.455149979665521 ], [ -6.262145028242537, 56.454560741112111 ], [ -6.261322386352908, 56.454611518810538 ], [ -6.258011124781609, 56.45347072761875 ], [ -6.258149308275722, 56.453906670324344 ], [ -6.259135073302955, 56.454079646090854 ], [ -6.2603027580566, 56.455078277636616 ], [ -6.26039891226255, 56.45564607219066 ], [ -6.259573176379219, 56.455741912658262 ], [ -6.258367437245679, 56.454910965485041 ], [ -6.257764540767464, 56.455183506619314 ], [ -6.25592849348776, 56.45481488410644 ], [ -6.253962645276249, 56.4532140601466 ], [ -6.252696394657547, 56.453509348325447 ], [ -6.25268763988273, 56.453140908117575 ], [ -6.249691030492468, 56.451687814234454 ], [ -6.249982179531922, 56.451241635566916 ], [ -6.251286818655053, 56.450927069600148 ], [ -6.250297744307259, 56.449634435603734 ], [ -6.250931176976111, 56.449635189352378 ], [ -6.250259884132482, 56.449078126994877 ], [ -6.250898746266, 56.448691966679668 ], [ -6.251709052984697, 56.44925774598002 ], [ -6.251593422955669, 56.448079045736399 ], [ -6.252265905646811, 56.447921062821031 ], [ -6.252587486041099, 56.448908323984057 ], [ -6.253056094825229, 56.448379599674766 ], [ -6.253616009316133, 56.448594214394618 ], [ -6.254419040721699, 56.448296832597741 ], [ -6.254753624860165, 56.447804181117107 ], [ -6.25533542098828, 56.44843174642822 ], [ -6.256015665161276, 56.448053130894102 ], [ -6.256107198489445, 56.447420428051522 ], [ -6.255355993279517, 56.446875131337933 ], [ -6.256265625223763, 56.446587565772383 ], [ -6.257450944260215, 56.44665926190352 ], [ -6.257559366872058, 56.446974812568094 ], [ -6.258542119005532, 56.446253019394327 ], [ -6.260152920495309, 56.446498932203248 ], [ -6.259933660289648, 56.447005622241569 ], [ -6.261611165620535, 56.447339160571971 ], [ -6.261935092314317, 56.448200409277774 ], [ -6.264123197608392, 56.448597293721974 ], [ -6.265314379050957, 56.449950321535482 ], [ -6.266332551358991, 56.449906273289294 ], [ -6.266196421882911, 56.451008196678835 ], [ -6.2668957005662, 56.452607487854308 ], [ -6.266461856059168, 56.45272135815739 ], [ -6.26640280325719, 56.453424903042219 ], [ -6.26714469891273, 56.45395696797096 ], [ -6.266521720105398, 56.454122320032603 ], [ -6.26616468830001, 56.455137414507732 ], [ -6.267061330045116, 56.455673146388129 ], [ -6.266372638680775, 56.455759816353371 ], [ -6.265888459092461, 56.455425730238929 ], [ -6.263055722171437, 56.455149979665521 ] ] ], [ [ [ -6.239963317966099, 56.45860439105045 ], [ -6.241615077117132, 56.457540579472656 ], [ -6.242666179660292, 56.457643998121519 ], [ -6.242149924783881, 56.458475595203531 ], [ -6.239963317966099, 56.45860439105045 ] ] ], [ [ [ -6.238567853919144, 56.456943343444046 ], [ -6.23933959676921, 56.456435785690068 ], [ -6.240269398285883, 56.456471424838398 ], [ -6.240537749057892, 56.456983871785816 ], [ -6.240103680122354, 56.457970035472655 ], [ -6.238626642273691, 56.458780525435941 ], [ -6.237836709663799, 56.45847028166267 ], [ -6.238567853919144, 56.456943343444046 ] ] ], [ [ [ -6.210536574343786, 56.459832549521785 ], [ -6.21097978901425, 56.459214926781833 ], [ -6.21150052615168, 56.459516499741603 ], [ -6.211036810181295, 56.460022402544595 ], [ -6.210536574343786, 56.459832549521785 ] ] ], [ [ [ -6.233247613052287, 56.460070603310783 ], [ -6.233084624440286, 56.459482594489018 ], [ -6.234032701004944, 56.458807164244909 ], [ -6.234194213585774, 56.459017491855029 ], [ -6.234725524695551, 56.458756509929074 ], [ -6.23481202296155, 56.459095310455737 ], [ -6.23568454228332, 56.458179621736946 ], [ -6.23706675878524, 56.457974981063337 ], [ -6.237136015519075, 56.458741565903694 ], [ -6.235337238095874, 56.459581002309456 ], [ -6.235224961195547, 56.459958073584275 ], [ -6.234642200683983, 56.45975764566095 ], [ -6.233247613052287, 56.460070603310783 ] ] ], [ [ [ -6.191062371091548, 56.462205908064455 ], [ -6.190598763992273, 56.461522798818564 ], [ -6.191252736953303, 56.461722820569044 ], [ -6.191062371091548, 56.462205908064455 ] ] ], [ [ [ -6.21690082568189, 56.461558750708228 ], [ -6.217070467606868, 56.460891955403774 ], [ -6.217422977264242, 56.461140771331713 ], [ -6.217947770451676, 56.460380946142138 ], [ -6.218678486814095, 56.46037855725978 ], [ -6.218506885065173, 56.461027435061219 ], [ -6.219343495023684, 56.461758906308894 ], [ -6.217768159675832, 56.462347644595376 ], [ -6.21725871589546, 56.461636507446663 ], [ -6.21690082568189, 56.461558750708228 ] ] ], [ [ [ -5.527012886031847, 56.483620891385719 ], [ -5.528452864891459, 56.483292236478576 ], [ -5.528493811718853, 56.484065164748898 ], [ -5.527393166591723, 56.484513635056267 ], [ -5.527944495406018, 56.484781159772275 ], [ -5.527516885950614, 56.484953354396175 ], [ -5.526764034681861, 56.484790454663234 ], [ -5.526765086380752, 56.484206933454374 ], [ -5.527590318387459, 56.483802264251224 ], [ -5.527012886031847, 56.483620891385719 ] ] ], [ [ [ -6.481926656914914, 56.453802788245163 ], [ -6.48177799522653, 56.453299963085556 ], [ -6.481047476646316, 56.453097022762741 ], [ -6.480871964710301, 56.452779560265732 ], [ -6.481298625303762, 56.452678677205569 ], [ -6.480813005975333, 56.452417405606653 ], [ -6.481678589292075, 56.452044294371056 ], [ -6.481608043482225, 56.450895518542914 ], [ -6.48256361795046, 56.449840040589386 ], [ -6.482395667867357, 56.44951780923234 ], [ -6.483355562700999, 56.44911878502036 ], [ -6.485145412609195, 56.450866439579642 ], [ -6.483180931152591, 56.452525123417637 ], [ -6.483230180221211, 56.453355356115786 ], [ -6.482890201903428, 56.453502580298647 ], [ -6.4824072031542, 56.453263706588722 ], [ -6.482527705484723, 56.453596649744966 ], [ -6.482094492367989, 56.453504386824775 ], [ -6.482627440196721, 56.453822407229168 ], [ -6.482132491602921, 56.45361994379256 ], [ -6.481680263495757, 56.454261439380652 ], [ -6.4814797878232, 56.454007843862591 ], [ -6.481926656914914, 56.453802788245163 ] ] ], [ [ [ -6.243290901699024, 56.462582593401024 ], [ -6.244309688817197, 56.461886674142384 ], [ -6.245528194795286, 56.462541942939531 ], [ -6.24271488080951, 56.463025015248512 ], [ -6.243290901699024, 56.462582593401024 ] ] ], [ [ [ -6.223033862384904, 56.464268312753291 ], [ -6.223060614624378, 56.463705305343531 ], [ -6.222580320066023, 56.463915031606369 ], [ -6.222930507642327, 56.463192610591001 ], [ -6.224235050834471, 56.463017745435671 ], [ -6.224433328199447, 56.462390432640952 ], [ -6.224800229872776, 56.462841092824902 ], [ -6.225073836668702, 56.462525984788506 ], [ -6.225804093394952, 56.462519073509299 ], [ -6.225351144207859, 56.463339439697599 ], [ -6.224719570006373, 56.46299223592937 ], [ -6.224161274140753, 56.463888136587798 ], [ -6.223033862384904, 56.464268312753291 ] ] ], [ [ [ -6.237185362030941, 56.46267907523309 ], [ -6.237964017919438, 56.462013904468606 ], [ -6.237461201300849, 56.461365571879135 ], [ -6.238088996186299, 56.460804487690766 ], [ -6.240172913170801, 56.460409432784161 ], [ -6.24088908352994, 56.460713193394277 ], [ -6.240714449998841, 56.461258786399291 ], [ -6.241844304826431, 56.461557378675217 ], [ -6.241649347040528, 56.461775401725667 ], [ -6.242757635683551, 56.46151711953042 ], [ -6.241919997391774, 56.462526098774852 ], [ -6.240915132017242, 56.462546999618695 ], [ -6.2403879542463, 56.463136133278155 ], [ -6.240839826694509, 56.463327524265182 ], [ -6.237955872891095, 56.463979284935583 ], [ -6.237135946849099, 56.463328303788572 ], [ -6.237185362030941, 56.46267907523309 ] ] ], [ [ [ -6.219396200246869, 56.462818346965882 ], [ -6.220312352116072, 56.462364456477637 ], [ -6.220146389790015, 56.462698371549997 ], [ -6.220878389575939, 56.462853313496623 ], [ -6.22041049792776, 56.464051896267087 ], [ -6.221050397044532, 56.464254941663725 ], [ -6.22060817257344, 56.464661220766729 ], [ -6.219266403368898, 56.463843530113053 ], [ -6.219396200246869, 56.462818346965882 ] ] ], [ [ [ -6.480747274093088, 56.455509477585835 ], [ -6.48118030496535, 56.455462333655447 ], [ -6.480671553501304, 56.455831529531025 ], [ -6.480747274093088, 56.455509477585835 ] ] ], [ [ [ -6.089986618671966, 56.470236403741303 ], [ -6.088721679644147, 56.470107268105764 ], [ -6.087795803579346, 56.470335648733155 ], [ -6.085204433394374, 56.469278977271166 ], [ -6.083393532630899, 56.469284687739489 ], [ -6.082792571455463, 56.470041901230815 ], [ -6.081652179212223, 56.469710747924807 ], [ -6.081346956555054, 56.470120981745389 ], [ -6.080784286431683, 56.469874215985513 ], [ -6.080745804163636, 56.469138065458857 ], [ -6.079668901330857, 56.468490053377678 ], [ -6.079619895172477, 56.468941310794712 ], [ -6.078444495462027, 56.467905339658259 ], [ -6.077446635477853, 56.468068564587405 ], [ -6.077578137210261, 56.467704523554715 ], [ -6.078245163668774, 56.467637615033283 ], [ -6.078122364358999, 56.467250464714645 ], [ -6.076160646799747, 56.467288011596217 ], [ -6.076182925638785, 56.466738713489462 ], [ -6.076784385252819, 56.466817854780409 ], [ -6.076837433960635, 56.466555316499345 ], [ -6.07621818701325, 56.466310392251941 ], [ -6.075942268909342, 56.46563151056472 ], [ -6.076583133427798, 56.465169783957705 ], [ -6.077710589889895, 56.465155180246391 ], [ -6.078155143006543, 56.464151336961095 ], [ -6.079559243411063, 56.463763401163924 ], [ -6.080485660738092, 56.462860594782228 ], [ -6.0816615948615, 56.462995438594199 ], [ -6.082696701323425, 56.462500010917637 ], [ -6.084842859847186, 56.462442787873158 ], [ -6.085713641986841, 56.462081348264142 ], [ -6.088137072266478, 56.462185792900925 ], [ -6.090304260734544, 56.461871482174793 ], [ -6.092396914897851, 56.462373455977833 ], [ -6.097868480525963, 56.462876139133336 ], [ -6.100564733785371, 56.464077458849964 ], [ -6.100618647681125, 56.464426401626795 ], [ -6.099257761549556, 56.464912073399127 ], [ -6.098723493172852, 56.465455831004192 ], [ -6.098529902616857, 56.466446963313039 ], [ -6.097409806224577, 56.466906664807837 ], [ -6.09735389301532, 56.46766841900817 ], [ -6.096576363343529, 56.467689621919966 ], [ -6.096500133879039, 56.467961930196921 ], [ -6.094441616268096, 56.468533549912891 ], [ -6.091845224720391, 56.468637271888348 ], [ -6.091295464133787, 56.469114058670861 ], [ -6.091639225877573, 56.469741210916155 ], [ -6.090628633894743, 56.470314141169332 ], [ -6.089986618671966, 56.470236403741303 ] ] ], [ [ [ -5.518973988643598, 56.48708583195188 ], [ -5.520119311119654, 56.486293629816615 ], [ -5.522501902859183, 56.485263997672511 ], [ -5.522764769774258, 56.485557717698178 ], [ -5.524636959973217, 56.484632443397508 ], [ -5.526470094635017, 56.484687328201609 ], [ -5.526882680119409, 56.485665464825821 ], [ -5.525644185445794, 56.486730098806618 ], [ -5.524771951214314, 56.487136988258534 ], [ -5.523534115355234, 56.486843999042051 ], [ -5.522625681428749, 56.487036126782492 ], [ -5.521928816402931, 56.48793249825556 ], [ -5.521015562627507, 56.48798539623413 ], [ -5.518973988643598, 56.48708583195188 ] ] ], [ [ [ -6.912744237961948, 56.440665267332264 ], [ -6.913357670369277, 56.440573448267926 ], [ -6.912847209543465, 56.441335951287989 ], [ -6.912744237961948, 56.440665267332264 ] ] ], [ [ [ -5.510174815578572, 56.488319608075692 ], [ -5.508336406740312, 56.486978081477268 ], [ -5.506890423700025, 56.486893102236749 ], [ -5.506365271341861, 56.486485392444102 ], [ -5.507392602917023, 56.485732609245041 ], [ -5.510450437302063, 56.484445868570901 ], [ -5.512062546463156, 56.484571054145896 ], [ -5.511128358926186, 56.485626920668253 ], [ -5.508757065135425, 56.486799858060195 ], [ -5.510399177658005, 56.487863731218589 ], [ -5.512710755454419, 56.486045133093754 ], [ -5.51413245433932, 56.485780099791512 ], [ -5.51402237375597, 56.485468548354412 ], [ -5.516140152351928, 56.484648830224373 ], [ -5.514565678371324, 56.485808283198828 ], [ -5.514599074485817, 56.486256865637024 ], [ -5.512658467851913, 56.486797326068576 ], [ -5.513575334107919, 56.487486109006134 ], [ -5.512061643796907, 56.488162809953245 ], [ -5.512034361023844, 56.488482747347184 ], [ -5.5107217802504, 56.489050345414014 ], [ -5.510174815578572, 56.488319608075692 ] ] ], [ [ [ -6.918060100375798, 56.440890575476132 ], [ -6.918509069957814, 56.44084574969218 ], [ -6.918919578977448, 56.441193818168323 ], [ -6.918110505927407, 56.441279940955411 ], [ -6.918060100375798, 56.440890575476132 ] ] ], [ [ [ -6.213408892317584, 56.466763338445084 ], [ -6.214790832806486, 56.4664060749786 ], [ -6.215405333785965, 56.466672967902696 ], [ -6.213679448276331, 56.467298246443974 ], [ -6.213408892317584, 56.466763338445084 ] ] ], [ [ [ -6.210087649472708, 56.465455233277126 ], [ -6.211083412769514, 56.464985219913338 ], [ -6.211399297999394, 56.467101444182433 ], [ -6.209934584270177, 56.467591885614368 ], [ -6.210087649472708, 56.465455233277126 ] ] ], [ [ [ -6.916924338074277, 56.442091793644948 ], [ -6.917622840132137, 56.441276818865425 ], [ -6.91821788878566, 56.441356648035054 ], [ -6.917828680467795, 56.442051378303255 ], [ -6.916924338074277, 56.442091793644948 ] ] ], [ [ [ -6.245578161045023, 56.467639622142535 ], [ -6.246189090032418, 56.46721847593173 ], [ -6.247713473412842, 56.467701361349924 ], [ -6.247276587119796, 56.468080576476069 ], [ -6.245853259371782, 56.468138338444263 ], [ -6.245578161045023, 56.467639622142535 ] ] ], [ [ [ -6.221458305936113, 56.469021106123854 ], [ -6.220189951306302, 56.468061522392212 ], [ -6.220292071172254, 56.467518434078265 ], [ -6.221403546309906, 56.467066879974638 ], [ -6.221441265951006, 56.467479297310753 ], [ -6.222501815239625, 56.467811904585972 ], [ -6.222837511346255, 56.468785258788628 ], [ -6.222494614138881, 56.469062250260166 ], [ -6.221972288439469, 56.468967624792391 ], [ -6.221838189915379, 56.469295959525681 ], [ -6.221458305936113, 56.469021106123854 ] ] ], [ [ [ -6.2476781432812, 56.468111782954786 ], [ -6.248763221701079, 56.467935188170102 ], [ -6.248670235800514, 56.468846734153679 ], [ -6.248238175735255, 56.468470320991607 ], [ -6.2476781432812, 56.468111782954786 ] ] ], [ [ [ -6.222865934194659, 56.469143132192592 ], [ -6.224173021059658, 56.468960090842259 ], [ -6.224521771298474, 56.470634492281 ], [ -6.223184063941191, 56.470586546497927 ], [ -6.223586769757089, 56.47048198977312 ], [ -6.222865934194659, 56.469143132192592 ] ] ], [ [ [ -6.129547520997152, 56.474032835200113 ], [ -6.130078613315705, 56.473686893167574 ], [ -6.131547423741289, 56.474268364446694 ], [ -6.133193359007326, 56.474371774550335 ], [ -6.133784272680331, 56.475038246000452 ], [ -6.133441149009736, 56.475394124296614 ], [ -6.132339339248573, 56.475483018280869 ], [ -6.130306001848786, 56.47450758233721 ], [ -6.129547520997152, 56.474032835200113 ] ] ], [ [ [ -5.459203311077708, 56.495078242827738 ], [ -5.459668830808655, 56.494836007845088 ], [ -5.460956522640543, 56.494876509991997 ], [ -5.459624673084116, 56.496491465314719 ], [ -5.459222349691923, 56.49671395702201 ], [ -5.458480110418277, 56.496595299521772 ], [ -5.458349679113535, 56.496144922518553 ], [ -5.459203311077708, 56.495078242827738 ] ] ], [ [ [ -6.471497393797372, 56.462625674356289 ], [ -6.472799625404583, 56.460370472680317 ], [ -6.473453401984811, 56.460472795290777 ], [ -6.47286610389247, 56.459900348245625 ], [ -6.473410500646015, 56.459970640781719 ], [ -6.473958761889921, 56.458970421164352 ], [ -6.476170885392237, 56.458166445651734 ], [ -6.47664943996626, 56.457402593201877 ], [ -6.477141565673711, 56.457236397244451 ], [ -6.477842960939491, 56.4574673985598 ], [ -6.479123669884191, 56.456067396062494 ], [ -6.480507887519013, 56.455958877662752 ], [ -6.479895631858813, 56.45675906331163 ], [ -6.480315108625671, 56.456528020662887 ], [ -6.480571185627698, 56.456977491628784 ], [ -6.479997805277759, 56.457969658373507 ], [ -6.480288625441618, 56.458989039619048 ], [ -6.478330106752249, 56.461254561237119 ], [ -6.476319566828368, 56.462253671003374 ], [ -6.475668746954193, 56.4622457004739 ], [ -6.475947838811602, 56.462545936351496 ], [ -6.475062981006809, 56.463171549286095 ], [ -6.47276279922055, 56.463713333454379 ], [ -6.470328320670449, 56.46484007611005 ], [ -6.469604670056167, 56.464627822625751 ], [ -6.470161364567176, 56.463559859169727 ], [ -6.471497393797372, 56.462625674356289 ] ] ], [ [ [ -6.304739522612826, 56.471327913562114 ], [ -6.30528225349382, 56.470238786922799 ], [ -6.305641383950208, 56.471328064536785 ], [ -6.305178769533547, 56.471762351614203 ], [ -6.304739522612826, 56.471327913562114 ] ] ], [ [ [ -6.30755462148967, 56.473725915787647 ], [ -6.307448633437264, 56.473221443191299 ], [ -6.306717738594145, 56.473296309060444 ], [ -6.306297912003933, 56.47231706958069 ], [ -6.307313343159358, 56.471814100548002 ], [ -6.308732346743838, 56.472147018454073 ], [ -6.309865234416274, 56.471032854273339 ], [ -6.309580882516161, 56.471748765307566 ], [ -6.309937435375702, 56.471668912272172 ], [ -6.308727933253353, 56.472394504699821 ], [ -6.309951164060422, 56.471789852863317 ], [ -6.31028153365347, 56.471908775764767 ], [ -6.309183796253325, 56.473475914364656 ], [ -6.30755462148967, 56.473725915787647 ] ] ], [ [ [ -6.141885320822698, 56.479705977803611 ], [ -6.14188540090695, 56.479393912554087 ], [ -6.142641861728823, 56.47943068936226 ], [ -6.142647615504476, 56.479647232274608 ], [ -6.141885320822698, 56.479705977803611 ] ] ], [ [ [ -5.578569688201573, 56.497486917557538 ], [ -5.577334346351336, 56.497401170426421 ], [ -5.576740221103642, 56.497737474716395 ], [ -5.577206502259314, 56.497252013269474 ], [ -5.576547393410244, 56.496812486302652 ], [ -5.575157490075355, 56.496897503525311 ], [ -5.574174030619479, 56.496638136473884 ], [ -5.575333322331391, 56.495916934811646 ], [ -5.57617441388513, 56.496045534697579 ], [ -5.576881378377656, 56.49544075057748 ], [ -5.578744496099235, 56.4951172922217 ], [ -5.579232946192939, 56.493574762069244 ], [ -5.581653763614049, 56.493392504722785 ], [ -5.583617566393179, 56.49284578828059 ], [ -5.585788177877165, 56.491047830455024 ], [ -5.587998940433467, 56.491568308718826 ], [ -5.590163545645015, 56.49160008272117 ], [ -5.594979220243538, 56.490192898156018 ], [ -5.595330823805853, 56.490816564383707 ], [ -5.594592248878553, 56.491426871667926 ], [ -5.592600721196228, 56.492451084719441 ], [ -5.589542677232945, 56.49354209323733 ], [ -5.588745886253567, 56.493538174496322 ], [ -5.587602550032668, 56.494510789320238 ], [ -5.586410552424549, 56.494797000181258 ], [ -5.585825098217331, 56.495739980869494 ], [ -5.582564640806017, 56.496499504102012 ], [ -5.580970958177457, 56.497525516588269 ], [ -5.579017868733164, 56.498188757717841 ], [ -5.578569688201573, 56.497486917557538 ] ] ], [ [ [ -6.162411940340031, 56.481075225053019 ], [ -6.162238651252294, 56.480873299221486 ], [ -6.161191097461472, 56.481117109038564 ], [ -6.161078957847031, 56.48042029945303 ], [ -6.162315061883953, 56.480562265343082 ], [ -6.161757326804254, 56.480826505762352 ], [ -6.162610239230036, 56.480778984233723 ], [ -6.163026614073409, 56.481285711944246 ], [ -6.162411940340031, 56.481075225053019 ] ] ], [ [ [ -6.162549795657091, 56.481591305483647 ], [ -6.162969528684108, 56.48150616488239 ], [ -6.163152224688583, 56.483201552846687 ], [ -6.162299856025381, 56.483313810202077 ], [ -6.162549795657091, 56.481591305483647 ] ] ], [ [ [ -6.302330220442634, 56.478172278916965 ], [ -6.302401167153487, 56.47746469555117 ], [ -6.302854494692831, 56.47757847130395 ], [ -6.302436656580294, 56.477906862343509 ], [ -6.303850378290751, 56.477990892168243 ], [ -6.303748223589714, 56.478537670350903 ], [ -6.303159589054298, 56.478391720123106 ], [ -6.302330220442634, 56.478172278916965 ] ] ], [ [ [ -6.302349053436107, 56.479213117308795 ], [ -6.302743417308029, 56.478849566200424 ], [ -6.303562163104866, 56.479032498824431 ], [ -6.302850491760426, 56.479636412097463 ], [ -6.302349053436107, 56.479213117308795 ] ] ], [ [ [ -6.155327187399488, 56.486580223137089 ], [ -6.154040991474748, 56.485373268280448 ], [ -6.153586230259408, 56.486193396496255 ], [ -6.152608944361125, 56.485655065140463 ], [ -6.151942411953067, 56.48453974861161 ], [ -6.152329178879254, 56.484063645611698 ], [ -6.152996323012131, 56.484144721237151 ], [ -6.15210938196762, 56.483688795981266 ], [ -6.152092056228248, 56.483010389592195 ], [ -6.153429266194244, 56.483051032979553 ], [ -6.15398222820126, 56.483945317087567 ], [ -6.154071348537664, 56.483348779173411 ], [ -6.154426874367712, 56.483404315105332 ], [ -6.157380059488249, 56.484991548101185 ], [ -6.156582844824473, 56.484910359933153 ], [ -6.156185330196521, 56.485287911938798 ], [ -6.153881589577495, 56.4843623766211 ], [ -6.158881313660292, 56.486528502288756 ], [ -6.156647346007477, 56.486760800566636 ], [ -6.155327187399488, 56.486580223137089 ] ] ], [ [ [ -6.167035276115899, 56.487140549189341 ], [ -6.166659758695111, 56.486829412329747 ], [ -6.16738396732354, 56.487133325773357 ], [ -6.167035276115899, 56.487140549189341 ] ] ], [ [ [ -6.162828787707412, 56.486580384849816 ], [ -6.161666358696783, 56.486133774477757 ], [ -6.162528879936284, 56.48621723462395 ], [ -6.161829983873968, 56.485773048862306 ], [ -6.163371931815753, 56.485752754433193 ], [ -6.165420300983349, 56.486718175475239 ], [ -6.165680047377689, 56.487307500144411 ], [ -6.164901452439106, 56.487396610541758 ], [ -6.162467856322639, 56.486772367977721 ], [ -6.162828787707412, 56.486580384849816 ] ] ], [ [ [ -6.170335515270606, 56.488697836834895 ], [ -6.170435372754956, 56.488082934997038 ], [ -6.171631885806208, 56.488557097752697 ], [ -6.170335515270606, 56.488697836834895 ] ] ], [ [ [ -6.159181703364238, 56.487341306044605 ], [ -6.159086714133334, 56.486845368337427 ], [ -6.160284450157828, 56.487021020970047 ], [ -6.162459195587102, 56.488027216303458 ], [ -6.163368528314959, 56.488981444839418 ], [ -6.161680955577165, 56.489231455835977 ], [ -6.158189609677332, 56.487707332609787 ], [ -6.159181703364238, 56.487341306044605 ] ] ], [ [ [ -6.433103137060469, 56.480555169104633 ], [ -6.433017157287521, 56.480166983649568 ], [ -6.434290183157745, 56.480211389317653 ], [ -6.43407434744906, 56.480520427139496 ], [ -6.433103137060469, 56.480555169104633 ] ] ], [ [ [ -6.164224670494811, 56.489494986037798 ], [ -6.163370284507634, 56.488315885563786 ], [ -6.16668038274243, 56.489622925859514 ], [ -6.166557870790399, 56.489987672695847 ], [ -6.165306295490303, 56.490152033596615 ], [ -6.164224670494811, 56.489494986037798 ] ] ], [ [ [ -6.170682231727697, 56.490269890701029 ], [ -6.170407716038069, 56.489976051110979 ], [ -6.169552915579255, 56.490244920634623 ], [ -6.16983409261957, 56.489194043313454 ], [ -6.171117350060723, 56.489643710269519 ], [ -6.171268984512046, 56.490106259562737 ], [ -6.170682231727697, 56.490269890701029 ] ] ], [ [ [ -6.169498949392852, 56.491662276653905 ], [ -6.169050748409567, 56.491430032906052 ], [ -6.169814252241169, 56.491498787647721 ], [ -6.169498949392852, 56.491662276653905 ] ] ], [ [ [ -6.975922786553943, 56.465687263704034 ], [ -6.975765219582678, 56.465167254673517 ], [ -6.976862871678862, 56.465667484726872 ], [ -6.975922786553943, 56.465687263704034 ] ] ], [ [ [ -6.249666602423299, 56.497272953342851 ], [ -6.250104060079194, 56.496605920724406 ], [ -6.25057927398282, 56.497219185132991 ], [ -6.250142228060524, 56.497454510873595 ], [ -6.249666602423299, 56.497272953342851 ] ] ], [ [ [ -6.288826492677241, 56.497102763750043 ], [ -6.285523812327523, 56.496942651358623 ], [ -6.283599393133909, 56.497108084097555 ], [ -6.281983145418116, 56.497842942992662 ], [ -6.280110827933925, 56.49782214864365 ], [ -6.278763668352839, 56.496474611474738 ], [ -6.277233257682817, 56.495664015160166 ], [ -6.274812440610843, 56.49214550742154 ], [ -6.273722652895854, 56.491130810168933 ], [ -6.273094133332243, 56.491035556035378 ], [ -6.273335136444547, 56.490721461896527 ], [ -6.272681297590736, 56.490690034732893 ], [ -6.27352109186427, 56.490063005502151 ], [ -6.272604251518842, 56.489644919029047 ], [ -6.268314671065555, 56.49111025825713 ], [ -6.268219848254459, 56.49149575592574 ], [ -6.270622498312806, 56.490886883215715 ], [ -6.269943579704818, 56.491499357133783 ], [ -6.270597010483445, 56.492538110985457 ], [ -6.26917722203522, 56.492924273053092 ], [ -6.268802505734111, 56.493350886701819 ], [ -6.267034993556768, 56.49368154219168 ], [ -6.264433480759399, 56.495560795681101 ], [ -6.263365162842775, 56.495314233590882 ], [ -6.264011150708901, 56.494190290943081 ], [ -6.262814725429522, 56.494105520287889 ], [ -6.261782653327484, 56.493457480094321 ], [ -6.258309276919662, 56.494017514502431 ], [ -6.255805991651267, 56.495906694727147 ], [ -6.25482910830359, 56.495315162451341 ], [ -6.254899958718153, 56.494714652849588 ], [ -6.253911321994911, 56.494307887395976 ], [ -6.255105616143591, 56.49205446542183 ], [ -6.259073239056342, 56.488801920627466 ], [ -6.261732105035754, 56.485625711374112 ], [ -6.262315041883426, 56.485605670111497 ], [ -6.262100734988133, 56.486013257768604 ], [ -6.262728185043222, 56.486027659086687 ], [ -6.265258140136215, 56.48445667741008 ], [ -6.265762549182024, 56.483665861915078 ], [ -6.26619673997426, 56.484491832680838 ], [ -6.266664762279741, 56.484534184358729 ], [ -6.267947066508923, 56.483289381144658 ], [ -6.26881637222718, 56.483214480133874 ], [ -6.269502189562202, 56.482736677894664 ], [ -6.271192191238774, 56.482588522130257 ], [ -6.272640672667024, 56.481522311840685 ], [ -6.271387341443409, 56.48049524977737 ], [ -6.273347788814362, 56.479285474048666 ], [ -6.273184720976344, 56.47834225480743 ], [ -6.271930303211938, 56.477737943335448 ], [ -6.274179626699133, 56.477507508091392 ], [ -6.275609959585533, 56.475344643725933 ], [ -6.276546504055525, 56.474714248266203 ], [ -6.277883018184859, 56.474605170836497 ], [ -6.278559498654214, 56.473974740874759 ], [ -6.280365898967368, 56.476736420545762 ], [ -6.282095883036764, 56.477881835477483 ], [ -6.280812672731241, 56.479329189807444 ], [ -6.281059343623148, 56.480723701609364 ], [ -6.281530364857077, 56.48079287430577 ], [ -6.281198432217681, 56.481020189793021 ], [ -6.281824703753935, 56.481673092667997 ], [ -6.281421402358274, 56.482060265115415 ], [ -6.281735964547996, 56.483119661047176 ], [ -6.283716422440634, 56.482160852716383 ], [ -6.287343647434971, 56.482327751494957 ], [ -6.289748437070208, 56.481745397387009 ], [ -6.291058166964708, 56.480046099625717 ], [ -6.291086980684952, 56.478863312338866 ], [ -6.292360981336396, 56.478186035240988 ], [ -6.293296860018464, 56.479146543372707 ], [ -6.293152073402617, 56.479820700141978 ], [ -6.293693257844323, 56.480078965575792 ], [ -6.294219909282412, 56.479964487550895 ], [ -6.293829196086159, 56.480332380116586 ], [ -6.293995888471792, 56.481633411692073 ], [ -6.294927301438691, 56.481432958339916 ], [ -6.295665537237197, 56.480358694029022 ], [ -6.297059622621318, 56.480498345941776 ], [ -6.297064970947428, 56.481205977391355 ], [ -6.297534608222522, 56.481276936613426 ], [ -6.299357301014537, 56.480579663220674 ], [ -6.300890230737105, 56.480983373535196 ], [ -6.301110578710627, 56.480059251591179 ], [ -6.301528229072449, 56.47994402728979 ], [ -6.30298413113455, 56.481259666771493 ], [ -6.302078861300354, 56.481934151394434 ], [ -6.301056121004025, 56.481916578515445 ], [ -6.300989927418092, 56.482422532447579 ], [ -6.301585925666589, 56.483149243160653 ], [ -6.303122861341263, 56.483630136657688 ], [ -6.303832081536348, 56.482144007752275 ], [ -6.305000874875818, 56.481156364203635 ], [ -6.303750677890449, 56.479978406774059 ], [ -6.305518785665156, 56.479345891671116 ], [ -6.305864417392991, 56.479527254498137 ], [ -6.305495202131937, 56.479954698535849 ], [ -6.30619593220306, 56.479799045890807 ], [ -6.306585639365717, 56.48008230555002 ], [ -6.30648546233201, 56.481061624667937 ], [ -6.307299018757713, 56.481069332909534 ], [ -6.305977004182282, 56.482095599443973 ], [ -6.306590588503952, 56.483778628276234 ], [ -6.305939550827993, 56.484487479210003 ], [ -6.308090010039136, 56.485961513335219 ], [ -6.307717995126104, 56.48669395380238 ], [ -6.306470141270047, 56.486656364327693 ], [ -6.307083439057938, 56.488550758701408 ], [ -6.30626954949795, 56.489186121218971 ], [ -6.308094422174601, 56.489293602786212 ], [ -6.307930432832655, 56.490140231627102 ], [ -6.308519799532896, 56.490677372509282 ], [ -6.307661792086445, 56.490279977981338 ], [ -6.307080343625448, 56.490313670998027 ], [ -6.30698134129605, 56.490658878740454 ], [ -6.304956716557582, 56.489937737568148 ], [ -6.306184505429726, 56.491086787604637 ], [ -6.304590573407791, 56.491510891227485 ], [ -6.304478571618735, 56.492243284977739 ], [ -6.305402572428725, 56.492004340572265 ], [ -6.305368329683675, 56.492347297639974 ], [ -6.303383691110457, 56.492910866281036 ], [ -6.30341287106291, 56.492523116459104 ], [ -6.302093296493307, 56.492069753441079 ], [ -6.301377319719675, 56.489841630865129 ], [ -6.300302109818923, 56.491686699705639 ], [ -6.298674748672076, 56.492318743694604 ], [ -6.297805035041945, 56.49318082803169 ], [ -6.299271307219178, 56.494928762629449 ], [ -6.301153494698903, 56.495969726517508 ], [ -6.300864945566127, 56.49715343614475 ], [ -6.299613247319605, 56.497228327619702 ], [ -6.298618474832673, 56.496700704366802 ], [ -6.297247889867083, 56.496946080168591 ], [ -6.296780619965844, 56.496625005108847 ], [ -6.294565129137252, 56.496301538362147 ], [ -6.293001703470812, 56.496638987726399 ], [ -6.292192060031647, 56.497890179501653 ], [ -6.29124193600888, 56.497540829495861 ], [ -6.288826492677241, 56.497102763750043 ] ] ], [ [ [ -6.225597026506144, 56.500222527701588 ], [ -6.224724287749609, 56.499613725686707 ], [ -6.22201526612854, 56.500402990889889 ], [ -6.220850619641156, 56.500312234030062 ], [ -6.218854966906345, 56.499255961729553 ], [ -6.217375362666692, 56.498964541672102 ], [ -6.2165569898314, 56.498331352317152 ], [ -6.212867802782521, 56.497323572538008 ], [ -6.212340209509118, 56.497404451125576 ], [ -6.210193192563645, 56.496299227810653 ], [ -6.20943733859863, 56.496374354352206 ], [ -6.209385495400231, 56.495980402570481 ], [ -6.206234988343452, 56.494621387098562 ], [ -6.203994642061598, 56.492597402270917 ], [ -6.20274148532315, 56.492145247882419 ], [ -6.201035209114147, 56.492225556590633 ], [ -6.199586928135598, 56.493461749616515 ], [ -6.198561866286649, 56.493527941531063 ], [ -6.19756479252475, 56.492230677553302 ], [ -6.196208767107834, 56.491656033785901 ], [ -6.194842781364669, 56.490402712164524 ], [ -6.191861990388175, 56.486523958242678 ], [ -6.191262297110097, 56.486539736558612 ], [ -6.190497169841106, 56.485940561202391 ], [ -6.189683496356821, 56.485932087726937 ], [ -6.189655673980725, 56.485532823103441 ], [ -6.188770558615097, 56.48517152021806 ], [ -6.188425847686457, 56.485214643267732 ], [ -6.188573688511203, 56.48596509095416 ], [ -6.18774087235079, 56.485341206361056 ], [ -6.185867976511882, 56.485381972604095 ], [ -6.185531194001511, 56.485865493900747 ], [ -6.184709123896124, 56.485780827823561 ], [ -6.18416312381101, 56.485030325406811 ], [ -6.183470720597758, 56.484720938361001 ], [ -6.183029240629985, 56.48499214517372 ], [ -6.182396292333036, 56.484410946168261 ], [ -6.181894467946905, 56.485093381264178 ], [ -6.180398683010925, 56.485089867192642 ], [ -6.179299719590774, 56.484335506301008 ], [ -6.179028764583671, 56.483350878154006 ], [ -6.178046835598005, 56.483806660075246 ], [ -6.178894562985793, 56.482501036407662 ], [ -6.178640362393701, 56.482037455539682 ], [ -6.178175161929389, 56.482462330974592 ], [ -6.177767137709671, 56.482003932685622 ], [ -6.17750820767428, 56.482309437647395 ], [ -6.174871970665235, 56.482501666571679 ], [ -6.176717682282762, 56.483766010161304 ], [ -6.176183249886054, 56.485186970131345 ], [ -6.17684154882989, 56.48607311777053 ], [ -6.17504062669969, 56.486399080135627 ], [ -6.17524503331222, 56.486927297980912 ], [ -6.174772556417405, 56.487213007517518 ], [ -6.175177153215968, 56.488157169533793 ], [ -6.173937072893223, 56.48789315160829 ], [ -6.173479419192007, 56.488461645470316 ], [ -6.169326288074667, 56.487427754336849 ], [ -6.166949569415587, 56.4859158491209 ], [ -6.165297093044702, 56.484262658756606 ], [ -6.165388431663949, 56.483391740409992 ], [ -6.165848445404496, 56.483214404980501 ], [ -6.165486514505257, 56.483100660579254 ], [ -6.165898697781321, 56.48300587132772 ], [ -6.16369966820633, 56.481376423536133 ], [ -6.162088736884014, 56.478735241485296 ], [ -6.161920208850771, 56.479732854766262 ], [ -6.16078195621924, 56.479964418122101 ], [ -6.159134821083155, 56.479467505484152 ], [ -6.15855254237425, 56.479626434668688 ], [ -6.157533409447086, 56.478987024746544 ], [ -6.157723888936936, 56.479717181849487 ], [ -6.159643001971657, 56.480189699022169 ], [ -6.160085872523434, 56.480627198139025 ], [ -6.159909025898691, 56.481371477249532 ], [ -6.159433689827886, 56.481438687832217 ], [ -6.159811616708544, 56.48208431214664 ], [ -6.15945775921736, 56.481925313585926 ], [ -6.158700022024408, 56.482248410350728 ], [ -6.158572255707964, 56.482743726585468 ], [ -6.157705597697269, 56.48214686601721 ], [ -6.154191634480557, 56.482665761311097 ], [ -6.152732586420043, 56.481110255383875 ], [ -6.153195921033779, 56.480086595464066 ], [ -6.152778952684569, 56.479587951133681 ], [ -6.153324990527642, 56.479038159822025 ], [ -6.154465856775195, 56.478904603795023 ], [ -6.154475840638168, 56.478624580241402 ], [ -6.152883348103158, 56.477793906409381 ], [ -6.151468594251688, 56.477815212617777 ], [ -6.151161312726708, 56.477442392382905 ], [ -6.153573359780692, 56.475946066252433 ], [ -6.152464477236061, 56.475672950667239 ], [ -6.152756408223244, 56.475979732191 ], [ -6.151841404227563, 56.475844906582218 ], [ -6.150512165762473, 56.47624644930648 ], [ -6.150290608890125, 56.475929212802775 ], [ -6.151067122836877, 56.475406787802477 ], [ -6.149149546665542, 56.47380005090362 ], [ -6.149608138750748, 56.475037452215858 ], [ -6.147817025927687, 56.476015601301 ], [ -6.146257181655534, 56.476433806429696 ], [ -6.146060293845347, 56.477056424350813 ], [ -6.145473894235096, 56.477147980723338 ], [ -6.143635583584803, 56.476236380498804 ], [ -6.142749594407835, 56.475369374069103 ], [ -6.142924096620663, 56.474526278463507 ], [ -6.142160525145098, 56.473887200897543 ], [ -6.142073036626251, 56.472742596737326 ], [ -6.141414744282119, 56.471995676751888 ], [ -6.141812401575142, 56.47132139278196 ], [ -6.142412155027619, 56.47089126287586 ], [ -6.145154587255229, 56.470249200697054 ], [ -6.146124724638655, 56.470369638194391 ], [ -6.146256638527228, 56.470045068362623 ], [ -6.147925296359555, 56.470089963422147 ], [ -6.147706170487369, 56.470612605839285 ], [ -6.148404850856427, 56.470716928011868 ], [ -6.148960434126797, 56.469808905700582 ], [ -6.149767270270487, 56.469460839023256 ], [ -6.150852320477084, 56.469919133908341 ], [ -6.152227447450696, 56.469523240450464 ], [ -6.154440439665643, 56.469628052503467 ], [ -6.153484431170042, 56.468656448282381 ], [ -6.153941072040582, 56.468196880518057 ], [ -6.153420705268608, 56.466736733133928 ], [ -6.15502558707769, 56.466378072568503 ], [ -6.157073230831642, 56.467036964475355 ], [ -6.157672457126228, 56.466010521999557 ], [ -6.157084194096257, 56.4646434969182 ], [ -6.157865633731971, 56.464421231693876 ], [ -6.158302405794123, 56.464626912830042 ], [ -6.159039338489976, 56.46371635139549 ], [ -6.160102418896312, 56.463410875397642 ], [ -6.164563501979225, 56.463724207931236 ], [ -6.164807341117908, 56.464170174427757 ], [ -6.168154911007396, 56.464475826396225 ], [ -6.169243154492706, 56.464030028659344 ], [ -6.171281190735903, 56.464393131529476 ], [ -6.172577124202158, 56.463989776700615 ], [ -6.172520364794148, 56.463694908502021 ], [ -6.173102061450036, 56.464331835053095 ], [ -6.174727500902914, 56.464340047913858 ], [ -6.174561317719156, 56.465119070491866 ], [ -6.176419235109636, 56.466059233334995 ], [ -6.177936503495021, 56.465895680520084 ], [ -6.180238668762264, 56.464671404537583 ], [ -6.183223890437443, 56.464930416115131 ], [ -6.183847038726435, 56.465646836975999 ], [ -6.185902487132774, 56.466386836822522 ], [ -6.188548648940325, 56.466589723575439 ], [ -6.189815613938241, 56.465998304221742 ], [ -6.199286120235438, 56.463784672435231 ], [ -6.197706486251382, 56.463455964673379 ], [ -6.19519165796553, 56.464220119318327 ], [ -6.194108822604414, 56.46382958147111 ], [ -6.193896519348442, 56.463378102359783 ], [ -6.194364848078842, 56.463573598443681 ], [ -6.195005166541274, 56.463340581290389 ], [ -6.193911575916276, 56.463220208318113 ], [ -6.193947543230214, 56.461559708388513 ], [ -6.193235447408579, 56.460774398223862 ], [ -6.194211444275749, 56.46056599964551 ], [ -6.194235465985422, 56.461077810754446 ], [ -6.195313882233593, 56.461796755145883 ], [ -6.195247231106635, 56.461340347522217 ], [ -6.195843032156514, 56.46151353569239 ], [ -6.195690304881832, 56.461307361201307 ], [ -6.196170693995159, 56.461318076892724 ], [ -6.196064271202604, 56.460575226914543 ], [ -6.196538811559689, 56.461121247251427 ], [ -6.197597066413924, 56.460554796239855 ], [ -6.198521641441686, 56.460910193834252 ], [ -6.198578635145649, 56.460544029275788 ], [ -6.199096165282653, 56.460670389694911 ], [ -6.199456504876934, 56.460329919636187 ], [ -6.199948592815383, 56.460960770754873 ], [ -6.20122758014258, 56.460701577094191 ], [ -6.201740497690142, 56.460859560065501 ], [ -6.201998922716894, 56.460405622785373 ], [ -6.203164943629816, 56.460447022450595 ], [ -6.203533671436188, 56.460182699585758 ], [ -6.20465230907492, 56.46038307774726 ], [ -6.203918030904544, 56.461307333106362 ], [ -6.204436601342635, 56.461662969421894 ], [ -6.204220462165393, 56.461985072640118 ], [ -6.203803329751965, 56.46217909160324 ], [ -6.203477955946976, 56.461587567080144 ], [ -6.202087024967981, 56.462817374124789 ], [ -6.202277947128957, 56.463148154542246 ], [ -6.200953305267157, 56.463435885422214 ], [ -6.201718293306928, 56.46418338809729 ], [ -6.203525360502923, 56.463924255069649 ], [ -6.206815244525045, 56.462459111714885 ], [ -6.208282029463991, 56.462355352774331 ], [ -6.209058259523173, 56.462616783327732 ], [ -6.209217865301882, 56.463690579115841 ], [ -6.207275001209839, 56.464336628387613 ], [ -6.207617747963671, 56.464644260497948 ], [ -6.208582688040324, 56.464409144009153 ], [ -6.20874829519205, 56.465757037106457 ], [ -6.208035535284091, 56.466069030198277 ], [ -6.208714271991444, 56.467282585057148 ], [ -6.208382492836587, 56.468247158213202 ], [ -6.205961501829345, 56.468612631380154 ], [ -6.206446165656574, 56.469981175548106 ], [ -6.207881407224082, 56.470103333998352 ], [ -6.207929365794574, 56.470389496560934 ], [ -6.206509876183992, 56.470702986381561 ], [ -6.207054869739448, 56.471075704551431 ], [ -6.207798011816815, 56.471036988263613 ], [ -6.20720869259683, 56.471290823058958 ], [ -6.208032702187411, 56.472494954685061 ], [ -6.208577688348842, 56.472647327315229 ], [ -6.209365333963896, 56.471397469964593 ], [ -6.208786994515687, 56.471237240159198 ], [ -6.209086415505253, 56.471006732726273 ], [ -6.210535029144767, 56.471542106888727 ], [ -6.210215074290274, 56.470927929203803 ], [ -6.211606714941323, 56.470363525406896 ], [ -6.212431198283996, 56.470618801849284 ], [ -6.212297860216268, 56.471540668320564 ], [ -6.213262295038146, 56.470860357973613 ], [ -6.21375660345879, 56.471581020047665 ], [ -6.214743640528057, 56.471763304372793 ], [ -6.216892512621129, 56.47062898217284 ], [ -6.2183049141225, 56.470544947251859 ], [ -6.21756414849451, 56.469580870436531 ], [ -6.217804361313375, 56.46932987158182 ], [ -6.218864067428013, 56.469581597462955 ], [ -6.219175059639031, 56.470187066892912 ], [ -6.22094987369168, 56.471390227525688 ], [ -6.223494400920053, 56.470966291218282 ], [ -6.225246491860412, 56.471014498136007 ], [ -6.224551288329831, 56.469001159433375 ], [ -6.224826247410182, 56.467894575515089 ], [ -6.22708425369228, 56.467453345901561 ], [ -6.227710824442275, 56.467827690651212 ], [ -6.229614373203413, 56.467632337237895 ], [ -6.228329925677674, 56.468134835627296 ], [ -6.229951683650301, 56.468326820124403 ], [ -6.230500709728593, 56.469171463334284 ], [ -6.231701236067577, 56.468644827213645 ], [ -6.233107101209955, 56.469158917258532 ], [ -6.233809827797486, 56.468320995383785 ], [ -6.234695857461269, 56.468034408120729 ], [ -6.235413334600349, 56.468567493971499 ], [ -6.236516560540875, 56.468116083216657 ], [ -6.237172797056421, 56.46831848970556 ], [ -6.236596263831751, 56.467519781675037 ], [ -6.237074523733383, 56.467292082831996 ], [ -6.237472090521315, 56.467651724757502 ], [ -6.239106024838738, 56.46664252735723 ], [ -6.24001579999623, 56.466714832596047 ], [ -6.23982207631889, 56.465925525687773 ], [ -6.240827265741324, 56.466124967875551 ], [ -6.24097713945848, 56.465575725774251 ], [ -6.242161857570681, 56.4657825039709 ], [ -6.243297781463754, 56.466206788678768 ], [ -6.243080449658795, 56.466515515875322 ], [ -6.243788501133789, 56.46696343819729 ], [ -6.242049355520471, 56.466811627214263 ], [ -6.241801814967876, 56.466995475228259 ], [ -6.241865948468873, 56.467496922728095 ], [ -6.242952455784156, 56.467405769563129 ], [ -6.243537129200164, 56.467839930059831 ], [ -6.242766730248397, 56.467924764040255 ], [ -6.243264141992649, 56.468159556597513 ], [ -6.242561310869271, 56.468412954596694 ], [ -6.243721932497309, 56.468984786296353 ], [ -6.245132257812418, 56.468374386599045 ], [ -6.245927202319867, 56.468509041121123 ], [ -6.245030734260625, 56.468701634610277 ], [ -6.245408459199609, 56.469246301775499 ], [ -6.247050110257478, 56.469396911983971 ], [ -6.248421956414889, 56.470258253586977 ], [ -6.247457451064148, 56.471150203274163 ], [ -6.244096009671642, 56.471822956265719 ], [ -6.246564546144446, 56.472682736257909 ], [ -6.250190110994316, 56.472990161730202 ], [ -6.25142727550847, 56.473662728235794 ], [ -6.254191619985262, 56.474404290985383 ], [ -6.258518230382945, 56.474440087095068 ], [ -6.259390530338295, 56.474176278271671 ], [ -6.259766056459456, 56.474626548203325 ], [ -6.262906339441643, 56.475602327316061 ], [ -6.262741661875704, 56.476017204446094 ], [ -6.263215018613653, 56.476252748368758 ], [ -6.263658328607594, 56.476003663785811 ], [ -6.2649768541938, 56.47652940309689 ], [ -6.265709389685264, 56.477408064325388 ], [ -6.266539604227564, 56.477348012607784 ], [ -6.266821672463565, 56.476821164185253 ], [ -6.26747012084339, 56.477023684008465 ], [ -6.267961977330382, 56.476772912268373 ], [ -6.26863703476272, 56.478440488186955 ], [ -6.26804280694927, 56.479009567648816 ], [ -6.266480610472337, 56.478847497888353 ], [ -6.26579810436125, 56.479788346660762 ], [ -6.26507109961493, 56.479754904052434 ], [ -6.264628217381558, 56.480080424795283 ], [ -6.264740750492853, 56.480575704224172 ], [ -6.262373113763284, 56.482649243309048 ], [ -6.260512522243335, 56.485766562074865 ], [ -6.257272004439043, 56.489048157908471 ], [ -6.257622026583246, 56.489269973317839 ], [ -6.256492327453668, 56.489488637994874 ], [ -6.257183831073041, 56.489856119340622 ], [ -6.254917596553011, 56.491755133774554 ], [ -6.252942000908875, 56.491535121872012 ], [ -6.251566802321103, 56.492247817695684 ], [ -6.252200232397111, 56.493040019672101 ], [ -6.251075809630384, 56.492871724546688 ], [ -6.250100692920079, 56.493237919550197 ], [ -6.250269840321301, 56.49365931894507 ], [ -6.24950109672893, 56.494126357552197 ], [ -6.249857370011097, 56.494694235552117 ], [ -6.249301530829531, 56.495320356784859 ], [ -6.24953226375801, 56.496436652987953 ], [ -6.248504793449003, 56.496917047910955 ], [ -6.247000904210855, 56.496991052947784 ], [ -6.246323650588351, 56.497477419913231 ], [ -6.244160963590275, 56.49776731230461 ], [ -6.244180646878758, 56.497361926251493 ], [ -6.243248755797793, 56.497389323972165 ], [ -6.237512375404846, 56.494581644973216 ], [ -6.235301653236847, 56.494149043969749 ], [ -6.232865717461517, 56.494101822788828 ], [ -6.229964251185303, 56.495347519949192 ], [ -6.229667016131025, 56.498150154423058 ], [ -6.230956067848305, 56.50037704643389 ], [ -6.230417638221406, 56.500944022970522 ], [ -6.229846891257331, 56.500419384200768 ], [ -6.228964116410877, 56.500377545790698 ], [ -6.225597026506144, 56.500222527701588 ] ] ], [ [ [ -6.30575250237794, 56.497379529278447 ], [ -6.304054616241658, 56.496889854535539 ], [ -6.303995692742852, 56.496442205865215 ], [ -6.30257257478583, 56.495650672350536 ], [ -6.302937400290523, 56.495426655149423 ], [ -6.302678046533802, 56.494931998855002 ], [ -6.304045337519456, 56.494371889187491 ], [ -6.302699811153309, 56.493762039345732 ], [ -6.302880819847251, 56.493351032732186 ], [ -6.30360769785144, 56.49359561961024 ], [ -6.303875260929185, 56.493231073138055 ], [ -6.305233573818734, 56.493093973287493 ], [ -6.304952533716636, 56.494844049833112 ], [ -6.306665091888634, 56.49453274434272 ], [ -6.306854039164532, 56.494836470265085 ], [ -6.307387318788962, 56.494521145343796 ], [ -6.307253574604911, 56.495204831260864 ], [ -6.307891725322983, 56.495956135122199 ], [ -6.307799858095457, 56.49550513508516 ], [ -6.308988645000877, 56.495306431202422 ], [ -6.309071962153025, 56.49582518209543 ], [ -6.309838684177108, 56.495704095879759 ], [ -6.310163148023153, 56.496556232065736 ], [ -6.310604382210736, 56.496361013978827 ], [ -6.310966901942095, 56.496546275649749 ], [ -6.31036170869992, 56.497588126013298 ], [ -6.308481523882825, 56.49706887254694 ], [ -6.30895250140328, 56.497493206533704 ], [ -6.308317303888239, 56.498414670517306 ], [ -6.30575250237794, 56.497379529278447 ] ] ], [ [ [ -5.457025949989699, 56.521850126035105 ], [ -5.460233493439315, 56.520015717158358 ], [ -5.460844925241669, 56.520299844982333 ], [ -5.461240043996472, 56.519906736747927 ], [ -5.461222288382594, 56.520514080029265 ], [ -5.458982844544436, 56.522887029644821 ], [ -5.459092326526802, 56.523908876182922 ], [ -5.456529243315033, 56.525679452694206 ], [ -5.454326292905563, 56.525781237940762 ], [ -5.453477214647829, 56.525656525200866 ], [ -5.454156003228501, 56.524626226911082 ], [ -5.456429799829479, 56.523250340309623 ], [ -5.457025949989699, 56.521850126035105 ] ] ], [ [ [ -6.420676728598743, 56.496671813091609 ], [ -6.418448978155793, 56.495136732953959 ], [ -6.417143481835182, 56.492862696466894 ], [ -6.417210465215675, 56.492181231192724 ], [ -6.418033293344814, 56.491149030619027 ], [ -6.419002204912252, 56.490952594942257 ], [ -6.418849487530052, 56.490548792551486 ], [ -6.419843269647061, 56.489658892115166 ], [ -6.421971648617342, 56.488809463024211 ], [ -6.422463930803322, 56.488081339570485 ], [ -6.423025886838223, 56.488160227913397 ], [ -6.422717238802628, 56.487883418494704 ], [ -6.423088056652474, 56.487577867647502 ], [ -6.422492706262581, 56.487072935050691 ], [ -6.423169796981217, 56.487372575785173 ], [ -6.424064689721996, 56.486751502688918 ], [ -6.424608611534292, 56.486884993922175 ], [ -6.424743869260591, 56.486232564850198 ], [ -6.425246786831049, 56.486223605559857 ], [ -6.425377337201676, 56.485809696753471 ], [ -6.423872011933039, 56.484820074864409 ], [ -6.424691111792807, 56.48327077439815 ], [ -6.426787719876897, 56.482849624181476 ], [ -6.426940692552, 56.482349464770543 ], [ -6.428995772591497, 56.482478422102766 ], [ -6.42847739809913, 56.48144908780305 ], [ -6.429964791408284, 56.481310486753422 ], [ -6.430050122600734, 56.480997127074552 ], [ -6.431864814594289, 56.48046004038838 ], [ -6.433876956242717, 56.481543867693247 ], [ -6.43410500696717, 56.482034904259706 ], [ -6.433427696623388, 56.482985566859121 ], [ -6.432325929366531, 56.483294806123062 ], [ -6.43230123722547, 56.483848850522541 ], [ -6.431720577233124, 56.484027016939919 ], [ -6.431080565654986, 56.483766572397613 ], [ -6.430366797537805, 56.484336253724067 ], [ -6.429882690457866, 56.484227633796579 ], [ -6.429348376296335, 56.48556891743447 ], [ -6.42810110484832, 56.486373515075314 ], [ -6.428311370058094, 56.486991119238823 ], [ -6.427207333404466, 56.487003573301322 ], [ -6.427317547200737, 56.487251481899797 ], [ -6.42676238108439, 56.487091420449453 ], [ -6.427065270075158, 56.491191973476056 ], [ -6.427594203485674, 56.491683968122402 ], [ -6.423642346531605, 56.492959254399544 ], [ -6.4232965475026, 56.49361919372339 ], [ -6.422203007260507, 56.49393253844805 ], [ -6.420348725950964, 56.496089876418374 ], [ -6.422150182231924, 56.495292583198598 ], [ -6.42253359028509, 56.495512761392121 ], [ -6.422086160377829, 56.4959289748465 ], [ -6.422301371171496, 56.496101186777082 ], [ -6.422772832032599, 56.495612159678437 ], [ -6.422766547442746, 56.49611607262257 ], [ -6.421260214385877, 56.496934330060661 ], [ -6.420676728598743, 56.496671813091609 ] ] ], [ [ [ -6.406814613982621, 56.499126109045314 ], [ -6.40705947534835, 56.498294420759962 ], [ -6.407421599294618, 56.498681796954294 ], [ -6.406814613982621, 56.499126109045314 ] ] ], [ [ [ -6.421975524459357, 56.498955052053191 ], [ -6.424140666959486, 56.497371236963154 ], [ -6.42481951223794, 56.497126645552491 ], [ -6.425841314063239, 56.49724307694801 ], [ -6.426099141622667, 56.497710578389928 ], [ -6.425311647391494, 56.498278358154849 ], [ -6.425476482362035, 56.498645744007185 ], [ -6.423513000946919, 56.498333553866381 ], [ -6.424169410594812, 56.498872283857999 ], [ -6.423003621540278, 56.499822318932907 ], [ -6.422358679483917, 56.499939767674555 ], [ -6.421796491486856, 56.500976191017067 ], [ -6.419956697938093, 56.50102830267501 ], [ -6.420433225213435, 56.500372708948902 ], [ -6.420151395092629, 56.500117421614121 ], [ -6.421796813678301, 56.499793411406664 ], [ -6.422367067137417, 56.499174941288018 ], [ -6.421975524459357, 56.498955052053191 ] ] ], [ [ [ -6.410513122401841, 56.502052679076037 ], [ -6.410591312022369, 56.501816043690674 ], [ -6.411125463418366, 56.502003911296789 ], [ -6.41073343225823, 56.502548526998609 ], [ -6.410513122401841, 56.502052679076037 ] ] ], [ [ [ -6.409063532478059, 56.502104237528314 ], [ -6.409845184225148, 56.501973002831079 ], [ -6.41046798536503, 56.502643416591489 ], [ -6.410272720118051, 56.502992148937231 ], [ -6.409314444630348, 56.503143158928751 ], [ -6.409063532478059, 56.502104237528314 ] ] ], [ [ [ -6.811676305427753, 56.488549883984653 ], [ -6.811843416859818, 56.488085478828111 ], [ -6.812344279350663, 56.488200973577776 ], [ -6.812427512729138, 56.48751131677885 ], [ -6.813089107146357, 56.488163048037542 ], [ -6.811676305427753, 56.488549883984653 ] ] ], [ [ [ -5.427679675261958, 56.534750490810943 ], [ -5.428341435677474, 56.534691760848254 ], [ -5.427320158645283, 56.535272858671711 ], [ -5.427679675261958, 56.534750490810943 ] ] ], [ [ [ -6.413170076240434, 56.503082432296772 ], [ -6.414528097433967, 56.501545513810015 ], [ -6.415220480745104, 56.50330175023749 ], [ -6.414544768547215, 56.503923938595761 ], [ -6.414968993234075, 56.504075229678222 ], [ -6.414747348738003, 56.504546333426646 ], [ -6.414066880308859, 56.505267626216117 ], [ -6.412434669825378, 56.504938964376194 ], [ -6.411861778562439, 56.504837926634934 ], [ -6.413174817418352, 56.503891758767885 ], [ -6.413170076240434, 56.503082432296772 ] ] ], [ [ [ -5.406802706577111, 56.537147473807778 ], [ -5.405496274702935, 56.536297791179337 ], [ -5.401514902848096, 56.536842064655161 ], [ -5.400989580837098, 56.53601048825147 ], [ -5.401552816900281, 56.53517965404194 ], [ -5.400864140270644, 56.534811947655427 ], [ -5.406567404000842, 56.530709807455288 ], [ -5.408919190082802, 56.526542145127515 ], [ -5.41061601153351, 56.526743660949634 ], [ -5.412543787283147, 56.527920529487162 ], [ -5.415246379473164, 56.52718722063522 ], [ -5.419040488230957, 56.527231108057762 ], [ -5.418270285135399, 56.529134863671018 ], [ -5.419376076540151, 56.529455024485273 ], [ -5.420701815411233, 56.528913249269038 ], [ -5.421678732046306, 56.527949546266392 ], [ -5.423366708814793, 56.527475070778635 ], [ -5.424408689941474, 56.526368403849403 ], [ -5.427657672173307, 56.525367118585706 ], [ -5.428335401402491, 56.525576752506616 ], [ -5.429356081782598, 56.525046003142336 ], [ -5.430596509682595, 56.525056676079387 ], [ -5.428758180833569, 56.527319964505942 ], [ -5.427531752655692, 56.527968766904515 ], [ -5.425253762774384, 56.530068828006243 ], [ -5.423212657805638, 56.531029546587661 ], [ -5.421350174247587, 56.532852859578441 ], [ -5.415239313736977, 56.535415211049092 ], [ -5.413256169769814, 56.535453570912445 ], [ -5.408924950806021, 56.537135066544472 ], [ -5.406802706577111, 56.537147473807778 ] ] ], [ [ [ -5.933164865822719, 56.52202658169896 ], [ -5.932330069766829, 56.521773385054125 ], [ -5.930838098962083, 56.521897097297014 ], [ -5.929688564984416, 56.521479405727632 ], [ -5.929432714345793, 56.521051387225299 ], [ -5.93125798313716, 56.520926123038478 ], [ -5.933027037181583, 56.521529185144225 ], [ -5.933164865822719, 56.52202658169896 ] ] ], [ [ [ -6.405966557631779, 56.508483398566447 ], [ -6.407137133918702, 56.508338363467359 ], [ -6.407488540211068, 56.50898246137038 ], [ -6.406803413292682, 56.509105750461337 ], [ -6.405966557631779, 56.508483398566447 ] ] ], [ [ [ -6.207146549911596, 56.519507662955064 ], [ -6.207072706781752, 56.518769109478797 ], [ -6.207775219264509, 56.518795642723987 ], [ -6.20829962325612, 56.519240114064445 ], [ -6.208338483708406, 56.519458235275799 ], [ -6.207617894360677, 56.519547434042863 ], [ -6.207146549911596, 56.519507662955064 ] ] ], [ [ [ -6.983528892958058, 56.491055214460317 ], [ -6.984732277245053, 56.489693198895552 ], [ -6.985365716557154, 56.489748687025617 ], [ -6.984690214165956, 56.490486653280257 ], [ -6.984783902375381, 56.49101372430863 ], [ -6.983528892958058, 56.491055214460317 ] ] ], [ [ [ -6.388214243180586, 56.510048321643268 ], [ -6.388433778705249, 56.508853308668982 ], [ -6.390337406990219, 56.507958448647727 ], [ -6.389899209982739, 56.507531444617193 ], [ -6.390759095961622, 56.507723157260713 ], [ -6.390083606215941, 56.506946583994363 ], [ -6.390979140377465, 56.506743982516021 ], [ -6.390765600692477, 56.507147292831448 ], [ -6.391403355361366, 56.507457496285205 ], [ -6.392664005963883, 56.507107036832842 ], [ -6.392853430032461, 56.506776531549697 ], [ -6.394452034393174, 56.506535502652298 ], [ -6.395010994432479, 56.506727057366973 ], [ -6.39463561366971, 56.506996699943507 ], [ -6.395191882792772, 56.508006830987213 ], [ -6.396409274507176, 56.506371680157109 ], [ -6.396268250584059, 56.505926964885361 ], [ -6.397000995335366, 56.50530286059503 ], [ -6.397870927092788, 56.505370945180019 ], [ -6.398494098010606, 56.506045899951886 ], [ -6.397599372851253, 56.508218283271091 ], [ -6.39802623404253, 56.5090935809366 ], [ -6.397731451399038, 56.509567243329158 ], [ -6.395711546048915, 56.510174025907439 ], [ -6.39532139228473, 56.510597096749585 ], [ -6.39564620862878, 56.50911951128176 ], [ -6.395379946766192, 56.50878716627269 ], [ -6.394835386617875, 56.508860434115938 ], [ -6.394718245743725, 56.50932329519992 ], [ -6.393886532175232, 56.509726033075225 ], [ -6.394288507114166, 56.510597726842143 ], [ -6.393143014460056, 56.513556962505035 ], [ -6.392439070768313, 56.51351893893176 ], [ -6.390797768563113, 56.511989574354004 ], [ -6.389753951700206, 56.511896113043299 ], [ -6.388214243180586, 56.510048321643268 ] ] ], [ [ [ -6.798306480926072, 56.502560091110155 ], [ -6.798850090753387, 56.502022655964062 ], [ -6.800050299685917, 56.502752560461744 ], [ -6.7989616608961, 56.502839699017343 ], [ -6.79875823804923, 56.502633463256799 ], [ -6.798306480926072, 56.502560091110155 ] ] ], [ [ [ -6.381377872706, 56.517188640229506 ], [ -6.382184242712881, 56.51705671514371 ], [ -6.383087056115864, 56.517407065060191 ], [ -6.383314774798123, 56.518320926227034 ], [ -6.382892990262817, 56.518542700837017 ], [ -6.383569606098334, 56.518554763564751 ], [ -6.383644682803614, 56.518992827696728 ], [ -6.381691604658581, 56.519480079485966 ], [ -6.380493061919488, 56.518753412884521 ], [ -6.38022751001336, 56.518074734019834 ], [ -6.381377872706, 56.517188640229506 ] ] ], [ [ [ -6.376406129927577, 56.519994995471663 ], [ -6.376116680724272, 56.519672423563179 ], [ -6.376773645751983, 56.518880235442573 ], [ -6.376311988600437, 56.518545753032811 ], [ -6.378700252689111, 56.518938146713033 ], [ -6.379025301644692, 56.52013189523111 ], [ -6.378260893026832, 56.519853080028724 ], [ -6.376976068288518, 56.520280685370153 ], [ -6.376406129927577, 56.519994995471663 ] ] ], [ [ [ -5.911583315875956, 56.536070252621968 ], [ -5.91171969933758, 56.53534208821479 ], [ -5.912583576176497, 56.535355318954366 ], [ -5.913561124847156, 56.536232699060946 ], [ -5.913234805208561, 56.536539729558413 ], [ -5.911583315875956, 56.536070252621968 ] ] ], [ [ [ -5.44849495113614, 56.554375138423566 ], [ -5.450866987490601, 56.553984691859313 ], [ -5.450604629206687, 56.554767843110454 ], [ -5.448783587470008, 56.555167255701292 ], [ -5.448264272040142, 56.554970406669462 ], [ -5.44849495113614, 56.554375138423566 ] ] ], [ [ [ -6.992666730759541, 56.502212905581175 ], [ -6.994925295480019, 56.501636028167042 ], [ -6.993337431533758, 56.502734718117495 ], [ -6.992666730759541, 56.502212905581175 ] ] ], [ [ [ -5.477520793201456, 56.551707331863653 ], [ -5.478475515783004, 56.550972147556344 ], [ -5.479605364831615, 56.551133782963213 ], [ -5.480800613501796, 56.551918406714151 ], [ -5.480328375234074, 56.552819894144925 ], [ -5.47805585016258, 56.55420155902344 ], [ -5.47664780444518, 56.554521490135208 ], [ -5.476614085234463, 56.554242833776492 ], [ -5.476335578094999, 56.553957545281747 ], [ -5.478387809958432, 56.552569497508252 ], [ -5.477520793201456, 56.551707331863653 ] ] ], [ [ [ -5.447944964880466, 56.556451877774336 ], [ -5.451161052025196, 56.556336465691558 ], [ -5.450594054134902, 56.55756411070282 ], [ -5.44872322996, 56.558508814223181 ], [ -5.447726958724944, 56.558563449043213 ], [ -5.447825800680041, 56.558933800445466 ], [ -5.446290229008195, 56.55959225697368 ], [ -5.445597018930892, 56.559220416898818 ], [ -5.446211838531394, 56.558641465886339 ], [ -5.447145926828192, 56.558440230247861 ], [ -5.446957071977666, 56.557277638500025 ], [ -5.447944964880466, 56.556451877774336 ] ] ], [ [ [ -6.328753057748508, 56.532136351877909 ], [ -6.329154073382625, 56.531515263953374 ], [ -6.329744666390413, 56.532268133501134 ], [ -6.32943691076172, 56.532494730445606 ], [ -6.328753057748508, 56.532136351877909 ] ] ], [ [ [ -5.440523690221582, 56.559289156062277 ], [ -5.444844147066204, 56.557136687278835 ], [ -5.44324089630984, 56.558912672720659 ], [ -5.441490079677475, 56.559621987655731 ], [ -5.440399455598079, 56.560609666305538 ], [ -5.439441679211029, 56.560640691522643 ], [ -5.439373358024181, 56.560247013879561 ], [ -5.440523690221582, 56.559289156062277 ] ] ], [ [ [ -5.467306392951628, 56.559564641621265 ], [ -5.468335176603152, 56.55908279973719 ], [ -5.469123376841115, 56.55931610857688 ], [ -5.467334359350447, 56.560314553168261 ], [ -5.466654401410242, 56.56035668655057 ], [ -5.467306392951628, 56.559564641621265 ] ] ], [ [ [ -5.427881640430455, 56.560546767831731 ], [ -5.427024565712515, 56.560071467438007 ], [ -5.42882196548844, 56.559154300770466 ], [ -5.431091773894503, 56.556983408167184 ], [ -5.431583335231778, 56.555940447667318 ], [ -5.433495305361525, 56.554943625190511 ], [ -5.434190817546766, 56.552829673160879 ], [ -5.434212635432527, 56.552082882164207 ], [ -5.433759596012501, 56.55184368522054 ], [ -5.434224708677637, 56.551318380179694 ], [ -5.44119886194714, 56.547441094770257 ], [ -5.443132411300772, 56.547154642932917 ], [ -5.443880954704579, 56.546419157536718 ], [ -5.444664320089188, 56.546353374155125 ], [ -5.446510171309445, 56.5434935906056 ], [ -5.447450617431128, 56.542937054334914 ], [ -5.44823871899149, 56.542924158228111 ], [ -5.449642835421485, 56.541651685824391 ], [ -5.449792459649619, 56.541883073592771 ], [ -5.451154258025746, 56.541701381011904 ], [ -5.453401564949439, 56.540701201781708 ], [ -5.454883710677682, 56.538895168363922 ], [ -5.459908069263024, 56.535557383399578 ], [ -5.461252141534997, 56.534204629710118 ], [ -5.463682493560482, 56.533256686380774 ], [ -5.467418702928539, 56.52936923735399 ], [ -5.474130791942438, 56.525498194617697 ], [ -5.480581976941051, 56.520925637959003 ], [ -5.482148843715508, 56.520701877538812 ], [ -5.483997471144473, 56.519951440005286 ], [ -5.485843897604341, 56.518523156680828 ], [ -5.486437605323921, 56.518559522734485 ], [ -5.489376640680804, 56.514726105837944 ], [ -5.492752051017287, 56.512388926984933 ], [ -5.492676360568256, 56.512026044409609 ], [ -5.492274767586944, 56.512026558430861 ], [ -5.492394595539603, 56.511208649800295 ], [ -5.491843735201637, 56.511071314112456 ], [ -5.492603724366826, 56.511148821081861 ], [ -5.492490800395395, 56.510328472504597 ], [ -5.492904925266276, 56.509969784039377 ], [ -5.493548366616134, 56.510000218877245 ], [ -5.493181829362952, 56.509657212259903 ], [ -5.493919559131733, 56.50855758520418 ], [ -5.49634870935354, 56.506881663803654 ], [ -5.498794757133776, 56.504527331160446 ], [ -5.500500105774903, 56.503980258025081 ], [ -5.502495096670012, 56.502485476094456 ], [ -5.50280015567626, 56.501739641913069 ], [ -5.504661313933134, 56.500945365387537 ], [ -5.50426089875149, 56.500570083044011 ], [ -5.507022532169489, 56.498087083912033 ], [ -5.515609537942914, 56.495853538441438 ], [ -5.523571325724593, 56.492498032123073 ], [ -5.524863337174503, 56.492497289697418 ], [ -5.528543556853709, 56.491297606414101 ], [ -5.528898198252888, 56.491091522712082 ], [ -5.528587614652784, 56.490967296440218 ], [ -5.530765086473972, 56.489985597463345 ], [ -5.530977346512703, 56.490415601356951 ], [ -5.531965729354027, 56.48982464970932 ], [ -5.533294530772861, 56.489766129368235 ], [ -5.532766724070393, 56.48945570092971 ], [ -5.533119820264301, 56.489111192603453 ], [ -5.536827156404367, 56.487441168864898 ], [ -5.540373126778347, 56.484096177016042 ], [ -5.542728655493216, 56.482696501071409 ], [ -5.542492524270564, 56.482168299810546 ], [ -5.543630023450013, 56.480863623977307 ], [ -5.545273352684197, 56.479931078198504 ], [ -5.545913954231168, 56.480092579167824 ], [ -5.547278562900075, 56.478525138285526 ], [ -5.548714956813105, 56.478074969776138 ], [ -5.54884041000489, 56.477504965310871 ], [ -5.552281890476889, 56.47547793076528 ], [ -5.552853423680839, 56.475335688748757 ], [ -5.553013786225548, 56.475573844289272 ], [ -5.551700902333462, 56.476735290529255 ], [ -5.553699488836788, 56.476044192540201 ], [ -5.554283248533637, 56.47655342178814 ], [ -5.554644484082581, 56.475639499846814 ], [ -5.557834522478377, 56.474401704947702 ], [ -5.560818216235362, 56.472697734428912 ], [ -5.56455060722216, 56.471704917281755 ], [ -5.56810678470968, 56.470307973784003 ], [ -5.569798589952245, 56.469297268048422 ], [ -5.572273771698598, 56.469104613356983 ], [ -5.572818838923806, 56.468423590169522 ], [ -5.573888040268297, 56.468307366793788 ], [ -5.574840726548322, 56.467470732167392 ], [ -5.578711168202219, 56.465538446745242 ], [ -5.580699371019792, 56.464748295352727 ], [ -5.580871760016756, 56.465026528689556 ], [ -5.583653499985831, 56.463696435254946 ], [ -5.58284883287642, 56.464205195031091 ], [ -5.584157936190853, 56.463965067153957 ], [ -5.584951050801162, 56.46290369449099 ], [ -5.585525106817471, 56.462963518038435 ], [ -5.586897590253359, 56.462191066068137 ], [ -5.587316292047662, 56.461293351941173 ], [ -5.587870745514734, 56.461317767940869 ], [ -5.58764996183664, 56.461989481199339 ], [ -5.588461973203304, 56.461817633645467 ], [ -5.588091055582401, 56.462017176372612 ], [ -5.588435712683891, 56.462227478539127 ], [ -5.589859185305839, 56.461565902622496 ], [ -5.59131461167053, 56.461586691467588 ], [ -5.593602201181278, 56.461133802491702 ], [ -5.594635222003545, 56.461238721295416 ], [ -5.594254465944833, 56.46159141362854 ], [ -5.595109774861808, 56.461705975605305 ], [ -5.596494779103709, 56.460982500237606 ], [ -5.597268715167358, 56.461009498422406 ], [ -5.597104324040986, 56.46073105410813 ], [ -5.597653290907368, 56.460611730854055 ], [ -5.598872848397008, 56.46105735185791 ], [ -5.599038072016421, 56.461430174522228 ], [ -5.597081482375176, 56.463406512411865 ], [ -5.591530157411822, 56.467132320343595 ], [ -5.579946275162765, 56.473648492520411 ], [ -5.577569269673862, 56.474368922696094 ], [ -5.576382499042698, 56.475567463985179 ], [ -5.574643262824077, 56.479614022540929 ], [ -5.575170012474299, 56.482534338365049 ], [ -5.576228403411906, 56.482989329387557 ], [ -5.576649438191509, 56.483750398618938 ], [ -5.572955283443095, 56.489907674993809 ], [ -5.573552692915196, 56.490038813844635 ], [ -5.573755529224387, 56.491934523184732 ], [ -5.571594414528818, 56.493839875997843 ], [ -5.57162274174692, 56.494486396806863 ], [ -5.572832558502967, 56.494820180954683 ], [ -5.572894496973825, 56.495996190146919 ], [ -5.573597623349289, 56.496299605848741 ], [ -5.571495648171171, 56.497713250918288 ], [ -5.571474258312826, 56.498176891838874 ], [ -5.57224403677667, 56.498410965936223 ], [ -5.570969681203645, 56.499292786976092 ], [ -5.569322810634065, 56.499412105634541 ], [ -5.57022798206898, 56.497542951309363 ], [ -5.568588410111291, 56.497306916016683 ], [ -5.568602801979986, 56.497027788188049 ], [ -5.570251248173761, 56.496148711527326 ], [ -5.569566657504956, 56.495696396197232 ], [ -5.568793098906714, 56.49585351385209 ], [ -5.567285249018767, 56.496499263503736 ], [ -5.566660750358082, 56.49720501290836 ], [ -5.561783532063238, 56.499015616755258 ], [ -5.559573156673942, 56.499141092605072 ], [ -5.559810076970547, 56.499535281381128 ], [ -5.559022346019658, 56.500045179338201 ], [ -5.557933986042093, 56.500192376800761 ], [ -5.557901092852143, 56.500344364298797 ], [ -5.55779523039602, 56.500567672921548 ], [ -5.557877468697527, 56.500345241382199 ], [ -5.557368118722636, 56.500364143098757 ], [ -5.556056735470341, 56.501132683570631 ], [ -5.555398101813069, 56.501008607651613 ], [ -5.554529723515021, 56.501751847904586 ], [ -5.553959868919642, 56.501655789105598 ], [ -5.553253811857478, 56.502188482691736 ], [ -5.552653782037353, 56.502291077516773 ], [ -5.552635864772551, 56.502012878765449 ], [ -5.553706174141092, 56.501550672211629 ], [ -5.552589274541457, 56.501515228804088 ], [ -5.551211871546706, 56.501909794949967 ], [ -5.551112927355667, 56.502155375846939 ], [ -5.551895084033482, 56.502088032752134 ], [ -5.550097631441186, 56.502337273563022 ], [ -5.549997014949478, 56.503086380067408 ], [ -5.54796328264335, 56.503243451795591 ], [ -5.544336952139964, 56.504277632874768 ], [ -5.541284861540004, 56.504132824162134 ], [ -5.539443260816608, 56.505618483188478 ], [ -5.537811825536141, 56.506116341904125 ], [ -5.535680967991047, 56.507414192278603 ], [ -5.534307727478735, 56.50736880372412 ], [ -5.532825561242507, 56.507794912888869 ], [ -5.531469016680641, 56.509431161792612 ], [ -5.530096882171287, 56.510237104864579 ], [ -5.529376417073867, 56.511406598888257 ], [ -5.528399909333754, 56.511799388042554 ], [ -5.528987385583201, 56.512118930560156 ], [ -5.529589307083147, 56.512034381327418 ], [ -5.529963499759595, 56.512473267554356 ], [ -5.529030963210935, 56.513286469758079 ], [ -5.527753452434002, 56.513398315492346 ], [ -5.526716640340968, 56.513895297345876 ], [ -5.526387844047147, 56.513664592526951 ], [ -5.525654264462902, 56.514170029747504 ], [ -5.524082967693856, 56.51448078391644 ], [ -5.525545549626815, 56.512178106447472 ], [ -5.524443404210609, 56.511866873714254 ], [ -5.522385887297092, 56.512526765340795 ], [ -5.521379270418577, 56.513156804306782 ], [ -5.521991848313234, 56.51367705591808 ], [ -5.521621187479076, 56.514203634492077 ], [ -5.519281488163171, 56.515031511303178 ], [ -5.520299876304889, 56.515193226043735 ], [ -5.519374319664609, 56.515225771978486 ], [ -5.519821246598283, 56.515555636775176 ], [ -5.520728391031798, 56.515587443050272 ], [ -5.520394659921166, 56.516687466833034 ], [ -5.516206628404045, 56.519192293806128 ], [ -5.51445509704635, 56.519632097156141 ], [ -5.51437524148923, 56.520016456572165 ], [ -5.513545109007092, 56.520342942540189 ], [ -5.512648032118088, 56.520403399563563 ], [ -5.511414307847793, 56.521289715649864 ], [ -5.509820501755467, 56.521625193538178 ], [ -5.510118385838116, 56.521750727701537 ], [ -5.509329271386548, 56.522644224996228 ], [ -5.507752809770243, 56.523167985422276 ], [ -5.508481115802924, 56.523444985209089 ], [ -5.507533386167609, 56.52360932763802 ], [ -5.507904606816295, 56.523929686885793 ], [ -5.506543857343141, 56.524975076506863 ], [ -5.502818072627789, 56.52663923472948 ], [ -5.501731191057432, 56.527622895337267 ], [ -5.50081379427846, 56.527940964757683 ], [ -5.500006129916448, 56.529958729689227 ], [ -5.498013174221855, 56.530486909986621 ], [ -5.498674712372379, 56.531308874390021 ], [ -5.496689805930606, 56.533001070105058 ], [ -5.495581901167728, 56.533707457796595 ], [ -5.494960567556968, 56.533744732197768 ], [ -5.494636610642933, 56.534342727648536 ], [ -5.492619164375653, 56.535455884622408 ], [ -5.490230725374025, 56.536252186262303 ], [ -5.490647244023581, 56.536693592744236 ], [ -5.491933174501384, 56.536610676394645 ], [ -5.493194061051679, 56.5359206971318 ], [ -5.492840643814885, 56.536446693417794 ], [ -5.493268412238023, 56.536850914237995 ], [ -5.491266382233852, 56.537868313707222 ], [ -5.490739078929212, 56.538538545105403 ], [ -5.48968894395657, 56.538691238502508 ], [ -5.488664094294276, 56.539295430799804 ], [ -5.487523699088428, 56.540253486575409 ], [ -5.48162018542174, 56.542842102569445 ], [ -5.480269844520247, 56.54403343109567 ], [ -5.481407624828794, 56.545151402752026 ], [ -5.480155641791545, 56.546209609659975 ], [ -5.477174548537148, 56.547545494816276 ], [ -5.47456572237513, 56.54742343880929 ], [ -5.474264413895194, 56.546746804628029 ], [ -5.473351597192323, 56.546784930859737 ], [ -5.472393240055192, 56.547107520321923 ], [ -5.472189753130489, 56.547835136907018 ], [ -5.470582997912688, 56.547920516784103 ], [ -5.470105736642319, 56.548413941172221 ], [ -5.467851107540727, 56.549156603735433 ], [ -5.468179832929882, 56.549902610665846 ], [ -5.468823369380604, 56.550086916273521 ], [ -5.467049642640811, 56.551425670980166 ], [ -5.466793621952301, 56.552594370546345 ], [ -5.467693335161593, 56.552856039048471 ], [ -5.469914697964997, 56.552227591145623 ], [ -5.47057164293021, 56.552380047475062 ], [ -5.470252021947532, 56.55297784829451 ], [ -5.470786894664366, 56.553219123572006 ], [ -5.472761087168887, 56.553002098941718 ], [ -5.470168395420502, 56.556329088464814 ], [ -5.471130849840566, 56.556616850420774 ], [ -5.471930013794136, 56.55645515818231 ], [ -5.472255493504858, 56.556010025428705 ], [ -5.473178689343937, 56.55604713949122 ], [ -5.4723860161658, 56.556545796635469 ], [ -5.471991673240977, 56.55748282907166 ], [ -5.470427614434079, 56.558003038173652 ], [ -5.470334685290239, 56.55841020057823 ], [ -5.469739693365576, 56.558579662607187 ], [ -5.469443911567394, 56.55837215866142 ], [ -5.469829677331451, 56.55769609506936 ], [ -5.469219742106598, 56.557169221150708 ], [ -5.468136657007275, 56.557608535407994 ], [ -5.466345891283507, 56.557200029527998 ], [ -5.464636416471899, 56.558142273557856 ], [ -5.463826598327363, 56.557832223284997 ], [ -5.464664230928098, 56.556044055670569 ], [ -5.463254133133025, 56.555382146510524 ], [ -5.463774963699718, 56.554402059015253 ], [ -5.462338808381276, 56.550979042175257 ], [ -5.459991195543933, 56.550671384470732 ], [ -5.457702992368656, 56.551263755691124 ], [ -5.456642028432212, 56.552052076913675 ], [ -5.454005500027903, 56.552913893126373 ], [ -5.455689852001067, 56.551285636368974 ], [ -5.456076359923641, 56.550258975617822 ], [ -5.457141415977985, 56.550443294939178 ], [ -5.455963347873205, 56.549787433617631 ], [ -5.450367997996063, 56.551813023191322 ], [ -5.449154374531823, 56.551945633969254 ], [ -5.447791726587156, 56.553302349316454 ], [ -5.444142018997515, 56.55503716211917 ], [ -5.442689594372469, 56.556358547399576 ], [ -5.440900994877647, 56.556650857549464 ], [ -5.436577067681493, 56.559753548171571 ], [ -5.433916620063814, 56.560487922257835 ], [ -5.432602334107374, 56.56026803631412 ], [ -5.430902843208091, 56.561456754220295 ], [ -5.429161821517503, 56.562008290734589 ], [ -5.428551153397084, 56.5618273671599 ], [ -5.427236044627533, 56.561418653151684 ], [ -5.427881640430455, 56.560546767831731 ] ] ], [ [ [ -5.420179060540964, 56.560889496119948 ], [ -5.421736708197586, 56.560019493765004 ], [ -5.420820792549589, 56.561775331481059 ], [ -5.41926390705516, 56.562474486948659 ], [ -5.41890137563177, 56.562246228837139 ], [ -5.420179060540964, 56.560889496119948 ] ] ], [ [ [ -6.762465399439882, 56.517592263832569 ], [ -6.761747186041123, 56.517574871910334 ], [ -6.760867112047062, 56.517046415748318 ], [ -6.758658066182185, 56.517338140397186 ], [ -6.75713169994425, 56.51691093191517 ], [ -6.75698629811431, 56.516660122865481 ], [ -6.757620039739104, 56.516523352233946 ], [ -6.757416724819954, 56.516135326803095 ], [ -6.753919273743193, 56.515171973579612 ], [ -6.754311445740157, 56.51499050661949 ], [ -6.753797771034352, 56.514722331319952 ], [ -6.754202151699696, 56.514054608492579 ], [ -6.754708325077362, 56.514003709008612 ], [ -6.756261031530248, 56.515095643900437 ], [ -6.757180395882306, 56.514965908349957 ], [ -6.758088153463601, 56.515326898378767 ], [ -6.758435416651451, 56.51588931940713 ], [ -6.759255600238482, 56.516006270290447 ], [ -6.758954984464244, 56.516463117553883 ], [ -6.759520677396276, 56.51675626392641 ], [ -6.761767476691332, 56.516571026190462 ], [ -6.761172977600949, 56.516243011671669 ], [ -6.761169793199564, 56.515505453093127 ], [ -6.762531757348459, 56.516307768265293 ], [ -6.762454889695107, 56.51563151459878 ], [ -6.764333164402223, 56.516139592963697 ], [ -6.763875483922781, 56.515540947200769 ], [ -6.764476835607802, 56.515729245706908 ], [ -6.764883681955113, 56.515470713205822 ], [ -6.765695696744356, 56.515781352450588 ], [ -6.764841460976978, 56.515134981249936 ], [ -6.766191972066223, 56.515069570795966 ], [ -6.766323231307353, 56.51456074056938 ], [ -6.762429268068948, 56.513032621527458 ], [ -6.761277816688501, 56.512091778635209 ], [ -6.762353317031834, 56.512428301581679 ], [ -6.761618410926507, 56.511759334183708 ], [ -6.762124442783324, 56.511901825385848 ], [ -6.762342800608247, 56.511632549326819 ], [ -6.76508567585975, 56.512548203191507 ], [ -6.764756926379437, 56.512974661747684 ], [ -6.765878998255954, 56.513745677655542 ], [ -6.766342995312076, 56.513165579611403 ], [ -6.769759675714445, 56.514455553952814 ], [ -6.770070114320788, 56.51465951662508 ], [ -6.769650647622452, 56.515075985388727 ], [ -6.770275219157861, 56.515771645565586 ], [ -6.769921615827684, 56.515677297911459 ], [ -6.769862771931943, 56.515985431256276 ], [ -6.768074140847514, 56.515802346754199 ], [ -6.768771797958821, 56.516949508522103 ], [ -6.767614296979705, 56.517385361085594 ], [ -6.766082520937451, 56.517433464653188 ], [ -6.765497017461752, 56.518083003286115 ], [ -6.765804491300953, 56.518651434039064 ], [ -6.764400017274856, 56.518832262475691 ], [ -6.762395978761057, 56.518593499269187 ], [ -6.762465399439882, 56.517592263832569 ] ] ], [ [ [ -6.766417528116886, 56.52138967897227 ], [ -6.765270300257174, 56.520291271367071 ], [ -6.76599258535483, 56.520146557103203 ], [ -6.766588803572037, 56.52068139562293 ], [ -6.767118073315291, 56.520490118833095 ], [ -6.768413609619285, 56.522055103989544 ], [ -6.768141367319537, 56.522348952962474 ], [ -6.766417528116886, 56.52138967897227 ] ] ], [ [ [ -5.415756138101361, 56.567358259065053 ], [ -5.415785870343655, 56.565883059973181 ], [ -5.417389400096197, 56.566059206506836 ], [ -5.417511327706019, 56.565696246035522 ], [ -5.41959832919838, 56.564825192793229 ], [ -5.421967772118209, 56.564377848442291 ], [ -5.421837738122567, 56.564920840510204 ], [ -5.419055780079817, 56.566660634139033 ], [ -5.417308192224187, 56.567414456425823 ], [ -5.415194764163672, 56.567814212867169 ], [ -5.415756138101361, 56.567358259065053 ] ] ], [ [ [ -6.74629245937696, 56.524316303170082 ], [ -6.746260599602622, 56.5238542273514 ], [ -6.745665258730507, 56.524038944533615 ], [ -6.745836013423347, 56.523713049701314 ], [ -6.746657139671198, 56.523771576583393 ], [ -6.74661734581594, 56.522999441469473 ], [ -6.747583018636795, 56.523367289187405 ], [ -6.747375993003305, 56.524728219866788 ], [ -6.747028077692945, 56.524978136477294 ], [ -6.74629245937696, 56.524316303170082 ] ] ], [ [ [ -6.983258702687435, 56.516838799117231 ], [ -6.984398294397241, 56.516779479527941 ], [ -6.983448859115597, 56.5172945134263 ], [ -6.983258702687435, 56.516838799117231 ] ] ], [ [ [ -5.386043525875061, 56.571370492884107 ], [ -5.386560145843147, 56.571356408510042 ], [ -5.386077542412591, 56.571750742280813 ], [ -5.386043525875061, 56.571370492884107 ] ] ], [ [ [ -6.721676990310492, 56.528431696689303 ], [ -6.721901352380223, 56.527815929646245 ], [ -6.722419729665342, 56.528187509909806 ], [ -6.722252908176189, 56.52887305389924 ], [ -6.721676990310492, 56.528431696689303 ] ] ], [ [ [ -5.435307001308108, 56.570608398780848 ], [ -5.436311268966246, 56.570279446573821 ], [ -5.43485311764005, 56.571528961477227 ], [ -5.434758433364635, 56.571203437703446 ], [ -5.435307001308108, 56.570608398780848 ] ] ], [ [ [ -6.970193928789835, 56.520157019678742 ], [ -6.969636929535413, 56.519819464845064 ], [ -6.968029432799439, 56.51991089645302 ], [ -6.969908866048621, 56.519597127272625 ], [ -6.970193928789835, 56.520157019678742 ] ] ], [ [ [ -5.430896644455943, 56.572348535868208 ], [ -5.431467210933854, 56.571636035159067 ], [ -5.431449784071042, 56.572072540505559 ], [ -5.430896644455943, 56.572348535868208 ] ] ], [ [ [ -5.421015358981544, 56.573839246547976 ], [ -5.422928884586514, 56.572990901817519 ], [ -5.42304540361464, 56.573324821465427 ], [ -5.421214723334989, 56.574603311839027 ], [ -5.421015358981544, 56.573839246547976 ] ] ], [ [ [ -5.439461466968066, 56.574210876539034 ], [ -5.4423184551935, 56.573300137075051 ], [ -5.441475243904963, 56.574325912159338 ], [ -5.43981667535264, 56.574678420454596 ], [ -5.439095593640893, 56.574755025587187 ], [ -5.439461466968066, 56.574210876539034 ] ] ], [ [ [ -7.005216398767827, 56.522337660694177 ], [ -7.006408549550074, 56.521628206018967 ], [ -7.007169495463294, 56.521781915275305 ], [ -7.007744140339766, 56.521326824447662 ], [ -7.008479000695369, 56.5216525303805 ], [ -7.008462741701015, 56.522206528249058 ], [ -7.006453256871243, 56.522274213178704 ], [ -7.005762505634674, 56.522590027941973 ], [ -7.005216398767827, 56.522337660694177 ] ] ], [ [ [ -7.0027324099539, 56.521709152890338 ], [ -7.002816291796965, 56.521111940079287 ], [ -7.003855961102667, 56.521465857648948 ], [ -7.004628212733278, 56.521335707963743 ], [ -7.005027911798431, 56.521958383841273 ], [ -7.004731944288396, 56.522798094571002 ], [ -7.003697005722807, 56.522295535508484 ], [ -7.003868287144908, 56.521928725521157 ], [ -7.0027324099539, 56.521709152890338 ] ] ], [ [ [ -7.012639246971384, 56.522339110934659 ], [ -7.013483152538705, 56.521643667913196 ], [ -7.01473732982746, 56.521219538317503 ], [ -7.014406245580324, 56.522222652025185 ], [ -7.013879440618593, 56.522055016657802 ], [ -7.012881717460641, 56.522572235760656 ], [ -7.012639246971384, 56.522339110934659 ] ] ], [ [ [ -6.887696424062436, 56.528084167513619 ], [ -6.887085641623543, 56.527766368936234 ], [ -6.887812152524132, 56.527845689050217 ], [ -6.887696424062436, 56.528084167513619 ] ] ], [ [ [ -7.013783518630773, 56.524096817204878 ], [ -7.014403321851681, 56.523306962389491 ], [ -7.013201793895644, 56.52357600108531 ], [ -7.012377213927673, 56.523065003482948 ], [ -7.012973335299235, 56.522833954842511 ], [ -7.012426979059853, 56.522703093698055 ], [ -7.013867404191946, 56.522455889710812 ], [ -7.015328584115629, 56.522918627255429 ], [ -7.014841912978063, 56.524098988783372 ], [ -7.013783518630773, 56.524096817204878 ] ] ], [ [ [ -7.005651065692049, 56.525010329439837 ], [ -7.005487403101622, 56.52481899575082 ], [ -7.004467242008463, 56.525044633542421 ], [ -7.004224073917722, 56.524559594343359 ], [ -7.003896636138853, 56.524730267271899 ], [ -7.004161842197877, 56.523842315614054 ], [ -7.003530173055425, 56.523804833559019 ], [ -7.003369119969154, 56.523509922163399 ], [ -7.002921200045766, 56.523815917866479 ], [ -7.00301931904755, 56.523141652617326 ], [ -7.002152597250332, 56.523419561738592 ], [ -7.002612032509569, 56.522892668274565 ], [ -7.004397934532694, 56.523288441945212 ], [ -7.005086305457807, 56.523139183265684 ], [ -7.004844941181353, 56.523468336553556 ], [ -7.005797889882913, 56.523411860853813 ], [ -7.006795582463162, 56.523816936681804 ], [ -7.006112497268017, 56.524190926248259 ], [ -7.005249844715873, 56.523883862041941 ], [ -7.005189954983422, 56.524169698295765 ], [ -7.006001079279816, 56.524456350576394 ], [ -7.005651065692049, 56.525010329439837 ] ] ], [ [ [ -6.709957107820578, 56.535957146140227 ], [ -6.710031606697834, 56.535509022726863 ], [ -6.710302713547754, 56.535921529994546 ], [ -6.710957261340262, 56.536013612702163 ], [ -6.71083350115258, 56.536719989618241 ], [ -6.709957107820578, 56.535957146140227 ] ] ], [ [ [ -5.981367531617194, 56.562700357969433 ], [ -5.980209457753303, 56.562048676619213 ], [ -5.980808923078685, 56.562266854017693 ], [ -5.982224358266307, 56.562160308634098 ], [ -5.982332303393132, 56.56255161215261 ], [ -5.981367531617194, 56.562700357969433 ] ] ], [ [ [ -6.856622561418528, 56.532229211199734 ], [ -6.857442128694546, 56.531828245097635 ], [ -6.858964137809159, 56.53189006192531 ], [ -6.858447200354663, 56.532238695510124 ], [ -6.858128623842862, 56.532039758305032 ], [ -6.856738067332937, 56.532431608507451 ], [ -6.856622561418528, 56.532229211199734 ] ] ], [ [ [ -6.90714406529694, 56.530676245232044 ], [ -6.904969290188263, 56.52978614635073 ], [ -6.904816089801518, 56.530111595702778 ], [ -6.904114414481382, 56.530161845585774 ], [ -6.903501677670357, 56.529641772510992 ], [ -6.904612235315134, 56.529291950024891 ], [ -6.90714406529694, 56.530676245232044 ] ] ], [ [ [ -6.86771118317468, 56.532810989234093 ], [ -6.868189354798032, 56.532351379112754 ], [ -6.868596044633731, 56.533235076250016 ], [ -6.86771118317468, 56.532810989234093 ] ] ], [ [ [ -7.011568413865291, 56.529314930148054 ], [ -7.011480347343371, 56.528895611418392 ], [ -7.01220571648727, 56.528902274124235 ], [ -7.01244112368025, 56.528528359591874 ], [ -7.013597998457143, 56.528904454897301 ], [ -7.011568413865291, 56.529314930148054 ] ] ], [ [ [ -7.013981929558776, 56.529406279134399 ], [ -7.014538611622408, 56.528569492864726 ], [ -7.01530076292068, 56.529406913238624 ], [ -7.014648869844136, 56.529770690059706 ], [ -7.013981929558776, 56.529406279134399 ] ] ], [ [ [ -7.013289342242385, 56.529893159853891 ], [ -7.013641853257099, 56.529420033898901 ], [ -7.01460522944955, 56.52987142729949 ], [ -7.014029359815675, 56.53031760086791 ], [ -7.013289342242385, 56.529893159853891 ] ] ], [ [ [ -6.935945829046224, 56.533510463021464 ], [ -6.936213990656901, 56.533269462871033 ], [ -6.936522882071023, 56.533340836351158 ], [ -6.935945829046224, 56.533510463021464 ] ] ], [ [ [ -6.936159214291434, 56.534360283060231 ], [ -6.935454130580314, 56.534072557758051 ], [ -6.937213188069875, 56.534064599926673 ], [ -6.936159214291434, 56.534360283060231 ] ] ], [ [ [ -6.933365123856322, 56.535996486319164 ], [ -6.933659020305416, 56.535440473029496 ], [ -6.933848556240308, 56.535770318453984 ], [ -6.933365123856322, 56.535996486319164 ] ] ], [ [ [ -6.931534959909843, 56.536384189720799 ], [ -6.931999357886817, 56.536199273016258 ], [ -6.932294113693895, 56.536461956042785 ], [ -6.931723836078262, 56.536646586862382 ], [ -6.931534959909843, 56.536384189720799 ] ] ], [ [ [ -6.769615354058596, 56.545943117288537 ], [ -6.769500995356409, 56.545268306777018 ], [ -6.770034685682422, 56.545846024911583 ], [ -6.772700789766338, 56.54645415160136 ], [ -6.77269164989355, 56.546962786005842 ], [ -6.770993885258734, 56.547576872026895 ], [ -6.769603094771884, 56.546685770124661 ], [ -6.769615354058596, 56.545943117288537 ] ] ], [ [ [ -6.739602119747242, 56.5486293041522 ], [ -6.740089555382037, 56.548177970057388 ], [ -6.741461925855606, 56.548628390529061 ], [ -6.739907817199323, 56.548807437488684 ], [ -6.739602119747242, 56.5486293041522 ] ] ], [ [ [ -5.388250751426827, 56.595351397229429 ], [ -5.386873489099455, 56.595348490358816 ], [ -5.38474442316577, 56.59568519433973 ], [ -5.383538151767976, 56.595407892836555 ], [ -5.380754493135609, 56.595623006258634 ], [ -5.382337967339285, 56.594469650587605 ], [ -5.383839590197724, 56.592675718081118 ], [ -5.386351452276546, 56.586370022233957 ], [ -5.388351099484622, 56.58377582366829 ], [ -5.389708542483715, 56.582707638172671 ], [ -5.389569933605372, 56.581978733523314 ], [ -5.391492418363704, 56.581436307979125 ], [ -5.391448584312943, 56.580129455638271 ], [ -5.391899869235931, 56.580166579687265 ], [ -5.393900583398062, 56.578772420175909 ], [ -5.395035830446433, 56.578444727681621 ], [ -5.397219936000872, 56.578551332510244 ], [ -5.398316709461611, 56.579065231741275 ], [ -5.399065894023193, 56.579970710383392 ], [ -5.400029399161937, 56.582263778375314 ], [ -5.402655631961573, 56.583751650170939 ], [ -5.402847561518938, 56.585342129882839 ], [ -5.404056176614936, 56.585466345874949 ], [ -5.403710975560197, 56.585884851994635 ], [ -5.404304933674222, 56.586601268554453 ], [ -5.402676137857537, 56.590228428883229 ], [ -5.399271243699508, 56.592681518663341 ], [ -5.3960909846205, 56.59373940822212 ], [ -5.39371118334397, 56.594276407089325 ], [ -5.392070017720867, 56.594056015719765 ], [ -5.390087920528483, 56.59548558206675 ], [ -5.389694333209373, 56.595276064579757 ], [ -5.388714178549495, 56.595612954544322 ], [ -5.388250751426827, 56.595351397229429 ] ] ], [ [ [ -4.616384241328916, 56.616052884489868 ], [ -4.609828242005048, 56.614824559315039 ], [ -4.597326337285337, 56.604265458045553 ], [ -4.586151296728242, 56.599667679449901 ], [ -4.582741615435806, 56.594471944445232 ], [ -4.575990313648088, 56.588388261426338 ], [ -4.574716902143545, 56.58188081059108 ], [ -4.573729944762571, 56.581137323618627 ], [ -4.572792705704077, 56.578968298138626 ], [ -4.570610848264596, 56.579211168175377 ], [ -4.57123044018326, 56.57790416715563 ], [ -4.570524801263229, 56.576265084161506 ], [ -4.5677187632858, 56.575105300847085 ], [ -4.559851549323694, 56.573016263891375 ], [ -4.561758284202432, 56.570154938215339 ], [ -4.563765987714095, 56.571434678116468 ], [ -4.567747290392903, 56.57204450630902 ], [ -4.570712080853158, 56.572068591062106 ], [ -4.575955590539769, 56.571245511592544 ], [ -4.577607286646509, 56.571233731267618 ], [ -4.57947663594846, 56.571788112532772 ], [ -4.580863331837074, 56.571709890136077 ], [ -4.584347103078454, 56.573255227267218 ], [ -4.586095512871504, 56.573227842627816 ], [ -4.58933820197397, 56.574814009972137 ], [ -4.593023611001176, 56.57430127581236 ], [ -4.596155957981488, 56.574509996011571 ], [ -4.599536474019815, 56.576672715747854 ], [ -4.601937041374559, 56.575588919281387 ], [ -4.603089764084498, 56.574355962975766 ], [ -4.60483727881794, 56.573604840819662 ], [ -4.606578614103913, 56.571937098189068 ], [ -4.611060534448523, 56.572121619746675 ], [ -4.612122793165635, 56.571825176432604 ], [ -4.612784723307822, 56.570800165372368 ], [ -4.612700896316157, 56.569939126361945 ], [ -4.614452852309277, 56.570437035908071 ], [ -4.616783557249174, 56.570356521124808 ], [ -4.624428223219831, 56.569665037442739 ], [ -4.628278491434181, 56.568491671376563 ], [ -4.632119318145942, 56.568122770767289 ], [ -4.641420379026263, 56.567965846879964 ], [ -4.641101501272653, 56.567711984625319 ], [ -4.648140475972893, 56.562911077271906 ], [ -4.648813294736485, 56.561243012029173 ], [ -4.654197603425011, 56.561195513413573 ], [ -4.656821939947868, 56.562177496712252 ], [ -4.65811468894243, 56.561579130520386 ], [ -4.660320468888648, 56.56227789621115 ], [ -4.661345031271043, 56.562264942137503 ], [ -4.668021588968363, 56.559416458609803 ], [ -4.674008492918815, 56.556034198681282 ], [ -4.675915854528523, 56.55584932671465 ], [ -4.676874964891782, 56.555257944452748 ], [ -4.681846472094165, 56.554103651680236 ], [ -4.682067311201617, 56.553200110804838 ], [ -4.688912334291398, 56.552081461775899 ], [ -4.692132047713008, 56.552964431079332 ], [ -4.695535280448471, 56.551506515821515 ], [ -4.697598317700354, 56.549969761363172 ], [ -4.697374148248048, 56.547849018708355 ], [ -4.69811832842124, 56.547217193314687 ], [ -4.699165065133651, 56.543522939737279 ], [ -4.697639244932026, 56.541057481798212 ], [ -4.688647203706567, 56.53928413517221 ], [ -4.683369311852477, 56.539986972911031 ], [ -4.68028401712011, 56.539721044462418 ], [ -4.671271069029644, 56.535556170071182 ], [ -4.66817934138375, 56.533227403838879 ], [ -4.667483702946106, 56.532240217001245 ], [ -4.665848765999724, 56.533160612427942 ], [ -4.659466893728164, 56.534465837959004 ], [ -4.6585668608351, 56.532184259440072 ], [ -4.657058251987094, 56.531196442854657 ], [ -4.653736230965651, 56.526023162569153 ], [ -4.654314724946812, 56.52406496476452 ], [ -4.65403444612711, 56.523545175873075 ], [ -4.654706234770516, 56.523153332764991 ], [ -4.653568204098982, 56.519901645206595 ], [ -4.652598270739241, 56.519284243811178 ], [ -4.652591527391524, 56.518722657385403 ], [ -4.653699017171728, 56.518168719074353 ], [ -4.655997148735993, 56.513836941827634 ], [ -4.658820944004445, 56.511911551935839 ], [ -4.658161096952737, 56.511310022953268 ], [ -4.658313128016905, 56.510695603297506 ], [ -4.661399791842908, 56.509510501855232 ], [ -4.663608523218763, 56.508209344665801 ], [ -4.6651558135946, 56.50651789973157 ], [ -4.665693347552099, 56.505261556524907 ], [ -4.676094459372889, 56.500063041830373 ], [ -4.67774927702776, 56.496913088074656 ], [ -4.679999888148338, 56.495417480317357 ], [ -4.682318179252351, 56.492351995181977 ], [ -4.686220805011676, 56.490559907249342 ], [ -4.683885456513955, 56.490044198404895 ], [ -4.682913092114938, 56.489503483844651 ], [ -4.68254351144207, 56.486455617587609 ], [ -4.679188170446933, 56.483795806534005 ], [ -4.677854678426746, 56.483083094534244 ], [ -4.675912629548169, 56.482954217583888 ], [ -4.674936666298169, 56.482242753110469 ], [ -4.673393085087957, 56.481889540700294 ], [ -4.670847901257301, 56.479764807504402 ], [ -4.668105881833422, 56.479805817990695 ], [ -4.660825260316172, 56.479049886071657 ], [ -4.65273591179002, 56.479268014915341 ], [ -4.648822118040557, 56.47904154170881 ], [ -4.645566885461089, 56.477425786904881 ], [ -4.642975273720755, 56.476708069267517 ], [ -4.640946954061115, 56.4769669587686 ], [ -4.639080528873023, 56.476049477183942 ], [ -4.643699199450988, 56.473457071578473 ], [ -4.646230304987052, 56.473308747139114 ], [ -4.649116673859741, 56.473714519676477 ], [ -4.651839880742192, 56.47364286891284 ], [ -4.655362726530027, 56.473046240781777 ], [ -4.65851048072055, 56.470686959885192 ], [ -4.65919347904106, 56.469656706706076 ], [ -4.66092435408375, 56.469215148658563 ], [ -4.664042261740756, 56.463890390371532 ], [ -4.665545632266665, 56.460092215198976 ], [ -4.666514137120738, 56.461518436496362 ], [ -4.675415450683965, 56.461358250456811 ], [ -4.684404042386145, 56.462665048450226 ], [ -4.68648803149024, 56.463208641919174 ], [ -4.689246401762436, 56.462268070047173 ], [ -4.691481713448402, 56.463113887233987 ], [ -4.693737479042762, 56.46516359540189 ], [ -4.69557057325061, 56.464912565958024 ], [ -4.695838885105493, 56.465490947726963 ], [ -4.700087953843, 56.467366892286798 ], [ -4.700490843566202, 56.466409901751533 ], [ -4.701972143141374, 56.465092381895914 ], [ -4.702945865873613, 56.463030919350437 ], [ -4.704886239012901, 56.461779755570966 ], [ -4.711885533376533, 56.460445036670343 ], [ -4.716193053430649, 56.459272244988775 ], [ -4.720832489420228, 56.458658261661753 ], [ -4.724693063013828, 56.459863299377858 ], [ -4.726420392692566, 56.459501781428521 ], [ -4.727820623548205, 56.457862151985466 ], [ -4.729695141450297, 56.457178276785278 ], [ -4.730381494238552, 56.45611157753131 ], [ -4.731209641725136, 56.456115816255839 ], [ -4.733340254242145, 56.454931905389053 ], [ -4.728991449996248, 56.453140180528706 ], [ -4.724091780281707, 56.449769536123867 ], [ -4.723055297162851, 56.446399336374093 ], [ -4.726352001159762, 56.440793908713822 ], [ -4.727547971229052, 56.440139350497972 ], [ -4.730655140693741, 56.43640836223944 ], [ -4.732124533511494, 56.435859187160453 ], [ -4.733404455144521, 56.43425358471557 ], [ -4.73593491510797, 56.433797813589194 ], [ -4.739912172827278, 56.434060531725152 ], [ -4.74006272049436, 56.434461666868351 ], [ -4.743079211495645, 56.435010657565805 ], [ -4.743837854040259, 56.435407323756237 ], [ -4.74681366813202, 56.435503228381535 ], [ -4.752905458798463, 56.437071381321523 ], [ -4.755437136217094, 56.436520809751997 ], [ -4.757886949962747, 56.436632630518467 ], [ -4.761689918600253, 56.435716596435263 ], [ -4.768090660669206, 56.436504152281053 ], [ -4.768499218664835, 56.435987203104055 ], [ -4.766892607577145, 56.435088297326878 ], [ -4.766600457439897, 56.433858950025765 ], [ -4.764586731246476, 56.432043323007065 ], [ -4.766043761572048, 56.432114192892357 ], [ -4.769101271219537, 56.431551604419631 ], [ -4.771223849243281, 56.430403138953693 ], [ -4.773276882296929, 56.430083099642438 ], [ -4.774674410745745, 56.429449628922349 ], [ -4.779853785208678, 56.428183134189041 ], [ -4.781617951637572, 56.427020048530899 ], [ -4.7839281379787, 56.427336714249542 ], [ -4.789938046409381, 56.42734094456091 ], [ -4.791422782647409, 56.425689651412654 ], [ -4.78960341450674, 56.423991384196015 ], [ -4.795186323826378, 56.422715151799402 ], [ -4.796730147724753, 56.420990551014071 ], [ -4.79861900331779, 56.416790872097593 ], [ -4.803803092051664, 56.416282742880419 ], [ -4.808225178083603, 56.417427521934648 ], [ -4.81167646742847, 56.41760995280179 ], [ -4.813167416778123, 56.416389676563448 ], [ -4.814496108539614, 56.414072000890634 ], [ -4.814872269957067, 56.41049511179682 ], [ -4.814153775080051, 56.408340755373452 ], [ -4.811800672680721, 56.408528980937511 ], [ -4.811993408206638, 56.407625780864727 ], [ -4.813217020516638, 56.406851988052004 ], [ -4.816394091244149, 56.406078752016043 ], [ -4.815400378049794, 56.405355299440963 ], [ -4.815631471136107, 56.40497254175407 ], [ -4.817290891127099, 56.404723609194924 ], [ -4.81674926658525, 56.403756194865409 ], [ -4.81738112108764, 56.402874462771145 ], [ -4.817321083513789, 56.402062386318811 ], [ -4.816153322897677, 56.399859827447891 ], [ -4.814285696857652, 56.398603441992371 ], [ -4.812653457485845, 56.398119175062448 ], [ -4.821231097163192, 56.394445729656795 ], [ -4.828119338756022, 56.392486561315856 ], [ -4.832151383777292, 56.390808032254093 ], [ -4.835164876117922, 56.390145890214157 ], [ -4.83590182071686, 56.387090957549105 ], [ -4.834603830466975, 56.382599506178771 ], [ -4.833257194161109, 56.381156213674025 ], [ -4.8340779784936, 56.379447627462341 ], [ -4.833560308392225, 56.378803316355835 ], [ -4.834237389372034, 56.378104712724429 ], [ -4.836669958702048, 56.376615393603402 ], [ -4.839158009886305, 56.376526942218014 ], [ -4.845314101379271, 56.375230702483897 ], [ -4.85437554979642, 56.370685335385012 ], [ -4.853226589750125, 56.36926915834227 ], [ -4.852569401870493, 56.369360695077496 ], [ -4.850167675282817, 56.368755326755092 ], [ -4.848585856790835, 56.368935526012926 ], [ -4.845012779855381, 56.368258116217334 ], [ -4.839845377271185, 56.368026137438363 ], [ -4.836483710442706, 56.367357120322907 ], [ -4.834765081802269, 56.366567731510465 ], [ -4.833890261203759, 56.366890656717686 ], [ -4.831737768526184, 56.366800560661659 ], [ -4.826866316043376, 56.364219807588732 ], [ -4.822184982682531, 56.362668200178057 ], [ -4.822526691662729, 56.36247165871238 ], [ -4.820940385242776, 56.361384250602363 ], [ -4.819227336819357, 56.361319885942649 ], [ -4.818781446059003, 56.360215478249721 ], [ -4.81388025291002, 56.358744970588134 ], [ -4.810208224878738, 56.355821740929606 ], [ -4.809748589219752, 56.356065865428043 ], [ -4.807724056924758, 56.355284850507935 ], [ -4.801266314935823, 56.35564229969188 ], [ -4.799969394007374, 56.352417859881974 ], [ -4.795019756151276, 56.347828783393695 ], [ -4.787131309426227, 56.344424739779846 ], [ -4.783190029197526, 56.34386622605453 ], [ -4.783550359767448, 56.343480620043429 ], [ -4.783020683332214, 56.342319556305831 ], [ -4.78044170510181, 56.33957315211984 ], [ -4.778750658609532, 56.339017886273275 ], [ -4.780606628901582, 56.338059420765333 ], [ -4.784724162480127, 56.336937732194983 ], [ -4.785638994315469, 56.335613854169864 ], [ -4.786372088947549, 56.33523782804459 ], [ -4.788459955413737, 56.334912189483106 ], [ -4.790789845753427, 56.334023785999378 ], [ -4.791412823920469, 56.333470444852367 ], [ -4.792836611025843, 56.333137229619958 ], [ -4.789992092512489, 56.328860010490658 ], [ -4.788902150450227, 56.32622852478935 ], [ -4.785916574729678, 56.323841940026192 ], [ -4.783741567188572, 56.323562793427435 ], [ -4.781156406267455, 56.323982224931356 ], [ -4.779134012323501, 56.323977306816488 ], [ -4.77451429744748, 56.323356472198334 ], [ -4.771337638774364, 56.324052307990016 ], [ -4.770661500551598, 56.323874194395955 ], [ -4.770494749458362, 56.324363291619207 ], [ -4.770037395042205, 56.324413972782445 ], [ -4.767431215660641, 56.324054304777938 ], [ -4.766978309160541, 56.324725063654647 ], [ -4.765118373553348, 56.324618313215971 ], [ -4.76240487477521, 56.325011453457634 ], [ -4.760771637852279, 56.324683861890328 ], [ -4.752979000137035, 56.325082094649439 ], [ -4.748515708779678, 56.32746426059802 ], [ -4.747708985795273, 56.328506819277663 ], [ -4.744172493789655, 56.330850271209393 ], [ -4.743583704221412, 56.331663265885453 ], [ -4.739913531054992, 56.331924299625989 ], [ -4.736056428385431, 56.33172197139919 ], [ -4.734909702658994, 56.331297899009691 ], [ -4.73302593243703, 56.331200178036426 ], [ -4.730688892153018, 56.330532691776405 ], [ -4.728548736130374, 56.329222667067171 ], [ -4.724984858768857, 56.328703445573311 ], [ -4.724117015764284, 56.327990011898635 ], [ -4.722795078146163, 56.328055042733631 ], [ -4.720964322193444, 56.327335795577142 ], [ -4.720351684754024, 56.326342590649404 ], [ -4.721010729682869, 56.324238373967425 ], [ -4.720722566585364, 56.323485212077756 ], [ -4.722257847471073, 56.32301104556452 ], [ -4.722758611027723, 56.322433782329107 ], [ -4.721865627757046, 56.321478208469102 ], [ -4.720900348144219, 56.322119606825673 ], [ -4.719306963812032, 56.322572562779897 ], [ -4.717666627105487, 56.322024355517385 ], [ -4.717095754213655, 56.322185189542019 ], [ -4.716977898982522, 56.324282002210637 ], [ -4.716354838714084, 56.325302340315744 ], [ -4.717215760763295, 56.325580055550262 ], [ -4.719244873098831, 56.329544196798466 ], [ -4.715919886763871, 56.329994675788114 ], [ -4.712274545168449, 56.328667949692182 ], [ -4.711086438852497, 56.328909684546311 ], [ -4.709016248154319, 56.328689849129987 ], [ -4.706986255711345, 56.326981576361383 ], [ -4.704713982981086, 56.325961657588131 ], [ -4.703723614576477, 56.326711321417406 ], [ -4.70209032097917, 56.326490818491997 ], [ -4.699609444918751, 56.324347360966172 ], [ -4.698429771996948, 56.324134895146749 ], [ -4.697778502241822, 56.323272754411384 ], [ -4.695716951656514, 56.322481772500225 ], [ -4.693345167860389, 56.322910890648124 ], [ -4.692705840843018, 56.322560782426237 ], [ -4.691948979349029, 56.322608699807567 ], [ -4.690387253480339, 56.323631329744629 ], [ -4.688577765964902, 56.323432455641246 ], [ -4.686188111347021, 56.323839352938684 ], [ -4.684394545134125, 56.324327654463097 ], [ -4.683977000150899, 56.325177084907892 ], [ -4.682556299497389, 56.325562901039305 ], [ -4.679128204775372, 56.325812394978541 ], [ -4.677250426601621, 56.32648666640344 ], [ -4.674455225702719, 56.325841521353944 ], [ -4.672092234167887, 56.326171169049239 ], [ -4.668843456238352, 56.32574690382306 ], [ -4.6673386833485, 56.326089415580398 ], [ -4.662904652008677, 56.324324357378494 ], [ -4.66230929129818, 56.323788896841393 ], [ -4.660800694694825, 56.323843797718446 ], [ -4.660957964670868, 56.323314623441824 ], [ -4.662021610059794, 56.322909770718425 ], [ -4.660898213156353, 56.322223873397235 ], [ -4.65970028748804, 56.322326011652322 ], [ -4.658484490925229, 56.321938679782555 ], [ -4.659052838736585, 56.320924319714116 ], [ -4.658810662665245, 56.320232956170827 ], [ -4.657923829234765, 56.319807096405761 ], [ -4.657799360827685, 56.318016676166309 ], [ -4.65730383730931, 56.317402652261961 ], [ -4.658985046856617, 56.316810200125197 ], [ -4.660797807007988, 56.315552485565661 ], [ -4.662737484292452, 56.315654586171839 ], [ -4.664620987500489, 56.31773521544693 ], [ -4.667756838740005, 56.319101258658783 ], [ -4.668884856457104, 56.317072629698721 ], [ -4.6710659334685, 56.316230153300744 ], [ -4.670759621970971, 56.315086301707311 ], [ -4.671643356900584, 56.314078554883523 ], [ -4.672580206859835, 56.314062826072195 ], [ -4.676718279197099, 56.312881375852605 ], [ -4.676993061807831, 56.310916051051329 ], [ -4.676092879954378, 56.310068174162808 ], [ -4.677033590673577, 56.309184985262036 ], [ -4.677402189507903, 56.308098453033836 ], [ -4.676419867347587, 56.307346729625941 ], [ -4.676410801030083, 56.306870561776968 ], [ -4.673171019764185, 56.304585719648294 ], [ -4.671871497593679, 56.304150897878124 ], [ -4.670674630293882, 56.302522939597758 ], [ -4.671463419935222, 56.302011577169431 ], [ -4.672579970024126, 56.302373955609994 ], [ -4.673925566834759, 56.302196590272622 ], [ -4.675026897118251, 56.300838073737978 ], [ -4.676112908942093, 56.300648318121929 ], [ -4.677626716558447, 56.299757221546834 ], [ -4.678429371720808, 56.299676937328151 ], [ -4.67863759183857, 56.300342037849184 ], [ -4.68078700505538, 56.299756218087396 ], [ -4.680544475861911, 56.299294094245539 ], [ -4.681757854799207, 56.298616176265121 ], [ -4.682124349022565, 56.297848746154379 ], [ -4.680626997514111, 56.296088077556256 ], [ -4.680282032732755, 56.294163124352657 ], [ -4.67953067096189, 56.293473835609618 ], [ -4.680105914719354, 56.292571564385149 ], [ -4.680122204552011, 56.290957860933368 ], [ -4.678594738308539, 56.289107942531281 ], [ -4.675712159017091, 56.289138848017188 ], [ -4.67458100366915, 56.288677949040725 ], [ -4.672475977117747, 56.288966105268123 ], [ -4.671639542402088, 56.288790924664035 ], [ -4.670053191447115, 56.289332986021847 ], [ -4.668141273991855, 56.288219267447808 ], [ -4.66666048128111, 56.288305115364757 ], [ -4.665448295180394, 56.287490855030029 ], [ -4.66333358110589, 56.287639750584994 ], [ -4.663067977733257, 56.286957886247819 ], [ -4.662691450883253, 56.286655903635996 ], [ -4.661990572878506, 56.286918152877298 ], [ -4.660681779362774, 56.285409357349906 ], [ -4.660879493427828, 56.28383670332861 ], [ -4.661615000007808, 56.283375979185671 ], [ -4.660321305145441, 56.281152311419838 ], [ -4.660955686004738, 56.280864536484678 ], [ -4.664413519024585, 56.280866521305633 ], [ -4.667086537753264, 56.279343886772523 ], [ -4.670401487484168, 56.281353109065989 ], [ -4.672096974126435, 56.28168501328522 ], [ -4.672675277620463, 56.281173687917814 ], [ -4.673501129015809, 56.281083941859059 ], [ -4.67522909799921, 56.2795680623137 ], [ -4.67703567432055, 56.279178453923599 ], [ -4.679652055207282, 56.277086024901031 ], [ -4.68078052864786, 56.276935745887975 ], [ -4.683068368732206, 56.277191745854658 ], [ -4.68418665412359, 56.278394358623146 ], [ -4.687570268548613, 56.278262482489389 ], [ -4.690195186410667, 56.278830105948671 ], [ -4.692915016106166, 56.278793407709252 ], [ -4.693838361701451, 56.278598039651079 ], [ -4.693806226125372, 56.277681955155792 ], [ -4.697141036848874, 56.274449986797357 ], [ -4.69779019373466, 56.270593420932784 ], [ -4.697468752504656, 56.261441551987176 ], [ -4.698273953474822, 56.25946008696242 ], [ -4.701163332953975, 56.256579244450414 ], [ -4.701432281252275, 56.25466788748782 ], [ -4.698591572104709, 56.245166535883939 ], [ -4.697094120891564, 56.242237615924807 ], [ -4.691814062507333, 56.234393685668024 ], [ -4.685548734712473, 56.219103624198006 ], [ -4.685042305150299, 56.215346803195366 ], [ -4.685666414229254, 56.212740169208054 ], [ -4.686440808229008, 56.211590836005193 ], [ -4.690380824300115, 56.208274798930809 ], [ -4.694961183252077, 56.20359194606197 ], [ -4.695767718221891, 56.201276080606462 ], [ -4.695383409532744, 56.199177635114879 ], [ -4.690537264779707, 56.193062529026392 ], [ -4.688891993380137, 56.189363758348982 ], [ -4.687685184196915, 56.187781132482364 ], [ -4.675745115064065, 56.177070250390848 ], [ -4.672771862050241, 56.174865105927744 ], [ -4.655606797905325, 56.164997836157674 ], [ -4.655283337328238, 56.163112794125077 ], [ -4.657554468264395, 56.158799091117395 ], [ -4.657320060592379, 56.157037969835073 ], [ -4.65502686776712, 56.153680792858438 ], [ -4.650879154302785, 56.150394856625233 ], [ -4.65177240772212, 56.14641641641893 ], [ -4.651302161680111, 56.143914335627805 ], [ -4.650014618171793, 56.141699439123215 ], [ -4.644436712848139, 56.135846425847369 ], [ -4.642795984430326, 56.1335176842355 ], [ -4.642080148374029, 56.13117812149877 ], [ -4.642030211749083, 56.125876206673716 ], [ -4.641166276706977, 56.123485879377746 ], [ -4.637486701539676, 56.120508593197535 ], [ -4.63275556240753, 56.118497385344583 ], [ -4.621979442799878, 56.11713136635197 ], [ -4.605002261138698, 56.11600329278221 ], [ -4.599753433535009, 56.115345476074772 ], [ -4.596571797508093, 56.114684416522493 ], [ -4.594165636796936, 56.113831714963922 ], [ -4.590439940371897, 56.110889097434004 ], [ -4.589133989476029, 56.107851595375216 ], [ -4.590875727291993, 56.104139854732026 ], [ -4.604412666730727, 56.090498704100675 ], [ -4.605325406223658, 56.088897538554647 ], [ -4.605010652491171, 56.088045824944395 ], [ -4.603970954109739, 56.087290304480675 ], [ -4.59820439244834, 56.084233696958528 ], [ -4.599638433049233, 56.077390550107545 ], [ -4.602832206615959, 56.070271174447122 ], [ -4.607986986534526, 56.063967711894072 ], [ -4.615005945713136, 56.057984921317711 ], [ -4.619544790939617, 56.052456176280856 ], [ -4.620889897933807, 56.049887549250656 ], [ -4.621956755730593, 56.045020259889725 ], [ -4.621448568801543, 56.042145868232552 ], [ -4.620105430353107, 56.039388089137411 ], [ -4.614082524176455, 56.032240027147346 ], [ -4.601549110449927, 56.020230960230265 ], [ -4.609978456855609, 56.015085023342756 ], [ -4.610600320141755, 56.014075966542869 ], [ -4.614203231329692, 56.01418116512167 ], [ -4.614913308718559, 56.013315822293883 ], [ -4.61653817355014, 56.013071016432576 ], [ -4.618978193852405, 56.01173747982093 ], [ -4.622095387841977, 56.011212806227476 ], [ -4.624520125219789, 56.010415177625298 ], [ -4.6296889163957, 56.009981428321112 ], [ -4.629968525184003, 56.009067652731311 ], [ -4.624634544428334, 56.007963457036936 ], [ -4.622607218985809, 56.006716807927695 ], [ -4.623186011043256, 56.006120257164511 ], [ -4.628354714397358, 56.004158562696261 ], [ -4.630347470038999, 56.002677931326744 ], [ -4.634387420989432, 56.003467989446825 ], [ -4.636886670414143, 56.004362798068939 ], [ -4.638914455255114, 56.004458711661385 ], [ -4.641537074639863, 56.005395727280842 ], [ -4.652952807325145, 56.008112150902519 ], [ -4.654540027041388, 56.00646008365586 ], [ -4.658613568170676, 56.003990376828689 ], [ -4.6599081107065, 56.002753516207882 ], [ -4.654277158535676, 56.001225575198518 ], [ -4.655991251912077, 55.999206725038412 ], [ -4.653723820117007, 55.998419663826255 ], [ -4.65026410654854, 55.998723321571966 ], [ -4.649470960622936, 55.999086425807214 ], [ -4.645630696427244, 55.998517283437792 ], [ -4.641625314206593, 55.999169471128617 ], [ -4.639888281468937, 55.998981988581946 ], [ -4.637713860447343, 55.999554363245757 ], [ -4.637807557785581, 55.998105250034293 ], [ -4.639021947524062, 55.996038915909978 ], [ -4.64180491603627, 55.994046807182265 ], [ -4.637652410266156, 55.992510689077655 ], [ -4.635006090305087, 55.991870719450333 ], [ -4.633831623479004, 55.992050427588659 ], [ -4.624722704944928, 55.98620561063899 ], [ -4.617556922780173, 55.989072493185496 ], [ -4.616246647436954, 55.987361105001291 ], [ -4.618516481986635, 55.984957077079549 ], [ -4.614368028077553, 55.98086386325221 ], [ -4.616615933665663, 55.979420271690913 ], [ -4.616903502114812, 55.977697414872353 ], [ -4.618919100316988, 55.976378255393229 ], [ -4.621809516583005, 55.975150102022155 ], [ -4.625020240235074, 55.972406826486704 ], [ -4.621361645165028, 55.970853371373522 ], [ -4.619243041744745, 55.9704777888618 ], [ -4.620026217460797, 55.968905270479596 ], [ -4.617944706485067, 55.968365292194747 ], [ -4.615026371270569, 55.967013435050781 ], [ -4.613967484599856, 55.966901087491834 ], [ -4.612372077966108, 55.96353738824525 ], [ -4.610315607478254, 55.962768453418569 ], [ -4.609277895834111, 55.962706850994373 ], [ -4.605921194726574, 55.960567716539416 ], [ -4.605727679396391, 55.959715234872711 ], [ -4.603848518478946, 55.958813912750216 ], [ -4.603106996466558, 55.958866439169768 ], [ -4.602248152305746, 55.958030709645492 ], [ -4.605721025146847, 55.953848771833648 ], [ -4.60712612781904, 55.951253796810889 ], [ -4.607751245011035, 55.948544094459749 ], [ -4.608650654860128, 55.94874615516769 ], [ -4.609644740387266, 55.946570613988108 ], [ -4.612324994549685, 55.94695870126494 ], [ -4.615998997550236, 55.948091422272604 ], [ -4.617734714721358, 55.949386595623686 ], [ -4.620534873791349, 55.949672188589446 ], [ -4.621010824553029, 55.950433251867715 ], [ -4.623058089085768, 55.95135679832228 ], [ -4.633113901444721, 55.951880135313246 ], [ -4.637681286628237, 55.953482978060173 ], [ -4.647143125407521, 55.955947690662335 ], [ -4.648269935552175, 55.956494223759982 ], [ -4.649410311641087, 55.95766064949683 ], [ -4.650368466102276, 55.957918671641401 ], [ -4.649929249545286, 55.958501578073808 ], [ -4.650936449650533, 55.958141042599003 ], [ -4.654655071822102, 55.960243312350343 ], [ -4.658113662458934, 55.960067147761855 ], [ -4.665268342765101, 55.95827664084058 ], [ -4.666455668917452, 55.958370485243833 ], [ -4.670461081552863, 55.960040927814177 ], [ -4.672737689101598, 55.961383844131561 ], [ -4.674063036565371, 55.961479115371738 ], [ -4.674850941167164, 55.962191863301605 ], [ -4.675398670085783, 55.962233896884477 ], [ -4.674937126553138, 55.962790415897977 ], [ -4.676499123207964, 55.965893430393379 ], [ -4.678860534082629, 55.96775931842857 ], [ -4.681591244606523, 55.969052652658043 ], [ -4.682512844624667, 55.970534547297753 ], [ -4.683640009559409, 55.970887508070518 ], [ -4.68628248145044, 55.971318878423254 ], [ -4.688530228164018, 55.971188943129341 ], [ -4.689014508241231, 55.969668317754859 ], [ -4.690502935241689, 55.968576079993213 ], [ -4.694214278417372, 55.96849945049695 ], [ -4.694996041793609, 55.967826192216528 ], [ -4.699150466509366, 55.967876341936282 ], [ -4.700191791827304, 55.967249494162182 ], [ -4.701693465850139, 55.967272293126328 ], [ -4.702743821483836, 55.968659538795549 ], [ -4.704683612122349, 55.96983759255216 ], [ -4.705068093968269, 55.972382771593068 ], [ -4.702697010418862, 55.974145321424757 ], [ -4.701026229526562, 55.974459711067233 ], [ -4.700708943632015, 55.975265740609636 ], [ -4.700272414288373, 55.975373284394692 ], [ -4.698983569600602, 55.974521561419543 ], [ -4.694063459552619, 55.973221676197198 ], [ -4.693097618754718, 55.973416272674406 ], [ -4.691209204366305, 55.973136657570684 ], [ -4.690413126896662, 55.97326011068165 ], [ -4.690728915355458, 55.973468036367947 ], [ -4.689006113737793, 55.973495769124312 ], [ -4.688221130334852, 55.974033331528283 ], [ -4.68725273670086, 55.974099402996011 ], [ -4.68722514136413, 55.974625826929426 ], [ -4.685093486995129, 55.975693392363311 ], [ -4.686994932313479, 55.976390778806739 ], [ -4.687115773439293, 55.976931042668724 ], [ -4.688284336236904, 55.977715402772489 ], [ -4.693789811863508, 55.978598245056254 ], [ -4.694726971295321, 55.979786691861399 ], [ -4.695403237946212, 55.979851894276436 ], [ -4.695953297559395, 55.9804070277116 ], [ -4.695054051652639, 55.980685569996517 ], [ -4.695829432769935, 55.982542691506886 ], [ -4.694125473444131, 55.984436973176898 ], [ -4.694292923441697, 55.985345635603096 ], [ -4.694482737471177, 55.985630911458522 ], [ -4.695894567563979, 55.985919115141314 ], [ -4.695634587061571, 55.986284340434501 ], [ -4.697260604441157, 55.988771803355817 ], [ -4.700194258769047, 55.991702488985695 ], [ -4.702646337565236, 55.993035642622282 ], [ -4.704471981884994, 55.993549272394802 ], [ -4.706376726098684, 55.993564976410461 ], [ -4.707966808721032, 55.992475696146634 ], [ -4.710943288913368, 55.994170182939413 ], [ -4.712568013015694, 55.994652161082826 ], [ -4.715576007298031, 55.993887501170789 ], [ -4.714457850414552, 55.994385831262342 ], [ -4.714636830380602, 55.994628172084433 ], [ -4.716449822099857, 55.994226879795804 ], [ -4.714106737638962, 55.994890627610062 ], [ -4.713511335595043, 55.995434060064142 ], [ -4.716867990773163, 55.997031050289884 ], [ -4.719909999354441, 55.999053760383823 ], [ -4.724638654331982, 56.001173944764389 ], [ -4.72751351275538, 56.001793471818502 ], [ -4.728635458209983, 56.001552910080598 ], [ -4.731463358474296, 56.001960358322926 ], [ -4.731533037711648, 56.00174308978621 ], [ -4.733829987838423, 56.002377077561171 ], [ -4.73469479595842, 56.002084638210185 ], [ -4.735359523555748, 56.00114047266063 ], [ -4.737046712510194, 56.001635129671207 ], [ -4.737627670504871, 56.00116291121553 ], [ -4.73739978550704, 56.0008893296406 ], [ -4.737917001723865, 56.001012666753198 ], [ -4.736343834326089, 56.002969354447323 ], [ -4.74687935453152, 56.004791539520042 ], [ -4.75376545323302, 56.005320086504348 ], [ -4.758975072077447, 56.007217901840022 ], [ -4.761299182406727, 56.007726735859869 ], [ -4.761844692104312, 56.008311353455504 ], [ -4.761267321387272, 56.009055961516971 ], [ -4.761531494992486, 56.009857216475034 ], [ -4.762874540929528, 56.010645075538257 ], [ -4.761732949757944, 56.011375367046483 ], [ -4.76256596543353, 56.011446583189368 ], [ -4.763739291523228, 56.012485423744209 ], [ -4.766132551557438, 56.013103179802506 ], [ -4.767959819544139, 56.012739464734935 ], [ -4.768715646240303, 56.012045646238732 ], [ -4.76910469778438, 56.012190610471279 ], [ -4.768142190391401, 56.012731773317412 ], [ -4.768307927843601, 56.013253883340084 ], [ -4.769912924232204, 56.013662757691385 ], [ -4.770840501177597, 56.013641907404001 ], [ -4.772336707757867, 56.01282355548129 ], [ -4.773627471617218, 56.012810693214526 ], [ -4.773967623155381, 56.012452481912327 ], [ -4.774895646692839, 56.01270664216711 ], [ -4.77552007664624, 56.013693912848119 ], [ -4.776596955587759, 56.014322230254095 ], [ -4.777385412712263, 56.015693206108331 ], [ -4.780514237955289, 56.01662579011883 ], [ -4.784478501378553, 56.016210006374472 ], [ -4.787583208148067, 56.015090850833047 ], [ -4.784830851875364, 56.018027637339735 ], [ -4.784309706405334, 56.019259168473454 ], [ -4.786804917391754, 56.022037793257596 ], [ -4.787193567581621, 56.024490093875507 ], [ -4.787910703636458, 56.025687342053189 ], [ -4.790598364699383, 56.026897520185535 ], [ -4.792493416781572, 56.027332800827139 ], [ -4.793370860632891, 56.028857170087811 ], [ -4.794731982777278, 56.029610129566315 ], [ -4.794786573852522, 56.03016528931164 ], [ -4.799097696290986, 56.033302493844076 ], [ -4.803831649833434, 56.039291930785886 ], [ -4.807039035520387, 56.044894394230909 ], [ -4.811278795011155, 56.047168562842081 ], [ -4.817145053326464, 56.052049015845121 ], [ -4.817715495443753, 56.052052161982317 ], [ -4.818387875602908, 56.052703756976726 ], [ -4.818667535424785, 56.052353996777164 ], [ -4.81854666889093, 56.052810688469926 ], [ -4.819134895579022, 56.052859264017393 ], [ -4.820272563429262, 56.055900192773279 ], [ -4.819799809127662, 56.057587394715142 ], [ -4.819103537832549, 56.057622189590852 ], [ -4.819739466464296, 56.057728998038492 ], [ -4.818588005038312, 56.061100909420944 ], [ -4.817133783888123, 56.062242440410209 ], [ -4.816631943069902, 56.063225578462045 ], [ -4.817293347466408, 56.065177193904546 ], [ -4.819925697686193, 56.066986681616591 ], [ -4.821360104409934, 56.067529153565744 ], [ -4.823184483594094, 56.067580889862448 ], [ -4.824840112046077, 56.067983427850336 ], [ -4.825093570993677, 56.067670209245335 ], [ -4.823399924695933, 56.067165175134505 ], [ -4.825994900386223, 56.067778099187734 ], [ -4.82597331121607, 56.06836106142125 ], [ -4.827242267260377, 56.069626353180325 ], [ -4.827062831975641, 56.070138327520198 ], [ -4.8280593656134, 56.072114569396199 ], [ -4.828265922375376, 56.077761026626021 ], [ -4.828875512898651, 56.078906590191764 ], [ -4.830276067468342, 56.079264573862673 ], [ -4.830759906922045, 56.079878186488131 ], [ -4.835857268360375, 56.08003526646911 ], [ -4.835941232720455, 56.08058704092641 ], [ -4.836913540110694, 56.079753902515094 ], [ -4.83728221635159, 56.080024073670813 ], [ -4.836973107907278, 56.079689611593039 ], [ -4.837559719499164, 56.079710276600728 ], [ -4.83836957969597, 56.079226029417235 ], [ -4.838796683987066, 56.078564518953513 ], [ -4.837342992803495, 56.072917091765447 ], [ -4.838295393812381, 56.072406193242919 ], [ -4.838120858212194, 56.071693807687232 ], [ -4.839026350189815, 56.071266678623232 ], [ -4.839298689986919, 56.069791650792851 ], [ -4.840029917349765, 56.06915908740654 ], [ -4.839650830794304, 56.066387599159306 ], [ -4.8404826046289, 56.065724851807694 ], [ -4.840283244490108, 56.063168550176314 ], [ -4.840822950965037, 56.062817243802627 ], [ -4.841855779241687, 56.059976374172777 ], [ -4.841814003162251, 56.05881958544326 ], [ -4.838083955735595, 56.051218307270766 ], [ -4.830129174388656, 56.041014656462671 ], [ -4.825826645047369, 56.033585282952373 ], [ -4.823402163440701, 56.031230955458248 ], [ -4.82035306124101, 56.027110209284999 ], [ -4.814180663697381, 56.022077376411012 ], [ -4.810931127863214, 56.016831109086546 ], [ -4.8062150947211, 56.012899953538799 ], [ -4.80182970235507, 56.012567373442728 ], [ -4.799849811494343, 56.012924275967663 ], [ -4.799846166130449, 56.013450196712263 ], [ -4.799373856385263, 56.013021379117461 ], [ -4.798470454792277, 56.013021221756539 ], [ -4.798315350799786, 56.012651713402384 ], [ -4.798139476599002, 56.012948737507323 ], [ -4.795626610790482, 56.012548240721863 ], [ -4.796385369045867, 56.009971052316054 ], [ -4.796303644992232, 56.007930679232665 ], [ -4.793527033311224, 56.005117276316916 ], [ -4.791978885530098, 56.005161350351294 ], [ -4.792158783987916, 56.004830985642457 ], [ -4.793268088603696, 56.004819328945182 ], [ -4.793496355771204, 56.00458134792958 ], [ -4.792245096140541, 56.004604313190704 ], [ -4.791815845301902, 56.004347075293616 ], [ -4.792086245232989, 56.003825898150865 ], [ -4.793606196386209, 56.003680889293612 ], [ -4.793467321129787, 56.001735292600834 ], [ -4.792860521346415, 56.000840291951505 ], [ -4.791027366439716, 56.000311046219032 ], [ -4.788289229371703, 56.00164672898039 ], [ -4.785920656273883, 56.000253127740805 ], [ -4.784726237041435, 56.000083274859975 ], [ -4.78262268405078, 56.000832808818245 ], [ -4.780906147207892, 56.000875154875395 ], [ -4.778186614881838, 56.001536939641056 ], [ -4.77492164392513, 56.003407332690472 ], [ -4.774096060133643, 56.001826845171244 ], [ -4.770934434396201, 56.001111476160489 ], [ -4.768193116709377, 55.998130445458564 ], [ -4.768012167113041, 55.996923744801556 ], [ -4.768516024238814, 55.995805926831068 ], [ -4.771175116941524, 55.995400988403922 ], [ -4.771945281719763, 55.99493513227759 ], [ -4.771922246452799, 55.992978827014312 ], [ -4.770552659173166, 55.991186738917001 ], [ -4.767404470939602, 55.99055637945068 ], [ -4.766965852043016, 55.989602651215385 ], [ -4.767643004379409, 55.988935766980177 ], [ -4.767819992096408, 55.987867538553864 ], [ -4.768553303985472, 55.987470843314341 ], [ -4.773643600679709, 55.987323990826248 ], [ -4.774591887116445, 55.988585316930063 ], [ -4.775643338499802, 55.988332422873917 ], [ -4.776642086005983, 55.988641598859346 ], [ -4.777526809807531, 55.988009529695411 ], [ -4.779033629506768, 55.9881139751229 ], [ -4.779465795268928, 55.988616579266932 ], [ -4.780156708855517, 55.988725033657488 ], [ -4.784960533510725, 55.986377460791616 ], [ -4.787935413128872, 55.98571512562453 ], [ -4.793056199981535, 55.985105656785265 ], [ -4.798926703022733, 55.985376015344436 ], [ -4.800827138425553, 55.9844941766939 ], [ -4.800550713086015, 55.98404203637245 ], [ -4.80122524604811, 55.983547601629219 ], [ -4.800893021803052, 55.983387965333165 ], [ -4.803325840550366, 55.982619822740126 ], [ -4.807933790327086, 55.98288431504308 ], [ -4.81153329175162, 55.983634575753712 ], [ -4.814638346881562, 55.983911536657459 ], [ -4.81565742095897, 55.984806001519047 ], [ -4.818006267201853, 55.9854201602449 ], [ -4.818807287695086, 55.984991946889984 ], [ -4.818461096445459, 55.984751777642998 ], [ -4.819494086450449, 55.984889039186172 ], [ -4.822164208128947, 55.984058460381512 ], [ -4.825872340492652, 55.983699297873081 ], [ -4.834960383688466, 55.983589368621814 ], [ -4.839308208153099, 55.984368343291763 ], [ -4.843894147787876, 55.986181678775708 ], [ -4.84617548261798, 55.986371692633114 ], [ -4.851890483231683, 55.989027870300156 ], [ -4.853397150466385, 55.990257716839835 ], [ -4.854196803180375, 55.991619883521153 ], [ -4.853867567403665, 55.991896277377954 ], [ -4.854208915071997, 55.991892864405536 ], [ -4.854477953692806, 55.993931597922895 ], [ -4.853440653196509, 55.995568227150649 ], [ -4.853520771018383, 55.996894025899067 ], [ -4.852118361658274, 56.000042032542105 ], [ -4.852899582450625, 56.002348463804992 ], [ -4.854229132856418, 56.003779261450227 ], [ -4.854007725161532, 56.004235629974374 ], [ -4.854559693450694, 56.00415003493174 ], [ -4.856297248491221, 56.005173153090773 ], [ -4.857215570373056, 56.006289853047534 ], [ -4.8630814347872, 56.009957795986097 ], [ -4.862981583253889, 56.010364614917876 ], [ -4.866425722509453, 56.012280982886992 ], [ -4.866122994058038, 56.012461509058802 ], [ -4.867077029475014, 56.013534163081417 ], [ -4.868199079053966, 56.017953055188642 ], [ -4.867982843265404, 56.019300126253796 ], [ -4.86601205117956, 56.023262419004929 ], [ -4.865821900433302, 56.026824631773316 ], [ -4.866449803819528, 56.030010065866485 ], [ -4.865998366087633, 56.031759007283512 ], [ -4.867835691304759, 56.033542813272838 ], [ -4.866800172605794, 56.034538594029293 ], [ -4.867529044936571, 56.037913136832771 ], [ -4.87026664427365, 56.040894856134557 ], [ -4.870208115132277, 56.042484549660045 ], [ -4.870660361870775, 56.042670876518429 ], [ -4.870306660114577, 56.0428166409298 ], [ -4.870748162118642, 56.043506593608484 ], [ -4.873832125010781, 56.044702177908846 ], [ -4.876232024073802, 56.045378809075586 ], [ -4.876509973722029, 56.045186255145921 ], [ -4.877746467758805, 56.045702127045963 ], [ -4.878455730046187, 56.046211420004134 ], [ -4.878634000817717, 56.047525926085143 ], [ -4.881265626328749, 56.049432124374221 ], [ -4.880556860417566, 56.052742208826999 ], [ -4.881119889028004, 56.054023452997384 ], [ -4.880022453352334, 56.058175879451575 ], [ -4.876687147908829, 56.06231309537597 ], [ -4.875954306952475, 56.062655583800961 ], [ -4.874458901410068, 56.064689566491936 ], [ -4.873295430927122, 56.065550842406942 ], [ -4.872918637054533, 56.06651153802953 ], [ -4.871482238848706, 56.067442074503241 ], [ -4.869251897552523, 56.069928154534878 ], [ -4.866268021083327, 56.073762046633462 ], [ -4.865600932206723, 56.076097557189406 ], [ -4.863631121267566, 56.079138370035679 ], [ -4.861697795747299, 56.080486610141826 ], [ -4.860938566011814, 56.082495236452424 ], [ -4.859425678832236, 56.08427054057956 ], [ -4.859292480042627, 56.08566149492917 ], [ -4.854769266596662, 56.089515457871642 ], [ -4.853588367682433, 56.09228614435866 ], [ -4.851799501698965, 56.094361658018698 ], [ -4.851294539849166, 56.096622311307691 ], [ -4.85038283825939, 56.097841574449639 ], [ -4.847791273689309, 56.099223655587693 ], [ -4.845576870656486, 56.099704402856354 ], [ -4.844491681752322, 56.103109180203433 ], [ -4.842033574328697, 56.105872316237672 ], [ -4.841950296165171, 56.107491301459035 ], [ -4.841035957952484, 56.108813018730828 ], [ -4.841349361648875, 56.109223777843638 ], [ -4.839943560434302, 56.110688034833551 ], [ -4.83902243458842, 56.113469653601356 ], [ -4.837439979170257, 56.114439069928267 ], [ -4.836359750324236, 56.114648167545084 ], [ -4.833763769236502, 56.116866876743565 ], [ -4.832971264191824, 56.116592039200683 ], [ -4.830035404429118, 56.11793398235092 ], [ -4.828312544034695, 56.118136167946524 ], [ -4.826433661490482, 56.119720759823515 ], [ -4.825924260326239, 56.119335125658267 ], [ -4.823615644658738, 56.121030182827589 ], [ -4.819809616947326, 56.124869937517218 ], [ -4.818409830307497, 56.127358492875963 ], [ -4.818647304145887, 56.128008340420735 ], [ -4.818097524242702, 56.128456839809324 ], [ -4.817711619560874, 56.131628738577987 ], [ -4.816853672887782, 56.133695920381193 ], [ -4.810787000625744, 56.143087929498883 ], [ -4.807998356587036, 56.145690647727541 ], [ -4.807412076034966, 56.14703428512216 ], [ -4.798995672171241, 56.155512770983222 ], [ -4.795632876380909, 56.15810572442134 ], [ -4.793371709723178, 56.160747374418818 ], [ -4.791710331196859, 56.161425818772301 ], [ -4.787817978762583, 56.164727120237586 ], [ -4.78712156748781, 56.166342785561525 ], [ -4.781728465518046, 56.172963014883493 ], [ -4.780647099020816, 56.176501843806271 ], [ -4.779372025202401, 56.177699035059497 ], [ -4.774890521367804, 56.180019920753026 ], [ -4.771647898124043, 56.18343640071064 ], [ -4.77130294518892, 56.184351968128347 ], [ -4.770115947819172, 56.184989799141263 ], [ -4.769274705341486, 56.186959140610711 ], [ -4.767457546933202, 56.187017832795625 ], [ -4.76386346600273, 56.188815064245539 ], [ -4.76192810690027, 56.189024626035902 ], [ -4.75871304757613, 56.190381787401392 ], [ -4.754453570785429, 56.19264390558692 ], [ -4.751741655039039, 56.193538446521259 ], [ -4.748474241794816, 56.195796229173702 ], [ -4.748133814039146, 56.196558820065817 ], [ -4.748735312588441, 56.198002449943495 ], [ -4.748435373011546, 56.198767736017736 ], [ -4.746317181528193, 56.200103752938674 ], [ -4.745307481178642, 56.201632629066793 ], [ -4.745406049204201, 56.202447477107619 ], [ -4.744335257318404, 56.203122912561106 ], [ -4.744028874883221, 56.204995688373117 ], [ -4.744875250296453, 56.205872128889268 ], [ -4.745613685089284, 56.206140655760024 ], [ -4.746256134212999, 56.206014027866125 ], [ -4.746252898510074, 56.206893156596855 ], [ -4.747235782491343, 56.20622774929975 ], [ -4.747950404810756, 56.206861717410007 ], [ -4.749855630488222, 56.206690808535555 ], [ -4.755000058095379, 56.202173751024645 ], [ -4.756749095843102, 56.199314204065708 ], [ -4.760158152308766, 56.197594136842241 ], [ -4.762120014874119, 56.197298626565036 ], [ -4.761428103422948, 56.196869166218242 ], [ -4.763826857666587, 56.196932387619697 ], [ -4.76591501769499, 56.196040758385244 ], [ -4.767595498736966, 56.196093016106175 ], [ -4.775541903788794, 56.19283176095724 ], [ -4.780032855356811, 56.189953378327459 ], [ -4.778092086265382, 56.187970140403252 ], [ -4.778545142266795, 56.187213913466728 ], [ -4.780315390051265, 56.186284235781201 ], [ -4.782366715931555, 56.18752340395308 ], [ -4.782139769189956, 56.186993702479619 ], [ -4.780822036729783, 56.18638069479104 ], [ -4.781331416009277, 56.185735544322064 ], [ -4.785520081688452, 56.186041165609467 ], [ -4.786223154456919, 56.185845543531713 ], [ -4.787132710187926, 56.183497019068561 ], [ -4.789152400684084, 56.182678431964192 ], [ -4.790543338972274, 56.181303246552076 ], [ -4.790920261625375, 56.177838665234241 ], [ -4.792121861535334, 56.175523945499663 ], [ -4.792965806480908, 56.174830731337003 ], [ -4.795688704181118, 56.173829840795186 ], [ -4.797560937519467, 56.172654903841021 ], [ -4.797199412318261, 56.171229425591818 ], [ -4.798463641819591, 56.170823273601769 ], [ -4.798600149570192, 56.169444939864249 ], [ -4.800515202210596, 56.166871269907979 ], [ -4.803284855151281, 56.165527577382349 ], [ -4.805118430914027, 56.162506251121684 ], [ -4.807717478235406, 56.160928130910456 ], [ -4.80802200071638, 56.159914490950392 ], [ -4.8095921203107, 56.158476568592533 ], [ -4.810980270478456, 56.15807645021323 ], [ -4.811106162064339, 56.157264614874755 ], [ -4.813749735825826, 56.155972979586132 ], [ -4.816847451482404, 56.153187812370426 ], [ -4.816779775411353, 56.152263532721356 ], [ -4.817698558448772, 56.15150550836028 ], [ -4.817395233600078, 56.15000234769763 ], [ -4.819310483786116, 56.149109213579798 ], [ -4.821127801120435, 56.146178773789366 ], [ -4.821410486803387, 56.144412347408959 ], [ -4.824121026904148, 56.143325680225779 ], [ -4.826530172410513, 56.141403618031589 ], [ -4.827744001291859, 56.137370493873803 ], [ -4.827542151638912, 56.134578755193829 ], [ -4.828757886132608, 56.132612955961072 ], [ -4.829431174663642, 56.130144527639978 ], [ -4.828703235145276, 56.127925735643871 ], [ -4.831731120910957, 56.125023093125947 ], [ -4.832137854585747, 56.123551308089112 ], [ -4.833020914252288, 56.122998915535305 ], [ -4.834319658897772, 56.122934943834018 ], [ -4.836579923422309, 56.123581442530281 ], [ -4.838909893634741, 56.123600685947132 ], [ -4.838875213301706, 56.123304857326083 ], [ -4.841270481521881, 56.122115374255955 ], [ -4.843354425091558, 56.119980213514097 ], [ -4.847366605890506, 56.117965937930599 ], [ -4.848963322759668, 56.11584191364561 ], [ -4.850022693385831, 56.1153077953986 ], [ -4.850136652271211, 56.11476044762734 ], [ -4.853316886923937, 56.112755288088152 ], [ -4.857881787134201, 56.103699570526047 ], [ -4.861608655668892, 56.100474325175981 ], [ -4.862608821928314, 56.100212025176802 ], [ -4.865421196416722, 56.100703154036651 ], [ -4.867879647162902, 56.102856381944697 ], [ -4.872475485265428, 56.104484322058291 ], [ -4.874654973430788, 56.104635817339776 ], [ -4.883029710543365, 56.104070100610777 ], [ -4.882836128160388, 56.104471030409485 ], [ -4.884010747666944, 56.10501437419299 ], [ -4.885658218503818, 56.108091388791088 ], [ -4.886858192205855, 56.109142882173913 ], [ -4.8887124100627, 56.114285151473183 ], [ -4.890866693973607, 56.118230246744005 ], [ -4.891565696122373, 56.122976156477513 ], [ -4.89095078791019, 56.125846310512209 ], [ -4.888577494158713, 56.128534695817848 ], [ -4.886325866069956, 56.129758605699514 ], [ -4.884074298930414, 56.133219782961575 ], [ -4.882685166685197, 56.138937637857616 ], [ -4.882824711926856, 56.139897977467513 ], [ -4.883428138476424, 56.140409730185581 ], [ -4.882608792425933, 56.14152909008039 ], [ -4.882845078854926, 56.142835036697221 ], [ -4.88390974313333, 56.144989054767237 ], [ -4.883705729253485, 56.145382135148552 ], [ -4.884977312475968, 56.14625670252812 ], [ -4.887031885674927, 56.15099880583238 ], [ -4.891475686006675, 56.154029222819013 ], [ -4.895784227901697, 56.157863562061983 ], [ -4.898356491401943, 56.162757850969953 ], [ -4.901240265432728, 56.164939142275543 ], [ -4.900811810249548, 56.169978512030099 ], [ -4.902807868502387, 56.170872679606994 ], [ -4.90626518910658, 56.170973852336374 ], [ -4.907886133666578, 56.172507847650373 ], [ -4.906523403971114, 56.173664423067862 ], [ -4.908119952829387, 56.172701894804888 ], [ -4.907778284103282, 56.171508132469484 ], [ -4.909942857126237, 56.170388383819073 ], [ -4.911762761668072, 56.168740087465004 ], [ -4.913320302399465, 56.168627852685951 ], [ -4.912797943720575, 56.168389383882669 ], [ -4.91491522498137, 56.167096274983784 ], [ -4.917700970807372, 56.164020127088193 ], [ -4.917318466032595, 56.162864206133214 ], [ -4.91550243971938, 56.162071126570311 ], [ -4.914899232510578, 56.161190074837897 ], [ -4.916957791840622, 56.161167537683639 ], [ -4.914519085867623, 56.160722637243154 ], [ -4.913036287392081, 56.157585454748407 ], [ -4.912112696109245, 56.157193750413995 ], [ -4.911109384747976, 56.156131552473212 ], [ -4.909290115381857, 56.155332170899619 ], [ -4.909118638843349, 56.154662046973485 ], [ -4.907487435987639, 56.154282482922248 ], [ -4.907815352121195, 56.153933185561044 ], [ -4.906683192634006, 56.153123877774632 ], [ -4.906874720811708, 56.152845209521331 ], [ -4.905362612394187, 56.150885273353481 ], [ -4.902317642120307, 56.149266979802384 ], [ -4.901507407602749, 56.147811852906912 ], [ -4.900302712884996, 56.14721093761711 ], [ -4.899992464026537, 56.146085632066985 ], [ -4.900645427319406, 56.145135455524638 ], [ -4.900965559846436, 56.142013302459453 ], [ -4.901681275670803, 56.141362770464156 ], [ -4.90158968172753, 56.140681771153787 ], [ -4.900328570383976, 56.139542854020831 ], [ -4.90061311432842, 56.137657501433857 ], [ -4.901528544371783, 56.136453956950284 ], [ -4.901170906866349, 56.13544662232129 ], [ -4.902314779470156, 56.134498378712259 ], [ -4.901783187317977, 56.133211986366881 ], [ -4.904940590973925, 56.131964682089723 ], [ -4.907988831384126, 56.12980749523139 ], [ -4.907916756219805, 56.128959744598859 ], [ -4.908326538043568, 56.12875952651148 ], [ -4.907854030334194, 56.128448856419936 ], [ -4.908660320253539, 56.128043338532322 ], [ -4.90891778367986, 56.126338373499081 ], [ -4.908326180129327, 56.124684876871946 ], [ -4.910535563206599, 56.12208445028584 ], [ -4.91142530863923, 56.118953309175254 ], [ -4.910394794729079, 56.116707918045094 ], [ -4.909278509583004, 56.115988158477542 ], [ -4.909758702708371, 56.115316154497783 ], [ -4.908991292695275, 56.114421872493672 ], [ -4.909342915643509, 56.112175349136855 ], [ -4.907319154034956, 56.110236496375116 ], [ -4.906903574801148, 56.109099303555602 ], [ -4.905334048199459, 56.108914239117155 ], [ -4.905900246506726, 56.108529666729289 ], [ -4.905672493578904, 56.107898616184343 ], [ -4.903395630599681, 56.107056913317052 ], [ -4.903842339079499, 56.106516957088836 ], [ -4.899874175362065, 56.103696975845594 ], [ -4.897532236324835, 56.10303288030444 ], [ -4.897023455559713, 56.102469538574155 ], [ -4.892957632232956, 56.102750097698411 ], [ -4.893125714010686, 56.10057534756821 ], [ -4.891205056082182, 56.099498556412051 ], [ -4.888084645332776, 56.09942870973768 ], [ -4.888884564682902, 56.098771775887208 ], [ -4.88877297389925, 56.09788359350447 ], [ -4.886406492927567, 56.097829311353784 ], [ -4.884676427503011, 56.095942563562637 ], [ -4.880258035807405, 56.094745999970101 ], [ -4.879002318758618, 56.094683621157586 ], [ -4.877481282069548, 56.094039548739836 ], [ -4.875707778097956, 56.094062919650483 ], [ -4.875470378866419, 56.091893159201554 ], [ -4.874810186920562, 56.091362922918897 ], [ -4.874959037989501, 56.090534281108127 ], [ -4.874235872233515, 56.089245055689268 ], [ -4.874716807695735, 56.08732822083482 ], [ -4.874127856830771, 56.086415195758768 ], [ -4.874736826507618, 56.084943919045102 ], [ -4.876742006691642, 56.083850877180168 ], [ -4.877909681854502, 56.084353983500321 ], [ -4.878812758400446, 56.083508636524193 ], [ -4.878774987939244, 56.081344107088071 ], [ -4.880492278862004, 56.079284226083146 ], [ -4.882024099278203, 56.078724396733342 ], [ -4.883051312595156, 56.075219907855114 ], [ -4.884212394536362, 56.074970739151873 ], [ -4.884834012729579, 56.075352611245698 ], [ -4.886082200966523, 56.074463178004059 ], [ -4.88747762017971, 56.072642633007447 ], [ -4.887254396172342, 56.072172347109259 ], [ -4.887986020298364, 56.071383074257383 ], [ -4.888144857962319, 56.070284509713453 ], [ -4.890793332472948, 56.068269178388398 ], [ -4.890610468530958, 56.067157943249804 ], [ -4.891556136347258, 56.06620362745592 ], [ -4.891127150766925, 56.06596828770563 ], [ -4.892436470559286, 56.065707471911892 ], [ -4.892813610178528, 56.064972323445545 ], [ -4.892411762423008, 56.064584439294137 ], [ -4.893964042572839, 56.062464396269569 ], [ -4.896214028460551, 56.060973351118903 ], [ -4.898285157362102, 56.058493190298236 ], [ -4.899512534164795, 56.05825759227762 ], [ -4.900266861324728, 56.057606134261754 ], [ -4.902314947759851, 56.057175918433209 ], [ -4.902807826393162, 56.056359807276621 ], [ -4.904726090557382, 56.056233735684273 ], [ -4.90783242862135, 56.054605435423156 ], [ -4.910230902575396, 56.053797375162937 ], [ -4.911512620980793, 56.054178812957879 ], [ -4.910745316167572, 56.053738490661551 ], [ -4.913145030997604, 56.052543817006793 ], [ -4.91446578753841, 56.051250554145277 ], [ -4.913532702354486, 56.04927255827328 ], [ -4.911700568222597, 56.048022324101197 ], [ -4.910928883502629, 56.046755122193716 ], [ -4.907458383847777, 56.044730895310209 ], [ -4.909014024757517, 56.043316191628634 ], [ -4.90917830580058, 56.04227768471835 ], [ -4.907401556487566, 56.039815270658771 ], [ -4.90748353270192, 56.037170579921259 ], [ -4.905928377403037, 56.03581395760596 ], [ -4.907027279254482, 56.032493589876488 ], [ -4.903886768852232, 56.028837188567429 ], [ -4.903547623993781, 56.026566473576679 ], [ -4.902514022227942, 56.025521129496809 ], [ -4.902384032577904, 56.023362342897762 ], [ -4.90033530115244, 56.020979053160943 ], [ -4.900980154397677, 56.019584069737284 ], [ -4.899980476487994, 56.020421097365578 ], [ -4.899380764145902, 56.020021714187791 ], [ -4.900133027431987, 56.018817471280535 ], [ -4.903183160691551, 56.0171186553398 ], [ -4.902795030619938, 56.015689560680329 ], [ -4.903201491360321, 56.013900167529499 ], [ -4.902543198620261, 56.011244147349878 ], [ -4.900259876328201, 56.009403927360651 ], [ -4.899209431075527, 56.007462755550279 ], [ -4.898677082832403, 56.007445615470957 ], [ -4.898865394655388, 56.006725662906319 ], [ -4.897500686914167, 56.003949603177631 ], [ -4.896850312875376, 56.001027296527859 ], [ -4.895798170313034, 55.999550868863111 ], [ -4.894923087743335, 55.994694012272511 ], [ -4.895513262005999, 55.988133464691295 ], [ -4.896121597488855, 55.985976189060068 ], [ -4.89759035528693, 55.983575745897191 ], [ -4.90100012845631, 55.983180878165896 ], [ -4.904058818527171, 55.983642755938732 ], [ -4.906130711525834, 55.984735500618115 ], [ -4.910147299238769, 55.985949482843345 ], [ -4.914285462741846, 55.986815281642386 ], [ -4.916822561894442, 55.986648266154816 ], [ -4.917931745807097, 55.988109687618454 ], [ -4.920283802059148, 55.988889937319676 ], [ -4.92599619263735, 55.989358459492372 ], [ -4.928055404569707, 55.988829516430485 ], [ -4.928875731093045, 55.990154783793507 ], [ -4.931069806220754, 55.990961959081119 ], [ -4.936808498132515, 55.994201600515083 ], [ -4.93999146460279, 55.995394948907546 ], [ -4.941761213566562, 55.995592714413078 ], [ -4.945121269949097, 55.996538099574209 ], [ -4.94664289005119, 55.997352089158255 ], [ -4.949026754469732, 55.997839794797187 ], [ -4.954685639671733, 56.001849115870854 ], [ -4.957211880010885, 56.002599332602685 ], [ -4.959182606882144, 56.004579974170838 ], [ -4.960931138811585, 56.005311037933033 ], [ -4.95907858075652, 56.003828281530588 ], [ -4.960279725594903, 56.004073599584892 ], [ -4.960316959697886, 56.003826401829969 ], [ -4.958724063279869, 56.003514083846341 ], [ -4.957862910177043, 56.002406619388921 ], [ -4.959461752265808, 56.001371328846197 ], [ -4.959470119463598, 56.000977402292961 ], [ -4.960933779612255, 56.001153483011002 ], [ -4.961206165306006, 56.00098153616333 ], [ -4.960619298102743, 56.000712480270849 ], [ -4.96270815757755, 56.000778230218955 ], [ -4.962963022969528, 56.000503325059363 ], [ -4.9612093931222, 56.00022726685512 ], [ -4.958603210395773, 56.000507413326964 ], [ -4.958396427800571, 56.001768164895537 ], [ -4.956990268278493, 56.001945745765504 ], [ -4.956036815291929, 56.001665689225625 ], [ -4.955578976397605, 56.000754384999013 ], [ -4.956216046820064, 56.000337286029165 ], [ -4.956050492742912, 55.998989288448669 ], [ -4.954382262855718, 55.998422533628762 ], [ -4.954262022317928, 55.997646056968065 ], [ -4.95530833906489, 55.996791264323278 ], [ -4.954656234793331, 55.99491019188973 ], [ -4.956288698638376, 55.994632817982428 ], [ -4.957231859658983, 55.996018785251032 ], [ -4.956683799632772, 55.994261972126523 ], [ -4.958657134487311, 55.993870312932977 ], [ -4.959337491156036, 55.99332900429242 ], [ -4.95961482295318, 55.993872479870475 ], [ -4.959052039581368, 55.994776825489907 ], [ -4.959507522838612, 55.995049043852717 ], [ -4.959112008078852, 55.994743024121661 ], [ -4.959821369939834, 55.993972691208775 ], [ -4.959872471213393, 55.993068051125157 ], [ -4.962035925606834, 55.992416475773283 ], [ -4.960361926248066, 55.994161959909569 ], [ -4.960679247092635, 55.994431201359156 ], [ -4.960925420020886, 55.993665699472508 ], [ -4.961499690616638, 55.993499080200138 ], [ -4.961732532691687, 55.993817093438494 ], [ -4.961593981489511, 55.993054545736896 ], [ -4.962099596311246, 55.992431125449656 ], [ -4.961966732694821, 55.993230761699493 ], [ -4.962925238011598, 55.992615325832602 ], [ -4.963175390350822, 55.991713986072313 ], [ -4.96360202167181, 55.99173518590171 ], [ -4.962606530915941, 55.991112806815501 ], [ -4.962062810794435, 55.99132184537946 ], [ -4.961476342995678, 55.991139980597687 ], [ -4.961122513935414, 55.989680551852594 ], [ -4.955766933780623, 55.986499352289606 ], [ -4.954649733700205, 55.986085684156137 ], [ -4.954370864735719, 55.986381823816366 ], [ -4.953473585301006, 55.986412329017114 ], [ -4.952575640440757, 55.985551118545182 ], [ -4.953404098042732, 55.985228323911471 ], [ -4.952797360368156, 55.984295411085526 ], [ -4.948801085052883, 55.982332623256781 ], [ -4.948333447811756, 55.982255723380824 ], [ -4.94779855505635, 55.982601123628058 ], [ -4.946188784768323, 55.982264788495279 ], [ -4.945828392643476, 55.98203789205126 ], [ -4.946103785249626, 55.981716685560492 ], [ -4.943973663915282, 55.980777908990092 ], [ -4.94081057833006, 55.981246291786064 ], [ -4.940251086734503, 55.980930645762328 ], [ -4.935620356059382, 55.980440620342286 ], [ -4.932496470445479, 55.981427424804252 ], [ -4.930965151270588, 55.982336712750168 ], [ -4.930686998274371, 55.981373406635903 ], [ -4.929452265341529, 55.980333074275315 ], [ -4.926037967210851, 55.979642962614761 ], [ -4.924470881544392, 55.978232935342923 ], [ -4.921704089882877, 55.977324178388692 ], [ -4.915806323887909, 55.976285467239791 ], [ -4.913504938897226, 55.97514438093728 ], [ -4.910932291419154, 55.973037049003409 ], [ -4.909650413680939, 55.970526133844309 ], [ -4.909120076778152, 55.970806535344245 ], [ -4.908501235451929, 55.970634178692279 ], [ -4.908779692724445, 55.970350739856279 ], [ -4.907885937087817, 55.968480549268008 ], [ -4.910024241861335, 55.962124218907519 ], [ -4.910199128767012, 55.96088948339591 ], [ -4.909621913950038, 55.960650530254775 ], [ -4.910091047480613, 55.960602589699022 ], [ -4.909968834404053, 55.960148833272854 ], [ -4.912359466882537, 55.958716989961275 ], [ -4.913024345419762, 55.95764954164585 ], [ -4.914566165866514, 55.956631450596738 ], [ -4.916545099700386, 55.954737337276107 ], [ -4.92462908611301, 55.950414197033439 ], [ -4.924122472839865, 55.949007746872141 ], [ -4.92295642148039, 55.949031838774545 ], [ -4.923497910377701, 55.948883246995649 ], [ -4.922745608928023, 55.947871853992659 ], [ -4.92280519189084, 55.946771070642875 ], [ -4.922156303235434, 55.945473163423891 ], [ -4.920449128194737, 55.945606258595959 ], [ -4.920400026319035, 55.945422247630454 ], [ -4.922464200213799, 55.945307646747132 ], [ -4.92343449832395, 55.944855829695655 ], [ -4.930137748625755, 55.944468152177542 ], [ -4.932555657113562, 55.943757970130108 ], [ -4.933669331983434, 55.943043767323516 ], [ -4.934180629429123, 55.941058462728456 ], [ -4.934999788267869, 55.940326994724664 ], [ -4.934655853593901, 55.940290248148379 ], [ -4.934844817912371, 55.938279362706993 ], [ -4.935485393811879, 55.93567610876903 ], [ -4.936917783781451, 55.932639559348715 ], [ -4.936994559344144, 55.929402522915744 ], [ -4.939327557519931, 55.925281922996511 ], [ -4.94154010718454, 55.923675731528263 ], [ -4.943069004262817, 55.921564473570179 ], [ -4.945178278544955, 55.9199732656975 ], [ -4.945578938988259, 55.917638166958902 ], [ -4.945233808292159, 55.917646427042577 ], [ -4.946436580153482, 55.916537132415066 ], [ -4.9466612910701, 55.915385626402546 ], [ -4.946361702679666, 55.913442138126342 ], [ -4.947519529649018, 55.911806238611177 ], [ -4.949242131756335, 55.907177758654086 ], [ -4.949264538520998, 55.906229755742714 ], [ -4.948384560599417, 55.905283602287128 ], [ -4.949193836262383, 55.904498324693066 ], [ -4.951099704293657, 55.897761030499233 ], [ -4.952722728624487, 55.896402466036797 ], [ -4.952863922292479, 55.89539767350535 ], [ -4.959687802447867, 55.890472076108189 ], [ -4.960306787858237, 55.889841416172672 ], [ -4.960170903211611, 55.888981714052889 ], [ -4.962419698064168, 55.887636717134157 ], [ -4.965963123296492, 55.886176868004597 ], [ -4.966679098572162, 55.885561813465259 ], [ -4.966075615813607, 55.885115214538175 ], [ -4.966487646535077, 55.884415798281353 ], [ -4.971810744209947, 55.881848504510984 ], [ -4.97217845437152, 55.880801351643747 ], [ -4.975373824831268, 55.877147236507327 ], [ -4.975216662615606, 55.875992311019282 ], [ -4.976737892443064, 55.873807046708166 ], [ -4.976174100475172, 55.872917260584906 ], [ -4.976133028917529, 55.871837733653685 ], [ -4.976553110255674, 55.871539907919484 ], [ -4.976187383887809, 55.871357285486994 ], [ -4.977042382176164, 55.870663288765847 ], [ -4.978229895394498, 55.868445626335344 ], [ -4.979029556275268, 55.866592426396856 ], [ -4.978845272147859, 55.865939767268436 ], [ -4.979693715977302, 55.86555873852847 ], [ -4.979562818356733, 55.864643195881563 ], [ -4.979961391159928, 55.864504091067154 ], [ -4.97913052973409, 55.864091833187189 ], [ -4.979422477281508, 55.863750355318814 ], [ -4.978801883592484, 55.862973425768246 ], [ -4.97885733356309, 55.861777394376894 ], [ -4.97996811517607, 55.86137921978839 ], [ -4.980649418905577, 55.861717788035961 ], [ -4.981243293696452, 55.861582933844282 ], [ -4.981704261938409, 55.862195620652216 ], [ -4.982862761208469, 55.862232248022622 ], [ -4.983748858182626, 55.86190601040888 ], [ -4.983301019219812, 55.86121480463985 ], [ -4.983634621996679, 55.861417062471133 ], [ -4.98383682102016, 55.861073256121642 ], [ -4.984229666666073, 55.861151819042341 ], [ -4.984405920102489, 55.862615509579982 ], [ -4.986955743860388, 55.86338871568806 ], [ -4.988147739954906, 55.864401628260772 ], [ -4.990880016623644, 55.864613877209734 ], [ -4.991732744787337, 55.864248840103535 ], [ -4.99768088782265, 55.864268492847927 ], [ -5.00049652262167, 55.864876728692295 ], [ -5.005355877851223, 55.864851555879476 ], [ -5.006039549233802, 55.86459662491098 ], [ -5.009513415127093, 55.865321608197327 ], [ -5.010754870996347, 55.866138926798747 ], [ -5.020520767669122, 55.865395130039303 ], [ -5.021067188928338, 55.865494076042367 ], [ -5.020953575631804, 55.865924767410498 ], [ -5.021810413993212, 55.866623774566044 ], [ -5.0213502463041, 55.866441806991737 ], [ -5.020901613908269, 55.866675768256187 ], [ -5.020651384159432, 55.867652780875645 ], [ -5.021964361792858, 55.868378338292047 ], [ -5.025952674554871, 55.868823233721855 ], [ -5.031067808370905, 55.868503990589396 ], [ -5.034518090606768, 55.86938707466382 ], [ -5.034297659655917, 55.869082374574432 ], [ -5.035084454093427, 55.868368067402912 ], [ -5.038484520531988, 55.86715501780251 ], [ -5.038943072100791, 55.867458321310359 ], [ -5.038673157445408, 55.867829967044699 ], [ -5.039225723159571, 55.867965538694101 ], [ -5.038385131383376, 55.86794945315274 ], [ -5.037583525556562, 55.868534698749755 ], [ -5.037743832195857, 55.869276871619732 ], [ -5.039166302353114, 55.869905155108128 ], [ -5.040687784318686, 55.868752840044394 ], [ -5.041809217103819, 55.869354375975313 ], [ -5.041152104461347, 55.86941557550383 ], [ -5.039734367908028, 55.870279463961602 ], [ -5.039508773391329, 55.870809130857701 ], [ -5.041371620093015, 55.871649446070712 ], [ -5.043181633058493, 55.870833365851595 ], [ -5.043458373030074, 55.870222418681138 ], [ -5.044026965462961, 55.870664117009049 ], [ -5.044842547358227, 55.87072752975326 ], [ -5.045063957935326, 55.871227261514015 ], [ -5.044670840239464, 55.872291471061125 ], [ -5.044068523210115, 55.872665064813766 ], [ -5.043984895488065, 55.873720711710867 ], [ -5.043044644441776, 55.873597450333008 ], [ -5.042858799971055, 55.873940056073884 ], [ -5.043396945848476, 55.874564100191868 ], [ -5.042793993112642, 55.874828030071804 ], [ -5.043483051202172, 55.874846938511908 ], [ -5.042708722020702, 55.878825098779544 ], [ -5.041903267034168, 55.879465301162554 ], [ -5.042918794258417, 55.880078439335811 ], [ -5.041533377172615, 55.879847515041362 ], [ -5.041367771226651, 55.879366174482847 ], [ -5.040840000055393, 55.879365739559155 ], [ -5.040544463929508, 55.881822697169163 ], [ -5.042414239253189, 55.881906810406626 ], [ -5.042909221487895, 55.881692300959507 ], [ -5.042364413970017, 55.882802503056311 ], [ -5.042690457922492, 55.884106912335774 ], [ -5.047767633509224, 55.890762939453062 ], [ -5.047362623605141, 55.896163109609844 ], [ -5.049674764611923, 55.907576483022524 ], [ -5.051556519824564, 55.911970665873248 ], [ -5.055155073506384, 55.917630192371682 ], [ -5.055683253063476, 55.919662201656564 ], [ -5.057082325328706, 55.920656758631623 ], [ -5.05580333785606, 55.921695353227335 ], [ -5.055129258285944, 55.927672157324203 ], [ -5.057184616940477, 55.928965057617781 ], [ -5.058152719424414, 55.930581599676081 ], [ -5.057699655945335, 55.930989294852687 ], [ -5.058681973383739, 55.930896567022266 ], [ -5.059560455448574, 55.931477033021331 ], [ -5.060046776633201, 55.932363898555927 ], [ -5.059018917242068, 55.933544605057257 ], [ -5.059269039598136, 55.934482291191621 ], [ -5.060602487256372, 55.935550362251512 ], [ -5.062282045281179, 55.937958242792575 ], [ -5.064242853478829, 55.942300845894721 ], [ -5.065478471725979, 55.943443220146989 ], [ -5.065441782304775, 55.944194761776906 ], [ -5.067053416759926, 55.945026607369087 ], [ -5.066425451163192, 55.946808698900405 ], [ -5.068026952879576, 55.950040998110609 ], [ -5.068500513918059, 55.952177700674739 ], [ -5.069733028263875, 55.953275166390853 ], [ -5.072581126898127, 55.95453907355374 ], [ -5.077530266681428, 55.958649558885092 ], [ -5.080675141500169, 55.959505832094543 ], [ -5.080526768275541, 55.959937448613665 ], [ -5.083611881030573, 55.961872996607205 ], [ -5.085430847473617, 55.962375797162579 ], [ -5.08589664682523, 55.96279113073485 ], [ -5.08738688877474, 55.962888619057196 ], [ -5.089956116798226, 55.964055751163741 ], [ -5.092368054100412, 55.964053636233295 ], [ -5.092685810758563, 55.964319839442574 ], [ -5.095112078555154, 55.96419595103098 ], [ -5.096466215284444, 55.964494523332256 ], [ -5.099037867306719, 55.967189648537072 ], [ -5.10275794518451, 55.969208539583185 ], [ -5.103839100106915, 55.970578286105301 ], [ -5.10542624255092, 55.971599951675223 ], [ -5.106061919661752, 55.972730101535582 ], [ -5.105967518879882, 55.973851694385992 ], [ -5.106421637127945, 55.974316692308847 ], [ -5.105885790848308, 55.975031400088533 ], [ -5.107123853247411, 55.976874514144548 ], [ -5.107932945320307, 55.980063406212153 ], [ -5.110428753646831, 55.983088349929361 ], [ -5.11179860479309, 55.98756206393012 ], [ -5.113315658900799, 55.989375600034286 ], [ -5.114185836428715, 55.989825561070397 ], [ -5.115823949058024, 55.99463406141389 ], [ -5.119858790309406, 55.996334372204252 ], [ -5.120271967582489, 55.997380194634211 ], [ -5.122903832253826, 55.999381133265793 ], [ -5.122826604466218, 55.999616822582588 ], [ -5.119554472493512, 55.999722195445713 ], [ -5.118672024878737, 55.999223136381516 ], [ -5.119234547271583, 55.999932563553095 ], [ -5.120263418862431, 56.004931734962369 ], [ -5.121193099375259, 56.006809502043623 ], [ -5.121004227394195, 56.00765032550045 ], [ -5.120065307776809, 56.008442721314999 ], [ -5.120745228573333, 56.008218739871005 ], [ -5.120748946437931, 56.008353799030807 ], [ -5.121220551224988, 56.008143772282374 ], [ -5.120754577603925, 56.008558323213364 ], [ -5.120755724744216, 56.008599980134584 ], [ -5.121306839400644, 56.008914697759224 ], [ -5.120999562426442, 56.009183181726556 ], [ -5.119688269000767, 56.009238863653302 ], [ -5.121230629002569, 56.009262730470468 ], [ -5.121248006656106, 56.009478042245554 ], [ -5.122285422225062, 56.00901126457476 ], [ -5.122302679327983, 56.008628766306238 ], [ -5.122844115722521, 56.00887574528074 ], [ -5.122100823536051, 56.008314748014115 ], [ -5.122897853629199, 56.008249601083975 ], [ -5.123270745528012, 56.009588600291742 ], [ -5.123409871095608, 56.008331014228126 ], [ -5.124071220551797, 56.008076021029119 ], [ -5.12438142226044, 56.008737886356265 ], [ -5.123821003835799, 56.009646568447288 ], [ -5.124711175558623, 56.00864861711527 ], [ -5.124933319284658, 56.009312714334918 ], [ -5.125152817038984, 56.008057581900289 ], [ -5.125980411447533, 56.00797366026606 ], [ -5.127036752297188, 56.007146773513561 ], [ -5.128031738780832, 56.00556180576497 ], [ -5.127633543177958, 56.004506636248259 ], [ -5.126999027897559, 56.004100226630335 ], [ -5.127038524564624, 56.003398028340371 ], [ -5.127968546392339, 56.000812356888829 ], [ -5.129604628531721, 55.998330102403628 ], [ -5.129314289433832, 55.996723825864926 ], [ -5.127210365656393, 55.99272289671876 ], [ -5.125854080828645, 55.991916783386017 ], [ -5.123108348826067, 55.987208405506316 ], [ -5.120851282529249, 55.985072128305923 ], [ -5.120326165266691, 55.984128030382621 ], [ -5.120541592044422, 55.982324634587641 ], [ -5.11881342668315, 55.980777232172159 ], [ -5.119060098676731, 55.979858532217129 ], [ -5.118245486380277, 55.978503737024944 ], [ -5.11882403659729, 55.977127149537793 ], [ -5.11788169627461, 55.97607674155217 ], [ -5.117537742526693, 55.97469204689753 ], [ -5.118168224320273, 55.974060291329636 ], [ -5.118125159866104, 55.972330865726967 ], [ -5.117124745089118, 55.971353841203182 ], [ -5.115585218921261, 55.970947810305674 ], [ -5.115379479322677, 55.969685469300948 ], [ -5.114264383612308, 55.969174293129484 ], [ -5.113530552232091, 55.968320849799788 ], [ -5.112425179107221, 55.96593506330948 ], [ -5.111003364125169, 55.964496684934943 ], [ -5.109821046567673, 55.963744448094729 ], [ -5.108418775578964, 55.963546123193922 ], [ -5.108316566164521, 55.963171137076301 ], [ -5.107426263984847, 55.96326103038156 ], [ -5.105728293261485, 55.962872364495482 ], [ -5.103263630798528, 55.958313819209856 ], [ -5.099050430773834, 55.956527614266001 ], [ -5.097995447779516, 55.955758580016202 ], [ -5.095544256020663, 55.95526287425772 ], [ -5.095484323947839, 55.954913785096686 ], [ -5.093809865384167, 55.954411999418049 ], [ -5.093041687312701, 55.953721118924122 ], [ -5.092420445990231, 55.952361310545328 ], [ -5.092798969127774, 55.951583188585495 ], [ -5.091996739978788, 55.95086618885199 ], [ -5.092048303694333, 55.950307536537004 ], [ -5.091264237152527, 55.949918197879803 ], [ -5.09075313187208, 55.948632028516442 ], [ -5.089794922358092, 55.948067260301094 ], [ -5.088668609879705, 55.946598750279897 ], [ -5.088711745873639, 55.945028977900307 ], [ -5.086845628532356, 55.942918274886942 ], [ -5.087067346504595, 55.942584593614086 ], [ -5.085204015194779, 55.940707528237759 ], [ -5.083803698668876, 55.940320104380085 ], [ -5.082459282352803, 55.93851989554657 ], [ -5.082600547435399, 55.937576942996806 ], [ -5.081553692037728, 55.934883796155759 ], [ -5.081643848932647, 55.931483462977731 ], [ -5.079411618736509, 55.925453361034876 ], [ -5.078979839039498, 55.922938080695765 ], [ -5.076265638676629, 55.920407957813836 ], [ -5.076805103922004, 55.916308689333583 ], [ -5.073695129384761, 55.90624612147392 ], [ -5.074348227600558, 55.901155159853943 ], [ -5.075833930581542, 55.89930661365414 ], [ -5.07843373372431, 55.897587492704716 ], [ -5.083655125393427, 55.897555612229041 ], [ -5.086191539897536, 55.897963966763598 ], [ -5.088299956692993, 55.89771777844534 ], [ -5.091065861042865, 55.898897879793438 ], [ -5.095024350877073, 55.899279305465292 ], [ -5.097571611612639, 55.899920887715048 ], [ -5.100401106647222, 55.899386643331752 ], [ -5.101287406336718, 55.899665459630533 ], [ -5.102063002944023, 55.89925934762578 ], [ -5.103919086966675, 55.899459749890461 ], [ -5.107254803869339, 55.90045431248145 ], [ -5.109569216047077, 55.901681368867848 ], [ -5.11175779995872, 55.901536134866248 ], [ -5.112191813780473, 55.902558977577719 ], [ -5.116364872282785, 55.904808660749907 ], [ -5.119001731778646, 55.90675554972654 ], [ -5.123801208689836, 55.908723911563982 ], [ -5.127698735927222, 55.911887291208778 ], [ -5.132565597183711, 55.91507352761684 ], [ -5.134096317853894, 55.915792389894563 ], [ -5.138589431188723, 55.916442901835239 ], [ -5.13862130598324, 55.917628744667063 ], [ -5.139343442903832, 55.918145217832581 ], [ -5.143835309368465, 55.920712206646527 ], [ -5.147012440242067, 55.921867100837645 ], [ -5.147843597691536, 55.922600090591004 ], [ -5.147561110056052, 55.921880937034146 ], [ -5.148440887430483, 55.921989683202831 ], [ -5.148466715450502, 55.922229051221663 ], [ -5.149394771771424, 55.921887063181046 ], [ -5.149327445948368, 55.922201632833541 ], [ -5.150257706419383, 55.922300983350844 ], [ -5.149605436191233, 55.921819641667163 ], [ -5.150731368292215, 55.922337402276192 ], [ -5.152931728355333, 55.922343975689898 ], [ -5.152821208187467, 55.923564932829905 ], [ -5.155745551712456, 55.926526753507083 ], [ -5.159868194490255, 55.928879700748951 ], [ -5.161867577594321, 55.928360876461781 ], [ -5.162752355243467, 55.928508949779136 ], [ -5.163337091089493, 55.929788464776799 ], [ -5.166505477044508, 55.932408449673119 ], [ -5.167398080399593, 55.932160734359591 ], [ -5.170542589861387, 55.932425880956352 ], [ -5.173568159605726, 55.932019771131813 ], [ -5.175382331524493, 55.932368534995682 ], [ -5.176441844215875, 55.933181752706965 ], [ -5.17771729315276, 55.932622918051031 ], [ -5.178676810172647, 55.93289930319925 ], [ -5.178129731345168, 55.933942777944857 ], [ -5.178401533159828, 55.934425710280301 ], [ -5.176848100386239, 55.935306373858346 ], [ -5.176983043944946, 55.936269307334847 ], [ -5.177749671928815, 55.936829367033702 ], [ -5.178333932587442, 55.938095345573096 ], [ -5.179364243732264, 55.938549697618278 ], [ -5.180472247002167, 55.938584002139272 ], [ -5.181360530305596, 55.939356655388963 ], [ -5.182416143323849, 55.939630530109454 ], [ -5.183096817286999, 55.939532020171228 ], [ -5.183207677955558, 55.938931322336224 ], [ -5.184411687442924, 55.938086589234551 ], [ -5.184981043829177, 55.938193222073338 ], [ -5.185418069567286, 55.938833683881803 ], [ -5.185054172774329, 55.939863459447047 ], [ -5.18571722854634, 55.940232868038699 ], [ -5.184906413646245, 55.940892136251556 ], [ -5.185840174219094, 55.942216463797095 ], [ -5.185720170471678, 55.94397260843261 ], [ -5.186409341683076, 55.944483379439085 ], [ -5.187259813010855, 55.944188966312076 ], [ -5.188023676442371, 55.944322014772361 ], [ -5.188429349882785, 55.945943183528968 ], [ -5.19004464304289, 55.947272302518762 ], [ -5.188521472082988, 55.947842171380366 ], [ -5.189217311110325, 55.948997334507588 ], [ -5.187735994365035, 55.949979645455137 ], [ -5.187243123406427, 55.95372772646985 ], [ -5.185511604250616, 55.955372748822654 ], [ -5.185246949905292, 55.95653929694236 ], [ -5.185461998963206, 55.957985606365988 ], [ -5.186168649602949, 55.958978688270619 ], [ -5.185395077677715, 55.960095475268275 ], [ -5.185409661999316, 55.963196621279046 ], [ -5.187536786391616, 55.964894609032868 ], [ -5.187187855369468, 55.966692636287341 ], [ -5.188479643387874, 55.967391872411476 ], [ -5.189394026162932, 55.968860520329919 ], [ -5.188121632468657, 55.969176652327619 ], [ -5.188335753147988, 55.970025151286933 ], [ -5.186079036999081, 55.970555531439778 ], [ -5.184586699951453, 55.972194337870405 ], [ -5.184097909778036, 55.972391270330199 ], [ -5.183935560951848, 55.971976538303899 ], [ -5.183539366777224, 55.97232480181323 ], [ -5.183772074946248, 55.973595352279965 ], [ -5.184286122380609, 55.973217970147232 ], [ -5.186925217669177, 55.97479935048684 ], [ -5.187866799074146, 55.976109982781459 ], [ -5.186864783153175, 55.976500008022867 ], [ -5.188357229031739, 55.976322034622079 ], [ -5.188449422492409, 55.976760153692247 ], [ -5.187874697686198, 55.977179578264526 ], [ -5.18852573475279, 55.977005400657674 ], [ -5.189369082495864, 55.97819270704224 ], [ -5.188554677450392, 55.980569152821381 ], [ -5.187530654647752, 55.98147217635848 ], [ -5.187647361310197, 55.982597389433622 ], [ -5.188433913318148, 55.9830939496347 ], [ -5.188087807714702, 55.983759172417429 ], [ -5.188813450176514, 55.984099983697419 ], [ -5.188023351562423, 55.985118316944735 ], [ -5.188286888744476, 55.985517505673705 ], [ -5.187525698368897, 55.98587816376088 ], [ -5.18698454488045, 55.985064291529397 ], [ -5.186223681993311, 55.985659330348554 ], [ -5.186932352968584, 55.985209480456234 ], [ -5.187280602395584, 55.985933146311815 ], [ -5.188481422601203, 55.985812167356201 ], [ -5.188375511150494, 55.9854714855786 ], [ -5.188230517607861, 55.985005075657902 ], [ -5.188742323011494, 55.984501876211475 ], [ -5.190121755490743, 55.984992065332278 ], [ -5.18905412493655, 55.9845881974164 ], [ -5.18912301408525, 55.983867220752501 ], [ -5.18835712653101, 55.983621847196893 ], [ -5.189081367947456, 55.983167085919227 ], [ -5.190397437901621, 55.984445529701425 ], [ -5.191158916897357, 55.984637065662945 ], [ -5.191891416623871, 55.984379851994206 ], [ -5.192198622325983, 55.98324365499294 ], [ -5.194438188737694, 55.982983315349259 ], [ -5.195217736205905, 55.983102438004344 ], [ -5.19645221350579, 55.985138091135184 ], [ -5.193018377699221, 55.986455182261707 ], [ -5.196871165048009, 55.985356461072705 ], [ -5.195330648570859, 55.982721931465122 ], [ -5.191682971014966, 55.983018785805335 ], [ -5.191109804591507, 55.983555052938435 ], [ -5.191327140749287, 55.984246140466212 ], [ -5.190961312297057, 55.984282588602369 ], [ -5.189800178927891, 55.982743925463481 ], [ -5.188748985272757, 55.982344124973849 ], [ -5.190415017887784, 55.981545825971587 ], [ -5.194061208671049, 55.980552326214301 ], [ -5.193835883823601, 55.979375993671916 ], [ -5.194625316848132, 55.977575511441323 ], [ -5.196503092394175, 55.975850162813231 ], [ -5.196575115217025, 55.972935550762898 ], [ -5.199138251994898, 55.97048665211117 ], [ -5.197590801224326, 55.967276975501207 ], [ -5.198134537123225, 55.966485223074876 ], [ -5.197168647892762, 55.96429877658592 ], [ -5.198792560359858, 55.961060667065873 ], [ -5.197939908863414, 55.959176943464804 ], [ -5.198019335879642, 55.958100579353626 ], [ -5.200394248196769, 55.956101528307805 ], [ -5.199871554701637, 55.953944035219649 ], [ -5.199349372618284, 55.953732857010046 ], [ -5.199651817497757, 55.953320447906819 ], [ -5.19881983405234, 55.952267766227195 ], [ -5.199440523448628, 55.950858190204094 ], [ -5.200524625556115, 55.950016417013721 ], [ -5.201515297142067, 55.946201376825684 ], [ -5.202603475185488, 55.944344505835346 ], [ -5.202003425490392, 55.94357708747463 ], [ -5.202418348840106, 55.942685273781201 ], [ -5.202188164099041, 55.941643927447863 ], [ -5.200877969207247, 55.940617185736976 ], [ -5.196001751644309, 55.938204223682362 ], [ -5.194434042415032, 55.936478390041081 ], [ -5.194707497476068, 55.935131785651564 ], [ -5.1977103723666, 55.934159301063339 ], [ -5.197561532222477, 55.933228208973773 ], [ -5.196805191765361, 55.932892752049177 ], [ -5.196221665335005, 55.933002302211975 ], [ -5.196581997921715, 55.932516474632074 ], [ -5.195969362986497, 55.93207839048744 ], [ -5.197132093687133, 55.931904351579092 ], [ -5.197300691579486, 55.932201136462226 ], [ -5.198187835806928, 55.931598231851346 ], [ -5.198350369505431, 55.932695282522367 ], [ -5.199452214391035, 55.932365479054916 ], [ -5.200210276281614, 55.929325129311465 ], [ -5.201681772509096, 55.928333915716188 ], [ -5.202187937896117, 55.926900324527367 ], [ -5.202927328273262, 55.926449562385528 ], [ -5.204380966152182, 55.923887322547792 ], [ -5.205202794733307, 55.923272578251556 ], [ -5.205068730878865, 55.922483149707958 ], [ -5.205966147659134, 55.922318629385479 ], [ -5.206400243028673, 55.918892005692847 ], [ -5.207722393026044, 55.917301370666337 ], [ -5.207480435322006, 55.916446432137313 ], [ -5.209396714615815, 55.916273301393595 ], [ -5.212328462965438, 55.916706534017898 ], [ -5.215584896054543, 55.916594506085964 ], [ -5.216445788604154, 55.916261847772269 ], [ -5.219920483776146, 55.9139189530976 ], [ -5.220482203996827, 55.912798471234908 ], [ -5.224139217196337, 55.910518101931714 ], [ -5.228667236717745, 55.908073617706854 ], [ -5.232093867061621, 55.907131380800543 ], [ -5.233733745822146, 55.905568056140751 ], [ -5.236897435067687, 55.904432111069106 ], [ -5.239830567095032, 55.902069602772656 ], [ -5.24009488367712, 55.900423734650687 ], [ -5.240928013359222, 55.899304987750405 ], [ -5.240972384157288, 55.896558220946801 ], [ -5.242214145266678, 55.894432584500699 ], [ -5.241492653100873, 55.893666757370127 ], [ -5.240761083825306, 55.893891908963276 ], [ -5.241317172951046, 55.893634521899365 ], [ -5.24100717066289, 55.892642084033454 ], [ -5.240564825398303, 55.892306717931476 ], [ -5.23993137687131, 55.892327000962332 ], [ -5.240527332446622, 55.892029909326631 ], [ -5.240375671860781, 55.891055773858113 ], [ -5.237535083105345, 55.887474274091886 ], [ -5.234967568270683, 55.885917309111754 ], [ -5.234955117523219, 55.885229889190079 ], [ -5.233255028165959, 55.882983901812558 ], [ -5.230161921050601, 55.8803510527285 ], [ -5.229550342978183, 55.880497471646791 ], [ -5.230071688390096, 55.88022756056278 ], [ -5.228669649845685, 55.878367455348943 ], [ -5.225845487875825, 55.876423281460681 ], [ -5.221534163774422, 55.869748749857727 ], [ -5.220569923390475, 55.867373642847483 ], [ -5.218922356809714, 55.866302008768173 ], [ -5.21521374222307, 55.86060490792746 ], [ -5.214856956090204, 55.858609440341681 ], [ -5.213430886931841, 55.856439647292063 ], [ -5.212750472474925, 55.856232676925472 ], [ -5.208697918150634, 55.856320532127825 ], [ -5.207845962271218, 55.854517773481085 ], [ -5.208778151693368, 55.853805703128273 ], [ -5.209198211064614, 55.851632616868031 ], [ -5.208597015477232, 55.844537129748652 ], [ -5.207257887303093, 55.842248132810376 ], [ -5.206511764480601, 55.842015875667414 ], [ -5.205972335630538, 55.841189370912659 ], [ -5.204089122180723, 55.840923821665953 ], [ -5.202188291187508, 55.840249653294535 ], [ -5.201957270698008, 55.839869097318449 ], [ -5.200907268752672, 55.835455336669298 ], [ -5.200191745757581, 55.834718800813988 ], [ -5.200783485533006, 55.834047114363614 ], [ -5.201462928952534, 55.83094581143159 ], [ -5.202245338775746, 55.83016576320734 ], [ -5.203449736948592, 55.830341147958386 ], [ -5.204096857588329, 55.829955683664487 ], [ -5.204048461653991, 55.828397159933857 ], [ -5.205031680236762, 55.827535440632246 ], [ -5.204183501085189, 55.826932744690431 ], [ -5.205942727358039, 55.826185633644094 ], [ -5.20787119901503, 55.826427488330225 ], [ -5.208566554149677, 55.826144126240315 ], [ -5.210680096887816, 55.827855488060145 ], [ -5.211789572863648, 55.828042260600661 ], [ -5.213600193190201, 55.827531934386826 ], [ -5.2136712259558, 55.826941221976313 ], [ -5.215470648294358, 55.826489595907908 ], [ -5.216155348674638, 55.827334733918789 ], [ -5.217171804932597, 55.827555357907322 ], [ -5.21654691280159, 55.827724547961878 ], [ -5.217997030809402, 55.828167558317453 ], [ -5.217983694662469, 55.828585950159884 ], [ -5.218653453432814, 55.828766194320195 ], [ -5.218293376294329, 55.828950932579183 ], [ -5.21957809952935, 55.830000597511663 ], [ -5.219654882472817, 55.83092906829846 ], [ -5.220757488677957, 55.831610400920198 ], [ -5.222186317166899, 55.833627202586264 ], [ -5.224534158467078, 55.834972588753573 ], [ -5.225445603693995, 55.83787497630609 ], [ -5.231537157691186, 55.839566948212791 ], [ -5.23383651969475, 55.839551423943483 ], [ -5.235543702864263, 55.838562523461036 ], [ -5.236605594321107, 55.839132414310626 ], [ -5.238863951099646, 55.839104389966415 ], [ -5.241091026642891, 55.839755911188689 ], [ -5.247715141910446, 55.839967639336777 ], [ -5.249473990376205, 55.840653858012416 ], [ -5.250811749134417, 55.84222774022215 ], [ -5.251095586049725, 55.844764475961711 ], [ -5.251889698792157, 55.845853766772748 ], [ -5.2514928136765, 55.849231116207797 ], [ -5.254460100787472, 55.851175402606742 ], [ -5.256652013807014, 55.851872536578966 ], [ -5.263351762789172, 55.852769205176415 ], [ -5.26780304206745, 55.852295843693462 ], [ -5.268165685629564, 55.85280764089417 ], [ -5.269442594233321, 55.853358057416251 ], [ -5.267146341015541, 55.851517656905486 ], [ -5.266849146972616, 55.84969153345471 ], [ -5.267816212354295, 55.848362234676948 ], [ -5.269604137227727, 55.84862485722185 ], [ -5.270556750500093, 55.847790386873598 ], [ -5.272283879880127, 55.847425265206006 ], [ -5.273183700478203, 55.847958708208921 ], [ -5.274149487368333, 55.847946472989342 ], [ -5.274360936206298, 55.848749970379117 ], [ -5.275512205641788, 55.84913734882435 ], [ -5.277900866894853, 55.848278030935475 ], [ -5.278411276589405, 55.847792426111106 ], [ -5.279469287886537, 55.847831631340519 ], [ -5.279824759577254, 55.848541374969798 ], [ -5.282513779359393, 55.849728247295609 ], [ -5.283317525279155, 55.849594402485366 ], [ -5.283688609879545, 55.848878747017999 ], [ -5.285088827763816, 55.848333379037427 ], [ -5.288362260375497, 55.849531477079886 ], [ -5.289397097622278, 55.850335399690273 ], [ -5.289539774233139, 55.851172182038034 ], [ -5.287832758633815, 55.854611714747016 ], [ -5.287837012063228, 55.857025514616495 ], [ -5.289116245573681, 55.857409348338805 ], [ -5.290069407381112, 55.856489301292434 ], [ -5.290775647048878, 55.856996335602943 ], [ -5.291622793061468, 55.85709053122698 ], [ -5.291499751504714, 55.857525363730822 ], [ -5.291995666853348, 55.857624464999461 ], [ -5.2926043635397, 55.857073236293225 ], [ -5.294618403759616, 55.857450816677961 ], [ -5.295273789457594, 55.85726243374522 ], [ -5.295463159706812, 55.855724495752931 ], [ -5.296717614472947, 55.854872735422944 ], [ -5.30080241832873, 55.855073293546894 ], [ -5.303671159393992, 55.855540153526704 ], [ -5.303923612538331, 55.854579485164216 ], [ -5.301834173709951, 55.853953250655323 ], [ -5.300935487329036, 55.854098755977127 ], [ -5.299044573094597, 55.853664034005462 ], [ -5.299280207672773, 55.852767659731683 ], [ -5.300356597985417, 55.85283316522483 ], [ -5.301059455522699, 55.853205376176732 ], [ -5.300633698167951, 55.852520051377915 ], [ -5.30170686614453, 55.851794474765661 ], [ -5.304791700835512, 55.851985788330239 ], [ -5.306214189546258, 55.852738695785362 ], [ -5.30717688475691, 55.85231272554072 ], [ -5.308267730626529, 55.852454191540602 ], [ -5.310841007102792, 55.85217363629485 ], [ -5.312491207696789, 55.852502283573557 ], [ -5.313026885618923, 55.853162131770027 ], [ -5.312509493789514, 55.854124567506744 ], [ -5.310588183536732, 55.854742722509371 ], [ -5.305750854974678, 55.854621165810102 ], [ -5.304438507683887, 55.855447606304196 ], [ -5.30471084190366, 55.855736969674389 ], [ -5.305808542723399, 55.855675989833315 ], [ -5.307245504590833, 55.856127318623351 ], [ -5.307579129485988, 55.856761158761238 ], [ -5.308754263894067, 55.856576698680556 ], [ -5.311320196059641, 55.857051532509722 ], [ -5.312281123950697, 55.856791894096808 ], [ -5.314506142689503, 55.857298323149742 ], [ -5.31541768175188, 55.857022010647881 ], [ -5.314588993263703, 55.85742645096898 ], [ -5.315088840034802, 55.857664705919447 ], [ -5.31645799370259, 55.856850102841065 ], [ -5.317224544059474, 55.857310410791918 ], [ -5.316065394439718, 55.858150824576811 ], [ -5.315616550362776, 55.858135959356687 ], [ -5.315196176100856, 55.862017686995209 ], [ -5.314104283309956, 55.86393062410766 ], [ -5.312695722694324, 55.864755248184828 ], [ -5.311584502396077, 55.864848116619022 ], [ -5.310635064230683, 55.868155193841858 ], [ -5.309066615423136, 55.869545979137413 ], [ -5.30961398006837, 55.870434784912078 ], [ -5.310514138601258, 55.870433927645159 ], [ -5.310190746817821, 55.870617048451045 ], [ -5.310628872071927, 55.870635820319265 ], [ -5.310520869073749, 55.870850902332386 ], [ -5.309864120485753, 55.871043895979909 ], [ -5.310947406685796, 55.871878711280409 ], [ -5.312006774353177, 55.871906821070006 ], [ -5.312876993046246, 55.871404188064353 ], [ -5.312272538253185, 55.871347649691977 ], [ -5.312091729132628, 55.871646507322446 ], [ -5.311694881993597, 55.871098890399757 ], [ -5.31304532251104, 55.871221642055275 ], [ -5.314243147199086, 55.87067960385513 ], [ -5.316427753492682, 55.870721393329987 ], [ -5.314743329068053, 55.870807270841055 ], [ -5.313414099003321, 55.871664823205577 ], [ -5.313320563825053, 55.872612238564969 ], [ -5.311078465140121, 55.874993961686144 ], [ -5.311192912914392, 55.875811705866582 ], [ -5.313044097869651, 55.876122360815877 ], [ -5.313628687101545, 55.874482037710578 ], [ -5.316837036949721, 55.870776882831947 ], [ -5.317313971234073, 55.871943563683672 ], [ -5.318730570181383, 55.873421128214964 ], [ -5.318667222913831, 55.874552038817214 ], [ -5.320747918734455, 55.875358949990158 ], [ -5.319342759007085, 55.875234161525562 ], [ -5.317939397147109, 55.876535193782153 ], [ -5.317482459505484, 55.876090807327742 ], [ -5.316772111364422, 55.876312254356726 ], [ -5.317278568325344, 55.87684970719085 ], [ -5.316409331369965, 55.876596247439679 ], [ -5.315443804139417, 55.876788606560034 ], [ -5.313611526609352, 55.877769402761253 ], [ -5.316886765369361, 55.878554974608313 ], [ -5.320537564319525, 55.878699190764728 ], [ -5.323000303740703, 55.879725007461836 ], [ -5.323875093069081, 55.879481099355445 ], [ -5.323013589900604, 55.878290669625315 ], [ -5.323560092836518, 55.877761645795154 ], [ -5.325824710841352, 55.877518810696259 ], [ -5.327054114355344, 55.877943169534042 ], [ -5.32694156749277, 55.878683433617987 ], [ -5.325956769383541, 55.879510224998533 ], [ -5.32376431788031, 55.879681883701565 ], [ -5.323221703292885, 55.880537156674499 ], [ -5.323461219722332, 55.881654491645094 ], [ -5.324972353781223, 55.883052118429838 ], [ -5.326215513220498, 55.883373624565039 ], [ -5.326619332764846, 55.884540453445574 ], [ -5.328849364464171, 55.885644378197142 ], [ -5.33072120590771, 55.886020745832766 ], [ -5.331819221184307, 55.885487536627089 ], [ -5.332091859470645, 55.884936225590963 ], [ -5.334521003200953, 55.885189548552603 ], [ -5.335698883901433, 55.883444915644965 ], [ -5.336949569344944, 55.883294108962218 ], [ -5.337128415201809, 55.884165830306827 ], [ -5.335972206807786, 55.88588291803633 ], [ -5.33641537379537, 55.886293449714799 ], [ -5.335291429759841, 55.886710527257037 ], [ -5.335503610574985, 55.887504927082823 ], [ -5.33627496157457, 55.888104349315007 ], [ -5.337706813647846, 55.888384661943626 ], [ -5.338237242069312, 55.888320817938983 ], [ -5.338607379653074, 55.887694921035084 ], [ -5.339556995854664, 55.887669138896491 ], [ -5.339212356310143, 55.888312327616973 ], [ -5.338461798568783, 55.888606914056226 ], [ -5.340109828872206, 55.889726438931611 ], [ -5.341579110373175, 55.889789918810536 ], [ -5.343546836475151, 55.887466333572696 ], [ -5.345611454296401, 55.88803502830585 ], [ -5.34710998997004, 55.887603165958105 ], [ -5.347900795991565, 55.88786933846194 ], [ -5.347494088124768, 55.889647049547918 ], [ -5.345335744021472, 55.892542287260824 ], [ -5.345385955445422, 55.892846599407903 ], [ -5.346191260723189, 55.892815702368786 ], [ -5.346046603285538, 55.893457965275871 ], [ -5.346491897143056, 55.893890881574166 ], [ -5.345894358832464, 55.894383635847895 ], [ -5.346317428664731, 55.895486951627895 ], [ -5.345743204336308, 55.896900599020881 ], [ -5.346265767780576, 55.897115642124156 ], [ -5.347007514777709, 55.896439152184335 ], [ -5.347539582231031, 55.896393205933215 ], [ -5.347259108753051, 55.89694476582352 ], [ -5.348147408277783, 55.896947560768169 ], [ -5.3481166700995, 55.897240589711281 ], [ -5.348837497660653, 55.897342338840431 ], [ -5.349354472004093, 55.898883625021014 ], [ -5.350565104433029, 55.898356174591683 ], [ -5.352246220358972, 55.898274408053204 ], [ -5.351663439001205, 55.898474595467405 ], [ -5.351442903768565, 55.899163885568356 ], [ -5.351812943689854, 55.899279670333243 ], [ -5.350650919576867, 55.900277811918869 ], [ -5.350046043570121, 55.900222362680054 ], [ -5.350352039754958, 55.899966788894233 ], [ -5.349746151031145, 55.899992280638727 ], [ -5.349779503531879, 55.899173233796205 ], [ -5.349040495170869, 55.899139413669864 ], [ -5.348683469636985, 55.900102130001287 ], [ -5.349144241732471, 55.900898733049949 ], [ -5.347125779597608, 55.902266289413554 ], [ -5.345133275229642, 55.902450851788423 ], [ -5.343953990022764, 55.903809015558856 ], [ -5.344529185005657, 55.904633991152885 ], [ -5.345825200690648, 55.904630215075606 ], [ -5.347065171694124, 55.904254843668262 ], [ -5.346943352528131, 55.905719117469538 ], [ -5.3491229893614, 55.906495915083632 ], [ -5.349150256462679, 55.907182947873636 ], [ -5.350697243737123, 55.907397052035599 ], [ -5.351040403850818, 55.909981472541922 ], [ -5.35005985961451, 55.910767876927586 ], [ -5.348481019010896, 55.913247289830664 ], [ -5.345666103115786, 55.915225362591727 ], [ -5.346097363145365, 55.915771045861462 ], [ -5.347276506315715, 55.915428799068586 ], [ -5.34727648105047, 55.916449222566605 ], [ -5.346685031272004, 55.916645122150996 ], [ -5.345544315248122, 55.916226620232244 ], [ -5.344532953270806, 55.916554091119245 ], [ -5.343773224419085, 55.91703858299531 ], [ -5.342968883416937, 55.91782950294683 ], [ -5.342803352570702, 55.918881392625295 ], [ -5.342311695849474, 55.918099090836797 ], [ -5.343410779798498, 55.917269714791225 ], [ -5.344134832600917, 55.916682996656256 ], [ -5.344228404587097, 55.916652699652879 ], [ -5.344987364486243, 55.916079934435366 ], [ -5.342732542063036, 55.916294054660611 ], [ -5.341097346789777, 55.916918356606224 ], [ -5.340675984021097, 55.917509684435544 ], [ -5.339844779418436, 55.917617659776511 ], [ -5.339412077170108, 55.917984528631294 ], [ -5.340583870585002, 55.917741442795929 ], [ -5.340882781636458, 55.918609899073381 ], [ -5.341324235159045, 55.918251777796129 ], [ -5.34135662123396, 55.917140573100163 ], [ -5.3427522456362, 55.916522776917596 ], [ -5.342311323225758, 55.917537195299857 ], [ -5.339889392230592, 55.920088831110057 ], [ -5.340513384157621, 55.919990977385787 ], [ -5.340234461734007, 55.920470549896024 ], [ -5.338958786608652, 55.920437745336791 ], [ -5.336818598193533, 55.919754090233951 ], [ -5.338964190146142, 55.920500532039107 ], [ -5.340508326116048, 55.920490086461136 ], [ -5.340613679533329, 55.920783912067115 ], [ -5.341210396452732, 55.920183328344066 ], [ -5.341207002562201, 55.921073478425107 ], [ -5.341924117946758, 55.921777737439946 ], [ -5.34253885368114, 55.921850944439122 ], [ -5.342824323817507, 55.921726312914927 ], [ -5.342090952183844, 55.921391110417588 ], [ -5.34127958611035, 55.919871277752691 ], [ -5.342103770285196, 55.919030759284098 ], [ -5.341843135957058, 55.920372925874503 ], [ -5.342545817056984, 55.92137425943185 ], [ -5.344370579665016, 55.922111343654521 ], [ -5.345481006247946, 55.92171254685973 ], [ -5.346513774441655, 55.92180583415724 ], [ -5.34814547165652, 55.924107967069837 ], [ -5.347934640980459, 55.927602018345794 ], [ -5.345513662216201, 55.930445923367387 ], [ -5.342950187090538, 55.930897682858898 ], [ -5.341004215820354, 55.932011405603816 ], [ -5.34106719562903, 55.932742419242288 ], [ -5.341841502422617, 55.932806804647925 ], [ -5.342676375576421, 55.933759597318378 ], [ -5.343411513415369, 55.938756313333883 ], [ -5.342555640659963, 55.940348397860348 ], [ -5.340863099281164, 55.941527150919015 ], [ -5.340659388295785, 55.943159953723487 ], [ -5.339241539039, 55.943531075192311 ], [ -5.338322170783323, 55.944482030703924 ], [ -5.336717853368899, 55.944921112340438 ], [ -5.334850721716902, 55.947147399940981 ], [ -5.332568692975455, 55.951911198392494 ], [ -5.331060846137519, 55.953197183179014 ], [ -5.328563017103587, 55.953966000114526 ], [ -5.32756831669733, 55.954698638611148 ], [ -5.327065436133224, 55.955840526236784 ], [ -5.327462323980598, 55.956823238699492 ], [ -5.328348051382209, 55.957433118690687 ], [ -5.328358262099056, 55.958111618133181 ], [ -5.329619583124965, 55.958522535998171 ], [ -5.328557554485876, 55.959032241539084 ], [ -5.329956228156671, 55.958616820361037 ], [ -5.328338998461194, 55.955275666175858 ], [ -5.329087425721686, 55.954194560548103 ], [ -5.329553472844519, 55.954303326791774 ], [ -5.330626642761419, 55.958958301165517 ], [ -5.333520739054849, 55.961860294211867 ], [ -5.336164425517722, 55.962966430047189 ], [ -5.338708954196784, 55.96236252244838 ], [ -5.339708979772435, 55.963086100810727 ], [ -5.341640527962593, 55.963087632512106 ], [ -5.342164917692861, 55.965356971405122 ], [ -5.344976006826953, 55.966817998431885 ], [ -5.345560704061239, 55.967462910486333 ], [ -5.345974575581062, 55.967429187829822 ], [ -5.345475019938794, 55.968233922398014 ], [ -5.34627995511652, 55.969200998672555 ], [ -5.346801391879836, 55.969020502811681 ], [ -5.346929257487991, 55.970221748242935 ], [ -5.346513741552689, 55.970700545827363 ], [ -5.347303759651286, 55.973070532635539 ], [ -5.347078496234937, 55.974452195289373 ], [ -5.344342950252748, 55.976935960420811 ], [ -5.343345087765413, 55.978842058062611 ], [ -5.339929863852102, 55.980238344553648 ], [ -5.33866824907983, 55.981971743680369 ], [ -5.339025791628892, 55.984443404709104 ], [ -5.342539954660674, 55.989944615437807 ], [ -5.342758913087328, 55.991458054116322 ], [ -5.341968368052567, 55.992333596775481 ], [ -5.341908988694853, 55.995081779828638 ], [ -5.340769226439741, 55.996187052394085 ], [ -5.338415623037713, 55.996704879960241 ], [ -5.336976497804389, 55.998060968761948 ], [ -5.336593553299297, 55.997806125773693 ], [ -5.337800069903448, 55.996914855222194 ], [ -5.335735160844295, 55.99706069617168 ], [ -5.334623117214523, 55.9976527054543 ], [ -5.334033723989937, 55.998725029989671 ], [ -5.333203419534476, 55.999143077287329 ], [ -5.333141627802942, 56.000380926491196 ], [ -5.332463617317578, 56.000704943375901 ], [ -5.333126322639945, 56.002251339212393 ], [ -5.332612780303791, 56.003739654807092 ], [ -5.331650863196952, 56.004493893686245 ], [ -5.327941344239582, 56.005857305944666 ], [ -5.327939219409151, 56.008163389269939 ], [ -5.323504798189655, 56.00819319375632 ], [ -5.321754286276297, 56.008550571508671 ], [ -5.321632625134459, 56.008908969849827 ], [ -5.321494574397184, 56.008422718815517 ], [ -5.320822540825346, 56.008445330625968 ], [ -5.318821080007393, 56.010086055771652 ], [ -5.318114715913317, 56.010026866221899 ], [ -5.314914790890242, 56.011692603533348 ], [ -5.312329552367618, 56.013829902461076 ], [ -5.308419936796319, 56.0187807067406 ], [ -5.301532474176355, 56.023649364910497 ], [ -5.301409842357076, 56.025032653357727 ], [ -5.302645025727196, 56.026505422209461 ], [ -5.301890759049605, 56.026940983955036 ], [ -5.302332602955304, 56.027057704864994 ], [ -5.302266857423911, 56.027434359974052 ], [ -5.299352493733073, 56.030249948350004 ], [ -5.298469612985627, 56.032433934142617 ], [ -5.296299194188372, 56.033719169715617 ], [ -5.295057693698653, 56.035824613288071 ], [ -5.293169347936024, 56.037502311484957 ], [ -5.29315167001282, 56.038801868473271 ], [ -5.293762232417973, 56.039558711341421 ], [ -5.293278643222743, 56.040385246906744 ], [ -5.293679309781076, 56.04254117994271 ], [ -5.292109228739041, 56.044471065954475 ], [ -5.291842737203292, 56.045772771019216 ], [ -5.290791643883009, 56.046726825735547 ], [ -5.290918476302826, 56.047743826117078 ], [ -5.290177902459313, 56.048478314713982 ], [ -5.289424640726371, 56.048592814403037 ], [ -5.288329249559399, 56.050820137894263 ], [ -5.287051623187864, 56.051663327092662 ], [ -5.284335124473643, 56.054666522269166 ], [ -5.279199047774624, 56.057752010254298 ], [ -5.277587071610304, 56.058257866738963 ], [ -5.274917439568266, 56.059933545803148 ], [ -5.268823417762187, 56.062634969081721 ], [ -5.26869187759671, 56.063168872138313 ], [ -5.26990586355518, 56.065074049501185 ], [ -5.26536061714107, 56.06728919300717 ], [ -5.265441665842284, 56.069386230665501 ], [ -5.264280386528443, 56.071237468112535 ], [ -5.260856070612799, 56.072654101575125 ], [ -5.259662443063889, 56.073840881426619 ], [ -5.254551185845285, 56.07603459995417 ], [ -5.253685390337114, 56.077109279760613 ], [ -5.25290134472265, 56.077152438001796 ], [ -5.251596885980813, 56.077982455854261 ], [ -5.248233572793175, 56.079181353383753 ], [ -5.24688952092598, 56.080497821940384 ], [ -5.243634457625959, 56.081554393547691 ], [ -5.242699823722743, 56.082886115448893 ], [ -5.243540856053741, 56.083404298883146 ], [ -5.243040858644805, 56.084150131244364 ], [ -5.238131374020791, 56.086571566637637 ], [ -5.237181281209552, 56.08760787738143 ], [ -5.234233220250499, 56.088979768177921 ], [ -5.229381311326725, 56.092006147981436 ], [ -5.223905543321491, 56.09450474080073 ], [ -5.219621729167275, 56.09597409758441 ], [ -5.219075214483378, 56.096748006424818 ], [ -5.218485175048574, 56.096808351374335 ], [ -5.216801597203927, 56.099086251426399 ], [ -5.216944676786488, 56.100318629973302 ], [ -5.214679874186323, 56.102670085010864 ], [ -5.208827044503075, 56.105402540076852 ], [ -5.207272243621136, 56.105856500876286 ], [ -5.205114528630489, 56.105831664056154 ], [ -5.202835843269025, 56.107080193332152 ], [ -5.202865640773628, 56.107380579209881 ], [ -5.204803022225046, 56.106186763776769 ], [ -5.204588648663497, 56.107148850852383 ], [ -5.206021611908454, 56.108419646056106 ], [ -5.207668196757944, 56.108583616177008 ], [ -5.209708431702112, 56.108161974006727 ], [ -5.210431783846863, 56.108444314557126 ], [ -5.209388182472919, 56.109145703697429 ], [ -5.210116121487246, 56.110448275420019 ], [ -5.209904314855518, 56.111285347110567 ], [ -5.208192528964233, 56.112948039059447 ], [ -5.207711282401896, 56.114124735227328 ], [ -5.20968269089659, 56.115480382083582 ], [ -5.211465122798476, 56.115532894024241 ], [ -5.210365785166133, 56.116918967421888 ], [ -5.207782923761013, 56.118172795736044 ], [ -5.207939060729813, 56.119274486925541 ], [ -5.208885566482768, 56.119721844715095 ], [ -5.209498269800222, 56.120604895029111 ], [ -5.209119446836943, 56.121176611841193 ], [ -5.206901692671141, 56.12189052154956 ], [ -5.206981251058602, 56.122459308369834 ], [ -5.205554951782051, 56.123885293146955 ], [ -5.205563328579262, 56.125629101396505 ], [ -5.204030993512354, 56.126653277948144 ], [ -5.20409706408109, 56.127447161428172 ], [ -5.203132836194707, 56.127368807659977 ], [ -5.202302464313038, 56.127835351733715 ], [ -5.203418719867432, 56.127999664350256 ], [ -5.203318964946901, 56.128348361332272 ], [ -5.201446548724555, 56.129349864910296 ], [ -5.200553410998502, 56.12944944238513 ], [ -5.199652142339147, 56.130129066156421 ], [ -5.195919387226547, 56.131313543307769 ], [ -5.194198353577876, 56.131524406162491 ], [ -5.191007364175194, 56.133130712190606 ], [ -5.18887910589911, 56.133576770558918 ], [ -5.18546129822649, 56.134878640547797 ], [ -5.1791443510207, 56.136070826547311 ], [ -5.173512722348657, 56.136206754950493 ], [ -5.170841021522001, 56.137291251118988 ], [ -5.170157686795085, 56.13788863789997 ], [ -5.166783877663249, 56.138074124848522 ], [ -5.165497484271449, 56.138974624006856 ], [ -5.164842726789948, 56.138941969609661 ], [ -5.163401183760804, 56.138151870693477 ], [ -5.158859981319582, 56.13843447390844 ], [ -5.155076700433384, 56.137573833850674 ], [ -5.152673461402292, 56.137599278295625 ], [ -5.14912093048447, 56.138965587456035 ], [ -5.147628727703115, 56.139894517095165 ], [ -5.145759502617215, 56.140131846222523 ], [ -5.143152599535095, 56.141726483304723 ], [ -5.142964141887347, 56.141370798623242 ], [ -5.141646985725696, 56.141330611884435 ], [ -5.140209805709323, 56.14191104922299 ], [ -5.137866566937145, 56.142201665561984 ], [ -5.137090505885189, 56.141965186365383 ], [ -5.127819972852298, 56.146074917580513 ], [ -5.124650772229029, 56.148294679320323 ], [ -5.121717637414643, 56.148863302844497 ], [ -5.120434218180008, 56.149718288332309 ], [ -5.11802223668402, 56.150062395301347 ], [ -5.112983366120393, 56.152176224427933 ], [ -5.111439834573726, 56.152507289953839 ], [ -5.111248263364421, 56.152926532715497 ], [ -5.101797838918982, 56.155989691876641 ], [ -5.097376203875505, 56.158327370470872 ], [ -5.095189874793221, 56.159922980711443 ], [ -5.089219853887534, 56.162689294579557 ], [ -5.081561206074448, 56.1674939951873 ], [ -5.080610014360153, 56.167185119306097 ], [ -5.080346479079988, 56.167313329827742 ], [ -5.080470511131988, 56.168701510083558 ], [ -5.082563163095581, 56.171550166177866 ], [ -5.081851471095575, 56.171858283961981 ], [ -5.083061978104534, 56.172003364799984 ], [ -5.083407322373912, 56.174420076603482 ], [ -5.084092302173409, 56.175465518309707 ], [ -5.08288939475273, 56.176561688317271 ], [ -5.080610196392526, 56.180376108070469 ], [ -5.08012442221798, 56.182197779502395 ], [ -5.077564670395653, 56.186360722148905 ], [ -5.074549279139292, 56.190175369418824 ], [ -5.070664192610149, 56.1969330776787 ], [ -5.063797737576932, 56.20242070224328 ], [ -5.059893606860241, 56.204931064388703 ], [ -5.061584228683269, 56.206615127377404 ], [ -5.055185392694932, 56.21092203789275 ], [ -5.046563576956806, 56.214474385647264 ], [ -5.043266505328122, 56.216429868479487 ], [ -5.042119425605416, 56.217527823485931 ], [ -5.03852695538346, 56.219222565367005 ], [ -5.035116433803204, 56.221589614621735 ], [ -5.034315644190132, 56.221970640999984 ], [ -5.033799270983114, 56.221765778987354 ], [ -5.033812234191781, 56.222113341451312 ], [ -5.032043116939733, 56.223308263976627 ], [ -5.032315684015159, 56.223572151018558 ], [ -5.031468236141369, 56.223281913765739 ], [ -5.028303637144361, 56.224113678053847 ], [ -5.026438831648031, 56.225080738844106 ], [ -5.021759277557837, 56.226574159340267 ], [ -5.020897335555823, 56.227165137756991 ], [ -5.018584208284133, 56.227237827359922 ], [ -5.007602741473065, 56.230175264914962 ], [ -5.005900626990046, 56.231313332338175 ], [ -5.004267013991991, 56.231060900238795 ], [ -5.002100604054339, 56.231423653861675 ], [ -4.996802518662699, 56.231570183848881 ], [ -4.99647584089093, 56.232036543674766 ], [ -4.996012878755931, 56.231584829527655 ], [ -4.994858359524677, 56.231680222715482 ], [ -4.994655979549682, 56.232498632708257 ], [ -4.993406531425231, 56.23230866266664 ], [ -4.993488820534331, 56.233052759154297 ], [ -4.992186110242257, 56.233421385643055 ], [ -4.990584610213158, 56.234408479486852 ], [ -4.989274143603356, 56.234575009124192 ], [ -4.985007000973569, 56.234287094634887 ], [ -4.983171659019356, 56.235383108710046 ], [ -4.981612817219128, 56.235573527318174 ], [ -4.979622798813985, 56.23686198522276 ], [ -4.974689944045957, 56.238917895732818 ], [ -4.971063891293199, 56.24190851724768 ], [ -4.970771352036712, 56.242612189835434 ], [ -4.964081925121431, 56.246080661818247 ], [ -4.963645394461235, 56.246594505002548 ], [ -4.958877148133997, 56.246731172428774 ], [ -4.957639536031625, 56.247430454871868 ], [ -4.95606912872619, 56.249153425425781 ], [ -4.953752027511491, 56.248983175661827 ], [ -4.951706216266483, 56.250008219947432 ], [ -4.950296104290866, 56.249979848771453 ], [ -4.949277632320879, 56.25036190137422 ], [ -4.948288364326968, 56.251039881546852 ], [ -4.947503800031039, 56.25291029044633 ], [ -4.945752300410831, 56.25409271143198 ], [ -4.944229398784016, 56.256128997517266 ], [ -4.943049454084377, 56.256451018957414 ], [ -4.942795378726196, 56.257011676753109 ], [ -4.941433770094019, 56.256945192740019 ], [ -4.9398687253605, 56.255048010294765 ], [ -4.939650584214742, 56.255340838621443 ], [ -4.93921179508208, 56.255157109527786 ], [ -4.939389810933323, 56.25459377298062 ], [ -4.938027478349419, 56.256369979645015 ], [ -4.937049071627568, 56.256709626881403 ], [ -4.933061113307978, 56.26005283015833 ], [ -4.93165836410883, 56.260673957537577 ], [ -4.926758301282337, 56.264499685340233 ], [ -4.918728591575656, 56.269982014032955 ], [ -4.916773636029878, 56.27231127013637 ], [ -4.917454292688876, 56.272551397735519 ], [ -4.920511211824643, 56.270268027219252 ], [ -4.920083546213802, 56.269532057158791 ], [ -4.9204469410752, 56.269213365538327 ], [ -4.922727182630172, 56.268399955589658 ], [ -4.923300910282327, 56.268826847061476 ], [ -4.922110270102104, 56.268783070711898 ], [ -4.922495703806851, 56.268859357781679 ], [ -4.921812951897754, 56.269014813387109 ], [ -4.924072785910923, 56.269204108096403 ], [ -4.921483299530117, 56.269669790825319 ], [ -4.922883404783043, 56.269811994837596 ], [ -4.921996867070209, 56.269837435111683 ], [ -4.921670521567897, 56.270218177579466 ], [ -4.924240993089247, 56.269820356728943 ], [ -4.921104149054312, 56.270734924699305 ], [ -4.921314533307613, 56.271269281794787 ], [ -4.921638343691827, 56.270749274558632 ], [ -4.922951232492027, 56.270489043867528 ], [ -4.924172572309504, 56.271039952518628 ], [ -4.926997914806893, 56.271503466271277 ], [ -4.927924676413466, 56.27088377899419 ], [ -4.929179509951657, 56.270815418088809 ], [ -4.932075453813717, 56.269520734155982 ], [ -4.933219642936505, 56.268113825471055 ], [ -4.934852228194809, 56.267811726726329 ], [ -4.940930296464091, 56.2636403634245 ], [ -4.941576975350315, 56.262807001060779 ], [ -4.944507748844074, 56.261537250349434 ], [ -4.948458697219046, 56.259150963960451 ], [ -4.953245937677063, 56.257773801736498 ], [ -4.961953269099812, 56.256244192341207 ], [ -4.967382010131922, 56.25471627020471 ], [ -4.977189063070728, 56.251145650097172 ], [ -4.978688510125772, 56.250390422685712 ], [ -4.979401051711558, 56.249586721993325 ], [ -4.989549719505484, 56.245355151670488 ], [ -4.996589159681921, 56.243297051235693 ], [ -4.997651800750189, 56.242331938576292 ], [ -4.999081337604254, 56.24285908507693 ], [ -5.002484332807581, 56.243127064906574 ], [ -5.008891274015705, 56.24262882700139 ], [ -5.011400718274272, 56.242371768879991 ], [ -5.015265669725055, 56.241390347755072 ], [ -5.017278876141346, 56.241352019178365 ], [ -5.019247154019389, 56.240661247526134 ], [ -5.022577360232492, 56.240190647153405 ], [ -5.024536231254413, 56.23889145583987 ], [ -5.028254480234761, 56.23818647719181 ], [ -5.033881762003742, 56.236049322600792 ], [ -5.040796484899713, 56.234483414361065 ], [ -5.045992384003713, 56.234367182979661 ], [ -5.046721758917935, 56.235523197475871 ], [ -5.046717419011685, 56.239612486462924 ], [ -5.04566200267366, 56.241566671201575 ], [ -5.044961463126761, 56.245916710010633 ], [ -5.043254655322201, 56.248108941523988 ], [ -5.043919908248206, 56.249268349157539 ], [ -5.046455496121846, 56.250251343474048 ], [ -5.046419119297797, 56.250622546963818 ], [ -5.044702988366011, 56.250792509308688 ], [ -5.042411580703817, 56.252356392998685 ], [ -5.041376938820703, 56.253439869139044 ], [ -5.041600430919582, 56.254729709241481 ], [ -5.040696168653353, 56.254954204052893 ], [ -5.038578218157125, 56.257162761094484 ], [ -5.039310823289097, 56.257379374211482 ], [ -5.038559070112347, 56.259201968800838 ], [ -5.03938454903546, 56.258186585164793 ], [ -5.040000131002889, 56.25924835350876 ], [ -5.041362088437069, 56.2596409513135 ], [ -5.040092308361228, 56.259941847311111 ], [ -5.039179894044771, 56.259678419123638 ], [ -5.039009890708689, 56.260161718159551 ], [ -5.039897144940854, 56.260474307569289 ], [ -5.04191915831835, 56.259558033356285 ], [ -5.043321369867804, 56.256919375286074 ], [ -5.044732988275294, 56.255519173078049 ], [ -5.047051766068443, 56.254318635254599 ], [ -5.048058704526637, 56.253071290799816 ], [ -5.046007287844001, 56.251681775970212 ], [ -5.046380520172881, 56.251016420131485 ], [ -5.046536479042818, 56.250730260945502 ], [ -5.04661218373849, 56.250603424567544 ], [ -5.046780892897213, 56.250302654469088 ], [ -5.043958642867577, 56.248678605079824 ], [ -5.044025202900019, 56.24772771020573 ], [ -5.045093919898187, 56.24646628210305 ], [ -5.046130684735291, 56.245860043032089 ], [ -5.051583421295106, 56.246679337150347 ], [ -5.053703572286186, 56.246520919187425 ], [ -5.057564548690377, 56.244222243241225 ], [ -5.057857848850261, 56.243041896540326 ], [ -5.065624302916078, 56.238516747405434 ], [ -5.067292399153046, 56.237072148720678 ], [ -5.069673056414771, 56.236061993687443 ], [ -5.070671846209434, 56.236723069493785 ], [ -5.071077989280528, 56.238367904662212 ], [ -5.071524455275276, 56.238399961308787 ], [ -5.071052528046643, 56.236619225787805 ], [ -5.070199152632228, 56.235859255414987 ], [ -5.072792716267128, 56.234204612595668 ], [ -5.073670525027369, 56.232571011706298 ], [ -5.071692422342151, 56.231349097746012 ], [ -5.071285503216031, 56.231265720293329 ], [ -5.070459492741479, 56.231733007431544 ], [ -5.070308290727581, 56.23155787658829 ], [ -5.071177073738332, 56.231221670067384 ], [ -5.072124934213864, 56.229596227298146 ], [ -5.075037352370869, 56.228684209598953 ], [ -5.075730873640044, 56.22817613930831 ], [ -5.076546417984319, 56.226232133992248 ], [ -5.076427888550156, 56.225297500553488 ], [ -5.077556800179251, 56.224183489266728 ], [ -5.077538751329394, 56.223355124996836 ], [ -5.081149516673428, 56.222185548688167 ], [ -5.082518547496925, 56.220367930801672 ], [ -5.083727337992449, 56.219508960465916 ], [ -5.084481021414549, 56.219812869788562 ], [ -5.086957662694173, 56.21963327462268 ], [ -5.090495123982167, 56.217741604046921 ], [ -5.095183617658146, 56.20946372107931 ], [ -5.094625850554353, 56.207747236224129 ], [ -5.09767516058661, 56.206659526409673 ], [ -5.097517243240461, 56.206101648559233 ], [ -5.097961713732623, 56.206513007013122 ], [ -5.098717578964388, 56.206386181511441 ], [ -5.100031290097557, 56.204878969347035 ], [ -5.104739529380846, 56.201974038338619 ], [ -5.105174125755982, 56.200767524869505 ], [ -5.104416960435343, 56.199779737175056 ], [ -5.104625027320615, 56.198763199850653 ], [ -5.105625862284047, 56.198477353500714 ], [ -5.10575223199142, 56.198743859556686 ], [ -5.107075690398788, 56.198957793450496 ], [ -5.106751722064417, 56.198840088242093 ], [ -5.10745380328595, 56.198449371006745 ], [ -5.106604835572691, 56.198619046105719 ], [ -5.10585491272513, 56.19831877564684 ], [ -5.107368317580494, 56.197691914577312 ], [ -5.106926086761368, 56.19780641461368 ], [ -5.106915985820555, 56.197581933008891 ], [ -5.106009069746749, 56.198031733543409 ], [ -5.106357418596355, 56.197753293013328 ], [ -5.105995110409712, 56.19756013984798 ], [ -5.106859060908577, 56.197376607728977 ], [ -5.107067655956304, 56.19656680845241 ], [ -5.107880046051355, 56.196941910042362 ], [ -5.107815915625052, 56.196547988386349 ], [ -5.108303325522652, 56.196693041741206 ], [ -5.108369656941148, 56.197711673192373 ], [ -5.110691740536327, 56.198210575332567 ], [ -5.110730938861302, 56.199490583007496 ], [ -5.111152237076573, 56.198122570081537 ], [ -5.110242154671347, 56.197039783214976 ], [ -5.108094660384943, 56.195808337753292 ], [ -5.10850781703926, 56.195334987387731 ], [ -5.108090702505543, 56.194464517383182 ], [ -5.105903543423184, 56.192141818972686 ], [ -5.106815725804773, 56.190662594706531 ], [ -5.105860227393984, 56.186821165618547 ], [ -5.107449638925668, 56.184947348110441 ], [ -5.107310498740422, 56.183526022046586 ], [ -5.108440776928571, 56.180661414067785 ], [ -5.11193998105013, 56.178393360522257 ], [ -5.113199909913585, 56.177035664122279 ], [ -5.115682039922409, 56.175647127934099 ], [ -5.11718142188131, 56.173568682650867 ], [ -5.117103018708915, 56.173098713604141 ], [ -5.116399908150925, 56.172873741206431 ], [ -5.118220778230826, 56.171780506281607 ], [ -5.117086847908555, 56.171409098747787 ], [ -5.11753078450982, 56.170723681851676 ], [ -5.118368172520944, 56.170419371857278 ], [ -5.118748181103861, 56.170634513355893 ], [ -5.119442621650768, 56.170455163847684 ], [ -5.119395267197275, 56.169970927294237 ], [ -5.120929812788803, 56.168727564577274 ], [ -5.122059892235696, 56.168258515071081 ], [ -5.123055365680712, 56.168215365787091 ], [ -5.126176244632145, 56.165677769568049 ], [ -5.127957721960177, 56.164998896926427 ], [ -5.129680702455221, 56.163800087247921 ], [ -5.131309292697789, 56.163322808602906 ], [ -5.132082464946379, 56.162332329839828 ], [ -5.133900198969415, 56.161211959938413 ], [ -5.135351804890172, 56.160936887396623 ], [ -5.140913999703703, 56.158426777980424 ], [ -5.143018679802862, 56.158142190421216 ], [ -5.145819438046374, 56.156797041495913 ], [ -5.146392493576854, 56.156792328604588 ], [ -5.145294294411749, 56.157820849888282 ], [ -5.151853512469875, 56.157780345576739 ], [ -5.158957798440421, 56.156492170443997 ], [ -5.163976250105486, 56.156013077638406 ], [ -5.169973600838353, 56.154025353976657 ], [ -5.169990492547312, 56.153741745483032 ], [ -5.17153868719733, 56.153081697902593 ], [ -5.171408169697148, 56.152182486435514 ], [ -5.172794939772451, 56.152397668912791 ], [ -5.174164262068333, 56.151601045277893 ], [ -5.174269597785209, 56.151120984395362 ], [ -5.173806639972155, 56.15097556685545 ], [ -5.174206508788226, 56.150610193919015 ], [ -5.176031261715936, 56.151722037640972 ], [ -5.177823124584116, 56.150874946752403 ], [ -5.177844195822542, 56.151149489365025 ], [ -5.178317036024534, 56.150868525492612 ], [ -5.179923159667315, 56.15095122568183 ], [ -5.179574078253353, 56.15039116760569 ], [ -5.180992126542011, 56.151670177892775 ], [ -5.181413280924297, 56.151150164768424 ], [ -5.182683378739572, 56.150792001667419 ], [ -5.185720431407599, 56.150728055473373 ], [ -5.19025322161457, 56.149823507349375 ], [ -5.192143030109378, 56.149889727462003 ], [ -5.195611681496818, 56.148062270793787 ], [ -5.198870148850236, 56.147255104098591 ], [ -5.200253244561271, 56.146148574644762 ], [ -5.206344207076392, 56.143700821986663 ], [ -5.209589119756084, 56.140904268138939 ], [ -5.211015987607903, 56.140540829031586 ], [ -5.213340102561597, 56.139334146364433 ], [ -5.215883154921553, 56.138803144032984 ], [ -5.218108100478562, 56.137087428616013 ], [ -5.221006652778002, 56.135920454836267 ], [ -5.222980534878223, 56.134210297888124 ], [ -5.222427669805499, 56.133856148535394 ], [ -5.222706820665564, 56.133633103221776 ], [ -5.223512803847577, 56.13403008527311 ], [ -5.225154527779135, 56.1333534112973 ], [ -5.225274348338233, 56.131978424318454 ], [ -5.225951575089498, 56.131338625249924 ], [ -5.226624045621011, 56.131064834885187 ], [ -5.225953819085182, 56.131845596123902 ], [ -5.227184071505389, 56.132349231794606 ], [ -5.22797720327926, 56.132323996147733 ], [ -5.230722303834933, 56.130621403117807 ], [ -5.236620030607056, 56.128491793544114 ], [ -5.237425232806617, 56.127481782283269 ], [ -5.236857949523164, 56.124218934420782 ], [ -5.239572113117972, 56.124302342242146 ], [ -5.238843394649256, 56.125206079153962 ], [ -5.239615328311885, 56.125466303752084 ], [ -5.2389753535687, 56.125167555136592 ], [ -5.239943605257922, 56.124375297167362 ], [ -5.242702953467044, 56.123963002859497 ], [ -5.24440776221717, 56.123050664231194 ], [ -5.245895941017972, 56.121650450051376 ], [ -5.246793602035011, 56.119718265635932 ], [ -5.247658270688751, 56.118998789452682 ], [ -5.250330996469101, 56.117832539801313 ], [ -5.251896013535521, 56.116584850114492 ], [ -5.251786226587504, 56.116104082039442 ], [ -5.252629666943369, 56.115325793670479 ], [ -5.25519498157899, 56.113483518499457 ], [ -5.256100321573061, 56.111345181314768 ], [ -5.25520732996531, 56.109802685201494 ], [ -5.256667644019902, 56.10659876545877 ], [ -5.255733102637334, 56.106010311614476 ], [ -5.254611775844927, 56.106162161228156 ], [ -5.253806262222175, 56.10592000072613 ], [ -5.254994036027372, 56.104993264529362 ], [ -5.255439217842188, 56.10397913204929 ], [ -5.257876932290197, 56.102274104242504 ], [ -5.260453227083663, 56.101068804072689 ], [ -5.259357698629083, 56.099812178952085 ], [ -5.257487560769848, 56.099951475374397 ], [ -5.257168311538059, 56.097411233300321 ], [ -5.259294570259745, 56.096878601784553 ], [ -5.259951902408345, 56.095998189084895 ], [ -5.263838563622554, 56.09479413381203 ], [ -5.26935780919427, 56.09473338165634 ], [ -5.272240240776841, 56.092787015717441 ], [ -5.273886544892187, 56.092383728011974 ], [ -5.27845327510936, 56.090298097495982 ], [ -5.283297587398136, 56.089306191164162 ], [ -5.288727735666198, 56.083214545509669 ], [ -5.292409694742334, 56.079920306637817 ], [ -5.292209179168366, 56.078042220720114 ], [ -5.29386101360564, 56.075642687957256 ], [ -5.293873681507589, 56.074379230520584 ], [ -5.295348470795127, 56.073296968196637 ], [ -5.294251754129297, 56.071559701720915 ], [ -5.294526499966739, 56.070918554079299 ], [ -5.294171308125017, 56.07052348545178 ], [ -5.295527291946496, 56.069745563208897 ], [ -5.295809883848031, 56.068632217722246 ], [ -5.297152614682735, 56.067324209011559 ], [ -5.297479897573604, 56.06532412939417 ], [ -5.300076009809757, 56.064674804464957 ], [ -5.302535584801052, 56.064496571750013 ], [ -5.305697475440057, 56.061355163683537 ], [ -5.309267299203917, 56.060072686516165 ], [ -5.312272487090452, 56.059515502969631 ], [ -5.312340943644331, 56.058628124152591 ], [ -5.315003019170497, 56.057819372042466 ], [ -5.315886238509738, 56.057813600568309 ], [ -5.316130233858757, 56.058876879195701 ], [ -5.317711528787832, 56.059234402790445 ], [ -5.319514419237072, 56.0593656785381 ], [ -5.320778505556814, 56.058837171147786 ], [ -5.321614526336488, 56.06014970648441 ], [ -5.322577751613627, 56.060326033097596 ], [ -5.322652379159619, 56.060912885499405 ], [ -5.324189969979529, 56.060947855380753 ], [ -5.323324506809727, 56.062746768612975 ], [ -5.32453032120683, 56.063033415588812 ], [ -5.320971053670272, 56.064716120983164 ], [ -5.321049735614777, 56.065163515390296 ], [ -5.324213249496276, 56.065788497091603 ], [ -5.323864077587463, 56.066678958229055 ], [ -5.321369912812473, 56.068640419941609 ], [ -5.323290074959023, 56.068915029551874 ], [ -5.324200589865578, 56.06862617168818 ], [ -5.325796924450343, 56.068966111104139 ], [ -5.326057232278959, 56.069319600232738 ], [ -5.328437255972909, 56.069353371797447 ], [ -5.329211082927947, 56.069678607388113 ], [ -5.329591460710255, 56.06937435387163 ], [ -5.333074796669021, 56.068728238628445 ], [ -5.333921577544067, 56.068223464956773 ], [ -5.335434096233961, 56.066682074466449 ], [ -5.336577428579255, 56.062768217524734 ], [ -5.334920413225013, 56.062133380630321 ], [ -5.334993484171201, 56.060673173262778 ], [ -5.334713631405404, 56.061042154132053 ], [ -5.332530570406577, 56.060715497354991 ], [ -5.331615597744288, 56.060019202658893 ], [ -5.330969883270926, 56.06000338602751 ], [ -5.330944347388234, 56.05920483707672 ], [ -5.330101223558481, 56.058595594805915 ], [ -5.328301750121281, 56.05857855863551 ], [ -5.326261307939868, 56.058021387651586 ], [ -5.331184493779239, 56.054856924550521 ], [ -5.333424025069744, 56.054836844852453 ], [ -5.335605793853085, 56.054427207776364 ], [ -5.336601805850733, 56.053496724895112 ], [ -5.338480733043882, 56.052744608162577 ], [ -5.340418364932285, 56.051464935163295 ], [ -5.341788385631408, 56.049382495830002 ], [ -5.34120186610931, 56.047802606105357 ], [ -5.338579014671969, 56.045985698586207 ], [ -5.337109544293299, 56.043665523986128 ], [ -5.337846325201248, 56.040017965996761 ], [ -5.337610164643966, 56.038028502202629 ], [ -5.338138641680089, 56.036989288695402 ], [ -5.337772948848597, 56.033128842572026 ], [ -5.338471891569141, 56.031833278759841 ], [ -5.338121799921986, 56.03131233059225 ], [ -5.338482749222937, 56.031122745644133 ], [ -5.339242625473823, 56.031461772940425 ], [ -5.340359426528949, 56.030914560345181 ], [ -5.340976824930245, 56.028955902492918 ], [ -5.341799641299737, 56.028259313578431 ], [ -5.343543221359047, 56.027906345261883 ], [ -5.343713419272305, 56.027461198203881 ], [ -5.343135237827188, 56.027458904488384 ], [ -5.344365891478583, 56.026652337790281 ], [ -5.345278584004834, 56.022451524768002 ], [ -5.346696316168481, 56.021675813779254 ], [ -5.348546285997321, 56.021535649488932 ], [ -5.349211050460061, 56.022074987890754 ], [ -5.35104936346874, 56.02180024668889 ], [ -5.352261796322661, 56.022360635418259 ], [ -5.353106058957056, 56.021915113822217 ], [ -5.354092315418079, 56.021996156403901 ], [ -5.354823299774609, 56.024776775699408 ], [ -5.356395052580209, 56.024962330980244 ], [ -5.357225904236207, 56.024768878955605 ], [ -5.357074261828391, 56.025259393023838 ], [ -5.357808271155268, 56.024912141767508 ], [ -5.357416495747383, 56.025632162486424 ], [ -5.35827688732352, 56.025445990060526 ], [ -5.358873728828889, 56.024721275756399 ], [ -5.359972965211461, 56.024531277398367 ], [ -5.360487809142793, 56.024064119161665 ], [ -5.361747791137358, 56.023950634693172 ], [ -5.364311302119751, 56.022601326883652 ], [ -5.365540661742087, 56.021270430142692 ], [ -5.36512821092964, 56.019317277472155 ], [ -5.366634074478404, 56.016979074063855 ], [ -5.366668828585443, 56.015903762187712 ], [ -5.368734710082618, 56.014193044345411 ], [ -5.368811473098102, 56.014613498361093 ], [ -5.369467765884243, 56.014685456364745 ], [ -5.37030533511511, 56.013430849578299 ], [ -5.371178359579397, 56.01359576462481 ], [ -5.372086543029111, 56.012415631391598 ], [ -5.372993951013131, 56.012790869101288 ], [ -5.373345069188638, 56.011940643394539 ], [ -5.374145383454981, 56.011824326935368 ], [ -5.375108176686308, 56.010076271146914 ], [ -5.377351687783165, 56.009304535702015 ], [ -5.380068390017699, 56.005777662850264 ], [ -5.38371863876932, 56.004032181705853 ], [ -5.38456015065518, 56.002646994772867 ], [ -5.384781117802373, 56.003063479366396 ], [ -5.383282908928753, 56.006296281978308 ], [ -5.383700068215977, 56.007120945252986 ], [ -5.38459058102067, 56.007303264742205 ], [ -5.3843554853644, 56.007642373948769 ], [ -5.386370716271836, 56.007016093907247 ], [ -5.390265173725279, 56.004580419354959 ], [ -5.391597134380763, 56.005222542918659 ], [ -5.392506277496203, 56.005251452284675 ], [ -5.393307776533392, 56.007162351714932 ], [ -5.394304355096053, 56.007364156409629 ], [ -5.396470551555698, 56.006540250850641 ], [ -5.400561202031724, 56.003788654403593 ], [ -5.4010125239469, 56.002899609906649 ], [ -5.40327813592008, 56.001933478684919 ], [ -5.403765812177889, 56.002005414828965 ], [ -5.404479159196531, 56.001086638678828 ], [ -5.405546532260351, 56.00054466737685 ], [ -5.405784374850796, 56.001423668449476 ], [ -5.407805024611039, 56.002140977282785 ], [ -5.408048258432619, 56.003626693528972 ], [ -5.407507951874937, 56.005143076557637 ], [ -5.406827133697407, 56.005611438757413 ], [ -5.407231846196705, 56.006198122294386 ], [ -5.411501849691438, 56.006489018078071 ], [ -5.411995747947907, 56.006812488466089 ], [ -5.411437298796651, 56.007394365471889 ], [ -5.41267602541375, 56.00806582126706 ], [ -5.412603721743892, 56.008337543665021 ], [ -5.413927358195441, 56.008152523489308 ], [ -5.415365086222839, 56.008350924050546 ], [ -5.416211870557794, 56.007945341499301 ], [ -5.417359230200792, 56.007944985526436 ], [ -5.41788434297228, 56.008348483332213 ], [ -5.417553330518182, 56.008870134653975 ], [ -5.419022151231338, 56.008784424510075 ], [ -5.421203446855018, 56.009586970462259 ], [ -5.422225363276292, 56.009347305174686 ], [ -5.422201018678612, 56.009797515448518 ], [ -5.422741812304988, 56.009652126432044 ], [ -5.423103341468071, 56.010019689884317 ], [ -5.42298334919253, 56.01047705344866 ], [ -5.423688544983305, 56.010466447865049 ], [ -5.423161064479991, 56.011577969263115 ], [ -5.423516994002292, 56.011972659399554 ], [ -5.423895940736752, 56.012083502381877 ], [ -5.425084773927423, 56.011281752367573 ], [ -5.42559662003704, 56.011352932350135 ], [ -5.424573394068268, 56.012302925679542 ], [ -5.42619481648255, 56.01221738496573 ], [ -5.426705929512173, 56.011555839420055 ], [ -5.427572538084264, 56.011374394104593 ], [ -5.42657843067231, 56.012561848037137 ], [ -5.427494993771247, 56.013215148862379 ], [ -5.428323691612803, 56.015682513735946 ], [ -5.427959944141406, 56.016196114037108 ], [ -5.428378011724328, 56.017290336571463 ], [ -5.427422700172275, 56.019007165780572 ], [ -5.427853053683404, 56.019244235465031 ], [ -5.427552163810628, 56.019543904694018 ], [ -5.428255209191645, 56.021063550876285 ], [ -5.427799909598985, 56.021830537141362 ], [ -5.428537393448027, 56.022290120821836 ], [ -5.428673332110666, 56.022465252852328 ], [ -5.428470719528062, 56.022318016709228 ], [ -5.427998723812113, 56.022515490785963 ], [ -5.427838261124481, 56.023077377608409 ], [ -5.42925583549027, 56.024235492532164 ], [ -5.430490524529623, 56.027293023126575 ], [ -5.431433096796735, 56.028198214368722 ], [ -5.430934435037837, 56.033593927018082 ], [ -5.431344063181027, 56.033848646255322 ], [ -5.430703918002471, 56.033620124151426 ], [ -5.431030560344115, 56.034224195181743 ], [ -5.430504546716818, 56.034792665338045 ], [ -5.431885332050387, 56.035747691747027 ], [ -5.436945849833046, 56.036833893952164 ], [ -5.440263190358298, 56.037206153053994 ], [ -5.440415990419915, 56.037791549095033 ], [ -5.439474699903067, 56.038721519232517 ], [ -5.440361545846545, 56.038238238952268 ], [ -5.440451200162495, 56.037926441973795 ], [ -5.440519350473402, 56.037689428549939 ], [ -5.440660723672869, 56.037197752286154 ], [ -5.439204229839366, 56.03680235748115 ], [ -5.439714013012366, 56.036341291283364 ], [ -5.439738686415573, 56.035392081969192 ], [ -5.438666076055266, 56.036710385106701 ], [ -5.437006206691313, 56.036212750975345 ], [ -5.439268112261452, 56.035445673931989 ], [ -5.440986022682506, 56.034269382629127 ], [ -5.443408680653889, 56.028444045694485 ], [ -5.445048627359231, 56.026776276977813 ], [ -5.444865092782573, 56.02556406142277 ], [ -5.445793312920356, 56.024900663067385 ], [ -5.445449322616914, 56.021582806139349 ], [ -5.446520609727675, 56.020778740095707 ], [ -5.448185749030714, 56.017329146220312 ], [ -5.447003364492972, 56.015680061553773 ], [ -5.446965834994816, 56.014629192409252 ], [ -5.446382412659485, 56.014656303515096 ], [ -5.445691138015758, 56.014211716332063 ], [ -5.445978860653948, 56.014054422126542 ], [ -5.445257012771239, 56.013680815792895 ], [ -5.445435331953616, 56.013322492080547 ], [ -5.44419986654294, 56.013218580607727 ], [ -5.445986029900032, 56.013000504497363 ], [ -5.446200862269054, 56.012457746610529 ], [ -5.444885654823943, 56.012089047556643 ], [ -5.443128937491075, 56.012547237420719 ], [ -5.444928014482463, 56.01198806562995 ], [ -5.446250544709508, 56.011988837157688 ], [ -5.448783762594323, 56.010664632513496 ], [ -5.450642144854466, 56.00809247650087 ], [ -5.450210385465057, 56.005160088974662 ], [ -5.449375587169007, 56.004670094595042 ], [ -5.449091371877944, 56.00349846267774 ], [ -5.447294443105454, 56.0022226255604 ], [ -5.44725485168505, 56.001184399898314 ], [ -5.446831548811174, 56.000953495101555 ], [ -5.448542033589128, 55.998885389331647 ], [ -5.447056063071806, 55.99526324206137 ], [ -5.447475830346128, 55.994213057672162 ], [ -5.447221219572411, 55.992165790212816 ], [ -5.445673259248642, 55.991175168239792 ], [ -5.445000653934536, 55.989836376895731 ], [ -5.446034045848644, 55.9885622421154 ], [ -5.445904250204396, 55.987194779396575 ], [ -5.446705953305401, 55.986021523222497 ], [ -5.44643855283648, 55.984729838101913 ], [ -5.445748321869361, 55.98418273382314 ], [ -5.445894807580214, 55.983486344227259 ], [ -5.444761835896943, 55.983189878952025 ], [ -5.445579362354433, 55.982825357168132 ], [ -5.446304599561161, 55.9816946999603 ], [ -5.445746719619056, 55.981642881004099 ], [ -5.445422496587171, 55.980973148518473 ], [ -5.446787090336433, 55.980269641071246 ], [ -5.448650746422254, 55.97816665899142 ], [ -5.45012992683509, 55.977886965918621 ], [ -5.44899282965132, 55.977866674735672 ], [ -5.448612248240704, 55.977590527657682 ], [ -5.44899779123062, 55.976806519862066 ], [ -5.448338985907833, 55.976610990502422 ], [ -5.449126713395506, 55.975697938503473 ], [ -5.447619210111352, 55.974668453938065 ], [ -5.445979379255816, 55.974529148180061 ], [ -5.449568479483315, 55.973241860863645 ], [ -5.451150650878531, 55.971925322909456 ], [ -5.448045192431306, 55.968919491814269 ], [ -5.448351122246959, 55.968034319505698 ], [ -5.447645073310033, 55.965145565957627 ], [ -5.446701689294983, 55.964992164881409 ], [ -5.446088235599935, 55.964042826239591 ], [ -5.444658037872703, 55.963732210661121 ], [ -5.444787297893785, 55.961040343424116 ], [ -5.443838121393833, 55.958747272956543 ], [ -5.444026146758249, 55.957977794224242 ], [ -5.44510206753394, 55.958001632703777 ], [ -5.441323524469426, 55.95669127159443 ], [ -5.437879072491508, 55.956072749172527 ], [ -5.435557582700006, 55.954923807390479 ], [ -5.434274416025047, 55.954730348901037 ], [ -5.432095926946867, 55.952570388640467 ], [ -5.428692005090587, 55.946789790306056 ], [ -5.429239912343649, 55.941483459876892 ], [ -5.428665591504124, 55.93997103071694 ], [ -5.429063469590033, 55.93986913857232 ], [ -5.428440973607246, 55.939514263731922 ], [ -5.427698915134754, 55.935650922252918 ], [ -5.424883882759515, 55.932070058546685 ], [ -5.424442338189298, 55.929699794795873 ], [ -5.425085677238796, 55.928189422266286 ], [ -5.424255845314157, 55.923959885525605 ], [ -5.422563352698487, 55.921201857662489 ], [ -5.422721336884454, 55.917457303745813 ], [ -5.421649061162825, 55.914466232227007 ], [ -5.420098602881928, 55.912949447051432 ], [ -5.420130160348331, 55.911581973491316 ], [ -5.421238472850453, 55.911243671731725 ], [ -5.420647630818356, 55.911005663122431 ], [ -5.420925083887266, 55.909159335655644 ], [ -5.419393160630712, 55.906850841417217 ], [ -5.417909512585929, 55.907269685494661 ], [ -5.418302503187173, 55.90618886482163 ], [ -5.417756836645588, 55.9058084332787 ], [ -5.418916457160535, 55.905254744255835 ], [ -5.418529945849923, 55.904137145086331 ], [ -5.41893846089733, 55.903051394449932 ], [ -5.419829593772213, 55.902266902005756 ], [ -5.419047335315152, 55.900562420094403 ], [ -5.419295440312209, 55.899836261476857 ], [ -5.418579504934881, 55.898975066067244 ], [ -5.419542775564461, 55.896466835281764 ], [ -5.41681158906618, 55.892250544554663 ], [ -5.415821587803763, 55.89209103651492 ], [ -5.41521685464843, 55.891636714525255 ], [ -5.415396052406752, 55.890508791283651 ], [ -5.411969638201936, 55.890733364804937 ], [ -5.410965332466112, 55.892450585394776 ], [ -5.409920560236685, 55.892669261445718 ], [ -5.40798403969357, 55.892389380474405 ], [ -5.406018022132351, 55.891043086002767 ], [ -5.405115300530295, 55.889049663173488 ], [ -5.402542613985934, 55.888262253505481 ], [ -5.4022314262039, 55.886809869767873 ], [ -5.403251200379101, 55.886763671983609 ], [ -5.405373692427495, 55.887617476954752 ], [ -5.406678661131065, 55.887630784079235 ], [ -5.409108720902952, 55.888214375279489 ], [ -5.411726445831419, 55.890423636802545 ], [ -5.412443556135533, 55.890373172764996 ], [ -5.413081416357244, 55.889894246430543 ], [ -5.411552194147143, 55.888713034266672 ], [ -5.410050616235723, 55.886697594933366 ], [ -5.409329149424885, 55.88483853098154 ], [ -5.408618321921132, 55.884394312897989 ], [ -5.408290184828681, 55.882295076653712 ], [ -5.405762434612662, 55.880373660293593 ], [ -5.404639923754252, 55.878606596154668 ], [ -5.404006007753027, 55.878399377764417 ], [ -5.40455987426901, 55.878514409728602 ], [ -5.404271709933512, 55.878054869282764 ], [ -5.404650150658059, 55.877810632211585 ], [ -5.403854192306633, 55.87739661736795 ], [ -5.403787685694001, 55.876728648145942 ], [ -5.402429434383624, 55.876285234786643 ], [ -5.40142569794729, 55.875049806593836 ], [ -5.400423751140178, 55.87511348230661 ], [ -5.399443773231468, 55.874605631174184 ], [ -5.399074491661006, 55.874314650789053 ], [ -5.399284380984322, 55.873423261605694 ], [ -5.398432983962844, 55.873379366096557 ], [ -5.397813355246559, 55.872236687127739 ], [ -5.397220090135042, 55.872401427311893 ], [ -5.396907856483544, 55.872122350750217 ], [ -5.397449135246106, 55.870997040961242 ], [ -5.39713991028275, 55.870843752096214 ], [ -5.396727093780342, 55.871151851257466 ], [ -5.396006501041847, 55.871140288885776 ], [ -5.395414121431841, 55.87049133603805 ], [ -5.395456476303159, 55.869420270764273 ], [ -5.396741311918655, 55.869942206188576 ], [ -5.397348141910125, 55.8697501207428 ], [ -5.398484483459997, 55.870127794466597 ], [ -5.39872230876868, 55.870561766298891 ], [ -5.399898305274824, 55.870569711200666 ], [ -5.400804533691783, 55.869596125701875 ], [ -5.400599637230958, 55.86899042281474 ], [ -5.401869177178554, 55.868514756087535 ], [ -5.401247469179814, 55.86826223443444 ], [ -5.40172846621364, 55.867911774230514 ], [ -5.402254324471397, 55.867982635590671 ], [ -5.402225453484953, 55.86838352264914 ], [ -5.403868308809392, 55.868702175686366 ], [ -5.405896711239492, 55.867982483880311 ], [ -5.405030406104855, 55.869829804198964 ], [ -5.405456618776641, 55.870496801646361 ], [ -5.405027446059594, 55.871165012842475 ], [ -5.406395753613948, 55.871049790929376 ], [ -5.408535523981374, 55.868681661307342 ], [ -5.409244648700615, 55.869036914896235 ], [ -5.410305089839981, 55.867655293065063 ], [ -5.411162635806686, 55.867387853176375 ], [ -5.412396984807672, 55.866276503905432 ], [ -5.414207475481792, 55.865627452278602 ], [ -5.415096505315913, 55.863589721455043 ], [ -5.413164436486195, 55.863453671421723 ], [ -5.411932647313153, 55.864028209695249 ], [ -5.412232400185247, 55.864237467246795 ], [ -5.409826693282151, 55.865245548852371 ], [ -5.409927835611358, 55.864958635133696 ], [ -5.408040203539332, 55.865402973902931 ], [ -5.406513185401426, 55.865255589313804 ], [ -5.404593091723169, 55.865841029512836 ], [ -5.404390371845546, 55.866319556808818 ], [ -5.403755754691388, 55.866485475484879 ], [ -5.403954584270343, 55.866236321272915 ], [ -5.403450562001257, 55.865958075735996 ], [ -5.398576853095265, 55.865514793780974 ], [ -5.397237708979101, 55.865650703123755 ], [ -5.396371235749896, 55.865102832680591 ], [ -5.394483864750846, 55.864727898815964 ], [ -5.392633345736447, 55.863254153172221 ], [ -5.39035429241587, 55.863977841579008 ], [ -5.390012978332742, 55.863473884201817 ], [ -5.38769003044934, 55.863327533900119 ], [ -5.385226361835101, 55.862482841870047 ], [ -5.383239493208673, 55.860869763757144 ], [ -5.383121733305043, 55.860526863084729 ], [ -5.384029662981916, 55.860029862824227 ], [ -5.383258722231126, 55.859345313166308 ], [ -5.38350733401613, 55.858160690622135 ], [ -5.382799229061288, 55.857371016229827 ], [ -5.380858656291568, 55.855918462383102 ], [ -5.379131276313402, 55.855170283013464 ], [ -5.378877168124476, 55.854269209558879 ], [ -5.37712158025355, 55.852366477384862 ], [ -5.374143730028991, 55.85083442951268 ], [ -5.369733697857701, 55.849462957483887 ], [ -5.366384748503292, 55.84714523002252 ], [ -5.366713936727433, 55.846978877489711 ], [ -5.366493983536337, 55.845083381049712 ], [ -5.362249093433284, 55.843208149616046 ], [ -5.360937010004006, 55.841522330678558 ], [ -5.36087056552262, 55.840198029924444 ], [ -5.359876823454951, 55.83969924895262 ], [ -5.359307243994015, 55.839764267168462 ], [ -5.356483889211188, 55.837688153581198 ], [ -5.356999600314014, 55.836258045391148 ], [ -5.355834993973285, 55.834424298974277 ], [ -5.35501059435535, 55.833848932136469 ], [ -5.352254416092946, 55.83310150554793 ], [ -5.350237109981891, 55.831007763916809 ], [ -5.348180135558425, 55.831050339228774 ], [ -5.347100555717144, 55.830756087210773 ], [ -5.343370249935132, 55.829356206405848 ], [ -5.339938850082591, 55.827341228658426 ], [ -5.337814043834068, 55.825286179857493 ], [ -5.33707505520166, 55.82365198740159 ], [ -5.337319230515797, 55.822494563401314 ], [ -5.336398300088791, 55.821625011762983 ], [ -5.334104612290471, 55.8204825368474 ], [ -5.332387219525496, 55.818888350473912 ], [ -5.332203388273164, 55.81748631453965 ], [ -5.33290348517404, 55.814284667933343 ], [ -5.332430233494414, 55.813232124015165 ], [ -5.331207187735651, 55.812186425299444 ], [ -5.330817990173329, 55.810902337647995 ], [ -5.327051192678556, 55.809138866662579 ], [ -5.326648386159862, 55.808160814884864 ], [ -5.324833346884223, 55.807657032512914 ], [ -5.324542206379467, 55.807799769731687 ], [ -5.324313073070432, 55.806704629444255 ], [ -5.323385374448586, 55.806028468046229 ], [ -5.322617759203806, 55.804327544756319 ], [ -5.323148093851904, 55.803059019504289 ], [ -5.322871461254784, 55.802248363844996 ], [ -5.320441101320303, 55.800794682069345 ], [ -5.318800303110015, 55.797458585390814 ], [ -5.319847660180243, 55.792984463318781 ], [ -5.319209279994014, 55.79176551795004 ], [ -5.319262014511149, 55.790604313648856 ], [ -5.317038620724523, 55.788947189898671 ], [ -5.315783538963839, 55.787416728546781 ], [ -5.315543117847326, 55.786465727983114 ], [ -5.315912105486821, 55.786114125946575 ], [ -5.314728506641117, 55.784766031039943 ], [ -5.315069991365402, 55.783246404837193 ], [ -5.314606809639612, 55.783146525377674 ], [ -5.316055524638629, 55.782077999806368 ], [ -5.315812475584305, 55.781846313293954 ], [ -5.317255006805804, 55.780706014874916 ], [ -5.317542988208186, 55.779965506320309 ], [ -5.317591732880985, 55.779038163627909 ], [ -5.316536025894534, 55.778441837502271 ], [ -5.316776133008854, 55.778170131617919 ], [ -5.316159706931287, 55.777674318774579 ], [ -5.316971837545252, 55.775687951086638 ], [ -5.316222281293332, 55.775595814136956 ], [ -5.316254675311956, 55.775226327090998 ], [ -5.319665101788252, 55.771891282891346 ], [ -5.319728160249118, 55.770664165091837 ], [ -5.321797059726013, 55.768288645732667 ], [ -5.324655524460242, 55.766273809091452 ], [ -5.327059857667748, 55.765669244791823 ], [ -5.327030957186413, 55.765049677395361 ], [ -5.327629114810326, 55.764583937412553 ], [ -5.328702486163538, 55.76436154303854 ], [ -5.329837535167046, 55.764955610716385 ], [ -5.331514029597726, 55.764793252891693 ], [ -5.332835074417301, 55.765323807580998 ], [ -5.338792998235992, 55.76588477808933 ], [ -5.340157753298565, 55.766290895541751 ], [ -5.339300656895909, 55.765984253721193 ], [ -5.345817166746399, 55.766194340972149 ], [ -5.34525518445257, 55.76665199421786 ], [ -5.343912010678099, 55.766907955162807 ], [ -5.345075273040303, 55.766860084642126 ], [ -5.348053522807586, 55.765903216434076 ], [ -5.347837783129698, 55.766046656411753 ], [ -5.348513315443302, 55.766225129774092 ], [ -5.34920368663266, 55.766111897290095 ], [ -5.348849428325126, 55.766350822360693 ], [ -5.349925313462049, 55.766251344785118 ], [ -5.349052054073996, 55.76598027457117 ], [ -5.350906683870516, 55.765589823370895 ], [ -5.350017561817742, 55.766006978917218 ], [ -5.350761232444205, 55.766143122833107 ], [ -5.3512994162562, 55.765891979207581 ], [ -5.351007702721602, 55.765391968729574 ], [ -5.35203983216867, 55.764969103121068 ], [ -5.352378879615814, 55.763235434528404 ], [ -5.35331135645664, 55.762321689871676 ], [ -5.354523864816331, 55.76171675819861 ], [ -5.355994668675145, 55.761464380981643 ], [ -5.358189809512085, 55.759956852635668 ], [ -5.358848312612951, 55.759993681105207 ], [ -5.363507600368844, 55.757627426318393 ], [ -5.364566698362274, 55.757706292372859 ], [ -5.36471560362832, 55.757306619388217 ], [ -5.366728146701303, 55.756424294314897 ], [ -5.368529800585064, 55.756240008638301 ], [ -5.36927455618105, 55.755725079364083 ], [ -5.370837941990976, 55.755736104197425 ], [ -5.372212669625388, 55.755131930073723 ], [ -5.372953590843196, 55.755403773567821 ], [ -5.374265228310412, 55.754900207602532 ], [ -5.376879478149514, 55.754895750767986 ], [ -5.37904562681777, 55.754134862592174 ], [ -5.381281440472254, 55.752706697963369 ], [ -5.384666172475698, 55.752029014307176 ], [ -5.387697474770267, 55.75086200037677 ], [ -5.387849620963451, 55.750502664314077 ], [ -5.388030495756764, 55.750933726187043 ], [ -5.388661620892965, 55.751042175849804 ], [ -5.394408756480107, 55.75058668403711 ], [ -5.394393191199767, 55.751782894801522 ], [ -5.393833763766464, 55.752041115811537 ], [ -5.394298477462511, 55.752068725000797 ], [ -5.39602786752124, 55.748766208533773 ], [ -5.3986238018472, 55.747273803585415 ], [ -5.400172285873423, 55.746934218905729 ], [ -5.402834533600148, 55.745565755361575 ], [ -5.406167873270716, 55.742573736949687 ], [ -5.407639220817607, 55.74235757172454 ], [ -5.408683047536447, 55.740256185760259 ], [ -5.40845207968636, 55.739709660881907 ], [ -5.410789287769528, 55.737091313069797 ], [ -5.410017572888297, 55.736739636495486 ], [ -5.410882358921853, 55.735510823337783 ], [ -5.412829645401542, 55.734544107556353 ], [ -5.413591375217026, 55.734599343927933 ], [ -5.413346775965183, 55.735082665834987 ], [ -5.414766058617857, 55.73427445785228 ], [ -5.419281107813043, 55.733609281463771 ], [ -5.419761900172236, 55.733276705850471 ], [ -5.42027193622041, 55.733460291936403 ], [ -5.421790614179858, 55.732788588679789 ], [ -5.42293667203948, 55.731956432196149 ], [ -5.423211620106565, 55.731184531996448 ], [ -5.423534887271873, 55.730964226258251 ], [ -5.424111719621294, 55.731091986945785 ], [ -5.42423760828373, 55.730346720603443 ], [ -5.424764306288987, 55.730538813796606 ], [ -5.425636075949146, 55.728851153014205 ], [ -5.427075490396399, 55.728096178553002 ], [ -5.425873911077878, 55.727747616047225 ], [ -5.426266978326911, 55.726325060124211 ], [ -5.427146831570043, 55.725639652539641 ], [ -5.427984718772737, 55.725656706200077 ], [ -5.428647540385382, 55.724586243033379 ], [ -5.429946547059996, 55.723776713375948 ], [ -5.431976747673351, 55.723131034049125 ], [ -5.43311035810868, 55.722344077231142 ], [ -5.433837135942436, 55.722638424012978 ], [ -5.434730236347639, 55.722015524718223 ], [ -5.435490002342978, 55.721144603980079 ], [ -5.435660058052541, 55.719364119533623 ], [ -5.437188208243152, 55.717541098053267 ], [ -5.439599426998354, 55.715981012803212 ], [ -5.440831458275921, 55.715411499215875 ], [ -5.441202357744968, 55.715553943631242 ], [ -5.441291567342173, 55.714396094571704 ], [ -5.441985282527424, 55.713954055094085 ], [ -5.442987019628015, 55.713845026456227 ], [ -5.443096786836342, 55.713554232773532 ], [ -5.442437261759299, 55.71320860431247 ], [ -5.443609526355299, 55.711961914577913 ], [ -5.445311557834784, 55.711487051262388 ], [ -5.447509998945635, 55.709959747784382 ], [ -5.448328251942397, 55.708493685191215 ], [ -5.449898916218455, 55.707163801184038 ], [ -5.451064443880508, 55.70710853889323 ], [ -5.449995895565625, 55.706909323958058 ], [ -5.450592126473112, 55.706357585308218 ], [ -5.449423343807148, 55.705563279624506 ], [ -5.448497413302644, 55.704272123540328 ], [ -5.446816847941628, 55.703631542821931 ], [ -5.447051342136338, 55.702136933450163 ], [ -5.447918192304106, 55.701946235118676 ], [ -5.447677656812732, 55.701746201874151 ], [ -5.448863957196122, 55.699851701462322 ], [ -5.448283269394766, 55.699404988175473 ], [ -5.447658758988306, 55.699364101916949 ], [ -5.447362040691557, 55.699700615588135 ], [ -5.446639587166988, 55.699361276373125 ], [ -5.447067498236057, 55.69861647982556 ], [ -5.446161607322203, 55.698363212818634 ], [ -5.445884965070596, 55.697301049412545 ], [ -5.44656852781839, 55.695663451954346 ], [ -5.447220861602946, 55.695478784268033 ], [ -5.447156311338398, 55.693210354617925 ], [ -5.447843811308142, 55.692341373254351 ], [ -5.447468296293191, 55.692324956234025 ], [ -5.447298431018765, 55.691300253704277 ], [ -5.448898483008347, 55.689317691220154 ], [ -5.448340550639015, 55.6889467642415 ], [ -5.448810198684174, 55.687683798094753 ], [ -5.450332776257987, 55.686449651510173 ], [ -5.453624348344146, 55.686055795866523 ], [ -5.453959088698253, 55.685430478185246 ], [ -5.454021685449732, 55.685869278855812 ], [ -5.455445946273668, 55.684876098346955 ], [ -5.455623684676132, 55.685176787448313 ], [ -5.457727292597558, 55.684398202676739 ], [ -5.45750986944646, 55.684008724223617 ], [ -5.45883704646312, 55.683719546046881 ], [ -5.45892400859383, 55.683352952972626 ], [ -5.459667738627576, 55.683304999107449 ], [ -5.460282531163456, 55.682788645260977 ], [ -5.460794559884458, 55.681830127725604 ], [ -5.46009539376726, 55.681031665973322 ], [ -5.458802131608489, 55.68071300230644 ], [ -5.457733362631105, 55.681224168824926 ], [ -5.457587876474908, 55.680297690855106 ], [ -5.456503528505083, 55.679280797038764 ], [ -5.457597077586058, 55.677519176672341 ], [ -5.459062227560876, 55.676452865295495 ], [ -5.459214712922331, 55.675567433344696 ], [ -5.46097338509493, 55.674223081789833 ], [ -5.460786652804724, 55.672650408919189 ], [ -5.46160800956347, 55.671683153122949 ], [ -5.461273949168763, 55.671683593149261 ], [ -5.460792442219275, 55.670195665989482 ], [ -5.461682378399296, 55.669284915220871 ], [ -5.46226158794066, 55.669358471383589 ], [ -5.461496787289883, 55.668355076791002 ], [ -5.462252161486677, 55.667812261246887 ], [ -5.461815796103515, 55.667644760628619 ], [ -5.462363700683238, 55.666734669723667 ], [ -5.464233345235816, 55.665481535469766 ], [ -5.464244065408103, 55.664793409448876 ], [ -5.465388467854394, 55.664244074655855 ], [ -5.465419796834841, 55.663699224087651 ], [ -5.464492396417525, 55.663464692428803 ], [ -5.46501440299247, 55.66307231082957 ], [ -5.464569760350662, 55.661731708732759 ], [ -5.465142113760459, 55.66056016804562 ], [ -5.465739828213479, 55.659945359063258 ], [ -5.466468433690264, 55.660001182934444 ], [ -5.466574709706993, 55.659494672436765 ], [ -5.467681677090332, 55.659422903657621 ], [ -5.4670839306348, 55.658689048605076 ], [ -5.467931472060036, 55.65838185269979 ], [ -5.467494401685977, 55.658295313837812 ], [ -5.467668098122356, 55.6580116741615 ], [ -5.468648893547678, 55.657862544510564 ], [ -5.46807737922167, 55.657784307557975 ], [ -5.468777724762571, 55.657162082984975 ], [ -5.468270859606742, 55.65700559267745 ], [ -5.468710274505182, 55.656849300526829 ], [ -5.468281137243692, 55.656582716735592 ], [ -5.468845403672535, 55.655681119410048 ], [ -5.468507907921934, 55.655641218157825 ], [ -5.468625216203702, 55.654720798789178 ], [ -5.470129209177669, 55.653028348678745 ], [ -5.469280553756769, 55.652782635910789 ], [ -5.469782715275451, 55.650372271613271 ], [ -5.470825875181369, 55.64958298153929 ], [ -5.471129294445177, 55.650136338533805 ], [ -5.471998043553347, 55.649891448688422 ], [ -5.471888929569992, 55.649467457828862 ], [ -5.472182414805781, 55.649818791970404 ], [ -5.47314116599569, 55.649602813347919 ], [ -5.473878497645204, 55.648682797976484 ], [ -5.474086749040024, 55.649059021467536 ], [ -5.474481986646286, 55.648674683275964 ], [ -5.475086292543165, 55.648765445686813 ], [ -5.476027754595979, 55.647817150512402 ], [ -5.477637346700122, 55.64714210611475 ], [ -5.47904404979685, 55.64695832486629 ], [ -5.478825873833266, 55.646649825017853 ], [ -5.47970455544454, 55.645712272402122 ], [ -5.482229991949494, 55.644431224927963 ], [ -5.483637004719653, 55.642588496614877 ], [ -5.482639787040348, 55.642243701856529 ], [ -5.482649912353162, 55.64182082598338 ], [ -5.481136214045223, 55.641603085557207 ], [ -5.480567491218313, 55.63994237401586 ], [ -5.479488186355239, 55.639244732702942 ], [ -5.47940311147797, 55.63739045927381 ], [ -5.480205318787927, 55.637115925747132 ], [ -5.479563806779167, 55.636693571896025 ], [ -5.479793520552327, 55.636147575308499 ], [ -5.479215600840632, 55.636172975660699 ], [ -5.479222611400632, 55.635804136157795 ], [ -5.478409171199213, 55.635593456102782 ], [ -5.478199762196212, 55.635203785905979 ], [ -5.477698398945313, 55.63537536159123 ], [ -5.477113678046938, 55.635144695294187 ], [ -5.476729833757787, 55.634580147700888 ], [ -5.477027815263688, 55.634265991561094 ], [ -5.476441103502105, 55.633922988534721 ], [ -5.477402095883308, 55.630510524755813 ], [ -5.478199133010582, 55.629283078271563 ], [ -5.476285906385447, 55.626882765764449 ], [ -5.476271418156125, 55.626002036307774 ], [ -5.477359580007604, 55.624474118759373 ], [ -5.476182398752086, 55.623383618033841 ], [ -5.478347228745889, 55.622351126049928 ], [ -5.478494058217829, 55.621767022503917 ], [ -5.477774870719699, 55.621720004366431 ], [ -5.478904471713367, 55.620213371555543 ], [ -5.478476229555911, 55.619146581395533 ], [ -5.476339565198615, 55.617984417816345 ], [ -5.475451107694432, 55.615397670193467 ], [ -5.475343327540235, 55.613463115987692 ], [ -5.475592000775756, 55.612952551905366 ], [ -5.476163624179917, 55.61285990780943 ], [ -5.475803651846097, 55.611665295222672 ], [ -5.47641699470118, 55.61051949033569 ], [ -5.475890476958136, 55.610224232892286 ], [ -5.475571962598502, 55.608241709601629 ], [ -5.47563157115385, 55.607300433283342 ], [ -5.476173349412062, 55.606961375333519 ], [ -5.475699574182008, 55.606723064088847 ], [ -5.475883720753989, 55.604766738297343 ], [ -5.475372011400252, 55.604817222470523 ], [ -5.475515257522836, 55.604192762162292 ], [ -5.474453507087066, 55.602514546270818 ], [ -5.47353066208969, 55.602136113506099 ], [ -5.473359798212898, 55.601012557733476 ], [ -5.472837784096348, 55.600676700836644 ], [ -5.472850243397948, 55.599111871370418 ], [ -5.472315206047029, 55.598897763641041 ], [ -5.472156332467274, 55.598268384933561 ], [ -5.471556004827289, 55.598393296421044 ], [ -5.471468442987566, 55.597941720566574 ], [ -5.471046750296677, 55.598470667844452 ], [ -5.470723590602797, 55.598228070760882 ], [ -5.471248540517557, 55.596621745125837 ], [ -5.470889723382357, 55.595975553448703 ], [ -5.469607132882262, 55.595746651990794 ], [ -5.469035749668814, 55.596108999338242 ], [ -5.468850019628785, 55.595624237509242 ], [ -5.468269120269236, 55.595519306721869 ], [ -5.468511131227468, 55.595077277770734 ], [ -5.467525724022474, 55.5936998507837 ], [ -5.466463080939603, 55.592867672924051 ], [ -5.464215454125237, 55.592658833966922 ], [ -5.462871055819179, 55.592015318990981 ], [ -5.462180844690665, 55.592614765596124 ], [ -5.461445667454512, 55.592506072345877 ], [ -5.459034040994982, 55.590722918630114 ], [ -5.459097530721655, 55.590091741150466 ], [ -5.45961100970365, 55.590243574538285 ], [ -5.458703833334437, 55.589046393795911 ], [ -5.459102096694431, 55.589152031276278 ], [ -5.458950213514298, 55.58850895430546 ], [ -5.459311605917345, 55.588826925754596 ], [ -5.459114764314824, 55.587402883876031 ], [ -5.459688786976389, 55.587521537126705 ], [ -5.45936472323582, 55.586725978404125 ], [ -5.459726929820023, 55.586873092509798 ], [ -5.460616611459209, 55.586250039497152 ], [ -5.461454052689904, 55.586782029188946 ], [ -5.461611188449176, 55.586493465233985 ], [ -5.462010898982323, 55.586849907067503 ], [ -5.462706789451902, 55.586874289671087 ], [ -5.463159003486194, 55.586637621036573 ], [ -5.462861474943798, 55.586485990712056 ], [ -5.464632459781098, 55.586118510330017 ], [ -5.464960384984653, 55.585408815806218 ], [ -5.464596227916905, 55.584879645070146 ], [ -5.463213694882888, 55.584880987750623 ], [ -5.460679422467967, 55.582782151126025 ], [ -5.459658217394527, 55.582397410336085 ], [ -5.45998770153166, 55.581722751445675 ], [ -5.459591446689235, 55.581819363432302 ], [ -5.459476783215858, 55.581238173897596 ], [ -5.459909870959689, 55.581019140095535 ], [ -5.460158014602847, 55.581223422275897 ], [ -5.460322266201485, 55.580925667331719 ], [ -5.459791671389198, 55.580307678051184 ], [ -5.460044172382494, 55.580471376814636 ], [ -5.459820236876009, 55.580001169612892 ], [ -5.460386829723075, 55.579532002319326 ], [ -5.458531227121967, 55.577708858408911 ], [ -5.458918365288746, 55.577509107777402 ], [ -5.458488185966107, 55.577309965041842 ], [ -5.45844328708836, 55.576439085347182 ], [ -5.459329186548843, 55.575865596305505 ], [ -5.460704369854879, 55.576613469366386 ], [ -5.460622681578633, 55.575415449803252 ], [ -5.461012928922224, 55.575341481272481 ], [ -5.460680495357757, 55.575260965028534 ], [ -5.461899100450877, 55.57513210967479 ], [ -5.461467748078817, 55.57491952385746 ], [ -5.462140163352555, 55.57489601752998 ], [ -5.462416877531209, 55.574434135979033 ], [ -5.462966182240805, 55.574544479042871 ], [ -5.463559729652162, 55.575336901992586 ], [ -5.463556263679122, 55.574577240759957 ], [ -5.464019669642195, 55.574883320501016 ], [ -5.464507270429592, 55.574743647767541 ], [ -5.464666728282572, 55.575112272257719 ], [ -5.464914133006318, 55.574588275303334 ], [ -5.465628422821004, 55.575489662543397 ], [ -5.466329792870747, 55.574444807632375 ], [ -5.46775136959925, 55.574728240166458 ], [ -5.466882291633641, 55.574141445538537 ], [ -5.465785827954888, 55.571515573549597 ], [ -5.465846403527109, 55.571122739701217 ], [ -5.466862242623781, 55.571125449656591 ], [ -5.468323659984804, 55.572760929383769 ], [ -5.46884685407828, 55.575182737609786 ], [ -5.468240535536838, 55.574876228003454 ], [ -5.467731574919726, 55.575043494465319 ], [ -5.468267048385597, 55.57544642139964 ], [ -5.468045802850529, 55.576176483489277 ], [ -5.469157969675514, 55.577448710113821 ], [ -5.468765193548373, 55.578447076570072 ], [ -5.469939276407863, 55.579700459790985 ], [ -5.469955320446669, 55.580960578534118 ], [ -5.469340209674225, 55.581220770876747 ], [ -5.470900616723048, 55.581814931135753 ], [ -5.470824962727239, 55.58227023457377 ], [ -5.47023912231708, 55.582376750311255 ], [ -5.470843253645069, 55.582315571533748 ], [ -5.471377742466869, 55.581609892788755 ], [ -5.476686571841342, 55.581117613843382 ], [ -5.482296697338068, 55.580122013487681 ], [ -5.486898550311624, 55.578928286213007 ], [ -5.487867744007299, 55.57897531135697 ], [ -5.488571104005256, 55.579460586746336 ], [ -5.48465263150111, 55.584529962561014 ], [ -5.485413123161112, 55.584799638072269 ], [ -5.48795042246136, 55.584803673550709 ], [ -5.488553523647576, 55.584804625215504 ], [ -5.488549748464207, 55.584243674938364 ], [ -5.488004299385808, 55.584753332365651 ], [ -5.484857499981517, 55.584459395383995 ], [ -5.488080972819629, 55.580644319349503 ], [ -5.488230968183326, 55.581225381122479 ], [ -5.488739392957413, 55.5800510172811 ], [ -5.489729340419372, 55.579777345850445 ], [ -5.4882755003754, 55.578812642011421 ], [ -5.487721761876238, 55.577509389556177 ], [ -5.487360839567502, 55.577591599843082 ], [ -5.487089958882098, 55.577257644461952 ], [ -5.486720969962944, 55.575138110132137 ], [ -5.487246743357437, 55.574714032119729 ], [ -5.487023358157697, 55.574342758826909 ], [ -5.487646480780562, 55.574747603272343 ], [ -5.487123527415791, 55.573593626827751 ], [ -5.488130132933238, 55.572418561109096 ], [ -5.489967135123451, 55.572375204680448 ], [ -5.490624496831314, 55.571736063813375 ], [ -5.491472196471808, 55.571667835882891 ], [ -5.493030477829969, 55.570720658869206 ], [ -5.492705211306989, 55.569971069141282 ], [ -5.493888478941766, 55.56885834686193 ], [ -5.494532746495385, 55.567502047043455 ], [ -5.494246360989153, 55.566422268006171 ], [ -5.495655987547011, 55.566393716231836 ], [ -5.494532205820606, 55.566067942389083 ], [ -5.493461964663711, 55.566165921367862 ], [ -5.492351216100796, 55.565361416551447 ], [ -5.491437365021867, 55.565612265174892 ], [ -5.491137896868, 55.565009394191911 ], [ -5.490682615136514, 55.565242664025746 ], [ -5.490009097705867, 55.565073047773694 ], [ -5.489421951984542, 55.564356990503228 ], [ -5.489866930106452, 55.564097045011835 ], [ -5.489287244081199, 55.564001176625162 ], [ -5.488926110673909, 55.563418041025145 ], [ -5.489387749961042, 55.563256526989612 ], [ -5.48889038905598, 55.563194275736521 ], [ -5.489092449414111, 55.562968229477107 ], [ -5.489894171540768, 55.563242091599854 ], [ -5.48980963125892, 55.562736491073665 ], [ -5.490146043031111, 55.562951684190217 ], [ -5.490776974424619, 55.562731390241098 ], [ -5.490935124959266, 55.561117430639072 ], [ -5.491725050851484, 55.560186776669674 ], [ -5.491087096045995, 55.559791369575052 ], [ -5.491689156372265, 55.558853484818385 ], [ -5.49157293880321, 55.557758956289653 ], [ -5.492751583494472, 55.555401068082936 ], [ -5.494177883424855, 55.553957710900228 ], [ -5.494052741653756, 55.552459726028907 ], [ -5.492726461516221, 55.550384608691935 ], [ -5.492214183439134, 55.550241876713713 ], [ -5.492927849656279, 55.549169524168683 ], [ -5.492912506389763, 55.548639471805735 ], [ -5.492310455700443, 55.548467832611117 ], [ -5.492939753898489, 55.547767431423395 ], [ -5.493165236649159, 55.546663151154625 ], [ -5.494272449834324, 55.546451718960604 ], [ -5.494532610693497, 55.545095586106534 ], [ -5.493351745924443, 55.543762608667954 ], [ -5.493744255023798, 55.542825293926136 ], [ -5.493110576561383, 55.541849835413224 ], [ -5.492990204373467, 55.540225833489323 ], [ -5.489778995486625, 55.537004126902126 ], [ -5.49043277771685, 55.535884039988233 ], [ -5.489750534604429, 55.535431450407856 ], [ -5.490158882265637, 55.535298421741224 ], [ -5.490126491283791, 55.534575540801868 ], [ -5.491130402211898, 55.534007423342814 ], [ -5.491217694999503, 55.53311478757243 ], [ -5.489809135489569, 55.532426664134761 ], [ -5.49017101334991, 55.531144065269842 ], [ -5.490829044217982, 55.530788119154487 ], [ -5.489990969030615, 55.53000729671087 ], [ -5.490664915269338, 55.529115910743862 ], [ -5.495331184898798, 55.529895335779585 ], [ -5.500826445817361, 55.528407516141591 ], [ -5.503343257743334, 55.526941815277233 ], [ -5.503597678080641, 55.528090826856221 ], [ -5.503589653101742, 55.52757315106556 ], [ -5.504259320990274, 55.527171839483117 ], [ -5.504259656913078, 55.526641336126133 ], [ -5.502935129135011, 55.525739658667732 ], [ -5.503550402942701, 55.523658512356675 ], [ -5.502920297669632, 55.523078623846381 ], [ -5.503808399870742, 55.521659524714039 ], [ -5.503335192690146, 55.52008159332307 ], [ -5.503621708049168, 55.517690661529663 ], [ -5.504238376005306, 55.516962677717693 ], [ -5.504767096912656, 55.51462324784184 ], [ -5.507268747028077, 55.512375627316771 ], [ -5.507380468201704, 55.511405844123232 ], [ -5.507940080415411, 55.511106568138928 ], [ -5.507729497634383, 55.510698999853169 ], [ -5.508389403333016, 55.509924794728136 ], [ -5.508085176825412, 55.509088323067488 ], [ -5.508625865354525, 55.509288611489829 ], [ -5.511562223056838, 55.506147260882692 ], [ -5.511581504603432, 55.505297014004874 ], [ -5.512833029981059, 55.505190047575411 ], [ -5.511925552560531, 55.50524667537703 ], [ -5.511799966806429, 55.504904109418767 ], [ -5.510924688680998, 55.504681969257923 ], [ -5.511281772942561, 55.504244625235444 ], [ -5.510542733962941, 55.503951135813658 ], [ -5.510406201385694, 55.503307668798165 ], [ -5.509884710094366, 55.503677796141034 ], [ -5.509407426965347, 55.501965129974003 ], [ -5.509662339218091, 55.501269969383465 ], [ -5.508563153876772, 55.501022767844759 ], [ -5.508464968394059, 55.500364711965766 ], [ -5.507070963909856, 55.50036422704239 ], [ -5.507039040455735, 55.500005484194993 ], [ -5.507788095614652, 55.499700774316452 ], [ -5.507321917749023, 55.499624227907638 ], [ -5.507799010509237, 55.49911152086348 ], [ -5.509349172598542, 55.499709944572636 ], [ -5.510536335400001, 55.499077945664133 ], [ -5.511939607179313, 55.498916277786257 ], [ -5.514035475173236, 55.497817566684958 ], [ -5.514767751663631, 55.496704061053379 ], [ -5.51575405967634, 55.496396978081961 ], [ -5.514946562449101, 55.495156882881979 ], [ -5.513504591223513, 55.494438534148621 ], [ -5.514117005855877, 55.494290563348805 ], [ -5.513580991112676, 55.494229535316016 ], [ -5.513564108922709, 55.493951284360371 ], [ -5.514666059669628, 55.492899089347858 ], [ -5.513941298348155, 55.492852478508723 ], [ -5.514490413663194, 55.492261245471902 ], [ -5.515232462108827, 55.492235424123741 ], [ -5.515124800729836, 55.491294412074247 ], [ -5.514403666261399, 55.49128816186235 ], [ -5.515423546303697, 55.490027016543138 ], [ -5.514940287925059, 55.489402510668263 ], [ -5.515400567212164, 55.488881261759879 ], [ -5.513366104145403, 55.48817544817063 ], [ -5.511030810396866, 55.488269488900102 ], [ -5.510392313764708, 55.487501063602053 ], [ -5.511681726429984, 55.487221275424218 ], [ -5.513040438902073, 55.486386506219269 ], [ -5.513887420433631, 55.486739815313939 ], [ -5.514350977617513, 55.486344356658243 ], [ -5.514897853051766, 55.487416610583011 ], [ -5.516808940776769, 55.487147671330476 ], [ -5.516943366102161, 55.486737389808582 ], [ -5.516171731295358, 55.486341473411706 ], [ -5.517102594594119, 55.486125884273285 ], [ -5.517757804085227, 55.484861715609163 ], [ -5.519322663821191, 55.484564929390991 ], [ -5.520038727373183, 55.484072265686891 ], [ -5.521218584461561, 55.484429429459638 ], [ -5.522380269078095, 55.483519301030121 ], [ -5.523137369703281, 55.483663834473326 ], [ -5.523104572328617, 55.483030876857974 ], [ -5.523923966822315, 55.482809453747507 ], [ -5.524094340294407, 55.482058247094393 ], [ -5.521604495421624, 55.479796675239236 ], [ -5.522415818671544, 55.480105993739834 ], [ -5.524007540005989, 55.478783335574732 ], [ -5.525225868120349, 55.478775193058318 ], [ -5.5259710530359, 55.478344592792972 ], [ -5.52727070075584, 55.478626309938214 ], [ -5.527453151562023, 55.478099537270602 ], [ -5.529139422106624, 55.478190249872995 ], [ -5.530176410773814, 55.477836620629652 ], [ -5.530185933598295, 55.477058576208861 ], [ -5.533419101148146, 55.47476585319275 ], [ -5.533649334340041, 55.4743141170595 ], [ -5.532718184510668, 55.47404520101373 ], [ -5.533251929336423, 55.47381847687106 ], [ -5.532958958784794, 55.473410632815295 ], [ -5.535370357767812, 55.472321287917843 ], [ -5.536729530942391, 55.472103047758907 ], [ -5.539720489263796, 55.473099981684754 ], [ -5.539450507968919, 55.472737343802088 ], [ -5.537991519809483, 55.472513418881825 ], [ -5.53760259610065, 55.472059807237905 ], [ -5.539990988860428, 55.471122092187962 ], [ -5.543030256484541, 55.469184484781742 ], [ -5.544518251479753, 55.467741361347521 ], [ -5.545591815778335, 55.466125909271554 ], [ -5.54529202678959, 55.464356960060748 ], [ -5.545801633120494, 55.462489906694927 ], [ -5.545081072676048, 55.461814852302638 ], [ -5.545468839130493, 55.461216454111742 ], [ -5.544344872695047, 55.458004869347732 ], [ -5.545301518578523, 55.456799225739147 ], [ -5.544692308115229, 55.456411370387073 ], [ -5.545433591311763, 55.455873753474464 ], [ -5.545248668429315, 55.453250863831109 ], [ -5.547225877899479, 55.450427674764256 ], [ -5.546681431189079, 55.450073018184213 ], [ -5.546219890288544, 55.450218586481796 ], [ -5.546430662588387, 55.449975991275146 ], [ -5.545529926029673, 55.449670330730164 ], [ -5.546021074642081, 55.449149853983911 ], [ -5.546203829812819, 55.449335174616891 ], [ -5.547349619994711, 55.448917084778508 ], [ -5.548591985229526, 55.447514292299111 ], [ -5.549695764088278, 55.447404014157073 ], [ -5.547560572581748, 55.446158620477142 ], [ -5.547944705976428, 55.445486584498042 ], [ -5.549503652581948, 55.445055579135854 ], [ -5.55020115136236, 55.445353625470624 ], [ -5.550381679227815, 55.445162254322959 ], [ -5.549117934758584, 55.444547962001643 ], [ -5.548354703031353, 55.444521567632108 ], [ -5.548773278767882, 55.443722645434121 ], [ -5.549278755249177, 55.443908481334716 ], [ -5.549322118030822, 55.444390972954857 ], [ -5.549909543257037, 55.444643662320431 ], [ -5.550300353477344, 55.444433595144602 ], [ -5.550477559481504, 55.444891517793863 ], [ -5.551427898097646, 55.444782083337913 ], [ -5.551946624631471, 55.444393855615395 ], [ -5.551732307171818, 55.444807406014085 ], [ -5.552115545477614, 55.444442896369608 ], [ -5.552945005752694, 55.44460761197999 ], [ -5.552159333950055, 55.443927300686596 ], [ -5.553741069812709, 55.443311247966555 ], [ -5.555183173339114, 55.44198799435155 ], [ -5.55466791385161, 55.441183840247405 ], [ -5.555223327668869, 55.440606604163513 ], [ -5.55533837425651, 55.438897536302541 ], [ -5.554223441447959, 55.437931890412422 ], [ -5.552482215713749, 55.437123813155544 ], [ -5.551394479721684, 55.434876039938793 ], [ -5.550564767433804, 55.4342662367524 ], [ -5.55313670200761, 55.434465730300836 ], [ -5.55415628171961, 55.435339745152412 ], [ -5.555983939510168, 55.435439435940296 ], [ -5.558200168320172, 55.435112370258075 ], [ -5.560742970768432, 55.433671567823609 ], [ -5.561893079856033, 55.432343245004297 ], [ -5.562929911595597, 55.432021687785657 ], [ -5.567861000133012, 55.428349460220694 ], [ -5.571084237921455, 55.427360625920485 ], [ -5.573127453898846, 55.427329669019052 ], [ -5.579241730348177, 55.425967404789368 ], [ -5.580097523554316, 55.425291328719545 ], [ -5.580588334303916, 55.424129596019313 ], [ -5.581303740510191, 55.424661623921253 ], [ -5.581670792788877, 55.424577132415195 ], [ -5.581445639107516, 55.424884057680117 ], [ -5.581805589660718, 55.424651409536118 ], [ -5.581563657375811, 55.425226781976122 ], [ -5.582202000660718, 55.424751286544172 ], [ -5.581653083018112, 55.425463342100919 ], [ -5.5822008066861, 55.426081206384168 ], [ -5.584437758454783, 55.426618055351 ], [ -5.586027489924052, 55.427671106767242 ], [ -5.58762221766802, 55.427959688958445 ], [ -5.591591814686167, 55.427638060969592 ], [ -5.594069411891476, 55.427758535129286 ], [ -5.599654912327058, 55.428738778817163 ], [ -5.600874550607513, 55.42820649337618 ], [ -5.600395133810629, 55.427769229848373 ], [ -5.60104813852301, 55.428115955190535 ], [ -5.603031271637933, 55.427893842898122 ], [ -5.604148273483725, 55.425924953234443 ], [ -5.603380409493372, 55.424977379005654 ], [ -5.601091015107947, 55.425619453481623 ], [ -5.600380108975867, 55.425226778279999 ], [ -5.600305361224274, 55.42480546476758 ], [ -5.601193284016033, 55.425249571856142 ], [ -5.603567898011207, 55.424658033718316 ], [ -5.60117869912551, 55.423302366651903 ], [ -5.599117039449301, 55.42453475128962 ], [ -5.598719353702307, 55.424317172997426 ], [ -5.600320265906098, 55.422695537791064 ], [ -5.597107053278329, 55.420030583119633 ], [ -5.590529086173945, 55.416968133336894 ], [ -5.589073927712452, 55.416679991193305 ], [ -5.585712761103533, 55.414443513932682 ], [ -5.583927585769547, 55.413721702240018 ], [ -5.579403620954301, 55.413614252139133 ], [ -5.576686415699047, 55.414066991404937 ], [ -5.576058116634985, 55.413743696724204 ], [ -5.575149919528855, 55.414327767178129 ], [ -5.573816583145861, 55.414160866746734 ], [ -5.572759067921556, 55.413670275248819 ], [ -5.568815345138889, 55.414316954962175 ], [ -5.567275281708281, 55.414766561407866 ], [ -5.565785935173115, 55.415691229606516 ], [ -5.563579364178787, 55.418304765614685 ], [ -5.56117080574092, 55.417363424366258 ], [ -5.559709595575355, 55.417549873981883 ], [ -5.559117704292782, 55.417998719789118 ], [ -5.557749660083998, 55.418079026797074 ], [ -5.552379376754362, 55.418127387497123 ], [ -5.551511117887417, 55.417788466117045 ], [ -5.550875572724765, 55.41669646596484 ], [ -5.548753000923974, 55.415238543687842 ], [ -5.548475064391287, 55.412229908917062 ], [ -5.545454852474905, 55.406661834616848 ], [ -5.541979945303067, 55.405270021269729 ], [ -5.541887733782149, 55.403622724826157 ], [ -5.541141971315031, 55.402529379825552 ], [ -5.537364772153974, 55.400755068480166 ], [ -5.53498206607704, 55.398845884136108 ], [ -5.532413504602899, 55.39794909466567 ], [ -5.5293255344232, 55.396275998748024 ], [ -5.528882262018055, 55.395645904900853 ], [ -5.528759481702473, 55.393383562264027 ], [ -5.526550850611709, 55.391999701056321 ], [ -5.526198903992367, 55.390620657101863 ], [ -5.52662722387378, 55.389488833188125 ], [ -5.524907873716135, 55.387919976083843 ], [ -5.524225658053279, 55.385314111512187 ], [ -5.52298280637964, 55.384127110388803 ], [ -5.523681723137599, 55.382663791690554 ], [ -5.524261025198969, 55.382376427580837 ], [ -5.522862926204782, 55.381981572154707 ], [ -5.521681033130611, 55.380590489709519 ], [ -5.521396173148497, 55.37942979426186 ], [ -5.519539640094789, 55.376754361519886 ], [ -5.516602355115753, 55.369196120082037 ], [ -5.516796527257091, 55.368093551331029 ], [ -5.519655999560564, 55.363762616277761 ], [ -5.519709968648455, 55.362326896370995 ], [ -5.520999469855753, 55.360495884590414 ], [ -5.521623454860509, 55.360235113140142 ], [ -5.52153088221444, 55.359815176616557 ], [ -5.523388639327136, 55.359406406275099 ], [ -5.524613154952005, 55.358089751070501 ], [ -5.525545046502098, 55.35765372316839 ], [ -5.527041764408231, 55.355052365018125 ], [ -5.533971381005604, 55.348517317691268 ], [ -5.537522398216608, 55.347020746333371 ], [ -5.542075506532959, 55.342968318927241 ], [ -5.545388625896771, 55.341554838839556 ], [ -5.545703443565293, 55.339518057623565 ], [ -5.548779645439311, 55.337841608716261 ], [ -5.548639409303185, 55.337067900123039 ], [ -5.551766917438136, 55.335439333493674 ], [ -5.551913684918104, 55.334612316006776 ], [ -5.55375984426665, 55.333650402997236 ], [ -5.555007050673081, 55.333398276114345 ], [ -5.555748363226146, 55.332517964984689 ], [ -5.558381937331501, 55.332423220547184 ], [ -5.55831567734048, 55.332176979251436 ], [ -5.558855383103018, 55.332127072833032 ], [ -5.558589253349557, 55.331657369507788 ], [ -5.560036855114006, 55.331354387038793 ], [ -5.56130827556731, 55.330319201186256 ], [ -5.561624570086633, 55.329977273882285 ], [ -5.561130571923571, 55.329218395844435 ], [ -5.561591792721793, 55.329348804559118 ], [ -5.56119940651436, 55.32884322748243 ], [ -5.561715090829287, 55.328877632383843 ], [ -5.561604465563514, 55.328260426897806 ], [ -5.562572300255121, 55.326744032215558 ], [ -5.562998432515254, 55.32665965629959 ], [ -5.562724524327901, 55.32545375971074 ], [ -5.561995996257155, 55.324980478557009 ], [ -5.561912382832491, 55.324488369978987 ], [ -5.562405057804122, 55.324267176268968 ], [ -5.561885487447637, 55.323661908965654 ], [ -5.562870341570177, 55.323741058749285 ], [ -5.56321660972221, 55.323470185383549 ], [ -5.562793992362267, 55.323154324488996 ], [ -5.563265257902787, 55.323046149688679 ], [ -5.563795561794139, 55.323331888525296 ], [ -5.564854116207607, 55.323125627501241 ], [ -5.564948631634157, 55.322826136273747 ], [ -5.565369210404321, 55.323066518208549 ], [ -5.568377829914203, 55.322379716622272 ], [ -5.568891003284111, 55.321861165806283 ], [ -5.571549749369716, 55.320740319342754 ], [ -5.571996687310421, 55.319837043862897 ], [ -5.573528089370939, 55.319945064471938 ], [ -5.576100771002965, 55.319271732160146 ], [ -5.584218066662591, 55.316597652453829 ], [ -5.586184677467908, 55.315503099137501 ], [ -5.587231669711383, 55.314404981830208 ], [ -5.592101141141185, 55.312601804210068 ], [ -5.592959842525243, 55.311812205240756 ], [ -5.596779221172891, 55.310622430433646 ], [ -5.596699247314763, 55.310244429187058 ], [ -5.599276504341918, 55.30900666122217 ], [ -5.601472573876952, 55.308521027214482 ], [ -5.60355390008232, 55.307536091350705 ], [ -5.607445311564356, 55.306973281231727 ], [ -5.609142870331116, 55.307560602738384 ], [ -5.609960459324744, 55.307363765763156 ], [ -5.609729039209073, 55.307107148380943 ], [ -5.610690793333486, 55.307386212695711 ], [ -5.616315285471519, 55.307575695657086 ], [ -5.617132097737563, 55.307301501733534 ], [ -5.617858688090433, 55.306383451919274 ], [ -5.618582875172781, 55.306338593498978 ], [ -5.626116330324324, 55.308030202854738 ], [ -5.626723222539626, 55.30759852800341 ], [ -5.626661182339431, 55.308040982621144 ], [ -5.627116439543372, 55.307847606752169 ], [ -5.627435486127056, 55.308233770484357 ], [ -5.629932611723224, 55.308820409694391 ], [ -5.633882756018274, 55.308918618651987 ], [ -5.634151910623761, 55.308586886372822 ], [ -5.63427450859721, 55.308978885293484 ], [ -5.640760900823199, 55.30888439158192 ], [ -5.641170259330264, 55.309308290646939 ], [ -5.642618183453828, 55.309539324660818 ], [ -5.642416707211696, 55.310350133243126 ], [ -5.641458972268656, 55.310702439981306 ], [ -5.641951904799442, 55.310696717545135 ], [ -5.64273890634093, 55.31021911956929 ], [ -5.642743630900184, 55.309360232899699 ], [ -5.641652331489794, 55.309150027652578 ], [ -5.640345888356357, 55.308226865552534 ], [ -5.640911996582732, 55.307953696382988 ], [ -5.641115231418641, 55.308536612848208 ], [ -5.641201606236462, 55.307931564327397 ], [ -5.641916660196549, 55.308422768964341 ], [ -5.641389438723494, 55.307916965668319 ], [ -5.641827797377394, 55.307454275130908 ], [ -5.643054205349229, 55.307075956676634 ], [ -5.644013844675137, 55.3073979868566 ], [ -5.644344295786444, 55.306704715157615 ], [ -5.644553452164947, 55.30709411939749 ], [ -5.644844326010884, 55.307000003900853 ], [ -5.644398185868521, 55.307377513375201 ], [ -5.645108549471898, 55.307302336909636 ], [ -5.645202352777472, 55.307551313115788 ], [ -5.644438119203381, 55.307812437639818 ], [ -5.644248665034089, 55.308667851487776 ], [ -5.645359924386128, 55.309610294043438 ], [ -5.648204799193766, 55.310545857258099 ], [ -5.652778966716976, 55.310997967889584 ], [ -5.653658588014856, 55.310962635036439 ], [ -5.653947887011803, 55.310508859542573 ], [ -5.654763798159769, 55.310381009240295 ], [ -5.65486689604078, 55.309959785893668 ], [ -5.656382836537997, 55.309730020614609 ], [ -5.656669192080624, 55.309330279099989 ], [ -5.658850812085766, 55.309618258272444 ], [ -5.660450382404137, 55.309099083502488 ], [ -5.662445671009896, 55.308905213735379 ], [ -5.66386072893458, 55.308334881625179 ], [ -5.667161755628469, 55.307839138110786 ], [ -5.671038805404402, 55.307674868162024 ], [ -5.676070484211019, 55.30853946503229 ], [ -5.681190313324203, 55.308499276049751 ], [ -5.688413846323767, 55.307719963712174 ], [ -5.69145105913609, 55.30667940718547 ], [ -5.689915912008093, 55.30771680149256 ], [ -5.685237531996352, 55.308877047337376 ], [ -5.685631850059089, 55.309099832351393 ], [ -5.690669555729567, 55.307548327788439 ], [ -5.691244185784054, 55.307777329491998 ], [ -5.690920468566726, 55.30738157299114 ], [ -5.69166248141252, 55.306715272752875 ], [ -5.690961970815899, 55.306302143560792 ], [ -5.690962996788534, 55.305312962237551 ], [ -5.692225946605771, 55.304756785964493 ], [ -5.692223687871674, 55.305054498819899 ], [ -5.692420042376483, 55.304759003852027 ], [ -5.692921477059705, 55.304845437082463 ], [ -5.693002677119446, 55.304464403642136 ], [ -5.693384223974934, 55.30465158116521 ], [ -5.693811942234208, 55.30379335491785 ], [ -5.694074927827771, 55.303976926628735 ], [ -5.694215873427065, 55.303628253476845 ], [ -5.694740777953024, 55.303695983687909 ], [ -5.694615169691717, 55.303362577374607 ], [ -5.694826882772313, 55.303571080409533 ], [ -5.696257843330731, 55.303516936753205 ], [ -5.696859179399936, 55.30289892710514 ], [ -5.697352744318654, 55.303273334020858 ], [ -5.697537845223502, 55.302840588913789 ], [ -5.697678852459388, 55.303254456501641 ], [ -5.698610353818546, 55.303202835363756 ], [ -5.69877308212922, 55.303562089418087 ], [ -5.699941070043868, 55.303460123913709 ], [ -5.700399121611298, 55.303081141337096 ], [ -5.701378571900147, 55.303002865817504 ], [ -5.702171907450743, 55.302044487941629 ], [ -5.703106785054151, 55.302012512510039 ], [ -5.70398413998523, 55.300924779149284 ], [ -5.706730797537902, 55.299955595717584 ], [ -5.710693144269859, 55.299178674576019 ], [ -5.713583638494317, 55.297391147037082 ], [ -5.714752452838406, 55.297081287120172 ], [ -5.714299586394302, 55.296452124953213 ], [ -5.715536388329135, 55.295353353916475 ], [ -5.720034626052024, 55.293237910463063 ], [ -5.726158501445292, 55.291994357908635 ], [ -5.726898029969294, 55.29156260610344 ], [ -5.730362928857049, 55.291290312986852 ], [ -5.731372887326686, 55.290886230633923 ], [ -5.731450442553141, 55.290537649025858 ], [ -5.731919765598799, 55.291004383623395 ], [ -5.734816282589863, 55.291810462564712 ], [ -5.736208167724286, 55.29178131820489 ], [ -5.738210402674568, 55.290870175109774 ], [ -5.744578391249228, 55.289968905058267 ], [ -5.749432210726299, 55.289806282808811 ], [ -5.752803424447013, 55.289212496232039 ], [ -5.758180665383766, 55.289253731928 ], [ -5.76167377234808, 55.28886726525166 ], [ -5.765812446933934, 55.290470600774242 ], [ -5.77412009414196, 55.292327039698158 ], [ -5.775736606918125, 55.292919973200263 ], [ -5.776330047015444, 55.293940243510818 ], [ -5.77930864219393, 55.294023332177744 ], [ -5.785083971634605, 55.29542242938399 ], [ -5.787419985582697, 55.296946099090427 ], [ -5.788892339828981, 55.297345502607882 ], [ -5.789600072573475, 55.29724707642427 ], [ -5.790717016929365, 55.297720449718391 ], [ -5.79150961983609, 55.297520455463314 ], [ -5.792321960369846, 55.298682228547918 ], [ -5.795188353907821, 55.298494147781597 ], [ -5.795050337232724, 55.299523605520719 ], [ -5.798749537351494, 55.299390459139552 ], [ -5.799623863499012, 55.30070313221271 ], [ -5.801575996131172, 55.302323932528026 ], [ -5.801472629096551, 55.302808262621888 ], [ -5.802126747317699, 55.302972223558854 ], [ -5.801703291418058, 55.304064544652363 ], [ -5.803906299313511, 55.305668498886888 ], [ -5.80326812367742, 55.306165011796224 ], [ -5.803610653620783, 55.306284724826313 ], [ -5.803397885015777, 55.306943329056352 ], [ -5.802109740934303, 55.307896245474815 ], [ -5.802565585629407, 55.308704865691553 ], [ -5.804286273952966, 55.309550480975844 ], [ -5.804075842707587, 55.309822327844962 ], [ -5.804856209639317, 55.310890600001102 ], [ -5.803796415641339, 55.311512673082959 ], [ -5.803769133591953, 55.312214952842993 ], [ -5.802192627781477, 55.313451134948437 ], [ -5.802081492428228, 55.316075962529759 ], [ -5.800495671979776, 55.317546218427012 ], [ -5.800404356922925, 55.318650664290722 ], [ -5.799429447623479, 55.319009262998691 ], [ -5.799442643359948, 55.320546596419724 ], [ -5.798617053320886, 55.320900537265537 ], [ -5.798443443780664, 55.321557910050728 ], [ -5.799671220968211, 55.322850590207295 ], [ -5.800385781845246, 55.324843587994138 ], [ -5.801449027716771, 55.325767282767067 ], [ -5.801523666846013, 55.326628252466435 ], [ -5.800102827453776, 55.329001611988652 ], [ -5.800276028801656, 55.329409879439368 ], [ -5.798890621908805, 55.330590592245436 ], [ -5.797677643085621, 55.331019532022381 ], [ -5.798038374630157, 55.332397667028843 ], [ -5.79674222761546, 55.334429874274612 ], [ -5.797841626228602, 55.336684287254684 ], [ -5.7972930001367, 55.337380305237247 ], [ -5.798155483568843, 55.34028955847365 ], [ -5.79748227621636, 55.341250240154537 ], [ -5.79770087863095, 55.341967344220834 ], [ -5.798259954824402, 55.342120804323081 ], [ -5.798345475447734, 55.34326020700027 ], [ -5.800394688764307, 55.344801594003457 ], [ -5.802184113495361, 55.345442785819415 ], [ -5.802463984063812, 55.345892690898296 ], [ -5.802893211477355, 55.345843345723182 ], [ -5.803175674318946, 55.346320146496666 ], [ -5.802685534554825, 55.34647480604152 ], [ -5.803396443597296, 55.34771611960533 ], [ -5.80478924646152, 55.348333665223478 ], [ -5.804424793276749, 55.348893578616398 ], [ -5.803503029189308, 55.348908820085661 ], [ -5.802523909887448, 55.349559823016804 ], [ -5.801800391875948, 55.350243322521422 ], [ -5.801936275604996, 55.350837100194205 ], [ -5.799166489723606, 55.353306398399361 ], [ -5.802186891348231, 55.356984754227909 ], [ -5.800388900945705, 55.359221462643909 ], [ -5.800769388127227, 55.359402956983971 ], [ -5.7995891044831, 55.360181594880387 ], [ -5.799525801821089, 55.361496488374669 ], [ -5.80035790040628, 55.361695400195948 ], [ -5.799815739843481, 55.361721271261175 ], [ -5.799702767895312, 55.362106974458179 ], [ -5.80057926541882, 55.36243939229287 ], [ -5.801072652685558, 55.363138943284739 ], [ -5.801658609851422, 55.363075732418906 ], [ -5.801744808020413, 55.363315848817066 ], [ -5.802048118915552, 55.363104067701187 ], [ -5.802208100382019, 55.363701590881753 ], [ -5.802541846648265, 55.363313504202004 ], [ -5.803839581248012, 55.363839607264239 ], [ -5.804211304801464, 55.364668834772012 ], [ -5.803012295575912, 55.364760151141795 ], [ -5.802778032246031, 55.365280029308266 ], [ -5.801799012505507, 55.365031752747782 ], [ -5.800971800631155, 55.365295817596888 ], [ -5.800311298264603, 55.366310066995894 ], [ -5.799472694053067, 55.366291208224794 ], [ -5.799625211130259, 55.366893462829957 ], [ -5.799010031557013, 55.367146417294265 ], [ -5.799018803949746, 55.367402433848724 ], [ -5.799962940860039, 55.36761584872513 ], [ -5.799380957401834, 55.367885756789299 ], [ -5.798517117089153, 55.367768757591534 ], [ -5.796552616785371, 55.369016893886958 ], [ -5.796603202769688, 55.36962681783335 ], [ -5.797435359868175, 55.370153980367576 ], [ -5.796684015103575, 55.370469609430394 ], [ -5.797224601096501, 55.371743234876732 ], [ -5.79706608791317, 55.373465752626913 ], [ -5.798512505018412, 55.373892869345951 ], [ -5.797938833332095, 55.374908896391567 ], [ -5.799017323699185, 55.375450868189084 ], [ -5.798677635922525, 55.376189839110943 ], [ -5.798128862392288, 55.376395757247558 ], [ -5.797560133757517, 55.37622910049393 ], [ -5.797997044464796, 55.376503272936993 ], [ -5.79684839888689, 55.377123519163895 ], [ -5.795123110220798, 55.379389339097571 ], [ -5.79503910144218, 55.379666224401191 ], [ -5.795483025103301, 55.379683899230038 ], [ -5.795058646988011, 55.379903021268724 ], [ -5.795233097894826, 55.380256403087934 ], [ -5.795655588850956, 55.380330497689464 ], [ -5.794883622661017, 55.381339182424348 ], [ -5.795185428004025, 55.381604075654941 ], [ -5.79395355540411, 55.382181915181739 ], [ -5.793349597785844, 55.383378708678286 ], [ -5.793947943418304, 55.384182939504342 ], [ -5.795510716873456, 55.384831296486432 ], [ -5.795028516415635, 55.384909232659609 ], [ -5.794928905089821, 55.38535296531699 ], [ -5.795437768723498, 55.385552971058623 ], [ -5.795894285974594, 55.387512653100778 ], [ -5.796644925959665, 55.388091819426869 ], [ -5.796787607667346, 55.389661086209784 ], [ -5.795952848429428, 55.391251748458785 ], [ -5.796313874564216, 55.391474332444218 ], [ -5.795738939990455, 55.3914922049211 ], [ -5.795965350943165, 55.391629048362653 ], [ -5.794237484105152, 55.392968686338129 ], [ -5.791773699045366, 55.394214246878704 ], [ -5.791542435684816, 55.395840089131937 ], [ -5.78971185452407, 55.396688255318466 ], [ -5.785447560940766, 55.397863645196423 ], [ -5.778989831603941, 55.401305442863013 ], [ -5.778724156867053, 55.402163455513687 ], [ -5.775613014118399, 55.403756924393058 ], [ -5.775737503886329, 55.404481468357204 ], [ -5.773942685094148, 55.40504951238276 ], [ -5.773828256550593, 55.406334478003849 ], [ -5.773195013919485, 55.40648892939447 ], [ -5.772612057210587, 55.407253313209971 ], [ -5.773490744742266, 55.408345734468377 ], [ -5.771454384912736, 55.408786312999453 ], [ -5.770800694561316, 55.408478269935131 ], [ -5.769988927805001, 55.408584260297921 ], [ -5.769081720208989, 55.409264212186478 ], [ -5.769256274654866, 55.409685968107127 ], [ -5.768928881582965, 55.4094847475764 ], [ -5.766590694134386, 55.410159367403587 ], [ -5.766513262554757, 55.410507964815316 ], [ -5.765623108515317, 55.4107871990253 ], [ -5.765866845760835, 55.41118884152575 ], [ -5.763817635476738, 55.412492959941879 ], [ -5.76058541006131, 55.412412662633727 ], [ -5.759586770300674, 55.412798604174533 ], [ -5.759297158908141, 55.413410010385199 ], [ -5.755346863502671, 55.414174476080639 ], [ -5.754443749761325, 55.414818217103317 ], [ -5.752397235825327, 55.417655255840401 ], [ -5.752706683013329, 55.418333668935858 ], [ -5.752304251224055, 55.418840612733234 ], [ -5.753524597859442, 55.419288712530587 ], [ -5.753072115423289, 55.419684791614273 ], [ -5.754066902751592, 55.42017128926593 ], [ -5.7535469046303, 55.420272695391965 ], [ -5.753000179806916, 55.421674322283927 ], [ -5.753883588159493, 55.422402542349467 ], [ -5.752753663207223, 55.422158492280182 ], [ -5.75117717871029, 55.422373267999475 ], [ -5.750259124667119, 55.422945493050285 ], [ -5.751467606622121, 55.423767163452275 ], [ -5.751149708399388, 55.424082666031595 ], [ -5.750335885469212, 55.424004238600347 ], [ -5.750125510288671, 55.424703110267593 ], [ -5.74886238350481, 55.42447210454862 ], [ -5.748107856232629, 55.424018658899776 ], [ -5.747988045932505, 55.423338913617947 ], [ -5.746077891568661, 55.422736559863104 ], [ -5.744054792583189, 55.423160969893722 ], [ -5.743402085259322, 55.423814932861731 ], [ -5.741528416854832, 55.423413718732562 ], [ -5.740857877607912, 55.423662658269429 ], [ -5.741095364506826, 55.423816349375436 ], [ -5.740375066590783, 55.423690030215631 ], [ -5.740434205896691, 55.423913927648691 ], [ -5.740000955844445, 55.423596272867812 ], [ -5.735894839516967, 55.423161680998248 ], [ -5.733826813136297, 55.423982056367045 ], [ -5.732273299025698, 55.423805616156997 ], [ -5.731593288975501, 55.424172592444663 ], [ -5.730111586390205, 55.424237623071377 ], [ -5.724907754998902, 55.427303600862331 ], [ -5.722862889788399, 55.42740099634765 ], [ -5.722315397770719, 55.426692000263834 ], [ -5.723336706655776, 55.428703927887383 ], [ -5.720179897404813, 55.433870829785825 ], [ -5.715147035365894, 55.446375705430249 ], [ -5.712956156261559, 55.45830483425221 ], [ -5.712963006218947, 55.462162288949578 ], [ -5.713846664861698, 55.466002099390288 ], [ -5.712147039870098, 55.472919275951746 ], [ -5.712467295399469, 55.473462572043246 ], [ -5.713416258238754, 55.473537162072738 ], [ -5.713706820789533, 55.473932985639863 ], [ -5.713620381882174, 55.475032661067701 ], [ -5.712819071892779, 55.475097463425172 ], [ -5.713673442342937, 55.475512132591788 ], [ -5.71301403207076, 55.475738981552546 ], [ -5.71310714592121, 55.476055377024743 ], [ -5.712557732672196, 55.475937178766742 ], [ -5.712436654730271, 55.476669224006883 ], [ -5.712870583462505, 55.477074184596631 ], [ -5.712534438864759, 55.477623924566004 ], [ -5.713653412415365, 55.47824187647371 ], [ -5.713202196247893, 55.478242092700505 ], [ -5.713400474987584, 55.479423041953815 ], [ -5.712256999637826, 55.479974817504306 ], [ -5.711645385164576, 55.481130899008953 ], [ -5.711908407388306, 55.48199066142719 ], [ -5.71312814558797, 55.481827735118763 ], [ -5.712864707807487, 55.482393251554576 ], [ -5.713614241534952, 55.482617774425407 ], [ -5.712801632060375, 55.482732374445206 ], [ -5.713483074387413, 55.482990438525363 ], [ -5.713006557216203, 55.48305886308178 ], [ -5.713676145074725, 55.483443177021762 ], [ -5.713256789239259, 55.483950484219434 ], [ -5.714011680296561, 55.484399647533778 ], [ -5.712771262997904, 55.484680107911181 ], [ -5.713734266725697, 55.485069000467661 ], [ -5.713567212791565, 55.485901356668187 ], [ -5.714020041458618, 55.486085431672841 ], [ -5.713936462939342, 55.486879284029492 ], [ -5.714438335517035, 55.487331634145342 ], [ -5.713526366531966, 55.487485224412744 ], [ -5.7134745644757, 55.487859973867224 ], [ -5.713984539947752, 55.48789394251596 ], [ -5.714242499404316, 55.488362693908897 ], [ -5.712267614766305, 55.490346994330828 ], [ -5.712758239903906, 55.490763724272895 ], [ -5.712005114001611, 55.491595885386879 ], [ -5.712394281403355, 55.491691977770223 ], [ -5.712174730177999, 55.492471971200231 ], [ -5.711470134121059, 55.492978936241279 ], [ -5.711899283418447, 55.494256289668726 ], [ -5.71130958144597, 55.496908897701935 ], [ -5.712255469957076, 55.498458317401891 ], [ -5.711932113249975, 55.499061616459869 ], [ -5.712513864725004, 55.499183336833106 ], [ -5.712675419370933, 55.49963703400536 ], [ -5.712169346074868, 55.499814255389559 ], [ -5.712690083527938, 55.500549295673487 ], [ -5.712138294844049, 55.501586657950384 ], [ -5.712610366073723, 55.503402237871846 ], [ -5.712080209370182, 55.503912899767492 ], [ -5.712653545212873, 55.504196735272188 ], [ -5.712270042111856, 55.504918758315739 ], [ -5.712680467294407, 55.505239011098013 ], [ -5.71241519160876, 55.505786594113232 ], [ -5.711958717366318, 55.50581843290886 ], [ -5.712312204516349, 55.505870649634929 ], [ -5.712670955785487, 55.507491840938172 ], [ -5.714124575092725, 55.508036696808894 ], [ -5.714716804728272, 55.509192191988227 ], [ -5.713907734158802, 55.510610549180946 ], [ -5.71465981072958, 55.512116382603686 ], [ -5.713796368120432, 55.51228647600125 ], [ -5.714094029180631, 55.512502242702418 ], [ -5.713246896888322, 55.513013539503426 ], [ -5.713678190605936, 55.513049903063347 ], [ -5.713373084072302, 55.513679625972728 ], [ -5.712635852193255, 55.514012234219209 ], [ -5.712669847995421, 55.515045302301118 ], [ -5.71382407358484, 55.516781723466806 ], [ -5.712858717781199, 55.518981737781239 ], [ -5.713717389427569, 55.5206920616315 ], [ -5.712433683340975, 55.521702178831028 ], [ -5.712630592666389, 55.522361623487413 ], [ -5.711236206044386, 55.524804838808748 ], [ -5.710921093754929, 55.524657034689561 ], [ -5.7106843641391, 55.525761258248345 ], [ -5.710335769721716, 55.525762838625127 ], [ -5.71037670965068, 55.526449496841572 ], [ -5.711059075350469, 55.526541202336688 ], [ -5.710572972149625, 55.527522603058983 ], [ -5.708963155381112, 55.527783630973687 ], [ -5.708885498885619, 55.528170849063756 ], [ -5.708323996300943, 55.528016119591477 ], [ -5.707219136775183, 55.528303181471067 ], [ -5.706875350619063, 55.529938477617769 ], [ -5.705178330493885, 55.53178381155147 ], [ -5.704523314101056, 55.53198348812802 ], [ -5.704380743588529, 55.532591176457551 ], [ -5.703861618961359, 55.532617682917284 ], [ -5.704353017877748, 55.532768261565742 ], [ -5.70502177042478, 55.531939620323669 ], [ -5.704273552855152, 55.53359164852133 ], [ -5.703953455664507, 55.536912238726522 ], [ -5.704763973654978, 55.54067068728272 ], [ -5.70437538835691, 55.541242660468882 ], [ -5.705782153480715, 55.542894182366524 ], [ -5.705264141320536, 55.545560745418712 ], [ -5.705767885894184, 55.548096556461836 ], [ -5.706843960041593, 55.549383111443248 ], [ -5.707045691677041, 55.552651032217618 ], [ -5.710111849484504, 55.55705508467711 ], [ -5.709938049579078, 55.557482982864236 ], [ -5.710590482689681, 55.557907416158088 ], [ -5.711011779974083, 55.559042938073198 ], [ -5.710682464131446, 55.559268733360447 ], [ -5.71122813811184, 55.559334916713631 ], [ -5.712474913847641, 55.561046076595034 ], [ -5.711736159051124, 55.56258185653769 ], [ -5.712303934838649, 55.563923348830926 ], [ -5.7136937030179, 55.565298352256214 ], [ -5.712831894957964, 55.566875637767843 ], [ -5.713513294031692, 55.567587826916544 ], [ -5.71409100147486, 55.567403945515295 ], [ -5.714386680719867, 55.567930005836111 ], [ -5.715071758264953, 55.567958673051947 ], [ -5.715400667845679, 55.567660942127262 ], [ -5.715635331414719, 55.568296757292458 ], [ -5.71532872873961, 55.569502017469333 ], [ -5.714816836806626, 55.569710883443769 ], [ -5.714642994078701, 55.571649467167859 ], [ -5.715358358328797, 55.573340759407301 ], [ -5.716212811928992, 55.573481178968478 ], [ -5.715493578964583, 55.574519120901535 ], [ -5.715737898138637, 55.574920847654482 ], [ -5.715232866669835, 55.574783308910305 ], [ -5.714723588960908, 55.575104495543613 ], [ -5.715706532122625, 55.576351548592356 ], [ -5.715254612485217, 55.576608051353034 ], [ -5.715609451133552, 55.576835574016492 ], [ -5.715350274165408, 55.578542952002913 ], [ -5.714794585457962, 55.57954894797961 ], [ -5.714634332670646, 55.579113196159568 ], [ -5.713466461474701, 55.579302390022718 ], [ -5.712097348374519, 55.580318654418427 ], [ -5.712005363193574, 55.580101136540208 ], [ -5.711162053451342, 55.580248095350392 ], [ -5.709272909232022, 55.581339436235289 ], [ -5.708503420402464, 55.581007558289954 ], [ -5.707784594211212, 55.581128242384089 ], [ -5.707160633516224, 55.581749607133965 ], [ -5.706984995280663, 55.581570587144576 ], [ -5.706144958783369, 55.582005158333999 ], [ -5.706504214163141, 55.582700162318403 ], [ -5.705786014942462, 55.582996160799816 ], [ -5.704428096972869, 55.582821443024017 ], [ -5.703865729885874, 55.583760144897127 ], [ -5.703752762163015, 55.58340387897092 ], [ -5.702968865675092, 55.583508517986353 ], [ -5.701677095149466, 55.584541202831119 ], [ -5.700932012048612, 55.584721087485939 ], [ -5.700723882022012, 55.584534048834094 ], [ -5.700674717590289, 55.584854753234502 ], [ -5.699999270357863, 55.584762765358278 ], [ -5.698519245590727, 55.585331717846074 ], [ -5.697572907702051, 55.586342232064176 ], [ -5.696721088872011, 55.586080206745365 ], [ -5.692767368132333, 55.587374769799737 ], [ -5.69273343323323, 55.589884571229895 ], [ -5.691905509563913, 55.590738601446809 ], [ -5.691835712641529, 55.592022969306399 ], [ -5.690967040793279, 55.593339511356021 ], [ -5.691324318800497, 55.594910439423948 ], [ -5.690756255606727, 55.595320512886666 ], [ -5.690959705483422, 55.595879979285776 ], [ -5.688557687372724, 55.596410945311618 ], [ -5.686449594463762, 55.598297102675659 ], [ -5.685280010697696, 55.600319535875727 ], [ -5.683427941663004, 55.606681335533324 ], [ -5.683154565616596, 55.608118383053913 ], [ -5.683607358938889, 55.611622430334755 ], [ -5.684580855209692, 55.61478260706668 ], [ -5.685361870415774, 55.614978516038541 ], [ -5.681987177125707, 55.614960408401622 ], [ -5.680337183036548, 55.615984723247983 ], [ -5.678881216048441, 55.618282743286628 ], [ -5.678366336687269, 55.622789686786447 ], [ -5.678754827402768, 55.624729275415817 ], [ -5.678265441993229, 55.625018224355117 ], [ -5.678409692451744, 55.626047967664896 ], [ -5.677762286604799, 55.627533091744851 ], [ -5.676386134112464, 55.628365685594112 ], [ -5.675067053733671, 55.63040147035565 ], [ -5.673721128690836, 55.631134213569759 ], [ -5.672365342862975, 55.632865340151156 ], [ -5.672805575177578, 55.635104621222006 ], [ -5.674324224958742, 55.63790953049957 ], [ -5.673812604015962, 55.638302531990668 ], [ -5.674175078763584, 55.639456117807313 ], [ -5.673392416664495, 55.640095529780154 ], [ -5.673651985351342, 55.640829581595121 ], [ -5.672648343518579, 55.644371009457863 ], [ -5.674142222148758, 55.646398865572849 ], [ -5.672648751582696, 55.649295867179347 ], [ -5.672469473271807, 55.650589780140855 ], [ -5.670163775810809, 55.651406078201013 ], [ -5.669244684506527, 55.652493743162957 ], [ -5.668994359952574, 55.65413416506108 ], [ -5.669757710657623, 55.657325912557297 ], [ -5.671526594353217, 55.657447379936023 ], [ -5.669353433783396, 55.657628454503666 ], [ -5.669001841451609, 55.658255823460358 ], [ -5.667831959252275, 55.658416724307905 ], [ -5.667239908018892, 55.65904139203441 ], [ -5.667716868535803, 55.661927002249655 ], [ -5.667395017107101, 55.663501219323479 ], [ -5.666407664739244, 55.665018911375107 ], [ -5.664969464371159, 55.665884676329412 ], [ -5.665250238971476, 55.665485134988081 ], [ -5.664382456377197, 55.665816802913916 ], [ -5.663108326227632, 55.667842085722313 ], [ -5.66472581097385, 55.671610786045221 ], [ -5.666032325428965, 55.67332963137811 ], [ -5.668673171499945, 55.675871761271431 ], [ -5.67345781374225, 55.678785730087306 ], [ -5.676130416517106, 55.681317768042561 ], [ -5.67658653025477, 55.68244606201975 ], [ -5.675263600295532, 55.683272515614213 ], [ -5.668735862741331, 55.684605484989262 ], [ -5.660404873817491, 55.688105025286092 ], [ -5.647504265176975, 55.692634665477385 ], [ -5.637476557509405, 55.696758511387436 ], [ -5.62950557326755, 55.702821305683258 ], [ -5.623779693737346, 55.708390124600875 ], [ -5.620960322923835, 55.709673776302488 ], [ -5.620032012844093, 55.709727253071634 ], [ -5.620322838352675, 55.709840956175249 ], [ -5.617556706202198, 55.712390777658982 ], [ -5.61737801181797, 55.713299708537825 ], [ -5.617844283437251, 55.71360516093997 ], [ -5.616298564242018, 55.714716250304647 ], [ -5.616023505816572, 55.715875289379575 ], [ -5.611163793372986, 55.7195656429015 ], [ -5.609457191321558, 55.721526586113164 ], [ -5.609346872443723, 55.722402018439141 ], [ -5.607204341170989, 55.723526043909274 ], [ -5.607192773044183, 55.72426369562497 ], [ -5.605874984253864, 55.726298569507485 ], [ -5.606039503098633, 55.727822305661945 ], [ -5.60531508110081, 55.728432544763763 ], [ -5.605461482167867, 55.728810385385529 ], [ -5.605887300500878, 55.728676484851881 ], [ -5.605699590131168, 55.729059648476913 ], [ -5.605231896133835, 55.72882612346104 ], [ -5.604261221786765, 55.729358171369491 ], [ -5.602341907449611, 55.732044576136929 ], [ -5.600582869487964, 55.733274104090519 ], [ -5.600913102139509, 55.734177057740681 ], [ -5.599755172554207, 55.735186619162597 ], [ -5.5994865499397, 55.736179975139244 ], [ -5.598603482541082, 55.735883978387633 ], [ -5.597535819823334, 55.73643859426403 ], [ -5.597283909278543, 55.737181489021218 ], [ -5.597574079258754, 55.73747689666461 ], [ -5.598094911357654, 55.737386995649786 ], [ -5.59814211341428, 55.73815888566002 ], [ -5.598892141718648, 55.738670989217532 ], [ -5.599294520157844, 55.738592649762367 ], [ -5.599677793459565, 55.739361874737554 ], [ -5.600172342024663, 55.739228677581842 ], [ -5.601267598077581, 55.739802570818398 ], [ -5.601441167335468, 55.740284819908183 ], [ -5.600092064825168, 55.740934035102619 ], [ -5.599703571127769, 55.740471576602197 ], [ -5.599364789642941, 55.740963461825082 ], [ -5.598703707211288, 55.740829094995739 ], [ -5.598422540194115, 55.741185313526806 ], [ -5.596161440575012, 55.740672540910943 ], [ -5.59234682793728, 55.74283254235781 ], [ -5.591907544556825, 55.743446035276577 ], [ -5.591338229678628, 55.743495067120286 ], [ -5.589778038928857, 55.74540555805283 ], [ -5.587712678785483, 55.746000950571954 ], [ -5.587691108912579, 55.746460148366126 ], [ -5.588298291369047, 55.746649201346059 ], [ -5.58754026547706, 55.747507573514433 ], [ -5.586032831314325, 55.748069540847936 ], [ -5.585850625730124, 55.747873454995414 ], [ -5.584293114592415, 55.748046632362787 ], [ -5.583635814184245, 55.748787844694029 ], [ -5.58349299164748, 55.751799670157446 ], [ -5.584411010012425, 55.752508367260063 ], [ -5.583976706848016, 55.752831256781178 ], [ -5.584385073553732, 55.753007253614179 ], [ -5.584204886458251, 55.753406343215474 ], [ -5.584715288698957, 55.75323498497086 ], [ -5.583258343762554, 55.754870821410869 ], [ -5.583324180607944, 55.755327465328719 ], [ -5.58260079883345, 55.755523916139914 ], [ -5.582265654267727, 55.756041717082326 ], [ -5.581698785424171, 55.755685113723409 ], [ -5.580841455418282, 55.755898949837707 ], [ -5.57983481854117, 55.757614215331628 ], [ -5.577061309549425, 55.759277571918332 ], [ -5.57619159035114, 55.761793548480675 ], [ -5.575015643797459, 55.762708965176316 ], [ -5.57140191242225, 55.764171865113759 ], [ -5.570614885159135, 55.765853680027597 ], [ -5.570942800318379, 55.766212790484808 ], [ -5.570074196103446, 55.766480823092706 ], [ -5.569860306233947, 55.766932119098762 ], [ -5.565413911561525, 55.767929011317939 ], [ -5.564218380649807, 55.767325337619447 ], [ -5.563606609201644, 55.767437507959542 ], [ -5.561665788219959, 55.766356420007291 ], [ -5.559210665536359, 55.766454601004931 ], [ -5.555813878935457, 55.767245374225354 ], [ -5.553476117354015, 55.767056811646256 ], [ -5.550208692730251, 55.769008063355265 ], [ -5.548733128516684, 55.769531763345263 ], [ -5.543764609849958, 55.773217870245134 ], [ -5.539335569402971, 55.775035999120099 ], [ -5.534559505010488, 55.776373926267993 ], [ -5.530094098572028, 55.779208769875908 ], [ -5.528825321708908, 55.779380110289381 ], [ -5.527863835797542, 55.780567613281171 ], [ -5.525165889189374, 55.782137648884294 ], [ -5.523512115059336, 55.7824638447578 ], [ -5.522370709586789, 55.783251857226389 ], [ -5.5178239472477, 55.78414195902733 ], [ -5.516009371425776, 55.784809828814559 ], [ -5.513900495225953, 55.787347273815328 ], [ -5.512859699089677, 55.787750186910699 ], [ -5.511681559088955, 55.789020173962591 ], [ -5.51420851840427, 55.789082754549419 ], [ -5.514284814971215, 55.789575087800387 ], [ -5.513298272038752, 55.790403533438074 ], [ -5.513402073793711, 55.790935540575731 ], [ -5.511240076200953, 55.79129408472209 ], [ -5.510518592027947, 55.793737838199569 ], [ -5.5099845714103, 55.794099262830926 ], [ -5.505415917826993, 55.795295205494583 ], [ -5.502761410141582, 55.795060747999237 ], [ -5.499138564659757, 55.795950747383586 ], [ -5.496713986071792, 55.798101251652504 ], [ -5.493977650205944, 55.798486622442518 ], [ -5.493163275788167, 55.799034868899071 ], [ -5.491270848636631, 55.799522948100595 ], [ -5.49113020454726, 55.80005462033381 ], [ -5.491737862449255, 55.800228062775446 ], [ -5.49112418523967, 55.800077373523095 ], [ -5.490999460017544, 55.800017301990188 ], [ -5.490528947005629, 55.799882999886556 ], [ -5.491733738397526, 55.800342367262097 ], [ -5.490551976900965, 55.801298446338855 ], [ -5.491166430672465, 55.801404161029275 ], [ -5.490559488402629, 55.801827809617045 ], [ -5.48972782738793, 55.801293093410933 ], [ -5.488559293331359, 55.8014170986145 ], [ -5.489133777130185, 55.802039149331712 ], [ -5.488239181935867, 55.803458180418893 ], [ -5.487325420627613, 55.803236871720344 ], [ -5.487619746516526, 55.80179892923676 ], [ -5.487017102288504, 55.801504048392701 ], [ -5.484642381077527, 55.801331381330066 ], [ -5.481894596718517, 55.802217605468698 ], [ -5.481482726983137, 55.803146370887937 ], [ -5.479030996574776, 55.804025035146829 ], [ -5.478214984157947, 55.805792412484337 ], [ -5.480188965069742, 55.806087152422897 ], [ -5.48205043722239, 55.80592650526745 ], [ -5.482895947376164, 55.806455485820877 ], [ -5.484414887223599, 55.806659662790977 ], [ -5.483069388122902, 55.80687764443595 ], [ -5.482294783414262, 55.807767245761227 ], [ -5.481693297994442, 55.807914666405068 ], [ -5.481896526196602, 55.80822359372786 ], [ -5.480840466165907, 55.808554724764591 ], [ -5.480540598513685, 55.806270497437929 ], [ -5.477955525921196, 55.806015544765664 ], [ -5.477791147898866, 55.807750979144551 ], [ -5.479116938103691, 55.808563092021458 ], [ -5.479059076199585, 55.809077221740822 ], [ -5.478182776675403, 55.809902241977724 ], [ -5.47730565661323, 55.809913587495963 ], [ -5.476676351106076, 55.810286546712028 ], [ -5.47562093897273, 55.811431303345884 ], [ -5.474867743136445, 55.811758306977346 ], [ -5.473063268988994, 55.811845300582327 ], [ -5.470586222186352, 55.813075150186819 ], [ -5.468619266842339, 55.814924413385064 ], [ -5.469570653104485, 55.815207738270246 ], [ -5.469376469162922, 55.815716719896791 ], [ -5.468529563962608, 55.816068806324083 ], [ -5.468589845144744, 55.816656016508738 ], [ -5.467054116082117, 55.817611954458819 ], [ -5.467708390930383, 55.819220863238257 ], [ -5.470155738887107, 55.81962379034227 ], [ -5.471971095207395, 55.818848723498839 ], [ -5.471766747393661, 55.81987048503764 ], [ -5.470413718787025, 55.820636985041595 ], [ -5.470580553502862, 55.821792114907083 ], [ -5.469466699275102, 55.822196701243286 ], [ -5.468057679480994, 55.82412909087563 ], [ -5.466999954026766, 55.824806294853694 ], [ -5.466366245321272, 55.82477472428878 ], [ -5.465755569043359, 55.826437305497301 ], [ -5.464736468455084, 55.827639372338503 ], [ -5.463494906516636, 55.82795759179529 ], [ -5.46352643697351, 55.828401757333602 ], [ -5.459993144200107, 55.828366436881481 ], [ -5.461313279850237, 55.828751832686109 ], [ -5.459330332618614, 55.829266215226085 ], [ -5.459940696457068, 55.831101172299554 ], [ -5.457303876408413, 55.831719343546006 ], [ -5.457005882864251, 55.832051402324062 ], [ -5.455611163951811, 55.831906317288343 ], [ -5.455013176662194, 55.832188365658737 ], [ -5.454711142716038, 55.832925125343998 ], [ -5.455302713840162, 55.83347042765724 ], [ -5.455365989622547, 55.834543068379368 ], [ -5.453896524708671, 55.835986968072135 ], [ -5.451423802553706, 55.836748744600548 ], [ -5.449845636986665, 55.836698653387742 ], [ -5.449304507645817, 55.836992562296267 ], [ -5.447113331736902, 55.837146651816603 ], [ -5.447487155030724, 55.837398700567583 ], [ -5.447081095517688, 55.83759440526336 ], [ -5.447863208081859, 55.837675860298774 ], [ -5.448058496771315, 55.839068471050972 ], [ -5.446406678632767, 55.841254645588037 ], [ -5.447426128046087, 55.842210559451743 ], [ -5.447365945100687, 55.843785659594793 ], [ -5.448153349727455, 55.843925407210932 ], [ -5.449808504748907, 55.843038306409724 ], [ -5.44977415035973, 55.84346184461949 ], [ -5.450526892457209, 55.843571081729706 ], [ -5.451231262551928, 55.844666180359027 ], [ -5.45025894547124, 55.846586071558278 ], [ -5.450601604489479, 55.847025998517147 ], [ -5.448607905642141, 55.848061966117548 ], [ -5.447645980082471, 55.849019512647786 ], [ -5.447138702318214, 55.850238523835735 ], [ -5.447697429270733, 55.850501571341951 ], [ -5.446734544813836, 55.850276830685353 ], [ -5.446120464413916, 55.851283049778793 ], [ -5.443621361106355, 55.852481449361463 ], [ -5.441042694489387, 55.85485982990464 ], [ -5.438327762255464, 55.855610117519916 ], [ -5.435533164663378, 55.857214904597491 ], [ -5.436822662222366, 55.857878348940794 ], [ -5.436137067995979, 55.859526660978077 ], [ -5.437077424898338, 55.859548923168418 ], [ -5.438223986240293, 55.860041028432782 ], [ -5.439045336635098, 55.859838235817627 ], [ -5.440511030511062, 55.860323190096651 ], [ -5.445954970368247, 55.857172240187332 ], [ -5.449223998223, 55.854198965843487 ], [ -5.451163789706884, 55.853092579567637 ], [ -5.450965471300082, 55.851938317749919 ], [ -5.450397505563213, 55.851841876018305 ], [ -5.45038959632735, 55.85148246092151 ], [ -5.451230746865432, 55.850514797908374 ], [ -5.452782090484077, 55.84953617085128 ], [ -5.455316763541883, 55.849606998264704 ], [ -5.453975427167832, 55.848936212758055 ], [ -5.456647749797838, 55.847355102149997 ], [ -5.456941885011892, 55.845899285636271 ], [ -5.456448930744629, 55.845207360038202 ], [ -5.456868974474987, 55.844539206421516 ], [ -5.45651631507108, 55.843717461687234 ], [ -5.457619752821357, 55.841209413084606 ], [ -5.458509919754508, 55.840258295915767 ], [ -5.46101654924722, 55.839068351895023 ], [ -5.461730075022768, 55.838108697371879 ], [ -5.462453617290308, 55.837890512001074 ], [ -5.462786157745135, 55.836689836646237 ], [ -5.463742294043155, 55.836123431199823 ], [ -5.4635730162777, 55.836465364488632 ], [ -5.464127185494558, 55.836229464774682 ], [ -5.465797110879484, 55.83497758541975 ], [ -5.466537488069999, 55.835577080884939 ], [ -5.466211861679127, 55.83685399690642 ], [ -5.467057429025281, 55.837288684719844 ], [ -5.466679875263253, 55.837982651928392 ], [ -5.467857718106515, 55.838201167826156 ], [ -5.470262019814141, 55.837301628384196 ], [ -5.470793143772616, 55.83734507035259 ], [ -5.470726345998071, 55.837760543517078 ], [ -5.472560927861475, 55.837191732597255 ], [ -5.473478289544865, 55.836639831598234 ], [ -5.473483915177919, 55.83616584564691 ], [ -5.475402824817096, 55.835200799588037 ], [ -5.476028068994858, 55.833794000121927 ], [ -5.475659406520835, 55.831723003608815 ], [ -5.476625258545205, 55.830463907928902 ], [ -5.476358928350154, 55.829985926980541 ], [ -5.477221640927106, 55.828109361333027 ], [ -5.478468395990209, 55.826509629797073 ], [ -5.479734586272738, 55.825664582036744 ], [ -5.482220947303986, 55.821943767762207 ], [ -5.484907424023083, 55.820375077223694 ], [ -5.484608965939232, 55.819538381362136 ], [ -5.485101240141322, 55.81959634655751 ], [ -5.485418760512003, 55.820913523397721 ], [ -5.486479332823127, 55.820361948302754 ], [ -5.486428280392308, 55.819702552354286 ], [ -5.489579774074241, 55.81789128381719 ], [ -5.490486660270442, 55.818031856281721 ], [ -5.492598862724648, 55.817099689206927 ], [ -5.492772199883668, 55.818765309253806 ], [ -5.49338104715301, 55.817630403091286 ], [ -5.494243362567381, 55.817363119592827 ], [ -5.496966915503139, 55.817460951172031 ], [ -5.49884217528718, 55.815937507855018 ], [ -5.499051807651584, 55.815338122397648 ], [ -5.505372816369923, 55.810963544645006 ], [ -5.505553593586125, 55.81031102226418 ], [ -5.506515727850723, 55.809825011938621 ], [ -5.509532300394214, 55.806623421386625 ], [ -5.511666463602766, 55.805946529872749 ], [ -5.512447208758709, 55.804247349335725 ], [ -5.514120117464638, 55.803502680900394 ], [ -5.515151976537258, 55.803527101901835 ], [ -5.516425135418946, 55.802510617511771 ], [ -5.517062996938642, 55.800469331827593 ], [ -5.519325447502755, 55.797329526801569 ], [ -5.521300784306277, 55.796315341009517 ], [ -5.522439028357837, 55.796282700170821 ], [ -5.525450081131512, 55.794721738396177 ], [ -5.528449882271642, 55.794361354961808 ], [ -5.5288725608692, 55.793477058105772 ], [ -5.529524072861308, 55.793269518815293 ], [ -5.530238758109478, 55.792349850020926 ], [ -5.531336013160575, 55.791954156566497 ], [ -5.532208011579581, 55.790922056075217 ], [ -5.537990747629226, 55.787819932214134 ], [ -5.538020321962112, 55.78709078499331 ], [ -5.538942996983312, 55.786268467167446 ], [ -5.540464030012925, 55.785622204094707 ], [ -5.540564928513813, 55.786118312516884 ], [ -5.541019100974357, 55.78619962519641 ], [ -5.543904146859724, 55.784848619312399 ], [ -5.545326646730992, 55.784874991306481 ], [ -5.545774674025147, 55.785239690572851 ], [ -5.546542651756818, 55.785262468648142 ], [ -5.548918796524348, 55.78384511605006 ], [ -5.55168387196665, 55.782933467860907 ], [ -5.555797137780906, 55.779748365287027 ], [ -5.559983812512781, 55.778772865640924 ], [ -5.565695483430815, 55.776768381693458 ], [ -5.566700567399171, 55.776856076140298 ], [ -5.568740869356911, 55.775704330420076 ], [ -5.573384048876592, 55.774670133445547 ], [ -5.574655861614598, 55.774709537029992 ], [ -5.575854536649881, 55.775169159895988 ], [ -5.570370220748043, 55.777819396001441 ], [ -5.570446826038133, 55.778743284857711 ], [ -5.571473836521903, 55.779940744559205 ], [ -5.57083486490786, 55.781238808673606 ], [ -5.571470860224489, 55.780430863785369 ], [ -5.572808797481478, 55.779883923052083 ], [ -5.574432106429625, 55.779665838433871 ], [ -5.57592462700311, 55.780022497785538 ], [ -5.575930137254274, 55.779734611185233 ], [ -5.577173339606252, 55.779199371984532 ], [ -5.578500447093859, 55.7790572980173 ], [ -5.578848866723655, 55.777464646808703 ], [ -5.579705296819365, 55.776540533784598 ], [ -5.579154055380231, 55.776183459445292 ], [ -5.580619824144431, 55.775120189276485 ], [ -5.58086005719501, 55.773566650920486 ], [ -5.583018254808387, 55.772402227765141 ], [ -5.583305511962031, 55.771795910653253 ], [ -5.58582583348956, 55.769974377019459 ], [ -5.589079481495552, 55.76849820297641 ], [ -5.589753742825037, 55.767938998030147 ], [ -5.589512467861701, 55.767136818060379 ], [ -5.590853897293047, 55.766895277726697 ], [ -5.591365342585853, 55.767253463692192 ], [ -5.592282027403709, 55.767249120881345 ], [ -5.592893530390358, 55.766615306166663 ], [ -5.593879606241613, 55.766671860820345 ], [ -5.594727802151409, 55.766183962440039 ], [ -5.596936858855043, 55.765925935716716 ], [ -5.599350196899815, 55.764857136317438 ], [ -5.600335363733834, 55.763780730674959 ], [ -5.603872879377304, 55.76288566618986 ], [ -5.604486113899106, 55.762359637229295 ], [ -5.605038455861421, 55.762469298476837 ], [ -5.606817689745699, 55.761445941354197 ], [ -5.613804620444909, 55.760435688805728 ], [ -5.615701443288306, 55.760770963243722 ], [ -5.616186750930162, 55.761619860571635 ], [ -5.615903698919986, 55.762437443339955 ], [ -5.615164454984676, 55.762634553911525 ], [ -5.614542164362459, 55.763147417749011 ], [ -5.61470505804934, 55.763614679812953 ], [ -5.613709109169799, 55.763967701493499 ], [ -5.613231104885952, 55.764575217704696 ], [ -5.614153514454864, 55.765235919752328 ], [ -5.613215936694045, 55.766391965254677 ], [ -5.613712751490958, 55.766417802958344 ], [ -5.613824548184384, 55.766936024042515 ], [ -5.614472842078668, 55.766444878473976 ], [ -5.614980103569984, 55.766497378251813 ], [ -5.614339987702293, 55.767851478615391 ], [ -5.614851361755446, 55.768034236220792 ], [ -5.615882538899939, 55.76771613560696 ], [ -5.617033884667122, 55.768608351471023 ], [ -5.615979736445604, 55.769453146531333 ], [ -5.614563749666887, 55.772246273651298 ], [ -5.612669848243932, 55.773412481385883 ], [ -5.612389086076505, 55.773222928322717 ], [ -5.611246172857491, 55.773800543327887 ], [ -5.608935411072047, 55.77313568051752 ], [ -5.608595768677453, 55.773775073990947 ], [ -5.609652732326244, 55.7739058496471 ], [ -5.609210915802887, 55.775078751358237 ], [ -5.608097942603485, 55.775291296877221 ], [ -5.608371501052935, 55.775575482766989 ], [ -5.605948920272318, 55.775340948200913 ], [ -5.602577650001772, 55.775974917357971 ], [ -5.601868985746107, 55.776247473150015 ], [ -5.601706698372614, 55.776908616428358 ], [ -5.600381374509701, 55.777500468327574 ], [ -5.603488801323373, 55.777117078238788 ], [ -5.606076051045749, 55.777319851730923 ], [ -5.607240217435414, 55.777056368020993 ], [ -5.607634693874042, 55.777440405757702 ], [ -5.608691754501347, 55.777571188319129 ], [ -5.608952218080783, 55.77702403846348 ], [ -5.610204620892286, 55.776852343853619 ], [ -5.611614883877087, 55.777179520698475 ], [ -5.61228356305295, 55.776561908594296 ], [ -5.61359126579922, 55.776298636025572 ], [ -5.614106305839267, 55.776778012612873 ], [ -5.613063359408774, 55.778521605438669 ], [ -5.614205904370636, 55.778024910610476 ], [ -5.61443179508728, 55.77831048712757 ], [ -5.615439851671369, 55.77791215129723 ], [ -5.615639577372782, 55.778517697556346 ], [ -5.616348238300914, 55.778159641378288 ], [ -5.616307878916093, 55.778412594665824 ], [ -5.617121758384594, 55.778501014258019 ], [ -5.617199848396844, 55.778826906714677 ], [ -5.617535690161374, 55.778749574784591 ], [ -5.616928641045368, 55.780633214749841 ], [ -5.617911147320807, 55.780303048881585 ], [ -5.617704090006197, 55.780650830589735 ], [ -5.618986891996518, 55.780891765327851 ], [ -5.619117731710925, 55.781270051558245 ], [ -5.619631115472018, 55.781214455525699 ], [ -5.621012848350102, 55.782090856802576 ], [ -5.620283993112293, 55.782575417185384 ], [ -5.619586449816701, 55.782452117044073 ], [ -5.619970696707433, 55.782724024266052 ], [ -5.619638507649582, 55.783700414397089 ], [ -5.620412167629643, 55.784041764412898 ], [ -5.619659720302558, 55.784702352044519 ], [ -5.618839314477436, 55.784802963006165 ], [ -5.618145537743892, 55.785322441817868 ], [ -5.617635530473875, 55.785243057417617 ], [ -5.618190722743881, 55.784691699029061 ], [ -5.617657061040992, 55.78495918803636 ], [ -5.616918975420996, 55.784657234987634 ], [ -5.616061965097047, 55.78565356797052 ], [ -5.615227521781378, 55.786033306635282 ], [ -5.615514668282387, 55.785602247655611 ], [ -5.611842127937358, 55.787728938062827 ], [ -5.611693172804952, 55.788101973526452 ], [ -5.610806589645575, 55.788092081216348 ], [ -5.610967479240013, 55.788536928060907 ], [ -5.60928119878797, 55.788766335942015 ], [ -5.608350084889469, 55.789396134633677 ], [ -5.608322169430282, 55.790215185976407 ], [ -5.610108533754067, 55.792185781081521 ], [ -5.610023286503265, 55.792988535466073 ], [ -5.60628724885717, 55.792353700986624 ], [ -5.605049690748859, 55.791880473626399 ], [ -5.60509322063323, 55.791952778834982 ], [ -5.606168990866926, 55.792333604313235 ], [ -5.607054069235943, 55.792646911842716 ], [ -5.609439421423778, 55.793491241967871 ], [ -5.609912299893269, 55.794547336668671 ], [ -5.608003108355781, 55.795044029854594 ], [ -5.609539628629299, 55.794917953109554 ], [ -5.610108290560528, 55.794595524501354 ], [ -5.609636029574546, 55.79380466307996 ], [ -5.610136854689695, 55.793439270250417 ], [ -5.613285523686512, 55.79322977419352 ], [ -5.615508422615035, 55.792503466793249 ], [ -5.616169388484433, 55.791800644748577 ], [ -5.617975693112995, 55.791315843122632 ], [ -5.618490359352936, 55.791444543766623 ], [ -5.618958602054353, 55.790729401224318 ], [ -5.619924359291709, 55.790817825950825 ], [ -5.620474877351468, 55.790473402724587 ], [ -5.620297912503329, 55.790887737673629 ], [ -5.621048204010672, 55.790546413482218 ], [ -5.62059568228895, 55.790914924778171 ], [ -5.621404044350251, 55.790855121471388 ], [ -5.621998588558812, 55.790383510416802 ], [ -5.623707100386584, 55.790049868133757 ], [ -5.623469818221293, 55.789643256346722 ], [ -5.624112784150992, 55.789435457859966 ], [ -5.624168677951276, 55.789950825660384 ], [ -5.625117259867508, 55.790026228885125 ], [ -5.627198973503367, 55.788301305393276 ], [ -5.629259494319491, 55.788150504775388 ], [ -5.629168289349007, 55.78785647672219 ], [ -5.630150891796837, 55.787440790936955 ], [ -5.632113802078197, 55.787184927510367 ], [ -5.633025033054024, 55.787373769145574 ], [ -5.63451514857158, 55.786925047010847 ], [ -5.63620908608382, 55.787122165375386 ], [ -5.636740126297282, 55.786913117560182 ], [ -5.637013139343074, 55.787188268342838 ], [ -5.638927420263918, 55.78675390205575 ], [ -5.640139777694929, 55.786834858305937 ], [ -5.643870819456431, 55.789192408070193 ], [ -5.64456696429414, 55.790322683149029 ], [ -5.64613303269466, 55.791283260323212 ], [ -5.648291694412708, 55.791497886725068 ], [ -5.648348719523885, 55.791851364426854 ], [ -5.648927989190044, 55.791987011319875 ], [ -5.648650001516007, 55.792597715166103 ], [ -5.649314828694807, 55.793220865742292 ], [ -5.650198666392153, 55.793540776990774 ], [ -5.651385167529745, 55.793172809117216 ], [ -5.651847734696124, 55.793765993962147 ], [ -5.652363256522695, 55.793476414866767 ], [ -5.653677839236915, 55.794219587273339 ], [ -5.654277195440256, 55.794143306791312 ], [ -5.654559241447294, 55.794597986621227 ], [ -5.6551087191264, 55.794415285928736 ], [ -5.655408921663638, 55.795233588145862 ], [ -5.656306987927088, 55.795278785807092 ], [ -5.656424867510929, 55.796790380984675 ], [ -5.657023906593607, 55.796880443961925 ], [ -5.656998523100749, 55.797290323239999 ], [ -5.65789644002994, 55.797843546972501 ], [ -5.659057672250198, 55.797970803763612 ], [ -5.659798484418463, 55.797530612924746 ], [ -5.660544427407258, 55.798164776727447 ], [ -5.660200889599404, 55.798925826057143 ], [ -5.661704970842699, 55.798539302091321 ], [ -5.661860588277121, 55.798921306706475 ], [ -5.662910894176867, 55.798377454583495 ], [ -5.662438511700041, 55.799380634949685 ], [ -5.663402635175857, 55.799023679660905 ], [ -5.664392664555958, 55.799281878245118 ], [ -5.663558718893131, 55.800174462637472 ], [ -5.664053714541578, 55.800600290676144 ], [ -5.663736955358547, 55.801221179510868 ], [ -5.66594646757452, 55.800696664706599 ], [ -5.665182846597395, 55.801488251620462 ], [ -5.665749404296867, 55.801741094325074 ], [ -5.664621084590078, 55.802898736380641 ], [ -5.665142062619335, 55.803260843138254 ], [ -5.664879018790725, 55.804028495458958 ], [ -5.665377972589095, 55.803986630042878 ], [ -5.66446735956452, 55.804319523047944 ], [ -5.664896154151646, 55.804634926938668 ], [ -5.664738163300552, 55.805246584121761 ], [ -5.665607913368986, 55.805582096707759 ], [ -5.666069188845654, 55.805428057304567 ], [ -5.665757631419237, 55.805934600491995 ], [ -5.667536573817554, 55.805870701123141 ], [ -5.66769101544827, 55.806120555785874 ], [ -5.66797205731363, 55.805866687834204 ], [ -5.668387050681166, 55.806153718758935 ], [ -5.667879780355308, 55.807514934727784 ], [ -5.667241786234571, 55.808081583630681 ], [ -5.665742314911722, 55.808554353247324 ], [ -5.666046704471932, 55.809226842405266 ], [ -5.666303395375489, 55.809104086041003 ], [ -5.665978220652969, 55.809584959599974 ], [ -5.667021946527187, 55.81000339005535 ], [ -5.666578268900626, 55.811226924612441 ], [ -5.667047383380435, 55.812393536242602 ], [ -5.667415790977256, 55.812846511060684 ], [ -5.668825606551919, 55.813352905850714 ], [ -5.670638245086181, 55.813083847519657 ], [ -5.670434463613564, 55.813361488252546 ], [ -5.671356034571722, 55.813752962275878 ], [ -5.670912175677623, 55.814939652774591 ], [ -5.670084035542447, 55.814878977643204 ], [ -5.670570910317897, 55.815300529695769 ], [ -5.670599467931607, 55.816450621151787 ], [ -5.665706502401442, 55.823340537289745 ], [ -5.665722381391213, 55.824526972003369 ], [ -5.664704878221284, 55.825595873569611 ], [ -5.665114610455334, 55.825875881569985 ], [ -5.664581884937717, 55.825986186635689 ], [ -5.663770659842831, 55.827210776981737 ], [ -5.662794563938038, 55.827617534404496 ], [ -5.663569477491975, 55.828637468220919 ], [ -5.662921285653897, 55.829218777751002 ], [ -5.663492036191567, 55.830190848878871 ], [ -5.662965103017126, 55.830278493846798 ], [ -5.662600970732129, 55.832011262737403 ], [ -5.661840245175729, 55.832416085649164 ], [ -5.66143905142123, 55.835453751511672 ], [ -5.662513733696019, 55.838299068287519 ], [ -5.663264329254476, 55.838973550324248 ], [ -5.66414753388139, 55.839104571102823 ], [ -5.66497100804466, 55.840212968254939 ], [ -5.664363535146194, 55.840464870006244 ], [ -5.663647113901272, 55.842190161314086 ], [ -5.661544329640532, 55.844977322018863 ], [ -5.66238131820419, 55.846143780091381 ], [ -5.662187626863429, 55.846972292891628 ], [ -5.662938495163767, 55.84713873975236 ], [ -5.662913480528363, 55.847382261273395 ], [ -5.661891158352832, 55.848491732535173 ], [ -5.661080508615671, 55.84870920685691 ], [ -5.659708609863539, 55.850436010823501 ], [ -5.658991469792316, 55.850696543369693 ], [ -5.659051510543335, 55.851606512372676 ], [ -5.65759968916942, 55.851550820947402 ], [ -5.657072956953529, 55.851813767245709 ], [ -5.657274599618247, 55.852428192360534 ], [ -5.656212360447597, 55.852181056635295 ], [ -5.656176879871995, 55.85256875402726 ], [ -5.655187471523679, 55.852926380302442 ], [ -5.654686487462837, 55.855674744965967 ], [ -5.655173727764079, 55.856096351092802 ], [ -5.6542706687712, 55.857543886894895 ], [ -5.654146635563772, 55.858945777433547 ], [ -5.653621500264298, 55.859312063306952 ], [ -5.653872579188048, 55.859772165626488 ], [ -5.650381054296637, 55.865324845035531 ], [ -5.646925250441469, 55.86803049817739 ], [ -5.64362636197214, 55.869122795974846 ], [ -5.64351758757735, 55.869139507441723 ], [ -5.643285354556004, 55.869203936754147 ], [ -5.638059293589052, 55.873166649428462 ], [ -5.635261758138358, 55.876086246926796 ], [ -5.631218341421036, 55.879029089170253 ], [ -5.629169837219375, 55.881072210481719 ], [ -5.625453096259164, 55.883411762206329 ], [ -5.625521074583482, 55.884911343155629 ], [ -5.624543516178337, 55.885716132169307 ], [ -5.625361038550098, 55.885167824663242 ], [ -5.62609147820325, 55.885451997762836 ], [ -5.623719723455977, 55.888066519222171 ], [ -5.625211330388433, 55.888705908243466 ], [ -5.626331958662099, 55.888798746194453 ], [ -5.628201013899379, 55.887295075105534 ], [ -5.629259731327887, 55.886914060112296 ], [ -5.6288976196406, 55.887832892989977 ], [ -5.625639192031173, 55.890118450016693 ], [ -5.626028658474275, 55.889320207489213 ], [ -5.624518355682963, 55.88925234052865 ], [ -5.62363926967257, 55.890033536848676 ], [ -5.623222410903653, 55.889767083394055 ], [ -5.622565034257354, 55.890438336127431 ], [ -5.622544287167051, 55.890902010220685 ], [ -5.623094845438047, 55.890714951146528 ], [ -5.622421012512005, 55.891553030574144 ], [ -5.622223420457975, 55.891064317997227 ], [ -5.620578210575651, 55.892124313510152 ], [ -5.619427139890377, 55.892306558549784 ], [ -5.619980641299356, 55.894124532076063 ], [ -5.622143275545038, 55.89646607947509 ], [ -5.621903857279976, 55.897673496844057 ], [ -5.619659699021481, 55.900122315650727 ], [ -5.618090870212114, 55.900375283534402 ], [ -5.616230987123386, 55.901369595117686 ], [ -5.616122840763343, 55.901754912812422 ], [ -5.614851612688376, 55.902196899776762 ], [ -5.613203924926808, 55.904182978492784 ], [ -5.613483325895211, 55.904777198299591 ], [ -5.612326095125574, 55.906789313401525 ], [ -5.610062168722601, 55.908865372023321 ], [ -5.607557233539878, 55.912139819001787 ], [ -5.604538581605332, 55.914197436159718 ], [ -5.603819530440603, 55.914901852407837 ], [ -5.604363714838457, 55.914813976980113 ], [ -5.604062221537213, 55.915101544830058 ], [ -5.602021926158562, 55.915543440837837 ], [ -5.599880491057236, 55.916707574504066 ], [ -5.597527860356563, 55.917149542009426 ], [ -5.593048777493057, 55.917019698802342 ], [ -5.591015641362556, 55.917973707492159 ], [ -5.588117409201902, 55.918750610651344 ], [ -5.586830145641301, 55.919547919281023 ], [ -5.586812287072391, 55.92004746016682 ], [ -5.585341860254512, 55.920423003042785 ], [ -5.583673112196415, 55.922638538836928 ], [ -5.583948841601932, 55.925449291973159 ], [ -5.584631173410067, 55.926247625507941 ], [ -5.582545822781045, 55.92707712486947 ], [ -5.582274127680724, 55.927516619795185 ], [ -5.581899073644893, 55.927010537796676 ], [ -5.582758366442286, 55.92655213580759 ], [ -5.582191711227048, 55.926624381927176 ], [ -5.579253069674544, 55.929488224961993 ], [ -5.577071046419705, 55.930401360559848 ], [ -5.57643727376579, 55.931170558333456 ], [ -5.57142788491721, 55.933298642212854 ], [ -5.570844640264464, 55.933922481293081 ], [ -5.570825066640406, 55.934318665792922 ], [ -5.571441342858965, 55.934575014182819 ], [ -5.570999261961521, 55.934731705232998 ], [ -5.571809316818232, 55.935004906294324 ], [ -5.57175573116035, 55.935640347392059 ], [ -5.571094662283148, 55.935767429802496 ], [ -5.571954729251829, 55.936322404297741 ], [ -5.570868207805924, 55.936700103651809 ], [ -5.57089545489153, 55.937256772387109 ], [ -5.571113219652955, 55.936751436678037 ], [ -5.572418721575967, 55.936403343041952 ], [ -5.573287217515646, 55.936701812226744 ], [ -5.573016730007127, 55.937069318164518 ], [ -5.57456202767279, 55.937150316332726 ], [ -5.575015996701201, 55.93746980601636 ], [ -5.572466925091792, 55.937534845732401 ], [ -5.571269092003948, 55.937834858115792 ], [ -5.573352244129777, 55.937581070318956 ], [ -5.575688137953111, 55.937809928552063 ], [ -5.576235502277561, 55.938099726169078 ], [ -5.576016764613058, 55.938454945407663 ], [ -5.577178983901122, 55.938342041773161 ], [ -5.577800944151614, 55.939092716372734 ], [ -5.575767589942396, 55.93919227963076 ], [ -5.57189354820739, 55.938527044929216 ], [ -5.571060156589922, 55.937827434752855 ], [ -5.569054353743597, 55.937425274249982 ], [ -5.571337534929383, 55.938143070964408 ], [ -5.571812698363078, 55.938605817625877 ], [ -5.571783558535581, 55.938753269003932 ], [ -5.571755338175516, 55.938896062271695 ], [ -5.571600734560318, 55.939678335954468 ], [ -5.572130716094231, 55.93953617552625 ], [ -5.57182650999363, 55.938850136070471 ], [ -5.572106893905668, 55.938669208173941 ], [ -5.574845745925536, 55.93935842829913 ], [ -5.578708242099511, 55.939376533658937 ], [ -5.577785275568665, 55.940311493608618 ], [ -5.579481402679143, 55.939682228960997 ], [ -5.58109362768134, 55.937971928004373 ], [ -5.581241144733287, 55.938615009751203 ], [ -5.583001575506579, 55.937902900977718 ], [ -5.585986779510983, 55.935711969812935 ], [ -5.588115041618972, 55.934822723907807 ], [ -5.590040281713681, 55.933471812763479 ], [ -5.590019407217905, 55.932986888662967 ], [ -5.5915143149646, 55.932525164620834 ], [ -5.591534153866654, 55.932825796120774 ], [ -5.591925106804596, 55.932809888200516 ], [ -5.593996409200469, 55.931050035345962 ], [ -5.598339558689074, 55.929524934048906 ], [ -5.599163960182982, 55.928916380320537 ], [ -5.600427526629893, 55.928811975203161 ], [ -5.600984443337916, 55.930238796117607 ], [ -5.601838286794009, 55.930550980974957 ], [ -5.603000928147346, 55.93004938708129 ], [ -5.603674010326589, 55.930398322533605 ], [ -5.604117150817145, 55.929737961047223 ], [ -5.60472925038973, 55.929603140907794 ], [ -5.604679518276265, 55.929240445765679 ], [ -5.605786050023985, 55.928911305054754 ], [ -5.605935120569081, 55.929653223751309 ], [ -5.606991232999032, 55.929298575639606 ], [ -5.607830266255301, 55.929193052318972 ], [ -5.608092320203297, 55.929513554696804 ], [ -5.609134522424409, 55.929181774284842 ], [ -5.612874525365373, 55.926262181186807 ], [ -5.615640383844496, 55.925524551953295 ], [ -5.615443388979474, 55.925301059102033 ], [ -5.616056213475144, 55.92517515089849 ], [ -5.614803116547583, 55.924874796285167 ], [ -5.615817016669009, 55.923640146200299 ], [ -5.616966397655433, 55.923687282627931 ], [ -5.616860467941978, 55.924612021771964 ], [ -5.617560995015998, 55.924739784125855 ], [ -5.618520506483307, 55.923695530393644 ], [ -5.619888868228863, 55.923686745406144 ], [ -5.619583417084414, 55.923502415985276 ], [ -5.620042811832668, 55.923363018332054 ], [ -5.621609088392338, 55.919900156911268 ], [ -5.622994347324505, 55.917930693110748 ], [ -5.624108955392982, 55.917093122106401 ], [ -5.62507324576316, 55.917217564634946 ], [ -5.625188972096385, 55.918113304076826 ], [ -5.624436520488843, 55.919142523603959 ], [ -5.62510210216899, 55.919239801209166 ], [ -5.626816982735136, 55.917372970640336 ], [ -5.631112342913217, 55.9157087044184 ], [ -5.631402726633888, 55.915304505252543 ], [ -5.631967834363397, 55.915440677118255 ], [ -5.632699369116948, 55.915131346776249 ], [ -5.631682810794157, 55.912994405910993 ], [ -5.632867673925339, 55.912141188175035 ], [ -5.632950904867747, 55.911576759181102 ], [ -5.633865523473567, 55.911428356257993 ], [ -5.635052389011419, 55.91068295512256 ], [ -5.636462289668224, 55.910438970331562 ], [ -5.636783260805323, 55.910789142416078 ], [ -5.637923442702957, 55.91057109839506 ], [ -5.638030086456014, 55.910957278406791 ], [ -5.638548166395099, 55.910831357833402 ], [ -5.640331313946352, 55.908593647200242 ], [ -5.644019495203863, 55.905422800469822 ], [ -5.64438642731719, 55.904472308119225 ], [ -5.643915946592172, 55.90431990415356 ], [ -5.643982655785581, 55.903922298150867 ], [ -5.64700022846539, 55.900861132824424 ], [ -5.648214330745686, 55.900411509591756 ], [ -5.649228288635837, 55.900642183182455 ], [ -5.646338447744388, 55.903101678775869 ], [ -5.645704842520088, 55.904024116904786 ], [ -5.645998107721704, 55.904334624749453 ], [ -5.648276181224094, 55.903538750920539 ], [ -5.653584212206597, 55.902711303866731 ], [ -5.654667209768224, 55.903079253112679 ], [ -5.656411588588952, 55.903076858448209 ], [ -5.658471607863583, 55.902687401329153 ], [ -5.659380155616229, 55.900610277233639 ], [ -5.662295623522581, 55.898432931840354 ], [ -5.664310479515577, 55.89756815860855 ], [ -5.670552540374535, 55.892836706516903 ], [ -5.673626219987724, 55.890060895717902 ], [ -5.675285240550251, 55.887556582315334 ], [ -5.67764971314534, 55.88659120738874 ], [ -5.678505025036717, 55.886669026479389 ], [ -5.678884666130324, 55.886369932790494 ], [ -5.681998422736081, 55.886897157621441 ], [ -5.682756573965762, 55.886456335918474 ], [ -5.683222405715534, 55.886644696575658 ], [ -5.683350524495159, 55.887405156701675 ], [ -5.684173346670386, 55.886634190119203 ], [ -5.684489432730782, 55.886930438021849 ], [ -5.682983238138305, 55.887834274727766 ], [ -5.682822678138754, 55.888756241348609 ], [ -5.681742383088001, 55.889512427895397 ], [ -5.682169281986634, 55.890133562048021 ], [ -5.682597417644479, 55.890008343721462 ], [ -5.682317727185339, 55.890686604251442 ], [ -5.683411003913334, 55.890235743357522 ], [ -5.68391570334196, 55.890580293260861 ], [ -5.683313300075728, 55.893507166896441 ], [ -5.683856347494684, 55.893580816792017 ], [ -5.684558757391827, 55.893141655927828 ], [ -5.684480671373112, 55.893499169450088 ], [ -5.685396033752934, 55.892774878589947 ], [ -5.685794833423601, 55.893014694415257 ], [ -5.685551348178534, 55.893736836176501 ], [ -5.686167266771211, 55.893650936294136 ], [ -5.686310359841369, 55.894231110308823 ], [ -5.686927451292482, 55.894073237561344 ], [ -5.686433549368378, 55.894348805883745 ], [ -5.686422613443252, 55.894992043661354 ], [ -5.68692752882225, 55.895759188172683 ], [ -5.686485662512422, 55.897004304724199 ], [ -5.686940731193919, 55.898173076476716 ], [ -5.684976581585025, 55.899567221653243 ], [ -5.684934769547369, 55.900391218477317 ], [ -5.684583774750082, 55.900149966599294 ], [ -5.684285762025557, 55.900298266961244 ], [ -5.684357148223185, 55.900628822473955 ], [ -5.681407656442087, 55.902942602688945 ], [ -5.681224445207939, 55.903964151208342 ], [ -5.681606227762705, 55.903939235410576 ], [ -5.680914615389757, 55.904832133810814 ], [ -5.681378338480519, 55.904827245705597 ], [ -5.681356493934683, 55.905187568351344 ], [ -5.682111575633112, 55.905048071899309 ], [ -5.681256639998822, 55.906159864457855 ], [ -5.681632108775067, 55.9063212665056 ], [ -5.681161473705298, 55.907265996585757 ], [ -5.681751223452547, 55.90867353107231 ], [ -5.684350364184573, 55.909746640338724 ], [ -5.68573553689173, 55.909835519318491 ], [ -5.686080323289834, 55.909420558776375 ], [ -5.687542719639923, 55.909142937453055 ], [ -5.687767618542444, 55.909572293790703 ], [ -5.687984594577951, 55.909412928364354 ], [ -5.688545771930134, 55.909674844140092 ], [ -5.688509183264377, 55.910889826536618 ], [ -5.687123322101373, 55.912226188817215 ], [ -5.686705572595569, 55.91532737081635 ], [ -5.685343912201236, 55.918016237930942 ], [ -5.679873649305165, 55.923309769365183 ], [ -5.680681379562909, 55.925493067312637 ], [ -5.681712150552334, 55.925722982954902 ], [ -5.67528384482184, 55.931993567420697 ], [ -5.673624322026027, 55.934511341729376 ], [ -5.672357114986415, 55.93559220323143 ], [ -5.671206887884273, 55.937316959190113 ], [ -5.671113752504552, 55.940224041401549 ], [ -5.670484152036876, 55.941357787916544 ], [ -5.66581216706013, 55.944981315079261 ], [ -5.665917916546683, 55.945760436294307 ], [ -5.667108233251311, 55.946655604769546 ], [ -5.665638725354897, 55.948398802955992 ], [ -5.666153881004035, 55.948423919482607 ], [ -5.665768177116626, 55.948835536482427 ], [ -5.662867228814235, 55.951457548010232 ], [ -5.66153822859567, 55.951978146210728 ], [ -5.660624776725783, 55.951978344675631 ], [ -5.657534364403143, 55.955230770447415 ], [ -5.653465762988918, 55.956529507796077 ], [ -5.649448505263345, 55.959651868743201 ], [ -5.648354913524395, 55.95986861548009 ], [ -5.647430227757237, 55.960772696020875 ], [ -5.640515274328452, 55.964457128305661 ], [ -5.640747528999822, 55.964625593666938 ], [ -5.639830072908243, 55.965183224940631 ], [ -5.639233690262956, 55.966428198934693 ], [ -5.636891292216429, 55.968372154209277 ], [ -5.634943401939146, 55.972129684533037 ], [ -5.633028825364789, 55.974452052933259 ], [ -5.629926835586547, 55.97702519753387 ], [ -5.627951838369916, 55.977168830540215 ], [ -5.625395293269576, 55.97906490657364 ], [ -5.622646319317973, 55.980364160994064 ], [ -5.622137084995773, 55.98177731061233 ], [ -5.619959169027806, 55.982497735447126 ], [ -5.620020905336819, 55.982900534344004 ], [ -5.62134216779438, 55.982708827190152 ], [ -5.617938148818979, 55.986526845612396 ], [ -5.620164119704343, 55.985117204657996 ], [ -5.620396415236121, 55.98528570748006 ], [ -5.618002610509693, 55.987473545360068 ], [ -5.618493914381138, 55.987324237628087 ], [ -5.618596956921957, 55.987568473384734 ], [ -5.617539856287951, 55.988871817958909 ], [ -5.617739585116689, 55.989463878787795 ], [ -5.615876088576701, 55.991065133354297 ], [ -5.616137428303666, 55.991286739954489 ], [ -5.615358215786646, 55.992132332111403 ], [ -5.616167565804861, 55.991694963625136 ], [ -5.615837287885379, 55.992194693124546 ], [ -5.61508597465965, 55.992738252190996 ], [ -5.614470949750749, 55.992594460400944 ], [ -5.613239853808627, 55.993583675491813 ], [ -5.610953510501814, 55.996244749669216 ], [ -5.605002804955648, 56.001081102391638 ], [ -5.604742463344579, 56.001817021681731 ], [ -5.603047036692177, 56.002995045400006 ], [ -5.600946493660088, 56.005596527717401 ], [ -5.59611317480484, 56.009446653898223 ], [ -5.593331399366077, 56.01051238295215 ], [ -5.591809190542063, 56.009675632338578 ], [ -5.590191017557524, 56.009619407307319 ], [ -5.582951457817193, 56.010990074368067 ], [ -5.576317177242105, 56.013183416130005 ], [ -5.57600255315865, 56.014033230025966 ], [ -5.576467541241335, 56.014374884554265 ], [ -5.576366366696626, 56.015016199316918 ], [ -5.575425481626052, 56.016037041880139 ], [ -5.572564805674808, 56.017041635592513 ], [ -5.571877932252457, 56.019075584420293 ], [ -5.568372058527738, 56.022832103433018 ], [ -5.569125303571377, 56.023165436774612 ], [ -5.568746399530959, 56.024017089596086 ], [ -5.568235358579105, 56.024133491862862 ], [ -5.568484457642142, 56.024449061081299 ], [ -5.567027750878066, 56.026061105446622 ], [ -5.565403586183722, 56.026955984585079 ], [ -5.563643411453698, 56.028570472212351 ], [ -5.565078241548622, 56.029294113838063 ], [ -5.565096827936713, 56.029860919278455 ], [ -5.565566323890817, 56.029641436024953 ], [ -5.565634604646261, 56.03003327370164 ], [ -5.56576194687127, 56.029690621143622 ], [ -5.567092243536685, 56.029507357817508 ], [ -5.570052953116951, 56.025977081247369 ], [ -5.574065057853002, 56.024030150244776 ], [ -5.574414379241281, 56.023502122128228 ], [ -5.573937718796286, 56.023295665519427 ], [ -5.57480327784723, 56.022065730547432 ], [ -5.577230378071974, 56.020102627753673 ], [ -5.577812269757716, 56.020058756445145 ], [ -5.577362481023903, 56.021442980640607 ], [ -5.578074085233457, 56.02175948671858 ], [ -5.578911763326693, 56.02170368592661 ], [ -5.585260856934752, 56.018585234171375 ], [ -5.586186279839625, 56.017140375931049 ], [ -5.587031924579692, 56.016652705251602 ], [ -5.593246544012694, 56.014088898362694 ], [ -5.593896106564367, 56.014083436129532 ], [ -5.593982148799917, 56.014836194739758 ], [ -5.595034842391899, 56.014850434132086 ], [ -5.591153898844828, 56.01842977345887 ], [ -5.591414077226094, 56.019415725568301 ], [ -5.592502508031688, 56.019208660232465 ], [ -5.597256837850344, 56.015441933220195 ], [ -5.597850124966108, 56.015262763244976 ], [ -5.598209716832754, 56.015935599934089 ], [ -5.596309676088183, 56.01794219661722 ], [ -5.593838244964373, 56.019416961542504 ], [ -5.594817257587044, 56.019069206727686 ], [ -5.595167482622305, 56.019382673243413 ], [ -5.593232358755528, 56.020324772665639 ], [ -5.590180635936646, 56.023245995792784 ], [ -5.582636684495779, 56.02776791130195 ], [ -5.580216446415846, 56.029755192856967 ], [ -5.576875666897072, 56.031411297868573 ], [ -5.575048230829984, 56.031185605661122 ], [ -5.575965678507126, 56.031607644657342 ], [ -5.575792065173162, 56.032126081383907 ], [ -5.570481834322525, 56.035934090134361 ], [ -5.569024590303998, 56.038152172055007 ], [ -5.566778258983579, 56.040001958891693 ], [ -5.566244485820561, 56.040831107924546 ], [ -5.566471904500471, 56.041467395211647 ], [ -5.573639767280207, 56.038387057392129 ], [ -5.575937686712236, 56.037012175416564 ], [ -5.57755960535959, 56.037010053963968 ], [ -5.581841397545801, 56.033824153712459 ], [ -5.584912498758637, 56.03282672690321 ], [ -5.589222523612501, 56.030215171058678 ], [ -5.588267657722174, 56.030912831647754 ], [ -5.588869970193088, 56.030827855113763 ], [ -5.588538794181686, 56.03115219498671 ], [ -5.585339221329956, 56.033358281601025 ], [ -5.585446367044823, 56.03399354249926 ], [ -5.583751258509341, 56.035715225484502 ], [ -5.58423873365425, 56.035862889461669 ], [ -5.584965409433169, 56.035473109312917 ], [ -5.585043524928617, 56.035709104629518 ], [ -5.58316496542001, 56.036752780833389 ], [ -5.58134178029789, 56.038914225244838 ], [ -5.581986343762432, 56.039196697200573 ], [ -5.585125679750877, 56.038237749468429 ], [ -5.585856732484388, 56.03919202848904 ], [ -5.586849542340469, 56.039073222205154 ], [ -5.588589508721337, 56.037574972334085 ], [ -5.58908747632074, 56.035847634807467 ], [ -5.589674210077706, 56.035421441389246 ], [ -5.589146863486339, 56.035104126106404 ], [ -5.588211093966399, 56.035576446341395 ], [ -5.588636145017149, 56.034619986140598 ], [ -5.592177220794326, 56.031769972495297 ], [ -5.592999909952052, 56.03172350725815 ], [ -5.594317113011116, 56.030606136293379 ], [ -5.593826736290095, 56.029563964662245 ], [ -5.59488762610081, 56.028454061760556 ], [ -5.595058216058447, 56.02718131265312 ], [ -5.596218344500192, 56.026189883126307 ], [ -5.596071852700351, 56.025564768360589 ], [ -5.598088057410726, 56.024629251257977 ], [ -5.59744683100262, 56.025502149828007 ], [ -5.600249733418001, 56.023963683519639 ], [ -5.597189197128407, 56.0261840195815 ], [ -5.597993586621273, 56.026200992339923 ], [ -5.599523003883506, 56.025383066580709 ], [ -5.600211044977841, 56.025443884666124 ], [ -5.60210724467403, 56.024255554168043 ], [ -5.601760863797513, 56.024845620881599 ], [ -5.602317231753612, 56.024613562904968 ], [ -5.603952711750837, 56.024934376491053 ], [ -5.604133144461994, 56.026008057239146 ], [ -5.606805731402827, 56.024279936481072 ], [ -5.608003154799041, 56.024379745359035 ], [ -5.609094707627765, 56.0239476591561 ], [ -5.606605155720321, 56.026947243022001 ], [ -5.602950099564763, 56.02924806429035 ], [ -5.601471145402565, 56.031210948034591 ], [ -5.59829416933791, 56.033996661183124 ], [ -5.589366067939793, 56.039795673796654 ], [ -5.588237770070186, 56.041222176945567 ], [ -5.586622622772609, 56.042163824302179 ], [ -5.585092236549166, 56.044451668957478 ], [ -5.58538874442594, 56.04686618131263 ], [ -5.584469716612061, 56.047522300485618 ], [ -5.584205349745285, 56.04718382673088 ], [ -5.583569377337862, 56.047341684642234 ], [ -5.580995846499416, 56.048693241282287 ], [ -5.577410594840817, 56.051611606881096 ], [ -5.576180983384942, 56.053773708314772 ], [ -5.576300810274976, 56.054026480645646 ], [ -5.577147254057483, 56.0536242877007 ], [ -5.577652920637996, 56.05387934713945 ], [ -5.57643642841962, 56.055056533090024 ], [ -5.577225690518044, 56.055164001852042 ], [ -5.578615520992043, 56.053950305997084 ], [ -5.5787496883016, 56.054530838802073 ], [ -5.579583277113071, 56.054596544931044 ], [ -5.582461506063323, 56.052368517136145 ], [ -5.582495223006336, 56.05203935758135 ], [ -5.581267751105895, 56.052057047122268 ], [ -5.581873032748026, 56.051221257486908 ], [ -5.584828411804911, 56.04939553071474 ], [ -5.58867771530552, 56.047597649220911 ], [ -5.589232385949996, 56.04656548558399 ], [ -5.588411320737134, 56.046373605124877 ], [ -5.595472595629226, 56.038965787340764 ], [ -5.595046504638844, 56.038443237712514 ], [ -5.596155267413891, 56.036810437017834 ], [ -5.598712582918751, 56.035126336416717 ], [ -5.600348429221314, 56.033379193952058 ], [ -5.604362789292082, 56.030276713219585 ], [ -5.607176632358896, 56.028854658287415 ], [ -5.612071790312113, 56.024278509087985 ], [ -5.615772513128602, 56.023454240535017 ], [ -5.617922808325702, 56.023888335875519 ], [ -5.618703112921159, 56.023459907475697 ], [ -5.618298961853298, 56.023961808018022 ], [ -5.618981429662449, 56.02432299704649 ], [ -5.619123585626766, 56.025155019600895 ], [ -5.620149032901248, 56.026246117820932 ], [ -5.621162719103922, 56.026440213590149 ], [ -5.623886616150916, 56.025266769672285 ], [ -5.62527203736687, 56.024254939077423 ], [ -5.625535754837561, 56.023437952135971 ], [ -5.62732284001983, 56.021694962217673 ], [ -5.627124853428431, 56.021381596333008 ], [ -5.624484826866817, 56.021648115717952 ], [ -5.623548869783004, 56.020569706322377 ], [ -5.622521755460475, 56.020402102288287 ], [ -5.621612232938382, 56.02174608275228 ], [ -5.620202651450912, 56.022637198539101 ], [ -5.621307771196338, 56.021152609438452 ], [ -5.621016273551431, 56.020954375665028 ], [ -5.61591161638286, 56.019930935038488 ], [ -5.612253648120964, 56.020178512915123 ], [ -5.611303575276397, 56.019580568623354 ], [ -5.611337956299035, 56.01908953182388 ], [ -5.612588325605095, 56.017438921681091 ], [ -5.612555763865577, 56.016832959552318 ], [ -5.613855358563871, 56.015967635382694 ], [ -5.614009921065068, 56.015131399231407 ], [ -5.615702345501404, 56.013490261190675 ], [ -5.618253125880738, 56.011675529000968 ], [ -5.62245491586652, 56.007442960273288 ], [ -5.625609020870304, 56.00496743052625 ], [ -5.626310658640689, 56.004834381743109 ], [ -5.627304672056931, 56.003798071306086 ], [ -5.62996711426913, 56.002330453030936 ], [ -5.632247424682406, 55.998931890672146 ], [ -5.63250679854149, 55.996910154733996 ], [ -5.633966533226983, 55.995711686439336 ], [ -5.635338550171556, 55.993751513880518 ], [ -5.634817714287045, 55.993074545223969 ], [ -5.636759616730209, 55.99112000983849 ], [ -5.63726772099208, 55.990893703009753 ], [ -5.636787030229215, 55.991582261264242 ], [ -5.637943028602694, 55.99125139639429 ], [ -5.639997423652876, 55.988875377704581 ], [ -5.643667228567653, 55.986878624767222 ], [ -5.648447532868979, 55.98296962636821 ], [ -5.648150578641598, 55.983477455051819 ], [ -5.649454832421831, 55.983191536850732 ], [ -5.65042054340952, 55.983567528370877 ], [ -5.651361916692422, 55.983175457838655 ], [ -5.651393261469832, 55.983592634818208 ], [ -5.654112012044951, 55.983849161332813 ], [ -5.658438353609243, 55.983635269215 ], [ -5.653790832463815, 55.986138049677841 ], [ -5.65040053097436, 55.989560977639819 ], [ -5.650054872607691, 55.990402940519324 ], [ -5.650607533093408, 55.990224709829434 ], [ -5.650564274954527, 55.990446284737217 ], [ -5.650092480615378, 55.990716529190145 ], [ -5.650666233026519, 55.99152674127685 ], [ -5.650028221719786, 55.99292585352466 ], [ -5.648668819852912, 55.993991172723675 ], [ -5.647296795126933, 55.996369610206401 ], [ -5.644470074124396, 55.999573346809704 ], [ -5.643372991170409, 56.001894142388693 ], [ -5.641681569216969, 56.002506135356924 ], [ -5.641253433065818, 56.003071770237646 ], [ -5.640144866315953, 56.006211095376003 ], [ -5.635745352067526, 56.012927284220325 ], [ -5.636697337009983, 56.013065523739115 ], [ -5.638325227125804, 56.012199228499568 ], [ -5.638611965794546, 56.011579339048893 ], [ -5.641392673210331, 56.009406647434261 ], [ -5.641945910226725, 56.008635006268577 ], [ -5.641668656757389, 56.008162159678101 ], [ -5.642613149936292, 56.007455373957058 ], [ -5.647160678178697, 56.000455786695738 ], [ -5.648074010195858, 56.000442223034035 ], [ -5.648735312849775, 56.000903678387246 ], [ -5.649557609342619, 56.000690491814645 ], [ -5.649245849109226, 56.001297665712535 ], [ -5.649611381692214, 56.001345279018508 ], [ -5.650437834048422, 56.00100608222175 ], [ -5.651413107703263, 56.001053598620224 ], [ -5.652012134579642, 56.000685167425473 ], [ -5.651839629781307, 56.000132808123929 ], [ -5.650918606919669, 55.999894865262142 ], [ -5.651759747665833, 55.999541736121529 ], [ -5.652952383246605, 55.998238560533082 ], [ -5.654161795421817, 55.997708146253032 ], [ -5.653966027604791, 55.996994632113051 ], [ -5.653086154513884, 55.996427294481364 ], [ -5.653175432967609, 55.995673853003915 ], [ -5.655303537398756, 55.993151516973406 ], [ -5.656202046938155, 55.990521789335034 ], [ -5.658039516619763, 55.98908701345114 ], [ -5.658498599883135, 55.988174218334635 ], [ -5.659197694372843, 55.988018571664277 ], [ -5.659445406285717, 55.987076087310292 ], [ -5.659890612856226, 55.986865040581257 ], [ -5.660676200679751, 55.987030510618844 ], [ -5.661849839470646, 55.986550529976881 ], [ -5.662594716315076, 55.984676110207381 ], [ -5.664781204838204, 55.982952102403111 ], [ -5.663396155586254, 55.979333745268853 ], [ -5.663790662776957, 55.97901179617579 ], [ -5.664628750901326, 55.979225130189469 ], [ -5.665910770765989, 55.98133145934387 ], [ -5.666479367612505, 55.981323519731326 ], [ -5.666554395970251, 55.979406974181025 ], [ -5.665069667350179, 55.978546627447059 ], [ -5.665366857406532, 55.977620637235596 ], [ -5.665958393425118, 55.977432184233301 ], [ -5.668501665921493, 55.978547815089648 ], [ -5.668989431584687, 55.979463911570136 ], [ -5.669661706520858, 55.979196606156187 ], [ -5.670981624402761, 55.97975519960417 ], [ -5.671623267839177, 55.979165098416715 ], [ -5.671691743565469, 55.979464275508406 ], [ -5.672027232862379, 55.979112588297383 ], [ -5.672478069486573, 55.979216032070234 ], [ -5.67228063070645, 55.978740869643971 ], [ -5.672834634620044, 55.978495057264368 ], [ -5.672249664889321, 55.978499019514942 ], [ -5.671712416433216, 55.977400082383319 ], [ -5.670860725396747, 55.977043336339243 ], [ -5.670577344033357, 55.97599976645261 ], [ -5.671803943168302, 55.975068522724449 ], [ -5.67170843179712, 55.974230654662385 ], [ -5.670423585658905, 55.973194470165289 ], [ -5.66642700839447, 55.97425318571333 ], [ -5.6654751806881, 55.974785058947042 ], [ -5.665220889731112, 55.975655823319677 ], [ -5.66567570791253, 55.976563920633289 ], [ -5.664270982405233, 55.97654729287553 ], [ -5.66296889469532, 55.977022132679579 ], [ -5.659879694903, 55.976574511296803 ], [ -5.657144584007203, 55.976988477407957 ], [ -5.656593205982465, 55.97683851109236 ], [ -5.654779106336583, 55.977309586236103 ], [ -5.656218841619332, 55.97499736749419 ], [ -5.662709754613306, 55.970470478129123 ], [ -5.663392585289503, 55.969299235519436 ], [ -5.664185975893222, 55.969127260721201 ], [ -5.664333856719737, 55.968318110634094 ], [ -5.66829749152423, 55.963956015778109 ], [ -5.671853816795965, 55.961647029712239 ], [ -5.670682933676727, 55.963669103419448 ], [ -5.67101742168125, 55.964153667739225 ], [ -5.671729301326558, 55.963799744404987 ], [ -5.674040452509212, 55.96087143962167 ], [ -5.677201728179556, 55.959050637711982 ], [ -5.678022534330043, 55.958072996371151 ], [ -5.678412908086731, 55.958031657591832 ], [ -5.678222250320906, 55.958741402614116 ], [ -5.679187113205182, 55.958690085030362 ], [ -5.680273200001233, 55.95729987223384 ], [ -5.680716030048995, 55.957237175734143 ], [ -5.681073120474867, 55.956187957918893 ], [ -5.682431824859807, 55.955306590886401 ], [ -5.683070883584353, 55.955116626342807 ], [ -5.6856930818816, 55.955303382034835 ], [ -5.687873833510903, 55.955903441459505 ], [ -5.688076645117913, 55.956266023857545 ], [ -5.686665856605024, 55.958367389377187 ], [ -5.685807439643743, 55.959368697379325 ], [ -5.684631504815152, 55.959813028171908 ], [ -5.682677261847712, 55.962861247761339 ], [ -5.681528672474042, 55.963763303390117 ], [ -5.681285355581104, 55.964660755736347 ], [ -5.68233839303028, 55.965366574903328 ], [ -5.679080340342818, 55.966677871389642 ], [ -5.678259387922726, 55.966558539060749 ], [ -5.677957080189616, 55.967089088016543 ], [ -5.677280621057971, 55.967140768843514 ], [ -5.676452706849654, 55.968721053503437 ], [ -5.675700813876869, 55.969076198043432 ], [ -5.676755337350874, 55.969206555307558 ], [ -5.680266315712745, 55.967011076968021 ], [ -5.681676664873046, 55.966753102458959 ], [ -5.684533793763165, 55.965188482934145 ], [ -5.688104510757332, 55.964470112196913 ], [ -5.688915321420776, 55.9639782471641 ], [ -5.689333861090422, 55.961893116307742 ], [ -5.690418756394091, 55.96276425923805 ], [ -5.693453787784585, 55.962147208967956 ], [ -5.695099107890361, 55.961414455381693 ], [ -5.694426678450946, 55.961003038005835 ], [ -5.695011304280962, 55.961166222255869 ], [ -5.695880264408816, 55.96036144914585 ], [ -5.696087420354371, 55.961272384648474 ], [ -5.696907303686134, 55.961548984436241 ], [ -5.69836557268082, 55.961460216934199 ], [ -5.703618183980045, 55.95905883274321 ], [ -5.705677399969129, 55.956456676806077 ], [ -5.70708820577305, 55.955622914269313 ], [ -5.709605323466642, 55.952534822235172 ], [ -5.713476457399778, 55.948780889705475 ], [ -5.71381818386078, 55.948500823100964 ], [ -5.714085617653442, 55.948699563440535 ], [ -5.71402272097007, 55.948377756721122 ], [ -5.715013663538356, 55.948685038148263 ], [ -5.712916575408624, 55.952637281856177 ], [ -5.710660455679471, 55.954431751458074 ], [ -5.709400667090503, 55.955000243782116 ], [ -5.70888373975844, 55.954941191253575 ], [ -5.709106268817253, 55.955440722166848 ], [ -5.707744339905878, 55.95762180238674 ], [ -5.706287502395798, 55.959063901804875 ], [ -5.706042880245596, 55.958936391422704 ], [ -5.705324219658631, 55.960639488713127 ], [ -5.704306875900114, 55.960980326941126 ], [ -5.704070570531227, 55.962196829851756 ], [ -5.70446682375248, 55.962652475821677 ], [ -5.706782481191722, 55.961472276852518 ], [ -5.705429457702568, 55.96341477472086 ], [ -5.704766598093252, 55.963942762168706 ], [ -5.704446820935985, 55.963448848298405 ], [ -5.703484955169945, 55.965208705374046 ], [ -5.704075836909927, 55.965101008118587 ], [ -5.704706603309086, 55.965410224175841 ], [ -5.706806400866305, 55.963899333266212 ], [ -5.707103036663852, 55.964151160823775 ], [ -5.707382450760927, 55.963971901633535 ], [ -5.705972334259883, 55.966909713079843 ], [ -5.704309293941824, 55.968546815648068 ], [ -5.704015369596607, 55.968407296491677 ], [ -5.701622887369689, 55.971639861148475 ], [ -5.700290345034743, 55.972628551056246 ], [ -5.697927720939207, 55.973661659728656 ], [ -5.697703001320091, 55.975170027278544 ], [ -5.695736550324974, 55.977499483895635 ], [ -5.694611182066664, 55.977722087441187 ], [ -5.690529149023329, 55.981162455257184 ], [ -5.689415967852579, 55.981177834911946 ], [ -5.688664510229102, 55.981622960048021 ], [ -5.686826379925593, 55.983624713874768 ], [ -5.68356829544349, 55.985623967184658 ], [ -5.682561260121724, 55.987767128828771 ], [ -5.681466806691329, 55.988503902570891 ], [ -5.680748979360957, 55.989709561959643 ], [ -5.677516786742927, 55.99114588950188 ], [ -5.677253529807962, 55.991751694761966 ], [ -5.677853263061673, 55.99232273537563 ], [ -5.679800695301989, 55.990870851111879 ], [ -5.681356731760067, 55.990617532916616 ], [ -5.683563251358346, 55.988519431491994 ], [ -5.684731861528339, 55.988241691469632 ], [ -5.685799896746946, 55.987076775917423 ], [ -5.686455687495614, 55.987057143464391 ], [ -5.686893569106061, 55.98592906557959 ], [ -5.687794083127126, 55.985448017944151 ], [ -5.687575820483722, 55.986776330875685 ], [ -5.684995888155573, 55.98924535194427 ], [ -5.685071320586101, 55.989616248359241 ], [ -5.68662290065477, 55.988643662173679 ], [ -5.685092120514669, 55.99067664171173 ], [ -5.684540785713644, 55.990783056895566 ], [ -5.684734598898703, 55.991217848575914 ], [ -5.683902650069284, 55.992420647592624 ], [ -5.680645820112327, 55.995116621717749 ], [ -5.679836407429713, 55.995293669391813 ], [ -5.679874995742876, 55.996205167232851 ], [ -5.680233261925775, 55.996176477629774 ], [ -5.677627174629288, 55.998803459062039 ], [ -5.676753440913369, 55.999148750667835 ], [ -5.67721045366716, 55.998555145787485 ], [ -5.676270067810562, 55.99879002894167 ], [ -5.673991674856942, 56.000732772487616 ], [ -5.673867869635954, 56.00111860916914 ], [ -5.674312247343368, 56.001235730343296 ], [ -5.673809745199545, 56.002280260371293 ], [ -5.67193201002759, 56.003882814375743 ], [ -5.672490290764952, 56.003762764929469 ], [ -5.671895850006815, 56.00434695973177 ], [ -5.670537015316649, 56.004486371817187 ], [ -5.670913242399673, 56.004645998920353 ], [ -5.669573683287436, 56.006003185737065 ], [ -5.66990523294806, 56.006114693458741 ], [ -5.670544503873849, 56.005664047137699 ], [ -5.670242232579098, 56.006199063141615 ], [ -5.668516463691955, 56.007630686119384 ], [ -5.667585491556671, 56.009236433393141 ], [ -5.66634703480262, 56.009970151098884 ], [ -5.66554126303082, 56.011374338953736 ], [ -5.661976418801149, 56.013813681775112 ], [ -5.661466337791862, 56.013851323835802 ], [ -5.660172946483546, 56.012990608468712 ], [ -5.658947922482132, 56.013071961354271 ], [ -5.659078345967775, 56.0143988351141 ], [ -5.658354214678203, 56.014973323018381 ], [ -5.658685566227196, 56.015336630548241 ], [ -5.657408057540301, 56.016170318669111 ], [ -5.65754183937436, 56.017159910817732 ], [ -5.655772608459351, 56.018651073261374 ], [ -5.654721315190189, 56.020435613760604 ], [ -5.655511128925173, 56.022250945589313 ], [ -5.656318359943183, 56.022213502760238 ], [ -5.657070372667094, 56.021507825120693 ], [ -5.657469513838389, 56.021738746852506 ], [ -5.657815669667892, 56.02149468956685 ], [ -5.656729608476143, 56.022911626832112 ], [ -5.651149672842855, 56.027321114981461 ], [ -5.64834599233117, 56.028662979050146 ], [ -5.646353346839972, 56.028987217501175 ], [ -5.64571767779592, 56.029567996113443 ], [ -5.644553083649459, 56.029325513715179 ], [ -5.643544784810914, 56.029684423537596 ], [ -5.643643549415581, 56.029386582619559 ], [ -5.643282704783831, 56.029527629736869 ], [ -5.640423382210488, 56.028102481825982 ], [ -5.638681206870471, 56.028188114152847 ], [ -5.638767036968181, 56.027940112635029 ], [ -5.637931622794148, 56.027628502926433 ], [ -5.63585471646982, 56.029105064064424 ], [ -5.6353458269287, 56.030556912034697 ], [ -5.636663653658654, 56.030943317271642 ], [ -5.636146830414835, 56.030997233851984 ], [ -5.636201816037668, 56.031854293555227 ], [ -5.637173268807158, 56.032194269603878 ], [ -5.636602911688046, 56.033982418424301 ], [ -5.637327014975984, 56.034253266874295 ], [ -5.638744682698026, 56.033703392610668 ], [ -5.64033572394183, 56.033971097096043 ], [ -5.641527391277687, 56.033239046207918 ], [ -5.641843581054371, 56.03361183796757 ], [ -5.640791507459499, 56.034717408213737 ], [ -5.640488381811089, 56.036016637872734 ], [ -5.639789252314124, 56.036437411001607 ], [ -5.639217581641762, 56.037699611428216 ], [ -5.638032070951872, 56.038498890732953 ], [ -5.636941996150143, 56.040653047631913 ], [ -5.637128357480204, 56.04092628167961 ], [ -5.637882862149925, 56.04075115539645 ], [ -5.638499236387156, 56.041240973785975 ], [ -5.638611849001644, 56.043543952653145 ], [ -5.632146670588696, 56.049098052247217 ], [ -5.632619737854707, 56.049259441845415 ], [ -5.633799799076905, 56.048653698751622 ], [ -5.634135023651872, 56.049057419297945 ], [ -5.634650635793159, 56.048817428575539 ], [ -5.634025456726514, 56.049600135028193 ], [ -5.632231111939363, 56.051275979956436 ], [ -5.629098676788963, 56.053076621583621 ], [ -5.629177942318744, 56.053406969142884 ], [ -5.630297465311719, 56.053009847516357 ], [ -5.633281001497242, 56.051249529630923 ], [ -5.632680247912737, 56.05254851385822 ], [ -5.627015010677284, 56.056037678819969 ], [ -5.626363896463653, 56.056205195075485 ], [ -5.626693292445477, 56.055606567825699 ], [ -5.626083095917538, 56.055696451990684 ], [ -5.624204660305455, 56.057167841075 ], [ -5.62233044009452, 56.05791527035457 ], [ -5.622258596560066, 56.058690638883434 ], [ -5.622965364142637, 56.058944103713301 ], [ -5.622685240066287, 56.059469340397875 ], [ -5.616121420821399, 56.064108292527159 ], [ -5.616317530177319, 56.062942657181722 ], [ -5.617780895370125, 56.060809230615412 ], [ -5.617011141725512, 56.059712398198741 ], [ -5.616031802047547, 56.059893984672591 ], [ -5.612775096993365, 56.063815288142145 ], [ -5.611576037413457, 56.064569729395792 ], [ -5.610555051596055, 56.066798013560522 ], [ -5.608994262571255, 56.067724864583397 ], [ -5.60724903177327, 56.069430343142891 ], [ -5.607163777376452, 56.070237558707525 ], [ -5.608114249817096, 56.070173779594406 ], [ -5.608149572714192, 56.070379545678975 ], [ -5.605912667666444, 56.072845667984488 ], [ -5.605577520176912, 56.073817537691866 ], [ -5.603378071713328, 56.074623621276551 ], [ -5.603023996666681, 56.075393732069941 ], [ -5.599904450624907, 56.077539360321069 ], [ -5.599938710170899, 56.079111830829405 ], [ -5.594869339976299, 56.083458645286292 ], [ -5.590185792476879, 56.086175579549298 ], [ -5.588318059506923, 56.086409767994034 ], [ -5.586696201149689, 56.089113853111812 ], [ -5.586877733048373, 56.089854842962275 ], [ -5.584728940175532, 56.09173804121621 ], [ -5.582444182250429, 56.092420329386776 ], [ -5.58209305666246, 56.092016934367948 ], [ -5.581108144120892, 56.092148937181534 ], [ -5.578712967664397, 56.091643030953421 ], [ -5.576389225463608, 56.091732919821425 ], [ -5.573211424454858, 56.090157177048887 ], [ -5.573198932832446, 56.089155025539576 ], [ -5.571705712840547, 56.088834141538861 ], [ -5.570912256149822, 56.088254713428825 ], [ -5.567702764650063, 56.087720927108215 ], [ -5.566407335307149, 56.087763793327923 ], [ -5.564868311590682, 56.088511399093306 ], [ -5.560956136563118, 56.091650835799186 ], [ -5.560255251186871, 56.091863481286204 ], [ -5.559790401507854, 56.091741134524533 ], [ -5.558886622318658, 56.092107981587809 ], [ -5.558722796974613, 56.091762056349864 ], [ -5.556840564864761, 56.091634736665902 ], [ -5.556575845785444, 56.091171238165742 ], [ -5.555145985118109, 56.091519062055781 ], [ -5.554636764920316, 56.091124646364882 ], [ -5.553330552605015, 56.091086764125762 ], [ -5.549234732118852, 56.088961438511205 ], [ -5.547759855275999, 56.086828041057288 ], [ -5.547946100554278, 56.08535713963834 ], [ -5.549079783258247, 56.084483851757021 ], [ -5.549994940639457, 56.082722232190477 ], [ -5.551123304817603, 56.081705219191363 ], [ -5.550433581947029, 56.080763035461317 ], [ -5.547374805513675, 56.079497915604854 ], [ -5.543519036090863, 56.078480406109847 ], [ -5.541839267901199, 56.077346345876244 ], [ -5.537071519057136, 56.075671515445578 ], [ -5.535001874656515, 56.075542058758373 ], [ -5.530064806454273, 56.074119072124994 ], [ -5.529211074207996, 56.074363791830336 ], [ -5.529273475047717, 56.073728139855646 ], [ -5.528070026843586, 56.073313032125291 ], [ -5.526966211979253, 56.072405053590153 ], [ -5.526237072499291, 56.072605729340971 ], [ -5.526596410312784, 56.073283262794916 ], [ -5.523038917697578, 56.07314220966375 ], [ -5.518864007545677, 56.073809882065952 ], [ -5.516881575961593, 56.073048267141473 ], [ -5.514298809246749, 56.073724304740828 ], [ -5.513177398827319, 56.074560952607662 ], [ -5.512440793571403, 56.07468083912606 ], [ -5.513121173957037, 56.074737878055586 ], [ -5.513241116643586, 56.075260430772509 ], [ -5.514484770179598, 56.076029678246783 ], [ -5.516347388752022, 56.076534012395591 ], [ -5.517526842061136, 56.077215151927589 ], [ -5.517777018946294, 56.077666553640398 ], [ -5.517188261868006, 56.078879146365622 ], [ -5.516248096198304, 56.079324039524813 ], [ -5.515403748365855, 56.079321141522193 ], [ -5.513574866051419, 56.078217932322872 ], [ -5.511696721159456, 56.077808402659791 ], [ -5.509562283278596, 56.07855697894685 ], [ -5.509682864107542, 56.078998597839202 ], [ -5.510814975318896, 56.078453886012319 ], [ -5.51279646960305, 56.078321028805732 ], [ -5.514009014484108, 56.079365392268762 ], [ -5.515979138114749, 56.07981272480859 ], [ -5.517091862241449, 56.079673100099967 ], [ -5.517907256465952, 56.079182310009053 ], [ -5.518649633590774, 56.077362935455056 ], [ -5.517551974593789, 56.076256897807561 ], [ -5.514543174527291, 56.075259287358676 ], [ -5.514210529726443, 56.074607933955107 ], [ -5.515125678695087, 56.073889543857653 ], [ -5.516434071119527, 56.073870217220744 ], [ -5.521818768721696, 56.075271965923328 ], [ -5.52534289598612, 56.074870056422249 ], [ -5.526969264212164, 56.07507529216069 ], [ -5.527345349860375, 56.075496101365907 ], [ -5.52630626164784, 56.075296553079184 ], [ -5.527133991889297, 56.07564600367148 ], [ -5.526880142188649, 56.076386031130042 ], [ -5.528461457060888, 56.074868063183921 ], [ -5.528294690958978, 56.075329578292006 ], [ -5.52887819807525, 56.075820870879284 ], [ -5.528199533446145, 56.076222410167375 ], [ -5.529037024393957, 56.076238902168541 ], [ -5.529346039354145, 56.077156130501507 ], [ -5.532234467442894, 56.078237754921687 ], [ -5.532349650157019, 56.079758431638481 ], [ -5.529529167462856, 56.0822308036457 ], [ -5.528799923509201, 56.082080845840757 ], [ -5.528831867795635, 56.082781229296295 ], [ -5.527993939178645, 56.083200809294389 ], [ -5.528025683366812, 56.083811288480256 ], [ -5.527491514514704, 56.083772624112626 ], [ -5.528908546994048, 56.085112197868575 ], [ -5.530448871878442, 56.084811865366412 ], [ -5.531157402168545, 56.084998371428547 ], [ -5.531381351254896, 56.084722228315854 ], [ -5.532363172520612, 56.084644657247651 ], [ -5.534120961011393, 56.084962923951217 ], [ -5.535930390447745, 56.086282183794268 ], [ -5.536825059135179, 56.086305977833334 ], [ -5.538584740858044, 56.085680070376036 ], [ -5.54062839020347, 56.085607923558392 ], [ -5.54421461500967, 56.083774126453996 ], [ -5.544679700924344, 56.083760758112447 ], [ -5.545054500439016, 56.084514223177095 ], [ -5.542907311165064, 56.085821192377679 ], [ -5.542959297418159, 56.086736785208494 ], [ -5.542082887759476, 56.087786940243596 ], [ -5.539805846056837, 56.088908768476657 ], [ -5.538027606160213, 56.090735524995445 ], [ -5.536834236931738, 56.090787737511555 ], [ -5.536255766814216, 56.091757373624603 ], [ -5.534317871870543, 56.092635602484208 ], [ -5.534603732596173, 56.092771266116742 ], [ -5.533195475312492, 56.094690737983193 ], [ -5.533691106211154, 56.095359854331647 ], [ -5.533006402261399, 56.095698650735912 ], [ -5.53219626492903, 56.09554653076848 ], [ -5.53237681526741, 56.09593696360826 ], [ -5.531853553453165, 56.096194705901759 ], [ -5.530236511459585, 56.096276965353056 ], [ -5.529241384831531, 56.096651597856685 ], [ -5.530072530861129, 56.096681757798549 ], [ -5.529340109617727, 56.099310103717073 ], [ -5.5301980150092, 56.099631704992447 ], [ -5.530315964554924, 56.100567886919265 ], [ -5.532254607747637, 56.101622771059581 ], [ -5.533482660187812, 56.101857326584422 ], [ -5.53367106937641, 56.10233294726433 ], [ -5.537973001427857, 56.101440896287315 ], [ -5.538796858835573, 56.101565613812014 ], [ -5.538093816655384, 56.102318549887812 ], [ -5.536657170361008, 56.102966643869379 ], [ -5.536537050703075, 56.103410647169 ], [ -5.537288358633158, 56.104058933802932 ], [ -5.539568791589721, 56.104452057808487 ], [ -5.544391969744037, 56.103890980447311 ], [ -5.545631977786389, 56.102942752148337 ], [ -5.547374853195839, 56.102564466765514 ], [ -5.54880563074322, 56.101592735736133 ], [ -5.549649806970518, 56.101501011385928 ], [ -5.549953321674565, 56.100692072265446 ], [ -5.550291182467698, 56.101478056174969 ], [ -5.551687633661592, 56.101792999710604 ], [ -5.555056261293074, 56.100676365277401 ], [ -5.555784050815112, 56.101572475872011 ], [ -5.554805171151826, 56.10315075261326 ], [ -5.554803389068051, 56.104090370929143 ], [ -5.553458118067756, 56.105203566058606 ], [ -5.553223960096311, 56.105979047455932 ], [ -5.550963801279407, 56.107379304340569 ], [ -5.550966087006183, 56.107927692806442 ], [ -5.551332546830103, 56.107539518741838 ], [ -5.552113473216038, 56.107894657839367 ], [ -5.552970764646698, 56.107856481550513 ], [ -5.553500236665727, 56.107229837664356 ], [ -5.554311690073106, 56.107305360597366 ], [ -5.554074228668408, 56.108044974442436 ], [ -5.5529473536117, 56.108387628424566 ], [ -5.552811112730575, 56.108742203780665 ], [ -5.553971944118212, 56.109639339674928 ], [ -5.555032285976224, 56.109883013602101 ], [ -5.558521311762956, 56.108460724825939 ], [ -5.560266177707477, 56.106431438033148 ], [ -5.562868447715909, 56.104837704385851 ], [ -5.563048802972906, 56.106561483245585 ], [ -5.561717430972258, 56.108380169999315 ], [ -5.561818034112625, 56.108963484387431 ], [ -5.562743928294804, 56.109318867650018 ], [ -5.563563061949644, 56.109128871399115 ], [ -5.565507733830202, 56.109625629959638 ], [ -5.566191147809714, 56.109533945587835 ], [ -5.566422611189119, 56.110035251434184 ], [ -5.56823627337306, 56.109551228680857 ], [ -5.568412579181611, 56.110238444580361 ], [ -5.568770466680233, 56.110106711130229 ], [ -5.569043178243, 56.110444979158451 ], [ -5.567843673949903, 56.111427341509057 ], [ -5.568588084599005, 56.112115207983813 ], [ -5.56889750291297, 56.113873909873014 ], [ -5.565914905282728, 56.117238316152175 ], [ -5.563484876094543, 56.11923981696885 ], [ -5.56174117458882, 56.124591310494509 ], [ -5.560519463966053, 56.125844862517859 ], [ -5.558503099935556, 56.126461377377467 ], [ -5.558027056432896, 56.126884199078809 ], [ -5.556231567957142, 56.129108200082889 ], [ -5.556948493912316, 56.130263565670013 ], [ -5.556370847532464, 56.131869833703981 ], [ -5.554734968287406, 56.133716078251041 ], [ -5.55268862846204, 56.134100485166371 ], [ -5.551218993497503, 56.137105331247348 ], [ -5.549057476173467, 56.138547635231483 ], [ -5.549212057197069, 56.139437795948261 ], [ -5.548513209121082, 56.141026824609817 ], [ -5.549248273247163, 56.141401291705947 ], [ -5.549081396103851, 56.142210786711267 ], [ -5.548011076422059, 56.142915887400648 ], [ -5.548345618917221, 56.143225450322234 ], [ -5.546457491624762, 56.144493506770146 ], [ -5.545402491804476, 56.144492349230951 ], [ -5.545169708750395, 56.144238297085955 ], [ -5.542775165719821, 56.145255605716933 ], [ -5.542046824340018, 56.146440843156896 ], [ -5.541409386090071, 56.14625234237036 ], [ -5.541717746531269, 56.146540196574527 ], [ -5.541341673082843, 56.147441094942444 ], [ -5.539923360642022, 56.149005751809248 ], [ -5.538331056373639, 56.150256198791887 ], [ -5.536431262588827, 56.150616337555043 ], [ -5.53674387889641, 56.152351626836563 ], [ -5.536089558464873, 56.153206532342793 ], [ -5.532337362598731, 56.155498764157954 ], [ -5.529738674088467, 56.158953690049678 ], [ -5.527994056817152, 56.159781276768165 ], [ -5.525798715002651, 56.159911429233027 ], [ -5.524016219850343, 56.16094233476506 ], [ -5.523423532939804, 56.16247421930553 ], [ -5.517072427244242, 56.169047832047575 ], [ -5.51749782714495, 56.169381861902679 ], [ -5.517416229675036, 56.170427127848725 ], [ -5.518465002762199, 56.171408718960684 ], [ -5.519997048346586, 56.17449837295262 ], [ -5.51810776980409, 56.175604149504551 ], [ -5.517522815160868, 56.176785132023518 ], [ -5.515733846079395, 56.178108287648627 ], [ -5.513977484814997, 56.180405994679958 ], [ -5.511601628123667, 56.181219820139638 ], [ -5.509537467448376, 56.181476299420709 ], [ -5.508237521218079, 56.182245989552015 ], [ -5.504791892446201, 56.183440708048714 ], [ -5.504165240557239, 56.184258673502455 ], [ -5.501357474946396, 56.186087023157974 ], [ -5.501674590841119, 56.187089496986623 ], [ -5.503684066705115, 56.188756940801575 ], [ -5.505901031868387, 56.189533768601684 ], [ -5.508992388781938, 56.190085222470763 ], [ -5.509166796232161, 56.190405734914222 ], [ -5.507444285236892, 56.190701013516154 ], [ -5.509050561645843, 56.190527716341684 ], [ -5.50809389809664, 56.191228306056921 ], [ -5.509653114573033, 56.190522283008704 ], [ -5.51034260687815, 56.190568320668618 ], [ -5.510241592107347, 56.190839118417337 ], [ -5.50890599038866, 56.191151291549886 ], [ -5.510389154833488, 56.190883474792969 ], [ -5.510547576524969, 56.190999829280486 ], [ -5.510500463080683, 56.191075342771853 ], [ -5.509233865568777, 56.191298416215666 ], [ -5.510521731006311, 56.191187192837873 ], [ -5.510592891474113, 56.19103311186295 ], [ -5.510615380478458, 56.190984418436926 ], [ -5.510792274935616, 56.190601392255267 ], [ -5.511701218242724, 56.190913606205726 ], [ -5.51250358375917, 56.190712770829833 ], [ -5.514053964169482, 56.191074154769254 ], [ -5.515406397597959, 56.190928675861961 ], [ -5.516710117163129, 56.190040126541753 ], [ -5.521335377455618, 56.189011946989091 ], [ -5.523769207514659, 56.18807131169924 ], [ -5.524644749954493, 56.188387980455424 ], [ -5.525516542205352, 56.18825970141117 ], [ -5.527272814493186, 56.186860019618301 ], [ -5.528099256078289, 56.185325941396528 ], [ -5.529544438867648, 56.184560877560095 ], [ -5.532229059019153, 56.182232793512497 ], [ -5.533512835947242, 56.182151111183686 ], [ -5.534473941028174, 56.181751381729619 ], [ -5.53538135488381, 56.180961177126598 ], [ -5.535558054964878, 56.180148732525247 ], [ -5.538073428446014, 56.178475400606743 ], [ -5.538238258497127, 56.178847398108253 ], [ -5.539064383827838, 56.179083561775116 ], [ -5.540267562125948, 56.178968153424648 ], [ -5.541907587108586, 56.177279373554576 ], [ -5.544602111625875, 56.176172587122409 ], [ -5.548239291321318, 56.172691108135965 ], [ -5.547725523010732, 56.171054228015429 ], [ -5.549050729473735, 56.170518041133001 ], [ -5.550166138971497, 56.16949067021848 ], [ -5.553514497318056, 56.167707630157757 ], [ -5.554973444184898, 56.167103690621545 ], [ -5.556062188698903, 56.167027380486729 ], [ -5.558467815299506, 56.164813705654687 ], [ -5.561832874827898, 56.164523357164768 ], [ -5.563089772185254, 56.163810960460026 ], [ -5.563215811052363, 56.163223803603387 ], [ -5.563826897733738, 56.16336710386588 ], [ -5.566909839200212, 56.162000435924128 ], [ -5.56851171117492, 56.15985112977652 ], [ -5.570292386579105, 56.159438200125081 ], [ -5.570852274773006, 56.158926596969138 ], [ -5.571780068704725, 56.158854799570179 ], [ -5.574785983015865, 56.157567476050581 ], [ -5.575800218201741, 56.157645993118216 ], [ -5.576035834944632, 56.157234567990372 ], [ -5.578217519828697, 56.157531888729238 ], [ -5.579445073580382, 56.157150140860495 ], [ -5.579849746799783, 56.156616920838069 ], [ -5.579008302873065, 56.156179177625681 ], [ -5.578508876094619, 56.154950186409032 ], [ -5.576977941967991, 56.154633117727059 ], [ -5.576892393198246, 56.154215712067952 ], [ -5.577943415203509, 56.153201623156413 ], [ -5.577881673897351, 56.152468838938098 ], [ -5.577120346510727, 56.152285008740854 ], [ -5.577940327409435, 56.150588894997654 ], [ -5.578834485252167, 56.149569453053608 ], [ -5.580793651743966, 56.148640490258053 ], [ -5.580646960844497, 56.14792995139539 ], [ -5.581186838714419, 56.147500695662252 ], [ -5.58070211717482, 56.147397874678028 ], [ -5.580505132366179, 56.145974000089709 ], [ -5.583296847431279, 56.145340022837118 ], [ -5.584167050374822, 56.144653905296593 ], [ -5.585559435416813, 56.144559513832029 ], [ -5.58738945894128, 56.143027287932711 ], [ -5.589559667218466, 56.14315749484512 ], [ -5.591712628663062, 56.142550889514055 ], [ -5.592851946449231, 56.140575631488105 ], [ -5.592371766807008, 56.140469128510418 ], [ -5.592527429858413, 56.13992872284782 ], [ -5.59327347602698, 56.13929560189419 ], [ -5.592617002414499, 56.13899103255067 ], [ -5.5919082107639, 56.139074603324467 ], [ -5.59155844720909, 56.138432922938321 ], [ -5.593169134878176, 56.136799091097359 ], [ -5.595070895279868, 56.136127804801085 ], [ -5.595902260685609, 56.13434130703962 ], [ -5.597900742270729, 56.133500818301954 ], [ -5.598299740437042, 56.132774382905573 ], [ -5.600844923786889, 56.13244388650822 ], [ -5.601583390692902, 56.131990755849351 ], [ -5.602338411747379, 56.132058628117186 ], [ -5.602056071811114, 56.13153638838854 ], [ -5.60376250381559, 56.131792263898191 ], [ -5.605238351932068, 56.130360005806871 ], [ -5.606270348439734, 56.12994772041413 ], [ -5.605958201929612, 56.130568247328078 ], [ -5.606251317337696, 56.130775470628315 ], [ -5.606903770736145, 56.130608044451485 ], [ -5.607198819399128, 56.131179354374659 ], [ -5.607518387404997, 56.130895778763453 ], [ -5.607189443987207, 56.131336975187004 ], [ -5.60786728939681, 56.131096871737974 ], [ -5.60787847113509, 56.13155959387025 ], [ -5.611152039814609, 56.131958352030694 ], [ -5.612577218243421, 56.130846674501079 ], [ -5.612587753858447, 56.132073673289561 ], [ -5.613719084653141, 56.131433635103008 ], [ -5.614690001090897, 56.131571534572267 ], [ -5.612940511403107, 56.133893066720546 ], [ -5.609850312229866, 56.136617943360051 ], [ -5.609095909969614, 56.13870350015408 ], [ -5.608316959270042, 56.138897112680091 ], [ -5.607615847615149, 56.140126932375274 ], [ -5.603049612741399, 56.144176010284838 ], [ -5.600960156996444, 56.14528806600665 ], [ -5.601000618724497, 56.144688071088659 ], [ -5.599189275947301, 56.145451213932034 ], [ -5.599489621997694, 56.146199513602951 ], [ -5.598417315045179, 56.146478939892383 ], [ -5.595777144388394, 56.148249828326222 ], [ -5.593495587483562, 56.149068839623204 ], [ -5.591130644518118, 56.151583269488512 ], [ -5.592870876549439, 56.152830050915753 ], [ -5.594234404364128, 56.152682458904678 ], [ -5.595708781231274, 56.150791829038965 ], [ -5.600665927086149, 56.146893488380115 ], [ -5.601886772212435, 56.147271460457375 ], [ -5.603191318118292, 56.148250287554852 ], [ -5.603446273667853, 56.149011592680985 ], [ -5.603031268503866, 56.14968815893203 ], [ -5.603561624110149, 56.149245592848729 ], [ -5.604623180523936, 56.149057247794396 ], [ -5.60278439750466, 56.151798408976852 ], [ -5.599808708881673, 56.154237328462472 ], [ -5.600956608530023, 56.154797264411947 ], [ -5.600718113287886, 56.155519022003098 ], [ -5.599273429592757, 56.15738187255144 ], [ -5.598238351431947, 56.158027945843315 ], [ -5.597491539426291, 56.159344443193177 ], [ -5.597744480732393, 56.159809108377836 ], [ -5.599556535150071, 56.160147398936893 ], [ -5.600650039161876, 56.159436672724347 ], [ -5.600823482138929, 56.161288294588545 ], [ -5.60165071037876, 56.160401007187708 ], [ -5.601647819630326, 56.160972032398945 ], [ -5.602236055149453, 56.16088743439505 ], [ -5.601795482875551, 56.162204013270959 ], [ -5.600668945073986, 56.16290672085519 ], [ -5.600215389403036, 56.162623239996002 ], [ -5.599992712930951, 56.162998372609835 ], [ -5.598959102044528, 56.162542986707734 ], [ -5.599213530585102, 56.163367253332744 ], [ -5.597341229076986, 56.165537450799711 ], [ -5.592740701127219, 56.16798664465302 ], [ -5.589682699545071, 56.168874011492946 ], [ -5.587153786148502, 56.168352303023134 ], [ -5.585912292581084, 56.168863999839743 ], [ -5.585763519507909, 56.169756644305181 ], [ -5.58696286668463, 56.169552771637989 ], [ -5.587395516249174, 56.169836908255597 ], [ -5.585695532087869, 56.171221475118713 ], [ -5.589880209773004, 56.172575316228567 ], [ -5.587874793051621, 56.175194283546659 ], [ -5.586951887625283, 56.177670281027289 ], [ -5.582886855777381, 56.18163110262347 ], [ -5.581365950781468, 56.182021380242439 ], [ -5.579046230661333, 56.181261456582085 ], [ -5.577896908330796, 56.182508560316563 ], [ -5.576170164175832, 56.183268875062403 ], [ -5.575455854387482, 56.184687671807616 ], [ -5.576331932822566, 56.185179289881781 ], [ -5.57612768681982, 56.185756138202258 ], [ -5.570819286559953, 56.189839738657781 ], [ -5.571306161334517, 56.190289598620488 ], [ -5.570387710727609, 56.192516264681394 ], [ -5.571141620481179, 56.193669597726867 ], [ -5.570529260631568, 56.195165430869018 ], [ -5.56845205466973, 56.196326866408718 ], [ -5.568372560131197, 56.196859634379486 ], [ -5.568283635094936, 56.196596967894394 ], [ -5.566638195749087, 56.197633508000806 ], [ -5.566049982624085, 56.198679964988045 ], [ -5.563186288546576, 56.19927779628452 ], [ -5.562311210571851, 56.200119421431928 ], [ -5.562550067746484, 56.201528616847099 ], [ -5.561699607372689, 56.201923572418536 ], [ -5.561162839672037, 56.203491795540252 ], [ -5.560497213027964, 56.20394974459434 ], [ -5.560211590282044, 56.203618117308132 ], [ -5.558593467172801, 56.203319490217304 ], [ -5.557363613058206, 56.203868300649525 ], [ -5.557078863808811, 56.205686386741853 ], [ -5.558050026502012, 56.206678894901678 ], [ -5.560846505603291, 56.206045368694532 ], [ -5.560114471763779, 56.20684868516345 ], [ -5.558476460246043, 56.20736341330133 ], [ -5.558466426835675, 56.208038026643834 ], [ -5.559356859858455, 56.208246139335643 ], [ -5.559720537905237, 56.207992903176503 ], [ -5.560279340083157, 56.208538736605291 ], [ -5.559957697118024, 56.208462591678021 ], [ -5.559809398800575, 56.209298532277806 ], [ -5.562516345188515, 56.209957760140107 ], [ -5.564302976788177, 56.209965564619289 ], [ -5.564326665005941, 56.210585260868591 ], [ -5.565517911063162, 56.209880154820212 ], [ -5.566011630212387, 56.210418851357993 ], [ -5.566623715260095, 56.210234847316237 ], [ -5.566786358528382, 56.210769612635048 ], [ -5.565591333649525, 56.211451463225821 ], [ -5.564725366587138, 56.211177952603691 ], [ -5.56381600258211, 56.211375018636431 ], [ -5.5647661531183, 56.212085766874857 ], [ -5.562676423946285, 56.213419175310818 ], [ -5.559506919006485, 56.21348086653348 ], [ -5.560196295513684, 56.213259603858177 ], [ -5.561047183170109, 56.212240675898698 ], [ -5.561818784578481, 56.212001748742658 ], [ -5.56302324157749, 56.212323959191451 ], [ -5.564082574560779, 56.210666928651165 ], [ -5.563266395925471, 56.210738125521729 ], [ -5.562987822929201, 56.210344262419703 ], [ -5.559481916482611, 56.209420356149806 ], [ -5.558039318493084, 56.208738139871052 ], [ -5.557067843547983, 56.208874008629216 ], [ -5.556466238842669, 56.209345374618394 ], [ -5.557218630584568, 56.210065467665665 ], [ -5.556975120870964, 56.210832217372776 ], [ -5.554193682282198, 56.211771808384931 ], [ -5.554183104850067, 56.212284598042544 ], [ -5.554695323340999, 56.21311141566698 ], [ -5.556269093305575, 56.212648941505137 ], [ -5.556261559694352, 56.213229076445991 ], [ -5.558767264461651, 56.213177600827073 ], [ -5.556315775921791, 56.213413629002233 ], [ -5.556565465033405, 56.214175169734879 ], [ -5.555559506975969, 56.214863163662692 ], [ -5.553751368956917, 56.215426774015356 ], [ -5.553245097101102, 56.215047531521783 ], [ -5.553880564550957, 56.214278507526359 ], [ -5.553648692979601, 56.213761004008575 ], [ -5.553966808336947, 56.213276230872268 ], [ -5.554490085883291, 56.21322970801468 ], [ -5.553735565408814, 56.211807464928846 ], [ -5.552794748235198, 56.211752707238041 ], [ -5.547706793882806, 56.213992016462974 ], [ -5.546557904404585, 56.215352065756434 ], [ -5.543929762026881, 56.216088315609525 ], [ -5.54291240644412, 56.217354645299153 ], [ -5.541571970210533, 56.217411957309025 ], [ -5.542508654642448, 56.217438150013969 ], [ -5.54237587466205, 56.217869924988882 ], [ -5.540976837834483, 56.217834505758539 ], [ -5.542370323254065, 56.217932121515446 ], [ -5.543382789313465, 56.217363633005249 ], [ -5.543523725121867, 56.217771375332894 ], [ -5.546081344552204, 56.219150929260124 ], [ -5.546659991360507, 56.220993645666724 ], [ -5.547135106854165, 56.221245239227422 ], [ -5.5459469416746, 56.223492012229812 ], [ -5.547552707961581, 56.224521235215825 ], [ -5.54763452650487, 56.225998793960031 ], [ -5.548207487726043, 56.226591927938294 ], [ -5.547944804862059, 56.227189275921084 ], [ -5.548726983381103, 56.228385985913391 ], [ -5.548461592141033, 56.230471412120593 ], [ -5.550626052782232, 56.231603236261726 ], [ -5.551894269570594, 56.231684571858835 ], [ -5.552084127122226, 56.232339949117161 ], [ -5.552911044875564, 56.232780110164953 ], [ -5.553723990202815, 56.2328951953642 ], [ -5.55528599770911, 56.232453765225088 ], [ -5.555957744641795, 56.232786882751782 ], [ -5.555762133688583, 56.233305895079447 ], [ -5.557480870661106, 56.233822859524039 ], [ -5.558206890323552, 56.233801058108703 ], [ -5.560409860138458, 56.23247437573265 ], [ -5.563002011816783, 56.231845819493635 ], [ -5.563723182437527, 56.233248297316564 ], [ -5.566394023091162, 56.234489326191451 ], [ -5.566937116023209, 56.235225299113033 ], [ -5.566980005142012, 56.23644953411727 ], [ -5.566072537089458, 56.237384712686328 ], [ -5.563050902143607, 56.238641593111154 ], [ -5.559343760086858, 56.238795169103739 ], [ -5.557603903548186, 56.240053650214023 ], [ -5.555911303541822, 56.239891073931915 ], [ -5.555616970556213, 56.239067879132307 ], [ -5.553425542318926, 56.238713727282189 ], [ -5.552058825281035, 56.238843824572221 ], [ -5.551958144079095, 56.238384583988818 ], [ -5.550977549009946, 56.238134044013066 ], [ -5.546372232267454, 56.238962178479433 ], [ -5.545049431894563, 56.239654667648459 ], [ -5.544096477842046, 56.23931876584966 ], [ -5.542983247590014, 56.239536796055781 ], [ -5.540707247679436, 56.240695314778641 ], [ -5.538782856033824, 56.242463194436652 ], [ -5.538117807036627, 56.244091602391727 ], [ -5.536399337274004, 56.245066843445528 ], [ -5.534437531341693, 56.244402789799025 ], [ -5.533483632687703, 56.244389604908548 ], [ -5.532988810508847, 56.2440315283038 ], [ -5.530307762744917, 56.243989456030768 ], [ -5.52949101260497, 56.244220470535531 ], [ -5.528103067004063, 56.245876650591562 ], [ -5.525958959050383, 56.246634623092099 ], [ -5.526076335077282, 56.247524064611248 ], [ -5.526906902076266, 56.247740423662975 ], [ -5.527421015807578, 56.248764194957531 ], [ -5.527201858531679, 56.249260449536813 ], [ -5.526238605916133, 56.249006519392438 ], [ -5.523324711743625, 56.249684803756359 ], [ -5.522793480186513, 56.248860202036042 ], [ -5.521813875958373, 56.248357658356525 ], [ -5.522125648027731, 56.247410133424744 ], [ -5.521721371926271, 56.24684174477985 ], [ -5.520694723250102, 56.246300973951989 ], [ -5.517458206834831, 56.246119799146847 ], [ -5.515856554635438, 56.247230777348598 ], [ -5.512292038429166, 56.24657239411421 ], [ -5.511459211139231, 56.246735413607105 ], [ -5.510651096967868, 56.247873224803101 ], [ -5.510884227889842, 56.248302655987224 ], [ -5.511566217923423, 56.248431631150545 ], [ -5.511205708881914, 56.250136633843709 ], [ -5.51054562098531, 56.250775745425074 ], [ -5.511575947515873, 56.251092625185926 ], [ -5.510880755787138, 56.25214181575835 ], [ -5.50898745078011, 56.253688041545402 ], [ -5.507236914304365, 56.254501933881649 ], [ -5.504206145597011, 56.2545285442826 ], [ -5.50354855025904, 56.255232277851839 ], [ -5.502645784029829, 56.255074448747081 ], [ -5.501984268446835, 56.255364710485772 ], [ -5.500165925351907, 56.257118152863086 ], [ -5.49864865527681, 56.25744790578694 ], [ -5.494849515273429, 56.256384773782095 ], [ -5.492972200323107, 56.256167210983541 ], [ -5.491940743970823, 56.255660504579701 ], [ -5.488095993932194, 56.255795119113024 ], [ -5.486407540189479, 56.254883442447756 ], [ -5.485081014136442, 56.254682593290816 ], [ -5.484153818127752, 56.255071952025496 ], [ -5.483998873886397, 56.255392790501887 ], [ -5.484507140835024, 56.255582553547484 ], [ -5.483451807979685, 56.256019572460751 ], [ -5.482691253661195, 56.255986157744694 ], [ -5.483127384744281, 56.256430596399042 ], [ -5.482381436849454, 56.256131543496963 ], [ -5.483657744116102, 56.256845406415302 ], [ -5.482582232181154, 56.256474724960839 ], [ -5.481986172932596, 56.256726744721007 ], [ -5.482675878866532, 56.256953986536608 ], [ -5.482852070640528, 56.256600185047049 ], [ -5.483593890801622, 56.256942506816486 ], [ -5.482893558249178, 56.256967633551312 ], [ -5.483267324815474, 56.257170181748677 ], [ -5.487326147686848, 56.257593397218884 ], [ -5.489738398717541, 56.259373813484601 ], [ -5.49098783777215, 56.259931924595001 ], [ -5.492423630773219, 56.260053205981897 ], [ -5.49351073316748, 56.261150824919817 ], [ -5.495177392045217, 56.261606299099732 ], [ -5.496439160926667, 56.263111629675514 ], [ -5.497744971528318, 56.263612339032122 ], [ -5.497496366756786, 56.265259278002866 ], [ -5.496521767948765, 56.265714801133186 ], [ -5.494722900106602, 56.268415218885373 ], [ -5.495328048447871, 56.268407104177321 ], [ -5.495997594442864, 56.268962680975783 ], [ -5.498572385185355, 56.269892318551939 ], [ -5.499878821104184, 56.269902098249275 ], [ -5.500886041019244, 56.268989796693248 ], [ -5.501444993961936, 56.269165471781882 ], [ -5.501247187734505, 56.269634994413714 ], [ -5.502370683114735, 56.269888181957775 ], [ -5.503122268030928, 56.269043339916436 ], [ -5.503486972826512, 56.269868245484496 ], [ -5.505229456280439, 56.270122747711419 ], [ -5.510017042879167, 56.267567521557247 ], [ -5.509964018335824, 56.266989123031365 ], [ -5.508997552164963, 56.267021050823686 ], [ -5.50933557335921, 56.266125867858428 ], [ -5.510115800976598, 56.265825006341522 ], [ -5.510352167743685, 56.266200402951306 ], [ -5.512134734371417, 56.265466481844683 ], [ -5.512565190856456, 56.263642613494056 ], [ -5.513455220563072, 56.26286659440192 ], [ -5.513254230513018, 56.261820385546862 ], [ -5.514950629368315, 56.261030427935822 ], [ -5.515740236061411, 56.260041466752611 ], [ -5.517457918157746, 56.259484627827952 ], [ -5.518370860844783, 56.259575529690018 ], [ -5.517830390489554, 56.262220716471241 ], [ -5.519068630859699, 56.262774374489375 ], [ -5.521452129644818, 56.262342380598952 ], [ -5.521627844317234, 56.262759943338978 ], [ -5.522826531476202, 56.263058453407901 ], [ -5.523640853762023, 56.262954330042398 ], [ -5.524062320234356, 56.262443327098431 ], [ -5.525281499239365, 56.262350128822447 ], [ -5.527839461201853, 56.261094869918239 ], [ -5.528221811850033, 56.260598453913289 ], [ -5.52913108254062, 56.260473601834889 ], [ -5.530212991144187, 56.259417757043515 ], [ -5.531314981233814, 56.259894266845826 ], [ -5.532501207248094, 56.259707533094065 ], [ -5.534019985195504, 56.258135681191817 ], [ -5.534990914530211, 56.257892140912716 ], [ -5.537120263837722, 56.258298759032741 ], [ -5.537576245642396, 56.257989013026204 ], [ -5.538737155226939, 56.258490744052281 ], [ -5.539981161680616, 56.258405678256054 ], [ -5.544788558702204, 56.259472703704759 ], [ -5.546393584823613, 56.258837767352169 ], [ -5.548639198276359, 56.25927681791142 ], [ -5.550175492406382, 56.258859586130249 ], [ -5.558321523735818, 56.260770621228616 ], [ -5.561870249187625, 56.260749346204705 ], [ -5.562864400254704, 56.2603223995416 ], [ -5.563569919630055, 56.259154817639491 ], [ -5.567618722521521, 56.258052628517383 ], [ -5.570164869487744, 56.255734970700743 ], [ -5.572359030583828, 56.255361392027801 ], [ -5.572659365989318, 56.254858207199348 ], [ -5.575408127183533, 56.253938073186596 ], [ -5.577613205311628, 56.2520401046053 ], [ -5.578067277239263, 56.250071413551517 ], [ -5.580309955308224, 56.249529948337319 ], [ -5.581708326392143, 56.248163256728347 ], [ -5.582730499226337, 56.248646121704667 ], [ -5.5835232849477, 56.248402858840613 ], [ -5.586127041195195, 56.249046626628875 ], [ -5.588667623804191, 56.250308063093122 ], [ -5.590303733095807, 56.249671635185756 ], [ -5.591283753407792, 56.250047763144174 ], [ -5.592234851333445, 56.250029116673261 ], [ -5.593085362186917, 56.249626770327588 ], [ -5.593670031937693, 56.249919965325759 ], [ -5.594560610905048, 56.249170286641437 ], [ -5.595263427475129, 56.249001492542185 ], [ -5.595379835554295, 56.249209397147204 ], [ -5.595917921290757, 56.248834100194202 ], [ -5.596544547284028, 56.249144043324648 ], [ -5.596980530674965, 56.250003492924769 ], [ -5.598790520327716, 56.251047721923676 ], [ -5.598431296972492, 56.252123625812239 ], [ -5.599242975840991, 56.254316300691599 ], [ -5.59549211837376, 56.259869561387781 ], [ -5.592715208687061, 56.261694563563331 ], [ -5.592401437225186, 56.262310579001628 ], [ -5.594536966004518, 56.264150117763108 ], [ -5.594787014972789, 56.264920575419211 ], [ -5.59351825833422, 56.267497437611553 ], [ -5.592201276926957, 56.269131622947683 ], [ -5.589325112938051, 56.27102685036229 ], [ -5.587952473595299, 56.274914856781805 ], [ -5.586422812227982, 56.276698998941455 ], [ -5.585278505420511, 56.277163752521027 ], [ -5.584336547484856, 56.277114636831875 ], [ -5.5844779780217, 56.278710939657778 ], [ -5.583482706614161, 56.280509218735375 ], [ -5.579217570845489, 56.283898274201384 ], [ -5.579947744886398, 56.284601813761867 ], [ -5.579921411777344, 56.285356921120162 ], [ -5.581028185928843, 56.285472330148352 ], [ -5.580728973932456, 56.285764210574797 ], [ -5.581147273154537, 56.285673876673208 ], [ -5.579746291975722, 56.286560490657948 ], [ -5.581702111869993, 56.285643423102641 ], [ -5.582033107530104, 56.286312657563137 ], [ -5.582914160753401, 56.28614058178028 ], [ -5.582684559756436, 56.286369947109343 ], [ -5.583073923483412, 56.286845343990031 ], [ -5.584776185360954, 56.287363346605773 ], [ -5.587357876695185, 56.285812159367893 ], [ -5.589801806565591, 56.282691481488683 ], [ -5.591837595951505, 56.281907689422411 ], [ -5.591282561606882, 56.282503732092742 ], [ -5.591496281444191, 56.282714209534966 ], [ -5.592001954580271, 56.282556564746997 ], [ -5.591342255724643, 56.285240671172502 ], [ -5.589880453684682, 56.286647953310435 ], [ -5.59061235618221, 56.287522213240258 ], [ -5.590863939245103, 56.2889624661927 ], [ -5.590536816989246, 56.288870364955187 ], [ -5.590150882756192, 56.289443508679952 ], [ -5.58913817394181, 56.293416368498391 ], [ -5.587801480562446, 56.295971738025933 ], [ -5.588253691162874, 56.297172408043579 ], [ -5.587862249023538, 56.297395052218413 ], [ -5.58720256051304, 56.297171428471522 ], [ -5.586778072050465, 56.297817605285331 ], [ -5.588781476474963, 56.300470287804579 ], [ -5.587975494144148, 56.30270366130042 ], [ -5.586498149270168, 56.304315434961303 ], [ -5.586516520302838, 56.305459457794818 ], [ -5.587054753526641, 56.305421374327501 ], [ -5.587329578368348, 56.304971946251875 ], [ -5.587961170810308, 56.305049832707191 ], [ -5.588524601893439, 56.306072850877833 ], [ -5.587278872168457, 56.306827363185164 ], [ -5.58643070414116, 56.30564805966636 ], [ -5.586311520200284, 56.30682574050082 ], [ -5.58529060652459, 56.308632853980171 ], [ -5.584227495225927, 56.309318204296289 ], [ -5.584919901576784, 56.309819619626978 ], [ -5.584241543184746, 56.310761751237841 ], [ -5.584267599889976, 56.311608847151682 ], [ -5.582581134642084, 56.31323831103245 ], [ -5.580854609807078, 56.313941039706741 ], [ -5.580958467333458, 56.315463802895252 ], [ -5.58172238114298, 56.316727400632573 ], [ -5.582767184862, 56.317345400199322 ], [ -5.58192192142524, 56.318407432818134 ], [ -5.581083165756264, 56.322905620694215 ], [ -5.579886537313995, 56.32498569165589 ], [ -5.580039473144749, 56.326617622837475 ], [ -5.579237972603667, 56.327562382100794 ], [ -5.57940260351111, 56.328542130454274 ], [ -5.578471548727673, 56.330263853158073 ], [ -5.577296040735154, 56.330931701603262 ], [ -5.578258884132388, 56.331362403557733 ], [ -5.577673458113641, 56.333492203048941 ], [ -5.576268027407966, 56.334557792298455 ], [ -5.575579096553398, 56.334892381466624 ], [ -5.574560984106011, 56.334822891705919 ], [ -5.574601047263865, 56.335077976253196 ], [ -5.572387184536272, 56.336067965973577 ], [ -5.572207192887698, 56.335614624030107 ], [ -5.571048185854445, 56.335769449429627 ], [ -5.570155805841265, 56.337044933007704 ], [ -5.568344548546748, 56.338274977673976 ], [ -5.568312543941824, 56.338711959548974 ], [ -5.566888384597859, 56.339148611014863 ], [ -5.567005658223671, 56.339450921972222 ], [ -5.566095001809268, 56.339319823029484 ], [ -5.563754499077654, 56.340605502946737 ], [ -5.564444355268572, 56.340972246230564 ], [ -5.563590394536162, 56.341882438847442 ], [ -5.562565932521213, 56.342267070233824 ], [ -5.562962627364581, 56.342354551309548 ], [ -5.562963442436442, 56.342970403548399 ], [ -5.562097395765721, 56.343665151121911 ], [ -5.558677048261393, 56.345094184791087 ], [ -5.557650256784638, 56.34606324623747 ], [ -5.556067848017949, 56.346630186584463 ], [ -5.556434512352515, 56.346916350649231 ], [ -5.554562502124894, 56.347590490389976 ], [ -5.552536804181003, 56.347396899802575 ], [ -5.549216707780531, 56.348692416024711 ], [ -5.549644564783891, 56.348244092438271 ], [ -5.5484326653567, 56.348009113811187 ], [ -5.548548960692328, 56.34690889907926 ], [ -5.547469050288686, 56.346787008606206 ], [ -5.547202986412135, 56.346363073861717 ], [ -5.546513903708298, 56.346526671949526 ], [ -5.546374974503776, 56.345379827305166 ], [ -5.545626448963164, 56.345077601179575 ], [ -5.545636483939999, 56.344488415091909 ], [ -5.54273923496327, 56.344670271256959 ], [ -5.542073418329626, 56.346393083534629 ], [ -5.541479192824886, 56.346706782446546 ], [ -5.541546657436863, 56.347608427789289 ], [ -5.540827039321185, 56.348141489763755 ], [ -5.541202415850667, 56.348697172114683 ], [ -5.539735279949309, 56.350074266713186 ], [ -5.538489604687309, 56.350348136023399 ], [ -5.53876537476653, 56.34974236553348 ], [ -5.5382945602954, 56.349728851452703 ], [ -5.538128971078906, 56.349252577336451 ], [ -5.535702298369818, 56.348575678209123 ], [ -5.534502180697902, 56.348816738756589 ], [ -5.531977941487252, 56.347346871071309 ], [ -5.530525022116882, 56.345904843244668 ], [ -5.524934957213725, 56.342822993377624 ], [ -5.524866903710771, 56.341945636690738 ], [ -5.523935248589743, 56.34295395336261 ], [ -5.523158538780365, 56.34197539465157 ], [ -5.523337057843795, 56.34273452587054 ], [ -5.521346381870585, 56.341436720872721 ], [ -5.522266457254584, 56.342465604452492 ], [ -5.521461231369129, 56.343178104689478 ], [ -5.519674940016858, 56.343715309177909 ], [ -5.517885043306974, 56.343142236078052 ], [ -5.515088408474019, 56.342922296107091 ], [ -5.512128013094086, 56.343209519943073 ], [ -5.510237301772642, 56.344566802195942 ], [ -5.508463171765068, 56.345080120485818 ], [ -5.506820142703865, 56.346668579220818 ], [ -5.505861866080094, 56.346987919810935 ], [ -5.504150155923544, 56.348888462635252 ], [ -5.503647095861314, 56.350146109707644 ], [ -5.498939853718328, 56.352138510442458 ], [ -5.491301393261995, 56.353301773755938 ], [ -5.490202032254253, 56.353143969440389 ], [ -5.486790362189959, 56.353464870008828 ], [ -5.48191810247965, 56.353129993823387 ], [ -5.480457113475685, 56.35273503330945 ], [ -5.47873177283195, 56.353170120962709 ], [ -5.477068952615477, 56.352425665155451 ], [ -5.469435763431889, 56.353956929279967 ], [ -5.464676980264295, 56.355762431567285 ], [ -5.463599786395908, 56.356651164770774 ], [ -5.458621385511181, 56.357559023981196 ], [ -5.45838400994515, 56.358424245886837 ], [ -5.457081315099127, 56.35870336948134 ], [ -5.455568633721504, 56.359882891712274 ], [ -5.452909128028709, 56.360829162250091 ], [ -5.44431281858984, 56.362215768608067 ], [ -5.44231234158818, 56.363523765203098 ], [ -5.442759072796681, 56.364525464457429 ], [ -5.441872593256288, 56.364897138606871 ], [ -5.442489603691905, 56.365218925252215 ], [ -5.441620989012462, 56.365806769597789 ], [ -5.442337210064029, 56.366581613790544 ], [ -5.442154331768093, 56.367301435519266 ], [ -5.44311096174784, 56.367688399084201 ], [ -5.444004531909094, 56.36777143508295 ], [ -5.444635538791479, 56.36751204132721 ], [ -5.44420058672971, 56.366857050533 ], [ -5.444574145119676, 56.366796313340849 ], [ -5.445276265464669, 56.367396220594912 ], [ -5.445890509691157, 56.367363845371329 ], [ -5.447645318856099, 56.368301251134831 ], [ -5.44802499137452, 56.368128852043633 ], [ -5.450398376741221, 56.36843584641521 ], [ -5.453252726709367, 56.367935527125077 ], [ -5.455362492721621, 56.366905703850932 ], [ -5.458613468142053, 56.366226067695642 ], [ -5.461014282858916, 56.364657575648764 ], [ -5.467400698377918, 56.362658323466377 ], [ -5.468049925489646, 56.361871451968469 ], [ -5.468362384667294, 56.360230921048014 ], [ -5.469489172211856, 56.359264337396546 ], [ -5.469241022398237, 56.358583515921218 ], [ -5.470357997813567, 56.358934310139816 ], [ -5.472815753730841, 56.358357431292141 ], [ -5.475762520276675, 56.357016064448715 ], [ -5.477010893799323, 56.355965079067602 ], [ -5.479539813663766, 56.35537257738676 ], [ -5.481143605374781, 56.355556751754413 ], [ -5.482793955438185, 56.356162152825618 ], [ -5.484527867019134, 56.355731264094182 ], [ -5.485590880987809, 56.355845189996309 ], [ -5.487429371239838, 56.357267872576152 ], [ -5.490727778876469, 56.358006549032268 ], [ -5.493886575455956, 56.357395992026973 ], [ -5.495663141046164, 56.357961701326971 ], [ -5.496097083331451, 56.357837065620799 ], [ -5.495045932299456, 56.359303444329058 ], [ -5.493937551008594, 56.359880458015695 ], [ -5.493272006700379, 56.36126131499595 ], [ -5.49044160681675, 56.362242895848588 ], [ -5.491058582862904, 56.362347773587338 ], [ -5.490363969816741, 56.362580433698916 ], [ -5.490739560925474, 56.362613899241204 ], [ -5.491118356857461, 56.362346088217755 ], [ -5.490554585019296, 56.362220830629745 ], [ -5.491714583538967, 56.362064951914469 ], [ -5.491464318355773, 56.362392074745962 ], [ -5.492216818466077, 56.362809594342991 ], [ -5.490954061605065, 56.362975567158607 ], [ -5.490602224911678, 56.363290267691525 ], [ -5.492974450029761, 56.363353732377654 ], [ -5.494675650982428, 56.362421951666583 ], [ -5.495748319418396, 56.362320645376229 ], [ -5.497403626331672, 56.361401808823032 ], [ -5.498459382075831, 56.361204756467082 ], [ -5.49827606564102, 56.360583289374773 ], [ -5.496965633542166, 56.361235266746931 ], [ -5.495934476775465, 56.361205947145045 ], [ -5.496348097592899, 56.360770809497872 ], [ -5.496227692268262, 56.359704325750641 ], [ -5.503124100280588, 56.355896946933754 ], [ -5.504251761340525, 56.355497315917582 ], [ -5.504185285864274, 56.355813870386406 ], [ -5.505090259506947, 56.355951882241456 ], [ -5.50534082466776, 56.356599307938438 ], [ -5.506634948320775, 56.356513211357246 ], [ -5.509021621003074, 56.354395714885428 ], [ -5.512769035349616, 56.352199105463946 ], [ -5.513315063079171, 56.350760383946586 ], [ -5.514503848199165, 56.349849147852822 ], [ -5.513805741549453, 56.349002262421905 ], [ -5.514631128326849, 56.348664156423368 ], [ -5.513959760550292, 56.348775820260173 ], [ -5.513898125396413, 56.34856359127506 ], [ -5.515051055734411, 56.347492432638248 ], [ -5.517790485519498, 56.346771777657857 ], [ -5.519091888279296, 56.345732321934847 ], [ -5.520417441375487, 56.345359276173866 ], [ -5.523745056980502, 56.346137593483299 ], [ -5.524002152404252, 56.34702844905523 ], [ -5.523127844074275, 56.347712356953039 ], [ -5.522897121144339, 56.348598216849531 ], [ -5.524101925379729, 56.349284081282917 ], [ -5.524391357888567, 56.349788313138873 ], [ -5.523595892335453, 56.350116642820048 ], [ -5.525381238795353, 56.351126718822471 ], [ -5.527062805471322, 56.35329054228859 ], [ -5.526815591241443, 56.353594279795928 ], [ -5.527647811219262, 56.354101022034165 ], [ -5.528637997206508, 56.354126747038364 ], [ -5.528538836852146, 56.354367828155638 ], [ -5.530711738576727, 56.354049639911267 ], [ -5.531978182991674, 56.354260760310353 ], [ -5.531856985547148, 56.353913578440633 ], [ -5.532817241458487, 56.354403148090917 ], [ -5.535471126398635, 56.354120598162048 ], [ -5.535247794830759, 56.355205868487005 ], [ -5.534456192792264, 56.355313883406339 ], [ -5.535015913190244, 56.356111566851858 ], [ -5.534379253982801, 56.356493870388086 ], [ -5.536768069028936, 56.356407668242376 ], [ -5.536463008566862, 56.356960324650295 ], [ -5.537391274425196, 56.357365362217308 ], [ -5.537737543644192, 56.358654635207039 ], [ -5.537324459426919, 56.358828272322647 ], [ -5.538135437167989, 56.35945243478487 ], [ -5.538203764300976, 56.361149738965871 ], [ -5.537536708536575, 56.361816135739211 ], [ -5.536790057856781, 56.36171159598603 ], [ -5.53709929576324, 56.362426518994212 ], [ -5.536592566891863, 56.362638791192211 ], [ -5.53634844556611, 56.363499886938278 ], [ -5.534511962070387, 56.364307550092612 ], [ -5.534708234959351, 56.365551662628569 ], [ -5.534104887032432, 56.365595857504886 ], [ -5.53427378316779, 56.365932685427353 ], [ -5.533544775302601, 56.366281654478932 ], [ -5.532920513254441, 56.367324413590062 ], [ -5.529886271603035, 56.369370931099553 ], [ -5.528648712179382, 56.370615457320632 ], [ -5.52936593507381, 56.371013086159245 ], [ -5.530946524399822, 56.37093655854013 ], [ -5.531553213947965, 56.370577609207132 ], [ -5.532920860637258, 56.370650980885671 ], [ -5.533877495294929, 56.371446337242496 ], [ -5.53345200992568, 56.37236204936962 ], [ -5.531721513518038, 56.373094712377636 ], [ -5.53012011604139, 56.374435039837849 ], [ -5.526897529573546, 56.37471566798061 ], [ -5.526300916918287, 56.375622739476739 ], [ -5.527668339666129, 56.375867002024371 ], [ -5.527665629623751, 56.37611792039813 ], [ -5.525401283404999, 56.37644223355295 ], [ -5.524816949087563, 56.376992015966898 ], [ -5.522932216109665, 56.377620152020384 ], [ -5.523164347178172, 56.378063083572293 ], [ -5.523890317661539, 56.378186279757621 ], [ -5.524116499594157, 56.379020474773107 ], [ -5.524800956205975, 56.378694412699495 ], [ -5.525537986765586, 56.379252435173044 ], [ -5.52454061201882, 56.379751937032879 ], [ -5.525487449035435, 56.380580902845701 ], [ -5.526605250227875, 56.379946699914825 ], [ -5.528652949465044, 56.379748117629582 ], [ -5.529516968180886, 56.379331500840031 ], [ -5.529994253666541, 56.379691012666932 ], [ -5.52311561415812, 56.383462487269007 ], [ -5.522723816172262, 56.384325949900507 ], [ -5.523700945011172, 56.384798036883566 ], [ -5.52293330489622, 56.385593074042006 ], [ -5.523807430713331, 56.386107649490881 ], [ -5.523277227533403, 56.386753879906486 ], [ -5.521115656318113, 56.387969753534804 ], [ -5.519767832483482, 56.389275748354095 ], [ -5.517491041479874, 56.390334794385247 ], [ -5.516020628212945, 56.390612996554047 ], [ -5.515780813143303, 56.391509879464166 ], [ -5.515055084611864, 56.392077108191486 ], [ -5.513818119055945, 56.392110405592085 ], [ -5.513989736286997, 56.392811303725345 ], [ -5.515484446047735, 56.393621206941638 ], [ -5.514057247497219, 56.395670215103365 ], [ -5.512281739833047, 56.396598056573858 ], [ -5.508761085715125, 56.397395500423272 ], [ -5.506522752606688, 56.3982995023052 ], [ -5.503424334384189, 56.40132889390997 ], [ -5.503167343140897, 56.402360191407361 ], [ -5.503621790246688, 56.402805861316878 ], [ -5.499506034473557, 56.404952263148758 ], [ -5.49794689065709, 56.405154527309051 ], [ -5.497549619329637, 56.405719562931949 ], [ -5.495974444312577, 56.405835944584979 ], [ -5.492626216352593, 56.407270869704483 ], [ -5.491839607137064, 56.407198640393929 ], [ -5.489428050088565, 56.407779942517884 ], [ -5.48672534785272, 56.410495652617165 ], [ -5.484111594246835, 56.411617472540449 ], [ -5.483291772441648, 56.41150206810417 ], [ -5.482194549586554, 56.411793633646084 ], [ -5.481879576249693, 56.411328684609437 ], [ -5.481406107102416, 56.411542477123888 ], [ -5.481216352198099, 56.411276294879421 ], [ -5.480272577138625, 56.411383721705747 ], [ -5.48013833445839, 56.410997303926628 ], [ -5.4794974875562, 56.411189717565101 ], [ -5.477489900776954, 56.410907135506818 ], [ -5.476954752325895, 56.412115193084688 ], [ -5.474705052288019, 56.412911924790663 ], [ -5.472837842990856, 56.412888751105555 ], [ -5.472667892437315, 56.414172860023619 ], [ -5.473138066517879, 56.414775530635218 ], [ -5.474455480041829, 56.414264799462302 ], [ -5.475265091493029, 56.414783323315284 ], [ -5.473993142010668, 56.41561464779997 ], [ -5.475219083124386, 56.417744283155152 ], [ -5.476586237493946, 56.418399101821194 ], [ -5.478819276730968, 56.418890248482214 ], [ -5.483777942097002, 56.421903020500665 ], [ -5.484215845424131, 56.422858988309677 ], [ -5.483604772424139, 56.425363842417937 ], [ -5.484079775832829, 56.425767649556107 ], [ -5.485781656157815, 56.425785424335245 ], [ -5.486411232912991, 56.426246909908478 ], [ -5.485542228577965, 56.427156919190516 ], [ -5.485949808697243, 56.427514966173788 ], [ -5.485105055355752, 56.42879649689678 ], [ -5.484338316271849, 56.429513021560709 ], [ -5.483427711643352, 56.429579974497067 ], [ -5.482553601904256, 56.430471223599802 ], [ -5.482971002037879, 56.431220091457526 ], [ -5.482616474003687, 56.432044593320299 ], [ -5.483462728601288, 56.432231190077978 ], [ -5.483218428931472, 56.432558117851784 ], [ -5.484054980265356, 56.433046165485656 ], [ -5.483315607292059, 56.433725950587451 ], [ -5.484195614228209, 56.433518709207874 ], [ -5.484245012043826, 56.434394794168071 ], [ -5.48356730259996, 56.435393807933799 ], [ -5.483911597507962, 56.435946037793478 ], [ -5.482926537345039, 56.436885357714957 ], [ -5.482125132069878, 56.436977100347214 ], [ -5.482117702554278, 56.436736363733601 ], [ -5.481506406272317, 56.436688803295041 ], [ -5.481494642871388, 56.436152401128986 ], [ -5.482088948797064, 56.435003803475333 ], [ -5.480164017068101, 56.434397063768486 ], [ -5.479493024374638, 56.43447703696787 ], [ -5.478393615118346, 56.435763865306406 ], [ -5.477941002364382, 56.43553472191725 ], [ -5.477065339720894, 56.436074443403889 ], [ -5.476322884791711, 56.436118643449454 ], [ -5.476139702282121, 56.435516923646411 ], [ -5.474482308141911, 56.435653297737012 ], [ -5.474235310992342, 56.436502627943774 ], [ -5.473449849832938, 56.436840206087965 ], [ -5.472546347676018, 56.436684812468073 ], [ -5.472021006569444, 56.437507770974364 ], [ -5.471215987211363, 56.437506941916951 ], [ -5.47126695456095, 56.437727578899896 ], [ -5.470789546637347, 56.437368742498968 ], [ -5.469318657977391, 56.438412354086559 ], [ -5.467745888703315, 56.443341767823654 ], [ -5.465510800243268, 56.445995311612151 ], [ -5.464635792445814, 56.446065619670037 ], [ -5.462822389871771, 56.446847206262071 ], [ -5.460938473259487, 56.448067667438821 ], [ -5.45847806298474, 56.448091376251774 ], [ -5.457203587551061, 56.448642971447761 ], [ -5.456923848382083, 56.44849433903665 ], [ -5.45549121610112, 56.449324532667859 ], [ -5.454485469649969, 56.449314800768875 ], [ -5.454203917202357, 56.449682260767226 ], [ -5.453175792570643, 56.449783723218637 ], [ -5.452828962109632, 56.450612406182302 ], [ -5.452384679341898, 56.450582523715276 ], [ -5.452416615924228, 56.450970018569244 ], [ -5.451549139388929, 56.451500329225532 ], [ -5.450539143175604, 56.451354928174858 ], [ -5.448428536960737, 56.45178315367184 ], [ -5.446937018323386, 56.452522280424169 ], [ -5.445769370352831, 56.451443529800017 ], [ -5.443951744828527, 56.451629786347645 ], [ -5.442622423830791, 56.452744645643996 ], [ -5.442862197864562, 56.453115581951089 ], [ -5.444329256817162, 56.453091018598457 ], [ -5.444786833103632, 56.453607837592443 ], [ -5.444522525544889, 56.453844434382702 ], [ -5.444147409576951, 56.453700221083174 ], [ -5.443890405049071, 56.454286337797321 ], [ -5.442980869828723, 56.454210905756455 ], [ -5.442979307419537, 56.4547314895919 ], [ -5.441619392484951, 56.454738677446834 ], [ -5.44175641733114, 56.455140337863902 ], [ -5.441063693624502, 56.455684599838939 ], [ -5.439797991726214, 56.455190189548276 ], [ -5.43825981298839, 56.455667984034939 ], [ -5.437039834291524, 56.455319719368205 ], [ -5.436031679560146, 56.455536457799852 ], [ -5.435570196515122, 56.454562109614372 ], [ -5.436582001711361, 56.453811248799816 ], [ -5.43774358893223, 56.453873446051318 ], [ -5.439016994237659, 56.453358948521164 ], [ -5.439350843227056, 56.450911512098209 ], [ -5.440166027067241, 56.449586197055645 ], [ -5.44051506556846, 56.449568420271852 ], [ -5.440087655222615, 56.450478414277129 ], [ -5.44158410403417, 56.450887299548327 ], [ -5.444463004848858, 56.449800433181487 ], [ -5.445259024433279, 56.448928727383787 ], [ -5.44493802116838, 56.448467452124106 ], [ -5.443448505802137, 56.448618514008729 ], [ -5.441496670946957, 56.447643316447213 ], [ -5.440033501816596, 56.447439387155661 ], [ -5.440223719436109, 56.44765796822908 ], [ -5.437312478476086, 56.447362922197044 ], [ -5.434915076191072, 56.447562424686041 ], [ -5.4319974151401, 56.449533887295793 ], [ -5.432138523434325, 56.450126038026696 ], [ -5.431260455505919, 56.449768254407054 ], [ -5.430286884910339, 56.450241113236977 ], [ -5.428829981779273, 56.450071040768535 ], [ -5.426344593354229, 56.451170037041166 ], [ -5.425893934486477, 56.451087193358141 ], [ -5.426779319412884, 56.450661759074222 ], [ -5.426854120251834, 56.450248835817632 ], [ -5.424252270032982, 56.450812490694311 ], [ -5.422214740948224, 56.450377878961703 ], [ -5.421356787907939, 56.451234954456929 ], [ -5.422015092804854, 56.451153855014219 ], [ -5.422147478028665, 56.450586511599731 ], [ -5.422709441963456, 56.450715742512074 ], [ -5.422085938732365, 56.452572360969413 ], [ -5.414931976896681, 56.455255404440102 ], [ -5.413902466518325, 56.455000562013815 ], [ -5.413807041458357, 56.453937847196485 ], [ -5.414502764204719, 56.453639992876639 ], [ -5.415695780850363, 56.451287651889047 ], [ -5.414356326347186, 56.449749456296182 ], [ -5.413566365129308, 56.450009449599172 ], [ -5.410049155574786, 56.450143096708516 ], [ -5.407588074378062, 56.450740284966372 ], [ -5.406759830439318, 56.452403758057919 ], [ -5.405150611288405, 56.453034124125679 ], [ -5.403161368284005, 56.453192126190324 ], [ -5.402131522456787, 56.452913822681865 ], [ -5.401618602855203, 56.453150852121567 ], [ -5.400272531080464, 56.452349888774862 ], [ -5.397783479587129, 56.452219440625818 ], [ -5.396596206944484, 56.452704176312842 ], [ -5.394230840453131, 56.455068633295127 ], [ -5.39198097008255, 56.454963883123447 ], [ -5.391406177562206, 56.455418324917076 ], [ -5.390982010834828, 56.455122462644354 ], [ -5.388476245986688, 56.455716887259562 ], [ -5.387819819015974, 56.455583789636762 ], [ -5.387823350965502, 56.455131489418896 ], [ -5.385928329632295, 56.454836232199504 ], [ -5.38534254573456, 56.454438681071842 ], [ -5.384997014392876, 56.454697140881855 ], [ -5.384796318572441, 56.454467078396355 ], [ -5.381668079214649, 56.454470623563608 ], [ -5.378784237424253, 56.453954095453931 ], [ -5.375796830515778, 56.454025576021749 ], [ -5.37154480294718, 56.454995323477746 ], [ -5.371131955204905, 56.454806968776602 ], [ -5.370560006943136, 56.455497671625217 ], [ -5.369612345883647, 56.454642401169181 ], [ -5.366271788222393, 56.454393312309236 ], [ -5.362524522141777, 56.455676279092124 ], [ -5.358516112234589, 56.456358475968806 ], [ -5.35245401765781, 56.459051406255064 ], [ -5.349895806284627, 56.459741748959615 ], [ -5.348125202430929, 56.459383219666528 ], [ -5.347125638654146, 56.458376355395266 ], [ -5.343963256555111, 56.458105670970397 ], [ -5.340303374554955, 56.456089872313761 ], [ -5.339270602584001, 56.454646032299664 ], [ -5.339262861613276, 56.452857238645258 ], [ -5.338643293351289, 56.452346211855179 ], [ -5.337630365128187, 56.452162217682847 ], [ -5.335272699010648, 56.45239736620448 ], [ -5.334458154541585, 56.4534387332629 ], [ -5.333857143540918, 56.453564571220518 ], [ -5.33326089109084, 56.452800274274928 ], [ -5.331997513544596, 56.452740734801949 ], [ -5.331310295027688, 56.452401400466385 ], [ -5.330464133256165, 56.450562316265462 ], [ -5.328743312952459, 56.450487162281931 ], [ -5.325242011279331, 56.451195121675369 ], [ -5.324280616628102, 56.452305083621198 ], [ -5.322056092814571, 56.453470460264633 ], [ -5.321569049902648, 56.454399578355826 ], [ -5.320300959079379, 56.454769762190089 ], [ -5.318539475739943, 56.456983478390228 ], [ -5.316093716958973, 56.457758207476061 ], [ -5.312652905147544, 56.455462464232859 ], [ -5.312997684626978, 56.453214776391476 ], [ -5.306236958486306, 56.454718530864781 ], [ -5.305063607142621, 56.4548729711208 ], [ -5.303796300920547, 56.454600189372208 ], [ -5.299927928897978, 56.456119990539833 ], [ -5.295978961393322, 56.453529871404363 ], [ -5.293728728187604, 56.453603148054121 ], [ -5.292505290915484, 56.454004220926301 ], [ -5.290809684213338, 56.452138901314392 ], [ -5.288953518605906, 56.452732030646445 ], [ -5.288162792710749, 56.452411389742053 ], [ -5.28616229888164, 56.450207988852618 ], [ -5.286786928871096, 56.449171093145154 ], [ -5.286127715343903, 56.448680643411272 ], [ -5.286616918695677, 56.449269992327089 ], [ -5.285799285191112, 56.449858018111932 ], [ -5.2839765281069, 56.449991710034347 ], [ -5.280361250578109, 56.450986383079844 ], [ -5.279558279461383, 56.450616569128272 ], [ -5.277993926976289, 56.45120630930036 ], [ -5.275056929340908, 56.45376508394299 ], [ -5.27174291673731, 56.452513098517755 ], [ -5.270660381048306, 56.4509684555861 ], [ -5.269229319480927, 56.450561203391395 ], [ -5.268813993716228, 56.45082835984315 ], [ -5.269416702392564, 56.453118331713767 ], [ -5.270121288376561, 56.453382928629097 ], [ -5.269393929137407, 56.45502475135266 ], [ -5.270637345309695, 56.455702149871712 ], [ -5.2690286604331, 56.457196406399994 ], [ -5.266973254083341, 56.45793378981962 ], [ -5.263386373259271, 56.454827902450013 ], [ -5.262277499929112, 56.453256914772695 ], [ -5.257660898748783, 56.449490249089685 ], [ -5.253906455311482, 56.444615747243404 ], [ -5.25222062780927, 56.443748426794293 ], [ -5.251417351932677, 56.442040782769354 ], [ -5.252079528984218, 56.441775300713402 ], [ -5.252118508449185, 56.441206131405174 ], [ -5.249606994395196, 56.439086599279662 ], [ -5.247912933529735, 56.438384850164681 ], [ -5.248642127316485, 56.437538296118611 ], [ -5.248692476150653, 56.437479842987862 ], [ -5.247739186790669, 56.43741402442096 ], [ -5.247225365805435, 56.436964516792209 ], [ -5.247759654183556, 56.437482708573867 ], [ -5.248587473610263, 56.43753485317346 ], [ -5.247572570150249, 56.438066543170414 ], [ -5.245132850215062, 56.437544303618232 ], [ -5.241839994538319, 56.438092520221183 ], [ -5.240348257080243, 56.438678088068265 ], [ -5.239919038515882, 56.43847804948669 ], [ -5.239848500093984, 56.438754975420764 ], [ -5.23875526115196, 56.437750632236309 ], [ -5.239718015939549, 56.437641873735217 ], [ -5.239665027356391, 56.437095790177658 ], [ -5.239252404189719, 56.436804520677306 ], [ -5.238581595686759, 56.436873287004694 ], [ -5.239470827029129, 56.437082885584182 ], [ -5.239688153536757, 56.437481739787259 ], [ -5.23821417687317, 56.437475300661191 ], [ -5.237597322158808, 56.436652679841153 ], [ -5.236781321935408, 56.436826810722657 ], [ -5.237205604489763, 56.436282648168614 ], [ -5.236463928096484, 56.436720029950287 ], [ -5.237175778334507, 56.437152723095316 ], [ -5.237148348260569, 56.437574153445674 ], [ -5.236413180135082, 56.437516036772081 ], [ -5.23595353050921, 56.437072261838999 ], [ -5.236170695469172, 56.436496651657954 ], [ -5.235604670144514, 56.436977087738839 ], [ -5.235708270566668, 56.436745148684551 ], [ -5.235514246595221, 56.43696326637329 ], [ -5.235070154432451, 56.436721348611592 ], [ -5.235503724466632, 56.437507412516858 ], [ -5.234306638304457, 56.437226708930488 ], [ -5.232398219368651, 56.437836534080162 ], [ -5.231845692155152, 56.437636087367906 ], [ -5.232612392846549, 56.439478743603864 ], [ -5.231079658234104, 56.441494611154241 ], [ -5.230492560199904, 56.441938713429849 ], [ -5.229746072968783, 56.441939283381934 ], [ -5.229080321996835, 56.443005708800655 ], [ -5.22872091685071, 56.444201693497448 ], [ -5.229619659788919, 56.444789578147798 ], [ -5.228147669126311, 56.444331686521224 ], [ -5.229557414142128, 56.441915431082847 ], [ -5.229180836447939, 56.441111682172355 ], [ -5.226754740400184, 56.440175206215422 ], [ -5.223860319984142, 56.440030258920281 ], [ -5.224296703713431, 56.440181622109719 ], [ -5.224098377372878, 56.440445679318337 ], [ -5.226859388188714, 56.440701069828641 ], [ -5.228547108336438, 56.44173318533943 ], [ -5.22826897808546, 56.442433524385855 ], [ -5.226061182495136, 56.442962044182316 ], [ -5.225349431012943, 56.444157296447877 ], [ -5.222063803120657, 56.444091698538884 ], [ -5.219780515931214, 56.44453576571653 ], [ -5.215575676975857, 56.444405764826378 ], [ -5.215357146984437, 56.444719773124056 ], [ -5.213502987347078, 56.445095959877818 ], [ -5.210579954625978, 56.446807774632127 ], [ -5.209277872367881, 56.446765071761767 ], [ -5.205047898754314, 56.447899284415826 ], [ -5.204067174497848, 56.447529092468791 ], [ -5.203767268408034, 56.447918895143687 ], [ -5.201190767733242, 56.448066344079535 ], [ -5.19785947228827, 56.446862312812229 ], [ -5.196836718541881, 56.447342653814857 ], [ -5.196021060253763, 56.447004101563714 ], [ -5.190507346203394, 56.448319219042226 ], [ -5.189190083725168, 56.448869998402543 ], [ -5.187272156841674, 56.450582356731836 ], [ -5.182892612061042, 56.451881450725104 ], [ -5.18131365124984, 56.453090591814913 ], [ -5.175147507829704, 56.454871209686914 ], [ -5.174108807965694, 56.456430489679626 ], [ -5.169970890620167, 56.45752515942052 ], [ -5.169517520919291, 56.458026667509387 ], [ -5.170076956493653, 56.458115746505648 ], [ -5.169819254148234, 56.45930892975862 ], [ -5.167396034527401, 56.461209164112212 ], [ -5.166570557057726, 56.461630269053828 ], [ -5.162676814875033, 56.462448768898767 ], [ -5.162574969542547, 56.463273890250854 ], [ -5.165113657327472, 56.464413702722346 ], [ -5.165332094029782, 56.465086823762498 ], [ -5.161109568279604, 56.468107054748614 ], [ -5.161337285217027, 56.468892311915418 ], [ -5.160763928694925, 56.469711468100087 ], [ -5.158772161409463, 56.469879066978244 ], [ -5.157465988931198, 56.470577531702247 ], [ -5.156914789782655, 56.471957936170035 ], [ -5.152487741021934, 56.472627860826272 ], [ -5.152160115229364, 56.472887886789991 ], [ -5.150314303465657, 56.472957250319261 ], [ -5.149602137525044, 56.473770886048982 ], [ -5.146345407667739, 56.474710209340415 ], [ -5.14661968166264, 56.475217438797301 ], [ -5.145196412637902, 56.475487253388813 ], [ -5.141799856220731, 56.475465451525643 ], [ -5.135344745379872, 56.476860292760477 ], [ -5.135141725672517, 56.477746368194076 ], [ -5.135954563946894, 56.478049435983301 ], [ -5.137133866764485, 56.478069060438486 ], [ -5.139479945009797, 56.47884121609421 ], [ -5.140536427203931, 56.478553787638681 ], [ -5.141656895076968, 56.478745654473983 ], [ -5.142784713190729, 56.479517131990079 ], [ -5.141809442010699, 56.480099168038429 ], [ -5.14144381383223, 56.481178147413331 ], [ -5.142843784630911, 56.48160563671275 ], [ -5.142649791241322, 56.481911690801439 ], [ -5.143120475928198, 56.482200906988318 ], [ -5.144163842102435, 56.482048619786561 ], [ -5.143196085909493, 56.482329335571251 ], [ -5.142199169365121, 56.483828825175145 ], [ -5.139028730787816, 56.485077681304055 ], [ -5.137871896117436, 56.487102553378016 ], [ -5.135568196582134, 56.487538340527955 ], [ -5.136746656185552, 56.488331067428604 ], [ -5.136318756479499, 56.489937471176702 ], [ -5.132032829882179, 56.490180569184666 ], [ -5.131634254848461, 56.490765938474723 ], [ -5.12998021456928, 56.490609910672909 ], [ -5.130384942918029, 56.490887355026899 ], [ -5.128437456743409, 56.490325206578582 ], [ -5.125056889116926, 56.490316007995744 ], [ -5.11965145391555, 56.4893940045203 ], [ -5.119541407944025, 56.489636781991464 ], [ -5.118365809739678, 56.489468570999335 ], [ -5.126488731889661, 56.490832772846794 ], [ -5.128223710816179, 56.492070004284919 ], [ -5.124051500911216, 56.49359990214522 ], [ -5.121764328093914, 56.496812661008512 ], [ -5.120748860652498, 56.497705656614507 ], [ -5.119817390991629, 56.497940322983823 ], [ -5.118911323933954, 56.498978872994591 ], [ -5.118569209818407, 56.500057179827351 ], [ -5.119412253127549, 56.50141582661184 ], [ -5.118037141347177, 56.503077419234202 ], [ -5.117735154834589, 56.504150219652814 ], [ -5.112105535302949, 56.506165747499473 ], [ -5.110791334239495, 56.506989736692859 ], [ -5.109456206567502, 56.507261404918687 ], [ -5.110067139570137, 56.507277559403164 ], [ -5.110000653412651, 56.507755648489521 ], [ -5.109166290451271, 56.507691156204814 ], [ -5.106994836999601, 56.50926469238469 ], [ -5.105680580131522, 56.511679695580121 ], [ -5.105116783718149, 56.511644361145279 ], [ -5.10410721993764, 56.512420201993073 ], [ -5.103330609796132, 56.512466588463852 ], [ -5.102949845529967, 56.514669444439321 ], [ -5.103582503690688, 56.515049147372643 ], [ -5.103423418522731, 56.515390215557844 ], [ -5.101983209546419, 56.516468947898417 ], [ -5.099532835084991, 56.517424569919555 ], [ -5.099141393472377, 56.519798467999607 ], [ -5.09782550489469, 56.522303304206432 ], [ -5.098243947224194, 56.523344581737383 ], [ -5.09746657659409, 56.52497751549722 ], [ -5.09747946195877, 56.526330046663794 ], [ -5.09697253959023, 56.527093278900601 ], [ -5.095727103754594, 56.527776046113992 ], [ -5.095939081292434, 56.528499771972733 ], [ -5.09502290170382, 56.528314967818339 ], [ -5.092137909235009, 56.52903855902921 ], [ -5.085599717213824, 56.528945036020865 ], [ -5.081705100127523, 56.528556360602749 ], [ -5.078861499056726, 56.527889813011186 ], [ -5.068520923298114, 56.527736816699921 ], [ -5.061762041985486, 56.527121642967316 ], [ -5.058051173451293, 56.528804140248106 ], [ -5.057329737955891, 56.529842149578329 ], [ -5.057564263881239, 56.531742024689343 ], [ -5.055078303023138, 56.533290881713235 ], [ -5.051903839936707, 56.536191460843511 ], [ -5.04531166049484, 56.537058935200491 ], [ -5.040592929026405, 56.538671214604761 ], [ -5.039310484273524, 56.538199234338066 ], [ -5.032555624868822, 56.538261009195267 ], [ -5.026749318184725, 56.536245356354456 ], [ -5.02274044153349, 56.536158738211569 ], [ -5.021408278698406, 56.536487789876304 ], [ -5.020296512377517, 56.537337310541169 ], [ -5.01771038797967, 56.538366478887852 ], [ -5.01126587580293, 56.53864876502503 ], [ -5.009914162068998, 56.539553444888959 ], [ -5.006748762751037, 56.540771698027832 ], [ -5.00535734544394, 56.542306498252209 ], [ -5.000466110293379, 56.541768595055842 ], [ -4.994337563880046, 56.542145727939264 ], [ -4.992471185415111, 56.544060363131798 ], [ -4.988244014682664, 56.546269992725883 ], [ -4.987036839569381, 56.549328214233839 ], [ -4.989139427115157, 56.552567483272533 ], [ -4.989334932155537, 56.553807709080196 ], [ -4.988938086861523, 56.554347590795167 ], [ -4.985144683384163, 56.556501712107021 ], [ -4.982323903451869, 56.555302070618644 ], [ -4.979034610056255, 56.554765281078787 ], [ -4.972837053944354, 56.554810396633755 ], [ -4.971158918894817, 56.554580890742209 ], [ -4.972004898823364, 56.557792058042999 ], [ -4.970904645825094, 56.559225094507539 ], [ -4.964313858094313, 56.560910606508685 ], [ -4.958882167556316, 56.561395150445883 ], [ -4.955883546177503, 56.562603589604542 ], [ -4.951548860723732, 56.563695393052299 ], [ -4.951348998768744, 56.564473155631859 ], [ -4.952938580025163, 56.565442098687576 ], [ -4.952739665414607, 56.568215296763121 ], [ -4.950542814686047, 56.572199970652591 ], [ -4.947488666232564, 56.575742028566161 ], [ -4.945633225988197, 56.574604040121791 ], [ -4.942102541465933, 56.574328152464687 ], [ -4.936029375130748, 56.574548211028471 ], [ -4.933863982716972, 56.574343188393463 ], [ -4.933474394652223, 56.574779339211368 ], [ -4.929566267243827, 56.57562208106458 ], [ -4.928380790855308, 56.575348912534146 ], [ -4.927377750431135, 56.574275956993937 ], [ -4.926449562615734, 56.574486579141201 ], [ -4.919051988832323, 56.572525839069634 ], [ -4.915645099951879, 56.570363222308103 ], [ -4.909347355669332, 56.569454714027671 ], [ -4.904949691673195, 56.570389039366553 ], [ -4.90219437901691, 56.571828651249213 ], [ -4.900693919358508, 56.57062778890532 ], [ -4.896886136922682, 56.569273996224645 ], [ -4.896264511887277, 56.569661505398493 ], [ -4.89523760278367, 56.569752852004036 ], [ -4.884691533302349, 56.569171228539588 ], [ -4.881736740468961, 56.567891549940533 ], [ -4.880062092916964, 56.566209119596905 ], [ -4.878537055450145, 56.566064696739048 ], [ -4.876147395502471, 56.566111052057067 ], [ -4.871187693239054, 56.567475141224669 ], [ -4.870695517073438, 56.569895373231809 ], [ -4.869574172406844, 56.570352713704501 ], [ -4.869018035514264, 56.571071136121454 ], [ -4.866743303903386, 56.571671924736712 ], [ -4.863572309239797, 56.571187774317721 ], [ -4.862460283397231, 56.571339233541806 ], [ -4.860640809007785, 56.57085532452399 ], [ -4.856618962938894, 56.571716349533723 ], [ -4.854725695170063, 56.571548639116642 ], [ -4.847938148010654, 56.57179428199801 ], [ -4.842974551430723, 56.572478701392292 ], [ -4.838624381647697, 56.573854479566094 ], [ -4.837954832221231, 56.572633899549068 ], [ -4.835454528094155, 56.570556290927364 ], [ -4.834685416366727, 56.570722144743897 ], [ -4.831928276572274, 56.569342416326855 ], [ -4.830813821188007, 56.569462188077452 ], [ -4.83003958391114, 56.569232651157357 ], [ -4.820774558257047, 56.571951023117592 ], [ -4.820219483814626, 56.573024221226213 ], [ -4.818151251711044, 56.57411376731023 ], [ -4.808736393103495, 56.572205748044617 ], [ -4.80565740143609, 56.572513492876602 ], [ -4.801114562442547, 56.573613659894654 ], [ -4.795438962136069, 56.578010792660194 ], [ -4.79200558997703, 56.57882050437987 ], [ -4.788116301892141, 56.580849236964298 ], [ -4.782170454784687, 56.582712680854954 ], [ -4.78063996012121, 56.587263398048748 ], [ -4.779456558939769, 56.587784207559466 ], [ -4.774461301892191, 56.588524974729957 ], [ -4.772728892474423, 56.588001887275325 ], [ -4.769774118340927, 56.58646701572264 ], [ -4.767586626904444, 56.586289249900275 ], [ -4.766102494535096, 56.586508340253417 ], [ -4.763769452182876, 56.585274069042775 ], [ -4.758306082202149, 56.585603062386305 ], [ -4.754508045381432, 56.584689638256819 ], [ -4.752583681178834, 56.585507030802852 ], [ -4.750313336797751, 56.585083630281673 ], [ -4.748044417721309, 56.58577825087918 ], [ -4.74721794809791, 56.586621610020124 ], [ -4.726201365928847, 56.587821378394956 ], [ -4.722662120883628, 56.590338250017027 ], [ -4.718705310252425, 56.592446215449868 ], [ -4.717918148269296, 56.593144704614303 ], [ -4.717955994333281, 56.593762237167553 ], [ -4.716688174656039, 56.594551218117523 ], [ -4.713948985514472, 56.595360634341951 ], [ -4.712890691187323, 56.596778638059696 ], [ -4.709655492929613, 56.596489690127221 ], [ -4.706905264641005, 56.597581403412732 ], [ -4.706742739021398, 56.59790580520653 ], [ -4.706215909250123, 56.597670112111615 ], [ -4.70356737114342, 56.598409013266476 ], [ -4.704250504458697, 56.598825566195302 ], [ -4.704115468689303, 56.599284182324283 ], [ -4.704906024721841, 56.599539312014457 ], [ -4.704469524230979, 56.600179748657347 ], [ -4.705284222749224, 56.600521532096778 ], [ -4.704109011269419, 56.601906047525063 ], [ -4.704285657511581, 56.602963657378098 ], [ -4.703260315115862, 56.603254690378272 ], [ -4.703308963105727, 56.604345642647026 ], [ -4.702241120960732, 56.605570517412254 ], [ -4.701296226392823, 56.605004152609851 ], [ -4.700858964884243, 56.603810195610762 ], [ -4.697252375423643, 56.603347434618591 ], [ -4.695265985158872, 56.602569936733104 ], [ -4.694988482332904, 56.602014220530748 ], [ -4.694143383983753, 56.601725157940663 ], [ -4.691942813603724, 56.602331863008537 ], [ -4.69051008368453, 56.602142679504801 ], [ -4.687924116588767, 56.600766877984107 ], [ -4.686587351679797, 56.600642982921897 ], [ -4.686034017560361, 56.600996471922222 ], [ -4.684182657468669, 56.601198237352342 ], [ -4.684027863297066, 56.601772297383754 ], [ -4.683060106999717, 56.602026866991416 ], [ -4.682945190312936, 56.602474237218132 ], [ -4.680623112737606, 56.603737663687838 ], [ -4.680018880960735, 56.603719233672457 ], [ -4.680265693190243, 56.604212728615394 ], [ -4.679658161481382, 56.604607800623192 ], [ -4.677317930740578, 56.605503059264962 ], [ -4.675576589544203, 56.605536052240218 ], [ -4.672904685409446, 56.607620238399221 ], [ -4.672737131855817, 56.608477666563651 ], [ -4.668442125289698, 56.609738312616905 ], [ -4.6674946116911, 56.609475534012041 ], [ -4.666758708383303, 56.609671072511766 ], [ -4.665178917629339, 56.610495856598888 ], [ -4.66319102046207, 56.610965363230783 ], [ -4.663065811029671, 56.611385969001979 ], [ -4.662727059981491, 56.611204484032591 ], [ -4.66037418967365, 56.611699735330511 ], [ -4.659372946347272, 56.611599821374895 ], [ -4.657594906666315, 56.612621979166704 ], [ -4.643397357253448, 56.614470476101431 ], [ -4.642237073269889, 56.614310891810831 ], [ -4.641156545456457, 56.613542943381447 ], [ -4.640302725529141, 56.613570063757564 ], [ -4.639973193214471, 56.614102831829769 ], [ -4.639134388462757, 56.614228488169879 ], [ -4.636216698016423, 56.613876953151674 ], [ -4.633600184445053, 56.613168458250733 ], [ -4.632513160296989, 56.613474583628303 ], [ -4.631720275196879, 56.614142962559569 ], [ -4.627738537395183, 56.614896739710687 ], [ -4.626435330752743, 56.615611816534937 ], [ -4.625371177503009, 56.615427576035444 ], [ -4.621420480989591, 56.61616251718106 ], [ -4.616384241328916, 56.616052884489868 ] ] ], [ [ [ -6.76031854164221, 56.551981327424166 ], [ -6.75978729495955, 56.551448455577322 ], [ -6.76064816438452, 56.550911636025788 ], [ -6.761312253225401, 56.551529365883383 ], [ -6.761515712138157, 56.550945805545808 ], [ -6.762492349531207, 56.551070239415843 ], [ -6.762716856843833, 56.551430458964781 ], [ -6.762926538838707, 56.551219995067576 ], [ -6.76275664701039, 56.551811265336198 ], [ -6.761516817505855, 56.551795893978316 ], [ -6.761654419153098, 56.552177443643998 ], [ -6.761172594740005, 56.551908064676681 ], [ -6.761012718241341, 56.552773328192849 ], [ -6.76031854164221, 56.551981327424166 ] ] ], [ [ [ -6.29495023429319, 56.570613104701657 ], [ -6.2952544061311, 56.570278802646364 ], [ -6.295774340515841, 56.570625058016034 ], [ -6.295740966823264, 56.5709050207481 ], [ -6.295347900161553, 56.570815194966961 ], [ -6.29495023429319, 56.570613104701657 ] ] ], [ [ [ -6.754089074814749, 56.556070559353898 ], [ -6.752982539348427, 56.555820591699039 ], [ -6.753341379741802, 56.555370533080811 ], [ -6.752743473724133, 56.555343965224125 ], [ -6.752506430761425, 56.554948225322491 ], [ -6.752315226770799, 56.555306396635203 ], [ -6.752608373205097, 56.554463031015025 ], [ -6.751978150013785, 56.553789982880673 ], [ -6.752953026055598, 56.552992465378757 ], [ -6.752282772931435, 56.552973166339932 ], [ -6.752716093634422, 56.552727164560544 ], [ -6.751868609367601, 56.551491192204743 ], [ -6.751175807953702, 56.551162388195024 ], [ -6.750786627442383, 56.551370709982265 ], [ -6.750555340974131, 56.551150169492324 ], [ -6.750398241442016, 56.551520525785811 ], [ -6.750084221175328, 56.551289658959689 ], [ -6.747224736019557, 56.547322136193287 ], [ -6.746566843677503, 56.547335620599412 ], [ -6.746738422111426, 56.547028587134847 ], [ -6.746169313063883, 56.546983795935859 ], [ -6.743878334099398, 56.545298330600282 ], [ -6.742399902063558, 56.543688811783809 ], [ -6.741291169471853, 56.543287700311296 ], [ -6.740169752195316, 56.543396237130757 ], [ -6.738868314521722, 56.543029457736431 ], [ -6.739141808314193, 56.542547617740915 ], [ -6.734403983927208, 56.541759706015455 ], [ -6.73156608587184, 56.542700133714114 ], [ -6.731322116062999, 56.542507032471754 ], [ -6.729605658285441, 56.542909849508597 ], [ -6.726557861574161, 56.540606137622369 ], [ -6.726603380938248, 56.539862239432431 ], [ -6.726161641942433, 56.539910560123218 ], [ -6.725697824411244, 56.539455949271861 ], [ -6.725550854441764, 56.538148145967632 ], [ -6.725186525483104, 56.53822949751153 ], [ -6.724950446996936, 56.537577292789734 ], [ -6.72500857113138, 56.536738458330262 ], [ -6.725469831997634, 56.536585944071675 ], [ -6.725141567178921, 56.535847293408402 ], [ -6.724610748089089, 56.536029444436139 ], [ -6.724508504435076, 56.535731976713016 ], [ -6.72551174310349, 56.534834641356241 ], [ -6.724533398752057, 56.534692000533042 ], [ -6.724155720943283, 56.534013703923215 ], [ -6.724291232095936, 56.533468786769461 ], [ -6.724692659241196, 56.533880798642066 ], [ -6.724448250862619, 56.532900560171342 ], [ -6.725066463129665, 56.532832025771704 ], [ -6.724330942800754, 56.532351780878471 ], [ -6.724398850589268, 56.531656508448783 ], [ -6.726567977226923, 56.532275529119751 ], [ -6.727103755480003, 56.531872779092289 ], [ -6.724381284891373, 56.530798068052349 ], [ -6.723376857720041, 56.529662366328303 ], [ -6.723859260605226, 56.529679973251604 ], [ -6.724086385434975, 56.529086586212522 ], [ -6.724953142427481, 56.52879267966199 ], [ -6.725523520300865, 56.528928372431771 ], [ -6.725832730819657, 56.529645257618469 ], [ -6.725958708546379, 56.529415558249013 ], [ -6.726553679206344, 56.529487337764891 ], [ -6.726299759825715, 56.528430999492606 ], [ -6.725631623634245, 56.528424979007248 ], [ -6.725278570872278, 56.527943658230939 ], [ -6.725638618690307, 56.527241748877735 ], [ -6.726834379959059, 56.528410620455432 ], [ -6.727306427748236, 56.52828017555688 ], [ -6.726746642883072, 56.526794698319037 ], [ -6.727651612584655, 56.527003086689106 ], [ -6.727480375941408, 56.526478855642537 ], [ -6.728487320464346, 56.527178126229913 ], [ -6.727942056191237, 56.526200370132216 ], [ -6.728385853555557, 56.525909070809405 ], [ -6.72971152681267, 56.52700998983503 ], [ -6.730143564420768, 56.526494234108632 ], [ -6.731377897942175, 56.527058864203106 ], [ -6.731694876043265, 56.526794881741914 ], [ -6.731152349083538, 56.525969964784984 ], [ -6.731504226083443, 56.525659671220048 ], [ -6.731896944278089, 56.525806611512962 ], [ -6.731582100081121, 56.525305857373887 ], [ -6.731993730213281, 56.524952800130656 ], [ -6.734244131010787, 56.526315244217351 ], [ -6.733049264273379, 56.52538929736042 ], [ -6.733253577765307, 56.524679813001136 ], [ -6.735233418898394, 56.525349082977137 ], [ -6.735242585777647, 56.525839013288049 ], [ -6.736227802329777, 56.526506667925617 ], [ -6.736072237266464, 56.52738432002112 ], [ -6.736778637325359, 56.527058669649961 ], [ -6.737733397394153, 56.527859717960631 ], [ -6.737000244450584, 56.526292742119537 ], [ -6.737804296744743, 56.526266519100126 ], [ -6.738730673787666, 56.527217977713143 ], [ -6.738482556450903, 56.528305179151261 ], [ -6.740032389151914, 56.528319709192651 ], [ -6.741665886564698, 56.530172502034453 ], [ -6.742600614416215, 56.529980223944769 ], [ -6.74194606295, 56.528600981194963 ], [ -6.741993280888297, 56.527041067489243 ], [ -6.743050302182595, 56.527176059910055 ], [ -6.743150539062131, 56.528210365089997 ], [ -6.743604378902436, 56.52822089106899 ], [ -6.744720645454185, 56.526866561675199 ], [ -6.745139490276252, 56.526857729977742 ], [ -6.745199124497837, 56.527580527045764 ], [ -6.745964175812049, 56.526970102834149 ], [ -6.746713458155504, 56.527195108512473 ], [ -6.746473492887706, 56.526605159341237 ], [ -6.747257686836495, 56.52713469026051 ], [ -6.747437491149169, 56.526712189241103 ], [ -6.748294504433297, 56.526602006344213 ], [ -6.747630274916647, 56.525445362879054 ], [ -6.74892573092594, 56.526690281914391 ], [ -6.749215363980726, 56.52631304947505 ], [ -6.749556494488177, 56.526658025077545 ], [ -6.749463659495074, 56.52548939672473 ], [ -6.750108473517115, 56.524829573928393 ], [ -6.750709565567793, 56.525261743866025 ], [ -6.750142444256492, 56.525814239229348 ], [ -6.750831518159083, 56.526052321929072 ], [ -6.750965562570442, 56.527043048555498 ], [ -6.751678194010645, 56.527546507667019 ], [ -6.752434677230697, 56.52762096955945 ], [ -6.752551583471967, 56.528319080794049 ], [ -6.754158465137526, 56.528580438452217 ], [ -6.753730450915943, 56.528218114394065 ], [ -6.753988379022852, 56.527925748979463 ], [ -6.754337814288781, 56.528167839048209 ], [ -6.754439222962047, 56.52774383422701 ], [ -6.754878941358841, 56.527849319034253 ], [ -6.75466406901133, 56.527447338097062 ], [ -6.755120201162949, 56.527398359742499 ], [ -6.754664310044911, 56.526878777254055 ], [ -6.755451498337381, 56.527444128318677 ], [ -6.755177860871223, 56.527702014893656 ], [ -6.755884833977247, 56.527745069180845 ], [ -6.755696596333287, 56.527555275162172 ], [ -6.756498254627668, 56.527807901260843 ], [ -6.758083796417758, 56.527471786926846 ], [ -6.756266925270555, 56.52661399959127 ], [ -6.756657862614794, 56.526227464354804 ], [ -6.756131781053996, 56.525887802591548 ], [ -6.75623312343369, 56.525411620971553 ], [ -6.755135435812844, 56.525263907103032 ], [ -6.754755399309406, 56.524855666329316 ], [ -6.754770423132199, 56.524482652825291 ], [ -6.755273086503945, 56.524700871276416 ], [ -6.754937940081041, 56.524261222396518 ], [ -6.755410499128644, 56.524485992416544 ], [ -6.75522740911581, 56.523844397706753 ], [ -6.757179955012724, 56.525368998864771 ], [ -6.757777615399312, 56.525332571960313 ], [ -6.75753657115555, 56.524709396596599 ], [ -6.759575434230438, 56.525650402616563 ], [ -6.763056028450442, 56.524218602053175 ], [ -6.764276323687053, 56.523257710357122 ], [ -6.764054235373904, 56.522915395714286 ], [ -6.765860375503927, 56.522976424330487 ], [ -6.768287594177875, 56.524816368412452 ], [ -6.769052866702218, 56.52488319331912 ], [ -6.770095156837986, 56.525637457299801 ], [ -6.771327343705327, 56.525818547604722 ], [ -6.771778170907049, 56.526502898007678 ], [ -6.77350886243998, 56.52706151185356 ], [ -6.77923209123837, 56.52777124224378 ], [ -6.781696229342511, 56.527665440010196 ], [ -6.789473364414486, 56.526542106014112 ], [ -6.79589597486182, 56.52512431957971 ], [ -6.796216627808023, 56.524687290891102 ], [ -6.796383652325585, 56.524965112049188 ], [ -6.797651800403953, 56.524915145835813 ], [ -6.804790504627618, 56.523667990617199 ], [ -6.804844077614657, 56.523025375615887 ], [ -6.809958091550525, 56.519706233639084 ], [ -6.813947509866229, 56.515560587350656 ], [ -6.814619366237682, 56.513420343931642 ], [ -6.814372421549625, 56.512565382634634 ], [ -6.811588815256465, 56.511620889203243 ], [ -6.809492076565517, 56.512394980850928 ], [ -6.808641323574977, 56.512422589216229 ], [ -6.808272650550457, 56.51277425383865 ], [ -6.806905692945953, 56.512529491174824 ], [ -6.807738855488372, 56.512106737650399 ], [ -6.806863337882269, 56.511695373080883 ], [ -6.806908605706551, 56.511026088698081 ], [ -6.805728166275892, 56.510570763981278 ], [ -6.805454615359187, 56.510107262262885 ], [ -6.803114485610076, 56.510322112622632 ], [ -6.803747179922943, 56.509973726558975 ], [ -6.803466285010979, 56.509785793359889 ], [ -6.801782847751683, 56.509353522794385 ], [ -6.80088803720636, 56.508660381741031 ], [ -6.799057586476233, 56.508595421475633 ], [ -6.798606203839224, 56.508255743752017 ], [ -6.797508546248818, 56.508684174868812 ], [ -6.79607876736857, 56.508532591308636 ], [ -6.796113505691642, 56.508292845418836 ], [ -6.796639605078415, 56.508528881898492 ], [ -6.796833578007759, 56.508017582819527 ], [ -6.797602290595275, 56.507933853577633 ], [ -6.798097715244229, 56.506783841353879 ], [ -6.794956621955132, 56.506093030721154 ], [ -6.795929969630571, 56.505299683655643 ], [ -6.797911561369178, 56.505339044157154 ], [ -6.797528742514818, 56.504795192233644 ], [ -6.798535429714675, 56.50476701751986 ], [ -6.798353108031104, 56.504534774336022 ], [ -6.798995677541538, 56.504740201627712 ], [ -6.798251409278298, 56.504425358032854 ], [ -6.798531903907867, 56.504019560959684 ], [ -6.799763843140877, 56.503881896026904 ], [ -6.801898650481514, 56.504540502127874 ], [ -6.802006734185322, 56.504315005024786 ], [ -6.80058530068999, 56.503752921321656 ], [ -6.801483047182483, 56.503442858447293 ], [ -6.800605803545189, 56.503182660286249 ], [ -6.800859777489443, 56.50273470206087 ], [ -6.800290035714836, 56.502359132798041 ], [ -6.801124771996904, 56.501526127138824 ], [ -6.801913116309559, 56.502471686712667 ], [ -6.803044081963296, 56.502372085902579 ], [ -6.80337628912913, 56.501925588059869 ], [ -6.802772772026001, 56.501835622964691 ], [ -6.803048922912559, 56.501524443926435 ], [ -6.80250831619828, 56.501288998029736 ], [ -6.80298565639668, 56.500729820815543 ], [ -6.804136462747781, 56.501249287524402 ], [ -6.803855945277698, 56.501936685295647 ], [ -6.804977776928501, 56.502021845369626 ], [ -6.805846959508839, 56.501730849214532 ], [ -6.805760566118567, 56.501010893061583 ], [ -6.804238111621205, 56.50080632600433 ], [ -6.803681992809073, 56.500294399489022 ], [ -6.804252912649035, 56.499844943370668 ], [ -6.804939337140486, 56.499819232058556 ], [ -6.804628779850701, 56.499062984601245 ], [ -6.805371972165564, 56.499806056459825 ], [ -6.806072406170762, 56.499672739088837 ], [ -6.806627293490699, 56.49899448596716 ], [ -6.806782135924311, 56.499369026063263 ], [ -6.807885439353702, 56.499436884170436 ], [ -6.808093708551609, 56.498808955231816 ], [ -6.807123547667713, 56.498367084535104 ], [ -6.80785651439008, 56.497849249590317 ], [ -6.808239697039145, 56.498215829047432 ], [ -6.808719337464066, 56.498163032871609 ], [ -6.809587585479263, 56.497519386502084 ], [ -6.809510046307975, 56.497049186839298 ], [ -6.808717596563695, 56.496956688242228 ], [ -6.807233639467597, 56.495874422430461 ], [ -6.807264642289961, 56.495220984010132 ], [ -6.80779409201169, 56.494958442529132 ], [ -6.806804026700427, 56.49412780157698 ], [ -6.807678260151699, 56.493967939093608 ], [ -6.808163473517854, 56.49433145920586 ], [ -6.808229842010644, 56.493123371689215 ], [ -6.809455678861257, 56.49310728939718 ], [ -6.808433605288526, 56.492229323590081 ], [ -6.80934866959851, 56.49213533656652 ], [ -6.810536145075199, 56.492458095699568 ], [ -6.810243003527424, 56.492006161891709 ], [ -6.810721256269646, 56.491866145185227 ], [ -6.811755163729505, 56.492170564120826 ], [ -6.813225200533069, 56.491093283449992 ], [ -6.813450382043102, 56.489382419637138 ], [ -6.81195984622021, 56.489208204257103 ], [ -6.811669216468704, 56.488878527181789 ], [ -6.814991281125804, 56.4884418058572 ], [ -6.815072937321872, 56.488034694474983 ], [ -6.815555160338806, 56.487952080253102 ], [ -6.816501383000167, 56.488590933516534 ], [ -6.817278881573158, 56.488349293645065 ], [ -6.817398381970701, 56.488906023838204 ], [ -6.817955792812739, 56.488570376929502 ], [ -6.817209337391704, 56.489389283382742 ], [ -6.818222573163409, 56.489057505378646 ], [ -6.819386154980295, 56.489294742568184 ], [ -6.818584198393467, 56.489625511529589 ], [ -6.820047305386823, 56.489839399667183 ], [ -6.819736572404107, 56.490043110137918 ], [ -6.820622996839909, 56.49018495864896 ], [ -6.821207175254763, 56.491096060422691 ], [ -6.821867865228079, 56.49113782629712 ], [ -6.822188851249839, 56.490771775595249 ], [ -6.822615722225072, 56.49111052229582 ], [ -6.823022644118667, 56.490589084882131 ], [ -6.82391397706103, 56.490411345529566 ], [ -6.824058565647134, 56.489924406856183 ], [ -6.824417058242226, 56.490671549275753 ], [ -6.825073599751052, 56.49064238749817 ], [ -6.825652204542494, 56.49131708107101 ], [ -6.826717132383026, 56.490765505640837 ], [ -6.82735008250522, 56.491125897867533 ], [ -6.827455883101964, 56.490526210322209 ], [ -6.82852619713905, 56.490362156184077 ], [ -6.828131229057422, 56.4895462727549 ], [ -6.828795611448357, 56.488863641467475 ], [ -6.829720215204116, 56.48944566399804 ], [ -6.829529977417641, 56.490697291106621 ], [ -6.830332421751851, 56.490907118885808 ], [ -6.831326706887356, 56.489916528434691 ], [ -6.831546081017188, 56.491268243243056 ], [ -6.832151810295991, 56.491695347790838 ], [ -6.83326780941595, 56.491379229947867 ], [ -6.832854328265843, 56.490993213884479 ], [ -6.833276172849685, 56.491074822276616 ], [ -6.833346012669909, 56.490078885273164 ], [ -6.83462076314061, 56.490613028331595 ], [ -6.835237456283049, 56.490488204896806 ], [ -6.834989237648775, 56.489816855248733 ], [ -6.835431015873804, 56.489353389767359 ], [ -6.835920165024638, 56.490638793991906 ], [ -6.836310129240601, 56.490636169443505 ], [ -6.836721672058103, 56.489769935957263 ], [ -6.837306855628431, 56.489678719133231 ], [ -6.836949085778187, 56.490609430052046 ], [ -6.837457392272862, 56.49098633349606 ], [ -6.837925839587391, 56.490681055975777 ], [ -6.83768448580578, 56.491223972309896 ], [ -6.838338297474553, 56.491466541557287 ], [ -6.839403666516643, 56.490881548559564 ], [ -6.839339875041683, 56.491108053372081 ], [ -6.841436415700652, 56.49131404587169 ], [ -6.842125290647654, 56.49186920490331 ], [ -6.842039677823079, 56.490791166382579 ], [ -6.842667169949209, 56.490942077281638 ], [ -6.84305472682391, 56.490513089418144 ], [ -6.842373865760946, 56.490020598378521 ], [ -6.843827759761243, 56.490810347588422 ], [ -6.844699374234229, 56.490695303431998 ], [ -6.843585014714164, 56.489164471767204 ], [ -6.844289636406987, 56.489015472803153 ], [ -6.845499107172567, 56.489444999446356 ], [ -6.846095772088401, 56.489214744445121 ], [ -6.845225275528566, 56.487238056206266 ], [ -6.847047265400677, 56.488070950163198 ], [ -6.847305013534642, 56.488497200691171 ], [ -6.846917819766482, 56.488521343794517 ], [ -6.848299014077146, 56.489339975127436 ], [ -6.847967338948651, 56.490688943084081 ], [ -6.848411482011229, 56.491809631782871 ], [ -6.848609988593712, 56.491581448550861 ], [ -6.849078876900087, 56.491877980604656 ], [ -6.847527418200626, 56.492883323157805 ], [ -6.851814925379694, 56.492162232732049 ], [ -6.853455271370972, 56.492462356651636 ], [ -6.857385315701109, 56.492227392764818 ], [ -6.867503394220762, 56.490737253322585 ], [ -6.872905528362761, 56.489645945997189 ], [ -6.875606934485186, 56.488572530527094 ], [ -6.878813215181632, 56.485736506227703 ], [ -6.879351893356751, 56.484855205240798 ], [ -6.878834161949616, 56.483927337824291 ], [ -6.880317245557311, 56.483814946539617 ], [ -6.881044810056268, 56.483454305113824 ], [ -6.881574605288047, 56.482037136168778 ], [ -6.883206922509943, 56.481518472430729 ], [ -6.882854601467806, 56.481244462642984 ], [ -6.883157620175287, 56.480440804678345 ], [ -6.885245009457972, 56.480174077061299 ], [ -6.885728495567182, 56.480393425325381 ], [ -6.885951666405983, 56.479790836948865 ], [ -6.890411965745164, 56.477576172635239 ], [ -6.895563453351889, 56.474233710324874 ], [ -6.89698348896004, 56.472464584922662 ], [ -6.897390223016823, 56.470729209365309 ], [ -6.894828180907694, 56.4697562571777 ], [ -6.894870020317843, 56.469374937804467 ], [ -6.893774993196963, 56.469277855069265 ], [ -6.894925100451986, 56.467848698928911 ], [ -6.89392976020681, 56.466910974666256 ], [ -6.894588024317658, 56.465209755372911 ], [ -6.893617447807013, 56.46458953903317 ], [ -6.894036638066726, 56.463983684249911 ], [ -6.893636525287164, 56.463287845020886 ], [ -6.893029609572116, 56.463345111519779 ], [ -6.893460545624162, 56.463019495313759 ], [ -6.892025195917935, 56.461667296158282 ], [ -6.892049155746599, 56.460541748099217 ], [ -6.891497446324213, 56.460119096715822 ], [ -6.890800151339906, 56.460193418067867 ], [ -6.890832466558946, 56.459674825517524 ], [ -6.889934070003385, 56.459461988378798 ], [ -6.890982331505126, 56.459198374140662 ], [ -6.891801337272105, 56.458315828613571 ], [ -6.89167151328575, 56.457787445462003 ], [ -6.892515937784577, 56.457291652934572 ], [ -6.892393698269774, 56.456973496260304 ], [ -6.892929153489112, 56.45690465905755 ], [ -6.892187610408194, 56.456773811040506 ], [ -6.893227567763671, 56.456635559589053 ], [ -6.892569671010849, 56.456220708211305 ], [ -6.893656367129544, 56.456167875479537 ], [ -6.892686592925019, 56.455753652508584 ], [ -6.893322241923176, 56.455806810255098 ], [ -6.89377414172216, 56.455190664788887 ], [ -6.893426311311371, 56.454609719414862 ], [ -6.894155278384064, 56.454277719576758 ], [ -6.893964888736515, 56.45314084737587 ], [ -6.894512295733709, 56.453064332244836 ], [ -6.893998220767213, 56.451407640869611 ], [ -6.894606065100104, 56.450527118573795 ], [ -6.893809652093785, 56.449729987430622 ], [ -6.893010840957551, 56.449796641654785 ], [ -6.892605039693962, 56.448992165626102 ], [ -6.891630707847696, 56.44934824609728 ], [ -6.892113003158117, 56.448968420718934 ], [ -6.891808252104917, 56.448784329506012 ], [ -6.888432003765021, 56.448704436179085 ], [ -6.888224425225792, 56.448290680782762 ], [ -6.888650531921097, 56.44742366147608 ], [ -6.889653785823535, 56.446724583273387 ], [ -6.890687141747851, 56.447092228739422 ], [ -6.89197374958407, 56.446424223789926 ], [ -6.892221758780468, 56.446167912494502 ], [ -6.89173180334748, 56.445693344088255 ], [ -6.892455914802507, 56.445186104466252 ], [ -6.892983443906041, 56.445296613284235 ], [ -6.892639005693297, 56.445863528268596 ], [ -6.893389753917031, 56.445500079381965 ], [ -6.895483433176783, 56.44563774329157 ], [ -6.896701929416069, 56.444681780914209 ], [ -6.897268714917089, 56.444680957557296 ], [ -6.898670787925472, 56.443826575051325 ], [ -6.898678059493351, 56.4443112178569 ], [ -6.899639741516879, 56.444475596484473 ], [ -6.89992011110545, 56.443841019248175 ], [ -6.900749750250597, 56.444366890279639 ], [ -6.901817585202577, 56.443843288404601 ], [ -6.903718636610874, 56.443848085818729 ], [ -6.906963688681126, 56.442374489128241 ], [ -6.907499084590555, 56.441552545197162 ], [ -6.907978781478032, 56.441996871538905 ], [ -6.908548925917334, 56.441758344025786 ], [ -6.908473237751036, 56.441423960583727 ], [ -6.910515103101856, 56.441450958676626 ], [ -6.911754412605816, 56.440421135704007 ], [ -6.912574059373791, 56.440856456830346 ], [ -6.912232739054123, 56.441796682730597 ], [ -6.912621811429871, 56.442042156851819 ], [ -6.913915895606368, 56.442440650915451 ], [ -6.915412114411475, 56.441764969644872 ], [ -6.91695101423633, 56.442360642838871 ], [ -6.917027418736891, 56.442825450144007 ], [ -6.918203530173995, 56.442625789626561 ], [ -6.917990909232503, 56.443304508588618 ], [ -6.918813800788882, 56.443073887205536 ], [ -6.919216871305784, 56.443489727997239 ], [ -6.920685169809535, 56.44253618488338 ], [ -6.921200137782225, 56.442812617809466 ], [ -6.922018631626939, 56.442046828945472 ], [ -6.922759752942823, 56.442188307079384 ], [ -6.922548139630272, 56.442498119455522 ], [ -6.923059600014104, 56.442684714533087 ], [ -6.924038817924878, 56.442407354971188 ], [ -6.924213341975756, 56.442751296680434 ], [ -6.92479441499655, 56.442597728991146 ], [ -6.924523570558757, 56.443202303252129 ], [ -6.926194028915279, 56.442681503636493 ], [ -6.926671587360824, 56.443044874640677 ], [ -6.927528525370841, 56.442889313736387 ], [ -6.927811603690704, 56.44325592188077 ], [ -6.928819302267939, 56.443260796422109 ], [ -6.928996146294256, 56.443559654988185 ], [ -6.93017606048313, 56.443827573371642 ], [ -6.930915656116555, 56.443456234321907 ], [ -6.932504800962515, 56.443748319086346 ], [ -6.932806677309168, 56.44313349122789 ], [ -6.932826137582114, 56.443596063268018 ], [ -6.93303999641865, 56.443304136173268 ], [ -6.93338934042578, 56.443492650347494 ], [ -6.932910124485617, 56.4439301060182 ], [ -6.933426360463396, 56.444215436908074 ], [ -6.933115081290667, 56.446296258179082 ], [ -6.934307567685525, 56.44630992214222 ], [ -6.934105454707695, 56.447317547662045 ], [ -6.935077367694954, 56.447333696354669 ], [ -6.934564911736944, 56.44792813139145 ], [ -6.935637782434217, 56.448108497434241 ], [ -6.937109377741617, 56.447806909346923 ], [ -6.937673408771034, 56.44845919806334 ], [ -6.937181709423331, 56.448550781010027 ], [ -6.937410233483012, 56.44905899972342 ], [ -6.937966913297216, 56.449279721798973 ], [ -6.938675697596056, 56.450857430250366 ], [ -6.938359461764446, 56.452048657639395 ], [ -6.939000811691074, 56.452045571337969 ], [ -6.93965161586437, 56.453301694174563 ], [ -6.940262500456259, 56.452876954691014 ], [ -6.940764216657826, 56.452924415580462 ], [ -6.940373860288962, 56.453657956306792 ], [ -6.941421591196097, 56.453294056401347 ], [ -6.941657259425457, 56.454418283883101 ], [ -6.942535543076096, 56.45428786308657 ], [ -6.942844601432899, 56.454652505121516 ], [ -6.943141634436599, 56.454413022326847 ], [ -6.943197419556737, 56.45481656410653 ], [ -6.942074232520794, 56.455449803443564 ], [ -6.94282309231628, 56.455311050546314 ], [ -6.943413886237455, 56.455568176903007 ], [ -6.942806100991958, 56.456765657541659 ], [ -6.949080086993883, 56.458375683233768 ], [ -6.95714987794458, 56.459210854404539 ], [ -6.96283907307781, 56.459036975112163 ], [ -6.966861810355391, 56.458173915935411 ], [ -6.96931087121179, 56.45596581512212 ], [ -6.969278770159645, 56.455472255906983 ], [ -6.970094180717149, 56.45437785819297 ], [ -6.971070503288194, 56.453830324264409 ], [ -6.971174352737043, 56.453196348651858 ], [ -6.971385417984415, 56.453381315647668 ], [ -6.97207941184296, 56.452539201117276 ], [ -6.972326781773747, 56.452691218405548 ], [ -6.972637477749963, 56.452458309308064 ], [ -6.972648551348952, 56.451922528542617 ], [ -6.973418260070146, 56.452031072944003 ], [ -6.974124916583378, 56.452650490287141 ], [ -6.975318588406391, 56.452584539805571 ], [ -6.975460126851018, 56.452920748572232 ], [ -6.976106379365707, 56.452210987806644 ], [ -6.976958283166816, 56.452698591224717 ], [ -6.977864416182672, 56.452608183793465 ], [ -6.977482185103097, 56.452295148771917 ], [ -6.97802433688405, 56.452340833835741 ], [ -6.978197351600564, 56.451987483081204 ], [ -6.978932671778261, 56.45220534340659 ], [ -6.979002384995491, 56.451869640926517 ], [ -6.97949269816894, 56.452511224468296 ], [ -6.97963360523878, 56.451727293039752 ], [ -6.980155752135819, 56.451868244628812 ], [ -6.980653047475379, 56.45305837772603 ], [ -6.979965196043886, 56.453450433268706 ], [ -6.979155488084027, 56.453285054668868 ], [ -6.979888085337565, 56.45410133880209 ], [ -6.979602388462005, 56.454400741119741 ], [ -6.97922657979862, 56.454136937550288 ], [ -6.979192602055774, 56.455798301770564 ], [ -6.979599719764782, 56.455309573828643 ], [ -6.98033470378819, 56.455338497955999 ], [ -6.98082376146566, 56.456960832434596 ], [ -6.980632962959992, 56.457364387178252 ], [ -6.979913065648474, 56.457388840922214 ], [ -6.980728423557136, 56.45772043913307 ], [ -6.981558175644319, 56.459338065741726 ], [ -6.979608880025706, 56.45983933602303 ], [ -6.97987624566242, 56.460390914862117 ], [ -6.979117819722696, 56.460245963726763 ], [ -6.979577364940984, 56.461023745438119 ], [ -6.977885229439503, 56.461132261517569 ], [ -6.978657118464384, 56.461627572936422 ], [ -6.978639091208056, 56.462109651788204 ], [ -6.977884609941212, 56.461933043401039 ], [ -6.978354100219203, 56.462229075725041 ], [ -6.977926410742882, 56.462313747151754 ], [ -6.978025782385673, 56.462885578099076 ], [ -6.976689545829649, 56.462300476351686 ], [ -6.975930178582092, 56.462272507268601 ], [ -6.975665838331931, 56.462611527856438 ], [ -6.97509623039041, 56.462481458277196 ], [ -6.975944185736061, 56.463185166221535 ], [ -6.97529547992795, 56.463629601070224 ], [ -6.976104678833097, 56.463727550511933 ], [ -6.976172801871203, 56.463999229738462 ], [ -6.975415160629302, 56.463984683264719 ], [ -6.975127011619382, 56.464266176640024 ], [ -6.974492200939613, 56.463886800034622 ], [ -6.972751604393152, 56.465549213130821 ], [ -6.971714510472584, 56.465572855121152 ], [ -6.971715495313972, 56.466076660736704 ], [ -6.970990271031541, 56.46612376554738 ], [ -6.970439354747467, 56.467625920282941 ], [ -6.971091634276318, 56.469255232038684 ], [ -6.97263166162194, 56.470587984118218 ], [ -6.975470076580327, 56.471594154135431 ], [ -6.976296134750332, 56.471385522160482 ], [ -6.977221308373061, 56.471622764720934 ], [ -6.976083771650506, 56.471749445650431 ], [ -6.976384827062129, 56.472371657101228 ], [ -6.977145647856893, 56.472718972333489 ], [ -6.976775552562657, 56.473057744589894 ], [ -6.97714396380946, 56.473015949627843 ], [ -6.977309407643494, 56.473409679710571 ], [ -6.978448163438959, 56.473291936814398 ], [ -6.978497939414947, 56.473609339184115 ], [ -6.977767113087175, 56.47380066207014 ], [ -6.977544585133235, 56.474272963698141 ], [ -6.977446169316901, 56.475257620100315 ], [ -6.978009103603718, 56.47595477919981 ], [ -6.977292961348259, 56.477373634154262 ], [ -6.978431789729121, 56.477503316037989 ], [ -6.977823360867668, 56.477698715535389 ], [ -6.978208076526296, 56.47796666885516 ], [ -6.978880884442957, 56.477890143020836 ], [ -6.97822948365352, 56.479058976248808 ], [ -6.979174500145642, 56.478764572255521 ], [ -6.979558648902791, 56.479028045972441 ], [ -6.978781647581101, 56.479549629002186 ], [ -6.977940525814313, 56.479273026922762 ], [ -6.977344293596659, 56.48005725374675 ], [ -6.976512771546409, 56.480225620362383 ], [ -6.976660120136626, 56.480791026562493 ], [ -6.97595888499326, 56.480837190530345 ], [ -6.976251535225351, 56.481270798957965 ], [ -6.975609580466046, 56.481768940521654 ], [ -6.977220891057858, 56.482338518461326 ], [ -6.977291999366403, 56.482632571008381 ], [ -6.978481453570192, 56.4825892738913 ], [ -6.978590481622351, 56.483048251422133 ], [ -6.977544559879595, 56.482946324706447 ], [ -6.978448700902906, 56.483206902774967 ], [ -6.978893577238444, 56.483746854214708 ], [ -6.977051652355144, 56.485075985431401 ], [ -6.97776032953279, 56.484962038541738 ], [ -6.977882913551696, 56.485276515754585 ], [ -6.976974057028049, 56.485537962824381 ], [ -6.976637931877689, 56.485331033054464 ], [ -6.97656711178159, 56.485720759865764 ], [ -6.976035183480996, 56.48581860309509 ], [ -6.976714994741148, 56.485980238267523 ], [ -6.976885784003521, 56.486414242804564 ], [ -6.976429977498795, 56.486720464938593 ], [ -6.975417548585187, 56.486378745666684 ], [ -6.97606183027614, 56.486951186372998 ], [ -6.973773726181029, 56.488352166072765 ], [ -6.974776931651559, 56.489243101802039 ], [ -6.976764257866069, 56.490134990526855 ], [ -6.979210247892837, 56.490122186479105 ], [ -6.980709310760685, 56.490700737720061 ], [ -6.980691431683815, 56.491493216566468 ], [ -6.979848201150413, 56.491698059952796 ], [ -6.978409485935352, 56.493375385350426 ], [ -6.978378199916438, 56.494933168457649 ], [ -6.979105828095252, 56.495209837515247 ], [ -6.977868937339186, 56.495947826231927 ], [ -6.978272748699558, 56.496669377758444 ], [ -6.979201981391715, 56.496623042611965 ], [ -6.978829849005497, 56.497443251174552 ], [ -6.982579926952512, 56.500850934157953 ], [ -6.984387975109376, 56.501115617514778 ], [ -6.985491757542674, 56.500292947274836 ], [ -6.986435633989261, 56.500295455570935 ], [ -6.986297659992346, 56.500606916015983 ], [ -6.98808917737711, 56.500251396384385 ], [ -6.98814970933519, 56.50089676600507 ], [ -6.986931738688137, 56.502767743584762 ], [ -6.985906908880946, 56.503263346298304 ], [ -6.986346842491667, 56.503762989254454 ], [ -6.987880388234486, 56.504227614059666 ], [ -6.989436527440862, 56.503998517668556 ], [ -6.989322253426478, 56.504304528789561 ], [ -6.990947497771752, 56.504661955607567 ], [ -6.993060699400358, 56.504585824240998 ], [ -6.993293842156652, 56.503762171045921 ], [ -6.993941877067455, 56.50355610982416 ], [ -6.994380563107209, 56.502872626341968 ], [ -6.994757826449909, 56.503019372547001 ], [ -6.995500505360099, 56.502544065958773 ], [ -6.995713654896881, 56.502926857646685 ], [ -6.9967217361132, 56.502922201804267 ], [ -6.99693548935026, 56.502445719764474 ], [ -6.998398776778097, 56.502130278297713 ], [ -6.999063330793321, 56.502913233175832 ], [ -6.998276520279475, 56.503300368458156 ], [ -6.999067241789422, 56.503497904348073 ], [ -6.998230859194135, 56.503941023061728 ], [ -6.998466225937157, 56.504615329014896 ], [ -6.997643026292203, 56.50417167127052 ], [ -6.998068631990797, 56.504869796084797 ], [ -6.99720665941088, 56.504625641138048 ], [ -6.9965206933318, 56.504914225052659 ], [ -6.996342155066653, 56.505596225185528 ], [ -6.995799298871185, 56.505798058310326 ], [ -6.996564014269318, 56.50598316346052 ], [ -6.994317510838001, 56.506838496876092 ], [ -6.993675354347149, 56.506657436394136 ], [ -6.993524255669585, 56.506128183482431 ], [ -6.992730291742316, 56.506029712880903 ], [ -6.991404645551906, 56.506218074944172 ], [ -6.991009550753691, 56.506800819497116 ], [ -6.989941413848667, 56.506411962650141 ], [ -6.988926822509911, 56.506862190146926 ], [ -6.988202780069584, 56.505811659416544 ], [ -6.986748777296427, 56.505519283589599 ], [ -6.983654267527162, 56.506485017100232 ], [ -6.981719635278917, 56.507858411246175 ], [ -6.978999616612992, 56.510995300158093 ], [ -6.978952811357726, 56.512310780058328 ], [ -6.978083448351765, 56.51293952119525 ], [ -6.978101369561361, 56.515305078493135 ], [ -6.977650430061211, 56.515341184177473 ], [ -6.977679272575767, 56.516365712151675 ], [ -6.977256269513503, 56.516490666604717 ], [ -6.977687019270514, 56.51673428821757 ], [ -6.976562428677828, 56.516783946206289 ], [ -6.977000684437204, 56.517022770180596 ], [ -6.975456325038039, 56.517098270255374 ], [ -6.975477620525565, 56.517322346303089 ], [ -6.974733848548675, 56.516987813075019 ], [ -6.974881986765214, 56.517310266203857 ], [ -6.974262656009547, 56.517303632887526 ], [ -6.974131168340811, 56.516922028931866 ], [ -6.973808355395585, 56.517128423991466 ], [ -6.973216445648208, 56.516958735090341 ], [ -6.973119175663876, 56.517457485249416 ], [ -6.972423273888385, 56.517053538661223 ], [ -6.971784030367574, 56.517205143183162 ], [ -6.970932977255179, 56.517851088664926 ], [ -6.971355940475046, 56.517973581636326 ], [ -6.970713153446335, 56.518098330664664 ], [ -6.971263675093492, 56.518386655450549 ], [ -6.970467405608454, 56.518396096445642 ], [ -6.971032612876714, 56.518796298547038 ], [ -6.967707713222119, 56.519815824436378 ], [ -6.968556537409775, 56.520641034653394 ], [ -6.966963417387508, 56.520407976465684 ], [ -6.967486035995002, 56.520917867465251 ], [ -6.965613088202468, 56.5213438028415 ], [ -6.966179454733109, 56.521442574781673 ], [ -6.965993018413505, 56.521634486421817 ], [ -6.964798330503902, 56.52170933504069 ], [ -6.964837289275164, 56.52057862882927 ], [ -6.963744924266262, 56.521247681384963 ], [ -6.962033683313765, 56.520609919031116 ], [ -6.962391862832541, 56.521045438232683 ], [ -6.961999853746294, 56.52109712004556 ], [ -6.960865486645108, 56.520476735141209 ], [ -6.959165661161048, 56.521056691842638 ], [ -6.958414058870027, 56.520773659133965 ], [ -6.958294716584672, 56.521266977857486 ], [ -6.957248649577586, 56.520922839859793 ], [ -6.957667361491914, 56.521274076745478 ], [ -6.957273614720961, 56.521399589403472 ], [ -6.956502726739196, 56.520919379615663 ], [ -6.954787857000494, 56.521260552271222 ], [ -6.951214190898768, 56.524291418903623 ], [ -6.951118699482542, 56.525329000030382 ], [ -6.953062941356148, 56.525507748790076 ], [ -6.954109031920321, 56.526100243634247 ], [ -6.953006947763794, 56.525950844555325 ], [ -6.954020075903049, 56.526540158844476 ], [ -6.953321863147936, 56.526491584133801 ], [ -6.953707420844734, 56.527074485814289 ], [ -6.952233032958332, 56.526692535584864 ], [ -6.952043181685019, 56.5269835285741 ], [ -6.951350528710356, 56.526790766868679 ], [ -6.951288961874603, 56.527004657823944 ], [ -6.950443915138828, 56.52701591390796 ], [ -6.951430102040487, 56.527772771384498 ], [ -6.951211360574122, 56.528091908032785 ], [ -6.950808445889517, 56.527874074949381 ], [ -6.951133596068518, 56.528306445755504 ], [ -6.949977114626857, 56.528177185251053 ], [ -6.950951904736681, 56.529033470135658 ], [ -6.949913051269239, 56.52905695996413 ], [ -6.948902255286936, 56.528485513105473 ], [ -6.949510225608236, 56.528902098690295 ], [ -6.949345221469971, 56.529196593313195 ], [ -6.948963856584675, 56.529081360387124 ], [ -6.947853388955548, 56.527560193329933 ], [ -6.948108504074701, 56.528391238249299 ], [ -6.947572215614789, 56.528336167330771 ], [ -6.947958875879106, 56.528928038388642 ], [ -6.947358560255624, 56.529005979520321 ], [ -6.946931099541172, 56.528600175022568 ], [ -6.946268068795595, 56.529755763964573 ], [ -6.944994383939932, 56.529128196340565 ], [ -6.945128866026454, 56.529422434383207 ], [ -6.943672197578328, 56.529063967305689 ], [ -6.943495693034117, 56.529358011986737 ], [ -6.943086531183551, 56.528493515111961 ], [ -6.943144203720538, 56.528985154004445 ], [ -6.94264614959853, 56.528886251004785 ], [ -6.942900942046809, 56.529279160444574 ], [ -6.94240805759836, 56.529244829082806 ], [ -6.942452991438854, 56.529551636645472 ], [ -6.94147587593672, 56.529100248759384 ], [ -6.941442964177116, 56.529608994173621 ], [ -6.940109769027355, 56.52916099194465 ], [ -6.939405027169771, 56.529773880483134 ], [ -6.938095661250087, 56.529308712882454 ], [ -6.937658869402165, 56.528755698923192 ], [ -6.937575072457363, 56.529124315807564 ], [ -6.936790107667973, 56.529322022009964 ], [ -6.937110417773124, 56.52959357229588 ], [ -6.935875711723392, 56.529238771105753 ], [ -6.93564627594137, 56.529639276016297 ], [ -6.935215952503984, 56.529260538739869 ], [ -6.935196483106975, 56.529760648154735 ], [ -6.934463503505732, 56.529695356223137 ], [ -6.934836795311863, 56.529973800283358 ], [ -6.93379001201803, 56.529649285375811 ], [ -6.933263784968672, 56.529034138366292 ], [ -6.933051456728937, 56.53045331764698 ], [ -6.932303295533084, 56.530259059992751 ], [ -6.932520248382581, 56.530512241094527 ], [ -6.931912346533012, 56.530469848056846 ], [ -6.932519491278723, 56.529656656427164 ], [ -6.932180267278916, 56.529527100353931 ], [ -6.931810994592883, 56.530004236701771 ], [ -6.932157177554485, 56.528887432605984 ], [ -6.930632957551441, 56.527083886755371 ], [ -6.924887716097785, 56.5262173288667 ], [ -6.920156992994545, 56.526516737909034 ], [ -6.91567627084665, 56.527990045219127 ], [ -6.916089200054589, 56.528850870417223 ], [ -6.915408410773155, 56.528936344627986 ], [ -6.915593830560447, 56.529486801324218 ], [ -6.915013658943617, 56.529532295939156 ], [ -6.914872920851177, 56.530266624896129 ], [ -6.91443553581149, 56.530158006946152 ], [ -6.914627816114505, 56.530573239348918 ], [ -6.91308728795173, 56.530494846441663 ], [ -6.912462725547582, 56.530888468239588 ], [ -6.912298612712868, 56.530062758275577 ], [ -6.91165581441848, 56.529813820921298 ], [ -6.91116024280746, 56.530197827273291 ], [ -6.910799040738017, 56.529672322102627 ], [ -6.909972505415801, 56.529889495166508 ], [ -6.908091382921672, 56.528501989282084 ], [ -6.907819595052497, 56.528728673836888 ], [ -6.906891070791163, 56.528410051914754 ], [ -6.906683503046075, 56.52869267160753 ], [ -6.905054055859271, 56.528869611915368 ], [ -6.904355181304406, 56.528501399283456 ], [ -6.90431475330207, 56.527032913026801 ], [ -6.905119793462227, 56.526587207715863 ], [ -6.905283743939185, 56.52589246104413 ], [ -6.904199171864712, 56.525687957624996 ], [ -6.90340522549507, 56.526055845467916 ], [ -6.902494080441392, 56.525920940676997 ], [ -6.903601220427062, 56.525708911916873 ], [ -6.90420009343808, 56.524362684853443 ], [ -6.905051232351701, 56.523908857185127 ], [ -6.904590149226368, 56.523635427686671 ], [ -6.906979923471724, 56.523995371504185 ], [ -6.904834771102019, 56.523381209248534 ], [ -6.904697726106897, 56.523523631143945 ], [ -6.904480976723262, 56.523577843197309 ], [ -6.904364077075966, 56.523756107346401 ], [ -6.903576558052665, 56.524688745101692 ], [ -6.902519684284801, 56.523993704019695 ], [ -6.901204102523283, 56.524016034897599 ], [ -6.900383881813977, 56.523551835629704 ], [ -6.898968319213198, 56.524097212045625 ], [ -6.899118099614626, 56.524827233205826 ], [ -6.898266558225891, 56.524561288240854 ], [ -6.897614996285103, 56.523865486472054 ], [ -6.894836341438371, 56.523977931676825 ], [ -6.893421604599121, 56.524555598341379 ], [ -6.893539468936103, 56.525266191071992 ], [ -6.892999481205636, 56.524967219316913 ], [ -6.89346889733971, 56.525627049207237 ], [ -6.893020878831938, 56.525069837881468 ], [ -6.892729106643294, 56.525797498207929 ], [ -6.891855028980953, 56.525508107751932 ], [ -6.893035765392423, 56.526318904811887 ], [ -6.892343750685438, 56.526191471141779 ], [ -6.89241372352564, 56.526544082927842 ], [ -6.890668307933096, 56.524915258706685 ], [ -6.889748271104543, 56.525227752200003 ], [ -6.888738078741634, 56.524098012805005 ], [ -6.887177426055702, 56.52374749607926 ], [ -6.886578212450663, 56.523228612775277 ], [ -6.88764990878559, 56.523397787577153 ], [ -6.888186750067856, 56.522008211955487 ], [ -6.887178769522042, 56.51970879610267 ], [ -6.886018200338477, 56.519177854229049 ], [ -6.883298387883746, 56.518431237856234 ], [ -6.878915648306561, 56.518204361642091 ], [ -6.872915485188791, 56.518940592885592 ], [ -6.863619922888165, 56.52220346905218 ], [ -6.863151021465088, 56.522722077480807 ], [ -6.864291559226751, 56.523174844600803 ], [ -6.864041483680185, 56.523445559322901 ], [ -6.862800164729813, 56.523577025941435 ], [ -6.863590068687392, 56.523644102440898 ], [ -6.863026515035158, 56.524034172736982 ], [ -6.863299961894604, 56.524338328203726 ], [ -6.862586330693178, 56.524206181136414 ], [ -6.862613871304065, 56.524750296828977 ], [ -6.862041415641251, 56.524830327483848 ], [ -6.862151979734673, 56.524588480240247 ], [ -6.861709030134732, 56.525005302005567 ], [ -6.861559810810347, 56.524591011189187 ], [ -6.860959336066954, 56.524566875101769 ], [ -6.859405707084578, 56.525118998173603 ], [ -6.858421276788557, 56.526936210716798 ], [ -6.859085143868212, 56.527631721670318 ], [ -6.860343288898886, 56.527478044053339 ], [ -6.860063234760094, 56.527832693558643 ], [ -6.859358943645135, 56.527799123305876 ], [ -6.860529175665984, 56.52868530025787 ], [ -6.860112022615407, 56.529164079767725 ], [ -6.859415759491499, 56.528673166607483 ], [ -6.859653372338299, 56.529078597097168 ], [ -6.857548386343736, 56.529610917776061 ], [ -6.858992646255951, 56.529828720817932 ], [ -6.859137678480944, 56.530514876240353 ], [ -6.860200634898296, 56.530995916068619 ], [ -6.85988218309656, 56.531305287275558 ], [ -6.859212511305773, 56.531047241807443 ], [ -6.858343821018299, 56.531433051764651 ], [ -6.857719259517674, 56.531196621921985 ], [ -6.857533247165573, 56.531523289107511 ], [ -6.856160936907295, 56.531613032317729 ], [ -6.854584462921979, 56.532205566469941 ], [ -6.852850485692389, 56.53074402772134 ], [ -6.851826880361251, 56.53044221819539 ], [ -6.851897564640527, 56.530866789370002 ], [ -6.851132714077942, 56.530932704009949 ], [ -6.852996907987799, 56.531759408308737 ], [ -6.85226989990612, 56.532120735389732 ], [ -6.85100055381019, 56.532188397935542 ], [ -6.850295099771985, 56.531892120301599 ], [ -6.849356546225801, 56.532063780588025 ], [ -6.849399042327098, 56.532332015288809 ], [ -6.845749157974391, 56.531862949533668 ], [ -6.844945422533512, 56.532897472610927 ], [ -6.845368504165693, 56.533213811772754 ], [ -6.84472558326164, 56.533342394635227 ], [ -6.845498379144375, 56.534355795063902 ], [ -6.844186723306559, 56.53441154440025 ], [ -6.844345453564879, 56.534697730286666 ], [ -6.843834564832709, 56.534713191053442 ], [ -6.842692934992025, 56.534379929768377 ], [ -6.843168457419931, 56.534851667447704 ], [ -6.842599379296233, 56.535112302025219 ], [ -6.841753765153576, 56.534929408103814 ], [ -6.841126741041081, 56.535246277423063 ], [ -6.838574258643589, 56.535530335679965 ], [ -6.840278922007982, 56.535810169981346 ], [ -6.839171946876222, 56.53632119484287 ], [ -6.838099890590018, 56.536277562020693 ], [ -6.837137729420537, 56.536647969958452 ], [ -6.835388068245623, 56.536270885485131 ], [ -6.836311261547403, 56.536806158386383 ], [ -6.834615137529516, 56.536975760180091 ], [ -6.833901766325071, 56.537318448544696 ], [ -6.834522957068441, 56.537465164088331 ], [ -6.83450454991665, 56.537767263807879 ], [ -6.833618506383814, 56.537522914806146 ], [ -6.83360570783109, 56.537932753299877 ], [ -6.833058464501649, 56.537855122679922 ], [ -6.832722453976845, 56.538475480298828 ], [ -6.831917271226604, 56.538673292635856 ], [ -6.832110110469718, 56.539291032655001 ], [ -6.831290314990633, 56.539565879797159 ], [ -6.832631992339658, 56.539680034432664 ], [ -6.832338219730159, 56.539929889229029 ], [ -6.829065626942132, 56.540826571853657 ], [ -6.828016339880039, 56.540260168698964 ], [ -6.825801959312322, 56.540197921877372 ], [ -6.825818069170164, 56.540899016697288 ], [ -6.825201757330586, 56.54059912784863 ], [ -6.825332537345368, 56.541241781985072 ], [ -6.823886529923654, 56.540884204348295 ], [ -6.823487163480703, 56.540305975291155 ], [ -6.822662600746916, 56.54060793809267 ], [ -6.822081479678848, 56.540072759022962 ], [ -6.820806249847835, 56.53971300426543 ], [ -6.819801608309883, 56.540071428560069 ], [ -6.819699412752605, 56.54233799529888 ], [ -6.817969782235545, 56.542310743479732 ], [ -6.8183851684433, 56.542951341210909 ], [ -6.81802930578839, 56.543226062790126 ], [ -6.817564998021854, 56.5430326856779 ], [ -6.817474672931947, 56.54334656993386 ], [ -6.817154055627766, 56.542490873117032 ], [ -6.816714692908798, 56.543133187852874 ], [ -6.815507953039508, 56.542928153809321 ], [ -6.815027277344364, 56.542541981048394 ], [ -6.815406142579102, 56.54206395673328 ], [ -6.81481858716289, 56.542437629053232 ], [ -6.814096304185184, 56.542200277068723 ], [ -6.812791344939491, 56.542759223078278 ], [ -6.812228372681469, 56.542173815814735 ], [ -6.811588431807833, 56.54213567240545 ], [ -6.810366322209541, 56.542898293628859 ], [ -6.809119081277866, 56.541925581741928 ], [ -6.808564239539286, 56.542134221014472 ], [ -6.808962872395624, 56.542170042497929 ], [ -6.808733178677175, 56.54266925009685 ], [ -6.809241353046875, 56.542631551303849 ], [ -6.809836821226765, 56.542896340572334 ], [ -6.809946595350445, 56.543503834647844 ], [ -6.809273504414713, 56.543269044975567 ], [ -6.809159390497016, 56.542756950551222 ], [ -6.809134860637508, 56.542741837933114 ], [ -6.808990336900721, 56.543091102723132 ], [ -6.808443913487633, 56.542891880366319 ], [ -6.808714150693151, 56.543416684341572 ], [ -6.808184073496592, 56.54341024823124 ], [ -6.807290241543295, 56.542783669386701 ], [ -6.808168566445123, 56.542326790540393 ], [ -6.806532608965198, 56.54233173251658 ], [ -6.806742714958134, 56.541806299818518 ], [ -6.806107052801655, 56.541673501023475 ], [ -6.803225240033989, 56.53929047518583 ], [ -6.802085866982318, 56.538870392251432 ], [ -6.799873065159878, 56.536944489688402 ], [ -6.799748522815697, 56.535833769347768 ], [ -6.797694065093885, 56.535103608852445 ], [ -6.793519650120541, 56.535310032191937 ], [ -6.789748606054839, 56.536517309484026 ], [ -6.789745747560907, 56.537138160902025 ], [ -6.787989864107578, 56.537480355569912 ], [ -6.788212125092447, 56.538079019693782 ], [ -6.787848156522813, 56.538290990112877 ], [ -6.789371680473116, 56.539136280667748 ], [ -6.789098886421667, 56.540068930834551 ], [ -6.790048568814135, 56.540496458075999 ], [ -6.789820218745168, 56.541008168228124 ], [ -6.786931744183988, 56.538447818051132 ], [ -6.786783336178259, 56.537724852132669 ], [ -6.787169912054635, 56.537498517760042 ], [ -6.786793567167747, 56.53696877380608 ], [ -6.784723150670093, 56.536819274428801 ], [ -6.784545144904755, 56.537150006559351 ], [ -6.784070499981059, 56.536692419183616 ], [ -6.78146252120231, 56.536798404648088 ], [ -6.780807468024983, 56.536587960417727 ], [ -6.778601561858935, 56.537093107962235 ], [ -6.776879377035617, 56.537806286113451 ], [ -6.774621284697274, 56.539486470439037 ], [ -6.774067960770672, 56.540741147142441 ], [ -6.774540270165175, 56.541000045907346 ], [ -6.77474196937621, 56.542043932175829 ], [ -6.773509137725241, 56.542662647611486 ], [ -6.772747146959405, 56.542431086385022 ], [ -6.773386234143249, 56.542914772584119 ], [ -6.772863992728727, 56.543357691723287 ], [ -6.77098114669304, 56.543987900088538 ], [ -6.768150202936737, 56.543763016282611 ], [ -6.766377458895087, 56.544388919396695 ], [ -6.763642953559534, 56.544425611279102 ], [ -6.763314204272422, 56.544569581214596 ], [ -6.763805800285749, 56.544800791256982 ], [ -6.763026117040868, 56.544803748880547 ], [ -6.763792650806665, 56.545058585044359 ], [ -6.763879237532795, 56.545565338522316 ], [ -6.762772328821115, 56.546035166063355 ], [ -6.762273077296844, 56.545872616038913 ], [ -6.762234389491134, 56.547053490245688 ], [ -6.761049215147398, 56.547044115470968 ], [ -6.760781951370815, 56.547405222320023 ], [ -6.759712976918356, 56.546740057475049 ], [ -6.759916259070908, 56.547294511476707 ], [ -6.759153006499715, 56.548529276406683 ], [ -6.759329352954059, 56.550190383535764 ], [ -6.758198342370704, 56.550547740155118 ], [ -6.758774623745942, 56.551037508296261 ], [ -6.758515786664303, 56.553188505299026 ], [ -6.757934588119912, 56.554006953208052 ], [ -6.758201751506804, 56.554900810596159 ], [ -6.757658680558943, 56.55524550008483 ], [ -6.755956486491907, 56.555310776299947 ], [ -6.755363826221767, 56.556233104285134 ], [ -6.75489932902729, 56.555972032608764 ], [ -6.754614247678247, 56.556360794491191 ], [ -6.754089074814749, 56.556070559353898 ] ] ], [ [ [ -6.696725786396901, 56.558305171260002 ], [ -6.697259276291375, 56.558141039985635 ], [ -6.698057199470838, 56.55879450263113 ], [ -6.697190242480485, 56.559290613357028 ], [ -6.696813282563104, 56.559075493861144 ], [ -6.696725786396901, 56.558305171260002 ] ] ], [ [ [ -6.695116309500357, 56.561743999442456 ], [ -6.695373020801618, 56.560924666426764 ], [ -6.696222398953791, 56.561598683302833 ], [ -6.695793506107632, 56.562015228858968 ], [ -6.695116309500357, 56.561743999442456 ] ] ], [ [ [ -6.630610238123091, 56.565270285770254 ], [ -6.62983511497092, 56.564395172200804 ], [ -6.629208521009241, 56.564400561175425 ], [ -6.630077268167813, 56.563711479619542 ], [ -6.629097175302303, 56.563424215354878 ], [ -6.62964955037546, 56.562679474152581 ], [ -6.630443785887946, 56.563045633589262 ], [ -6.629890640286583, 56.563318147857785 ], [ -6.63009808266157, 56.563548785337687 ], [ -6.631146646214953, 56.56339720812695 ], [ -6.630307396692891, 56.563927777096218 ], [ -6.630406128187589, 56.564388256153322 ], [ -6.632293782051748, 56.563984064598564 ], [ -6.631049235969231, 56.565262896637961 ], [ -6.630610238123091, 56.565270285770254 ] ] ], [ [ [ -6.632010472447493, 56.568388907794429 ], [ -6.631167448135112, 56.568024576818821 ], [ -6.630640419472451, 56.568111712056819 ], [ -6.630603177864512, 56.568472918644602 ], [ -6.629737782492944, 56.567326811965188 ], [ -6.628425539380212, 56.566656135540057 ], [ -6.629360870408465, 56.565978069830699 ], [ -6.629814909310545, 56.566559323809273 ], [ -6.630646017613866, 56.5662944283672 ], [ -6.631001988433719, 56.566739909332036 ], [ -6.631346929188825, 56.566097354906873 ], [ -6.63168550266581, 56.566799853038063 ], [ -6.632716643184751, 56.565906791694815 ], [ -6.633258680915592, 56.566075456246658 ], [ -6.633305373939764, 56.565259625875704 ], [ -6.634043530050324, 56.565965187103025 ], [ -6.633142409044559, 56.566988336683302 ], [ -6.633816889118817, 56.567439907578915 ], [ -6.632889872676974, 56.567586966952028 ], [ -6.633188523947883, 56.567697253882692 ], [ -6.632674039008677, 56.56815274219025 ], [ -6.633421126305671, 56.568066376404204 ], [ -6.632479751880683, 56.568362393066828 ], [ -6.632571856304373, 56.568781739528525 ], [ -6.632010472447493, 56.568388907794429 ] ] ], [ [ [ -6.721079570406308, 56.566003280785338 ], [ -6.720876903006543, 56.565489231753439 ], [ -6.722328561200478, 56.56550145460627 ], [ -6.723692142187521, 56.566178212068309 ], [ -6.723682632850568, 56.566623870789336 ], [ -6.722946435862717, 56.5666653920497 ], [ -6.721079570406308, 56.566003280785338 ] ] ], [ [ [ -6.711331351325782, 56.568451878696777 ], [ -6.709459064335535, 56.567614382210259 ], [ -6.707593767282638, 56.567617702130555 ], [ -6.706514278427462, 56.566799556863877 ], [ -6.707409288123263, 56.565546669791246 ], [ -6.706904334548416, 56.565547836295622 ], [ -6.707393242874687, 56.565155960878812 ], [ -6.706733488805663, 56.564960594579219 ], [ -6.707454630598811, 56.564798297171144 ], [ -6.707628724888026, 56.564364390335157 ], [ -6.710606726268304, 56.564858572773133 ], [ -6.713757224516159, 56.564644455869484 ], [ -6.715183564436722, 56.563996528726278 ], [ -6.715089771572242, 56.563374881864476 ], [ -6.716017769916629, 56.563042745826543 ], [ -6.715852908063504, 56.562635203422687 ], [ -6.716886306212059, 56.562168613798086 ], [ -6.717829313621857, 56.562087776724212 ], [ -6.718118332510794, 56.562445615852305 ], [ -6.718645714817825, 56.56171038636834 ], [ -6.719344873315776, 56.56202563463404 ], [ -6.719603662806349, 56.562793932770127 ], [ -6.720347338436826, 56.562747647337773 ], [ -6.719902891206801, 56.562058381033076 ], [ -6.720114631405377, 56.561078770447608 ], [ -6.720956096956251, 56.561294138360239 ], [ -6.7210627986528, 56.562410065009381 ], [ -6.722312483364639, 56.562501938492488 ], [ -6.722375415848799, 56.561896818501445 ], [ -6.721346673355037, 56.560964418650357 ], [ -6.722063492395943, 56.560572802556038 ], [ -6.724652486466291, 56.560627158453237 ], [ -6.725561602183381, 56.560340646255348 ], [ -6.725102847592536, 56.560254667564188 ], [ -6.72537988202658, 56.560059699346382 ], [ -6.726936997329, 56.56000487531972 ], [ -6.728620052714452, 56.561218153896952 ], [ -6.728876911155103, 56.560731579220928 ], [ -6.730473753316694, 56.560733670397347 ], [ -6.73049886070657, 56.560413357490383 ], [ -6.731042058979439, 56.560523083925261 ], [ -6.731980136188802, 56.559947548995737 ], [ -6.732923964728428, 56.560199413629924 ], [ -6.733199056616423, 56.561421362286346 ], [ -6.732776092428171, 56.561491474802551 ], [ -6.732128519096055, 56.561003409629748 ], [ -6.731355876064079, 56.561338741543295 ], [ -6.733161008912459, 56.562484335202136 ], [ -6.733368009718385, 56.562966716325484 ], [ -6.732894233158548, 56.563412099108298 ], [ -6.732397687975552, 56.563350077843836 ], [ -6.732192937507906, 56.562885601366851 ], [ -6.731919920540402, 56.563503240862282 ], [ -6.730972631171895, 56.563094070166144 ], [ -6.731321092538131, 56.563665516875652 ], [ -6.729813952038463, 56.564186275723834 ], [ -6.729544768462462, 56.564574366716144 ], [ -6.72749563149266, 56.564148696126935 ], [ -6.726677867165992, 56.564449732258417 ], [ -6.726987344539947, 56.564123084224114 ], [ -6.725577116824407, 56.564050865625838 ], [ -6.724731083849056, 56.563408396002963 ], [ -6.72497155292119, 56.564681153514897 ], [ -6.723427109148189, 56.564317157198971 ], [ -6.723647137083252, 56.564969978049234 ], [ -6.722948432685618, 56.565180994405466 ], [ -6.720068375714227, 56.564885785621577 ], [ -6.719887718547325, 56.565265987386013 ], [ -6.720751004667929, 56.566438589432231 ], [ -6.719206460771645, 56.566596304071865 ], [ -6.719595853769767, 56.567431601798198 ], [ -6.71901034945797, 56.567440379185385 ], [ -6.718358375400617, 56.566916427717615 ], [ -6.717638274784168, 56.567609504933948 ], [ -6.716929168512368, 56.567672449408484 ], [ -6.715151578531855, 56.566876416056473 ], [ -6.71493942130301, 56.567788561388376 ], [ -6.71388947166471, 56.567796971750433 ], [ -6.713713413694322, 56.567430333314377 ], [ -6.713476216160761, 56.567749701240587 ], [ -6.711246704429879, 56.567380091498357 ], [ -6.711040461056207, 56.567882693366407 ], [ -6.71185165166719, 56.567788918589379 ], [ -6.711962005604144, 56.568086087972347 ], [ -6.713559656235665, 56.568353750473264 ], [ -6.712086186297841, 56.568886498747574 ], [ -6.711331351325782, 56.568451878696777 ] ] ], [ [ [ -6.633428743833298, 56.571785703183615 ], [ -6.63422410023488, 56.570829472139799 ], [ -6.634430327481643, 56.571249053245637 ], [ -6.633476474907806, 56.572175222163139 ], [ -6.632761279802178, 56.571990533047092 ], [ -6.633428743833298, 56.571785703183615 ] ] ], [ [ [ -6.647780687766795, 56.573075052908116 ], [ -6.647865825241234, 56.572176811409697 ], [ -6.648651807591546, 56.57280404070098 ], [ -6.648208616327557, 56.572910598075069 ], [ -6.648362232877129, 56.573431080746879 ], [ -6.647780687766795, 56.573075052908116 ] ] ], [ [ [ -6.711970853070101, 56.571099355254439 ], [ -6.711875415354561, 56.570464275670453 ], [ -6.71045467564641, 56.570243848556217 ], [ -6.710248315466885, 56.569437560848314 ], [ -6.711127548376897, 56.569170287751156 ], [ -6.712266998041297, 56.569225971231404 ], [ -6.712120653204755, 56.569555379204651 ], [ -6.713355716670954, 56.56972436755683 ], [ -6.713873128336796, 56.570410884408659 ], [ -6.714583081781305, 56.570550332947029 ], [ -6.7137847104374, 56.570616649936298 ], [ -6.713526218231443, 56.571026784870256 ], [ -6.712324146547287, 56.570730602655566 ], [ -6.713112035907987, 56.571168460165545 ], [ -6.712540419623835, 56.571289126055078 ], [ -6.711970853070101, 56.571099355254439 ] ] ], [ [ [ -6.613864851213584, 56.576850416091915 ], [ -6.614173227688973, 56.576506123337325 ], [ -6.615641170097692, 56.577049724328425 ], [ -6.615884015139688, 56.578304537226195 ], [ -6.614979873885257, 56.578841901642079 ], [ -6.613803827033167, 56.578219975021504 ], [ -6.613864851213584, 56.576850416091915 ] ] ], [ [ [ -6.672061530828532, 56.578212768497728 ], [ -6.672532135776749, 56.577470901883999 ], [ -6.673005413953581, 56.578069281023346 ], [ -6.672061530828532, 56.578212768497728 ] ] ], [ [ [ -6.673942689784437, 56.578267869110384 ], [ -6.674065234637382, 56.577808973997364 ], [ -6.674352335755599, 56.578351391397533 ], [ -6.673942689784437, 56.578267869110384 ] ] ], [ [ [ -6.577919486951151, 56.584374741720112 ], [ -6.579106539872749, 56.583476413432038 ], [ -6.578958868533455, 56.585082998638242 ], [ -6.578480457962374, 56.584430508482768 ], [ -6.577919486951151, 56.584374741720112 ] ] ], [ [ [ -6.623858677967552, 56.583607289875815 ], [ -6.623513370367909, 56.583116413118205 ], [ -6.624068766195585, 56.583392568964335 ], [ -6.623858677967552, 56.583607289875815 ] ] ], [ [ [ -6.572200731203476, 56.586040948588398 ], [ -6.573045753405289, 56.585655410138862 ], [ -6.5734087178595, 56.586122376289687 ], [ -6.572935946653567, 56.586297209888436 ], [ -6.572200731203476, 56.586040948588398 ] ] ], [ [ [ -6.702450163357113, 56.583973674097841 ], [ -6.704230883770427, 56.583546355229871 ], [ -6.703512938185792, 56.584392183912833 ], [ -6.70219529089096, 56.584545567256171 ], [ -6.702450163357113, 56.583973674097841 ] ] ], [ [ [ -5.211854361742849, 56.632091834992259 ], [ -5.21186441165909, 56.631538731229455 ], [ -5.209140805286417, 56.631829295499145 ], [ -5.207650068390622, 56.631368854745858 ], [ -5.203766743354572, 56.631639772463195 ], [ -5.198755522608622, 56.630245108016766 ], [ -5.195837656939904, 56.630167322865617 ], [ -5.191794889730846, 56.62932280115448 ], [ -5.189507439206804, 56.629273629922082 ], [ -5.184451198398611, 56.628495318514879 ], [ -5.183517965478472, 56.628065260359769 ], [ -5.183204720833682, 56.627057496297759 ], [ -5.180077796441533, 56.627204933444141 ], [ -5.179103039840241, 56.626668034582018 ], [ -5.152995441922544, 56.626685629944326 ], [ -5.152685867191017, 56.62444170108126 ], [ -5.151337848601115, 56.620988091455153 ], [ -5.153413389823655, 56.618602779545512 ], [ -5.153934020647584, 56.617124340793787 ], [ -5.152305272079928, 56.615677948609608 ], [ -5.152528062545234, 56.615123960886599 ], [ -5.154205456807945, 56.614613974895526 ], [ -5.153087450689932, 56.612840012903021 ], [ -5.152065215582191, 56.612897400035493 ], [ -5.150650859717687, 56.613531033928432 ], [ -5.146792302075548, 56.613493933681596 ], [ -5.143910256727574, 56.615005116365161 ], [ -5.140781113138128, 56.615605582817459 ], [ -5.137563475141539, 56.615534020291975 ], [ -5.136242925883663, 56.615239240961216 ], [ -5.135841521505055, 56.615510050839013 ], [ -5.131155143688399, 56.616109093041516 ], [ -5.130012613981116, 56.615207496182641 ], [ -5.129075842945264, 56.615707499680681 ], [ -5.125859480890843, 56.616242363393091 ], [ -5.120746044024139, 56.616213524936001 ], [ -5.118860660626405, 56.61657995073876 ], [ -5.118165109814007, 56.616251321138883 ], [ -5.115198877032883, 56.616163883999583 ], [ -5.114358419025538, 56.615856842783252 ], [ -5.11184811550164, 56.615960156109779 ], [ -5.105026959075091, 56.613995829512454 ], [ -5.103909082041937, 56.613286649517313 ], [ -5.099746401054593, 56.612024192983 ], [ -5.09896621344515, 56.611355988833736 ], [ -5.097088123974524, 56.611214026516485 ], [ -5.094066039042828, 56.609343174864762 ], [ -5.092681942892622, 56.609260762218511 ], [ -5.091858336059578, 56.608557640243752 ], [ -5.086959504085373, 56.608647932966029 ], [ -5.085155850475536, 56.609016313012084 ], [ -5.082767709825173, 56.608913761321197 ], [ -5.081424764854646, 56.609555608624518 ], [ -5.07996866936656, 56.609469446025329 ], [ -5.079935774180501, 56.608605527986448 ], [ -5.08048287205161, 56.608338483839397 ], [ -5.079612409035753, 56.607177111945248 ], [ -5.079944802325572, 56.606655609513446 ], [ -5.082016750702382, 56.605000629902271 ], [ -5.082502316924947, 56.60409958466753 ], [ -5.084157021657592, 56.60276682829042 ], [ -5.085079487413754, 56.602487750621087 ], [ -5.085670549677141, 56.601542723549386 ], [ -5.08787274009326, 56.601070046078917 ], [ -5.087879209811139, 56.598355223774504 ], [ -5.086189555119414, 56.596819632704253 ], [ -5.086762837145588, 56.596257069900524 ], [ -5.087936438039399, 56.596461628324889 ], [ -5.091393718401261, 56.595998142893393 ], [ -5.092542956580137, 56.595007731634247 ], [ -5.094413482322332, 56.594669029670051 ], [ -5.095588038281986, 56.593790320212996 ], [ -5.09477821936351, 56.592754284784618 ], [ -5.095057540358207, 56.592185517498045 ], [ -5.097440122784317, 56.591735134617458 ], [ -5.098688739383312, 56.590966909659429 ], [ -5.099473255344001, 56.59089790572596 ], [ -5.099091075245761, 56.589514143362585 ], [ -5.100691546038112, 56.5882696931046 ], [ -5.101552550012975, 56.588041459040326 ], [ -5.103486162078306, 56.588874105295282 ], [ -5.108920618175892, 56.587502271563558 ], [ -5.108772728364741, 56.586198067819048 ], [ -5.10809088455664, 56.585334199734206 ], [ -5.108760017231817, 56.585151163831917 ], [ -5.108760163444466, 56.584459004794162 ], [ -5.107875017463968, 56.584193497968293 ], [ -5.108274547864424, 56.583504832599488 ], [ -5.107399127193034, 56.582861540251919 ], [ -5.107372707382231, 56.582143078676218 ], [ -5.106340171692929, 56.582065522679706 ], [ -5.105192258826635, 56.581177335076447 ], [ -5.105836215253281, 56.580985954162564 ], [ -5.104720775369096, 56.579202543239738 ], [ -5.104969594619298, 56.577371553399999 ], [ -5.10139890302464, 56.577024769373608 ], [ -5.10033083632907, 56.576610964517208 ], [ -5.099779208957449, 56.576934849262301 ], [ -5.099167340554195, 56.576523135518002 ], [ -5.098172519729765, 56.576705254279808 ], [ -5.097571368107538, 56.576324727226414 ], [ -5.097136845728843, 56.576587251811823 ], [ -5.095930523839478, 56.576473493166205 ], [ -5.096099524316052, 56.57545352511638 ], [ -5.096721048133919, 56.574988585133632 ], [ -5.096367549788324, 56.574350187668074 ], [ -5.095451069833411, 56.573896608498373 ], [ -5.097390985534733, 56.573025765622084 ], [ -5.09964513264069, 56.571320062181357 ], [ -5.100242571002416, 56.569965791015491 ], [ -5.09981538848166, 56.568924735875953 ], [ -5.100954871680778, 56.565938909272909 ], [ -5.100184912315075, 56.565185071302274 ], [ -5.097524758099842, 56.559534417345432 ], [ -5.098841011765813, 56.558013902715132 ], [ -5.099693301959033, 56.555300421907873 ], [ -5.102093276254093, 56.554395533800637 ], [ -5.102433357253897, 56.553281387257705 ], [ -5.104941427567597, 56.550917514410045 ], [ -5.106620967797359, 56.550857535467777 ], [ -5.107790891266061, 56.550239481706811 ], [ -5.114222598826154, 56.548397409881495 ], [ -5.114481746129166, 56.547986402185835 ], [ -5.110528565723607, 56.541460528850948 ], [ -5.107565570874482, 56.538959344614234 ], [ -5.103992076010839, 56.537044162983719 ], [ -5.102041513260593, 56.536369288796216 ], [ -5.100467270235454, 56.535918704074184 ], [ -5.097651151705352, 56.535758871192797 ], [ -5.098206320154938, 56.534927915596505 ], [ -5.100991798084596, 56.533083041639237 ], [ -5.101450836893733, 56.532132219329938 ], [ -5.104466965320676, 56.529135392906589 ], [ -5.105435095502483, 56.526756042605626 ], [ -5.106643911992593, 56.525728011524478 ], [ -5.107488354122708, 56.523032623607442 ], [ -5.108878647128773, 56.521343820979979 ], [ -5.111919716635404, 56.519361934015244 ], [ -5.112462006039657, 56.518638198568581 ], [ -5.117133497707438, 56.516120883224282 ], [ -5.117741285093456, 56.515404466682483 ], [ -5.117828727805314, 56.514292112378385 ], [ -5.119471288195125, 56.512813479669525 ], [ -5.121001182260444, 56.513030312507972 ], [ -5.121730504539787, 56.511816415214639 ], [ -5.123230927911395, 56.511873055528454 ], [ -5.123947304053178, 56.511095443637885 ], [ -5.123570799038346, 56.510866706625329 ], [ -5.126710204687554, 56.510886541604343 ], [ -5.1267403401241, 56.510364410736258 ], [ -5.127749924298042, 56.510383919336796 ], [ -5.128262043081552, 56.510186734921263 ], [ -5.128124788919868, 56.509803659775187 ], [ -5.129140251121678, 56.509796041184359 ], [ -5.129683769429722, 56.508501379203388 ], [ -5.131352161632627, 56.507245757428088 ], [ -5.13323668733993, 56.504474470454717 ], [ -5.134892311482731, 56.503362945887787 ], [ -5.135596478742754, 56.503426059361601 ], [ -5.135983854201204, 56.504081472618793 ], [ -5.137768929105656, 56.504831898416882 ], [ -5.137110561686211, 56.505814881880809 ], [ -5.137767360570706, 56.506484154810195 ], [ -5.137398847835084, 56.505762648458692 ], [ -5.137983768217652, 56.506152375052309 ], [ -5.13877414546713, 56.505979571977875 ], [ -5.140302435599733, 56.504116099902966 ], [ -5.141830618293905, 56.504216755028246 ], [ -5.142216837270626, 56.503973257087388 ], [ -5.142218127620169, 56.504283352721799 ], [ -5.142788839214701, 56.504304858506806 ], [ -5.143693997064685, 56.503261655615248 ], [ -5.144779974515632, 56.503126270865714 ], [ -5.144605151718449, 56.503566678662949 ], [ -5.145622128654055, 56.503873507646027 ], [ -5.145742162800166, 56.503654723409781 ], [ -5.146264411709174, 56.503974086425806 ], [ -5.146848224567296, 56.503761521061321 ], [ -5.146940928425091, 56.503997385304082 ], [ -5.148459075087833, 56.503976858576628 ], [ -5.148676487983424, 56.503364568469131 ], [ -5.150470673682411, 56.50236167871121 ], [ -5.151893748923899, 56.502469372096549 ], [ -5.153180846369979, 56.502211944409552 ], [ -5.155096688813296, 56.501403657919049 ], [ -5.155045706031531, 56.500888070919892 ], [ -5.155505910586898, 56.501438199556482 ], [ -5.155931910153829, 56.501283538400912 ], [ -5.15579338851011, 56.500985920320787 ], [ -5.156307565253871, 56.500914413546823 ], [ -5.15692089409854, 56.500080788196563 ], [ -5.157413761850481, 56.497115269497165 ], [ -5.159299772755477, 56.495952594645928 ], [ -5.159302890305524, 56.495404168425026 ], [ -5.158711782505256, 56.4951360540935 ], [ -5.159296370580444, 56.494446974678567 ], [ -5.158910875198115, 56.49303648067329 ], [ -5.160903800486944, 56.492477833269284 ], [ -5.1620465608974, 56.491370000305565 ], [ -5.161427327791608, 56.490275600114984 ], [ -5.16227314598018, 56.487651641232191 ], [ -5.164380591708376, 56.484766274820124 ], [ -5.164388035532548, 56.485148131093737 ], [ -5.166598453488573, 56.484768118368393 ], [ -5.167413686569304, 56.484900126955921 ], [ -5.168604812532912, 56.485642794881443 ], [ -5.168809086669325, 56.48517013230768 ], [ -5.170574087415706, 56.484320493905635 ], [ -5.17135261596816, 56.482358897049302 ], [ -5.173872545056661, 56.481894429330495 ], [ -5.174382868065447, 56.481391452651856 ], [ -5.174580675585848, 56.48006495525803 ], [ -5.173411079197622, 56.477537406828134 ], [ -5.174278612227408, 56.476449972004247 ], [ -5.17422962016844, 56.475669151027773 ], [ -5.175885368940992, 56.474296345410309 ], [ -5.175761219872497, 56.473782635037608 ], [ -5.174761311440103, 56.473673389525196 ], [ -5.17513209966026, 56.471501955832345 ], [ -5.175764140660956, 56.470708194955726 ], [ -5.177572199955511, 56.470383219970287 ], [ -5.178198233546358, 56.470780692671362 ], [ -5.17979687344171, 56.470573417973362 ], [ -5.185117850947162, 56.466199292167502 ], [ -5.185023124775089, 56.464623184173483 ], [ -5.185635302335037, 56.463596153040307 ], [ -5.183886996251664, 56.462400507510303 ], [ -5.183792772285388, 56.461760183529009 ], [ -5.184609296824782, 56.46094365687037 ], [ -5.186657353228041, 56.459807825135293 ], [ -5.187864161289204, 56.459871199599519 ], [ -5.188950262176527, 56.459560110147009 ], [ -5.190560313840472, 56.458430978065017 ], [ -5.19344669517405, 56.458581423176447 ], [ -5.194999851024238, 56.456873876125854 ], [ -5.198126600748456, 56.456312344960281 ], [ -5.198762670540499, 56.45586444546845 ], [ -5.199631673917235, 56.456255542913034 ], [ -5.201005183128618, 56.455793097423964 ], [ -5.202457520153135, 56.45588145359563 ], [ -5.203910302251217, 56.455493338640999 ], [ -5.204910764052673, 56.454361779701024 ], [ -5.2103121295144, 56.453345590023879 ], [ -5.212528608188652, 56.451238579090514 ], [ -5.214060467647952, 56.451693307440884 ], [ -5.214242500116931, 56.452214476323476 ], [ -5.21499428919205, 56.452370283025836 ], [ -5.218175915510817, 56.451505663690014 ], [ -5.220437825854586, 56.450516522490958 ], [ -5.224251790608838, 56.45012524948433 ], [ -5.226220676700331, 56.450563969784227 ], [ -5.228194623502445, 56.450296846167298 ], [ -5.228710562435188, 56.449968777970994 ], [ -5.228062454476612, 56.449504709705614 ], [ -5.226362420236079, 56.449364669295058 ], [ -5.225795867288497, 56.449765960816023 ], [ -5.22473221406211, 56.449856553947264 ], [ -5.222517157777415, 56.449577031014769 ], [ -5.222359346414037, 56.449342908985265 ], [ -5.224309985402569, 56.448226938778681 ], [ -5.226498608691843, 56.447621643892518 ], [ -5.228683118952819, 56.447542306733709 ], [ -5.230246654660708, 56.446649371303394 ], [ -5.231451461534101, 56.446884069607201 ], [ -5.2314777152712, 56.44723128246094 ], [ -5.231838244100635, 56.447080749370123 ], [ -5.232559426506157, 56.447583346185432 ], [ -5.231602819282806, 56.448512634103068 ], [ -5.230413332783844, 56.448994007189881 ], [ -5.229161378811242, 56.450307632166123 ], [ -5.229364197670496, 56.450688902067007 ], [ -5.236460535675229, 56.451692311461343 ], [ -5.238494278115469, 56.452870789713529 ], [ -5.238788277525915, 56.453558906826871 ], [ -5.240598494951143, 56.454246065048174 ], [ -5.241734347329776, 56.455096460350276 ], [ -5.243587742898003, 56.454423216997768 ], [ -5.244399227199136, 56.454477501347391 ], [ -5.244908131307279, 56.45545664049061 ], [ -5.246216547118085, 56.455759507303803 ], [ -5.2461445084934, 56.456246833113248 ], [ -5.248339076214195, 56.458274962664682 ], [ -5.250334485876265, 56.459490218905593 ], [ -5.252447904813028, 56.460185445126875 ], [ -5.254262570436307, 56.461562700201377 ], [ -5.255805927480203, 56.463657236055525 ], [ -5.256765179906133, 56.464050069258896 ], [ -5.259291764517953, 56.463215079826803 ], [ -5.260125303962274, 56.463523991282678 ], [ -5.259709958450948, 56.463073738643764 ], [ -5.260564329623472, 56.463379402719184 ], [ -5.260287812328349, 56.463090012999871 ], [ -5.261011845931646, 56.463201327497309 ], [ -5.26064660226785, 56.462918766344288 ], [ -5.262329262017254, 56.462847546464623 ], [ -5.262380910993087, 56.463070929827616 ], [ -5.263066819015853, 56.462832637691925 ], [ -5.26334760580075, 56.463076960743521 ], [ -5.263662026842772, 56.462861924207886 ], [ -5.263592133319323, 56.463333923961976 ], [ -5.264418083281513, 56.462967881336844 ], [ -5.26505953301712, 56.463440933615033 ], [ -5.268242413117691, 56.463159324194038 ], [ -5.270821564230634, 56.463410464557505 ], [ -5.274066443654371, 56.464565424905885 ], [ -5.275352689438548, 56.464717549720604 ], [ -5.275635083309403, 56.464319937471963 ], [ -5.27636792927215, 56.464589149692209 ], [ -5.277848827002058, 56.46432437659189 ], [ -5.280731083193547, 56.462723505038618 ], [ -5.282067705286229, 56.462519131915286 ], [ -5.284307530598195, 56.460834487313043 ], [ -5.286185727469659, 56.460866538959749 ], [ -5.288219003657624, 56.4604575474089 ], [ -5.290142379694495, 56.461893443372396 ], [ -5.291971118967665, 56.462084940488161 ], [ -5.292930919854964, 56.461842805160394 ], [ -5.292815200715362, 56.461594163693668 ], [ -5.293055629898683, 56.461782858048529 ], [ -5.294228964222127, 56.461550324786892 ], [ -5.297419845694954, 56.462731287808666 ], [ -5.298188037328631, 56.46336891407811 ], [ -5.302643831560371, 56.463349222103005 ], [ -5.306502298266044, 56.462436424722355 ], [ -5.306493060969245, 56.463170241553307 ], [ -5.308331575185299, 56.463584186773438 ], [ -5.310934362457297, 56.462984325207543 ], [ -5.314682116223481, 56.463504512700055 ], [ -5.316215372863319, 56.464047864158175 ], [ -5.318656956866276, 56.4635555331094 ], [ -5.320900890807387, 56.464425918519609 ], [ -5.322663699473762, 56.464621429158697 ], [ -5.323498774522138, 56.46590708261661 ], [ -5.324914012185913, 56.466583845750243 ], [ -5.327565374682034, 56.466261019020344 ], [ -5.328726023294057, 56.465420780491037 ], [ -5.331271839946888, 56.46621096074044 ], [ -5.332202286276096, 56.466043024994917 ], [ -5.335357776018583, 56.468356716285427 ], [ -5.338677342461706, 56.470093256490053 ], [ -5.338138953173379, 56.470250688279975 ], [ -5.338674973824383, 56.470232664359258 ], [ -5.339347175694281, 56.470877126478243 ], [ -5.342415162903902, 56.471318599941867 ], [ -5.344108945217642, 56.471241478197939 ], [ -5.346499957661156, 56.471796396409118 ], [ -5.348590037262414, 56.471405558039777 ], [ -5.350729676711188, 56.470361570929015 ], [ -5.351798950273226, 56.470478316318442 ], [ -5.353420599684408, 56.470191750915554 ], [ -5.354773916682699, 56.470858170359726 ], [ -5.356221405636941, 56.471045557195076 ], [ -5.358753725383278, 56.470330623669085 ], [ -5.360219852284059, 56.470343052686829 ], [ -5.360147343767846, 56.470643485773593 ], [ -5.361975667681779, 56.470141740480237 ], [ -5.363461493131456, 56.468890497577071 ], [ -5.363791610688049, 56.468032885193416 ], [ -5.362680337268712, 56.465660884545038 ], [ -5.3626654287036, 56.463767088675169 ], [ -5.361664523036576, 56.463081315096211 ], [ -5.361487825788184, 56.462368700299763 ], [ -5.365528284014527, 56.459364316364621 ], [ -5.366604769752732, 56.458997069507561 ], [ -5.374407635819519, 56.458110725660276 ], [ -5.380379932944773, 56.458315754893476 ], [ -5.384331942939277, 56.459336216583381 ], [ -5.387328644514052, 56.45947375246319 ], [ -5.387875750172021, 56.45930867108558 ], [ -5.387731629668578, 56.459003348053827 ], [ -5.388147982246629, 56.459211331833359 ], [ -5.389884450580559, 56.458618172400094 ], [ -5.390787594738714, 56.457821226252889 ], [ -5.391834234928197, 56.457595717142581 ], [ -5.392110443290423, 56.457015489146016 ], [ -5.393111548033032, 56.457171497829442 ], [ -5.393584517932597, 56.457613456222617 ], [ -5.393004164667722, 56.458333266581143 ], [ -5.394011094670873, 56.457499293267603 ], [ -5.399992419786295, 56.457532316758957 ], [ -5.407050320175381, 56.458906481226116 ], [ -5.402086798956924, 56.464097937687804 ], [ -5.401061521733124, 56.465779353486717 ], [ -5.400396528361111, 56.468348099764555 ], [ -5.400852356887898, 56.472261606600981 ], [ -5.405376121600674, 56.484330854906084 ], [ -5.409551549244672, 56.487837405700702 ], [ -5.409638968469914, 56.488593774343755 ], [ -5.410118817992135, 56.488671385654257 ], [ -5.40939567354387, 56.489123689532221 ], [ -5.409959358301299, 56.489447126528603 ], [ -5.409597415225836, 56.489813984931693 ], [ -5.413617178014506, 56.492246766034576 ], [ -5.416753287701458, 56.493686072063625 ], [ -5.421627187764429, 56.495252697047782 ], [ -5.422766240952622, 56.495465811918962 ], [ -5.424708452184103, 56.494492514101921 ], [ -5.427065427250881, 56.495684264649888 ], [ -5.420782720131483, 56.500400405491277 ], [ -5.421104841952928, 56.502206647859502 ], [ -5.420289794800639, 56.503245910021697 ], [ -5.420861070285858, 56.503614043452288 ], [ -5.41963291051885, 56.504236755285874 ], [ -5.420485293321011, 56.504963943575333 ], [ -5.420164900037266, 56.505070768281819 ], [ -5.421426741825402, 56.505362326093937 ], [ -5.421078447826634, 56.506439965794605 ], [ -5.421851275371151, 56.506500467454813 ], [ -5.420771826382378, 56.507168534387475 ], [ -5.419164998821172, 56.507343177548783 ], [ -5.419545970862743, 56.507565525785282 ], [ -5.422506364329115, 56.507310399336262 ], [ -5.421176854947991, 56.507206814358852 ], [ -5.422193586725153, 56.506672629593083 ], [ -5.423481447997312, 56.506531020574855 ], [ -5.422881178233379, 56.506437000541979 ], [ -5.423545623179308, 56.505926905544491 ], [ -5.422320218908705, 56.504273245638394 ], [ -5.424500700709787, 56.503251133056239 ], [ -5.424627516256598, 56.503701639251247 ], [ -5.4253090790945, 56.50374216188272 ], [ -5.424651456958624, 56.503570620266927 ], [ -5.424576552249222, 56.502524427654777 ], [ -5.425793269477007, 56.500984078198876 ], [ -5.426718397200649, 56.500482049349571 ], [ -5.426375215967028, 56.499777702425035 ], [ -5.426895657934834, 56.499456762072001 ], [ -5.425303242067499, 56.499967326933707 ], [ -5.425052355191302, 56.499240650278537 ], [ -5.428205297119386, 56.497363616119948 ], [ -5.43011477613123, 56.496909874939 ], [ -5.432323158955453, 56.495771767445333 ], [ -5.43221282401742, 56.495504213077346 ], [ -5.435351809554361, 56.493641756614444 ], [ -5.435961684689455, 56.492838218375837 ], [ -5.435177798163971, 56.492257578069406 ], [ -5.438627146045959, 56.490058291644132 ], [ -5.440696015958194, 56.486795887927371 ], [ -5.446400566092752, 56.481077018087589 ], [ -5.448629396561509, 56.479320392160851 ], [ -5.449770170871312, 56.479090881647807 ], [ -5.452021739268308, 56.477944901299594 ], [ -5.453895624510014, 56.476130623979529 ], [ -5.456645589360016, 56.475020121172633 ], [ -5.458925667132719, 56.474727299043877 ], [ -5.459117697554723, 56.47531980341293 ], [ -5.457088699419829, 56.476765387714963 ], [ -5.457563641986089, 56.476985898233892 ], [ -5.457318787221793, 56.477954693106689 ], [ -5.456874438554905, 56.478070467526315 ], [ -5.45800424797458, 56.478524453485683 ], [ -5.457756232971323, 56.479012352538369 ], [ -5.455905027674836, 56.480093342160025 ], [ -5.455810116497341, 56.480567980418833 ], [ -5.454297218127968, 56.481172019494231 ], [ -5.453945178026193, 56.481946002731867 ], [ -5.452689107901327, 56.482605801442674 ], [ -5.452802347260759, 56.482957768008355 ], [ -5.451250203701591, 56.484740594285455 ], [ -5.451145790770545, 56.486255673991877 ], [ -5.451961971575814, 56.486546726993282 ], [ -5.451653066549006, 56.487992877661277 ], [ -5.454065357711192, 56.488555057262751 ], [ -5.455031764965578, 56.48840677527167 ], [ -5.45877409247476, 56.486068382919633 ], [ -5.459482641615063, 56.485837350818663 ], [ -5.459354114485257, 56.486067492465061 ], [ -5.460137950292133, 56.486163404505952 ], [ -5.460799148281682, 56.48591210868905 ], [ -5.463016373204868, 56.48422836479623 ], [ -5.46481509199819, 56.483373495252309 ], [ -5.464828940414822, 56.48299101684988 ], [ -5.469415092735101, 56.480457891818595 ], [ -5.470027400697559, 56.480580114658459 ], [ -5.470261291149982, 56.480294868285029 ], [ -5.470840645054696, 56.48067873112786 ], [ -5.469700624561357, 56.481982769699748 ], [ -5.47023306465096, 56.482030807519763 ], [ -5.471501227803037, 56.481240126369656 ], [ -5.471907385740593, 56.481417557016613 ], [ -5.473143687546266, 56.480812053651803 ], [ -5.473826577189461, 56.480995214579814 ], [ -5.473878240456926, 56.481915286243407 ], [ -5.472201895388705, 56.483661412763958 ], [ -5.471607248489303, 56.484977171801816 ], [ -5.470537734098034, 56.485186907961371 ], [ -5.469827591744613, 56.486573316267304 ], [ -5.466695648849099, 56.48831062053786 ], [ -5.465724333389836, 56.488351246699168 ], [ -5.465591721913498, 56.487788557083491 ], [ -5.46503366510399, 56.487727728144968 ], [ -5.464858611335511, 56.48865862747126 ], [ -5.465347174032888, 56.488937168017316 ], [ -5.465749870445864, 56.488809043048327 ], [ -5.465921784260104, 56.48935714887147 ], [ -5.466510730754271, 56.489489034143425 ], [ -5.466391374941638, 56.490139677424217 ], [ -5.4635823778898, 56.491858880726397 ], [ -5.462091082209501, 56.493505289004439 ], [ -5.461789392753538, 56.493315919654215 ], [ -5.46179383242703, 56.493899270720021 ], [ -5.460469542833426, 56.494080961564741 ], [ -5.460472901066837, 56.493386811789158 ], [ -5.459889185442223, 56.493259246557166 ], [ -5.458559666117577, 56.493704480528429 ], [ -5.458381724542204, 56.493339038374735 ], [ -5.457456779710856, 56.493354929975943 ], [ -5.456949635227986, 56.494371486796318 ], [ -5.455053586663777, 56.4954680839597 ], [ -5.454699400653491, 56.496219650270312 ], [ -5.45420222247346, 56.496471737558196 ], [ -5.453303021818232, 56.496146146473585 ], [ -5.451541170052743, 56.49705824576602 ], [ -5.452045960816312, 56.49733638720086 ], [ -5.453805030266484, 56.497197527159742 ], [ -5.45408739751441, 56.49762120242346 ], [ -5.455388357273364, 56.497985046698361 ], [ -5.456637802329376, 56.496444359501552 ], [ -5.457455725301873, 56.496412577995436 ], [ -5.45665054783265, 56.497922916415014 ], [ -5.454338223422603, 56.499484209159036 ], [ -5.453808926891798, 56.499651780122406 ], [ -5.453336770149165, 56.499107522129066 ], [ -5.453164850206531, 56.499719154542994 ], [ -5.452325636657934, 56.500232481514168 ], [ -5.451211784534348, 56.500407314553605 ], [ -5.450559036598808, 56.500200711560524 ], [ -5.449603509268226, 56.500865594277897 ], [ -5.448276062715398, 56.501194678884907 ], [ -5.446863413229205, 56.502375699805825 ], [ -5.44747135561161, 56.502983636081446 ], [ -5.448298352039894, 56.502960655554595 ], [ -5.45318654736286, 56.501476160300314 ], [ -5.453143928976681, 56.502079698488146 ], [ -5.45216402839019, 56.502655375850907 ], [ -5.45245870946072, 56.503303470469774 ], [ -5.451667437326514, 56.504166079998242 ], [ -5.451551999716859, 56.505845985949094 ], [ -5.449229835106753, 56.50775357190517 ], [ -5.448084983766329, 56.508037118367383 ], [ -5.446387343899152, 56.509752879045436 ], [ -5.444170181671985, 56.511174667045822 ], [ -5.442223853153381, 56.513271262577867 ], [ -5.442713700247924, 56.51325767425751 ], [ -5.442613745873021, 56.51441389994833 ], [ -5.441802901264679, 56.515603328311251 ], [ -5.438989067353329, 56.518413474791117 ], [ -5.435210075882233, 56.521184638689128 ], [ -5.434251274932635, 56.52135501653995 ], [ -5.433153110013414, 56.520560993337511 ], [ -5.431659972308024, 56.520128501742349 ], [ -5.432101867418003, 56.519584060760096 ], [ -5.433073577178424, 56.520041759531956 ], [ -5.43264750759, 56.519251615286358 ], [ -5.433357176786934, 56.519258056828377 ], [ -5.434044614395114, 56.520024784895583 ], [ -5.435054013161638, 56.519318088086131 ], [ -5.43292225322757, 56.518226321014687 ], [ -5.431297164487596, 56.517898166850451 ], [ -5.430702856389802, 56.517314948275505 ], [ -5.430886171107548, 56.517759392345539 ], [ -5.427911882247517, 56.518121175210553 ], [ -5.426248127723229, 56.518732601968857 ], [ -5.422434041967262, 56.520945139917607 ], [ -5.421739267075557, 56.52238384808291 ], [ -5.421726505489882, 56.525054287141586 ], [ -5.420324727731589, 56.526572707293454 ], [ -5.412546504593515, 56.525547053563947 ], [ -5.412049853998075, 56.524149252575469 ], [ -5.41014412233283, 56.522491699375266 ], [ -5.409943198988406, 56.521704288278343 ], [ -5.413014426655108, 56.521655832631957 ], [ -5.41319752605103, 56.521268715575033 ], [ -5.411699674497605, 56.52074531579516 ], [ -5.410500899916268, 56.520924801813699 ], [ -5.40859208318799, 56.52237880247592 ], [ -5.405906967956348, 56.52375698210092 ], [ -5.404609211630895, 56.523886083488328 ], [ -5.403390767930944, 56.525768767713117 ], [ -5.401911414125216, 56.525723915404527 ], [ -5.401033134448089, 56.525271507415468 ], [ -5.400957569908003, 56.524682927310906 ], [ -5.399545937580098, 56.524213656690925 ], [ -5.399751171726973, 56.523219123080565 ], [ -5.401508386345134, 56.521829653173334 ], [ -5.402388070746381, 56.520377011035791 ], [ -5.402593097309546, 56.518764854823466 ], [ -5.401917461143928, 56.516653615176274 ], [ -5.40110074092547, 56.515851605230758 ], [ -5.39987266494466, 56.515376413441629 ], [ -5.396834360038651, 56.515514450216209 ], [ -5.3946728294034, 56.514765383210161 ], [ -5.393268976661639, 56.514759723743552 ], [ -5.392936121907639, 56.514183568945015 ], [ -5.390254031159684, 56.513539457934904 ], [ -5.390344795850622, 56.51253548259352 ], [ -5.389566107635348, 56.511445578677083 ], [ -5.389795969340379, 56.510214850177697 ], [ -5.382698299927114, 56.509935647339525 ], [ -5.376758985735628, 56.51183697456603 ], [ -5.376429012868506, 56.511253509071942 ], [ -5.376074234232016, 56.511798068384465 ], [ -5.375745212569307, 56.511517539583821 ], [ -5.373341447474862, 56.512151072539744 ], [ -5.367064476321946, 56.516137790247072 ], [ -5.364832409346806, 56.51680515001101 ], [ -5.363985489375881, 56.516643813588217 ], [ -5.36280137947501, 56.515448769902015 ], [ -5.363211634940425, 56.514482017418572 ], [ -5.362407283531285, 56.514359972417942 ], [ -5.36143981704107, 56.513534828776642 ], [ -5.35919230877748, 56.513770088507307 ], [ -5.35892483095638, 56.513595730620281 ], [ -5.359004455351181, 56.51390732563133 ], [ -5.35828054006627, 56.514234373693341 ], [ -5.356619621805665, 56.514171426751766 ], [ -5.3536717250601, 56.515111459601641 ], [ -5.354105638388189, 56.515439553897913 ], [ -5.353717258705274, 56.515736828894873 ], [ -5.354153604328952, 56.516956660764947 ], [ -5.354971503675254, 56.517378657999188 ], [ -5.355569580515063, 56.517319337777025 ], [ -5.355829195774668, 56.517662027811078 ], [ -5.355206817254829, 56.518439404627593 ], [ -5.353405713476086, 56.519496753093527 ], [ -5.351385115753124, 56.519874967168967 ], [ -5.34909579947393, 56.519917882420003 ], [ -5.349216079927206, 56.519622464012947 ], [ -5.348124879047086, 56.5193282669768 ], [ -5.345556678117034, 56.519712166090805 ], [ -5.345104184798616, 56.519468149401689 ], [ -5.34535766225328, 56.518930912421098 ], [ -5.34416855303846, 56.518909017693289 ], [ -5.343314446559549, 56.518536471446104 ], [ -5.340580267204171, 56.518789889895096 ], [ -5.337182857125209, 56.519730828527344 ], [ -5.333741803478922, 56.520158622742166 ], [ -5.329715631265569, 56.522943876935905 ], [ -5.329128347664174, 56.522738479191787 ], [ -5.329131997420471, 56.523317328104866 ], [ -5.329913326296578, 56.523713499427124 ], [ -5.329357544158269, 56.524348708127775 ], [ -5.326526957850804, 56.525103331068998 ], [ -5.324793941817909, 56.524871975680753 ], [ -5.325870953977198, 56.525542533114631 ], [ -5.325593464022831, 56.525698300083633 ], [ -5.325170153919422, 56.525452530843765 ], [ -5.324230558743977, 56.527351178798973 ], [ -5.321861138518747, 56.527283356255388 ], [ -5.321080450797796, 56.52771148424749 ], [ -5.313745070096664, 56.528985392807741 ], [ -5.310774411089301, 56.532558086243576 ], [ -5.31107519827223, 56.531606136972925 ], [ -5.31059757936292, 56.531427392483295 ], [ -5.310871865827279, 56.530619087817747 ], [ -5.310354663483664, 56.530080008990026 ], [ -5.309979772792183, 56.532139675413504 ], [ -5.309507537485822, 56.531389033247343 ], [ -5.310178478552806, 56.53057734713628 ], [ -5.309246377707762, 56.531248562846756 ], [ -5.309299092970957, 56.532150630295092 ], [ -5.306119062296688, 56.534300308314876 ], [ -5.305864794141951, 56.534929170907034 ], [ -5.306525113790884, 56.535281065420754 ], [ -5.306984237881589, 56.536720683715906 ], [ -5.306519961926195, 56.537366827773269 ], [ -5.304508764848269, 56.537532746399322 ], [ -5.303844312735135, 56.539056213222857 ], [ -5.303862404300689, 56.540943579407532 ], [ -5.300021120230382, 56.54242565891353 ], [ -5.300133063752175, 56.542683385942141 ], [ -5.301295605334068, 56.542859245577276 ], [ -5.301071175261456, 56.543458535207151 ], [ -5.300149218893151, 56.543896570659264 ], [ -5.299049412285004, 56.543880848212403 ], [ -5.298335270353181, 56.543248065325898 ], [ -5.298718901492713, 56.542981666669121 ], [ -5.298352431302763, 56.542510451756826 ], [ -5.297092570996332, 56.542899006915533 ], [ -5.296126461521208, 56.543765196123445 ], [ -5.293883638160617, 56.544266108544463 ], [ -5.293588393209641, 56.545156729816313 ], [ -5.294707916554741, 56.545848004417174 ], [ -5.294158540433206, 56.545912023583902 ], [ -5.293369918945908, 56.546706057404343 ], [ -5.292486697198425, 56.546936242730744 ], [ -5.285757414471253, 56.546638035958722 ], [ -5.283800419423022, 56.545745889131098 ], [ -5.28055848445826, 56.545800118115423 ], [ -5.278805383275717, 56.544911497529156 ], [ -5.275769718411868, 56.544056695993838 ], [ -5.267699611065056, 56.545204255181062 ], [ -5.264906863065907, 56.546221626320587 ], [ -5.262339022816723, 56.546734101083629 ], [ -5.260321737311259, 56.546647744364932 ], [ -5.258073866990635, 56.547380962384636 ], [ -5.25343870976221, 56.547605870271042 ], [ -5.249506478677644, 56.548436985680631 ], [ -5.246397901908424, 56.550905013948238 ], [ -5.245233017998284, 56.553133401212222 ], [ -5.246339064632546, 56.553257315623476 ], [ -5.245814273436941, 56.553401381009053 ], [ -5.24662970780089, 56.554274524731277 ], [ -5.245897648169314, 56.555134181551786 ], [ -5.245204371928111, 56.555021951014446 ], [ -5.245605537330391, 56.555429480816471 ], [ -5.24663643251634, 56.555492430777193 ], [ -5.247350119913221, 56.55422872072787 ], [ -5.248543001898603, 56.555136930250448 ], [ -5.248674639374895, 56.555627911605285 ], [ -5.248042538344904, 56.556134374530828 ], [ -5.248988964229272, 56.557489513407525 ], [ -5.245025548768148, 56.560249537987126 ], [ -5.243545141916877, 56.560166849390527 ], [ -5.243191513763605, 56.560409811382243 ], [ -5.244330109431399, 56.561063278380814 ], [ -5.244851977069058, 56.562213788452013 ], [ -5.243113035935384, 56.56424588839927 ], [ -5.241636400167269, 56.564684467770114 ], [ -5.238686574850989, 56.562747769838758 ], [ -5.237471120479204, 56.562527750989297 ], [ -5.234826161075252, 56.562821401423022 ], [ -5.233722492401056, 56.563528846023623 ], [ -5.231496396317105, 56.563905008916194 ], [ -5.23303838898226, 56.56421187584678 ], [ -5.234706469713321, 56.56304026620613 ], [ -5.237437340191764, 56.562703926611483 ], [ -5.241050858070509, 56.564596368573021 ], [ -5.240404300893569, 56.564366026396144 ], [ -5.240770661972927, 56.564841901352906 ], [ -5.242675992082236, 56.56484611182627 ], [ -5.24537495008923, 56.562806917442934 ], [ -5.247429009955334, 56.560559784717441 ], [ -5.248332965660142, 56.560279944521994 ], [ -5.248157189468177, 56.560698060158359 ], [ -5.249590492843813, 56.559757119161532 ], [ -5.253575973687893, 56.558111069806813 ], [ -5.2546752849981, 56.557264216442114 ], [ -5.256989132769296, 56.556628225443006 ], [ -5.260298014797154, 56.555071609121455 ], [ -5.26268860257344, 56.554195269506749 ], [ -5.264847821386099, 56.554223924858888 ], [ -5.270163272012196, 56.552065901323708 ], [ -5.274191263195179, 56.55111923526875 ], [ -5.274688041936983, 56.550840941913087 ], [ -5.274074390090631, 56.550614402355443 ], [ -5.274439315144891, 56.550317112110072 ], [ -5.276221383029811, 56.55050383978454 ], [ -5.278804677581011, 56.549792898538968 ], [ -5.282332174587991, 56.549461482863926 ], [ -5.283420699026935, 56.548969737825622 ], [ -5.283986008123546, 56.549107613398988 ], [ -5.285153215217838, 56.548303627981397 ], [ -5.286927922685668, 56.547843138888233 ], [ -5.291906531135372, 56.547919815442462 ], [ -5.292658025616465, 56.549357121579611 ], [ -5.294138481310828, 56.54912547759001 ], [ -5.295532930735327, 56.549289847607653 ], [ -5.296861452130918, 56.548808692912417 ], [ -5.2979043503646, 56.548748636680095 ], [ -5.298583593697813, 56.549054225270567 ], [ -5.298849574899033, 56.548856577392499 ], [ -5.299333826156668, 56.549352530326672 ], [ -5.299172281027729, 56.550226128752847 ], [ -5.301929054882493, 56.551361076256583 ], [ -5.305672068346134, 56.550664574599423 ], [ -5.312625651195398, 56.550259922600475 ], [ -5.314340979447003, 56.54988602478533 ], [ -5.315992544764354, 56.54891418682783 ], [ -5.320268141350109, 56.54813469108754 ], [ -5.322442514322468, 56.547244074918993 ], [ -5.323395868837318, 56.547240137911473 ], [ -5.322424521488296, 56.547781247975443 ], [ -5.322745158459164, 56.548134058767758 ], [ -5.323006479765606, 56.548218761849235 ], [ -5.322905096062797, 56.548157647296485 ], [ -5.322892953749118, 56.548000650543351 ], [ -5.323569599937717, 56.547439556704454 ], [ -5.322939389433323, 56.548029074276982 ], [ -5.323913182199251, 56.547571499997851 ], [ -5.324173974832799, 56.547817132455442 ], [ -5.324107556676962, 56.547412570844806 ], [ -5.327014716440659, 56.545082759308059 ], [ -5.327911780657666, 56.544920276039903 ], [ -5.327196803715558, 56.544413531811678 ], [ -5.328144912316376, 56.542942556945178 ], [ -5.33304404774836, 56.539808528868306 ], [ -5.334724864826889, 56.539493699181683 ], [ -5.335412045699298, 56.538612213159944 ], [ -5.335412134816874, 56.537596356006731 ], [ -5.336117769281818, 56.537109923586705 ], [ -5.339764901031884, 56.536584846777174 ], [ -5.343922100535648, 56.534926681287615 ], [ -5.347586043822799, 56.531924195516311 ], [ -5.349682139055696, 56.530698964240877 ], [ -5.355111525866012, 56.529090576216426 ], [ -5.357896253511993, 56.52780253424789 ], [ -5.360333727933543, 56.526195693976881 ], [ -5.365556454920278, 56.524763235499861 ], [ -5.366470837494616, 56.523850228415981 ], [ -5.366765995685313, 56.524225196477715 ], [ -5.367589123261984, 56.52411656321744 ], [ -5.368356148683884, 56.524529967719346 ], [ -5.367380942418576, 56.525545327070645 ], [ -5.370813520415249, 56.526484211257134 ], [ -5.370846820128334, 56.526877069145989 ], [ -5.371981050802626, 56.527193277138053 ], [ -5.371849885957878, 56.528498593102142 ], [ -5.372776298251353, 56.528763802432863 ], [ -5.372758620119679, 56.529241652222446 ], [ -5.374055697320165, 56.529339455481967 ], [ -5.375156867416289, 56.529301428820965 ], [ -5.377750823094792, 56.526828737166063 ], [ -5.377516119066438, 56.526293923936777 ], [ -5.379331898035351, 56.524784521368041 ], [ -5.381840812637767, 56.524300849818097 ], [ -5.382430125399388, 56.52390541208861 ], [ -5.382816679543787, 56.524172670164575 ], [ -5.381101874763705, 56.525900531047739 ], [ -5.381509713673003, 56.526661665895077 ], [ -5.382276995878958, 56.526966200757613 ], [ -5.384148594635654, 56.526594244032488 ], [ -5.385053915194296, 56.52675025866305 ], [ -5.38559261234541, 56.527318122546589 ], [ -5.386754625617505, 56.527433860378643 ], [ -5.386773486988888, 56.527827110431978 ], [ -5.387774588554464, 56.52812613150477 ], [ -5.386441574794397, 56.530084579566036 ], [ -5.387019122834383, 56.529866546044808 ], [ -5.386717594509494, 56.530096827416017 ], [ -5.387184146922246, 56.530020268263158 ], [ -5.387415405633251, 56.530514704176873 ], [ -5.386458498716113, 56.532240832422083 ], [ -5.386799224933127, 56.532521915833726 ], [ -5.387473981825138, 56.532408210349807 ], [ -5.387087793466612, 56.533511938971088 ], [ -5.386524114040211, 56.533831181161901 ], [ -5.387127303443842, 56.533735612374521 ], [ -5.38832357112812, 56.534323281085527 ], [ -5.389969938970048, 56.534358345726787 ], [ -5.392931733090881, 56.53362115602657 ], [ -5.394222509324269, 56.5360626378408 ], [ -5.394865316934681, 56.536318359717583 ], [ -5.3945089585781, 56.536953813800096 ], [ -5.395580105925019, 56.537849600542046 ], [ -5.394865605643538, 56.539191581684207 ], [ -5.395474288332242, 56.539283715844498 ], [ -5.392387672091518, 56.542030054866423 ], [ -5.392896178459305, 56.543111149982217 ], [ -5.392610919315445, 56.543487537789908 ], [ -5.393240117142129, 56.543753530621551 ], [ -5.398101253485907, 56.543846232168399 ], [ -5.40315310239589, 56.54260118262264 ], [ -5.40966423315385, 56.540270301366284 ], [ -5.411261972613738, 56.540213824745564 ], [ -5.412445215384334, 56.53945760082631 ], [ -5.413465006357582, 56.539362139872637 ], [ -5.413672813910591, 56.539645908817434 ], [ -5.416740481157351, 56.539036495372237 ], [ -5.416165294111808, 56.539803901213105 ], [ -5.414528438633026, 56.540744349994355 ], [ -5.414725117710352, 56.5413017240163 ], [ -5.415769986076591, 56.541104865341779 ], [ -5.41537520262431, 56.541798078903348 ], [ -5.410595963228809, 56.544981610540972 ], [ -5.410189163005972, 56.545578940925161 ], [ -5.409792349994161, 56.54567254830323 ], [ -5.409951119928763, 56.545357129494185 ], [ -5.409579895376154, 56.545572299190596 ], [ -5.408683265926281, 56.546640671643736 ], [ -5.405103194811645, 56.549053857730584 ], [ -5.407744312231297, 56.550694917262042 ], [ -5.410287441577828, 56.551317336898407 ], [ -5.412251245954098, 56.550639471521698 ], [ -5.413679732470412, 56.549025135503051 ], [ -5.417283535385354, 56.547837297265588 ], [ -5.420045639557178, 56.546432500759643 ], [ -5.420396966663005, 56.547079105037369 ], [ -5.421223442181057, 56.546498944282014 ], [ -5.42120292970463, 56.547533378915659 ], [ -5.419584449513647, 56.548535416217966 ], [ -5.417951639631386, 56.550768577498623 ], [ -5.415791658381336, 56.552067756208082 ], [ -5.414867300375981, 56.553117157408821 ], [ -5.415060679532671, 56.553582922570378 ], [ -5.414521774680455, 56.553310956920392 ], [ -5.413869372650853, 56.553459251731333 ], [ -5.412402586591018, 56.554487583754224 ], [ -5.409616327862628, 56.55570586415817 ], [ -5.407943091225992, 56.555581881999984 ], [ -5.407816426854207, 56.555151135674187 ], [ -5.406083734426949, 56.556193878151419 ], [ -5.405873544336385, 56.558436380717758 ], [ -5.408292537505482, 56.560694856591027 ], [ -5.404119394406025, 56.561452107202406 ], [ -5.402219568340024, 56.562885943623783 ], [ -5.401436393680343, 56.564245119786946 ], [ -5.39826366342138, 56.564906437901307 ], [ -5.393897947359791, 56.567518755341098 ], [ -5.391959479779141, 56.567456637051421 ], [ -5.391084330958341, 56.568793978684425 ], [ -5.385519674099888, 56.567079453137062 ], [ -5.387252708086153, 56.566775087259302 ], [ -5.385551844846758, 56.5657822153902 ], [ -5.386014817966163, 56.564076773155612 ], [ -5.388789646867379, 56.563770946431092 ], [ -5.389729500384522, 56.562029099964548 ], [ -5.390871954182566, 56.561750686331045 ], [ -5.391531351675072, 56.561169004906596 ], [ -5.391740965315425, 56.56014650600428 ], [ -5.390374830326056, 56.559562597012984 ], [ -5.389048367692711, 56.559748936308239 ], [ -5.387712389489353, 56.56061157130133 ], [ -5.385007352542178, 56.563826444178929 ], [ -5.383732435671724, 56.564500375780682 ], [ -5.379736927096026, 56.56457590438702 ], [ -5.374980819376258, 56.565526023222809 ], [ -5.371467577436855, 56.56485639430764 ], [ -5.370429865989379, 56.565362825331007 ], [ -5.370767241765918, 56.565622469533992 ], [ -5.369414943562234, 56.565924366753819 ], [ -5.37035507828514, 56.567101715942236 ], [ -5.371628899548625, 56.567106699332925 ], [ -5.372996792546355, 56.566376432146022 ], [ -5.374566350318007, 56.566630466690711 ], [ -5.374879744659367, 56.567278219993199 ], [ -5.37395794380364, 56.567934360105994 ], [ -5.37398331018765, 56.568255512177778 ], [ -5.374855462129584, 56.568540173879263 ], [ -5.374733130037302, 56.569122452320499 ], [ -5.376645635087282, 56.568856512932761 ], [ -5.382110845352347, 56.570626283810064 ], [ -5.382235200983635, 56.573166169323997 ], [ -5.382917218118647, 56.573708573015857 ], [ -5.381890739531602, 56.575526432851746 ], [ -5.382329556649536, 56.576080855104287 ], [ -5.383185852841526, 56.576240033465609 ], [ -5.384048718014395, 56.575926152815491 ], [ -5.385460313711014, 56.574536490730409 ], [ -5.386316745239387, 56.57447898413831 ], [ -5.387799116909724, 56.57530070665662 ], [ -5.38790428795287, 56.576475530804537 ], [ -5.38554662671685, 56.579852627844971 ], [ -5.384264964883376, 56.580711933462972 ], [ -5.383774886538327, 56.582171774161672 ], [ -5.383445193710727, 56.582292229767418 ], [ -5.383081477281156, 56.581157708557036 ], [ -5.38320379751528, 56.578991383864611 ], [ -5.382165801076577, 56.578075699191714 ], [ -5.381439498770465, 56.578077491686841 ], [ -5.380672732985025, 56.578537971642938 ], [ -5.37946072458364, 56.581035104329537 ], [ -5.377024943730833, 56.583730909037705 ], [ -5.375285008601362, 56.584935201334076 ], [ -5.375383839367787, 56.586152454407852 ], [ -5.374017712193013, 56.58924794582294 ], [ -5.368956443705989, 56.593521555968188 ], [ -5.363998019849212, 56.596765508240111 ], [ -5.363535225012692, 56.597425309789564 ], [ -5.363802515125229, 56.598231661320582 ], [ -5.361960195974228, 56.599872732030448 ], [ -5.362405431130996, 56.600480988913979 ], [ -5.361920635243899, 56.600894156093155 ], [ -5.362761627916834, 56.601828825889832 ], [ -5.362374866672443, 56.602428129638454 ], [ -5.360928009536053, 56.603020147105774 ], [ -5.360812217498917, 56.603917773099646 ], [ -5.359968753421748, 56.604147348028633 ], [ -5.35841814455535, 56.605407390998941 ], [ -5.356899564694326, 56.605560792814849 ], [ -5.35541026010039, 56.606778685265695 ], [ -5.355274479839816, 56.60635083730017 ], [ -5.353928634304868, 56.606706305329475 ], [ -5.349929253447644, 56.609124563432204 ], [ -5.345322817150758, 56.611136503023118 ], [ -5.341186922134582, 56.613958183728812 ], [ -5.335769121630469, 56.616948971711047 ], [ -5.331661807483849, 56.617890683257087 ], [ -5.325023781109783, 56.620705117096293 ], [ -5.323405679514169, 56.619401724435185 ], [ -5.322475385461111, 56.617723037142092 ], [ -5.321118352647335, 56.617309814846379 ], [ -5.319627226567083, 56.616297847283199 ], [ -5.319766085929611, 56.615651372809538 ], [ -5.314933086491705, 56.608880747835791 ], [ -5.301732686529392, 56.602669655335951 ], [ -5.298503977685718, 56.60171708562374 ], [ -5.298109615929876, 56.601026357890035 ], [ -5.298811200812382, 56.599821099536939 ], [ -5.2986510492913, 56.599106176785064 ], [ -5.29807297852197, 56.599018138669813 ], [ -5.296546895741616, 56.59992613376194 ], [ -5.29676692608481, 56.599178649290522 ], [ -5.295788706304106, 56.598800061775194 ], [ -5.297390747329788, 56.598015915376962 ], [ -5.293099463485325, 56.597486947881158 ], [ -5.291532623488084, 56.596710401229103 ], [ -5.289741797802047, 56.596636463141017 ], [ -5.289235244053987, 56.596901582312128 ], [ -5.288220859972085, 56.596667728567041 ], [ -5.284716859974553, 56.598351562620728 ], [ -5.281548387597615, 56.598740918659573 ], [ -5.279817496859255, 56.599640626000038 ], [ -5.278766794229687, 56.599645877867914 ], [ -5.275964949747052, 56.600600749281675 ], [ -5.27468931916724, 56.600737749524306 ], [ -5.273978474135679, 56.600621634754162 ], [ -5.273709649390579, 56.600057877963266 ], [ -5.272782329970729, 56.599605854821988 ], [ -5.264600817247818, 56.5977129981746 ], [ -5.263197131613236, 56.596837426031989 ], [ -5.261486087356961, 56.596743007037666 ], [ -5.261036236291225, 56.597006519993123 ], [ -5.259554783248677, 56.596645352657482 ], [ -5.259307112229632, 56.596040560269358 ], [ -5.257353849044613, 56.595592856496722 ], [ -5.25592063782107, 56.594560662772302 ], [ -5.254575565609464, 56.5942677807857 ], [ -5.249686658992911, 56.592175320332444 ], [ -5.24445165296822, 56.592689674924678 ], [ -5.243478358225156, 56.59302522081024 ], [ -5.241006612940852, 56.592797555056542 ], [ -5.240128421527958, 56.593863235722225 ], [ -5.238614892725897, 56.593884711917262 ], [ -5.236888187186798, 56.593224028907883 ], [ -5.235502752168546, 56.593314046454438 ], [ -5.230002256353583, 56.594634758759355 ], [ -5.228979293882396, 56.59696713302818 ], [ -5.226381604270709, 56.597843650199245 ], [ -5.222965436662414, 56.599730175161604 ], [ -5.220473354452109, 56.600128285720437 ], [ -5.219612781439178, 56.60131381074553 ], [ -5.218382250784052, 56.601408608574538 ], [ -5.21649152064896, 56.602172212579681 ], [ -5.217275322319499, 56.602668814451171 ], [ -5.218459783165219, 56.602606684149038 ], [ -5.216771664796346, 56.606327045164733 ], [ -5.215459298189006, 56.606994754685438 ], [ -5.213569495140961, 56.607102061058463 ], [ -5.212127950460941, 56.607593286687198 ], [ -5.211137950486915, 56.608315542763094 ], [ -5.210773432583484, 56.609781235042668 ], [ -5.211214799081326, 56.611522757283041 ], [ -5.212373988749728, 56.612598495871289 ], [ -5.213741059284314, 56.614967812627341 ], [ -5.212379508177039, 56.618801007359615 ], [ -5.212604224142011, 56.619334561358095 ], [ -5.213573927960875, 56.620383725734357 ], [ -5.215255197095051, 56.620596450341701 ], [ -5.216608307220381, 56.62337062261409 ], [ -5.215959808765605, 56.62398968667835 ], [ -5.216231660395575, 56.624692813513484 ], [ -5.215822274448201, 56.625534918989047 ], [ -5.214650742117648, 56.626428194111305 ], [ -5.214599232755004, 56.628218406574277 ], [ -5.213921778843738, 56.629265200528948 ], [ -5.214828554029107, 56.631583482780293 ], [ -5.213838868721831, 56.631932684162805 ], [ -5.211854361742849, 56.632091834992259 ] ] ], [ [ [ -6.563034578734952, 56.589429385911387 ], [ -6.563667704618063, 56.588907783132058 ], [ -6.56354540292492, 56.589447486468877 ], [ -6.564082948732156, 56.589565347253895 ], [ -6.563013968051103, 56.590109271375503 ], [ -6.563288727416483, 56.589711483325736 ], [ -6.563034578734952, 56.589429385911387 ] ] ], [ [ [ -6.225530674595946, 56.603564433953906 ], [ -6.224562052518935, 56.602630591202377 ], [ -6.225258306401879, 56.602732813189412 ], [ -6.225917020091511, 56.60351981117482 ], [ -6.225530674595946, 56.603564433953906 ] ] ], [ [ [ -6.560096894590346, 56.592834029510094 ], [ -6.56000012536651, 56.592302378578644 ], [ -6.560585567934895, 56.592154940496449 ], [ -6.560623920997362, 56.592607781807395 ], [ -6.561050282132934, 56.592560634153443 ], [ -6.561840811935153, 56.592153792710604 ], [ -6.561874433659234, 56.591419459449774 ], [ -6.562989524501496, 56.591391967339561 ], [ -6.563372460146926, 56.591606365177562 ], [ -6.563014795827602, 56.59206027153563 ], [ -6.563527802656731, 56.592366134959875 ], [ -6.563339260393763, 56.592964941808305 ], [ -6.560852187003787, 56.593080630860193 ], [ -6.560096894590346, 56.592834029510094 ] ] ], [ [ [ -6.554694885267009, 56.592924413196258 ], [ -6.555813911215534, 56.592537040983274 ], [ -6.55532927990542, 56.593926568333103 ], [ -6.554693392722957, 56.594332189679818 ], [ -6.554258530152065, 56.593767965097882 ], [ -6.554694885267009, 56.592924413196258 ] ] ], [ [ [ -6.029528530679051, 56.611611863997169 ], [ -6.030428169588206, 56.610842590760612 ], [ -6.03184679777462, 56.611024967520926 ], [ -6.03316798423297, 56.61176083798302 ], [ -6.033030030299106, 56.61271403407617 ], [ -6.031308083029017, 56.612272634927287 ], [ -6.029528530679051, 56.611611863997169 ] ] ], [ [ [ -6.700228931432591, 56.590296381578007 ], [ -6.700872784574445, 56.590164047895463 ], [ -6.700991092094895, 56.590721802172069 ], [ -6.700064672426158, 56.59081086241337 ], [ -6.700516421467661, 56.590510387998492 ], [ -6.700228931432591, 56.590296381578007 ] ] ], [ [ [ -6.233448793701342, 56.608308640876245 ], [ -6.233315122064394, 56.607625195593023 ], [ -6.234293423563785, 56.607987559796229 ], [ -6.234511030737393, 56.608546730593822 ], [ -6.233448793701342, 56.608308640876245 ] ] ], [ [ [ -6.531318092929424, 56.599406235306837 ], [ -6.531646984195709, 56.598953480233099 ], [ -6.532124671156372, 56.599129433678911 ], [ -6.531318092929424, 56.599406235306837 ] ] ], [ [ [ -6.676700158420628, 56.597590069129993 ], [ -6.676149527567852, 56.59636941567166 ], [ -6.67703497480621, 56.596079680315263 ], [ -6.678397645570719, 56.596154267500992 ], [ -6.679242007112135, 56.596783620800686 ], [ -6.677881636170524, 56.596398606003078 ], [ -6.678340683401045, 56.597011000777897 ], [ -6.677280318460094, 56.597073449655262 ], [ -6.677885399709684, 56.59748243922089 ], [ -6.677171820639181, 56.597711730471914 ], [ -6.676700158420628, 56.597590069129993 ] ] ], [ [ [ -6.540198884360648, 56.603017071146546 ], [ -6.539294697051681, 56.602753299252598 ], [ -6.53932157503824, 56.602230609682238 ], [ -6.538861081453565, 56.602130510969452 ], [ -6.53927740260933, 56.601930893996354 ], [ -6.540011580148794, 56.60227284212823 ], [ -6.539979912857287, 56.602687767782207 ], [ -6.540541868884032, 56.602410861458353 ], [ -6.54062767638819, 56.602785511330254 ], [ -6.541048215270364, 56.602756638259407 ], [ -6.541007945700068, 56.603099919387645 ], [ -6.540110479093486, 56.603299147389016 ], [ -6.540198884360648, 56.603017071146546 ] ] ], [ [ [ -6.2579343356669, 56.614594533120204 ], [ -6.258358507235819, 56.614233738235384 ], [ -6.258415670013648, 56.61459601906639 ], [ -6.2579343356669, 56.614594533120204 ] ] ], [ [ [ -6.046149003284566, 56.621048062485556 ], [ -6.045377239726445, 56.619888864290928 ], [ -6.046321397714788, 56.619977720273923 ], [ -6.046740809560933, 56.619644821458884 ], [ -6.047708049873877, 56.620405564486113 ], [ -6.048413448929872, 56.62045811928963 ], [ -6.048732979446805, 56.620410837152548 ], [ -6.048257091043827, 56.620034265059168 ], [ -6.049175043627748, 56.620274130586132 ], [ -6.049791455554721, 56.619861959947734 ], [ -6.051079642812836, 56.620268696504226 ], [ -6.051266655844977, 56.620734712923856 ], [ -6.050470429532575, 56.620884772174875 ], [ -6.049796172076712, 56.620620785798742 ], [ -6.049195418530397, 56.621011762800535 ], [ -6.049331510240255, 56.621596345701214 ], [ -6.048065521004341, 56.621655585355356 ], [ -6.046149003284566, 56.621048062485556 ] ] ], [ [ [ -6.677812469160641, 56.600251347599162 ], [ -6.678144076163527, 56.600031951371939 ], [ -6.679352388672882, 56.600373222003363 ], [ -6.678240864691269, 56.600550051105365 ], [ -6.677812469160641, 56.600251347599162 ] ] ], [ [ [ -6.650126435465188, 56.602942208771587 ], [ -6.649421496768213, 56.602316438578193 ], [ -6.650690223948624, 56.60288510731376 ], [ -6.650126435465188, 56.602942208771587 ] ] ], [ [ [ -6.045864386425943, 56.625014088228426 ], [ -6.042869038079323, 56.624387681264629 ], [ -6.040884293606697, 56.622914509531569 ], [ -6.039107595469967, 56.622927317194524 ], [ -6.037748620685026, 56.62227006569308 ], [ -6.037572117802079, 56.621061801297643 ], [ -6.036939299722638, 56.621032005912262 ], [ -6.037004538378288, 56.620696260977681 ], [ -6.036499752956161, 56.62062813143433 ], [ -6.036657289123458, 56.620408090265308 ], [ -6.037489310030857, 56.620622955883675 ], [ -6.037752025436412, 56.620425573718251 ], [ -6.035326299674699, 56.619324555974522 ], [ -6.035733997694778, 56.61984277529146 ], [ -6.035136703062761, 56.619992568164243 ], [ -6.034830736259539, 56.619403598877227 ], [ -6.034501206381139, 56.619815369353866 ], [ -6.033814536031814, 56.619433898814187 ], [ -6.033203545102825, 56.618462752669281 ], [ -6.033923906829012, 56.618549074884243 ], [ -6.033755267215044, 56.617932263756018 ], [ -6.033081577153588, 56.617855216808287 ], [ -6.03343179786865, 56.61780517921428 ], [ -6.032885543728507, 56.617546840181753 ], [ -6.033443135582154, 56.617437913896282 ], [ -6.032139617948421, 56.616686182132021 ], [ -6.032816696744801, 56.616428599905227 ], [ -6.032251122140829, 56.615744637586189 ], [ -6.032665255365223, 56.615346313165567 ], [ -6.031913758127694, 56.6147691014543 ], [ -6.031038022730289, 56.614723780814991 ], [ -6.029418013725608, 56.61392384026442 ], [ -6.028754361505618, 56.61306858909812 ], [ -6.028978934868109, 56.612452509484285 ], [ -6.02988683010068, 56.612234217441454 ], [ -6.030734034484119, 56.612792148155485 ], [ -6.032810663345858, 56.613088052786885 ], [ -6.03232709753698, 56.612789908654939 ], [ -6.033485847914869, 56.6127370041891 ], [ -6.033827552139724, 56.613035254108972 ], [ -6.035139176990598, 56.613024131714717 ], [ -6.038264676345297, 56.613718417044304 ], [ -6.039951538057865, 56.614333521396276 ], [ -6.044161816182966, 56.616870940593174 ], [ -6.044125854350166, 56.617570838308211 ], [ -6.044875729314472, 56.617338696559159 ], [ -6.04504853396221, 56.617657704236365 ], [ -6.044620694724591, 56.617470198698186 ], [ -6.044408703850802, 56.617653355542821 ], [ -6.044858131954987, 56.618255618414132 ], [ -6.044075210104482, 56.617646226388807 ], [ -6.043635663262037, 56.617836788852024 ], [ -6.045002105889195, 56.618670886720075 ], [ -6.044456121375656, 56.619542961346035 ], [ -6.04379551656249, 56.619801869787068 ], [ -6.042312495529947, 56.619219747774672 ], [ -6.043668718087305, 56.620521809490718 ], [ -6.041563762094135, 56.619889776156683 ], [ -6.043768079668451, 56.621053636596038 ], [ -6.043497136430517, 56.621417663244856 ], [ -6.044071410044847, 56.621601306329744 ], [ -6.042454905374356, 56.621510030020737 ], [ -6.045174957885493, 56.622918772102736 ], [ -6.046414948978502, 56.624443112713116 ], [ -6.047255484484386, 56.624370773095002 ], [ -6.04764675142312, 56.624672769759762 ], [ -6.045864386425943, 56.625014088228426 ] ] ], [ [ [ -6.521814235340536, 56.609714551673839 ], [ -6.520513157358575, 56.608588096943336 ], [ -6.520501463733742, 56.607945390870313 ], [ -6.521461504306014, 56.607654082202977 ], [ -6.521370882753602, 56.60785077146425 ], [ -6.52222873117792, 56.60793196702609 ], [ -6.521728610744693, 56.607432976299407 ], [ -6.522530225389088, 56.607453253397587 ], [ -6.522535967037283, 56.607160711294298 ], [ -6.524170299073375, 56.607460967589454 ], [ -6.523999228527166, 56.606985975204459 ], [ -6.522482571494463, 56.606510528714466 ], [ -6.522535108028297, 56.605519180394431 ], [ -6.523216952789466, 56.605152538041608 ], [ -6.522996525476814, 56.605763223865594 ], [ -6.523670250811253, 56.60539687479698 ], [ -6.523825459675459, 56.606011865811418 ], [ -6.524724795621654, 56.606235449736289 ], [ -6.524963761760461, 56.604962961487686 ], [ -6.524080156703834, 56.604734309255022 ], [ -6.524310117700897, 56.603794960775055 ], [ -6.524565307467954, 56.603542799980659 ], [ -6.524705181757075, 56.603825538606728 ], [ -6.525607647217203, 56.603599257250188 ], [ -6.525188088361237, 56.604725416594697 ], [ -6.52655685849333, 56.603695080630374 ], [ -6.526740287601807, 56.604273060516618 ], [ -6.526078954435159, 56.604742416708021 ], [ -6.526247199137416, 56.605874135874082 ], [ -6.527060250848354, 56.606330217979284 ], [ -6.526789289934702, 56.606654917862834 ], [ -6.527537140806813, 56.606839030343771 ], [ -6.527031722597086, 56.607248736208483 ], [ -6.527219071537412, 56.60772313169204 ], [ -6.526069332077736, 56.607247841243385 ], [ -6.525808155785643, 56.607518212726177 ], [ -6.526928432693815, 56.608768139683612 ], [ -6.526290327439671, 56.608683463440599 ], [ -6.526197305616481, 56.609132100762302 ], [ -6.525994586772272, 56.60886964374523 ], [ -6.525323482448733, 56.608972359238614 ], [ -6.523070709095806, 56.610127527513988 ], [ -6.522966844202583, 56.610554069320472 ], [ -6.521816146224197, 56.610888310738709 ], [ -6.522029264848439, 56.61055673493567 ], [ -6.521129605444774, 56.610535525668318 ], [ -6.521056233253556, 56.609854588383875 ], [ -6.521814235340536, 56.609714551673839 ] ] ], [ [ [ -6.511347137003149, 56.615622583481787 ], [ -6.510715847196214, 56.615254241706076 ], [ -6.511653170189493, 56.615521517471606 ], [ -6.511347137003149, 56.615622583481787 ] ] ], [ [ [ -6.516433538002357, 56.619071608743781 ], [ -6.515439326606287, 56.618738973958564 ], [ -6.514462983126318, 56.618828438321316 ], [ -6.514288497546518, 56.617710429252071 ], [ -6.512878707741274, 56.617244466656672 ], [ -6.512680614123367, 56.616406153279321 ], [ -6.513925878411409, 56.617201911050223 ], [ -6.514076713549727, 56.616962563232654 ], [ -6.514804362975438, 56.616976588120252 ], [ -6.516077010795181, 56.618000698029995 ], [ -6.517617116433081, 56.618396222910782 ], [ -6.517462371779595, 56.619966052802241 ], [ -6.516433538002357, 56.619071608743781 ] ] ], [ [ [ -6.214908929860607, 56.633680010683342 ], [ -6.215113011273866, 56.63346174297574 ], [ -6.216535032337154, 56.633993566788604 ], [ -6.216518957489614, 56.63479902060655 ], [ -6.215634897304507, 56.634262435104617 ], [ -6.214908929860607, 56.633680010683342 ] ] ], [ [ [ -6.494956755847505, 56.626210057443913 ], [ -6.495675102387985, 56.626076121921727 ], [ -6.49510852459688, 56.62673075572301 ], [ -6.494956755847505, 56.626210057443913 ] ] ], [ [ [ -6.212698724442582, 56.63792789140431 ], [ -6.213168609928777, 56.637678132379449 ], [ -6.213515171212487, 56.637931685599568 ], [ -6.212790509333919, 56.638603778968253 ], [ -6.212698724442582, 56.63792789140431 ] ] ], [ [ [ -6.199929329691298, 56.639992436724278 ], [ -6.199383729709315, 56.639709600323805 ], [ -6.199907538824942, 56.639723373953693 ], [ -6.199929329691298, 56.639992436724278 ] ] ], [ [ [ -6.197001543695413, 56.642870285490524 ], [ -6.197424339067146, 56.642856005446077 ], [ -6.198025271818202, 56.643415774003437 ], [ -6.197001543695413, 56.642870285490524 ] ] ], [ [ [ -6.123161040563105, 56.655049978438072 ], [ -6.122522297724315, 56.654509105440681 ], [ -6.122083553501718, 56.654528152681664 ], [ -6.12213723293176, 56.654944544504588 ], [ -6.12138748866404, 56.654209502349019 ], [ -6.120796049058326, 56.65439997736852 ], [ -6.119931632759689, 56.654109382638019 ], [ -6.119914644556188, 56.654402216157436 ], [ -6.119021111470016, 56.653546025535512 ], [ -6.117263917769171, 56.653078157815848 ], [ -6.116652757191028, 56.650994056693357 ], [ -6.117600484739235, 56.648534572720052 ], [ -6.117195504460294, 56.64661900562924 ], [ -6.114484975449852, 56.644590936210001 ], [ -6.112656999125585, 56.643918518244234 ], [ -6.105725181658526, 56.642915687112094 ], [ -6.104029645117765, 56.642333196155299 ], [ -6.10413058341936, 56.64281098157447 ], [ -6.10257766064403, 56.642489051151884 ], [ -6.102359160059803, 56.643031339487855 ], [ -6.097190282693037, 56.642176668475607 ], [ -6.092976818216474, 56.640723776221591 ], [ -6.091748505529962, 56.640759727852938 ], [ -6.08554201851731, 56.638531368779866 ], [ -6.079255856104075, 56.639106574912141 ], [ -6.069828491435433, 56.638113519900521 ], [ -6.067933344465509, 56.638215137749022 ], [ -6.067060220170062, 56.638759897001989 ], [ -6.066586527924229, 56.638604536880351 ], [ -6.066590544036856, 56.638036066181321 ], [ -6.06711145411544, 56.638160204914463 ], [ -6.066723578153592, 56.637816787036734 ], [ -6.064378345231384, 56.637012225999733 ], [ -6.060196174524847, 56.634573431387778 ], [ -6.058255106197497, 56.628130634123259 ], [ -6.059054916171302, 56.626692657729514 ], [ -6.062365969237987, 56.625548489493518 ], [ -6.062794028341379, 56.623538113169026 ], [ -6.065994099527853, 56.622927140815278 ], [ -6.067431604228243, 56.62311210142925 ], [ -6.068008535326626, 56.62286479769098 ], [ -6.067292411610406, 56.622107674421557 ], [ -6.068074364620984, 56.622718758643842 ], [ -6.068861267595234, 56.622376446742997 ], [ -6.069907408945459, 56.621170428502182 ], [ -6.067768870295052, 56.620776439825619 ], [ -6.069343448715418, 56.620811206648149 ], [ -6.069254867149, 56.620503858648661 ], [ -6.064714774375282, 56.618377320877258 ], [ -6.062129253498015, 56.617631859193615 ], [ -6.060976267764513, 56.616692945799272 ], [ -6.059938537765484, 56.615035336693644 ], [ -6.055848941646765, 56.613736385873047 ], [ -6.053787681099642, 56.612522209567658 ], [ -6.051732291751306, 56.611802406375041 ], [ -6.050842768125818, 56.611795445234861 ], [ -6.049711521724499, 56.612758572093881 ], [ -6.050542739137049, 56.614457163215761 ], [ -6.049045453505191, 56.615277542625513 ], [ -6.046887862014808, 56.615522302500196 ], [ -6.045518523442164, 56.615117269480749 ], [ -6.044631872267336, 56.613888969603266 ], [ -6.043188503806645, 56.613157192498448 ], [ -6.040392253687206, 56.612629476756204 ], [ -6.036956418220441, 56.611014597137221 ], [ -6.032533108378228, 56.610259004462314 ], [ -6.026987539428163, 56.605643167371731 ], [ -6.024714624905224, 56.604204285476982 ], [ -6.023797462653942, 56.601868959422525 ], [ -6.017980848124093, 56.597763322569598 ], [ -6.017932485254243, 56.596618339961964 ], [ -6.016157572273044, 56.592570660655291 ], [ -6.013597945579812, 56.589110357606351 ], [ -6.012851431932996, 56.588833232875864 ], [ -6.012256633800095, 56.587989170448438 ], [ -6.010425071223244, 56.587315443598278 ], [ -6.009666517063313, 56.58646316966778 ], [ -6.006388490908015, 56.584671554714539 ], [ -6.002045128474114, 56.582972648621855 ], [ -6.000299884311472, 56.581801412354856 ], [ -6.000542375504318, 56.580781948130436 ], [ -5.998454961146725, 56.581150429291043 ], [ -5.994529815856559, 56.579392843300866 ], [ -5.992299263157976, 56.579639931832922 ], [ -5.991020672877282, 56.580184609621753 ], [ -5.989397868867946, 56.579706204996512 ], [ -5.98780305022727, 56.578179265358855 ], [ -5.988261164153795, 56.577223945376076 ], [ -5.987219989644196, 56.576002043389892 ], [ -5.987907231031846, 56.575613082130701 ], [ -5.986852897319852, 56.574992293468995 ], [ -5.98645272580074, 56.574271361851217 ], [ -5.983967288339675, 56.572791855029223 ], [ -5.984259949003577, 56.572368813544742 ], [ -5.984908498277007, 56.572587197684719 ], [ -5.985964987384249, 56.572363545055417 ], [ -5.986020449360827, 56.571745784605454 ], [ -5.987570451655631, 56.571753563991265 ], [ -5.988309919049729, 56.571304470805423 ], [ -5.988317579915014, 56.570867193207576 ], [ -5.987542287439965, 56.570759907520895 ], [ -5.987141262020563, 56.57030877827053 ], [ -5.987419306179094, 56.569763001567772 ], [ -5.986742218522724, 56.568917877154732 ], [ -5.987367901654237, 56.568316873660557 ], [ -5.988606012691752, 56.568055889196415 ], [ -5.987167430666359, 56.567620105203702 ], [ -5.987554791875941, 56.566906255568263 ], [ -5.986824627093949, 56.566175242280309 ], [ -5.987394246877183, 56.566201910357115 ], [ -5.98746722782785, 56.565766131753243 ], [ -5.988302624683645, 56.565826523087736 ], [ -5.987912943070847, 56.565513515769752 ], [ -5.984670685687536, 56.564822695471285 ], [ -5.983937959191362, 56.564004522699705 ], [ -5.984655975630333, 56.563677534948425 ], [ -5.98460128480346, 56.563204491260045 ], [ -5.983367622715359, 56.563073226722892 ], [ -5.983155306463102, 56.562092673489275 ], [ -5.982668122222816, 56.561935650328962 ], [ -5.98325397767054, 56.561683950095535 ], [ -5.982652547672637, 56.561431676329285 ], [ -5.983263535370982, 56.561527175600432 ], [ -5.98322414559993, 56.561199317550724 ], [ -5.982115726458893, 56.561421920504877 ], [ -5.981861543256997, 56.561234938938419 ], [ -5.98126040941279, 56.561558162474093 ], [ -5.981334779100696, 56.561274315367875 ], [ -5.98023223774014, 56.560608264545444 ], [ -5.980694873723109, 56.559556607107368 ], [ -5.980278965406001, 56.559178774506456 ], [ -5.979786205079153, 56.559293489852159 ], [ -5.97970252800161, 56.558776412407731 ], [ -5.97895706643321, 56.558965769484374 ], [ -5.978676029733828, 56.559499033507706 ], [ -5.978912896516606, 56.560714405844251 ], [ -5.980080037884759, 56.561390986206234 ], [ -5.97950384015388, 56.56168822272496 ], [ -5.978940274574603, 56.561207210242813 ], [ -5.977557984376469, 56.560854045286547 ], [ -5.976233277388066, 56.5594055482416 ], [ -5.974788745218605, 56.559048053046652 ], [ -5.973175206317652, 56.55780930412287 ], [ -5.97288012921827, 56.557200973237272 ], [ -5.9735131821002, 56.557290417283831 ], [ -5.97422269803041, 56.556820782553189 ], [ -5.971963690583205, 56.555109003503937 ], [ -5.972593277907704, 56.554405436119595 ], [ -5.971533599095157, 56.553958254925284 ], [ -5.971917497255422, 56.553427111858973 ], [ -5.971354667158124, 56.553339011053581 ], [ -5.970933272497017, 56.552736516440063 ], [ -5.971648844656885, 56.552030202464472 ], [ -5.971201487846332, 56.551257684794152 ], [ -5.972205187708197, 56.551203086636598 ], [ -5.972023335156746, 56.550323158555763 ], [ -5.972723424858853, 56.550012996652541 ], [ -5.971405537553184, 56.547537310815592 ], [ -5.971759342078632, 56.547107844239058 ], [ -5.9701430994665, 56.545977060414074 ], [ -5.968505209113832, 56.545570833714017 ], [ -5.968770948063613, 56.545310550342663 ], [ -5.967185455099646, 56.544704799752068 ], [ -5.968041592827112, 56.543787187188222 ], [ -5.965990493816177, 56.542480518065226 ], [ -5.966233773831501, 56.541803712899949 ], [ -5.96500155648811, 56.540808069046726 ], [ -5.965187374942845, 56.539613344477054 ], [ -5.963276342214845, 56.539004461650038 ], [ -5.962559335005756, 56.539291732888529 ], [ -5.961934299564126, 56.537797380879233 ], [ -5.962208150697344, 56.537583612365374 ], [ -5.962599308662996, 56.53816461654587 ], [ -5.962918954207214, 56.537797413706343 ], [ -5.963284640058616, 56.538072590744207 ], [ -5.963352421274234, 56.537584839856585 ], [ -5.964367953780266, 56.537864435908382 ], [ -5.965096759771622, 56.537519225445749 ], [ -5.964611303225912, 56.537203817647551 ], [ -5.965147193860707, 56.537114756959241 ], [ -5.965190982729387, 56.536584607931374 ], [ -5.964388727023708, 56.536352159802675 ], [ -5.964663884129723, 56.535824510913024 ], [ -5.964288027264432, 56.53548311970323 ], [ -5.963451523308715, 56.535576383519349 ], [ -5.96321020156554, 56.535338600219276 ], [ -5.964153866841716, 56.535336334252634 ], [ -5.964586075304402, 56.534956538034997 ], [ -5.964458317034386, 56.532911264654658 ], [ -5.969990318845328, 56.532250608953241 ], [ -5.972046789025159, 56.531439328778788 ], [ -5.974402851165987, 56.53170110063256 ], [ -5.975291137366548, 56.531544054383104 ], [ -5.973203174867957, 56.530719784267106 ], [ -5.971378473291371, 56.530838448145673 ], [ -5.969743246956213, 56.530311665853723 ], [ -5.963848033775726, 56.530001955096132 ], [ -5.961292547140379, 56.528204167310484 ], [ -5.960083516534466, 56.526817476324908 ], [ -5.958691343290183, 56.526495914339414 ], [ -5.958951552800348, 56.525622550185993 ], [ -5.958621283457249, 56.525217642574262 ], [ -5.957868839504742, 56.525210174302572 ], [ -5.958436193029551, 56.525003235899575 ], [ -5.958386763727385, 56.524389737887049 ], [ -5.957058568623454, 56.522996931338106 ], [ -5.954103027922746, 56.521114650568222 ], [ -5.952038234495622, 56.518957543478642 ], [ -5.951192004389966, 56.518938636789422 ], [ -5.950956868955469, 56.518399393581724 ], [ -5.951686633752124, 56.518424709143289 ], [ -5.95151710133853, 56.518062324016171 ], [ -5.949577559548141, 56.517869604292756 ], [ -5.949088904375783, 56.518175611094954 ], [ -5.948586205550076, 56.517768974367215 ], [ -5.949061218280847, 56.518487625617119 ], [ -5.948142828352551, 56.519134625919087 ], [ -5.948738168446763, 56.519274842026917 ], [ -5.948442557717923, 56.519560313704758 ], [ -5.949014512440135, 56.51958527235562 ], [ -5.949374355841562, 56.520088176793344 ], [ -5.9490497640402, 56.52028285108679 ], [ -5.948194529798031, 56.5200996512215 ], [ -5.948310242991846, 56.52080456079819 ], [ -5.947223802664761, 56.520213268515135 ], [ -5.946483665834942, 56.520494892696497 ], [ -5.946741500247471, 56.520846381921075 ], [ -5.945242240157278, 56.521149447183674 ], [ -5.942793435142819, 56.521332502708738 ], [ -5.942182853613804, 56.521061455197582 ], [ -5.943179327115095, 56.522242844763667 ], [ -5.942328798111462, 56.522355299910544 ], [ -5.941878405347298, 56.522842603071808 ], [ -5.941055779588853, 56.522769821469737 ], [ -5.941306237988346, 56.523629617895153 ], [ -5.940412538988647, 56.523906190263645 ], [ -5.94145039344708, 56.524593504163889 ], [ -5.940666068705526, 56.52463909951841 ], [ -5.940481556789432, 56.524930013874737 ], [ -5.939404241890472, 56.524849122946897 ], [ -5.937891714339552, 56.524086936392642 ], [ -5.936719887531133, 56.52405128577746 ], [ -5.935038336044529, 56.522631701687352 ], [ -5.933576991634569, 56.522345329056165 ], [ -5.932998564326548, 56.521082275222795 ], [ -5.93161577930432, 56.519984091102494 ], [ -5.931693643565968, 56.519401625716121 ], [ -5.928243015566514, 56.519146745897892 ], [ -5.929847635499571, 56.519639957194968 ], [ -5.929328114212923, 56.519728349879131 ], [ -5.927488253018984, 56.519633739681595 ], [ -5.926358256385667, 56.519089509831133 ], [ -5.925562416516992, 56.519258568740533 ], [ -5.924237937921824, 56.519035200190274 ], [ -5.923380871022276, 56.518612697655833 ], [ -5.925437298021355, 56.517657421749064 ], [ -5.924247527151234, 56.518027772229132 ], [ -5.922061438889823, 56.517337062321175 ], [ -5.921697066282867, 56.516755097423051 ], [ -5.920278660567787, 56.51647171239054 ], [ -5.915191782890715, 56.517348126378444 ], [ -5.907789816121145, 56.519816936737548 ], [ -5.904550595877768, 56.520239039249013 ], [ -5.903453439261015, 56.520105410558649 ], [ -5.902955240322774, 56.520322506761147 ], [ -5.90324361547845, 56.520911409027818 ], [ -5.899646782294412, 56.521685430386114 ], [ -5.89877785353028, 56.521303598751643 ], [ -5.897647392925433, 56.521384077073506 ], [ -5.896480906495995, 56.520876696114264 ], [ -5.894623892090075, 56.521168795622174 ], [ -5.887922308649067, 56.521095728110133 ], [ -5.886225529448025, 56.521364695162234 ], [ -5.884347726398634, 56.521216681289374 ], [ -5.883688536348728, 56.520895620338173 ], [ -5.882343425840789, 56.521104069520511 ], [ -5.881078170531925, 56.520662581885759 ], [ -5.877573072287008, 56.520587838751673 ], [ -5.874998441254131, 56.520146741003749 ], [ -5.873937802426475, 56.520512565173981 ], [ -5.872365294204079, 56.520246935069899 ], [ -5.87012986526299, 56.520339163751402 ], [ -5.863769966180833, 56.521620908285392 ], [ -5.86241983555846, 56.520903127103608 ], [ -5.86083116954519, 56.520637854774904 ], [ -5.859276533516467, 56.520546846229522 ], [ -5.857525538993722, 56.520844079232347 ], [ -5.854412167846212, 56.520621623651977 ], [ -5.849944169649395, 56.519393577868186 ], [ -5.850763500105684, 56.519372647487778 ], [ -5.849802110368758, 56.518795530410259 ], [ -5.849567613179738, 56.518969155987818 ], [ -5.849040827181313, 56.518747214855694 ], [ -5.849746770815162, 56.519291800481163 ], [ -5.848907794726324, 56.519039081609918 ], [ -5.84702994244541, 56.516723469674922 ], [ -5.840622635623447, 56.513603989465956 ], [ -5.837930695914221, 56.510387293500379 ], [ -5.838264880960238, 56.509190032622321 ], [ -5.83311417647574, 56.507639944760747 ], [ -5.829346307874829, 56.50747756535096 ], [ -5.827905897746357, 56.506916873015555 ], [ -5.825694527816998, 56.507014763078494 ], [ -5.824617500362058, 56.506251301724987 ], [ -5.823733355532724, 56.506916973676354 ], [ -5.824380013722473, 56.506750473681841 ], [ -5.824608741199114, 56.50693854363508 ], [ -5.82548833977088, 56.510420014508611 ], [ -5.824881395264009, 56.513141656467852 ], [ -5.825828350712946, 56.516079744511785 ], [ -5.825621761504121, 56.516450281658237 ], [ -5.823644283660313, 56.517244069240697 ], [ -5.822229063318066, 56.517242716771605 ], [ -5.814688252535725, 56.514314200892493 ], [ -5.811299996712956, 56.514584680144431 ], [ -5.810639274018404, 56.514402661917089 ], [ -5.809911888178588, 56.514852107213841 ], [ -5.807742820278946, 56.51446911126547 ], [ -5.806381709759321, 56.514762644933548 ], [ -5.805897153400621, 56.514229016648116 ], [ -5.804511383464233, 56.513790463431171 ], [ -5.804410726705448, 56.515137807523637 ], [ -5.803452681114878, 56.515396468905905 ], [ -5.801656516193541, 56.515244710077241 ], [ -5.800194829319621, 56.515752560473928 ], [ -5.796894033482745, 56.515111805582642 ], [ -5.796211473717522, 56.51446730951335 ], [ -5.794731555082216, 56.514305774749175 ], [ -5.794491413660422, 56.512393402314224 ], [ -5.793192884259844, 56.510711210524242 ], [ -5.792451406006175, 56.510207867842112 ], [ -5.791982546532336, 56.510316611849873 ], [ -5.791691087662414, 56.509597197165363 ], [ -5.788720062716675, 56.508343717295062 ], [ -5.789244213325465, 56.508381658470448 ], [ -5.789638897327414, 56.508018928853545 ], [ -5.789265596263729, 56.507212093123414 ], [ -5.788690332028841, 56.506825039741393 ], [ -5.787455597427155, 56.506835767912825 ], [ -5.787390014575989, 56.505853187113019 ], [ -5.781911106723336, 56.50496382462552 ], [ -5.781911926768848, 56.504482748754093 ], [ -5.78291326771587, 56.504578099727361 ], [ -5.782896464186508, 56.504164998113481 ], [ -5.780396786705088, 56.503881535800666 ], [ -5.781749234855599, 56.503503127824374 ], [ -5.780284373794761, 56.502916566221757 ], [ -5.78024111209276, 56.502188665813108 ], [ -5.777480538594555, 56.501389787011064 ], [ -5.777531741977454, 56.501022270024748 ], [ -5.776228637548011, 56.500376787502304 ], [ -5.77485996008402, 56.499986850085349 ], [ -5.773717414956447, 56.50013760565863 ], [ -5.773859975763305, 56.499478681778335 ], [ -5.775821921948761, 56.499295791629358 ], [ -5.776155788542664, 56.498337915140858 ], [ -5.775766826517166, 56.497843529382372 ], [ -5.776534767131158, 56.497457789876471 ], [ -5.775708614100888, 56.497797645948445 ], [ -5.775894560621492, 56.498359354772433 ], [ -5.775292882591791, 56.49781839233566 ], [ -5.775864768890164, 56.497096044619717 ], [ -5.775232905800547, 56.497640386108394 ], [ -5.77542487333255, 56.498491441263539 ], [ -5.774768653341281, 56.498399018054258 ], [ -5.77541725859138, 56.498545622535282 ], [ -5.775319387514427, 56.499016163706251 ], [ -5.774072563182464, 56.498199905578467 ], [ -5.775385821288278, 56.495713330999948 ], [ -5.774393410179861, 56.495950340247667 ], [ -5.771328697039577, 56.494767656792334 ], [ -5.771354318730224, 56.494207602053834 ], [ -5.771781552898747, 56.494172131930604 ], [ -5.77134923090825, 56.49391103491017 ], [ -5.771761316387343, 56.493723168670243 ], [ -5.770122286261002, 56.492932288301255 ], [ -5.768734896655976, 56.490991812906593 ], [ -5.766934797693549, 56.490295703046137 ], [ -5.76853371732003, 56.489784064861304 ], [ -5.768461351663905, 56.489300719274233 ], [ -5.764418886008057, 56.488690671369199 ], [ -5.761412721166075, 56.488696459365833 ], [ -5.759520189160462, 56.488295273739439 ], [ -5.759831501252321, 56.488074535628563 ], [ -5.75861236121321, 56.487333721605488 ], [ -5.756111827272023, 56.48727460478375 ], [ -5.753126196678439, 56.486582730187081 ], [ -5.752968655014171, 56.486304265264984 ], [ -5.750722518835058, 56.486220258568636 ], [ -5.748004427151922, 56.484121097100562 ], [ -5.745096727642525, 56.483045441757177 ], [ -5.743481165187115, 56.482976430788419 ], [ -5.743206231627264, 56.482561231436208 ], [ -5.741552330004539, 56.481921496024945 ], [ -5.738992738587227, 56.481968122738913 ], [ -5.733029801951839, 56.482900342418894 ], [ -5.730938538710381, 56.482851780575423 ], [ -5.73075687654729, 56.482193679030772 ], [ -5.732021843755239, 56.482168206412183 ], [ -5.731764466115084, 56.481897217426607 ], [ -5.731646488012345, 56.482102175327249 ], [ -5.730611197224615, 56.482050602192878 ], [ -5.7291387570071, 56.482825889024177 ], [ -5.729304808531293, 56.483656197844027 ], [ -5.728826531589505, 56.484180391886291 ], [ -5.729275783840616, 56.484336821226584 ], [ -5.727531618833861, 56.485457434809483 ], [ -5.724579228683081, 56.485146917520773 ], [ -5.722480475830896, 56.484558952999642 ], [ -5.721517922790902, 56.484818918813303 ], [ -5.72250798944259, 56.485718015440916 ], [ -5.721845347292684, 56.485705533784788 ], [ -5.72168254418231, 56.486034108920599 ], [ -5.72029749137288, 56.486079260374026 ], [ -5.718427328480968, 56.485402548834585 ], [ -5.718353854132673, 56.484901235260324 ], [ -5.713954987829198, 56.482128836188842 ], [ -5.712411251590385, 56.480134021905826 ], [ -5.709538154214495, 56.47801801857868 ], [ -5.709697962760228, 56.476759845624521 ], [ -5.710076685934236, 56.47661184708759 ], [ -5.711952089766052, 56.477298409061873 ], [ -5.712738609360571, 56.476618494943239 ], [ -5.712835792661313, 56.475418836419863 ], [ -5.713512507999046, 56.475244820727902 ], [ -5.711977980959833, 56.47403916955448 ], [ -5.705244650553243, 56.470248399561221 ], [ -5.702008314700657, 56.469126742783502 ], [ -5.700998589504569, 56.468466352849731 ], [ -5.700024279134539, 56.468436088165397 ], [ -5.699621797698421, 56.468689963945636 ], [ -5.70106629814703, 56.469828313571277 ], [ -5.699019646697785, 56.469128722010389 ], [ -5.699192566871659, 56.469403192796179 ], [ -5.698258441207757, 56.469585707895241 ], [ -5.698385657218701, 56.469857946373878 ], [ -5.697253260252726, 56.470557072760066 ], [ -5.696106485252164, 56.470708148004363 ], [ -5.694545571715998, 56.46934033699263 ], [ -5.693506075682628, 56.469174396417813 ], [ -5.69220451449857, 56.468434515602183 ], [ -5.690322819594729, 56.466370392156264 ], [ -5.687256822860289, 56.464568947962654 ], [ -5.686882396358167, 56.463672864572537 ], [ -5.686356518085185, 56.463391789785931 ], [ -5.685896877165482, 56.463508854598651 ], [ -5.683690234649979, 56.462023445307011 ], [ -5.68324805585107, 56.460980110868533 ], [ -5.682178566173302, 56.461088304564527 ], [ -5.681575685806568, 56.460229562498775 ], [ -5.681282496648449, 56.460472040671597 ], [ -5.68004572028453, 56.460445819031705 ], [ -5.679213535457509, 56.461243763554748 ], [ -5.678338188859485, 56.460757236934661 ], [ -5.678142815590077, 56.459158099172775 ], [ -5.680118250913159, 56.45784070332612 ], [ -5.679554364742312, 56.457048229513326 ], [ -5.679945408424982, 56.456726424955626 ], [ -5.682297248945339, 56.456530714211631 ], [ -5.683150238663035, 56.455781579578201 ], [ -5.683149061166038, 56.454680186292961 ], [ -5.684088044470318, 56.454148774907637 ], [ -5.683563505254958, 56.4536788344192 ], [ -5.684121163104061, 56.453401516409109 ], [ -5.683589407878077, 56.452940781868904 ], [ -5.684203329670514, 56.452909050981042 ], [ -5.684599185441186, 56.452470200850478 ], [ -5.683383480989238, 56.451854463318661 ], [ -5.680965190830347, 56.451511799000173 ], [ -5.679686289483886, 56.452422817583439 ], [ -5.678988956004635, 56.45226369003764 ], [ -5.67860497435973, 56.452607760869 ], [ -5.677107532100623, 56.452737604297106 ], [ -5.676686422555983, 56.453671695477055 ], [ -5.674532322474393, 56.454063743529069 ], [ -5.674519480124385, 56.453762918373783 ], [ -5.673722102040671, 56.45366067381385 ], [ -5.674908228948566, 56.453333303146273 ], [ -5.674538625318136, 56.452953141192843 ], [ -5.67561454586241, 56.452577779922315 ], [ -5.675195252471872, 56.45208670293961 ], [ -5.675684399399531, 56.451318735525469 ], [ -5.672485865415442, 56.451049391083842 ], [ -5.671796470192958, 56.45075332236118 ], [ -5.671383434752248, 56.451133296305272 ], [ -5.670836494727191, 56.451101840272706 ], [ -5.670412024675894, 56.450119082689021 ], [ -5.667820824917533, 56.44996740277643 ], [ -5.667551781306872, 56.449702929867037 ], [ -5.666757248452509, 56.449915249664102 ], [ -5.664084578002346, 56.448395645842723 ], [ -5.661583523788638, 56.448200712837682 ], [ -5.658211432512966, 56.449447545968489 ], [ -5.657813727447887, 56.451236833479925 ], [ -5.658829349682123, 56.452561828997979 ], [ -5.658476319160826, 56.453364368889531 ], [ -5.659452655868841, 56.455461061941257 ], [ -5.657658801141864, 56.456106517313074 ], [ -5.657650010061826, 56.457111987223804 ], [ -5.657064502834629, 56.457034853024204 ], [ -5.657330907232048, 56.457390236633067 ], [ -5.65439861219505, 56.457326553472633 ], [ -5.652395141799912, 56.456704964325901 ], [ -5.650393805313011, 56.454718428598753 ], [ -5.650158710144697, 56.45396110543706 ], [ -5.648413525132131, 56.452695279444875 ], [ -5.647740568602373, 56.451096682175113 ], [ -5.647010627050532, 56.450511258778832 ], [ -5.645889821356899, 56.447204030083675 ], [ -5.646390223374412, 56.447004993286981 ], [ -5.646311822905834, 56.445510278965408 ], [ -5.647654736909163, 56.445210025477706 ], [ -5.647340142425925, 56.444976522545339 ], [ -5.646913905375581, 56.44518686840329 ], [ -5.646720927423659, 56.444698034490152 ], [ -5.647291630986071, 56.444555367362817 ], [ -5.646456402310467, 56.444224791814705 ], [ -5.646528162399554, 56.44395744278988 ], [ -5.647091418110731, 56.444075737976355 ], [ -5.646569756566574, 56.443290876418423 ], [ -5.646927900771455, 56.442201405104008 ], [ -5.647651197922881, 56.442211590471729 ], [ -5.646304910249602, 56.440443987726916 ], [ -5.647139467768264, 56.438652677659377 ], [ -5.648037321301127, 56.439129757225729 ], [ -5.648487762749671, 56.438918693654763 ], [ -5.647796356379938, 56.436871085233626 ], [ -5.648281058722644, 56.436425244173137 ], [ -5.648043294837165, 56.434876777266105 ], [ -5.648674865759163, 56.434862680898839 ], [ -5.648108703554032, 56.434205012631629 ], [ -5.647833543248267, 56.431758532887038 ], [ -5.648031261178184, 56.430943510886564 ], [ -5.648769981136235, 56.430355321553499 ], [ -5.648570349366818, 56.429035006322202 ], [ -5.648900254431771, 56.428921894757764 ], [ -5.649171736701543, 56.430568270535836 ], [ -5.649621021343109, 56.430599995762975 ], [ -5.650274569792599, 56.431830516120996 ], [ -5.650928829410137, 56.431376971230918 ], [ -5.651669967125251, 56.429478682324032 ], [ -5.651941204482707, 56.427148274974584 ], [ -5.650760462477281, 56.426070860621508 ], [ -5.650984448837309, 56.424769535867036 ], [ -5.651834422206171, 56.425342401731143 ], [ -5.652029761947103, 56.426109884235856 ], [ -5.654232066103938, 56.424628851941655 ], [ -5.654168448272922, 56.424050797899845 ], [ -5.654823650147677, 56.423608889838881 ], [ -5.657630918352633, 56.424964646467572 ], [ -5.658422998025323, 56.426267463156854 ], [ -5.660209566405989, 56.42751752853939 ], [ -5.662594740112111, 56.427601703884804 ], [ -5.663678213212286, 56.427327812801749 ], [ -5.663564611490467, 56.426013061611741 ], [ -5.664030041633519, 56.425791603773398 ], [ -5.66511910987132, 56.427075709441361 ], [ -5.668222106738072, 56.42778950729074 ], [ -5.670461620279336, 56.428751790306372 ], [ -5.668907830068426, 56.429280630789954 ], [ -5.667596378488414, 56.430236554670302 ], [ -5.665188862282321, 56.430259229783118 ], [ -5.663994517623966, 56.431573095872167 ], [ -5.664129762960308, 56.43260668126041 ], [ -5.665259541525453, 56.433671098360676 ], [ -5.667744041310086, 56.434932789115138 ], [ -5.669521680678416, 56.434534905470016 ], [ -5.672302256976398, 56.434557741520791 ], [ -5.672816966630305, 56.435215931836687 ], [ -5.676328124246751, 56.436416456683574 ], [ -5.677286267389701, 56.437211629318377 ], [ -5.676658201679587, 56.438639190193598 ], [ -5.676900634411528, 56.439921342073227 ], [ -5.679480517485909, 56.441002852481141 ], [ -5.68092479600922, 56.440412400766355 ], [ -5.681340508306588, 56.440649111791785 ], [ -5.681629787234022, 56.440351000819959 ], [ -5.680249829291562, 56.439425424179866 ], [ -5.680309823511601, 56.438854496353592 ], [ -5.681159108846199, 56.438707892488523 ], [ -5.681988925672522, 56.439014121474557 ], [ -5.682547886678538, 56.439473152466491 ], [ -5.682094550781624, 56.440054868879741 ], [ -5.682636843461621, 56.439956037509795 ], [ -5.683101467795908, 56.439356900090289 ], [ -5.684257542491563, 56.438908941555617 ], [ -5.683542142982902, 56.438108403816926 ], [ -5.685166005544804, 56.437848835670962 ], [ -5.687443624543313, 56.436230095320681 ], [ -5.686993639669157, 56.435438763167895 ], [ -5.688185119002183, 56.433750712125317 ], [ -5.687590816171705, 56.432843193841911 ], [ -5.687839629884534, 56.43211199113432 ], [ -5.689747275929839, 56.431568779029725 ], [ -5.689562788103423, 56.431389950229665 ], [ -5.688914183542059, 56.431579194562076 ], [ -5.690146011083224, 56.43096168246516 ], [ -5.689529568867363, 56.430528673845693 ], [ -5.68972900673163, 56.430175671778308 ], [ -5.689381205896405, 56.430354164097658 ], [ -5.689694983549629, 56.430025630976708 ], [ -5.689038253415785, 56.430314921697693 ], [ -5.688769550416021, 56.430137699677559 ], [ -5.690038793762204, 56.429086592505342 ], [ -5.689635959183149, 56.427961187789435 ], [ -5.690037567831624, 56.428086796315469 ], [ -5.690071631187734, 56.427701853386331 ], [ -5.690595134514329, 56.428013546735997 ], [ -5.690181200373575, 56.427643743614702 ], [ -5.69124610893438, 56.427598539986342 ], [ -5.691613674483615, 56.42727289467966 ], [ -5.693881665835687, 56.427218795294777 ], [ -5.691153250714442, 56.427159832835983 ], [ -5.691498181484154, 56.426634355848982 ], [ -5.691019654049368, 56.426618939061996 ], [ -5.691044226028809, 56.426219892247182 ], [ -5.693137405113981, 56.426037041834391 ], [ -5.692342375046131, 56.425903386205633 ], [ -5.693256786568204, 56.424843033439032 ], [ -5.692607055080461, 56.424835423209856 ], [ -5.691149295829283, 56.425496558747476 ], [ -5.690842694928811, 56.425982230635022 ], [ -5.689252031719461, 56.426478264537387 ], [ -5.689146707310066, 56.427567549150297 ], [ -5.68844130403078, 56.427638898819609 ], [ -5.688735065513132, 56.427924170042019 ], [ -5.688062597790327, 56.428251688024588 ], [ -5.688024188351201, 56.427855415967301 ], [ -5.687833353284024, 56.428079583798556 ], [ -5.687450981545201, 56.427901246322769 ], [ -5.687645976788661, 56.428640821817623 ], [ -5.687107124254353, 56.429644099472604 ], [ -5.686139205092569, 56.430121559664364 ], [ -5.687215592065153, 56.430914038610624 ], [ -5.687221451684199, 56.433385569076293 ], [ -5.68602317734056, 56.434786091521268 ], [ -5.685096785429886, 56.434772281250396 ], [ -5.684354209173802, 56.434209926629308 ], [ -5.683107834018761, 56.43447804956697 ], [ -5.68287323280456, 56.434837479131595 ], [ -5.68214348489285, 56.434809710825547 ], [ -5.681686126096531, 56.433823470056538 ], [ -5.681634769045391, 56.434399537474327 ], [ -5.681076286708023, 56.434548298591551 ], [ -5.678237948311665, 56.434767440258838 ], [ -5.677256662886177, 56.43437037524874 ], [ -5.677027256184344, 56.435019156776598 ], [ -5.67559400937354, 56.434815312181577 ], [ -5.676404241473619, 56.434685183028222 ], [ -5.676504655642168, 56.434162510402551 ], [ -5.677927654218436, 56.43421020055122 ], [ -5.678301927611375, 56.433817863615836 ], [ -5.677353004608238, 56.433302053855378 ], [ -5.677519490089639, 56.432674020145619 ], [ -5.675897960288586, 56.432015415907735 ], [ -5.674608629373167, 56.428562354748131 ], [ -5.674646325452866, 56.427255708722107 ], [ -5.675548680676138, 56.426417936959432 ], [ -5.675216747985784, 56.423014704996014 ], [ -5.676182918314638, 56.421007968983098 ], [ -5.675288420415547, 56.419640860624277 ], [ -5.674020888117365, 56.419786346811335 ], [ -5.673865382711729, 56.420528239813521 ], [ -5.67136933946567, 56.422485886384798 ], [ -5.669109365781584, 56.423276620415407 ], [ -5.667701343355777, 56.423228392540082 ], [ -5.667108884825343, 56.422131016603231 ], [ -5.667402007173824, 56.418606774566946 ], [ -5.666331133177975, 56.417172898082086 ], [ -5.664673337235557, 56.416768785318858 ], [ -5.663555852913096, 56.416905231556811 ], [ -5.662974382802124, 56.41623999085428 ], [ -5.662903151933427, 56.417202357387225 ], [ -5.661367971668947, 56.418106391793579 ], [ -5.660882906466187, 56.418291557325617 ], [ -5.660354646763857, 56.4176058511284 ], [ -5.659832718651528, 56.417576312970787 ], [ -5.658323594069, 56.419005522841118 ], [ -5.656984554487337, 56.419589017290079 ], [ -5.656987239113184, 56.418941573125544 ], [ -5.655622907886737, 56.41740388171339 ], [ -5.655684277805769, 56.416995669871291 ], [ -5.65625040872165, 56.416894447982422 ], [ -5.655999700857835, 56.416361476142896 ], [ -5.654018912693688, 56.416900036854656 ], [ -5.653585184535502, 56.416606228428954 ], [ -5.653640860669743, 56.41718631525405 ], [ -5.652971934442511, 56.417264481353001 ], [ -5.65272467811248, 56.416564166182049 ], [ -5.652423075200917, 56.416768165602981 ], [ -5.652823021151646, 56.416405719732403 ], [ -5.652647324403602, 56.415487506759405 ], [ -5.653311934660615, 56.415212562564264 ], [ -5.653500510780775, 56.415554960270271 ], [ -5.654501335869221, 56.415555115117947 ], [ -5.653652615317214, 56.415027188877637 ], [ -5.653546511091667, 56.414496242247175 ], [ -5.653884892770634, 56.41415179183528 ], [ -5.654651670275959, 56.414569743705478 ], [ -5.655179874237511, 56.414377934878267 ], [ -5.654426259760861, 56.414012645914838 ], [ -5.654305746567354, 56.412892303717136 ], [ -5.654654667302674, 56.412877516109361 ], [ -5.6545315757389, 56.412389329706073 ], [ -5.654814481751954, 56.412582386766005 ], [ -5.654597910424403, 56.412083471228705 ], [ -5.656467695348838, 56.408888580211276 ], [ -5.657042476386076, 56.408405870872265 ], [ -5.658458980252262, 56.40824446547505 ], [ -5.657974803349815, 56.407610497695771 ], [ -5.660301094564698, 56.404817451855024 ], [ -5.660654455885055, 56.404950869756334 ], [ -5.660570181770264, 56.404580224985864 ], [ -5.661851910131122, 56.404924470186309 ], [ -5.660940060936425, 56.404295062793096 ], [ -5.66260627529774, 56.400712262379663 ], [ -5.663075912518554, 56.400621949973704 ], [ -5.66404623357682, 56.401101256264099 ], [ -5.664880093074086, 56.401004658655687 ], [ -5.665980067838025, 56.400724850953068 ], [ -5.667307922324753, 56.399696509787226 ], [ -5.667118591442707, 56.399077224102392 ], [ -5.666055481871976, 56.398560227741434 ], [ -5.665851603034685, 56.397536765575644 ], [ -5.664897630001778, 56.397142407383214 ], [ -5.664978230092642, 56.396632018061339 ], [ -5.664539686056147, 56.396707931873301 ], [ -5.664243075932944, 56.396321092774379 ], [ -5.664331438783434, 56.395554224283778 ], [ -5.664743996051489, 56.395461097411385 ], [ -5.664285412782265, 56.395159971841913 ], [ -5.664449967824921, 56.394426813937066 ], [ -5.665350428661866, 56.392664861808939 ], [ -5.66650228682455, 56.391915965271536 ], [ -5.666817390257013, 56.390557950458025 ], [ -5.66767205476415, 56.389669484333446 ], [ -5.670534926356052, 56.388258460353214 ], [ -5.671795689533121, 56.387969332705161 ], [ -5.672189896212982, 56.388191417638964 ], [ -5.672610181457219, 56.387927199603823 ], [ -5.673291259552885, 56.388266651578967 ], [ -5.673917848490406, 56.38745233785508 ], [ -5.675446566698787, 56.386916953935007 ], [ -5.676711259975422, 56.38540933898242 ], [ -5.679058892584301, 56.384795645104383 ], [ -5.679514321134592, 56.383721141243406 ], [ -5.679434348922158, 56.384991290319128 ], [ -5.681889003635686, 56.385066692377066 ], [ -5.682048632529312, 56.385880155307255 ], [ -5.682586598957261, 56.386079950879328 ], [ -5.683265958621451, 56.385897903986013 ], [ -5.683343924570902, 56.38645304643498 ], [ -5.685607804310521, 56.386817276828616 ], [ -5.685827328825396, 56.387075987511395 ], [ -5.687535148584573, 56.386885782369276 ], [ -5.68758254182653, 56.387208058973407 ], [ -5.689005344000279, 56.386333987204296 ], [ -5.689994786273127, 56.38617413550346 ], [ -5.696016605261367, 56.388183959111728 ], [ -5.698387137791787, 56.387807484122582 ], [ -5.701397606321629, 56.387928842772773 ], [ -5.704765042218496, 56.387720255942163 ], [ -5.707369389846433, 56.387165775390805 ], [ -5.709286513789481, 56.387211770416599 ], [ -5.713014179994675, 56.388571960855209 ], [ -5.714832950617587, 56.390484743887292 ], [ -5.717541815996174, 56.390668708954834 ], [ -5.716944802375274, 56.392192694118933 ], [ -5.718247013201558, 56.393326989348807 ], [ -5.718797563934126, 56.395396474794417 ], [ -5.71643786431569, 56.397548819005259 ], [ -5.71674986310429, 56.397921593001549 ], [ -5.717393885284558, 56.397875291621908 ], [ -5.718140312752639, 56.399044252692129 ], [ -5.716487377388352, 56.399053398149228 ], [ -5.715247659558145, 56.400556191632589 ], [ -5.716560598607142, 56.401631741600099 ], [ -5.717295467258548, 56.404343085265488 ], [ -5.714913834401381, 56.404531420929118 ], [ -5.71316933285624, 56.405100731638434 ], [ -5.711216949941237, 56.406449505718783 ], [ -5.71126674225692, 56.407293205934103 ], [ -5.713158675624166, 56.408234557928573 ], [ -5.711588135767207, 56.409176267442163 ], [ -5.711791565404984, 56.410348046234255 ], [ -5.710678985727119, 56.410830945892172 ], [ -5.709568064142506, 56.412163472019948 ], [ -5.709501093343192, 56.413473724776338 ], [ -5.711007755695582, 56.414619963480526 ], [ -5.71115967341881, 56.41393206676112 ], [ -5.711949315755754, 56.413463336179937 ], [ -5.714937242734051, 56.414911308407518 ], [ -5.722342227278001, 56.414747491092498 ], [ -5.722468866987577, 56.413471397088834 ], [ -5.723620141219033, 56.412555637844328 ], [ -5.722594811354742, 56.410446487543538 ], [ -5.724001711325928, 56.409657912981622 ], [ -5.726718561138452, 56.409908896409455 ], [ -5.72826423677108, 56.410455825519726 ], [ -5.72973960795383, 56.411526358144279 ], [ -5.730130961667516, 56.413285895600467 ], [ -5.729232146722406, 56.413465809569729 ], [ -5.729057872266125, 56.414253313108887 ], [ -5.729642004448713, 56.414586396853451 ], [ -5.730531818476027, 56.413817809825687 ], [ -5.732397121452022, 56.413734653580839 ], [ -5.734052498600636, 56.413082341236944 ], [ -5.733750658833647, 56.412650855612412 ], [ -5.73429003393371, 56.412279434656689 ], [ -5.735326997753878, 56.412598841444911 ], [ -5.738453951116591, 56.411654822999218 ], [ -5.743054044686534, 56.413075950207634 ], [ -5.744950738090476, 56.4129826637026 ], [ -5.748219342241631, 56.413512323043292 ], [ -5.745225399699213, 56.411405337951201 ], [ -5.745433137632448, 56.410796624564661 ], [ -5.746143901146925, 56.410602495882166 ], [ -5.745250851134974, 56.410509910736145 ], [ -5.745484768498052, 56.408848395741842 ], [ -5.744546460550867, 56.408624999034757 ], [ -5.743684927355575, 56.407945202891668 ], [ -5.741133219494336, 56.407559228103068 ], [ -5.738780945669006, 56.407634741132966 ], [ -5.735821168920438, 56.406973245407293 ], [ -5.734803312041521, 56.406185711172633 ], [ -5.734991310723676, 56.405208961028322 ], [ -5.734005697031789, 56.404914981251601 ], [ -5.73191212906081, 56.403409057201905 ], [ -5.731904180560828, 56.401507596686564 ], [ -5.730461873024135, 56.399860643525813 ], [ -5.730999787866757, 56.399475790699981 ], [ -5.731366143651868, 56.398084561027829 ], [ -5.732299039725108, 56.39734612535274 ], [ -5.731793555786012, 56.396075572707609 ], [ -5.733959834383499, 56.395102141977077 ], [ -5.7368501207383, 56.394817158632691 ], [ -5.738686920929923, 56.393709717805336 ], [ -5.740440431610816, 56.393571352888252 ], [ -5.742199168888988, 56.391423196065354 ], [ -5.744974458338509, 56.391950731353674 ], [ -5.745277561747981, 56.392642906574615 ], [ -5.746241188086133, 56.39304535673417 ], [ -5.747503854318418, 56.392944215872483 ], [ -5.748445725897015, 56.392466134436084 ], [ -5.749802417239782, 56.392496997378572 ], [ -5.754223750394271, 56.394426620794079 ], [ -5.754712077156814, 56.393130516288693 ], [ -5.754293234809328, 56.392828508018454 ], [ -5.754869631145141, 56.392590740105234 ], [ -5.75435949347778, 56.391279946390902 ], [ -5.755398008716074, 56.391207997466637 ], [ -5.755459455417707, 56.390680125999737 ], [ -5.75653204610517, 56.39004965486756 ], [ -5.756163502950542, 56.388037723909243 ], [ -5.758192960475649, 56.385112324995042 ], [ -5.758166577928536, 56.381228750018806 ], [ -5.759594780093522, 56.38149560642637 ], [ -5.760299665438661, 56.38042667916919 ], [ -5.762724726834356, 56.379381915437662 ], [ -5.765741989611398, 56.376705092385784 ], [ -5.766465389079849, 56.377056242569992 ], [ -5.767972675439061, 56.376812566484539 ], [ -5.767589979739991, 56.376383620883537 ], [ -5.767828278945901, 56.375679516277657 ], [ -5.769593134949641, 56.37546844344908 ], [ -5.76808316843745, 56.374979401950291 ], [ -5.768202872073867, 56.374715000856021 ], [ -5.770985973502274, 56.374347030022591 ], [ -5.773785278259314, 56.373488455155467 ], [ -5.777247372816078, 56.372043118906277 ], [ -5.779032275921157, 56.371660453566541 ], [ -5.78040895376052, 56.370674295457157 ], [ -5.783239632461798, 56.369810044197344 ], [ -5.78798440108765, 56.369296299228516 ], [ -5.789096919636899, 56.368345096337308 ], [ -5.790753900421279, 56.368128922643137 ], [ -5.792392931808426, 56.368302619492589 ], [ -5.792405108582605, 56.367789716135782 ], [ -5.792860019348157, 56.367835125422801 ], [ -5.792424129059377, 56.367655156235529 ], [ -5.794009599072037, 56.366460126829182 ], [ -5.793504216082273, 56.366656348808768 ], [ -5.792900083618442, 56.366495024431082 ], [ -5.791931862064085, 56.365621013190697 ], [ -5.789927840305002, 56.365213011875916 ], [ -5.787669243496204, 56.365470963800355 ], [ -5.785665054119833, 56.365109656461087 ], [ -5.780731376514146, 56.366164097450216 ], [ -5.778834453536721, 56.366231005939937 ], [ -5.778535088290905, 56.365907450350406 ], [ -5.773154257181599, 56.36694825573182 ], [ -5.770093327184555, 56.367859750600523 ], [ -5.767443283703662, 56.369077868100781 ], [ -5.763275341476324, 56.369200135253131 ], [ -5.763096428575388, 56.369439356201447 ], [ -5.758628721399518, 56.370137049159439 ], [ -5.756226937450029, 56.370097545964136 ], [ -5.749802561750722, 56.372648085970852 ], [ -5.742148737509361, 56.377209086670007 ], [ -5.737645614580719, 56.37854996412657 ], [ -5.735930971452976, 56.380152746970154 ], [ -5.733529432747891, 56.380948996194775 ], [ -5.728718529609435, 56.382298814828133 ], [ -5.724036554882406, 56.38283173401242 ], [ -5.720947534351693, 56.382782526416847 ], [ -5.718698724283063, 56.382291708963315 ], [ -5.713549837291581, 56.382275385524729 ], [ -5.709244087425203, 56.383778321062721 ], [ -5.704020001781753, 56.383557047959521 ], [ -5.698520294221944, 56.384085575605269 ], [ -5.694064184704246, 56.383593681435883 ], [ -5.691291059353188, 56.382655854903227 ], [ -5.691830274542386, 56.382199204776406 ], [ -5.690549631180704, 56.38127530359094 ], [ -5.68986859878947, 56.379429894769316 ], [ -5.690212684469313, 56.378799238513508 ], [ -5.689801508604901, 56.378820482589703 ], [ -5.690572982609155, 56.378419855577071 ], [ -5.690415546031401, 56.377714231379819 ], [ -5.691172737358843, 56.377417426293604 ], [ -5.690781942440082, 56.376979507586661 ], [ -5.691299286448772, 56.376465066413175 ], [ -5.693125440433526, 56.376163351528099 ], [ -5.694935738057914, 56.375196721270946 ], [ -5.694775287828833, 56.374711479683654 ], [ -5.695455770309221, 56.374376474526386 ], [ -5.694542741202337, 56.373900204319206 ], [ -5.695812626141649, 56.370953597903721 ], [ -5.69544582252162, 56.370595900088738 ], [ -5.696695198949475, 56.370113530559792 ], [ -5.697288913442152, 56.368801043674132 ], [ -5.698046927017063, 56.368598577389889 ], [ -5.697672846530798, 56.368416435447067 ], [ -5.698111824232112, 56.367931276501082 ], [ -5.699442532478677, 56.3673700208574 ], [ -5.700234430370564, 56.367517192336834 ], [ -5.700748794598672, 56.367308503428873 ], [ -5.699740444401934, 56.366934027560539 ], [ -5.700059907825913, 56.366052315321085 ], [ -5.700960734578663, 56.365485905792589 ], [ -5.702332740805086, 56.365768574179249 ], [ -5.702334064087759, 56.365031239499928 ], [ -5.703781444077833, 56.364255146974116 ], [ -5.703921967307746, 56.363617048338718 ], [ -5.705029602873402, 56.363012949501659 ], [ -5.706050842862972, 56.361103174699821 ], [ -5.708046650365795, 56.360472454278387 ], [ -5.710143594037226, 56.360382651485295 ], [ -5.710428597386616, 56.36064834839177 ], [ -5.711453295670119, 56.360442298066559 ], [ -5.711154753143728, 56.360203983639835 ], [ -5.711669594150484, 56.36025148840654 ], [ -5.713517742880365, 56.359103600250123 ], [ -5.713978023446662, 56.358424424044863 ], [ -5.715412052490609, 56.358264502433045 ], [ -5.715079020164119, 56.357838411813574 ], [ -5.716571694556876, 56.35703382637049 ], [ -5.71668318668502, 56.356598888435165 ], [ -5.717403526768834, 56.356262556575373 ], [ -5.717740263331381, 56.356477230358742 ], [ -5.717727357988227, 56.35609548038525 ], [ -5.71889069238297, 56.355984108019918 ], [ -5.720098874777949, 56.355170041169487 ], [ -5.722437676270919, 56.354906412982011 ], [ -5.724911816596696, 56.354121656003628 ], [ -5.726978692137224, 56.354059440503583 ], [ -5.727616818018829, 56.354291987491685 ], [ -5.728036157743657, 56.35410851971497 ], [ -5.727908064117486, 56.353460492786986 ], [ -5.729981698792696, 56.352390972194875 ], [ -5.731192172763405, 56.350610132270184 ], [ -5.731863724567723, 56.350522449824773 ], [ -5.731231590058525, 56.350433609173848 ], [ -5.732067657131759, 56.349378871846525 ], [ -5.733967747561627, 56.348359468846631 ], [ -5.734803858136388, 56.348464619008162 ], [ -5.734613457838364, 56.348173643274436 ], [ -5.735401131403351, 56.348280250890873 ], [ -5.735157555127675, 56.348107770923058 ], [ -5.736100697201253, 56.347652205961445 ], [ -5.736727795551306, 56.347772643644973 ], [ -5.736712340332407, 56.347449414290274 ], [ -5.739200796702179, 56.346735858045541 ], [ -5.739728672545625, 56.346256843058782 ], [ -5.740623890686708, 56.346387142056038 ], [ -5.740386947844847, 56.346034640269878 ], [ -5.741135273831753, 56.34607046746072 ], [ -5.742141753801237, 56.345271259710309 ], [ -5.74249131452209, 56.345368588723076 ], [ -5.742194461380656, 56.345148279704183 ], [ -5.742726034095649, 56.345037793877104 ], [ -5.742247329475971, 56.344944370605148 ], [ -5.742466624194305, 56.344703958438636 ], [ -5.742915677211954, 56.344825252319119 ], [ -5.742781296349349, 56.344528098332745 ], [ -5.743396968209786, 56.344284688122997 ], [ -5.743553104084019, 56.34331786578673 ], [ -5.744854447059186, 56.342307403185515 ], [ -5.745660827568763, 56.342193083795991 ], [ -5.745829327449283, 56.341765378827347 ], [ -5.74642495283885, 56.341895710483612 ], [ -5.746065297410402, 56.341695295131338 ], [ -5.746444495507593, 56.341517471746982 ], [ -5.747851334963628, 56.341088235622905 ], [ -5.748613802041326, 56.341186529036747 ], [ -5.748028601026944, 56.340997446834095 ], [ -5.748911394987909, 56.341002178032952 ], [ -5.751869176423407, 56.339963926097241 ], [ -5.754001140812962, 56.340160028980627 ], [ -5.753767946651433, 56.339928824479671 ], [ -5.75496414069072, 56.33991051784573 ], [ -5.754619278978365, 56.33969619057153 ], [ -5.755229371379755, 56.339479862915624 ], [ -5.75596937603529, 56.339596775646633 ], [ -5.755519022964558, 56.33946208146358 ], [ -5.758519244885576, 56.338611201843314 ], [ -5.759956723125491, 56.337920135150888 ], [ -5.759939313243637, 56.337578981228525 ], [ -5.760893696527035, 56.337325188057036 ], [ -5.761630021487259, 56.337487136653507 ], [ -5.762438639735272, 56.336657799727192 ], [ -5.771943752458524, 56.333819284668266 ], [ -5.771641755887589, 56.333711597881369 ], [ -5.774015427179955, 56.332834465624664 ], [ -5.774697193794326, 56.332854132449746 ], [ -5.775328667990688, 56.333347395336382 ], [ -5.775954142746439, 56.333206921865717 ], [ -5.776150642093265, 56.332656926073454 ], [ -5.777922375836496, 56.331995902395789 ], [ -5.778893560984218, 56.330851270792337 ], [ -5.779764135893425, 56.330734762406543 ], [ -5.779299002796067, 56.330614094212592 ], [ -5.779686942642382, 56.329954839042209 ], [ -5.780913175716355, 56.32958917590733 ], [ -5.781684443839115, 56.329695985778898 ], [ -5.781564103325747, 56.329461382441373 ], [ -5.783784949939803, 56.329496892126073 ], [ -5.784651108099289, 56.329254598932614 ], [ -5.784564799328783, 56.329036940771367 ], [ -5.786032710870345, 56.328987536530555 ], [ -5.785953269083823, 56.328594329628068 ], [ -5.786821411255048, 56.328617217144554 ], [ -5.787159798157569, 56.327541335030126 ], [ -5.787890455013157, 56.327402075019492 ], [ -5.787305038320743, 56.326965911650241 ], [ -5.787578084484081, 56.326292161891033 ], [ -5.789968681849393, 56.326816908871081 ], [ -5.792245522712603, 56.32603229553321 ], [ -5.792839602981798, 56.326310814228528 ], [ -5.79379159075478, 56.326200700489032 ], [ -5.794248959638638, 56.325835994825198 ], [ -5.795024193370768, 56.325983062335546 ], [ -5.796278297139771, 56.325004943863753 ], [ -5.795886183926353, 56.324967519951826 ], [ -5.796074590558313, 56.324665009545932 ], [ -5.797272450505266, 56.324749639694531 ], [ -5.799476248118459, 56.324290835894757 ], [ -5.802535064104021, 56.322749174507955 ], [ -5.803223832109696, 56.322759474121874 ], [ -5.803075134757086, 56.322566224711537 ], [ -5.803551463338463, 56.322637003784173 ], [ -5.803972414024063, 56.3222329160374 ], [ -5.804536991878176, 56.322377408470523 ], [ -5.804232830037183, 56.322085534935759 ], [ -5.805594857270519, 56.321544597351568 ], [ -5.80686606903818, 56.32041747197848 ], [ -5.807894526974272, 56.320183503014803 ], [ -5.808480135169943, 56.32037678512355 ], [ -5.807917408035836, 56.320088384167136 ], [ -5.810019544818957, 56.31958755516505 ], [ -5.809687125073029, 56.31933702834786 ], [ -5.811154223162471, 56.319040067174399 ], [ -5.812313812335065, 56.319310061685066 ], [ -5.81446108562634, 56.318938146785321 ], [ -5.816565261970334, 56.319107037355643 ], [ -5.817023228227164, 56.318670288349139 ], [ -5.821522306529767, 56.317546771089567 ], [ -5.823838397373146, 56.317974252263276 ], [ -5.825400209855125, 56.317008788153309 ], [ -5.82848410966828, 56.316702072664526 ], [ -5.829275690024937, 56.316205494029816 ], [ -5.830958578103425, 56.316288267026046 ], [ -5.831221818841732, 56.315605717369749 ], [ -5.829391193211361, 56.314129273266531 ], [ -5.828514816738032, 56.313940593777033 ], [ -5.828982834860689, 56.313283182858491 ], [ -5.828454135533581, 56.31309273252235 ], [ -5.830971692827152, 56.312223494752836 ], [ -5.831930849122078, 56.312189288809812 ], [ -5.831921175682865, 56.311366823565933 ], [ -5.834152871847591, 56.310875044108528 ], [ -5.836303150795707, 56.310781395871246 ], [ -5.837271827514856, 56.311084052051413 ], [ -5.840350276146036, 56.310889599445183 ], [ -5.842162509839328, 56.311134552429252 ], [ -5.842166825177907, 56.310855666118826 ], [ -5.843780480875144, 56.310895451358952 ], [ -5.844553993270103, 56.311347988481785 ], [ -5.845878283259928, 56.311405732393347 ], [ -5.845656331263182, 56.311772314113888 ], [ -5.846386520267233, 56.312356571705614 ], [ -5.847410778826746, 56.311924571678546 ], [ -5.847678472876446, 56.312253445992447 ], [ -5.849791947771708, 56.312596822475896 ], [ -5.850310701841392, 56.312446694468925 ], [ -5.851307194349423, 56.313264520692684 ], [ -5.851139256671662, 56.312802163160811 ], [ -5.851667676885168, 56.313068959387117 ], [ -5.852430584120887, 56.313013728970191 ], [ -5.852220194413776, 56.312692071590973 ], [ -5.854005007556793, 56.312663449888987 ], [ -5.854830525844225, 56.312988416107828 ], [ -5.856772259826899, 56.313071761063455 ], [ -5.857754272622515, 56.313504229592951 ], [ -5.858956167036056, 56.31339030667074 ], [ -5.865148195627591, 56.31422657013298 ], [ -5.867883603140771, 56.314078120588654 ], [ -5.870738869317966, 56.314793599268484 ], [ -5.874582825883746, 56.315046426068839 ], [ -5.876631769257149, 56.316025317798719 ], [ -5.876740183828131, 56.316615401681446 ], [ -5.877733796816819, 56.317398047041273 ], [ -5.878793187486365, 56.317234446486545 ], [ -5.878979176733304, 56.317552331886304 ], [ -5.879005671367196, 56.317016467892842 ], [ -5.880043979608895, 56.316565768356952 ], [ -5.880165005002086, 56.316881193737544 ], [ -5.881192050058518, 56.3169568791199 ], [ -5.880982441347586, 56.317282677439572 ], [ -5.881820122469893, 56.317723985463502 ], [ -5.882428209683875, 56.317498081726292 ], [ -5.882201547560481, 56.317257910940221 ], [ -5.883773391157033, 56.317838021864297 ], [ -5.883761679951403, 56.31859822817232 ], [ -5.885149375374278, 56.318878370239538 ], [ -5.884400258967077, 56.318910887966148 ], [ -5.885018616552027, 56.319183714915923 ], [ -5.884704680701573, 56.319278999733172 ], [ -5.886128739713816, 56.319836747013142 ], [ -5.88618789989633, 56.32010015784104 ], [ -5.885228752855721, 56.320215711683055 ], [ -5.88898774647721, 56.321693707957778 ], [ -5.888516892917741, 56.321996259475625 ], [ -5.888679850763324, 56.322404777805595 ], [ -5.887593451296881, 56.322304040593082 ], [ -5.887669503888818, 56.322733275475521 ], [ -5.88670818548788, 56.322669064304677 ], [ -5.886824101418438, 56.323092551003079 ], [ -5.886163342894196, 56.322960442611546 ], [ -5.885792855694667, 56.323534091541234 ], [ -5.884638813366388, 56.323723202125045 ], [ -5.883021592150574, 56.323495216848791 ], [ -5.881946905546867, 56.323987544706128 ], [ -5.880544084170307, 56.323878689383385 ], [ -5.87966963885352, 56.324351227200239 ], [ -5.87997711913111, 56.324669797645008 ], [ -5.877627361040614, 56.324559131387133 ], [ -5.876518489160377, 56.325034497455327 ], [ -5.875345798855719, 56.326316648027309 ], [ -5.874837274622803, 56.326409009365378 ], [ -5.87540264684872, 56.326876875522061 ], [ -5.873602216707799, 56.327396354751215 ], [ -5.873121071357248, 56.328476984819602 ], [ -5.872130882179094, 56.328368601397798 ], [ -5.871267931593209, 56.328876684656294 ], [ -5.87014297671647, 56.328875911258116 ], [ -5.869288242861415, 56.32986480056551 ], [ -5.868277771904327, 56.33003577523214 ], [ -5.868462379348705, 56.330340230714043 ], [ -5.867332593139955, 56.330451983238369 ], [ -5.867349593781073, 56.330779663327853 ], [ -5.866417747471042, 56.330768322725113 ], [ -5.865706434654975, 56.331496428221918 ], [ -5.864809856279223, 56.331753735815589 ], [ -5.8652436389872, 56.332041420024339 ], [ -5.863430695334987, 56.332920818199497 ], [ -5.863247871817281, 56.333353650360237 ], [ -5.864210461971717, 56.333908076648918 ], [ -5.863570019099245, 56.334377680378985 ], [ -5.864246230331217, 56.33458136557141 ], [ -5.864262494399931, 56.335061933890969 ], [ -5.863822935402546, 56.335597201318627 ], [ -5.863357132601439, 56.335553297508206 ], [ -5.863460994231441, 56.336579647208275 ], [ -5.861966375123598, 56.336927539644911 ], [ -5.860161959455003, 56.336453312793552 ], [ -5.859863678540234, 56.336705403465785 ], [ -5.860218065086512, 56.336928141727185 ], [ -5.859333295495506, 56.337063645426099 ], [ -5.858971077658196, 56.337484080941373 ], [ -5.859780591480455, 56.337805026512569 ], [ -5.8584851261818, 56.338762618679233 ], [ -5.858756284350436, 56.33912283729169 ], [ -5.859119145061251, 56.338868735753735 ], [ -5.85938161363772, 56.339062871071718 ], [ -5.858943582157666, 56.339454198455577 ], [ -5.860077917274112, 56.339544707196588 ], [ -5.860948502359551, 56.340308847934509 ], [ -5.857971647708378, 56.340329757603264 ], [ -5.857519259973272, 56.340739511070637 ], [ -5.858759247010891, 56.341074020370421 ], [ -5.857658888566807, 56.341800715908697 ], [ -5.8561289052311, 56.3415606568866 ], [ -5.852472876206497, 56.342168193149597 ], [ -5.852678188067193, 56.342630285799665 ], [ -5.852106335748687, 56.342402605880189 ], [ -5.849404800932685, 56.342570297444723 ], [ -5.84830607557842, 56.343604381631799 ], [ -5.848593483824724, 56.344848929546366 ], [ -5.848167804779155, 56.344979063156543 ], [ -5.848522926783871, 56.345096605585162 ], [ -5.846745221204634, 56.345034081542046 ], [ -5.846196704682684, 56.345568170319304 ], [ -5.846800956233347, 56.346406326564811 ], [ -5.848776368694729, 56.346566110475372 ], [ -5.850567648491493, 56.347211765938575 ], [ -5.850453050332744, 56.347440131830531 ], [ -5.847512132904521, 56.347357152883049 ], [ -5.847013813674075, 56.348710653622618 ], [ -5.846097753537205, 56.349052946187214 ], [ -5.846910809650623, 56.349359480818265 ], [ -5.848432422295812, 56.351922552608798 ], [ -5.851138442263128, 56.352225935870223 ], [ -5.85147424504069, 56.353434803360948 ], [ -5.852381240136322, 56.353916422897498 ], [ -5.854885139572939, 56.354381580095549 ], [ -5.857402917520757, 56.353990213275004 ], [ -5.858673845017601, 56.354081880295247 ], [ -5.859703772363002, 56.354672915041675 ], [ -5.85942537183156, 56.355186949425523 ], [ -5.859747889228147, 56.354740778009301 ], [ -5.861002411745901, 56.354894079146391 ], [ -5.863643875487056, 56.354524803221636 ], [ -5.863539976598074, 56.354202533952083 ], [ -5.865635619691673, 56.353450104316956 ], [ -5.865467966219272, 56.352866360005812 ], [ -5.866473249489599, 56.352718061662067 ], [ -5.866126575853709, 56.353420381813542 ], [ -5.866557185663249, 56.354457204165591 ], [ -5.867403196917335, 56.354510801045599 ], [ -5.867887121817072, 56.354922802533096 ], [ -5.86992211311988, 56.354850198274768 ], [ -5.873692418738456, 56.355948884127336 ], [ -5.876079278575834, 56.355831895338305 ], [ -5.876535226352029, 56.356063100316526 ], [ -5.876091871192287, 56.35614712408384 ], [ -5.876702620212902, 56.356243994100339 ], [ -5.877612988721604, 56.356005960058511 ], [ -5.876749883340438, 56.355832473328469 ], [ -5.876975710134526, 56.355345220743622 ], [ -5.876372615713858, 56.35490910990147 ], [ -5.879778395303473, 56.354364478217931 ], [ -5.879257583178176, 56.353845771810519 ], [ -5.879899951076999, 56.353823837608807 ], [ -5.879837408791508, 56.353368098867925 ], [ -5.880570528203802, 56.353012405617633 ], [ -5.881243266551656, 56.353193633379242 ], [ -5.880836042800455, 56.352915957323518 ], [ -5.882218237549779, 56.352763803498085 ], [ -5.88256789185285, 56.353414656554158 ], [ -5.882943488680331, 56.353492794702511 ], [ -5.882997187088804, 56.353161098369888 ], [ -5.88375628096611, 56.353633646480674 ], [ -5.884337045645587, 56.353420291048458 ], [ -5.884537680890626, 56.353720626212265 ], [ -5.884855416881755, 56.353484950259542 ], [ -5.885526289646547, 56.353711174525451 ], [ -5.888875948021575, 56.353650929189939 ], [ -5.890047463899155, 56.353227449357867 ], [ -5.890884822034717, 56.353259576395502 ], [ -5.891532073640578, 56.352618766108833 ], [ -5.89041631164221, 56.35192098250765 ], [ -5.891529716811653, 56.351166603420232 ], [ -5.891427931778993, 56.350009812853685 ], [ -5.892444160420543, 56.350049791865416 ], [ -5.892046651001867, 56.349486794109993 ], [ -5.896442856645107, 56.34940241158025 ], [ -5.897451604132243, 56.348655766834042 ], [ -5.900161023989715, 56.348071340100759 ], [ -5.900338559581944, 56.347431793451804 ], [ -5.902258766131965, 56.346890174475668 ], [ -5.903685646781256, 56.344929826388153 ], [ -5.905973202536829, 56.34354927112328 ], [ -5.905582817173171, 56.343215391599479 ], [ -5.910276850694841, 56.342015054951872 ], [ -5.910257051028366, 56.341426687342675 ], [ -5.911659648215545, 56.339867158892638 ], [ -5.912158485235811, 56.339995264687772 ], [ -5.91320754034084, 56.339094337799722 ], [ -5.913168805215451, 56.338479591750286 ], [ -5.914092417277593, 56.338171617798096 ], [ -5.914507958694959, 56.337092886458443 ], [ -5.915434235724734, 56.33696915927483 ], [ -5.916867938077682, 56.335795248885553 ], [ -5.918110457465952, 56.335598543186272 ], [ -5.917911843286306, 56.335240644353199 ], [ -5.919042555600905, 56.334980026954234 ], [ -5.919079989767344, 56.334556202846528 ], [ -5.919475311281319, 56.334543680290196 ], [ -5.919195800058774, 56.334107415279405 ], [ -5.920178892452002, 56.334143712827704 ], [ -5.920101401758652, 56.333152517667401 ], [ -5.921327181559191, 56.331769322271064 ], [ -5.921885899612725, 56.331693162465598 ], [ -5.921672979294134, 56.331353707426125 ], [ -5.922564982520432, 56.331213025616499 ], [ -5.923319943732824, 56.330132488778169 ], [ -5.924109095145755, 56.330251338189555 ], [ -5.924678426796551, 56.329648777126351 ], [ -5.924261329586959, 56.32889765976909 ], [ -5.924758691502068, 56.328854905478309 ], [ -5.924709170758845, 56.328451821423783 ], [ -5.925297795525895, 56.32835221559094 ], [ -5.92491730295334, 56.328193433121456 ], [ -5.92603233331954, 56.327546573951139 ], [ -5.92574312012814, 56.32717357733771 ], [ -5.926678338054173, 56.326982034568971 ], [ -5.926479920550576, 56.326705073458811 ], [ -5.927240669400915, 56.326312239545359 ], [ -5.92834939158619, 56.326155641106212 ], [ -5.928358369374509, 56.32553488376179 ], [ -5.929164714976914, 56.325428344651236 ], [ -5.928787455358671, 56.324986212458221 ], [ -5.930019666978279, 56.325086454730936 ], [ -5.930190625902366, 56.324545978100083 ], [ -5.931119786957261, 56.324610874942188 ], [ -5.931432245972786, 56.324344662952718 ], [ -5.931134018313585, 56.323962972468834 ], [ -5.932127228575605, 56.324021329962527 ], [ -5.932067283972562, 56.32375346428843 ], [ -5.931367663509068, 56.323717249790441 ], [ -5.931811020614145, 56.323622227811718 ], [ -5.931410267579051, 56.323423643929615 ], [ -5.93228318543994, 56.323571250329621 ], [ -5.932211466323188, 56.323110423042159 ], [ -5.933222148571732, 56.323024338006014 ], [ -5.933606126151348, 56.321960020715117 ], [ -5.93445403651827, 56.321550878993314 ], [ -5.935388240002977, 56.321822407043712 ], [ -5.937484846781393, 56.320654120727546 ], [ -5.941212210779475, 56.320863641532583 ], [ -5.94137975763272, 56.320291781357298 ], [ -5.942212055202154, 56.320359679600593 ], [ -5.943964114830002, 56.319696841494718 ], [ -5.945725077404227, 56.319982394691998 ], [ -5.945971955514763, 56.319709242816273 ], [ -5.945444457522018, 56.319537228025993 ], [ -5.947278227719409, 56.319352830221291 ], [ -5.946351800134859, 56.319000211628321 ], [ -5.946724530426811, 56.318848936878126 ], [ -5.947182303302294, 56.31920751604779 ], [ -5.947676569325735, 56.318823052934484 ], [ -5.948702280739585, 56.319118537725771 ], [ -5.950035942446705, 56.318792694353483 ], [ -5.95087026185972, 56.319193190085883 ], [ -5.951651004706987, 56.31899739388065 ], [ -5.952525202765243, 56.31939210859283 ], [ -5.953708150410589, 56.319408258305934 ], [ -5.955039744588841, 56.319140877471902 ], [ -5.954857582332927, 56.318944371283159 ], [ -5.955319734639613, 56.318875639352107 ], [ -5.954886547033948, 56.318520799206809 ], [ -5.955638535569372, 56.318438302434934 ], [ -5.957475880905604, 56.319148388739563 ], [ -5.961658239167366, 56.318830161919436 ], [ -5.963686924695477, 56.318965703559776 ], [ -5.966918278125577, 56.319790142641857 ], [ -5.970181594879552, 56.319597317719051 ], [ -5.972658777390652, 56.320247977937477 ], [ -5.972784981835926, 56.3209012794389 ], [ -5.974295845751973, 56.321548768721954 ], [ -5.979234793715072, 56.322138167385155 ], [ -5.981865164272272, 56.322826885003067 ], [ -5.986833172369484, 56.322870097939379 ], [ -5.986571867693802, 56.322692372764898 ], [ -5.988080214946668, 56.322196819884738 ], [ -5.988415128386334, 56.321855093704805 ], [ -5.987862205435388, 56.321798281989665 ], [ -5.988553671299351, 56.321833540571383 ], [ -5.989452725572852, 56.321051866078491 ], [ -5.989273271837139, 56.32021684457802 ], [ -5.98990254894693, 56.319316171066006 ], [ -5.989172530927949, 56.318399988908389 ], [ -5.989639186043221, 56.318855251554908 ], [ -5.990835792626029, 56.318444354992081 ], [ -5.99597068021736, 56.314565510059793 ], [ -5.998453967426769, 56.313325201989002 ], [ -6.000506931058265, 56.312534905280813 ], [ -6.002636571788043, 56.312245681113573 ], [ -6.004449717861307, 56.31163843466755 ], [ -6.005690389851844, 56.310586580105344 ], [ -6.004994706304005, 56.309660382214204 ], [ -6.006610580844246, 56.309873328047324 ], [ -6.009702185206311, 56.309040225836 ], [ -6.010726929862076, 56.308476427150076 ], [ -6.01119567681842, 56.30762490206078 ], [ -6.011535059608602, 56.307775762599483 ], [ -6.011527726542727, 56.307474744499679 ], [ -6.013250009848163, 56.30677588577079 ], [ -6.018361128687499, 56.303075763979145 ], [ -6.022347948593558, 56.302303163909357 ], [ -6.023589982753629, 56.301655744742149 ], [ -6.025904311093408, 56.301130779459932 ], [ -6.027908546671473, 56.299428822560103 ], [ -6.030112436879629, 56.298318343759007 ], [ -6.032953812413845, 56.297119586226749 ], [ -6.036114346909111, 56.29664775410739 ], [ -6.038366647265266, 56.295616475788187 ], [ -6.040194633168395, 56.294167363235225 ], [ -6.041691051600266, 56.294325291820442 ], [ -6.043814135756593, 56.293374571972819 ], [ -6.044336002248658, 56.293415956116 ], [ -6.045362650253902, 56.292496571778024 ], [ -6.045460772884558, 56.292812608156119 ], [ -6.046709253677577, 56.292843694492639 ], [ -6.048902863571558, 56.292866303043319 ], [ -6.04973608930896, 56.292564730660466 ], [ -6.05069029023477, 56.293023584951385 ], [ -6.051548613152225, 56.292653731166887 ], [ -6.053835515862279, 56.292778411752145 ], [ -6.054134089659609, 56.292635526704039 ], [ -6.053621536100038, 56.292285421945692 ], [ -6.054995983751176, 56.291964268505808 ], [ -6.057317265374254, 56.292093152258154 ], [ -6.057412886136865, 56.293131394702542 ], [ -6.063020769602858, 56.294390601466581 ], [ -6.06657228043287, 56.295699225428322 ], [ -6.068425090122784, 56.297000707153593 ], [ -6.072734210902726, 56.299116081866103 ], [ -6.074248438606581, 56.300424137883873 ], [ -6.077563403142256, 56.302311311862603 ], [ -6.079012326237694, 56.302398418820673 ], [ -6.083474862839122, 56.300412054828492 ], [ -6.085238048997549, 56.298748556064496 ], [ -6.087078776280499, 56.297887343618555 ], [ -6.090812015291686, 56.297633484162688 ], [ -6.091311048147978, 56.297913743426854 ], [ -6.091751290072486, 56.297418046109186 ], [ -6.094040527963863, 56.297877354082004 ], [ -6.095360039537363, 56.297361518747373 ], [ -6.095997221535688, 56.297421349634043 ], [ -6.096303937517188, 56.296736706860401 ], [ -6.096858713907711, 56.296857718351312 ], [ -6.0965481229626, 56.29712880900238 ], [ -6.097750493395653, 56.296954069156918 ], [ -6.097829208516298, 56.297311184072726 ], [ -6.09879996734345, 56.296937268825566 ], [ -6.100792912087057, 56.297347819430655 ], [ -6.112397697453974, 56.296296883915041 ], [ -6.114319949873606, 56.296875943144016 ], [ -6.116301517016724, 56.296953877613177 ], [ -6.116731241011125, 56.297339766423448 ], [ -6.116685353665448, 56.29713894783945 ], [ -6.117076915064755, 56.297395705129659 ], [ -6.117322413942428, 56.297122231258875 ], [ -6.117823035855563, 56.297640653206891 ], [ -6.118241796880153, 56.297248992035826 ], [ -6.119775522880566, 56.297373263520207 ], [ -6.121766010101776, 56.297158534818031 ], [ -6.122056921771551, 56.296856557331978 ], [ -6.122830135391403, 56.297127551898981 ], [ -6.124593037591321, 56.296902379467504 ], [ -6.12465041052432, 56.296684628424757 ], [ -6.12663810392571, 56.296744206387501 ], [ -6.127766639865124, 56.296261369562863 ], [ -6.127771744341058, 56.295559727601642 ], [ -6.128813704353486, 56.295174199635085 ], [ -6.129345102082747, 56.294553905707239 ], [ -6.128855452710053, 56.29368892236662 ], [ -6.12982617581797, 56.293692472827416 ], [ -6.129633827881593, 56.294157552875191 ], [ -6.130701593960267, 56.294310740220567 ], [ -6.132543124999578, 56.293318397814659 ], [ -6.132712844372159, 56.291896287881571 ], [ -6.133545716972024, 56.291747034399975 ], [ -6.134330046713471, 56.292121007422168 ], [ -6.135638137240784, 56.291506183684703 ], [ -6.13618322552943, 56.289743254414063 ], [ -6.137036881645099, 56.289786636156087 ], [ -6.136504606066921, 56.288977066821438 ], [ -6.137035265163377, 56.288725484378652 ], [ -6.136823464149411, 56.287365595117201 ], [ -6.138159959872582, 56.287015091749929 ], [ -6.138322076157371, 56.286645437035062 ], [ -6.139555623162586, 56.286837961152727 ], [ -6.139662244710491, 56.285881102647465 ], [ -6.140184490708135, 56.285701733448825 ], [ -6.141540691521705, 56.285683283624969 ], [ -6.142378740394928, 56.286329700575678 ], [ -6.142994442151167, 56.286192154139599 ], [ -6.142097279091592, 56.284850741655553 ], [ -6.142915492623755, 56.284418623612524 ], [ -6.1436559934276, 56.284910918345624 ], [ -6.1436811128584, 56.28454584757192 ], [ -6.144477215129829, 56.284730501378817 ], [ -6.144877682797418, 56.285292645693815 ], [ -6.144547047486653, 56.285524067623022 ], [ -6.145448496096271, 56.285934512935526 ], [ -6.14523889003956, 56.286238321041488 ], [ -6.144056780194759, 56.286147552176224 ], [ -6.144707604554623, 56.287303855585542 ], [ -6.143450780327289, 56.288389210900498 ], [ -6.143976968827725, 56.288992111041367 ], [ -6.145222810325572, 56.288774972874442 ], [ -6.147207800928865, 56.287620205681577 ], [ -6.148095791659844, 56.287756788289066 ], [ -6.148083033354397, 56.286893857690522 ], [ -6.149905710006122, 56.286405499737647 ], [ -6.149559187437418, 56.286192299118838 ], [ -6.150832237519856, 56.285407608666198 ], [ -6.15160586243133, 56.285161292061566 ], [ -6.15200412224431, 56.285404225916913 ], [ -6.151535619270934, 56.285631304666474 ], [ -6.152741300858321, 56.285343489730707 ], [ -6.152999226219612, 56.285559658192689 ], [ -6.152969817195071, 56.285214402531174 ], [ -6.154659843144991, 56.284622507982355 ], [ -6.155172841711059, 56.284061167019921 ], [ -6.15621633485224, 56.28391816555898 ], [ -6.156884051451184, 56.284259944044344 ], [ -6.155923713970535, 56.284647472596532 ], [ -6.155990152763961, 56.285333230623671 ], [ -6.157189195550806, 56.285059084678657 ], [ -6.157059937787929, 56.285580549868691 ], [ -6.159235209820416, 56.285957046249841 ], [ -6.158256014977346, 56.286543081063179 ], [ -6.160662665923153, 56.285998942433423 ], [ -6.160298157031018, 56.286438395937864 ], [ -6.157471210942892, 56.287653178250395 ], [ -6.157666908467228, 56.287965860808832 ], [ -6.15873382314213, 56.288334674056401 ], [ -6.159995149793272, 56.288260757823714 ], [ -6.160542750260625, 56.287869103831824 ], [ -6.160837602027955, 56.288052537389085 ], [ -6.161000709113331, 56.287768252636575 ], [ -6.162672622349159, 56.287455652873199 ], [ -6.163093987953376, 56.287018773972299 ], [ -6.163802858163893, 56.286994898899565 ], [ -6.164508026902693, 56.287605178583931 ], [ -6.163824764344212, 56.287790075955215 ], [ -6.163720446888502, 56.288836822651064 ], [ -6.165039357738886, 56.289439916642849 ], [ -6.166475007418524, 56.288887907729773 ], [ -6.166717898229537, 56.290152287219968 ], [ -6.168999455586417, 56.290313690500255 ], [ -6.169795733840624, 56.289756222923167 ], [ -6.170210267420708, 56.289998552088122 ], [ -6.170467049896994, 56.289684113386869 ], [ -6.172162173075517, 56.289510000319197 ], [ -6.172531671445576, 56.288894969654137 ], [ -6.172629362504155, 56.289197448732544 ], [ -6.173691941127803, 56.288932245461552 ], [ -6.174324770869517, 56.289396523260599 ], [ -6.174567620235764, 56.289176976862429 ], [ -6.175080541659087, 56.289357510239213 ], [ -6.175533153216865, 56.288393415141876 ], [ -6.177050959921097, 56.2872629238339 ], [ -6.177140347366662, 56.286526937308139 ], [ -6.179170038313019, 56.285864765351981 ], [ -6.180939836239508, 56.28622761101996 ], [ -6.180972492354417, 56.286748127484849 ], [ -6.181908470591243, 56.287026741166059 ], [ -6.181506372970905, 56.287490016952766 ], [ -6.183334807475355, 56.288314010523649 ], [ -6.184203371272102, 56.289453766318886 ], [ -6.185179574420401, 56.289434210403108 ], [ -6.186457781833371, 56.286634424936487 ], [ -6.187104018336538, 56.286850864416088 ], [ -6.188194637990955, 56.286400216615192 ], [ -6.188738297476013, 56.286934895562986 ], [ -6.189115124585724, 56.28683219088802 ], [ -6.189143157680624, 56.287604681964268 ], [ -6.187980020647675, 56.28894365377041 ], [ -6.1858918432015, 56.289810304087879 ], [ -6.186237504514028, 56.290751908597549 ], [ -6.187627000145592, 56.291109554548775 ], [ -6.188773780845611, 56.290063430665718 ], [ -6.190423636717164, 56.289845631912684 ], [ -6.190385506057775, 56.290161697123814 ], [ -6.190807350176352, 56.290174377429999 ], [ -6.192372807711372, 56.289703098530659 ], [ -6.193310800400076, 56.289851154292258 ], [ -6.193264832105916, 56.290095538566646 ], [ -6.194007602832854, 56.289643148577333 ], [ -6.194612778909476, 56.29000034312952 ], [ -6.19562434866831, 56.289934537071474 ], [ -6.194517058445887, 56.290970394760464 ], [ -6.195607280672816, 56.291252668128365 ], [ -6.196308290654946, 56.290788191278516 ], [ -6.197475090907973, 56.290663139725233 ], [ -6.197483227677712, 56.289853445203811 ], [ -6.198433171599418, 56.289668295676336 ], [ -6.197730371374751, 56.289674175896479 ], [ -6.197534526182186, 56.289289607292702 ], [ -6.19896919083273, 56.28873274819253 ], [ -6.197840172349101, 56.291410696769731 ], [ -6.198631932075613, 56.292067317114558 ], [ -6.20010346540008, 56.291698058888443 ], [ -6.200083181886705, 56.290556567571642 ], [ -6.202700805479102, 56.288403581112298 ], [ -6.203002893673641, 56.288798020495129 ], [ -6.202475521066446, 56.289737790168289 ], [ -6.200889642887009, 56.290978842068988 ], [ -6.20100819262611, 56.291689800700993 ], [ -6.203413419475795, 56.291574691220411 ], [ -6.205072792583993, 56.290121628508103 ], [ -6.204587046741263, 56.289674982334439 ], [ -6.206678875780715, 56.288992251679595 ], [ -6.205498601568857, 56.289949755597604 ], [ -6.206128088097945, 56.28986538360445 ], [ -6.206713971741994, 56.290340093959841 ], [ -6.207212925616628, 56.290318616740834 ], [ -6.209128178423521, 56.288913373277367 ], [ -6.209981385430372, 56.289172113283158 ], [ -6.209906099853986, 56.289516433762635 ], [ -6.21062269743049, 56.28941558141323 ], [ -6.211229353257663, 56.290078429279042 ], [ -6.21185750646301, 56.289908634089578 ], [ -6.211834677244608, 56.290215194324048 ], [ -6.21259898404548, 56.290400500417682 ], [ -6.215462342414902, 56.290482762493824 ], [ -6.217350204172432, 56.290004663328055 ], [ -6.218674732071051, 56.289257964669154 ], [ -6.218950710138411, 56.288461603022093 ], [ -6.217993434588056, 56.287626386227394 ], [ -6.218268723217597, 56.286677157853795 ], [ -6.219380655350157, 56.285602241133894 ], [ -6.220253457715454, 56.286126452974173 ], [ -6.220225103746172, 56.286763271371896 ], [ -6.220902000289423, 56.28643527475014 ], [ -6.221274642534693, 56.287130349317422 ], [ -6.221843662192243, 56.287084834492639 ], [ -6.221780309357806, 56.286686780990074 ], [ -6.222773693793874, 56.285900979500546 ], [ -6.223684659567043, 56.285921118977015 ], [ -6.224129240166952, 56.284646814714741 ], [ -6.225176655940186, 56.284468016346267 ], [ -6.224651502260817, 56.283856410194041 ], [ -6.225502615604964, 56.283393822463047 ], [ -6.225973498869422, 56.283470358704257 ], [ -6.22577005043471, 56.283794790830164 ], [ -6.226719479686632, 56.283563567944192 ], [ -6.227507276918863, 56.283859498942874 ], [ -6.227381904488391, 56.284158779367225 ], [ -6.227776335164129, 56.284099421101494 ], [ -6.226380411041006, 56.285981867899025 ], [ -6.227916701001956, 56.285032660282972 ], [ -6.228971383537229, 56.285065831867961 ], [ -6.229968581781193, 56.284696245883275 ], [ -6.231326320518455, 56.2851156474986 ], [ -6.232473349521024, 56.28465367282282 ], [ -6.233239002268149, 56.284865785981488 ], [ -6.233190079770954, 56.28522720942653 ], [ -6.232380290876337, 56.285215367776175 ], [ -6.232944713888569, 56.285303964460148 ], [ -6.232613628567059, 56.285468195030425 ], [ -6.233339697362591, 56.285702348837489 ], [ -6.233660523005062, 56.286876730285705 ], [ -6.234585212762018, 56.28732711820858 ], [ -6.238392014421378, 56.288204842601736 ], [ -6.240743471529824, 56.288221324974501 ], [ -6.241281827859205, 56.288555408535956 ], [ -6.24515341580581, 56.288397324802453 ], [ -6.245428918772235, 56.288592021029551 ], [ -6.250937413140746, 56.286604851143451 ], [ -6.25093076759227, 56.286268712411548 ], [ -6.25116715585262, 56.286518703987042 ], [ -6.2513385016624, 56.286096398809185 ], [ -6.252046427044527, 56.286108023192163 ], [ -6.252304697800337, 56.285464177196964 ], [ -6.251300635575189, 56.284664992055049 ], [ -6.253074829005992, 56.2836218343732 ], [ -6.252822754697083, 56.283274353936918 ], [ -6.253217980441092, 56.283266150676511 ], [ -6.253292811411429, 56.283677289978769 ], [ -6.253832170120115, 56.283423990646895 ], [ -6.253934144596971, 56.281898731183709 ], [ -6.254764081463361, 56.282106700788859 ], [ -6.255221212037248, 56.281812155755411 ], [ -6.25491109782339, 56.280870388728708 ], [ -6.253897389140431, 56.280478077332461 ], [ -6.253614608721613, 56.279970666623768 ], [ -6.253836846433964, 56.279715688524661 ], [ -6.254751146643317, 56.27986858966436 ], [ -6.255314636065045, 56.279120692132608 ], [ -6.253772717986912, 56.278121497019015 ], [ -6.253716422708986, 56.277615285132917 ], [ -6.254529896138211, 56.277879582769806 ], [ -6.254575620964805, 56.277491275320209 ], [ -6.255335273333478, 56.277271755115301 ], [ -6.254484936664403, 56.27667596132936 ], [ -6.255544226459226, 56.274863214432763 ], [ -6.256579997962078, 56.274728612128534 ], [ -6.257470929848314, 56.274018889740631 ], [ -6.259019196646253, 56.273623776440836 ], [ -6.259180158646226, 56.273182028658375 ], [ -6.258511048836988, 56.27254404164615 ], [ -6.257809660709058, 56.27248726478166 ], [ -6.257872448042538, 56.272107361140655 ], [ -6.257265689503495, 56.272029333264761 ], [ -6.25743065407101, 56.27162342535015 ], [ -6.259820048245684, 56.270799093829602 ], [ -6.261595904415029, 56.271142588020027 ], [ -6.262213299440138, 56.270590658954603 ], [ -6.259816765482895, 56.2700437254314 ], [ -6.259880598218371, 56.269600827403174 ], [ -6.261106051405894, 56.268776113701961 ], [ -6.263632956580373, 56.269188112203935 ], [ -6.261963364617521, 56.268274371870213 ], [ -6.262727545444998, 56.267807314827706 ], [ -6.264940806484844, 56.267798399813337 ], [ -6.262957792235291, 56.266899987560578 ], [ -6.263284868541152, 56.266281618872256 ], [ -6.264948271787837, 56.266125285409565 ], [ -6.264432391534402, 56.265774342024784 ], [ -6.265718666382568, 56.265352202608234 ], [ -6.264627145303955, 56.265129057155718 ], [ -6.264683739244987, 56.264259197031691 ], [ -6.267810493550571, 56.264110768597121 ], [ -6.268871694803734, 56.264496822900128 ], [ -6.267950547349718, 56.265149219908253 ], [ -6.270606531794473, 56.264909054717783 ], [ -6.272671081971525, 56.265089512119381 ], [ -6.272006368227669, 56.265287875764628 ], [ -6.272649151498237, 56.265544461844158 ], [ -6.27194858520348, 56.265928439371699 ], [ -6.272372080382802, 56.266102669210689 ], [ -6.27129190300596, 56.266126521137899 ], [ -6.271656352777237, 56.266568113973094 ], [ -6.270824159377435, 56.266641848891794 ], [ -6.271579609234887, 56.266966497793156 ], [ -6.270585601700412, 56.267473033721203 ], [ -6.270938106846047, 56.267735163930851 ], [ -6.270463493138026, 56.267971917030494 ], [ -6.273651059946462, 56.268365374842993 ], [ -6.273359657860953, 56.26850586392947 ], [ -6.273877024013887, 56.269086065061799 ], [ -6.272305186315175, 56.269122430906037 ], [ -6.272608821929387, 56.269525651631888 ], [ -6.274066291218132, 56.269767551723504 ], [ -6.273207243844985, 56.270035598860474 ], [ -6.27102311471211, 56.269944720175907 ], [ -6.271092322276417, 56.270275101701039 ], [ -6.26869348776891, 56.270650289528383 ], [ -6.269211473630011, 56.271019131980317 ], [ -6.268603779205188, 56.271512302635585 ], [ -6.269574240224236, 56.271735102464774 ], [ -6.269974174116035, 56.272566708224993 ], [ -6.270402989135198, 56.272425976559227 ], [ -6.269255272946598, 56.273729270434799 ], [ -6.269497107642106, 56.274013216489415 ], [ -6.270886409974976, 56.272629620418584 ], [ -6.271788740571149, 56.272459027426976 ], [ -6.271488764277698, 56.273319318032847 ], [ -6.272174798747784, 56.273817248803553 ], [ -6.272766155245303, 56.2728884219379 ], [ -6.274015535429156, 56.272134700750307 ], [ -6.277398161883181, 56.271666901518472 ], [ -6.277607709316556, 56.271227940631832 ], [ -6.277854023012449, 56.271696091333659 ], [ -6.27882110168466, 56.271743555342489 ], [ -6.278624450737206, 56.272586797996702 ], [ -6.279451808835796, 56.273408074686181 ], [ -6.280055816607907, 56.273027400220109 ], [ -6.280836125769848, 56.273355632204691 ], [ -6.281274263133273, 56.272504019293102 ], [ -6.282050288737992, 56.272216308003557 ], [ -6.28146669516642, 56.271984698744696 ], [ -6.281912767649399, 56.271348662237934 ], [ -6.283383162020807, 56.270982916316683 ], [ -6.282954995879937, 56.27091231444188 ], [ -6.283363154097669, 56.270659828207307 ], [ -6.284587808197164, 56.270770269739224 ], [ -6.284222140612397, 56.270391711384669 ], [ -6.284640462531391, 56.269797098538049 ], [ -6.28534945046437, 56.269633107538141 ], [ -6.28671037115991, 56.269950159656098 ], [ -6.285429728576468, 56.270349839072381 ], [ -6.285379829239173, 56.270625884809967 ], [ -6.288129086215341, 56.270638440841708 ], [ -6.288351091013642, 56.270167548060392 ], [ -6.289601901713458, 56.270295020011872 ], [ -6.289544912474883, 56.270940066577829 ], [ -6.290963871775817, 56.270692935623515 ], [ -6.291361240242797, 56.271497588035594 ], [ -6.295701550414274, 56.272075299225712 ], [ -6.295907827027059, 56.272760665733344 ], [ -6.297648860832793, 56.274229109130154 ], [ -6.299749232901551, 56.274219005567154 ], [ -6.300450595705982, 56.272980409299457 ], [ -6.300566055894601, 56.269693576915742 ], [ -6.301896331250089, 56.269377452195826 ], [ -6.301881675929196, 56.268815836193525 ], [ -6.302322919020297, 56.268786983081888 ], [ -6.302602076476461, 56.268179160741525 ], [ -6.303783388760852, 56.268048081676739 ], [ -6.303645418613879, 56.267324370746238 ], [ -6.305219148767687, 56.267305525762488 ], [ -6.305226651456015, 56.267084910482247 ], [ -6.307507917526426, 56.267751911902806 ], [ -6.30773422492144, 56.267393254812397 ], [ -6.308273575877454, 56.267446403212425 ], [ -6.309217169010171, 56.268290420220296 ], [ -6.308246601314684, 56.268139885490328 ], [ -6.308091715656625, 56.268415107031878 ], [ -6.308842482685048, 56.268766679919331 ], [ -6.309338006136378, 56.26857401586205 ], [ -6.311029149587995, 56.268951238658587 ], [ -6.311508454538103, 56.269833922073893 ], [ -6.311283387459227, 56.270777157133629 ], [ -6.311853613367966, 56.271175485132758 ], [ -6.313129722062374, 56.268945391677235 ], [ -6.313542947116551, 56.269313215453018 ], [ -6.313610761569638, 56.269054517088868 ], [ -6.314307102322609, 56.269066182990194 ], [ -6.31427641797602, 56.270227490035303 ], [ -6.314974098062719, 56.269820881187393 ], [ -6.315198120024855, 56.270087377669945 ], [ -6.315389169101658, 56.269774907133474 ], [ -6.316060972205645, 56.26999878128219 ], [ -6.316203066949772, 56.269395711487675 ], [ -6.316877181530087, 56.270213110167845 ], [ -6.317873775206786, 56.269948941036297 ], [ -6.318129513131827, 56.270209827303802 ], [ -6.318534273652014, 56.269714498248703 ], [ -6.319284489687193, 56.269773720988304 ], [ -6.31932840341447, 56.270019523698664 ], [ -6.319518365243571, 56.269626137216413 ], [ -6.322561703450083, 56.270167291180094 ], [ -6.322819212604685, 56.270014377169247 ], [ -6.322080946880299, 56.269774875521939 ], [ -6.322600010565924, 56.26950488383163 ], [ -6.321988163700631, 56.26945433280622 ], [ -6.323625805094319, 56.269356569134771 ], [ -6.324764854526743, 56.269995764806978 ], [ -6.324959379638668, 56.270429668546377 ], [ -6.324466850646075, 56.270505368008017 ], [ -6.326941959616084, 56.271309142636426 ], [ -6.328223122216971, 56.272703336843747 ], [ -6.328225582181799, 56.272010702104701 ], [ -6.328827398889953, 56.272043586229316 ], [ -6.330262768566914, 56.273014131204405 ], [ -6.330313783895538, 56.273821816674847 ], [ -6.330676515353407, 56.273741649176195 ], [ -6.330940226402295, 56.274357500464902 ], [ -6.330500529857988, 56.274471845276217 ], [ -6.330433906521296, 56.274240332154172 ], [ -6.329699488749565, 56.274535890310133 ], [ -6.328784808424875, 56.274095742003801 ], [ -6.32960626495478, 56.27556898578537 ], [ -6.328674470415004, 56.275763522530113 ], [ -6.329765812697118, 56.276192985813772 ], [ -6.330846848701642, 56.278601513221773 ], [ -6.330041085776337, 56.279124425470627 ], [ -6.326625922571387, 56.279091135366521 ], [ -6.328370298646949, 56.279790057700126 ], [ -6.328063889993071, 56.280511325137319 ], [ -6.327309061520916, 56.280627698460826 ], [ -6.327972624071224, 56.280919257159638 ], [ -6.327888843625711, 56.281250476828369 ], [ -6.323365280786515, 56.281997916346462 ], [ -6.3228837402318, 56.282172157250969 ], [ -6.323067271325628, 56.28265141946558 ], [ -6.324532871564178, 56.28260014595952 ], [ -6.326185752060722, 56.283275320431784 ], [ -6.32714741817122, 56.283057275231428 ], [ -6.327244845076877, 56.283418126222138 ], [ -6.329304471044598, 56.283471914778993 ], [ -6.329346685741929, 56.283987598816282 ], [ -6.32843320889097, 56.28406006718707 ], [ -6.328400787599106, 56.284416470786752 ], [ -6.330070045842861, 56.285234928644257 ], [ -6.332035869655431, 56.285530304725505 ], [ -6.332657426120665, 56.285450055599213 ], [ -6.333178101714744, 56.284622328458326 ], [ -6.333843897670038, 56.284504545357223 ], [ -6.334090230579584, 56.283681936191456 ], [ -6.3353366086801, 56.283336917825039 ], [ -6.336245344456905, 56.28357935994773 ], [ -6.337461290642875, 56.283037515583558 ], [ -6.337171446277774, 56.282620464283802 ], [ -6.337909037662627, 56.28285091158606 ], [ -6.338403414944132, 56.282505270904757 ], [ -6.339360892919892, 56.282678522710334 ], [ -6.338005016048919, 56.281772738770727 ], [ -6.338597923987996, 56.281796896897944 ], [ -6.338594561002016, 56.281482218690108 ], [ -6.339774349831231, 56.281548726293074 ], [ -6.339798829866992, 56.28183568058077 ], [ -6.340633558765945, 56.282067197706709 ], [ -6.340495716646552, 56.28256222208217 ], [ -6.341041422620819, 56.282668974180723 ], [ -6.341328959559988, 56.281498623528528 ], [ -6.34236923411183, 56.281475568080715 ], [ -6.343086771706636, 56.28259711497514 ], [ -6.34232941465245, 56.283118407902499 ], [ -6.343749311973618, 56.283162950887764 ], [ -6.343664342647007, 56.282414921389723 ], [ -6.34464285430847, 56.282488457111953 ], [ -6.346430454653965, 56.281998377610364 ], [ -6.346190548471471, 56.28173698816709 ], [ -6.346618983600396, 56.281452094183074 ], [ -6.346929230804488, 56.281621066565329 ], [ -6.347673223466134, 56.281338560553749 ], [ -6.349239804479535, 56.281962503708804 ], [ -6.348490694951616, 56.282555499911382 ], [ -6.349923512780189, 56.282855852540074 ], [ -6.350049587588738, 56.283395566020218 ], [ -6.348411214247351, 56.28370505989286 ], [ -6.349151339940054, 56.28388588429992 ], [ -6.349575873075652, 56.284419592194304 ], [ -6.349154939576241, 56.2854102788856 ], [ -6.3498657286139, 56.286185751088354 ], [ -6.34936916136662, 56.286724891610895 ], [ -6.349724617212958, 56.287148602536881 ], [ -6.349333539533039, 56.287904388601689 ], [ -6.350884421417454, 56.289666639031914 ], [ -6.350151200092315, 56.290187129450565 ], [ -6.350386089539345, 56.290758990033524 ], [ -6.348837630809135, 56.291150763691725 ], [ -6.348955060695925, 56.291614331497783 ], [ -6.349651203360766, 56.291549362207917 ], [ -6.350028122608906, 56.29180592459619 ], [ -6.348902231840645, 56.292002941696744 ], [ -6.34881412649034, 56.292365810313974 ], [ -6.348236845223981, 56.292480558601071 ], [ -6.348591407104223, 56.293322535999586 ], [ -6.349304710178735, 56.293265959800472 ], [ -6.349267816151127, 56.292799558468921 ], [ -6.350276069725182, 56.292705615194812 ], [ -6.350612018667071, 56.293170485226291 ], [ -6.35220388758167, 56.293159417104405 ], [ -6.352548428760498, 56.29362847697513 ], [ -6.353076874777102, 56.293510931328015 ], [ -6.353646250805283, 56.29517280133954 ], [ -6.353569530004242, 56.297055299394955 ], [ -6.352606997667944, 56.297835716438676 ], [ -6.353278302253901, 56.298261789264274 ], [ -6.353061334371778, 56.298629199219583 ], [ -6.35255381859764, 56.298647069862447 ], [ -6.352888748571193, 56.299386295079174 ], [ -6.351062591226001, 56.299473070214944 ], [ -6.352177541334211, 56.300598574606319 ], [ -6.351700303419173, 56.301024612598368 ], [ -6.352221943266752, 56.30134353244997 ], [ -6.351807440795332, 56.302320506969735 ], [ -6.349667371251104, 56.303516502401628 ], [ -6.347409025736614, 56.303446635422667 ], [ -6.350106055451981, 56.304271871448989 ], [ -6.349124072981065, 56.304499796279472 ], [ -6.349360170604988, 56.304868347930807 ], [ -6.348601427428356, 56.304996673352591 ], [ -6.345647053547773, 56.304796552803225 ], [ -6.346831622953759, 56.306007801015475 ], [ -6.348277452984721, 56.30634370854937 ], [ -6.349854267401642, 56.30598243658649 ], [ -6.350858484483195, 56.306063125319469 ], [ -6.350188303430946, 56.30713993151253 ], [ -6.350545595942164, 56.307293752208643 ], [ -6.350737053028101, 56.306929044929525 ], [ -6.351702247160391, 56.306894175657398 ], [ -6.352347382875805, 56.3062796458657 ], [ -6.353145945087027, 56.30650067061795 ], [ -6.351783971130381, 56.30582188578299 ], [ -6.353102337648104, 56.305365335309219 ], [ -6.353696860893609, 56.304349637876591 ], [ -6.354395266870326, 56.304302555043513 ], [ -6.355267805908849, 56.304704442421531 ], [ -6.354727082478723, 56.30518399531568 ], [ -6.355585952649832, 56.305139348506266 ], [ -6.35619855039982, 56.303942216500246 ], [ -6.35702295529379, 56.303652331097418 ], [ -6.358244601357927, 56.303937560106334 ], [ -6.35942655491749, 56.303662035737851 ], [ -6.359475078501953, 56.303165640244984 ], [ -6.361041100629413, 56.303704028119405 ], [ -6.362094379821043, 56.303293605519933 ], [ -6.363281522579221, 56.303418105616608 ], [ -6.364372752158189, 56.303127746321834 ], [ -6.364417774135274, 56.303521905395584 ], [ -6.365877703391289, 56.303555801510903 ], [ -6.365332929870194, 56.30388534225392 ], [ -6.366174169851251, 56.304026525908149 ], [ -6.366265429944172, 56.304414554498024 ], [ -6.367793749054005, 56.304324590175582 ], [ -6.36752623065022, 56.304531916070843 ], [ -6.368031558708348, 56.304918806083457 ], [ -6.366633406261021, 56.305638273041161 ], [ -6.366716931448127, 56.306411530378547 ], [ -6.36737951755575, 56.306857627699955 ], [ -6.366475718368656, 56.307344663213577 ], [ -6.366648100918659, 56.30769205048837 ], [ -6.365838958023679, 56.308398795840077 ], [ -6.363815855422629, 56.308861471651063 ], [ -6.365369310322301, 56.308975723496367 ], [ -6.365829982527728, 56.309268860405865 ], [ -6.366670027655298, 56.30897386205968 ], [ -6.367458685069811, 56.309319268008984 ], [ -6.368046740309299, 56.308943218529151 ], [ -6.368459637165836, 56.309157984662065 ], [ -6.365323372487057, 56.310817568935761 ], [ -6.365345367056084, 56.31097509896054 ], [ -6.367186093573155, 56.311081884845542 ], [ -6.370335320186652, 56.310490310498928 ], [ -6.370945345750053, 56.310023527314328 ], [ -6.371529396435244, 56.310178266865549 ], [ -6.372507425951893, 56.309887343698094 ], [ -6.372650571927018, 56.309441559474685 ], [ -6.37329043936173, 56.309801185950214 ], [ -6.373852801110838, 56.309201158571483 ], [ -6.374816509387777, 56.309068123659181 ], [ -6.374849960851647, 56.308441834062073 ], [ -6.375417736176515, 56.308525176325425 ], [ -6.37556917057914, 56.308929059042448 ], [ -6.376940368322148, 56.308822059446051 ], [ -6.376850286099246, 56.309801134289422 ], [ -6.375997629336111, 56.310056174967656 ], [ -6.373547855724349, 56.310070904214669 ], [ -6.371831482358258, 56.310626295365218 ], [ -6.373053090579001, 56.310978842974166 ], [ -6.373099533552065, 56.311525853788929 ], [ -6.373604712936468, 56.311274132130343 ], [ -6.373301577978832, 56.311806525548974 ], [ -6.374074450216122, 56.31191410025572 ], [ -6.373526043721567, 56.312212324416265 ], [ -6.373439678885136, 56.313083331323362 ], [ -6.372317322560495, 56.313527770419363 ], [ -6.371665896405165, 56.31320902103532 ], [ -6.369305585114189, 56.313229493173807 ], [ -6.368897333666856, 56.313621680013348 ], [ -6.369312615531893, 56.313998257451878 ], [ -6.36876763115278, 56.314539184219406 ], [ -6.369451246563153, 56.314573490839472 ], [ -6.369261696635301, 56.314755578028361 ], [ -6.370532544589004, 56.314476811211236 ], [ -6.371075771151671, 56.314839866291713 ], [ -6.371809878294637, 56.314678997303517 ], [ -6.371592636211342, 56.31511390811054 ], [ -6.370152481367928, 56.315115349123452 ], [ -6.37168317572564, 56.31555142818987 ], [ -6.371114110042804, 56.315881850673208 ], [ -6.371526219049239, 56.316159596282148 ], [ -6.371360502239249, 56.317680996024357 ], [ -6.372253717682929, 56.318202565297952 ], [ -6.372786829904616, 56.319748723992873 ], [ -6.373890228864876, 56.319066605439822 ], [ -6.373860879737559, 56.320223413484278 ], [ -6.373386505912359, 56.320321140851505 ], [ -6.373812532947061, 56.320719811048718 ], [ -6.372907221640999, 56.32072934380674 ], [ -6.371682918062202, 56.321699047329354 ], [ -6.371720644033327, 56.322169914696502 ], [ -6.370735549211237, 56.322613977928206 ], [ -6.37110470004817, 56.32329349104063 ], [ -6.37026708700735, 56.323682867934323 ], [ -6.371619160895301, 56.324817828229634 ], [ -6.371024282250376, 56.325913675490177 ], [ -6.368812847638651, 56.325629350576293 ], [ -6.368520550526735, 56.325861835452564 ], [ -6.366587487468241, 56.325746623335604 ], [ -6.366172334752533, 56.325980742020484 ], [ -6.36792387666722, 56.327126821618378 ], [ -6.367942576323135, 56.327785442304638 ], [ -6.369025027194561, 56.32803502288607 ], [ -6.368371493252916, 56.328463751861591 ], [ -6.368557650041932, 56.329354806048741 ], [ -6.367927998677312, 56.329638779913338 ], [ -6.368601453836189, 56.330685312682625 ], [ -6.368477569431104, 56.331767204143702 ], [ -6.367769636014045, 56.332612486325814 ], [ -6.368388494697299, 56.332714750347328 ], [ -6.367414370998371, 56.332889464154277 ], [ -6.367610597436724, 56.333458168654175 ], [ -6.366675665430694, 56.333848254212597 ], [ -6.366709481282225, 56.334724002202393 ], [ -6.364850787144698, 56.336636134487314 ], [ -6.365516520638965, 56.337246734820077 ], [ -6.364567606088633, 56.33809600303595 ], [ -6.363178071836458, 56.338420252040855 ], [ -6.361907274478526, 56.338295981718581 ], [ -6.362193617358025, 56.339001825883138 ], [ -6.361589158534829, 56.33916794945997 ], [ -6.361640816563179, 56.339818210937082 ], [ -6.360853564560242, 56.339405250798521 ], [ -6.360794661527835, 56.340136760766391 ], [ -6.358402147383117, 56.339932371599218 ], [ -6.358206903917747, 56.34054816062342 ], [ -6.358789412375547, 56.34096925198871 ], [ -6.357876100332081, 56.340827843855529 ], [ -6.35774186601112, 56.341098802253867 ], [ -6.35872137898863, 56.341394378406321 ], [ -6.358730088460961, 56.341654904302715 ], [ -6.357744779163073, 56.34211684644503 ], [ -6.358323403613347, 56.342673890066834 ], [ -6.357305454806604, 56.343715306843123 ], [ -6.356166427699319, 56.343625907262229 ], [ -6.355795303509076, 56.342942823608396 ], [ -6.354822650448964, 56.342977070149061 ], [ -6.35367068100497, 56.342589495952645 ], [ -6.353574730682069, 56.34338076578166 ], [ -6.353104098322511, 56.342861274080157 ], [ -6.352145935456312, 56.343405860330186 ], [ -6.353303310368271, 56.343826537242876 ], [ -6.353021298336722, 56.344207922408287 ], [ -6.353787984531656, 56.344866298958486 ], [ -6.353671474156046, 56.345278736693416 ], [ -6.352994581040514, 56.345052519113786 ], [ -6.352737785679551, 56.345513064418121 ], [ -6.352485888732296, 56.345164857847998 ], [ -6.351836216443316, 56.345461138770986 ], [ -6.351990926035358, 56.34575250462435 ], [ -6.351110846525089, 56.345377825317271 ], [ -6.351051940224094, 56.344690941808672 ], [ -6.350312276206367, 56.34434009979023 ], [ -6.349698589114238, 56.344426438671853 ], [ -6.34816256724101, 56.343951582393053 ], [ -6.347615280901738, 56.344293709897393 ], [ -6.347246487009802, 56.344738391693937 ], [ -6.348572342577097, 56.345727920047409 ], [ -6.350112574950161, 56.346338436904183 ], [ -6.350437766101084, 56.346079660654361 ], [ -6.350764867935366, 56.346292112062422 ], [ -6.350926868603501, 56.347144460474219 ], [ -6.350205062038045, 56.34737671191187 ], [ -6.350694212163059, 56.347589760983425 ], [ -6.349403837286981, 56.347296055266689 ], [ -6.349762542295326, 56.347260058052541 ], [ -6.349578957208639, 56.34672956010192 ], [ -6.348923107804727, 56.346972076781277 ], [ -6.348990073645042, 56.346564984169333 ], [ -6.347198745460902, 56.347360973017992 ], [ -6.347407630404887, 56.347047830277766 ], [ -6.347111919696697, 56.347210223731089 ], [ -6.346549671219944, 56.346909787631184 ], [ -6.346684406812171, 56.346130654929368 ], [ -6.345851002921569, 56.34623638653273 ], [ -6.345713065980954, 56.345864376531729 ], [ -6.345105158268631, 56.34630036202207 ], [ -6.345480720024581, 56.34635552557944 ], [ -6.345254524492075, 56.346701651899338 ], [ -6.344505761466132, 56.346626316515369 ], [ -6.344745773622124, 56.346202356588478 ], [ -6.344039286998259, 56.346370174993375 ], [ -6.343796835574066, 56.344482719179958 ], [ -6.343268920935899, 56.344483267554715 ], [ -6.342702386849178, 56.345894554028391 ], [ -6.342408349932672, 56.345403002091665 ], [ -6.342188082094529, 56.345829861698796 ], [ -6.341398118547552, 56.345605751784106 ], [ -6.341526698908451, 56.345867466075255 ], [ -6.340633517498091, 56.345746808884549 ], [ -6.341044795289561, 56.346073255200579 ], [ -6.340458497082983, 56.345760145348663 ], [ -6.340315023415738, 56.34609346573945 ], [ -6.339497780714109, 56.346070870285658 ], [ -6.34034030440047, 56.346401077948521 ], [ -6.340375016140025, 56.346834277311942 ], [ -6.339759867315973, 56.346765917588627 ], [ -6.34003306417605, 56.347302277766609 ], [ -6.340632820998226, 56.34739186292019 ], [ -6.33942690427361, 56.347839806022698 ], [ -6.336811124432628, 56.347426963907033 ], [ -6.336051608363932, 56.347655955747804 ], [ -6.33600441802236, 56.347383288962241 ], [ -6.333245600223393, 56.347336050087605 ], [ -6.332871489370941, 56.346822998396412 ], [ -6.332626090104197, 56.346944019726209 ], [ -6.332642725103287, 56.346448761026728 ], [ -6.331277589611913, 56.346550530146587 ], [ -6.330217460815823, 56.346128944307416 ], [ -6.33046265475429, 56.345792076564187 ], [ -6.329418277620317, 56.346008513865598 ], [ -6.32880757958253, 56.345265387443199 ], [ -6.32733736227808, 56.346225228986931 ], [ -6.32650122504829, 56.345921693788526 ], [ -6.326578849397663, 56.345320872374558 ], [ -6.325886498901111, 56.345713842715838 ], [ -6.32423446608548, 56.344498940630537 ], [ -6.323456822001833, 56.344782452839709 ], [ -6.323663544367521, 56.344177122016305 ], [ -6.322502351431633, 56.344577465155879 ], [ -6.322961716799295, 56.344057745201233 ], [ -6.322416855678449, 56.344180216655566 ], [ -6.321957858202197, 56.343845485567606 ], [ -6.321541137650192, 56.344098387001637 ], [ -6.321395798450951, 56.343887606858893 ], [ -6.320120455285645, 56.343995111133843 ], [ -6.320092410061492, 56.343532896743937 ], [ -6.319309730230709, 56.343843540663414 ], [ -6.316747516915211, 56.342525411132407 ], [ -6.31610536377022, 56.342646752903647 ], [ -6.316949632378561, 56.343309833394422 ], [ -6.315874962708037, 56.343473248974355 ], [ -6.316232047233654, 56.343766587340532 ], [ -6.315785176940203, 56.344254365509968 ], [ -6.314598798059111, 56.343931492017134 ], [ -6.314958450456355, 56.344319181708798 ], [ -6.314418195137638, 56.344625834224715 ], [ -6.313972821868235, 56.344196162288988 ], [ -6.314400934333891, 56.343470703570901 ], [ -6.314038447761946, 56.343415890347991 ], [ -6.312263039564123, 56.344615536973933 ], [ -6.311915321811407, 56.343831687169853 ], [ -6.309237480258262, 56.343924999113398 ], [ -6.308704012067513, 56.343646779274636 ], [ -6.308654241995802, 56.342704142523424 ], [ -6.308110733725807, 56.342480234222698 ], [ -6.306501166147567, 56.342567758533349 ], [ -6.30585707623053, 56.341452440102657 ], [ -6.304569593909427, 56.341308375523582 ], [ -6.30457492965227, 56.342360486070277 ], [ -6.302968319011812, 56.342187036051008 ], [ -6.302569671542482, 56.342601134291435 ], [ -6.302584875000118, 56.342951370518087 ], [ -6.303800825912618, 56.343106939377265 ], [ -6.304546043425723, 56.343611655018258 ], [ -6.302907845864807, 56.34437917281651 ], [ -6.302973523397039, 56.344961496723975 ], [ -6.3026542643659, 56.344356514090656 ], [ -6.301916663130364, 56.344062880730007 ], [ -6.301660128397597, 56.344373099603423 ], [ -6.301177572121203, 56.343827755769944 ], [ -6.30000454326831, 56.344196815689543 ], [ -6.299440870652028, 56.343793691548477 ], [ -6.29718794039523, 56.343633633286863 ], [ -6.296825532021073, 56.344298283123898 ], [ -6.294509062205771, 56.344221328056349 ], [ -6.294140540631499, 56.343752945321832 ], [ -6.29334755708381, 56.343829935961075 ], [ -6.292383704484546, 56.343035942453199 ], [ -6.292184610093138, 56.342345821232449 ], [ -6.292662520070184, 56.341699662901561 ], [ -6.290691647244526, 56.340086176372758 ], [ -6.290436847215175, 56.33731589227461 ], [ -6.28985175926868, 56.336432296145681 ], [ -6.289006028570555, 56.336254764429896 ], [ -6.288373656155839, 56.335093990411899 ], [ -6.287114677700205, 56.33491278536777 ], [ -6.286560670695493, 56.332935338591994 ], [ -6.28653691861257, 56.335751254734532 ], [ -6.286665373954336, 56.336102062362038 ], [ -6.287221804168715, 56.336154728783683 ], [ -6.286414181916548, 56.337037139635811 ], [ -6.287256809303871, 56.337691473905622 ], [ -6.285090776757864, 56.340536649743044 ], [ -6.285039433633053, 56.340223641924268 ], [ -6.284759108491881, 56.340467193517277 ], [ -6.284356434668082, 56.34012588196898 ], [ -6.28306152555069, 56.339914398687476 ], [ -6.279694405990918, 56.3383355931213 ], [ -6.278658953898825, 56.337404572617757 ], [ -6.277424604757464, 56.337298864149467 ], [ -6.276805268336647, 56.338129726910012 ], [ -6.275310779507805, 56.338086954119838 ], [ -6.274724729837803, 56.337769938800157 ], [ -6.273325914237737, 56.337930694412925 ], [ -6.272867656372827, 56.337164060532025 ], [ -6.273683972040237, 56.336645694826927 ], [ -6.273997012541803, 56.334669722696759 ], [ -6.272971269903, 56.333027809506049 ], [ -6.273298616744635, 56.332553317255922 ], [ -6.271045858395635, 56.330868335369708 ], [ -6.270894409764254, 56.329659396832632 ], [ -6.26975620457289, 56.327805492966782 ], [ -6.26868974704782, 56.327316166466971 ], [ -6.267736352213806, 56.325883074933998 ], [ -6.26824202906315, 56.324759383160952 ], [ -6.267415486413032, 56.324315730250248 ], [ -6.268744427624871, 56.32396857364084 ], [ -6.270704954805367, 56.323986328700073 ], [ -6.2726676474788, 56.324616459090429 ], [ -6.27418229126754, 56.324424716828538 ], [ -6.27676868500962, 56.325217601018174 ], [ -6.277174282188033, 56.32483572502769 ], [ -6.278263691469916, 56.324995009282972 ], [ -6.278738594987057, 56.324393977776268 ], [ -6.279948972562856, 56.324433940083736 ], [ -6.280978666657203, 56.325027872980385 ], [ -6.282057463978833, 56.32503459533315 ], [ -6.284805512516094, 56.326169782018447 ], [ -6.28604685023905, 56.327277989010994 ], [ -6.286802405742542, 56.326293950852083 ], [ -6.290264882417603, 56.326870015829066 ], [ -6.291031189632616, 56.326040272179171 ], [ -6.289894629036378, 56.324367257569982 ], [ -6.297283456707509, 56.325054197933333 ], [ -6.29788422107732, 56.324394749751896 ], [ -6.296594936001393, 56.324488116787208 ], [ -6.291188114774178, 56.323706297663854 ], [ -6.28977295313743, 56.323154599637313 ], [ -6.288534255670385, 56.322127284032668 ], [ -6.287716706002767, 56.322255464970333 ], [ -6.287364991756454, 56.321919594257167 ], [ -6.286686705456956, 56.322033946309602 ], [ -6.287272644355233, 56.322654001365549 ], [ -6.287055299684561, 56.323082451327487 ], [ -6.285708096818273, 56.323121051150849 ], [ -6.285200925002687, 56.32350557747364 ], [ -6.282063980828936, 56.323014341185171 ], [ -6.282025403771033, 56.323262109614475 ], [ -6.280227451146797, 56.323005067238682 ], [ -6.279524099356148, 56.323199392840273 ], [ -6.276761577252993, 56.322552963243744 ], [ -6.275435054450402, 56.322949591167237 ], [ -6.273995793841457, 56.322324800736354 ], [ -6.273164348130848, 56.321446952221528 ], [ -6.273143957883632, 56.320801897990719 ], [ -6.272069061559471, 56.320365958670337 ], [ -6.270836572880596, 56.319012684547808 ], [ -6.268209949266518, 56.318028606701773 ], [ -6.26706681780146, 56.318081547667767 ], [ -6.265513469289179, 56.31895357551921 ], [ -6.264179899624855, 56.318968088691982 ], [ -6.26336003249256, 56.318582641358176 ], [ -6.261779956351416, 56.319941207070734 ], [ -6.260803237017067, 56.319745521146963 ], [ -6.260393353096615, 56.320060934973903 ], [ -6.259840518595284, 56.319675258544159 ], [ -6.25925670898441, 56.320100088067214 ], [ -6.258466836843393, 56.319983389360701 ], [ -6.258046940981644, 56.320209201863356 ], [ -6.257214479608858, 56.319855626323005 ], [ -6.256127982289831, 56.320126862599317 ], [ -6.253367964156642, 56.319947511068335 ], [ -6.252757395273631, 56.319624048240151 ], [ -6.252022243281596, 56.319795026169764 ], [ -6.250362614488534, 56.319075917162642 ], [ -6.248465515087902, 56.31897112393041 ], [ -6.248323954749173, 56.319458951150416 ], [ -6.248271806310375, 56.318844671152284 ], [ -6.247587579868656, 56.318571381080801 ], [ -6.245226684527795, 56.319185777864135 ], [ -6.24399405967377, 56.319118362034459 ], [ -6.240779997750002, 56.317967702728239 ], [ -6.237445378413386, 56.315845278352775 ], [ -6.236477128266725, 56.31572376178368 ], [ -6.235709038745403, 56.316210550206286 ], [ -6.234240957181894, 56.316397530808679 ], [ -6.234519457651703, 56.316705471547841 ], [ -6.233762791236272, 56.317266503364444 ], [ -6.231388710348443, 56.317295596496251 ], [ -6.235578553459107, 56.31860913928611 ], [ -6.237700031757577, 56.318694749016053 ], [ -6.237027330130428, 56.31897681725566 ], [ -6.238873957787503, 56.319677099926359 ], [ -6.237847476650385, 56.320154769575531 ], [ -6.238833723186162, 56.320451937279103 ], [ -6.238945106792614, 56.321732419917382 ], [ -6.239710773589393, 56.322549782954887 ], [ -6.240603484891875, 56.32263069798416 ], [ -6.241362893365617, 56.323566083933393 ], [ -6.243371164927901, 56.323591628639122 ], [ -6.243119944899203, 56.324331437199199 ], [ -6.24197375196734, 56.324169296878281 ], [ -6.241582556676524, 56.324377877489916 ], [ -6.24187338013106, 56.32460623641547 ], [ -6.241067074019202, 56.324677058462015 ], [ -6.241629488476246, 56.325776588549552 ], [ -6.241077691019724, 56.326302756650065 ], [ -6.23742117761112, 56.326974903936588 ], [ -6.23616667608196, 56.327544008443162 ], [ -6.23687807968457, 56.328163588448028 ], [ -6.23646095518833, 56.328941440532731 ], [ -6.236828696764868, 56.329162679869746 ], [ -6.237498506212672, 56.328911294010204 ], [ -6.237745017200043, 56.329192444964036 ], [ -6.236895746357821, 56.329212546444126 ], [ -6.237469712673041, 56.330037390898084 ], [ -6.237009608728441, 56.330369730840069 ], [ -6.238105891357956, 56.330795346875675 ], [ -6.238410639001955, 56.33130923666527 ], [ -6.240003672625236, 56.3315280466405 ], [ -6.239977911510172, 56.331922853695374 ], [ -6.240580055821437, 56.332213393241076 ], [ -6.239979708453975, 56.332784388336421 ], [ -6.24016293916914, 56.333224194700826 ], [ -6.240438993385535, 56.332604958423154 ], [ -6.24215467839916, 56.332295203891817 ], [ -6.242438240591754, 56.331685597935632 ], [ -6.243396241939887, 56.331798433611496 ], [ -6.243481338912549, 56.330947406919151 ], [ -6.242952757782087, 56.330517653537456 ], [ -6.244119499878861, 56.33014935334154 ], [ -6.245193562481552, 56.329180743897808 ], [ -6.247901906459751, 56.329777575372631 ], [ -6.248153743291592, 56.330222210187081 ], [ -6.247489768051553, 56.330278290358194 ], [ -6.246501210738079, 56.331083896283189 ], [ -6.245668310795903, 56.331280671678343 ], [ -6.245649914161822, 56.332032279083982 ], [ -6.244382347445446, 56.33223676952781 ], [ -6.245129590042571, 56.332594258307594 ], [ -6.247158330449021, 56.332101009188733 ], [ -6.246941743794614, 56.332569824314987 ], [ -6.247333573508745, 56.332788408322607 ], [ -6.247590118473992, 56.332445931250312 ], [ -6.248017948461062, 56.332653383752465 ], [ -6.246777434828041, 56.333144768796778 ], [ -6.247395109730989, 56.334388977989285 ], [ -6.247637941057689, 56.334636061329789 ], [ -6.249666065231631, 56.334732783055564 ], [ -6.250691743947739, 56.335248856689738 ], [ -6.250472044299321, 56.335907553334174 ], [ -6.251492306049977, 56.336708909002212 ], [ -6.251408647712048, 56.3385015397347 ], [ -6.252899301467052, 56.338364858344086 ], [ -6.253595178763002, 56.338579266078092 ], [ -6.25314279285122, 56.338806174326145 ], [ -6.251499121452394, 56.338732267626874 ], [ -6.251235088423901, 56.33999596921926 ], [ -6.252936152385956, 56.340656997983821 ], [ -6.252117862396986, 56.340797549846329 ], [ -6.252320611693408, 56.341163821061663 ], [ -6.251317666494691, 56.342336001326252 ], [ -6.250799440383279, 56.342335822085325 ], [ -6.251167469813979, 56.341859997704731 ], [ -6.250140931779919, 56.342457378930504 ], [ -6.249557427448448, 56.342234593793599 ], [ -6.248592548380346, 56.343095158391577 ], [ -6.247846395297501, 56.342720560788969 ], [ -6.247422761935184, 56.343279226920849 ], [ -6.246570579639428, 56.343043167939427 ], [ -6.246362492518961, 56.343356097240779 ], [ -6.24562940635925, 56.34302600662766 ], [ -6.244593338544324, 56.343102031242672 ], [ -6.244397380905218, 56.343378565901226 ], [ -6.243838187666515, 56.343082970371391 ], [ -6.243224479158289, 56.343607669522697 ], [ -6.242776726251901, 56.343294756317917 ], [ -6.24171844424768, 56.343753750596086 ], [ -6.240441654483631, 56.34326689386581 ], [ -6.239912644796688, 56.343752697598738 ], [ -6.240345942209432, 56.343935707778087 ], [ -6.238221137481007, 56.344197386826814 ], [ -6.238514672445958, 56.343413873555185 ], [ -6.237726691430239, 56.34411989130485 ], [ -6.236833219085661, 56.34387618665486 ], [ -6.235547430287158, 56.344037132904205 ], [ -6.23373583032558, 56.343546033375276 ], [ -6.232793039706439, 56.343587288261219 ], [ -6.22881928602439, 56.342216751420878 ], [ -6.228773002511899, 56.34245666501949 ], [ -6.226703303523461, 56.342338529846998 ], [ -6.22593751234978, 56.342076895587681 ], [ -6.225288303422117, 56.341186217987989 ], [ -6.221817224997184, 56.339231697659564 ], [ -6.220908686355189, 56.339069338513198 ], [ -6.22109064611909, 56.338811308715414 ], [ -6.219400655296495, 56.336926345884912 ], [ -6.217372588739278, 56.33631738903415 ], [ -6.216861949525221, 56.336341093006766 ], [ -6.217013412908196, 56.336715459184305 ], [ -6.21653316406493, 56.336911701941126 ], [ -6.216320936576404, 56.336676108956731 ], [ -6.215739447239811, 56.336835328150237 ], [ -6.215514211627836, 56.336555209273371 ], [ -6.216162618401929, 56.336107714194952 ], [ -6.21558669582314, 56.335672267077122 ], [ -6.215931377762757, 56.335069641326939 ], [ -6.214797147348789, 56.334768336086803 ], [ -6.214956729708999, 56.334278144290053 ], [ -6.214251045579401, 56.333522296576611 ], [ -6.213761809531381, 56.334042752524454 ], [ -6.213185084763719, 56.333775502461052 ], [ -6.21359211488026, 56.33363482853008 ], [ -6.213279162825771, 56.333381077444727 ], [ -6.214241148937486, 56.333511696657119 ], [ -6.213867898769672, 56.333111900444784 ], [ -6.212469982195108, 56.33303180622945 ], [ -6.212669641607188, 56.333608689557266 ], [ -6.21211795732195, 56.333656256340085 ], [ -6.211046884017829, 56.332899491539337 ], [ -6.212442747364272, 56.334545452716092 ], [ -6.212345086581498, 56.335054217208715 ], [ -6.210721525958014, 56.334455662136513 ], [ -6.21038123685253, 56.334629129435136 ], [ -6.208969035402593, 56.33428776840119 ], [ -6.209685673208603, 56.334091604690784 ], [ -6.208285779230351, 56.333846947860877 ], [ -6.207625501987431, 56.334525039331304 ], [ -6.206948708632279, 56.33448060725501 ], [ -6.207769718876532, 56.334673024029833 ], [ -6.207588509308958, 56.334923812589778 ], [ -6.205932323458549, 56.334909986798259 ], [ -6.206272715012077, 56.335971342359997 ], [ -6.208066570534688, 56.33664600409228 ], [ -6.208093805500888, 56.33695175772224 ], [ -6.204747963822804, 56.337150969608324 ], [ -6.203806694604816, 56.336896066766833 ], [ -6.203058629059812, 56.337469192084654 ], [ -6.201637637822081, 56.337283633143272 ], [ -6.201595626259666, 56.337563859264058 ], [ -6.200709465867777, 56.337162265602466 ], [ -6.202165057134422, 56.337000408997348 ], [ -6.201181538319294, 56.336302641823494 ], [ -6.202035493353764, 56.336132438297724 ], [ -6.201429332617074, 56.336009131270167 ], [ -6.201228644368021, 56.335421475577938 ], [ -6.201417359079911, 56.335253182695105 ], [ -6.201150673497763, 56.335110249777266 ], [ -6.201232946309583, 56.335269338949921 ], [ -6.200497094944961, 56.335585718593244 ], [ -6.200131463520806, 56.335588240941533 ], [ -6.20092930330878, 56.335276053844446 ], [ -6.200881484458685, 56.335236496466642 ], [ -6.200528887614924, 56.335401858327558 ], [ -6.200136163378698, 56.335071853482866 ], [ -6.200683278994905, 56.335011905111422 ], [ -6.200329839196945, 56.334978040064797 ], [ -6.200653337201748, 56.33472512926636 ], [ -6.200167011289597, 56.334866653211741 ], [ -6.200183885895236, 56.334563898043662 ], [ -6.199059653948428, 56.334307978339218 ], [ -6.194658650120069, 56.333625397994822 ], [ -6.194064401175186, 56.333212061647146 ], [ -6.190330923317011, 56.332222502156384 ], [ -6.188357724497023, 56.33290358464108 ], [ -6.187369550256761, 56.334786995110299 ], [ -6.186302140444894, 56.333926475730379 ], [ -6.184374102269101, 56.334060960198066 ], [ -6.181485647777921, 56.333630719395764 ], [ -6.180009448446729, 56.333648235311678 ], [ -6.176581847479858, 56.334341389471611 ], [ -6.176832675525431, 56.335020916503936 ], [ -6.1785465304448, 56.335901948808598 ], [ -6.181591283820532, 56.336058073887592 ], [ -6.183756301853888, 56.336666572810131 ], [ -6.184073280844171, 56.336515554216284 ], [ -6.184119390937539, 56.336921397658664 ], [ -6.185373779902672, 56.337168552519209 ], [ -6.185569413209544, 56.337963249843945 ], [ -6.185385535773135, 56.3382797451603 ], [ -6.184313672556643, 56.338176606562193 ], [ -6.183778601864281, 56.338612898935118 ], [ -6.180652631053863, 56.338678108831537 ], [ -6.179844941202065, 56.340247773863616 ], [ -6.177779222610213, 56.341050514567293 ], [ -6.17551741034159, 56.341171842261367 ], [ -6.172954335468385, 56.340907581204107 ], [ -6.169991559009202, 56.340171098550641 ], [ -6.168460518555897, 56.339125504721729 ], [ -6.165636574725023, 56.338991295505537 ], [ -6.162911432014089, 56.337981342530227 ], [ -6.161932244685203, 56.338207646143616 ], [ -6.161718637460919, 56.337882078575504 ], [ -6.160965812014648, 56.337808475561275 ], [ -6.160713293031952, 56.338091265716834 ], [ -6.159273265465391, 56.337060489744154 ], [ -6.157570917062838, 56.336816437688817 ], [ -6.156284243562941, 56.337044036833376 ], [ -6.153530639330662, 56.336884708009499 ], [ -6.152324723537522, 56.337482776027898 ], [ -6.150770995643372, 56.337265118693495 ], [ -6.148586700886122, 56.33757671066985 ], [ -6.144982114139098, 56.337184921065997 ], [ -6.141963460489374, 56.337313006544228 ], [ -6.141478223273612, 56.337974068412414 ], [ -6.142219117870549, 56.339773095892255 ], [ -6.140418115948823, 56.34011217498891 ], [ -6.138693675114554, 56.339963030985686 ], [ -6.136224994793183, 56.340715587982274 ], [ -6.134974917966168, 56.340685429832405 ], [ -6.133736802579128, 56.341288881355212 ], [ -6.131089773457702, 56.341143473833327 ], [ -6.130355758593927, 56.341617641544396 ], [ -6.12925910501694, 56.341658745144272 ], [ -6.128881683334891, 56.342435763213963 ], [ -6.130054577963565, 56.343547744719018 ], [ -6.129414463421776, 56.343393743801741 ], [ -6.129003402957227, 56.343785177167369 ], [ -6.129596612283132, 56.344179065671547 ], [ -6.129300124487059, 56.344656607647799 ], [ -6.129672256419872, 56.344878010329865 ], [ -6.13012176467848, 56.344692135030861 ], [ -6.131203976218745, 56.345339487816027 ], [ -6.131920845405872, 56.346426210513712 ], [ -6.130362451866, 56.346766026281479 ], [ -6.129509071375606, 56.34636283796474 ], [ -6.12909889291125, 56.345490697620072 ], [ -6.126686283548321, 56.344595429384675 ], [ -6.123717776208869, 56.344249242757918 ], [ -6.121710823738496, 56.344334104389731 ], [ -6.120846743314114, 56.344655164736658 ], [ -6.11919558383692, 56.344435856822365 ], [ -6.118543841378218, 56.344623926967742 ], [ -6.118770249750797, 56.34439605791593 ], [ -6.117327758777695, 56.344084343866562 ], [ -6.114227861919018, 56.3444707475388 ], [ -6.112460473026673, 56.343998911362071 ], [ -6.108983734298147, 56.344359936728097 ], [ -6.103165158562083, 56.342294873255447 ], [ -6.10407238677426, 56.342705443696111 ], [ -6.102288343051729, 56.343221458469621 ], [ -6.101834301060499, 56.343742822438372 ], [ -6.10098230410376, 56.343755777303898 ], [ -6.100443595962187, 56.344544338260313 ], [ -6.09961359639644, 56.344867714454672 ], [ -6.100427830510726, 56.345964866558042 ], [ -6.098211211087976, 56.345983448271639 ], [ -6.097364062267698, 56.345710237455862 ], [ -6.097218227236715, 56.34516649034223 ], [ -6.095740481204514, 56.345203725504163 ], [ -6.095643792826955, 56.345570245302774 ], [ -6.094592760289173, 56.34535862230463 ], [ -6.091504806172552, 56.345934706705258 ], [ -6.089759739766323, 56.346756807008887 ], [ -6.089029720647152, 56.347440122757277 ], [ -6.089950490048361, 56.347841355650814 ], [ -6.089919925077464, 56.348145430817617 ], [ -6.089328931731639, 56.348040860409377 ], [ -6.089607058206204, 56.348550565542411 ], [ -6.088237075854585, 56.349262219941537 ], [ -6.088594569585821, 56.349620920155296 ], [ -6.089129314045118, 56.349593357367084 ], [ -6.088776413993211, 56.349730921335556 ], [ -6.089460646497177, 56.350735312470839 ], [ -6.089119815589124, 56.351348208958555 ], [ -6.086066639366885, 56.352193686842007 ], [ -6.085250683481928, 56.352015587247628 ], [ -6.086105229218568, 56.352312019509348 ], [ -6.084677924773665, 56.352717063564533 ], [ -6.083812538727546, 56.352833757605353 ], [ -6.083009887529945, 56.352583260165886 ], [ -6.079601740280954, 56.353322477839519 ], [ -6.075719097765651, 56.353533154029542 ], [ -6.076257363642264, 56.354068491394457 ], [ -6.075156671416885, 56.354333164674308 ], [ -6.073499548227853, 56.355378747402646 ], [ -6.072682163977094, 56.355445219748752 ], [ -6.070889153497616, 56.356508726642183 ], [ -6.070030788354451, 56.356540557280226 ], [ -6.069764349941023, 56.356290323432972 ], [ -6.068677833750173, 56.356749617211186 ], [ -6.068113169696011, 56.356391377278079 ], [ -6.067348636625674, 56.356589171571891 ], [ -6.065449419972678, 56.356399776760881 ], [ -6.063690665262278, 56.356874812745957 ], [ -6.063501720798342, 56.357397209533865 ], [ -6.063010775556439, 56.357198398598278 ], [ -6.062294850151158, 56.357457515242885 ], [ -6.060558195592472, 56.357304075936824 ], [ -6.057104595780997, 56.358187135193823 ], [ -6.056260967566693, 56.357916225747672 ], [ -6.048902377269389, 56.359569968299397 ], [ -6.048111528498966, 56.360116524125189 ], [ -6.043738514845211, 56.360140779201643 ], [ -6.043329423580488, 56.360438317938687 ], [ -6.043855266601564, 56.360737684427043 ], [ -6.043295933688963, 56.361054520381728 ], [ -6.042586999008974, 56.360846563869792 ], [ -6.04235454399714, 56.361618545203953 ], [ -6.041362792508183, 56.362166221217613 ], [ -6.041723774456361, 56.36233159158985 ], [ -6.038767990258043, 56.362798584296854 ], [ -6.038604148447174, 56.363041340360063 ], [ -6.038027317837446, 56.362688759298415 ], [ -6.038038031233602, 56.362912330171646 ], [ -6.034131521414248, 56.363122456338822 ], [ -6.034410219060824, 56.363383155177033 ], [ -6.033044860964762, 56.363509487788399 ], [ -6.032163922857348, 56.364172180102756 ], [ -6.031476670836357, 56.363847447001717 ], [ -6.031699224676113, 56.364113577536187 ], [ -6.031099695296391, 56.364296773476653 ], [ -6.030504890821829, 56.364202835710813 ], [ -6.030441542187606, 56.363864073233671 ], [ -6.029471487611767, 56.363821917900246 ], [ -6.026811525558194, 56.364377009480947 ], [ -6.025663241055002, 56.364212026506706 ], [ -6.025425220143366, 56.364474262300874 ], [ -6.024977376834168, 56.364099441569444 ], [ -6.023804853852678, 56.364641158800566 ], [ -6.02246010701989, 56.364395303634794 ], [ -6.019656155487326, 56.364861393894323 ], [ -6.018679228818904, 56.364523516867493 ], [ -6.018930315903652, 56.365230284163587 ], [ -6.015530548673744, 56.36825515868388 ], [ -6.015318032830764, 56.369437396800969 ], [ -6.014117941725438, 56.370120196514009 ], [ -6.013305552888505, 56.371084474785668 ], [ -6.013448124576226, 56.371499810232443 ], [ -6.011518972164285, 56.372015574070026 ], [ -6.011328418734131, 56.372499259743392 ], [ -6.010722010286806, 56.372557577453072 ], [ -6.010728771573641, 56.372899079588542 ], [ -6.008701475200313, 56.373977320326937 ], [ -6.008013582829606, 56.374971700022861 ], [ -6.005809285092088, 56.375539442798022 ], [ -6.005756969869506, 56.376336984257335 ], [ -6.005298977038727, 56.376713307224286 ], [ -6.004920690377572, 56.376475550562255 ], [ -6.00439572644088, 56.376631019268878 ], [ -6.004279765246558, 56.377486372502354 ], [ -6.003325240733289, 56.378428196691694 ], [ -6.003335264087231, 56.379943130181609 ], [ -6.003897065679631, 56.379968126646325 ], [ -6.0036692566982, 56.380422427672038 ], [ -6.004216614487712, 56.380757236372339 ], [ -6.004772734664909, 56.380265336503705 ], [ -6.005569220312902, 56.380302517416567 ], [ -6.006089880170334, 56.379488922769703 ], [ -6.007155795784902, 56.379761074941996 ], [ -6.007641786405785, 56.37921927377711 ], [ -6.009252738101954, 56.379218371544361 ], [ -6.009500216352853, 56.378905505741038 ], [ -6.010196075765111, 56.379280442197 ], [ -6.010763169090427, 56.378601110777993 ], [ -6.011194425641094, 56.378479226396699 ], [ -6.011605383863273, 56.378811228414854 ], [ -6.012254621689646, 56.378527602735453 ], [ -6.012422363443471, 56.37898169138068 ], [ -6.01170115954392, 56.379059020117523 ], [ -6.0112981790267, 56.381343623982673 ], [ -6.013108040606238, 56.383015158965755 ], [ -6.013730679669874, 56.38307860665229 ], [ -6.014073789926886, 56.384073762401385 ], [ -6.015503734092037, 56.384506702238895 ], [ -6.016829173778942, 56.386039224339704 ], [ -6.016917373689078, 56.38664516722018 ], [ -6.015010171300885, 56.388114382028832 ], [ -6.012740932821363, 56.388625889419714 ], [ -6.011988043385732, 56.388250114189745 ], [ -6.01122273944998, 56.388603141776663 ], [ -6.010164539402862, 56.388560981783641 ], [ -6.00920198109571, 56.387301708791412 ], [ -6.008347433308696, 56.386852766756398 ], [ -6.008578358781302, 56.38616634592956 ], [ -6.007743394206719, 56.386196073975384 ], [ -6.007502658382323, 56.387113022052162 ], [ -6.006679088817065, 56.387127985477633 ], [ -6.006084668167816, 56.386901720906359 ], [ -6.005791862311285, 56.385751144996227 ], [ -6.004070218706409, 56.386444412020325 ], [ -6.002702159499599, 56.385751252247069 ], [ -6.002809635032052, 56.384783768768315 ], [ -6.001902961048859, 56.385843632225132 ], [ -6.001443669043669, 56.38576135655525 ], [ -6.001457759738342, 56.386204237017012 ], [ -6.001011623834418, 56.385614351185161 ], [ -6.000964819405516, 56.386310992552254 ], [ -6.00040944869048, 56.386409871344021 ], [ -5.99988513941816, 56.386248757057096 ], [ -6.000231515839951, 56.385533445337245 ], [ -5.99980931219948, 56.384893323041851 ], [ -6.001047996780859, 56.384339821817719 ], [ -6.000358022522788, 56.38423711993434 ], [ -6.000051420652695, 56.383740742156533 ], [ -6.00095952390521, 56.383327414861512 ], [ -5.999699471069862, 56.383182880485435 ], [ -5.999627152294829, 56.3839918536911 ], [ -5.998970828289359, 56.384503151319421 ], [ -5.998537076034752, 56.384200620830178 ], [ -5.998424907526153, 56.385016275305205 ], [ -5.997990651586576, 56.384909797827049 ], [ -5.997773125462024, 56.383037368503651 ], [ -5.997194094460541, 56.382833047781091 ], [ -5.99490611202988, 56.382932974083715 ], [ -5.994194209339659, 56.383239209475256 ], [ -5.993932855012885, 56.382879844115052 ], [ -5.992782671976621, 56.382746983010371 ], [ -5.991857461674348, 56.382951273494733 ], [ -5.992011841649622, 56.383728649886351 ], [ -5.989640793362192, 56.383856334997802 ], [ -5.989610436080306, 56.383674764158627 ], [ -5.988815148853532, 56.384114046610591 ], [ -5.988328220706422, 56.383844668964329 ], [ -5.988282340979576, 56.384180670093613 ], [ -5.987575052252006, 56.384392295500405 ], [ -5.987487516299458, 56.38412893509522 ], [ -5.987233867284695, 56.384214439925501 ], [ -5.986799205610557, 56.384289586494795 ], [ -5.987210304994665, 56.384193636383586 ], [ -5.986989190285256, 56.383998404753356 ], [ -5.986023701397652, 56.384283081949 ], [ -5.985083883298468, 56.383759394508061 ], [ -5.984097271206082, 56.384121173010776 ], [ -5.983207003806203, 56.383652530323396 ], [ -5.982505568790491, 56.38368768440548 ], [ -5.982867752180979, 56.383849589742752 ], [ -5.982534112583239, 56.383852228896856 ], [ -5.982648616301032, 56.384420470901453 ], [ -5.982326002103111, 56.384606202430192 ], [ -5.981695492870118, 56.384420551786626 ], [ -5.981961733498212, 56.385184447845681 ], [ -5.980478571125326, 56.385697052630412 ], [ -5.980159888143716, 56.385424033028322 ], [ -5.979713237787625, 56.385850247910582 ], [ -5.979635750463613, 56.387312224594538 ], [ -5.980391128066919, 56.387466894687492 ], [ -5.979703430910788, 56.387122105567322 ], [ -5.98018946169365, 56.386560636528451 ], [ -5.980694893798018, 56.386712548026836 ], [ -5.981092109773369, 56.388140379496484 ], [ -5.981179536550335, 56.386913685636713 ], [ -5.981733867854443, 56.386788849339638 ], [ -5.983116381800193, 56.387189512453809 ], [ -5.983171682587691, 56.386431461225769 ], [ -5.983914886771861, 56.387492949224935 ], [ -5.982463332395085, 56.387424541276012 ], [ -5.982107727884886, 56.387977328782341 ], [ -5.982460046608573, 56.388153042011268 ], [ -5.981985360028204, 56.388326577313933 ], [ -5.98342385410005, 56.387804602068378 ], [ -5.979205139110853, 56.389941088194043 ], [ -5.979539922167433, 56.390150645646408 ], [ -5.983016870882659, 56.388594649649185 ], [ -5.983393069383785, 56.388952140675457 ], [ -5.983566638050872, 56.388162407581142 ], [ -5.984712531424237, 56.38800503569842 ], [ -5.985359123505976, 56.388824128872372 ], [ -5.984661960350752, 56.389257525512583 ], [ -5.985213871579764, 56.389310804262806 ], [ -5.984422755364994, 56.38951251796545 ], [ -5.984866315307631, 56.389506337131593 ], [ -5.984701837603709, 56.389809283404261 ], [ -5.985578148516261, 56.389383609191178 ], [ -5.986792612279053, 56.389757269494503 ], [ -5.986620054826878, 56.390819449699329 ], [ -5.987147986676626, 56.390705331640405 ], [ -5.987607431911874, 56.38993696059385 ], [ -5.989051793370096, 56.390415602393716 ], [ -5.989559860406483, 56.390220281474306 ], [ -5.989819596444414, 56.389000614408488 ], [ -5.99064549110242, 56.388991983981782 ], [ -5.989819690585991, 56.388134627637193 ], [ -5.9915206472144, 56.388060920900109 ], [ -5.990883286470535, 56.38861562445652 ], [ -5.99151463715105, 56.388901020634783 ], [ -5.991974084629926, 56.388798980738457 ], [ -5.991351014497332, 56.388577167181474 ], [ -5.992024861718903, 56.388324334383135 ], [ -5.991764446075262, 56.388035975378777 ], [ -5.992353132921672, 56.388084439480082 ], [ -5.993109851067433, 56.389287524215085 ], [ -5.99353132535113, 56.38883869040157 ], [ -5.994293596857974, 56.388702594394289 ], [ -5.994122966151858, 56.386997709803083 ], [ -5.995055991609562, 56.386604307519043 ], [ -5.995581468065041, 56.388523455168581 ], [ -5.996034618851461, 56.388593361541169 ], [ -5.996288978639592, 56.388143616027257 ], [ -5.996791041669389, 56.388154388291696 ], [ -5.997363468216844, 56.389067541874674 ], [ -5.998054877126044, 56.388889646512602 ], [ -5.998078914457585, 56.389242279411704 ], [ -5.998400791632733, 56.388910849885669 ], [ -5.999665046177956, 56.389572339736993 ], [ -5.999820103723573, 56.389165361489908 ], [ -6.000090191461879, 56.389267245345643 ], [ -6.000234702312357, 56.389856088665915 ], [ -6.001163441115954, 56.390317076910648 ], [ -6.000791598249651, 56.391006235510154 ], [ -6.002202632807965, 56.392616175565891 ], [ -6.002016759284376, 56.392961204586072 ], [ -6.003265342643014, 56.39371848918141 ], [ -6.005196615314118, 56.393658734424818 ], [ -6.00659219355685, 56.392822234605099 ], [ -6.00743896999495, 56.392934218335064 ], [ -6.010140275671967, 56.391641749470892 ], [ -6.015212943333861, 56.391391929431684 ], [ -6.016363259197417, 56.391691847348078 ], [ -6.016696106362386, 56.392157662158759 ], [ -6.017542127796371, 56.391954857749703 ], [ -6.017878432107826, 56.392222718559132 ], [ -6.017509454367109, 56.392567419951853 ], [ -6.018052643622674, 56.392567779999361 ], [ -6.019379239968966, 56.393923087277109 ], [ -6.021074108898821, 56.394618949697808 ], [ -6.022757918048985, 56.394672171358508 ], [ -6.025638275601553, 56.393850153517455 ], [ -6.029531131689161, 56.393404290019078 ], [ -6.031525876477516, 56.392642422501225 ], [ -6.03224502479318, 56.392007499164542 ], [ -6.033378418059019, 56.39206950488115 ], [ -6.0334837767889, 56.392344847968623 ], [ -6.035127759944086, 56.391670783993355 ], [ -6.036794427670265, 56.390645239788967 ], [ -6.036679923526265, 56.390406168337819 ], [ -6.038364042228436, 56.390234345211361 ], [ -6.039993970983243, 56.389475240210174 ], [ -6.043337653535009, 56.386991995831508 ], [ -6.047634475500956, 56.384481991086112 ], [ -6.048655263885743, 56.383333504192272 ], [ -6.050039594612633, 56.38278462725637 ], [ -6.051081530408411, 56.382903415136063 ], [ -6.050931974804815, 56.381572873770622 ], [ -6.053113620654226, 56.381130062953908 ], [ -6.053479517884271, 56.380547037675115 ], [ -6.054307382189567, 56.38080230354997 ], [ -6.055567294596251, 56.380578480791861 ], [ -6.055836931277861, 56.379837629144781 ], [ -6.05500302844243, 56.37966260783471 ], [ -6.055829382857351, 56.379264132494114 ], [ -6.055696917062817, 56.378978902514945 ], [ -6.05656960064568, 56.378772250363149 ], [ -6.055196330096319, 56.378310945656537 ], [ -6.056168013765225, 56.378136125146852 ], [ -6.056843664134902, 56.377570816447651 ], [ -6.056395058527371, 56.377162852914878 ], [ -6.056934484176135, 56.376673050676331 ], [ -6.059448867116742, 56.375857702848158 ], [ -6.061374003799136, 56.375673151917624 ], [ -6.063091100075473, 56.376349723565824 ], [ -6.063581113654651, 56.376005398558966 ], [ -6.064628156330362, 56.376173362976623 ], [ -6.063908699526416, 56.376493749836648 ], [ -6.064172982526012, 56.376768349350847 ], [ -6.062714162805396, 56.37869754689747 ], [ -6.059800383745426, 56.380359696419774 ], [ -6.060103557807532, 56.381060190393995 ], [ -6.061747392934968, 56.381838108734193 ], [ -6.066159665827482, 56.383130330830994 ], [ -6.070449404873497, 56.383394043309337 ], [ -6.072542847787789, 56.383871065471389 ], [ -6.072173282997938, 56.38305227623588 ], [ -6.073110994300904, 56.381785800513427 ], [ -6.072385401644387, 56.380835737884354 ], [ -6.073169391718837, 56.3800878132908 ], [ -6.072978534249739, 56.379227174784198 ], [ -6.076509756560511, 56.376964326052558 ], [ -6.078195461944171, 56.374875495752903 ], [ -6.080182272144879, 56.373300104143226 ], [ -6.081888732366318, 56.372376920291607 ], [ -6.083411560504661, 56.372024528398534 ], [ -6.089648996373482, 56.371752950879383 ], [ -6.090633534975061, 56.3712779614524 ], [ -6.092364759065917, 56.371433869382692 ], [ -6.098360336839872, 56.368944067261694 ], [ -6.101083480483791, 56.367340336148658 ], [ -6.105407226054917, 56.366639421513604 ], [ -6.109962634229223, 56.366510714601709 ], [ -6.111164956114041, 56.365940189545029 ], [ -6.111722384549496, 56.366150996041767 ], [ -6.112319038676747, 56.365748965493594 ], [ -6.112809617681709, 56.366015946996939 ], [ -6.112839254756732, 56.365614768737061 ], [ -6.113338923336805, 56.365665611429264 ], [ -6.113171286026717, 56.365913996802561 ], [ -6.11718767680185, 56.365596092034075 ], [ -6.122684355992591, 56.367580463471306 ], [ -6.126026263611059, 56.367167827576949 ], [ -6.126563675031939, 56.366668775919706 ], [ -6.12912569823161, 56.366461918211705 ], [ -6.129918639760608, 56.366003787951712 ], [ -6.130441810832845, 56.366346056319024 ], [ -6.129897740207546, 56.366409178660966 ], [ -6.131178495006371, 56.366565183722535 ], [ -6.134702000704865, 56.365960987957571 ], [ -6.138342316654596, 56.366329447656703 ], [ -6.13892999664197, 56.366130830417092 ], [ -6.144175735114033, 56.367017390127231 ], [ -6.144584511033129, 56.367572974347723 ], [ -6.144871116579878, 56.367034573169356 ], [ -6.149270899924151, 56.366205454637672 ], [ -6.150333752505566, 56.365534891245986 ], [ -6.152977791409582, 56.365294207583489 ], [ -6.157193089174156, 56.363920600198909 ], [ -6.164280478203287, 56.360942947305674 ], [ -6.164780423573297, 56.36064013449942 ], [ -6.164718866656512, 56.360017168882244 ], [ -6.167470800029437, 56.360130470442357 ], [ -6.168488373510876, 56.359583575967392 ], [ -6.169909702695925, 56.359410681812143 ], [ -6.171665722017191, 56.358091524797153 ], [ -6.176347816997865, 56.357384096505676 ], [ -6.178269259663923, 56.357429851095191 ], [ -6.181422006308112, 56.357668702746956 ], [ -6.186032362470521, 56.358641502917344 ], [ -6.192078465326009, 56.358229975769419 ], [ -6.194885970998754, 56.358863304286885 ], [ -6.200404861811439, 56.362858068551638 ], [ -6.201107675067584, 56.362987100729484 ], [ -6.201161801145265, 56.363551853894116 ], [ -6.20244704246873, 56.363966884125219 ], [ -6.201914153344509, 56.364277268107259 ], [ -6.202911300224, 56.365165241462272 ], [ -6.203693890551776, 56.365282556965738 ], [ -6.205341447832851, 56.368761034384086 ], [ -6.206703226840765, 56.370234659363767 ], [ -6.208042998754912, 56.371214375388142 ], [ -6.208724404491028, 56.371294631023289 ], [ -6.208322806145845, 56.371987298526001 ], [ -6.209386641525649, 56.372301868874153 ], [ -6.208877128229362, 56.372971227746653 ], [ -6.209350722883991, 56.373737558953536 ], [ -6.207776854256599, 56.374748886182381 ], [ -6.206622942061592, 56.376775677352356 ], [ -6.20890708948726, 56.380506785485103 ], [ -6.206263293746355, 56.382107563695641 ], [ -6.204488608989403, 56.38380017664079 ], [ -6.20472247323628, 56.385258174321521 ], [ -6.205420445358179, 56.385486282883832 ], [ -6.206025617417979, 56.385240884749948 ], [ -6.204460757086363, 56.38604500155477 ], [ -6.20483191873372, 56.386396631770211 ], [ -6.204434717625089, 56.386837314089853 ], [ -6.203889674402472, 56.386599509653699 ], [ -6.202740735927999, 56.386912822699884 ], [ -6.202383223016321, 56.387419601641668 ], [ -6.202936010409299, 56.387801045732168 ], [ -6.202074509458043, 56.387560486582686 ], [ -6.200388624516585, 56.388665441136986 ], [ -6.200280276330339, 56.389226713137106 ], [ -6.199400399832197, 56.389481399776884 ], [ -6.200162735293453, 56.389410570676482 ], [ -6.199280210084675, 56.389714810344401 ], [ -6.200116007932581, 56.390163111577507 ], [ -6.199311095613966, 56.390509685331537 ], [ -6.199741880025174, 56.391255021231458 ], [ -6.199181605737402, 56.39124704576507 ], [ -6.198303150708182, 56.390485413099967 ], [ -6.19852659136414, 56.390967979851631 ], [ -6.197981206189981, 56.390653716121264 ], [ -6.197860347271779, 56.391072413204093 ], [ -6.198460889576178, 56.391622234683652 ], [ -6.197891649705779, 56.391974296061285 ], [ -6.196494571011174, 56.391509032545706 ], [ -6.194810303966142, 56.392042765113075 ], [ -6.192016019434103, 56.393909119309996 ], [ -6.189904667760272, 56.394763018244092 ], [ -6.189630048204219, 56.395141042106928 ], [ -6.19019594516333, 56.395715457805949 ], [ -6.18984210144894, 56.395889314335257 ], [ -6.190378434198356, 56.396194926939437 ], [ -6.189931592677329, 56.39640790480972 ], [ -6.18952560439676, 56.396255264767134 ], [ -6.188948154803295, 56.396976290189187 ], [ -6.188231844959367, 56.396951059005801 ], [ -6.186869568594196, 56.397761573420638 ], [ -6.186445745146072, 56.397667983531136 ], [ -6.186718146061862, 56.397933071921841 ], [ -6.186235694298718, 56.39841254540724 ], [ -6.183156438211294, 56.399685758340034 ], [ -6.181490573129206, 56.399948875350582 ], [ -6.181000761346427, 56.399623666989086 ], [ -6.180806960997526, 56.400295721497251 ], [ -6.179157909526849, 56.401007907475204 ], [ -6.177792729672598, 56.400982029622561 ], [ -6.177340478321312, 56.401442459723519 ], [ -6.175928668927959, 56.401804848760953 ], [ -6.175226958081518, 56.401765558299964 ], [ -6.175244209791471, 56.401405242161708 ], [ -6.174651352437338, 56.401766979164705 ], [ -6.174125597217942, 56.401483426189678 ], [ -6.173569243995347, 56.401956344124407 ], [ -6.172419051108287, 56.402116516896676 ], [ -6.172584881381749, 56.402371736034496 ], [ -6.171865920299004, 56.402841131640876 ], [ -6.172452612142662, 56.403014720761028 ], [ -6.172000721403904, 56.403331223915302 ], [ -6.171186623681131, 56.403376636659374 ], [ -6.17103472974284, 56.403026516244225 ], [ -6.170022043691383, 56.402961697238858 ], [ -6.169797349227042, 56.403279533992297 ], [ -6.168707582684759, 56.403473609663074 ], [ -6.167831625394216, 56.404065178925201 ], [ -6.168400021447909, 56.404590142862084 ], [ -6.167290873793118, 56.404829824211994 ], [ -6.168422412390319, 56.405164962114632 ], [ -6.166808302788514, 56.405088883030373 ], [ -6.16682794004806, 56.405416478450448 ], [ -6.16519211091778, 56.406105540576334 ], [ -6.164188422951161, 56.406197752691781 ], [ -6.16323496527797, 56.406971758926623 ], [ -6.159482552237853, 56.407812821768125 ], [ -6.158511548289429, 56.408947109516305 ], [ -6.157158304589697, 56.409181402924609 ], [ -6.155969545627453, 56.409882307962199 ], [ -6.155950878702386, 56.410305618040368 ], [ -6.156501124985408, 56.410516479681895 ], [ -6.154633967521169, 56.411096245598685 ], [ -6.154350237183419, 56.411915157216676 ], [ -6.152436734869826, 56.41229409444054 ], [ -6.152469193051575, 56.412814614735076 ], [ -6.151192368271577, 56.413096639402518 ], [ -6.15156160495475, 56.413254234871609 ], [ -6.151193308570376, 56.4134473444593 ], [ -6.151775600983395, 56.413490778205471 ], [ -6.1496193982038, 56.415825740867639 ], [ -6.149922584494661, 56.41664206089866 ], [ -6.150852027063657, 56.417324078885031 ], [ -6.147884033757769, 56.418183439860499 ], [ -6.148324817737704, 56.418535601225834 ], [ -6.150091467423842, 56.418324432784232 ], [ -6.150204588617463, 56.418662385378056 ], [ -6.151656702851112, 56.418542672778955 ], [ -6.15077474866856, 56.418757493293498 ], [ -6.151277274069939, 56.418782919597781 ], [ -6.150624308095985, 56.418925312476382 ], [ -6.150470525375552, 56.419315376426553 ], [ -6.149332290087868, 56.419322936223232 ], [ -6.150022964514259, 56.419451781979134 ], [ -6.149470930537524, 56.419835402532485 ], [ -6.148881694187796, 56.419758913829028 ], [ -6.148838839987209, 56.420199218938329 ], [ -6.149286948045014, 56.420246261529762 ], [ -6.148885083951828, 56.420534016747929 ], [ -6.147964153062169, 56.420644900850277 ], [ -6.148146782404687, 56.42144187980012 ], [ -6.14704712065536, 56.4213572939966 ], [ -6.146622433409096, 56.422358967713848 ], [ -6.146967819298095, 56.422699039616113 ], [ -6.146398400422699, 56.422983402221149 ], [ -6.146593250530469, 56.423669357250212 ], [ -6.146220076959624, 56.42386351209754 ], [ -6.145405684518438, 56.423567913331972 ], [ -6.144864255288315, 56.424243435623971 ], [ -6.145256624380134, 56.424850837143353 ], [ -6.144817444543071, 56.425258536668608 ], [ -6.144947664016535, 56.427630185023197 ], [ -6.14069791746105, 56.428889266256483 ], [ -6.139072344137344, 56.429626174178544 ], [ -6.13798601994516, 56.430755136818689 ], [ -6.137888129468179, 56.432242280281464 ], [ -6.138635839114691, 56.432923267746474 ], [ -6.138092903805396, 56.433229186048223 ], [ -6.137839740003841, 56.435333051101892 ], [ -6.138565263422466, 56.436450949862426 ], [ -6.139321113009616, 56.436758446013989 ], [ -6.140078652146076, 56.438572238792787 ], [ -6.135354883486631, 56.438873888599176 ], [ -6.132282933878304, 56.440109520886274 ], [ -6.129123713549173, 56.444504568992379 ], [ -6.129497357262494, 56.446897778323887 ], [ -6.128830809779474, 56.447562998320358 ], [ -6.129113244241225, 56.448443906330205 ], [ -6.124415966707493, 56.450497885712899 ], [ -6.118414882965879, 56.451389942388168 ], [ -6.112081456781914, 56.45116410396529 ], [ -6.10811640282369, 56.450688583685945 ], [ -6.101633278471571, 56.450503148439729 ], [ -6.098980791446859, 56.450752787990339 ], [ -6.09616889815121, 56.449825062832716 ], [ -6.093810624459695, 56.449489316434921 ], [ -6.092034592904061, 56.449583948488687 ], [ -6.090533892867177, 56.448842115048834 ], [ -6.087648337622181, 56.44881143173253 ], [ -6.086692756206205, 56.448426576337695 ], [ -6.085359963796998, 56.44847501963676 ], [ -6.084453283935484, 56.447970727976283 ], [ -6.081428387968343, 56.448380649961493 ], [ -6.078347521780425, 56.447709593715778 ], [ -6.076882972197374, 56.44808872430179 ], [ -6.07647124252623, 56.448579791913211 ], [ -6.07436939754129, 56.448300891899123 ], [ -6.073850853652335, 56.448810749930125 ], [ -6.073027168026671, 56.448958330171791 ], [ -6.072675740456101, 56.448648834771227 ], [ -6.071760670673035, 56.448686099722835 ], [ -6.072067076016138, 56.447863075854436 ], [ -6.069158630132675, 56.449164557744957 ], [ -6.064009282959213, 56.449602422957973 ], [ -6.061808389541528, 56.450812173409467 ], [ -6.06089357887282, 56.450761218700805 ], [ -6.05966928313181, 56.451309425549987 ], [ -6.058960783191525, 56.450833531928538 ], [ -6.057189605366754, 56.451431099278977 ], [ -6.056956714126474, 56.451150953849769 ], [ -6.054789794169446, 56.451388239592042 ], [ -6.052639531437243, 56.452847960910077 ], [ -6.051958953547484, 56.454232620948936 ], [ -6.050710450276163, 56.454327390926878 ], [ -6.049135664295162, 56.456694489847671 ], [ -6.047998114544261, 56.457221754764305 ], [ -6.048359005181938, 56.457407807834535 ], [ -6.046437623980388, 56.458886911891767 ], [ -6.045898964326152, 56.459853231984965 ], [ -6.043878190917121, 56.460553167934258 ], [ -6.043585529752296, 56.461237171498759 ], [ -6.043152300862891, 56.461287275208939 ], [ -6.043483723463942, 56.46165415871468 ], [ -6.042163653986862, 56.462529043543078 ], [ -6.041811929111803, 56.463345362664668 ], [ -6.03943183830143, 56.463265577839366 ], [ -6.038610619515836, 56.464555814375906 ], [ -6.038278740406933, 56.46418443682461 ], [ -6.036309969896714, 56.464459890848048 ], [ -6.036285214093223, 56.463768258680084 ], [ -6.035150155271223, 56.463557915531148 ], [ -6.035162038802259, 56.46412856514997 ], [ -6.03323038690689, 56.464371287052572 ], [ -6.034185004110657, 56.464641476994487 ], [ -6.031725595344162, 56.466263741626371 ], [ -6.030296276773156, 56.465730194579265 ], [ -6.029587682439154, 56.466247828852637 ], [ -6.028465889256942, 56.466162889918436 ], [ -6.027180599493065, 56.466834140230233 ], [ -6.026555481593025, 56.466530711798598 ], [ -6.025209296643006, 56.466857701599977 ], [ -6.024127541534458, 56.46661405168846 ], [ -6.020994362794785, 56.466787667222469 ], [ -6.019267418585985, 56.467662003269091 ], [ -6.017973126677509, 56.467789392199762 ], [ -6.016114192102548, 56.470412527296546 ], [ -6.015091646575287, 56.470652480372401 ], [ -6.014270568426102, 56.471645776156002 ], [ -6.013162664127647, 56.47200088394689 ], [ -6.012675251970938, 56.473154225115032 ], [ -6.010193600538756, 56.47450248014934 ], [ -6.00977710033324, 56.476251520364897 ], [ -6.008185591319863, 56.477260693144032 ], [ -6.008659629370737, 56.477748951092991 ], [ -6.006730113134699, 56.477788841725776 ], [ -6.006084579818449, 56.47736906633483 ], [ -6.005455283890169, 56.478104307458331 ], [ -6.004473516622037, 56.477654919627668 ], [ -6.001843576894134, 56.477987131619045 ], [ -5.998274116630809, 56.482190298011609 ], [ -5.9968353852028, 56.482510056870694 ], [ -5.995928979399489, 56.484598557902885 ], [ -5.996863047343057, 56.488854286572128 ], [ -5.999555179679037, 56.492343811628274 ], [ -6.002179446551779, 56.494445230430017 ], [ -6.002883655678138, 56.495881091398019 ], [ -6.007271522870552, 56.499667331522595 ], [ -6.005860353661436, 56.498837045978647 ], [ -6.006340064966851, 56.499469013829703 ], [ -6.005799234352343, 56.499366882661626 ], [ -6.004845024136103, 56.497705302761894 ], [ -6.003584591602283, 56.497192957784733 ], [ -6.002402156152068, 56.497234721253228 ], [ -6.002183878980027, 56.498032209168116 ], [ -6.001410144123948, 56.498033795278964 ], [ -6.000295505025978, 56.497068885653199 ], [ -5.999105187225338, 56.495061476415621 ], [ -5.997537071609075, 56.494666904637135 ], [ -5.996999032200921, 56.493772406289729 ], [ -5.995631986275901, 56.493094361591311 ], [ -5.995348822906621, 56.493214991950111 ], [ -5.997049423280778, 56.49465204843429 ], [ -5.999298774321558, 56.495540829779991 ], [ -5.999392351767853, 56.496366922529049 ], [ -6.000973165001809, 56.498330258830975 ], [ -6.002382794100651, 56.498253300933619 ], [ -6.002701797639616, 56.497470546761967 ], [ -6.003238490985487, 56.497348910192684 ], [ -6.003693183391434, 56.497497896217133 ], [ -6.003065292183908, 56.497602694900721 ], [ -6.004164916898982, 56.497792908852773 ], [ -6.004799394272865, 56.49839740362556 ], [ -6.004884787828146, 56.499129336895919 ], [ -6.006861799613535, 56.500267783114452 ], [ -6.00910227783451, 56.499882437060307 ], [ -6.010318188295356, 56.50021811560174 ], [ -6.011189872086298, 56.499727707976746 ], [ -6.013296779253073, 56.499940114920548 ], [ -6.014075069539275, 56.49968921327612 ], [ -6.014204615505835, 56.498962016577039 ], [ -6.015656612363966, 56.498578687391159 ], [ -6.015340093302988, 56.497815573078206 ], [ -6.017035374926208, 56.4973964724091 ], [ -6.017423063250395, 56.496835365517391 ], [ -6.021101022545032, 56.495642445844766 ], [ -6.021183360446096, 56.494870008019042 ], [ -6.022840300984074, 56.494520411412417 ], [ -6.023112064145476, 56.493725639702262 ], [ -6.023784863856927, 56.493769456909696 ], [ -6.023663855557549, 56.493379506156067 ], [ -6.024628412963071, 56.492878790035313 ], [ -6.026649264748318, 56.492957069118326 ], [ -6.027578581607258, 56.492584269709823 ], [ -6.027435398116451, 56.492353312757629 ], [ -6.029170859193777, 56.492147658351982 ], [ -6.031464598954329, 56.49129074696436 ], [ -6.031828292368954, 56.490659327699738 ], [ -6.032830009933093, 56.490402836016273 ], [ -6.032800410983191, 56.489833663316944 ], [ -6.034809779646499, 56.489224240045324 ], [ -6.034405490793408, 56.488525174424645 ], [ -6.035099267758468, 56.488323645263883 ], [ -6.039031485831015, 56.488203714288503 ], [ -6.042091070176371, 56.487613012108824 ], [ -6.043387833902755, 56.486969119477344 ], [ -6.045816006140289, 56.48737911835768 ], [ -6.048389588697501, 56.487109867525135 ], [ -6.051496832732389, 56.487363590678925 ], [ -6.053983952631639, 56.486909099178099 ], [ -6.054924522718064, 56.487193090239636 ], [ -6.058551071934697, 56.485842426888574 ], [ -6.060841723625702, 56.485376239464443 ], [ -6.061996430508708, 56.484623487836956 ], [ -6.062269737614596, 56.483760217314554 ], [ -6.064731897020841, 56.482924126250566 ], [ -6.069920089211176, 56.482655004795205 ], [ -6.071166825230637, 56.48177773818535 ], [ -6.073144127523397, 56.48180272236857 ], [ -6.074469316734366, 56.481354500305585 ], [ -6.07620263202436, 56.481302021161234 ], [ -6.077150397789329, 56.480744774037035 ], [ -6.080670054735525, 56.480831316894339 ], [ -6.081355837336741, 56.480332119803379 ], [ -6.080429730567421, 56.479805044906009 ], [ -6.080600188283097, 56.479349790194242 ], [ -6.082800212515452, 56.479709017047576 ], [ -6.081995258773847, 56.479326346574936 ], [ -6.083035612251261, 56.479026797289677 ], [ -6.084483211838735, 56.479491708645462 ], [ -6.086005421534765, 56.479441548843695 ], [ -6.086679840515974, 56.479064099308196 ], [ -6.090141289980536, 56.479516502795931 ], [ -6.095120569689512, 56.479199247831367 ], [ -6.095465830208446, 56.478859599921563 ], [ -6.096842853016916, 56.478593774806157 ], [ -6.098396715662155, 56.479288831807516 ], [ -6.099487318881246, 56.478929026349384 ], [ -6.101905606877552, 56.47927620249029 ], [ -6.102829536651398, 56.478953357040702 ], [ -6.102600007969796, 56.478709149415366 ], [ -6.10499110432016, 56.478504096223723 ], [ -6.105790635344642, 56.478158367903667 ], [ -6.106237507936426, 56.477707406622663 ], [ -6.105801261093884, 56.477204758080184 ], [ -6.106588300063842, 56.476818969143139 ], [ -6.109433787847668, 56.476459382670321 ], [ -6.109840266995938, 56.476086186813063 ], [ -6.109411899473012, 56.475731673937396 ], [ -6.110349073525914, 56.475682617572595 ], [ -6.110127314938757, 56.475285284334369 ], [ -6.111883470968969, 56.474921282797553 ], [ -6.112461703292016, 56.47448392565861 ], [ -6.114056833112008, 56.474583879021033 ], [ -6.114247267591718, 56.474091934719802 ], [ -6.116487588903079, 56.473698306310062 ], [ -6.118652037983672, 56.472380872269923 ], [ -6.11890526073999, 56.472543326622485 ], [ -6.121840630732651, 56.472117508531156 ], [ -6.124381737204487, 56.473372955637238 ], [ -6.124506501919114, 56.474596360466776 ], [ -6.125636852057949, 56.475503020430558 ], [ -6.128735771893245, 56.476579741772376 ], [ -6.130725113469883, 56.476119571680428 ], [ -6.131797797776748, 56.476180948967269 ], [ -6.134484910948625, 56.477309026561223 ], [ -6.134985922012466, 56.479268106249833 ], [ -6.136104038112888, 56.480372035240507 ], [ -6.135699367347502, 56.480625652227808 ], [ -6.135929860844056, 56.481980422005599 ], [ -6.136560920415802, 56.482059191417399 ], [ -6.137382158249585, 56.481720624743481 ], [ -6.138273900783357, 56.480403943126369 ], [ -6.139741504203078, 56.479987125020344 ], [ -6.141345047999531, 56.480474056408156 ], [ -6.141909566710381, 56.481358110027024 ], [ -6.14323356847551, 56.481903819928668 ], [ -6.143139459911755, 56.481101177697987 ], [ -6.142248369538891, 56.480084150817035 ], [ -6.143193338807431, 56.479673960734431 ], [ -6.146265693889842, 56.479948955080928 ], [ -6.149625057363504, 56.481094700852253 ], [ -6.150160887980387, 56.481907735299615 ], [ -6.148520556230491, 56.482305276769708 ], [ -6.149141660704297, 56.482708969854514 ], [ -6.149144437222956, 56.483477794472854 ], [ -6.150918726068541, 56.484542550674156 ], [ -6.151287628298437, 56.485389049119682 ], [ -6.150439328299265, 56.4855838243408 ], [ -6.148608184834464, 56.485114513336363 ], [ -6.148155756530742, 56.485957024358669 ], [ -6.146918698929354, 56.486313168665589 ], [ -6.146738468169539, 56.486746372630854 ], [ -6.145604484363222, 56.484549491942815 ], [ -6.145189468126607, 56.484842156778484 ], [ -6.144361713091556, 56.483736690698414 ], [ -6.146030622082649, 56.486441794503563 ], [ -6.14544367041817, 56.486425448373126 ], [ -6.145938122556719, 56.487231790133293 ], [ -6.145348129564812, 56.487485340053077 ], [ -6.144735228680035, 56.48723153898996 ], [ -6.143480869031338, 56.487861617960156 ], [ -6.142679556526804, 56.487623995750653 ], [ -6.143557015866553, 56.488335710613576 ], [ -6.14062343203963, 56.48872779051986 ], [ -6.140052457582796, 56.489230688308879 ], [ -6.140470784404103, 56.490204166619932 ], [ -6.139166072746837, 56.490150602848203 ], [ -6.138566478292714, 56.49048088086618 ], [ -6.138401135688603, 56.491349740458638 ], [ -6.137926749749744, 56.491442014406026 ], [ -6.138525268032125, 56.491548842158288 ], [ -6.138695227579928, 56.491989228763991 ], [ -6.138024713728409, 56.492534108531586 ], [ -6.138532827900915, 56.492959612541163 ], [ -6.14026215035929, 56.493178870346846 ], [ -6.142535085306888, 56.492703659200686 ], [ -6.143913790973987, 56.493240346827584 ], [ -6.143912942060217, 56.494572261709209 ], [ -6.145487897459681, 56.495907262797679 ], [ -6.149555654606208, 56.495861136852803 ], [ -6.149088661019114, 56.496645680317414 ], [ -6.149367399817161, 56.497112991851999 ], [ -6.14803155308375, 56.497535398179771 ], [ -6.147388788929349, 56.498199909310387 ], [ -6.147448248733481, 56.498966836596281 ], [ -6.148753371007651, 56.50019571313765 ], [ -6.154639910154595, 56.502498744142322 ], [ -6.154674263193765, 56.502812355191637 ], [ -6.159385187091313, 56.502915242041723 ], [ -6.160143293081097, 56.503303500848325 ], [ -6.16186539882848, 56.503214242316268 ], [ -6.163096952388781, 56.504211623660915 ], [ -6.164346356153048, 56.504556384575949 ], [ -6.166200700624921, 56.503967997336687 ], [ -6.170069511972962, 56.505506215073034 ], [ -6.172389997615154, 56.505459642284031 ], [ -6.174093703749146, 56.505793518406911 ], [ -6.175147494968439, 56.506945159528584 ], [ -6.174816460113949, 56.507779189299598 ], [ -6.173412126218643, 56.508393031605451 ], [ -6.175629010685041, 56.509279793686197 ], [ -6.172432011047034, 56.509566356769461 ], [ -6.17411482306965, 56.510181529289099 ], [ -6.171866180455429, 56.510085417312055 ], [ -6.173063444557198, 56.510618909278911 ], [ -6.174870673901159, 56.510576074528153 ], [ -6.175019011460501, 56.51103693326219 ], [ -6.174343700637714, 56.511285395580664 ], [ -6.175123932972331, 56.511384139368381 ], [ -6.175882200023485, 56.510884664901511 ], [ -6.176222736732784, 56.51139211143343 ], [ -6.178534010809403, 56.511790009410298 ], [ -6.178671376534302, 56.5113096357885 ], [ -6.179313387356702, 56.511261023479214 ], [ -6.18126826089396, 56.513146682484404 ], [ -6.182846419105643, 56.51313483839963 ], [ -6.18227589834874, 56.512136034558857 ], [ -6.183454015799365, 56.511167291609482 ], [ -6.181979410577381, 56.510819518044194 ], [ -6.181753284995604, 56.510332510288642 ], [ -6.182621530631932, 56.5096808944039 ], [ -6.18227062881131, 56.509124350352224 ], [ -6.184751684495111, 56.509204336891749 ], [ -6.186737847599948, 56.509751547952256 ], [ -6.187954007664785, 56.510454236047103 ], [ -6.187718950975913, 56.51088845753992 ], [ -6.188479677107497, 56.511178435244013 ], [ -6.187978843153444, 56.511665699985066 ], [ -6.189799316805879, 56.512242741961742 ], [ -6.189465643942617, 56.512270201581778 ], [ -6.190021364570985, 56.512544611876017 ], [ -6.189646662446795, 56.512936789331533 ], [ -6.190275925576231, 56.513008162653151 ], [ -6.190407992658256, 56.513776229602364 ], [ -6.191369272168688, 56.514172731264431 ], [ -6.191271585132198, 56.51464278753997 ], [ -6.192126284985947, 56.514693043757021 ], [ -6.192003099384306, 56.515815081668109 ], [ -6.193912124757301, 56.51569029057859 ], [ -6.196398692325182, 56.516330153430815 ], [ -6.19601302247887, 56.515844068879531 ], [ -6.196339191426816, 56.515572226156166 ], [ -6.19562085959247, 56.515666675670197 ], [ -6.195379436629102, 56.515307912453942 ], [ -6.1957949854979, 56.514844186921408 ], [ -6.196830322673413, 56.514659868127865 ], [ -6.197382453062199, 56.515253633582887 ], [ -6.197849603426866, 56.515065150621922 ], [ -6.198446141107616, 56.515472144986767 ], [ -6.197889282038891, 56.516921840809786 ], [ -6.201032682528503, 56.517321741225807 ], [ -6.20500711142246, 56.519551431811806 ], [ -6.206977825863735, 56.521065650374865 ], [ -6.207365290006864, 56.520672086616131 ], [ -6.208231393902941, 56.520618423438101 ], [ -6.208421639339888, 56.520163196812071 ], [ -6.209120200290841, 56.520608051592042 ], [ -6.208119981791588, 56.520860529043368 ], [ -6.208863642611123, 56.521198632253579 ], [ -6.210744045690886, 56.520843425719441 ], [ -6.2119374024818, 56.522124046189056 ], [ -6.215600266356361, 56.52278564460179 ], [ -6.221128447376029, 56.523042822240463 ], [ -6.221627864794749, 56.523655370268031 ], [ -6.223209491142891, 56.524123154547041 ], [ -6.225606926768189, 56.526770137102154 ], [ -6.225382770434612, 56.528875056993208 ], [ -6.2262795106506, 56.528963223963153 ], [ -6.22666024328261, 56.528714622569325 ], [ -6.227800045505553, 56.529478902969039 ], [ -6.228813474570856, 56.529533396516101 ], [ -6.232844933232514, 56.528706999150309 ], [ -6.233782756211839, 56.528842275353732 ], [ -6.235333785958753, 56.527795543433648 ], [ -6.238653926716894, 56.52785751617882 ], [ -6.239075563492883, 56.527553515777491 ], [ -6.239852537837148, 56.527647475874986 ], [ -6.239886658994493, 56.52792331151872 ], [ -6.241819938844062, 56.526964156661066 ], [ -6.244113089724705, 56.526560152882034 ], [ -6.245457358908603, 56.52718597429871 ], [ -6.246436017852126, 56.526915944732529 ], [ -6.247439659521812, 56.526055970751429 ], [ -6.24759825351928, 56.526425573491778 ], [ -6.248134520545938, 56.52608523828841 ], [ -6.247566052623614, 56.526718968220507 ], [ -6.249949601376416, 56.5265267068566 ], [ -6.250686615220585, 56.5262208528545 ], [ -6.25247467817595, 56.526783725520637 ], [ -6.254400332515826, 56.526136707502801 ], [ -6.255536830780952, 56.526403507157276 ], [ -6.256877991377802, 56.526261257458977 ], [ -6.258106305885627, 56.525940295664562 ], [ -6.258192007748069, 56.525660349212849 ], [ -6.258264730629902, 56.525974429320961 ], [ -6.260275764870107, 56.525610384632046 ], [ -6.261187078322045, 56.525871376223499 ], [ -6.261667473477728, 56.525397094834041 ], [ -6.262328338791776, 56.525514689310391 ], [ -6.26246482147211, 56.525136762035558 ], [ -6.263214110299547, 56.524926641507662 ], [ -6.264019402434194, 56.523262111729423 ], [ -6.265633064028626, 56.523431471104495 ], [ -6.267037237072684, 56.523185312848973 ], [ -6.267668772430687, 56.523591685727837 ], [ -6.268604017151107, 56.523559504144828 ], [ -6.268688185762906, 56.52383001611873 ], [ -6.270273171616944, 56.523600082683451 ], [ -6.270535935816404, 56.523910312929338 ], [ -6.270904274708352, 56.523641310021503 ], [ -6.270922423440912, 56.523874521643833 ], [ -6.271924338989467, 56.523813038277623 ], [ -6.272525695471476, 56.523446067679892 ], [ -6.275619101332324, 56.523317890370464 ], [ -6.276379233114995, 56.523493145649162 ], [ -6.276482976432637, 56.523907777718492 ], [ -6.277914850812107, 56.52419566785634 ], [ -6.278245133337633, 56.524022389003029 ], [ -6.279697747493734, 56.524637815494593 ], [ -6.280945820652732, 56.524738647288835 ], [ -6.281544577475698, 56.524277286743079 ], [ -6.281938621888047, 56.524668403843535 ], [ -6.282620438143094, 56.524150207903872 ], [ -6.285615994023505, 56.523947813271462 ], [ -6.286824519659074, 56.523483343585312 ], [ -6.287299651417968, 56.523871642076983 ], [ -6.288453472417146, 56.523642885528865 ], [ -6.287754017110565, 56.524148234398062 ], [ -6.288449498713349, 56.524470451892832 ], [ -6.289843501784494, 56.524853950530151 ], [ -6.290280560507415, 56.524330684396475 ], [ -6.291071820566382, 56.524779984953426 ], [ -6.290785180177719, 56.525122671604599 ], [ -6.289925072473101, 56.524999527090053 ], [ -6.290265997373806, 56.525208083728351 ], [ -6.289758206537329, 56.527190791002695 ], [ -6.291549987976163, 56.527636963018416 ], [ -6.291892399843472, 56.52749920277035 ], [ -6.292220236204787, 56.527951040326649 ], [ -6.293545943260023, 56.528017583214719 ], [ -6.295406894229045, 56.529144837368037 ], [ -6.300270629731272, 56.529196671255285 ], [ -6.304112382672683, 56.528847577008577 ], [ -6.305487434040232, 56.529204581677611 ], [ -6.305519186918456, 56.528911178810105 ], [ -6.306163604547288, 56.528996736163379 ], [ -6.306568143250703, 56.528618440155022 ], [ -6.308155379350381, 56.528837637405651 ], [ -6.308909475503235, 56.528528137281121 ], [ -6.309227285557013, 56.528818392258039 ], [ -6.310076277366622, 56.528770907936561 ], [ -6.311824878076948, 56.529335213781181 ], [ -6.312528962637391, 56.531302886637768 ], [ -6.313883719537484, 56.531408677482929 ], [ -6.314837006646722, 56.531847702697213 ], [ -6.314923964661975, 56.532253900925689 ], [ -6.316863474494445, 56.531849149978491 ], [ -6.319527062592887, 56.53272777360479 ], [ -6.321525679514497, 56.532698636534711 ], [ -6.321866036614828, 56.533113991309065 ], [ -6.323623114238959, 56.53367784247564 ], [ -6.323720885356564, 56.533179767449148 ], [ -6.324206421513833, 56.532870539834832 ], [ -6.324490351372696, 56.533076497012985 ], [ -6.325044585738834, 56.532584991893252 ], [ -6.325394975910251, 56.532874072474122 ], [ -6.325523410814601, 56.532644745099411 ], [ -6.326809547782304, 56.532932668251767 ], [ -6.328123022767673, 56.532747441067436 ], [ -6.33021669271132, 56.533407383771255 ], [ -6.332993483285992, 56.533350895980966 ], [ -6.333138127627401, 56.533548208431952 ], [ -6.332516541372142, 56.533592404221473 ], [ -6.332914187555243, 56.533938275334641 ], [ -6.334472435310473, 56.534185137153344 ], [ -6.334532120899733, 56.534493344704529 ], [ -6.335490165711216, 56.534473356586538 ], [ -6.335572419399223, 56.534978643195679 ], [ -6.336427147780817, 56.534980246903274 ], [ -6.33831124397761, 56.53700548035485 ], [ -6.339336148749783, 56.536929161419835 ], [ -6.339488725377153, 56.536627021594349 ], [ -6.340501959569763, 56.5372301500894 ], [ -6.340514536947794, 56.538192070936148 ], [ -6.339648313421846, 56.537309481846684 ], [ -6.338727047582234, 56.537935310724947 ], [ -6.339829634089014, 56.539673064066712 ], [ -6.33871322995248, 56.54030122066834 ], [ -6.338960472482028, 56.541322388868345 ], [ -6.338539710981981, 56.541557457089702 ], [ -6.340133838135922, 56.542185245726358 ], [ -6.338393378064768, 56.542695820101741 ], [ -6.33819777963754, 56.544469983176555 ], [ -6.336762303026648, 56.545725364086927 ], [ -6.337490819854105, 56.546257526177108 ], [ -6.336424090470857, 56.546326292530765 ], [ -6.336791419375952, 56.546974512960901 ], [ -6.337310270276107, 56.546884424360179 ], [ -6.336685172257849, 56.547468399760504 ], [ -6.337875512673735, 56.54698608280129 ], [ -6.336797659857586, 56.547810737177642 ], [ -6.337020069785124, 56.548828279613353 ], [ -6.337533813147028, 56.548693399076662 ], [ -6.338930240526845, 56.54979580815067 ], [ -6.338915178883388, 56.550587807882366 ], [ -6.337571173765472, 56.550369475120952 ], [ -6.338342290912821, 56.550846180765994 ], [ -6.337382597268794, 56.552489658079338 ], [ -6.336336509631698, 56.553308697479132 ], [ -6.33460843962186, 56.553647888393748 ], [ -6.333627585049717, 56.555179646069625 ], [ -6.330982251953141, 56.555829627491342 ], [ -6.330272751228944, 56.555179840485273 ], [ -6.330163504364351, 56.555790745529592 ], [ -6.32921873848405, 56.55550442372563 ], [ -6.329536089314247, 56.555929559046668 ], [ -6.32847496325049, 56.556263377546003 ], [ -6.328052353186319, 56.555985814267508 ], [ -6.326098738017042, 56.556989306984136 ], [ -6.325718146016692, 56.556651810473248 ], [ -6.325357926013326, 56.556848742523698 ], [ -6.324465692430508, 56.556380674836895 ], [ -6.32247890842581, 56.556310489328752 ], [ -6.321817037391408, 56.556005263776022 ], [ -6.321806223818863, 56.55633841571516 ], [ -6.321211721844326, 56.55648053698981 ], [ -6.319889816172322, 56.556171301666843 ], [ -6.318652401461198, 56.556745012693746 ], [ -6.317551673862088, 56.556589945494075 ], [ -6.315576534614406, 56.557692947911818 ], [ -6.313796064953379, 56.55754709365592 ], [ -6.312437380385449, 56.557772395080654 ], [ -6.311991260465225, 56.558316737345372 ], [ -6.311074327917289, 56.558559950300541 ], [ -6.30833155290405, 56.558502305492055 ], [ -6.307741646029496, 56.558828575070358 ], [ -6.30701546328439, 56.558530001285654 ], [ -6.306223266337716, 56.558867780852573 ], [ -6.305243745901831, 56.558461067370779 ], [ -6.307367307897186, 56.560118696393026 ], [ -6.306796754605099, 56.559828209964451 ], [ -6.306461714396568, 56.559961253697836 ], [ -6.306531419143455, 56.560359061358135 ], [ -6.30547832602695, 56.561124102369824 ], [ -6.305935364268509, 56.561490484398682 ], [ -6.305343224824842, 56.561582978596356 ], [ -6.305169640371746, 56.562133128030212 ], [ -6.304703511269899, 56.561830015422828 ], [ -6.304907158263955, 56.562403054610598 ], [ -6.30392666983056, 56.562589956354678 ], [ -6.30481197392634, 56.562640196204775 ], [ -6.303677935435935, 56.563911682452968 ], [ -6.30307862020968, 56.56394145694388 ], [ -6.302413670847267, 56.563537302941519 ], [ -6.300565426932819, 56.564473761959825 ], [ -6.300347776560976, 56.564206991975567 ], [ -6.299593070511198, 56.564876197785516 ], [ -6.299879695746944, 56.565176554713254 ], [ -6.298700895538617, 56.565482706195901 ], [ -6.299430588106815, 56.565524884505074 ], [ -6.298398856369651, 56.565906882440565 ], [ -6.299019045423188, 56.565988830938878 ], [ -6.297628393452444, 56.566653067932982 ], [ -6.296872841310694, 56.566670233621835 ], [ -6.297239149243319, 56.567170198478038 ], [ -6.296582929510181, 56.567058009757957 ], [ -6.296117135792952, 56.567690208812799 ], [ -6.293791369955813, 56.568728527945694 ], [ -6.294509583186482, 56.569171357213918 ], [ -6.29410692001569, 56.569140319568376 ], [ -6.294690882921767, 56.569979022444173 ], [ -6.295237088570607, 56.570054557044195 ], [ -6.294453056382283, 56.57003671700739 ], [ -6.294423921899853, 56.57092811032782 ], [ -6.294028402721902, 56.571103682042128 ], [ -6.292651853699419, 56.570530724602747 ], [ -6.292600875640684, 56.571445356502132 ], [ -6.289756604784182, 56.573230018458752 ], [ -6.288503653448427, 56.574968636822902 ], [ -6.285229265798012, 56.576196941202021 ], [ -6.282708604407709, 56.576514170409922 ], [ -6.28009805116055, 56.576253452597115 ], [ -6.279747793787952, 56.57736276242855 ], [ -6.280940303903881, 56.580354327147447 ], [ -6.286942247065012, 56.581102346267194 ], [ -6.288237301860275, 56.58088224020036 ], [ -6.288573048882737, 56.580465923044351 ], [ -6.288816589795291, 56.580745309787559 ], [ -6.290683894458192, 56.580829182108239 ], [ -6.29125247909999, 56.58052622531585 ], [ -6.291766403590692, 56.580746794220566 ], [ -6.293155251112545, 56.580491915166 ], [ -6.293059256275535, 56.580077024196918 ], [ -6.293546801493425, 56.580280510499179 ], [ -6.294126962931478, 56.579792766938738 ], [ -6.295824599084675, 56.579315821133463 ], [ -6.297786180649047, 56.57936934151477 ], [ -6.299617035779543, 56.578631406649237 ], [ -6.300700090630483, 56.577766458282973 ], [ -6.301308797710222, 56.577817318592068 ], [ -6.301295951509658, 56.577489489340188 ], [ -6.302951678348466, 56.577719909580402 ], [ -6.305877390212166, 56.576080513196324 ], [ -6.309563103181594, 56.575822197666469 ], [ -6.309876948966953, 56.576359926657275 ], [ -6.310727405961051, 56.576173003194029 ], [ -6.310754575135282, 56.576554298880659 ], [ -6.311369690967852, 56.576375543522921 ], [ -6.312373879276902, 56.576893784893606 ], [ -6.313093410492163, 56.576630448633409 ], [ -6.313190812059234, 56.577270126307617 ], [ -6.314013859908373, 56.577057151121274 ], [ -6.314498326390497, 56.577732842211823 ], [ -6.314872487869722, 56.576941866222704 ], [ -6.31523326373522, 56.5771047058062 ], [ -6.315253386294236, 56.577495240231528 ], [ -6.314501515557986, 56.577903615086747 ], [ -6.314843498535732, 56.578615735874912 ], [ -6.314467542404676, 56.579105478775446 ], [ -6.315659981911785, 56.578987580862687 ], [ -6.315668544051966, 56.5794909407308 ], [ -6.316316917063419, 56.579603306481197 ], [ -6.31568164402051, 56.57996266423239 ], [ -6.31631768860453, 56.579895580990645 ], [ -6.316202799456205, 56.580745000985743 ], [ -6.3166243902156, 56.580797796168341 ], [ -6.315930435653716, 56.581357060751962 ], [ -6.315727796604322, 56.583936356058864 ], [ -6.315067200223298, 56.584431497503523 ], [ -6.315838750872661, 56.584337223560482 ], [ -6.315672261762389, 56.58480619617373 ], [ -6.31659296054319, 56.585803986774025 ], [ -6.31594060934181, 56.587584970684055 ], [ -6.316503428304181, 56.588302902398084 ], [ -6.315886491619122, 56.588895461498119 ], [ -6.317045469747204, 56.588481921309075 ], [ -6.31767729137855, 56.589161473440257 ], [ -6.31683080850621, 56.589528178834833 ], [ -6.317572204896199, 56.590167946313329 ], [ -6.317183183313712, 56.590329873048539 ], [ -6.317349773397265, 56.591574230306925 ], [ -6.316850148165622, 56.591766983232887 ], [ -6.317213703090212, 56.592024158989915 ], [ -6.3168770883694, 56.592359642779073 ], [ -6.317960508511669, 56.592425399047244 ], [ -6.317710850517048, 56.592951229577636 ], [ -6.318894356944029, 56.592608772434851 ], [ -6.319355134210586, 56.593145868108593 ], [ -6.320019478879503, 56.593253166643947 ], [ -6.320864951662096, 56.594303014977314 ], [ -6.320306354413236, 56.594407894648114 ], [ -6.320836948276593, 56.594699721038573 ], [ -6.320401014536022, 56.595164585202951 ], [ -6.32109552305035, 56.594965036554939 ], [ -6.321933149810244, 56.595731843910784 ], [ -6.320673953766408, 56.596553638950482 ], [ -6.319706351094806, 56.596218555035257 ], [ -6.320511575783677, 56.597058450311145 ], [ -6.31979157138881, 56.597677097818135 ], [ -6.320774789477637, 56.597863239124358 ], [ -6.320835756870625, 56.598895415744146 ], [ -6.321422541370474, 56.599464096458213 ], [ -6.322530610657986, 56.599600910333727 ], [ -6.321838524463789, 56.601176447817522 ], [ -6.323147222209733, 56.601854902636475 ], [ -6.322814847341591, 56.603296504109636 ], [ -6.324365514623003, 56.605090763175347 ], [ -6.323049060264005, 56.605770668067407 ], [ -6.323797230242483, 56.606180825562994 ], [ -6.322484706373592, 56.606325449612591 ], [ -6.321755553261201, 56.605653799637544 ], [ -6.319106226464243, 56.60501746520287 ], [ -6.31804430078802, 56.605499591096788 ], [ -6.316941527509853, 56.604697003309752 ], [ -6.317951647210597, 56.604189706371947 ], [ -6.317236298981867, 56.603495067419956 ], [ -6.316734846795565, 56.603530487321144 ], [ -6.316940905813262, 56.602979194816129 ], [ -6.315964514214684, 56.602068777033885 ], [ -6.314988369617465, 56.601945307227922 ], [ -6.313792637576161, 56.602611924096742 ], [ -6.312241478365204, 56.601950787138186 ], [ -6.311921292994215, 56.601431268107518 ], [ -6.310084273226789, 56.601836808255811 ], [ -6.309049553267144, 56.602772101313271 ], [ -6.308892371493645, 56.603681436029888 ], [ -6.308418231052335, 56.603598954578835 ], [ -6.308286000144857, 56.603940810922083 ], [ -6.30793714727893, 56.603741558041754 ], [ -6.307949560433351, 56.604064905405878 ], [ -6.307538803439834, 56.603894780356832 ], [ -6.307713075753688, 56.604136065655936 ], [ -6.307086933873709, 56.603721583026498 ], [ -6.307056279939512, 56.604167840711327 ], [ -6.306339253749591, 56.604458024895003 ], [ -6.305775311461564, 56.604446100937636 ], [ -6.306231759766238, 56.603872656888726 ], [ -6.305498953754931, 56.604095929727862 ], [ -6.305414028364014, 56.603851544005551 ], [ -6.304191215750295, 56.603781509719205 ], [ -6.30430715235628, 56.603296322175751 ], [ -6.303639781334998, 56.603449862387578 ], [ -6.303625874721059, 56.603113076343909 ], [ -6.303237170922942, 56.603279441269699 ], [ -6.302084288287135, 56.602964130631605 ], [ -6.301945450757565, 56.603391649166838 ], [ -6.299911274166528, 56.603785876647216 ], [ -6.299762212902346, 56.604123808224344 ], [ -6.298786061568088, 56.604000211118873 ], [ -6.298016840227853, 56.604620425950827 ], [ -6.298172906196075, 56.605132167213803 ], [ -6.297345405149832, 56.604881997356124 ], [ -6.296778703415271, 56.605562648937038 ], [ -6.294853420228955, 56.605768650126628 ], [ -6.294836264977983, 56.606048050284777 ], [ -6.294558519538535, 56.605828314134932 ], [ -6.294256744889307, 56.606544760122979 ], [ -6.294601532613293, 56.60685211633875 ], [ -6.293588886400823, 56.607053514801287 ], [ -6.291970362680432, 56.606371972404595 ], [ -6.289815611918665, 56.606783686537575 ], [ -6.286129104917712, 56.605912666989262 ], [ -6.285308327853318, 56.606224293841983 ], [ -6.285702789013766, 56.606538953022017 ], [ -6.285420071810554, 56.606778048970142 ], [ -6.282636224646152, 56.606388417939669 ], [ -6.282970268952011, 56.606889539952149 ], [ -6.281946377521059, 56.606776450088169 ], [ -6.281512855066132, 56.606332717413764 ], [ -6.280946349419448, 56.606442183540025 ], [ -6.279997609417087, 56.606056676377371 ], [ -6.279674758814576, 56.606229688963801 ], [ -6.279516402231637, 56.605623574371386 ], [ -6.277670252544816, 56.603980175242206 ], [ -6.277285388714752, 56.604066280290148 ], [ -6.276830547037789, 56.603491059909011 ], [ -6.274597398077113, 56.602763012523717 ], [ -6.274661178502434, 56.603197010501937 ], [ -6.273215162744547, 56.603286348099658 ], [ -6.27280803297837, 56.603982976118914 ], [ -6.27082167518694, 56.603403759325467 ], [ -6.270208971720318, 56.605008611784967 ], [ -6.270089779425954, 56.604675448006169 ], [ -6.269153228424268, 56.604757111630988 ], [ -6.268961253029545, 56.605078488610168 ], [ -6.267863363737165, 56.604886885034759 ], [ -6.267506234852759, 56.604251615108367 ], [ -6.2669585426293, 56.604238956521264 ], [ -6.266274694530769, 56.604536756676488 ], [ -6.266967252080018, 56.605398836993963 ], [ -6.265594533021156, 56.60573378967559 ], [ -6.263570494212165, 56.604993866140816 ], [ -6.26361743330507, 56.604470624378806 ], [ -6.262908682982573, 56.604764763485917 ], [ -6.263240296539282, 56.605535825463399 ], [ -6.263796569755707, 56.60569660103603 ], [ -6.264345902888911, 56.607818223353441 ], [ -6.262290673888336, 56.608392416464007 ], [ -6.262593760262616, 56.609416280648389 ], [ -6.262051140022822, 56.611328058463229 ], [ -6.262474214212173, 56.61204202271032 ], [ -6.262323637255856, 56.612658755975275 ], [ -6.26164981947192, 56.612830272002377 ], [ -6.262942983775003, 56.613883116385487 ], [ -6.261625813965769, 56.614135169225285 ], [ -6.26075405631701, 56.613130811744078 ], [ -6.260336489265646, 56.613549847430811 ], [ -6.259529022948914, 56.612970473039482 ], [ -6.259499905289555, 56.613290744440974 ], [ -6.25850321822724, 56.613347404464029 ], [ -6.258696000435618, 56.613610602579911 ], [ -6.257848432419772, 56.613904971237474 ], [ -6.256905171392768, 56.612120597601617 ], [ -6.255043316539053, 56.611518870462476 ], [ -6.253665271663452, 56.611736950550636 ], [ -6.253936266686783, 56.613346513047595 ], [ -6.2531637096819, 56.61307618182078 ], [ -6.253572168567565, 56.612720438650953 ], [ -6.25266341120794, 56.611964619289239 ], [ -6.251634197146855, 56.612094286812287 ], [ -6.25082628198195, 56.611002241212624 ], [ -6.248024365114228, 56.610378620389397 ], [ -6.246318686426976, 56.60855279980499 ], [ -6.244342326692025, 56.608597871107513 ], [ -6.242751907497432, 56.608013670814948 ], [ -6.242611658848508, 56.60865250538258 ], [ -6.24125033586796, 56.608438188045092 ], [ -6.24148923053259, 56.609621671360479 ], [ -6.240864456337397, 56.609939791906186 ], [ -6.238347221449724, 56.608726155155452 ], [ -6.237689991616691, 56.607664864241144 ], [ -6.237020835220452, 56.608168846562094 ], [ -6.236568051491966, 56.608130331306882 ], [ -6.236250850260596, 56.607628521613194 ], [ -6.236856198938426, 56.606555632884934 ], [ -6.23642989613362, 56.606462253125713 ], [ -6.23622314179878, 56.607017908876621 ], [ -6.235635130741832, 56.607154879271299 ], [ -6.235252226344587, 56.606430470784403 ], [ -6.235985009665757, 56.606203126082463 ], [ -6.235055428590745, 56.605038693482769 ], [ -6.234785778828759, 56.605542530427847 ], [ -6.234465081620348, 56.605445543243022 ], [ -6.234447270604685, 56.605068423903873 ], [ -6.235051083502248, 56.604854475030216 ], [ -6.233912728217252, 56.603863533739009 ], [ -6.233459339804313, 56.601927402869343 ], [ -6.232707100412099, 56.601543840167324 ], [ -6.231994770786855, 56.602098732019847 ], [ -6.231972576492229, 56.602773999431015 ], [ -6.231367745370994, 56.602614739000103 ], [ -6.231130169386404, 56.603405265921765 ], [ -6.23189729802313, 56.604067129062486 ], [ -6.232837029033838, 56.60394067221678 ], [ -6.234145860745976, 56.605798179385623 ], [ -6.23359730351913, 56.606869117816146 ], [ -6.232324026138401, 56.606566265332937 ], [ -6.232682050580731, 56.607651268954207 ], [ -6.23202323495364, 56.607957014104407 ], [ -6.230843840617434, 56.606890998473098 ], [ -6.231290492632792, 56.605783075004318 ], [ -6.230935564532571, 56.605089179001531 ], [ -6.231442215015001, 56.604662714648285 ], [ -6.231111499435076, 56.604476125675923 ], [ -6.229580742401676, 56.604712633375179 ], [ -6.229441138426369, 56.603975426555316 ], [ -6.228698522982018, 56.60360500204353 ], [ -6.228029215163572, 56.603816652709632 ], [ -6.225804444285785, 56.603096452791107 ], [ -6.225539957466526, 56.60277269440364 ], [ -6.226603320208319, 56.602439725199652 ], [ -6.226561934155672, 56.601924009948917 ], [ -6.224958499813709, 56.600562101446926 ], [ -6.221739434500988, 56.599039266991923 ], [ -6.221119735247789, 56.599037849065212 ], [ -6.220609418520645, 56.598556058664009 ], [ -6.221021439139894, 56.599252535875273 ], [ -6.218850516536794, 56.599668056425458 ], [ -6.218799138207815, 56.597893600755782 ], [ -6.21509894215543, 56.596072178208729 ], [ -6.212973420894918, 56.595577723901435 ], [ -6.215013361993106, 56.596254951241832 ], [ -6.215445617485806, 56.596914784169599 ], [ -6.214994607453848, 56.597109961513624 ], [ -6.212562409361838, 56.595546700536744 ], [ -6.211681915354798, 56.595545089950733 ], [ -6.20952168304995, 56.593860131817259 ], [ -6.208655888072601, 56.592306644035119 ], [ -6.206666627956433, 56.591569144313013 ], [ -6.204412818447873, 56.590211036643964 ], [ -6.202719863382396, 56.586419192363586 ], [ -6.201969930849234, 56.586197256993799 ], [ -6.201886492273394, 56.586546324890989 ], [ -6.202554039838295, 56.587346624245008 ], [ -6.201306820901854, 56.586903191331281 ], [ -6.201361621027604, 56.586663013231217 ], [ -6.200926892795351, 56.586857589574727 ], [ -6.202088523946285, 56.58770412705438 ], [ -6.201093438423048, 56.587036318259628 ], [ -6.199625111732708, 56.587023037158524 ], [ -6.199353290454741, 56.586263299950197 ], [ -6.198175110944558, 56.586294148749786 ], [ -6.196891163847466, 56.58529882495575 ], [ -6.196424623186323, 56.585647347321817 ], [ -6.195253083345261, 56.585444117827485 ], [ -6.194763993162892, 56.584561310315372 ], [ -6.194231507848238, 56.584462386140707 ], [ -6.193024182910426, 56.585258603326771 ], [ -6.19319430375139, 56.586057759806579 ], [ -6.192031350708389, 56.586299378803751 ], [ -6.190027801609083, 56.585647542859952 ], [ -6.189679934835569, 56.585155656852947 ], [ -6.190469180275595, 56.584189221930707 ], [ -6.189867180370142, 56.583683430262838 ], [ -6.19013148112923, 56.583274308881684 ], [ -6.189629420057337, 56.583817359723945 ], [ -6.188213219866718, 56.583905609848159 ], [ -6.188699812363986, 56.582854965759182 ], [ -6.188315867207638, 56.582404763653571 ], [ -6.188390976606252, 56.583009277318048 ], [ -6.186803462771421, 56.585141169820297 ], [ -6.186109807265939, 56.58522031671157 ], [ -6.188278384723286, 56.586479990167817 ], [ -6.187901194295928, 56.586973853962157 ], [ -6.187397135267468, 56.586984558809824 ], [ -6.189982869597322, 56.587227383322187 ], [ -6.192759902751023, 56.588900826185089 ], [ -6.194690830249026, 56.589454350170989 ], [ -6.198310456621259, 56.591504808131958 ], [ -6.201488890381579, 56.592398262922067 ], [ -6.202625185932783, 56.593073882711302 ], [ -6.204289533550353, 56.59313265759657 ], [ -6.204265938349653, 56.593902388789175 ], [ -6.204894946813668, 56.594178770983746 ], [ -6.206585643100262, 56.594283389345271 ], [ -6.209073739045151, 56.595107409493849 ], [ -6.209629459164336, 56.59482776368872 ], [ -6.215376894952461, 56.598490963467064 ], [ -6.21532179284013, 56.599239286685432 ], [ -6.216066692336334, 56.59963219322379 ], [ -6.215235454508274, 56.599853768952102 ], [ -6.214559771663099, 56.599642873248015 ], [ -6.214201428777685, 56.599938326150856 ], [ -6.216173294434252, 56.601098996629595 ], [ -6.216520167926879, 56.601869646604044 ], [ -6.217640077819416, 56.601750677333683 ], [ -6.218263540277183, 56.601347281827451 ], [ -6.219376720894377, 56.601606248850587 ], [ -6.220254617704486, 56.602678113675033 ], [ -6.220798663774771, 56.602731572139689 ], [ -6.220852471330283, 56.602410476634915 ], [ -6.221779048388854, 56.603552624761761 ], [ -6.224348155180667, 56.604800790743369 ], [ -6.223976211366139, 56.605047270992621 ], [ -6.224531817747593, 56.605203745273791 ], [ -6.223406212453187, 56.605345452473799 ], [ -6.221780362734164, 56.604658772384148 ], [ -6.222575564542582, 56.605791891553196 ], [ -6.221304182237398, 56.605650745625525 ], [ -6.223195059126489, 56.606665674825429 ], [ -6.22291021587947, 56.607035097694634 ], [ -6.219232222209416, 56.605860550030904 ], [ -6.219456617278586, 56.605533660184818 ], [ -6.220389464270228, 56.605636865421715 ], [ -6.220128431955829, 56.60475988306905 ], [ -6.22004012493731, 56.605064163434442 ], [ -6.219072949839601, 56.60516447398745 ], [ -6.218071594380818, 56.604447536929875 ], [ -6.217445062891783, 56.604531768407917 ], [ -6.216267576152937, 56.604135568017441 ], [ -6.215895071225479, 56.603500688366658 ], [ -6.214188925116077, 56.60413866823788 ], [ -6.211935420816983, 56.603158390971835 ], [ -6.212353115571544, 56.603467986408873 ], [ -6.212083064791845, 56.603751444000672 ], [ -6.213673832979897, 56.604637292080625 ], [ -6.214825072523119, 56.604652188069743 ], [ -6.22108709881173, 56.607721216358698 ], [ -6.221695846133914, 56.608455074684969 ], [ -6.222960928709668, 56.608728636116034 ], [ -6.223716750848848, 56.60980013479967 ], [ -6.221943134376395, 56.609398173925477 ], [ -6.222978936483298, 56.610567181321585 ], [ -6.224014085092682, 56.610927693281063 ], [ -6.224983467752802, 56.612522535738243 ], [ -6.224809618414618, 56.613009598247608 ], [ -6.225835309072818, 56.613649215081352 ], [ -6.226590747369539, 56.613695459240944 ], [ -6.22700586821999, 56.6141984564157 ], [ -6.226224072012799, 56.615884349835817 ], [ -6.224815065363876, 56.615172335439325 ], [ -6.224242739606521, 56.615232270779771 ], [ -6.226268343653706, 56.617591598197428 ], [ -6.225894476090719, 56.61804049969539 ], [ -6.226166277677231, 56.619011538167186 ], [ -6.226772146287054, 56.619687916258258 ], [ -6.227616284047, 56.619942484457205 ], [ -6.228960758632716, 56.62160547762231 ], [ -6.227776905254505, 56.62203249174577 ], [ -6.227808513304335, 56.622678944344827 ], [ -6.226561320141414, 56.622613462178045 ], [ -6.226087751781455, 56.624212418834809 ], [ -6.225762313535852, 56.623782810715078 ], [ -6.225350773614634, 56.623968583475964 ], [ -6.225864122044295, 56.624327947351205 ], [ -6.226103232807806, 56.626536696170675 ], [ -6.226495626946745, 56.626689726108324 ], [ -6.225956538606775, 56.626829476179815 ], [ -6.226303778273238, 56.627307806510075 ], [ -6.225702350223816, 56.628056732851043 ], [ -6.226588305692702, 56.628683116734564 ], [ -6.228027144553, 56.628782551150614 ], [ -6.228299984979718, 56.629470257815278 ], [ -6.227901451078208, 56.630063897734871 ], [ -6.226688325502524, 56.630523368996599 ], [ -6.227196963653043, 56.631131108339837 ], [ -6.226248614801759, 56.631113906940612 ], [ -6.227212529578174, 56.632726914275779 ], [ -6.227033211074248, 56.633456986827802 ], [ -6.225812350428789, 56.63355697296933 ], [ -6.225307461530407, 56.634221670674982 ], [ -6.224555668099732, 56.633482793131066 ], [ -6.224749097016341, 56.632513919456187 ], [ -6.223677424475336, 56.632051219910245 ], [ -6.222990046152551, 56.63210606211144 ], [ -6.221258148457896, 56.632888885113729 ], [ -6.221332531238359, 56.633407975850879 ], [ -6.219615002061813, 56.633079600515615 ], [ -6.219326702099753, 56.633566041537335 ], [ -6.218833986818503, 56.633537805509299 ], [ -6.21945233595232, 56.634105875980104 ], [ -6.218353057064691, 56.633760982549575 ], [ -6.218359368804955, 56.634255405128819 ], [ -6.217942689524246, 56.634323511269514 ], [ -6.217881752248016, 56.633997320970145 ], [ -6.216613554358527, 56.633820027644937 ], [ -6.212865841692332, 56.631896666447531 ], [ -6.210840426280261, 56.631951836245619 ], [ -6.209925234750378, 56.631573651669598 ], [ -6.209958848319096, 56.631801843406755 ], [ -6.209762604590934, 56.631066540565143 ], [ -6.209166127383092, 56.631131716169904 ], [ -6.207868006696346, 56.630465212107431 ], [ -6.207301997427395, 56.630803644139824 ], [ -6.203888573323769, 56.628724812109965 ], [ -6.203716413790364, 56.628204527206712 ], [ -6.203082118702548, 56.628149543842135 ], [ -6.200349195703809, 56.626097062284856 ], [ -6.198685847108092, 56.625370869345282 ], [ -6.19792255156268, 56.623935250506342 ], [ -6.196156764177768, 56.624120811326648 ], [ -6.195787224704993, 56.623805036980478 ], [ -6.195779131597161, 56.624245982059449 ], [ -6.194631716620014, 56.623756822186721 ], [ -6.196219206112442, 56.62504950906709 ], [ -6.196256872453413, 56.625241592829639 ], [ -6.19564402968683, 56.62515886810084 ], [ -6.19642608521637, 56.625663059173803 ], [ -6.196608567958974, 56.626057097190255 ], [ -6.196218806907858, 56.626146705380869 ], [ -6.196839525027044, 56.626813726326368 ], [ -6.197286208115223, 56.626942529239848 ], [ -6.197427490149699, 56.626672453538063 ], [ -6.199078144635075, 56.627650905734477 ], [ -6.201103997065602, 56.62972732639917 ], [ -6.202056742516921, 56.62956470389306 ], [ -6.202589270396193, 56.630464011456446 ], [ -6.201372517295781, 56.630307309132426 ], [ -6.202075878685234, 56.631128895307356 ], [ -6.202769673468513, 56.63142469196 ], [ -6.202815682102302, 56.631031925884493 ], [ -6.20329024929574, 56.630970905322918 ], [ -6.204695116635688, 56.631570890262353 ], [ -6.205160781824605, 56.632162180921448 ], [ -6.204299749493616, 56.632416152890642 ], [ -6.205349313727284, 56.632902247052279 ], [ -6.205686664905802, 56.633659759132826 ], [ -6.206914360405362, 56.633474303916032 ], [ -6.207002393257484, 56.634190790877277 ], [ -6.208187603103257, 56.635526638008834 ], [ -6.207914396496609, 56.636003544705929 ], [ -6.206977052597498, 56.636012801169599 ], [ -6.206786833785591, 56.635331250619579 ], [ -6.206284057294735, 56.635505655311086 ], [ -6.205602922389454, 56.635177971248623 ], [ -6.205282380889351, 56.634132103081285 ], [ -6.204550153761895, 56.634224333103319 ], [ -6.203790698180403, 56.633705933458842 ], [ -6.202357649816634, 56.633439643277846 ], [ -6.200236609822864, 56.632049948450081 ], [ -6.1985576868113, 56.632066223575045 ], [ -6.203489682582149, 56.635105586739833 ], [ -6.202604917207113, 56.635000615285136 ], [ -6.202503203982286, 56.635552648243461 ], [ -6.200684287322379, 56.635632140467443 ], [ -6.200119801425264, 56.637598274871984 ], [ -6.199267585430252, 56.637932850547585 ], [ -6.199656743719392, 56.638423323862689 ], [ -6.199021935497914, 56.638291890842396 ], [ -6.198634124623984, 56.638840096832126 ], [ -6.19808808704963, 56.638773109239324 ], [ -6.197752648999659, 56.639058737024889 ], [ -6.19997087201018, 56.640292308497251 ], [ -6.198882281622301, 56.640410036590993 ], [ -6.198840253189081, 56.641058974584652 ], [ -6.198002714010664, 56.641379553900897 ], [ -6.198283125543879, 56.642359343625273 ], [ -6.197537042913762, 56.641961862241935 ], [ -6.196520888820705, 56.641924235772969 ], [ -6.19505446317008, 56.642607775167662 ], [ -6.193243177454734, 56.642480048480294 ], [ -6.193159370195489, 56.643179855302741 ], [ -6.192284030173747, 56.6430142342846 ], [ -6.19176933433738, 56.643303193439976 ], [ -6.190639028338251, 56.64295820169739 ], [ -6.190404836290959, 56.643583036803612 ], [ -6.189131764598919, 56.643657434577428 ], [ -6.186755069935353, 56.642538729464093 ], [ -6.185889605620303, 56.642505831433567 ], [ -6.183028400568045, 56.641402478332935 ], [ -6.18152619165486, 56.642236345612453 ], [ -6.180206854755551, 56.642290625413551 ], [ -6.176909650757477, 56.641154136434828 ], [ -6.175964400746619, 56.641771362011802 ], [ -6.172544609043541, 56.641605647008738 ], [ -6.17081675324646, 56.641197804219132 ], [ -6.17007358063691, 56.641340555640959 ], [ -6.17031060982574, 56.641713012660816 ], [ -6.169914670470364, 56.641822526147202 ], [ -6.167993406829758, 56.641599198784057 ], [ -6.167139407743441, 56.641891338502511 ], [ -6.166202676263909, 56.641774359281733 ], [ -6.165671291486425, 56.642785916283259 ], [ -6.166628117836448, 56.644148677476828 ], [ -6.16624233433342, 56.644350467505753 ], [ -6.165600113266756, 56.644151663784221 ], [ -6.1661371864101, 56.644506876073386 ], [ -6.165438105675514, 56.644458364561736 ], [ -6.165422244655172, 56.644832111858236 ], [ -6.16476925644104, 56.644831513863991 ], [ -6.164822952083472, 56.645391785987563 ], [ -6.162793178612089, 56.645931931686931 ], [ -6.161951339011177, 56.645699326087843 ], [ -6.159947529271551, 56.645883326287027 ], [ -6.156152674579482, 56.648627286145853 ], [ -6.151895055885312, 56.649619437561654 ], [ -6.151659997481718, 56.650450156740931 ], [ -6.151316197676175, 56.650367213077224 ], [ -6.151189302613852, 56.650920029301147 ], [ -6.150127597102789, 56.651360173642217 ], [ -6.149814113153979, 56.651923714719004 ], [ -6.148502452618503, 56.652318231065806 ], [ -6.147868316238573, 56.652119065067808 ], [ -6.14785202624058, 56.652713150901768 ], [ -6.147529171520462, 56.652449636311459 ], [ -6.147441646635712, 56.653064085109378 ], [ -6.146730823735894, 56.653281152732987 ], [ -6.145710216091478, 56.653130840850416 ], [ -6.141809986802561, 56.651363337820143 ], [ -6.14005599762614, 56.651223928048488 ], [ -6.139291647732636, 56.650655846123236 ], [ -6.137804697416813, 56.651015617254359 ], [ -6.134227543013843, 56.650104955387839 ], [ -6.134385387082859, 56.650427949569767 ], [ -6.133710136518273, 56.650373968869282 ], [ -6.133781337363388, 56.651023593396538 ], [ -6.132767841886414, 56.650639122742056 ], [ -6.131323387587004, 56.650642178918197 ], [ -6.131440683229109, 56.651191348958051 ], [ -6.130651276081135, 56.651213089853101 ], [ -6.131152581747791, 56.651691043021778 ], [ -6.130352652237625, 56.651542264831704 ], [ -6.129486937648966, 56.651836323362048 ], [ -6.130280232636331, 56.653415212134504 ], [ -6.130850777883999, 56.653481685235462 ], [ -6.130707024143038, 56.654106978667315 ], [ -6.129260092211357, 56.653417631287454 ], [ -6.130211095702736, 56.655616293749269 ], [ -6.130061511592154, 56.656039437636274 ], [ -6.129229702031008, 56.65634585519981 ], [ -6.126052000850493, 56.655880323114005 ], [ -6.124267762521495, 56.655017758623003 ], [ -6.123161040563105, 56.655049978438072 ] ] ], [ [ [ -6.477173206110568, 56.645556675838606 ], [ -6.477003365824626, 56.644951162099666 ], [ -6.477639485210547, 56.644946227488575 ], [ -6.477173206110568, 56.645556675838606 ] ] ], [ [ [ -6.591905984284217, 56.645512978979966 ], [ -6.591965578974109, 56.64522472929422 ], [ -6.592317660479412, 56.645662373488634 ], [ -6.591905984284217, 56.645512978979966 ] ] ], [ [ [ -6.562810367484898, 56.659090802830384 ], [ -6.563037460321727, 56.658538264241308 ], [ -6.565405519099838, 56.659008973904548 ], [ -6.564420173813097, 56.659571382484117 ], [ -6.562810367484898, 56.659090802830384 ] ] ], [ [ [ -6.54819060515262, 56.661983455117628 ], [ -6.548107774638984, 56.661703145561283 ], [ -6.549164229735934, 56.661727439702425 ], [ -6.548484352474971, 56.662116622859742 ], [ -6.54819060515262, 56.661983455117628 ] ] ], [ [ [ -6.550798674085949, 56.664847316416648 ], [ -6.550654590632337, 56.664465809002891 ], [ -6.551086601905205, 56.664593908009621 ], [ -6.550798674085949, 56.664847316416648 ] ] ], [ [ [ -6.547159191587455, 56.66717530785057 ], [ -6.546931047321539, 56.666665546197379 ], [ -6.547763717349973, 56.667338483323569 ], [ -6.547159191587455, 56.66717530785057 ] ] ], [ [ [ -6.541027217471724, 56.66895564007222 ], [ -6.541493368653438, 56.668147053656654 ], [ -6.541736513021005, 56.66867336609986 ], [ -6.541027217471724, 56.66895564007222 ] ] ], [ [ [ -6.540285581331045, 56.671748672168043 ], [ -6.539906487118053, 56.670975465556559 ], [ -6.540953617758333, 56.671665799328828 ], [ -6.540285581331045, 56.671748672168043 ] ] ], [ [ [ -6.543269300687107, 56.671765566687348 ], [ -6.543562288047498, 56.671350084319748 ], [ -6.543937361703201, 56.671615214770995 ], [ -6.543707346041709, 56.671875482114956 ], [ -6.543269300687107, 56.671765566687348 ] ] ], [ [ [ -6.537008837358648, 56.674589287617927 ], [ -6.53673700061839, 56.674028034409503 ], [ -6.537427567155198, 56.674403098961847 ], [ -6.537008837358648, 56.674589287617927 ] ] ], [ [ [ -6.450404125161439, 56.679559619105639 ], [ -6.450086035201606, 56.679287680890582 ], [ -6.450435147223971, 56.679338144051123 ], [ -6.450404125161439, 56.679559619105639 ] ] ], [ [ [ -6.524972383532413, 56.678239223588477 ], [ -6.525476110626329, 56.677739661271673 ], [ -6.525075639875999, 56.678010593775035 ], [ -6.523971131143213, 56.677317719604915 ], [ -6.526379492168918, 56.677234538417835 ], [ -6.525585051518278, 56.678374328294773 ], [ -6.524972383532413, 56.678239223588477 ] ] ], [ [ [ -6.518568061032046, 56.677568221276879 ], [ -6.519650493976791, 56.677056640108162 ], [ -6.520008803420915, 56.677183030499194 ], [ -6.519295882767638, 56.677505781852012 ], [ -6.519962090127022, 56.677746904755239 ], [ -6.51935201052961, 56.67872253731101 ], [ -6.518971281213814, 56.678749871516978 ], [ -6.518908268861351, 56.678360888369596 ], [ -6.518568061032046, 56.677568221276879 ] ] ], [ [ [ -6.509296494108367, 56.681129536573941 ], [ -6.509814855310485, 56.680818402054889 ], [ -6.510787081172255, 56.681363288120366 ], [ -6.509296494108367, 56.681129536573941 ] ] ], [ [ [ -6.518140584570728, 56.681019773590037 ], [ -6.518088091442274, 56.68044601447199 ], [ -6.518875844511375, 56.681154953319378 ], [ -6.518140584570728, 56.681019773590037 ] ] ], [ [ [ -6.503316663162291, 56.684283090705598 ], [ -6.502017615538709, 56.683259771185149 ], [ -6.504074077231368, 56.684125227145579 ], [ -6.503316663162291, 56.684283090705598 ] ] ], [ [ [ -6.509781290854352, 56.684359056249221 ], [ -6.509236904188159, 56.683839118978838 ], [ -6.509761186733992, 56.68398650324518 ], [ -6.509781290854352, 56.684359056249221 ] ] ], [ [ [ -6.504080583421807, 56.685204358620581 ], [ -6.503531008545334, 56.684572151649348 ], [ -6.504277843861397, 56.684599062107274 ], [ -6.504080583421807, 56.685204358620581 ] ] ], [ [ [ -6.50458450937157, 56.685181602409138 ], [ -6.505790765346855, 56.684472277152196 ], [ -6.506091933480332, 56.685418400795491 ], [ -6.5055002898447, 56.686073973535699 ], [ -6.505113980302092, 56.685782152759813 ], [ -6.50458450937157, 56.685181602409138 ] ] ], [ [ [ -6.506414819441828, 56.686136169854464 ], [ -6.50657302083869, 56.685887577099678 ], [ -6.507297081838078, 56.685928787671649 ], [ -6.507702804150189, 56.686314342936477 ], [ -6.507304642602676, 56.686333276923406 ], [ -6.506414819441828, 56.686136169854464 ] ] ], [ [ [ -6.49896801610755, 56.686118057791795 ], [ -6.498452439376963, 56.685633012002356 ], [ -6.500053203643044, 56.685898886661036 ], [ -6.500863654503363, 56.686526160933738 ], [ -6.500030379575313, 56.686596802554412 ], [ -6.500082956137491, 56.686284582036429 ], [ -6.49896801610755, 56.686118057791795 ] ] ], [ [ [ -6.495578341544666, 56.686556394829466 ], [ -6.495740820346223, 56.686260890360508 ], [ -6.497041019964835, 56.686569154415068 ], [ -6.496378098406538, 56.686615619579392 ], [ -6.496974688316597, 56.686916949964797 ], [ -6.496281201433713, 56.68732340811885 ], [ -6.495767337251387, 56.687112627523511 ], [ -6.496235695447025, 56.686846536592647 ], [ -6.495578341544666, 56.686556394829466 ] ] ], [ [ [ -6.447370778063146, 56.690196180139047 ], [ -6.447201828198216, 56.689734512293661 ], [ -6.448085503129136, 56.689743375701283 ], [ -6.447957381688502, 56.69031910685483 ], [ -6.447370778063146, 56.690196180139047 ] ] ], [ [ [ -6.474819325267351, 56.689755456308554 ], [ -6.474688070349401, 56.689269975826491 ], [ -6.475247521489054, 56.688957515120777 ], [ -6.47593047444795, 56.689683977408947 ], [ -6.475629452278575, 56.689901689676759 ], [ -6.475258765762242, 56.689739639037676 ], [ -6.475235183906563, 56.690091276581782 ], [ -6.474819325267351, 56.689755456308554 ] ] ], [ [ [ -6.469047780808272, 56.691600061148321 ], [ -6.468299320955817, 56.691078294681404 ], [ -6.468679597666473, 56.691527846624105 ], [ -6.466405953356755, 56.691101353141441 ], [ -6.465239616354877, 56.690018930143424 ], [ -6.464609462849841, 56.690149494749619 ], [ -6.463244177977207, 56.688835843819945 ], [ -6.461696059681405, 56.689219710417468 ], [ -6.461570091594022, 56.690087704390372 ], [ -6.460782647366355, 56.690201407297018 ], [ -6.459682312558541, 56.689053606222636 ], [ -6.459883297588957, 56.688749577884046 ], [ -6.45888535405003, 56.688879814627064 ], [ -6.458301147017041, 56.687673016064373 ], [ -6.456762621917988, 56.687723680864522 ], [ -6.456057956087061, 56.688122210758515 ], [ -6.455715714292759, 56.687716233140534 ], [ -6.454821601434686, 56.687964141771737 ], [ -6.453482645821651, 56.687836719432411 ], [ -6.45380678807563, 56.686777251110122 ], [ -6.453096429666121, 56.686505879442294 ], [ -6.45310928908911, 56.685992733704929 ], [ -6.452088818715253, 56.685862884066914 ], [ -6.452711921704807, 56.685534756493183 ], [ -6.451906150216939, 56.685631071988972 ], [ -6.451377942020088, 56.685033864693679 ], [ -6.452767835532327, 56.684763726258936 ], [ -6.452301630206135, 56.684483605836171 ], [ -6.453084654715036, 56.683987847809583 ], [ -6.45174584606174, 56.683860404443443 ], [ -6.45143233615904, 56.683489365644334 ], [ -6.45138359288131, 56.683837398037781 ], [ -6.450920979612207, 56.683449210634983 ], [ -6.451625537592643, 56.682704425849096 ], [ -6.451045040060633, 56.681456991413754 ], [ -6.452080518641601, 56.681231027958049 ], [ -6.451706095872173, 56.680551862361277 ], [ -6.452053275081231, 56.679963782791219 ], [ -6.453235479670433, 56.680564543201534 ], [ -6.453660480415978, 56.681394798933432 ], [ -6.454688059019486, 56.681654798662066 ], [ -6.456062778989846, 56.681326699770196 ], [ -6.456137697278469, 56.680716885939283 ], [ -6.455537710457762, 56.679996346320991 ], [ -6.454998961342583, 56.680069621891541 ], [ -6.454571551406573, 56.679702672788444 ], [ -6.45555931857327, 56.678866763115003 ], [ -6.454418193196772, 56.678129635780479 ], [ -6.454600865451163, 56.67739453624349 ], [ -6.453820063888393, 56.676595021814741 ], [ -6.454188503598232, 56.676325477224466 ], [ -6.45274008281795, 56.675752253684855 ], [ -6.453489276852941, 56.675455579524815 ], [ -6.452715756757039, 56.674786218437326 ], [ -6.453459057690278, 56.674647158634478 ], [ -6.454419735981008, 56.675102935306995 ], [ -6.454918545651898, 56.676281326460476 ], [ -6.455462466736149, 56.675699675860741 ], [ -6.456179862193084, 56.676101198296195 ], [ -6.456542076486476, 56.675917317182133 ], [ -6.455539854224589, 56.674212810416407 ], [ -6.455878898757319, 56.673971297203828 ], [ -6.454962421728256, 56.673612887236146 ], [ -6.454826575118886, 56.672947666364962 ], [ -6.455648337317095, 56.672850752928838 ], [ -6.454941115875957, 56.672327438411934 ], [ -6.455467424556683, 56.672011755351676 ], [ -6.455320372145382, 56.671666241154334 ], [ -6.455925322513572, 56.671532124171733 ], [ -6.455323483774089, 56.671139951640122 ], [ -6.455504251083519, 56.67087263150102 ], [ -6.457415565068358, 56.670664687699876 ], [ -6.455764694279716, 56.670035801392949 ], [ -6.457622993221764, 56.670553811868253 ], [ -6.456769074517021, 56.669756939501113 ], [ -6.456876689858311, 56.669078492835744 ], [ -6.458479714770251, 56.669786433014771 ], [ -6.457320762128224, 56.668482422508838 ], [ -6.457437744698537, 56.667745174786624 ], [ -6.457721907586629, 56.667523612288655 ], [ -6.458305351174067, 56.667691569662431 ], [ -6.458529077148875, 56.6671663596738 ], [ -6.459083533623174, 56.66722741901166 ], [ -6.458318172535521, 56.666971548761815 ], [ -6.45890624102259, 56.666833523771473 ], [ -6.459067724491404, 56.666265572958679 ], [ -6.460463401025492, 56.666188507525767 ], [ -6.459355760149696, 56.66600788925475 ], [ -6.459279589991509, 56.665709305898282 ], [ -6.461431561900769, 56.666225713397807 ], [ -6.460243165569252, 56.665431876993878 ], [ -6.460682540645638, 56.664934900883537 ], [ -6.462072670069989, 56.665294250163129 ], [ -6.462341954057537, 56.664326664034398 ], [ -6.462950649309592, 56.664363271558067 ], [ -6.46197229619287, 56.66389470687222 ], [ -6.462622710120971, 56.663731938259858 ], [ -6.462996795086602, 56.663925379396879 ], [ -6.462946768363257, 56.663365017330442 ], [ -6.463357092529079, 56.663381762450889 ], [ -6.462671343327909, 56.662763279319542 ], [ -6.46346510702901, 56.662707789934146 ], [ -6.462737641859104, 56.662495559762768 ], [ -6.46318578885425, 56.662349045346367 ], [ -6.463103057776573, 56.661857316840361 ], [ -6.463839343069414, 56.661385642633476 ], [ -6.465088319027366, 56.662208748123774 ], [ -6.465197283634486, 56.659888736620097 ], [ -6.466207893183014, 56.660009825074027 ], [ -6.46562099587094, 56.6597430905178 ], [ -6.465981032286675, 56.65906005800263 ], [ -6.467575142808097, 56.659281590479985 ], [ -6.46784345198656, 56.659065069391566 ], [ -6.467680205036366, 56.658238941383985 ], [ -6.467196055072676, 56.658287827495094 ], [ -6.467088909772995, 56.658003853168566 ], [ -6.466699338934257, 56.658161769479797 ], [ -6.466315182621411, 56.657469504284251 ], [ -6.466900779935204, 56.657380996589843 ], [ -6.466437833267036, 56.657195259274076 ], [ -6.466722037071892, 56.65690621264347 ], [ -6.467978979922758, 56.657108376163862 ], [ -6.467647524924143, 56.656791991572433 ], [ -6.468527743533538, 56.656571456533648 ], [ -6.46723963667529, 56.65562387052551 ], [ -6.467016190783544, 56.655254131557747 ], [ -6.467681655604878, 56.655288672218923 ], [ -6.46688570937008, 56.654773115747517 ], [ -6.467833345516631, 56.654019481817457 ], [ -6.467794943024555, 56.65355764242252 ], [ -6.468323422146515, 56.65374551472739 ], [ -6.468722220020126, 56.652908170246533 ], [ -6.46906320326116, 56.653305159996719 ], [ -6.469547619747614, 56.653121337010518 ], [ -6.470207277946317, 56.65352035269305 ], [ -6.469506148034339, 56.652358289831398 ], [ -6.47005399551096, 56.652158691071357 ], [ -6.4704330157389, 56.652738697756639 ], [ -6.470502028335151, 56.652219026496567 ], [ -6.471145747789945, 56.652483691783821 ], [ -6.471915584773991, 56.652366042460734 ], [ -6.473051594834445, 56.650724115430236 ], [ -6.474481462262533, 56.650596178720747 ], [ -6.474002306053563, 56.65041105421426 ], [ -6.47412004201609, 56.649889625353985 ], [ -6.474653538609566, 56.649775970490936 ], [ -6.473923237903138, 56.649469468375756 ], [ -6.474262422961644, 56.649025514016955 ], [ -6.476116567069773, 56.649583857584155 ], [ -6.475342773778692, 56.647466517297389 ], [ -6.476165231798825, 56.64703662971435 ], [ -6.476650048027222, 56.647338471286126 ], [ -6.476941628621425, 56.646837758699796 ], [ -6.477537821720303, 56.646771301592118 ], [ -6.47802279673817, 56.645562035984042 ], [ -6.479144996617274, 56.644563656408479 ], [ -6.478505693548484, 56.644541729766345 ], [ -6.478605272099512, 56.643868040703687 ], [ -6.479314223676057, 56.643995391072465 ], [ -6.479207511293183, 56.64447145634194 ], [ -6.480454431609806, 56.644386019570995 ], [ -6.480720492826296, 56.643877222171156 ], [ -6.480147892624495, 56.642355292193209 ], [ -6.481228482488858, 56.64148881324968 ], [ -6.481617769998979, 56.641605193139959 ], [ -6.481968553446273, 56.640985400249455 ], [ -6.485131064720298, 56.641154598382677 ], [ -6.484775233813407, 56.640839139184294 ], [ -6.485098888357113, 56.640472165986509 ], [ -6.483298585195039, 56.640226832557552 ], [ -6.484589244927712, 56.639618082589337 ], [ -6.485595379939793, 56.639568266366133 ], [ -6.485185754823813, 56.639074857683333 ], [ -6.484349762279847, 56.639114032000556 ], [ -6.484533906576496, 56.638878021063512 ], [ -6.485447458030179, 56.638530226592671 ], [ -6.485712280343609, 56.638835477770058 ], [ -6.487167082034837, 56.638989816370405 ], [ -6.487801483770389, 56.63952007260216 ], [ -6.488364634030677, 56.639382796919072 ], [ -6.486366786902922, 56.637201797772619 ], [ -6.48685797393545, 56.637008661848988 ], [ -6.487324084989994, 56.637428067325445 ], [ -6.48690011126993, 56.636265079676157 ], [ -6.487558391723728, 56.634595276145888 ], [ -6.488028883452889, 56.634708701348551 ], [ -6.488169826857961, 56.63438429807421 ], [ -6.488729564585052, 56.634836293899887 ], [ -6.489112542320036, 56.634008435823787 ], [ -6.490178867711435, 56.63412280572232 ], [ -6.48997052256524, 56.633743565066723 ], [ -6.491212361230978, 56.633001583440056 ], [ -6.4910355775941, 56.632544748436246 ], [ -6.490315090625569, 56.632593281995014 ], [ -6.490718135703951, 56.632003051548807 ], [ -6.492308685671061, 56.632134427831723 ], [ -6.490573582508448, 56.631131295097013 ], [ -6.491078371357585, 56.630573363512809 ], [ -6.491672294723578, 56.630695803297932 ], [ -6.492518452434167, 56.630332398750582 ], [ -6.492177445734518, 56.62993547294689 ], [ -6.49293037799533, 56.629885753881567 ], [ -6.492774383940371, 56.629603565838309 ], [ -6.493151597169576, 56.629756323372781 ], [ -6.492922783084484, 56.628451373442225 ], [ -6.494030649105706, 56.628573199364936 ], [ -6.493071074777309, 56.627640983270886 ], [ -6.49409274014771, 56.626628095515954 ], [ -6.494691533755318, 56.626723359439524 ], [ -6.494652960978446, 56.627084543798084 ], [ -6.495651765231471, 56.626702099532757 ], [ -6.496784732963564, 56.626692567938498 ], [ -6.496812479914728, 56.626925426189082 ], [ -6.497798032889753, 56.626363549281393 ], [ -6.500451071476064, 56.626717184215657 ], [ -6.499007052443947, 56.625897008994457 ], [ -6.499158780767861, 56.62552722609577 ], [ -6.500043309059708, 56.625418726363534 ], [ -6.497577805787728, 56.6241048525903 ], [ -6.49830701215131, 56.623925533867727 ], [ -6.49766953718175, 56.623368460312712 ], [ -6.498030219222509, 56.623040582702771 ], [ -6.498777550506181, 56.623013514813472 ], [ -6.498466137812605, 56.622727968325584 ], [ -6.499043275404263, 56.62216288142843 ], [ -6.501061814392172, 56.622260643455405 ], [ -6.499544505703358, 56.621645515268064 ], [ -6.499378055970902, 56.621138845391734 ], [ -6.500341955358526, 56.621423234595767 ], [ -6.500185639779594, 56.621001648434927 ], [ -6.500546740952863, 56.621361845356994 ], [ -6.500808758627154, 56.6207541995432 ], [ -6.501873071487028, 56.620238902313012 ], [ -6.504054389469881, 56.620402671094048 ], [ -6.503858493822682, 56.619991518966316 ], [ -6.504201774060971, 56.619997058904019 ], [ -6.502881377168567, 56.619185940572969 ], [ -6.503828485318891, 56.618782811718475 ], [ -6.505934057575017, 56.618859345097178 ], [ -6.504394263391996, 56.618123663806671 ], [ -6.505984634474411, 56.616617811391571 ], [ -6.506534979087177, 56.616444930143423 ], [ -6.508688356061252, 56.617059366650842 ], [ -6.510530848221622, 56.618553056809908 ], [ -6.511548498301472, 56.618740961683088 ], [ -6.512146900819197, 56.619447800509157 ], [ -6.511932390614905, 56.619905334095236 ], [ -6.513589427790953, 56.620186924776846 ], [ -6.515485726568323, 56.621377266249368 ], [ -6.515162009349972, 56.62255836179073 ], [ -6.515645733547076, 56.622851096214717 ], [ -6.516899258757733, 56.622895461308389 ], [ -6.516853765076413, 56.623333364825051 ], [ -6.517437348649553, 56.623028802403638 ], [ -6.518628863156072, 56.623400119153757 ], [ -6.520494651199733, 56.62512309554095 ], [ -6.520428574840581, 56.625974613415757 ], [ -6.521470142556402, 56.626686870359471 ], [ -6.521774829594796, 56.627649920019167 ], [ -6.524129137346359, 56.628789286627125 ], [ -6.525610885123984, 56.630748356689978 ], [ -6.526921346810049, 56.631332942226116 ], [ -6.526737445886197, 56.632071826680232 ], [ -6.525195674438674, 56.632348378646917 ], [ -6.525095613937093, 56.632738802851627 ], [ -6.526833210078571, 56.632733956897702 ], [ -6.528360000779642, 56.633420382456976 ], [ -6.529048320193094, 56.634735524092648 ], [ -6.528416916762507, 56.635118338866597 ], [ -6.530610305711464, 56.635578051641701 ], [ -6.530570047307477, 56.636398054465637 ], [ -6.532236398523077, 56.638244185025563 ], [ -6.532100072120716, 56.638671918619465 ], [ -6.53263737542157, 56.638117118749221 ], [ -6.532195397524137, 56.638038798419728 ], [ -6.532840580614688, 56.63804224235259 ], [ -6.534143410550083, 56.63944287483217 ], [ -6.533165082618166, 56.638025903552119 ], [ -6.532069371352692, 56.637805031726344 ], [ -6.531692151494517, 56.637382541298024 ], [ -6.533092440954381, 56.636742284223232 ], [ -6.532321145810735, 56.636640002188656 ], [ -6.532312019155558, 56.635884764174392 ], [ -6.531544028029423, 56.635741880153972 ], [ -6.529785399497721, 56.634281390594644 ], [ -6.525700773479329, 56.628409115378126 ], [ -6.52526434169101, 56.624633681935059 ], [ -6.525653340520787, 56.624135584061143 ], [ -6.526683375006426, 56.624071061624754 ], [ -6.525966116373398, 56.623927198778667 ], [ -6.526283924969036, 56.623556721554444 ], [ -6.523133931076057, 56.621384989112329 ], [ -6.523574575944515, 56.620392098317801 ], [ -6.522773800364105, 56.617984557131663 ], [ -6.523545483231022, 56.616255522566696 ], [ -6.523014718300919, 56.61524314500867 ], [ -6.523877253027244, 56.614150332326986 ], [ -6.523334195732549, 56.613212162116703 ], [ -6.523910207739005, 56.612709953512613 ], [ -6.524400306871491, 56.613056389707516 ], [ -6.525244620892039, 56.611186172980858 ], [ -6.527864143022995, 56.612287001808994 ], [ -6.528711684902488, 56.610241239429641 ], [ -6.529693809766501, 56.611221839023933 ], [ -6.531041363261786, 56.610421600226054 ], [ -6.53265965925283, 56.610722334011271 ], [ -6.532844557953811, 56.610360285556155 ], [ -6.531794257644379, 56.609899404893326 ], [ -6.532701716121584, 56.609645907140496 ], [ -6.531406711577322, 56.608029116099523 ], [ -6.53158737159029, 56.607563782715474 ], [ -6.532006779449659, 56.6076609115525 ], [ -6.532518146145747, 56.605942207815566 ], [ -6.533343013623898, 56.605952570705192 ], [ -6.532627440768791, 56.605358046224524 ], [ -6.53291553981582, 56.60517662524893 ], [ -6.534229773724618, 56.605731297469163 ], [ -6.534315143924467, 56.606578199728354 ], [ -6.534696372616176, 56.606357393939909 ], [ -6.535516525198212, 56.60687163056928 ], [ -6.535777574465754, 56.60666870367816 ], [ -6.53467186283559, 56.605202441683936 ], [ -6.534968015726345, 56.605088183485655 ], [ -6.537298948213047, 56.606842488453076 ], [ -6.53717491735496, 56.606217375489685 ], [ -6.5378163737864, 56.605379891851491 ], [ -6.539444417849316, 56.605423821593263 ], [ -6.53846940219645, 56.604978235889426 ], [ -6.538564469938315, 56.604480039050287 ], [ -6.539787701280762, 56.605226873947906 ], [ -6.539673862218886, 56.604686842018523 ], [ -6.540337314579119, 56.604846978781993 ], [ -6.540338384494227, 56.604041891622913 ], [ -6.539750439158454, 56.603492211569204 ], [ -6.539983813013531, 56.603330764029245 ], [ -6.540299628335524, 56.603719490679346 ], [ -6.540751793638008, 56.603343156615523 ], [ -6.542723694710136, 56.604755191983763 ], [ -6.543474428180863, 56.604691742147835 ], [ -6.543240788073215, 56.605325441738721 ], [ -6.543661661764303, 56.605705819049867 ], [ -6.544966079610964, 56.60468662011872 ], [ -6.544048615927363, 56.603838694446587 ], [ -6.542761158320618, 56.603642943434821 ], [ -6.54167415987915, 56.602266004720775 ], [ -6.542533481529734, 56.601546452530457 ], [ -6.542767008206124, 56.601996651168598 ], [ -6.543955641562179, 56.601710289557658 ], [ -6.54390558863227, 56.602175362365188 ], [ -6.544961380865925, 56.6023436015372 ], [ -6.544987779094277, 56.603579444077106 ], [ -6.545556164881659, 56.602339816660226 ], [ -6.54612756949164, 56.602548267030095 ], [ -6.546588286016755, 56.602243556891622 ], [ -6.547040418834077, 56.600648378914201 ], [ -6.546350170290844, 56.600061998545968 ], [ -6.546634457083369, 56.599714275825576 ], [ -6.547480845117963, 56.599701266292179 ], [ -6.547183007488625, 56.598988079017829 ], [ -6.548068887930798, 56.598964623637357 ], [ -6.54775867941294, 56.598080985993086 ], [ -6.547083395163495, 56.597957304014344 ], [ -6.547692758558695, 56.597872018537721 ], [ -6.548129241920623, 56.597163414183882 ], [ -6.549165833859271, 56.597647143401254 ], [ -6.549107120723396, 56.597024142548186 ], [ -6.549863788461226, 56.596605130562338 ], [ -6.549166476967653, 56.59616294519126 ], [ -6.550091270595317, 56.594770807495095 ], [ -6.550599914711535, 56.59472967564642 ], [ -6.55088491303318, 56.595132998462873 ], [ -6.551581083160761, 56.594279934499404 ], [ -6.55194193185425, 56.594433111111918 ], [ -6.5517047377831, 56.594968016508787 ], [ -6.552142072708369, 56.594605672449589 ], [ -6.552811709801039, 56.595291721655784 ], [ -6.55376558436676, 56.595562565704562 ], [ -6.553426543452405, 56.594846405394463 ], [ -6.553758737777851, 56.594964647925515 ], [ -6.554424432524373, 56.594467987989802 ], [ -6.55445557890553, 56.595267402519156 ], [ -6.55495502775869, 56.595217595165536 ], [ -6.556938062060844, 56.593273849868389 ], [ -6.557636602814883, 56.593185239783459 ], [ -6.558129428953215, 56.593621394504993 ], [ -6.558678150688482, 56.593236945615168 ], [ -6.558715178514784, 56.594895171935505 ], [ -6.557883851375265, 56.595910654700624 ], [ -6.558588846446823, 56.596280550550254 ], [ -6.559883741558146, 56.596201511477965 ], [ -6.560945500169102, 56.595406922336608 ], [ -6.560532430459849, 56.596982739928059 ], [ -6.562562812861816, 56.595837722126632 ], [ -6.562788490845531, 56.595343693967315 ], [ -6.563216388703307, 56.595390031682953 ], [ -6.563278546371818, 56.594757192512297 ], [ -6.564189436558857, 56.594266755464865 ], [ -6.565265216441355, 56.594358525483322 ], [ -6.565592030533301, 56.59468831923428 ], [ -6.566921979908829, 56.593267647903588 ], [ -6.566273447808881, 56.592704126587989 ], [ -6.567400249468339, 56.592476473722606 ], [ -6.567707441737975, 56.592090974612866 ], [ -6.566503704817255, 56.591749373305625 ], [ -6.565882257816359, 56.591004952489435 ], [ -6.566508867079069, 56.589903391539465 ], [ -6.565874359137936, 56.589576823656742 ], [ -6.566328914111561, 56.588980819115548 ], [ -6.565807279463145, 56.588063619299703 ], [ -6.566802148084935, 56.587149998990931 ], [ -6.566745874843407, 56.586522413075301 ], [ -6.569143447982345, 56.587706085224831 ], [ -6.570488458615789, 56.586844308470283 ], [ -6.570026014623707, 56.587697880747619 ], [ -6.571065868188436, 56.587453602897575 ], [ -6.571891010411377, 56.587671478117322 ], [ -6.572712534867951, 56.586956687406747 ], [ -6.572929067383251, 56.587735783177784 ], [ -6.57350049866791, 56.587392704019187 ], [ -6.573954423677209, 56.587587363155201 ], [ -6.574077929539205, 56.587328249833604 ], [ -6.575789873498676, 56.58757278459985 ], [ -6.576192412275721, 56.586535197343373 ], [ -6.577310495737743, 56.586197130362372 ], [ -6.577017579911198, 56.586066708394682 ], [ -6.578431691671077, 56.585844545819683 ], [ -6.577031416677511, 56.586773216290112 ], [ -6.576988683649866, 56.58716068363033 ], [ -6.578145669749239, 56.587655024931152 ], [ -6.577949547779737, 56.588121910430154 ], [ -6.579157417087869, 56.588268952659519 ], [ -6.579212734689189, 56.588658200976873 ], [ -6.579889575082237, 56.588795141993039 ], [ -6.579718322559238, 56.589467101990166 ], [ -6.582755636140052, 56.588432996526819 ], [ -6.582480659272615, 56.589324674959506 ], [ -6.580434437705986, 56.590398662665372 ], [ -6.580138534094193, 56.591925264935966 ], [ -6.585394543177529, 56.589356491247273 ], [ -6.586415392912738, 56.588297821565803 ], [ -6.586257846113019, 56.587066804673505 ], [ -6.587445511877098, 56.586510188973193 ], [ -6.587520867944674, 56.586795250014497 ], [ -6.588018019738814, 56.586794864611377 ], [ -6.588680076003756, 56.585735942517168 ], [ -6.589745245488453, 56.585782012949672 ], [ -6.589431384778309, 56.586486249380215 ], [ -6.590362156063287, 56.586969054348344 ], [ -6.591619609471006, 56.585712687181491 ], [ -6.591387696870518, 56.586755715836659 ], [ -6.591781176590022, 56.587042499527691 ], [ -6.592907030626965, 56.58564256568819 ], [ -6.593576934431975, 56.585923612145542 ], [ -6.593737978958078, 56.586443872508049 ], [ -6.594620985700279, 56.585929943941473 ], [ -6.594841527324861, 56.584995270940219 ], [ -6.594399505438013, 56.58417507764667 ], [ -6.595129381257443, 56.583675807757622 ], [ -6.597461226443426, 56.584889265657488 ], [ -6.597307974933801, 56.58403139884755 ], [ -6.597972865383194, 56.584137200030042 ], [ -6.598482018192356, 56.583029911557581 ], [ -6.598943570472164, 56.583206207692058 ], [ -6.599548089706877, 56.582949929376085 ], [ -6.600307179758527, 56.583160169854516 ], [ -6.600840880778216, 56.584732548059947 ], [ -6.599752161435064, 56.586769847708879 ], [ -6.600366322251003, 56.588735037791487 ], [ -6.600976931709628, 56.589130684852783 ], [ -6.601098257571204, 56.588118718348127 ], [ -6.602655304665124, 56.587651705234848 ], [ -6.602550386741806, 56.587124874931909 ], [ -6.603969859351347, 56.584926857142477 ], [ -6.603629902891266, 56.584678604127205 ], [ -6.603941787599341, 56.583358222594995 ], [ -6.604734923483653, 56.582442763497504 ], [ -6.605923045434999, 56.581692546154962 ], [ -6.607766941211231, 56.582177312734899 ], [ -6.607126727656179, 56.581872751738246 ], [ -6.607936400646226, 56.581829199850034 ], [ -6.607675394936255, 56.581560036008412 ], [ -6.608097595126664, 56.581346464046405 ], [ -6.608496373532359, 56.581475581716063 ], [ -6.608225466610191, 56.581058364205319 ], [ -6.608917248394548, 56.581050666423607 ], [ -6.608805321331443, 56.580600560140134 ], [ -6.610288405001223, 56.580599447582351 ], [ -6.61093866013056, 56.579783702675009 ], [ -6.610171418208442, 56.579543489113533 ], [ -6.610155330630017, 56.579560829696412 ], [ -6.610372882122521, 56.579755247807952 ], [ -6.609606389377936, 56.580152527441506 ], [ -6.610116788719304, 56.579526385422291 ], [ -6.610470697442768, 56.579220890615524 ], [ -6.609406799104544, 56.578716193820149 ], [ -6.609298390718104, 56.578027581618777 ], [ -6.611106249982051, 56.57788396206071 ], [ -6.610105094992303, 56.577358949892847 ], [ -6.609860805110058, 56.576558446626855 ], [ -6.610643840640672, 56.576497873431329 ], [ -6.609990368497106, 56.575883483017492 ], [ -6.610945289286852, 56.575294793929011 ], [ -6.612199269909723, 56.577425062572004 ], [ -6.612093370174222, 56.577959722244991 ], [ -6.611380746743802, 56.5781301291183 ], [ -6.612003087187455, 56.578889595475971 ], [ -6.611266668186638, 56.579533139709525 ], [ -6.61172596831587, 56.579624016774304 ], [ -6.612505955901525, 56.581007295522895 ], [ -6.613036487023596, 56.580947097957527 ], [ -6.613396733572037, 56.580092644116775 ], [ -6.614221065069623, 56.579702185059823 ], [ -6.615875073799215, 56.580567197612254 ], [ -6.61721321635268, 56.58058038819172 ], [ -6.616287933119203, 56.579877190864238 ], [ -6.616154526218251, 56.578784721531299 ], [ -6.617166381088265, 56.57872908944141 ], [ -6.618340825144404, 56.577736379573423 ], [ -6.618437084956081, 56.578124095118248 ], [ -6.619180763459479, 56.578141393566078 ], [ -6.619294445995934, 56.578604920681009 ], [ -6.619339818608626, 56.578175952357689 ], [ -6.620523420978754, 56.578725584110565 ], [ -6.619906605357235, 56.580079860847398 ], [ -6.620768152471552, 56.580794401098863 ], [ -6.620679528144339, 56.581602785709038 ], [ -6.619780446271696, 56.581514819112641 ], [ -6.619972733576936, 56.582087861868217 ], [ -6.619132979787477, 56.581885239914627 ], [ -6.618926153768129, 56.582126816710741 ], [ -6.619367277180598, 56.5823352825822 ], [ -6.619118299513368, 56.583765815228084 ], [ -6.619760238001995, 56.584816867290471 ], [ -6.61893130898556, 56.585436914503809 ], [ -6.617785081710754, 56.585461575370324 ], [ -6.617901601815972, 56.58601495155893 ], [ -6.618727856561194, 56.586173109195414 ], [ -6.619087991895224, 56.588386056410087 ], [ -6.622294060694331, 56.588873889243331 ], [ -6.623336810370982, 56.590467712415332 ], [ -6.623152800450676, 56.591495540727152 ], [ -6.622620553933405, 56.591796018967507 ], [ -6.623326365043128, 56.591781425589645 ], [ -6.624042452451155, 56.592397021056378 ], [ -6.62500384932568, 56.59251232523728 ], [ -6.626774703003093, 56.591315609934547 ], [ -6.627140754258437, 56.590510370445493 ], [ -6.628935234346421, 56.590146613474296 ], [ -6.62904112477125, 56.589280905094782 ], [ -6.629901251712131, 56.588862921069243 ], [ -6.629120004525106, 56.588181423896387 ], [ -6.629440369370208, 56.587469632815669 ], [ -6.628817334425638, 56.587307564535685 ], [ -6.629585351201754, 56.585925111379119 ], [ -6.62917489209722, 56.585608490857098 ], [ -6.629590206563864, 56.585272763411623 ], [ -6.630044565860972, 56.585575151306763 ], [ -6.630225762498988, 56.585244556957939 ], [ -6.629817828279909, 56.584562630896727 ], [ -6.630687699794792, 56.584025535909369 ], [ -6.63105936436686, 56.584118713604056 ], [ -6.631481691735106, 56.583414804916778 ], [ -6.630937139965206, 56.582868414130637 ], [ -6.631355608413699, 56.582505575814537 ], [ -6.630913576427465, 56.582183842886501 ], [ -6.631121397997743, 56.581179396152663 ], [ -6.63046549404021, 56.580841355071179 ], [ -6.630037847634989, 56.581209030733561 ], [ -6.629991595407554, 56.58065843813624 ], [ -6.630351488032534, 56.580655805513253 ], [ -6.629856186206919, 56.580351349113847 ], [ -6.630167421945269, 56.579978122163162 ], [ -6.631098913977135, 56.580051310574433 ], [ -6.630781552397858, 56.578471864228632 ], [ -6.631118394729813, 56.577842208985757 ], [ -6.63144592338915, 56.578094451158826 ], [ -6.631712958823782, 56.577826316454249 ], [ -6.632026083721795, 56.578253605926704 ], [ -6.63242215568927, 56.577548872940028 ], [ -6.633221768219714, 56.57862096172029 ], [ -6.633691502438574, 56.578597126733399 ], [ -6.633701104362775, 56.578156891720397 ], [ -6.634135165160955, 56.578693003209203 ], [ -6.635044087651272, 56.578622177723254 ], [ -6.634754862490335, 56.577432988725462 ], [ -6.635358529295204, 56.577371761373271 ], [ -6.634542618049238, 56.576938070588696 ], [ -6.635411553515503, 56.576195876021622 ], [ -6.636065845261336, 56.576148945538677 ], [ -6.635870218268892, 56.575696586734324 ], [ -6.637138529938129, 56.574955650106645 ], [ -6.636834831272188, 56.574552308318815 ], [ -6.63722852836927, 56.57397538122261 ], [ -6.637905184966815, 56.573592973546496 ], [ -6.638120204621114, 56.573884485566012 ], [ -6.63854984114958, 56.57368042134604 ], [ -6.637776566854154, 56.573407976566898 ], [ -6.638023239519656, 56.573107304405845 ], [ -6.638608943471111, 56.573365170178356 ], [ -6.639710878075756, 56.572783346497488 ], [ -6.64123443186982, 56.573233715459985 ], [ -6.64261557988539, 56.574275899455813 ], [ -6.642947485889008, 56.572599317920769 ], [ -6.644274341721494, 56.572522677893623 ], [ -6.644989352588072, 56.573633844178133 ], [ -6.645644813822489, 56.573397912795798 ], [ -6.646276376902777, 56.573630638344184 ], [ -6.646668431135274, 56.573373079628439 ], [ -6.647246788587825, 56.573504344439264 ], [ -6.647440280890109, 56.574216737895114 ], [ -6.646776891419169, 56.575051176140782 ], [ -6.646921000373151, 56.575428088366266 ], [ -6.647602753016076, 56.575339588271468 ], [ -6.647980593665087, 56.575761718408515 ], [ -6.646538036393756, 56.576157570561293 ], [ -6.645645127730007, 56.576915138066546 ], [ -6.644643958993146, 56.57685816115891 ], [ -6.644124552826199, 56.577804135042349 ], [ -6.644832935256123, 56.579059479737552 ], [ -6.645320888200626, 56.578852310322553 ], [ -6.645686903443261, 56.579045505248104 ], [ -6.645565518987179, 56.579450348476726 ], [ -6.644416215783325, 56.579979122112569 ], [ -6.645127660700305, 56.58086103877978 ], [ -6.644772922314749, 56.581157673720107 ], [ -6.648128570867482, 56.582930088217715 ], [ -6.653601067582659, 56.58395289633502 ], [ -6.658933331427964, 56.584364537823284 ], [ -6.66634861054811, 56.583888047030221 ], [ -6.667130787315179, 56.583489815581459 ], [ -6.667227985026108, 56.583022887104526 ], [ -6.668599566305268, 56.583371602443144 ], [ -6.670678632222079, 56.5833113655574 ], [ -6.67440291155545, 56.581857783645013 ], [ -6.676153889873764, 56.579673345064919 ], [ -6.676516974406075, 56.580104947436617 ], [ -6.675859840102403, 56.580853858303634 ], [ -6.67708191441056, 56.581311562788926 ], [ -6.678516506871205, 56.581378928926227 ], [ -6.679148956658942, 56.580891807873527 ], [ -6.678977044454905, 56.580556454719442 ], [ -6.679378412117181, 56.580572805820893 ], [ -6.679820062219074, 56.578149812149917 ], [ -6.680091013024485, 56.577968676164097 ], [ -6.680493370088646, 56.578322323241629 ], [ -6.681874542053735, 56.578288212831346 ], [ -6.680639355267412, 56.577592665809135 ], [ -6.680672606949298, 56.575886732565991 ], [ -6.681808368529797, 56.575385106931726 ], [ -6.680388545167721, 56.574579581863773 ], [ -6.680570695517696, 56.574010482013755 ], [ -6.681134933725565, 56.574618894457522 ], [ -6.680638647297545, 56.573769533605947 ], [ -6.681203408413267, 56.57365827223169 ], [ -6.680529073241933, 56.573476809742132 ], [ -6.680864317447977, 56.573288748205982 ], [ -6.680252252140806, 56.572952009001881 ], [ -6.679743719033485, 56.571608345713699 ], [ -6.680256518429356, 56.571669965433053 ], [ -6.680628404674216, 56.570724885791137 ], [ -6.680930041205997, 56.571055342421118 ], [ -6.681933600086252, 56.570869050495922 ], [ -6.681765148872784, 56.569705968643753 ], [ -6.681964503205009, 56.569473554414365 ], [ -6.682307180572213, 56.56960905199989 ], [ -6.681920773709548, 56.569317780145028 ], [ -6.682373120086401, 56.568891407071909 ], [ -6.682769711530925, 56.569330721882146 ], [ -6.682716979246096, 56.568707512140143 ], [ -6.683666129435302, 56.569661212410864 ], [ -6.6842676952372, 56.569584528990219 ], [ -6.683613520220402, 56.568381312972114 ], [ -6.684032087349578, 56.568405992726319 ], [ -6.683651640954738, 56.567768167258976 ], [ -6.684235632804271, 56.567089435484441 ], [ -6.682513262099768, 56.566799120256292 ], [ -6.682001093737025, 56.56496533847033 ], [ -6.682320019382595, 56.565304134337701 ], [ -6.683245171535987, 56.565341181646723 ], [ -6.683555584756158, 56.566071608359636 ], [ -6.683968854631865, 56.565264386438876 ], [ -6.684923894460993, 56.56587151949109 ], [ -6.686264014376501, 56.566167243534203 ], [ -6.686231901499021, 56.564724646376447 ], [ -6.687561483924331, 56.564606951170113 ], [ -6.687616992212157, 56.563871703638256 ], [ -6.687724369441536, 56.564146513547328 ], [ -6.688246420008399, 56.564086306665025 ], [ -6.688474220634308, 56.5629667276486 ], [ -6.689287350326429, 56.563151893565475 ], [ -6.689945675233928, 56.562942596776033 ], [ -6.690274543204405, 56.563164053109276 ], [ -6.690832348840498, 56.56280112639422 ], [ -6.692085209667899, 56.562722264595855 ], [ -6.693618886491811, 56.563527842534022 ], [ -6.694892955594383, 56.563160286481803 ], [ -6.695024051556605, 56.563560134047449 ], [ -6.695839217987706, 56.563695704191353 ], [ -6.69591285370476, 56.564682449721388 ], [ -6.696451384280399, 56.565017397532827 ], [ -6.695973552932306, 56.56615545542531 ], [ -6.696243117408653, 56.566882903912578 ], [ -6.697565934646165, 56.567300605969159 ], [ -6.697088618384748, 56.567327672812496 ], [ -6.697106926513998, 56.568721321818835 ], [ -6.69937355374394, 56.570439143990882 ], [ -6.699634837002896, 56.572475784673109 ], [ -6.700667758566022, 56.574033407293811 ], [ -6.701852218556213, 56.574843129495697 ], [ -6.702124151990432, 56.574670901058504 ], [ -6.703885901810416, 56.57494596787712 ], [ -6.70539940534974, 56.575648728521415 ], [ -6.70601612265192, 56.575562370244249 ], [ -6.706778000616061, 56.574809311328693 ], [ -6.707673799905126, 56.574739345375768 ], [ -6.708087882719193, 56.574989011011553 ], [ -6.708287961589438, 56.574698051358361 ], [ -6.710178614545531, 56.575157050668984 ], [ -6.709798322548701, 56.576552343565552 ], [ -6.709136280026786, 56.576667428049852 ], [ -6.710297227433486, 56.577482465249609 ], [ -6.709654389407516, 56.57781722066408 ], [ -6.708578253431863, 56.577552201657305 ], [ -6.708869951082178, 56.578323768383314 ], [ -6.710072242127036, 56.578619980284159 ], [ -6.7089202484297, 56.579185457572365 ], [ -6.710134252186447, 56.578856015732441 ], [ -6.710437929201555, 56.579069384187981 ], [ -6.709781074669903, 56.579422663359701 ], [ -6.710231876172644, 56.579639444197696 ], [ -6.70892618586077, 56.579756466226719 ], [ -6.705895655332109, 56.580878956211585 ], [ -6.705242379224479, 56.58060686652945 ], [ -6.705607472798567, 56.581051808431717 ], [ -6.704237987252499, 56.581638979554171 ], [ -6.704542330878024, 56.582185181037588 ], [ -6.702900315651412, 56.582809654553834 ], [ -6.70289624197068, 56.582580416590297 ], [ -6.70249310490932, 56.582681153150496 ], [ -6.70258665399427, 56.582974468895181 ], [ -6.703296006084582, 56.583042042757384 ], [ -6.702893596744634, 56.583345157955172 ], [ -6.701330426298128, 56.582441838104408 ], [ -6.699844789362754, 56.582030330718041 ], [ -6.695673817490761, 56.5821117584427 ], [ -6.695648546451483, 56.58262996976319 ], [ -6.695136688071676, 56.582577370219688 ], [ -6.695039607317886, 56.582976855539314 ], [ -6.694556301671267, 56.582891688221693 ], [ -6.694187413289487, 56.58353084562328 ], [ -6.693519865085676, 56.583668540536657 ], [ -6.693803272763097, 56.583981668149491 ], [ -6.693157191295169, 56.584554841779799 ], [ -6.692692335053341, 56.584815304579983 ], [ -6.692237014680588, 56.584693086749617 ], [ -6.692105567505666, 56.585341250635416 ], [ -6.690807950250035, 56.585525238873643 ], [ -6.691192373487354, 56.585798571304231 ], [ -6.690231913838062, 56.587188727143385 ], [ -6.688430421708611, 56.587319764149484 ], [ -6.688933098116047, 56.587692086970435 ], [ -6.688628222065584, 56.587928497452687 ], [ -6.689131812482056, 56.587913969819084 ], [ -6.688957527199022, 56.588217412736036 ], [ -6.688087135721941, 56.588560644814201 ], [ -6.687851429260099, 56.588106269431449 ], [ -6.687035666423822, 56.588955687293897 ], [ -6.686084822142978, 56.588847660440393 ], [ -6.684990533871518, 56.589226310249252 ], [ -6.686249709457775, 56.589322704171927 ], [ -6.685838728204724, 56.589886958098461 ], [ -6.684531406106509, 56.589796874686108 ], [ -6.68440443799922, 56.590022060996574 ], [ -6.685467664972244, 56.590247300536284 ], [ -6.685666632491159, 56.591062894497412 ], [ -6.684928324337402, 56.59128866982384 ], [ -6.684181868097079, 56.59098850087797 ], [ -6.684169127098758, 56.591411778605028 ], [ -6.68339938073736, 56.591449821775001 ], [ -6.683683283411214, 56.592622040183961 ], [ -6.682975935657587, 56.592900608691984 ], [ -6.6835020052857, 56.593132638324946 ], [ -6.683280493938121, 56.593581784423925 ], [ -6.682309914095729, 56.593775825879852 ], [ -6.682200675911136, 56.594144271157042 ], [ -6.681286545267195, 56.593872898168613 ], [ -6.680417208050199, 56.594094590840271 ], [ -6.680656051091899, 56.594706284855377 ], [ -6.680193903905553, 56.594858646069191 ], [ -6.677725628353381, 56.59415107647812 ], [ -6.679213144027905, 56.595102522136372 ], [ -6.67882866032217, 56.595355400266158 ], [ -6.677778382633784, 56.594972189819444 ], [ -6.677020550352661, 56.595041227413716 ], [ -6.676621085974498, 56.594251168825814 ], [ -6.675774322796142, 56.59406267627493 ], [ -6.675812096005876, 56.591798851145114 ], [ -6.67343244283986, 56.591146334867105 ], [ -6.670476586487745, 56.590843797800567 ], [ -6.664112132099005, 56.591258535852013 ], [ -6.659708515852545, 56.592238031054976 ], [ -6.655887472195172, 56.593712757276641 ], [ -6.654987592249868, 56.594812478111287 ], [ -6.655931363131742, 56.595325809180771 ], [ -6.65579751628619, 56.595695148603319 ], [ -6.657319986216801, 56.597198761148562 ], [ -6.656972762813076, 56.597490649800136 ], [ -6.655871208051835, 56.597549961937652 ], [ -6.657322653386635, 56.598741395959472 ], [ -6.657759641472454, 56.599970882500685 ], [ -6.658545283058528, 56.600589081065692 ], [ -6.655808993123451, 56.600948108133259 ], [ -6.655065625532868, 56.600341801089428 ], [ -6.654691261704595, 56.601075480714414 ], [ -6.654662644153383, 56.600644768603061 ], [ -6.653973999740558, 56.601210319019948 ], [ -6.653194166402296, 56.600969686783628 ], [ -6.653241521609669, 56.601552620296964 ], [ -6.652373800588425, 56.601922474220466 ], [ -6.651074177078754, 56.601566374783324 ], [ -6.650405992327951, 56.601636384714922 ], [ -6.650583823077048, 56.602021027305518 ], [ -6.650076811409582, 56.601810634588404 ], [ -6.650015637485613, 56.602042311257506 ], [ -6.649059143965594, 56.601691328838974 ], [ -6.648685529513417, 56.60110711970875 ], [ -6.646060622435231, 56.600980499575265 ], [ -6.645995332797592, 56.601576644734109 ], [ -6.644336745517702, 56.601881583824046 ], [ -6.644507500308697, 56.602275494032043 ], [ -6.643876992639941, 56.602519470269037 ], [ -6.644582646647152, 56.602753940343746 ], [ -6.644764652329128, 56.602576216876272 ], [ -6.645172465804253, 56.602974749936934 ], [ -6.64483555801403, 56.60335167237271 ], [ -6.644288396284815, 56.603345156561353 ], [ -6.644594133235407, 56.603841962658379 ], [ -6.643196978073801, 56.603952696083148 ], [ -6.643844602974402, 56.604378245956923 ], [ -6.643837609847687, 56.604918235565755 ], [ -6.643070990147399, 56.605581089184724 ], [ -6.644492166756031, 56.605797794473141 ], [ -6.642505920576135, 56.606623205604699 ], [ -6.643643586627456, 56.607651118942627 ], [ -6.642517373331625, 56.60903805802694 ], [ -6.641670428793056, 56.609380067728623 ], [ -6.640760338549545, 56.608743927623692 ], [ -6.640990517087839, 56.609886741311186 ], [ -6.640147672304628, 56.61012963674488 ], [ -6.64084395077732, 56.610485919481704 ], [ -6.640803749024543, 56.611220551206962 ], [ -6.639211602567994, 56.611140622060255 ], [ -6.640002435145504, 56.611403422268154 ], [ -6.639770269044525, 56.611704450208059 ], [ -6.640313129301663, 56.61220589878166 ], [ -6.639995244117848, 56.612141317415379 ], [ -6.640037466701572, 56.612683963889765 ], [ -6.63951437810214, 56.612874424232842 ], [ -6.638858663132368, 56.612516617919198 ], [ -6.639332700272777, 56.613254523460228 ], [ -6.638984776770244, 56.613609349589851 ], [ -6.639522435923266, 56.613935585161251 ], [ -6.639305774149998, 56.614694799849126 ], [ -6.638151400850002, 56.614593998856016 ], [ -6.63844573620332, 56.615064259613845 ], [ -6.638092575005847, 56.615243867395712 ], [ -6.637109998462587, 56.614682370009994 ], [ -6.636772713791901, 56.615522544871084 ], [ -6.63585717980733, 56.614909059434076 ], [ -6.636075494029503, 56.615557574231616 ], [ -6.634808473024589, 56.615735307778429 ], [ -6.635717031685302, 56.616092691934014 ], [ -6.635391083764084, 56.616361229744484 ], [ -6.636278308325227, 56.616876826520937 ], [ -6.635593327835273, 56.616812446028817 ], [ -6.636440385468743, 56.617266573454849 ], [ -6.63574859126993, 56.61761173968015 ], [ -6.637055981206177, 56.617562923946771 ], [ -6.637163976265485, 56.617977178315442 ], [ -6.635833605099655, 56.617905414688231 ], [ -6.63501969731703, 56.617522008924418 ], [ -6.634066203056922, 56.618061339495085 ], [ -6.632432931262678, 56.617847921212551 ], [ -6.632225271252849, 56.618282949591325 ], [ -6.630824271882209, 56.618074338264542 ], [ -6.629485146604971, 56.618888878832003 ], [ -6.629947006435446, 56.619528322515066 ], [ -6.629749311738598, 56.620111398251623 ], [ -6.629604862948838, 56.619864912815473 ], [ -6.629206415057932, 56.620208098693013 ], [ -6.624024951091538, 56.619600560779581 ], [ -6.623316145418005, 56.619208668536182 ], [ -6.622411193875867, 56.619413269651879 ], [ -6.619354080256981, 56.620763888800099 ], [ -6.615926828156366, 56.623625906781662 ], [ -6.614076043002449, 56.626105427508818 ], [ -6.615240580941144, 56.627487912862861 ], [ -6.614747089053727, 56.628990476697368 ], [ -6.615787665645493, 56.628758408611354 ], [ -6.61599914494521, 56.628952943307894 ], [ -6.61598356261323, 56.629826067907452 ], [ -6.616724520118611, 56.629879484892804 ], [ -6.616068642771721, 56.630254680837893 ], [ -6.617528071162998, 56.630911060372199 ], [ -6.617108316920794, 56.631281980444868 ], [ -6.617538896455163, 56.631666264854367 ], [ -6.616648070842434, 56.632522452013092 ], [ -6.616303752638068, 56.632242902188104 ], [ -6.616219540933827, 56.633222023605384 ], [ -6.615016724504313, 56.632929397954854 ], [ -6.616007421878829, 56.633756132851943 ], [ -6.615733496893932, 56.634252059529608 ], [ -6.615348007519311, 56.634369830446147 ], [ -6.615180770783239, 56.634070204164587 ], [ -6.614976117477422, 56.634532071354087 ], [ -6.614537587261301, 56.634283002916902 ], [ -6.614330095868576, 56.63465502125517 ], [ -6.613253032999466, 56.634456654285252 ], [ -6.613907801895498, 56.635205929231816 ], [ -6.613638867631019, 56.635409317833222 ], [ -6.613056832588295, 56.635188062690936 ], [ -6.613290861580281, 56.636033923953633 ], [ -6.612272620202155, 56.637785341299541 ], [ -6.61126733628459, 56.637440365573106 ], [ -6.610332582251782, 56.637605495313551 ], [ -6.610157503556381, 56.636640503143155 ], [ -6.609311754337144, 56.636932753552898 ], [ -6.609539146566939, 56.637724894880961 ], [ -6.609126434569612, 56.638221457044281 ], [ -6.608819622289875, 56.63804843817762 ], [ -6.608722222129109, 56.638587270782295 ], [ -6.608321976289512, 56.63865159430906 ], [ -6.607966093558916, 56.638210535748129 ], [ -6.608130065488518, 56.637615262624131 ], [ -6.607666857653102, 56.637564981525969 ], [ -6.607261543697895, 56.637921835960874 ], [ -6.606855053581082, 56.637734519077 ], [ -6.606389572962513, 56.638066616111331 ], [ -6.60590652668363, 56.637720220517529 ], [ -6.604904175138913, 56.639003226649059 ], [ -6.604693165676891, 56.638745688977821 ], [ -6.60337685807505, 56.638794477481426 ], [ -6.603194369860117, 56.639372438271167 ], [ -6.601907590887155, 56.638124802097281 ], [ -6.601008491077057, 56.63792693099866 ], [ -6.599702548095461, 56.638140809279214 ], [ -6.599331568107213, 56.639141322340251 ], [ -6.598981351069094, 56.638973485139005 ], [ -6.59820348391515, 56.64018515354168 ], [ -6.598248410767076, 56.64119635214233 ], [ -6.59743880279829, 56.641652691527234 ], [ -6.597567707787944, 56.641973547502836 ], [ -6.597131492481494, 56.641743222487577 ], [ -6.597243209740718, 56.642231126258814 ], [ -6.596674184673621, 56.642316028627363 ], [ -6.596801542571487, 56.642692733539874 ], [ -6.596376422298825, 56.642392732132826 ], [ -6.596261857317669, 56.642845831944477 ], [ -6.595617488357642, 56.642863374975164 ], [ -6.596119182308932, 56.643496966632199 ], [ -6.594147876910402, 56.645233097110335 ], [ -6.592850396805165, 56.645009417827431 ], [ -6.592485921392584, 56.644657687591994 ], [ -6.592574520924511, 56.645023214933367 ], [ -6.591957889851652, 56.644665512993086 ], [ -6.591256817327838, 56.644686927666378 ], [ -6.591836116329599, 56.644979448487703 ], [ -6.591509017459602, 56.645752530925286 ], [ -6.590212787157915, 56.645163573661918 ], [ -6.590187946888404, 56.645428949668904 ], [ -6.589433894159317, 56.645176159479334 ], [ -6.58925905574479, 56.645725027252467 ], [ -6.588629633943343, 56.64581214301333 ], [ -6.587036004890921, 56.645073124586311 ], [ -6.585997048213581, 56.645269797084111 ], [ -6.585881354582887, 56.645687844988913 ], [ -6.586507858289627, 56.645952561654006 ], [ -6.585590015246458, 56.645950463435064 ], [ -6.585564653540775, 56.645580799280097 ], [ -6.584767371440854, 56.64529449588666 ], [ -6.584844349544585, 56.645739613398547 ], [ -6.584074678505644, 56.645411808434055 ], [ -6.583910215476838, 56.645858639023075 ], [ -6.583462621378642, 56.645762714265196 ], [ -6.582685759108495, 56.646168270011884 ], [ -6.582599165391474, 56.646772339430328 ], [ -6.583946144045388, 56.647134623805655 ], [ -6.584519132780035, 56.648167711742396 ], [ -6.58299857723811, 56.648956917146982 ], [ -6.585067000531912, 56.649181935406247 ], [ -6.584907176349099, 56.65015031446196 ], [ -6.584161613748031, 56.650263280067819 ], [ -6.583349638439824, 56.649829987644267 ], [ -6.583278884158363, 56.650255369372005 ], [ -6.580262462539682, 56.650762395097402 ], [ -6.580335845633029, 56.650089553005969 ], [ -6.579843902196719, 56.650274098135547 ], [ -6.57944330016971, 56.649933557516057 ], [ -6.578386082436918, 56.649900560721932 ], [ -6.578653962997715, 56.650358434761152 ], [ -6.57811840068717, 56.649914922355194 ], [ -6.577502352239394, 56.650086040859847 ], [ -6.576557121259895, 56.64956316665031 ], [ -6.574850153711243, 56.649356180648269 ], [ -6.572196152387012, 56.649687752110957 ], [ -6.570498579479947, 56.650298912716352 ], [ -6.571457009616489, 56.649584522566336 ], [ -6.571087372934415, 56.649229324679055 ], [ -6.571261363132601, 56.649452297548358 ], [ -6.569344489474496, 56.651015993151319 ], [ -6.569020632084465, 56.652183769458823 ], [ -6.567799164387442, 56.652210691704525 ], [ -6.567323328791068, 56.651922352543139 ], [ -6.568257674742461, 56.652558134106819 ], [ -6.56826320172432, 56.653277535887817 ], [ -6.56718064705368, 56.655057877266081 ], [ -6.567225175918895, 56.655762352372001 ], [ -6.566067037424951, 56.656178211927937 ], [ -6.566032943690873, 56.65670567519269 ], [ -6.566754303821176, 56.65659371192573 ], [ -6.567173942306265, 56.657765635313851 ], [ -6.566001593887029, 56.657592839530729 ], [ -6.565709010028083, 56.658615533458999 ], [ -6.563580546228554, 56.65843736439237 ], [ -6.562201147960977, 56.65797080321699 ], [ -6.561651019789788, 56.658013487950249 ], [ -6.561623369460167, 56.658459756838184 ], [ -6.560652609206467, 56.659143031992706 ], [ -6.558670472278028, 56.659026870472751 ], [ -6.5585940773124, 56.658732837761868 ], [ -6.557550690491119, 56.658883548843136 ], [ -6.557977236257079, 56.659034311033665 ], [ -6.557751722970529, 56.659330423109417 ], [ -6.556393917875776, 56.659650068675042 ], [ -6.557052432310623, 56.65996323316525 ], [ -6.556356366567615, 56.660622905513833 ], [ -6.556910786016617, 56.661223230431133 ], [ -6.556544883235644, 56.661371572987534 ], [ -6.556043592511913, 56.66073781610028 ], [ -6.555103081282375, 56.661132095587149 ], [ -6.553690017165223, 56.660927528645175 ], [ -6.553986115665394, 56.660269038574476 ], [ -6.552075182908881, 56.659255161029449 ], [ -6.549994326113725, 56.65940333177744 ], [ -6.548614096398568, 56.660079012818798 ], [ -6.547342510813679, 56.660031105411548 ], [ -6.547952792558225, 56.660148192743748 ], [ -6.547797744397245, 56.661638035101468 ], [ -6.545626675730227, 56.663206134722138 ], [ -6.544901991177816, 56.664240074106729 ], [ -6.545387423392155, 56.664878950459858 ], [ -6.54687537550109, 56.66516182863171 ], [ -6.546780738358787, 56.665934359284293 ], [ -6.545417101047346, 56.66519268793926 ], [ -6.546620125538388, 56.666295535910308 ], [ -6.545199165262337, 56.665214151410687 ], [ -6.544973030367693, 56.666589652746907 ], [ -6.543824979690606, 56.667364720729353 ], [ -6.543594905692224, 56.666676025268146 ], [ -6.542557850549406, 56.666610494615043 ], [ -6.541677427533692, 56.667641109318573 ], [ -6.540442938636332, 56.667699709395471 ], [ -6.539677486399432, 56.668532717111781 ], [ -6.537828257082679, 56.668438343524173 ], [ -6.537290289812222, 56.667837337062466 ], [ -6.536615074681166, 56.670641409571047 ], [ -6.535815085359788, 56.670238853406758 ], [ -6.534867521938413, 56.671528218507753 ], [ -6.53464816747701, 56.671198913791159 ], [ -6.534074339778481, 56.671453715970493 ], [ -6.533428147006461, 56.67131088279654 ], [ -6.532450358023736, 56.67228201155821 ], [ -6.531238809049324, 56.671921418667857 ], [ -6.529274137056751, 56.672226897102497 ], [ -6.529343760950225, 56.672602143912641 ], [ -6.530615108784999, 56.672780678291652 ], [ -6.531268160456546, 56.672505014995735 ], [ -6.532770328071293, 56.67290448135514 ], [ -6.532293054629901, 56.673758409591152 ], [ -6.532610652282897, 56.673953709963641 ], [ -6.533375374130936, 56.673723435105813 ], [ -6.532294791167881, 56.674316028337891 ], [ -6.533348026474574, 56.674039253294133 ], [ -6.534138420223509, 56.67429376090768 ], [ -6.53335511750222, 56.674709113007026 ], [ -6.532978678908756, 56.675586350425654 ], [ -6.532161932114872, 56.675724072842186 ], [ -6.531870941156038, 56.676157441807952 ], [ -6.530950750435371, 56.676114532767713 ], [ -6.530766092154475, 56.675801946365887 ], [ -6.530339717458252, 56.675992887595612 ], [ -6.530086334253737, 56.675516400284813 ], [ -6.529650691139977, 56.675766143523973 ], [ -6.528979556430502, 56.675552236151475 ], [ -6.52853217153106, 56.674956886987502 ], [ -6.527790659295337, 56.67524475188371 ], [ -6.528202567076295, 56.675477104553799 ], [ -6.528182117052093, 56.67653024709913 ], [ -6.526505651287573, 56.676856658251076 ], [ -6.524844871741751, 56.676633790266031 ], [ -6.525262092717174, 56.676978394641893 ], [ -6.524205081365308, 56.677088831148879 ], [ -6.523281450339199, 56.676677202309243 ], [ -6.523272316985963, 56.676056891677462 ], [ -6.522374059717632, 56.675788250556273 ], [ -6.521200720485544, 56.675678024014942 ], [ -6.518921520893103, 56.676224140622239 ], [ -6.516902083792377, 56.675326104876632 ], [ -6.518184425090569, 56.67777555496788 ], [ -6.51737815630695, 56.678137666994175 ], [ -6.517107180533976, 56.677990105715736 ], [ -6.517178466369455, 56.678243866800976 ], [ -6.516488936668277, 56.678012571367802 ], [ -6.516641029882673, 56.678258899100669 ], [ -6.515892704789221, 56.678218627387295 ], [ -6.516487276699579, 56.678952587385012 ], [ -6.517475593385732, 56.67922249619032 ], [ -6.517681490414996, 56.679849146344303 ], [ -6.516742801554472, 56.679788813137158 ], [ -6.517220850156204, 56.680027793274725 ], [ -6.517149766562368, 56.680525090094818 ], [ -6.516344875564241, 56.679672847245456 ], [ -6.515236345892998, 56.679695129204113 ], [ -6.515406237425337, 56.680021764952457 ], [ -6.515960750288364, 56.679808232813102 ], [ -6.516292360122952, 56.680052536457971 ], [ -6.515611065788017, 56.68016273826364 ], [ -6.515648486732527, 56.680611118174767 ], [ -6.515010087340774, 56.680670286869436 ], [ -6.516236971716856, 56.68102148867213 ], [ -6.516108629922312, 56.681313984691798 ], [ -6.515416528603161, 56.680925367012897 ], [ -6.515254400572568, 56.681345016275856 ], [ -6.515172383183758, 56.681001696248892 ], [ -6.514646632758319, 56.681182698050215 ], [ -6.514356773836635, 56.680945868579123 ], [ -6.514758344100596, 56.680751388667026 ], [ -6.51389200692021, 56.680067766057981 ], [ -6.514560136231986, 56.679643234554305 ], [ -6.513849974912334, 56.67985341770774 ], [ -6.514028467911075, 56.67936571530344 ], [ -6.513218798104497, 56.679359136485317 ], [ -6.512932978188001, 56.678951256791166 ], [ -6.511929685371365, 56.67896519144621 ], [ -6.512254746527616, 56.679632497090054 ], [ -6.511398584658603, 56.679919923828962 ], [ -6.511108666156562, 56.679750550269759 ], [ -6.510290214125289, 56.680216495797502 ], [ -6.509916003242521, 56.679820811626662 ], [ -6.509253293876682, 56.679813372132543 ], [ -6.509454643544317, 56.679311356242842 ], [ -6.508598838767887, 56.678168584822217 ], [ -6.506630571187099, 56.678721179937412 ], [ -6.506278029758787, 56.679120734789343 ], [ -6.508471265611066, 56.678263159548855 ], [ -6.509057255507106, 56.679609106726346 ], [ -6.508495641643142, 56.679831859577021 ], [ -6.508050130338064, 56.679249866548929 ], [ -6.508103194431221, 56.67969318218713 ], [ -6.507494314559644, 56.679589336288714 ], [ -6.508319817696087, 56.6806837430548 ], [ -6.506210092887592, 56.681079553535469 ], [ -6.508318146321076, 56.681488833762693 ], [ -6.50866265636635, 56.682182426734691 ], [ -6.506628852292909, 56.682530515299568 ], [ -6.50602129732073, 56.682233226439273 ], [ -6.506679177932188, 56.681858582625452 ], [ -6.506298459060005, 56.681476616084744 ], [ -6.504266045548283, 56.681631229192199 ], [ -6.503887848876034, 56.681748371790782 ], [ -6.504164617451312, 56.682354482648996 ], [ -6.503042386033278, 56.682057837700661 ], [ -6.504116363390667, 56.682702528079673 ], [ -6.503379101671118, 56.682823683555753 ], [ -6.504307700856199, 56.683140834311658 ], [ -6.503730041939312, 56.683161763925845 ], [ -6.503562419092463, 56.683536620415865 ], [ -6.500583533703208, 56.682610111524269 ], [ -6.499431860321009, 56.682750743478437 ], [ -6.500348970243024, 56.68310881517467 ], [ -6.500731689587615, 56.682892578311197 ], [ -6.500902327267873, 56.683363119923243 ], [ -6.503534243262656, 56.684940818147666 ], [ -6.503846587842071, 56.685707546210068 ], [ -6.502913524078755, 56.685080234681266 ], [ -6.503249402722388, 56.685702196012485 ], [ -6.502329640376026, 56.685596092091131 ], [ -6.50122081338167, 56.684660318986005 ], [ -6.501123282821831, 56.685279988138269 ], [ -6.500295403768905, 56.6847118124955 ], [ -6.498993059662252, 56.684412655581433 ], [ -6.499712462818405, 56.68496227905905 ], [ -6.499060271379837, 56.684770011218291 ], [ -6.499248776310681, 56.685253400219452 ], [ -6.497816515448791, 56.685440148877333 ], [ -6.495486426333897, 56.683514118548096 ], [ -6.49324330250111, 56.682520351950146 ], [ -6.492650597960975, 56.68186717350433 ], [ -6.492617283608425, 56.682889272725369 ], [ -6.493082888105384, 56.682751016882598 ], [ -6.494107128429826, 56.683528011227487 ], [ -6.492330440042455, 56.684813704503313 ], [ -6.494328222354127, 56.684558903576871 ], [ -6.497091593619596, 56.685596797765129 ], [ -6.497880253710791, 56.686247365378264 ], [ -6.497156079916347, 56.68627356422671 ], [ -6.496490739516318, 56.685834404423716 ], [ -6.496313292575824, 56.686196112628203 ], [ -6.495004275010377, 56.685978106979213 ], [ -6.495207875410641, 56.686177622836837 ], [ -6.494238703465519, 56.686410546181598 ], [ -6.495019486816489, 56.686584697937775 ], [ -6.495065942840349, 56.687316084712229 ], [ -6.493650471108545, 56.686548740735589 ], [ -6.492536882301046, 56.686544014346701 ], [ -6.495054371758122, 56.688040574874165 ], [ -6.49382535887792, 56.687945588349571 ], [ -6.49436835168213, 56.688249768063223 ], [ -6.493610036772311, 56.688538025124529 ], [ -6.492750935524096, 56.688337911153418 ], [ -6.493972938032432, 56.689455856424189 ], [ -6.493195598096918, 56.689447973944645 ], [ -6.494770662745124, 56.690524369046955 ], [ -6.490225519305729, 56.689487819663078 ], [ -6.487865074334542, 56.689294215093192 ], [ -6.48773000692569, 56.687612594906255 ], [ -6.48736411160244, 56.688039555933372 ], [ -6.486580662581221, 56.687842965747819 ], [ -6.486684437811133, 56.686930762029036 ], [ -6.486003989631174, 56.687324097419371 ], [ -6.485042215112862, 56.687070970128552 ], [ -6.483336992843522, 56.687505753439169 ], [ -6.48088502065299, 56.687571666464315 ], [ -6.479952096467618, 56.688041526280294 ], [ -6.479531521157732, 56.687872291494685 ], [ -6.479479983434975, 56.68812599736944 ], [ -6.478825795686379, 56.68812258278578 ], [ -6.479636385732629, 56.688547605671239 ], [ -6.478950320036337, 56.688482378004963 ], [ -6.478870875493111, 56.688845024099543 ], [ -6.478482551017774, 56.688809542801053 ], [ -6.478747838876791, 56.68904733769439 ], [ -6.478283848033074, 56.689131511317143 ], [ -6.476386288666365, 56.688169967711644 ], [ -6.476740326334999, 56.687765955090121 ], [ -6.475658672085797, 56.687053851687637 ], [ -6.475036814939219, 56.68739104773519 ], [ -6.473491605271326, 56.686835027385108 ], [ -6.473272181209661, 56.687189213871328 ], [ -6.472728364365227, 56.687082855882622 ], [ -6.472673449007668, 56.688065239767461 ], [ -6.474223110890613, 56.688589629797342 ], [ -6.474361498315305, 56.689272734647169 ], [ -6.473919066996086, 56.689882298468156 ], [ -6.473197992095339, 56.689935227956056 ], [ -6.472876008098478, 56.690526962023739 ], [ -6.473401910144038, 56.690894807555857 ], [ -6.472102796812135, 56.690829111090615 ], [ -6.471971261788195, 56.691166641228321 ], [ -6.471277129634261, 56.690827326455349 ], [ -6.471069313313289, 56.691073155874058 ], [ -6.469903921823897, 56.690894692802232 ], [ -6.470520317958679, 56.691749499991822 ], [ -6.469047780808272, 56.691600061148321 ] ] ], [ [ [ -6.45747096503615, 56.695087263431027 ], [ -6.45801763222055, 56.693974833414643 ], [ -6.458607145072556, 56.694259508345787 ], [ -6.458174189755564, 56.694261541169389 ], [ -6.45864780617282, 56.69467179719171 ], [ -6.458280470075103, 56.694882847890021 ], [ -6.45916018802097, 56.694995213616153 ], [ -6.459279246220262, 56.695310248553511 ], [ -6.45747096503615, 56.695087263431027 ] ] ], [ [ [ -6.462836045407283, 56.695182636978423 ], [ -6.462860624568075, 56.694700548025757 ], [ -6.463451613593825, 56.695272972616863 ], [ -6.462836045407283, 56.695182636978423 ] ] ], [ [ [ -6.4528998299781, 56.695691780012226 ], [ -6.453454745983839, 56.695545983452035 ], [ -6.453705768973722, 56.695802329358614 ], [ -6.452998466441349, 56.69611098767524 ], [ -6.4528998299781, 56.695691780012226 ] ] ], [ [ [ -6.463554104225167, 56.696137264735391 ], [ -6.46340386991023, 56.695904302942921 ], [ -6.463587988758624, 56.696118146551989 ], [ -6.463937169237707, 56.695921136149487 ], [ -6.46380201255307, 56.696366719946134 ], [ -6.463554104225167, 56.696137264735391 ] ] ], [ [ [ -6.451066267940696, 56.696706345648913 ], [ -6.451045984493151, 56.695843603562778 ], [ -6.451792827625103, 56.695938291794391 ], [ -6.452362349751268, 56.695432198661152 ], [ -6.4526868079005, 56.696378490943822 ], [ -6.451906054903668, 56.695997199115048 ], [ -6.451594948935742, 56.696822336401105 ], [ -6.451066267940696, 56.696706345648913 ] ] ], [ [ [ -6.453561792418324, 56.697210623966697 ], [ -6.453418739420488, 56.696761526760945 ], [ -6.454215612602767, 56.697209690801522 ], [ -6.453561792418324, 56.697210623966697 ] ] ], [ [ [ -6.455015451695111, 56.696992152406771 ], [ -6.455632477754858, 56.695782772095221 ], [ -6.456487121071376, 56.69692592425551 ], [ -6.455354440849278, 56.697231851936742 ], [ -6.455015451695111, 56.696992152406771 ] ] ], [ [ [ -6.449141350211862, 56.697571245271163 ], [ -6.449816420500483, 56.697542591697925 ], [ -6.450172263991315, 56.698132485381194 ], [ -6.449263112801333, 56.698048091558235 ], [ -6.449141350211862, 56.697571245271163 ] ] ], [ [ [ -6.443351646138494, 56.698866594399348 ], [ -6.442093737617522, 56.698043576118891 ], [ -6.442775167162132, 56.698068700452119 ], [ -6.442024606927384, 56.697250039938488 ], [ -6.442473245042449, 56.697103593171477 ], [ -6.44209290087331, 56.696582013435396 ], [ -6.443071113899201, 56.695382285968172 ], [ -6.443857667453711, 56.695259736156309 ], [ -6.443654481513123, 56.694646382403171 ], [ -6.446454029700678, 56.694474344894765 ], [ -6.447004805605379, 56.694985319565781 ], [ -6.448662558594978, 56.694903532988192 ], [ -6.449254135212735, 56.695206166235209 ], [ -6.449036077252493, 56.696473191865174 ], [ -6.44789178242339, 56.697926257701695 ], [ -6.447117561045964, 56.698084368893568 ], [ -6.447519918022642, 56.698168917162043 ], [ -6.446372589991058, 56.698974475721286 ], [ -6.443351646138494, 56.698866594399348 ] ] ], [ [ [ -6.452020112003362, 56.700485849974463 ], [ -6.451737424586588, 56.700100214245026 ], [ -6.452626785177115, 56.700293233300243 ], [ -6.453532712989138, 56.700004448682776 ], [ -6.454008624781494, 56.70057204374698 ], [ -6.453526371527575, 56.70071074167911 ], [ -6.452020112003362, 56.700485849974463 ] ] ], [ [ [ -6.455411569449668, 56.700683685186711 ], [ -6.455009427619639, 56.700117949368519 ], [ -6.455235113901733, 56.699745587190314 ], [ -6.4559071313234, 56.700243187759604 ], [ -6.456538200441272, 56.700049677276255 ], [ -6.457044251805729, 56.700526236602109 ], [ -6.456808317506773, 56.700880980646943 ], [ -6.456555116827503, 56.700606729051401 ], [ -6.456312813906811, 56.700907733393109 ], [ -6.455845129481128, 56.700686139082379 ], [ -6.455411569449668, 56.700683685186711 ] ] ], [ [ [ -6.449588255622432, 56.700590881186152 ], [ -6.449902285584659, 56.700273832581068 ], [ -6.451055645411642, 56.700556354238692 ], [ -6.450989177765377, 56.701584101497389 ], [ -6.449755242199913, 56.70138091476057 ], [ -6.449588255622432, 56.700590881186152 ] ] ], [ [ [ -6.451255224711612, 56.701345219790532 ], [ -6.451563721914173, 56.700497691752219 ], [ -6.453737217045824, 56.701179897124867 ], [ -6.453218300340033, 56.701423343178526 ], [ -6.452995418009265, 56.700990595869278 ], [ -6.452941713642844, 56.701365789367578 ], [ -6.451601117737813, 56.701643146672112 ], [ -6.451255224711612, 56.701345219790532 ] ] ], [ [ [ -6.451394409935013, 56.703696785503439 ], [ -6.451288630850694, 56.703493699371037 ], [ -6.450885760500048, 56.703750969676662 ], [ -6.450931069162639, 56.703097249993995 ], [ -6.449931301679394, 56.702040204000376 ], [ -6.449515069533933, 56.702599262196962 ], [ -6.448909941955332, 56.7016989820494 ], [ -6.450748412839842, 56.701898530556178 ], [ -6.450981339491054, 56.702416369274125 ], [ -6.451583281052196, 56.702183452758874 ], [ -6.452410743709356, 56.702405673510668 ], [ -6.452232844210227, 56.703320483646117 ], [ -6.45183701199815, 56.70377538333976 ], [ -6.451394409935013, 56.703696785503439 ] ] ], [ [ [ -6.442806875709102, 56.703738547588436 ], [ -6.443070974856404, 56.703274893983064 ], [ -6.444212670595573, 56.70401211505213 ], [ -6.444259952084145, 56.704343218952474 ], [ -6.443600940196204, 56.704578137562557 ], [ -6.442806875709102, 56.703738547588436 ] ] ], [ [ [ -6.444757008376993, 56.704536823319764 ], [ -6.444617292686703, 56.703907709995427 ], [ -6.44556316970615, 56.704094263528994 ], [ -6.445684383338528, 56.70456663503947 ], [ -6.444757008376993, 56.704536823319764 ] ] ] ] } }, +{ "type": "Feature", "properties": { "LAD13CD": "S12000036", "LAD13CDO": "00QP", "LAD13NM": "City of Edinburgh", "LAD13NMW": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -3.289492275616687, 55.991519709426342 ], [ -3.290982053280958, 55.990090690332813 ], [ -3.290962678897338, 55.990807939655603 ], [ -3.291851254522327, 55.991878693047219 ], [ -3.291689217869834, 55.992740307457289 ], [ -3.292585895277806, 55.99309122879103 ], [ -3.291379443689459, 55.993931441447074 ], [ -3.291337083721713, 55.9945842353373 ], [ -3.291867824432139, 55.994874298830375 ], [ -3.290123413030864, 55.995450568762472 ], [ -3.288283333943463, 55.995321550534314 ], [ -3.287593175979121, 55.994913629330306 ], [ -3.287535260844432, 55.992593270550579 ], [ -3.289492275616687, 55.991519709426342 ] ] ], [ [ [ -3.351967437783927, 56.001585458443202 ], [ -3.345079846983098, 55.997286602998273 ], [ -3.342968664256215, 55.996977152207407 ], [ -3.336982794455089, 55.993574672423968 ], [ -3.335262908901708, 55.992842117594492 ], [ -3.333792608163245, 55.992651366107488 ], [ -3.332375087257589, 55.989567562423176 ], [ -3.330193042511786, 55.988159722709014 ], [ -3.326090835051228, 55.98647150023794 ], [ -3.326725002791863, 55.986360443052583 ], [ -3.326311137364902, 55.985836543887288 ], [ -3.326626611788619, 55.98526615761795 ], [ -3.326047662630591, 55.986053235881215 ], [ -3.325224930447901, 55.985993793638826 ], [ -3.317557167736004, 55.982949009925186 ], [ -3.315109257155856, 55.984116322387734 ], [ -3.311909394325707, 55.98291580329964 ], [ -3.308528180308187, 55.983030819135386 ], [ -3.304267750239031, 55.981311209319259 ], [ -3.301770232400526, 55.979580035009448 ], [ -3.30297347068612, 55.977615653215743 ], [ -3.302610557965957, 55.976163825742958 ], [ -3.30388561294037, 55.975290422394139 ], [ -3.302987240019992, 55.975547027280044 ], [ -3.303009187845153, 55.975341923987756 ], [ -3.302357282827406, 55.975827746111335 ], [ -3.302365192647326, 55.977636459436539 ], [ -3.300835999315781, 55.980060742881754 ], [ -3.299386603901014, 55.980903602807771 ], [ -3.29800221664978, 55.982444837582847 ], [ -3.299264970539466, 55.980574216147772 ], [ -3.296751429558527, 55.979840508372234 ], [ -3.294265612474171, 55.979837883554652 ], [ -3.291711981301029, 55.979195248895216 ], [ -3.289357179611748, 55.97903480343944 ], [ -3.283998259960259, 55.980009970638591 ], [ -3.280047291991715, 55.979803965216647 ], [ -3.276458382809262, 55.980273390983619 ], [ -3.268736382548667, 55.979774454411825 ], [ -3.26746832989754, 55.979910602944159 ], [ -3.264821710138255, 55.979253094506284 ], [ -3.262483747572628, 55.979212369438159 ], [ -3.259989951752383, 55.980145426372246 ], [ -3.259675967027392, 55.980889042435592 ], [ -3.250216416964088, 55.983855328272142 ], [ -3.241328047397785, 55.983531831028117 ], [ -3.239587345346961, 55.983229466077979 ], [ -3.237802783918853, 55.984111804066153 ], [ -3.233859347663685, 55.98369398148332 ], [ -3.22998318991295, 55.987108564502094 ], [ -3.22258949322336, 55.987841653416645 ], [ -3.222665478416001, 55.987506640626101 ], [ -3.228020748099393, 55.987094884855303 ], [ -3.226068922726281, 55.985948001115865 ], [ -3.225951991294022, 55.985038936331215 ], [ -3.223343319645353, 55.984657813208138 ], [ -3.223015251445112, 55.98553715159035 ], [ -3.223507834437969, 55.985552929676835 ], [ -3.221568793773483, 55.98607534750834 ], [ -3.223066082893929, 55.983035093669557 ], [ -3.223112335495556, 55.982774056146162 ], [ -3.222747499639584, 55.982996022847757 ], [ -3.223180206741905, 55.981522605404415 ], [ -3.221916690967802, 55.98079293848118 ], [ -3.219533806933691, 55.980293585062348 ], [ -3.218417501298619, 55.98036842228116 ], [ -3.217749168917627, 55.985925346160144 ], [ -3.220718254308939, 55.987874575637434 ], [ -3.217590757337314, 55.985934099434253 ], [ -3.218245507457762, 55.980556121542214 ], [ -3.216890480855954, 55.980276581319679 ], [ -3.213593601713371, 55.980781723164434 ], [ -3.206849684930097, 55.980324090159783 ], [ -3.206798693998115, 55.980539341706965 ], [ -3.206255174596791, 55.980275098772381 ], [ -3.202424052325612, 55.980043869302001 ], [ -3.197884034401898, 55.980571494151057 ], [ -3.197056383785314, 55.980705331410498 ], [ -3.196831169452055, 55.981923248168684 ], [ -3.196895881147866, 55.98085335278116 ], [ -3.195472704222821, 55.981061250311022 ], [ -3.195208296186975, 55.982309195833736 ], [ -3.196592372842503, 55.982286781220147 ], [ -3.19594931770893, 55.982327167129291 ], [ -3.196246970765605, 55.984232784726295 ], [ -3.195184206805486, 55.985112884104872 ], [ -3.184651699860455, 55.989301127929281 ], [ -3.185483945171263, 55.988786349649516 ], [ -3.184591394848298, 55.988115633119243 ], [ -3.180818262687921, 55.988230008489744 ], [ -3.181586066898697, 55.988859716409479 ], [ -3.181136533419528, 55.98873193914433 ], [ -3.18000745081647, 55.9894499042232 ], [ -3.182546804043058, 55.991239723257294 ], [ -3.182335301914871, 55.991400793703292 ], [ -3.179575820644307, 55.98959420764573 ], [ -3.157194261988389, 55.981923472095986 ], [ -3.155387579748871, 55.978953678007699 ], [ -3.152448456635897, 55.977015192380549 ], [ -3.151522969210066, 55.976879178166989 ], [ -3.151259118893942, 55.976143044128982 ], [ -3.141070580326919, 55.972497182690674 ], [ -3.136999956341252, 55.969905683381057 ], [ -3.136936956374162, 55.969341982632031 ], [ -3.137838815687548, 55.968626509135497 ], [ -3.135129062509618, 55.967843713535316 ], [ -3.118568813656899, 55.958494014177404 ], [ -3.116261453543236, 55.956850847890578 ], [ -3.114083572273476, 55.956474304668291 ], [ -3.113656986776927, 55.95678995362605 ], [ -3.103666712881986, 55.952489597284355 ], [ -3.094497460654017, 55.949115625234271 ], [ -3.090742473494727, 55.948837135602368 ], [ -3.089453773048537, 55.949078563671158 ], [ -3.081573723518944, 55.948165897271402 ], [ -3.07767655493883, 55.946797437390508 ], [ -3.079286358244852, 55.945090504608245 ], [ -3.080306034857436, 55.944735630818478 ], [ -3.082390868745846, 55.944739793790021 ], [ -3.081912271518308, 55.943826593174805 ], [ -3.082209967874296, 55.942559738486096 ], [ -3.081470266129311, 55.941468223866416 ], [ -3.082143145317572, 55.939647271698668 ], [ -3.083974968290695, 55.93862750030079 ], [ -3.080808209832324, 55.936840283480016 ], [ -3.081436795168053, 55.93630373124455 ], [ -3.07962062451327, 55.934086799752038 ], [ -3.089280200893739, 55.931833580962561 ], [ -3.088573075245354, 55.931389665081625 ], [ -3.092184295998325, 55.932023512495363 ], [ -3.099218164500044, 55.93131129540091 ], [ -3.105335290750659, 55.930059694998725 ], [ -3.109767361584769, 55.929615496517556 ], [ -3.111669474091006, 55.929694486737041 ], [ -3.1129915580822, 55.926401972217704 ], [ -3.113699145202681, 55.922001705519961 ], [ -3.116861294163918, 55.914716433996958 ], [ -3.117641198003112, 55.913074007984349 ], [ -3.114598683120687, 55.912977586880132 ], [ -3.112727493717128, 55.912106749409205 ], [ -3.106412093808745, 55.908200184511543 ], [ -3.104917383828953, 55.906884661283364 ], [ -3.098133203070967, 55.904046656295414 ], [ -3.095236938012357, 55.901564621481462 ], [ -3.092155531707835, 55.900220818842136 ], [ -3.092671662007294, 55.899806503465356 ], [ -3.097271825084867, 55.899315418814119 ], [ -3.110500400397046, 55.898894892616205 ], [ -3.112099182390449, 55.898709737043113 ], [ -3.112083249714613, 55.898097072994524 ], [ -3.11336937009395, 55.898331649845453 ], [ -3.117713964004305, 55.897699241426473 ], [ -3.125075327392086, 55.8956580787045 ], [ -3.132992652840291, 55.89285747348012 ], [ -3.13282999884468, 55.892488768394607 ], [ -3.140550812161904, 55.890769534947545 ], [ -3.147754432648008, 55.889805825378204 ], [ -3.161737929770283, 55.889463486846552 ], [ -3.162438282745358, 55.889090265631886 ], [ -3.163100566044569, 55.889582706232645 ], [ -3.177851086451896, 55.891289874070303 ], [ -3.190940505771027, 55.892651041721578 ], [ -3.201545428310393, 55.894825827110047 ], [ -3.201911142120104, 55.89439634124242 ], [ -3.200743303900349, 55.890394783822522 ], [ -3.206935628330343, 55.889660306228656 ], [ -3.211030552109148, 55.888123089107438 ], [ -3.213948825014952, 55.886444588842089 ], [ -3.214201543572861, 55.885782553715977 ], [ -3.213449605911475, 55.88448526092445 ], [ -3.209088517357587, 55.883257615712921 ], [ -3.211740899034482, 55.881981635720187 ], [ -3.219451570315053, 55.882255021911419 ], [ -3.22133276867031, 55.883006435590474 ], [ -3.224575079062055, 55.88235421274468 ], [ -3.227887036979904, 55.883860451990664 ], [ -3.22960726203569, 55.883406578101834 ], [ -3.232157598028615, 55.883975921557159 ], [ -3.23435193327445, 55.882997865112152 ], [ -3.23720200195089, 55.882484924504645 ], [ -3.238412429805336, 55.882744117388448 ], [ -3.239820786034611, 55.880486227012888 ], [ -3.23975239807229, 55.878040127923093 ], [ -3.24207380699468, 55.877203521591952 ], [ -3.244168007396272, 55.877212021227614 ], [ -3.249022697575358, 55.875478937510934 ], [ -3.249446850882483, 55.873208450504627 ], [ -3.250922220786345, 55.871474506421919 ], [ -3.253186721435771, 55.869783728078978 ], [ -3.253918109975113, 55.868576691403163 ], [ -3.254904643358095, 55.869187544548446 ], [ -3.255294495778281, 55.870175585931285 ], [ -3.260780319714254, 55.872574389871602 ], [ -3.265089558088756, 55.876075913001984 ], [ -3.269166708039002, 55.875772451520888 ], [ -3.274076533923279, 55.871223486437302 ], [ -3.284029871937537, 55.865893050610175 ], [ -3.288598321176564, 55.865696131891362 ], [ -3.291752207592559, 55.866981268829562 ], [ -3.293171372692353, 55.866889085855796 ], [ -3.295701580733259, 55.866138220622474 ], [ -3.328168227172253, 55.844147120807769 ], [ -3.346482699477439, 55.831926773557058 ], [ -3.349560924811694, 55.830221668611188 ], [ -3.350052092903171, 55.829191891508685 ], [ -3.349791442043931, 55.828350082713527 ], [ -3.350675301524061, 55.827136275103115 ], [ -3.35600481647778, 55.824772755092845 ], [ -3.360013951861732, 55.825757365994647 ], [ -3.361497970134081, 55.82574094581193 ], [ -3.367594913659641, 55.824118740257937 ], [ -3.369039289280728, 55.824111655402106 ], [ -3.372108489606735, 55.822648693940558 ], [ -3.373174470898483, 55.82164385487804 ], [ -3.378586575864015, 55.820320783737181 ], [ -3.379270854926807, 55.820488335748024 ], [ -3.386398357832304, 55.820062228919682 ], [ -3.391245177987801, 55.818794390770734 ], [ -3.392881646749042, 55.819031964050247 ], [ -3.394766507782632, 55.819742952498032 ], [ -3.392785267778418, 55.821248084836327 ], [ -3.390815558829641, 55.823975137620799 ], [ -3.390852905868114, 55.825021573835436 ], [ -3.395978264902077, 55.831738879460858 ], [ -3.397814141704326, 55.832845759876271 ], [ -3.399896988800273, 55.833046718592009 ], [ -3.404068540802557, 55.834495322952435 ], [ -3.404260248247979, 55.83516258504892 ], [ -3.405729530656644, 55.835613069147506 ], [ -3.407151458294527, 55.83718282429448 ], [ -3.409329160085793, 55.838011553981794 ], [ -3.409906313277546, 55.83917760206154 ], [ -3.410924133823043, 55.839723058262365 ], [ -3.410298465395553, 55.840305332039662 ], [ -3.408765829373841, 55.84075871139418 ], [ -3.408912867364354, 55.841291689163164 ], [ -3.411370674752741, 55.842570963972307 ], [ -3.412332081680216, 55.842658774466386 ], [ -3.413362798822769, 55.84320406289828 ], [ -3.415785146174342, 55.843500598648198 ], [ -3.417573766292723, 55.845164859963411 ], [ -3.418097861708302, 55.845127368633349 ], [ -3.418101215713351, 55.845789592298402 ], [ -3.419215158086449, 55.846203577166804 ], [ -3.419615475302026, 55.84574966203499 ], [ -3.420144033697228, 55.846009544566066 ], [ -3.418882028001439, 55.846923597798359 ], [ -3.418844397741196, 55.848126347723664 ], [ -3.417274737164365, 55.849104137085526 ], [ -3.416778702072195, 55.849958120867932 ], [ -3.415588443944701, 55.850127278857371 ], [ -3.414713893426357, 55.851336059097349 ], [ -3.416653602432234, 55.853455978946378 ], [ -3.416213006300694, 55.854386599859296 ], [ -3.414938763436379, 55.854622314411429 ], [ -3.413511021434835, 55.854194822624621 ], [ -3.412663300785107, 55.855354754461956 ], [ -3.412839392531494, 55.856024877658015 ], [ -3.41511531009973, 55.856578311935664 ], [ -3.415835052981468, 55.857742691551181 ], [ -3.417731330682255, 55.858396595411271 ], [ -3.417762273955425, 55.858719731318473 ], [ -3.416498388370682, 55.85919975815667 ], [ -3.416844075983377, 55.860356756016088 ], [ -3.416148691555214, 55.860742169246969 ], [ -3.414075791453858, 55.860638410233811 ], [ -3.413626062760643, 55.861673361268004 ], [ -3.412381228641074, 55.86210999353699 ], [ -3.41065256787234, 55.86370235414735 ], [ -3.410632026497138, 55.864678456619977 ], [ -3.409650242275061, 55.865366344801487 ], [ -3.4088126553141, 55.865491855173381 ], [ -3.405648613563807, 55.865048194331656 ], [ -3.404281250831039, 55.865593074731969 ], [ -3.403235427987914, 55.867034657496781 ], [ -3.401847595368877, 55.867546495769595 ], [ -3.400061606522546, 55.868807776867705 ], [ -3.396592719561093, 55.8687357705398 ], [ -3.399601106896788, 55.870977709059389 ], [ -3.403157907719665, 55.870158130281744 ], [ -3.405229178811108, 55.87002666488457 ], [ -3.413816848603722, 55.878357948929633 ], [ -3.412065618201417, 55.879126576783513 ], [ -3.405495590447806, 55.879700496853097 ], [ -3.404703753102367, 55.880747403058656 ], [ -3.402035730307956, 55.881325063249953 ], [ -3.401351441683625, 55.881810903479654 ], [ -3.400849690471356, 55.88394715896235 ], [ -3.402268448403353, 55.884232029011372 ], [ -3.404026239876974, 55.885227390607781 ], [ -3.403564639636735, 55.88554985556258 ], [ -3.404311850627582, 55.886229648348959 ], [ -3.403666662867817, 55.886471538270278 ], [ -3.403453439642059, 55.887297072820871 ], [ -3.402502559131041, 55.887752710256308 ], [ -3.398395831337053, 55.888308931748945 ], [ -3.390644777914314, 55.891942550430961 ], [ -3.388873066642281, 55.894047261822152 ], [ -3.388689533533833, 55.895042264487607 ], [ -3.387315710781921, 55.895666093947987 ], [ -3.386956719087091, 55.896182330091484 ], [ -3.387256323552787, 55.896466499990737 ], [ -3.386628755076737, 55.896985761348006 ], [ -3.386806369990538, 55.897795178703568 ], [ -3.388102964287243, 55.898991851983858 ], [ -3.390487362791543, 55.898940681906801 ], [ -3.390981318027965, 55.899201980235475 ], [ -3.3910415186158, 55.899811436328463 ], [ -3.390634402316899, 55.899742352152728 ], [ -3.390480949547018, 55.90005769007513 ], [ -3.391063463721957, 55.900826584447834 ], [ -3.387711654804722, 55.902858360622524 ], [ -3.389965097042713, 55.902672093997523 ], [ -3.397839077571125, 55.903328766860277 ], [ -3.402573670491373, 55.902707914459107 ], [ -3.407305950264373, 55.903042997321897 ], [ -3.421447962584615, 55.901792343159066 ], [ -3.426041233889736, 55.903306356438051 ], [ -3.432016719986216, 55.904380897032539 ], [ -3.43393301921408, 55.905724443727252 ], [ -3.440485974072237, 55.905186074835008 ], [ -3.442156367481124, 55.904722617613707 ], [ -3.44312435711118, 55.905633225738733 ], [ -3.442608367971768, 55.906427333804224 ], [ -3.444201094021732, 55.90774665785802 ], [ -3.441647527301358, 55.909977223151955 ], [ -3.44224071105286, 55.912854738775245 ], [ -3.437752615912193, 55.912803889005197 ], [ -3.436926705572774, 55.913183747285458 ], [ -3.436860799776734, 55.914559351914363 ], [ -3.435957362450442, 55.915872839143013 ], [ -3.433528361510783, 55.916953383489655 ], [ -3.434169112002043, 55.919832175219248 ], [ -3.433619578987956, 55.921287989920856 ], [ -3.431721010384474, 55.922268866340566 ], [ -3.430024651861277, 55.924180093929927 ], [ -3.428188140241785, 55.925374954590559 ], [ -3.428087988328371, 55.92548035156301 ], [ -3.427800120356674, 55.926225918374506 ], [ -3.429052775887488, 55.928429090413061 ], [ -3.428890732029335, 55.930070882783177 ], [ -3.431025586908286, 55.931362518928566 ], [ -3.431122941389863, 55.931832244722507 ], [ -3.429320764381506, 55.93235997228647 ], [ -3.425385013320315, 55.932459498360728 ], [ -3.422179907044387, 55.9316177372813 ], [ -3.421303224626882, 55.931631451587727 ], [ -3.418081300702673, 55.933873705514642 ], [ -3.424201054329977, 55.934831070454322 ], [ -3.428249483972783, 55.935829241927593 ], [ -3.432906731364482, 55.937397988354718 ], [ -3.437546810127814, 55.939530171922762 ], [ -3.442628275860765, 55.943184604528454 ], [ -3.446547212118776, 55.948102415678299 ], [ -3.449532555339311, 55.950940092478028 ], [ -3.439672039929023, 55.9512839558301 ], [ -3.434683552624155, 55.950944078721967 ], [ -3.428456052126549, 55.95209473782365 ], [ -3.429002926697763, 55.953332028865425 ], [ -3.424916935391931, 55.953759452673715 ], [ -3.42596628792129, 55.956032395793251 ], [ -3.425953054604976, 55.959331227662283 ], [ -3.437620453231869, 55.96104671907716 ], [ -3.441813503643466, 55.961154976274521 ], [ -3.443376634627485, 55.961489817025388 ], [ -3.443253680906537, 55.961973794557942 ], [ -3.441940307866965, 55.967492968083178 ], [ -3.442567886505314, 55.968341069748831 ], [ -3.442107328506492, 55.969139905283122 ], [ -3.444858939673574, 55.9698849440055 ], [ -3.444079012750696, 55.972991486035639 ], [ -3.445605092597306, 55.97304997307301 ], [ -3.446115649812856, 55.97350585231289 ], [ -3.44642042407781, 55.974716255030188 ], [ -3.448269358659649, 55.977579875980105 ], [ -3.446708480276941, 55.977839027333722 ], [ -3.4419377957714, 55.977804179734257 ], [ -3.436863029508986, 55.979033395828331 ], [ -3.437073170697396, 55.979297822901415 ], [ -3.435339901192049, 55.980444835194099 ], [ -3.43236374544945, 55.98144452922304 ], [ -3.429705681003664, 55.981816849904504 ], [ -3.43021448598425, 55.98344275872995 ], [ -3.429885711897538, 55.984913945670272 ], [ -3.430600530276346, 55.987255423283962 ], [ -3.431730121969706, 55.988281958297179 ], [ -3.43195580453207, 55.98922643402318 ], [ -3.430534213157627, 55.989669763057847 ], [ -3.428166718755824, 55.989547154158892 ], [ -3.426709203540407, 55.989930650507837 ], [ -3.425435779072467, 55.991222255261448 ], [ -3.425350538222384, 55.993828203500222 ], [ -3.42403484086088, 55.994018631008132 ], [ -3.421470284497386, 55.993382387946447 ], [ -3.42071332772674, 55.993682251573979 ], [ -3.417113736981152, 55.993499940053994 ], [ -3.415895798538823, 55.995180784800723 ], [ -3.41302337292695, 55.997573389181717 ], [ -3.416029666555143, 55.994325604575891 ], [ -3.415554654617936, 55.993085640371454 ], [ -3.414740698516246, 55.992704106074548 ], [ -3.414095591136848, 55.993038587988799 ], [ -3.413648380123568, 55.992382369011651 ], [ -3.411162047960248, 55.992213171378957 ], [ -3.410166547481002, 55.992435727705022 ], [ -3.409787164796736, 55.993288317676758 ], [ -3.408023532981956, 55.993463028774563 ], [ -3.407176583344169, 55.993892331994182 ], [ -3.405797923338183, 55.993234134519518 ], [ -3.403906135132407, 55.993190997068758 ], [ -3.403334428295552, 55.992501115335955 ], [ -3.400750304589027, 55.991533094477319 ], [ -3.397916317012053, 55.991633556826791 ], [ -3.39707605148805, 55.99131690239097 ], [ -3.39618888499206, 55.992055693218248 ], [ -3.395653071358871, 55.991823640156497 ], [ -3.396289714180788, 55.991961998582184 ], [ -3.396916747546136, 55.991033861440386 ], [ -3.395957389543026, 55.991726743154729 ], [ -3.396693348658631, 55.990840504858106 ], [ -3.394519224278929, 55.989898259899746 ], [ -3.392455991260012, 55.990343012742905 ], [ -3.392016494237881, 55.989845676941222 ], [ -3.389693373381446, 55.989794612708643 ], [ -3.385493897501309, 55.990574218245186 ], [ -3.386041536989977, 55.991810780318694 ], [ -3.38504300013367, 55.990696997705676 ], [ -3.383107168086439, 55.990987405167843 ], [ -3.38307792950349, 55.990707380339082 ], [ -3.381823626962552, 55.990644170640891 ], [ -3.37992829751285, 55.991306979104017 ], [ -3.376769872491201, 55.991481573257559 ], [ -3.373623268075843, 55.993210472742746 ], [ -3.373419867359792, 55.994391656599014 ], [ -3.373336647233384, 55.993853444661603 ], [ -3.372224391095941, 55.993864932262127 ], [ -3.368497398074713, 55.995242528393817 ], [ -3.366956272786433, 55.997049566348032 ], [ -3.366949152634492, 55.997983253051657 ], [ -3.365983687390658, 55.99870471819564 ], [ -3.363677873714482, 55.99915886002006 ], [ -3.362703917633118, 55.999687201709634 ], [ -3.361433222374487, 55.999575441883621 ], [ -3.358947646285645, 56.000256120107714 ], [ -3.355496524635521, 56.000063182553731 ], [ -3.351967437783927, 56.001585458443202 ] ] ], [ [ [ -3.384323598072606, 56.000708819311413 ], [ -3.386868551334212, 56.000622708443224 ], [ -3.388373112743202, 56.001260828844885 ], [ -3.38718343984592, 56.0011762767815 ], [ -3.384323598072606, 56.000708819311413 ] ] ], [ [ [ -3.273038660869909, 56.01183622857662 ], [ -3.272941969140692, 56.010798504007511 ], [ -3.274832134529817, 56.011550830200733 ], [ -3.27496068634405, 56.011996080081644 ], [ -3.273774857088632, 56.012176364261016 ], [ -3.273561921904683, 56.011993462607457 ], [ -3.273038660869909, 56.01183622857662 ] ] ] ] } }, +{ "type": "Feature", "properties": { "LAD13CD": "S12000038", "LAD13CDO": "00RC", "LAD13NM": "Renfrewshire", "LAD13NMW": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -4.609852457475805, 55.929950548862188 ], [ -4.605153889300815, 55.928265899193285 ], [ -4.601343331000673, 55.927498886877224 ], [ -4.596667165064646, 55.927765688166716 ], [ -4.592135888744206, 55.927254476927558 ], [ -4.582827018672011, 55.924642221968604 ], [ -4.571902153706808, 55.923181176464794 ], [ -4.565989207157035, 55.923451975997793 ], [ -4.565187963076615, 55.92389920671107 ], [ -4.563427990204904, 55.924203714302934 ], [ -4.560102398850495, 55.92390170939553 ], [ -4.558219948889461, 55.924048700475886 ], [ -4.55672752019588, 55.9245030458668 ], [ -4.555172039764696, 55.924146156012334 ], [ -4.549652513778677, 55.92385433406222 ], [ -4.54372212497358, 55.924082177862189 ], [ -4.539450677179998, 55.92319336116676 ], [ -4.530936008313144, 55.922673935115988 ], [ -4.523049175003806, 55.923781371994771 ], [ -4.520720945676781, 55.924657762855226 ], [ -4.516122974714839, 55.925564340272537 ], [ -4.513359966913355, 55.925367318293183 ], [ -4.512901516622754, 55.925061198132546 ], [ -4.512970789410374, 55.924672401147582 ], [ -4.513445687714056, 55.924935941587506 ], [ -4.51315030834278, 55.924626492914427 ], [ -4.51162755503178, 55.924348382129125 ], [ -4.50936028570896, 55.923201012092306 ], [ -4.505339165463322, 55.922952154283479 ], [ -4.504731184034736, 55.922485466326386 ], [ -4.502287778268525, 55.922821873077929 ], [ -4.498721588824976, 55.924466304972995 ], [ -4.495416022341155, 55.924591775198131 ], [ -4.492852036736557, 55.926119542225798 ], [ -4.490746517048087, 55.926487521958677 ], [ -4.487082128040085, 55.92643756999481 ], [ -4.486376690129484, 55.925771432406691 ], [ -4.476587205122701, 55.924084886681911 ], [ -4.473922957383555, 55.92294575951702 ], [ -4.472111901473203, 55.923086400311455 ], [ -4.470719164898377, 55.921953123328265 ], [ -4.466207398180233, 55.920550703019025 ], [ -4.464674756360774, 55.919528916319493 ], [ -4.463628148654054, 55.918850609018861 ], [ -4.463188184264746, 55.917895013227373 ], [ -4.461594949716106, 55.917378622476093 ], [ -4.46111054092737, 55.917488073742248 ], [ -4.461441702563405, 55.917208220745046 ], [ -4.460654489525528, 55.915772416413787 ], [ -4.460298145662835, 55.915856834931098 ], [ -4.460477908532718, 55.915587200598949 ], [ -4.459051825533356, 55.914650399350009 ], [ -4.456841449057466, 55.913887425329946 ], [ -4.456212194739746, 55.913300492074519 ], [ -4.455682061626586, 55.913850341750894 ], [ -4.459156532050542, 55.916631932323952 ], [ -4.447693649347357, 55.907866251293221 ], [ -4.447960053924078, 55.907371114739938 ], [ -4.44190669647388, 55.905381014231864 ], [ -4.441938050295323, 55.90486179332877 ], [ -4.441677222424786, 55.905293890804714 ], [ -4.441279228216819, 55.905198425508836 ], [ -4.44117203212927, 55.90443478719984 ], [ -4.439073653239481, 55.904166309159557 ], [ -4.441184946720222, 55.904411162641757 ], [ -4.440156622804269, 55.903730502908509 ], [ -4.437169216917267, 55.902934054178999 ], [ -4.436653422855631, 55.90249038125863 ], [ -4.426254612251958, 55.89844728046203 ], [ -4.425688039382478, 55.898417105121652 ], [ -4.425250480670338, 55.898787937675003 ], [ -4.427647650697078, 55.899799439318407 ], [ -4.424845043504737, 55.898955909878268 ], [ -4.422945636253379, 55.900024221294004 ], [ -4.428146982792194, 55.901645573210956 ], [ -4.428189521500186, 55.901891000153462 ], [ -4.42956818558215, 55.901808067340546 ], [ -4.430018821648345, 55.902209015243088 ], [ -4.431717220510247, 55.902607783963568 ], [ -4.431186112159877, 55.902659620533441 ], [ -4.431446114788694, 55.902826151665579 ], [ -4.431848591733576, 55.902661811542863 ], [ -4.433850834873296, 55.903517420378925 ], [ -4.434678873286142, 55.90416973757582 ], [ -4.426742391895481, 55.903310856529323 ], [ -4.419710972800998, 55.901334468878211 ], [ -4.416053519438471, 55.899374633237422 ], [ -4.41249533303234, 55.896431280204624 ], [ -4.41360825028339, 55.896064326983719 ], [ -4.413730084275851, 55.895733883118218 ], [ -4.412775671719261, 55.895716647874096 ], [ -4.412072029998334, 55.89615736125765 ], [ -4.40761960674347, 55.892995467702661 ], [ -4.406646003670471, 55.891272681082434 ], [ -4.408297064560863, 55.887203066934894 ], [ -4.40733147507462, 55.884084325410555 ], [ -4.40797309368539, 55.883341961970132 ], [ -4.412101731699273, 55.881201089551908 ], [ -4.414327878590043, 55.881310219604366 ], [ -4.417126921870659, 55.882326610754241 ], [ -4.419304304288448, 55.882755677102459 ], [ -4.420714230140231, 55.882646156897572 ], [ -4.424528655769064, 55.880965824956199 ], [ -4.429272827976779, 55.880429145345516 ], [ -4.431933975618736, 55.880411626282672 ], [ -4.435764611659285, 55.879332804302912 ], [ -4.438717872698437, 55.87935968620139 ], [ -4.441116343977124, 55.878368394127506 ], [ -4.443805914101372, 55.8752186728982 ], [ -4.445699468279107, 55.874923990717583 ], [ -4.453394041938607, 55.875226471547883 ], [ -4.455602428830393, 55.873209563410022 ], [ -4.461503766793238, 55.871124167495907 ], [ -4.463781917029803, 55.87185871560532 ], [ -4.467541674590001, 55.8753578666281 ], [ -4.468723522896799, 55.875590312902155 ], [ -4.470417876253632, 55.875333399677764 ], [ -4.47106937939174, 55.874767555983318 ], [ -4.469727125384709, 55.875331988950826 ], [ -4.467970739194392, 55.87529173714934 ], [ -4.463864594448463, 55.871523607062841 ], [ -4.461100138896009, 55.870581282610075 ], [ -4.460471356829523, 55.868749730025741 ], [ -4.460355456683, 55.868412109965938 ], [ -4.460381434589067, 55.868209709609161 ], [ -4.460525696975363, 55.867085680257901 ], [ -4.46176675181708, 55.86638945042489 ], [ -4.460687650159104, 55.866487439002611 ], [ -4.460208052538174, 55.867168431006803 ], [ -4.460066751121105, 55.86843742192432 ], [ -4.460821593667391, 55.870852897837146 ], [ -4.455737810954014, 55.872720614484443 ], [ -4.452797269681034, 55.874839307767338 ], [ -4.444688639466106, 55.874484800207647 ], [ -4.443008962111562, 55.875079010637513 ], [ -4.440612496492616, 55.876989763005604 ], [ -4.440029510128075, 55.878374674210498 ], [ -4.438789216716022, 55.878865736668949 ], [ -4.436089922383328, 55.878808662494158 ], [ -4.426888849185566, 55.880301828418055 ], [ -4.42459912161564, 55.880403595480118 ], [ -4.419110216339944, 55.882180677700831 ], [ -4.417634381026364, 55.881898707195255 ], [ -4.41421642089187, 55.880442386748285 ], [ -4.411180831276887, 55.880455176779826 ], [ -4.407266614160736, 55.882494755758927 ], [ -4.410187112930743, 55.879204670710536 ], [ -4.41007578927208, 55.875319626609745 ], [ -4.411210055664489, 55.873166391862071 ], [ -4.41296986983241, 55.87218277449437 ], [ -4.417735057071975, 55.870790476117286 ], [ -4.421621563961942, 55.86733190755308 ], [ -4.42127146971472, 55.867125787068012 ], [ -4.421710313526322, 55.865753692477433 ], [ -4.422918988802071, 55.864245098666871 ], [ -4.423748841887797, 55.861762482971088 ], [ -4.422950300693001, 55.859102530917021 ], [ -4.424023525744414, 55.856783188918712 ], [ -4.426492988207657, 55.85469155255813 ], [ -4.4261066023399, 55.854004412573119 ], [ -4.423444096634194, 55.852867809751459 ], [ -4.422574728157217, 55.851941211556017 ], [ -4.422422760991803, 55.851091256541565 ], [ -4.421636856054575, 55.850946722012694 ], [ -4.423344064766367, 55.853108858009236 ], [ -4.425696367855295, 55.854139233124947 ], [ -4.425930725691325, 55.854540862464326 ], [ -4.42542718459647, 55.855409134842603 ], [ -4.423567121944944, 55.856510862943004 ], [ -4.423554633508286, 55.856515602952889 ], [ -4.422051487265049, 55.857730710831788 ], [ -4.422712880691932, 55.860961402062742 ], [ -4.422516774881146, 55.862354786481667 ], [ -4.420273530327886, 55.867451012024937 ], [ -4.417133069084807, 55.870312468990626 ], [ -4.414988612098975, 55.871096979703793 ], [ -4.414255417452774, 55.870642206442547 ], [ -4.410602818492952, 55.872680367233514 ], [ -4.408550302560724, 55.874798548616866 ], [ -4.40921499082333, 55.875127969289593 ], [ -4.408973143327342, 55.877959368563559 ], [ -4.408724598158004, 55.880244439044617 ], [ -4.405402298670842, 55.88301386065077 ], [ -4.406478278858425, 55.887272804142434 ], [ -4.404859856260774, 55.890606554064973 ], [ -4.403649565106529, 55.891311473851573 ], [ -4.393180030670352, 55.888558560241002 ], [ -4.393843538263937, 55.887387133154554 ], [ -4.392262994535963, 55.888340014120651 ], [ -4.387412087827415, 55.887110332167261 ], [ -4.386954553029339, 55.88726391094302 ], [ -4.383654378646312, 55.886256547167896 ], [ -4.382646109551676, 55.885382694947552 ], [ -4.383957237538751, 55.884285063415135 ], [ -4.384018602333642, 55.883721242489266 ], [ -4.381687898051642, 55.885168463690597 ], [ -4.380319314575028, 55.884546032856697 ], [ -4.381250760789067, 55.88387999554849 ], [ -4.380382699785554, 55.884118788619205 ], [ -4.381229227407322, 55.883267449419286 ], [ -4.379409415080286, 55.884493527294069 ], [ -4.379440354181454, 55.884189144067705 ], [ -4.371386349459567, 55.880711798641599 ], [ -4.370685608908923, 55.880023362627448 ], [ -4.364726483957869, 55.877368031237502 ], [ -4.363548191582752, 55.877157891303568 ], [ -4.356610330484035, 55.874349309458673 ], [ -4.354735093476219, 55.873082002421285 ], [ -4.356271513305996, 55.873190097271824 ], [ -4.355147195323834, 55.865764434184037 ], [ -4.353129213517973, 55.863873397415674 ], [ -4.353106612950038, 55.863579033783942 ], [ -4.354286656637994, 55.863561847365702 ], [ -4.355832375752992, 55.863539444479514 ], [ -4.356723365472871, 55.863525972578998 ], [ -4.360498232082855, 55.860837273124005 ], [ -4.364686108439007, 55.855329153775344 ], [ -4.376559159719547, 55.856466449565865 ], [ -4.377590635844633, 55.856244290650608 ], [ -4.380887042654813, 55.856346798760626 ], [ -4.379230679510358, 55.852673198599653 ], [ -4.37988870239479, 55.851048962039343 ], [ -4.377187091015764, 55.851521837042512 ], [ -4.375895368059445, 55.851404790821476 ], [ -4.374902325071765, 55.850579121948414 ], [ -4.373935019711461, 55.850305695133684 ], [ -4.374893780471886, 55.848658604497814 ], [ -4.371372391145624, 55.847631846823347 ], [ -4.371596559125916, 55.847325535901078 ], [ -4.370364511298806, 55.846690487066759 ], [ -4.369229807889515, 55.847155448016302 ], [ -4.368600077871392, 55.846888059391226 ], [ -4.368044183657656, 55.84544454839228 ], [ -4.368124792882614, 55.845194035773012 ], [ -4.368795620800326, 55.845270993609986 ], [ -4.369807996785458, 55.841144088853881 ], [ -4.370917902529773, 55.84074700654989 ], [ -4.370254354048891, 55.839450282785045 ], [ -4.371078433480556, 55.838452033995026 ], [ -4.373832831108054, 55.837705935487129 ], [ -4.374788653810618, 55.836460649588062 ], [ -4.374778003795466, 55.835631284326816 ], [ -4.37613198983218, 55.83499755373122 ], [ -4.375309850069818, 55.834688979797711 ], [ -4.378607674301081, 55.828882935030968 ], [ -4.377724225862448, 55.827777448970458 ], [ -4.377573045732382, 55.826791716247143 ], [ -4.381390268749275, 55.823178443788585 ], [ -4.381428599425494, 55.823152535465354 ], [ -4.393487659816983, 55.816345548714636 ], [ -4.394752346011322, 55.816612123835142 ], [ -4.396619267371552, 55.813510884801275 ], [ -4.400571677716576, 55.810949516806787 ], [ -4.404155936503777, 55.812700406342451 ], [ -4.405372633551452, 55.813767730741908 ], [ -4.407806882242225, 55.812941722705681 ], [ -4.4077029854782, 55.811104838317107 ], [ -4.41194009711521, 55.810013327843528 ], [ -4.412419355936912, 55.809556325590158 ], [ -4.414915638297034, 55.80888804013285 ], [ -4.415036265056171, 55.808619628300384 ], [ -4.416602284366476, 55.808522338164252 ], [ -4.417254105553351, 55.808043947467567 ], [ -4.419069710182045, 55.808291346476373 ], [ -4.420487860636696, 55.808023450019412 ], [ -4.43478689258752, 55.80826502479411 ], [ -4.436120059851453, 55.807430591663099 ], [ -4.437198228500008, 55.806883421879185 ], [ -4.437815007372341, 55.80579802797304 ], [ -4.439830822593366, 55.805163924097961 ], [ -4.441076147279372, 55.805147285716593 ], [ -4.441271484929682, 55.804673335204718 ], [ -4.442641629222392, 55.80389831302589 ], [ -4.445110948763437, 55.803144554238258 ], [ -4.453231402556474, 55.802477605110397 ], [ -4.455356339162406, 55.801885104643596 ], [ -4.457204193950963, 55.801733126629628 ], [ -4.458386166511654, 55.801219642187526 ], [ -4.459034519793922, 55.801531138509063 ], [ -4.458659270398795, 55.801830756630849 ], [ -4.459154071591142, 55.802136336195922 ], [ -4.465820807110972, 55.804730624215821 ], [ -4.468743301585284, 55.802923782132602 ], [ -4.47273000852177, 55.797797743277798 ], [ -4.475659782961936, 55.797752239573875 ], [ -4.480537872847721, 55.798260567609027 ], [ -4.485525537009024, 55.797782291833499 ], [ -4.485857278434183, 55.798280712186774 ], [ -4.489559124829436, 55.79923131666623 ], [ -4.495159734022537, 55.801449246738237 ], [ -4.496618818796645, 55.799464700290748 ], [ -4.496266804011951, 55.799000874101182 ], [ -4.498744381331151, 55.797848579541728 ], [ -4.500766062778555, 55.795112815582726 ], [ -4.502120756692515, 55.794368885435318 ], [ -4.501365413642688, 55.794034624921025 ], [ -4.50181971658189, 55.793456427733354 ], [ -4.501116535635956, 55.792989877153936 ], [ -4.499320439040699, 55.793716709619176 ], [ -4.498049608797028, 55.793528633220319 ], [ -4.497659912832267, 55.79387091273955 ], [ -4.49728250890166, 55.793508272528577 ], [ -4.496747550599026, 55.793525434742918 ], [ -4.496748909533422, 55.792873768478039 ], [ -4.495025742679212, 55.791624366477734 ], [ -4.495784184124495, 55.790737116659621 ], [ -4.497975873719522, 55.790235085873093 ], [ -4.498284170839743, 55.78964369101007 ], [ -4.499504017279056, 55.789187453028205 ], [ -4.499624640543302, 55.788854236027433 ], [ -4.501523193833877, 55.788335632715324 ], [ -4.502140290599598, 55.787784678448325 ], [ -4.503128448583706, 55.787671974038211 ], [ -4.503960161131645, 55.786811939769194 ], [ -4.505876517647788, 55.786473566312921 ], [ -4.50642518286358, 55.785976116288651 ], [ -4.510664475427281, 55.785894059172158 ], [ -4.514330178853286, 55.784460987477885 ], [ -4.516024517690069, 55.783106838126699 ], [ -4.516735131831082, 55.78143845833339 ], [ -4.517306666638336, 55.78117508023572 ], [ -4.517194124682936, 55.779455249566496 ], [ -4.521975451783905, 55.774420872085024 ], [ -4.53227538553154, 55.776758052762702 ], [ -4.531163422077962, 55.777366101476382 ], [ -4.532972920964956, 55.777947196885322 ], [ -4.537540960236653, 55.778593560060486 ], [ -4.541951289002016, 55.778530249830183 ], [ -4.5467977202626, 55.775008044746109 ], [ -4.546998711342339, 55.772687600586927 ], [ -4.547867331527143, 55.772021533339249 ], [ -4.54875243205427, 55.769337249055063 ], [ -4.550952872083323, 55.766386558263569 ], [ -4.558246825147323, 55.766604282598912 ], [ -4.558298742214159, 55.76788313621072 ], [ -4.557455611729742, 55.76993204967313 ], [ -4.559708141869524, 55.77065453125342 ], [ -4.560568750663475, 55.771328694812581 ], [ -4.562365968055566, 55.771550082794271 ], [ -4.562841874041115, 55.77357690644137 ], [ -4.563722488063244, 55.773801215965001 ], [ -4.56454407332834, 55.774631665164534 ], [ -4.565091469768388, 55.778083433733343 ], [ -4.567150539965684, 55.778740613980162 ], [ -4.569494598810194, 55.778105571307762 ], [ -4.572472104903659, 55.77902478518687 ], [ -4.573319448210012, 55.781039300984496 ], [ -4.57239504066198, 55.782041083925584 ], [ -4.572142946478252, 55.783104287780539 ], [ -4.572509494876776, 55.783486706652361 ], [ -4.574659230212152, 55.783456956017559 ], [ -4.576690324060648, 55.783055741212607 ], [ -4.578712626256555, 55.781967068693064 ], [ -4.579157863184411, 55.780329933462561 ], [ -4.580974668616589, 55.777825375261649 ], [ -4.580788439024626, 55.777372679293869 ], [ -4.579519678673154, 55.777069453923517 ], [ -4.580264128868884, 55.776365312361186 ], [ -4.583091096168195, 55.77529740905387 ], [ -4.584407226091083, 55.77532905093868 ], [ -4.585002874872989, 55.775654480975966 ], [ -4.584711599842246, 55.776409340574169 ], [ -4.585312766668995, 55.776649263704428 ], [ -4.586547874889139, 55.776323952296231 ], [ -4.587325734502757, 55.776510709285688 ], [ -4.589417686531887, 55.776312931267135 ], [ -4.58990378755106, 55.775803829135548 ], [ -4.591894696451193, 55.775502075580476 ], [ -4.594453272765198, 55.77436047088284 ], [ -4.596815987096037, 55.771763235311376 ], [ -4.597537169672301, 55.77172192109235 ], [ -4.599084942283637, 55.77259970807296 ], [ -4.599780801279526, 55.7725849830097 ], [ -4.601684253080729, 55.770807223419609 ], [ -4.604585496923501, 55.770341262093019 ], [ -4.606158256209903, 55.769609502906114 ], [ -4.606480660486511, 55.76856359963066 ], [ -4.60700893436761, 55.768356440901663 ], [ -4.606968439551781, 55.767391942691276 ], [ -4.610222388793895, 55.76695970481201 ], [ -4.611001279785423, 55.766042508267034 ], [ -4.612488732427853, 55.765565053041939 ], [ -4.614712112006726, 55.762650424831399 ], [ -4.616554449374644, 55.761500216217506 ], [ -4.617180593545304, 55.76232729696374 ], [ -4.616672707252008, 55.762955625795556 ], [ -4.61845774120289, 55.764850104302944 ], [ -4.619297568537323, 55.764416930429334 ], [ -4.623935107471753, 55.764129187548413 ], [ -4.626023718235357, 55.764533974652537 ], [ -4.628288818013442, 55.764481031358123 ], [ -4.629191711708586, 55.764820348313812 ], [ -4.630798935152546, 55.764444370793413 ], [ -4.630630951199648, 55.765287494500583 ], [ -4.631932011992532, 55.765620061077414 ], [ -4.63335301220263, 55.767115851668549 ], [ -4.633097578101997, 55.767630975751842 ], [ -4.634489412324338, 55.768314818584116 ], [ -4.634210336981815, 55.768928426723058 ], [ -4.63466567142942, 55.770879053555056 ], [ -4.63186389094598, 55.773903521036026 ], [ -4.633826439692042, 55.774652445471034 ], [ -4.634748793203448, 55.775322982694497 ], [ -4.633751350977073, 55.776044575515598 ], [ -4.63868681349676, 55.774789930063569 ], [ -4.644555236518086, 55.768904784577856 ], [ -4.648671786702959, 55.76243691578329 ], [ -4.650472649979521, 55.760854731343478 ], [ -4.651404980885848, 55.760968537106265 ], [ -4.652448218694285, 55.760555907571522 ], [ -4.653080807606587, 55.760645612555393 ], [ -4.652854476112241, 55.760388035502082 ], [ -4.653966991158076, 55.760455683381466 ], [ -4.65506526876595, 55.75984499205633 ], [ -4.659212026906264, 55.759945833975351 ], [ -4.660093530910378, 55.759524055904379 ], [ -4.661181719058024, 55.759726095093548 ], [ -4.657720472805744, 55.761288654440115 ], [ -4.657283009855504, 55.762192483158238 ], [ -4.657687265516986, 55.763119446605074 ], [ -4.656967884918507, 55.763676122875111 ], [ -4.656668073578423, 55.764635396493993 ], [ -4.65817934570239, 55.76540627678316 ], [ -4.65847313912145, 55.766302370724681 ], [ -4.659695541288546, 55.76655275486943 ], [ -4.662377707754367, 55.768008322734381 ], [ -4.663369820701065, 55.767406151792592 ], [ -4.663996725635219, 55.767410533723506 ], [ -4.665635081640076, 55.768450922754624 ], [ -4.665415116631397, 55.769362644591048 ], [ -4.66405378328854, 55.76974183355064 ], [ -4.664625414180483, 55.770991431359306 ], [ -4.665255577502649, 55.771299550970653 ], [ -4.666588383170287, 55.771249051996492 ], [ -4.667054632649236, 55.771608360357391 ], [ -4.666162849692752, 55.772256022043024 ], [ -4.669075034419643, 55.774290715598788 ], [ -4.668456675399239, 55.774436282091919 ], [ -4.668422005591756, 55.774838825104418 ], [ -4.669357538409381, 55.776089485824869 ], [ -4.668501737979719, 55.776517958845339 ], [ -4.669778146325898, 55.776596290373462 ], [ -4.67087709146503, 55.777413734056125 ], [ -4.671251568700779, 55.778574108558409 ], [ -4.672585967385032, 55.778799462543859 ], [ -4.672878772195796, 55.779139153009808 ], [ -4.677504698015802, 55.779079763806742 ], [ -4.676827570457455, 55.779950235413715 ], [ -4.67721468496415, 55.780943130307712 ], [ -4.676799016264904, 55.782486542485621 ], [ -4.674690599740337, 55.783606601003747 ], [ -4.673208257331191, 55.785158834792313 ], [ -4.673328769873816, 55.786102710921796 ], [ -4.672773558425149, 55.786846461558 ], [ -4.673678811444329, 55.787579109662452 ], [ -4.67275597761305, 55.788033337220895 ], [ -4.673739176597667, 55.788506317019753 ], [ -4.673364683948924, 55.789047489199781 ], [ -4.676132395907462, 55.790393950795647 ], [ -4.676772606255822, 55.791260886818989 ], [ -4.677526589621358, 55.791553665999245 ], [ -4.678400815604964, 55.793388060050333 ], [ -4.679226220426568, 55.794069377472034 ], [ -4.67944735353767, 55.795313970129918 ], [ -4.680050110757895, 55.795401496990564 ], [ -4.680175868766701, 55.79597761953336 ], [ -4.680923427564625, 55.796430516202605 ], [ -4.681911912562303, 55.796558156172445 ], [ -4.682219302183895, 55.798150518450932 ], [ -4.683333565764635, 55.799038534132244 ], [ -4.684662072062963, 55.801530819444224 ], [ -4.684398387059835, 55.802336565238761 ], [ -4.685716001807316, 55.803741457471553 ], [ -4.68719378878763, 55.803879935239301 ], [ -4.687442325391211, 55.804359884963404 ], [ -4.688862899957483, 55.804593974525069 ], [ -4.698013281161594, 55.803521523038079 ], [ -4.70999223807322, 55.804003997712933 ], [ -4.720475065941853, 55.805111691591257 ], [ -4.721530410973659, 55.806054609066365 ], [ -4.728357620203232, 55.809534663807547 ], [ -4.730368970295035, 55.811018075929134 ], [ -4.722368194271423, 55.820790987586363 ], [ -4.730938530582046, 55.822243106398375 ], [ -4.744927047744531, 55.824280274949807 ], [ -4.748956613622, 55.827075613330187 ], [ -4.757944141521759, 55.829287781896653 ], [ -4.765053221192469, 55.833483148374029 ], [ -4.779111600952406, 55.839458316366255 ], [ -4.783728228055686, 55.8397943248115 ], [ -4.784011263520652, 55.841518265923014 ], [ -4.783388786169329, 55.84197281226335 ], [ -4.783521214267942, 55.843601286339315 ], [ -4.782939491315473, 55.84395603008948 ], [ -4.78215054909197, 55.843870513367172 ], [ -4.781359168211415, 55.844086172253519 ], [ -4.781382255322173, 55.844409247491285 ], [ -4.780080006759635, 55.844294878494622 ], [ -4.777970822662103, 55.844738058845614 ], [ -4.777934211144045, 55.84500855030624 ], [ -4.777630444611956, 55.844781704015745 ], [ -4.775908431206049, 55.844941942677345 ], [ -4.774273090359056, 55.844637278283251 ], [ -4.774018558711985, 55.844876729935109 ], [ -4.773710978414583, 55.844596027501176 ], [ -4.772857968996039, 55.844844481912077 ], [ -4.771188209314699, 55.844616957732441 ], [ -4.769361242435091, 55.845210931533337 ], [ -4.76867405866478, 55.844871350432122 ], [ -4.768766271885523, 55.84526927479552 ], [ -4.768021998262711, 55.845362437164667 ], [ -4.767805069448058, 55.845681927880854 ], [ -4.765886779262112, 55.845554308083344 ], [ -4.765552433207011, 55.8457955368673 ], [ -4.765109320765111, 55.845517861948053 ], [ -4.763908492535104, 55.845819018614158 ], [ -4.762133435299808, 55.845795985665902 ], [ -4.759845286278224, 55.846310287201462 ], [ -4.759586270378703, 55.847118796569845 ], [ -4.753729159719105, 55.848159769553924 ], [ -4.753067290899109, 55.848628521597625 ], [ -4.753149116606706, 55.84910758685168 ], [ -4.750941311650752, 55.849768233670588 ], [ -4.749325820738482, 55.849269535726791 ], [ -4.748425640369644, 55.849532355029645 ], [ -4.747116912830578, 55.849440252490993 ], [ -4.746761795840935, 55.850068407056611 ], [ -4.746013061499173, 55.849873895117582 ], [ -4.744920137906377, 55.850123015002147 ], [ -4.743837275157111, 55.85006179007852 ], [ -4.743384210554983, 55.849528082179383 ], [ -4.742748369411522, 55.849461368131585 ], [ -4.74220553555065, 55.85014762780964 ], [ -4.738800346100532, 55.850349360478404 ], [ -4.736580298152709, 55.851158331420208 ], [ -4.73439786121723, 55.851139466176299 ], [ -4.730012083179395, 55.852625662723177 ], [ -4.729402328195706, 55.853272899017306 ], [ -4.727031634228386, 55.852507526952401 ], [ -4.723855852861261, 55.85245207222524 ], [ -4.718658369084642, 55.851362612187387 ], [ -4.716728296232466, 55.850609774285537 ], [ -4.715543997964116, 55.849094383388831 ], [ -4.713838857298952, 55.84870057368736 ], [ -4.712436862467601, 55.847841634252084 ], [ -4.710053373145869, 55.847112178804977 ], [ -4.707844251341193, 55.847165341879084 ], [ -4.705770086012238, 55.846402026659227 ], [ -4.703826962987723, 55.846718922346021 ], [ -4.703232329455684, 55.845518535412332 ], [ -4.704469331744805, 55.845041903741965 ], [ -4.703719447928517, 55.844366272688909 ], [ -4.702550498259458, 55.84421219924608 ], [ -4.702092705843333, 55.843831256413552 ], [ -4.703354446215492, 55.842446242712178 ], [ -4.702527747655386, 55.842158803812758 ], [ -4.701906976175649, 55.842536485173476 ], [ -4.701033870402568, 55.842155675833375 ], [ -4.701219709282819, 55.840920155007247 ], [ -4.699108260397732, 55.84076428153238 ], [ -4.699104591750431, 55.841402552293005 ], [ -4.698541491718843, 55.841805916181137 ], [ -4.695160596751324, 55.840850879647952 ], [ -4.694072143948072, 55.841050011536339 ], [ -4.686657929643858, 55.840672930650115 ], [ -4.684100589236538, 55.840072620632895 ], [ -4.681277937788289, 55.838402115151467 ], [ -4.678796665515387, 55.837975314958527 ], [ -4.678424236867515, 55.838227018374113 ], [ -4.654758163325291, 55.840215308951933 ], [ -4.64334000467705, 55.839086081870839 ], [ -4.640465499341119, 55.839567607116209 ], [ -4.63909977167564, 55.840698911013945 ], [ -4.632640488004879, 55.841109731637943 ], [ -4.631757488817587, 55.842414876307309 ], [ -4.630711700254277, 55.844857833548737 ], [ -4.62875159653271, 55.847296060277515 ], [ -4.627340687257695, 55.848098317140391 ], [ -4.624819646142084, 55.848408324715905 ], [ -4.623036951594662, 55.849835967579445 ], [ -4.623296478580947, 55.851220933773511 ], [ -4.622917854910773, 55.852359747834861 ], [ -4.622089703698289, 55.853040750380217 ], [ -4.62257755084839, 55.853451003580666 ], [ -4.622060828969604, 55.85443815909224 ], [ -4.624767796585988, 55.855741254195436 ], [ -4.624618184679075, 55.857858513158845 ], [ -4.625714356007823, 55.858827431791703 ], [ -4.624948729176629, 55.859370493864205 ], [ -4.624684760589646, 55.860219236808298 ], [ -4.622824790431684, 55.861599081170588 ], [ -4.619369760946464, 55.861794953231218 ], [ -4.617465080313089, 55.862229192131217 ], [ -4.612320398464127, 55.862065324581557 ], [ -4.611480871798597, 55.862892102900709 ], [ -4.609725685523503, 55.863102831950663 ], [ -4.601409360952663, 55.862859252651248 ], [ -4.599395750749373, 55.86248027352169 ], [ -4.598450615664542, 55.861945666416545 ], [ -4.597315950905843, 55.862401969891181 ], [ -4.598692261391721, 55.863935963550389 ], [ -4.603317767212014, 55.86510460159321 ], [ -4.6090820310524, 55.867899174644862 ], [ -4.610402856678065, 55.869072889916659 ], [ -4.608645877805458, 55.870285835614467 ], [ -4.604543468415748, 55.871401928466923 ], [ -4.600222741299777, 55.871910393807077 ], [ -4.605224316371018, 55.875455617402778 ], [ -4.601880618727863, 55.876689468954048 ], [ -4.599450531319807, 55.878629280234556 ], [ -4.599116179416903, 55.879678985267468 ], [ -4.602046677479116, 55.880484408130073 ], [ -4.604722482656872, 55.881687044677413 ], [ -4.603943472429613, 55.884070152089919 ], [ -4.60436381604482, 55.884329105931364 ], [ -4.606436594978621, 55.884928773525004 ], [ -4.607575853773983, 55.884747338056791 ], [ -4.609921056024597, 55.885092197671874 ], [ -4.610891874332847, 55.885807741990405 ], [ -4.610960368393047, 55.886684445863715 ], [ -4.612316909555347, 55.88771267603267 ], [ -4.615769720133435, 55.888732297155393 ], [ -4.617507136102506, 55.888549737274857 ], [ -4.61792607753034, 55.888928220691866 ], [ -4.619167984196133, 55.889034817409915 ], [ -4.618505951999434, 55.890484343275752 ], [ -4.617264487705288, 55.891572277189404 ], [ -4.614490389619597, 55.892324252044212 ], [ -4.613050530175955, 55.893913409582247 ], [ -4.613862586338242, 55.896568384345848 ], [ -4.613378484812085, 55.897433453778262 ], [ -4.612013818776191, 55.898336090570965 ], [ -4.612014128292207, 55.901528725235487 ], [ -4.613914625317295, 55.903118848562855 ], [ -4.615413313137837, 55.905440142775277 ], [ -4.613232623919591, 55.906037448899184 ], [ -4.61599156695418, 55.907112258996989 ], [ -4.619013522079676, 55.90667497279393 ], [ -4.626287036806848, 55.906334812843063 ], [ -4.627849791584219, 55.90646863669437 ], [ -4.628340996581158, 55.907390236735779 ], [ -4.630782844755115, 55.907437834056381 ], [ -4.632805174099085, 55.909558080536954 ], [ -4.634110019261787, 55.913082351377049 ], [ -4.635043925063622, 55.913731991953753 ], [ -4.633772638941191, 55.913959642114499 ], [ -4.631887447164182, 55.915495625707621 ], [ -4.631032395072302, 55.915560645372693 ], [ -4.629573018912964, 55.916415162087368 ], [ -4.62798313176994, 55.916264857099044 ], [ -4.624960198545087, 55.918093766277906 ], [ -4.623771128887948, 55.918404047316173 ], [ -4.622829829065199, 55.919657302837493 ], [ -4.623729600468488, 55.92022865868234 ], [ -4.623782268704512, 55.920865705290211 ], [ -4.623150877436268, 55.921447222245334 ], [ -4.620141032936332, 55.921771985142961 ], [ -4.618136272849568, 55.923186252497096 ], [ -4.617427405327034, 55.92418734119849 ], [ -4.618193801948, 55.925937240117648 ], [ -4.617374117301305, 55.928666432917296 ], [ -4.616028976545199, 55.929540820278028 ], [ -4.614809890034651, 55.929316845469501 ], [ -4.614381328795645, 55.930227470029365 ], [ -4.614287827869537, 55.930313046412131 ], [ -4.614104691793329, 55.930327721107645 ], [ -4.612732842416976, 55.929951472337763 ], [ -4.609852457475805, 55.929950548862188 ] ] ] } }, +{ "type": "Feature", "properties": { "LAD13CD": "S12000039", "LAD13CDO": "00QG", "LAD13NM": "West Dunbartonshire", "LAD13NMW": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -4.587386076616864, 56.073231406951869 ], [ -4.583110965820938, 56.072983947081291 ], [ -4.574972876988897, 56.074448352597528 ], [ -4.572208165206994, 56.074559956090091 ], [ -4.567444265882289, 56.073850274448148 ], [ -4.560778948246653, 56.071485665196342 ], [ -4.557242335583751, 56.07122198033688 ], [ -4.55345880266339, 56.071354281047476 ], [ -4.532366255575036, 56.073430253120456 ], [ -4.530199576518063, 56.073006441499885 ], [ -4.527312855382831, 56.071721028471977 ], [ -4.523776758836724, 56.0711912337214 ], [ -4.517080975607234, 56.06717654948676 ], [ -4.514777974769327, 56.06627979715644 ], [ -4.513163534191006, 56.065099341246771 ], [ -4.510243955002024, 56.061165495184639 ], [ -4.506900148122639, 56.060485712818341 ], [ -4.506322955593792, 56.058597415870203 ], [ -4.50428937663753, 56.058548843256318 ], [ -4.501229870808221, 56.059227488121451 ], [ -4.499718114782884, 56.061135688276885 ], [ -4.500378885881027, 56.061565394511341 ], [ -4.50389528829899, 56.061983899606403 ], [ -4.504729453114437, 56.062410962053768 ], [ -4.504830951788978, 56.063034453185359 ], [ -4.503593267038489, 56.064832875964306 ], [ -4.505299392490716, 56.066564342483623 ], [ -4.504878501177646, 56.067580423770941 ], [ -4.503415012545923, 56.067187705183457 ], [ -4.501930499745147, 56.065825611544177 ], [ -4.500377891919916, 56.065072456884621 ], [ -4.496000114516717, 56.063933383529346 ], [ -4.491705785579464, 56.063435997165335 ], [ -4.491291761665889, 56.061924525447139 ], [ -4.490069891382776, 56.061934817135885 ], [ -4.489177765580608, 56.06227548466439 ], [ -4.488252044645878, 56.064114186647444 ], [ -4.48613688036295, 56.064075046385007 ], [ -4.487995841796039, 56.061559635978213 ], [ -4.488171485994038, 56.060271739520708 ], [ -4.487191645607272, 56.060297792624738 ], [ -4.48483703861112, 56.061077752274905 ], [ -4.483833218881918, 56.060631504941007 ], [ -4.482534511935399, 56.059321169392533 ], [ -4.479478870582905, 56.059166026619266 ], [ -4.47853176786228, 56.059676691839549 ], [ -4.47797823862492, 56.061239099408709 ], [ -4.476170259473681, 56.061428198709066 ], [ -4.475495322820042, 56.061224242427656 ], [ -4.475923203858329, 56.059529553075251 ], [ -4.477474628155997, 56.058798255569158 ], [ -4.477890818897556, 56.058099635757728 ], [ -4.4772423567049, 56.057932007419332 ], [ -4.475869151480131, 56.058260669102076 ], [ -4.474950375526865, 56.057434259899274 ], [ -4.475284435926187, 56.056932331271788 ], [ -4.474617649110711, 56.056227589810362 ], [ -4.477976034383185, 56.05512207736755 ], [ -4.478221653985316, 56.05416893368524 ], [ -4.478859073776842, 56.053589895164151 ], [ -4.479516479927102, 56.053497588162102 ], [ -4.479585072592185, 56.052489579402831 ], [ -4.48054629818879, 56.051951656156298 ], [ -4.480516426856719, 56.051461524725354 ], [ -4.481444102715797, 56.051326920971484 ], [ -4.481905156633566, 56.050728944418474 ], [ -4.483251969225247, 56.050744076206279 ], [ -4.48320598148332, 56.050403466604052 ], [ -4.485382815560663, 56.050189748211849 ], [ -4.486820162850966, 56.050488827930593 ], [ -4.498912369452953, 56.047667597824187 ], [ -4.488317387969353, 56.040847078747738 ], [ -4.488542602521898, 56.039756807239804 ], [ -4.487218525281606, 56.03906629496295 ], [ -4.488602100024476, 56.035844112931471 ], [ -4.492161256927875, 56.033752664789894 ], [ -4.490024928801689, 56.032935692289392 ], [ -4.49178927754598, 56.031269657467789 ], [ -4.487706699192064, 56.029565321173891 ], [ -4.488267435128574, 56.029474014201 ], [ -4.488543795248706, 56.028705370750501 ], [ -4.488068793840936, 56.028332975217644 ], [ -4.489060437691154, 56.028054110063053 ], [ -4.488180085028366, 56.027244102078718 ], [ -4.487850642349665, 56.025791128673603 ], [ -4.488822625693563, 56.024808914873631 ], [ -4.48733270787699, 56.023702923482283 ], [ -4.48551492350632, 56.022688011050079 ], [ -4.483297627221105, 56.022922337845003 ], [ -4.481395376893078, 56.022464514009982 ], [ -4.480369322215909, 56.021429993966706 ], [ -4.480707072551248, 56.020315900140218 ], [ -4.479140728670489, 56.019988796507079 ], [ -4.478977634132282, 56.01924698735786 ], [ -4.480981370404855, 56.016512131374618 ], [ -4.480519750164565, 56.016119666083604 ], [ -4.48063004790048, 56.015237539652453 ], [ -4.481364700835845, 56.014733816180573 ], [ -4.481194437523802, 56.013705442184659 ], [ -4.48190736373081, 56.013338767161628 ], [ -4.481938474849545, 56.012448346602504 ], [ -4.482654604190285, 56.012282030802091 ], [ -4.482410441802395, 56.011527477335036 ], [ -4.481916565016403, 56.011206670930505 ], [ -4.48054270985295, 56.011248707084505 ], [ -4.479225486297532, 56.01089772010468 ], [ -4.477031289384166, 56.009829143227883 ], [ -4.47586709673698, 56.008308428104911 ], [ -4.472894194268786, 56.006497747753443 ], [ -4.473038859140881, 56.004946246285385 ], [ -4.470808259032072, 56.002294642855411 ], [ -4.469720621066013, 56.00196591860599 ], [ -4.448708862874343, 56.004506289500796 ], [ -4.446041778573415, 56.002788664746724 ], [ -4.445584751759801, 56.001521475161155 ], [ -4.445062840567458, 56.001257704364342 ], [ -4.445335512472194, 56.000623152631071 ], [ -4.444007929107359, 55.999665329194997 ], [ -4.445335915917454, 55.999360366820611 ], [ -4.445444750720531, 55.997529201286731 ], [ -4.444090038968642, 55.997663928514299 ], [ -4.444543859043193, 55.996850524397374 ], [ -4.442847852056182, 55.995261867556195 ], [ -4.442535552444392, 55.99476025040056 ], [ -4.442959581862818, 55.994491200726777 ], [ -4.44196129194419, 55.993791967341913 ], [ -4.441961046726784, 55.993279670925091 ], [ -4.440820959064256, 55.993001168433715 ], [ -4.440329787379149, 55.992332321768238 ], [ -4.43963262592493, 55.992211309680009 ], [ -4.440222720477279, 55.991651373798426 ], [ -4.439150982305696, 55.99105693212281 ], [ -4.438662309234854, 55.99017232405712 ], [ -4.438889231784774, 55.989574642282832 ], [ -4.43785628956287, 55.989213103304664 ], [ -4.437285995401738, 55.988559292174237 ], [ -4.436310075790586, 55.988466244754513 ], [ -4.435016935057686, 55.987790762305622 ], [ -4.434435843590903, 55.986454084410582 ], [ -4.433393935417752, 55.985692732380464 ], [ -4.433772272439242, 55.984314631120625 ], [ -4.433196825616967, 55.983831670821594 ], [ -4.430672403713156, 55.982564794146406 ], [ -4.430457297125869, 55.982968991247297 ], [ -4.429817422114933, 55.982352470729708 ], [ -4.428682403170138, 55.982275983666391 ], [ -4.428378652233884, 55.981522508120328 ], [ -4.4276686517305, 55.981320794191298 ], [ -4.430354377064615, 55.979029902722488 ], [ -4.417832321702828, 55.974238665593404 ], [ -4.41403779838104, 55.971347135876364 ], [ -4.407907197198138, 55.972244548810401 ], [ -4.406424198665921, 55.971720783184068 ], [ -4.40205269276433, 55.971834856216759 ], [ -4.400790766404866, 55.968100811800021 ], [ -4.399143290788526, 55.966986980205007 ], [ -4.400247700902138, 55.963990546852294 ], [ -4.40023153862824, 55.962435994042416 ], [ -4.398052016914566, 55.958416015919163 ], [ -4.399024268248668, 55.957039943870591 ], [ -4.398075614336534, 55.955301326354046 ], [ -4.393960156015594, 55.953617106021817 ], [ -4.387198214505076, 55.95296462883546 ], [ -4.386518161278387, 55.95245652400682 ], [ -4.385482694214924, 55.945780780223473 ], [ -4.387426635346297, 55.945877925096227 ], [ -4.388633825405409, 55.945558822225273 ], [ -4.38966815162067, 55.945111841752592 ], [ -4.390068769844036, 55.944387749818887 ], [ -4.389912060462699, 55.943144200870208 ], [ -4.388868585409241, 55.94253171510784 ], [ -4.388584853433116, 55.941357137473481 ], [ -4.386851151480645, 55.93988442000154 ], [ -4.387867074101666, 55.937891929680831 ], [ -4.389874088084587, 55.936601908404604 ], [ -4.389132156400187, 55.936566873718107 ], [ -4.388992796028869, 55.933939782059873 ], [ -4.382621591005383, 55.933569808628903 ], [ -4.382504769113106, 55.932214931213295 ], [ -4.38027524686752, 55.9317835031556 ], [ -4.380244276250719, 55.930208564180262 ], [ -4.38408571940592, 55.928135382185182 ], [ -4.383709509270085, 55.926545556085351 ], [ -4.381466976455351, 55.926810050396753 ], [ -4.38022270621521, 55.923905928322448 ], [ -4.381766230787474, 55.922660942782834 ], [ -4.379632276113631, 55.920985562736561 ], [ -4.3800068033714, 55.918792519440636 ], [ -4.385167398391834, 55.917890039569677 ], [ -4.387223756444715, 55.917209356779445 ], [ -4.387807162993427, 55.916624626517368 ], [ -4.388733704359975, 55.91316346083098 ], [ -4.386891956866179, 55.911187739172348 ], [ -4.389967844879068, 55.91051689095287 ], [ -4.380695516276805, 55.904001642557702 ], [ -4.376226206611519, 55.901530113689333 ], [ -4.375595061344579, 55.899946982565879 ], [ -4.378745523587435, 55.900087455147563 ], [ -4.380393050249769, 55.8979956188861 ], [ -4.380028160957365, 55.897470603879462 ], [ -4.380370753446835, 55.896770127008438 ], [ -4.381765562624127, 55.896508561290474 ], [ -4.380677098096303, 55.895347738389759 ], [ -4.38320277327964, 55.894539391252408 ], [ -4.382702039699388, 55.893807600757953 ], [ -4.38365002131608, 55.893225712414626 ], [ -4.383154406124131, 55.892890182974604 ], [ -4.383605757453601, 55.892086926904391 ], [ -4.385933452867534, 55.892643096953449 ], [ -4.387231816324361, 55.891257174537543 ], [ -4.385632298270145, 55.890916101967839 ], [ -4.385221575108963, 55.890217628476954 ], [ -4.385794881317978, 55.890047431751434 ], [ -4.388723526950852, 55.890780637985017 ], [ -4.389156352118034, 55.890536756677243 ], [ -4.390479505671552, 55.890752830339764 ], [ -4.39240793996771, 55.889577505044578 ], [ -4.397827531968905, 55.891047571707965 ], [ -4.402290922520725, 55.892825479941862 ], [ -4.401590735991436, 55.893012610469015 ], [ -4.393485866739239, 55.890356452771854 ], [ -4.392080112453673, 55.890565339828385 ], [ -4.399574260936062, 55.893304502947743 ], [ -4.399303975172738, 55.894107885828085 ], [ -4.40178981022936, 55.894965361126118 ], [ -4.402856250632939, 55.893457966646316 ], [ -4.403760578071434, 55.893571526900736 ], [ -4.404405199372047, 55.893959788166967 ], [ -4.404307641038611, 55.894399398583914 ], [ -4.405630229407394, 55.89470609896717 ], [ -4.407580607793354, 55.896057467220466 ], [ -4.406514981029963, 55.898402547495202 ], [ -4.40719842942007, 55.898486249140625 ], [ -4.408607802473298, 55.897222854913323 ], [ -4.409424583077901, 55.897341683091518 ], [ -4.411055979880301, 55.898497916882036 ], [ -4.410417282121299, 55.898774668775339 ], [ -4.411271196793614, 55.899156099704385 ], [ -4.41188286204924, 55.899062325134331 ], [ -4.415656681911328, 55.901688240330458 ], [ -4.414793950969348, 55.902273198788556 ], [ -4.414854259049473, 55.902728594931553 ], [ -4.41704565886889, 55.902567837961968 ], [ -4.419123957499347, 55.903494091663575 ], [ -4.429559180311805, 55.905705363416097 ], [ -4.43204374823205, 55.90565090085159 ], [ -4.437348690116474, 55.906202072817081 ], [ -4.440125842368667, 55.906882251031071 ], [ -4.440183334697784, 55.907160633077666 ], [ -4.443879819403829, 55.908386934925474 ], [ -4.449570857996327, 55.911955232684335 ], [ -4.451798123800891, 55.914231554426991 ], [ -4.457324392160312, 55.91858473426565 ], [ -4.458033085692227, 55.918629905260268 ], [ -4.458343238890484, 55.919736410379642 ], [ -4.458676245661332, 55.919535621763977 ], [ -4.458592339711704, 55.919904002742619 ], [ -4.459254869736111, 55.919725392094087 ], [ -4.459161642455171, 55.919946558601673 ], [ -4.459502735141402, 55.919822901917911 ], [ -4.4604956939124, 55.920211108843226 ], [ -4.463254848815811, 55.922401102702814 ], [ -4.466750543233314, 55.924488200356286 ], [ -4.466596419189008, 55.924808560820814 ], [ -4.475757371559096, 55.927587987169183 ], [ -4.479177175431019, 55.928243595519604 ], [ -4.481980364716784, 55.929218929116793 ], [ -4.482790316735899, 55.9291666465625 ], [ -4.483521778423516, 55.929488940808682 ], [ -4.48342134527771, 55.930121020067929 ], [ -4.489372765340316, 55.930901421588104 ], [ -4.492377676836481, 55.930997018479246 ], [ -4.491978709852391, 55.930119781899108 ], [ -4.487130645969459, 55.929742351966368 ], [ -4.492084251783094, 55.930043045694262 ], [ -4.492491851158095, 55.930655861635351 ], [ -4.493690680604868, 55.930027595943329 ], [ -4.49369001131998, 55.930316122636299 ], [ -4.494419814164407, 55.930212358067948 ], [ -4.494906485051667, 55.930485617448603 ], [ -4.494985323097261, 55.929694877682891 ], [ -4.501325000304232, 55.929342439665398 ], [ -4.502434233487749, 55.928990938898572 ], [ -4.503264461815122, 55.929303020835093 ], [ -4.506899751602955, 55.929442966462418 ], [ -4.505272938965192, 55.930630137276921 ], [ -4.505547366872192, 55.930962500744194 ], [ -4.506504537534433, 55.931082331702186 ], [ -4.509896456741829, 55.929684806168574 ], [ -4.515812492543128, 55.930084462945366 ], [ -4.516520389650089, 55.932359240457217 ], [ -4.517241827594112, 55.93202811474471 ], [ -4.520105583269085, 55.932462073890214 ], [ -4.520739438533365, 55.932804124725095 ], [ -4.522768436856723, 55.932735602989105 ], [ -4.526345213696161, 55.933175478737098 ], [ -4.529094142696188, 55.93270469402227 ], [ -4.531031741651325, 55.933272468947862 ], [ -4.534782296463256, 55.93352696995111 ], [ -4.536160587371689, 55.932836166968805 ], [ -4.537443135171885, 55.932958942817301 ], [ -4.537645490300403, 55.933384401381595 ], [ -4.53826544681616, 55.932924016597589 ], [ -4.540920923689781, 55.932960021805677 ], [ -4.542352987251662, 55.933165047613535 ], [ -4.542016656873158, 55.933395879527467 ], [ -4.542514475310841, 55.933454723978379 ], [ -4.543665033877137, 55.934201236788425 ], [ -4.545143443851173, 55.934159898795222 ], [ -4.544767122957195, 55.93435462935323 ], [ -4.545906753154162, 55.934884735121869 ], [ -4.54525971415598, 55.935395153216596 ], [ -4.546211165886225, 55.934887428278422 ], [ -4.547298835181286, 55.935406012743812 ], [ -4.55045248215261, 55.935807208768956 ], [ -4.553402542015434, 55.936763517091777 ], [ -4.556491407841768, 55.936883677255672 ], [ -4.557231704693598, 55.937619709595253 ], [ -4.556733831879994, 55.936795952983708 ], [ -4.558027851639278, 55.936215408291545 ], [ -4.559850778026011, 55.936273694736748 ], [ -4.562105226638653, 55.935301026442595 ], [ -4.563267037118502, 55.935266058780662 ], [ -4.565299618103229, 55.936800243562203 ], [ -4.564695522500226, 55.937859944625785 ], [ -4.56352055844242, 55.938012044307044 ], [ -4.56285239480503, 55.939387653310959 ], [ -4.562755030769504, 55.940240854317381 ], [ -4.564150917284651, 55.941854821505657 ], [ -4.564036972882786, 55.942553773187548 ], [ -4.565088771430113, 55.942595682889163 ], [ -4.565058658763114, 55.941631885070599 ], [ -4.566054554867284, 55.941555408750546 ], [ -4.572112644807373, 55.942707124687466 ], [ -4.574272527428071, 55.943686637194105 ], [ -4.57494068803588, 55.944921119882395 ], [ -4.572750169149593, 55.950988954103686 ], [ -4.573996289977234, 55.951927341273446 ], [ -4.575255465065315, 55.952337840021904 ], [ -4.576381506737267, 55.952432032598168 ], [ -4.577263972965495, 55.952018988690163 ], [ -4.577814620579919, 55.952831676148541 ], [ -4.57391735504745, 55.95638440587885 ], [ -4.573388829989267, 55.957786811827518 ], [ -4.573480219647416, 55.958294528769265 ], [ -4.57428077954536, 55.958792817949579 ], [ -4.573442724049226, 55.960553127996846 ], [ -4.57654543649256, 55.962080956695658 ], [ -4.577169352093776, 55.963390955714011 ], [ -4.575823276420195, 55.965029784132696 ], [ -4.574543221247817, 55.965613809213643 ], [ -4.57263043115348, 55.964464647292473 ], [ -4.571569010352634, 55.96438344854591 ], [ -4.570502017308965, 55.964677161021505 ], [ -4.570225567210178, 55.966621664010795 ], [ -4.571898690438045, 55.967250063453186 ], [ -4.574777159610204, 55.966891523433517 ], [ -4.574089885308045, 55.966581416703264 ], [ -4.571215189424949, 55.966827510776668 ], [ -4.570687389575775, 55.965949603409882 ], [ -4.571033859807143, 55.964915930301203 ], [ -4.572317137781329, 55.964645559769721 ], [ -4.573393042726364, 55.965861648234792 ], [ -4.575073949071845, 55.96593168016603 ], [ -4.577353696547402, 55.964427923342335 ], [ -4.577980858876368, 55.962823001278409 ], [ -4.577441821096152, 55.962066696225087 ], [ -4.577344225138883, 55.961972565523297 ], [ -4.576271434201965, 55.961382019195931 ], [ -4.576008672232329, 55.961285949234224 ], [ -4.576882781042243, 55.960816460463143 ], [ -4.575769340938146, 55.960963786808996 ], [ -4.574291406630114, 55.960038349582973 ], [ -4.574317217348756, 55.959968601571923 ], [ -4.575080803130843, 55.959234488153278 ], [ -4.575174121801119, 55.959192090476257 ], [ -4.575246380834656, 55.959098001939296 ], [ -4.575262451024589, 55.959122832675767 ], [ -4.575276822377843, 55.95919443718293 ], [ -4.575316128130547, 55.959231365446421 ], [ -4.575316504600297, 55.95914057750911 ], [ -4.575116615087609, 55.958567719332002 ], [ -4.575059083537878, 55.958449380131583 ], [ -4.575046213781243, 55.958424482457474 ], [ -4.574976280030986, 55.95826415833227 ], [ -4.574899831956258, 55.957535471406075 ], [ -4.574522720916985, 55.957562679459301 ], [ -4.57443837054808, 55.956606308489825 ], [ -4.574630213752809, 55.956527696740473 ], [ -4.574711025192029, 55.95649005485577 ], [ -4.577808026311397, 55.954515292487642 ], [ -4.578819639952429, 55.954574108404465 ], [ -4.579426855157277, 55.954309724163345 ], [ -4.580075895850368, 55.953061157589474 ], [ -4.579532079139441, 55.952038912844394 ], [ -4.57684663490088, 55.951283504023039 ], [ -4.574396741584008, 55.949610818269072 ], [ -4.574584717357634, 55.948678414131436 ], [ -4.576395932694528, 55.946068127825079 ], [ -4.576163722584718, 55.944188172173376 ], [ -4.574242362454503, 55.94241185054581 ], [ -4.567993111058444, 55.94071954557662 ], [ -4.565723541581161, 55.940376773246541 ], [ -4.565259795373959, 55.939878606691792 ], [ -4.565738554108725, 55.939804815832296 ], [ -4.565698396215208, 55.939439836009313 ], [ -4.56624927486718, 55.939609017272311 ], [ -4.565909317053244, 55.939432744377214 ], [ -4.566297197095615, 55.939292535302961 ], [ -4.56542112433501, 55.938976433277105 ], [ -4.568105533149337, 55.939103831750266 ], [ -4.574059571726367, 55.938016874011566 ], [ -4.582220171504582, 55.938424838196298 ], [ -4.585131570861694, 55.93938660039359 ], [ -4.587756047445336, 55.939742230552362 ], [ -4.592112651065205, 55.942099874652378 ], [ -4.59461262017069, 55.942649430831743 ], [ -4.59651406442792, 55.943683439877994 ], [ -4.597934076422434, 55.94384134191165 ], [ -4.601187043934475, 55.944892598570831 ], [ -4.603449303511281, 55.944878944487954 ], [ -4.604633284009719, 55.945718573017039 ], [ -4.609644740387266, 55.946570613988108 ], [ -4.608650654860128, 55.94874615516769 ], [ -4.607751245011035, 55.948544094459749 ], [ -4.60712612781904, 55.951253796810889 ], [ -4.605721025146847, 55.953848771833648 ], [ -4.602248152305746, 55.958030709645492 ], [ -4.603106996466558, 55.958866439169768 ], [ -4.603848518478946, 55.958813912750216 ], [ -4.605727679396391, 55.959715234872711 ], [ -4.605921194726574, 55.960567716539416 ], [ -4.609277895834111, 55.962706850994373 ], [ -4.610315607478254, 55.962768453418569 ], [ -4.612372077966108, 55.96353738824525 ], [ -4.613967484599856, 55.966901087491834 ], [ -4.615026371270569, 55.967013435050781 ], [ -4.617944706485067, 55.968365292194747 ], [ -4.620026217460797, 55.968905270479596 ], [ -4.619243041744745, 55.9704777888618 ], [ -4.621361645165028, 55.970853371373522 ], [ -4.625020240235074, 55.972406826486704 ], [ -4.621809516583005, 55.975150102022155 ], [ -4.618919100316988, 55.976378255393229 ], [ -4.616903502114812, 55.977697414872353 ], [ -4.616615933665663, 55.979420271690913 ], [ -4.614368028077553, 55.98086386325221 ], [ -4.618516481986635, 55.984957077079549 ], [ -4.616246647436954, 55.987361105001291 ], [ -4.617556922780173, 55.989072493185496 ], [ -4.624722704944928, 55.98620561063899 ], [ -4.633831623479004, 55.992050427588659 ], [ -4.635006090305087, 55.991870719450333 ], [ -4.637652410266156, 55.992510689077655 ], [ -4.64180491603627, 55.994046807182265 ], [ -4.639021947524062, 55.996038915909978 ], [ -4.637807557785581, 55.998105250034293 ], [ -4.637713860447343, 55.999554363245757 ], [ -4.639888281468937, 55.998981988581946 ], [ -4.641625314206593, 55.999169471128617 ], [ -4.645630696427244, 55.998517283437792 ], [ -4.649470960622936, 55.999086425807214 ], [ -4.65026410654854, 55.998723321571966 ], [ -4.653723820117007, 55.998419663826255 ], [ -4.655991251912077, 55.999206725038412 ], [ -4.654277158535676, 56.001225575198518 ], [ -4.6599081107065, 56.002753516207882 ], [ -4.658613568170676, 56.003990376828689 ], [ -4.654540027041388, 56.00646008365586 ], [ -4.652952807325145, 56.008112150902519 ], [ -4.641537074639863, 56.005395727280842 ], [ -4.638914455255114, 56.004458711661385 ], [ -4.636886670414143, 56.004362798068939 ], [ -4.634387420989432, 56.003467989446825 ], [ -4.630347470038999, 56.002677931326744 ], [ -4.628354714397358, 56.004158562696261 ], [ -4.623186011043256, 56.006120257164511 ], [ -4.622607218985809, 56.006716807927695 ], [ -4.624634544428334, 56.007963457036936 ], [ -4.629968525184003, 56.009067652731311 ], [ -4.6296889163957, 56.009981428321112 ], [ -4.624520125219789, 56.010415177625298 ], [ -4.622095387841977, 56.011212806227476 ], [ -4.618978193852405, 56.01173747982093 ], [ -4.61653817355014, 56.013071016432576 ], [ -4.614913308718559, 56.013315822293883 ], [ -4.614203231329692, 56.01418116512167 ], [ -4.610600320141755, 56.014075966542869 ], [ -4.609978456855609, 56.015085023342756 ], [ -4.601549110449927, 56.020230960230265 ], [ -4.614082524176455, 56.032240027147346 ], [ -4.620105430353107, 56.039388089137411 ], [ -4.621448568801543, 56.042145868232552 ], [ -4.621956755730593, 56.045020259889725 ], [ -4.620889897933807, 56.049887549250656 ], [ -4.619544790939617, 56.052456176280856 ], [ -4.615005945713136, 56.057984921317711 ], [ -4.607986986534526, 56.063967711894072 ], [ -4.602832206615959, 56.070271174447122 ], [ -4.599638433049233, 56.077390550107545 ], [ -4.59820439244834, 56.084233696958528 ], [ -4.596815418007124, 56.082488699843147 ], [ -4.594537250978973, 56.077772969852944 ], [ -4.592695012294598, 56.075542669836459 ], [ -4.589613093738495, 56.073849792231151 ], [ -4.587386076616864, 56.073231406951869 ] ] ] } }, +{ "type": "Feature", "properties": { "LAD13CD": "S12000040", "LAD13CDO": "00RH", "LAD13NM": "West Lothian", "LAD13NMW": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -3.509255996237666, 55.998454608911608 ], [ -3.50471337848241, 55.997961104071514 ], [ -3.494493484948512, 55.998225601836545 ], [ -3.489437281579701, 55.997797066994558 ], [ -3.486042308257353, 55.998035725980635 ], [ -3.481107051045257, 55.997663799964599 ], [ -3.478738098940595, 55.998108281240398 ], [ -3.476849841386225, 55.997746324469766 ], [ -3.477667714398506, 55.998127406007441 ], [ -3.477656287916876, 55.998794289156862 ], [ -3.475620504535529, 55.999021752577875 ], [ -3.472541912789731, 55.999952649703104 ], [ -3.470070953520069, 55.999701782831202 ], [ -3.468745486272426, 55.999127215292397 ], [ -3.467041553648994, 55.999227477335545 ], [ -3.466302921600395, 55.998353861234428 ], [ -3.465107842310226, 55.997874750612056 ], [ -3.457753235161521, 55.996863876207406 ], [ -3.452735527163374, 55.996932094352445 ], [ -3.450093397002505, 55.996211992250821 ], [ -3.447554449675267, 55.996190612894026 ], [ -3.44479284530666, 55.995315448816683 ], [ -3.443026057341112, 55.995576062658976 ], [ -3.442362485353598, 55.994634933334645 ], [ -3.441174497797298, 55.994292093463649 ], [ -3.438253501693132, 55.993909269474216 ], [ -3.436710629237731, 55.994154600263364 ], [ -3.434414548644749, 55.993327693834161 ], [ -3.425350538222384, 55.993828203500222 ], [ -3.425435779072467, 55.991222255261448 ], [ -3.426709203540407, 55.989930650507837 ], [ -3.428166718755824, 55.989547154158892 ], [ -3.430534213157627, 55.989669763057847 ], [ -3.43195580453207, 55.98922643402318 ], [ -3.431730121969706, 55.988281958297179 ], [ -3.430600530276346, 55.987255423283962 ], [ -3.429885711897538, 55.984913945670272 ], [ -3.43021448598425, 55.98344275872995 ], [ -3.429705681003664, 55.981816849904504 ], [ -3.43236374544945, 55.98144452922304 ], [ -3.435339901192049, 55.980444835194099 ], [ -3.437073170697396, 55.979297822901415 ], [ -3.436863029508986, 55.979033395828331 ], [ -3.4419377957714, 55.977804179734257 ], [ -3.446708480276941, 55.977839027333722 ], [ -3.448269358659649, 55.977579875980105 ], [ -3.44642042407781, 55.974716255030188 ], [ -3.446115649812856, 55.97350585231289 ], [ -3.445605092597306, 55.97304997307301 ], [ -3.444079012750696, 55.972991486035639 ], [ -3.444858939673574, 55.9698849440055 ], [ -3.442107328506492, 55.969139905283122 ], [ -3.442567886505314, 55.968341069748831 ], [ -3.441940307866965, 55.967492968083178 ], [ -3.443253680906537, 55.961973794557942 ], [ -3.443376634627485, 55.961489817025388 ], [ -3.441813503643466, 55.961154976274521 ], [ -3.437620453231869, 55.96104671907716 ], [ -3.425953054604976, 55.959331227662283 ], [ -3.42596628792129, 55.956032395793251 ], [ -3.424916935391931, 55.953759452673715 ], [ -3.429002926697763, 55.953332028865425 ], [ -3.428456052126549, 55.95209473782365 ], [ -3.434683552624155, 55.950944078721967 ], [ -3.439672039929023, 55.9512839558301 ], [ -3.449532555339311, 55.950940092478028 ], [ -3.446547212118776, 55.948102415678299 ], [ -3.442628275860765, 55.943184604528454 ], [ -3.437546810127814, 55.939530171922762 ], [ -3.432906731364482, 55.937397988354718 ], [ -3.428249483972783, 55.935829241927593 ], [ -3.424201054329977, 55.934831070454322 ], [ -3.418081300702673, 55.933873705514642 ], [ -3.421303224626882, 55.931631451587727 ], [ -3.422179907044387, 55.9316177372813 ], [ -3.425385013320315, 55.932459498360728 ], [ -3.429320764381506, 55.93235997228647 ], [ -3.431122941389863, 55.931832244722507 ], [ -3.431025586908286, 55.931362518928566 ], [ -3.428890732029335, 55.930070882783177 ], [ -3.429052775887488, 55.928429090413061 ], [ -3.427800120356674, 55.926225918374506 ], [ -3.428087988328371, 55.92548035156301 ], [ -3.428188140241785, 55.925374954590559 ], [ -3.430024651861277, 55.924180093929927 ], [ -3.431721010384474, 55.922268866340566 ], [ -3.433619578987956, 55.921287989920856 ], [ -3.434169112002043, 55.919832175219248 ], [ -3.433528361510783, 55.916953383489655 ], [ -3.435957362450442, 55.915872839143013 ], [ -3.436860799776734, 55.914559351914363 ], [ -3.436926705572774, 55.913183747285458 ], [ -3.437752615912193, 55.912803889005197 ], [ -3.44224071105286, 55.912854738775245 ], [ -3.441647527301358, 55.909977223151955 ], [ -3.444201094021732, 55.90774665785802 ], [ -3.442608367971768, 55.906427333804224 ], [ -3.44312435711118, 55.905633225738733 ], [ -3.442156367481124, 55.904722617613707 ], [ -3.440485974072237, 55.905186074835008 ], [ -3.43393301921408, 55.905724443727252 ], [ -3.432016719986216, 55.904380897032539 ], [ -3.426041233889736, 55.903306356438051 ], [ -3.421447962584615, 55.901792343159066 ], [ -3.407305950264373, 55.903042997321897 ], [ -3.402573670491373, 55.902707914459107 ], [ -3.397839077571125, 55.903328766860277 ], [ -3.389965097042713, 55.902672093997523 ], [ -3.387711654804722, 55.902858360622524 ], [ -3.391063463721957, 55.900826584447834 ], [ -3.390480949547018, 55.90005769007513 ], [ -3.390634402316899, 55.899742352152728 ], [ -3.3910415186158, 55.899811436328463 ], [ -3.390981318027965, 55.899201980235475 ], [ -3.390487362791543, 55.898940681906801 ], [ -3.388102964287243, 55.898991851983858 ], [ -3.386806369990538, 55.897795178703568 ], [ -3.386628755076737, 55.896985761348006 ], [ -3.387256323552787, 55.896466499990737 ], [ -3.386956719087091, 55.896182330091484 ], [ -3.387315710781921, 55.895666093947987 ], [ -3.388689533533833, 55.895042264487607 ], [ -3.388873066642281, 55.894047261822152 ], [ -3.390644777914314, 55.891942550430961 ], [ -3.398395831337053, 55.888308931748945 ], [ -3.402502559131041, 55.887752710256308 ], [ -3.403453439642059, 55.887297072820871 ], [ -3.403666662867817, 55.886471538270278 ], [ -3.404311850627582, 55.886229648348959 ], [ -3.403564639636735, 55.88554985556258 ], [ -3.404026239876974, 55.885227390607781 ], [ -3.402268448403353, 55.884232029011372 ], [ -3.400849690471356, 55.88394715896235 ], [ -3.401351441683625, 55.881810903479654 ], [ -3.402035730307956, 55.881325063249953 ], [ -3.404703753102367, 55.880747403058656 ], [ -3.405495590447806, 55.879700496853097 ], [ -3.412065618201417, 55.879126576783513 ], [ -3.413816848603722, 55.878357948929633 ], [ -3.405229178811108, 55.87002666488457 ], [ -3.403157907719665, 55.870158130281744 ], [ -3.399601106896788, 55.870977709059389 ], [ -3.396592719561093, 55.8687357705398 ], [ -3.400061606522546, 55.868807776867705 ], [ -3.401847595368877, 55.867546495769595 ], [ -3.403235427987914, 55.867034657496781 ], [ -3.404281250831039, 55.865593074731969 ], [ -3.405648613563807, 55.865048194331656 ], [ -3.4088126553141, 55.865491855173381 ], [ -3.409650242275061, 55.865366344801487 ], [ -3.410632026497138, 55.864678456619977 ], [ -3.41065256787234, 55.86370235414735 ], [ -3.412381228641074, 55.86210999353699 ], [ -3.413626062760643, 55.861673361268004 ], [ -3.414075791453858, 55.860638410233811 ], [ -3.416148691555214, 55.860742169246969 ], [ -3.416844075983377, 55.860356756016088 ], [ -3.416498388370682, 55.85919975815667 ], [ -3.417762273955425, 55.858719731318473 ], [ -3.417731330682255, 55.858396595411271 ], [ -3.415835052981468, 55.857742691551181 ], [ -3.41511531009973, 55.856578311935664 ], [ -3.412839392531494, 55.856024877658015 ], [ -3.412663300785107, 55.855354754461956 ], [ -3.413511021434835, 55.854194822624621 ], [ -3.414938763436379, 55.854622314411429 ], [ -3.416213006300694, 55.854386599859296 ], [ -3.416653602432234, 55.853455978946378 ], [ -3.414713893426357, 55.851336059097349 ], [ -3.415588443944701, 55.850127278857371 ], [ -3.416778702072195, 55.849958120867932 ], [ -3.417274737164365, 55.849104137085526 ], [ -3.418844397741196, 55.848126347723664 ], [ -3.418882028001439, 55.846923597798359 ], [ -3.420144033697228, 55.846009544566066 ], [ -3.419615475302026, 55.84574966203499 ], [ -3.419215158086449, 55.846203577166804 ], [ -3.418101215713351, 55.845789592298402 ], [ -3.418097861708302, 55.845127368633349 ], [ -3.417573766292723, 55.845164859963411 ], [ -3.415785146174342, 55.843500598648198 ], [ -3.413362798822769, 55.84320406289828 ], [ -3.412332081680216, 55.842658774466386 ], [ -3.411370674752741, 55.842570963972307 ], [ -3.408912867364354, 55.841291689163164 ], [ -3.408765829373841, 55.84075871139418 ], [ -3.410298465395553, 55.840305332039662 ], [ -3.410924133823043, 55.839723058262365 ], [ -3.409906313277546, 55.83917760206154 ], [ -3.409329160085793, 55.838011553981794 ], [ -3.407151458294527, 55.83718282429448 ], [ -3.405729530656644, 55.835613069147506 ], [ -3.404260248247979, 55.83516258504892 ], [ -3.404068540802557, 55.834495322952435 ], [ -3.399896988800273, 55.833046718592009 ], [ -3.397814141704326, 55.832845759876271 ], [ -3.395978264902077, 55.831738879460858 ], [ -3.390852905868114, 55.825021573835436 ], [ -3.390815558829641, 55.823975137620799 ], [ -3.392785267778418, 55.821248084836327 ], [ -3.394766507782632, 55.819742952498032 ], [ -3.399656132608863, 55.819008958254422 ], [ -3.410563171151912, 55.814099310951214 ], [ -3.415741084426064, 55.809465947383842 ], [ -3.419313949252666, 55.809644912056399 ], [ -3.425970714480839, 55.810592291035071 ], [ -3.42646966902297, 55.808964533703083 ], [ -3.428799044154129, 55.807432333730013 ], [ -3.435533093242759, 55.805498283704402 ], [ -3.43653559621621, 55.802826717097055 ], [ -3.43912123783939, 55.800693750800761 ], [ -3.440747619720075, 55.796999420334295 ], [ -3.444620391428275, 55.793458405729154 ], [ -3.444002533639321, 55.79184817976234 ], [ -3.442595592341094, 55.790462878664378 ], [ -3.440577472496364, 55.789367786199129 ], [ -3.438245172076057, 55.789264800794705 ], [ -3.437772767454091, 55.788996253616553 ], [ -3.43867403552478, 55.788352193135331 ], [ -3.438814465631514, 55.785672712202881 ], [ -3.439404683699869, 55.784596463572797 ], [ -3.441157722143183, 55.784782600013514 ], [ -3.445223002669717, 55.783890178071047 ], [ -3.447614692783425, 55.781948003581526 ], [ -3.448461337201111, 55.780055450506957 ], [ -3.452155236334188, 55.780555517146524 ], [ -3.459492256365481, 55.777417836196328 ], [ -3.463618573456953, 55.776483634996978 ], [ -3.464326831956958, 55.776025893846104 ], [ -3.469568623023102, 55.774449168063498 ], [ -3.470139613983753, 55.774159276741372 ], [ -3.470409591942248, 55.773073222217903 ], [ -3.471789335392706, 55.771401465932485 ], [ -3.471639239153082, 55.770971930681355 ], [ -3.472315570740208, 55.771405945515724 ], [ -3.473931534736761, 55.770717109136491 ], [ -3.475332377412833, 55.771086701541122 ], [ -3.477541791867777, 55.771127551959843 ], [ -3.479050990054479, 55.771410431336705 ], [ -3.480802232235264, 55.77240027882079 ], [ -3.48279651151209, 55.772021280016475 ], [ -3.488446201888835, 55.774069211307804 ], [ -3.501487922368682, 55.776574948970676 ], [ -3.50259584409469, 55.77636371269643 ], [ -3.502388294281853, 55.776770626435678 ], [ -3.529248381556841, 55.783397322012398 ], [ -3.531879328622672, 55.783919904045689 ], [ -3.532422427492884, 55.783658825039431 ], [ -3.537345149440297, 55.785440414701569 ], [ -3.54110497071447, 55.788576235853483 ], [ -3.547069229961787, 55.790735277824908 ], [ -3.555004161542526, 55.785693637332336 ], [ -3.564824548723983, 55.789748491744191 ], [ -3.564344790203288, 55.790074507851116 ], [ -3.568715963272513, 55.792124270385997 ], [ -3.568603736539507, 55.792784392490475 ], [ -3.570083308561436, 55.793244468248389 ], [ -3.57151919032748, 55.794163382313855 ], [ -3.575633278130092, 55.795514365401722 ], [ -3.576071847878902, 55.79523556180375 ], [ -3.58341366513218, 55.798717732330992 ], [ -3.584073310315703, 55.799444308022764 ], [ -3.5835862935027, 55.799983466299096 ], [ -3.584566647547879, 55.800710400835186 ], [ -3.587856047759206, 55.801840661985814 ], [ -3.588215889184389, 55.802449773739383 ], [ -3.587995739891769, 55.804174380413514 ], [ -3.590339574198973, 55.806248659825336 ], [ -3.589822786949438, 55.807270788103217 ], [ -3.591554689900763, 55.810218330780366 ], [ -3.607178431729945, 55.805796043414318 ], [ -3.612030088402805, 55.805629181574453 ], [ -3.614072341169571, 55.804663320518287 ], [ -3.614225263379685, 55.804117642981126 ], [ -3.615610058074499, 55.803075016518854 ], [ -3.616737451908929, 55.803329783901333 ], [ -3.623212441856013, 55.802498599201556 ], [ -3.629587553860947, 55.803483628819045 ], [ -3.63982139477883, 55.803832810160117 ], [ -3.653415109739338, 55.802513964393221 ], [ -3.65788387234868, 55.801797776919152 ], [ -3.669792569444383, 55.798414984039312 ], [ -3.675226929901853, 55.796426945578979 ], [ -3.679874396887832, 55.794143881093696 ], [ -3.685795947308095, 55.797365316821796 ], [ -3.698678292101842, 55.794631334178149 ], [ -3.704982321582541, 55.79068887032907 ], [ -3.706838970406617, 55.790654115514819 ], [ -3.714962729043437, 55.789503099372446 ], [ -3.719966228075453, 55.787950415848925 ], [ -3.732724434050752, 55.777872580498006 ], [ -3.733176421241505, 55.778715432169101 ], [ -3.73432420315907, 55.77942714692302 ], [ -3.738550017480647, 55.780149264839743 ], [ -3.739737941086182, 55.780685124916609 ], [ -3.741010566053344, 55.780437946366995 ], [ -3.743406403596681, 55.780705030587093 ], [ -3.743382810002434, 55.78106931961085 ], [ -3.744075340868617, 55.781400981543911 ], [ -3.744021274342461, 55.782011035313822 ], [ -3.742658637144039, 55.782885881777112 ], [ -3.741583312443304, 55.785233126469222 ], [ -3.738141465034067, 55.787088139144387 ], [ -3.738029911162049, 55.788343334559286 ], [ -3.737053163175109, 55.789152448417198 ], [ -3.735964813304594, 55.791755937184703 ], [ -3.733477572249496, 55.793035669637426 ], [ -3.74164187749876, 55.799408513240664 ], [ -3.736398058277662, 55.802565061316791 ], [ -3.735245187792975, 55.80390684610078 ], [ -3.733716671463077, 55.804696755696234 ], [ -3.730258214502203, 55.805504836847298 ], [ -3.729138516598541, 55.807241499168995 ], [ -3.725760514855792, 55.807711327212026 ], [ -3.725223427718401, 55.808195147544772 ], [ -3.722146034136577, 55.808970689122297 ], [ -3.721765983378454, 55.80939837530655 ], [ -3.722034313689421, 55.81023485034698 ], [ -3.721164193862209, 55.810044839405997 ], [ -3.720423412967138, 55.811519998395383 ], [ -3.717978689542974, 55.812247037734707 ], [ -3.717651023435612, 55.81270632960814 ], [ -3.715733540648448, 55.813123113633502 ], [ -3.715080400046015, 55.814056930186595 ], [ -3.715662903180885, 55.814926777967628 ], [ -3.715962849900656, 55.814489446161716 ], [ -3.716893646574364, 55.815149536274397 ], [ -3.717910867962159, 55.81501760567587 ], [ -3.718815896844679, 55.815852378423052 ], [ -3.719546713340093, 55.815957186499027 ], [ -3.719480676642745, 55.816377776644266 ], [ -3.72010476333832, 55.816306142506363 ], [ -3.720819128712049, 55.817014163315939 ], [ -3.721236663464727, 55.816927441178059 ], [ -3.723710598686885, 55.817794124942672 ], [ -3.726160951799067, 55.820756729560031 ], [ -3.726980088541731, 55.820942929642563 ], [ -3.727918789543345, 55.821809515439284 ], [ -3.732755713382307, 55.823214331308392 ], [ -3.733308323427993, 55.824153715201454 ], [ -3.73649259841813, 55.826435383577525 ], [ -3.736736178706155, 55.827888647813076 ], [ -3.739790720828055, 55.830507260129203 ], [ -3.744121638680606, 55.838906663163463 ], [ -3.748892296426313, 55.856376870779876 ], [ -3.750256604957957, 55.859003075305978 ], [ -3.746951281156806, 55.860296471047334 ], [ -3.747084180886541, 55.860480602941536 ], [ -3.746343177131561, 55.860525271563716 ], [ -3.747191742451351, 55.865509675428896 ], [ -3.746595203073352, 55.865428280722284 ], [ -3.745471938130832, 55.865895338795106 ], [ -3.742378185590074, 55.866005687479912 ], [ -3.740111585089482, 55.86685193208438 ], [ -3.737516529645575, 55.867001833372704 ], [ -3.730560979756202, 55.870224423702702 ], [ -3.711134924874952, 55.873803072593262 ], [ -3.712983219888942, 55.875666287897793 ], [ -3.712939532105232, 55.877251188743749 ], [ -3.713126512791275, 55.879753978424226 ], [ -3.711930579172144, 55.882074717444986 ], [ -3.71352358954666, 55.883032957589727 ], [ -3.716414363644449, 55.88361632770107 ], [ -3.71912479527516, 55.884928246421595 ], [ -3.717473611242577, 55.885662118862172 ], [ -3.718102201421385, 55.885884294563304 ], [ -3.725155803037737, 55.88485823498042 ], [ -3.730027516741392, 55.883779783575235 ], [ -3.735187485358527, 55.881428196850301 ], [ -3.758841271104752, 55.877129406023279 ], [ -3.762101330429216, 55.874602512835608 ], [ -3.762238787160149, 55.872697217262733 ], [ -3.764178734831758, 55.874131513687232 ], [ -3.769462030071485, 55.87635528791877 ], [ -3.770225976320493, 55.876984135732535 ], [ -3.770861557448951, 55.87833913373241 ], [ -3.770195892197566, 55.879835068555401 ], [ -3.770340315782991, 55.880970674558611 ], [ -3.773427010264266, 55.880996327283654 ], [ -3.774640366786975, 55.880504351935066 ], [ -3.77616169769257, 55.879195544442325 ], [ -3.778310441686254, 55.8761926908129 ], [ -3.78208924573594, 55.876434578717429 ], [ -3.782425374170207, 55.877002148592197 ], [ -3.783627006111985, 55.877096170167889 ], [ -3.784081704047471, 55.877494868742303 ], [ -3.784729007829097, 55.877422577351858 ], [ -3.785936111525745, 55.877008761378903 ], [ -3.78779517660736, 55.875477430490228 ], [ -3.795449293560051, 55.873514773296073 ], [ -3.798861519932186, 55.874646663506496 ], [ -3.801816805912632, 55.87477866330466 ], [ -3.802917788129142, 55.875219051952364 ], [ -3.802185131692312, 55.875483203583812 ], [ -3.812115319350959, 55.883928484267678 ], [ -3.822866611057642, 55.88387305470647 ], [ -3.826543824006134, 55.887817543092162 ], [ -3.825977789850737, 55.888124295054098 ], [ -3.828218747058497, 55.890383492891324 ], [ -3.827417677407961, 55.891269778794964 ], [ -3.82843189929214, 55.89229715413687 ], [ -3.831258028988778, 55.893594133019562 ], [ -3.830095845982151, 55.894589153075799 ], [ -3.828089793430324, 55.894407779675085 ], [ -3.826968141575243, 55.895212551580173 ], [ -3.825472276069686, 55.895338090086888 ], [ -3.822564606104792, 55.896495505809781 ], [ -3.821499112393421, 55.895396949731264 ], [ -3.809856484304732, 55.896711769804057 ], [ -3.808527165643311, 55.897187821556372 ], [ -3.80613581377924, 55.897319986882025 ], [ -3.804339854264526, 55.89787473070799 ], [ -3.801926182519404, 55.897940641024846 ], [ -3.799952881020195, 55.898501510545785 ], [ -3.79790622565041, 55.89962147890131 ], [ -3.79246246935263, 55.900369459548536 ], [ -3.785180174987194, 55.900794300914804 ], [ -3.783298599918822, 55.901270894694306 ], [ -3.783313438474015, 55.901594191473038 ], [ -3.782115587495045, 55.901634004394232 ], [ -3.781148836187092, 55.902353430966883 ], [ -3.781620405354842, 55.902346607045551 ], [ -3.781953989452331, 55.902993295164812 ], [ -3.7806201752713, 55.903906744857146 ], [ -3.781022024819219, 55.904646805418935 ], [ -3.78056582955148, 55.904815160166194 ], [ -3.780115504093508, 55.90458802552736 ], [ -3.779904891810132, 55.905053871743036 ], [ -3.779220117660981, 55.904946946839956 ], [ -3.777447412517433, 55.906410381514746 ], [ -3.775657411632296, 55.906798364827139 ], [ -3.774644016582066, 55.906642235197118 ], [ -3.77349367654116, 55.906990410598759 ], [ -3.77219464256725, 55.906920151641877 ], [ -3.771663474290096, 55.907410366826007 ], [ -3.768177640216954, 55.90783521375392 ], [ -3.767594966718439, 55.908566087403038 ], [ -3.766900792587281, 55.908604808412271 ], [ -3.767202001351412, 55.910091328542677 ], [ -3.766146360051366, 55.910203529579476 ], [ -3.766142665733363, 55.910685253303882 ], [ -3.764348337480262, 55.91087902555627 ], [ -3.763784562840967, 55.912838946919706 ], [ -3.762980063854878, 55.913022109107089 ], [ -3.761982998777571, 55.914004215389724 ], [ -3.761399157428183, 55.913973029070632 ], [ -3.760285315215319, 55.91552203462188 ], [ -3.761534056652965, 55.91588879262342 ], [ -3.761906865854363, 55.916276163188684 ], [ -3.761479520352804, 55.916450322840845 ], [ -3.762475505201078, 55.916853038198099 ], [ -3.761806653320719, 55.917417968499301 ], [ -3.762060978361498, 55.917944525479179 ], [ -3.758930459448259, 55.918393671563429 ], [ -3.758476182533105, 55.91910469140786 ], [ -3.757381784511974, 55.918861508392929 ], [ -3.757190357381015, 55.919193141366115 ], [ -3.756262805038586, 55.919171327822369 ], [ -3.755260887517266, 55.919557649631692 ], [ -3.755314665916111, 55.91996845841151 ], [ -3.754303381626416, 55.919900195855305 ], [ -3.754109668101234, 55.920146485902301 ], [ -3.754647282312697, 55.920215210248493 ], [ -3.754233781296703, 55.920520347629399 ], [ -3.754716974994588, 55.920694987404403 ], [ -3.752191678471041, 55.921830877427347 ], [ -3.753007996765893, 55.922648699476959 ], [ -3.752702175567353, 55.923141910392651 ], [ -3.752007189093843, 55.922955897968414 ], [ -3.750985370402167, 55.923258893780073 ], [ -3.751343146320669, 55.923704022046486 ], [ -3.750475136464889, 55.925217982690505 ], [ -3.749374407223056, 55.925405263679799 ], [ -3.748341719005439, 55.925184487437043 ], [ -3.747750614323335, 55.925422029966761 ], [ -3.746556115291325, 55.92505526064582 ], [ -3.746080579346312, 55.925585009189845 ], [ -3.743805343127722, 55.925850893647414 ], [ -3.743624280839464, 55.926380955211243 ], [ -3.74254112391191, 55.926248012391504 ], [ -3.742423219773773, 55.927650649527465 ], [ -3.743126715235904, 55.928025308695005 ], [ -3.742223953469851, 55.928346314676844 ], [ -3.742785491049727, 55.929266656884188 ], [ -3.742184675098231, 55.929682238493839 ], [ -3.7425348432097, 55.930101438888428 ], [ -3.742214708435534, 55.93102886372764 ], [ -3.741347685251795, 55.931291844504585 ], [ -3.739158818142082, 55.933100268064884 ], [ -3.735501071939737, 55.933248019607397 ], [ -3.734026361777083, 55.93431569647101 ], [ -3.731919841197668, 55.934178191858017 ], [ -3.73268757746411, 55.935130724895693 ], [ -3.729678974768854, 55.936054569957541 ], [ -3.726937622157009, 55.936043613774459 ], [ -3.724748636161897, 55.934988743709106 ], [ -3.723834342686943, 55.935453554207257 ], [ -3.722629445361022, 55.93528709237188 ], [ -3.720886397166181, 55.935656532629956 ], [ -3.718906303419133, 55.935265422922029 ], [ -3.716060559822869, 55.93553515499773 ], [ -3.71507317598186, 55.935218213759555 ], [ -3.715024747694677, 55.934955590396441 ], [ -3.715939146969678, 55.934708312311315 ], [ -3.71561614561364, 55.93402895672947 ], [ -3.710507027692404, 55.933722597297034 ], [ -3.708956189124657, 55.933949911745202 ], [ -3.708442191997408, 55.935183667303555 ], [ -3.707878520084193, 55.935435012546023 ], [ -3.705918801190506, 55.93539477509502 ], [ -3.705542215366626, 55.934912935601368 ], [ -3.703352774249811, 55.93456221833943 ], [ -3.699741228677643, 55.935880072844967 ], [ -3.699538751445478, 55.938311847953941 ], [ -3.698965435216024, 55.939332506525361 ], [ -3.697850092066386, 55.939310143943992 ], [ -3.696935141586957, 55.938671250804383 ], [ -3.694190467834273, 55.938991201983285 ], [ -3.690341852650958, 55.938301817249979 ], [ -3.689792406812813, 55.938846732605562 ], [ -3.685904571757492, 55.940089784134244 ], [ -3.683373880683737, 55.942282883848165 ], [ -3.677483283931554, 55.942363246419966 ], [ -3.673123959765019, 55.945277448544886 ], [ -3.672219592417591, 55.945249291079918 ], [ -3.670871240386762, 55.944356389157832 ], [ -3.667583910869816, 55.945439738170165 ], [ -3.667540666627253, 55.946743318824559 ], [ -3.667977877615901, 55.948568781520841 ], [ -3.670977749863466, 55.948836351948799 ], [ -3.672714274037501, 55.949702416282726 ], [ -3.673029622860567, 55.951480991521777 ], [ -3.674352933013947, 55.953048174667458 ], [ -3.67421953763045, 55.953927936933816 ], [ -3.672589794899332, 55.954688737426281 ], [ -3.67038379714574, 55.954604543016949 ], [ -3.668696318206754, 55.955105475208875 ], [ -3.667898947482362, 55.957346638009106 ], [ -3.665507258591717, 55.958088899411031 ], [ -3.664621360274978, 55.960176673085023 ], [ -3.663871543407413, 55.960659472783298 ], [ -3.661472558059053, 55.960565141976687 ], [ -3.661062447584216, 55.960340626387115 ], [ -3.661192272463664, 55.959743993279595 ], [ -3.656203027811507, 55.95867441563697 ], [ -3.652937882231887, 55.959263722773741 ], [ -3.654645698736985, 55.963209074628566 ], [ -3.657430330153381, 55.964038809781613 ], [ -3.656999067612481, 55.964781472981805 ], [ -3.652197550939, 55.964670720546295 ], [ -3.651889134057965, 55.964952526900149 ], [ -3.652412084668078, 55.965569151796863 ], [ -3.64940238051971, 55.967168567973594 ], [ -3.649402417323806, 55.968637797118312 ], [ -3.648670232362891, 55.969430285925064 ], [ -3.6469788103137, 55.969859975280144 ], [ -3.644633970187356, 55.969619014305557 ], [ -3.642336778311045, 55.970879849631395 ], [ -3.639780650322711, 55.97072068954386 ], [ -3.637678210779422, 55.971931218239781 ], [ -3.631815054397723, 55.97383676670902 ], [ -3.63152872596588, 55.974115531796528 ], [ -3.632020213636489, 55.975169380747296 ], [ -3.630009585866706, 55.977430827128067 ], [ -3.631950671508041, 55.979910454520848 ], [ -3.632352002205598, 55.982017764081071 ], [ -3.631882929451441, 55.982601779863693 ], [ -3.630809316419321, 55.982989810773311 ], [ -3.628615256138236, 55.98261534877772 ], [ -3.627445534959603, 55.982738632801045 ], [ -3.627372652237553, 55.984056052401009 ], [ -3.626395841017443, 55.985071789669995 ], [ -3.622517019238545, 55.984582850959256 ], [ -3.6206023726067, 55.984833590745275 ], [ -3.619460117218306, 55.984235756608463 ], [ -3.618542688198552, 55.984452689517354 ], [ -3.618379092458126, 55.985332773791157 ], [ -3.616506372775502, 55.986781635915712 ], [ -3.615260272543214, 55.986999259451785 ], [ -3.614922539659398, 55.989433507206464 ], [ -3.61401944782888, 55.989997976554193 ], [ -3.614100328504526, 55.991476915643453 ], [ -3.61166272835116, 55.992615888651372 ], [ -3.60993044002579, 55.992906308876002 ], [ -3.606992976743443, 55.992050530872788 ], [ -3.601159314769656, 55.992413099141679 ], [ -3.601005357570399, 55.994040666150504 ], [ -3.599606531173001, 55.996002496736523 ], [ -3.599965245414949, 55.996845220617729 ], [ -3.598844404273003, 55.997038584132447 ], [ -3.595054207752459, 55.997008607518609 ], [ -3.59327618788095, 55.996468179631009 ], [ -3.589936654787454, 55.996556227009883 ], [ -3.584799998970822, 55.995751630442527 ], [ -3.581094311329702, 55.994528600188367 ], [ -3.583431907284257, 55.992095746804139 ], [ -3.58156530487938, 55.989690802575957 ], [ -3.576237140003626, 55.989668294744533 ], [ -3.564581198745922, 55.988331419738579 ], [ -3.564216769690253, 55.988953379527274 ], [ -3.558353853825579, 55.987789380246845 ], [ -3.55119982116258, 55.987119411246482 ], [ -3.543033517480054, 55.985779674264222 ], [ -3.542076672856445, 55.986467390010525 ], [ -3.539194573351226, 55.986308420282327 ], [ -3.536403169884586, 55.985727712438724 ], [ -3.535852245589558, 55.986710447773127 ], [ -3.538957202164875, 55.987515495972261 ], [ -3.539435987067101, 55.988510547213728 ], [ -3.530185914387672, 55.986434067434445 ], [ -3.529017261574615, 55.988828034327319 ], [ -3.529508248309782, 55.989975731074274 ], [ -3.528778675029426, 55.992733564363078 ], [ -3.522884355418837, 55.99332590866333 ], [ -3.517532580927705, 55.992343258336845 ], [ -3.511531063380828, 55.99397065073012 ], [ -3.513624464253323, 55.998551113581499 ], [ -3.51655180936404, 55.999271745766556 ], [ -3.517647830058224, 56.00006968088978 ], [ -3.516332474991668, 56.00177790273321 ], [ -3.515708450198808, 56.002100081133918 ], [ -3.512988597266808, 55.999513216545282 ], [ -3.509255996237666, 55.998454608911608 ] ] ] } }, +{ "type": "Feature", "properties": { "LAD13CD": "S12000041", "LAD13CDO": "00QC", "LAD13NM": "Angus", "LAD13NMW": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -2.479768386297583, 56.624513088290378 ], [ -2.479718217531046, 56.624027253323646 ], [ -2.479899446272317, 56.624823425323676 ], [ -2.478644423384022, 56.625329561658127 ], [ -2.478969300724515, 56.624729984215165 ], [ -2.479768386297583, 56.624513088290378 ] ] ], [ [ [ -2.877735159829056, 56.982441996052145 ], [ -2.87456823979455, 56.980357503830163 ], [ -2.866672970265055, 56.980452876489387 ], [ -2.864627487727786, 56.979514761976795 ], [ -2.861380005738345, 56.978885849442932 ], [ -2.858266783462506, 56.975506930863752 ], [ -2.857977166629902, 56.974359008376119 ], [ -2.851084932215294, 56.972577917011748 ], [ -2.840836888623317, 56.973675853845641 ], [ -2.83706018011064, 56.975812340985421 ], [ -2.833163576287612, 56.977019703674905 ], [ -2.833696998621561, 56.972915116606082 ], [ -2.83032541792416, 56.9699864155006 ], [ -2.828268802508885, 56.96736784261978 ], [ -2.827579786131162, 56.965593640922435 ], [ -2.826132912610934, 56.964498217392332 ], [ -2.824505988419491, 56.961948612730204 ], [ -2.817324142469791, 56.96215746000528 ], [ -2.809123699235403, 56.960140054208104 ], [ -2.806067152880177, 56.959854348730047 ], [ -2.802620545932933, 56.958250477983484 ], [ -2.790538808599218, 56.957276351883927 ], [ -2.787250519613554, 56.957678900089434 ], [ -2.78322871698158, 56.956823758783756 ], [ -2.772839111095356, 56.959704762214237 ], [ -2.768195156917491, 56.960173571785091 ], [ -2.765666893957094, 56.95997347011496 ], [ -2.752673308940865, 56.953714420477695 ], [ -2.749018114759836, 56.950174370465888 ], [ -2.746216779443083, 56.948610005902395 ], [ -2.743819757945514, 56.94876353436657 ], [ -2.741374531734083, 56.949388043252767 ], [ -2.740017106987644, 56.948498622961715 ], [ -2.735814418927809, 56.943780085752444 ], [ -2.734583228265822, 56.941770506847519 ], [ -2.734537214256714, 56.939012810119891 ], [ -2.728626236924417, 56.933396711758974 ], [ -2.728738681360655, 56.930736906759591 ], [ -2.72468387674568, 56.925841950869334 ], [ -2.721443286032001, 56.924778171815042 ], [ -2.718859411778526, 56.923256861093876 ], [ -2.713610103243913, 56.924513205949125 ], [ -2.710306759276606, 56.924446678451467 ], [ -2.707175104934159, 56.922600337946307 ], [ -2.70092695149095, 56.921418256505277 ], [ -2.698849975404753, 56.920594412287812 ], [ -2.695344906744318, 56.918493831968796 ], [ -2.692825779185236, 56.917726249178713 ], [ -2.692472790393096, 56.916847812218656 ], [ -2.68960297798251, 56.916203386203833 ], [ -2.686749070618728, 56.915078184322773 ], [ -2.684430906892318, 56.912705755165206 ], [ -2.681284137454294, 56.910355770678564 ], [ -2.679949400228191, 56.908750483187674 ], [ -2.681450239574982, 56.907304929517217 ], [ -2.678732113225777, 56.903205229283309 ], [ -2.680012510534849, 56.90048072262487 ], [ -2.682394958990663, 56.898334122117355 ], [ -2.680574503413144, 56.896628179861054 ], [ -2.679564371415964, 56.894338361844234 ], [ -2.681148474120692, 56.891185463437353 ], [ -2.681146289901807, 56.888360121665549 ], [ -2.680632612567158, 56.887639738722292 ], [ -2.678100160750257, 56.888722564713326 ], [ -2.669302094548726, 56.890503855233717 ], [ -2.662414012814735, 56.88895945355673 ], [ -2.662196079903853, 56.888608450991107 ], [ -2.661145517006875, 56.885440100888175 ], [ -2.662242432396451, 56.881117654963575 ], [ -2.661834382703157, 56.8798486334343 ], [ -2.663016439361375, 56.868765529597802 ], [ -2.663836076769946, 56.86734624951135 ], [ -2.665110756332879, 56.861073363077693 ], [ -2.666055966257074, 56.859904939664318 ], [ -2.665966034498866, 56.859366399272886 ], [ -2.667806418419534, 56.858833719878618 ], [ -2.671730108547248, 56.858703969669669 ], [ -2.667765218840771, 56.850264410869478 ], [ -2.668200712570938, 56.849677242867635 ], [ -2.671108834858357, 56.848646486701256 ], [ -2.671766814420308, 56.847396011713258 ], [ -2.671261706189971, 56.846379978304547 ], [ -2.667447819432121, 56.845146305334033 ], [ -2.670143226301169, 56.843330633854407 ], [ -2.669449764673836, 56.842593200011109 ], [ -2.670550852843689, 56.842291726338949 ], [ -2.66594485024582, 56.838149746222683 ], [ -2.666485771223838, 56.836492061400079 ], [ -2.666166554912136, 56.834668277145667 ], [ -2.664374687708721, 56.83315598881029 ], [ -2.658411101094794, 56.829892369483488 ], [ -2.657721525388514, 56.82860145357693 ], [ -2.650964735653325, 56.822607915730956 ], [ -2.649821656293275, 56.815446665964707 ], [ -2.650677226730059, 56.813870055911977 ], [ -2.652900190244267, 56.811811950573187 ], [ -2.652781206138088, 56.810432672527192 ], [ -2.651926494342596, 56.810068808715464 ], [ -2.650840757546873, 56.810076274087493 ], [ -2.645165221050337, 56.81195100895107 ], [ -2.643789353368887, 56.812139587156594 ], [ -2.633660371923491, 56.809991329736278 ], [ -2.631604473901148, 56.809088110826529 ], [ -2.628494557879794, 56.804110666107739 ], [ -2.626202462516346, 56.799032913600421 ], [ -2.623542982957886, 56.796835340954004 ], [ -2.617176922191148, 56.793017475257052 ], [ -2.615857701060215, 56.787740663185303 ], [ -2.616841164041673, 56.784035400743072 ], [ -2.615812817777901, 56.783304714457408 ], [ -2.612017540902341, 56.783209304330065 ], [ -2.605379531565164, 56.782508631503418 ], [ -2.603565441657929, 56.782666554694337 ], [ -2.598181330526957, 56.784126300327372 ], [ -2.594720335975006, 56.787160486575623 ], [ -2.591505927346381, 56.788321197831941 ], [ -2.588938396508805, 56.788156369463458 ], [ -2.585740713960958, 56.787467105348099 ], [ -2.582470551018668, 56.786318131809601 ], [ -2.580544992508736, 56.786059395606586 ], [ -2.573610299690412, 56.786181321714785 ], [ -2.57067516759699, 56.785506635233823 ], [ -2.566851128425193, 56.785897797779633 ], [ -2.558559550154514, 56.78700966104703 ], [ -2.556315153259771, 56.786875055553658 ], [ -2.55147645952235, 56.785066567199216 ], [ -2.54929224525289, 56.783441173931315 ], [ -2.545361935151147, 56.781810813864261 ], [ -2.543926170846967, 56.781550268891365 ], [ -2.541605020757652, 56.781627749639647 ], [ -2.539013935962871, 56.782169014594601 ], [ -2.532455475466565, 56.784776408291123 ], [ -2.530833488198186, 56.785237897740565 ], [ -2.52972414611203, 56.78514648951186 ], [ -2.521416324049751, 56.781733565325929 ], [ -2.518748297117671, 56.779686530590176 ], [ -2.51579642024143, 56.775774700938094 ], [ -2.514484619248154, 56.774975181947021 ], [ -2.51349202772967, 56.774661251065162 ], [ -2.511078171206617, 56.774752920447021 ], [ -2.506548658163619, 56.773754451240087 ], [ -2.505605813404943, 56.773239021020387 ], [ -2.502692533491466, 56.770115493297951 ], [ -2.501240966821156, 56.769472715135485 ], [ -2.491977732263531, 56.766216193216486 ], [ -2.483811599685834, 56.765085663507968 ], [ -2.48037301232995, 56.763671453194895 ], [ -2.477953532391227, 56.761598333983834 ], [ -2.47643366528589, 56.757699839232757 ], [ -2.474391821828962, 56.754919087510793 ], [ -2.472069971327137, 56.753387198680556 ], [ -2.466765139184973, 56.751553841106684 ], [ -2.462623558026753, 56.747736836369775 ], [ -2.459776164911068, 56.747141872157158 ], [ -2.457615673100598, 56.747361839503789 ], [ -2.454782887034057, 56.748372094923695 ], [ -2.452282253508374, 56.750229141357472 ], [ -2.450090324997292, 56.751256725784351 ], [ -2.44493817707604, 56.751709137979837 ], [ -2.442044427558848, 56.751067219516671 ], [ -2.444210411719828, 56.75128680554463 ], [ -2.444501799135093, 56.751175267251632 ], [ -2.443896816621944, 56.751040871431634 ], [ -2.439623457636188, 56.7507146386844 ], [ -2.434677379514292, 56.750608012966303 ], [ -2.432176389765996, 56.750825132380463 ], [ -2.433014001161092, 56.750148448572396 ], [ -2.431222448736861, 56.751056622326509 ], [ -2.430064390611274, 56.751171123239224 ], [ -2.430852279832886, 56.751431623796996 ], [ -2.430061405476398, 56.752054229457691 ], [ -2.428034263920054, 56.75138653369261 ], [ -2.4284678671782, 56.75198425523908 ], [ -2.429471701411134, 56.752252107215455 ], [ -2.426417509879346, 56.753304701235706 ], [ -2.424553238338728, 56.754752047393033 ], [ -2.433188638915356, 56.743304066410559 ], [ -2.436228777067059, 56.738586900512892 ], [ -2.443129650628545, 56.725335824589067 ], [ -2.447799506415278, 56.711697982964502 ], [ -2.448645931602119, 56.711034631495579 ], [ -2.450950607582348, 56.706517362766419 ], [ -2.454682730653929, 56.703409786470424 ], [ -2.459872704759184, 56.703662938458102 ], [ -2.460819415892467, 56.703353092683329 ], [ -2.461116304056359, 56.703591860360469 ], [ -2.462133048925319, 56.703267371227817 ], [ -2.464018938744998, 56.703368164221679 ], [ -2.465410439610685, 56.704034059449619 ], [ -2.465671459805584, 56.703878562950557 ], [ -2.4710072580682, 56.706640771051312 ], [ -2.471494787662394, 56.706705406275702 ], [ -2.471534126175722, 56.706455508624771 ], [ -2.471728393897813, 56.706709013595422 ], [ -2.472419762984494, 56.706487189193332 ], [ -2.474584640460448, 56.70667839854746 ], [ -2.474992598304476, 56.706390261161587 ], [ -2.474903049436016, 56.706671794607892 ], [ -2.475963631934793, 56.707105255665319 ], [ -2.47591384430141, 56.70781875709875 ], [ -2.473085107716829, 56.711087944741742 ], [ -2.472328314386892, 56.71404557512124 ], [ -2.472532180593474, 56.714409542432449 ], [ -2.474015607886739, 56.71454674795558 ], [ -2.474516122501051, 56.715633673559729 ], [ -2.475400952006135, 56.71623131304095 ], [ -2.473495538207805, 56.716450586917674 ], [ -2.473117249778675, 56.716769150755837 ], [ -2.475201543343222, 56.718295642095129 ], [ -2.474367666284283, 56.71993116774636 ], [ -2.476613526693738, 56.720908112824752 ], [ -2.47813686952494, 56.722108792885443 ], [ -2.477580133370346, 56.721628501133466 ], [ -2.478324770524357, 56.721207899943266 ], [ -2.480987244472264, 56.720887709302033 ], [ -2.48566674836488, 56.721013294119736 ], [ -2.492355927863533, 56.72200759157775 ], [ -2.495203813560469, 56.721378221353874 ], [ -2.496806309175266, 56.722339391910687 ], [ -2.508792653019486, 56.723270246688642 ], [ -2.51096318633221, 56.723672819918896 ], [ -2.512427426977522, 56.723203243781448 ], [ -2.515921666766492, 56.723494270814108 ], [ -2.515726387445083, 56.721882493052284 ], [ -2.516660566901902, 56.721373734549346 ], [ -2.518036149940137, 56.721359936816803 ], [ -2.519364690736998, 56.719712171763703 ], [ -2.51857464610861, 56.719054257155918 ], [ -2.51970982113836, 56.717727114819617 ], [ -2.520420749192495, 56.717507637871776 ], [ -2.520056287814461, 56.717379793502843 ], [ -2.521240243114969, 56.716633683527277 ], [ -2.52179903994424, 56.715576648332821 ], [ -2.52281740215585, 56.715382820712129 ], [ -2.523487141801455, 56.714319921640978 ], [ -2.524799429224414, 56.71353370906823 ], [ -2.525620110146794, 56.713577862943787 ], [ -2.526271063191041, 56.710710184303331 ], [ -2.52875962179479, 56.70983450618651 ], [ -2.528825467751781, 56.709521590633386 ], [ -2.530115560566404, 56.709731717912618 ], [ -2.5327182318732, 56.711739272751423 ], [ -2.532206619083975, 56.712641635634661 ], [ -2.530705400400217, 56.713338893924025 ], [ -2.53001927181552, 56.715659632355276 ], [ -2.530434473049481, 56.715444949374081 ], [ -2.530408669555824, 56.715932878823025 ], [ -2.531941623465332, 56.716549817127884 ], [ -2.531393716545194, 56.71569600072332 ], [ -2.532917269108092, 56.716340816908037 ], [ -2.531839441078123, 56.715445247688024 ], [ -2.532415075022108, 56.715601801830623 ], [ -2.533669704502651, 56.716636755884565 ], [ -2.535462376928917, 56.717244452731244 ], [ -2.537015609769967, 56.718701225663615 ], [ -2.538880471810578, 56.719433436936569 ], [ -2.540867293043233, 56.719096020397004 ], [ -2.539238409634511, 56.718186735316031 ], [ -2.537251686080648, 56.717612271266049 ], [ -2.535736958302887, 56.71633321453028 ], [ -2.531516722385257, 56.714108939034972 ], [ -2.531925289766982, 56.713426223829437 ], [ -2.532570849601085, 56.713446823382455 ], [ -2.532824367885885, 56.713930863927608 ], [ -2.533754136231684, 56.712794925841614 ], [ -2.535665346755459, 56.712216251030569 ], [ -2.539068686557009, 56.712263557607649 ], [ -2.541102138617794, 56.712810838199289 ], [ -2.542890200551701, 56.715710214526588 ], [ -2.544688555962722, 56.716477665768757 ], [ -2.55447944595444, 56.716475797426241 ], [ -2.556694356824529, 56.716005050390351 ], [ -2.557196771288677, 56.71551139027487 ], [ -2.557126507731073, 56.714074296037111 ], [ -2.558706077872985, 56.712963111947829 ], [ -2.558528380541403, 56.712767163439025 ], [ -2.556982917554874, 56.713533214729324 ], [ -2.556627435234716, 56.715677440679954 ], [ -2.55560568748303, 56.716073695573122 ], [ -2.544215770935581, 56.715981131527428 ], [ -2.543226321052253, 56.715454507909833 ], [ -2.542316246303102, 56.713063393394172 ], [ -2.539195068505995, 56.711848857610612 ], [ -2.536216654005719, 56.711584115047401 ], [ -2.534414548189321, 56.710638678894469 ], [ -2.532355129082126, 56.708700708850429 ], [ -2.531340384562332, 56.706238988983714 ], [ -2.531394273128808, 56.705427521881418 ], [ -2.532242457001352, 56.704539894143544 ], [ -2.530957463571262, 56.705375481912306 ], [ -2.530017874772261, 56.705341751775791 ], [ -2.527833299667253, 56.705041986066142 ], [ -2.525402045442647, 56.704149393817673 ], [ -2.523943364046666, 56.702957099681228 ], [ -2.522448468338649, 56.700559314105668 ], [ -2.516084951405715, 56.698561795646583 ], [ -2.514767297482011, 56.698810710019885 ], [ -2.511495327298342, 56.698604986635083 ], [ -2.504285784109721, 56.698964992258432 ], [ -2.50212618988227, 56.698658387083768 ], [ -2.492730083563118, 56.69914870020564 ], [ -2.49094781445269, 56.699471069932841 ], [ -2.488679575062477, 56.700854510200891 ], [ -2.487339977042104, 56.701068183192803 ], [ -2.485789641582337, 56.70077058833423 ], [ -2.486614609238928, 56.70079252225392 ], [ -2.48568209091768, 56.700028048929362 ], [ -2.483848708618654, 56.699429678397856 ], [ -2.480215526036978, 56.699701575567325 ], [ -2.479844640323019, 56.69981440404306 ], [ -2.479975505757944, 56.700473309248359 ], [ -2.481132277481804, 56.701031230283604 ], [ -2.481749788986273, 56.701814923854506 ], [ -2.480901532876412, 56.703552969633101 ], [ -2.4796871180067, 56.704374278079811 ], [ -2.477116445934502, 56.704630307886305 ], [ -2.476042227556752, 56.705181530133167 ], [ -2.474898519404382, 56.70436837317348 ], [ -2.473006898413308, 56.704337839863463 ], [ -2.468906153532091, 56.70238500249404 ], [ -2.465065980070656, 56.70179569257779 ], [ -2.464636010009506, 56.701227726405435 ], [ -2.462712642377853, 56.701657124625079 ], [ -2.449972322374059, 56.702144911817051 ], [ -2.444888820727111, 56.702033809458406 ], [ -2.441868773872268, 56.702272749041178 ], [ -2.43929019321409, 56.70171948822923 ], [ -2.438044249529239, 56.701727470508089 ], [ -2.437806639652057, 56.702219717572589 ], [ -2.437250849868763, 56.702314202912426 ], [ -2.436437118858359, 56.701711552131137 ], [ -2.435638832609421, 56.700888739944986 ], [ -2.43625512051098, 56.700237955175886 ], [ -2.440443247829007, 56.699073291565767 ], [ -2.442559722877006, 56.697139668747447 ], [ -2.44278749137013, 56.695956595294241 ], [ -2.441585145847652, 56.695349070231032 ], [ -2.441373499830517, 56.694844034417279 ], [ -2.442311795783133, 56.693962092337941 ], [ -2.44307702251037, 56.693917148086399 ], [ -2.443537697886646, 56.693105171796212 ], [ -2.443314482319043, 56.692866998339149 ], [ -2.442815155438784, 56.69302958458254 ], [ -2.442807888299488, 56.69254987696462 ], [ -2.44169420573423, 56.692533169763585 ], [ -2.442079100927008, 56.692079920070043 ], [ -2.442709164703853, 56.692067799376474 ], [ -2.442260063092575, 56.691639970922033 ], [ -2.439445102805755, 56.691895194370254 ], [ -2.438902637802404, 56.691578183750607 ], [ -2.439599778001339, 56.690738436771191 ], [ -2.439011124735028, 56.690659659670665 ], [ -2.440202279541542, 56.690045455878007 ], [ -2.439525566980232, 56.690254473311754 ], [ -2.439190766436752, 56.68954324132568 ], [ -2.438558883682514, 56.689395439517241 ], [ -2.439479012100708, 56.689201739150342 ], [ -2.440097328159363, 56.689585857564218 ], [ -2.440123923510219, 56.689346795111234 ], [ -2.440701351743577, 56.689444472595554 ], [ -2.441091646829875, 56.689175374008286 ], [ -2.439859509202639, 56.688372091308388 ], [ -2.440246813806013, 56.687987115135797 ], [ -2.440749088309952, 56.688081464578168 ], [ -2.440424054363746, 56.687927195372552 ], [ -2.440771398892974, 56.687336630316864 ], [ -2.440348453705865, 56.68732465120334 ], [ -2.440856788339311, 56.68668141043085 ], [ -2.442775129142297, 56.686423955626694 ], [ -2.443005416662075, 56.686017069496685 ], [ -2.443569219823837, 56.686209111849294 ], [ -2.444657755766563, 56.686047114455938 ], [ -2.446234460937903, 56.685203286355325 ], [ -2.446039848922954, 56.684896738247694 ], [ -2.446523864949941, 56.684967771967493 ], [ -2.447296888115255, 56.68394443899551 ], [ -2.447772733058605, 56.684015497209572 ], [ -2.44914635421379, 56.683401448529494 ], [ -2.447277329351913, 56.681469475285283 ], [ -2.446489042332542, 56.681474999973283 ], [ -2.447058973569749, 56.681086651680921 ], [ -2.446134780693511, 56.681330732558543 ], [ -2.446937199256984, 56.680038680340111 ], [ -2.447755569242445, 56.680095032736261 ], [ -2.447907405336029, 56.680373882524897 ], [ -2.447046131082244, 56.680553958931 ], [ -2.44744781560376, 56.680706138745272 ], [ -2.446983984763665, 56.680956655958177 ], [ -2.447459375781616, 56.680992680166554 ], [ -2.44803030293473, 56.680552217786911 ], [ -2.448380234179353, 56.680744109526827 ], [ -2.448475987589616, 56.680972851341565 ], [ -2.448128666862599, 56.680726149340764 ], [ -2.447550099978189, 56.681210660199326 ], [ -2.448252970757933, 56.681571975059853 ], [ -2.448610616504124, 56.681313750401323 ], [ -2.448807412451264, 56.682088805894843 ], [ -2.449252323397487, 56.681746251976676 ], [ -2.448763248349644, 56.68138417227626 ], [ -2.449448318038272, 56.681209212180796 ], [ -2.44992199017199, 56.681511153466971 ], [ -2.450476294994363, 56.68118393573571 ], [ -2.450540770335955, 56.680296103595232 ], [ -2.449779932381155, 56.680274598439524 ], [ -2.449694074007871, 56.679644246224186 ], [ -2.451334583660811, 56.678708486705133 ], [ -2.451024371535661, 56.678425722964718 ], [ -2.454690444633147, 56.67805662871627 ], [ -2.455399115162459, 56.678356792436581 ], [ -2.456776388201329, 56.677801938109333 ], [ -2.45784279075267, 56.678126827917687 ], [ -2.4577986625912, 56.677718227232099 ], [ -2.458735222508473, 56.677430891512962 ], [ -2.459130239743805, 56.677570481003542 ], [ -2.459507073481613, 56.677154937335651 ], [ -2.458968125179989, 56.67725754406473 ], [ -2.459639644807184, 56.677052032573357 ], [ -2.458570912026369, 56.677071246374155 ], [ -2.461348999600143, 56.676036828325074 ], [ -2.459843693428917, 56.676252618825366 ], [ -2.460358613401305, 56.675787151370429 ], [ -2.460429357949204, 56.676101322934272 ], [ -2.462065344461879, 56.675629900244324 ], [ -2.462353875494923, 56.675736634651862 ], [ -2.461818397319987, 56.676120434043739 ], [ -2.462188427364148, 56.676218781044533 ], [ -2.462715611521936, 56.67582423032303 ], [ -2.463872431216575, 56.67593761302917 ], [ -2.463509343243672, 56.675607462943184 ], [ -2.46419942941519, 56.675323698437786 ], [ -2.465626064474647, 56.676011022197095 ], [ -2.465913858943136, 56.675396351299824 ], [ -2.46644544910374, 56.675758204899161 ], [ -2.46620181062688, 56.675191340799756 ], [ -2.466583447732225, 56.675700191382994 ], [ -2.466611559808297, 56.674014723205339 ], [ -2.46785716570292, 56.673922006717319 ], [ -2.469394946321658, 56.672786053993676 ], [ -2.469180533579638, 56.671815711866039 ], [ -2.468067515695666, 56.671278177817285 ], [ -2.468257788273291, 56.670831864916003 ], [ -2.469413834257816, 56.670893991107349 ], [ -2.471217698670845, 56.672524925590189 ], [ -2.475236499892206, 56.672366805416402 ], [ -2.476040694184237, 56.672602702268428 ], [ -2.476338731373081, 56.6721685421251 ], [ -2.477677942190107, 56.672129271916702 ], [ -2.479011261078131, 56.672268788002441 ], [ -2.478696015167827, 56.672501783212496 ], [ -2.479363543520857, 56.67263936209784 ], [ -2.480132553230308, 56.672287826208553 ], [ -2.480137500098952, 56.672548337930372 ], [ -2.480887383573126, 56.672361275054563 ], [ -2.481134171678897, 56.671623648070074 ], [ -2.481607918536591, 56.671920977407396 ], [ -2.482470634380512, 56.67162656086213 ], [ -2.48336127828611, 56.671730013248279 ], [ -2.483910115924698, 56.671391885934263 ], [ -2.483662545537158, 56.670027306670136 ], [ -2.484035178427027, 56.669438316009391 ], [ -2.484616420769618, 56.669466599529109 ], [ -2.484074873688978, 56.669352815291589 ], [ -2.484240013382106, 56.668616397489224 ], [ -2.485187984720811, 56.668742073263054 ], [ -2.485469164301223, 56.668403185002497 ], [ -2.484896757433613, 56.66829940691003 ], [ -2.48572911724272, 56.668063480525717 ], [ -2.485945532943338, 56.668271060707085 ], [ -2.487727006132516, 56.66812394556964 ], [ -2.487128076397674, 56.667608822180078 ], [ -2.489018543958487, 56.667565474342261 ], [ -2.491570906441885, 56.666729806635992 ], [ -2.491666885478517, 56.666332342044797 ], [ -2.492625369323166, 56.666015914913608 ], [ -2.492125191003868, 56.665694475319611 ], [ -2.493862806996967, 56.664825144806549 ], [ -2.494004647528727, 56.664443667166672 ], [ -2.49556289686075, 56.66421018185617 ], [ -2.496076161442038, 56.663664614914367 ], [ -2.500077461015063, 56.662510350349365 ], [ -2.505107604002923, 56.65206876634506 ], [ -2.506857757751299, 56.650987180372944 ], [ -2.509025109303311, 56.650858848771776 ], [ -2.509700833662666, 56.651502921483491 ], [ -2.508694574608216, 56.651746009542975 ], [ -2.507253446920804, 56.652883858787476 ], [ -2.508135025778191, 56.652583794911948 ], [ -2.507628584172264, 56.653248870820143 ], [ -2.508988523813648, 56.651774454419261 ], [ -2.510929420563121, 56.651781773757655 ], [ -2.511413499564751, 56.651397971056085 ], [ -2.509954798130467, 56.650502874996022 ], [ -2.507953844473812, 56.65014811009236 ], [ -2.506254384520844, 56.648679884089958 ], [ -2.506933845428704, 56.641468457197533 ], [ -2.50618545630511, 56.636966086839266 ], [ -2.504940305884846, 56.633823192149073 ], [ -2.502329391962253, 56.630433358568283 ], [ -2.500713749723703, 56.629548669449491 ], [ -2.49216016012446, 56.630084103076534 ], [ -2.491118604788537, 56.629708200712827 ], [ -2.490198222044231, 56.629876235854688 ], [ -2.487405663155748, 56.629591638205966 ], [ -2.486440817447174, 56.628965644193485 ], [ -2.485894016576608, 56.62915913785487 ], [ -2.484338854279065, 56.62863515298109 ], [ -2.482860244292029, 56.628741520387443 ], [ -2.481125564447957, 56.627426711797341 ], [ -2.481944037374327, 56.627065086531346 ], [ -2.481452757740595, 56.62662677838243 ], [ -2.481853230713434, 56.626590190653125 ], [ -2.481740533636176, 56.626315720159212 ], [ -2.480089825918906, 56.625826191084506 ], [ -2.481111421002993, 56.625547337228937 ], [ -2.48077469422548, 56.625085070407643 ], [ -2.480216110532153, 56.625118671620697 ], [ -2.480156100807944, 56.623986933150611 ], [ -2.481860758861334, 56.624112404756872 ], [ -2.482735024835895, 56.62263835182037 ], [ -2.482254632551352, 56.622538697184631 ], [ -2.482491155006111, 56.622173033878546 ], [ -2.481968616523829, 56.621706998717549 ], [ -2.481186567406982, 56.621848378410455 ], [ -2.480204704889341, 56.621398486095828 ], [ -2.482088772736618, 56.620906068005667 ], [ -2.482431966746045, 56.62098289732063 ], [ -2.482030376324531, 56.62131056962648 ], [ -2.483460249264051, 56.621238539560309 ], [ -2.484121304732654, 56.620431011302827 ], [ -2.484376545471501, 56.620638444064035 ], [ -2.485947743976821, 56.620026800993365 ], [ -2.48599094528791, 56.619711297333382 ], [ -2.485294060697426, 56.619627772745687 ], [ -2.487164768223193, 56.618742732957315 ], [ -2.487454681987762, 56.617721025794218 ], [ -2.48670233438355, 56.616997174154712 ], [ -2.4875077758897, 56.616783796502524 ], [ -2.487898852406716, 56.616280062764254 ], [ -2.487233362942121, 56.615593605872483 ], [ -2.487650730704648, 56.615107737618239 ], [ -2.487304824246586, 56.614817116347055 ], [ -2.487732328076522, 56.614991525265225 ], [ -2.488384283604073, 56.614125613385617 ], [ -2.490045682603617, 56.613333884750226 ], [ -2.491469708730735, 56.613212373383782 ], [ -2.491642885549185, 56.612371693105466 ], [ -2.493943777947881, 56.61065832766365 ], [ -2.494977582100203, 56.609359634894645 ], [ -2.494912630341343, 56.609002333375422 ], [ -2.493929421082194, 56.608935269144325 ], [ -2.493789347774711, 56.608562992701195 ], [ -2.494862641454505, 56.608543453964892 ], [ -2.496518616075496, 56.607119190739937 ], [ -2.49610124391404, 56.60634734053064 ], [ -2.497313408262811, 56.605868147857713 ], [ -2.498463674597762, 56.606133060505506 ], [ -2.498334188128057, 56.605701452584455 ], [ -2.500956807127662, 56.604965912723664 ], [ -2.501085109134586, 56.604445226304712 ], [ -2.500726191652259, 56.604402650724658 ], [ -2.502253249194351, 56.604094632675576 ], [ -2.502315499829022, 56.603017207818212 ], [ -2.504463219150991, 56.601743575998427 ], [ -2.504930936248318, 56.600908866849103 ], [ -2.504623336935926, 56.600681923457714 ], [ -2.505214023660776, 56.600519610964795 ], [ -2.50437608365906, 56.599117026128255 ], [ -2.504687530758146, 56.598656683151574 ], [ -2.503943427972037, 56.598792663270245 ], [ -2.504882641144507, 56.598388169691155 ], [ -2.504554684274405, 56.598587147521755 ], [ -2.505032112897295, 56.598727155666239 ], [ -2.50530603270836, 56.598262471524734 ], [ -2.50660851535577, 56.597988552040292 ], [ -2.506863057091623, 56.597659600844338 ], [ -2.509339120024261, 56.597462617290788 ], [ -2.510828098408592, 56.596531162953781 ], [ -2.513356779825771, 56.595898161500294 ], [ -2.513574340503592, 56.595249520353782 ], [ -2.513029365302883, 56.594931043044895 ], [ -2.515129725186118, 56.594664520003306 ], [ -2.517769894318773, 56.59291066709789 ], [ -2.519623515019751, 56.590220324479667 ], [ -2.518948497782619, 56.589084875827439 ], [ -2.518835713566996, 56.589053004259462 ], [ -2.518813646233582, 56.589106101718137 ], [ -2.517528966585649, 56.588867092019797 ], [ -2.517473629800235, 56.588749632449968 ], [ -2.51756779581121, 56.588848962465676 ], [ -2.517742127483241, 56.588857220601227 ], [ -2.517585348901622, 56.588822835906598 ], [ -2.517722043609413, 56.588460213121081 ], [ -2.517619327210291, 56.588816583562377 ], [ -2.51843943509674, 56.588969166800275 ], [ -2.519197709943875, 56.588379492739655 ], [ -2.518976169365717, 56.587540417088412 ], [ -2.517876186424381, 56.586873901644083 ], [ -2.517997239883247, 56.586082808423349 ], [ -2.519792528908749, 56.585690801784253 ], [ -2.519856980248798, 56.585049077009558 ], [ -2.521296303536796, 56.584467177827143 ], [ -2.522568737258276, 56.584417814512129 ], [ -2.523226526990642, 56.583833784959864 ], [ -2.523209923862531, 56.582985767836334 ], [ -2.522379497577065, 56.582029771573779 ], [ -2.520497012448388, 56.58186697183686 ], [ -2.521225796097183, 56.581592602448112 ], [ -2.520922741212658, 56.581218342564632 ], [ -2.522965471637246, 56.58108129542935 ], [ -2.522663839744634, 56.580457279201774 ], [ -2.523536492904777, 56.580230804634311 ], [ -2.523412340092642, 56.579845914786944 ], [ -2.524193724207695, 56.579730322716884 ], [ -2.524427538061155, 56.579334939926476 ], [ -2.52845610309395, 56.579316981663382 ], [ -2.532489813164716, 56.578623275258934 ], [ -2.534195506001472, 56.57803109990838 ], [ -2.534976315154035, 56.577303632815543 ], [ -2.535053399365486, 56.576768753753583 ], [ -2.534326420044012, 56.576003749594335 ], [ -2.537516468199583, 56.5759917935776 ], [ -2.540356991819126, 56.572815315624268 ], [ -2.539815500518939, 56.571364057411131 ], [ -2.539073931067596, 56.570716834118926 ], [ -2.538033138323025, 56.57077075552624 ], [ -2.53961754181634, 56.570491672162568 ], [ -2.539886607306348, 56.569958650935206 ], [ -2.539386140697679, 56.568412880098322 ], [ -2.53794932368131, 56.568306806856107 ], [ -2.538058751387486, 56.567990994706037 ], [ -2.539039085706097, 56.56781066062738 ], [ -2.537835150942509, 56.56748616305201 ], [ -2.538828209706515, 56.567286010721034 ], [ -2.537716368525875, 56.567257584881304 ], [ -2.53832380025259, 56.567174997909483 ], [ -2.537580342493777, 56.566845807484086 ], [ -2.538177270899443, 56.567055246789728 ], [ -2.538185630298337, 56.566727294419032 ], [ -2.539534011618477, 56.566683715830607 ], [ -2.539085663840309, 56.566509574705911 ], [ -2.539747611931624, 56.56625694654781 ], [ -2.539341448863022, 56.565959542253857 ], [ -2.540219265702888, 56.566239624654912 ], [ -2.540495929678325, 56.565899724790299 ], [ -2.541240669190821, 56.565976441652516 ], [ -2.540318598586501, 56.565331808108354 ], [ -2.541570182239932, 56.565577913151863 ], [ -2.540583341439016, 56.565183319191931 ], [ -2.54161547686332, 56.565331553940133 ], [ -2.541070431346281, 56.565108429238094 ], [ -2.541812253074722, 56.564982116738456 ], [ -2.541690084890486, 56.564745471382714 ], [ -2.543488019746392, 56.565986399873829 ], [ -2.542931553379592, 56.565421940883631 ], [ -2.542970262259483, 56.564376032972099 ], [ -2.54338694835713, 56.564271794205823 ], [ -2.543422603946089, 56.564602249934616 ], [ -2.543616920668414, 56.564196221265021 ], [ -2.543810857510467, 56.564444229995743 ], [ -2.544404416000924, 56.563966377296644 ], [ -2.544845050256518, 56.564396577470156 ], [ -2.544441878459875, 56.563629312715605 ], [ -2.545072243139555, 56.564241056306258 ], [ -2.545518896713566, 56.563732398348947 ], [ -2.546093209330945, 56.563953578225508 ], [ -2.545468084153739, 56.563141473239845 ], [ -2.54708163725264, 56.562540537803471 ], [ -2.54691605373684, 56.56222862278711 ], [ -2.547574188257992, 56.562058622219091 ], [ -2.547743926412594, 56.562432507785452 ], [ -2.547819024645962, 56.562112345787568 ], [ -2.548435435631876, 56.562095252845843 ], [ -2.547819866386699, 56.561832939132834 ], [ -2.549696161816798, 56.562078004012804 ], [ -2.548453585809787, 56.561663041486462 ], [ -2.550255173082023, 56.56169370952297 ], [ -2.55292594709929, 56.560632522595746 ], [ -2.554647602140342, 56.560318495957802 ], [ -2.556376579582753, 56.56039431930413 ], [ -2.556934392025894, 56.560820358885813 ], [ -2.561735150864483, 56.56122190096518 ], [ -2.567742911625085, 56.560512714380458 ], [ -2.570300601476105, 56.559758923105285 ], [ -2.576154639587197, 56.556989993765512 ], [ -2.580077469446822, 56.556278177375923 ], [ -2.582677294227362, 56.55406672017466 ], [ -2.584138749856544, 56.554531521957394 ], [ -2.583354771056618, 56.554855935064182 ], [ -2.583665312460145, 56.554422344177304 ], [ -2.583107787006743, 56.554239889968926 ], [ -2.58132030370016, 56.555638096423749 ], [ -2.582844771735593, 56.555542912485336 ], [ -2.582564936837338, 56.55585866623899 ], [ -2.583411252825027, 56.556411707079299 ], [ -2.584974555868168, 56.555879690032555 ], [ -2.584303901089838, 56.555219822199312 ], [ -2.583228186860678, 56.555615681310094 ], [ -2.583025549467846, 56.555450427230049 ], [ -2.583660834392968, 56.554976681078578 ], [ -2.584839209906619, 56.55522628824901 ], [ -2.585886295090741, 56.554979685317782 ], [ -2.586955719070158, 56.552814872668705 ], [ -2.588628780972318, 56.552135850257308 ], [ -2.590931962172377, 56.55160474250485 ], [ -2.596459687003462, 56.551117451499806 ], [ -2.598555842440801, 56.551598801114835 ], [ -2.600498947497616, 56.551656807307758 ], [ -2.601981701479426, 56.551611002019051 ], [ -2.605158039139833, 56.550767243727954 ], [ -2.609523137023156, 56.548905073561819 ], [ -2.612041277226524, 56.547614262405389 ], [ -2.616727881526051, 56.54426338631967 ], [ -2.618061170447632, 56.544345704120381 ], [ -2.618881754190416, 56.544900430023866 ], [ -2.617986676858728, 56.54406577111682 ], [ -2.616884557921256, 56.544097301401891 ], [ -2.617731737315264, 56.543091366856551 ], [ -2.627439810565583, 56.536463668223632 ], [ -2.63266280841938, 56.531415962026841 ], [ -2.636001199143112, 56.527190754467497 ], [ -2.646685983283126, 56.523175386447669 ], [ -2.650022077859039, 56.522555138347663 ], [ -2.653490468123145, 56.521506459160705 ], [ -2.661563640828409, 56.51741007557824 ], [ -2.664730381337747, 56.516441746337001 ], [ -2.666009389568087, 56.515610148939125 ], [ -2.667830467690753, 56.512986877454679 ], [ -2.669922002664153, 56.511432133598028 ], [ -2.673510881033829, 56.509660809832177 ], [ -2.68176050301331, 56.506964566405571 ], [ -2.682940030695581, 56.507395787150735 ], [ -2.682492188549528, 56.506815003817728 ], [ -2.693756010292328, 56.503684490295441 ], [ -2.696524959578827, 56.50115161753132 ], [ -2.698683774227609, 56.50061571099905 ], [ -2.702630919722247, 56.500425435673989 ], [ -2.707222002751529, 56.499487476272378 ], [ -2.709925006824697, 56.498096569144124 ], [ -2.712208896543066, 56.496280357813745 ], [ -2.714260762888738, 56.495352181277752 ], [ -2.715289192981063, 56.495540320603446 ], [ -2.716574518180034, 56.494966903576788 ], [ -2.716418659188256, 56.494195159264436 ], [ -2.715072884258087, 56.494317016311413 ], [ -2.71463913369158, 56.493016800311437 ], [ -2.716881483538619, 56.489112802702707 ], [ -2.721945596582914, 56.47743268615924 ], [ -2.728668404780865, 56.468455856225916 ], [ -2.73191476388735, 56.465514169657936 ], [ -2.734243695591287, 56.464252497099082 ], [ -2.739636024328095, 56.463805405833298 ], [ -2.744422535602427, 56.46458357900832 ], [ -2.750093333133345, 56.466657153318593 ], [ -2.759970687860372, 56.46932380434454 ], [ -2.770439952136854, 56.473335443129848 ], [ -2.778337334017044, 56.475320223735764 ], [ -2.784171021972212, 56.477409197245215 ], [ -2.788718135965316, 56.478415383635692 ], [ -2.792475765255366, 56.479233283644959 ], [ -2.796718204641938, 56.47939300354988 ], [ -2.797351006593007, 56.479839055066833 ], [ -2.795963461252108, 56.479945888048299 ], [ -2.795115155743408, 56.480373586722379 ], [ -2.790569973245453, 56.479401761527221 ], [ -2.794805701327506, 56.480482481577965 ], [ -2.80273222807855, 56.480179022879625 ], [ -2.812751740921926, 56.478599075063933 ], [ -2.8237287603319, 56.477790908030812 ], [ -2.829819713269992, 56.476284996408317 ], [ -2.832263534260242, 56.476236293004249 ], [ -2.836771952726968, 56.47513684764531 ], [ -2.836841783119834, 56.4745479015764 ], [ -2.838652874401666, 56.474080172411249 ], [ -2.841121834460528, 56.475835183760914 ], [ -2.84571191877813, 56.477909932873693 ], [ -2.845486804590233, 56.478518808917663 ], [ -2.842627381736498, 56.478940749081595 ], [ -2.843463681453834, 56.480412098039885 ], [ -2.844049365587247, 56.480684835673827 ], [ -2.837561075761885, 56.485092474413207 ], [ -2.839349570043435, 56.48688804622136 ], [ -2.835641939670837, 56.488720703680436 ], [ -2.836012326574382, 56.490055079427115 ], [ -2.838349561191692, 56.492496536343396 ], [ -2.83918940597314, 56.492504339745217 ], [ -2.839401360422031, 56.492026737409439 ], [ -2.847200242755059, 56.491659319553307 ], [ -2.849773132160855, 56.491674081954137 ], [ -2.850363987785402, 56.492603510299816 ], [ -2.851448942143966, 56.492605059827696 ], [ -2.851571364494932, 56.492922266100415 ], [ -2.860603401918623, 56.492284099142751 ], [ -2.861750956514025, 56.495833943680488 ], [ -2.862668107214887, 56.496095309223151 ], [ -2.874930239208266, 56.494632216126355 ], [ -2.875191301298349, 56.494190142619729 ], [ -2.875977039309644, 56.494173820990127 ], [ -2.876298021321663, 56.494499485567928 ], [ -2.881188124270339, 56.493991403993633 ], [ -2.881636477954685, 56.494904627219242 ], [ -2.889061114135458, 56.49595676960881 ], [ -2.891097802142626, 56.493733811068026 ], [ -2.891619792429035, 56.493968150153989 ], [ -2.896503575497571, 56.493203454842508 ], [ -2.899221732004092, 56.49509567820968 ], [ -2.902115844488846, 56.495288515415879 ], [ -2.904533484157283, 56.495933976400948 ], [ -2.908158107093747, 56.497804126424072 ], [ -2.910459600254538, 56.497320085648873 ], [ -2.911988507545987, 56.497539765729009 ], [ -2.91319739109279, 56.496676465783139 ], [ -2.914473605841481, 56.496385862551037 ], [ -2.918377532694876, 56.496550216946076 ], [ -2.920207965056095, 56.499426948515335 ], [ -2.919774904916735, 56.499856915656558 ], [ -2.920491941915941, 56.500219064849858 ], [ -2.919760465581009, 56.500937845663771 ], [ -2.9224778212395, 56.502592382665981 ], [ -2.926356182142196, 56.502413474699019 ], [ -2.932471324664334, 56.501035322882757 ], [ -2.943096534223472, 56.500418719154169 ], [ -2.945820240285471, 56.503463040620844 ], [ -2.947182714913193, 56.504026312207841 ], [ -2.949311401046446, 56.499687652307614 ], [ -2.954776561294858, 56.499707747696554 ], [ -2.958958785903547, 56.498841767433682 ], [ -2.959815202965276, 56.49911277042181 ], [ -2.959552767724803, 56.500298947506678 ], [ -2.961923419402789, 56.500640883802596 ], [ -2.968473333349148, 56.500256654620941 ], [ -2.968085278717244, 56.495355967280133 ], [ -2.969152214285316, 56.494902016000047 ], [ -2.969599740065882, 56.494235469576005 ], [ -2.972377330524656, 56.494876803565433 ], [ -2.974461434537685, 56.494820934841826 ], [ -2.9754402624697, 56.49543048234451 ], [ -2.980879790772442, 56.494291530024832 ], [ -2.981739112753149, 56.494547085729216 ], [ -2.982865149660317, 56.496133819970737 ], [ -2.987374649477746, 56.495587728142894 ], [ -2.993083974938282, 56.49695366253362 ], [ -2.99513818504887, 56.498295671226508 ], [ -2.997116067899272, 56.498085741165788 ], [ -3.000926321077877, 56.498557321567297 ], [ -3.000877102399047, 56.497552354452786 ], [ -3.001318457803521, 56.497226253442143 ], [ -3.004771820534461, 56.498883850061873 ], [ -3.008050496850062, 56.501170785391828 ], [ -3.009776799919545, 56.501699424125803 ], [ -3.031722582440028, 56.502466913287414 ], [ -3.031773164118577, 56.500321889760585 ], [ -3.044916670551521, 56.498716970410264 ], [ -3.052039872729208, 56.496842851539675 ], [ -3.051347159817782, 56.493176734961899 ], [ -3.047307630573728, 56.492227961504696 ], [ -3.047505834503931, 56.491699795371325 ], [ -3.051378757942639, 56.49249903257607 ], [ -3.050978736411445, 56.490191592964308 ], [ -3.051161228986327, 56.48258012931737 ], [ -3.056201370879717, 56.482991075376489 ], [ -3.058272225199928, 56.483769474048195 ], [ -3.068497738471738, 56.48401791799477 ], [ -3.073584822244641, 56.484524789724212 ], [ -3.082014442890209, 56.483224318382483 ], [ -3.081819970943278, 56.483009484282739 ], [ -3.082530271216848, 56.482806530486997 ], [ -3.084500279280213, 56.48094210433225 ], [ -3.084137083355327, 56.478910263907984 ], [ -3.088324527459921, 56.480845747559194 ], [ -3.089315206719183, 56.480910733062899 ], [ -3.08944704572248, 56.482111716590367 ], [ -3.09120087936188, 56.481044216825282 ], [ -3.092653394917004, 56.480964057337928 ], [ -3.093022597994416, 56.479799995571092 ], [ -3.098024586919121, 56.479279672421654 ], [ -3.097179422703305, 56.477111069475662 ], [ -3.095856971407962, 56.475952952397279 ], [ -3.089405734957216, 56.466957726816368 ], [ -3.091890211100981, 56.467280906591434 ], [ -3.098546500507421, 56.467448588730555 ], [ -3.103903286836498, 56.467075820787223 ], [ -3.111320596892033, 56.467290854145823 ], [ -3.113449929595517, 56.46778389712977 ], [ -3.116350124515899, 56.467496394521866 ], [ -3.119625640888942, 56.467664555320447 ], [ -3.120578200417139, 56.468593958364899 ], [ -3.123473566735437, 56.474186793678491 ], [ -3.116844716401387, 56.474113635230182 ], [ -3.11656509915273, 56.47448721651898 ], [ -3.11874138839839, 56.476835976672561 ], [ -3.122179609415786, 56.477428480098261 ], [ -3.130607222024842, 56.477914455031147 ], [ -3.130607646083725, 56.478365481100532 ], [ -3.1299584179128, 56.478372290353569 ], [ -3.130114162362975, 56.479187578171683 ], [ -3.143626667751656, 56.47975386322198 ], [ -3.144109513323802, 56.480853630844152 ], [ -3.14233987959577, 56.483723456728555 ], [ -3.142041106273067, 56.487560859613133 ], [ -3.143514970608594, 56.488185205583875 ], [ -3.150821458508372, 56.488939798280605 ], [ -3.157367683865327, 56.49037130801409 ], [ -3.162193557504044, 56.490340608533067 ], [ -3.163587972601249, 56.490742641741484 ], [ -3.164154100629242, 56.491303370364442 ], [ -3.165467764540305, 56.491453670123299 ], [ -3.166825014118664, 56.492176769390674 ], [ -3.167297771799609, 56.493343928967924 ], [ -3.177592384599091, 56.496706734508166 ], [ -3.178560897872818, 56.498185411499762 ], [ -3.183790159464492, 56.501319849591589 ], [ -3.191565630747256, 56.503296697116667 ], [ -3.192537454427499, 56.503978292755967 ], [ -3.193438233246884, 56.505551845886671 ], [ -3.189170803212866, 56.506978218704369 ], [ -3.185551387351656, 56.507155676955215 ], [ -3.18464683732496, 56.507795931394639 ], [ -3.185980186675149, 56.508347444993483 ], [ -3.190131237417104, 56.508798302544811 ], [ -3.190130282278105, 56.510012143326094 ], [ -3.191420701304223, 56.511520879950169 ], [ -3.19417196040429, 56.513488162123487 ], [ -3.197283102276673, 56.514438442820499 ], [ -3.198598169219395, 56.514294583592736 ], [ -3.199770467001465, 56.514518665041422 ], [ -3.200758815403959, 56.515349183858568 ], [ -3.207217294487082, 56.518416853766858 ], [ -3.207256048452257, 56.51907325863904 ], [ -3.209013270222155, 56.519897136645476 ], [ -3.210307339081688, 56.521180129191976 ], [ -3.212064743442889, 56.524295061163933 ], [ -3.208659595959886, 56.525379445546108 ], [ -3.200855596635297, 56.525909749197261 ], [ -3.195170812439328, 56.52420716560259 ], [ -3.190376426080973, 56.523720406228044 ], [ -3.186045994903403, 56.523771707680595 ], [ -3.1854141937432, 56.523216196380304 ], [ -3.183910010850005, 56.523457852210598 ], [ -3.182396815249537, 56.524402175898899 ], [ -3.180270085211101, 56.525117811399831 ], [ -3.173022587845705, 56.526201718738811 ], [ -3.174058675746622, 56.529477616145591 ], [ -3.173621176558292, 56.530996559957742 ], [ -3.164043369796818, 56.538150372565148 ], [ -3.171175353249899, 56.542091396546205 ], [ -3.17548644214054, 56.543289670615302 ], [ -3.17890641245299, 56.54594906728358 ], [ -3.179956614643078, 56.547082843005015 ], [ -3.18168378348385, 56.551095137458752 ], [ -3.183939097743446, 56.553722340031413 ], [ -3.185538445641609, 56.55461274453971 ], [ -3.18905713507218, 56.555280830754597 ], [ -3.190322018646762, 56.556342386238221 ], [ -3.190200442723407, 56.561278802989733 ], [ -3.183580319983819, 56.565000546933298 ], [ -3.179438187364353, 56.565920407078764 ], [ -3.179466628260939, 56.566206745895229 ], [ -3.167263984865157, 56.568822334703519 ], [ -3.165605301355627, 56.569553070086677 ], [ -3.165136427150014, 56.569230426869645 ], [ -3.163987463138673, 56.569549360903835 ], [ -3.153068476265593, 56.574356328365397 ], [ -3.149383251672771, 56.5744057262363 ], [ -3.141836715039695, 56.576385376756733 ], [ -3.140207720886846, 56.576236808104227 ], [ -3.137777825893477, 56.576628332750609 ], [ -3.137737464727508, 56.577506490705254 ], [ -3.132663256934058, 56.579075696687539 ], [ -3.128108869721667, 56.581878043714497 ], [ -3.123006829977364, 56.584023907152066 ], [ -3.116497086432527, 56.589414824362798 ], [ -3.117325302437735, 56.590277084002025 ], [ -3.11214085745171, 56.593889496970746 ], [ -3.097979480883123, 56.598333261006083 ], [ -3.100258735524464, 56.60188623522297 ], [ -3.100149591458442, 56.603678699807695 ], [ -3.101494599025559, 56.605620014966355 ], [ -3.105282494014412, 56.607362639201874 ], [ -3.088152272658593, 56.613188236764984 ], [ -3.091217710771406, 56.616937537044983 ], [ -3.091836480102625, 56.617204335925052 ], [ -3.094562733104467, 56.616699712883367 ], [ -3.094933936733848, 56.616407147917442 ], [ -3.094017676640424, 56.615883331030481 ], [ -3.095794403650829, 56.615454410107724 ], [ -3.100767236626035, 56.615893870427186 ], [ -3.100852480536915, 56.615295651411088 ], [ -3.099740003894333, 56.614918261843627 ], [ -3.100015024394826, 56.614401920783443 ], [ -3.101611141237472, 56.614377914053165 ], [ -3.10654027469226, 56.613270409586143 ], [ -3.108558267618281, 56.613410569239711 ], [ -3.110245434488554, 56.613992090185214 ], [ -3.108159019970367, 56.61285259865155 ], [ -3.110649162770252, 56.61220417515986 ], [ -3.112915242651305, 56.613024866961169 ], [ -3.113851751996845, 56.612016515613249 ], [ -3.11291339020596, 56.611577488491299 ], [ -3.113105656303046, 56.609695322114931 ], [ -3.114847762552555, 56.610154100273434 ], [ -3.116645689305561, 56.609853166422745 ], [ -3.118956746656051, 56.606907057741616 ], [ -3.120405907672398, 56.607542691529055 ], [ -3.121719257096728, 56.607607222822551 ], [ -3.125568698439864, 56.605192462223123 ], [ -3.126130332218348, 56.604249399203447 ], [ -3.127524328128407, 56.604563805508292 ], [ -3.128158352823432, 56.604411609461536 ], [ -3.13048839426526, 56.602686995751853 ], [ -3.1296910638825, 56.601514577222112 ], [ -3.132135102160053, 56.601648684634718 ], [ -3.131573711691512, 56.600850580068609 ], [ -3.130275497027247, 56.600740195433495 ], [ -3.130329120326286, 56.600517791254369 ], [ -3.132226611200002, 56.600297482781592 ], [ -3.132631581373891, 56.601256932964176 ], [ -3.135401940566339, 56.601409566894503 ], [ -3.135563488748925, 56.600442258927778 ], [ -3.136618583062172, 56.599399404129102 ], [ -3.136052257975487, 56.598547457289278 ], [ -3.13702632340642, 56.597899758088403 ], [ -3.13950759196904, 56.5978707597679 ], [ -3.141999738744898, 56.597122851486688 ], [ -3.145323667935852, 56.597224357859304 ], [ -3.145078218420856, 56.596701922509226 ], [ -3.142391446606625, 56.596664637947633 ], [ -3.142639108464808, 56.596074775875408 ], [ -3.143630745050789, 56.595637099926677 ], [ -3.144457682402368, 56.595570195140525 ], [ -3.146095226056007, 56.596026802127504 ], [ -3.148209873912067, 56.597177080691189 ], [ -3.149233930414272, 56.598344593621015 ], [ -3.151325832048212, 56.598525600831252 ], [ -3.152983946106644, 56.599008881146304 ], [ -3.155241992532366, 56.599028357947553 ], [ -3.157231211415486, 56.598459113701033 ], [ -3.160921724302333, 56.599355517154848 ], [ -3.165855193088525, 56.598877213206251 ], [ -3.166000307254905, 56.599252304830479 ], [ -3.164399893022163, 56.600120829005085 ], [ -3.165946063489638, 56.601086556539457 ], [ -3.164016597152419, 56.602592466943669 ], [ -3.16217059717137, 56.603214387761213 ], [ -3.162157661444127, 56.604384293545543 ], [ -3.161130985392496, 56.605485501197883 ], [ -3.159419516025816, 56.606250774724856 ], [ -3.155767783508177, 56.60653812268486 ], [ -3.154100316393609, 56.608430468909745 ], [ -3.149885912985634, 56.608116408160853 ], [ -3.150869041747228, 56.610818838458059 ], [ -3.15304988467245, 56.613894701344528 ], [ -3.155735684702962, 56.614659515610093 ], [ -3.157506465620282, 56.617414770165638 ], [ -3.160912158808174, 56.61921767146405 ], [ -3.168795770238252, 56.61777731294309 ], [ -3.170713394672402, 56.617975809063466 ], [ -3.17408884775035, 56.617732863087433 ], [ -3.180959393555141, 56.615759518904447 ], [ -3.18585156702797, 56.617593444669488 ], [ -3.191257614297361, 56.621963986109364 ], [ -3.175626291765784, 56.624257274915351 ], [ -3.17138989750226, 56.626137258588763 ], [ -3.174401655403477, 56.628067490077463 ], [ -3.174142194072981, 56.628582953916116 ], [ -3.172836950018317, 56.628701280917511 ], [ -3.174428667958322, 56.629461630114392 ], [ -3.177078993969686, 56.629875030628938 ], [ -3.177762111779538, 56.63029712757217 ], [ -3.178096894861067, 56.632931808871433 ], [ -3.176721262747902, 56.634197264375175 ], [ -3.177101414864061, 56.634677933490032 ], [ -3.17845731571959, 56.635132294316264 ], [ -3.178134696066548, 56.635608832249247 ], [ -3.172800313047245, 56.635663712992731 ], [ -3.164078828255728, 56.636378110764213 ], [ -3.161048224308283, 56.636916741433922 ], [ -3.156594206059697, 56.637083101493744 ], [ -3.154823076910547, 56.637386154461673 ], [ -3.153390466708051, 56.638097533517282 ], [ -3.148630596933991, 56.643816139422441 ], [ -3.148765368254721, 56.646103234699865 ], [ -3.15006224788462, 56.647991468532389 ], [ -3.150234020715093, 56.649829895632074 ], [ -3.151914671353643, 56.651620226467301 ], [ -3.150835135411825, 56.652536742482219 ], [ -3.151453912114615, 56.653198563937117 ], [ -3.155613862856639, 56.654606508275755 ], [ -3.157315542254088, 56.656215984778029 ], [ -3.158305518324695, 56.655678491418705 ], [ -3.159919136560049, 56.656221400052829 ], [ -3.162112913250832, 56.655525308144711 ], [ -3.163049372659047, 56.655901096519472 ], [ -3.165043790955635, 56.655513184969664 ], [ -3.166420426744616, 56.655774318789241 ], [ -3.169756409509249, 56.655779850800336 ], [ -3.170289498386634, 56.655295968315436 ], [ -3.1725181102309, 56.654731435776533 ], [ -3.172603652101796, 56.653441359069511 ], [ -3.174767904036996, 56.652752507466943 ], [ -3.175724795989233, 56.652001355282295 ], [ -3.18141211057245, 56.651684259301227 ], [ -3.183211068179501, 56.652254756750182 ], [ -3.184997308093579, 56.65345785714976 ], [ -3.185857219178234, 56.653571856805947 ], [ -3.186304491962606, 56.654361823261333 ], [ -3.187254452797548, 56.654485736524762 ], [ -3.205075584286157, 56.654714293339985 ], [ -3.212748829593969, 56.655381892146657 ], [ -3.223705562312901, 56.658350964457313 ], [ -3.225123059324717, 56.658548158420516 ], [ -3.226040305335685, 56.657908413845838 ], [ -3.230520014264904, 56.658563209029928 ], [ -3.234237988589596, 56.659466184220236 ], [ -3.239339047711808, 56.659855746835156 ], [ -3.242225684357976, 56.660521480653642 ], [ -3.244297279914331, 56.661353425358499 ], [ -3.244829754036371, 56.66221331418091 ], [ -3.249441173266582, 56.663469877787421 ], [ -3.253080665798163, 56.665420681841383 ], [ -3.260387088871843, 56.668448398348012 ], [ -3.261148040974969, 56.669734469528379 ], [ -3.264482366837926, 56.670626060567749 ], [ -3.266914529328946, 56.670646258638513 ], [ -3.268839031840273, 56.670128017264481 ], [ -3.270030310709968, 56.669159014088557 ], [ -3.270520090552931, 56.667469408979372 ], [ -3.27184684789847, 56.666166575161242 ], [ -3.277460429148216, 56.665750616057132 ], [ -3.283899951777702, 56.665539721532191 ], [ -3.286765402054642, 56.668227979518598 ], [ -3.286798847679129, 56.676435958062598 ], [ -3.285349493525884, 56.677393410674732 ], [ -3.283864740209211, 56.677792369892181 ], [ -3.284751890726093, 56.678393272850279 ], [ -3.285805833156191, 56.678235945533785 ], [ -3.287310333518353, 56.67870287308412 ], [ -3.28815251578602, 56.679562074646121 ], [ -3.289365184778115, 56.679654643682973 ], [ -3.290075480491403, 56.680521487248939 ], [ -3.292751678938581, 56.68149910858947 ], [ -3.293489057905145, 56.682295572150622 ], [ -3.294808204621348, 56.68244358561487 ], [ -3.296065056706536, 56.683153770497633 ], [ -3.299394847689296, 56.683617715539555 ], [ -3.299736773883263, 56.684539560570968 ], [ -3.30077968405219, 56.684721840186079 ], [ -3.302184331907354, 56.685924573127188 ], [ -3.302224217279493, 56.686606985321568 ], [ -3.302953550841819, 56.686689202780649 ], [ -3.303130873315558, 56.688277620759045 ], [ -3.306820187795333, 56.688971207248734 ], [ -3.308527969031129, 56.689959550728112 ], [ -3.302022815530656, 56.694960266613712 ], [ -3.30290524300894, 56.695687774763464 ], [ -3.303097502692391, 56.696525821982576 ], [ -3.30660757099272, 56.698856488384386 ], [ -3.306806897344502, 56.702722259867578 ], [ -3.311766411103862, 56.7049072932153 ], [ -3.314030157978345, 56.706356906695305 ], [ -3.313835712259249, 56.70710467806628 ], [ -3.315247261021786, 56.708468916752906 ], [ -3.315283278878154, 56.709968961755081 ], [ -3.319285663646159, 56.710205163473489 ], [ -3.324729019370861, 56.709374725046423 ], [ -3.326676656130503, 56.709479783658864 ], [ -3.327905516634465, 56.709120783978641 ], [ -3.331800506332672, 56.710247204250578 ], [ -3.332659296114743, 56.712358387255499 ], [ -3.333987910880212, 56.712739490779761 ], [ -3.334811668673034, 56.713395528495099 ], [ -3.334876837485813, 56.714082152505064 ], [ -3.337701321422749, 56.716558563085862 ], [ -3.338538076851586, 56.719415664998792 ], [ -3.344474380490021, 56.722986024481088 ], [ -3.352783751844659, 56.726161997380494 ], [ -3.349109962961176, 56.72944976139533 ], [ -3.363946358482392, 56.738129123382784 ], [ -3.357874473054836, 56.743154924396435 ], [ -3.356999155159725, 56.745859835593727 ], [ -3.357841006895114, 56.747665555527263 ], [ -3.361314265095804, 56.749429083815322 ], [ -3.363908636525667, 56.751525581536335 ], [ -3.366547524555887, 56.752588309744965 ], [ -3.368711494010924, 56.752955399257573 ], [ -3.371074432924814, 56.752498171988094 ], [ -3.373101899171676, 56.752484840971583 ], [ -3.377839683090309, 56.753241180500382 ], [ -3.378562559348925, 56.754446111591129 ], [ -3.383109027388979, 56.757773968896956 ], [ -3.388414594743429, 56.765468720680616 ], [ -3.389797528054922, 56.769244819966396 ], [ -3.379508330331796, 56.777112777833437 ], [ -3.379445126468746, 56.780518633292012 ], [ -3.380009310115512, 56.781397372669581 ], [ -3.374118616920097, 56.789270002251897 ], [ -3.370266421512694, 56.790251267111223 ], [ -3.366747743290429, 56.793205357252916 ], [ -3.367169870024784, 56.795357021320271 ], [ -3.362600671349306, 56.800065494885352 ], [ -3.360303749846109, 56.800396035807012 ], [ -3.359683412656032, 56.800901439442953 ], [ -3.359259815034408, 56.801413680939177 ], [ -3.359475534899765, 56.802170522300706 ], [ -3.357641791654952, 56.804445604713599 ], [ -3.3576053994301, 56.805703832506694 ], [ -3.35820561551774, 56.806676611578425 ], [ -3.36280674374565, 56.808225681843673 ], [ -3.364487651369691, 56.809860461436564 ], [ -3.364899191710765, 56.812169472856255 ], [ -3.366731198298261, 56.813447681674056 ], [ -3.360020410822109, 56.817891967387993 ], [ -3.351636732651441, 56.820287578766376 ], [ -3.358540359700296, 56.82565721319942 ], [ -3.364076058725533, 56.827155639814492 ], [ -3.366119561659875, 56.829046985113528 ], [ -3.369605713691604, 56.830944936337048 ], [ -3.37024347687128, 56.831131102866323 ], [ -3.376890076245378, 56.829818093512309 ], [ -3.380560033793584, 56.83335338759909 ], [ -3.381549167958999, 56.836401667917784 ], [ -3.384948390123148, 56.837015375018822 ], [ -3.388824898305548, 56.840112390893879 ], [ -3.392801432989049, 56.842574764777957 ], [ -3.398409857850089, 56.843720481532948 ], [ -3.400753013429553, 56.843029356264132 ], [ -3.405635135285863, 56.843378782283523 ], [ -3.406943187193923, 56.843067556968762 ], [ -3.407021879719119, 56.843417066915194 ], [ -3.405912829228498, 56.845100685345933 ], [ -3.403089170172695, 56.845658048306525 ], [ -3.401221373423156, 56.847884727147346 ], [ -3.400829344784147, 56.849021176019193 ], [ -3.397830779390799, 56.85105383967047 ], [ -3.393724425081076, 56.85086615071171 ], [ -3.390899647694965, 56.851409769280643 ], [ -3.387377288019811, 56.855038265385268 ], [ -3.378518594468836, 56.860971801436364 ], [ -3.378197973474014, 56.8636257579195 ], [ -3.379689109428367, 56.866924558703182 ], [ -3.379082698025782, 56.868499045136183 ], [ -3.374460238314838, 56.873743016420896 ], [ -3.372138153995847, 56.874626563730814 ], [ -3.369808884292168, 56.875092369641138 ], [ -3.366724220187917, 56.877116214180987 ], [ -3.366312784709327, 56.878881663184465 ], [ -3.367943426437803, 56.881069491420618 ], [ -3.367318919906688, 56.881718715515234 ], [ -3.362955664895787, 56.883352151321219 ], [ -3.362196686798221, 56.883917464075083 ], [ -3.36035712818777, 56.884103722882621 ], [ -3.357766822200821, 56.883727607412368 ], [ -3.353638704379789, 56.883938622300192 ], [ -3.353150828020378, 56.884743519701253 ], [ -3.348734611167534, 56.886983471844111 ], [ -3.348678902508734, 56.889764740606402 ], [ -3.346335702539322, 56.890333570793281 ], [ -3.341927099909979, 56.892357566841788 ], [ -3.338589664455037, 56.894280087745855 ], [ -3.337061615911018, 56.89585074476102 ], [ -3.332822805512652, 56.895990372210569 ], [ -3.328814887398733, 56.895467050691593 ], [ -3.322950685382605, 56.895834752323907 ], [ -3.321617563174192, 56.895507456921521 ], [ -3.315406935823604, 56.897230609104177 ], [ -3.311145014321081, 56.897185564448691 ], [ -3.309297035200481, 56.899033251989145 ], [ -3.30362456831824, 56.899505844121812 ], [ -3.302168463992849, 56.899889384596669 ], [ -3.298922066309094, 56.902146789485087 ], [ -3.297872611552407, 56.904790091976459 ], [ -3.291614080178031, 56.905677003004058 ], [ -3.288603066424697, 56.90693444364836 ], [ -3.284854317639724, 56.907278510654479 ], [ -3.286197442529288, 56.90932658245535 ], [ -3.283364480262195, 56.912675392920306 ], [ -3.283410798616552, 56.913546390148134 ], [ -3.28399768201853, 56.914613980283256 ], [ -3.285244996361412, 56.915301930923469 ], [ -3.28692656639202, 56.917867600080911 ], [ -3.288004609504272, 56.921027936535928 ], [ -3.291098167979011, 56.925456700344782 ], [ -3.289192344021611, 56.927363063407917 ], [ -3.284247056524528, 56.928568444434411 ], [ -3.278459066721207, 56.927724861019634 ], [ -3.27813014800872, 56.925554040889473 ], [ -3.276464048615559, 56.924636706536972 ], [ -3.271940176781803, 56.923501398247801 ], [ -3.272371510272941, 56.922176326644831 ], [ -3.26993628866553, 56.919887654992806 ], [ -3.269166168524344, 56.920187465068281 ], [ -3.265894574746538, 56.919870259389249 ], [ -3.263320719274729, 56.920754295047153 ], [ -3.261596137524641, 56.921737517909818 ], [ -3.256332290968011, 56.919822997741235 ], [ -3.248761286235278, 56.919144199292958 ], [ -3.243938414175034, 56.918356763987752 ], [ -3.238253587457641, 56.918071816895718 ], [ -3.235121016168842, 56.918219608254574 ], [ -3.232550498225565, 56.917728394667172 ], [ -3.22800984887229, 56.916515307707407 ], [ -3.224257358843461, 56.913780505775911 ], [ -3.219613501368342, 56.913156591354287 ], [ -3.212219174754077, 56.910771367345411 ], [ -3.203522713134012, 56.908973243845118 ], [ -3.199449485036519, 56.906141971202679 ], [ -3.198511903831023, 56.905836522144625 ], [ -3.191485275569564, 56.904596527135489 ], [ -3.188871434474208, 56.904760677848053 ], [ -3.186420710762272, 56.904114652839006 ], [ -3.184136370012523, 56.905609719297686 ], [ -3.1798724712527, 56.905784814782329 ], [ -3.179222318212644, 56.904173809267519 ], [ -3.177345495873091, 56.902974158210803 ], [ -3.176988799371582, 56.902074613910308 ], [ -3.173915415489914, 56.900410018989362 ], [ -3.173514099046185, 56.905673991994782 ], [ -3.172549549941096, 56.90633439512542 ], [ -3.169054920237528, 56.907746199193227 ], [ -3.167190673240794, 56.907997212790207 ], [ -3.165132989873922, 56.907311163288426 ], [ -3.160446243342054, 56.906833697106784 ], [ -3.157509804408092, 56.905338127785271 ], [ -3.153623442502342, 56.90497876789064 ], [ -3.147611517781634, 56.903039659685867 ], [ -3.14422459651786, 56.900209289353995 ], [ -3.139130867324965, 56.897650448356764 ], [ -3.139048995948768, 56.893612847300716 ], [ -3.134776028691176, 56.890201842240835 ], [ -3.130633766428946, 56.888375202003552 ], [ -3.129082526823447, 56.888640786430578 ], [ -3.124518956096769, 56.888345046358246 ], [ -3.120337015588301, 56.888458985428478 ], [ -3.117661566653797, 56.890104575313302 ], [ -3.116601590313379, 56.891987231746256 ], [ -3.11576632740743, 56.892601118641743 ], [ -3.113204629586098, 56.893396600041633 ], [ -3.108811580854625, 56.8938848692679 ], [ -3.106753017888084, 56.895048588702359 ], [ -3.108987425056309, 56.897602705360278 ], [ -3.109342255833504, 56.900434021952364 ], [ -3.110704402904303, 56.901243960836574 ], [ -3.112355757183959, 56.903219236605345 ], [ -3.110185573317169, 56.90561481579261 ], [ -3.108841263569206, 56.907904204985769 ], [ -3.110313569844098, 56.9093734974537 ], [ -3.11088582959278, 56.911223614282328 ], [ -3.110772548851073, 56.918744250801488 ], [ -3.108908486252338, 56.920970871744515 ], [ -3.094613338513473, 56.932358314867187 ], [ -3.093904120135476, 56.934233190754988 ], [ -3.098651159306714, 56.945336185078219 ], [ -3.097745645936159, 56.945847240543891 ], [ -3.095826196283049, 56.945697874281819 ], [ -3.095643250910967, 56.94674610929485 ], [ -3.094253567884659, 56.947566835235243 ], [ -3.093886912862954, 56.950202343100507 ], [ -3.089917040018717, 56.9499360463481 ], [ -3.085879166164778, 56.950721336131359 ], [ -3.084868720297524, 56.950177594090029 ], [ -3.083634695670064, 56.950709363033027 ], [ -3.083570083886356, 56.952165321537287 ], [ -3.082439041723751, 56.95483436277982 ], [ -3.083168579057247, 56.958444079390027 ], [ -3.07183522475542, 56.960325033953161 ], [ -3.072096960747597, 56.961135834843802 ], [ -3.069506763945764, 56.961706030627283 ], [ -3.066932828752856, 56.960546631279733 ], [ -3.063242096947703, 56.962028963379588 ], [ -3.059755824455962, 56.962903039455071 ], [ -3.058376594813479, 56.964141020332654 ], [ -3.048037287770988, 56.963455472604906 ], [ -3.046036311172165, 56.965116274070908 ], [ -3.042627728922692, 56.96614643702155 ], [ -3.03975598732726, 56.96608499627451 ], [ -3.038925439679749, 56.966972317040351 ], [ -3.035595708404702, 56.967004422544555 ], [ -3.029756379852311, 56.969967895196298 ], [ -3.028155829582281, 56.970084376021191 ], [ -3.026338509813849, 56.972785471172884 ], [ -3.023849516835677, 56.971103430177457 ], [ -3.019115770414629, 56.969731624753159 ], [ -3.018589668848819, 56.969138484691094 ], [ -3.007268326764353, 56.966826992901815 ], [ -3.00141527055757, 56.968441669532758 ], [ -2.998679912745604, 56.970713986202348 ], [ -2.994119430033412, 56.968091105648014 ], [ -2.981799906388595, 56.968089592567885 ], [ -2.976138176601303, 56.968578604075688 ], [ -2.973634667983785, 56.969078749741776 ], [ -2.973643906365042, 56.969747970290129 ], [ -2.967471680296815, 56.96959372807423 ], [ -2.954077274771381, 56.96681282275415 ], [ -2.947135624371984, 56.968397313288513 ], [ -2.945699284450511, 56.973052785334083 ], [ -2.944673217220894, 56.973783730792739 ], [ -2.930485797605627, 56.972174175532253 ], [ -2.924075083311015, 56.972360947218171 ], [ -2.916234202111203, 56.975603356723404 ], [ -2.910242578794109, 56.975799822007566 ], [ -2.912957031845146, 56.981648203140786 ], [ -2.909596264026882, 56.983027426474173 ], [ -2.90537293162806, 56.983251210880447 ], [ -2.899789101247868, 56.98573955184564 ], [ -2.892426347523132, 56.98681642734828 ], [ -2.883915442195217, 56.985641590336563 ], [ -2.877735159829056, 56.982441996052145 ] ] ] ] } }, +{ "type": "Feature", "properties": { "LAD13CD": "S12000042", "LAD13CDO": "00QJ", "LAD13NM": "Dundee City", "LAD13NMW": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -2.945820240285471, 56.503463040620844 ], [ -2.943096534223472, 56.500418719154169 ], [ -2.932471324664334, 56.501035322882757 ], [ -2.926356182142196, 56.502413474699019 ], [ -2.9224778212395, 56.502592382665981 ], [ -2.919760465581009, 56.500937845663771 ], [ -2.920491941915941, 56.500219064849858 ], [ -2.919774904916735, 56.499856915656558 ], [ -2.920207965056095, 56.499426948515335 ], [ -2.918377532694876, 56.496550216946076 ], [ -2.914473605841481, 56.496385862551037 ], [ -2.91319739109279, 56.496676465783139 ], [ -2.911988507545987, 56.497539765729009 ], [ -2.910459600254538, 56.497320085648873 ], [ -2.908158107093747, 56.497804126424072 ], [ -2.904533484157283, 56.495933976400948 ], [ -2.902115844488846, 56.495288515415879 ], [ -2.899221732004092, 56.49509567820968 ], [ -2.896503575497571, 56.493203454842508 ], [ -2.891619792429035, 56.493968150153989 ], [ -2.891097802142626, 56.493733811068026 ], [ -2.889061114135458, 56.49595676960881 ], [ -2.881636477954685, 56.494904627219242 ], [ -2.881188124270339, 56.493991403993633 ], [ -2.876298021321663, 56.494499485567928 ], [ -2.875977039309644, 56.494173820990127 ], [ -2.875191301298349, 56.494190142619729 ], [ -2.874930239208266, 56.494632216126355 ], [ -2.862668107214887, 56.496095309223151 ], [ -2.861750956514025, 56.495833943680488 ], [ -2.860603401918623, 56.492284099142751 ], [ -2.851571364494932, 56.492922266100415 ], [ -2.851448942143966, 56.492605059827696 ], [ -2.850363987785402, 56.492603510299816 ], [ -2.849773132160855, 56.491674081954137 ], [ -2.847200242755059, 56.491659319553307 ], [ -2.839401360422031, 56.492026737409439 ], [ -2.83918940597314, 56.492504339745217 ], [ -2.838349561191692, 56.492496536343396 ], [ -2.836012326574382, 56.490055079427115 ], [ -2.835641939670837, 56.488720703680436 ], [ -2.839349570043435, 56.48688804622136 ], [ -2.837561075761885, 56.485092474413207 ], [ -2.844049365587247, 56.480684835673827 ], [ -2.843463681453834, 56.480412098039885 ], [ -2.842627381736498, 56.478940749081595 ], [ -2.845486804590233, 56.478518808917663 ], [ -2.84571191877813, 56.477909932873693 ], [ -2.841121834460528, 56.475835183760914 ], [ -2.838652874401666, 56.474080172411249 ], [ -2.844776871661281, 56.471118729330747 ], [ -2.848525702940312, 56.468464332253156 ], [ -2.854283847460048, 56.467858820317694 ], [ -2.858168960801718, 56.467044089995646 ], [ -2.865071218337289, 56.464023241086664 ], [ -2.87016685072365, 56.462448593291803 ], [ -2.871654152118926, 56.462978119846362 ], [ -2.870812302075886, 56.46285465372469 ], [ -2.870231293221869, 56.463421152410916 ], [ -2.870820448112477, 56.464061201979419 ], [ -2.871835230308136, 56.463798022623124 ], [ -2.872471513576161, 56.46323651850421 ], [ -2.872868810380876, 56.463505952613026 ], [ -2.871818936774617, 56.464078450471838 ], [ -2.872733731290755, 56.464691945442283 ], [ -2.874590125643195, 56.464892707480878 ], [ -2.875252193139937, 56.464817962247203 ], [ -2.875327404966926, 56.464489501036759 ], [ -2.879550349040795, 56.465404807857098 ], [ -2.886159119733649, 56.468122305043067 ], [ -2.888243441357148, 56.46862041731044 ], [ -2.891546785986687, 56.468633571213495 ], [ -2.894642670497947, 56.468107270630348 ], [ -2.898907733172149, 56.468363958659246 ], [ -2.904800626306471, 56.467861140955158 ], [ -2.909341229550722, 56.468031906709534 ], [ -2.917471061833197, 56.467147310641742 ], [ -2.917190311456587, 56.46593738406083 ], [ -2.917911103145934, 56.465541232438767 ], [ -2.921518164891027, 56.465841539131382 ], [ -2.922086866021167, 56.465533641290492 ], [ -2.923325798098557, 56.465491188848723 ], [ -2.923367339211324, 56.465263573212681 ], [ -2.925195993177891, 56.465245463876585 ], [ -2.926973523973939, 56.465926699958217 ], [ -2.926866042749151, 56.465645390740463 ], [ -2.929240987148318, 56.465400326850869 ], [ -2.929369976809113, 56.46576413005257 ], [ -2.932477971462024, 56.465497341314055 ], [ -2.934338078585452, 56.464777174544238 ], [ -2.935168009403311, 56.46506561479525 ], [ -2.943008229186186, 56.464200389971737 ], [ -2.943116795775375, 56.463866241154427 ], [ -2.944279770849294, 56.463643568459702 ], [ -2.944459411247176, 56.463884782469528 ], [ -2.951032091500501, 56.462320710239439 ], [ -2.952540521820113, 56.462676608362258 ], [ -2.952561224509614, 56.461883119481648 ], [ -2.955300092985839, 56.461023816426035 ], [ -2.955526730139314, 56.461260160786182 ], [ -2.963005971083448, 56.458876268478264 ], [ -2.967020081928259, 56.456942138929087 ], [ -2.975244553339484, 56.453941642793964 ], [ -2.988585113584738, 56.451331201880535 ], [ -3.026885253537208, 56.451458632568375 ], [ -3.028084756303584, 56.451658940303119 ], [ -3.028965602232956, 56.45135425025984 ], [ -3.03203596532635, 56.451562353354575 ], [ -3.038122527403917, 56.450993923173563 ], [ -3.041519398486956, 56.451399030114494 ], [ -3.043634451586284, 56.452147023590982 ], [ -3.045433864438944, 56.45324675247457 ], [ -3.045814858693379, 56.454327461103148 ], [ -3.048175571784685, 56.456504278796203 ], [ -3.049633299916074, 56.457114591185622 ], [ -3.051228562403995, 56.458413738722534 ], [ -3.051927314105006, 56.458390747550197 ], [ -3.052414947456595, 56.458889750958626 ], [ -3.053818247283887, 56.459228242952797 ], [ -3.053759678405697, 56.460218842760241 ], [ -3.054585814759742, 56.460458003865362 ], [ -3.053878571158304, 56.460703001433046 ], [ -3.055747753353165, 56.462037500719667 ], [ -3.062372023174609, 56.464643115058088 ], [ -3.062745762777477, 56.464775583089541 ], [ -3.064436112994082, 56.463761112505097 ], [ -3.067024127571361, 56.462872775178653 ], [ -3.070640118243112, 56.462186658503313 ], [ -3.080305253984561, 56.461818996739531 ], [ -3.087473375535076, 56.461930700959257 ], [ -3.088647129270487, 56.465858374880874 ], [ -3.089405734957216, 56.466957726816368 ], [ -3.095856971407962, 56.475952952397279 ], [ -3.097179422703305, 56.477111069475662 ], [ -3.098024586919121, 56.479279672421654 ], [ -3.093022597994416, 56.479799995571092 ], [ -3.092653394917004, 56.480964057337928 ], [ -3.09120087936188, 56.481044216825282 ], [ -3.08944704572248, 56.482111716590367 ], [ -3.089315206719183, 56.480910733062899 ], [ -3.088324527459921, 56.480845747559194 ], [ -3.084137083355327, 56.478910263907984 ], [ -3.084500279280213, 56.48094210433225 ], [ -3.082530271216848, 56.482806530486997 ], [ -3.081819970943278, 56.483009484282739 ], [ -3.082014442890209, 56.483224318382483 ], [ -3.073584822244641, 56.484524789724212 ], [ -3.068497738471738, 56.48401791799477 ], [ -3.058272225199928, 56.483769474048195 ], [ -3.056201370879717, 56.482991075376489 ], [ -3.051161228986327, 56.48258012931737 ], [ -3.050978736411445, 56.490191592964308 ], [ -3.051378757942639, 56.49249903257607 ], [ -3.047505834503931, 56.491699795371325 ], [ -3.047307630573728, 56.492227961504696 ], [ -3.051347159817782, 56.493176734961899 ], [ -3.052039872729208, 56.496842851539675 ], [ -3.044916670551521, 56.498716970410264 ], [ -3.031773164118577, 56.500321889760585 ], [ -3.031722582440028, 56.502466913287414 ], [ -3.009776799919545, 56.501699424125803 ], [ -3.008050496850062, 56.501170785391828 ], [ -3.004771820534461, 56.498883850061873 ], [ -3.001318457803521, 56.497226253442143 ], [ -3.000877102399047, 56.497552354452786 ], [ -3.000926321077877, 56.498557321567297 ], [ -2.997116067899272, 56.498085741165788 ], [ -2.99513818504887, 56.498295671226508 ], [ -2.993083974938282, 56.49695366253362 ], [ -2.987374649477746, 56.495587728142894 ], [ -2.982865149660317, 56.496133819970737 ], [ -2.981739112753149, 56.494547085729216 ], [ -2.980879790772442, 56.494291530024832 ], [ -2.9754402624697, 56.49543048234451 ], [ -2.974461434537685, 56.494820934841826 ], [ -2.972377330524656, 56.494876803565433 ], [ -2.969599740065882, 56.494235469576005 ], [ -2.969152214285316, 56.494902016000047 ], [ -2.968085278717244, 56.495355967280133 ], [ -2.968473333349148, 56.500256654620941 ], [ -2.961923419402789, 56.500640883802596 ], [ -2.959552767724803, 56.500298947506678 ], [ -2.959815202965276, 56.49911277042181 ], [ -2.958958785903547, 56.498841767433682 ], [ -2.954776561294858, 56.499707747696554 ], [ -2.949311401046446, 56.499687652307614 ], [ -2.947182714913193, 56.504026312207841 ], [ -2.945820240285471, 56.503463040620844 ] ] ] } }, +{ "type": "Feature", "properties": { "LAD13CD": "S12000044", "LAD13CDO": "00QZ", "LAD13NM": "North Lanarkshire", "LAD13NMW": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -4.053481546248793, 56.031257642045013 ], [ -4.048354376415215, 56.030304939006008 ], [ -4.04547511678404, 56.031368237951945 ], [ -4.044222050039915, 56.031043025232073 ], [ -4.043465631996177, 56.029941201545036 ], [ -4.042281924204709, 56.029499789498118 ], [ -4.037970603297179, 56.029369812529573 ], [ -4.034104251479637, 56.028758743732617 ], [ -4.031685308834434, 56.029851868903798 ], [ -4.02686329687601, 56.029164650082684 ], [ -4.022088173472322, 56.027928284369203 ], [ -4.020129802539987, 56.028043060153209 ], [ -4.019184600137192, 56.026753667592601 ], [ -4.020227103093727, 56.025635717465107 ], [ -4.020141983473627, 56.023944909536127 ], [ -4.020953113384413, 56.022546761355137 ], [ -4.022370805989362, 56.022653824898079 ], [ -4.023255082205298, 56.022073153227176 ], [ -4.024291868378977, 56.017508840169867 ], [ -4.027249253240901, 56.013169069819156 ], [ -4.030349968632708, 56.009739017283003 ], [ -4.02187521253124, 56.010073311925616 ], [ -4.019390145146732, 56.005949580230457 ], [ -4.017707684137342, 56.005766839477452 ], [ -4.015160161351424, 56.006189548267848 ], [ -4.012589429793818, 56.005951158389479 ], [ -4.011878377446693, 56.006928839866276 ], [ -4.004806210945882, 56.00720491730457 ], [ -4.000304357452855, 56.00665796319096 ], [ -3.996224774955421, 56.005743641414746 ], [ -3.991320256668238, 56.005968548423894 ], [ -3.991045287504129, 56.007669678678212 ], [ -3.988425922178612, 56.007794633161517 ], [ -3.987986911555133, 56.006930004208577 ], [ -3.987593901292962, 56.006960605379106 ], [ -3.987238731823397, 56.005760317117527 ], [ -3.985266252058987, 56.003766498285572 ], [ -3.979641301356951, 55.999591878545424 ], [ -3.981182753417649, 55.998971295609742 ], [ -3.980949396507988, 55.997231628155596 ], [ -3.982249322928067, 55.995278590421236 ], [ -3.978059330816088, 55.993018350862265 ], [ -3.977132283884957, 55.992730373844353 ], [ -3.975288376332046, 55.992887549538516 ], [ -3.974642593671528, 55.99088308242046 ], [ -3.97750701057059, 55.991057330956181 ], [ -3.98026392421423, 55.990633827664311 ], [ -3.989332059283291, 55.987290319953061 ], [ -3.987839874045935, 55.984923929616912 ], [ -3.985128798998698, 55.985325300578083 ], [ -3.985584358583325, 55.983392108098201 ], [ -3.985239176101651, 55.982787471016124 ], [ -3.964818264926909, 55.987107523921019 ], [ -3.963247143915327, 55.986664356101841 ], [ -3.958245492987597, 55.986572285026057 ], [ -3.95439521230824, 55.984579952875613 ], [ -3.952917891644764, 55.98414864750643 ], [ -3.950809549611499, 55.984364468413894 ], [ -3.950702574380542, 55.984022871794451 ], [ -3.949296580549019, 55.983860892494548 ], [ -3.948630804119397, 55.983308857529295 ], [ -3.945522475312091, 55.982444924576889 ], [ -3.944617645270875, 55.981567731235955 ], [ -3.943806320411767, 55.98095595978134 ], [ -3.943268255775055, 55.980454903348772 ], [ -3.946149539046045, 55.977314433899885 ], [ -3.946068413518172, 55.975986589877792 ], [ -3.94723722290757, 55.974783684841036 ], [ -3.949139955762468, 55.973931322971531 ], [ -3.949407213912116, 55.973254893080743 ], [ -3.948753889969393, 55.972691878491396 ], [ -3.949729802636031, 55.971448862315299 ], [ -3.946440411817096, 55.970151971095483 ], [ -3.946005223073298, 55.970580319220034 ], [ -3.945468145758715, 55.970511515145958 ], [ -3.944421669798594, 55.969488277880131 ], [ -3.943921665673581, 55.969710948370341 ], [ -3.943337310163046, 55.969402038755206 ], [ -3.942104836285131, 55.969525716407638 ], [ -3.94157926754479, 55.96885460869013 ], [ -3.940505377168232, 55.968592940240512 ], [ -3.940095429880486, 55.966645698707033 ], [ -3.940277402277863, 55.96611981015176 ], [ -3.941018379100865, 55.965974237928137 ], [ -3.940993835790279, 55.965100223317378 ], [ -3.939379857365447, 55.964929730418937 ], [ -3.938698536878743, 55.964185574651275 ], [ -3.937935648192785, 55.964116696952537 ], [ -3.938103490119985, 55.962923325772969 ], [ -3.935875975696877, 55.962527886380762 ], [ -3.935734542386978, 55.962262306596557 ], [ -3.933463143458385, 55.963330538751073 ], [ -3.933296477927117, 55.962976384550068 ], [ -3.929871613854084, 55.963534229906543 ], [ -3.928872254798976, 55.963445634927979 ], [ -3.925960530273217, 55.964594743757367 ], [ -3.92419694773171, 55.964829890436427 ], [ -3.92139785770064, 55.964215753645291 ], [ -3.921204865628106, 55.963457596893981 ], [ -3.919488181210479, 55.962180396729792 ], [ -3.917570978145578, 55.961640500709265 ], [ -3.916997461628912, 55.961122810535478 ], [ -3.914042997711619, 55.961020467578898 ], [ -3.912382493824666, 55.960517841822679 ], [ -3.91186144273111, 55.959567957041422 ], [ -3.911083749701172, 55.959293350738335 ], [ -3.906114667532925, 55.960309431490671 ], [ -3.904256232465195, 55.962068987201071 ], [ -3.90248078715138, 55.962225823014592 ], [ -3.900589473336054, 55.961228746707569 ], [ -3.898572944044991, 55.961140317187173 ], [ -3.886005644387553, 55.961652364788847 ], [ -3.880823121817146, 55.962251012687908 ], [ -3.86782150350808, 55.96260517364103 ], [ -3.860387176539612, 55.959256055365685 ], [ -3.862375398540588, 55.95882611626984 ], [ -3.862810650875, 55.958082642059139 ], [ -3.865535229574826, 55.957377311187841 ], [ -3.86623897728731, 55.956622568735881 ], [ -3.867280252795086, 55.956657114839338 ], [ -3.867959684485574, 55.956329590468542 ], [ -3.867882982339169, 55.955269445132586 ], [ -3.868497103323721, 55.95481709639084 ], [ -3.868800894043805, 55.953675692681806 ], [ -3.876019222378584, 55.951971765103863 ], [ -3.878620409298471, 55.952369768582102 ], [ -3.880942935534009, 55.952239070191858 ], [ -3.882562470756385, 55.951055963577893 ], [ -3.884973015539032, 55.95072793617306 ], [ -3.887050249736471, 55.949804665037732 ], [ -3.887350701903462, 55.949297712808963 ], [ -3.888984658809111, 55.949140564209742 ], [ -3.892286040412179, 55.947280894459738 ], [ -3.891932468287563, 55.945745126994112 ], [ -3.892657634683039, 55.944918903294464 ], [ -3.89518537673212, 55.944573593719767 ], [ -3.895901068669545, 55.944112351437496 ], [ -3.896550409823305, 55.944194018071862 ], [ -3.898510460833942, 55.943539253812176 ], [ -3.899214599926156, 55.942548859048976 ], [ -3.898100879470232, 55.941648495438663 ], [ -3.898359083558593, 55.9407404640395 ], [ -3.900204932530093, 55.939392766299385 ], [ -3.902249720806642, 55.939362100229488 ], [ -3.902821190924449, 55.938314420190899 ], [ -3.903769301155486, 55.938123630721897 ], [ -3.902852004942057, 55.936885971178214 ], [ -3.901571180131175, 55.936461815129633 ], [ -3.899894601222145, 55.936815701498922 ], [ -3.898177775611315, 55.936772977103409 ], [ -3.896531107522009, 55.936757006928154 ], [ -3.896382106947759, 55.937180772950533 ], [ -3.892905535605668, 55.937364560970472 ], [ -3.892087566218092, 55.937663802354926 ], [ -3.890354347976657, 55.935839179527676 ], [ -3.882343270225463, 55.929543665754608 ], [ -3.879496408542532, 55.925859514078049 ], [ -3.876750308888283, 55.92332134998636 ], [ -3.864656379213551, 55.920509861646536 ], [ -3.861757869958912, 55.919570591927879 ], [ -3.859702257887818, 55.918384876506209 ], [ -3.843108607043196, 55.912883006230132 ], [ -3.83492647555704, 55.91221710399229 ], [ -3.834164893066215, 55.91052370970467 ], [ -3.833065286948841, 55.9094635018727 ], [ -3.833038173196933, 55.907804095504517 ], [ -3.82718048745717, 55.906293371603894 ], [ -3.825035808548105, 55.905148850447709 ], [ -3.818744347225229, 55.903958687686043 ], [ -3.818035087685431, 55.905689179599975 ], [ -3.81721531636295, 55.90574262099932 ], [ -3.814042511865742, 55.904875488560087 ], [ -3.810162749573391, 55.905106036975013 ], [ -3.809178738852012, 55.904861691309762 ], [ -3.808944902711002, 55.904477810280447 ], [ -3.810003511627072, 55.903645379035673 ], [ -3.814312588033911, 55.901992236759533 ], [ -3.815225944547722, 55.901067541353328 ], [ -3.815256914034965, 55.900292448669425 ], [ -3.817790367701643, 55.898134248515241 ], [ -3.820643874901379, 55.896771059345745 ], [ -3.822564606104792, 55.896495505809781 ], [ -3.825472276069686, 55.895338090086888 ], [ -3.826968141575243, 55.895212551580173 ], [ -3.828089793430324, 55.894407779675085 ], [ -3.830095845982151, 55.894589153075799 ], [ -3.831258028988778, 55.893594133019562 ], [ -3.82843189929214, 55.89229715413687 ], [ -3.827417677407961, 55.891269778794964 ], [ -3.828218747058497, 55.890383492891324 ], [ -3.825977789850737, 55.888124295054098 ], [ -3.826543824006134, 55.887817543092162 ], [ -3.822866611057642, 55.88387305470647 ], [ -3.812115319350959, 55.883928484267678 ], [ -3.802185131692312, 55.875483203583812 ], [ -3.802917788129142, 55.875219051952364 ], [ -3.801816805912632, 55.87477866330466 ], [ -3.798861519932186, 55.874646663506496 ], [ -3.795449293560051, 55.873514773296073 ], [ -3.78779517660736, 55.875477430490228 ], [ -3.785936111525745, 55.877008761378903 ], [ -3.784729007829097, 55.877422577351858 ], [ -3.784081704047471, 55.877494868742303 ], [ -3.783627006111985, 55.877096170167889 ], [ -3.782425374170207, 55.877002148592197 ], [ -3.78208924573594, 55.876434578717429 ], [ -3.778310441686254, 55.8761926908129 ], [ -3.77616169769257, 55.879195544442325 ], [ -3.774640366786975, 55.880504351935066 ], [ -3.773427010264266, 55.880996327283654 ], [ -3.770340315782991, 55.880970674558611 ], [ -3.770195892197566, 55.879835068555401 ], [ -3.770861557448951, 55.87833913373241 ], [ -3.770225976320493, 55.876984135732535 ], [ -3.769462030071485, 55.87635528791877 ], [ -3.764178734831758, 55.874131513687232 ], [ -3.762238787160149, 55.872697217262733 ], [ -3.762101330429216, 55.874602512835608 ], [ -3.758841271104752, 55.877129406023279 ], [ -3.735187485358527, 55.881428196850301 ], [ -3.730027516741392, 55.883779783575235 ], [ -3.725155803037737, 55.88485823498042 ], [ -3.718102201421385, 55.885884294563304 ], [ -3.717473611242577, 55.885662118862172 ], [ -3.71912479527516, 55.884928246421595 ], [ -3.716414363644449, 55.88361632770107 ], [ -3.71352358954666, 55.883032957589727 ], [ -3.711930579172144, 55.882074717444986 ], [ -3.713126512791275, 55.879753978424226 ], [ -3.712939532105232, 55.877251188743749 ], [ -3.712983219888942, 55.875666287897793 ], [ -3.711134924874952, 55.873803072593262 ], [ -3.730560979756202, 55.870224423702702 ], [ -3.737516529645575, 55.867001833372704 ], [ -3.740111585089482, 55.86685193208438 ], [ -3.742378185590074, 55.866005687479912 ], [ -3.745471938130832, 55.865895338795106 ], [ -3.746595203073352, 55.865428280722284 ], [ -3.747191742451351, 55.865509675428896 ], [ -3.746343177131561, 55.860525271563716 ], [ -3.747084180886541, 55.860480602941536 ], [ -3.746951281156806, 55.860296471047334 ], [ -3.750256604957957, 55.859003075305978 ], [ -3.748892296426313, 55.856376870779876 ], [ -3.744121638680606, 55.838906663163463 ], [ -3.739790720828055, 55.830507260129203 ], [ -3.736736178706155, 55.827888647813076 ], [ -3.73649259841813, 55.826435383577525 ], [ -3.733308323427993, 55.824153715201454 ], [ -3.732755713382307, 55.823214331308392 ], [ -3.727918789543345, 55.821809515439284 ], [ -3.726980088541731, 55.820942929642563 ], [ -3.726160951799067, 55.820756729560031 ], [ -3.723710598686885, 55.817794124942672 ], [ -3.721236663464727, 55.816927441178059 ], [ -3.720819128712049, 55.817014163315939 ], [ -3.72010476333832, 55.816306142506363 ], [ -3.719480676642745, 55.816377776644266 ], [ -3.719546713340093, 55.815957186499027 ], [ -3.718815896844679, 55.815852378423052 ], [ -3.717910867962159, 55.81501760567587 ], [ -3.716893646574364, 55.815149536274397 ], [ -3.715962849900656, 55.814489446161716 ], [ -3.715662903180885, 55.814926777967628 ], [ -3.715080400046015, 55.814056930186595 ], [ -3.715733540648448, 55.813123113633502 ], [ -3.717651023435612, 55.81270632960814 ], [ -3.717978689542974, 55.812247037734707 ], [ -3.720423412967138, 55.811519998395383 ], [ -3.721164193862209, 55.810044839405997 ], [ -3.722034313689421, 55.81023485034698 ], [ -3.721765983378454, 55.80939837530655 ], [ -3.722146034136577, 55.808970689122297 ], [ -3.725223427718401, 55.808195147544772 ], [ -3.725760514855792, 55.807711327212026 ], [ -3.729138516598541, 55.807241499168995 ], [ -3.730258214502203, 55.805504836847298 ], [ -3.733716671463077, 55.804696755696234 ], [ -3.735245187792975, 55.80390684610078 ], [ -3.736398058277662, 55.802565061316791 ], [ -3.74164187749876, 55.799408513240664 ], [ -3.733477572249496, 55.793035669637426 ], [ -3.735964813304594, 55.791755937184703 ], [ -3.737053163175109, 55.789152448417198 ], [ -3.738029911162049, 55.788343334559286 ], [ -3.738141465034067, 55.787088139144387 ], [ -3.741583312443304, 55.785233126469222 ], [ -3.742658637144039, 55.782885881777112 ], [ -3.744021274342461, 55.782011035313822 ], [ -3.746661548633011, 55.781287866780062 ], [ -3.750901104369631, 55.778751746816148 ], [ -3.750954907766258, 55.777996110611312 ], [ -3.752717715514629, 55.777660945390735 ], [ -3.753807814135428, 55.776904002632008 ], [ -3.754338254219672, 55.775579901410481 ], [ -3.75673529116122, 55.774638015237898 ], [ -3.757699381440551, 55.77391878396395 ], [ -3.758711001583284, 55.773724578487332 ], [ -3.758996934993398, 55.773347543444302 ], [ -3.762934815412432, 55.771934139068726 ], [ -3.766420928028689, 55.770055305700112 ], [ -3.768817136615632, 55.770164620710872 ], [ -3.769543466200188, 55.7712415399143 ], [ -3.771761167955672, 55.771982429853551 ], [ -3.773081695090517, 55.771922942790376 ], [ -3.772994354929028, 55.770877265120532 ], [ -3.774016445023252, 55.770565955542693 ], [ -3.777709039585457, 55.76973524765382 ], [ -3.780946306977169, 55.769585023512739 ], [ -3.781521896986344, 55.769796851493091 ], [ -3.782470793916272, 55.769630317741992 ], [ -3.784690862770469, 55.770245128728583 ], [ -3.785905085648881, 55.770128634160727 ], [ -3.787819559861147, 55.77103090887006 ], [ -3.791630838490522, 55.771402261616508 ], [ -3.792253543855343, 55.771249394593411 ], [ -3.792720452004486, 55.771696408168431 ], [ -3.794122079915393, 55.77132097936618 ], [ -3.794438689907207, 55.771792647539463 ], [ -3.795229585430807, 55.771830521700878 ], [ -3.796891398848651, 55.771046861042862 ], [ -3.799787412991023, 55.771274076168261 ], [ -3.806264762851763, 55.768758026822709 ], [ -3.81236760774223, 55.767326452054235 ], [ -3.817919816895786, 55.767532902133077 ], [ -3.836662532904003, 55.764775628376107 ], [ -3.843693481264594, 55.764773671143288 ], [ -3.848069131896778, 55.764272075749673 ], [ -3.849020588574305, 55.764437495363275 ], [ -3.851900097405649, 55.763950181607505 ], [ -3.859162137931725, 55.764452504872608 ], [ -3.868356204112287, 55.764086569604395 ], [ -3.868930377375822, 55.762128604713553 ], [ -3.86994822452038, 55.761149733992632 ], [ -3.871254988418612, 55.761445273592443 ], [ -3.876298942558304, 55.758878104013775 ], [ -3.877390029183397, 55.759163391787745 ], [ -3.878181904764875, 55.758098035057927 ], [ -3.8798298387911, 55.758032389433367 ], [ -3.880468914407512, 55.758396460006303 ], [ -3.882632228457436, 55.758111696927664 ], [ -3.884117461255759, 55.759199697604586 ], [ -3.886287909007464, 55.759557318246756 ], [ -3.888226199250583, 55.75913391992809 ], [ -3.889924639033443, 55.758003322905793 ], [ -3.896452287107592, 55.756652659787669 ], [ -3.896980861021004, 55.755624492527254 ], [ -3.898066330283668, 55.755399231327658 ], [ -3.898181374377477, 55.754815106278848 ], [ -3.899618609019619, 55.753729745936795 ], [ -3.900411754219014, 55.753753425791579 ], [ -3.900557761436842, 55.752594559236343 ], [ -3.901363258580678, 55.752184875322953 ], [ -3.902773559945992, 55.752120799968097 ], [ -3.903025048982305, 55.751395259548701 ], [ -3.904629151340431, 55.750763785203148 ], [ -3.906976116613323, 55.750466753516058 ], [ -3.90740579792209, 55.749737538049061 ], [ -3.908935293357699, 55.749082001395564 ], [ -3.907919195621879, 55.748145179656383 ], [ -3.909560876839306, 55.747797939070594 ], [ -3.909204774773082, 55.74735772552534 ], [ -3.909725096802891, 55.746593840644351 ], [ -3.910261101117177, 55.746183792438593 ], [ -3.911104823472673, 55.746202122013813 ], [ -3.911953317144803, 55.744591948354937 ], [ -3.91311506141065, 55.743947472951611 ], [ -3.912704934100939, 55.743021920153232 ], [ -3.914468438291681, 55.742532518874725 ], [ -3.915190515488595, 55.740947656539547 ], [ -3.916213098906982, 55.740229830115972 ], [ -3.91583122421827, 55.739166346624756 ], [ -3.914830893096036, 55.738516916269205 ], [ -3.916293348135715, 55.736960042486778 ], [ -3.916373245923656, 55.735080532942646 ], [ -3.917959441632684, 55.734718762268351 ], [ -3.919404003097087, 55.735008938213156 ], [ -3.922880973176159, 55.737403482180675 ], [ -3.924433301880905, 55.741756693991512 ], [ -3.928245902872264, 55.745219768572937 ], [ -3.930138792533334, 55.748481046599515 ], [ -3.931963268669783, 55.748966415840577 ], [ -3.938689368262573, 55.748270000539023 ], [ -3.941045571968272, 55.748647985948502 ], [ -3.943995743105403, 55.749850515676691 ], [ -3.947065165336379, 55.750532539041622 ], [ -3.949538726460759, 55.751916838496804 ], [ -3.951179057188271, 55.752057052829102 ], [ -3.953203853878984, 55.752875039895827 ], [ -3.955154176118648, 55.754272939503437 ], [ -3.957012093484556, 55.75640022463763 ], [ -3.96092796952598, 55.758817282595764 ], [ -3.968820365165825, 55.761631588362164 ], [ -3.96917094108803, 55.76172482635338 ], [ -3.974316767975989, 55.76293726276193 ], [ -3.972908849228904, 55.766493559304259 ], [ -3.973410146481263, 55.766981589523205 ], [ -3.975359290356234, 55.767571267363714 ], [ -3.981649718647546, 55.76866973427822 ], [ -3.989850100908738, 55.768323309022591 ], [ -3.99262825954587, 55.768501161921336 ], [ -4.000114874334741, 55.769970218806904 ], [ -4.002347085546696, 55.770752579307739 ], [ -4.002633330015471, 55.771670881861894 ], [ -4.000999989725264, 55.771967103193525 ], [ -4.000603378544423, 55.772627816740666 ], [ -3.998950048576354, 55.773282019062343 ], [ -3.998397343961757, 55.773915607066037 ], [ -3.998466205689718, 55.774357546948821 ], [ -4.001118658430888, 55.775339797056638 ], [ -4.001819124761025, 55.776002414021391 ], [ -3.99889343343953, 55.777718930406159 ], [ -3.998937661298776, 55.778738236690458 ], [ -4.000854044255996, 55.779416123100951 ], [ -4.00743299750369, 55.77987141241038 ], [ -4.014449972718459, 55.781147775982546 ], [ -4.015110301598222, 55.783373823375364 ], [ -4.017521811123699, 55.784827003845727 ], [ -4.023522761873934, 55.784417387160325 ], [ -4.02534670816096, 55.784806137290659 ], [ -4.03849006235022, 55.792378820125649 ], [ -4.042225193904486, 55.796081499322817 ], [ -4.043250946110676, 55.796628840012509 ], [ -4.044807073805882, 55.797037037305657 ], [ -4.046872353190934, 55.796658455735482 ], [ -4.047111685847462, 55.796841401190555 ], [ -4.04760203432784, 55.797216981911525 ], [ -4.048427735738771, 55.797264335856987 ], [ -4.053353555494143, 55.801281158073103 ], [ -4.051559717476176, 55.803820305736615 ], [ -4.045491836833428, 55.80723406184336 ], [ -4.041176539113197, 55.809026812643999 ], [ -4.047080122533695, 55.812349124922164 ], [ -4.065676958778093, 55.820997292119031 ], [ -4.069856444045815, 55.822444025155711 ], [ -4.074341160004926, 55.823350736673518 ], [ -4.081137519162042, 55.826045263116505 ], [ -4.093170900178404, 55.828898429848628 ], [ -4.096928857683243, 55.830399064355333 ], [ -4.101988946479747, 55.833002526733445 ], [ -4.107044683504119, 55.834656816383941 ], [ -4.106684833194466, 55.836034422325035 ], [ -4.108186960264962, 55.837468195466293 ], [ -4.10610625294682, 55.838181478570753 ], [ -4.103648700066857, 55.83771486853535 ], [ -4.102711016254123, 55.837977152677979 ], [ -4.102818179760253, 55.839074448596179 ], [ -4.105814303743574, 55.839250557161485 ], [ -4.103824022215647, 55.840782778434686 ], [ -4.103105712126325, 55.842032594027046 ], [ -4.10218134540714, 55.842513931519818 ], [ -4.10043606030511, 55.842730683258587 ], [ -4.097172031264597, 55.842359495752788 ], [ -4.094697505789404, 55.843242861386052 ], [ -4.094210840230686, 55.843786781717931 ], [ -4.091847100867784, 55.843137695661248 ], [ -4.089886905294356, 55.844232398177851 ], [ -4.084862820407807, 55.845266704039219 ], [ -4.084107140854562, 55.844518303914455 ], [ -4.082715190795279, 55.844416063480523 ], [ -4.081779864163599, 55.843801903130313 ], [ -4.078534927304548, 55.845043081196806 ], [ -4.077425097892784, 55.844570238327599 ], [ -4.076862196081467, 55.843899422458882 ], [ -4.074716230762384, 55.844124369990084 ], [ -4.075783304041729, 55.845683598157464 ], [ -4.077694551792698, 55.847135094629564 ], [ -4.080208634385342, 55.848206100408859 ], [ -4.083105963314708, 55.848853564734199 ], [ -4.082669383258294, 55.849352551825376 ], [ -4.083455423842154, 55.85090569006848 ], [ -4.087243592442039, 55.852638886050208 ], [ -4.088404355301815, 55.85384592289315 ], [ -4.088029345073224, 55.855313591126659 ], [ -4.085997970614447, 55.858655754134674 ], [ -4.080616960168215, 55.858774293735223 ], [ -4.077184029656778, 55.859481174583763 ], [ -4.071716850603423, 55.861270123845664 ], [ -4.072621790129333, 55.861698841502992 ], [ -4.074996618113912, 55.862420910910849 ], [ -4.076740468936368, 55.863535538343427 ], [ -4.077451938439792, 55.865935653425488 ], [ -4.079772668638066, 55.868269927175213 ], [ -4.0793027059671, 55.873830074576851 ], [ -4.080134223871813, 55.877182569978658 ], [ -4.078432199299999, 55.880542828799889 ], [ -4.078818288969982, 55.8816039677113 ], [ -4.080187902799665, 55.88144332091467 ], [ -4.080702911194855, 55.882253333784661 ], [ -4.08193359417769, 55.88415574669763 ], [ -4.089342464106032, 55.881524586251516 ], [ -4.092518512571783, 55.882548169051724 ], [ -4.092973601051222, 55.882358890791444 ], [ -4.094892925951894, 55.884151506231653 ], [ -4.094956411135302, 55.885240557423344 ], [ -4.097171767459979, 55.885402336944551 ], [ -4.097559961936501, 55.885188119341223 ], [ -4.102858631594132, 55.885091398803574 ], [ -4.106148659248539, 55.884487820500532 ], [ -4.10730404122662, 55.887454453346756 ], [ -4.115136368074679, 55.886365654643825 ], [ -4.117887718785961, 55.88658884712941 ], [ -4.119094065187374, 55.887275366605394 ], [ -4.125245473119406, 55.8880590145789 ], [ -4.124809233829042, 55.886192729981744 ], [ -4.12521344365055, 55.885455095935548 ], [ -4.126721121344176, 55.885685182976552 ], [ -4.127366627855255, 55.88526690816699 ], [ -4.129541554143263, 55.885446779270289 ], [ -4.128715314441691, 55.883352690139198 ], [ -4.131027979452558, 55.88345106435542 ], [ -4.132683757210009, 55.883904090768141 ], [ -4.14149077995708, 55.882886575621654 ], [ -4.144092771104857, 55.883766047157465 ], [ -4.146645701757241, 55.883870726441636 ], [ -4.147786644613895, 55.88362613834957 ], [ -4.148546655771209, 55.884098179172454 ], [ -4.149103594934311, 55.885408671991726 ], [ -4.150884575889702, 55.887309802119184 ], [ -4.152327397168104, 55.886768711014014 ], [ -4.153116555168273, 55.884531473578164 ], [ -4.155087010985368, 55.884482601398979 ], [ -4.156561834183138, 55.883800697985201 ], [ -4.158431000461891, 55.885873629727456 ], [ -4.164394330111056, 55.883584095568096 ], [ -4.169687235607902, 55.886225700933721 ], [ -4.161633498637009, 55.887677770261959 ], [ -4.163262321569655, 55.889619146238033 ], [ -4.162138532770556, 55.890001079863765 ], [ -4.160275301473202, 55.890085027783201 ], [ -4.163118865306575, 55.896236254362982 ], [ -4.161280556673047, 55.896601075990873 ], [ -4.161526406103676, 55.897972699015973 ], [ -4.168195726079465, 55.896581903188668 ], [ -4.170809564015741, 55.897044505353719 ], [ -4.173354545559434, 55.897018464585571 ], [ -4.173672743870426, 55.897960099077189 ], [ -4.174814928041831, 55.898019009564102 ], [ -4.177512589099337, 55.900373599840201 ], [ -4.177688110491707, 55.902648757630367 ], [ -4.179466798293404, 55.90204568771216 ], [ -4.180159997645271, 55.903052563885957 ], [ -4.179343896564171, 55.903533453523046 ], [ -4.180429231197936, 55.904913544694473 ], [ -4.180716922095236, 55.905307481380355 ], [ -4.183997265196033, 55.905062387803937 ], [ -4.185104434741332, 55.906201193954189 ], [ -4.188646663170267, 55.907791916300944 ], [ -4.193494454671201, 55.908299684505153 ], [ -4.19362588288566, 55.91173137300413 ], [ -4.194486583982981, 55.913087487796197 ], [ -4.180707591096486, 55.915228646528242 ], [ -4.171603073699677, 55.916734967343992 ], [ -4.169793643604029, 55.916401092193041 ], [ -4.171968249870893, 55.916254001219748 ], [ -4.171823100629144, 55.915690368300808 ], [ -4.170238044275859, 55.915791116833276 ], [ -4.169481243005976, 55.916423673408964 ], [ -4.166350431692297, 55.916384439485142 ], [ -4.156382905960384, 55.91504509285722 ], [ -4.156128948222896, 55.91430450474742 ], [ -4.155474113582111, 55.914154202821663 ], [ -4.155401853014624, 55.913198334729692 ], [ -4.145888275358929, 55.913362736899686 ], [ -4.144888323255208, 55.913133915279403 ], [ -4.137551653006951, 55.913688411480692 ], [ -4.133675919280979, 55.914706482616872 ], [ -4.131752164683949, 55.914205974395287 ], [ -4.131117750407337, 55.913405421857462 ], [ -4.131296232209674, 55.912633933704079 ], [ -4.129656007787685, 55.911261228403248 ], [ -4.124694963718104, 55.911568933756492 ], [ -4.115881507826285, 55.914474372678569 ], [ -4.117818354444652, 55.919208715665974 ], [ -4.112196804927488, 55.918986244977205 ], [ -4.109154003876915, 55.917505216432062 ], [ -4.111376957999137, 55.923274553897933 ], [ -4.096401286493224, 55.923528648624334 ], [ -4.090402019113506, 55.924088086574606 ], [ -4.084032324142043, 55.924190670282073 ], [ -4.075517078997541, 55.924639159808869 ], [ -4.069330162117767, 55.925710290286389 ], [ -4.068784470130173, 55.925022071310998 ], [ -4.066076652007091, 55.923797679252296 ], [ -4.064332858963345, 55.924054297359561 ], [ -4.063685196447782, 55.923523240559959 ], [ -4.062488469581032, 55.923291657611252 ], [ -4.057934058822708, 55.923578157445604 ], [ -4.058399146054558, 55.925346203581569 ], [ -4.057929682100467, 55.926695801141221 ], [ -4.062924579704847, 55.931136250670498 ], [ -4.070708903335076, 55.942281530884678 ], [ -4.071449796412184, 55.943920873144769 ], [ -4.066809745793504, 55.94625095124065 ], [ -4.061837203449846, 55.947970810683238 ], [ -4.056135971979892, 55.949548954838981 ], [ -4.047584861427137, 55.95121827290027 ], [ -4.047401486673017, 55.951597871587623 ], [ -4.046871409946987, 55.952267217179433 ], [ -4.047732254665291, 55.954797995444615 ], [ -4.050051598770106, 55.955098223920473 ], [ -4.051891836535754, 55.953911870215713 ], [ -4.053410447985438, 55.953731990117674 ], [ -4.054372788534519, 55.954692820213516 ], [ -4.052038655439453, 55.955989890126581 ], [ -4.055598690484866, 55.95763265364824 ], [ -4.055230698416105, 55.957792469559202 ], [ -4.055757207344215, 55.958205169812288 ], [ -4.054680123194996, 55.958497239495017 ], [ -4.054794301735138, 55.960167795792337 ], [ -4.051378438961407, 55.962373486955009 ], [ -4.051047007453565, 55.964285122433139 ], [ -4.053228565703923, 55.96581429920046 ], [ -4.055946035109625, 55.966840218205263 ], [ -4.056584830899789, 55.968067949688518 ], [ -4.062787237573025, 55.968208705394794 ], [ -4.067882668975352, 55.967573290714661 ], [ -4.076309543442002, 55.965716859038579 ], [ -4.085650592497937, 55.962611360071527 ], [ -4.08725464579554, 55.96330045414804 ], [ -4.090897801573815, 55.961750434870524 ], [ -4.09178164571859, 55.960582402652086 ], [ -4.098203790909762, 55.959473835308444 ], [ -4.102946175999249, 55.958267798345418 ], [ -4.105255540873228, 55.955126938383451 ], [ -4.10916897793149, 55.953213161430668 ], [ -4.113569943537688, 55.952727917058681 ], [ -4.114725560210759, 55.953181699075671 ], [ -4.117153121377911, 55.953108544023948 ], [ -4.117749188812888, 55.952818800710155 ], [ -4.118370804634997, 55.953465962930913 ], [ -4.119580371262269, 55.952648903704031 ], [ -4.121182197759057, 55.952532357928185 ], [ -4.121254008404583, 55.95293733561958 ], [ -4.123010158927333, 55.953094010721152 ], [ -4.124677741524961, 55.955989643439672 ], [ -4.122101174646417, 55.957675091066442 ], [ -4.120073358876979, 55.958091057518132 ], [ -4.117166240998837, 55.959773099492097 ], [ -4.113667104058925, 55.960298714345029 ], [ -4.111392773019163, 55.961193279139152 ], [ -4.112197595772276, 55.962496978553119 ], [ -4.111794778644328, 55.962984689313799 ], [ -4.114399835862051, 55.964421066155424 ], [ -4.114009197723692, 55.965366912660549 ], [ -4.116174770909748, 55.966438731633964 ], [ -4.116689232777825, 55.967672798008472 ], [ -4.116640685267742, 55.968192182754734 ], [ -4.115817338346161, 55.968667358738323 ], [ -4.115624924789835, 55.96969248595471 ], [ -4.116410545821501, 55.970873366931606 ], [ -4.115074291318359, 55.972111356270482 ], [ -4.115806738976746, 55.972728769820691 ], [ -4.113503854193119, 55.975462595886178 ], [ -4.113036854319403, 55.977273396533619 ], [ -4.113769723405324, 55.977544815819371 ], [ -4.117337934863095, 55.977697444371302 ], [ -4.11858965548116, 55.978457798744301 ], [ -4.118776011897395, 55.979227476904541 ], [ -4.121370130920516, 55.981375674703791 ], [ -4.123584953217564, 55.981571188564224 ], [ -4.128791444402509, 55.985741202027405 ], [ -4.13157250915688, 55.986461519972494 ], [ -4.134087356481913, 55.990785689901251 ], [ -4.146085010227173, 55.996360516069259 ], [ -4.149339976451946, 55.999386354180238 ], [ -4.150771205985013, 56.001765423341517 ], [ -4.152787905440548, 56.006448417308107 ], [ -4.152248738596694, 56.006992561217231 ], [ -4.152387295756823, 56.008041625873105 ], [ -4.150281372914926, 56.007238090276061 ], [ -4.146214013604396, 56.007219102005791 ], [ -4.141312105601679, 56.006612348875933 ], [ -4.138361770815059, 56.006632108920932 ], [ -4.136407953467161, 56.006252583788608 ], [ -4.132339771350648, 56.007235203252378 ], [ -4.129911442975825, 56.008288220865971 ], [ -4.129125639006713, 56.009020754549461 ], [ -4.123475651209735, 56.009980957538644 ], [ -4.122304174151916, 56.01085039981534 ], [ -4.121577146996478, 56.012512022616178 ], [ -4.120054344216156, 56.012974087214488 ], [ -4.120244111611451, 56.01380211783956 ], [ -4.116604758295983, 56.014287040846689 ], [ -4.114362013469479, 56.015228713213943 ], [ -4.111401782706587, 56.014785163710776 ], [ -4.110240529911964, 56.015555455400474 ], [ -4.108606366604215, 56.015745180474887 ], [ -4.107005962079771, 56.017291333370537 ], [ -4.105906019564968, 56.017422462820768 ], [ -4.105660879246198, 56.017192989665588 ], [ -4.10446435800873, 56.017613337231488 ], [ -4.103596015341762, 56.017430443672112 ], [ -4.103064913690943, 56.017695631470325 ], [ -4.10311239163258, 56.018126193801429 ], [ -4.102039176455582, 56.018454544665886 ], [ -4.101327425773318, 56.019086774571207 ], [ -4.099919445921462, 56.01930847513654 ], [ -4.099615431547951, 56.019767491681726 ], [ -4.10021006441433, 56.019932608922531 ], [ -4.099382844743053, 56.020360094838281 ], [ -4.098617655479244, 56.02148749796801 ], [ -4.09837911096295, 56.023005851447294 ], [ -4.097147766345541, 56.024860128435982 ], [ -4.096690372971111, 56.027375251052938 ], [ -4.096286616415997, 56.027476478092609 ], [ -4.093704164822745, 56.027798946990785 ], [ -4.086511443357741, 56.027152486385667 ], [ -4.081753230103375, 56.027156520039888 ], [ -4.081425582211038, 56.026883458350362 ], [ -4.082782702699046, 56.026604417233315 ], [ -4.083176883245278, 56.026027092458669 ], [ -4.081800371646915, 56.025349364408939 ], [ -4.079714874150604, 56.025959715789327 ], [ -4.079000483386762, 56.027149041159809 ], [ -4.077365977696735, 56.027792187672034 ], [ -4.075047318101485, 56.027799773551727 ], [ -4.070624682011037, 56.028377380506583 ], [ -4.068691387721825, 56.028239079002802 ], [ -4.067384082024591, 56.029002417158708 ], [ -4.064120931122241, 56.028756023255191 ], [ -4.062491020619322, 56.029641536710933 ], [ -4.060214964680272, 56.029516922518503 ], [ -4.059744455864721, 56.0289999525205 ], [ -4.059014014530566, 56.029146953367615 ], [ -4.058379648501497, 56.029440628536321 ], [ -4.058554432323811, 56.030161149130748 ], [ -4.054619255130492, 56.030467624151292 ], [ -4.053481546248793, 56.031257642045013 ] ] ] } }, +{ "type": "Feature", "properties": { "LAD13CD": "S12000045", "LAD13CDO": "00QL", "LAD13NM": "East Dunbartonshire", "LAD13NMW": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -4.273025575649486, 56.023059842797224 ], [ -4.269237210323611, 56.022630832441216 ], [ -4.266585520624642, 56.022702077462867 ], [ -4.264406437420012, 56.021663644790692 ], [ -4.261702806171656, 56.021120111167519 ], [ -4.259157582874344, 56.019441220599404 ], [ -4.257006946558799, 56.017233794631395 ], [ -4.250493278327575, 56.016004783492221 ], [ -4.24103235886962, 56.016514149596169 ], [ -4.22254367924589, 56.020335876305865 ], [ -4.219838957464904, 56.019481393022332 ], [ -4.218867909854554, 56.018218200383664 ], [ -4.21609510435685, 56.017571567239614 ], [ -4.212947775760703, 56.016967544440838 ], [ -4.206683506431339, 56.016989956383384 ], [ -4.197946355557872, 56.010059676066582 ], [ -4.196876038809024, 56.01098645585472 ], [ -4.195604921197067, 56.011485419845769 ], [ -4.194587005381667, 56.0117821462458 ], [ -4.190901777965053, 56.012004970607819 ], [ -4.189447626040891, 56.012673384384193 ], [ -4.188687360814812, 56.012704858713235 ], [ -4.188455561737464, 56.013144848948507 ], [ -4.187324702272348, 56.013573832381653 ], [ -4.185961210918932, 56.013719342836318 ], [ -4.184757212097115, 56.014558512382784 ], [ -4.181707730720757, 56.015533693860377 ], [ -4.180640078358705, 56.016801789093797 ], [ -4.179777226357164, 56.016722683422685 ], [ -4.179008002390698, 56.017023868250604 ], [ -4.178139587117774, 56.016845991469125 ], [ -4.177183773250754, 56.017680699128434 ], [ -4.176308026351086, 56.017372626173469 ], [ -4.174531317314811, 56.018019591241739 ], [ -4.17366400604681, 56.018717903319121 ], [ -4.173538560966813, 56.020054695375549 ], [ -4.174086591638981, 56.021240313600543 ], [ -4.171913693484061, 56.022694072862556 ], [ -4.172109505895896, 56.023180418514819 ], [ -4.170843955728419, 56.024505830943241 ], [ -4.170375713853637, 56.025884600563622 ], [ -4.169478519847735, 56.026340755486174 ], [ -4.169866852903996, 56.02725509556597 ], [ -4.168594971629478, 56.028185163275985 ], [ -4.168845796915251, 56.029223249743296 ], [ -4.166848985585376, 56.028961782475491 ], [ -4.164667489702992, 56.029701087010615 ], [ -4.16438882553556, 56.029310548783336 ], [ -4.162734678514895, 56.03029669161166 ], [ -4.161202455404857, 56.028440772026343 ], [ -4.159834550546507, 56.028087284255726 ], [ -4.158693384911751, 56.027338876444446 ], [ -4.15828602378595, 56.026366421059912 ], [ -4.156819285263143, 56.025246239657072 ], [ -4.158107127878174, 56.022586011376767 ], [ -4.156764298876661, 56.020807607724656 ], [ -4.156718004289755, 56.019401946488408 ], [ -4.156062035331156, 56.019148301931388 ], [ -4.155623799492205, 56.017762974368658 ], [ -4.15610649040499, 56.016635647701179 ], [ -4.156755167097172, 56.01647152192286 ], [ -4.156358742875501, 56.015548297635647 ], [ -4.157119105640604, 56.015085643793022 ], [ -4.156747480538997, 56.014175467272608 ], [ -4.15734453331707, 56.013517953567067 ], [ -4.156927344391645, 56.012509717320661 ], [ -4.156152546826418, 56.012136828004245 ], [ -4.156367180818299, 56.011670241048982 ], [ -4.154577812880139, 56.010218665451589 ], [ -4.153995366899182, 56.010129986426499 ], [ -4.153931559128563, 56.009704216821035 ], [ -4.153155597716596, 56.00930886205937 ], [ -4.153426843008381, 56.008850278463171 ], [ -4.152387295756823, 56.008041625873105 ], [ -4.152248738596694, 56.006992561217231 ], [ -4.152787905440548, 56.006448417308107 ], [ -4.150771205985013, 56.001765423341517 ], [ -4.149339976451946, 55.999386354180238 ], [ -4.146085010227173, 55.996360516069259 ], [ -4.134087356481913, 55.990785689901251 ], [ -4.13157250915688, 55.986461519972494 ], [ -4.128791444402509, 55.985741202027405 ], [ -4.123584953217564, 55.981571188564224 ], [ -4.121370130920516, 55.981375674703791 ], [ -4.118776011897395, 55.979227476904541 ], [ -4.11858965548116, 55.978457798744301 ], [ -4.117337934863095, 55.977697444371302 ], [ -4.113769723405324, 55.977544815819371 ], [ -4.113036854319403, 55.977273396533619 ], [ -4.113503854193119, 55.975462595886178 ], [ -4.115806738976746, 55.972728769820691 ], [ -4.115074291318359, 55.972111356270482 ], [ -4.116410545821501, 55.970873366931606 ], [ -4.115624924789835, 55.96969248595471 ], [ -4.115817338346161, 55.968667358738323 ], [ -4.116640685267742, 55.968192182754734 ], [ -4.116689232777825, 55.967672798008472 ], [ -4.116174770909748, 55.966438731633964 ], [ -4.114009197723692, 55.965366912660549 ], [ -4.114399835862051, 55.964421066155424 ], [ -4.111794778644328, 55.962984689313799 ], [ -4.112197595772276, 55.962496978553119 ], [ -4.111392773019163, 55.961193279139152 ], [ -4.113667104058925, 55.960298714345029 ], [ -4.117166240998837, 55.959773099492097 ], [ -4.120073358876979, 55.958091057518132 ], [ -4.122101174646417, 55.957675091066442 ], [ -4.124677741524961, 55.955989643439672 ], [ -4.123010158927333, 55.953094010721152 ], [ -4.121254008404583, 55.95293733561958 ], [ -4.121182197759057, 55.952532357928185 ], [ -4.119580371262269, 55.952648903704031 ], [ -4.118370804634997, 55.953465962930913 ], [ -4.117749188812888, 55.952818800710155 ], [ -4.117153121377911, 55.953108544023948 ], [ -4.114725560210759, 55.953181699075671 ], [ -4.113569943537688, 55.952727917058681 ], [ -4.10916897793149, 55.953213161430668 ], [ -4.105255540873228, 55.955126938383451 ], [ -4.102946175999249, 55.958267798345418 ], [ -4.098203790909762, 55.959473835308444 ], [ -4.09178164571859, 55.960582402652086 ], [ -4.090897801573815, 55.961750434870524 ], [ -4.08725464579554, 55.96330045414804 ], [ -4.085650592497937, 55.962611360071527 ], [ -4.076309543442002, 55.965716859038579 ], [ -4.067882668975352, 55.967573290714661 ], [ -4.062787237573025, 55.968208705394794 ], [ -4.056584830899789, 55.968067949688518 ], [ -4.055946035109625, 55.966840218205263 ], [ -4.053228565703923, 55.96581429920046 ], [ -4.051047007453565, 55.964285122433139 ], [ -4.051378438961407, 55.962373486955009 ], [ -4.054794301735138, 55.960167795792337 ], [ -4.054680123194996, 55.958497239495017 ], [ -4.055757207344215, 55.958205169812288 ], [ -4.055230698416105, 55.957792469559202 ], [ -4.055598690484866, 55.95763265364824 ], [ -4.052038655439453, 55.955989890126581 ], [ -4.054372788534519, 55.954692820213516 ], [ -4.053410447985438, 55.953731990117674 ], [ -4.051891836535754, 55.953911870215713 ], [ -4.050051598770106, 55.955098223920473 ], [ -4.047732254665291, 55.954797995444615 ], [ -4.046871409946987, 55.952267217179433 ], [ -4.047401486673017, 55.951597871587623 ], [ -4.047584861427137, 55.95121827290027 ], [ -4.056135971979892, 55.949548954838981 ], [ -4.061837203449846, 55.947970810683238 ], [ -4.066809745793504, 55.94625095124065 ], [ -4.071449796412184, 55.943920873144769 ], [ -4.070708903335076, 55.942281530884678 ], [ -4.062924579704847, 55.931136250670498 ], [ -4.057929682100467, 55.926695801141221 ], [ -4.058399146054558, 55.925346203581569 ], [ -4.057934058822708, 55.923578157445604 ], [ -4.062488469581032, 55.923291657611252 ], [ -4.063685196447782, 55.923523240559959 ], [ -4.064332858963345, 55.924054297359561 ], [ -4.066076652007091, 55.923797679252296 ], [ -4.068784470130173, 55.925022071310998 ], [ -4.069330162117767, 55.925710290286389 ], [ -4.075517078997541, 55.924639159808869 ], [ -4.084032324142043, 55.924190670282073 ], [ -4.090402019113506, 55.924088086574606 ], [ -4.096401286493224, 55.923528648624334 ], [ -4.111376957999137, 55.923274553897933 ], [ -4.109154003876915, 55.917505216432062 ], [ -4.112196804927488, 55.918986244977205 ], [ -4.117818354444652, 55.919208715665974 ], [ -4.115881507826285, 55.914474372678569 ], [ -4.124694963718104, 55.911568933756492 ], [ -4.129656007787685, 55.911261228403248 ], [ -4.131296232209674, 55.912633933704079 ], [ -4.131117750407337, 55.913405421857462 ], [ -4.131752164683949, 55.914205974395287 ], [ -4.133675919280979, 55.914706482616872 ], [ -4.137551653006951, 55.913688411480692 ], [ -4.144888323255208, 55.913133915279403 ], [ -4.145888275358929, 55.913362736899686 ], [ -4.155401853014624, 55.913198334729692 ], [ -4.155474113582111, 55.914154202821663 ], [ -4.156128948222896, 55.91430450474742 ], [ -4.156382905960384, 55.91504509285722 ], [ -4.166350431692297, 55.916384439485142 ], [ -4.169481243005976, 55.916423673408964 ], [ -4.170238044275859, 55.915791116833276 ], [ -4.171823100629144, 55.915690368300808 ], [ -4.171968249870893, 55.916254001219748 ], [ -4.169793643604029, 55.916401092193041 ], [ -4.171603073699677, 55.916734967343992 ], [ -4.180707591096486, 55.915228646528242 ], [ -4.194486583982981, 55.913087487796197 ], [ -4.19362588288566, 55.91173137300413 ], [ -4.193494454671201, 55.908299684505153 ], [ -4.188646663170267, 55.907791916300944 ], [ -4.185104434741332, 55.906201193954189 ], [ -4.183997265196033, 55.905062387803937 ], [ -4.180716922095236, 55.905307481380355 ], [ -4.180429231197936, 55.904913544694473 ], [ -4.182665780367993, 55.902891321219919 ], [ -4.190691335805233, 55.9010672286066 ], [ -4.191295218078017, 55.900485787844254 ], [ -4.190919469840483, 55.899581168451377 ], [ -4.193701747177148, 55.899250309255073 ], [ -4.194498224380203, 55.898851455595732 ], [ -4.196525514470087, 55.89863554702179 ], [ -4.196976965604705, 55.898811728603185 ], [ -4.197059056961182, 55.89848132886808 ], [ -4.198882684113594, 55.897974233635892 ], [ -4.200053155618823, 55.898023417543769 ], [ -4.200754611635865, 55.898405418729773 ], [ -4.206874428050062, 55.897500462661981 ], [ -4.21085249251967, 55.897612409320089 ], [ -4.21069180726234, 55.897346575063729 ], [ -4.211289023515274, 55.897216315208588 ], [ -4.211829172558779, 55.897516671546228 ], [ -4.212890038572725, 55.897270222922906 ], [ -4.213451255710058, 55.897631307212848 ], [ -4.21649767338375, 55.89742189979804 ], [ -4.216598947772543, 55.897739125864994 ], [ -4.217607164107756, 55.897635584289581 ], [ -4.226188454585233, 55.896735615217089 ], [ -4.225973852037765, 55.896088812949024 ], [ -4.231674762777982, 55.896567053130042 ], [ -4.23637241192287, 55.896842175437008 ], [ -4.235586082853012, 55.897492766793114 ], [ -4.236378657507682, 55.898312395346835 ], [ -4.237607200587873, 55.901423961053972 ], [ -4.238714773324697, 55.901739049475339 ], [ -4.237083610959719, 55.902082366387404 ], [ -4.237715093397536, 55.904768893937558 ], [ -4.241052244564274, 55.904627293568581 ], [ -4.241232576186764, 55.904231262053841 ], [ -4.246774032982036, 55.903670979983715 ], [ -4.249163350082402, 55.906530269028785 ], [ -4.248637513581526, 55.907396373936507 ], [ -4.249521711554429, 55.908187285474945 ], [ -4.249407665345942, 55.909035981176054 ], [ -4.25165864843506, 55.908782724217488 ], [ -4.253031615065693, 55.909805531878234 ], [ -4.251098923625378, 55.911023630770508 ], [ -4.251354741658592, 55.911240940770938 ], [ -4.25556476836481, 55.913060211377093 ], [ -4.256212507930528, 55.91410076502892 ], [ -4.260266515438256, 55.912928136488695 ], [ -4.263662953544977, 55.918898075353063 ], [ -4.266095150781587, 55.919849135054946 ], [ -4.268809009564205, 55.920222459220369 ], [ -4.269151859195409, 55.921022311569729 ], [ -4.268818461522203, 55.921890348915852 ], [ -4.269880074316603, 55.923348311446112 ], [ -4.269387210749626, 55.924390949415169 ], [ -4.26809568609788, 55.925545364092578 ], [ -4.267887452943687, 55.927131881797912 ], [ -4.267108834573308, 55.927285525699091 ], [ -4.268592046972837, 55.928587443464039 ], [ -4.27079027817899, 55.928044525917791 ], [ -4.273679424365573, 55.929103850281656 ], [ -4.276358809036592, 55.9296412223323 ], [ -4.27800615342533, 55.929395956483106 ], [ -4.277558686196461, 55.928891052391513 ], [ -4.277972025859974, 55.928623669364121 ], [ -4.27927624615735, 55.928560887203446 ], [ -4.281993707632499, 55.927730443365022 ], [ -4.284280124827173, 55.92760176651722 ], [ -4.295900650243312, 55.928469516230408 ], [ -4.298065076816183, 55.929173300352204 ], [ -4.299139941990164, 55.920753536403396 ], [ -4.299567138996287, 55.920723987751337 ], [ -4.299677019005504, 55.919039477835597 ], [ -4.301279246763121, 55.916369012496887 ], [ -4.296094015581373, 55.914988291760494 ], [ -4.291991359938359, 55.914319683728621 ], [ -4.290435962560919, 55.911797988399144 ], [ -4.291135750579463, 55.911481188965546 ], [ -4.2937763261709, 55.911594686457484 ], [ -4.29454480057213, 55.910301445201469 ], [ -4.295737144521822, 55.909710305471272 ], [ -4.300884041251513, 55.908862851163093 ], [ -4.301150149770747, 55.907764097407018 ], [ -4.300195204067896, 55.905904456740423 ], [ -4.300580988416376, 55.905529657759381 ], [ -4.303686019231987, 55.906062062578329 ], [ -4.307018982597662, 55.905689568392241 ], [ -4.309472835234459, 55.906946742301876 ], [ -4.313347610984486, 55.907101364358837 ], [ -4.31467320108169, 55.906819400191289 ], [ -4.315700761394711, 55.906342606726696 ], [ -4.317373645874594, 55.904427332789751 ], [ -4.319597167635716, 55.902975301816248 ], [ -4.320221033212046, 55.901876048460039 ], [ -4.319460666611586, 55.901198338387147 ], [ -4.321624469418484, 55.900946333686704 ], [ -4.3240884792715, 55.900658963135299 ], [ -4.327855695867276, 55.899695301543645 ], [ -4.332904696313416, 55.903031161070153 ], [ -4.334886683697117, 55.903852791373055 ], [ -4.336795329287734, 55.904198541780374 ], [ -4.341622008341909, 55.904301840189909 ], [ -4.345083461818978, 55.905535546316813 ], [ -4.347109210550198, 55.90588340105883 ], [ -4.348500687009254, 55.905240308245325 ], [ -4.348941536300913, 55.906207052606064 ], [ -4.34862331668384, 55.90877639360302 ], [ -4.349416281833725, 55.910034806097862 ], [ -4.347600927351922, 55.911927181089659 ], [ -4.348411691038065, 55.912685549263337 ], [ -4.347520092461448, 55.913845779559615 ], [ -4.34868805344463, 55.915164451904694 ], [ -4.348104599249737, 55.915837070351806 ], [ -4.34623046670811, 55.916497442557684 ], [ -4.350191954097812, 55.91711392221238 ], [ -4.357563045326839, 55.920743287153456 ], [ -4.359190038214604, 55.92088827674727 ], [ -4.361067257089904, 55.920673434811157 ], [ -4.361504866420597, 55.920368449406936 ], [ -4.364177704792951, 55.921102668837733 ], [ -4.37075479848027, 55.920713748060429 ], [ -4.379632276113631, 55.920985562736561 ], [ -4.381766230787474, 55.922660942782834 ], [ -4.38022270621521, 55.923905928322448 ], [ -4.381466976455351, 55.926810050396753 ], [ -4.383709509270085, 55.926545556085351 ], [ -4.38408571940592, 55.928135382185182 ], [ -4.380244276250719, 55.930208564180262 ], [ -4.38027524686752, 55.9317835031556 ], [ -4.382504769113106, 55.932214931213295 ], [ -4.382621591005383, 55.933569808628903 ], [ -4.388992796028869, 55.933939782059873 ], [ -4.389132156400187, 55.936566873718107 ], [ -4.389874088084587, 55.936601908404604 ], [ -4.387867074101666, 55.937891929680831 ], [ -4.386851151480645, 55.93988442000154 ], [ -4.388584853433116, 55.941357137473481 ], [ -4.388868585409241, 55.94253171510784 ], [ -4.389912060462699, 55.943144200870208 ], [ -4.390068769844036, 55.944387749818887 ], [ -4.38966815162067, 55.945111841752592 ], [ -4.388633825405409, 55.945558822225273 ], [ -4.387426635346297, 55.945877925096227 ], [ -4.385482694214924, 55.945780780223473 ], [ -4.386518161278387, 55.95245652400682 ], [ -4.387198214505076, 55.95296462883546 ], [ -4.393960156015594, 55.953617106021817 ], [ -4.398075614336534, 55.955301326354046 ], [ -4.399024268248668, 55.957039943870591 ], [ -4.398052016914566, 55.958416015919163 ], [ -4.40023153862824, 55.962435994042416 ], [ -4.400247700902138, 55.963990546852294 ], [ -4.399143290788526, 55.966986980205007 ], [ -4.400790766404866, 55.968100811800021 ], [ -4.40205269276433, 55.971834856216759 ], [ -4.399476374167945, 55.971977634708075 ], [ -4.39883895366884, 55.972942739961091 ], [ -4.398167218628972, 55.973095126433407 ], [ -4.399000997494513, 55.975559487052429 ], [ -4.398223589966306, 55.976594721013967 ], [ -4.392857498800013, 55.978469621868307 ], [ -4.391687129930538, 55.978726024850673 ], [ -4.390853437451435, 55.978593909451433 ], [ -4.389636982648375, 55.979012964385106 ], [ -4.387969050576388, 55.978739723250492 ], [ -4.387876069051232, 55.979051598411949 ], [ -4.383705267234544, 55.979914282907657 ], [ -4.381374250202375, 55.979806568503363 ], [ -4.380514078514731, 55.979373810212898 ], [ -4.375356955237574, 55.981068639250125 ], [ -4.372220579405925, 55.98063744255419 ], [ -4.366382608199672, 55.98043333995377 ], [ -4.365579120022644, 55.980138697673311 ], [ -4.3653671278458, 55.979449825953026 ], [ -4.363185929038617, 55.977723826305848 ], [ -4.364092418355979, 55.976608155134116 ], [ -4.363808818190874, 55.976032100763405 ], [ -4.363033733840687, 55.97601731004287 ], [ -4.362948334896564, 55.975563278205321 ], [ -4.362154582406637, 55.975583891598944 ], [ -4.359426372281596, 55.973923139014367 ], [ -4.358055585872537, 55.973810974724543 ], [ -4.357637617946263, 55.973158388269937 ], [ -4.355551089856135, 55.972925077874812 ], [ -4.353368369824012, 55.971582708709519 ], [ -4.351479848970911, 55.971546868909599 ], [ -4.348983192499006, 55.969014173942668 ], [ -4.347565653341979, 55.966672078636513 ], [ -4.34645202708692, 55.966197183153227 ], [ -4.346616615799986, 55.965475044723306 ], [ -4.345490659400635, 55.965245735653099 ], [ -4.342981108518338, 55.962671827935019 ], [ -4.341907196961163, 55.963010408047808 ], [ -4.341137066492023, 55.962171231392006 ], [ -4.3392308258215, 55.961568432282732 ], [ -4.338186352766324, 55.960774891325229 ], [ -4.336560312169458, 55.960565778931489 ], [ -4.335225590359228, 55.959420914334032 ], [ -4.332646783979086, 55.959086009734222 ], [ -4.330950507189691, 55.95824004090543 ], [ -4.327754578566911, 55.958751650979487 ], [ -4.320311439892933, 55.958436417626913 ], [ -4.319425667367604, 55.959992656022045 ], [ -4.315624740598581, 55.959312814272877 ], [ -4.314819113325959, 55.960551151573256 ], [ -4.31450191634265, 55.960015167395255 ], [ -4.313438173183012, 55.959748449796159 ], [ -4.313599807059363, 55.959530613504811 ], [ -4.31265205368747, 55.959032530220341 ], [ -4.309048829440879, 55.958090835413259 ], [ -4.305473061039667, 55.957607781830802 ], [ -4.303758238580773, 55.957651549620913 ], [ -4.303718653953843, 55.957228082338709 ], [ -4.301218103222916, 55.957340432272488 ], [ -4.295145975604811, 55.958606811007371 ], [ -4.286415884355437, 55.957788639753332 ], [ -4.285975052802389, 55.958979564387882 ], [ -4.287869860359428, 55.960898248679854 ], [ -4.293645140390482, 55.962836386135258 ], [ -4.292798990677367, 55.964269453550109 ], [ -4.290344277010524, 55.964487674682424 ], [ -4.288651580993037, 55.966837884048708 ], [ -4.281686084920666, 55.967061457410438 ], [ -4.272666497966146, 55.965350718321488 ], [ -4.280560844513978, 55.975278781988706 ], [ -4.278943406755007, 55.977127753110096 ], [ -4.274283873528876, 55.976882214808469 ], [ -4.275515818123036, 55.983255769963442 ], [ -4.275041839791797, 55.993225195639567 ], [ -4.275784759902323, 55.99522464279422 ], [ -4.276480144242012, 55.996959837290795 ], [ -4.283038176876071, 55.999116823053257 ], [ -4.288062748268885, 56.003944225968496 ], [ -4.294102660804201, 56.008694123340256 ], [ -4.294055554531358, 56.011822601915362 ], [ -4.295613382773698, 56.014148290145947 ], [ -4.299033765026345, 56.016627973964695 ], [ -4.299551673942777, 56.017377746913006 ], [ -4.299159217241201, 56.018063612767193 ], [ -4.29629098574776, 56.020157200332022 ], [ -4.296304511681213, 56.022817204954009 ], [ -4.297600148506982, 56.023961422802664 ], [ -4.29633698988566, 56.02566109628453 ], [ -4.290959514295083, 56.026996890638557 ], [ -4.281430055402581, 56.028422820874859 ], [ -4.275276110439733, 56.028716278471698 ], [ -4.275157563435324, 56.027792774540032 ], [ -4.273206794973697, 56.025869525120889 ], [ -4.273308552536213, 56.024461137386339 ], [ -4.272730722485732, 56.02364046528038 ], [ -4.273025575649486, 56.023059842797224 ] ] ] } }, +{ "type": "Feature", "properties": { "LAD13CD": "S12000046", "LAD13CDO": "00QS", "LAD13NM": "Glasgow City", "LAD13NMW": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -4.354077151567088, 55.87277643001984 ], [ -4.352547877659944, 55.865360293582079 ], [ -4.351077599580019, 55.866208977399872 ], [ -4.351965665687212, 55.872014215697277 ], [ -4.344350659260793, 55.869795808630137 ], [ -4.337461552161314, 55.868337882223805 ], [ -4.335567544219198, 55.86847271903207 ], [ -4.325491207270026, 55.867778327614033 ], [ -4.325491804145922, 55.865168313534909 ], [ -4.324051763429039, 55.865141602130841 ], [ -4.323898490266719, 55.867525315450791 ], [ -4.323092103922755, 55.867270917687122 ], [ -4.322676526205495, 55.867538506558319 ], [ -4.322946045148695, 55.867755860822939 ], [ -4.321688311369715, 55.867317191663687 ], [ -4.31910771922849, 55.867169038673815 ], [ -4.317545950113139, 55.866441715263846 ], [ -4.317082804953751, 55.866662546837652 ], [ -4.315932837947167, 55.866354356863823 ], [ -4.309876259857797, 55.864447372040452 ], [ -4.310021376887888, 55.864186254153829 ], [ -4.309570072630031, 55.86431066789951 ], [ -4.304315827999761, 55.862839074954515 ], [ -4.303356977631248, 55.861274322359982 ], [ -4.302547788482921, 55.861373056145929 ], [ -4.30287786882461, 55.86257570466563 ], [ -4.299236478340885, 55.861237267739405 ], [ -4.298800048463785, 55.860910188622832 ], [ -4.299438063594407, 55.860159486346276 ], [ -4.297713497878624, 55.859613812451002 ], [ -4.297669820224072, 55.859334216564221 ], [ -4.298432641190338, 55.859208519538285 ], [ -4.297559006384398, 55.858756589033831 ], [ -4.298636013540884, 55.856645960780455 ], [ -4.297614218356288, 55.856390032331802 ], [ -4.296312026867015, 55.856229206143219 ], [ -4.295923283473206, 55.856763133766776 ], [ -4.294663660568825, 55.856565545279828 ], [ -4.294304819483066, 55.857010831652786 ], [ -4.294990111908501, 55.857169709595951 ], [ -4.294262832597807, 55.858439736590796 ], [ -4.296409092322511, 55.858929951999471 ], [ -4.296923321561044, 55.859492857970153 ], [ -4.296618289331766, 55.859658531959738 ], [ -4.277926817194772, 55.855821505213996 ], [ -4.271099854696206, 55.855341091299977 ], [ -4.263655813209085, 55.855621214103408 ], [ -4.258208109096288, 55.854977187225529 ], [ -4.246246795136744, 55.851793558985278 ], [ -4.237813711385573, 55.848228282061157 ], [ -4.237647852140508, 55.847174214066648 ], [ -4.239657931239052, 55.845629697596422 ], [ -4.240702859209544, 55.844273332695131 ], [ -4.240744447708708, 55.843330690735414 ], [ -4.240131476163477, 55.842949106310932 ], [ -4.23690831863304, 55.842286083362637 ], [ -4.231274912299194, 55.842179014172714 ], [ -4.228009140983245, 55.840544094297364 ], [ -4.231316335318481, 55.838219300539464 ], [ -4.230538328255962, 55.837881107562104 ], [ -4.232627690289276, 55.836354872768119 ], [ -4.23198362372083, 55.835427377698252 ], [ -4.233782447830187, 55.833655644570719 ], [ -4.230743483905692, 55.832596370556999 ], [ -4.228882600557266, 55.824466826433969 ], [ -4.232434047291697, 55.823392203621189 ], [ -4.234767348841521, 55.823795592239151 ], [ -4.233647807563267, 55.820001660012515 ], [ -4.233765679525992, 55.818660386930397 ], [ -4.227876217085434, 55.818230704212624 ], [ -4.229057627554556, 55.817898323498802 ], [ -4.228277858850118, 55.817382199852972 ], [ -4.225501589495034, 55.812176630171351 ], [ -4.220545842131886, 55.813241385804865 ], [ -4.216848347264839, 55.814908780177468 ], [ -4.214543417501345, 55.815076146814164 ], [ -4.212235233719106, 55.809421477836871 ], [ -4.211162905204326, 55.800363470158992 ], [ -4.204298878273125, 55.800449914837337 ], [ -4.209048694101308, 55.798869130341124 ], [ -4.223943783747593, 55.791947988549524 ], [ -4.228148527157711, 55.787753760782941 ], [ -4.228529538769743, 55.787889752860799 ], [ -4.229936962711959, 55.785918429588158 ], [ -4.225737560452825, 55.784915166212933 ], [ -4.224520643683965, 55.784272128199824 ], [ -4.226711918976283, 55.781279150913285 ], [ -4.233284830947649, 55.783159583014644 ], [ -4.236134444003609, 55.782651193612985 ], [ -4.235834993464349, 55.783938261484174 ], [ -4.236604003634345, 55.784443744822411 ], [ -4.239349350540137, 55.785119037501964 ], [ -4.242171331435755, 55.786543329347474 ], [ -4.242526596272647, 55.786313956092322 ], [ -4.243448321201965, 55.787142857779585 ], [ -4.247573096879148, 55.785398499986272 ], [ -4.250754439720784, 55.784889994646939 ], [ -4.249477829883085, 55.785570360073145 ], [ -4.251671404080335, 55.786684185337322 ], [ -4.254405681266489, 55.78674639757498 ], [ -4.255587773624238, 55.787163297871253 ], [ -4.257432760091602, 55.786686332291232 ], [ -4.258728011747446, 55.787183809362539 ], [ -4.260187420071696, 55.786329221167463 ], [ -4.261004283454674, 55.786470577471079 ], [ -4.261554565706986, 55.785700103332161 ], [ -4.263273923827056, 55.786001886501573 ], [ -4.264982848831742, 55.787167543744928 ], [ -4.26464266665928, 55.787654648425352 ], [ -4.268259350073843, 55.79164403606984 ], [ -4.267854999654398, 55.792810895292241 ], [ -4.267352873194253, 55.793119446439817 ], [ -4.264857971033119, 55.793149273454262 ], [ -4.263149917915343, 55.793542938388121 ], [ -4.262565573375166, 55.795817663150068 ], [ -4.260319051447069, 55.797989049742434 ], [ -4.261469216754396, 55.799554193816292 ], [ -4.265796393263425, 55.800186311759397 ], [ -4.264434429276432, 55.80198375743764 ], [ -4.265607527130916, 55.804130835539951 ], [ -4.269257016606332, 55.802815139686039 ], [ -4.269647488500866, 55.802971503548626 ], [ -4.268089439973356, 55.805923017501762 ], [ -4.267097585740759, 55.806814006765904 ], [ -4.265593128919959, 55.806354620684239 ], [ -4.264853286271951, 55.807299364899634 ], [ -4.264153648619375, 55.807178339761137 ], [ -4.263037687567114, 55.807473010641047 ], [ -4.260604892338929, 55.809442906016812 ], [ -4.260943419263897, 55.80969372333751 ], [ -4.259933962490742, 55.810120320191395 ], [ -4.260696268282031, 55.81101853742426 ], [ -4.266462964314882, 55.810968070488983 ], [ -4.267801324829198, 55.809803765679639 ], [ -4.270454157576293, 55.808767961338404 ], [ -4.270856540910573, 55.809155082066553 ], [ -4.271662725474697, 55.809104235709448 ], [ -4.271972925224366, 55.808730911452777 ], [ -4.274473845629963, 55.809224813565457 ], [ -4.274609542448169, 55.809252860350959 ], [ -4.277033165182525, 55.809870372283427 ], [ -4.277522072880557, 55.809442493889854 ], [ -4.283051014389272, 55.811767474024997 ], [ -4.290292091254025, 55.812523445388237 ], [ -4.292638691282297, 55.8139401877769 ], [ -4.295077751862617, 55.812560014976881 ], [ -4.297350245619461, 55.809954297775043 ], [ -4.29852200891779, 55.809472226309438 ], [ -4.299542061122105, 55.810152384881192 ], [ -4.300822391917209, 55.810482539003566 ], [ -4.30554764752417, 55.810446130437661 ], [ -4.305672643363105, 55.809078563966352 ], [ -4.306709611679858, 55.809125617126462 ], [ -4.310027671104651, 55.810069023277443 ], [ -4.312007409614437, 55.81158756474148 ], [ -4.313221309089299, 55.809854376802981 ], [ -4.315243263963408, 55.80960959318196 ], [ -4.315056711196463, 55.808645135950776 ], [ -4.323882190231275, 55.80800045414577 ], [ -4.326251833499803, 55.808449953239275 ], [ -4.326243574912342, 55.80796387570313 ], [ -4.327274072149355, 55.807635192325122 ], [ -4.32323738341818, 55.80398256663085 ], [ -4.322703200052116, 55.800587228592505 ], [ -4.33346236427773, 55.792878680895825 ], [ -4.34370902395891, 55.79502859065925 ], [ -4.355853614609661, 55.795034555615111 ], [ -4.360228043136924, 55.794477862615182 ], [ -4.372073990526827, 55.794769276061359 ], [ -4.372782465617775, 55.795610339900733 ], [ -4.377307738300481, 55.798577844259157 ], [ -4.376611979542837, 55.798916659869207 ], [ -4.378090639111863, 55.799903680318472 ], [ -4.373788000239486, 55.799601282973107 ], [ -4.369819706697545, 55.802173777314927 ], [ -4.372331162482901, 55.802537866364226 ], [ -4.372058543699127, 55.802725580569586 ], [ -4.371071118313175, 55.803150882315201 ], [ -4.367796719453811, 55.803362306003741 ], [ -4.371757329908749, 55.806037106043448 ], [ -4.374284595478114, 55.807285252383757 ], [ -4.373872989184896, 55.807497225674716 ], [ -4.374625063941384, 55.80779187864453 ], [ -4.374657952839238, 55.809484544896698 ], [ -4.376067876801112, 55.810856698941102 ], [ -4.375627982293716, 55.812045299555088 ], [ -4.374361807836717, 55.812823839711456 ], [ -4.37406702829184, 55.814194779105939 ], [ -4.372596212107533, 55.814890969089255 ], [ -4.372189520488425, 55.815840738000709 ], [ -4.368335403536065, 55.81606514789523 ], [ -4.367630201778386, 55.816596428083493 ], [ -4.367467685358544, 55.817705054147559 ], [ -4.370053294512823, 55.818484803942063 ], [ -4.372951443827542, 55.818889968710259 ], [ -4.381428599425494, 55.823152535465354 ], [ -4.381390268749275, 55.823178443788585 ], [ -4.377573045732382, 55.826791716247143 ], [ -4.377724225862448, 55.827777448970458 ], [ -4.378607674301081, 55.828882935030968 ], [ -4.375309850069818, 55.834688979797711 ], [ -4.37613198983218, 55.83499755373122 ], [ -4.374778003795466, 55.835631284326816 ], [ -4.374788653810618, 55.836460649588062 ], [ -4.373832831108054, 55.837705935487129 ], [ -4.371078433480556, 55.838452033995026 ], [ -4.370254354048891, 55.839450282785045 ], [ -4.370917902529773, 55.84074700654989 ], [ -4.369807996785458, 55.841144088853881 ], [ -4.368795620800326, 55.845270993609986 ], [ -4.368124792882614, 55.845194035773012 ], [ -4.368044183657656, 55.84544454839228 ], [ -4.368600077871392, 55.846888059391226 ], [ -4.369229807889515, 55.847155448016302 ], [ -4.370364511298806, 55.846690487066759 ], [ -4.371596559125916, 55.847325535901078 ], [ -4.371372391145624, 55.847631846823347 ], [ -4.374893780471886, 55.848658604497814 ], [ -4.373935019711461, 55.850305695133684 ], [ -4.374902325071765, 55.850579121948414 ], [ -4.375895368059445, 55.851404790821476 ], [ -4.377187091015764, 55.851521837042512 ], [ -4.37988870239479, 55.851048962039343 ], [ -4.379230679510358, 55.852673198599653 ], [ -4.380887042654813, 55.856346798760626 ], [ -4.377590635844633, 55.856244290650608 ], [ -4.376559159719547, 55.856466449565865 ], [ -4.364686108439007, 55.855329153775344 ], [ -4.360498232082855, 55.860837273124005 ], [ -4.356723365472871, 55.863525972578998 ], [ -4.355832375752992, 55.863539444479514 ], [ -4.354286656637994, 55.863561847365702 ], [ -4.353106612950038, 55.863579033783942 ], [ -4.353129213517973, 55.863873397415674 ], [ -4.355147195323834, 55.865764434184037 ], [ -4.356271513305996, 55.873190097271824 ], [ -4.354735093476219, 55.873082002421285 ], [ -4.354077151567088, 55.87277643001984 ] ] ], [ [ [ -4.273679424365573, 55.929103850281656 ], [ -4.27079027817899, 55.928044525917791 ], [ -4.268592046972837, 55.928587443464039 ], [ -4.267108834573308, 55.927285525699091 ], [ -4.267887452943687, 55.927131881797912 ], [ -4.26809568609788, 55.925545364092578 ], [ -4.269387210749626, 55.924390949415169 ], [ -4.269880074316603, 55.923348311446112 ], [ -4.268818461522203, 55.921890348915852 ], [ -4.269151859195409, 55.921022311569729 ], [ -4.268809009564205, 55.920222459220369 ], [ -4.266095150781587, 55.919849135054946 ], [ -4.263662953544977, 55.918898075353063 ], [ -4.260266515438256, 55.912928136488695 ], [ -4.256212507930528, 55.91410076502892 ], [ -4.25556476836481, 55.913060211377093 ], [ -4.251354741658592, 55.911240940770938 ], [ -4.251098923625378, 55.911023630770508 ], [ -4.253031615065693, 55.909805531878234 ], [ -4.25165864843506, 55.908782724217488 ], [ -4.249407665345942, 55.909035981176054 ], [ -4.249521711554429, 55.908187285474945 ], [ -4.248637513581526, 55.907396373936507 ], [ -4.249163350082402, 55.906530269028785 ], [ -4.246774032982036, 55.903670979983715 ], [ -4.241232576186764, 55.904231262053841 ], [ -4.241052244564274, 55.904627293568581 ], [ -4.237715093397536, 55.904768893937558 ], [ -4.237083610959719, 55.902082366387404 ], [ -4.238714773324697, 55.901739049475339 ], [ -4.237607200587873, 55.901423961053972 ], [ -4.236378657507682, 55.898312395346835 ], [ -4.235586082853012, 55.897492766793114 ], [ -4.23637241192287, 55.896842175437008 ], [ -4.231674762777982, 55.896567053130042 ], [ -4.225973852037765, 55.896088812949024 ], [ -4.226188454585233, 55.896735615217089 ], [ -4.217607164107756, 55.897635584289581 ], [ -4.216598947772543, 55.897739125864994 ], [ -4.21649767338375, 55.89742189979804 ], [ -4.213451255710058, 55.897631307212848 ], [ -4.212890038572725, 55.897270222922906 ], [ -4.211829172558779, 55.897516671546228 ], [ -4.211289023515274, 55.897216315208588 ], [ -4.21069180726234, 55.897346575063729 ], [ -4.21085249251967, 55.897612409320089 ], [ -4.206874428050062, 55.897500462661981 ], [ -4.200754611635865, 55.898405418729773 ], [ -4.200053155618823, 55.898023417543769 ], [ -4.198882684113594, 55.897974233635892 ], [ -4.197059056961182, 55.89848132886808 ], [ -4.196976965604705, 55.898811728603185 ], [ -4.196525514470087, 55.89863554702179 ], [ -4.194498224380203, 55.898851455595732 ], [ -4.193701747177148, 55.899250309255073 ], [ -4.190919469840483, 55.899581168451377 ], [ -4.191295218078017, 55.900485787844254 ], [ -4.190691335805233, 55.9010672286066 ], [ -4.182665780367993, 55.902891321219919 ], [ -4.180429231197936, 55.904913544694473 ], [ -4.179343896564171, 55.903533453523046 ], [ -4.180159997645271, 55.903052563885957 ], [ -4.179466798293404, 55.90204568771216 ], [ -4.177688110491707, 55.902648757630367 ], [ -4.177512589099337, 55.900373599840201 ], [ -4.174814928041831, 55.898019009564102 ], [ -4.173672743870426, 55.897960099077189 ], [ -4.173354545559434, 55.897018464585571 ], [ -4.170809564015741, 55.897044505353719 ], [ -4.168195726079465, 55.896581903188668 ], [ -4.161526406103676, 55.897972699015973 ], [ -4.161280556673047, 55.896601075990873 ], [ -4.163118865306575, 55.896236254362982 ], [ -4.160275301473202, 55.890085027783201 ], [ -4.162138532770556, 55.890001079863765 ], [ -4.163262321569655, 55.889619146238033 ], [ -4.161633498637009, 55.887677770261959 ], [ -4.169687235607902, 55.886225700933721 ], [ -4.164394330111056, 55.883584095568096 ], [ -4.158431000461891, 55.885873629727456 ], [ -4.156561834183138, 55.883800697985201 ], [ -4.155087010985368, 55.884482601398979 ], [ -4.153116555168273, 55.884531473578164 ], [ -4.152327397168104, 55.886768711014014 ], [ -4.150884575889702, 55.887309802119184 ], [ -4.149103594934311, 55.885408671991726 ], [ -4.148546655771209, 55.884098179172454 ], [ -4.147786644613895, 55.88362613834957 ], [ -4.146645701757241, 55.883870726441636 ], [ -4.144092771104857, 55.883766047157465 ], [ -4.14149077995708, 55.882886575621654 ], [ -4.132683757210009, 55.883904090768141 ], [ -4.131027979452558, 55.88345106435542 ], [ -4.128715314441691, 55.883352690139198 ], [ -4.129541554143263, 55.885446779270289 ], [ -4.127366627855255, 55.88526690816699 ], [ -4.126721121344176, 55.885685182976552 ], [ -4.12521344365055, 55.885455095935548 ], [ -4.124809233829042, 55.886192729981744 ], [ -4.125245473119406, 55.8880590145789 ], [ -4.119094065187374, 55.887275366605394 ], [ -4.117887718785961, 55.88658884712941 ], [ -4.115136368074679, 55.886365654643825 ], [ -4.10730404122662, 55.887454453346756 ], [ -4.106148659248539, 55.884487820500532 ], [ -4.102858631594132, 55.885091398803574 ], [ -4.097559961936501, 55.885188119341223 ], [ -4.097171767459979, 55.885402336944551 ], [ -4.094956411135302, 55.885240557423344 ], [ -4.094892925951894, 55.884151506231653 ], [ -4.092973601051222, 55.882358890791444 ], [ -4.092518512571783, 55.882548169051724 ], [ -4.089342464106032, 55.881524586251516 ], [ -4.08193359417769, 55.88415574669763 ], [ -4.080702911194855, 55.882253333784661 ], [ -4.080187902799665, 55.88144332091467 ], [ -4.078818288969982, 55.8816039677113 ], [ -4.078432199299999, 55.880542828799889 ], [ -4.080134223871813, 55.877182569978658 ], [ -4.0793027059671, 55.873830074576851 ], [ -4.079772668638066, 55.868269927175213 ], [ -4.077451938439792, 55.865935653425488 ], [ -4.076740468936368, 55.863535538343427 ], [ -4.074996618113912, 55.862420910910849 ], [ -4.072621790129333, 55.861698841502992 ], [ -4.071716850603423, 55.861270123845664 ], [ -4.077184029656778, 55.859481174583763 ], [ -4.080616960168215, 55.858774293735223 ], [ -4.085997970614447, 55.858655754134674 ], [ -4.088029345073224, 55.855313591126659 ], [ -4.088404355301815, 55.85384592289315 ], [ -4.087243592442039, 55.852638886050208 ], [ -4.083455423842154, 55.85090569006848 ], [ -4.082669383258294, 55.849352551825376 ], [ -4.083105963314708, 55.848853564734199 ], [ -4.080208634385342, 55.848206100408859 ], [ -4.077694551792698, 55.847135094629564 ], [ -4.075783304041729, 55.845683598157464 ], [ -4.074716230762384, 55.844124369990084 ], [ -4.076862196081467, 55.843899422458882 ], [ -4.077425097892784, 55.844570238327599 ], [ -4.078534927304548, 55.845043081196806 ], [ -4.081779864163599, 55.843801903130313 ], [ -4.082715190795279, 55.844416063480523 ], [ -4.084107140854562, 55.844518303914455 ], [ -4.084862820407807, 55.845266704039219 ], [ -4.089886905294356, 55.844232398177851 ], [ -4.091847100867784, 55.843137695661248 ], [ -4.094210840230686, 55.843786781717931 ], [ -4.094697505789404, 55.843242861386052 ], [ -4.097172031264597, 55.842359495752788 ], [ -4.10043606030511, 55.842730683258587 ], [ -4.10218134540714, 55.842513931519818 ], [ -4.103105712126325, 55.842032594027046 ], [ -4.103824022215647, 55.840782778434686 ], [ -4.105814303743574, 55.839250557161485 ], [ -4.102818179760253, 55.839074448596179 ], [ -4.102711016254123, 55.837977152677979 ], [ -4.103648700066857, 55.83771486853535 ], [ -4.10610625294682, 55.838181478570753 ], [ -4.108186960264962, 55.837468195466293 ], [ -4.106684833194466, 55.836034422325035 ], [ -4.107044683504119, 55.834656816383941 ], [ -4.107888919247138, 55.833584558893087 ], [ -4.109637222111933, 55.83257677417285 ], [ -4.109827415289966, 55.831695464455471 ], [ -4.109503879723921, 55.831323553891515 ], [ -4.111266387033981, 55.830285842989909 ], [ -4.112067125870129, 55.829151390758817 ], [ -4.11205757767182, 55.82806230845037 ], [ -4.110621005263781, 55.826832365195024 ], [ -4.110512754220028, 55.826189842475969 ], [ -4.111164511245592, 55.825872190798066 ], [ -4.113034232717159, 55.826051272680871 ], [ -4.119527886203051, 55.828904384364591 ], [ -4.121757772747244, 55.829536372407382 ], [ -4.127309588925773, 55.832138410154201 ], [ -4.129330816809622, 55.833095615162712 ], [ -4.130994003704371, 55.833227675444036 ], [ -4.133810508879335, 55.832462553123101 ], [ -4.136874438200571, 55.831144844691792 ], [ -4.140635585405319, 55.830314612575961 ], [ -4.146171765771293, 55.828202269659144 ], [ -4.150496109008345, 55.828269613151789 ], [ -4.158500224683787, 55.827662925487971 ], [ -4.164549950044411, 55.825880444777724 ], [ -4.172070615880738, 55.823029155009486 ], [ -4.174593370572752, 55.82334944677239 ], [ -4.175854984681804, 55.824328314491197 ], [ -4.178855183638319, 55.830186149292928 ], [ -4.179384886645622, 55.834716258288104 ], [ -4.180931912034438, 55.835763714455034 ], [ -4.186164819641668, 55.836807693621402 ], [ -4.187770274673518, 55.836587711802899 ], [ -4.190893951106437, 55.835080643797163 ], [ -4.191055071714065, 55.83266467069793 ], [ -4.192346235670077, 55.832027821377039 ], [ -4.194295882704996, 55.831742298286215 ], [ -4.198330377462009, 55.833398506469514 ], [ -4.199057524365241, 55.834171899132294 ], [ -4.199009846263805, 55.835222475707496 ], [ -4.195155986454022, 55.837426726729213 ], [ -4.194594757954132, 55.838321997561323 ], [ -4.195262549045403, 55.839402041386762 ], [ -4.197076093801949, 55.84054789627632 ], [ -4.202698552634669, 55.844336151040267 ], [ -4.205483144339784, 55.844568449998569 ], [ -4.206743847946873, 55.843194135323841 ], [ -4.206691045824862, 55.842234332950319 ], [ -4.205712036909251, 55.841334285331072 ], [ -4.203161737014741, 55.840242199516027 ], [ -4.202934290139695, 55.839355626163048 ], [ -4.203711282726377, 55.838409715073333 ], [ -4.205695109681177, 55.837849286325422 ], [ -4.213104810620985, 55.836963017097204 ], [ -4.215758215762858, 55.835964368963886 ], [ -4.219758161729119, 55.833515959308727 ], [ -4.221168325065696, 55.833377253792804 ], [ -4.222838026658978, 55.834988184332332 ], [ -4.221836732855301, 55.837619819438636 ], [ -4.222150821376133, 55.838841824373766 ], [ -4.225551368623992, 55.840158999206992 ], [ -4.230123464576206, 55.842572877942935 ], [ -4.237402177252092, 55.84290084122528 ], [ -4.239316727125511, 55.843308163508183 ], [ -4.23987763725646, 55.844367454591868 ], [ -4.236659075636941, 55.846983854998761 ], [ -4.236650568504827, 55.848170350593115 ], [ -4.246851356028084, 55.853077607815536 ], [ -4.257665768557821, 55.856122260321051 ], [ -4.264550812067907, 55.856613135482995 ], [ -4.274099283735489, 55.85652145504902 ], [ -4.27904012608709, 55.857096882156156 ], [ -4.294966685334487, 55.860592606023268 ], [ -4.297166025460964, 55.861519512864497 ], [ -4.296809335770842, 55.862028577508802 ], [ -4.298175520553682, 55.86221426864077 ], [ -4.297479381796093, 55.862279400170564 ], [ -4.297306794779129, 55.862604377802306 ], [ -4.30392814158436, 55.864442528333306 ], [ -4.302457601965115, 55.865492845452188 ], [ -4.303165359921067, 55.865866061729925 ], [ -4.305236702149601, 55.86475954110162 ], [ -4.306047126077718, 55.864923204187669 ], [ -4.306574915748659, 55.864552008787683 ], [ -4.307840822062003, 55.864876983926052 ], [ -4.307703965143578, 55.86518333132819 ], [ -4.308151724499468, 55.865133587985646 ], [ -4.306958253918928, 55.865518174419094 ], [ -4.306909144516753, 55.865875901906826 ], [ -4.303148913103216, 55.868233692893078 ], [ -4.301002214660953, 55.868610896815284 ], [ -4.298679163742344, 55.868330773357705 ], [ -4.298223218287572, 55.868621500866908 ], [ -4.298448811884621, 55.868679300343615 ], [ -4.298681434328008, 55.868720790493711 ], [ -4.300394294456238, 55.868818194436088 ], [ -4.30091442917063, 55.868802176076883 ], [ -4.301489917663361, 55.868749169759511 ], [ -4.303231021167755, 55.868405615555425 ], [ -4.30443356819781, 55.867740484771126 ], [ -4.304455761924348, 55.867710410079567 ], [ -4.305076305561815, 55.867689796749168 ], [ -4.307136084620692, 55.866522346029399 ], [ -4.307596647173306, 55.866795917307968 ], [ -4.308842125834183, 55.865482831303574 ], [ -4.311327468214602, 55.865967325871921 ], [ -4.312934835442332, 55.866496142791846 ], [ -4.312832705632863, 55.866767690441336 ], [ -4.315783156245465, 55.867679249086095 ], [ -4.320642907262588, 55.868655397578273 ], [ -4.331309970707385, 55.869389325247063 ], [ -4.331350462541881, 55.869131511878393 ], [ -4.332787247418983, 55.869234595925562 ], [ -4.33701937917727, 55.869970349002465 ], [ -4.338797916765687, 55.869907789430513 ], [ -4.338979694239806, 55.870245863836622 ], [ -4.340720382738262, 55.870165122108716 ], [ -4.341083569432946, 55.870568946704857 ], [ -4.346867587642129, 55.87291057611418 ], [ -4.347583437541314, 55.872719861628873 ], [ -4.34947678738303, 55.873418010353937 ], [ -4.349507491137165, 55.873740979800601 ], [ -4.350347674864746, 55.873729425562054 ], [ -4.349864163097663, 55.873876172885893 ], [ -4.350111479371118, 55.874079962629772 ], [ -4.351900400880451, 55.87455627692659 ], [ -4.356657638417101, 55.875921246635549 ], [ -4.357484868666184, 55.876301754951072 ], [ -4.357032066009913, 55.876849691008886 ], [ -4.357996345055481, 55.876484289558448 ], [ -4.361988048486958, 55.878136053508655 ], [ -4.362193790683402, 55.878680352401084 ], [ -4.362945263305146, 55.878549082542122 ], [ -4.36471191440245, 55.879336615755911 ], [ -4.364285921816364, 55.879614433040096 ], [ -4.365433247413242, 55.879577101702395 ], [ -4.364574108296851, 55.879699670604317 ], [ -4.364604383916174, 55.879934566226758 ], [ -4.36592834942001, 55.879962141963418 ], [ -4.366904080665808, 55.880415229555247 ], [ -4.366819267855401, 55.880781761448254 ], [ -4.371335632665168, 55.882606485271388 ], [ -4.370971457944322, 55.882848981050316 ], [ -4.372489417422254, 55.883119012033937 ], [ -4.372390302622212, 55.883407630860681 ], [ -4.373810642603389, 55.883885346477101 ], [ -4.373702665349135, 55.884185821407115 ], [ -4.375010810048848, 55.884423019762195 ], [ -4.374650987982275, 55.88468431661024 ], [ -4.375124424324683, 55.88489537778397 ], [ -4.375890759331767, 55.88463971244024 ], [ -4.377032800743986, 55.884984354210012 ], [ -4.380661059785842, 55.886653333377133 ], [ -4.380526119922555, 55.887139483320752 ], [ -4.381043082585775, 55.887276879689836 ], [ -4.381819227991233, 55.887024582830577 ], [ -4.385432996591653, 55.888060070463986 ], [ -4.385218131706242, 55.88838959137076 ], [ -4.385683615523304, 55.88813070873055 ], [ -4.39240793996771, 55.889577505044578 ], [ -4.390479505671552, 55.890752830339764 ], [ -4.389156352118034, 55.890536756677243 ], [ -4.388723526950852, 55.890780637985017 ], [ -4.385794881317978, 55.890047431751434 ], [ -4.385221575108963, 55.890217628476954 ], [ -4.385632298270145, 55.890916101967839 ], [ -4.387231816324361, 55.891257174537543 ], [ -4.385933452867534, 55.892643096953449 ], [ -4.383605757453601, 55.892086926904391 ], [ -4.383154406124131, 55.892890182974604 ], [ -4.38365002131608, 55.893225712414626 ], [ -4.382702039699388, 55.893807600757953 ], [ -4.38320277327964, 55.894539391252408 ], [ -4.380677098096303, 55.895347738389759 ], [ -4.381765562624127, 55.896508561290474 ], [ -4.380370753446835, 55.896770127008438 ], [ -4.380028160957365, 55.897470603879462 ], [ -4.380393050249769, 55.8979956188861 ], [ -4.378745523587435, 55.900087455147563 ], [ -4.375595061344579, 55.899946982565879 ], [ -4.376226206611519, 55.901530113689333 ], [ -4.380695516276805, 55.904001642557702 ], [ -4.389967844879068, 55.91051689095287 ], [ -4.386891956866179, 55.911187739172348 ], [ -4.388733704359975, 55.91316346083098 ], [ -4.387807162993427, 55.916624626517368 ], [ -4.387223756444715, 55.917209356779445 ], [ -4.385167398391834, 55.917890039569677 ], [ -4.3800068033714, 55.918792519440636 ], [ -4.379632276113631, 55.920985562736561 ], [ -4.37075479848027, 55.920713748060429 ], [ -4.364177704792951, 55.921102668837733 ], [ -4.361504866420597, 55.920368449406936 ], [ -4.361067257089904, 55.920673434811157 ], [ -4.359190038214604, 55.92088827674727 ], [ -4.357563045326839, 55.920743287153456 ], [ -4.350191954097812, 55.91711392221238 ], [ -4.34623046670811, 55.916497442557684 ], [ -4.348104599249737, 55.915837070351806 ], [ -4.34868805344463, 55.915164451904694 ], [ -4.347520092461448, 55.913845779559615 ], [ -4.348411691038065, 55.912685549263337 ], [ -4.347600927351922, 55.911927181089659 ], [ -4.349416281833725, 55.910034806097862 ], [ -4.34862331668384, 55.90877639360302 ], [ -4.348941536300913, 55.906207052606064 ], [ -4.348500687009254, 55.905240308245325 ], [ -4.347109210550198, 55.90588340105883 ], [ -4.345083461818978, 55.905535546316813 ], [ -4.341622008341909, 55.904301840189909 ], [ -4.336795329287734, 55.904198541780374 ], [ -4.334886683697117, 55.903852791373055 ], [ -4.332904696313416, 55.903031161070153 ], [ -4.327855695867276, 55.899695301543645 ], [ -4.3240884792715, 55.900658963135299 ], [ -4.321624469418484, 55.900946333686704 ], [ -4.319460666611586, 55.901198338387147 ], [ -4.320221033212046, 55.901876048460039 ], [ -4.319597167635716, 55.902975301816248 ], [ -4.317373645874594, 55.904427332789751 ], [ -4.315700761394711, 55.906342606726696 ], [ -4.31467320108169, 55.906819400191289 ], [ -4.313347610984486, 55.907101364358837 ], [ -4.309472835234459, 55.906946742301876 ], [ -4.307018982597662, 55.905689568392241 ], [ -4.303686019231987, 55.906062062578329 ], [ -4.300580988416376, 55.905529657759381 ], [ -4.300195204067896, 55.905904456740423 ], [ -4.301150149770747, 55.907764097407018 ], [ -4.300884041251513, 55.908862851163093 ], [ -4.295737144521822, 55.909710305471272 ], [ -4.29454480057213, 55.910301445201469 ], [ -4.2937763261709, 55.911594686457484 ], [ -4.291135750579463, 55.911481188965546 ], [ -4.290435962560919, 55.911797988399144 ], [ -4.291991359938359, 55.914319683728621 ], [ -4.296094015581373, 55.914988291760494 ], [ -4.301279246763121, 55.916369012496887 ], [ -4.299677019005504, 55.919039477835597 ], [ -4.299567138996287, 55.920723987751337 ], [ -4.299139941990164, 55.920753536403396 ], [ -4.298065076816183, 55.929173300352204 ], [ -4.295900650243312, 55.928469516230408 ], [ -4.284280124827173, 55.92760176651722 ], [ -4.281993707632499, 55.927730443365022 ], [ -4.27927624615735, 55.928560887203446 ], [ -4.277972025859974, 55.928623669364121 ], [ -4.277558686196461, 55.928891052391513 ], [ -4.27800615342533, 55.929395956483106 ], [ -4.276358809036592, 55.9296412223323 ], [ -4.273679424365573, 55.929103850281656 ] ] ] ] } } +] +} diff --git a/persistent_data/spatial_data/scotland_data_zones.csv b/persistent_data/spatial_data/scotland_data_zones.csv index 8999cf64..7cf066c5 100755 --- a/persistent_data/spatial_data/scotland_data_zones.csv +++ b/persistent_data/spatial_data/scotland_data_zones.csv @@ -1,6977 +1,46352 @@ -,DZ2011_Code -0,S01006506 -1,S01006507 -2,S01006508 -3,S01006509 -4,S01006510 -5,S01006511 -6,S01006512 -7,S01006513 -8,S01006514 -9,S01006515 -10,S01006516 -11,S01006517 -12,S01006518 -13,S01006519 -14,S01006520 -15,S01006521 -16,S01006522 -17,S01006523 -18,S01006524 -19,S01006525 -20,S01006526 -21,S01006527 -22,S01006528 -23,S01006529 -24,S01006530 -25,S01006531 -26,S01006532 -27,S01006533 -28,S01006534 -29,S01006535 -30,S01006536 -31,S01006537 -32,S01006538 -33,S01006539 -34,S01006540 -35,S01006541 -36,S01006542 -37,S01006543 -38,S01006544 -39,S01006545 -40,S01006546 -41,S01006547 -42,S01006548 -43,S01006549 -44,S01006550 -45,S01006551 -46,S01006552 -47,S01006553 -48,S01006554 -49,S01006555 -50,S01006556 -51,S01006557 -52,S01006558 -53,S01006559 -54,S01006560 -55,S01006561 -56,S01006562 -57,S01006563 -58,S01006564 -59,S01006565 -60,S01006566 -61,S01006567 -62,S01006568 -63,S01006569 -64,S01006570 -65,S01006571 -66,S01006572 -67,S01006573 -68,S01006574 -69,S01006575 -70,S01006576 -71,S01006577 -72,S01006578 -73,S01006579 -74,S01006580 -75,S01006581 -76,S01006582 -77,S01006583 -78,S01006584 -79,S01006585 -80,S01006586 -81,S01006587 -82,S01006588 -83,S01006589 -84,S01006590 -85,S01006591 -86,S01006592 -87,S01006593 -88,S01006594 -89,S01006595 -90,S01006596 -91,S01006597 -92,S01006598 -93,S01006599 -94,S01006600 -95,S01006601 -96,S01006602 -97,S01006603 -98,S01006604 -99,S01006605 -100,S01006606 -101,S01006607 -102,S01006608 -103,S01006609 -104,S01006610 -105,S01006611 -106,S01006612 -107,S01006613 -108,S01006614 -109,S01006615 -110,S01006616 -111,S01006617 -112,S01006618 -113,S01006619 -114,S01006620 -115,S01006621 -116,S01006622 -117,S01006623 -118,S01006624 -119,S01006625 -120,S01006626 -121,S01006627 -122,S01006628 -123,S01006629 -124,S01006630 -125,S01006631 -126,S01006632 -127,S01006633 -128,S01006634 -129,S01006635 -130,S01006636 -131,S01006637 -132,S01006638 -133,S01006639 -134,S01006640 -135,S01006641 -136,S01006642 -137,S01006643 -138,S01006644 -139,S01006645 -140,S01006646 -141,S01006647 -142,S01006648 -143,S01006649 -144,S01006650 -145,S01006651 -146,S01006652 -147,S01006653 -148,S01006654 -149,S01006655 -150,S01006656 -151,S01006657 -152,S01006658 -153,S01006659 -154,S01006660 -155,S01006661 -156,S01006662 -157,S01006663 -158,S01006664 -159,S01006665 -160,S01006666 -161,S01006667 -162,S01006668 -163,S01006669 -164,S01006670 -165,S01006671 -166,S01006672 -167,S01006673 -168,S01006674 -169,S01006675 -170,S01006676 -171,S01006677 -172,S01006678 -173,S01006679 -174,S01006680 -175,S01006681 -176,S01006682 -177,S01006683 -178,S01006684 -179,S01006685 -180,S01006686 -181,S01006687 -182,S01006688 -183,S01006689 -184,S01006690 -185,S01006691 -186,S01006692 -187,S01006693 -188,S01006694 -189,S01006695 -190,S01006696 -191,S01006697 -192,S01006698 -193,S01006699 -194,S01006700 -195,S01006701 -196,S01006702 -197,S01006703 -198,S01006704 -199,S01006705 -200,S01006706 -201,S01006707 -202,S01006708 -203,S01006709 -204,S01006710 -205,S01006711 -206,S01006712 -207,S01006713 -208,S01006714 -209,S01006715 -210,S01006716 -211,S01006717 -212,S01006718 -213,S01006719 -214,S01006720 -215,S01006721 -216,S01006722 -217,S01006723 -218,S01006724 -219,S01006725 -220,S01006726 -221,S01006727 -222,S01006728 -223,S01006729 -224,S01006730 -225,S01006731 -226,S01006732 -227,S01006733 -228,S01006734 -229,S01006735 -230,S01006736 -231,S01006737 -232,S01006738 -233,S01006739 -234,S01006740 -235,S01006741 -236,S01006742 -237,S01006743 -238,S01006744 -239,S01006745 -240,S01006746 -241,S01006747 -242,S01006748 -243,S01006749 -244,S01006750 -245,S01006751 -246,S01006752 -247,S01006753 -248,S01006754 -249,S01006755 -250,S01006756 -251,S01006757 -252,S01006758 -253,S01006759 -254,S01006760 -255,S01006761 -256,S01006762 -257,S01006763 -258,S01006764 -259,S01006765 -260,S01006766 -261,S01006767 -262,S01006768 -263,S01006769 -264,S01006770 -265,S01006771 -266,S01006772 -267,S01006773 -268,S01006774 -269,S01006775 -270,S01006776 -271,S01006777 -272,S01006778 -273,S01006779 -274,S01006780 -275,S01006781 -276,S01006782 -277,S01006783 -278,S01006784 -279,S01006785 -280,S01006786 -281,S01006787 -282,S01006788 -283,S01006789 -284,S01006790 -285,S01006791 -286,S01006792 -287,S01006793 -288,S01006794 -289,S01006795 -290,S01006796 -291,S01006797 -292,S01006798 -293,S01006799 -294,S01006800 -295,S01006801 -296,S01006802 -297,S01006803 -298,S01006804 -299,S01006805 -300,S01006806 -301,S01006807 -302,S01006808 -303,S01006809 -304,S01006810 -305,S01006811 -306,S01006812 -307,S01006813 -308,S01006814 -309,S01006815 -310,S01006816 -311,S01006817 -312,S01006818 -313,S01006819 -314,S01006820 -315,S01006821 -316,S01006822 -317,S01006823 -318,S01006824 -319,S01006825 -320,S01006826 -321,S01006827 -322,S01006828 -323,S01006829 -324,S01006830 -325,S01006831 -326,S01006832 -327,S01006833 -328,S01006834 -329,S01006835 -330,S01006836 -331,S01006837 -332,S01006838 -333,S01006839 -334,S01006840 -335,S01006841 -336,S01006842 -337,S01006843 -338,S01006844 -339,S01006845 -340,S01006846 -341,S01006847 -342,S01006848 -343,S01006849 -344,S01006850 -345,S01006851 -346,S01006852 -347,S01006853 -348,S01006854 -349,S01006855 -350,S01006856 -351,S01006857 -352,S01006858 -353,S01006859 -354,S01006860 -355,S01006861 -356,S01006862 -357,S01006863 -358,S01006864 -359,S01006865 -360,S01006866 -361,S01006867 -362,S01006868 -363,S01006869 -364,S01006870 -365,S01006871 -366,S01006872 -367,S01006873 -368,S01006874 -369,S01006875 -370,S01006876 -371,S01006877 -372,S01006878 -373,S01006879 -374,S01006880 -375,S01006881 -376,S01006882 -377,S01006883 -378,S01006884 -379,S01006885 -380,S01006886 -381,S01006887 -382,S01006888 -383,S01006889 -384,S01006890 -385,S01006891 -386,S01006892 -387,S01006893 -388,S01006894 -389,S01006895 -390,S01006896 -391,S01006897 -392,S01006898 -393,S01006899 -394,S01006900 -395,S01006901 -396,S01006902 -397,S01006903 -398,S01006904 -399,S01006905 -400,S01006906 -401,S01006907 -402,S01006908 -403,S01006909 -404,S01006910 -405,S01006911 -406,S01006912 -407,S01006913 -408,S01006914 -409,S01006915 -410,S01006916 -411,S01006917 -412,S01006918 -413,S01006919 -414,S01006920 -415,S01006921 -416,S01006922 -417,S01006923 -418,S01006924 -419,S01006925 -420,S01006926 -421,S01006927 -422,S01006928 -423,S01006929 -424,S01006930 -425,S01006931 -426,S01006932 -427,S01006933 -428,S01006934 -429,S01006935 -430,S01006936 -431,S01006937 -432,S01006938 -433,S01006939 -434,S01006940 -435,S01006941 -436,S01006942 -437,S01006943 -438,S01006944 -439,S01006945 -440,S01006946 -441,S01006947 -442,S01006948 -443,S01006949 -444,S01006950 -445,S01006951 -446,S01006952 -447,S01006953 -448,S01006954 -449,S01006955 -450,S01006956 -451,S01006957 -452,S01006958 -453,S01006959 -454,S01006960 -455,S01006961 -456,S01006962 -457,S01006963 -458,S01006964 -459,S01006965 -460,S01006966 -461,S01006967 -462,S01006968 -463,S01006969 -464,S01006970 -465,S01006971 -466,S01006972 -467,S01006973 -468,S01006974 -469,S01006975 -470,S01006976 -471,S01006977 -472,S01006978 -473,S01006979 -474,S01006980 -475,S01006981 -476,S01006982 -477,S01006983 -478,S01006984 -479,S01006985 -480,S01006986 -481,S01006987 -482,S01006988 -483,S01006989 -484,S01006990 -485,S01006991 -486,S01006992 -487,S01006993 -488,S01006994 -489,S01006995 -490,S01006996 -491,S01006997 -492,S01006998 -493,S01006999 -494,S01007000 -495,S01007001 -496,S01007002 -497,S01007003 -498,S01007004 -499,S01007005 -500,S01007006 -501,S01007007 -502,S01007008 -503,S01007009 -504,S01007010 -505,S01007011 -506,S01007012 -507,S01007013 -508,S01007014 -509,S01007015 -510,S01007016 -511,S01007017 -512,S01007018 -513,S01007019 -514,S01007020 -515,S01007021 -516,S01007022 -517,S01007023 -518,S01007024 -519,S01007025 -520,S01007026 -521,S01007027 -522,S01007028 -523,S01007029 -524,S01007030 -525,S01007031 -526,S01007032 -527,S01007033 -528,S01007034 -529,S01007035 -530,S01007036 -531,S01007037 -532,S01007038 -533,S01007039 -534,S01007040 -535,S01007041 -536,S01007042 -537,S01007043 -538,S01007044 -539,S01007045 -540,S01007046 -541,S01007047 -542,S01007048 -543,S01007049 -544,S01007050 -545,S01007051 -546,S01007052 -547,S01007053 -548,S01007054 -549,S01007055 -550,S01007056 -551,S01007057 -552,S01007058 -553,S01007059 -554,S01007060 -555,S01007061 -556,S01007062 -557,S01007063 -558,S01007064 -559,S01007065 -560,S01007066 -561,S01007067 -562,S01007068 -563,S01007069 -564,S01007070 -565,S01007071 -566,S01007072 -567,S01007073 -568,S01007074 -569,S01007075 -570,S01007076 -571,S01007077 -572,S01007078 -573,S01007079 -574,S01007080 -575,S01007081 -576,S01007082 -577,S01007083 -578,S01007084 -579,S01007085 -580,S01007086 -581,S01007087 -582,S01007088 -583,S01007089 -584,S01007090 -585,S01007091 -586,S01007092 -587,S01007093 -588,S01007094 -589,S01007095 -590,S01007096 -591,S01007097 -592,S01007098 -593,S01007099 -594,S01007100 -595,S01007101 -596,S01007102 -597,S01007103 -598,S01007104 -599,S01007105 -600,S01007106 -601,S01007107 -602,S01007108 -603,S01007109 -604,S01007110 -605,S01007111 -606,S01007112 -607,S01007113 -608,S01007114 -609,S01007115 -610,S01007116 -611,S01007117 -612,S01007118 -613,S01007119 -614,S01007120 -615,S01007121 -616,S01007122 -617,S01007123 -618,S01007124 -619,S01007125 -620,S01007126 -621,S01007127 -622,S01007128 -623,S01007129 -624,S01007130 -625,S01007131 -626,S01007132 -627,S01007133 -628,S01007134 -629,S01007135 -630,S01007136 -631,S01007137 -632,S01007138 -633,S01007139 -634,S01007140 -635,S01007141 -636,S01007142 -637,S01007143 -638,S01007144 -639,S01007145 -640,S01007146 -641,S01007147 -642,S01007148 -643,S01007149 -644,S01007150 -645,S01007151 -646,S01007152 -647,S01007153 -648,S01007154 -649,S01007155 -650,S01007156 -651,S01007157 -652,S01007158 -653,S01007159 -654,S01007160 -655,S01007161 -656,S01007162 -657,S01007163 -658,S01007164 -659,S01007165 -660,S01007166 -661,S01007167 -662,S01007168 -663,S01007169 -664,S01007170 -665,S01007171 -666,S01007172 -667,S01007173 -668,S01007174 -669,S01007175 -670,S01007176 -671,S01007177 -672,S01007178 -673,S01007179 -674,S01007180 -675,S01007181 -676,S01007182 -677,S01007183 -678,S01007184 -679,S01007185 -680,S01007186 -681,S01007187 -682,S01007188 -683,S01007189 -684,S01007190 -685,S01007191 -686,S01007192 -687,S01007193 -688,S01007194 -689,S01007195 -690,S01007196 -691,S01007197 -692,S01007198 -693,S01007199 -694,S01007200 -695,S01007201 -696,S01007202 -697,S01007203 -698,S01007204 -699,S01007205 -700,S01007206 -701,S01007207 -702,S01007208 -703,S01007209 -704,S01007210 -705,S01007211 -706,S01007212 -707,S01007213 -708,S01007214 -709,S01007215 -710,S01007216 -711,S01007217 -712,S01007218 -713,S01007219 -714,S01007220 -715,S01007221 -716,S01007222 -717,S01007223 -718,S01007224 -719,S01007225 -720,S01007226 -721,S01007227 -722,S01007228 -723,S01007229 -724,S01007230 -725,S01007231 -726,S01007232 -727,S01007233 -728,S01007234 -729,S01007235 -730,S01007236 -731,S01007237 -732,S01007238 -733,S01007239 -734,S01007240 -735,S01007241 -736,S01007242 -737,S01007243 -738,S01007244 -739,S01007245 -740,S01007246 -741,S01007247 -742,S01007248 -743,S01007249 -744,S01007250 -745,S01007251 -746,S01007252 -747,S01007253 -748,S01007254 -749,S01007255 -750,S01007256 -751,S01007257 -752,S01007258 -753,S01007259 -754,S01007260 -755,S01007261 -756,S01007262 -757,S01007263 -758,S01007264 -759,S01007265 -760,S01007266 -761,S01007267 -762,S01007268 -763,S01007269 -764,S01007270 -765,S01007271 -766,S01007272 -767,S01007273 -768,S01007274 -769,S01007275 -770,S01007276 -771,S01007277 -772,S01007278 -773,S01007279 -774,S01007280 -775,S01007281 -776,S01007282 -777,S01007283 -778,S01007284 -779,S01007285 -780,S01007286 -781,S01007287 -782,S01007288 -783,S01007289 -784,S01007290 -785,S01007291 -786,S01007292 -787,S01007293 -788,S01007294 -789,S01007295 -790,S01007296 -791,S01007297 -792,S01007298 -793,S01007299 -794,S01007300 -795,S01007301 -796,S01007302 -797,S01007303 -798,S01007304 -799,S01007305 -800,S01007306 -801,S01007307 -802,S01007308 -803,S01007309 -804,S01007310 -805,S01007311 -806,S01007312 -807,S01007313 -808,S01007314 -809,S01007315 -810,S01007316 -811,S01007317 -812,S01007318 -813,S01007319 -814,S01007320 -815,S01007321 -816,S01007322 -817,S01007323 -818,S01007324 -819,S01007325 -820,S01007326 -821,S01007327 -822,S01007328 -823,S01007329 -824,S01007330 -825,S01007331 -826,S01007332 -827,S01007333 -828,S01007334 -829,S01007335 -830,S01007336 -831,S01007337 -832,S01007338 -833,S01007339 -834,S01007340 -835,S01007341 -836,S01007342 -837,S01007343 -838,S01007344 -839,S01007345 -840,S01007346 -841,S01007347 -842,S01007348 -843,S01007349 -844,S01007350 -845,S01007351 -846,S01007352 -847,S01007353 -848,S01007354 -849,S01007355 -850,S01007356 -851,S01007357 -852,S01007358 -853,S01007359 -854,S01007360 -855,S01007361 -856,S01007362 -857,S01007363 -858,S01007364 -859,S01007365 -860,S01007366 -861,S01007367 -862,S01007368 -863,S01007369 -864,S01007370 -865,S01007371 -866,S01007372 -867,S01007373 -868,S01007374 -869,S01007375 -870,S01007376 -871,S01007377 -872,S01007378 -873,S01007379 -874,S01007380 -875,S01007381 -876,S01007382 -877,S01007383 -878,S01007384 -879,S01007385 -880,S01007386 -881,S01007387 -882,S01007388 -883,S01007389 -884,S01007390 -885,S01007391 -886,S01007392 -887,S01007393 -888,S01007394 -889,S01007395 -890,S01007396 -891,S01007397 -892,S01007398 -893,S01007399 -894,S01007400 -895,S01007401 -896,S01007402 -897,S01007403 -898,S01007404 -899,S01007405 -900,S01007406 -901,S01007407 -902,S01007408 -903,S01007409 -904,S01007410 -905,S01007411 -906,S01007412 -907,S01007413 -908,S01007414 -909,S01007415 -910,S01007416 -911,S01007417 -912,S01007418 -913,S01007419 -914,S01007420 -915,S01007421 -916,S01007422 -917,S01007423 -918,S01007424 -919,S01007425 -920,S01007426 -921,S01007427 -922,S01007428 -923,S01007429 -924,S01007430 -925,S01007431 -926,S01007432 -927,S01007433 -928,S01007434 -929,S01007435 -930,S01007436 -931,S01007437 -932,S01007438 -933,S01007439 -934,S01007440 -935,S01007441 -936,S01007442 -937,S01007443 -938,S01007444 -939,S01007445 -940,S01007446 -941,S01007447 -942,S01007448 -943,S01007449 -944,S01007450 -945,S01007451 -946,S01007452 -947,S01007453 -948,S01007454 -949,S01007455 -950,S01007456 -951,S01007457 -952,S01007458 -953,S01007459 -954,S01007460 -955,S01007461 -956,S01007462 -957,S01007463 -958,S01007464 -959,S01007465 -960,S01007466 -961,S01007467 -962,S01007468 -963,S01007469 -964,S01007470 -965,S01007471 -966,S01007472 -967,S01007473 -968,S01007474 -969,S01007475 -970,S01007476 -971,S01007477 -972,S01007478 -973,S01007479 -974,S01007480 -975,S01007481 -976,S01007482 -977,S01007483 -978,S01007484 -979,S01007485 -980,S01007486 -981,S01007487 -982,S01007488 -983,S01007489 -984,S01007490 -985,S01007491 -986,S01007492 -987,S01007493 -988,S01007494 -989,S01007495 -990,S01007496 -991,S01007497 -992,S01007498 -993,S01007499 -994,S01007500 -995,S01007501 -996,S01007502 -997,S01007503 -998,S01007504 -999,S01007505 -1000,S01007506 -1001,S01007507 -1002,S01007508 -1003,S01007509 -1004,S01007510 -1005,S01007511 -1006,S01007512 -1007,S01007513 -1008,S01007514 -1009,S01007515 -1010,S01007516 -1011,S01007517 -1012,S01007518 -1013,S01007519 -1014,S01007520 -1015,S01007521 -1016,S01007522 -1017,S01007523 -1018,S01007524 -1019,S01007525 -1020,S01007526 -1021,S01007527 -1022,S01007528 -1023,S01007529 -1024,S01007530 -1025,S01007531 -1026,S01007532 -1027,S01007533 -1028,S01007534 -1029,S01007535 -1030,S01007536 -1031,S01007537 -1032,S01007538 -1033,S01007539 -1034,S01007540 -1035,S01007541 -1036,S01007542 -1037,S01007543 -1038,S01007544 -1039,S01007545 -1040,S01007546 -1041,S01007547 -1042,S01007548 -1043,S01007549 -1044,S01007550 -1045,S01007551 -1046,S01007552 -1047,S01007553 -1048,S01007554 -1049,S01007555 -1050,S01007556 -1051,S01007557 -1052,S01007558 -1053,S01007559 -1054,S01007560 -1055,S01007561 -1056,S01007562 -1057,S01007563 -1058,S01007564 -1059,S01007565 -1060,S01007566 -1061,S01007567 -1062,S01007568 -1063,S01007569 -1064,S01007570 -1065,S01007571 -1066,S01007572 -1067,S01007573 -1068,S01007574 -1069,S01007575 -1070,S01007576 -1071,S01007577 -1072,S01007578 -1073,S01007579 -1074,S01007580 -1075,S01007581 -1076,S01007582 -1077,S01007583 -1078,S01007584 -1079,S01007585 -1080,S01007586 -1081,S01007587 -1082,S01007588 -1083,S01007589 -1084,S01007590 -1085,S01007591 -1086,S01007592 -1087,S01007593 -1088,S01007594 -1089,S01007595 -1090,S01007596 -1091,S01007597 -1092,S01007598 -1093,S01007599 -1094,S01007600 -1095,S01007601 -1096,S01007602 -1097,S01007603 -1098,S01007604 -1099,S01007605 -1100,S01007606 -1101,S01007607 -1102,S01007608 -1103,S01007609 -1104,S01007610 -1105,S01007611 -1106,S01007612 -1107,S01007613 -1108,S01007614 -1109,S01007615 -1110,S01007616 -1111,S01007617 -1112,S01007618 -1113,S01007619 -1114,S01007620 -1115,S01007621 -1116,S01007622 -1117,S01007623 -1118,S01007624 -1119,S01007625 -1120,S01007626 -1121,S01007627 -1122,S01007628 -1123,S01007629 -1124,S01007630 -1125,S01007631 -1126,S01007632 -1127,S01007633 -1128,S01007634 -1129,S01007635 -1130,S01007636 -1131,S01007637 -1132,S01007638 -1133,S01007639 -1134,S01007640 -1135,S01007641 -1136,S01007642 -1137,S01007643 -1138,S01007644 -1139,S01007645 -1140,S01007646 -1141,S01007647 -1142,S01007648 -1143,S01007649 -1144,S01007650 -1145,S01007651 -1146,S01007652 -1147,S01007653 -1148,S01007654 -1149,S01007655 -1150,S01007656 -1151,S01007657 -1152,S01007658 -1153,S01007659 -1154,S01007660 -1155,S01007661 -1156,S01007662 -1157,S01007663 -1158,S01007664 -1159,S01007665 -1160,S01007666 -1161,S01007667 -1162,S01007668 -1163,S01007669 -1164,S01007670 -1165,S01007671 -1166,S01007672 -1167,S01007673 -1168,S01007674 -1169,S01007675 -1170,S01007676 -1171,S01007677 -1172,S01007678 -1173,S01007679 -1174,S01007680 -1175,S01007681 -1176,S01007682 -1177,S01007683 -1178,S01007684 -1179,S01007685 -1180,S01007686 -1181,S01007687 -1182,S01007688 -1183,S01007689 -1184,S01007690 -1185,S01007691 -1186,S01007692 -1187,S01007693 -1188,S01007694 -1189,S01007695 -1190,S01007696 -1191,S01007697 -1192,S01007698 -1193,S01007699 -1194,S01007700 -1195,S01007701 -1196,S01007702 -1197,S01007703 -1198,S01007704 -1199,S01007705 -1200,S01007706 -1201,S01007707 -1202,S01007708 -1203,S01007709 -1204,S01007710 -1205,S01007711 -1206,S01007712 -1207,S01007713 -1208,S01007714 -1209,S01007715 -1210,S01007716 -1211,S01007717 -1212,S01007718 -1213,S01007719 -1214,S01007720 -1215,S01007721 -1216,S01007722 -1217,S01007723 -1218,S01007724 -1219,S01007725 -1220,S01007726 -1221,S01007727 -1222,S01007728 -1223,S01007729 -1224,S01007730 -1225,S01007731 -1226,S01007732 -1227,S01007733 -1228,S01007734 -1229,S01007735 -1230,S01007736 -1231,S01007737 -1232,S01007738 -1233,S01007739 -1234,S01007740 -1235,S01007741 -1236,S01007742 -1237,S01007743 -1238,S01007744 -1239,S01007745 -1240,S01007746 -1241,S01007747 -1242,S01007748 -1243,S01007749 -1244,S01007750 -1245,S01007751 -1246,S01007752 -1247,S01007753 -1248,S01007754 -1249,S01007755 -1250,S01007756 -1251,S01007757 -1252,S01007758 -1253,S01007759 -1254,S01007760 -1255,S01007761 -1256,S01007762 -1257,S01007763 -1258,S01007764 -1259,S01007765 -1260,S01007766 -1261,S01007767 -1262,S01007768 -1263,S01007769 -1264,S01007770 -1265,S01007771 -1266,S01007772 -1267,S01007773 -1268,S01007774 -1269,S01007775 -1270,S01007776 -1271,S01007777 -1272,S01007778 -1273,S01007779 -1274,S01007780 -1275,S01007781 -1276,S01007782 -1277,S01007783 -1278,S01007784 -1279,S01007785 -1280,S01007786 -1281,S01007787 -1282,S01007788 -1283,S01007789 -1284,S01007790 -1285,S01007791 -1286,S01007792 -1287,S01007793 -1288,S01007794 -1289,S01007795 -1290,S01007796 -1291,S01007797 -1292,S01007798 -1293,S01007799 -1294,S01007800 -1295,S01007801 -1296,S01007802 -1297,S01007803 -1298,S01007804 -1299,S01007805 -1300,S01007806 -1301,S01007807 -1302,S01007808 -1303,S01007809 -1304,S01007810 -1305,S01007811 -1306,S01007812 -1307,S01007813 -1308,S01007814 -1309,S01007815 -1310,S01007816 -1311,S01007817 -1312,S01007818 -1313,S01007819 -1314,S01007820 -1315,S01007821 -1316,S01007822 -1317,S01007823 -1318,S01007824 -1319,S01007825 -1320,S01007826 -1321,S01007827 -1322,S01007828 -1323,S01007829 -1324,S01007830 -1325,S01007831 -1326,S01007832 -1327,S01007833 -1328,S01007834 -1329,S01007835 -1330,S01007836 -1331,S01007837 -1332,S01007838 -1333,S01007839 -1334,S01007840 -1335,S01007841 -1336,S01007842 -1337,S01007843 -1338,S01007844 -1339,S01007845 -1340,S01007846 -1341,S01007847 -1342,S01007848 -1343,S01007849 -1344,S01007850 -1345,S01007851 -1346,S01007852 -1347,S01007853 -1348,S01007854 -1349,S01007855 -1350,S01007856 -1351,S01007857 -1352,S01007858 -1353,S01007859 -1354,S01007860 -1355,S01007861 -1356,S01007862 -1357,S01007863 -1358,S01007864 -1359,S01007865 -1360,S01007866 -1361,S01007867 -1362,S01007868 -1363,S01007869 -1364,S01007870 -1365,S01007871 -1366,S01007872 -1367,S01007873 -1368,S01007874 -1369,S01007875 -1370,S01007876 -1371,S01007877 -1372,S01007878 -1373,S01007879 -1374,S01007880 -1375,S01007881 -1376,S01007882 -1377,S01007883 -1378,S01007884 -1379,S01007885 -1380,S01007886 -1381,S01007887 -1382,S01007888 -1383,S01007889 -1384,S01007890 -1385,S01007891 -1386,S01007892 -1387,S01007893 -1388,S01007894 -1389,S01007895 -1390,S01007896 -1391,S01007897 -1392,S01007898 -1393,S01007899 -1394,S01007900 -1395,S01007901 -1396,S01007902 -1397,S01007903 -1398,S01007904 -1399,S01007905 -1400,S01007906 -1401,S01007907 -1402,S01007908 -1403,S01007909 -1404,S01007910 -1405,S01007911 -1406,S01007912 -1407,S01007913 -1408,S01007914 -1409,S01007915 -1410,S01007916 -1411,S01007917 -1412,S01007918 -1413,S01007919 -1414,S01007920 -1415,S01007921 -1416,S01007922 -1417,S01007923 -1418,S01007924 -1419,S01007925 -1420,S01007926 -1421,S01007927 -1422,S01007928 -1423,S01007929 -1424,S01007930 -1425,S01007931 -1426,S01007932 -1427,S01007933 -1428,S01007934 -1429,S01007935 -1430,S01007936 -1431,S01007937 -1432,S01007938 -1433,S01007939 -1434,S01007940 -1435,S01007941 -1436,S01007942 -1437,S01007943 -1438,S01007944 -1439,S01007945 -1440,S01007946 -1441,S01007947 -1442,S01007948 -1443,S01007949 -1444,S01007950 -1445,S01007951 -1446,S01007952 -1447,S01007953 -1448,S01007954 -1449,S01007955 -1450,S01007956 -1451,S01007957 -1452,S01007958 -1453,S01007959 -1454,S01007960 -1455,S01007961 -1456,S01007962 -1457,S01007963 -1458,S01007964 -1459,S01007965 -1460,S01007966 -1461,S01007967 -1462,S01007968 -1463,S01007969 -1464,S01007970 -1465,S01007971 -1466,S01007972 -1467,S01007973 -1468,S01007974 -1469,S01007975 -1470,S01007976 -1471,S01007977 -1472,S01007978 -1473,S01007979 -1474,S01007980 -1475,S01007981 -1476,S01007982 -1477,S01007983 -1478,S01007984 -1479,S01007985 -1480,S01007986 -1481,S01007987 -1482,S01007988 -1483,S01007989 -1484,S01007990 -1485,S01007991 -1486,S01007992 -1487,S01007993 -1488,S01007994 -1489,S01007995 -1490,S01007996 -1491,S01007997 -1492,S01007998 -1493,S01007999 -1494,S01008000 -1495,S01008001 -1496,S01008002 -1497,S01008003 -1498,S01008004 -1499,S01008005 -1500,S01008006 -1501,S01008007 -1502,S01008008 -1503,S01008009 -1504,S01008010 -1505,S01008011 -1506,S01008012 -1507,S01008013 -1508,S01008014 -1509,S01008015 -1510,S01008016 -1511,S01008017 -1512,S01008018 -1513,S01008019 -1514,S01008020 -1515,S01008021 -1516,S01008022 -1517,S01008023 -1518,S01008024 -1519,S01008025 -1520,S01008026 -1521,S01008027 -1522,S01008028 -1523,S01008029 -1524,S01008030 -1525,S01008031 -1526,S01008032 -1527,S01008033 -1528,S01008034 -1529,S01008035 -1530,S01008036 -1531,S01008037 -1532,S01008038 -1533,S01008039 -1534,S01008040 -1535,S01008041 -1536,S01008042 -1537,S01008043 -1538,S01008044 -1539,S01008045 -1540,S01008046 -1541,S01008047 -1542,S01008048 -1543,S01008049 -1544,S01008050 -1545,S01008051 -1546,S01008052 -1547,S01008053 -1548,S01008054 -1549,S01008055 -1550,S01008056 -1551,S01008057 -1552,S01008058 -1553,S01008059 -1554,S01008060 -1555,S01008061 -1556,S01008062 -1557,S01008063 -1558,S01008064 -1559,S01008065 -1560,S01008066 -1561,S01008067 -1562,S01008068 -1563,S01008069 -1564,S01008070 -1565,S01008071 -1566,S01008072 -1567,S01008073 -1568,S01008074 -1569,S01008075 -1570,S01008076 -1571,S01008077 -1572,S01008078 -1573,S01008079 -1574,S01008080 -1575,S01008081 -1576,S01008082 -1577,S01008083 -1578,S01008084 -1579,S01008085 -1580,S01008086 -1581,S01008087 -1582,S01008088 -1583,S01008089 -1584,S01008090 -1585,S01008091 -1586,S01008092 -1587,S01008093 -1588,S01008094 -1589,S01008095 -1590,S01008096 -1591,S01008097 -1592,S01008098 -1593,S01008099 -1594,S01008100 -1595,S01008101 -1596,S01008102 -1597,S01008103 -1598,S01008104 -1599,S01008105 -1600,S01008106 -1601,S01008107 -1602,S01008108 -1603,S01008109 -1604,S01008110 -1605,S01008111 -1606,S01008112 -1607,S01008113 -1608,S01008114 -1609,S01008115 -1610,S01008116 -1611,S01008117 -1612,S01008118 -1613,S01008119 -1614,S01008120 -1615,S01008121 -1616,S01008122 -1617,S01008123 -1618,S01008124 -1619,S01008125 -1620,S01008126 -1621,S01008127 -1622,S01008128 -1623,S01008129 -1624,S01008130 -1625,S01008131 -1626,S01008132 -1627,S01008133 -1628,S01008134 -1629,S01008135 -1630,S01008136 -1631,S01008137 -1632,S01008138 -1633,S01008139 -1634,S01008140 -1635,S01008141 -1636,S01008142 -1637,S01008143 -1638,S01008144 -1639,S01008145 -1640,S01008146 -1641,S01008147 -1642,S01008148 -1643,S01008149 -1644,S01008150 -1645,S01008151 -1646,S01008152 -1647,S01008153 -1648,S01008154 -1649,S01008155 -1650,S01008156 -1651,S01008157 -1652,S01008158 -1653,S01008159 -1654,S01008160 -1655,S01008161 -1656,S01008162 -1657,S01008163 -1658,S01008164 -1659,S01008165 -1660,S01008166 -1661,S01008167 -1662,S01008168 -1663,S01008169 -1664,S01008170 -1665,S01008171 -1666,S01008172 -1667,S01008173 -1668,S01008174 -1669,S01008175 -1670,S01008176 -1671,S01008177 -1672,S01008178 -1673,S01008179 -1674,S01008180 -1675,S01008181 -1676,S01008182 -1677,S01008183 -1678,S01008184 -1679,S01008185 -1680,S01008186 -1681,S01008187 -1682,S01008188 -1683,S01008189 -1684,S01008190 -1685,S01008191 -1686,S01008192 -1687,S01008193 -1688,S01008194 -1689,S01008195 -1690,S01008196 -1691,S01008197 -1692,S01008198 -1693,S01008199 -1694,S01008200 -1695,S01008201 -1696,S01008202 -1697,S01008203 -1698,S01008204 -1699,S01008205 -1700,S01008206 -1701,S01008207 -1702,S01008208 -1703,S01008209 -1704,S01008210 -1705,S01008211 -1706,S01008212 -1707,S01008213 -1708,S01008214 -1709,S01008215 -1710,S01008216 -1711,S01008217 -1712,S01008218 -1713,S01008219 -1714,S01008220 -1715,S01008221 -1716,S01008222 -1717,S01008223 -1718,S01008224 -1719,S01008225 -1720,S01008226 -1721,S01008227 -1722,S01008228 -1723,S01008229 -1724,S01008230 -1725,S01008231 -1726,S01008232 -1727,S01008233 -1728,S01008234 -1729,S01008235 -1730,S01008236 -1731,S01008237 -1732,S01008238 -1733,S01008239 -1734,S01008240 -1735,S01008241 -1736,S01008242 -1737,S01008243 -1738,S01008244 -1739,S01008245 -1740,S01008246 -1741,S01008247 -1742,S01008248 -1743,S01008249 -1744,S01008250 -1745,S01008251 -1746,S01008252 -1747,S01008253 -1748,S01008254 -1749,S01008255 -1750,S01008256 -1751,S01008257 -1752,S01008258 -1753,S01008259 -1754,S01008260 -1755,S01008261 -1756,S01008262 -1757,S01008263 -1758,S01008264 -1759,S01008265 -1760,S01008266 -1761,S01008267 -1762,S01008268 -1763,S01008269 -1764,S01008270 -1765,S01008271 -1766,S01008272 -1767,S01008273 -1768,S01008274 -1769,S01008275 -1770,S01008276 -1771,S01008277 -1772,S01008278 -1773,S01008279 -1774,S01008280 -1775,S01008281 -1776,S01008282 -1777,S01008283 -1778,S01008284 -1779,S01008285 -1780,S01008286 -1781,S01008287 -1782,S01008288 -1783,S01008289 -1784,S01008290 -1785,S01008291 -1786,S01008292 -1787,S01008293 -1788,S01008294 -1789,S01008295 -1790,S01008296 -1791,S01008297 -1792,S01008298 -1793,S01008299 -1794,S01008300 -1795,S01008301 -1796,S01008302 -1797,S01008303 -1798,S01008304 -1799,S01008305 -1800,S01008306 -1801,S01008307 -1802,S01008308 -1803,S01008309 -1804,S01008310 -1805,S01008311 -1806,S01008312 -1807,S01008313 -1808,S01008314 -1809,S01008315 -1810,S01008316 -1811,S01008317 -1812,S01008318 -1813,S01008319 -1814,S01008320 -1815,S01008321 -1816,S01008322 -1817,S01008323 -1818,S01008324 -1819,S01008325 -1820,S01008326 -1821,S01008327 -1822,S01008328 -1823,S01008329 -1824,S01008330 -1825,S01008331 -1826,S01008332 -1827,S01008333 -1828,S01008334 -1829,S01008335 -1830,S01008336 -1831,S01008337 -1832,S01008338 -1833,S01008339 -1834,S01008340 -1835,S01008341 -1836,S01008342 -1837,S01008343 -1838,S01008344 -1839,S01008345 -1840,S01008346 -1841,S01008347 -1842,S01008348 -1843,S01008349 -1844,S01008350 -1845,S01008351 -1846,S01008352 -1847,S01008353 -1848,S01008354 -1849,S01008355 -1850,S01008356 -1851,S01008357 -1852,S01008358 -1853,S01008359 -1854,S01008360 -1855,S01008361 -1856,S01008362 -1857,S01008363 -1858,S01008364 -1859,S01008365 -1860,S01008366 -1861,S01008367 -1862,S01008368 -1863,S01008369 -1864,S01008370 -1865,S01008371 -1866,S01008372 -1867,S01008373 -1868,S01008374 -1869,S01008375 -1870,S01008376 -1871,S01008377 -1872,S01008378 -1873,S01008379 -1874,S01008380 -1875,S01008381 -1876,S01008382 -1877,S01008383 -1878,S01008384 -1879,S01008385 -1880,S01008386 -1881,S01008387 -1882,S01008388 -1883,S01008389 -1884,S01008390 -1885,S01008391 -1886,S01008392 -1887,S01008393 -1888,S01008394 -1889,S01008395 -1890,S01008396 -1891,S01008397 -1892,S01008398 -1893,S01008399 -1894,S01008400 -1895,S01008401 -1896,S01008402 -1897,S01008403 -1898,S01008404 -1899,S01008405 -1900,S01008406 -1901,S01008407 -1902,S01008408 -1903,S01008409 -1904,S01008410 -1905,S01008411 -1906,S01008412 -1907,S01008413 -1908,S01008414 -1909,S01008415 -1910,S01008416 -1911,S01008417 -1912,S01008418 -1913,S01008419 -1914,S01008420 -1915,S01008421 -1916,S01008422 -1917,S01008423 -1918,S01008424 -1919,S01008425 -1920,S01008426 -1921,S01008427 -1922,S01008428 -1923,S01008429 -1924,S01008430 -1925,S01008431 -1926,S01008432 -1927,S01008433 -1928,S01008434 -1929,S01008435 -1930,S01008436 -1931,S01008437 -1932,S01008438 -1933,S01008439 -1934,S01008440 -1935,S01008441 -1936,S01008442 -1937,S01008443 -1938,S01008444 -1939,S01008445 -1940,S01008446 -1941,S01008447 -1942,S01008448 -1943,S01008449 -1944,S01008450 -1945,S01008451 -1946,S01008452 -1947,S01008453 -1948,S01008454 -1949,S01008455 -1950,S01008456 -1951,S01008457 -1952,S01008458 -1953,S01008459 -1954,S01008460 -1955,S01008461 -1956,S01008462 -1957,S01008463 -1958,S01008464 -1959,S01008465 -1960,S01008466 -1961,S01008467 -1962,S01008468 -1963,S01008469 -1964,S01008470 -1965,S01008471 -1966,S01008472 -1967,S01008473 -1968,S01008474 -1969,S01008475 -1970,S01008476 -1971,S01008477 -1972,S01008478 -1973,S01008479 -1974,S01008480 -1975,S01008481 -1976,S01008482 -1977,S01008483 -1978,S01008484 -1979,S01008485 -1980,S01008486 -1981,S01008487 -1982,S01008488 -1983,S01008489 -1984,S01008490 -1985,S01008491 -1986,S01008492 -1987,S01008493 -1988,S01008494 -1989,S01008495 -1990,S01008496 -1991,S01008497 -1992,S01008498 -1993,S01008499 -1994,S01008500 -1995,S01008501 -1996,S01008502 -1997,S01008503 -1998,S01008504 -1999,S01008505 -2000,S01008506 -2001,S01008507 -2002,S01008508 -2003,S01008509 -2004,S01008510 -2005,S01008511 -2006,S01008512 -2007,S01008513 -2008,S01008514 -2009,S01008515 -2010,S01008516 -2011,S01008517 -2012,S01008518 -2013,S01008519 -2014,S01008520 -2015,S01008521 -2016,S01008522 -2017,S01008523 -2018,S01008524 -2019,S01008525 -2020,S01008526 -2021,S01008527 -2022,S01008528 -2023,S01008529 -2024,S01008530 -2025,S01008531 -2026,S01008532 -2027,S01008533 -2028,S01008534 -2029,S01008535 -2030,S01008536 -2031,S01008537 -2032,S01008538 -2033,S01008539 -2034,S01008540 -2035,S01008541 -2036,S01008542 -2037,S01008543 -2038,S01008544 -2039,S01008545 -2040,S01008546 -2041,S01008547 -2042,S01008548 -2043,S01008549 -2044,S01008550 -2045,S01008551 -2046,S01008552 -2047,S01008553 -2048,S01008554 -2049,S01008555 -2050,S01008556 -2051,S01008557 -2052,S01008558 -2053,S01008559 -2054,S01008560 -2055,S01008561 -2056,S01008562 -2057,S01008563 -2058,S01008564 -2059,S01008565 -2060,S01008566 -2061,S01008567 -2062,S01008568 -2063,S01008569 -2064,S01008570 -2065,S01008571 -2066,S01008572 -2067,S01008573 -2068,S01008574 -2069,S01008575 -2070,S01008576 -2071,S01008577 -2072,S01008578 -2073,S01008579 -2074,S01008580 -2075,S01008581 -2076,S01008582 -2077,S01008583 -2078,S01008584 -2079,S01008585 -2080,S01008586 -2081,S01008587 -2082,S01008588 -2083,S01008589 -2084,S01008590 -2085,S01008591 -2086,S01008592 -2087,S01008593 -2088,S01008594 -2089,S01008595 -2090,S01008596 -2091,S01008597 -2092,S01008598 -2093,S01008599 -2094,S01008600 -2095,S01008601 -2096,S01008602 -2097,S01008603 -2098,S01008604 -2099,S01008605 -2100,S01008606 -2101,S01008607 -2102,S01008608 -2103,S01008609 -2104,S01008610 -2105,S01008611 -2106,S01008612 -2107,S01008613 -2108,S01008614 -2109,S01008615 -2110,S01008616 -2111,S01008617 -2112,S01008618 -2113,S01008619 -2114,S01008620 -2115,S01008621 -2116,S01008622 -2117,S01008623 -2118,S01008624 -2119,S01008625 -2120,S01008626 -2121,S01008627 -2122,S01008628 -2123,S01008629 -2124,S01008630 -2125,S01008631 -2126,S01008632 -2127,S01008633 -2128,S01008634 -2129,S01008635 -2130,S01008636 -2131,S01008637 -2132,S01008638 -2133,S01008639 -2134,S01008640 -2135,S01008641 -2136,S01008642 -2137,S01008643 -2138,S01008644 -2139,S01008645 -2140,S01008646 -2141,S01008647 -2142,S01008648 -2143,S01008649 -2144,S01008650 -2145,S01008651 -2146,S01008652 -2147,S01008653 -2148,S01008654 -2149,S01008655 -2150,S01008656 -2151,S01008657 -2152,S01008658 -2153,S01008659 -2154,S01008660 -2155,S01008661 -2156,S01008662 -2157,S01008663 -2158,S01008664 -2159,S01008665 -2160,S01008666 -2161,S01008667 -2162,S01008668 -2163,S01008669 -2164,S01008670 -2165,S01008671 -2166,S01008672 -2167,S01008673 -2168,S01008674 -2169,S01008675 -2170,S01008676 -2171,S01008677 -2172,S01008678 -2173,S01008679 -2174,S01008680 -2175,S01008681 -2176,S01008682 -2177,S01008683 -2178,S01008684 -2179,S01008685 -2180,S01008686 -2181,S01008687 -2182,S01008688 -2183,S01008689 -2184,S01008690 -2185,S01008691 -2186,S01008692 -2187,S01008693 -2188,S01008694 -2189,S01008695 -2190,S01008696 -2191,S01008697 -2192,S01008698 -2193,S01008699 -2194,S01008700 -2195,S01008701 -2196,S01008702 -2197,S01008703 -2198,S01008704 -2199,S01008705 -2200,S01008706 -2201,S01008707 -2202,S01008708 -2203,S01008709 -2204,S01008710 -2205,S01008711 -2206,S01008712 -2207,S01008713 -2208,S01008714 -2209,S01008715 -2210,S01008716 -2211,S01008717 -2212,S01008718 -2213,S01008719 -2214,S01008720 -2215,S01008721 -2216,S01008722 -2217,S01008723 -2218,S01008724 -2219,S01008725 -2220,S01008726 -2221,S01008727 -2222,S01008728 -2223,S01008729 -2224,S01008730 -2225,S01008731 -2226,S01008732 -2227,S01008733 -2228,S01008734 -2229,S01008735 -2230,S01008736 -2231,S01008737 -2232,S01008738 -2233,S01008739 -2234,S01008740 -2235,S01008741 -2236,S01008742 -2237,S01008743 -2238,S01008744 -2239,S01008745 -2240,S01008746 -2241,S01008747 -2242,S01008748 -2243,S01008749 -2244,S01008750 -2245,S01008751 -2246,S01008752 -2247,S01008753 -2248,S01008754 -2249,S01008755 -2250,S01008756 -2251,S01008757 -2252,S01008758 -2253,S01008759 -2254,S01008760 -2255,S01008761 -2256,S01008762 -2257,S01008763 -2258,S01008764 -2259,S01008765 -2260,S01008766 -2261,S01008767 -2262,S01008768 -2263,S01008769 -2264,S01008770 -2265,S01008771 -2266,S01008772 -2267,S01008773 -2268,S01008774 -2269,S01008775 -2270,S01008776 -2271,S01008777 -2272,S01008778 -2273,S01008779 -2274,S01008780 -2275,S01008781 -2276,S01008782 -2277,S01008783 -2278,S01008784 -2279,S01008785 -2280,S01008786 -2281,S01008787 -2282,S01008788 -2283,S01008789 -2284,S01008790 -2285,S01008791 -2286,S01008792 -2287,S01008793 -2288,S01008794 -2289,S01008795 -2290,S01008796 -2291,S01008797 -2292,S01008798 -2293,S01008799 -2294,S01008800 -2295,S01008801 -2296,S01008802 -2297,S01008803 -2298,S01008804 -2299,S01008805 -2300,S01008806 -2301,S01008807 -2302,S01008808 -2303,S01008809 -2304,S01008810 -2305,S01008811 -2306,S01008812 -2307,S01008813 -2308,S01008814 -2309,S01008815 -2310,S01008816 -2311,S01008817 -2312,S01008818 -2313,S01008819 -2314,S01008820 -2315,S01008821 -2316,S01008822 -2317,S01008823 -2318,S01008824 -2319,S01008825 -2320,S01008826 -2321,S01008827 -2322,S01008828 -2323,S01008829 -2324,S01008830 -2325,S01008831 -2326,S01008832 -2327,S01008833 -2328,S01008834 -2329,S01008835 -2330,S01008836 -2331,S01008837 -2332,S01008838 -2333,S01008839 -2334,S01008840 -2335,S01008841 -2336,S01008842 -2337,S01008843 -2338,S01008844 -2339,S01008845 -2340,S01008846 -2341,S01008847 -2342,S01008848 -2343,S01008849 -2344,S01008850 -2345,S01008851 -2346,S01008852 -2347,S01008853 -2348,S01008854 -2349,S01008855 -2350,S01008856 -2351,S01008857 -2352,S01008858 -2353,S01008859 -2354,S01008860 -2355,S01008861 -2356,S01008862 -2357,S01008863 -2358,S01008864 -2359,S01008865 -2360,S01008866 -2361,S01008867 -2362,S01008868 -2363,S01008869 -2364,S01008870 -2365,S01008871 -2366,S01008872 -2367,S01008873 -2368,S01008874 -2369,S01008875 -2370,S01008876 -2371,S01008877 -2372,S01008878 -2373,S01008879 -2374,S01008880 -2375,S01008881 -2376,S01008882 -2377,S01008883 -2378,S01008884 -2379,S01008885 -2380,S01008886 -2381,S01008887 -2382,S01008888 -2383,S01008889 -2384,S01008890 -2385,S01008891 -2386,S01008892 -2387,S01008893 -2388,S01008894 -2389,S01008895 -2390,S01008896 -2391,S01008897 -2392,S01008898 -2393,S01008899 -2394,S01008900 -2395,S01008901 -2396,S01008902 -2397,S01008903 -2398,S01008904 -2399,S01008905 -2400,S01008906 -2401,S01008907 -2402,S01008908 -2403,S01008909 -2404,S01008910 -2405,S01008911 -2406,S01008912 -2407,S01008913 -2408,S01008914 -2409,S01008915 -2410,S01008916 -2411,S01008917 -2412,S01008918 -2413,S01008919 -2414,S01008920 -2415,S01008921 -2416,S01008922 -2417,S01008923 -2418,S01008924 -2419,S01008925 -2420,S01008926 -2421,S01008927 -2422,S01008928 -2423,S01008929 -2424,S01008930 -2425,S01008931 -2426,S01008932 -2427,S01008933 -2428,S01008934 -2429,S01008935 -2430,S01008936 -2431,S01008937 -2432,S01008938 -2433,S01008939 -2434,S01008940 -2435,S01008941 -2436,S01008942 -2437,S01008943 -2438,S01008944 -2439,S01008945 -2440,S01008946 -2441,S01008947 -2442,S01008948 -2443,S01008949 -2444,S01008950 -2445,S01008951 -2446,S01008952 -2447,S01008953 -2448,S01008954 -2449,S01008955 -2450,S01008956 -2451,S01008957 -2452,S01008958 -2453,S01008959 -2454,S01008960 -2455,S01008961 -2456,S01008962 -2457,S01008963 -2458,S01008964 -2459,S01008965 -2460,S01008966 -2461,S01008967 -2462,S01008968 -2463,S01008969 -2464,S01008970 -2465,S01008971 -2466,S01008972 -2467,S01008973 -2468,S01008974 -2469,S01008975 -2470,S01008976 -2471,S01008977 -2472,S01008978 -2473,S01008979 -2474,S01008980 -2475,S01008981 -2476,S01008982 -2477,S01008983 -2478,S01008984 -2479,S01008985 -2480,S01008986 -2481,S01008987 -2482,S01008988 -2483,S01008989 -2484,S01008990 -2485,S01008991 -2486,S01008992 -2487,S01008993 -2488,S01008994 -2489,S01008995 -2490,S01008996 -2491,S01008997 -2492,S01008998 -2493,S01008999 -2494,S01009000 -2495,S01009001 -2496,S01009002 -2497,S01009003 -2498,S01009004 -2499,S01009005 -2500,S01009006 -2501,S01009007 -2502,S01009008 -2503,S01009009 -2504,S01009010 -2505,S01009011 -2506,S01009012 -2507,S01009013 -2508,S01009014 -2509,S01009015 -2510,S01009016 -2511,S01009017 -2512,S01009018 -2513,S01009019 -2514,S01009020 -2515,S01009021 -2516,S01009022 -2517,S01009023 -2518,S01009024 -2519,S01009025 -2520,S01009026 -2521,S01009027 -2522,S01009028 -2523,S01009029 -2524,S01009030 -2525,S01009031 -2526,S01009032 -2527,S01009033 -2528,S01009034 -2529,S01009035 -2530,S01009036 -2531,S01009037 -2532,S01009038 -2533,S01009039 -2534,S01009040 -2535,S01009041 -2536,S01009042 -2537,S01009043 -2538,S01009044 -2539,S01009045 -2540,S01009046 -2541,S01009047 -2542,S01009048 -2543,S01009049 -2544,S01009050 -2545,S01009051 -2546,S01009052 -2547,S01009053 -2548,S01009054 -2549,S01009055 -2550,S01009056 -2551,S01009057 -2552,S01009058 -2553,S01009059 -2554,S01009060 -2555,S01009061 -2556,S01009062 -2557,S01009063 -2558,S01009064 -2559,S01009065 -2560,S01009066 -2561,S01009067 -2562,S01009068 -2563,S01009069 -2564,S01009070 -2565,S01009071 -2566,S01009072 -2567,S01009073 -2568,S01009074 -2569,S01009075 -2570,S01009076 -2571,S01009077 -2572,S01009078 -2573,S01009079 -2574,S01009080 -2575,S01009081 -2576,S01009082 -2577,S01009083 -2578,S01009084 -2579,S01009085 -2580,S01009086 -2581,S01009087 -2582,S01009088 -2583,S01009089 -2584,S01009090 -2585,S01009091 -2586,S01009092 -2587,S01009093 -2588,S01009094 -2589,S01009095 -2590,S01009096 -2591,S01009097 -2592,S01009098 -2593,S01009099 -2594,S01009100 -2595,S01009101 -2596,S01009102 -2597,S01009103 -2598,S01009104 -2599,S01009105 -2600,S01009106 -2601,S01009107 -2602,S01009108 -2603,S01009109 -2604,S01009110 -2605,S01009111 -2606,S01009112 -2607,S01009113 -2608,S01009114 -2609,S01009115 -2610,S01009116 -2611,S01009117 -2612,S01009118 -2613,S01009119 -2614,S01009120 -2615,S01009121 -2616,S01009122 -2617,S01009123 -2618,S01009124 -2619,S01009125 -2620,S01009126 -2621,S01009127 -2622,S01009128 -2623,S01009129 -2624,S01009130 -2625,S01009131 -2626,S01009132 -2627,S01009133 -2628,S01009134 -2629,S01009135 -2630,S01009136 -2631,S01009137 -2632,S01009138 -2633,S01009139 -2634,S01009140 -2635,S01009141 -2636,S01009142 -2637,S01009143 -2638,S01009144 -2639,S01009145 -2640,S01009146 -2641,S01009147 -2642,S01009148 -2643,S01009149 -2644,S01009150 -2645,S01009151 -2646,S01009152 -2647,S01009153 -2648,S01009154 -2649,S01009155 -2650,S01009156 -2651,S01009157 -2652,S01009158 -2653,S01009159 -2654,S01009160 -2655,S01009161 -2656,S01009162 -2657,S01009163 -2658,S01009164 -2659,S01009165 -2660,S01009166 -2661,S01009167 -2662,S01009168 -2663,S01009169 -2664,S01009170 -2665,S01009171 -2666,S01009172 -2667,S01009173 -2668,S01009174 -2669,S01009175 -2670,S01009176 -2671,S01009177 -2672,S01009178 -2673,S01009179 -2674,S01009180 -2675,S01009181 -2676,S01009182 -2677,S01009183 -2678,S01009184 -2679,S01009185 -2680,S01009186 -2681,S01009187 -2682,S01009188 -2683,S01009189 -2684,S01009190 -2685,S01009191 -2686,S01009192 -2687,S01009193 -2688,S01009194 -2689,S01009195 -2690,S01009196 -2691,S01009197 -2692,S01009198 -2693,S01009199 -2694,S01009200 -2695,S01009201 -2696,S01009202 -2697,S01009203 -2698,S01009204 -2699,S01009205 -2700,S01009206 -2701,S01009207 -2702,S01009208 -2703,S01009209 -2704,S01009210 -2705,S01009211 -2706,S01009212 -2707,S01009213 -2708,S01009214 -2709,S01009215 -2710,S01009216 -2711,S01009217 -2712,S01009218 -2713,S01009219 -2714,S01009220 -2715,S01009221 -2716,S01009222 -2717,S01009223 -2718,S01009224 -2719,S01009225 -2720,S01009226 -2721,S01009227 -2722,S01009228 -2723,S01009229 -2724,S01009230 -2725,S01009231 -2726,S01009232 -2727,S01009233 -2728,S01009234 -2729,S01009235 -2730,S01009236 -2731,S01009237 -2732,S01009238 -2733,S01009239 -2734,S01009240 -2735,S01009241 -2736,S01009242 -2737,S01009243 -2738,S01009244 -2739,S01009245 -2740,S01009246 -2741,S01009247 -2742,S01009248 -2743,S01009249 -2744,S01009250 -2745,S01009251 -2746,S01009252 -2747,S01009253 -2748,S01009254 -2749,S01009255 -2750,S01009256 -2751,S01009257 -2752,S01009258 -2753,S01009259 -2754,S01009260 -2755,S01009261 -2756,S01009262 -2757,S01009263 -2758,S01009264 -2759,S01009265 -2760,S01009266 -2761,S01009267 -2762,S01009268 -2763,S01009269 -2764,S01009270 -2765,S01009271 -2766,S01009272 -2767,S01009273 -2768,S01009274 -2769,S01009275 -2770,S01009276 -2771,S01009277 -2772,S01009278 -2773,S01009279 -2774,S01009280 -2775,S01009281 -2776,S01009282 -2777,S01009283 -2778,S01009284 -2779,S01009285 -2780,S01009286 -2781,S01009287 -2782,S01009288 -2783,S01009289 -2784,S01009290 -2785,S01009291 -2786,S01009292 -2787,S01009293 -2788,S01009294 -2789,S01009295 -2790,S01009296 -2791,S01009297 -2792,S01009298 -2793,S01009299 -2794,S01009300 -2795,S01009301 -2796,S01009302 -2797,S01009303 -2798,S01009304 -2799,S01009305 -2800,S01009306 -2801,S01009307 -2802,S01009308 -2803,S01009309 -2804,S01009310 -2805,S01009311 -2806,S01009312 -2807,S01009313 -2808,S01009314 -2809,S01009315 -2810,S01009316 -2811,S01009317 -2812,S01009318 -2813,S01009319 -2814,S01009320 -2815,S01009321 -2816,S01009322 -2817,S01009323 -2818,S01009324 -2819,S01009325 -2820,S01009326 -2821,S01009327 -2822,S01009328 -2823,S01009329 -2824,S01009330 -2825,S01009331 -2826,S01009332 -2827,S01009333 -2828,S01009334 -2829,S01009335 -2830,S01009336 -2831,S01009337 -2832,S01009338 -2833,S01009339 -2834,S01009340 -2835,S01009341 -2836,S01009342 -2837,S01009343 -2838,S01009344 -2839,S01009345 -2840,S01009346 -2841,S01009347 -2842,S01009348 -2843,S01009349 -2844,S01009350 -2845,S01009351 -2846,S01009352 -2847,S01009353 -2848,S01009354 -2849,S01009355 -2850,S01009356 -2851,S01009357 -2852,S01009358 -2853,S01009359 -2854,S01009360 -2855,S01009361 -2856,S01009362 -2857,S01009363 -2858,S01009364 -2859,S01009365 -2860,S01009366 -2861,S01009367 -2862,S01009368 -2863,S01009369 -2864,S01009370 -2865,S01009371 -2866,S01009372 -2867,S01009373 -2868,S01009374 -2869,S01009375 -2870,S01009376 -2871,S01009377 -2872,S01009378 -2873,S01009379 -2874,S01009380 -2875,S01009381 -2876,S01009382 -2877,S01009383 -2878,S01009384 -2879,S01009385 -2880,S01009386 -2881,S01009387 -2882,S01009388 -2883,S01009389 -2884,S01009390 -2885,S01009391 -2886,S01009392 -2887,S01009393 -2888,S01009394 -2889,S01009395 -2890,S01009396 -2891,S01009397 -2892,S01009398 -2893,S01009399 -2894,S01009400 -2895,S01009401 -2896,S01009402 -2897,S01009403 -2898,S01009404 -2899,S01009405 -2900,S01009406 -2901,S01009407 -2902,S01009408 -2903,S01009409 -2904,S01009410 -2905,S01009411 -2906,S01009412 -2907,S01009413 -2908,S01009414 -2909,S01009415 -2910,S01009416 -2911,S01009417 -2912,S01009418 -2913,S01009419 -2914,S01009420 -2915,S01009421 -2916,S01009422 -2917,S01009423 -2918,S01009424 -2919,S01009425 -2920,S01009426 -2921,S01009427 -2922,S01009428 -2923,S01009429 -2924,S01009430 -2925,S01009431 -2926,S01009432 -2927,S01009433 -2928,S01009434 -2929,S01009435 -2930,S01009436 -2931,S01009437 -2932,S01009438 -2933,S01009439 -2934,S01009440 -2935,S01009441 -2936,S01009442 -2937,S01009443 -2938,S01009444 -2939,S01009445 -2940,S01009446 -2941,S01009447 -2942,S01009448 -2943,S01009449 -2944,S01009450 -2945,S01009451 -2946,S01009452 -2947,S01009453 -2948,S01009454 -2949,S01009455 -2950,S01009456 -2951,S01009457 -2952,S01009458 -2953,S01009459 -2954,S01009460 -2955,S01009461 -2956,S01009462 -2957,S01009463 -2958,S01009464 -2959,S01009465 -2960,S01009466 -2961,S01009467 -2962,S01009468 -2963,S01009469 -2964,S01009470 -2965,S01009471 -2966,S01009472 -2967,S01009473 -2968,S01009474 -2969,S01009475 -2970,S01009476 -2971,S01009477 -2972,S01009478 -2973,S01009479 -2974,S01009480 -2975,S01009481 -2976,S01009482 -2977,S01009483 -2978,S01009484 -2979,S01009485 -2980,S01009486 -2981,S01009487 -2982,S01009488 -2983,S01009489 -2984,S01009490 -2985,S01009491 -2986,S01009492 -2987,S01009493 -2988,S01009494 -2989,S01009495 -2990,S01009496 -2991,S01009497 -2992,S01009498 -2993,S01009499 -2994,S01009500 -2995,S01009501 -2996,S01009502 -2997,S01009503 -2998,S01009504 -2999,S01009505 -3000,S01009506 -3001,S01009507 -3002,S01009508 -3003,S01009509 -3004,S01009510 -3005,S01009511 -3006,S01009512 -3007,S01009513 -3008,S01009514 -3009,S01009515 -3010,S01009516 -3011,S01009517 -3012,S01009518 -3013,S01009519 -3014,S01009520 -3015,S01009521 -3016,S01009522 -3017,S01009523 -3018,S01009524 -3019,S01009525 -3020,S01009526 -3021,S01009527 -3022,S01009528 -3023,S01009529 -3024,S01009530 -3025,S01009531 -3026,S01009532 -3027,S01009533 -3028,S01009534 -3029,S01009535 -3030,S01009536 -3031,S01009537 -3032,S01009538 -3033,S01009539 -3034,S01009540 -3035,S01009541 -3036,S01009542 -3037,S01009543 -3038,S01009544 -3039,S01009545 -3040,S01009546 -3041,S01009547 -3042,S01009548 -3043,S01009549 -3044,S01009550 -3045,S01009551 -3046,S01009552 -3047,S01009553 -3048,S01009554 -3049,S01009555 -3050,S01009556 -3051,S01009557 -3052,S01009558 -3053,S01009559 -3054,S01009560 -3055,S01009561 -3056,S01009562 -3057,S01009563 -3058,S01009564 -3059,S01009565 -3060,S01009566 -3061,S01009567 -3062,S01009568 -3063,S01009569 -3064,S01009570 -3065,S01009571 -3066,S01009572 -3067,S01009573 -3068,S01009574 -3069,S01009575 -3070,S01009576 -3071,S01009577 -3072,S01009578 -3073,S01009579 -3074,S01009580 -3075,S01009581 -3076,S01009582 -3077,S01009583 -3078,S01009584 -3079,S01009585 -3080,S01009586 -3081,S01009587 -3082,S01009588 -3083,S01009589 -3084,S01009590 -3085,S01009591 -3086,S01009592 -3087,S01009593 -3088,S01009594 -3089,S01009595 -3090,S01009596 -3091,S01009597 -3092,S01009598 -3093,S01009599 -3094,S01009600 -3095,S01009601 -3096,S01009602 -3097,S01009603 -3098,S01009604 -3099,S01009605 -3100,S01009606 -3101,S01009607 -3102,S01009608 -3103,S01009609 -3104,S01009610 -3105,S01009611 -3106,S01009612 -3107,S01009613 -3108,S01009614 -3109,S01009615 -3110,S01009616 -3111,S01009617 -3112,S01009618 -3113,S01009619 -3114,S01009620 -3115,S01009621 -3116,S01009622 -3117,S01009623 -3118,S01009624 -3119,S01009625 -3120,S01009626 -3121,S01009627 -3122,S01009628 -3123,S01009629 -3124,S01009630 -3125,S01009631 -3126,S01009632 -3127,S01009633 -3128,S01009634 -3129,S01009635 -3130,S01009636 -3131,S01009637 -3132,S01009638 -3133,S01009639 -3134,S01009640 -3135,S01009641 -3136,S01009642 -3137,S01009643 -3138,S01009644 -3139,S01009645 -3140,S01009646 -3141,S01009647 -3142,S01009648 -3143,S01009649 -3144,S01009650 -3145,S01009651 -3146,S01009652 -3147,S01009653 -3148,S01009654 -3149,S01009655 -3150,S01009656 -3151,S01009657 -3152,S01009658 -3153,S01009659 -3154,S01009660 -3155,S01009661 -3156,S01009662 -3157,S01009663 -3158,S01009664 -3159,S01009665 -3160,S01009666 -3161,S01009667 -3162,S01009668 -3163,S01009669 -3164,S01009670 -3165,S01009671 -3166,S01009672 -3167,S01009673 -3168,S01009674 -3169,S01009675 -3170,S01009676 -3171,S01009677 -3172,S01009678 -3173,S01009679 -3174,S01009680 -3175,S01009681 -3176,S01009682 -3177,S01009683 -3178,S01009684 -3179,S01009685 -3180,S01009686 -3181,S01009687 -3182,S01009688 -3183,S01009689 -3184,S01009690 -3185,S01009691 -3186,S01009692 -3187,S01009693 -3188,S01009694 -3189,S01009695 -3190,S01009696 -3191,S01009697 -3192,S01009698 -3193,S01009699 -3194,S01009700 -3195,S01009701 -3196,S01009702 -3197,S01009703 -3198,S01009704 -3199,S01009705 -3200,S01009706 -3201,S01009707 -3202,S01009708 -3203,S01009709 -3204,S01009710 -3205,S01009711 -3206,S01009712 -3207,S01009713 -3208,S01009714 -3209,S01009715 -3210,S01009716 -3211,S01009717 -3212,S01009718 -3213,S01009719 -3214,S01009720 -3215,S01009721 -3216,S01009722 -3217,S01009723 -3218,S01009724 -3219,S01009725 -3220,S01009726 -3221,S01009727 -3222,S01009728 -3223,S01009729 -3224,S01009730 -3225,S01009731 -3226,S01009732 -3227,S01009733 -3228,S01009734 -3229,S01009735 -3230,S01009736 -3231,S01009737 -3232,S01009738 -3233,S01009739 -3234,S01009740 -3235,S01009741 -3236,S01009742 -3237,S01009743 -3238,S01009744 -3239,S01009745 -3240,S01009746 -3241,S01009747 -3242,S01009748 -3243,S01009749 -3244,S01009750 -3245,S01009751 -3246,S01009752 -3247,S01009753 -3248,S01009754 -3249,S01009755 -3250,S01009756 -3251,S01009757 -3252,S01009758 -3253,S01009759 -3254,S01009760 -3255,S01009761 -3256,S01009762 -3257,S01009763 -3258,S01009764 -3259,S01009765 -3260,S01009766 -3261,S01009767 -3262,S01009768 -3263,S01009769 -3264,S01009770 -3265,S01009771 -3266,S01009772 -3267,S01009773 -3268,S01009774 -3269,S01009775 -3270,S01009776 -3271,S01009777 -3272,S01009778 -3273,S01009779 -3274,S01009780 -3275,S01009781 -3276,S01009782 -3277,S01009783 -3278,S01009784 -3279,S01009785 -3280,S01009786 -3281,S01009787 -3282,S01009788 -3283,S01009789 -3284,S01009790 -3285,S01009791 -3286,S01009792 -3287,S01009793 -3288,S01009794 -3289,S01009795 -3290,S01009796 -3291,S01009797 -3292,S01009798 -3293,S01009799 -3294,S01009800 -3295,S01009801 -3296,S01009802 -3297,S01009803 -3298,S01009804 -3299,S01009805 -3300,S01009806 -3301,S01009807 -3302,S01009808 -3303,S01009809 -3304,S01009810 -3305,S01009811 -3306,S01009812 -3307,S01009813 -3308,S01009814 -3309,S01009815 -3310,S01009816 -3311,S01009817 -3312,S01009818 -3313,S01009819 -3314,S01009820 -3315,S01009821 -3316,S01009822 -3317,S01009823 -3318,S01009824 -3319,S01009825 -3320,S01009826 -3321,S01009827 -3322,S01009828 -3323,S01009829 -3324,S01009830 -3325,S01009831 -3326,S01009832 -3327,S01009833 -3328,S01009834 -3329,S01009835 -3330,S01009836 -3331,S01009837 -3332,S01009838 -3333,S01009839 -3334,S01009840 -3335,S01009841 -3336,S01009842 -3337,S01009843 -3338,S01009844 -3339,S01009845 -3340,S01009846 -3341,S01009847 -3342,S01009848 -3343,S01009849 -3344,S01009850 -3345,S01009851 -3346,S01009852 -3347,S01009853 -3348,S01009854 -3349,S01009855 -3350,S01009856 -3351,S01009857 -3352,S01009858 -3353,S01009859 -3354,S01009860 -3355,S01009861 -3356,S01009862 -3357,S01009863 -3358,S01009864 -3359,S01009865 -3360,S01009866 -3361,S01009867 -3362,S01009868 -3363,S01009869 -3364,S01009870 -3365,S01009871 -3366,S01009872 -3367,S01009873 -3368,S01009874 -3369,S01009875 -3370,S01009876 -3371,S01009877 -3372,S01009878 -3373,S01009879 -3374,S01009880 -3375,S01009881 -3376,S01009882 -3377,S01009883 -3378,S01009884 -3379,S01009885 -3380,S01009886 -3381,S01009887 -3382,S01009888 -3383,S01009889 -3384,S01009890 -3385,S01009891 -3386,S01009892 -3387,S01009893 -3388,S01009894 -3389,S01009895 -3390,S01009896 -3391,S01009897 -3392,S01009898 -3393,S01009899 -3394,S01009900 -3395,S01009901 -3396,S01009902 -3397,S01009903 -3398,S01009904 -3399,S01009905 -3400,S01009906 -3401,S01009907 -3402,S01009908 -3403,S01009909 -3404,S01009910 -3405,S01009911 -3406,S01009912 -3407,S01009913 -3408,S01009914 -3409,S01009915 -3410,S01009916 -3411,S01009917 -3412,S01009918 -3413,S01009919 -3414,S01009920 -3415,S01009921 -3416,S01009922 -3417,S01009923 -3418,S01009924 -3419,S01009925 -3420,S01009926 -3421,S01009927 -3422,S01009928 -3423,S01009929 -3424,S01009930 -3425,S01009931 -3426,S01009932 -3427,S01009933 -3428,S01009934 -3429,S01009935 -3430,S01009936 -3431,S01009937 -3432,S01009938 -3433,S01009939 -3434,S01009940 -3435,S01009941 -3436,S01009942 -3437,S01009943 -3438,S01009944 -3439,S01009945 -3440,S01009946 -3441,S01009947 -3442,S01009948 -3443,S01009949 -3444,S01009950 -3445,S01009951 -3446,S01009952 -3447,S01009953 -3448,S01009954 -3449,S01009955 -3450,S01009956 -3451,S01009957 -3452,S01009958 -3453,S01009959 -3454,S01009960 -3455,S01009961 -3456,S01009962 -3457,S01009963 -3458,S01009964 -3459,S01009965 -3460,S01009966 -3461,S01009967 -3462,S01009968 -3463,S01009969 -3464,S01009970 -3465,S01009971 -3466,S01009972 -3467,S01009973 -3468,S01009974 -3469,S01009975 -3470,S01009976 -3471,S01009977 -3472,S01009978 -3473,S01009979 -3474,S01009980 -3475,S01009981 -3476,S01009982 -3477,S01009983 -3478,S01009984 -3479,S01009985 -3480,S01009986 -3481,S01009987 -3482,S01009988 -3483,S01009989 -3484,S01009990 -3485,S01009991 -3486,S01009992 -3487,S01009993 -3488,S01009994 -3489,S01009995 -3490,S01009996 -3491,S01009997 -3492,S01009998 -3493,S01009999 -3494,S01010000 -3495,S01010001 -3496,S01010002 -3497,S01010003 -3498,S01010004 -3499,S01010005 -3500,S01010006 -3501,S01010007 -3502,S01010008 -3503,S01010009 -3504,S01010010 -3505,S01010011 -3506,S01010012 -3507,S01010013 -3508,S01010014 -3509,S01010015 -3510,S01010016 -3511,S01010017 -3512,S01010018 -3513,S01010019 -3514,S01010020 -3515,S01010021 -3516,S01010022 -3517,S01010023 -3518,S01010024 -3519,S01010025 -3520,S01010026 -3521,S01010027 -3522,S01010028 -3523,S01010029 -3524,S01010030 -3525,S01010031 -3526,S01010032 -3527,S01010033 -3528,S01010034 -3529,S01010035 -3530,S01010036 -3531,S01010037 -3532,S01010038 -3533,S01010039 -3534,S01010040 -3535,S01010041 -3536,S01010042 -3537,S01010043 -3538,S01010044 -3539,S01010045 -3540,S01010046 -3541,S01010047 -3542,S01010048 -3543,S01010049 -3544,S01010050 -3545,S01010051 -3546,S01010052 -3547,S01010053 -3548,S01010054 -3549,S01010055 -3550,S01010056 -3551,S01010057 -3552,S01010058 -3553,S01010059 -3554,S01010060 -3555,S01010061 -3556,S01010062 -3557,S01010063 -3558,S01010064 -3559,S01010065 -3560,S01010066 -3561,S01010067 -3562,S01010068 -3563,S01010069 -3564,S01010070 -3565,S01010071 -3566,S01010072 -3567,S01010073 -3568,S01010074 -3569,S01010075 -3570,S01010076 -3571,S01010077 -3572,S01010078 -3573,S01010079 -3574,S01010080 -3575,S01010081 -3576,S01010082 -3577,S01010083 -3578,S01010084 -3579,S01010085 -3580,S01010086 -3581,S01010087 -3582,S01010088 -3583,S01010089 -3584,S01010090 -3585,S01010091 -3586,S01010092 -3587,S01010093 -3588,S01010094 -3589,S01010095 -3590,S01010096 -3591,S01010097 -3592,S01010098 -3593,S01010099 -3594,S01010100 -3595,S01010101 -3596,S01010102 -3597,S01010103 -3598,S01010104 -3599,S01010105 -3600,S01010106 -3601,S01010107 -3602,S01010108 -3603,S01010109 -3604,S01010110 -3605,S01010111 -3606,S01010112 -3607,S01010113 -3608,S01010114 -3609,S01010115 -3610,S01010116 -3611,S01010117 -3612,S01010118 -3613,S01010119 -3614,S01010120 -3615,S01010121 -3616,S01010122 -3617,S01010123 -3618,S01010124 -3619,S01010125 -3620,S01010126 -3621,S01010127 -3622,S01010128 -3623,S01010129 -3624,S01010130 -3625,S01010131 -3626,S01010132 -3627,S01010133 -3628,S01010134 -3629,S01010135 -3630,S01010136 -3631,S01010137 -3632,S01010138 -3633,S01010139 -3634,S01010140 -3635,S01010141 -3636,S01010142 -3637,S01010143 -3638,S01010144 -3639,S01010145 -3640,S01010146 -3641,S01010147 -3642,S01010148 -3643,S01010149 -3644,S01010150 -3645,S01010151 -3646,S01010152 -3647,S01010153 -3648,S01010154 -3649,S01010155 -3650,S01010156 -3651,S01010157 -3652,S01010158 -3653,S01010159 -3654,S01010160 -3655,S01010161 -3656,S01010162 -3657,S01010163 -3658,S01010164 -3659,S01010165 -3660,S01010166 -3661,S01010167 -3662,S01010168 -3663,S01010169 -3664,S01010170 -3665,S01010171 -3666,S01010172 -3667,S01010173 -3668,S01010174 -3669,S01010175 -3670,S01010176 -3671,S01010177 -3672,S01010178 -3673,S01010179 -3674,S01010180 -3675,S01010181 -3676,S01010182 -3677,S01010183 -3678,S01010184 -3679,S01010185 -3680,S01010186 -3681,S01010187 -3682,S01010188 -3683,S01010189 -3684,S01010190 -3685,S01010191 -3686,S01010192 -3687,S01010193 -3688,S01010194 -3689,S01010195 -3690,S01010196 -3691,S01010197 -3692,S01010198 -3693,S01010199 -3694,S01010200 -3695,S01010201 -3696,S01010202 -3697,S01010203 -3698,S01010204 -3699,S01010205 -3700,S01010206 -3701,S01010207 -3702,S01010208 -3703,S01010209 -3704,S01010210 -3705,S01010211 -3706,S01010212 -3707,S01010213 -3708,S01010214 -3709,S01010215 -3710,S01010216 -3711,S01010217 -3712,S01010218 -3713,S01010219 -3714,S01010220 -3715,S01010221 -3716,S01010222 -3717,S01010223 -3718,S01010224 -3719,S01010225 -3720,S01010226 -3721,S01010227 -3722,S01010228 -3723,S01010229 -3724,S01010230 -3725,S01010231 -3726,S01010232 -3727,S01010233 -3728,S01010234 -3729,S01010235 -3730,S01010236 -3731,S01010237 -3732,S01010238 -3733,S01010239 -3734,S01010240 -3735,S01010241 -3736,S01010242 -3737,S01010243 -3738,S01010244 -3739,S01010245 -3740,S01010246 -3741,S01010247 -3742,S01010248 -3743,S01010249 -3744,S01010250 -3745,S01010251 -3746,S01010252 -3747,S01010253 -3748,S01010254 -3749,S01010255 -3750,S01010256 -3751,S01010257 -3752,S01010258 -3753,S01010259 -3754,S01010260 -3755,S01010261 -3756,S01010262 -3757,S01010263 -3758,S01010264 -3759,S01010265 -3760,S01010266 -3761,S01010267 -3762,S01010268 -3763,S01010269 -3764,S01010270 -3765,S01010271 -3766,S01010272 -3767,S01010273 -3768,S01010274 -3769,S01010275 -3770,S01010276 -3771,S01010277 -3772,S01010278 -3773,S01010279 -3774,S01010280 -3775,S01010281 -3776,S01010282 -3777,S01010283 -3778,S01010284 -3779,S01010285 -3780,S01010286 -3781,S01010287 -3782,S01010288 -3783,S01010289 -3784,S01010290 -3785,S01010291 -3786,S01010292 -3787,S01010293 -3788,S01010294 -3789,S01010295 -3790,S01010296 -3791,S01010297 -3792,S01010298 -3793,S01010299 -3794,S01010300 -3795,S01010301 -3796,S01010302 -3797,S01010303 -3798,S01010304 -3799,S01010305 -3800,S01010306 -3801,S01010307 -3802,S01010308 -3803,S01010309 -3804,S01010310 -3805,S01010311 -3806,S01010312 -3807,S01010313 -3808,S01010314 -3809,S01010315 -3810,S01010316 -3811,S01010317 -3812,S01010318 -3813,S01010319 -3814,S01010320 -3815,S01010321 -3816,S01010322 -3817,S01010323 -3818,S01010324 -3819,S01010325 -3820,S01010326 -3821,S01010327 -3822,S01010328 -3823,S01010329 -3824,S01010330 -3825,S01010331 -3826,S01010332 -3827,S01010333 -3828,S01010334 -3829,S01010335 -3830,S01010336 -3831,S01010337 -3832,S01010338 -3833,S01010339 -3834,S01010340 -3835,S01010341 -3836,S01010342 -3837,S01010343 -3838,S01010344 -3839,S01010345 -3840,S01010346 -3841,S01010347 -3842,S01010348 -3843,S01010349 -3844,S01010350 -3845,S01010351 -3846,S01010352 -3847,S01010353 -3848,S01010354 -3849,S01010355 -3850,S01010356 -3851,S01010357 -3852,S01010358 -3853,S01010359 -3854,S01010360 -3855,S01010361 -3856,S01010362 -3857,S01010363 -3858,S01010364 -3859,S01010365 -3860,S01010366 -3861,S01010367 -3862,S01010368 -3863,S01010369 -3864,S01010370 -3865,S01010371 -3866,S01010372 -3867,S01010373 -3868,S01010374 -3869,S01010375 -3870,S01010376 -3871,S01010377 -3872,S01010378 -3873,S01010379 -3874,S01010380 -3875,S01010381 -3876,S01010382 -3877,S01010383 -3878,S01010384 -3879,S01010385 -3880,S01010386 -3881,S01010387 -3882,S01010388 -3883,S01010389 -3884,S01010390 -3885,S01010391 -3886,S01010392 -3887,S01010393 -3888,S01010394 -3889,S01010395 -3890,S01010396 -3891,S01010397 -3892,S01010398 -3893,S01010399 -3894,S01010400 -3895,S01010401 -3896,S01010402 -3897,S01010403 -3898,S01010404 -3899,S01010405 -3900,S01010406 -3901,S01010407 -3902,S01010408 -3903,S01010409 -3904,S01010410 -3905,S01010411 -3906,S01010412 -3907,S01010413 -3908,S01010414 -3909,S01010415 -3910,S01010416 -3911,S01010417 -3912,S01010418 -3913,S01010419 -3914,S01010420 -3915,S01010421 -3916,S01010422 -3917,S01010423 -3918,S01010424 -3919,S01010425 -3920,S01010426 -3921,S01010427 -3922,S01010428 -3923,S01010429 -3924,S01010430 -3925,S01010431 -3926,S01010432 -3927,S01010433 -3928,S01010434 -3929,S01010435 -3930,S01010436 -3931,S01010437 -3932,S01010438 -3933,S01010439 -3934,S01010440 -3935,S01010441 -3936,S01010442 -3937,S01010443 -3938,S01010444 -3939,S01010445 -3940,S01010446 -3941,S01010447 -3942,S01010448 -3943,S01010449 -3944,S01010450 -3945,S01010451 -3946,S01010452 -3947,S01010453 -3948,S01010454 -3949,S01010455 -3950,S01010456 -3951,S01010457 -3952,S01010458 -3953,S01010459 -3954,S01010460 -3955,S01010461 -3956,S01010462 -3957,S01010463 -3958,S01010464 -3959,S01010465 -3960,S01010466 -3961,S01010467 -3962,S01010468 -3963,S01010469 -3964,S01010470 -3965,S01010471 -3966,S01010472 -3967,S01010473 -3968,S01010474 -3969,S01010475 -3970,S01010476 -3971,S01010477 -3972,S01010478 -3973,S01010479 -3974,S01010480 -3975,S01010481 -3976,S01010482 -3977,S01010483 -3978,S01010484 -3979,S01010485 -3980,S01010486 -3981,S01010487 -3982,S01010488 -3983,S01010489 -3984,S01010490 -3985,S01010491 -3986,S01010492 -3987,S01010493 -3988,S01010494 -3989,S01010495 -3990,S01010496 -3991,S01010497 -3992,S01010498 -3993,S01010499 -3994,S01010500 -3995,S01010501 -3996,S01010502 -3997,S01010503 -3998,S01010504 -3999,S01010505 -4000,S01010506 -4001,S01010507 -4002,S01010508 -4003,S01010509 -4004,S01010510 -4005,S01010511 -4006,S01010512 -4007,S01010513 -4008,S01010514 -4009,S01010515 -4010,S01010516 -4011,S01010517 -4012,S01010518 -4013,S01010519 -4014,S01010520 -4015,S01010521 -4016,S01010522 -4017,S01010523 -4018,S01010524 -4019,S01010525 -4020,S01010526 -4021,S01010527 -4022,S01010528 -4023,S01010529 -4024,S01010530 -4025,S01010531 -4026,S01010532 -4027,S01010533 -4028,S01010534 -4029,S01010535 -4030,S01010536 -4031,S01010537 -4032,S01010538 -4033,S01010539 -4034,S01010540 -4035,S01010541 -4036,S01010542 -4037,S01010543 -4038,S01010544 -4039,S01010545 -4040,S01010546 -4041,S01010547 -4042,S01010548 -4043,S01010549 -4044,S01010550 -4045,S01010551 -4046,S01010552 -4047,S01010553 -4048,S01010554 -4049,S01010555 -4050,S01010556 -4051,S01010557 -4052,S01010558 -4053,S01010559 -4054,S01010560 -4055,S01010561 -4056,S01010562 -4057,S01010563 -4058,S01010564 -4059,S01010565 -4060,S01010566 -4061,S01010567 -4062,S01010568 -4063,S01010569 -4064,S01010570 -4065,S01010571 -4066,S01010572 -4067,S01010573 -4068,S01010574 -4069,S01010575 -4070,S01010576 -4071,S01010577 -4072,S01010578 -4073,S01010579 -4074,S01010580 -4075,S01010581 -4076,S01010582 -4077,S01010583 -4078,S01010584 -4079,S01010585 -4080,S01010586 -4081,S01010587 -4082,S01010588 -4083,S01010589 -4084,S01010590 -4085,S01010591 -4086,S01010592 -4087,S01010593 -4088,S01010594 -4089,S01010595 -4090,S01010596 -4091,S01010597 -4092,S01010598 -4093,S01010599 -4094,S01010600 -4095,S01010601 -4096,S01010602 -4097,S01010603 -4098,S01010604 -4099,S01010605 -4100,S01010606 -4101,S01010607 -4102,S01010608 -4103,S01010609 -4104,S01010610 -4105,S01010611 -4106,S01010612 -4107,S01010613 -4108,S01010614 -4109,S01010615 -4110,S01010616 -4111,S01010617 -4112,S01010618 -4113,S01010619 -4114,S01010620 -4115,S01010621 -4116,S01010622 -4117,S01010623 -4118,S01010624 -4119,S01010625 -4120,S01010626 -4121,S01010627 -4122,S01010628 -4123,S01010629 -4124,S01010630 -4125,S01010631 -4126,S01010632 -4127,S01010633 -4128,S01010634 -4129,S01010635 -4130,S01010636 -4131,S01010637 -4132,S01010638 -4133,S01010639 -4134,S01010640 -4135,S01010641 -4136,S01010642 -4137,S01010643 -4138,S01010644 -4139,S01010645 -4140,S01010646 -4141,S01010647 -4142,S01010648 -4143,S01010649 -4144,S01010650 -4145,S01010651 -4146,S01010652 -4147,S01010653 -4148,S01010654 -4149,S01010655 -4150,S01010656 -4151,S01010657 -4152,S01010658 -4153,S01010659 -4154,S01010660 -4155,S01010661 -4156,S01010662 -4157,S01010663 -4158,S01010664 -4159,S01010665 -4160,S01010666 -4161,S01010667 -4162,S01010668 -4163,S01010669 -4164,S01010670 -4165,S01010671 -4166,S01010672 -4167,S01010673 -4168,S01010674 -4169,S01010675 -4170,S01010676 -4171,S01010677 -4172,S01010678 -4173,S01010679 -4174,S01010680 -4175,S01010681 -4176,S01010682 -4177,S01010683 -4178,S01010684 -4179,S01010685 -4180,S01010686 -4181,S01010687 -4182,S01010688 -4183,S01010689 -4184,S01010690 -4185,S01010691 -4186,S01010692 -4187,S01010693 -4188,S01010694 -4189,S01010695 -4190,S01010696 -4191,S01010697 -4192,S01010698 -4193,S01010699 -4194,S01010700 -4195,S01010701 -4196,S01010702 -4197,S01010703 -4198,S01010704 -4199,S01010705 -4200,S01010706 -4201,S01010707 -4202,S01010708 -4203,S01010709 -4204,S01010710 -4205,S01010711 -4206,S01010712 -4207,S01010713 -4208,S01010714 -4209,S01010715 -4210,S01010716 -4211,S01010717 -4212,S01010718 -4213,S01010719 -4214,S01010720 -4215,S01010721 -4216,S01010722 -4217,S01010723 -4218,S01010724 -4219,S01010725 -4220,S01010726 -4221,S01010727 -4222,S01010728 -4223,S01010729 -4224,S01010730 -4225,S01010731 -4226,S01010732 -4227,S01010733 -4228,S01010734 -4229,S01010735 -4230,S01010736 -4231,S01010737 -4232,S01010738 -4233,S01010739 -4234,S01010740 -4235,S01010741 -4236,S01010742 -4237,S01010743 -4238,S01010744 -4239,S01010745 -4240,S01010746 -4241,S01010747 -4242,S01010748 -4243,S01010749 -4244,S01010750 -4245,S01010751 -4246,S01010752 -4247,S01010753 -4248,S01010754 -4249,S01010755 -4250,S01010756 -4251,S01010757 -4252,S01010758 -4253,S01010759 -4254,S01010760 -4255,S01010761 -4256,S01010762 -4257,S01010763 -4258,S01010764 -4259,S01010765 -4260,S01010766 -4261,S01010767 -4262,S01010768 -4263,S01010769 -4264,S01010770 -4265,S01010771 -4266,S01010772 -4267,S01010773 -4268,S01010774 -4269,S01010775 -4270,S01010776 -4271,S01010777 -4272,S01010778 -4273,S01010779 -4274,S01010780 -4275,S01010781 -4276,S01010782 -4277,S01010783 -4278,S01010784 -4279,S01010785 -4280,S01010786 -4281,S01010787 -4282,S01010788 -4283,S01010789 -4284,S01010790 -4285,S01010791 -4286,S01010792 -4287,S01010793 -4288,S01010794 -4289,S01010795 -4290,S01010796 -4291,S01010797 -4292,S01010798 -4293,S01010799 -4294,S01010800 -4295,S01010801 -4296,S01010802 -4297,S01010803 -4298,S01010804 -4299,S01010805 -4300,S01010806 -4301,S01010807 -4302,S01010808 -4303,S01010809 -4304,S01010810 -4305,S01010811 -4306,S01010812 -4307,S01010813 -4308,S01010814 -4309,S01010815 -4310,S01010816 -4311,S01010817 -4312,S01010818 -4313,S01010819 -4314,S01010820 -4315,S01010821 -4316,S01010822 -4317,S01010823 -4318,S01010824 -4319,S01010825 -4320,S01010826 -4321,S01010827 -4322,S01010828 -4323,S01010829 -4324,S01010830 -4325,S01010831 -4326,S01010832 -4327,S01010833 -4328,S01010834 -4329,S01010835 -4330,S01010836 -4331,S01010837 -4332,S01010838 -4333,S01010839 -4334,S01010840 -4335,S01010841 -4336,S01010842 -4337,S01010843 -4338,S01010844 -4339,S01010845 -4340,S01010846 -4341,S01010847 -4342,S01010848 -4343,S01010849 -4344,S01010850 -4345,S01010851 -4346,S01010852 -4347,S01010853 -4348,S01010854 -4349,S01010855 -4350,S01010856 -4351,S01010857 -4352,S01010858 -4353,S01010859 -4354,S01010860 -4355,S01010861 -4356,S01010862 -4357,S01010863 -4358,S01010864 -4359,S01010865 -4360,S01010866 -4361,S01010867 -4362,S01010868 -4363,S01010869 -4364,S01010870 -4365,S01010871 -4366,S01010872 -4367,S01010873 -4368,S01010874 -4369,S01010875 -4370,S01010876 -4371,S01010877 -4372,S01010878 -4373,S01010879 -4374,S01010880 -4375,S01010881 -4376,S01010882 -4377,S01010883 -4378,S01010884 -4379,S01010885 -4380,S01010886 -4381,S01010887 -4382,S01010888 -4383,S01010889 -4384,S01010890 -4385,S01010891 -4386,S01010892 -4387,S01010893 -4388,S01010894 -4389,S01010895 -4390,S01010896 -4391,S01010897 -4392,S01010898 -4393,S01010899 -4394,S01010900 -4395,S01010901 -4396,S01010902 -4397,S01010903 -4398,S01010904 -4399,S01010905 -4400,S01010906 -4401,S01010907 -4402,S01010908 -4403,S01010909 -4404,S01010910 -4405,S01010911 -4406,S01010912 -4407,S01010913 -4408,S01010914 -4409,S01010915 -4410,S01010916 -4411,S01010917 -4412,S01010918 -4413,S01010919 -4414,S01010920 -4415,S01010921 -4416,S01010922 -4417,S01010923 -4418,S01010924 -4419,S01010925 -4420,S01010926 -4421,S01010927 -4422,S01010928 -4423,S01010929 -4424,S01010930 -4425,S01010931 -4426,S01010932 -4427,S01010933 -4428,S01010934 -4429,S01010935 -4430,S01010936 -4431,S01010937 -4432,S01010938 -4433,S01010939 -4434,S01010940 -4435,S01010941 -4436,S01010942 -4437,S01010943 -4438,S01010944 -4439,S01010945 -4440,S01010946 -4441,S01010947 -4442,S01010948 -4443,S01010949 -4444,S01010950 -4445,S01010951 -4446,S01010952 -4447,S01010953 -4448,S01010954 -4449,S01010955 -4450,S01010956 -4451,S01010957 -4452,S01010958 -4453,S01010959 -4454,S01010960 -4455,S01010961 -4456,S01010962 -4457,S01010963 -4458,S01010964 -4459,S01010965 -4460,S01010966 -4461,S01010967 -4462,S01010968 -4463,S01010969 -4464,S01010970 -4465,S01010971 -4466,S01010972 -4467,S01010973 -4468,S01010974 -4469,S01010975 -4470,S01010976 -4471,S01010977 -4472,S01010978 -4473,S01010979 -4474,S01010980 -4475,S01010981 -4476,S01010982 -4477,S01010983 -4478,S01010984 -4479,S01010985 -4480,S01010986 -4481,S01010987 -4482,S01010988 -4483,S01010989 -4484,S01010990 -4485,S01010991 -4486,S01010992 -4487,S01010993 -4488,S01010994 -4489,S01010995 -4490,S01010996 -4491,S01010997 -4492,S01010998 -4493,S01010999 -4494,S01011000 -4495,S01011001 -4496,S01011002 -4497,S01011003 -4498,S01011004 -4499,S01011005 -4500,S01011006 -4501,S01011007 -4502,S01011008 -4503,S01011009 -4504,S01011010 -4505,S01011011 -4506,S01011012 -4507,S01011013 -4508,S01011014 -4509,S01011015 -4510,S01011016 -4511,S01011017 -4512,S01011018 -4513,S01011019 -4514,S01011020 -4515,S01011021 -4516,S01011022 -4517,S01011023 -4518,S01011024 -4519,S01011025 -4520,S01011026 -4521,S01011027 -4522,S01011028 -4523,S01011029 -4524,S01011030 -4525,S01011031 -4526,S01011032 -4527,S01011033 -4528,S01011034 -4529,S01011035 -4530,S01011036 -4531,S01011037 -4532,S01011038 -4533,S01011039 -4534,S01011040 -4535,S01011041 -4536,S01011042 -4537,S01011043 -4538,S01011044 -4539,S01011045 -4540,S01011046 -4541,S01011047 -4542,S01011048 -4543,S01011049 -4544,S01011050 -4545,S01011051 -4546,S01011052 -4547,S01011053 -4548,S01011054 -4549,S01011055 -4550,S01011056 -4551,S01011057 -4552,S01011058 -4553,S01011059 -4554,S01011060 -4555,S01011061 -4556,S01011062 -4557,S01011063 -4558,S01011064 -4559,S01011065 -4560,S01011066 -4561,S01011067 -4562,S01011068 -4563,S01011069 -4564,S01011070 -4565,S01011071 -4566,S01011072 -4567,S01011073 -4568,S01011074 -4569,S01011075 -4570,S01011076 -4571,S01011077 -4572,S01011078 -4573,S01011079 -4574,S01011080 -4575,S01011081 -4576,S01011082 -4577,S01011083 -4578,S01011084 -4579,S01011085 -4580,S01011086 -4581,S01011087 -4582,S01011088 -4583,S01011089 -4584,S01011090 -4585,S01011091 -4586,S01011092 -4587,S01011093 -4588,S01011094 -4589,S01011095 -4590,S01011096 -4591,S01011097 -4592,S01011098 -4593,S01011099 -4594,S01011100 -4595,S01011101 -4596,S01011102 -4597,S01011103 -4598,S01011104 -4599,S01011105 -4600,S01011106 -4601,S01011107 -4602,S01011108 -4603,S01011109 -4604,S01011110 -4605,S01011111 -4606,S01011112 -4607,S01011113 -4608,S01011114 -4609,S01011115 -4610,S01011116 -4611,S01011117 -4612,S01011118 -4613,S01011119 -4614,S01011120 -4615,S01011121 -4616,S01011122 -4617,S01011123 -4618,S01011124 -4619,S01011125 -4620,S01011126 -4621,S01011127 -4622,S01011128 -4623,S01011129 -4624,S01011130 -4625,S01011131 -4626,S01011132 -4627,S01011133 -4628,S01011134 -4629,S01011135 -4630,S01011136 -4631,S01011137 -4632,S01011138 -4633,S01011139 -4634,S01011140 -4635,S01011141 -4636,S01011142 -4637,S01011143 -4638,S01011144 -4639,S01011145 -4640,S01011146 -4641,S01011147 -4642,S01011148 -4643,S01011149 -4644,S01011150 -4645,S01011151 -4646,S01011152 -4647,S01011153 -4648,S01011154 -4649,S01011155 -4650,S01011156 -4651,S01011157 -4652,S01011158 -4653,S01011159 -4654,S01011160 -4655,S01011161 -4656,S01011162 -4657,S01011163 -4658,S01011164 -4659,S01011165 -4660,S01011166 -4661,S01011167 -4662,S01011168 -4663,S01011169 -4664,S01011170 -4665,S01011171 -4666,S01011172 -4667,S01011173 -4668,S01011174 -4669,S01011175 -4670,S01011176 -4671,S01011177 -4672,S01011178 -4673,S01011179 -4674,S01011180 -4675,S01011181 -4676,S01011182 -4677,S01011183 -4678,S01011184 -4679,S01011185 -4680,S01011186 -4681,S01011187 -4682,S01011188 -4683,S01011189 -4684,S01011190 -4685,S01011191 -4686,S01011192 -4687,S01011193 -4688,S01011194 -4689,S01011195 -4690,S01011196 -4691,S01011197 -4692,S01011198 -4693,S01011199 -4694,S01011200 -4695,S01011201 -4696,S01011202 -4697,S01011203 -4698,S01011204 -4699,S01011205 -4700,S01011206 -4701,S01011207 -4702,S01011208 -4703,S01011209 -4704,S01011210 -4705,S01011211 -4706,S01011212 -4707,S01011213 -4708,S01011214 -4709,S01011215 -4710,S01011216 -4711,S01011217 -4712,S01011218 -4713,S01011219 -4714,S01011220 -4715,S01011221 -4716,S01011222 -4717,S01011223 -4718,S01011224 -4719,S01011225 -4720,S01011226 -4721,S01011227 -4722,S01011228 -4723,S01011229 -4724,S01011230 -4725,S01011231 -4726,S01011232 -4727,S01011233 -4728,S01011234 -4729,S01011235 -4730,S01011236 -4731,S01011237 -4732,S01011238 -4733,S01011239 -4734,S01011240 -4735,S01011241 -4736,S01011242 -4737,S01011243 -4738,S01011244 -4739,S01011245 -4740,S01011246 -4741,S01011247 -4742,S01011248 -4743,S01011249 -4744,S01011250 -4745,S01011251 -4746,S01011252 -4747,S01011253 -4748,S01011254 -4749,S01011255 -4750,S01011256 -4751,S01011257 -4752,S01011258 -4753,S01011259 -4754,S01011260 -4755,S01011261 -4756,S01011262 -4757,S01011263 -4758,S01011264 -4759,S01011265 -4760,S01011266 -4761,S01011267 -4762,S01011268 -4763,S01011269 -4764,S01011270 -4765,S01011271 -4766,S01011272 -4767,S01011273 -4768,S01011274 -4769,S01011275 -4770,S01011276 -4771,S01011277 -4772,S01011278 -4773,S01011279 -4774,S01011280 -4775,S01011281 -4776,S01011282 -4777,S01011283 -4778,S01011284 -4779,S01011285 -4780,S01011286 -4781,S01011287 -4782,S01011288 -4783,S01011289 -4784,S01011290 -4785,S01011291 -4786,S01011292 -4787,S01011293 -4788,S01011294 -4789,S01011295 -4790,S01011296 -4791,S01011297 -4792,S01011298 -4793,S01011299 -4794,S01011300 -4795,S01011301 -4796,S01011302 -4797,S01011303 -4798,S01011304 -4799,S01011305 -4800,S01011306 -4801,S01011307 -4802,S01011308 -4803,S01011309 -4804,S01011310 -4805,S01011311 -4806,S01011312 -4807,S01011313 -4808,S01011314 -4809,S01011315 -4810,S01011316 -4811,S01011317 -4812,S01011318 -4813,S01011319 -4814,S01011320 -4815,S01011321 -4816,S01011322 -4817,S01011323 -4818,S01011324 -4819,S01011325 -4820,S01011326 -4821,S01011327 -4822,S01011328 -4823,S01011329 -4824,S01011330 -4825,S01011331 -4826,S01011332 -4827,S01011333 -4828,S01011334 -4829,S01011335 -4830,S01011336 -4831,S01011337 -4832,S01011338 -4833,S01011339 -4834,S01011340 -4835,S01011341 -4836,S01011342 -4837,S01011343 -4838,S01011344 -4839,S01011345 -4840,S01011346 -4841,S01011347 -4842,S01011348 -4843,S01011349 -4844,S01011350 -4845,S01011351 -4846,S01011352 -4847,S01011353 -4848,S01011354 -4849,S01011355 -4850,S01011356 -4851,S01011357 -4852,S01011358 -4853,S01011359 -4854,S01011360 -4855,S01011361 -4856,S01011362 -4857,S01011363 -4858,S01011364 -4859,S01011365 -4860,S01011366 -4861,S01011367 -4862,S01011368 -4863,S01011369 -4864,S01011370 -4865,S01011371 -4866,S01011372 -4867,S01011373 -4868,S01011374 -4869,S01011375 -4870,S01011376 -4871,S01011377 -4872,S01011378 -4873,S01011379 -4874,S01011380 -4875,S01011381 -4876,S01011382 -4877,S01011383 -4878,S01011384 -4879,S01011385 -4880,S01011386 -4881,S01011387 -4882,S01011388 -4883,S01011389 -4884,S01011390 -4885,S01011391 -4886,S01011392 -4887,S01011393 -4888,S01011394 -4889,S01011395 -4890,S01011396 -4891,S01011397 -4892,S01011398 -4893,S01011399 -4894,S01011400 -4895,S01011401 -4896,S01011402 -4897,S01011403 -4898,S01011404 -4899,S01011405 -4900,S01011406 -4901,S01011407 -4902,S01011408 -4903,S01011409 -4904,S01011410 -4905,S01011411 -4906,S01011412 -4907,S01011413 -4908,S01011414 -4909,S01011415 -4910,S01011416 -4911,S01011417 -4912,S01011418 -4913,S01011419 -4914,S01011420 -4915,S01011421 -4916,S01011422 -4917,S01011423 -4918,S01011424 -4919,S01011425 -4920,S01011426 -4921,S01011427 -4922,S01011428 -4923,S01011429 -4924,S01011430 -4925,S01011431 -4926,S01011432 -4927,S01011433 -4928,S01011434 -4929,S01011435 -4930,S01011436 -4931,S01011437 -4932,S01011438 -4933,S01011439 -4934,S01011440 -4935,S01011441 -4936,S01011442 -4937,S01011443 -4938,S01011444 -4939,S01011445 -4940,S01011446 -4941,S01011447 -4942,S01011448 -4943,S01011449 -4944,S01011450 -4945,S01011451 -4946,S01011452 -4947,S01011453 -4948,S01011454 -4949,S01011455 -4950,S01011456 -4951,S01011457 -4952,S01011458 -4953,S01011459 -4954,S01011460 -4955,S01011461 -4956,S01011462 -4957,S01011463 -4958,S01011464 -4959,S01011465 -4960,S01011466 -4961,S01011467 -4962,S01011468 -4963,S01011469 -4964,S01011470 -4965,S01011471 -4966,S01011472 -4967,S01011473 -4968,S01011474 -4969,S01011475 -4970,S01011476 -4971,S01011477 -4972,S01011478 -4973,S01011479 -4974,S01011480 -4975,S01011481 -4976,S01011482 -4977,S01011483 -4978,S01011484 -4979,S01011485 -4980,S01011486 -4981,S01011487 -4982,S01011488 -4983,S01011489 -4984,S01011490 -4985,S01011491 -4986,S01011492 -4987,S01011493 -4988,S01011494 -4989,S01011495 -4990,S01011496 -4991,S01011497 -4992,S01011498 -4993,S01011499 -4994,S01011500 -4995,S01011501 -4996,S01011502 -4997,S01011503 -4998,S01011504 -4999,S01011505 -5000,S01011506 -5001,S01011507 -5002,S01011508 -5003,S01011509 -5004,S01011510 -5005,S01011511 -5006,S01011512 -5007,S01011513 -5008,S01011514 -5009,S01011515 -5010,S01011516 -5011,S01011517 -5012,S01011518 -5013,S01011519 -5014,S01011520 -5015,S01011521 -5016,S01011522 -5017,S01011523 -5018,S01011524 -5019,S01011525 -5020,S01011526 -5021,S01011527 -5022,S01011528 -5023,S01011529 -5024,S01011530 -5025,S01011531 -5026,S01011532 -5027,S01011533 -5028,S01011534 -5029,S01011535 -5030,S01011536 -5031,S01011537 -5032,S01011538 -5033,S01011539 -5034,S01011540 -5035,S01011541 -5036,S01011542 -5037,S01011543 -5038,S01011544 -5039,S01011545 -5040,S01011546 -5041,S01011547 -5042,S01011548 -5043,S01011549 -5044,S01011550 -5045,S01011551 -5046,S01011552 -5047,S01011553 -5048,S01011554 -5049,S01011555 -5050,S01011556 -5051,S01011557 -5052,S01011558 -5053,S01011559 -5054,S01011560 -5055,S01011561 -5056,S01011562 -5057,S01011563 -5058,S01011564 -5059,S01011565 -5060,S01011566 -5061,S01011567 -5062,S01011568 -5063,S01011569 -5064,S01011570 -5065,S01011571 -5066,S01011572 -5067,S01011573 -5068,S01011574 -5069,S01011575 -5070,S01011576 -5071,S01011577 -5072,S01011578 -5073,S01011579 -5074,S01011580 -5075,S01011581 -5076,S01011582 -5077,S01011583 -5078,S01011584 -5079,S01011585 -5080,S01011586 -5081,S01011587 -5082,S01011588 -5083,S01011589 -5084,S01011590 -5085,S01011591 -5086,S01011592 -5087,S01011593 -5088,S01011594 -5089,S01011595 -5090,S01011596 -5091,S01011597 -5092,S01011598 -5093,S01011599 -5094,S01011600 -5095,S01011601 -5096,S01011602 -5097,S01011603 -5098,S01011604 -5099,S01011605 -5100,S01011606 -5101,S01011607 -5102,S01011608 -5103,S01011609 -5104,S01011610 -5105,S01011611 -5106,S01011612 -5107,S01011613 -5108,S01011614 -5109,S01011615 -5110,S01011616 -5111,S01011617 -5112,S01011618 -5113,S01011619 -5114,S01011620 -5115,S01011621 -5116,S01011622 -5117,S01011623 -5118,S01011624 -5119,S01011625 -5120,S01011626 -5121,S01011627 -5122,S01011628 -5123,S01011629 -5124,S01011630 -5125,S01011631 -5126,S01011632 -5127,S01011633 -5128,S01011634 -5129,S01011635 -5130,S01011636 -5131,S01011637 -5132,S01011638 -5133,S01011639 -5134,S01011640 -5135,S01011641 -5136,S01011642 -5137,S01011643 -5138,S01011644 -5139,S01011645 -5140,S01011646 -5141,S01011647 -5142,S01011648 -5143,S01011649 -5144,S01011650 -5145,S01011651 -5146,S01011652 -5147,S01011653 -5148,S01011654 -5149,S01011655 -5150,S01011656 -5151,S01011657 -5152,S01011658 -5153,S01011659 -5154,S01011660 -5155,S01011661 -5156,S01011662 -5157,S01011663 -5158,S01011664 -5159,S01011665 -5160,S01011666 -5161,S01011667 -5162,S01011668 -5163,S01011669 -5164,S01011670 -5165,S01011671 -5166,S01011672 -5167,S01011673 -5168,S01011674 -5169,S01011675 -5170,S01011676 -5171,S01011677 -5172,S01011678 -5173,S01011679 -5174,S01011680 -5175,S01011681 -5176,S01011682 -5177,S01011683 -5178,S01011684 -5179,S01011685 -5180,S01011686 -5181,S01011687 -5182,S01011688 -5183,S01011689 -5184,S01011690 -5185,S01011691 -5186,S01011692 -5187,S01011693 -5188,S01011694 -5189,S01011695 -5190,S01011696 -5191,S01011697 -5192,S01011698 -5193,S01011699 -5194,S01011700 -5195,S01011701 -5196,S01011702 -5197,S01011703 -5198,S01011704 -5199,S01011705 -5200,S01011706 -5201,S01011707 -5202,S01011708 -5203,S01011709 -5204,S01011710 -5205,S01011711 -5206,S01011712 -5207,S01011713 -5208,S01011714 -5209,S01011715 -5210,S01011716 -5211,S01011717 -5212,S01011718 -5213,S01011719 -5214,S01011720 -5215,S01011721 -5216,S01011722 -5217,S01011723 -5218,S01011724 -5219,S01011725 -5220,S01011726 -5221,S01011727 -5222,S01011728 -5223,S01011729 -5224,S01011730 -5225,S01011731 -5226,S01011732 -5227,S01011733 -5228,S01011734 -5229,S01011735 -5230,S01011736 -5231,S01011737 -5232,S01011738 -5233,S01011739 -5234,S01011740 -5235,S01011741 -5236,S01011742 -5237,S01011743 -5238,S01011744 -5239,S01011745 -5240,S01011746 -5241,S01011747 -5242,S01011748 -5243,S01011749 -5244,S01011750 -5245,S01011751 -5246,S01011752 -5247,S01011753 -5248,S01011754 -5249,S01011755 -5250,S01011756 -5251,S01011757 -5252,S01011758 -5253,S01011759 -5254,S01011760 -5255,S01011761 -5256,S01011762 -5257,S01011763 -5258,S01011764 -5259,S01011765 -5260,S01011766 -5261,S01011767 -5262,S01011768 -5263,S01011769 -5264,S01011770 -5265,S01011771 -5266,S01011772 -5267,S01011773 -5268,S01011774 -5269,S01011775 -5270,S01011776 -5271,S01011777 -5272,S01011778 -5273,S01011779 -5274,S01011780 -5275,S01011781 -5276,S01011782 -5277,S01011783 -5278,S01011784 -5279,S01011785 -5280,S01011786 -5281,S01011787 -5282,S01011788 -5283,S01011789 -5284,S01011790 -5285,S01011791 -5286,S01011792 -5287,S01011793 -5288,S01011794 -5289,S01011795 -5290,S01011796 -5291,S01011797 -5292,S01011798 -5293,S01011799 -5294,S01011800 -5295,S01011801 -5296,S01011802 -5297,S01011803 -5298,S01011804 -5299,S01011805 -5300,S01011806 -5301,S01011807 -5302,S01011808 -5303,S01011809 -5304,S01011810 -5305,S01011811 -5306,S01011812 -5307,S01011813 -5308,S01011814 -5309,S01011815 -5310,S01011816 -5311,S01011817 -5312,S01011818 -5313,S01011819 -5314,S01011820 -5315,S01011821 -5316,S01011822 -5317,S01011823 -5318,S01011824 -5319,S01011825 -5320,S01011826 -5321,S01011827 -5322,S01011828 -5323,S01011829 -5324,S01011830 -5325,S01011831 -5326,S01011832 -5327,S01011833 -5328,S01011834 -5329,S01011835 -5330,S01011836 -5331,S01011837 -5332,S01011838 -5333,S01011839 -5334,S01011840 -5335,S01011841 -5336,S01011842 -5337,S01011843 -5338,S01011844 -5339,S01011845 -5340,S01011846 -5341,S01011847 -5342,S01011848 -5343,S01011849 -5344,S01011850 -5345,S01011851 -5346,S01011852 -5347,S01011853 -5348,S01011854 -5349,S01011855 -5350,S01011856 -5351,S01011857 -5352,S01011858 -5353,S01011859 -5354,S01011860 -5355,S01011861 -5356,S01011862 -5357,S01011863 -5358,S01011864 -5359,S01011865 -5360,S01011866 -5361,S01011867 -5362,S01011868 -5363,S01011869 -5364,S01011870 -5365,S01011871 -5366,S01011872 -5367,S01011873 -5368,S01011874 -5369,S01011875 -5370,S01011876 -5371,S01011877 -5372,S01011878 -5373,S01011879 -5374,S01011880 -5375,S01011881 -5376,S01011882 -5377,S01011883 -5378,S01011884 -5379,S01011885 -5380,S01011886 -5381,S01011887 -5382,S01011888 -5383,S01011889 -5384,S01011890 -5385,S01011891 -5386,S01011892 -5387,S01011893 -5388,S01011894 -5389,S01011895 -5390,S01011896 -5391,S01011897 -5392,S01011898 -5393,S01011899 -5394,S01011900 -5395,S01011901 -5396,S01011902 -5397,S01011903 -5398,S01011904 -5399,S01011905 -5400,S01011906 -5401,S01011907 -5402,S01011908 -5403,S01011909 -5404,S01011910 -5405,S01011911 -5406,S01011912 -5407,S01011913 -5408,S01011914 -5409,S01011915 -5410,S01011916 -5411,S01011917 -5412,S01011918 -5413,S01011919 -5414,S01011920 -5415,S01011921 -5416,S01011922 -5417,S01011923 -5418,S01011924 -5419,S01011925 -5420,S01011926 -5421,S01011927 -5422,S01011928 -5423,S01011929 -5424,S01011930 -5425,S01011931 -5426,S01011932 -5427,S01011933 -5428,S01011934 -5429,S01011935 -5430,S01011936 -5431,S01011937 -5432,S01011938 -5433,S01011939 -5434,S01011940 -5435,S01011941 -5436,S01011942 -5437,S01011943 -5438,S01011944 -5439,S01011945 -5440,S01011946 -5441,S01011947 -5442,S01011948 -5443,S01011949 -5444,S01011950 -5445,S01011951 -5446,S01011952 -5447,S01011953 -5448,S01011954 -5449,S01011955 -5450,S01011956 -5451,S01011957 -5452,S01011958 -5453,S01011959 -5454,S01011960 -5455,S01011961 -5456,S01011962 -5457,S01011963 -5458,S01011964 -5459,S01011965 -5460,S01011966 -5461,S01011967 -5462,S01011968 -5463,S01011969 -5464,S01011970 -5465,S01011971 -5466,S01011972 -5467,S01011973 -5468,S01011974 -5469,S01011975 -5470,S01011976 -5471,S01011977 -5472,S01011978 -5473,S01011979 -5474,S01011980 -5475,S01011981 -5476,S01011982 -5477,S01011983 -5478,S01011984 -5479,S01011985 -5480,S01011986 -5481,S01011987 -5482,S01011988 -5483,S01011989 -5484,S01011990 -5485,S01011991 -5486,S01011992 -5487,S01011993 -5488,S01011994 -5489,S01011995 -5490,S01011996 -5491,S01011997 -5492,S01011998 -5493,S01011999 -5494,S01012000 -5495,S01012001 -5496,S01012002 -5497,S01012003 -5498,S01012004 -5499,S01012005 -5500,S01012006 -5501,S01012007 -5502,S01012008 -5503,S01012009 -5504,S01012010 -5505,S01012011 -5506,S01012012 -5507,S01012013 -5508,S01012014 -5509,S01012015 -5510,S01012016 -5511,S01012017 -5512,S01012018 -5513,S01012019 -5514,S01012020 -5515,S01012021 -5516,S01012022 -5517,S01012023 -5518,S01012024 -5519,S01012025 -5520,S01012026 -5521,S01012027 -5522,S01012028 -5523,S01012029 -5524,S01012030 -5525,S01012031 -5526,S01012032 -5527,S01012033 -5528,S01012034 -5529,S01012035 -5530,S01012036 -5531,S01012037 -5532,S01012038 -5533,S01012039 -5534,S01012040 -5535,S01012041 -5536,S01012042 -5537,S01012043 -5538,S01012044 -5539,S01012045 -5540,S01012046 -5541,S01012047 -5542,S01012048 -5543,S01012049 -5544,S01012050 -5545,S01012051 -5546,S01012052 -5547,S01012053 -5548,S01012054 -5549,S01012055 -5550,S01012056 -5551,S01012057 -5552,S01012058 -5553,S01012059 -5554,S01012060 -5555,S01012061 -5556,S01012062 -5557,S01012063 -5558,S01012064 -5559,S01012065 -5560,S01012066 -5561,S01012067 -5562,S01012068 -5563,S01012069 -5564,S01012070 -5565,S01012071 -5566,S01012072 -5567,S01012073 -5568,S01012074 -5569,S01012075 -5570,S01012076 -5571,S01012077 -5572,S01012078 -5573,S01012079 -5574,S01012080 -5575,S01012081 -5576,S01012082 -5577,S01012083 -5578,S01012084 -5579,S01012085 -5580,S01012086 -5581,S01012087 -5582,S01012088 -5583,S01012089 -5584,S01012090 -5585,S01012091 -5586,S01012092 -5587,S01012093 -5588,S01012094 -5589,S01012095 -5590,S01012096 -5591,S01012097 -5592,S01012098 -5593,S01012099 -5594,S01012100 -5595,S01012101 -5596,S01012102 -5597,S01012103 -5598,S01012104 -5599,S01012105 -5600,S01012106 -5601,S01012107 -5602,S01012108 -5603,S01012109 -5604,S01012110 -5605,S01012111 -5606,S01012112 -5607,S01012113 -5608,S01012114 -5609,S01012115 -5610,S01012116 -5611,S01012117 -5612,S01012118 -5613,S01012119 -5614,S01012120 -5615,S01012121 -5616,S01012122 -5617,S01012123 -5618,S01012124 -5619,S01012125 -5620,S01012126 -5621,S01012127 -5622,S01012128 -5623,S01012129 -5624,S01012130 -5625,S01012131 -5626,S01012132 -5627,S01012133 -5628,S01012134 -5629,S01012135 -5630,S01012136 -5631,S01012137 -5632,S01012138 -5633,S01012139 -5634,S01012140 -5635,S01012141 -5636,S01012142 -5637,S01012143 -5638,S01012144 -5639,S01012145 -5640,S01012146 -5641,S01012147 -5642,S01012148 -5643,S01012149 -5644,S01012150 -5645,S01012151 -5646,S01012152 -5647,S01012153 -5648,S01012154 -5649,S01012155 -5650,S01012156 -5651,S01012157 -5652,S01012158 -5653,S01012159 -5654,S01012160 -5655,S01012161 -5656,S01012162 -5657,S01012163 -5658,S01012164 -5659,S01012165 -5660,S01012166 -5661,S01012167 -5662,S01012168 -5663,S01012169 -5664,S01012170 -5665,S01012171 -5666,S01012172 -5667,S01012173 -5668,S01012174 -5669,S01012175 -5670,S01012176 -5671,S01012177 -5672,S01012178 -5673,S01012179 -5674,S01012180 -5675,S01012181 -5676,S01012182 -5677,S01012183 -5678,S01012184 -5679,S01012185 -5680,S01012186 -5681,S01012187 -5682,S01012188 -5683,S01012189 -5684,S01012190 -5685,S01012191 -5686,S01012192 -5687,S01012193 -5688,S01012194 -5689,S01012195 -5690,S01012196 -5691,S01012197 -5692,S01012198 -5693,S01012199 -5694,S01012200 -5695,S01012201 -5696,S01012202 -5697,S01012203 -5698,S01012204 -5699,S01012205 -5700,S01012206 -5701,S01012207 -5702,S01012208 -5703,S01012209 -5704,S01012210 -5705,S01012211 -5706,S01012212 -5707,S01012213 -5708,S01012214 -5709,S01012215 -5710,S01012216 -5711,S01012217 -5712,S01012218 -5713,S01012219 -5714,S01012220 -5715,S01012221 -5716,S01012222 -5717,S01012223 -5718,S01012224 -5719,S01012225 -5720,S01012226 -5721,S01012227 -5722,S01012228 -5723,S01012229 -5724,S01012230 -5725,S01012231 -5726,S01012232 -5727,S01012233 -5728,S01012234 -5729,S01012235 -5730,S01012236 -5731,S01012237 -5732,S01012238 -5733,S01012239 -5734,S01012240 -5735,S01012241 -5736,S01012242 -5737,S01012243 -5738,S01012244 -5739,S01012245 -5740,S01012246 -5741,S01012247 -5742,S01012248 -5743,S01012249 -5744,S01012250 -5745,S01012251 -5746,S01012252 -5747,S01012253 -5748,S01012254 -5749,S01012255 -5750,S01012256 -5751,S01012257 -5752,S01012258 -5753,S01012259 -5754,S01012260 -5755,S01012261 -5756,S01012262 -5757,S01012263 -5758,S01012264 -5759,S01012265 -5760,S01012266 -5761,S01012267 -5762,S01012268 -5763,S01012269 -5764,S01012270 -5765,S01012271 -5766,S01012272 -5767,S01012273 -5768,S01012274 -5769,S01012275 -5770,S01012276 -5771,S01012277 -5772,S01012278 -5773,S01012279 -5774,S01012280 -5775,S01012281 -5776,S01012282 -5777,S01012283 -5778,S01012284 -5779,S01012285 -5780,S01012286 -5781,S01012287 -5782,S01012288 -5783,S01012289 -5784,S01012290 -5785,S01012291 -5786,S01012292 -5787,S01012293 -5788,S01012294 -5789,S01012295 -5790,S01012296 -5791,S01012297 -5792,S01012298 -5793,S01012299 -5794,S01012300 -5795,S01012301 -5796,S01012302 -5797,S01012303 -5798,S01012304 -5799,S01012305 -5800,S01012306 -5801,S01012307 -5802,S01012308 -5803,S01012309 -5804,S01012310 -5805,S01012311 -5806,S01012312 -5807,S01012313 -5808,S01012314 -5809,S01012315 -5810,S01012316 -5811,S01012317 -5812,S01012318 -5813,S01012319 -5814,S01012320 -5815,S01012321 -5816,S01012322 -5817,S01012323 -5818,S01012324 -5819,S01012325 -5820,S01012326 -5821,S01012327 -5822,S01012328 -5823,S01012329 -5824,S01012330 -5825,S01012331 -5826,S01012332 -5827,S01012333 -5828,S01012334 -5829,S01012335 -5830,S01012336 -5831,S01012337 -5832,S01012338 -5833,S01012339 -5834,S01012340 -5835,S01012341 -5836,S01012342 -5837,S01012343 -5838,S01012344 -5839,S01012345 -5840,S01012346 -5841,S01012347 -5842,S01012348 -5843,S01012349 -5844,S01012350 -5845,S01012351 -5846,S01012352 -5847,S01012353 -5848,S01012354 -5849,S01012355 -5850,S01012356 -5851,S01012357 -5852,S01012358 -5853,S01012359 -5854,S01012360 -5855,S01012361 -5856,S01012362 -5857,S01012363 -5858,S01012364 -5859,S01012365 -5860,S01012366 -5861,S01012367 -5862,S01012368 -5863,S01012369 -5864,S01012370 -5865,S01012371 -5866,S01012372 -5867,S01012373 -5868,S01012374 -5869,S01012375 -5870,S01012376 -5871,S01012377 -5872,S01012378 -5873,S01012379 -5874,S01012380 -5875,S01012381 -5876,S01012382 -5877,S01012383 -5878,S01012384 -5879,S01012385 -5880,S01012386 -5881,S01012387 -5882,S01012388 -5883,S01012389 -5884,S01012390 -5885,S01012391 -5886,S01012392 -5887,S01012393 -5888,S01012394 -5889,S01012395 -5890,S01012396 -5891,S01012397 -5892,S01012398 -5893,S01012399 -5894,S01012400 -5895,S01012401 -5896,S01012402 -5897,S01012403 -5898,S01012404 -5899,S01012405 -5900,S01012406 -5901,S01012407 -5902,S01012408 -5903,S01012409 -5904,S01012410 -5905,S01012411 -5906,S01012412 -5907,S01012413 -5908,S01012414 -5909,S01012415 -5910,S01012416 -5911,S01012417 -5912,S01012418 -5913,S01012419 -5914,S01012420 -5915,S01012421 -5916,S01012422 -5917,S01012423 -5918,S01012424 -5919,S01012425 -5920,S01012426 -5921,S01012427 -5922,S01012428 -5923,S01012429 -5924,S01012430 -5925,S01012431 -5926,S01012432 -5927,S01012433 -5928,S01012434 -5929,S01012435 -5930,S01012436 -5931,S01012437 -5932,S01012438 -5933,S01012439 -5934,S01012440 -5935,S01012441 -5936,S01012442 -5937,S01012443 -5938,S01012444 -5939,S01012445 -5940,S01012446 -5941,S01012447 -5942,S01012448 -5943,S01012449 -5944,S01012450 -5945,S01012451 -5946,S01012452 -5947,S01012453 -5948,S01012454 -5949,S01012455 -5950,S01012456 -5951,S01012457 -5952,S01012458 -5953,S01012459 -5954,S01012460 -5955,S01012461 -5956,S01012462 -5957,S01012463 -5958,S01012464 -5959,S01012465 -5960,S01012466 -5961,S01012467 -5962,S01012468 -5963,S01012469 -5964,S01012470 -5965,S01012471 -5966,S01012472 -5967,S01012473 -5968,S01012474 -5969,S01012475 -5970,S01012476 -5971,S01012477 -5972,S01012478 -5973,S01012479 -5974,S01012480 -5975,S01012481 -5976,S01012482 -5977,S01012483 -5978,S01012484 -5979,S01012485 -5980,S01012486 -5981,S01012487 -5982,S01012488 -5983,S01012489 -5984,S01012490 -5985,S01012491 -5986,S01012492 -5987,S01012493 -5988,S01012494 -5989,S01012495 -5990,S01012496 -5991,S01012497 -5992,S01012498 -5993,S01012499 -5994,S01012500 -5995,S01012501 -5996,S01012502 -5997,S01012503 -5998,S01012504 -5999,S01012505 -6000,S01012506 -6001,S01012507 -6002,S01012508 -6003,S01012509 -6004,S01012510 -6005,S01012511 -6006,S01012512 -6007,S01012513 -6008,S01012514 -6009,S01012515 -6010,S01012516 -6011,S01012517 -6012,S01012518 -6013,S01012519 -6014,S01012520 -6015,S01012521 -6016,S01012522 -6017,S01012523 -6018,S01012524 -6019,S01012525 -6020,S01012526 -6021,S01012527 -6022,S01012528 -6023,S01012529 -6024,S01012530 -6025,S01012531 -6026,S01012532 -6027,S01012533 -6028,S01012534 -6029,S01012535 -6030,S01012536 -6031,S01012537 -6032,S01012538 -6033,S01012539 -6034,S01012540 -6035,S01012541 -6036,S01012542 -6037,S01012543 -6038,S01012544 -6039,S01012545 -6040,S01012546 -6041,S01012547 -6042,S01012548 -6043,S01012549 -6044,S01012550 -6045,S01012551 -6046,S01012552 -6047,S01012553 -6048,S01012554 -6049,S01012555 -6050,S01012556 -6051,S01012557 -6052,S01012558 -6053,S01012559 -6054,S01012560 -6055,S01012561 -6056,S01012562 -6057,S01012563 -6058,S01012564 -6059,S01012565 -6060,S01012566 -6061,S01012567 -6062,S01012568 -6063,S01012569 -6064,S01012570 -6065,S01012571 -6066,S01012572 -6067,S01012573 -6068,S01012574 -6069,S01012575 -6070,S01012576 -6071,S01012577 -6072,S01012578 -6073,S01012579 -6074,S01012580 -6075,S01012581 -6076,S01012582 -6077,S01012583 -6078,S01012584 -6079,S01012585 -6080,S01012586 -6081,S01012587 -6082,S01012588 -6083,S01012589 -6084,S01012590 -6085,S01012591 -6086,S01012592 -6087,S01012593 -6088,S01012594 -6089,S01012595 -6090,S01012596 -6091,S01012597 -6092,S01012598 -6093,S01012599 -6094,S01012600 -6095,S01012601 -6096,S01012602 -6097,S01012603 -6098,S01012604 -6099,S01012605 -6100,S01012606 -6101,S01012607 -6102,S01012608 -6103,S01012609 -6104,S01012610 -6105,S01012611 -6106,S01012612 -6107,S01012613 -6108,S01012614 -6109,S01012615 -6110,S01012616 -6111,S01012617 -6112,S01012618 -6113,S01012619 -6114,S01012620 -6115,S01012621 -6116,S01012622 -6117,S01012623 -6118,S01012624 -6119,S01012625 -6120,S01012626 -6121,S01012627 -6122,S01012628 -6123,S01012629 -6124,S01012630 -6125,S01012631 -6126,S01012632 -6127,S01012633 -6128,S01012634 -6129,S01012635 -6130,S01012636 -6131,S01012637 -6132,S01012638 -6133,S01012639 -6134,S01012640 -6135,S01012641 -6136,S01012642 -6137,S01012643 -6138,S01012644 -6139,S01012645 -6140,S01012646 -6141,S01012647 -6142,S01012648 -6143,S01012649 -6144,S01012650 -6145,S01012651 -6146,S01012652 -6147,S01012653 -6148,S01012654 -6149,S01012655 -6150,S01012656 -6151,S01012657 -6152,S01012658 -6153,S01012659 -6154,S01012660 -6155,S01012661 -6156,S01012662 -6157,S01012663 -6158,S01012664 -6159,S01012665 -6160,S01012666 -6161,S01012667 -6162,S01012668 -6163,S01012669 -6164,S01012670 -6165,S01012671 -6166,S01012672 -6167,S01012673 -6168,S01012674 -6169,S01012675 -6170,S01012676 -6171,S01012677 -6172,S01012678 -6173,S01012679 -6174,S01012680 -6175,S01012681 -6176,S01012682 -6177,S01012683 -6178,S01012684 -6179,S01012685 -6180,S01012686 -6181,S01012687 -6182,S01012688 -6183,S01012689 -6184,S01012690 -6185,S01012691 -6186,S01012692 -6187,S01012693 -6188,S01012694 -6189,S01012695 -6190,S01012696 -6191,S01012697 -6192,S01012698 -6193,S01012699 -6194,S01012700 -6195,S01012701 -6196,S01012702 -6197,S01012703 -6198,S01012704 -6199,S01012705 -6200,S01012706 -6201,S01012707 -6202,S01012708 -6203,S01012709 -6204,S01012710 -6205,S01012711 -6206,S01012712 -6207,S01012713 -6208,S01012714 -6209,S01012715 -6210,S01012716 -6211,S01012717 -6212,S01012718 -6213,S01012719 -6214,S01012720 -6215,S01012721 -6216,S01012722 -6217,S01012723 -6218,S01012724 -6219,S01012725 -6220,S01012726 -6221,S01012727 -6222,S01012728 -6223,S01012729 -6224,S01012730 -6225,S01012731 -6226,S01012732 -6227,S01012733 -6228,S01012734 -6229,S01012735 -6230,S01012736 -6231,S01012737 -6232,S01012738 -6233,S01012739 -6234,S01012740 -6235,S01012741 -6236,S01012742 -6237,S01012743 -6238,S01012744 -6239,S01012745 -6240,S01012746 -6241,S01012747 -6242,S01012748 -6243,S01012749 -6244,S01012750 -6245,S01012751 -6246,S01012752 -6247,S01012753 -6248,S01012754 -6249,S01012755 -6250,S01012756 -6251,S01012757 -6252,S01012758 -6253,S01012759 -6254,S01012760 -6255,S01012761 -6256,S01012762 -6257,S01012763 -6258,S01012764 -6259,S01012765 -6260,S01012766 -6261,S01012767 -6262,S01012768 -6263,S01012769 -6264,S01012770 -6265,S01012771 -6266,S01012772 -6267,S01012773 -6268,S01012774 -6269,S01012775 -6270,S01012776 -6271,S01012777 -6272,S01012778 -6273,S01012779 -6274,S01012780 -6275,S01012781 -6276,S01012782 -6277,S01012783 -6278,S01012784 -6279,S01012785 -6280,S01012786 -6281,S01012787 -6282,S01012788 -6283,S01012789 -6284,S01012790 -6285,S01012791 -6286,S01012792 -6287,S01012793 -6288,S01012794 -6289,S01012795 -6290,S01012796 -6291,S01012797 -6292,S01012798 -6293,S01012799 -6294,S01012800 -6295,S01012801 -6296,S01012802 -6297,S01012803 -6298,S01012804 -6299,S01012805 -6300,S01012806 -6301,S01012807 -6302,S01012808 -6303,S01012809 -6304,S01012810 -6305,S01012811 -6306,S01012812 -6307,S01012813 -6308,S01012814 -6309,S01012815 -6310,S01012816 -6311,S01012817 -6312,S01012818 -6313,S01012819 -6314,S01012820 -6315,S01012821 -6316,S01012822 -6317,S01012823 -6318,S01012824 -6319,S01012825 -6320,S01012826 -6321,S01012827 -6322,S01012828 -6323,S01012829 -6324,S01012830 -6325,S01012831 -6326,S01012832 -6327,S01012833 -6328,S01012834 -6329,S01012835 -6330,S01012836 -6331,S01012837 -6332,S01012838 -6333,S01012839 -6334,S01012840 -6335,S01012841 -6336,S01012842 -6337,S01012843 -6338,S01012844 -6339,S01012845 -6340,S01012846 -6341,S01012847 -6342,S01012848 -6343,S01012849 -6344,S01012850 -6345,S01012851 -6346,S01012852 -6347,S01012853 -6348,S01012854 -6349,S01012855 -6350,S01012856 -6351,S01012857 -6352,S01012858 -6353,S01012859 -6354,S01012860 -6355,S01012861 -6356,S01012862 -6357,S01012863 -6358,S01012864 -6359,S01012865 -6360,S01012866 -6361,S01012867 -6362,S01012868 -6363,S01012869 -6364,S01012870 -6365,S01012871 -6366,S01012872 -6367,S01012873 -6368,S01012874 -6369,S01012875 -6370,S01012876 -6371,S01012877 -6372,S01012878 -6373,S01012879 -6374,S01012880 -6375,S01012881 -6376,S01012882 -6377,S01012883 -6378,S01012884 -6379,S01012885 -6380,S01012886 -6381,S01012887 -6382,S01012888 -6383,S01012889 -6384,S01012890 -6385,S01012891 -6386,S01012892 -6387,S01012893 -6388,S01012894 -6389,S01012895 -6390,S01012896 -6391,S01012897 -6392,S01012898 -6393,S01012899 -6394,S01012900 -6395,S01012901 -6396,S01012902 -6397,S01012903 -6398,S01012904 -6399,S01012905 -6400,S01012906 -6401,S01012907 -6402,S01012908 -6403,S01012909 -6404,S01012910 -6405,S01012911 -6406,S01012912 -6407,S01012913 -6408,S01012914 -6409,S01012915 -6410,S01012916 -6411,S01012917 -6412,S01012918 -6413,S01012919 -6414,S01012920 -6415,S01012921 -6416,S01012922 -6417,S01012923 -6418,S01012924 -6419,S01012925 -6420,S01012926 -6421,S01012927 -6422,S01012928 -6423,S01012929 -6424,S01012930 -6425,S01012931 -6426,S01012932 -6427,S01012933 -6428,S01012934 -6429,S01012935 -6430,S01012936 -6431,S01012937 -6432,S01012938 -6433,S01012939 -6434,S01012940 -6435,S01012941 -6436,S01012942 -6437,S01012943 -6438,S01012944 -6439,S01012945 -6440,S01012946 -6441,S01012947 -6442,S01012948 -6443,S01012949 -6444,S01012950 -6445,S01012951 -6446,S01012952 -6447,S01012953 -6448,S01012954 -6449,S01012955 -6450,S01012956 -6451,S01012957 -6452,S01012958 -6453,S01012959 -6454,S01012960 -6455,S01012961 -6456,S01012962 -6457,S01012963 -6458,S01012964 -6459,S01012965 -6460,S01012966 -6461,S01012967 -6462,S01012968 -6463,S01012969 -6464,S01012970 -6465,S01012971 -6466,S01012972 -6467,S01012973 -6468,S01012974 -6469,S01012975 -6470,S01012976 -6471,S01012977 -6472,S01012978 -6473,S01012979 -6474,S01012980 -6475,S01012981 -6476,S01012982 -6477,S01012983 -6478,S01012984 -6479,S01012985 -6480,S01012986 -6481,S01012987 -6482,S01012988 -6483,S01012989 -6484,S01012990 -6485,S01012991 -6486,S01012992 -6487,S01012993 -6488,S01012994 -6489,S01012995 -6490,S01012996 -6491,S01012997 -6492,S01012998 -6493,S01012999 -6494,S01013000 -6495,S01013001 -6496,S01013002 -6497,S01013003 -6498,S01013004 -6499,S01013005 -6500,S01013006 -6501,S01013007 -6502,S01013008 -6503,S01013009 -6504,S01013010 -6505,S01013011 -6506,S01013012 -6507,S01013013 -6508,S01013014 -6509,S01013015 -6510,S01013016 -6511,S01013017 -6512,S01013018 -6513,S01013019 -6514,S01013020 -6515,S01013021 -6516,S01013022 -6517,S01013023 -6518,S01013024 -6519,S01013025 -6520,S01013026 -6521,S01013027 -6522,S01013028 -6523,S01013029 -6524,S01013030 -6525,S01013031 -6526,S01013032 -6527,S01013033 -6528,S01013034 -6529,S01013035 -6530,S01013036 -6531,S01013037 -6532,S01013038 -6533,S01013039 -6534,S01013040 -6535,S01013041 -6536,S01013042 -6537,S01013043 -6538,S01013044 -6539,S01013045 -6540,S01013046 -6541,S01013047 -6542,S01013048 -6543,S01013049 -6544,S01013050 -6545,S01013051 -6546,S01013052 -6547,S01013053 -6548,S01013054 -6549,S01013055 -6550,S01013056 -6551,S01013057 -6552,S01013058 -6553,S01013059 -6554,S01013060 -6555,S01013061 -6556,S01013062 -6557,S01013063 -6558,S01013064 -6559,S01013065 -6560,S01013066 -6561,S01013067 -6562,S01013068 -6563,S01013069 -6564,S01013070 -6565,S01013071 -6566,S01013072 -6567,S01013073 -6568,S01013074 -6569,S01013075 -6570,S01013076 -6571,S01013077 -6572,S01013078 -6573,S01013079 -6574,S01013080 -6575,S01013081 -6576,S01013082 -6577,S01013083 -6578,S01013084 -6579,S01013085 -6580,S01013086 -6581,S01013087 -6582,S01013088 -6583,S01013089 -6584,S01013090 -6585,S01013091 -6586,S01013092 -6587,S01013093 -6588,S01013094 -6589,S01013095 -6590,S01013096 -6591,S01013097 -6592,S01013098 -6593,S01013099 -6594,S01013100 -6595,S01013101 -6596,S01013102 -6597,S01013103 -6598,S01013104 -6599,S01013105 -6600,S01013106 -6601,S01013107 -6602,S01013108 -6603,S01013109 -6604,S01013110 -6605,S01013111 -6606,S01013112 -6607,S01013113 -6608,S01013114 -6609,S01013115 -6610,S01013116 -6611,S01013117 -6612,S01013118 -6613,S01013119 -6614,S01013120 -6615,S01013121 -6616,S01013122 -6617,S01013123 -6618,S01013124 -6619,S01013125 -6620,S01013126 -6621,S01013127 -6622,S01013128 -6623,S01013129 -6624,S01013130 -6625,S01013131 -6626,S01013132 -6627,S01013133 -6628,S01013134 -6629,S01013135 -6630,S01013136 -6631,S01013137 -6632,S01013138 -6633,S01013139 -6634,S01013140 -6635,S01013141 -6636,S01013142 -6637,S01013143 -6638,S01013144 -6639,S01013145 -6640,S01013146 -6641,S01013147 -6642,S01013148 -6643,S01013149 -6644,S01013150 -6645,S01013151 -6646,S01013152 -6647,S01013153 -6648,S01013154 -6649,S01013155 -6650,S01013156 -6651,S01013157 -6652,S01013158 -6653,S01013159 -6654,S01013160 -6655,S01013161 -6656,S01013162 -6657,S01013163 -6658,S01013164 -6659,S01013165 -6660,S01013166 -6661,S01013167 -6662,S01013168 -6663,S01013169 -6664,S01013170 -6665,S01013171 -6666,S01013172 -6667,S01013173 -6668,S01013174 -6669,S01013175 -6670,S01013176 -6671,S01013177 -6672,S01013178 -6673,S01013179 -6674,S01013180 -6675,S01013181 -6676,S01013182 -6677,S01013183 -6678,S01013184 -6679,S01013185 -6680,S01013186 -6681,S01013187 -6682,S01013188 -6683,S01013189 -6684,S01013190 -6685,S01013191 -6686,S01013192 -6687,S01013193 -6688,S01013194 -6689,S01013195 -6690,S01013196 -6691,S01013197 -6692,S01013198 -6693,S01013199 -6694,S01013200 -6695,S01013201 -6696,S01013202 -6697,S01013203 -6698,S01013204 -6699,S01013205 -6700,S01013206 -6701,S01013207 -6702,S01013208 -6703,S01013209 -6704,S01013210 -6705,S01013211 -6706,S01013212 -6707,S01013213 -6708,S01013214 -6709,S01013215 -6710,S01013216 -6711,S01013217 -6712,S01013218 -6713,S01013219 -6714,S01013220 -6715,S01013221 -6716,S01013222 -6717,S01013223 -6718,S01013224 -6719,S01013225 -6720,S01013226 -6721,S01013227 -6722,S01013228 -6723,S01013229 -6724,S01013230 -6725,S01013231 -6726,S01013232 -6727,S01013233 -6728,S01013234 -6729,S01013235 -6730,S01013236 -6731,S01013237 -6732,S01013238 -6733,S01013239 -6734,S01013240 -6735,S01013241 -6736,S01013242 -6737,S01013243 -6738,S01013244 -6739,S01013245 -6740,S01013246 -6741,S01013247 -6742,S01013248 -6743,S01013249 -6744,S01013250 -6745,S01013251 -6746,S01013252 -6747,S01013253 -6748,S01013254 -6749,S01013255 -6750,S01013256 -6751,S01013257 -6752,S01013258 -6753,S01013259 -6754,S01013260 -6755,S01013261 -6756,S01013262 -6757,S01013263 -6758,S01013264 -6759,S01013265 -6760,S01013266 -6761,S01013267 -6762,S01013268 -6763,S01013269 -6764,S01013270 -6765,S01013271 -6766,S01013272 -6767,S01013273 -6768,S01013274 -6769,S01013275 -6770,S01013276 -6771,S01013277 -6772,S01013278 -6773,S01013279 -6774,S01013280 -6775,S01013281 -6776,S01013282 -6777,S01013283 -6778,S01013284 -6779,S01013285 -6780,S01013286 -6781,S01013287 -6782,S01013288 -6783,S01013289 -6784,S01013290 -6785,S01013291 -6786,S01013292 -6787,S01013293 -6788,S01013294 -6789,S01013295 -6790,S01013296 -6791,S01013297 -6792,S01013298 -6793,S01013299 -6794,S01013300 -6795,S01013301 -6796,S01013302 -6797,S01013303 -6798,S01013304 -6799,S01013305 -6800,S01013306 -6801,S01013307 -6802,S01013308 -6803,S01013309 -6804,S01013310 -6805,S01013311 -6806,S01013312 -6807,S01013313 -6808,S01013314 -6809,S01013315 -6810,S01013316 -6811,S01013317 -6812,S01013318 -6813,S01013319 -6814,S01013320 -6815,S01013321 -6816,S01013322 -6817,S01013323 -6818,S01013324 -6819,S01013325 -6820,S01013326 -6821,S01013327 -6822,S01013328 -6823,S01013329 -6824,S01013330 -6825,S01013331 -6826,S01013332 -6827,S01013333 -6828,S01013334 -6829,S01013335 -6830,S01013336 -6831,S01013337 -6832,S01013338 -6833,S01013339 -6834,S01013340 -6835,S01013341 -6836,S01013342 -6837,S01013343 -6838,S01013344 -6839,S01013345 -6840,S01013346 -6841,S01013347 -6842,S01013348 -6843,S01013349 -6844,S01013350 -6845,S01013351 -6846,S01013352 -6847,S01013353 -6848,S01013354 -6849,S01013355 -6850,S01013356 -6851,S01013357 -6852,S01013358 -6853,S01013359 -6854,S01013360 -6855,S01013361 -6856,S01013362 -6857,S01013363 -6858,S01013364 -6859,S01013365 -6860,S01013366 -6861,S01013367 -6862,S01013368 -6863,S01013369 -6864,S01013370 -6865,S01013371 -6866,S01013372 -6867,S01013373 -6868,S01013374 -6869,S01013375 -6870,S01013376 -6871,S01013377 -6872,S01013378 -6873,S01013379 -6874,S01013380 -6875,S01013381 -6876,S01013382 -6877,S01013383 -6878,S01013384 -6879,S01013385 -6880,S01013386 -6881,S01013387 -6882,S01013388 -6883,S01013389 -6884,S01013390 -6885,S01013391 -6886,S01013392 -6887,S01013393 -6888,S01013394 -6889,S01013395 -6890,S01013396 -6891,S01013397 -6892,S01013398 -6893,S01013399 -6894,S01013400 -6895,S01013401 -6896,S01013402 -6897,S01013403 -6898,S01013404 -6899,S01013405 -6900,S01013406 -6901,S01013407 -6902,S01013408 -6903,S01013409 -6904,S01013410 -6905,S01013411 -6906,S01013412 -6907,S01013413 -6908,S01013414 -6909,S01013415 -6910,S01013416 -6911,S01013417 -6912,S01013418 -6913,S01013419 -6914,S01013420 -6915,S01013421 -6916,S01013422 -6917,S01013423 -6918,S01013424 -6919,S01013425 -6920,S01013426 -6921,S01013427 -6922,S01013428 -6923,S01013429 -6924,S01013430 -6925,S01013431 -6926,S01013432 -6927,S01013433 -6928,S01013434 -6929,S01013435 -6930,S01013436 -6931,S01013437 -6932,S01013438 -6933,S01013439 -6934,S01013440 -6935,S01013441 -6936,S01013442 -6937,S01013443 -6938,S01013444 -6939,S01013445 -6940,S01013446 -6941,S01013447 -6942,S01013448 -6943,S01013449 -6944,S01013450 -6945,S01013451 -6946,S01013452 -6947,S01013453 -6948,S01013454 -6949,S01013455 -6950,S01013456 -6951,S01013457 -6952,S01013458 -6953,S01013459 -6954,S01013460 -6955,S01013461 -6956,S01013462 -6957,S01013463 -6958,S01013464 -6959,S01013465 -6960,S01013466 -6961,S01013467 -6962,S01013468 -6963,S01013469 -6964,S01013470 -6965,S01013471 -6966,S01013472 -6967,S01013473 -6968,S01013474 -6969,S01013475 -6970,S01013476 -6971,S01013477 -6972,S01013478 -6973,S01013479 -6974,S01013480 -6975,S01013481 +,OA11CD,OAC11CD,OAC11NM,LSOA11CD,LSOA11NM,SOAC11CD,SOAC11NM,MSOA11CD,MSOA11NM,LAD17CD,LAD17NM,LACCD,LACNM,RGN11CD,RGN11NM,CTRY11CD,CTRY11NM,FID +171200,S00096204,8b1,Deprived Blue-Collar Terraces,S01007469,Alloa North - 03,4a,Challenged white communities,S02001403,Alloa North,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171201 +171202,S00095909,7b2,Deprived Neighbourhoods,S01007467,Alloa North - 01,4b,Constrained renters,S02001403,Alloa North,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171203 +171204,S00095935,7b2,Deprived Neighbourhoods,S01007461,Alloa South and East - 01,4d,Hard-pressed flat dwellers,S02001402,Alloa South and East,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171205 +171206,S00096182,7b2,Deprived Neighbourhoods,S01007466,Alloa South and East - 06,4d,Hard-pressed flat dwellers,S02001402,Alloa South and East,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171207 +171208,S00095873,6a3,Detached Retirement Living,S01007474,Alloa North - 08,8c,Comfortable suburbia,S02001403,Alloa North,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171209 +171211,S00095874,6a3,Detached Retirement Living,S01007474,Alloa North - 08,8c,Comfortable suburbia,S02001403,Alloa North,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171212 +171212,S00095926,6a3,Detached Retirement Living,S01007458,Sauchie - 05,8b,Ageing suburbanites,S02001401,Sauchie,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171213 +171213,S00096044,6a3,Detached Retirement Living,S01007442,Tillicoultry - 08,8b,Ageing suburbanites,S02001398,Tillicoultry,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171214 +171214,S00096049,6a3,Detached Retirement Living,S01007442,Tillicoultry - 08,8b,Ageing suburbanites,S02001398,Tillicoultry,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171215 +171215,S00096051,6a3,Detached Retirement Living,S01007440,Tillicoultry - 06,5d,Endeavouring social renters,S02001398,Tillicoultry,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171216 +171216,S00096052,6a3,Detached Retirement Living,S01007442,Tillicoultry - 08,8b,Ageing suburbanites,S02001398,Tillicoultry,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171217 +171217,S00096054,6a3,Detached Retirement Living,S01007441,Tillicoultry - 07,8b,Ageing suburbanites,S02001398,Tillicoultry,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171218 +171218,S00096083,6a3,Detached Retirement Living,S01007431,Alva - 07,8b,Ageing suburbanites,S02001396,Alva,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171219 +171219,S00096098,6a3,Detached Retirement Living,S01007424,Menstrie - 04,8b,Ageing suburbanites,S02001395,Menstrie,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171220 +171220,S00096114,6a3,Detached Retirement Living,S01007445,Dollar and Muckhart - 03,8b,Ageing suburbanites,S02001399,Dollar and Muckhart,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171221 +171221,S00096115,6a3,Detached Retirement Living,S01007445,Dollar and Muckhart - 03,8b,Ageing suburbanites,S02001399,Dollar and Muckhart,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171222 +171222,S00096129,6a3,Detached Retirement Living,S01007442,Tillicoultry - 08,8b,Ageing suburbanites,S02001398,Tillicoultry,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171223 +171223,S00096133,6a3,Detached Retirement Living,S01007425,Alva - 01,5c,Comfortable neighbourhoods,S02001396,Alva,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171224 +171224,S00096135,6a3,Detached Retirement Living,S01007446,Dollar and Muckhart - 04,2b,Prospering countryside life,S02001399,Dollar and Muckhart,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171225 +171225,S00096147,6a3,Detached Retirement Living,S01007424,Menstrie - 04,8b,Ageing suburbanites,S02001395,Menstrie,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171226 +171226,S00096148,6a3,Detached Retirement Living,S01007424,Menstrie - 04,8b,Ageing suburbanites,S02001395,Menstrie,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171227 +171227,S00096163,6a3,Detached Retirement Living,S01007417,Tullibody North and Glenochil - 03,8c,Comfortable suburbia,S02001394,Tullibody North and Glenochil,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171228 +171228,S00096164,6a3,Detached Retirement Living,S01007417,Tullibody North and Glenochil - 03,8c,Comfortable suburbia,S02001394,Tullibody North and Glenochil,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171229 +171229,S00096192,6a3,Detached Retirement Living,S01007475,Alloa North - 09,5c,Comfortable neighbourhoods,S02001403,Alloa North,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171230 +171230,S00096198,6a3,Detached Retirement Living,S01007468,Alloa North - 02,5c,Comfortable neighbourhoods,S02001403,Alloa North,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171231 +171231,S00096209,6a3,Detached Retirement Living,S01007414,Tullibody South - 06,8c,Comfortable suburbia,S02001393,Tullibody South,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171232 +171232,S00096249,6a3,Detached Retirement Living,S01007445,Dollar and Muckhart - 03,8b,Ageing suburbanites,S02001399,Dollar and Muckhart,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171233 +171233,S00096260,6a3,Detached Retirement Living,S01007431,Alva - 07,8b,Ageing suburbanites,S02001396,Alva,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171234 +171234,S00095851,7b1,Eastern European Communities,S01007466,Alloa South and East - 06,4d,Hard-pressed flat dwellers,S02001402,Alloa South and East,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171235 +171235,S00095852,7b1,Eastern European Communities,S01007466,Alloa South and East - 06,4d,Hard-pressed flat dwellers,S02001402,Alloa South and East,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171236 +171236,S00095899,7b1,Eastern European Communities,S01007470,Alloa North - 04,4d,Hard-pressed flat dwellers,S02001403,Alloa North,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171237 +171237,S00095901,7b1,Eastern European Communities,S01007467,Alloa North - 01,4b,Constrained renters,S02001403,Alloa North,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171238 +171238,S00095913,7b1,Eastern European Communities,S01007461,Alloa South and East - 01,4d,Hard-pressed flat dwellers,S02001402,Alloa South and East,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171239 +171239,S00095954,7b1,Eastern European Communities,S01007457,Sauchie - 04,5e,Primary sector workers,S02001401,Sauchie,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171240 +171240,S00095973,7b1,Eastern European Communities,S01007411,Tullibody South - 03,4a,Challenged white communities,S02001393,Tullibody South,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171241 +171241,S00095979,7b1,Eastern European Communities,S01007419,Tullibody North and Glenochil - 05,4a,Challenged white communities,S02001394,Tullibody North and Glenochil,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171242 +171242,S00096188,7b1,Eastern European Communities,S01007465,Alloa South and East - 05,4a,Challenged white communities,S02001402,Alloa South and East,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171243 +171243,S00095853,7b3,Endeavouring Flat Dwellers,S01007466,Alloa South and East - 06,4d,Hard-pressed flat dwellers,S02001402,Alloa South and East,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171244 +171244,S00095854,7b3,Endeavouring Flat Dwellers,S01007466,Alloa South and East - 06,4d,Hard-pressed flat dwellers,S02001402,Alloa South and East,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171245 +171245,S00095903,7b3,Endeavouring Flat Dwellers,S01007467,Alloa North - 01,4b,Constrained renters,S02001403,Alloa North,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171246 +171246,S00095952,7b3,Endeavouring Flat Dwellers,S01007456,Sauchie - 03,4d,Hard-pressed flat dwellers,S02001401,Sauchie,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171247 +171247,S00095983,7b3,Endeavouring Flat Dwellers,S01007419,Tullibody North and Glenochil - 05,4a,Challenged white communities,S02001394,Tullibody North and Glenochil,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171248 +171248,S00096028,7b3,Endeavouring Flat Dwellers,S01007434,"Fishcross, Devon Village and Coalsnaughton - 03",4a,Challenged white communities,S02001397,"Fishcross, Devon Village and Coalsnaughton",S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171249 +171249,S00096087,7b3,Endeavouring Flat Dwellers,S01007421,Menstrie - 01,5c,Comfortable neighbourhoods,S02001395,Menstrie,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171250 +171250,S00096202,7b3,Endeavouring Flat Dwellers,S01007461,Alloa South and East - 01,4d,Hard-pressed flat dwellers,S02001402,Alloa South and East,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171251 +171251,S00096237,7b3,Endeavouring Flat Dwellers,S01007435,Tillicoultry - 01,5c,Comfortable neighbourhoods,S02001398,Tillicoultry,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171252 +171252,S00096257,7b3,Endeavouring Flat Dwellers,S01007436,Tillicoultry - 02,4a,Challenged white communities,S02001398,Tillicoultry,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171253 +171253,S00095844,1a2,Established Farming Communities,S01007447,Dollar and Muckhart - 05,2c,Remoter communities,S02001399,Dollar and Muckhart,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171254 +171254,S00095845,1a2,Established Farming Communities,S01007447,Dollar and Muckhart - 05,2c,Remoter communities,S02001399,Dollar and Muckhart,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171255 +171255,S00096150,1a2,Established Farming Communities,S01007446,Dollar and Muckhart - 04,2b,Prospering countryside life,S02001399,Dollar and Muckhart,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171256 +171258,S00096145,6a2,Comfortable Suburbia,S01007421,Menstrie - 01,5c,Comfortable neighbourhoods,S02001395,Menstrie,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171259 +171259,S00096116,1b3,Ageing Rural Flat Tenants,S01007443,Dollar and Muckhart - 01,5a,Ageing urban communities,S02001399,Dollar and Muckhart,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171260 +171263,S00096123,1b3,Ageing Rural Flat Tenants,S01007448,"Clackmannan, Kennet and Forestmill - 01",2d,Rural traits,S02001400,"Clackmannan, Kennet and Forestmill",S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171264 +171265,S00096159,6a2,Comfortable Suburbia,S01007417,Tullibody North and Glenochil - 03,8c,Comfortable suburbia,S02001394,Tullibody North and Glenochil,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171266 +171269,S00096236,1b3,Ageing Rural Flat Tenants,S01007439,Tillicoultry - 05,5c,Comfortable neighbourhoods,S02001398,Tillicoultry,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171270 +171271,S00095864,8c2,Ageing Rural Industry Workers,S01007463,Alloa South and East - 03,4a,Challenged white communities,S02001402,Alloa South and East,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171272 +171276,S00096160,6a2,Comfortable Suburbia,S01007420,Tullibody North and Glenochil - 06,2a,Ageing rural neighbourhoods,S02001394,Tullibody North and Glenochil,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171277 +171277,S00095872,8c2,Ageing Rural Industry Workers,S01007476,Alloa West - 01,5c,Comfortable neighbourhoods,S02001404,Alloa West,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171278 +171281,S00096167,6a2,Comfortable Suburbia,S01007417,Tullibody North and Glenochil - 03,8c,Comfortable suburbia,S02001394,Tullibody North and Glenochil,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171282 +171282,S00095920,8c2,Ageing Rural Industry Workers,S01007459,Sauchie - 06,5d,Endeavouring social renters,S02001401,Sauchie,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171283 +171287,S00096168,6a2,Comfortable Suburbia,S01007420,Tullibody North and Glenochil - 06,2a,Ageing rural neighbourhoods,S02001394,Tullibody North and Glenochil,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171288 +171288,S00095948,8c2,Ageing Rural Industry Workers,S01007456,Sauchie - 03,4d,Hard-pressed flat dwellers,S02001401,Sauchie,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171289 +171334,S00095866,5a3,Families in Terraces and Flats,S01007462,Alloa South and East - 02,5e,Primary sector workers,S02001402,Alloa South and East,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171335 +171335,S00095955,8c2,Ageing Rural Industry Workers,S01007457,Sauchie - 04,5e,Primary sector workers,S02001401,Sauchie,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171336 +171337,S00096258,5a3,Families in Terraces and Flats,S01007429,Alva - 05,5c,Comfortable neighbourhoods,S02001396,Alva,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171338 +171339,S00096208,6a2,Comfortable Suburbia,S01007414,Tullibody South - 06,8c,Comfortable suburbia,S02001393,Tullibody South,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171340 +171340,S00096211,6a2,Comfortable Suburbia,S01007414,Tullibody South - 06,8c,Comfortable suburbia,S02001393,Tullibody South,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171341 +171342,S00095977,8c2,Ageing Rural Industry Workers,S01007411,Tullibody South - 03,4a,Challenged white communities,S02001393,Tullibody South,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171343 +171343,S00096212,6a2,Comfortable Suburbia,S01007414,Tullibody South - 06,8c,Comfortable suburbia,S02001393,Tullibody South,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171344 +171345,S00095902,7a2,Hampered Aspiration,S01007467,Alloa North - 01,4b,Constrained renters,S02001403,Alloa North,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171346 +171347,S00096006,8c2,Ageing Rural Industry Workers,S01007450,"Clackmannan, Kennet and Forestmill - 03",4a,Challenged white communities,S02001400,"Clackmannan, Kennet and Forestmill",S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171348 +171349,S00096214,6a2,Comfortable Suburbia,S01007413,Tullibody South - 05,5c,Comfortable neighbourhoods,S02001393,Tullibody South,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171350 +171351,S00095932,7a2,Hampered Aspiration,S01007462,Alloa South and East - 02,5e,Primary sector workers,S02001402,Alloa South and East,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171352 +171353,S00096036,8c2,Ageing Rural Industry Workers,S01007437,Tillicoultry - 03,5e,Primary sector workers,S02001398,Tillicoultry,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171354 +171356,S00096038,8c2,Ageing Rural Industry Workers,S01007438,Tillicoultry - 04,4a,Challenged white communities,S02001398,Tillicoultry,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171357 +171376,S00096063,7a2,Hampered Aspiration,S01007426,Alva - 02,5c,Comfortable neighbourhoods,S02001396,Alva,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171377 +171377,S00096248,6a2,Comfortable Suburbia,S01007445,Dollar and Muckhart - 03,8b,Ageing suburbanites,S02001399,Dollar and Muckhart,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171378 +171402,S00096048,8c2,Ageing Rural Industry Workers,S01007440,Tillicoultry - 06,5d,Endeavouring social renters,S02001398,Tillicoultry,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171403 +171404,S00096075,7a2,Hampered Aspiration,S01007428,Alva - 04,5c,Comfortable neighbourhoods,S02001396,Alva,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171405 +171405,S00096073,8c2,Ageing Rural Industry Workers,S01007428,Alva - 04,5c,Comfortable neighbourhoods,S02001396,Alva,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171406 +171406,S00096254,6a2,Comfortable Suburbia,S01007457,Sauchie - 04,5e,Primary sector workers,S02001401,Sauchie,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171407 +171408,S00096092,7a2,Hampered Aspiration,S01007423,Menstrie - 03,5c,Comfortable neighbourhoods,S02001395,Menstrie,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171409 +171409,S00096082,8c2,Ageing Rural Industry Workers,S01007430,Alva - 06,5c,Comfortable neighbourhoods,S02001396,Alva,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171410 +171411,S00096033,5b2,Communal Retirement,S01007435,Tillicoultry - 01,5c,Comfortable neighbourhoods,S02001398,Tillicoultry,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171412 +171413,S00095858,8d3,Hard-Pressed European Settlers,S01007464,Alloa South and East - 04,4b,Constrained renters,S02001402,Alloa South and East,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171414 +171414,S00096088,8c2,Ageing Rural Industry Workers,S01007422,Menstrie - 02,5a,Ageing urban communities,S02001395,Menstrie,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171415 +171416,S00096108,5b2,Communal Retirement,S01007444,Dollar and Muckhart - 02,8a,Affluent communities,S02001399,Dollar and Muckhart,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171417 +171418,S00095865,8d3,Hard-Pressed European Settlers,S01007463,Alloa South and East - 03,4a,Challenged white communities,S02001402,Alloa South and East,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171419 +171419,S00096146,8c2,Ageing Rural Industry Workers,S01007421,Menstrie - 01,5c,Comfortable neighbourhoods,S02001395,Menstrie,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171420 +171420,S00095833,1a3,Agricultural Communities,S01007454,Sauchie - 01,2d,Rural traits,S02001401,Sauchie,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171421 +171421,S00095841,1a3,Agricultural Communities,S01007433,"Fishcross, Devon Village and Coalsnaughton - 02",2d,Rural traits,S02001397,"Fishcross, Devon Village and Coalsnaughton",S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171422 +171422,S00096118,1a3,Agricultural Communities,S01007448,"Clackmannan, Kennet and Forestmill - 01",2d,Rural traits,S02001400,"Clackmannan, Kennet and Forestmill",S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171423 +171423,S00095875,7c1,Challenged Transitionaries,S01007473,Alloa North - 07,4a,Challenged white communities,S02001403,Alloa North,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171424 +171424,S00095880,7c1,Challenged Transitionaries,S01007473,Alloa North - 07,4a,Challenged white communities,S02001403,Alloa North,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171425 +171425,S00095900,7c1,Challenged Transitionaries,S01007470,Alloa North - 04,4d,Hard-pressed flat dwellers,S02001403,Alloa North,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171426 +171426,S00095908,7c1,Challenged Transitionaries,S01007467,Alloa North - 01,4b,Constrained renters,S02001403,Alloa North,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171427 +171427,S00095943,7c1,Challenged Transitionaries,S01007456,Sauchie - 03,4d,Hard-pressed flat dwellers,S02001401,Sauchie,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171428 +171428,S00095944,7c1,Challenged Transitionaries,S01007456,Sauchie - 03,4d,Hard-pressed flat dwellers,S02001401,Sauchie,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171429 +171429,S00095962,7c1,Challenged Transitionaries,S01007412,Tullibody South - 04,5d,Endeavouring social renters,S02001393,Tullibody South,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171430 +171430,S00095968,7c1,Challenged Transitionaries,S01007419,Tullibody North and Glenochil - 05,4a,Challenged white communities,S02001394,Tullibody North and Glenochil,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171431 +171431,S00096032,7c1,Challenged Transitionaries,S01007435,Tillicoultry - 01,5c,Comfortable neighbourhoods,S02001398,Tillicoultry,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171432 +171432,S00096042,7c1,Challenged Transitionaries,S01007438,Tillicoultry - 04,4a,Challenged white communities,S02001398,Tillicoultry,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171433 +171433,S00096066,7c1,Challenged Transitionaries,S01007427,Alva - 03,4a,Challenged white communities,S02001396,Alva,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171434 +171434,S00096134,7c1,Challenged Transitionaries,S01007426,Alva - 02,5c,Comfortable neighbourhoods,S02001396,Alva,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171435 +171435,S00096154,7c1,Challenged Transitionaries,S01007479,Alloa West - 04,5c,Comfortable neighbourhoods,S02001404,Alloa West,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171436 +171436,S00096185,7c1,Challenged Transitionaries,S01007466,Alloa South and East - 06,4d,Hard-pressed flat dwellers,S02001402,Alloa South and East,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171437 +171437,S00096240,7c1,Challenged Transitionaries,S01007437,Tillicoultry - 03,5e,Primary sector workers,S02001398,Tillicoultry,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171438 +171438,S00095834,6a2,Comfortable Suburbia,S01007453,"Clackmannan, Kennet and Forestmill - 06",8c,Comfortable suburbia,S02001400,"Clackmannan, Kennet and Forestmill",S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171439 +171439,S00095836,6a2,Comfortable Suburbia,S01007453,"Clackmannan, Kennet and Forestmill - 06",8c,Comfortable suburbia,S02001400,"Clackmannan, Kennet and Forestmill",S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171440 +171440,S00095837,6a2,Comfortable Suburbia,S01007453,"Clackmannan, Kennet and Forestmill - 06",8c,Comfortable suburbia,S02001400,"Clackmannan, Kennet and Forestmill",S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171441 +171441,S00095839,6a2,Comfortable Suburbia,S01007453,"Clackmannan, Kennet and Forestmill - 06",8c,Comfortable suburbia,S02001400,"Clackmannan, Kennet and Forestmill",S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171442 +171442,S00095840,6a2,Comfortable Suburbia,S01007424,Menstrie - 04,8b,Ageing suburbanites,S02001395,Menstrie,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171443 +171443,S00095842,6a2,Comfortable Suburbia,S01007433,"Fishcross, Devon Village and Coalsnaughton - 02",2d,Rural traits,S02001397,"Fishcross, Devon Village and Coalsnaughton",S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171444 +171444,S00095876,6a2,Comfortable Suburbia,S01007474,Alloa North - 08,8c,Comfortable suburbia,S02001403,Alloa North,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171445 +171445,S00096104,6a2,Comfortable Suburbia,S01007443,Dollar and Muckhart - 01,5a,Ageing urban communities,S02001399,Dollar and Muckhart,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171446 +171446,S00096112,6a2,Comfortable Suburbia,S01007446,Dollar and Muckhart - 04,2b,Prospering countryside life,S02001399,Dollar and Muckhart,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171447 +171447,S00096132,6a2,Comfortable Suburbia,S01007425,Alva - 01,5c,Comfortable neighbourhoods,S02001396,Alva,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171448 +171448,S00096139,6a2,Comfortable Suburbia,S01007431,Alva - 07,8b,Ageing suburbanites,S02001396,Alva,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171449 +171449,S00096140,6a2,Comfortable Suburbia,S01007431,Alva - 07,8b,Ageing suburbanites,S02001396,Alva,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171450 +171450,S00096141,6a2,Comfortable Suburbia,S01007421,Menstrie - 01,5c,Comfortable neighbourhoods,S02001395,Menstrie,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171451 +171451,S00096142,6a2,Comfortable Suburbia,S01007423,Menstrie - 03,5c,Comfortable neighbourhoods,S02001395,Menstrie,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171452 +171452,S00096143,6a2,Comfortable Suburbia,S01007421,Menstrie - 01,5c,Comfortable neighbourhoods,S02001395,Menstrie,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171453 +171455,S00095940,8d3,Hard-Pressed European Settlers,S01007455,Sauchie - 02,4a,Challenged white communities,S02001401,Sauchie,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171456 +171456,S00095941,8d3,Hard-Pressed European Settlers,S01007455,Sauchie - 02,4a,Challenged white communities,S02001401,Sauchie,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171457 +171457,S00095995,8d3,Hard-Pressed European Settlers,S01007416,Tullibody North and Glenochil - 02,4a,Challenged white communities,S02001394,Tullibody North and Glenochil,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171458 +171458,S00096221,5b2,Communal Retirement,S01007409,Tullibody South - 01,5a,Ageing urban communities,S02001393,Tullibody South,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171459 +171460,S00096137,8d3,Hard-Pressed European Settlers,S01007430,Alva - 06,5c,Comfortable neighbourhoods,S02001396,Alva,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171461 +171461,S00096243,5b2,Communal Retirement,S01007422,Menstrie - 02,5a,Ageing urban communities,S02001395,Menstrie,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171462 +171463,S00096186,8d3,Hard-Pressed European Settlers,S01007465,Alloa South and East - 05,4a,Challenged white communities,S02001402,Alloa South and East,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171464 +171464,S00096245,5b2,Communal Retirement,S01007443,Dollar and Muckhart - 01,5a,Ageing urban communities,S02001399,Dollar and Muckhart,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171465 +171466,S00095855,8b2,Hard-Pressed Rented Terraces,S01007466,Alloa South and East - 06,4d,Hard-pressed flat dwellers,S02001402,Alloa South and East,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171467 +171468,S00095856,7c2,Constrained Young Families,S01007465,Alloa South and East - 05,4a,Challenged white communities,S02001402,Alloa South and East,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171469 +171470,S00095861,8b2,Hard-Pressed Rented Terraces,S01007464,Alloa South and East - 04,4b,Constrained renters,S02001402,Alloa South and East,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171471 +171472,S00095883,7c2,Constrained Young Families,S01007472,Alloa North - 06,4a,Challenged white communities,S02001403,Alloa North,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171473 +171504,S00095922,8b2,Hard-Pressed Rented Terraces,S01007432,"Fishcross, Devon Village and Coalsnaughton - 01",5c,Comfortable neighbourhoods,S02001397,"Fishcross, Devon Village and Coalsnaughton",S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171505 +171505,S00095931,8b2,Hard-Pressed Rented Terraces,S01007462,Alloa South and East - 02,5e,Primary sector workers,S02001402,Alloa South and East,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171506 +171506,S00095969,8b2,Hard-Pressed Rented Terraces,S01007410,Tullibody South - 02,4a,Challenged white communities,S02001393,Tullibody South,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171507 +171507,S00095970,8b2,Hard-Pressed Rented Terraces,S01007411,Tullibody South - 03,4a,Challenged white communities,S02001393,Tullibody South,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171508 +171508,S00095978,8b2,Hard-Pressed Rented Terraces,S01007419,Tullibody North and Glenochil - 05,4a,Challenged white communities,S02001394,Tullibody North and Glenochil,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171509 +171509,S00095987,8b2,Hard-Pressed Rented Terraces,S01007415,Tullibody North and Glenochil - 01,4a,Challenged white communities,S02001394,Tullibody North and Glenochil,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171510 +171510,S00095989,8b2,Hard-Pressed Rented Terraces,S01007415,Tullibody North and Glenochil - 01,4a,Challenged white communities,S02001394,Tullibody North and Glenochil,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171511 +171511,S00095990,8b2,Hard-Pressed Rented Terraces,S01007415,Tullibody North and Glenochil - 01,4a,Challenged white communities,S02001394,Tullibody North and Glenochil,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171512 +171512,S00095999,8b2,Hard-Pressed Rented Terraces,S01007449,"Clackmannan, Kennet and Forestmill - 02",5c,Comfortable neighbourhoods,S02001400,"Clackmannan, Kennet and Forestmill",S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171513 +171513,S00096003,8b2,Hard-Pressed Rented Terraces,S01007451,"Clackmannan, Kennet and Forestmill - 04",5d,Endeavouring social renters,S02001400,"Clackmannan, Kennet and Forestmill",S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171514 +171514,S00096005,8b2,Hard-Pressed Rented Terraces,S01007451,"Clackmannan, Kennet and Forestmill - 04",5d,Endeavouring social renters,S02001400,"Clackmannan, Kennet and Forestmill",S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171515 +171515,S00096026,8b2,Hard-Pressed Rented Terraces,S01007434,"Fishcross, Devon Village and Coalsnaughton - 03",4a,Challenged white communities,S02001397,"Fishcross, Devon Village and Coalsnaughton",S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171516 +171516,S00096046,8b2,Hard-Pressed Rented Terraces,S01007440,Tillicoultry - 06,5d,Endeavouring social renters,S02001398,Tillicoultry,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171517 +171517,S00096047,8b2,Hard-Pressed Rented Terraces,S01007440,Tillicoultry - 06,5d,Endeavouring social renters,S02001398,Tillicoultry,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171518 +171518,S00096065,8b2,Hard-Pressed Rented Terraces,S01007427,Alva - 03,4a,Challenged white communities,S02001396,Alva,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171519 +171519,S00096067,8b2,Hard-Pressed Rented Terraces,S01007427,Alva - 03,4a,Challenged white communities,S02001396,Alva,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171520 +171520,S00096072,8b2,Hard-Pressed Rented Terraces,S01007428,Alva - 04,5c,Comfortable neighbourhoods,S02001396,Alva,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171521 +171521,S00096093,8b2,Hard-Pressed Rented Terraces,S01007423,Menstrie - 03,5c,Comfortable neighbourhoods,S02001395,Menstrie,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171522 +171522,S00096094,8b2,Hard-Pressed Rented Terraces,S01007423,Menstrie - 03,5c,Comfortable neighbourhoods,S02001395,Menstrie,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171523 +171523,S00096095,8b2,Hard-Pressed Rented Terraces,S01007423,Menstrie - 03,5c,Comfortable neighbourhoods,S02001395,Menstrie,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171524 +171524,S00096119,8b2,Hard-Pressed Rented Terraces,S01007469,Alloa North - 03,4a,Challenged white communities,S02001403,Alloa North,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171525 +171525,S00096122,8b2,Hard-Pressed Rented Terraces,S01007455,Sauchie - 02,4a,Challenged white communities,S02001401,Sauchie,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171526 +171526,S00096124,8b2,Hard-Pressed Rented Terraces,S01007410,Tullibody South - 02,4a,Challenged white communities,S02001393,Tullibody South,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171527 +171527,S00096195,8b2,Hard-Pressed Rented Terraces,S01007471,Alloa North - 05,5d,Endeavouring social renters,S02001403,Alloa North,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171528 +171528,S00096206,8b2,Hard-Pressed Rented Terraces,S01007459,Sauchie - 06,5d,Endeavouring social renters,S02001401,Sauchie,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171529 +171529,S00096222,8b2,Hard-Pressed Rented Terraces,S01007410,Tullibody South - 02,4a,Challenged white communities,S02001393,Tullibody South,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171530 +171530,S00096225,8b2,Hard-Pressed Rented Terraces,S01007415,Tullibody North and Glenochil - 01,4a,Challenged white communities,S02001394,Tullibody North and Glenochil,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171531 +171531,S00096227,8b2,Hard-Pressed Rented Terraces,S01007415,Tullibody North and Glenochil - 01,4a,Challenged white communities,S02001394,Tullibody North and Glenochil,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171532 +171532,S00096230,8b2,Hard-Pressed Rented Terraces,S01007451,"Clackmannan, Kennet and Forestmill - 04",5d,Endeavouring social renters,S02001400,"Clackmannan, Kennet and Forestmill",S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171533 +171533,S00096250,8b2,Hard-Pressed Rented Terraces,S01007432,"Fishcross, Devon Village and Coalsnaughton - 01",5c,Comfortable neighbourhoods,S02001397,"Fishcross, Devon Village and Coalsnaughton",S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171534 +171534,S00095894,6a1,Indian Tech Achievers,S01007477,Alloa West - 02,5c,Comfortable neighbourhoods,S02001404,Alloa West,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171535 +171535,S00095884,8a2,Industrious Hardship,S01007472,Alloa North - 06,4a,Challenged white communities,S02001403,Alloa North,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171536 +171536,S00095885,8a2,Industrious Hardship,S01007472,Alloa North - 06,4a,Challenged white communities,S02001403,Alloa North,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171537 +171537,S00095914,8a2,Industrious Hardship,S01007460,Sauchie - 07,5d,Endeavouring social renters,S02001401,Sauchie,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171538 +171539,S00095918,7c2,Constrained Young Families,S01007469,Alloa North - 03,4a,Challenged white communities,S02001403,Alloa North,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171540 +171541,S00095896,7d1,Ageing Communities and Families,S01007470,Alloa North - 04,4d,Hard-pressed flat dwellers,S02001403,Alloa North,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171542 +171542,S00095905,7d1,Ageing Communities and Families,S01007478,Alloa West - 03,5c,Comfortable neighbourhoods,S02001404,Alloa West,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171543 +171543,S00096057,7d1,Ageing Communities and Families,S01007428,Alva - 04,5c,Comfortable neighbourhoods,S02001396,Alva,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171544 +171544,S00096086,7d1,Ageing Communities and Families,S01007429,Alva - 05,5c,Comfortable neighbourhoods,S02001396,Alva,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171545 +171545,S00096126,7d1,Ageing Communities and Families,S01007436,Tillicoultry - 02,4a,Challenged white communities,S02001398,Tillicoultry,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171546 +171546,S00096105,6a4,Ageing in Suburbia,S01007443,Dollar and Muckhart - 01,5a,Ageing urban communities,S02001399,Dollar and Muckhart,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171547 +171547,S00096219,6a4,Ageing in Suburbia,S01007413,Tullibody South - 05,5c,Comfortable neighbourhoods,S02001393,Tullibody South,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171548 +171548,S00096247,6a4,Ageing in Suburbia,S01007444,Dollar and Muckhart - 02,8a,Affluent communities,S02001399,Dollar and Muckhart,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171549 +171549,S00095868,8c1,Ageing Industrious Workers,S01007463,Alloa South and East - 03,4a,Challenged white communities,S02001402,Alloa South and East,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171550 +171550,S00095889,8c1,Ageing Industrious Workers,S01007476,Alloa West - 01,5c,Comfortable neighbourhoods,S02001404,Alloa West,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171551 +171551,S00095906,8c1,Ageing Industrious Workers,S01007477,Alloa West - 02,5c,Comfortable neighbourhoods,S02001404,Alloa West,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171552 +171552,S00095982,8c1,Ageing Industrious Workers,S01007419,Tullibody North and Glenochil - 05,4a,Challenged white communities,S02001394,Tullibody North and Glenochil,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171553 +171553,S00095985,8c1,Ageing Industrious Workers,S01007418,Tullibody North and Glenochil - 04,4a,Challenged white communities,S02001394,Tullibody North and Glenochil,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171554 +171554,S00096037,8c1,Ageing Industrious Workers,S01007438,Tillicoultry - 04,4a,Challenged white communities,S02001398,Tillicoultry,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171555 +171555,S00096101,8c1,Ageing Industrious Workers,S01007443,Dollar and Muckhart - 01,5a,Ageing urban communities,S02001399,Dollar and Muckhart,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171556 +171556,S00096131,8c1,Ageing Industrious Workers,S01007429,Alva - 05,5c,Comfortable neighbourhoods,S02001396,Alva,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171557 +171557,S00096152,8c1,Ageing Industrious Workers,S01007444,Dollar and Muckhart - 02,8a,Affluent communities,S02001399,Dollar and Muckhart,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171558 +171558,S00096193,8c1,Ageing Industrious Workers,S01007475,Alloa North - 09,5c,Comfortable neighbourhoods,S02001403,Alloa North,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171559 +171559,S00096196,8c1,Ageing Industrious Workers,S01007468,Alloa North - 02,5c,Comfortable neighbourhoods,S02001403,Alloa North,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171560 +171560,S00096231,8c1,Ageing Industrious Workers,S01007451,"Clackmannan, Kennet and Forestmill - 04",5d,Endeavouring social renters,S02001400,"Clackmannan, Kennet and Forestmill",S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171561 +171561,S00096241,8c1,Ageing Industrious Workers,S01007439,Tillicoultry - 05,5c,Comfortable neighbourhoods,S02001398,Tillicoultry,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171562 +171562,S00096252,8c1,Ageing Industrious Workers,S01007432,"Fishcross, Devon Village and Coalsnaughton - 01",5c,Comfortable neighbourhoods,S02001397,"Fishcross, Devon Village and Coalsnaughton",S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171563 +171563,S00095938,1b3,Ageing Rural Flat Tenants,S01007455,Sauchie - 02,4a,Challenged white communities,S02001401,Sauchie,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171564 +171564,S00095960,1b3,Ageing Rural Flat Tenants,S01007409,Tullibody South - 01,5a,Ageing urban communities,S02001393,Tullibody South,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171565 +171565,S00095984,1b3,Ageing Rural Flat Tenants,S01007420,Tullibody North and Glenochil - 06,2a,Ageing rural neighbourhoods,S02001394,Tullibody North and Glenochil,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171566 +171566,S00096025,1b3,Ageing Rural Flat Tenants,S01007433,"Fishcross, Devon Village and Coalsnaughton - 02",2d,Rural traits,S02001397,"Fishcross, Devon Village and Coalsnaughton",S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171567 +171567,S00096060,1b3,Ageing Rural Flat Tenants,S01007425,Alva - 01,5c,Comfortable neighbourhoods,S02001396,Alva,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171568 +171568,S00096110,1b3,Ageing Rural Flat Tenants,S01007444,Dollar and Muckhart - 02,8a,Affluent communities,S02001399,Dollar and Muckhart,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171569 +171569,S00095936,7c2,Constrained Young Families,S01007461,Alloa South and East - 01,4d,Hard-pressed flat dwellers,S02001402,Alloa South and East,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171570 +171570,S00095937,7c2,Constrained Young Families,S01007461,Alloa South and East - 01,4d,Hard-pressed flat dwellers,S02001402,Alloa South and East,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171571 +171571,S00095949,7c2,Constrained Young Families,S01007456,Sauchie - 03,4d,Hard-pressed flat dwellers,S02001401,Sauchie,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171572 +171572,S00095950,7c2,Constrained Young Families,S01007456,Sauchie - 03,4d,Hard-pressed flat dwellers,S02001401,Sauchie,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171573 +171573,S00095953,7c2,Constrained Young Families,S01007456,Sauchie - 03,4d,Hard-pressed flat dwellers,S02001401,Sauchie,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171574 +171574,S00095956,7c2,Constrained Young Families,S01007457,Sauchie - 04,5e,Primary sector workers,S02001401,Sauchie,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171575 +171575,S00095958,7c2,Constrained Young Families,S01007457,Sauchie - 04,5e,Primary sector workers,S02001401,Sauchie,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171576 +171576,S00095965,7c2,Constrained Young Families,S01007411,Tullibody South - 03,4a,Challenged white communities,S02001393,Tullibody South,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171577 +171577,S00095980,7c2,Constrained Young Families,S01007419,Tullibody North and Glenochil - 05,4a,Challenged white communities,S02001394,Tullibody North and Glenochil,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171578 +171578,S00095986,7c2,Constrained Young Families,S01007418,Tullibody North and Glenochil - 04,4a,Challenged white communities,S02001394,Tullibody North and Glenochil,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171579 +171579,S00095991,7c2,Constrained Young Families,S01007415,Tullibody North and Glenochil - 01,4a,Challenged white communities,S02001394,Tullibody North and Glenochil,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171580 +171580,S00095994,7c2,Constrained Young Families,S01007415,Tullibody North and Glenochil - 01,4a,Challenged white communities,S02001394,Tullibody North and Glenochil,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171581 +171581,S00096024,7c2,Constrained Young Families,S01007434,"Fishcross, Devon Village and Coalsnaughton - 03",4a,Challenged white communities,S02001397,"Fishcross, Devon Village and Coalsnaughton",S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171582 +171582,S00096031,7c2,Constrained Young Families,S01007436,Tillicoultry - 02,4a,Challenged white communities,S02001398,Tillicoultry,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171583 +171583,S00096035,7c2,Constrained Young Families,S01007438,Tillicoultry - 04,4a,Challenged white communities,S02001398,Tillicoultry,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171584 +171584,S00096039,7c2,Constrained Young Families,S01007438,Tillicoultry - 04,4a,Challenged white communities,S02001398,Tillicoultry,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171585 +171585,S00096059,7c2,Constrained Young Families,S01007425,Alva - 01,5c,Comfortable neighbourhoods,S02001396,Alva,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171586 +171586,S00096064,7c2,Constrained Young Families,S01007427,Alva - 03,4a,Challenged white communities,S02001396,Alva,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171587 +171587,S00096079,7c2,Constrained Young Families,S01007426,Alva - 02,5c,Comfortable neighbourhoods,S02001396,Alva,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171588 +171588,S00096184,7c2,Constrained Young Families,S01007466,Alloa South and East - 06,4d,Hard-pressed flat dwellers,S02001402,Alloa South and East,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171589 +171589,S00096232,7c2,Constrained Young Families,S01007436,Tillicoultry - 02,4a,Challenged white communities,S02001398,Tillicoultry,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171590 +171590,S00096244,7c2,Constrained Young Families,S01007422,Menstrie - 02,5a,Ageing urban communities,S02001395,Menstrie,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171591 +171591,S00095848,5b1,Delayed Retirement,S01007479,Alloa West - 04,5c,Comfortable neighbourhoods,S02001404,Alloa West,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171592 +171592,S00095867,5b1,Delayed Retirement,S01007462,Alloa South and East - 02,5e,Primary sector workers,S02001402,Alloa South and East,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171593 +171593,S00095934,5b1,Delayed Retirement,S01007462,Alloa South and East - 02,5e,Primary sector workers,S02001402,Alloa South and East,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171594 +171594,S00096138,5b1,Delayed Retirement,S01007430,Alva - 06,5c,Comfortable neighbourhoods,S02001396,Alva,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171595 +171595,S00096161,5b1,Delayed Retirement,S01007417,Tullibody North and Glenochil - 03,8c,Comfortable suburbia,S02001394,Tullibody North and Glenochil,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171596 +171596,S00096176,5b1,Delayed Retirement,S01007478,Alloa West - 03,5c,Comfortable neighbourhoods,S02001404,Alloa West,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171597 +171597,S00096261,5b1,Delayed Retirement,S01007429,Alva - 05,5c,Comfortable neighbourhoods,S02001396,Alva,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171598 +171598,S00096099,8b1,Deprived Blue-Collar Terraces,S01007424,Menstrie - 04,8b,Ageing suburbanites,S02001395,Menstrie,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171599 +171599,S00096100,8b1,Deprived Blue-Collar Terraces,S01007424,Menstrie - 04,8b,Ageing suburbanites,S02001395,Menstrie,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171600 +171600,S00096216,6b4,Older Workers and Retirement,S01007413,Tullibody South - 05,5c,Comfortable neighbourhoods,S02001393,Tullibody South,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171601 +171601,S00096235,6b4,Older Workers and Retirement,S01007435,Tillicoultry - 01,5c,Comfortable neighbourhoods,S02001398,Tillicoultry,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171602 +171602,S00095847,7c3,Outer City Hardship,S01007479,Alloa West - 04,5c,Comfortable neighbourhoods,S02001404,Alloa West,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171603 +171603,S00095859,7c3,Outer City Hardship,S01007464,Alloa South and East - 04,4b,Constrained renters,S02001402,Alloa South and East,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171604 +171604,S00095877,7c3,Outer City Hardship,S01007474,Alloa North - 08,8c,Comfortable suburbia,S02001403,Alloa North,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171605 +171605,S00095897,7c3,Outer City Hardship,S01007470,Alloa North - 04,4d,Hard-pressed flat dwellers,S02001403,Alloa North,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171606 +171606,S00095898,7c3,Outer City Hardship,S01007470,Alloa North - 04,4d,Hard-pressed flat dwellers,S02001403,Alloa North,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171607 +171607,S00097648,1b3,Ageing Rural Flat Tenants,S01007534,Castle Douglas - 01,5e,Primary sector workers,S02001415,Castle Douglas,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171608 +171608,S00098375,1b3,Ageing Rural Flat Tenants,S01007628,Collin - 02,2c,Remoter communities,S02001434,Collin,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171609 +171609,S00095904,7c3,Outer City Hardship,S01007477,Alloa West - 02,5c,Comfortable neighbourhoods,S02001404,Alloa West,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171610 +171610,S00095925,7c3,Outer City Hardship,S01007460,Sauchie - 07,5d,Endeavouring social renters,S02001401,Sauchie,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171611 +171611,S00095933,7c3,Outer City Hardship,S01007462,Alloa South and East - 02,5e,Primary sector workers,S02001402,Alloa South and East,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171612 +171612,S00095939,7c3,Outer City Hardship,S01007460,Sauchie - 07,5d,Endeavouring social renters,S02001401,Sauchie,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171613 +171613,S00095957,7c3,Outer City Hardship,S01007457,Sauchie - 04,5e,Primary sector workers,S02001401,Sauchie,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171614 +171614,S00095966,7c3,Outer City Hardship,S01007411,Tullibody South - 03,4a,Challenged white communities,S02001393,Tullibody South,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171615 +171615,S00095971,7c3,Outer City Hardship,S01007411,Tullibody South - 03,4a,Challenged white communities,S02001393,Tullibody South,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171616 +171616,S00096012,7c3,Outer City Hardship,S01007449,"Clackmannan, Kennet and Forestmill - 02",5c,Comfortable neighbourhoods,S02001400,"Clackmannan, Kennet and Forestmill",S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171617 +171617,S00096014,7c3,Outer City Hardship,S01007449,"Clackmannan, Kennet and Forestmill - 02",5c,Comfortable neighbourhoods,S02001400,"Clackmannan, Kennet and Forestmill",S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171618 +171618,S00096015,7c3,Outer City Hardship,S01007449,"Clackmannan, Kennet and Forestmill - 02",5c,Comfortable neighbourhoods,S02001400,"Clackmannan, Kennet and Forestmill",S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171619 +171619,S00096017,7c3,Outer City Hardship,S01007449,"Clackmannan, Kennet and Forestmill - 02",5c,Comfortable neighbourhoods,S02001400,"Clackmannan, Kennet and Forestmill",S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171620 +171620,S00096040,7c3,Outer City Hardship,S01007439,Tillicoultry - 05,5c,Comfortable neighbourhoods,S02001398,Tillicoultry,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171621 +171621,S00096068,7c3,Outer City Hardship,S01007427,Alva - 03,4a,Challenged white communities,S02001396,Alva,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171622 +171622,S00096071,7c3,Outer City Hardship,S01007428,Alva - 04,5c,Comfortable neighbourhoods,S02001396,Alva,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171623 +171623,S00096074,7c3,Outer City Hardship,S01007428,Alva - 04,5c,Comfortable neighbourhoods,S02001396,Alva,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171624 +171624,S00096076,7c3,Outer City Hardship,S01007428,Alva - 04,5c,Comfortable neighbourhoods,S02001396,Alva,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171625 +171625,S00096085,7c3,Outer City Hardship,S01007429,Alva - 05,5c,Comfortable neighbourhoods,S02001396,Alva,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171626 +171626,S00096127,7c3,Outer City Hardship,S01007437,Tillicoultry - 03,5e,Primary sector workers,S02001398,Tillicoultry,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171627 +171627,S00096128,7c3,Outer City Hardship,S01007437,Tillicoultry - 03,5e,Primary sector workers,S02001398,Tillicoultry,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171628 +171628,S00096155,7c3,Outer City Hardship,S01007463,Alloa South and East - 03,4a,Challenged white communities,S02001402,Alloa South and East,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171629 +171629,S00096173,7c3,Outer City Hardship,S01007480,Alloa West - 05,5e,Primary sector workers,S02001404,Alloa West,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171630 +171630,S00096180,7c3,Outer City Hardship,S01007466,Alloa South and East - 06,4d,Hard-pressed flat dwellers,S02001402,Alloa South and East,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171631 +171631,S00096187,7c3,Outer City Hardship,S01007465,Alloa South and East - 05,4a,Challenged white communities,S02001402,Alloa South and East,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171632 +171632,S00096199,7c3,Outer City Hardship,S01007467,Alloa North - 01,4b,Constrained renters,S02001403,Alloa North,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171633 +171633,S00096207,7c3,Outer City Hardship,S01007455,Sauchie - 02,4a,Challenged white communities,S02001401,Sauchie,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171634 +171634,S00096213,7c3,Outer City Hardship,S01007413,Tullibody South - 05,5c,Comfortable neighbourhoods,S02001393,Tullibody South,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171635 +171635,S00096233,7c3,Outer City Hardship,S01007436,Tillicoultry - 02,4a,Challenged white communities,S02001398,Tillicoultry,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171636 +171636,S00095869,8c3,Renting Hard-Pressed Workers,S01007463,Alloa South and East - 03,4a,Challenged white communities,S02001402,Alloa South and East,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171637 +171637,S00095879,8c3,Renting Hard-Pressed Workers,S01007473,Alloa North - 07,4a,Challenged white communities,S02001403,Alloa North,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171638 +171638,S00095881,8c3,Renting Hard-Pressed Workers,S01007473,Alloa North - 07,4a,Challenged white communities,S02001403,Alloa North,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171639 +171639,S00095886,8c3,Renting Hard-Pressed Workers,S01007471,Alloa North - 05,5d,Endeavouring social renters,S02001403,Alloa North,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171640 +171640,S00095887,8c3,Renting Hard-Pressed Workers,S01007472,Alloa North - 06,4a,Challenged white communities,S02001403,Alloa North,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171641 +171641,S00095888,8c3,Renting Hard-Pressed Workers,S01007476,Alloa West - 01,5c,Comfortable neighbourhoods,S02001404,Alloa West,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171642 +171642,S00095910,8c3,Renting Hard-Pressed Workers,S01007467,Alloa North - 01,4b,Constrained renters,S02001403,Alloa North,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171643 +171643,S00095915,8c3,Renting Hard-Pressed Workers,S01007460,Sauchie - 07,5d,Endeavouring social renters,S02001401,Sauchie,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171644 +171644,S00095917,8c3,Renting Hard-Pressed Workers,S01007469,Alloa North - 03,4a,Challenged white communities,S02001403,Alloa North,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171645 +171645,S00095924,8c3,Renting Hard-Pressed Workers,S01007460,Sauchie - 07,5d,Endeavouring social renters,S02001401,Sauchie,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171646 +171646,S00095927,8c3,Renting Hard-Pressed Workers,S01007458,Sauchie - 05,8b,Ageing suburbanites,S02001401,Sauchie,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171647 +171647,S00095974,8c3,Renting Hard-Pressed Workers,S01007412,Tullibody South - 04,5d,Endeavouring social renters,S02001393,Tullibody South,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171648 +171648,S00095975,8c3,Renting Hard-Pressed Workers,S01007411,Tullibody South - 03,4a,Challenged white communities,S02001393,Tullibody South,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171649 +171649,S00095981,8c3,Renting Hard-Pressed Workers,S01007418,Tullibody North and Glenochil - 04,4a,Challenged white communities,S02001394,Tullibody North and Glenochil,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171650 +171650,S00096001,8c3,Renting Hard-Pressed Workers,S01007452,"Clackmannan, Kennet and Forestmill - 05",5e,Primary sector workers,S02001400,"Clackmannan, Kennet and Forestmill",S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171651 +171651,S00096004,8c3,Renting Hard-Pressed Workers,S01007450,"Clackmannan, Kennet and Forestmill - 03",4a,Challenged white communities,S02001400,"Clackmannan, Kennet and Forestmill",S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171652 +171652,S00095919,8a2,Industrious Hardship,S01007469,Alloa North - 03,4a,Challenged white communities,S02001403,Alloa North,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171653 +171653,S00097261,1b3,Ageing Rural Flat Tenants,S01007569,Mid Nithsdale - 06,2c,Remoter communities,S02001421,Mid Nithsdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171654 +171654,S00096251,5b3,Self-Sufficient Retirement,S01007432,"Fishcross, Devon Village and Coalsnaughton - 01",5c,Comfortable neighbourhoods,S02001397,"Fishcross, Devon Village and Coalsnaughton",S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171655 +171655,S00096002,8d1,Young Hard-Pressed Families,S01007452,"Clackmannan, Kennet and Forestmill - 05",5e,Primary sector workers,S02001400,"Clackmannan, Kennet and Forestmill",S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171656 +171656,S00096007,8c3,Renting Hard-Pressed Workers,S01007450,"Clackmannan, Kennet and Forestmill - 03",4a,Challenged white communities,S02001400,"Clackmannan, Kennet and Forestmill",S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171657 +171657,S00098386,1b3,Ageing Rural Flat Tenants,S01007610,Dumfries Central - 02,4b,Constrained renters,S02001430,Dumfries Central,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171658 +171658,S00097265,1b3,Ageing Rural Flat Tenants,S01007565,Mid Nithsdale - 02,2c,Remoter communities,S02001421,Mid Nithsdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171659 +171659,S00096010,8c3,Renting Hard-Pressed Workers,S01007450,"Clackmannan, Kennet and Forestmill - 03",4a,Challenged white communities,S02001400,"Clackmannan, Kennet and Forestmill",S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171660 +171660,S00095921,8a2,Industrious Hardship,S01007459,Sauchie - 06,5d,Endeavouring social renters,S02001401,Sauchie,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171661 +171661,S00096256,5b3,Self-Sufficient Retirement,S01007436,Tillicoultry - 02,4a,Challenged white communities,S02001398,Tillicoultry,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171662 +171662,S00096190,8d1,Young Hard-Pressed Families,S01007465,Alloa South and East - 05,4a,Challenged white communities,S02001402,Alloa South and East,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171663 +171663,S00097546,7d1,Ageing Communities and Families,S01007487,Stranraer East - 01,4b,Constrained renters,S02001406,Stranraer East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171664 +171664,S00097667,1b3,Ageing Rural Flat Tenants,S01007536,Castle Douglas - 03,5e,Primary sector workers,S02001415,Castle Douglas,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171665 +171665,S00097590,7d1,Ageing Communities and Families,S01007484,Stranraer West - 04,4b,Constrained renters,S02001405,Stranraer West,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171666 +171666,S00097599,7d1,Ageing Communities and Families,S01007482,Stranraer West - 02,5e,Primary sector workers,S02001405,Stranraer West,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171667 +171667,S00097697,7d1,Ageing Communities and Families,S01007662,Annan West - 03,5e,Primary sector workers,S02001441,Annan West,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171668 +171668,S00097707,7d1,Ageing Communities and Families,S01007664,Annan East - 01,4b,Constrained renters,S02001442,Annan East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171669 +171669,S00097786,7d1,Ageing Communities and Families,S01007612,Dumfries Central - 04,4b,Constrained renters,S02001430,Dumfries Central,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171670 +171670,S00097802,7d1,Ageing Communities and Families,S01007610,Dumfries Central - 02,4b,Constrained renters,S02001430,Dumfries Central,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171671 +171671,S00098026,7d1,Ageing Communities and Families,S01007618,Locharbriggs - 02,4a,Challenged white communities,S02001432,Locharbriggs,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171672 +171672,S00098064,7d1,Ageing Communities and Families,S01007637,Lockerbie - 03,5e,Primary sector workers,S02001436,Lockerbie,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171673 +171673,S00098087,7d1,Ageing Communities and Families,S01007647,Langholm and Eskdale - 02,5e,Primary sector workers,S02001438,Langholm and Eskdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171674 +171674,S00098092,7d1,Ageing Communities and Families,S01007647,Langholm and Eskdale - 02,5e,Primary sector workers,S02001438,Langholm and Eskdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171675 +171675,S00098107,7d1,Ageing Communities and Families,S01007560,Thornhill - 02,5e,Primary sector workers,S02001420,Thornhill,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171676 +171676,S00098130,7d1,Ageing Communities and Families,S01007556,Upper Nithsdale - 05,5a,Ageing urban communities,S02001419,Upper Nithsdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171677 +171677,S00098183,7d1,Ageing Communities and Families,S01007648,Langholm and Eskdale - 03,5e,Primary sector workers,S02001438,Langholm and Eskdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171678 +171678,S00098192,7d1,Ageing Communities and Families,S01007642,Moffat - 02,5e,Primary sector workers,S02001437,Moffat,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171679 +171679,S00098327,7d1,Ageing Communities and Families,S01007503,Machars North - 02,2d,Rural traits,S02001410,Machars North,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171680 +171680,S00098340,7d1,Ageing Communities and Families,S01007482,Stranraer West - 02,5e,Primary sector workers,S02001405,Stranraer West,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171681 +171681,S00098343,7d1,Ageing Communities and Families,S01007535,Castle Douglas - 02,5e,Primary sector workers,S02001415,Castle Douglas,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171682 +171682,S00096259,5b3,Self-Sufficient Retirement,S01007429,Alva - 05,5c,Comfortable neighbourhoods,S02001396,Alva,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171683 +171683,S00095942,8a2,Industrious Hardship,S01007455,Sauchie - 02,4a,Challenged white communities,S02001401,Sauchie,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171684 +171684,S00097271,1b3,Ageing Rural Flat Tenants,S01007563,Thornhill - 05,2c,Remoter communities,S02001420,Thornhill,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171685 +171685,S00096011,8c3,Renting Hard-Pressed Workers,S01007450,"Clackmannan, Kennet and Forestmill - 03",4a,Challenged white communities,S02001400,"Clackmannan, Kennet and Forestmill",S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171686 +171686,S00098394,1b3,Ageing Rural Flat Tenants,S01007588,Troqueer - 01,8b,Ageing suburbanites,S02001425,Troqueer,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171687 +171687,S00098349,7d1,Ageing Communities and Families,S01007516,Newton Stewart - 04,5e,Primary sector workers,S02001412,Newton Stewart,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171688 +171688,S00098396,7d1,Ageing Communities and Families,S01007587,Summerville - 06,5a,Ageing urban communities,S02001424,Summerville,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171689 +171689,S00097796,6a4,Ageing in Suburbia,S01007614,Nunholm - 02,8b,Ageing suburbanites,S02001431,Nunholm,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171690 +171690,S00097815,6a4,Ageing in Suburbia,S01007615,Nunholm - 03,5e,Primary sector workers,S02001431,Nunholm,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171691 +171691,S00097820,6a4,Ageing in Suburbia,S01007628,Collin - 02,2c,Remoter communities,S02001434,Collin,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171692 +171692,S00097907,6a4,Ageing in Suburbia,S01007590,Troqueer - 03,8b,Ageing suburbanites,S02001425,Troqueer,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171693 +171693,S00097910,6a4,Ageing in Suburbia,S01007590,Troqueer - 03,8b,Ageing suburbanites,S02001425,Troqueer,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171694 +171694,S00097918,6a4,Ageing in Suburbia,S01007588,Troqueer - 01,8b,Ageing suburbanites,S02001425,Troqueer,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171695 +171695,S00097919,6a4,Ageing in Suburbia,S01007588,Troqueer - 01,8b,Ageing suburbanites,S02001425,Troqueer,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171696 +171696,S00097920,6a4,Ageing in Suburbia,S01007588,Troqueer - 01,8b,Ageing suburbanites,S02001425,Troqueer,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171697 +171697,S00098089,6a4,Ageing in Suburbia,S01007647,Langholm and Eskdale - 02,5e,Primary sector workers,S02001438,Langholm and Eskdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171698 +171698,S00098122,6a4,Ageing in Suburbia,S01007643,Moffat - 03,5e,Primary sector workers,S02001437,Moffat,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171699 +171699,S00098166,6a4,Ageing in Suburbia,S01007603,Calside - 03,8b,Ageing suburbanites,S02001428,Calside,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171700 +171700,S00098395,6a4,Ageing in Suburbia,S01007589,Troqueer - 02,5e,Primary sector workers,S02001425,Troqueer,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171701 +171701,S00098434,6a4,Ageing in Suburbia,S01007644,Moffat - 04,5e,Primary sector workers,S02001437,Moffat,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171702 +171702,S00097577,8c1,Ageing Industrious Workers,S01007489,Stranraer East - 03,5e,Primary sector workers,S02001406,Stranraer East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171703 +171703,S00097930,8c1,Ageing Industrious Workers,S01007586,Summerville - 05,4a,Challenged white communities,S02001424,Summerville,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171704 +171704,S00098074,8c1,Ageing Industrious Workers,S01007633,Lochmaben - 03,5e,Primary sector workers,S02001435,Lochmaben,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171705 +171705,S00097122,1b3,Ageing Rural Flat Tenants,S01007642,Moffat - 02,5e,Primary sector workers,S02001437,Moffat,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171706 +171706,S00097140,1b3,Ageing Rural Flat Tenants,S01007631,Lochmaben - 01,2c,Remoter communities,S02001435,Lochmaben,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171707 +171707,S00097150,1b3,Ageing Rural Flat Tenants,S01007640,Lockerbie - 06,2c,Remoter communities,S02001436,Lockerbie,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171708 +171708,S00097166,1b3,Ageing Rural Flat Tenants,S01007652,Annandale East - 02,2d,Rural traits,S02001439,Annandale East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171709 +171709,S00097179,1b3,Ageing Rural Flat Tenants,S01007659,Annandale West - 04,2d,Rural traits,S02001440,Annandale West,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171710 +171710,S00097182,1b3,Ageing Rural Flat Tenants,S01007659,Annandale West - 04,2d,Rural traits,S02001440,Annandale West,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171711 +171711,S00097183,1b3,Ageing Rural Flat Tenants,S01007673,Eastriggs - 02,5b,Aspiring urban households,S02001443,Eastriggs,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171712 +171712,S00097211,1b3,Ageing Rural Flat Tenants,S01007566,Mid Nithsdale - 03,2c,Remoter communities,S02001421,Mid Nithsdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171713 +171713,S00097216,1b3,Ageing Rural Flat Tenants,S01007598,Kingholm - 02,2c,Remoter communities,S02001427,Kingholm,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171714 +171714,S00097229,1b3,Ageing Rural Flat Tenants,S01007595,New Abbey - 03,2c,Remoter communities,S02001426,New Abbey,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171715 +171715,S00097250,1b3,Ageing Rural Flat Tenants,S01007573,Shawhead - 04,8c,Comfortable suburbia,S02001422,Shawhead,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171716 +171716,S00097252,1b3,Ageing Rural Flat Tenants,S01007564,Mid Nithsdale - 01,2c,Remoter communities,S02001421,Mid Nithsdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171717 +171717,S00096013,8c3,Renting Hard-Pressed Workers,S01007449,"Clackmannan, Kennet and Forestmill - 02",5c,Comfortable neighbourhoods,S02001400,"Clackmannan, Kennet and Forestmill",S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171718 +171718,S00096023,8c3,Renting Hard-Pressed Workers,S01007433,"Fishcross, Devon Village and Coalsnaughton - 02",2d,Rural traits,S02001397,"Fishcross, Devon Village and Coalsnaughton",S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171719 +171719,S00097274,1b3,Ageing Rural Flat Tenants,S01007563,Thornhill - 05,2c,Remoter communities,S02001420,Thornhill,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171720 +171720,S00096027,8c3,Renting Hard-Pressed Workers,S01007434,"Fishcross, Devon Village and Coalsnaughton - 03",4a,Challenged white communities,S02001397,"Fishcross, Devon Village and Coalsnaughton",S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171721 +171721,S00096030,8c3,Renting Hard-Pressed Workers,S01007434,"Fishcross, Devon Village and Coalsnaughton - 03",4a,Challenged white communities,S02001397,"Fishcross, Devon Village and Coalsnaughton",S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171722 +171722,S00096262,5b3,Self-Sufficient Retirement,S01007478,Alloa West - 03,5c,Comfortable neighbourhoods,S02001404,Alloa West,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171723 +171723,S00098430,1b3,Ageing Rural Flat Tenants,S01007648,Langholm and Eskdale - 03,5e,Primary sector workers,S02001438,Langholm and Eskdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171724 +171724,S00097281,1b3,Ageing Rural Flat Tenants,S01007562,Thornhill - 04,2c,Remoter communities,S02001420,Thornhill,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171725 +171725,S00095945,8a2,Industrious Hardship,S01007454,Sauchie - 01,2d,Rural traits,S02001401,Sauchie,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171726 +171726,S00096041,8c3,Renting Hard-Pressed Workers,S01007439,Tillicoultry - 05,5c,Comfortable neighbourhoods,S02001398,Tillicoultry,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171727 +171727,S00095871,6b3,Semi-Detached Ageing,S01007476,Alloa West - 01,5c,Comfortable neighbourhoods,S02001404,Alloa West,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171728 +171728,S00097284,1b3,Ageing Rural Flat Tenants,S01007559,Thornhill - 01,2c,Remoter communities,S02001420,Thornhill,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171729 +171729,S00097674,1b3,Ageing Rural Flat Tenants,S01007513,Newton Stewart - 01,5e,Primary sector workers,S02001412,Newton Stewart,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171730 +171730,S00097115,8c2,Ageing Rural Industry Workers,S01007681,Gretna - 06,2d,Rural traits,S02001444,Gretna,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171731 +171731,S00097683,1b3,Ageing Rural Flat Tenants,S01007518,Newton Stewart - 06,5e,Primary sector workers,S02001412,Newton Stewart,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171732 +171732,S00097144,8c2,Ageing Rural Industry Workers,S01007632,Lochmaben - 02,5e,Primary sector workers,S02001435,Lochmaben,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171733 +171733,S00097290,1b3,Ageing Rural Flat Tenants,S01007559,Thornhill - 01,2c,Remoter communities,S02001420,Thornhill,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171734 +171734,S00096043,8c3,Renting Hard-Pressed Workers,S01007440,Tillicoultry - 06,5d,Endeavouring social renters,S02001398,Tillicoultry,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171735 +171735,S00095928,6b3,Semi-Detached Ageing,S01007459,Sauchie - 06,5d,Endeavouring social renters,S02001401,Sauchie,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171736 +171736,S00097684,1b3,Ageing Rural Flat Tenants,S01007518,Newton Stewart - 06,5e,Primary sector workers,S02001412,Newton Stewart,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171737 +171737,S00095946,8a2,Industrious Hardship,S01007454,Sauchie - 01,2d,Rural traits,S02001401,Sauchie,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171738 +171738,S00097165,8c2,Ageing Rural Industry Workers,S01007652,Annandale East - 02,2d,Rural traits,S02001439,Annandale East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171739 +171739,S00097294,1b3,Ageing Rural Flat Tenants,S01007559,Thornhill - 01,2c,Remoter communities,S02001420,Thornhill,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171740 +171740,S00096045,8c3,Renting Hard-Pressed Workers,S01007439,Tillicoultry - 05,5c,Comfortable neighbourhoods,S02001398,Tillicoultry,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171741 +171741,S00097325,1b3,Ageing Rural Flat Tenants,S01007524,Gatehouse - 04,2a,Ageing rural neighbourhoods,S02001413,Gatehouse,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171742 +171742,S00095947,8a2,Industrious Hardship,S01007454,Sauchie - 01,2d,Rural traits,S02001401,Sauchie,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171743 +171743,S00095930,6b3,Semi-Detached Ageing,S01007458,Sauchie - 05,8b,Ageing suburbanites,S02001401,Sauchie,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171744 +171744,S00097748,1b3,Ageing Rural Flat Tenants,S01007663,Annan West - 04,5d,Endeavouring social renters,S02001441,Annan West,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171745 +171745,S00096058,8c3,Renting Hard-Pressed Workers,S01007425,Alva - 01,5c,Comfortable neighbourhoods,S02001396,Alva,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171746 +171746,S00097283,8c2,Ageing Rural Industry Workers,S01007562,Thornhill - 04,2c,Remoter communities,S02001420,Thornhill,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171747 +171747,S00097326,1b3,Ageing Rural Flat Tenants,S01007524,Gatehouse - 04,2a,Ageing rural neighbourhoods,S02001413,Gatehouse,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171748 +171748,S00095961,8a2,Industrious Hardship,S01007412,Tullibody South - 04,5d,Endeavouring social renters,S02001393,Tullibody South,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171749 +171749,S00095963,6b3,Semi-Detached Ageing,S01007409,Tullibody South - 01,5a,Ageing urban communities,S02001393,Tullibody South,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171750 +171750,S00097790,1b3,Ageing Rural Flat Tenants,S01007613,Nunholm - 01,5a,Ageing urban communities,S02001431,Nunholm,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171751 +171751,S00096090,8c3,Renting Hard-Pressed Workers,S01007421,Menstrie - 01,5c,Comfortable neighbourhoods,S02001395,Menstrie,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171752 +171752,S00097288,8c2,Ageing Rural Industry Workers,S01007565,Mid Nithsdale - 02,2c,Remoter communities,S02001421,Mid Nithsdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171753 +171753,S00097292,8c2,Ageing Rural Industry Workers,S01007560,Thornhill - 02,5e,Primary sector workers,S02001420,Thornhill,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171754 +171754,S00097297,8c2,Ageing Rural Industry Workers,S01007553,Upper Nithsdale - 02,4a,Challenged white communities,S02001419,Upper Nithsdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171755 +171755,S00097327,8c2,Ageing Rural Industry Workers,S01007524,Gatehouse - 04,2a,Ageing rural neighbourhoods,S02001413,Gatehouse,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171756 +171756,S00097337,8c2,Ageing Rural Industry Workers,S01007538,Castle Douglas - 05,2c,Remoter communities,S02001415,Castle Douglas,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171757 +171757,S00097388,8c2,Ageing Rural Industry Workers,S01007550,Glenkens - 04,2c,Remoter communities,S02001418,Glenkens,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171758 +171758,S00097406,8c2,Ageing Rural Industry Workers,S01007508,Machars South - 03,2c,Remoter communities,S02001411,Machars South,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171759 +171759,S00097473,8c2,Ageing Rural Industry Workers,S01007511,Machars South - 06,5e,Primary sector workers,S02001411,Machars South,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171760 +171760,S00097474,8c2,Ageing Rural Industry Workers,S01007511,Machars South - 06,5e,Primary sector workers,S02001411,Machars South,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171761 +171761,S00097475,8c2,Ageing Rural Industry Workers,S01007511,Machars South - 06,5e,Primary sector workers,S02001411,Machars South,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171762 +171762,S00097478,8c2,Ageing Rural Industry Workers,S01007511,Machars South - 06,5e,Primary sector workers,S02001411,Machars South,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171763 +171763,S00097487,8c2,Ageing Rural Industry Workers,S01007527,Kirkcudbright - 02,5e,Primary sector workers,S02001414,Kirkcudbright,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171764 +171764,S00097492,8c2,Ageing Rural Industry Workers,S01007526,Kirkcudbright - 01,5e,Primary sector workers,S02001414,Kirkcudbright,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171765 +171765,S00097500,8c2,Ageing Rural Industry Workers,S01007528,Kirkcudbright - 03,5e,Primary sector workers,S02001414,Kirkcudbright,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171766 +171766,S00097502,8c2,Ageing Rural Industry Workers,S01007528,Kirkcudbright - 03,5e,Primary sector workers,S02001414,Kirkcudbright,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171767 +171767,S00097512,8c2,Ageing Rural Industry Workers,S01007525,Gatehouse - 05,2a,Ageing rural neighbourhoods,S02001413,Gatehouse,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171768 +171768,S00097517,8c2,Ageing Rural Industry Workers,S01007507,Machars South - 02,5e,Primary sector workers,S02001411,Machars South,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171769 +171769,S00097521,8c2,Ageing Rural Industry Workers,S01007507,Machars South - 02,5e,Primary sector workers,S02001411,Machars South,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171770 +171770,S00097522,8c2,Ageing Rural Industry Workers,S01007507,Machars South - 02,5e,Primary sector workers,S02001411,Machars South,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171771 +171771,S00097523,8c2,Ageing Rural Industry Workers,S01007522,Gatehouse - 02,2a,Ageing rural neighbourhoods,S02001413,Gatehouse,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171772 +171772,S00097527,8c2,Ageing Rural Industry Workers,S01007522,Gatehouse - 02,2a,Ageing rural neighbourhoods,S02001413,Gatehouse,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171773 +171773,S00097533,8c2,Ageing Rural Industry Workers,S01007491,Stranraer South - 02,5e,Primary sector workers,S02001407,Stranraer South,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171774 +171774,S00097534,8c2,Ageing Rural Industry Workers,S01007490,Stranraer South - 01,5e,Primary sector workers,S02001407,Stranraer South,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171775 +171775,S00097558,8c2,Ageing Rural Industry Workers,S01007488,Stranraer East - 02,5e,Primary sector workers,S02001406,Stranraer East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171776 +171776,S00097566,8c2,Ageing Rural Industry Workers,S01007490,Stranraer South - 01,5e,Primary sector workers,S02001407,Stranraer South,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171777 +171777,S00097575,8c2,Ageing Rural Industry Workers,S01007489,Stranraer East - 03,5e,Primary sector workers,S02001406,Stranraer East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171778 +171778,S00097579,8c2,Ageing Rural Industry Workers,S01007498,Rhins North - 05,2d,Rural traits,S02001408,Rhins North,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171779 +171779,S00097584,8c2,Ageing Rural Industry Workers,S01007483,Stranraer West - 03,5d,Endeavouring social renters,S02001405,Stranraer West,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171780 +171780,S00097586,8c2,Ageing Rural Industry Workers,S01007483,Stranraer West - 03,5d,Endeavouring social renters,S02001405,Stranraer West,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171781 +171781,S00097591,8c2,Ageing Rural Industry Workers,S01007482,Stranraer West - 02,5e,Primary sector workers,S02001405,Stranraer West,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171782 +171782,S00097604,8c2,Ageing Rural Industry Workers,S01007520,Newton Stewart - 08,2d,Rural traits,S02001412,Newton Stewart,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171783 +171783,S00097612,8c2,Ageing Rural Industry Workers,S01007543,Dalbeattie - 05,5e,Primary sector workers,S02001416,Dalbeattie,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171784 +171784,S00097613,8c2,Ageing Rural Industry Workers,S01007543,Dalbeattie - 05,5e,Primary sector workers,S02001416,Dalbeattie,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171785 +171785,S00097616,8c2,Ageing Rural Industry Workers,S01007543,Dalbeattie - 05,5e,Primary sector workers,S02001416,Dalbeattie,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171786 +171786,S00097617,8c2,Ageing Rural Industry Workers,S01007540,Dalbeattie - 02,5e,Primary sector workers,S02001416,Dalbeattie,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171787 +171787,S00097618,8c2,Ageing Rural Industry Workers,S01007540,Dalbeattie - 02,5e,Primary sector workers,S02001416,Dalbeattie,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171788 +171788,S00097620,8c2,Ageing Rural Industry Workers,S01007543,Dalbeattie - 05,5e,Primary sector workers,S02001416,Dalbeattie,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171789 +171789,S00097622,8c2,Ageing Rural Industry Workers,S01007542,Dalbeattie - 04,5e,Primary sector workers,S02001416,Dalbeattie,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171790 +171790,S00097628,8c2,Ageing Rural Industry Workers,S01007542,Dalbeattie - 04,5e,Primary sector workers,S02001416,Dalbeattie,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171791 +171791,S00097629,8c2,Ageing Rural Industry Workers,S01007542,Dalbeattie - 04,5e,Primary sector workers,S02001416,Dalbeattie,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171792 +171792,S00097630,8c2,Ageing Rural Industry Workers,S01007542,Dalbeattie - 04,5e,Primary sector workers,S02001416,Dalbeattie,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171793 +171793,S00097631,8c2,Ageing Rural Industry Workers,S01007540,Dalbeattie - 02,5e,Primary sector workers,S02001416,Dalbeattie,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171794 +171794,S00096016,6b3,Semi-Detached Ageing,S01007448,"Clackmannan, Kennet and Forestmill - 01",2d,Rural traits,S02001400,"Clackmannan, Kennet and Forestmill",S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171795 +171795,S00096018,6b3,Semi-Detached Ageing,S01007448,"Clackmannan, Kennet and Forestmill - 01",2d,Rural traits,S02001400,"Clackmannan, Kennet and Forestmill",S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171796 +171796,S00096019,6b3,Semi-Detached Ageing,S01007448,"Clackmannan, Kennet and Forestmill - 01",2d,Rural traits,S02001400,"Clackmannan, Kennet and Forestmill",S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171797 +171797,S00097794,1b3,Ageing Rural Flat Tenants,S01007613,Nunholm - 01,5a,Ageing urban communities,S02001431,Nunholm,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171798 +171798,S00096070,6b3,Semi-Detached Ageing,S01007427,Alva - 03,4a,Challenged white communities,S02001396,Alva,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171799 +171799,S00096096,6b3,Semi-Detached Ageing,S01007424,Menstrie - 04,8b,Ageing suburbanites,S02001395,Menstrie,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171800 +171800,S00097830,1b3,Ageing Rural Flat Tenants,S01007615,Nunholm - 03,5e,Primary sector workers,S02001431,Nunholm,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171801 +171801,S00096097,6b3,Semi-Detached Ageing,S01007424,Menstrie - 04,8b,Ageing suburbanites,S02001395,Menstrie,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171802 +171802,S00097872,1b3,Ageing Rural Flat Tenants,S01007604,Calside - 04,8b,Ageing suburbanites,S02001428,Calside,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171803 +171803,S00097333,1b3,Ageing Rural Flat Tenants,S01007531,Kirkcudbright - 06,2c,Remoter communities,S02001414,Kirkcudbright,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171804 +171804,S00097343,1b3,Ageing Rural Flat Tenants,S01007532,Kirkcudbright - 07,2c,Remoter communities,S02001414,Kirkcudbright,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171805 +171805,S00095967,8a2,Industrious Hardship,S01007410,Tullibody South - 02,4a,Challenged white communities,S02001393,Tullibody South,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171806 +171806,S00097346,1b3,Ageing Rural Flat Tenants,S01007522,Gatehouse - 02,2a,Ageing rural neighbourhoods,S02001413,Gatehouse,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171807 +171807,S00097348,1b3,Ageing Rural Flat Tenants,S01007523,Gatehouse - 03,2c,Remoter communities,S02001413,Gatehouse,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171808 +171808,S00097363,1b3,Ageing Rural Flat Tenants,S01007545,Dalbeattie Rural - 02,2c,Remoter communities,S02001417,Dalbeattie Rural,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171809 +171809,S00097380,1b3,Ageing Rural Flat Tenants,S01007550,Glenkens - 04,2c,Remoter communities,S02001418,Glenkens,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171810 +171810,S00097381,1b3,Ageing Rural Flat Tenants,S01007550,Glenkens - 04,2c,Remoter communities,S02001418,Glenkens,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171811 +171811,S00097397,1b3,Ageing Rural Flat Tenants,S01007519,Newton Stewart - 07,2c,Remoter communities,S02001412,Newton Stewart,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171812 +171812,S00097401,1b3,Ageing Rural Flat Tenants,S01007512,Machars South - 07,2c,Remoter communities,S02001411,Machars South,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171813 +171813,S00097402,1b3,Ageing Rural Flat Tenants,S01007512,Machars South - 07,2c,Remoter communities,S02001411,Machars South,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171814 +171814,S00097403,1b3,Ageing Rural Flat Tenants,S01007512,Machars South - 07,2c,Remoter communities,S02001411,Machars South,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171815 +171815,S00097407,1b3,Ageing Rural Flat Tenants,S01007508,Machars South - 03,2c,Remoter communities,S02001411,Machars South,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171816 +171816,S00097410,1b3,Ageing Rural Flat Tenants,S01007509,Machars South - 04,2c,Remoter communities,S02001411,Machars South,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171817 +171817,S00097421,1b3,Ageing Rural Flat Tenants,S01007506,Machars South - 01,2c,Remoter communities,S02001411,Machars South,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171818 +171818,S00097432,1b3,Ageing Rural Flat Tenants,S01007504,Machars North - 03,2c,Remoter communities,S02001410,Machars North,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171819 +171819,S00097444,1b3,Ageing Rural Flat Tenants,S01007502,Machars North - 01,2c,Remoter communities,S02001410,Machars North,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171820 +171820,S00097447,1b3,Ageing Rural Flat Tenants,S01007501,Rhins South - 03,2c,Remoter communities,S02001409,Rhins South,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171821 +171821,S00097448,1b3,Ageing Rural Flat Tenants,S01007501,Rhins South - 03,2c,Remoter communities,S02001409,Rhins South,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171822 +171822,S00097450,1b3,Ageing Rural Flat Tenants,S01007501,Rhins South - 03,2c,Remoter communities,S02001409,Rhins South,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171823 +171823,S00096130,6b3,Semi-Detached Ageing,S01007428,Alva - 04,5c,Comfortable neighbourhoods,S02001396,Alva,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171824 +171824,S00097886,1b3,Ageing Rural Flat Tenants,S01007590,Troqueer - 03,8b,Ageing suburbanites,S02001425,Troqueer,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171825 +171825,S00096103,8c3,Renting Hard-Pressed Workers,S01007443,Dollar and Muckhart - 01,5a,Ageing urban communities,S02001399,Dollar and Muckhart,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171826 +171826,S00097454,1b3,Ageing Rural Flat Tenants,S01007500,Rhins South - 02,2c,Remoter communities,S02001409,Rhins South,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171827 +171827,S00097455,1b3,Ageing Rural Flat Tenants,S01007500,Rhins South - 02,2c,Remoter communities,S02001409,Rhins South,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171828 +171828,S00097456,1b3,Ageing Rural Flat Tenants,S01007499,Rhins South - 01,2c,Remoter communities,S02001409,Rhins South,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171829 +171829,S00097468,1b3,Ageing Rural Flat Tenants,S01007494,Rhins North - 01,2c,Remoter communities,S02001408,Rhins North,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171830 +171830,S00097476,1b3,Ageing Rural Flat Tenants,S01007511,Machars South - 06,5e,Primary sector workers,S02001411,Machars South,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171831 +171831,S00097479,1b3,Ageing Rural Flat Tenants,S01007511,Machars South - 06,5e,Primary sector workers,S02001411,Machars South,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171832 +171832,S00097480,1b3,Ageing Rural Flat Tenants,S01007510,Machars South - 05,2c,Remoter communities,S02001411,Machars South,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171833 +171833,S00097481,1b3,Ageing Rural Flat Tenants,S01007510,Machars South - 05,2c,Remoter communities,S02001411,Machars South,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171834 +171834,S00097482,1b3,Ageing Rural Flat Tenants,S01007510,Machars South - 05,2c,Remoter communities,S02001411,Machars South,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171835 +171835,S00097483,1b3,Ageing Rural Flat Tenants,S01007510,Machars South - 05,2c,Remoter communities,S02001411,Machars South,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171836 +171836,S00097484,1b3,Ageing Rural Flat Tenants,S01007510,Machars South - 05,2c,Remoter communities,S02001411,Machars South,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171837 +171837,S00097489,1b3,Ageing Rural Flat Tenants,S01007527,Kirkcudbright - 02,5e,Primary sector workers,S02001414,Kirkcudbright,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171838 +171838,S00097496,1b3,Ageing Rural Flat Tenants,S01007527,Kirkcudbright - 02,5e,Primary sector workers,S02001414,Kirkcudbright,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171839 +171839,S00097514,1b3,Ageing Rural Flat Tenants,S01007496,Rhins North - 03,2c,Remoter communities,S02001408,Rhins North,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171840 +171840,S00097518,1b3,Ageing Rural Flat Tenants,S01007507,Machars South - 02,5e,Primary sector workers,S02001411,Machars South,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171841 +171841,S00097519,1b3,Ageing Rural Flat Tenants,S01007507,Machars South - 02,5e,Primary sector workers,S02001411,Machars South,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171842 +171842,S00097526,1b3,Ageing Rural Flat Tenants,S01007522,Gatehouse - 02,2a,Ageing rural neighbourhoods,S02001413,Gatehouse,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171843 +171843,S00097529,1b3,Ageing Rural Flat Tenants,S01007503,Machars North - 02,2d,Rural traits,S02001410,Machars North,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171844 +171844,S00097530,1b3,Ageing Rural Flat Tenants,S01007503,Machars North - 02,2d,Rural traits,S02001410,Machars North,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171845 +171845,S00097562,1b3,Ageing Rural Flat Tenants,S01007493,Stranraer South - 04,5d,Endeavouring social renters,S02001407,Stranraer South,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171846 +171846,S00097608,1b3,Ageing Rural Flat Tenants,S01007520,Newton Stewart - 08,2d,Rural traits,S02001412,Newton Stewart,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171847 +171847,S00095976,8a2,Industrious Hardship,S01007418,Tullibody North and Glenochil - 04,4a,Challenged white communities,S02001394,Tullibody North and Glenochil,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171848 +171848,S00096136,8c3,Renting Hard-Pressed Workers,S01007426,Alva - 02,5c,Comfortable neighbourhoods,S02001396,Alva,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171849 +171849,S00095988,8a2,Industrious Hardship,S01007418,Tullibody North and Glenochil - 04,4a,Challenged white communities,S02001394,Tullibody North and Glenochil,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171850 +171850,S00096171,6b3,Semi-Detached Ageing,S01007479,Alloa West - 04,5c,Comfortable neighbourhoods,S02001404,Alloa West,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171851 +171851,S00096000,8a2,Industrious Hardship,S01007449,"Clackmannan, Kennet and Forestmill - 02",5c,Comfortable neighbourhoods,S02001400,"Clackmannan, Kennet and Forestmill",S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171852 +171852,S00095846,7a1,Transitional Eastern European Neighbourhoods,S01007480,Alloa West - 05,5e,Primary sector workers,S02001404,Alloa West,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171853 +171853,S00097908,1b3,Ageing Rural Flat Tenants,S01007589,Troqueer - 02,5e,Primary sector workers,S02001425,Troqueer,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171854 +171854,S00096183,8c3,Renting Hard-Pressed Workers,S01007464,Alloa South and East - 04,4b,Constrained renters,S02001402,Alloa South and East,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171855 +171855,S00096021,8a2,Industrious Hardship,S01007433,"Fishcross, Devon Village and Coalsnaughton - 02",2d,Rural traits,S02001397,"Fishcross, Devon Village and Coalsnaughton",S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171856 +171856,S00095857,7a1,Transitional Eastern European Neighbourhoods,S01007465,Alloa South and East - 05,4a,Challenged white communities,S02001402,Alloa South and East,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171857 +171857,S00098014,1b3,Ageing Rural Flat Tenants,S01007653,Annandale East - 03,2c,Remoter communities,S02001439,Annandale East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171858 +171858,S00096191,8c3,Renting Hard-Pressed Workers,S01007465,Alloa South and East - 05,4a,Challenged white communities,S02001402,Alloa South and East,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171859 +171859,S00096022,8a2,Industrious Hardship,S01007433,"Fishcross, Devon Village and Coalsnaughton - 02",2d,Rural traits,S02001397,"Fishcross, Devon Village and Coalsnaughton",S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171860 +171860,S00095860,7a1,Transitional Eastern European Neighbourhoods,S01007464,Alloa South and East - 04,4b,Constrained renters,S02001402,Alloa South and East,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171861 +171861,S00098015,1b3,Ageing Rural Flat Tenants,S01007653,Annandale East - 03,2c,Remoter communities,S02001439,Annandale East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171862 +171862,S00096203,8c3,Renting Hard-Pressed Workers,S01007461,Alloa South and East - 01,4d,Hard-pressed flat dwellers,S02001402,Alloa South and East,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171863 +171863,S00095916,1c2,Renting Rural Retirement,S01007460,Sauchie - 07,5d,Endeavouring social renters,S02001401,Sauchie,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171864 +171864,S00095850,7d3,Retired Communal City Dwellers,S01007478,Alloa West - 03,5c,Comfortable neighbourhoods,S02001404,Alloa West,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171865 +171865,S00096179,7d2,Retired Independent City Dwellers,S01007478,Alloa West - 03,5c,Comfortable neighbourhoods,S02001404,Alloa West,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171866 +171866,S00096220,7d2,Retired Independent City Dwellers,S01007409,Tullibody South - 01,5a,Ageing urban communities,S02001393,Tullibody South,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171867 +171867,S00096117,1c1,Rural Employment and Retirees,S01007432,"Fishcross, Devon Village and Coalsnaughton - 01",5c,Comfortable neighbourhoods,S02001397,"Fishcross, Devon Village and Coalsnaughton",S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171868 +171868,S00095923,1b1,Rural Life,S01007432,"Fishcross, Devon Village and Coalsnaughton - 01",5c,Comfortable neighbourhoods,S02001397,"Fishcross, Devon Village and Coalsnaughton",S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171869 +171869,S00095929,1b1,Rural Life,S01007458,Sauchie - 05,8b,Ageing suburbanites,S02001401,Sauchie,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171870 +171870,S00096151,1b1,Rural Life,S01007447,Dollar and Muckhart - 05,2c,Remoter communities,S02001399,Dollar and Muckhart,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171871 +171871,S00096215,1b1,Rural Life,S01007413,Tullibody South - 05,5c,Comfortable neighbourhoods,S02001393,Tullibody South,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171872 +171872,S00095835,1b2,Rural White-Collar Workers,S01007452,"Clackmannan, Kennet and Forestmill - 05",5e,Primary sector workers,S02001400,"Clackmannan, Kennet and Forestmill",S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171873 +171873,S00095843,1b2,Rural White-Collar Workers,S01007444,Dollar and Muckhart - 02,8a,Affluent communities,S02001399,Dollar and Muckhart,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171874 +171874,S00096153,1a1,Rural Workers and Families,S01007447,Dollar and Muckhart - 05,2c,Remoter communities,S02001399,Dollar and Muckhart,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171875 +171875,S00095911,5b3,Self-Sufficient Retirement,S01007468,Alloa North - 02,5c,Comfortable neighbourhoods,S02001403,Alloa North,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171876 +171876,S00095959,5b3,Self-Sufficient Retirement,S01007413,Tullibody South - 05,5c,Comfortable neighbourhoods,S02001393,Tullibody South,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171877 +171877,S00096008,5b3,Self-Sufficient Retirement,S01007448,"Clackmannan, Kennet and Forestmill - 01",2d,Rural traits,S02001400,"Clackmannan, Kennet and Forestmill",S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171878 +171878,S00096034,5b3,Self-Sufficient Retirement,S01007439,Tillicoultry - 05,5c,Comfortable neighbourhoods,S02001398,Tillicoultry,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171879 +171879,S00096056,5b3,Self-Sufficient Retirement,S01007429,Alva - 05,5c,Comfortable neighbourhoods,S02001396,Alva,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171880 +171880,S00096077,5b3,Self-Sufficient Retirement,S01007426,Alva - 02,5c,Comfortable neighbourhoods,S02001396,Alva,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171881 +171881,S00096078,5b3,Self-Sufficient Retirement,S01007426,Alva - 02,5c,Comfortable neighbourhoods,S02001396,Alva,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171882 +171882,S00096081,5b3,Self-Sufficient Retirement,S01007430,Alva - 06,5c,Comfortable neighbourhoods,S02001396,Alva,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171883 +171883,S00096091,5b3,Self-Sufficient Retirement,S01007422,Menstrie - 02,5a,Ageing urban communities,S02001395,Menstrie,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171884 +171884,S00096106,5b3,Self-Sufficient Retirement,S01007444,Dollar and Muckhart - 02,8a,Affluent communities,S02001399,Dollar and Muckhart,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171885 +171885,S00096109,5b3,Self-Sufficient Retirement,S01007444,Dollar and Muckhart - 02,8a,Affluent communities,S02001399,Dollar and Muckhart,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171886 +171886,S00096111,5b3,Self-Sufficient Retirement,S01007444,Dollar and Muckhart - 02,8a,Affluent communities,S02001399,Dollar and Muckhart,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171887 +171887,S00096125,5b3,Self-Sufficient Retirement,S01007435,Tillicoultry - 01,5c,Comfortable neighbourhoods,S02001398,Tillicoultry,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171888 +171888,S00096177,5b3,Self-Sufficient Retirement,S01007478,Alloa West - 03,5c,Comfortable neighbourhoods,S02001404,Alloa West,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171889 +171889,S00096178,5b3,Self-Sufficient Retirement,S01007478,Alloa West - 03,5c,Comfortable neighbourhoods,S02001404,Alloa West,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171890 +171890,S00096200,5b3,Self-Sufficient Retirement,S01007467,Alloa North - 01,4b,Constrained renters,S02001403,Alloa North,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171891 +171891,S00096217,5b3,Self-Sufficient Retirement,S01007413,Tullibody South - 05,5c,Comfortable neighbourhoods,S02001393,Tullibody South,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171892 +171892,S00096228,5b3,Self-Sufficient Retirement,S01007452,"Clackmannan, Kennet and Forestmill - 05",5e,Primary sector workers,S02001400,"Clackmannan, Kennet and Forestmill",S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171893 +171893,S00096238,5b3,Self-Sufficient Retirement,S01007438,Tillicoultry - 04,4a,Challenged white communities,S02001398,Tillicoultry,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171894 +171894,S00096239,5b3,Self-Sufficient Retirement,S01007439,Tillicoultry - 05,5c,Comfortable neighbourhoods,S02001398,Tillicoultry,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171895 +171895,S00096246,5b3,Self-Sufficient Retirement,S01007446,Dollar and Muckhart - 04,2b,Prospering countryside life,S02001399,Dollar and Muckhart,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171896 +171896,S00095895,7a1,Transitional Eastern European Neighbourhoods,S01007470,Alloa North - 04,4d,Hard-pressed flat dwellers,S02001403,Alloa North,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171897 +171897,S00098071,1b3,Ageing Rural Flat Tenants,S01007639,Lockerbie - 05,5e,Primary sector workers,S02001436,Lockerbie,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171898 +171898,S00096050,8a2,Industrious Hardship,S01007440,Tillicoultry - 06,5d,Endeavouring social renters,S02001398,Tillicoultry,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171899 +171899,S00095951,7a1,Transitional Eastern European Neighbourhoods,S01007456,Sauchie - 03,4d,Hard-pressed flat dwellers,S02001401,Sauchie,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171900 +171900,S00096084,8a2,Industrious Hardship,S01007431,Alva - 07,8b,Ageing suburbanites,S02001396,Alva,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171901 +171901,S00098075,1b3,Ageing Rural Flat Tenants,S01007632,Lochmaben - 02,5e,Primary sector workers,S02001435,Lochmaben,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171902 +171902,S00096189,7a1,Transitional Eastern European Neighbourhoods,S01007464,Alloa South and East - 04,4b,Constrained renters,S02001402,Alloa South and East,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171903 +171903,S00096205,8a2,Industrious Hardship,S01007459,Sauchie - 06,5d,Endeavouring social renters,S02001401,Sauchie,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171904 +171904,S00098076,1b3,Ageing Rural Flat Tenants,S01007632,Lochmaben - 02,5e,Primary sector workers,S02001435,Lochmaben,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171905 +171905,S00096223,7a1,Transitional Eastern European Neighbourhoods,S01007410,Tullibody South - 02,4a,Challenged white communities,S02001393,Tullibody South,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171906 +171906,S00096226,8a2,Industrious Hardship,S01007415,Tullibody North and Glenochil - 01,4a,Challenged white communities,S02001394,Tullibody North and Glenochil,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171907 +171907,S00098077,1b3,Ageing Rural Flat Tenants,S01007632,Lochmaben - 02,5e,Primary sector workers,S02001435,Lochmaben,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171908 +171908,S00095838,5a1,White Professionals,S01007453,"Clackmannan, Kennet and Forestmill - 06",8c,Comfortable suburbia,S02001400,"Clackmannan, Kennet and Forestmill",S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171909 +171909,S00096229,8a2,Industrious Hardship,S01007450,"Clackmannan, Kennet and Forestmill - 03",4a,Challenged white communities,S02001400,"Clackmannan, Kennet and Forestmill",S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171910 +171910,S00098079,1b3,Ageing Rural Flat Tenants,S01007632,Lochmaben - 02,5e,Primary sector workers,S02001435,Lochmaben,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171911 +171911,S00095882,5a1,White Professionals,S01007475,Alloa North - 09,5c,Comfortable neighbourhoods,S02001403,Alloa North,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171912 +171912,S00096234,8a2,Industrious Hardship,S01007435,Tillicoultry - 01,5c,Comfortable neighbourhoods,S02001398,Tillicoultry,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171913 +171913,S00098086,1b3,Ageing Rural Flat Tenants,S01007647,Langholm and Eskdale - 02,5e,Primary sector workers,S02001438,Langholm and Eskdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171914 +171914,S00098088,1b3,Ageing Rural Flat Tenants,S01007648,Langholm and Eskdale - 03,5e,Primary sector workers,S02001438,Langholm and Eskdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171915 +171915,S00098098,1b3,Ageing Rural Flat Tenants,S01007649,Langholm and Eskdale - 04,2d,Rural traits,S02001438,Langholm and Eskdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171916 +171916,S00098109,1b3,Ageing Rural Flat Tenants,S01007560,Thornhill - 02,5e,Primary sector workers,S02001420,Thornhill,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171917 +171917,S00098118,1b3,Ageing Rural Flat Tenants,S01007643,Moffat - 03,5e,Primary sector workers,S02001437,Moffat,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171918 +171918,S00098121,1b3,Ageing Rural Flat Tenants,S01007643,Moffat - 03,5e,Primary sector workers,S02001437,Moffat,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171919 +171919,S00098123,1b3,Ageing Rural Flat Tenants,S01007643,Moffat - 03,5e,Primary sector workers,S02001437,Moffat,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171920 +171920,S00098126,1b3,Ageing Rural Flat Tenants,S01007555,Upper Nithsdale - 04,2c,Remoter communities,S02001419,Upper Nithsdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171921 +171921,S00098129,1b3,Ageing Rural Flat Tenants,S01007555,Upper Nithsdale - 04,2c,Remoter communities,S02001419,Upper Nithsdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171922 +171922,S00098172,1b3,Ageing Rural Flat Tenants,S01007654,Annandale East - 04,2d,Rural traits,S02001439,Annandale East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171923 +171923,S00098178,1b3,Ageing Rural Flat Tenants,S01007625,Heathhall - 04,8b,Ageing suburbanites,S02001433,Heathhall,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171924 +171924,S00098191,1b3,Ageing Rural Flat Tenants,S01007642,Moffat - 02,5e,Primary sector workers,S02001437,Moffat,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171925 +171925,S00098208,1b3,Ageing Rural Flat Tenants,S01007564,Mid Nithsdale - 01,2c,Remoter communities,S02001421,Mid Nithsdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171926 +171926,S00098214,1b3,Ageing Rural Flat Tenants,S01007641,Moffat - 01,2d,Rural traits,S02001437,Moffat,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171927 +171927,S00098226,1b3,Ageing Rural Flat Tenants,S01007532,Kirkcudbright - 07,2c,Remoter communities,S02001414,Kirkcudbright,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171928 +171928,S00098237,1b3,Ageing Rural Flat Tenants,S01007504,Machars North - 03,2c,Remoter communities,S02001410,Machars North,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171929 +171929,S00098241,1b3,Ageing Rural Flat Tenants,S01007494,Rhins North - 01,2c,Remoter communities,S02001408,Rhins North,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171930 +171930,S00098245,1b3,Ageing Rural Flat Tenants,S01007496,Rhins North - 03,2c,Remoter communities,S02001408,Rhins North,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171931 +171931,S00098249,1b3,Ageing Rural Flat Tenants,S01007488,Stranraer East - 02,5e,Primary sector workers,S02001406,Stranraer East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171932 +171932,S00098250,1b3,Ageing Rural Flat Tenants,S01007489,Stranraer East - 03,5e,Primary sector workers,S02001406,Stranraer East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171933 +171933,S00098276,1b3,Ageing Rural Flat Tenants,S01007679,Gretna - 04,5e,Primary sector workers,S02001444,Gretna,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171934 +171934,S00098300,1b3,Ageing Rural Flat Tenants,S01007629,Collin - 03,2c,Remoter communities,S02001434,Collin,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171935 +171935,S00098302,1b3,Ageing Rural Flat Tenants,S01007596,New Abbey - 04,2c,Remoter communities,S02001426,New Abbey,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171936 +171936,S00098308,1b3,Ageing Rural Flat Tenants,S01007524,Gatehouse - 04,2a,Ageing rural neighbourhoods,S02001413,Gatehouse,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171937 +171937,S00098315,1b3,Ageing Rural Flat Tenants,S01007508,Machars South - 03,2c,Remoter communities,S02001411,Machars South,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171938 +171938,S00098322,1b3,Ageing Rural Flat Tenants,S01007507,Machars South - 02,5e,Primary sector workers,S02001411,Machars South,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171939 +171939,S00098324,1b3,Ageing Rural Flat Tenants,S01007507,Machars South - 02,5e,Primary sector workers,S02001411,Machars South,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171940 +171940,S00098341,1b3,Ageing Rural Flat Tenants,S01007543,Dalbeattie - 05,5e,Primary sector workers,S02001416,Dalbeattie,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171941 +171941,S00098345,1b3,Ageing Rural Flat Tenants,S01007517,Newton Stewart - 05,2a,Ageing rural neighbourhoods,S02001412,Newton Stewart,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171942 +171942,S00098350,1b3,Ageing Rural Flat Tenants,S01007516,Newton Stewart - 04,5e,Primary sector workers,S02001412,Newton Stewart,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171943 +171943,S00098351,1b3,Ageing Rural Flat Tenants,S01007667,Annan East - 04,8b,Ageing suburbanites,S02001442,Annan East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,171944 +171944,S00096174,5a1,White Professionals,S01007480,Alloa West - 05,5e,Primary sector workers,S02001404,Alloa West,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171945 +171945,S00096175,5a1,White Professionals,S01007480,Alloa West - 05,5e,Primary sector workers,S02001404,Alloa West,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171946 +171946,S00096197,5a1,White Professionals,S01007467,Alloa North - 01,4b,Constrained renters,S02001403,Alloa North,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171947 +171947,S00096224,5a1,White Professionals,S01007411,Tullibody South - 03,4a,Challenged white communities,S02001393,Tullibody South,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171948 +171948,S00096255,5a1,White Professionals,S01007457,Sauchie - 04,5e,Primary sector workers,S02001401,Sauchie,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171949 +171949,S00095878,6b2,White Suburban Communities,S01007475,Alloa North - 09,5c,Comfortable neighbourhoods,S02001403,Alloa North,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171950 +171950,S00095890,6b2,White Suburban Communities,S01007476,Alloa West - 01,5c,Comfortable neighbourhoods,S02001404,Alloa West,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171951 +171951,S00095893,6b2,White Suburban Communities,S01007477,Alloa West - 02,5c,Comfortable neighbourhoods,S02001404,Alloa West,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171952 +171952,S00096009,6b2,White Suburban Communities,S01007451,"Clackmannan, Kennet and Forestmill - 04",5d,Endeavouring social renters,S02001400,"Clackmannan, Kennet and Forestmill",S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171953 +171953,S00096053,6b2,White Suburban Communities,S01007441,Tillicoultry - 07,8b,Ageing suburbanites,S02001398,Tillicoultry,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171954 +171954,S00096062,6b2,White Suburban Communities,S01007425,Alva - 01,5c,Comfortable neighbourhoods,S02001396,Alva,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171955 +171955,S00096089,6b2,White Suburban Communities,S01007422,Menstrie - 02,5a,Ageing urban communities,S02001395,Menstrie,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171956 +171956,S00096144,6b2,White Suburban Communities,S01007423,Menstrie - 03,5c,Comfortable neighbourhoods,S02001395,Menstrie,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171957 +171957,S00096158,6b2,White Suburban Communities,S01007420,Tullibody North and Glenochil - 06,2a,Ageing rural neighbourhoods,S02001394,Tullibody North and Glenochil,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171958 +171958,S00096165,6b2,White Suburban Communities,S01007417,Tullibody North and Glenochil - 03,8c,Comfortable suburbia,S02001394,Tullibody North and Glenochil,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171959 +171959,S00095997,8a1,Industrious Transitions,S01007449,"Clackmannan, Kennet and Forestmill - 02",5c,Comfortable neighbourhoods,S02001400,"Clackmannan, Kennet and Forestmill",S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171960 +171960,S00096210,6b2,White Suburban Communities,S01007414,Tullibody South - 06,8c,Comfortable suburbia,S02001393,Tullibody South,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171961 +171961,S00096242,6b2,White Suburban Communities,S01007441,Tillicoultry - 07,8b,Ageing suburbanites,S02001398,Tillicoultry,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171962 +171962,S00096253,6b2,White Suburban Communities,S01007457,Sauchie - 04,5e,Primary sector workers,S02001401,Sauchie,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171963 +171963,S00095862,8d1,Young Hard-Pressed Families,S01007463,Alloa South and East - 03,4a,Challenged white communities,S02001402,Alloa South and East,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171964 +171964,S00095863,8d1,Young Hard-Pressed Families,S01007463,Alloa South and East - 03,4a,Challenged white communities,S02001402,Alloa South and East,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171965 +171965,S00095870,8d1,Young Hard-Pressed Families,S01007465,Alloa South and East - 05,4a,Challenged white communities,S02001402,Alloa South and East,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171966 +171966,S00095972,8d1,Young Hard-Pressed Families,S01007410,Tullibody South - 02,4a,Challenged white communities,S02001393,Tullibody South,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171967 +171967,S00095992,8d1,Young Hard-Pressed Families,S01007416,Tullibody North and Glenochil - 02,4a,Challenged white communities,S02001394,Tullibody North and Glenochil,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171968 +171968,S00095993,8d1,Young Hard-Pressed Families,S01007416,Tullibody North and Glenochil - 02,4a,Challenged white communities,S02001394,Tullibody North and Glenochil,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171969 +171969,S00095996,8d1,Young Hard-Pressed Families,S01007416,Tullibody North and Glenochil - 02,4a,Challenged white communities,S02001394,Tullibody North and Glenochil,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171970 +171970,S00096121,8a1,Industrious Transitions,S01007462,Alloa South and East - 02,5e,Primary sector workers,S02001402,Alloa South and East,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171971 +171971,S00096162,8a1,Industrious Transitions,S01007420,Tullibody North and Glenochil - 06,2a,Ageing rural neighbourhoods,S02001394,Tullibody North and Glenochil,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171972 +171972,S00096218,8a1,Industrious Transitions,S01007412,Tullibody South - 04,5d,Endeavouring social renters,S02001393,Tullibody South,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171973 +171973,S00096181,2c2,Migrant Commuters,S01007466,Alloa South and East - 06,4d,Hard-pressed flat dwellers,S02001402,Alloa South and East,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171974 +171974,S00095998,1a4,Older Farming Communities,S01007449,"Clackmannan, Kennet and Forestmill - 02",5c,Comfortable neighbourhoods,S02001400,"Clackmannan, Kennet and Forestmill",S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171975 +171975,S00096020,1a4,Older Farming Communities,S01007448,"Clackmannan, Kennet and Forestmill - 01",2d,Rural traits,S02001400,"Clackmannan, Kennet and Forestmill",S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171976 +171976,S00096120,1a4,Older Farming Communities,S01007459,Sauchie - 06,5d,Endeavouring social renters,S02001401,Sauchie,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171977 +171977,S00096170,1a4,Older Farming Communities,S01007480,Alloa West - 05,5e,Primary sector workers,S02001404,Alloa West,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171978 +171978,S00095849,6b4,Older Workers and Retirement,S01007478,Alloa West - 03,5c,Comfortable neighbourhoods,S02001404,Alloa West,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171979 +171979,S00095891,6b4,Older Workers and Retirement,S01007476,Alloa West - 01,5c,Comfortable neighbourhoods,S02001404,Alloa West,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171980 +171980,S00095892,6b4,Older Workers and Retirement,S01007477,Alloa West - 02,5c,Comfortable neighbourhoods,S02001404,Alloa West,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171981 +171981,S00095907,6b4,Older Workers and Retirement,S01007467,Alloa North - 01,4b,Constrained renters,S02001403,Alloa North,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171982 +171982,S00095912,6b4,Older Workers and Retirement,S01007468,Alloa North - 02,5c,Comfortable neighbourhoods,S02001403,Alloa North,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171983 +171983,S00095964,6b4,Older Workers and Retirement,S01007409,Tullibody South - 01,5a,Ageing urban communities,S02001393,Tullibody South,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171984 +171984,S00096029,6b4,Older Workers and Retirement,S01007433,"Fishcross, Devon Village and Coalsnaughton - 02",2d,Rural traits,S02001397,"Fishcross, Devon Village and Coalsnaughton",S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171985 +171985,S00096055,6b4,Older Workers and Retirement,S01007441,Tillicoultry - 07,8b,Ageing suburbanites,S02001398,Tillicoultry,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171986 +171986,S00096061,6b4,Older Workers and Retirement,S01007425,Alva - 01,5c,Comfortable neighbourhoods,S02001396,Alva,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171987 +171987,S00096069,6b4,Older Workers and Retirement,S01007428,Alva - 04,5c,Comfortable neighbourhoods,S02001396,Alva,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171988 +171988,S00096080,6b4,Older Workers and Retirement,S01007430,Alva - 06,5c,Comfortable neighbourhoods,S02001396,Alva,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171989 +171989,S00096102,6b4,Older Workers and Retirement,S01007443,Dollar and Muckhart - 01,5a,Ageing urban communities,S02001399,Dollar and Muckhart,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171990 +171990,S00096107,6b4,Older Workers and Retirement,S01007444,Dollar and Muckhart - 02,8a,Affluent communities,S02001399,Dollar and Muckhart,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171991 +171991,S00096113,6b4,Older Workers and Retirement,S01007445,Dollar and Muckhart - 03,8b,Ageing suburbanites,S02001399,Dollar and Muckhart,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171992 +171992,S00096149,6b4,Older Workers and Retirement,S01007443,Dollar and Muckhart - 01,5a,Ageing urban communities,S02001399,Dollar and Muckhart,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171993 +171993,S00096156,6b4,Older Workers and Retirement,S01007409,Tullibody South - 01,5a,Ageing urban communities,S02001393,Tullibody South,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171994 +171994,S00096157,6b4,Older Workers and Retirement,S01007409,Tullibody South - 01,5a,Ageing urban communities,S02001393,Tullibody South,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171995 +171995,S00096166,6b4,Older Workers and Retirement,S01007417,Tullibody North and Glenochil - 03,8c,Comfortable suburbia,S02001394,Tullibody North and Glenochil,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171996 +171996,S00096169,6b4,Older Workers and Retirement,S01007480,Alloa West - 05,5e,Primary sector workers,S02001404,Alloa West,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171997 +171997,S00096172,6b4,Older Workers and Retirement,S01007479,Alloa West - 04,5c,Comfortable neighbourhoods,S02001404,Alloa West,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171998 +171998,S00096194,6b4,Older Workers and Retirement,S01007471,Alloa North - 05,5d,Endeavouring social renters,S02001403,Alloa North,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,171999 +171999,S00096201,6b4,Older Workers and Retirement,S01007468,Alloa North - 02,5c,Comfortable neighbourhoods,S02001403,Alloa North,S12000005,Clackmannanshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,172000 +172000,S00097633,8c2,Ageing Rural Industry Workers,S01007540,Dalbeattie - 02,5e,Primary sector workers,S02001416,Dalbeattie,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172001 +172001,S00097651,8c2,Ageing Rural Industry Workers,S01007537,Castle Douglas - 04,5e,Primary sector workers,S02001415,Castle Douglas,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172002 +172002,S00097654,8c2,Ageing Rural Industry Workers,S01007534,Castle Douglas - 01,5e,Primary sector workers,S02001415,Castle Douglas,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172003 +172003,S00097657,8c2,Ageing Rural Industry Workers,S01007534,Castle Douglas - 01,5e,Primary sector workers,S02001415,Castle Douglas,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172004 +172004,S00097658,8c2,Ageing Rural Industry Workers,S01007534,Castle Douglas - 01,5e,Primary sector workers,S02001415,Castle Douglas,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172005 +172005,S00097662,8c2,Ageing Rural Industry Workers,S01007535,Castle Douglas - 02,5e,Primary sector workers,S02001415,Castle Douglas,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172006 +172006,S00097663,8c2,Ageing Rural Industry Workers,S01007536,Castle Douglas - 03,5e,Primary sector workers,S02001415,Castle Douglas,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172007 +172007,S00097670,8c2,Ageing Rural Industry Workers,S01007513,Newton Stewart - 01,5e,Primary sector workers,S02001412,Newton Stewart,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172008 +172008,S00097675,8c2,Ageing Rural Industry Workers,S01007513,Newton Stewart - 01,5e,Primary sector workers,S02001412,Newton Stewart,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172009 +172009,S00097688,8c2,Ageing Rural Industry Workers,S01007517,Newton Stewart - 05,2a,Ageing rural neighbourhoods,S02001412,Newton Stewart,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172010 +172010,S00097691,8c2,Ageing Rural Industry Workers,S01007516,Newton Stewart - 04,5e,Primary sector workers,S02001412,Newton Stewart,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172011 +172011,S00097692,8c2,Ageing Rural Industry Workers,S01007516,Newton Stewart - 04,5e,Primary sector workers,S02001412,Newton Stewart,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172012 +172012,S00097699,8c2,Ageing Rural Industry Workers,S01007662,Annan West - 03,5e,Primary sector workers,S02001441,Annan West,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172013 +172013,S00097703,8c2,Ageing Rural Industry Workers,S01007662,Annan West - 03,5e,Primary sector workers,S02001441,Annan West,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172014 +172014,S00097129,1a3,Agricultural Communities,S01007645,Moffat - 05,2c,Remoter communities,S02001437,Moffat,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172015 +172015,S00098235,1a3,Agricultural Communities,S01007508,Machars South - 03,2c,Remoter communities,S02001411,Machars South,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172016 +172016,S00097706,8c2,Ageing Rural Industry Workers,S01007664,Annan East - 01,4b,Constrained renters,S02001442,Annan East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172017 +172017,S00097708,8c2,Ageing Rural Industry Workers,S01007664,Annan East - 01,4b,Constrained renters,S02001442,Annan East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172018 +172018,S00097711,8c2,Ageing Rural Industry Workers,S01007665,Annan East - 02,5d,Endeavouring social renters,S02001442,Annan East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172019 +172019,S00097720,8c2,Ageing Rural Industry Workers,S01007668,Annan East - 05,4a,Challenged white communities,S02001442,Annan East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172020 +172020,S00097728,8c2,Ageing Rural Industry Workers,S01007668,Annan East - 05,4a,Challenged white communities,S02001442,Annan East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172021 +172021,S00097732,8c2,Ageing Rural Industry Workers,S01007660,Annan West - 01,4b,Constrained renters,S02001441,Annan West,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172022 +172022,S00097736,8c2,Ageing Rural Industry Workers,S01007660,Annan West - 01,4b,Constrained renters,S02001441,Annan West,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172023 +172023,S00097739,8c2,Ageing Rural Industry Workers,S01007661,Annan West - 02,5e,Primary sector workers,S02001441,Annan West,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172024 +172024,S00097750,8c2,Ageing Rural Industry Workers,S01007670,Annan East - 07,4b,Constrained renters,S02001442,Annan East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172025 +172025,S00097756,8c2,Ageing Rural Industry Workers,S01007669,Annan East - 06,4b,Constrained renters,S02001442,Annan East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172026 +172026,S00097761,8c2,Ageing Rural Industry Workers,S01007673,Eastriggs - 02,5b,Aspiring urban households,S02001443,Eastriggs,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172027 +172027,S00097765,8c2,Ageing Rural Industry Workers,S01007674,Eastriggs - 03,5d,Endeavouring social renters,S02001443,Eastriggs,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172028 +172028,S00097766,8c2,Ageing Rural Industry Workers,S01007674,Eastriggs - 03,5d,Endeavouring social renters,S02001443,Eastriggs,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172029 +172029,S00097768,8c2,Ageing Rural Industry Workers,S01007674,Eastriggs - 03,5d,Endeavouring social renters,S02001443,Eastriggs,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172030 +172030,S00097777,8c2,Ageing Rural Industry Workers,S01007678,Gretna - 03,5e,Primary sector workers,S02001444,Gretna,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172031 +172031,S00097817,8c2,Ageing Rural Industry Workers,S01007616,Nunholm - 04,4b,Constrained renters,S02001431,Nunholm,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172032 +172032,S00097827,8c2,Ageing Rural Industry Workers,S01007615,Nunholm - 03,5e,Primary sector workers,S02001431,Nunholm,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172033 +172033,S00097392,1a3,Agricultural Communities,S01007506,Machars South - 01,2c,Remoter communities,S02001411,Machars South,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172034 +172034,S00097888,8c2,Ageing Rural Industry Workers,S01007593,New Abbey - 01,2a,Ageing rural neighbourhoods,S02001426,New Abbey,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172035 +172035,S00097889,8c2,Ageing Rural Industry Workers,S01007591,Troqueer - 04,5e,Primary sector workers,S02001425,Troqueer,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172036 +172036,S00097890,8c2,Ageing Rural Industry Workers,S01007591,Troqueer - 04,5e,Primary sector workers,S02001425,Troqueer,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172037 +172037,S00097903,8c2,Ageing Rural Industry Workers,S01007589,Troqueer - 02,5e,Primary sector workers,S02001425,Troqueer,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172038 +172038,S00097916,8c2,Ageing Rural Industry Workers,S01007588,Troqueer - 01,8b,Ageing suburbanites,S02001425,Troqueer,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172039 +172039,S00097931,8c2,Ageing Rural Industry Workers,S01007586,Summerville - 05,4a,Challenged white communities,S02001424,Summerville,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172040 +172040,S00097934,8c2,Ageing Rural Industry Workers,S01007584,Summerville - 03,4b,Constrained renters,S02001424,Summerville,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172041 +172041,S00097965,8c2,Ageing Rural Industry Workers,S01007583,Summerville - 02,4d,Hard-pressed flat dwellers,S02001424,Summerville,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172042 +172042,S00097971,8c2,Ageing Rural Industry Workers,S01007578,Lochside and Lincluden - 05,4a,Challenged white communities,S02001423,Lochside and Lincluden,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172043 +172043,S00097988,8c2,Ageing Rural Industry Workers,S01007575,Lochside and Lincluden - 02,4a,Challenged white communities,S02001423,Lochside and Lincluden,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172044 +172044,S00097999,8c2,Ageing Rural Industry Workers,S01007581,Lochside and Lincluden - 08,4a,Challenged white communities,S02001423,Lochside and Lincluden,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172045 +172045,S00098002,8c2,Ageing Rural Industry Workers,S01007582,Summerville - 01,4a,Challenged white communities,S02001424,Summerville,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172046 +172046,S00098009,8c2,Ageing Rural Industry Workers,S01007654,Annandale East - 04,2d,Rural traits,S02001439,Annandale East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172047 +172047,S00098011,8c2,Ageing Rural Industry Workers,S01007654,Annandale East - 04,2d,Rural traits,S02001439,Annandale East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172048 +172048,S00098012,8c2,Ageing Rural Industry Workers,S01007654,Annandale East - 04,2d,Rural traits,S02001439,Annandale East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172049 +172049,S00098020,8c2,Ageing Rural Industry Workers,S01007622,Heathhall - 01,5d,Endeavouring social renters,S02001433,Heathhall,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172050 +172050,S00098053,8c2,Ageing Rural Industry Workers,S01007638,Lockerbie - 04,5e,Primary sector workers,S02001436,Lockerbie,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172051 +172051,S00097257,1a3,Agricultural Communities,S01007569,Mid Nithsdale - 06,2c,Remoter communities,S02001421,Mid Nithsdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172052 +172052,S00097610,7c2,Constrained Young Families,S01007543,Dalbeattie - 05,5e,Primary sector workers,S02001416,Dalbeattie,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172053 +172053,S00098059,8c2,Ageing Rural Industry Workers,S01007639,Lockerbie - 05,5e,Primary sector workers,S02001436,Lockerbie,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172054 +172054,S00098054,8c2,Ageing Rural Industry Workers,S01007638,Lockerbie - 04,5e,Primary sector workers,S02001436,Lockerbie,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172055 +172055,S00098055,8c2,Ageing Rural Industry Workers,S01007638,Lockerbie - 04,5e,Primary sector workers,S02001436,Lockerbie,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172056 +172056,S00098337,7c2,Constrained Young Families,S01007487,Stranraer East - 01,4b,Constrained renters,S02001406,Stranraer East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172057 +172057,S00097625,7c2,Constrained Young Families,S01007542,Dalbeattie - 04,5e,Primary sector workers,S02001416,Dalbeattie,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172058 +172058,S00097132,1a3,Agricultural Communities,S01007641,Moffat - 01,2d,Rural traits,S02001437,Moffat,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172059 +172059,S00098370,7c2,Constrained Young Families,S01007609,Dumfries Central - 01,4a,Challenged white communities,S02001430,Dumfries Central,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172060 +172060,S00098236,1a3,Agricultural Communities,S01007502,Machars North - 01,2c,Remoter communities,S02001410,Machars North,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172061 +172061,S00097259,1a3,Agricultural Communities,S01007569,Mid Nithsdale - 06,2c,Remoter communities,S02001421,Mid Nithsdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172062 +172062,S00097133,1a3,Agricultural Communities,S01007645,Moffat - 05,2c,Remoter communities,S02001437,Moffat,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172063 +172063,S00098066,8c2,Ageing Rural Industry Workers,S01007636,Lockerbie - 02,5a,Ageing urban communities,S02001436,Lockerbie,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172064 +172064,S00097673,7c2,Constrained Young Families,S01007513,Newton Stewart - 01,5e,Primary sector workers,S02001412,Newton Stewart,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172065 +172065,S00097394,1a3,Agricultural Communities,S01007520,Newton Stewart - 08,2d,Rural traits,S02001412,Newton Stewart,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172066 +172066,S00098376,7c2,Constrained Young Families,S01007615,Nunholm - 03,5e,Primary sector workers,S02001431,Nunholm,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172067 +172067,S00098070,8c2,Ageing Rural Industry Workers,S01007639,Lockerbie - 05,5e,Primary sector workers,S02001436,Lockerbie,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172068 +172068,S00097395,1a3,Agricultural Communities,S01007520,Newton Stewart - 08,2d,Rural traits,S02001412,Newton Stewart,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172069 +172069,S00097268,1a3,Agricultural Communities,S01007563,Thornhill - 05,2c,Remoter communities,S02001420,Thornhill,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172070 +172070,S00097719,7c2,Constrained Young Families,S01007668,Annan East - 05,4a,Challenged white communities,S02001442,Annan East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172071 +172071,S00097134,1a3,Agricultural Communities,S01007656,Annandale West - 01,2c,Remoter communities,S02001440,Annandale West,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172072 +172072,S00098240,1a3,Agricultural Communities,S01007499,Rhins South - 01,2c,Remoter communities,S02001409,Rhins South,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172073 +172073,S00098403,7c2,Constrained Young Families,S01007579,Lochside and Lincluden - 06,4a,Challenged white communities,S02001423,Lochside and Lincluden,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172074 +172074,S00098080,8c2,Ageing Rural Industry Workers,S01007633,Lochmaben - 03,5e,Primary sector workers,S02001435,Lochmaben,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172075 +172075,S00098090,8c2,Ageing Rural Industry Workers,S01007647,Langholm and Eskdale - 02,5e,Primary sector workers,S02001438,Langholm and Eskdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172076 +172076,S00098095,8c2,Ageing Rural Industry Workers,S01007649,Langholm and Eskdale - 04,2d,Rural traits,S02001438,Langholm and Eskdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172077 +172077,S00098097,8c2,Ageing Rural Industry Workers,S01007649,Langholm and Eskdale - 04,2d,Rural traits,S02001438,Langholm and Eskdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172078 +172078,S00098100,8c2,Ageing Rural Industry Workers,S01007648,Langholm and Eskdale - 03,5e,Primary sector workers,S02001438,Langholm and Eskdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172079 +172079,S00098108,8c2,Ageing Rural Industry Workers,S01007560,Thornhill - 02,5e,Primary sector workers,S02001420,Thornhill,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172080 +172080,S00098113,8c2,Ageing Rural Industry Workers,S01007644,Moffat - 04,5e,Primary sector workers,S02001437,Moffat,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172081 +172081,S00098114,8c2,Ageing Rural Industry Workers,S01007644,Moffat - 04,5e,Primary sector workers,S02001437,Moffat,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172082 +172082,S00098116,8c2,Ageing Rural Industry Workers,S01007643,Moffat - 03,5e,Primary sector workers,S02001437,Moffat,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172083 +172083,S00098119,8c2,Ageing Rural Industry Workers,S01007642,Moffat - 02,5e,Primary sector workers,S02001437,Moffat,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172084 +172084,S00098132,8c2,Ageing Rural Industry Workers,S01007556,Upper Nithsdale - 05,5a,Ageing urban communities,S02001419,Upper Nithsdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172085 +172085,S00098133,8c2,Ageing Rural Industry Workers,S01007557,Upper Nithsdale - 06,4a,Challenged white communities,S02001419,Upper Nithsdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172086 +172086,S00098148,8c2,Ageing Rural Industry Workers,S01007552,Upper Nithsdale - 01,5e,Primary sector workers,S02001419,Upper Nithsdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172087 +172087,S00098151,8c2,Ageing Rural Industry Workers,S01007552,Upper Nithsdale - 01,5e,Primary sector workers,S02001419,Upper Nithsdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172088 +172088,S00098168,8c2,Ageing Rural Industry Workers,S01007586,Summerville - 05,4a,Challenged white communities,S02001424,Summerville,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172089 +172089,S00098173,8c2,Ageing Rural Industry Workers,S01007653,Annandale East - 03,2c,Remoter communities,S02001439,Annandale East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172090 +172090,S00098182,8c2,Ageing Rural Industry Workers,S01007633,Lochmaben - 03,5e,Primary sector workers,S02001435,Lochmaben,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172091 +172091,S00098187,8c2,Ageing Rural Industry Workers,S01007649,Langholm and Eskdale - 04,2d,Rural traits,S02001438,Langholm and Eskdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172092 +172092,S00098189,8c2,Ageing Rural Industry Workers,S01007561,Thornhill - 03,5e,Primary sector workers,S02001420,Thornhill,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172093 +172093,S00098190,8c2,Ageing Rural Industry Workers,S01007642,Moffat - 02,5e,Primary sector workers,S02001437,Moffat,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172094 +172094,S00098239,8c2,Ageing Rural Industry Workers,S01007500,Rhins South - 02,2c,Remoter communities,S02001409,Rhins South,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172095 +172095,S00098252,8c2,Ageing Rural Industry Workers,S01007492,Stranraer South - 03,5e,Primary sector workers,S02001407,Stranraer South,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172096 +172096,S00098259,8c2,Ageing Rural Industry Workers,S01007537,Castle Douglas - 04,5e,Primary sector workers,S02001415,Castle Douglas,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172097 +172097,S00098266,8c2,Ageing Rural Industry Workers,S01007518,Newton Stewart - 06,5e,Primary sector workers,S02001412,Newton Stewart,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172098 +172098,S00098273,8c2,Ageing Rural Industry Workers,S01007670,Annan East - 07,4b,Constrained renters,S02001442,Annan East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172099 +172099,S00098279,8c2,Ageing Rural Industry Workers,S01007678,Gretna - 03,5e,Primary sector workers,S02001444,Gretna,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172100 +172100,S00098288,8c2,Ageing Rural Industry Workers,S01007585,Summerville - 04,5d,Endeavouring social renters,S02001424,Summerville,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172101 +172101,S00098290,8c2,Ageing Rural Industry Workers,S01007493,Stranraer South - 04,5d,Endeavouring social renters,S02001407,Stranraer South,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172102 +172102,S00098323,8c2,Ageing Rural Industry Workers,S01007507,Machars South - 02,5e,Primary sector workers,S02001411,Machars South,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172103 +172103,S00098325,8c2,Ageing Rural Industry Workers,S01007522,Gatehouse - 02,2a,Ageing rural neighbourhoods,S02001413,Gatehouse,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172104 +172104,S00098326,8c2,Ageing Rural Industry Workers,S01007522,Gatehouse - 02,2a,Ageing rural neighbourhoods,S02001413,Gatehouse,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172105 +172105,S00098328,8c2,Ageing Rural Industry Workers,S01007503,Machars North - 02,2d,Rural traits,S02001410,Machars North,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172106 +172106,S00098353,8c2,Ageing Rural Industry Workers,S01007664,Annan East - 01,4b,Constrained renters,S02001442,Annan East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172107 +172107,S00098357,8c2,Ageing Rural Industry Workers,S01007663,Annan West - 04,5d,Endeavouring social renters,S02001441,Annan West,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172108 +172108,S00098358,8c2,Ageing Rural Industry Workers,S01007669,Annan East - 06,4b,Constrained renters,S02001442,Annan East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172109 +172109,S00098360,8c2,Ageing Rural Industry Workers,S01007669,Annan East - 06,4b,Constrained renters,S02001442,Annan East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172110 +172110,S00098390,8c2,Ageing Rural Industry Workers,S01007593,New Abbey - 01,2a,Ageing rural neighbourhoods,S02001426,New Abbey,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172111 +172111,S00098426,8c2,Ageing Rural Industry Workers,S01007636,Lockerbie - 02,5a,Ageing urban communities,S02001436,Lockerbie,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172112 +172112,S00098427,8c2,Ageing Rural Industry Workers,S01007637,Lockerbie - 03,5e,Primary sector workers,S02001436,Lockerbie,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172113 +172113,S00098428,8c2,Ageing Rural Industry Workers,S01007632,Lochmaben - 02,5e,Primary sector workers,S02001435,Lochmaben,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172114 +172114,S00098435,8c2,Ageing Rural Industry Workers,S01007644,Moffat - 04,5e,Primary sector workers,S02001437,Moffat,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172115 +172115,S00097119,1a3,Agricultural Communities,S01007676,Gretna - 01,2c,Remoter communities,S02001444,Gretna,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172116 +172116,S00097121,1a3,Agricultural Communities,S01007657,Annandale West - 02,2c,Remoter communities,S02001440,Annandale West,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172117 +172117,S00097124,1a3,Agricultural Communities,S01007645,Moffat - 05,2c,Remoter communities,S02001437,Moffat,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172118 +172118,S00097125,1a3,Agricultural Communities,S01007645,Moffat - 05,2c,Remoter communities,S02001437,Moffat,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172119 +172119,S00097126,1a3,Agricultural Communities,S01007641,Moffat - 01,2d,Rural traits,S02001437,Moffat,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172120 +172120,S00097127,1a3,Agricultural Communities,S01007641,Moffat - 01,2d,Rural traits,S02001437,Moffat,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172121 +172121,S00097396,1a3,Agricultural Communities,S01007519,Newton Stewart - 07,2c,Remoter communities,S02001412,Newton Stewart,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172122 +172122,S00098244,1a3,Agricultural Communities,S01007634,Lochmaben - 04,2c,Remoter communities,S02001435,Lochmaben,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172123 +172123,S00097882,5b1,Delayed Retirement,S01007606,Georgetown - 02,8b,Ageing suburbanites,S02001429,Georgetown,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172124 +172124,S00097735,7c2,Constrained Young Families,S01007660,Annan West - 01,4b,Constrained renters,S02001441,Annan West,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172125 +172125,S00097275,1a3,Agricultural Communities,S01007563,Thornhill - 05,2c,Remoter communities,S02001420,Thornhill,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172126 +172126,S00097909,5b1,Delayed Retirement,S01007589,Troqueer - 02,5e,Primary sector workers,S02001425,Troqueer,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172127 +172127,S00097399,1a3,Agricultural Communities,S01007509,Machars South - 04,2c,Remoter communities,S02001411,Machars South,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172128 +172128,S00098260,1a3,Agricultural Communities,S01007640,Lockerbie - 06,2c,Remoter communities,S02001436,Lockerbie,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172129 +172129,S00097135,1a3,Agricultural Communities,S01007656,Annandale West - 01,2c,Remoter communities,S02001440,Annandale West,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172130 +172130,S00098263,1a3,Agricultural Communities,S01007655,Annandale East - 05,2c,Remoter communities,S02001439,Annandale East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172131 +172131,S00097279,1a3,Agricultural Communities,S01007562,Thornhill - 04,2c,Remoter communities,S02001420,Thornhill,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172132 +172132,S00097199,8b1,Deprived Blue-Collar Terraces,S01007650,Langholm and Eskdale - 05,2c,Remoter communities,S02001438,Langholm and Eskdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172133 +172133,S00097136,1a3,Agricultural Communities,S01007656,Annandale West - 01,2c,Remoter communities,S02001440,Annandale West,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172134 +172134,S00097400,1a3,Agricultural Communities,S01007512,Machars South - 07,2c,Remoter communities,S02001411,Machars South,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172135 +172135,S00098306,1a3,Agricultural Communities,S01007571,Shawhead - 02,2c,Remoter communities,S02001422,Shawhead,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172136 +172136,S00097772,7c2,Constrained Young Families,S01007678,Gretna - 03,5e,Primary sector workers,S02001444,Gretna,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172137 +172137,S00097554,8b1,Deprived Blue-Collar Terraces,S01007488,Stranraer East - 02,5e,Primary sector workers,S02001406,Stranraer East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172138 +172138,S00097408,1a3,Agricultural Communities,S01007508,Machars South - 03,2c,Remoter communities,S02001411,Machars South,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172139 +172139,S00097137,1a3,Agricultural Communities,S01007657,Annandale West - 02,2c,Remoter communities,S02001440,Annandale West,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172140 +172140,S00097899,7c2,Constrained Young Families,S01007592,Troqueer - 05,4b,Constrained renters,S02001425,Troqueer,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172141 +172141,S00098307,1a3,Agricultural Communities,S01007571,Shawhead - 02,2c,Remoter communities,S02001422,Shawhead,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172142 +172142,S00097285,1a3,Agricultural Communities,S01007559,Thornhill - 01,2c,Remoter communities,S02001420,Thornhill,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172143 +172143,S00097721,8b1,Deprived Blue-Collar Terraces,S01007668,Annan East - 05,4a,Challenged white communities,S02001442,Annan East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172144 +172144,S00097411,1a3,Agricultural Communities,S01007509,Machars South - 04,2c,Remoter communities,S02001411,Machars South,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172145 +172145,S00097138,1a3,Agricultural Communities,S01007657,Annandale West - 02,2c,Remoter communities,S02001440,Annandale West,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172146 +172146,S00097923,7c2,Constrained Young Families,S01007572,Shawhead - 03,2a,Ageing rural neighbourhoods,S02001422,Shawhead,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172147 +172147,S00098310,1a3,Agricultural Communities,S01007521,Gatehouse - 01,2c,Remoter communities,S02001413,Gatehouse,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172148 +172148,S00098311,1a3,Agricultural Communities,S01007521,Gatehouse - 01,2c,Remoter communities,S02001413,Gatehouse,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172149 +172149,S00098313,1a3,Agricultural Communities,S01007523,Gatehouse - 03,2c,Remoter communities,S02001413,Gatehouse,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172150 +172150,S00097550,7c1,Challenged Transitionaries,S01007487,Stranraer East - 01,4b,Constrained renters,S02001406,Stranraer East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172151 +172151,S00097551,7c1,Challenged Transitionaries,S01007487,Stranraer East - 01,4b,Constrained renters,S02001406,Stranraer East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172152 +172152,S00097805,7c1,Challenged Transitionaries,S01007611,Dumfries Central - 03,4b,Constrained renters,S02001430,Dumfries Central,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172153 +172153,S00098332,7c1,Challenged Transitionaries,S01007488,Stranraer East - 02,5e,Primary sector workers,S02001406,Stranraer East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172154 +172154,S00098336,7c1,Challenged Transitionaries,S01007487,Stranraer East - 01,4b,Constrained renters,S02001406,Stranraer East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172155 +172155,S00097170,6a2,Comfortable Suburbia,S01007666,Annan East - 03,8b,Ageing suburbanites,S02001442,Annan East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172156 +172156,S00097204,6a2,Comfortable Suburbia,S01007622,Heathhall - 01,5d,Endeavouring social renters,S02001433,Heathhall,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172157 +172157,S00097205,6a2,Comfortable Suburbia,S01007614,Nunholm - 02,8b,Ageing suburbanites,S02001431,Nunholm,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172158 +172158,S00097206,6a2,Comfortable Suburbia,S01007614,Nunholm - 02,8b,Ageing suburbanites,S02001431,Nunholm,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172159 +172159,S00097243,6a2,Comfortable Suburbia,S01007573,Shawhead - 04,8c,Comfortable suburbia,S02001422,Shawhead,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172160 +172160,S00097244,6a2,Comfortable Suburbia,S01007573,Shawhead - 04,8c,Comfortable suburbia,S02001422,Shawhead,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172161 +172161,S00097360,6a2,Comfortable Suburbia,S01007538,Castle Douglas - 05,2c,Remoter communities,S02001415,Castle Douglas,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172162 +172162,S00097603,6a2,Comfortable Suburbia,S01007481,Stranraer West - 01,8b,Ageing suburbanites,S02001405,Stranraer West,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172163 +172163,S00097837,6a2,Comfortable Suburbia,S01007603,Calside - 03,8b,Ageing suburbanites,S02001428,Calside,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172164 +172164,S00097842,6a2,Comfortable Suburbia,S01007603,Calside - 03,8b,Ageing suburbanites,S02001428,Calside,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172165 +172165,S00098378,6a2,Comfortable Suburbia,S01007600,Kingholm - 04,5a,Ageing urban communities,S02001427,Kingholm,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172166 +172166,S00098382,6a2,Comfortable Suburbia,S01007603,Calside - 03,8b,Ageing suburbanites,S02001428,Calside,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172167 +172167,S00098409,6a2,Comfortable Suburbia,S01007623,Heathhall - 02,8b,Ageing suburbanites,S02001433,Heathhall,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172168 +172168,S00098410,6a2,Comfortable Suburbia,S01007623,Heathhall - 02,8b,Ageing suburbanites,S02001433,Heathhall,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172169 +172169,S00097742,5b2,Communal Retirement,S01007661,Annan West - 02,5e,Primary sector workers,S02001441,Annan West,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172170 +172170,S00097789,5b2,Communal Retirement,S01007613,Nunholm - 01,5a,Ageing urban communities,S02001431,Nunholm,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172171 +172171,S00097799,5b2,Communal Retirement,S01007613,Nunholm - 01,5a,Ageing urban communities,S02001431,Nunholm,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172172 +172172,S00097904,5b2,Communal Retirement,S01007589,Troqueer - 02,5e,Primary sector workers,S02001425,Troqueer,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172173 +172173,S00097915,5b2,Communal Retirement,S01007587,Summerville - 06,5a,Ageing urban communities,S02001424,Summerville,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172174 +172174,S00098120,5b2,Communal Retirement,S01007642,Moffat - 02,5e,Primary sector workers,S02001437,Moffat,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172175 +172175,S00098281,5b2,Communal Retirement,S01007600,Kingholm - 04,5a,Ageing urban communities,S02001427,Kingholm,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172176 +172176,S00098377,5b2,Communal Retirement,S01007600,Kingholm - 04,5a,Ageing urban communities,S02001427,Kingholm,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172177 +172177,S00098379,5b2,Communal Retirement,S01007599,Kingholm - 03,2d,Rural traits,S02001427,Kingholm,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172178 +172178,S00098432,5b2,Communal Retirement,S01007560,Thornhill - 02,5e,Primary sector workers,S02001420,Thornhill,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172179 +172179,S00097240,7c2,Constrained Young Families,S01007570,Shawhead - 01,2d,Rural traits,S02001422,Shawhead,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172180 +172180,S00097352,7c2,Constrained Young Families,S01007535,Castle Douglas - 02,5e,Primary sector workers,S02001415,Castle Douglas,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172181 +172181,S00097531,7c2,Constrained Young Families,S01007491,Stranraer South - 02,5e,Primary sector workers,S02001407,Stranraer South,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172182 +172182,S00097536,7c2,Constrained Young Families,S01007486,Stranraer West - 06,4a,Challenged white communities,S02001405,Stranraer West,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172183 +172183,S00097538,7c2,Constrained Young Families,S01007485,Stranraer West - 05,4a,Challenged white communities,S02001405,Stranraer West,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172184 +172184,S00097539,7c2,Constrained Young Families,S01007485,Stranraer West - 05,4a,Challenged white communities,S02001405,Stranraer West,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172185 +172185,S00097540,7c2,Constrained Young Families,S01007484,Stranraer West - 04,4b,Constrained renters,S02001405,Stranraer West,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172186 +172186,S00097542,7c2,Constrained Young Families,S01007486,Stranraer West - 06,4a,Challenged white communities,S02001405,Stranraer West,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172187 +172187,S00097544,7c2,Constrained Young Families,S01007486,Stranraer West - 06,4a,Challenged white communities,S02001405,Stranraer West,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172188 +172188,S00097568,7c2,Constrained Young Families,S01007487,Stranraer East - 01,4b,Constrained renters,S02001406,Stranraer East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172189 +172189,S00097287,1a3,Agricultural Communities,S01007565,Mid Nithsdale - 02,2c,Remoter communities,S02001421,Mid Nithsdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172190 +172190,S00098333,8b1,Deprived Blue-Collar Terraces,S01007488,Stranraer East - 02,5e,Primary sector workers,S02001406,Stranraer East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172191 +172191,S00097291,1a3,Agricultural Communities,S01007559,Thornhill - 01,2c,Remoter communities,S02001420,Thornhill,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172192 +172192,S00097924,7c2,Constrained Young Families,S01007586,Summerville - 05,4a,Challenged white communities,S02001424,Summerville,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172193 +172193,S00097141,1a3,Agricultural Communities,S01007631,Lochmaben - 01,2c,Remoter communities,S02001435,Lochmaben,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172194 +172194,S00097414,1a3,Agricultural Communities,S01007510,Machars South - 05,2c,Remoter communities,S02001411,Machars South,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172195 +172195,S00097537,7b2,Deprived Neighbourhoods,S01007485,Stranraer West - 05,4a,Challenged white communities,S02001405,Stranraer West,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172196 +172196,S00097293,1a3,Agricultural Communities,S01007559,Thornhill - 01,2c,Remoter communities,S02001420,Thornhill,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172197 +172197,S00097926,7c2,Constrained Young Families,S01007586,Summerville - 05,4a,Challenged white communities,S02001424,Summerville,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172198 +172198,S00097415,1a3,Agricultural Communities,S01007510,Machars South - 05,2c,Remoter communities,S02001411,Machars South,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172199 +172199,S00097142,1a3,Agricultural Communities,S01007631,Lochmaben - 01,2c,Remoter communities,S02001435,Lochmaben,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172200 +172200,S00097650,7b2,Deprived Neighbourhoods,S01007537,Castle Douglas - 04,5e,Primary sector workers,S02001415,Castle Douglas,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172201 +172201,S00097295,1a3,Agricultural Communities,S01007559,Thornhill - 01,2c,Remoter communities,S02001420,Thornhill,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172202 +172202,S00097935,7c2,Constrained Young Families,S01007584,Summerville - 03,4b,Constrained renters,S02001424,Summerville,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172203 +172203,S00097416,1a3,Agricultural Communities,S01007510,Machars South - 05,2c,Remoter communities,S02001411,Machars South,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172204 +172204,S00097143,1a3,Agricultural Communities,S01007634,Lochmaben - 04,2c,Remoter communities,S02001435,Lochmaben,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172205 +172205,S00097146,1a3,Agricultural Communities,S01007656,Annandale West - 01,2c,Remoter communities,S02001440,Annandale West,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172206 +172206,S00097147,1a3,Agricultural Communities,S01007656,Annandale West - 01,2c,Remoter communities,S02001440,Annandale West,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172207 +172207,S00097148,1a3,Agricultural Communities,S01007634,Lochmaben - 04,2c,Remoter communities,S02001435,Lochmaben,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172208 +172208,S00097151,1a3,Agricultural Communities,S01007640,Lockerbie - 06,2c,Remoter communities,S02001436,Lockerbie,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172209 +172209,S00097152,1a3,Agricultural Communities,S01007656,Annandale West - 01,2c,Remoter communities,S02001440,Annandale West,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172210 +172210,S00097153,1a3,Agricultural Communities,S01007640,Lockerbie - 06,2c,Remoter communities,S02001436,Lockerbie,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172211 +172211,S00097154,1a3,Agricultural Communities,S01007655,Annandale East - 05,2c,Remoter communities,S02001439,Annandale East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172212 +172212,S00097155,1a3,Agricultural Communities,S01007655,Annandale East - 05,2c,Remoter communities,S02001439,Annandale East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172213 +172213,S00097156,1a3,Agricultural Communities,S01007655,Annandale East - 05,2c,Remoter communities,S02001439,Annandale East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172214 +172214,S00097157,1a3,Agricultural Communities,S01007676,Gretna - 01,2c,Remoter communities,S02001444,Gretna,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172215 +172215,S00097171,1a3,Agricultural Communities,S01007671,Annan East - 08,2c,Remoter communities,S02001442,Annan East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172216 +172216,S00097172,1a3,Agricultural Communities,S01007658,Annandale West - 03,2c,Remoter communities,S02001440,Annandale West,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172217 +172217,S00097173,1a3,Agricultural Communities,S01007658,Annandale West - 03,2c,Remoter communities,S02001440,Annandale West,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172218 +172218,S00097176,1a3,Agricultural Communities,S01007659,Annandale West - 04,2d,Rural traits,S02001440,Annandale West,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172219 +172219,S00097185,1a3,Agricultural Communities,S01007672,Eastriggs - 01,2c,Remoter communities,S02001443,Eastriggs,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172220 +172220,S00097186,1a3,Agricultural Communities,S01007671,Annan East - 08,2c,Remoter communities,S02001442,Annan East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172221 +172221,S00097188,1a3,Agricultural Communities,S01007649,Langholm and Eskdale - 04,2d,Rural traits,S02001438,Langholm and Eskdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172222 +172222,S00097189,1a3,Agricultural Communities,S01007646,Langholm and Eskdale - 01,2c,Remoter communities,S02001438,Langholm and Eskdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172223 +172223,S00097190,1a3,Agricultural Communities,S01007646,Langholm and Eskdale - 01,2c,Remoter communities,S02001438,Langholm and Eskdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172224 +172224,S00097191,1a3,Agricultural Communities,S01007646,Langholm and Eskdale - 01,2c,Remoter communities,S02001438,Langholm and Eskdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172225 +172225,S00097192,1a3,Agricultural Communities,S01007646,Langholm and Eskdale - 01,2c,Remoter communities,S02001438,Langholm and Eskdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172226 +172226,S00097195,1a3,Agricultural Communities,S01007651,Annandale East - 01,2c,Remoter communities,S02001439,Annandale East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172227 +172227,S00097197,1a3,Agricultural Communities,S01007650,Langholm and Eskdale - 05,2c,Remoter communities,S02001438,Langholm and Eskdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172228 +172228,S00097201,1a3,Agricultural Communities,S01007650,Langholm and Eskdale - 05,2c,Remoter communities,S02001438,Langholm and Eskdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172229 +172229,S00097202,1a3,Agricultural Communities,S01007650,Langholm and Eskdale - 05,2c,Remoter communities,S02001438,Langholm and Eskdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172230 +172230,S00097203,1a3,Agricultural Communities,S01007650,Langholm and Eskdale - 05,2c,Remoter communities,S02001438,Langholm and Eskdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172231 +172231,S00097209,1a3,Agricultural Communities,S01007568,Mid Nithsdale - 05,2c,Remoter communities,S02001421,Mid Nithsdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172232 +172232,S00097214,1a3,Agricultural Communities,S01007597,Kingholm - 01,2c,Remoter communities,S02001427,Kingholm,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172233 +172233,S00097219,1a3,Agricultural Communities,S01007630,Collin - 04,2c,Remoter communities,S02001434,Collin,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172234 +172234,S00097225,1a3,Agricultural Communities,S01007596,New Abbey - 04,2c,Remoter communities,S02001426,New Abbey,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172235 +172235,S00097226,1a3,Agricultural Communities,S01007596,New Abbey - 04,2c,Remoter communities,S02001426,New Abbey,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172236 +172236,S00097227,1a3,Agricultural Communities,S01007596,New Abbey - 04,2c,Remoter communities,S02001426,New Abbey,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172237 +172237,S00097228,1a3,Agricultural Communities,S01007595,New Abbey - 03,2c,Remoter communities,S02001426,New Abbey,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172238 +172238,S00097237,1a3,Agricultural Communities,S01007571,Shawhead - 02,2c,Remoter communities,S02001422,Shawhead,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172239 +172239,S00097238,1a3,Agricultural Communities,S01007571,Shawhead - 02,2c,Remoter communities,S02001422,Shawhead,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172240 +172240,S00097241,1a3,Agricultural Communities,S01007571,Shawhead - 02,2c,Remoter communities,S02001422,Shawhead,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172241 +172241,S00097251,1a3,Agricultural Communities,S01007564,Mid Nithsdale - 01,2c,Remoter communities,S02001421,Mid Nithsdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172242 +172242,S00097254,1a3,Agricultural Communities,S01007564,Mid Nithsdale - 01,2c,Remoter communities,S02001421,Mid Nithsdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172243 +172243,S00097255,1a3,Agricultural Communities,S01007569,Mid Nithsdale - 06,2c,Remoter communities,S02001421,Mid Nithsdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172244 +172244,S00097669,7b2,Deprived Neighbourhoods,S01007535,Castle Douglas - 02,5e,Primary sector workers,S02001415,Castle Douglas,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172245 +172245,S00097296,1a3,Agricultural Communities,S01007565,Mid Nithsdale - 02,2c,Remoter communities,S02001421,Mid Nithsdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172246 +172246,S00097942,7c2,Constrained Young Families,S01007577,Lochside and Lincluden - 04,4a,Challenged white communities,S02001423,Lochside and Lincluden,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172247 +172247,S00097981,7b2,Deprived Neighbourhoods,S01007576,Lochside and Lincluden - 03,4a,Challenged white communities,S02001423,Lochside and Lincluden,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172248 +172248,S00097417,1a3,Agricultural Communities,S01007504,Machars North - 03,2c,Remoter communities,S02001410,Machars North,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172249 +172249,S00098141,7b2,Deprived Neighbourhoods,S01007556,Upper Nithsdale - 05,5a,Ageing urban communities,S02001419,Upper Nithsdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172250 +172250,S00098401,7b2,Deprived Neighbourhoods,S01007579,Lochside and Lincluden - 06,4a,Challenged white communities,S02001423,Lochside and Lincluden,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172251 +172251,S00097418,1a3,Agricultural Communities,S01007509,Machars South - 04,2c,Remoter communities,S02001411,Machars South,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172252 +172252,S00097262,6a3,Detached Retirement Living,S01007569,Mid Nithsdale - 06,2c,Remoter communities,S02001421,Mid Nithsdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172253 +172253,S00097944,7c2,Constrained Young Families,S01007577,Lochside and Lincluden - 04,4a,Challenged white communities,S02001423,Lochside and Lincluden,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172254 +172254,S00097427,1a3,Agricultural Communities,S01007504,Machars North - 03,2c,Remoter communities,S02001410,Machars North,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172255 +172255,S00097593,6a3,Detached Retirement Living,S01007481,Stranraer West - 01,8b,Ageing suburbanites,S02001405,Stranraer West,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172256 +172256,S00097945,7c2,Constrained Young Families,S01007577,Lochside and Lincluden - 04,4a,Challenged white communities,S02001423,Lochside and Lincluden,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172257 +172257,S00097430,1a3,Agricultural Communities,S01007505,Machars North - 04,2c,Remoter communities,S02001410,Machars North,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172258 +172258,S00097600,6a3,Detached Retirement Living,S01007481,Stranraer West - 01,8b,Ageing suburbanites,S02001405,Stranraer West,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172259 +172259,S00097947,7c2,Constrained Young Families,S01007577,Lochside and Lincluden - 04,4a,Challenged white communities,S02001423,Lochside and Lincluden,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172260 +172260,S00097948,7c2,Constrained Young Families,S01007577,Lochside and Lincluden - 04,4a,Challenged white communities,S02001423,Lochside and Lincluden,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172261 +172261,S00097949,7c2,Constrained Young Families,S01007576,Lochside and Lincluden - 03,4a,Challenged white communities,S02001423,Lochside and Lincluden,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172262 +172262,S00097950,7c2,Constrained Young Families,S01007577,Lochside and Lincluden - 04,4a,Challenged white communities,S02001423,Lochside and Lincluden,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172263 +172263,S00097951,7c2,Constrained Young Families,S01007576,Lochside and Lincluden - 03,4a,Challenged white communities,S02001423,Lochside and Lincluden,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172264 +172264,S00097952,7c2,Constrained Young Families,S01007576,Lochside and Lincluden - 03,4a,Challenged white communities,S02001423,Lochside and Lincluden,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172265 +172265,S00097953,7c2,Constrained Young Families,S01007576,Lochside and Lincluden - 03,4a,Challenged white communities,S02001423,Lochside and Lincluden,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172266 +172266,S00097954,7c2,Constrained Young Families,S01007575,Lochside and Lincluden - 02,4a,Challenged white communities,S02001423,Lochside and Lincluden,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172267 +172267,S00097956,7c2,Constrained Young Families,S01007576,Lochside and Lincluden - 03,4a,Challenged white communities,S02001423,Lochside and Lincluden,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172268 +172268,S00097963,7c2,Constrained Young Families,S01007583,Summerville - 02,4d,Hard-pressed flat dwellers,S02001424,Summerville,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172269 +172269,S00097964,7c2,Constrained Young Families,S01007583,Summerville - 02,4d,Hard-pressed flat dwellers,S02001424,Summerville,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172270 +172270,S00097968,7c2,Constrained Young Families,S01007582,Summerville - 01,4a,Challenged white communities,S02001424,Summerville,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172271 +172271,S00097972,7c2,Constrained Young Families,S01007578,Lochside and Lincluden - 05,4a,Challenged white communities,S02001423,Lochside and Lincluden,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172272 +172272,S00097974,7c2,Constrained Young Families,S01007578,Lochside and Lincluden - 05,4a,Challenged white communities,S02001423,Lochside and Lincluden,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172273 +172273,S00097975,7c2,Constrained Young Families,S01007578,Lochside and Lincluden - 05,4a,Challenged white communities,S02001423,Lochside and Lincluden,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172274 +172274,S00097976,7c2,Constrained Young Families,S01007576,Lochside and Lincluden - 03,4a,Challenged white communities,S02001423,Lochside and Lincluden,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172275 +172275,S00097298,1a3,Agricultural Communities,S01007555,Upper Nithsdale - 04,2c,Remoter communities,S02001419,Upper Nithsdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172276 +172276,S00097983,7c2,Constrained Young Families,S01007575,Lochside and Lincluden - 02,4a,Challenged white communities,S02001423,Lochside and Lincluden,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172277 +172277,S00097984,7c2,Constrained Young Families,S01007575,Lochside and Lincluden - 02,4a,Challenged white communities,S02001423,Lochside and Lincluden,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172278 +172278,S00097985,7c2,Constrained Young Families,S01007575,Lochside and Lincluden - 02,4a,Challenged white communities,S02001423,Lochside and Lincluden,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172279 +172279,S00097989,7c2,Constrained Young Families,S01007575,Lochside and Lincluden - 02,4a,Challenged white communities,S02001423,Lochside and Lincluden,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172280 +172280,S00097990,7c2,Constrained Young Families,S01007580,Lochside and Lincluden - 07,4b,Constrained renters,S02001423,Lochside and Lincluden,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172281 +172281,S00097991,7c2,Constrained Young Families,S01007580,Lochside and Lincluden - 07,4b,Constrained renters,S02001423,Lochside and Lincluden,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172282 +172282,S00097993,7c2,Constrained Young Families,S01007580,Lochside and Lincluden - 07,4b,Constrained renters,S02001423,Lochside and Lincluden,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172283 +172283,S00097994,7c2,Constrained Young Families,S01007580,Lochside and Lincluden - 07,4b,Constrained renters,S02001423,Lochside and Lincluden,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172284 +172284,S00097996,7c2,Constrained Young Families,S01007580,Lochside and Lincluden - 07,4b,Constrained renters,S02001423,Lochside and Lincluden,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172285 +172285,S00098001,7c2,Constrained Young Families,S01007581,Lochside and Lincluden - 08,4a,Challenged white communities,S02001423,Lochside and Lincluden,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172286 +172286,S00098003,7c2,Constrained Young Families,S01007581,Lochside and Lincluden - 08,4a,Challenged white communities,S02001423,Lochside and Lincluden,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172287 +172287,S00098111,7c2,Constrained Young Families,S01007644,Moffat - 04,5e,Primary sector workers,S02001437,Moffat,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172288 +172288,S00098138,7c2,Constrained Young Families,S01007557,Upper Nithsdale - 06,4a,Challenged white communities,S02001419,Upper Nithsdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172289 +172289,S00098144,7c2,Constrained Young Families,S01007552,Upper Nithsdale - 01,5e,Primary sector workers,S02001419,Upper Nithsdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172290 +172290,S00098145,7c2,Constrained Young Families,S01007553,Upper Nithsdale - 02,4a,Challenged white communities,S02001419,Upper Nithsdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172291 +172291,S00098149,7c2,Constrained Young Families,S01007552,Upper Nithsdale - 01,5e,Primary sector workers,S02001419,Upper Nithsdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172292 +172292,S00098278,7c2,Constrained Young Families,S01007679,Gretna - 04,5e,Primary sector workers,S02001444,Gretna,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172293 +172293,S00098287,7c2,Constrained Young Families,S01007577,Lochside and Lincluden - 04,4a,Challenged white communities,S02001423,Lochside and Lincluden,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172294 +172294,S00098329,7c2,Constrained Young Families,S01007486,Stranraer West - 06,4a,Challenged white communities,S02001405,Stranraer West,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172295 +172295,S00098330,7c2,Constrained Young Families,S01007486,Stranraer West - 06,4a,Challenged white communities,S02001405,Stranraer West,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172296 +172296,S00097433,1a3,Agricultural Communities,S01007504,Machars North - 03,2c,Remoter communities,S02001410,Machars North,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172297 +172297,S00097434,1a3,Agricultural Communities,S01007496,Rhins North - 03,2c,Remoter communities,S02001408,Rhins North,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172298 +172298,S00097601,6a3,Detached Retirement Living,S01007481,Stranraer West - 01,8b,Ageing suburbanites,S02001405,Stranraer West,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172299 +172299,S00097437,1a3,Agricultural Communities,S01007497,Rhins North - 04,2c,Remoter communities,S02001408,Rhins North,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172300 +172300,S00097440,1a3,Agricultural Communities,S01007498,Rhins North - 05,2d,Rural traits,S02001408,Rhins North,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172301 +172301,S00097602,6a3,Detached Retirement Living,S01007481,Stranraer West - 01,8b,Ageing suburbanites,S02001405,Stranraer West,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172302 +172302,S00097441,1a3,Agricultural Communities,S01007498,Rhins North - 05,2d,Rural traits,S02001408,Rhins North,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172303 +172303,S00097745,6a3,Detached Retirement Living,S01007672,Eastriggs - 01,2c,Remoter communities,S02001443,Eastriggs,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172304 +172304,S00097445,1a3,Agricultural Communities,S01007503,Machars North - 02,2d,Rural traits,S02001410,Machars North,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172305 +172305,S00097747,6a3,Detached Retirement Living,S01007663,Annan West - 04,5d,Endeavouring social renters,S02001441,Annan West,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172306 +172306,S00097299,1a3,Agricultural Communities,S01007552,Upper Nithsdale - 01,5e,Primary sector workers,S02001419,Upper Nithsdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172307 +172307,S00097446,1a3,Agricultural Communities,S01007501,Rhins South - 03,2c,Remoter communities,S02001409,Rhins South,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172308 +172308,S00097819,6a3,Detached Retirement Living,S01007628,Collin - 02,2c,Remoter communities,S02001434,Collin,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172309 +172309,S00097451,1a3,Agricultural Communities,S01007500,Rhins South - 02,2c,Remoter communities,S02001409,Rhins South,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172310 +172310,S00097303,1a3,Agricultural Communities,S01007544,Dalbeattie Rural - 01,2c,Remoter communities,S02001417,Dalbeattie Rural,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172311 +172311,S00097821,6a3,Detached Retirement Living,S01007628,Collin - 02,2c,Remoter communities,S02001434,Collin,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172312 +172312,S00097452,1a3,Agricultural Communities,S01007500,Rhins South - 02,2c,Remoter communities,S02001409,Rhins South,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172313 +172313,S00097304,1a3,Agricultural Communities,S01007545,Dalbeattie Rural - 02,2c,Remoter communities,S02001417,Dalbeattie Rural,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172314 +172314,S00097453,1a3,Agricultural Communities,S01007500,Rhins South - 02,2c,Remoter communities,S02001409,Rhins South,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172315 +172315,S00097824,6a3,Detached Retirement Living,S01007627,Collin - 01,2d,Rural traits,S02001434,Collin,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172316 +172316,S00097306,1a3,Agricultural Communities,S01007547,Glenkens - 01,2c,Remoter communities,S02001418,Glenkens,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172317 +172317,S00097458,1a3,Agricultural Communities,S01007496,Rhins North - 03,2c,Remoter communities,S02001408,Rhins North,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172318 +172318,S00097849,6a3,Detached Retirement Living,S01007607,Georgetown - 03,8b,Ageing suburbanites,S02001429,Georgetown,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172319 +172319,S00097307,1a3,Agricultural Communities,S01007546,Dalbeattie Rural - 03,2c,Remoter communities,S02001417,Dalbeattie Rural,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172320 +172320,S00097462,1a3,Agricultural Communities,S01007495,Rhins North - 02,2c,Remoter communities,S02001408,Rhins North,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172321 +172321,S00097469,1a3,Agricultural Communities,S01007494,Rhins North - 01,2c,Remoter communities,S02001408,Rhins North,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172322 +172322,S00097471,1a3,Agricultural Communities,S01007495,Rhins North - 02,2c,Remoter communities,S02001408,Rhins North,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172323 +172323,S00097637,1a3,Agricultural Communities,S01007541,Dalbeattie - 03,2a,Ageing rural neighbourhoods,S02001416,Dalbeattie,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172324 +172324,S00098102,1a3,Agricultural Communities,S01007560,Thornhill - 02,5e,Primary sector workers,S02001420,Thornhill,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172325 +172325,S00098184,1a3,Agricultural Communities,S01007646,Langholm and Eskdale - 01,2c,Remoter communities,S02001438,Langholm and Eskdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172326 +172326,S00098198,1a3,Agricultural Communities,S01007567,Mid Nithsdale - 04,2c,Remoter communities,S02001421,Mid Nithsdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172327 +172327,S00098199,1a3,Agricultural Communities,S01007627,Collin - 01,2d,Rural traits,S02001434,Collin,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172328 +172328,S00098203,1a3,Agricultural Communities,S01007566,Mid Nithsdale - 03,2c,Remoter communities,S02001421,Mid Nithsdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172329 +172329,S00098204,1a3,Agricultural Communities,S01007599,Kingholm - 03,2d,Rural traits,S02001427,Kingholm,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172330 +172330,S00098205,1a3,Agricultural Communities,S01007598,Kingholm - 02,2c,Remoter communities,S02001427,Kingholm,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172331 +172331,S00098209,1a3,Agricultural Communities,S01007570,Shawhead - 01,2d,Rural traits,S02001422,Shawhead,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172332 +172332,S00098211,1a3,Agricultural Communities,S01007558,Upper Nithsdale - 07,2c,Remoter communities,S02001419,Upper Nithsdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172333 +172333,S00098213,1a3,Agricultural Communities,S01007566,Mid Nithsdale - 03,2c,Remoter communities,S02001421,Mid Nithsdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172334 +172334,S00098218,1a3,Agricultural Communities,S01007544,Dalbeattie Rural - 01,2c,Remoter communities,S02001417,Dalbeattie Rural,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172335 +172335,S00098220,1a3,Agricultural Communities,S01007524,Gatehouse - 04,2a,Ageing rural neighbourhoods,S02001413,Gatehouse,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172336 +172336,S00098221,1a3,Agricultural Communities,S01007530,Kirkcudbright - 05,2c,Remoter communities,S02001414,Kirkcudbright,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172337 +172337,S00098222,1a3,Agricultural Communities,S01007530,Kirkcudbright - 05,2c,Remoter communities,S02001414,Kirkcudbright,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172338 +172338,S00098223,1a3,Agricultural Communities,S01007531,Kirkcudbright - 06,2c,Remoter communities,S02001414,Kirkcudbright,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172339 +172339,S00098225,1a3,Agricultural Communities,S01007533,Kirkcudbright - 08,2c,Remoter communities,S02001414,Kirkcudbright,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172340 +172340,S00098228,1a3,Agricultural Communities,S01007521,Gatehouse - 01,2c,Remoter communities,S02001413,Gatehouse,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172341 +172341,S00098229,1a3,Agricultural Communities,S01007547,Glenkens - 01,2c,Remoter communities,S02001418,Glenkens,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172342 +172342,S00098230,1a3,Agricultural Communities,S01007551,Glenkens - 05,2c,Remoter communities,S02001418,Glenkens,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172343 +172343,S00098234,1a3,Agricultural Communities,S01007520,Newton Stewart - 08,2d,Rural traits,S02001412,Newton Stewart,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172344 +172344,S00097308,1a3,Agricultural Communities,S01007546,Dalbeattie Rural - 03,2c,Remoter communities,S02001417,Dalbeattie Rural,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172345 +172345,S00097317,1a3,Agricultural Communities,S01007544,Dalbeattie Rural - 01,2c,Remoter communities,S02001417,Dalbeattie Rural,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172346 +172346,S00097853,6a3,Detached Retirement Living,S01007607,Georgetown - 03,8b,Ageing suburbanites,S02001429,Georgetown,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172347 +172347,S00097320,1a3,Agricultural Communities,S01007544,Dalbeattie Rural - 01,2c,Remoter communities,S02001417,Dalbeattie Rural,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172348 +172348,S00097858,6a3,Detached Retirement Living,S01007604,Calside - 04,8b,Ageing suburbanites,S02001428,Calside,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172349 +172349,S00097859,6a3,Detached Retirement Living,S01007604,Calside - 04,8b,Ageing suburbanites,S02001428,Calside,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172350 +172350,S00097321,1a3,Agricultural Communities,S01007545,Dalbeattie Rural - 02,2c,Remoter communities,S02001417,Dalbeattie Rural,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172351 +172351,S00097860,6a3,Detached Retirement Living,S01007604,Calside - 04,8b,Ageing suburbanites,S02001428,Calside,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172352 +172352,S00097322,1a3,Agricultural Communities,S01007524,Gatehouse - 04,2a,Ageing rural neighbourhoods,S02001413,Gatehouse,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172353 +172353,S00097865,6a3,Detached Retirement Living,S01007602,Calside - 02,8b,Ageing suburbanites,S02001428,Calside,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172354 +172354,S00097323,1a3,Agricultural Communities,S01007524,Gatehouse - 04,2a,Ageing rural neighbourhoods,S02001413,Gatehouse,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172355 +172355,S00097869,6a3,Detached Retirement Living,S01007601,Calside - 01,5b,Aspiring urban households,S02001428,Calside,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172356 +172356,S00097324,1a3,Agricultural Communities,S01007525,Gatehouse - 05,2a,Ageing rural neighbourhoods,S02001413,Gatehouse,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172357 +172357,S00097870,6a3,Detached Retirement Living,S01007605,Georgetown - 01,8b,Ageing suburbanites,S02001429,Georgetown,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172358 +172358,S00097874,6a3,Detached Retirement Living,S01007605,Georgetown - 01,8b,Ageing suburbanites,S02001429,Georgetown,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172359 +172359,S00097875,6a3,Detached Retirement Living,S01007603,Calside - 03,8b,Ageing suburbanites,S02001428,Calside,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172360 +172360,S00097887,6a3,Detached Retirement Living,S01007591,Troqueer - 04,5e,Primary sector workers,S02001425,Troqueer,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172361 +172361,S00097892,6a3,Detached Retirement Living,S01007593,New Abbey - 01,2a,Ageing rural neighbourhoods,S02001426,New Abbey,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172362 +172362,S00097922,6a3,Detached Retirement Living,S01007572,Shawhead - 03,2a,Ageing rural neighbourhoods,S02001422,Shawhead,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172363 +172363,S00097938,6a3,Detached Retirement Living,S01007585,Summerville - 04,5d,Endeavouring social renters,S02001424,Summerville,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172364 +172364,S00097941,6a3,Detached Retirement Living,S01007585,Summerville - 04,5d,Endeavouring social renters,S02001424,Summerville,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172365 +172365,S00097987,6a3,Detached Retirement Living,S01007570,Shawhead - 01,2d,Rural traits,S02001422,Shawhead,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172366 +172366,S00098008,6a3,Detached Retirement Living,S01007594,New Abbey - 02,2a,Ageing rural neighbourhoods,S02001426,New Abbey,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172367 +172367,S00098031,6a3,Detached Retirement Living,S01007620,Locharbriggs - 04,8b,Ageing suburbanites,S02001432,Locharbriggs,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172368 +172368,S00098047,6a3,Detached Retirement Living,S01007635,Lockerbie - 01,2a,Ageing rural neighbourhoods,S02001436,Lockerbie,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172369 +172369,S00098110,6a3,Detached Retirement Living,S01007561,Thornhill - 03,5e,Primary sector workers,S02001420,Thornhill,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172370 +172370,S00098164,6a3,Detached Retirement Living,S01007600,Kingholm - 04,5a,Ageing urban communities,S02001427,Kingholm,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172371 +172371,S00098167,6a3,Detached Retirement Living,S01007605,Georgetown - 01,8b,Ageing suburbanites,S02001429,Georgetown,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172372 +172372,S00098256,6a3,Detached Retirement Living,S01007539,Dalbeattie - 01,8b,Ageing suburbanites,S02001416,Dalbeattie,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172373 +172373,S00098257,6a3,Detached Retirement Living,S01007539,Dalbeattie - 01,8b,Ageing suburbanites,S02001416,Dalbeattie,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172374 +172374,S00097328,1a3,Agricultural Communities,S01007524,Gatehouse - 04,2a,Ageing rural neighbourhoods,S02001413,Gatehouse,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172375 +172375,S00097332,1a3,Agricultural Communities,S01007531,Kirkcudbright - 06,2c,Remoter communities,S02001414,Kirkcudbright,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172376 +172376,S00097335,1a3,Agricultural Communities,S01007531,Kirkcudbright - 06,2c,Remoter communities,S02001414,Kirkcudbright,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172377 +172377,S00097336,1a3,Agricultural Communities,S01007538,Castle Douglas - 05,2c,Remoter communities,S02001415,Castle Douglas,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172378 +172378,S00097338,1a3,Agricultural Communities,S01007538,Castle Douglas - 05,2c,Remoter communities,S02001415,Castle Douglas,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172379 +172379,S00097340,1a3,Agricultural Communities,S01007538,Castle Douglas - 05,2c,Remoter communities,S02001415,Castle Douglas,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172380 +172380,S00097345,1a3,Agricultural Communities,S01007521,Gatehouse - 01,2c,Remoter communities,S02001413,Gatehouse,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172381 +172381,S00097347,1a3,Agricultural Communities,S01007523,Gatehouse - 03,2c,Remoter communities,S02001413,Gatehouse,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172382 +172382,S00097353,1a3,Agricultural Communities,S01007533,Kirkcudbright - 08,2c,Remoter communities,S02001414,Kirkcudbright,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172383 +172383,S00097357,1a3,Agricultural Communities,S01007549,Glenkens - 03,2c,Remoter communities,S02001418,Glenkens,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172384 +172384,S00097358,1a3,Agricultural Communities,S01007538,Castle Douglas - 05,2c,Remoter communities,S02001415,Castle Douglas,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172385 +172385,S00097361,1a3,Agricultural Communities,S01007548,Glenkens - 02,2d,Rural traits,S02001418,Glenkens,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172386 +172386,S00097366,1a3,Agricultural Communities,S01007548,Glenkens - 02,2d,Rural traits,S02001418,Glenkens,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172387 +172387,S00097371,1a3,Agricultural Communities,S01007547,Glenkens - 01,2c,Remoter communities,S02001418,Glenkens,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172388 +172388,S00097372,1a3,Agricultural Communities,S01007547,Glenkens - 01,2c,Remoter communities,S02001418,Glenkens,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172389 +172389,S00097373,1a3,Agricultural Communities,S01007549,Glenkens - 03,2c,Remoter communities,S02001418,Glenkens,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172390 +172390,S00097374,1a3,Agricultural Communities,S01007549,Glenkens - 03,2c,Remoter communities,S02001418,Glenkens,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172391 +172391,S00097375,1a3,Agricultural Communities,S01007551,Glenkens - 05,2c,Remoter communities,S02001418,Glenkens,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172392 +172392,S00097376,1a3,Agricultural Communities,S01007551,Glenkens - 05,2c,Remoter communities,S02001418,Glenkens,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172393 +172393,S00097377,1a3,Agricultural Communities,S01007551,Glenkens - 05,2c,Remoter communities,S02001418,Glenkens,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172394 +172394,S00097378,1a3,Agricultural Communities,S01007551,Glenkens - 05,2c,Remoter communities,S02001418,Glenkens,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172395 +172395,S00097382,1a3,Agricultural Communities,S01007551,Glenkens - 05,2c,Remoter communities,S02001418,Glenkens,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172396 +172396,S00097384,1a3,Agricultural Communities,S01007551,Glenkens - 05,2c,Remoter communities,S02001418,Glenkens,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172397 +172397,S00097386,1a3,Agricultural Communities,S01007550,Glenkens - 04,2c,Remoter communities,S02001418,Glenkens,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172398 +172398,S00097389,1a3,Agricultural Communities,S01007550,Glenkens - 04,2c,Remoter communities,S02001418,Glenkens,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172399 +172399,S00097390,1a3,Agricultural Communities,S01007505,Machars North - 04,2c,Remoter communities,S02001410,Machars North,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172400 +172400,S00098146,8a2,Industrious Hardship,S01007552,Upper Nithsdale - 01,5e,Primary sector workers,S02001419,Upper Nithsdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172401 +172401,S00097200,1a2,Established Farming Communities,S01007650,Langholm and Eskdale - 05,2c,Remoter communities,S02001438,Langholm and Eskdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172402 +172402,S00098261,6a3,Detached Retirement Living,S01007535,Castle Douglas - 02,5e,Primary sector workers,S02001415,Castle Douglas,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172403 +172403,S00097169,1a4,Older Farming Communities,S01007666,Annan East - 03,8b,Ageing suburbanites,S02001442,Annan East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172404 +172404,S00098150,8a2,Industrious Hardship,S01007552,Upper Nithsdale - 01,5e,Primary sector workers,S02001419,Upper Nithsdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172405 +172405,S00098153,8a2,Industrious Hardship,S01007553,Upper Nithsdale - 02,4a,Challenged white communities,S02001419,Upper Nithsdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172406 +172406,S00098155,8a2,Industrious Hardship,S01007553,Upper Nithsdale - 02,4a,Challenged white communities,S02001419,Upper Nithsdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172407 +172407,S00098156,8a2,Industrious Hardship,S01007554,Upper Nithsdale - 03,4a,Challenged white communities,S02001419,Upper Nithsdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172408 +172408,S00098159,8a2,Industrious Hardship,S01007554,Upper Nithsdale - 03,4a,Challenged white communities,S02001419,Upper Nithsdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172409 +172409,S00098181,8a2,Industrious Hardship,S01007633,Lochmaben - 03,5e,Primary sector workers,S02001435,Lochmaben,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172410 +172410,S00098188,8a2,Industrious Hardship,S01007560,Thornhill - 02,5e,Primary sector workers,S02001420,Thornhill,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172411 +172411,S00098193,8a2,Industrious Hardship,S01007557,Upper Nithsdale - 06,4a,Challenged white communities,S02001419,Upper Nithsdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172412 +172412,S00098216,8a2,Industrious Hardship,S01007641,Moffat - 01,2d,Rural traits,S02001437,Moffat,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172413 +172413,S00098217,8a2,Industrious Hardship,S01007641,Moffat - 01,2d,Rural traits,S02001437,Moffat,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172414 +172414,S00098251,8a2,Industrious Hardship,S01007681,Gretna - 06,2d,Rural traits,S02001444,Gretna,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172415 +172415,S00098294,8a2,Industrious Hardship,S01007650,Langholm and Eskdale - 05,2c,Remoter communities,S02001438,Langholm and Eskdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172416 +172416,S00098318,8a2,Industrious Hardship,S01007499,Rhins South - 01,2c,Remoter communities,S02001409,Rhins South,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172417 +172417,S00098320,8a2,Industrious Hardship,S01007527,Kirkcudbright - 02,5e,Primary sector workers,S02001414,Kirkcudbright,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172418 +172418,S00098321,8a2,Industrious Hardship,S01007526,Kirkcudbright - 01,5e,Primary sector workers,S02001414,Kirkcudbright,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172419 +172419,S00098338,8a2,Industrious Hardship,S01007483,Stranraer West - 03,5d,Endeavouring social renters,S02001405,Stranraer West,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172420 +172420,S00098361,8a2,Industrious Hardship,S01007679,Gretna - 04,5e,Primary sector workers,S02001444,Gretna,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172421 +172421,S00098380,8a2,Industrious Hardship,S01007599,Kingholm - 03,2d,Rural traits,S02001427,Kingholm,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172422 +172422,S00097961,8b2,Hard-Pressed Rented Terraces,S01007574,Lochside and Lincluden - 01,4a,Challenged white communities,S02001423,Lochside and Lincluden,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172423 +172423,S00098219,1a4,Older Farming Communities,S01007544,Dalbeattie Rural - 01,2c,Remoter communities,S02001417,Dalbeattie Rural,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172424 +172424,S00098391,8a2,Industrious Hardship,S01007593,New Abbey - 01,2a,Ageing rural neighbourhoods,S02001426,New Abbey,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172425 +172425,S00097175,8a1,Industrious Transitions,S01007658,Annandale West - 03,2c,Remoter communities,S02001440,Annandale West,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172426 +172426,S00097439,8a1,Industrious Transitions,S01007497,Rhins North - 04,2c,Remoter communities,S02001408,Rhins North,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172427 +172427,S00097488,8a1,Industrious Transitions,S01007527,Kirkcudbright - 02,5e,Primary sector workers,S02001414,Kirkcudbright,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172428 +172428,S00097513,8a1,Industrious Transitions,S01007496,Rhins North - 03,2c,Remoter communities,S02001408,Rhins North,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172429 +172429,S00097589,8a1,Industrious Transitions,S01007483,Stranraer West - 03,5d,Endeavouring social renters,S02001405,Stranraer West,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172430 +172430,S00097606,8a1,Industrious Transitions,S01007520,Newton Stewart - 08,2d,Rural traits,S02001412,Newton Stewart,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172431 +172431,S00097665,8a1,Industrious Transitions,S01007536,Castle Douglas - 03,5e,Primary sector workers,S02001415,Castle Douglas,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172432 +172432,S00097666,8a1,Industrious Transitions,S01007536,Castle Douglas - 03,5e,Primary sector workers,S02001415,Castle Douglas,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172433 +172433,S00097700,8a1,Industrious Transitions,S01007662,Annan West - 03,5e,Primary sector workers,S02001441,Annan West,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172434 +172434,S00097709,8a1,Industrious Transitions,S01007662,Annan West - 03,5e,Primary sector workers,S02001441,Annan West,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172435 +172435,S00097712,8a1,Industrious Transitions,S01007665,Annan East - 02,5d,Endeavouring social renters,S02001442,Annan East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172436 +172436,S00097724,8a1,Industrious Transitions,S01007663,Annan West - 04,5d,Endeavouring social renters,S02001441,Annan West,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172437 +172437,S00097780,8a1,Industrious Transitions,S01007677,Gretna - 02,5e,Primary sector workers,S02001444,Gretna,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172438 +172438,S00097832,8a1,Industrious Transitions,S01007599,Kingholm - 03,2d,Rural traits,S02001427,Kingholm,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172439 +172439,S00097833,8a1,Industrious Transitions,S01007599,Kingholm - 03,2d,Rural traits,S02001427,Kingholm,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172440 +172440,S00097946,8a1,Industrious Transitions,S01007574,Lochside and Lincluden - 01,4a,Challenged white communities,S02001423,Lochside and Lincluden,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172441 +172441,S00098006,8a1,Industrious Transitions,S01007594,New Abbey - 02,2a,Ageing rural neighbourhoods,S02001426,New Abbey,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172442 +172442,S00098017,8a1,Industrious Transitions,S01007622,Heathhall - 01,5d,Endeavouring social renters,S02001433,Heathhall,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172443 +172443,S00098018,8a1,Industrious Transitions,S01007622,Heathhall - 01,5d,Endeavouring social renters,S02001433,Heathhall,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172444 +172444,S00098021,8a1,Industrious Transitions,S01007622,Heathhall - 01,5d,Endeavouring social renters,S02001433,Heathhall,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172445 +172445,S00098065,8a1,Industrious Transitions,S01007637,Lockerbie - 03,5e,Primary sector workers,S02001436,Lockerbie,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172446 +172446,S00098068,8a1,Industrious Transitions,S01007636,Lockerbie - 02,5a,Ageing urban communities,S02001436,Lockerbie,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172447 +172447,S00098152,8a1,Industrious Transitions,S01007553,Upper Nithsdale - 02,4a,Challenged white communities,S02001419,Upper Nithsdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172448 +172448,S00098176,8a1,Industrious Transitions,S01007623,Heathhall - 02,8b,Ageing suburbanites,S02001433,Heathhall,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172449 +172449,S00098293,8a1,Industrious Transitions,S01007650,Langholm and Eskdale - 05,2c,Remoter communities,S02001438,Langholm and Eskdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172450 +172450,S00098354,8a1,Industrious Transitions,S01007664,Annan East - 01,4b,Constrained renters,S02001442,Annan East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172451 +172451,S00098283,2c2,Migrant Commuters,S01007612,Dumfries Central - 04,4b,Constrained renters,S02001430,Dumfries Central,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172452 +172452,S00097814,2c1,Migrant Families,S01007612,Dumfries Central - 04,4b,Constrained renters,S02001430,Dumfries Central,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172453 +172453,S00097902,2c1,Migrant Families,S01007589,Troqueer - 02,5e,Primary sector workers,S02001425,Troqueer,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172454 +172454,S00098393,6b1,Multi-Ethnic Suburbia,S01007590,Troqueer - 03,8b,Ageing suburbanites,S02001425,Troqueer,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172455 +172455,S00097564,8a2,Industrious Hardship,S01007490,Stranraer South - 01,5e,Primary sector workers,S02001407,Stranraer South,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172456 +172456,S00097932,7c3,Outer City Hardship,S01007584,Summerville - 03,4b,Constrained renters,S02001424,Summerville,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172457 +172457,S00097217,1a2,Established Farming Communities,S01007597,Kingholm - 01,2c,Remoter communities,S02001427,Kingholm,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172458 +172458,S00097220,1a4,Older Farming Communities,S01007630,Collin - 04,2c,Remoter communities,S02001434,Collin,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172459 +172459,S00097567,8a2,Industrious Hardship,S01007492,Stranraer South - 03,5e,Primary sector workers,S02001407,Stranraer South,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172460 +172460,S00097967,7c3,Outer City Hardship,S01007583,Summerville - 02,4d,Hard-pressed flat dwellers,S02001424,Summerville,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172461 +172461,S00098268,6a3,Detached Retirement Living,S01007672,Eastriggs - 01,2c,Remoter communities,S02001443,Eastriggs,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172462 +172462,S00098232,1a4,Older Farming Communities,S01007519,Newton Stewart - 07,2c,Remoter communities,S02001412,Newton Stewart,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172463 +172463,S00098258,1a4,Older Farming Communities,S01007539,Dalbeattie - 01,8b,Ageing suburbanites,S02001416,Dalbeattie,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172464 +172464,S00098262,1a4,Older Farming Communities,S01007535,Castle Douglas - 02,5e,Primary sector workers,S02001415,Castle Douglas,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172465 +172465,S00097980,8b2,Hard-Pressed Rented Terraces,S01007575,Lochside and Lincluden - 02,4a,Challenged white communities,S02001423,Lochside and Lincluden,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172466 +172466,S00098277,1a4,Older Farming Communities,S01007679,Gretna - 04,5e,Primary sector workers,S02001444,Gretna,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172467 +172467,S00098348,1a4,Older Farming Communities,S01007517,Newton Stewart - 05,2a,Ageing rural neighbourhoods,S02001412,Newton Stewart,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172468 +172468,S00098356,1a4,Older Farming Communities,S01007672,Eastriggs - 01,2c,Remoter communities,S02001443,Eastriggs,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172469 +172469,S00098374,1a4,Older Farming Communities,S01007616,Nunholm - 04,4b,Constrained renters,S02001431,Nunholm,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172470 +172470,S00098397,1a4,Older Farming Communities,S01007587,Summerville - 06,5a,Ageing urban communities,S02001424,Summerville,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172471 +172471,S00098425,1a4,Older Farming Communities,S01007620,Locharbriggs - 04,8b,Ageing suburbanites,S02001432,Locharbriggs,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172472 +172472,S00098433,1a4,Older Farming Communities,S01007560,Thornhill - 02,5e,Primary sector workers,S02001420,Thornhill,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172473 +172473,S00098436,1a4,Older Farming Communities,S01007572,Shawhead - 03,2a,Ageing rural neighbourhoods,S02001422,Shawhead,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172474 +172474,S00097560,6b4,Older Workers and Retirement,S01007493,Stranraer South - 04,5d,Endeavouring social renters,S02001407,Stranraer South,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172475 +172475,S00097797,6b4,Older Workers and Retirement,S01007615,Nunholm - 03,5e,Primary sector workers,S02001431,Nunholm,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172476 +172476,S00097852,6b4,Older Workers and Retirement,S01007606,Georgetown - 02,8b,Ageing suburbanites,S02001429,Georgetown,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172477 +172477,S00097856,6b4,Older Workers and Retirement,S01007608,Georgetown - 04,8b,Ageing suburbanites,S02001429,Georgetown,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172478 +172478,S00097857,6b4,Older Workers and Retirement,S01007606,Georgetown - 02,8b,Ageing suburbanites,S02001429,Georgetown,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172479 +172479,S00097863,6b4,Older Workers and Retirement,S01007607,Georgetown - 03,8b,Ageing suburbanites,S02001429,Georgetown,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172480 +172480,S00097891,6b4,Older Workers and Retirement,S01007593,New Abbey - 01,2a,Ageing rural neighbourhoods,S02001426,New Abbey,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172481 +172481,S00097917,6b4,Older Workers and Retirement,S01007588,Troqueer - 01,8b,Ageing suburbanites,S02001425,Troqueer,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172482 +172482,S00097986,6b4,Older Workers and Retirement,S01007570,Shawhead - 01,2d,Rural traits,S02001422,Shawhead,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172483 +172483,S00097221,1a4,Older Farming Communities,S01007630,Collin - 04,2c,Remoter communities,S02001434,Collin,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172484 +172484,S00097223,1a2,Established Farming Communities,S01007598,Kingholm - 02,2c,Remoter communities,S02001427,Kingholm,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172485 +172485,S00097973,7c3,Outer City Hardship,S01007582,Summerville - 01,4a,Challenged white communities,S02001424,Summerville,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172486 +172486,S00097580,8a2,Industrious Hardship,S01007498,Rhins North - 05,2d,Rural traits,S02001408,Rhins North,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172487 +172487,S00098352,6a3,Detached Retirement Living,S01007667,Annan East - 04,8b,Ageing suburbanites,S02001442,Annan East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172488 +172488,S00098037,6b4,Older Workers and Retirement,S01007621,Locharbriggs - 05,8b,Ageing suburbanites,S02001432,Locharbriggs,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172489 +172489,S00098200,6b4,Older Workers and Retirement,S01007627,Collin - 01,2d,Rural traits,S02001434,Collin,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172490 +172490,S00098417,6b4,Older Workers and Retirement,S01007626,Heathhall - 05,8c,Comfortable suburbia,S02001433,Heathhall,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172491 +172491,S00098420,6b4,Older Workers and Retirement,S01007626,Heathhall - 05,8c,Comfortable suburbia,S02001433,Heathhall,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172492 +172492,S00097490,7c3,Outer City Hardship,S01007526,Kirkcudbright - 01,5e,Primary sector workers,S02001414,Kirkcudbright,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172493 +172493,S00097497,7c3,Outer City Hardship,S01007528,Kirkcudbright - 03,5e,Primary sector workers,S02001414,Kirkcudbright,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172494 +172494,S00097503,7c3,Outer City Hardship,S01007529,Kirkcudbright - 04,2d,Rural traits,S02001414,Kirkcudbright,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172495 +172495,S00097516,7c3,Outer City Hardship,S01007496,Rhins North - 03,2c,Remoter communities,S02001408,Rhins North,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172496 +172496,S00097532,7c3,Outer City Hardship,S01007491,Stranraer South - 02,5e,Primary sector workers,S02001407,Stranraer South,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172497 +172497,S00097545,7c3,Outer City Hardship,S01007487,Stranraer East - 01,4b,Constrained renters,S02001406,Stranraer East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172498 +172498,S00097573,7c3,Outer City Hardship,S01007489,Stranraer East - 03,5e,Primary sector workers,S02001406,Stranraer East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172499 +172499,S00097598,7c3,Outer City Hardship,S01007482,Stranraer West - 02,5e,Primary sector workers,S02001405,Stranraer West,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172500 +172500,S00097609,7c3,Outer City Hardship,S01007540,Dalbeattie - 02,5e,Primary sector workers,S02001416,Dalbeattie,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172501 +172501,S00097619,7c3,Outer City Hardship,S01007542,Dalbeattie - 04,5e,Primary sector workers,S02001416,Dalbeattie,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172502 +172502,S00097641,7c3,Outer City Hardship,S01007537,Castle Douglas - 04,5e,Primary sector workers,S02001415,Castle Douglas,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172503 +172503,S00097652,7c3,Outer City Hardship,S01007534,Castle Douglas - 01,5e,Primary sector workers,S02001415,Castle Douglas,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172504 +172504,S00097655,7c3,Outer City Hardship,S01007534,Castle Douglas - 01,5e,Primary sector workers,S02001415,Castle Douglas,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172505 +172505,S00097679,7c3,Outer City Hardship,S01007513,Newton Stewart - 01,5e,Primary sector workers,S02001412,Newton Stewart,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172506 +172506,S00097689,7c3,Outer City Hardship,S01007514,Newton Stewart - 02,4b,Constrained renters,S02001412,Newton Stewart,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172507 +172507,S00097702,7c3,Outer City Hardship,S01007662,Annan West - 03,5e,Primary sector workers,S02001441,Annan West,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172508 +172508,S00097704,7c3,Outer City Hardship,S01007662,Annan West - 03,5e,Primary sector workers,S02001441,Annan West,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172509 +172509,S00097740,7c3,Outer City Hardship,S01007661,Annan West - 02,5e,Primary sector workers,S02001441,Annan West,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172510 +172510,S00097741,7c3,Outer City Hardship,S01007661,Annan West - 02,5e,Primary sector workers,S02001441,Annan West,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172511 +172511,S00097826,7c3,Outer City Hardship,S01007616,Nunholm - 04,4b,Constrained renters,S02001431,Nunholm,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172512 +172512,S00097843,7c3,Outer City Hardship,S01007609,Dumfries Central - 01,4a,Challenged white communities,S02001430,Dumfries Central,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172513 +172513,S00097846,7c3,Outer City Hardship,S01007609,Dumfries Central - 01,4a,Challenged white communities,S02001430,Dumfries Central,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172514 +172514,S00097894,7c3,Outer City Hardship,S01007592,Troqueer - 05,4b,Constrained renters,S02001425,Troqueer,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172515 +172515,S00097895,7c3,Outer City Hardship,S01007593,New Abbey - 01,2a,Ageing rural neighbourhoods,S02001426,New Abbey,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172516 +172516,S00097929,7c3,Outer City Hardship,S01007587,Summerville - 06,5a,Ageing urban communities,S02001424,Summerville,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172517 +172517,S00097247,1a4,Older Farming Communities,S01007573,Shawhead - 04,8c,Comfortable suburbia,S02001422,Shawhead,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172518 +172518,S00097264,1a4,Older Farming Communities,S01007565,Mid Nithsdale - 02,2c,Remoter communities,S02001421,Mid Nithsdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172519 +172519,S00097312,1a4,Older Farming Communities,S01007544,Dalbeattie Rural - 01,2c,Remoter communities,S02001417,Dalbeattie Rural,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172520 +172520,S00097315,1a4,Older Farming Communities,S01007544,Dalbeattie Rural - 01,2c,Remoter communities,S02001417,Dalbeattie Rural,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172521 +172521,S00097368,1a4,Older Farming Communities,S01007548,Glenkens - 02,2d,Rural traits,S02001418,Glenkens,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172522 +172522,S00097393,1a4,Older Farming Communities,S01007505,Machars North - 04,2c,Remoter communities,S02001410,Machars North,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172523 +172523,S00097494,1a4,Older Farming Communities,S01007527,Kirkcudbright - 02,5e,Primary sector workers,S02001414,Kirkcudbright,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172524 +172524,S00097495,1a4,Older Farming Communities,S01007527,Kirkcudbright - 02,5e,Primary sector workers,S02001414,Kirkcudbright,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172525 +172525,S00097504,1a4,Older Farming Communities,S01007529,Kirkcudbright - 04,2d,Rural traits,S02001414,Kirkcudbright,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172526 +172526,S00097505,1a4,Older Farming Communities,S01007529,Kirkcudbright - 04,2d,Rural traits,S02001414,Kirkcudbright,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172527 +172527,S00097506,1a4,Older Farming Communities,S01007529,Kirkcudbright - 04,2d,Rural traits,S02001414,Kirkcudbright,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172528 +172528,S00097507,1a4,Older Farming Communities,S01007529,Kirkcudbright - 04,2d,Rural traits,S02001414,Kirkcudbright,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172529 +172529,S00097515,1a4,Older Farming Communities,S01007496,Rhins North - 03,2c,Remoter communities,S02001408,Rhins North,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172530 +172530,S00097555,1a4,Older Farming Communities,S01007493,Stranraer South - 04,5d,Endeavouring social renters,S02001407,Stranraer South,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172531 +172531,S00097571,1a4,Older Farming Communities,S01007489,Stranraer East - 03,5e,Primary sector workers,S02001406,Stranraer East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172532 +172532,S00097574,1a4,Older Farming Communities,S01007498,Rhins North - 05,2d,Rural traits,S02001408,Rhins North,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172533 +172533,S00097583,1a4,Older Farming Communities,S01007491,Stranraer South - 02,5e,Primary sector workers,S02001407,Stranraer South,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172534 +172534,S00097594,1a4,Older Farming Communities,S01007481,Stranraer West - 01,8b,Ageing suburbanites,S02001405,Stranraer West,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172535 +172535,S00097611,1a4,Older Farming Communities,S01007540,Dalbeattie - 02,5e,Primary sector workers,S02001416,Dalbeattie,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172536 +172536,S00097638,1a4,Older Farming Communities,S01007539,Dalbeattie - 01,8b,Ageing suburbanites,S02001416,Dalbeattie,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172537 +172537,S00097639,1a4,Older Farming Communities,S01007539,Dalbeattie - 01,8b,Ageing suburbanites,S02001416,Dalbeattie,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172538 +172538,S00097644,1a4,Older Farming Communities,S01007537,Castle Douglas - 04,5e,Primary sector workers,S02001415,Castle Douglas,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172539 +172539,S00097646,1a4,Older Farming Communities,S01007537,Castle Douglas - 04,5e,Primary sector workers,S02001415,Castle Douglas,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172540 +172540,S00097653,1a4,Older Farming Communities,S01007534,Castle Douglas - 01,5e,Primary sector workers,S02001415,Castle Douglas,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172541 +172541,S00097659,1a4,Older Farming Communities,S01007535,Castle Douglas - 02,5e,Primary sector workers,S02001415,Castle Douglas,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172542 +172542,S00097660,1a4,Older Farming Communities,S01007535,Castle Douglas - 02,5e,Primary sector workers,S02001415,Castle Douglas,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172543 +172543,S00097671,1a4,Older Farming Communities,S01007513,Newton Stewart - 01,5e,Primary sector workers,S02001412,Newton Stewart,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172544 +172544,S00097693,1a4,Older Farming Communities,S01007515,Newton Stewart - 03,2a,Ageing rural neighbourhoods,S02001412,Newton Stewart,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172545 +172545,S00097695,1a4,Older Farming Communities,S01007515,Newton Stewart - 03,2a,Ageing rural neighbourhoods,S02001412,Newton Stewart,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172546 +172546,S00097715,1a4,Older Farming Communities,S01007666,Annan East - 03,8b,Ageing suburbanites,S02001442,Annan East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172547 +172547,S00097730,1a4,Older Farming Communities,S01007672,Eastriggs - 01,2c,Remoter communities,S02001443,Eastriggs,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172548 +172548,S00097744,1a4,Older Farming Communities,S01007663,Annan West - 04,5d,Endeavouring social renters,S02001441,Annan West,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172549 +172549,S00097746,1a4,Older Farming Communities,S01007672,Eastriggs - 01,2c,Remoter communities,S02001443,Eastriggs,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172550 +172550,S00097784,1a4,Older Farming Communities,S01007680,Gretna - 05,8b,Ageing suburbanites,S02001444,Gretna,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172551 +172551,S00097785,1a4,Older Farming Communities,S01007680,Gretna - 05,8b,Ageing suburbanites,S02001444,Gretna,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172552 +172552,S00097792,1a4,Older Farming Communities,S01007613,Nunholm - 01,5a,Ageing urban communities,S02001431,Nunholm,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172553 +172553,S00097795,1a4,Older Farming Communities,S01007614,Nunholm - 02,8b,Ageing suburbanites,S02001431,Nunholm,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172554 +172554,S00097884,1a4,Older Farming Communities,S01007606,Georgetown - 02,8b,Ageing suburbanites,S02001429,Georgetown,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172555 +172555,S00097885,1a4,Older Farming Communities,S01007593,New Abbey - 01,2a,Ageing rural neighbourhoods,S02001426,New Abbey,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172556 +172556,S00098045,1a4,Older Farming Communities,S01007635,Lockerbie - 01,2a,Ageing rural neighbourhoods,S02001436,Lockerbie,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172557 +172557,S00098081,1a4,Older Farming Communities,S01007633,Lochmaben - 03,5e,Primary sector workers,S02001435,Lochmaben,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172558 +172558,S00098085,1a4,Older Farming Communities,S01007633,Lochmaben - 03,5e,Primary sector workers,S02001435,Lochmaben,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172559 +172559,S00098112,1a4,Older Farming Communities,S01007644,Moffat - 04,5e,Primary sector workers,S02001437,Moffat,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172560 +172560,S00098165,1a4,Older Farming Communities,S01007600,Kingholm - 04,5a,Ageing urban communities,S02001427,Kingholm,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172561 +172561,S00098170,1a4,Older Farming Communities,S01007570,Shawhead - 01,2d,Rural traits,S02001422,Shawhead,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172562 +172562,S00098180,1a4,Older Farming Communities,S01007639,Lockerbie - 05,5e,Primary sector workers,S02001436,Lockerbie,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172563 +172563,S00098194,1a4,Older Farming Communities,S01007613,Nunholm - 01,5a,Ageing urban communities,S02001431,Nunholm,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172564 +172564,S00097239,1a2,Established Farming Communities,S01007570,Shawhead - 01,2d,Rural traits,S02001422,Shawhead,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172565 +172565,S00097982,8b2,Hard-Pressed Rented Terraces,S01007575,Lochside and Lincluden - 02,4a,Challenged white communities,S02001423,Lochside and Lincluden,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172566 +172566,S00097581,8a2,Industrious Hardship,S01007498,Rhins North - 05,2d,Rural traits,S02001408,Rhins North,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172567 +172567,S00098381,6a3,Detached Retirement Living,S01007604,Calside - 04,8b,Ageing suburbanites,S02001428,Calside,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172568 +172568,S00098049,7c3,Outer City Hardship,S01007636,Lockerbie - 02,5a,Ageing urban communities,S02001436,Lockerbie,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172569 +172569,S00097277,1a2,Established Farming Communities,S01007562,Thornhill - 04,2c,Remoter communities,S02001420,Thornhill,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172570 +172570,S00098052,7c3,Outer City Hardship,S01007638,Lockerbie - 04,5e,Primary sector workers,S02001436,Lockerbie,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172571 +172571,S00098388,6a3,Detached Retirement Living,S01007606,Georgetown - 02,8b,Ageing suburbanites,S02001429,Georgetown,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172572 +172572,S00097585,8a2,Industrious Hardship,S01007483,Stranraer West - 03,5d,Endeavouring social renters,S02001405,Stranraer West,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172573 +172573,S00097319,1a2,Established Farming Communities,S01007544,Dalbeattie Rural - 01,2c,Remoter communities,S02001417,Dalbeattie Rural,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172574 +172574,S00097992,8b2,Hard-Pressed Rented Terraces,S01007579,Lochside and Lincluden - 06,4a,Challenged white communities,S02001423,Lochside and Lincluden,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172575 +172575,S00098067,7c3,Outer City Hardship,S01007636,Lockerbie - 02,5a,Ageing urban communities,S02001436,Lockerbie,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172576 +172576,S00098389,6a3,Detached Retirement Living,S01007605,Georgetown - 01,8b,Ageing suburbanites,S02001429,Georgetown,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172577 +172577,S00097588,8a2,Industrious Hardship,S01007483,Stranraer West - 03,5d,Endeavouring social renters,S02001405,Stranraer West,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172578 +172578,S00097362,1a2,Established Farming Communities,S01007545,Dalbeattie Rural - 02,2c,Remoter communities,S02001417,Dalbeattie Rural,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172579 +172579,S00098091,7c3,Outer City Hardship,S01007647,Langholm and Eskdale - 02,5e,Primary sector workers,S02001438,Langholm and Eskdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172580 +172580,S00097997,8b2,Hard-Pressed Rented Terraces,S01007582,Summerville - 01,4a,Challenged white communities,S02001424,Summerville,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172581 +172581,S00098135,7c3,Outer City Hardship,S01007557,Upper Nithsdale - 06,4a,Challenged white communities,S02001419,Upper Nithsdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172582 +172582,S00098422,6a3,Detached Retirement Living,S01007625,Heathhall - 04,8b,Ageing suburbanites,S02001433,Heathhall,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172583 +172583,S00097607,8a2,Industrious Hardship,S01007520,Newton Stewart - 08,2d,Rural traits,S02001412,Newton Stewart,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172584 +172584,S00097626,1a2,Established Farming Communities,S01007541,Dalbeattie - 03,2a,Ageing rural neighbourhoods,S02001416,Dalbeattie,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172585 +172585,S00097615,8a2,Industrious Hardship,S01007543,Dalbeattie - 05,5e,Primary sector workers,S02001416,Dalbeattie,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172586 +172586,S00098423,6a3,Detached Retirement Living,S01007624,Heathhall - 03,8b,Ageing suburbanites,S02001433,Heathhall,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172587 +172587,S00098367,7c3,Outer City Hardship,S01007611,Dumfries Central - 03,4b,Constrained renters,S02001430,Dumfries Central,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172588 +172588,S00097640,1a2,Established Farming Communities,S01007539,Dalbeattie - 01,8b,Ageing suburbanites,S02001416,Dalbeattie,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172589 +172589,S00098023,8b2,Hard-Pressed Rented Terraces,S01007619,Locharbriggs - 03,4a,Challenged white communities,S02001432,Locharbriggs,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172590 +172590,S00097656,8a2,Industrious Hardship,S01007534,Castle Douglas - 01,5e,Primary sector workers,S02001415,Castle Douglas,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172591 +172591,S00098438,6a3,Detached Retirement Living,S01007585,Summerville - 04,5d,Endeavouring social renters,S02001424,Summerville,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172592 +172592,S00098369,7c3,Outer City Hardship,S01007609,Dumfries Central - 01,4a,Challenged white communities,S02001430,Dumfries Central,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172593 +172593,S00097793,1a2,Established Farming Communities,S01007614,Nunholm - 02,8b,Ageing suburbanites,S02001431,Nunholm,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172594 +172594,S00098025,8b2,Hard-Pressed Rented Terraces,S01007618,Locharbriggs - 02,4a,Challenged white communities,S02001432,Locharbriggs,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172595 +172595,S00097682,8a2,Industrious Hardship,S01007518,Newton Stewart - 06,5e,Primary sector workers,S02001412,Newton Stewart,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172596 +172596,S00097685,8a2,Industrious Hardship,S01007518,Newton Stewart - 06,5e,Primary sector workers,S02001412,Newton Stewart,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172597 +172597,S00097686,8a2,Industrious Hardship,S01007518,Newton Stewart - 06,5e,Primary sector workers,S02001412,Newton Stewart,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172598 +172598,S00097687,8a2,Industrious Hardship,S01007518,Newton Stewart - 06,5e,Primary sector workers,S02001412,Newton Stewart,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172599 +172599,S00097694,8a2,Industrious Hardship,S01007513,Newton Stewart - 01,5e,Primary sector workers,S02001412,Newton Stewart,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172600 +172600,S00097710,8a2,Industrious Hardship,S01007665,Annan East - 02,5d,Endeavouring social renters,S02001442,Annan East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172601 +172601,S00097713,8a2,Industrious Hardship,S01007665,Annan East - 02,5d,Endeavouring social renters,S02001442,Annan East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172602 +172602,S00097718,8a2,Industrious Hardship,S01007668,Annan East - 05,4a,Challenged white communities,S02001442,Annan East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172603 +172603,S00097722,8a2,Industrious Hardship,S01007668,Annan East - 05,4a,Challenged white communities,S02001442,Annan East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172604 +172604,S00097727,8a2,Industrious Hardship,S01007668,Annan East - 05,4a,Challenged white communities,S02001442,Annan East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172605 +172605,S00097731,8a2,Industrious Hardship,S01007660,Annan West - 01,4b,Constrained renters,S02001441,Annan West,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172606 +172606,S00097737,8a2,Industrious Hardship,S01007661,Annan West - 02,5e,Primary sector workers,S02001441,Annan West,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172607 +172607,S00097749,8a2,Industrious Hardship,S01007670,Annan East - 07,4b,Constrained renters,S02001442,Annan East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172608 +172608,S00097767,8a2,Industrious Hardship,S01007674,Eastriggs - 03,5d,Endeavouring social renters,S02001443,Eastriggs,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172609 +172609,S00097769,8a2,Industrious Hardship,S01007674,Eastriggs - 03,5d,Endeavouring social renters,S02001443,Eastriggs,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172610 +172610,S00097776,8a2,Industrious Hardship,S01007678,Gretna - 03,5e,Primary sector workers,S02001444,Gretna,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172611 +172611,S00097778,8a2,Industrious Hardship,S01007678,Gretna - 03,5e,Primary sector workers,S02001444,Gretna,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172612 +172612,S00097834,8a2,Industrious Hardship,S01007599,Kingholm - 03,2d,Rural traits,S02001427,Kingholm,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172613 +172613,S00097896,8a2,Industrious Hardship,S01007593,New Abbey - 01,2a,Ageing rural neighbourhoods,S02001426,New Abbey,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172614 +172614,S00097936,8a2,Industrious Hardship,S01007584,Summerville - 03,4b,Constrained renters,S02001424,Summerville,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172615 +172615,S00097959,8a2,Industrious Hardship,S01007574,Lochside and Lincluden - 01,4a,Challenged white communities,S02001423,Lochside and Lincluden,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172616 +172616,S00098004,8a2,Industrious Hardship,S01007594,New Abbey - 02,2a,Ageing rural neighbourhoods,S02001426,New Abbey,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172617 +172617,S00098007,8a2,Industrious Hardship,S01007594,New Abbey - 02,2a,Ageing rural neighbourhoods,S02001426,New Abbey,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172618 +172618,S00098013,8a2,Industrious Hardship,S01007654,Annandale East - 04,2d,Rural traits,S02001439,Annandale East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172619 +172619,S00098022,8a2,Industrious Hardship,S01007619,Locharbriggs - 03,4a,Challenged white communities,S02001432,Locharbriggs,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172620 +172620,S00098024,8a2,Industrious Hardship,S01007618,Locharbriggs - 02,4a,Challenged white communities,S02001432,Locharbriggs,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172621 +172621,S00098028,8a2,Industrious Hardship,S01007618,Locharbriggs - 02,4a,Challenged white communities,S02001432,Locharbriggs,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172622 +172622,S00098029,8a2,Industrious Hardship,S01007618,Locharbriggs - 02,4a,Challenged white communities,S02001432,Locharbriggs,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172623 +172623,S00098062,8a2,Industrious Hardship,S01007637,Lockerbie - 03,5e,Primary sector workers,S02001436,Lockerbie,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172624 +172624,S00098063,8a2,Industrious Hardship,S01007637,Lockerbie - 03,5e,Primary sector workers,S02001436,Lockerbie,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172625 +172625,S00098082,8a2,Industrious Hardship,S01007633,Lochmaben - 03,5e,Primary sector workers,S02001435,Lochmaben,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172626 +172626,S00098103,8a2,Industrious Hardship,S01007561,Thornhill - 03,5e,Primary sector workers,S02001420,Thornhill,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172627 +172627,S00098105,8a2,Industrious Hardship,S01007561,Thornhill - 03,5e,Primary sector workers,S02001420,Thornhill,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172628 +172628,S00098106,8a2,Industrious Hardship,S01007561,Thornhill - 03,5e,Primary sector workers,S02001420,Thornhill,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172629 +172629,S00098115,8a2,Industrious Hardship,S01007643,Moffat - 03,5e,Primary sector workers,S02001437,Moffat,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172630 +172630,S00098117,8a2,Industrious Hardship,S01007643,Moffat - 03,5e,Primary sector workers,S02001437,Moffat,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172631 +172631,S00098131,8a2,Industrious Hardship,S01007557,Upper Nithsdale - 06,4a,Challenged white communities,S02001419,Upper Nithsdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172632 +172632,S00098134,8a2,Industrious Hardship,S01007557,Upper Nithsdale - 06,4a,Challenged white communities,S02001419,Upper Nithsdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172633 +172633,S00098136,8a2,Industrious Hardship,S01007557,Upper Nithsdale - 06,4a,Challenged white communities,S02001419,Upper Nithsdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172634 +172634,S00098139,8a2,Industrious Hardship,S01007557,Upper Nithsdale - 06,4a,Challenged white communities,S02001419,Upper Nithsdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172635 +172635,S00098140,8a2,Industrious Hardship,S01007556,Upper Nithsdale - 05,5a,Ageing urban communities,S02001419,Upper Nithsdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172636 +172636,S00098027,8b2,Hard-Pressed Rented Terraces,S01007617,Locharbriggs - 01,5d,Endeavouring social renters,S02001432,Locharbriggs,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172637 +172637,S00097167,1c3,Detached Rural Retirement,S01007652,Annandale East - 02,2d,Rural traits,S02001439,Annandale East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172638 +172638,S00098061,8b2,Hard-Pressed Rented Terraces,S01007639,Lockerbie - 05,5e,Primary sector workers,S02001436,Lockerbie,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172639 +172639,S00098197,1a2,Established Farming Communities,S01007567,Mid Nithsdale - 04,2c,Remoter communities,S02001421,Mid Nithsdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172640 +172640,S00097233,1c3,Detached Rural Retirement,S01007594,New Abbey - 02,2a,Ageing rural neighbourhoods,S02001426,New Abbey,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172641 +172641,S00098274,1a2,Established Farming Communities,S01007675,Eastriggs - 04,2c,Remoter communities,S02001443,Eastriggs,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172642 +172642,S00098072,8b2,Hard-Pressed Rented Terraces,S01007639,Lockerbie - 05,5e,Primary sector workers,S02001436,Lockerbie,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172643 +172643,S00097235,1c3,Detached Rural Retirement,S01007593,New Abbey - 01,2a,Ageing rural neighbourhoods,S02001426,New Abbey,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172644 +172644,S00097314,1c3,Detached Rural Retirement,S01007544,Dalbeattie Rural - 01,2c,Remoter communities,S02001417,Dalbeattie Rural,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172645 +172645,S00098372,7c3,Outer City Hardship,S01007612,Dumfries Central - 04,4b,Constrained renters,S02001430,Dumfries Central,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172646 +172646,S00097316,1c3,Detached Rural Retirement,S01007544,Dalbeattie Rural - 01,2c,Remoter communities,S02001417,Dalbeattie Rural,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172647 +172647,S00098078,8b2,Hard-Pressed Rented Terraces,S01007632,Lochmaben - 02,5e,Primary sector workers,S02001435,Lochmaben,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172648 +172648,S00098292,1a2,Established Farming Communities,S01007677,Gretna - 02,5e,Primary sector workers,S02001444,Gretna,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172649 +172649,S00098383,7c3,Outer City Hardship,S01007609,Dumfries Central - 01,4a,Challenged white communities,S02001430,Dumfries Central,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172650 +172650,S00097349,1c3,Detached Rural Retirement,S01007533,Kirkcudbright - 08,2c,Remoter communities,S02001414,Kirkcudbright,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172651 +172651,S00098083,8b2,Hard-Pressed Rented Terraces,S01007633,Lochmaben - 03,5e,Primary sector workers,S02001435,Lochmaben,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172652 +172652,S00098174,8b2,Hard-Pressed Rented Terraces,S01007619,Locharbriggs - 03,4a,Challenged white communities,S02001432,Locharbriggs,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172653 +172653,S00098175,8b2,Hard-Pressed Rented Terraces,S01007617,Locharbriggs - 01,5d,Endeavouring social renters,S02001432,Locharbriggs,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172654 +172654,S00098267,8b2,Hard-Pressed Rented Terraces,S01007668,Annan East - 05,4a,Challenged white communities,S02001442,Annan East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172655 +172655,S00098284,8b2,Hard-Pressed Rented Terraces,S01007611,Dumfries Central - 03,4b,Constrained renters,S02001430,Dumfries Central,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172656 +172656,S00098398,8b2,Hard-Pressed Rented Terraces,S01007574,Lochside and Lincluden - 01,4a,Challenged white communities,S02001423,Lochside and Lincluden,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172657 +172657,S00098399,8b2,Hard-Pressed Rented Terraces,S01007574,Lochside and Lincluden - 01,4a,Challenged white communities,S02001423,Lochside and Lincluden,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172658 +172658,S00098412,8b2,Hard-Pressed Rented Terraces,S01007619,Locharbriggs - 03,4a,Challenged white communities,S02001432,Locharbriggs,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172659 +172659,S00098413,8b2,Hard-Pressed Rented Terraces,S01007617,Locharbriggs - 01,5d,Endeavouring social renters,S02001432,Locharbriggs,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172660 +172660,S00098429,8b2,Hard-Pressed Rented Terraces,S01007632,Lochmaben - 02,5e,Primary sector workers,S02001435,Lochmaben,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172661 +172661,S00097835,6a1,Indian Tech Achievers,S01007599,Kingholm - 03,2d,Rural traits,S02001427,Kingholm,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172662 +172662,S00097854,6a1,Indian Tech Achievers,S01007608,Georgetown - 04,8b,Ageing suburbanites,S02001429,Georgetown,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172663 +172663,S00097873,6a1,Indian Tech Achievers,S01007604,Calside - 04,8b,Ageing suburbanites,S02001428,Calside,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172664 +172664,S00097113,8a2,Industrious Hardship,S01007681,Gretna - 06,2d,Rural traits,S02001444,Gretna,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172665 +172665,S00097131,8a2,Industrious Hardship,S01007641,Moffat - 01,2d,Rural traits,S02001437,Moffat,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172666 +172666,S00097231,8a2,Industrious Hardship,S01007595,New Abbey - 03,2c,Remoter communities,S02001426,New Abbey,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172667 +172667,S00097256,8a2,Industrious Hardship,S01007569,Mid Nithsdale - 06,2c,Remoter communities,S02001421,Mid Nithsdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172668 +172668,S00097263,8a2,Industrious Hardship,S01007565,Mid Nithsdale - 02,2c,Remoter communities,S02001421,Mid Nithsdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172669 +172669,S00097267,8a2,Industrious Hardship,S01007561,Thornhill - 03,5e,Primary sector workers,S02001420,Thornhill,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172670 +172670,S00097269,8a2,Industrious Hardship,S01007563,Thornhill - 05,2c,Remoter communities,S02001420,Thornhill,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172671 +172671,S00097282,8a2,Industrious Hardship,S01007562,Thornhill - 04,2c,Remoter communities,S02001420,Thornhill,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172672 +172672,S00097356,8a2,Industrious Hardship,S01007549,Glenkens - 03,2c,Remoter communities,S02001418,Glenkens,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172673 +172673,S00097367,8a2,Industrious Hardship,S01007548,Glenkens - 02,2d,Rural traits,S02001418,Glenkens,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172674 +172674,S00097369,8a2,Industrious Hardship,S01007548,Glenkens - 02,2d,Rural traits,S02001418,Glenkens,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172675 +172675,S00097391,8a2,Industrious Hardship,S01007513,Newton Stewart - 01,5e,Primary sector workers,S02001412,Newton Stewart,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172676 +172676,S00097405,8a2,Industrious Hardship,S01007508,Machars South - 03,2c,Remoter communities,S02001411,Machars South,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172677 +172677,S00097431,8a2,Industrious Hardship,S01007504,Machars North - 03,2c,Remoter communities,S02001410,Machars North,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172678 +172678,S00097438,8a2,Industrious Hardship,S01007497,Rhins North - 04,2c,Remoter communities,S02001408,Rhins North,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172679 +172679,S00097459,8a2,Industrious Hardship,S01007499,Rhins South - 01,2c,Remoter communities,S02001409,Rhins South,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172680 +172680,S00097472,8a2,Industrious Hardship,S01007511,Machars South - 06,5e,Primary sector workers,S02001411,Machars South,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172681 +172681,S00097477,8a2,Industrious Hardship,S01007511,Machars South - 06,5e,Primary sector workers,S02001411,Machars South,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172682 +172682,S00097485,8a2,Industrious Hardship,S01007510,Machars South - 05,2c,Remoter communities,S02001411,Machars South,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172683 +172683,S00097510,8a2,Industrious Hardship,S01007525,Gatehouse - 05,2a,Ageing rural neighbourhoods,S02001413,Gatehouse,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172684 +172684,S00097520,8a2,Industrious Hardship,S01007507,Machars South - 02,5e,Primary sector workers,S02001411,Machars South,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172685 +172685,S00097541,8a2,Industrious Hardship,S01007490,Stranraer South - 01,5e,Primary sector workers,S02001407,Stranraer South,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172686 +172686,S00097553,8a2,Industrious Hardship,S01007488,Stranraer East - 02,5e,Primary sector workers,S02001406,Stranraer East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172687 +172687,S00097556,8a2,Industrious Hardship,S01007492,Stranraer South - 03,5e,Primary sector workers,S02001407,Stranraer South,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172688 +172688,S00097559,8a2,Industrious Hardship,S01007493,Stranraer South - 04,5d,Endeavouring social renters,S02001407,Stranraer South,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172689 +172689,S00097561,8a2,Industrious Hardship,S01007493,Stranraer South - 04,5d,Endeavouring social renters,S02001407,Stranraer South,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172690 +172690,S00098414,7c3,Outer City Hardship,S01007617,Locharbriggs - 01,5d,Endeavouring social renters,S02001432,Locharbriggs,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172691 +172691,S00097387,1c3,Detached Rural Retirement,S01007550,Glenkens - 04,2c,Remoter communities,S02001418,Glenkens,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172692 +172692,S00098298,1a2,Established Farming Communities,S01007630,Collin - 04,2c,Remoter communities,S02001434,Collin,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172693 +172693,S00097757,1c3,Detached Rural Retirement,S01007671,Annan East - 08,2c,Remoter communities,S02001442,Annan East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172694 +172694,S00097677,5a3,Families in Terraces and Flats,S01007514,Newton Stewart - 02,4b,Constrained renters,S02001412,Newton Stewart,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172695 +172695,S00097841,1c3,Detached Rural Retirement,S01007600,Kingholm - 04,5a,Ageing urban communities,S02001427,Kingholm,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172696 +172696,S00097788,5a3,Families in Terraces and Flats,S01007613,Nunholm - 01,5a,Ageing urban communities,S02001431,Nunholm,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172697 +172697,S00098043,1c3,Detached Rural Retirement,S01007635,Lockerbie - 01,2a,Ageing rural neighbourhoods,S02001436,Lockerbie,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172698 +172698,S00097862,5a3,Families in Terraces and Flats,S01007601,Calside - 01,5b,Aspiring urban households,S02001428,Calside,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172699 +172699,S00098044,1c3,Detached Rural Retirement,S01007635,Lockerbie - 01,2a,Ageing rural neighbourhoods,S02001436,Lockerbie,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172700 +172700,S00097528,8c3,Renting Hard-Pressed Workers,S01007503,Machars North - 02,2d,Rural traits,S02001410,Machars North,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172701 +172701,S00098186,5a3,Families in Terraces and Flats,S01007648,Langholm and Eskdale - 03,5e,Primary sector workers,S02001438,Langholm and Eskdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172702 +172702,S00098051,1c3,Detached Rural Retirement,S01007636,Lockerbie - 02,5a,Ageing urban communities,S02001436,Lockerbie,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172703 +172703,S00097725,8c3,Renting Hard-Pressed Workers,S01007663,Annan West - 04,5d,Endeavouring social renters,S02001441,Annan West,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172704 +172704,S00098404,5a3,Families in Terraces and Flats,S01007579,Lochside and Lincluden - 06,4a,Challenged white communities,S02001423,Lochside and Lincluden,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172705 +172705,S00098124,1c3,Detached Rural Retirement,S01007642,Moffat - 02,5e,Primary sector workers,S02001437,Moffat,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172706 +172706,S00098224,1c3,Detached Rural Retirement,S01007538,Castle Douglas - 05,2c,Remoter communities,S02001415,Castle Douglas,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172707 +172707,S00098231,1c3,Detached Rural Retirement,S01007550,Glenkens - 04,2c,Remoter communities,S02001418,Glenkens,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172708 +172708,S00098233,1c3,Detached Rural Retirement,S01007519,Newton Stewart - 07,2c,Remoter communities,S02001412,Newton Stewart,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172709 +172709,S00098437,1c3,Detached Rural Retirement,S01007572,Shawhead - 03,2a,Ageing rural neighbourhoods,S02001422,Shawhead,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172710 +172710,S00097543,7b1,Eastern European Communities,S01007486,Stranraer West - 06,4a,Challenged white communities,S02001405,Stranraer West,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172711 +172711,S00097552,7b1,Eastern European Communities,S01007488,Stranraer East - 02,5e,Primary sector workers,S02001406,Stranraer East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172712 +172712,S00097803,7b1,Eastern European Communities,S01007611,Dumfries Central - 03,4b,Constrained renters,S02001430,Dumfries Central,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172713 +172713,S00097813,7b1,Eastern European Communities,S01007612,Dumfries Central - 04,4b,Constrained renters,S02001430,Dumfries Central,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172714 +172714,S00097933,7b1,Eastern European Communities,S01007584,Summerville - 03,4b,Constrained renters,S02001424,Summerville,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172715 +172715,S00097966,7b1,Eastern European Communities,S01007583,Summerville - 02,4d,Hard-pressed flat dwellers,S02001424,Summerville,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172716 +172716,S00097969,7b1,Eastern European Communities,S01007583,Summerville - 02,4d,Hard-pressed flat dwellers,S02001424,Summerville,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172717 +172717,S00097970,7b1,Eastern European Communities,S01007583,Summerville - 02,4d,Hard-pressed flat dwellers,S02001424,Summerville,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172718 +172718,S00097978,7b1,Eastern European Communities,S01007578,Lochside and Lincluden - 05,4a,Challenged white communities,S02001423,Lochside and Lincluden,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172719 +172719,S00098366,7b1,Eastern European Communities,S01007600,Kingholm - 04,5a,Ageing urban communities,S02001427,Kingholm,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172720 +172720,S00098368,7b1,Eastern European Communities,S01007609,Dumfries Central - 01,4a,Challenged white communities,S02001430,Dumfries Central,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172721 +172721,S00097621,7b3,Endeavouring Flat Dwellers,S01007542,Dalbeattie - 04,5e,Primary sector workers,S02001416,Dalbeattie,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172722 +172722,S00097804,7b3,Endeavouring Flat Dwellers,S01007611,Dumfries Central - 03,4b,Constrained renters,S02001430,Dumfries Central,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172723 +172723,S00097806,7b3,Endeavouring Flat Dwellers,S01007611,Dumfries Central - 03,4b,Constrained renters,S02001430,Dumfries Central,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172724 +172724,S00097812,7b3,Endeavouring Flat Dwellers,S01007612,Dumfries Central - 04,4b,Constrained renters,S02001430,Dumfries Central,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172725 +172725,S00097850,7b3,Endeavouring Flat Dwellers,S01007616,Nunholm - 04,4b,Constrained renters,S02001431,Nunholm,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172726 +172726,S00097911,7b3,Endeavouring Flat Dwellers,S01007583,Summerville - 02,4d,Hard-pressed flat dwellers,S02001424,Summerville,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172727 +172727,S00097962,7b3,Endeavouring Flat Dwellers,S01007583,Summerville - 02,4d,Hard-pressed flat dwellers,S02001424,Summerville,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172728 +172728,S00098285,7b3,Endeavouring Flat Dwellers,S01007592,Troqueer - 05,4b,Constrained renters,S02001425,Troqueer,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172729 +172729,S00098286,7b3,Endeavouring Flat Dwellers,S01007592,Troqueer - 05,4b,Constrained renters,S02001425,Troqueer,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172730 +172730,S00097128,1a2,Established Farming Communities,S01007644,Moffat - 04,5e,Primary sector workers,S02001437,Moffat,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172731 +172731,S00097130,1a2,Established Farming Communities,S01007641,Moffat - 01,2d,Rural traits,S02001437,Moffat,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172732 +172732,S00097174,1a2,Established Farming Communities,S01007658,Annandale West - 03,2c,Remoter communities,S02001440,Annandale West,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172733 +172733,S00097187,1a2,Established Farming Communities,S01007671,Annan East - 08,2c,Remoter communities,S02001442,Annan East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172734 +172734,S00097649,7a2,Hampered Aspiration,S01007537,Castle Douglas - 04,5e,Primary sector workers,S02001415,Castle Douglas,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172735 +172735,S00097787,7a2,Hampered Aspiration,S01007612,Dumfries Central - 04,4b,Constrained renters,S02001430,Dumfries Central,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172736 +172736,S00097763,8c3,Renting Hard-Pressed Workers,S01007674,Eastriggs - 03,5d,Endeavouring social renters,S02001443,Eastriggs,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172737 +172737,S00097800,7a2,Hampered Aspiration,S01007600,Kingholm - 04,5a,Ageing urban communities,S02001427,Kingholm,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172738 +172738,S00097844,8c3,Renting Hard-Pressed Workers,S01007609,Dumfries Central - 01,4a,Challenged white communities,S02001430,Dumfries Central,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172739 +172739,S00097810,7a2,Hampered Aspiration,S01007611,Dumfries Central - 03,4b,Constrained renters,S02001430,Dumfries Central,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172740 +172740,S00097867,8c3,Renting Hard-Pressed Workers,S01007601,Calside - 01,5b,Aspiring urban households,S02001428,Calside,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172741 +172741,S00097898,8c3,Renting Hard-Pressed Workers,S01007592,Troqueer - 05,4b,Constrained renters,S02001425,Troqueer,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172742 +172742,S00097927,8c3,Renting Hard-Pressed Workers,S01007586,Summerville - 05,4a,Challenged white communities,S02001424,Summerville,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172743 +172743,S00097998,8c3,Renting Hard-Pressed Workers,S01007582,Summerville - 01,4a,Challenged white communities,S02001424,Summerville,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172744 +172744,S00098000,8c3,Renting Hard-Pressed Workers,S01007581,Lochside and Lincluden - 08,4a,Challenged white communities,S02001423,Lochside and Lincluden,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172745 +172745,S00098137,8c3,Renting Hard-Pressed Workers,S01007557,Upper Nithsdale - 06,4a,Challenged white communities,S02001419,Upper Nithsdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172746 +172746,S00098147,8c3,Renting Hard-Pressed Workers,S01007553,Upper Nithsdale - 02,4a,Challenged white communities,S02001419,Upper Nithsdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172747 +172747,S00098157,8c3,Renting Hard-Pressed Workers,S01007554,Upper Nithsdale - 03,4a,Challenged white communities,S02001419,Upper Nithsdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172748 +172748,S00098162,8c3,Renting Hard-Pressed Workers,S01007553,Upper Nithsdale - 02,4a,Challenged white communities,S02001419,Upper Nithsdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172749 +172749,S00098269,8c3,Renting Hard-Pressed Workers,S01007660,Annan West - 01,4b,Constrained renters,S02001441,Annan West,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172750 +172750,S00098331,8c3,Renting Hard-Pressed Workers,S01007490,Stranraer South - 01,5e,Primary sector workers,S02001407,Stranraer South,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172751 +172751,S00098400,8c3,Renting Hard-Pressed Workers,S01007585,Summerville - 04,5d,Endeavouring social renters,S02001424,Summerville,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172752 +172752,S00098405,8c3,Renting Hard-Pressed Workers,S01007579,Lochside and Lincluden - 06,4a,Challenged white communities,S02001423,Lochside and Lincluden,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172753 +172753,S00098411,8c3,Renting Hard-Pressed Workers,S01007619,Locharbriggs - 03,4a,Challenged white communities,S02001432,Locharbriggs,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172754 +172754,S00097114,1c2,Renting Rural Retirement,S01007677,Gretna - 02,5e,Primary sector workers,S02001444,Gretna,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172755 +172755,S00097215,1c2,Renting Rural Retirement,S01007598,Kingholm - 02,2c,Remoter communities,S02001427,Kingholm,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172756 +172756,S00097258,1c2,Renting Rural Retirement,S01007569,Mid Nithsdale - 06,2c,Remoter communities,S02001421,Mid Nithsdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172757 +172757,S00097499,1c2,Renting Rural Retirement,S01007528,Kirkcudbright - 03,5e,Primary sector workers,S02001414,Kirkcudbright,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172758 +172758,S00097511,1c2,Renting Rural Retirement,S01007525,Gatehouse - 05,2a,Ageing rural neighbourhoods,S02001413,Gatehouse,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172759 +172759,S00097563,1c2,Renting Rural Retirement,S01007492,Stranraer South - 03,5e,Primary sector workers,S02001407,Stranraer South,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172760 +172760,S00097605,1c2,Renting Rural Retirement,S01007520,Newton Stewart - 08,2d,Rural traits,S02001412,Newton Stewart,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172761 +172761,S00097635,1c2,Renting Rural Retirement,S01007541,Dalbeattie - 03,2a,Ageing rural neighbourhoods,S02001416,Dalbeattie,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172762 +172762,S00097636,1c2,Renting Rural Retirement,S01007541,Dalbeattie - 03,2a,Ageing rural neighbourhoods,S02001416,Dalbeattie,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172763 +172763,S00097643,1c2,Renting Rural Retirement,S01007537,Castle Douglas - 04,5e,Primary sector workers,S02001415,Castle Douglas,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172764 +172764,S00098050,1c2,Renting Rural Retirement,S01007636,Lockerbie - 02,5a,Ageing urban communities,S02001436,Lockerbie,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172765 +172765,S00098096,1c2,Renting Rural Retirement,S01007649,Langholm and Eskdale - 04,2d,Rural traits,S02001438,Langholm and Eskdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172766 +172766,S00098128,1c2,Renting Rural Retirement,S01007556,Upper Nithsdale - 05,5a,Ageing urban communities,S02001419,Upper Nithsdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172767 +172767,S00098246,1c2,Renting Rural Retirement,S01007522,Gatehouse - 02,2a,Ageing rural neighbourhoods,S02001413,Gatehouse,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172768 +172768,S00098264,1c2,Renting Rural Retirement,S01007515,Newton Stewart - 03,2a,Ageing rural neighbourhoods,S02001412,Newton Stewart,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172769 +172769,S00098291,1c2,Renting Rural Retirement,S01007681,Gretna - 06,2d,Rural traits,S02001444,Gretna,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172770 +172770,S00098347,1c2,Renting Rural Retirement,S01007517,Newton Stewart - 05,2a,Ageing rural neighbourhoods,S02001412,Newton Stewart,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172771 +172771,S00098387,1c2,Renting Rural Retirement,S01007608,Georgetown - 04,8b,Ageing suburbanites,S02001429,Georgetown,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172772 +172772,S00097808,7d4,Retired City Hardship,S01007611,Dumfries Central - 03,4b,Constrained renters,S02001430,Dumfries Central,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172773 +172773,S00097851,7a2,Hampered Aspiration,S01007616,Nunholm - 04,4b,Constrained renters,S02001431,Nunholm,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172774 +172774,S00097913,7a2,Hampered Aspiration,S01007589,Troqueer - 02,5e,Primary sector workers,S02001425,Troqueer,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172775 +172775,S00097914,7a2,Hampered Aspiration,S01007583,Summerville - 02,4d,Hard-pressed flat dwellers,S02001424,Summerville,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172776 +172776,S00098282,7a2,Hampered Aspiration,S01007611,Dumfries Central - 03,4b,Constrained renters,S02001430,Dumfries Central,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172777 +172777,S00098431,7a2,Hampered Aspiration,S01007648,Langholm and Eskdale - 03,5e,Primary sector workers,S02001438,Langholm and Eskdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172778 +172778,S00097177,8d3,Hard-Pressed European Settlers,S01007659,Annandale West - 04,2d,Rural traits,S02001440,Annandale West,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172779 +172779,S00097690,8d3,Hard-Pressed European Settlers,S01007516,Newton Stewart - 04,5e,Primary sector workers,S02001412,Newton Stewart,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172780 +172780,S00098362,8d3,Hard-Pressed European Settlers,S01007679,Gretna - 04,5e,Primary sector workers,S02001444,Gretna,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172781 +172781,S00097535,8b2,Hard-Pressed Rented Terraces,S01007490,Stranraer South - 01,5e,Primary sector workers,S02001407,Stranraer South,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172782 +172782,S00097569,8b2,Hard-Pressed Rented Terraces,S01007487,Stranraer East - 01,4b,Constrained renters,S02001406,Stranraer East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172783 +172783,S00097576,8b2,Hard-Pressed Rented Terraces,S01007489,Stranraer East - 03,5e,Primary sector workers,S02001406,Stranraer East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172784 +172784,S00097578,8b2,Hard-Pressed Rented Terraces,S01007489,Stranraer East - 03,5e,Primary sector workers,S02001406,Stranraer East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172785 +172785,S00097664,8b2,Hard-Pressed Rented Terraces,S01007536,Castle Douglas - 03,5e,Primary sector workers,S02001415,Castle Douglas,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172786 +172786,S00097672,8b2,Hard-Pressed Rented Terraces,S01007513,Newton Stewart - 01,5e,Primary sector workers,S02001412,Newton Stewart,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172787 +172787,S00097717,8b2,Hard-Pressed Rented Terraces,S01007668,Annan East - 05,4a,Challenged white communities,S02001442,Annan East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172788 +172788,S00097723,8b2,Hard-Pressed Rented Terraces,S01007665,Annan East - 02,5d,Endeavouring social renters,S02001442,Annan East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172789 +172789,S00097726,8b2,Hard-Pressed Rented Terraces,S01007663,Annan West - 04,5d,Endeavouring social renters,S02001441,Annan West,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172790 +172790,S00097729,8b2,Hard-Pressed Rented Terraces,S01007663,Annan West - 04,5d,Endeavouring social renters,S02001441,Annan West,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172791 +172791,S00097733,8b2,Hard-Pressed Rented Terraces,S01007660,Annan West - 01,4b,Constrained renters,S02001441,Annan West,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172792 +172792,S00097764,8b2,Hard-Pressed Rented Terraces,S01007674,Eastriggs - 03,5d,Endeavouring social renters,S02001443,Eastriggs,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172793 +172793,S00097773,8b2,Hard-Pressed Rented Terraces,S01007678,Gretna - 03,5e,Primary sector workers,S02001444,Gretna,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172794 +172794,S00097845,8b2,Hard-Pressed Rented Terraces,S01007609,Dumfries Central - 01,4a,Challenged white communities,S02001430,Dumfries Central,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172795 +172795,S00097943,8b2,Hard-Pressed Rented Terraces,S01007574,Lochside and Lincluden - 01,4a,Challenged white communities,S02001423,Lochside and Lincluden,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172796 +172796,S00097955,8b2,Hard-Pressed Rented Terraces,S01007575,Lochside and Lincluden - 02,4a,Challenged white communities,S02001423,Lochside and Lincluden,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172797 +172797,S00097957,8b2,Hard-Pressed Rented Terraces,S01007574,Lochside and Lincluden - 01,4a,Challenged white communities,S02001423,Lochside and Lincluden,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172798 +172798,S00097958,8b2,Hard-Pressed Rented Terraces,S01007574,Lochside and Lincluden - 01,4a,Challenged white communities,S02001423,Lochside and Lincluden,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172799 +172799,S00097960,8b2,Hard-Pressed Rented Terraces,S01007574,Lochside and Lincluden - 01,4a,Challenged white communities,S02001423,Lochside and Lincluden,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172800 +172800,S00098365,7d4,Retired City Hardship,S01007600,Kingholm - 04,5a,Ageing urban communities,S02001427,Kingholm,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172801 +172801,S00097642,7d3,Retired Communal City Dwellers,S01007537,Castle Douglas - 04,5e,Primary sector workers,S02001415,Castle Douglas,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172802 +172802,S00097816,7d3,Retired Communal City Dwellers,S01007610,Dumfries Central - 02,4b,Constrained renters,S02001430,Dumfries Central,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172803 +172803,S00097995,7d3,Retired Communal City Dwellers,S01007580,Lochside and Lincluden - 07,4b,Constrained renters,S02001423,Lochside and Lincluden,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172804 +172804,S00097501,7d2,Retired Independent City Dwellers,S01007528,Kirkcudbright - 03,5e,Primary sector workers,S02001414,Kirkcudbright,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172805 +172805,S00097557,7d2,Retired Independent City Dwellers,S01007492,Stranraer South - 03,5e,Primary sector workers,S02001407,Stranraer South,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172806 +172806,S00097592,7d2,Retired Independent City Dwellers,S01007484,Stranraer West - 04,4b,Constrained renters,S02001405,Stranraer West,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172807 +172807,S00098424,6b3,Semi-Detached Ageing,S01007624,Heathhall - 03,8b,Ageing suburbanites,S02001433,Heathhall,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172808 +172808,S00100136,6a4,Ageing in Suburbia,S01008017,"Grange, Howard and Gargieston - 01",8b,Ageing suburbanites,S02001503,"Grange, Howard and Gargieston",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,172809 +172809,S00097828,5b3,Self-Sufficient Retirement,S01007615,Nunholm - 03,5e,Primary sector workers,S02001431,Nunholm,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172810 +172810,S00097329,1a1,Rural Workers and Families,S01007530,Kirkcudbright - 05,2c,Remoter communities,S02001414,Kirkcudbright,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172811 +172811,S00098056,7d2,Retired Independent City Dwellers,S01007637,Lockerbie - 03,5e,Primary sector workers,S02001436,Lockerbie,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172812 +172812,S00098154,7d2,Retired Independent City Dwellers,S01007553,Upper Nithsdale - 02,4a,Challenged white communities,S02001419,Upper Nithsdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172813 +172813,S00098163,7d2,Retired Independent City Dwellers,S01007612,Dumfries Central - 04,4b,Constrained renters,S02001430,Dumfries Central,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172814 +172814,S00098196,7d2,Retired Independent City Dwellers,S01007627,Collin - 01,2d,Rural traits,S02001434,Collin,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172815 +172815,S00098242,7d2,Retired Independent City Dwellers,S01007526,Kirkcudbright - 01,5e,Primary sector workers,S02001414,Kirkcudbright,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172816 +172816,S00097120,1c1,Rural Employment and Retirees,S01007657,Annandale West - 02,2c,Remoter communities,S02001440,Annandale West,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172817 +172817,S00097159,1c1,Rural Employment and Retirees,S01007654,Annandale East - 04,2d,Rural traits,S02001439,Annandale East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172818 +172818,S00097193,1c1,Rural Employment and Retirees,S01007646,Langholm and Eskdale - 01,2c,Remoter communities,S02001438,Langholm and Eskdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172819 +172819,S00097213,1c1,Rural Employment and Retirees,S01007566,Mid Nithsdale - 03,2c,Remoter communities,S02001421,Mid Nithsdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172820 +172820,S00097232,1c1,Rural Employment and Retirees,S01007595,New Abbey - 03,2c,Remoter communities,S02001426,New Abbey,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172821 +172821,S00097289,1c1,Rural Employment and Retirees,S01007565,Mid Nithsdale - 02,2c,Remoter communities,S02001421,Mid Nithsdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172822 +172822,S00097413,1c1,Rural Employment and Retirees,S01007510,Machars South - 05,2c,Remoter communities,S02001411,Machars South,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172823 +172823,S00097508,1c1,Rural Employment and Retirees,S01007529,Kirkcudbright - 04,2d,Rural traits,S02001414,Kirkcudbright,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172824 +172824,S00097791,1c1,Rural Employment and Retirees,S01007613,Nunholm - 01,5a,Ageing urban communities,S02001431,Nunholm,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172825 +172825,S00097823,1c1,Rural Employment and Retirees,S01007628,Collin - 02,2c,Remoter communities,S02001434,Collin,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172826 +172826,S00098227,1c1,Rural Employment and Retirees,S01007521,Gatehouse - 01,2c,Remoter communities,S02001413,Gatehouse,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172827 +172827,S00098265,1c1,Rural Employment and Retirees,S01007515,Newton Stewart - 03,2a,Ageing rural neighbourhoods,S02001412,Newton Stewart,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172828 +172828,S00098255,1b1,Rural Life,S01007491,Stranraer South - 02,5e,Primary sector workers,S02001407,Stranraer South,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172829 +172829,S00098305,1c1,Rural Employment and Retirees,S01007595,New Abbey - 03,2c,Remoter communities,S02001426,New Abbey,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172830 +172830,S00098309,1c1,Rural Employment and Retirees,S01007524,Gatehouse - 04,2a,Ageing rural neighbourhoods,S02001413,Gatehouse,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172831 +172831,S00098316,1c1,Rural Employment and Retirees,S01007498,Rhins North - 05,2d,Rural traits,S02001408,Rhins North,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172832 +172832,S00097118,1b1,Rural Life,S01007676,Gretna - 01,2c,Remoter communities,S02001444,Gretna,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172833 +172833,S00097145,1b1,Rural Life,S01007634,Lochmaben - 04,2c,Remoter communities,S02001435,Lochmaben,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172834 +172834,S00097164,1b1,Rural Life,S01007651,Annandale East - 01,2c,Remoter communities,S02001439,Annandale East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172835 +172835,S00097168,1b1,Rural Life,S01007652,Annandale East - 02,2d,Rural traits,S02001439,Annandale East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172836 +172836,S00097180,1b1,Rural Life,S01007659,Annandale West - 04,2d,Rural traits,S02001440,Annandale West,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172837 +172837,S00097181,1b1,Rural Life,S01007659,Annandale West - 04,2d,Rural traits,S02001440,Annandale West,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172838 +172838,S00097196,1b1,Rural Life,S01007651,Annandale East - 01,2c,Remoter communities,S02001439,Annandale East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172839 +172839,S00097207,1b1,Rural Life,S01007568,Mid Nithsdale - 05,2c,Remoter communities,S02001421,Mid Nithsdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172840 +172840,S00097208,1b1,Rural Life,S01007568,Mid Nithsdale - 05,2c,Remoter communities,S02001421,Mid Nithsdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172841 +172841,S00097218,1b1,Rural Life,S01007597,Kingholm - 01,2c,Remoter communities,S02001427,Kingholm,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172842 +172842,S00097222,1b1,Rural Life,S01007629,Collin - 03,2c,Remoter communities,S02001434,Collin,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172843 +172843,S00097230,1b1,Rural Life,S01007595,New Abbey - 03,2c,Remoter communities,S02001426,New Abbey,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172844 +172844,S00097242,1b1,Rural Life,S01007572,Shawhead - 03,2a,Ageing rural neighbourhoods,S02001422,Shawhead,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172845 +172845,S00097272,1b1,Rural Life,S01007563,Thornhill - 05,2c,Remoter communities,S02001420,Thornhill,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172846 +172846,S00097273,1b1,Rural Life,S01007563,Thornhill - 05,2c,Remoter communities,S02001420,Thornhill,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172847 +172847,S00097280,1b1,Rural Life,S01007562,Thornhill - 04,2c,Remoter communities,S02001420,Thornhill,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172848 +172848,S00097354,1b1,Rural Life,S01007549,Glenkens - 03,2c,Remoter communities,S02001418,Glenkens,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172849 +172849,S00097301,1b1,Rural Life,S01007558,Upper Nithsdale - 07,2c,Remoter communities,S02001419,Upper Nithsdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172850 +172850,S00097302,1b1,Rural Life,S01007558,Upper Nithsdale - 07,2c,Remoter communities,S02001419,Upper Nithsdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172851 +172851,S00097305,1b1,Rural Life,S01007545,Dalbeattie Rural - 02,2c,Remoter communities,S02001417,Dalbeattie Rural,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172852 +172852,S00097309,1b1,Rural Life,S01007546,Dalbeattie Rural - 03,2c,Remoter communities,S02001417,Dalbeattie Rural,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172853 +172853,S00097334,1b1,Rural Life,S01007531,Kirkcudbright - 06,2c,Remoter communities,S02001414,Kirkcudbright,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172854 +172854,S00097341,1b1,Rural Life,S01007532,Kirkcudbright - 07,2c,Remoter communities,S02001414,Kirkcudbright,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172855 +172855,S00097342,1b1,Rural Life,S01007533,Kirkcudbright - 08,2c,Remoter communities,S02001414,Kirkcudbright,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172856 +172856,S00097880,6b2,White Suburban Communities,S01007605,Georgetown - 01,8b,Ageing suburbanites,S02001429,Georgetown,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172857 +172857,S00100137,6a4,Ageing in Suburbia,S01008017,"Grange, Howard and Gargieston - 01",8b,Ageing suburbanites,S02001503,"Grange, Howard and Gargieston",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,172858 +172858,S00098280,2b1,Students and Commuters,S01007612,Dumfries Central - 04,4b,Constrained renters,S02001430,Dumfries Central,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172859 +172859,S00097928,6b2,White Suburban Communities,S01007587,Summerville - 06,5a,Ageing urban communities,S02001424,Summerville,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172860 +172860,S00097831,5b3,Self-Sufficient Retirement,S01007615,Nunholm - 03,5e,Primary sector workers,S02001431,Nunholm,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172861 +172861,S00097355,1b1,Rural Life,S01007549,Glenkens - 03,2c,Remoter communities,S02001418,Glenkens,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172862 +172862,S00097330,1a1,Rural Workers and Families,S01007530,Kirkcudbright - 05,2c,Remoter communities,S02001414,Kirkcudbright,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172863 +172863,S00100311,6a4,Ageing in Suburbia,S01007996,Southcraig and Beansburn - 06,8c,Comfortable suburbia,S02001499,Southcraig and Beansburn,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,172864 +172864,S00097883,5b3,Self-Sufficient Retirement,S01007606,Georgetown - 02,8b,Ageing suburbanites,S02001429,Georgetown,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172865 +172865,S00097498,7a1,Transitional Eastern European Neighbourhoods,S01007526,Kirkcudbright - 01,5e,Primary sector workers,S02001414,Kirkcudbright,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172866 +172866,S00098033,6b2,White Suburban Communities,S01007624,Heathhall - 03,8b,Ageing suburbanites,S02001433,Heathhall,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172867 +172867,S00098270,1b1,Rural Life,S01007672,Eastriggs - 01,2c,Remoter communities,S02001443,Eastriggs,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172868 +172868,S00097364,1b1,Rural Life,S01007545,Dalbeattie Rural - 02,2c,Remoter communities,S02001417,Dalbeattie Rural,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172869 +172869,S00100312,6a4,Ageing in Suburbia,S01007997,Southcraig and Beansburn - 07,8b,Ageing suburbanites,S02001499,Southcraig and Beansburn,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,172870 +172870,S00098034,6b2,White Suburban Communities,S01007621,Locharbriggs - 05,8b,Ageing suburbanites,S02001432,Locharbriggs,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172871 +172871,S00098271,1b1,Rural Life,S01007652,Annandale East - 02,2d,Rural traits,S02001439,Annandale East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172872 +172872,S00097344,1a1,Rural Workers and Families,S01007532,Kirkcudbright - 07,2c,Remoter communities,S02001414,Kirkcudbright,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172873 +172873,S00097509,7a1,Transitional Eastern European Neighbourhoods,S01007528,Kirkcudbright - 03,5e,Primary sector workers,S02001414,Kirkcudbright,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172874 +172874,S00097365,1b1,Rural Life,S01007548,Glenkens - 02,2d,Rural traits,S02001418,Glenkens,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172875 +172875,S00100315,6a4,Ageing in Suburbia,S01007997,Southcraig and Beansburn - 07,8b,Ageing suburbanites,S02001499,Southcraig and Beansburn,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,172876 +172876,S00098048,6b2,White Suburban Communities,S01007636,Lockerbie - 02,5a,Ageing urban communities,S02001436,Lockerbie,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172877 +172877,S00098275,1b1,Rural Life,S01007679,Gretna - 04,5e,Primary sector workers,S02001444,Gretna,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172878 +172878,S00097893,5b3,Self-Sufficient Retirement,S01007591,Troqueer - 04,5e,Primary sector workers,S02001425,Troqueer,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172879 +172879,S00097350,1a1,Rural Workers and Families,S01007523,Gatehouse - 03,2c,Remoter communities,S02001413,Gatehouse,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172880 +172880,S00098296,1b1,Rural Life,S01007629,Collin - 03,2c,Remoter communities,S02001434,Collin,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172881 +172881,S00097937,5b3,Self-Sufficient Retirement,S01007585,Summerville - 04,5d,Endeavouring social renters,S02001424,Summerville,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172882 +172882,S00098060,5b3,Self-Sufficient Retirement,S01007637,Lockerbie - 03,5e,Primary sector workers,S02001436,Lockerbie,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172883 +172883,S00098101,5b3,Self-Sufficient Retirement,S01007648,Langholm and Eskdale - 03,5e,Primary sector workers,S02001438,Langholm and Eskdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172884 +172884,S00098125,5b3,Self-Sufficient Retirement,S01007642,Moffat - 02,5e,Primary sector workers,S02001437,Moffat,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172885 +172885,S00098185,5b3,Self-Sufficient Retirement,S01007648,Langholm and Eskdale - 03,5e,Primary sector workers,S02001438,Langholm and Eskdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172886 +172886,S00098392,5b3,Self-Sufficient Retirement,S01007589,Troqueer - 02,5e,Primary sector workers,S02001425,Troqueer,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172887 +172887,S00097565,6b3,Semi-Detached Ageing,S01007490,Stranraer South - 01,5e,Primary sector workers,S02001407,Stranraer South,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172888 +172888,S00097597,6b3,Semi-Detached Ageing,S01007481,Stranraer West - 01,8b,Ageing suburbanites,S02001405,Stranraer West,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172889 +172889,S00097714,6b3,Semi-Detached Ageing,S01007666,Annan East - 03,8b,Ageing suburbanites,S02001442,Annan East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172890 +172890,S00097754,6b3,Semi-Detached Ageing,S01007667,Annan East - 04,8b,Ageing suburbanites,S02001442,Annan East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172891 +172891,S00097755,6b3,Semi-Detached Ageing,S01007667,Annan East - 04,8b,Ageing suburbanites,S02001442,Annan East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172892 +172892,S00097782,6b3,Semi-Detached Ageing,S01007680,Gretna - 05,8b,Ageing suburbanites,S02001444,Gretna,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172893 +172893,S00097783,6b3,Semi-Detached Ageing,S01007680,Gretna - 05,8b,Ageing suburbanites,S02001444,Gretna,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172894 +172894,S00097836,6b3,Semi-Detached Ageing,S01007600,Kingholm - 04,5a,Ageing urban communities,S02001427,Kingholm,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172895 +172895,S00097840,6b3,Semi-Detached Ageing,S01007604,Calside - 04,8b,Ageing suburbanites,S02001428,Calside,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172896 +172896,S00097847,6b3,Semi-Detached Ageing,S01007607,Georgetown - 03,8b,Ageing suburbanites,S02001429,Georgetown,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172897 +172897,S00097848,6b3,Semi-Detached Ageing,S01007607,Georgetown - 03,8b,Ageing suburbanites,S02001429,Georgetown,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172898 +172898,S00097855,6b3,Semi-Detached Ageing,S01007608,Georgetown - 04,8b,Ageing suburbanites,S02001429,Georgetown,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172899 +172899,S00097379,1b1,Rural Life,S01007550,Glenkens - 04,2c,Remoter communities,S02001418,Glenkens,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172900 +172900,S00097547,7a1,Transitional Eastern European Neighbourhoods,S01007487,Stranraer East - 01,4b,Constrained renters,S02001406,Stranraer East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172901 +172901,S00098179,6b2,White Suburban Communities,S01007624,Heathhall - 03,8b,Ageing suburbanites,S02001433,Heathhall,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172902 +172902,S00100561,6a4,Ageing in Suburbia,S01008030,Kilmaurs - 01,5c,Comfortable neighbourhoods,S02001505,Kilmaurs,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,172903 +172903,S00097871,6b3,Semi-Detached Ageing,S01007605,Georgetown - 01,8b,Ageing suburbanites,S02001429,Georgetown,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172904 +172904,S00097876,6b3,Semi-Detached Ageing,S01007602,Calside - 02,8b,Ageing suburbanites,S02001428,Calside,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172905 +172905,S00097877,6b3,Semi-Detached Ageing,S01007602,Calside - 02,8b,Ageing suburbanites,S02001428,Calside,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172906 +172906,S00097879,6b3,Semi-Detached Ageing,S01007605,Georgetown - 01,8b,Ageing suburbanites,S02001429,Georgetown,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172907 +172907,S00097881,6b3,Semi-Detached Ageing,S01007605,Georgetown - 01,8b,Ageing suburbanites,S02001429,Georgetown,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172908 +172908,S00097905,6b3,Semi-Detached Ageing,S01007590,Troqueer - 03,8b,Ageing suburbanites,S02001425,Troqueer,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172909 +172909,S00097906,6b3,Semi-Detached Ageing,S01007590,Troqueer - 03,8b,Ageing suburbanites,S02001425,Troqueer,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172910 +172910,S00097940,6b3,Semi-Detached Ageing,S01007585,Summerville - 04,5d,Endeavouring social renters,S02001424,Summerville,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172911 +172911,S00098005,6b3,Semi-Detached Ageing,S01007594,New Abbey - 02,2a,Ageing rural neighbourhoods,S02001426,New Abbey,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172912 +172912,S00098019,6b3,Semi-Detached Ageing,S01007623,Heathhall - 02,8b,Ageing suburbanites,S02001433,Heathhall,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172913 +172913,S00098035,6b3,Semi-Detached Ageing,S01007621,Locharbriggs - 05,8b,Ageing suburbanites,S02001432,Locharbriggs,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172914 +172914,S00098036,6b3,Semi-Detached Ageing,S01007621,Locharbriggs - 05,8b,Ageing suburbanites,S02001432,Locharbriggs,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172915 +172915,S00098038,6b3,Semi-Detached Ageing,S01007620,Locharbriggs - 04,8b,Ageing suburbanites,S02001432,Locharbriggs,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172916 +172916,S00098039,6b3,Semi-Detached Ageing,S01007620,Locharbriggs - 04,8b,Ageing suburbanites,S02001432,Locharbriggs,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172917 +172917,S00098041,6b3,Semi-Detached Ageing,S01007625,Heathhall - 04,8b,Ageing suburbanites,S02001433,Heathhall,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172918 +172918,S00098169,6b3,Semi-Detached Ageing,S01007675,Eastriggs - 04,2c,Remoter communities,S02001443,Eastriggs,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172919 +172919,S00098177,6b3,Semi-Detached Ageing,S01007624,Heathhall - 03,8b,Ageing suburbanites,S02001433,Heathhall,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172920 +172920,S00098272,6b3,Semi-Detached Ageing,S01007670,Annan East - 07,4b,Constrained renters,S02001442,Annan East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172921 +172921,S00098335,6b3,Semi-Detached Ageing,S01007492,Stranraer South - 03,5e,Primary sector workers,S02001407,Stranraer South,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172922 +172922,S00098339,6b3,Semi-Detached Ageing,S01007481,Stranraer West - 01,8b,Ageing suburbanites,S02001405,Stranraer West,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172923 +172923,S00098363,6b3,Semi-Detached Ageing,S01007680,Gretna - 05,8b,Ageing suburbanites,S02001444,Gretna,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172924 +172924,S00098364,6b3,Semi-Detached Ageing,S01007680,Gretna - 05,8b,Ageing suburbanites,S02001444,Gretna,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172925 +172925,S00098373,6b3,Semi-Detached Ageing,S01007615,Nunholm - 03,5e,Primary sector workers,S02001431,Nunholm,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172926 +172926,S00098384,6b3,Semi-Detached Ageing,S01007608,Georgetown - 04,8b,Ageing suburbanites,S02001429,Georgetown,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172927 +172927,S00098385,6b3,Semi-Detached Ageing,S01007608,Georgetown - 04,8b,Ageing suburbanites,S02001429,Georgetown,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172928 +172928,S00098415,6b3,Semi-Detached Ageing,S01007620,Locharbriggs - 04,8b,Ageing suburbanites,S02001432,Locharbriggs,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172929 +172929,S00098416,6b3,Semi-Detached Ageing,S01007621,Locharbriggs - 05,8b,Ageing suburbanites,S02001432,Locharbriggs,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172930 +172930,S00098421,6b3,Semi-Detached Ageing,S01007625,Heathhall - 04,8b,Ageing suburbanites,S02001433,Heathhall,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172931 +172931,S00097351,1a1,Rural Workers and Families,S01007533,Kirkcudbright - 08,2c,Remoter communities,S02001414,Kirkcudbright,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172932 +172932,S00100619,6a4,Ageing in Suburbia,S01007932,Stewarton East - 01,8b,Ageing suburbanites,S02001487,Stewarton East,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,172933 +172933,S00097548,7a1,Transitional Eastern European Neighbourhoods,S01007487,Stranraer East - 01,4b,Constrained renters,S02001406,Stranraer East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172934 +172934,S00097359,1a1,Rural Workers and Families,S01007538,Castle Douglas - 05,2c,Remoter communities,S02001415,Castle Douglas,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172935 +172935,S00098304,1b1,Rural Life,S01007595,New Abbey - 03,2c,Remoter communities,S02001426,New Abbey,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172936 +172936,S00098248,6b2,White Suburban Communities,S01007488,Stranraer East - 02,5e,Primary sector workers,S02001406,Stranraer East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172937 +172937,S00098253,6b2,White Suburban Communities,S01007491,Stranraer South - 02,5e,Primary sector workers,S02001407,Stranraer South,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172938 +172938,S00097383,1b1,Rural Life,S01007551,Glenkens - 05,2c,Remoter communities,S02001418,Glenkens,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172939 +172939,S00100688,6a4,Ageing in Suburbia,S01008018,"Grange, Howard and Gargieston - 02",8a,Affluent communities,S02001503,"Grange, Howard and Gargieston",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,172940 +172940,S00098301,6b2,White Suburban Communities,S01007629,Collin - 03,2c,Remoter communities,S02001434,Collin,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172941 +172941,S00097549,7a1,Transitional Eastern European Neighbourhoods,S01007484,Stranraer West - 04,4b,Constrained renters,S02001405,Stranraer West,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172942 +172942,S00097370,1a1,Rural Workers and Families,S01007547,Glenkens - 01,2c,Remoter communities,S02001418,Glenkens,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172943 +172943,S00098312,1b1,Rural Life,S01007523,Gatehouse - 03,2c,Remoter communities,S02001413,Gatehouse,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172944 +172944,S00097409,1b1,Rural Life,S01007509,Machars South - 04,2c,Remoter communities,S02001411,Machars South,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172945 +172945,S00100761,6a4,Ageing in Suburbia,S01007912,Cumnock South and Craigens - 04,5d,Endeavouring social renters,S02001483,Cumnock South and Craigens,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,172946 +172946,S00098346,6b2,White Suburban Communities,S01007517,Newton Stewart - 05,2a,Ageing rural neighbourhoods,S02001412,Newton Stewart,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172947 +172947,S00097678,7a1,Transitional Eastern European Neighbourhoods,S01007514,Newton Stewart - 02,4b,Constrained renters,S02001412,Newton Stewart,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172948 +172948,S00097385,1a1,Rural Workers and Families,S01007550,Glenkens - 04,2c,Remoter communities,S02001418,Glenkens,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172949 +172949,S00098317,1b1,Rural Life,S01007498,Rhins North - 05,2d,Rural traits,S02001408,Rhins North,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172950 +172950,S00097398,1a1,Rural Workers and Families,S01007519,Newton Stewart - 07,2c,Remoter communities,S02001412,Newton Stewart,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172951 +172951,S00097429,1b1,Rural Life,S01007505,Machars North - 04,2c,Remoter communities,S02001410,Machars North,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172952 +172952,S00098355,6b2,White Suburban Communities,S01007672,Eastriggs - 01,2c,Remoter communities,S02001443,Eastriggs,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172953 +172953,S00100848,6a4,Ageing in Suburbia,S01007932,Stewarton East - 01,8b,Ageing suburbanites,S02001487,Stewarton East,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,172954 +172954,S00098319,1b1,Rural Life,S01007499,Rhins South - 01,2c,Remoter communities,S02001409,Rhins South,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172955 +172955,S00097681,7a1,Transitional Eastern European Neighbourhoods,S01007514,Newton Stewart - 02,4b,Constrained renters,S02001412,Newton Stewart,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172956 +172956,S00097404,1a1,Rural Workers and Families,S01007512,Machars South - 07,2c,Remoter communities,S02001411,Machars South,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172957 +172957,S00097460,1b1,Rural Life,S01007499,Rhins South - 01,2c,Remoter communities,S02001409,Rhins South,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172958 +172958,S00098418,6b2,White Suburban Communities,S01007626,Heathhall - 05,8c,Comfortable suburbia,S02001433,Heathhall,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172959 +172959,S00097464,1b1,Rural Life,S01007495,Rhins North - 02,2c,Remoter communities,S02001408,Rhins North,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172960 +172960,S00099820,8c1,Ageing Industrious Workers,S01008028,"Crosshouse, Gatehead and Kilmaurs Rural - 04",5c,Comfortable neighbourhoods,S02001504,"Crosshouse, Gatehead and Kilmaurs Rural",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,172961 +172961,S00098342,1b1,Rural Life,S01007543,Dalbeattie - 05,5e,Primary sector workers,S02001416,Dalbeattie,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172962 +172962,S00097696,7a1,Transitional Eastern European Neighbourhoods,S01007662,Annan West - 03,5e,Primary sector workers,S02001441,Annan West,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172963 +172963,S00097339,8d1,Young Hard-Pressed Families,S01007535,Castle Douglas - 02,5e,Primary sector workers,S02001415,Castle Douglas,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172964 +172964,S00097412,1a1,Rural Workers and Families,S01007509,Machars South - 04,2c,Remoter communities,S02001411,Machars South,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172965 +172965,S00097467,1b1,Rural Life,S01007494,Rhins North - 01,2c,Remoter communities,S02001408,Rhins North,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172966 +172966,S00099920,8c1,Ageing Industrious Workers,S01007875,Doon Valley North - 01,5d,Endeavouring social renters,S02001477,Doon Valley North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,172967 +172967,S00098344,1b1,Rural Life,S01007535,Castle Douglas - 02,5e,Primary sector workers,S02001415,Castle Douglas,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172968 +172968,S00098406,1b1,Rural Life,S01007653,Annandale East - 03,2c,Remoter communities,S02001439,Annandale East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172969 +172969,S00098408,1b1,Rural Life,S01007623,Heathhall - 02,8b,Ageing suburbanites,S02001433,Heathhall,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172970 +172970,S00097266,1b2,Rural White-Collar Workers,S01007568,Mid Nithsdale - 05,2c,Remoter communities,S02001421,Mid Nithsdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172971 +172971,S00097313,1b2,Rural White-Collar Workers,S01007544,Dalbeattie Rural - 01,2c,Remoter communities,S02001417,Dalbeattie Rural,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172972 +172972,S00097331,1b2,Rural White-Collar Workers,S01007531,Kirkcudbright - 06,2c,Remoter communities,S02001414,Kirkcudbright,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172973 +172973,S00097442,1b2,Rural White-Collar Workers,S01007497,Rhins North - 04,2c,Remoter communities,S02001408,Rhins North,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172974 +172974,S00097634,1b2,Rural White-Collar Workers,S01007539,Dalbeattie - 01,8b,Ageing suburbanites,S02001416,Dalbeattie,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172975 +172975,S00097939,1b2,Rural White-Collar Workers,S01007585,Summerville - 04,5d,Endeavouring social renters,S02001424,Summerville,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172976 +172976,S00097116,1a1,Rural Workers and Families,S01007676,Gretna - 01,2c,Remoter communities,S02001444,Gretna,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172977 +172977,S00097117,1a1,Rural Workers and Families,S01007676,Gretna - 01,2c,Remoter communities,S02001444,Gretna,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172978 +172978,S00097123,1a1,Rural Workers and Families,S01007645,Moffat - 05,2c,Remoter communities,S02001437,Moffat,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172979 +172979,S00097139,1a1,Rural Workers and Families,S01007631,Lochmaben - 01,2c,Remoter communities,S02001435,Lochmaben,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172980 +172980,S00097149,1a1,Rural Workers and Families,S01007640,Lockerbie - 06,2c,Remoter communities,S02001436,Lockerbie,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172981 +172981,S00097158,1a1,Rural Workers and Families,S01007671,Annan East - 08,2c,Remoter communities,S02001442,Annan East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172982 +172982,S00097160,1a1,Rural Workers and Families,S01007654,Annandale East - 04,2d,Rural traits,S02001439,Annandale East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172983 +172983,S00097161,1a1,Rural Workers and Families,S01007653,Annandale East - 03,2c,Remoter communities,S02001439,Annandale East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172984 +172984,S00097162,1a1,Rural Workers and Families,S01007655,Annandale East - 05,2c,Remoter communities,S02001439,Annandale East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172985 +172985,S00097163,1a1,Rural Workers and Families,S01007655,Annandale East - 05,2c,Remoter communities,S02001439,Annandale East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172986 +172986,S00097178,1a1,Rural Workers and Families,S01007659,Annandale West - 04,2d,Rural traits,S02001440,Annandale West,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172987 +172987,S00097184,1a1,Rural Workers and Families,S01007675,Eastriggs - 04,2c,Remoter communities,S02001443,Eastriggs,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172988 +172988,S00097194,1a1,Rural Workers and Families,S01007651,Annandale East - 01,2c,Remoter communities,S02001439,Annandale East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172989 +172989,S00097198,1a1,Rural Workers and Families,S01007650,Langholm and Eskdale - 05,2c,Remoter communities,S02001438,Langholm and Eskdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172990 +172990,S00097210,1a1,Rural Workers and Families,S01007568,Mid Nithsdale - 05,2c,Remoter communities,S02001421,Mid Nithsdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172991 +172991,S00097212,1a1,Rural Workers and Families,S01007567,Mid Nithsdale - 04,2c,Remoter communities,S02001421,Mid Nithsdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172992 +172992,S00097224,1a1,Rural Workers and Families,S01007630,Collin - 04,2c,Remoter communities,S02001434,Collin,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172993 +172993,S00097234,1a1,Rural Workers and Families,S01007594,New Abbey - 02,2a,Ageing rural neighbourhoods,S02001426,New Abbey,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172994 +172994,S00097236,1a1,Rural Workers and Families,S01007595,New Abbey - 03,2c,Remoter communities,S02001426,New Abbey,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172995 +172995,S00097246,1a1,Rural Workers and Families,S01007572,Shawhead - 03,2a,Ageing rural neighbourhoods,S02001422,Shawhead,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172996 +172996,S00097248,1a1,Rural Workers and Families,S01007572,Shawhead - 03,2a,Ageing rural neighbourhoods,S02001422,Shawhead,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172997 +172997,S00097253,1a1,Rural Workers and Families,S01007564,Mid Nithsdale - 01,2c,Remoter communities,S02001421,Mid Nithsdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172998 +172998,S00097260,1a1,Rural Workers and Families,S01007569,Mid Nithsdale - 06,2c,Remoter communities,S02001421,Mid Nithsdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,172999 +172999,S00097270,1a1,Rural Workers and Families,S01007563,Thornhill - 05,2c,Remoter communities,S02001420,Thornhill,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173000 +173000,S00097276,1a1,Rural Workers and Families,S01007563,Thornhill - 05,2c,Remoter communities,S02001420,Thornhill,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173001 +173001,S00097278,1a1,Rural Workers and Families,S01007562,Thornhill - 04,2c,Remoter communities,S02001420,Thornhill,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173002 +173002,S00097286,1a1,Rural Workers and Families,S01007562,Thornhill - 04,2c,Remoter communities,S02001420,Thornhill,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173003 +173003,S00097300,1a1,Rural Workers and Families,S01007567,Mid Nithsdale - 04,2c,Remoter communities,S02001421,Mid Nithsdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173004 +173004,S00097310,1a1,Rural Workers and Families,S01007546,Dalbeattie Rural - 03,2c,Remoter communities,S02001417,Dalbeattie Rural,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173005 +173005,S00097311,1a1,Rural Workers and Families,S01007545,Dalbeattie Rural - 02,2c,Remoter communities,S02001417,Dalbeattie Rural,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173006 +173006,S00097318,1a1,Rural Workers and Families,S01007544,Dalbeattie Rural - 01,2c,Remoter communities,S02001417,Dalbeattie Rural,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173007 +173007,S00100028,8c1,Ageing Industrious Workers,S01007923,Auchinleck - 03,5e,Primary sector workers,S02001485,Auchinleck,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173008 +173008,S00097419,1a1,Rural Workers and Families,S01007508,Machars South - 03,2c,Remoter communities,S02001411,Machars South,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173009 +173009,S00097698,7a1,Transitional Eastern European Neighbourhoods,S01007662,Annan West - 03,5e,Primary sector workers,S02001441,Annan West,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173010 +173010,S00097705,7a1,Transitional Eastern European Neighbourhoods,S01007664,Annan East - 01,4b,Constrained renters,S02001442,Annan East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173011 +173011,S00097436,8d1,Young Hard-Pressed Families,S01007491,Stranraer South - 02,5e,Primary sector workers,S02001407,Stranraer South,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173012 +173012,S00100072,8c1,Ageing Industrious Workers,S01007886,Mauchline Rural - 06,5c,Comfortable neighbourhoods,S02001478,Mauchline Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173013 +173013,S00097734,7a1,Transitional Eastern European Neighbourhoods,S01007660,Annan West - 01,4b,Constrained renters,S02001441,Annan West,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173014 +173014,S00097420,1a1,Rural Workers and Families,S01007506,Machars South - 01,2c,Remoter communities,S02001411,Machars South,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173015 +173015,S00097422,1a1,Rural Workers and Families,S01007506,Machars South - 01,2c,Remoter communities,S02001411,Machars South,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173016 +173016,S00097423,1a1,Rural Workers and Families,S01007502,Machars North - 01,2c,Remoter communities,S02001410,Machars North,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173017 +173017,S00097486,1b1,Rural Life,S01007527,Kirkcudbright - 02,5e,Primary sector workers,S02001414,Kirkcudbright,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173018 +173018,S00100089,8c1,Ageing Industrious Workers,S01007895,Mauchline - 04,5c,Comfortable neighbourhoods,S02001480,Mauchline,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173019 +173019,S00097424,1a1,Rural Workers and Families,S01007503,Machars North - 02,2d,Rural traits,S02001410,Machars North,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173020 +173020,S00097751,7a1,Transitional Eastern European Neighbourhoods,S01007670,Annan East - 07,4b,Constrained renters,S02001442,Annan East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173021 +173021,S00097524,1b1,Rural Life,S01007522,Gatehouse - 02,2a,Ageing rural neighbourhoods,S02001413,Gatehouse,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173022 +173022,S00097443,8d1,Young Hard-Pressed Families,S01007502,Machars North - 01,2c,Remoter communities,S02001410,Machars North,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173023 +173023,S00100305,8c1,Ageing Industrious Workers,S01008008,"Altonhill South, Longpark and Hillhead - 04",4a,Challenged white communities,S02001501,"Altonhill South, Longpark and Hillhead",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173024 +173024,S00097425,1a1,Rural Workers and Families,S01007503,Machars North - 02,2d,Rural traits,S02001410,Machars North,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173025 +173025,S00097752,7a1,Transitional Eastern European Neighbourhoods,S01007670,Annan East - 07,4b,Constrained renters,S02001442,Annan East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173026 +173026,S00097525,1b1,Rural Life,S01007522,Gatehouse - 02,2a,Ageing rural neighbourhoods,S02001413,Gatehouse,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173027 +173027,S00097771,8d1,Young Hard-Pressed Families,S01007679,Gretna - 04,5e,Primary sector workers,S02001444,Gretna,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173028 +173028,S00097572,1b1,Rural Life,S01007489,Stranraer East - 03,5e,Primary sector workers,S02001406,Stranraer East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173029 +173029,S00100421,8c1,Ageing Industrious Workers,S01007957,Earlston and Hurlford Rural - 03,4a,Challenged white communities,S02001492,Earlston and Hurlford Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173030 +173030,S00097753,7a1,Transitional Eastern European Neighbourhoods,S01007669,Annan East - 06,4b,Constrained renters,S02001442,Annan East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173031 +173031,S00097921,8d1,Young Hard-Pressed Families,S01007572,Shawhead - 03,2a,Ageing rural neighbourhoods,S02001422,Shawhead,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173032 +173032,S00097426,1a1,Rural Workers and Families,S01007503,Machars North - 02,2d,Rural traits,S02001410,Machars North,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173033 +173033,S00097582,1b1,Rural Life,S01007498,Rhins North - 05,2d,Rural traits,S02001408,Rhins North,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173034 +173034,S00100428,8c1,Ageing Industrious Workers,S01007959,Earlston and Hurlford Rural - 05,5c,Comfortable neighbourhoods,S02001492,Earlston and Hurlford Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173035 +173035,S00097801,7a1,Transitional Eastern European Neighbourhoods,S01007610,Dumfries Central - 02,4b,Constrained renters,S02001430,Dumfries Central,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173036 +173036,S00097979,8d1,Young Hard-Pressed Families,S01007578,Lochside and Lincluden - 05,4a,Challenged white communities,S02001423,Lochside and Lincluden,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173037 +173037,S00097807,7a1,Transitional Eastern European Neighbourhoods,S01007610,Dumfries Central - 02,4b,Constrained renters,S02001430,Dumfries Central,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173038 +173038,S00097587,1b1,Rural Life,S01007484,Stranraer West - 04,4b,Constrained renters,S02001405,Stranraer West,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173039 +173039,S00100442,8c1,Ageing Industrious Workers,S01007959,Earlston and Hurlford Rural - 05,5c,Comfortable neighbourhoods,S02001492,Earlston and Hurlford Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173040 +173040,S00098073,8d1,Young Hard-Pressed Families,S01007639,Lockerbie - 05,5e,Primary sector workers,S02001436,Lockerbie,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173041 +173041,S00097428,1a1,Rural Workers and Families,S01007502,Machars North - 01,2c,Remoter communities,S02001410,Machars North,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173042 +173042,S00097809,7a1,Transitional Eastern European Neighbourhoods,S01007611,Dumfries Central - 03,4b,Constrained renters,S02001430,Dumfries Central,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173043 +173043,S00097595,1b1,Rural Life,S01007483,Stranraer West - 03,5d,Endeavouring social renters,S02001405,Stranraer West,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173044 +173044,S00100493,8c1,Ageing Industrious Workers,S01007948,Newmilns - 04,4a,Challenged white communities,S02001490,Newmilns,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173045 +173045,S00098084,8d1,Young Hard-Pressed Families,S01007632,Lochmaben - 02,5e,Primary sector workers,S02001435,Lochmaben,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173046 +173046,S00100496,8c1,Ageing Industrious Workers,S01007947,Newmilns - 03,5c,Comfortable neighbourhoods,S02001490,Newmilns,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173047 +173047,S00097811,7a1,Transitional Eastern European Neighbourhoods,S01007612,Dumfries Central - 04,4b,Constrained renters,S02001430,Dumfries Central,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173048 +173048,S00098142,8d1,Young Hard-Pressed Families,S01007552,Upper Nithsdale - 01,5e,Primary sector workers,S02001419,Upper Nithsdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173049 +173049,S00097435,1a1,Rural Workers and Families,S01007496,Rhins North - 03,2c,Remoter communities,S02001408,Rhins North,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173050 +173050,S00097596,1b1,Rural Life,S01007482,Stranraer West - 02,5e,Primary sector workers,S02001405,Stranraer West,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173051 +173051,S00100512,8c1,Ageing Industrious Workers,S01007946,Newmilns - 02,5e,Primary sector workers,S02001490,Newmilns,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173052 +173052,S00097825,7a1,Transitional Eastern European Neighbourhoods,S01007616,Nunholm - 04,4b,Constrained renters,S02001431,Nunholm,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173053 +173053,S00098143,8d1,Young Hard-Pressed Families,S01007553,Upper Nithsdale - 02,4a,Challenged white communities,S02001419,Upper Nithsdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173054 +173054,S00097449,1a1,Rural Workers and Families,S01007501,Rhins South - 03,2c,Remoter communities,S02001409,Rhins South,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173055 +173055,S00097614,1b1,Rural Life,S01007543,Dalbeattie - 05,5e,Primary sector workers,S02001416,Dalbeattie,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173056 +173056,S00100546,8c1,Ageing Industrious Workers,S01007942,Darvel - 03,5c,Comfortable neighbourhoods,S02001489,Darvel,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173057 +173057,S00097457,1a1,Rural Workers and Families,S01007496,Rhins North - 03,2c,Remoter communities,S02001408,Rhins North,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173058 +173058,S00097829,7a1,Transitional Eastern European Neighbourhoods,S01007615,Nunholm - 03,5e,Primary sector workers,S02001431,Nunholm,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173059 +173059,S00098158,8d1,Young Hard-Pressed Families,S01007554,Upper Nithsdale - 03,4a,Challenged white communities,S02001419,Upper Nithsdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173060 +173060,S00097623,1b1,Rural Life,S01007542,Dalbeattie - 04,5e,Primary sector workers,S02001416,Dalbeattie,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173061 +173061,S00100577,8c1,Ageing Industrious Workers,S01008030,Kilmaurs - 01,5c,Comfortable neighbourhoods,S02001505,Kilmaurs,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173062 +173062,S00097461,1a1,Rural Workers and Families,S01007497,Rhins North - 04,2c,Remoter communities,S02001408,Rhins North,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173063 +173063,S00100585,8c1,Ageing Industrious Workers,S01007928,Northern and Irvine Valley Rural - 04,5a,Ageing urban communities,S02001486,Northern and Irvine Valley Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173064 +173064,S00097624,1b1,Rural Life,S01007541,Dalbeattie - 03,2a,Ageing rural neighbourhoods,S02001416,Dalbeattie,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173065 +173065,S00097463,1a1,Rural Workers and Families,S01007495,Rhins North - 02,2c,Remoter communities,S02001408,Rhins North,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173066 +173066,S00098160,8d1,Young Hard-Pressed Families,S01007554,Upper Nithsdale - 03,4a,Challenged white communities,S02001419,Upper Nithsdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173067 +173067,S00100612,8c1,Ageing Industrious Workers,S01007932,Stewarton East - 01,8b,Ageing suburbanites,S02001487,Stewarton East,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173068 +173068,S00097627,1b1,Rural Life,S01007541,Dalbeattie - 03,2a,Ageing rural neighbourhoods,S02001416,Dalbeattie,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173069 +173069,S00097465,1a1,Rural Workers and Families,S01007495,Rhins North - 02,2c,Remoter communities,S02001408,Rhins North,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173070 +173070,S00098161,8d1,Young Hard-Pressed Families,S01007552,Upper Nithsdale - 01,5e,Primary sector workers,S02001419,Upper Nithsdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173071 +173071,S00100631,8c1,Ageing Industrious Workers,S01007931,Northern and Irvine Valley Rural - 07,5c,Comfortable neighbourhoods,S02001486,Northern and Irvine Valley Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173072 +173072,S00097897,7a1,Transitional Eastern European Neighbourhoods,S01007591,Troqueer - 04,5e,Primary sector workers,S02001425,Troqueer,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173073 +173073,S00097668,1b1,Rural Life,S01007534,Castle Douglas - 01,5e,Primary sector workers,S02001415,Castle Douglas,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173074 +173074,S00097466,1a1,Rural Workers and Families,S01007495,Rhins North - 02,2c,Remoter communities,S02001408,Rhins North,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173075 +173075,S00098254,8d1,Young Hard-Pressed Families,S01007491,Stranraer South - 02,5e,Primary sector workers,S02001407,Stranraer South,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173076 +173076,S00100643,8c1,Ageing Industrious Workers,S01008032,Kilmaurs - 03,5d,Endeavouring social renters,S02001505,Kilmaurs,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173077 +173077,S00097900,7a1,Transitional Eastern European Neighbourhoods,S01007592,Troqueer - 05,4b,Constrained renters,S02001425,Troqueer,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173078 +173078,S00100781,8c1,Ageing Industrious Workers,S01007894,Mauchline - 03,5d,Endeavouring social renters,S02001480,Mauchline,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173079 +173079,S00097676,1b1,Rural Life,S01007514,Newton Stewart - 02,4b,Constrained renters,S02001412,Newton Stewart,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173080 +173080,S00098289,8d1,Young Hard-Pressed Families,S01007493,Stranraer South - 04,5d,Endeavouring social renters,S02001407,Stranraer South,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173081 +173081,S00097470,1a1,Rural Workers and Families,S01007494,Rhins North - 01,2c,Remoter communities,S02001408,Rhins North,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173082 +173082,S00097901,7a1,Transitional Eastern European Neighbourhoods,S01007592,Troqueer - 05,4b,Constrained renters,S02001425,Troqueer,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173083 +173083,S00099788,1b3,Ageing Rural Flat Tenants,S01007904,Cumnock Rural - 08,2c,Remoter communities,S02001481,Cumnock Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173084 +173084,S00097680,1b1,Rural Life,S01007515,Newton Stewart - 03,2a,Ageing rural neighbourhoods,S02001412,Newton Stewart,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173085 +173085,S00098402,8d1,Young Hard-Pressed Families,S01007579,Lochside and Lincluden - 06,4a,Challenged white communities,S02001423,Lochside and Lincluden,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173086 +173086,S00097701,1b1,Rural Life,S01007662,Annan West - 03,5e,Primary sector workers,S02001441,Annan West,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173087 +173087,S00099793,1b3,Ageing Rural Flat Tenants,S01007882,Mauchline Rural - 02,2c,Remoter communities,S02001478,Mauchline Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173088 +173088,S00099917,7d1,Ageing Communities and Families,S01007908,New Cumnock - 04,5c,Comfortable neighbourhoods,S02001482,New Cumnock,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173089 +173089,S00097912,7a1,Transitional Eastern European Neighbourhoods,S01007589,Troqueer - 02,5e,Primary sector workers,S02001425,Troqueer,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173090 +173090,S00097770,1a1,Rural Workers and Families,S01007675,Eastriggs - 04,2c,Remoter communities,S02001443,Eastriggs,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173091 +173091,S00097716,1b1,Rural Life,S01007667,Annan East - 04,8b,Ageing suburbanites,S02001442,Annan East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173092 +173092,S00099800,1b3,Ageing Rural Flat Tenants,S01007881,Mauchline Rural - 01,2d,Rural traits,S02001478,Mauchline Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173093 +173093,S00099988,7d1,Ageing Communities and Families,S01007918,Cumnock North - 03,5e,Primary sector workers,S02001484,Cumnock North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173094 +173094,S00097977,7a1,Transitional Eastern European Neighbourhoods,S01007578,Lochside and Lincluden - 05,4a,Challenged white communities,S02001423,Lochside and Lincluden,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173095 +173095,S00098040,1a1,Rural Workers and Families,S01007626,Heathhall - 05,8c,Comfortable suburbia,S02001433,Heathhall,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173096 +173096,S00098046,1a1,Rural Workers and Families,S01007635,Lockerbie - 01,2a,Ageing rural neighbourhoods,S02001436,Lockerbie,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173097 +173097,S00098171,1a1,Rural Workers and Families,S01007671,Annan East - 08,2c,Remoter communities,S02001442,Annan East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173098 +173098,S00098195,1a1,Rural Workers and Families,S01007629,Collin - 03,2c,Remoter communities,S02001434,Collin,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173099 +173099,S00098202,1a1,Rural Workers and Families,S01007566,Mid Nithsdale - 03,2c,Remoter communities,S02001421,Mid Nithsdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173100 +173100,S00098206,1a1,Rural Workers and Families,S01007597,Kingholm - 01,2c,Remoter communities,S02001427,Kingholm,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173101 +173101,S00098207,1a1,Rural Workers and Families,S01007570,Shawhead - 01,2d,Rural traits,S02001422,Shawhead,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173102 +173102,S00098212,1a1,Rural Workers and Families,S01007558,Upper Nithsdale - 07,2c,Remoter communities,S02001419,Upper Nithsdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173103 +173103,S00098295,1a1,Rural Workers and Families,S01007629,Collin - 03,2c,Remoter communities,S02001434,Collin,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173104 +173104,S00098297,1a1,Rural Workers and Families,S01007598,Kingholm - 02,2c,Remoter communities,S02001427,Kingholm,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173105 +173105,S00098299,1a1,Rural Workers and Families,S01007630,Collin - 04,2c,Remoter communities,S02001434,Collin,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173106 +173106,S00098303,1a1,Rural Workers and Families,S01007596,New Abbey - 04,2c,Remoter communities,S02001426,New Abbey,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173107 +173107,S00098314,1a1,Rural Workers and Families,S01007508,Machars South - 03,2c,Remoter communities,S02001411,Machars South,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173108 +173108,S00098407,1a1,Rural Workers and Families,S01007653,Annandale East - 03,2c,Remoter communities,S02001439,Annandale East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173109 +173109,S00098419,1a1,Rural Workers and Families,S01007626,Heathhall - 05,8c,Comfortable suburbia,S02001433,Heathhall,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173110 +173110,S00097491,5b3,Self-Sufficient Retirement,S01007526,Kirkcudbright - 01,5e,Primary sector workers,S02001414,Kirkcudbright,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173111 +173111,S00097493,5b3,Self-Sufficient Retirement,S01007526,Kirkcudbright - 01,5e,Primary sector workers,S02001414,Kirkcudbright,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173112 +173112,S00097632,5b3,Self-Sufficient Retirement,S01007540,Dalbeattie - 02,5e,Primary sector workers,S02001416,Dalbeattie,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173113 +173113,S00097645,5b3,Self-Sufficient Retirement,S01007536,Castle Douglas - 03,5e,Primary sector workers,S02001415,Castle Douglas,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173114 +173114,S00097647,5b3,Self-Sufficient Retirement,S01007536,Castle Douglas - 03,5e,Primary sector workers,S02001415,Castle Douglas,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173115 +173115,S00097743,5b3,Self-Sufficient Retirement,S01007661,Annan West - 02,5e,Primary sector workers,S02001441,Annan West,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173116 +173116,S00097798,5b3,Self-Sufficient Retirement,S01007614,Nunholm - 02,8b,Ageing suburbanites,S02001431,Nunholm,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173117 +173117,S00097738,1b1,Rural Life,S01007661,Annan West - 02,5e,Primary sector workers,S02001441,Annan West,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173118 +173118,S00097758,1b1,Rural Life,S01007673,Eastriggs - 02,5b,Aspiring urban households,S02001443,Eastriggs,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173119 +173119,S00098057,7a1,Transitional Eastern European Neighbourhoods,S01007638,Lockerbie - 04,5e,Primary sector workers,S02001436,Lockerbie,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173120 +173120,S00097760,1b1,Rural Life,S01007675,Eastriggs - 04,2c,Remoter communities,S02001443,Eastriggs,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173121 +173121,S00098069,7a1,Transitional Eastern European Neighbourhoods,S01007638,Lockerbie - 04,5e,Primary sector workers,S02001436,Lockerbie,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173122 +173122,S00097762,1b1,Rural Life,S01007673,Eastriggs - 02,5b,Aspiring urban households,S02001443,Eastriggs,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173123 +173123,S00098359,7a1,Transitional Eastern European Neighbourhoods,S01007669,Annan East - 06,4b,Constrained renters,S02001442,Annan East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173124 +173124,S00097774,1b1,Rural Life,S01007678,Gretna - 03,5e,Primary sector workers,S02001444,Gretna,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173125 +173125,S00098371,7a1,Transitional Eastern European Neighbourhoods,S01007612,Dumfries Central - 04,4b,Constrained renters,S02001430,Dumfries Central,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173126 +173126,S00097775,1b1,Rural Life,S01007679,Gretna - 04,5e,Primary sector workers,S02001444,Gretna,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173127 +173127,S00097781,1b1,Rural Life,S01007680,Gretna - 05,8b,Ageing suburbanites,S02001444,Gretna,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173128 +173128,S00097822,1b1,Rural Life,S01007628,Collin - 02,2c,Remoter communities,S02001434,Collin,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173129 +173129,S00100006,7d1,Ageing Communities and Families,S01007911,Cumnock South and Craigens - 03,5e,Primary sector workers,S02001483,Cumnock South and Craigens,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173130 +173130,S00097570,5a1,White Professionals,S01007488,Stranraer East - 02,5e,Primary sector workers,S02001406,Stranraer East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173131 +173131,S00097868,1b1,Rural Life,S01007601,Calside - 01,5b,Aspiring urban households,S02001428,Calside,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173132 +173132,S00100139,7d1,Ageing Communities and Families,S01008016,Bonnyton and Town Centre - 05,4d,Hard-pressed flat dwellers,S02001502,Bonnyton and Town Centre,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173133 +173133,S00097661,5a1,White Professionals,S01007536,Castle Douglas - 03,5e,Primary sector workers,S02001415,Castle Douglas,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173134 +173134,S00097759,5a1,White Professionals,S01007673,Eastriggs - 02,5b,Aspiring urban households,S02001443,Eastriggs,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173135 +173135,S00097818,5a1,White Professionals,S01007616,Nunholm - 04,4b,Constrained renters,S02001431,Nunholm,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173136 +173136,S00097861,5a1,White Professionals,S01007602,Calside - 02,8b,Ageing suburbanites,S02001428,Calside,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173137 +173137,S00097866,5a1,White Professionals,S01007601,Calside - 01,5b,Aspiring urban households,S02001428,Calside,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173138 +173138,S00098032,5a1,White Professionals,S01007624,Heathhall - 03,8b,Ageing suburbanites,S02001433,Heathhall,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173139 +173139,S00098093,5a1,White Professionals,S01007647,Langholm and Eskdale - 02,5e,Primary sector workers,S02001438,Langholm and Eskdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173140 +173140,S00098094,5a1,White Professionals,S01007648,Langholm and Eskdale - 03,5e,Primary sector workers,S02001438,Langholm and Eskdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173141 +173141,S00098099,5a1,White Professionals,S01007649,Langholm and Eskdale - 04,2d,Rural traits,S02001438,Langholm and Eskdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173142 +173142,S00098201,5a1,White Professionals,S01007627,Collin - 01,2d,Rural traits,S02001434,Collin,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173143 +173143,S00098334,5a1,White Professionals,S01007488,Stranraer East - 02,5e,Primary sector workers,S02001406,Stranraer East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173144 +173144,S00097245,6b2,White Suburban Communities,S01007573,Shawhead - 04,8c,Comfortable suburbia,S02001422,Shawhead,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173145 +173145,S00097249,6b2,White Suburban Communities,S01007573,Shawhead - 04,8c,Comfortable suburbia,S02001422,Shawhead,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173146 +173146,S00097779,6b2,White Suburban Communities,S01007677,Gretna - 02,5e,Primary sector workers,S02001444,Gretna,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173147 +173147,S00097838,6b2,White Suburban Communities,S01007603,Calside - 03,8b,Ageing suburbanites,S02001428,Calside,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173148 +173148,S00097839,6b2,White Suburban Communities,S01007603,Calside - 03,8b,Ageing suburbanites,S02001428,Calside,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173149 +173149,S00097864,6b2,White Suburban Communities,S01007607,Georgetown - 03,8b,Ageing suburbanites,S02001429,Georgetown,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173150 +173150,S00097878,6b2,White Suburban Communities,S01007602,Calside - 02,8b,Ageing suburbanites,S02001428,Calside,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173151 +173151,S00099825,1b3,Ageing Rural Flat Tenants,S01008029,"Crosshouse, Gatehead and Kilmaurs Rural - 05",2a,Ageing rural neighbourhoods,S02001504,"Crosshouse, Gatehead and Kilmaurs Rural",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173152 +173152,S00097925,1b1,Rural Life,S01007587,Summerville - 06,5a,Ageing urban communities,S02001424,Summerville,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173153 +173153,S00098010,1b1,Rural Life,S01007654,Annandale East - 04,2d,Rural traits,S02001439,Annandale East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173154 +173154,S00100143,7d1,Ageing Communities and Families,S01008016,Bonnyton and Town Centre - 05,4d,Hard-pressed flat dwellers,S02001502,Bonnyton and Town Centre,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173155 +173155,S00099861,1b3,Ageing Rural Flat Tenants,S01007945,Newmilns - 01,5e,Primary sector workers,S02001490,Newmilns,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173156 +173156,S00098016,1b1,Rural Life,S01007653,Annandale East - 03,2c,Remoter communities,S02001439,Annandale East,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173157 +173157,S00100148,7d1,Ageing Communities and Families,S01008015,Bonnyton and Town Centre - 04,4d,Hard-pressed flat dwellers,S02001502,Bonnyton and Town Centre,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173158 +173158,S00099892,1b3,Ageing Rural Flat Tenants,S01007877,Doon Valley North - 03,5d,Endeavouring social renters,S02001477,Doon Valley North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173159 +173159,S00098030,1b1,Rural Life,S01007617,Locharbriggs - 01,5d,Endeavouring social renters,S02001432,Locharbriggs,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173160 +173160,S00100430,7d1,Ageing Communities and Families,S01007957,Earlston and Hurlford Rural - 03,4a,Challenged white communities,S02001492,Earlston and Hurlford Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173161 +173161,S00099894,1b3,Ageing Rural Flat Tenants,S01007908,New Cumnock - 04,5c,Comfortable neighbourhoods,S02001482,New Cumnock,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173162 +173162,S00098042,1b1,Rural Life,S01007635,Lockerbie - 01,2a,Ageing rural neighbourhoods,S02001436,Lockerbie,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173163 +173163,S00100465,7d1,Ageing Communities and Families,S01007952,Galston - 04,4a,Challenged white communities,S02001491,Galston,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173164 +173164,S00099898,1b3,Ageing Rural Flat Tenants,S01007907,New Cumnock - 03,5d,Endeavouring social renters,S02001482,New Cumnock,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173165 +173165,S00098058,1b1,Rural Life,S01007638,Lockerbie - 04,5e,Primary sector workers,S02001436,Lockerbie,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173166 +173166,S00100504,7d1,Ageing Communities and Families,S01007945,Newmilns - 01,5e,Primary sector workers,S02001490,Newmilns,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173167 +173167,S00100077,1b3,Ageing Rural Flat Tenants,S01007892,Mauchline - 01,5c,Comfortable neighbourhoods,S02001480,Mauchline,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173168 +173168,S00098104,1b1,Rural Life,S01007561,Thornhill - 03,5e,Primary sector workers,S02001420,Thornhill,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173169 +173169,S00100702,7d1,Ageing Communities and Families,S01008009,"Altonhill South, Longpark and Hillhead - 05",4d,Hard-pressed flat dwellers,S02001501,"Altonhill South, Longpark and Hillhead",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173170 +173170,S00100085,1b3,Ageing Rural Flat Tenants,S01007893,Mauchline - 02,5c,Comfortable neighbourhoods,S02001480,Mauchline,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173171 +173171,S00100291,1b3,Ageing Rural Flat Tenants,S01008010,"Altonhill South, Longpark and Hillhead - 06",4b,Constrained renters,S02001501,"Altonhill South, Longpark and Hillhead",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173172 +173172,S00100306,1b3,Ageing Rural Flat Tenants,S01007998,Southcraig and Beansburn - 08,5a,Ageing urban communities,S02001499,Southcraig and Beansburn,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173173 +173173,S00100361,1b3,Ageing Rural Flat Tenants,S01007980,Piersland - 04,5c,Comfortable neighbourhoods,S02001496,Piersland,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173174 +173174,S00100432,1b3,Ageing Rural Flat Tenants,S01007959,Earlston and Hurlford Rural - 05,5c,Comfortable neighbourhoods,S02001492,Earlston and Hurlford Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173175 +173175,S00100484,1b3,Ageing Rural Flat Tenants,S01007950,Galston - 02,5c,Comfortable neighbourhoods,S02001491,Galston,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173176 +173176,S00100537,1b3,Ageing Rural Flat Tenants,S01007944,Darvel - 05,5e,Primary sector workers,S02001489,Darvel,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173177 +173177,S00100558,1b3,Ageing Rural Flat Tenants,S01007943,Darvel - 04,5c,Comfortable neighbourhoods,S02001489,Darvel,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173178 +173178,S00100644,1b3,Ageing Rural Flat Tenants,S01008029,"Crosshouse, Gatehead and Kilmaurs Rural - 05",2a,Ageing rural neighbourhoods,S02001504,"Crosshouse, Gatehead and Kilmaurs Rural",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173179 +173179,S00100645,1b3,Ageing Rural Flat Tenants,S01008029,"Crosshouse, Gatehead and Kilmaurs Rural - 05",2a,Ageing rural neighbourhoods,S02001504,"Crosshouse, Gatehead and Kilmaurs Rural",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173180 +173180,S00100663,1b3,Ageing Rural Flat Tenants,S01007880,Doon Valley North - 06,2c,Remoter communities,S02001477,Doon Valley North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173181 +173181,S00100710,1b3,Ageing Rural Flat Tenants,S01007899,Cumnock Rural - 03,2c,Remoter communities,S02001481,Cumnock Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173182 +173182,S00098127,1b1,Rural Life,S01007555,Upper Nithsdale - 04,2c,Remoter communities,S02001419,Upper Nithsdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173183 +173183,S00100735,7d1,Ageing Communities and Families,S01007949,Galston - 01,5c,Comfortable neighbourhoods,S02001491,Galston,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173184 +173184,S00098210,1b1,Rural Life,S01007565,Mid Nithsdale - 02,2c,Remoter communities,S02001421,Mid Nithsdale,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173185 +173185,S00100756,7d1,Ageing Communities and Families,S01007906,New Cumnock - 02,4a,Challenged white communities,S02001482,New Cumnock,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173186 +173186,S00100785,7d1,Ageing Communities and Families,S01008012,Bonnyton and Town Centre - 01,4d,Hard-pressed flat dwellers,S02001502,Bonnyton and Town Centre,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173187 +173187,S00100846,7d1,Ageing Communities and Families,S01007935,Stewarton East - 04,4d,Hard-pressed flat dwellers,S02001487,Stewarton East,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173188 +173188,S00100860,7d1,Ageing Communities and Families,S01007911,Cumnock South and Craigens - 03,5e,Primary sector workers,S02001483,Cumnock South and Craigens,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173189 +173189,S00099928,6a4,Ageing in Suburbia,S01007876,Doon Valley North - 02,5d,Endeavouring social renters,S02001477,Doon Valley North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173190 +173190,S00099989,6a4,Ageing in Suburbia,S01007918,Cumnock North - 03,5e,Primary sector workers,S02001484,Cumnock North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173191 +173191,S00099990,6a4,Ageing in Suburbia,S01007919,Cumnock North - 04,8b,Ageing suburbanites,S02001484,Cumnock North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173192 +173192,S00100115,6a4,Ageing in Suburbia,S01008018,"Grange, Howard and Gargieston - 02",8a,Affluent communities,S02001503,"Grange, Howard and Gargieston",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173193 +173193,S00100117,6a4,Ageing in Suburbia,S01008021,"Grange, Howard and Gargieston - 05",8b,Ageing suburbanites,S02001503,"Grange, Howard and Gargieston",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173194 +173194,S00100125,6a4,Ageing in Suburbia,S01008019,"Grange, Howard and Gargieston - 03",5a,Ageing urban communities,S02001503,"Grange, Howard and Gargieston",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173195 +173195,S00100132,6a4,Ageing in Suburbia,S01008014,Bonnyton and Town Centre - 03,5c,Comfortable neighbourhoods,S02001502,Bonnyton and Town Centre,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173196 +173196,S00098215,1b1,Rural Life,S01007547,Glenkens - 01,2c,Remoter communities,S02001418,Glenkens,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173197 +173197,S00098238,1b1,Rural Life,S01007501,Rhins South - 03,2c,Remoter communities,S02001409,Rhins South,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173198 +173198,S00098243,1b1,Rural Life,S01007528,Kirkcudbright - 03,5e,Primary sector workers,S02001414,Kirkcudbright,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173199 +173199,S00098247,1b1,Rural Life,S01007490,Stranraer South - 01,5e,Primary sector workers,S02001407,Stranraer South,S12000006,Dumfries and Galloway,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,173200 +173200,S00100590,8c2,Ageing Rural Industry Workers,S01007939,Stewarton West - 03,4a,Challenged white communities,S02001488,Stewarton West,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173201 +173201,S00100574,7c2,Constrained Young Families,S01008031,Kilmaurs - 02,5c,Comfortable neighbourhoods,S02001505,Kilmaurs,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173202 +173202,S00100752,1b3,Ageing Rural Flat Tenants,S01007873,Doon Valley South - 04,5a,Ageing urban communities,S02001476,Doon Valley South,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173203 +173203,S00100016,7c2,Constrained Young Families,S01007901,Cumnock Rural - 05,4a,Challenged white communities,S02001481,Cumnock Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173204 +173204,S00100119,6a3,Detached Retirement Living,S01008021,"Grange, Howard and Gargieston - 05",8b,Ageing suburbanites,S02001503,"Grange, Howard and Gargieston",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173205 +173205,S00100592,8c2,Ageing Rural Industry Workers,S01007939,Stewarton West - 03,4a,Challenged white communities,S02001488,Stewarton West,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173206 +173206,S00100633,8c2,Ageing Rural Industry Workers,S01007931,Northern and Irvine Valley Rural - 07,5c,Comfortable neighbourhoods,S02001486,Northern and Irvine Valley Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173207 +173207,S00100247,7c1,Challenged Transitionaries,S01007970,Bellfield and Kirkstyle - 03,4a,Challenged white communities,S02001494,Bellfield and Kirkstyle,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173208 +173208,S00100637,8c2,Ageing Rural Industry Workers,S01007931,Northern and Irvine Valley Rural - 07,5c,Comfortable neighbourhoods,S02001486,Northern and Irvine Valley Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173209 +173209,S00100664,8c2,Ageing Rural Industry Workers,S01007878,Doon Valley North - 04,4a,Challenged white communities,S02001477,Doon Valley North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173210 +173210,S00100681,8c2,Ageing Rural Industry Workers,S01007896,Mauchline - 05,4a,Challenged white communities,S02001480,Mauchline,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173211 +173211,S00100682,8c2,Ageing Rural Industry Workers,S01007903,Cumnock Rural - 07,5e,Primary sector workers,S02001481,Cumnock Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173212 +173212,S00100718,8c2,Ageing Rural Industry Workers,S01007956,Earlston and Hurlford Rural - 02,4a,Challenged white communities,S02001492,Earlston and Hurlford Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173213 +173213,S00100723,8c2,Ageing Rural Industry Workers,S01007878,Doon Valley North - 04,4a,Challenged white communities,S02001477,Doon Valley North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173214 +173214,S00100749,8c2,Ageing Rural Industry Workers,S01007871,Doon Valley South - 02,4a,Challenged white communities,S02001476,Doon Valley South,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173215 +173215,S00100758,8c2,Ageing Rural Industry Workers,S01007891,Drongan - 04,5c,Comfortable neighbourhoods,S02001479,Drongan,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173216 +173216,S00100838,8c2,Ageing Rural Industry Workers,S01007954,Galston - 06,4a,Challenged white communities,S02001491,Galston,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173217 +173217,S00099783,1a3,Agricultural Communities,S01007887,Mauchline Rural - 07,2c,Remoter communities,S02001478,Mauchline Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173218 +173218,S00099784,1a3,Agricultural Communities,S01007887,Mauchline Rural - 07,2c,Remoter communities,S02001478,Mauchline Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173219 +173219,S00099785,1a3,Agricultural Communities,S01007887,Mauchline Rural - 07,2c,Remoter communities,S02001478,Mauchline Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173220 +173220,S00099801,1a3,Agricultural Communities,S01007882,Mauchline Rural - 02,2c,Remoter communities,S02001478,Mauchline Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173221 +173221,S00099806,1a3,Agricultural Communities,S01007897,Cumnock Rural - 01,2c,Remoter communities,S02001481,Cumnock Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173222 +173222,S00100671,7b3,Endeavouring Flat Dwellers,S01007913,Cumnock South and Craigens - 05,4a,Challenged white communities,S02001483,Cumnock South and Craigens,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173223 +173223,S00100352,6a2,Comfortable Suburbia,S01007982,New Farm Loch South - 01,8b,Ageing suburbanites,S02001497,New Farm Loch South,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173224 +173224,S00099808,1a3,Agricultural Communities,S01007904,Cumnock Rural - 08,2c,Remoter communities,S02001481,Cumnock Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173225 +173225,S00099836,1a3,Agricultural Communities,S01008029,"Crosshouse, Gatehead and Kilmaurs Rural - 05",2a,Ageing rural neighbourhoods,S02001504,"Crosshouse, Gatehead and Kilmaurs Rural",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173226 +173226,S00099846,1a3,Agricultural Communities,S01007930,Northern and Irvine Valley Rural - 06,2c,Remoter communities,S02001486,Northern and Irvine Valley Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173227 +173227,S00099850,1a3,Agricultural Communities,S01007961,Earlston and Hurlford Rural - 07,2a,Ageing rural neighbourhoods,S02001492,Earlston and Hurlford Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173228 +173228,S00099852,1a3,Agricultural Communities,S01007961,Earlston and Hurlford Rural - 07,2a,Ageing rural neighbourhoods,S02001492,Earlston and Hurlford Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173229 +173229,S00099854,1a3,Agricultural Communities,S01007961,Earlston and Hurlford Rural - 07,2a,Ageing rural neighbourhoods,S02001492,Earlston and Hurlford Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173230 +173230,S00099859,1a3,Agricultural Communities,S01007925,Northern and Irvine Valley Rural - 01,2c,Remoter communities,S02001486,Northern and Irvine Valley Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173231 +173231,S00099863,1a3,Agricultural Communities,S01007926,Northern and Irvine Valley Rural - 02,2c,Remoter communities,S02001486,Northern and Irvine Valley Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173232 +173232,S00100652,1a3,Agricultural Communities,S01007927,Northern and Irvine Valley Rural - 03,2c,Remoter communities,S02001486,Northern and Irvine Valley Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173233 +173233,S00100656,1a3,Agricultural Communities,S01007904,Cumnock Rural - 08,2c,Remoter communities,S02001481,Cumnock Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173234 +173234,S00100657,1a3,Agricultural Communities,S01007925,Northern and Irvine Valley Rural - 01,2c,Remoter communities,S02001486,Northern and Irvine Valley Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173235 +173235,S00100685,1a3,Agricultural Communities,S01007881,Mauchline Rural - 01,2d,Rural traits,S02001478,Mauchline Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173236 +173236,S00100713,1a3,Agricultural Communities,S01007904,Cumnock Rural - 08,2c,Remoter communities,S02001481,Cumnock Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173237 +173237,S00100741,1a3,Agricultural Communities,S01007880,Doon Valley North - 06,2c,Remoter communities,S02001477,Doon Valley North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173238 +173238,S00100745,1a3,Agricultural Communities,S01007929,Northern and Irvine Valley Rural - 05,2c,Remoter communities,S02001486,Northern and Irvine Valley Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173239 +173239,S00100863,1a3,Agricultural Communities,S01007897,Cumnock Rural - 01,2c,Remoter communities,S02001481,Cumnock Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173240 +173240,S00100865,1a3,Agricultural Communities,S01007897,Cumnock Rural - 01,2c,Remoter communities,S02001481,Cumnock Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173241 +173241,S00099912,7c1,Challenged Transitionaries,S01007906,New Cumnock - 02,4a,Challenged white communities,S02001482,New Cumnock,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173242 +173242,S00100056,7c1,Challenged Transitionaries,S01007922,Auchinleck - 02,4a,Challenged white communities,S02001485,Auchinleck,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173243 +173243,S00100064,7c1,Challenged Transitionaries,S01007885,Mauchline Rural - 05,4a,Challenged white communities,S02001478,Mauchline Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173244 +173244,S00100076,7c1,Challenged Transitionaries,S01007892,Mauchline - 01,5c,Comfortable neighbourhoods,S02001480,Mauchline,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173245 +173245,S00100145,7c1,Challenged Transitionaries,S01008016,Bonnyton and Town Centre - 05,4d,Hard-pressed flat dwellers,S02001502,Bonnyton and Town Centre,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173246 +173246,S00100156,7c1,Challenged Transitionaries,S01008013,Bonnyton and Town Centre - 02,5a,Ageing urban communities,S02001502,Bonnyton and Town Centre,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173247 +173247,S00100158,7c1,Challenged Transitionaries,S01008013,Bonnyton and Town Centre - 02,5a,Ageing urban communities,S02001502,Bonnyton and Town Centre,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173248 +173248,S00100171,7c1,Challenged Transitionaries,S01007976,Kilmarnock South Central and Caprington - 04,4d,Hard-pressed flat dwellers,S02001495,Kilmarnock South Central and Caprington,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173249 +173249,S00100174,7c1,Challenged Transitionaries,S01007976,Kilmarnock South Central and Caprington - 04,4d,Hard-pressed flat dwellers,S02001495,Kilmarnock South Central and Caprington,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173250 +173250,S00100179,7c1,Challenged Transitionaries,S01007978,Piersland - 02,4d,Hard-pressed flat dwellers,S02001496,Piersland,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173251 +173251,S00100180,7c1,Challenged Transitionaries,S01007978,Piersland - 02,4d,Hard-pressed flat dwellers,S02001496,Piersland,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173252 +173252,S00100191,7c1,Challenged Transitionaries,S01007968,Bellfield and Kirkstyle - 01,4a,Challenged white communities,S02001494,Bellfield and Kirkstyle,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173253 +173253,S00100192,7c1,Challenged Transitionaries,S01007969,Bellfield and Kirkstyle - 02,4a,Challenged white communities,S02001494,Bellfield and Kirkstyle,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173254 +173254,S00100205,7c1,Challenged Transitionaries,S01007971,Bellfield and Kirkstyle - 04,4a,Challenged white communities,S02001494,Bellfield and Kirkstyle,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173255 +173255,S00100207,7c1,Challenged Transitionaries,S01007971,Bellfield and Kirkstyle - 04,4a,Challenged white communities,S02001494,Bellfield and Kirkstyle,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173256 +173256,S00100209,7c1,Challenged Transitionaries,S01007969,Bellfield and Kirkstyle - 02,4a,Challenged white communities,S02001494,Bellfield and Kirkstyle,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173257 +173257,S00100767,1b3,Ageing Rural Flat Tenants,S01007919,Cumnock North - 04,8b,Ageing suburbanites,S02001484,Cumnock North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173258 +173258,S00100039,7c2,Constrained Young Families,S01007921,Auchinleck - 01,4a,Challenged white communities,S02001485,Auchinleck,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173259 +173259,S00100270,7c1,Challenged Transitionaries,S01007970,Bellfield and Kirkstyle - 03,4a,Challenged white communities,S02001494,Bellfield and Kirkstyle,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173260 +173260,S00100661,7c2,Constrained Young Families,S01007872,Doon Valley South - 03,4a,Challenged white communities,S02001476,Doon Valley South,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173261 +173261,S00100128,6a3,Detached Retirement Living,S01008017,"Grange, Howard and Gargieston - 01",8b,Ageing suburbanites,S02001503,"Grange, Howard and Gargieston",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173262 +173262,S00100272,7c1,Challenged Transitionaries,S01007971,Bellfield and Kirkstyle - 04,4a,Challenged white communities,S02001494,Bellfield and Kirkstyle,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173263 +173263,S00100042,7c2,Constrained Young Families,S01007924,Auchinleck - 04,4a,Challenged white communities,S02001485,Auchinleck,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173264 +173264,S00100662,7c2,Constrained Young Families,S01007878,Doon Valley North - 04,4a,Challenged white communities,S02001477,Doon Valley North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173265 +173265,S00100772,1b3,Ageing Rural Flat Tenants,S01007893,Mauchline - 02,5c,Comfortable neighbourhoods,S02001480,Mauchline,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173266 +173266,S00100483,6a2,Comfortable Suburbia,S01007950,Galston - 02,5c,Comfortable neighbourhoods,S02001491,Galston,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173267 +173267,S00100692,7b3,Endeavouring Flat Dwellers,S01007977,Piersland - 01,5c,Comfortable neighbourhoods,S02001496,Piersland,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173268 +173268,S00100129,6a3,Detached Retirement Living,S01008017,"Grange, Howard and Gargieston - 01",8b,Ageing suburbanites,S02001503,"Grange, Howard and Gargieston",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173269 +173269,S00100706,7c2,Constrained Young Families,S01008009,"Altonhill South, Longpark and Hillhead - 05",4d,Hard-pressed flat dwellers,S02001501,"Altonhill South, Longpark and Hillhead",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173270 +173270,S00100776,1b3,Ageing Rural Flat Tenants,S01007895,Mauchline - 04,5c,Comfortable neighbourhoods,S02001480,Mauchline,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173271 +173271,S00100281,7c1,Challenged Transitionaries,S01008011,"Altonhill South, Longpark and Hillhead - 07",4d,Hard-pressed flat dwellers,S02001501,"Altonhill South, Longpark and Hillhead",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173272 +173272,S00100701,7b3,Endeavouring Flat Dwellers,S01007976,Kilmarnock South Central and Caprington - 04,4d,Hard-pressed flat dwellers,S02001495,Kilmarnock South Central and Caprington,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173273 +173273,S00100130,6a3,Detached Retirement Living,S01008017,"Grange, Howard and Gargieston - 01",8b,Ageing suburbanites,S02001503,"Grange, Howard and Gargieston",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173274 +173274,S00100048,7c2,Constrained Young Families,S01007922,Auchinleck - 02,4a,Challenged white communities,S02001485,Auchinleck,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173275 +173275,S00100580,6a2,Comfortable Suburbia,S01007928,Northern and Irvine Valley Rural - 04,5a,Ageing urban communities,S02001486,Northern and Irvine Valley Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173276 +173276,S00100762,7c2,Constrained Young Families,S01007918,Cumnock North - 03,5e,Primary sector workers,S02001484,Cumnock North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173277 +173277,S00100861,1b3,Ageing Rural Flat Tenants,S01007911,Cumnock South and Craigens - 03,5e,Primary sector workers,S02001483,Cumnock South and Craigens,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173278 +173278,S00100364,7c1,Challenged Transitionaries,S01007984,New Farm Loch South - 03,5c,Comfortable neighbourhoods,S02001497,New Farm Loch South,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173279 +173279,S00100381,7c1,Challenged Transitionaries,S01007986,Dean and New Farm Loch North - 01,5d,Endeavouring social renters,S02001498,Dean and New Farm Loch North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173280 +173280,S00100407,7c1,Challenged Transitionaries,S01007984,New Farm Loch South - 03,5c,Comfortable neighbourhoods,S02001497,New Farm Loch South,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173281 +173281,S00100408,7c1,Challenged Transitionaries,S01007984,New Farm Loch South - 03,5c,Comfortable neighbourhoods,S02001497,New Farm Loch South,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173282 +173282,S00100461,7c1,Challenged Transitionaries,S01007953,Galston - 05,5d,Endeavouring social renters,S02001491,Galston,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173283 +173283,S00100464,7c1,Challenged Transitionaries,S01007952,Galston - 04,4a,Challenged white communities,S02001491,Galston,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173284 +173284,S00100467,7c1,Challenged Transitionaries,S01007952,Galston - 04,4a,Challenged white communities,S02001491,Galston,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173285 +173285,S00100476,7c1,Challenged Transitionaries,S01007952,Galston - 04,4a,Challenged white communities,S02001491,Galston,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173286 +173286,S00100491,7c1,Challenged Transitionaries,S01007948,Newmilns - 04,4a,Challenged white communities,S02001490,Newmilns,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173287 +173287,S00100495,7c1,Challenged Transitionaries,S01007947,Newmilns - 03,5c,Comfortable neighbourhoods,S02001490,Newmilns,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173288 +173288,S00100499,7c1,Challenged Transitionaries,S01007945,Newmilns - 01,5e,Primary sector workers,S02001490,Newmilns,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173289 +173289,S00100501,7c1,Challenged Transitionaries,S01007945,Newmilns - 01,5e,Primary sector workers,S02001490,Newmilns,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173290 +173290,S00100503,7c1,Challenged Transitionaries,S01007946,Newmilns - 02,5e,Primary sector workers,S02001490,Newmilns,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173291 +173291,S00100541,7c1,Challenged Transitionaries,S01007944,Darvel - 05,5e,Primary sector workers,S02001489,Darvel,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173292 +173292,S00100543,7c1,Challenged Transitionaries,S01007943,Darvel - 04,5c,Comfortable neighbourhoods,S02001489,Darvel,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173293 +173293,S00100548,7c1,Challenged Transitionaries,S01007940,Darvel - 01,5c,Comfortable neighbourhoods,S02001489,Darvel,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173294 +173294,S00100556,7c1,Challenged Transitionaries,S01007943,Darvel - 04,5c,Comfortable neighbourhoods,S02001489,Darvel,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173295 +173295,S00100563,7c1,Challenged Transitionaries,S01008030,Kilmaurs - 01,5c,Comfortable neighbourhoods,S02001505,Kilmaurs,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173296 +173296,S00100594,7c1,Challenged Transitionaries,S01007938,Stewarton West - 02,5c,Comfortable neighbourhoods,S02001488,Stewarton West,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173297 +173297,S00100596,7c1,Challenged Transitionaries,S01007938,Stewarton West - 02,5c,Comfortable neighbourhoods,S02001488,Stewarton West,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173298 +173298,S00100603,7c1,Challenged Transitionaries,S01007938,Stewarton West - 02,5c,Comfortable neighbourhoods,S02001488,Stewarton West,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173299 +173299,S00100605,7c1,Challenged Transitionaries,S01007938,Stewarton West - 02,5c,Comfortable neighbourhoods,S02001488,Stewarton West,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173300 +173300,S00100613,7c1,Challenged Transitionaries,S01007935,Stewarton East - 04,4d,Hard-pressed flat dwellers,S02001487,Stewarton East,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173301 +173301,S00100614,7c1,Challenged Transitionaries,S01007935,Stewarton East - 04,4d,Hard-pressed flat dwellers,S02001487,Stewarton East,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173302 +173302,S00100678,7c1,Challenged Transitionaries,S01007886,Mauchline Rural - 06,5c,Comfortable neighbourhoods,S02001478,Mauchline Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173303 +173303,S00100694,7c1,Challenged Transitionaries,S01007977,Piersland - 01,5c,Comfortable neighbourhoods,S02001496,Piersland,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173304 +173304,S00100709,7c1,Challenged Transitionaries,S01008007,"Altonhill South, Longpark and Hillhead - 03",4d,Hard-pressed flat dwellers,S02001501,"Altonhill South, Longpark and Hillhead",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173305 +173305,S00100720,7c1,Challenged Transitionaries,S01007952,Galston - 04,4a,Challenged white communities,S02001491,Galston,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173306 +173306,S00100738,7c1,Challenged Transitionaries,S01008027,"Crosshouse, Gatehead and Kilmaurs Rural - 03",4a,Challenged white communities,S02001504,"Crosshouse, Gatehead and Kilmaurs Rural",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173307 +173307,S00100763,7c1,Challenged Transitionaries,S01007918,Cumnock North - 03,5e,Primary sector workers,S02001484,Cumnock North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173308 +173308,S00100771,7c1,Challenged Transitionaries,S01007883,Mauchline Rural - 03,5e,Primary sector workers,S02001478,Mauchline Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173309 +173309,S00100788,7c1,Challenged Transitionaries,S01008015,Bonnyton and Town Centre - 04,4d,Hard-pressed flat dwellers,S02001502,Bonnyton and Town Centre,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173310 +173310,S00100789,7c1,Challenged Transitionaries,S01008012,Bonnyton and Town Centre - 01,4d,Hard-pressed flat dwellers,S02001502,Bonnyton and Town Centre,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173311 +173311,S00100794,7c1,Challenged Transitionaries,S01007978,Piersland - 02,4d,Hard-pressed flat dwellers,S02001496,Piersland,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173312 +173312,S00099791,6a2,Comfortable Suburbia,S01007891,Drongan - 04,5c,Comfortable neighbourhoods,S02001479,Drongan,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173313 +173313,S00099803,6a2,Comfortable Suburbia,S01007883,Mauchline Rural - 03,5e,Primary sector workers,S02001478,Mauchline Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173314 +173314,S00099828,6a2,Comfortable Suburbia,S01008030,Kilmaurs - 01,5c,Comfortable neighbourhoods,S02001505,Kilmaurs,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173315 +173315,S00099829,6a2,Comfortable Suburbia,S01007995,Southcraig and Beansburn - 05,8b,Ageing suburbanites,S02001499,Southcraig and Beansburn,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173316 +173316,S00099837,6a2,Comfortable Suburbia,S01007994,Southcraig and Beansburn - 04,8c,Comfortable suburbia,S02001499,Southcraig and Beansburn,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173317 +173317,S00099838,6a2,Comfortable Suburbia,S01007991,Southcraig and Beansburn - 01,8c,Comfortable suburbia,S02001499,Southcraig and Beansburn,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173318 +173318,S00099841,6a2,Comfortable Suburbia,S01007937,Stewarton West - 01,8c,Comfortable suburbia,S02001488,Stewarton West,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173319 +173319,S00099848,6a2,Comfortable Suburbia,S01007936,Stewarton East - 05,8c,Comfortable suburbia,S02001487,Stewarton East,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173320 +173320,S00099849,6a2,Comfortable Suburbia,S01007933,Stewarton East - 02,5b,Aspiring urban households,S02001487,Stewarton East,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173321 +173321,S00099851,6a2,Comfortable Suburbia,S01007960,Earlston and Hurlford Rural - 06,5d,Endeavouring social renters,S02001492,Earlston and Hurlford Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173322 +173322,S00100074,6a2,Comfortable Suburbia,S01007886,Mauchline Rural - 06,5c,Comfortable neighbourhoods,S02001478,Mauchline Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173323 +173323,S00100310,6a2,Comfortable Suburbia,S01007996,Southcraig and Beansburn - 06,8c,Comfortable suburbia,S02001499,Southcraig and Beansburn,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173324 +173324,S00100617,6a2,Comfortable Suburbia,S01007932,Stewarton East - 01,8b,Ageing suburbanites,S02001487,Stewarton East,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173325 +173325,S00100634,6a2,Comfortable Suburbia,S01007931,Northern and Irvine Valley Rural - 07,5c,Comfortable neighbourhoods,S02001486,Northern and Irvine Valley Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173326 +173326,S00100648,6a2,Comfortable Suburbia,S01007994,Southcraig and Beansburn - 04,8c,Comfortable suburbia,S02001499,Southcraig and Beansburn,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173327 +173327,S00100650,6a2,Comfortable Suburbia,S01007994,Southcraig and Beansburn - 04,8c,Comfortable suburbia,S02001499,Southcraig and Beansburn,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173328 +173328,S00100654,6a2,Comfortable Suburbia,S01007987,Dean and New Farm Loch North - 02,5d,Endeavouring social renters,S02001498,Dean and New Farm Loch North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173329 +173329,S00100660,6a2,Comfortable Suburbia,S01007940,Darvel - 01,5c,Comfortable neighbourhoods,S02001489,Darvel,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173330 +173330,S00100769,6a2,Comfortable Suburbia,S01007919,Cumnock North - 04,8b,Ageing suburbanites,S02001484,Cumnock North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173331 +173331,S00100813,6a2,Comfortable Suburbia,S01007995,Southcraig and Beansburn - 05,8b,Ageing suburbanites,S02001499,Southcraig and Beansburn,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173332 +173332,S00100814,6a2,Comfortable Suburbia,S01007995,Southcraig and Beansburn - 05,8b,Ageing suburbanites,S02001499,Southcraig and Beansburn,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173333 +173333,S00100815,6a2,Comfortable Suburbia,S01007994,Southcraig and Beansburn - 04,8c,Comfortable suburbia,S02001499,Southcraig and Beansburn,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173334 +173334,S00100817,6a2,Comfortable Suburbia,S01007992,Southcraig and Beansburn - 02,8c,Comfortable suburbia,S02001499,Southcraig and Beansburn,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173335 +173335,S00100820,6a2,Comfortable Suburbia,S01007991,Southcraig and Beansburn - 01,8c,Comfortable suburbia,S02001499,Southcraig and Beansburn,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173336 +173336,S00100824,6a2,Comfortable Suburbia,S01007991,Southcraig and Beansburn - 01,8c,Comfortable suburbia,S02001499,Southcraig and Beansburn,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173337 +173337,S00100825,6a2,Comfortable Suburbia,S01007991,Southcraig and Beansburn - 01,8c,Comfortable suburbia,S02001499,Southcraig and Beansburn,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173338 +173338,S00100826,6a2,Comfortable Suburbia,S01007991,Southcraig and Beansburn - 01,8c,Comfortable suburbia,S02001499,Southcraig and Beansburn,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173339 +173339,S00100827,6a2,Comfortable Suburbia,S01007991,Southcraig and Beansburn - 01,8c,Comfortable suburbia,S02001499,Southcraig and Beansburn,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173340 +173340,S00100850,6a2,Comfortable Suburbia,S01007934,Stewarton East - 03,5c,Comfortable neighbourhoods,S02001487,Stewarton East,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173341 +173341,S00100852,6a2,Comfortable Suburbia,S01007936,Stewarton East - 05,8c,Comfortable suburbia,S02001487,Stewarton East,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173342 +173342,S00100866,6a2,Comfortable Suburbia,S01008023,"Grange, Howard and Gargieston - 07",8b,Ageing suburbanites,S02001503,"Grange, Howard and Gargieston",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173343 +173343,S00100867,6a2,Comfortable Suburbia,S01008023,"Grange, Howard and Gargieston - 07",8b,Ageing suburbanites,S02001503,"Grange, Howard and Gargieston",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173344 +173344,S00100868,6a2,Comfortable Suburbia,S01008024,"Grange, Howard and Gargieston - 08",8c,Comfortable suburbia,S02001503,"Grange, Howard and Gargieston",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173345 +173345,S00100872,6a2,Comfortable Suburbia,S01008023,"Grange, Howard and Gargieston - 07",8b,Ageing suburbanites,S02001503,"Grange, Howard and Gargieston",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173346 +173346,S00100873,6a2,Comfortable Suburbia,S01008023,"Grange, Howard and Gargieston - 07",8b,Ageing suburbanites,S02001503,"Grange, Howard and Gargieston",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173347 +173347,S00100874,6a2,Comfortable Suburbia,S01008023,"Grange, Howard and Gargieston - 07",8b,Ageing suburbanites,S02001503,"Grange, Howard and Gargieston",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173348 +173348,S00100159,5b2,Communal Retirement,S01008013,Bonnyton and Town Centre - 02,5a,Ageing urban communities,S02001502,Bonnyton and Town Centre,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173349 +173349,S00100160,5b2,Communal Retirement,S01008013,Bonnyton and Town Centre - 02,5a,Ageing urban communities,S02001502,Bonnyton and Town Centre,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173350 +173350,S00100162,5b2,Communal Retirement,S01008013,Bonnyton and Town Centre - 02,5a,Ageing urban communities,S02001502,Bonnyton and Town Centre,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173351 +173351,S00100309,5b2,Communal Retirement,S01007998,Southcraig and Beansburn - 08,5a,Ageing urban communities,S02001499,Southcraig and Beansburn,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173352 +173352,S00100530,5b2,Communal Retirement,S01008027,"Crosshouse, Gatehead and Kilmaurs Rural - 03",4a,Challenged white communities,S02001504,"Crosshouse, Gatehead and Kilmaurs Rural",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173353 +173353,S00100731,5b2,Communal Retirement,S01008003,Altonhill North and Onthank - 05,5a,Ageing urban communities,S02001500,Altonhill North and Onthank,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173354 +173354,S00100786,5b2,Communal Retirement,S01008012,Bonnyton and Town Centre - 01,4d,Hard-pressed flat dwellers,S02001502,Bonnyton and Town Centre,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173355 +173355,S00099787,8c2,Ageing Rural Industry Workers,S01007904,Cumnock Rural - 08,2c,Remoter communities,S02001481,Cumnock Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173356 +173356,S00099794,7c2,Constrained Young Families,S01007881,Mauchline Rural - 01,2d,Rural traits,S02001478,Mauchline Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173357 +173357,S00099795,7c2,Constrained Young Families,S01007881,Mauchline Rural - 01,2d,Rural traits,S02001478,Mauchline Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173358 +173358,S00099796,7c2,Constrained Young Families,S01007881,Mauchline Rural - 01,2d,Rural traits,S02001478,Mauchline Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173359 +173359,S00099866,7c2,Constrained Young Families,S01007872,Doon Valley South - 03,4a,Challenged white communities,S02001476,Doon Valley South,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173360 +173360,S00099871,7c2,Constrained Young Families,S01007871,Doon Valley South - 02,4a,Challenged white communities,S02001476,Doon Valley South,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173361 +173361,S00100799,7c2,Constrained Young Families,S01008006,"Altonhill South, Longpark and Hillhead - 02",4a,Challenged white communities,S02001501,"Altonhill South, Longpark and Hillhead",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173362 +173362,S00099873,7c2,Constrained Young Families,S01007871,Doon Valley South - 02,4a,Challenged white communities,S02001476,Doon Valley South,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173363 +173363,S00099880,7c2,Constrained Young Families,S01007874,Doon Valley South - 05,4a,Challenged white communities,S02001476,Doon Valley South,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173364 +173364,S00099881,7c2,Constrained Young Families,S01007874,Doon Valley South - 05,4a,Challenged white communities,S02001476,Doon Valley South,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173365 +173365,S00099890,7c2,Constrained Young Families,S01007877,Doon Valley North - 03,5d,Endeavouring social renters,S02001477,Doon Valley North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173366 +173366,S00099893,7c2,Constrained Young Families,S01007877,Doon Valley North - 03,5d,Endeavouring social renters,S02001477,Doon Valley North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173367 +173367,S00099910,7c2,Constrained Young Families,S01007906,New Cumnock - 02,4a,Challenged white communities,S02001482,New Cumnock,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173368 +173368,S00099937,7c2,Constrained Young Families,S01007891,Drongan - 04,5c,Comfortable neighbourhoods,S02001479,Drongan,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173369 +173369,S00099963,7c2,Constrained Young Families,S01007914,Cumnock South and Craigens - 06,4a,Challenged white communities,S02001483,Cumnock South and Craigens,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173370 +173370,S00099965,7c2,Constrained Young Families,S01007915,Cumnock South and Craigens - 07,4a,Challenged white communities,S02001483,Cumnock South and Craigens,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173371 +173371,S00099972,7c2,Constrained Young Families,S01007917,Cumnock North - 02,5d,Endeavouring social renters,S02001484,Cumnock North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173372 +173372,S00100002,7c2,Constrained Young Families,S01007910,Cumnock South and Craigens - 02,4a,Challenged white communities,S02001483,Cumnock South and Craigens,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173373 +173373,S00100133,6a3,Detached Retirement Living,S01008014,Bonnyton and Town Centre - 03,5c,Comfortable neighbourhoods,S02001502,Bonnyton and Town Centre,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173374 +173374,S00100067,7c2,Constrained Young Families,S01007885,Mauchline Rural - 05,4a,Challenged white communities,S02001478,Mauchline Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173375 +173375,S00100728,7b3,Endeavouring Flat Dwellers,S01008020,"Grange, Howard and Gargieston - 04",5c,Comfortable neighbourhoods,S02001503,"Grange, Howard and Gargieston",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173376 +173376,S00099885,8c2,Ageing Rural Industry Workers,S01007878,Doon Valley North - 04,4a,Challenged white communities,S02001477,Doon Valley North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173377 +173377,S00099896,8c2,Ageing Rural Industry Workers,S01007908,New Cumnock - 04,5c,Comfortable neighbourhoods,S02001482,New Cumnock,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173378 +173378,S00099901,8c2,Ageing Rural Industry Workers,S01007905,New Cumnock - 01,4a,Challenged white communities,S02001482,New Cumnock,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173379 +173379,S00099905,8c2,Ageing Rural Industry Workers,S01007905,New Cumnock - 01,4a,Challenged white communities,S02001482,New Cumnock,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173380 +173380,S00099909,8c2,Ageing Rural Industry Workers,S01007906,New Cumnock - 02,4a,Challenged white communities,S02001482,New Cumnock,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173381 +173381,S00099913,8c2,Ageing Rural Industry Workers,S01007906,New Cumnock - 02,4a,Challenged white communities,S02001482,New Cumnock,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173382 +173382,S00099914,8c2,Ageing Rural Industry Workers,S01007908,New Cumnock - 04,5c,Comfortable neighbourhoods,S02001482,New Cumnock,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173383 +173383,S00099940,8c2,Ageing Rural Industry Workers,S01007888,Drongan - 01,4a,Challenged white communities,S02001479,Drongan,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173384 +173384,S00099949,8c2,Ageing Rural Industry Workers,S01007916,Cumnock North - 01,5e,Primary sector workers,S02001484,Cumnock North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173385 +173385,S00100004,8c2,Ageing Rural Industry Workers,S01007911,Cumnock South and Craigens - 03,5e,Primary sector workers,S02001483,Cumnock South and Craigens,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173386 +173386,S00100020,8c2,Ageing Rural Industry Workers,S01007883,Mauchline Rural - 03,5e,Primary sector workers,S02001478,Mauchline Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173387 +173387,S00100022,8c2,Ageing Rural Industry Workers,S01007883,Mauchline Rural - 03,5e,Primary sector workers,S02001478,Mauchline Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173388 +173388,S00100023,8c2,Ageing Rural Industry Workers,S01007883,Mauchline Rural - 03,5e,Primary sector workers,S02001478,Mauchline Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173389 +173389,S00100030,8c2,Ageing Rural Industry Workers,S01007923,Auchinleck - 03,5e,Primary sector workers,S02001485,Auchinleck,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173390 +173390,S00100035,8c2,Ageing Rural Industry Workers,S01007921,Auchinleck - 01,4a,Challenged white communities,S02001485,Auchinleck,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173391 +173391,S00100045,8c2,Ageing Rural Industry Workers,S01007921,Auchinleck - 01,4a,Challenged white communities,S02001485,Auchinleck,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173392 +173392,S00100055,8c2,Ageing Rural Industry Workers,S01007923,Auchinleck - 03,5e,Primary sector workers,S02001485,Auchinleck,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173393 +173393,S00100058,8c2,Ageing Rural Industry Workers,S01007886,Mauchline Rural - 06,5c,Comfortable neighbourhoods,S02001478,Mauchline Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173394 +173394,S00100063,8c2,Ageing Rural Industry Workers,S01007885,Mauchline Rural - 05,4a,Challenged white communities,S02001478,Mauchline Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173395 +173395,S00100069,8c2,Ageing Rural Industry Workers,S01007885,Mauchline Rural - 05,4a,Challenged white communities,S02001478,Mauchline Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173396 +173396,S00100082,8c2,Ageing Rural Industry Workers,S01007893,Mauchline - 02,5c,Comfortable neighbourhoods,S02001480,Mauchline,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173397 +173397,S00100091,8c2,Ageing Rural Industry Workers,S01007895,Mauchline - 04,5c,Comfortable neighbourhoods,S02001480,Mauchline,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173398 +173398,S00100099,8c2,Ageing Rural Industry Workers,S01007902,Cumnock Rural - 06,4a,Challenged white communities,S02001481,Cumnock Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173399 +173399,S00100104,8c2,Ageing Rural Industry Workers,S01007903,Cumnock Rural - 07,5e,Primary sector workers,S02001481,Cumnock Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173400 +173400,S00100105,8c2,Ageing Rural Industry Workers,S01007903,Cumnock Rural - 07,5e,Primary sector workers,S02001481,Cumnock Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173401 +173401,S00100106,8c2,Ageing Rural Industry Workers,S01007903,Cumnock Rural - 07,5e,Primary sector workers,S02001481,Cumnock Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173402 +173402,S00100135,8c2,Ageing Rural Industry Workers,S01008014,Bonnyton and Town Centre - 03,5c,Comfortable neighbourhoods,S02001502,Bonnyton and Town Centre,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173403 +173403,S00100223,8c2,Ageing Rural Industry Workers,S01007977,Piersland - 01,5c,Comfortable neighbourhoods,S02001496,Piersland,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173404 +173404,S00100276,8c2,Ageing Rural Industry Workers,S01007974,Kilmarnock South Central and Caprington - 02,4d,Hard-pressed flat dwellers,S02001495,Kilmarnock South Central and Caprington,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173405 +173405,S00100334,8c2,Ageing Rural Industry Workers,S01008000,Altonhill North and Onthank - 02,4a,Challenged white communities,S02001500,Altonhill North and Onthank,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173406 +173406,S00100358,8c2,Ageing Rural Industry Workers,S01007980,Piersland - 04,5c,Comfortable neighbourhoods,S02001496,Piersland,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173407 +173407,S00100451,8c2,Ageing Rural Industry Workers,S01007954,Galston - 06,4a,Challenged white communities,S02001491,Galston,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173408 +173408,S00100456,8c2,Ageing Rural Industry Workers,S01007953,Galston - 05,5d,Endeavouring social renters,S02001491,Galston,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173409 +173409,S00100458,8c2,Ageing Rural Industry Workers,S01007953,Galston - 05,5d,Endeavouring social renters,S02001491,Galston,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173410 +173410,S00100487,8c2,Ageing Rural Industry Workers,S01007948,Newmilns - 04,4a,Challenged white communities,S02001490,Newmilns,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173411 +173411,S00100498,8c2,Ageing Rural Industry Workers,S01007947,Newmilns - 03,5c,Comfortable neighbourhoods,S02001490,Newmilns,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173412 +173412,S00100502,8c2,Ageing Rural Industry Workers,S01007946,Newmilns - 02,5e,Primary sector workers,S02001490,Newmilns,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173413 +173413,S00100507,8c2,Ageing Rural Industry Workers,S01007945,Newmilns - 01,5e,Primary sector workers,S02001490,Newmilns,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173414 +173414,S00100508,8c2,Ageing Rural Industry Workers,S01007945,Newmilns - 01,5e,Primary sector workers,S02001490,Newmilns,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173415 +173415,S00100259,6a3,Detached Retirement Living,S01007973,Kilmarnock South Central and Caprington - 01,8b,Ageing suburbanites,S02001495,Kilmarnock South Central and Caprington,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173416 +173416,S00100787,7b3,Endeavouring Flat Dwellers,S01008015,Bonnyton and Town Centre - 04,4d,Hard-pressed flat dwellers,S02001502,Bonnyton and Town Centre,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173417 +173417,S00100068,7c2,Constrained Young Families,S01007885,Mauchline Rural - 05,4a,Challenged white communities,S02001478,Mauchline Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173418 +173418,S00100509,8c2,Ageing Rural Industry Workers,S01007945,Newmilns - 01,5e,Primary sector workers,S02001490,Newmilns,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173419 +173419,S00100515,8c2,Ageing Rural Industry Workers,S01007946,Newmilns - 02,5e,Primary sector workers,S02001490,Newmilns,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173420 +173420,S00100523,8c2,Ageing Rural Industry Workers,S01008026,"Crosshouse, Gatehead and Kilmaurs Rural - 02",5c,Comfortable neighbourhoods,S02001504,"Crosshouse, Gatehead and Kilmaurs Rural",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173421 +173421,S00100809,7c2,Constrained Young Families,S01008000,Altonhill North and Onthank - 02,4a,Challenged white communities,S02001500,Altonhill North and Onthank,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173422 +173422,S00100557,8c2,Ageing Rural Industry Workers,S01007943,Darvel - 04,5c,Comfortable neighbourhoods,S02001489,Darvel,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173423 +173423,S00100583,8c2,Ageing Rural Industry Workers,S01007928,Northern and Irvine Valley Rural - 04,5a,Ageing urban communities,S02001486,Northern and Irvine Valley Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173424 +173424,S00100314,6a3,Detached Retirement Living,S01007997,Southcraig and Beansburn - 07,8b,Ageing suburbanites,S02001499,Southcraig and Beansburn,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173425 +173425,S00100345,6a3,Detached Retirement Living,S01007993,Southcraig and Beansburn - 03,8b,Ageing suburbanites,S02001499,Southcraig and Beansburn,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173426 +173426,S00100347,6a3,Detached Retirement Living,S01007993,Southcraig and Beansburn - 03,8b,Ageing suburbanites,S02001499,Southcraig and Beansburn,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173427 +173427,S00100362,6a3,Detached Retirement Living,S01007984,New Farm Loch South - 03,5c,Comfortable neighbourhoods,S02001497,New Farm Loch South,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173428 +173428,S00100497,6a3,Detached Retirement Living,S01007947,Newmilns - 03,5c,Comfortable neighbourhoods,S02001490,Newmilns,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173429 +173429,S00100560,6a3,Detached Retirement Living,S01007940,Darvel - 01,5c,Comfortable neighbourhoods,S02001489,Darvel,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173430 +173430,S00100579,6a3,Detached Retirement Living,S01008032,Kilmaurs - 03,5d,Endeavouring social renters,S02001505,Kilmaurs,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173431 +173431,S00100581,6a3,Detached Retirement Living,S01007928,Northern and Irvine Valley Rural - 04,5a,Ageing urban communities,S02001486,Northern and Irvine Valley Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173432 +173432,S00100608,6a3,Detached Retirement Living,S01007936,Stewarton East - 05,8c,Comfortable suburbia,S02001487,Stewarton East,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173433 +173433,S00100615,6a3,Detached Retirement Living,S01007932,Stewarton East - 01,8b,Ageing suburbanites,S02001487,Stewarton East,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173434 +173434,S00100616,6a3,Detached Retirement Living,S01007932,Stewarton East - 01,8b,Ageing suburbanites,S02001487,Stewarton East,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173435 +173435,S00100618,6a3,Detached Retirement Living,S01007932,Stewarton East - 01,8b,Ageing suburbanites,S02001487,Stewarton East,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173436 +173436,S00100640,6a3,Detached Retirement Living,S01007941,Darvel - 02,8b,Ageing suburbanites,S02001489,Darvel,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173437 +173437,S00100683,6a3,Detached Retirement Living,S01008020,"Grange, Howard and Gargieston - 04",5c,Comfortable neighbourhoods,S02001503,"Grange, Howard and Gargieston",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173438 +173438,S00100766,6a3,Detached Retirement Living,S01007919,Cumnock North - 04,8b,Ageing suburbanites,S02001484,Cumnock North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173439 +173439,S00100768,6a3,Detached Retirement Living,S01007919,Cumnock North - 04,8b,Ageing suburbanites,S02001484,Cumnock North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173440 +173440,S00100774,6a3,Detached Retirement Living,S01007892,Mauchline - 01,5c,Comfortable neighbourhoods,S02001480,Mauchline,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173441 +173441,S00100779,6a3,Detached Retirement Living,S01007893,Mauchline - 02,5c,Comfortable neighbourhoods,S02001480,Mauchline,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173442 +173442,S00100812,6a3,Detached Retirement Living,S01007995,Southcraig and Beansburn - 05,8b,Ageing suburbanites,S02001499,Southcraig and Beansburn,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173443 +173443,S00099799,1c3,Detached Rural Retirement,S01007870,Doon Valley South - 01,2c,Remoter communities,S02001476,Doon Valley South,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173444 +173444,S00099824,1c3,Detached Rural Retirement,S01008029,"Crosshouse, Gatehead and Kilmaurs Rural - 05",2a,Ageing rural neighbourhoods,S02001504,"Crosshouse, Gatehead and Kilmaurs Rural",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173445 +173445,S00099853,1c3,Detached Rural Retirement,S01007928,Northern and Irvine Valley Rural - 04,5a,Ageing urban communities,S02001486,Northern and Irvine Valley Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173446 +173446,S00100235,7b1,Eastern European Communities,S01007963,Shortlees - 02,4d,Hard-pressed flat dwellers,S02001493,Shortlees,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173447 +173447,S00100302,7b1,Eastern European Communities,S01008008,"Altonhill South, Longpark and Hillhead - 04",4a,Challenged white communities,S02001501,"Altonhill South, Longpark and Hillhead",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173448 +173448,S00100384,7b1,Eastern European Communities,S01007985,New Farm Loch South - 04,4a,Challenged white communities,S02001497,New Farm Loch South,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173449 +173449,S00100676,7b1,Eastern European Communities,S01007910,Cumnock South and Craigens - 02,4a,Challenged white communities,S02001483,Cumnock South and Craigens,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173450 +173450,S00100857,7c2,Constrained Young Families,S01007963,Shortlees - 02,4d,Hard-pressed flat dwellers,S02001493,Shortlees,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173451 +173451,S00100092,7c2,Constrained Young Families,S01007896,Mauchline - 05,4a,Challenged white communities,S02001480,Mauchline,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173452 +173452,S00100791,7b3,Endeavouring Flat Dwellers,S01008012,Bonnyton and Town Centre - 01,4d,Hard-pressed flat dwellers,S02001502,Bonnyton and Town Centre,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173453 +173453,S00099954,7b3,Endeavouring Flat Dwellers,S01007912,Cumnock South and Craigens - 04,5d,Endeavouring social renters,S02001483,Cumnock South and Craigens,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173454 +173454,S00099979,7b3,Endeavouring Flat Dwellers,S01007913,Cumnock South and Craigens - 05,4a,Challenged white communities,S02001483,Cumnock South and Craigens,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173455 +173455,S00100126,7b3,Endeavouring Flat Dwellers,S01008012,Bonnyton and Town Centre - 01,4d,Hard-pressed flat dwellers,S02001502,Bonnyton and Town Centre,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173456 +173456,S00100141,7b3,Endeavouring Flat Dwellers,S01008016,Bonnyton and Town Centre - 05,4d,Hard-pressed flat dwellers,S02001502,Bonnyton and Town Centre,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173457 +173457,S00100152,7b3,Endeavouring Flat Dwellers,S01008015,Bonnyton and Town Centre - 04,4d,Hard-pressed flat dwellers,S02001502,Bonnyton and Town Centre,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173458 +173458,S00100153,7b3,Endeavouring Flat Dwellers,S01008015,Bonnyton and Town Centre - 04,4d,Hard-pressed flat dwellers,S02001502,Bonnyton and Town Centre,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173459 +173459,S00100157,7b3,Endeavouring Flat Dwellers,S01008012,Bonnyton and Town Centre - 01,4d,Hard-pressed flat dwellers,S02001502,Bonnyton and Town Centre,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173460 +173460,S00100168,7b3,Endeavouring Flat Dwellers,S01007976,Kilmarnock South Central and Caprington - 04,4d,Hard-pressed flat dwellers,S02001495,Kilmarnock South Central and Caprington,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173461 +173461,S00100278,7b3,Endeavouring Flat Dwellers,S01007975,Kilmarnock South Central and Caprington - 03,4a,Challenged white communities,S02001495,Kilmarnock South Central and Caprington,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173462 +173462,S00100280,7b3,Endeavouring Flat Dwellers,S01008011,"Altonhill South, Longpark and Hillhead - 07",4d,Hard-pressed flat dwellers,S02001501,"Altonhill South, Longpark and Hillhead",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173463 +173463,S00100282,7b3,Endeavouring Flat Dwellers,S01008011,"Altonhill South, Longpark and Hillhead - 07",4d,Hard-pressed flat dwellers,S02001501,"Altonhill South, Longpark and Hillhead",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173464 +173464,S00100283,7b3,Endeavouring Flat Dwellers,S01008009,"Altonhill South, Longpark and Hillhead - 05",4d,Hard-pressed flat dwellers,S02001501,"Altonhill South, Longpark and Hillhead",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173465 +173465,S00100286,7b3,Endeavouring Flat Dwellers,S01008010,"Altonhill South, Longpark and Hillhead - 06",4b,Constrained renters,S02001501,"Altonhill South, Longpark and Hillhead",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173466 +173466,S00100434,7b3,Endeavouring Flat Dwellers,S01007958,Earlston and Hurlford Rural - 04,4a,Challenged white communities,S02001492,Earlston and Hurlford Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173467 +173467,S00100436,7b3,Endeavouring Flat Dwellers,S01007957,Earlston and Hurlford Rural - 03,4a,Challenged white communities,S02001492,Earlston and Hurlford Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173468 +173468,S00100559,7b3,Endeavouring Flat Dwellers,S01007940,Darvel - 01,5c,Comfortable neighbourhoods,S02001489,Darvel,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173469 +173469,S00100602,7b3,Endeavouring Flat Dwellers,S01007938,Stewarton West - 02,5c,Comfortable neighbourhoods,S02001488,Stewarton West,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173470 +173470,S00100607,7b3,Endeavouring Flat Dwellers,S01007935,Stewarton East - 04,4d,Hard-pressed flat dwellers,S02001487,Stewarton East,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173471 +173471,S00100122,5b1,Delayed Retirement,S01008019,"Grange, Howard and Gargieston - 03",5a,Ageing urban communities,S02001503,"Grange, Howard and Gargieston",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173472 +173472,S00100166,5b1,Delayed Retirement,S01008018,"Grange, Howard and Gargieston - 02",8a,Affluent communities,S02001503,"Grange, Howard and Gargieston",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173473 +173473,S00100177,5b1,Delayed Retirement,S01007979,Piersland - 03,5c,Comfortable neighbourhoods,S02001496,Piersland,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173474 +173474,S00100181,5b1,Delayed Retirement,S01007978,Piersland - 02,4d,Hard-pressed flat dwellers,S02001496,Piersland,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173475 +173475,S00100845,5b1,Delayed Retirement,S01007935,Stewarton East - 04,4d,Hard-pressed flat dwellers,S02001487,Stewarton East,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173476 +173476,S00099882,8b1,Deprived Blue-Collar Terraces,S01007874,Doon Valley South - 05,4a,Challenged white communities,S02001476,Doon Valley South,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173477 +173477,S00100393,8b1,Deprived Blue-Collar Terraces,S01007988,Dean and New Farm Loch North - 03,5d,Endeavouring social renters,S02001498,Dean and New Farm Loch North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173478 +173478,S00100399,8b1,Deprived Blue-Collar Terraces,S01007990,Dean and New Farm Loch North - 05,5d,Endeavouring social renters,S02001498,Dean and New Farm Loch North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173479 +173479,S00100500,8b1,Deprived Blue-Collar Terraces,S01007946,Newmilns - 02,5e,Primary sector workers,S02001490,Newmilns,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173480 +173480,S00100547,8b1,Deprived Blue-Collar Terraces,S01007942,Darvel - 03,5c,Comfortable neighbourhoods,S02001489,Darvel,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173481 +173481,S00100578,8b1,Deprived Blue-Collar Terraces,S01008032,Kilmaurs - 03,5d,Endeavouring social renters,S02001505,Kilmaurs,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173482 +173482,S00100625,8b1,Deprived Blue-Collar Terraces,S01007933,Stewarton East - 02,5b,Aspiring urban households,S02001487,Stewarton East,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173483 +173483,S00100646,8b1,Deprived Blue-Collar Terraces,S01007933,Stewarton East - 02,5b,Aspiring urban households,S02001487,Stewarton East,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173484 +173484,S00100833,8b1,Deprived Blue-Collar Terraces,S01007990,Dean and New Farm Loch North - 05,5d,Endeavouring social renters,S02001498,Dean and New Farm Loch North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173485 +173485,S00099867,7b2,Deprived Neighbourhoods,S01007872,Doon Valley South - 03,4a,Challenged white communities,S02001476,Doon Valley South,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173486 +173486,S00099908,7b2,Deprived Neighbourhoods,S01007906,New Cumnock - 02,4a,Challenged white communities,S02001482,New Cumnock,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173487 +173487,S00100000,7b2,Deprived Neighbourhoods,S01007910,Cumnock South and Craigens - 02,4a,Challenged white communities,S02001483,Cumnock South and Craigens,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173488 +173488,S00100793,7b3,Endeavouring Flat Dwellers,S01007978,Piersland - 02,4d,Hard-pressed flat dwellers,S02001496,Piersland,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173489 +173489,S00100047,7b2,Deprived Neighbourhoods,S01007922,Auchinleck - 02,4a,Challenged white communities,S02001485,Auchinleck,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173490 +173490,S00100050,7b2,Deprived Neighbourhoods,S01007922,Auchinleck - 02,4a,Challenged white communities,S02001485,Auchinleck,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173491 +173491,S00100066,7b2,Deprived Neighbourhoods,S01007885,Mauchline Rural - 05,4a,Challenged white communities,S02001478,Mauchline Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173492 +173492,S00100176,7b2,Deprived Neighbourhoods,S01007978,Piersland - 02,4d,Hard-pressed flat dwellers,S02001496,Piersland,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173493 +173493,S00100093,7c2,Constrained Young Families,S01007896,Mauchline - 05,4a,Challenged white communities,S02001480,Mauchline,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173494 +173494,S00100230,7b2,Deprived Neighbourhoods,S01007963,Shortlees - 02,4d,Hard-pressed flat dwellers,S02001493,Shortlees,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173495 +173495,S00100269,7b2,Deprived Neighbourhoods,S01007974,Kilmarnock South Central and Caprington - 02,4d,Hard-pressed flat dwellers,S02001495,Kilmarnock South Central and Caprington,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173496 +173496,S00100279,7b2,Deprived Neighbourhoods,S01008011,"Altonhill South, Longpark and Hillhead - 07",4d,Hard-pressed flat dwellers,S02001501,"Altonhill South, Longpark and Hillhead",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173497 +173497,S00100285,7b2,Deprived Neighbourhoods,S01008010,"Altonhill South, Longpark and Hillhead - 06",4b,Constrained renters,S02001501,"Altonhill South, Longpark and Hillhead",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173498 +173498,S00100290,7b2,Deprived Neighbourhoods,S01008010,"Altonhill South, Longpark and Hillhead - 06",4b,Constrained renters,S02001501,"Altonhill South, Longpark and Hillhead",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173499 +173499,S00100293,7b2,Deprived Neighbourhoods,S01008010,"Altonhill South, Longpark and Hillhead - 06",4b,Constrained renters,S02001501,"Altonhill South, Longpark and Hillhead",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173500 +173500,S00100294,7b2,Deprived Neighbourhoods,S01008010,"Altonhill South, Longpark and Hillhead - 06",4b,Constrained renters,S02001501,"Altonhill South, Longpark and Hillhead",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173501 +173501,S00100468,7b2,Deprived Neighbourhoods,S01007952,Galston - 04,4a,Challenged white communities,S02001491,Galston,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173502 +173502,S00100490,7b2,Deprived Neighbourhoods,S01007948,Newmilns - 04,4a,Challenged white communities,S02001490,Newmilns,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173503 +173503,S00100586,7b2,Deprived Neighbourhoods,S01007939,Stewarton West - 03,4a,Challenged white communities,S02001488,Stewarton West,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173504 +173504,S00100725,7b2,Deprived Neighbourhoods,S01007878,Doon Valley North - 04,4a,Challenged white communities,S02001477,Doon Valley North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173505 +173505,S00100831,7b2,Deprived Neighbourhoods,S01007985,New Farm Loch South - 04,4a,Challenged white communities,S02001497,New Farm Loch South,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173506 +173506,S00099991,6a3,Detached Retirement Living,S01007919,Cumnock North - 04,8b,Ageing suburbanites,S02001484,Cumnock North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173507 +173507,S00099996,6a3,Detached Retirement Living,S01007920,Cumnock North - 05,8b,Ageing suburbanites,S02001484,Cumnock North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173508 +173508,S00100079,6a3,Detached Retirement Living,S01007892,Mauchline - 01,5c,Comfortable neighbourhoods,S02001480,Mauchline,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173509 +173509,S00100107,6a3,Detached Retirement Living,S01008022,"Grange, Howard and Gargieston - 06",8b,Ageing suburbanites,S02001503,"Grange, Howard and Gargieston",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173510 +173510,S00100110,6a3,Detached Retirement Living,S01008022,"Grange, Howard and Gargieston - 06",8b,Ageing suburbanites,S02001503,"Grange, Howard and Gargieston",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173511 +173511,S00100111,6a3,Detached Retirement Living,S01008022,"Grange, Howard and Gargieston - 06",8b,Ageing suburbanites,S02001503,"Grange, Howard and Gargieston",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173512 +173512,S00100112,6a3,Detached Retirement Living,S01008018,"Grange, Howard and Gargieston - 02",8a,Affluent communities,S02001503,"Grange, Howard and Gargieston",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173513 +173513,S00100113,6a3,Detached Retirement Living,S01008021,"Grange, Howard and Gargieston - 05",8b,Ageing suburbanites,S02001503,"Grange, Howard and Gargieston",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173514 +173514,S00100116,6a3,Detached Retirement Living,S01008018,"Grange, Howard and Gargieston - 02",8a,Affluent communities,S02001503,"Grange, Howard and Gargieston",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173515 +173515,S00100228,7c2,Constrained Young Families,S01007962,Shortlees - 01,4a,Challenged white communities,S02001493,Shortlees,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173516 +173516,S00100231,7c2,Constrained Young Families,S01007963,Shortlees - 02,4d,Hard-pressed flat dwellers,S02001493,Shortlees,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173517 +173517,S00100232,7c2,Constrained Young Families,S01007963,Shortlees - 02,4d,Hard-pressed flat dwellers,S02001493,Shortlees,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173518 +173518,S00100233,7c2,Constrained Young Families,S01007963,Shortlees - 02,4d,Hard-pressed flat dwellers,S02001493,Shortlees,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173519 +173519,S00100236,7c2,Constrained Young Families,S01007963,Shortlees - 02,4d,Hard-pressed flat dwellers,S02001493,Shortlees,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173520 +173520,S00100237,7c2,Constrained Young Families,S01007967,Shortlees - 06,4a,Challenged white communities,S02001493,Shortlees,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173521 +173521,S00100241,7c2,Constrained Young Families,S01007966,Shortlees - 05,4a,Challenged white communities,S02001493,Shortlees,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173522 +173522,S00100246,7c2,Constrained Young Families,S01007970,Bellfield and Kirkstyle - 03,4a,Challenged white communities,S02001494,Bellfield and Kirkstyle,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173523 +173523,S00100250,7c2,Constrained Young Families,S01007974,Kilmarnock South Central and Caprington - 02,4d,Hard-pressed flat dwellers,S02001495,Kilmarnock South Central and Caprington,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173524 +173524,S00100256,7c2,Constrained Young Families,S01007964,Shortlees - 03,4a,Challenged white communities,S02001493,Shortlees,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173525 +173525,S00100260,7c2,Constrained Young Families,S01007965,Shortlees - 04,4a,Challenged white communities,S02001493,Shortlees,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173526 +173526,S00100261,7c2,Constrained Young Families,S01007965,Shortlees - 04,4a,Challenged white communities,S02001493,Shortlees,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173527 +173527,S00100275,7c2,Constrained Young Families,S01007974,Kilmarnock South Central and Caprington - 02,4d,Hard-pressed flat dwellers,S02001495,Kilmarnock South Central and Caprington,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173528 +173528,S00100297,7c2,Constrained Young Families,S01008006,"Altonhill South, Longpark and Hillhead - 02",4a,Challenged white communities,S02001501,"Altonhill South, Longpark and Hillhead",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173529 +173529,S00100299,7c2,Constrained Young Families,S01008003,Altonhill North and Onthank - 05,5a,Ageing urban communities,S02001500,Altonhill North and Onthank,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173530 +173530,S00100301,7c2,Constrained Young Families,S01008008,"Altonhill South, Longpark and Hillhead - 04",4a,Challenged white communities,S02001501,"Altonhill South, Longpark and Hillhead",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173531 +173531,S00100317,7c2,Constrained Young Families,S01008007,"Altonhill South, Longpark and Hillhead - 03",4d,Hard-pressed flat dwellers,S02001501,"Altonhill South, Longpark and Hillhead",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173532 +173532,S00100318,7c2,Constrained Young Families,S01008007,"Altonhill South, Longpark and Hillhead - 03",4d,Hard-pressed flat dwellers,S02001501,"Altonhill South, Longpark and Hillhead",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173533 +173533,S00100319,7c2,Constrained Young Families,S01008007,"Altonhill South, Longpark and Hillhead - 03",4d,Hard-pressed flat dwellers,S02001501,"Altonhill South, Longpark and Hillhead",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173534 +173534,S00100320,7c2,Constrained Young Families,S01008002,Altonhill North and Onthank - 04,4a,Challenged white communities,S02001500,Altonhill North and Onthank,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173535 +173535,S00100323,7c2,Constrained Young Families,S01008002,Altonhill North and Onthank - 04,4a,Challenged white communities,S02001500,Altonhill North and Onthank,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173536 +173536,S00100324,7c2,Constrained Young Families,S01008002,Altonhill North and Onthank - 04,4a,Challenged white communities,S02001500,Altonhill North and Onthank,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173537 +173537,S00100325,7c2,Constrained Young Families,S01008001,Altonhill North and Onthank - 03,4a,Challenged white communities,S02001500,Altonhill North and Onthank,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173538 +173538,S00100326,7c2,Constrained Young Families,S01008001,Altonhill North and Onthank - 03,4a,Challenged white communities,S02001500,Altonhill North and Onthank,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173539 +173539,S00100327,7c2,Constrained Young Families,S01008001,Altonhill North and Onthank - 03,4a,Challenged white communities,S02001500,Altonhill North and Onthank,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173540 +173540,S00100330,7c2,Constrained Young Families,S01008001,Altonhill North and Onthank - 03,4a,Challenged white communities,S02001500,Altonhill North and Onthank,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173541 +173541,S00100333,7c2,Constrained Young Families,S01008000,Altonhill North and Onthank - 02,4a,Challenged white communities,S02001500,Altonhill North and Onthank,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173542 +173542,S00100337,7c2,Constrained Young Families,S01007999,Altonhill North and Onthank - 01,4a,Challenged white communities,S02001500,Altonhill North and Onthank,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173543 +173543,S00100365,7c2,Constrained Young Families,S01007983,New Farm Loch South - 02,4a,Challenged white communities,S02001497,New Farm Loch South,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173544 +173544,S00100367,7c2,Constrained Young Families,S01007983,New Farm Loch South - 02,4a,Challenged white communities,S02001497,New Farm Loch South,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173545 +173545,S00100371,7c2,Constrained Young Families,S01007983,New Farm Loch South - 02,4a,Challenged white communities,S02001497,New Farm Loch South,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173546 +173546,S00100386,7c2,Constrained Young Families,S01007985,New Farm Loch South - 04,4a,Challenged white communities,S02001497,New Farm Loch South,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173547 +173547,S00100420,7c2,Constrained Young Families,S01007957,Earlston and Hurlford Rural - 03,4a,Challenged white communities,S02001492,Earlston and Hurlford Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173548 +173548,S00100437,7c2,Constrained Young Families,S01007958,Earlston and Hurlford Rural - 04,4a,Challenged white communities,S02001492,Earlston and Hurlford Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173549 +173549,S00100449,7c2,Constrained Young Families,S01007954,Galston - 06,4a,Challenged white communities,S02001491,Galston,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173550 +173550,S00100454,7c2,Constrained Young Families,S01007954,Galston - 06,4a,Challenged white communities,S02001491,Galston,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173551 +173551,S00100455,7c2,Constrained Young Families,S01007954,Galston - 06,4a,Challenged white communities,S02001491,Galston,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173552 +173552,S00100489,7c2,Constrained Young Families,S01007948,Newmilns - 04,4a,Challenged white communities,S02001490,Newmilns,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173553 +173553,S00100492,7c2,Constrained Young Families,S01007948,Newmilns - 04,4a,Challenged white communities,S02001490,Newmilns,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173554 +173554,S00100511,7c2,Constrained Young Families,S01007945,Newmilns - 01,5e,Primary sector workers,S02001490,Newmilns,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173555 +173555,S00100531,7c2,Constrained Young Families,S01007944,Darvel - 05,5e,Primary sector workers,S02001489,Darvel,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173556 +173556,S00100553,7c2,Constrained Young Families,S01007940,Darvel - 01,5c,Comfortable neighbourhoods,S02001489,Darvel,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173557 +173557,S00100795,7b3,Endeavouring Flat Dwellers,S01007978,Piersland - 02,4d,Hard-pressed flat dwellers,S02001496,Piersland,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173558 +173558,S00100798,7b3,Endeavouring Flat Dwellers,S01008011,"Altonhill South, Longpark and Hillhead - 07",4d,Hard-pressed flat dwellers,S02001501,"Altonhill South, Longpark and Hillhead",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173559 +173559,S00099840,1a2,Established Farming Communities,S01007929,Northern and Irvine Valley Rural - 05,2c,Remoter communities,S02001486,Northern and Irvine Valley Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173560 +173560,S00099844,1a2,Established Farming Communities,S01007930,Northern and Irvine Valley Rural - 06,2c,Remoter communities,S02001486,Northern and Irvine Valley Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173561 +173561,S00099847,1a2,Established Farming Communities,S01007929,Northern and Irvine Valley Rural - 05,2c,Remoter communities,S02001486,Northern and Irvine Valley Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173562 +173562,S00099855,1a2,Established Farming Communities,S01007927,Northern and Irvine Valley Rural - 03,2c,Remoter communities,S02001486,Northern and Irvine Valley Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173563 +173563,S00100635,1a2,Established Farming Communities,S01007931,Northern and Irvine Valley Rural - 07,5c,Comfortable neighbourhoods,S02001486,Northern and Irvine Valley Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173564 +173564,S00100655,1a2,Established Farming Communities,S01007925,Northern and Irvine Valley Rural - 01,2c,Remoter communities,S02001486,Northern and Irvine Valley Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173565 +173565,S00100674,1a2,Established Farming Communities,S01007870,Doon Valley South - 01,2c,Remoter communities,S02001476,Doon Valley South,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173566 +173566,S00100680,1a2,Established Farming Communities,S01007880,Doon Valley North - 06,2c,Remoter communities,S02001477,Doon Valley North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173567 +173567,S00100739,1a2,Established Farming Communities,S01007882,Mauchline Rural - 02,2c,Remoter communities,S02001478,Mauchline Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173568 +173568,S00100169,7a2,Hampered Aspiration,S01007976,Kilmarnock South Central and Caprington - 04,4d,Hard-pressed flat dwellers,S02001495,Kilmarnock South Central and Caprington,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173569 +173569,S00100273,7a2,Hampered Aspiration,S01007971,Bellfield and Kirkstyle - 04,4a,Challenged white communities,S02001494,Bellfield and Kirkstyle,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173570 +173570,S00100621,7a2,Hampered Aspiration,S01007935,Stewarton East - 04,4d,Hard-pressed flat dwellers,S02001487,Stewarton East,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173571 +173571,S00100797,7a2,Hampered Aspiration,S01008011,"Altonhill South, Longpark and Hillhead - 07",4d,Hard-pressed flat dwellers,S02001501,"Altonhill South, Longpark and Hillhead",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173572 +173572,S00100802,8d2,Hard-Pressed Ethnic Mix,S01008003,Altonhill North and Onthank - 05,5a,Ageing urban communities,S02001500,Altonhill North and Onthank,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173573 +173573,S00100304,8d3,Hard-Pressed European Settlers,S01008008,"Altonhill South, Longpark and Hillhead - 04",4a,Challenged white communities,S02001501,"Altonhill South, Longpark and Hillhead",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173574 +173574,S00100808,8d3,Hard-Pressed European Settlers,S01008000,Altonhill North and Onthank - 02,4a,Challenged white communities,S02001500,Altonhill North and Onthank,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173575 +173575,S00099813,8b2,Hard-Pressed Rented Terraces,S01007909,Cumnock South and Craigens - 01,4a,Challenged white communities,S02001483,Cumnock South and Craigens,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173576 +173576,S00099857,8b2,Hard-Pressed Rented Terraces,S01007987,Dean and New Farm Loch North - 02,5d,Endeavouring social renters,S02001498,Dean and New Farm Loch North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173577 +173577,S00099864,8b2,Hard-Pressed Rented Terraces,S01007871,Doon Valley South - 02,4a,Challenged white communities,S02001476,Doon Valley South,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173578 +173578,S00099868,8b2,Hard-Pressed Rented Terraces,S01007872,Doon Valley South - 03,4a,Challenged white communities,S02001476,Doon Valley South,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173579 +173579,S00099870,8b2,Hard-Pressed Rented Terraces,S01007872,Doon Valley South - 03,4a,Challenged white communities,S02001476,Doon Valley South,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173580 +173580,S00099884,8b2,Hard-Pressed Rented Terraces,S01007879,Doon Valley North - 05,4a,Challenged white communities,S02001477,Doon Valley North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173581 +173581,S00099886,8b2,Hard-Pressed Rented Terraces,S01007879,Doon Valley North - 05,4a,Challenged white communities,S02001477,Doon Valley North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173582 +173582,S00099887,8b2,Hard-Pressed Rented Terraces,S01007878,Doon Valley North - 04,4a,Challenged white communities,S02001477,Doon Valley North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173583 +173583,S00099903,8b2,Hard-Pressed Rented Terraces,S01007905,New Cumnock - 01,4a,Challenged white communities,S02001482,New Cumnock,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173584 +173584,S00099921,8b2,Hard-Pressed Rented Terraces,S01007875,Doon Valley North - 01,5d,Endeavouring social renters,S02001477,Doon Valley North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173585 +173585,S00099926,8b2,Hard-Pressed Rented Terraces,S01007876,Doon Valley North - 02,5d,Endeavouring social renters,S02001477,Doon Valley North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173586 +173586,S00099927,8b2,Hard-Pressed Rented Terraces,S01007876,Doon Valley North - 02,5d,Endeavouring social renters,S02001477,Doon Valley North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173587 +173587,S00099931,8b2,Hard-Pressed Rented Terraces,S01007890,Drongan - 03,5d,Endeavouring social renters,S02001479,Drongan,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173588 +173588,S00099932,8b2,Hard-Pressed Rented Terraces,S01007889,Drongan - 02,4a,Challenged white communities,S02001479,Drongan,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173589 +173589,S00099934,8b2,Hard-Pressed Rented Terraces,S01007889,Drongan - 02,4a,Challenged white communities,S02001479,Drongan,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173590 +173590,S00099935,8b2,Hard-Pressed Rented Terraces,S01007889,Drongan - 02,4a,Challenged white communities,S02001479,Drongan,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173591 +173591,S00099941,8b2,Hard-Pressed Rented Terraces,S01007888,Drongan - 01,4a,Challenged white communities,S02001479,Drongan,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173592 +173592,S00099943,8b2,Hard-Pressed Rented Terraces,S01007888,Drongan - 01,4a,Challenged white communities,S02001479,Drongan,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173593 +173593,S00099947,8b2,Hard-Pressed Rented Terraces,S01007888,Drongan - 01,4a,Challenged white communities,S02001479,Drongan,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173594 +173594,S00099950,8b2,Hard-Pressed Rented Terraces,S01007912,Cumnock South and Craigens - 04,5d,Endeavouring social renters,S02001483,Cumnock South and Craigens,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173595 +173595,S00099957,8b2,Hard-Pressed Rented Terraces,S01007914,Cumnock South and Craigens - 06,4a,Challenged white communities,S02001483,Cumnock South and Craigens,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173596 +173596,S00099958,8b2,Hard-Pressed Rented Terraces,S01007914,Cumnock South and Craigens - 06,4a,Challenged white communities,S02001483,Cumnock South and Craigens,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173597 +173597,S00099960,8b2,Hard-Pressed Rented Terraces,S01007914,Cumnock South and Craigens - 06,4a,Challenged white communities,S02001483,Cumnock South and Craigens,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173598 +173598,S00099964,8b2,Hard-Pressed Rented Terraces,S01007915,Cumnock South and Craigens - 07,4a,Challenged white communities,S02001483,Cumnock South and Craigens,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173599 +173599,S00099967,8b2,Hard-Pressed Rented Terraces,S01007915,Cumnock South and Craigens - 07,4a,Challenged white communities,S02001483,Cumnock South and Craigens,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173600 +173600,S00099911,7c3,Outer City Hardship,S01007906,New Cumnock - 02,4a,Challenged white communities,S02001482,New Cumnock,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173601 +173601,S00099916,7c3,Outer City Hardship,S01007908,New Cumnock - 04,5c,Comfortable neighbourhoods,S02001482,New Cumnock,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173602 +173602,S00099924,7c3,Outer City Hardship,S01007876,Doon Valley North - 02,5d,Endeavouring social renters,S02001477,Doon Valley North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173603 +173603,S00099936,7c3,Outer City Hardship,S01007891,Drongan - 04,5c,Comfortable neighbourhoods,S02001479,Drongan,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173604 +173604,S00099956,7c3,Outer City Hardship,S01007913,Cumnock South and Craigens - 05,4a,Challenged white communities,S02001483,Cumnock South and Craigens,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173605 +173605,S00099971,7c3,Outer City Hardship,S01007918,Cumnock North - 03,5e,Primary sector workers,S02001484,Cumnock North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173606 +173606,S00099974,7c3,Outer City Hardship,S01007918,Cumnock North - 03,5e,Primary sector workers,S02001484,Cumnock North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173607 +173607,S00099977,7c3,Outer City Hardship,S01007916,Cumnock North - 01,5e,Primary sector workers,S02001484,Cumnock North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173608 +173608,S00099980,7c3,Outer City Hardship,S01007913,Cumnock South and Craigens - 05,4a,Challenged white communities,S02001483,Cumnock South and Craigens,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173609 +173609,S00099981,7c3,Outer City Hardship,S01007913,Cumnock South and Craigens - 05,4a,Challenged white communities,S02001483,Cumnock South and Craigens,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173610 +173610,S00099982,7c3,Outer City Hardship,S01007916,Cumnock North - 01,5e,Primary sector workers,S02001484,Cumnock North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173611 +173611,S00099984,7c3,Outer City Hardship,S01007916,Cumnock North - 01,5e,Primary sector workers,S02001484,Cumnock North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173612 +173612,S00100775,1a4,Older Farming Communities,S01007892,Mauchline - 01,5c,Comfortable neighbourhoods,S02001480,Mauchline,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173613 +173613,S00100591,8b2,Hard-Pressed Rented Terraces,S01007939,Stewarton West - 03,4a,Challenged white communities,S02001488,Stewarton West,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173614 +173614,S00100098,8a2,Industrious Hardship,S01007902,Cumnock Rural - 06,4a,Challenged white communities,S02001481,Cumnock Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173615 +173615,S00099985,7c3,Outer City Hardship,S01007916,Cumnock North - 01,5e,Primary sector workers,S02001484,Cumnock North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173616 +173616,S00100001,7c3,Outer City Hardship,S01007910,Cumnock South and Craigens - 02,4a,Challenged white communities,S02001483,Cumnock South and Craigens,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173617 +173617,S00100049,7c3,Outer City Hardship,S01007924,Auchinleck - 04,4a,Challenged white communities,S02001485,Auchinleck,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173618 +173618,S00100051,7c3,Outer City Hardship,S01007924,Auchinleck - 04,4a,Challenged white communities,S02001485,Auchinleck,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173619 +173619,S00100053,7c3,Outer City Hardship,S01007924,Auchinleck - 04,4a,Challenged white communities,S02001485,Auchinleck,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173620 +173620,S00100070,7c3,Outer City Hardship,S01007886,Mauchline Rural - 06,5c,Comfortable neighbourhoods,S02001478,Mauchline Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173621 +173621,S00100071,7c3,Outer City Hardship,S01007885,Mauchline Rural - 05,4a,Challenged white communities,S02001478,Mauchline Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173622 +173622,S00100073,7c3,Outer City Hardship,S01007886,Mauchline Rural - 06,5c,Comfortable neighbourhoods,S02001478,Mauchline Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173623 +173623,S00100075,7c3,Outer City Hardship,S01007886,Mauchline Rural - 06,5c,Comfortable neighbourhoods,S02001478,Mauchline Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173624 +173624,S00100081,7c3,Outer City Hardship,S01007896,Mauchline - 05,4a,Challenged white communities,S02001480,Mauchline,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173625 +173625,S00100090,7c3,Outer City Hardship,S01007896,Mauchline - 05,4a,Challenged white communities,S02001480,Mauchline,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173626 +173626,S00100102,7c3,Outer City Hardship,S01007903,Cumnock Rural - 07,5e,Primary sector workers,S02001481,Cumnock Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173627 +173627,S00100103,7c3,Outer City Hardship,S01007903,Cumnock Rural - 07,5e,Primary sector workers,S02001481,Cumnock Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173628 +173628,S00100120,7c3,Outer City Hardship,S01008020,"Grange, Howard and Gargieston - 04",5c,Comfortable neighbourhoods,S02001503,"Grange, Howard and Gargieston",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173629 +173629,S00100140,7c3,Outer City Hardship,S01008016,Bonnyton and Town Centre - 05,4d,Hard-pressed flat dwellers,S02001502,Bonnyton and Town Centre,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173630 +173630,S00100142,7c3,Outer City Hardship,S01008016,Bonnyton and Town Centre - 05,4d,Hard-pressed flat dwellers,S02001502,Bonnyton and Town Centre,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173631 +173631,S00100144,7c3,Outer City Hardship,S01008016,Bonnyton and Town Centre - 05,4d,Hard-pressed flat dwellers,S02001502,Bonnyton and Town Centre,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173632 +173632,S00099968,8b2,Hard-Pressed Rented Terraces,S01007917,Cumnock North - 02,5d,Endeavouring social renters,S02001484,Cumnock North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173633 +173633,S00100146,7c3,Outer City Hardship,S01008016,Bonnyton and Town Centre - 05,4d,Hard-pressed flat dwellers,S02001502,Bonnyton and Town Centre,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173634 +173634,S00100147,7c3,Outer City Hardship,S01008015,Bonnyton and Town Centre - 04,4d,Hard-pressed flat dwellers,S02001502,Bonnyton and Town Centre,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173635 +173635,S00100150,7c3,Outer City Hardship,S01008015,Bonnyton and Town Centre - 04,4d,Hard-pressed flat dwellers,S02001502,Bonnyton and Town Centre,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173636 +173636,S00100151,7c3,Outer City Hardship,S01008014,Bonnyton and Town Centre - 03,5c,Comfortable neighbourhoods,S02001502,Bonnyton and Town Centre,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173637 +173637,S00100154,7c3,Outer City Hardship,S01008014,Bonnyton and Town Centre - 03,5c,Comfortable neighbourhoods,S02001502,Bonnyton and Town Centre,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173638 +173638,S00100195,7c3,Outer City Hardship,S01007969,Bellfield and Kirkstyle - 02,4a,Challenged white communities,S02001494,Bellfield and Kirkstyle,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173639 +173639,S00100197,7c3,Outer City Hardship,S01007966,Shortlees - 05,4a,Challenged white communities,S02001493,Shortlees,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173640 +173640,S00100202,7c3,Outer City Hardship,S01007971,Bellfield and Kirkstyle - 04,4a,Challenged white communities,S02001494,Bellfield and Kirkstyle,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173641 +173641,S00100206,7c3,Outer City Hardship,S01007971,Bellfield and Kirkstyle - 04,4a,Challenged white communities,S02001494,Bellfield and Kirkstyle,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173642 +173642,S00100229,7c3,Outer City Hardship,S01007962,Shortlees - 01,4a,Challenged white communities,S02001493,Shortlees,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173643 +173643,S00100240,7c3,Outer City Hardship,S01007967,Shortlees - 06,4a,Challenged white communities,S02001493,Shortlees,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173644 +173644,S00100249,7c3,Outer City Hardship,S01007966,Shortlees - 05,4a,Challenged white communities,S02001493,Shortlees,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173645 +173645,S00100253,7c3,Outer City Hardship,S01007965,Shortlees - 04,4a,Challenged white communities,S02001493,Shortlees,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173646 +173646,S00100254,7c3,Outer City Hardship,S01007965,Shortlees - 04,4a,Challenged white communities,S02001493,Shortlees,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173647 +173647,S00100257,7c3,Outer City Hardship,S01007964,Shortlees - 03,4a,Challenged white communities,S02001493,Shortlees,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173648 +173648,S00100258,7c3,Outer City Hardship,S01007964,Shortlees - 03,4a,Challenged white communities,S02001493,Shortlees,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173649 +173649,S00100267,7c3,Outer City Hardship,S01007974,Kilmarnock South Central and Caprington - 02,4d,Hard-pressed flat dwellers,S02001495,Kilmarnock South Central and Caprington,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173650 +173650,S00099966,8c3,Renting Hard-Pressed Workers,S01007915,Cumnock South and Craigens - 07,4a,Challenged white communities,S02001483,Cumnock South and Craigens,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173651 +173651,S00100268,7c3,Outer City Hardship,S01007974,Kilmarnock South Central and Caprington - 02,4d,Hard-pressed flat dwellers,S02001495,Kilmarnock South Central and Caprington,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173652 +173652,S00100271,7c3,Outer City Hardship,S01007974,Kilmarnock South Central and Caprington - 02,4d,Hard-pressed flat dwellers,S02001495,Kilmarnock South Central and Caprington,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173653 +173653,S00100274,7c3,Outer City Hardship,S01007970,Bellfield and Kirkstyle - 03,4a,Challenged white communities,S02001494,Bellfield and Kirkstyle,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173654 +173654,S00100284,7c3,Outer City Hardship,S01008009,"Altonhill South, Longpark and Hillhead - 05",4d,Hard-pressed flat dwellers,S02001501,"Altonhill South, Longpark and Hillhead",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173655 +173655,S00100298,7c3,Outer City Hardship,S01008006,"Altonhill South, Longpark and Hillhead - 02",4a,Challenged white communities,S02001501,"Altonhill South, Longpark and Hillhead",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173656 +173656,S00099792,6b4,Older Workers and Retirement,S01007891,Drongan - 04,5c,Comfortable neighbourhoods,S02001479,Drongan,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173657 +173657,S00099998,8c3,Renting Hard-Pressed Workers,S01007909,Cumnock South and Craigens - 01,4a,Challenged white communities,S02001483,Cumnock South and Craigens,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173658 +173658,S00100101,8a2,Industrious Hardship,S01007902,Cumnock Rural - 06,4a,Challenged white communities,S02001481,Cumnock Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173659 +173659,S00100622,8b2,Hard-Pressed Rented Terraces,S01007933,Stewarton East - 02,5b,Aspiring urban households,S02001487,Stewarton East,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173660 +173660,S00099812,6b4,Older Workers and Retirement,S01007911,Cumnock South and Craigens - 03,5e,Primary sector workers,S02001483,Cumnock South and Craigens,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173661 +173661,S00100003,8c3,Renting Hard-Pressed Workers,S01007911,Cumnock South and Craigens - 03,5e,Primary sector workers,S02001483,Cumnock South and Craigens,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173662 +173662,S00100203,8a2,Industrious Hardship,S01007971,Bellfield and Kirkstyle - 04,4a,Challenged white communities,S02001494,Bellfield and Kirkstyle,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173663 +173663,S00100353,7c3,Outer City Hardship,S01007980,Piersland - 04,5c,Comfortable neighbourhoods,S02001496,Piersland,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173664 +173664,S00100623,8b2,Hard-Pressed Rented Terraces,S01007933,Stewarton East - 02,5b,Aspiring urban households,S02001487,Stewarton East,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173665 +173665,S00099831,6b4,Older Workers and Retirement,S01008004,Altonhill North and Onthank - 06,5b,Aspiring urban households,S02001500,Altonhill North and Onthank,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173666 +173666,S00099969,8b2,Hard-Pressed Rented Terraces,S01007917,Cumnock North - 02,5d,Endeavouring social renters,S02001484,Cumnock North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173667 +173667,S00099975,8b2,Hard-Pressed Rented Terraces,S01007917,Cumnock North - 02,5d,Endeavouring social renters,S02001484,Cumnock North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173668 +173668,S00100354,7c3,Outer City Hardship,S01007980,Piersland - 04,5c,Comfortable neighbourhoods,S02001496,Piersland,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173669 +173669,S00100005,8c3,Renting Hard-Pressed Workers,S01007910,Cumnock South and Craigens - 02,4a,Challenged white communities,S02001483,Cumnock South and Craigens,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173670 +173670,S00100431,7c3,Outer City Hardship,S01007957,Earlston and Hurlford Rural - 03,4a,Challenged white communities,S02001492,Earlston and Hurlford Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173671 +173671,S00099976,8b2,Hard-Pressed Rented Terraces,S01007917,Cumnock North - 02,5d,Endeavouring social renters,S02001484,Cumnock North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173672 +173672,S00100627,8b2,Hard-Pressed Rented Terraces,S01007934,Stewarton East - 03,5c,Comfortable neighbourhoods,S02001487,Stewarton East,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173673 +173673,S00099860,6b4,Older Workers and Retirement,S01007950,Galston - 02,5c,Comfortable neighbourhoods,S02001491,Galston,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173674 +173674,S00100289,8a2,Industrious Hardship,S01008010,"Altonhill South, Longpark and Hillhead - 06",4b,Constrained renters,S02001501,"Altonhill South, Longpark and Hillhead",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173675 +173675,S00100439,7c3,Outer City Hardship,S01007958,Earlston and Hurlford Rural - 04,4a,Challenged white communities,S02001492,Earlston and Hurlford Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173676 +173676,S00099918,6b4,Older Workers and Retirement,S01007908,New Cumnock - 04,5c,Comfortable neighbourhoods,S02001482,New Cumnock,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173677 +173677,S00100670,8b2,Hard-Pressed Rented Terraces,S01007889,Drongan - 02,4a,Challenged white communities,S02001479,Drongan,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173678 +173678,S00099997,8b2,Hard-Pressed Rented Terraces,S01007909,Cumnock South and Craigens - 01,4a,Challenged white communities,S02001483,Cumnock South and Craigens,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173679 +173679,S00100017,8c3,Renting Hard-Pressed Workers,S01007901,Cumnock Rural - 05,4a,Challenged white communities,S02001481,Cumnock Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173680 +173680,S00100007,8b2,Hard-Pressed Rented Terraces,S01007910,Cumnock South and Craigens - 02,4a,Challenged white communities,S02001483,Cumnock South and Craigens,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173681 +173681,S00099973,6b4,Older Workers and Retirement,S01007918,Cumnock North - 03,5e,Primary sector workers,S02001484,Cumnock North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173682 +173682,S00100040,8c3,Renting Hard-Pressed Workers,S01007924,Auchinleck - 04,4a,Challenged white communities,S02001485,Auchinleck,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173683 +173683,S00100675,8b2,Hard-Pressed Rented Terraces,S01007909,Cumnock South and Craigens - 01,4a,Challenged white communities,S02001483,Cumnock South and Craigens,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173684 +173684,S00100441,7c3,Outer City Hardship,S01007958,Earlston and Hurlford Rural - 04,4a,Challenged white communities,S02001492,Earlston and Hurlford Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173685 +173685,S00100328,8a2,Industrious Hardship,S01008000,Altonhill North and Onthank - 02,4a,Challenged white communities,S02001500,Altonhill North and Onthank,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173686 +173686,S00100010,8b2,Hard-Pressed Rented Terraces,S01007900,Cumnock Rural - 04,4a,Challenged white communities,S02001481,Cumnock Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173687 +173687,S00099978,6b4,Older Workers and Retirement,S01007916,Cumnock North - 01,5e,Primary sector workers,S02001484,Cumnock North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173688 +173688,S00100366,8b2,Hard-Pressed Rented Terraces,S01007983,New Farm Loch South - 02,4a,Challenged white communities,S02001497,New Farm Loch South,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173689 +173689,S00100057,8c3,Renting Hard-Pressed Workers,S01007886,Mauchline Rural - 06,5c,Comfortable neighbourhoods,S02001478,Mauchline Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173690 +173690,S00100059,8c3,Renting Hard-Pressed Workers,S01007884,Mauchline Rural - 04,5d,Endeavouring social renters,S02001478,Mauchline Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173691 +173691,S00100065,8c3,Renting Hard-Pressed Workers,S01007884,Mauchline Rural - 04,5d,Endeavouring social renters,S02001478,Mauchline Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173692 +173692,S00100087,8c3,Renting Hard-Pressed Workers,S01007894,Mauchline - 03,5d,Endeavouring social renters,S02001480,Mauchline,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173693 +173693,S00100097,8c3,Renting Hard-Pressed Workers,S01007902,Cumnock Rural - 06,4a,Challenged white communities,S02001481,Cumnock Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173694 +173694,S00100100,8c3,Renting Hard-Pressed Workers,S01007902,Cumnock Rural - 06,4a,Challenged white communities,S02001481,Cumnock Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173695 +173695,S00100185,8c3,Renting Hard-Pressed Workers,S01007968,Bellfield and Kirkstyle - 01,4a,Challenged white communities,S02001494,Bellfield and Kirkstyle,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173696 +173696,S00100186,8c3,Renting Hard-Pressed Workers,S01007968,Bellfield and Kirkstyle - 01,4a,Challenged white communities,S02001494,Bellfield and Kirkstyle,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173697 +173697,S00100193,8c3,Renting Hard-Pressed Workers,S01007969,Bellfield and Kirkstyle - 02,4a,Challenged white communities,S02001494,Bellfield and Kirkstyle,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173698 +173698,S00100194,8c3,Renting Hard-Pressed Workers,S01007969,Bellfield and Kirkstyle - 02,4a,Challenged white communities,S02001494,Bellfield and Kirkstyle,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173699 +173699,S00100208,8c3,Renting Hard-Pressed Workers,S01007971,Bellfield and Kirkstyle - 04,4a,Challenged white communities,S02001494,Bellfield and Kirkstyle,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173700 +173700,S00100210,8c3,Renting Hard-Pressed Workers,S01007972,Bellfield and Kirkstyle - 05,4a,Challenged white communities,S02001494,Bellfield and Kirkstyle,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173701 +173701,S00100214,8c3,Renting Hard-Pressed Workers,S01007972,Bellfield and Kirkstyle - 05,4a,Challenged white communities,S02001494,Bellfield and Kirkstyle,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173702 +173702,S00100218,8c3,Renting Hard-Pressed Workers,S01007975,Kilmarnock South Central and Caprington - 03,4a,Challenged white communities,S02001495,Kilmarnock South Central and Caprington,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173703 +173703,S00100222,8c3,Renting Hard-Pressed Workers,S01007975,Kilmarnock South Central and Caprington - 03,4a,Challenged white communities,S02001495,Kilmarnock South Central and Caprington,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173704 +173704,S00100238,8c3,Renting Hard-Pressed Workers,S01007967,Shortlees - 06,4a,Challenged white communities,S02001493,Shortlees,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173705 +173705,S00100239,8c3,Renting Hard-Pressed Workers,S01007967,Shortlees - 06,4a,Challenged white communities,S02001493,Shortlees,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173706 +173706,S00100243,8c3,Renting Hard-Pressed Workers,S01007966,Shortlees - 05,4a,Challenged white communities,S02001493,Shortlees,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173707 +173707,S00100244,8c3,Renting Hard-Pressed Workers,S01007966,Shortlees - 05,4a,Challenged white communities,S02001493,Shortlees,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173708 +173708,S00100245,8c3,Renting Hard-Pressed Workers,S01007966,Shortlees - 05,4a,Challenged white communities,S02001493,Shortlees,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173709 +173709,S00100248,8c3,Renting Hard-Pressed Workers,S01007965,Shortlees - 04,4a,Challenged white communities,S02001493,Shortlees,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173710 +173710,S00100251,8c3,Renting Hard-Pressed Workers,S01007965,Shortlees - 04,4a,Challenged white communities,S02001493,Shortlees,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173711 +173711,S00100252,8c3,Renting Hard-Pressed Workers,S01007964,Shortlees - 03,4a,Challenged white communities,S02001493,Shortlees,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173712 +173712,S00100262,8c3,Renting Hard-Pressed Workers,S01007964,Shortlees - 03,4a,Challenged white communities,S02001493,Shortlees,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173713 +173713,S00100288,8c3,Renting Hard-Pressed Workers,S01008010,"Altonhill South, Longpark and Hillhead - 06",4b,Constrained renters,S02001501,"Altonhill South, Longpark and Hillhead",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173714 +173714,S00100322,8c3,Renting Hard-Pressed Workers,S01008002,Altonhill North and Onthank - 04,4a,Challenged white communities,S02001500,Altonhill North and Onthank,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173715 +173715,S00100331,8c3,Renting Hard-Pressed Workers,S01008000,Altonhill North and Onthank - 02,4a,Challenged white communities,S02001500,Altonhill North and Onthank,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173716 +173716,S00100332,8c3,Renting Hard-Pressed Workers,S01008001,Altonhill North and Onthank - 03,4a,Challenged white communities,S02001500,Altonhill North and Onthank,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173717 +173717,S00100336,8c3,Renting Hard-Pressed Workers,S01007999,Altonhill North and Onthank - 01,4a,Challenged white communities,S02001500,Altonhill North and Onthank,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173718 +173718,S00100343,8c3,Renting Hard-Pressed Workers,S01007999,Altonhill North and Onthank - 01,4a,Challenged white communities,S02001500,Altonhill North and Onthank,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173719 +173719,S00100357,8c3,Renting Hard-Pressed Workers,S01007980,Piersland - 04,5c,Comfortable neighbourhoods,S02001496,Piersland,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173720 +173720,S00100363,8c3,Renting Hard-Pressed Workers,S01007984,New Farm Loch South - 03,5c,Comfortable neighbourhoods,S02001497,New Farm Loch South,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173721 +173721,S00100372,8c3,Renting Hard-Pressed Workers,S01007983,New Farm Loch South - 02,4a,Challenged white communities,S02001497,New Farm Loch South,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173722 +173722,S00100425,8c3,Renting Hard-Pressed Workers,S01007959,Earlston and Hurlford Rural - 05,5c,Comfortable neighbourhoods,S02001492,Earlston and Hurlford Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173723 +173723,S00100438,8c3,Renting Hard-Pressed Workers,S01007958,Earlston and Hurlford Rural - 04,4a,Challenged white communities,S02001492,Earlston and Hurlford Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173724 +173724,S00100446,8c3,Renting Hard-Pressed Workers,S01007960,Earlston and Hurlford Rural - 06,5d,Endeavouring social renters,S02001492,Earlston and Hurlford Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173725 +173725,S00100447,8c3,Renting Hard-Pressed Workers,S01007960,Earlston and Hurlford Rural - 06,5d,Endeavouring social renters,S02001492,Earlston and Hurlford Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173726 +173726,S00100452,8c3,Renting Hard-Pressed Workers,S01007954,Galston - 06,4a,Challenged white communities,S02001491,Galston,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173727 +173727,S00100462,8c3,Renting Hard-Pressed Workers,S01007953,Galston - 05,5d,Endeavouring social renters,S02001491,Galston,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173728 +173728,S00100477,8c3,Renting Hard-Pressed Workers,S01007950,Galston - 02,5c,Comfortable neighbourhoods,S02001491,Galston,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173729 +173729,S00100488,8c3,Renting Hard-Pressed Workers,S01007947,Newmilns - 03,5c,Comfortable neighbourhoods,S02001490,Newmilns,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173730 +173730,S00100521,8c3,Renting Hard-Pressed Workers,S01008026,"Crosshouse, Gatehead and Kilmaurs Rural - 02",5c,Comfortable neighbourhoods,S02001504,"Crosshouse, Gatehead and Kilmaurs Rural",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173731 +173731,S00100528,8c3,Renting Hard-Pressed Workers,S01008027,"Crosshouse, Gatehead and Kilmaurs Rural - 03",4a,Challenged white communities,S02001504,"Crosshouse, Gatehead and Kilmaurs Rural",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173732 +173732,S00100576,8c3,Renting Hard-Pressed Workers,S01008031,Kilmaurs - 02,5c,Comfortable neighbourhoods,S02001505,Kilmaurs,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173733 +173733,S00100397,8a2,Industrious Hardship,S01007990,Dean and New Farm Loch North - 05,5d,Endeavouring social renters,S02001498,Dean and New Farm Loch North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173734 +173734,S00100424,8a2,Industrious Hardship,S01007957,Earlston and Hurlford Rural - 03,4a,Challenged white communities,S02001492,Earlston and Hurlford Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173735 +173735,S00100486,8a2,Industrious Hardship,S01007948,Newmilns - 04,4a,Challenged white communities,S02001490,Newmilns,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173736 +173736,S00100566,8a2,Industrious Hardship,S01008032,Kilmaurs - 03,5d,Endeavouring social renters,S02001505,Kilmaurs,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173737 +173737,S00100567,8a2,Industrious Hardship,S01008032,Kilmaurs - 03,5d,Endeavouring social renters,S02001505,Kilmaurs,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173738 +173738,S00100568,8a2,Industrious Hardship,S01008032,Kilmaurs - 03,5d,Endeavouring social renters,S02001505,Kilmaurs,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173739 +173739,S00100593,8a2,Industrious Hardship,S01007939,Stewarton West - 03,4a,Challenged white communities,S02001488,Stewarton West,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173740 +173740,S00100629,8a2,Industrious Hardship,S01007934,Stewarton East - 03,5c,Comfortable neighbourhoods,S02001487,Stewarton East,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173741 +173741,S00100667,8a2,Industrious Hardship,S01007905,New Cumnock - 01,4a,Challenged white communities,S02001482,New Cumnock,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173742 +173742,S00100672,8a2,Industrious Hardship,S01007918,Cumnock North - 03,5e,Primary sector workers,S02001484,Cumnock North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173743 +173743,S00100696,8a2,Industrious Hardship,S01007973,Kilmarnock South Central and Caprington - 01,8b,Ageing suburbanites,S02001495,Kilmarnock South Central and Caprington,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173744 +173744,S00100707,8a2,Industrious Hardship,S01008009,"Altonhill South, Longpark and Hillhead - 05",4d,Hard-pressed flat dwellers,S02001501,"Altonhill South, Longpark and Hillhead",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173745 +173745,S00100722,8a2,Industrious Hardship,S01007879,Doon Valley North - 05,4a,Challenged white communities,S02001477,Doon Valley North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173746 +173746,S00100444,7c3,Outer City Hardship,S01007960,Earlston and Hurlford Rural - 06,5d,Endeavouring social renters,S02001492,Earlston and Hurlford Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173747 +173747,S00100729,8a2,Industrious Hardship,S01007962,Shortlees - 01,4a,Challenged white communities,S02001493,Shortlees,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173748 +173748,S00100753,8a2,Industrious Hardship,S01007879,Doon Valley North - 05,4a,Challenged white communities,S02001477,Doon Valley North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173749 +173749,S00100770,8a2,Industrious Hardship,S01007883,Mauchline Rural - 03,5e,Primary sector workers,S02001478,Mauchline Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173750 +173750,S00100854,8a2,Industrious Hardship,S01007931,Northern and Irvine Valley Rural - 07,5c,Comfortable neighbourhoods,S02001486,Northern and Irvine Valley Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173751 +173751,S00099797,8a1,Industrious Transitions,S01007870,Doon Valley South - 01,2c,Remoter communities,S02001476,Doon Valley South,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173752 +173752,S00099822,8a1,Industrious Transitions,S01008029,"Crosshouse, Gatehead and Kilmaurs Rural - 05",2a,Ageing rural neighbourhoods,S02001504,"Crosshouse, Gatehead and Kilmaurs Rural",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173753 +173753,S00099830,8a1,Industrious Transitions,S01008004,Altonhill North and Onthank - 06,5b,Aspiring urban households,S02001500,Altonhill North and Onthank,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173754 +173754,S00099993,6b4,Older Workers and Retirement,S01007920,Cumnock North - 05,8b,Ageing suburbanites,S02001484,Cumnock North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173755 +173755,S00100011,8b2,Hard-Pressed Rented Terraces,S01007901,Cumnock Rural - 05,4a,Challenged white communities,S02001481,Cumnock Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173756 +173756,S00100368,8b2,Hard-Pressed Rented Terraces,S01007982,New Farm Loch South - 01,8b,Ageing suburbanites,S02001497,New Farm Loch South,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173757 +173757,S00099922,8a1,Industrious Transitions,S01007875,Doon Valley North - 01,5d,Endeavouring social renters,S02001477,Doon Valley North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173758 +173758,S00099970,8a1,Industrious Transitions,S01007917,Cumnock North - 02,5d,Endeavouring social renters,S02001484,Cumnock North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173759 +173759,S00099986,8a1,Industrious Transitions,S01007916,Cumnock North - 01,5e,Primary sector workers,S02001484,Cumnock North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173760 +173760,S00100018,8a1,Industrious Transitions,S01007901,Cumnock Rural - 05,4a,Challenged white communities,S02001481,Cumnock Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173761 +173761,S00100083,8a1,Industrious Transitions,S01007894,Mauchline - 03,5d,Endeavouring social renters,S02001480,Mauchline,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173762 +173762,S00100292,8a1,Industrious Transitions,S01008010,"Altonhill South, Longpark and Hillhead - 06",4b,Constrained renters,S02001501,"Altonhill South, Longpark and Hillhead",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173763 +173763,S00100369,8a1,Industrious Transitions,S01007982,New Farm Loch South - 01,8b,Ageing suburbanites,S02001497,New Farm Loch South,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173764 +173764,S00100382,8a1,Industrious Transitions,S01007986,Dean and New Farm Loch North - 01,5d,Endeavouring social renters,S02001498,Dean and New Farm Loch North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173765 +173765,S00100445,8a1,Industrious Transitions,S01007960,Earlston and Hurlford Rural - 06,5d,Endeavouring social renters,S02001492,Earlston and Hurlford Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173766 +173766,S00100470,8a1,Industrious Transitions,S01007951,Galston - 03,5c,Comfortable neighbourhoods,S02001491,Galston,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173767 +173767,S00100575,8a1,Industrious Transitions,S01008031,Kilmaurs - 02,5c,Comfortable neighbourhoods,S02001505,Kilmaurs,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173768 +173768,S00100582,8a1,Industrious Transitions,S01007928,Northern and Irvine Valley Rural - 04,5a,Ageing urban communities,S02001486,Northern and Irvine Valley Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173769 +173769,S00100677,8a1,Industrious Transitions,S01007910,Cumnock South and Craigens - 02,4a,Challenged white communities,S02001483,Cumnock South and Craigens,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173770 +173770,S00100704,8a1,Industrious Transitions,S01008010,"Altonhill South, Longpark and Hillhead - 06",4b,Constrained renters,S02001501,"Altonhill South, Longpark and Hillhead",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173771 +173771,S00100127,2c1,Migrant Families,S01008012,Bonnyton and Town Centre - 01,4d,Hard-pressed flat dwellers,S02001502,Bonnyton and Town Centre,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173772 +173772,S00100792,2c1,Migrant Families,S01008012,Bonnyton and Town Centre - 01,4d,Hard-pressed flat dwellers,S02001502,Bonnyton and Town Centre,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173773 +173773,S00100691,8b2,Hard-Pressed Rented Terraces,S01007969,Bellfield and Kirkstyle - 02,4a,Challenged white communities,S02001494,Bellfield and Kirkstyle,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173774 +173774,S00100303,7a3,Multi-Ethnic Hardship,S01008008,"Altonhill South, Longpark and Hillhead - 04",4a,Challenged white communities,S02001501,"Altonhill South, Longpark and Hillhead",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173775 +173775,S00100632,5a2,Multi-Ethnic Professionals with Families,S01007931,Northern and Irvine Valley Rural - 07,5c,Comfortable neighbourhoods,S02001486,Northern and Irvine Valley Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173776 +173776,S00100818,6b1,Multi-Ethnic Suburbia,S01007992,Southcraig and Beansburn - 02,8c,Comfortable suburbia,S02001499,Southcraig and Beansburn,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173777 +173777,S00099790,1a4,Older Farming Communities,S01007890,Drongan - 03,5d,Endeavouring social renters,S02001479,Drongan,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173778 +173778,S00099802,1a4,Older Farming Communities,S01007883,Mauchline Rural - 03,5e,Primary sector workers,S02001478,Mauchline Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173779 +173779,S00099992,1a4,Older Farming Communities,S01007920,Cumnock North - 05,8b,Ageing suburbanites,S02001484,Cumnock North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173780 +173780,S00100080,1a4,Older Farming Communities,S01007895,Mauchline - 04,5c,Comfortable neighbourhoods,S02001480,Mauchline,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173781 +173781,S00100584,1a4,Older Farming Communities,S01007928,Northern and Irvine Valley Rural - 04,5a,Ageing urban communities,S02001486,Northern and Irvine Valley Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173782 +173782,S00100641,1a4,Older Farming Communities,S01007941,Darvel - 02,8b,Ageing suburbanites,S02001489,Darvel,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173783 +173783,S00100373,8b2,Hard-Pressed Rented Terraces,S01007985,New Farm Loch South - 04,4a,Challenged white communities,S02001497,New Farm Loch South,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173784 +173784,S00099995,6b4,Older Workers and Retirement,S01007920,Cumnock North - 05,8b,Ageing suburbanites,S02001484,Cumnock North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173785 +173785,S00100716,8b2,Hard-Pressed Rented Terraces,S01007989,Dean and New Farm Loch North - 04,4a,Challenged white communities,S02001498,Dean and New Farm Loch North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173786 +173786,S00100015,8b2,Hard-Pressed Rented Terraces,S01007900,Cumnock Rural - 04,4a,Challenged white communities,S02001481,Cumnock Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173787 +173787,S00100374,8b2,Hard-Pressed Rented Terraces,S01007985,New Farm Loch South - 04,4a,Challenged white communities,S02001497,New Farm Loch South,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173788 +173788,S00100450,7c3,Outer City Hardship,S01007951,Galston - 03,5c,Comfortable neighbourhoods,S02001491,Galston,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173789 +173789,S00100029,8b2,Hard-Pressed Rented Terraces,S01007922,Auchinleck - 02,4a,Challenged white communities,S02001485,Auchinleck,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173790 +173790,S00100453,7c3,Outer City Hardship,S01007954,Galston - 06,4a,Challenged white communities,S02001491,Galston,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173791 +173791,S00100375,8b2,Hard-Pressed Rented Terraces,S01007983,New Farm Loch South - 02,4a,Challenged white communities,S02001497,New Farm Loch South,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173792 +173792,S00100460,7c3,Outer City Hardship,S01007953,Galston - 05,5d,Endeavouring social renters,S02001491,Galston,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173793 +173793,S00100031,8b2,Hard-Pressed Rented Terraces,S01007921,Auchinleck - 01,4a,Challenged white communities,S02001485,Auchinleck,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173794 +173794,S00100024,6b4,Older Workers and Retirement,S01007923,Auchinleck - 03,5e,Primary sector workers,S02001485,Auchinleck,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173795 +173795,S00100376,8b2,Hard-Pressed Rented Terraces,S01007985,New Farm Loch South - 04,4a,Challenged white communities,S02001497,New Farm Loch South,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173796 +173796,S00100463,7c3,Outer City Hardship,S01007953,Galston - 05,5d,Endeavouring social renters,S02001491,Galston,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173797 +173797,S00100482,7c3,Outer City Hardship,S01007949,Galston - 01,5c,Comfortable neighbourhoods,S02001491,Galston,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173798 +173798,S00100726,8b2,Hard-Pressed Rented Terraces,S01007914,Cumnock South and Craigens - 06,4a,Challenged white communities,S02001483,Cumnock South and Craigens,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173799 +173799,S00100054,6b4,Older Workers and Retirement,S01007924,Auchinleck - 04,4a,Challenged white communities,S02001485,Auchinleck,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173800 +173800,S00100506,7c3,Outer City Hardship,S01007946,Newmilns - 02,5e,Primary sector workers,S02001490,Newmilns,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173801 +173801,S00100727,8b2,Hard-Pressed Rented Terraces,S01007915,Cumnock South and Craigens - 07,4a,Challenged white communities,S02001483,Cumnock South and Craigens,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173802 +173802,S00100108,6b4,Older Workers and Retirement,S01008022,"Grange, Howard and Gargieston - 06",8b,Ageing suburbanites,S02001503,"Grange, Howard and Gargieston",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173803 +173803,S00100377,8b2,Hard-Pressed Rented Terraces,S01007984,New Farm Loch South - 03,5c,Comfortable neighbourhoods,S02001497,New Farm Loch South,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173804 +173804,S00100033,8b2,Hard-Pressed Rented Terraces,S01007922,Auchinleck - 02,4a,Challenged white communities,S02001485,Auchinleck,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173805 +173805,S00100513,7c3,Outer City Hardship,S01007946,Newmilns - 02,5e,Primary sector workers,S02001490,Newmilns,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173806 +173806,S00100734,8b2,Hard-Pressed Rented Terraces,S01007984,New Farm Loch South - 03,5c,Comfortable neighbourhoods,S02001497,New Farm Loch South,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173807 +173807,S00100124,6b4,Older Workers and Retirement,S01008020,"Grange, Howard and Gargieston - 04",5c,Comfortable neighbourhoods,S02001503,"Grange, Howard and Gargieston",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173808 +173808,S00100378,8b2,Hard-Pressed Rented Terraces,S01007984,New Farm Loch South - 03,5c,Comfortable neighbourhoods,S02001497,New Farm Loch South,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173809 +173809,S00100036,8b2,Hard-Pressed Rented Terraces,S01007921,Auchinleck - 01,4a,Challenged white communities,S02001485,Auchinleck,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173810 +173810,S00100514,7c3,Outer City Hardship,S01007946,Newmilns - 02,5e,Primary sector workers,S02001490,Newmilns,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173811 +173811,S00100522,7c3,Outer City Hardship,S01008027,"Crosshouse, Gatehead and Kilmaurs Rural - 03",4a,Challenged white communities,S02001504,"Crosshouse, Gatehead and Kilmaurs Rural",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173812 +173812,S00100524,7c3,Outer City Hardship,S01008026,"Crosshouse, Gatehead and Kilmaurs Rural - 02",5c,Comfortable neighbourhoods,S02001504,"Crosshouse, Gatehead and Kilmaurs Rural",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173813 +173813,S00100527,7c3,Outer City Hardship,S01008026,"Crosshouse, Gatehead and Kilmaurs Rural - 02",5c,Comfortable neighbourhoods,S02001504,"Crosshouse, Gatehead and Kilmaurs Rural",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173814 +173814,S00100533,7c3,Outer City Hardship,S01007944,Darvel - 05,5e,Primary sector workers,S02001489,Darvel,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173815 +173815,S00100534,7c3,Outer City Hardship,S01007944,Darvel - 05,5e,Primary sector workers,S02001489,Darvel,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173816 +173816,S00100545,7c3,Outer City Hardship,S01007942,Darvel - 03,5c,Comfortable neighbourhoods,S02001489,Darvel,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173817 +173817,S00100564,7c3,Outer City Hardship,S01008030,Kilmaurs - 01,5c,Comfortable neighbourhoods,S02001505,Kilmaurs,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173818 +173818,S00100569,7c3,Outer City Hardship,S01008031,Kilmaurs - 02,5c,Comfortable neighbourhoods,S02001505,Kilmaurs,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173819 +173819,S00100572,7c3,Outer City Hardship,S01008031,Kilmaurs - 02,5c,Comfortable neighbourhoods,S02001505,Kilmaurs,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173820 +173820,S00100597,7c3,Outer City Hardship,S01007938,Stewarton West - 02,5c,Comfortable neighbourhoods,S02001488,Stewarton West,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173821 +173821,S00100606,7c3,Outer City Hardship,S01007935,Stewarton East - 04,4d,Hard-pressed flat dwellers,S02001487,Stewarton East,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173822 +173822,S00100642,7c3,Outer City Hardship,S01007940,Darvel - 01,5c,Comfortable neighbourhoods,S02001489,Darvel,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173823 +173823,S00100695,7c3,Outer City Hardship,S01007964,Shortlees - 03,4a,Challenged white communities,S02001493,Shortlees,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173824 +173824,S00100736,7c3,Outer City Hardship,S01007952,Galston - 04,4a,Challenged white communities,S02001491,Galston,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173825 +173825,S00100737,7c3,Outer City Hardship,S01008026,"Crosshouse, Gatehead and Kilmaurs Rural - 02",5c,Comfortable neighbourhoods,S02001504,"Crosshouse, Gatehead and Kilmaurs Rural",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173826 +173826,S00100777,7c3,Outer City Hardship,S01007895,Mauchline - 04,5c,Comfortable neighbourhoods,S02001480,Mauchline,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173827 +173827,S00100783,7c3,Outer City Hardship,S01007896,Mauchline - 05,4a,Challenged white communities,S02001480,Mauchline,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173828 +173828,S00100784,7c3,Outer City Hardship,S01007896,Mauchline - 05,4a,Challenged white communities,S02001480,Mauchline,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173829 +173829,S00100836,7c3,Outer City Hardship,S01007958,Earlston and Hurlford Rural - 04,4a,Challenged white communities,S02001492,Earlston and Hurlford Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173830 +173830,S00100837,7c3,Outer City Hardship,S01007954,Galston - 06,4a,Challenged white communities,S02001491,Galston,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173831 +173831,S00100855,7c3,Outer City Hardship,S01007963,Shortlees - 02,4d,Hard-pressed flat dwellers,S02001493,Shortlees,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173832 +173832,S00100862,7c3,Outer City Hardship,S01007911,Cumnock South and Craigens - 03,5e,Primary sector workers,S02001483,Cumnock South and Craigens,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173833 +173833,S00100123,2c3,Professional Service Cosmopolitans,S01008020,"Grange, Howard and Gargieston - 04",5c,Comfortable neighbourhoods,S02001503,"Grange, Howard and Gargieston",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173834 +173834,S00100161,2c3,Professional Service Cosmopolitans,S01008012,Bonnyton and Town Centre - 01,4d,Hard-pressed flat dwellers,S02001502,Bonnyton and Town Centre,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173835 +173835,S00099818,8c3,Renting Hard-Pressed Workers,S01008028,"Crosshouse, Gatehead and Kilmaurs Rural - 04",5c,Comfortable neighbourhoods,S02001504,"Crosshouse, Gatehead and Kilmaurs Rural",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173836 +173836,S00099872,8c3,Renting Hard-Pressed Workers,S01007871,Doon Valley South - 02,4a,Challenged white communities,S02001476,Doon Valley South,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173837 +173837,S00099883,8c3,Renting Hard-Pressed Workers,S01007879,Doon Valley North - 05,4a,Challenged white communities,S02001477,Doon Valley North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173838 +173838,S00099906,8c3,Renting Hard-Pressed Workers,S01007906,New Cumnock - 02,4a,Challenged white communities,S02001482,New Cumnock,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173839 +173839,S00099907,8c3,Renting Hard-Pressed Workers,S01007907,New Cumnock - 03,5d,Endeavouring social renters,S02001482,New Cumnock,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173840 +173840,S00099939,8c3,Renting Hard-Pressed Workers,S01007891,Drongan - 04,5c,Comfortable neighbourhoods,S02001479,Drongan,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173841 +173841,S00099946,8c3,Renting Hard-Pressed Workers,S01007888,Drongan - 01,4a,Challenged white communities,S02001479,Drongan,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173842 +173842,S00099951,8c3,Renting Hard-Pressed Workers,S01007916,Cumnock North - 01,5e,Primary sector workers,S02001484,Cumnock North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173843 +173843,S00099952,8c3,Renting Hard-Pressed Workers,S01007912,Cumnock South and Craigens - 04,5d,Endeavouring social renters,S02001483,Cumnock South and Craigens,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173844 +173844,S00099953,8c3,Renting Hard-Pressed Workers,S01007912,Cumnock South and Craigens - 04,5d,Endeavouring social renters,S02001483,Cumnock South and Craigens,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173845 +173845,S00099961,8c3,Renting Hard-Pressed Workers,S01007915,Cumnock South and Craigens - 07,4a,Challenged white communities,S02001483,Cumnock South and Craigens,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173846 +173846,S00100750,8b2,Hard-Pressed Rented Terraces,S01007871,Doon Valley South - 02,4a,Challenged white communities,S02001476,Doon Valley South,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173847 +173847,S00100037,8b2,Hard-Pressed Rented Terraces,S01007921,Auchinleck - 01,4a,Challenged white communities,S02001485,Auchinleck,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173848 +173848,S00100379,8b2,Hard-Pressed Rented Terraces,S01007983,New Farm Loch South - 02,4a,Challenged white communities,S02001497,New Farm Loch South,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173849 +173849,S00100134,6b4,Older Workers and Retirement,S01008017,"Grange, Howard and Gargieston - 01",8b,Ageing suburbanites,S02001503,"Grange, Howard and Gargieston",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173850 +173850,S00100380,8b2,Hard-Pressed Rented Terraces,S01007986,Dean and New Farm Loch North - 01,5d,Endeavouring social renters,S02001498,Dean and New Farm Loch North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173851 +173851,S00100163,6b4,Older Workers and Retirement,S01008019,"Grange, Howard and Gargieston - 03",5a,Ageing urban communities,S02001503,"Grange, Howard and Gargieston",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173852 +173852,S00100385,8b2,Hard-Pressed Rented Terraces,S01007985,New Farm Loch South - 04,4a,Challenged white communities,S02001497,New Farm Loch South,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173853 +173853,S00100164,6b4,Older Workers and Retirement,S01008019,"Grange, Howard and Gargieston - 03",5a,Ageing urban communities,S02001503,"Grange, Howard and Gargieston",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173854 +173854,S00100038,8b2,Hard-Pressed Rented Terraces,S01007921,Auchinleck - 01,4a,Challenged white communities,S02001485,Auchinleck,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173855 +173855,S00100754,8b2,Hard-Pressed Rented Terraces,S01007879,Doon Valley North - 05,4a,Challenged white communities,S02001477,Doon Valley North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173856 +173856,S00100387,8b2,Hard-Pressed Rented Terraces,S01007988,Dean and New Farm Loch North - 03,5d,Endeavouring social renters,S02001498,Dean and New Farm Loch North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173857 +173857,S00100265,6b4,Older Workers and Retirement,S01007973,Kilmarnock South Central and Caprington - 01,8b,Ageing suburbanites,S02001495,Kilmarnock South Central and Caprington,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173858 +173858,S00100046,8b2,Hard-Pressed Rented Terraces,S01007922,Auchinleck - 02,4a,Challenged white communities,S02001485,Auchinleck,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173859 +173859,S00100765,8b2,Hard-Pressed Rented Terraces,S01007917,Cumnock North - 02,5d,Endeavouring social renters,S02001484,Cumnock North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173860 +173860,S00100388,8b2,Hard-Pressed Rented Terraces,S01007988,Dean and New Farm Loch North - 03,5d,Endeavouring social renters,S02001498,Dean and New Farm Loch North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173861 +173861,S00100060,8b2,Hard-Pressed Rented Terraces,S01007884,Mauchline Rural - 04,5d,Endeavouring social renters,S02001478,Mauchline Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173862 +173862,S00100308,6b4,Older Workers and Retirement,S01007998,Southcraig and Beansburn - 08,5a,Ageing urban communities,S02001499,Southcraig and Beansburn,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173863 +173863,S00100061,8b2,Hard-Pressed Rented Terraces,S01007884,Mauchline Rural - 04,5d,Endeavouring social renters,S02001478,Mauchline Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173864 +173864,S00100782,8b2,Hard-Pressed Rented Terraces,S01007894,Mauchline - 03,5d,Endeavouring social renters,S02001480,Mauchline,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173865 +173865,S00100389,8b2,Hard-Pressed Rented Terraces,S01007988,Dean and New Farm Loch North - 03,5d,Endeavouring social renters,S02001498,Dean and New Farm Loch North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173866 +173866,S00100803,8b2,Hard-Pressed Rented Terraces,S01008002,Altonhill North and Onthank - 04,4a,Challenged white communities,S02001500,Altonhill North and Onthank,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173867 +173867,S00100062,8b2,Hard-Pressed Rented Terraces,S01007884,Mauchline Rural - 04,5d,Endeavouring social renters,S02001478,Mauchline Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173868 +173868,S00100313,6b4,Older Workers and Retirement,S01007997,Southcraig and Beansburn - 07,8b,Ageing suburbanites,S02001499,Southcraig and Beansburn,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173869 +173869,S00100390,8b2,Hard-Pressed Rented Terraces,S01007988,Dean and New Farm Loch North - 03,5d,Endeavouring social renters,S02001498,Dean and New Farm Loch North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173870 +173870,S00100806,8b2,Hard-Pressed Rented Terraces,S01008001,Altonhill North and Onthank - 03,4a,Challenged white communities,S02001500,Altonhill North and Onthank,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173871 +173871,S00100084,8b2,Hard-Pressed Rented Terraces,S01007894,Mauchline - 03,5d,Endeavouring social renters,S02001480,Mauchline,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173872 +173872,S00100316,6b4,Older Workers and Retirement,S01007996,Southcraig and Beansburn - 06,8c,Comfortable suburbia,S02001499,Southcraig and Beansburn,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173873 +173873,S00100391,8b2,Hard-Pressed Rented Terraces,S01007988,Dean and New Farm Loch North - 03,5d,Endeavouring social renters,S02001498,Dean and New Farm Loch North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173874 +173874,S00100807,8b2,Hard-Pressed Rented Terraces,S01008000,Altonhill North and Onthank - 02,4a,Challenged white communities,S02001500,Altonhill North and Onthank,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173875 +173875,S00100086,8b2,Hard-Pressed Rented Terraces,S01007894,Mauchline - 03,5d,Endeavouring social renters,S02001480,Mauchline,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173876 +173876,S00100344,6b4,Older Workers and Retirement,S01007993,Southcraig and Beansburn - 03,8b,Ageing suburbanites,S02001499,Southcraig and Beansburn,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173877 +173877,S00100346,6b4,Older Workers and Retirement,S01007993,Southcraig and Beansburn - 03,8b,Ageing suburbanites,S02001499,Southcraig and Beansburn,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173878 +173878,S00100349,6b4,Older Workers and Retirement,S01007990,Dean and New Farm Loch North - 05,5d,Endeavouring social renters,S02001498,Dean and New Farm Loch North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173879 +173879,S00100360,6b4,Older Workers and Retirement,S01007979,Piersland - 03,5c,Comfortable neighbourhoods,S02001496,Piersland,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173880 +173880,S00100433,6b4,Older Workers and Retirement,S01007959,Earlston and Hurlford Rural - 05,5c,Comfortable neighbourhoods,S02001492,Earlston and Hurlford Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173881 +173881,S00100510,6b4,Older Workers and Retirement,S01007945,Newmilns - 01,5e,Primary sector workers,S02001490,Newmilns,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173882 +173882,S00100516,6b4,Older Workers and Retirement,S01008025,"Crosshouse, Gatehead and Kilmaurs Rural - 01",8b,Ageing suburbanites,S02001504,"Crosshouse, Gatehead and Kilmaurs Rural",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173883 +173883,S00100539,6b4,Older Workers and Retirement,S01007941,Darvel - 02,8b,Ageing suburbanites,S02001489,Darvel,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173884 +173884,S00100562,6b4,Older Workers and Retirement,S01008030,Kilmaurs - 01,5c,Comfortable neighbourhoods,S02001505,Kilmaurs,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173885 +173885,S00100565,6b4,Older Workers and Retirement,S01008030,Kilmaurs - 01,5c,Comfortable neighbourhoods,S02001505,Kilmaurs,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173886 +173886,S00100600,6b4,Older Workers and Retirement,S01007937,Stewarton West - 01,8c,Comfortable suburbia,S02001488,Stewarton West,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173887 +173887,S00100601,6b4,Older Workers and Retirement,S01007937,Stewarton West - 01,8c,Comfortable suburbia,S02001488,Stewarton West,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173888 +173888,S00100620,6b4,Older Workers and Retirement,S01007932,Stewarton East - 01,8b,Ageing suburbanites,S02001487,Stewarton East,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173889 +173889,S00100687,6b4,Older Workers and Retirement,S01008019,"Grange, Howard and Gargieston - 03",5a,Ageing urban communities,S02001503,"Grange, Howard and Gargieston",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173890 +173890,S00100721,6b4,Older Workers and Retirement,S01007947,Newmilns - 03,5c,Comfortable neighbourhoods,S02001490,Newmilns,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173891 +173891,S00100780,6b4,Older Workers and Retirement,S01007893,Mauchline - 02,5c,Comfortable neighbourhoods,S02001480,Mauchline,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173892 +173892,S00100810,6b4,Older Workers and Retirement,S01007993,Southcraig and Beansburn - 03,8b,Ageing suburbanites,S02001499,Southcraig and Beansburn,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173893 +173893,S00100832,6b4,Older Workers and Retirement,S01007990,Dean and New Farm Loch North - 05,5d,Endeavouring social renters,S02001498,Dean and New Farm Loch North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173894 +173894,S00100839,6b4,Older Workers and Retirement,S01008025,"Crosshouse, Gatehead and Kilmaurs Rural - 01",8b,Ageing suburbanites,S02001504,"Crosshouse, Gatehead and Kilmaurs Rural",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173895 +173895,S00100851,6b4,Older Workers and Retirement,S01007936,Stewarton East - 05,8c,Comfortable suburbia,S02001487,Stewarton East,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173896 +173896,S00100864,6b4,Older Workers and Retirement,S01007919,Cumnock North - 04,8b,Ageing suburbanites,S02001484,Cumnock North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173897 +173897,S00100871,6b4,Older Workers and Retirement,S01008024,"Grange, Howard and Gargieston - 08",8c,Comfortable suburbia,S02001503,"Grange, Howard and Gargieston",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173898 +173898,S00099817,7c3,Outer City Hardship,S01008028,"Crosshouse, Gatehead and Kilmaurs Rural - 04",5c,Comfortable neighbourhoods,S02001504,"Crosshouse, Gatehead and Kilmaurs Rural",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173899 +173899,S00099823,7c3,Outer City Hardship,S01008029,"Crosshouse, Gatehead and Kilmaurs Rural - 05",2a,Ageing rural neighbourhoods,S02001504,"Crosshouse, Gatehead and Kilmaurs Rural",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173900 +173900,S00099874,7c3,Outer City Hardship,S01007873,Doon Valley South - 04,5a,Ageing urban communities,S02001476,Doon Valley South,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173901 +173901,S00099877,7c3,Outer City Hardship,S01007874,Doon Valley South - 05,4a,Challenged white communities,S02001476,Doon Valley South,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173902 +173902,S00099878,7c3,Outer City Hardship,S01007874,Doon Valley South - 05,4a,Challenged white communities,S02001476,Doon Valley South,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173903 +173903,S00099879,7c3,Outer City Hardship,S01007874,Doon Valley South - 05,4a,Challenged white communities,S02001476,Doon Valley South,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173904 +173904,S00099895,7c3,Outer City Hardship,S01007907,New Cumnock - 03,5d,Endeavouring social renters,S02001482,New Cumnock,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173905 +173905,S00100830,8b2,Hard-Pressed Rented Terraces,S01007985,New Farm Loch South - 04,4a,Challenged white communities,S02001497,New Farm Loch South,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173906 +173906,S00100834,8b2,Hard-Pressed Rented Terraces,S01007989,Dean and New Farm Loch North - 04,4a,Challenged white communities,S02001498,Dean and New Farm Loch North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173907 +173907,S00100835,8b2,Hard-Pressed Rented Terraces,S01007990,Dean and New Farm Loch North - 05,5d,Endeavouring social renters,S02001498,Dean and New Farm Loch North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173908 +173908,S00100109,6a1,Indian Tech Achievers,S01008022,"Grange, Howard and Gargieston - 06",8b,Ageing suburbanites,S02001503,"Grange, Howard and Gargieston",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173909 +173909,S00099876,8a2,Industrious Hardship,S01007873,Doon Valley South - 04,5a,Ageing urban communities,S02001476,Doon Valley South,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173910 +173910,S00100096,8b2,Hard-Pressed Rented Terraces,S01007902,Cumnock Rural - 06,4a,Challenged white communities,S02001481,Cumnock Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173911 +173911,S00099888,8a2,Industrious Hardship,S01007877,Doon Valley North - 03,5d,Endeavouring social renters,S02001477,Doon Valley North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173912 +173912,S00099889,8a2,Industrious Hardship,S01007877,Doon Valley North - 03,5d,Endeavouring social renters,S02001477,Doon Valley North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173913 +173913,S00099891,8a2,Industrious Hardship,S01007877,Doon Valley North - 03,5d,Endeavouring social renters,S02001477,Doon Valley North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173914 +173914,S00099897,8a2,Industrious Hardship,S01007907,New Cumnock - 03,5d,Endeavouring social renters,S02001482,New Cumnock,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173915 +173915,S00099899,8a2,Industrious Hardship,S01007907,New Cumnock - 03,5d,Endeavouring social renters,S02001482,New Cumnock,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173916 +173916,S00099900,8a2,Industrious Hardship,S01007905,New Cumnock - 01,4a,Challenged white communities,S02001482,New Cumnock,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173917 +173917,S00099902,8a2,Industrious Hardship,S01007905,New Cumnock - 01,4a,Challenged white communities,S02001482,New Cumnock,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173918 +173918,S00099919,8a2,Industrious Hardship,S01007875,Doon Valley North - 01,5d,Endeavouring social renters,S02001477,Doon Valley North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173919 +173919,S00099923,8a2,Industrious Hardship,S01007875,Doon Valley North - 01,5d,Endeavouring social renters,S02001477,Doon Valley North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173920 +173920,S00099929,8a2,Industrious Hardship,S01007876,Doon Valley North - 02,5d,Endeavouring social renters,S02001477,Doon Valley North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173921 +173921,S00099933,8a2,Industrious Hardship,S01007890,Drongan - 03,5d,Endeavouring social renters,S02001479,Drongan,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173922 +173922,S00099938,8a2,Industrious Hardship,S01007890,Drongan - 03,5d,Endeavouring social renters,S02001479,Drongan,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173923 +173923,S00099942,8a2,Industrious Hardship,S01007888,Drongan - 01,4a,Challenged white communities,S02001479,Drongan,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173924 +173924,S00099959,8a2,Industrious Hardship,S01007914,Cumnock South and Craigens - 06,4a,Challenged white communities,S02001483,Cumnock South and Craigens,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173925 +173925,S00099962,8a2,Industrious Hardship,S01007915,Cumnock South and Craigens - 07,4a,Challenged white communities,S02001483,Cumnock South and Craigens,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173926 +173926,S00099999,8a2,Industrious Hardship,S01007910,Cumnock South and Craigens - 02,4a,Challenged white communities,S02001483,Cumnock South and Craigens,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173927 +173927,S00100008,8a2,Industrious Hardship,S01007900,Cumnock Rural - 04,4a,Challenged white communities,S02001481,Cumnock Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173928 +173928,S00100009,8a2,Industrious Hardship,S01007900,Cumnock Rural - 04,4a,Challenged white communities,S02001481,Cumnock Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173929 +173929,S00100012,8a2,Industrious Hardship,S01007900,Cumnock Rural - 04,4a,Challenged white communities,S02001481,Cumnock Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173930 +173930,S00100013,8a2,Industrious Hardship,S01007901,Cumnock Rural - 05,4a,Challenged white communities,S02001481,Cumnock Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173931 +173931,S00100027,8a2,Industrious Hardship,S01007923,Auchinleck - 03,5e,Primary sector workers,S02001485,Auchinleck,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173932 +173932,S00100032,8a2,Industrious Hardship,S01007922,Auchinleck - 02,4a,Challenged white communities,S02001485,Auchinleck,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173933 +173933,S00100034,8a2,Industrious Hardship,S01007921,Auchinleck - 01,4a,Challenged white communities,S02001485,Auchinleck,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173934 +173934,S00100043,8a2,Industrious Hardship,S01007921,Auchinleck - 01,4a,Challenged white communities,S02001485,Auchinleck,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173935 +173935,S00100044,8a2,Industrious Hardship,S01007922,Auchinleck - 02,4a,Challenged white communities,S02001485,Auchinleck,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173936 +173936,S00100094,8a2,Industrious Hardship,S01007902,Cumnock Rural - 06,4a,Challenged white communities,S02001481,Cumnock Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173937 +173937,S00100095,8a2,Industrious Hardship,S01007902,Cumnock Rural - 06,4a,Challenged white communities,S02001481,Cumnock Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173938 +173938,S00100392,8b2,Hard-Pressed Rented Terraces,S01007986,Dean and New Farm Loch North - 01,5d,Endeavouring social renters,S02001498,Dean and New Farm Loch North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173939 +173939,S00100149,8b2,Hard-Pressed Rented Terraces,S01008015,Bonnyton and Town Centre - 04,4d,Hard-pressed flat dwellers,S02001502,Bonnyton and Town Centre,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173940 +173940,S00100394,8b2,Hard-Pressed Rented Terraces,S01007988,Dean and New Farm Loch North - 03,5d,Endeavouring social renters,S02001498,Dean and New Farm Loch North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173941 +173941,S00100184,8b2,Hard-Pressed Rented Terraces,S01007968,Bellfield and Kirkstyle - 01,4a,Challenged white communities,S02001494,Bellfield and Kirkstyle,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173942 +173942,S00100395,8b2,Hard-Pressed Rented Terraces,S01007988,Dean and New Farm Loch North - 03,5d,Endeavouring social renters,S02001498,Dean and New Farm Loch North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173943 +173943,S00100187,8b2,Hard-Pressed Rented Terraces,S01007968,Bellfield and Kirkstyle - 01,4a,Challenged white communities,S02001494,Bellfield and Kirkstyle,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173944 +173944,S00100396,8b2,Hard-Pressed Rented Terraces,S01007990,Dean and New Farm Loch North - 05,5d,Endeavouring social renters,S02001498,Dean and New Farm Loch North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173945 +173945,S00100398,8b2,Hard-Pressed Rented Terraces,S01007990,Dean and New Farm Loch North - 05,5d,Endeavouring social renters,S02001498,Dean and New Farm Loch North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173946 +173946,S00100400,8b2,Hard-Pressed Rented Terraces,S01007989,Dean and New Farm Loch North - 04,4a,Challenged white communities,S02001498,Dean and New Farm Loch North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173947 +173947,S00100401,8b2,Hard-Pressed Rented Terraces,S01007989,Dean and New Farm Loch North - 04,4a,Challenged white communities,S02001498,Dean and New Farm Loch North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173948 +173948,S00100402,8b2,Hard-Pressed Rented Terraces,S01007989,Dean and New Farm Loch North - 04,4a,Challenged white communities,S02001498,Dean and New Farm Loch North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173949 +173949,S00100403,8b2,Hard-Pressed Rented Terraces,S01007987,Dean and New Farm Loch North - 02,5d,Endeavouring social renters,S02001498,Dean and New Farm Loch North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173950 +173950,S00100404,8b2,Hard-Pressed Rented Terraces,S01007987,Dean and New Farm Loch North - 02,5d,Endeavouring social renters,S02001498,Dean and New Farm Loch North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173951 +173951,S00100405,8b2,Hard-Pressed Rented Terraces,S01007987,Dean and New Farm Loch North - 02,5d,Endeavouring social renters,S02001498,Dean and New Farm Loch North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173952 +173952,S00100409,8b2,Hard-Pressed Rented Terraces,S01007955,Earlston and Hurlford Rural - 01,4a,Challenged white communities,S02001492,Earlston and Hurlford Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173953 +173953,S00100410,8b2,Hard-Pressed Rented Terraces,S01007955,Earlston and Hurlford Rural - 01,4a,Challenged white communities,S02001492,Earlston and Hurlford Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173954 +173954,S00100411,8b2,Hard-Pressed Rented Terraces,S01007956,Earlston and Hurlford Rural - 02,4a,Challenged white communities,S02001492,Earlston and Hurlford Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173955 +173955,S00100412,8b2,Hard-Pressed Rented Terraces,S01007955,Earlston and Hurlford Rural - 01,4a,Challenged white communities,S02001492,Earlston and Hurlford Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173956 +173956,S00100413,8b2,Hard-Pressed Rented Terraces,S01007956,Earlston and Hurlford Rural - 02,4a,Challenged white communities,S02001492,Earlston and Hurlford Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173957 +173957,S00100418,8b2,Hard-Pressed Rented Terraces,S01007956,Earlston and Hurlford Rural - 02,4a,Challenged white communities,S02001492,Earlston and Hurlford Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173958 +173958,S00100419,8b2,Hard-Pressed Rented Terraces,S01007957,Earlston and Hurlford Rural - 03,4a,Challenged white communities,S02001492,Earlston and Hurlford Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173959 +173959,S00100422,8b2,Hard-Pressed Rented Terraces,S01007956,Earlston and Hurlford Rural - 02,4a,Challenged white communities,S02001492,Earlston and Hurlford Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173960 +173960,S00100426,8b2,Hard-Pressed Rented Terraces,S01007957,Earlston and Hurlford Rural - 03,4a,Challenged white communities,S02001492,Earlston and Hurlford Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173961 +173961,S00100435,8b2,Hard-Pressed Rented Terraces,S01007957,Earlston and Hurlford Rural - 03,4a,Challenged white communities,S02001492,Earlston and Hurlford Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173962 +173962,S00100443,8b2,Hard-Pressed Rented Terraces,S01007960,Earlston and Hurlford Rural - 06,5d,Endeavouring social renters,S02001492,Earlston and Hurlford Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173963 +173963,S00100448,8b2,Hard-Pressed Rented Terraces,S01007960,Earlston and Hurlford Rural - 06,5d,Endeavouring social renters,S02001492,Earlston and Hurlford Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173964 +173964,S00100457,8b2,Hard-Pressed Rented Terraces,S01007953,Galston - 05,5d,Endeavouring social renters,S02001491,Galston,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173965 +173965,S00100459,8b2,Hard-Pressed Rented Terraces,S01007953,Galston - 05,5d,Endeavouring social renters,S02001491,Galston,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173966 +173966,S00100473,8b2,Hard-Pressed Rented Terraces,S01007951,Galston - 03,5c,Comfortable neighbourhoods,S02001491,Galston,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173967 +173967,S00100519,8b2,Hard-Pressed Rented Terraces,S01008026,"Crosshouse, Gatehead and Kilmaurs Rural - 02",5c,Comfortable neighbourhoods,S02001504,"Crosshouse, Gatehead and Kilmaurs Rural",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173968 +173968,S00100520,8b2,Hard-Pressed Rented Terraces,S01008026,"Crosshouse, Gatehead and Kilmaurs Rural - 02",5c,Comfortable neighbourhoods,S02001504,"Crosshouse, Gatehead and Kilmaurs Rural",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173969 +173969,S00100529,8b2,Hard-Pressed Rented Terraces,S01008027,"Crosshouse, Gatehead and Kilmaurs Rural - 03",4a,Challenged white communities,S02001504,"Crosshouse, Gatehead and Kilmaurs Rural",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173970 +173970,S00100532,8b2,Hard-Pressed Rented Terraces,S01007944,Darvel - 05,5e,Primary sector workers,S02001489,Darvel,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173971 +173971,S00100570,8b2,Hard-Pressed Rented Terraces,S01008032,Kilmaurs - 03,5d,Endeavouring social renters,S02001505,Kilmaurs,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173972 +173972,S00100571,8b2,Hard-Pressed Rented Terraces,S01008031,Kilmaurs - 02,5c,Comfortable neighbourhoods,S02001505,Kilmaurs,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173973 +173973,S00100587,8b2,Hard-Pressed Rented Terraces,S01007939,Stewarton West - 03,4a,Challenged white communities,S02001488,Stewarton West,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173974 +173974,S00100589,8b2,Hard-Pressed Rented Terraces,S01007939,Stewarton West - 03,4a,Challenged white communities,S02001488,Stewarton West,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173975 +173975,S00100188,8b2,Hard-Pressed Rented Terraces,S01007968,Bellfield and Kirkstyle - 01,4a,Challenged white communities,S02001494,Bellfield and Kirkstyle,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173976 +173976,S00100189,8b2,Hard-Pressed Rented Terraces,S01007968,Bellfield and Kirkstyle - 01,4a,Challenged white communities,S02001494,Bellfield and Kirkstyle,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173977 +173977,S00100190,8b2,Hard-Pressed Rented Terraces,S01007968,Bellfield and Kirkstyle - 01,4a,Challenged white communities,S02001494,Bellfield and Kirkstyle,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173978 +173978,S00100196,8b2,Hard-Pressed Rented Terraces,S01007966,Shortlees - 05,4a,Challenged white communities,S02001493,Shortlees,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173979 +173979,S00100198,8b2,Hard-Pressed Rented Terraces,S01007970,Bellfield and Kirkstyle - 03,4a,Challenged white communities,S02001494,Bellfield and Kirkstyle,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173980 +173980,S00100199,8b2,Hard-Pressed Rented Terraces,S01007970,Bellfield and Kirkstyle - 03,4a,Challenged white communities,S02001494,Bellfield and Kirkstyle,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173981 +173981,S00100200,8b2,Hard-Pressed Rented Terraces,S01007970,Bellfield and Kirkstyle - 03,4a,Challenged white communities,S02001494,Bellfield and Kirkstyle,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173982 +173982,S00100201,8b2,Hard-Pressed Rented Terraces,S01007970,Bellfield and Kirkstyle - 03,4a,Challenged white communities,S02001494,Bellfield and Kirkstyle,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173983 +173983,S00100204,8b2,Hard-Pressed Rented Terraces,S01007971,Bellfield and Kirkstyle - 04,4a,Challenged white communities,S02001494,Bellfield and Kirkstyle,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173984 +173984,S00100211,8b2,Hard-Pressed Rented Terraces,S01007972,Bellfield and Kirkstyle - 05,4a,Challenged white communities,S02001494,Bellfield and Kirkstyle,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173985 +173985,S00100212,8b2,Hard-Pressed Rented Terraces,S01007972,Bellfield and Kirkstyle - 05,4a,Challenged white communities,S02001494,Bellfield and Kirkstyle,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173986 +173986,S00100213,8b2,Hard-Pressed Rented Terraces,S01007972,Bellfield and Kirkstyle - 05,4a,Challenged white communities,S02001494,Bellfield and Kirkstyle,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173987 +173987,S00100215,8b2,Hard-Pressed Rented Terraces,S01007972,Bellfield and Kirkstyle - 05,4a,Challenged white communities,S02001494,Bellfield and Kirkstyle,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173988 +173988,S00100216,8b2,Hard-Pressed Rented Terraces,S01007975,Kilmarnock South Central and Caprington - 03,4a,Challenged white communities,S02001495,Kilmarnock South Central and Caprington,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173989 +173989,S00100217,8b2,Hard-Pressed Rented Terraces,S01007972,Bellfield and Kirkstyle - 05,4a,Challenged white communities,S02001494,Bellfield and Kirkstyle,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173990 +173990,S00100219,8b2,Hard-Pressed Rented Terraces,S01007975,Kilmarnock South Central and Caprington - 03,4a,Challenged white communities,S02001495,Kilmarnock South Central and Caprington,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173991 +173991,S00100220,8b2,Hard-Pressed Rented Terraces,S01007975,Kilmarnock South Central and Caprington - 03,4a,Challenged white communities,S02001495,Kilmarnock South Central and Caprington,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173992 +173992,S00100221,8b2,Hard-Pressed Rented Terraces,S01007977,Piersland - 01,5c,Comfortable neighbourhoods,S02001496,Piersland,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173993 +173993,S00100227,8b2,Hard-Pressed Rented Terraces,S01007962,Shortlees - 01,4a,Challenged white communities,S02001493,Shortlees,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173994 +173994,S00100255,8b2,Hard-Pressed Rented Terraces,S01007964,Shortlees - 03,4a,Challenged white communities,S02001493,Shortlees,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173995 +173995,S00100329,8b2,Hard-Pressed Rented Terraces,S01008000,Altonhill North and Onthank - 02,4a,Challenged white communities,S02001500,Altonhill North and Onthank,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173996 +173996,S00100335,8b2,Hard-Pressed Rented Terraces,S01007999,Altonhill North and Onthank - 01,4a,Challenged white communities,S02001500,Altonhill North and Onthank,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173997 +173997,S00100339,8b2,Hard-Pressed Rented Terraces,S01007999,Altonhill North and Onthank - 01,4a,Challenged white communities,S02001500,Altonhill North and Onthank,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173998 +173998,S00100340,8b2,Hard-Pressed Rented Terraces,S01007999,Altonhill North and Onthank - 01,4a,Challenged white communities,S02001500,Altonhill North and Onthank,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,173999 +173999,S00100341,8b2,Hard-Pressed Rented Terraces,S01007999,Altonhill North and Onthank - 01,4a,Challenged white communities,S02001500,Altonhill North and Onthank,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174000 +174000,S00099843,1b2,Rural White-Collar Workers,S01007929,Northern and Irvine Valley Rural - 05,2c,Remoter communities,S02001486,Northern and Irvine Valley Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174001 +174001,S00099845,1b2,Rural White-Collar Workers,S01007930,Northern and Irvine Valley Rural - 06,2c,Remoter communities,S02001486,Northern and Irvine Valley Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174002 +174002,S00100638,1b2,Rural White-Collar Workers,S01007961,Earlston and Hurlford Rural - 07,2a,Ageing rural neighbourhoods,S02001492,Earlston and Hurlford Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174003 +174003,S00100647,1b2,Rural White-Collar Workers,S01007930,Northern and Irvine Valley Rural - 06,2c,Remoter communities,S02001486,Northern and Irvine Valley Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174004 +174004,S00100821,1b2,Rural White-Collar Workers,S01007996,Southcraig and Beansburn - 06,8c,Comfortable suburbia,S02001499,Southcraig and Beansburn,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174005 +174005,S00101901,7c1,Challenged Transitionaries,S01008189,IZ05 - 02,5c,Comfortable neighbourhoods,S02001538,IZ05,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174006 +174006,S00100595,8c3,Renting Hard-Pressed Workers,S01007938,Stewarton West - 02,5c,Comfortable neighbourhoods,S02001488,Stewarton West,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174007 +174007,S00100604,5b3,Self-Sufficient Retirement,S01007937,Stewarton West - 01,8c,Comfortable suburbia,S02001488,Stewarton West,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174008 +174008,S00102307,6a4,Ageing in Suburbia,S01008266,IZ17 - 05,8a,Affluent communities,S02001550,IZ17,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174009 +174009,S00100858,1b2,Rural White-Collar Workers,S01007887,Mauchline Rural - 07,2c,Remoter communities,S02001478,Mauchline Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174010 +174010,S00100859,1b2,Rural White-Collar Workers,S01007887,Mauchline Rural - 07,2c,Remoter communities,S02001478,Mauchline Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174011 +174011,S00099789,1a1,Rural Workers and Families,S01007882,Mauchline Rural - 02,2c,Remoter communities,S02001478,Mauchline Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174012 +174012,S00099798,1a1,Rural Workers and Families,S01007870,Doon Valley South - 01,2c,Remoter communities,S02001476,Doon Valley South,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174013 +174013,S00099807,1a1,Rural Workers and Families,S01007899,Cumnock Rural - 03,2c,Remoter communities,S02001481,Cumnock Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174014 +174014,S00099809,1a1,Rural Workers and Families,S01007898,Cumnock Rural - 02,2c,Remoter communities,S02001481,Cumnock Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174015 +174015,S00099810,1a1,Rural Workers and Families,S01007898,Cumnock Rural - 02,2c,Remoter communities,S02001481,Cumnock Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174016 +174016,S00100811,6b3,Semi-Detached Ageing,S01007995,Southcraig and Beansburn - 05,8b,Ageing suburbanites,S02001499,Southcraig and Beansburn,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174017 +174017,S00099811,1a1,Rural Workers and Families,S01007898,Cumnock Rural - 02,2c,Remoter communities,S02001481,Cumnock Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174018 +174018,S00099814,1a1,Rural Workers and Families,S01007897,Cumnock Rural - 01,2c,Remoter communities,S02001481,Cumnock Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174019 +174019,S00099815,1a1,Rural Workers and Families,S01007908,New Cumnock - 04,5c,Comfortable neighbourhoods,S02001482,New Cumnock,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174020 +174020,S00099816,1a1,Rural Workers and Families,S01007898,Cumnock Rural - 02,2c,Remoter communities,S02001481,Cumnock Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174021 +174021,S00099834,1a1,Rural Workers and Families,S01008029,"Crosshouse, Gatehead and Kilmaurs Rural - 05",2a,Ageing rural neighbourhoods,S02001504,"Crosshouse, Gatehead and Kilmaurs Rural",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174022 +174022,S00099842,1a1,Rural Workers and Families,S01007929,Northern and Irvine Valley Rural - 05,2c,Remoter communities,S02001486,Northern and Irvine Valley Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174023 +174023,S00099856,1a1,Rural Workers and Families,S01007927,Northern and Irvine Valley Rural - 03,2c,Remoter communities,S02001486,Northern and Irvine Valley Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174024 +174024,S00099862,1a1,Rural Workers and Families,S01007925,Northern and Irvine Valley Rural - 01,2c,Remoter communities,S02001486,Northern and Irvine Valley Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174025 +174025,S00100536,1a1,Rural Workers and Families,S01007944,Darvel - 05,5e,Primary sector workers,S02001489,Darvel,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174026 +174026,S00100659,1a1,Rural Workers and Families,S01007926,Northern and Irvine Valley Rural - 02,2c,Remoter communities,S02001486,Northern and Irvine Valley Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174027 +174027,S00100689,1a1,Rural Workers and Families,S01007887,Mauchline Rural - 07,2c,Remoter communities,S02001478,Mauchline Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174028 +174028,S00100703,1a1,Rural Workers and Families,S01007899,Cumnock Rural - 03,2c,Remoter communities,S02001481,Cumnock Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174029 +174029,S00100740,1a1,Rural Workers and Families,S01007882,Mauchline Rural - 02,2c,Remoter communities,S02001478,Mauchline Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174030 +174030,S00100746,1a1,Rural Workers and Families,S01007929,Northern and Irvine Valley Rural - 05,2c,Remoter communities,S02001486,Northern and Irvine Valley Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174031 +174031,S00099804,5b3,Self-Sufficient Retirement,S01007923,Auchinleck - 03,5e,Primary sector workers,S02001485,Auchinleck,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174032 +174032,S00099875,5b3,Self-Sufficient Retirement,S01007873,Doon Valley South - 04,5a,Ageing urban communities,S02001476,Doon Valley South,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174033 +174033,S00100021,5b3,Self-Sufficient Retirement,S01007883,Mauchline Rural - 03,5e,Primary sector workers,S02001478,Mauchline Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174034 +174034,S00100078,5b3,Self-Sufficient Retirement,S01007892,Mauchline - 01,5c,Comfortable neighbourhoods,S02001480,Mauchline,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174035 +174035,S00100088,5b3,Self-Sufficient Retirement,S01007894,Mauchline - 03,5d,Endeavouring social renters,S02001480,Mauchline,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174036 +174036,S00100114,5b3,Self-Sufficient Retirement,S01008018,"Grange, Howard and Gargieston - 02",8a,Affluent communities,S02001503,"Grange, Howard and Gargieston",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174037 +174037,S00100118,5b3,Self-Sufficient Retirement,S01008021,"Grange, Howard and Gargieston - 05",8b,Ageing suburbanites,S02001503,"Grange, Howard and Gargieston",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174038 +174038,S00100121,5b3,Self-Sufficient Retirement,S01008021,"Grange, Howard and Gargieston - 05",8b,Ageing suburbanites,S02001503,"Grange, Howard and Gargieston",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174039 +174039,S00100165,5b3,Self-Sufficient Retirement,S01008019,"Grange, Howard and Gargieston - 03",5a,Ageing urban communities,S02001503,"Grange, Howard and Gargieston",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174040 +174040,S00100170,5b3,Self-Sufficient Retirement,S01007976,Kilmarnock South Central and Caprington - 04,4d,Hard-pressed flat dwellers,S02001495,Kilmarnock South Central and Caprington,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174041 +174041,S00100178,5b3,Self-Sufficient Retirement,S01007979,Piersland - 03,5c,Comfortable neighbourhoods,S02001496,Piersland,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174042 +174042,S00100277,5b3,Self-Sufficient Retirement,S01007975,Kilmarnock South Central and Caprington - 03,4a,Challenged white communities,S02001495,Kilmarnock South Central and Caprington,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174043 +174043,S00100307,5b3,Self-Sufficient Retirement,S01007998,Southcraig and Beansburn - 08,5a,Ageing urban communities,S02001499,Southcraig and Beansburn,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174044 +174044,S00100355,5b3,Self-Sufficient Retirement,S01007980,Piersland - 04,5c,Comfortable neighbourhoods,S02001496,Piersland,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174045 +174045,S00100356,5b3,Self-Sufficient Retirement,S01007980,Piersland - 04,5c,Comfortable neighbourhoods,S02001496,Piersland,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174046 +174046,S00100359,5b3,Self-Sufficient Retirement,S01007979,Piersland - 03,5c,Comfortable neighbourhoods,S02001496,Piersland,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174047 +174047,S00100406,5b3,Self-Sufficient Retirement,S01007984,New Farm Loch South - 03,5c,Comfortable neighbourhoods,S02001497,New Farm Loch South,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174048 +174048,S00100474,5b3,Self-Sufficient Retirement,S01007950,Galston - 02,5c,Comfortable neighbourhoods,S02001491,Galston,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174049 +174049,S00100475,5b3,Self-Sufficient Retirement,S01007950,Galston - 02,5c,Comfortable neighbourhoods,S02001491,Galston,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174050 +174050,S00100478,5b3,Self-Sufficient Retirement,S01007949,Galston - 01,5c,Comfortable neighbourhoods,S02001491,Galston,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174051 +174051,S00100525,5b3,Self-Sufficient Retirement,S01008026,"Crosshouse, Gatehead and Kilmaurs Rural - 02",5c,Comfortable neighbourhoods,S02001504,"Crosshouse, Gatehead and Kilmaurs Rural",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174052 +174052,S00100526,5b3,Self-Sufficient Retirement,S01008026,"Crosshouse, Gatehead and Kilmaurs Rural - 02",5c,Comfortable neighbourhoods,S02001504,"Crosshouse, Gatehead and Kilmaurs Rural",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174053 +174053,S00100535,5b3,Self-Sufficient Retirement,S01007944,Darvel - 05,5e,Primary sector workers,S02001489,Darvel,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174054 +174054,S00100555,5b3,Self-Sufficient Retirement,S01007940,Darvel - 01,5c,Comfortable neighbourhoods,S02001489,Darvel,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174055 +174055,S00099944,8d1,Young Hard-Pressed Families,S01007888,Drongan - 01,4a,Challenged white communities,S02001479,Drongan,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174056 +174056,S00102145,8c2,Ageing Rural Industry Workers,S01008254,IZ15 - 04,5e,Primary sector workers,S02001548,IZ15,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174057 +174057,S00100626,8c3,Renting Hard-Pressed Workers,S01007934,Stewarton East - 03,5c,Comfortable neighbourhoods,S02001487,Stewarton East,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174058 +174058,S00099945,8d1,Young Hard-Pressed Families,S01007888,Drongan - 01,4a,Challenged white communities,S02001479,Drongan,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174059 +174059,S00100540,7a1,Transitional Eastern European Neighbourhoods,S01007944,Darvel - 05,5e,Primary sector workers,S02001489,Darvel,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174060 +174060,S00102308,6a4,Ageing in Suburbia,S01008266,IZ17 - 05,8a,Affluent communities,S02001550,IZ17,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174061 +174061,S00102149,8c2,Ageing Rural Industry Workers,S01008254,IZ15 - 04,5e,Primary sector workers,S02001548,IZ15,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174062 +174062,S00101908,7c1,Challenged Transitionaries,S01008187,IZ04 - 06,4d,Hard-pressed flat dwellers,S02001537,IZ04,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174063 +174063,S00101934,7c1,Challenged Transitionaries,S01008193,IZ05 - 06,5a,Ageing urban communities,S02001538,IZ05,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174064 +174064,S00100624,5b3,Self-Sufficient Retirement,S01007933,Stewarton East - 02,5b,Aspiring urban households,S02001487,Stewarton East,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174065 +174065,S00101935,7c1,Challenged Transitionaries,S01008193,IZ05 - 06,5a,Ageing urban communities,S02001538,IZ05,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174066 +174066,S00101949,7c1,Challenged Transitionaries,S01008195,IZ06 - 02,4d,Hard-pressed flat dwellers,S02001539,IZ06,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174067 +174067,S00101951,7c1,Challenged Transitionaries,S01008195,IZ06 - 02,4d,Hard-pressed flat dwellers,S02001539,IZ06,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174068 +174068,S00101958,7c1,Challenged Transitionaries,S01008169,IZ01 - 07,4a,Challenged white communities,S02001534,IZ01,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174069 +174069,S00101960,7c1,Challenged Transitionaries,S01008167,IZ01 - 05,4a,Challenged white communities,S02001534,IZ01,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174070 +174070,S00101962,7c1,Challenged Transitionaries,S01008167,IZ01 - 05,4a,Challenged white communities,S02001534,IZ01,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174071 +174071,S00101980,7c1,Challenged Transitionaries,S01008237,IZ12 - 04,2d,Rural traits,S02001545,IZ12,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174072 +174072,S00101986,7c1,Challenged Transitionaries,S01008236,IZ12 - 03,5c,Comfortable neighbourhoods,S02001545,IZ12,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174073 +174073,S00101993,7c1,Challenged Transitionaries,S01008164,IZ01 - 02,1a,Cosmopolitan student neighbourhoods,S02001534,IZ01,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174074 +174074,S00101994,7c1,Challenged Transitionaries,S01008164,IZ01 - 02,1a,Cosmopolitan student neighbourhoods,S02001534,IZ01,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174075 +174075,S00101999,7c1,Challenged Transitionaries,S01008163,IZ01 - 01,5e,Primary sector workers,S02001534,IZ01,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174076 +174076,S00102004,7c1,Challenged Transitionaries,S01008228,IZ11 - 03,5c,Comfortable neighbourhoods,S02001544,IZ11,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174077 +174077,S00102013,7c1,Challenged Transitionaries,S01008219,IZ10 - 02,5a,Ageing urban communities,S02001543,IZ10,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174078 +174078,S00102035,7c1,Challenged Transitionaries,S01008227,IZ11 - 02,4a,Challenged white communities,S02001544,IZ11,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174079 +174079,S00102036,7c1,Challenged Transitionaries,S01008227,IZ11 - 02,4a,Challenged white communities,S02001544,IZ11,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174080 +174080,S00102059,7c1,Challenged Transitionaries,S01008223,IZ10 - 06,5c,Comfortable neighbourhoods,S02001543,IZ10,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174081 +174081,S00102064,7c1,Challenged Transitionaries,S01008223,IZ10 - 06,5c,Comfortable neighbourhoods,S02001543,IZ10,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174082 +174082,S00102075,7c1,Challenged Transitionaries,S01008200,IZ07 - 04,4a,Challenged white communities,S02001540,IZ07,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174083 +174083,S00099948,8d1,Young Hard-Pressed Families,S01007888,Drongan - 01,4a,Challenged white communities,S02001479,Drongan,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174084 +174084,S00102316,6a4,Ageing in Suburbia,S01008265,IZ17 - 04,8a,Affluent communities,S02001550,IZ17,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174085 +174085,S00100628,8c3,Renting Hard-Pressed Workers,S01007934,Stewarton East - 03,5c,Comfortable neighbourhoods,S02001487,Stewarton East,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174086 +174086,S00100679,7a1,Transitional Eastern European Neighbourhoods,S01007892,Mauchline - 01,5c,Comfortable neighbourhoods,S02001480,Mauchline,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174087 +174087,S00102180,8c2,Ageing Rural Industry Workers,S01008259,IZ16 - 04,5e,Primary sector workers,S02001549,IZ16,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174088 +174088,S00102077,7c1,Challenged Transitionaries,S01008200,IZ07 - 04,4a,Challenged white communities,S02001540,IZ07,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174089 +174089,S00102087,7c1,Challenged Transitionaries,S01008198,IZ07 - 02,4a,Challenged white communities,S02001540,IZ07,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174090 +174090,S00102095,7c1,Challenged Transitionaries,S01008203,IZ07 - 07,4d,Hard-pressed flat dwellers,S02001540,IZ07,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174091 +174091,S00102096,7c1,Challenged Transitionaries,S01008201,IZ07 - 05,4a,Challenged white communities,S02001540,IZ07,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174092 +174092,S00102098,7c1,Challenged Transitionaries,S01008201,IZ07 - 05,4a,Challenged white communities,S02001540,IZ07,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174093 +174093,S00102099,7c1,Challenged Transitionaries,S01008201,IZ07 - 05,4a,Challenged white communities,S02001540,IZ07,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174094 +174094,S00102102,7c1,Challenged Transitionaries,S01008204,IZ08 - 01,5c,Comfortable neighbourhoods,S02001541,IZ08,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174095 +174095,S00102195,7c1,Challenged Transitionaries,S01008210,IZ09 - 01,5c,Comfortable neighbourhoods,S02001542,IZ09,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174096 +174096,S00102208,7c1,Challenged Transitionaries,S01008211,IZ09 - 02,5c,Comfortable neighbourhoods,S02001542,IZ09,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174097 +174097,S00102221,7c1,Challenged Transitionaries,S01008215,IZ09 - 06,5c,Comfortable neighbourhoods,S02001542,IZ09,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174098 +174098,S00102251,7c1,Challenged Transitionaries,S01008279,IZ20 - 03,5c,Comfortable neighbourhoods,S02001553,IZ20,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174099 +174099,S00102258,7c1,Challenged Transitionaries,S01008285,IZ21 - 02,4a,Challenged white communities,S02001554,IZ21,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174100 +174100,S00102346,7c1,Challenged Transitionaries,S01008271,IZ18 - 04,4b,Constrained renters,S02001551,IZ18,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174101 +174101,S00102350,7c1,Challenged Transitionaries,S01008271,IZ18 - 04,4b,Constrained renters,S02001551,IZ18,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174102 +174102,S00102398,7c1,Challenged Transitionaries,S01008226,IZ11 - 01,4a,Challenged white communities,S02001544,IZ11,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174103 +174103,S00102411,7c1,Challenged Transitionaries,S01008201,IZ07 - 05,4a,Challenged white communities,S02001540,IZ07,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174104 +174104,S00102463,7c1,Challenged Transitionaries,S01008177,IZ03 - 01,4d,Hard-pressed flat dwellers,S02001536,IZ03,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174105 +174105,S00102468,7c1,Challenged Transitionaries,S01008182,IZ04 - 01,4d,Hard-pressed flat dwellers,S02001537,IZ04,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174106 +174106,S00102485,7c1,Challenged Transitionaries,S01008168,IZ01 - 06,4a,Challenged white communities,S02001534,IZ01,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174107 +174107,S00102487,7c1,Challenged Transitionaries,S01008169,IZ01 - 07,4a,Challenged white communities,S02001534,IZ01,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174108 +174108,S00102539,7c1,Challenged Transitionaries,S01008290,IZ22 - 02,5a,Ageing urban communities,S02001555,IZ22,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174109 +174109,S00101740,6a2,Comfortable Suburbia,S01008165,IZ01 - 03,2b,Prospering countryside life,S02001534,IZ01,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174110 +174110,S00101759,6a2,Comfortable Suburbia,S01008218,IZ10 - 01,8c,Comfortable suburbia,S02001543,IZ10,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174111 +174111,S00101760,6a2,Comfortable Suburbia,S01008218,IZ10 - 01,8c,Comfortable suburbia,S02001543,IZ10,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174112 +174112,S00101817,6a2,Comfortable Suburbia,S01008283,IZ20 - 07,2b,Prospering countryside life,S02001553,IZ20,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174113 +174113,S00101842,6a2,Comfortable Suburbia,S01008180,IZ03 - 04,8c,Comfortable suburbia,S02001536,IZ03,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174114 +174114,S00101975,6a2,Comfortable Suburbia,S01008245,IZ14 - 01,2b,Prospering countryside life,S02001547,IZ14,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174115 +174115,S00101976,6a2,Comfortable Suburbia,S01008246,IZ14 - 02,2a,Ageing rural neighbourhoods,S02001547,IZ14,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174116 +174116,S00102008,6a2,Comfortable Suburbia,S01008228,IZ11 - 03,5c,Comfortable neighbourhoods,S02001544,IZ11,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174117 +174117,S00100630,5b3,Self-Sufficient Retirement,S01007936,Stewarton East - 05,8c,Comfortable suburbia,S02001487,Stewarton East,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174118 +174118,S00100014,8d1,Young Hard-Pressed Families,S01007901,Cumnock Rural - 05,4a,Challenged white communities,S02001481,Cumnock Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174119 +174119,S00100666,8c3,Renting Hard-Pressed Workers,S01007906,New Cumnock - 02,4a,Challenged white communities,S02001482,New Cumnock,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174120 +174120,S00100636,5b3,Self-Sufficient Retirement,S01007931,Northern and Irvine Valley Rural - 07,5c,Comfortable neighbourhoods,S02001486,Northern and Irvine Valley Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174121 +174121,S00102318,6a4,Ageing in Suburbia,S01008265,IZ17 - 04,8a,Affluent communities,S02001550,IZ17,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174122 +174122,S00100041,8d1,Young Hard-Pressed Families,S01007924,Auchinleck - 04,4a,Challenged white communities,S02001485,Auchinleck,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174123 +174123,S00100668,8c3,Renting Hard-Pressed Workers,S01007890,Drongan - 03,5d,Endeavouring social renters,S02001479,Drongan,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174124 +174124,S00102181,8c2,Ageing Rural Industry Workers,S01008260,IZ16 - 05,5e,Primary sector workers,S02001549,IZ16,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174125 +174125,S00100686,5b3,Self-Sufficient Retirement,S01008014,Bonnyton and Town Centre - 03,5c,Comfortable neighbourhoods,S02001502,Bonnyton and Town Centre,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174126 +174126,S00102321,6a4,Ageing in Suburbia,S01008269,IZ18 - 02,5a,Ageing urban communities,S02001551,IZ18,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174127 +174127,S00099826,5a1,White Professionals,S01008005,"Altonhill South, Longpark and Hillhead - 01",5b,Aspiring urban households,S02001501,"Altonhill South, Longpark and Hillhead",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174128 +174128,S00100234,8d1,Young Hard-Pressed Families,S01007963,Shortlees - 02,4d,Hard-pressed flat dwellers,S02001493,Shortlees,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174129 +174129,S00100690,8c3,Renting Hard-Pressed Workers,S01007969,Bellfield and Kirkstyle - 02,4a,Challenged white communities,S02001494,Bellfield and Kirkstyle,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174130 +174130,S00100730,8c3,Renting Hard-Pressed Workers,S01007962,Shortlees - 01,4a,Challenged white communities,S02001493,Shortlees,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174131 +174131,S00100732,8c3,Renting Hard-Pressed Workers,S01008004,Altonhill North and Onthank - 06,5b,Aspiring urban households,S02001500,Altonhill North and Onthank,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174132 +174132,S00100755,8c3,Renting Hard-Pressed Workers,S01007907,New Cumnock - 03,5d,Endeavouring social renters,S02001482,New Cumnock,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174133 +174133,S00100759,8c3,Renting Hard-Pressed Workers,S01007891,Drongan - 04,5c,Comfortable neighbourhoods,S02001479,Drongan,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174134 +174134,S00100828,8c3,Renting Hard-Pressed Workers,S01007979,Piersland - 03,5c,Comfortable neighbourhoods,S02001496,Piersland,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174135 +174135,S00100849,8c3,Renting Hard-Pressed Workers,S01007934,Stewarton East - 03,5c,Comfortable neighbourhoods,S02001487,Stewarton East,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174136 +174136,S00099987,1c2,Renting Rural Retirement,S01007918,Cumnock North - 03,5e,Primary sector workers,S02001484,Cumnock North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174137 +174137,S00100773,1c2,Renting Rural Retirement,S01007893,Mauchline - 02,5c,Comfortable neighbourhoods,S02001480,Mauchline,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174138 +174138,S00100167,7d4,Retired City Hardship,S01008013,Bonnyton and Town Centre - 02,5a,Ageing urban communities,S02001502,Bonnyton and Town Centre,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174139 +174139,S00100764,7d4,Retired City Hardship,S01007913,Cumnock South and Craigens - 05,4a,Challenged white communities,S02001483,Cumnock South and Craigens,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174140 +174140,S00100796,7d4,Retired City Hardship,S01008011,"Altonhill South, Longpark and Hillhead - 07",4d,Hard-pressed flat dwellers,S02001501,"Altonhill South, Longpark and Hillhead",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174141 +174141,S00100052,7d3,Retired Communal City Dwellers,S01007924,Auchinleck - 04,4a,Challenged white communities,S02001485,Auchinleck,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174142 +174142,S00100440,7d3,Retired Communal City Dwellers,S01007958,Earlston and Hurlford Rural - 04,4a,Challenged white communities,S02001492,Earlston and Hurlford Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174143 +174143,S00100700,7d3,Retired Communal City Dwellers,S01007974,Kilmarnock South Central and Caprington - 02,4d,Hard-pressed flat dwellers,S02001495,Kilmarnock South Central and Caprington,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174144 +174144,S00100751,7d3,Retired Communal City Dwellers,S01007873,Doon Valley South - 04,5a,Ageing urban communities,S02001476,Doon Valley South,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174145 +174145,S00099983,7d2,Retired Independent City Dwellers,S01007916,Cumnock North - 01,5e,Primary sector workers,S02001484,Cumnock North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174146 +174146,S00100172,7d2,Retired Independent City Dwellers,S01007976,Kilmarnock South Central and Caprington - 04,4d,Hard-pressed flat dwellers,S02001495,Kilmarnock South Central and Caprington,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174147 +174147,S00100173,7d2,Retired Independent City Dwellers,S01007976,Kilmarnock South Central and Caprington - 04,4d,Hard-pressed flat dwellers,S02001495,Kilmarnock South Central and Caprington,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174148 +174148,S00100175,7d2,Retired Independent City Dwellers,S01007976,Kilmarnock South Central and Caprington - 04,4d,Hard-pressed flat dwellers,S02001495,Kilmarnock South Central and Caprington,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174149 +174149,S00100287,7d2,Retired Independent City Dwellers,S01008011,"Altonhill South, Longpark and Hillhead - 07",4d,Hard-pressed flat dwellers,S02001501,"Altonhill South, Longpark and Hillhead",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174150 +174150,S00100505,7d2,Retired Independent City Dwellers,S01007945,Newmilns - 01,5e,Primary sector workers,S02001490,Newmilns,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174151 +174151,S00100549,7d2,Retired Independent City Dwellers,S01007940,Darvel - 01,5c,Comfortable neighbourhoods,S02001489,Darvel,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174152 +174152,S00100724,7d2,Retired Independent City Dwellers,S01007878,Doon Valley North - 04,4a,Challenged white communities,S02001477,Doon Valley North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174153 +174153,S00100733,7d2,Retired Independent City Dwellers,S01007983,New Farm Loch South - 02,4a,Challenged white communities,S02001497,New Farm Loch South,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174154 +174154,S00100742,7d2,Retired Independent City Dwellers,S01007880,Doon Valley North - 06,2c,Remoter communities,S02001477,Doon Valley North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174155 +174155,S00099786,1c1,Rural Employment and Retirees,S01007904,Cumnock Rural - 08,2c,Remoter communities,S02001481,Cumnock Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174156 +174156,S00100743,1c1,Rural Employment and Retirees,S01007961,Earlston and Hurlford Rural - 07,2a,Ageing rural neighbourhoods,S02001492,Earlston and Hurlford Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174157 +174157,S00100744,1c1,Rural Employment and Retirees,S01007961,Earlston and Hurlford Rural - 07,2a,Ageing rural neighbourhoods,S02001492,Earlston and Hurlford Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174158 +174158,S00100748,1c1,Rural Employment and Retirees,S01007926,Northern and Irvine Valley Rural - 02,2c,Remoter communities,S02001486,Northern and Irvine Valley Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174159 +174159,S00099915,1b1,Rural Life,S01007908,New Cumnock - 04,5c,Comfortable neighbourhoods,S02001482,New Cumnock,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174160 +174160,S00099925,1b1,Rural Life,S01007876,Doon Valley North - 02,5d,Endeavouring social renters,S02001477,Doon Valley North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174161 +174161,S00099955,1b1,Rural Life,S01007913,Cumnock South and Craigens - 05,4a,Challenged white communities,S02001483,Cumnock South and Craigens,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174162 +174162,S00100026,1b1,Rural Life,S01007923,Auchinleck - 03,5e,Primary sector workers,S02001485,Auchinleck,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174163 +174163,S00100224,1b1,Rural Life,S01007981,Piersland - 05,8b,Ageing suburbanites,S02001496,Piersland,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174164 +174164,S00100471,1b1,Rural Life,S01007951,Galston - 03,5c,Comfortable neighbourhoods,S02001491,Galston,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174165 +174165,S00100544,1b1,Rural Life,S01007943,Darvel - 04,5c,Comfortable neighbourhoods,S02001489,Darvel,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174166 +174166,S00100550,1b1,Rural Life,S01007941,Darvel - 02,8b,Ageing suburbanites,S02001489,Darvel,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174167 +174167,S00100573,1b1,Rural Life,S01008031,Kilmaurs - 02,5c,Comfortable neighbourhoods,S02001505,Kilmaurs,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174168 +174168,S00100651,1b1,Rural Life,S01007927,Northern and Irvine Valley Rural - 03,2c,Remoter communities,S02001486,Northern and Irvine Valley Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174169 +174169,S00100658,1b1,Rural Life,S01007926,Northern and Irvine Valley Rural - 02,2c,Remoter communities,S02001486,Northern and Irvine Valley Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174170 +174170,S00100684,1b1,Rural Life,S01007882,Mauchline Rural - 02,2c,Remoter communities,S02001478,Mauchline Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174171 +174171,S00100714,1b1,Rural Life,S01007870,Doon Valley South - 01,2c,Remoter communities,S02001476,Doon Valley South,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174172 +174172,S00100747,1b1,Rural Life,S01007927,Northern and Irvine Valley Rural - 03,2c,Remoter communities,S02001486,Northern and Irvine Valley Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174173 +174173,S00100778,1b1,Rural Life,S01007893,Mauchline - 02,5c,Comfortable neighbourhoods,S02001480,Mauchline,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174174 +174174,S00102182,8c2,Ageing Rural Industry Workers,S01008260,IZ16 - 05,5e,Primary sector workers,S02001549,IZ16,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174175 +174175,S00099827,5a1,White Professionals,S01008004,Altonhill North and Onthank - 06,5b,Aspiring urban households,S02001500,Altonhill North and Onthank,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174176 +174176,S00100693,5b3,Self-Sufficient Retirement,S01007977,Piersland - 01,5c,Comfortable neighbourhoods,S02001496,Piersland,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174177 +174177,S00100242,8d1,Young Hard-Pressed Families,S01007967,Shortlees - 06,4a,Challenged white communities,S02001493,Shortlees,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174178 +174178,S00100295,8d1,Young Hard-Pressed Families,S01008006,"Altonhill South, Longpark and Hillhead - 02",4a,Challenged white communities,S02001501,"Altonhill South, Longpark and Hillhead",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174179 +174179,S00100296,8d1,Young Hard-Pressed Families,S01008005,"Altonhill South, Longpark and Hillhead - 01",5b,Aspiring urban households,S02001501,"Altonhill South, Longpark and Hillhead",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174180 +174180,S00102324,6a4,Ageing in Suburbia,S01008269,IZ18 - 02,5a,Ageing urban communities,S02001551,IZ18,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174181 +174181,S00102187,8c2,Ageing Rural Industry Workers,S01008260,IZ16 - 05,5e,Primary sector workers,S02001549,IZ16,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174182 +174182,S00100300,8d1,Young Hard-Pressed Families,S01008009,"Altonhill South, Longpark and Hillhead - 05",4d,Hard-pressed flat dwellers,S02001501,"Altonhill South, Longpark and Hillhead",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174183 +174183,S00102191,8c2,Ageing Rural Industry Workers,S01008260,IZ16 - 05,5e,Primary sector workers,S02001549,IZ16,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174184 +174184,S00102326,6a4,Ageing in Suburbia,S01008268,IZ18 - 01,8a,Affluent communities,S02001551,IZ18,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174185 +174185,S00100712,5b3,Self-Sufficient Retirement,S01008007,"Altonhill South, Longpark and Hillhead - 03",4d,Hard-pressed flat dwellers,S02001501,"Altonhill South, Longpark and Hillhead",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174186 +174186,S00100019,5a1,White Professionals,S01007901,Cumnock Rural - 05,4a,Challenged white communities,S02001481,Cumnock Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174187 +174187,S00100321,8d1,Young Hard-Pressed Families,S01008002,Altonhill North and Onthank - 04,4a,Challenged white communities,S02001500,Altonhill North and Onthank,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174188 +174188,S00100182,5a1,White Professionals,S01007979,Piersland - 03,5c,Comfortable neighbourhoods,S02001496,Piersland,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174189 +174189,S00102192,8c2,Ageing Rural Industry Workers,S01008261,IZ16 - 06,5d,Endeavouring social renters,S02001549,IZ16,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174190 +174190,S00102211,8c2,Ageing Rural Industry Workers,S01008214,IZ09 - 05,5c,Comfortable neighbourhoods,S02001542,IZ09,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174191 +174191,S00102333,6a4,Ageing in Suburbia,S01008270,IZ18 - 03,5a,Ageing urban communities,S02001551,IZ18,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174192 +174192,S00100414,8d1,Young Hard-Pressed Families,S01007955,Earlston and Hurlford Rural - 01,4a,Challenged white communities,S02001492,Earlston and Hurlford Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174193 +174193,S00100423,5a1,White Professionals,S01007957,Earlston and Hurlford Rural - 03,4a,Challenged white communities,S02001492,Earlston and Hurlford Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174194 +174194,S00100719,5b3,Self-Sufficient Retirement,S01008020,"Grange, Howard and Gargieston - 04",5c,Comfortable neighbourhoods,S02001503,"Grange, Howard and Gargieston",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174195 +174195,S00102244,8c2,Ageing Rural Industry Workers,S01008280,IZ20 - 04,2d,Rural traits,S02001553,IZ20,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174196 +174196,S00102337,6a4,Ageing in Suburbia,S01008270,IZ18 - 03,5a,Ageing urban communities,S02001551,IZ18,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174197 +174197,S00100415,8d1,Young Hard-Pressed Families,S01007956,Earlston and Hurlford Rural - 02,4a,Challenged white communities,S02001492,Earlston and Hurlford Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174198 +174198,S00100790,5b3,Self-Sufficient Retirement,S01008012,Bonnyton and Town Centre - 01,4d,Hard-pressed flat dwellers,S02001502,Bonnyton and Town Centre,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174199 +174199,S00100466,5a1,White Professionals,S01007951,Galston - 03,5c,Comfortable neighbourhoods,S02001491,Galston,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174200 +174200,S00102248,8c2,Ageing Rural Industry Workers,S01008280,IZ20 - 04,2d,Rural traits,S02001553,IZ20,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174201 +174201,S00102340,6a4,Ageing in Suburbia,S01008273,IZ19 - 02,5c,Comfortable neighbourhoods,S02001552,IZ19,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174202 +174202,S00100416,8d1,Young Hard-Pressed Families,S01007955,Earlston and Hurlford Rural - 01,4a,Challenged white communities,S02001492,Earlston and Hurlford Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174203 +174203,S00100829,5b3,Self-Sufficient Retirement,S01007979,Piersland - 03,5c,Comfortable neighbourhoods,S02001496,Piersland,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174204 +174204,S00100494,5a1,White Professionals,S01007947,Newmilns - 03,5c,Comfortable neighbourhoods,S02001490,Newmilns,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174205 +174205,S00102250,8c2,Ageing Rural Industry Workers,S01008279,IZ20 - 03,5c,Comfortable neighbourhoods,S02001553,IZ20,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174206 +174206,S00102364,6a4,Ageing in Suburbia,S01008268,IZ18 - 01,8a,Affluent communities,S02001551,IZ18,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174207 +174207,S00100417,8d1,Young Hard-Pressed Families,S01007955,Earlston and Hurlford Rural - 01,4a,Challenged white communities,S02001492,Earlston and Hurlford Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174208 +174208,S00100840,5b3,Self-Sufficient Retirement,S01008030,Kilmaurs - 01,5c,Comfortable neighbourhoods,S02001505,Kilmaurs,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174209 +174209,S00100841,5b3,Self-Sufficient Retirement,S01008031,Kilmaurs - 02,5c,Comfortable neighbourhoods,S02001505,Kilmaurs,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174210 +174210,S00100842,5b3,Self-Sufficient Retirement,S01007937,Stewarton West - 01,8c,Comfortable suburbia,S02001488,Stewarton West,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174211 +174211,S00100847,5b3,Self-Sufficient Retirement,S01007935,Stewarton East - 04,4d,Hard-pressed flat dwellers,S02001487,Stewarton East,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174212 +174212,S00100853,5b3,Self-Sufficient Retirement,S01007931,Northern and Irvine Valley Rural - 07,5c,Comfortable neighbourhoods,S02001486,Northern and Irvine Valley Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174213 +174213,S00099821,6b3,Semi-Detached Ageing,S01008028,"Crosshouse, Gatehead and Kilmaurs Rural - 04",5c,Comfortable neighbourhoods,S02001504,"Crosshouse, Gatehead and Kilmaurs Rural",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174214 +174214,S00099858,6b3,Semi-Detached Ageing,S01007987,Dean and New Farm Loch North - 02,5d,Endeavouring social renters,S02001498,Dean and New Farm Loch North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174215 +174215,S00099994,6b3,Semi-Detached Ageing,S01007920,Cumnock North - 05,8b,Ageing suburbanites,S02001484,Cumnock North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174216 +174216,S00100025,6b3,Semi-Detached Ageing,S01007923,Auchinleck - 03,5e,Primary sector workers,S02001485,Auchinleck,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174217 +174217,S00100155,6b3,Semi-Detached Ageing,S01008014,Bonnyton and Town Centre - 03,5c,Comfortable neighbourhoods,S02001502,Bonnyton and Town Centre,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174218 +174218,S00100225,6b3,Semi-Detached Ageing,S01007981,Piersland - 05,8b,Ageing suburbanites,S02001496,Piersland,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174219 +174219,S00100226,6b3,Semi-Detached Ageing,S01007981,Piersland - 05,8b,Ageing suburbanites,S02001496,Piersland,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174220 +174220,S00100263,6b3,Semi-Detached Ageing,S01007973,Kilmarnock South Central and Caprington - 01,8b,Ageing suburbanites,S02001495,Kilmarnock South Central and Caprington,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174221 +174221,S00100266,6b3,Semi-Detached Ageing,S01007973,Kilmarnock South Central and Caprington - 01,8b,Ageing suburbanites,S02001495,Kilmarnock South Central and Caprington,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174222 +174222,S00100338,6b3,Semi-Detached Ageing,S01007995,Southcraig and Beansburn - 05,8b,Ageing suburbanites,S02001499,Southcraig and Beansburn,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174223 +174223,S00100342,6b3,Semi-Detached Ageing,S01007993,Southcraig and Beansburn - 03,8b,Ageing suburbanites,S02001499,Southcraig and Beansburn,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174224 +174224,S00100348,6b3,Semi-Detached Ageing,S01007982,New Farm Loch South - 01,8b,Ageing suburbanites,S02001497,New Farm Loch South,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174225 +174225,S00100350,6b3,Semi-Detached Ageing,S01007981,Piersland - 05,8b,Ageing suburbanites,S02001496,Piersland,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174226 +174226,S00100351,6b3,Semi-Detached Ageing,S01007981,Piersland - 05,8b,Ageing suburbanites,S02001496,Piersland,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174227 +174227,S00100427,6b3,Semi-Detached Ageing,S01007959,Earlston and Hurlford Rural - 05,5c,Comfortable neighbourhoods,S02001492,Earlston and Hurlford Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174228 +174228,S00100429,6b3,Semi-Detached Ageing,S01007959,Earlston and Hurlford Rural - 05,5c,Comfortable neighbourhoods,S02001492,Earlston and Hurlford Rural,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174229 +174229,S00100479,6b3,Semi-Detached Ageing,S01007949,Galston - 01,5c,Comfortable neighbourhoods,S02001491,Galston,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174230 +174230,S00100481,6b3,Semi-Detached Ageing,S01007949,Galston - 01,5c,Comfortable neighbourhoods,S02001491,Galston,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174231 +174231,S00100485,6b3,Semi-Detached Ageing,S01007950,Galston - 02,5c,Comfortable neighbourhoods,S02001491,Galston,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174232 +174232,S00100517,6b3,Semi-Detached Ageing,S01008025,"Crosshouse, Gatehead and Kilmaurs Rural - 01",8b,Ageing suburbanites,S02001504,"Crosshouse, Gatehead and Kilmaurs Rural",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174233 +174233,S00100518,6b3,Semi-Detached Ageing,S01008025,"Crosshouse, Gatehead and Kilmaurs Rural - 01",8b,Ageing suburbanites,S02001504,"Crosshouse, Gatehead and Kilmaurs Rural",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174234 +174234,S00100538,6b3,Semi-Detached Ageing,S01007941,Darvel - 02,8b,Ageing suburbanites,S02001489,Darvel,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174235 +174235,S00100551,6b3,Semi-Detached Ageing,S01007940,Darvel - 01,5c,Comfortable neighbourhoods,S02001489,Darvel,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174236 +174236,S00100552,6b3,Semi-Detached Ageing,S01007940,Darvel - 01,5c,Comfortable neighbourhoods,S02001489,Darvel,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174237 +174237,S00100598,6b3,Semi-Detached Ageing,S01007938,Stewarton West - 02,5c,Comfortable neighbourhoods,S02001488,Stewarton West,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174238 +174238,S00100599,6b3,Semi-Detached Ageing,S01007937,Stewarton West - 01,8c,Comfortable suburbia,S02001488,Stewarton West,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174239 +174239,S00100639,6b3,Semi-Detached Ageing,S01008025,"Crosshouse, Gatehead and Kilmaurs Rural - 01",8b,Ageing suburbanites,S02001504,"Crosshouse, Gatehead and Kilmaurs Rural",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174240 +174240,S00100653,6b3,Semi-Detached Ageing,S01007987,Dean and New Farm Loch North - 02,5d,Endeavouring social renters,S02001498,Dean and New Farm Loch North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174241 +174241,S00100669,6b3,Semi-Detached Ageing,S01007891,Drongan - 04,5c,Comfortable neighbourhoods,S02001479,Drongan,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174242 +174242,S00100673,6b3,Semi-Detached Ageing,S01007918,Cumnock North - 03,5e,Primary sector workers,S02001484,Cumnock North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174243 +174243,S00100697,6b3,Semi-Detached Ageing,S01007973,Kilmarnock South Central and Caprington - 01,8b,Ageing suburbanites,S02001495,Kilmarnock South Central and Caprington,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174244 +174244,S00100698,6b3,Semi-Detached Ageing,S01007973,Kilmarnock South Central and Caprington - 01,8b,Ageing suburbanites,S02001495,Kilmarnock South Central and Caprington,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174245 +174245,S00100699,6b3,Semi-Detached Ageing,S01007973,Kilmarnock South Central and Caprington - 01,8b,Ageing suburbanites,S02001495,Kilmarnock South Central and Caprington,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174246 +174246,S00100757,6b3,Semi-Detached Ageing,S01007890,Drongan - 03,5d,Endeavouring social renters,S02001479,Drongan,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174247 +174247,S00100760,6b3,Semi-Detached Ageing,S01007912,Cumnock South and Craigens - 04,5d,Endeavouring social renters,S02001483,Cumnock South and Craigens,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174248 +174248,S00102255,8c2,Ageing Rural Industry Workers,S01008286,IZ21 - 03,5e,Primary sector workers,S02001554,IZ21,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174249 +174249,S00102263,8c2,Ageing Rural Industry Workers,S01008287,IZ21 - 04,5a,Ageing urban communities,S02001554,IZ21,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174250 +174250,S00102312,8c2,Ageing Rural Industry Workers,S01008264,IZ17 - 03,5c,Comfortable neighbourhoods,S02001550,IZ17,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174251 +174251,S00102356,8c2,Ageing Rural Industry Workers,S01008272,IZ19 - 01,2b,Prospering countryside life,S02001552,IZ19,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174252 +174252,S00102390,8c2,Ageing Rural Industry Workers,S01008168,IZ01 - 06,4a,Challenged white communities,S02001534,IZ01,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174253 +174253,S00100542,5a1,White Professionals,S01007943,Darvel - 04,5c,Comfortable neighbourhoods,S02001489,Darvel,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174254 +174254,S00102425,8c2,Ageing Rural Industry Workers,S01008267,IZ17 - 06,2b,Prospering countryside life,S02001550,IZ17,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174255 +174255,S00100609,5a1,White Professionals,S01007936,Stewarton East - 05,8c,Comfortable suburbia,S02001487,Stewarton East,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174256 +174256,S00102440,8c2,Ageing Rural Industry Workers,S01008237,IZ12 - 04,2d,Rural traits,S02001545,IZ12,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174257 +174257,S00100610,5a1,White Professionals,S01007936,Stewarton East - 05,8c,Comfortable suburbia,S02001487,Stewarton East,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174258 +174258,S00100705,5a1,White Professionals,S01008010,"Altonhill South, Longpark and Hillhead - 06",4b,Constrained renters,S02001501,"Altonhill South, Longpark and Hillhead",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174259 +174259,S00100588,8d1,Young Hard-Pressed Families,S01007939,Stewarton West - 03,4a,Challenged white communities,S02001488,Stewarton West,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174260 +174260,S00102423,6a4,Ageing in Suburbia,S01008287,IZ21 - 04,5a,Ageing urban communities,S02001554,IZ21,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174261 +174261,S00100708,5a1,White Professionals,S01008010,"Altonhill South, Longpark and Hillhead - 06",4b,Constrained renters,S02001501,"Altonhill South, Longpark and Hillhead",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174262 +174262,S00100800,5a1,White Professionals,S01008003,Altonhill North and Onthank - 05,5a,Ageing urban communities,S02001500,Altonhill North and Onthank,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174263 +174263,S00100801,5a1,White Professionals,S01008003,Altonhill North and Onthank - 05,5a,Ageing urban communities,S02001500,Altonhill North and Onthank,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174264 +174264,S00099805,6b2,White Suburban Communities,S01007924,Auchinleck - 04,4a,Challenged white communities,S02001485,Auchinleck,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174265 +174265,S00099819,6b2,White Suburban Communities,S01008028,"Crosshouse, Gatehead and Kilmaurs Rural - 04",5c,Comfortable neighbourhoods,S02001504,"Crosshouse, Gatehead and Kilmaurs Rural",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174266 +174266,S00099832,6b2,White Suburban Communities,S01007995,Southcraig and Beansburn - 05,8b,Ageing suburbanites,S02001499,Southcraig and Beansburn,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174267 +174267,S00099833,6b2,White Suburban Communities,S01008005,"Altonhill South, Longpark and Hillhead - 01",5b,Aspiring urban households,S02001501,"Altonhill South, Longpark and Hillhead",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174268 +174268,S00099835,6b2,White Suburban Communities,S01008005,"Altonhill South, Longpark and Hillhead - 01",5b,Aspiring urban households,S02001501,"Altonhill South, Longpark and Hillhead",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174269 +174269,S00099839,6b2,White Suburban Communities,S01008030,Kilmaurs - 01,5c,Comfortable neighbourhoods,S02001505,Kilmaurs,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174270 +174270,S00099930,6b2,White Suburban Communities,S01007876,Doon Valley North - 02,5d,Endeavouring social renters,S02001477,Doon Valley North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174271 +174271,S00100131,6b2,White Suburban Communities,S01008017,"Grange, Howard and Gargieston - 01",8b,Ageing suburbanites,S02001503,"Grange, Howard and Gargieston",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174272 +174272,S00100138,6b2,White Suburban Communities,S01008017,"Grange, Howard and Gargieston - 01",8b,Ageing suburbanites,S02001503,"Grange, Howard and Gargieston",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174273 +174273,S00100183,6b2,White Suburban Communities,S01007977,Piersland - 01,5c,Comfortable neighbourhoods,S02001496,Piersland,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174274 +174274,S00100264,6b2,White Suburban Communities,S01007973,Kilmarnock South Central and Caprington - 01,8b,Ageing suburbanites,S02001495,Kilmarnock South Central and Caprington,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174275 +174275,S00100370,6b2,White Suburban Communities,S01007982,New Farm Loch South - 01,8b,Ageing suburbanites,S02001497,New Farm Loch South,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174276 +174276,S00102494,8c2,Ageing Rural Industry Workers,S01008248,IZ14 - 04,2d,Rural traits,S02001547,IZ14,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174277 +174277,S00100383,6b2,White Suburban Communities,S01007986,Dean and New Farm Loch North - 01,5d,Endeavouring social renters,S02001498,Dean and New Farm Loch North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174278 +174278,S00100469,6b2,White Suburban Communities,S01007951,Galston - 03,5c,Comfortable neighbourhoods,S02001491,Galston,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174279 +174279,S00100472,6b2,White Suburban Communities,S01007951,Galston - 03,5c,Comfortable neighbourhoods,S02001491,Galston,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174280 +174280,S00100480,6b2,White Suburban Communities,S01007949,Galston - 01,5c,Comfortable neighbourhoods,S02001491,Galston,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174281 +174281,S00100554,6b2,White Suburban Communities,S01007940,Darvel - 01,5c,Comfortable neighbourhoods,S02001489,Darvel,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174282 +174282,S00100611,6b2,White Suburban Communities,S01007936,Stewarton East - 05,8c,Comfortable suburbia,S02001487,Stewarton East,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174283 +174283,S00100649,6b2,White Suburban Communities,S01007994,Southcraig and Beansburn - 04,8c,Comfortable suburbia,S02001499,Southcraig and Beansburn,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174284 +174284,S00100665,6b2,White Suburban Communities,S01007877,Doon Valley North - 03,5d,Endeavouring social renters,S02001477,Doon Valley North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174285 +174285,S00100711,6b2,White Suburban Communities,S01007997,Southcraig and Beansburn - 07,8b,Ageing suburbanites,S02001499,Southcraig and Beansburn,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174286 +174286,S00100715,6b2,White Suburban Communities,S01007984,New Farm Loch South - 03,5c,Comfortable neighbourhoods,S02001497,New Farm Loch South,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174287 +174287,S00100816,6b2,White Suburban Communities,S01007994,Southcraig and Beansburn - 04,8c,Comfortable suburbia,S02001499,Southcraig and Beansburn,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174288 +174288,S00100819,6b2,White Suburban Communities,S01007991,Southcraig and Beansburn - 01,8c,Comfortable suburbia,S02001499,Southcraig and Beansburn,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174289 +174289,S00100822,6b2,White Suburban Communities,S01007991,Southcraig and Beansburn - 01,8c,Comfortable suburbia,S02001499,Southcraig and Beansburn,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174290 +174290,S00100823,6b2,White Suburban Communities,S01007992,Southcraig and Beansburn - 02,8c,Comfortable suburbia,S02001499,Southcraig and Beansburn,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174291 +174291,S00100843,6b2,White Suburban Communities,S01007937,Stewarton West - 01,8c,Comfortable suburbia,S02001488,Stewarton West,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174292 +174292,S00100844,6b2,White Suburban Communities,S01007937,Stewarton West - 01,8c,Comfortable suburbia,S02001488,Stewarton West,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174293 +174293,S00100869,6b2,White Suburban Communities,S01008024,"Grange, Howard and Gargieston - 08",8c,Comfortable suburbia,S02001503,"Grange, Howard and Gargieston",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174294 +174294,S00100870,6b2,White Suburban Communities,S01008024,"Grange, Howard and Gargieston - 08",8c,Comfortable suburbia,S02001503,"Grange, Howard and Gargieston",S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174295 +174295,S00099865,8d1,Young Hard-Pressed Families,S01007872,Doon Valley South - 03,4a,Challenged white communities,S02001476,Doon Valley South,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174296 +174296,S00099869,8d1,Young Hard-Pressed Families,S01007871,Doon Valley South - 02,4a,Challenged white communities,S02001476,Doon Valley South,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174297 +174297,S00099904,8d1,Young Hard-Pressed Families,S01007905,New Cumnock - 01,4a,Challenged white communities,S02001482,New Cumnock,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174298 +174298,S00102428,6a4,Ageing in Suburbia,S01008267,IZ17 - 06,2b,Prospering countryside life,S02001550,IZ17,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174299 +174299,S00102431,6a4,Ageing in Suburbia,S01008265,IZ17 - 04,8a,Affluent communities,S02001550,IZ17,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174300 +174300,S00102525,6a4,Ageing in Suburbia,S01008251,IZ15 - 01,8c,Comfortable suburbia,S02001548,IZ15,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174301 +174301,S00102561,6a4,Ageing in Suburbia,S01008276,IZ19 - 05,8a,Affluent communities,S02001552,IZ19,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174302 +174302,S00101754,8c1,Ageing Industrious Workers,S01008197,IZ07 - 01,3a,Achieving neighbourhoods,S02001540,IZ07,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174303 +174303,S00101931,8c1,Ageing Industrious Workers,S01008192,IZ05 - 05,4b,Constrained renters,S02001538,IZ05,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174304 +174304,S00101972,8c1,Ageing Industrious Workers,S01008245,IZ14 - 01,2b,Prospering countryside life,S02001547,IZ14,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174305 +174305,S00101985,8c1,Ageing Industrious Workers,S01008236,IZ12 - 03,5c,Comfortable neighbourhoods,S02001545,IZ12,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174306 +174306,S00101989,8c1,Ageing Industrious Workers,S01008236,IZ12 - 03,5c,Comfortable neighbourhoods,S02001545,IZ12,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174307 +174307,S00102007,8c1,Ageing Industrious Workers,S01008219,IZ10 - 02,5a,Ageing urban communities,S02001543,IZ10,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174308 +174308,S00102104,8c1,Ageing Industrious Workers,S01008204,IZ08 - 01,5c,Comfortable neighbourhoods,S02001541,IZ08,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174309 +174309,S00102207,8c1,Ageing Industrious Workers,S01008211,IZ09 - 02,5c,Comfortable neighbourhoods,S02001542,IZ09,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174310 +174310,S00102266,8c1,Ageing Industrious Workers,S01008287,IZ21 - 04,5a,Ageing urban communities,S02001554,IZ21,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174311 +174311,S00102495,8c2,Ageing Rural Industry Workers,S01008248,IZ14 - 04,2d,Rural traits,S02001547,IZ14,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174312 +174312,S00102297,8c1,Ageing Industrious Workers,S01008281,IZ20 - 05,2c,Remoter communities,S02001553,IZ20,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174313 +174313,S00102410,8c1,Ageing Industrious Workers,S01008238,IZ13 - 01,5d,Endeavouring social renters,S02001546,IZ13,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174314 +174314,S00102490,8c1,Ageing Industrious Workers,S01008168,IZ01 - 06,4a,Challenged white communities,S02001534,IZ01,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174315 +174315,S00102541,8c1,Ageing Industrious Workers,S01008290,IZ22 - 02,5a,Ageing urban communities,S02001555,IZ22,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174316 +174316,S00101744,1b3,Ageing Rural Flat Tenants,S01008163,IZ01 - 01,5e,Primary sector workers,S02001534,IZ01,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174317 +174317,S00101747,1b3,Ageing Rural Flat Tenants,S01008240,IZ13 - 03,2b,Prospering countryside life,S02001546,IZ13,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174318 +174318,S00101783,1b3,Ageing Rural Flat Tenants,S01008267,IZ17 - 06,2b,Prospering countryside life,S02001550,IZ17,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174319 +174319,S00101787,1b3,Ageing Rural Flat Tenants,S01008262,IZ17 - 01,2c,Remoter communities,S02001550,IZ17,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174320 +174320,S00101789,1b3,Ageing Rural Flat Tenants,S01008262,IZ17 - 01,2c,Remoter communities,S02001550,IZ17,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174321 +174321,S00101987,1b3,Ageing Rural Flat Tenants,S01008236,IZ12 - 03,5c,Comfortable neighbourhoods,S02001545,IZ12,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174322 +174322,S00101990,1b3,Ageing Rural Flat Tenants,S01008249,IZ14 - 05,2c,Remoter communities,S02001547,IZ14,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174323 +174323,S00102003,1b3,Ageing Rural Flat Tenants,S01008234,IZ12 - 01,5d,Endeavouring social renters,S02001545,IZ12,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174324 +174324,S00102178,1b3,Ageing Rural Flat Tenants,S01008259,IZ16 - 04,5e,Primary sector workers,S02001549,IZ16,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174325 +174325,S00102246,1b3,Ageing Rural Flat Tenants,S01008279,IZ20 - 03,5c,Comfortable neighbourhoods,S02001553,IZ20,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174326 +174326,S00102295,1b3,Ageing Rural Flat Tenants,S01008284,IZ21 - 01,2d,Rural traits,S02001554,IZ21,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174327 +174327,S00102313,1b3,Ageing Rural Flat Tenants,S01008265,IZ17 - 04,8a,Affluent communities,S02001550,IZ17,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174328 +174328,S00102339,1b3,Ageing Rural Flat Tenants,S01008273,IZ19 - 02,5c,Comfortable neighbourhoods,S02001552,IZ19,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174329 +174329,S00102368,1b3,Ageing Rural Flat Tenants,S01008282,IZ20 - 06,2c,Remoter communities,S02001553,IZ20,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174330 +174330,S00102397,1b3,Ageing Rural Flat Tenants,S01008239,IZ13 - 02,2d,Rural traits,S02001546,IZ13,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174331 +174331,S00102451,1b3,Ageing Rural Flat Tenants,S01008281,IZ20 - 05,2c,Remoter communities,S02001553,IZ20,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174332 +174332,S00102533,1b3,Ageing Rural Flat Tenants,S01008279,IZ20 - 03,5c,Comfortable neighbourhoods,S02001553,IZ20,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174333 +174333,S00102548,1b3,Ageing Rural Flat Tenants,S01008294,IZ22 - 06,8c,Comfortable suburbia,S02001555,IZ22,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174334 +174334,S00101779,8c2,Ageing Rural Industry Workers,S01008264,IZ17 - 03,5c,Comfortable neighbourhoods,S02001550,IZ17,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174335 +174335,S00102049,8c2,Ageing Rural Industry Workers,S01008226,IZ11 - 01,4a,Challenged white communities,S02001544,IZ11,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174336 +174336,S00102140,8c2,Ageing Rural Industry Workers,S01008253,IZ15 - 03,5e,Primary sector workers,S02001548,IZ15,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174337 +174337,S00102496,8c2,Ageing Rural Industry Workers,S01008248,IZ14 - 04,2d,Rural traits,S02001547,IZ14,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174338 +174338,S00102544,8c2,Ageing Rural Industry Workers,S01008291,IZ22 - 03,5c,Comfortable neighbourhoods,S02001555,IZ22,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174339 +174339,S00102552,8c2,Ageing Rural Industry Workers,S01008292,IZ22 - 04,5c,Comfortable neighbourhoods,S02001555,IZ22,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174340 +174340,S00102563,8c2,Ageing Rural Industry Workers,S01008276,IZ19 - 05,8a,Affluent communities,S02001552,IZ19,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174341 +174341,S00101748,1a3,Agricultural Communities,S01008240,IZ13 - 03,2b,Prospering countryside life,S02001546,IZ13,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174342 +174342,S00101749,1a3,Agricultural Communities,S01008243,IZ13 - 06,2b,Prospering countryside life,S02001546,IZ13,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174343 +174343,S00101776,1a3,Agricultural Communities,S01008267,IZ17 - 06,2b,Prospering countryside life,S02001550,IZ17,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174344 +174344,S00101799,1a3,Agricultural Communities,S01008248,IZ14 - 04,2d,Rural traits,S02001547,IZ14,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174345 +174345,S00101800,1a3,Agricultural Communities,S01008248,IZ14 - 04,2d,Rural traits,S02001547,IZ14,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174346 +174346,S00101802,1a3,Agricultural Communities,S01008280,IZ20 - 04,2d,Rural traits,S02001553,IZ20,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174347 +174347,S00101803,1a3,Agricultural Communities,S01008250,IZ14 - 06,2b,Prospering countryside life,S02001547,IZ14,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174348 +174348,S00101804,1a3,Agricultural Communities,S01008280,IZ20 - 04,2d,Rural traits,S02001553,IZ20,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174349 +174349,S00101810,1a3,Agricultural Communities,S01008281,IZ20 - 05,2c,Remoter communities,S02001553,IZ20,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174350 +174350,S00101811,1a3,Agricultural Communities,S01008281,IZ20 - 05,2c,Remoter communities,S02001553,IZ20,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174351 +174351,S00101812,1a3,Agricultural Communities,S01008278,IZ20 - 02,2b,Prospering countryside life,S02001553,IZ20,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174352 +174352,S00101815,1a3,Agricultural Communities,S01008281,IZ20 - 05,2c,Remoter communities,S02001553,IZ20,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174353 +174353,S00102387,1a3,Agricultural Communities,S01008243,IZ13 - 06,2b,Prospering countryside life,S02001546,IZ13,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174354 +174354,S00102446,1a3,Agricultural Communities,S01008272,IZ19 - 01,2b,Prospering countryside life,S02001552,IZ19,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174355 +174355,S00101829,7c1,Challenged Transitionaries,S01008171,IZ02 - 02,4d,Hard-pressed flat dwellers,S02001535,IZ02,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174356 +174356,S00101830,7c1,Challenged Transitionaries,S01008171,IZ02 - 02,4d,Hard-pressed flat dwellers,S02001535,IZ02,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174357 +174357,S00101832,7c1,Challenged Transitionaries,S01008171,IZ02 - 02,4d,Hard-pressed flat dwellers,S02001535,IZ02,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174358 +174358,S00101833,7c1,Challenged Transitionaries,S01008171,IZ02 - 02,4d,Hard-pressed flat dwellers,S02001535,IZ02,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174359 +174359,S00101840,7c1,Challenged Transitionaries,S01008175,IZ02 - 06,4d,Hard-pressed flat dwellers,S02001535,IZ02,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174360 +174360,S00101841,7c1,Challenged Transitionaries,S01008175,IZ02 - 06,4d,Hard-pressed flat dwellers,S02001535,IZ02,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174361 +174361,S00101855,7c1,Challenged Transitionaries,S01008177,IZ03 - 01,4d,Hard-pressed flat dwellers,S02001536,IZ03,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174362 +174362,S00101856,7c1,Challenged Transitionaries,S01008177,IZ03 - 01,4d,Hard-pressed flat dwellers,S02001536,IZ03,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174363 +174363,S00101871,7c1,Challenged Transitionaries,S01008182,IZ04 - 01,4d,Hard-pressed flat dwellers,S02001537,IZ04,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174364 +174364,S00101894,7c1,Challenged Transitionaries,S01008185,IZ04 - 04,4d,Hard-pressed flat dwellers,S02001537,IZ04,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174365 +174365,S00101897,7c1,Challenged Transitionaries,S01008188,IZ05 - 01,4d,Hard-pressed flat dwellers,S02001538,IZ05,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174366 +174366,S00100717,8d1,Young Hard-Pressed Families,S01007989,Dean and New Farm Loch North - 04,4a,Challenged white communities,S02001498,Dean and New Farm Loch North,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174367 +174367,S00100804,8d1,Young Hard-Pressed Families,S01008001,Altonhill North and Onthank - 03,4a,Challenged white communities,S02001500,Altonhill North and Onthank,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174368 +174368,S00100805,8d1,Young Hard-Pressed Families,S01008001,Altonhill North and Onthank - 03,4a,Challenged white communities,S02001500,Altonhill North and Onthank,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174369 +174369,S00100856,8d1,Young Hard-Pressed Families,S01007966,Shortlees - 05,4a,Challenged white communities,S02001493,Shortlees,S12000008,East Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174370 +174370,S00101836,7d1,Ageing Communities and Families,S01008174,IZ02 - 05,5c,Comfortable neighbourhoods,S02001535,IZ02,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174371 +174371,S00101850,7d1,Ageing Communities and Families,S01008177,IZ03 - 01,4d,Hard-pressed flat dwellers,S02001536,IZ03,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174372 +174372,S00101892,7d1,Ageing Communities and Families,S01008184,IZ04 - 03,4d,Hard-pressed flat dwellers,S02001537,IZ04,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174373 +174373,S00101910,7d1,Ageing Communities and Families,S01008187,IZ04 - 06,4d,Hard-pressed flat dwellers,S02001537,IZ04,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174374 +174374,S00102037,7d1,Ageing Communities and Families,S01008227,IZ11 - 02,4a,Challenged white communities,S02001544,IZ11,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174375 +174375,S00102135,7d1,Ageing Communities and Families,S01008253,IZ15 - 03,5e,Primary sector workers,S02001548,IZ15,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174376 +174376,S00102143,7d1,Ageing Communities and Families,S01008253,IZ15 - 03,5e,Primary sector workers,S02001548,IZ15,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174377 +174377,S00102153,7d1,Ageing Communities and Families,S01008257,IZ16 - 02,5a,Ageing urban communities,S02001549,IZ16,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174378 +174378,S00102175,7d1,Ageing Communities and Families,S01008257,IZ16 - 02,5a,Ageing urban communities,S02001549,IZ16,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174379 +174379,S00102176,7d1,Ageing Communities and Families,S01008258,IZ16 - 03,5e,Primary sector workers,S02001549,IZ16,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174380 +174380,S00102271,7d1,Ageing Communities and Families,S01008288,IZ21 - 05,5c,Comfortable neighbourhoods,S02001554,IZ21,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174381 +174381,S00102342,7d1,Ageing Communities and Families,S01008270,IZ18 - 03,5a,Ageing urban communities,S02001551,IZ18,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174382 +174382,S00102345,7d1,Ageing Communities and Families,S01008271,IZ18 - 04,4b,Constrained renters,S02001551,IZ18,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174383 +174383,S00102347,7d1,Ageing Communities and Families,S01008271,IZ18 - 04,4b,Constrained renters,S02001551,IZ18,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174384 +174384,S00102465,7d1,Ageing Communities and Families,S01008182,IZ04 - 01,4d,Hard-pressed flat dwellers,S02001537,IZ04,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174385 +174385,S00102472,7d1,Ageing Communities and Families,S01008176,IZ02 - 07,5c,Comfortable neighbourhoods,S02001535,IZ02,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174386 +174386,S00102530,7d1,Ageing Communities and Families,S01008214,IZ09 - 05,5c,Comfortable neighbourhoods,S02001542,IZ09,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174387 +174387,S00101738,6a4,Ageing in Suburbia,S01008176,IZ02 - 07,5c,Comfortable neighbourhoods,S02001535,IZ02,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174388 +174388,S00101739,6a4,Ageing in Suburbia,S01008176,IZ02 - 07,5c,Comfortable neighbourhoods,S02001535,IZ02,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174389 +174389,S00101778,6a4,Ageing in Suburbia,S01008268,IZ18 - 01,8a,Affluent communities,S02001551,IZ18,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174390 +174390,S00101848,6a4,Ageing in Suburbia,S01008180,IZ03 - 04,8c,Comfortable suburbia,S02001536,IZ03,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174391 +174391,S00101912,6a4,Ageing in Suburbia,S01008193,IZ05 - 06,5a,Ageing urban communities,S02001538,IZ05,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174392 +174392,S00102009,6a4,Ageing in Suburbia,S01008228,IZ11 - 03,5c,Comfortable neighbourhoods,S02001544,IZ11,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174393 +174393,S00102170,6a4,Ageing in Suburbia,S01008252,IZ15 - 02,8b,Ageing suburbanites,S02001548,IZ15,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174394 +174394,S00102172,6a4,Ageing in Suburbia,S01008252,IZ15 - 02,8b,Ageing suburbanites,S02001548,IZ15,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174395 +174395,S00102247,6a4,Ageing in Suburbia,S01008278,IZ20 - 02,2b,Prospering countryside life,S02001553,IZ20,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174396 +174396,S00102277,6a4,Ageing in Suburbia,S01008291,IZ22 - 03,5c,Comfortable neighbourhoods,S02001555,IZ22,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174397 +174397,S00102279,6a4,Ageing in Suburbia,S01008291,IZ22 - 03,5c,Comfortable neighbourhoods,S02001555,IZ22,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174398 +174398,S00102304,6a4,Ageing in Suburbia,S01008244,IZ13 - 07,2b,Prospering countryside life,S02001546,IZ13,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174399 +174399,S00102306,6a4,Ageing in Suburbia,S01008266,IZ17 - 05,8a,Affluent communities,S02001550,IZ17,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174400 +174400,S00101922,8b2,Hard-Pressed Rented Terraces,S01008190,IZ05 - 03,4a,Challenged white communities,S02001538,IZ05,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174401 +174401,S00101923,8b2,Hard-Pressed Rented Terraces,S01008190,IZ05 - 03,4a,Challenged white communities,S02001538,IZ05,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174402 +174402,S00101926,8b2,Hard-Pressed Rented Terraces,S01008190,IZ05 - 03,4a,Challenged white communities,S02001538,IZ05,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174403 +174403,S00101932,8b2,Hard-Pressed Rented Terraces,S01008193,IZ05 - 06,5a,Ageing urban communities,S02001538,IZ05,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174404 +174404,S00101942,8b2,Hard-Pressed Rented Terraces,S01008196,IZ06 - 03,4a,Challenged white communities,S02001539,IZ06,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174405 +174405,S00102130,8a2,Industrious Hardship,S01008206,IZ08 - 03,4a,Challenged white communities,S02001541,IZ08,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174406 +174406,S00102160,8b2,Hard-Pressed Rented Terraces,S01008255,IZ15 - 05,5e,Primary sector workers,S02001548,IZ15,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174407 +174407,S00101964,7c2,Constrained Young Families,S01008167,IZ01 - 05,4a,Challenged white communities,S02001534,IZ01,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174408 +174408,S00102126,6a2,Comfortable Suburbia,S01008208,IZ08 - 05,5c,Comfortable neighbourhoods,S02001541,IZ08,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174409 +174409,S00101947,8b2,Hard-Pressed Rented Terraces,S01008196,IZ06 - 03,4a,Challenged white communities,S02001539,IZ06,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174410 +174410,S00101948,8b2,Hard-Pressed Rented Terraces,S01008195,IZ06 - 02,4d,Hard-pressed flat dwellers,S02001539,IZ06,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174411 +174411,S00101950,8b2,Hard-Pressed Rented Terraces,S01008168,IZ01 - 06,4a,Challenged white communities,S02001534,IZ01,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174412 +174412,S00101956,8b2,Hard-Pressed Rented Terraces,S01008169,IZ01 - 07,4a,Challenged white communities,S02001534,IZ01,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174413 +174413,S00101957,8b2,Hard-Pressed Rented Terraces,S01008169,IZ01 - 07,4a,Challenged white communities,S02001534,IZ01,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174414 +174414,S00101963,8b2,Hard-Pressed Rented Terraces,S01008167,IZ01 - 05,4a,Challenged white communities,S02001534,IZ01,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174415 +174415,S00101966,8b2,Hard-Pressed Rented Terraces,S01008166,IZ01 - 04,4a,Challenged white communities,S02001534,IZ01,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174416 +174416,S00101969,8b2,Hard-Pressed Rented Terraces,S01008166,IZ01 - 04,4a,Challenged white communities,S02001534,IZ01,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174417 +174417,S00101979,8b2,Hard-Pressed Rented Terraces,S01008237,IZ12 - 04,2d,Rural traits,S02001545,IZ12,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174418 +174418,S00101995,8b2,Hard-Pressed Rented Terraces,S01008163,IZ01 - 01,5e,Primary sector workers,S02001534,IZ01,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174419 +174419,S00102024,8b2,Hard-Pressed Rented Terraces,S01008230,IZ11 - 05,5b,Aspiring urban households,S02001544,IZ11,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174420 +174420,S00102028,8b2,Hard-Pressed Rented Terraces,S01008229,IZ11 - 04,4a,Challenged white communities,S02001544,IZ11,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174421 +174421,S00102029,8b2,Hard-Pressed Rented Terraces,S01008229,IZ11 - 04,4a,Challenged white communities,S02001544,IZ11,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174422 +174422,S00102031,8b2,Hard-Pressed Rented Terraces,S01008229,IZ11 - 04,4a,Challenged white communities,S02001544,IZ11,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174423 +174423,S00102032,8b2,Hard-Pressed Rented Terraces,S01008229,IZ11 - 04,4a,Challenged white communities,S02001544,IZ11,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174424 +174424,S00102033,8b2,Hard-Pressed Rented Terraces,S01008229,IZ11 - 04,4a,Challenged white communities,S02001544,IZ11,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174425 +174425,S00102038,8b2,Hard-Pressed Rented Terraces,S01008227,IZ11 - 02,4a,Challenged white communities,S02001544,IZ11,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174426 +174426,S00102039,8b2,Hard-Pressed Rented Terraces,S01008227,IZ11 - 02,4a,Challenged white communities,S02001544,IZ11,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174427 +174427,S00102005,6a3,Detached Retirement Living,S01008228,IZ11 - 03,5c,Comfortable neighbourhoods,S02001544,IZ11,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174428 +174428,S00101796,1a2,Established Farming Communities,S01008250,IZ14 - 06,2b,Prospering countryside life,S02001547,IZ14,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174429 +174429,S00102372,5a2,Multi-Ethnic Professionals with Families,S01008209,IZ08 - 06,3a,Achieving neighbourhoods,S02001541,IZ08,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174430 +174430,S00102044,8b2,Hard-Pressed Rented Terraces,S01008225,IZ10 - 08,5d,Endeavouring social renters,S02001543,IZ10,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174431 +174431,S00102045,8b2,Hard-Pressed Rented Terraces,S01008225,IZ10 - 08,5d,Endeavouring social renters,S02001543,IZ10,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174432 +174432,S00102046,8b2,Hard-Pressed Rented Terraces,S01008225,IZ10 - 08,5d,Endeavouring social renters,S02001543,IZ10,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174433 +174433,S00102053,8b2,Hard-Pressed Rented Terraces,S01008224,IZ10 - 07,5b,Aspiring urban households,S02001543,IZ10,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174434 +174434,S00102058,8b2,Hard-Pressed Rented Terraces,S01008223,IZ10 - 06,5c,Comfortable neighbourhoods,S02001543,IZ10,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174435 +174435,S00102069,8b2,Hard-Pressed Rented Terraces,S01008239,IZ13 - 02,2d,Rural traits,S02001546,IZ13,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174436 +174436,S00102072,8b2,Hard-Pressed Rented Terraces,S01008238,IZ13 - 01,5d,Endeavouring social renters,S02001546,IZ13,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174437 +174437,S00102074,8b2,Hard-Pressed Rented Terraces,S01008239,IZ13 - 02,2d,Rural traits,S02001546,IZ13,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174438 +174438,S00102078,8b2,Hard-Pressed Rented Terraces,S01008200,IZ07 - 04,4a,Challenged white communities,S02001540,IZ07,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174439 +174439,S00102081,8b2,Hard-Pressed Rented Terraces,S01008199,IZ07 - 03,4a,Challenged white communities,S02001540,IZ07,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174440 +174440,S00102083,8b2,Hard-Pressed Rented Terraces,S01008199,IZ07 - 03,4a,Challenged white communities,S02001540,IZ07,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174441 +174441,S00102084,8b2,Hard-Pressed Rented Terraces,S01008199,IZ07 - 03,4a,Challenged white communities,S02001540,IZ07,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174442 +174442,S00102088,8b2,Hard-Pressed Rented Terraces,S01008198,IZ07 - 02,4a,Challenged white communities,S02001540,IZ07,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174443 +174443,S00102090,8b2,Hard-Pressed Rented Terraces,S01008198,IZ07 - 02,4a,Challenged white communities,S02001540,IZ07,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174444 +174444,S00102092,8b2,Hard-Pressed Rented Terraces,S01008198,IZ07 - 02,4a,Challenged white communities,S02001540,IZ07,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174445 +174445,S00102103,8b2,Hard-Pressed Rented Terraces,S01008204,IZ08 - 01,5c,Comfortable neighbourhoods,S02001541,IZ08,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174446 +174446,S00102111,8b2,Hard-Pressed Rented Terraces,S01008205,IZ08 - 02,5d,Endeavouring social renters,S02001541,IZ08,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174447 +174447,S00102112,8b2,Hard-Pressed Rented Terraces,S01008205,IZ08 - 02,5d,Endeavouring social renters,S02001541,IZ08,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174448 +174448,S00102113,8b2,Hard-Pressed Rented Terraces,S01008207,IZ08 - 04,4a,Challenged white communities,S02001541,IZ08,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174449 +174449,S00102114,8b2,Hard-Pressed Rented Terraces,S01008206,IZ08 - 03,4a,Challenged white communities,S02001541,IZ08,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174450 +174450,S00102116,8b2,Hard-Pressed Rented Terraces,S01008207,IZ08 - 04,4a,Challenged white communities,S02001541,IZ08,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174451 +174451,S00102120,8b2,Hard-Pressed Rented Terraces,S01008206,IZ08 - 03,4a,Challenged white communities,S02001541,IZ08,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174452 +174452,S00102129,8b2,Hard-Pressed Rented Terraces,S01008202,IZ07 - 06,5c,Comfortable neighbourhoods,S02001540,IZ07,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174453 +174453,S00102139,8b2,Hard-Pressed Rented Terraces,S01008253,IZ15 - 03,5e,Primary sector workers,S02001548,IZ15,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174454 +174454,S00102141,8b2,Hard-Pressed Rented Terraces,S01008253,IZ15 - 03,5e,Primary sector workers,S02001548,IZ15,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174455 +174455,S00102146,8b2,Hard-Pressed Rented Terraces,S01008254,IZ15 - 04,5e,Primary sector workers,S02001548,IZ15,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174456 +174456,S00102148,8b2,Hard-Pressed Rented Terraces,S01008257,IZ16 - 02,5a,Ageing urban communities,S02001549,IZ16,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174457 +174457,S00102142,8a2,Industrious Hardship,S01008253,IZ15 - 03,5e,Primary sector workers,S02001548,IZ15,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174458 +174458,S00101968,7c2,Constrained Young Families,S01008166,IZ01 - 04,4a,Challenged white communities,S02001534,IZ01,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174459 +174459,S00101978,7c2,Constrained Young Families,S01008237,IZ12 - 04,2d,Rural traits,S02001545,IZ12,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174460 +174460,S00102166,8b2,Hard-Pressed Rented Terraces,S01008256,IZ16 - 01,4b,Constrained renters,S02001549,IZ16,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174461 +174461,S00102147,8a2,Industrious Hardship,S01008254,IZ15 - 04,5e,Primary sector workers,S02001548,IZ15,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174462 +174462,S00102227,6a2,Comfortable Suburbia,S01008240,IZ13 - 03,2b,Prospering countryside life,S02001546,IZ13,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174463 +174463,S00102133,6a3,Detached Retirement Living,S01008252,IZ15 - 02,8b,Ageing suburbanites,S02001548,IZ15,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174464 +174464,S00101805,1a2,Established Farming Communities,S01008250,IZ14 - 06,2b,Prospering countryside life,S02001547,IZ14,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174465 +174465,S00102386,5a2,Multi-Ethnic Professionals with Families,S01008243,IZ13 - 06,2b,Prospering countryside life,S02001546,IZ13,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174466 +174466,S00102167,6a3,Detached Retirement Living,S01008258,IZ16 - 03,5e,Primary sector workers,S02001549,IZ16,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174467 +174467,S00102241,6a2,Comfortable Suburbia,S01008241,IZ13 - 04,8b,Ageing suburbanites,S02001546,IZ13,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174468 +174468,S00102155,8a2,Industrious Hardship,S01008254,IZ15 - 04,5e,Primary sector workers,S02001548,IZ15,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174469 +174469,S00101807,1a2,Established Farming Communities,S01008249,IZ14 - 05,2c,Remoter communities,S02001547,IZ14,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174470 +174470,S00101998,7c2,Constrained Young Families,S01008163,IZ01 - 01,5e,Primary sector workers,S02001534,IZ01,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174471 +174471,S00102400,5a2,Multi-Ethnic Professionals with Families,S01008233,IZ11 - 08,2d,Rural traits,S02001544,IZ11,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174472 +174472,S00102224,6a3,Detached Retirement Living,S01008240,IZ13 - 03,2b,Prospering countryside life,S02001546,IZ13,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174473 +174473,S00102226,6a3,Detached Retirement Living,S01008240,IZ13 - 03,2b,Prospering countryside life,S02001546,IZ13,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174474 +174474,S00102229,6a3,Detached Retirement Living,S01008241,IZ13 - 04,8b,Ageing suburbanites,S02001546,IZ13,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174475 +174475,S00102231,6a3,Detached Retirement Living,S01008240,IZ13 - 03,2b,Prospering countryside life,S02001546,IZ13,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174476 +174476,S00102237,6a3,Detached Retirement Living,S01008217,IZ09 - 08,2b,Prospering countryside life,S02001542,IZ09,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174477 +174477,S00102238,6a3,Detached Retirement Living,S01008242,IZ13 - 05,2d,Rural traits,S02001546,IZ13,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174478 +174478,S00102239,6a3,Detached Retirement Living,S01008241,IZ13 - 04,8b,Ageing suburbanites,S02001546,IZ13,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174479 +174479,S00102317,6a3,Detached Retirement Living,S01008266,IZ17 - 05,8a,Affluent communities,S02001550,IZ17,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174480 +174480,S00102383,6a3,Detached Retirement Living,S01008191,IZ05 - 04,5c,Comfortable neighbourhoods,S02001538,IZ05,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174481 +174481,S00102534,6a3,Detached Retirement Living,S01008278,IZ20 - 02,2b,Prospering countryside life,S02001553,IZ20,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174482 +174482,S00101765,1c3,Detached Rural Retirement,S01008246,IZ14 - 02,2a,Ageing rural neighbourhoods,S02001547,IZ14,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174483 +174483,S00101875,7b1,Eastern European Communities,S01008182,IZ04 - 01,4d,Hard-pressed flat dwellers,S02001537,IZ04,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174484 +174484,S00101876,7b1,Eastern European Communities,S01008184,IZ04 - 03,4d,Hard-pressed flat dwellers,S02001537,IZ04,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174485 +174485,S00101902,7b1,Eastern European Communities,S01008188,IZ05 - 01,4d,Hard-pressed flat dwellers,S02001538,IZ05,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174486 +174486,S00102019,7b1,Eastern European Communities,S01008221,IZ10 - 04,4d,Hard-pressed flat dwellers,S02001543,IZ10,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174487 +174487,S00102020,7b1,Eastern European Communities,S01008221,IZ10 - 04,4d,Hard-pressed flat dwellers,S02001543,IZ10,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174488 +174488,S00101838,7b3,Endeavouring Flat Dwellers,S01008175,IZ02 - 06,4d,Hard-pressed flat dwellers,S02001535,IZ02,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174489 +174489,S00101853,7b3,Endeavouring Flat Dwellers,S01008175,IZ02 - 06,4d,Hard-pressed flat dwellers,S02001535,IZ02,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174490 +174490,S00102184,8b2,Hard-Pressed Rented Terraces,S01008261,IZ16 - 06,5d,Endeavouring social renters,S02001549,IZ16,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174491 +174491,S00101857,7b3,Endeavouring Flat Dwellers,S01008177,IZ03 - 01,4d,Hard-pressed flat dwellers,S02001536,IZ03,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174492 +174492,S00101878,7b3,Endeavouring Flat Dwellers,S01008183,IZ04 - 02,3d,Households in terraces and flats,S02001537,IZ04,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174493 +174493,S00101881,7b3,Endeavouring Flat Dwellers,S01008184,IZ04 - 03,4d,Hard-pressed flat dwellers,S02001537,IZ04,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174494 +174494,S00101886,7b3,Endeavouring Flat Dwellers,S01008185,IZ04 - 04,4d,Hard-pressed flat dwellers,S02001537,IZ04,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174495 +174495,S00101887,7b3,Endeavouring Flat Dwellers,S01008185,IZ04 - 04,4d,Hard-pressed flat dwellers,S02001537,IZ04,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174496 +174496,S00101889,7b3,Endeavouring Flat Dwellers,S01008185,IZ04 - 04,4d,Hard-pressed flat dwellers,S02001537,IZ04,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174497 +174497,S00101899,7b3,Endeavouring Flat Dwellers,S01008188,IZ05 - 01,4d,Hard-pressed flat dwellers,S02001538,IZ05,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174498 +174498,S00101906,7b3,Endeavouring Flat Dwellers,S01008186,IZ04 - 05,1a,Cosmopolitan student neighbourhoods,S02001537,IZ04,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174499 +174499,S00101911,7b3,Endeavouring Flat Dwellers,S01008187,IZ04 - 06,4d,Hard-pressed flat dwellers,S02001537,IZ04,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174500 +174500,S00101913,7b3,Endeavouring Flat Dwellers,S01008188,IZ05 - 01,4d,Hard-pressed flat dwellers,S02001538,IZ05,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174501 +174501,S00101953,7b3,Endeavouring Flat Dwellers,S01008195,IZ06 - 02,4d,Hard-pressed flat dwellers,S02001539,IZ06,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174502 +174502,S00102125,7b3,Endeavouring Flat Dwellers,S01008208,IZ08 - 05,5c,Comfortable neighbourhoods,S02001541,IZ08,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174503 +174503,S00102164,7b3,Endeavouring Flat Dwellers,S01008256,IZ16 - 01,4b,Constrained renters,S02001549,IZ16,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174504 +174504,S00102348,7b3,Endeavouring Flat Dwellers,S01008271,IZ18 - 04,4b,Constrained renters,S02001551,IZ18,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174505 +174505,S00102437,7b3,Endeavouring Flat Dwellers,S01008184,IZ04 - 03,4d,Hard-pressed flat dwellers,S02001537,IZ04,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174506 +174506,S00102438,7b3,Endeavouring Flat Dwellers,S01008184,IZ04 - 03,4d,Hard-pressed flat dwellers,S02001537,IZ04,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174507 +174507,S00102467,7b3,Endeavouring Flat Dwellers,S01008182,IZ04 - 01,4d,Hard-pressed flat dwellers,S02001537,IZ04,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174508 +174508,S00102470,7b3,Endeavouring Flat Dwellers,S01008185,IZ04 - 04,4d,Hard-pressed flat dwellers,S02001537,IZ04,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174509 +174509,S00102471,7b3,Endeavouring Flat Dwellers,S01008188,IZ05 - 01,4d,Hard-pressed flat dwellers,S02001538,IZ05,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174510 +174510,S00102473,7b3,Endeavouring Flat Dwellers,S01008188,IZ05 - 01,4d,Hard-pressed flat dwellers,S02001538,IZ05,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174511 +174511,S00102483,7b3,Endeavouring Flat Dwellers,S01008194,IZ06 - 01,5a,Ageing urban communities,S02001539,IZ06,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174512 +174512,S00102484,7b3,Endeavouring Flat Dwellers,S01008196,IZ06 - 03,4a,Challenged white communities,S02001539,IZ06,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174513 +174513,S00102514,7b3,Endeavouring Flat Dwellers,S01008203,IZ07 - 07,4d,Hard-pressed flat dwellers,S02001540,IZ07,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174514 +174514,S00101762,1a2,Established Farming Communities,S01008245,IZ14 - 01,2b,Prospering countryside life,S02001547,IZ14,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174515 +174515,S00101764,1a2,Established Farming Communities,S01008237,IZ12 - 04,2d,Rural traits,S02001545,IZ12,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174516 +174516,S00101770,1a2,Established Farming Communities,S01008246,IZ14 - 02,2a,Ageing rural neighbourhoods,S02001547,IZ14,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174517 +174517,S00101785,1a2,Established Farming Communities,S01008262,IZ17 - 01,2c,Remoter communities,S02001550,IZ17,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174518 +174518,S00101790,1a2,Established Farming Communities,S01008272,IZ19 - 01,2b,Prospering countryside life,S02001552,IZ19,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174519 +174519,S00101792,1a2,Established Farming Communities,S01008277,IZ20 - 01,2b,Prospering countryside life,S02001553,IZ20,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174520 +174520,S00102014,7c2,Constrained Young Families,S01008219,IZ10 - 02,5a,Ageing urban communities,S02001543,IZ10,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174521 +174521,S00101940,6b1,Multi-Ethnic Suburbia,S01008173,IZ02 - 04,5d,Endeavouring social renters,S02001535,IZ02,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174522 +174522,S00102015,7c2,Constrained Young Families,S01008220,IZ10 - 03,4a,Challenged white communities,S02001543,IZ10,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174523 +174523,S00102305,6a2,Comfortable Suburbia,S01008243,IZ13 - 06,2b,Prospering countryside life,S02001546,IZ13,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174524 +174524,S00102162,8a2,Industrious Hardship,S01008255,IZ15 - 05,5e,Primary sector workers,S02001548,IZ15,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174525 +174525,S00101809,1a2,Established Farming Communities,S01008250,IZ14 - 06,2b,Prospering countryside life,S02001547,IZ14,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174526 +174526,S00102185,8b2,Hard-Pressed Rented Terraces,S01008261,IZ16 - 06,5d,Endeavouring social renters,S02001549,IZ16,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174527 +174527,S00102134,1a4,Older Farming Communities,S01008252,IZ15 - 02,8b,Ageing suburbanites,S02001548,IZ15,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174528 +174528,S00102325,6a2,Comfortable Suburbia,S01008269,IZ18 - 02,5a,Ageing urban communities,S02001551,IZ18,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174529 +174529,S00102190,8a2,Industrious Hardship,S01008259,IZ16 - 04,5e,Primary sector workers,S02001549,IZ16,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174530 +174530,S00102025,7c2,Constrained Young Families,S01008232,IZ11 - 07,5c,Comfortable neighbourhoods,S02001544,IZ11,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174531 +174531,S00102186,8b2,Hard-Pressed Rented Terraces,S01008261,IZ16 - 06,5d,Endeavouring social renters,S02001549,IZ16,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174532 +174532,S00102240,1a4,Older Farming Communities,S01008241,IZ13 - 04,8b,Ageing suburbanites,S02001546,IZ13,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174533 +174533,S00102276,1a4,Older Farming Communities,S01008291,IZ22 - 03,5c,Comfortable neighbourhoods,S02001555,IZ22,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174534 +174534,S00102281,1a4,Older Farming Communities,S01008291,IZ22 - 03,5c,Comfortable neighbourhoods,S02001555,IZ22,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174535 +174535,S00102323,1a4,Older Farming Communities,S01008269,IZ18 - 02,5a,Ageing urban communities,S02001551,IZ18,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174536 +174536,S00102560,1a4,Older Farming Communities,S01008275,IZ19 - 04,2b,Prospering countryside life,S02001552,IZ19,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174537 +174537,S00101851,6b4,Older Workers and Retirement,S01008174,IZ02 - 05,5c,Comfortable neighbourhoods,S02001535,IZ02,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174538 +174538,S00101866,6b4,Older Workers and Retirement,S01008181,IZ03 - 05,8c,Comfortable suburbia,S02001536,IZ03,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174539 +174539,S00102060,6b4,Older Workers and Retirement,S01008224,IZ10 - 07,5b,Aspiring urban households,S02001543,IZ10,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174540 +174540,S00102063,6b4,Older Workers and Retirement,S01008224,IZ10 - 07,5b,Aspiring urban households,S02001543,IZ10,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174541 +174541,S00102089,6b4,Older Workers and Retirement,S01008198,IZ07 - 02,4a,Challenged white communities,S02001540,IZ07,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174542 +174542,S00102171,6b4,Older Workers and Retirement,S01008252,IZ15 - 02,8b,Ageing suburbanites,S02001548,IZ15,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174543 +174543,S00102215,6b4,Older Workers and Retirement,S01008215,IZ09 - 06,5c,Comfortable neighbourhoods,S02001542,IZ09,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174544 +174544,S00102230,6b4,Older Workers and Retirement,S01008241,IZ13 - 04,8b,Ageing suburbanites,S02001546,IZ13,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174545 +174545,S00102232,6b4,Older Workers and Retirement,S01008242,IZ13 - 05,2d,Rural traits,S02001546,IZ13,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174546 +174546,S00102235,6b4,Older Workers and Retirement,S01008242,IZ13 - 05,2d,Rural traits,S02001546,IZ13,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174547 +174547,S00102242,6b4,Older Workers and Retirement,S01008280,IZ20 - 04,2d,Rural traits,S02001553,IZ20,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174548 +174548,S00102262,6b4,Older Workers and Retirement,S01008286,IZ21 - 03,5e,Primary sector workers,S02001554,IZ21,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174549 +174549,S00102268,6b4,Older Workers and Retirement,S01008288,IZ21 - 05,5c,Comfortable neighbourhoods,S02001554,IZ21,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174550 +174550,S00102272,6b4,Older Workers and Retirement,S01008285,IZ21 - 02,4a,Challenged white communities,S02001554,IZ21,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174551 +174551,S00102334,1a2,Established Farming Communities,S01008270,IZ18 - 03,5a,Ageing urban communities,S02001551,IZ18,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174552 +174552,S00102278,6b4,Older Workers and Retirement,S01008291,IZ22 - 03,5c,Comfortable neighbourhoods,S02001555,IZ22,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174553 +174553,S00102292,6b4,Older Workers and Retirement,S01008290,IZ22 - 02,5a,Ageing urban communities,S02001555,IZ22,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174554 +174554,S00102335,6b4,Older Workers and Retirement,S01008273,IZ19 - 02,5c,Comfortable neighbourhoods,S02001552,IZ19,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174555 +174555,S00102354,6b4,Older Workers and Retirement,S01008273,IZ19 - 02,5c,Comfortable neighbourhoods,S02001552,IZ19,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174556 +174556,S00102478,6b4,Older Workers and Retirement,S01008180,IZ03 - 04,8c,Comfortable suburbia,S02001536,IZ03,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174557 +174557,S00102480,6b4,Older Workers and Retirement,S01008179,IZ03 - 03,8c,Comfortable suburbia,S02001536,IZ03,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174558 +174558,S00102516,6b4,Older Workers and Retirement,S01008202,IZ07 - 06,5c,Comfortable neighbourhoods,S02001540,IZ07,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174559 +174559,S00102524,6b4,Older Workers and Retirement,S01008251,IZ15 - 01,8c,Comfortable suburbia,S02001548,IZ15,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174560 +174560,S00102571,6b4,Older Workers and Retirement,S01008213,IZ09 - 04,8c,Comfortable suburbia,S02001542,IZ09,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174561 +174561,S00101917,7c3,Outer City Hardship,S01008189,IZ05 - 02,5c,Comfortable neighbourhoods,S02001538,IZ05,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174562 +174562,S00101924,7c3,Outer City Hardship,S01008190,IZ05 - 03,4a,Challenged white communities,S02001538,IZ05,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174563 +174563,S00101954,7c3,Outer City Hardship,S01008168,IZ01 - 06,4a,Challenged white communities,S02001534,IZ01,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174564 +174564,S00102006,7c3,Outer City Hardship,S01008228,IZ11 - 03,5c,Comfortable neighbourhoods,S02001544,IZ11,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174565 +174565,S00102021,7c3,Outer City Hardship,S01008222,IZ10 - 05,4a,Challenged white communities,S02001543,IZ10,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174566 +174566,S00102022,7c3,Outer City Hardship,S01008222,IZ10 - 05,4a,Challenged white communities,S02001543,IZ10,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174567 +174567,S00102023,7c3,Outer City Hardship,S01008222,IZ10 - 05,4a,Challenged white communities,S02001543,IZ10,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174568 +174568,S00102100,7c3,Outer City Hardship,S01008204,IZ08 - 01,5c,Comfortable neighbourhoods,S02001541,IZ08,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174569 +174569,S00102131,7c3,Outer City Hardship,S01008203,IZ07 - 07,4d,Hard-pressed flat dwellers,S02001540,IZ07,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174570 +174570,S00102194,7c3,Outer City Hardship,S01008210,IZ09 - 01,5c,Comfortable neighbourhoods,S02001542,IZ09,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174571 +174571,S00102196,7c3,Outer City Hardship,S01008210,IZ09 - 01,5c,Comfortable neighbourhoods,S02001542,IZ09,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174572 +174572,S00102199,7c3,Outer City Hardship,S01008210,IZ09 - 01,5c,Comfortable neighbourhoods,S02001542,IZ09,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174573 +174573,S00102249,7c3,Outer City Hardship,S01008280,IZ20 - 04,2d,Rural traits,S02001553,IZ20,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174574 +174574,S00102259,7c3,Outer City Hardship,S01008285,IZ21 - 02,4a,Challenged white communities,S02001554,IZ21,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174575 +174575,S00102270,7c3,Outer City Hardship,S01008288,IZ21 - 05,5c,Comfortable neighbourhoods,S02001554,IZ21,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174576 +174576,S00102273,7c3,Outer City Hardship,S01008285,IZ21 - 02,4a,Challenged white communities,S02001554,IZ21,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174577 +174577,S00102280,7c3,Outer City Hardship,S01008285,IZ21 - 02,4a,Challenged white communities,S02001554,IZ21,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174578 +174578,S00102188,8b2,Hard-Pressed Rented Terraces,S01008261,IZ16 - 06,5d,Endeavouring social renters,S02001549,IZ16,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174579 +174579,S00102336,6a2,Comfortable Suburbia,S01008272,IZ19 - 01,2b,Prospering countryside life,S02001552,IZ19,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174580 +174580,S00102027,7c2,Constrained Young Families,S01008229,IZ11 - 04,4a,Challenged white communities,S02001544,IZ11,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174581 +174581,S00102233,8a2,Industrious Hardship,S01008242,IZ13 - 05,2d,Rural traits,S02001546,IZ13,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174582 +174582,S00102363,6a2,Comfortable Suburbia,S01008269,IZ18 - 02,5a,Ageing urban communities,S02001551,IZ18,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174583 +174583,S00102041,7c2,Constrained Young Families,S01008226,IZ11 - 01,4a,Challenged white communities,S02001544,IZ11,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174584 +174584,S00102193,8b2,Hard-Pressed Rented Terraces,S01008261,IZ16 - 06,5d,Endeavouring social renters,S02001549,IZ16,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174585 +174585,S00102370,6a2,Comfortable Suburbia,S01008170,IZ02 - 01,5c,Comfortable neighbourhoods,S02001535,IZ02,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174586 +174586,S00102365,1a2,Established Farming Communities,S01008248,IZ14 - 04,2d,Rural traits,S02001547,IZ14,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174587 +174587,S00102042,7c2,Constrained Young Families,S01008225,IZ10 - 08,5d,Endeavouring social renters,S02001543,IZ10,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174588 +174588,S00102252,8a2,Industrious Hardship,S01008279,IZ20 - 03,5c,Comfortable neighbourhoods,S02001553,IZ20,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174589 +174589,S00102209,8b2,Hard-Pressed Rented Terraces,S01008210,IZ09 - 01,5c,Comfortable neighbourhoods,S02001542,IZ09,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174590 +174590,S00102388,6a2,Comfortable Suburbia,S01008243,IZ13 - 06,2b,Prospering countryside life,S02001546,IZ13,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174591 +174591,S00102380,1a2,Established Farming Communities,S01008242,IZ13 - 05,2d,Rural traits,S02001546,IZ13,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174592 +174592,S00102048,7c2,Constrained Young Families,S01008222,IZ10 - 05,4a,Challenged white communities,S02001543,IZ10,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174593 +174593,S00102261,8a2,Industrious Hardship,S01008286,IZ21 - 03,5e,Primary sector workers,S02001554,IZ21,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174594 +174594,S00102210,8b2,Hard-Pressed Rented Terraces,S01008214,IZ09 - 05,5c,Comfortable neighbourhoods,S02001542,IZ09,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174595 +174595,S00102212,8b2,Hard-Pressed Rented Terraces,S01008214,IZ09 - 05,5c,Comfortable neighbourhoods,S02001542,IZ09,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174596 +174596,S00102213,8b2,Hard-Pressed Rented Terraces,S01008215,IZ09 - 06,5c,Comfortable neighbourhoods,S02001542,IZ09,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174597 +174597,S00102222,8b2,Hard-Pressed Rented Terraces,S01008215,IZ09 - 06,5c,Comfortable neighbourhoods,S02001542,IZ09,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174598 +174598,S00102256,8b2,Hard-Pressed Rented Terraces,S01008286,IZ21 - 03,5e,Primary sector workers,S02001554,IZ21,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174599 +174599,S00102357,8b2,Hard-Pressed Rented Terraces,S01008273,IZ19 - 02,5c,Comfortable neighbourhoods,S02001552,IZ19,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174600 +174600,S00102360,8b2,Hard-Pressed Rented Terraces,S01008274,IZ19 - 03,4a,Challenged white communities,S02001552,IZ19,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174601 +174601,S00102362,8b2,Hard-Pressed Rented Terraces,S01008274,IZ19 - 03,4a,Challenged white communities,S02001552,IZ19,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174602 +174602,S00102384,8b2,Hard-Pressed Rented Terraces,S01008190,IZ05 - 03,4a,Challenged white communities,S02001538,IZ05,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174603 +174603,S00102419,8b2,Hard-Pressed Rented Terraces,S01008213,IZ09 - 04,8c,Comfortable suburbia,S02001542,IZ09,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174604 +174604,S00102441,8b2,Hard-Pressed Rented Terraces,S01008242,IZ13 - 05,2d,Rural traits,S02001546,IZ13,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174605 +174605,S00102461,8b2,Hard-Pressed Rented Terraces,S01008173,IZ02 - 04,5d,Endeavouring social renters,S02001535,IZ02,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174606 +174606,S00102462,8b2,Hard-Pressed Rented Terraces,S01008173,IZ02 - 04,5d,Endeavouring social renters,S02001535,IZ02,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174607 +174607,S00102488,8b2,Hard-Pressed Rented Terraces,S01008169,IZ01 - 07,4a,Challenged white communities,S02001534,IZ01,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174608 +174608,S00102489,8b2,Hard-Pressed Rented Terraces,S01008167,IZ01 - 05,4a,Challenged white communities,S02001534,IZ01,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174609 +174609,S00102507,8b2,Hard-Pressed Rented Terraces,S01008226,IZ11 - 01,4a,Challenged white communities,S02001544,IZ11,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174610 +174610,S00102509,8b2,Hard-Pressed Rented Terraces,S01008226,IZ11 - 01,4a,Challenged white communities,S02001544,IZ11,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174611 +174611,S00102510,8b2,Hard-Pressed Rented Terraces,S01008226,IZ11 - 01,4a,Challenged white communities,S02001544,IZ11,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174612 +174612,S00102527,8b2,Hard-Pressed Rented Terraces,S01008213,IZ09 - 04,8c,Comfortable suburbia,S02001542,IZ09,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174613 +174613,S00102528,8b2,Hard-Pressed Rented Terraces,S01008210,IZ09 - 01,5c,Comfortable neighbourhoods,S02001542,IZ09,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174614 +174614,S00101824,8a2,Industrious Hardship,S01008172,IZ02 - 03,5d,Endeavouring social renters,S02001535,IZ02,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174615 +174615,S00101827,8a2,Industrious Hardship,S01008172,IZ02 - 03,5d,Endeavouring social renters,S02001535,IZ02,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174616 +174616,S00101967,8a2,Industrious Hardship,S01008166,IZ01 - 04,4a,Challenged white communities,S02001534,IZ01,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174617 +174617,S00101971,8a2,Industrious Hardship,S01008245,IZ14 - 01,2b,Prospering countryside life,S02001547,IZ14,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174618 +174618,S00101974,8a2,Industrious Hardship,S01008245,IZ14 - 01,2b,Prospering countryside life,S02001547,IZ14,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174619 +174619,S00101981,8a2,Industrious Hardship,S01008235,IZ12 - 02,5d,Endeavouring social renters,S02001545,IZ12,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174620 +174620,S00101982,8a2,Industrious Hardship,S01008235,IZ12 - 02,5d,Endeavouring social renters,S02001545,IZ12,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174621 +174621,S00101988,8a2,Industrious Hardship,S01008235,IZ12 - 02,5d,Endeavouring social renters,S02001545,IZ12,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174622 +174622,S00102002,8a2,Industrious Hardship,S01008234,IZ12 - 01,5d,Endeavouring social renters,S02001545,IZ12,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174623 +174623,S00102051,8a2,Industrious Hardship,S01008222,IZ10 - 05,4a,Challenged white communities,S02001543,IZ10,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174624 +174624,S00102052,8a2,Industrious Hardship,S01008223,IZ10 - 06,5c,Comfortable neighbourhoods,S02001543,IZ10,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174625 +174625,S00102066,8a2,Industrious Hardship,S01008238,IZ13 - 01,5d,Endeavouring social renters,S02001546,IZ13,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174626 +174626,S00102068,8a2,Industrious Hardship,S01008238,IZ13 - 01,5d,Endeavouring social renters,S02001546,IZ13,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174627 +174627,S00102073,8a2,Industrious Hardship,S01008239,IZ13 - 02,2d,Rural traits,S02001546,IZ13,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174628 +174628,S00102080,8a2,Industrious Hardship,S01008200,IZ07 - 04,4a,Challenged white communities,S02001540,IZ07,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174629 +174629,S00102093,8a2,Industrious Hardship,S01008201,IZ07 - 05,4a,Challenged white communities,S02001540,IZ07,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174630 +174630,S00102106,8a2,Industrious Hardship,S01008204,IZ08 - 01,5c,Comfortable neighbourhoods,S02001541,IZ08,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174631 +174631,S00102107,8a2,Industrious Hardship,S01008205,IZ08 - 02,5d,Endeavouring social renters,S02001541,IZ08,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174632 +174632,S00102108,8a2,Industrious Hardship,S01008205,IZ08 - 02,5d,Endeavouring social renters,S02001541,IZ08,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174633 +174633,S00102109,8a2,Industrious Hardship,S01008205,IZ08 - 02,5d,Endeavouring social renters,S02001541,IZ08,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174634 +174634,S00102110,8a2,Industrious Hardship,S01008205,IZ08 - 02,5d,Endeavouring social renters,S02001541,IZ08,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174635 +174635,S00102119,8a2,Industrious Hardship,S01008207,IZ08 - 04,4a,Challenged white communities,S02001541,IZ08,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174636 +174636,S00102298,8a2,Industrious Hardship,S01008284,IZ21 - 01,2d,Rural traits,S02001554,IZ21,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174637 +174637,S00102396,6a2,Comfortable Suburbia,S01008239,IZ13 - 02,2d,Rural traits,S02001546,IZ13,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174638 +174638,S00102435,1a2,Established Farming Communities,S01008277,IZ20 - 01,2b,Prospering countryside life,S02001553,IZ20,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174639 +174639,S00102301,8a2,Industrious Hardship,S01008243,IZ13 - 06,2b,Prospering countryside life,S02001546,IZ13,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174640 +174640,S00102071,7c2,Constrained Young Families,S01008238,IZ13 - 01,5d,Endeavouring social renters,S02001546,IZ13,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174641 +174641,S00102401,6a2,Comfortable Suburbia,S01008231,IZ11 - 06,8c,Comfortable suburbia,S02001544,IZ11,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174642 +174642,S00102447,1a2,Established Farming Communities,S01008272,IZ19 - 01,2b,Prospering countryside life,S02001552,IZ19,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174643 +174643,S00102076,7c2,Constrained Young Families,S01008200,IZ07 - 04,4a,Challenged white communities,S02001540,IZ07,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174644 +174644,S00102302,8a2,Industrious Hardship,S01008243,IZ13 - 06,2b,Prospering countryside life,S02001546,IZ13,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174645 +174645,S00102403,6a2,Comfortable Suburbia,S01008232,IZ11 - 07,5c,Comfortable neighbourhoods,S02001544,IZ11,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174646 +174646,S00102448,1a2,Established Farming Communities,S01008250,IZ14 - 06,2b,Prospering countryside life,S02001547,IZ14,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174647 +174647,S00102117,7c2,Constrained Young Families,S01008206,IZ08 - 03,4a,Challenged white communities,S02001541,IZ08,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174648 +174648,S00102394,8a2,Industrious Hardship,S01008234,IZ12 - 01,5d,Endeavouring social renters,S02001545,IZ12,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174649 +174649,S00102404,6a2,Comfortable Suburbia,S01008231,IZ11 - 06,8c,Comfortable suburbia,S02001544,IZ11,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174650 +174650,S00102449,1a2,Established Farming Communities,S01008250,IZ14 - 06,2b,Prospering countryside life,S02001547,IZ14,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174651 +174651,S00102132,7c2,Constrained Young Families,S01008203,IZ07 - 07,4d,Hard-pressed flat dwellers,S02001540,IZ07,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174652 +174652,S00102412,8a2,Industrious Hardship,S01008204,IZ08 - 01,5c,Comfortable neighbourhoods,S02001541,IZ08,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174653 +174653,S00102420,6a2,Comfortable Suburbia,S01008240,IZ13 - 03,2b,Prospering countryside life,S02001546,IZ13,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174654 +174654,S00102432,6a2,Comfortable Suburbia,S01008272,IZ19 - 01,2b,Prospering countryside life,S02001552,IZ19,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174655 +174655,S00102433,6a2,Comfortable Suburbia,S01008273,IZ19 - 02,5c,Comfortable neighbourhoods,S02001552,IZ19,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174656 +174656,S00102445,6a2,Comfortable Suburbia,S01008272,IZ19 - 01,2b,Prospering countryside life,S02001552,IZ19,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174657 +174657,S00102453,6a2,Comfortable Suburbia,S01008293,IZ22 - 05,8c,Comfortable suburbia,S02001555,IZ22,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174658 +174658,S00102454,6a2,Comfortable Suburbia,S01008284,IZ21 - 01,2d,Rural traits,S02001554,IZ21,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174659 +174659,S00102456,6a2,Comfortable Suburbia,S01008293,IZ22 - 05,8c,Comfortable suburbia,S02001555,IZ22,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174660 +174660,S00102457,6a2,Comfortable Suburbia,S01008284,IZ21 - 01,2d,Rural traits,S02001554,IZ21,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174661 +174661,S00102458,6a2,Comfortable Suburbia,S01008293,IZ22 - 05,8c,Comfortable suburbia,S02001555,IZ22,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174662 +174662,S00102505,6a2,Comfortable Suburbia,S01008230,IZ11 - 05,5b,Aspiring urban households,S02001544,IZ11,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174663 +174663,S00102518,6a2,Comfortable Suburbia,S01008251,IZ15 - 01,8c,Comfortable suburbia,S02001548,IZ15,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174664 +174664,S00102526,6a2,Comfortable Suburbia,S01008251,IZ15 - 01,8c,Comfortable suburbia,S02001548,IZ15,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174665 +174665,S00102535,6a2,Comfortable Suburbia,S01008278,IZ20 - 02,2b,Prospering countryside life,S02001553,IZ20,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174666 +174666,S00102547,6a2,Comfortable Suburbia,S01008292,IZ22 - 04,5c,Comfortable neighbourhoods,S02001555,IZ22,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174667 +174667,S00102550,6a2,Comfortable Suburbia,S01008294,IZ22 - 06,8c,Comfortable suburbia,S02001555,IZ22,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174668 +174668,S00102551,6a2,Comfortable Suburbia,S01008294,IZ22 - 06,8c,Comfortable suburbia,S02001555,IZ22,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174669 +174669,S00102562,6a2,Comfortable Suburbia,S01008276,IZ19 - 05,8a,Affluent communities,S02001552,IZ19,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174670 +174670,S00102564,6a2,Comfortable Suburbia,S01008246,IZ14 - 02,2a,Ageing rural neighbourhoods,S02001547,IZ14,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174671 +174671,S00101929,5b2,Communal Retirement,S01008193,IZ05 - 06,5a,Ageing urban communities,S02001538,IZ05,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174672 +174672,S00101936,5b2,Communal Retirement,S01008194,IZ06 - 01,5a,Ageing urban communities,S02001539,IZ06,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174673 +174673,S00101937,5b2,Communal Retirement,S01008194,IZ06 - 01,5a,Ageing urban communities,S02001539,IZ06,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174674 +174674,S00102152,5b2,Communal Retirement,S01008257,IZ16 - 02,5a,Ageing urban communities,S02001549,IZ16,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174675 +174675,S00102154,5b2,Communal Retirement,S01008257,IZ16 - 02,5a,Ageing urban communities,S02001549,IZ16,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174676 +174676,S00102157,5b2,Communal Retirement,S01008255,IZ15 - 05,5e,Primary sector workers,S02001548,IZ15,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174677 +174677,S00102293,5b2,Communal Retirement,S01008290,IZ22 - 02,5a,Ageing urban communities,S02001555,IZ22,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174678 +174678,S00102310,5b2,Communal Retirement,S01008263,IZ17 - 02,2a,Ageing rural neighbourhoods,S02001550,IZ17,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174679 +174679,S00102328,5b2,Communal Retirement,S01008268,IZ18 - 01,8a,Affluent communities,S02001551,IZ18,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174680 +174680,S00102459,5b2,Communal Retirement,S01008170,IZ02 - 01,5c,Comfortable neighbourhoods,S02001535,IZ02,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174681 +174681,S00102520,5b2,Communal Retirement,S01008254,IZ15 - 04,5e,Primary sector workers,S02001548,IZ15,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174682 +174682,S00102556,5b2,Communal Retirement,S01008270,IZ18 - 03,5a,Ageing urban communities,S02001551,IZ18,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174683 +174683,S00101909,7c2,Constrained Young Families,S01008187,IZ04 - 06,4d,Hard-pressed flat dwellers,S02001537,IZ04,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174684 +174684,S00101927,7c2,Constrained Young Families,S01008191,IZ05 - 04,5c,Comfortable neighbourhoods,S02001538,IZ05,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174685 +174685,S00101941,7c2,Constrained Young Families,S01008196,IZ06 - 03,4a,Challenged white communities,S02001539,IZ06,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174686 +174686,S00101943,7c2,Constrained Young Families,S01008196,IZ06 - 03,4a,Challenged white communities,S02001539,IZ06,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174687 +174687,S00101946,7c2,Constrained Young Families,S01008196,IZ06 - 03,4a,Challenged white communities,S02001539,IZ06,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174688 +174688,S00101955,7c2,Constrained Young Families,S01008195,IZ06 - 02,4d,Hard-pressed flat dwellers,S02001539,IZ06,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174689 +174689,S00101961,7c2,Constrained Young Families,S01008167,IZ01 - 05,4a,Challenged white communities,S02001534,IZ01,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174690 +174690,S00102427,8a2,Industrious Hardship,S01008284,IZ21 - 01,2d,Rural traits,S02001554,IZ21,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174691 +174691,S00101753,5a3,Families in Terraces and Flats,S01008197,IZ07 - 01,3a,Achieving neighbourhoods,S02001540,IZ07,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174692 +174692,S00102429,8a2,Industrious Hardship,S01008244,IZ13 - 07,2b,Prospering countryside life,S02001546,IZ13,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174693 +174693,S00102493,8a2,Industrious Hardship,S01008235,IZ12 - 02,5d,Endeavouring social renters,S02001545,IZ12,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174694 +174694,S00102543,8a2,Industrious Hardship,S01008292,IZ22 - 04,5c,Comfortable neighbourhoods,S02001555,IZ22,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174695 +174695,S00102549,8a2,Industrious Hardship,S01008294,IZ22 - 06,8c,Comfortable suburbia,S02001555,IZ22,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174696 +174696,S00102553,8a2,Industrious Hardship,S01008294,IZ22 - 06,8c,Comfortable suburbia,S02001555,IZ22,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174697 +174697,S00101859,8a1,Industrious Transitions,S01008178,IZ03 - 02,5c,Comfortable neighbourhoods,S02001536,IZ03,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174698 +174698,S00101920,8a1,Industrious Transitions,S01008191,IZ05 - 04,5c,Comfortable neighbourhoods,S02001538,IZ05,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174699 +174699,S00101959,8a1,Industrious Transitions,S01008169,IZ01 - 07,4a,Challenged white communities,S02001534,IZ01,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174700 +174700,S00101984,8a1,Industrious Transitions,S01008236,IZ12 - 03,5c,Comfortable neighbourhoods,S02001545,IZ12,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174701 +174701,S00101996,8a1,Industrious Transitions,S01008163,IZ01 - 01,5e,Primary sector workers,S02001534,IZ01,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174702 +174702,S00102056,8a1,Industrious Transitions,S01008223,IZ10 - 06,5c,Comfortable neighbourhoods,S02001543,IZ10,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174703 +174703,S00102062,8a1,Industrious Transitions,S01008224,IZ10 - 07,5b,Aspiring urban households,S02001543,IZ10,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174704 +174704,S00102070,8a1,Industrious Transitions,S01008239,IZ13 - 02,2d,Rural traits,S02001546,IZ13,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174705 +174705,S00102220,8a1,Industrious Transitions,S01008216,IZ09 - 07,8c,Comfortable suburbia,S02001542,IZ09,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174706 +174706,S00102303,8a1,Industrious Transitions,S01008243,IZ13 - 06,2b,Prospering countryside life,S02001546,IZ13,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174707 +174707,S00102436,8a1,Industrious Transitions,S01008280,IZ20 - 04,2d,Rural traits,S02001553,IZ20,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174708 +174708,S00102554,8a1,Industrious Transitions,S01008264,IZ17 - 03,5c,Comfortable neighbourhoods,S02001550,IZ17,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174709 +174709,S00102565,8a1,Industrious Transitions,S01008246,IZ14 - 02,2a,Ageing rural neighbourhoods,S02001547,IZ14,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174710 +174710,S00102569,8a1,Industrious Transitions,S01008212,IZ09 - 03,8c,Comfortable suburbia,S02001542,IZ09,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174711 +174711,S00101872,2c2,Migrant Commuters,S01008182,IZ04 - 01,4d,Hard-pressed flat dwellers,S02001537,IZ04,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174712 +174712,S00101874,2c2,Migrant Commuters,S01008184,IZ04 - 03,4d,Hard-pressed flat dwellers,S02001537,IZ04,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174713 +174713,S00101895,2c2,Migrant Commuters,S01008176,IZ02 - 07,5c,Comfortable neighbourhoods,S02001535,IZ02,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174714 +174714,S00101914,2c2,Migrant Commuters,S01008192,IZ05 - 05,4b,Constrained renters,S02001538,IZ05,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174715 +174715,S00102466,2c2,Migrant Commuters,S01008182,IZ04 - 01,4d,Hard-pressed flat dwellers,S02001537,IZ04,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174716 +174716,S00102522,2c2,Migrant Commuters,S01008259,IZ16 - 04,5e,Primary sector workers,S02001549,IZ16,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174717 +174717,S00101834,2c1,Migrant Families,S01008171,IZ02 - 02,4d,Hard-pressed flat dwellers,S02001535,IZ02,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174718 +174718,S00101877,2c1,Migrant Families,S01008183,IZ04 - 02,3d,Households in terraces and flats,S02001537,IZ04,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174719 +174719,S00102329,2c1,Migrant Families,S01008268,IZ18 - 01,8a,Affluent communities,S02001551,IZ18,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174720 +174720,S00102344,2c1,Migrant Families,S01008271,IZ18 - 04,4b,Constrained renters,S02001551,IZ18,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174721 +174721,S00102379,2c1,Migrant Families,S01008186,IZ04 - 05,1a,Cosmopolitan student neighbourhoods,S02001537,IZ04,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174722 +174722,S00102381,2c1,Migrant Families,S01008186,IZ04 - 05,1a,Cosmopolitan student neighbourhoods,S02001537,IZ04,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174723 +174723,S00101944,7a3,Multi-Ethnic Hardship,S01008194,IZ06 - 01,5a,Ageing urban communities,S02001539,IZ06,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174724 +174724,S00102122,7a3,Multi-Ethnic Hardship,S01008208,IZ08 - 05,5c,Comfortable neighbourhoods,S02001541,IZ08,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174725 +174725,S00102165,7a3,Multi-Ethnic Hardship,S01008256,IZ16 - 01,4b,Constrained renters,S02001549,IZ16,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174726 +174726,S00102218,5a2,Multi-Ethnic Professionals with Families,S01008215,IZ09 - 06,5c,Comfortable neighbourhoods,S02001542,IZ09,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174727 +174727,S00102159,7c2,Constrained Young Families,S01008256,IZ16 - 01,4b,Constrained renters,S02001549,IZ16,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174728 +174728,S00101755,5a3,Families in Terraces and Flats,S01008197,IZ07 - 01,3a,Achieving neighbourhoods,S02001540,IZ07,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174729 +174729,S00101757,5a3,Families in Terraces and Flats,S01008197,IZ07 - 01,3a,Achieving neighbourhoods,S02001540,IZ07,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174730 +174730,S00102163,7c2,Constrained Young Families,S01008256,IZ16 - 01,4b,Constrained renters,S02001549,IZ16,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174731 +174731,S00101758,5a3,Families in Terraces and Flats,S01008197,IZ07 - 01,3a,Achieving neighbourhoods,S02001540,IZ07,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174732 +174732,S00102183,7c2,Constrained Young Families,S01008260,IZ16 - 05,5e,Primary sector workers,S02001549,IZ16,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174733 +174733,S00101831,5a3,Families in Terraces and Flats,S01008171,IZ02 - 02,4d,Hard-pressed flat dwellers,S02001535,IZ02,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174734 +174734,S00102264,7c2,Constrained Young Families,S01008287,IZ21 - 04,5a,Ageing urban communities,S02001554,IZ21,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174735 +174735,S00101843,5a3,Families in Terraces and Flats,S01008175,IZ02 - 06,4d,Hard-pressed flat dwellers,S02001535,IZ02,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174736 +174736,S00102288,7c2,Constrained Young Families,S01008289,IZ22 - 01,4b,Constrained renters,S02001555,IZ22,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174737 +174737,S00101846,5a3,Families in Terraces and Flats,S01008175,IZ02 - 06,4d,Hard-pressed flat dwellers,S02001535,IZ02,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174738 +174738,S00102290,7c2,Constrained Young Families,S01008289,IZ22 - 01,4b,Constrained renters,S02001555,IZ22,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174739 +174739,S00101900,5a3,Families in Terraces and Flats,S01008188,IZ05 - 01,4d,Hard-pressed flat dwellers,S02001538,IZ05,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174740 +174740,S00102389,7c2,Constrained Young Families,S01008196,IZ06 - 03,4a,Challenged white communities,S02001539,IZ06,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174741 +174741,S00102105,5a3,Families in Terraces and Flats,S01008204,IZ08 - 01,5c,Comfortable neighbourhoods,S02001541,IZ08,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174742 +174742,S00102174,5a3,Families in Terraces and Flats,S01008258,IZ16 - 03,5e,Primary sector workers,S02001549,IZ16,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174743 +174743,S00102284,5a3,Families in Terraces and Flats,S01008290,IZ22 - 02,5a,Ageing urban communities,S02001555,IZ22,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174744 +174744,S00102371,5a3,Families in Terraces and Flats,S01008209,IZ08 - 06,3a,Achieving neighbourhoods,S02001541,IZ08,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174745 +174745,S00102382,5a3,Families in Terraces and Flats,S01008192,IZ05 - 05,4b,Constrained renters,S02001538,IZ05,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174746 +174746,S00102393,5a3,Families in Terraces and Flats,S01008164,IZ01 - 02,1a,Cosmopolitan student neighbourhoods,S02001534,IZ01,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174747 +174747,S00102503,5a3,Families in Terraces and Flats,S01008230,IZ11 - 05,5b,Aspiring urban households,S02001544,IZ11,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174748 +174748,S00102532,5a3,Families in Terraces and Flats,S01008215,IZ09 - 06,5c,Comfortable neighbourhoods,S02001542,IZ09,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174749 +174749,S00102537,5a3,Families in Terraces and Flats,S01008289,IZ22 - 01,4b,Constrained renters,S02001555,IZ22,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174750 +174750,S00101845,7a2,Hampered Aspiration,S01008178,IZ03 - 02,5c,Comfortable neighbourhoods,S02001536,IZ03,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174751 +174751,S00101852,7a2,Hampered Aspiration,S01008177,IZ03 - 01,4d,Hard-pressed flat dwellers,S02001536,IZ03,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174752 +174752,S00101854,7a2,Hampered Aspiration,S01008183,IZ04 - 02,3d,Households in terraces and flats,S02001537,IZ04,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174753 +174753,S00101888,7a2,Hampered Aspiration,S01008182,IZ04 - 01,4d,Hard-pressed flat dwellers,S02001537,IZ04,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174754 +174754,S00101933,7a2,Hampered Aspiration,S01008193,IZ05 - 06,5a,Ageing urban communities,S02001538,IZ05,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174755 +174755,S00102203,7a2,Hampered Aspiration,S01008211,IZ09 - 02,5c,Comfortable neighbourhoods,S02001542,IZ09,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174756 +174756,S00102204,7a2,Hampered Aspiration,S01008211,IZ09 - 02,5c,Comfortable neighbourhoods,S02001542,IZ09,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174757 +174757,S00102287,7a2,Hampered Aspiration,S01008288,IZ21 - 05,5c,Comfortable neighbourhoods,S02001554,IZ21,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174758 +174758,S00102469,7a2,Hampered Aspiration,S01008185,IZ04 - 04,4d,Hard-pressed flat dwellers,S02001537,IZ04,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174759 +174759,S00102476,7a2,Hampered Aspiration,S01008186,IZ04 - 05,1a,Cosmopolitan student neighbourhoods,S02001537,IZ04,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174760 +174760,S00101835,8d2,Hard-Pressed Ethnic Mix,S01008172,IZ02 - 03,5d,Endeavouring social renters,S02001535,IZ02,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174761 +174761,S00101919,8d2,Hard-Pressed Ethnic Mix,S01008191,IZ05 - 04,5c,Comfortable neighbourhoods,S02001538,IZ05,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174762 +174762,S00102091,8d2,Hard-Pressed Ethnic Mix,S01008201,IZ07 - 05,4a,Challenged white communities,S02001540,IZ07,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174763 +174763,S00102123,8d3,Hard-Pressed European Settlers,S01008208,IZ08 - 05,5c,Comfortable neighbourhoods,S02001541,IZ08,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174764 +174764,S00102161,8d3,Hard-Pressed European Settlers,S01008255,IZ15 - 05,5e,Primary sector workers,S02001548,IZ15,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174765 +174765,S00101825,8b2,Hard-Pressed Rented Terraces,S01008172,IZ02 - 03,5d,Endeavouring social renters,S02001535,IZ02,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174766 +174766,S00101826,8b2,Hard-Pressed Rented Terraces,S01008172,IZ02 - 03,5d,Endeavouring social renters,S02001535,IZ02,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174767 +174767,S00101837,8b2,Hard-Pressed Rented Terraces,S01008173,IZ02 - 04,5d,Endeavouring social renters,S02001535,IZ02,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174768 +174768,S00101839,8b2,Hard-Pressed Rented Terraces,S01008174,IZ02 - 05,5c,Comfortable neighbourhoods,S02001535,IZ02,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174769 +174769,S00101861,8b2,Hard-Pressed Rented Terraces,S01008178,IZ03 - 02,5c,Comfortable neighbourhoods,S02001536,IZ03,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174770 +174770,S00101868,8b2,Hard-Pressed Rented Terraces,S01008181,IZ03 - 05,8c,Comfortable suburbia,S02001536,IZ03,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174771 +174771,S00101921,8b2,Hard-Pressed Rented Terraces,S01008190,IZ05 - 03,4a,Challenged white communities,S02001538,IZ05,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174772 +174772,S00102486,7c2,Constrained Young Families,S01008168,IZ01 - 06,4a,Challenged white communities,S02001534,IZ01,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174773 +174773,S00102499,7c2,Constrained Young Families,S01008219,IZ10 - 02,5a,Ageing urban communities,S02001543,IZ10,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174774 +174774,S00102513,7c2,Constrained Young Families,S01008203,IZ07 - 07,4d,Hard-pressed flat dwellers,S02001540,IZ07,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174775 +174775,S00102538,7c2,Constrained Young Families,S01008290,IZ22 - 02,5a,Ageing urban communities,S02001555,IZ22,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174776 +174776,S00102540,7c2,Constrained Young Families,S01008290,IZ22 - 02,5a,Ageing urban communities,S02001555,IZ22,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174777 +174777,S00102542,7c2,Constrained Young Families,S01008292,IZ22 - 04,5c,Comfortable neighbourhoods,S02001555,IZ22,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174778 +174778,S00102546,7c2,Constrained Young Families,S01008292,IZ22 - 04,5c,Comfortable neighbourhoods,S02001555,IZ22,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174779 +174779,S00101885,5b1,Delayed Retirement,S01008185,IZ04 - 04,4d,Hard-pressed flat dwellers,S02001537,IZ04,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174780 +174780,S00101905,5b1,Delayed Retirement,S01008192,IZ05 - 05,4b,Constrained renters,S02001538,IZ05,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174781 +174781,S00102291,5b1,Delayed Retirement,S01008290,IZ22 - 02,5a,Ageing urban communities,S02001555,IZ22,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174782 +174782,S00102300,5b1,Delayed Retirement,S01008244,IZ13 - 07,2b,Prospering countryside life,S02001546,IZ13,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174783 +174783,S00102327,5b1,Delayed Retirement,S01008268,IZ18 - 01,8a,Affluent communities,S02001551,IZ18,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174784 +174784,S00102330,5b1,Delayed Retirement,S01008269,IZ18 - 02,5a,Ageing urban communities,S02001551,IZ18,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174785 +174785,S00102338,5b1,Delayed Retirement,S01008273,IZ19 - 02,5c,Comfortable neighbourhoods,S02001552,IZ19,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174786 +174786,S00102341,5b1,Delayed Retirement,S01008270,IZ18 - 03,5a,Ageing urban communities,S02001551,IZ18,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174787 +174787,S00102351,5b1,Delayed Retirement,S01008275,IZ19 - 04,2b,Prospering countryside life,S02001552,IZ19,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174788 +174788,S00102375,5b1,Delayed Retirement,S01008182,IZ04 - 01,4d,Hard-pressed flat dwellers,S02001537,IZ04,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174789 +174789,S00102413,5b1,Delayed Retirement,S01008256,IZ16 - 01,4b,Constrained renters,S02001549,IZ16,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174790 +174790,S00102523,5b1,Delayed Retirement,S01008259,IZ16 - 04,5e,Primary sector workers,S02001549,IZ16,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174791 +174791,S00102555,5b1,Delayed Retirement,S01008265,IZ17 - 04,8a,Affluent communities,S02001550,IZ17,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174792 +174792,S00102061,8b1,Deprived Blue-Collar Terraces,S01008224,IZ10 - 07,5b,Aspiring urban households,S02001543,IZ10,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174793 +174793,S00102257,7b2,Deprived Neighbourhoods,S01008285,IZ21 - 02,4a,Challenged white communities,S02001554,IZ21,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174794 +174794,S00102274,7b2,Deprived Neighbourhoods,S01008285,IZ21 - 02,4a,Challenged white communities,S02001554,IZ21,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174795 +174795,S00102508,7b2,Deprived Neighbourhoods,S01008226,IZ11 - 01,4a,Challenged white communities,S02001544,IZ11,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174796 +174796,S00102521,7b2,Deprived Neighbourhoods,S01008254,IZ15 - 04,5e,Primary sector workers,S02001548,IZ15,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174797 +174797,S00101769,6a3,Detached Retirement Living,S01008246,IZ14 - 02,2a,Ageing rural neighbourhoods,S02001547,IZ14,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174798 +174798,S00101797,6a3,Detached Retirement Living,S01008250,IZ14 - 06,2b,Prospering countryside life,S02001547,IZ14,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174799 +174799,S00101991,6a3,Detached Retirement Living,S01008248,IZ14 - 04,2d,Rural traits,S02001547,IZ14,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174800 +174800,S00102517,8c3,Renting Hard-Pressed Workers,S01008206,IZ08 - 03,4a,Challenged white communities,S02001541,IZ08,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174801 +174801,S00102136,1c2,Renting Rural Retirement,S01008252,IZ15 - 02,8b,Ageing suburbanites,S02001548,IZ15,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174802 +174802,S00102254,1c2,Renting Rural Retirement,S01008286,IZ21 - 03,5e,Primary sector workers,S02001554,IZ21,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174803 +174803,S00102421,1c2,Renting Rural Retirement,S01008280,IZ20 - 04,2d,Rural traits,S02001553,IZ20,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174804 +174804,S00102101,7d4,Retired City Hardship,S01008204,IZ08 - 01,5c,Comfortable neighbourhoods,S02001541,IZ08,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174805 +174805,S00102151,7d4,Retired City Hardship,S01008257,IZ16 - 02,5a,Ageing urban communities,S02001549,IZ16,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174806 +174806,S00102201,7d4,Retired City Hardship,S01008211,IZ09 - 02,5c,Comfortable neighbourhoods,S02001542,IZ09,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174807 +174807,S00102275,7d4,Retired City Hardship,S01008291,IZ22 - 03,5c,Comfortable neighbourhoods,S02001555,IZ22,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174808 +174808,S00102511,7d4,Retired City Hardship,S01008202,IZ07 - 06,5c,Comfortable neighbourhoods,S02001540,IZ07,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174809 +174809,S00101904,7d3,Retired Communal City Dwellers,S01008186,IZ04 - 05,1a,Cosmopolitan student neighbourhoods,S02001537,IZ04,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174810 +174810,S00102322,7d3,Retired Communal City Dwellers,S01008269,IZ18 - 02,5a,Ageing urban communities,S02001551,IZ18,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174811 +174811,S00102395,7d3,Retired Communal City Dwellers,S01008219,IZ10 - 02,5a,Ageing urban communities,S02001543,IZ10,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174812 +174812,S00102529,7d3,Retired Communal City Dwellers,S01008214,IZ09 - 05,5c,Comfortable neighbourhoods,S02001542,IZ09,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174813 +174813,S00101891,7d2,Retired Independent City Dwellers,S01008185,IZ04 - 04,4d,Hard-pressed flat dwellers,S02001537,IZ04,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174814 +174814,S00101898,7d2,Retired Independent City Dwellers,S01008188,IZ05 - 01,4d,Hard-pressed flat dwellers,S02001538,IZ05,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174815 +174815,S00102332,5b3,Self-Sufficient Retirement,S01008268,IZ18 - 01,8a,Affluent communities,S02001551,IZ18,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174816 +174816,S00102260,7d2,Retired Independent City Dwellers,S01008286,IZ21 - 03,5e,Primary sector workers,S02001554,IZ21,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174817 +174817,S00102124,5a1,White Professionals,S01008208,IZ08 - 05,5c,Comfortable neighbourhoods,S02001541,IZ08,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174818 +174818,S00102574,6b2,White Suburban Communities,S01008213,IZ09 - 04,8c,Comfortable suburbia,S02001542,IZ09,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174819 +174819,S00101795,1b2,Rural White-Collar Workers,S01008278,IZ20 - 02,2b,Prospering countryside life,S02001553,IZ20,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174820 +174820,S00102343,7d2,Retired Independent City Dwellers,S01008270,IZ18 - 03,5a,Ageing urban communities,S02001551,IZ18,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174821 +174821,S00101742,1c1,Rural Employment and Retirees,S01008165,IZ01 - 03,2b,Prospering countryside life,S02001534,IZ01,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174822 +174822,S00101746,1c1,Rural Employment and Retirees,S01008217,IZ09 - 08,2b,Prospering countryside life,S02001542,IZ09,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174823 +174823,S00101752,1c1,Rural Employment and Retirees,S01008218,IZ10 - 01,8c,Comfortable suburbia,S02001543,IZ10,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174824 +174824,S00101775,1c1,Rural Employment and Retirees,S01008267,IZ17 - 06,2b,Prospering countryside life,S02001550,IZ17,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174825 +174825,S00101821,1c1,Rural Employment and Retirees,S01008282,IZ20 - 06,2c,Remoter communities,S02001553,IZ20,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174826 +174826,S00101992,1c1,Rural Employment and Retirees,S01008249,IZ14 - 05,2c,Remoter communities,S02001547,IZ14,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174827 +174827,S00102366,1c1,Rural Employment and Retirees,S01008249,IZ14 - 05,2c,Remoter communities,S02001547,IZ14,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174828 +174828,S00101763,1b1,Rural Life,S01008237,IZ12 - 04,2d,Rural traits,S02001545,IZ12,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174829 +174829,S00101766,1b1,Rural Life,S01008247,IZ14 - 03,2c,Remoter communities,S02001547,IZ14,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174830 +174830,S00101768,1b1,Rural Life,S01008247,IZ14 - 03,2c,Remoter communities,S02001547,IZ14,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174831 +174831,S00101772,1b1,Rural Life,S01008247,IZ14 - 03,2c,Remoter communities,S02001547,IZ14,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174832 +174832,S00101773,1b1,Rural Life,S01008247,IZ14 - 03,2c,Remoter communities,S02001547,IZ14,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174833 +174833,S00101777,1b1,Rural Life,S01008267,IZ17 - 06,2b,Prospering countryside life,S02001550,IZ17,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174834 +174834,S00101788,1b1,Rural Life,S01008262,IZ17 - 01,2c,Remoter communities,S02001550,IZ17,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174835 +174835,S00101806,1b1,Rural Life,S01008249,IZ14 - 05,2c,Remoter communities,S02001547,IZ14,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174836 +174836,S00101822,1b1,Rural Life,S01008283,IZ20 - 07,2b,Prospering countryside life,S02001553,IZ20,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174837 +174837,S00101973,1b1,Rural Life,S01008246,IZ14 - 02,2a,Ageing rural neighbourhoods,S02001547,IZ14,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174838 +174838,S00102223,1b1,Rural Life,S01008217,IZ09 - 08,2b,Prospering countryside life,S02001542,IZ09,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174839 +174839,S00102608,7c1,Challenged Transitionaries,S01008310,"Dunterlie, East Arthurlie and Dovecothall - 02",5c,Comfortable neighbourhoods,S02001558,"Dunterlie, East Arthurlie and Dovecothall",S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,174840 +174840,S00102253,1b1,Rural Life,S01008279,IZ20 - 03,5c,Comfortable neighbourhoods,S02001553,IZ20,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174841 +174841,S00102392,1b1,Rural Life,S01008248,IZ14 - 04,2d,Rural traits,S02001547,IZ14,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174842 +174842,S00101737,1b2,Rural White-Collar Workers,S01008176,IZ02 - 07,5c,Comfortable neighbourhoods,S02001535,IZ02,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174843 +174843,S00101761,1b2,Rural White-Collar Workers,S01008235,IZ12 - 02,5d,Endeavouring social renters,S02001545,IZ12,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174844 +174844,S00101767,1b2,Rural White-Collar Workers,S01008247,IZ14 - 03,2c,Remoter communities,S02001547,IZ14,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174845 +174845,S00101771,1b2,Rural White-Collar Workers,S01008237,IZ12 - 04,2d,Rural traits,S02001545,IZ12,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174846 +174846,S00101774,1b2,Rural White-Collar Workers,S01008247,IZ14 - 03,2c,Remoter communities,S02001547,IZ14,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174847 +174847,S00101780,1b2,Rural White-Collar Workers,S01008263,IZ17 - 02,2a,Ageing rural neighbourhoods,S02001550,IZ17,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174848 +174848,S00101781,1b2,Rural White-Collar Workers,S01008263,IZ17 - 02,2a,Ageing rural neighbourhoods,S02001550,IZ17,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174849 +174849,S00101782,1b2,Rural White-Collar Workers,S01008267,IZ17 - 06,2b,Prospering countryside life,S02001550,IZ17,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174850 +174850,S00101784,1b2,Rural White-Collar Workers,S01008262,IZ17 - 01,2c,Remoter communities,S02001550,IZ17,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174851 +174851,S00101786,1b2,Rural White-Collar Workers,S01008262,IZ17 - 01,2c,Remoter communities,S02001550,IZ17,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174852 +174852,S00101791,1b2,Rural White-Collar Workers,S01008277,IZ20 - 01,2b,Prospering countryside life,S02001553,IZ20,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174853 +174853,S00101793,1b2,Rural White-Collar Workers,S01008278,IZ20 - 02,2b,Prospering countryside life,S02001553,IZ20,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174854 +174854,S00101794,1b2,Rural White-Collar Workers,S01008278,IZ20 - 02,2b,Prospering countryside life,S02001553,IZ20,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174855 +174855,S00103081,6a4,Ageing in Suburbia,S01008351,Mearnskirk and South Kirkhill - 05,8a,Affluent communities,S02001564,Mearnskirk and South Kirkhill,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,174856 +174856,S00102286,7c3,Outer City Hardship,S01008288,IZ21 - 05,5c,Comfortable neighbourhoods,S02001554,IZ21,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174857 +174857,S00101945,8d1,Young Hard-Pressed Families,S01008168,IZ01 - 06,4a,Challenged white communities,S02001534,IZ01,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174858 +174858,S00102617,7c1,Challenged Transitionaries,S01008313,"Dunterlie, East Arthurlie and Dovecothall - 05",4d,Hard-pressed flat dwellers,S02001558,"Dunterlie, East Arthurlie and Dovecothall",S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,174859 +174859,S00102355,7c3,Outer City Hardship,S01008272,IZ19 - 01,2b,Prospering countryside life,S02001552,IZ19,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174860 +174860,S00102189,5a1,White Professionals,S01008259,IZ16 - 04,5e,Primary sector workers,S02001549,IZ16,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174861 +174861,S00101798,1b2,Rural White-Collar Workers,S01008250,IZ14 - 06,2b,Prospering countryside life,S02001547,IZ14,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174862 +174862,S00102358,7c3,Outer City Hardship,S01008274,IZ19 - 03,4a,Challenged white communities,S02001552,IZ19,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174863 +174863,S00102349,5b3,Self-Sufficient Retirement,S01008271,IZ18 - 04,4b,Constrained renters,S02001551,IZ18,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174864 +174864,S00103082,6a4,Ageing in Suburbia,S01008346,Whitecraigs and Broom - 04,8a,Affluent communities,S02001563,Whitecraigs and Broom,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,174865 +174865,S00102202,5a1,White Professionals,S01008211,IZ09 - 02,5c,Comfortable neighbourhoods,S02001542,IZ09,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174866 +174866,S00102352,5b3,Self-Sufficient Retirement,S01008275,IZ19 - 04,2b,Prospering countryside life,S02001552,IZ19,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174867 +174867,S00101801,1b2,Rural White-Collar Workers,S01008249,IZ14 - 05,2c,Remoter communities,S02001547,IZ14,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174868 +174868,S00102359,7c3,Outer City Hardship,S01008274,IZ19 - 03,4a,Challenged white communities,S02001552,IZ19,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174869 +174869,S00102040,8d1,Young Hard-Pressed Families,S01008227,IZ11 - 02,4a,Challenged white communities,S02001544,IZ11,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174870 +174870,S00102627,7c1,Challenged Transitionaries,S01008319,West Arthurlie and North Neilston - 02,5c,Comfortable neighbourhoods,S02001559,West Arthurlie and North Neilston,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,174871 +174871,S00102205,5a1,White Professionals,S01008211,IZ09 - 02,5c,Comfortable neighbourhoods,S02001542,IZ09,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174872 +174872,S00101813,1b2,Rural White-Collar Workers,S01008277,IZ20 - 01,2b,Prospering countryside life,S02001553,IZ20,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174873 +174873,S00102426,7c3,Outer City Hardship,S01008289,IZ22 - 01,4b,Constrained renters,S02001555,IZ22,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174874 +174874,S00102464,7c3,Outer City Hardship,S01008177,IZ03 - 01,4d,Hard-pressed flat dwellers,S02001536,IZ03,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174875 +174875,S00102501,7c3,Outer City Hardship,S01008221,IZ10 - 04,4d,Hard-pressed flat dwellers,S02001543,IZ10,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174876 +174876,S00102502,7c3,Outer City Hardship,S01008221,IZ10 - 04,4d,Hard-pressed flat dwellers,S02001543,IZ10,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174877 +174877,S00102512,7c3,Outer City Hardship,S01008202,IZ07 - 06,5c,Comfortable neighbourhoods,S02001540,IZ07,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174878 +174878,S00102545,7c3,Outer City Hardship,S01008292,IZ22 - 04,5c,Comfortable neighbourhoods,S02001555,IZ22,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174879 +174879,S00102557,7c3,Outer City Hardship,S01008275,IZ19 - 04,2b,Prospering countryside life,S02001552,IZ19,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174880 +174880,S00102558,7c3,Outer City Hardship,S01008272,IZ19 - 01,2b,Prospering countryside life,S02001552,IZ19,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174881 +174881,S00101745,2c3,Professional Service Cosmopolitans,S01008208,IZ08 - 05,5c,Comfortable neighbourhoods,S02001541,IZ08,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174882 +174882,S00101865,2c3,Professional Service Cosmopolitans,S01008182,IZ04 - 01,4d,Hard-pressed flat dwellers,S02001537,IZ04,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174883 +174883,S00101873,2c3,Professional Service Cosmopolitans,S01008184,IZ04 - 03,4d,Hard-pressed flat dwellers,S02001537,IZ04,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174884 +174884,S00101884,2c3,Professional Service Cosmopolitans,S01008185,IZ04 - 04,4d,Hard-pressed flat dwellers,S02001537,IZ04,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174885 +174885,S00101890,2c3,Professional Service Cosmopolitans,S01008185,IZ04 - 04,4d,Hard-pressed flat dwellers,S02001537,IZ04,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174886 +174886,S00101819,8c3,Renting Hard-Pressed Workers,S01008282,IZ20 - 06,2c,Remoter communities,S02001553,IZ20,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174887 +174887,S00101828,8c3,Renting Hard-Pressed Workers,S01008170,IZ02 - 01,5c,Comfortable neighbourhoods,S02001535,IZ02,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174888 +174888,S00101915,8c3,Renting Hard-Pressed Workers,S01008192,IZ05 - 05,4b,Constrained renters,S02001538,IZ05,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174889 +174889,S00101925,8c3,Renting Hard-Pressed Workers,S01008190,IZ05 - 03,4a,Challenged white communities,S02001538,IZ05,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174890 +174890,S00101965,8c3,Renting Hard-Pressed Workers,S01008166,IZ01 - 04,4a,Challenged white communities,S02001534,IZ01,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174891 +174891,S00102377,5b3,Self-Sufficient Retirement,S01008176,IZ02 - 07,5c,Comfortable neighbourhoods,S02001535,IZ02,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174892 +174892,S00103089,6a4,Ageing in Suburbia,S01008345,Whitecraigs and Broom - 03,8a,Affluent communities,S02001563,Whitecraigs and Broom,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,174893 +174893,S00101997,8c3,Renting Hard-Pressed Workers,S01008163,IZ01 - 01,5e,Primary sector workers,S02001534,IZ01,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174894 +174894,S00102000,8c3,Renting Hard-Pressed Workers,S01008164,IZ01 - 02,1a,Cosmopolitan student neighbourhoods,S02001534,IZ01,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174895 +174895,S00102001,8c3,Renting Hard-Pressed Workers,S01008234,IZ12 - 01,5d,Endeavouring social renters,S02001545,IZ12,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174896 +174896,S00102016,8c3,Renting Hard-Pressed Workers,S01008220,IZ10 - 03,4a,Challenged white communities,S02001543,IZ10,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174897 +174897,S00102017,8c3,Renting Hard-Pressed Workers,S01008220,IZ10 - 03,4a,Challenged white communities,S02001543,IZ10,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174898 +174898,S00102018,8c3,Renting Hard-Pressed Workers,S01008220,IZ10 - 03,4a,Challenged white communities,S02001543,IZ10,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174899 +174899,S00102030,8c3,Renting Hard-Pressed Workers,S01008227,IZ11 - 02,4a,Challenged white communities,S02001544,IZ11,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174900 +174900,S00102034,8c3,Renting Hard-Pressed Workers,S01008227,IZ11 - 02,4a,Challenged white communities,S02001544,IZ11,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174901 +174901,S00102043,8c3,Renting Hard-Pressed Workers,S01008226,IZ11 - 01,4a,Challenged white communities,S02001544,IZ11,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174902 +174902,S00102047,8c3,Renting Hard-Pressed Workers,S01008225,IZ10 - 08,5d,Endeavouring social renters,S02001543,IZ10,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174903 +174903,S00102079,8c3,Renting Hard-Pressed Workers,S01008200,IZ07 - 04,4a,Challenged white communities,S02001540,IZ07,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174904 +174904,S00102082,8c3,Renting Hard-Pressed Workers,S01008198,IZ07 - 02,4a,Challenged white communities,S02001540,IZ07,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174905 +174905,S00102097,8c3,Renting Hard-Pressed Workers,S01008204,IZ08 - 01,5c,Comfortable neighbourhoods,S02001541,IZ08,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174906 +174906,S00102115,8c3,Renting Hard-Pressed Workers,S01008207,IZ08 - 04,4a,Challenged white communities,S02001541,IZ08,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174907 +174907,S00102127,8c3,Renting Hard-Pressed Workers,S01008206,IZ08 - 03,4a,Challenged white communities,S02001541,IZ08,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174908 +174908,S00102128,8c3,Renting Hard-Pressed Workers,S01008204,IZ08 - 01,5c,Comfortable neighbourhoods,S02001541,IZ08,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174909 +174909,S00102150,8c3,Renting Hard-Pressed Workers,S01008254,IZ15 - 04,5e,Primary sector workers,S02001548,IZ15,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174910 +174910,S00102198,8c3,Renting Hard-Pressed Workers,S01008210,IZ09 - 01,5c,Comfortable neighbourhoods,S02001542,IZ09,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174911 +174911,S00102234,8c3,Renting Hard-Pressed Workers,S01008242,IZ13 - 05,2d,Rural traits,S02001546,IZ13,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174912 +174912,S00102265,8c3,Renting Hard-Pressed Workers,S01008287,IZ21 - 04,5a,Ageing urban communities,S02001554,IZ21,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174913 +174913,S00102294,8c3,Renting Hard-Pressed Workers,S01008284,IZ21 - 01,2d,Rural traits,S02001554,IZ21,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174914 +174914,S00102361,8c3,Renting Hard-Pressed Workers,S01008274,IZ19 - 03,4a,Challenged white communities,S02001552,IZ19,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174915 +174915,S00102385,8c3,Renting Hard-Pressed Workers,S01008191,IZ05 - 04,5c,Comfortable neighbourhoods,S02001538,IZ05,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174916 +174916,S00102407,8c3,Renting Hard-Pressed Workers,S01008233,IZ11 - 08,2d,Rural traits,S02001544,IZ11,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174917 +174917,S00102443,8c3,Renting Hard-Pressed Workers,S01008264,IZ17 - 03,5c,Comfortable neighbourhoods,S02001550,IZ17,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174918 +174918,S00102444,8c3,Renting Hard-Pressed Workers,S01008264,IZ17 - 03,5c,Comfortable neighbourhoods,S02001550,IZ17,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174919 +174919,S00102491,8c3,Renting Hard-Pressed Workers,S01008235,IZ12 - 02,5d,Endeavouring social renters,S02001545,IZ12,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174920 +174920,S00102492,8c3,Renting Hard-Pressed Workers,S01008235,IZ12 - 02,5d,Endeavouring social renters,S02001545,IZ12,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174921 +174921,S00102628,7c1,Challenged Transitionaries,S01008319,West Arthurlie and North Neilston - 02,5c,Comfortable neighbourhoods,S02001559,West Arthurlie and North Neilston,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,174922 +174922,S00101814,1b2,Rural White-Collar Workers,S01008277,IZ20 - 01,2b,Prospering countryside life,S02001553,IZ20,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174923 +174923,S00102206,5a1,White Professionals,S01008211,IZ09 - 02,5c,Comfortable neighbourhoods,S02001542,IZ09,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174924 +174924,S00102085,8d1,Young Hard-Pressed Families,S01008199,IZ07 - 03,4a,Challenged white communities,S02001540,IZ07,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174925 +174925,S00102631,7c1,Challenged Transitionaries,S01008319,West Arthurlie and North Neilston - 02,5c,Comfortable neighbourhoods,S02001559,West Arthurlie and North Neilston,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,174926 +174926,S00102296,5a1,White Professionals,S01008281,IZ20 - 05,2c,Remoter communities,S02001553,IZ20,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174927 +174927,S00101816,1b2,Rural White-Collar Workers,S01008283,IZ20 - 07,2b,Prospering countryside life,S02001553,IZ20,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174928 +174928,S00103092,6a4,Ageing in Suburbia,S01008345,Whitecraigs and Broom - 03,8a,Affluent communities,S02001563,Whitecraigs and Broom,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,174929 +174929,S00102378,5b3,Self-Sufficient Retirement,S01008188,IZ05 - 01,4d,Hard-pressed flat dwellers,S02001538,IZ05,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174930 +174930,S00103093,6a4,Ageing in Suburbia,S01008365,North Kirkhill - 04,8a,Affluent communities,S02001566,North Kirkhill,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,174931 +174931,S00102086,8d1,Young Hard-Pressed Families,S01008199,IZ07 - 03,4a,Challenged white communities,S02001540,IZ07,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174932 +174932,S00102376,5a1,White Professionals,S01008182,IZ04 - 01,4d,Hard-pressed flat dwellers,S02001537,IZ04,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174933 +174933,S00103094,6a4,Ageing in Suburbia,S01008365,North Kirkhill - 04,8a,Affluent communities,S02001566,North Kirkhill,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,174934 +174934,S00102406,5b3,Self-Sufficient Retirement,S01008232,IZ11 - 07,5c,Comfortable neighbourhoods,S02001544,IZ11,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174935 +174935,S00101818,1b2,Rural White-Collar Workers,S01008283,IZ20 - 07,2b,Prospering countryside life,S02001553,IZ20,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174936 +174936,S00102664,7c1,Challenged Transitionaries,S01008326,Auchenback - 04,4a,Challenged white communities,S02001560,Auchenback,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,174937 +174937,S00102094,8d1,Young Hard-Pressed Families,S01008201,IZ07 - 05,4a,Challenged white communities,S02001540,IZ07,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174938 +174938,S00102391,5a1,White Professionals,S01008245,IZ14 - 01,2b,Prospering countryside life,S02001547,IZ14,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174939 +174939,S00103104,6a4,Ageing in Suburbia,S01008363,North Kirkhill - 02,8c,Comfortable suburbia,S02001566,North Kirkhill,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,174940 +174940,S00102408,5a1,White Professionals,S01008231,IZ11 - 06,8c,Comfortable suburbia,S02001544,IZ11,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174941 +174941,S00101820,1b2,Rural White-Collar Workers,S01008282,IZ20 - 06,2c,Remoter communities,S02001553,IZ20,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174942 +174942,S00102415,5b3,Self-Sufficient Retirement,S01008258,IZ16 - 03,5e,Primary sector workers,S02001549,IZ16,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174943 +174943,S00102118,8d1,Young Hard-Pressed Families,S01008207,IZ08 - 04,4a,Challenged white communities,S02001541,IZ08,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174944 +174944,S00103105,6a4,Ageing in Suburbia,S01008348,Mearnskirk and South Kirkhill - 02,8a,Affluent communities,S02001564,Mearnskirk and South Kirkhill,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,174945 +174945,S00102669,7c1,Challenged Transitionaries,S01008311,"Dunterlie, East Arthurlie and Dovecothall - 03",4a,Challenged white communities,S02001558,"Dunterlie, East Arthurlie and Dovecothall",S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,174946 +174946,S00102460,5a1,White Professionals,S01008170,IZ02 - 01,5c,Comfortable neighbourhoods,S02001535,IZ02,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174947 +174947,S00101823,1b2,Rural White-Collar Workers,S01008282,IZ20 - 06,2c,Remoter communities,S02001553,IZ20,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174948 +174948,S00102416,5b3,Self-Sufficient Retirement,S01008259,IZ16 - 04,5e,Primary sector workers,S02001549,IZ16,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174949 +174949,S00102439,8d1,Young Hard-Pressed Families,S01008237,IZ12 - 04,2d,Rural traits,S02001545,IZ12,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174950 +174950,S00103106,6a4,Ageing in Suburbia,S01008347,Mearnskirk and South Kirkhill - 01,8a,Affluent communities,S02001564,Mearnskirk and South Kirkhill,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,174951 +174951,S00102672,7c1,Challenged Transitionaries,S01008323,Auchenback - 01,4a,Challenged white communities,S02001560,Auchenback,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,174952 +174952,S00102482,5a1,White Professionals,S01008173,IZ02 - 04,5d,Endeavouring social renters,S02001535,IZ02,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174953 +174953,S00102504,5a1,White Professionals,S01008230,IZ11 - 05,5b,Aspiring urban households,S02001544,IZ11,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174954 +174954,S00101750,6b2,White Suburban Communities,S01008218,IZ10 - 01,8c,Comfortable suburbia,S02001543,IZ10,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174955 +174955,S00101751,6b2,White Suburban Communities,S01008218,IZ10 - 01,8c,Comfortable suburbia,S02001543,IZ10,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174956 +174956,S00101869,6b2,White Suburban Communities,S01008181,IZ03 - 05,8c,Comfortable suburbia,S02001536,IZ03,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174957 +174957,S00101939,6b2,White Suburban Communities,S01008173,IZ02 - 04,5d,Endeavouring social renters,S02001535,IZ02,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174958 +174958,S00101970,6b2,White Suburban Communities,S01008245,IZ14 - 01,2b,Prospering countryside life,S02001547,IZ14,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174959 +174959,S00102026,6b2,White Suburban Communities,S01008231,IZ11 - 06,8c,Comfortable suburbia,S02001544,IZ11,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174960 +174960,S00102055,6b2,White Suburban Communities,S01008225,IZ10 - 08,5d,Endeavouring social renters,S02001543,IZ10,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174961 +174961,S00102065,6b2,White Suburban Communities,S01008230,IZ11 - 05,5b,Aspiring urban households,S02001544,IZ11,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174962 +174962,S00102121,6b2,White Suburban Communities,S01008208,IZ08 - 05,5c,Comfortable neighbourhoods,S02001541,IZ08,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174963 +174963,S00102156,6b2,White Suburban Communities,S01008255,IZ15 - 05,5e,Primary sector workers,S02001548,IZ15,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174964 +174964,S00102158,6b2,White Suburban Communities,S01008255,IZ15 - 05,5e,Primary sector workers,S02001548,IZ15,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174965 +174965,S00102177,6b2,White Suburban Communities,S01008252,IZ15 - 02,8b,Ageing suburbanites,S02001548,IZ15,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174966 +174966,S00102197,6b2,White Suburban Communities,S01008210,IZ09 - 01,5c,Comfortable neighbourhoods,S02001542,IZ09,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174967 +174967,S00102200,6b2,White Suburban Communities,S01008210,IZ09 - 01,5c,Comfortable neighbourhoods,S02001542,IZ09,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174968 +174968,S00102214,6b2,White Suburban Communities,S01008214,IZ09 - 05,5c,Comfortable neighbourhoods,S02001542,IZ09,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174969 +174969,S00102219,6b2,White Suburban Communities,S01008216,IZ09 - 07,8c,Comfortable suburbia,S02001542,IZ09,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174970 +174970,S00102225,6b2,White Suburban Communities,S01008240,IZ13 - 03,2b,Prospering countryside life,S02001546,IZ13,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174971 +174971,S00102228,6b2,White Suburban Communities,S01008240,IZ13 - 03,2b,Prospering countryside life,S02001546,IZ13,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174972 +174972,S00102269,6b2,White Suburban Communities,S01008288,IZ21 - 05,5c,Comfortable neighbourhoods,S02001554,IZ21,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174973 +174973,S00102314,6b2,White Suburban Communities,S01008265,IZ17 - 04,8a,Affluent communities,S02001550,IZ17,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174974 +174974,S00102353,6b2,White Suburban Communities,S01008274,IZ19 - 03,4a,Challenged white communities,S02001552,IZ19,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174975 +174975,S00102373,6b2,White Suburban Communities,S01008209,IZ08 - 06,3a,Achieving neighbourhoods,S02001541,IZ08,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174976 +174976,S00102399,6b2,White Suburban Communities,S01008231,IZ11 - 06,8c,Comfortable suburbia,S02001544,IZ11,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174977 +174977,S00102402,6b2,White Suburban Communities,S01008233,IZ11 - 08,2d,Rural traits,S02001544,IZ11,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174978 +174978,S00102409,6b2,White Suburban Communities,S01008232,IZ11 - 07,5c,Comfortable neighbourhoods,S02001544,IZ11,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174979 +174979,S00102477,6b2,White Suburban Communities,S01008179,IZ03 - 03,8c,Comfortable suburbia,S02001536,IZ03,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174980 +174980,S00102479,6b2,White Suburban Communities,S01008179,IZ03 - 03,8c,Comfortable suburbia,S02001536,IZ03,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174981 +174981,S00102481,6b2,White Suburban Communities,S01008179,IZ03 - 03,8c,Comfortable suburbia,S02001536,IZ03,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174982 +174982,S00102497,6b2,White Suburban Communities,S01008218,IZ10 - 01,8c,Comfortable suburbia,S02001543,IZ10,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174983 +174983,S00102500,6b2,White Suburban Communities,S01008218,IZ10 - 01,8c,Comfortable suburbia,S02001543,IZ10,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174984 +174984,S00102506,6b2,White Suburban Communities,S01008230,IZ11 - 05,5b,Aspiring urban households,S02001544,IZ11,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174985 +174985,S00102519,6b2,White Suburban Communities,S01008251,IZ15 - 01,8c,Comfortable suburbia,S02001548,IZ15,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174986 +174986,S00102566,6b2,White Suburban Communities,S01008212,IZ09 - 03,8c,Comfortable suburbia,S02001542,IZ09,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174987 +174987,S00102567,6b2,White Suburban Communities,S01008212,IZ09 - 03,8c,Comfortable suburbia,S02001542,IZ09,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174988 +174988,S00102568,6b2,White Suburban Communities,S01008212,IZ09 - 03,8c,Comfortable suburbia,S02001542,IZ09,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174989 +174989,S00102570,6b2,White Suburban Communities,S01008213,IZ09 - 04,8c,Comfortable suburbia,S02001542,IZ09,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174990 +174990,S00102572,6b2,White Suburban Communities,S01008213,IZ09 - 04,8c,Comfortable suburbia,S02001542,IZ09,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174991 +174991,S00102573,6b2,White Suburban Communities,S01008213,IZ09 - 04,8c,Comfortable suburbia,S02001542,IZ09,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174992 +174992,S00102417,5b3,Self-Sufficient Retirement,S01008260,IZ16 - 05,5e,Primary sector workers,S02001549,IZ16,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174993 +174993,S00102679,7c1,Challenged Transitionaries,S01008326,Auchenback - 04,4a,Challenged white communities,S02001560,Auchenback,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,174994 +174994,S00103111,6a4,Ageing in Suburbia,S01008347,Mearnskirk and South Kirkhill - 01,8a,Affluent communities,S02001564,Mearnskirk and South Kirkhill,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,174995 +174995,S00102720,7d1,Ageing Communities and Families,S01008296,West Neilston and Uplawmoor - 02,5c,Comfortable neighbourhoods,S02001556,West Neilston and Uplawmoor,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,174996 +174996,S00102430,5b3,Self-Sufficient Retirement,S01008264,IZ17 - 03,5c,Comfortable neighbourhoods,S02001550,IZ17,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,174997 +174997,S00103112,6a4,Ageing in Suburbia,S01008348,Mearnskirk and South Kirkhill - 02,8a,Affluent communities,S02001564,Mearnskirk and South Kirkhill,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,174998 +174998,S00102680,7c1,Challenged Transitionaries,S01008327,Auchenback - 05,4a,Challenged white communities,S02001560,Auchenback,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,174999 +174999,S00101977,1b2,Rural White-Collar Workers,S01008245,IZ14 - 01,2b,Prospering countryside life,S02001547,IZ14,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,175000 +175000,S00102795,7d1,Ageing Communities and Families,S01008355,Eaglesham and Waterfoot - 01,5c,Comfortable neighbourhoods,S02001565,Eaglesham and Waterfoot,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175001 +175001,S00102687,7c1,Challenged Transitionaries,S01008326,Auchenback - 04,4a,Challenged white communities,S02001560,Auchenback,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175002 +175002,S00103113,6a4,Ageing in Suburbia,S01008348,Mearnskirk and South Kirkhill - 02,8a,Affluent communities,S02001564,Mearnskirk and South Kirkhill,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175003 +175003,S00102878,7d1,Ageing Communities and Families,S01008378,Clarkston and Sheddens - 08,8a,Affluent communities,S02001568,Clarkston and Sheddens,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175004 +175004,S00102168,1b2,Rural White-Collar Workers,S01008258,IZ16 - 03,5e,Primary sector workers,S02001549,IZ16,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,175005 +175005,S00102711,7c1,Challenged Transitionaries,S01008298,West Neilston and Uplawmoor - 04,2d,Rural traits,S02001556,West Neilston and Uplawmoor,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175006 +175006,S00102474,5b3,Self-Sufficient Retirement,S01008176,IZ02 - 07,5c,Comfortable neighbourhoods,S02001535,IZ02,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,175007 +175007,S00103114,6a4,Ageing in Suburbia,S01008347,Mearnskirk and South Kirkhill - 01,8a,Affluent communities,S02001564,Mearnskirk and South Kirkhill,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175008 +175008,S00102992,7d1,Ageing Communities and Families,S01008398,Merrylee and Braidbar - 04,8c,Comfortable suburbia,S02001572,Merrylee and Braidbar,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175009 +175009,S00102315,1b2,Rural White-Collar Workers,S01008265,IZ17 - 04,8a,Affluent communities,S02001550,IZ17,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,175010 +175010,S00102715,7c1,Challenged Transitionaries,S01008299,West Neilston and Uplawmoor - 05,4a,Challenged white communities,S02001556,West Neilston and Uplawmoor,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175011 +175011,S00102475,5b3,Self-Sufficient Retirement,S01008186,IZ04 - 05,1a,Cosmopolitan student neighbourhoods,S02001537,IZ04,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,175012 +175012,S00102498,5b3,Self-Sufficient Retirement,S01008219,IZ10 - 02,5a,Ageing urban communities,S02001543,IZ10,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,175013 +175013,S00102515,5b3,Self-Sufficient Retirement,S01008202,IZ07 - 06,5c,Comfortable neighbourhoods,S02001540,IZ07,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,175014 +175014,S00102531,5b3,Self-Sufficient Retirement,S01008215,IZ09 - 06,5c,Comfortable neighbourhoods,S02001542,IZ09,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,175015 +175015,S00102559,5b3,Self-Sufficient Retirement,S01008275,IZ19 - 04,2b,Prospering countryside life,S02001552,IZ19,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,175016 +175016,S00101860,6b3,Semi-Detached Ageing,S01008178,IZ03 - 02,5c,Comfortable neighbourhoods,S02001536,IZ03,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,175017 +175017,S00101862,6b3,Semi-Detached Ageing,S01008178,IZ03 - 02,5c,Comfortable neighbourhoods,S02001536,IZ03,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,175018 +175018,S00101863,6b3,Semi-Detached Ageing,S01008178,IZ03 - 02,5c,Comfortable neighbourhoods,S02001536,IZ03,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,175019 +175019,S00101864,6b3,Semi-Detached Ageing,S01008181,IZ03 - 05,8c,Comfortable suburbia,S02001536,IZ03,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,175020 +175020,S00101867,6b3,Semi-Detached Ageing,S01008181,IZ03 - 05,8c,Comfortable suburbia,S02001536,IZ03,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,175021 +175021,S00102050,6b3,Semi-Detached Ageing,S01008222,IZ10 - 05,4a,Challenged white communities,S02001543,IZ10,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,175022 +175022,S00102169,6b3,Semi-Detached Ageing,S01008258,IZ16 - 03,5e,Primary sector workers,S02001549,IZ16,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,175023 +175023,S00102216,6b3,Semi-Detached Ageing,S01008216,IZ09 - 07,8c,Comfortable suburbia,S02001542,IZ09,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,175024 +175024,S00102217,6b3,Semi-Detached Ageing,S01008216,IZ09 - 07,8c,Comfortable suburbia,S02001542,IZ09,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,175025 +175025,S00102236,6b3,Semi-Detached Ageing,S01008242,IZ13 - 05,2d,Rural traits,S02001546,IZ13,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,175026 +175026,S00102442,6b3,Semi-Detached Ageing,S01008217,IZ09 - 08,2b,Prospering countryside life,S02001542,IZ09,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,175027 +175027,S00101903,4a2,Social Renting New Arrivals,S01008192,IZ05 - 05,4b,Constrained renters,S02001538,IZ05,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,175028 +175028,S00102434,2a1,Student Communal Living,S01008164,IZ01 - 02,1a,Cosmopolitan student neighbourhoods,S02001534,IZ01,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,175029 +175029,S00101883,7a1,Transitional Eastern European Neighbourhoods,S01008185,IZ04 - 04,4d,Hard-pressed flat dwellers,S02001537,IZ04,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,175030 +175030,S00101907,7a1,Transitional Eastern European Neighbourhoods,S01008186,IZ04 - 05,1a,Cosmopolitan student neighbourhoods,S02001537,IZ04,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,175031 +175031,S00101930,7a1,Transitional Eastern European Neighbourhoods,S01008192,IZ05 - 05,4b,Constrained renters,S02001538,IZ05,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,175032 +175032,S00101952,7a1,Transitional Eastern European Neighbourhoods,S01008195,IZ06 - 02,4d,Hard-pressed flat dwellers,S02001539,IZ06,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,175033 +175033,S00102283,7a1,Transitional Eastern European Neighbourhoods,S01008290,IZ22 - 02,5a,Ageing urban communities,S02001555,IZ22,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,175034 +175034,S00102285,7a1,Transitional Eastern European Neighbourhoods,S01008288,IZ21 - 05,5c,Comfortable neighbourhoods,S02001554,IZ21,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,175035 +175035,S00102418,7a1,Transitional Eastern European Neighbourhoods,S01008260,IZ16 - 05,5e,Primary sector workers,S02001549,IZ16,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,175036 +175036,S00102424,7a1,Transitional Eastern European Neighbourhoods,S01008285,IZ21 - 02,4a,Challenged white communities,S02001554,IZ21,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,175037 +175037,S00102536,7a1,Transitional Eastern European Neighbourhoods,S01008289,IZ22 - 01,4b,Constrained renters,S02001555,IZ22,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,175038 +175038,S00101741,5a1,White Professionals,S01008165,IZ01 - 03,2b,Prospering countryside life,S02001534,IZ01,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,175039 +175039,S00101743,5a1,White Professionals,S01008165,IZ01 - 03,2b,Prospering countryside life,S02001534,IZ01,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,175040 +175040,S00101756,5a1,White Professionals,S01008197,IZ07 - 01,3a,Achieving neighbourhoods,S02001540,IZ07,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,175041 +175041,S00101844,5a1,White Professionals,S01008174,IZ02 - 05,5c,Comfortable neighbourhoods,S02001535,IZ02,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,175042 +175042,S00101847,5a1,White Professionals,S01008175,IZ02 - 06,4d,Hard-pressed flat dwellers,S02001535,IZ02,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,175043 +175043,S00101849,5a1,White Professionals,S01008177,IZ03 - 01,4d,Hard-pressed flat dwellers,S02001536,IZ03,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,175044 +175044,S00101858,5a1,White Professionals,S01008183,IZ04 - 02,3d,Households in terraces and flats,S02001537,IZ04,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,175045 +175045,S00101879,5a1,White Professionals,S01008183,IZ04 - 02,3d,Households in terraces and flats,S02001537,IZ04,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,175046 +175046,S00101896,5a1,White Professionals,S01008176,IZ02 - 07,5c,Comfortable neighbourhoods,S02001535,IZ02,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,175047 +175047,S00102054,5a1,White Professionals,S01008224,IZ10 - 07,5b,Aspiring urban households,S02001543,IZ10,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,175048 +175048,S00102057,5a1,White Professionals,S01008224,IZ10 - 07,5b,Aspiring urban households,S02001543,IZ10,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,175049 +175049,S00102067,5a1,White Professionals,S01008238,IZ13 - 01,5d,Endeavouring social renters,S02001546,IZ13,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,175050 +175050,S00103108,7d1,Ageing Communities and Families,S01008347,Mearnskirk and South Kirkhill - 01,8a,Affluent communities,S02001564,Mearnskirk and South Kirkhill,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175051 +175051,S00103130,7d1,Ageing Communities and Families,S01008336,"Mearns Village, Westacres and Greenfarm - 02",5c,Comfortable neighbourhoods,S02001562,"Mearns Village, Westacres and Greenfarm",S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175052 +175052,S00103226,7d1,Ageing Communities and Families,S01008367,Busby - 02,4a,Challenged white communities,S02001567,Busby,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175053 +175053,S00103258,7d1,Ageing Communities and Families,S01008347,Mearnskirk and South Kirkhill - 01,8a,Affluent communities,S02001564,Mearnskirk and South Kirkhill,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175054 +175054,S00102721,7c1,Challenged Transitionaries,S01008300,West Neilston and Uplawmoor - 06,5c,Comfortable neighbourhoods,S02001556,West Neilston and Uplawmoor,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175055 +175055,S00103274,7d1,Ageing Communities and Families,S01008333,Crookfur and Fruin - 06,8a,Affluent communities,S02001561,Crookfur and Fruin,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175056 +175056,S00102723,7c1,Challenged Transitionaries,S01008297,West Neilston and Uplawmoor - 03,5c,Comfortable neighbourhoods,S02001556,West Neilston and Uplawmoor,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175057 +175057,S00102596,6a4,Ageing in Suburbia,S01008305,Cross Stobbs - 03,8b,Ageing suburbanites,S02001557,Cross Stobbs,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175058 +175058,S00102729,7c1,Challenged Transitionaries,S01008319,West Arthurlie and North Neilston - 02,5c,Comfortable neighbourhoods,S02001559,West Arthurlie and North Neilston,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175059 +175059,S00102740,6a4,Ageing in Suburbia,S01008318,West Arthurlie and North Neilston - 01,8a,Affluent communities,S02001559,West Arthurlie and North Neilston,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175060 +175060,S00102763,7c1,Challenged Transitionaries,S01008303,Cross Stobbs - 01,5c,Comfortable neighbourhoods,S02001557,Cross Stobbs,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175061 +175061,S00103116,6a4,Ageing in Suburbia,S01008350,Mearnskirk and South Kirkhill - 04,8a,Affluent communities,S02001564,Mearnskirk and South Kirkhill,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175062 +175062,S00102367,1b2,Rural White-Collar Workers,S01008249,IZ14 - 05,2c,Remoter communities,S02001547,IZ14,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,175063 +175063,S00102741,6a4,Ageing in Suburbia,S01008304,Cross Stobbs - 02,5c,Comfortable neighbourhoods,S02001557,Cross Stobbs,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175064 +175064,S00103132,6a4,Ageing in Suburbia,S01008343,Whitecraigs and Broom - 01,8a,Affluent communities,S02001563,Whitecraigs and Broom,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175065 +175065,S00102770,7c1,Challenged Transitionaries,S01008314,"Dunterlie, East Arthurlie and Dovecothall - 06",4d,Hard-pressed flat dwellers,S02001558,"Dunterlie, East Arthurlie and Dovecothall",S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175066 +175066,S00102374,1b2,Rural White-Collar Workers,S01008244,IZ13 - 07,2b,Prospering countryside life,S02001546,IZ13,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,175067 +175067,S00102744,6a4,Ageing in Suburbia,S01008304,Cross Stobbs - 02,5c,Comfortable neighbourhoods,S02001557,Cross Stobbs,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175068 +175068,S00102750,6a4,Ageing in Suburbia,S01008296,West Neilston and Uplawmoor - 02,5c,Comfortable neighbourhoods,S02001556,West Neilston and Uplawmoor,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175069 +175069,S00102762,6a4,Ageing in Suburbia,S01008303,Cross Stobbs - 01,5c,Comfortable neighbourhoods,S02001557,Cross Stobbs,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175070 +175070,S00102778,6a4,Ageing in Suburbia,S01008302,West Neilston and Uplawmoor - 08,2b,Prospering countryside life,S02001556,West Neilston and Uplawmoor,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175071 +175071,S00102803,6a4,Ageing in Suburbia,S01008357,Eaglesham and Waterfoot - 03,8c,Comfortable suburbia,S02001565,Eaglesham and Waterfoot,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175072 +175072,S00102822,6a4,Ageing in Suburbia,S01008389,Netherlee - 01,5a,Ageing urban communities,S02001571,Netherlee,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175073 +175073,S00102825,6a4,Ageing in Suburbia,S01008389,Netherlee - 01,5a,Ageing urban communities,S02001571,Netherlee,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175074 +175074,S00102828,6a4,Ageing in Suburbia,S01008390,Netherlee - 02,8b,Ageing suburbanites,S02001571,Netherlee,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175075 +175075,S00102866,6a4,Ageing in Suburbia,S01008374,Clarkston and Sheddens - 04,8a,Affluent communities,S02001568,Clarkston and Sheddens,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175076 +175076,S00102894,6a4,Ageing in Suburbia,S01008379,Williamwood - 01,8b,Ageing suburbanites,S02001569,Williamwood,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175077 +175077,S00102904,6a4,Ageing in Suburbia,S01008378,Clarkston and Sheddens - 08,8a,Affluent communities,S02001568,Clarkston and Sheddens,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175078 +175078,S00102926,6a4,Ageing in Suburbia,S01008385,Stamperland - 02,8a,Affluent communities,S02001570,Stamperland,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175079 +175079,S00102957,6a4,Ageing in Suburbia,S01008404,Lower Whitecraigs and South Giffnock - 03,8a,Affluent communities,S02001573,Lower Whitecraigs and South Giffnock,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175080 +175080,S00102966,6a4,Ageing in Suburbia,S01008410,North Giffnock and North Thornliebank - 05,3b,Asian traits,S02001574,North Giffnock and North Thornliebank,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175081 +175081,S00102978,6a4,Ageing in Suburbia,S01008401,Merrylee and Braidbar - 07,8a,Affluent communities,S02001572,Merrylee and Braidbar,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175082 +175082,S00102983,6a4,Ageing in Suburbia,S01008396,Merrylee and Braidbar - 02,8a,Affluent communities,S02001572,Merrylee and Braidbar,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175083 +175083,S00102990,6a4,Ageing in Suburbia,S01008399,Merrylee and Braidbar - 05,8a,Affluent communities,S02001572,Merrylee and Braidbar,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175084 +175084,S00102994,6a4,Ageing in Suburbia,S01008397,Merrylee and Braidbar - 03,8c,Comfortable suburbia,S02001572,Merrylee and Braidbar,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175085 +175085,S00102996,6a4,Ageing in Suburbia,S01008397,Merrylee and Braidbar - 03,8c,Comfortable suburbia,S02001572,Merrylee and Braidbar,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175086 +175086,S00103002,6a4,Ageing in Suburbia,S01008402,Lower Whitecraigs and South Giffnock - 01,8a,Affluent communities,S02001573,Lower Whitecraigs and South Giffnock,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175087 +175087,S00103003,6a4,Ageing in Suburbia,S01008402,Lower Whitecraigs and South Giffnock - 01,8a,Affluent communities,S02001573,Lower Whitecraigs and South Giffnock,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175088 +175088,S00103004,6a4,Ageing in Suburbia,S01008402,Lower Whitecraigs and South Giffnock - 01,8a,Affluent communities,S02001573,Lower Whitecraigs and South Giffnock,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175089 +175089,S00103005,6a4,Ageing in Suburbia,S01008402,Lower Whitecraigs and South Giffnock - 01,8a,Affluent communities,S02001573,Lower Whitecraigs and South Giffnock,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175090 +175090,S00103006,6a4,Ageing in Suburbia,S01008413,South Thornliebank and Woodfarm - 03,5c,Comfortable neighbourhoods,S02001575,South Thornliebank and Woodfarm,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175091 +175091,S00103008,6a4,Ageing in Suburbia,S01008405,Lower Whitecraigs and South Giffnock - 04,8a,Affluent communities,S02001573,Lower Whitecraigs and South Giffnock,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175092 +175092,S00103060,6a4,Ageing in Suburbia,S01008344,Whitecraigs and Broom - 02,8a,Affluent communities,S02001563,Whitecraigs and Broom,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175093 +175093,S00103062,6a4,Ageing in Suburbia,S01008350,Mearnskirk and South Kirkhill - 04,8a,Affluent communities,S02001564,Mearnskirk and South Kirkhill,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175094 +175094,S00103063,6a4,Ageing in Suburbia,S01008350,Mearnskirk and South Kirkhill - 04,8a,Affluent communities,S02001564,Mearnskirk and South Kirkhill,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175095 +175095,S00103076,6a4,Ageing in Suburbia,S01008351,Mearnskirk and South Kirkhill - 05,8a,Affluent communities,S02001564,Mearnskirk and South Kirkhill,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175096 +175096,S00103079,6a4,Ageing in Suburbia,S01008351,Mearnskirk and South Kirkhill - 05,8a,Affluent communities,S02001564,Mearnskirk and South Kirkhill,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175097 +175097,S00102913,7c1,Challenged Transitionaries,S01008367,Busby - 02,4a,Challenged white communities,S02001567,Busby,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175098 +175098,S00102405,1b2,Rural White-Collar Workers,S01008233,IZ11 - 08,2d,Rural traits,S02001544,IZ11,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,175099 +175099,S00102915,7c1,Challenged Transitionaries,S01008367,Busby - 02,4a,Challenged white communities,S02001567,Busby,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175100 +175100,S00102916,7c1,Challenged Transitionaries,S01008366,Busby - 01,5a,Ageing urban communities,S02001567,Busby,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175101 +175101,S00103133,6a4,Ageing in Suburbia,S01008342,"Mearns Village, Westacres and Greenfarm - 08",5c,Comfortable neighbourhoods,S02001562,"Mearns Village, Westacres and Greenfarm",S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175102 +175102,S00102414,1b2,Rural White-Collar Workers,S01008246,IZ14 - 02,2a,Ageing rural neighbourhoods,S02001547,IZ14,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,175103 +175103,S00102917,7c1,Challenged Transitionaries,S01008367,Busby - 02,4a,Challenged white communities,S02001567,Busby,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175104 +175104,S00102422,1b2,Rural White-Collar Workers,S01008287,IZ21 - 04,5a,Ageing urban communities,S02001554,IZ21,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,175105 +175105,S00102918,7c1,Challenged Transitionaries,S01008367,Busby - 02,4a,Challenged white communities,S02001567,Busby,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175106 +175106,S00103139,6a4,Ageing in Suburbia,S01008333,Crookfur and Fruin - 06,8a,Affluent communities,S02001561,Crookfur and Fruin,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175107 +175107,S00102450,1b2,Rural White-Collar Workers,S01008281,IZ20 - 05,2c,Remoter communities,S02001553,IZ20,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,175108 +175108,S00103037,7c1,Challenged Transitionaries,S01008412,South Thornliebank and Woodfarm - 02,5c,Comfortable neighbourhoods,S02001575,South Thornliebank and Woodfarm,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175109 +175109,S00103143,6a4,Ageing in Suburbia,S01008333,Crookfur and Fruin - 06,8a,Affluent communities,S02001561,Crookfur and Fruin,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175110 +175110,S00102452,1b2,Rural White-Collar Workers,S01008281,IZ20 - 05,2c,Remoter communities,S02001553,IZ20,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,175111 +175111,S00103038,7c1,Challenged Transitionaries,S01008413,South Thornliebank and Woodfarm - 03,5c,Comfortable neighbourhoods,S02001575,South Thornliebank and Woodfarm,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175112 +175112,S00103178,6a4,Ageing in Suburbia,S01008334,Crookfur and Fruin - 07,8a,Affluent communities,S02001561,Crookfur and Fruin,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175113 +175113,S00102455,1b2,Rural White-Collar Workers,S01008284,IZ21 - 01,2d,Rural traits,S02001554,IZ21,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,175114 +175114,S00103047,7c1,Challenged Transitionaries,S01008416,South Thornliebank and Woodfarm - 06,4d,Hard-pressed flat dwellers,S02001575,South Thornliebank and Woodfarm,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175115 +175115,S00103181,6a4,Ageing in Suburbia,S01008333,Crookfur and Fruin - 06,8a,Affluent communities,S02001561,Crookfur and Fruin,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175116 +175116,S00102369,1a1,Rural Workers and Families,S01008282,IZ20 - 06,2c,Remoter communities,S02001553,IZ20,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,175117 +175117,S00101808,5b3,Self-Sufficient Retirement,S01008250,IZ14 - 06,2b,Prospering countryside life,S02001547,IZ14,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,175118 +175118,S00103051,7c1,Challenged Transitionaries,S01008416,South Thornliebank and Woodfarm - 06,4d,Hard-pressed flat dwellers,S02001575,South Thornliebank and Woodfarm,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175119 +175119,S00103190,6a4,Ageing in Suburbia,S01008402,Lower Whitecraigs and South Giffnock - 01,8a,Affluent communities,S02001573,Lower Whitecraigs and South Giffnock,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175120 +175120,S00103199,6a4,Ageing in Suburbia,S01008399,Merrylee and Braidbar - 05,8a,Affluent communities,S02001572,Merrylee and Braidbar,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175121 +175121,S00103203,6a4,Ageing in Suburbia,S01008350,Mearnskirk and South Kirkhill - 04,8a,Affluent communities,S02001564,Mearnskirk and South Kirkhill,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175122 +175122,S00103218,6a4,Ageing in Suburbia,S01008362,North Kirkhill - 01,8c,Comfortable suburbia,S02001566,North Kirkhill,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175123 +175123,S00103222,6a4,Ageing in Suburbia,S01008360,Eaglesham and Waterfoot - 06,8c,Comfortable suburbia,S02001565,Eaglesham and Waterfoot,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175124 +175124,S00103233,6a4,Ageing in Suburbia,S01008366,Busby - 01,5a,Ageing urban communities,S02001567,Busby,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175125 +175125,S00103234,6a4,Ageing in Suburbia,S01008366,Busby - 01,5a,Ageing urban communities,S02001567,Busby,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175126 +175126,S00103236,6a4,Ageing in Suburbia,S01008405,Lower Whitecraigs and South Giffnock - 04,8a,Affluent communities,S02001573,Lower Whitecraigs and South Giffnock,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175127 +175127,S00103242,6a4,Ageing in Suburbia,S01008396,Merrylee and Braidbar - 02,8a,Affluent communities,S02001572,Merrylee and Braidbar,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175128 +175128,S00103252,6a4,Ageing in Suburbia,S01008362,North Kirkhill - 01,8c,Comfortable suburbia,S02001566,North Kirkhill,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175129 +175129,S00103257,6a4,Ageing in Suburbia,S01008347,Mearnskirk and South Kirkhill - 01,8a,Affluent communities,S02001564,Mearnskirk and South Kirkhill,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175130 +175130,S00103281,6a4,Ageing in Suburbia,S01008349,Mearnskirk and South Kirkhill - 03,8a,Affluent communities,S02001564,Mearnskirk and South Kirkhill,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175131 +175131,S00103285,6a4,Ageing in Suburbia,S01008353,Mearnskirk and South Kirkhill - 07,8a,Affluent communities,S02001564,Mearnskirk and South Kirkhill,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175132 +175132,S00101870,5b3,Self-Sufficient Retirement,S01008181,IZ03 - 05,8c,Comfortable suburbia,S02001536,IZ03,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,175133 +175133,S00103287,6a4,Ageing in Suburbia,S01008349,Mearnskirk and South Kirkhill - 03,8a,Affluent communities,S02001564,Mearnskirk and South Kirkhill,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175134 +175134,S00103122,7c1,Challenged Transitionaries,S01008337,"Mearns Village, Westacres and Greenfarm - 03",3a,Achieving neighbourhoods,S02001562,"Mearns Village, Westacres and Greenfarm",S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175135 +175135,S00101880,5b3,Self-Sufficient Retirement,S01008184,IZ04 - 03,4d,Hard-pressed flat dwellers,S02001537,IZ04,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,175136 +175136,S00103254,7c1,Challenged Transitionaries,S01008364,North Kirkhill - 03,8a,Affluent communities,S02001566,North Kirkhill,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175137 +175137,S00103298,6a4,Ageing in Suburbia,S01008368,Busby - 03,5c,Comfortable neighbourhoods,S02001567,Busby,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175138 +175138,S00101882,5b3,Self-Sufficient Retirement,S01008184,IZ04 - 03,4d,Hard-pressed flat dwellers,S02001537,IZ04,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,175139 +175139,S00102718,6a2,Comfortable Suburbia,S01008297,West Neilston and Uplawmoor - 03,5c,Comfortable neighbourhoods,S02001556,West Neilston and Uplawmoor,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175140 +175140,S00103301,6a4,Ageing in Suburbia,S01008369,Busby - 04,5c,Comfortable neighbourhoods,S02001567,Busby,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175141 +175141,S00101893,5b3,Self-Sufficient Retirement,S01008187,IZ04 - 06,4d,Hard-pressed flat dwellers,S02001537,IZ04,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,175142 +175142,S00102751,6a2,Comfortable Suburbia,S01008297,West Neilston and Uplawmoor - 03,5c,Comfortable neighbourhoods,S02001556,West Neilston and Uplawmoor,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175143 +175143,S00102647,8c1,Ageing Industrious Workers,S01008309,"Dunterlie, East Arthurlie and Dovecothall - 01",4d,Hard-pressed flat dwellers,S02001558,"Dunterlie, East Arthurlie and Dovecothall",S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175144 +175144,S00102675,8c1,Ageing Industrious Workers,S01008320,West Arthurlie and North Neilston - 03,5c,Comfortable neighbourhoods,S02001559,West Arthurlie and North Neilston,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175145 +175145,S00102737,8c1,Ageing Industrious Workers,S01008296,West Neilston and Uplawmoor - 02,5c,Comfortable neighbourhoods,S02001556,West Neilston and Uplawmoor,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175146 +175146,S00103040,8c1,Ageing Industrious Workers,S01008412,South Thornliebank and Woodfarm - 02,5c,Comfortable neighbourhoods,S02001575,South Thornliebank and Woodfarm,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175147 +175147,S00103055,8c1,Ageing Industrious Workers,S01008409,North Giffnock and North Thornliebank - 04,5a,Ageing urban communities,S02001574,North Giffnock and North Thornliebank,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175148 +175148,S00102787,1b3,Ageing Rural Flat Tenants,S01008317,"Dunterlie, East Arthurlie and Dovecothall - 09",4a,Challenged white communities,S02001558,"Dunterlie, East Arthurlie and Dovecothall",S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175149 +175149,S00102576,1a3,Agricultural Communities,S01008318,West Arthurlie and North Neilston - 01,8a,Affluent communities,S02001559,West Arthurlie and North Neilston,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175150 +175150,S00102577,1a3,Agricultural Communities,S01008302,West Neilston and Uplawmoor - 08,2b,Prospering countryside life,S02001556,West Neilston and Uplawmoor,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175151 +175151,S00102788,1a3,Agricultural Communities,S01008359,Eaglesham and Waterfoot - 05,2b,Prospering countryside life,S02001565,Eaglesham and Waterfoot,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175152 +175152,S00103185,1a3,Agricultural Communities,S01008361,Eaglesham and Waterfoot - 07,2b,Prospering countryside life,S02001565,Eaglesham and Waterfoot,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175153 +175153,S00103195,1a3,Agricultural Communities,S01008354,Mearnskirk and South Kirkhill - 08,2b,Prospering countryside life,S02001564,Mearnskirk and South Kirkhill,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175154 +175154,S00102586,7c1,Challenged Transitionaries,S01008322,West Arthurlie and North Neilston - 05,4a,Challenged white communities,S02001559,West Arthurlie and North Neilston,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175155 +175155,S00102592,7c1,Challenged Transitionaries,S01008303,Cross Stobbs - 01,5c,Comfortable neighbourhoods,S02001557,Cross Stobbs,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175156 +175156,S00102607,7c1,Challenged Transitionaries,S01008315,"Dunterlie, East Arthurlie and Dovecothall - 07",4d,Hard-pressed flat dwellers,S02001558,"Dunterlie, East Arthurlie and Dovecothall",S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175157 +175157,S00101916,5b3,Self-Sufficient Retirement,S01008189,IZ05 - 02,5c,Comfortable neighbourhoods,S02001538,IZ05,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,175158 +175158,S00101918,5b3,Self-Sufficient Retirement,S01008189,IZ05 - 02,5c,Comfortable neighbourhoods,S02001538,IZ05,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,175159 +175159,S00101928,5b3,Self-Sufficient Retirement,S01008193,IZ05 - 06,5a,Ageing urban communities,S02001538,IZ05,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,175160 +175160,S00101938,5b3,Self-Sufficient Retirement,S01008194,IZ06 - 01,5a,Ageing urban communities,S02001539,IZ06,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,175161 +175161,S00101983,5b3,Self-Sufficient Retirement,S01008236,IZ12 - 03,5c,Comfortable neighbourhoods,S02001545,IZ12,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,175162 +175162,S00102010,5b3,Self-Sufficient Retirement,S01008219,IZ10 - 02,5a,Ageing urban communities,S02001543,IZ10,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,175163 +175163,S00102011,5b3,Self-Sufficient Retirement,S01008219,IZ10 - 02,5a,Ageing urban communities,S02001543,IZ10,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,175164 +175164,S00102012,5b3,Self-Sufficient Retirement,S01008221,IZ10 - 04,4d,Hard-pressed flat dwellers,S02001543,IZ10,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,175165 +175165,S00102137,5b3,Self-Sufficient Retirement,S01008257,IZ16 - 02,5a,Ageing urban communities,S02001549,IZ16,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,175166 +175166,S00102138,5b3,Self-Sufficient Retirement,S01008253,IZ15 - 03,5e,Primary sector workers,S02001548,IZ15,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,175167 +175167,S00102144,5b3,Self-Sufficient Retirement,S01008254,IZ15 - 04,5e,Primary sector workers,S02001548,IZ15,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,175168 +175168,S00102173,5b3,Self-Sufficient Retirement,S01008258,IZ16 - 03,5e,Primary sector workers,S02001549,IZ16,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,175169 +175169,S00102179,5b3,Self-Sufficient Retirement,S01008259,IZ16 - 04,5e,Primary sector workers,S02001549,IZ16,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,175170 +175170,S00102832,6a2,Comfortable Suburbia,S01008391,Netherlee - 03,5c,Comfortable neighbourhoods,S02001571,Netherlee,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175171 +175171,S00102243,5b3,Self-Sufficient Retirement,S01008280,IZ20 - 04,2d,Rural traits,S02001553,IZ20,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,175172 +175172,S00102245,5b3,Self-Sufficient Retirement,S01008280,IZ20 - 04,2d,Rural traits,S02001553,IZ20,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,175173 +175173,S00102267,5b3,Self-Sufficient Retirement,S01008288,IZ21 - 05,5c,Comfortable neighbourhoods,S02001554,IZ21,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,175174 +175174,S00102282,5b3,Self-Sufficient Retirement,S01008291,IZ22 - 03,5c,Comfortable neighbourhoods,S02001555,IZ22,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,175175 +175175,S00102289,5b3,Self-Sufficient Retirement,S01008289,IZ22 - 01,4b,Constrained renters,S02001555,IZ22,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,175176 +175176,S00102299,5b3,Self-Sufficient Retirement,S01008244,IZ13 - 07,2b,Prospering countryside life,S02001546,IZ13,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,175177 +175177,S00102309,5b3,Self-Sufficient Retirement,S01008263,IZ17 - 02,2a,Ageing rural neighbourhoods,S02001550,IZ17,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,175178 +175178,S00102311,5b3,Self-Sufficient Retirement,S01008263,IZ17 - 02,2a,Ageing rural neighbourhoods,S02001550,IZ17,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,175179 +175179,S00102319,5b3,Self-Sufficient Retirement,S01008266,IZ17 - 05,8a,Affluent communities,S02001550,IZ17,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,175180 +175180,S00102320,5b3,Self-Sufficient Retirement,S01008266,IZ17 - 05,8a,Affluent communities,S02001550,IZ17,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,175181 +175181,S00102331,5b3,Self-Sufficient Retirement,S01008269,IZ18 - 02,5a,Ageing urban communities,S02001551,IZ18,S12000010,East Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,175182 +175182,S00102837,6a2,Comfortable Suburbia,S01008394,Netherlee - 06,8c,Comfortable suburbia,S02001571,Netherlee,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175183 +175183,S00102838,6a2,Comfortable Suburbia,S01008394,Netherlee - 06,8c,Comfortable suburbia,S02001571,Netherlee,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175184 +175184,S00102839,6a2,Comfortable Suburbia,S01008389,Netherlee - 01,5a,Ageing urban communities,S02001571,Netherlee,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175185 +175185,S00102846,6a2,Comfortable Suburbia,S01008393,Netherlee - 05,8a,Affluent communities,S02001571,Netherlee,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175186 +175186,S00102853,6a2,Comfortable Suburbia,S01008371,Clarkston and Sheddens - 01,8c,Comfortable suburbia,S02001568,Clarkston and Sheddens,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175187 +175187,S00102854,6a2,Comfortable Suburbia,S01008371,Clarkston and Sheddens - 01,8c,Comfortable suburbia,S02001568,Clarkston and Sheddens,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175188 +175188,S00102855,6a2,Comfortable Suburbia,S01008380,Williamwood - 02,8b,Ageing suburbanites,S02001569,Williamwood,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175189 +175189,S00102858,6a2,Comfortable Suburbia,S01008375,Clarkston and Sheddens - 05,8b,Ageing suburbanites,S02001568,Clarkston and Sheddens,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175190 +175190,S00102860,6a2,Comfortable Suburbia,S01008375,Clarkston and Sheddens - 05,8b,Ageing suburbanites,S02001568,Clarkston and Sheddens,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175191 +175191,S00102870,6a2,Comfortable Suburbia,S01008373,Clarkston and Sheddens - 03,8b,Ageing suburbanites,S02001568,Clarkston and Sheddens,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175192 +175192,S00102880,6a2,Comfortable Suburbia,S01008371,Clarkston and Sheddens - 01,8c,Comfortable suburbia,S02001568,Clarkston and Sheddens,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175193 +175193,S00102881,6a2,Comfortable Suburbia,S01008373,Clarkston and Sheddens - 03,8b,Ageing suburbanites,S02001568,Clarkston and Sheddens,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175194 +175194,S00102889,6a2,Comfortable Suburbia,S01008379,Williamwood - 01,8b,Ageing suburbanites,S02001569,Williamwood,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175195 +175195,S00102900,6a2,Comfortable Suburbia,S01008383,Williamwood - 05,8c,Comfortable suburbia,S02001569,Williamwood,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175196 +175196,S00102925,6a2,Comfortable Suburbia,S01008385,Stamperland - 02,8a,Affluent communities,S02001570,Stamperland,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175197 +175197,S00102928,6a2,Comfortable Suburbia,S01008385,Stamperland - 02,8a,Affluent communities,S02001570,Stamperland,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175198 +175198,S00102954,6a2,Comfortable Suburbia,S01008403,Lower Whitecraigs and South Giffnock - 02,8a,Affluent communities,S02001573,Lower Whitecraigs and South Giffnock,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175199 +175199,S00102955,6a2,Comfortable Suburbia,S01008403,Lower Whitecraigs and South Giffnock - 02,8a,Affluent communities,S02001573,Lower Whitecraigs and South Giffnock,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175200 +175200,S00102637,7a2,Hampered Aspiration,S01008326,Auchenback - 04,4a,Challenged white communities,S02001560,Auchenback,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175201 +175201,S00102653,7a2,Hampered Aspiration,S01008323,Auchenback - 01,4a,Challenged white communities,S02001560,Auchenback,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175202 +175202,S00102760,7a2,Hampered Aspiration,S01008315,"Dunterlie, East Arthurlie and Dovecothall - 07",4d,Hard-pressed flat dwellers,S02001558,"Dunterlie, East Arthurlie and Dovecothall",S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175203 +175203,S00103013,6a3,Detached Retirement Living,S01008407,North Giffnock and North Thornliebank - 02,5c,Comfortable neighbourhoods,S02001574,North Giffnock and North Thornliebank,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175204 +175204,S00103023,6a2,Comfortable Suburbia,S01008414,South Thornliebank and Woodfarm - 04,8c,Comfortable suburbia,S02001575,South Thornliebank and Woodfarm,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175205 +175205,S00102728,6b4,Older Workers and Retirement,S01008298,West Neilston and Uplawmoor - 04,2d,Rural traits,S02001556,West Neilston and Uplawmoor,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175206 +175206,S00103293,7a2,Hampered Aspiration,S01008370,Busby - 05,3a,Achieving neighbourhoods,S02001567,Busby,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175207 +175207,S00102683,8d3,Hard-Pressed European Settlers,S01008325,Auchenback - 03,4a,Challenged white communities,S02001560,Auchenback,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175208 +175208,S00103120,8d3,Hard-Pressed European Settlers,S01008335,"Mearns Village, Westacres and Greenfarm - 01",3d,Households in terraces and flats,S02001562,"Mearns Village, Westacres and Greenfarm",S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175209 +175209,S00102583,8b2,Hard-Pressed Rented Terraces,S01008322,West Arthurlie and North Neilston - 05,4a,Challenged white communities,S02001559,West Arthurlie and North Neilston,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175210 +175210,S00102619,8b2,Hard-Pressed Rented Terraces,S01008313,"Dunterlie, East Arthurlie and Dovecothall - 05",4d,Hard-pressed flat dwellers,S02001558,"Dunterlie, East Arthurlie and Dovecothall",S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175211 +175211,S00102641,8b2,Hard-Pressed Rented Terraces,S01008325,Auchenback - 03,4a,Challenged white communities,S02001560,Auchenback,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175212 +175212,S00102662,8b2,Hard-Pressed Rented Terraces,S01008324,Auchenback - 02,4a,Challenged white communities,S02001560,Auchenback,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175213 +175213,S00102673,8b2,Hard-Pressed Rented Terraces,S01008327,Auchenback - 05,4a,Challenged white communities,S02001560,Auchenback,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175214 +175214,S00102681,8b2,Hard-Pressed Rented Terraces,S01008327,Auchenback - 05,4a,Challenged white communities,S02001560,Auchenback,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175215 +175215,S00102699,8b2,Hard-Pressed Rented Terraces,S01008295,West Neilston and Uplawmoor - 01,5c,Comfortable neighbourhoods,S02001556,West Neilston and Uplawmoor,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175216 +175216,S00102717,8b2,Hard-Pressed Rented Terraces,S01008296,West Neilston and Uplawmoor - 02,5c,Comfortable neighbourhoods,S02001556,West Neilston and Uplawmoor,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175217 +175217,S00102719,8b2,Hard-Pressed Rented Terraces,S01008296,West Neilston and Uplawmoor - 02,5c,Comfortable neighbourhoods,S02001556,West Neilston and Uplawmoor,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175218 +175218,S00102777,8b2,Hard-Pressed Rented Terraces,S01008310,"Dunterlie, East Arthurlie and Dovecothall - 02",5c,Comfortable neighbourhoods,S02001558,"Dunterlie, East Arthurlie and Dovecothall",S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175219 +175219,S00102797,8b2,Hard-Pressed Rented Terraces,S01008358,Eaglesham and Waterfoot - 04,5c,Comfortable neighbourhoods,S02001565,Eaglesham and Waterfoot,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175220 +175220,S00102800,8b2,Hard-Pressed Rented Terraces,S01008358,Eaglesham and Waterfoot - 04,5c,Comfortable neighbourhoods,S02001565,Eaglesham and Waterfoot,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175221 +175221,S00103067,6a1,Indian Tech Achievers,S01008352,Mearnskirk and South Kirkhill - 06,8a,Affluent communities,S02001564,Mearnskirk and South Kirkhill,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175222 +175222,S00102910,8b2,Hard-Pressed Rented Terraces,S01008366,Busby - 01,5a,Ageing urban communities,S02001567,Busby,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175223 +175223,S00102911,8b2,Hard-Pressed Rented Terraces,S01008366,Busby - 01,5a,Ageing urban communities,S02001567,Busby,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175224 +175224,S00102912,8b2,Hard-Pressed Rented Terraces,S01008366,Busby - 01,5a,Ageing urban communities,S02001567,Busby,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175225 +175225,S00102934,8b2,Hard-Pressed Rented Terraces,S01008386,Stamperland - 03,8c,Comfortable suburbia,S02001570,Stamperland,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175226 +175226,S00102943,8b2,Hard-Pressed Rented Terraces,S01008388,Stamperland - 05,8c,Comfortable suburbia,S02001570,Stamperland,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175227 +175227,S00103036,8b2,Hard-Pressed Rented Terraces,S01008413,South Thornliebank and Woodfarm - 03,5c,Comfortable neighbourhoods,S02001575,South Thornliebank and Woodfarm,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175228 +175228,S00103043,8b2,Hard-Pressed Rented Terraces,S01008415,South Thornliebank and Woodfarm - 05,3b,Asian traits,S02001575,South Thornliebank and Woodfarm,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175229 +175229,S00103044,8b2,Hard-Pressed Rented Terraces,S01008411,South Thornliebank and Woodfarm - 01,5c,Comfortable neighbourhoods,S02001575,South Thornliebank and Woodfarm,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175230 +175230,S00103123,8b2,Hard-Pressed Rented Terraces,S01008336,"Mearns Village, Westacres and Greenfarm - 02",5c,Comfortable neighbourhoods,S02001562,"Mearns Village, Westacres and Greenfarm",S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175231 +175231,S00103124,8b2,Hard-Pressed Rented Terraces,S01008336,"Mearns Village, Westacres and Greenfarm - 02",5c,Comfortable neighbourhoods,S02001562,"Mearns Village, Westacres and Greenfarm",S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175232 +175232,S00103231,8b2,Hard-Pressed Rented Terraces,S01008386,Stamperland - 03,8c,Comfortable suburbia,S02001570,Stamperland,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175233 +175233,S00103290,8b2,Hard-Pressed Rented Terraces,S01008369,Busby - 04,5c,Comfortable neighbourhoods,S02001567,Busby,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175234 +175234,S00102786,6a1,Indian Tech Achievers,S01008308,Cross Stobbs - 06,8b,Ageing suburbanites,S02001557,Cross Stobbs,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175235 +175235,S00102864,6a1,Indian Tech Achievers,S01008374,Clarkston and Sheddens - 04,8a,Affluent communities,S02001568,Clarkston and Sheddens,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175236 +175236,S00102865,6a1,Indian Tech Achievers,S01008366,Busby - 01,5a,Ageing urban communities,S02001567,Busby,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175237 +175237,S00102887,6a1,Indian Tech Achievers,S01008380,Williamwood - 02,8b,Ageing suburbanites,S02001569,Williamwood,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175238 +175238,S00103294,5b1,Delayed Retirement,S01008368,Busby - 03,5c,Comfortable neighbourhoods,S02001567,Busby,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175239 +175239,S00102640,7c2,Constrained Young Families,S01008325,Auchenback - 03,4a,Challenged white communities,S02001560,Auchenback,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175240 +175240,S00102899,6a1,Indian Tech Achievers,S01008383,Williamwood - 05,8c,Comfortable suburbia,S02001569,Williamwood,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175241 +175241,S00102929,6a1,Indian Tech Achievers,S01008385,Stamperland - 02,8a,Affluent communities,S02001570,Stamperland,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175242 +175242,S00102951,6a1,Indian Tech Achievers,S01008402,Lower Whitecraigs and South Giffnock - 01,8a,Affluent communities,S02001573,Lower Whitecraigs and South Giffnock,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175243 +175243,S00102969,6a1,Indian Tech Achievers,S01008410,North Giffnock and North Thornliebank - 05,3b,Asian traits,S02001574,North Giffnock and North Thornliebank,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175244 +175244,S00102972,6a1,Indian Tech Achievers,S01008400,Merrylee and Braidbar - 06,8a,Affluent communities,S02001572,Merrylee and Braidbar,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175245 +175245,S00102973,6a1,Indian Tech Achievers,S01008400,Merrylee and Braidbar - 06,8a,Affluent communities,S02001572,Merrylee and Braidbar,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175246 +175246,S00102974,6a1,Indian Tech Achievers,S01008401,Merrylee and Braidbar - 07,8a,Affluent communities,S02001572,Merrylee and Braidbar,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175247 +175247,S00102975,6a1,Indian Tech Achievers,S01008400,Merrylee and Braidbar - 06,8a,Affluent communities,S02001572,Merrylee and Braidbar,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175248 +175248,S00102987,6a1,Indian Tech Achievers,S01008398,Merrylee and Braidbar - 04,8c,Comfortable suburbia,S02001572,Merrylee and Braidbar,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175249 +175249,S00102989,6a1,Indian Tech Achievers,S01008400,Merrylee and Braidbar - 06,8a,Affluent communities,S02001572,Merrylee and Braidbar,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175250 +175250,S00102993,6a1,Indian Tech Achievers,S01008397,Merrylee and Braidbar - 03,8c,Comfortable suburbia,S02001572,Merrylee and Braidbar,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175251 +175251,S00103041,6a1,Indian Tech Achievers,S01008412,South Thornliebank and Woodfarm - 02,5c,Comfortable neighbourhoods,S02001575,South Thornliebank and Woodfarm,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175252 +175252,S00103058,6a1,Indian Tech Achievers,S01008344,Whitecraigs and Broom - 02,8a,Affluent communities,S02001563,Whitecraigs and Broom,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175253 +175253,S00103064,6a1,Indian Tech Achievers,S01008353,Mearnskirk and South Kirkhill - 07,8a,Affluent communities,S02001564,Mearnskirk and South Kirkhill,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175254 +175254,S00103065,6a1,Indian Tech Achievers,S01008353,Mearnskirk and South Kirkhill - 07,8a,Affluent communities,S02001564,Mearnskirk and South Kirkhill,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175255 +175255,S00103066,6a1,Indian Tech Achievers,S01008335,"Mearns Village, Westacres and Greenfarm - 01",3d,Households in terraces and flats,S02001562,"Mearns Village, Westacres and Greenfarm",S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175256 +175256,S00103251,5a2,Multi-Ethnic Professionals with Families,S01008364,North Kirkhill - 03,8a,Affluent communities,S02001566,North Kirkhill,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175257 +175257,S00102793,8b1,Deprived Blue-Collar Terraces,S01008355,Eaglesham and Waterfoot - 01,5c,Comfortable neighbourhoods,S02001565,Eaglesham and Waterfoot,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175258 +175258,S00102813,8b1,Deprived Blue-Collar Terraces,S01008356,Eaglesham and Waterfoot - 02,8c,Comfortable suburbia,S02001565,Eaglesham and Waterfoot,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175259 +175259,S00102856,8b1,Deprived Blue-Collar Terraces,S01008372,Clarkston and Sheddens - 02,8c,Comfortable suburbia,S02001568,Clarkston and Sheddens,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175260 +175260,S00102937,8b1,Deprived Blue-Collar Terraces,S01008386,Stamperland - 03,8c,Comfortable suburbia,S02001570,Stamperland,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175261 +175261,S00102945,8b1,Deprived Blue-Collar Terraces,S01008387,Stamperland - 04,3a,Achieving neighbourhoods,S02001570,Stamperland,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175262 +175262,S00102948,8b1,Deprived Blue-Collar Terraces,S01008384,Stamperland - 01,8c,Comfortable suburbia,S02001570,Stamperland,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175263 +175263,S00103216,8b1,Deprived Blue-Collar Terraces,S01008371,Clarkston and Sheddens - 01,8c,Comfortable suburbia,S02001568,Clarkston and Sheddens,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175264 +175264,S00103229,8b1,Deprived Blue-Collar Terraces,S01008386,Stamperland - 03,8c,Comfortable suburbia,S02001570,Stamperland,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175265 +175265,S00103232,8b1,Deprived Blue-Collar Terraces,S01008386,Stamperland - 03,8c,Comfortable suburbia,S02001570,Stamperland,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175266 +175266,S00102587,7b2,Deprived Neighbourhoods,S01008315,"Dunterlie, East Arthurlie and Dovecothall - 07",4d,Hard-pressed flat dwellers,S02001558,"Dunterlie, East Arthurlie and Dovecothall",S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175267 +175267,S00102588,7b2,Deprived Neighbourhoods,S01008315,"Dunterlie, East Arthurlie and Dovecothall - 07",4d,Hard-pressed flat dwellers,S02001558,"Dunterlie, East Arthurlie and Dovecothall",S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175268 +175268,S00102724,7b2,Deprived Neighbourhoods,S01008296,West Neilston and Uplawmoor - 02,5c,Comfortable neighbourhoods,S02001556,West Neilston and Uplawmoor,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175269 +175269,S00102735,7b2,Deprived Neighbourhoods,S01008299,West Neilston and Uplawmoor - 05,4a,Challenged white communities,S02001556,West Neilston and Uplawmoor,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175270 +175270,S00103052,7b2,Deprived Neighbourhoods,S01008416,South Thornliebank and Woodfarm - 06,4d,Hard-pressed flat dwellers,S02001575,South Thornliebank and Woodfarm,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175271 +175271,S00102599,6a3,Detached Retirement Living,S01008308,Cross Stobbs - 06,8b,Ageing suburbanites,S02001557,Cross Stobbs,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175272 +175272,S00102600,6a3,Detached Retirement Living,S01008307,Cross Stobbs - 05,5a,Ageing urban communities,S02001557,Cross Stobbs,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175273 +175273,S00102601,6a3,Detached Retirement Living,S01008308,Cross Stobbs - 06,8b,Ageing suburbanites,S02001557,Cross Stobbs,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175274 +175274,S00102625,6a3,Detached Retirement Living,S01008318,West Arthurlie and North Neilston - 01,8a,Affluent communities,S02001559,West Arthurlie and North Neilston,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175275 +175275,S00102633,6a3,Detached Retirement Living,S01008320,West Arthurlie and North Neilston - 03,5c,Comfortable neighbourhoods,S02001559,West Arthurlie and North Neilston,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175276 +175276,S00102636,6a3,Detached Retirement Living,S01008321,West Arthurlie and North Neilston - 04,8b,Ageing suburbanites,S02001559,West Arthurlie and North Neilston,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175277 +175277,S00102643,6a3,Detached Retirement Living,S01008320,West Arthurlie and North Neilston - 03,5c,Comfortable neighbourhoods,S02001559,West Arthurlie and North Neilston,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175278 +175278,S00102645,6a3,Detached Retirement Living,S01008320,West Arthurlie and North Neilston - 03,5c,Comfortable neighbourhoods,S02001559,West Arthurlie and North Neilston,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175279 +175279,S00102731,6a3,Detached Retirement Living,S01008311,"Dunterlie, East Arthurlie and Dovecothall - 03",4a,Challenged white communities,S02001558,"Dunterlie, East Arthurlie and Dovecothall",S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175280 +175280,S00102739,6a3,Detached Retirement Living,S01008304,Cross Stobbs - 02,5c,Comfortable neighbourhoods,S02001557,Cross Stobbs,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175281 +175281,S00102781,6a3,Detached Retirement Living,S01008301,West Neilston and Uplawmoor - 07,2b,Prospering countryside life,S02001556,West Neilston and Uplawmoor,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175282 +175282,S00102785,6a3,Detached Retirement Living,S01008308,Cross Stobbs - 06,8b,Ageing suburbanites,S02001557,Cross Stobbs,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175283 +175283,S00102790,6a3,Detached Retirement Living,S01008355,Eaglesham and Waterfoot - 01,5c,Comfortable neighbourhoods,S02001565,Eaglesham and Waterfoot,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175284 +175284,S00102811,6a3,Detached Retirement Living,S01008358,Eaglesham and Waterfoot - 04,5c,Comfortable neighbourhoods,S02001565,Eaglesham and Waterfoot,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175285 +175285,S00102826,6a3,Detached Retirement Living,S01008390,Netherlee - 02,8b,Ageing suburbanites,S02001571,Netherlee,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175286 +175286,S00102829,6a3,Detached Retirement Living,S01008390,Netherlee - 02,8b,Ageing suburbanites,S02001571,Netherlee,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175287 +175287,S00102831,6a3,Detached Retirement Living,S01008390,Netherlee - 02,8b,Ageing suburbanites,S02001571,Netherlee,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175288 +175288,S00102833,6a3,Detached Retirement Living,S01008391,Netherlee - 03,5c,Comfortable neighbourhoods,S02001571,Netherlee,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175289 +175289,S00102660,7c2,Constrained Young Families,S01008324,Auchenback - 02,4a,Challenged white communities,S02001560,Auchenback,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175290 +175290,S00102733,6b4,Older Workers and Retirement,S01008298,West Neilston and Uplawmoor - 04,2d,Rural traits,S02001556,West Neilston and Uplawmoor,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175291 +175291,S00102859,6a3,Detached Retirement Living,S01008375,Clarkston and Sheddens - 05,8b,Ageing suburbanites,S02001568,Clarkston and Sheddens,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175292 +175292,S00102861,6a3,Detached Retirement Living,S01008375,Clarkston and Sheddens - 05,8b,Ageing suburbanites,S02001568,Clarkston and Sheddens,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175293 +175293,S00102862,6a3,Detached Retirement Living,S01008374,Clarkston and Sheddens - 04,8a,Affluent communities,S02001568,Clarkston and Sheddens,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175294 +175294,S00102867,6a3,Detached Retirement Living,S01008374,Clarkston and Sheddens - 04,8a,Affluent communities,S02001568,Clarkston and Sheddens,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175295 +175295,S00102879,6a3,Detached Retirement Living,S01008373,Clarkston and Sheddens - 03,8b,Ageing suburbanites,S02001568,Clarkston and Sheddens,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175296 +175296,S00102883,6a3,Detached Retirement Living,S01008378,Clarkston and Sheddens - 08,8a,Affluent communities,S02001568,Clarkston and Sheddens,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175297 +175297,S00102884,6a3,Detached Retirement Living,S01008381,Williamwood - 03,8b,Ageing suburbanites,S02001569,Williamwood,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175298 +175298,S00102893,6a3,Detached Retirement Living,S01008382,Williamwood - 04,8c,Comfortable suburbia,S02001569,Williamwood,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175299 +175299,S00102895,6a3,Detached Retirement Living,S01008379,Williamwood - 01,8b,Ageing suburbanites,S02001569,Williamwood,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175300 +175300,S00102950,6a3,Detached Retirement Living,S01008402,Lower Whitecraigs and South Giffnock - 01,8a,Affluent communities,S02001573,Lower Whitecraigs and South Giffnock,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175301 +175301,S00102952,6a3,Detached Retirement Living,S01008403,Lower Whitecraigs and South Giffnock - 02,8a,Affluent communities,S02001573,Lower Whitecraigs and South Giffnock,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175302 +175302,S00102953,6a3,Detached Retirement Living,S01008403,Lower Whitecraigs and South Giffnock - 02,8a,Affluent communities,S02001573,Lower Whitecraigs and South Giffnock,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175303 +175303,S00102958,6a3,Detached Retirement Living,S01008404,Lower Whitecraigs and South Giffnock - 03,8a,Affluent communities,S02001573,Lower Whitecraigs and South Giffnock,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175304 +175304,S00102962,6a3,Detached Retirement Living,S01008404,Lower Whitecraigs and South Giffnock - 03,8a,Affluent communities,S02001573,Lower Whitecraigs and South Giffnock,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175305 +175305,S00102997,6a3,Detached Retirement Living,S01008397,Merrylee and Braidbar - 03,8c,Comfortable suburbia,S02001572,Merrylee and Braidbar,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175306 +175306,S00102998,6a3,Detached Retirement Living,S01008397,Merrylee and Braidbar - 03,8c,Comfortable suburbia,S02001572,Merrylee and Braidbar,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175307 +175307,S00103059,6a3,Detached Retirement Living,S01008344,Whitecraigs and Broom - 02,8a,Affluent communities,S02001563,Whitecraigs and Broom,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175308 +175308,S00103056,6a2,Comfortable Suburbia,S01008345,Whitecraigs and Broom - 03,8a,Affluent communities,S02001563,Whitecraigs and Broom,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175309 +175309,S00103000,6a3,Detached Retirement Living,S01008397,Merrylee and Braidbar - 03,8c,Comfortable suburbia,S02001572,Merrylee and Braidbar,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175310 +175310,S00103276,5a2,Multi-Ethnic Professionals with Families,S01008331,Crookfur and Fruin - 04,3a,Achieving neighbourhoods,S02001561,Crookfur and Fruin,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175311 +175311,S00103085,6a1,Indian Tech Achievers,S01008346,Whitecraigs and Broom - 04,8a,Affluent communities,S02001563,Whitecraigs and Broom,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175312 +175312,S00103090,6a1,Indian Tech Achievers,S01008345,Whitecraigs and Broom - 03,8a,Affluent communities,S02001563,Whitecraigs and Broom,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175313 +175313,S00103098,6a1,Indian Tech Achievers,S01008364,North Kirkhill - 03,8a,Affluent communities,S02001566,North Kirkhill,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175314 +175314,S00103107,6a1,Indian Tech Achievers,S01008347,Mearnskirk and South Kirkhill - 01,8a,Affluent communities,S02001564,Mearnskirk and South Kirkhill,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175315 +175315,S00103135,6a1,Indian Tech Achievers,S01008342,"Mearns Village, Westacres and Greenfarm - 08",5c,Comfortable neighbourhoods,S02001562,"Mearns Village, Westacres and Greenfarm",S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175316 +175316,S00103136,6a1,Indian Tech Achievers,S01008342,"Mearns Village, Westacres and Greenfarm - 08",5c,Comfortable neighbourhoods,S02001562,"Mearns Village, Westacres and Greenfarm",S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175317 +175317,S00103148,6a1,Indian Tech Achievers,S01008340,"Mearns Village, Westacres and Greenfarm - 06",8c,Comfortable suburbia,S02001562,"Mearns Village, Westacres and Greenfarm",S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175318 +175318,S00103156,6a1,Indian Tech Achievers,S01008329,Crookfur and Fruin - 02,8c,Comfortable suburbia,S02001561,Crookfur and Fruin,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175319 +175319,S00103160,6a1,Indian Tech Achievers,S01008329,Crookfur and Fruin - 02,8c,Comfortable suburbia,S02001561,Crookfur and Fruin,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175320 +175320,S00103164,6a1,Indian Tech Achievers,S01008329,Crookfur and Fruin - 02,8c,Comfortable suburbia,S02001561,Crookfur and Fruin,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175321 +175321,S00103165,6a1,Indian Tech Achievers,S01008329,Crookfur and Fruin - 02,8c,Comfortable suburbia,S02001561,Crookfur and Fruin,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175322 +175322,S00103167,6a1,Indian Tech Achievers,S01008329,Crookfur and Fruin - 02,8c,Comfortable suburbia,S02001561,Crookfur and Fruin,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175323 +175323,S00103168,6a1,Indian Tech Achievers,S01008330,Crookfur and Fruin - 03,8c,Comfortable suburbia,S02001561,Crookfur and Fruin,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175324 +175324,S00103169,6a1,Indian Tech Achievers,S01008330,Crookfur and Fruin - 03,8c,Comfortable suburbia,S02001561,Crookfur and Fruin,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175325 +175325,S00103170,6a1,Indian Tech Achievers,S01008330,Crookfur and Fruin - 03,8c,Comfortable suburbia,S02001561,Crookfur and Fruin,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175326 +175326,S00103171,6a1,Indian Tech Achievers,S01008330,Crookfur and Fruin - 03,8c,Comfortable suburbia,S02001561,Crookfur and Fruin,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175327 +175327,S00103173,6a1,Indian Tech Achievers,S01008332,Crookfur and Fruin - 05,8a,Affluent communities,S02001561,Crookfur and Fruin,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175328 +175328,S00103177,6a1,Indian Tech Achievers,S01008334,Crookfur and Fruin - 07,8a,Affluent communities,S02001561,Crookfur and Fruin,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175329 +175329,S00103197,6a1,Indian Tech Achievers,S01008354,Mearnskirk and South Kirkhill - 08,2b,Prospering countryside life,S02001564,Mearnskirk and South Kirkhill,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175330 +175330,S00103241,6a1,Indian Tech Achievers,S01008395,Merrylee and Braidbar - 01,8c,Comfortable suburbia,S02001572,Merrylee and Braidbar,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175331 +175331,S00103250,6a1,Indian Tech Achievers,S01008362,North Kirkhill - 01,8c,Comfortable suburbia,S02001566,North Kirkhill,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175332 +175332,S00103259,6a1,Indian Tech Achievers,S01008348,Mearnskirk and South Kirkhill - 02,8a,Affluent communities,S02001564,Mearnskirk and South Kirkhill,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175333 +175333,S00103261,6a1,Indian Tech Achievers,S01008338,"Mearns Village, Westacres and Greenfarm - 04",8a,Affluent communities,S02001562,"Mearns Village, Westacres and Greenfarm",S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175334 +175334,S00103265,6a1,Indian Tech Achievers,S01008328,Crookfur and Fruin - 01,8c,Comfortable suburbia,S02001561,Crookfur and Fruin,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175335 +175335,S00103268,6a1,Indian Tech Achievers,S01008338,"Mearns Village, Westacres and Greenfarm - 04",8a,Affluent communities,S02001562,"Mearns Village, Westacres and Greenfarm",S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175336 +175336,S00103273,6a1,Indian Tech Achievers,S01008335,"Mearns Village, Westacres and Greenfarm - 01",3d,Households in terraces and flats,S02001562,"Mearns Village, Westacres and Greenfarm",S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175337 +175337,S00103279,6a1,Indian Tech Achievers,S01008349,Mearnskirk and South Kirkhill - 03,8a,Affluent communities,S02001564,Mearnskirk and South Kirkhill,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175338 +175338,S00103280,6a1,Indian Tech Achievers,S01008352,Mearnskirk and South Kirkhill - 06,8a,Affluent communities,S02001564,Mearnskirk and South Kirkhill,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175339 +175339,S00103283,6a1,Indian Tech Achievers,S01008349,Mearnskirk and South Kirkhill - 03,8a,Affluent communities,S02001564,Mearnskirk and South Kirkhill,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175340 +175340,S00103289,6a1,Indian Tech Achievers,S01008370,Busby - 05,3a,Achieving neighbourhoods,S02001567,Busby,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175341 +175341,S00102671,8a2,Industrious Hardship,S01008327,Auchenback - 05,4a,Challenged white communities,S02001560,Auchenback,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175342 +175342,S00102639,6b1,Multi-Ethnic Suburbia,S01008318,West Arthurlie and North Neilston - 01,8a,Affluent communities,S02001559,West Arthurlie and North Neilston,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175343 +175343,S00102665,7c2,Constrained Young Families,S01008323,Auchenback - 01,4a,Challenged white communities,S02001560,Auchenback,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175344 +175344,S00102748,6b4,Older Workers and Retirement,S01008306,Cross Stobbs - 04,8b,Ageing suburbanites,S02001557,Cross Stobbs,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175345 +175345,S00103070,6a3,Detached Retirement Living,S01008343,Whitecraigs and Broom - 01,8a,Affluent communities,S02001563,Whitecraigs and Broom,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175346 +175346,S00102678,8a2,Industrious Hardship,S01008325,Auchenback - 03,4a,Challenged white communities,S02001560,Auchenback,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175347 +175347,S00102794,8a2,Industrious Hardship,S01008355,Eaglesham and Waterfoot - 01,5c,Comfortable neighbourhoods,S02001565,Eaglesham and Waterfoot,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175348 +175348,S00102914,8a2,Industrious Hardship,S01008368,Busby - 03,5c,Comfortable neighbourhoods,S02001567,Busby,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175349 +175349,S00103057,6a2,Comfortable Suburbia,S01008344,Whitecraigs and Broom - 02,8a,Affluent communities,S02001563,Whitecraigs and Broom,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175350 +175350,S00102638,8a1,Industrious Transitions,S01008325,Auchenback - 03,4a,Challenged white communities,S02001560,Auchenback,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175351 +175351,S00102657,8a1,Industrious Transitions,S01008324,Auchenback - 02,4a,Challenged white communities,S02001560,Auchenback,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175352 +175352,S00102716,8a1,Industrious Transitions,S01008299,West Neilston and Uplawmoor - 05,4a,Challenged white communities,S02001556,West Neilston and Uplawmoor,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175353 +175353,S00102924,8a1,Industrious Transitions,S01008376,Clarkston and Sheddens - 06,8c,Comfortable suburbia,S02001568,Clarkston and Sheddens,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175354 +175354,S00103126,7a3,Multi-Ethnic Hardship,S01008342,"Mearns Village, Westacres and Greenfarm - 08",5c,Comfortable neighbourhoods,S02001562,"Mearns Village, Westacres and Greenfarm",S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175355 +175355,S00103127,7a3,Multi-Ethnic Hardship,S01008337,"Mearns Village, Westacres and Greenfarm - 03",3a,Achieving neighbourhoods,S02001562,"Mearns Village, Westacres and Greenfarm",S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175356 +175356,S00102621,5a2,Multi-Ethnic Professionals with Families,S01008317,"Dunterlie, East Arthurlie and Dovecothall - 09",4a,Challenged white communities,S02001558,"Dunterlie, East Arthurlie and Dovecothall",S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175357 +175357,S00102642,5a2,Multi-Ethnic Professionals with Families,S01008325,Auchenback - 03,4a,Challenged white communities,S02001560,Auchenback,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175358 +175358,S00102840,5a2,Multi-Ethnic Professionals with Families,S01008394,Netherlee - 06,8c,Comfortable suburbia,S02001571,Netherlee,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175359 +175359,S00102920,5a2,Multi-Ethnic Professionals with Families,S01008367,Busby - 02,4a,Challenged white communities,S02001567,Busby,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175360 +175360,S00103024,5a2,Multi-Ethnic Professionals with Families,S01008414,South Thornliebank and Woodfarm - 04,8c,Comfortable suburbia,S02001575,South Thornliebank and Woodfarm,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175361 +175361,S00103150,5a2,Multi-Ethnic Professionals with Families,S01008331,Crookfur and Fruin - 04,3a,Achieving neighbourhoods,S02001561,Crookfur and Fruin,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175362 +175362,S00103151,5a2,Multi-Ethnic Professionals with Families,S01008339,"Mearns Village, Westacres and Greenfarm - 05",8c,Comfortable suburbia,S02001562,"Mearns Village, Westacres and Greenfarm",S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175363 +175363,S00103154,5a2,Multi-Ethnic Professionals with Families,S01008331,Crookfur and Fruin - 04,3a,Achieving neighbourhoods,S02001561,Crookfur and Fruin,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175364 +175364,S00103212,5a2,Multi-Ethnic Professionals with Families,S01008392,Netherlee - 04,8c,Comfortable suburbia,S02001571,Netherlee,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175365 +175365,S00102869,6b1,Multi-Ethnic Suburbia,S01008375,Clarkston and Sheddens - 05,8b,Ageing suburbanites,S02001568,Clarkston and Sheddens,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175366 +175366,S00103071,6a3,Detached Retirement Living,S01008343,Whitecraigs and Broom - 01,8a,Affluent communities,S02001563,Whitecraigs and Broom,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175367 +175367,S00102670,7c2,Constrained Young Families,S01008323,Auchenback - 01,4a,Challenged white communities,S02001560,Auchenback,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175368 +175368,S00102756,6b4,Older Workers and Retirement,S01008317,"Dunterlie, East Arthurlie and Dovecothall - 09",4a,Challenged white communities,S02001558,"Dunterlie, East Arthurlie and Dovecothall",S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175369 +175369,S00102682,7c2,Constrained Young Families,S01008326,Auchenback - 04,4a,Challenged white communities,S02001560,Auchenback,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175370 +175370,S00102875,6b1,Multi-Ethnic Suburbia,S01008377,Clarkston and Sheddens - 07,8c,Comfortable suburbia,S02001568,Clarkston and Sheddens,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175371 +175371,S00102766,6b4,Older Workers and Retirement,S01008306,Cross Stobbs - 04,8b,Ageing suburbanites,S02001557,Cross Stobbs,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175372 +175372,S00102684,7c2,Constrained Young Families,S01008326,Auchenback - 04,4a,Challenged white communities,S02001560,Auchenback,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175373 +175373,S00103073,6a3,Detached Retirement Living,S01008343,Whitecraigs and Broom - 01,8a,Affluent communities,S02001563,Whitecraigs and Broom,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175374 +175374,S00102876,6b1,Multi-Ethnic Suburbia,S01008373,Clarkston and Sheddens - 03,8b,Ageing suburbanites,S02001568,Clarkston and Sheddens,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175375 +175375,S00102775,6b4,Older Workers and Retirement,S01008321,West Arthurlie and North Neilston - 04,8b,Ageing suburbanites,S02001559,West Arthurlie and North Neilston,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175376 +175376,S00102685,7c2,Constrained Young Families,S01008325,Auchenback - 03,4a,Challenged white communities,S02001560,Auchenback,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175377 +175377,S00103068,6a2,Comfortable Suburbia,S01008352,Mearnskirk and South Kirkhill - 06,8a,Affluent communities,S02001564,Mearnskirk and South Kirkhill,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175378 +175378,S00103080,6a3,Detached Retirement Living,S01008346,Whitecraigs and Broom - 04,8a,Affluent communities,S02001563,Whitecraigs and Broom,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175379 +175379,S00102888,6b1,Multi-Ethnic Suburbia,S01008381,Williamwood - 03,8b,Ageing suburbanites,S02001569,Williamwood,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175380 +175380,S00102783,6b4,Older Workers and Retirement,S01008310,"Dunterlie, East Arthurlie and Dovecothall - 02",5c,Comfortable neighbourhoods,S02001558,"Dunterlie, East Arthurlie and Dovecothall",S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175381 +175381,S00102688,7c2,Constrained Young Families,S01008326,Auchenback - 04,4a,Challenged white communities,S02001560,Auchenback,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175382 +175382,S00103069,6a2,Comfortable Suburbia,S01008352,Mearnskirk and South Kirkhill - 06,8a,Affluent communities,S02001564,Mearnskirk and South Kirkhill,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175383 +175383,S00103096,6a3,Detached Retirement Living,S01008365,North Kirkhill - 04,8a,Affluent communities,S02001566,North Kirkhill,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175384 +175384,S00103097,6a3,Detached Retirement Living,S01008365,North Kirkhill - 04,8a,Affluent communities,S02001566,North Kirkhill,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175385 +175385,S00103176,6a3,Detached Retirement Living,S01008334,Crookfur and Fruin - 07,8a,Affluent communities,S02001561,Crookfur and Fruin,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175386 +175386,S00103180,6a3,Detached Retirement Living,S01008334,Crookfur and Fruin - 07,8a,Affluent communities,S02001561,Crookfur and Fruin,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175387 +175387,S00103200,6a3,Detached Retirement Living,S01008398,Merrylee and Braidbar - 04,8c,Comfortable suburbia,S02001572,Merrylee and Braidbar,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175388 +175388,S00103204,6a3,Detached Retirement Living,S01008364,North Kirkhill - 03,8a,Affluent communities,S02001566,North Kirkhill,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175389 +175389,S00103223,6a3,Detached Retirement Living,S01008360,Eaglesham and Waterfoot - 06,8c,Comfortable suburbia,S02001565,Eaglesham and Waterfoot,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175390 +175390,S00103235,6a3,Detached Retirement Living,S01008405,Lower Whitecraigs and South Giffnock - 04,8a,Affluent communities,S02001573,Lower Whitecraigs and South Giffnock,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175391 +175391,S00103260,6a3,Detached Retirement Living,S01008348,Mearnskirk and South Kirkhill - 02,8a,Affluent communities,S02001564,Mearnskirk and South Kirkhill,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175392 +175392,S00103284,6a3,Detached Retirement Living,S01008352,Mearnskirk and South Kirkhill - 06,8a,Affluent communities,S02001564,Mearnskirk and South Kirkhill,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175393 +175393,S00103175,1c3,Detached Rural Retirement,S01008334,Crookfur and Fruin - 07,8a,Affluent communities,S02001561,Crookfur and Fruin,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175394 +175394,S00102604,7b1,Eastern European Communities,S01008314,"Dunterlie, East Arthurlie and Dovecothall - 06",4d,Hard-pressed flat dwellers,S02001558,"Dunterlie, East Arthurlie and Dovecothall",S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175395 +175395,S00102629,7b1,Eastern European Communities,S01008309,"Dunterlie, East Arthurlie and Dovecothall - 01",4d,Hard-pressed flat dwellers,S02001558,"Dunterlie, East Arthurlie and Dovecothall",S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175396 +175396,S00102761,7b1,Eastern European Communities,S01008315,"Dunterlie, East Arthurlie and Dovecothall - 07",4d,Hard-pressed flat dwellers,S02001558,"Dunterlie, East Arthurlie and Dovecothall",S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175397 +175397,S00102771,7b1,Eastern European Communities,S01008314,"Dunterlie, East Arthurlie and Dovecothall - 06",4d,Hard-pressed flat dwellers,S02001558,"Dunterlie, East Arthurlie and Dovecothall",S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175398 +175398,S00103128,7b1,Eastern European Communities,S01008335,"Mearns Village, Westacres and Greenfarm - 01",3d,Households in terraces and flats,S02001562,"Mearns Village, Westacres and Greenfarm",S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175399 +175399,S00102585,7b3,Endeavouring Flat Dwellers,S01008322,West Arthurlie and North Neilston - 05,4a,Challenged white communities,S02001559,West Arthurlie and North Neilston,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175400 +175400,S00102589,7b3,Endeavouring Flat Dwellers,S01008315,"Dunterlie, East Arthurlie and Dovecothall - 07",4d,Hard-pressed flat dwellers,S02001558,"Dunterlie, East Arthurlie and Dovecothall",S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175401 +175401,S00102603,7b3,Endeavouring Flat Dwellers,S01008314,"Dunterlie, East Arthurlie and Dovecothall - 06",4d,Hard-pressed flat dwellers,S02001558,"Dunterlie, East Arthurlie and Dovecothall",S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175402 +175402,S00102605,7b3,Endeavouring Flat Dwellers,S01008314,"Dunterlie, East Arthurlie and Dovecothall - 06",4d,Hard-pressed flat dwellers,S02001558,"Dunterlie, East Arthurlie and Dovecothall",S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175403 +175403,S00102606,7b3,Endeavouring Flat Dwellers,S01008315,"Dunterlie, East Arthurlie and Dovecothall - 07",4d,Hard-pressed flat dwellers,S02001558,"Dunterlie, East Arthurlie and Dovecothall",S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175404 +175404,S00102652,7b3,Endeavouring Flat Dwellers,S01008310,"Dunterlie, East Arthurlie and Dovecothall - 02",5c,Comfortable neighbourhoods,S02001558,"Dunterlie, East Arthurlie and Dovecothall",S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175405 +175405,S00102709,7b3,Endeavouring Flat Dwellers,S01008299,West Neilston and Uplawmoor - 05,4a,Challenged white communities,S02001556,West Neilston and Uplawmoor,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175406 +175406,S00102730,7b3,Endeavouring Flat Dwellers,S01008309,"Dunterlie, East Arthurlie and Dovecothall - 01",4d,Hard-pressed flat dwellers,S02001558,"Dunterlie, East Arthurlie and Dovecothall",S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175407 +175407,S00102752,7b3,Endeavouring Flat Dwellers,S01008310,"Dunterlie, East Arthurlie and Dovecothall - 02",5c,Comfortable neighbourhoods,S02001558,"Dunterlie, East Arthurlie and Dovecothall",S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175408 +175408,S00102757,7b3,Endeavouring Flat Dwellers,S01008322,West Arthurlie and North Neilston - 05,4a,Challenged white communities,S02001559,West Arthurlie and North Neilston,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175409 +175409,S00102758,7b3,Endeavouring Flat Dwellers,S01008322,West Arthurlie and North Neilston - 05,4a,Challenged white communities,S02001559,West Arthurlie and North Neilston,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175410 +175410,S00102773,7b3,Endeavouring Flat Dwellers,S01008315,"Dunterlie, East Arthurlie and Dovecothall - 07",4d,Hard-pressed flat dwellers,S02001558,"Dunterlie, East Arthurlie and Dovecothall",S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175411 +175411,S00103049,7b3,Endeavouring Flat Dwellers,S01008416,South Thornliebank and Woodfarm - 06,4d,Hard-pressed flat dwellers,S02001575,South Thornliebank and Woodfarm,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175412 +175412,S00103050,7b3,Endeavouring Flat Dwellers,S01008409,North Giffnock and North Thornliebank - 04,5a,Ageing urban communities,S02001574,North Giffnock and North Thornliebank,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175413 +175413,S00103202,7b3,Endeavouring Flat Dwellers,S01008415,South Thornliebank and Woodfarm - 05,3b,Asian traits,S02001575,South Thornliebank and Woodfarm,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175414 +175414,S00103247,7b3,Endeavouring Flat Dwellers,S01008415,South Thornliebank and Woodfarm - 05,3b,Asian traits,S02001575,South Thornliebank and Woodfarm,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175415 +175415,S00102690,1a2,Established Farming Communities,S01008302,West Neilston and Uplawmoor - 08,2b,Prospering countryside life,S02001556,West Neilston and Uplawmoor,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175416 +175416,S00102734,1a2,Established Farming Communities,S01008298,West Neilston and Uplawmoor - 04,2d,Rural traits,S02001556,West Neilston and Uplawmoor,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175417 +175417,S00102738,1a2,Established Farming Communities,S01008301,West Neilston and Uplawmoor - 07,2b,Prospering countryside life,S02001556,West Neilston and Uplawmoor,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175418 +175418,S00103189,1a2,Established Farming Communities,S01008354,Mearnskirk and South Kirkhill - 08,2b,Prospering countryside life,S02001564,Mearnskirk and South Kirkhill,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175419 +175419,S00102809,5a3,Families in Terraces and Flats,S01008357,Eaglesham and Waterfoot - 03,8c,Comfortable suburbia,S02001565,Eaglesham and Waterfoot,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175420 +175420,S00102834,5a3,Families in Terraces and Flats,S01008391,Netherlee - 03,5c,Comfortable neighbourhoods,S02001571,Netherlee,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175421 +175421,S00103102,5a3,Families in Terraces and Flats,S01008362,North Kirkhill - 01,8c,Comfortable suburbia,S02001566,North Kirkhill,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175422 +175422,S00103147,5a3,Families in Terraces and Flats,S01008332,Crookfur and Fruin - 05,8a,Affluent communities,S02001561,Crookfur and Fruin,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175423 +175423,S00103238,5a3,Families in Terraces and Flats,S01008410,North Giffnock and North Thornliebank - 05,3b,Asian traits,S02001574,North Giffnock and North Thornliebank,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175424 +175424,S00103277,5a3,Families in Terraces and Flats,S01008331,Crookfur and Fruin - 04,3a,Achieving neighbourhoods,S02001561,Crookfur and Fruin,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175425 +175425,S00103292,5a3,Families in Terraces and Flats,S01008370,Busby - 05,3a,Achieving neighbourhoods,S02001567,Busby,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175426 +175426,S00103300,5a3,Families in Terraces and Flats,S01008370,Busby - 05,3a,Achieving neighbourhoods,S02001567,Busby,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175427 +175427,S00102708,7c2,Constrained Young Families,S01008299,West Neilston and Uplawmoor - 05,4a,Challenged white communities,S02001556,West Neilston and Uplawmoor,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175428 +175428,S00102755,7c2,Constrained Young Families,S01008316,"Dunterlie, East Arthurlie and Dovecothall - 08",4d,Hard-pressed flat dwellers,S02001558,"Dunterlie, East Arthurlie and Dovecothall",S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175429 +175429,S00102772,7c2,Constrained Young Families,S01008314,"Dunterlie, East Arthurlie and Dovecothall - 06",4d,Hard-pressed flat dwellers,S02001558,"Dunterlie, East Arthurlie and Dovecothall",S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175430 +175430,S00102796,7c2,Constrained Young Families,S01008358,Eaglesham and Waterfoot - 04,5c,Comfortable neighbourhoods,S02001565,Eaglesham and Waterfoot,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175431 +175431,S00103053,7c2,Constrained Young Families,S01008416,South Thornliebank and Woodfarm - 06,4d,Hard-pressed flat dwellers,S02001575,South Thornliebank and Woodfarm,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175432 +175432,S00103125,7c2,Constrained Young Families,S01008342,"Mearns Village, Westacres and Greenfarm - 08",5c,Comfortable neighbourhoods,S02001562,"Mearns Village, Westacres and Greenfarm",S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175433 +175433,S00102609,5b1,Delayed Retirement,S01008313,"Dunterlie, East Arthurlie and Dovecothall - 05",4d,Hard-pressed flat dwellers,S02001558,"Dunterlie, East Arthurlie and Dovecothall",S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175434 +175434,S00102613,5b1,Delayed Retirement,S01008317,"Dunterlie, East Arthurlie and Dovecothall - 09",4a,Challenged white communities,S02001558,"Dunterlie, East Arthurlie and Dovecothall",S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175435 +175435,S00102823,5b1,Delayed Retirement,S01008389,Netherlee - 01,5a,Ageing urban communities,S02001571,Netherlee,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175436 +175436,S00102836,5b1,Delayed Retirement,S01008391,Netherlee - 03,5c,Comfortable neighbourhoods,S02001571,Netherlee,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175437 +175437,S00102843,5b1,Delayed Retirement,S01008393,Netherlee - 05,8a,Affluent communities,S02001571,Netherlee,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175438 +175438,S00102844,5b1,Delayed Retirement,S01008393,Netherlee - 05,8a,Affluent communities,S02001571,Netherlee,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175439 +175439,S00102871,5b1,Delayed Retirement,S01008374,Clarkston and Sheddens - 04,8a,Affluent communities,S02001568,Clarkston and Sheddens,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175440 +175440,S00102906,5b1,Delayed Retirement,S01008378,Clarkston and Sheddens - 08,8a,Affluent communities,S02001568,Clarkston and Sheddens,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175441 +175441,S00102908,5b1,Delayed Retirement,S01008378,Clarkston and Sheddens - 08,8a,Affluent communities,S02001568,Clarkston and Sheddens,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175442 +175442,S00102919,5b1,Delayed Retirement,S01008367,Busby - 02,4a,Challenged white communities,S02001567,Busby,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175443 +175443,S00102923,5b1,Delayed Retirement,S01008377,Clarkston and Sheddens - 07,8c,Comfortable suburbia,S02001568,Clarkston and Sheddens,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175444 +175444,S00103072,6a2,Comfortable Suburbia,S01008343,Whitecraigs and Broom - 01,8a,Affluent communities,S02001563,Whitecraigs and Broom,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175445 +175445,S00102784,6b4,Older Workers and Retirement,S01008310,"Dunterlie, East Arthurlie and Dovecothall - 02",5c,Comfortable neighbourhoods,S02001558,"Dunterlie, East Arthurlie and Dovecothall",S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175446 +175446,S00102964,5b1,Delayed Retirement,S01008407,North Giffnock and North Thornliebank - 02,5c,Comfortable neighbourhoods,S02001574,North Giffnock and North Thornliebank,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175447 +175447,S00102967,5b1,Delayed Retirement,S01008410,North Giffnock and North Thornliebank - 05,3b,Asian traits,S02001574,North Giffnock and North Thornliebank,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175448 +175448,S00102892,6b1,Multi-Ethnic Suburbia,S01008381,Williamwood - 03,8b,Ageing suburbanites,S02001569,Williamwood,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175449 +175449,S00102976,5b1,Delayed Retirement,S01008401,Merrylee and Braidbar - 07,8a,Affluent communities,S02001572,Merrylee and Braidbar,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175450 +175450,S00103014,5b1,Delayed Retirement,S01008407,North Giffnock and North Thornliebank - 02,5c,Comfortable neighbourhoods,S02001574,North Giffnock and North Thornliebank,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175451 +175451,S00103015,5b1,Delayed Retirement,S01008407,North Giffnock and North Thornliebank - 02,5c,Comfortable neighbourhoods,S02001574,North Giffnock and North Thornliebank,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175452 +175452,S00103016,5b1,Delayed Retirement,S01008407,North Giffnock and North Thornliebank - 02,5c,Comfortable neighbourhoods,S02001574,North Giffnock and North Thornliebank,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175453 +175453,S00103061,5b1,Delayed Retirement,S01008344,Whitecraigs and Broom - 02,8a,Affluent communities,S02001563,Whitecraigs and Broom,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175454 +175454,S00103101,5b1,Delayed Retirement,S01008362,North Kirkhill - 01,8c,Comfortable suburbia,S02001566,North Kirkhill,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175455 +175455,S00103103,5b1,Delayed Retirement,S01008362,North Kirkhill - 01,8c,Comfortable suburbia,S02001566,North Kirkhill,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175456 +175456,S00103110,5b1,Delayed Retirement,S01008347,Mearnskirk and South Kirkhill - 01,8a,Affluent communities,S02001564,Mearnskirk and South Kirkhill,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175457 +175457,S00103117,5b1,Delayed Retirement,S01008348,Mearnskirk and South Kirkhill - 02,8a,Affluent communities,S02001564,Mearnskirk and South Kirkhill,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175458 +175458,S00103137,5b1,Delayed Retirement,S01008332,Crookfur and Fruin - 05,8a,Affluent communities,S02001561,Crookfur and Fruin,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175459 +175459,S00103141,5b1,Delayed Retirement,S01008344,Whitecraigs and Broom - 02,8a,Affluent communities,S02001563,Whitecraigs and Broom,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175460 +175460,S00103179,5b1,Delayed Retirement,S01008334,Crookfur and Fruin - 07,8a,Affluent communities,S02001561,Crookfur and Fruin,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175461 +175461,S00103183,5b1,Delayed Retirement,S01008333,Crookfur and Fruin - 06,8a,Affluent communities,S02001561,Crookfur and Fruin,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175462 +175462,S00103192,5b1,Delayed Retirement,S01008328,Crookfur and Fruin - 01,8c,Comfortable suburbia,S02001561,Crookfur and Fruin,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175463 +175463,S00103194,5b1,Delayed Retirement,S01008399,Merrylee and Braidbar - 05,8a,Affluent communities,S02001572,Merrylee and Braidbar,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175464 +175464,S00103201,5b1,Delayed Retirement,S01008406,North Giffnock and North Thornliebank - 01,5a,Ageing urban communities,S02001574,North Giffnock and North Thornliebank,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175465 +175465,S00103219,5b1,Delayed Retirement,S01008362,North Kirkhill - 01,8c,Comfortable suburbia,S02001566,North Kirkhill,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175466 +175466,S00103225,5b1,Delayed Retirement,S01008389,Netherlee - 01,5a,Ageing urban communities,S02001571,Netherlee,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175467 +175467,S00103227,5b1,Delayed Retirement,S01008368,Busby - 03,5c,Comfortable neighbourhoods,S02001567,Busby,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175468 +175468,S00103253,5b1,Delayed Retirement,S01008364,North Kirkhill - 03,8a,Affluent communities,S02001566,North Kirkhill,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175469 +175469,S00103271,5b1,Delayed Retirement,S01008337,"Mearns Village, Westacres and Greenfarm - 03",3a,Achieving neighbourhoods,S02001562,"Mearns Village, Westacres and Greenfarm",S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175470 +175470,S00103282,5b1,Delayed Retirement,S01008349,Mearnskirk and South Kirkhill - 03,8a,Affluent communities,S02001564,Mearnskirk and South Kirkhill,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175471 +175471,S00103286,5b1,Delayed Retirement,S01008353,Mearnskirk and South Kirkhill - 07,8a,Affluent communities,S02001564,Mearnskirk and South Kirkhill,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175472 +175472,S00102791,6b4,Older Workers and Retirement,S01008356,Eaglesham and Waterfoot - 02,8c,Comfortable suburbia,S02001565,Eaglesham and Waterfoot,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175473 +175473,S00102799,6b4,Older Workers and Retirement,S01008359,Eaglesham and Waterfoot - 05,2b,Prospering countryside life,S02001565,Eaglesham and Waterfoot,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175474 +175474,S00103074,6a2,Comfortable Suburbia,S01008351,Mearnskirk and South Kirkhill - 05,8a,Affluent communities,S02001564,Mearnskirk and South Kirkhill,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175475 +175475,S00102850,6b4,Older Workers and Retirement,S01008392,Netherlee - 04,8c,Comfortable suburbia,S02001571,Netherlee,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175476 +175476,S00103075,6a2,Comfortable Suburbia,S01008351,Mearnskirk and South Kirkhill - 05,8a,Affluent communities,S02001564,Mearnskirk and South Kirkhill,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175477 +175477,S00102891,6b4,Older Workers and Retirement,S01008379,Williamwood - 01,8b,Ageing suburbanites,S02001569,Williamwood,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175478 +175478,S00103078,6a2,Comfortable Suburbia,S01008351,Mearnskirk and South Kirkhill - 05,8a,Affluent communities,S02001564,Mearnskirk and South Kirkhill,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175479 +175479,S00102949,6b4,Older Workers and Retirement,S01008366,Busby - 01,5a,Ageing urban communities,S02001567,Busby,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175480 +175480,S00103021,6b4,Older Workers and Retirement,S01008408,North Giffnock and North Thornliebank - 03,5b,Aspiring urban households,S02001574,North Giffnock and North Thornliebank,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175481 +175481,S00103083,6a2,Comfortable Suburbia,S01008346,Whitecraigs and Broom - 04,8a,Affluent communities,S02001563,Whitecraigs and Broom,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175482 +175482,S00103029,6b4,Older Workers and Retirement,S01008408,North Giffnock and North Thornliebank - 03,5b,Aspiring urban households,S02001574,North Giffnock and North Thornliebank,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175483 +175483,S00103084,6a2,Comfortable Suburbia,S01008346,Whitecraigs and Broom - 04,8a,Affluent communities,S02001563,Whitecraigs and Broom,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175484 +175484,S00103042,6b4,Older Workers and Retirement,S01008412,South Thornliebank and Woodfarm - 02,5c,Comfortable neighbourhoods,S02001575,South Thornliebank and Woodfarm,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175485 +175485,S00102897,6b1,Multi-Ethnic Suburbia,S01008382,Williamwood - 04,8c,Comfortable suburbia,S02001569,Williamwood,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175486 +175486,S00103086,6a2,Comfortable Suburbia,S01008346,Whitecraigs and Broom - 04,8a,Affluent communities,S02001563,Whitecraigs and Broom,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175487 +175487,S00103048,6b4,Older Workers and Retirement,S01008411,South Thornliebank and Woodfarm - 01,5c,Comfortable neighbourhoods,S02001575,South Thornliebank and Woodfarm,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175488 +175488,S00103087,6a2,Comfortable Suburbia,S01008345,Whitecraigs and Broom - 03,8a,Affluent communities,S02001563,Whitecraigs and Broom,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175489 +175489,S00102903,6b1,Multi-Ethnic Suburbia,S01008382,Williamwood - 04,8c,Comfortable suburbia,S02001569,Williamwood,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175490 +175490,S00103228,6b4,Older Workers and Retirement,S01008376,Clarkston and Sheddens - 06,8c,Comfortable suburbia,S02001568,Clarkston and Sheddens,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175491 +175491,S00103088,6a2,Comfortable Suburbia,S01008345,Whitecraigs and Broom - 03,8a,Affluent communities,S02001563,Whitecraigs and Broom,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175492 +175492,S00102927,6b1,Multi-Ethnic Suburbia,S01008385,Stamperland - 02,8a,Affluent communities,S02001570,Stamperland,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175493 +175493,S00102591,7c3,Outer City Hardship,S01008303,Cross Stobbs - 01,5c,Comfortable neighbourhoods,S02001557,Cross Stobbs,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175494 +175494,S00103091,6a2,Comfortable Suburbia,S01008345,Whitecraigs and Broom - 03,8a,Affluent communities,S02001563,Whitecraigs and Broom,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175495 +175495,S00102935,6b1,Multi-Ethnic Suburbia,S01008387,Stamperland - 04,3a,Achieving neighbourhoods,S02001570,Stamperland,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175496 +175496,S00102602,7c3,Outer City Hardship,S01008313,"Dunterlie, East Arthurlie and Dovecothall - 05",4d,Hard-pressed flat dwellers,S02001558,"Dunterlie, East Arthurlie and Dovecothall",S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175497 +175497,S00102614,7c3,Outer City Hardship,S01008317,"Dunterlie, East Arthurlie and Dovecothall - 09",4a,Challenged white communities,S02001558,"Dunterlie, East Arthurlie and Dovecothall",S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175498 +175498,S00102622,7c3,Outer City Hardship,S01008316,"Dunterlie, East Arthurlie and Dovecothall - 08",4d,Hard-pressed flat dwellers,S02001558,"Dunterlie, East Arthurlie and Dovecothall",S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175499 +175499,S00102624,7c3,Outer City Hardship,S01008319,West Arthurlie and North Neilston - 02,5c,Comfortable neighbourhoods,S02001559,West Arthurlie and North Neilston,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175500 +175500,S00102632,7c3,Outer City Hardship,S01008319,West Arthurlie and North Neilston - 02,5c,Comfortable neighbourhoods,S02001559,West Arthurlie and North Neilston,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175501 +175501,S00102646,7c3,Outer City Hardship,S01008309,"Dunterlie, East Arthurlie and Dovecothall - 01",4d,Hard-pressed flat dwellers,S02001558,"Dunterlie, East Arthurlie and Dovecothall",S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175502 +175502,S00102651,7c3,Outer City Hardship,S01008312,"Dunterlie, East Arthurlie and Dovecothall - 04",5c,Comfortable neighbourhoods,S02001558,"Dunterlie, East Arthurlie and Dovecothall",S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175503 +175503,S00102656,7c3,Outer City Hardship,S01008312,"Dunterlie, East Arthurlie and Dovecothall - 04",5c,Comfortable neighbourhoods,S02001558,"Dunterlie, East Arthurlie and Dovecothall",S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175504 +175504,S00102663,7c3,Outer City Hardship,S01008326,Auchenback - 04,4a,Challenged white communities,S02001560,Auchenback,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175505 +175505,S00102701,7c3,Outer City Hardship,S01008300,West Neilston and Uplawmoor - 06,5c,Comfortable neighbourhoods,S02001556,West Neilston and Uplawmoor,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175506 +175506,S00102702,7c3,Outer City Hardship,S01008300,West Neilston and Uplawmoor - 06,5c,Comfortable neighbourhoods,S02001556,West Neilston and Uplawmoor,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175507 +175507,S00102704,7c3,Outer City Hardship,S01008300,West Neilston and Uplawmoor - 06,5c,Comfortable neighbourhoods,S02001556,West Neilston and Uplawmoor,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175508 +175508,S00102706,7c3,Outer City Hardship,S01008299,West Neilston and Uplawmoor - 05,4a,Challenged white communities,S02001556,West Neilston and Uplawmoor,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175509 +175509,S00102707,7c3,Outer City Hardship,S01008299,West Neilston and Uplawmoor - 05,4a,Challenged white communities,S02001556,West Neilston and Uplawmoor,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175510 +175510,S00102732,7c3,Outer City Hardship,S01008311,"Dunterlie, East Arthurlie and Dovecothall - 03",4a,Challenged white communities,S02001558,"Dunterlie, East Arthurlie and Dovecothall",S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175511 +175511,S00102746,7c3,Outer City Hardship,S01008303,Cross Stobbs - 01,5c,Comfortable neighbourhoods,S02001557,Cross Stobbs,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175512 +175512,S00102754,7c3,Outer City Hardship,S01008309,"Dunterlie, East Arthurlie and Dovecothall - 01",4d,Hard-pressed flat dwellers,S02001558,"Dunterlie, East Arthurlie and Dovecothall",S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175513 +175513,S00102759,7c3,Outer City Hardship,S01008315,"Dunterlie, East Arthurlie and Dovecothall - 07",4d,Hard-pressed flat dwellers,S02001558,"Dunterlie, East Arthurlie and Dovecothall",S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175514 +175514,S00103007,7c3,Outer City Hardship,S01008413,South Thornliebank and Woodfarm - 03,5c,Comfortable neighbourhoods,S02001575,South Thornliebank and Woodfarm,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175515 +175515,S00103045,7c3,Outer City Hardship,S01008416,South Thornliebank and Woodfarm - 06,4d,Hard-pressed flat dwellers,S02001575,South Thornliebank and Woodfarm,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175516 +175516,S00103207,7c3,Outer City Hardship,S01008336,"Mearns Village, Westacres and Greenfarm - 02",5c,Comfortable neighbourhoods,S02001562,"Mearns Village, Westacres and Greenfarm",S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175517 +175517,S00103272,7c3,Outer City Hardship,S01008335,"Mearns Village, Westacres and Greenfarm - 01",3d,Households in terraces and flats,S02001562,"Mearns Village, Westacres and Greenfarm",S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175518 +175518,S00102618,4a1,Private Renting Young Families,S01008316,"Dunterlie, East Arthurlie and Dovecothall - 08",4d,Hard-pressed flat dwellers,S02001558,"Dunterlie, East Arthurlie and Dovecothall",S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175519 +175519,S00103240,2c3,Professional Service Cosmopolitans,S01008393,Netherlee - 05,8a,Affluent communities,S02001571,Netherlee,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175520 +175520,S00102590,8c3,Renting Hard-Pressed Workers,S01008304,Cross Stobbs - 02,5c,Comfortable neighbourhoods,S02001557,Cross Stobbs,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175521 +175521,S00102649,8c3,Renting Hard-Pressed Workers,S01008310,"Dunterlie, East Arthurlie and Dovecothall - 02",5c,Comfortable neighbourhoods,S02001558,"Dunterlie, East Arthurlie and Dovecothall",S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175522 +175522,S00102655,8c3,Renting Hard-Pressed Workers,S01008311,"Dunterlie, East Arthurlie and Dovecothall - 03",4a,Challenged white communities,S02001558,"Dunterlie, East Arthurlie and Dovecothall",S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175523 +175523,S00102658,8c3,Renting Hard-Pressed Workers,S01008323,Auchenback - 01,4a,Challenged white communities,S02001560,Auchenback,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175524 +175524,S00102659,8c3,Renting Hard-Pressed Workers,S01008324,Auchenback - 02,4a,Challenged white communities,S02001560,Auchenback,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175525 +175525,S00102666,8c3,Renting Hard-Pressed Workers,S01008323,Auchenback - 01,4a,Challenged white communities,S02001560,Auchenback,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175526 +175526,S00102667,8c3,Renting Hard-Pressed Workers,S01008327,Auchenback - 05,4a,Challenged white communities,S02001560,Auchenback,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175527 +175527,S00102968,6b1,Multi-Ethnic Suburbia,S01008401,Merrylee and Braidbar - 07,8a,Affluent communities,S02001572,Merrylee and Braidbar,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175528 +175528,S00102971,6b1,Multi-Ethnic Suburbia,S01008399,Merrylee and Braidbar - 05,8a,Affluent communities,S02001572,Merrylee and Braidbar,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175529 +175529,S00103095,6a2,Comfortable Suburbia,S01008365,North Kirkhill - 04,8a,Affluent communities,S02001566,North Kirkhill,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175530 +175530,S00102977,6b1,Multi-Ethnic Suburbia,S01008401,Merrylee and Braidbar - 07,8a,Affluent communities,S02001572,Merrylee and Braidbar,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175531 +175531,S00103115,6a2,Comfortable Suburbia,S01008350,Mearnskirk and South Kirkhill - 04,8a,Affluent communities,S02001564,Mearnskirk and South Kirkhill,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175532 +175532,S00102979,6b1,Multi-Ethnic Suburbia,S01008401,Merrylee and Braidbar - 07,8a,Affluent communities,S02001572,Merrylee and Braidbar,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175533 +175533,S00103118,6a2,Comfortable Suburbia,S01008353,Mearnskirk and South Kirkhill - 07,8a,Affluent communities,S02001564,Mearnskirk and South Kirkhill,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175534 +175534,S00102980,6b1,Multi-Ethnic Suburbia,S01008396,Merrylee and Braidbar - 02,8a,Affluent communities,S02001572,Merrylee and Braidbar,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175535 +175535,S00103131,6a2,Comfortable Suburbia,S01008336,"Mearns Village, Westacres and Greenfarm - 02",5c,Comfortable neighbourhoods,S02001562,"Mearns Village, Westacres and Greenfarm",S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175536 +175536,S00102981,6b1,Multi-Ethnic Suburbia,S01008396,Merrylee and Braidbar - 02,8a,Affluent communities,S02001572,Merrylee and Braidbar,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175537 +175537,S00103140,6a2,Comfortable Suburbia,S01008346,Whitecraigs and Broom - 04,8a,Affluent communities,S02001563,Whitecraigs and Broom,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175538 +175538,S00102985,6b1,Multi-Ethnic Suburbia,S01008396,Merrylee and Braidbar - 02,8a,Affluent communities,S02001572,Merrylee and Braidbar,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175539 +175539,S00103142,6a2,Comfortable Suburbia,S01008333,Crookfur and Fruin - 06,8a,Affluent communities,S02001561,Crookfur and Fruin,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175540 +175540,S00102986,6b1,Multi-Ethnic Suburbia,S01008395,Merrylee and Braidbar - 01,8c,Comfortable suburbia,S02001572,Merrylee and Braidbar,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175541 +175541,S00103144,6a2,Comfortable Suburbia,S01008333,Crookfur and Fruin - 06,8a,Affluent communities,S02001561,Crookfur and Fruin,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175542 +175542,S00102988,6b1,Multi-Ethnic Suburbia,S01008399,Merrylee and Braidbar - 05,8a,Affluent communities,S02001572,Merrylee and Braidbar,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175543 +175543,S00103149,6a2,Comfortable Suburbia,S01008340,"Mearns Village, Westacres and Greenfarm - 06",8c,Comfortable suburbia,S02001562,"Mearns Village, Westacres and Greenfarm",S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175544 +175544,S00103152,6a2,Comfortable Suburbia,S01008339,"Mearns Village, Westacres and Greenfarm - 05",8c,Comfortable suburbia,S02001562,"Mearns Village, Westacres and Greenfarm",S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175545 +175545,S00103157,6a2,Comfortable Suburbia,S01008341,"Mearns Village, Westacres and Greenfarm - 07",8c,Comfortable suburbia,S02001562,"Mearns Village, Westacres and Greenfarm",S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175546 +175546,S00103162,6a2,Comfortable Suburbia,S01008341,"Mearns Village, Westacres and Greenfarm - 07",8c,Comfortable suburbia,S02001562,"Mearns Village, Westacres and Greenfarm",S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175547 +175547,S00103166,6a2,Comfortable Suburbia,S01008329,Crookfur and Fruin - 02,8c,Comfortable suburbia,S02001561,Crookfur and Fruin,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175548 +175548,S00103174,6a2,Comfortable Suburbia,S01008332,Crookfur and Fruin - 05,8a,Affluent communities,S02001561,Crookfur and Fruin,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175549 +175549,S00103193,6a2,Comfortable Suburbia,S01008328,Crookfur and Fruin - 01,8c,Comfortable suburbia,S02001561,Crookfur and Fruin,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175550 +175550,S00103198,6a2,Comfortable Suburbia,S01008398,Merrylee and Braidbar - 04,8c,Comfortable suburbia,S02001572,Merrylee and Braidbar,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175551 +175551,S00103205,6a2,Comfortable Suburbia,S01008363,North Kirkhill - 02,8c,Comfortable suburbia,S02001566,North Kirkhill,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175552 +175552,S00103208,6a2,Comfortable Suburbia,S01008360,Eaglesham and Waterfoot - 06,8c,Comfortable suburbia,S02001565,Eaglesham and Waterfoot,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175553 +175553,S00103255,6a2,Comfortable Suburbia,S01008363,North Kirkhill - 02,8c,Comfortable suburbia,S02001566,North Kirkhill,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175554 +175554,S00103262,6a2,Comfortable Suburbia,S01008337,"Mearns Village, Westacres and Greenfarm - 03",3a,Achieving neighbourhoods,S02001562,"Mearns Village, Westacres and Greenfarm",S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175555 +175555,S00103263,6a2,Comfortable Suburbia,S01008341,"Mearns Village, Westacres and Greenfarm - 07",8c,Comfortable suburbia,S02001562,"Mearns Village, Westacres and Greenfarm",S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175556 +175556,S00103264,6a2,Comfortable Suburbia,S01008328,Crookfur and Fruin - 01,8c,Comfortable suburbia,S02001561,Crookfur and Fruin,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175557 +175557,S00103270,6a2,Comfortable Suburbia,S01008337,"Mearns Village, Westacres and Greenfarm - 03",3a,Achieving neighbourhoods,S02001562,"Mearns Village, Westacres and Greenfarm",S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175558 +175558,S00103278,6a2,Comfortable Suburbia,S01008349,Mearnskirk and South Kirkhill - 03,8a,Affluent communities,S02001564,Mearnskirk and South Kirkhill,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175559 +175559,S00102579,5b2,Communal Retirement,S01008318,West Arthurlie and North Neilston - 01,8a,Affluent communities,S02001559,West Arthurlie and North Neilston,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175560 +175560,S00102767,5b2,Communal Retirement,S01008307,Cross Stobbs - 05,5a,Ageing urban communities,S02001557,Cross Stobbs,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175561 +175561,S00103018,5b2,Communal Retirement,S01008408,North Giffnock and North Thornliebank - 03,5b,Aspiring urban households,S02001574,North Giffnock and North Thornliebank,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175562 +175562,S00103145,5b2,Communal Retirement,S01008332,Crookfur and Fruin - 05,8a,Affluent communities,S02001561,Crookfur and Fruin,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175563 +175563,S00103244,5b2,Communal Retirement,S01008409,North Giffnock and North Thornliebank - 04,5a,Ageing urban communities,S02001574,North Giffnock and North Thornliebank,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175564 +175564,S00102611,7c2,Constrained Young Families,S01008313,"Dunterlie, East Arthurlie and Dovecothall - 05",4d,Hard-pressed flat dwellers,S02001558,"Dunterlie, East Arthurlie and Dovecothall",S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175565 +175565,S00102612,7c2,Constrained Young Families,S01008313,"Dunterlie, East Arthurlie and Dovecothall - 05",4d,Hard-pressed flat dwellers,S02001558,"Dunterlie, East Arthurlie and Dovecothall",S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175566 +175566,S00102615,7c2,Constrained Young Families,S01008317,"Dunterlie, East Arthurlie and Dovecothall - 09",4a,Challenged white communities,S02001558,"Dunterlie, East Arthurlie and Dovecothall",S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175567 +175567,S00102616,7c2,Constrained Young Families,S01008316,"Dunterlie, East Arthurlie and Dovecothall - 08",4d,Hard-pressed flat dwellers,S02001558,"Dunterlie, East Arthurlie and Dovecothall",S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175568 +175568,S00102620,7c2,Constrained Young Families,S01008316,"Dunterlie, East Arthurlie and Dovecothall - 08",4d,Hard-pressed flat dwellers,S02001558,"Dunterlie, East Arthurlie and Dovecothall",S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175569 +175569,S00102623,7c2,Constrained Young Families,S01008317,"Dunterlie, East Arthurlie and Dovecothall - 09",4a,Challenged white communities,S02001558,"Dunterlie, East Arthurlie and Dovecothall",S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175570 +175570,S00102630,7c2,Constrained Young Families,S01008320,West Arthurlie and North Neilston - 03,5c,Comfortable neighbourhoods,S02001559,West Arthurlie and North Neilston,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175571 +175571,S00103022,6b1,Multi-Ethnic Suburbia,S01008408,North Giffnock and North Thornliebank - 03,5b,Aspiring urban households,S02001574,North Giffnock and North Thornliebank,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175572 +175572,S00103025,6b1,Multi-Ethnic Suburbia,S01008414,South Thornliebank and Woodfarm - 04,8c,Comfortable suburbia,S02001575,South Thornliebank and Woodfarm,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175573 +175573,S00103028,6b1,Multi-Ethnic Suburbia,S01008414,South Thornliebank and Woodfarm - 04,8c,Comfortable suburbia,S02001575,South Thornliebank and Woodfarm,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175574 +175574,S00103030,6b1,Multi-Ethnic Suburbia,S01008415,South Thornliebank and Woodfarm - 05,3b,Asian traits,S02001575,South Thornliebank and Woodfarm,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175575 +175575,S00103031,6b1,Multi-Ethnic Suburbia,S01008409,North Giffnock and North Thornliebank - 04,5a,Ageing urban communities,S02001574,North Giffnock and North Thornliebank,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175576 +175576,S00103032,6b1,Multi-Ethnic Suburbia,S01008416,South Thornliebank and Woodfarm - 06,4d,Hard-pressed flat dwellers,S02001575,South Thornliebank and Woodfarm,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175577 +175577,S00103034,6b1,Multi-Ethnic Suburbia,S01008416,South Thornliebank and Woodfarm - 06,4d,Hard-pressed flat dwellers,S02001575,South Thornliebank and Woodfarm,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175578 +175578,S00103035,6b1,Multi-Ethnic Suburbia,S01008415,South Thornliebank and Woodfarm - 05,3b,Asian traits,S02001575,South Thornliebank and Woodfarm,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175579 +175579,S00103119,6b1,Multi-Ethnic Suburbia,S01008328,Crookfur and Fruin - 01,8c,Comfortable suburbia,S02001561,Crookfur and Fruin,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175580 +175580,S00103146,6b1,Multi-Ethnic Suburbia,S01008330,Crookfur and Fruin - 03,8c,Comfortable suburbia,S02001561,Crookfur and Fruin,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175581 +175581,S00103153,6b1,Multi-Ethnic Suburbia,S01008339,"Mearns Village, Westacres and Greenfarm - 05",8c,Comfortable suburbia,S02001562,"Mearns Village, Westacres and Greenfarm",S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175582 +175582,S00103159,6b1,Multi-Ethnic Suburbia,S01008340,"Mearns Village, Westacres and Greenfarm - 06",8c,Comfortable suburbia,S02001562,"Mearns Village, Westacres and Greenfarm",S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175583 +175583,S00103161,6b1,Multi-Ethnic Suburbia,S01008339,"Mearns Village, Westacres and Greenfarm - 05",8c,Comfortable suburbia,S02001562,"Mearns Village, Westacres and Greenfarm",S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175584 +175584,S00103172,6b1,Multi-Ethnic Suburbia,S01008330,Crookfur and Fruin - 03,8c,Comfortable suburbia,S02001561,Crookfur and Fruin,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175585 +175585,S00103182,6b1,Multi-Ethnic Suburbia,S01008334,Crookfur and Fruin - 07,8a,Affluent communities,S02001561,Crookfur and Fruin,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175586 +175586,S00103237,6b1,Multi-Ethnic Suburbia,S01008410,North Giffnock and North Thornliebank - 05,3b,Asian traits,S02001574,North Giffnock and North Thornliebank,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175587 +175587,S00103246,6b1,Multi-Ethnic Suburbia,S01008415,South Thornliebank and Woodfarm - 05,3b,Asian traits,S02001575,South Thornliebank and Woodfarm,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175588 +175588,S00103249,6b1,Multi-Ethnic Suburbia,S01008411,South Thornliebank and Woodfarm - 01,5c,Comfortable neighbourhoods,S02001575,South Thornliebank and Woodfarm,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175589 +175589,S00103266,6b1,Multi-Ethnic Suburbia,S01008338,"Mearns Village, Westacres and Greenfarm - 04",8a,Affluent communities,S02001562,"Mearns Village, Westacres and Greenfarm",S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175590 +175590,S00103267,6b1,Multi-Ethnic Suburbia,S01008338,"Mearns Village, Westacres and Greenfarm - 04",8a,Affluent communities,S02001562,"Mearns Village, Westacres and Greenfarm",S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175591 +175591,S00103297,6b1,Multi-Ethnic Suburbia,S01008368,Busby - 03,5c,Comfortable neighbourhoods,S02001567,Busby,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175592 +175592,S00103187,1a4,Older Farming Communities,S01008365,North Kirkhill - 04,8a,Affluent communities,S02001566,North Kirkhill,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175593 +175593,S00102582,6b4,Older Workers and Retirement,S01008322,West Arthurlie and North Neilston - 05,4a,Challenged white communities,S02001559,West Arthurlie and North Neilston,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175594 +175594,S00102593,6b4,Older Workers and Retirement,S01008306,Cross Stobbs - 04,8b,Ageing suburbanites,S02001557,Cross Stobbs,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175595 +175595,S00102597,6b4,Older Workers and Retirement,S01008305,Cross Stobbs - 03,8b,Ageing suburbanites,S02001557,Cross Stobbs,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175596 +175596,S00102648,6b4,Older Workers and Retirement,S01008312,"Dunterlie, East Arthurlie and Dovecothall - 04",5c,Comfortable neighbourhoods,S02001558,"Dunterlie, East Arthurlie and Dovecothall",S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175597 +175597,S00102696,6b4,Older Workers and Retirement,S01008301,West Neilston and Uplawmoor - 07,2b,Prospering countryside life,S02001556,West Neilston and Uplawmoor,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175598 +175598,S00102698,6b4,Older Workers and Retirement,S01008301,West Neilston and Uplawmoor - 07,2b,Prospering countryside life,S02001556,West Neilston and Uplawmoor,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175599 +175599,S00102726,6b4,Older Workers and Retirement,S01008296,West Neilston and Uplawmoor - 02,5c,Comfortable neighbourhoods,S02001556,West Neilston and Uplawmoor,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175600 +175600,S00135128,6a3,Detached Retirement Living,S01009030,Northwest Lewis - 03,2c,Remoter communities,S02001691,Northwest Lewis,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175601 +175601,S00135139,6a3,Detached Retirement Living,S01009031,Northwest Lewis - 04,2d,Rural traits,S02001691,Northwest Lewis,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175602 +175602,S00135144,6a3,Detached Retirement Living,S01009048,Point - 03,2c,Remoter communities,S02001695,Point,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175603 +175603,S00135145,6a3,Detached Retirement Living,S01009048,Point - 03,2c,Remoter communities,S02001695,Point,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175604 +175604,S00135148,6a3,Detached Retirement Living,S01009047,Point - 02,2c,Remoter communities,S02001695,Point,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175605 +175605,S00102668,8c3,Renting Hard-Pressed Workers,S01008327,Auchenback - 05,4a,Challenged white communities,S02001560,Auchenback,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175606 +175606,S00102817,5b3,Self-Sufficient Retirement,S01008360,Eaglesham and Waterfoot - 06,8c,Comfortable suburbia,S02001565,Eaglesham and Waterfoot,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175607 +175607,S00135136,1b3,Ageing Rural Flat Tenants,S01009029,Northwest Lewis - 02,2d,Rural traits,S02001691,Northwest Lewis,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175608 +175608,S00102851,6b2,White Suburban Communities,S01008372,Clarkston and Sheddens - 02,8c,Comfortable suburbia,S02001568,Clarkston and Sheddens,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175609 +175609,S00102845,5a1,White Professionals,S01008393,Netherlee - 05,8a,Affluent communities,S02001571,Netherlee,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175610 +175610,S00135150,6a3,Detached Retirement Living,S01009034,Broadbay - 01,2c,Remoter communities,S02001692,Broadbay,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175611 +175611,S00135151,6a3,Detached Retirement Living,S01009047,Point - 02,2c,Remoter communities,S02001695,Point,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175612 +175612,S00135091,1a4,Older Farming Communities,S01009024,Harris - 02,2c,Remoter communities,S02001689,Harris,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175613 +175613,S00135162,6a3,Detached Retirement Living,S01009048,Point - 03,2c,Remoter communities,S02001695,Point,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175614 +175614,S00135164,6a3,Detached Retirement Living,S01009047,Point - 02,2c,Remoter communities,S02001695,Point,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175615 +175615,S00135201,6a3,Detached Retirement Living,S01009045,Stornoway East - 04,5e,Primary sector workers,S02001694,Stornoway East,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175616 +175616,S00135221,6a3,Detached Retirement Living,S01009035,Broadbay - 02,2c,Remoter communities,S02001692,Broadbay,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175617 +175617,S00135236,6a3,Detached Retirement Living,S01009049,Point - 04,2d,Rural traits,S02001695,Point,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175618 +175618,S00135237,6a3,Detached Retirement Living,S01009049,Point - 04,2d,Rural traits,S02001695,Point,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175619 +175619,S00135238,6a3,Detached Retirement Living,S01009032,Northwest Lewis - 05,2c,Remoter communities,S02001691,Northwest Lewis,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175620 +175620,S00135239,6a3,Detached Retirement Living,S01009033,Northwest Lewis - 06,2c,Remoter communities,S02001691,Northwest Lewis,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175621 +175621,S00135241,6a3,Detached Retirement Living,S01009033,Northwest Lewis - 06,2c,Remoter communities,S02001691,Northwest Lewis,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175622 +175622,S00135244,6a3,Detached Retirement Living,S01009033,Northwest Lewis - 06,2c,Remoter communities,S02001691,Northwest Lewis,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175623 +175623,S00135259,6a3,Detached Retirement Living,S01009032,Northwest Lewis - 05,2c,Remoter communities,S02001691,Northwest Lewis,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175624 +175624,S00135275,6a3,Detached Retirement Living,S01009029,Northwest Lewis - 02,2d,Rural traits,S02001691,Northwest Lewis,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175625 +175625,S00135280,6a3,Detached Retirement Living,S01009031,Northwest Lewis - 04,2d,Rural traits,S02001691,Northwest Lewis,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175626 +175626,S00135285,6a3,Detached Retirement Living,S01009034,Broadbay - 01,2c,Remoter communities,S02001692,Broadbay,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175627 +175627,S00135286,6a3,Detached Retirement Living,S01009034,Broadbay - 01,2c,Remoter communities,S02001692,Broadbay,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175628 +175628,S00135289,6a3,Detached Retirement Living,S01009037,Broadbay - 04,2d,Rural traits,S02001692,Broadbay,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175629 +175629,S00135067,1a1,Rural Workers and Families,S01009016,Barra and South Uist - 03,2c,Remoter communities,S02001687,Barra and South Uist,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175630 +175630,S00135301,6a3,Detached Retirement Living,S01009033,Northwest Lewis - 06,2c,Remoter communities,S02001691,Northwest Lewis,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175631 +175631,S00135303,6a3,Detached Retirement Living,S01009021,Benbecula and North Uist - 03,2c,Remoter communities,S02001688,Benbecula and North Uist,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175632 +175632,S00135097,1c3,Detached Rural Retirement,S01009023,Harris - 01,2c,Remoter communities,S02001689,Harris,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175633 +175633,S00135255,1c3,Detached Rural Retirement,S01009017,Barra and South Uist - 04,2d,Rural traits,S02001687,Barra and South Uist,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175634 +175634,S00135182,7a2,Hampered Aspiration,S01009041,Stornoway West - 04,5e,Primary sector workers,S02001693,Stornoway West,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175635 +175635,S00135214,8b2,Hard-Pressed Rented Terraces,S01009043,Stornoway East - 02,5e,Primary sector workers,S02001694,Stornoway East,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175636 +175636,S00135219,8b2,Hard-Pressed Rented Terraces,S01009039,Stornoway West - 02,5e,Primary sector workers,S02001693,Stornoway West,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175637 +175637,S00135056,8a2,Industrious Hardship,S01009014,Barra and South Uist - 01,2d,Rural traits,S02001687,Barra and South Uist,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175638 +175638,S00135089,8a2,Industrious Hardship,S01009022,Benbecula and North Uist - 04,2c,Remoter communities,S02001688,Benbecula and North Uist,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175639 +175639,S00135138,8a2,Industrious Hardship,S01009031,Northwest Lewis - 04,2d,Rural traits,S02001691,Northwest Lewis,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175640 +175640,S00135163,8a2,Industrious Hardship,S01009047,Point - 02,2c,Remoter communities,S02001695,Point,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175641 +175641,S00135194,8a2,Industrious Hardship,S01009038,Stornoway West - 01,2d,Rural traits,S02001693,Stornoway West,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175642 +175642,S00135197,8a2,Industrious Hardship,S01009039,Stornoway West - 02,5e,Primary sector workers,S02001693,Stornoway West,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175643 +175643,S00135205,8a2,Industrious Hardship,S01009044,Stornoway East - 03,5a,Ageing urban communities,S02001694,Stornoway East,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175644 +175644,S00135216,8a2,Industrious Hardship,S01009042,Stornoway East - 01,5a,Ageing urban communities,S02001694,Stornoway East,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175645 +175645,S00135217,8a2,Industrious Hardship,S01009042,Stornoway East - 01,5a,Ageing urban communities,S02001694,Stornoway East,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175646 +175646,S00135229,8a2,Industrious Hardship,S01009036,Broadbay - 03,2d,Rural traits,S02001692,Broadbay,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175647 +175647,S00135267,8a2,Industrious Hardship,S01009017,Barra and South Uist - 04,2d,Rural traits,S02001687,Barra and South Uist,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175648 +175648,S00135274,8a2,Industrious Hardship,S01009026,South Lewis - 02,2c,Remoter communities,S02001690,South Lewis,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175649 +175649,S00135290,8a2,Industrious Hardship,S01009037,Broadbay - 04,2d,Rural traits,S02001692,Broadbay,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175650 +175650,S00135291,8a2,Industrious Hardship,S01009038,Stornoway West - 01,2d,Rural traits,S02001693,Stornoway West,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175651 +175651,S00135167,8a1,Industrious Transitions,S01009046,Point - 01,2c,Remoter communities,S02001695,Point,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175652 +175652,S00135233,8a1,Industrious Transitions,S01009036,Broadbay - 03,2d,Rural traits,S02001692,Broadbay,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175653 +175653,S00135235,8a1,Industrious Transitions,S01009049,Point - 04,2d,Rural traits,S02001695,Point,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175654 +175654,S00135287,8a1,Industrious Transitions,S01009020,Benbecula and North Uist - 02,2d,Rural traits,S02001688,Benbecula and North Uist,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175655 +175655,S00135288,8a1,Industrious Transitions,S01009020,Benbecula and North Uist - 02,2d,Rural traits,S02001688,Benbecula and North Uist,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175656 +175656,S00135061,1a4,Older Farming Communities,S01009015,Barra and South Uist - 02,2c,Remoter communities,S02001687,Barra and South Uist,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175657 +175657,S00102848,5b3,Self-Sufficient Retirement,S01008392,Netherlee - 04,8c,Comfortable suburbia,S02001571,Netherlee,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175658 +175658,S00135069,1a1,Rural Workers and Families,S01009018,Barra and South Uist - 05,2c,Remoter communities,S02001687,Barra and South Uist,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175659 +175659,S00102847,5a1,White Professionals,S01008393,Netherlee - 05,8a,Affluent communities,S02001571,Netherlee,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175660 +175660,S00135095,1a4,Older Farming Communities,S01009023,Harris - 01,2c,Remoter communities,S02001689,Harris,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175661 +175661,S00102921,5b3,Self-Sufficient Retirement,S01008376,Clarkston and Sheddens - 06,8c,Comfortable suburbia,S02001568,Clarkston and Sheddens,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175662 +175662,S00135155,1b3,Ageing Rural Flat Tenants,S01009019,Benbecula and North Uist - 01,2c,Remoter communities,S02001688,Benbecula and North Uist,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175663 +175663,S00102852,6b2,White Suburban Communities,S01008371,Clarkston and Sheddens - 01,8c,Comfortable suburbia,S02001568,Clarkston and Sheddens,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175664 +175664,S00102857,6b2,White Suburban Communities,S01008372,Clarkston and Sheddens - 02,8c,Comfortable suburbia,S02001568,Clarkston and Sheddens,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175665 +175665,S00102863,6b2,White Suburban Communities,S01008374,Clarkston and Sheddens - 04,8a,Affluent communities,S02001568,Clarkston and Sheddens,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175666 +175666,S00102674,8c3,Renting Hard-Pressed Workers,S01008327,Auchenback - 05,4a,Challenged white communities,S02001560,Auchenback,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175667 +175667,S00102872,6b2,White Suburban Communities,S01008377,Clarkston and Sheddens - 07,8c,Comfortable suburbia,S02001568,Clarkston and Sheddens,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175668 +175668,S00102676,8c3,Renting Hard-Pressed Workers,S01008327,Auchenback - 05,4a,Challenged white communities,S02001560,Auchenback,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175669 +175669,S00102896,6b2,White Suburban Communities,S01008382,Williamwood - 04,8c,Comfortable suburbia,S02001569,Williamwood,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175670 +175670,S00135070,1a1,Rural Workers and Families,S01009017,Barra and South Uist - 04,2d,Rural traits,S02001687,Barra and South Uist,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175671 +175671,S00102677,8c3,Renting Hard-Pressed Workers,S01008327,Auchenback - 05,4a,Challenged white communities,S02001560,Auchenback,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175672 +175672,S00102922,5b3,Self-Sufficient Retirement,S01008376,Clarkston and Sheddens - 06,8c,Comfortable suburbia,S02001568,Clarkston and Sheddens,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175673 +175673,S00135157,1b3,Ageing Rural Flat Tenants,S01009019,Benbecula and North Uist - 01,2c,Remoter communities,S02001688,Benbecula and North Uist,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175674 +175674,S00102873,5a1,White Professionals,S01008377,Clarkston and Sheddens - 07,8c,Comfortable suburbia,S02001568,Clarkston and Sheddens,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175675 +175675,S00102901,6b2,White Suburban Communities,S01008383,Williamwood - 05,8c,Comfortable suburbia,S02001569,Williamwood,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175676 +175676,S00135116,1a4,Older Farming Communities,S01009026,South Lewis - 02,2c,Remoter communities,S02001690,South Lewis,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175677 +175677,S00135071,1a1,Rural Workers and Families,S01009018,Barra and South Uist - 05,2c,Remoter communities,S02001687,Barra and South Uist,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175678 +175678,S00135074,1a1,Rural Workers and Families,S01009018,Barra and South Uist - 05,2c,Remoter communities,S02001687,Barra and South Uist,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175679 +175679,S00135117,1a4,Older Farming Communities,S01009028,Northwest Lewis - 01,2c,Remoter communities,S02001691,Northwest Lewis,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175680 +175680,S00135075,1a1,Rural Workers and Families,S01009018,Barra and South Uist - 05,2c,Remoter communities,S02001687,Barra and South Uist,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175681 +175681,S00135119,1a4,Older Farming Communities,S01009027,South Lewis - 03,2c,Remoter communities,S02001690,South Lewis,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175682 +175682,S00102902,6b2,White Suburban Communities,S01008378,Clarkston and Sheddens - 08,8a,Affluent communities,S02001568,Clarkston and Sheddens,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175683 +175683,S00102686,8c3,Renting Hard-Pressed Workers,S01008326,Auchenback - 04,4a,Challenged white communities,S02001560,Auchenback,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175684 +175684,S00135177,1b3,Ageing Rural Flat Tenants,S01009041,Stornoway West - 04,5e,Primary sector workers,S02001693,Stornoway West,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175685 +175685,S00102874,5a1,White Professionals,S01008377,Clarkston and Sheddens - 07,8c,Comfortable suburbia,S02001568,Clarkston and Sheddens,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175686 +175686,S00103026,5b3,Self-Sufficient Retirement,S01008408,North Giffnock and North Thornliebank - 03,5b,Aspiring urban households,S02001574,North Giffnock and North Thornliebank,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175687 +175687,S00102905,6b2,White Suburban Communities,S01008378,Clarkston and Sheddens - 08,8a,Affluent communities,S02001568,Clarkston and Sheddens,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175688 +175688,S00135077,1a1,Rural Workers and Families,S01009018,Barra and South Uist - 05,2c,Remoter communities,S02001687,Barra and South Uist,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175689 +175689,S00135178,1b3,Ageing Rural Flat Tenants,S01009042,Stornoway East - 01,5a,Ageing urban communities,S02001694,Stornoway East,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175690 +175690,S00102705,8c3,Renting Hard-Pressed Workers,S01008300,West Neilston and Uplawmoor - 06,5c,Comfortable neighbourhoods,S02001556,West Neilston and Uplawmoor,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175691 +175691,S00103046,5b3,Self-Sufficient Retirement,S01008411,South Thornliebank and Woodfarm - 01,5c,Comfortable neighbourhoods,S02001575,South Thornliebank and Woodfarm,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175692 +175692,S00135134,1a4,Older Farming Communities,S01009028,Northwest Lewis - 01,2c,Remoter communities,S02001691,Northwest Lewis,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175693 +175693,S00102907,5a1,White Professionals,S01008383,Williamwood - 05,8c,Comfortable suburbia,S02001569,Williamwood,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175694 +175694,S00102909,6b2,White Suburban Communities,S01008377,Clarkston and Sheddens - 07,8c,Comfortable suburbia,S02001568,Clarkston and Sheddens,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175695 +175695,S00135078,1a1,Rural Workers and Families,S01009022,Benbecula and North Uist - 04,2c,Remoter communities,S02001688,Benbecula and North Uist,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175696 +175696,S00135192,1b3,Ageing Rural Flat Tenants,S01009041,Stornoway West - 04,5e,Primary sector workers,S02001693,Stornoway West,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175697 +175697,S00102714,8c3,Renting Hard-Pressed Workers,S01008299,West Neilston and Uplawmoor - 05,4a,Challenged white communities,S02001556,West Neilston and Uplawmoor,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175698 +175698,S00102725,8c3,Renting Hard-Pressed Workers,S01008297,West Neilston and Uplawmoor - 03,5c,Comfortable neighbourhoods,S02001556,West Neilston and Uplawmoor,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175699 +175699,S00102727,8c3,Renting Hard-Pressed Workers,S01008296,West Neilston and Uplawmoor - 02,5c,Comfortable neighbourhoods,S02001556,West Neilston and Uplawmoor,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175700 +175700,S00102742,8c3,Renting Hard-Pressed Workers,S01008322,West Arthurlie and North Neilston - 05,4a,Challenged white communities,S02001559,West Arthurlie and North Neilston,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175701 +175701,S00102792,8c3,Renting Hard-Pressed Workers,S01008355,Eaglesham and Waterfoot - 01,5c,Comfortable neighbourhoods,S02001565,Eaglesham and Waterfoot,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175702 +175702,S00103121,8c3,Renting Hard-Pressed Workers,S01008354,Mearnskirk and South Kirkhill - 08,2b,Prospering countryside life,S02001564,Mearnskirk and South Kirkhill,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175703 +175703,S00103220,8c3,Renting Hard-Pressed Workers,S01008358,Eaglesham and Waterfoot - 04,5c,Comfortable neighbourhoods,S02001565,Eaglesham and Waterfoot,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175704 +175704,S00103221,8c3,Renting Hard-Pressed Workers,S01008358,Eaglesham and Waterfoot - 04,5c,Comfortable neighbourhoods,S02001565,Eaglesham and Waterfoot,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175705 +175705,S00102782,7d4,Retired City Hardship,S01008310,"Dunterlie, East Arthurlie and Dovecothall - 02",5c,Comfortable neighbourhoods,S02001558,"Dunterlie, East Arthurlie and Dovecothall",S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175706 +175706,S00102835,7d4,Retired City Hardship,S01008391,Netherlee - 03,5c,Comfortable neighbourhoods,S02001571,Netherlee,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175707 +175707,S00102984,7d4,Retired City Hardship,S01008396,Merrylee and Braidbar - 02,8a,Affluent communities,S02001572,Merrylee and Braidbar,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175708 +175708,S00103109,7d4,Retired City Hardship,S01008347,Mearnskirk and South Kirkhill - 01,8a,Affluent communities,S02001564,Mearnskirk and South Kirkhill,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175709 +175709,S00103239,7d4,Retired City Hardship,S01008401,Merrylee and Braidbar - 07,8a,Affluent communities,S02001572,Merrylee and Braidbar,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175710 +175710,S00103275,7d4,Retired City Hardship,S01008333,Crookfur and Fruin - 06,8a,Affluent communities,S02001561,Crookfur and Fruin,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175711 +175711,S00102610,7d3,Retired Communal City Dwellers,S01008313,"Dunterlie, East Arthurlie and Dovecothall - 05",4d,Hard-pressed flat dwellers,S02001558,"Dunterlie, East Arthurlie and Dovecothall",S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175712 +175712,S00102824,7d3,Retired Communal City Dwellers,S01008389,Netherlee - 01,5a,Ageing urban communities,S02001571,Netherlee,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175713 +175713,S00102956,7d3,Retired Communal City Dwellers,S01008404,Lower Whitecraigs and South Giffnock - 03,8a,Affluent communities,S02001573,Lower Whitecraigs and South Giffnock,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175714 +175714,S00103243,7d3,Retired Communal City Dwellers,S01008406,North Giffnock and North Thornliebank - 01,5a,Ageing urban communities,S02001574,North Giffnock and North Thornliebank,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175715 +175715,S00102650,7d2,Retired Independent City Dwellers,S01008310,"Dunterlie, East Arthurlie and Dovecothall - 02",5c,Comfortable neighbourhoods,S02001558,"Dunterlie, East Arthurlie and Dovecothall",S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175716 +175716,S00102745,7d2,Retired Independent City Dwellers,S01008304,Cross Stobbs - 02,5c,Comfortable neighbourhoods,S02001557,Cross Stobbs,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175717 +175717,S00102753,7d2,Retired Independent City Dwellers,S01008309,"Dunterlie, East Arthurlie and Dovecothall - 01",4d,Hard-pressed flat dwellers,S02001558,"Dunterlie, East Arthurlie and Dovecothall",S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175718 +175718,S00103010,7d2,Retired Independent City Dwellers,S01008406,North Giffnock and North Thornliebank - 01,5a,Ageing urban communities,S02001574,North Giffnock and North Thornliebank,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175719 +175719,S00103011,7d2,Retired Independent City Dwellers,S01008406,North Giffnock and North Thornliebank - 01,5a,Ageing urban communities,S02001574,North Giffnock and North Thornliebank,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175720 +175720,S00103054,7d2,Retired Independent City Dwellers,S01008409,North Giffnock and North Thornliebank - 04,5a,Ageing urban communities,S02001574,North Giffnock and North Thornliebank,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175721 +175721,S00103186,7d2,Retired Independent City Dwellers,S01008366,Busby - 01,5a,Ageing urban communities,S02001567,Busby,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175722 +175722,S00102779,1b1,Rural Life,S01008302,West Neilston and Uplawmoor - 08,2b,Prospering countryside life,S02001556,West Neilston and Uplawmoor,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175723 +175723,S00102575,1b2,Rural White-Collar Workers,S01008302,West Neilston and Uplawmoor - 08,2b,Prospering countryside life,S02001556,West Neilston and Uplawmoor,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175724 +175724,S00102578,1a1,Rural Workers and Families,S01008302,West Neilston and Uplawmoor - 08,2b,Prospering countryside life,S02001556,West Neilston and Uplawmoor,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175725 +175725,S00103188,1a1,Rural Workers and Families,S01008354,Mearnskirk and South Kirkhill - 08,2b,Prospering countryside life,S02001564,Mearnskirk and South Kirkhill,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175726 +175726,S00102581,5b3,Self-Sufficient Retirement,S01008322,West Arthurlie and North Neilston - 05,4a,Challenged white communities,S02001559,West Arthurlie and North Neilston,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175727 +175727,S00102626,5b3,Self-Sufficient Retirement,S01008319,West Arthurlie and North Neilston - 02,5c,Comfortable neighbourhoods,S02001559,West Arthurlie and North Neilston,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175728 +175728,S00102661,5b3,Self-Sufficient Retirement,S01008324,Auchenback - 02,4a,Challenged white communities,S02001560,Auchenback,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175729 +175729,S00102693,5b3,Self-Sufficient Retirement,S01008295,West Neilston and Uplawmoor - 01,5c,Comfortable neighbourhoods,S02001556,West Neilston and Uplawmoor,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175730 +175730,S00102713,5b3,Self-Sufficient Retirement,S01008298,West Neilston and Uplawmoor - 04,2d,Rural traits,S02001556,West Neilston and Uplawmoor,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175731 +175731,S00102722,5b3,Self-Sufficient Retirement,S01008300,West Neilston and Uplawmoor - 06,5c,Comfortable neighbourhoods,S02001556,West Neilston and Uplawmoor,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175732 +175732,S00102743,5b3,Self-Sufficient Retirement,S01008318,West Arthurlie and North Neilston - 01,8a,Affluent communities,S02001559,West Arthurlie and North Neilston,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175733 +175733,S00102764,5b3,Self-Sufficient Retirement,S01008303,Cross Stobbs - 01,5c,Comfortable neighbourhoods,S02001557,Cross Stobbs,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175734 +175734,S00102776,5b3,Self-Sufficient Retirement,S01008310,"Dunterlie, East Arthurlie and Dovecothall - 02",5c,Comfortable neighbourhoods,S02001558,"Dunterlie, East Arthurlie and Dovecothall",S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175735 +175735,S00102789,5b3,Self-Sufficient Retirement,S01008355,Eaglesham and Waterfoot - 01,5c,Comfortable neighbourhoods,S02001565,Eaglesham and Waterfoot,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175736 +175736,S00102798,5b3,Self-Sufficient Retirement,S01008358,Eaglesham and Waterfoot - 04,5c,Comfortable neighbourhoods,S02001565,Eaglesham and Waterfoot,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175737 +175737,S00102802,5b3,Self-Sufficient Retirement,S01008359,Eaglesham and Waterfoot - 05,2b,Prospering countryside life,S02001565,Eaglesham and Waterfoot,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175738 +175738,S00102804,5b3,Self-Sufficient Retirement,S01008359,Eaglesham and Waterfoot - 05,2b,Prospering countryside life,S02001565,Eaglesham and Waterfoot,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175739 +175739,S00102805,5b3,Self-Sufficient Retirement,S01008356,Eaglesham and Waterfoot - 02,8c,Comfortable suburbia,S02001565,Eaglesham and Waterfoot,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175740 +175740,S00102806,5b3,Self-Sufficient Retirement,S01008358,Eaglesham and Waterfoot - 04,5c,Comfortable neighbourhoods,S02001565,Eaglesham and Waterfoot,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175741 +175741,S00102930,6b2,White Suburban Communities,S01008384,Stamperland - 01,8c,Comfortable suburbia,S02001570,Stamperland,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175742 +175742,S00135245,1a4,Older Farming Communities,S01009029,Northwest Lewis - 02,2d,Rural traits,S02001691,Northwest Lewis,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175743 +175743,S00103129,5b3,Self-Sufficient Retirement,S01008335,"Mearns Village, Westacres and Greenfarm - 01",3d,Households in terraces and flats,S02001562,"Mearns Village, Westacres and Greenfarm",S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175744 +175744,S00135260,1b3,Ageing Rural Flat Tenants,S01009021,Benbecula and North Uist - 03,2c,Remoter communities,S02001688,Benbecula and North Uist,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175745 +175745,S00135079,1a1,Rural Workers and Families,S01009022,Benbecula and North Uist - 04,2c,Remoter communities,S02001688,Benbecula and North Uist,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175746 +175746,S00102936,5a1,White Professionals,S01008387,Stamperland - 04,3a,Achieving neighbourhoods,S02001570,Stamperland,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175747 +175747,S00135251,1a4,Older Farming Communities,S01009037,Broadbay - 04,2d,Rural traits,S02001692,Broadbay,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175748 +175748,S00135261,1a4,Older Farming Communities,S01009022,Benbecula and North Uist - 04,2c,Remoter communities,S02001688,Benbecula and North Uist,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175749 +175749,S00135295,1a4,Older Farming Communities,S01009039,Stornoway West - 02,5e,Primary sector workers,S02001693,Stornoway West,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175750 +175750,S00135304,1a4,Older Farming Communities,S01009022,Benbecula and North Uist - 04,2c,Remoter communities,S02001688,Benbecula and North Uist,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175751 +175751,S00135250,6b4,Older Workers and Retirement,S01009037,Broadbay - 04,2d,Rural traits,S02001692,Broadbay,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175752 +175752,S00135176,7c3,Outer City Hardship,S01009042,Stornoway East - 01,5a,Ageing urban communities,S02001694,Stornoway East,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175753 +175753,S00135180,7c3,Outer City Hardship,S01009042,Stornoway East - 01,5a,Ageing urban communities,S02001694,Stornoway East,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175754 +175754,S00135186,7c3,Outer City Hardship,S01009041,Stornoway West - 04,5e,Primary sector workers,S02001693,Stornoway West,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175755 +175755,S00135187,7c3,Outer City Hardship,S01009041,Stornoway West - 04,5e,Primary sector workers,S02001693,Stornoway West,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175756 +175756,S00135189,7c3,Outer City Hardship,S01009041,Stornoway West - 04,5e,Primary sector workers,S02001693,Stornoway West,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175757 +175757,S00135206,7c3,Outer City Hardship,S01009044,Stornoway East - 03,5a,Ageing urban communities,S02001694,Stornoway East,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175758 +175758,S00135266,7c3,Outer City Hardship,S01009017,Barra and South Uist - 04,2d,Rural traits,S02001687,Barra and South Uist,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175759 +175759,S00135282,7c3,Outer City Hardship,S01009031,Northwest Lewis - 04,2d,Rural traits,S02001691,Northwest Lewis,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175760 +175760,S00135054,1c2,Renting Rural Retirement,S01009015,Barra and South Uist - 02,2c,Remoter communities,S02001687,Barra and South Uist,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175761 +175761,S00135080,1c2,Renting Rural Retirement,S01009022,Benbecula and North Uist - 04,2c,Remoter communities,S02001688,Benbecula and North Uist,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175762 +175762,S00135127,1c2,Renting Rural Retirement,S01009029,Northwest Lewis - 02,2d,Rural traits,S02001691,Northwest Lewis,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175763 +175763,S00135183,1c2,Renting Rural Retirement,S01009041,Stornoway West - 04,5e,Primary sector workers,S02001693,Stornoway West,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175764 +175764,S00135210,1c2,Renting Rural Retirement,S01009044,Stornoway East - 03,5a,Ageing urban communities,S02001694,Stornoway East,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175765 +175765,S00135211,1c2,Renting Rural Retirement,S01009043,Stornoway East - 02,5e,Primary sector workers,S02001694,Stornoway East,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175766 +175766,S00135294,1c2,Renting Rural Retirement,S01009039,Stornoway West - 02,5e,Primary sector workers,S02001693,Stornoway West,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175767 +175767,S00135305,1c2,Renting Rural Retirement,S01009023,Harris - 01,2c,Remoter communities,S02001689,Harris,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175768 +175768,S00135058,1b1,Rural Life,S01009015,Barra and South Uist - 02,2c,Remoter communities,S02001687,Barra and South Uist,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175769 +175769,S00135059,1b1,Rural Life,S01009015,Barra and South Uist - 02,2c,Remoter communities,S02001687,Barra and South Uist,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175770 +175770,S00135072,1b1,Rural Life,S01009018,Barra and South Uist - 05,2c,Remoter communities,S02001687,Barra and South Uist,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175771 +175771,S00135110,1b1,Rural Life,S01009025,South Lewis - 01,2c,Remoter communities,S02001690,South Lewis,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175772 +175772,S00135123,1b1,Rural Life,S01009027,South Lewis - 03,2c,Remoter communities,S02001690,South Lewis,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175773 +175773,S00135154,1b1,Rural Life,S01009019,Benbecula and North Uist - 01,2c,Remoter communities,S02001688,Benbecula and North Uist,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175774 +175774,S00135156,1b1,Rural Life,S01009019,Benbecula and North Uist - 01,2c,Remoter communities,S02001688,Benbecula and North Uist,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175775 +175775,S00135168,1b1,Rural Life,S01009046,Point - 01,2c,Remoter communities,S02001695,Point,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175776 +175776,S00135223,1b1,Rural Life,S01009035,Broadbay - 02,2c,Remoter communities,S02001692,Broadbay,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175777 +175777,S00135227,1b1,Rural Life,S01009036,Broadbay - 03,2d,Rural traits,S02001692,Broadbay,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175778 +175778,S00135246,1b1,Rural Life,S01009034,Broadbay - 01,2c,Remoter communities,S02001692,Broadbay,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175779 +175779,S00135252,1b1,Rural Life,S01009038,Stornoway West - 01,2d,Rural traits,S02001693,Stornoway West,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175780 +175780,S00135270,1b1,Rural Life,S01009024,Harris - 02,2c,Remoter communities,S02001689,Harris,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175781 +175781,S00135276,1b1,Rural Life,S01009030,Northwest Lewis - 03,2c,Remoter communities,S02001691,Northwest Lewis,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175782 +175782,S00135283,1b1,Rural Life,S01009048,Point - 03,2c,Remoter communities,S02001695,Point,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175783 +175783,S00135055,1a1,Rural Workers and Families,S01009015,Barra and South Uist - 02,2c,Remoter communities,S02001687,Barra and South Uist,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175784 +175784,S00135057,1a1,Rural Workers and Families,S01009014,Barra and South Uist - 01,2d,Rural traits,S02001687,Barra and South Uist,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175785 +175785,S00135060,1a1,Rural Workers and Families,S01009015,Barra and South Uist - 02,2c,Remoter communities,S02001687,Barra and South Uist,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175786 +175786,S00135062,1a1,Rural Workers and Families,S01009014,Barra and South Uist - 01,2d,Rural traits,S02001687,Barra and South Uist,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175787 +175787,S00135063,1a1,Rural Workers and Families,S01009016,Barra and South Uist - 03,2c,Remoter communities,S02001687,Barra and South Uist,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175788 +175788,S00135065,1a1,Rural Workers and Families,S01009016,Barra and South Uist - 03,2c,Remoter communities,S02001687,Barra and South Uist,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175789 +175789,S00135066,1a1,Rural Workers and Families,S01009016,Barra and South Uist - 03,2c,Remoter communities,S02001687,Barra and South Uist,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175790 +175790,S00135082,1a1,Rural Workers and Families,S01009021,Benbecula and North Uist - 03,2c,Remoter communities,S02001688,Benbecula and North Uist,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175791 +175791,S00135083,1a1,Rural Workers and Families,S01009021,Benbecula and North Uist - 03,2c,Remoter communities,S02001688,Benbecula and North Uist,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175792 +175792,S00135084,1a1,Rural Workers and Families,S01009021,Benbecula and North Uist - 03,2c,Remoter communities,S02001688,Benbecula and North Uist,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175793 +175793,S00135085,1a1,Rural Workers and Families,S01009021,Benbecula and North Uist - 03,2c,Remoter communities,S02001688,Benbecula and North Uist,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175794 +175794,S00135086,1a1,Rural Workers and Families,S01009022,Benbecula and North Uist - 04,2c,Remoter communities,S02001688,Benbecula and North Uist,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175795 +175795,S00102939,5a1,White Professionals,S01008387,Stamperland - 04,3a,Achieving neighbourhoods,S02001570,Stamperland,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175796 +175796,S00102940,5a1,White Professionals,S01008388,Stamperland - 05,8c,Comfortable suburbia,S02001570,Stamperland,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175797 +175797,S00102931,6b2,White Suburban Communities,S01008384,Stamperland - 01,8c,Comfortable suburbia,S02001570,Stamperland,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175798 +175798,S00103138,5b3,Self-Sufficient Retirement,S01008332,Crookfur and Fruin - 05,8a,Affluent communities,S02001561,Crookfur and Fruin,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175799 +175799,S00135087,1a1,Rural Workers and Families,S01009022,Benbecula and North Uist - 04,2c,Remoter communities,S02001688,Benbecula and North Uist,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175800 +175800,S00135262,1b3,Ageing Rural Flat Tenants,S01009023,Harris - 01,2c,Remoter communities,S02001689,Harris,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175801 +175801,S00102941,5a1,White Professionals,S01008388,Stamperland - 05,8c,Comfortable suburbia,S02001570,Stamperland,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175802 +175802,S00102932,6b2,White Suburban Communities,S01008384,Stamperland - 01,8c,Comfortable suburbia,S02001570,Stamperland,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175803 +175803,S00103184,5b3,Self-Sufficient Retirement,S01008392,Netherlee - 04,8c,Comfortable suburbia,S02001571,Netherlee,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175804 +175804,S00103191,5b3,Self-Sufficient Retirement,S01008399,Merrylee and Braidbar - 05,8a,Affluent communities,S02001572,Merrylee and Braidbar,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175805 +175805,S00103248,5b3,Self-Sufficient Retirement,S01008411,South Thornliebank and Woodfarm - 01,5c,Comfortable neighbourhoods,S02001575,South Thornliebank and Woodfarm,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175806 +175806,S00103288,5b3,Self-Sufficient Retirement,S01008370,Busby - 05,3a,Achieving neighbourhoods,S02001567,Busby,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175807 +175807,S00103299,5b3,Self-Sufficient Retirement,S01008370,Busby - 05,3a,Achieving neighbourhoods,S02001567,Busby,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175808 +175808,S00102580,6b3,Semi-Detached Ageing,S01008322,West Arthurlie and North Neilston - 05,4a,Challenged white communities,S02001559,West Arthurlie and North Neilston,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175809 +175809,S00102584,6b3,Semi-Detached Ageing,S01008319,West Arthurlie and North Neilston - 02,5c,Comfortable neighbourhoods,S02001559,West Arthurlie and North Neilston,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175810 +175810,S00102594,6b3,Semi-Detached Ageing,S01008305,Cross Stobbs - 03,8b,Ageing suburbanites,S02001557,Cross Stobbs,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175811 +175811,S00102595,6b3,Semi-Detached Ageing,S01008305,Cross Stobbs - 03,8b,Ageing suburbanites,S02001557,Cross Stobbs,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175812 +175812,S00102634,6b3,Semi-Detached Ageing,S01008318,West Arthurlie and North Neilston - 01,8a,Affluent communities,S02001559,West Arthurlie and North Neilston,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175813 +175813,S00102635,6b3,Semi-Detached Ageing,S01008321,West Arthurlie and North Neilston - 04,8b,Ageing suburbanites,S02001559,West Arthurlie and North Neilston,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175814 +175814,S00102644,6b3,Semi-Detached Ageing,S01008320,West Arthurlie and North Neilston - 03,5c,Comfortable neighbourhoods,S02001559,West Arthurlie and North Neilston,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175815 +175815,S00102700,6b3,Semi-Detached Ageing,S01008295,West Neilston and Uplawmoor - 01,5c,Comfortable neighbourhoods,S02001556,West Neilston and Uplawmoor,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175816 +175816,S00102703,6b3,Semi-Detached Ageing,S01008300,West Neilston and Uplawmoor - 06,5c,Comfortable neighbourhoods,S02001556,West Neilston and Uplawmoor,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175817 +175817,S00102747,6b3,Semi-Detached Ageing,S01008306,Cross Stobbs - 04,8b,Ageing suburbanites,S02001557,Cross Stobbs,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175818 +175818,S00102749,6b3,Semi-Detached Ageing,S01008305,Cross Stobbs - 03,8b,Ageing suburbanites,S02001557,Cross Stobbs,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175819 +175819,S00102765,6b3,Semi-Detached Ageing,S01008306,Cross Stobbs - 04,8b,Ageing suburbanites,S02001557,Cross Stobbs,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175820 +175820,S00102774,6b3,Semi-Detached Ageing,S01008321,West Arthurlie and North Neilston - 04,8b,Ageing suburbanites,S02001559,West Arthurlie and North Neilston,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175821 +175821,S00102801,6b3,Semi-Detached Ageing,S01008359,Eaglesham and Waterfoot - 05,2b,Prospering countryside life,S02001565,Eaglesham and Waterfoot,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175822 +175822,S00102812,6b3,Semi-Detached Ageing,S01008357,Eaglesham and Waterfoot - 03,8c,Comfortable suburbia,S02001565,Eaglesham and Waterfoot,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175823 +175823,S00102819,6b3,Semi-Detached Ageing,S01008361,Eaglesham and Waterfoot - 07,2b,Prospering countryside life,S02001565,Eaglesham and Waterfoot,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175824 +175824,S00102827,6b3,Semi-Detached Ageing,S01008386,Stamperland - 03,8c,Comfortable suburbia,S02001570,Stamperland,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175825 +175825,S00102830,6b3,Semi-Detached Ageing,S01008390,Netherlee - 02,8b,Ageing suburbanites,S02001571,Netherlee,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175826 +175826,S00102868,6b3,Semi-Detached Ageing,S01008373,Clarkston and Sheddens - 03,8b,Ageing suburbanites,S02001568,Clarkston and Sheddens,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175827 +175827,S00102877,6b3,Semi-Detached Ageing,S01008378,Clarkston and Sheddens - 08,8a,Affluent communities,S02001568,Clarkston and Sheddens,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175828 +175828,S00102882,6b3,Semi-Detached Ageing,S01008381,Williamwood - 03,8b,Ageing suburbanites,S02001569,Williamwood,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175829 +175829,S00102885,6b3,Semi-Detached Ageing,S01008380,Williamwood - 02,8b,Ageing suburbanites,S02001569,Williamwood,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175830 +175830,S00102886,6b3,Semi-Detached Ageing,S01008380,Williamwood - 02,8b,Ageing suburbanites,S02001569,Williamwood,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175831 +175831,S00102890,6b3,Semi-Detached Ageing,S01008381,Williamwood - 03,8b,Ageing suburbanites,S02001569,Williamwood,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175832 +175832,S00102898,6b3,Semi-Detached Ageing,S01008382,Williamwood - 04,8c,Comfortable suburbia,S02001569,Williamwood,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175833 +175833,S00103033,6b3,Semi-Detached Ageing,S01008409,North Giffnock and North Thornliebank - 04,5a,Ageing urban communities,S02001574,North Giffnock and North Thornliebank,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175834 +175834,S00103134,6b3,Semi-Detached Ageing,S01008342,"Mearns Village, Westacres and Greenfarm - 08",5c,Comfortable neighbourhoods,S02001562,"Mearns Village, Westacres and Greenfarm",S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175835 +175835,S00103214,6b3,Semi-Detached Ageing,S01008372,Clarkston and Sheddens - 02,8c,Comfortable suburbia,S02001568,Clarkston and Sheddens,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175836 +175836,S00103215,6b3,Semi-Detached Ageing,S01008372,Clarkston and Sheddens - 02,8c,Comfortable suburbia,S02001568,Clarkston and Sheddens,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175837 +175837,S00102692,5a1,White Professionals,S01008295,West Neilston and Uplawmoor - 01,5c,Comfortable neighbourhoods,S02001556,West Neilston and Uplawmoor,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175838 +175838,S00102694,5a1,White Professionals,S01008301,West Neilston and Uplawmoor - 07,2b,Prospering countryside life,S02001556,West Neilston and Uplawmoor,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175839 +175839,S00102710,5a1,White Professionals,S01008298,West Neilston and Uplawmoor - 04,2d,Rural traits,S02001556,West Neilston and Uplawmoor,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175840 +175840,S00102768,5a1,White Professionals,S01008307,Cross Stobbs - 05,5a,Ageing urban communities,S02001557,Cross Stobbs,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175841 +175841,S00102769,5a1,White Professionals,S01008307,Cross Stobbs - 05,5a,Ageing urban communities,S02001557,Cross Stobbs,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175842 +175842,S00102810,5a1,White Professionals,S01008356,Eaglesham and Waterfoot - 02,8c,Comfortable suburbia,S02001565,Eaglesham and Waterfoot,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175843 +175843,S00102818,5a1,White Professionals,S01008361,Eaglesham and Waterfoot - 07,2b,Prospering countryside life,S02001565,Eaglesham and Waterfoot,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175844 +175844,S00102841,5a1,White Professionals,S01008393,Netherlee - 05,8a,Affluent communities,S02001571,Netherlee,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175845 +175845,S00102933,6b2,White Suburban Communities,S01008384,Stamperland - 01,8c,Comfortable suburbia,S02001570,Stamperland,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175846 +175846,S00135264,1b3,Ageing Rural Flat Tenants,S01009024,Harris - 02,2c,Remoter communities,S02001689,Harris,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175847 +175847,S00102938,6b2,White Suburban Communities,S01008388,Stamperland - 05,8c,Comfortable suburbia,S02001570,Stamperland,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175848 +175848,S00135088,1a1,Rural Workers and Families,S01009022,Benbecula and North Uist - 04,2c,Remoter communities,S02001688,Benbecula and North Uist,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175849 +175849,S00102942,5a1,White Professionals,S01008388,Stamperland - 05,8c,Comfortable suburbia,S02001570,Stamperland,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175850 +175850,S00102944,5a1,White Professionals,S01008387,Stamperland - 04,3a,Achieving neighbourhoods,S02001570,Stamperland,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175851 +175851,S00135068,8c2,Ageing Rural Industry Workers,S01009017,Barra and South Uist - 04,2d,Rural traits,S02001687,Barra and South Uist,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175852 +175852,S00135094,1a1,Rural Workers and Families,S01009023,Harris - 01,2c,Remoter communities,S02001689,Harris,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175853 +175853,S00102965,5a1,White Professionals,S01008406,North Giffnock and North Thornliebank - 01,5a,Ageing urban communities,S02001574,North Giffnock and North Thornliebank,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175854 +175854,S00102946,6b2,White Suburban Communities,S01008384,Stamperland - 01,8c,Comfortable suburbia,S02001570,Stamperland,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175855 +175855,S00135129,8c2,Ageing Rural Industry Workers,S01009030,Northwest Lewis - 03,2c,Remoter communities,S02001691,Northwest Lewis,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175856 +175856,S00135098,1a1,Rural Workers and Families,S01009023,Harris - 01,2c,Remoter communities,S02001689,Harris,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175857 +175857,S00135099,1a1,Rural Workers and Families,S01009023,Harris - 01,2c,Remoter communities,S02001689,Harris,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175858 +175858,S00135100,1a1,Rural Workers and Families,S01009023,Harris - 01,2c,Remoter communities,S02001689,Harris,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175859 +175859,S00135101,1a1,Rural Workers and Families,S01009024,Harris - 02,2c,Remoter communities,S02001689,Harris,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175860 +175860,S00135102,1a1,Rural Workers and Families,S01009024,Harris - 02,2c,Remoter communities,S02001689,Harris,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175861 +175861,S00135104,1a1,Rural Workers and Families,S01009026,South Lewis - 02,2c,Remoter communities,S02001690,South Lewis,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175862 +175862,S00135106,1a1,Rural Workers and Families,S01009025,South Lewis - 01,2c,Remoter communities,S02001690,South Lewis,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175863 +175863,S00135107,1a1,Rural Workers and Families,S01009025,South Lewis - 01,2c,Remoter communities,S02001690,South Lewis,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175864 +175864,S00135108,1a1,Rural Workers and Families,S01009025,South Lewis - 01,2c,Remoter communities,S02001690,South Lewis,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175865 +175865,S00135109,1a1,Rural Workers and Families,S01009025,South Lewis - 01,2c,Remoter communities,S02001690,South Lewis,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175866 +175866,S00135111,1a1,Rural Workers and Families,S01009025,South Lewis - 01,2c,Remoter communities,S02001690,South Lewis,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175867 +175867,S00135112,1a1,Rural Workers and Families,S01009025,South Lewis - 01,2c,Remoter communities,S02001690,South Lewis,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175868 +175868,S00135113,1a1,Rural Workers and Families,S01009025,South Lewis - 01,2c,Remoter communities,S02001690,South Lewis,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175869 +175869,S00135114,1a1,Rural Workers and Families,S01009026,South Lewis - 02,2c,Remoter communities,S02001690,South Lewis,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175870 +175870,S00135115,1a1,Rural Workers and Families,S01009026,South Lewis - 02,2c,Remoter communities,S02001690,South Lewis,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175871 +175871,S00135118,1a1,Rural Workers and Families,S01009027,South Lewis - 03,2c,Remoter communities,S02001690,South Lewis,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175872 +175872,S00135120,1a1,Rural Workers and Families,S01009027,South Lewis - 03,2c,Remoter communities,S02001690,South Lewis,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175873 +175873,S00135121,1a1,Rural Workers and Families,S01009027,South Lewis - 03,2c,Remoter communities,S02001690,South Lewis,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175874 +175874,S00135122,1a1,Rural Workers and Families,S01009027,South Lewis - 03,2c,Remoter communities,S02001690,South Lewis,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175875 +175875,S00135124,1a1,Rural Workers and Families,S01009027,South Lewis - 03,2c,Remoter communities,S02001690,South Lewis,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175876 +175876,S00135125,1a1,Rural Workers and Families,S01009028,Northwest Lewis - 01,2c,Remoter communities,S02001691,Northwest Lewis,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175877 +175877,S00135130,1a1,Rural Workers and Families,S01009030,Northwest Lewis - 03,2c,Remoter communities,S02001691,Northwest Lewis,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175878 +175878,S00135131,1a1,Rural Workers and Families,S01009030,Northwest Lewis - 03,2c,Remoter communities,S02001691,Northwest Lewis,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175879 +175879,S00135132,1a1,Rural Workers and Families,S01009029,Northwest Lewis - 02,2d,Rural traits,S02001691,Northwest Lewis,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175880 +175880,S00135133,1a1,Rural Workers and Families,S01009028,Northwest Lewis - 01,2c,Remoter communities,S02001691,Northwest Lewis,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175881 +175881,S00135137,1a1,Rural Workers and Families,S01009030,Northwest Lewis - 03,2c,Remoter communities,S02001691,Northwest Lewis,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175882 +175882,S00135140,1a1,Rural Workers and Families,S01009031,Northwest Lewis - 04,2d,Rural traits,S02001691,Northwest Lewis,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175883 +175883,S00135141,1a1,Rural Workers and Families,S01009032,Northwest Lewis - 05,2c,Remoter communities,S02001691,Northwest Lewis,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175884 +175884,S00135142,1a1,Rural Workers and Families,S01009032,Northwest Lewis - 05,2c,Remoter communities,S02001691,Northwest Lewis,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175885 +175885,S00135143,1a1,Rural Workers and Families,S01009048,Point - 03,2c,Remoter communities,S02001695,Point,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175886 +175886,S00135146,1a1,Rural Workers and Families,S01009047,Point - 02,2c,Remoter communities,S02001695,Point,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175887 +175887,S00135152,1a1,Rural Workers and Families,S01009049,Point - 04,2d,Rural traits,S02001695,Point,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175888 +175888,S00135153,1a1,Rural Workers and Families,S01009019,Benbecula and North Uist - 01,2c,Remoter communities,S02001688,Benbecula and North Uist,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175889 +175889,S00102970,5a1,White Professionals,S01008400,Merrylee and Braidbar - 06,8a,Affluent communities,S02001572,Merrylee and Braidbar,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175890 +175890,S00135159,8c2,Ageing Rural Industry Workers,S01009020,Benbecula and North Uist - 02,2d,Rural traits,S02001688,Benbecula and North Uist,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175891 +175891,S00135191,8c2,Ageing Rural Industry Workers,S01009044,Stornoway East - 03,5a,Ageing urban communities,S02001694,Stornoway East,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175892 +175892,S00102947,6b2,White Suburban Communities,S01008384,Stamperland - 01,8c,Comfortable suburbia,S02001570,Stamperland,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175893 +175893,S00102982,5a1,White Professionals,S01008395,Merrylee and Braidbar - 01,8c,Comfortable suburbia,S02001572,Merrylee and Braidbar,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175894 +175894,S00102959,6b2,White Suburban Communities,S01008404,Lower Whitecraigs and South Giffnock - 03,8a,Affluent communities,S02001573,Lower Whitecraigs and South Giffnock,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175895 +175895,S00135193,8c2,Ageing Rural Industry Workers,S01009039,Stornoway West - 02,5e,Primary sector workers,S02001693,Stornoway West,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175896 +175896,S00102991,5a1,White Professionals,S01008398,Merrylee and Braidbar - 04,8c,Comfortable suburbia,S02001572,Merrylee and Braidbar,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175897 +175897,S00102960,6b2,White Suburban Communities,S01008404,Lower Whitecraigs and South Giffnock - 03,8a,Affluent communities,S02001573,Lower Whitecraigs and South Giffnock,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175898 +175898,S00135195,8c2,Ageing Rural Industry Workers,S01009045,Stornoway East - 04,5e,Primary sector workers,S02001694,Stornoway East,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175899 +175899,S00102999,5a1,White Professionals,S01008397,Merrylee and Braidbar - 03,8c,Comfortable suburbia,S02001572,Merrylee and Braidbar,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175900 +175900,S00102961,6b2,White Suburban Communities,S01008405,Lower Whitecraigs and South Giffnock - 04,8a,Affluent communities,S02001573,Lower Whitecraigs and South Giffnock,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175901 +175901,S00135200,8c2,Ageing Rural Industry Workers,S01009044,Stornoway East - 03,5a,Ageing urban communities,S02001694,Stornoway East,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175902 +175902,S00103009,5a1,White Professionals,S01008406,North Giffnock and North Thornliebank - 01,5a,Ageing urban communities,S02001574,North Giffnock and North Thornliebank,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175903 +175903,S00102963,6b2,White Suburban Communities,S01008405,Lower Whitecraigs and South Giffnock - 04,8a,Affluent communities,S02001573,Lower Whitecraigs and South Giffnock,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175904 +175904,S00135202,8c2,Ageing Rural Industry Workers,S01009045,Stornoway East - 04,5e,Primary sector workers,S02001694,Stornoway East,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175905 +175905,S00103017,5a1,White Professionals,S01008408,North Giffnock and North Thornliebank - 03,5b,Aspiring urban households,S02001574,North Giffnock and North Thornliebank,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175906 +175906,S00102995,6b2,White Suburban Communities,S01008398,Merrylee and Braidbar - 04,8c,Comfortable suburbia,S02001572,Merrylee and Braidbar,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175907 +175907,S00135203,8c2,Ageing Rural Industry Workers,S01009040,Stornoway West - 03,5e,Primary sector workers,S02001693,Stornoway West,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175908 +175908,S00135204,8c2,Ageing Rural Industry Workers,S01009040,Stornoway West - 03,5e,Primary sector workers,S02001693,Stornoway West,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175909 +175909,S00135207,8c2,Ageing Rural Industry Workers,S01009044,Stornoway East - 03,5a,Ageing urban communities,S02001694,Stornoway East,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175910 +175910,S00135208,8c2,Ageing Rural Industry Workers,S01009040,Stornoway West - 03,5e,Primary sector workers,S02001693,Stornoway West,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175911 +175911,S00135220,8c2,Ageing Rural Industry Workers,S01009038,Stornoway West - 01,2d,Rural traits,S02001693,Stornoway West,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175912 +175912,S00135263,8c2,Ageing Rural Industry Workers,S01009014,Barra and South Uist - 01,2d,Rural traits,S02001687,Barra and South Uist,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175913 +175913,S00135271,8c2,Ageing Rural Industry Workers,S01009024,Harris - 02,2c,Remoter communities,S02001689,Harris,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175914 +175914,S00135272,8c2,Ageing Rural Industry Workers,S01009024,Harris - 02,2c,Remoter communities,S02001689,Harris,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175915 +175915,S00135297,8c2,Ageing Rural Industry Workers,S01009043,Stornoway East - 02,5e,Primary sector workers,S02001694,Stornoway East,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175916 +175916,S00135298,8c2,Ageing Rural Industry Workers,S01009044,Stornoway East - 03,5a,Ageing urban communities,S02001694,Stornoway East,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175917 +175917,S00135090,1a3,Agricultural Communities,S01009022,Benbecula and North Uist - 04,2c,Remoter communities,S02001688,Benbecula and North Uist,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175918 +175918,S00135190,7c1,Challenged Transitionaries,S01009040,Stornoway West - 03,5e,Primary sector workers,S02001693,Stornoway West,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175919 +175919,S00135147,6a2,Comfortable Suburbia,S01009047,Point - 02,2c,Remoter communities,S02001695,Point,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175920 +175920,S00135149,6a2,Comfortable Suburbia,S01009036,Broadbay - 03,2d,Rural traits,S02001692,Broadbay,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175921 +175921,S00135172,6a2,Comfortable Suburbia,S01009037,Broadbay - 04,2d,Rural traits,S02001692,Broadbay,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175922 +175922,S00135173,6a2,Comfortable Suburbia,S01009037,Broadbay - 04,2d,Rural traits,S02001692,Broadbay,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175923 +175923,S00135174,6a2,Comfortable Suburbia,S01009038,Stornoway West - 01,2d,Rural traits,S02001693,Stornoway West,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175924 +175924,S00135175,6a2,Comfortable Suburbia,S01009038,Stornoway West - 01,2d,Rural traits,S02001693,Stornoway West,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175925 +175925,S00135226,6a2,Comfortable Suburbia,S01009035,Broadbay - 02,2c,Remoter communities,S02001692,Broadbay,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175926 +175926,S00135228,6a2,Comfortable Suburbia,S01009036,Broadbay - 03,2d,Rural traits,S02001692,Broadbay,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175927 +175927,S00135242,6a2,Comfortable Suburbia,S01009033,Northwest Lewis - 06,2c,Remoter communities,S02001691,Northwest Lewis,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175928 +175928,S00135247,6a2,Comfortable Suburbia,S01009034,Broadbay - 01,2c,Remoter communities,S02001692,Broadbay,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175929 +175929,S00135284,6a2,Comfortable Suburbia,S01009048,Point - 03,2c,Remoter communities,S02001695,Point,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175930 +175930,S00135181,5b2,Communal Retirement,S01009041,Stornoway West - 04,5e,Primary sector workers,S02001693,Stornoway West,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175931 +175931,S00135188,5b2,Communal Retirement,S01009040,Stornoway West - 03,5e,Primary sector workers,S02001693,Stornoway West,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175932 +175932,S00135199,5b2,Communal Retirement,S01009045,Stornoway East - 04,5e,Primary sector workers,S02001694,Stornoway East,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175933 +175933,S00135218,5b2,Communal Retirement,S01009042,Stornoway East - 01,5a,Ageing urban communities,S02001694,Stornoway East,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175934 +175934,S00135196,7c2,Constrained Young Families,S01009039,Stornoway West - 02,5e,Primary sector workers,S02001693,Stornoway West,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175935 +175935,S00135213,7c2,Constrained Young Families,S01009043,Stornoway East - 02,5e,Primary sector workers,S02001694,Stornoway East,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175936 +175936,S00135160,8b1,Deprived Blue-Collar Terraces,S01009020,Benbecula and North Uist - 02,2d,Rural traits,S02001688,Benbecula and North Uist,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175937 +175937,S00135230,8b1,Deprived Blue-Collar Terraces,S01009036,Broadbay - 03,2d,Rural traits,S02001692,Broadbay,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175938 +175938,S00135096,6a3,Detached Retirement Living,S01009023,Harris - 01,2c,Remoter communities,S02001689,Harris,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175939 +175939,S00135105,6a3,Detached Retirement Living,S01009025,South Lewis - 01,2c,Remoter communities,S02001690,South Lewis,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175940 +175940,S00103001,6b2,White Suburban Communities,S01008397,Merrylee and Braidbar - 03,8c,Comfortable suburbia,S02001572,Merrylee and Braidbar,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175941 +175941,S00103012,6b2,White Suburban Communities,S01008406,North Giffnock and North Thornliebank - 01,5a,Ageing urban communities,S02001574,North Giffnock and North Thornliebank,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175942 +175942,S00103027,5a1,White Professionals,S01008409,North Giffnock and North Thornliebank - 04,5a,Ageing urban communities,S02001574,North Giffnock and North Thornliebank,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175943 +175943,S00103019,6b2,White Suburban Communities,S01008408,North Giffnock and North Thornliebank - 03,5b,Aspiring urban households,S02001574,North Giffnock and North Thornliebank,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175944 +175944,S00103039,5a1,White Professionals,S01008412,South Thornliebank and Woodfarm - 02,5c,Comfortable neighbourhoods,S02001575,South Thornliebank and Woodfarm,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175945 +175945,S00103099,5a1,White Professionals,S01008363,North Kirkhill - 02,8c,Comfortable suburbia,S02001566,North Kirkhill,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175946 +175946,S00103100,5a1,White Professionals,S01008363,North Kirkhill - 02,8c,Comfortable suburbia,S02001566,North Kirkhill,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175947 +175947,S00103155,5a1,White Professionals,S01008340,"Mearns Village, Westacres and Greenfarm - 06",8c,Comfortable suburbia,S02001562,"Mearns Village, Westacres and Greenfarm",S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175948 +175948,S00103158,5a1,White Professionals,S01008340,"Mearns Village, Westacres and Greenfarm - 06",8c,Comfortable suburbia,S02001562,"Mearns Village, Westacres and Greenfarm",S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175949 +175949,S00103163,5a1,White Professionals,S01008331,Crookfur and Fruin - 04,3a,Achieving neighbourhoods,S02001561,Crookfur and Fruin,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175950 +175950,S00103196,5a1,White Professionals,S01008354,Mearnskirk and South Kirkhill - 08,2b,Prospering countryside life,S02001564,Mearnskirk and South Kirkhill,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175951 +175951,S00103206,5a1,White Professionals,S01008362,North Kirkhill - 01,8c,Comfortable suburbia,S02001566,North Kirkhill,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175952 +175952,S00103213,5a1,White Professionals,S01008392,Netherlee - 04,8c,Comfortable suburbia,S02001571,Netherlee,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175953 +175953,S00103245,5a1,White Professionals,S01008409,North Giffnock and North Thornliebank - 04,5a,Ageing urban communities,S02001574,North Giffnock and North Thornliebank,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175954 +175954,S00103269,5a1,White Professionals,S01008337,"Mearns Village, Westacres and Greenfarm - 03",3a,Achieving neighbourhoods,S02001562,"Mearns Village, Westacres and Greenfarm",S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175955 +175955,S00103291,5a1,White Professionals,S01008369,Busby - 04,5c,Comfortable neighbourhoods,S02001567,Busby,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175956 +175956,S00103295,5a1,White Professionals,S01008368,Busby - 03,5c,Comfortable neighbourhoods,S02001567,Busby,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175957 +175957,S00103296,5a1,White Professionals,S01008368,Busby - 03,5c,Comfortable neighbourhoods,S02001567,Busby,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175958 +175958,S00102598,6b2,White Suburban Communities,S01008305,Cross Stobbs - 03,8b,Ageing suburbanites,S02001557,Cross Stobbs,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175959 +175959,S00102689,6b2,White Suburban Communities,S01008302,West Neilston and Uplawmoor - 08,2b,Prospering countryside life,S02001556,West Neilston and Uplawmoor,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175960 +175960,S00102691,6b2,White Suburban Communities,S01008295,West Neilston and Uplawmoor - 01,5c,Comfortable neighbourhoods,S02001556,West Neilston and Uplawmoor,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175961 +175961,S00102695,6b2,White Suburban Communities,S01008295,West Neilston and Uplawmoor - 01,5c,Comfortable neighbourhoods,S02001556,West Neilston and Uplawmoor,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175962 +175962,S00102697,6b2,White Suburban Communities,S01008301,West Neilston and Uplawmoor - 07,2b,Prospering countryside life,S02001556,West Neilston and Uplawmoor,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175963 +175963,S00102712,6b2,White Suburban Communities,S01008295,West Neilston and Uplawmoor - 01,5c,Comfortable neighbourhoods,S02001556,West Neilston and Uplawmoor,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175964 +175964,S00102736,6b2,White Suburban Communities,S01008297,West Neilston and Uplawmoor - 03,5c,Comfortable neighbourhoods,S02001556,West Neilston and Uplawmoor,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175965 +175965,S00102780,6b2,White Suburban Communities,S01008301,West Neilston and Uplawmoor - 07,2b,Prospering countryside life,S02001556,West Neilston and Uplawmoor,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175966 +175966,S00102807,6b2,White Suburban Communities,S01008357,Eaglesham and Waterfoot - 03,8c,Comfortable suburbia,S02001565,Eaglesham and Waterfoot,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175967 +175967,S00102808,6b2,White Suburban Communities,S01008357,Eaglesham and Waterfoot - 03,8c,Comfortable suburbia,S02001565,Eaglesham and Waterfoot,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175968 +175968,S00102814,6b2,White Suburban Communities,S01008356,Eaglesham and Waterfoot - 02,8c,Comfortable suburbia,S02001565,Eaglesham and Waterfoot,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175969 +175969,S00102815,6b2,White Suburban Communities,S01008360,Eaglesham and Waterfoot - 06,8c,Comfortable suburbia,S02001565,Eaglesham and Waterfoot,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175970 +175970,S00102816,6b2,White Suburban Communities,S01008360,Eaglesham and Waterfoot - 06,8c,Comfortable suburbia,S02001565,Eaglesham and Waterfoot,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175971 +175971,S00102820,6b2,White Suburban Communities,S01008361,Eaglesham and Waterfoot - 07,2b,Prospering countryside life,S02001565,Eaglesham and Waterfoot,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175972 +175972,S00102821,6b2,White Suburban Communities,S01008389,Netherlee - 01,5a,Ageing urban communities,S02001571,Netherlee,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175973 +175973,S00102842,6b2,White Suburban Communities,S01008392,Netherlee - 04,8c,Comfortable suburbia,S02001571,Netherlee,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175974 +175974,S00102849,6b2,White Suburban Communities,S01008393,Netherlee - 05,8a,Affluent communities,S02001571,Netherlee,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175975 +175975,S00103020,6b2,White Suburban Communities,S01008406,North Giffnock and North Thornliebank - 01,5a,Ageing urban communities,S02001574,North Giffnock and North Thornliebank,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175976 +175976,S00103077,6b2,White Suburban Communities,S01008351,Mearnskirk and South Kirkhill - 05,8a,Affluent communities,S02001564,Mearnskirk and South Kirkhill,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175977 +175977,S00103209,6b2,White Suburban Communities,S01008391,Netherlee - 03,5c,Comfortable neighbourhoods,S02001571,Netherlee,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175978 +175978,S00103210,6b2,White Suburban Communities,S01008394,Netherlee - 06,8c,Comfortable suburbia,S02001571,Netherlee,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175979 +175979,S00103211,6b2,White Suburban Communities,S01008392,Netherlee - 04,8c,Comfortable suburbia,S02001571,Netherlee,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175980 +175980,S00103217,6b2,White Suburban Communities,S01008371,Clarkston and Sheddens - 01,8c,Comfortable suburbia,S02001568,Clarkston and Sheddens,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175981 +175981,S00103224,6b2,White Suburban Communities,S01008394,Netherlee - 06,8c,Comfortable suburbia,S02001571,Netherlee,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175982 +175982,S00103230,6b2,White Suburban Communities,S01008386,Stamperland - 03,8c,Comfortable suburbia,S02001570,Stamperland,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175983 +175983,S00103256,6b2,White Suburban Communities,S01008363,North Kirkhill - 02,8c,Comfortable suburbia,S02001566,North Kirkhill,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175984 +175984,S00103302,6b2,White Suburban Communities,S01008369,Busby - 04,5c,Comfortable neighbourhoods,S02001567,Busby,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175985 +175985,S00102654,8d1,Young Hard-Pressed Families,S01008323,Auchenback - 01,4a,Challenged white communities,S02001560,Auchenback,S12000011,East Renfrewshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,175986 +175986,S00135184,7d1,Ageing Communities and Families,S01009041,Stornoway West - 04,5e,Primary sector workers,S02001693,Stornoway West,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175987 +175987,S00135185,7d1,Ageing Communities and Families,S01009041,Stornoway West - 04,5e,Primary sector workers,S02001693,Stornoway West,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175988 +175988,S00135212,7d1,Ageing Communities and Families,S01009043,Stornoway East - 02,5e,Primary sector workers,S02001694,Stornoway East,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175989 +175989,S00135256,7d1,Ageing Communities and Families,S01009040,Stornoway West - 03,5e,Primary sector workers,S02001693,Stornoway West,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175990 +175990,S00135103,6a4,Ageing in Suburbia,S01009026,South Lewis - 02,2c,Remoter communities,S02001690,South Lewis,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175991 +175991,S00135299,8c1,Ageing Industrious Workers,S01009044,Stornoway East - 03,5a,Ageing urban communities,S02001694,Stornoway East,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175992 +175992,S00135064,1b3,Ageing Rural Flat Tenants,S01009016,Barra and South Uist - 03,2c,Remoter communities,S02001687,Barra and South Uist,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175993 +175993,S00135073,1b3,Ageing Rural Flat Tenants,S01009018,Barra and South Uist - 05,2c,Remoter communities,S02001687,Barra and South Uist,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175994 +175994,S00135076,1b3,Ageing Rural Flat Tenants,S01009018,Barra and South Uist - 05,2c,Remoter communities,S02001687,Barra and South Uist,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175995 +175995,S00135081,1b3,Ageing Rural Flat Tenants,S01009022,Benbecula and North Uist - 04,2c,Remoter communities,S02001688,Benbecula and North Uist,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175996 +175996,S00135092,1b3,Ageing Rural Flat Tenants,S01009024,Harris - 02,2c,Remoter communities,S02001689,Harris,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175997 +175997,S00135093,1b3,Ageing Rural Flat Tenants,S01009024,Harris - 02,2c,Remoter communities,S02001689,Harris,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175998 +175998,S00135126,1b3,Ageing Rural Flat Tenants,S01009028,Northwest Lewis - 01,2c,Remoter communities,S02001691,Northwest Lewis,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,175999 +175999,S00135135,1b3,Ageing Rural Flat Tenants,S01009029,Northwest Lewis - 02,2d,Rural traits,S02001691,Northwest Lewis,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,176000 +176000,S00135158,1a1,Rural Workers and Families,S01009020,Benbecula and North Uist - 02,2d,Rural traits,S02001688,Benbecula and North Uist,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,176001 +176001,S00135161,1a1,Rural Workers and Families,S01009020,Benbecula and North Uist - 02,2d,Rural traits,S02001688,Benbecula and North Uist,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,176002 +176002,S00135165,1a1,Rural Workers and Families,S01009046,Point - 01,2c,Remoter communities,S02001695,Point,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,176003 +176003,S00135166,1a1,Rural Workers and Families,S01009046,Point - 01,2c,Remoter communities,S02001695,Point,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,176004 +176004,S00135169,1a1,Rural Workers and Families,S01009046,Point - 01,2c,Remoter communities,S02001695,Point,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,176005 +176005,S00135170,1a1,Rural Workers and Families,S01009045,Stornoway East - 04,5e,Primary sector workers,S02001694,Stornoway East,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,176006 +176006,S00135171,1a1,Rural Workers and Families,S01009046,Point - 01,2c,Remoter communities,S02001695,Point,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,176007 +176007,S00135222,1a1,Rural Workers and Families,S01009035,Broadbay - 02,2c,Remoter communities,S02001692,Broadbay,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,176008 +176008,S00135224,1a1,Rural Workers and Families,S01009035,Broadbay - 02,2c,Remoter communities,S02001692,Broadbay,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,176009 +176009,S00135231,1a1,Rural Workers and Families,S01009036,Broadbay - 03,2d,Rural traits,S02001692,Broadbay,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,176010 +176010,S00135232,1a1,Rural Workers and Families,S01009036,Broadbay - 03,2d,Rural traits,S02001692,Broadbay,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,176011 +176011,S00108324,7c1,Challenged Transitionaries,S01009179,Hallglen and Glen Village - 03,4a,Challenged white communities,S02001721,Hallglen and Glen Village,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176012 +176012,S00108362,8c1,Ageing Industrious Workers,S01009082,Bonnybridge - 06,5d,Endeavouring social renters,S02001701,Bonnybridge,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176013 +176013,S00108966,6a2,Comfortable Suburbia,S01009174,Falkirk - Lochgreen and Lionthorn - 03,8c,Comfortable suburbia,S02001720,Falkirk - Lochgreen and Lionthorn,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176014 +176014,S00135234,1a1,Rural Workers and Families,S01009049,Point - 04,2d,Rural traits,S02001695,Point,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,176015 +176015,S00135240,1a1,Rural Workers and Families,S01009033,Northwest Lewis - 06,2c,Remoter communities,S02001691,Northwest Lewis,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,176016 +176016,S00135243,1a1,Rural Workers and Families,S01009033,Northwest Lewis - 06,2c,Remoter communities,S02001691,Northwest Lewis,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,176017 +176017,S00135248,1a1,Rural Workers and Families,S01009020,Benbecula and North Uist - 02,2d,Rural traits,S02001688,Benbecula and North Uist,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,176018 +176018,S00135249,1a1,Rural Workers and Families,S01009046,Point - 01,2c,Remoter communities,S02001695,Point,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,176019 +176019,S00135254,1a1,Rural Workers and Families,S01009038,Stornoway West - 01,2d,Rural traits,S02001693,Stornoway West,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,176020 +176020,S00135257,1a1,Rural Workers and Families,S01009014,Barra and South Uist - 01,2d,Rural traits,S02001687,Barra and South Uist,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,176021 +176021,S00135265,1a1,Rural Workers and Families,S01009026,South Lewis - 02,2c,Remoter communities,S02001690,South Lewis,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,176022 +176022,S00135268,1a1,Rural Workers and Families,S01009017,Barra and South Uist - 04,2d,Rural traits,S02001687,Barra and South Uist,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,176023 +176023,S00135269,1a1,Rural Workers and Families,S01009024,Harris - 02,2c,Remoter communities,S02001689,Harris,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,176024 +176024,S00135273,1a1,Rural Workers and Families,S01009026,South Lewis - 02,2c,Remoter communities,S02001690,South Lewis,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,176025 +176025,S00135277,1a1,Rural Workers and Families,S01009032,Northwest Lewis - 05,2c,Remoter communities,S02001691,Northwest Lewis,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,176026 +176026,S00135278,1a1,Rural Workers and Families,S01009032,Northwest Lewis - 05,2c,Remoter communities,S02001691,Northwest Lewis,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,176027 +176027,S00135279,1a1,Rural Workers and Families,S01009031,Northwest Lewis - 04,2d,Rural traits,S02001691,Northwest Lewis,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,176028 +176028,S00135281,1a1,Rural Workers and Families,S01009031,Northwest Lewis - 04,2d,Rural traits,S02001691,Northwest Lewis,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,176029 +176029,S00135292,1a1,Rural Workers and Families,S01009038,Stornoway West - 01,2d,Rural traits,S02001693,Stornoway West,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,176030 +176030,S00135300,1a1,Rural Workers and Families,S01009033,Northwest Lewis - 06,2c,Remoter communities,S02001691,Northwest Lewis,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,176031 +176031,S00135302,1a1,Rural Workers and Families,S01009021,Benbecula and North Uist - 03,2c,Remoter communities,S02001688,Benbecula and North Uist,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,176032 +176032,S00107683,6a4,Ageing in Suburbia,S01009188,Braes Villages - 05,2d,Rural traits,S02001723,Braes Villages,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176033 +176033,S00108148,6a2,Comfortable Suburbia,S01009191,Reddingmuirhead and Overton - 02,8c,Comfortable suburbia,S02001724,Reddingmuirhead and Overton,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176034 +176034,S00135306,1a1,Rural Workers and Families,S01009023,Harris - 01,2c,Remoter communities,S02001689,Harris,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,176035 +176035,S00135179,5b3,Self-Sufficient Retirement,S01009042,Stornoway East - 01,5a,Ageing urban communities,S02001694,Stornoway East,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,176036 +176036,S00135209,6b3,Semi-Detached Ageing,S01009044,Stornoway East - 03,5a,Ageing urban communities,S02001694,Stornoway East,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,176037 +176037,S00135225,6b3,Semi-Detached Ageing,S01009035,Broadbay - 02,2c,Remoter communities,S02001692,Broadbay,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,176038 +176038,S00135258,6b3,Semi-Detached Ageing,S01009035,Broadbay - 02,2c,Remoter communities,S02001692,Broadbay,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,176039 +176039,S00135293,6b3,Semi-Detached Ageing,S01009038,Stornoway West - 01,2d,Rural traits,S02001693,Stornoway West,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,176040 +176040,S00135296,6b3,Semi-Detached Ageing,S01009043,Stornoway East - 02,5e,Primary sector workers,S02001694,Stornoway East,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,176041 +176041,S00135215,5a1,White Professionals,S01009045,Stornoway East - 04,5e,Primary sector workers,S02001694,Stornoway East,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,176042 +176042,S00135253,6b2,White Suburban Communities,S01009038,Stornoway West - 01,2d,Rural traits,S02001693,Stornoway West,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,176043 +176043,S00135198,8d1,Young Hard-Pressed Families,S01009039,Stornoway West - 02,5e,Primary sector workers,S02001693,Stornoway West,S12000013,Na h-Eileanan Siar,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,176044 +176044,S00107675,7d1,Ageing Communities and Families,S01009050,Dunipace - 01,5c,Comfortable neighbourhoods,S02001696,Dunipace,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176045 +176045,S00107753,7d1,Ageing Communities and Families,S01009152,Falkirk - Town Centre and Callendar Park - 04,4d,Hard-pressed flat dwellers,S02001715,Falkirk - Town Centre and Callendar Park,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176046 +176046,S00107936,7d1,Ageing Communities and Families,S01009142,Falkirk - Grahamston - 05,4d,Hard-pressed flat dwellers,S02001713,Falkirk - Grahamston,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176047 +176047,S00107973,7d1,Ageing Communities and Families,S01009227,Grangemouth - Town Centre - 01,4d,Hard-pressed flat dwellers,S02001731,Grangemouth - Town Centre,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176048 +176048,S00107977,7d1,Ageing Communities and Families,S01009227,Grangemouth - Town Centre - 01,4d,Hard-pressed flat dwellers,S02001731,Grangemouth - Town Centre,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176049 +176049,S00107981,7d1,Ageing Communities and Families,S01009227,Grangemouth - Town Centre - 01,4d,Hard-pressed flat dwellers,S02001731,Grangemouth - Town Centre,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176050 +176050,S00107984,7d1,Ageing Communities and Families,S01009226,Grangemouth - Newlands - 08,4d,Hard-pressed flat dwellers,S02001730,Grangemouth - Newlands,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176051 +176051,S00108134,7d1,Ageing Communities and Families,S01009212,Redding - 02,4a,Challenged white communities,S02001728,Redding,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176052 +176052,S00108390,7d1,Ageing Communities and Families,S01009065,Denny - Nethermains - 05,4a,Challenged white communities,S02001698,Denny - Nethermains,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176053 +176053,S00108439,7d1,Ageing Communities and Families,S01009052,Dunipace - 03,5c,Comfortable neighbourhoods,S02001696,Dunipace,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176054 +176054,S00108831,7d1,Ageing Communities and Families,S01009237,Grangemouth - Kersiebank - 06,5a,Ageing urban communities,S02001732,Grangemouth - Kersiebank,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176055 +176055,S00108625,8c2,Ageing Rural Industry Workers,S01009121,Carse and Grangemouth Old Town - 01,4a,Challenged white communities,S02001710,Carse and Grangemouth Old Town,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176056 +176056,S00108126,7c2,Constrained Young Families,S01009217,Laurieston and Westquarter - 03,4a,Challenged white communities,S02001729,Laurieston and Westquarter,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176057 +176057,S00108325,7c1,Challenged Transitionaries,S01009178,Hallglen and Glen Village - 02,4a,Challenged white communities,S02001721,Hallglen and Glen Village,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176058 +176058,S00108353,7c1,Challenged Transitionaries,S01009079,Bonnybridge - 03,5a,Ageing urban communities,S02001701,Bonnybridge,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176059 +176059,S00108629,8c2,Ageing Rural Industry Workers,S01009122,Carse and Grangemouth Old Town - 02,2d,Rural traits,S02001710,Carse and Grangemouth Old Town,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176060 +176060,S00108365,8c1,Ageing Industrious Workers,S01009086,High Bonnybridge and Greenhill - 04,5c,Comfortable neighbourhoods,S02001702,High Bonnybridge and Greenhill,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176061 +176061,S00108428,7c1,Challenged Transitionaries,S01009058,"Fankerton, Stoneywood and Denny Town - 04",4a,Challenged white communities,S02001697,"Fankerton, Stoneywood and Denny Town",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176062 +176062,S00108406,8c1,Ageing Industrious Workers,S01009063,Denny - Nethermains - 03,5d,Endeavouring social renters,S02001698,Denny - Nethermains,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176063 +176063,S00108680,8c2,Ageing Rural Industry Workers,S01009177,Hallglen and Glen Village - 01,4a,Challenged white communities,S02001721,Hallglen and Glen Village,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176064 +176064,S00108970,6a2,Comfortable Suburbia,S01009175,Falkirk - Lochgreen and Lionthorn - 04,8c,Comfortable suburbia,S02001720,Falkirk - Lochgreen and Lionthorn,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176065 +176065,S00108127,7c2,Constrained Young Families,S01009217,Laurieston and Westquarter - 03,4a,Challenged white communities,S02001729,Laurieston and Westquarter,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176066 +176066,S00108429,7c1,Challenged Transitionaries,S01009058,"Fankerton, Stoneywood and Denny Town - 04",4a,Challenged white communities,S02001697,"Fankerton, Stoneywood and Denny Town",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176067 +176067,S00108510,8c1,Ageing Industrious Workers,S01009261,"Blackness, Bo'ness - Carriden and Grahamsdyke - 04",4b,Constrained renters,S02001737,"Blackness, Bo'ness - Carriden and Grahamsdyke",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176068 +176068,S00108687,8c2,Ageing Rural Industry Workers,S01009087,High Bonnybridge and Greenhill - 05,5d,Endeavouring social renters,S02001702,High Bonnybridge and Greenhill,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176069 +176069,S00107838,5b2,Communal Retirement,S01009155,Falkirk - Bantaskin - 02,8a,Affluent communities,S02001716,Falkirk - Bantaskin,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176070 +176070,S00108201,7c2,Constrained Young Families,S01009200,Maddiston and Rumford - 02,8a,Affluent communities,S02001726,Maddiston and Rumford,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176071 +176071,S00107816,6a4,Ageing in Suburbia,S01009156,Falkirk - Bantaskin - 03,8a,Affluent communities,S02001716,Falkirk - Bantaskin,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176072 +176072,S00108459,7c1,Challenged Transitionaries,S01009073,"Banknock, Haggs and Longcroft - 03",5a,Ageing urban communities,S02001700,"Banknock, Haggs and Longcroft",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176073 +176073,S00108471,7c1,Challenged Transitionaries,S01009248,Bo'ness - Newtown - 01,5c,Comfortable neighbourhoods,S02001735,Bo'ness - Newtown,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176074 +176074,S00108479,7c1,Challenged Transitionaries,S01009256,Bo'ness - Kinneil - 04,5c,Comfortable neighbourhoods,S02001736,Bo'ness - Kinneil,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176075 +176075,S00108484,7c1,Challenged Transitionaries,S01009255,Bo'ness - Kinneil - 03,4b,Constrained renters,S02001736,Bo'ness - Kinneil,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176076 +176076,S00108506,7c1,Challenged Transitionaries,S01009260,"Blackness, Bo'ness - Carriden and Grahamsdyke - 03",5e,Primary sector workers,S02001737,"Blackness, Bo'ness - Carriden and Grahamsdyke",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176077 +176077,S00108529,7c1,Challenged Transitionaries,S01009253,Bo'ness - Kinneil - 01,4a,Challenged white communities,S02001736,Bo'ness - Kinneil,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176078 +176078,S00108540,7c1,Challenged Transitionaries,S01009249,Bo'ness - Newtown - 02,4a,Challenged white communities,S02001735,Bo'ness - Newtown,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176079 +176079,S00108631,7c1,Challenged Transitionaries,S01009236,Grangemouth - Kersiebank - 05,5c,Comfortable neighbourhoods,S02001732,Grangemouth - Kersiebank,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176080 +176080,S00108665,7c1,Challenged Transitionaries,S01009099,Stenhousemuir West - 01,5c,Comfortable neighbourhoods,S02001705,Stenhousemuir West,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176081 +176081,S00108673,7c1,Challenged Transitionaries,S01009082,Bonnybridge - 06,5d,Endeavouring social renters,S02001701,Bonnybridge,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176082 +176082,S00108678,7c1,Challenged Transitionaries,S01009180,Hallglen and Glen Village - 04,4a,Challenged white communities,S02001721,Hallglen and Glen Village,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176083 +176083,S00108701,7c1,Challenged Transitionaries,S01009238,Grangemouth - Bowhouse - 01,4a,Challenged white communities,S02001733,Grangemouth - Bowhouse,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176084 +176084,S00108788,7c1,Challenged Transitionaries,S01009162,Falkirk - Camelon East - 04,4d,Hard-pressed flat dwellers,S02001717,Falkirk - Camelon East,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176085 +176085,S00108820,7c1,Challenged Transitionaries,S01009139,Falkirk - Grahamston - 02,4d,Hard-pressed flat dwellers,S02001713,Falkirk - Grahamston,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176086 +176086,S00108824,7c1,Challenged Transitionaries,S01009121,Carse and Grangemouth Old Town - 01,4a,Challenged white communities,S02001710,Carse and Grangemouth Old Town,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176087 +176087,S00108839,7c1,Challenged Transitionaries,S01009239,Grangemouth - Bowhouse - 02,4a,Challenged white communities,S02001733,Grangemouth - Bowhouse,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176088 +176088,S00108191,6a2,Comfortable Suburbia,S01009200,Maddiston and Rumford - 02,8a,Affluent communities,S02001726,Maddiston and Rumford,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176089 +176089,S00108841,7c1,Challenged Transitionaries,S01009239,Grangemouth - Bowhouse - 02,4a,Challenged white communities,S02001733,Grangemouth - Bowhouse,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176090 +176090,S00108875,7c1,Challenged Transitionaries,S01009201,Maddiston and Rumford - 03,4a,Challenged white communities,S02001726,Maddiston and Rumford,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176091 +176091,S00108889,7c1,Challenged Transitionaries,S01009093,Larbert - North Broomage and Inches - 06,4a,Challenged white communities,S02001703,Larbert - North Broomage and Inches,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176092 +176092,S00108927,7c1,Challenged Transitionaries,S01009083,High Bonnybridge and Greenhill - 01,5c,Comfortable neighbourhoods,S02001702,High Bonnybridge and Greenhill,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176093 +176093,S00108936,7c1,Challenged Transitionaries,S01009066,Denny - Nethermains - 06,4a,Challenged white communities,S02001698,Denny - Nethermains,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176094 +176094,S00108937,7c1,Challenged Transitionaries,S01009058,"Fankerton, Stoneywood and Denny Town - 04",4a,Challenged white communities,S02001697,"Fankerton, Stoneywood and Denny Town",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176095 +176095,S00108972,7c1,Challenged Transitionaries,S01009225,Grangemouth - Newlands - 07,4a,Challenged white communities,S02001730,Grangemouth - Newlands,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176096 +176096,S00107638,6a2,Comfortable Suburbia,S01009263,"Blackness, Bo'ness - Carriden and Grahamsdyke - 06",5b,Aspiring urban households,S02001737,"Blackness, Bo'ness - Carriden and Grahamsdyke",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176097 +176097,S00107645,6a2,Comfortable Suburbia,S01009137,Falkirk - Merchiston and New Carron Village - 06,8c,Comfortable suburbia,S02001712,Falkirk - Merchiston and New Carron Village,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176098 +176098,S00107646,6a2,Comfortable Suburbia,S01009107,Stenhousemuir East - 05,5c,Comfortable neighbourhoods,S02001706,Stenhousemuir East,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176099 +176099,S00107651,6a2,Comfortable Suburbia,S01009124,Carse and Grangemouth Old Town - 04,5d,Endeavouring social renters,S02001710,Carse and Grangemouth Old Town,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176100 +176100,S00107652,6a2,Comfortable Suburbia,S01009123,Carse and Grangemouth Old Town - 03,5c,Comfortable neighbourhoods,S02001710,Carse and Grangemouth Old Town,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176101 +176101,S00107656,6a2,Comfortable Suburbia,S01009190,Reddingmuirhead and Overton - 01,8c,Comfortable suburbia,S02001724,Reddingmuirhead and Overton,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176102 +176102,S00107657,6a2,Comfortable Suburbia,S01009190,Reddingmuirhead and Overton - 01,8c,Comfortable suburbia,S02001724,Reddingmuirhead and Overton,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176103 +176103,S00107662,6a2,Comfortable Suburbia,S01009089,Larbert - North Broomage and Inches - 02,8c,Comfortable suburbia,S02001703,Larbert - North Broomage and Inches,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176104 +176104,S00107665,6a2,Comfortable Suburbia,S01009091,Larbert - North Broomage and Inches - 04,8c,Comfortable suburbia,S02001703,Larbert - North Broomage and Inches,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176105 +176105,S00107666,6a2,Comfortable Suburbia,S01009091,Larbert - North Broomage and Inches - 04,8c,Comfortable suburbia,S02001703,Larbert - North Broomage and Inches,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176106 +176106,S00107667,6a2,Comfortable Suburbia,S01009090,Larbert - North Broomage and Inches - 03,8c,Comfortable suburbia,S02001703,Larbert - North Broomage and Inches,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176107 +176107,S00107668,6a2,Comfortable Suburbia,S01009089,Larbert - North Broomage and Inches - 02,8c,Comfortable suburbia,S02001703,Larbert - North Broomage and Inches,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176108 +176108,S00107669,6a2,Comfortable Suburbia,S01009091,Larbert - North Broomage and Inches - 04,8c,Comfortable suburbia,S02001703,Larbert - North Broomage and Inches,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176109 +176109,S00107670,6a2,Comfortable Suburbia,S01009090,Larbert - North Broomage and Inches - 03,8c,Comfortable suburbia,S02001703,Larbert - North Broomage and Inches,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176110 +176110,S00107671,6a2,Comfortable Suburbia,S01009091,Larbert - North Broomage and Inches - 04,8c,Comfortable suburbia,S02001703,Larbert - North Broomage and Inches,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176111 +176111,S00107672,6a2,Comfortable Suburbia,S01009089,Larbert - North Broomage and Inches - 02,8c,Comfortable suburbia,S02001703,Larbert - North Broomage and Inches,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176112 +176112,S00107801,6a2,Comfortable Suburbia,S01009176,Falkirk - Lochgreen and Lionthorn - 05,2b,Prospering countryside life,S02001720,Falkirk - Lochgreen and Lionthorn,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176113 +176113,S00107887,6a2,Comfortable Suburbia,S01009130,Falkirk - Bainsford and Langlees - 05,4b,Constrained renters,S02001711,Falkirk - Bainsford and Langlees,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176114 +176114,S00108133,6a2,Comfortable Suburbia,S01009214,Redding - 04,8b,Ageing suburbanites,S02001728,Redding,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176115 +176115,S00108145,6a2,Comfortable Suburbia,S01009194,Brightons and Wallacestone - 01,8b,Ageing suburbanites,S02001725,Brightons and Wallacestone,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176116 +176116,S00108146,6a2,Comfortable Suburbia,S01009194,Brightons and Wallacestone - 01,8b,Ageing suburbanites,S02001725,Brightons and Wallacestone,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176117 +176117,S00108147,6a2,Comfortable Suburbia,S01009191,Reddingmuirhead and Overton - 02,8c,Comfortable suburbia,S02001724,Reddingmuirhead and Overton,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176118 +176118,S00108240,7c2,Constrained Young Families,S01009101,Stenhousemuir West - 03,4a,Challenged white communities,S02001705,Stenhousemuir West,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176119 +176119,S00108170,5b2,Communal Retirement,S01009209,Polmont - 05,5a,Ageing urban communities,S02001727,Polmont,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176120 +176120,S00108758,8c2,Ageing Rural Industry Workers,S01009117,Carronshore - 01,5c,Comfortable neighbourhoods,S02001709,Carronshore,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176121 +176121,S00108245,7c2,Constrained Young Families,S01009102,Stenhousemuir West - 04,4a,Challenged white communities,S02001705,Stenhousemuir West,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176122 +176122,S00107829,6a4,Ageing in Suburbia,S01009154,Falkirk - Bantaskin - 01,8a,Affluent communities,S02001716,Falkirk - Bantaskin,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176123 +176123,S00108610,8c1,Ageing Industrious Workers,S01009185,Braes Villages - 02,5d,Endeavouring social renters,S02001723,Braes Villages,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176124 +176124,S00108230,6a2,Comfortable Suburbia,S01009098,Larbert - South Broomage and Village - 05,8b,Ageing suburbanites,S02001704,Larbert - South Broomage and Village,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176125 +176125,S00108844,8c2,Ageing Rural Industry Workers,S01009238,Grangemouth - Bowhouse - 01,4a,Challenged white communities,S02001733,Grangemouth - Bowhouse,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176126 +176126,S00108849,8c2,Ageing Rural Industry Workers,S01009213,Redding - 03,5a,Ageing urban communities,S02001728,Redding,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176127 +176127,S00108944,8c2,Ageing Rural Industry Workers,S01009075,"Banknock, Haggs and Longcroft - 05",5d,Endeavouring social renters,S02001700,"Banknock, Haggs and Longcroft",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176128 +176128,S00107648,1a3,Agricultural Communities,S01009122,Carse and Grangemouth Old Town - 02,2d,Rural traits,S02001710,Carse and Grangemouth Old Town,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176129 +176129,S00108649,1a3,Agricultural Communities,S01009187,Braes Villages - 04,2b,Prospering countryside life,S02001723,Braes Villages,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176130 +176130,S00108728,1a3,Agricultural Communities,S01009176,Falkirk - Lochgreen and Lionthorn - 05,2b,Prospering countryside life,S02001720,Falkirk - Lochgreen and Lionthorn,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176131 +176131,S00107660,7c1,Challenged Transitionaries,S01009231,Grangemouth - Town Centre - 05,5c,Comfortable neighbourhoods,S02001731,Grangemouth - Town Centre,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176132 +176132,S00107697,7c1,Challenged Transitionaries,S01009186,Braes Villages - 03,5c,Comfortable neighbourhoods,S02001723,Braes Villages,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176133 +176133,S00107762,7c1,Challenged Transitionaries,S01009171,Falkirk - Tamfourhill - 04,4a,Challenged white communities,S02001719,Falkirk - Tamfourhill,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176134 +176134,S00107788,7c1,Challenged Transitionaries,S01009161,Falkirk - Camelon East - 03,4d,Hard-pressed flat dwellers,S02001717,Falkirk - Camelon East,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176135 +176135,S00107806,7c1,Challenged Transitionaries,S01009169,Falkirk - Tamfourhill - 02,4a,Challenged white communities,S02001719,Falkirk - Tamfourhill,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176136 +176136,S00107809,7c1,Challenged Transitionaries,S01009169,Falkirk - Tamfourhill - 02,4a,Challenged white communities,S02001719,Falkirk - Tamfourhill,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176137 +176137,S00107821,7c1,Challenged Transitionaries,S01009158,Falkirk - Bantaskin - 05,4a,Challenged white communities,S02001716,Falkirk - Bantaskin,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176138 +176138,S00107935,7c1,Challenged Transitionaries,S01009142,Falkirk - Grahamston - 05,4d,Hard-pressed flat dwellers,S02001713,Falkirk - Grahamston,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176139 +176139,S00107939,7c1,Challenged Transitionaries,S01009147,Falkirk - Middlefield - 05,4a,Challenged white communities,S02001714,Falkirk - Middlefield,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176140 +176140,S00107959,7c1,Challenged Transitionaries,S01009145,Falkirk - Middlefield - 03,4a,Challenged white communities,S02001714,Falkirk - Middlefield,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176141 +176141,S00107961,7c1,Challenged Transitionaries,S01009145,Falkirk - Middlefield - 03,4a,Challenged white communities,S02001714,Falkirk - Middlefield,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176142 +176142,S00107978,7c1,Challenged Transitionaries,S01009226,Grangemouth - Newlands - 08,4d,Hard-pressed flat dwellers,S02001730,Grangemouth - Newlands,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176143 +176143,S00107979,7c1,Challenged Transitionaries,S01009228,Grangemouth - Town Centre - 02,4d,Hard-pressed flat dwellers,S02001731,Grangemouth - Town Centre,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176144 +176144,S00107982,7c1,Challenged Transitionaries,S01009227,Grangemouth - Town Centre - 01,4d,Hard-pressed flat dwellers,S02001731,Grangemouth - Town Centre,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176145 +176145,S00107989,7c1,Challenged Transitionaries,S01009224,Grangemouth - Newlands - 06,4a,Challenged white communities,S02001730,Grangemouth - Newlands,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176146 +176146,S00107991,7c1,Challenged Transitionaries,S01009224,Grangemouth - Newlands - 06,4a,Challenged white communities,S02001730,Grangemouth - Newlands,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176147 +176147,S00107994,7c1,Challenged Transitionaries,S01009224,Grangemouth - Newlands - 06,4a,Challenged white communities,S02001730,Grangemouth - Newlands,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176148 +176148,S00107998,7c1,Challenged Transitionaries,S01009221,Grangemouth - Newlands - 03,4a,Challenged white communities,S02001730,Grangemouth - Newlands,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176149 +176149,S00107999,7c1,Challenged Transitionaries,S01009224,Grangemouth - Newlands - 06,4a,Challenged white communities,S02001730,Grangemouth - Newlands,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176150 +176150,S00108014,7c1,Challenged Transitionaries,S01009222,Grangemouth - Newlands - 04,4a,Challenged white communities,S02001730,Grangemouth - Newlands,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176151 +176151,S00108029,7c1,Challenged Transitionaries,S01009228,Grangemouth - Town Centre - 02,4d,Hard-pressed flat dwellers,S02001731,Grangemouth - Town Centre,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176152 +176152,S00108031,7c1,Challenged Transitionaries,S01009230,Grangemouth - Town Centre - 04,4b,Constrained renters,S02001731,Grangemouth - Town Centre,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176153 +176153,S00108038,7c1,Challenged Transitionaries,S01009231,Grangemouth - Town Centre - 05,5c,Comfortable neighbourhoods,S02001731,Grangemouth - Town Centre,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176154 +176154,S00108044,7c1,Challenged Transitionaries,S01009235,Grangemouth - Kersiebank - 04,4d,Hard-pressed flat dwellers,S02001732,Grangemouth - Kersiebank,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176155 +176155,S00108045,7c1,Challenged Transitionaries,S01009235,Grangemouth - Kersiebank - 04,4d,Hard-pressed flat dwellers,S02001732,Grangemouth - Kersiebank,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176156 +176156,S00108050,7c1,Challenged Transitionaries,S01009234,Grangemouth - Kersiebank - 03,4d,Hard-pressed flat dwellers,S02001732,Grangemouth - Kersiebank,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176157 +176157,S00108087,7c1,Challenged Transitionaries,S01009238,Grangemouth - Bowhouse - 01,4a,Challenged white communities,S02001733,Grangemouth - Bowhouse,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176158 +176158,S00108091,7c1,Challenged Transitionaries,S01009239,Grangemouth - Bowhouse - 02,4a,Challenged white communities,S02001733,Grangemouth - Bowhouse,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176159 +176159,S00108092,7c1,Challenged Transitionaries,S01009238,Grangemouth - Bowhouse - 01,4a,Challenged white communities,S02001733,Grangemouth - Bowhouse,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176160 +176160,S00108101,7c1,Challenged Transitionaries,S01009215,Laurieston and Westquarter - 01,4a,Challenged white communities,S02001729,Laurieston and Westquarter,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176161 +176161,S00108103,7c1,Challenged Transitionaries,S01009215,Laurieston and Westquarter - 01,4a,Challenged white communities,S02001729,Laurieston and Westquarter,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176162 +176162,S00108110,7c1,Challenged Transitionaries,S01009218,Laurieston and Westquarter - 04,5c,Comfortable neighbourhoods,S02001729,Laurieston and Westquarter,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176163 +176163,S00108135,7c1,Challenged Transitionaries,S01009213,Redding - 03,5a,Ageing urban communities,S02001728,Redding,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176164 +176164,S00108232,7c1,Challenged Transitionaries,S01009100,Stenhousemuir West - 02,4a,Challenged white communities,S02001705,Stenhousemuir West,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176165 +176165,S00108246,7c1,Challenged Transitionaries,S01009100,Stenhousemuir West - 02,4a,Challenged white communities,S02001705,Stenhousemuir West,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176166 +176166,S00108252,7c1,Challenged Transitionaries,S01009096,Larbert - South Broomage and Village - 03,5a,Ageing urban communities,S02001704,Larbert - South Broomage and Village,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176167 +176167,S00108298,7c1,Challenged Transitionaries,S01009104,Stenhousemuir East - 02,5c,Comfortable neighbourhoods,S02001706,Stenhousemuir East,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176168 +176168,S00108320,7c1,Challenged Transitionaries,S01009180,Hallglen and Glen Village - 04,4a,Challenged white communities,S02001721,Hallglen and Glen Village,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176169 +176169,S00108321,7c1,Challenged Transitionaries,S01009180,Hallglen and Glen Village - 04,4a,Challenged white communities,S02001721,Hallglen and Glen Village,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176170 +176170,S00108648,8c1,Ageing Industrious Workers,S01009208,Polmont - 04,5c,Comfortable neighbourhoods,S02001727,Polmont,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176171 +176171,S00108282,7c2,Constrained Young Families,S01009106,Stenhousemuir East - 04,5d,Endeavouring social renters,S02001706,Stenhousemuir East,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176172 +176172,S00108398,5b2,Communal Retirement,S01009059,"Fankerton, Stoneywood and Denny Town - 05",5c,Comfortable neighbourhoods,S02001697,"Fankerton, Stoneywood and Denny Town",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176173 +176173,S00108253,6a2,Comfortable Suburbia,S01009096,Larbert - South Broomage and Village - 03,5a,Ageing urban communities,S02001704,Larbert - South Broomage and Village,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176174 +176174,S00108254,6a2,Comfortable Suburbia,S01009096,Larbert - South Broomage and Village - 03,5a,Ageing urban communities,S02001704,Larbert - South Broomage and Village,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176175 +176175,S00107833,6a4,Ageing in Suburbia,S01009154,Falkirk - Bantaskin - 01,8a,Affluent communities,S02001716,Falkirk - Bantaskin,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176176 +176176,S00108659,8c1,Ageing Industrious Workers,S01009100,Stenhousemuir West - 02,4a,Challenged white communities,S02001705,Stenhousemuir West,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176177 +176177,S00108328,7c2,Constrained Young Families,S01009178,Hallglen and Glen Village - 02,4a,Challenged white communities,S02001721,Hallglen and Glen Village,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176178 +176178,S00108255,6a2,Comfortable Suburbia,S01009096,Larbert - South Broomage and Village - 03,5a,Ageing urban communities,S02001704,Larbert - South Broomage and Village,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176179 +176179,S00107836,6a4,Ageing in Suburbia,S01009154,Falkirk - Bantaskin - 01,8a,Affluent communities,S02001716,Falkirk - Bantaskin,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176180 +176180,S00108556,5b2,Communal Retirement,S01009257,Bo'ness - Kinneil - 05,5e,Primary sector workers,S02001736,Bo'ness - Kinneil,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176181 +176181,S00108685,8c1,Ageing Industrious Workers,S01009079,Bonnybridge - 03,5a,Ageing urban communities,S02001701,Bonnybridge,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176182 +176182,S00108330,7c2,Constrained Young Families,S01009177,Hallglen and Glen Village - 01,4a,Challenged white communities,S02001721,Hallglen and Glen Village,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176183 +176183,S00108614,5b2,Communal Retirement,S01009136,Falkirk - Merchiston and New Carron Village - 05,3c,Highly qualified professionals,S02001712,Falkirk - Merchiston and New Carron Village,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176184 +176184,S00107841,6a4,Ageing in Suburbia,S01009155,Falkirk - Bantaskin - 02,8a,Affluent communities,S02001716,Falkirk - Bantaskin,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176185 +176185,S00108722,8c1,Ageing Industrious Workers,S01009182,Shieldhill - 02,5c,Comfortable neighbourhoods,S02001722,Shieldhill,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176186 +176186,S00108333,7c2,Constrained Young Families,S01009178,Hallglen and Glen Village - 02,4a,Challenged white communities,S02001721,Hallglen and Glen Village,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176187 +176187,S00108851,5b2,Communal Retirement,S01009192,Reddingmuirhead and Overton - 03,5a,Ageing urban communities,S02001724,Reddingmuirhead and Overton,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176188 +176188,S00107848,6a4,Ageing in Suburbia,S01009172,Falkirk - Lochgreen and Lionthorn - 01,8a,Affluent communities,S02001720,Falkirk - Lochgreen and Lionthorn,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176189 +176189,S00108745,8c1,Ageing Industrious Workers,S01009182,Shieldhill - 02,5c,Comfortable neighbourhoods,S02001722,Shieldhill,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176190 +176190,S00108336,7c2,Constrained Young Families,S01009077,Bonnybridge - 01,5c,Comfortable neighbourhoods,S02001701,Bonnybridge,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176191 +176191,S00108856,5b2,Communal Retirement,S01009195,Brightons and Wallacestone - 02,8c,Comfortable suburbia,S02001725,Brightons and Wallacestone,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176192 +176192,S00107850,6a4,Ageing in Suburbia,S01009172,Falkirk - Lochgreen and Lionthorn - 01,8a,Affluent communities,S02001720,Falkirk - Lochgreen and Lionthorn,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176193 +176193,S00108760,8c1,Ageing Industrious Workers,S01009117,Carronshore - 01,5c,Comfortable neighbourhoods,S02001709,Carronshore,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176194 +176194,S00108337,7c2,Constrained Young Families,S01009079,Bonnybridge - 03,5a,Ageing urban communities,S02001701,Bonnybridge,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176195 +176195,S00108364,7c2,Constrained Young Families,S01009087,High Bonnybridge and Greenhill - 05,5d,Endeavouring social renters,S02001702,High Bonnybridge and Greenhill,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176196 +176196,S00108387,7c2,Constrained Young Families,S01009064,Denny - Nethermains - 04,4a,Challenged white communities,S02001698,Denny - Nethermains,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176197 +176197,S00108400,7c2,Constrained Young Families,S01009062,Denny - Nethermains - 02,4a,Challenged white communities,S02001698,Denny - Nethermains,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176198 +176198,S00108416,7c2,Constrained Young Families,S01009053,Dunipace - 04,4d,Hard-pressed flat dwellers,S02001696,Dunipace,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176199 +176199,S00108417,7c2,Constrained Young Families,S01009053,Dunipace - 04,4d,Hard-pressed flat dwellers,S02001696,Dunipace,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176200 +176200,S00108419,7c2,Constrained Young Families,S01009053,Dunipace - 04,4d,Hard-pressed flat dwellers,S02001696,Dunipace,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176201 +176201,S00108420,7c2,Constrained Young Families,S01009057,"Fankerton, Stoneywood and Denny Town - 03",4d,Hard-pressed flat dwellers,S02001697,"Fankerton, Stoneywood and Denny Town",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176202 +176202,S00108424,7c2,Constrained Young Families,S01009059,"Fankerton, Stoneywood and Denny Town - 05",5c,Comfortable neighbourhoods,S02001697,"Fankerton, Stoneywood and Denny Town",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176203 +176203,S00108436,7c2,Constrained Young Families,S01009051,Dunipace - 02,5d,Endeavouring social renters,S02001696,Dunipace,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176204 +176204,S00108494,7c2,Constrained Young Families,S01009262,"Blackness, Bo'ness - Carriden and Grahamsdyke - 05",4d,Hard-pressed flat dwellers,S02001737,"Blackness, Bo'ness - Carriden and Grahamsdyke",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176205 +176205,S00108496,7c2,Constrained Young Families,S01009262,"Blackness, Bo'ness - Carriden and Grahamsdyke - 05",4d,Hard-pressed flat dwellers,S02001737,"Blackness, Bo'ness - Carriden and Grahamsdyke",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176206 +176206,S00108515,7c2,Constrained Young Families,S01009261,"Blackness, Bo'ness - Carriden and Grahamsdyke - 04",4b,Constrained renters,S02001737,"Blackness, Bo'ness - Carriden and Grahamsdyke",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176207 +176207,S00108551,7c2,Constrained Young Families,S01009254,Bo'ness - Kinneil - 02,4a,Challenged white communities,S02001736,Bo'ness - Kinneil,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176208 +176208,S00108593,7c2,Constrained Young Families,S01009254,Bo'ness - Kinneil - 02,4a,Challenged white communities,S02001736,Bo'ness - Kinneil,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176209 +176209,S00108620,7c2,Constrained Young Families,S01009126,Falkirk - Bainsford and Langlees - 01,4d,Hard-pressed flat dwellers,S02001711,Falkirk - Bainsford and Langlees,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176210 +176210,S00108260,6a2,Comfortable Suburbia,S01009092,Larbert - North Broomage and Inches - 05,5c,Comfortable neighbourhoods,S02001703,Larbert - North Broomage and Inches,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176211 +176211,S00108622,7c2,Constrained Young Families,S01009141,Falkirk - Grahamston - 04,4d,Hard-pressed flat dwellers,S02001713,Falkirk - Grahamston,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176212 +176212,S00108632,7c2,Constrained Young Families,S01009234,Grangemouth - Kersiebank - 03,4d,Hard-pressed flat dwellers,S02001732,Grangemouth - Kersiebank,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176213 +176213,S00108704,7c2,Constrained Young Families,S01009177,Hallglen and Glen Village - 01,4a,Challenged white communities,S02001721,Hallglen and Glen Village,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176214 +176214,S00108705,7c2,Constrained Young Families,S01009178,Hallglen and Glen Village - 02,4a,Challenged white communities,S02001721,Hallglen and Glen Village,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176215 +176215,S00108716,7c2,Constrained Young Families,S01009057,"Fankerton, Stoneywood and Denny Town - 03",4d,Hard-pressed flat dwellers,S02001697,"Fankerton, Stoneywood and Denny Town",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176216 +176216,S00108776,7c2,Constrained Young Families,S01009159,Falkirk - Camelon East - 01,4d,Hard-pressed flat dwellers,S02001717,Falkirk - Camelon East,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176217 +176217,S00108791,7c2,Constrained Young Families,S01009161,Falkirk - Camelon East - 03,4d,Hard-pressed flat dwellers,S02001717,Falkirk - Camelon East,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176218 +176218,S00108825,7c2,Constrained Young Families,S01009228,Grangemouth - Town Centre - 02,4d,Hard-pressed flat dwellers,S02001731,Grangemouth - Town Centre,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176219 +176219,S00108836,7c2,Constrained Young Families,S01009239,Grangemouth - Bowhouse - 02,4a,Challenged white communities,S02001733,Grangemouth - Bowhouse,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176220 +176220,S00108838,7c2,Constrained Young Families,S01009239,Grangemouth - Bowhouse - 02,4a,Challenged white communities,S02001733,Grangemouth - Bowhouse,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176221 +176221,S00108908,7c2,Constrained Young Families,S01009104,Stenhousemuir East - 02,5c,Comfortable neighbourhoods,S02001706,Stenhousemuir East,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176222 +176222,S00108923,7c2,Constrained Young Families,S01009086,High Bonnybridge and Greenhill - 04,5c,Comfortable neighbourhoods,S02001702,High Bonnybridge and Greenhill,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176223 +176223,S00108938,7c2,Constrained Young Families,S01009058,"Fankerton, Stoneywood and Denny Town - 04",4a,Challenged white communities,S02001697,"Fankerton, Stoneywood and Denny Town",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176224 +176224,S00108945,7c2,Constrained Young Families,S01009249,Bo'ness - Newtown - 02,4a,Challenged white communities,S02001735,Bo'ness - Newtown,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176225 +176225,S00107636,5b1,Delayed Retirement,S01009263,"Blackness, Bo'ness - Carriden and Grahamsdyke - 06",5b,Aspiring urban households,S02001737,"Blackness, Bo'ness - Carriden and Grahamsdyke",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176226 +176226,S00107731,5b1,Delayed Retirement,S01009151,Falkirk - Town Centre and Callendar Park - 03,5c,Comfortable neighbourhoods,S02001715,Falkirk - Town Centre and Callendar Park,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176227 +176227,S00107736,5b1,Delayed Retirement,S01009152,Falkirk - Town Centre and Callendar Park - 04,4d,Hard-pressed flat dwellers,S02001715,Falkirk - Town Centre and Callendar Park,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176228 +176228,S00107754,5b1,Delayed Retirement,S01009153,Falkirk - Town Centre and Callendar Park - 05,3d,Households in terraces and flats,S02001715,Falkirk - Town Centre and Callendar Park,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176229 +176229,S00107755,5b1,Delayed Retirement,S01009153,Falkirk - Town Centre and Callendar Park - 05,3d,Households in terraces and flats,S02001715,Falkirk - Town Centre and Callendar Park,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176230 +176230,S00107757,5b1,Delayed Retirement,S01009149,Falkirk - Town Centre and Callendar Park - 01,5c,Comfortable neighbourhoods,S02001715,Falkirk - Town Centre and Callendar Park,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176231 +176231,S00107797,5b1,Delayed Retirement,S01009163,Falkirk - Camelon East - 05,5a,Ageing urban communities,S02001717,Falkirk - Camelon East,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176232 +176232,S00107828,5b1,Delayed Retirement,S01009154,Falkirk - Bantaskin - 01,8a,Affluent communities,S02001716,Falkirk - Bantaskin,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176233 +176233,S00107835,5b1,Delayed Retirement,S01009154,Falkirk - Bantaskin - 01,8a,Affluent communities,S02001716,Falkirk - Bantaskin,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176234 +176234,S00107837,5b1,Delayed Retirement,S01009154,Falkirk - Bantaskin - 01,8a,Affluent communities,S02001716,Falkirk - Bantaskin,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176235 +176235,S00108025,6a4,Ageing in Suburbia,S01009237,Grangemouth - Kersiebank - 06,5a,Ageing urban communities,S02001732,Grangemouth - Kersiebank,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176236 +176236,S00108138,6a4,Ageing in Suburbia,S01009192,Reddingmuirhead and Overton - 03,5a,Ageing urban communities,S02001724,Reddingmuirhead and Overton,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176237 +176237,S00108893,8c1,Ageing Industrious Workers,S01009092,Larbert - North Broomage and Inches - 05,5c,Comfortable neighbourhoods,S02001703,Larbert - North Broomage and Inches,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176238 +176238,S00107937,3c1,Constrained Neighbourhoods,S01009146,Falkirk - Middlefield - 04,4d,Hard-pressed flat dwellers,S02001714,Falkirk - Middlefield,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176239 +176239,S00108900,8c1,Ageing Industrious Workers,S01009099,Stenhousemuir West - 01,5c,Comfortable neighbourhoods,S02001705,Stenhousemuir West,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176240 +176240,S00107654,7c2,Constrained Young Families,S01009122,Carse and Grangemouth Old Town - 02,2d,Rural traits,S02001710,Carse and Grangemouth Old Town,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176241 +176241,S00108182,6a4,Ageing in Suburbia,S01009205,Polmont - 01,8c,Comfortable suburbia,S02001727,Polmont,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176242 +176242,S00108909,8c1,Ageing Industrious Workers,S01009106,Stenhousemuir East - 04,5d,Endeavouring social renters,S02001706,Stenhousemuir East,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176243 +176243,S00108189,6a4,Ageing in Suburbia,S01009198,Brightons and Wallacestone - 05,5c,Comfortable neighbourhoods,S02001725,Brightons and Wallacestone,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176244 +176244,S00107722,7c2,Constrained Young Families,S01009119,Carronshore - 03,4a,Challenged white communities,S02001709,Carronshore,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176245 +176245,S00108214,6a4,Ageing in Suburbia,S01009207,Polmont - 03,8b,Ageing suburbanites,S02001727,Polmont,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176246 +176246,S00108924,8c1,Ageing Industrious Workers,S01009086,High Bonnybridge and Greenhill - 04,5c,Comfortable neighbourhoods,S02001702,High Bonnybridge and Greenhill,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176247 +176247,S00108247,6a4,Ageing in Suburbia,S01009088,Larbert - North Broomage and Inches - 01,2d,Rural traits,S02001703,Larbert - North Broomage and Inches,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176248 +176248,S00108942,8c1,Ageing Industrious Workers,S01009050,Dunipace - 01,5c,Comfortable neighbourhoods,S02001696,Dunipace,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176249 +176249,S00108603,6a4,Ageing in Suburbia,S01009149,Falkirk - Town Centre and Callendar Park - 01,5c,Comfortable neighbourhoods,S02001715,Falkirk - Town Centre and Callendar Park,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176250 +176250,S00107627,1b3,Ageing Rural Flat Tenants,S01009258,"Blackness, Bo'ness - Carriden and Grahamsdyke - 01",2d,Rural traits,S02001737,"Blackness, Bo'ness - Carriden and Grahamsdyke",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176251 +176251,S00108652,6a4,Ageing in Suburbia,S01009198,Brightons and Wallacestone - 05,5c,Comfortable neighbourhoods,S02001725,Brightons and Wallacestone,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176252 +176252,S00107765,7c2,Constrained Young Families,S01009170,Falkirk - Tamfourhill - 03,4a,Challenged white communities,S02001719,Falkirk - Tamfourhill,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176253 +176253,S00107630,1b3,Ageing Rural Flat Tenants,S01009258,"Blackness, Bo'ness - Carriden and Grahamsdyke - 01",2d,Rural traits,S02001737,"Blackness, Bo'ness - Carriden and Grahamsdyke",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176254 +176254,S00108793,6a4,Ageing in Suburbia,S01009156,Falkirk - Bantaskin - 03,8a,Affluent communities,S02001716,Falkirk - Bantaskin,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176255 +176255,S00107767,7c2,Constrained Young Families,S01009167,Falkirk - Camelon West - 04,4a,Challenged white communities,S02001718,Falkirk - Camelon West,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176256 +176256,S00107649,1b3,Ageing Rural Flat Tenants,S01009122,Carse and Grangemouth Old Town - 02,2d,Rural traits,S02001710,Carse and Grangemouth Old Town,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176257 +176257,S00108805,6a4,Ageing in Suburbia,S01009132,Falkirk - Merchiston and New Carron Village - 01,5b,Aspiring urban households,S02001712,Falkirk - Merchiston and New Carron Village,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176258 +176258,S00107779,7c2,Constrained Young Families,S01009166,Falkirk - Camelon West - 03,4d,Hard-pressed flat dwellers,S02001718,Falkirk - Camelon West,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176259 +176259,S00107780,7c2,Constrained Young Families,S01009166,Falkirk - Camelon West - 03,4d,Hard-pressed flat dwellers,S02001718,Falkirk - Camelon West,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176260 +176260,S00107869,7c2,Constrained Young Families,S01009128,Falkirk - Bainsford and Langlees - 03,4d,Hard-pressed flat dwellers,S02001711,Falkirk - Bainsford and Langlees,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176261 +176261,S00107871,7c2,Constrained Young Families,S01009129,Falkirk - Bainsford and Langlees - 04,4d,Hard-pressed flat dwellers,S02001711,Falkirk - Bainsford and Langlees,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176262 +176262,S00107874,7c2,Constrained Young Families,S01009127,Falkirk - Bainsford and Langlees - 02,4a,Challenged white communities,S02001711,Falkirk - Bainsford and Langlees,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176263 +176263,S00107875,7c2,Constrained Young Families,S01009127,Falkirk - Bainsford and Langlees - 02,4a,Challenged white communities,S02001711,Falkirk - Bainsford and Langlees,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176264 +176264,S00107876,7c2,Constrained Young Families,S01009126,Falkirk - Bainsford and Langlees - 01,4d,Hard-pressed flat dwellers,S02001711,Falkirk - Bainsford and Langlees,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176265 +176265,S00107877,7c2,Constrained Young Families,S01009126,Falkirk - Bainsford and Langlees - 01,4d,Hard-pressed flat dwellers,S02001711,Falkirk - Bainsford and Langlees,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176266 +176266,S00107878,7c2,Constrained Young Families,S01009127,Falkirk - Bainsford and Langlees - 02,4a,Challenged white communities,S02001711,Falkirk - Bainsford and Langlees,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176267 +176267,S00107879,7c2,Constrained Young Families,S01009127,Falkirk - Bainsford and Langlees - 02,4a,Challenged white communities,S02001711,Falkirk - Bainsford and Langlees,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176268 +176268,S00107880,7c2,Constrained Young Families,S01009127,Falkirk - Bainsford and Langlees - 02,4a,Challenged white communities,S02001711,Falkirk - Bainsford and Langlees,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176269 +176269,S00107881,7c2,Constrained Young Families,S01009127,Falkirk - Bainsford and Langlees - 02,4a,Challenged white communities,S02001711,Falkirk - Bainsford and Langlees,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176270 +176270,S00107883,7c2,Constrained Young Families,S01009126,Falkirk - Bainsford and Langlees - 01,4d,Hard-pressed flat dwellers,S02001711,Falkirk - Bainsford and Langlees,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176271 +176271,S00107886,7c2,Constrained Young Families,S01009129,Falkirk - Bainsford and Langlees - 04,4d,Hard-pressed flat dwellers,S02001711,Falkirk - Bainsford and Langlees,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176272 +176272,S00107893,7c2,Constrained Young Families,S01009128,Falkirk - Bainsford and Langlees - 03,4d,Hard-pressed flat dwellers,S02001711,Falkirk - Bainsford and Langlees,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176273 +176273,S00107929,7c2,Constrained Young Families,S01009147,Falkirk - Middlefield - 05,4a,Challenged white communities,S02001714,Falkirk - Middlefield,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176274 +176274,S00107930,7c2,Constrained Young Families,S01009148,Falkirk - Middlefield - 06,4a,Challenged white communities,S02001714,Falkirk - Middlefield,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176275 +176275,S00107932,7c2,Constrained Young Families,S01009147,Falkirk - Middlefield - 05,4a,Challenged white communities,S02001714,Falkirk - Middlefield,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176276 +176276,S00107951,7c2,Constrained Young Families,S01009147,Falkirk - Middlefield - 05,4a,Challenged white communities,S02001714,Falkirk - Middlefield,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176277 +176277,S00107953,7c2,Constrained Young Families,S01009143,Falkirk - Middlefield - 01,4d,Hard-pressed flat dwellers,S02001714,Falkirk - Middlefield,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176278 +176278,S00107958,7c2,Constrained Young Families,S01009145,Falkirk - Middlefield - 03,4a,Challenged white communities,S02001714,Falkirk - Middlefield,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176279 +176279,S00107972,7c2,Constrained Young Families,S01009228,Grangemouth - Town Centre - 02,4d,Hard-pressed flat dwellers,S02001731,Grangemouth - Town Centre,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176280 +176280,S00107990,7c2,Constrained Young Families,S01009224,Grangemouth - Newlands - 06,4a,Challenged white communities,S02001730,Grangemouth - Newlands,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176281 +176281,S00107993,7c2,Constrained Young Families,S01009224,Grangemouth - Newlands - 06,4a,Challenged white communities,S02001730,Grangemouth - Newlands,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176282 +176282,S00108005,7c2,Constrained Young Families,S01009221,Grangemouth - Newlands - 03,4a,Challenged white communities,S02001730,Grangemouth - Newlands,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176283 +176283,S00108049,7c2,Constrained Young Families,S01009234,Grangemouth - Kersiebank - 03,4d,Hard-pressed flat dwellers,S02001732,Grangemouth - Kersiebank,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176284 +176284,S00108057,7c2,Constrained Young Families,S01009241,Grangemouth - Bowhouse - 04,4a,Challenged white communities,S02001733,Grangemouth - Bowhouse,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176285 +176285,S00108059,7c2,Constrained Young Families,S01009241,Grangemouth - Bowhouse - 04,4a,Challenged white communities,S02001733,Grangemouth - Bowhouse,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176286 +176286,S00108061,7c2,Constrained Young Families,S01009241,Grangemouth - Bowhouse - 04,4a,Challenged white communities,S02001733,Grangemouth - Bowhouse,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176287 +176287,S00108069,7c2,Constrained Young Families,S01009240,Grangemouth - Bowhouse - 03,4d,Hard-pressed flat dwellers,S02001733,Grangemouth - Bowhouse,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176288 +176288,S00108072,7c2,Constrained Young Families,S01009240,Grangemouth - Bowhouse - 03,4d,Hard-pressed flat dwellers,S02001733,Grangemouth - Bowhouse,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176289 +176289,S00108291,6a2,Comfortable Suburbia,S01009115,Carron - 03,5c,Comfortable neighbourhoods,S02001708,Carron,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176290 +176290,S00108080,7c2,Constrained Young Families,S01009232,Grangemouth - Kersiebank - 01,4d,Hard-pressed flat dwellers,S02001732,Grangemouth - Kersiebank,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176291 +176291,S00108089,7c2,Constrained Young Families,S01009239,Grangemouth - Bowhouse - 02,4a,Challenged white communities,S02001733,Grangemouth - Bowhouse,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176292 +176292,S00108100,7c2,Constrained Young Families,S01009215,Laurieston and Westquarter - 01,4a,Challenged white communities,S02001729,Laurieston and Westquarter,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176293 +176293,S00108117,7c2,Constrained Young Families,S01009217,Laurieston and Westquarter - 03,4a,Challenged white communities,S02001729,Laurieston and Westquarter,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176294 +176294,S00108118,7c2,Constrained Young Families,S01009217,Laurieston and Westquarter - 03,4a,Challenged white communities,S02001729,Laurieston and Westquarter,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176295 +176295,S00107807,1b3,Ageing Rural Flat Tenants,S01009157,Falkirk - Bantaskin - 04,5d,Endeavouring social renters,S02001716,Falkirk - Bantaskin,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176296 +176296,S00108396,6a2,Comfortable Suburbia,S01009059,"Fankerton, Stoneywood and Denny Town - 05",5c,Comfortable neighbourhoods,S02001697,"Fankerton, Stoneywood and Denny Town",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176297 +176297,S00107858,1b3,Ageing Rural Flat Tenants,S01009134,Falkirk - Merchiston and New Carron Village - 03,5c,Comfortable neighbourhoods,S02001712,Falkirk - Merchiston and New Carron Village,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176298 +176298,S00108397,6a2,Comfortable Suburbia,S01009059,"Fankerton, Stoneywood and Denny Town - 05",5c,Comfortable neighbourhoods,S02001697,"Fankerton, Stoneywood and Denny Town",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176299 +176299,S00107964,1b3,Ageing Rural Flat Tenants,S01009220,Grangemouth - Newlands - 02,4a,Challenged white communities,S02001730,Grangemouth - Newlands,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176300 +176300,S00108859,6a4,Ageing in Suburbia,S01009195,Brightons and Wallacestone - 02,8c,Comfortable suburbia,S02001725,Brightons and Wallacestone,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176301 +176301,S00108403,6a2,Comfortable Suburbia,S01009063,Denny - Nethermains - 03,5d,Endeavouring social renters,S02001698,Denny - Nethermains,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176302 +176302,S00108041,1b3,Ageing Rural Flat Tenants,S01009236,Grangemouth - Kersiebank - 05,5c,Comfortable neighbourhoods,S02001732,Grangemouth - Kersiebank,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176303 +176303,S00108861,6a4,Ageing in Suburbia,S01009198,Brightons and Wallacestone - 05,5c,Comfortable neighbourhoods,S02001725,Brightons and Wallacestone,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176304 +176304,S00108491,6a2,Comfortable Suburbia,S01009259,"Blackness, Bo'ness - Carriden and Grahamsdyke - 02",8c,Comfortable suburbia,S02001737,"Blackness, Bo'ness - Carriden and Grahamsdyke",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176305 +176305,S00108104,1b3,Ageing Rural Flat Tenants,S01009215,Laurieston and Westquarter - 01,4a,Challenged white communities,S02001729,Laurieston and Westquarter,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176306 +176306,S00108862,6a4,Ageing in Suburbia,S01009208,Polmont - 04,5c,Comfortable neighbourhoods,S02001727,Polmont,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176307 +176307,S00108524,6a2,Comfortable Suburbia,S01009245,Bo'ness - Douglas - 03,5c,Comfortable neighbourhoods,S02001734,Bo'ness - Douglas,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176308 +176308,S00108597,6a2,Comfortable Suburbia,S01009183,Shieldhill - 03,8c,Comfortable suburbia,S02001722,Shieldhill,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176309 +176309,S00108611,6a2,Comfortable Suburbia,S01009176,Falkirk - Lochgreen and Lionthorn - 05,2b,Prospering countryside life,S02001720,Falkirk - Lochgreen and Lionthorn,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176310 +176310,S00108615,6a2,Comfortable Suburbia,S01009137,Falkirk - Merchiston and New Carron Village - 06,8c,Comfortable suburbia,S02001712,Falkirk - Merchiston and New Carron Village,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176311 +176311,S00108616,6a2,Comfortable Suburbia,S01009137,Falkirk - Merchiston and New Carron Village - 06,8c,Comfortable suburbia,S02001712,Falkirk - Merchiston and New Carron Village,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176312 +176312,S00108617,6a2,Comfortable Suburbia,S01009137,Falkirk - Merchiston and New Carron Village - 06,8c,Comfortable suburbia,S02001712,Falkirk - Merchiston and New Carron Village,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176313 +176313,S00108618,6a2,Comfortable Suburbia,S01009136,Falkirk - Merchiston and New Carron Village - 05,3c,Highly qualified professionals,S02001712,Falkirk - Merchiston and New Carron Village,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176314 +176314,S00108619,6a2,Comfortable Suburbia,S01009136,Falkirk - Merchiston and New Carron Village - 05,3c,Highly qualified professionals,S02001712,Falkirk - Merchiston and New Carron Village,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176315 +176315,S00108636,6a2,Comfortable Suburbia,S01009197,Brightons and Wallacestone - 04,8c,Comfortable suburbia,S02001725,Brightons and Wallacestone,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176316 +176316,S00108637,6a2,Comfortable Suburbia,S01009197,Brightons and Wallacestone - 04,8c,Comfortable suburbia,S02001725,Brightons and Wallacestone,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176317 +176317,S00108641,6a2,Comfortable Suburbia,S01009190,Reddingmuirhead and Overton - 01,8c,Comfortable suburbia,S02001724,Reddingmuirhead and Overton,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176318 +176318,S00108644,6a2,Comfortable Suburbia,S01009200,Maddiston and Rumford - 02,8a,Affluent communities,S02001726,Maddiston and Rumford,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176319 +176319,S00108645,6a2,Comfortable Suburbia,S01009200,Maddiston and Rumford - 02,8a,Affluent communities,S02001726,Maddiston and Rumford,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176320 +176320,S00108646,6a2,Comfortable Suburbia,S01009200,Maddiston and Rumford - 02,8a,Affluent communities,S02001726,Maddiston and Rumford,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176321 +176321,S00108670,6a2,Comfortable Suburbia,S01009060,"Fankerton, Stoneywood and Denny Town - 06",8c,Comfortable suburbia,S02001697,"Fankerton, Stoneywood and Denny Town",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176322 +176322,S00108672,6a2,Comfortable Suburbia,S01009060,"Fankerton, Stoneywood and Denny Town - 06",8c,Comfortable suburbia,S02001697,"Fankerton, Stoneywood and Denny Town",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176323 +176323,S00108674,6a2,Comfortable Suburbia,S01009060,"Fankerton, Stoneywood and Denny Town - 06",8c,Comfortable suburbia,S02001697,"Fankerton, Stoneywood and Denny Town",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176324 +176324,S00108726,6a2,Comfortable Suburbia,S01009174,Falkirk - Lochgreen and Lionthorn - 03,8c,Comfortable suburbia,S02001720,Falkirk - Lochgreen and Lionthorn,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176325 +176325,S00108727,6a2,Comfortable Suburbia,S01009173,Falkirk - Lochgreen and Lionthorn - 02,8c,Comfortable suburbia,S02001720,Falkirk - Lochgreen and Lionthorn,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176326 +176326,S00108729,6a2,Comfortable Suburbia,S01009176,Falkirk - Lochgreen and Lionthorn - 05,2b,Prospering countryside life,S02001720,Falkirk - Lochgreen and Lionthorn,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176327 +176327,S00108730,6a2,Comfortable Suburbia,S01009085,High Bonnybridge and Greenhill - 03,8c,Comfortable suburbia,S02001702,High Bonnybridge and Greenhill,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176328 +176328,S00108741,6a2,Comfortable Suburbia,S01009078,Bonnybridge - 02,8c,Comfortable suburbia,S02001701,Bonnybridge,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176329 +176329,S00108747,6a2,Comfortable Suburbia,S01009183,Shieldhill - 03,8c,Comfortable suburbia,S02001722,Shieldhill,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176330 +176330,S00108794,6a2,Comfortable Suburbia,S01009175,Falkirk - Lochgreen and Lionthorn - 04,8c,Comfortable suburbia,S02001720,Falkirk - Lochgreen and Lionthorn,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176331 +176331,S00108795,6a2,Comfortable Suburbia,S01009175,Falkirk - Lochgreen and Lionthorn - 04,8c,Comfortable suburbia,S02001720,Falkirk - Lochgreen and Lionthorn,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176332 +176332,S00108868,6a2,Comfortable Suburbia,S01009199,Maddiston and Rumford - 01,8c,Comfortable suburbia,S02001726,Maddiston and Rumford,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176333 +176333,S00108871,6a2,Comfortable Suburbia,S01009202,Maddiston and Rumford - 04,8c,Comfortable suburbia,S02001726,Maddiston and Rumford,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176334 +176334,S00108872,6a2,Comfortable Suburbia,S01009202,Maddiston and Rumford - 04,8c,Comfortable suburbia,S02001726,Maddiston and Rumford,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176335 +176335,S00108873,6a2,Comfortable Suburbia,S01009202,Maddiston and Rumford - 04,8c,Comfortable suburbia,S02001726,Maddiston and Rumford,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176336 +176336,S00108887,6a2,Comfortable Suburbia,S01009097,Larbert - South Broomage and Village - 04,8c,Comfortable suburbia,S02001704,Larbert - South Broomage and Village,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176337 +176337,S00108888,6a2,Comfortable Suburbia,S01009097,Larbert - South Broomage and Village - 04,8c,Comfortable suburbia,S02001704,Larbert - South Broomage and Village,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176338 +176338,S00108898,6a2,Comfortable Suburbia,S01009089,Larbert - North Broomage and Inches - 02,8c,Comfortable suburbia,S02001703,Larbert - North Broomage and Inches,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176339 +176339,S00108899,6a2,Comfortable Suburbia,S01009091,Larbert - North Broomage and Inches - 04,8c,Comfortable suburbia,S02001703,Larbert - North Broomage and Inches,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176340 +176340,S00108931,6a2,Comfortable Suburbia,S01009069,Head of Muir and Dennyloanhead - 03,8b,Ageing suburbanites,S02001699,Head of Muir and Dennyloanhead,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176341 +176341,S00108949,6a2,Comfortable Suburbia,S01009252,Bo'ness - Newtown - 05,8c,Comfortable suburbia,S02001735,Bo'ness - Newtown,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176342 +176342,S00108957,6a2,Comfortable Suburbia,S01009088,Larbert - North Broomage and Inches - 01,2d,Rural traits,S02001703,Larbert - North Broomage and Inches,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176343 +176343,S00108964,6a2,Comfortable Suburbia,S01009113,Carron - 01,8a,Affluent communities,S02001708,Carron,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176344 +176344,S00108965,6a2,Comfortable Suburbia,S01009175,Falkirk - Lochgreen and Lionthorn - 04,8c,Comfortable suburbia,S02001720,Falkirk - Lochgreen and Lionthorn,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176345 +176345,S00108173,1b3,Ageing Rural Flat Tenants,S01009208,Polmont - 04,5c,Comfortable neighbourhoods,S02001727,Polmont,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176346 +176346,S00108589,1b3,Ageing Rural Flat Tenants,S01009245,Bo'ness - Douglas - 03,5c,Comfortable neighbourhoods,S02001734,Bo'ness - Douglas,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176347 +176347,S00108732,1b3,Ageing Rural Flat Tenants,S01009084,High Bonnybridge and Greenhill - 02,2a,Ageing rural neighbourhoods,S02001702,High Bonnybridge and Greenhill,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176348 +176348,S00108743,1b3,Ageing Rural Flat Tenants,S01009055,"Fankerton, Stoneywood and Denny Town - 01",2d,Rural traits,S02001697,"Fankerton, Stoneywood and Denny Town",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176349 +176349,S00108828,1b3,Ageing Rural Flat Tenants,S01009226,Grangemouth - Newlands - 08,4d,Hard-pressed flat dwellers,S02001730,Grangemouth - Newlands,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176350 +176350,S00108864,1b3,Ageing Rural Flat Tenants,S01009210,Polmont - 06,2b,Prospering countryside life,S02001727,Polmont,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176351 +176351,S00108925,1b3,Ageing Rural Flat Tenants,S01009084,High Bonnybridge and Greenhill - 02,2a,Ageing rural neighbourhoods,S02001702,High Bonnybridge and Greenhill,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176352 +176352,S00108956,1b3,Ageing Rural Flat Tenants,S01009088,Larbert - North Broomage and Inches - 01,2d,Rural traits,S02001703,Larbert - North Broomage and Inches,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176353 +176353,S00107682,8c2,Ageing Rural Industry Workers,S01009188,Braes Villages - 05,2d,Rural traits,S02001723,Braes Villages,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176354 +176354,S00107684,8c2,Ageing Rural Industry Workers,S01009184,Braes Villages - 01,5e,Primary sector workers,S02001723,Braes Villages,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176355 +176355,S00107687,8c2,Ageing Rural Industry Workers,S01009184,Braes Villages - 01,5e,Primary sector workers,S02001723,Braes Villages,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176356 +176356,S00107810,8c2,Ageing Rural Industry Workers,S01009157,Falkirk - Bantaskin - 04,5d,Endeavouring social renters,S02001716,Falkirk - Bantaskin,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176357 +176357,S00107940,8c2,Ageing Rural Industry Workers,S01009147,Falkirk - Middlefield - 05,4a,Challenged white communities,S02001714,Falkirk - Middlefield,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176358 +176358,S00108865,6a4,Ageing in Suburbia,S01009210,Polmont - 06,2b,Prospering countryside life,S02001727,Polmont,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176359 +176359,S00108004,8c2,Ageing Rural Industry Workers,S01009223,Grangemouth - Newlands - 05,5d,Endeavouring social renters,S02001730,Grangemouth - Newlands,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176360 +176360,S00108008,8c2,Ageing Rural Industry Workers,S01009223,Grangemouth - Newlands - 05,5d,Endeavouring social renters,S02001730,Grangemouth - Newlands,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176361 +176361,S00108139,8c2,Ageing Rural Industry Workers,S01009213,Redding - 03,5a,Ageing urban communities,S02001728,Redding,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176362 +176362,S00108212,8c2,Ageing Rural Industry Workers,S01009204,Maddiston and Rumford - 06,5d,Endeavouring social renters,S02001726,Maddiston and Rumford,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176363 +176363,S00108343,8c2,Ageing Rural Industry Workers,S01009079,Bonnybridge - 03,5a,Ageing urban communities,S02001701,Bonnybridge,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176364 +176364,S00108368,8c2,Ageing Rural Industry Workers,S01009083,High Bonnybridge and Greenhill - 01,5c,Comfortable neighbourhoods,S02001702,High Bonnybridge and Greenhill,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176365 +176365,S00108460,8c2,Ageing Rural Industry Workers,S01009073,"Banknock, Haggs and Longcroft - 03",5a,Ageing urban communities,S02001700,"Banknock, Haggs and Longcroft",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176366 +176366,S00108480,8c2,Ageing Rural Industry Workers,S01009256,Bo'ness - Kinneil - 04,5c,Comfortable neighbourhoods,S02001736,Bo'ness - Kinneil,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176367 +176367,S00108517,8c2,Ageing Rural Industry Workers,S01009243,Bo'ness - Douglas - 01,5d,Endeavouring social renters,S02001734,Bo'ness - Douglas,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176368 +176368,S00108564,8c2,Ageing Rural Industry Workers,S01009125,Carse and Grangemouth Old Town - 05,5a,Ageing urban communities,S02001710,Carse and Grangemouth Old Town,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176369 +176369,S00108565,8c2,Ageing Rural Industry Workers,S01009125,Carse and Grangemouth Old Town - 05,5a,Ageing urban communities,S02001710,Carse and Grangemouth Old Town,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176370 +176370,S00108566,8c2,Ageing Rural Industry Workers,S01009125,Carse and Grangemouth Old Town - 05,5a,Ageing urban communities,S02001710,Carse and Grangemouth Old Town,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176371 +176371,S00108577,8c2,Ageing Rural Industry Workers,S01009073,"Banknock, Haggs and Longcroft - 03",5a,Ageing urban communities,S02001700,"Banknock, Haggs and Longcroft",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176372 +176372,S00108866,6a4,Ageing in Suburbia,S01009209,Polmont - 05,5a,Ageing urban communities,S02001727,Polmont,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176373 +176373,S00108870,6a4,Ageing in Suburbia,S01009199,Maddiston and Rumford - 01,8c,Comfortable suburbia,S02001726,Maddiston and Rumford,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176374 +176374,S00108880,6a4,Ageing in Suburbia,S01009098,Larbert - South Broomage and Village - 05,8b,Ageing suburbanites,S02001704,Larbert - South Broomage and Village,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176375 +176375,S00108881,6a4,Ageing in Suburbia,S01009095,Larbert - South Broomage and Village - 02,5a,Ageing urban communities,S02001704,Larbert - South Broomage and Village,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176376 +176376,S00108894,6a4,Ageing in Suburbia,S01009089,Larbert - North Broomage and Inches - 02,8c,Comfortable suburbia,S02001703,Larbert - North Broomage and Inches,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176377 +176377,S00108960,6a4,Ageing in Suburbia,S01009182,Shieldhill - 02,5c,Comfortable neighbourhoods,S02001722,Shieldhill,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176378 +176378,S00108963,6a4,Ageing in Suburbia,S01009115,Carron - 03,5c,Comfortable neighbourhoods,S02001708,Carron,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176379 +176379,S00107641,8c1,Ageing Industrious Workers,S01009185,Braes Villages - 02,5d,Endeavouring social renters,S02001723,Braes Villages,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176380 +176380,S00107681,8c1,Ageing Industrious Workers,S01009188,Braes Villages - 05,2d,Rural traits,S02001723,Braes Villages,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176381 +176381,S00107694,8c1,Ageing Industrious Workers,S01009186,Braes Villages - 03,5c,Comfortable neighbourhoods,S02001723,Braes Villages,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176382 +176382,S00107702,8c1,Ageing Industrious Workers,S01009181,Shieldhill - 01,5d,Endeavouring social renters,S02001722,Shieldhill,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176383 +176383,S00107820,8c1,Ageing Industrious Workers,S01009156,Falkirk - Bantaskin - 03,8a,Affluent communities,S02001716,Falkirk - Bantaskin,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176384 +176384,S00107865,8c1,Ageing Industrious Workers,S01009134,Falkirk - Merchiston and New Carron Village - 03,5c,Comfortable neighbourhoods,S02001712,Falkirk - Merchiston and New Carron Village,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176385 +176385,S00107955,8c1,Ageing Industrious Workers,S01009145,Falkirk - Middlefield - 03,4a,Challenged white communities,S02001714,Falkirk - Middlefield,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176386 +176386,S00108022,8c1,Ageing Industrious Workers,S01009233,Grangemouth - Kersiebank - 02,5d,Endeavouring social renters,S02001732,Grangemouth - Kersiebank,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176387 +176387,S00108097,8c1,Ageing Industrious Workers,S01009216,Laurieston and Westquarter - 02,4a,Challenged white communities,S02001729,Laurieston and Westquarter,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176388 +176388,S00108137,8c1,Ageing Industrious Workers,S01009192,Reddingmuirhead and Overton - 03,5a,Ageing urban communities,S02001724,Reddingmuirhead and Overton,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176389 +176389,S00108153,8c1,Ageing Industrious Workers,S01009190,Reddingmuirhead and Overton - 01,8c,Comfortable suburbia,S02001724,Reddingmuirhead and Overton,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176390 +176390,S00108156,8c1,Ageing Industrious Workers,S01009196,Brightons and Wallacestone - 03,5c,Comfortable neighbourhoods,S02001725,Brightons and Wallacestone,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176391 +176391,S00108200,8c1,Ageing Industrious Workers,S01009199,Maddiston and Rumford - 01,8c,Comfortable suburbia,S02001726,Maddiston and Rumford,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176392 +176392,S00108266,8c1,Ageing Industrious Workers,S01009092,Larbert - North Broomage and Inches - 05,5c,Comfortable neighbourhoods,S02001703,Larbert - North Broomage and Inches,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176393 +176393,S00108285,8c1,Ageing Industrious Workers,S01009105,Stenhousemuir East - 03,5c,Comfortable neighbourhoods,S02001706,Stenhousemuir East,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176394 +176394,S00108288,8c1,Ageing Industrious Workers,S01009107,Stenhousemuir East - 05,5c,Comfortable neighbourhoods,S02001706,Stenhousemuir East,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176395 +176395,S00108299,8c1,Ageing Industrious Workers,S01009103,Stenhousemuir East - 01,8b,Ageing suburbanites,S02001706,Stenhousemuir East,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176396 +176396,S00108314,8c1,Ageing Industrious Workers,S01009189,Braes Villages - 06,4a,Challenged white communities,S02001723,Braes Villages,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176397 +176397,S00108331,8c1,Ageing Industrious Workers,S01009177,Hallglen and Glen Village - 01,4a,Challenged white communities,S02001721,Hallglen and Glen Village,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176398 +176398,S00108345,8c1,Ageing Industrious Workers,S01009079,Bonnybridge - 03,5a,Ageing urban communities,S02001701,Bonnybridge,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176399 +176399,S00108352,8c1,Ageing Industrious Workers,S01009080,Bonnybridge - 04,5d,Endeavouring social renters,S02001701,Bonnybridge,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176400 +176400,S00108432,8b2,Hard-Pressed Rented Terraces,S01009054,Dunipace - 05,4a,Challenged white communities,S02001696,Dunipace,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176401 +176401,S00108433,8b2,Hard-Pressed Rented Terraces,S01009054,Dunipace - 05,4a,Challenged white communities,S02001696,Dunipace,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176402 +176402,S00108434,8b2,Hard-Pressed Rented Terraces,S01009054,Dunipace - 05,4a,Challenged white communities,S02001696,Dunipace,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176403 +176403,S00107824,6a3,Detached Retirement Living,S01009154,Falkirk - Bantaskin - 01,8a,Affluent communities,S02001716,Falkirk - Bantaskin,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176404 +176404,S00108647,1c3,Detached Rural Retirement,S01009200,Maddiston and Rumford - 02,8a,Affluent communities,S02001726,Maddiston and Rumford,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176405 +176405,S00107842,5b1,Delayed Retirement,S01009155,Falkirk - Bantaskin - 02,8a,Affluent communities,S02001716,Falkirk - Bantaskin,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176406 +176406,S00107873,8d3,Hard-Pressed European Settlers,S01009127,Falkirk - Bainsford and Langlees - 02,4a,Challenged white communities,S02001711,Falkirk - Bainsford and Langlees,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176407 +176407,S00108435,8b2,Hard-Pressed Rented Terraces,S01009051,Dunipace - 02,5d,Endeavouring social renters,S02001696,Dunipace,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176408 +176408,S00108440,8b2,Hard-Pressed Rented Terraces,S01009052,Dunipace - 03,5c,Comfortable neighbourhoods,S02001696,Dunipace,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176409 +176409,S00108446,8b2,Hard-Pressed Rented Terraces,S01009075,"Banknock, Haggs and Longcroft - 05",5d,Endeavouring social renters,S02001700,"Banknock, Haggs and Longcroft",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176410 +176410,S00108456,8b2,Hard-Pressed Rented Terraces,S01009074,"Banknock, Haggs and Longcroft - 04",4a,Challenged white communities,S02001700,"Banknock, Haggs and Longcroft",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176411 +176411,S00108457,8b2,Hard-Pressed Rented Terraces,S01009074,"Banknock, Haggs and Longcroft - 04",4a,Challenged white communities,S02001700,"Banknock, Haggs and Longcroft",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176412 +176412,S00108470,8b2,Hard-Pressed Rented Terraces,S01009248,Bo'ness - Newtown - 01,5c,Comfortable neighbourhoods,S02001735,Bo'ness - Newtown,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176413 +176413,S00108472,8b2,Hard-Pressed Rented Terraces,S01009250,Bo'ness - Newtown - 03,5d,Endeavouring social renters,S02001735,Bo'ness - Newtown,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176414 +176414,S00108509,8b2,Hard-Pressed Rented Terraces,S01009260,"Blackness, Bo'ness - Carriden and Grahamsdyke - 03",5e,Primary sector workers,S02001737,"Blackness, Bo'ness - Carriden and Grahamsdyke",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176415 +176415,S00108527,8b2,Hard-Pressed Rented Terraces,S01009253,Bo'ness - Kinneil - 01,4a,Challenged white communities,S02001736,Bo'ness - Kinneil,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176416 +176416,S00108533,8b2,Hard-Pressed Rented Terraces,S01009243,Bo'ness - Douglas - 01,5d,Endeavouring social renters,S02001734,Bo'ness - Douglas,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176417 +176417,S00108535,8b2,Hard-Pressed Rented Terraces,S01009243,Bo'ness - Douglas - 01,5d,Endeavouring social renters,S02001734,Bo'ness - Douglas,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176418 +176418,S00108538,8b2,Hard-Pressed Rented Terraces,S01009247,Bo'ness - Douglas - 05,4a,Challenged white communities,S02001734,Bo'ness - Douglas,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176419 +176419,S00108541,8b2,Hard-Pressed Rented Terraces,S01009247,Bo'ness - Douglas - 05,4a,Challenged white communities,S02001734,Bo'ness - Douglas,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176420 +176420,S00108543,8b2,Hard-Pressed Rented Terraces,S01009247,Bo'ness - Douglas - 05,4a,Challenged white communities,S02001734,Bo'ness - Douglas,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176421 +176421,S00108569,8b2,Hard-Pressed Rented Terraces,S01009124,Carse and Grangemouth Old Town - 04,5d,Endeavouring social renters,S02001710,Carse and Grangemouth Old Town,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176422 +176422,S00108570,8b2,Hard-Pressed Rented Terraces,S01009124,Carse and Grangemouth Old Town - 04,5d,Endeavouring social renters,S02001710,Carse and Grangemouth Old Town,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176423 +176423,S00108941,8b2,Hard-Pressed Rented Terraces,S01009050,Dunipace - 01,5c,Comfortable neighbourhoods,S02001696,Dunipace,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176424 +176424,S00107983,7b3,Endeavouring Flat Dwellers,S01009226,Grangemouth - Newlands - 08,4d,Hard-pressed flat dwellers,S02001730,Grangemouth - Newlands,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176425 +176425,S00108075,8b2,Hard-Pressed Rented Terraces,S01009233,Grangemouth - Kersiebank - 02,5d,Endeavouring social renters,S02001732,Grangemouth - Kersiebank,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176426 +176426,S00108575,8b2,Hard-Pressed Rented Terraces,S01009052,Dunipace - 03,5c,Comfortable neighbourhoods,S02001696,Dunipace,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176427 +176427,S00108578,8b2,Hard-Pressed Rented Terraces,S01009073,"Banknock, Haggs and Longcroft - 03",5a,Ageing urban communities,S02001700,"Banknock, Haggs and Longcroft",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176428 +176428,S00108583,8b2,Hard-Pressed Rented Terraces,S01009250,Bo'ness - Newtown - 03,5d,Endeavouring social renters,S02001735,Bo'ness - Newtown,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176429 +176429,S00108584,8b2,Hard-Pressed Rented Terraces,S01009250,Bo'ness - Newtown - 03,5d,Endeavouring social renters,S02001735,Bo'ness - Newtown,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176430 +176430,S00108590,8b2,Hard-Pressed Rented Terraces,S01009243,Bo'ness - Douglas - 01,5d,Endeavouring social renters,S02001734,Bo'ness - Douglas,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176431 +176431,S00108595,8b2,Hard-Pressed Rented Terraces,S01009181,Shieldhill - 01,5d,Endeavouring social renters,S02001722,Shieldhill,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176432 +176432,S00108630,8b2,Hard-Pressed Rented Terraces,S01009122,Carse and Grangemouth Old Town - 02,2d,Rural traits,S02001710,Carse and Grangemouth Old Town,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176433 +176433,S00108677,8b2,Hard-Pressed Rented Terraces,S01009189,Braes Villages - 06,4a,Challenged white communities,S02001723,Braes Villages,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176434 +176434,S00108683,8b2,Hard-Pressed Rented Terraces,S01009079,Bonnybridge - 03,5a,Ageing urban communities,S02001701,Bonnybridge,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176435 +176435,S00108702,8b2,Hard-Pressed Rented Terraces,S01009238,Grangemouth - Bowhouse - 01,4a,Challenged white communities,S02001733,Grangemouth - Bowhouse,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176436 +176436,S00108709,8b2,Hard-Pressed Rented Terraces,S01009061,Denny - Nethermains - 01,4a,Challenged white communities,S02001698,Denny - Nethermains,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176437 +176437,S00108710,8b2,Hard-Pressed Rented Terraces,S01009061,Denny - Nethermains - 01,4a,Challenged white communities,S02001698,Denny - Nethermains,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176438 +176438,S00108711,8b2,Hard-Pressed Rented Terraces,S01009061,Denny - Nethermains - 01,4a,Challenged white communities,S02001698,Denny - Nethermains,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176439 +176439,S00108712,8b2,Hard-Pressed Rented Terraces,S01009061,Denny - Nethermains - 01,4a,Challenged white communities,S02001698,Denny - Nethermains,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176440 +176440,S00108717,8b2,Hard-Pressed Rented Terraces,S01009250,Bo'ness - Newtown - 03,5d,Endeavouring social renters,S02001735,Bo'ness - Newtown,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176441 +176441,S00108777,8b2,Hard-Pressed Rented Terraces,S01009164,Falkirk - Camelon West - 01,4a,Challenged white communities,S02001718,Falkirk - Camelon West,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176442 +176442,S00108778,8b2,Hard-Pressed Rented Terraces,S01009164,Falkirk - Camelon West - 01,4a,Challenged white communities,S02001718,Falkirk - Camelon West,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176443 +176443,S00108779,8b2,Hard-Pressed Rented Terraces,S01009165,Falkirk - Camelon West - 02,4a,Challenged white communities,S02001718,Falkirk - Camelon West,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176444 +176444,S00108843,8b2,Hard-Pressed Rented Terraces,S01009232,Grangemouth - Kersiebank - 01,4d,Hard-pressed flat dwellers,S02001732,Grangemouth - Kersiebank,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176445 +176445,S00108869,8b2,Hard-Pressed Rented Terraces,S01009199,Maddiston and Rumford - 01,8c,Comfortable suburbia,S02001726,Maddiston and Rumford,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176446 +176446,S00108883,8b2,Hard-Pressed Rented Terraces,S01009102,Stenhousemuir West - 04,4a,Challenged white communities,S02001705,Stenhousemuir West,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176447 +176447,S00108907,8b2,Hard-Pressed Rented Terraces,S01009104,Stenhousemuir East - 02,5c,Comfortable neighbourhoods,S02001706,Stenhousemuir East,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176448 +176448,S00108910,8b2,Hard-Pressed Rented Terraces,S01009106,Stenhousemuir East - 04,5d,Endeavouring social renters,S02001706,Stenhousemuir East,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176449 +176449,S00108913,8b2,Hard-Pressed Rented Terraces,S01009179,Hallglen and Glen Village - 03,4a,Challenged white communities,S02001721,Hallglen and Glen Village,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176450 +176450,S00108914,8b2,Hard-Pressed Rented Terraces,S01009179,Hallglen and Glen Village - 03,4a,Challenged white communities,S02001721,Hallglen and Glen Village,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176451 +176451,S00108915,8b2,Hard-Pressed Rented Terraces,S01009179,Hallglen and Glen Village - 03,4a,Challenged white communities,S02001721,Hallglen and Glen Village,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176452 +176452,S00108928,8b2,Hard-Pressed Rented Terraces,S01009061,Denny - Nethermains - 01,4a,Challenged white communities,S02001698,Denny - Nethermains,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176453 +176453,S00108929,8b2,Hard-Pressed Rented Terraces,S01009061,Denny - Nethermains - 01,4a,Challenged white communities,S02001698,Denny - Nethermains,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176454 +176454,S00108930,8b2,Hard-Pressed Rented Terraces,S01009061,Denny - Nethermains - 01,4a,Challenged white communities,S02001698,Denny - Nethermains,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176455 +176455,S00108939,8b2,Hard-Pressed Rented Terraces,S01009051,Dunipace - 02,5d,Endeavouring social renters,S02001696,Dunipace,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176456 +176456,S00108940,8b2,Hard-Pressed Rented Terraces,S01009054,Dunipace - 05,4a,Challenged white communities,S02001696,Dunipace,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176457 +176457,S00107826,6a3,Detached Retirement Living,S01009168,Falkirk - Tamfourhill - 01,8c,Comfortable suburbia,S02001719,Falkirk - Tamfourhill,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176458 +176458,S00107847,5b1,Delayed Retirement,S01009172,Falkirk - Lochgreen and Lionthorn - 01,8a,Affluent communities,S02001720,Falkirk - Lochgreen and Lionthorn,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176459 +176459,S00107776,7b1,Eastern European Communities,S01009165,Falkirk - Camelon West - 02,4a,Challenged white communities,S02001718,Falkirk - Camelon West,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176460 +176460,S00107928,8d3,Hard-Pressed European Settlers,S01009148,Falkirk - Middlefield - 06,4a,Challenged white communities,S02001714,Falkirk - Middlefield,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176461 +176461,S00107986,7b3,Endeavouring Flat Dwellers,S01009226,Grangemouth - Newlands - 08,4d,Hard-pressed flat dwellers,S02001730,Grangemouth - Newlands,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176462 +176462,S00108954,8b2,Hard-Pressed Rented Terraces,S01009253,Bo'ness - Kinneil - 01,4a,Challenged white communities,S02001736,Bo'ness - Kinneil,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176463 +176463,S00107827,6a3,Detached Retirement Living,S01009154,Falkirk - Bantaskin - 01,8a,Affluent communities,S02001716,Falkirk - Bantaskin,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176464 +176464,S00107840,6a3,Detached Retirement Living,S01009172,Falkirk - Lochgreen and Lionthorn - 01,8a,Affluent communities,S02001720,Falkirk - Lochgreen and Lionthorn,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176465 +176465,S00108076,8b2,Hard-Pressed Rented Terraces,S01009233,Grangemouth - Kersiebank - 02,5d,Endeavouring social renters,S02001732,Grangemouth - Kersiebank,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176466 +176466,S00107845,6a3,Detached Retirement Living,S01009172,Falkirk - Lochgreen and Lionthorn - 01,8a,Affluent communities,S02001720,Falkirk - Lochgreen and Lionthorn,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176467 +176467,S00107846,6a3,Detached Retirement Living,S01009172,Falkirk - Lochgreen and Lionthorn - 01,8a,Affluent communities,S02001720,Falkirk - Lochgreen and Lionthorn,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176468 +176468,S00107849,6a3,Detached Retirement Living,S01009176,Falkirk - Lochgreen and Lionthorn - 05,2b,Prospering countryside life,S02001720,Falkirk - Lochgreen and Lionthorn,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176469 +176469,S00107852,6a3,Detached Retirement Living,S01009176,Falkirk - Lochgreen and Lionthorn - 05,2b,Prospering countryside life,S02001720,Falkirk - Lochgreen and Lionthorn,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176470 +176470,S00107853,6a3,Detached Retirement Living,S01009176,Falkirk - Lochgreen and Lionthorn - 05,2b,Prospering countryside life,S02001720,Falkirk - Lochgreen and Lionthorn,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176471 +176471,S00108142,6a3,Detached Retirement Living,S01009194,Brightons and Wallacestone - 01,8b,Ageing suburbanites,S02001725,Brightons and Wallacestone,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176472 +176472,S00108143,6a3,Detached Retirement Living,S01009194,Brightons and Wallacestone - 01,8b,Ageing suburbanites,S02001725,Brightons and Wallacestone,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176473 +176473,S00108144,6a3,Detached Retirement Living,S01009194,Brightons and Wallacestone - 01,8b,Ageing suburbanites,S02001725,Brightons and Wallacestone,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176474 +176474,S00108166,6a3,Detached Retirement Living,S01009214,Redding - 04,8b,Ageing suburbanites,S02001728,Redding,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176475 +176475,S00108168,6a3,Detached Retirement Living,S01009207,Polmont - 03,8b,Ageing suburbanites,S02001727,Polmont,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176476 +176476,S00108174,6a3,Detached Retirement Living,S01009208,Polmont - 04,5c,Comfortable neighbourhoods,S02001727,Polmont,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176477 +176477,S00108186,6a3,Detached Retirement Living,S01009207,Polmont - 03,8b,Ageing suburbanites,S02001727,Polmont,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176478 +176478,S00108193,6a3,Detached Retirement Living,S01009200,Maddiston and Rumford - 02,8a,Affluent communities,S02001726,Maddiston and Rumford,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176479 +176479,S00108194,6a3,Detached Retirement Living,S01009198,Brightons and Wallacestone - 05,5c,Comfortable neighbourhoods,S02001725,Brightons and Wallacestone,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176480 +176480,S00108195,6a3,Detached Retirement Living,S01009198,Brightons and Wallacestone - 05,5c,Comfortable neighbourhoods,S02001725,Brightons and Wallacestone,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176481 +176481,S00108202,6a3,Detached Retirement Living,S01009200,Maddiston and Rumford - 02,8a,Affluent communities,S02001726,Maddiston and Rumford,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176482 +176482,S00108224,6a3,Detached Retirement Living,S01009094,Larbert - South Broomage and Village - 01,8b,Ageing suburbanites,S02001704,Larbert - South Broomage and Village,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176483 +176483,S00108225,6a3,Detached Retirement Living,S01009094,Larbert - South Broomage and Village - 01,8b,Ageing suburbanites,S02001704,Larbert - South Broomage and Village,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176484 +176484,S00108227,6a3,Detached Retirement Living,S01009094,Larbert - South Broomage and Village - 01,8b,Ageing suburbanites,S02001704,Larbert - South Broomage and Village,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176485 +176485,S00108231,6a3,Detached Retirement Living,S01009098,Larbert - South Broomage and Village - 05,8b,Ageing suburbanites,S02001704,Larbert - South Broomage and Village,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176486 +176486,S00108275,6a3,Detached Retirement Living,S01009112,Stenhousemuir - Antonshill - 05,8b,Ageing suburbanites,S02001707,Stenhousemuir - Antonshill,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176487 +176487,S00108304,6a3,Detached Retirement Living,S01009111,Stenhousemuir - Antonshill - 04,5c,Comfortable neighbourhoods,S02001707,Stenhousemuir - Antonshill,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176488 +176488,S00108378,6a3,Detached Retirement Living,S01009069,Head of Muir and Dennyloanhead - 03,8b,Ageing suburbanites,S02001699,Head of Muir and Dennyloanhead,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176489 +176489,S00108383,6a3,Detached Retirement Living,S01009070,Head of Muir and Dennyloanhead - 04,5c,Comfortable neighbourhoods,S02001699,Head of Muir and Dennyloanhead,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176490 +176490,S00108404,6a3,Detached Retirement Living,S01009063,Denny - Nethermains - 03,5d,Endeavouring social renters,S02001698,Denny - Nethermains,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176491 +176491,S00108405,6a3,Detached Retirement Living,S01009063,Denny - Nethermains - 03,5d,Endeavouring social renters,S02001698,Denny - Nethermains,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176492 +176492,S00108441,6a3,Detached Retirement Living,S01009052,Dunipace - 03,5c,Comfortable neighbourhoods,S02001696,Dunipace,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176493 +176493,S00108463,6a3,Detached Retirement Living,S01009248,Bo'ness - Newtown - 01,5c,Comfortable neighbourhoods,S02001735,Bo'ness - Newtown,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176494 +176494,S00108464,6a3,Detached Retirement Living,S01009248,Bo'ness - Newtown - 01,5c,Comfortable neighbourhoods,S02001735,Bo'ness - Newtown,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176495 +176495,S00108518,6a3,Detached Retirement Living,S01009244,Bo'ness - Douglas - 02,2b,Prospering countryside life,S02001734,Bo'ness - Douglas,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176496 +176496,S00108582,6a3,Detached Retirement Living,S01009055,"Fankerton, Stoneywood and Denny Town - 01",2d,Rural traits,S02001697,"Fankerton, Stoneywood and Denny Town",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176497 +176497,S00108643,6a3,Detached Retirement Living,S01009207,Polmont - 03,8b,Ageing suburbanites,S02001727,Polmont,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176498 +176498,S00108657,6a3,Detached Retirement Living,S01009109,Stenhousemuir - Antonshill - 02,8b,Ageing suburbanites,S02001707,Stenhousemuir - Antonshill,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176499 +176499,S00108669,6a3,Detached Retirement Living,S01009107,Stenhousemuir East - 05,5c,Comfortable neighbourhoods,S02001706,Stenhousemuir East,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176500 +176500,S00108755,6a3,Detached Retirement Living,S01009113,Carron - 01,8a,Affluent communities,S02001708,Carron,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176501 +176501,S00108863,6a3,Detached Retirement Living,S01009208,Polmont - 04,5c,Comfortable neighbourhoods,S02001727,Polmont,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176502 +176502,S00108902,6a3,Detached Retirement Living,S01009111,Stenhousemuir - Antonshill - 04,5c,Comfortable neighbourhoods,S02001707,Stenhousemuir - Antonshill,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176503 +176503,S00108904,6a3,Detached Retirement Living,S01009103,Stenhousemuir East - 01,8b,Ageing suburbanites,S02001706,Stenhousemuir East,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176504 +176504,S00108905,6a3,Detached Retirement Living,S01009103,Stenhousemuir East - 01,8b,Ageing suburbanites,S02001706,Stenhousemuir East,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176505 +176505,S00108912,6a3,Detached Retirement Living,S01009104,Stenhousemuir East - 02,5c,Comfortable neighbourhoods,S02001706,Stenhousemuir East,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176506 +176506,S00108932,6a3,Detached Retirement Living,S01009069,Head of Muir and Dennyloanhead - 03,8b,Ageing suburbanites,S02001699,Head of Muir and Dennyloanhead,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176507 +176507,S00108953,6a3,Detached Retirement Living,S01009244,Bo'ness - Douglas - 02,2b,Prospering countryside life,S02001734,Bo'ness - Douglas,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176508 +176508,S00108962,6a3,Detached Retirement Living,S01009113,Carron - 01,8a,Affluent communities,S02001708,Carron,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176509 +176509,S00108967,6a3,Detached Retirement Living,S01009175,Falkirk - Lochgreen and Lionthorn - 04,8c,Comfortable suburbia,S02001720,Falkirk - Lochgreen and Lionthorn,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176510 +176510,S00108190,1c3,Detached Rural Retirement,S01009200,Maddiston and Rumford - 02,8a,Affluent communities,S02001726,Maddiston and Rumford,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176511 +176511,S00108557,1c3,Detached Rural Retirement,S01009257,Bo'ness - Kinneil - 05,5e,Primary sector workers,S02001736,Bo'ness - Kinneil,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176512 +176512,S00107903,5b1,Delayed Retirement,S01009133,Falkirk - Merchiston and New Carron Village - 02,4d,Hard-pressed flat dwellers,S02001712,Falkirk - Merchiston and New Carron Village,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176513 +176513,S00107792,7b1,Eastern European Communities,S01009161,Falkirk - Camelon East - 03,4d,Hard-pressed flat dwellers,S02001717,Falkirk - Camelon East,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176514 +176514,S00108086,8b2,Hard-Pressed Rented Terraces,S01009238,Grangemouth - Bowhouse - 01,4a,Challenged white communities,S02001733,Grangemouth - Bowhouse,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176515 +176515,S00108739,6a1,Indian Tech Achievers,S01009072,"Banknock, Haggs and Longcroft - 02",5c,Comfortable neighbourhoods,S02001700,"Banknock, Haggs and Longcroft",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176516 +176516,S00107995,8d3,Hard-Pressed European Settlers,S01009225,Grangemouth - Newlands - 07,4a,Challenged white communities,S02001730,Grangemouth - Newlands,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176517 +176517,S00107987,7b3,Endeavouring Flat Dwellers,S01009226,Grangemouth - Newlands - 08,4d,Hard-pressed flat dwellers,S02001730,Grangemouth - Newlands,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176518 +176518,S00107860,7b1,Eastern European Communities,S01009133,Falkirk - Merchiston and New Carron Village - 02,4d,Hard-pressed flat dwellers,S02001712,Falkirk - Merchiston and New Carron Village,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176519 +176519,S00107861,7b1,Eastern European Communities,S01009133,Falkirk - Merchiston and New Carron Village - 02,4d,Hard-pressed flat dwellers,S02001712,Falkirk - Merchiston and New Carron Village,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176520 +176520,S00107862,7b1,Eastern European Communities,S01009133,Falkirk - Merchiston and New Carron Village - 02,4d,Hard-pressed flat dwellers,S02001712,Falkirk - Merchiston and New Carron Village,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176521 +176521,S00107866,7b1,Eastern European Communities,S01009134,Falkirk - Merchiston and New Carron Village - 03,5c,Comfortable neighbourhoods,S02001712,Falkirk - Merchiston and New Carron Village,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176522 +176522,S00107894,7b1,Eastern European Communities,S01009128,Falkirk - Bainsford and Langlees - 03,4d,Hard-pressed flat dwellers,S02001711,Falkirk - Bainsford and Langlees,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176523 +176523,S00107905,7b1,Eastern European Communities,S01009133,Falkirk - Merchiston and New Carron Village - 02,4d,Hard-pressed flat dwellers,S02001712,Falkirk - Merchiston and New Carron Village,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176524 +176524,S00107911,7b1,Eastern European Communities,S01009139,Falkirk - Grahamston - 02,4d,Hard-pressed flat dwellers,S02001713,Falkirk - Grahamston,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176525 +176525,S00107913,7b1,Eastern European Communities,S01009140,Falkirk - Grahamston - 03,4d,Hard-pressed flat dwellers,S02001713,Falkirk - Grahamston,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176526 +176526,S00107920,7b1,Eastern European Communities,S01009142,Falkirk - Grahamston - 05,4d,Hard-pressed flat dwellers,S02001713,Falkirk - Grahamston,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176527 +176527,S00107922,7b1,Eastern European Communities,S01009139,Falkirk - Grahamston - 02,4d,Hard-pressed flat dwellers,S02001713,Falkirk - Grahamston,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176528 +176528,S00108002,7b1,Eastern European Communities,S01009220,Grangemouth - Newlands - 02,4a,Challenged white communities,S02001730,Grangemouth - Newlands,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176529 +176529,S00108015,7b1,Eastern European Communities,S01009222,Grangemouth - Newlands - 04,4a,Challenged white communities,S02001730,Grangemouth - Newlands,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176530 +176530,S00108016,7b1,Eastern European Communities,S01009222,Grangemouth - Newlands - 04,4a,Challenged white communities,S02001730,Grangemouth - Newlands,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176531 +176531,S00108046,7b1,Eastern European Communities,S01009235,Grangemouth - Kersiebank - 04,4d,Hard-pressed flat dwellers,S02001732,Grangemouth - Kersiebank,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176532 +176532,S00108047,7b1,Eastern European Communities,S01009235,Grangemouth - Kersiebank - 04,4d,Hard-pressed flat dwellers,S02001732,Grangemouth - Kersiebank,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176533 +176533,S00108053,7b1,Eastern European Communities,S01009234,Grangemouth - Kersiebank - 03,4d,Hard-pressed flat dwellers,S02001732,Grangemouth - Kersiebank,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176534 +176534,S00108055,7b1,Eastern European Communities,S01009234,Grangemouth - Kersiebank - 03,4d,Hard-pressed flat dwellers,S02001732,Grangemouth - Kersiebank,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176535 +176535,S00108067,7b1,Eastern European Communities,S01009240,Grangemouth - Bowhouse - 03,4d,Hard-pressed flat dwellers,S02001733,Grangemouth - Bowhouse,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176536 +176536,S00108068,7b1,Eastern European Communities,S01009240,Grangemouth - Bowhouse - 03,4d,Hard-pressed flat dwellers,S02001733,Grangemouth - Bowhouse,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176537 +176537,S00108077,7b1,Eastern European Communities,S01009232,Grangemouth - Kersiebank - 01,4d,Hard-pressed flat dwellers,S02001732,Grangemouth - Kersiebank,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176538 +176538,S00108355,7b1,Eastern European Communities,S01009079,Bonnybridge - 03,5a,Ageing urban communities,S02001701,Bonnybridge,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176539 +176539,S00108418,7b1,Eastern European Communities,S01009053,Dunipace - 04,4d,Hard-pressed flat dwellers,S02001696,Dunipace,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176540 +176540,S00108485,7b1,Eastern European Communities,S01009255,Bo'ness - Kinneil - 03,4b,Constrained renters,S02001736,Bo'ness - Kinneil,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176541 +176541,S00108487,7b1,Eastern European Communities,S01009255,Bo'ness - Kinneil - 03,4b,Constrained renters,S02001736,Bo'ness - Kinneil,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176542 +176542,S00108495,7b1,Eastern European Communities,S01009262,"Blackness, Bo'ness - Carriden and Grahamsdyke - 05",4d,Hard-pressed flat dwellers,S02001737,"Blackness, Bo'ness - Carriden and Grahamsdyke",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176543 +176543,S00108558,7b1,Eastern European Communities,S01009257,Bo'ness - Kinneil - 05,5e,Primary sector workers,S02001736,Bo'ness - Kinneil,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176544 +176544,S00108608,7b1,Eastern European Communities,S01009161,Falkirk - Camelon East - 03,4d,Hard-pressed flat dwellers,S02001717,Falkirk - Camelon East,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176545 +176545,S00108713,7b1,Eastern European Communities,S01009065,Denny - Nethermains - 05,4a,Challenged white communities,S02001698,Denny - Nethermains,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176546 +176546,S00108835,7b1,Eastern European Communities,S01009235,Grangemouth - Kersiebank - 04,4d,Hard-pressed flat dwellers,S02001732,Grangemouth - Kersiebank,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176547 +176547,S00108842,7b1,Eastern European Communities,S01009234,Grangemouth - Kersiebank - 03,4d,Hard-pressed flat dwellers,S02001732,Grangemouth - Kersiebank,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176548 +176548,S00107720,7b3,Endeavouring Flat Dwellers,S01009117,Carronshore - 01,5c,Comfortable neighbourhoods,S02001709,Carronshore,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176549 +176549,S00107752,7b3,Endeavouring Flat Dwellers,S01009149,Falkirk - Town Centre and Callendar Park - 01,5c,Comfortable neighbourhoods,S02001715,Falkirk - Town Centre and Callendar Park,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176550 +176550,S00107794,7b3,Endeavouring Flat Dwellers,S01009161,Falkirk - Camelon East - 03,4d,Hard-pressed flat dwellers,S02001717,Falkirk - Camelon East,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176551 +176551,S00107867,7b3,Endeavouring Flat Dwellers,S01009128,Falkirk - Bainsford and Langlees - 03,4d,Hard-pressed flat dwellers,S02001711,Falkirk - Bainsford and Langlees,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176552 +176552,S00107895,7b3,Endeavouring Flat Dwellers,S01009128,Falkirk - Bainsford and Langlees - 03,4d,Hard-pressed flat dwellers,S02001711,Falkirk - Bainsford and Langlees,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176553 +176553,S00107896,7b3,Endeavouring Flat Dwellers,S01009128,Falkirk - Bainsford and Langlees - 03,4d,Hard-pressed flat dwellers,S02001711,Falkirk - Bainsford and Langlees,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176554 +176554,S00107898,7b3,Endeavouring Flat Dwellers,S01009135,Falkirk - Merchiston and New Carron Village - 04,5b,Aspiring urban households,S02001712,Falkirk - Merchiston and New Carron Village,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176555 +176555,S00107900,7b3,Endeavouring Flat Dwellers,S01009131,Falkirk - Bainsford and Langlees - 06,4d,Hard-pressed flat dwellers,S02001711,Falkirk - Bainsford and Langlees,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176556 +176556,S00107915,7b3,Endeavouring Flat Dwellers,S01009140,Falkirk - Grahamston - 03,4d,Hard-pressed flat dwellers,S02001713,Falkirk - Grahamston,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176557 +176557,S00107921,7b3,Endeavouring Flat Dwellers,S01009142,Falkirk - Grahamston - 05,4d,Hard-pressed flat dwellers,S02001713,Falkirk - Grahamston,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176558 +176558,S00107952,7b3,Endeavouring Flat Dwellers,S01009143,Falkirk - Middlefield - 01,4d,Hard-pressed flat dwellers,S02001714,Falkirk - Middlefield,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176559 +176559,S00107957,7b3,Endeavouring Flat Dwellers,S01009145,Falkirk - Middlefield - 03,4a,Challenged white communities,S02001714,Falkirk - Middlefield,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176560 +176560,S00107967,7b3,Endeavouring Flat Dwellers,S01009121,Carse and Grangemouth Old Town - 01,4a,Challenged white communities,S02001710,Carse and Grangemouth Old Town,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176561 +176561,S00107970,7b3,Endeavouring Flat Dwellers,S01009229,Grangemouth - Town Centre - 03,5c,Comfortable neighbourhoods,S02001731,Grangemouth - Town Centre,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176562 +176562,S00107974,7b3,Endeavouring Flat Dwellers,S01009228,Grangemouth - Town Centre - 02,4d,Hard-pressed flat dwellers,S02001731,Grangemouth - Town Centre,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176563 +176563,S00107975,7b3,Endeavouring Flat Dwellers,S01009227,Grangemouth - Town Centre - 01,4d,Hard-pressed flat dwellers,S02001731,Grangemouth - Town Centre,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176564 +176564,S00107980,7b3,Endeavouring Flat Dwellers,S01009227,Grangemouth - Town Centre - 01,4d,Hard-pressed flat dwellers,S02001731,Grangemouth - Town Centre,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176565 +176565,S00107680,8a2,Industrious Hardship,S01009188,Braes Villages - 05,2d,Rural traits,S02001723,Braes Villages,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176566 +176566,S00108169,5b1,Delayed Retirement,S01009209,Polmont - 05,5a,Ageing urban communities,S02001727,Polmont,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176567 +176567,S00107988,7b3,Endeavouring Flat Dwellers,S01009226,Grangemouth - Newlands - 08,4d,Hard-pressed flat dwellers,S02001730,Grangemouth - Newlands,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176568 +176568,S00108512,8d3,Hard-Pressed European Settlers,S01009261,"Blackness, Bo'ness - Carriden and Grahamsdyke - 04",4b,Constrained renters,S02001737,"Blackness, Bo'ness - Carriden and Grahamsdyke",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176569 +176569,S00108093,8b2,Hard-Pressed Rented Terraces,S01009216,Laurieston and Westquarter - 02,4a,Challenged white communities,S02001729,Laurieston and Westquarter,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176570 +176570,S00108000,7b3,Endeavouring Flat Dwellers,S01009220,Grangemouth - Newlands - 02,4a,Challenged white communities,S02001730,Grangemouth - Newlands,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176571 +176571,S00107688,8a2,Industrious Hardship,S01009185,Braes Villages - 02,5d,Endeavouring social renters,S02001723,Braes Villages,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176572 +176572,S00108544,8d3,Hard-Pressed European Settlers,S01009246,Bo'ness - Douglas - 04,5e,Primary sector workers,S02001734,Bo'ness - Douglas,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176573 +176573,S00108216,5b1,Delayed Retirement,S01009115,Carron - 03,5c,Comfortable neighbourhoods,S02001708,Carron,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176574 +176574,S00108094,8b2,Hard-Pressed Rented Terraces,S01009216,Laurieston and Westquarter - 02,4a,Challenged white communities,S02001729,Laurieston and Westquarter,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176575 +176575,S00108001,7b3,Endeavouring Flat Dwellers,S01009220,Grangemouth - Newlands - 02,4a,Challenged white communities,S02001730,Grangemouth - Newlands,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176576 +176576,S00107690,8a2,Industrious Hardship,S01009185,Braes Villages - 02,5d,Endeavouring social renters,S02001723,Braes Villages,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176577 +176577,S00108663,8d3,Hard-Pressed European Settlers,S01009093,Larbert - North Broomage and Inches - 06,4a,Challenged white communities,S02001703,Larbert - North Broomage and Inches,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176578 +176578,S00108306,5b1,Delayed Retirement,S01009108,Stenhousemuir - Antonshill - 01,8b,Ageing suburbanites,S02001707,Stenhousemuir - Antonshill,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176579 +176579,S00108109,8b2,Hard-Pressed Rented Terraces,S01009218,Laurieston and Westquarter - 04,5c,Comfortable neighbourhoods,S02001729,Laurieston and Westquarter,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176580 +176580,S00108033,7b3,Endeavouring Flat Dwellers,S01009230,Grangemouth - Town Centre - 04,4b,Constrained renters,S02001731,Grangemouth - Town Centre,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176581 +176581,S00107701,8a2,Industrious Hardship,S01009181,Shieldhill - 01,5d,Endeavouring social renters,S02001722,Shieldhill,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176582 +176582,S00108916,8d3,Hard-Pressed European Settlers,S01009178,Hallglen and Glen Village - 02,4a,Challenged white communities,S02001721,Hallglen and Glen Village,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176583 +176583,S00108312,5b1,Delayed Retirement,S01009108,Stenhousemuir - Antonshill - 01,8b,Ageing suburbanites,S02001707,Stenhousemuir - Antonshill,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176584 +176584,S00108121,8b2,Hard-Pressed Rented Terraces,S01009211,Redding - 01,5c,Comfortable neighbourhoods,S02001728,Redding,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176585 +176585,S00108122,8b2,Hard-Pressed Rented Terraces,S01009211,Redding - 01,5c,Comfortable neighbourhoods,S02001728,Redding,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176586 +176586,S00108128,8b2,Hard-Pressed Rented Terraces,S01009212,Redding - 02,4a,Challenged white communities,S02001728,Redding,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176587 +176587,S00108131,8b2,Hard-Pressed Rented Terraces,S01009212,Redding - 02,4a,Challenged white communities,S02001728,Redding,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176588 +176588,S00108152,8b2,Hard-Pressed Rented Terraces,S01009192,Reddingmuirhead and Overton - 03,5a,Ageing urban communities,S02001724,Reddingmuirhead and Overton,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176589 +176589,S00108158,8b2,Hard-Pressed Rented Terraces,S01009197,Brightons and Wallacestone - 04,8c,Comfortable suburbia,S02001725,Brightons and Wallacestone,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176590 +176590,S00108161,8b2,Hard-Pressed Rented Terraces,S01009214,Redding - 04,8b,Ageing suburbanites,S02001728,Redding,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176591 +176591,S00108204,8b2,Hard-Pressed Rented Terraces,S01009201,Maddiston and Rumford - 03,4a,Challenged white communities,S02001726,Maddiston and Rumford,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176592 +176592,S00108205,8b2,Hard-Pressed Rented Terraces,S01009201,Maddiston and Rumford - 03,4a,Challenged white communities,S02001726,Maddiston and Rumford,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176593 +176593,S00108208,8b2,Hard-Pressed Rented Terraces,S01009203,Maddiston and Rumford - 05,4a,Challenged white communities,S02001726,Maddiston and Rumford,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176594 +176594,S00108234,8b2,Hard-Pressed Rented Terraces,S01009100,Stenhousemuir West - 02,4a,Challenged white communities,S02001705,Stenhousemuir West,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176595 +176595,S00108237,8b2,Hard-Pressed Rented Terraces,S01009101,Stenhousemuir West - 03,4a,Challenged white communities,S02001705,Stenhousemuir West,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176596 +176596,S00108243,8b2,Hard-Pressed Rented Terraces,S01009101,Stenhousemuir West - 03,4a,Challenged white communities,S02001705,Stenhousemuir West,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176597 +176597,S00108264,8b2,Hard-Pressed Rented Terraces,S01009092,Larbert - North Broomage and Inches - 05,5c,Comfortable neighbourhoods,S02001703,Larbert - North Broomage and Inches,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176598 +176598,S00108265,8b2,Hard-Pressed Rented Terraces,S01009092,Larbert - North Broomage and Inches - 05,5c,Comfortable neighbourhoods,S02001703,Larbert - North Broomage and Inches,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176599 +176599,S00108276,8b2,Hard-Pressed Rented Terraces,S01009110,Stenhousemuir - Antonshill - 03,5d,Endeavouring social renters,S02001707,Stenhousemuir - Antonshill,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176600 +176600,S00108277,8b2,Hard-Pressed Rented Terraces,S01009111,Stenhousemuir - Antonshill - 04,5c,Comfortable neighbourhoods,S02001707,Stenhousemuir - Antonshill,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176601 +176601,S00108278,8b2,Hard-Pressed Rented Terraces,S01009110,Stenhousemuir - Antonshill - 03,5d,Endeavouring social renters,S02001707,Stenhousemuir - Antonshill,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176602 +176602,S00108281,8b2,Hard-Pressed Rented Terraces,S01009106,Stenhousemuir East - 04,5d,Endeavouring social renters,S02001706,Stenhousemuir East,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176603 +176603,S00108290,8b2,Hard-Pressed Rented Terraces,S01009107,Stenhousemuir East - 05,5c,Comfortable neighbourhoods,S02001706,Stenhousemuir East,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176604 +176604,S00108294,8b2,Hard-Pressed Rented Terraces,S01009107,Stenhousemuir East - 05,5c,Comfortable neighbourhoods,S02001706,Stenhousemuir East,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176605 +176605,S00108295,8b2,Hard-Pressed Rented Terraces,S01009105,Stenhousemuir East - 03,5c,Comfortable neighbourhoods,S02001706,Stenhousemuir East,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176606 +176606,S00108300,8b2,Hard-Pressed Rented Terraces,S01009104,Stenhousemuir East - 02,5c,Comfortable neighbourhoods,S02001706,Stenhousemuir East,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176607 +176607,S00108322,8b2,Hard-Pressed Rented Terraces,S01009180,Hallglen and Glen Village - 04,4a,Challenged white communities,S02001721,Hallglen and Glen Village,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176608 +176608,S00108326,8b2,Hard-Pressed Rented Terraces,S01009179,Hallglen and Glen Village - 03,4a,Challenged white communities,S02001721,Hallglen and Glen Village,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176609 +176609,S00108332,8b2,Hard-Pressed Rented Terraces,S01009177,Hallglen and Glen Village - 01,4a,Challenged white communities,S02001721,Hallglen and Glen Village,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176610 +176610,S00108334,8b2,Hard-Pressed Rented Terraces,S01009180,Hallglen and Glen Village - 04,4a,Challenged white communities,S02001721,Hallglen and Glen Village,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176611 +176611,S00108342,8b2,Hard-Pressed Rented Terraces,S01009079,Bonnybridge - 03,5a,Ageing urban communities,S02001701,Bonnybridge,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176612 +176612,S00108344,8b2,Hard-Pressed Rented Terraces,S01009079,Bonnybridge - 03,5a,Ageing urban communities,S02001701,Bonnybridge,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176613 +176613,S00108346,8b2,Hard-Pressed Rented Terraces,S01009080,Bonnybridge - 04,5d,Endeavouring social renters,S02001701,Bonnybridge,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176614 +176614,S00108360,8b2,Hard-Pressed Rented Terraces,S01009082,Bonnybridge - 06,5d,Endeavouring social renters,S02001701,Bonnybridge,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176615 +176615,S00108369,8b2,Hard-Pressed Rented Terraces,S01009068,Head of Muir and Dennyloanhead - 02,5d,Endeavouring social renters,S02001699,Head of Muir and Dennyloanhead,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176616 +176616,S00108370,8b2,Hard-Pressed Rented Terraces,S01009068,Head of Muir and Dennyloanhead - 02,5d,Endeavouring social renters,S02001699,Head of Muir and Dennyloanhead,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176617 +176617,S00108372,8b2,Hard-Pressed Rented Terraces,S01009068,Head of Muir and Dennyloanhead - 02,5d,Endeavouring social renters,S02001699,Head of Muir and Dennyloanhead,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176618 +176618,S00108385,8b2,Hard-Pressed Rented Terraces,S01009064,Denny - Nethermains - 04,4a,Challenged white communities,S02001698,Denny - Nethermains,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176619 +176619,S00108386,8b2,Hard-Pressed Rented Terraces,S01009064,Denny - Nethermains - 04,4a,Challenged white communities,S02001698,Denny - Nethermains,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176620 +176620,S00108388,8b2,Hard-Pressed Rented Terraces,S01009063,Denny - Nethermains - 03,5d,Endeavouring social renters,S02001698,Denny - Nethermains,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176621 +176621,S00108394,8b2,Hard-Pressed Rented Terraces,S01009066,Denny - Nethermains - 06,4a,Challenged white communities,S02001698,Denny - Nethermains,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176622 +176622,S00108401,8b2,Hard-Pressed Rented Terraces,S01009066,Denny - Nethermains - 06,4a,Challenged white communities,S02001698,Denny - Nethermains,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176623 +176623,S00108402,8b2,Hard-Pressed Rented Terraces,S01009064,Denny - Nethermains - 04,4a,Challenged white communities,S02001698,Denny - Nethermains,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176624 +176624,S00108407,8b2,Hard-Pressed Rented Terraces,S01009062,Denny - Nethermains - 02,4a,Challenged white communities,S02001698,Denny - Nethermains,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176625 +176625,S00108410,8b2,Hard-Pressed Rented Terraces,S01009062,Denny - Nethermains - 02,4a,Challenged white communities,S02001698,Denny - Nethermains,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176626 +176626,S00108411,8b2,Hard-Pressed Rented Terraces,S01009062,Denny - Nethermains - 02,4a,Challenged white communities,S02001698,Denny - Nethermains,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176627 +176627,S00108413,8b2,Hard-Pressed Rented Terraces,S01009056,"Fankerton, Stoneywood and Denny Town - 02",4a,Challenged white communities,S02001697,"Fankerton, Stoneywood and Denny Town",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176628 +176628,S00108036,7b3,Endeavouring Flat Dwellers,S01009231,Grangemouth - Town Centre - 05,5c,Comfortable neighbourhoods,S02001731,Grangemouth - Town Centre,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176629 +176629,S00107710,8a2,Industrious Hardship,S01009119,Carronshore - 03,4a,Challenged white communities,S02001709,Carronshore,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176630 +176630,S00108081,7b3,Endeavouring Flat Dwellers,S01009242,Grangemouth - Bowhouse - 05,5c,Comfortable neighbourhoods,S02001733,Grangemouth - Bowhouse,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176631 +176631,S00107713,8a2,Industrious Hardship,S01009119,Carronshore - 03,4a,Challenged white communities,S02001709,Carronshore,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176632 +176632,S00108120,7b3,Endeavouring Flat Dwellers,S01009217,Laurieston and Westquarter - 03,4a,Challenged white communities,S02001729,Laurieston and Westquarter,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176633 +176633,S00108447,5b1,Delayed Retirement,S01009076,"Banknock, Haggs and Longcroft - 06",5c,Comfortable neighbourhoods,S02001700,"Banknock, Haggs and Longcroft",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176634 +176634,S00107774,8a2,Industrious Hardship,S01009164,Falkirk - Camelon West - 01,4a,Challenged white communities,S02001718,Falkirk - Camelon West,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176635 +176635,S00107802,8a2,Industrious Hardship,S01009169,Falkirk - Tamfourhill - 02,4a,Challenged white communities,S02001719,Falkirk - Tamfourhill,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176636 +176636,S00107814,8a2,Industrious Hardship,S01009157,Falkirk - Bantaskin - 04,5d,Endeavouring social renters,S02001716,Falkirk - Bantaskin,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176637 +176637,S00107927,8a2,Industrious Hardship,S01009148,Falkirk - Middlefield - 06,4a,Challenged white communities,S02001714,Falkirk - Middlefield,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176638 +176638,S00108095,8a2,Industrious Hardship,S01009216,Laurieston and Westquarter - 02,4a,Challenged white communities,S02001729,Laurieston and Westquarter,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176639 +176639,S00108119,8a2,Industrious Hardship,S01009217,Laurieston and Westquarter - 03,4a,Challenged white communities,S02001729,Laurieston and Westquarter,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176640 +176640,S00108155,8a2,Industrious Hardship,S01009196,Brightons and Wallacestone - 03,5c,Comfortable neighbourhoods,S02001725,Brightons and Wallacestone,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176641 +176641,S00108167,8a2,Industrious Hardship,S01009214,Redding - 04,8b,Ageing suburbanites,S02001728,Redding,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176642 +176642,S00108210,8a2,Industrious Hardship,S01009203,Maddiston and Rumford - 05,4a,Challenged white communities,S02001726,Maddiston and Rumford,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176643 +176643,S00108236,8a2,Industrious Hardship,S01009101,Stenhousemuir West - 03,4a,Challenged white communities,S02001705,Stenhousemuir West,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176644 +176644,S00108242,8a2,Industrious Hardship,S01009102,Stenhousemuir West - 04,4a,Challenged white communities,S02001705,Stenhousemuir West,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176645 +176645,S00108248,8a2,Industrious Hardship,S01009093,Larbert - North Broomage and Inches - 06,4a,Challenged white communities,S02001703,Larbert - North Broomage and Inches,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176646 +176646,S00108250,8a2,Industrious Hardship,S01009088,Larbert - North Broomage and Inches - 01,2d,Rural traits,S02001703,Larbert - North Broomage and Inches,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176647 +176647,S00108318,8a2,Industrious Hardship,S01009180,Hallglen and Glen Village - 04,4a,Challenged white communities,S02001721,Hallglen and Glen Village,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176648 +176648,S00108347,8a2,Industrious Hardship,S01009080,Bonnybridge - 04,5d,Endeavouring social renters,S02001701,Bonnybridge,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176649 +176649,S00108357,8a2,Industrious Hardship,S01009082,Bonnybridge - 06,5d,Endeavouring social renters,S02001701,Bonnybridge,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176650 +176650,S00108358,8a2,Industrious Hardship,S01009082,Bonnybridge - 06,5d,Endeavouring social renters,S02001701,Bonnybridge,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176651 +176651,S00107661,8b2,Hard-Pressed Rented Terraces,S01009071,"Banknock, Haggs and Longcroft - 01",5d,Endeavouring social renters,S02001700,"Banknock, Haggs and Longcroft",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176652 +176652,S00108359,8a2,Industrious Hardship,S01009082,Bonnybridge - 06,5d,Endeavouring social renters,S02001701,Bonnybridge,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176653 +176653,S00108361,8a2,Industrious Hardship,S01009082,Bonnybridge - 06,5d,Endeavouring social renters,S02001701,Bonnybridge,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176654 +176654,S00108371,8a2,Industrious Hardship,S01009068,Head of Muir and Dennyloanhead - 02,5d,Endeavouring social renters,S02001699,Head of Muir and Dennyloanhead,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176655 +176655,S00108374,8a2,Industrious Hardship,S01009068,Head of Muir and Dennyloanhead - 02,5d,Endeavouring social renters,S02001699,Head of Muir and Dennyloanhead,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176656 +176656,S00108395,8a2,Industrious Hardship,S01009066,Denny - Nethermains - 06,4a,Challenged white communities,S02001698,Denny - Nethermains,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176657 +176657,S00108408,8a2,Industrious Hardship,S01009062,Denny - Nethermains - 02,4a,Challenged white communities,S02001698,Denny - Nethermains,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176658 +176658,S00108409,8a2,Industrious Hardship,S01009066,Denny - Nethermains - 06,4a,Challenged white communities,S02001698,Denny - Nethermains,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176659 +176659,S00108437,8a2,Industrious Hardship,S01009054,Dunipace - 05,4a,Challenged white communities,S02001696,Dunipace,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176660 +176660,S00108455,8a2,Industrious Hardship,S01009074,"Banknock, Haggs and Longcroft - 04",4a,Challenged white communities,S02001700,"Banknock, Haggs and Longcroft",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176661 +176661,S00108458,8a2,Industrious Hardship,S01009073,"Banknock, Haggs and Longcroft - 03",5a,Ageing urban communities,S02001700,"Banknock, Haggs and Longcroft",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176662 +176662,S00108528,8a2,Industrious Hardship,S01009253,Bo'ness - Kinneil - 01,4a,Challenged white communities,S02001736,Bo'ness - Kinneil,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176663 +176663,S00108531,8a2,Industrious Hardship,S01009246,Bo'ness - Douglas - 04,5e,Primary sector workers,S02001734,Bo'ness - Douglas,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176664 +176664,S00108534,8a2,Industrious Hardship,S01009246,Bo'ness - Douglas - 04,5e,Primary sector workers,S02001734,Bo'ness - Douglas,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176665 +176665,S00108542,8a2,Industrious Hardship,S01009247,Bo'ness - Douglas - 05,4a,Challenged white communities,S02001734,Bo'ness - Douglas,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176666 +176666,S00108545,8a2,Industrious Hardship,S01009247,Bo'ness - Douglas - 05,4a,Challenged white communities,S02001734,Bo'ness - Douglas,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176667 +176667,S00108546,8a2,Industrious Hardship,S01009247,Bo'ness - Douglas - 05,4a,Challenged white communities,S02001734,Bo'ness - Douglas,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176668 +176668,S00108547,8a2,Industrious Hardship,S01009246,Bo'ness - Douglas - 04,5e,Primary sector workers,S02001734,Bo'ness - Douglas,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176669 +176669,S00108571,8a2,Industrious Hardship,S01009062,Denny - Nethermains - 02,4a,Challenged white communities,S02001698,Denny - Nethermains,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176670 +176670,S00108588,8a2,Industrious Hardship,S01009246,Bo'ness - Douglas - 04,5e,Primary sector workers,S02001734,Bo'ness - Douglas,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176671 +176671,S00108591,8a2,Industrious Hardship,S01009188,Braes Villages - 05,2d,Rural traits,S02001723,Braes Villages,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176672 +176672,S00108675,8a2,Industrious Hardship,S01009082,Bonnybridge - 06,5d,Endeavouring social renters,S02001701,Bonnybridge,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176673 +176673,S00108686,8a2,Industrious Hardship,S01009080,Bonnybridge - 04,5d,Endeavouring social renters,S02001701,Bonnybridge,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176674 +176674,S00108708,8a2,Industrious Hardship,S01009081,Bonnybridge - 05,5d,Endeavouring social renters,S02001701,Bonnybridge,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176675 +176675,S00108879,8a2,Industrious Hardship,S01009204,Maddiston and Rumford - 06,5d,Endeavouring social renters,S02001726,Maddiston and Rumford,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176676 +176676,S00108222,7b3,Endeavouring Flat Dwellers,S01009095,Larbert - South Broomage and Village - 02,5a,Ageing urban communities,S02001704,Larbert - South Broomage and Village,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176677 +176677,S00107692,8b2,Hard-Pressed Rented Terraces,S01009184,Braes Villages - 01,5e,Primary sector workers,S02001723,Braes Villages,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176678 +176678,S00108316,7b3,Endeavouring Flat Dwellers,S01009189,Braes Villages - 06,4a,Challenged white communities,S02001723,Braes Villages,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176679 +176679,S00108594,5b1,Delayed Retirement,S01009246,Bo'ness - Douglas - 04,5e,Primary sector workers,S02001734,Bo'ness - Douglas,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176680 +176680,S00108635,5b1,Delayed Retirement,S01009211,Redding - 01,5c,Comfortable neighbourhoods,S02001728,Redding,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176681 +176681,S00108756,5b1,Delayed Retirement,S01009114,Carron - 02,5c,Comfortable neighbourhoods,S02001708,Carron,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176682 +176682,S00108772,5b1,Delayed Retirement,S01009149,Falkirk - Town Centre and Callendar Park - 01,5c,Comfortable neighbourhoods,S02001715,Falkirk - Town Centre and Callendar Park,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176683 +176683,S00108803,5b1,Delayed Retirement,S01009132,Falkirk - Merchiston and New Carron Village - 01,5b,Aspiring urban households,S02001712,Falkirk - Merchiston and New Carron Village,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176684 +176684,S00108832,5b1,Delayed Retirement,S01009237,Grangemouth - Kersiebank - 06,5a,Ageing urban communities,S02001732,Grangemouth - Kersiebank,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176685 +176685,S00108897,5b1,Delayed Retirement,S01009090,Larbert - North Broomage and Inches - 03,8c,Comfortable suburbia,S02001703,Larbert - North Broomage and Inches,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176686 +176686,S00107808,8b1,Deprived Blue-Collar Terraces,S01009157,Falkirk - Bantaskin - 04,5d,Endeavouring social renters,S02001716,Falkirk - Bantaskin,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176687 +176687,S00107822,8b1,Deprived Blue-Collar Terraces,S01009158,Falkirk - Bantaskin - 05,4a,Challenged white communities,S02001716,Falkirk - Bantaskin,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176688 +176688,S00107857,8b1,Deprived Blue-Collar Terraces,S01009173,Falkirk - Lochgreen and Lionthorn - 02,8c,Comfortable suburbia,S02001720,Falkirk - Lochgreen and Lionthorn,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176689 +176689,S00108035,8b1,Deprived Blue-Collar Terraces,S01009231,Grangemouth - Town Centre - 05,5c,Comfortable neighbourhoods,S02001731,Grangemouth - Town Centre,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176690 +176690,S00108389,8b1,Deprived Blue-Collar Terraces,S01009063,Denny - Nethermains - 03,5d,Endeavouring social renters,S02001698,Denny - Nethermains,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176691 +176691,S00108425,8b1,Deprived Blue-Collar Terraces,S01009059,"Fankerton, Stoneywood and Denny Town - 05",5c,Comfortable neighbourhoods,S02001697,"Fankerton, Stoneywood and Denny Town",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176692 +176692,S00108536,8b1,Deprived Blue-Collar Terraces,S01009243,Bo'ness - Douglas - 01,5d,Endeavouring social renters,S02001734,Bo'ness - Douglas,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176693 +176693,S00108761,8b1,Deprived Blue-Collar Terraces,S01009117,Carronshore - 01,5c,Comfortable neighbourhoods,S02001709,Carronshore,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176694 +176694,S00107759,7b2,Deprived Neighbourhoods,S01009171,Falkirk - Tamfourhill - 04,4a,Challenged white communities,S02001719,Falkirk - Tamfourhill,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176695 +176695,S00107781,7b2,Deprived Neighbourhoods,S01009166,Falkirk - Camelon West - 03,4d,Hard-pressed flat dwellers,S02001718,Falkirk - Camelon West,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176696 +176696,S00107782,7b2,Deprived Neighbourhoods,S01009159,Falkirk - Camelon East - 01,4d,Hard-pressed flat dwellers,S02001717,Falkirk - Camelon East,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176697 +176697,S00107783,7b2,Deprived Neighbourhoods,S01009159,Falkirk - Camelon East - 01,4d,Hard-pressed flat dwellers,S02001717,Falkirk - Camelon East,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176698 +176698,S00107784,7b2,Deprived Neighbourhoods,S01009166,Falkirk - Camelon West - 03,4d,Hard-pressed flat dwellers,S02001718,Falkirk - Camelon West,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176699 +176699,S00107882,7b2,Deprived Neighbourhoods,S01009126,Falkirk - Bainsford and Langlees - 01,4d,Hard-pressed flat dwellers,S02001711,Falkirk - Bainsford and Langlees,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176700 +176700,S00107892,7b2,Deprived Neighbourhoods,S01009130,Falkirk - Bainsford and Langlees - 05,4b,Constrained renters,S02001711,Falkirk - Bainsford and Langlees,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176701 +176701,S00107985,7b2,Deprived Neighbourhoods,S01009226,Grangemouth - Newlands - 08,4d,Hard-pressed flat dwellers,S02001730,Grangemouth - Newlands,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176702 +176702,S00108062,7b2,Deprived Neighbourhoods,S01009240,Grangemouth - Bowhouse - 03,4d,Hard-pressed flat dwellers,S02001733,Grangemouth - Bowhouse,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176703 +176703,S00108070,7b2,Deprived Neighbourhoods,S01009240,Grangemouth - Bowhouse - 03,4d,Hard-pressed flat dwellers,S02001733,Grangemouth - Bowhouse,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176704 +176704,S00108475,7b3,Endeavouring Flat Dwellers,S01009249,Bo'ness - Newtown - 02,4a,Challenged white communities,S02001735,Bo'ness - Newtown,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176705 +176705,S00107695,8b2,Hard-Pressed Rented Terraces,S01009186,Braes Villages - 03,5c,Comfortable neighbourhoods,S02001723,Braes Villages,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176706 +176706,S00108071,7b2,Deprived Neighbourhoods,S01009240,Grangemouth - Bowhouse - 03,4d,Hard-pressed flat dwellers,S02001733,Grangemouth - Bowhouse,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176707 +176707,S00108079,7b2,Deprived Neighbourhoods,S01009232,Grangemouth - Kersiebank - 01,4d,Hard-pressed flat dwellers,S02001732,Grangemouth - Kersiebank,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176708 +176708,S00108399,7b2,Deprived Neighbourhoods,S01009065,Denny - Nethermains - 05,4a,Challenged white communities,S02001698,Denny - Nethermains,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176709 +176709,S00108415,7b2,Deprived Neighbourhoods,S01009053,Dunipace - 04,4d,Hard-pressed flat dwellers,S02001696,Dunipace,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176710 +176710,S00108624,7b2,Deprived Neighbourhoods,S01009143,Falkirk - Middlefield - 01,4d,Hard-pressed flat dwellers,S02001714,Falkirk - Middlefield,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176711 +176711,S00108633,7b2,Deprived Neighbourhoods,S01009241,Grangemouth - Bowhouse - 04,4a,Challenged white communities,S02001733,Grangemouth - Bowhouse,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176712 +176712,S00108715,7b2,Deprived Neighbourhoods,S01009057,"Fankerton, Stoneywood and Denny Town - 03",4d,Hard-pressed flat dwellers,S02001697,"Fankerton, Stoneywood and Denny Town",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176713 +176713,S00108782,7b2,Deprived Neighbourhoods,S01009165,Falkirk - Camelon West - 02,4a,Challenged white communities,S02001718,Falkirk - Camelon West,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176714 +176714,S00108815,7b2,Deprived Neighbourhoods,S01009141,Falkirk - Grahamston - 04,4d,Hard-pressed flat dwellers,S02001713,Falkirk - Grahamston,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176715 +176715,S00108829,7b2,Deprived Neighbourhoods,S01009219,Grangemouth - Newlands - 01,4a,Challenged white communities,S02001730,Grangemouth - Newlands,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176716 +176716,S00108840,7b2,Deprived Neighbourhoods,S01009239,Grangemouth - Bowhouse - 02,4a,Challenged white communities,S02001733,Grangemouth - Bowhouse,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176717 +176717,S00107698,6a3,Detached Retirement Living,S01009186,Braes Villages - 03,5c,Comfortable neighbourhoods,S02001723,Braes Villages,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176718 +176718,S00107705,6a3,Detached Retirement Living,S01009113,Carron - 01,8a,Affluent communities,S02001708,Carron,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176719 +176719,S00107707,6a3,Detached Retirement Living,S01009116,Carron - 04,8b,Ageing suburbanites,S02001708,Carron,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176720 +176720,S00107709,6a3,Detached Retirement Living,S01009116,Carron - 04,8b,Ageing suburbanites,S02001708,Carron,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176721 +176721,S00107804,6a3,Detached Retirement Living,S01009168,Falkirk - Tamfourhill - 01,8c,Comfortable suburbia,S02001719,Falkirk - Tamfourhill,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176722 +176722,S00107817,6a3,Detached Retirement Living,S01009156,Falkirk - Bantaskin - 03,8a,Affluent communities,S02001716,Falkirk - Bantaskin,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176723 +176723,S00107723,8b2,Hard-Pressed Rented Terraces,S01009119,Carronshore - 03,4a,Challenged white communities,S02001709,Carronshore,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176724 +176724,S00107726,8b2,Hard-Pressed Rented Terraces,S01009120,Carronshore - 04,4a,Challenged white communities,S02001709,Carronshore,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176725 +176725,S00107730,8b2,Hard-Pressed Rented Terraces,S01009151,Falkirk - Town Centre and Callendar Park - 03,5c,Comfortable neighbourhoods,S02001715,Falkirk - Town Centre and Callendar Park,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176726 +176726,S00108714,7b3,Endeavouring Flat Dwellers,S01009065,Denny - Nethermains - 05,4a,Challenged white communities,S02001698,Denny - Nethermains,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176727 +176727,S00107758,8b2,Hard-Pressed Rented Terraces,S01009171,Falkirk - Tamfourhill - 04,4a,Challenged white communities,S02001719,Falkirk - Tamfourhill,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176728 +176728,S00108757,7b3,Endeavouring Flat Dwellers,S01009115,Carron - 03,5c,Comfortable neighbourhoods,S02001708,Carron,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176729 +176729,S00107763,8b2,Hard-Pressed Rented Terraces,S01009170,Falkirk - Tamfourhill - 03,4a,Challenged white communities,S02001719,Falkirk - Tamfourhill,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176730 +176730,S00108773,7b3,Endeavouring Flat Dwellers,S01009149,Falkirk - Town Centre and Callendar Park - 01,5c,Comfortable neighbourhoods,S02001715,Falkirk - Town Centre and Callendar Park,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176731 +176731,S00107764,8b2,Hard-Pressed Rented Terraces,S01009170,Falkirk - Tamfourhill - 03,4a,Challenged white communities,S02001719,Falkirk - Tamfourhill,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176732 +176732,S00108781,7b3,Endeavouring Flat Dwellers,S01009165,Falkirk - Camelon West - 02,4a,Challenged white communities,S02001718,Falkirk - Camelon West,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176733 +176733,S00107768,8b2,Hard-Pressed Rented Terraces,S01009167,Falkirk - Camelon West - 04,4a,Challenged white communities,S02001718,Falkirk - Camelon West,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176734 +176734,S00108785,7b3,Endeavouring Flat Dwellers,S01009160,Falkirk - Camelon East - 02,4b,Constrained renters,S02001717,Falkirk - Camelon East,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176735 +176735,S00107769,8b2,Hard-Pressed Rented Terraces,S01009166,Falkirk - Camelon West - 03,4d,Hard-pressed flat dwellers,S02001718,Falkirk - Camelon West,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176736 +176736,S00108786,7b3,Endeavouring Flat Dwellers,S01009162,Falkirk - Camelon East - 04,4d,Hard-pressed flat dwellers,S02001717,Falkirk - Camelon East,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176737 +176737,S00107770,8b2,Hard-Pressed Rented Terraces,S01009164,Falkirk - Camelon West - 01,4a,Challenged white communities,S02001718,Falkirk - Camelon West,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176738 +176738,S00108787,7b3,Endeavouring Flat Dwellers,S01009162,Falkirk - Camelon East - 04,4d,Hard-pressed flat dwellers,S02001717,Falkirk - Camelon East,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176739 +176739,S00107771,8b2,Hard-Pressed Rented Terraces,S01009166,Falkirk - Camelon West - 03,4d,Hard-pressed flat dwellers,S02001718,Falkirk - Camelon West,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176740 +176740,S00108792,7b3,Endeavouring Flat Dwellers,S01009158,Falkirk - Bantaskin - 05,4a,Challenged white communities,S02001716,Falkirk - Bantaskin,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176741 +176741,S00108816,7b3,Endeavouring Flat Dwellers,S01009141,Falkirk - Grahamston - 04,4d,Hard-pressed flat dwellers,S02001713,Falkirk - Grahamston,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176742 +176742,S00108821,7b3,Endeavouring Flat Dwellers,S01009142,Falkirk - Grahamston - 05,4d,Hard-pressed flat dwellers,S02001713,Falkirk - Grahamston,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176743 +176743,S00108822,7b3,Endeavouring Flat Dwellers,S01009143,Falkirk - Middlefield - 01,4d,Hard-pressed flat dwellers,S02001714,Falkirk - Middlefield,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176744 +176744,S00108823,7b3,Endeavouring Flat Dwellers,S01009143,Falkirk - Middlefield - 01,4d,Hard-pressed flat dwellers,S02001714,Falkirk - Middlefield,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176745 +176745,S00108826,7b3,Endeavouring Flat Dwellers,S01009229,Grangemouth - Town Centre - 03,5c,Comfortable neighbourhoods,S02001731,Grangemouth - Town Centre,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176746 +176746,S00108827,7b3,Endeavouring Flat Dwellers,S01009226,Grangemouth - Newlands - 08,4d,Hard-pressed flat dwellers,S02001730,Grangemouth - Newlands,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176747 +176747,S00107628,1a2,Established Farming Communities,S01009258,"Blackness, Bo'ness - Carriden and Grahamsdyke - 01",2d,Rural traits,S02001737,"Blackness, Bo'ness - Carriden and Grahamsdyke",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176748 +176748,S00107632,1a2,Established Farming Communities,S01009258,"Blackness, Bo'ness - Carriden and Grahamsdyke - 01",2d,Rural traits,S02001737,"Blackness, Bo'ness - Carriden and Grahamsdyke",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176749 +176749,S00108676,1a2,Established Farming Communities,S01009075,"Banknock, Haggs and Longcroft - 05",5d,Endeavouring social renters,S02001700,"Banknock, Haggs and Longcroft",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176750 +176750,S00108724,1a2,Established Farming Communities,S01009181,Shieldhill - 01,5d,Endeavouring social renters,S02001722,Shieldhill,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176751 +176751,S00107631,5a3,Families in Terraces and Flats,S01009263,"Blackness, Bo'ness - Carriden and Grahamsdyke - 06",5b,Aspiring urban households,S02001737,"Blackness, Bo'ness - Carriden and Grahamsdyke",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176752 +176752,S00107635,5a3,Families in Terraces and Flats,S01009263,"Blackness, Bo'ness - Carriden and Grahamsdyke - 06",5b,Aspiring urban households,S02001737,"Blackness, Bo'ness - Carriden and Grahamsdyke",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176753 +176753,S00107906,5a3,Families in Terraces and Flats,S01009138,Falkirk - Grahamston - 01,5b,Aspiring urban households,S02001713,Falkirk - Grahamston,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176754 +176754,S00107910,5a3,Families in Terraces and Flats,S01009138,Falkirk - Grahamston - 01,5b,Aspiring urban households,S02001713,Falkirk - Grahamston,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176755 +176755,S00107947,5a3,Families in Terraces and Flats,S01009144,Falkirk - Middlefield - 02,3a,Achieving neighbourhoods,S02001714,Falkirk - Middlefield,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176756 +176756,S00108302,5a3,Families in Terraces and Flats,S01009111,Stenhousemuir - Antonshill - 04,5c,Comfortable neighbourhoods,S02001707,Stenhousemuir - Antonshill,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176757 +176757,S00108501,5a3,Families in Terraces and Flats,S01009260,"Blackness, Bo'ness - Carriden and Grahamsdyke - 03",5e,Primary sector workers,S02001737,"Blackness, Bo'ness - Carriden and Grahamsdyke",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176758 +176758,S00108586,5a3,Families in Terraces and Flats,S01009255,Bo'ness - Kinneil - 03,4b,Constrained renters,S02001736,Bo'ness - Kinneil,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176759 +176759,S00108621,5a3,Families in Terraces and Flats,S01009138,Falkirk - Grahamston - 01,5b,Aspiring urban households,S02001713,Falkirk - Grahamston,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176760 +176760,S00108800,5a3,Families in Terraces and Flats,S01009135,Falkirk - Merchiston and New Carron Village - 04,5b,Aspiring urban households,S02001712,Falkirk - Merchiston and New Carron Village,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176761 +176761,S00108804,5a3,Families in Terraces and Flats,S01009132,Falkirk - Merchiston and New Carron Village - 01,5b,Aspiring urban households,S02001712,Falkirk - Merchiston and New Carron Village,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176762 +176762,S00108892,5a3,Families in Terraces and Flats,S01009093,Larbert - North Broomage and Inches - 06,4a,Challenged white communities,S02001703,Larbert - North Broomage and Inches,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176763 +176763,S00108895,5a3,Families in Terraces and Flats,S01009090,Larbert - North Broomage and Inches - 03,8c,Comfortable suburbia,S02001703,Larbert - North Broomage and Inches,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176764 +176764,S00108901,5a3,Families in Terraces and Flats,S01009106,Stenhousemuir East - 04,5d,Endeavouring social renters,S02001706,Stenhousemuir East,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176765 +176765,S00107823,7a2,Hampered Aspiration,S01009158,Falkirk - Bantaskin - 05,4a,Challenged white communities,S02001716,Falkirk - Bantaskin,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176766 +176766,S00107914,7a2,Hampered Aspiration,S01009140,Falkirk - Grahamston - 03,4d,Hard-pressed flat dwellers,S02001713,Falkirk - Grahamston,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176767 +176767,S00108323,8d2,Hard-Pressed Ethnic Mix,S01009180,Hallglen and Glen Village - 04,4a,Challenged white communities,S02001721,Hallglen and Glen Village,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176768 +176768,S00107772,8d3,Hard-Pressed European Settlers,S01009164,Falkirk - Camelon West - 01,4a,Challenged white communities,S02001718,Falkirk - Camelon West,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176769 +176769,S00107775,8d3,Hard-Pressed European Settlers,S01009165,Falkirk - Camelon West - 02,4a,Challenged white communities,S02001718,Falkirk - Camelon West,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176770 +176770,S00107773,8b2,Hard-Pressed Rented Terraces,S01009164,Falkirk - Camelon West - 01,4a,Challenged white communities,S02001718,Falkirk - Camelon West,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176771 +176771,S00107778,8b2,Hard-Pressed Rented Terraces,S01009165,Falkirk - Camelon West - 02,4a,Challenged white communities,S02001718,Falkirk - Camelon West,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176772 +176772,S00107798,8b2,Hard-Pressed Rented Terraces,S01009170,Falkirk - Tamfourhill - 03,4a,Challenged white communities,S02001719,Falkirk - Tamfourhill,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176773 +176773,S00107812,8b2,Hard-Pressed Rented Terraces,S01009157,Falkirk - Bantaskin - 04,5d,Endeavouring social renters,S02001716,Falkirk - Bantaskin,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176774 +176774,S00107813,8b2,Hard-Pressed Rented Terraces,S01009157,Falkirk - Bantaskin - 04,5d,Endeavouring social renters,S02001716,Falkirk - Bantaskin,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176775 +176775,S00107815,8b2,Hard-Pressed Rented Terraces,S01009157,Falkirk - Bantaskin - 04,5d,Endeavouring social renters,S02001716,Falkirk - Bantaskin,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176776 +176776,S00107818,8b2,Hard-Pressed Rented Terraces,S01009158,Falkirk - Bantaskin - 05,4a,Challenged white communities,S02001716,Falkirk - Bantaskin,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176777 +176777,S00107884,8b2,Hard-Pressed Rented Terraces,S01009130,Falkirk - Bainsford and Langlees - 05,4b,Constrained renters,S02001711,Falkirk - Bainsford and Langlees,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176778 +176778,S00107916,8b2,Hard-Pressed Rented Terraces,S01009140,Falkirk - Grahamston - 03,4d,Hard-pressed flat dwellers,S02001713,Falkirk - Grahamston,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176779 +176779,S00107948,8b2,Hard-Pressed Rented Terraces,S01009145,Falkirk - Middlefield - 03,4a,Challenged white communities,S02001714,Falkirk - Middlefield,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176780 +176780,S00107960,8b2,Hard-Pressed Rented Terraces,S01009145,Falkirk - Middlefield - 03,4a,Challenged white communities,S02001714,Falkirk - Middlefield,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176781 +176781,S00107965,8b2,Hard-Pressed Rented Terraces,S01009121,Carse and Grangemouth Old Town - 01,4a,Challenged white communities,S02001710,Carse and Grangemouth Old Town,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176782 +176782,S00107996,8b2,Hard-Pressed Rented Terraces,S01009225,Grangemouth - Newlands - 07,4a,Challenged white communities,S02001730,Grangemouth - Newlands,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176783 +176783,S00107997,8b2,Hard-Pressed Rented Terraces,S01009225,Grangemouth - Newlands - 07,4a,Challenged white communities,S02001730,Grangemouth - Newlands,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176784 +176784,S00108006,8b2,Hard-Pressed Rented Terraces,S01009223,Grangemouth - Newlands - 05,5d,Endeavouring social renters,S02001730,Grangemouth - Newlands,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176785 +176785,S00108009,8b2,Hard-Pressed Rented Terraces,S01009222,Grangemouth - Newlands - 04,4a,Challenged white communities,S02001730,Grangemouth - Newlands,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176786 +176786,S00108010,8b2,Hard-Pressed Rented Terraces,S01009223,Grangemouth - Newlands - 05,5d,Endeavouring social renters,S02001730,Grangemouth - Newlands,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176787 +176787,S00108011,8b2,Hard-Pressed Rented Terraces,S01009221,Grangemouth - Newlands - 03,4a,Challenged white communities,S02001730,Grangemouth - Newlands,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176788 +176788,S00108012,8b2,Hard-Pressed Rented Terraces,S01009222,Grangemouth - Newlands - 04,4a,Challenged white communities,S02001730,Grangemouth - Newlands,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176789 +176789,S00108013,8b2,Hard-Pressed Rented Terraces,S01009221,Grangemouth - Newlands - 03,4a,Challenged white communities,S02001730,Grangemouth - Newlands,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176790 +176790,S00108017,8b2,Hard-Pressed Rented Terraces,S01009219,Grangemouth - Newlands - 01,4a,Challenged white communities,S02001730,Grangemouth - Newlands,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176791 +176791,S00108018,8b2,Hard-Pressed Rented Terraces,S01009219,Grangemouth - Newlands - 01,4a,Challenged white communities,S02001730,Grangemouth - Newlands,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176792 +176792,S00108019,8b2,Hard-Pressed Rented Terraces,S01009219,Grangemouth - Newlands - 01,4a,Challenged white communities,S02001730,Grangemouth - Newlands,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176793 +176793,S00108020,8b2,Hard-Pressed Rented Terraces,S01009219,Grangemouth - Newlands - 01,4a,Challenged white communities,S02001730,Grangemouth - Newlands,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176794 +176794,S00108021,8b2,Hard-Pressed Rented Terraces,S01009233,Grangemouth - Kersiebank - 02,5d,Endeavouring social renters,S02001732,Grangemouth - Kersiebank,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176795 +176795,S00108048,8b2,Hard-Pressed Rented Terraces,S01009235,Grangemouth - Kersiebank - 04,4d,Hard-pressed flat dwellers,S02001732,Grangemouth - Kersiebank,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176796 +176796,S00108064,8b2,Hard-Pressed Rented Terraces,S01009241,Grangemouth - Bowhouse - 04,4a,Challenged white communities,S02001733,Grangemouth - Bowhouse,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176797 +176797,S00108065,8b2,Hard-Pressed Rented Terraces,S01009240,Grangemouth - Bowhouse - 03,4d,Hard-pressed flat dwellers,S02001733,Grangemouth - Bowhouse,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176798 +176798,S00108066,8b2,Hard-Pressed Rented Terraces,S01009241,Grangemouth - Bowhouse - 04,4a,Challenged white communities,S02001733,Grangemouth - Bowhouse,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176799 +176799,S00108074,8b2,Hard-Pressed Rented Terraces,S01009233,Grangemouth - Kersiebank - 02,5d,Endeavouring social renters,S02001732,Grangemouth - Kersiebank,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176800 +176800,S00107743,7d4,Retired City Hardship,S01009150,Falkirk - Town Centre and Callendar Park - 02,4d,Hard-pressed flat dwellers,S02001715,Falkirk - Town Centre and Callendar Park,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176801 +176801,S00107744,7d4,Retired City Hardship,S01009150,Falkirk - Town Centre and Callendar Park - 02,4d,Hard-pressed flat dwellers,S02001715,Falkirk - Town Centre and Callendar Park,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176802 +176802,S00108922,8a2,Industrious Hardship,S01009081,Bonnybridge - 05,5d,Endeavouring social renters,S02001701,Bonnybridge,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176803 +176803,S00108523,1b1,Rural Life,S01009245,Bo'ness - Douglas - 03,5c,Comfortable neighbourhoods,S02001734,Bo'ness - Douglas,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176804 +176804,S00107719,8c3,Renting Hard-Pressed Workers,S01009117,Carronshore - 01,5c,Comfortable neighbourhoods,S02001709,Carronshore,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176805 +176805,S00108363,8c3,Renting Hard-Pressed Workers,S01009087,High Bonnybridge and Greenhill - 05,5d,Endeavouring social renters,S02001702,High Bonnybridge and Greenhill,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176806 +176806,S00108754,6b4,Older Workers and Retirement,S01009113,Carron - 01,8a,Affluent communities,S02001708,Carron,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176807 +176807,S00108024,6b4,Older Workers and Retirement,S01009237,Grangemouth - Kersiebank - 06,5a,Ageing urban communities,S02001732,Grangemouth - Kersiebank,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176808 +176808,S00107745,7d4,Retired City Hardship,S01009150,Falkirk - Town Centre and Callendar Park - 02,4d,Hard-pressed flat dwellers,S02001715,Falkirk - Town Centre and Callendar Park,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176809 +176809,S00107746,7d4,Retired City Hardship,S01009150,Falkirk - Town Centre and Callendar Park - 02,4d,Hard-pressed flat dwellers,S02001715,Falkirk - Town Centre and Callendar Park,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176810 +176810,S00107747,7d4,Retired City Hardship,S01009150,Falkirk - Town Centre and Callendar Park - 02,4d,Hard-pressed flat dwellers,S02001715,Falkirk - Town Centre and Callendar Park,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176811 +176811,S00107748,7d4,Retired City Hardship,S01009150,Falkirk - Town Centre and Callendar Park - 02,4d,Hard-pressed flat dwellers,S02001715,Falkirk - Town Centre and Callendar Park,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176812 +176812,S00107749,7d4,Retired City Hardship,S01009150,Falkirk - Town Centre and Callendar Park - 02,4d,Hard-pressed flat dwellers,S02001715,Falkirk - Town Centre and Callendar Park,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176813 +176813,S00107750,7d4,Retired City Hardship,S01009150,Falkirk - Town Centre and Callendar Park - 02,4d,Hard-pressed flat dwellers,S02001715,Falkirk - Town Centre and Callendar Park,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176814 +176814,S00107751,7d4,Retired City Hardship,S01009150,Falkirk - Town Centre and Callendar Park - 02,4d,Hard-pressed flat dwellers,S02001715,Falkirk - Town Centre and Callendar Park,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176815 +176815,S00107799,7d4,Retired City Hardship,S01009169,Falkirk - Tamfourhill - 02,4a,Challenged white communities,S02001719,Falkirk - Tamfourhill,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176816 +176816,S00107803,7d4,Retired City Hardship,S01009169,Falkirk - Tamfourhill - 02,4a,Challenged white communities,S02001719,Falkirk - Tamfourhill,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176817 +176817,S00107890,7d4,Retired City Hardship,S01009128,Falkirk - Bainsford and Langlees - 03,4d,Hard-pressed flat dwellers,S02001711,Falkirk - Bainsford and Langlees,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176818 +176818,S00108530,7d4,Retired City Hardship,S01009246,Bo'ness - Douglas - 04,5e,Primary sector workers,S02001734,Bo'ness - Douglas,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176819 +176819,S00108690,7d4,Retired City Hardship,S01009151,Falkirk - Town Centre and Callendar Park - 03,5c,Comfortable neighbourhoods,S02001715,Falkirk - Town Centre and Callendar Park,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176820 +176820,S00108691,7d4,Retired City Hardship,S01009151,Falkirk - Town Centre and Callendar Park - 03,5c,Comfortable neighbourhoods,S02001715,Falkirk - Town Centre and Callendar Park,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176821 +176821,S00108692,7d4,Retired City Hardship,S01009151,Falkirk - Town Centre and Callendar Park - 03,5c,Comfortable neighbourhoods,S02001715,Falkirk - Town Centre and Callendar Park,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176822 +176822,S00108693,7d4,Retired City Hardship,S01009152,Falkirk - Town Centre and Callendar Park - 04,4d,Hard-pressed flat dwellers,S02001715,Falkirk - Town Centre and Callendar Park,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176823 +176823,S00108694,7d4,Retired City Hardship,S01009152,Falkirk - Town Centre and Callendar Park - 04,4d,Hard-pressed flat dwellers,S02001715,Falkirk - Town Centre and Callendar Park,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176824 +176824,S00108695,7d4,Retired City Hardship,S01009169,Falkirk - Tamfourhill - 02,4a,Challenged white communities,S02001719,Falkirk - Tamfourhill,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176825 +176825,S00108769,7d4,Retired City Hardship,S01009152,Falkirk - Town Centre and Callendar Park - 04,4d,Hard-pressed flat dwellers,S02001715,Falkirk - Town Centre and Callendar Park,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176826 +176826,S00108771,7d4,Retired City Hardship,S01009152,Falkirk - Town Centre and Callendar Park - 04,4d,Hard-pressed flat dwellers,S02001715,Falkirk - Town Centre and Callendar Park,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176827 +176827,S00107786,7d3,Retired Communal City Dwellers,S01009160,Falkirk - Camelon East - 02,4b,Constrained renters,S02001717,Falkirk - Camelon East,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176828 +176828,S00108220,7d3,Retired Communal City Dwellers,S01009095,Larbert - South Broomage and Village - 02,5a,Ageing urban communities,S02001704,Larbert - South Broomage and Village,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176829 +176829,S00108258,7d3,Retired Communal City Dwellers,S01009096,Larbert - South Broomage and Village - 03,5a,Ageing urban communities,S02001704,Larbert - South Broomage and Village,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176830 +176830,S00108504,7d3,Retired Communal City Dwellers,S01009260,"Blackness, Bo'ness - Carriden and Grahamsdyke - 03",5e,Primary sector workers,S02001737,"Blackness, Bo'ness - Carriden and Grahamsdyke",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176831 +176831,S00108634,7d3,Retired Communal City Dwellers,S01009213,Redding - 03,5a,Ageing urban communities,S02001728,Redding,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176832 +176832,S00108700,7d3,Retired Communal City Dwellers,S01009230,Grangemouth - Town Centre - 04,4b,Constrained renters,S02001731,Grangemouth - Town Centre,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176833 +176833,S00108789,7d3,Retired Communal City Dwellers,S01009163,Falkirk - Camelon East - 05,5a,Ageing urban communities,S02001717,Falkirk - Camelon East,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176834 +176834,S00108814,7d3,Retired Communal City Dwellers,S01009141,Falkirk - Grahamston - 04,4d,Hard-pressed flat dwellers,S02001713,Falkirk - Grahamston,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176835 +176835,S00107917,7d2,Retired Independent City Dwellers,S01009140,Falkirk - Grahamston - 03,4d,Hard-pressed flat dwellers,S02001713,Falkirk - Grahamston,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176836 +176836,S00108027,7d2,Retired Independent City Dwellers,S01009229,Grangemouth - Town Centre - 03,5c,Comfortable neighbourhoods,S02001731,Grangemouth - Town Centre,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176837 +176837,S00108058,7d2,Retired Independent City Dwellers,S01009241,Grangemouth - Bowhouse - 04,4a,Challenged white communities,S02001733,Grangemouth - Bowhouse,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176838 +176838,S00108223,7d2,Retired Independent City Dwellers,S01009095,Larbert - South Broomage and Village - 02,5a,Ageing urban communities,S02001704,Larbert - South Broomage and Village,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176839 +176839,S00108269,7d2,Retired Independent City Dwellers,S01009099,Stenhousemuir West - 01,5c,Comfortable neighbourhoods,S02001705,Stenhousemuir West,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176840 +176840,S00108561,7d2,Retired Independent City Dwellers,S01009255,Bo'ness - Kinneil - 03,4b,Constrained renters,S02001736,Bo'ness - Kinneil,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176841 +176841,S00108626,7d2,Retired Independent City Dwellers,S01009228,Grangemouth - Town Centre - 02,4d,Hard-pressed flat dwellers,S02001731,Grangemouth - Town Centre,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176842 +176842,S00108770,7d2,Retired Independent City Dwellers,S01009152,Falkirk - Town Centre and Callendar Park - 04,4d,Hard-pressed flat dwellers,S02001715,Falkirk - Town Centre and Callendar Park,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176843 +176843,S00108882,7d2,Retired Independent City Dwellers,S01009100,Stenhousemuir West - 02,4a,Challenged white communities,S02001705,Stenhousemuir West,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176844 +176844,S00108971,7d2,Retired Independent City Dwellers,S01009225,Grangemouth - Newlands - 07,4a,Challenged white communities,S02001730,Grangemouth - Newlands,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176845 +176845,S00107626,1c1,Rural Employment and Retirees,S01009244,Bo'ness - Douglas - 02,2b,Prospering countryside life,S02001734,Bo'ness - Douglas,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176846 +176846,S00107642,1c1,Rural Employment and Retirees,S01009184,Braes Villages - 01,5e,Primary sector workers,S02001723,Braes Villages,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176847 +176847,S00107647,1c1,Rural Employment and Retirees,S01009122,Carse and Grangemouth Old Town - 02,2d,Rural traits,S02001710,Carse and Grangemouth Old Town,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176848 +176848,S00107659,1c1,Rural Employment and Retirees,S01009210,Polmont - 06,2b,Prospering countryside life,S02001727,Polmont,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176849 +176849,S00107676,1c1,Rural Employment and Retirees,S01009050,Dunipace - 01,5c,Comfortable neighbourhoods,S02001696,Dunipace,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176850 +176850,S00107643,1b1,Rural Life,S01009185,Braes Villages - 02,5d,Endeavouring social renters,S02001723,Braes Villages,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176851 +176851,S00107677,1b1,Rural Life,S01009122,Carse and Grangemouth Old Town - 02,2d,Rural traits,S02001710,Carse and Grangemouth Old Town,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176852 +176852,S00108085,1b1,Rural Life,S01009242,Grangemouth - Bowhouse - 05,5c,Comfortable neighbourhoods,S02001733,Grangemouth - Bowhouse,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176853 +176853,S00108483,1b1,Rural Life,S01009256,Bo'ness - Kinneil - 04,5c,Comfortable neighbourhoods,S02001736,Bo'ness - Kinneil,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176854 +176854,S00108499,1b1,Rural Life,S01009259,"Blackness, Bo'ness - Carriden and Grahamsdyke - 02",8c,Comfortable suburbia,S02001737,"Blackness, Bo'ness - Carriden and Grahamsdyke",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176855 +176855,S00108503,1b1,Rural Life,S01009260,"Blackness, Bo'ness - Carriden and Grahamsdyke - 03",5e,Primary sector workers,S02001737,"Blackness, Bo'ness - Carriden and Grahamsdyke",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176856 +176856,S00108178,7c3,Outer City Hardship,S01009209,Polmont - 05,5a,Ageing urban communities,S02001727,Polmont,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176857 +176857,S00107721,8c3,Renting Hard-Pressed Workers,S01009117,Carronshore - 01,5c,Comfortable neighbourhoods,S02001709,Carronshore,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176858 +176858,S00108366,8c3,Renting Hard-Pressed Workers,S01009083,High Bonnybridge and Greenhill - 01,5c,Comfortable neighbourhoods,S02001702,High Bonnybridge and Greenhill,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176859 +176859,S00108806,6b4,Older Workers and Retirement,S01009132,Falkirk - Merchiston and New Carron Village - 01,5b,Aspiring urban households,S02001712,Falkirk - Merchiston and New Carron Village,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176860 +176860,S00108192,7c3,Outer City Hardship,S01009198,Brightons and Wallacestone - 05,5c,Comfortable neighbourhoods,S02001725,Brightons and Wallacestone,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176861 +176861,S00108026,6b4,Older Workers and Retirement,S01009237,Grangemouth - Kersiebank - 06,5a,Ageing urban communities,S02001732,Grangemouth - Kersiebank,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176862 +176862,S00107650,8a1,Industrious Transitions,S01009124,Carse and Grangemouth Old Town - 04,5d,Endeavouring social renters,S02001710,Carse and Grangemouth Old Town,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176863 +176863,S00108642,1b1,Rural Life,S01009190,Reddingmuirhead and Overton - 01,8c,Comfortable suburbia,S02001724,Reddingmuirhead and Overton,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176864 +176864,S00107724,8c3,Renting Hard-Pressed Workers,S01009120,Carronshore - 04,4a,Challenged white communities,S02001709,Carronshore,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176865 +176865,S00108207,7c3,Outer City Hardship,S01009203,Maddiston and Rumford - 05,4a,Challenged white communities,S02001726,Maddiston and Rumford,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176866 +176866,S00108367,8c3,Renting Hard-Pressed Workers,S01009083,High Bonnybridge and Greenhill - 01,5c,Comfortable neighbourhoods,S02001702,High Bonnybridge and Greenhill,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176867 +176867,S00107729,8a1,Industrious Transitions,S01009151,Falkirk - Town Centre and Callendar Park - 03,5c,Comfortable neighbourhoods,S02001715,Falkirk - Town Centre and Callendar Park,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176868 +176868,S00108682,1b1,Rural Life,S01009071,"Banknock, Haggs and Longcroft - 01",5d,Endeavouring social renters,S02001700,"Banknock, Haggs and Longcroft",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176869 +176869,S00108818,6b4,Older Workers and Retirement,S01009138,Falkirk - Grahamston - 01,5b,Aspiring urban households,S02001713,Falkirk - Grahamston,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176870 +176870,S00107725,8c3,Renting Hard-Pressed Workers,S01009120,Carronshore - 04,4a,Challenged white communities,S02001709,Carronshore,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176871 +176871,S00108028,6b4,Older Workers and Retirement,S01009229,Grangemouth - Town Centre - 03,5c,Comfortable neighbourhoods,S02001731,Grangemouth - Town Centre,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176872 +176872,S00108233,7c3,Outer City Hardship,S01009100,Stenhousemuir West - 02,4a,Challenged white communities,S02001705,Stenhousemuir West,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176873 +176873,S00108375,8c3,Renting Hard-Pressed Workers,S01009068,Head of Muir and Dennyloanhead - 02,5d,Endeavouring social renters,S02001699,Head of Muir and Dennyloanhead,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176874 +176874,S00107811,8a1,Industrious Transitions,S01009157,Falkirk - Bantaskin - 04,5d,Endeavouring social renters,S02001716,Falkirk - Bantaskin,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176875 +176875,S00108689,1b1,Rural Life,S01009083,High Bonnybridge and Greenhill - 01,5c,Comfortable neighbourhoods,S02001702,High Bonnybridge and Greenhill,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176876 +176876,S00108834,6b4,Older Workers and Retirement,S01009229,Grangemouth - Town Centre - 03,5c,Comfortable neighbourhoods,S02001731,Grangemouth - Town Centre,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176877 +176877,S00108867,6b4,Older Workers and Retirement,S01009205,Polmont - 01,8c,Comfortable suburbia,S02001727,Polmont,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176878 +176878,S00108874,6b4,Older Workers and Retirement,S01009202,Maddiston and Rumford - 04,8c,Comfortable suburbia,S02001726,Maddiston and Rumford,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176879 +176879,S00108876,6b4,Older Workers and Retirement,S01009204,Maddiston and Rumford - 06,5d,Endeavouring social renters,S02001726,Maddiston and Rumford,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176880 +176880,S00108919,6b4,Older Workers and Retirement,S01009067,Head of Muir and Dennyloanhead - 01,8c,Comfortable suburbia,S02001699,Head of Muir and Dennyloanhead,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176881 +176881,S00108920,6b4,Older Workers and Retirement,S01009067,Head of Muir and Dennyloanhead - 01,8c,Comfortable suburbia,S02001699,Head of Muir and Dennyloanhead,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176882 +176882,S00108952,6b4,Older Workers and Retirement,S01009244,Bo'ness - Douglas - 02,2b,Prospering countryside life,S02001734,Bo'ness - Douglas,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176883 +176883,S00108961,6b4,Older Workers and Retirement,S01009182,Shieldhill - 02,5c,Comfortable neighbourhoods,S02001722,Shieldhill,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176884 +176884,S00107653,7c3,Outer City Hardship,S01009122,Carse and Grangemouth Old Town - 02,2d,Rural traits,S02001710,Carse and Grangemouth Old Town,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176885 +176885,S00107686,7c3,Outer City Hardship,S01009184,Braes Villages - 01,5e,Primary sector workers,S02001723,Braes Villages,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176886 +176886,S00107703,7c3,Outer City Hardship,S01009181,Shieldhill - 01,5d,Endeavouring social renters,S02001722,Shieldhill,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176887 +176887,S00107732,7c3,Outer City Hardship,S01009140,Falkirk - Grahamston - 03,4d,Hard-pressed flat dwellers,S02001713,Falkirk - Grahamston,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176888 +176888,S00107785,7c3,Outer City Hardship,S01009160,Falkirk - Camelon East - 02,4b,Constrained renters,S02001717,Falkirk - Camelon East,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176889 +176889,S00107787,7c3,Outer City Hardship,S01009160,Falkirk - Camelon East - 02,4b,Constrained renters,S02001717,Falkirk - Camelon East,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176890 +176890,S00107789,7c3,Outer City Hardship,S01009162,Falkirk - Camelon East - 04,4d,Hard-pressed flat dwellers,S02001717,Falkirk - Camelon East,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176891 +176891,S00107790,7c3,Outer City Hardship,S01009162,Falkirk - Camelon East - 04,4d,Hard-pressed flat dwellers,S02001717,Falkirk - Camelon East,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176892 +176892,S00107791,7c3,Outer City Hardship,S01009162,Falkirk - Camelon East - 04,4d,Hard-pressed flat dwellers,S02001717,Falkirk - Camelon East,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176893 +176893,S00107795,7c3,Outer City Hardship,S01009163,Falkirk - Camelon East - 05,5a,Ageing urban communities,S02001717,Falkirk - Camelon East,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176894 +176894,S00107805,7c3,Outer City Hardship,S01009169,Falkirk - Tamfourhill - 02,4a,Challenged white communities,S02001719,Falkirk - Tamfourhill,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176895 +176895,S00107859,7c3,Outer City Hardship,S01009134,Falkirk - Merchiston and New Carron Village - 03,5c,Comfortable neighbourhoods,S02001712,Falkirk - Merchiston and New Carron Village,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176896 +176896,S00107868,7c3,Outer City Hardship,S01009128,Falkirk - Bainsford and Langlees - 03,4d,Hard-pressed flat dwellers,S02001711,Falkirk - Bainsford and Langlees,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176897 +176897,S00107870,7c3,Outer City Hardship,S01009129,Falkirk - Bainsford and Langlees - 04,4d,Hard-pressed flat dwellers,S02001711,Falkirk - Bainsford and Langlees,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176898 +176898,S00107872,7c3,Outer City Hardship,S01009129,Falkirk - Bainsford and Langlees - 04,4d,Hard-pressed flat dwellers,S02001711,Falkirk - Bainsford and Langlees,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176899 +176899,S00107891,7c3,Outer City Hardship,S01009128,Falkirk - Bainsford and Langlees - 03,4d,Hard-pressed flat dwellers,S02001711,Falkirk - Bainsford and Langlees,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176900 +176900,S00107899,7c3,Outer City Hardship,S01009131,Falkirk - Bainsford and Langlees - 06,4d,Hard-pressed flat dwellers,S02001711,Falkirk - Bainsford and Langlees,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176901 +176901,S00107901,7c3,Outer City Hardship,S01009131,Falkirk - Bainsford and Langlees - 06,4d,Hard-pressed flat dwellers,S02001711,Falkirk - Bainsford and Langlees,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176902 +176902,S00107902,7c3,Outer City Hardship,S01009126,Falkirk - Bainsford and Langlees - 01,4d,Hard-pressed flat dwellers,S02001711,Falkirk - Bainsford and Langlees,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176903 +176903,S00107925,7c3,Outer City Hardship,S01009146,Falkirk - Middlefield - 04,4d,Hard-pressed flat dwellers,S02001714,Falkirk - Middlefield,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176904 +176904,S00107938,7c3,Outer City Hardship,S01009146,Falkirk - Middlefield - 04,4d,Hard-pressed flat dwellers,S02001714,Falkirk - Middlefield,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176905 +176905,S00107941,7c3,Outer City Hardship,S01009141,Falkirk - Grahamston - 04,4d,Hard-pressed flat dwellers,S02001713,Falkirk - Grahamston,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176906 +176906,S00107954,7c3,Outer City Hardship,S01009143,Falkirk - Middlefield - 01,4d,Hard-pressed flat dwellers,S02001714,Falkirk - Middlefield,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176907 +176907,S00107956,7c3,Outer City Hardship,S01009145,Falkirk - Middlefield - 03,4a,Challenged white communities,S02001714,Falkirk - Middlefield,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176908 +176908,S00107962,7c3,Outer City Hardship,S01009145,Falkirk - Middlefield - 03,4a,Challenged white communities,S02001714,Falkirk - Middlefield,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176909 +176909,S00107966,7c3,Outer City Hardship,S01009121,Carse and Grangemouth Old Town - 01,4a,Challenged white communities,S02001710,Carse and Grangemouth Old Town,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176910 +176910,S00107968,7c3,Outer City Hardship,S01009121,Carse and Grangemouth Old Town - 01,4a,Challenged white communities,S02001710,Carse and Grangemouth Old Town,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176911 +176911,S00107971,7c3,Outer City Hardship,S01009229,Grangemouth - Town Centre - 03,5c,Comfortable neighbourhoods,S02001731,Grangemouth - Town Centre,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176912 +176912,S00108037,7c3,Outer City Hardship,S01009231,Grangemouth - Town Centre - 05,5c,Comfortable neighbourhoods,S02001731,Grangemouth - Town Centre,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176913 +176913,S00108042,7c3,Outer City Hardship,S01009236,Grangemouth - Kersiebank - 05,5c,Comfortable neighbourhoods,S02001732,Grangemouth - Kersiebank,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176914 +176914,S00108051,7c3,Outer City Hardship,S01009235,Grangemouth - Kersiebank - 04,4d,Hard-pressed flat dwellers,S02001732,Grangemouth - Kersiebank,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176915 +176915,S00108099,7c3,Outer City Hardship,S01009215,Laurieston and Westquarter - 01,4a,Challenged white communities,S02001729,Laurieston and Westquarter,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176916 +176916,S00108102,7c3,Outer City Hardship,S01009215,Laurieston and Westquarter - 01,4a,Challenged white communities,S02001729,Laurieston and Westquarter,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176917 +176917,S00108107,7c3,Outer City Hardship,S01009218,Laurieston and Westquarter - 04,5c,Comfortable neighbourhoods,S02001729,Laurieston and Westquarter,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176918 +176918,S00108111,7c3,Outer City Hardship,S01009218,Laurieston and Westquarter - 04,5c,Comfortable neighbourhoods,S02001729,Laurieston and Westquarter,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176919 +176919,S00108114,7c3,Outer City Hardship,S01009216,Laurieston and Westquarter - 02,4a,Challenged white communities,S02001729,Laurieston and Westquarter,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176920 +176920,S00108115,7c3,Outer City Hardship,S01009215,Laurieston and Westquarter - 01,4a,Challenged white communities,S02001729,Laurieston and Westquarter,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176921 +176921,S00108140,7c3,Outer City Hardship,S01009213,Redding - 03,5a,Ageing urban communities,S02001728,Redding,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176922 +176922,S00108171,7c3,Outer City Hardship,S01009208,Polmont - 04,5c,Comfortable neighbourhoods,S02001727,Polmont,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176923 +176923,S00108030,6b4,Older Workers and Retirement,S01009231,Grangemouth - Town Centre - 05,5c,Comfortable neighbourhoods,S02001731,Grangemouth - Town Centre,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176924 +176924,S00108381,8c3,Renting Hard-Pressed Workers,S01009070,Head of Muir and Dennyloanhead - 04,5c,Comfortable neighbourhoods,S02001699,Head of Muir and Dennyloanhead,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176925 +176925,S00108317,7c3,Outer City Hardship,S01009189,Braes Villages - 06,4a,Challenged white communities,S02001723,Braes Villages,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176926 +176926,S00108738,1b1,Rural Life,S01009072,"Banknock, Haggs and Longcroft - 02",5c,Comfortable neighbourhoods,S02001700,"Banknock, Haggs and Longcroft",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176927 +176927,S00107819,8a1,Industrious Transitions,S01009158,Falkirk - Bantaskin - 05,4a,Challenged white communities,S02001716,Falkirk - Bantaskin,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176928 +176928,S00108043,6b4,Older Workers and Retirement,S01009236,Grangemouth - Kersiebank - 05,5c,Comfortable neighbourhoods,S02001732,Grangemouth - Kersiebank,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176929 +176929,S00107761,8c3,Renting Hard-Pressed Workers,S01009171,Falkirk - Tamfourhill - 04,4a,Challenged white communities,S02001719,Falkirk - Tamfourhill,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176930 +176930,S00108319,7c3,Outer City Hardship,S01009180,Hallglen and Glen Village - 04,4a,Challenged white communities,S02001721,Hallglen and Glen Village,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176931 +176931,S00108356,7c3,Outer City Hardship,S01009082,Bonnybridge - 06,5d,Endeavouring social renters,S02001701,Bonnybridge,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176932 +176932,S00108414,7c3,Outer City Hardship,S01009056,"Fankerton, Stoneywood and Denny Town - 02",4a,Challenged white communities,S02001697,"Fankerton, Stoneywood and Denny Town",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176933 +176933,S00108421,7c3,Outer City Hardship,S01009057,"Fankerton, Stoneywood and Denny Town - 03",4d,Hard-pressed flat dwellers,S02001697,"Fankerton, Stoneywood and Denny Town",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176934 +176934,S00108422,7c3,Outer City Hardship,S01009057,"Fankerton, Stoneywood and Denny Town - 03",4d,Hard-pressed flat dwellers,S02001697,"Fankerton, Stoneywood and Denny Town",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176935 +176935,S00108426,7c3,Outer City Hardship,S01009059,"Fankerton, Stoneywood and Denny Town - 05",5c,Comfortable neighbourhoods,S02001697,"Fankerton, Stoneywood and Denny Town",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176936 +176936,S00108443,7c3,Outer City Hardship,S01009050,Dunipace - 01,5c,Comfortable neighbourhoods,S02001696,Dunipace,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176937 +176937,S00108473,7c3,Outer City Hardship,S01009249,Bo'ness - Newtown - 02,4a,Challenged white communities,S02001735,Bo'ness - Newtown,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176938 +176938,S00108492,7c3,Outer City Hardship,S01009259,"Blackness, Bo'ness - Carriden and Grahamsdyke - 02",8c,Comfortable suburbia,S02001737,"Blackness, Bo'ness - Carriden and Grahamsdyke",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176939 +176939,S00108508,7c3,Outer City Hardship,S01009261,"Blackness, Bo'ness - Carriden and Grahamsdyke - 04",4b,Constrained renters,S02001737,"Blackness, Bo'ness - Carriden and Grahamsdyke",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176940 +176940,S00108511,7c3,Outer City Hardship,S01009261,"Blackness, Bo'ness - Carriden and Grahamsdyke - 04",4b,Constrained renters,S02001737,"Blackness, Bo'ness - Carriden and Grahamsdyke",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176941 +176941,S00108549,7c3,Outer City Hardship,S01009254,Bo'ness - Kinneil - 02,4a,Challenged white communities,S02001736,Bo'ness - Kinneil,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176942 +176942,S00108550,7c3,Outer City Hardship,S01009246,Bo'ness - Douglas - 04,5e,Primary sector workers,S02001734,Bo'ness - Douglas,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176943 +176943,S00108552,7c3,Outer City Hardship,S01009254,Bo'ness - Kinneil - 02,4a,Challenged white communities,S02001736,Bo'ness - Kinneil,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176944 +176944,S00108554,7c3,Outer City Hardship,S01009254,Bo'ness - Kinneil - 02,4a,Challenged white communities,S02001736,Bo'ness - Kinneil,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176945 +176945,S00108613,7c3,Outer City Hardship,S01009134,Falkirk - Merchiston and New Carron Village - 03,5c,Comfortable neighbourhoods,S02001712,Falkirk - Merchiston and New Carron Village,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176946 +176946,S00108684,7c3,Outer City Hardship,S01009079,Bonnybridge - 03,5a,Ageing urban communities,S02001701,Bonnybridge,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176947 +176947,S00108696,7c3,Outer City Hardship,S01009146,Falkirk - Middlefield - 04,4d,Hard-pressed flat dwellers,S02001714,Falkirk - Middlefield,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176948 +176948,S00108697,7c3,Outer City Hardship,S01009146,Falkirk - Middlefield - 04,4d,Hard-pressed flat dwellers,S02001714,Falkirk - Middlefield,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176949 +176949,S00108698,7c3,Outer City Hardship,S01009145,Falkirk - Middlefield - 03,4a,Challenged white communities,S02001714,Falkirk - Middlefield,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176950 +176950,S00108765,7c3,Outer City Hardship,S01009117,Carronshore - 01,5c,Comfortable neighbourhoods,S02001709,Carronshore,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176951 +176951,S00108767,7c3,Outer City Hardship,S01009120,Carronshore - 04,4a,Challenged white communities,S02001709,Carronshore,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176952 +176952,S00108784,7c3,Outer City Hardship,S01009159,Falkirk - Camelon East - 01,4d,Hard-pressed flat dwellers,S02001717,Falkirk - Camelon East,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176953 +176953,S00108797,7c3,Outer City Hardship,S01009134,Falkirk - Merchiston and New Carron Village - 03,5c,Comfortable neighbourhoods,S02001712,Falkirk - Merchiston and New Carron Village,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176954 +176954,S00108810,7c3,Outer City Hardship,S01009131,Falkirk - Bainsford and Langlees - 06,4d,Hard-pressed flat dwellers,S02001711,Falkirk - Bainsford and Langlees,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176955 +176955,S00108811,7c3,Outer City Hardship,S01009131,Falkirk - Bainsford and Langlees - 06,4d,Hard-pressed flat dwellers,S02001711,Falkirk - Bainsford and Langlees,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176956 +176956,S00108837,7c3,Outer City Hardship,S01009239,Grangemouth - Bowhouse - 02,4a,Challenged white communities,S02001733,Grangemouth - Bowhouse,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176957 +176957,S00108890,7c3,Outer City Hardship,S01009093,Larbert - North Broomage and Inches - 06,4a,Challenged white communities,S02001703,Larbert - North Broomage and Inches,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176958 +176958,S00108911,7c3,Outer City Hardship,S01009104,Stenhousemuir East - 02,5c,Comfortable neighbourhoods,S02001706,Stenhousemuir East,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176959 +176959,S00108926,7c3,Outer City Hardship,S01009083,High Bonnybridge and Greenhill - 01,5c,Comfortable neighbourhoods,S02001702,High Bonnybridge and Greenhill,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176960 +176960,S00108934,7c3,Outer City Hardship,S01009065,Denny - Nethermains - 05,4a,Challenged white communities,S02001698,Denny - Nethermains,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176961 +176961,S00108973,7c3,Outer City Hardship,S01009086,High Bonnybridge and Greenhill - 04,5c,Comfortable neighbourhoods,S02001702,High Bonnybridge and Greenhill,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176962 +176962,S00107728,2c3,Professional Service Cosmopolitans,S01009151,Falkirk - Town Centre and Callendar Park - 03,5c,Comfortable neighbourhoods,S02001715,Falkirk - Town Centre and Callendar Park,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176963 +176963,S00107834,2c3,Professional Service Cosmopolitans,S01009154,Falkirk - Bantaskin - 01,8a,Affluent communities,S02001716,Falkirk - Bantaskin,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176964 +176964,S00107904,2c3,Professional Service Cosmopolitans,S01009141,Falkirk - Grahamston - 04,4d,Hard-pressed flat dwellers,S02001713,Falkirk - Grahamston,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176965 +176965,S00107946,2c3,Professional Service Cosmopolitans,S01009144,Falkirk - Middlefield - 02,3a,Achieving neighbourhoods,S02001714,Falkirk - Middlefield,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176966 +176966,S00108423,2c3,Professional Service Cosmopolitans,S01009057,"Fankerton, Stoneywood and Denny Town - 03",4d,Hard-pressed flat dwellers,S02001697,"Fankerton, Stoneywood and Denny Town",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176967 +176967,S00108809,2c3,Professional Service Cosmopolitans,S01009136,Falkirk - Merchiston and New Carron Village - 05,3c,Highly qualified professionals,S02001712,Falkirk - Merchiston and New Carron Village,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176968 +176968,S00107679,8c3,Renting Hard-Pressed Workers,S01009188,Braes Villages - 05,2d,Rural traits,S02001723,Braes Villages,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176969 +176969,S00107685,8c3,Renting Hard-Pressed Workers,S01009184,Braes Villages - 01,5e,Primary sector workers,S02001723,Braes Villages,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176970 +176970,S00107691,8c3,Renting Hard-Pressed Workers,S01009184,Braes Villages - 01,5e,Primary sector workers,S02001723,Braes Villages,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176971 +176971,S00107693,8c3,Renting Hard-Pressed Workers,S01009185,Braes Villages - 02,5d,Endeavouring social renters,S02001723,Braes Villages,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176972 +176972,S00107696,8c3,Renting Hard-Pressed Workers,S01009186,Braes Villages - 03,5c,Comfortable neighbourhoods,S02001723,Braes Villages,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176973 +176973,S00107714,8c3,Renting Hard-Pressed Workers,S01009119,Carronshore - 03,4a,Challenged white communities,S02001709,Carronshore,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176974 +176974,S00107716,8c3,Renting Hard-Pressed Workers,S01009114,Carron - 02,5c,Comfortable neighbourhoods,S02001708,Carron,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176975 +176975,S00108083,6b4,Older Workers and Retirement,S01009242,Grangemouth - Bowhouse - 05,5c,Comfortable neighbourhoods,S02001733,Grangemouth - Bowhouse,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176976 +176976,S00108746,1b1,Rural Life,S01009182,Shieldhill - 02,5c,Comfortable neighbourhoods,S02001722,Shieldhill,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176977 +176977,S00108112,6b4,Older Workers and Retirement,S01009218,Laurieston and Westquarter - 04,5c,Comfortable neighbourhoods,S02001729,Laurieston and Westquarter,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176978 +176978,S00107777,8c3,Renting Hard-Pressed Workers,S01009166,Falkirk - Camelon West - 03,4d,Hard-pressed flat dwellers,S02001718,Falkirk - Camelon West,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176979 +176979,S00108129,8a1,Industrious Transitions,S01009212,Redding - 02,4a,Challenged white communities,S02001728,Redding,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176980 +176980,S00107625,1b2,Rural White-Collar Workers,S01009187,Braes Villages - 04,2b,Prospering countryside life,S02001723,Braes Villages,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176981 +176981,S00108392,8c3,Renting Hard-Pressed Workers,S01009065,Denny - Nethermains - 05,4a,Challenged white communities,S02001698,Denny - Nethermains,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176982 +176982,S00107863,8c3,Renting Hard-Pressed Workers,S01009134,Falkirk - Merchiston and New Carron Village - 03,5c,Comfortable neighbourhoods,S02001712,Falkirk - Merchiston and New Carron Village,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176983 +176983,S00107912,8c3,Renting Hard-Pressed Workers,S01009140,Falkirk - Grahamston - 03,4d,Hard-pressed flat dwellers,S02001713,Falkirk - Grahamston,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176984 +176984,S00107924,8c3,Renting Hard-Pressed Workers,S01009146,Falkirk - Middlefield - 04,4d,Hard-pressed flat dwellers,S02001714,Falkirk - Middlefield,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176985 +176985,S00107926,8c3,Renting Hard-Pressed Workers,S01009148,Falkirk - Middlefield - 06,4a,Challenged white communities,S02001714,Falkirk - Middlefield,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176986 +176986,S00107931,8c3,Renting Hard-Pressed Workers,S01009148,Falkirk - Middlefield - 06,4a,Challenged white communities,S02001714,Falkirk - Middlefield,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176987 +176987,S00107933,8c3,Renting Hard-Pressed Workers,S01009147,Falkirk - Middlefield - 05,4a,Challenged white communities,S02001714,Falkirk - Middlefield,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176988 +176988,S00107934,8c3,Renting Hard-Pressed Workers,S01009146,Falkirk - Middlefield - 04,4d,Hard-pressed flat dwellers,S02001714,Falkirk - Middlefield,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176989 +176989,S00107992,8c3,Renting Hard-Pressed Workers,S01009225,Grangemouth - Newlands - 07,4a,Challenged white communities,S02001730,Grangemouth - Newlands,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176990 +176990,S00108003,8c3,Renting Hard-Pressed Workers,S01009221,Grangemouth - Newlands - 03,4a,Challenged white communities,S02001730,Grangemouth - Newlands,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176991 +176991,S00108007,8c3,Renting Hard-Pressed Workers,S01009223,Grangemouth - Newlands - 05,5d,Endeavouring social renters,S02001730,Grangemouth - Newlands,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176992 +176992,S00108056,8c3,Renting Hard-Pressed Workers,S01009234,Grangemouth - Kersiebank - 03,4d,Hard-pressed flat dwellers,S02001732,Grangemouth - Kersiebank,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176993 +176993,S00108060,8c3,Renting Hard-Pressed Workers,S01009241,Grangemouth - Bowhouse - 04,4a,Challenged white communities,S02001733,Grangemouth - Bowhouse,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176994 +176994,S00108063,8c3,Renting Hard-Pressed Workers,S01009240,Grangemouth - Bowhouse - 03,4d,Hard-pressed flat dwellers,S02001733,Grangemouth - Bowhouse,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176995 +176995,S00108073,8c3,Renting Hard-Pressed Workers,S01009233,Grangemouth - Kersiebank - 02,5d,Endeavouring social renters,S02001732,Grangemouth - Kersiebank,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176996 +176996,S00108096,8c3,Renting Hard-Pressed Workers,S01009216,Laurieston and Westquarter - 02,4a,Challenged white communities,S02001729,Laurieston and Westquarter,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176997 +176997,S00108098,8c3,Renting Hard-Pressed Workers,S01009216,Laurieston and Westquarter - 02,4a,Challenged white communities,S02001729,Laurieston and Westquarter,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176998 +176998,S00108105,8c3,Renting Hard-Pressed Workers,S01009215,Laurieston and Westquarter - 01,4a,Challenged white communities,S02001729,Laurieston and Westquarter,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,176999 +176999,S00108106,8c3,Renting Hard-Pressed Workers,S01009218,Laurieston and Westquarter - 04,5c,Comfortable neighbourhoods,S02001729,Laurieston and Westquarter,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177000 +177000,S00108116,8c3,Renting Hard-Pressed Workers,S01009216,Laurieston and Westquarter - 02,4a,Challenged white communities,S02001729,Laurieston and Westquarter,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177001 +177001,S00108130,8c3,Renting Hard-Pressed Workers,S01009212,Redding - 02,4a,Challenged white communities,S02001728,Redding,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177002 +177002,S00108132,8c3,Renting Hard-Pressed Workers,S01009212,Redding - 02,4a,Challenged white communities,S02001728,Redding,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177003 +177003,S00108136,8c3,Renting Hard-Pressed Workers,S01009213,Redding - 03,5a,Ageing urban communities,S02001728,Redding,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177004 +177004,S00108141,8c3,Renting Hard-Pressed Workers,S01009213,Redding - 03,5a,Ageing urban communities,S02001728,Redding,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177005 +177005,S00108154,8c3,Renting Hard-Pressed Workers,S01009196,Brightons and Wallacestone - 03,5c,Comfortable neighbourhoods,S02001725,Brightons and Wallacestone,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177006 +177006,S00108172,8c3,Renting Hard-Pressed Workers,S01009208,Polmont - 04,5c,Comfortable neighbourhoods,S02001727,Polmont,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177007 +177007,S00108196,8c3,Renting Hard-Pressed Workers,S01009198,Brightons and Wallacestone - 05,5c,Comfortable neighbourhoods,S02001725,Brightons and Wallacestone,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177008 +177008,S00108206,8c3,Renting Hard-Pressed Workers,S01009203,Maddiston and Rumford - 05,4a,Challenged white communities,S02001726,Maddiston and Rumford,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177009 +177009,S00108211,8c3,Renting Hard-Pressed Workers,S01009204,Maddiston and Rumford - 06,5d,Endeavouring social renters,S02001726,Maddiston and Rumford,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177010 +177010,S00108218,8c3,Renting Hard-Pressed Workers,S01009095,Larbert - South Broomage and Village - 02,5a,Ageing urban communities,S02001704,Larbert - South Broomage and Village,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177011 +177011,S00108235,8c3,Renting Hard-Pressed Workers,S01009100,Stenhousemuir West - 02,4a,Challenged white communities,S02001705,Stenhousemuir West,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177012 +177012,S00108238,8c3,Renting Hard-Pressed Workers,S01009101,Stenhousemuir West - 03,4a,Challenged white communities,S02001705,Stenhousemuir West,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177013 +177013,S00108244,8c3,Renting Hard-Pressed Workers,S01009101,Stenhousemuir West - 03,4a,Challenged white communities,S02001705,Stenhousemuir West,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177014 +177014,S00108259,8c3,Renting Hard-Pressed Workers,S01009092,Larbert - North Broomage and Inches - 05,5c,Comfortable neighbourhoods,S02001703,Larbert - North Broomage and Inches,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177015 +177015,S00108263,8c3,Renting Hard-Pressed Workers,S01009092,Larbert - North Broomage and Inches - 05,5c,Comfortable neighbourhoods,S02001703,Larbert - North Broomage and Inches,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177016 +177016,S00108270,8c3,Renting Hard-Pressed Workers,S01009099,Stenhousemuir West - 01,5c,Comfortable neighbourhoods,S02001705,Stenhousemuir West,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177017 +177017,S00108284,8c3,Renting Hard-Pressed Workers,S01009105,Stenhousemuir East - 03,5c,Comfortable neighbourhoods,S02001706,Stenhousemuir East,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177018 +177018,S00108293,8c3,Renting Hard-Pressed Workers,S01009105,Stenhousemuir East - 03,5c,Comfortable neighbourhoods,S02001706,Stenhousemuir East,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177019 +177019,S00108301,8c3,Renting Hard-Pressed Workers,S01009104,Stenhousemuir East - 02,5c,Comfortable neighbourhoods,S02001706,Stenhousemuir East,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177020 +177020,S00108313,8c3,Renting Hard-Pressed Workers,S01009189,Braes Villages - 06,4a,Challenged white communities,S02001723,Braes Villages,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177021 +177021,S00108315,8c3,Renting Hard-Pressed Workers,S01009189,Braes Villages - 06,4a,Challenged white communities,S02001723,Braes Villages,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177022 +177022,S00108327,8c3,Renting Hard-Pressed Workers,S01009178,Hallglen and Glen Village - 02,4a,Challenged white communities,S02001721,Hallglen and Glen Village,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177023 +177023,S00108329,8c3,Renting Hard-Pressed Workers,S01009177,Hallglen and Glen Village - 01,4a,Challenged white communities,S02001721,Hallglen and Glen Village,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177024 +177024,S00108348,8c3,Renting Hard-Pressed Workers,S01009080,Bonnybridge - 04,5d,Endeavouring social renters,S02001701,Bonnybridge,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177025 +177025,S00108354,8c3,Renting Hard-Pressed Workers,S01009080,Bonnybridge - 04,5d,Endeavouring social renters,S02001701,Bonnybridge,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177026 +177026,S00108163,8a1,Industrious Transitions,S01009214,Redding - 04,8b,Ageing suburbanites,S02001728,Redding,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177027 +177027,S00108123,6b4,Older Workers and Retirement,S01009218,Laurieston and Westquarter - 04,5c,Comfortable neighbourhoods,S02001729,Laurieston and Westquarter,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177028 +177028,S00107640,1b2,Rural White-Collar Workers,S01009188,Braes Villages - 05,2d,Rural traits,S02001723,Braes Villages,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177029 +177029,S00108393,8c3,Renting Hard-Pressed Workers,S01009065,Denny - Nethermains - 05,4a,Challenged white communities,S02001698,Denny - Nethermains,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177030 +177030,S00108444,8c3,Renting Hard-Pressed Workers,S01009075,"Banknock, Haggs and Longcroft - 05",5d,Endeavouring social renters,S02001700,"Banknock, Haggs and Longcroft",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177031 +177031,S00108452,8c3,Renting Hard-Pressed Workers,S01009074,"Banknock, Haggs and Longcroft - 04",4a,Challenged white communities,S02001700,"Banknock, Haggs and Longcroft",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177032 +177032,S00108454,8c3,Renting Hard-Pressed Workers,S01009074,"Banknock, Haggs and Longcroft - 04",4a,Challenged white communities,S02001700,"Banknock, Haggs and Longcroft",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177033 +177033,S00108461,8c3,Renting Hard-Pressed Workers,S01009072,"Banknock, Haggs and Longcroft - 02",5c,Comfortable neighbourhoods,S02001700,"Banknock, Haggs and Longcroft",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177034 +177034,S00108478,8c3,Renting Hard-Pressed Workers,S01009249,Bo'ness - Newtown - 02,4a,Challenged white communities,S02001735,Bo'ness - Newtown,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177035 +177035,S00108516,8c3,Renting Hard-Pressed Workers,S01009243,Bo'ness - Douglas - 01,5d,Endeavouring social renters,S02001734,Bo'ness - Douglas,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177036 +177036,S00108532,8c3,Renting Hard-Pressed Workers,S01009246,Bo'ness - Douglas - 04,5e,Primary sector workers,S02001734,Bo'ness - Douglas,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177037 +177037,S00108537,8c3,Renting Hard-Pressed Workers,S01009243,Bo'ness - Douglas - 01,5d,Endeavouring social renters,S02001734,Bo'ness - Douglas,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177038 +177038,S00108548,8c3,Renting Hard-Pressed Workers,S01009254,Bo'ness - Kinneil - 02,4a,Challenged white communities,S02001736,Bo'ness - Kinneil,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177039 +177039,S00108553,8c3,Renting Hard-Pressed Workers,S01009254,Bo'ness - Kinneil - 02,4a,Challenged white communities,S02001736,Bo'ness - Kinneil,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177040 +177040,S00108563,8c3,Renting Hard-Pressed Workers,S01009125,Carse and Grangemouth Old Town - 05,5a,Ageing urban communities,S02001710,Carse and Grangemouth Old Town,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177041 +177041,S00108568,8c3,Renting Hard-Pressed Workers,S01009123,Carse and Grangemouth Old Town - 03,5c,Comfortable neighbourhoods,S02001710,Carse and Grangemouth Old Town,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177042 +177042,S00108572,8c3,Renting Hard-Pressed Workers,S01009058,"Fankerton, Stoneywood and Denny Town - 04",4a,Challenged white communities,S02001697,"Fankerton, Stoneywood and Denny Town",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177043 +177043,S00108579,8c3,Renting Hard-Pressed Workers,S01009071,"Banknock, Haggs and Longcroft - 01",5d,Endeavouring social renters,S02001700,"Banknock, Haggs and Longcroft",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177044 +177044,S00108581,8c3,Renting Hard-Pressed Workers,S01009055,"Fankerton, Stoneywood and Denny Town - 01",2d,Rural traits,S02001697,"Fankerton, Stoneywood and Denny Town",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177045 +177045,S00108585,8c3,Renting Hard-Pressed Workers,S01009055,"Fankerton, Stoneywood and Denny Town - 01",2d,Rural traits,S02001697,"Fankerton, Stoneywood and Denny Town",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177046 +177046,S00108592,8c3,Renting Hard-Pressed Workers,S01009247,Bo'ness - Douglas - 05,4a,Challenged white communities,S02001734,Bo'ness - Douglas,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177047 +177047,S00108607,8c3,Renting Hard-Pressed Workers,S01009170,Falkirk - Tamfourhill - 03,4a,Challenged white communities,S02001719,Falkirk - Tamfourhill,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177048 +177048,S00108654,8c3,Renting Hard-Pressed Workers,S01009203,Maddiston and Rumford - 05,4a,Challenged white communities,S02001726,Maddiston and Rumford,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177049 +177049,S00108124,6b4,Older Workers and Retirement,S01009211,Redding - 01,5c,Comfortable neighbourhoods,S02001728,Redding,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177050 +177050,S00108209,8a1,Industrious Transitions,S01009203,Maddiston and Rumford - 05,4a,Challenged white communities,S02001726,Maddiston and Rumford,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177051 +177051,S00107673,1b2,Rural White-Collar Workers,S01009055,"Fankerton, Stoneywood and Denny Town - 01",2d,Rural traits,S02001697,"Fankerton, Stoneywood and Denny Town",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177052 +177052,S00108664,8c3,Renting Hard-Pressed Workers,S01009093,Larbert - North Broomage and Inches - 06,4a,Challenged white communities,S02001703,Larbert - North Broomage and Inches,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177053 +177053,S00108667,8c3,Renting Hard-Pressed Workers,S01009110,Stenhousemuir - Antonshill - 03,5d,Endeavouring social renters,S02001707,Stenhousemuir - Antonshill,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177054 +177054,S00108679,8c3,Renting Hard-Pressed Workers,S01009180,Hallglen and Glen Village - 04,4a,Challenged white communities,S02001721,Hallglen and Glen Village,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177055 +177055,S00108703,8c3,Renting Hard-Pressed Workers,S01009177,Hallglen and Glen Village - 01,4a,Challenged white communities,S02001721,Hallglen and Glen Village,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177056 +177056,S00108706,8c3,Renting Hard-Pressed Workers,S01009178,Hallglen and Glen Village - 02,4a,Challenged white communities,S02001721,Hallglen and Glen Village,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177057 +177057,S00108718,8c3,Renting Hard-Pressed Workers,S01009250,Bo'ness - Newtown - 03,5d,Endeavouring social renters,S02001735,Bo'ness - Newtown,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177058 +177058,S00108720,8c3,Renting Hard-Pressed Workers,S01009262,"Blackness, Bo'ness - Carriden and Grahamsdyke - 05",4d,Hard-pressed flat dwellers,S02001737,"Blackness, Bo'ness - Carriden and Grahamsdyke",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177059 +177059,S00108721,8c3,Renting Hard-Pressed Workers,S01009182,Shieldhill - 02,5c,Comfortable neighbourhoods,S02001722,Shieldhill,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177060 +177060,S00108752,8c3,Renting Hard-Pressed Workers,S01009115,Carron - 03,5c,Comfortable neighbourhoods,S02001708,Carron,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177061 +177061,S00108775,8c3,Renting Hard-Pressed Workers,S01009159,Falkirk - Camelon East - 01,4d,Hard-pressed flat dwellers,S02001717,Falkirk - Camelon East,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177062 +177062,S00108847,8c3,Renting Hard-Pressed Workers,S01009212,Redding - 02,4a,Challenged white communities,S02001728,Redding,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177063 +177063,S00108848,8c3,Renting Hard-Pressed Workers,S01009212,Redding - 02,4a,Challenged white communities,S02001728,Redding,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177064 +177064,S00108850,8c3,Renting Hard-Pressed Workers,S01009213,Redding - 03,5a,Ageing urban communities,S02001728,Redding,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177065 +177065,S00108921,8c3,Renting Hard-Pressed Workers,S01009081,Bonnybridge - 05,5d,Endeavouring social renters,S02001701,Bonnybridge,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177066 +177066,S00108935,8c3,Renting Hard-Pressed Workers,S01009066,Denny - Nethermains - 06,4a,Challenged white communities,S02001698,Denny - Nethermains,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177067 +177067,S00108946,8c3,Renting Hard-Pressed Workers,S01009249,Bo'ness - Newtown - 02,4a,Challenged white communities,S02001735,Bo'ness - Newtown,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177068 +177068,S00108955,8c3,Renting Hard-Pressed Workers,S01009253,Bo'ness - Kinneil - 01,4a,Challenged white communities,S02001736,Bo'ness - Kinneil,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177069 +177069,S00107800,1c2,Renting Rural Retirement,S01009169,Falkirk - Tamfourhill - 02,4a,Challenged white communities,S02001719,Falkirk - Tamfourhill,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177070 +177070,S00108735,1c2,Renting Rural Retirement,S01009084,High Bonnybridge and Greenhill - 02,2a,Ageing rural neighbourhoods,S02001702,High Bonnybridge and Greenhill,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177071 +177071,S00107738,7d4,Retired City Hardship,S01009150,Falkirk - Town Centre and Callendar Park - 02,4d,Hard-pressed flat dwellers,S02001715,Falkirk - Town Centre and Callendar Park,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177072 +177072,S00107739,7d4,Retired City Hardship,S01009150,Falkirk - Town Centre and Callendar Park - 02,4d,Hard-pressed flat dwellers,S02001715,Falkirk - Town Centre and Callendar Park,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177073 +177073,S00107740,7d4,Retired City Hardship,S01009150,Falkirk - Town Centre and Callendar Park - 02,4d,Hard-pressed flat dwellers,S02001715,Falkirk - Town Centre and Callendar Park,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177074 +177074,S00107741,7d4,Retired City Hardship,S01009150,Falkirk - Town Centre and Callendar Park - 02,4d,Hard-pressed flat dwellers,S02001715,Falkirk - Town Centre and Callendar Park,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177075 +177075,S00107742,7d4,Retired City Hardship,S01009150,Falkirk - Town Centre and Callendar Park - 02,4d,Hard-pressed flat dwellers,S02001715,Falkirk - Town Centre and Callendar Park,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177076 +177076,S00108249,8a1,Industrious Transitions,S01009088,Larbert - North Broomage and Inches - 01,2d,Rural traits,S02001703,Larbert - North Broomage and Inches,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177077 +177077,S00108279,8a1,Industrious Transitions,S01009110,Stenhousemuir - Antonshill - 03,5d,Endeavouring social renters,S02001707,Stenhousemuir - Antonshill,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177078 +177078,S00108280,8a1,Industrious Transitions,S01009110,Stenhousemuir - Antonshill - 03,5d,Endeavouring social renters,S02001707,Stenhousemuir - Antonshill,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177079 +177079,S00108350,8a1,Industrious Transitions,S01009080,Bonnybridge - 04,5d,Endeavouring social renters,S02001701,Bonnybridge,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177080 +177080,S00108438,8a1,Industrious Transitions,S01009051,Dunipace - 02,5d,Endeavouring social renters,S02001696,Dunipace,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177081 +177081,S00108466,8a1,Industrious Transitions,S01009251,Bo'ness - Newtown - 04,5d,Endeavouring social renters,S02001735,Bo'ness - Newtown,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177082 +177082,S00108467,8a1,Industrious Transitions,S01009251,Bo'ness - Newtown - 04,5d,Endeavouring social renters,S02001735,Bo'ness - Newtown,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177083 +177083,S00108522,8a1,Industrious Transitions,S01009245,Bo'ness - Douglas - 03,5c,Comfortable neighbourhoods,S02001734,Bo'ness - Douglas,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177084 +177084,S00108539,8a1,Industrious Transitions,S01009247,Bo'ness - Douglas - 05,4a,Challenged white communities,S02001734,Bo'ness - Douglas,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177085 +177085,S00108602,8a1,Industrious Transitions,S01009187,Braes Villages - 04,2b,Prospering countryside life,S02001723,Braes Villages,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177086 +177086,S00108707,8a1,Industrious Transitions,S01009081,Bonnybridge - 05,5d,Endeavouring social renters,S02001701,Bonnybridge,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177087 +177087,S00108744,8a1,Industrious Transitions,S01009055,"Fankerton, Stoneywood and Denny Town - 01",2d,Rural traits,S02001697,"Fankerton, Stoneywood and Denny Town",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177088 +177088,S00108766,8a1,Industrious Transitions,S01009120,Carronshore - 04,4a,Challenged white communities,S02001709,Carronshore,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177089 +177089,S00107949,1b2,Rural White-Collar Workers,S01009144,Falkirk - Middlefield - 02,3a,Achieving neighbourhoods,S02001714,Falkirk - Middlefield,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177090 +177090,S00108801,8a1,Industrious Transitions,S01009135,Falkirk - Merchiston and New Carron Village - 04,5b,Aspiring urban households,S02001712,Falkirk - Merchiston and New Carron Village,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177091 +177091,S00108891,8a1,Industrious Transitions,S01009093,Larbert - North Broomage and Inches - 06,4a,Challenged white communities,S02001703,Larbert - North Broomage and Inches,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177092 +177092,S00108943,8a1,Industrious Transitions,S01009075,"Banknock, Haggs and Longcroft - 05",5d,Endeavouring social renters,S02001700,"Banknock, Haggs and Longcroft",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177093 +177093,S00107733,2c2,Migrant Commuters,S01009153,Falkirk - Town Centre and Callendar Park - 05,3d,Households in terraces and flats,S02001715,Falkirk - Town Centre and Callendar Park,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177094 +177094,S00107734,2c2,Migrant Commuters,S01009153,Falkirk - Town Centre and Callendar Park - 05,3d,Households in terraces and flats,S02001715,Falkirk - Town Centre and Callendar Park,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177095 +177095,S00108813,2c2,Migrant Commuters,S01009141,Falkirk - Grahamston - 04,4d,Hard-pressed flat dwellers,S02001713,Falkirk - Grahamston,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177096 +177096,S00108151,6b4,Older Workers and Retirement,S01009194,Brightons and Wallacestone - 01,8b,Ageing suburbanites,S02001725,Brightons and Wallacestone,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177097 +177097,S00107735,2c1,Migrant Families,S01009152,Falkirk - Town Centre and Callendar Park - 04,4d,Hard-pressed flat dwellers,S02001715,Falkirk - Town Centre and Callendar Park,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177098 +177098,S00107737,2c1,Migrant Families,S01009152,Falkirk - Town Centre and Callendar Park - 04,4d,Hard-pressed flat dwellers,S02001715,Falkirk - Town Centre and Callendar Park,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177099 +177099,S00107918,2c1,Migrant Families,S01009142,Falkirk - Grahamston - 05,4d,Hard-pressed flat dwellers,S02001713,Falkirk - Grahamston,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177100 +177100,S00107945,2c1,Migrant Families,S01009144,Falkirk - Middlefield - 02,3a,Achieving neighbourhoods,S02001714,Falkirk - Middlefield,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177101 +177101,S00108609,2c1,Migrant Families,S01009162,Falkirk - Camelon East - 04,4d,Hard-pressed flat dwellers,S02001717,Falkirk - Camelon East,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177102 +177102,S00107888,5a2,Multi-Ethnic Professionals with Families,S01009130,Falkirk - Bainsford and Langlees - 05,4b,Constrained renters,S02001711,Falkirk - Bainsford and Langlees,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177103 +177103,S00108768,6b1,Multi-Ethnic Suburbia,S01009118,Carronshore - 02,8c,Comfortable suburbia,S02001709,Carronshore,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177104 +177104,S00108219,1a4,Older Farming Communities,S01009095,Larbert - South Broomage and Village - 02,5a,Ageing urban communities,S02001704,Larbert - South Broomage and Village,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177105 +177105,S00108567,1a4,Older Farming Communities,S01009125,Carse and Grangemouth Old Town - 05,5a,Ageing urban communities,S02001710,Carse and Grangemouth Old Town,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177106 +177106,S00107655,6b4,Older Workers and Retirement,S01009190,Reddingmuirhead and Overton - 01,8c,Comfortable suburbia,S02001724,Reddingmuirhead and Overton,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177107 +177107,S00107678,6b4,Older Workers and Retirement,S01009258,"Blackness, Bo'ness - Carriden and Grahamsdyke - 01",2d,Rural traits,S02001737,"Blackness, Bo'ness - Carriden and Grahamsdyke",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177108 +177108,S00107711,6b4,Older Workers and Retirement,S01009116,Carron - 04,8b,Ageing suburbanites,S02001708,Carron,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177109 +177109,S00107717,6b4,Older Workers and Retirement,S01009114,Carron - 02,5c,Comfortable neighbourhoods,S02001708,Carron,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177110 +177110,S00107718,6b4,Older Workers and Retirement,S01009114,Carron - 02,5c,Comfortable neighbourhoods,S02001708,Carron,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177111 +177111,S00107756,6b4,Older Workers and Retirement,S01009149,Falkirk - Town Centre and Callendar Park - 01,5c,Comfortable neighbourhoods,S02001715,Falkirk - Town Centre and Callendar Park,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177112 +177112,S00107832,6b4,Older Workers and Retirement,S01009168,Falkirk - Tamfourhill - 01,8c,Comfortable suburbia,S02001719,Falkirk - Tamfourhill,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177113 +177113,S00107839,6b4,Older Workers and Retirement,S01009156,Falkirk - Bantaskin - 03,8a,Affluent communities,S02001716,Falkirk - Bantaskin,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177114 +177114,S00107844,6b4,Older Workers and Retirement,S01009155,Falkirk - Bantaskin - 02,8a,Affluent communities,S02001716,Falkirk - Bantaskin,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177115 +177115,S00107856,6b4,Older Workers and Retirement,S01009173,Falkirk - Lochgreen and Lionthorn - 02,8c,Comfortable suburbia,S02001720,Falkirk - Lochgreen and Lionthorn,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177116 +177116,S00107907,6b4,Older Workers and Retirement,S01009138,Falkirk - Grahamston - 01,5b,Aspiring urban households,S02001713,Falkirk - Grahamston,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177117 +177117,S00107963,6b4,Older Workers and Retirement,S01009220,Grangemouth - Newlands - 02,4a,Challenged white communities,S02001730,Grangemouth - Newlands,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177118 +177118,S00107976,6b4,Older Workers and Retirement,S01009227,Grangemouth - Town Centre - 01,4d,Hard-pressed flat dwellers,S02001731,Grangemouth - Town Centre,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177119 +177119,S00108023,6b4,Older Workers and Retirement,S01009237,Grangemouth - Kersiebank - 06,5a,Ageing urban communities,S02001732,Grangemouth - Kersiebank,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177120 +177120,S00108521,1b2,Rural White-Collar Workers,S01009245,Bo'ness - Douglas - 03,5c,Comfortable neighbourhoods,S02001734,Bo'ness - Douglas,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177121 +177121,S00108606,1b2,Rural White-Collar Workers,S01009187,Braes Villages - 04,2b,Prospering countryside life,S02001723,Braes Villages,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177122 +177122,S00108628,1b2,Rural White-Collar Workers,S01009122,Carse and Grangemouth Old Town - 02,2d,Rural traits,S02001710,Carse and Grangemouth Old Town,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177123 +177123,S00108662,1b2,Rural White-Collar Workers,S01009088,Larbert - North Broomage and Inches - 01,2d,Rural traits,S02001703,Larbert - North Broomage and Inches,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177124 +177124,S00107639,1a1,Rural Workers and Families,S01009188,Braes Villages - 05,2d,Rural traits,S02001723,Braes Villages,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177125 +177125,S00107674,1a1,Rural Workers and Families,S01009055,"Fankerton, Stoneywood and Denny Town - 01",2d,Rural traits,S02001697,"Fankerton, Stoneywood and Denny Town",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177126 +177126,S00108601,1a1,Rural Workers and Families,S01009188,Braes Villages - 05,2d,Rural traits,S02001723,Braes Villages,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177127 +177127,S00108671,1a1,Rural Workers and Families,S01009060,"Fankerton, Stoneywood and Denny Town - 06",8c,Comfortable suburbia,S02001697,"Fankerton, Stoneywood and Denny Town",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177128 +177128,S00107629,5b3,Self-Sufficient Retirement,S01009258,"Blackness, Bo'ness - Carriden and Grahamsdyke - 01",2d,Rural traits,S02001737,"Blackness, Bo'ness - Carriden and Grahamsdyke",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177129 +177129,S00107699,5b3,Self-Sufficient Retirement,S01009186,Braes Villages - 03,5c,Comfortable neighbourhoods,S02001723,Braes Villages,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177130 +177130,S00107704,5b3,Self-Sufficient Retirement,S01009116,Carron - 04,8b,Ageing suburbanites,S02001708,Carron,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177131 +177131,S00107708,5b3,Self-Sufficient Retirement,S01009113,Carron - 01,8a,Affluent communities,S02001708,Carron,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177132 +177132,S00107727,5b3,Self-Sufficient Retirement,S01009151,Falkirk - Town Centre and Callendar Park - 03,5c,Comfortable neighbourhoods,S02001715,Falkirk - Town Centre and Callendar Park,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177133 +177133,S00107796,5b3,Self-Sufficient Retirement,S01009163,Falkirk - Camelon East - 05,5a,Ageing urban communities,S02001717,Falkirk - Camelon East,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177134 +177134,S00108157,6b4,Older Workers and Retirement,S01009196,Brightons and Wallacestone - 03,5c,Comfortable neighbourhoods,S02001725,Brightons and Wallacestone,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177135 +177135,S00107831,5b3,Self-Sufficient Retirement,S01009168,Falkirk - Tamfourhill - 01,8c,Comfortable suburbia,S02001719,Falkirk - Tamfourhill,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177136 +177136,S00107843,5b3,Self-Sufficient Retirement,S01009155,Falkirk - Bantaskin - 02,8a,Affluent communities,S02001716,Falkirk - Bantaskin,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177137 +177137,S00107855,5b3,Self-Sufficient Retirement,S01009173,Falkirk - Lochgreen and Lionthorn - 02,8c,Comfortable suburbia,S02001720,Falkirk - Lochgreen and Lionthorn,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177138 +177138,S00107864,5b3,Self-Sufficient Retirement,S01009134,Falkirk - Merchiston and New Carron Village - 03,5c,Comfortable neighbourhoods,S02001712,Falkirk - Merchiston and New Carron Village,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177139 +177139,S00107908,5b3,Self-Sufficient Retirement,S01009138,Falkirk - Grahamston - 01,5b,Aspiring urban households,S02001713,Falkirk - Grahamston,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177140 +177140,S00107909,5b3,Self-Sufficient Retirement,S01009138,Falkirk - Grahamston - 01,5b,Aspiring urban households,S02001713,Falkirk - Grahamston,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177141 +177141,S00107969,5b3,Self-Sufficient Retirement,S01009121,Carse and Grangemouth Old Town - 01,4a,Challenged white communities,S02001710,Carse and Grangemouth Old Town,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177142 +177142,S00108032,5b3,Self-Sufficient Retirement,S01009230,Grangemouth - Town Centre - 04,4b,Constrained renters,S02001731,Grangemouth - Town Centre,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177143 +177143,S00108034,5b3,Self-Sufficient Retirement,S01009231,Grangemouth - Town Centre - 05,5c,Comfortable neighbourhoods,S02001731,Grangemouth - Town Centre,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177144 +177144,S00108040,5b3,Self-Sufficient Retirement,S01009231,Grangemouth - Town Centre - 05,5c,Comfortable neighbourhoods,S02001731,Grangemouth - Town Centre,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177145 +177145,S00108113,5b3,Self-Sufficient Retirement,S01009215,Laurieston and Westquarter - 01,4a,Challenged white communities,S02001729,Laurieston and Westquarter,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177146 +177146,S00108184,5b3,Self-Sufficient Retirement,S01009206,Polmont - 02,8c,Comfortable suburbia,S02001727,Polmont,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177147 +177147,S00108188,5b3,Self-Sufficient Retirement,S01009206,Polmont - 02,8c,Comfortable suburbia,S02001727,Polmont,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177148 +177148,S00108213,5b3,Self-Sufficient Retirement,S01009207,Polmont - 03,8b,Ageing suburbanites,S02001727,Polmont,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177149 +177149,S00108256,5b3,Self-Sufficient Retirement,S01009097,Larbert - South Broomage and Village - 04,8c,Comfortable suburbia,S02001704,Larbert - South Broomage and Village,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177150 +177150,S00108261,5b3,Self-Sufficient Retirement,S01009092,Larbert - North Broomage and Inches - 05,5c,Comfortable neighbourhoods,S02001703,Larbert - North Broomage and Inches,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177151 +177151,S00108262,5b3,Self-Sufficient Retirement,S01009092,Larbert - North Broomage and Inches - 05,5c,Comfortable neighbourhoods,S02001703,Larbert - North Broomage and Inches,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177152 +177152,S00108286,5b3,Self-Sufficient Retirement,S01009105,Stenhousemuir East - 03,5c,Comfortable neighbourhoods,S02001706,Stenhousemuir East,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177153 +177153,S00108287,5b3,Self-Sufficient Retirement,S01009105,Stenhousemuir East - 03,5c,Comfortable neighbourhoods,S02001706,Stenhousemuir East,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177154 +177154,S00108335,5b3,Self-Sufficient Retirement,S01009077,Bonnybridge - 01,5c,Comfortable neighbourhoods,S02001701,Bonnybridge,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177155 +177155,S00108382,5b3,Self-Sufficient Retirement,S01009070,Head of Muir and Dennyloanhead - 04,5c,Comfortable neighbourhoods,S02001699,Head of Muir and Dennyloanhead,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177156 +177156,S00108384,5b3,Self-Sufficient Retirement,S01009070,Head of Muir and Dennyloanhead - 04,5c,Comfortable neighbourhoods,S02001699,Head of Muir and Dennyloanhead,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177157 +177157,S00108430,5b3,Self-Sufficient Retirement,S01009052,Dunipace - 03,5c,Comfortable neighbourhoods,S02001696,Dunipace,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177158 +177158,S00108442,5b3,Self-Sufficient Retirement,S01009050,Dunipace - 01,5c,Comfortable neighbourhoods,S02001696,Dunipace,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177159 +177159,S00108450,5b3,Self-Sufficient Retirement,S01009076,"Banknock, Haggs and Longcroft - 06",5c,Comfortable neighbourhoods,S02001700,"Banknock, Haggs and Longcroft",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177160 +177160,S00108477,5b3,Self-Sufficient Retirement,S01009256,Bo'ness - Kinneil - 04,5c,Comfortable neighbourhoods,S02001736,Bo'ness - Kinneil,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177161 +177161,S00108159,6b4,Older Workers and Retirement,S01009197,Brightons and Wallacestone - 04,8c,Comfortable suburbia,S02001725,Brightons and Wallacestone,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177162 +177162,S00108164,6b4,Older Workers and Retirement,S01009214,Redding - 04,8b,Ageing suburbanites,S02001728,Redding,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177163 +177163,S00108180,6b4,Older Workers and Retirement,S01009205,Polmont - 01,8c,Comfortable suburbia,S02001727,Polmont,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177164 +177164,S00108181,6b4,Older Workers and Retirement,S01009205,Polmont - 01,8c,Comfortable suburbia,S02001727,Polmont,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177165 +177165,S00108187,6b4,Older Workers and Retirement,S01009206,Polmont - 02,8c,Comfortable suburbia,S02001727,Polmont,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177166 +177166,S00108197,6b4,Older Workers and Retirement,S01009197,Brightons and Wallacestone - 04,8c,Comfortable suburbia,S02001725,Brightons and Wallacestone,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177167 +177167,S00108203,6b4,Older Workers and Retirement,S01009199,Maddiston and Rumford - 01,8c,Comfortable suburbia,S02001726,Maddiston and Rumford,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177168 +177168,S00108215,6b4,Older Workers and Retirement,S01009207,Polmont - 03,8b,Ageing suburbanites,S02001727,Polmont,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177169 +177169,S00108229,6b4,Older Workers and Retirement,S01009094,Larbert - South Broomage and Village - 01,8b,Ageing suburbanites,S02001704,Larbert - South Broomage and Village,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177170 +177170,S00108251,6b4,Older Workers and Retirement,S01009097,Larbert - South Broomage and Village - 04,8c,Comfortable suburbia,S02001704,Larbert - South Broomage and Village,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177171 +177171,S00108267,6b4,Older Workers and Retirement,S01009099,Stenhousemuir West - 01,5c,Comfortable neighbourhoods,S02001705,Stenhousemuir West,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177172 +177172,S00108268,6b4,Older Workers and Retirement,S01009092,Larbert - North Broomage and Inches - 05,5c,Comfortable neighbourhoods,S02001703,Larbert - North Broomage and Inches,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177173 +177173,S00108272,6b4,Older Workers and Retirement,S01009099,Stenhousemuir West - 01,5c,Comfortable neighbourhoods,S02001705,Stenhousemuir West,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177174 +177174,S00108297,6b4,Older Workers and Retirement,S01009108,Stenhousemuir - Antonshill - 01,8b,Ageing suburbanites,S02001707,Stenhousemuir - Antonshill,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177175 +177175,S00108309,6b4,Older Workers and Retirement,S01009109,Stenhousemuir - Antonshill - 02,8b,Ageing suburbanites,S02001707,Stenhousemuir - Antonshill,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177176 +177176,S00108310,6b4,Older Workers and Retirement,S01009108,Stenhousemuir - Antonshill - 01,8b,Ageing suburbanites,S02001707,Stenhousemuir - Antonshill,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177177 +177177,S00108338,6b4,Older Workers and Retirement,S01009077,Bonnybridge - 01,5c,Comfortable neighbourhoods,S02001701,Bonnybridge,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177178 +177178,S00108349,6b4,Older Workers and Retirement,S01009081,Bonnybridge - 05,5d,Endeavouring social renters,S02001701,Bonnybridge,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177179 +177179,S00108351,6b4,Older Workers and Retirement,S01009081,Bonnybridge - 05,5d,Endeavouring social renters,S02001701,Bonnybridge,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177180 +177180,S00108376,6b4,Older Workers and Retirement,S01009069,Head of Muir and Dennyloanhead - 03,8b,Ageing suburbanites,S02001699,Head of Muir and Dennyloanhead,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177181 +177181,S00108431,6b4,Older Workers and Retirement,S01009052,Dunipace - 03,5c,Comfortable neighbourhoods,S02001696,Dunipace,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177182 +177182,S00108449,6b4,Older Workers and Retirement,S01009076,"Banknock, Haggs and Longcroft - 06",5c,Comfortable neighbourhoods,S02001700,"Banknock, Haggs and Longcroft",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177183 +177183,S00108462,6b4,Older Workers and Retirement,S01009248,Bo'ness - Newtown - 01,5c,Comfortable neighbourhoods,S02001735,Bo'ness - Newtown,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177184 +177184,S00108481,6b4,Older Workers and Retirement,S01009259,"Blackness, Bo'ness - Carriden and Grahamsdyke - 02",8c,Comfortable suburbia,S02001737,"Blackness, Bo'ness - Carriden and Grahamsdyke",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177185 +177185,S00108482,6b4,Older Workers and Retirement,S01009256,Bo'ness - Kinneil - 04,5c,Comfortable neighbourhoods,S02001736,Bo'ness - Kinneil,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177186 +177186,S00108500,6b4,Older Workers and Retirement,S01009259,"Blackness, Bo'ness - Carriden and Grahamsdyke - 02",8c,Comfortable suburbia,S02001737,"Blackness, Bo'ness - Carriden and Grahamsdyke",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177187 +177187,S00108519,6b4,Older Workers and Retirement,S01009244,Bo'ness - Douglas - 02,2b,Prospering countryside life,S02001734,Bo'ness - Douglas,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177188 +177188,S00108638,6b4,Older Workers and Retirement,S01009197,Brightons and Wallacestone - 04,8c,Comfortable suburbia,S02001725,Brightons and Wallacestone,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177189 +177189,S00108650,6b4,Older Workers and Retirement,S01009206,Polmont - 02,8c,Comfortable suburbia,S02001727,Polmont,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177190 +177190,S00108660,6b4,Older Workers and Retirement,S01009096,Larbert - South Broomage and Village - 03,5a,Ageing urban communities,S02001704,Larbert - South Broomage and Village,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177191 +177191,S00108661,6b4,Older Workers and Retirement,S01009088,Larbert - North Broomage and Inches - 01,2d,Rural traits,S02001703,Larbert - North Broomage and Inches,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177192 +177192,S00108681,6b4,Older Workers and Retirement,S01009071,"Banknock, Haggs and Longcroft - 01",5d,Endeavouring social renters,S02001700,"Banknock, Haggs and Longcroft",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177193 +177193,S00108723,6b4,Older Workers and Retirement,S01009193,Reddingmuirhead and Overton - 04,8c,Comfortable suburbia,S02001724,Reddingmuirhead and Overton,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177194 +177194,S00108733,6b4,Older Workers and Retirement,S01009085,High Bonnybridge and Greenhill - 03,8c,Comfortable suburbia,S02001702,High Bonnybridge and Greenhill,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177195 +177195,S00108734,6b4,Older Workers and Retirement,S01009085,High Bonnybridge and Greenhill - 03,8c,Comfortable suburbia,S02001702,High Bonnybridge and Greenhill,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177196 +177196,S00108736,6b4,Older Workers and Retirement,S01009078,Bonnybridge - 02,8c,Comfortable suburbia,S02001701,Bonnybridge,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177197 +177197,S00108740,6b4,Older Workers and Retirement,S01009078,Bonnybridge - 02,8c,Comfortable suburbia,S02001701,Bonnybridge,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177198 +177198,S00108748,6b4,Older Workers and Retirement,S01009183,Shieldhill - 03,8c,Comfortable suburbia,S02001722,Shieldhill,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177199 +177199,S00108749,6b4,Older Workers and Retirement,S01009182,Shieldhill - 02,5c,Comfortable neighbourhoods,S02001722,Shieldhill,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177200 +177200,S00111659,6a4,Ageing in Suburbia,S01009330,Duloch North West,5b,Aspiring urban households,S02001751,Dunfermline Duloch North and Lynebank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177201 +177201,S00111677,6a4,Ageing in Suburbia,S01009352,Masterton South,8c,Comfortable suburbia,S02001756,Dunfermline Masterton,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177202 +177202,S00111704,6a4,Ageing in Suburbia,S01009322,Kingseat,5c,Comfortable neighbourhoods,S02001750,Dunfermline Bellyeoman and Townhill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177203 +177203,S00111708,6a4,Ageing in Suburbia,S01009549,Thornton North,5c,Comfortable neighbourhoods,S02001798,Thornton and Kinglassie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177204 +177204,S00111740,6a4,Ageing in Suburbia,S01009396,Dalgety Bay South East,8a,Affluent communities,S02001766,Dalgety Bay Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177205 +177205,S00111750,6a4,Ageing in Suburbia,S01009374,Admiralty South West,4a,Challenged white communities,S02001761,Rosyth Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177206 +177206,S00111754,6a4,Ageing in Suburbia,S01009378,Rosyth Pease Hill East,5c,Comfortable neighbourhoods,S02001762,Rosyth South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177207 +177207,S00111838,6a4,Ageing in Suburbia,S01009286,Cairneyhill West,8c,Comfortable suburbia,S02001742,Cairneyhill and Crombie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177208 +177208,S00111848,6a4,Ageing in Suburbia,S01009407,Crossgates North East,5c,Comfortable neighbourhoods,S02001768,Crossgates and Halbeath,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177209 +177209,S00109617,6a4,Ageing in Suburbia,S01009327,Kingseathill,8b,Ageing suburbanites,S02001750,Dunfermline Bellyeoman and Townhill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177210 +177210,S00111865,6a4,Ageing in Suburbia,S01009453,Lochgelly West,5a,Ageing urban communities,S02001778,Lochgelly West and Lumphinnans,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177211 +177211,S00111873,6a4,Ageing in Suburbia,S01009474,Linktown South and Seafield North,4a,Challenged white communities,S02001783,Kirkcaldy Linktown & Seafield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177212 +177212,S00111906,6a4,Ageing in Suburbia,S01009486,Forth Park,5c,Comfortable neighbourhoods,S02001786,Kirkcaldy Bennochy West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177213 +177213,S00109629,6a4,Ageing in Suburbia,S01009290,Crossford West,8b,Ageing suburbanites,S02001743,Crossford Charlestown and Limekilns,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177214 +177214,S00111907,6a4,Ageing in Suburbia,S01009487,Forth Park North,4b,Constrained renters,S02001786,Kirkcaldy Bennochy West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177215 +177215,S00109649,6a4,Ageing in Suburbia,S01009466,Burntisland East,8a,Affluent communities,S02001781,Burntisland East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177216 +177216,S00108493,5b3,Self-Sufficient Retirement,S01009261,"Blackness, Bo'ness - Carriden and Grahamsdyke - 04",4b,Constrained renters,S02001737,"Blackness, Bo'ness - Carriden and Grahamsdyke",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177217 +177217,S00110109,7d1,Ageing Communities and Families,S01009487,Forth Park North,4b,Constrained renters,S02001786,Kirkcaldy Bennochy West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177218 +177218,S00108796,6b3,Semi-Detached Ageing,S01009134,Falkirk - Merchiston and New Carron Village - 03,5c,Comfortable neighbourhoods,S02001712,Falkirk - Merchiston and New Carron Village,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177219 +177219,S00111987,6a4,Ageing in Suburbia,S01009594,Formonthills,8b,Ageing suburbanites,S02001807,Glenrothes Balgeddie and Town Park,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177220 +177220,S00108639,6b2,White Suburban Communities,S01009192,Reddingmuirhead and Overton - 03,5a,Ageing urban communities,S02001724,Reddingmuirhead and Overton,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177221 +177221,S00109658,6a4,Ageing in Suburbia,S01009466,Burntisland East,8a,Affluent communities,S02001781,Burntisland East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177222 +177222,S00109892,8c1,Ageing Industrious Workers,S01009415,Cowdenbeath North,4b,Constrained renters,S02001771,Cowdenbeath North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177223 +177223,S00108373,5a1,White Professionals,S01009068,Head of Muir and Dennyloanhead - 02,5d,Endeavouring social renters,S02001699,Head of Muir and Dennyloanhead,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177224 +177224,S00110250,7d1,Ageing Communities and Families,S01009426,Kelty Central,4a,Challenged white communities,S02001773,Kelty East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177225 +177225,S00108562,5b3,Self-Sufficient Retirement,S01009125,Carse and Grangemouth Old Town - 05,5a,Ageing urban communities,S02001710,Carse and Grangemouth Old Town,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177226 +177226,S00110264,7d1,Ageing Communities and Families,S01009426,Kelty Central,4a,Challenged white communities,S02001773,Kelty East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177227 +177227,S00108885,6b3,Semi-Detached Ageing,S01009097,Larbert - South Broomage and Village - 04,8c,Comfortable suburbia,S02001704,Larbert - South Broomage and Village,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177228 +177228,S00112028,6a4,Ageing in Suburbia,S01009653,Lower Largo Northern,8b,Ageing suburbanites,S02001820,Largo,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177229 +177229,S00108651,6b2,White Suburban Communities,S01009206,Polmont - 02,8c,Comfortable suburbia,S02001727,Polmont,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177230 +177230,S00109659,6a4,Ageing in Suburbia,S01009464,Burntisland East Toll,5c,Comfortable neighbourhoods,S02001781,Burntisland East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177231 +177231,S00109906,8c1,Ageing Industrious Workers,S01009418,Cowdenbeath North East,4a,Challenged white communities,S02001771,Cowdenbeath North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177232 +177232,S00108391,5a1,White Professionals,S01009064,Denny - Nethermains - 04,4a,Challenged white communities,S02001698,Denny - Nethermains,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177233 +177233,S00110158,8c1,Ageing Industrious Workers,S01009519,Capshard,5c,Comfortable neighbourhoods,S02001792,Kirkcaldy Chapel,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177234 +177234,S00110279,7d1,Ageing Communities and Families,S01009427,Kelty North East,4d,Hard-pressed flat dwellers,S02001773,Kelty East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177235 +177235,S00112072,6a4,Ageing in Suburbia,S01009694,Cupar South South East,8a,Affluent communities,S02001828,Cupar East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177236 +177236,S00108906,6b3,Semi-Detached Ageing,S01009103,Stenhousemuir East - 01,8b,Ageing suburbanites,S02001706,Stenhousemuir East,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177237 +177237,S00109689,6a4,Ageing in Suburbia,S01009264,Kincardine North and Tulliallan,2b,Prospering countryside life,S02001738,Kincardine,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177238 +177238,S00108445,5a1,White Professionals,S01009076,"Banknock, Haggs and Longcroft - 06",5c,Comfortable neighbourhoods,S02001700,"Banknock, Haggs and Longcroft",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177239 +177239,S00108653,6b2,White Suburban Communities,S01009201,Maddiston and Rumford - 03,4a,Challenged white communities,S02001726,Maddiston and Rumford,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177240 +177240,S00108599,5b3,Self-Sufficient Retirement,S01009113,Carron - 01,8a,Affluent communities,S02001708,Carron,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177241 +177241,S00110242,8c1,Ageing Industrious Workers,S01009520,Chapel,5b,Aspiring urban households,S02001792,Kirkcaldy Chapel,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177242 +177242,S00110402,7d1,Ageing Communities and Families,S01009621,Buckhaven Central,4a,Challenged white communities,S02001813,"Buckhaven, Denbeath and Muiredge",S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177243 +177243,S00112078,6a4,Ageing in Suburbia,S01009728,Hallow Hill South,8a,Affluent communities,S02001836,St Andrews South West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177244 +177244,S00108917,6b3,Semi-Detached Ageing,S01009067,Head of Muir and Dennyloanhead - 01,8c,Comfortable suburbia,S02001699,Head of Muir and Dennyloanhead,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177245 +177245,S00109695,6a4,Ageing in Suburbia,S01009285,Cairneyhill North,8c,Comfortable suburbia,S02001742,Cairneyhill and Crombie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177246 +177246,S00108448,5a1,White Professionals,S01009076,"Banknock, Haggs and Longcroft - 06",5c,Comfortable neighbourhoods,S02001700,"Banknock, Haggs and Longcroft",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177247 +177247,S00108668,6b2,White Suburban Communities,S01009103,Stenhousemuir East - 01,8b,Ageing suburbanites,S02001706,Stenhousemuir East,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177248 +177248,S00108451,5a1,White Professionals,S01009076,"Banknock, Haggs and Longcroft - 06",5c,Comfortable neighbourhoods,S02001700,"Banknock, Haggs and Longcroft",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177249 +177249,S00108526,5a1,White Professionals,S01009245,Bo'ness - Douglas - 03,5c,Comfortable neighbourhoods,S02001734,Bo'ness - Douglas,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177250 +177250,S00108573,5a1,White Professionals,S01009058,"Fankerton, Stoneywood and Denny Town - 04",4a,Challenged white communities,S02001697,"Fankerton, Stoneywood and Denny Town",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177251 +177251,S00108605,5a1,White Professionals,S01009171,Falkirk - Tamfourhill - 04,4a,Challenged white communities,S02001719,Falkirk - Tamfourhill,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177252 +177252,S00108640,5a1,White Professionals,S01009192,Reddingmuirhead and Overton - 03,5a,Ageing urban communities,S02001724,Reddingmuirhead and Overton,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177253 +177253,S00108725,5a1,White Professionals,S01009193,Reddingmuirhead and Overton - 04,8c,Comfortable suburbia,S02001724,Reddingmuirhead and Overton,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177254 +177254,S00108751,5a1,White Professionals,S01009115,Carron - 03,5c,Comfortable neighbourhoods,S02001708,Carron,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177255 +177255,S00108774,5a1,White Professionals,S01009153,Falkirk - Town Centre and Callendar Park - 05,3d,Households in terraces and flats,S02001715,Falkirk - Town Centre and Callendar Park,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177256 +177256,S00108790,5a1,White Professionals,S01009163,Falkirk - Camelon East - 05,5a,Ageing urban communities,S02001717,Falkirk - Camelon East,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177257 +177257,S00108799,5a1,White Professionals,S01009135,Falkirk - Merchiston and New Carron Village - 04,5b,Aspiring urban households,S02001712,Falkirk - Merchiston and New Carron Village,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177258 +177258,S00108807,5a1,White Professionals,S01009132,Falkirk - Merchiston and New Carron Village - 01,5b,Aspiring urban households,S02001712,Falkirk - Merchiston and New Carron Village,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177259 +177259,S00108817,5a1,White Professionals,S01009138,Falkirk - Grahamston - 01,5b,Aspiring urban households,S02001713,Falkirk - Grahamston,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177260 +177260,S00108833,5a1,White Professionals,S01009230,Grangemouth - Town Centre - 04,4b,Constrained renters,S02001731,Grangemouth - Town Centre,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177261 +177261,S00108852,5a1,White Professionals,S01009195,Brightons and Wallacestone - 02,8c,Comfortable suburbia,S02001725,Brightons and Wallacestone,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177262 +177262,S00108878,5a1,White Professionals,S01009204,Maddiston and Rumford - 06,5d,Endeavouring social renters,S02001726,Maddiston and Rumford,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177263 +177263,S00108896,5a1,White Professionals,S01009090,Larbert - North Broomage and Inches - 03,8c,Comfortable suburbia,S02001703,Larbert - North Broomage and Inches,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177264 +177264,S00107634,6b2,White Suburban Communities,S01009263,"Blackness, Bo'ness - Carriden and Grahamsdyke - 06",5b,Aspiring urban households,S02001737,"Blackness, Bo'ness - Carriden and Grahamsdyke",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177265 +177265,S00107644,6b2,White Suburban Communities,S01009107,Stenhousemuir East - 05,5c,Comfortable neighbourhoods,S02001706,Stenhousemuir East,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177266 +177266,S00107658,6b2,White Suburban Communities,S01009190,Reddingmuirhead and Overton - 01,8c,Comfortable suburbia,S02001724,Reddingmuirhead and Overton,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177267 +177267,S00107664,6b2,White Suburban Communities,S01009089,Larbert - North Broomage and Inches - 02,8c,Comfortable suburbia,S02001703,Larbert - North Broomage and Inches,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177268 +177268,S00107950,6b2,White Suburban Communities,S01009144,Falkirk - Middlefield - 02,3a,Achieving neighbourhoods,S02001714,Falkirk - Middlefield,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177269 +177269,S00108149,6b2,White Suburban Communities,S01009191,Reddingmuirhead and Overton - 02,8c,Comfortable suburbia,S02001724,Reddingmuirhead and Overton,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177270 +177270,S00108150,6b2,White Suburban Communities,S01009191,Reddingmuirhead and Overton - 02,8c,Comfortable suburbia,S02001724,Reddingmuirhead and Overton,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177271 +177271,S00108160,6b2,White Suburban Communities,S01009197,Brightons and Wallacestone - 04,8c,Comfortable suburbia,S02001725,Brightons and Wallacestone,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177272 +177272,S00108162,6b2,White Suburban Communities,S01009214,Redding - 04,8b,Ageing suburbanites,S02001728,Redding,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177273 +177273,S00108177,6b2,White Suburban Communities,S01009210,Polmont - 06,2b,Prospering countryside life,S02001727,Polmont,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177274 +177274,S00108179,6b2,White Suburban Communities,S01009209,Polmont - 05,5a,Ageing urban communities,S02001727,Polmont,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177275 +177275,S00108183,6b2,White Suburban Communities,S01009206,Polmont - 02,8c,Comfortable suburbia,S02001727,Polmont,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177276 +177276,S00108199,6b2,White Suburban Communities,S01009199,Maddiston and Rumford - 01,8c,Comfortable suburbia,S02001726,Maddiston and Rumford,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177277 +177277,S00108273,6b2,White Suburban Communities,S01009112,Stenhousemuir - Antonshill - 05,8b,Ageing suburbanites,S02001707,Stenhousemuir - Antonshill,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177278 +177278,S00108292,6b2,White Suburban Communities,S01009108,Stenhousemuir - Antonshill - 01,8b,Ageing suburbanites,S02001707,Stenhousemuir - Antonshill,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177279 +177279,S00108307,6b2,White Suburban Communities,S01009109,Stenhousemuir - Antonshill - 02,8b,Ageing suburbanites,S02001707,Stenhousemuir - Antonshill,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177280 +177280,S00108308,6b2,White Suburban Communities,S01009109,Stenhousemuir - Antonshill - 02,8b,Ageing suburbanites,S02001707,Stenhousemuir - Antonshill,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177281 +177281,S00108339,6b2,White Suburban Communities,S01009067,Head of Muir and Dennyloanhead - 01,8c,Comfortable suburbia,S02001699,Head of Muir and Dennyloanhead,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177282 +177282,S00108340,6b2,White Suburban Communities,S01009077,Bonnybridge - 01,5c,Comfortable neighbourhoods,S02001701,Bonnybridge,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177283 +177283,S00108377,6b2,White Suburban Communities,S01009070,Head of Muir and Dennyloanhead - 04,5c,Comfortable neighbourhoods,S02001699,Head of Muir and Dennyloanhead,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177284 +177284,S00108468,6b2,White Suburban Communities,S01009250,Bo'ness - Newtown - 03,5d,Endeavouring social renters,S02001735,Bo'ness - Newtown,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177285 +177285,S00108489,6b2,White Suburban Communities,S01009259,"Blackness, Bo'ness - Carriden and Grahamsdyke - 02",8c,Comfortable suburbia,S02001737,"Blackness, Bo'ness - Carriden and Grahamsdyke",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177286 +177286,S00108490,6b2,White Suburban Communities,S01009259,"Blackness, Bo'ness - Carriden and Grahamsdyke - 02",8c,Comfortable suburbia,S02001737,"Blackness, Bo'ness - Carriden and Grahamsdyke",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177287 +177287,S00108525,6b2,White Suburban Communities,S01009245,Bo'ness - Douglas - 03,5c,Comfortable neighbourhoods,S02001734,Bo'ness - Douglas,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177288 +177288,S00108555,6b2,White Suburban Communities,S01009257,Bo'ness - Kinneil - 05,5e,Primary sector workers,S02001736,Bo'ness - Kinneil,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177289 +177289,S00108574,6b2,White Suburban Communities,S01009051,Dunipace - 02,5d,Endeavouring social renters,S02001696,Dunipace,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177290 +177290,S00108576,6b2,White Suburban Communities,S01009051,Dunipace - 02,5d,Endeavouring social renters,S02001696,Dunipace,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177291 +177291,S00108580,6b2,White Suburban Communities,S01009072,"Banknock, Haggs and Longcroft - 02",5c,Comfortable neighbourhoods,S02001700,"Banknock, Haggs and Longcroft",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177292 +177292,S00108598,6b2,White Suburban Communities,S01009183,Shieldhill - 03,8c,Comfortable suburbia,S02001722,Shieldhill,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177293 +177293,S00108600,6b2,White Suburban Communities,S01009118,Carronshore - 02,8c,Comfortable suburbia,S02001709,Carronshore,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177294 +177294,S00110263,8c1,Ageing Industrious Workers,S01009426,Kelty Central,4a,Challenged white communities,S02001773,Kelty East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177295 +177295,S00110285,8c1,Ageing Industrious Workers,S01009422,Kelty Blairadam Park,5c,Comfortable neighbourhoods,S02001772,Kelty West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177296 +177296,S00112080,6a4,Ageing in Suburbia,S01009729,Hallow Hill,8a,Affluent communities,S02001836,St Andrews South West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177297 +177297,S00110288,8c1,Ageing Industrious Workers,S01009436,Dundonald,4a,Challenged white communities,S02001776,Cardenden,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177298 +177298,S00110301,8c1,Ageing Industrious Workers,S01009438,Cardenden East,5c,Comfortable neighbourhoods,S02001776,Cardenden,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177299 +177299,S00110319,8c1,Ageing Industrious Workers,S01009431,Glencraig Landward,5c,Comfortable neighbourhoods,S02001774,Lochore and Crosshill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177300 +177300,S00108968,6b3,Semi-Detached Ageing,S01009173,Falkirk - Lochgreen and Lionthorn - 02,8c,Comfortable suburbia,S02001720,Falkirk - Lochgreen and Lionthorn,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177301 +177301,S00110356,8c1,Ageing Industrious Workers,S01009543,East Wemyss Shore,5c,Comfortable neighbourhoods,S02001797,Wemyss,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177302 +177302,S00110367,8c1,Ageing Industrious Workers,S01009544,Wemyss Villages,5e,Primary sector workers,S02001797,Wemyss,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177303 +177303,S00110400,8c1,Ageing Industrious Workers,S01009621,Buckhaven Central,4a,Challenged white communities,S02001813,"Buckhaven, Denbeath and Muiredge",S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177304 +177304,S00110761,8c1,Ageing Industrious Workers,S01009574,Auchmuty Dovecot and Town Centre,4b,Constrained renters,S02001803,Glenrothes Auchmuty,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177305 +177305,S00108604,5b3,Self-Sufficient Retirement,S01009149,Falkirk - Town Centre and Callendar Park - 01,5c,Comfortable neighbourhoods,S02001715,Falkirk - Town Centre and Callendar Park,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177306 +177306,S00110792,8c1,Ageing Industrious Workers,S01009599,Pitcoudie,4a,Challenged white communities,S02001809,Glenrothes Cadham and Pitcoudie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177307 +177307,S00110810,8c1,Ageing Industrious Workers,S01009604,Balfarg South,5d,Endeavouring social renters,S02001810,Glenrothes Balfarg Pitcairn and Coul,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177308 +177308,S00110811,8c1,Ageing Industrious Workers,S01009604,Balfarg South,5d,Endeavouring social renters,S02001810,Glenrothes Balfarg Pitcairn and Coul,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177309 +177309,S00110845,8c1,Ageing Industrious Workers,S01009555,Leslie East,5c,Comfortable neighbourhoods,S02001799,Leslie and Newcastle,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177310 +177310,S00110904,8c1,Ageing Industrious Workers,S01009615,Windygates West,5c,Comfortable neighbourhoods,S02001812,Windygates and Coaltown,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177311 +177311,S00110908,8c1,Ageing Industrious Workers,S01009705,St Monans West,5e,Primary sector workers,S02001831,St Monans and Pittenweem,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177312 +177312,S00111009,8c1,Ageing Industrious Workers,S01009676,Gateside Landward,2d,Rural traits,S02001824,Auchtermuchty and Gateside,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177313 +177313,S00110432,7d1,Ageing Communities and Families,S01009620,Buckhaven North,4a,Challenged white communities,S02001813,"Buckhaven, Denbeath and Muiredge",S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177314 +177314,S00111014,8c1,Ageing Industrious Workers,S01009673,Auchtermuchty East,5a,Ageing urban communities,S02001824,Auchtermuchty and Gateside,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177315 +177315,S00111024,8c1,Ageing Industrious Workers,S01009685,Springfield West and Rankeilour,2d,Rural traits,S02001826,Cupar West and Springfield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177316 +177316,S00111032,8c1,Ageing Industrious Workers,S01009688,Cupar North West,4b,Constrained renters,S02001827,Cupar Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177317 +177317,S00109710,6a4,Ageing in Suburbia,S01009469,Kinghorn North,5c,Comfortable neighbourhoods,S02001782,Kinghorn,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177318 +177318,S00108731,6b2,White Suburban Communities,S01009085,High Bonnybridge and Greenhill - 03,8c,Comfortable suburbia,S02001702,High Bonnybridge and Greenhill,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177319 +177319,S00111043,8c1,Ageing Industrious Workers,S01009690,Cupar North,5c,Comfortable neighbourhoods,S02001828,Cupar East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177320 +177320,S00111084,8c1,Ageing Industrious Workers,S01009683,Cupar Westfield,5a,Ageing urban communities,S02001826,Cupar West and Springfield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177321 +177321,S00111187,8c1,Ageing Industrious Workers,S01009679,Newburgh East,5e,Primary sector workers,S02001825,Newburgh,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177322 +177322,S00111189,8c1,Ageing Industrious Workers,S01009679,Newburgh East,5e,Primary sector workers,S02001825,Newburgh,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177323 +177323,S00111192,8c1,Ageing Industrious Workers,S01009738,Guardbridge,5c,Comfortable neighbourhoods,S02001838,Leuchars and Guardbridge,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177324 +177324,S00111227,8c1,Ageing Industrious Workers,S01009756,Wormit East,8c,Comfortable suburbia,S02001841,Newport and Wormit,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177325 +177325,S00111260,8c1,Ageing Industrious Workers,S01009750,Tayport South,5c,Comfortable neighbourhoods,S02001840,Tayport,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177326 +177326,S00111278,8c1,Ageing Industrious Workers,S01009322,Kingseat,5c,Comfortable neighbourhoods,S02001750,Dunfermline Bellyeoman and Townhill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177327 +177327,S00111280,8c1,Ageing Industrious Workers,S01009462,Burntisland Grange and Orrock,5c,Comfortable neighbourhoods,S02001780,Burntisland West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177328 +177328,S00111356,8c1,Ageing Industrious Workers,S01009274,Saline South,5d,Endeavouring social renters,S02001740,Saline and Gowkhall,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177329 +177329,S00111360,8c1,Ageing Industrious Workers,S01009427,Kelty North East,4d,Hard-pressed flat dwellers,S02001773,Kelty East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177330 +177330,S00111362,8c1,Ageing Industrious Workers,S01009437,Bowhill and Dundonald,5c,Comfortable neighbourhoods,S02001776,Cardenden,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177331 +177331,S00111367,8c1,Ageing Industrious Workers,S01009437,Bowhill and Dundonald,5c,Comfortable neighbourhoods,S02001776,Cardenden,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177332 +177332,S00111387,8c1,Ageing Industrious Workers,S01009643,Leven Castlefleurie,8c,Comfortable suburbia,S02001818,Leven West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177333 +177333,S00111425,8c1,Ageing Industrious Workers,S01009552,Leslie South West and Auchmuir,2d,Rural traits,S02001799,Leslie and Newcastle,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177334 +177334,S00111453,8c1,Ageing Industrious Workers,S01009663,Kingskettle and Balmalcolm,2d,Rural traits,S02001822,Kettle and Ladybank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177335 +177335,S00111459,8c1,Ageing Industrious Workers,S01009672,Auchtermuchty West,5d,Endeavouring social renters,S02001824,Auchtermuchty and Gateside,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177336 +177336,S00111470,8c1,Ageing Industrious Workers,S01009651,New Gilston and Upper Largo,2d,Rural traits,S02001820,Largo,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177337 +177337,S00111552,8c1,Ageing Industrious Workers,S01009293,Milesmark East,5c,Comfortable neighbourhoods,S02001744,Dunfermline Milesmark and Wellwood,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177338 +177338,S00111590,8c1,Ageing Industrious Workers,S01009323,Townhill East,5c,Comfortable neighbourhoods,S02001750,Dunfermline Bellyeoman and Townhill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177339 +177339,S00111616,8c1,Ageing Industrious Workers,S01009421,Kelty South West,4a,Challenged white communities,S02001772,Kelty West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177340 +177340,S00111830,8c1,Ageing Industrious Workers,S01009267,Kincardine South,5a,Ageing urban communities,S02001738,Kincardine,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177341 +177341,S00111834,8c1,Ageing Industrious Workers,S01009266,Kincardine East,5d,Endeavouring social renters,S02001738,Kincardine,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177342 +177342,S00111842,8c1,Ageing Industrious Workers,S01009285,Cairneyhill North,8c,Comfortable suburbia,S02001742,Cairneyhill and Crombie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177343 +177343,S00111857,8c1,Ageing Industrious Workers,S01009449,Lochgelly Central and Western,5d,Endeavouring social renters,S02001777,Lochgelly East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177344 +177344,S00111932,8c1,Ageing Industrious Workers,S01009425,Kelty Oakfield,5c,Comfortable neighbourhoods,S02001773,Kelty East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177345 +177345,S00111935,8c1,Ageing Industrious Workers,S01009424,Kelty East,5a,Ageing urban communities,S02001773,Kelty East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177346 +177346,S00108974,6b3,Semi-Detached Ageing,S01009086,High Bonnybridge and Greenhill - 04,5c,Comfortable neighbourhoods,S02001702,High Bonnybridge and Greenhill,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177347 +177347,S00108655,4a2,Social Renting New Arrivals,S01009201,Maddiston and Rumford - 03,4a,Challenged white communities,S02001726,Maddiston and Rumford,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177348 +177348,S00110528,7d1,Ageing Communities and Families,S01009647,Leven North,4d,Hard-pressed flat dwellers,S02001818,Leven West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177349 +177349,S00107793,7a1,Transitional Eastern European Neighbourhoods,S01009161,Falkirk - Camelon East - 03,4d,Hard-pressed flat dwellers,S02001717,Falkirk - Camelon East,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177350 +177350,S00110529,7d1,Ageing Communities and Families,S01009647,Leven North,4d,Hard-pressed flat dwellers,S02001818,Leven West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177351 +177351,S00108699,5b3,Self-Sufficient Retirement,S01009230,Grangemouth - Town Centre - 04,4b,Constrained renters,S02001731,Grangemouth - Town Centre,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177352 +177352,S00112081,6a4,Ageing in Suburbia,S01009729,Hallow Hill,8a,Affluent communities,S02001836,St Andrews South West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177353 +177353,S00107885,7a1,Transitional Eastern European Neighbourhoods,S01009126,Falkirk - Bainsford and Langlees - 01,4d,Hard-pressed flat dwellers,S02001711,Falkirk - Bainsford and Langlees,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177354 +177354,S00110537,7d1,Ageing Communities and Families,S01009640,Scoonie South,4d,Hard-pressed flat dwellers,S02001817,Leven East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177355 +177355,S00108798,5b3,Self-Sufficient Retirement,S01009135,Falkirk - Merchiston and New Carron Village - 04,5b,Aspiring urban households,S02001712,Falkirk - Merchiston and New Carron Village,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177356 +177356,S00109721,6a4,Ageing in Suburbia,S01009406,Crossgates North,5a,Ageing urban communities,S02001768,Crossgates and Halbeath,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177357 +177357,S00108737,6b2,White Suburban Communities,S01009078,Bonnybridge - 02,8c,Comfortable suburbia,S02001701,Bonnybridge,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177358 +177358,S00108802,5b3,Self-Sufficient Retirement,S01009136,Falkirk - Merchiston and New Carron Village - 05,3c,Highly qualified professionals,S02001712,Falkirk - Merchiston and New Carron Village,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177359 +177359,S00108742,6b2,White Suburban Communities,S01009078,Bonnybridge - 02,8c,Comfortable suburbia,S02001701,Bonnybridge,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177360 +177360,S00108762,6b2,White Suburban Communities,S01009118,Carronshore - 02,8c,Comfortable suburbia,S02001709,Carronshore,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177361 +177361,S00108763,6b2,White Suburban Communities,S01009118,Carronshore - 02,8c,Comfortable suburbia,S02001709,Carronshore,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177362 +177362,S00108764,6b2,White Suburban Communities,S01009118,Carronshore - 02,8c,Comfortable suburbia,S02001709,Carronshore,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177363 +177363,S00108853,6b2,White Suburban Communities,S01009195,Brightons and Wallacestone - 02,8c,Comfortable suburbia,S02001725,Brightons and Wallacestone,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177364 +177364,S00108854,6b2,White Suburban Communities,S01009195,Brightons and Wallacestone - 02,8c,Comfortable suburbia,S02001725,Brightons and Wallacestone,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177365 +177365,S00108855,6b2,White Suburban Communities,S01009195,Brightons and Wallacestone - 02,8c,Comfortable suburbia,S02001725,Brightons and Wallacestone,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177366 +177366,S00108857,6b2,White Suburban Communities,S01009195,Brightons and Wallacestone - 02,8c,Comfortable suburbia,S02001725,Brightons and Wallacestone,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177367 +177367,S00108877,6b2,White Suburban Communities,S01009204,Maddiston and Rumford - 06,5d,Endeavouring social renters,S02001726,Maddiston and Rumford,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177368 +177368,S00108886,6b2,White Suburban Communities,S01009097,Larbert - South Broomage and Village - 04,8c,Comfortable suburbia,S02001704,Larbert - South Broomage and Village,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177369 +177369,S00108903,6b2,White Suburban Communities,S01009111,Stenhousemuir - Antonshill - 04,5c,Comfortable neighbourhoods,S02001707,Stenhousemuir - Antonshill,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177370 +177370,S00108918,6b2,White Suburban Communities,S01009067,Head of Muir and Dennyloanhead - 01,8c,Comfortable suburbia,S02001699,Head of Muir and Dennyloanhead,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177371 +177371,S00108933,6b2,White Suburban Communities,S01009059,"Fankerton, Stoneywood and Denny Town - 05",5c,Comfortable neighbourhoods,S02001697,"Fankerton, Stoneywood and Denny Town",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177372 +177372,S00108950,6b2,White Suburban Communities,S01009252,Bo'ness - Newtown - 05,8c,Comfortable suburbia,S02001735,Bo'ness - Newtown,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177373 +177373,S00108951,6b2,White Suburban Communities,S01009252,Bo'ness - Newtown - 05,8c,Comfortable suburbia,S02001735,Bo'ness - Newtown,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177374 +177374,S00108958,6b2,White Suburban Communities,S01009123,Carse and Grangemouth Old Town - 03,5c,Comfortable neighbourhoods,S02001710,Carse and Grangemouth Old Town,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177375 +177375,S00107889,7a1,Transitional Eastern European Neighbourhoods,S01009130,Falkirk - Bainsford and Langlees - 05,4b,Constrained renters,S02001711,Falkirk - Bainsford and Langlees,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177376 +177376,S00112091,6a4,Ageing in Suburbia,S01009735,Lawhead and Northbank,3c,Highly qualified professionals,S02001837,St Andrews North and Strathkinness,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177377 +177377,S00110541,7d1,Ageing Communities and Families,S01009641,Leven South West,4d,Hard-pressed flat dwellers,S02001817,Leven East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177378 +177378,S00108959,6b2,White Suburban Communities,S01009123,Carse and Grangemouth Old Town - 03,5c,Comfortable neighbourhoods,S02001710,Carse and Grangemouth Old Town,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177379 +177379,S00108969,6b2,White Suburban Communities,S01009175,Falkirk - Lochgreen and Lionthorn - 04,8c,Comfortable suburbia,S02001720,Falkirk - Lochgreen and Lionthorn,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177380 +177380,S00107689,8d1,Young Hard-Pressed Families,S01009185,Braes Villages - 02,5d,Endeavouring social renters,S02001723,Braes Villages,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177381 +177381,S00107700,8d1,Young Hard-Pressed Families,S01009181,Shieldhill - 01,5d,Endeavouring social renters,S02001722,Shieldhill,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177382 +177382,S00107706,8d1,Young Hard-Pressed Families,S01009114,Carron - 02,5c,Comfortable neighbourhoods,S02001708,Carron,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177383 +177383,S00107715,8d1,Young Hard-Pressed Families,S01009119,Carronshore - 03,4a,Challenged white communities,S02001709,Carronshore,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177384 +177384,S00107766,8d1,Young Hard-Pressed Families,S01009167,Falkirk - Camelon West - 04,4a,Challenged white communities,S02001718,Falkirk - Camelon West,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177385 +177385,S00108125,8d1,Young Hard-Pressed Families,S01009211,Redding - 01,5c,Comfortable neighbourhoods,S02001728,Redding,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177386 +177386,S00108239,8d1,Young Hard-Pressed Families,S01009102,Stenhousemuir West - 04,4a,Challenged white communities,S02001705,Stenhousemuir West,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177387 +177387,S00108241,8d1,Young Hard-Pressed Families,S01009102,Stenhousemuir West - 04,4a,Challenged white communities,S02001705,Stenhousemuir West,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177388 +177388,S00108412,8d1,Young Hard-Pressed Families,S01009056,"Fankerton, Stoneywood and Denny Town - 02",4a,Challenged white communities,S02001697,"Fankerton, Stoneywood and Denny Town",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177389 +177389,S00108453,8d1,Young Hard-Pressed Families,S01009074,"Banknock, Haggs and Longcroft - 04",4a,Challenged white communities,S02001700,"Banknock, Haggs and Longcroft",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177390 +177390,S00108465,8d1,Young Hard-Pressed Families,S01009251,Bo'ness - Newtown - 04,5d,Endeavouring social renters,S02001735,Bo'ness - Newtown,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177391 +177391,S00108596,8d1,Young Hard-Pressed Families,S01009181,Shieldhill - 01,5d,Endeavouring social renters,S02001722,Shieldhill,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177392 +177392,S00108656,8d1,Young Hard-Pressed Families,S01009204,Maddiston and Rumford - 06,5d,Endeavouring social renters,S02001726,Maddiston and Rumford,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177393 +177393,S00108780,8d1,Young Hard-Pressed Families,S01009165,Falkirk - Camelon West - 02,4a,Challenged white communities,S02001718,Falkirk - Camelon West,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177394 +177394,S00108884,8d1,Young Hard-Pressed Families,S01009102,Stenhousemuir West - 04,4a,Challenged white communities,S02001705,Stenhousemuir West,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177395 +177395,S00109531,7d1,Ageing Communities and Families,S01009299,Pittencrieff,5c,Comfortable neighbourhoods,S02001745,Dunfermline Baldridgeburn,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177396 +177396,S00109605,7d1,Ageing Communities and Families,S01009302,Headwell East,4d,Hard-pressed flat dwellers,S02001746,Dunfermline Headwell,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177397 +177397,S00109610,7d1,Ageing Communities and Families,S01009302,Headwell East,4d,Hard-pressed flat dwellers,S02001746,Dunfermline Headwell,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177398 +177398,S00109644,7d1,Ageing Communities and Families,S01009459,Burntisland Links,4b,Constrained renters,S02001780,Burntisland West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177399 +177399,S00109645,7d1,Ageing Communities and Families,S01009459,Burntisland Links,4b,Constrained renters,S02001780,Burntisland West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177400 +177400,S00109847,7d1,Ageing Communities and Families,S01009489,Cowdenbeath South East,4a,Challenged white communities,S02001770,Cowdenbeath South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177401 +177401,S00109962,7d1,Ageing Communities and Families,S01009477,Kirkcaldy Central North,3c,Highly qualified professionals,S02001784,Kirkcaldy Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177402 +177402,S00109989,7d1,Ageing Communities and Families,S01009528,Pathhead South and Sands,4d,Hard-pressed flat dwellers,S02001794,Kirkcaldy Pathhead,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177403 +177403,S00109995,7d1,Ageing Communities and Families,S01009538,Dysart Central,4b,Constrained renters,S02001796,Dysart,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177404 +177404,S00110004,7d1,Ageing Communities and Families,S01009536,Dysart North East,4b,Constrained renters,S02001796,Dysart,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177405 +177405,S00110056,7d1,Ageing Communities and Families,S01009486,Forth Park,5c,Comfortable neighbourhoods,S02001786,Kirkcaldy Bennochy West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177406 +177406,S00108808,5b3,Self-Sufficient Retirement,S01009132,Falkirk - Merchiston and New Carron Village - 01,5b,Aspiring urban households,S02001712,Falkirk - Merchiston and New Carron Village,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177407 +177407,S00110544,7d1,Ageing Communities and Families,S01009642,Leven South,5e,Primary sector workers,S02001817,Leven East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177408 +177408,S00108830,5b3,Self-Sufficient Retirement,S01009237,Grangemouth - Kersiebank - 06,5a,Ageing urban communities,S02001732,Grangemouth - Kersiebank,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177409 +177409,S00109944,6a4,Ageing in Suburbia,S01009480,Kirkcaldy Central South,5c,Comfortable neighbourhoods,S02001784,Kirkcaldy Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177410 +177410,S00107897,7a1,Transitional Eastern European Neighbourhoods,S01009131,Falkirk - Bainsford and Langlees - 06,4d,Hard-pressed flat dwellers,S02001711,Falkirk - Bainsford and Langlees,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177411 +177411,S00112092,6a4,Ageing in Suburbia,S01009735,Lawhead and Northbank,3c,Highly qualified professionals,S02001837,St Andrews North and Strathkinness,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177412 +177412,S00110595,7d1,Ageing Communities and Families,S01009563,South Parks East,4b,Constrained renters,S02001801,Glenrothes South Parks,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177413 +177413,S00112149,6a4,Ageing in Suburbia,S01009384,North Queensferry,8a,Affluent communities,S02001763,North Queensferry and Inverkeithing West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177414 +177414,S00108845,5b3,Self-Sufficient Retirement,S01009211,Redding - 01,5c,Comfortable neighbourhoods,S02001728,Redding,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177415 +177415,S00110850,7d1,Ageing Communities and Families,S01009610,Markinch West,5c,Comfortable neighbourhoods,S02001811,Markinch and Star,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177416 +177416,S00110886,7d1,Ageing Communities and Families,S01009659,Kennoway Central,5c,Comfortable neighbourhoods,S02001821,Kennoway and Bonnybank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177417 +177417,S00110986,7d1,Ageing Communities and Families,S01009713,Crail South and Fife Ness,2d,Rural traits,S02001833,Crail and Boarhills,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177418 +177418,S00110987,7d1,Ageing Communities and Families,S01009713,Crail South and Fife Ness,2d,Rural traits,S02001833,Crail and Boarhills,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177419 +177419,S00111042,7d1,Ageing Communities and Families,S01009689,Cupar West,3c,Highly qualified professionals,S02001827,Cupar Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177420 +177420,S00111079,7d1,Ageing Communities and Families,S01009686,Cupar South West,4b,Constrained renters,S02001827,Cupar Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177421 +177421,S00111250,7d1,Ageing Communities and Families,S01009750,Tayport South,5c,Comfortable neighbourhoods,S02001840,Tayport,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177422 +177422,S00111264,7d1,Ageing Communities and Families,S01009751,Tayport South East,5c,Comfortable neighbourhoods,S02001840,Tayport,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177423 +177423,S00111297,7d1,Ageing Communities and Families,S01009453,Lochgelly West,5a,Ageing urban communities,S02001778,Lochgelly West and Lumphinnans,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177424 +177424,S00111482,7d1,Ageing Communities and Families,S01009753,Newport Central,5a,Ageing urban communities,S02001841,Newport and Wormit,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177425 +177425,S00111592,7d1,Ageing Communities and Families,S01009532,Overton,4a,Challenged white communities,S02001795,Kirkcaldy Gallatown and Sinclairtown,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177426 +177426,S00112010,7d1,Ageing Communities and Families,S01009608,Markinch North,5c,Comfortable neighbourhoods,S02001811,Markinch and Star,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177427 +177427,S00112036,7d1,Ageing Communities and Families,S01009711,Anstruther West,5a,Ageing urban communities,S02001832,Anstruther,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177428 +177428,S00112060,7d1,Ageing Communities and Families,S01009689,Cupar West,3c,Highly qualified professionals,S02001827,Cupar Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177429 +177429,S00112065,7d1,Ageing Communities and Families,S01009691,Cupar Station and Meadowside,8a,Affluent communities,S02001828,Cupar East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177430 +177430,S00112085,7d1,Ageing Communities and Families,S01009724,Kinness Burn East,1a,Cosmopolitan student neighbourhoods,S02001835,St Andrews Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177431 +177431,S00112121,7d1,Ageing Communities and Families,S01009528,Pathhead South and Sands,4d,Hard-pressed flat dwellers,S02001794,Kirkcaldy Pathhead,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177432 +177432,S00107919,7a1,Transitional Eastern European Neighbourhoods,S01009139,Falkirk - Grahamston - 02,4d,Hard-pressed flat dwellers,S02001713,Falkirk - Grahamston,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177433 +177433,S00109946,6a4,Ageing in Suburbia,S01009479,Kirkcaldy Central,3c,Highly qualified professionals,S02001784,Kirkcaldy Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177434 +177434,S00109016,6a4,Ageing in Suburbia,S01009579,Lochty View,5c,Comfortable neighbourhoods,S02001804,Glenrothes Stenton and Finglassie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177435 +177435,S00109111,6a4,Ageing in Suburbia,S01009697,Dairsie and Kemback,2b,Prospering countryside life,S02001829,Dairsie Ceres and Dunino,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177436 +177436,S00109322,6a4,Ageing in Suburbia,S01009384,North Queensferry,8a,Affluent communities,S02001763,North Queensferry and Inverkeithing West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177437 +177437,S00109325,6a4,Ageing in Suburbia,S01009287,Limekilns,8a,Affluent communities,S02001743,Crossford Charlestown and Limekilns,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177438 +177438,S00109336,6a4,Ageing in Suburbia,S01009282,Culross and Low Valleyfield,2d,Rural traits,S02001741,Valleyfield Culross and Torryburn,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177439 +177439,S00109356,6a4,Ageing in Suburbia,S01009455,St Colme and Aberdour West,2b,Prospering countryside life,S02001779,Aberdour and Auchtertool,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177440 +177440,S00109374,6a4,Ageing in Suburbia,S01009360,Pitbauchlie and Pitcorthie North West,5c,Comfortable neighbourhoods,S02001758,Dunfermline Pitcorthie West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177441 +177441,S00109466,6a4,Ageing in Suburbia,S01009332,Lynebank,8a,Affluent communities,S02001751,Dunfermline Duloch North and Lynebank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177442 +177442,S00109473,6a4,Ageing in Suburbia,S01009360,Pitbauchlie and Pitcorthie North West,5c,Comfortable neighbourhoods,S02001758,Dunfermline Pitcorthie West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177443 +177443,S00109476,6a4,Ageing in Suburbia,S01009362,Pitcorthie West,8b,Ageing suburbanites,S02001758,Dunfermline Pitcorthie West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177444 +177444,S00109485,6a4,Ageing in Suburbia,S01009356,Pitcorthie East,8b,Ageing suburbanites,S02001757,Dunfermline Pitcorthie East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177445 +177445,S00109488,6a4,Ageing in Suburbia,S01009356,Pitcorthie East,8b,Ageing suburbanites,S02001757,Dunfermline Pitcorthie East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177446 +177446,S00109513,6a4,Ageing in Suburbia,S01009316,Transy,8c,Comfortable suburbia,S02001749,Dunfermline Garvock Hill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177447 +177447,S00109514,6a4,Ageing in Suburbia,S01009317,Garvock Hill South,8b,Ageing suburbanites,S02001749,Dunfermline Garvock Hill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177448 +177448,S00109518,6a4,Ageing in Suburbia,S01009318,Garvock Hill West,8b,Ageing suburbanites,S02001749,Dunfermline Garvock Hill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177449 +177449,S00109519,6a4,Ageing in Suburbia,S01009319,Garvock Hill North East,8b,Ageing suburbanites,S02001749,Dunfermline Garvock Hill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177450 +177450,S00109524,6a4,Ageing in Suburbia,S01009317,Garvock Hill South,8b,Ageing suburbanites,S02001749,Dunfermline Garvock Hill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177451 +177451,S00109560,6a4,Ageing in Suburbia,S01009294,Milesmark West,8a,Affluent communities,S02001744,Dunfermline Milesmark and Wellwood,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177452 +177452,S00109561,6a4,Ageing in Suburbia,S01009297,Beveridgewell East,8c,Comfortable suburbia,S02001744,Dunfermline Milesmark and Wellwood,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177453 +177453,S00109567,6a4,Ageing in Suburbia,S01009327,Kingseathill,8b,Ageing suburbanites,S02001750,Dunfermline Bellyeoman and Townhill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177454 +177454,S00109571,6a4,Ageing in Suburbia,S01009303,Bellyeoman South West,5a,Ageing urban communities,S02001746,Dunfermline Headwell,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177455 +177455,S00112150,6a4,Ageing in Suburbia,S01009385,North Queensferry Ferryhills,5c,Comfortable neighbourhoods,S02001763,North Queensferry and Inverkeithing West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177456 +177456,S00109282,8c1,Ageing Industrious Workers,S01009382,Inverkeithing West,5c,Comfortable neighbourhoods,S02001763,North Queensferry and Inverkeithing West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177457 +177457,S00109301,8c1,Ageing Industrious Workers,S01009386,Inverkeithing Spencerfield North,5d,Endeavouring social renters,S02001764,Inverkeithing East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177458 +177458,S00108846,5b3,Self-Sufficient Retirement,S01009211,Redding - 01,5c,Comfortable neighbourhoods,S02001728,Redding,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177459 +177459,S00109319,8c1,Ageing Industrious Workers,S01009385,North Queensferry Ferryhills,5c,Comfortable neighbourhoods,S02001763,North Queensferry and Inverkeithing West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177460 +177460,S00109335,8c1,Ageing Industrious Workers,S01009282,Culross and Low Valleyfield,2d,Rural traits,S02001741,Valleyfield Culross and Torryburn,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177461 +177461,S00108858,5b3,Self-Sufficient Retirement,S01009195,Brightons and Wallacestone - 02,8c,Comfortable suburbia,S02001725,Brightons and Wallacestone,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177462 +177462,S00109351,8c1,Ageing Industrious Workers,S01009279,Newmills,5c,Comfortable neighbourhoods,S02001741,Valleyfield Culross and Torryburn,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177463 +177463,S00110015,6a4,Ageing in Suburbia,S01009529,Kirkcaldy Viewforth,5a,Ageing urban communities,S02001794,Kirkcaldy Pathhead,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177464 +177464,S00108860,5b3,Self-Sufficient Retirement,S01009196,Brightons and Wallacestone - 03,5c,Comfortable neighbourhoods,S02001725,Brightons and Wallacestone,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177465 +177465,S00109354,8c1,Ageing Industrious Workers,S01009278,Torryburn,8c,Comfortable suburbia,S02001741,Valleyfield Culross and Torryburn,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177466 +177466,S00107923,7a1,Transitional Eastern European Neighbourhoods,S01009146,Falkirk - Middlefield - 04,4d,Hard-pressed flat dwellers,S02001714,Falkirk - Middlefield,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177467 +177467,S00107712,6b3,Semi-Detached Ageing,S01009116,Carron - 04,8b,Ageing suburbanites,S02001708,Carron,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177468 +177468,S00108039,7a1,Transitional Eastern European Neighbourhoods,S01009235,Grangemouth - Kersiebank - 04,4d,Hard-pressed flat dwellers,S02001732,Grangemouth - Kersiebank,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177469 +177469,S00109367,8c1,Ageing Industrious Workers,S01009360,Pitbauchlie and Pitcorthie North West,5c,Comfortable neighbourhoods,S02001758,Dunfermline Pitcorthie West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177470 +177470,S00107825,6b3,Semi-Detached Ageing,S01009168,Falkirk - Tamfourhill - 01,8c,Comfortable suburbia,S02001719,Falkirk - Tamfourhill,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177471 +177471,S00108052,7a1,Transitional Eastern European Neighbourhoods,S01009234,Grangemouth - Kersiebank - 03,4d,Hard-pressed flat dwellers,S02001732,Grangemouth - Kersiebank,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177472 +177472,S00108054,7a1,Transitional Eastern European Neighbourhoods,S01009234,Grangemouth - Kersiebank - 03,4d,Hard-pressed flat dwellers,S02001732,Grangemouth - Kersiebank,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177473 +177473,S00108078,7a1,Transitional Eastern European Neighbourhoods,S01009232,Grangemouth - Kersiebank - 01,4d,Hard-pressed flat dwellers,S02001732,Grangemouth - Kersiebank,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177474 +177474,S00108090,7a1,Transitional Eastern European Neighbourhoods,S01009239,Grangemouth - Bowhouse - 02,4a,Challenged white communities,S02001733,Grangemouth - Bowhouse,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177475 +177475,S00108427,7a1,Transitional Eastern European Neighbourhoods,S01009058,"Fankerton, Stoneywood and Denny Town - 04",4a,Challenged white communities,S02001697,"Fankerton, Stoneywood and Denny Town",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177476 +177476,S00108474,7a1,Transitional Eastern European Neighbourhoods,S01009249,Bo'ness - Newtown - 02,4a,Challenged white communities,S02001735,Bo'ness - Newtown,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177477 +177477,S00108476,7a1,Transitional Eastern European Neighbourhoods,S01009249,Bo'ness - Newtown - 02,4a,Challenged white communities,S02001735,Bo'ness - Newtown,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177478 +177478,S00108486,7a1,Transitional Eastern European Neighbourhoods,S01009255,Bo'ness - Kinneil - 03,4b,Constrained renters,S02001736,Bo'ness - Kinneil,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177479 +177479,S00108488,7a1,Transitional Eastern European Neighbourhoods,S01009255,Bo'ness - Kinneil - 03,4b,Constrained renters,S02001736,Bo'ness - Kinneil,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177480 +177480,S00108497,7a1,Transitional Eastern European Neighbourhoods,S01009262,"Blackness, Bo'ness - Carriden and Grahamsdyke - 05",4d,Hard-pressed flat dwellers,S02001737,"Blackness, Bo'ness - Carriden and Grahamsdyke",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177481 +177481,S00108505,7a1,Transitional Eastern European Neighbourhoods,S01009260,"Blackness, Bo'ness - Carriden and Grahamsdyke - 03",5e,Primary sector workers,S02001737,"Blackness, Bo'ness - Carriden and Grahamsdyke",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177482 +177482,S00108507,7a1,Transitional Eastern European Neighbourhoods,S01009260,"Blackness, Bo'ness - Carriden and Grahamsdyke - 03",5e,Primary sector workers,S02001737,"Blackness, Bo'ness - Carriden and Grahamsdyke",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177483 +177483,S00108513,7a1,Transitional Eastern European Neighbourhoods,S01009261,"Blackness, Bo'ness - Carriden and Grahamsdyke - 04",4b,Constrained renters,S02001737,"Blackness, Bo'ness - Carriden and Grahamsdyke",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177484 +177484,S00108514,7a1,Transitional Eastern European Neighbourhoods,S01009261,"Blackness, Bo'ness - Carriden and Grahamsdyke - 04",4b,Constrained renters,S02001737,"Blackness, Bo'ness - Carriden and Grahamsdyke",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177485 +177485,S00110049,6a4,Ageing in Suburbia,S01009493,Raith Estate and Southerton,8a,Affluent communities,S02001787,Kirkcaldy Raith,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177486 +177486,S00108559,7a1,Transitional Eastern European Neighbourhoods,S01009257,Bo'ness - Kinneil - 05,5e,Primary sector workers,S02001736,Bo'ness - Kinneil,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177487 +177487,S00108560,7a1,Transitional Eastern European Neighbourhoods,S01009257,Bo'ness - Kinneil - 05,5e,Primary sector workers,S02001736,Bo'ness - Kinneil,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177488 +177488,S00108623,7a1,Transitional Eastern European Neighbourhoods,S01009138,Falkirk - Grahamston - 01,5b,Aspiring urban households,S02001713,Falkirk - Grahamston,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177489 +177489,S00108719,7a1,Transitional Eastern European Neighbourhoods,S01009262,"Blackness, Bo'ness - Carriden and Grahamsdyke - 05",4d,Hard-pressed flat dwellers,S02001737,"Blackness, Bo'ness - Carriden and Grahamsdyke",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177490 +177490,S00108783,7a1,Transitional Eastern European Neighbourhoods,S01009160,Falkirk - Camelon East - 02,4b,Constrained renters,S02001717,Falkirk - Camelon East,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177491 +177491,S00108812,7a1,Transitional Eastern European Neighbourhoods,S01009133,Falkirk - Merchiston and New Carron Village - 02,4d,Hard-pressed flat dwellers,S02001712,Falkirk - Merchiston and New Carron Village,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177492 +177492,S00108819,7a1,Transitional Eastern European Neighbourhoods,S01009142,Falkirk - Grahamston - 05,4d,Hard-pressed flat dwellers,S02001713,Falkirk - Grahamston,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177493 +177493,S00108947,7a1,Transitional Eastern European Neighbourhoods,S01009260,"Blackness, Bo'ness - Carriden and Grahamsdyke - 03",5e,Primary sector workers,S02001737,"Blackness, Bo'ness - Carriden and Grahamsdyke",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177494 +177494,S00108948,7a1,Transitional Eastern European Neighbourhoods,S01009260,"Blackness, Bo'ness - Carriden and Grahamsdyke - 03",5e,Primary sector workers,S02001737,"Blackness, Bo'ness - Carriden and Grahamsdyke",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177495 +177495,S00107633,5a1,White Professionals,S01009263,"Blackness, Bo'ness - Carriden and Grahamsdyke - 06",5b,Aspiring urban households,S02001737,"Blackness, Bo'ness - Carriden and Grahamsdyke",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177496 +177496,S00107637,5a1,White Professionals,S01009263,"Blackness, Bo'ness - Carriden and Grahamsdyke - 06",5b,Aspiring urban households,S02001737,"Blackness, Bo'ness - Carriden and Grahamsdyke",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177497 +177497,S00107663,5a1,White Professionals,S01009090,Larbert - North Broomage and Inches - 03,8c,Comfortable suburbia,S02001703,Larbert - North Broomage and Inches,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177498 +177498,S00107760,5a1,White Professionals,S01009171,Falkirk - Tamfourhill - 04,4a,Challenged white communities,S02001719,Falkirk - Tamfourhill,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177499 +177499,S00107830,5a1,White Professionals,S01009168,Falkirk - Tamfourhill - 01,8c,Comfortable suburbia,S02001719,Falkirk - Tamfourhill,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177500 +177500,S00107942,5a1,White Professionals,S01009141,Falkirk - Grahamston - 04,4d,Hard-pressed flat dwellers,S02001713,Falkirk - Grahamston,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177501 +177501,S00107943,5a1,White Professionals,S01009144,Falkirk - Middlefield - 02,3a,Achieving neighbourhoods,S02001714,Falkirk - Middlefield,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177502 +177502,S00107944,5a1,White Professionals,S01009144,Falkirk - Middlefield - 02,3a,Achieving neighbourhoods,S02001714,Falkirk - Middlefield,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177503 +177503,S00108175,5a1,White Professionals,S01009205,Polmont - 01,8c,Comfortable suburbia,S02001727,Polmont,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177504 +177504,S00108176,5a1,White Professionals,S01009205,Polmont - 01,8c,Comfortable suburbia,S02001727,Polmont,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177505 +177505,S00108185,5a1,White Professionals,S01009207,Polmont - 03,8b,Ageing suburbanites,S02001727,Polmont,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177506 +177506,S00108257,5a1,White Professionals,S01009096,Larbert - South Broomage and Village - 03,5a,Ageing urban communities,S02001704,Larbert - South Broomage and Village,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177507 +177507,S00108303,5a1,White Professionals,S01009111,Stenhousemuir - Antonshill - 04,5c,Comfortable neighbourhoods,S02001707,Stenhousemuir - Antonshill,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177508 +177508,S00107851,6b3,Semi-Detached Ageing,S01009176,Falkirk - Lochgreen and Lionthorn - 05,2b,Prospering countryside life,S02001720,Falkirk - Lochgreen and Lionthorn,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177509 +177509,S00110066,6a4,Ageing in Suburbia,S01009486,Forth Park,5c,Comfortable neighbourhoods,S02001786,Kirkcaldy Bennochy West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177510 +177510,S00107854,6b3,Semi-Detached Ageing,S01009173,Falkirk - Lochgreen and Lionthorn - 02,8c,Comfortable suburbia,S02001720,Falkirk - Lochgreen and Lionthorn,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177511 +177511,S00110271,6a4,Ageing in Suburbia,S01009424,Kelty East,5a,Ageing urban communities,S02001773,Kelty East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177512 +177512,S00108082,6b3,Semi-Detached Ageing,S01009242,Grangemouth - Bowhouse - 05,5c,Comfortable neighbourhoods,S02001733,Grangemouth - Bowhouse,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177513 +177513,S00109376,8c1,Ageing Industrious Workers,S01009315,Brucefield South,4a,Challenged white communities,S02001748,Dunfermline Brucefield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177514 +177514,S00110919,6a4,Ageing in Suburbia,S01009652,Lundin Links,8a,Affluent communities,S02001820,Largo,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177515 +177515,S00108084,6b3,Semi-Detached Ageing,S01009242,Grangemouth - Bowhouse - 05,5c,Comfortable neighbourhoods,S02001733,Grangemouth - Bowhouse,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177516 +177516,S00109395,8c1,Ageing Industrious Workers,S01009334,Woodmill North,4a,Challenged white communities,S02001752,Dunfermline Touch and Woodmill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177517 +177517,S00110927,6a4,Ageing in Suburbia,S01009654,Lower Largo,5c,Comfortable neighbourhoods,S02001820,Largo,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177518 +177518,S00108088,6b3,Semi-Detached Ageing,S01009242,Grangemouth - Bowhouse - 05,5c,Comfortable neighbourhoods,S02001733,Grangemouth - Bowhouse,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177519 +177519,S00109596,8c1,Ageing Industrious Workers,S01009304,Headwell North,5c,Comfortable neighbourhoods,S02001746,Dunfermline Headwell,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177520 +177520,S00109607,8c1,Ageing Industrious Workers,S01009304,Headwell North,5c,Comfortable neighbourhoods,S02001746,Dunfermline Headwell,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177521 +177521,S00109612,8c1,Ageing Industrious Workers,S01009304,Headwell North,5c,Comfortable neighbourhoods,S02001746,Dunfermline Headwell,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177522 +177522,S00109653,8c1,Ageing Industrious Workers,S01009463,Burntisland Nether Grange,5c,Comfortable neighbourhoods,S02001781,Burntisland East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177523 +177523,S00109654,8c1,Ageing Industrious Workers,S01009463,Burntisland Nether Grange,5c,Comfortable neighbourhoods,S02001781,Burntisland East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177524 +177524,S00109682,8c1,Ageing Industrious Workers,S01009265,Kincardine West,5c,Comfortable neighbourhoods,S02001738,Kincardine,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177525 +177525,S00109709,8c1,Ageing Industrious Workers,S01009468,Kinghorn Central,4d,Hard-pressed flat dwellers,S02001782,Kinghorn,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177526 +177526,S00109727,8c1,Ageing Industrious Workers,S01009406,Crossgates North,5a,Ageing urban communities,S02001768,Crossgates and Halbeath,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177527 +177527,S00109792,8c1,Ageing Industrious Workers,S01009447,Lochgelly Central and Eastern,5c,Comfortable neighbourhoods,S02001777,Lochgelly East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177528 +177528,S00109795,8c1,Ageing Industrious Workers,S01009448,Lochgelly Albion Park and New Farm Vale,5c,Comfortable neighbourhoods,S02001777,Lochgelly East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177529 +177529,S00109810,8c1,Ageing Industrious Workers,S01009446,Lochgelly East,4d,Hard-pressed flat dwellers,S02001777,Lochgelly East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177530 +177530,S00109817,8c1,Ageing Industrious Workers,S01009444,Lochgelly St Patricks and The Beeches,8b,Ageing suburbanites,S02001777,Lochgelly East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177531 +177531,S00109828,8c1,Ageing Industrious Workers,S01009411,Hill of Beath,4a,Challenged white communities,S02001769,Hill of Beath and Kingseat,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177532 +177532,S00109834,8c1,Ageing Industrious Workers,S01009456,Mossbank and Donibristle,5e,Primary sector workers,S02001779,Aberdour and Auchtertool,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177533 +177533,S00109840,8c1,Ageing Industrious Workers,S01009489,Cowdenbeath South East,4a,Challenged white communities,S02001770,Cowdenbeath South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177534 +177534,S00109841,8c1,Ageing Industrious Workers,S01009489,Cowdenbeath South East,4a,Challenged white communities,S02001770,Cowdenbeath South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177535 +177535,S00109844,8c1,Ageing Industrious Workers,S01009489,Cowdenbeath South East,4a,Challenged white communities,S02001770,Cowdenbeath South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177536 +177536,S00109867,8c1,Ageing Industrious Workers,S01009491,Cowdenbeath Central,5d,Endeavouring social renters,S02001770,Cowdenbeath South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177537 +177537,S00108108,6b3,Semi-Detached Ageing,S01009218,Laurieston and Westquarter - 04,5c,Comfortable neighbourhoods,S02001729,Laurieston and Westquarter,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177538 +177538,S00108165,6b3,Semi-Detached Ageing,S01009214,Redding - 04,8b,Ageing suburbanites,S02001728,Redding,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177539 +177539,S00108198,6b3,Semi-Detached Ageing,S01009201,Maddiston and Rumford - 03,4a,Challenged white communities,S02001726,Maddiston and Rumford,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177540 +177540,S00108217,6b3,Semi-Detached Ageing,S01009109,Stenhousemuir - Antonshill - 02,8b,Ageing suburbanites,S02001707,Stenhousemuir - Antonshill,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177541 +177541,S00108221,6b3,Semi-Detached Ageing,S01009095,Larbert - South Broomage and Village - 02,5a,Ageing urban communities,S02001704,Larbert - South Broomage and Village,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177542 +177542,S00110954,6a4,Ageing in Suburbia,S01009704,Pittenweem West,5e,Primary sector workers,S02001831,St Monans and Pittenweem,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177543 +177543,S00108226,6b3,Semi-Detached Ageing,S01009094,Larbert - South Broomage and Village - 01,8b,Ageing suburbanites,S02001704,Larbert - South Broomage and Village,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177544 +177544,S00110990,6a4,Ageing in Suburbia,S01009714,Crail North,5e,Primary sector workers,S02001833,Crail and Boarhills,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177545 +177545,S00108228,6b3,Semi-Detached Ageing,S01009094,Larbert - South Broomage and Village - 01,8b,Ageing suburbanites,S02001704,Larbert - South Broomage and Village,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177546 +177546,S00111061,6a4,Ageing in Suburbia,S01009692,Cupar East,8b,Ageing suburbanites,S02001828,Cupar East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177547 +177547,S00108271,6b3,Semi-Detached Ageing,S01009099,Stenhousemuir West - 01,5c,Comfortable neighbourhoods,S02001705,Stenhousemuir West,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177548 +177548,S00111067,6a4,Ageing in Suburbia,S01009682,Cupar Westfield South,8c,Comfortable suburbia,S02001826,Cupar West and Springfield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177549 +177549,S00108274,6b3,Semi-Detached Ageing,S01009112,Stenhousemuir - Antonshill - 05,8b,Ageing suburbanites,S02001707,Stenhousemuir - Antonshill,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177550 +177550,S00111090,6a4,Ageing in Suburbia,S01009728,Hallow Hill South,8a,Affluent communities,S02001836,St Andrews South West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177551 +177551,S00108283,6b3,Semi-Detached Ageing,S01009112,Stenhousemuir - Antonshill - 05,8b,Ageing suburbanites,S02001707,Stenhousemuir - Antonshill,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177552 +177552,S00111091,6a4,Ageing in Suburbia,S01009729,Hallow Hill,8a,Affluent communities,S02001836,St Andrews South West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177553 +177553,S00108289,6b3,Semi-Detached Ageing,S01009107,Stenhousemuir East - 05,5c,Comfortable neighbourhoods,S02001706,Stenhousemuir East,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177554 +177554,S00111093,6a4,Ageing in Suburbia,S01009731,Canongate,8a,Affluent communities,S02001836,St Andrews South West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177555 +177555,S00111095,6a4,Ageing in Suburbia,S01009729,Hallow Hill,8a,Affluent communities,S02001836,St Andrews South West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177556 +177556,S00111096,6a4,Ageing in Suburbia,S01009731,Canongate,8a,Affluent communities,S02001836,St Andrews South West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177557 +177557,S00111097,6a4,Ageing in Suburbia,S01009731,Canongate,8a,Affluent communities,S02001836,St Andrews South West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177558 +177558,S00111098,6a4,Ageing in Suburbia,S01009731,Canongate,8a,Affluent communities,S02001836,St Andrews South West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177559 +177559,S00111140,6a4,Ageing in Suburbia,S01009716,Kilrymont and Langlands,8a,Affluent communities,S02001834,St Andrews South East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177560 +177560,S00111146,6a4,Ageing in Suburbia,S01009735,Lawhead and Northbank,3c,Highly qualified professionals,S02001837,St Andrews North and Strathkinness,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177561 +177561,S00111176,6a4,Ageing in Suburbia,S01009734,Strathkinness and Craigton,2b,Prospering countryside life,S02001837,St Andrews North and Strathkinness,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177562 +177562,S00111222,6a4,Ageing in Suburbia,S01009757,Wormit West,8a,Affluent communities,S02001841,Newport and Wormit,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177563 +177563,S00111224,6a4,Ageing in Suburbia,S01009756,Wormit East,8c,Comfortable suburbia,S02001841,Newport and Wormit,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177564 +177564,S00111228,6a4,Ageing in Suburbia,S01009756,Wormit East,8c,Comfortable suburbia,S02001841,Newport and Wormit,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177565 +177565,S00111231,6a4,Ageing in Suburbia,S01009756,Wormit East,8c,Comfortable suburbia,S02001841,Newport and Wormit,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177566 +177566,S00111235,6a4,Ageing in Suburbia,S01009753,Newport Central,5a,Ageing urban communities,S02001841,Newport and Wormit,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177567 +177567,S00111239,6a4,Ageing in Suburbia,S01009754,Newport East,5a,Ageing urban communities,S02001841,Newport and Wormit,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177568 +177568,S00111244,6a4,Ageing in Suburbia,S01009755,Newport North East,5a,Ageing urban communities,S02001841,Newport and Wormit,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177569 +177569,S00111251,6a4,Ageing in Suburbia,S01009749,Tayport Central,5c,Comfortable neighbourhoods,S02001840,Tayport,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177570 +177570,S00111340,6a4,Ageing in Suburbia,S01009493,Raith Estate and Southerton,8a,Affluent communities,S02001787,Kirkcaldy Raith,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177571 +177571,S00111349,6a4,Ageing in Suburbia,S01009493,Raith Estate and Southerton,8a,Affluent communities,S02001787,Kirkcaldy Raith,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177572 +177572,S00111405,6a4,Ageing in Suburbia,S01009752,Newport West,8a,Affluent communities,S02001841,Newport and Wormit,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177573 +177573,S00111456,6a4,Ageing in Suburbia,S01009714,Crail North,5e,Primary sector workers,S02001833,Crail and Boarhills,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177574 +177574,S00111479,6a4,Ageing in Suburbia,S01009743,Gauldry and Balmerino,2d,Rural traits,S02001839,Balmullo and Gauldry,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177575 +177575,S00111500,6a4,Ageing in Suburbia,S01009684,Bow of Fife Tarvit and Balgarvie,2b,Prospering countryside life,S02001826,Cupar West and Springfield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177576 +177576,S00111509,6a4,Ageing in Suburbia,S01009402,Dalgety Crow Hill,8b,Ageing suburbanites,S02001767,Dalgety Bay East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177577 +177577,S00111537,6a4,Ageing in Suburbia,S01009362,Pitcorthie West,8b,Ageing suburbanites,S02001758,Dunfermline Pitcorthie West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177578 +177578,S00111634,6a4,Ageing in Suburbia,S01009607,Prestonhall,8b,Ageing suburbanites,S02001811,Markinch and Star,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177579 +177579,S00111643,6a4,Ageing in Suburbia,S01009748,Tayport West,5c,Comfortable neighbourhoods,S02001840,Tayport,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177580 +177580,S00111644,6a4,Ageing in Suburbia,S01009748,Tayport West,5c,Comfortable neighbourhoods,S02001840,Tayport,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177581 +177581,S00108296,6b3,Semi-Detached Ageing,S01009108,Stenhousemuir - Antonshill - 01,8b,Ageing suburbanites,S02001707,Stenhousemuir - Antonshill,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177582 +177582,S00108305,6b3,Semi-Detached Ageing,S01009111,Stenhousemuir - Antonshill - 04,5c,Comfortable neighbourhoods,S02001707,Stenhousemuir - Antonshill,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177583 +177583,S00108311,6b3,Semi-Detached Ageing,S01009108,Stenhousemuir - Antonshill - 01,8b,Ageing suburbanites,S02001707,Stenhousemuir - Antonshill,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177584 +177584,S00108341,6b3,Semi-Detached Ageing,S01009077,Bonnybridge - 01,5c,Comfortable neighbourhoods,S02001701,Bonnybridge,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177585 +177585,S00108379,6b3,Semi-Detached Ageing,S01009069,Head of Muir and Dennyloanhead - 03,8b,Ageing suburbanites,S02001699,Head of Muir and Dennyloanhead,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177586 +177586,S00108380,6b3,Semi-Detached Ageing,S01009068,Head of Muir and Dennyloanhead - 02,5d,Endeavouring social renters,S02001699,Head of Muir and Dennyloanhead,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177587 +177587,S00108469,6b3,Semi-Detached Ageing,S01009251,Bo'ness - Newtown - 04,5d,Endeavouring social renters,S02001735,Bo'ness - Newtown,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177588 +177588,S00108498,6b3,Semi-Detached Ageing,S01009259,"Blackness, Bo'ness - Carriden and Grahamsdyke - 02",8c,Comfortable suburbia,S02001737,"Blackness, Bo'ness - Carriden and Grahamsdyke",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177589 +177589,S00108502,6b3,Semi-Detached Ageing,S01009260,"Blackness, Bo'ness - Carriden and Grahamsdyke - 03",5e,Primary sector workers,S02001737,"Blackness, Bo'ness - Carriden and Grahamsdyke",S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177590 +177590,S00108520,6b3,Semi-Detached Ageing,S01009244,Bo'ness - Douglas - 02,2b,Prospering countryside life,S02001734,Bo'ness - Douglas,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177591 +177591,S00108587,6b3,Semi-Detached Ageing,S01009244,Bo'ness - Douglas - 02,2b,Prospering countryside life,S02001734,Bo'ness - Douglas,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177592 +177592,S00108612,6b3,Semi-Detached Ageing,S01009173,Falkirk - Lochgreen and Lionthorn - 02,8c,Comfortable suburbia,S02001720,Falkirk - Lochgreen and Lionthorn,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177593 +177593,S00108627,6b3,Semi-Detached Ageing,S01009235,Grangemouth - Kersiebank - 04,4d,Hard-pressed flat dwellers,S02001732,Grangemouth - Kersiebank,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177594 +177594,S00108658,6b3,Semi-Detached Ageing,S01009098,Larbert - South Broomage and Village - 05,8b,Ageing suburbanites,S02001704,Larbert - South Broomage and Village,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177595 +177595,S00108666,6b3,Semi-Detached Ageing,S01009112,Stenhousemuir - Antonshill - 05,8b,Ageing suburbanites,S02001707,Stenhousemuir - Antonshill,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177596 +177596,S00108688,6b3,Semi-Detached Ageing,S01009087,High Bonnybridge and Greenhill - 05,5d,Endeavouring social renters,S02001702,High Bonnybridge and Greenhill,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177597 +177597,S00108750,6b3,Semi-Detached Ageing,S01009182,Shieldhill - 02,5c,Comfortable neighbourhoods,S02001722,Shieldhill,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177598 +177598,S00108753,6b3,Semi-Detached Ageing,S01009113,Carron - 01,8a,Affluent communities,S02001708,Carron,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177599 +177599,S00108759,6b3,Semi-Detached Ageing,S01009117,Carronshore - 01,5c,Comfortable neighbourhoods,S02001709,Carronshore,S12000014,Falkirk,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177600 +177600,S00111240,1b3,Ageing Rural Flat Tenants,S01009754,Newport East,5a,Ageing urban communities,S02001841,Newport and Wormit,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177601 +177601,S00111253,1b3,Ageing Rural Flat Tenants,S01009749,Tayport Central,5c,Comfortable neighbourhoods,S02001840,Tayport,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177602 +177602,S00111310,1b3,Ageing Rural Flat Tenants,S01009457,Auchtertool,2a,Ageing rural neighbourhoods,S02001779,Aberdour and Auchtertool,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177603 +177603,S00111311,1b3,Ageing Rural Flat Tenants,S01009457,Auchtertool,2a,Ageing rural neighbourhoods,S02001779,Aberdour and Auchtertool,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177604 +177604,S00111335,1b3,Ageing Rural Flat Tenants,S01009456,Mossbank and Donibristle,5e,Primary sector workers,S02001779,Aberdour and Auchtertool,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177605 +177605,S00111347,1b3,Ageing Rural Flat Tenants,S01009442,Jamphlars and Lochgelly Landward,2c,Remoter communities,S02001776,Cardenden,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177606 +177606,S00109071,1a3,Agricultural Communities,S01009702,Largoward Landward,2c,Remoter communities,S02001830,Elie Colinsburgh and Largoward,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177607 +177607,S00111034,7c1,Challenged Transitionaries,S01009688,Cupar North West,4b,Constrained renters,S02001827,Cupar Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177608 +177608,S00110008,7c1,Challenged Transitionaries,S01009529,Kirkcaldy Viewforth,5a,Ageing urban communities,S02001794,Kirkcaldy Pathhead,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177609 +177609,S00111409,1b3,Ageing Rural Flat Tenants,S01009576,Finglassie North and Southfield,8a,Affluent communities,S02001804,Glenrothes Stenton and Finglassie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177610 +177610,S00111430,1b3,Ageing Rural Flat Tenants,S01009667,Giffordtown to Lathrisk,2c,Remoter communities,S02001822,Kettle and Ladybank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177611 +177611,S00111434,1b3,Ageing Rural Flat Tenants,S01009699,Elie,2d,Rural traits,S02001830,Elie Colinsburgh and Largoward,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177612 +177612,S00111457,1b3,Ageing Rural Flat Tenants,S01009665,Ladybank Woods,5c,Comfortable neighbourhoods,S02001822,Kettle and Ladybank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177613 +177613,S00111461,1b3,Ageing Rural Flat Tenants,S01009673,Auchtermuchty East,5a,Ageing urban communities,S02001824,Auchtermuchty and Gateside,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177614 +177614,S00111497,1b3,Ageing Rural Flat Tenants,S01009675,Strathmiglo South and Dunshalt,2d,Rural traits,S02001824,Auchtermuchty and Gateside,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177615 +177615,S00111498,1b3,Ageing Rural Flat Tenants,S01009696,Craigrothie and Ceres West,2d,Rural traits,S02001829,Dairsie Ceres and Dunino,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177616 +177616,S00111505,1b3,Ageing Rural Flat Tenants,S01009715,Boarhills and Kingsbarns,2c,Remoter communities,S02001833,Crail and Boarhills,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177617 +177617,S00111705,1b3,Ageing Rural Flat Tenants,S01009322,Kingseat,5c,Comfortable neighbourhoods,S02001750,Dunfermline Bellyeoman and Townhill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177618 +177618,S00111725,1b3,Ageing Rural Flat Tenants,S01009677,Flisk Lindores and Luthrie,2c,Remoter communities,S02001825,Newburgh,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177619 +177619,S00111949,1b3,Ageing Rural Flat Tenants,S01009541,East Wemyss and Standingstane,2d,Rural traits,S02001797,Wemyss,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177620 +177620,S00112023,1b3,Ageing Rural Flat Tenants,S01009617,Windygates Kennoway and Leven Roads,8c,Comfortable suburbia,S02001812,Windygates and Coaltown,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177621 +177621,S00112026,1b3,Ageing Rural Flat Tenants,S01009652,Lundin Links,8a,Affluent communities,S02001820,Largo,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177622 +177622,S00112046,1b3,Ageing Rural Flat Tenants,S01009665,Ladybank Woods,5c,Comfortable neighbourhoods,S02001822,Kettle and Ladybank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177623 +177623,S00112047,1b3,Ageing Rural Flat Tenants,S01009666,Ladybank,5c,Comfortable neighbourhoods,S02001822,Kettle and Ladybank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177624 +177624,S00112050,1b3,Ageing Rural Flat Tenants,S01009675,Strathmiglo South and Dunshalt,2d,Rural traits,S02001824,Auchtermuchty and Gateside,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177625 +177625,S00112051,1b3,Ageing Rural Flat Tenants,S01009675,Strathmiglo South and Dunshalt,2d,Rural traits,S02001824,Auchtermuchty and Gateside,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177626 +177626,S00112054,1b3,Ageing Rural Flat Tenants,S01009681,Springfield East,2a,Ageing rural neighbourhoods,S02001826,Cupar West and Springfield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177627 +177627,S00112071,1b3,Ageing Rural Flat Tenants,S01009686,Cupar South West,4b,Constrained renters,S02001827,Cupar Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177628 +177628,S00112106,1b3,Ageing Rural Flat Tenants,S01009743,Gauldry and Balmerino,2d,Rural traits,S02001839,Balmullo and Gauldry,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177629 +177629,S00109015,8c2,Ageing Rural Industry Workers,S01009575,Stenton North,5d,Endeavouring social renters,S02001804,Glenrothes Stenton and Finglassie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177630 +177630,S00109063,8c2,Ageing Rural Industry Workers,S01009700,Colinsburgh Kilconquhar and Balcormo,2d,Rural traits,S02001830,Elie Colinsburgh and Largoward,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177631 +177631,S00109068,8c2,Ageing Rural Industry Workers,S01009702,Largoward Landward,2c,Remoter communities,S02001830,Elie Colinsburgh and Largoward,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177632 +177632,S00109119,8c2,Ageing Rural Industry Workers,S01009727,Feddinch and The Grange,2a,Ageing rural neighbourhoods,S02001836,St Andrews South West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177633 +177633,S00109383,8c2,Ageing Rural Industry Workers,S01009313,Brucefield South West,4a,Challenged white communities,S02001748,Dunfermline Brucefield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177634 +177634,S00109445,8c2,Ageing Rural Industry Workers,S01009339,Abbeyview North,4a,Challenged white communities,S02001753,Dunfermline Abbeyview North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177635 +177635,S00109679,8c2,Ageing Rural Industry Workers,S01009267,Kincardine South,5a,Ageing urban communities,S02001738,Kincardine,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177636 +177636,S00109754,8c2,Ageing Rural Industry Workers,S01009269,Oakley North,4a,Challenged white communities,S02001739,Oakley Comrie and Blairhall,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177637 +177637,S00109780,8c2,Ageing Rural Industry Workers,S01009451,Lochgelly South West,4a,Challenged white communities,S02001778,Lochgelly West and Lumphinnans,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177638 +177638,S00109789,8c2,Ageing Rural Industry Workers,S01009449,Lochgelly Central and Western,5d,Endeavouring social renters,S02001777,Lochgelly East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177639 +177639,S00109825,8c2,Ageing Rural Industry Workers,S01009409,Hill of Beath and Landward,5d,Endeavouring social renters,S02001769,Hill of Beath and Kingseat,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177640 +177640,S00109839,8c2,Ageing Rural Industry Workers,S01009456,Mossbank and Donibristle,5e,Primary sector workers,S02001779,Aberdour and Auchtertool,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177641 +177641,S00109883,8c2,Ageing Rural Industry Workers,S01009491,Cowdenbeath Central,5d,Endeavouring social renters,S02001770,Cowdenbeath South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177642 +177642,S00109903,8c2,Ageing Rural Industry Workers,S01009418,Cowdenbeath North East,4a,Challenged white communities,S02001771,Cowdenbeath North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177643 +177643,S00110018,8c2,Ageing Rural Industry Workers,S01009539,Sinclairtown East,5d,Endeavouring social renters,S02001796,Dysart,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177644 +177644,S00110044,8c2,Ageing Rural Industry Workers,S01009532,Overton,4a,Challenged white communities,S02001795,Kirkcaldy Gallatown and Sinclairtown,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177645 +177645,S00110126,8c2,Ageing Rural Industry Workers,S01009499,Kirkcaldy Long Braes,5c,Comfortable neighbourhoods,S02001788,Kirkcaldy Newliston and Redcraigs,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177646 +177646,S00110150,8c2,Ageing Rural Industry Workers,S01009506,Templehall North Eastern,4a,Challenged white communities,S02001790,Kirkcaldy Templehall East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177647 +177647,S00110218,8c2,Ageing Rural Industry Workers,S01009496,Blackcraigs and West Torbain,4a,Challenged white communities,S02001788,Kirkcaldy Newliston and Redcraigs,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177648 +177648,S00110280,8c2,Ageing Rural Industry Workers,S01009422,Kelty Blairadam Park,5c,Comfortable neighbourhoods,S02001772,Kelty West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177649 +177649,S00110298,8c2,Ageing Rural Industry Workers,S01009439,Cardenden West,4a,Challenged white communities,S02001776,Cardenden,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177650 +177650,S00110308,8c2,Ageing Rural Industry Workers,S01009441,Bowhill East,4a,Challenged white communities,S02001776,Cardenden,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177651 +177651,S00110369,8c2,Ageing Rural Industry Workers,S01009544,Wemyss Villages,5e,Primary sector workers,S02001797,Wemyss,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177652 +177652,S00110384,8c2,Ageing Rural Industry Workers,S01009549,Thornton North,5c,Comfortable neighbourhoods,S02001798,Thornton and Kinglassie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177653 +177653,S00110386,8c2,Ageing Rural Industry Workers,S01009545,Kinglassie West,2d,Rural traits,S02001798,Thornton and Kinglassie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177654 +177654,S00112002,8c1,Ageing Industrious Workers,S01009605,Balfarg,5c,Comfortable neighbourhoods,S02001810,Glenrothes Balfarg Pitcairn and Coul,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177655 +177655,S00109275,7c1,Challenged Transitionaries,S01009383,Inverkeithing Jamestown,4d,Hard-pressed flat dwellers,S02001763,North Queensferry and Inverkeithing West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177656 +177656,S00111025,8c2,Ageing Rural Industry Workers,S01009681,Springfield East,2a,Ageing rural neighbourhoods,S02001826,Cupar West and Springfield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177657 +177657,S00111263,7c1,Challenged Transitionaries,S01009751,Tayport South East,5c,Comfortable neighbourhoods,S02001840,Tayport,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177658 +177658,S00110388,8c2,Ageing Rural Industry Workers,S01009545,Kinglassie West,2d,Rural traits,S02001798,Thornton and Kinglassie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177659 +177659,S00110111,7c1,Challenged Transitionaries,S01009509,Kirkcaldy Valley East,4b,Constrained renters,S02001790,Kirkcaldy Templehall East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177660 +177660,S00111275,7c1,Challenged Transitionaries,S01009464,Burntisland East Toll,5c,Comfortable neighbourhoods,S02001781,Burntisland East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177661 +177661,S00109073,1a3,Agricultural Communities,S01009702,Largoward Landward,2c,Remoter communities,S02001830,Elie Colinsburgh and Largoward,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177662 +177662,S00112008,8c1,Ageing Industrious Workers,S01009555,Leslie East,5c,Comfortable neighbourhoods,S02001799,Leslie and Newcastle,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177663 +177663,S00110190,7c1,Challenged Transitionaries,S01009508,Templehall North,4b,Constrained renters,S02001790,Kirkcaldy Templehall East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177664 +177664,S00110389,8c2,Ageing Rural Industry Workers,S01009545,Kinglassie West,2d,Rural traits,S02001798,Thornton and Kinglassie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177665 +177665,S00111285,7c1,Challenged Transitionaries,S01009406,Crossgates North,5a,Ageing urban communities,S02001768,Crossgates and Halbeath,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177666 +177666,S00109289,7c1,Challenged Transitionaries,S01009382,Inverkeithing West,5c,Comfortable neighbourhoods,S02001763,North Queensferry and Inverkeithing West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177667 +177667,S00109074,1a3,Agricultural Communities,S01009712,Kilrenny,2d,Rural traits,S02001832,Anstruther,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177668 +177668,S00112009,8c1,Ageing Industrious Workers,S01009555,Leslie East,5c,Comfortable neighbourhoods,S02001799,Leslie and Newcastle,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177669 +177669,S00111027,8c2,Ageing Rural Industry Workers,S01009695,Ceres East and Pitscottie,2c,Remoter communities,S02001829,Dairsie Ceres and Dunino,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177670 +177670,S00110213,7c1,Challenged Transitionaries,S01009497,Redcraigs,5d,Endeavouring social renters,S02001788,Kirkcaldy Newliston and Redcraigs,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177671 +177671,S00110393,8c2,Ageing Rural Industry Workers,S01009545,Kinglassie West,2d,Rural traits,S02001798,Thornton and Kinglassie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177672 +177672,S00111299,7c1,Challenged Transitionaries,S01009544,Wemyss Villages,5e,Primary sector workers,S02001797,Wemyss,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177673 +177673,S00110394,8c2,Ageing Rural Industry Workers,S01009546,Kinglassie East,5c,Comfortable neighbourhoods,S02001798,Thornton and Kinglassie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177674 +177674,S00109294,7c1,Challenged Transitionaries,S01009389,Inverkeithing North East,5c,Comfortable neighbourhoods,S02001764,Inverkeithing East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177675 +177675,S00110217,7c1,Challenged Transitionaries,S01009496,Blackcraigs and West Torbain,4a,Challenged white communities,S02001788,Kirkcaldy Newliston and Redcraigs,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177676 +177676,S00111053,8c2,Ageing Rural Industry Workers,S01009687,Cupar Northern,5e,Primary sector workers,S02001827,Cupar Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177677 +177677,S00109075,1a3,Agricultural Communities,S01009713,Crail South and Fife Ness,2d,Rural traits,S02001833,Crail and Boarhills,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177678 +177678,S00111301,7c1,Challenged Transitionaries,S01009410,Beath Woodend,4a,Challenged white communities,S02001769,Hill of Beath and Kingseat,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177679 +177679,S00112025,8c1,Ageing Industrious Workers,S01009616,Windygates East,5c,Comfortable neighbourhoods,S02001812,Windygates and Coaltown,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177680 +177680,S00110403,8c2,Ageing Rural Industry Workers,S01009621,Buckhaven Central,4a,Challenged white communities,S02001813,"Buckhaven, Denbeath and Muiredge",S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177681 +177681,S00109318,7c1,Challenged Transitionaries,S01009385,North Queensferry Ferryhills,5c,Comfortable neighbourhoods,S02001763,North Queensferry and Inverkeithing West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177682 +177682,S00109077,1a3,Agricultural Communities,S01009713,Crail South and Fife Ness,2d,Rural traits,S02001833,Crail and Boarhills,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177683 +177683,S00111114,8c2,Ageing Rural Industry Workers,S01009718,Langlands West,4b,Constrained renters,S02001834,St Andrews South East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177684 +177684,S00110234,7c1,Challenged Transitionaries,S01009515,Fair Isle North,4a,Challenged white communities,S02001792,Kirkcaldy Chapel,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177685 +177685,S00110413,8c2,Ageing Rural Industry Workers,S01009624,Buckhaven Birds,4a,Challenged white communities,S02001813,"Buckhaven, Denbeath and Muiredge",S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177686 +177686,S00109396,7c1,Challenged Transitionaries,S01009335,Woodmill West,4a,Challenged white communities,S02001752,Dunfermline Touch and Woodmill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177687 +177687,S00112053,8c1,Ageing Industrious Workers,S01009674,Collessie and Pitmedden Landward,2c,Remoter communities,S02001824,Auchtermuchty and Gateside,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177688 +177688,S00111383,7c1,Challenged Transitionaries,S01009619,Denbeath South,4a,Challenged white communities,S02001813,"Buckhaven, Denbeath and Muiredge",S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177689 +177689,S00109080,1a3,Agricultural Communities,S01009676,Gateside Landward,2d,Rural traits,S02001824,Auchtermuchty and Gateside,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177690 +177690,S00111122,8c2,Ageing Rural Industry Workers,S01009720,Kilrymont West,4b,Constrained renters,S02001834,St Andrews South East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177691 +177691,S00110252,7c1,Challenged Transitionaries,S01009426,Kelty Central,4a,Challenged white communities,S02001773,Kelty East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177692 +177692,S00110414,8c2,Ageing Rural Industry Workers,S01009623,Buckhaven North West and Muiredge,4a,Challenged white communities,S02001813,"Buckhaven, Denbeath and Muiredge",S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177693 +177693,S00109409,7c1,Challenged Transitionaries,S01009333,Woodmill South,4b,Constrained renters,S02001752,Dunfermline Touch and Woodmill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177694 +177694,S00109030,1b3,Ageing Rural Flat Tenants,S01009614,Milton of Balgonie,2d,Rural traits,S02001812,Windygates and Coaltown,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177695 +177695,S00111432,7c1,Challenged Transitionaries,S01009701,Earlsferry,5a,Ageing urban communities,S02001830,Elie Colinsburgh and Largoward,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177696 +177696,S00110267,7c1,Challenged Transitionaries,S01009425,Kelty Oakfield,5c,Comfortable neighbourhoods,S02001773,Kelty East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177697 +177697,S00110415,8c2,Ageing Rural Industry Workers,S01009624,Buckhaven Birds,4a,Challenged white communities,S02001813,"Buckhaven, Denbeath and Muiredge",S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177698 +177698,S00109081,1a3,Agricultural Communities,S01009677,Flisk Lindores and Luthrie,2c,Remoter communities,S02001825,Newburgh,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177699 +177699,S00111477,7c1,Challenged Transitionaries,S01009738,Guardbridge,5c,Comfortable neighbourhoods,S02001838,Leuchars and Guardbridge,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177700 +177700,S00111183,8c2,Ageing Rural Industry Workers,S01009680,Newburgh West and Lochmill,2d,Rural traits,S02001825,Newburgh,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177701 +177701,S00109411,7c1,Challenged Transitionaries,S01009333,Woodmill South,4b,Constrained renters,S02001752,Dunfermline Touch and Woodmill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177702 +177702,S00109047,1b3,Ageing Rural Flat Tenants,S01009664,Monimal Pitlessie and Cults,2d,Rural traits,S02001822,Kettle and Ladybank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177703 +177703,S00110269,7c1,Challenged Transitionaries,S01009427,Kelty North East,4d,Hard-pressed flat dwellers,S02001773,Kelty East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177704 +177704,S00110440,8c2,Ageing Rural Industry Workers,S01009630,Methilhill North,4a,Challenged white communities,S02001814,Methil Methilhill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177705 +177705,S00110284,7c1,Challenged Transitionaries,S01009422,Kelty Blairadam Park,5c,Comfortable neighbourhoods,S02001772,Kelty West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177706 +177706,S00109086,1a3,Agricultural Communities,S01009675,Strathmiglo South and Dunshalt,2d,Rural traits,S02001824,Auchtermuchty and Gateside,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177707 +177707,S00111209,8c2,Ageing Rural Industry Workers,S01009740,Leuchars North,5c,Comfortable neighbourhoods,S02001838,Leuchars and Guardbridge,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177708 +177708,S00111533,7c1,Challenged Transitionaries,S01009338,Abbeyview East,4d,Hard-pressed flat dwellers,S02001753,Dunfermline Abbeyview North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177709 +177709,S00109413,7c1,Challenged Transitionaries,S01009337,Pitcorthie North West,4a,Challenged white communities,S02001753,Dunfermline Abbeyview North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177710 +177710,S00110441,8c2,Ageing Rural Industry Workers,S01009630,Methilhill North,4a,Challenged white communities,S02001814,Methil Methilhill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177711 +177711,S00110310,7c1,Challenged Transitionaries,S01009440,Bowhill West,4a,Challenged white communities,S02001776,Cardenden,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177712 +177712,S00109057,1b3,Ageing Rural Flat Tenants,S01009651,New Gilston and Upper Largo,2d,Rural traits,S02001820,Largo,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177713 +177713,S00110460,8c2,Ageing Rural Industry Workers,S01009627,Methil Trees West,4a,Challenged white communities,S02001814,Methil Methilhill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177714 +177714,S00111265,8c2,Ageing Rural Industry Workers,S01009751,Tayport South East,5c,Comfortable neighbourhoods,S02001840,Tayport,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177715 +177715,S00109415,7c1,Challenged Transitionaries,S01009333,Woodmill South,4b,Constrained renters,S02001752,Dunfermline Touch and Woodmill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177716 +177716,S00110378,7c1,Challenged Transitionaries,S01009548,Thornton South,5c,Comfortable neighbourhoods,S02001798,Thornton and Kinglassie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177717 +177717,S00109096,1a3,Agricultural Communities,S01009677,Flisk Lindores and Luthrie,2c,Remoter communities,S02001825,Newburgh,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177718 +177718,S00109060,1b3,Ageing Rural Flat Tenants,S01009699,Elie,2d,Rural traits,S02001830,Elie Colinsburgh and Largoward,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177719 +177719,S00110462,8c2,Ageing Rural Industry Workers,S01009627,Methil Trees West,4a,Challenged white communities,S02001814,Methil Methilhill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177720 +177720,S00111566,7c1,Challenged Transitionaries,S01009363,Rosyth Camdean,4a,Challenged white communities,S02001759,Rosyth North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177721 +177721,S00111296,8c2,Ageing Rural Industry Workers,S01009548,Thornton South,5c,Comfortable neighbourhoods,S02001798,Thornton and Kinglassie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177722 +177722,S00109421,7c1,Challenged Transitionaries,S01009337,Pitcorthie North West,4a,Challenged white communities,S02001753,Dunfermline Abbeyview North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177723 +177723,S00110379,7c1,Challenged Transitionaries,S01009547,Strathore,5e,Primary sector workers,S02001798,Thornton and Kinglassie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177724 +177724,S00109098,1a3,Agricultural Communities,S01009746,Kilmany Rathillet and Logie,2c,Remoter communities,S02001839,Balmullo and Gauldry,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177725 +177725,S00109067,1b3,Ageing Rural Flat Tenants,S01009702,Largoward Landward,2c,Remoter communities,S02001830,Elie Colinsburgh and Largoward,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177726 +177726,S00110470,8c2,Ageing Rural Industry Workers,S01009618,Denbeath North,4a,Challenged white communities,S02001813,"Buckhaven, Denbeath and Muiredge",S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177727 +177727,S00111567,7c1,Challenged Transitionaries,S01009365,Pettiesmuir,4a,Challenged white communities,S02001759,Rosyth North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177728 +177728,S00110474,8c2,Ageing Rural Industry Workers,S01009631,Lower Methil,4d,Hard-pressed flat dwellers,S02001815,Methil West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177729 +177729,S00109100,1a3,Agricultural Communities,S01009746,Kilmany Rathillet and Logie,2c,Remoter communities,S02001839,Balmullo and Gauldry,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177730 +177730,S00110420,7c1,Challenged Transitionaries,S01009624,Buckhaven Birds,4a,Challenged white communities,S02001813,"Buckhaven, Denbeath and Muiredge",S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177731 +177731,S00109431,7c1,Challenged Transitionaries,S01009340,Abbeyview Central,4a,Challenged white communities,S02001753,Dunfermline Abbeyview North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177732 +177732,S00111570,7c1,Challenged Transitionaries,S01009373,Rosyth Kings South,4a,Challenged white communities,S02001761,Rosyth Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177733 +177733,S00109072,1b3,Ageing Rural Flat Tenants,S01009700,Colinsburgh Kilconquhar and Balcormo,2d,Rural traits,S02001830,Elie Colinsburgh and Largoward,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177734 +177734,S00110476,8c2,Ageing Rural Industry Workers,S01009631,Lower Methil,4d,Hard-pressed flat dwellers,S02001815,Methil West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177735 +177735,S00109101,1a3,Agricultural Communities,S01009697,Dairsie and Kemback,2b,Prospering countryside life,S02001829,Dairsie Ceres and Dunino,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177736 +177736,S00111377,8c2,Ageing Rural Industry Workers,S01009545,Kinglassie West,2d,Rural traits,S02001798,Thornton and Kinglassie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177737 +177737,S00109078,1b3,Ageing Rural Flat Tenants,S01009712,Kilrenny,2d,Rural traits,S02001832,Anstruther,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177738 +177738,S00110452,7c1,Challenged Transitionaries,S01009638,Methil Kirkland,4a,Challenged white communities,S02001816,Methil East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177739 +177739,S00111571,7c1,Challenged Transitionaries,S01009373,Rosyth Kings South,4a,Challenged white communities,S02001761,Rosyth Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177740 +177740,S00109109,1a3,Agricultural Communities,S01009695,Ceres East and Pitscottie,2c,Remoter communities,S02001829,Dairsie Ceres and Dunino,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177741 +177741,S00109441,7c1,Challenged Transitionaries,S01009340,Abbeyview Central,4a,Challenged white communities,S02001753,Dunfermline Abbeyview North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177742 +177742,S00110489,8c2,Ageing Rural Industry Workers,S01009635,Methil New Bayview,4a,Challenged white communities,S02001816,Methil East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177743 +177743,S00111385,8c2,Ageing Rural Industry Workers,S01009634,Methil Sea Road,4a,Challenged white communities,S02001815,Methil West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177744 +177744,S00109083,1b3,Ageing Rural Flat Tenants,S01009676,Gateside Landward,2d,Rural traits,S02001824,Auchtermuchty and Gateside,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177745 +177745,S00109095,1b3,Ageing Rural Flat Tenants,S01009677,Flisk Lindores and Luthrie,2c,Remoter communities,S02001825,Newburgh,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177746 +177746,S00109113,1b3,Ageing Rural Flat Tenants,S01009684,Bow of Fife Tarvit and Balgarvie,2b,Prospering countryside life,S02001826,Cupar West and Springfield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177747 +177747,S00109127,1b3,Ageing Rural Flat Tenants,S01009715,Boarhills and Kingsbarns,2c,Remoter communities,S02001833,Crail and Boarhills,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177748 +177748,S00109278,1b3,Ageing Rural Flat Tenants,S01009382,Inverkeithing West,5c,Comfortable neighbourhoods,S02001763,North Queensferry and Inverkeithing West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177749 +177749,S00109326,1b3,Ageing Rural Flat Tenants,S01009287,Limekilns,8a,Affluent communities,S02001743,Crossford Charlestown and Limekilns,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177750 +177750,S00109340,1b3,Ageing Rural Flat Tenants,S01009281,High Valleyfield West,4a,Challenged white communities,S02001741,Valleyfield Culross and Torryburn,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177751 +177751,S00109350,1b3,Ageing Rural Flat Tenants,S01009279,Newmills,5c,Comfortable neighbourhoods,S02001741,Valleyfield Culross and Torryburn,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177752 +177752,S00109783,1b3,Ageing Rural Flat Tenants,S01009451,Lochgelly South West,4a,Challenged white communities,S02001778,Lochgelly West and Lumphinnans,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177753 +177753,S00110380,1b3,Ageing Rural Flat Tenants,S01009548,Thornton South,5c,Comfortable neighbourhoods,S02001798,Thornton and Kinglassie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177754 +177754,S00110479,1b3,Ageing Rural Flat Tenants,S01009637,Methil Old Bayview,4a,Challenged white communities,S02001816,Methil East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177755 +177755,S00110618,1b3,Ageing Rural Flat Tenants,S01009567,Caskieberran West,4b,Constrained renters,S02001802,Glenrothes Caskieberran and Rimbleton,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177756 +177756,S00110752,1b3,Ageing Rural Flat Tenants,S01009584,Warout,5b,Aspiring urban households,S02001805,Glenrothes Pitteuchar,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177757 +177757,S00110851,1b3,Ageing Rural Flat Tenants,S01009610,Markinch West,5c,Comfortable neighbourhoods,S02001811,Markinch and Star,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177758 +177758,S00110867,1b3,Ageing Rural Flat Tenants,S01009699,Elie,2d,Rural traits,S02001830,Elie Colinsburgh and Largoward,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177759 +177759,S00110885,1b3,Ageing Rural Flat Tenants,S01009657,Kennoway Sandy Brae,5c,Comfortable neighbourhoods,S02001821,Kennoway and Bonnybank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177760 +177760,S00110909,1b3,Ageing Rural Flat Tenants,S01009705,St Monans West,5e,Primary sector workers,S02001831,St Monans and Pittenweem,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177761 +177761,S00110913,1b3,Ageing Rural Flat Tenants,S01009706,St Monans East and Abercrombie,2d,Rural traits,S02001831,St Monans and Pittenweem,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177762 +177762,S00110918,1b3,Ageing Rural Flat Tenants,S01009706,St Monans East and Abercrombie,2d,Rural traits,S02001831,St Monans and Pittenweem,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177763 +177763,S00110923,1b3,Ageing Rural Flat Tenants,S01009652,Lundin Links,8a,Affluent communities,S02001820,Largo,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177764 +177764,S00110931,1b3,Ageing Rural Flat Tenants,S01009709,Anstruther South West,5e,Primary sector workers,S02001832,Anstruther,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177765 +177765,S00110933,1b3,Ageing Rural Flat Tenants,S01009709,Anstruther South West,5e,Primary sector workers,S02001832,Anstruther,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177766 +177766,S00110963,1b3,Ageing Rural Flat Tenants,S01009703,Pittenweem East,5e,Primary sector workers,S02001831,St Monans and Pittenweem,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177767 +177767,S00110964,1b3,Ageing Rural Flat Tenants,S01009703,Pittenweem East,5e,Primary sector workers,S02001831,St Monans and Pittenweem,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177768 +177768,S00111006,1b3,Ageing Rural Flat Tenants,S01009666,Ladybank,5c,Comfortable neighbourhoods,S02001822,Kettle and Ladybank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177769 +177769,S00111007,1b3,Ageing Rural Flat Tenants,S01009676,Gateside Landward,2d,Rural traits,S02001824,Auchtermuchty and Gateside,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177770 +177770,S00111008,1b3,Ageing Rural Flat Tenants,S01009675,Strathmiglo South and Dunshalt,2d,Rural traits,S02001824,Auchtermuchty and Gateside,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177771 +177771,S00111017,1b3,Ageing Rural Flat Tenants,S01009673,Auchtermuchty East,5a,Ageing urban communities,S02001824,Auchtermuchty and Gateside,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177772 +177772,S00111021,1b3,Ageing Rural Flat Tenants,S01009673,Auchtermuchty East,5a,Ageing urban communities,S02001824,Auchtermuchty and Gateside,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177773 +177773,S00111028,1b3,Ageing Rural Flat Tenants,S01009695,Ceres East and Pitscottie,2c,Remoter communities,S02001829,Dairsie Ceres and Dunino,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177774 +177774,S00111031,1b3,Ageing Rural Flat Tenants,S01009696,Craigrothie and Ceres West,2d,Rural traits,S02001829,Dairsie Ceres and Dunino,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177775 +177775,S00111060,1b3,Ageing Rural Flat Tenants,S01009687,Cupar Northern,5e,Primary sector workers,S02001827,Cupar Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177776 +177776,S00111069,1b3,Ageing Rural Flat Tenants,S01009694,Cupar South South East,8a,Affluent communities,S02001828,Cupar East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177777 +177777,S00111073,1b3,Ageing Rural Flat Tenants,S01009693,Cupar Tarvit,8b,Ageing suburbanites,S02001828,Cupar East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177778 +177778,S00111101,1b3,Ageing Rural Flat Tenants,S01009732,Kinness Burn West,1a,Cosmopolitan student neighbourhoods,S02001836,St Andrews South West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177779 +177779,S00111135,1b3,Ageing Rural Flat Tenants,S01009716,Kilrymont and Langlands,8a,Affluent communities,S02001834,St Andrews South East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177780 +177780,S00111180,1b3,Ageing Rural Flat Tenants,S01009680,Newburgh West and Lochmill,2d,Rural traits,S02001825,Newburgh,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177781 +177781,S00111184,1b3,Ageing Rural Flat Tenants,S01009680,Newburgh West and Lochmill,2d,Rural traits,S02001825,Newburgh,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177782 +177782,S00109110,1a3,Agricultural Communities,S01009695,Ceres East and Pitscottie,2c,Remoter communities,S02001829,Dairsie Ceres and Dunino,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177783 +177783,S00109448,7c1,Challenged Transitionaries,S01009339,Abbeyview North,4a,Challenged white communities,S02001753,Dunfermline Abbeyview North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177784 +177784,S00111436,8c2,Ageing Rural Industry Workers,S01009660,Kennoway North East,5d,Endeavouring social renters,S02001821,Kennoway and Bonnybank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177785 +177785,S00110519,8c2,Ageing Rural Industry Workers,S01009646,Leven Mountfleurie East,4a,Challenged white communities,S02001818,Leven West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177786 +177786,S00109115,1a3,Agricultural Communities,S01009697,Dairsie and Kemback,2b,Prospering countryside life,S02001829,Dairsie Ceres and Dunino,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177787 +177787,S00109449,7c1,Challenged Transitionaries,S01009335,Woodmill West,4a,Challenged white communities,S02001752,Dunfermline Touch and Woodmill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177788 +177788,S00111440,8c2,Ageing Rural Industry Workers,S01009615,Windygates West,5c,Comfortable neighbourhoods,S02001812,Windygates and Coaltown,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177789 +177789,S00110471,7c1,Challenged Transitionaries,S01009619,Denbeath South,4a,Challenged white communities,S02001813,"Buckhaven, Denbeath and Muiredge",S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177790 +177790,S00109450,7c1,Challenged Transitionaries,S01009339,Abbeyview North,4a,Challenged white communities,S02001753,Dunfermline Abbeyview North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177791 +177791,S00109116,1a3,Agricultural Communities,S01009698,Peat Inn and Dunino,2c,Remoter communities,S02001829,Dairsie Ceres and Dunino,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177792 +177792,S00111582,7c1,Challenged Transitionaries,S01009336,Touch,4d,Hard-pressed flat dwellers,S02001752,Dunfermline Touch and Woodmill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177793 +177793,S00110521,8c2,Ageing Rural Industry Workers,S01009645,Leven Montrave,4a,Challenged white communities,S02001818,Leven West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177794 +177794,S00111455,8c2,Ageing Rural Industry Workers,S01009713,Crail South and Fife Ness,2d,Rural traits,S02001833,Crail and Boarhills,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177795 +177795,S00109126,1a3,Agricultural Communities,S01009727,Feddinch and The Grange,2a,Ageing rural neighbourhoods,S02001836,St Andrews South West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177796 +177796,S00109457,7c1,Challenged Transitionaries,S01009336,Touch,4d,Hard-pressed flat dwellers,S02001752,Dunfermline Touch and Woodmill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177797 +177797,S00110484,7c1,Challenged Transitionaries,S01009635,Methil New Bayview,4a,Challenged white communities,S02001816,Methil East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177798 +177798,S00111591,7c1,Challenged Transitionaries,S01009323,Townhill East,5c,Comfortable neighbourhoods,S02001750,Dunfermline Bellyeoman and Townhill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177799 +177799,S00110527,8c2,Ageing Rural Industry Workers,S01009645,Leven Montrave,4a,Challenged white communities,S02001818,Leven West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177800 +177800,S00111460,8c2,Ageing Rural Industry Workers,S01009674,Collessie and Pitmedden Landward,2c,Remoter communities,S02001824,Auchtermuchty and Gateside,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177801 +177801,S00109128,1a3,Agricultural Communities,S01009715,Boarhills and Kingsbarns,2c,Remoter communities,S02001833,Crail and Boarhills,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177802 +177802,S00109134,1a3,Agricultural Communities,S01009745,Balmullo South,2b,Prospering countryside life,S02001839,Balmullo and Gauldry,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177803 +177803,S00111268,1a3,Agricultural Communities,S01009455,St Colme and Aberdour West,2b,Prospering countryside life,S02001779,Aberdour and Auchtertool,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177804 +177804,S00111288,1a3,Agricultural Communities,S01009457,Auchtertool,2a,Ageing rural neighbourhoods,S02001779,Aberdour and Auchtertool,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177805 +177805,S00111304,1a3,Agricultural Communities,S01009547,Strathore,5e,Primary sector workers,S02001798,Thornton and Kinglassie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177806 +177806,S00111342,1a3,Agricultural Communities,S01009443,Auchterderran Landward and Cluny,2a,Ageing rural neighbourhoods,S02001776,Cardenden,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177807 +177807,S00111344,1a3,Agricultural Communities,S01009442,Jamphlars and Lochgelly Landward,2c,Remoter communities,S02001776,Cardenden,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177808 +177808,S00111345,1a3,Agricultural Communities,S01009442,Jamphlars and Lochgelly Landward,2c,Remoter communities,S02001776,Cardenden,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177809 +177809,S00111449,1a3,Agricultural Communities,S01009710,Anstruther Waid,5e,Primary sector workers,S02001832,Anstruther,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177810 +177810,S00111472,1a3,Agricultural Communities,S01009651,New Gilston and Upper Largo,2d,Rural traits,S02001820,Largo,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177811 +177811,S00111495,1a3,Agricultural Communities,S01009680,Newburgh West and Lochmill,2d,Rural traits,S02001825,Newburgh,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177812 +177812,S00111496,1a3,Agricultural Communities,S01009677,Flisk Lindores and Luthrie,2c,Remoter communities,S02001825,Newburgh,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177813 +177813,S00111706,1a3,Agricultural Communities,S01009541,East Wemyss and Standingstane,2d,Rural traits,S02001797,Wemyss,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177814 +177814,S00111723,1a3,Agricultural Communities,S01009611,Star and Kirkforthar,2c,Remoter communities,S02001811,Markinch and Star,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177815 +177815,S00111727,1a3,Agricultural Communities,S01009698,Peat Inn and Dunino,2c,Remoter communities,S02001829,Dairsie Ceres and Dunino,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177816 +177816,S00111728,1a3,Agricultural Communities,S01009727,Feddinch and The Grange,2a,Ageing rural neighbourhoods,S02001836,St Andrews South West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177817 +177817,S00109203,7c1,Challenged Transitionaries,S01009374,Admiralty South West,4a,Challenged white communities,S02001761,Rosyth Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177818 +177818,S00109204,7c1,Challenged Transitionaries,S01009376,Admiralty South,4a,Challenged white communities,S02001761,Rosyth Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177819 +177819,S00109206,7c1,Challenged Transitionaries,S01009376,Admiralty South,4a,Challenged white communities,S02001761,Rosyth Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177820 +177820,S00109213,7c1,Challenged Transitionaries,S01009374,Admiralty South West,4a,Challenged white communities,S02001761,Rosyth Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177821 +177821,S00109215,7c1,Challenged Transitionaries,S01009373,Rosyth Kings South,4a,Challenged white communities,S02001761,Rosyth Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177822 +177822,S00109221,7c1,Challenged Transitionaries,S01009365,Pettiesmuir,4a,Challenged white communities,S02001759,Rosyth North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177823 +177823,S00109222,7c1,Challenged Transitionaries,S01009365,Pettiesmuir,4a,Challenged white communities,S02001759,Rosyth North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177824 +177824,S00109223,7c1,Challenged Transitionaries,S01009365,Pettiesmuir,4a,Challenged white communities,S02001759,Rosyth North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177825 +177825,S00109226,7c1,Challenged Transitionaries,S01009363,Rosyth Camdean,4a,Challenged white communities,S02001759,Rosyth North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177826 +177826,S00109228,7c1,Challenged Transitionaries,S01009363,Rosyth Camdean,4a,Challenged white communities,S02001759,Rosyth North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177827 +177827,S00109229,7c1,Challenged Transitionaries,S01009366,Rosyth Kings North,4a,Challenged white communities,S02001759,Rosyth North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177828 +177828,S00109230,7c1,Challenged Transitionaries,S01009366,Rosyth Kings North,4a,Challenged white communities,S02001759,Rosyth North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177829 +177829,S00109235,7c1,Challenged Transitionaries,S01009366,Rosyth Kings North,4a,Challenged white communities,S02001759,Rosyth North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177830 +177830,S00109245,7c1,Challenged Transitionaries,S01009375,Admiralty South East,4a,Challenged white communities,S02001761,Rosyth Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177831 +177831,S00109249,7c1,Challenged Transitionaries,S01009375,Admiralty South East,4a,Challenged white communities,S02001761,Rosyth Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177832 +177832,S00109260,7c1,Challenged Transitionaries,S01009370,Rosyth Wilderness North,5c,Comfortable neighbourhoods,S02001760,Rosyth East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177833 +177833,S00109273,7c1,Challenged Transitionaries,S01009383,Inverkeithing Jamestown,4d,Hard-pressed flat dwellers,S02001763,North Queensferry and Inverkeithing West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177834 +177834,S00111504,8c2,Ageing Rural Industry Workers,S01009715,Boarhills and Kingsbarns,2c,Remoter communities,S02001833,Crail and Boarhills,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177835 +177835,S00110557,8c2,Ageing Rural Industry Workers,S01009649,Broom North,5c,Comfortable neighbourhoods,S02001819,Leven North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177836 +177836,S00109458,7c1,Challenged Transitionaries,S01009336,Touch,4d,Hard-pressed flat dwellers,S02001752,Dunfermline Touch and Woodmill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177837 +177837,S00111758,7c1,Challenged Transitionaries,S01009366,Rosyth Kings North,4a,Challenged white communities,S02001759,Rosyth North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177838 +177838,S00111622,8c2,Ageing Rural Industry Workers,S01009618,Denbeath North,4a,Challenged white communities,S02001813,"Buckhaven, Denbeath and Muiredge",S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177839 +177839,S00111771,7c1,Challenged Transitionaries,S01009311,Pitbauchlie West,4a,Challenged white communities,S02001748,Dunfermline Brucefield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177840 +177840,S00111775,7c1,Challenged Transitionaries,S01009313,Brucefield South West,4a,Challenged white communities,S02001748,Dunfermline Brucefield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177841 +177841,S00111778,7c1,Challenged Transitionaries,S01009314,Brucefield North,8c,Comfortable suburbia,S02001748,Dunfermline Brucefield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177842 +177842,S00111786,7c1,Challenged Transitionaries,S01009344,Abbeyview South East,4a,Challenged white communities,S02001754,Dunfermline Abbeyview South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177843 +177843,S00111807,7c1,Challenged Transitionaries,S01009301,Broomhead,4d,Hard-pressed flat dwellers,S02001745,Dunfermline Baldridgeburn,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177844 +177844,S00111815,7c1,Challenged Transitionaries,S01009302,Headwell East,4d,Hard-pressed flat dwellers,S02001746,Dunfermline Headwell,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177845 +177845,S00111861,7c1,Challenged Transitionaries,S01009446,Lochgelly East,4d,Hard-pressed flat dwellers,S02001777,Lochgelly East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177846 +177846,S00111896,7c1,Challenged Transitionaries,S01009537,Dysart North,4b,Constrained renters,S02001796,Dysart,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177847 +177847,S00111903,7c1,Challenged Transitionaries,S01009532,Overton,4a,Challenged white communities,S02001795,Kirkcaldy Gallatown and Sinclairtown,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177848 +177848,S00111969,7c1,Challenged Transitionaries,S01009642,Leven South,5e,Primary sector workers,S02001817,Leven East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177849 +177849,S00111998,7c1,Challenged Transitionaries,S01009600,Cadham,4a,Challenged white communities,S02001809,Glenrothes Cadham and Pitcoudie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177850 +177850,S00112001,7c1,Challenged Transitionaries,S01009605,Balfarg,5c,Comfortable neighbourhoods,S02001810,Glenrothes Balfarg Pitcairn and Coul,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177851 +177851,S00112109,7c1,Challenged Transitionaries,S01009754,Newport East,5a,Ageing urban communities,S02001841,Newport and Wormit,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177852 +177852,S00108976,6a2,Comfortable Suburbia,S01009268,Blairhall and Landward,5c,Comfortable neighbourhoods,S02001739,Oakley Comrie and Blairhall,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177853 +177853,S00108979,6a2,Comfortable Suburbia,S01009423,Kelty Seafar,8c,Comfortable suburbia,S02001773,Kelty East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177854 +177854,S00108986,6a2,Comfortable Suburbia,S01009423,Kelty Seafar,8c,Comfortable suburbia,S02001773,Kelty East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177855 +177855,S00109003,6a2,Comfortable Suburbia,S01009321,Queen Margaret Fauld,8a,Affluent communities,S02001750,Dunfermline Bellyeoman and Townhill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177856 +177856,S00110490,7c1,Challenged Transitionaries,S01009636,Aberhill,4d,Hard-pressed flat dwellers,S02001816,Methil East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177857 +177857,S00109014,6a2,Comfortable Suburbia,S01009594,Formonthills,8b,Ageing suburbanites,S02001807,Glenrothes Balgeddie and Town Park,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177858 +177858,S00109017,6a2,Comfortable Suburbia,S01009579,Lochty View,5c,Comfortable neighbourhoods,S02001804,Glenrothes Stenton and Finglassie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177859 +177859,S00109020,6a2,Comfortable Suburbia,S01009606,Tofthill and Balbirnie Park,2a,Ageing rural neighbourhoods,S02001811,Markinch and Star,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177860 +177860,S00109021,6a2,Comfortable Suburbia,S01009606,Tofthill and Balbirnie Park,2a,Ageing rural neighbourhoods,S02001811,Markinch and Star,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177861 +177861,S00109023,6a2,Comfortable Suburbia,S01009604,Balfarg South,5d,Endeavouring social renters,S02001810,Glenrothes Balfarg Pitcairn and Coul,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177862 +177862,S00109136,6a2,Comfortable Suburbia,S01009745,Balmullo South,2b,Prospering countryside life,S02001839,Balmullo and Gauldry,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177863 +177863,S00109137,6a2,Comfortable Suburbia,S01009745,Balmullo South,2b,Prospering countryside life,S02001839,Balmullo and Gauldry,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177864 +177864,S00109143,6a2,Comfortable Suburbia,S01009394,Dalgety Steeple Clump,3c,Highly qualified professionals,S02001766,Dalgety Bay Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177865 +177865,S00109145,6a2,Comfortable Suburbia,S01009394,Dalgety Steeple Clump,3c,Highly qualified professionals,S02001766,Dalgety Bay Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177866 +177866,S00109151,6a2,Comfortable Suburbia,S01009402,Dalgety Crow Hill,8b,Ageing suburbanites,S02001767,Dalgety Bay East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177867 +177867,S00109155,6a2,Comfortable Suburbia,S01009402,Dalgety Crow Hill,8b,Ageing suburbanites,S02001767,Dalgety Bay East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177868 +177868,S00109168,6a2,Comfortable Suburbia,S01009401,Dalgety Ross Plantation,8b,Ageing suburbanites,S02001767,Dalgety Bay East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177869 +177869,S00109169,6a2,Comfortable Suburbia,S01009396,Dalgety Bay South East,8a,Affluent communities,S02001766,Dalgety Bay Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177870 +177870,S00109170,6a2,Comfortable Suburbia,S01009399,Dalgety Longhill Park,8c,Comfortable suburbia,S02001766,Dalgety Bay Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177871 +177871,S00109171,6a2,Comfortable Suburbia,S01009395,Dalgety Bay East,8b,Ageing suburbanites,S02001766,Dalgety Bay Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177872 +177872,S00109172,6a2,Comfortable Suburbia,S01009395,Dalgety Bay East,8b,Ageing suburbanites,S02001766,Dalgety Bay Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177873 +177873,S00109461,7c1,Challenged Transitionaries,S01009334,Woodmill North,4a,Challenged white communities,S02001752,Dunfermline Touch and Woodmill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177874 +177874,S00111832,8c2,Ageing Rural Industry Workers,S01009266,Kincardine East,5d,Endeavouring social renters,S02001738,Kincardine,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177875 +177875,S00110493,7c1,Challenged Transitionaries,S01009636,Aberhill,4d,Hard-pressed flat dwellers,S02001816,Methil East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177876 +177876,S00110566,8c2,Ageing Rural Industry Workers,S01009648,Broom South,5d,Endeavouring social renters,S02001819,Leven North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177877 +177877,S00111872,8c2,Ageing Rural Industry Workers,S01009414,Cowdenbeath Foulford,5d,Endeavouring social renters,S02001771,Cowdenbeath North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177878 +177878,S00110494,7c1,Challenged Transitionaries,S01009636,Aberhill,4d,Hard-pressed flat dwellers,S02001816,Methil East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177879 +177879,S00110568,8c2,Ageing Rural Industry Workers,S01009612,Coaltown of Balgonie East,5c,Comfortable neighbourhoods,S02001812,Windygates and Coaltown,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177880 +177880,S00109528,7c1,Challenged Transitionaries,S01009299,Pittencrieff,5c,Comfortable neighbourhoods,S02001745,Dunfermline Baldridgeburn,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177881 +177881,S00110593,8c2,Ageing Rural Industry Workers,S01009564,South Parks North,5c,Comfortable neighbourhoods,S02001801,Glenrothes South Parks,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177882 +177882,S00111952,8c2,Ageing Rural Industry Workers,S01009549,Thornton North,5c,Comfortable neighbourhoods,S02001798,Thornton and Kinglassie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177883 +177883,S00110495,7c1,Challenged Transitionaries,S01009636,Aberhill,4d,Hard-pressed flat dwellers,S02001816,Methil East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177884 +177884,S00109532,7c1,Challenged Transitionaries,S01009299,Pittencrieff,5c,Comfortable neighbourhoods,S02001745,Dunfermline Baldridgeburn,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177885 +177885,S00110612,8c2,Ageing Rural Industry Workers,S01009556,Tanshall West,4b,Constrained renters,S02001800,Glenrothes Macedonia and Tanshall,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177886 +177886,S00111957,8c2,Ageing Rural Industry Workers,S01009618,Denbeath North,4a,Challenged white communities,S02001813,"Buckhaven, Denbeath and Muiredge",S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177887 +177887,S00111981,8c2,Ageing Rural Industry Workers,S01009557,Macedonia North,4a,Challenged white communities,S02001800,Glenrothes Macedonia and Tanshall,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177888 +177888,S00112039,8c2,Ageing Rural Industry Workers,S01009712,Kilrenny,2d,Rural traits,S02001832,Anstruther,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177889 +177889,S00112040,8c2,Ageing Rural Industry Workers,S01009704,Pittenweem West,5e,Primary sector workers,S02001831,St Monans and Pittenweem,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177890 +177890,S00112041,8c2,Ageing Rural Industry Workers,S01009704,Pittenweem West,5e,Primary sector workers,S02001831,St Monans and Pittenweem,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177891 +177891,S00112045,8c2,Ageing Rural Industry Workers,S01009670,Falkland East and East Lomond,2d,Rural traits,S02001823,Falkland and Freuchie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177892 +177892,S00112048,8c2,Ageing Rural Industry Workers,S01009676,Gateside Landward,2d,Rural traits,S02001824,Auchtermuchty and Gateside,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177893 +177893,S00112049,8c2,Ageing Rural Industry Workers,S01009675,Strathmiglo South and Dunshalt,2d,Rural traits,S02001824,Auchtermuchty and Gateside,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177894 +177894,S00112056,8c2,Ageing Rural Industry Workers,S01009685,Springfield West and Rankeilour,2d,Rural traits,S02001826,Cupar West and Springfield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177895 +177895,S00112118,8c2,Ageing Rural Industry Workers,S01009749,Tayport Central,5c,Comfortable neighbourhoods,S02001840,Tayport,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177896 +177896,S00108977,1a3,Agricultural Communities,S01009268,Blairhall and Landward,5c,Comfortable neighbourhoods,S02001739,Oakley Comrie and Blairhall,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177897 +177897,S00108980,1a3,Agricultural Communities,S01009417,Leuchatsbeath,2c,Remoter communities,S02001771,Cowdenbeath North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177898 +177898,S00108989,1a3,Agricultural Communities,S01009288,Charlestown and Bellknowes,2b,Prospering countryside life,S02001743,Crossford Charlestown and Limekilns,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177899 +177899,S00108991,1a3,Agricultural Communities,S01009405,Crossgates South Knowe and Annfield,2d,Rural traits,S02001768,Crossgates and Halbeath,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177900 +177900,S00108996,1a3,Agricultural Communities,S01009282,Culross and Low Valleyfield,2d,Rural traits,S02001741,Valleyfield Culross and Torryburn,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177901 +177901,S00108999,1a3,Agricultural Communities,S01009275,Knock Hill Landward,2a,Ageing rural neighbourhoods,S02001740,Saline and Gowkhall,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177902 +177902,S00109024,1a3,Agricultural Communities,S01009611,Star and Kirkforthar,2c,Remoter communities,S02001811,Markinch and Star,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177903 +177903,S00109028,1a3,Agricultural Communities,S01009614,Milton of Balgonie,2d,Rural traits,S02001812,Windygates and Coaltown,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177904 +177904,S00109034,1a3,Agricultural Communities,S01009743,Gauldry and Balmerino,2d,Rural traits,S02001839,Balmullo and Gauldry,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177905 +177905,S00109035,1a3,Agricultural Communities,S01009743,Gauldry and Balmerino,2d,Rural traits,S02001839,Balmullo and Gauldry,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177906 +177906,S00109038,1a3,Agricultural Communities,S01009742,St Fort and Pickletillem,2c,Remoter communities,S02001839,Balmullo and Gauldry,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177907 +177907,S00109044,1a3,Agricultural Communities,S01009664,Monimal Pitlessie and Cults,2d,Rural traits,S02001822,Kettle and Ladybank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177908 +177908,S00109048,1a3,Agricultural Communities,S01009664,Monimal Pitlessie and Cults,2d,Rural traits,S02001822,Kettle and Ladybank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177909 +177909,S00109052,1a3,Agricultural Communities,S01009651,New Gilston and Upper Largo,2d,Rural traits,S02001820,Largo,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177910 +177910,S00109053,1a3,Agricultural Communities,S01009651,New Gilston and Upper Largo,2d,Rural traits,S02001820,Largo,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177911 +177911,S00109056,1a3,Agricultural Communities,S01009661,Bonnybank and Montrave,2c,Remoter communities,S02001821,Kennoway and Bonnybank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177912 +177912,S00109061,1a3,Agricultural Communities,S01009700,Colinsburgh Kilconquhar and Balcormo,2d,Rural traits,S02001830,Elie Colinsburgh and Largoward,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177913 +177913,S00109065,1a3,Agricultural Communities,S01009702,Largoward Landward,2c,Remoter communities,S02001830,Elie Colinsburgh and Largoward,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177914 +177914,S00109066,1a3,Agricultural Communities,S01009700,Colinsburgh Kilconquhar and Balcormo,2d,Rural traits,S02001830,Elie Colinsburgh and Largoward,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177915 +177915,S00109069,1a3,Agricultural Communities,S01009702,Largoward Landward,2c,Remoter communities,S02001830,Elie Colinsburgh and Largoward,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177916 +177916,S00109537,7c1,Challenged Transitionaries,S01009300,Balbridgeburn South,4d,Hard-pressed flat dwellers,S02001745,Dunfermline Baldridgeburn,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177917 +177917,S00110627,8c2,Ageing Rural Industry Workers,S01009560,Tanshall Central,4b,Constrained renters,S02001800,Glenrothes Macedonia and Tanshall,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177918 +177918,S00110496,7c1,Challenged Transitionaries,S01009636,Aberhill,4d,Hard-pressed flat dwellers,S02001816,Methil East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177919 +177919,S00109550,7c1,Challenged Transitionaries,S01009298,Balbridgeburn North,4d,Hard-pressed flat dwellers,S02001745,Dunfermline Baldridgeburn,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177920 +177920,S00110730,8c2,Ageing Rural Industry Workers,S01009571,Auchmuty North West,4b,Constrained renters,S02001803,Glenrothes Auchmuty,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177921 +177921,S00110501,7c1,Challenged Transitionaries,S01009637,Methil Old Bayview,4a,Challenged white communities,S02001816,Methil East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177922 +177922,S00109553,7c1,Challenged Transitionaries,S01009298,Balbridgeburn North,4d,Hard-pressed flat dwellers,S02001745,Dunfermline Baldridgeburn,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177923 +177923,S00109554,7c1,Challenged Transitionaries,S01009298,Balbridgeburn North,4d,Hard-pressed flat dwellers,S02001745,Dunfermline Baldridgeburn,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177924 +177924,S00109555,7c1,Challenged Transitionaries,S01009298,Balbridgeburn North,4d,Hard-pressed flat dwellers,S02001745,Dunfermline Baldridgeburn,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177925 +177925,S00109589,7c1,Challenged Transitionaries,S01009305,Headwell Central,5c,Comfortable neighbourhoods,S02001746,Dunfermline Headwell,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177926 +177926,S00109640,7c1,Challenged Transitionaries,S01009460,Burntisland Docks,4d,Hard-pressed flat dwellers,S02001780,Burntisland West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177927 +177927,S00109652,7c1,Challenged Transitionaries,S01009463,Burntisland Nether Grange,5c,Comfortable neighbourhoods,S02001781,Burntisland East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177928 +177928,S00109705,7c1,Challenged Transitionaries,S01009468,Kinghorn Central,4d,Hard-pressed flat dwellers,S02001782,Kinghorn,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177929 +177929,S00109724,7c1,Challenged Transitionaries,S01009406,Crossgates North,5a,Ageing urban communities,S02001768,Crossgates and Halbeath,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177930 +177930,S00109748,7c1,Challenged Transitionaries,S01009270,Comrie East,4a,Challenged white communities,S02001739,Oakley Comrie and Blairhall,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177931 +177931,S00109755,7c1,Challenged Transitionaries,S01009270,Comrie East,4a,Challenged white communities,S02001739,Oakley Comrie and Blairhall,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177932 +177932,S00109767,7c1,Challenged Transitionaries,S01009268,Blairhall and Landward,5c,Comfortable neighbourhoods,S02001739,Oakley Comrie and Blairhall,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177933 +177933,S00109775,7c1,Challenged Transitionaries,S01009323,Townhill East,5c,Comfortable neighbourhoods,S02001750,Dunfermline Bellyeoman and Townhill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177934 +177934,S00109776,7c1,Challenged Transitionaries,S01009324,Townhill West,5c,Comfortable neighbourhoods,S02001750,Dunfermline Bellyeoman and Townhill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177935 +177935,S00109796,7c1,Challenged Transitionaries,S01009447,Lochgelly Central and Eastern,5c,Comfortable neighbourhoods,S02001777,Lochgelly East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177936 +177936,S00109804,7c1,Challenged Transitionaries,S01009453,Lochgelly West,5a,Ageing urban communities,S02001778,Lochgelly West and Lumphinnans,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177937 +177937,S00109820,7c1,Challenged Transitionaries,S01009445,Lochgelly North,5d,Endeavouring social renters,S02001777,Lochgelly East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177938 +177938,S00109831,7c1,Challenged Transitionaries,S01009412,Beath South West,4a,Challenged white communities,S02001769,Hill of Beath and Kingseat,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177939 +177939,S00109836,7c1,Challenged Transitionaries,S01009456,Mossbank and Donibristle,5e,Primary sector workers,S02001779,Aberdour and Auchtertool,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177940 +177940,S00109837,7c1,Challenged Transitionaries,S01009456,Mossbank and Donibristle,5e,Primary sector workers,S02001779,Aberdour and Auchtertool,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177941 +177941,S00109845,7c1,Challenged Transitionaries,S01009489,Cowdenbeath South East,4a,Challenged white communities,S02001770,Cowdenbeath South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177942 +177942,S00109846,7c1,Challenged Transitionaries,S01009456,Mossbank and Donibristle,5e,Primary sector workers,S02001779,Aberdour and Auchtertool,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177943 +177943,S00109864,7c1,Challenged Transitionaries,S01009412,Beath South West,4a,Challenged white communities,S02001769,Hill of Beath and Kingseat,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177944 +177944,S00109869,7c1,Challenged Transitionaries,S01009491,Cowdenbeath Central,5d,Endeavouring social renters,S02001770,Cowdenbeath South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177945 +177945,S00109881,7c1,Challenged Transitionaries,S01009413,Cowdenbeath North West,5c,Comfortable neighbourhoods,S02001771,Cowdenbeath North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177946 +177946,S00109889,7c1,Challenged Transitionaries,S01009415,Cowdenbeath North,4b,Constrained renters,S02001771,Cowdenbeath North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177947 +177947,S00109894,7c1,Challenged Transitionaries,S01009415,Cowdenbeath North,4b,Constrained renters,S02001771,Cowdenbeath North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177948 +177948,S00109960,7c1,Challenged Transitionaries,S01009477,Kirkcaldy Central North,3c,Highly qualified professionals,S02001784,Kirkcaldy Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177949 +177949,S00109977,7c1,Challenged Transitionaries,S01009521,Smeaton North,4a,Challenged white communities,S02001793,Kirkcaldy Hayfield and Smeaton,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177950 +177950,S00110744,8c2,Ageing Rural Industry Workers,S01009572,Auchmuty West,4b,Constrained renters,S02001803,Glenrothes Auchmuty,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177951 +177951,S00110746,8c2,Ageing Rural Industry Workers,S01009573,Auchmuty East,4a,Challenged white communities,S02001803,Glenrothes Auchmuty,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177952 +177952,S00110762,8c2,Ageing Rural Industry Workers,S01009574,Auchmuty Dovecot and Town Centre,4b,Constrained renters,S02001803,Glenrothes Auchmuty,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177953 +177953,S00110509,7c1,Challenged Transitionaries,S01009634,Methil Sea Road,4a,Challenged white communities,S02001815,Methil West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177954 +177954,S00110782,8c2,Ageing Rural Industry Workers,S01009588,Woodside North,5a,Ageing urban communities,S02001806,Glenrothes Woodside,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177955 +177955,S00110785,8c2,Ageing Rural Industry Workers,S01009588,Woodside North,5a,Ageing urban communities,S02001806,Glenrothes Woodside,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177956 +177956,S00110538,7c1,Challenged Transitionaries,S01009641,Leven South West,4d,Hard-pressed flat dwellers,S02001817,Leven East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177957 +177957,S00110786,8c2,Ageing Rural Industry Workers,S01009588,Woodside North,5a,Ageing urban communities,S02001806,Glenrothes Woodside,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177958 +177958,S00110540,7c1,Challenged Transitionaries,S01009647,Leven North,4d,Hard-pressed flat dwellers,S02001818,Leven West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177959 +177959,S00110807,8c2,Ageing Rural Industry Workers,S01009601,Cadham South,4a,Challenged white communities,S02001809,Glenrothes Cadham and Pitcoudie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177960 +177960,S00110554,7c1,Challenged Transitionaries,S01009642,Leven South,5e,Primary sector workers,S02001817,Leven East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177961 +177961,S00110825,8c2,Ageing Rural Industry Workers,S01009596,Collydean West,4a,Challenged white communities,S02001808,Glenrothes Collydean,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177962 +177962,S00110567,7c1,Challenged Transitionaries,S01009612,Coaltown of Balgonie East,5c,Comfortable neighbourhoods,S02001812,Windygates and Coaltown,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177963 +177963,S00110835,8c2,Ageing Rural Industry Workers,S01009553,Leslie West,4a,Challenged white communities,S02001799,Leslie and Newcastle,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177964 +177964,S00110575,7c1,Challenged Transitionaries,S01009559,Macedonia West,4b,Constrained renters,S02001800,Glenrothes Macedonia and Tanshall,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177965 +177965,S00110837,8c2,Ageing Rural Industry Workers,S01009553,Leslie West,4a,Challenged white communities,S02001799,Leslie and Newcastle,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177966 +177966,S00110847,8c2,Ageing Rural Industry Workers,S01009610,Markinch West,5c,Comfortable neighbourhoods,S02001811,Markinch and Star,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177967 +177967,S00110868,8c2,Ageing Rural Industry Workers,S01009701,Earlsferry,5a,Ageing urban communities,S02001830,Elie Colinsburgh and Largoward,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177968 +177968,S00110903,8c2,Ageing Rural Industry Workers,S01009616,Windygates East,5c,Comfortable neighbourhoods,S02001812,Windygates and Coaltown,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177969 +177969,S00110910,8c2,Ageing Rural Industry Workers,S01009705,St Monans West,5e,Primary sector workers,S02001831,St Monans and Pittenweem,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177970 +177970,S00110917,8c2,Ageing Rural Industry Workers,S01009706,St Monans East and Abercrombie,2d,Rural traits,S02001831,St Monans and Pittenweem,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177971 +177971,S00110959,8c2,Ageing Rural Industry Workers,S01009703,Pittenweem East,5e,Primary sector workers,S02001831,St Monans and Pittenweem,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177972 +177972,S00110974,8c2,Ageing Rural Industry Workers,S01009671,Falkland West and Craigmead,2a,Ageing rural neighbourhoods,S02001823,Falkland and Freuchie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177973 +177973,S00110976,8c2,Ageing Rural Industry Workers,S01009670,Falkland East and East Lomond,2d,Rural traits,S02001823,Falkland and Freuchie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177974 +177974,S00110983,8c2,Ageing Rural Industry Workers,S01009663,Kingskettle and Balmalcolm,2d,Rural traits,S02001822,Kettle and Ladybank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177975 +177975,S00111000,8c2,Ageing Rural Industry Workers,S01009666,Ladybank,5c,Comfortable neighbourhoods,S02001822,Kettle and Ladybank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177976 +177976,S00111010,8c2,Ageing Rural Industry Workers,S01009672,Auchtermuchty West,5d,Endeavouring social renters,S02001824,Auchtermuchty and Gateside,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177977 +177977,S00111011,8c2,Ageing Rural Industry Workers,S01009672,Auchtermuchty West,5d,Endeavouring social renters,S02001824,Auchtermuchty and Gateside,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177978 +177978,S00111020,8c2,Ageing Rural Industry Workers,S01009673,Auchtermuchty East,5a,Ageing urban communities,S02001824,Auchtermuchty and Gateside,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177979 +177979,S00110613,7c1,Challenged Transitionaries,S01009556,Tanshall West,4b,Constrained renters,S02001800,Glenrothes Macedonia and Tanshall,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177980 +177980,S00110616,7c1,Challenged Transitionaries,S01009556,Tanshall West,4b,Constrained renters,S02001800,Glenrothes Macedonia and Tanshall,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177981 +177981,S00110623,7c1,Challenged Transitionaries,S01009560,Tanshall Central,4b,Constrained renters,S02001800,Glenrothes Macedonia and Tanshall,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177982 +177982,S00110626,7c1,Challenged Transitionaries,S01009561,Tanshall East,4b,Constrained renters,S02001800,Glenrothes Macedonia and Tanshall,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177983 +177983,S00110699,7c1,Challenged Transitionaries,S01009581,Pitteuchar South East,5d,Endeavouring social renters,S02001805,Glenrothes Pitteuchar,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177984 +177984,S00110709,7c1,Challenged Transitionaries,S01009583,Pitteuchar Central,4a,Challenged white communities,S02001805,Glenrothes Pitteuchar,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177985 +177985,S00110753,7c1,Challenged Transitionaries,S01009587,Woodside West,5a,Ageing urban communities,S02001806,Glenrothes Woodside,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177986 +177986,S00110757,7c1,Challenged Transitionaries,S01009587,Woodside West,5a,Ageing urban communities,S02001806,Glenrothes Woodside,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177987 +177987,S00110763,7c1,Challenged Transitionaries,S01009574,Auchmuty Dovecot and Town Centre,4b,Constrained renters,S02001803,Glenrothes Auchmuty,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177988 +177988,S00110769,7c1,Challenged Transitionaries,S01009588,Woodside North,5a,Ageing urban communities,S02001806,Glenrothes Woodside,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177989 +177989,S00110772,7c1,Challenged Transitionaries,S01009589,Woodside South,4a,Challenged white communities,S02001806,Glenrothes Woodside,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177990 +177990,S00110799,7c1,Challenged Transitionaries,S01009599,Pitcoudie,4a,Challenged white communities,S02001809,Glenrothes Cadham and Pitcoudie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177991 +177991,S00110818,7c1,Challenged Transitionaries,S01009605,Balfarg,5c,Comfortable neighbourhoods,S02001810,Glenrothes Balfarg Pitcairn and Coul,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177992 +177992,S00110826,7c1,Challenged Transitionaries,S01009596,Collydean West,4a,Challenged white communities,S02001808,Glenrothes Collydean,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177993 +177993,S00110843,7c1,Challenged Transitionaries,S01009555,Leslie East,5c,Comfortable neighbourhoods,S02001799,Leslie and Newcastle,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177994 +177994,S00110854,7c1,Challenged Transitionaries,S01009610,Markinch West,5c,Comfortable neighbourhoods,S02001811,Markinch and Star,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177995 +177995,S00110855,7c1,Challenged Transitionaries,S01009609,Markinch East,5c,Comfortable neighbourhoods,S02001811,Markinch and Star,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177996 +177996,S00110881,7c1,Challenged Transitionaries,S01009656,Kennoway East,4a,Challenged white communities,S02001821,Kennoway and Bonnybank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177997 +177997,S00110947,7c1,Challenged Transitionaries,S01009712,Kilrenny,2d,Rural traits,S02001832,Anstruther,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177998 +177998,S00110962,7c1,Challenged Transitionaries,S01009703,Pittenweem East,5e,Primary sector workers,S02001831,St Monans and Pittenweem,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,177999 +177999,S00110989,7c1,Challenged Transitionaries,S01009713,Crail South and Fife Ness,2d,Rural traits,S02001833,Crail and Boarhills,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178000 +178000,S00111514,6a2,Comfortable Suburbia,S01009328,Duloch North East,8c,Comfortable suburbia,S02001751,Dunfermline Duloch North and Lynebank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178001 +178001,S00111516,6a2,Comfortable Suburbia,S01009331,South Fod and Calais Muir,8c,Comfortable suburbia,S02001751,Dunfermline Duloch North and Lynebank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178002 +178002,S00111517,6a2,Comfortable Suburbia,S01009328,Duloch North East,8c,Comfortable suburbia,S02001751,Dunfermline Duloch North and Lynebank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178003 +178003,S00111519,6a2,Comfortable Suburbia,S01009331,South Fod and Calais Muir,8c,Comfortable suburbia,S02001751,Dunfermline Duloch North and Lynebank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178004 +178004,S00111520,6a2,Comfortable Suburbia,S01009331,South Fod and Calais Muir,8c,Comfortable suburbia,S02001751,Dunfermline Duloch North and Lynebank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178005 +178005,S00111742,6a2,Comfortable Suburbia,S01009397,Dalgety St Davids Clump,8a,Affluent communities,S02001766,Dalgety Bay Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178006 +178006,S00111527,6a2,Comfortable Suburbia,S01009278,Torryburn,8c,Comfortable suburbia,S02001741,Valleyfield Culross and Torryburn,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178007 +178007,S00111529,6a2,Comfortable Suburbia,S01009278,Torryburn,8c,Comfortable suburbia,S02001741,Valleyfield Culross and Torryburn,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178008 +178008,S00111534,6a2,Comfortable Suburbia,S01009332,Lynebank,8a,Affluent communities,S02001751,Dunfermline Duloch North and Lynebank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178009 +178009,S00111744,6a2,Comfortable Suburbia,S01009403,Dalgety Donibristle and Hillend,8c,Comfortable suburbia,S02001767,Dalgety Bay East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178010 +178010,S00111535,6a2,Comfortable Suburbia,S01009332,Lynebank,8a,Affluent communities,S02001751,Dunfermline Duloch North and Lynebank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178011 +178011,S00109911,7c2,Constrained Young Families,S01009450,Lumphinnans,4d,Hard-pressed flat dwellers,S02001778,Lochgelly West and Lumphinnans,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178012 +178012,S00111745,6a2,Comfortable Suburbia,S01009396,Dalgety Bay South East,8a,Affluent communities,S02001766,Dalgety Bay Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178013 +178013,S00111954,7c2,Constrained Young Families,S01009629,Methilhill South West,4a,Challenged white communities,S02001814,Methil Methilhill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178014 +178014,S00110679,5b1,Delayed Retirement,S01009591,Balgeddie South,8b,Ageing suburbanites,S02001807,Glenrothes Balgeddie and Town Park,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178015 +178015,S00111545,6a2,Comfortable Suburbia,S01009277,Gowkhall and Landward,2c,Remoter communities,S02001740,Saline and Gowkhall,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178016 +178016,S00109173,6a2,Comfortable Suburbia,S01009396,Dalgety Bay South East,8a,Affluent communities,S02001766,Dalgety Bay Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178017 +178017,S00109584,5b2,Communal Retirement,S01009307,Carnegie Drive,3c,Highly qualified professionals,S02001747,Dunfermline Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178018 +178018,S00111747,6a2,Comfortable Suburbia,S01009395,Dalgety Bay East,8b,Ageing suburbanites,S02001766,Dalgety Bay Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178019 +178019,S00109926,7c2,Constrained Young Families,S01009472,Linktown North,4b,Constrained renters,S02001783,Kirkcaldy Linktown & Seafield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178020 +178020,S00111965,7c2,Constrained Young Families,S01009633,Methil Savoy,4d,Hard-pressed flat dwellers,S02001815,Methil West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178021 +178021,S00110681,5b1,Delayed Retirement,S01009591,Balgeddie South,8b,Ageing suburbanites,S02001807,Glenrothes Balgeddie and Town Park,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178022 +178022,S00110692,5b1,Delayed Retirement,S01009576,Finglassie North and Southfield,8a,Affluent communities,S02001804,Glenrothes Stenton and Finglassie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178023 +178023,S00110864,5b1,Delayed Retirement,S01009701,Earlsferry,5a,Ageing urban communities,S02001830,Elie Colinsburgh and Largoward,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178024 +178024,S00110960,5b1,Delayed Retirement,S01009703,Pittenweem East,5e,Primary sector workers,S02001831,St Monans and Pittenweem,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178025 +178025,S00111040,5b1,Delayed Retirement,S01009689,Cupar West,3c,Highly qualified professionals,S02001827,Cupar Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178026 +178026,S00111041,5b1,Delayed Retirement,S01009683,Cupar Westfield,5a,Ageing urban communities,S02001826,Cupar West and Springfield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178027 +178027,S00111092,5b1,Delayed Retirement,S01009730,Cairnsmill,3c,Highly qualified professionals,S02001836,St Andrews South West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178028 +178028,S00111094,5b1,Delayed Retirement,S01009730,Cairnsmill,3c,Highly qualified professionals,S02001836,St Andrews South West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178029 +178029,S00111127,5b1,Delayed Retirement,S01009716,Kilrymont and Langlands,8a,Affluent communities,S02001834,St Andrews South East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178030 +178030,S00111134,5b1,Delayed Retirement,S01009716,Kilrymont and Langlands,8a,Affluent communities,S02001834,St Andrews South East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178031 +178031,S00111149,5b1,Delayed Retirement,S01009732,Kinness Burn West,1a,Cosmopolitan student neighbourhoods,S02001836,St Andrews South West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178032 +178032,S00111226,5b1,Delayed Retirement,S01009757,Wormit West,8a,Affluent communities,S02001841,Newport and Wormit,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178033 +178033,S00111232,5b1,Delayed Retirement,S01009753,Newport Central,5a,Ageing urban communities,S02001841,Newport and Wormit,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178034 +178034,S00111236,5b1,Delayed Retirement,S01009754,Newport East,5a,Ageing urban communities,S02001841,Newport and Wormit,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178035 +178035,S00111237,5b1,Delayed Retirement,S01009753,Newport Central,5a,Ageing urban communities,S02001841,Newport and Wormit,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178036 +178036,S00111242,5b1,Delayed Retirement,S01009755,Newport North East,5a,Ageing urban communities,S02001841,Newport and Wormit,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178037 +178037,S00111243,5b1,Delayed Retirement,S01009755,Newport North East,5a,Ageing urban communities,S02001841,Newport and Wormit,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178038 +178038,S00111252,5b1,Delayed Retirement,S01009749,Tayport Central,5c,Comfortable neighbourhoods,S02001840,Tayport,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178039 +178039,S00111255,5b1,Delayed Retirement,S01009748,Tayport West,5c,Comfortable neighbourhoods,S02001840,Tayport,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178040 +178040,S00111515,5b1,Delayed Retirement,S01009328,Duloch North East,8c,Comfortable suburbia,S02001751,Dunfermline Duloch North and Lynebank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178041 +178041,S00111518,5b1,Delayed Retirement,S01009328,Duloch North East,8c,Comfortable suburbia,S02001751,Dunfermline Duloch North and Lynebank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178042 +178042,S00111523,5b1,Delayed Retirement,S01009288,Charlestown and Bellknowes,2b,Prospering countryside life,S02001743,Crossford Charlestown and Limekilns,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178043 +178043,S00111584,5b1,Delayed Retirement,S01009466,Burntisland East,8a,Affluent communities,S02001781,Burntisland East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178044 +178044,S00111656,5b1,Delayed Retirement,S01009329,Duloch North North West,3a,Achieving neighbourhoods,S02001751,Dunfermline Duloch North and Lynebank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178045 +178045,S00111678,5b1,Delayed Retirement,S01009349,Duloch South,8c,Comfortable suburbia,S02001755,Dunfermline Duloch South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178046 +178046,S00111684,5b1,Delayed Retirement,S01009349,Duloch South,8c,Comfortable suburbia,S02001755,Dunfermline Duloch South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178047 +178047,S00111709,5b1,Delayed Retirement,S01009475,Seafield Central,8a,Affluent communities,S02001783,Kirkcaldy Linktown & Seafield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178048 +178048,S00111736,5b1,Delayed Retirement,S01009394,Dalgety Steeple Clump,3c,Highly qualified professionals,S02001766,Dalgety Bay Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178049 +178049,S00111737,5b1,Delayed Retirement,S01009390,Dalgety Letham Hill South,8c,Comfortable suburbia,S02001765,Dalgety Bay West and Hillend,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178050 +178050,S00111746,5b1,Delayed Retirement,S01009396,Dalgety Bay South East,8a,Affluent communities,S02001766,Dalgety Bay Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178051 +178051,S00111804,5b1,Delayed Retirement,S01009298,Balbridgeburn North,4d,Hard-pressed flat dwellers,S02001745,Dunfermline Baldridgeburn,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178052 +178052,S00111813,5b1,Delayed Retirement,S01009293,Milesmark East,5c,Comfortable neighbourhoods,S02001744,Dunfermline Milesmark and Wellwood,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178053 +178053,S00111882,5b1,Delayed Retirement,S01009526,Braehead and the Path,3c,Highly qualified professionals,S02001794,Kirkcaldy Pathhead,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178054 +178054,S00112061,5b1,Delayed Retirement,S01009692,Cupar East,8b,Ageing suburbanites,S02001828,Cupar East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178055 +178055,S00112070,5b1,Delayed Retirement,S01009682,Cupar Westfield South,8c,Comfortable suburbia,S02001826,Cupar West and Springfield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178056 +178056,S00112111,5b1,Delayed Retirement,S01009748,Tayport West,5c,Comfortable neighbourhoods,S02001840,Tayport,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178057 +178057,S00112117,5b1,Delayed Retirement,S01009747,Tayport North,5c,Comfortable neighbourhoods,S02001840,Tayport,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178058 +178058,S00109159,8b1,Deprived Blue-Collar Terraces,S01009400,Dalgety Donibristle South,5d,Endeavouring social renters,S02001767,Dalgety Bay East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178059 +178059,S00109183,8b1,Deprived Blue-Collar Terraces,S01009377,Rosyth Dockyard and Castle,3c,Highly qualified professionals,S02001762,Rosyth South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178060 +178060,S00109240,8b1,Deprived Blue-Collar Terraces,S01009371,Admiralty North East,5d,Endeavouring social renters,S02001760,Rosyth East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178061 +178061,S00109250,8b1,Deprived Blue-Collar Terraces,S01009375,Admiralty South East,4a,Challenged white communities,S02001761,Rosyth Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178062 +178062,S00109251,8b1,Deprived Blue-Collar Terraces,S01009371,Admiralty North East,5d,Endeavouring social renters,S02001760,Rosyth East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178063 +178063,S00109266,8b1,Deprived Blue-Collar Terraces,S01009371,Admiralty North East,5d,Endeavouring social renters,S02001760,Rosyth East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178064 +178064,S00109286,8b1,Deprived Blue-Collar Terraces,S01009381,Inverkeithing Belleknowes,5c,Comfortable neighbourhoods,S02001763,North Queensferry and Inverkeithing West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178065 +178065,S00109330,8b1,Deprived Blue-Collar Terraces,S01009288,Charlestown and Bellknowes,2b,Prospering countryside life,S02001743,Crossford Charlestown and Limekilns,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178066 +178066,S00109425,8b1,Deprived Blue-Collar Terraces,S01009343,Pitcorthie North East,5b,Aspiring urban households,S02001754,Dunfermline Abbeyview South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178067 +178067,S00109426,8b1,Deprived Blue-Collar Terraces,S01009345,Abbeyview Linburn,4a,Challenged white communities,S02001754,Dunfermline Abbeyview South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178068 +178068,S00109427,8b1,Deprived Blue-Collar Terraces,S01009343,Pitcorthie North East,5b,Aspiring urban households,S02001754,Dunfermline Abbeyview South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178069 +178069,S00109428,8b1,Deprived Blue-Collar Terraces,S01009345,Abbeyview Linburn,4a,Challenged white communities,S02001754,Dunfermline Abbeyview South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178070 +178070,S00109179,6a2,Comfortable Suburbia,S01009396,Dalgety Bay South East,8a,Affluent communities,S02001766,Dalgety Bay Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178071 +178071,S00109982,7c2,Constrained Young Families,S01009534,Sinclairtown Central,4d,Hard-pressed flat dwellers,S02001795,Kirkcaldy Gallatown and Sinclairtown,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178072 +178072,S00111763,6a2,Comfortable Suburbia,S01009287,Limekilns,8a,Affluent communities,S02001743,Crossford Charlestown and Limekilns,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178073 +178073,S00109646,5b2,Communal Retirement,S01009458,Burntisland Central,5a,Ageing urban communities,S02001780,Burntisland West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178074 +178074,S00111575,6a2,Comfortable Suburbia,S01009381,Inverkeithing Belleknowes,5c,Comfortable neighbourhoods,S02001763,North Queensferry and Inverkeithing West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178075 +178075,S00110002,7c2,Constrained Young Families,S01009538,Dysart Central,4b,Constrained renters,S02001796,Dysart,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178076 +178076,S00111646,6a2,Comfortable Suburbia,S01009357,Pitreavie Castle West,8c,Comfortable suburbia,S02001757,Dunfermline Pitcorthie East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178077 +178077,S00110030,7c2,Constrained Young Families,S01009535,Gallatown West,4d,Hard-pressed flat dwellers,S02001795,Kirkcaldy Gallatown and Sinclairtown,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178078 +178078,S00109773,5b2,Communal Retirement,S01009323,Townhill East,5c,Comfortable neighbourhoods,S02001750,Dunfermline Bellyeoman and Townhill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178079 +178079,S00111647,6a2,Comfortable Suburbia,S01009357,Pitreavie Castle West,8c,Comfortable suburbia,S02001757,Dunfermline Pitcorthie East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178080 +178080,S00111788,6a2,Comfortable Suburbia,S01009332,Lynebank,8a,Affluent communities,S02001751,Dunfermline Duloch North and Lynebank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178081 +178081,S00110038,7c2,Constrained Young Families,S01009535,Gallatown West,4d,Hard-pressed flat dwellers,S02001795,Kirkcaldy Gallatown and Sinclairtown,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178082 +178082,S00109201,6a2,Comfortable Suburbia,S01009379,Rosyth Pease Hill North,5c,Comfortable neighbourhoods,S02001762,Rosyth South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178083 +178083,S00111970,7c2,Constrained Young Families,S01009649,Broom North,5c,Comfortable neighbourhoods,S02001819,Leven North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178084 +178084,S00111789,6a2,Comfortable Suburbia,S01009332,Lynebank,8a,Affluent communities,S02001751,Dunfermline Duloch North and Lynebank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178085 +178085,S00111648,6a2,Comfortable Suburbia,S01009358,Pitreavie Castle East and Heathery,8a,Affluent communities,S02001757,Dunfermline Pitcorthie East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178086 +178086,S00111971,7c2,Constrained Young Families,S01009649,Broom North,5c,Comfortable neighbourhoods,S02001819,Leven North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178087 +178087,S00109320,6a2,Comfortable Suburbia,S01009384,North Queensferry,8a,Affluent communities,S02001763,North Queensferry and Inverkeithing West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178088 +178088,S00111793,6a2,Comfortable Suburbia,S01009355,Pitcorthie Central,8b,Ageing suburbanites,S02001757,Dunfermline Pitcorthie East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178089 +178089,S00110083,7c2,Constrained Young Families,S01009524,Pathhead North West,4b,Constrained renters,S02001793,Kirkcaldy Hayfield and Smeaton,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178090 +178090,S00109951,5b2,Communal Retirement,S01009477,Kirkcaldy Central North,3c,Highly qualified professionals,S02001784,Kirkcaldy Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178091 +178091,S00111649,6a2,Comfortable Suburbia,S01009358,Pitreavie Castle East and Heathery,8a,Affluent communities,S02001757,Dunfermline Pitcorthie East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178092 +178092,S00111996,7c2,Constrained Young Families,S01009603,Pitcairn,8c,Comfortable suburbia,S02001810,Glenrothes Balfarg Pitcairn and Coul,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178093 +178093,S00109390,6a2,Comfortable Suburbia,S01009314,Brucefield North,8c,Comfortable suburbia,S02001748,Dunfermline Brucefield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178094 +178094,S00109969,5b2,Communal Retirement,S01009522,Smeaton South,4b,Constrained renters,S02001793,Kirkcaldy Hayfield and Smeaton,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178095 +178095,S00110086,7c2,Constrained Young Families,S01009523,Hayfield North,4d,Hard-pressed flat dwellers,S02001793,Kirkcaldy Hayfield and Smeaton,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178096 +178096,S00111650,6a2,Comfortable Suburbia,S01009359,Masterton North,8c,Comfortable suburbia,S02001757,Dunfermline Pitcorthie East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178097 +178097,S00109392,6a2,Comfortable Suburbia,S01009314,Brucefield North,8c,Comfortable suburbia,S02001748,Dunfermline Brucefield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178098 +178098,S00112126,7c2,Constrained Young Families,S01009579,Lochty View,5c,Comfortable neighbourhoods,S02001804,Glenrothes Stenton and Finglassie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178099 +178099,S00111812,6a2,Comfortable Suburbia,S01009294,Milesmark West,8a,Affluent communities,S02001744,Dunfermline Milesmark and Wellwood,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178100 +178100,S00109997,5b2,Communal Retirement,S01009538,Dysart Central,4b,Constrained renters,S02001796,Dysart,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178101 +178101,S00110091,7c2,Constrained Young Families,S01009509,Kirkcaldy Valley East,4b,Constrained renters,S02001790,Kirkcaldy Templehall East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178102 +178102,S00110053,5b2,Communal Retirement,S01009484,Oriel and Forth,5a,Ageing urban communities,S02001785,Kirkcaldy Bennochy East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178103 +178103,S00111822,6a2,Comfortable Suburbia,S01009321,Queen Margaret Fauld,8a,Affluent communities,S02001750,Dunfermline Bellyeoman and Townhill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178104 +178104,S00111651,6a2,Comfortable Suburbia,S01009354,Masterton Central,8c,Comfortable suburbia,S02001756,Dunfermline Masterton,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178105 +178105,S00112127,7c2,Constrained Young Families,S01009579,Lochty View,5c,Comfortable neighbourhoods,S02001804,Glenrothes Stenton and Finglassie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178106 +178106,S00109490,6a2,Comfortable Suburbia,S01009359,Masterton North,8c,Comfortable suburbia,S02001757,Dunfermline Pitcorthie East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178107 +178107,S00110110,7c2,Constrained Young Families,S01009487,Forth Park North,4b,Constrained renters,S02001786,Kirkcaldy Bennochy West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178108 +178108,S00110077,5b2,Communal Retirement,S01009524,Pathhead North West,4b,Constrained renters,S02001793,Kirkcaldy Hayfield and Smeaton,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178109 +178109,S00111823,6a2,Comfortable Suburbia,S01009321,Queen Margaret Fauld,8a,Affluent communities,S02001750,Dunfermline Bellyeoman and Townhill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178110 +178110,S00109493,6a2,Comfortable Suburbia,S01009310,Ladys Mill,8a,Affluent communities,S02001747,Dunfermline Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178111 +178111,S00111824,6a2,Comfortable Suburbia,S01009321,Queen Margaret Fauld,8a,Affluent communities,S02001750,Dunfermline Bellyeoman and Townhill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178112 +178112,S00110103,5b2,Communal Retirement,S01009481,Bennochy North,3c,Highly qualified professionals,S02001785,Kirkcaldy Bennochy East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178113 +178113,S00110134,7c2,Constrained Young Families,S01009504,Kirkcaldy Valley West,4a,Challenged white communities,S02001790,Kirkcaldy Templehall East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178114 +178114,S00109495,6a2,Comfortable Suburbia,S01009310,Ladys Mill,8a,Affluent communities,S02001747,Dunfermline Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178115 +178115,S00111652,6a2,Comfortable Suburbia,S01009359,Masterton North,8c,Comfortable suburbia,S02001757,Dunfermline Pitcorthie East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178116 +178116,S00112130,7c2,Constrained Young Families,S01009598,Collydean North,4a,Challenged white communities,S02001808,Glenrothes Collydean,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178117 +178117,S00111826,6a2,Comfortable Suburbia,S01009326,Queen Margaret Hospital,5a,Ageing urban communities,S02001750,Dunfermline Bellyeoman and Townhill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178118 +178118,S00110406,5b2,Communal Retirement,S01009621,Buckhaven Central,4a,Challenged white communities,S02001813,"Buckhaven, Denbeath and Muiredge",S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178119 +178119,S00110545,5b2,Communal Retirement,S01009642,Leven South,5e,Primary sector workers,S02001817,Leven East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178120 +178120,S00110548,5b2,Communal Retirement,S01009639,Leven Links,8a,Affluent communities,S02001817,Leven East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178121 +178121,S00110863,5b2,Communal Retirement,S01009701,Earlsferry,5a,Ageing urban communities,S02001830,Elie Colinsburgh and Largoward,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178122 +178122,S00111033,5b2,Communal Retirement,S01009683,Cupar Westfield,5a,Ageing urban communities,S02001826,Cupar West and Springfield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178123 +178123,S00111206,5b2,Communal Retirement,S01009741,Leuchars East,5a,Ageing urban communities,S02001838,Leuchars and Guardbridge,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178124 +178124,S00111246,5b2,Communal Retirement,S01009755,Newport North East,5a,Ageing urban communities,S02001841,Newport and Wormit,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178125 +178125,S00111399,5b2,Communal Retirement,S01009639,Leven Links,8a,Affluent communities,S02001817,Leven East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178126 +178126,S00111454,5b2,Communal Retirement,S01009713,Crail South and Fife Ness,2d,Rural traits,S02001833,Crail and Boarhills,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178127 +178127,S00111541,5b2,Communal Retirement,S01009310,Ladys Mill,8a,Affluent communities,S02001747,Dunfermline Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178128 +178128,S00111544,5b2,Communal Retirement,S01009309,Abbey Parks South and Brucefield North West,3c,Highly qualified professionals,S02001747,Dunfermline Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178129 +178129,S00111819,5b2,Communal Retirement,S01009325,Bellyeoman North and Townhill Landward,2a,Ageing rural neighbourhoods,S02001750,Dunfermline Bellyeoman and Townhill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178130 +178130,S00111820,5b2,Communal Retirement,S01009326,Queen Margaret Hospital,5a,Ageing urban communities,S02001750,Dunfermline Bellyeoman and Townhill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178131 +178131,S00111829,5b2,Communal Retirement,S01009267,Kincardine South,5a,Ageing urban communities,S02001738,Kincardine,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178132 +178132,S00111844,5b2,Communal Retirement,S01009467,Kinghorn South,8a,Affluent communities,S02001782,Kinghorn,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178133 +178133,S00111905,5b2,Communal Retirement,S01009482,Bennochy Balfour,3c,Highly qualified professionals,S02001785,Kirkcaldy Bennochy East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178134 +178134,S00111948,5b2,Communal Retirement,S01009541,East Wemyss and Standingstane,2d,Rural traits,S02001797,Wemyss,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178135 +178135,S00109212,7c2,Constrained Young Families,S01009374,Admiralty South West,4a,Challenged white communities,S02001761,Rosyth Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178136 +178136,S00109341,7c2,Constrained Young Families,S01009281,High Valleyfield West,4a,Challenged white communities,S02001741,Valleyfield Culross and Torryburn,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178137 +178137,S00109349,7c2,Constrained Young Families,S01009280,High Valleyfield East,4a,Challenged white communities,S02001741,Valleyfield Culross and Torryburn,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178138 +178138,S00109419,7c2,Constrained Young Families,S01009337,Pitcorthie North West,4a,Challenged white communities,S02001753,Dunfermline Abbeyview North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178139 +178139,S00109420,7c2,Constrained Young Families,S01009337,Pitcorthie North West,4a,Challenged white communities,S02001753,Dunfermline Abbeyview North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178140 +178140,S00109439,7c2,Constrained Young Families,S01009340,Abbeyview Central,4a,Challenged white communities,S02001753,Dunfermline Abbeyview North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178141 +178141,S00109440,7c2,Constrained Young Families,S01009338,Abbeyview East,4d,Hard-pressed flat dwellers,S02001753,Dunfermline Abbeyview North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178142 +178142,S00109442,7c2,Constrained Young Families,S01009339,Abbeyview North,4a,Challenged white communities,S02001753,Dunfermline Abbeyview North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178143 +178143,S00109451,7c2,Constrained Young Families,S01009335,Woodmill West,4a,Challenged white communities,S02001752,Dunfermline Touch and Woodmill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178144 +178144,S00109452,7c2,Constrained Young Families,S01009339,Abbeyview North,4a,Challenged white communities,S02001753,Dunfermline Abbeyview North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178145 +178145,S00109456,7c2,Constrained Young Families,S01009336,Touch,4d,Hard-pressed flat dwellers,S02001752,Dunfermline Touch and Woodmill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178146 +178146,S00109600,7c2,Constrained Young Families,S01009302,Headwell East,4d,Hard-pressed flat dwellers,S02001746,Dunfermline Headwell,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178147 +178147,S00109603,7c2,Constrained Young Families,S01009302,Headwell East,4d,Hard-pressed flat dwellers,S02001746,Dunfermline Headwell,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178148 +178148,S00109753,7c2,Constrained Young Families,S01009270,Comrie East,4a,Challenged white communities,S02001739,Oakley Comrie and Blairhall,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178149 +178149,S00109761,7c2,Constrained Young Families,S01009269,Oakley North,4a,Challenged white communities,S02001739,Oakley Comrie and Blairhall,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178150 +178150,S00109788,7c2,Constrained Young Families,S01009451,Lochgelly South West,4a,Challenged white communities,S02001778,Lochgelly West and Lumphinnans,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178151 +178151,S00109806,7c2,Constrained Young Families,S01009453,Lochgelly West,5a,Ageing urban communities,S02001778,Lochgelly West and Lumphinnans,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178152 +178152,S00109815,7c2,Constrained Young Families,S01009446,Lochgelly East,4d,Hard-pressed flat dwellers,S02001777,Lochgelly East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178153 +178153,S00109827,7c2,Constrained Young Families,S01009410,Beath Woodend,4a,Challenged white communities,S02001769,Hill of Beath and Kingseat,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178154 +178154,S00109833,7c2,Constrained Young Families,S01009412,Beath South West,4a,Challenged white communities,S02001769,Hill of Beath and Kingseat,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178155 +178155,S00109835,7c2,Constrained Young Families,S01009490,Cowdenbeath South,4a,Challenged white communities,S02001770,Cowdenbeath South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178156 +178156,S00109842,7c2,Constrained Young Families,S01009489,Cowdenbeath South East,4a,Challenged white communities,S02001770,Cowdenbeath South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178157 +178157,S00109871,7c2,Constrained Young Families,S01009490,Cowdenbeath South,4a,Challenged white communities,S02001770,Cowdenbeath South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178158 +178158,S00109909,7c2,Constrained Young Families,S01009450,Lumphinnans,4d,Hard-pressed flat dwellers,S02001778,Lochgelly West and Lumphinnans,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178159 +178159,S00112132,7c2,Constrained Young Families,S01009598,Collydean North,4a,Challenged white communities,S02001808,Glenrothes Collydean,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178160 +178160,S00111653,6a2,Comfortable Suburbia,S01009354,Masterton Central,8c,Comfortable suburbia,S02001756,Dunfermline Masterton,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178161 +178161,S00110135,7c2,Constrained Young Families,S01009504,Kirkcaldy Valley West,4a,Challenged white communities,S02001790,Kirkcaldy Templehall East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178162 +178162,S00111833,6a2,Comfortable Suburbia,S01009266,Kincardine East,5d,Endeavouring social renters,S02001738,Kincardine,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178163 +178163,S00110136,7c2,Constrained Young Families,S01009504,Kirkcaldy Valley West,4a,Challenged white communities,S02001790,Kirkcaldy Templehall East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178164 +178164,S00110137,7c2,Constrained Young Families,S01009504,Kirkcaldy Valley West,4a,Challenged white communities,S02001790,Kirkcaldy Templehall East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178165 +178165,S00111839,6a2,Comfortable Suburbia,S01009284,Cairneyhill East,8c,Comfortable suburbia,S02001742,Cairneyhill and Crombie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178166 +178166,S00111654,6a2,Comfortable Suburbia,S01009354,Masterton Central,8c,Comfortable suburbia,S02001756,Dunfermline Masterton,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178167 +178167,S00110138,7c2,Constrained Young Families,S01009505,Templehall,4d,Hard-pressed flat dwellers,S02001790,Kirkcaldy Templehall East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178168 +178168,S00111840,6a2,Comfortable Suburbia,S01009284,Cairneyhill East,8c,Comfortable suburbia,S02001742,Cairneyhill and Crombie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178169 +178169,S00109000,5b1,Delayed Retirement,S01009275,Knock Hill Landward,2a,Ageing rural neighbourhoods,S02001740,Saline and Gowkhall,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178170 +178170,S00109510,6a2,Comfortable Suburbia,S01009318,Garvock Hill West,8b,Ageing suburbanites,S02001749,Dunfermline Garvock Hill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178171 +178171,S00109511,6a2,Comfortable Suburbia,S01009317,Garvock Hill South,8b,Ageing suburbanites,S02001749,Dunfermline Garvock Hill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178172 +178172,S00109562,6a2,Comfortable Suburbia,S01009297,Beveridgewell East,8c,Comfortable suburbia,S02001744,Dunfermline Milesmark and Wellwood,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178173 +178173,S00109591,6a2,Comfortable Suburbia,S01009297,Beveridgewell East,8c,Comfortable suburbia,S02001744,Dunfermline Milesmark and Wellwood,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178174 +178174,S00109616,6a2,Comfortable Suburbia,S01009304,Headwell North,5c,Comfortable neighbourhoods,S02001746,Dunfermline Headwell,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178175 +178175,S00109633,6a2,Comfortable Suburbia,S01009289,Crossford East and Berrylaw,2b,Prospering countryside life,S02001743,Crossford Charlestown and Limekilns,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178176 +178176,S00109730,6a2,Comfortable Suburbia,S01009408,Crossgates North Knowe,5c,Comfortable neighbourhoods,S02001768,Crossgates and Halbeath,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178177 +178177,S00109731,6a2,Comfortable Suburbia,S01009408,Crossgates North Knowe,5c,Comfortable neighbourhoods,S02001768,Crossgates and Halbeath,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178178 +178178,S00109736,6a2,Comfortable Suburbia,S01009408,Crossgates North Knowe,5c,Comfortable neighbourhoods,S02001768,Crossgates and Halbeath,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178179 +178179,S00109765,6a2,Comfortable Suburbia,S01009276,Carnock,8c,Comfortable suburbia,S02001740,Saline and Gowkhall,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178180 +178180,S00110210,6a2,Comfortable Suburbia,S01009498,Newliston,8b,Ageing suburbanites,S02001788,Kirkcaldy Newliston and Redcraigs,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178181 +178181,S00110245,6a2,Comfortable Suburbia,S01009274,Saline South,5d,Endeavouring social renters,S02001740,Saline and Gowkhall,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178182 +178182,S00110573,6a2,Comfortable Suburbia,S01009613,Coaltown of Balgonie West,8c,Comfortable suburbia,S02001812,Windygates and Coaltown,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178183 +178183,S00110643,6a2,Comfortable Suburbia,S01009566,Caskieberran East,5b,Aspiring urban households,S02001802,Glenrothes Caskieberran and Rimbleton,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178184 +178184,S00110674,6a2,Comfortable Suburbia,S01009590,Foresters Lodge,8b,Ageing suburbanites,S02001807,Glenrothes Balgeddie and Town Park,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178185 +178185,S00110678,6a2,Comfortable Suburbia,S01009591,Balgeddie South,8b,Ageing suburbanites,S02001807,Glenrothes Balgeddie and Town Park,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178186 +178186,S00110684,6a2,Comfortable Suburbia,S01009593,Balgeddie North,8b,Ageing suburbanites,S02001807,Glenrothes Balgeddie and Town Park,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178187 +178187,S00110766,6a2,Comfortable Suburbia,S01009595,Beechwood,8c,Comfortable suburbia,S02001807,Glenrothes Balgeddie and Town Park,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178188 +178188,S00110767,6a2,Comfortable Suburbia,S01009595,Beechwood,8c,Comfortable suburbia,S02001807,Glenrothes Balgeddie and Town Park,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178189 +178189,S00110822,6a2,Comfortable Suburbia,S01009603,Pitcairn,8c,Comfortable suburbia,S02001810,Glenrothes Balfarg Pitcairn and Coul,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178190 +178190,S00111066,6a2,Comfortable Suburbia,S01009682,Cupar Westfield South,8c,Comfortable suburbia,S02001826,Cupar West and Springfield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178191 +178191,S00109122,5b1,Delayed Retirement,S01009727,Feddinch and The Grange,2a,Ageing rural neighbourhoods,S02001836,St Andrews South West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178192 +178192,S00111657,6a2,Comfortable Suburbia,S01009354,Masterton Central,8c,Comfortable suburbia,S02001756,Dunfermline Masterton,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178193 +178193,S00110141,7c2,Constrained Young Families,S01009509,Kirkcaldy Valley East,4b,Constrained renters,S02001790,Kirkcaldy Templehall East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178194 +178194,S00111866,6a2,Comfortable Suburbia,S01009444,Lochgelly St Patricks and The Beeches,8b,Ageing suburbanites,S02001777,Lochgelly East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178195 +178195,S00111273,6a2,Comfortable Suburbia,S01009464,Burntisland East Toll,5c,Comfortable neighbourhoods,S02001781,Burntisland East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178196 +178196,S00111289,6a2,Comfortable Suburbia,S01009461,Burntisland Kirkton,8c,Comfortable suburbia,S02001780,Burntisland West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178197 +178197,S00111290,6a2,Comfortable Suburbia,S01009461,Burntisland Kirkton,8c,Comfortable suburbia,S02001780,Burntisland West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178198 +178198,S00111291,6a2,Comfortable Suburbia,S01009461,Burntisland Kirkton,8c,Comfortable suburbia,S02001780,Burntisland West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178199 +178199,S00111293,6a2,Comfortable Suburbia,S01009461,Burntisland Kirkton,8c,Comfortable suburbia,S02001780,Burntisland West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178200 +178200,S00111319,6a2,Comfortable Suburbia,S01009517,Chapelwood,8c,Comfortable suburbia,S02001792,Kirkcaldy Chapel,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178201 +178201,S00111320,6a2,Comfortable Suburbia,S01009518,Chapel Moss,8c,Comfortable suburbia,S02001792,Kirkcaldy Chapel,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178202 +178202,S00111321,6a2,Comfortable Suburbia,S01009518,Chapel Moss,8c,Comfortable suburbia,S02001792,Kirkcaldy Chapel,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178203 +178203,S00111323,6a2,Comfortable Suburbia,S01009518,Chapel Moss,8c,Comfortable suburbia,S02001792,Kirkcaldy Chapel,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178204 +178204,S00111327,6a2,Comfortable Suburbia,S01009517,Chapelwood,8c,Comfortable suburbia,S02001792,Kirkcaldy Chapel,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178205 +178205,S00111331,6a2,Comfortable Suburbia,S01009517,Chapelwood,8c,Comfortable suburbia,S02001792,Kirkcaldy Chapel,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178206 +178206,S00111348,6a2,Comfortable Suburbia,S01009448,Lochgelly Albion Park and New Farm Vale,5c,Comfortable neighbourhoods,S02001777,Lochgelly East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178207 +178207,S00111388,6a2,Comfortable Suburbia,S01009643,Leven Castlefleurie,8c,Comfortable suburbia,S02001818,Leven West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178208 +178208,S00111394,6a2,Comfortable Suburbia,S01009617,Windygates Kennoway and Leven Roads,8c,Comfortable suburbia,S02001812,Windygates and Coaltown,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178209 +178209,S00111406,6a2,Comfortable Suburbia,S01009576,Finglassie North and Southfield,8a,Affluent communities,S02001804,Glenrothes Stenton and Finglassie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178210 +178210,S00111412,6a2,Comfortable Suburbia,S01009577,Finglassie South,8b,Ageing suburbanites,S02001804,Glenrothes Stenton and Finglassie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178211 +178211,S00111413,6a2,Comfortable Suburbia,S01009576,Finglassie North and Southfield,8a,Affluent communities,S02001804,Glenrothes Stenton and Finglassie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178212 +178212,S00111422,6a2,Comfortable Suburbia,S01009607,Prestonhall,8b,Ageing suburbanites,S02001811,Markinch and Star,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178213 +178213,S00111423,6a2,Comfortable Suburbia,S01009606,Tofthill and Balbirnie Park,2a,Ageing rural neighbourhoods,S02001811,Markinch and Star,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178214 +178214,S00111437,6a2,Comfortable Suburbia,S01009660,Kennoway North East,5d,Endeavouring social renters,S02001821,Kennoway and Bonnybank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178215 +178215,S00111661,6a2,Comfortable Suburbia,S01009353,Middlebank,8c,Comfortable suburbia,S02001756,Dunfermline Masterton,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178216 +178216,S00111665,6a2,Comfortable Suburbia,S01009346,Duloch East,8c,Comfortable suburbia,S02001755,Dunfermline Duloch South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178217 +178217,S00111666,6a2,Comfortable Suburbia,S01009346,Duloch East,8c,Comfortable suburbia,S02001755,Dunfermline Duloch South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178218 +178218,S00111670,6a2,Comfortable Suburbia,S01009347,Duloch South East,8c,Comfortable suburbia,S02001755,Dunfermline Duloch South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178219 +178219,S00110142,7c2,Constrained Young Families,S01009505,Templehall,4d,Hard-pressed flat dwellers,S02001790,Kirkcaldy Templehall East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178220 +178220,S00111673,6a2,Comfortable Suburbia,S01009347,Duloch South East,8c,Comfortable suburbia,S02001755,Dunfermline Duloch South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178221 +178221,S00111675,6a2,Comfortable Suburbia,S01009348,Duloch Central,8c,Comfortable suburbia,S02001755,Dunfermline Duloch South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178222 +178222,S00111869,6a2,Comfortable Suburbia,S01009444,Lochgelly St Patricks and The Beeches,8b,Ageing suburbanites,S02001777,Lochgelly East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178223 +178223,S00110144,7c2,Constrained Young Families,S01009505,Templehall,4d,Hard-pressed flat dwellers,S02001790,Kirkcaldy Templehall East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178224 +178224,S00111679,6a2,Comfortable Suburbia,S01009349,Duloch South,8c,Comfortable suburbia,S02001755,Dunfermline Duloch South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178225 +178225,S00109175,5b1,Delayed Retirement,S01009397,Dalgety St Davids Clump,8a,Affluent communities,S02001766,Dalgety Bay Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178226 +178226,S00111911,6a2,Comfortable Suburbia,S01009494,Raith,8c,Comfortable suburbia,S02001787,Kirkcaldy Raith,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178227 +178227,S00110145,7c2,Constrained Young Families,S01009505,Templehall,4d,Hard-pressed flat dwellers,S02001790,Kirkcaldy Templehall East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178228 +178228,S00111680,6a2,Comfortable Suburbia,S01009347,Duloch South East,8c,Comfortable suburbia,S02001755,Dunfermline Duloch South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178229 +178229,S00109178,5b1,Delayed Retirement,S01009397,Dalgety St Davids Clump,8a,Affluent communities,S02001766,Dalgety Bay Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178230 +178230,S00111913,6a2,Comfortable Suburbia,S01009494,Raith,8c,Comfortable suburbia,S02001787,Kirkcaldy Raith,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178231 +178231,S00110146,7c2,Constrained Young Families,S01009505,Templehall,4d,Hard-pressed flat dwellers,S02001790,Kirkcaldy Templehall East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178232 +178232,S00111682,6a2,Comfortable Suburbia,S01009346,Duloch East,8c,Comfortable suburbia,S02001755,Dunfermline Duloch South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178233 +178233,S00109193,5b1,Delayed Retirement,S01009377,Rosyth Dockyard and Castle,3c,Highly qualified professionals,S02001762,Rosyth South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178234 +178234,S00111929,6a2,Comfortable Suburbia,S01009507,Templehall East,5c,Comfortable neighbourhoods,S02001790,Kirkcaldy Templehall East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178235 +178235,S00111973,6a2,Comfortable Suburbia,S01009649,Broom North,5c,Comfortable neighbourhoods,S02001819,Leven North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178236 +178236,S00111974,6a2,Comfortable Suburbia,S01009649,Broom North,5c,Comfortable neighbourhoods,S02001819,Leven North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178237 +178237,S00111988,6a2,Comfortable Suburbia,S01009594,Formonthills,8b,Ageing suburbanites,S02001807,Glenrothes Balgeddie and Town Park,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178238 +178238,S00111989,6a2,Comfortable Suburbia,S01009593,Balgeddie North,8b,Ageing suburbanites,S02001807,Glenrothes Balgeddie and Town Park,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178239 +178239,S00111990,6a2,Comfortable Suburbia,S01009593,Balgeddie North,8b,Ageing suburbanites,S02001807,Glenrothes Balgeddie and Town Park,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178240 +178240,S00111993,6a2,Comfortable Suburbia,S01009593,Balgeddie North,8b,Ageing suburbanites,S02001807,Glenrothes Balgeddie and Town Park,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178241 +178241,S00112003,6a2,Comfortable Suburbia,S01009605,Balfarg,5c,Comfortable neighbourhoods,S02001810,Glenrothes Balfarg Pitcairn and Coul,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178242 +178242,S00112004,6a2,Comfortable Suburbia,S01009603,Pitcairn,8c,Comfortable suburbia,S02001810,Glenrothes Balfarg Pitcairn and Coul,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178243 +178243,S00112005,6a2,Comfortable Suburbia,S01009603,Pitcairn,8c,Comfortable suburbia,S02001810,Glenrothes Balfarg Pitcairn and Coul,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178244 +178244,S00112012,6a2,Comfortable Suburbia,S01009610,Markinch West,5c,Comfortable neighbourhoods,S02001811,Markinch and Star,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178245 +178245,S00112015,6a2,Comfortable Suburbia,S01009609,Markinch East,5c,Comfortable neighbourhoods,S02001811,Markinch and Star,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178246 +178246,S00112021,6a2,Comfortable Suburbia,S01009617,Windygates Kennoway and Leven Roads,8c,Comfortable suburbia,S02001812,Windygates and Coaltown,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178247 +178247,S00112030,6a2,Comfortable Suburbia,S01009653,Lower Largo Northern,8b,Ageing suburbanites,S02001820,Largo,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178248 +178248,S00112068,6a2,Comfortable Suburbia,S01009691,Cupar Station and Meadowside,8a,Affluent communities,S02001828,Cupar East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178249 +178249,S00112107,6a2,Comfortable Suburbia,S01009752,Newport West,8a,Affluent communities,S02001841,Newport and Wormit,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178250 +178250,S00112124,6a2,Comfortable Suburbia,S01009493,Raith Estate and Southerton,8a,Affluent communities,S02001787,Kirkcaldy Raith,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178251 +178251,S00112136,6a2,Comfortable Suburbia,S01009602,Coul,8b,Ageing suburbanites,S02001810,Glenrothes Balfarg Pitcairn and Coul,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178252 +178252,S00112139,6a2,Comfortable Suburbia,S01009391,Dalgety Letham Hill,8c,Comfortable suburbia,S02001765,Dalgety Bay West and Hillend,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178253 +178253,S00112142,6a2,Comfortable Suburbia,S01009391,Dalgety Letham Hill,8c,Comfortable suburbia,S02001765,Dalgety Bay West and Hillend,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178254 +178254,S00112145,6a2,Comfortable Suburbia,S01009392,Dalgety Letham Farm,8c,Comfortable suburbia,S02001765,Dalgety Bay West and Hillend,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178255 +178255,S00112146,6a2,Comfortable Suburbia,S01009392,Dalgety Letham Farm,8c,Comfortable suburbia,S02001765,Dalgety Bay West and Hillend,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178256 +178256,S00112147,6a2,Comfortable Suburbia,S01009393,Hillend,8c,Comfortable suburbia,S02001765,Dalgety Bay West and Hillend,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178257 +178257,S00112148,6a2,Comfortable Suburbia,S01009385,North Queensferry Ferryhills,5c,Comfortable neighbourhoods,S02001763,North Queensferry and Inverkeithing West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178258 +178258,S00109142,5b2,Communal Retirement,S01009394,Dalgety Steeple Clump,3c,Highly qualified professionals,S02001766,Dalgety Bay Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178259 +178259,S00109187,5b2,Communal Retirement,S01009377,Rosyth Dockyard and Castle,3c,Highly qualified professionals,S02001762,Rosyth South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178260 +178260,S00109259,5b2,Communal Retirement,S01009370,Rosyth Wilderness North,5c,Comfortable neighbourhoods,S02001760,Rosyth East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178261 +178261,S00109271,5b2,Communal Retirement,S01009383,Inverkeithing Jamestown,4d,Hard-pressed flat dwellers,S02001763,North Queensferry and Inverkeithing West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178262 +178262,S00109292,5b2,Communal Retirement,S01009389,Inverkeithing North East,5c,Comfortable neighbourhoods,S02001764,Inverkeithing East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178263 +178263,S00109361,5b2,Communal Retirement,S01009454,Aberdour,5a,Ageing urban communities,S02001779,Aberdour and Auchtertool,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178264 +178264,S00110149,7c2,Constrained Young Families,S01009506,Templehall North Eastern,4a,Challenged white communities,S02001790,Kirkcaldy Templehall East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178265 +178265,S00111683,6a2,Comfortable Suburbia,S01009348,Duloch Central,8c,Comfortable suburbia,S02001755,Dunfermline Duloch South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178266 +178266,S00111686,6a2,Comfortable Suburbia,S01009348,Duloch Central,8c,Comfortable suburbia,S02001755,Dunfermline Duloch South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178267 +178267,S00109198,5b1,Delayed Retirement,S01009379,Rosyth Pease Hill North,5c,Comfortable neighbourhoods,S02001762,Rosyth South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178268 +178268,S00111687,6a2,Comfortable Suburbia,S01009349,Duloch South,8c,Comfortable suburbia,S02001755,Dunfermline Duloch South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178269 +178269,S00109288,5b1,Delayed Retirement,S01009381,Inverkeithing Belleknowes,5c,Comfortable neighbourhoods,S02001763,North Queensferry and Inverkeithing West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178270 +178270,S00111688,6a2,Comfortable Suburbia,S01009352,Masterton South,8c,Comfortable suburbia,S02001756,Dunfermline Masterton,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178271 +178271,S00109327,5b1,Delayed Retirement,S01009287,Limekilns,8a,Affluent communities,S02001743,Crossford Charlestown and Limekilns,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178272 +178272,S00109329,5b1,Delayed Retirement,S01009288,Charlestown and Bellknowes,2b,Prospering countryside life,S02001743,Crossford Charlestown and Limekilns,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178273 +178273,S00109385,5b1,Delayed Retirement,S01009312,Brucefield West,3d,Households in terraces and flats,S02001748,Dunfermline Brucefield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178274 +178274,S00109387,5b1,Delayed Retirement,S01009312,Brucefield West,3d,Households in terraces and flats,S02001748,Dunfermline Brucefield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178275 +178275,S00109388,5b1,Delayed Retirement,S01009309,Abbey Parks South and Brucefield North West,3c,Highly qualified professionals,S02001747,Dunfermline Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178276 +178276,S00109472,5b1,Delayed Retirement,S01009360,Pitbauchlie and Pitcorthie North West,5c,Comfortable neighbourhoods,S02001758,Dunfermline Pitcorthie West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178277 +178277,S00109491,5b1,Delayed Retirement,S01009310,Ladys Mill,8a,Affluent communities,S02001747,Dunfermline Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178278 +178278,S00109496,5b1,Delayed Retirement,S01009310,Ladys Mill,8a,Affluent communities,S02001747,Dunfermline Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178279 +178279,S00109502,5b1,Delayed Retirement,S01009308,Abbey Parks North,3c,Highly qualified professionals,S02001747,Dunfermline Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178280 +178280,S00109506,5b1,Delayed Retirement,S01009316,Transy,8c,Comfortable suburbia,S02001749,Dunfermline Garvock Hill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178281 +178281,S00109508,5b1,Delayed Retirement,S01009316,Transy,8c,Comfortable suburbia,S02001749,Dunfermline Garvock Hill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178282 +178282,S00109529,5b1,Delayed Retirement,S01009299,Pittencrieff,5c,Comfortable neighbourhoods,S02001745,Dunfermline Baldridgeburn,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178283 +178283,S00109533,5b1,Delayed Retirement,S01009299,Pittencrieff,5c,Comfortable neighbourhoods,S02001745,Dunfermline Baldridgeburn,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178284 +178284,S00109543,5b1,Delayed Retirement,S01009301,Broomhead,4d,Hard-pressed flat dwellers,S02001745,Dunfermline Baldridgeburn,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178285 +178285,S00109545,5b1,Delayed Retirement,S01009297,Beveridgewell East,8c,Comfortable suburbia,S02001744,Dunfermline Milesmark and Wellwood,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178286 +178286,S00109556,5b1,Delayed Retirement,S01009294,Milesmark West,8a,Affluent communities,S02001744,Dunfermline Milesmark and Wellwood,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178287 +178287,S00109574,5b1,Delayed Retirement,S01009307,Carnegie Drive,3c,Highly qualified professionals,S02001747,Dunfermline Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178288 +178288,S00110151,7c2,Constrained Young Families,S01009508,Templehall North,4b,Constrained renters,S02001790,Kirkcaldy Templehall East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178289 +178289,S00109582,5b1,Delayed Retirement,S01009307,Carnegie Drive,3c,Highly qualified professionals,S02001747,Dunfermline Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178290 +178290,S00109590,5b1,Delayed Retirement,S01009297,Beveridgewell East,8c,Comfortable suburbia,S02001744,Dunfermline Milesmark and Wellwood,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178291 +178291,S00109598,5b1,Delayed Retirement,S01009305,Headwell Central,5c,Comfortable neighbourhoods,S02001746,Dunfermline Headwell,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178292 +178292,S00109602,5b1,Delayed Retirement,S01009303,Bellyeoman South West,5a,Ageing urban communities,S02001746,Dunfermline Headwell,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178293 +178293,S00109647,5b1,Delayed Retirement,S01009466,Burntisland East,8a,Affluent communities,S02001781,Burntisland East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178294 +178294,S00109656,5b1,Delayed Retirement,S01009466,Burntisland East,8a,Affluent communities,S02001781,Burntisland East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178295 +178295,S00109657,5b1,Delayed Retirement,S01009464,Burntisland East Toll,5c,Comfortable neighbourhoods,S02001781,Burntisland East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178296 +178296,S00109666,5b1,Delayed Retirement,S01009458,Burntisland Central,5a,Ageing urban communities,S02001780,Burntisland West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178297 +178297,S00109697,5b1,Delayed Retirement,S01009285,Cairneyhill North,8c,Comfortable suburbia,S02001742,Cairneyhill and Crombie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178298 +178298,S00109722,5b1,Delayed Retirement,S01009406,Crossgates North,5a,Ageing urban communities,S02001768,Crossgates and Halbeath,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178299 +178299,S00109939,5b1,Delayed Retirement,S01009480,Kirkcaldy Central South,5c,Comfortable neighbourhoods,S02001784,Kirkcaldy Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178300 +178300,S00109947,5b1,Delayed Retirement,S01009479,Kirkcaldy Central,3c,Highly qualified professionals,S02001784,Kirkcaldy Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178301 +178301,S00109949,5b1,Delayed Retirement,S01009479,Kirkcaldy Central,3c,Highly qualified professionals,S02001784,Kirkcaldy Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178302 +178302,S00110052,5b1,Delayed Retirement,S01009484,Oriel and Forth,5a,Ageing urban communities,S02001785,Kirkcaldy Bennochy East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178303 +178303,S00110079,5b1,Delayed Retirement,S01009481,Bennochy North,3c,Highly qualified professionals,S02001785,Kirkcaldy Bennochy East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178304 +178304,S00110084,5b1,Delayed Retirement,S01009522,Smeaton South,4b,Constrained renters,S02001793,Kirkcaldy Hayfield and Smeaton,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178305 +178305,S00110119,5b1,Delayed Retirement,S01009494,Raith,8c,Comfortable suburbia,S02001787,Kirkcaldy Raith,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178306 +178306,S00111690,6a2,Comfortable Suburbia,S01009352,Masterton South,8c,Comfortable suburbia,S02001756,Dunfermline Masterton,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178307 +178307,S00110153,7c2,Constrained Young Families,S01009506,Templehall North Eastern,4a,Challenged white communities,S02001790,Kirkcaldy Templehall East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178308 +178308,S00111691,6a2,Comfortable Suburbia,S01009347,Duloch South East,8c,Comfortable suburbia,S02001755,Dunfermline Duloch South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178309 +178309,S00110154,7c2,Constrained Young Families,S01009508,Templehall North,4b,Constrained renters,S02001790,Kirkcaldy Templehall East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178310 +178310,S00111692,6a2,Comfortable Suburbia,S01009346,Duloch East,8c,Comfortable suburbia,S02001755,Dunfermline Duloch South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178311 +178311,S00110191,7c2,Constrained Young Families,S01009508,Templehall North,4b,Constrained renters,S02001790,Kirkcaldy Templehall East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178312 +178312,S00111694,6a2,Comfortable Suburbia,S01009358,Pitreavie Castle East and Heathery,8a,Affluent communities,S02001757,Dunfermline Pitcorthie East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178313 +178313,S00110194,7c2,Constrained Young Families,S01009515,Fair Isle North,4a,Challenged white communities,S02001792,Kirkcaldy Chapel,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178314 +178314,S00111695,6a2,Comfortable Suburbia,S01009358,Pitreavie Castle East and Heathery,8a,Affluent communities,S02001757,Dunfermline Pitcorthie East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178315 +178315,S00110196,7c2,Constrained Young Families,S01009508,Templehall North,4b,Constrained renters,S02001790,Kirkcaldy Templehall East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178316 +178316,S00111701,6a2,Comfortable Suburbia,S01009322,Kingseat,5c,Comfortable neighbourhoods,S02001750,Dunfermline Bellyeoman and Townhill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178317 +178317,S00111710,6a2,Comfortable Suburbia,S01009475,Seafield Central,8a,Affluent communities,S02001783,Kirkcaldy Linktown & Seafield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178318 +178318,S00111712,6a2,Comfortable Suburbia,S01009476,Seafield South and Landward,2b,Prospering countryside life,S02001783,Kirkcaldy Linktown & Seafield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178319 +178319,S00111713,6a2,Comfortable Suburbia,S01009476,Seafield South and Landward,2b,Prospering countryside life,S02001783,Kirkcaldy Linktown & Seafield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178320 +178320,S00111714,6a2,Comfortable Suburbia,S01009475,Seafield Central,8a,Affluent communities,S02001783,Kirkcaldy Linktown & Seafield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178321 +178321,S00111730,6a2,Comfortable Suburbia,S01009390,Dalgety Letham Hill South,8c,Comfortable suburbia,S02001765,Dalgety Bay West and Hillend,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178322 +178322,S00111731,6a2,Comfortable Suburbia,S01009390,Dalgety Letham Hill South,8c,Comfortable suburbia,S02001765,Dalgety Bay West and Hillend,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178323 +178323,S00111732,6a2,Comfortable Suburbia,S01009390,Dalgety Letham Hill South,8c,Comfortable suburbia,S02001765,Dalgety Bay West and Hillend,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178324 +178324,S00111738,6a2,Comfortable Suburbia,S01009390,Dalgety Letham Hill South,8c,Comfortable suburbia,S02001765,Dalgety Bay West and Hillend,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178325 +178325,S00111739,6a2,Comfortable Suburbia,S01009397,Dalgety St Davids Clump,8a,Affluent communities,S02001766,Dalgety Bay Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178326 +178326,S00111741,6a2,Comfortable Suburbia,S01009397,Dalgety St Davids Clump,8a,Affluent communities,S02001766,Dalgety Bay Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178327 +178327,S00110197,7c2,Constrained Young Families,S01009500,Fair Isle,4a,Challenged white communities,S02001789,Kirkcaldy Templehall West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178328 +178328,S00110198,7c2,Constrained Young Families,S01009500,Fair Isle,4a,Challenged white communities,S02001789,Kirkcaldy Templehall West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178329 +178329,S00110200,7c2,Constrained Young Families,S01009501,Dunearn,4a,Challenged white communities,S02001789,Kirkcaldy Templehall West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178330 +178330,S00110225,7c2,Constrained Young Families,S01009516,Chapelhill and Torbain,5d,Endeavouring social renters,S02001792,Kirkcaldy Chapel,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178331 +178331,S00110229,7c2,Constrained Young Families,S01009500,Fair Isle,4a,Challenged white communities,S02001789,Kirkcaldy Templehall West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178332 +178332,S00110257,7c2,Constrained Young Families,S01009421,Kelty South West,4a,Challenged white communities,S02001772,Kelty West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178333 +178333,S00110258,7c2,Constrained Young Families,S01009421,Kelty South West,4a,Challenged white communities,S02001772,Kelty West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178334 +178334,S00110260,7c2,Constrained Young Families,S01009426,Kelty Central,4a,Challenged white communities,S02001773,Kelty East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178335 +178335,S00110262,7c2,Constrained Young Families,S01009420,Kelty West,4a,Challenged white communities,S02001772,Kelty West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178336 +178336,S00110268,7c2,Constrained Young Families,S01009425,Kelty Oakfield,5c,Comfortable neighbourhoods,S02001773,Kelty East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178337 +178337,S00110277,7c2,Constrained Young Families,S01009419,Kelty Elmwood,4a,Challenged white communities,S02001772,Kelty West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178338 +178338,S00110282,7c2,Constrained Young Families,S01009422,Kelty Blairadam Park,5c,Comfortable neighbourhoods,S02001772,Kelty West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178339 +178339,S00110291,7c2,Constrained Young Families,S01009437,Bowhill and Dundonald,5c,Comfortable neighbourhoods,S02001776,Cardenden,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178340 +178340,S00110295,7c2,Constrained Young Families,S01009438,Cardenden East,5c,Comfortable neighbourhoods,S02001776,Cardenden,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178341 +178341,S00110303,7c2,Constrained Young Families,S01009441,Bowhill East,4a,Challenged white communities,S02001776,Cardenden,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178342 +178342,S00110311,7c2,Constrained Young Families,S01009440,Bowhill West,4a,Challenged white communities,S02001776,Cardenden,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178343 +178343,S00110316,7c2,Constrained Young Families,S01009430,Crosshill and Lochore South,4a,Challenged white communities,S02001774,Lochore and Crosshill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178344 +178344,S00110317,7c2,Constrained Young Families,S01009431,Glencraig Landward,5c,Comfortable neighbourhoods,S02001774,Lochore and Crosshill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178345 +178345,S00110327,7c2,Constrained Young Families,S01009429,Lochore Central,4a,Challenged white communities,S02001774,Lochore and Crosshill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178346 +178346,S00110328,7c2,Constrained Young Families,S01009429,Lochore Central,4a,Challenged white communities,S02001774,Lochore and Crosshill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178347 +178347,S00110329,7c2,Constrained Young Families,S01009429,Lochore Central,4a,Challenged white communities,S02001774,Lochore and Crosshill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178348 +178348,S00110347,7c2,Constrained Young Families,S01009435,Ballingry West,4a,Challenged white communities,S02001775,Ballingry,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178349 +178349,S00110361,7c2,Constrained Young Families,S01009542,East Wemyss McDuff,4d,Hard-pressed flat dwellers,S02001797,Wemyss,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178350 +178350,S00110363,7c2,Constrained Young Families,S01009542,East Wemyss McDuff,4d,Hard-pressed flat dwellers,S02001797,Wemyss,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178351 +178351,S00110377,7c2,Constrained Young Families,S01009547,Strathore,5e,Primary sector workers,S02001798,Thornton and Kinglassie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178352 +178352,S00110396,7c2,Constrained Young Families,S01009622,Buckhaven South,4d,Hard-pressed flat dwellers,S02001813,"Buckhaven, Denbeath and Muiredge",S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178353 +178353,S00110404,7c2,Constrained Young Families,S01009621,Buckhaven Central,4a,Challenged white communities,S02001813,"Buckhaven, Denbeath and Muiredge",S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178354 +178354,S00110412,7c2,Constrained Young Families,S01009623,Buckhaven North West and Muiredge,4a,Challenged white communities,S02001813,"Buckhaven, Denbeath and Muiredge",S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178355 +178355,S00110437,7c2,Constrained Young Families,S01009630,Methilhill North,4a,Challenged white communities,S02001814,Methil Methilhill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178356 +178356,S00110444,7c2,Constrained Young Families,S01009630,Methilhill North,4a,Challenged white communities,S02001814,Methil Methilhill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178357 +178357,S00110454,7c2,Constrained Young Families,S01009626,Methil Trees East,4a,Challenged white communities,S02001814,Methil Methilhill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178358 +178358,S00110459,7c2,Constrained Young Families,S01009626,Methil Trees East,4a,Challenged white communities,S02001814,Methil Methilhill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178359 +178359,S00110472,7c2,Constrained Young Families,S01009634,Methil Sea Road,4a,Challenged white communities,S02001815,Methil West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178360 +178360,S00110478,7c2,Constrained Young Families,S01009632,Methil Memorial Park,4d,Hard-pressed flat dwellers,S02001815,Methil West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178361 +178361,S00110504,7c2,Constrained Young Families,S01009633,Methil Savoy,4d,Hard-pressed flat dwellers,S02001815,Methil West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178362 +178362,S00110522,7c2,Constrained Young Families,S01009645,Leven Montrave,4a,Challenged white communities,S02001818,Leven West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178363 +178363,S00110539,7c2,Constrained Young Families,S01009641,Leven South West,4d,Hard-pressed flat dwellers,S02001817,Leven East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178364 +178364,S00110556,7c2,Constrained Young Families,S01009648,Broom South,5d,Endeavouring social renters,S02001819,Leven North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178365 +178365,S00110558,7c2,Constrained Young Families,S01009649,Broom North,5c,Comfortable neighbourhoods,S02001819,Leven North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178366 +178366,S00110614,7c2,Constrained Young Families,S01009556,Tanshall West,4b,Constrained renters,S02001800,Glenrothes Macedonia and Tanshall,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178367 +178367,S00110624,7c2,Constrained Young Families,S01009560,Tanshall Central,4b,Constrained renters,S02001800,Glenrothes Macedonia and Tanshall,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178368 +178368,S00110632,7c2,Constrained Young Families,S01009567,Caskieberran West,4b,Constrained renters,S02001802,Glenrothes Caskieberran and Rimbleton,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178369 +178369,S00110735,7c2,Constrained Young Families,S01009571,Auchmuty North West,4b,Constrained renters,S02001803,Glenrothes Auchmuty,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178370 +178370,S00110737,7c2,Constrained Young Families,S01009572,Auchmuty West,4b,Constrained renters,S02001803,Glenrothes Auchmuty,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178371 +178371,S00110773,7c2,Constrained Young Families,S01009587,Woodside West,5a,Ageing urban communities,S02001806,Glenrothes Woodside,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178372 +178372,S00110801,7c2,Constrained Young Families,S01009601,Cadham South,4a,Challenged white communities,S02001809,Glenrothes Cadham and Pitcoudie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178373 +178373,S00110815,7c2,Constrained Young Families,S01009605,Balfarg,5c,Comfortable neighbourhoods,S02001810,Glenrothes Balfarg Pitcairn and Coul,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178374 +178374,S00110841,7c2,Constrained Young Families,S01009553,Leslie West,4a,Challenged white communities,S02001799,Leslie and Newcastle,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178375 +178375,S00110941,7c2,Constrained Young Families,S01009711,Anstruther West,5a,Ageing urban communities,S02001832,Anstruther,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178376 +178376,S00110961,7c2,Constrained Young Families,S01009703,Pittenweem East,5e,Primary sector workers,S02001831,St Monans and Pittenweem,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178377 +178377,S00111057,7c2,Constrained Young Families,S01009688,Cupar North West,4b,Constrained renters,S02001827,Cupar Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178378 +178378,S00111136,7c2,Constrained Young Families,S01009718,Langlands West,4b,Constrained renters,S02001834,St Andrews South East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178379 +178379,S00111221,7c2,Constrained Young Families,S01009757,Wormit West,8a,Affluent communities,S02001841,Newport and Wormit,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178380 +178380,S00111279,7c2,Constrained Young Families,S01009462,Burntisland Grange and Orrock,5c,Comfortable neighbourhoods,S02001780,Burntisland West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178381 +178381,S00111312,7c2,Constrained Young Families,S01009474,Linktown South and Seafield North,4a,Challenged white communities,S02001783,Kirkcaldy Linktown & Seafield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178382 +178382,S00111339,7c2,Constrained Young Families,S01009532,Overton,4a,Challenged white communities,S02001795,Kirkcaldy Gallatown and Sinclairtown,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178383 +178383,S00111366,7c2,Constrained Young Families,S01009438,Cardenden East,5c,Comfortable neighbourhoods,S02001776,Cardenden,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178384 +178384,S00111384,7c2,Constrained Young Families,S01009629,Methilhill South West,4a,Challenged white communities,S02001814,Methil Methilhill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178385 +178385,S00111426,7c2,Constrained Young Families,S01009553,Leslie West,4a,Challenged white communities,S02001799,Leslie and Newcastle,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178386 +178386,S00111491,7c2,Constrained Young Families,S01009638,Methil Kirkland,4a,Challenged white communities,S02001816,Methil East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178387 +178387,S00111565,7c2,Constrained Young Families,S01009378,Rosyth Pease Hill East,5c,Comfortable neighbourhoods,S02001762,Rosyth South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178388 +178388,S00111619,7c2,Constrained Young Families,S01009420,Kelty West,4a,Challenged white communities,S02001772,Kelty West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178389 +178389,S00111635,7c2,Constrained Young Families,S01009597,Collydean South,4a,Challenged white communities,S02001808,Glenrothes Collydean,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178390 +178390,S00111765,7c2,Constrained Young Families,S01009280,High Valleyfield East,4a,Challenged white communities,S02001741,Valleyfield Culross and Torryburn,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178391 +178391,S00111821,7c2,Constrained Young Families,S01009326,Queen Margaret Hospital,5a,Ageing urban communities,S02001750,Dunfermline Bellyeoman and Townhill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178392 +178392,S00111850,7c2,Constrained Young Families,S01009269,Oakley North,4a,Challenged white communities,S02001739,Oakley Comrie and Blairhall,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178393 +178393,S00111851,7c2,Constrained Young Families,S01009269,Oakley North,4a,Challenged white communities,S02001739,Oakley Comrie and Blairhall,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178394 +178394,S00111863,7c2,Constrained Young Families,S01009446,Lochgelly East,4d,Hard-pressed flat dwellers,S02001777,Lochgelly East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178395 +178395,S00111917,7c2,Constrained Young Families,S01009497,Redcraigs,5d,Endeavouring social renters,S02001788,Kirkcaldy Newliston and Redcraigs,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178396 +178396,S00111922,7c2,Constrained Young Families,S01009499,Kirkcaldy Long Braes,5c,Comfortable neighbourhoods,S02001788,Kirkcaldy Newliston and Redcraigs,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178397 +178397,S00111923,7c2,Constrained Young Families,S01009499,Kirkcaldy Long Braes,5c,Comfortable neighbourhoods,S02001788,Kirkcaldy Newliston and Redcraigs,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178398 +178398,S00111928,7c2,Constrained Young Families,S01009507,Templehall East,5c,Comfortable neighbourhoods,S02001790,Kirkcaldy Templehall East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178399 +178399,S00111944,7c2,Constrained Young Families,S01009441,Bowhill East,4a,Challenged white communities,S02001776,Cardenden,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178400 +178400,S00111953,7b2,Deprived Neighbourhoods,S01009629,Methilhill South West,4a,Challenged white communities,S02001814,Methil Methilhill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178401 +178401,S00110043,7b1,Eastern European Communities,S01009531,Mitchelston and Randolph,4b,Constrained renters,S02001795,Kirkcaldy Gallatown and Sinclairtown,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178402 +178402,S00109651,6a3,Detached Retirement Living,S01009463,Burntisland Nether Grange,5c,Comfortable neighbourhoods,S02001781,Burntisland East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178403 +178403,S00109460,8b1,Deprived Blue-Collar Terraces,S01009334,Woodmill North,4a,Challenged white communities,S02001752,Dunfermline Touch and Woodmill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178404 +178404,S00111960,7b2,Deprived Neighbourhoods,S01009631,Lower Methil,4d,Hard-pressed flat dwellers,S02001815,Methil West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178405 +178405,S00111961,7b2,Deprived Neighbourhoods,S01009636,Aberhill,4d,Hard-pressed flat dwellers,S02001816,Methil East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178406 +178406,S00112006,7b2,Deprived Neighbourhoods,S01009553,Leslie West,4a,Challenged white communities,S02001799,Leslie and Newcastle,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178407 +178407,S00109004,6a3,Detached Retirement Living,S01009321,Queen Margaret Fauld,8a,Affluent communities,S02001750,Dunfermline Bellyeoman and Townhill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178408 +178408,S00109009,6a3,Detached Retirement Living,S01009521,Smeaton North,4a,Challenged white communities,S02001793,Kirkcaldy Hayfield and Smeaton,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178409 +178409,S00109112,6a3,Detached Retirement Living,S01009733,Clayton and Clatto,2b,Prospering countryside life,S02001837,St Andrews North and Strathkinness,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178410 +178410,S00109131,6a3,Detached Retirement Living,S01009734,Strathkinness and Craigton,2b,Prospering countryside life,S02001837,St Andrews North and Strathkinness,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178411 +178411,S00109135,6a3,Detached Retirement Living,S01009745,Balmullo South,2b,Prospering countryside life,S02001839,Balmullo and Gauldry,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178412 +178412,S00109149,6a3,Detached Retirement Living,S01009393,Hillend,8c,Comfortable suburbia,S02001765,Dalgety Bay West and Hillend,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178413 +178413,S00109154,6a3,Detached Retirement Living,S01009402,Dalgety Crow Hill,8b,Ageing suburbanites,S02001767,Dalgety Bay East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178414 +178414,S00109164,6a3,Detached Retirement Living,S01009395,Dalgety Bay East,8b,Ageing suburbanites,S02001766,Dalgety Bay Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178415 +178415,S00109165,6a3,Detached Retirement Living,S01009401,Dalgety Ross Plantation,8b,Ageing suburbanites,S02001767,Dalgety Bay East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178416 +178416,S00109166,6a3,Detached Retirement Living,S01009401,Dalgety Ross Plantation,8b,Ageing suburbanites,S02001767,Dalgety Bay East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178417 +178417,S00109298,6a3,Detached Retirement Living,S01009389,Inverkeithing North East,5c,Comfortable neighbourhoods,S02001764,Inverkeithing East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178418 +178418,S00109323,6a3,Detached Retirement Living,S01009287,Limekilns,8a,Affluent communities,S02001743,Crossford Charlestown and Limekilns,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178419 +178419,S00109328,6a3,Detached Retirement Living,S01009288,Charlestown and Bellknowes,2b,Prospering countryside life,S02001743,Crossford Charlestown and Limekilns,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178420 +178420,S00109464,6a3,Detached Retirement Living,S01009332,Lynebank,8a,Affluent communities,S02001751,Dunfermline Duloch North and Lynebank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178421 +178421,S00111992,6a3,Detached Retirement Living,S01009593,Balgeddie North,8b,Ageing suburbanites,S02001807,Glenrothes Balgeddie and Town Park,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178422 +178422,S00109468,6a3,Detached Retirement Living,S01009362,Pitcorthie West,8b,Ageing suburbanites,S02001758,Dunfermline Pitcorthie West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178423 +178423,S00109478,6a3,Detached Retirement Living,S01009355,Pitcorthie Central,8b,Ageing suburbanites,S02001757,Dunfermline Pitcorthie East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178424 +178424,S00109479,6a3,Detached Retirement Living,S01009355,Pitcorthie Central,8b,Ageing suburbanites,S02001757,Dunfermline Pitcorthie East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178425 +178425,S00109480,6a3,Detached Retirement Living,S01009355,Pitcorthie Central,8b,Ageing suburbanites,S02001757,Dunfermline Pitcorthie East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178426 +178426,S00109484,6a3,Detached Retirement Living,S01009356,Pitcorthie East,8b,Ageing suburbanites,S02001757,Dunfermline Pitcorthie East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178427 +178427,S00109486,6a3,Detached Retirement Living,S01009356,Pitcorthie East,8b,Ageing suburbanites,S02001757,Dunfermline Pitcorthie East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178428 +178428,S00109492,6a3,Detached Retirement Living,S01009310,Ladys Mill,8a,Affluent communities,S02001747,Dunfermline Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178429 +178429,S00109512,6a3,Detached Retirement Living,S01009318,Garvock Hill West,8b,Ageing suburbanites,S02001749,Dunfermline Garvock Hill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178430 +178430,S00109520,6a3,Detached Retirement Living,S01009319,Garvock Hill North East,8b,Ageing suburbanites,S02001749,Dunfermline Garvock Hill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178431 +178431,S00109521,6a3,Detached Retirement Living,S01009319,Garvock Hill North East,8b,Ageing suburbanites,S02001749,Dunfermline Garvock Hill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178432 +178432,S00109522,6a3,Detached Retirement Living,S01009317,Garvock Hill South,8b,Ageing suburbanites,S02001749,Dunfermline Garvock Hill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178433 +178433,S00109525,6a3,Detached Retirement Living,S01009319,Garvock Hill North East,8b,Ageing suburbanites,S02001749,Dunfermline Garvock Hill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178434 +178434,S00109526,6a3,Detached Retirement Living,S01009319,Garvock Hill North East,8b,Ageing suburbanites,S02001749,Dunfermline Garvock Hill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178435 +178435,S00109527,6a3,Detached Retirement Living,S01009319,Garvock Hill North East,8b,Ageing suburbanites,S02001749,Dunfermline Garvock Hill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178436 +178436,S00109551,6a3,Detached Retirement Living,S01009295,Beveridgewell West,8c,Comfortable suburbia,S02001744,Dunfermline Milesmark and Wellwood,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178437 +178437,S00109559,6a3,Detached Retirement Living,S01009294,Milesmark West,8a,Affluent communities,S02001744,Dunfermline Milesmark and Wellwood,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178438 +178438,S00109564,6a3,Detached Retirement Living,S01009295,Beveridgewell West,8c,Comfortable suburbia,S02001744,Dunfermline Milesmark and Wellwood,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178439 +178439,S00109592,6a3,Detached Retirement Living,S01009295,Beveridgewell West,8c,Comfortable suburbia,S02001744,Dunfermline Milesmark and Wellwood,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178440 +178440,S00109614,6a3,Detached Retirement Living,S01009304,Headwell North,5c,Comfortable neighbourhoods,S02001746,Dunfermline Headwell,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178441 +178441,S00109615,6a3,Detached Retirement Living,S01009304,Headwell North,5c,Comfortable neighbourhoods,S02001746,Dunfermline Headwell,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178442 +178442,S00109619,6a3,Detached Retirement Living,S01009291,Crossford South,8b,Ageing suburbanites,S02001743,Crossford Charlestown and Limekilns,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178443 +178443,S00109622,6a3,Detached Retirement Living,S01009291,Crossford South,8b,Ageing suburbanites,S02001743,Crossford Charlestown and Limekilns,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178444 +178444,S00109623,6a3,Detached Retirement Living,S01009291,Crossford South,8b,Ageing suburbanites,S02001743,Crossford Charlestown and Limekilns,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178445 +178445,S00109624,6a3,Detached Retirement Living,S01009291,Crossford South,8b,Ageing suburbanites,S02001743,Crossford Charlestown and Limekilns,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178446 +178446,S00109628,6a3,Detached Retirement Living,S01009290,Crossford West,8b,Ageing suburbanites,S02001743,Crossford Charlestown and Limekilns,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178447 +178447,S00109630,6a3,Detached Retirement Living,S01009290,Crossford West,8b,Ageing suburbanites,S02001743,Crossford Charlestown and Limekilns,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178448 +178448,S00109631,6a3,Detached Retirement Living,S01009290,Crossford West,8b,Ageing suburbanites,S02001743,Crossford Charlestown and Limekilns,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178449 +178449,S00109632,6a3,Detached Retirement Living,S01009290,Crossford West,8b,Ageing suburbanites,S02001743,Crossford Charlestown and Limekilns,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178450 +178450,S00109634,6a3,Detached Retirement Living,S01009290,Crossford West,8b,Ageing suburbanites,S02001743,Crossford Charlestown and Limekilns,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178451 +178451,S00109635,6a3,Detached Retirement Living,S01009289,Crossford East and Berrylaw,2b,Prospering countryside life,S02001743,Crossford Charlestown and Limekilns,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178452 +178452,S00109636,6a3,Detached Retirement Living,S01009289,Crossford East and Berrylaw,2b,Prospering countryside life,S02001743,Crossford Charlestown and Limekilns,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178453 +178453,S00109650,6a3,Detached Retirement Living,S01009463,Burntisland Nether Grange,5c,Comfortable neighbourhoods,S02001781,Burntisland East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178454 +178454,S00111198,8b1,Deprived Blue-Collar Terraces,S01009737,Leuchars West,5b,Aspiring urban households,S02001838,Leuchars and Guardbridge,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178455 +178455,S00111074,6a3,Detached Retirement Living,S01009693,Cupar Tarvit,8b,Ageing suburbanites,S02001828,Cupar East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178456 +178456,S00109862,7b3,Endeavouring Flat Dwellers,S01009490,Cowdenbeath South,4a,Challenged white communities,S02001770,Cowdenbeath South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178457 +178457,S00109692,6a3,Detached Retirement Living,S01009286,Cairneyhill West,8c,Comfortable suburbia,S02001742,Cairneyhill and Crombie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178458 +178458,S00109693,6a3,Detached Retirement Living,S01009286,Cairneyhill West,8c,Comfortable suburbia,S02001742,Cairneyhill and Crombie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178459 +178459,S00110058,7b1,Eastern European Communities,S01009484,Oriel and Forth,5a,Ageing urban communities,S02001785,Kirkcaldy Bennochy East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178460 +178460,S00109678,8b1,Deprived Blue-Collar Terraces,S01009266,Kincardine East,5d,Endeavouring social renters,S02001738,Kincardine,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178461 +178461,S00109701,6a3,Detached Retirement Living,S01009467,Kinghorn South,8a,Affluent communities,S02001782,Kinghorn,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178462 +178462,S00109711,6a3,Detached Retirement Living,S01009470,Kinghorn North West,5c,Comfortable neighbourhoods,S02001782,Kinghorn,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178463 +178463,S00109713,6a3,Detached Retirement Living,S01009470,Kinghorn North West,5c,Comfortable neighbourhoods,S02001782,Kinghorn,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178464 +178464,S00109720,6a3,Detached Retirement Living,S01009469,Kinghorn North,5c,Comfortable neighbourhoods,S02001782,Kinghorn,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178465 +178465,S00109742,6a3,Detached Retirement Living,S01009271,Comrie West,8b,Ageing suburbanites,S02001739,Oakley Comrie and Blairhall,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178466 +178466,S00109764,6a3,Detached Retirement Living,S01009276,Carnock,8c,Comfortable suburbia,S02001740,Saline and Gowkhall,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178467 +178467,S00109816,6a3,Detached Retirement Living,S01009444,Lochgelly St Patricks and The Beeches,8b,Ageing suburbanites,S02001777,Lochgelly East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178468 +178468,S00109900,6a3,Detached Retirement Living,S01009416,Cowdenbeath Glenfield,8b,Ageing suburbanites,S02001771,Cowdenbeath North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178469 +178469,S00109996,6a3,Detached Retirement Living,S01009530,Ravenscraig,8b,Ageing suburbanites,S02001794,Kirkcaldy Pathhead,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178470 +178470,S00110051,6a3,Detached Retirement Living,S01009493,Raith Estate and Southerton,8a,Affluent communities,S02001787,Kirkcaldy Raith,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178471 +178471,S00110064,6a3,Detached Retirement Living,S01009485,Bennochy South West,4b,Constrained renters,S02001786,Kirkcaldy Bennochy West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178472 +178472,S00110065,6a3,Detached Retirement Living,S01009485,Bennochy South West,4b,Constrained renters,S02001786,Kirkcaldy Bennochy West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178473 +178473,S00110113,6a3,Detached Retirement Living,S01009488,Bennochy West,5d,Endeavouring social renters,S02001786,Kirkcaldy Bennochy West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178474 +178474,S00110115,6a3,Detached Retirement Living,S01009499,Kirkcaldy Long Braes,5c,Comfortable neighbourhoods,S02001788,Kirkcaldy Newliston and Redcraigs,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178475 +178475,S00110120,6a3,Detached Retirement Living,S01009495,Raith and Long Braes,8c,Comfortable suburbia,S02001787,Kirkcaldy Raith,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178476 +178476,S00110123,6a3,Detached Retirement Living,S01009498,Newliston,8b,Ageing suburbanites,S02001788,Kirkcaldy Newliston and Redcraigs,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178477 +178477,S00110160,6a3,Detached Retirement Living,S01009510,Dunnikier South,8b,Ageing suburbanites,S02001791,Kirkcaldy Dunnikier,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178478 +178478,S00110161,6a3,Detached Retirement Living,S01009511,Dunnikier East,8b,Ageing suburbanites,S02001791,Kirkcaldy Dunnikier,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178479 +178479,S00111994,6a3,Detached Retirement Living,S01009577,Finglassie South,8b,Ageing suburbanites,S02001804,Glenrothes Stenton and Finglassie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178480 +178480,S00111199,8b1,Deprived Blue-Collar Terraces,S01009737,Leuchars West,5b,Aspiring urban households,S02001838,Leuchars and Guardbridge,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178481 +178481,S00111087,6a3,Detached Retirement Living,S01009728,Hallow Hill South,8a,Affluent communities,S02001836,St Andrews South West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178482 +178482,S00109912,7b3,Endeavouring Flat Dwellers,S01009474,Linktown South and Seafield North,4a,Challenged white communities,S02001783,Kirkcaldy Linktown & Seafield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178483 +178483,S00110163,6a3,Detached Retirement Living,S01009511,Dunnikier East,8b,Ageing suburbanites,S02001791,Kirkcaldy Dunnikier,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178484 +178484,S00110176,6a3,Detached Retirement Living,S01009512,Dunnikier Central,8b,Ageing suburbanites,S02001791,Kirkcaldy Dunnikier,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178485 +178485,S00110179,6a3,Detached Retirement Living,S01009510,Dunnikier South,8b,Ageing suburbanites,S02001791,Kirkcaldy Dunnikier,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178486 +178486,S00110182,6a3,Detached Retirement Living,S01009510,Dunnikier South,8b,Ageing suburbanites,S02001791,Kirkcaldy Dunnikier,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178487 +178487,S00110186,6a3,Detached Retirement Living,S01009519,Capshard,5c,Comfortable neighbourhoods,S02001792,Kirkcaldy Chapel,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178488 +178488,S00110208,6a3,Detached Retirement Living,S01009498,Newliston,8b,Ageing suburbanites,S02001788,Kirkcaldy Newliston and Redcraigs,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178489 +178489,S00110248,6a3,Detached Retirement Living,S01009273,Saline North,8b,Ageing suburbanites,S02001740,Saline and Gowkhall,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178490 +178490,S00110270,6a3,Detached Retirement Living,S01009425,Kelty Oakfield,5c,Comfortable neighbourhoods,S02001773,Kelty East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178491 +178491,S00110561,6a3,Detached Retirement Living,S01009650,Leven Letham Glen,8b,Ageing suburbanites,S02001819,Leven North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178492 +178492,S00110563,6a3,Detached Retirement Living,S01009650,Leven Letham Glen,8b,Ageing suburbanites,S02001819,Leven North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178493 +178493,S00110588,6a3,Detached Retirement Living,S01009564,South Parks North,5c,Comfortable neighbourhoods,S02001801,Glenrothes South Parks,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178494 +178494,S00110671,6a3,Detached Retirement Living,S01009592,Whinnyknowe and Leslie Mains,8b,Ageing suburbanites,S02001807,Glenrothes Balgeddie and Town Park,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178495 +178495,S00110672,6a3,Detached Retirement Living,S01009592,Whinnyknowe and Leslie Mains,8b,Ageing suburbanites,S02001807,Glenrothes Balgeddie and Town Park,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178496 +178496,S00110673,6a3,Detached Retirement Living,S01009592,Whinnyknowe and Leslie Mains,8b,Ageing suburbanites,S02001807,Glenrothes Balgeddie and Town Park,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178497 +178497,S00110677,6a3,Detached Retirement Living,S01009592,Whinnyknowe and Leslie Mains,8b,Ageing suburbanites,S02001807,Glenrothes Balgeddie and Town Park,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178498 +178498,S00110683,6a3,Detached Retirement Living,S01009591,Balgeddie South,8b,Ageing suburbanites,S02001807,Glenrothes Balgeddie and Town Park,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178499 +178499,S00110685,6a3,Detached Retirement Living,S01009594,Formonthills,8b,Ageing suburbanites,S02001807,Glenrothes Balgeddie and Town Park,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178500 +178500,S00110695,6a3,Detached Retirement Living,S01009576,Finglassie North and Southfield,8a,Affluent communities,S02001804,Glenrothes Stenton and Finglassie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178501 +178501,S00110702,6a3,Detached Retirement Living,S01009581,Pitteuchar South East,5d,Endeavouring social renters,S02001805,Glenrothes Pitteuchar,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178502 +178502,S00110724,6a3,Detached Retirement Living,S01009584,Warout,5b,Aspiring urban households,S02001805,Glenrothes Pitteuchar,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178503 +178503,S00110788,6a3,Detached Retirement Living,S01009590,Foresters Lodge,8b,Ageing suburbanites,S02001807,Glenrothes Balgeddie and Town Park,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178504 +178504,S00110832,6a3,Detached Retirement Living,S01009552,Leslie South West and Auchmuir,2d,Rural traits,S02001799,Leslie and Newcastle,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178505 +178505,S00110849,6a3,Detached Retirement Living,S01009610,Markinch West,5c,Comfortable neighbourhoods,S02001811,Markinch and Star,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178506 +178506,S00110920,6a3,Detached Retirement Living,S01009653,Lower Largo Northern,8b,Ageing suburbanites,S02001820,Largo,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178507 +178507,S00110973,6a3,Detached Retirement Living,S01009667,Giffordtown to Lathrisk,2c,Remoter communities,S02001822,Kettle and Ladybank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178508 +178508,S00110998,6a3,Detached Retirement Living,S01009667,Giffordtown to Lathrisk,2c,Remoter communities,S02001822,Kettle and Ladybank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178509 +178509,S00111059,6a3,Detached Retirement Living,S01009687,Cupar Northern,5e,Primary sector workers,S02001827,Cupar Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178510 +178510,S00111063,6a3,Detached Retirement Living,S01009683,Cupar Westfield,5a,Ageing urban communities,S02001826,Cupar West and Springfield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178511 +178511,S00111072,6a3,Detached Retirement Living,S01009693,Cupar Tarvit,8b,Ageing suburbanites,S02001828,Cupar East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178512 +178512,S00110076,7b1,Eastern European Communities,S01009524,Pathhead North West,4b,Constrained renters,S02001793,Kirkcaldy Hayfield and Smeaton,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178513 +178513,S00110093,8b1,Deprived Blue-Collar Terraces,S01009509,Kirkcaldy Valley East,4b,Constrained renters,S02001790,Kirkcaldy Templehall East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178514 +178514,S00109914,7b3,Endeavouring Flat Dwellers,S01009474,Linktown South and Seafield North,4a,Challenged white communities,S02001783,Kirkcaldy Linktown & Seafield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178515 +178515,S00110243,8b1,Deprived Blue-Collar Terraces,S01009520,Chapel,5b,Aspiring urban households,S02001792,Kirkcaldy Chapel,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178516 +178516,S00112007,6a3,Detached Retirement Living,S01009554,Leslie Landward,5e,Primary sector workers,S02001799,Leslie and Newcastle,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178517 +178517,S00110080,7b1,Eastern European Communities,S01009524,Pathhead North West,4b,Constrained renters,S02001793,Kirkcaldy Hayfield and Smeaton,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178518 +178518,S00111211,8b1,Deprived Blue-Collar Terraces,S01009739,Leuchars North East and St Michaels,2d,Rural traits,S02001838,Leuchars and Guardbridge,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178519 +178519,S00111088,6a3,Detached Retirement Living,S01009729,Hallow Hill,8a,Affluent communities,S02001836,St Andrews South West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178520 +178520,S00111404,8b1,Deprived Blue-Collar Terraces,S01009565,Viewfield North and Rimbleton South,4a,Challenged white communities,S02001802,Glenrothes Caskieberran and Rimbleton,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178521 +178521,S00110088,7b1,Eastern European Communities,S01009523,Hayfield North,4d,Hard-pressed flat dwellers,S02001793,Kirkcaldy Hayfield and Smeaton,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178522 +178522,S00112016,6a3,Detached Retirement Living,S01009657,Kennoway Sandy Brae,5c,Comfortable neighbourhoods,S02001821,Kennoway and Bonnybank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178523 +178523,S00111089,6a3,Detached Retirement Living,S01009729,Hallow Hill,8a,Affluent communities,S02001836,St Andrews South West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178524 +178524,S00111416,8b1,Deprived Blue-Collar Terraces,S01009581,Pitteuchar South East,5d,Endeavouring social renters,S02001805,Glenrothes Pitteuchar,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178525 +178525,S00109922,7b3,Endeavouring Flat Dwellers,S01009473,Linktown Central,4b,Constrained renters,S02001783,Kirkcaldy Linktown & Seafield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178526 +178526,S00110485,8b1,Deprived Blue-Collar Terraces,S01009635,Methil New Bayview,4a,Challenged white communities,S02001816,Methil East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178527 +178527,S00110090,7b1,Eastern European Communities,S01009523,Hayfield North,4d,Hard-pressed flat dwellers,S02001793,Kirkcaldy Hayfield and Smeaton,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178528 +178528,S00109928,7b3,Endeavouring Flat Dwellers,S01009471,Linktown East,4d,Hard-pressed flat dwellers,S02001783,Kirkcaldy Linktown & Seafield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178529 +178529,S00111100,6a3,Detached Retirement Living,S01009731,Canongate,8a,Affluent communities,S02001836,St Andrews South West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178530 +178530,S00110584,8b1,Deprived Blue-Collar Terraces,S01009558,Macedonia East,4a,Challenged white communities,S02001800,Glenrothes Macedonia and Tanshall,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178531 +178531,S00110128,7b1,Eastern European Communities,S01009501,Dunearn,4a,Challenged white communities,S02001789,Kirkcaldy Templehall West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178532 +178532,S00111487,8b1,Deprived Blue-Collar Terraces,S01009755,Newport North East,5a,Ageing urban communities,S02001841,Newport and Wormit,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178533 +178533,S00112024,6a3,Detached Retirement Living,S01009616,Windygates East,5c,Comfortable neighbourhoods,S02001812,Windygates and Coaltown,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178534 +178534,S00109937,7b3,Endeavouring Flat Dwellers,S01009480,Kirkcaldy Central South,5c,Comfortable neighbourhoods,S02001784,Kirkcaldy Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178535 +178535,S00111133,6a3,Detached Retirement Living,S01009716,Kilrymont and Langlands,8a,Affluent communities,S02001834,St Andrews South East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178536 +178536,S00110587,8b1,Deprived Blue-Collar Terraces,S01009562,South Parks West,5d,Endeavouring social renters,S02001801,Glenrothes South Parks,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178537 +178537,S00110594,8b1,Deprived Blue-Collar Terraces,S01009564,South Parks North,5c,Comfortable neighbourhoods,S02001801,Glenrothes South Parks,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178538 +178538,S00110596,8b1,Deprived Blue-Collar Terraces,S01009563,South Parks East,4b,Constrained renters,S02001801,Glenrothes South Parks,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178539 +178539,S00110598,8b1,Deprived Blue-Collar Terraces,S01009563,South Parks East,4b,Constrained renters,S02001801,Glenrothes South Parks,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178540 +178540,S00110600,8b1,Deprived Blue-Collar Terraces,S01009562,South Parks West,5d,Endeavouring social renters,S02001801,Glenrothes South Parks,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178541 +178541,S00110601,8b1,Deprived Blue-Collar Terraces,S01009563,South Parks East,4b,Constrained renters,S02001801,Glenrothes South Parks,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178542 +178542,S00110603,8b1,Deprived Blue-Collar Terraces,S01009562,South Parks West,5d,Endeavouring social renters,S02001801,Glenrothes South Parks,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178543 +178543,S00110607,8b1,Deprived Blue-Collar Terraces,S01009550,Newcastle West,5d,Endeavouring social renters,S02001799,Leslie and Newcastle,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178544 +178544,S00110608,8b1,Deprived Blue-Collar Terraces,S01009551,Newcastle East,5b,Aspiring urban households,S02001799,Leslie and Newcastle,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178545 +178545,S00110609,8b1,Deprived Blue-Collar Terraces,S01009551,Newcastle East,5b,Aspiring urban households,S02001799,Leslie and Newcastle,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178546 +178546,S00110610,8b1,Deprived Blue-Collar Terraces,S01009551,Newcastle East,5b,Aspiring urban households,S02001799,Leslie and Newcastle,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178547 +178547,S00110619,8b1,Deprived Blue-Collar Terraces,S01009556,Tanshall West,4b,Constrained renters,S02001800,Glenrothes Macedonia and Tanshall,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178548 +178548,S00110621,8b1,Deprived Blue-Collar Terraces,S01009560,Tanshall Central,4b,Constrained renters,S02001800,Glenrothes Macedonia and Tanshall,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178549 +178549,S00110625,8b1,Deprived Blue-Collar Terraces,S01009560,Tanshall Central,4b,Constrained renters,S02001800,Glenrothes Macedonia and Tanshall,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178550 +178550,S00110633,8b1,Deprived Blue-Collar Terraces,S01009567,Caskieberran West,4b,Constrained renters,S02001802,Glenrothes Caskieberran and Rimbleton,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178551 +178551,S00110634,8b1,Deprived Blue-Collar Terraces,S01009567,Caskieberran West,4b,Constrained renters,S02001802,Glenrothes Caskieberran and Rimbleton,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178552 +178552,S00110635,8b1,Deprived Blue-Collar Terraces,S01009567,Caskieberran West,4b,Constrained renters,S02001802,Glenrothes Caskieberran and Rimbleton,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178553 +178553,S00110638,8b1,Deprived Blue-Collar Terraces,S01009566,Caskieberran East,5b,Aspiring urban households,S02001802,Glenrothes Caskieberran and Rimbleton,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178554 +178554,S00110639,8b1,Deprived Blue-Collar Terraces,S01009566,Caskieberran East,5b,Aspiring urban households,S02001802,Glenrothes Caskieberran and Rimbleton,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178555 +178555,S00110640,8b1,Deprived Blue-Collar Terraces,S01009566,Caskieberran East,5b,Aspiring urban households,S02001802,Glenrothes Caskieberran and Rimbleton,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178556 +178556,S00110642,8b1,Deprived Blue-Collar Terraces,S01009566,Caskieberran East,5b,Aspiring urban households,S02001802,Glenrothes Caskieberran and Rimbleton,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178557 +178557,S00110645,8b1,Deprived Blue-Collar Terraces,S01009566,Caskieberran East,5b,Aspiring urban households,S02001802,Glenrothes Caskieberran and Rimbleton,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178558 +178558,S00110647,8b1,Deprived Blue-Collar Terraces,S01009568,Rimbleton West,5d,Endeavouring social renters,S02001802,Glenrothes Caskieberran and Rimbleton,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178559 +178559,S00110653,8b1,Deprived Blue-Collar Terraces,S01009568,Rimbleton West,5d,Endeavouring social renters,S02001802,Glenrothes Caskieberran and Rimbleton,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178560 +178560,S00110654,8b1,Deprived Blue-Collar Terraces,S01009568,Rimbleton West,5d,Endeavouring social renters,S02001802,Glenrothes Caskieberran and Rimbleton,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178561 +178561,S00110655,8b1,Deprived Blue-Collar Terraces,S01009565,Viewfield North and Rimbleton South,4a,Challenged white communities,S02001802,Glenrothes Caskieberran and Rimbleton,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178562 +178562,S00110657,8b1,Deprived Blue-Collar Terraces,S01009569,Rimbleton North,5d,Endeavouring social renters,S02001802,Glenrothes Caskieberran and Rimbleton,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178563 +178563,S00110658,8b1,Deprived Blue-Collar Terraces,S01009569,Rimbleton North,5d,Endeavouring social renters,S02001802,Glenrothes Caskieberran and Rimbleton,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178564 +178564,S00110668,8b1,Deprived Blue-Collar Terraces,S01009570,Rimbleton East,4a,Challenged white communities,S02001802,Glenrothes Caskieberran and Rimbleton,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178565 +178565,S00110686,8b1,Deprived Blue-Collar Terraces,S01009578,Stenton Central,5d,Endeavouring social renters,S02001804,Glenrothes Stenton and Finglassie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178566 +178566,S00110689,8b1,Deprived Blue-Collar Terraces,S01009575,Stenton North,5d,Endeavouring social renters,S02001804,Glenrothes Stenton and Finglassie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178567 +178567,S00110696,8b1,Deprived Blue-Collar Terraces,S01009578,Stenton Central,5d,Endeavouring social renters,S02001804,Glenrothes Stenton and Finglassie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178568 +178568,S00110698,8b1,Deprived Blue-Collar Terraces,S01009581,Pitteuchar South East,5d,Endeavouring social renters,S02001805,Glenrothes Pitteuchar,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178569 +178569,S00110704,8b1,Deprived Blue-Collar Terraces,S01009586,Pitteuchar South,5a,Ageing urban communities,S02001805,Glenrothes Pitteuchar,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178570 +178570,S00110706,8b1,Deprived Blue-Collar Terraces,S01009582,Pitteuchar North East,5d,Endeavouring social renters,S02001805,Glenrothes Pitteuchar,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178571 +178571,S00110710,8b1,Deprived Blue-Collar Terraces,S01009583,Pitteuchar Central,4a,Challenged white communities,S02001805,Glenrothes Pitteuchar,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178572 +178572,S00110711,8b1,Deprived Blue-Collar Terraces,S01009583,Pitteuchar Central,4a,Challenged white communities,S02001805,Glenrothes Pitteuchar,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178573 +178573,S00110715,8b1,Deprived Blue-Collar Terraces,S01009583,Pitteuchar Central,4a,Challenged white communities,S02001805,Glenrothes Pitteuchar,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178574 +178574,S00110716,8b1,Deprived Blue-Collar Terraces,S01009585,Pitteuchar West,5d,Endeavouring social renters,S02001805,Glenrothes Pitteuchar,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178575 +178575,S00110717,8b1,Deprived Blue-Collar Terraces,S01009583,Pitteuchar Central,4a,Challenged white communities,S02001805,Glenrothes Pitteuchar,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178576 +178576,S00110719,8b1,Deprived Blue-Collar Terraces,S01009585,Pitteuchar West,5d,Endeavouring social renters,S02001805,Glenrothes Pitteuchar,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178577 +178577,S00110780,8b1,Deprived Blue-Collar Terraces,S01009589,Woodside South,4a,Challenged white communities,S02001806,Glenrothes Woodside,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178578 +178578,S00110795,8b1,Deprived Blue-Collar Terraces,S01009599,Pitcoudie,4a,Challenged white communities,S02001809,Glenrothes Cadham and Pitcoudie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178579 +178579,S00110802,8b1,Deprived Blue-Collar Terraces,S01009601,Cadham South,4a,Challenged white communities,S02001809,Glenrothes Cadham and Pitcoudie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178580 +178580,S00111147,6a3,Detached Retirement Living,S01009735,Lawhead and Northbank,3c,Highly qualified professionals,S02001837,St Andrews North and Strathkinness,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178581 +178581,S00112027,6a3,Detached Retirement Living,S01009652,Lundin Links,8a,Affluent communities,S02001820,Largo,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178582 +178582,S00110224,7b1,Eastern European Communities,S01009500,Fair Isle,4a,Challenged white communities,S02001789,Kirkcaldy Templehall West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178583 +178583,S00111522,8b1,Deprived Blue-Collar Terraces,S01009386,Inverkeithing Spencerfield North,5d,Endeavouring social renters,S02001764,Inverkeithing East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178584 +178584,S00111568,8b1,Deprived Blue-Collar Terraces,S01009364,Dunfermline Business Park,5b,Aspiring urban households,S02001759,Rosyth North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178585 +178585,S00111569,8b1,Deprived Blue-Collar Terraces,S01009364,Dunfermline Business Park,5b,Aspiring urban households,S02001759,Rosyth North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178586 +178586,S00111579,8b1,Deprived Blue-Collar Terraces,S01009343,Pitcorthie North East,5b,Aspiring urban households,S02001754,Dunfermline Abbeyview South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178587 +178587,S00111626,8b1,Deprived Blue-Collar Terraces,S01009558,Macedonia East,4a,Challenged white communities,S02001800,Glenrothes Macedonia and Tanshall,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178588 +178588,S00111632,8b1,Deprived Blue-Collar Terraces,S01009582,Pitteuchar North East,5d,Endeavouring social renters,S02001805,Glenrothes Pitteuchar,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178589 +178589,S00111755,8b1,Deprived Blue-Collar Terraces,S01009364,Dunfermline Business Park,5b,Aspiring urban households,S02001759,Rosyth North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178590 +178590,S00111757,8b1,Deprived Blue-Collar Terraces,S01009364,Dunfermline Business Park,5b,Aspiring urban households,S02001759,Rosyth North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178591 +178591,S00111780,8b1,Deprived Blue-Collar Terraces,S01009345,Abbeyview Linburn,4a,Challenged white communities,S02001754,Dunfermline Abbeyview South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178592 +178592,S00111782,8b1,Deprived Blue-Collar Terraces,S01009345,Abbeyview Linburn,4a,Challenged white communities,S02001754,Dunfermline Abbeyview South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178593 +178593,S00111784,8b1,Deprived Blue-Collar Terraces,S01009343,Pitcorthie North East,5b,Aspiring urban households,S02001754,Dunfermline Abbeyview South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178594 +178594,S00111785,8b1,Deprived Blue-Collar Terraces,S01009343,Pitcorthie North East,5b,Aspiring urban households,S02001754,Dunfermline Abbeyview South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178595 +178595,S00111955,8b1,Deprived Blue-Collar Terraces,S01009629,Methilhill South West,4a,Challenged white communities,S02001814,Methil Methilhill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178596 +178596,S00111979,8b1,Deprived Blue-Collar Terraces,S01009559,Macedonia West,4b,Constrained renters,S02001800,Glenrothes Macedonia and Tanshall,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178597 +178597,S00111985,8b1,Deprived Blue-Collar Terraces,S01009566,Caskieberran East,5b,Aspiring urban households,S02001802,Glenrothes Caskieberran and Rimbleton,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178598 +178598,S00111986,8b1,Deprived Blue-Collar Terraces,S01009566,Caskieberran East,5b,Aspiring urban households,S02001802,Glenrothes Caskieberran and Rimbleton,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178599 +178599,S00109305,7b2,Deprived Neighbourhoods,S01009388,Inverkeithing Spittalfield,4d,Hard-pressed flat dwellers,S02001764,Inverkeithing East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178600 +178600,S00109306,7b2,Deprived Neighbourhoods,S01009388,Inverkeithing Spittalfield,4d,Hard-pressed flat dwellers,S02001764,Inverkeithing East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178601 +178601,S00109437,7b2,Deprived Neighbourhoods,S01009338,Abbeyview East,4d,Hard-pressed flat dwellers,S02001753,Dunfermline Abbeyview North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178602 +178602,S00109455,7b2,Deprived Neighbourhoods,S01009334,Woodmill North,4a,Challenged white communities,S02001752,Dunfermline Touch and Woodmill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178603 +178603,S00109459,7b2,Deprived Neighbourhoods,S01009334,Woodmill North,4a,Challenged white communities,S02001752,Dunfermline Touch and Woodmill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178604 +178604,S00109541,7b2,Deprived Neighbourhoods,S01009301,Broomhead,4d,Hard-pressed flat dwellers,S02001745,Dunfermline Baldridgeburn,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178605 +178605,S00109542,7b2,Deprived Neighbourhoods,S01009301,Broomhead,4d,Hard-pressed flat dwellers,S02001745,Dunfermline Baldridgeburn,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178606 +178606,S00111148,6a3,Detached Retirement Living,S01009735,Lawhead and Northbank,3c,Highly qualified professionals,S02001837,St Andrews North and Strathkinness,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178607 +178607,S00109981,7b3,Endeavouring Flat Dwellers,S01009533,Sinclairtown West,4d,Hard-pressed flat dwellers,S02001795,Kirkcaldy Gallatown and Sinclairtown,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178608 +178608,S00110492,7b1,Eastern European Communities,S01009635,Methil New Bayview,4a,Challenged white communities,S02001816,Methil East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178609 +178609,S00112031,6a3,Detached Retirement Living,S01009653,Lower Largo Northern,8b,Ageing suburbanites,S02001820,Largo,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178610 +178610,S00109544,7b2,Deprived Neighbourhoods,S01009301,Broomhead,4d,Hard-pressed flat dwellers,S02001745,Dunfermline Baldridgeburn,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178611 +178611,S00109609,7b2,Deprived Neighbourhoods,S01009302,Headwell East,4d,Hard-pressed flat dwellers,S02001746,Dunfermline Headwell,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178612 +178612,S00109681,7b2,Deprived Neighbourhoods,S01009265,Kincardine West,5c,Comfortable neighbourhoods,S02001738,Kincardine,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178613 +178613,S00109848,7b2,Deprived Neighbourhoods,S01009450,Lumphinnans,4d,Hard-pressed flat dwellers,S02001778,Lochgelly West and Lumphinnans,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178614 +178614,S00109863,7b2,Deprived Neighbourhoods,S01009490,Cowdenbeath South,4a,Challenged white communities,S02001770,Cowdenbeath South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178615 +178615,S00109930,7b2,Deprived Neighbourhoods,S01009471,Linktown East,4d,Hard-pressed flat dwellers,S02001783,Kirkcaldy Linktown & Seafield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178616 +178616,S00110014,7b2,Deprived Neighbourhoods,S01009540,Sinclairtown North,4d,Hard-pressed flat dwellers,S02001796,Dysart,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178617 +178617,S00110034,7b2,Deprived Neighbourhoods,S01009535,Gallatown West,4d,Hard-pressed flat dwellers,S02001795,Kirkcaldy Gallatown and Sinclairtown,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178618 +178618,S00110036,7b2,Deprived Neighbourhoods,S01009535,Gallatown West,4d,Hard-pressed flat dwellers,S02001795,Kirkcaldy Gallatown and Sinclairtown,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178619 +178619,S00110041,7b2,Deprived Neighbourhoods,S01009534,Sinclairtown Central,4d,Hard-pressed flat dwellers,S02001795,Kirkcaldy Gallatown and Sinclairtown,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178620 +178620,S00110259,7b2,Deprived Neighbourhoods,S01009421,Kelty South West,4a,Challenged white communities,S02001772,Kelty West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178621 +178621,S00110366,7b2,Deprived Neighbourhoods,S01009542,East Wemyss McDuff,4d,Hard-pressed flat dwellers,S02001797,Wemyss,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178622 +178622,S00110398,7b2,Deprived Neighbourhoods,S01009622,Buckhaven South,4d,Hard-pressed flat dwellers,S02001813,"Buckhaven, Denbeath and Muiredge",S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178623 +178623,S00110477,7b2,Deprived Neighbourhoods,S01009631,Lower Methil,4d,Hard-pressed flat dwellers,S02001815,Methil West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178624 +178624,S00110491,7b2,Deprived Neighbourhoods,S01009635,Methil New Bayview,4a,Challenged white communities,S02001816,Methil East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178625 +178625,S00110506,7b2,Deprived Neighbourhoods,S01009633,Methil Savoy,4d,Hard-pressed flat dwellers,S02001815,Methil West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178626 +178626,S00110510,7b2,Deprived Neighbourhoods,S01009632,Methil Memorial Park,4d,Hard-pressed flat dwellers,S02001815,Methil West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178627 +178627,S00110895,7b2,Deprived Neighbourhoods,S01009659,Kennoway Central,5c,Comfortable neighbourhoods,S02001821,Kennoway and Bonnybank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178628 +178628,S00111380,7b2,Deprived Neighbourhoods,S01009622,Buckhaven South,4d,Hard-pressed flat dwellers,S02001813,"Buckhaven, Denbeath and Muiredge",S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178629 +178629,S00111576,7b2,Deprived Neighbourhoods,S01009388,Inverkeithing Spittalfield,4d,Hard-pressed flat dwellers,S02001764,Inverkeithing East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178630 +178630,S00111602,7b2,Deprived Neighbourhoods,S01009504,Kirkcaldy Valley West,4a,Challenged white communities,S02001790,Kirkcaldy Templehall East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178631 +178631,S00111215,6a3,Detached Retirement Living,S01009744,Balmullo North,2b,Prospering countryside life,S02001839,Balmullo and Gauldry,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178632 +178632,S00112055,6a3,Detached Retirement Living,S01009681,Springfield East,2a,Ageing rural neighbourhoods,S02001826,Cupar West and Springfield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178633 +178633,S00109988,7b3,Endeavouring Flat Dwellers,S01009527,Pathhead Central,4b,Constrained renters,S02001794,Kirkcaldy Pathhead,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178634 +178634,S00109999,7b3,Endeavouring Flat Dwellers,S01009538,Dysart Central,4b,Constrained renters,S02001796,Dysart,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178635 +178635,S00110499,7b1,Eastern European Communities,S01009636,Aberhill,4d,Hard-pressed flat dwellers,S02001816,Methil East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178636 +178636,S00110001,7b3,Endeavouring Flat Dwellers,S01009537,Dysart North,4b,Constrained renters,S02001796,Dysart,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178637 +178637,S00110505,7b1,Eastern European Communities,S01009632,Methil Memorial Park,4d,Hard-pressed flat dwellers,S02001815,Methil West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178638 +178638,S00112062,6a3,Detached Retirement Living,S01009692,Cupar East,8b,Ageing suburbanites,S02001828,Cupar East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178639 +178639,S00110005,7b3,Endeavouring Flat Dwellers,S01009536,Dysart North East,4b,Constrained renters,S02001796,Dysart,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178640 +178640,S00111216,6a3,Detached Retirement Living,S01009744,Balmullo North,2b,Prospering countryside life,S02001839,Balmullo and Gauldry,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178641 +178641,S00110526,7b1,Eastern European Communities,S01009647,Leven North,4d,Hard-pressed flat dwellers,S02001818,Leven West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178642 +178642,S00112067,6a3,Detached Retirement Living,S01009693,Cupar Tarvit,8b,Ageing suburbanites,S02001828,Cupar East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178643 +178643,S00110033,7b3,Endeavouring Flat Dwellers,S01009535,Gallatown West,4d,Hard-pressed flat dwellers,S02001795,Kirkcaldy Gallatown and Sinclairtown,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178644 +178644,S00111217,6a3,Detached Retirement Living,S01009745,Balmullo South,2b,Prospering countryside life,S02001839,Balmullo and Gauldry,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178645 +178645,S00110531,7b1,Eastern European Communities,S01009647,Leven North,4d,Hard-pressed flat dwellers,S02001818,Leven West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178646 +178646,S00112069,6a3,Detached Retirement Living,S01009691,Cupar Station and Meadowside,8a,Affluent communities,S02001828,Cupar East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178647 +178647,S00110035,7b3,Endeavouring Flat Dwellers,S01009535,Gallatown West,4d,Hard-pressed flat dwellers,S02001795,Kirkcaldy Gallatown and Sinclairtown,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178648 +178648,S00111220,6a3,Detached Retirement Living,S01009757,Wormit West,8a,Affluent communities,S02001841,Newport and Wormit,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178649 +178649,S00111223,6a3,Detached Retirement Living,S01009757,Wormit West,8a,Affluent communities,S02001841,Newport and Wormit,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178650 +178650,S00111281,6a3,Detached Retirement Living,S01009530,Ravenscraig,8b,Ageing suburbanites,S02001794,Kirkcaldy Pathhead,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178651 +178651,S00111357,6a3,Detached Retirement Living,S01009273,Saline North,8b,Ageing suburbanites,S02001740,Saline and Gowkhall,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178652 +178652,S00111358,6a3,Detached Retirement Living,S01009273,Saline North,8b,Ageing suburbanites,S02001740,Saline and Gowkhall,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178653 +178653,S00111359,6a3,Detached Retirement Living,S01009424,Kelty East,5a,Ageing urban communities,S02001773,Kelty East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178654 +178654,S00111452,6a3,Detached Retirement Living,S01009670,Falkland East and East Lomond,2d,Rural traits,S02001823,Falkland and Freuchie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178655 +178655,S00111458,6a3,Detached Retirement Living,S01009672,Auchtermuchty West,5d,Endeavouring social renters,S02001824,Auchtermuchty and Gateside,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178656 +178656,S00111467,6a3,Detached Retirement Living,S01009692,Cupar East,8b,Ageing suburbanites,S02001828,Cupar East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178657 +178657,S00111468,6a3,Detached Retirement Living,S01009682,Cupar Westfield South,8c,Comfortable suburbia,S02001826,Cupar West and Springfield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178658 +178658,S00111469,6a3,Detached Retirement Living,S01009694,Cupar South South East,8a,Affluent communities,S02001828,Cupar East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178659 +178659,S00111471,6a3,Detached Retirement Living,S01009431,Glencraig Landward,5c,Comfortable neighbourhoods,S02001774,Lochore and Crosshill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178660 +178660,S00111507,6a3,Detached Retirement Living,S01009744,Balmullo North,2b,Prospering countryside life,S02001839,Balmullo and Gauldry,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178661 +178661,S00111513,6a3,Detached Retirement Living,S01009332,Lynebank,8a,Affluent communities,S02001751,Dunfermline Duloch North and Lynebank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178662 +178662,S00111540,6a3,Detached Retirement Living,S01009356,Pitcorthie East,8b,Ageing suburbanites,S02001757,Dunfermline Pitcorthie East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178663 +178663,S00111542,6a3,Detached Retirement Living,S01009310,Ladys Mill,8a,Affluent communities,S02001747,Dunfermline Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178664 +178664,S00111606,6a3,Detached Retirement Living,S01009510,Dunnikier South,8b,Ageing suburbanites,S02001791,Kirkcaldy Dunnikier,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178665 +178665,S00111640,6a3,Detached Retirement Living,S01009615,Windygates West,5c,Comfortable neighbourhoods,S02001812,Windygates and Coaltown,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178666 +178666,S00111689,6a3,Detached Retirement Living,S01009353,Middlebank,8c,Comfortable suburbia,S02001756,Dunfermline Masterton,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178667 +178667,S00111696,6a3,Detached Retirement Living,S01009358,Pitreavie Castle East and Heathery,8a,Affluent communities,S02001757,Dunfermline Pitcorthie East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178668 +178668,S00111700,6a3,Detached Retirement Living,S01009322,Kingseat,5c,Comfortable neighbourhoods,S02001750,Dunfermline Bellyeoman and Townhill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178669 +178669,S00111715,6a3,Detached Retirement Living,S01009475,Seafield Central,8a,Affluent communities,S02001783,Kirkcaldy Linktown & Seafield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178670 +178670,S00111743,6a3,Detached Retirement Living,S01009403,Dalgety Donibristle and Hillend,8c,Comfortable suburbia,S02001767,Dalgety Bay East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178671 +178671,S00111749,6a3,Detached Retirement Living,S01009399,Dalgety Longhill Park,8c,Comfortable suburbia,S02001766,Dalgety Bay Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178672 +178672,S00111764,6a3,Detached Retirement Living,S01009287,Limekilns,8a,Affluent communities,S02001743,Crossford Charlestown and Limekilns,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178673 +178673,S00111767,6a3,Detached Retirement Living,S01009455,St Colme and Aberdour West,2b,Prospering countryside life,S02001779,Aberdour and Auchtertool,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178674 +178674,S00111768,6a3,Detached Retirement Living,S01009455,St Colme and Aberdour West,2b,Prospering countryside life,S02001779,Aberdour and Auchtertool,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178675 +178675,S00111799,6a3,Detached Retirement Living,S01009320,Bellyeoman South,5c,Comfortable neighbourhoods,S02001750,Dunfermline Bellyeoman and Townhill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178676 +178676,S00111802,6a3,Detached Retirement Living,S01009319,Garvock Hill North East,8b,Ageing suburbanites,S02001749,Dunfermline Garvock Hill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178677 +178677,S00111809,6a3,Detached Retirement Living,S01009296,Beveridgewell Western and Parkneuk,8c,Comfortable suburbia,S02001744,Dunfermline Milesmark and Wellwood,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178678 +178678,S00111817,6a3,Detached Retirement Living,S01009327,Kingseathill,8b,Ageing suburbanites,S02001750,Dunfermline Bellyeoman and Townhill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178679 +178679,S00111825,6a3,Detached Retirement Living,S01009325,Bellyeoman North and Townhill Landward,2a,Ageing rural neighbourhoods,S02001750,Dunfermline Bellyeoman and Townhill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178680 +178680,S00111843,6a3,Detached Retirement Living,S01009285,Cairneyhill North,8c,Comfortable suburbia,S02001742,Cairneyhill and Crombie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178681 +178681,S00111871,6a3,Detached Retirement Living,S01009414,Cowdenbeath Foulford,5d,Endeavouring social renters,S02001771,Cowdenbeath North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178682 +178682,S00111912,6a3,Detached Retirement Living,S01009494,Raith,8c,Comfortable suburbia,S02001787,Kirkcaldy Raith,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178683 +178683,S00111919,6a3,Detached Retirement Living,S01009495,Raith and Long Braes,8c,Comfortable suburbia,S02001787,Kirkcaldy Raith,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178684 +178684,S00111921,6a3,Detached Retirement Living,S01009495,Raith and Long Braes,8c,Comfortable suburbia,S02001787,Kirkcaldy Raith,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178685 +178685,S00111934,6a3,Detached Retirement Living,S01009425,Kelty Oakfield,5c,Comfortable neighbourhoods,S02001773,Kelty East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178686 +178686,S00111976,6a3,Detached Retirement Living,S01009650,Leven Letham Glen,8b,Ageing suburbanites,S02001819,Leven North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178687 +178687,S00112073,6a3,Detached Retirement Living,S01009694,Cupar South South East,8a,Affluent communities,S02001828,Cupar East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178688 +178688,S00112074,6a3,Detached Retirement Living,S01009694,Cupar South South East,8a,Affluent communities,S02001828,Cupar East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178689 +178689,S00112076,6a3,Detached Retirement Living,S01009694,Cupar South South East,8a,Affluent communities,S02001828,Cupar East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178690 +178690,S00110055,7b3,Endeavouring Flat Dwellers,S01009484,Oriel and Forth,5a,Ageing urban communities,S02001785,Kirkcaldy Bennochy East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178691 +178691,S00112077,6a3,Detached Retirement Living,S01009694,Cupar South South East,8a,Affluent communities,S02001828,Cupar East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178692 +178692,S00112125,6a3,Detached Retirement Living,S01009493,Raith Estate and Southerton,8a,Affluent communities,S02001787,Kirkcaldy Raith,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178693 +178693,S00110057,7b3,Endeavouring Flat Dwellers,S01009486,Forth Park,5c,Comfortable neighbourhoods,S02001786,Kirkcaldy Bennochy West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178694 +178694,S00112133,6a3,Detached Retirement Living,S01009602,Coul,8b,Ageing suburbanites,S02001810,Glenrothes Balfarg Pitcairn and Coul,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178695 +178695,S00110731,7b1,Eastern European Communities,S01009571,Auchmuty North West,4b,Constrained renters,S02001803,Glenrothes Auchmuty,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178696 +178696,S00110738,7b1,Eastern European Communities,S01009572,Auchmuty West,4b,Constrained renters,S02001803,Glenrothes Auchmuty,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178697 +178697,S00111039,7b1,Eastern European Communities,S01009688,Cupar North West,4b,Constrained renters,S02001827,Cupar Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178698 +178698,S00110100,7b3,Endeavouring Flat Dwellers,S01009525,Hayfield South,4d,Hard-pressed flat dwellers,S02001793,Kirkcaldy Hayfield and Smeaton,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178699 +178699,S00111058,7b1,Eastern European Communities,S01009688,Cupar North West,4b,Constrained renters,S02001827,Cupar Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178700 +178700,S00109001,1c3,Detached Rural Retirement,S01009275,Knock Hill Landward,2a,Ageing rural neighbourhoods,S02001740,Saline and Gowkhall,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178701 +178701,S00110112,7b3,Endeavouring Flat Dwellers,S01009487,Forth Park North,4b,Constrained renters,S02001786,Kirkcaldy Bennochy West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178702 +178702,S00111313,7b1,Eastern European Communities,S01009473,Linktown Central,4b,Constrained renters,S02001783,Kirkcaldy Linktown & Seafield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178703 +178703,S00109042,1c3,Detached Rural Retirement,S01009685,Springfield West and Rankeilour,2d,Rural traits,S02001826,Cupar West and Springfield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178704 +178704,S00109118,1c3,Detached Rural Retirement,S01009727,Feddinch and The Grange,2a,Ageing rural neighbourhoods,S02001836,St Andrews South West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178705 +178705,S00110535,1c3,Detached Rural Retirement,S01009650,Leven Letham Glen,8b,Ageing suburbanites,S02001819,Leven North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178706 +178706,S00110691,1c3,Detached Rural Retirement,S01009577,Finglassie South,8b,Ageing suburbanites,S02001804,Glenrothes Stenton and Finglassie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178707 +178707,S00110831,1c3,Detached Rural Retirement,S01009552,Leslie South West and Auchmuir,2d,Rural traits,S02001799,Leslie and Newcastle,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178708 +178708,S00111046,1c3,Detached Rural Retirement,S01009692,Cupar East,8b,Ageing suburbanites,S02001828,Cupar East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178709 +178709,S00111144,1c3,Detached Rural Retirement,S01009735,Lawhead and Northbank,3c,Highly qualified professionals,S02001837,St Andrews North and Strathkinness,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178710 +178710,S00111441,1c3,Detached Rural Retirement,S01009664,Monimal Pitlessie and Cults,2d,Rural traits,S02001822,Kettle and Ladybank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178711 +178711,S00111716,1c3,Detached Rural Retirement,S01009661,Bonnybank and Montrave,2c,Remoter communities,S02001821,Kennoway and Bonnybank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178712 +178712,S00112075,1c3,Detached Rural Retirement,S01009694,Cupar South South East,8a,Affluent communities,S02001828,Cupar East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178713 +178713,S00109312,7b1,Eastern European Communities,S01009388,Inverkeithing Spittalfield,4d,Hard-pressed flat dwellers,S02001764,Inverkeithing East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178714 +178714,S00109313,7b1,Eastern European Communities,S01009387,Inverkeithing Spencerfield South,4a,Challenged white communities,S02001764,Inverkeithing East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178715 +178715,S00109467,7b1,Eastern European Communities,S01009336,Touch,4d,Hard-pressed flat dwellers,S02001752,Dunfermline Touch and Woodmill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178716 +178716,S00109575,7b1,Eastern European Communities,S01009306,Headwell South West,4b,Constrained renters,S02001746,Dunfermline Headwell,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178717 +178717,S00109611,7b1,Eastern European Communities,S01009302,Headwell East,4d,Hard-pressed flat dwellers,S02001746,Dunfermline Headwell,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178718 +178718,S00109662,7b1,Eastern European Communities,S01009460,Burntisland Docks,4d,Hard-pressed flat dwellers,S02001780,Burntisland West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178719 +178719,S00109663,7b1,Eastern European Communities,S01009460,Burntisland Docks,4d,Hard-pressed flat dwellers,S02001780,Burntisland West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178720 +178720,S00109782,7b1,Eastern European Communities,S01009451,Lochgelly South West,4a,Challenged white communities,S02001778,Lochgelly West and Lumphinnans,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178721 +178721,S00109805,7b1,Eastern European Communities,S01009452,Lochgelly West and Lumphinnans Central,4a,Challenged white communities,S02001778,Lochgelly West and Lumphinnans,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178722 +178722,S00109913,7b1,Eastern European Communities,S01009474,Linktown South and Seafield North,4a,Challenged white communities,S02001783,Kirkcaldy Linktown & Seafield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178723 +178723,S00109919,7b1,Eastern European Communities,S01009473,Linktown Central,4b,Constrained renters,S02001783,Kirkcaldy Linktown & Seafield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178724 +178724,S00109920,7b1,Eastern European Communities,S01009473,Linktown Central,4b,Constrained renters,S02001783,Kirkcaldy Linktown & Seafield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178725 +178725,S00109925,7b1,Eastern European Communities,S01009472,Linktown North,4b,Constrained renters,S02001783,Kirkcaldy Linktown & Seafield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178726 +178726,S00109950,7b1,Eastern European Communities,S01009479,Kirkcaldy Central,3c,Highly qualified professionals,S02001784,Kirkcaldy Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178727 +178727,S00109954,7b1,Eastern European Communities,S01009479,Kirkcaldy Central,3c,Highly qualified professionals,S02001784,Kirkcaldy Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178728 +178728,S00109955,7b1,Eastern European Communities,S01009478,Kirkcaldy Central and East,4b,Constrained renters,S02001784,Kirkcaldy Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178729 +178729,S00109980,7b1,Eastern European Communities,S01009533,Sinclairtown West,4d,Hard-pressed flat dwellers,S02001795,Kirkcaldy Gallatown and Sinclairtown,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178730 +178730,S00109984,7b1,Eastern European Communities,S01009534,Sinclairtown Central,4d,Hard-pressed flat dwellers,S02001795,Kirkcaldy Gallatown and Sinclairtown,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178731 +178731,S00110010,7b1,Eastern European Communities,S01009540,Sinclairtown North,4d,Hard-pressed flat dwellers,S02001796,Dysart,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178732 +178732,S00110011,7b1,Eastern European Communities,S01009540,Sinclairtown North,4d,Hard-pressed flat dwellers,S02001796,Dysart,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178733 +178733,S00110012,7b1,Eastern European Communities,S01009540,Sinclairtown North,4d,Hard-pressed flat dwellers,S02001796,Dysart,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178734 +178734,S00110040,7b1,Eastern European Communities,S01009534,Sinclairtown Central,4d,Hard-pressed flat dwellers,S02001795,Kirkcaldy Gallatown and Sinclairtown,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178735 +178735,S00110215,7b3,Endeavouring Flat Dwellers,S01009496,Blackcraigs and West Torbain,4a,Challenged white communities,S02001788,Kirkcaldy Newliston and Redcraigs,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178736 +178736,S00110362,7b3,Endeavouring Flat Dwellers,S01009542,East Wemyss McDuff,4d,Hard-pressed flat dwellers,S02001797,Wemyss,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178737 +178737,S00110424,7b3,Endeavouring Flat Dwellers,S01009620,Buckhaven North,4a,Challenged white communities,S02001813,"Buckhaven, Denbeath and Muiredge",S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178738 +178738,S00110473,7b3,Endeavouring Flat Dwellers,S01009631,Lower Methil,4d,Hard-pressed flat dwellers,S02001815,Methil West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178739 +178739,S00110497,7b3,Endeavouring Flat Dwellers,S01009636,Aberhill,4d,Hard-pressed flat dwellers,S02001816,Methil East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178740 +178740,S00111318,7b1,Eastern European Communities,S01009535,Gallatown West,4d,Hard-pressed flat dwellers,S02001795,Kirkcaldy Gallatown and Sinclairtown,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178741 +178741,S00110498,7b3,Endeavouring Flat Dwellers,S01009636,Aberhill,4d,Hard-pressed flat dwellers,S02001816,Methil East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178742 +178742,S00110524,7b3,Endeavouring Flat Dwellers,S01009645,Leven Montrave,4a,Challenged white communities,S02001818,Leven West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178743 +178743,S00110534,7b3,Endeavouring Flat Dwellers,S01009640,Scoonie South,4d,Hard-pressed flat dwellers,S02001817,Leven East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178744 +178744,S00110536,7b3,Endeavouring Flat Dwellers,S01009640,Scoonie South,4d,Hard-pressed flat dwellers,S02001817,Leven East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178745 +178745,S00110838,7b3,Endeavouring Flat Dwellers,S01009553,Leslie West,4a,Challenged white communities,S02001799,Leslie and Newcastle,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178746 +178746,S00111036,7b3,Endeavouring Flat Dwellers,S01009688,Cupar North West,4b,Constrained renters,S02001827,Cupar Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178747 +178747,S00111247,7b3,Endeavouring Flat Dwellers,S01009750,Tayport South,5c,Comfortable neighbourhoods,S02001840,Tayport,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178748 +178748,S00111271,7b3,Endeavouring Flat Dwellers,S01009305,Headwell Central,5c,Comfortable neighbourhoods,S02001746,Dunfermline Headwell,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178749 +178749,S00111284,7b3,Endeavouring Flat Dwellers,S01009468,Kinghorn Central,4d,Hard-pressed flat dwellers,S02001782,Kinghorn,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178750 +178750,S00111333,7b3,Endeavouring Flat Dwellers,S01009527,Pathhead Central,4b,Constrained renters,S02001794,Kirkcaldy Pathhead,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178751 +178751,S00111548,7b3,Endeavouring Flat Dwellers,S01009298,Balbridgeburn North,4d,Hard-pressed flat dwellers,S02001745,Dunfermline Baldridgeburn,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178752 +178752,S00111597,7b3,Endeavouring Flat Dwellers,S01009527,Pathhead Central,4b,Constrained renters,S02001794,Kirkcaldy Pathhead,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178753 +178753,S00111598,7b3,Endeavouring Flat Dwellers,S01009537,Dysart North,4b,Constrained renters,S02001796,Dysart,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178754 +178754,S00111610,7b3,Endeavouring Flat Dwellers,S01009502,Templehall West,4a,Challenged white communities,S02001789,Kirkcaldy Templehall West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178755 +178755,S00111752,7b3,Endeavouring Flat Dwellers,S01009378,Rosyth Pease Hill East,5c,Comfortable neighbourhoods,S02001762,Rosyth South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178756 +178756,S00111805,7b3,Endeavouring Flat Dwellers,S01009298,Balbridgeburn North,4d,Hard-pressed flat dwellers,S02001745,Dunfermline Baldridgeburn,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178757 +178757,S00111880,7b3,Endeavouring Flat Dwellers,S01009478,Kirkcaldy Central and East,4b,Constrained renters,S02001784,Kirkcaldy Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178758 +178758,S00111888,7b3,Endeavouring Flat Dwellers,S01009526,Braehead and the Path,3c,Highly qualified professionals,S02001794,Kirkcaldy Pathhead,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178759 +178759,S00111897,7b3,Endeavouring Flat Dwellers,S01009536,Dysart North East,4b,Constrained renters,S02001796,Dysart,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178760 +178760,S00111951,7b3,Endeavouring Flat Dwellers,S01009549,Thornton North,5c,Comfortable neighbourhoods,S02001798,Thornton and Kinglassie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178761 +178761,S00108978,1a2,Established Farming Communities,S01009264,Kincardine North and Tulliallan,2b,Prospering countryside life,S02001738,Kincardine,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178762 +178762,S00108992,1a2,Established Farming Communities,S01009455,St Colme and Aberdour West,2b,Prospering countryside life,S02001779,Aberdour and Auchtertool,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178763 +178763,S00109002,1a2,Established Farming Communities,S01009277,Gowkhall and Landward,2c,Remoter communities,S02001740,Saline and Gowkhall,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178764 +178764,S00109013,1a2,Established Farming Communities,S01009494,Raith,8c,Comfortable suburbia,S02001787,Kirkcaldy Raith,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178765 +178765,S00109040,1a2,Established Farming Communities,S01009667,Giffordtown to Lathrisk,2c,Remoter communities,S02001822,Kettle and Ladybank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178766 +178766,S00109041,1a2,Established Farming Communities,S01009674,Collessie and Pitmedden Landward,2c,Remoter communities,S02001824,Auchtermuchty and Gateside,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178767 +178767,S00109082,1a2,Established Farming Communities,S01009674,Collessie and Pitmedden Landward,2c,Remoter communities,S02001824,Auchtermuchty and Gateside,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178768 +178768,S00109087,1a2,Established Farming Communities,S01009674,Collessie and Pitmedden Landward,2c,Remoter communities,S02001824,Auchtermuchty and Gateside,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178769 +178769,S00111577,7b1,Eastern European Communities,S01009388,Inverkeithing Spittalfield,4d,Hard-pressed flat dwellers,S02001764,Inverkeithing East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178770 +178770,S00111599,7b1,Eastern European Communities,S01009536,Dysart North East,4b,Constrained renters,S02001796,Dysart,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178771 +178771,S00111625,7b1,Eastern European Communities,S01009638,Methil Kirkland,4a,Challenged white communities,S02001816,Methil East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178772 +178772,S00111877,7b1,Eastern European Communities,S01009472,Linktown North,4b,Constrained renters,S02001783,Kirkcaldy Linktown & Seafield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178773 +178773,S00111878,7b1,Eastern European Communities,S01009472,Linktown North,4b,Constrained renters,S02001783,Kirkcaldy Linktown & Seafield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178774 +178774,S00111879,7b1,Eastern European Communities,S01009471,Linktown East,4d,Hard-pressed flat dwellers,S02001783,Kirkcaldy Linktown & Seafield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178775 +178775,S00109186,7b3,Endeavouring Flat Dwellers,S01009377,Rosyth Dockyard and Castle,3c,Highly qualified professionals,S02001762,Rosyth South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178776 +178776,S00109188,7b3,Endeavouring Flat Dwellers,S01009380,Rosyth Pease Hill South,5b,Aspiring urban households,S02001762,Rosyth South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178777 +178777,S00109270,7b3,Endeavouring Flat Dwellers,S01009383,Inverkeithing Jamestown,4d,Hard-pressed flat dwellers,S02001763,North Queensferry and Inverkeithing West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178778 +178778,S00109279,7b3,Endeavouring Flat Dwellers,S01009383,Inverkeithing Jamestown,4d,Hard-pressed flat dwellers,S02001763,North Queensferry and Inverkeithing West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178779 +178779,S00109310,7b3,Endeavouring Flat Dwellers,S01009388,Inverkeithing Spittalfield,4d,Hard-pressed flat dwellers,S02001764,Inverkeithing East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178780 +178780,S00109372,7b3,Endeavouring Flat Dwellers,S01009313,Brucefield South West,4a,Challenged white communities,S02001748,Dunfermline Brucefield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178781 +178781,S00109373,7b3,Endeavouring Flat Dwellers,S01009312,Brucefield West,3d,Households in terraces and flats,S02001748,Dunfermline Brucefield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178782 +178782,S00109384,7b3,Endeavouring Flat Dwellers,S01009312,Brucefield West,3d,Households in terraces and flats,S02001748,Dunfermline Brucefield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178783 +178783,S00109498,7b3,Endeavouring Flat Dwellers,S01009309,Abbey Parks South and Brucefield North West,3c,Highly qualified professionals,S02001747,Dunfermline Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178784 +178784,S00109538,7b3,Endeavouring Flat Dwellers,S01009300,Balbridgeburn South,4d,Hard-pressed flat dwellers,S02001745,Dunfermline Baldridgeburn,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178785 +178785,S00109552,7b3,Endeavouring Flat Dwellers,S01009298,Balbridgeburn North,4d,Hard-pressed flat dwellers,S02001745,Dunfermline Baldridgeburn,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178786 +178786,S00109597,7b3,Endeavouring Flat Dwellers,S01009305,Headwell Central,5c,Comfortable neighbourhoods,S02001746,Dunfermline Headwell,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178787 +178787,S00109601,7b3,Endeavouring Flat Dwellers,S01009302,Headwell East,4d,Hard-pressed flat dwellers,S02001746,Dunfermline Headwell,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178788 +178788,S00109604,7b3,Endeavouring Flat Dwellers,S01009302,Headwell East,4d,Hard-pressed flat dwellers,S02001746,Dunfermline Headwell,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178789 +178789,S00109638,7b3,Endeavouring Flat Dwellers,S01009460,Burntisland Docks,4d,Hard-pressed flat dwellers,S02001780,Burntisland West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178790 +178790,S00109641,7b3,Endeavouring Flat Dwellers,S01009459,Burntisland Links,4b,Constrained renters,S02001780,Burntisland West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178791 +178791,S00109642,7b3,Endeavouring Flat Dwellers,S01009460,Burntisland Docks,4d,Hard-pressed flat dwellers,S02001780,Burntisland West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178792 +178792,S00109643,7b3,Endeavouring Flat Dwellers,S01009459,Burntisland Links,4b,Constrained renters,S02001780,Burntisland West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178793 +178793,S00109661,7b3,Endeavouring Flat Dwellers,S01009460,Burntisland Docks,4d,Hard-pressed flat dwellers,S02001780,Burntisland West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178794 +178794,S00109665,7b3,Endeavouring Flat Dwellers,S01009458,Burntisland Central,5a,Ageing urban communities,S02001780,Burntisland West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178795 +178795,S00109706,7b3,Endeavouring Flat Dwellers,S01009468,Kinghorn Central,4d,Hard-pressed flat dwellers,S02001782,Kinghorn,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178796 +178796,S00109715,7b3,Endeavouring Flat Dwellers,S01009470,Kinghorn North West,5c,Comfortable neighbourhoods,S02001782,Kinghorn,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178797 +178797,S00109786,7b3,Endeavouring Flat Dwellers,S01009452,Lochgelly West and Lumphinnans Central,4a,Challenged white communities,S02001778,Lochgelly West and Lumphinnans,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178798 +178798,S00109811,7b3,Endeavouring Flat Dwellers,S01009446,Lochgelly East,4d,Hard-pressed flat dwellers,S02001777,Lochgelly East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178799 +178799,S00109861,7b3,Endeavouring Flat Dwellers,S01009490,Cowdenbeath South,4a,Challenged white communities,S02001770,Cowdenbeath South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178800 +178800,S00109247,8b2,Hard-Pressed Rented Terraces,S01009375,Admiralty South East,4a,Challenged white communities,S02001761,Rosyth Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178801 +178801,S00109248,8b2,Hard-Pressed Rented Terraces,S01009375,Admiralty South East,4a,Challenged white communities,S02001761,Rosyth Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178802 +178802,S00109252,8b2,Hard-Pressed Rented Terraces,S01009375,Admiralty South East,4a,Challenged white communities,S02001761,Rosyth Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178803 +178803,S00109253,8b2,Hard-Pressed Rented Terraces,S01009371,Admiralty North East,5d,Endeavouring social renters,S02001760,Rosyth East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178804 +178804,S00109255,8b2,Hard-Pressed Rented Terraces,S01009373,Rosyth Kings South,4a,Challenged white communities,S02001761,Rosyth Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178805 +178805,S00109257,8b2,Hard-Pressed Rented Terraces,S01009367,Admiralty North,4a,Challenged white communities,S02001760,Rosyth East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178806 +178806,S00110232,8b2,Hard-Pressed Rented Terraces,S01009515,Fair Isle North,4a,Challenged white communities,S02001792,Kirkcaldy Chapel,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178807 +178807,S00111124,8d2,Hard-Pressed Ethnic Mix,S01009719,Kilrymont East,4b,Constrained renters,S02001834,St Andrews South East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178808 +178808,S00109093,1a2,Established Farming Communities,S01009746,Kilmany Rathillet and Logie,2c,Remoter communities,S02001839,Balmullo and Gauldry,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178809 +178809,S00110776,8b2,Hard-Pressed Rented Terraces,S01009589,Woodside South,4a,Challenged white communities,S02001806,Glenrothes Woodside,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178810 +178810,S00110597,8b2,Hard-Pressed Rented Terraces,S01009563,South Parks East,4b,Constrained renters,S02001801,Glenrothes South Parks,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178811 +178811,S00111735,5a3,Families in Terraces and Flats,S01009394,Dalgety Steeple Clump,3c,Highly qualified professionals,S02001766,Dalgety Bay Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178812 +178812,S00109655,8b2,Hard-Pressed Rented Terraces,S01009464,Burntisland East Toll,5c,Comfortable neighbourhoods,S02001781,Burntisland East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178813 +178813,S00109264,8b2,Hard-Pressed Rented Terraces,S01009370,Rosyth Wilderness North,5c,Comfortable neighbourhoods,S02001760,Rosyth East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178814 +178814,S00109265,8b2,Hard-Pressed Rented Terraces,S01009369,Rosyth Kings East,5d,Endeavouring social renters,S02001760,Rosyth East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178815 +178815,S00109268,8b2,Hard-Pressed Rented Terraces,S01009368,Rosyth Wilderness East,5d,Endeavouring social renters,S02001760,Rosyth East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178816 +178816,S00109276,8b2,Hard-Pressed Rented Terraces,S01009382,Inverkeithing West,5c,Comfortable neighbourhoods,S02001763,North Queensferry and Inverkeithing West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178817 +178817,S00109277,8b2,Hard-Pressed Rented Terraces,S01009382,Inverkeithing West,5c,Comfortable neighbourhoods,S02001763,North Queensferry and Inverkeithing West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178818 +178818,S00109280,8b2,Hard-Pressed Rented Terraces,S01009383,Inverkeithing Jamestown,4d,Hard-pressed flat dwellers,S02001763,North Queensferry and Inverkeithing West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178819 +178819,S00109285,8b2,Hard-Pressed Rented Terraces,S01009381,Inverkeithing Belleknowes,5c,Comfortable neighbourhoods,S02001763,North Queensferry and Inverkeithing West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178820 +178820,S00109287,8b2,Hard-Pressed Rented Terraces,S01009382,Inverkeithing West,5c,Comfortable neighbourhoods,S02001763,North Queensferry and Inverkeithing West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178821 +178821,S00109300,8b2,Hard-Pressed Rented Terraces,S01009386,Inverkeithing Spencerfield North,5d,Endeavouring social renters,S02001764,Inverkeithing East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178822 +178822,S00109302,8b2,Hard-Pressed Rented Terraces,S01009386,Inverkeithing Spencerfield North,5d,Endeavouring social renters,S02001764,Inverkeithing East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178823 +178823,S00109303,8b2,Hard-Pressed Rented Terraces,S01009386,Inverkeithing Spencerfield North,5d,Endeavouring social renters,S02001764,Inverkeithing East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178824 +178824,S00109304,8b2,Hard-Pressed Rented Terraces,S01009386,Inverkeithing Spencerfield North,5d,Endeavouring social renters,S02001764,Inverkeithing East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178825 +178825,S00109307,8b2,Hard-Pressed Rented Terraces,S01009387,Inverkeithing Spencerfield South,4a,Challenged white communities,S02001764,Inverkeithing East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178826 +178826,S00109308,8b2,Hard-Pressed Rented Terraces,S01009387,Inverkeithing Spencerfield South,4a,Challenged white communities,S02001764,Inverkeithing East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178827 +178827,S00109314,8b2,Hard-Pressed Rented Terraces,S01009387,Inverkeithing Spencerfield South,4a,Challenged white communities,S02001764,Inverkeithing East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178828 +178828,S00109344,8b2,Hard-Pressed Rented Terraces,S01009280,High Valleyfield East,4a,Challenged white communities,S02001741,Valleyfield Culross and Torryburn,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178829 +178829,S00109346,8b2,Hard-Pressed Rented Terraces,S01009280,High Valleyfield East,4a,Challenged white communities,S02001741,Valleyfield Culross and Torryburn,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178830 +178830,S00109366,8b2,Hard-Pressed Rented Terraces,S01009311,Pitbauchlie West,4a,Challenged white communities,S02001748,Dunfermline Brucefield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178831 +178831,S00109371,8b2,Hard-Pressed Rented Terraces,S01009311,Pitbauchlie West,4a,Challenged white communities,S02001748,Dunfermline Brucefield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178832 +178832,S00109393,8b2,Hard-Pressed Rented Terraces,S01009334,Woodmill North,4a,Challenged white communities,S02001752,Dunfermline Touch and Woodmill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178833 +178833,S00109398,8b2,Hard-Pressed Rented Terraces,S01009335,Woodmill West,4a,Challenged white communities,S02001752,Dunfermline Touch and Woodmill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178834 +178834,S00109400,8b2,Hard-Pressed Rented Terraces,S01009341,Abbeyview West,4a,Challenged white communities,S02001753,Dunfermline Abbeyview North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178835 +178835,S00109401,8b2,Hard-Pressed Rented Terraces,S01009333,Woodmill South,4b,Constrained renters,S02001752,Dunfermline Touch and Woodmill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178836 +178836,S00109403,8b2,Hard-Pressed Rented Terraces,S01009341,Abbeyview West,4a,Challenged white communities,S02001753,Dunfermline Abbeyview North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178837 +178837,S00109404,8b2,Hard-Pressed Rented Terraces,S01009340,Abbeyview Central,4a,Challenged white communities,S02001753,Dunfermline Abbeyview North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178838 +178838,S00109405,8b2,Hard-Pressed Rented Terraces,S01009340,Abbeyview Central,4a,Challenged white communities,S02001753,Dunfermline Abbeyview North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178839 +178839,S00109406,8b2,Hard-Pressed Rented Terraces,S01009341,Abbeyview West,4a,Challenged white communities,S02001753,Dunfermline Abbeyview North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178840 +178840,S00109408,8b2,Hard-Pressed Rented Terraces,S01009342,Pitcorthie North,4a,Challenged white communities,S02001754,Dunfermline Abbeyview South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178841 +178841,S00109416,8b2,Hard-Pressed Rented Terraces,S01009341,Abbeyview West,4a,Challenged white communities,S02001753,Dunfermline Abbeyview North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178842 +178842,S00109417,8b2,Hard-Pressed Rented Terraces,S01009337,Pitcorthie North West,4a,Challenged white communities,S02001753,Dunfermline Abbeyview North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178843 +178843,S00109418,8b2,Hard-Pressed Rented Terraces,S01009333,Woodmill South,4b,Constrained renters,S02001752,Dunfermline Touch and Woodmill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178844 +178844,S00109429,8b2,Hard-Pressed Rented Terraces,S01009342,Pitcorthie North,4a,Challenged white communities,S02001754,Dunfermline Abbeyview South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178845 +178845,S00109432,8b2,Hard-Pressed Rented Terraces,S01009344,Abbeyview South East,4a,Challenged white communities,S02001754,Dunfermline Abbeyview South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178846 +178846,S00109433,8b2,Hard-Pressed Rented Terraces,S01009345,Abbeyview Linburn,4a,Challenged white communities,S02001754,Dunfermline Abbeyview South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178847 +178847,S00109434,8b2,Hard-Pressed Rented Terraces,S01009344,Abbeyview South East,4a,Challenged white communities,S02001754,Dunfermline Abbeyview South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178848 +178848,S00109435,8b2,Hard-Pressed Rented Terraces,S01009344,Abbeyview South East,4a,Challenged white communities,S02001754,Dunfermline Abbeyview South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178849 +178849,S00109436,8b2,Hard-Pressed Rented Terraces,S01009344,Abbeyview South East,4a,Challenged white communities,S02001754,Dunfermline Abbeyview South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178850 +178850,S00109438,8b2,Hard-Pressed Rented Terraces,S01009338,Abbeyview East,4d,Hard-pressed flat dwellers,S02001753,Dunfermline Abbeyview North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178851 +178851,S00109446,8b2,Hard-Pressed Rented Terraces,S01009339,Abbeyview North,4a,Challenged white communities,S02001753,Dunfermline Abbeyview North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178852 +178852,S00109454,8b2,Hard-Pressed Rented Terraces,S01009338,Abbeyview East,4d,Hard-pressed flat dwellers,S02001753,Dunfermline Abbeyview North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178853 +178853,S00109462,8b2,Hard-Pressed Rented Terraces,S01009334,Woodmill North,4a,Challenged white communities,S02001752,Dunfermline Touch and Woodmill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178854 +178854,S00109569,8b2,Hard-Pressed Rented Terraces,S01009320,Bellyeoman South,5c,Comfortable neighbourhoods,S02001750,Dunfermline Bellyeoman and Townhill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178855 +178855,S00109593,8b2,Hard-Pressed Rented Terraces,S01009292,Wellwood,4a,Challenged white communities,S02001744,Dunfermline Milesmark and Wellwood,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178856 +178856,S00109606,8b2,Hard-Pressed Rented Terraces,S01009304,Headwell North,5c,Comfortable neighbourhoods,S02001746,Dunfermline Headwell,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178857 +178857,S00110777,8b2,Hard-Pressed Rented Terraces,S01009588,Woodside North,5a,Ageing urban communities,S02001806,Glenrothes Woodside,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178858 +178858,S00110599,8b2,Hard-Pressed Rented Terraces,S01009563,South Parks East,4b,Constrained renters,S02001801,Glenrothes South Parks,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178859 +178859,S00109669,8b2,Hard-Pressed Rented Terraces,S01009465,Burntisland Meadowfield,5c,Comfortable neighbourhoods,S02001781,Burntisland East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178860 +178860,S00111884,5a3,Families in Terraces and Flats,S01009478,Kirkcaldy Central and East,4b,Constrained renters,S02001784,Kirkcaldy Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178861 +178861,S00110233,8b2,Hard-Pressed Rented Terraces,S01009516,Chapelhill and Torbain,5d,Endeavouring social renters,S02001792,Kirkcaldy Chapel,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178862 +178862,S00109099,1a2,Established Farming Communities,S01009746,Kilmany Rathillet and Logie,2c,Remoter communities,S02001839,Balmullo and Gauldry,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178863 +178863,S00109105,1a2,Established Farming Communities,S01009697,Dairsie and Kemback,2b,Prospering countryside life,S02001829,Dairsie Ceres and Dunino,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178864 +178864,S00111130,8d2,Hard-Pressed Ethnic Mix,S01009719,Kilrymont East,4b,Constrained renters,S02001834,St Andrews South East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178865 +178865,S00110778,8b2,Hard-Pressed Rented Terraces,S01009589,Woodside South,4a,Challenged white communities,S02001806,Glenrothes Woodside,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178866 +178866,S00109106,1a2,Established Farming Communities,S01009661,Bonnybank and Montrave,2c,Remoter communities,S02001821,Kennoway and Bonnybank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178867 +178867,S00110236,8b2,Hard-Pressed Rented Terraces,S01009516,Chapelhill and Torbain,5d,Endeavouring social renters,S02001792,Kirkcaldy Chapel,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178868 +178868,S00111889,5a3,Families in Terraces and Flats,S01009526,Braehead and the Path,3c,Highly qualified professionals,S02001794,Kirkcaldy Pathhead,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178869 +178869,S00109673,8b2,Hard-Pressed Rented Terraces,S01009462,Burntisland Grange and Orrock,5c,Comfortable neighbourhoods,S02001780,Burntisland West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178870 +178870,S00109343,8d3,Hard-Pressed European Settlers,S01009280,High Valleyfield East,4a,Challenged white communities,S02001741,Valleyfield Culross and Torryburn,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178871 +178871,S00110602,8b2,Hard-Pressed Rented Terraces,S01009569,Rimbleton North,5d,Endeavouring social renters,S02001802,Glenrothes Caskieberran and Rimbleton,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178872 +178872,S00110779,8b2,Hard-Pressed Rented Terraces,S01009588,Woodside North,5a,Ageing urban communities,S02001806,Glenrothes Woodside,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178873 +178873,S00109117,1a2,Established Farming Communities,S01009698,Peat Inn and Dunino,2c,Remoter communities,S02001829,Dairsie Ceres and Dunino,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178874 +178874,S00110781,8b2,Hard-Pressed Rented Terraces,S01009589,Woodside South,4a,Challenged white communities,S02001806,Glenrothes Woodside,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178875 +178875,S00109729,8b2,Hard-Pressed Rented Terraces,S01009408,Crossgates North Knowe,5c,Comfortable neighbourhoods,S02001768,Crossgates and Halbeath,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178876 +178876,S00110604,8b2,Hard-Pressed Rented Terraces,S01009562,South Parks West,5d,Endeavouring social renters,S02001801,Glenrothes South Parks,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178877 +178877,S00110237,8b2,Hard-Pressed Rented Terraces,S01009516,Chapelhill and Torbain,5d,Endeavouring social renters,S02001792,Kirkcaldy Chapel,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178878 +178878,S00109399,8d3,Hard-Pressed European Settlers,S01009335,Woodmill West,4a,Challenged white communities,S02001752,Dunfermline Touch and Woodmill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178879 +178879,S00109138,1a2,Established Farming Communities,S01009742,St Fort and Pickletillem,2c,Remoter communities,S02001839,Balmullo and Gauldry,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178880 +178880,S00112063,5a3,Families in Terraces and Flats,S01009690,Cupar North,5c,Comfortable neighbourhoods,S02001828,Cupar East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178881 +178881,S00110783,8b2,Hard-Pressed Rented Terraces,S01009588,Woodside North,5a,Ageing urban communities,S02001806,Glenrothes Woodside,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178882 +178882,S00109750,8b2,Hard-Pressed Rented Terraces,S01009269,Oakley North,4a,Challenged white communities,S02001739,Oakley Comrie and Blairhall,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178883 +178883,S00110790,8b2,Hard-Pressed Rented Terraces,S01009597,Collydean South,4a,Challenged white communities,S02001808,Glenrothes Collydean,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178884 +178884,S00109897,8d3,Hard-Pressed European Settlers,S01009414,Cowdenbeath Foulford,5d,Endeavouring social renters,S02001771,Cowdenbeath North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178885 +178885,S00110605,8b2,Hard-Pressed Rented Terraces,S01009562,South Parks West,5d,Endeavouring social renters,S02001801,Glenrothes South Parks,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178886 +178886,S00112088,5a3,Families in Terraces and Flats,S01009717,East Sands,1a,Cosmopolitan student neighbourhoods,S02001834,St Andrews South East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178887 +178887,S00109167,1a2,Established Farming Communities,S01009395,Dalgety Bay East,8b,Ageing suburbanites,S02001766,Dalgety Bay Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178888 +178888,S00109752,8b2,Hard-Pressed Rented Terraces,S01009269,Oakley North,4a,Challenged white communities,S02001739,Oakley Comrie and Blairhall,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178889 +178889,S00110240,8b2,Hard-Pressed Rented Terraces,S01009516,Chapelhill and Torbain,5d,Endeavouring social renters,S02001792,Kirkcaldy Chapel,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178890 +178890,S00110791,8b2,Hard-Pressed Rented Terraces,S01009597,Collydean South,4a,Challenged white communities,S02001808,Glenrothes Collydean,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178891 +178891,S00109972,8d3,Hard-Pressed European Settlers,S01009522,Smeaton South,4b,Constrained renters,S02001793,Kirkcaldy Hayfield and Smeaton,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178892 +178892,S00110629,8b2,Hard-Pressed Rented Terraces,S01009566,Caskieberran East,5b,Aspiring urban households,S02001802,Glenrothes Caskieberran and Rimbleton,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178893 +178893,S00109184,7a2,Hampered Aspiration,S01009377,Rosyth Dockyard and Castle,3c,Highly qualified professionals,S02001762,Rosyth South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178894 +178894,S00109637,1a2,Established Farming Communities,S01009289,Crossford East and Berrylaw,2b,Prospering countryside life,S02001743,Crossford Charlestown and Limekilns,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178895 +178895,S00109759,8b2,Hard-Pressed Rented Terraces,S01009272,Oakley East,4a,Challenged white communities,S02001739,Oakley Comrie and Blairhall,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178896 +178896,S00110256,8b2,Hard-Pressed Rented Terraces,S01009420,Kelty West,4a,Challenged white communities,S02001772,Kelty West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178897 +178897,S00110292,8b2,Hard-Pressed Rented Terraces,S01009439,Cardenden West,4a,Challenged white communities,S02001776,Cardenden,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178898 +178898,S00110325,8b2,Hard-Pressed Rented Terraces,S01009429,Lochore Central,4a,Challenged white communities,S02001774,Lochore and Crosshill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178899 +178899,S00110331,8b2,Hard-Pressed Rented Terraces,S01009428,Lochore North,5d,Endeavouring social renters,S02001774,Lochore and Crosshill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178900 +178900,S00110336,8b2,Hard-Pressed Rented Terraces,S01009434,Ballingry South,4a,Challenged white communities,S02001775,Ballingry,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178901 +178901,S00110338,8b2,Hard-Pressed Rented Terraces,S01009433,Ballingry Central,4a,Challenged white communities,S02001775,Ballingry,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178902 +178902,S00110339,8b2,Hard-Pressed Rented Terraces,S01009433,Ballingry Central,4a,Challenged white communities,S02001775,Ballingry,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178903 +178903,S00110340,8b2,Hard-Pressed Rented Terraces,S01009433,Ballingry Central,4a,Challenged white communities,S02001775,Ballingry,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178904 +178904,S00110341,8b2,Hard-Pressed Rented Terraces,S01009435,Ballingry West,4a,Challenged white communities,S02001775,Ballingry,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178905 +178905,S00110343,8b2,Hard-Pressed Rented Terraces,S01009433,Ballingry Central,4a,Challenged white communities,S02001775,Ballingry,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178906 +178906,S00110345,8b2,Hard-Pressed Rented Terraces,S01009435,Ballingry West,4a,Challenged white communities,S02001775,Ballingry,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178907 +178907,S00110351,8b2,Hard-Pressed Rented Terraces,S01009432,Ballingry East,4a,Challenged white communities,S02001775,Ballingry,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178908 +178908,S00110354,8b2,Hard-Pressed Rented Terraces,S01009543,East Wemyss Shore,5c,Comfortable neighbourhoods,S02001797,Wemyss,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178909 +178909,S00110368,8b2,Hard-Pressed Rented Terraces,S01009544,Wemyss Villages,5e,Primary sector workers,S02001797,Wemyss,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178910 +178910,S00110370,8b2,Hard-Pressed Rented Terraces,S01009544,Wemyss Villages,5e,Primary sector workers,S02001797,Wemyss,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178911 +178911,S00110395,8b2,Hard-Pressed Rented Terraces,S01009546,Kinglassie East,5c,Comfortable neighbourhoods,S02001798,Thornton and Kinglassie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178912 +178912,S00110416,8b2,Hard-Pressed Rented Terraces,S01009624,Buckhaven Birds,4a,Challenged white communities,S02001813,"Buckhaven, Denbeath and Muiredge",S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178913 +178913,S00110417,8b2,Hard-Pressed Rented Terraces,S01009624,Buckhaven Birds,4a,Challenged white communities,S02001813,"Buckhaven, Denbeath and Muiredge",S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178914 +178914,S00110418,8b2,Hard-Pressed Rented Terraces,S01009624,Buckhaven Birds,4a,Challenged white communities,S02001813,"Buckhaven, Denbeath and Muiredge",S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178915 +178915,S00110419,8b2,Hard-Pressed Rented Terraces,S01009624,Buckhaven Birds,4a,Challenged white communities,S02001813,"Buckhaven, Denbeath and Muiredge",S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178916 +178916,S00110435,8b2,Hard-Pressed Rented Terraces,S01009629,Methilhill South West,4a,Challenged white communities,S02001814,Methil Methilhill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178917 +178917,S00110445,8b2,Hard-Pressed Rented Terraces,S01009625,Methil Methilmill,4a,Challenged white communities,S02001814,Methil Methilhill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178918 +178918,S00110446,8b2,Hard-Pressed Rented Terraces,S01009625,Methil Methilmill,4a,Challenged white communities,S02001814,Methil Methilhill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178919 +178919,S00110448,8b2,Hard-Pressed Rented Terraces,S01009625,Methil Methilmill,4a,Challenged white communities,S02001814,Methil Methilhill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178920 +178920,S00110450,8b2,Hard-Pressed Rented Terraces,S01009625,Methil Methilmill,4a,Challenged white communities,S02001814,Methil Methilhill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178921 +178921,S00110451,8b2,Hard-Pressed Rented Terraces,S01009625,Methil Methilmill,4a,Challenged white communities,S02001814,Methil Methilhill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178922 +178922,S00110456,8b2,Hard-Pressed Rented Terraces,S01009627,Methil Trees West,4a,Challenged white communities,S02001814,Methil Methilhill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178923 +178923,S00110464,8b2,Hard-Pressed Rented Terraces,S01009628,Methilhill Toll Bar,5a,Ageing urban communities,S02001814,Methil Methilhill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178924 +178924,S00110468,8b2,Hard-Pressed Rented Terraces,S01009628,Methilhill Toll Bar,5a,Ageing urban communities,S02001814,Methil Methilhill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178925 +178925,S00110482,8b2,Hard-Pressed Rented Terraces,S01009635,Methil New Bayview,4a,Challenged white communities,S02001816,Methil East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178926 +178926,S00110487,8b2,Hard-Pressed Rented Terraces,S01009635,Methil New Bayview,4a,Challenged white communities,S02001816,Methil East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178927 +178927,S00110488,8b2,Hard-Pressed Rented Terraces,S01009635,Methil New Bayview,4a,Challenged white communities,S02001816,Methil East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178928 +178928,S00110513,8b2,Hard-Pressed Rented Terraces,S01009644,Leven Mountfleurie West,5d,Endeavouring social renters,S02001818,Leven West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178929 +178929,S00110514,8b2,Hard-Pressed Rented Terraces,S01009644,Leven Mountfleurie West,5d,Endeavouring social renters,S02001818,Leven West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178930 +178930,S00110517,8b2,Hard-Pressed Rented Terraces,S01009646,Leven Mountfleurie East,4a,Challenged white communities,S02001818,Leven West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178931 +178931,S00110555,8b2,Hard-Pressed Rented Terraces,S01009648,Broom South,5d,Endeavouring social renters,S02001819,Leven North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178932 +178932,S00110565,8b2,Hard-Pressed Rented Terraces,S01009648,Broom South,5d,Endeavouring social renters,S02001819,Leven North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178933 +178933,S00110576,8b2,Hard-Pressed Rented Terraces,S01009559,Macedonia West,4b,Constrained renters,S02001800,Glenrothes Macedonia and Tanshall,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178934 +178934,S00110578,8b2,Hard-Pressed Rented Terraces,S01009559,Macedonia West,4b,Constrained renters,S02001800,Glenrothes Macedonia and Tanshall,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178935 +178935,S00110580,8b2,Hard-Pressed Rented Terraces,S01009559,Macedonia West,4b,Constrained renters,S02001800,Glenrothes Macedonia and Tanshall,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178936 +178936,S00110581,8b2,Hard-Pressed Rented Terraces,S01009557,Macedonia North,4a,Challenged white communities,S02001800,Glenrothes Macedonia and Tanshall,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178937 +178937,S00110583,8b2,Hard-Pressed Rented Terraces,S01009557,Macedonia North,4a,Challenged white communities,S02001800,Glenrothes Macedonia and Tanshall,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178938 +178938,S00110585,8b2,Hard-Pressed Rented Terraces,S01009558,Macedonia East,4a,Challenged white communities,S02001800,Glenrothes Macedonia and Tanshall,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178939 +178939,S00110591,8b2,Hard-Pressed Rented Terraces,S01009564,South Parks North,5c,Comfortable neighbourhoods,S02001801,Glenrothes South Parks,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178940 +178940,S00110592,8b2,Hard-Pressed Rented Terraces,S01009563,South Parks East,4b,Constrained renters,S02001801,Glenrothes South Parks,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178941 +178941,S00110636,8b2,Hard-Pressed Rented Terraces,S01009567,Caskieberran West,4b,Constrained renters,S02001802,Glenrothes Caskieberran and Rimbleton,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178942 +178942,S00110793,8b2,Hard-Pressed Rented Terraces,S01009599,Pitcoudie,4a,Challenged white communities,S02001809,Glenrothes Cadham and Pitcoudie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178943 +178943,S00110637,8b2,Hard-Pressed Rented Terraces,S01009567,Caskieberran West,4b,Constrained renters,S02001802,Glenrothes Caskieberran and Rimbleton,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178944 +178944,S00110020,8d3,Hard-Pressed European Settlers,S01009539,Sinclairtown East,5d,Endeavouring social renters,S02001796,Dysart,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178945 +178945,S00110901,1a2,Established Farming Communities,S01009616,Windygates East,5c,Comfortable neighbourhoods,S02001812,Windygates and Coaltown,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178946 +178946,S00109216,7a2,Hampered Aspiration,S01009373,Rosyth Kings South,4a,Challenged white communities,S02001761,Rosyth Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178947 +178947,S00110794,8b2,Hard-Pressed Rented Terraces,S01009599,Pitcoudie,4a,Challenged white communities,S02001809,Glenrothes Cadham and Pitcoudie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178948 +178948,S00110092,8d3,Hard-Pressed European Settlers,S01009509,Kirkcaldy Valley East,4b,Constrained renters,S02001790,Kirkcaldy Templehall East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178949 +178949,S00110641,8b2,Hard-Pressed Rented Terraces,S01009561,Tanshall East,4b,Constrained renters,S02001800,Glenrothes Macedonia and Tanshall,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178950 +178950,S00110939,1a2,Established Farming Communities,S01009710,Anstruther Waid,5e,Primary sector workers,S02001832,Anstruther,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178951 +178951,S00110956,1a2,Established Farming Communities,S01009704,Pittenweem West,5e,Primary sector workers,S02001831,St Monans and Pittenweem,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178952 +178952,S00109790,8b2,Hard-Pressed Rented Terraces,S01009449,Lochgelly Central and Western,5d,Endeavouring social renters,S02001777,Lochgelly East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178953 +178953,S00110797,8b2,Hard-Pressed Rented Terraces,S01009599,Pitcoudie,4a,Challenged white communities,S02001809,Glenrothes Cadham and Pitcoudie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178954 +178954,S00109813,8b2,Hard-Pressed Rented Terraces,S01009445,Lochgelly North,5d,Endeavouring social renters,S02001777,Lochgelly East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178955 +178955,S00110646,8b2,Hard-Pressed Rented Terraces,S01009561,Tanshall East,4b,Constrained renters,S02001800,Glenrothes Macedonia and Tanshall,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178956 +178956,S00111029,1a2,Established Farming Communities,S01009696,Craigrothie and Ceres West,2d,Rural traits,S02001829,Dairsie Ceres and Dunino,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178957 +178957,S00110152,8d3,Hard-Pressed European Settlers,S01009508,Templehall North,4b,Constrained renters,S02001790,Kirkcaldy Templehall East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178958 +178958,S00109217,7a2,Hampered Aspiration,S01009373,Rosyth Kings South,4a,Challenged white communities,S02001761,Rosyth Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178959 +178959,S00110205,8d3,Hard-Pressed European Settlers,S01009502,Templehall West,4a,Challenged white communities,S02001789,Kirkcaldy Templehall West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178960 +178960,S00110798,8b2,Hard-Pressed Rented Terraces,S01009599,Pitcoudie,4a,Challenged white communities,S02001809,Glenrothes Cadham and Pitcoudie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178961 +178961,S00109256,7a2,Hampered Aspiration,S01009369,Rosyth Kings East,5d,Endeavouring social renters,S02001760,Rosyth East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178962 +178962,S00109814,8b2,Hard-Pressed Rented Terraces,S01009446,Lochgelly East,4d,Hard-pressed flat dwellers,S02001777,Lochgelly East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178963 +178963,S00111307,1a2,Established Farming Communities,S01009457,Auchtertool,2a,Ageing rural neighbourhoods,S02001779,Aberdour and Auchtertool,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178964 +178964,S00110230,8d3,Hard-Pressed European Settlers,S01009500,Fair Isle,4a,Challenged white communities,S02001789,Kirkcaldy Templehall West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178965 +178965,S00110648,8b2,Hard-Pressed Rented Terraces,S01009568,Rimbleton West,5d,Endeavouring social renters,S02001802,Glenrothes Caskieberran and Rimbleton,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178966 +178966,S00110800,8b2,Hard-Pressed Rented Terraces,S01009601,Cadham South,4a,Challenged white communities,S02001809,Glenrothes Cadham and Pitcoudie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178967 +178967,S00109281,7a2,Hampered Aspiration,S01009383,Inverkeithing Jamestown,4d,Hard-pressed flat dwellers,S02001763,North Queensferry and Inverkeithing West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178968 +178968,S00109830,8b2,Hard-Pressed Rented Terraces,S01009412,Beath South West,4a,Challenged white communities,S02001769,Hill of Beath and Kingseat,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178969 +178969,S00109854,8b2,Hard-Pressed Rented Terraces,S01009410,Beath Woodend,4a,Challenged white communities,S02001769,Hill of Beath and Kingseat,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178970 +178970,S00109857,8b2,Hard-Pressed Rented Terraces,S01009411,Hill of Beath,4a,Challenged white communities,S02001769,Hill of Beath and Kingseat,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178971 +178971,S00109870,8b2,Hard-Pressed Rented Terraces,S01009491,Cowdenbeath Central,5d,Endeavouring social renters,S02001770,Cowdenbeath South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178972 +178972,S00109874,8b2,Hard-Pressed Rented Terraces,S01009491,Cowdenbeath Central,5d,Endeavouring social renters,S02001770,Cowdenbeath South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178973 +178973,S00109875,8b2,Hard-Pressed Rented Terraces,S01009492,Cowdenbeath South West,4a,Challenged white communities,S02001770,Cowdenbeath South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178974 +178974,S00109877,8b2,Hard-Pressed Rented Terraces,S01009492,Cowdenbeath South West,4a,Challenged white communities,S02001770,Cowdenbeath South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178975 +178975,S00109878,8b2,Hard-Pressed Rented Terraces,S01009492,Cowdenbeath South West,4a,Challenged white communities,S02001770,Cowdenbeath South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178976 +178976,S00109899,8b2,Hard-Pressed Rented Terraces,S01009414,Cowdenbeath Foulford,5d,Endeavouring social renters,S02001771,Cowdenbeath North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178977 +178977,S00109904,8b2,Hard-Pressed Rented Terraces,S01009418,Cowdenbeath North East,4a,Challenged white communities,S02001771,Cowdenbeath North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178978 +178978,S00109908,8b2,Hard-Pressed Rented Terraces,S01009450,Lumphinnans,4d,Hard-pressed flat dwellers,S02001778,Lochgelly West and Lumphinnans,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178979 +178979,S00110017,8b2,Hard-Pressed Rented Terraces,S01009539,Sinclairtown East,5d,Endeavouring social renters,S02001796,Dysart,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178980 +178980,S00110024,8b2,Hard-Pressed Rented Terraces,S01009540,Sinclairtown North,4d,Hard-pressed flat dwellers,S02001796,Dysart,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178981 +178981,S00110029,8b2,Hard-Pressed Rented Terraces,S01009531,Mitchelston and Randolph,4b,Constrained renters,S02001795,Kirkcaldy Gallatown and Sinclairtown,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178982 +178982,S00110045,8b2,Hard-Pressed Rented Terraces,S01009532,Overton,4a,Challenged white communities,S02001795,Kirkcaldy Gallatown and Sinclairtown,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178983 +178983,S00110105,8b2,Hard-Pressed Rented Terraces,S01009509,Kirkcaldy Valley East,4b,Constrained renters,S02001790,Kirkcaldy Templehall East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178984 +178984,S00110127,8b2,Hard-Pressed Rented Terraces,S01009501,Dunearn,4a,Challenged white communities,S02001789,Kirkcaldy Templehall West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178985 +178985,S00110132,8b2,Hard-Pressed Rented Terraces,S01009488,Bennochy West,5d,Endeavouring social renters,S02001786,Kirkcaldy Bennochy West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178986 +178986,S00110133,8b2,Hard-Pressed Rented Terraces,S01009487,Forth Park North,4b,Constrained renters,S02001786,Kirkcaldy Bennochy West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178987 +178987,S00110139,8b2,Hard-Pressed Rented Terraces,S01009505,Templehall,4d,Hard-pressed flat dwellers,S02001790,Kirkcaldy Templehall East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178988 +178988,S00110157,8b2,Hard-Pressed Rented Terraces,S01009507,Templehall East,5c,Comfortable neighbourhoods,S02001790,Kirkcaldy Templehall East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178989 +178989,S00110187,8b2,Hard-Pressed Rented Terraces,S01009515,Fair Isle North,4a,Challenged white communities,S02001792,Kirkcaldy Chapel,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178990 +178990,S00110192,8b2,Hard-Pressed Rented Terraces,S01009508,Templehall North,4b,Constrained renters,S02001790,Kirkcaldy Templehall East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178991 +178991,S00110195,8b2,Hard-Pressed Rented Terraces,S01009515,Fair Isle North,4a,Challenged white communities,S02001792,Kirkcaldy Chapel,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178992 +178992,S00110202,8b2,Hard-Pressed Rented Terraces,S01009501,Dunearn,4a,Challenged white communities,S02001789,Kirkcaldy Templehall West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178993 +178993,S00110204,8b2,Hard-Pressed Rented Terraces,S01009502,Templehall West,4a,Challenged white communities,S02001789,Kirkcaldy Templehall West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178994 +178994,S00110206,8b2,Hard-Pressed Rented Terraces,S01009502,Templehall West,4a,Challenged white communities,S02001789,Kirkcaldy Templehall West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178995 +178995,S00110207,8b2,Hard-Pressed Rented Terraces,S01009496,Blackcraigs and West Torbain,4a,Challenged white communities,S02001788,Kirkcaldy Newliston and Redcraigs,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178996 +178996,S00110209,8b2,Hard-Pressed Rented Terraces,S01009497,Redcraigs,5d,Endeavouring social renters,S02001788,Kirkcaldy Newliston and Redcraigs,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178997 +178997,S00110211,8b2,Hard-Pressed Rented Terraces,S01009497,Redcraigs,5d,Endeavouring social renters,S02001788,Kirkcaldy Newliston and Redcraigs,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178998 +178998,S00110212,8b2,Hard-Pressed Rented Terraces,S01009497,Redcraigs,5d,Endeavouring social renters,S02001788,Kirkcaldy Newliston and Redcraigs,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,178999 +178999,S00110214,8b2,Hard-Pressed Rented Terraces,S01009497,Redcraigs,5d,Endeavouring social renters,S02001788,Kirkcaldy Newliston and Redcraigs,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179000 +179000,S00110220,8b2,Hard-Pressed Rented Terraces,S01009503,Craigmount and Greenloanings,4a,Challenged white communities,S02001789,Kirkcaldy Templehall West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179001 +179001,S00110221,8b2,Hard-Pressed Rented Terraces,S01009496,Blackcraigs and West Torbain,4a,Challenged white communities,S02001788,Kirkcaldy Newliston and Redcraigs,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179002 +179002,S00110222,8b2,Hard-Pressed Rented Terraces,S01009503,Craigmount and Greenloanings,4a,Challenged white communities,S02001789,Kirkcaldy Templehall West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179003 +179003,S00110223,8b2,Hard-Pressed Rented Terraces,S01009503,Craigmount and Greenloanings,4a,Challenged white communities,S02001789,Kirkcaldy Templehall West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179004 +179004,S00110226,8b2,Hard-Pressed Rented Terraces,S01009500,Fair Isle,4a,Challenged white communities,S02001789,Kirkcaldy Templehall West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179005 +179005,S00110227,8b2,Hard-Pressed Rented Terraces,S01009502,Templehall West,4a,Challenged white communities,S02001789,Kirkcaldy Templehall West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179006 +179006,S00110228,8b2,Hard-Pressed Rented Terraces,S01009500,Fair Isle,4a,Challenged white communities,S02001789,Kirkcaldy Templehall West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179007 +179007,S00110231,8b2,Hard-Pressed Rented Terraces,S01009515,Fair Isle North,4a,Challenged white communities,S02001792,Kirkcaldy Chapel,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179008 +179008,S00110649,8b2,Hard-Pressed Rented Terraces,S01009569,Rimbleton North,5d,Endeavouring social renters,S02001802,Glenrothes Caskieberran and Rimbleton,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179009 +179009,S00109291,7a2,Hampered Aspiration,S01009389,Inverkeithing North East,5c,Comfortable neighbourhoods,S02001764,Inverkeithing East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179010 +179010,S00111431,1a2,Established Farming Communities,S01009667,Giffordtown to Lathrisk,2c,Remoter communities,S02001822,Kettle and Ladybank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179011 +179011,S00110651,8b2,Hard-Pressed Rented Terraces,S01009569,Rimbleton North,5d,Endeavouring social renters,S02001802,Glenrothes Caskieberran and Rimbleton,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179012 +179012,S00109499,7a2,Hampered Aspiration,S01009309,Abbey Parks South and Brucefield North West,3c,Highly qualified professionals,S02001747,Dunfermline Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179013 +179013,S00110582,8d3,Hard-Pressed European Settlers,S01009557,Macedonia North,4a,Challenged white communities,S02001800,Glenrothes Macedonia and Tanshall,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179014 +179014,S00110803,8b2,Hard-Pressed Rented Terraces,S01009601,Cadham South,4a,Challenged white communities,S02001809,Glenrothes Cadham and Pitcoudie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179015 +179015,S00109500,7a2,Hampered Aspiration,S01009309,Abbey Parks South and Brucefield North West,3c,Highly qualified professionals,S02001747,Dunfermline Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179016 +179016,S00110628,8d3,Hard-Pressed European Settlers,S01009561,Tanshall East,4b,Constrained renters,S02001800,Glenrothes Macedonia and Tanshall,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179017 +179017,S00110652,8b2,Hard-Pressed Rented Terraces,S01009568,Rimbleton West,5d,Endeavouring social renters,S02001802,Glenrothes Caskieberran and Rimbleton,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179018 +179018,S00110805,8b2,Hard-Pressed Rented Terraces,S01009600,Cadham,4a,Challenged white communities,S02001809,Glenrothes Cadham and Pitcoudie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179019 +179019,S00109505,7a2,Hampered Aspiration,S01009307,Carnegie Drive,3c,Highly qualified professionals,S02001747,Dunfermline Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179020 +179020,S00111697,1a2,Established Farming Communities,S01009277,Gowkhall and Landward,2c,Remoter communities,S02001740,Saline and Gowkhall,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179021 +179021,S00110666,8d3,Hard-Pressed European Settlers,S01009570,Rimbleton East,4a,Challenged white communities,S02001802,Glenrothes Caskieberran and Rimbleton,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179022 +179022,S00110659,8b2,Hard-Pressed Rented Terraces,S01009569,Rimbleton North,5d,Endeavouring social renters,S02001802,Glenrothes Caskieberran and Rimbleton,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179023 +179023,S00110660,8b2,Hard-Pressed Rented Terraces,S01009565,Viewfield North and Rimbleton South,4a,Challenged white communities,S02001802,Glenrothes Caskieberran and Rimbleton,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179024 +179024,S00110662,8b2,Hard-Pressed Rented Terraces,S01009565,Viewfield North and Rimbleton South,4a,Challenged white communities,S02001802,Glenrothes Caskieberran and Rimbleton,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179025 +179025,S00110663,8b2,Hard-Pressed Rented Terraces,S01009570,Rimbleton East,4a,Challenged white communities,S02001802,Glenrothes Caskieberran and Rimbleton,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179026 +179026,S00110664,8b2,Hard-Pressed Rented Terraces,S01009570,Rimbleton East,4a,Challenged white communities,S02001802,Glenrothes Caskieberran and Rimbleton,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179027 +179027,S00110665,8b2,Hard-Pressed Rented Terraces,S01009569,Rimbleton North,5d,Endeavouring social renters,S02001802,Glenrothes Caskieberran and Rimbleton,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179028 +179028,S00110667,8b2,Hard-Pressed Rented Terraces,S01009570,Rimbleton East,4a,Challenged white communities,S02001802,Glenrothes Caskieberran and Rimbleton,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179029 +179029,S00110687,8b2,Hard-Pressed Rented Terraces,S01009578,Stenton Central,5d,Endeavouring social renters,S02001804,Glenrothes Stenton and Finglassie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179030 +179030,S00110688,8b2,Hard-Pressed Rented Terraces,S01009575,Stenton North,5d,Endeavouring social renters,S02001804,Glenrothes Stenton and Finglassie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179031 +179031,S00110690,8b2,Hard-Pressed Rented Terraces,S01009575,Stenton North,5d,Endeavouring social renters,S02001804,Glenrothes Stenton and Finglassie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179032 +179032,S00110693,8b2,Hard-Pressed Rented Terraces,S01009575,Stenton North,5d,Endeavouring social renters,S02001804,Glenrothes Stenton and Finglassie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179033 +179033,S00110694,8b2,Hard-Pressed Rented Terraces,S01009578,Stenton Central,5d,Endeavouring social renters,S02001804,Glenrothes Stenton and Finglassie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179034 +179034,S00110703,8b2,Hard-Pressed Rented Terraces,S01009581,Pitteuchar South East,5d,Endeavouring social renters,S02001805,Glenrothes Pitteuchar,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179035 +179035,S00110705,8b2,Hard-Pressed Rented Terraces,S01009582,Pitteuchar North East,5d,Endeavouring social renters,S02001805,Glenrothes Pitteuchar,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179036 +179036,S00110707,8b2,Hard-Pressed Rented Terraces,S01009582,Pitteuchar North East,5d,Endeavouring social renters,S02001805,Glenrothes Pitteuchar,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179037 +179037,S00110708,8b2,Hard-Pressed Rented Terraces,S01009583,Pitteuchar Central,4a,Challenged white communities,S02001805,Glenrothes Pitteuchar,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179038 +179038,S00110712,8b2,Hard-Pressed Rented Terraces,S01009586,Pitteuchar South,5a,Ageing urban communities,S02001805,Glenrothes Pitteuchar,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179039 +179039,S00110713,8b2,Hard-Pressed Rented Terraces,S01009586,Pitteuchar South,5a,Ageing urban communities,S02001805,Glenrothes Pitteuchar,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179040 +179040,S00110714,8b2,Hard-Pressed Rented Terraces,S01009586,Pitteuchar South,5a,Ageing urban communities,S02001805,Glenrothes Pitteuchar,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179041 +179041,S00110718,8b2,Hard-Pressed Rented Terraces,S01009585,Pitteuchar West,5d,Endeavouring social renters,S02001805,Glenrothes Pitteuchar,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179042 +179042,S00110720,8b2,Hard-Pressed Rented Terraces,S01009585,Pitteuchar West,5d,Endeavouring social renters,S02001805,Glenrothes Pitteuchar,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179043 +179043,S00110721,8b2,Hard-Pressed Rented Terraces,S01009585,Pitteuchar West,5d,Endeavouring social renters,S02001805,Glenrothes Pitteuchar,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179044 +179044,S00110722,8b2,Hard-Pressed Rented Terraces,S01009585,Pitteuchar West,5d,Endeavouring social renters,S02001805,Glenrothes Pitteuchar,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179045 +179045,S00110723,8b2,Hard-Pressed Rented Terraces,S01009585,Pitteuchar West,5d,Endeavouring social renters,S02001805,Glenrothes Pitteuchar,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179046 +179046,S00110725,8b2,Hard-Pressed Rented Terraces,S01009583,Pitteuchar Central,4a,Challenged white communities,S02001805,Glenrothes Pitteuchar,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179047 +179047,S00110726,8b2,Hard-Pressed Rented Terraces,S01009585,Pitteuchar West,5d,Endeavouring social renters,S02001805,Glenrothes Pitteuchar,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179048 +179048,S00110728,8b2,Hard-Pressed Rented Terraces,S01009572,Auchmuty West,4b,Constrained renters,S02001803,Glenrothes Auchmuty,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179049 +179049,S00110733,8b2,Hard-Pressed Rented Terraces,S01009571,Auchmuty North West,4b,Constrained renters,S02001803,Glenrothes Auchmuty,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179050 +179050,S00110741,8b2,Hard-Pressed Rented Terraces,S01009574,Auchmuty Dovecot and Town Centre,4b,Constrained renters,S02001803,Glenrothes Auchmuty,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179051 +179051,S00110743,8b2,Hard-Pressed Rented Terraces,S01009573,Auchmuty East,4a,Challenged white communities,S02001803,Glenrothes Auchmuty,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179052 +179052,S00110745,8b2,Hard-Pressed Rented Terraces,S01009572,Auchmuty West,4b,Constrained renters,S02001803,Glenrothes Auchmuty,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179053 +179053,S00110750,8b2,Hard-Pressed Rented Terraces,S01009573,Auchmuty East,4a,Challenged white communities,S02001803,Glenrothes Auchmuty,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179054 +179054,S00110754,8b2,Hard-Pressed Rented Terraces,S01009587,Woodside West,5a,Ageing urban communities,S02001806,Glenrothes Woodside,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179055 +179055,S00110760,8b2,Hard-Pressed Rented Terraces,S01009574,Auchmuty Dovecot and Town Centre,4b,Constrained renters,S02001803,Glenrothes Auchmuty,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179056 +179056,S00110765,8b2,Hard-Pressed Rented Terraces,S01009574,Auchmuty Dovecot and Town Centre,4b,Constrained renters,S02001803,Glenrothes Auchmuty,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179057 +179057,S00110774,8b2,Hard-Pressed Rented Terraces,S01009587,Woodside West,5a,Ageing urban communities,S02001806,Glenrothes Woodside,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179058 +179058,S00111698,1a2,Established Farming Communities,S01009277,Gowkhall and Landward,2c,Remoter communities,S02001740,Saline and Gowkhall,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179059 +179059,S00110816,8b2,Hard-Pressed Rented Terraces,S01009597,Collydean South,4a,Challenged white communities,S02001808,Glenrothes Collydean,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179060 +179060,S00110732,8d3,Hard-Pressed European Settlers,S01009571,Auchmuty North West,4b,Constrained renters,S02001803,Glenrothes Auchmuty,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179061 +179061,S00110820,8b2,Hard-Pressed Rented Terraces,S01009596,Collydean West,4a,Challenged white communities,S02001808,Glenrothes Collydean,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179062 +179062,S00111699,1a2,Established Farming Communities,S01009409,Hill of Beath and Landward,5d,Endeavouring social renters,S02001769,Hill of Beath and Kingseat,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179063 +179063,S00109509,7a2,Hampered Aspiration,S01009316,Transy,8c,Comfortable suburbia,S02001749,Dunfermline Garvock Hill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179064 +179064,S00109539,7a2,Hampered Aspiration,S01009307,Carnegie Drive,3c,Highly qualified professionals,S02001747,Dunfermline Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179065 +179065,S00109608,7a2,Hampered Aspiration,S01009302,Headwell East,4d,Hard-pressed flat dwellers,S02001746,Dunfermline Headwell,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179066 +179066,S00109639,7a2,Hampered Aspiration,S01009459,Burntisland Links,4b,Constrained renters,S02001780,Burntisland West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179067 +179067,S00109958,7a2,Hampered Aspiration,S01009478,Kirkcaldy Central and East,4b,Constrained renters,S02001784,Kirkcaldy Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179068 +179068,S00109959,7a2,Hampered Aspiration,S01009478,Kirkcaldy Central and East,4b,Constrained renters,S02001784,Kirkcaldy Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179069 +179069,S00109983,7a2,Hampered Aspiration,S01009533,Sinclairtown West,4d,Hard-pressed flat dwellers,S02001795,Kirkcaldy Gallatown and Sinclairtown,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179070 +179070,S00109987,7a2,Hampered Aspiration,S01009527,Pathhead Central,4b,Constrained renters,S02001794,Kirkcaldy Pathhead,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179071 +179071,S00110000,7a2,Hampered Aspiration,S01009538,Dysart Central,4b,Constrained renters,S02001796,Dysart,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179072 +179072,S00110009,7a2,Hampered Aspiration,S01009529,Kirkcaldy Viewforth,5a,Ageing urban communities,S02001794,Kirkcaldy Pathhead,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179073 +179073,S00110075,7a2,Hampered Aspiration,S01009524,Pathhead North West,4b,Constrained renters,S02001793,Kirkcaldy Hayfield and Smeaton,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179074 +179074,S00110551,7a2,Hampered Aspiration,S01009642,Leven South,5e,Primary sector workers,S02001817,Leven East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179075 +179075,S00110630,7a2,Hampered Aspiration,S01009561,Tanshall East,4b,Constrained renters,S02001800,Glenrothes Macedonia and Tanshall,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179076 +179076,S00110940,7a2,Hampered Aspiration,S01009711,Anstruther West,5a,Ageing urban communities,S02001832,Anstruther,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179077 +179077,S00111052,7a2,Hampered Aspiration,S01009690,Cupar North,5c,Comfortable neighbourhoods,S02001828,Cupar East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179078 +179078,S00111078,7a2,Hampered Aspiration,S01009686,Cupar South West,4b,Constrained renters,S02001827,Cupar Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179079 +179079,S00111082,7a2,Hampered Aspiration,S01009686,Cupar South West,4b,Constrained renters,S02001827,Cupar Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179080 +179080,S00111103,7a2,Hampered Aspiration,S01009720,Kilrymont West,4b,Constrained renters,S02001834,St Andrews South East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179081 +179081,S00111131,7a2,Hampered Aspiration,S01009718,Langlands West,4b,Constrained renters,S02001834,St Andrews South East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179082 +179082,S00111132,7a2,Hampered Aspiration,S01009719,Kilrymont East,4b,Constrained renters,S02001834,St Andrews South East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179083 +179083,S00111139,7a2,Hampered Aspiration,S01009717,East Sands,1a,Cosmopolitan student neighbourhoods,S02001834,St Andrews South East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179084 +179084,S00111547,7a2,Hampered Aspiration,S01009299,Pittencrieff,5c,Comfortable neighbourhoods,S02001745,Dunfermline Baldridgeburn,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179085 +179085,S00111760,7a2,Hampered Aspiration,S01009367,Admiralty North,4a,Challenged white communities,S02001760,Rosyth East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179086 +179086,S00111776,7a2,Hampered Aspiration,S01009313,Brucefield South West,4a,Challenged white communities,S02001748,Dunfermline Brucefield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179087 +179087,S00111883,7a2,Hampered Aspiration,S01009478,Kirkcaldy Central and East,4b,Constrained renters,S02001784,Kirkcaldy Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179088 +179088,S00111892,7a2,Hampered Aspiration,S01009524,Pathhead North West,4b,Constrained renters,S02001793,Kirkcaldy Hayfield and Smeaton,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179089 +179089,S00111904,7a2,Hampered Aspiration,S01009532,Overton,4a,Challenged white communities,S02001795,Kirkcaldy Gallatown and Sinclairtown,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179090 +179090,S00112034,7a2,Hampered Aspiration,S01009710,Anstruther Waid,5e,Primary sector workers,S02001832,Anstruther,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179091 +179091,S00112059,7a2,Hampered Aspiration,S01009689,Cupar West,3c,Highly qualified professionals,S02001827,Cupar Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179092 +179092,S00112084,7a2,Hampered Aspiration,S01009724,Kinness Burn East,1a,Cosmopolitan student neighbourhoods,S02001835,St Andrews Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179093 +179093,S00112116,7a2,Hampered Aspiration,S01009747,Tayport North,5c,Comfortable neighbourhoods,S02001840,Tayport,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179094 +179094,S00111718,1a2,Established Farming Communities,S01009661,Bonnybank and Montrave,2c,Remoter communities,S02001821,Kennoway and Bonnybank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179095 +179095,S00110739,8d3,Hard-Pressed European Settlers,S01009572,Auchmuty West,4b,Constrained renters,S02001803,Glenrothes Auchmuty,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179096 +179096,S00109218,8d2,Hard-Pressed Ethnic Mix,S01009363,Rosyth Camdean,4a,Challenged white communities,S02001759,Rosyth North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179097 +179097,S00109424,8d2,Hard-Pressed Ethnic Mix,S01009337,Pitcorthie North West,4a,Challenged white communities,S02001753,Dunfermline Abbeyview North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179098 +179098,S00110159,8d2,Hard-Pressed Ethnic Mix,S01009507,Templehall East,5c,Comfortable neighbourhoods,S02001790,Kirkcaldy Templehall East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179099 +179099,S00110804,8d2,Hard-Pressed Ethnic Mix,S01009600,Cadham,4a,Challenged white communities,S02001809,Glenrothes Cadham and Pitcoudie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179100 +179100,S00110812,8d2,Hard-Pressed Ethnic Mix,S01009604,Balfarg South,5d,Endeavouring social renters,S02001810,Glenrothes Balfarg Pitcairn and Coul,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179101 +179101,S00110821,8b2,Hard-Pressed Rented Terraces,S01009596,Collydean West,4a,Challenged white communities,S02001808,Glenrothes Collydean,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179102 +179102,S00110824,8b2,Hard-Pressed Rented Terraces,S01009596,Collydean West,4a,Challenged white communities,S02001808,Glenrothes Collydean,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179103 +179103,S00110827,8b2,Hard-Pressed Rented Terraces,S01009596,Collydean West,4a,Challenged white communities,S02001808,Glenrothes Collydean,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179104 +179104,S00110828,8b2,Hard-Pressed Rented Terraces,S01009596,Collydean West,4a,Challenged white communities,S02001808,Glenrothes Collydean,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179105 +179105,S00110830,8b2,Hard-Pressed Rented Terraces,S01009552,Leslie South West and Auchmuir,2d,Rural traits,S02001799,Leslie and Newcastle,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179106 +179106,S00110862,8b2,Hard-Pressed Rented Terraces,S01009608,Markinch North,5c,Comfortable neighbourhoods,S02001811,Markinch and Star,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179107 +179107,S00110871,8b2,Hard-Pressed Rented Terraces,S01009655,Kennoway South East,4a,Challenged white communities,S02001821,Kennoway and Bonnybank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179108 +179108,S00110889,8b2,Hard-Pressed Rented Terraces,S01009658,Kennoway North West,5d,Endeavouring social renters,S02001821,Kennoway and Bonnybank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179109 +179109,S00110891,8b2,Hard-Pressed Rented Terraces,S01009658,Kennoway North West,5d,Endeavouring social renters,S02001821,Kennoway and Bonnybank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179110 +179110,S00110892,8b2,Hard-Pressed Rented Terraces,S01009658,Kennoway North West,5d,Endeavouring social renters,S02001821,Kennoway and Bonnybank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179111 +179111,S00110893,8b2,Hard-Pressed Rented Terraces,S01009658,Kennoway North West,5d,Endeavouring social renters,S02001821,Kennoway and Bonnybank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179112 +179112,S00110894,8b2,Hard-Pressed Rented Terraces,S01009658,Kennoway North West,5d,Endeavouring social renters,S02001821,Kennoway and Bonnybank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179113 +179113,S00110930,8b2,Hard-Pressed Rented Terraces,S01009709,Anstruther South West,5e,Primary sector workers,S02001832,Anstruther,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179114 +179114,S00111013,8b2,Hard-Pressed Rented Terraces,S01009672,Auchtermuchty West,5d,Endeavouring social renters,S02001824,Auchtermuchty and Gateside,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179115 +179115,S00111055,8b2,Hard-Pressed Rented Terraces,S01009687,Cupar Northern,5e,Primary sector workers,S02001827,Cupar Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179116 +179116,S00111194,8b2,Hard-Pressed Rented Terraces,S01009737,Leuchars West,5b,Aspiring urban households,S02001838,Leuchars and Guardbridge,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179117 +179117,S00111254,8b2,Hard-Pressed Rented Terraces,S01009748,Tayport West,5c,Comfortable neighbourhoods,S02001840,Tayport,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179118 +179118,S00111274,8b2,Hard-Pressed Rented Terraces,S01009460,Burntisland Docks,4d,Hard-pressed flat dwellers,S02001780,Burntisland West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179119 +179119,S00111302,8b2,Hard-Pressed Rented Terraces,S01009412,Beath South West,4a,Challenged white communities,S02001769,Hill of Beath and Kingseat,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179120 +179120,S00111363,8b2,Hard-Pressed Rented Terraces,S01009437,Bowhill and Dundonald,5c,Comfortable neighbourhoods,S02001776,Cardenden,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179121 +179121,S00111364,8b2,Hard-Pressed Rented Terraces,S01009439,Cardenden West,4a,Challenged white communities,S02001776,Cardenden,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179122 +179122,S00111374,8b2,Hard-Pressed Rented Terraces,S01009544,Wemyss Villages,5e,Primary sector workers,S02001797,Wemyss,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179123 +179123,S00111391,8b2,Hard-Pressed Rented Terraces,S01009646,Leven Mountfleurie East,4a,Challenged white communities,S02001818,Leven West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179124 +179124,S00111417,8b2,Hard-Pressed Rented Terraces,S01009581,Pitteuchar South East,5d,Endeavouring social renters,S02001805,Glenrothes Pitteuchar,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179125 +179125,S00111418,8b2,Hard-Pressed Rented Terraces,S01009589,Woodside South,4a,Challenged white communities,S02001806,Glenrothes Woodside,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179126 +179126,S00111419,8b2,Hard-Pressed Rented Terraces,S01009589,Woodside South,4a,Challenged white communities,S02001806,Glenrothes Woodside,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179127 +179127,S00111424,8b2,Hard-Pressed Rented Terraces,S01009598,Collydean North,4a,Challenged white communities,S02001808,Glenrothes Collydean,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179128 +179128,S00111510,8b2,Hard-Pressed Rented Terraces,S01009401,Dalgety Ross Plantation,8b,Ageing suburbanites,S02001767,Dalgety Bay East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179129 +179129,S00111580,8b2,Hard-Pressed Rented Terraces,S01009342,Pitcorthie North,4a,Challenged white communities,S02001754,Dunfermline Abbeyview South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179130 +179130,S00108987,5a3,Families in Terraces and Flats,S01009365,Pettiesmuir,4a,Challenged white communities,S02001759,Rosyth North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179131 +179131,S00111581,8b2,Hard-Pressed Rented Terraces,S01009342,Pitcorthie North,4a,Challenged white communities,S02001754,Dunfermline Abbeyview South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179132 +179132,S00111587,8b2,Hard-Pressed Rented Terraces,S01009266,Kincardine East,5d,Endeavouring social renters,S02001738,Kincardine,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179133 +179133,S00111605,8b2,Hard-Pressed Rented Terraces,S01009509,Kirkcaldy Valley East,4b,Constrained renters,S02001790,Kirkcaldy Templehall East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179134 +179134,S00111609,8b2,Hard-Pressed Rented Terraces,S01009502,Templehall West,4a,Challenged white communities,S02001789,Kirkcaldy Templehall West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179135 +179135,S00110806,8d3,Hard-Pressed European Settlers,S01009600,Cadham,4a,Challenged white communities,S02001809,Glenrothes Cadham and Pitcoudie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179136 +179136,S00109011,5a3,Families in Terraces and Flats,S01009544,Wemyss Villages,5e,Primary sector workers,S02001797,Wemyss,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179137 +179137,S00109181,5a3,Families in Terraces and Flats,S01009377,Rosyth Dockyard and Castle,3c,Highly qualified professionals,S02001762,Rosyth South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179138 +179138,S00109185,5a3,Families in Terraces and Flats,S01009377,Rosyth Dockyard and Castle,3c,Highly qualified professionals,S02001762,Rosyth South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179139 +179139,S00109190,5a3,Families in Terraces and Flats,S01009380,Rosyth Pease Hill South,5b,Aspiring urban households,S02001762,Rosyth South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179140 +179140,S00109258,5a3,Families in Terraces and Flats,S01009369,Rosyth Kings East,5d,Endeavouring social renters,S02001760,Rosyth East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179141 +179141,S00109375,5a3,Families in Terraces and Flats,S01009360,Pitbauchlie and Pitcorthie North West,5c,Comfortable neighbourhoods,S02001758,Dunfermline Pitcorthie West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179142 +179142,S00109389,5a3,Families in Terraces and Flats,S01009312,Brucefield West,3d,Households in terraces and flats,S02001748,Dunfermline Brucefield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179143 +179143,S00109497,5a3,Families in Terraces and Flats,S01009309,Abbey Parks South and Brucefield North West,3c,Highly qualified professionals,S02001747,Dunfermline Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179144 +179144,S00109501,5a3,Families in Terraces and Flats,S01009308,Abbey Parks North,3c,Highly qualified professionals,S02001747,Dunfermline Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179145 +179145,S00109507,5a3,Families in Terraces and Flats,S01009303,Bellyeoman South West,5a,Ageing urban communities,S02001746,Dunfermline Headwell,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179146 +179146,S00109536,5a3,Families in Terraces and Flats,S01009300,Balbridgeburn South,4d,Hard-pressed flat dwellers,S02001745,Dunfermline Baldridgeburn,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179147 +179147,S00109580,5a3,Families in Terraces and Flats,S01009306,Headwell South West,4b,Constrained renters,S02001746,Dunfermline Headwell,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179148 +179148,S00109932,5a3,Families in Terraces and Flats,S01009471,Linktown East,4d,Hard-pressed flat dwellers,S02001783,Kirkcaldy Linktown & Seafield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179149 +179149,S00110067,5a3,Families in Terraces and Flats,S01009482,Bennochy Balfour,3c,Highly qualified professionals,S02001785,Kirkcaldy Bennochy East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179150 +179150,S00110071,5a3,Families in Terraces and Flats,S01009483,Bennochy East,3d,Households in terraces and flats,S02001785,Kirkcaldy Bennochy East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179151 +179151,S00110072,5a3,Families in Terraces and Flats,S01009483,Bennochy East,3d,Households in terraces and flats,S02001785,Kirkcaldy Bennochy East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179152 +179152,S00110944,5a3,Families in Terraces and Flats,S01009707,Anstruther,5b,Aspiring urban households,S02001832,Anstruther,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179153 +179153,S00111037,5a3,Families in Terraces and Flats,S01009689,Cupar West,3c,Highly qualified professionals,S02001827,Cupar Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179154 +179154,S00111113,5a3,Families in Terraces and Flats,S01009718,Langlands West,4b,Constrained renters,S02001834,St Andrews South East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179155 +179155,S00111193,5a3,Families in Terraces and Flats,S01009738,Guardbridge,5c,Comfortable neighbourhoods,S02001838,Leuchars and Guardbridge,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179156 +179156,S00111197,5a3,Families in Terraces and Flats,S01009737,Leuchars West,5b,Aspiring urban households,S02001838,Leuchars and Guardbridge,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179157 +179157,S00111201,5a3,Families in Terraces and Flats,S01009740,Leuchars North,5c,Comfortable neighbourhoods,S02001838,Leuchars and Guardbridge,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179158 +179158,S00111205,5a3,Families in Terraces and Flats,S01009741,Leuchars East,5a,Ageing urban communities,S02001838,Leuchars and Guardbridge,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179159 +179159,S00111486,5a3,Families in Terraces and Flats,S01009755,Newport North East,5a,Ageing urban communities,S02001841,Newport and Wormit,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179160 +179160,S00111530,5a3,Families in Terraces and Flats,S01009278,Torryburn,8c,Comfortable suburbia,S02001741,Valleyfield Culross and Torryburn,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179161 +179161,S00111642,5a3,Families in Terraces and Flats,S01009686,Cupar South West,4b,Constrained renters,S02001827,Cupar Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179162 +179162,S00111645,5a3,Families in Terraces and Flats,S01009357,Pitreavie Castle West,8c,Comfortable suburbia,S02001757,Dunfermline Pitcorthie East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179163 +179163,S00111660,5a3,Families in Terraces and Flats,S01009330,Duloch North West,5b,Aspiring urban households,S02001751,Dunfermline Duloch North and Lynebank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179164 +179164,S00111663,5a3,Families in Terraces and Flats,S01009329,Duloch North North West,3a,Achieving neighbourhoods,S02001751,Dunfermline Duloch North and Lynebank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179165 +179165,S00111668,5a3,Families in Terraces and Flats,S01009350,Duloch South West,3a,Achieving neighbourhoods,S02001755,Dunfermline Duloch South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179166 +179166,S00111669,5a3,Families in Terraces and Flats,S01009329,Duloch North North West,3a,Achieving neighbourhoods,S02001751,Dunfermline Duloch North and Lynebank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179167 +179167,S00110823,8d3,Hard-Pressed European Settlers,S01009597,Collydean South,4a,Challenged white communities,S02001808,Glenrothes Collydean,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179168 +179168,S00111117,8d3,Hard-Pressed European Settlers,S01009720,Kilrymont West,4b,Constrained renters,S02001834,St Andrews South East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179169 +179169,S00111120,8d3,Hard-Pressed European Settlers,S01009720,Kilrymont West,4b,Constrained renters,S02001834,St Andrews South East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179170 +179170,S00111125,8d3,Hard-Pressed European Settlers,S01009720,Kilrymont West,4b,Constrained renters,S02001834,St Andrews South East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179171 +179171,S00111210,8d3,Hard-Pressed European Settlers,S01009740,Leuchars North,5c,Comfortable neighbourhoods,S02001838,Leuchars and Guardbridge,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179172 +179172,S00111316,8d3,Hard-Pressed European Settlers,S01009521,Smeaton North,4a,Challenged white communities,S02001793,Kirkcaldy Hayfield and Smeaton,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179173 +179173,S00111603,8d3,Hard-Pressed European Settlers,S01009504,Kirkcaldy Valley West,4a,Challenged white communities,S02001790,Kirkcaldy Templehall East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179174 +179174,S00111627,8d3,Hard-Pressed European Settlers,S01009558,Macedonia East,4a,Challenged white communities,S02001800,Glenrothes Macedonia and Tanshall,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179175 +179175,S00111783,8d3,Hard-Pressed European Settlers,S01009345,Abbeyview Linburn,4a,Challenged white communities,S02001754,Dunfermline Abbeyview South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179176 +179176,S00111925,8d3,Hard-Pressed European Settlers,S01009507,Templehall East,5c,Comfortable neighbourhoods,S02001790,Kirkcaldy Templehall East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179177 +179177,S00108993,8b2,Hard-Pressed Rented Terraces,S01009283,Crombie,2d,Rural traits,S02001742,Cairneyhill and Crombie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179178 +179178,S00109160,8b2,Hard-Pressed Rented Terraces,S01009400,Dalgety Donibristle South,5d,Endeavouring social renters,S02001767,Dalgety Bay East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179179 +179179,S00109162,8b2,Hard-Pressed Rented Terraces,S01009400,Dalgety Donibristle South,5d,Endeavouring social renters,S02001767,Dalgety Bay East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179180 +179180,S00109195,8b2,Hard-Pressed Rented Terraces,S01009378,Rosyth Pease Hill East,5c,Comfortable neighbourhoods,S02001762,Rosyth South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179181 +179181,S00109202,8b2,Hard-Pressed Rented Terraces,S01009374,Admiralty South West,4a,Challenged white communities,S02001761,Rosyth Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179182 +179182,S00109205,8b2,Hard-Pressed Rented Terraces,S01009376,Admiralty South,4a,Challenged white communities,S02001761,Rosyth Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179183 +179183,S00109207,8b2,Hard-Pressed Rented Terraces,S01009376,Admiralty South,4a,Challenged white communities,S02001761,Rosyth Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179184 +179184,S00109208,8b2,Hard-Pressed Rented Terraces,S01009376,Admiralty South,4a,Challenged white communities,S02001761,Rosyth Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179185 +179185,S00109210,8b2,Hard-Pressed Rented Terraces,S01009372,Admiralty Central,5d,Endeavouring social renters,S02001761,Rosyth Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179186 +179186,S00109211,8b2,Hard-Pressed Rented Terraces,S01009372,Admiralty Central,5d,Endeavouring social renters,S02001761,Rosyth Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179187 +179187,S00109219,8b2,Hard-Pressed Rented Terraces,S01009363,Rosyth Camdean,4a,Challenged white communities,S02001759,Rosyth North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179188 +179188,S00109224,8b2,Hard-Pressed Rented Terraces,S01009364,Dunfermline Business Park,5b,Aspiring urban households,S02001759,Rosyth North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179189 +179189,S00109225,8b2,Hard-Pressed Rented Terraces,S01009364,Dunfermline Business Park,5b,Aspiring urban households,S02001759,Rosyth North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179190 +179190,S00109232,8b2,Hard-Pressed Rented Terraces,S01009366,Rosyth Kings North,4a,Challenged white communities,S02001759,Rosyth North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179191 +179191,S00109236,8b2,Hard-Pressed Rented Terraces,S01009373,Rosyth Kings South,4a,Challenged white communities,S02001761,Rosyth Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179192 +179192,S00109237,8b2,Hard-Pressed Rented Terraces,S01009372,Admiralty Central,5d,Endeavouring social renters,S02001761,Rosyth Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179193 +179193,S00109238,8b2,Hard-Pressed Rented Terraces,S01009372,Admiralty Central,5d,Endeavouring social renters,S02001761,Rosyth Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179194 +179194,S00109239,8b2,Hard-Pressed Rented Terraces,S01009372,Admiralty Central,5d,Endeavouring social renters,S02001761,Rosyth Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179195 +179195,S00109241,8b2,Hard-Pressed Rented Terraces,S01009367,Admiralty North,4a,Challenged white communities,S02001760,Rosyth East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179196 +179196,S00109242,8b2,Hard-Pressed Rented Terraces,S01009367,Admiralty North,4a,Challenged white communities,S02001760,Rosyth East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179197 +179197,S00109243,8b2,Hard-Pressed Rented Terraces,S01009371,Admiralty North East,5d,Endeavouring social renters,S02001760,Rosyth East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179198 +179198,S00109244,8b2,Hard-Pressed Rented Terraces,S01009367,Admiralty North,4a,Challenged white communities,S02001760,Rosyth East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179199 +179199,S00109246,8b2,Hard-Pressed Rented Terraces,S01009375,Admiralty South East,4a,Challenged white communities,S02001761,Rosyth Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179200 +179200,S00110081,2c1,Migrant Families,S01009525,Hayfield South,4d,Hard-pressed flat dwellers,S02001793,Kirkcaldy Hayfield and Smeaton,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179201 +179201,S00110098,2c1,Migrant Families,S01009481,Bennochy North,3c,Highly qualified professionals,S02001785,Kirkcaldy Bennochy East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179202 +179202,S00109382,6b4,Older Workers and Retirement,S01009314,Brucefield North,8c,Comfortable suburbia,S02001748,Dunfermline Brucefield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179203 +179203,S00111045,2c1,Migrant Families,S01009689,Cupar West,3c,Highly qualified professionals,S02001827,Cupar Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179204 +179204,S00111315,2c1,Migrant Families,S01009479,Kirkcaldy Central,3c,Highly qualified professionals,S02001784,Kirkcaldy Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179205 +179205,S00111601,2c1,Migrant Families,S01009482,Bennochy Balfour,3c,Highly qualified professionals,S02001785,Kirkcaldy Bennochy East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179206 +179206,S00109410,6b4,Older Workers and Retirement,S01009316,Transy,8c,Comfortable suburbia,S02001749,Dunfermline Garvock Hill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179207 +179207,S00111733,2c1,Migrant Families,S01009394,Dalgety Steeple Clump,3c,Highly qualified professionals,S02001766,Dalgety Bay Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179208 +179208,S00109471,6b4,Older Workers and Retirement,S01009361,Pitreavie,5c,Comfortable neighbourhoods,S02001758,Dunfermline Pitcorthie West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179209 +179209,S00111012,8a2,Industrious Hardship,S01009672,Auchtermuchty West,5d,Endeavouring social renters,S02001824,Auchtermuchty and Gateside,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179210 +179210,S00111369,6b4,Older Workers and Retirement,S01009442,Jamphlars and Lochgelly Landward,2c,Remoter communities,S02001776,Cardenden,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179211 +179211,S00109822,8a2,Industrious Hardship,S01009409,Hill of Beath and Landward,5d,Endeavouring social renters,S02001769,Hill of Beath and Kingseat,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179212 +179212,S00111795,2c1,Migrant Families,S01009308,Abbey Parks North,3c,Highly qualified professionals,S02001747,Dunfermline Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179213 +179213,S00109489,6b4,Older Workers and Retirement,S01009356,Pitcorthie East,8b,Ageing suburbanites,S02001757,Dunfermline Pitcorthie East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179214 +179214,S00109747,7c3,Outer City Hardship,S01009270,Comrie East,4a,Challenged white communities,S02001739,Oakley Comrie and Blairhall,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179215 +179215,S00111611,8b2,Hard-Pressed Rented Terraces,S01009502,Templehall West,4a,Challenged white communities,S02001789,Kirkcaldy Templehall West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179216 +179216,S00111023,8a2,Industrious Hardship,S01009685,Springfield West and Rankeilour,2d,Rural traits,S02001826,Cupar West and Springfield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179217 +179217,S00110247,8a1,Industrious Transitions,S01009274,Saline South,5d,Endeavouring social renters,S02001740,Saline and Gowkhall,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179218 +179218,S00111373,6b4,Older Workers and Retirement,S01009609,Markinch East,5c,Comfortable neighbourhoods,S02001811,Markinch and Star,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179219 +179219,S00109824,8a2,Industrious Hardship,S01009409,Hill of Beath and Landward,5d,Endeavouring social renters,S02001769,Hill of Beath and Kingseat,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179220 +179220,S00111806,2c1,Migrant Families,S01009301,Broomhead,4d,Hard-pressed flat dwellers,S02001745,Dunfermline Baldridgeburn,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179221 +179221,S00109515,6b4,Older Workers and Retirement,S01009318,Garvock Hill West,8b,Ageing suburbanites,S02001749,Dunfermline Garvock Hill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179222 +179222,S00109768,7c3,Outer City Hardship,S01009268,Blairhall and Landward,5c,Comfortable neighbourhoods,S02001739,Oakley Comrie and Blairhall,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179223 +179223,S00111612,8b2,Hard-Pressed Rented Terraces,S01009503,Craigmount and Greenloanings,4a,Challenged white communities,S02001789,Kirkcaldy Templehall West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179224 +179224,S00111614,8b2,Hard-Pressed Rented Terraces,S01009496,Blackcraigs and West Torbain,4a,Challenged white communities,S02001788,Kirkcaldy Newliston and Redcraigs,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179225 +179225,S00111615,8b2,Hard-Pressed Rented Terraces,S01009496,Blackcraigs and West Torbain,4a,Challenged white communities,S02001788,Kirkcaldy Newliston and Redcraigs,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179226 +179226,S00111617,8b2,Hard-Pressed Rented Terraces,S01009420,Kelty West,4a,Challenged white communities,S02001772,Kelty West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179227 +179227,S00111618,8b2,Hard-Pressed Rented Terraces,S01009419,Kelty Elmwood,4a,Challenged white communities,S02001772,Kelty West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179228 +179228,S00111631,8b2,Hard-Pressed Rented Terraces,S01009582,Pitteuchar North East,5d,Endeavouring social renters,S02001805,Glenrothes Pitteuchar,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179229 +179229,S00111726,8b2,Hard-Pressed Rented Terraces,S01009678,Newburgh North East and Braeside of Lindores,5e,Primary sector workers,S02001825,Newburgh,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179230 +179230,S00111753,8b2,Hard-Pressed Rented Terraces,S01009378,Rosyth Pease Hill East,5c,Comfortable neighbourhoods,S02001762,Rosyth South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179231 +179231,S00111759,8b2,Hard-Pressed Rented Terraces,S01009369,Rosyth Kings East,5d,Endeavouring social renters,S02001760,Rosyth East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179232 +179232,S00111772,8b2,Hard-Pressed Rented Terraces,S01009311,Pitbauchlie West,4a,Challenged white communities,S02001748,Dunfermline Brucefield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179233 +179233,S00111773,8b2,Hard-Pressed Rented Terraces,S01009312,Brucefield West,3d,Households in terraces and flats,S02001748,Dunfermline Brucefield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179234 +179234,S00111779,8b2,Hard-Pressed Rented Terraces,S01009344,Abbeyview South East,4a,Challenged white communities,S02001754,Dunfermline Abbeyview South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179235 +179235,S00111781,8b2,Hard-Pressed Rented Terraces,S01009345,Abbeyview Linburn,4a,Challenged white communities,S02001754,Dunfermline Abbeyview South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179236 +179236,S00111854,8b2,Hard-Pressed Rented Terraces,S01009269,Oakley North,4a,Challenged white communities,S02001739,Oakley Comrie and Blairhall,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179237 +179237,S00111924,8b2,Hard-Pressed Rented Terraces,S01009499,Kirkcaldy Long Braes,5c,Comfortable neighbourhoods,S02001788,Kirkcaldy Newliston and Redcraigs,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179238 +179238,S00111931,8b2,Hard-Pressed Rented Terraces,S01009516,Chapelhill and Torbain,5d,Endeavouring social renters,S02001792,Kirkcaldy Chapel,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179239 +179239,S00111937,8b2,Hard-Pressed Rented Terraces,S01009422,Kelty Blairadam Park,5c,Comfortable neighbourhoods,S02001772,Kelty West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179240 +179240,S00111938,8b2,Hard-Pressed Rented Terraces,S01009419,Kelty Elmwood,4a,Challenged white communities,S02001772,Kelty West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179241 +179241,S00111939,8b2,Hard-Pressed Rented Terraces,S01009422,Kelty Blairadam Park,5c,Comfortable neighbourhoods,S02001772,Kelty West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179242 +179242,S00111940,8b2,Hard-Pressed Rented Terraces,S01009438,Cardenden East,5c,Comfortable neighbourhoods,S02001776,Cardenden,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179243 +179243,S00111959,8b2,Hard-Pressed Rented Terraces,S01009631,Lower Methil,4d,Hard-pressed flat dwellers,S02001815,Methil West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179244 +179244,S00111980,8b2,Hard-Pressed Rented Terraces,S01009558,Macedonia East,4a,Challenged white communities,S02001800,Glenrothes Macedonia and Tanshall,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179245 +179245,S00111982,8b2,Hard-Pressed Rented Terraces,S01009558,Macedonia East,4a,Challenged white communities,S02001800,Glenrothes Macedonia and Tanshall,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179246 +179246,S00112000,8b2,Hard-Pressed Rented Terraces,S01009605,Balfarg,5c,Comfortable neighbourhoods,S02001810,Glenrothes Balfarg Pitcairn and Coul,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179247 +179247,S00112103,8b2,Hard-Pressed Rented Terraces,S01009745,Balmullo South,2b,Prospering countryside life,S02001839,Balmullo and Gauldry,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179248 +179248,S00112112,8b2,Hard-Pressed Rented Terraces,S01009748,Tayport West,5c,Comfortable neighbourhoods,S02001840,Tayport,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179249 +179249,S00109475,6a1,Indian Tech Achievers,S01009362,Pitcorthie West,8b,Ageing suburbanites,S02001758,Dunfermline Pitcorthie West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179250 +179250,S00110184,6a1,Indian Tech Achievers,S01009519,Capshard,5c,Comfortable neighbourhoods,S02001792,Kirkcaldy Chapel,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179251 +179251,S00111085,6a1,Indian Tech Achievers,S01009683,Cupar Westfield,5a,Ageing urban communities,S02001826,Cupar West and Springfield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179252 +179252,S00111355,6a1,Indian Tech Achievers,S01009520,Chapel,5b,Aspiring urban households,S02001792,Kirkcaldy Chapel,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179253 +179253,S00109140,8a2,Industrious Hardship,S01009739,Leuchars North East and St Michaels,2d,Rural traits,S02001838,Leuchars and Guardbridge,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179254 +179254,S00109267,8a2,Industrious Hardship,S01009368,Rosyth Wilderness East,5d,Endeavouring social renters,S02001760,Rosyth East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179255 +179255,S00109347,8a2,Industrious Hardship,S01009280,High Valleyfield East,4a,Challenged white communities,S02001741,Valleyfield Culross and Torryburn,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179256 +179256,S00109368,8a2,Industrious Hardship,S01009361,Pitreavie,5c,Comfortable neighbourhoods,S02001758,Dunfermline Pitcorthie West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179257 +179257,S00109397,8a2,Industrious Hardship,S01009335,Woodmill West,4a,Challenged white communities,S02001752,Dunfermline Touch and Woodmill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179258 +179258,S00109402,8a2,Industrious Hardship,S01009341,Abbeyview West,4a,Challenged white communities,S02001753,Dunfermline Abbeyview North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179259 +179259,S00109566,8a2,Industrious Hardship,S01009320,Bellyeoman South,5c,Comfortable neighbourhoods,S02001750,Dunfermline Bellyeoman and Townhill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179260 +179260,S00109672,8a2,Industrious Hardship,S01009462,Burntisland Grange and Orrock,5c,Comfortable neighbourhoods,S02001780,Burntisland West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179261 +179261,S00109683,8a2,Industrious Hardship,S01009266,Kincardine East,5d,Endeavouring social renters,S02001738,Kincardine,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179262 +179262,S00109703,8a2,Industrious Hardship,S01009467,Kinghorn South,8a,Affluent communities,S02001782,Kinghorn,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179263 +179263,S00109749,8a2,Industrious Hardship,S01009269,Oakley North,4a,Challenged white communities,S02001739,Oakley Comrie and Blairhall,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179264 +179264,S00109756,8a2,Industrious Hardship,S01009272,Oakley East,4a,Challenged white communities,S02001739,Oakley Comrie and Blairhall,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179265 +179265,S00109757,8a2,Industrious Hardship,S01009272,Oakley East,4a,Challenged white communities,S02001739,Oakley Comrie and Blairhall,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179266 +179266,S00109758,8a2,Industrious Hardship,S01009272,Oakley East,4a,Challenged white communities,S02001739,Oakley Comrie and Blairhall,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179267 +179267,S00109760,8a2,Industrious Hardship,S01009272,Oakley East,4a,Challenged white communities,S02001739,Oakley Comrie and Blairhall,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179268 +179268,S00109791,8a2,Industrious Hardship,S01009448,Lochgelly Albion Park and New Farm Vale,5c,Comfortable neighbourhoods,S02001777,Lochgelly East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179269 +179269,S00109802,8a2,Industrious Hardship,S01009453,Lochgelly West,5a,Ageing urban communities,S02001778,Lochgelly West and Lumphinnans,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179270 +179270,S00109812,8a2,Industrious Hardship,S01009445,Lochgelly North,5d,Endeavouring social renters,S02001777,Lochgelly East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179271 +179271,S00109818,8a2,Industrious Hardship,S01009445,Lochgelly North,5d,Endeavouring social renters,S02001777,Lochgelly East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179272 +179272,S00109769,7c3,Outer City Hardship,S01009268,Blairhall and Landward,5c,Comfortable neighbourhoods,S02001739,Oakley Comrie and Blairhall,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179273 +179273,S00111395,6b4,Older Workers and Retirement,S01009639,Leven Links,8a,Affluent communities,S02001817,Leven East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179274 +179274,S00111885,2c1,Migrant Families,S01009526,Braehead and the Path,3c,Highly qualified professionals,S02001794,Kirkcaldy Pathhead,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179275 +179275,S00110249,8a1,Industrious Transitions,S01009273,Saline North,8b,Ageing suburbanites,S02001740,Saline and Gowkhall,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179276 +179276,S00109517,6b4,Older Workers and Retirement,S01009303,Bellyeoman South West,5a,Ageing urban communities,S02001746,Dunfermline Headwell,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179277 +179277,S00109853,8a2,Industrious Hardship,S01009411,Hill of Beath,4a,Challenged white communities,S02001769,Hill of Beath and Kingseat,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179278 +179278,S00111054,8a2,Industrious Hardship,S01009687,Cupar Northern,5e,Primary sector workers,S02001827,Cupar Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179279 +179279,S00109779,7c3,Outer City Hardship,S01009451,Lochgelly South West,4a,Challenged white communities,S02001778,Lochgelly West and Lumphinnans,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179280 +179280,S00109781,7c3,Outer City Hardship,S01009451,Lochgelly South West,4a,Challenged white communities,S02001778,Lochgelly West and Lumphinnans,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179281 +179281,S00109787,7c3,Outer City Hardship,S01009449,Lochgelly Central and Western,5d,Endeavouring social renters,S02001777,Lochgelly East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179282 +179282,S00109794,7c3,Outer City Hardship,S01009447,Lochgelly Central and Eastern,5c,Comfortable neighbourhoods,S02001777,Lochgelly East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179283 +179283,S00109798,7c3,Outer City Hardship,S01009448,Lochgelly Albion Park and New Farm Vale,5c,Comfortable neighbourhoods,S02001777,Lochgelly East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179284 +179284,S00109801,7c3,Outer City Hardship,S01009453,Lochgelly West,5a,Ageing urban communities,S02001778,Lochgelly West and Lumphinnans,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179285 +179285,S00109803,7c3,Outer City Hardship,S01009453,Lochgelly West,5a,Ageing urban communities,S02001778,Lochgelly West and Lumphinnans,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179286 +179286,S00109809,7c3,Outer City Hardship,S01009446,Lochgelly East,4d,Hard-pressed flat dwellers,S02001777,Lochgelly East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179287 +179287,S00109826,7c3,Outer City Hardship,S01009409,Hill of Beath and Landward,5d,Endeavouring social renters,S02001769,Hill of Beath and Kingseat,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179288 +179288,S00109829,7c3,Outer City Hardship,S01009411,Hill of Beath,4a,Challenged white communities,S02001769,Hill of Beath and Kingseat,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179289 +179289,S00109843,7c3,Outer City Hardship,S01009489,Cowdenbeath South East,4a,Challenged white communities,S02001770,Cowdenbeath South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179290 +179290,S00109849,7c3,Outer City Hardship,S01009450,Lumphinnans,4d,Hard-pressed flat dwellers,S02001778,Lochgelly West and Lumphinnans,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179291 +179291,S00109858,7c3,Outer City Hardship,S01009412,Beath South West,4a,Challenged white communities,S02001769,Hill of Beath and Kingseat,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179292 +179292,S00109866,7c3,Outer City Hardship,S01009490,Cowdenbeath South,4a,Challenged white communities,S02001770,Cowdenbeath South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179293 +179293,S00109882,7c3,Outer City Hardship,S01009415,Cowdenbeath North,4b,Constrained renters,S02001771,Cowdenbeath North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179294 +179294,S00109890,7c3,Outer City Hardship,S01009415,Cowdenbeath North,4b,Constrained renters,S02001771,Cowdenbeath North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179295 +179295,S00109891,7c3,Outer City Hardship,S01009418,Cowdenbeath North East,4a,Challenged white communities,S02001771,Cowdenbeath North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179296 +179296,S00109905,7c3,Outer City Hardship,S01009418,Cowdenbeath North East,4a,Challenged white communities,S02001771,Cowdenbeath North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179297 +179297,S00109907,7c3,Outer City Hardship,S01009418,Cowdenbeath North East,4a,Challenged white communities,S02001771,Cowdenbeath North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179298 +179298,S00109978,7c3,Outer City Hardship,S01009533,Sinclairtown West,4d,Hard-pressed flat dwellers,S02001795,Kirkcaldy Gallatown and Sinclairtown,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179299 +179299,S00109979,7c3,Outer City Hardship,S01009533,Sinclairtown West,4d,Hard-pressed flat dwellers,S02001795,Kirkcaldy Gallatown and Sinclairtown,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179300 +179300,S00109986,7c3,Outer City Hardship,S01009534,Sinclairtown Central,4d,Hard-pressed flat dwellers,S02001795,Kirkcaldy Gallatown and Sinclairtown,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179301 +179301,S00109998,7c3,Outer City Hardship,S01009538,Dysart Central,4b,Constrained renters,S02001796,Dysart,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179302 +179302,S00110003,7c3,Outer City Hardship,S01009537,Dysart North,4b,Constrained renters,S02001796,Dysart,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179303 +179303,S00110006,7c3,Outer City Hardship,S01009531,Mitchelston and Randolph,4b,Constrained renters,S02001795,Kirkcaldy Gallatown and Sinclairtown,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179304 +179304,S00110026,7c3,Outer City Hardship,S01009531,Mitchelston and Randolph,4b,Constrained renters,S02001795,Kirkcaldy Gallatown and Sinclairtown,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179305 +179305,S00110039,7c3,Outer City Hardship,S01009533,Sinclairtown West,4d,Hard-pressed flat dwellers,S02001795,Kirkcaldy Gallatown and Sinclairtown,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179306 +179306,S00110059,7c3,Outer City Hardship,S01009484,Oriel and Forth,5a,Ageing urban communities,S02001785,Kirkcaldy Bennochy East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179307 +179307,S00110061,7c3,Outer City Hardship,S01009485,Bennochy South West,4b,Constrained renters,S02001786,Kirkcaldy Bennochy West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179308 +179308,S00110082,7c3,Outer City Hardship,S01009525,Hayfield South,4d,Hard-pressed flat dwellers,S02001793,Kirkcaldy Hayfield and Smeaton,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179309 +179309,S00110085,7c3,Outer City Hardship,S01009523,Hayfield North,4d,Hard-pressed flat dwellers,S02001793,Kirkcaldy Hayfield and Smeaton,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179310 +179310,S00110087,7c3,Outer City Hardship,S01009523,Hayfield North,4d,Hard-pressed flat dwellers,S02001793,Kirkcaldy Hayfield and Smeaton,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179311 +179311,S00110094,7c3,Outer City Hardship,S01009481,Bennochy North,3c,Highly qualified professionals,S02001785,Kirkcaldy Bennochy East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179312 +179312,S00110095,7c3,Outer City Hardship,S01009525,Hayfield South,4d,Hard-pressed flat dwellers,S02001793,Kirkcaldy Hayfield and Smeaton,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179313 +179313,S00110096,7c3,Outer City Hardship,S01009525,Hayfield South,4d,Hard-pressed flat dwellers,S02001793,Kirkcaldy Hayfield and Smeaton,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179314 +179314,S00110102,7c3,Outer City Hardship,S01009525,Hayfield South,4d,Hard-pressed flat dwellers,S02001793,Kirkcaldy Hayfield and Smeaton,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179315 +179315,S00110251,7c3,Outer City Hardship,S01009426,Kelty Central,4a,Challenged white communities,S02001773,Kelty East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179316 +179316,S00110255,7c3,Outer City Hardship,S01009420,Kelty West,4a,Challenged white communities,S02001772,Kelty West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179317 +179317,S00110261,7c3,Outer City Hardship,S01009426,Kelty Central,4a,Challenged white communities,S02001773,Kelty East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179318 +179318,S00110272,7c3,Outer City Hardship,S01009427,Kelty North East,4d,Hard-pressed flat dwellers,S02001773,Kelty East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179319 +179319,S00110273,7c3,Outer City Hardship,S01009427,Kelty North East,4d,Hard-pressed flat dwellers,S02001773,Kelty East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179320 +179320,S00110274,7c3,Outer City Hardship,S01009427,Kelty North East,4d,Hard-pressed flat dwellers,S02001773,Kelty East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179321 +179321,S00110275,7c3,Outer City Hardship,S01009427,Kelty North East,4d,Hard-pressed flat dwellers,S02001773,Kelty East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179322 +179322,S00110287,7c3,Outer City Hardship,S01009436,Dundonald,4a,Challenged white communities,S02001776,Cardenden,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179323 +179323,S00110289,7c3,Outer City Hardship,S01009436,Dundonald,4a,Challenged white communities,S02001776,Cardenden,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179324 +179324,S00110290,7c3,Outer City Hardship,S01009436,Dundonald,4a,Challenged white communities,S02001776,Cardenden,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179325 +179325,S00110307,7c3,Outer City Hardship,S01009441,Bowhill East,4a,Challenged white communities,S02001776,Cardenden,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179326 +179326,S00111121,8a2,Industrious Hardship,S01009720,Kilrymont West,4b,Constrained renters,S02001834,St Andrews South East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179327 +179327,S00111126,8a2,Industrious Hardship,S01009719,Kilrymont East,4b,Constrained renters,S02001834,St Andrews South East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179328 +179328,S00109558,6b4,Older Workers and Retirement,S01009296,Beveridgewell Western and Parkneuk,8c,Comfortable suburbia,S02001744,Dunfermline Milesmark and Wellwood,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179329 +179329,S00111196,8a2,Industrious Hardship,S01009737,Leuchars West,5b,Aspiring urban households,S02001838,Leuchars and Guardbridge,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179330 +179330,S00111248,8a2,Industrious Hardship,S01009750,Tayport South,5c,Comfortable neighbourhoods,S02001840,Tayport,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179331 +179331,S00109855,8a2,Industrious Hardship,S01009411,Hill of Beath,4a,Challenged white communities,S02001769,Hill of Beath and Kingseat,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179332 +179332,S00109565,6b4,Older Workers and Retirement,S01009297,Beveridgewell East,8c,Comfortable suburbia,S02001744,Dunfermline Milesmark and Wellwood,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179333 +179333,S00109453,7a3,Multi-Ethnic Hardship,S01009338,Abbeyview East,4d,Hard-pressed flat dwellers,S02001753,Dunfermline Abbeyview North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179334 +179334,S00110313,8a1,Industrious Transitions,S01009443,Auchterderran Landward and Cluny,2a,Ageing rural neighbourhoods,S02001776,Cardenden,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179335 +179335,S00111396,6b4,Older Workers and Retirement,S01009639,Leven Links,8a,Affluent communities,S02001817,Leven East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179336 +179336,S00111249,8a2,Industrious Hardship,S01009749,Tayport Central,5c,Comfortable neighbourhoods,S02001840,Tayport,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179337 +179337,S00109856,8a2,Industrious Hardship,S01009411,Hill of Beath,4a,Challenged white communities,S02001769,Hill of Beath and Kingseat,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179338 +179338,S00109570,6b4,Older Workers and Retirement,S01009303,Bellyeoman South West,5a,Ageing urban communities,S02001746,Dunfermline Headwell,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179339 +179339,S00109910,7a3,Multi-Ethnic Hardship,S01009450,Lumphinnans,4d,Hard-pressed flat dwellers,S02001778,Lochgelly West and Lumphinnans,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179340 +179340,S00110318,8a1,Industrious Transitions,S01009431,Glencraig Landward,5c,Comfortable neighbourhoods,S02001774,Lochore and Crosshill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179341 +179341,S00111398,6b4,Older Workers and Retirement,S01009639,Leven Links,8a,Affluent communities,S02001817,Leven East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179342 +179342,S00111370,8a2,Industrious Hardship,S01009430,Crosshill and Lochore South,4a,Challenged white communities,S02001774,Lochore and Crosshill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179343 +179343,S00109620,6b4,Older Workers and Retirement,S01009291,Crossford South,8b,Ageing suburbanites,S02001743,Crossford Charlestown and Limekilns,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179344 +179344,S00109927,7a3,Multi-Ethnic Hardship,S01009472,Linktown North,4b,Constrained renters,S02001783,Kirkcaldy Linktown & Seafield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179345 +179345,S00109859,8a2,Industrious Hardship,S01009492,Cowdenbeath South West,4a,Challenged white communities,S02001770,Cowdenbeath South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179346 +179346,S00111442,6b4,Older Workers and Retirement,S01009652,Lundin Links,8a,Affluent communities,S02001820,Largo,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179347 +179347,S00110320,8a1,Industrious Transitions,S01009430,Crosshill and Lochore South,4a,Challenged white communities,S02001774,Lochore and Crosshill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179348 +179348,S00111402,8a2,Industrious Hardship,S01009648,Broom South,5d,Endeavouring social renters,S02001819,Leven North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179349 +179349,S00109627,6b4,Older Workers and Retirement,S01009289,Crossford East and Berrylaw,2b,Prospering countryside life,S02001743,Crossford Charlestown and Limekilns,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179350 +179350,S00110193,7a3,Multi-Ethnic Hardship,S01009515,Fair Isle North,4a,Challenged white communities,S02001792,Kirkcaldy Chapel,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179351 +179351,S00109685,6b4,Older Workers and Retirement,S01009265,Kincardine West,5c,Comfortable neighbourhoods,S02001738,Kincardine,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179352 +179352,S00110332,8a1,Industrious Transitions,S01009428,Lochore North,5d,Endeavouring social renters,S02001774,Lochore and Crosshill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179353 +179353,S00111435,8a2,Industrious Hardship,S01009655,Kennoway South East,4a,Challenged white communities,S02001821,Kennoway and Bonnybank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179354 +179354,S00111444,6b4,Older Workers and Retirement,S01009654,Lower Largo,5c,Comfortable neighbourhoods,S02001820,Largo,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179355 +179355,S00110661,7a3,Multi-Ethnic Hardship,S01009565,Viewfield North and Rimbleton South,4a,Challenged white communities,S02001802,Glenrothes Caskieberran and Rimbleton,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179356 +179356,S00109872,8a2,Industrious Hardship,S01009491,Cowdenbeath Central,5d,Endeavouring social renters,S02001770,Cowdenbeath South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179357 +179357,S00109696,6b4,Older Workers and Retirement,S01009286,Cairneyhill West,8c,Comfortable suburbia,S02001742,Cairneyhill and Crombie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179358 +179358,S00110373,8a1,Industrious Transitions,S01009548,Thornton South,5c,Comfortable neighbourhoods,S02001798,Thornton and Kinglassie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179359 +179359,S00111438,8a2,Industrious Hardship,S01009660,Kennoway North East,5d,Endeavouring social renters,S02001821,Kennoway and Bonnybank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179360 +179360,S00109879,8a2,Industrious Hardship,S01009413,Cowdenbeath North West,5c,Comfortable neighbourhoods,S02001771,Cowdenbeath North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179361 +179361,S00109121,5a2,Multi-Ethnic Professionals with Families,S01009727,Feddinch and The Grange,2a,Ageing rural neighbourhoods,S02001836,St Andrews South West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179362 +179362,S00110467,8a1,Industrious Transitions,S01009629,Methilhill South West,4a,Challenged white communities,S02001814,Methil Methilhill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179363 +179363,S00111481,6b4,Older Workers and Retirement,S01009756,Wormit East,8c,Comfortable suburbia,S02001841,Newport and Wormit,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179364 +179364,S00109699,6b4,Older Workers and Retirement,S01009285,Cairneyhill North,8c,Comfortable suburbia,S02001742,Cairneyhill and Crombie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179365 +179365,S00111462,8a2,Industrious Hardship,S01009685,Springfield West and Rankeilour,2d,Rural traits,S02001826,Cupar West and Springfield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179366 +179366,S00109880,8a2,Industrious Hardship,S01009492,Cowdenbeath South West,4a,Challenged white communities,S02001770,Cowdenbeath South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179367 +179367,S00109182,5a2,Multi-Ethnic Professionals with Families,S01009377,Rosyth Dockyard and Castle,3c,Highly qualified professionals,S02001762,Rosyth South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179368 +179368,S00110560,8a1,Industrious Transitions,S01009648,Broom South,5d,Endeavouring social renters,S02001819,Leven North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179369 +179369,S00111485,6b4,Older Workers and Retirement,S01009754,Newport East,5a,Ageing urban communities,S02001841,Newport and Wormit,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179370 +179370,S00109718,6b4,Older Workers and Retirement,S01009469,Kinghorn North,5c,Comfortable neighbourhoods,S02001782,Kinghorn,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179371 +179371,S00111524,8a2,Industrious Hardship,S01009281,High Valleyfield West,4a,Challenged white communities,S02001741,Valleyfield Culross and Torryburn,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179372 +179372,S00109896,8a2,Industrious Hardship,S01009414,Cowdenbeath Foulford,5d,Endeavouring social renters,S02001771,Cowdenbeath North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179373 +179373,S00109898,8a2,Industrious Hardship,S01009414,Cowdenbeath Foulford,5d,Endeavouring social renters,S02001771,Cowdenbeath North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179374 +179374,S00109902,8a2,Industrious Hardship,S01009418,Cowdenbeath North East,4a,Challenged white communities,S02001771,Cowdenbeath North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179375 +179375,S00110130,8a2,Industrious Hardship,S01009488,Bennochy West,5d,Endeavouring social renters,S02001786,Kirkcaldy Bennochy West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179376 +179376,S00110131,8a2,Industrious Hardship,S01009504,Kirkcaldy Valley West,4a,Challenged white communities,S02001790,Kirkcaldy Templehall East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179377 +179377,S00110203,8a2,Industrious Hardship,S01009501,Dunearn,4a,Challenged white communities,S02001789,Kirkcaldy Templehall West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179378 +179378,S00110241,8a2,Industrious Hardship,S01009516,Chapelhill and Torbain,5d,Endeavouring social renters,S02001792,Kirkcaldy Chapel,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179379 +179379,S00110246,8a2,Industrious Hardship,S01009274,Saline South,5d,Endeavouring social renters,S02001740,Saline and Gowkhall,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179380 +179380,S00110278,8a2,Industrious Hardship,S01009419,Kelty Elmwood,4a,Challenged white communities,S02001772,Kelty West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179381 +179381,S00110297,8a2,Industrious Hardship,S01009439,Cardenden West,4a,Challenged white communities,S02001776,Cardenden,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179382 +179382,S00110300,8a2,Industrious Hardship,S01009439,Cardenden West,4a,Challenged white communities,S02001776,Cardenden,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179383 +179383,S00110302,8a2,Industrious Hardship,S01009440,Bowhill West,4a,Challenged white communities,S02001776,Cardenden,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179384 +179384,S00110304,8a2,Industrious Hardship,S01009440,Bowhill West,4a,Challenged white communities,S02001776,Cardenden,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179385 +179385,S00110309,8a2,Industrious Hardship,S01009441,Bowhill East,4a,Challenged white communities,S02001776,Cardenden,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179386 +179386,S00110323,8a2,Industrious Hardship,S01009429,Lochore Central,4a,Challenged white communities,S02001774,Lochore and Crosshill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179387 +179387,S00110330,8a2,Industrious Hardship,S01009428,Lochore North,5d,Endeavouring social renters,S02001774,Lochore and Crosshill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179388 +179388,S00110346,8a2,Industrious Hardship,S01009435,Ballingry West,4a,Challenged white communities,S02001775,Ballingry,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179389 +179389,S00110353,8a2,Industrious Hardship,S01009432,Ballingry East,4a,Challenged white communities,S02001775,Ballingry,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179390 +179390,S00110359,8a2,Industrious Hardship,S01009543,East Wemyss Shore,5c,Comfortable neighbourhoods,S02001797,Wemyss,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179391 +179391,S00110436,8a2,Industrious Hardship,S01009629,Methilhill South West,4a,Challenged white communities,S02001814,Methil Methilhill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179392 +179392,S00110438,8a2,Industrious Hardship,S01009629,Methilhill South West,4a,Challenged white communities,S02001814,Methil Methilhill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179393 +179393,S00110447,8a2,Industrious Hardship,S01009630,Methilhill North,4a,Challenged white communities,S02001814,Methil Methilhill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179394 +179394,S00110516,8a2,Industrious Hardship,S01009644,Leven Mountfleurie West,5d,Endeavouring social renters,S02001818,Leven West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179395 +179395,S00110650,8a2,Industrious Hardship,S01009568,Rimbleton West,5d,Endeavouring social renters,S02001802,Glenrothes Caskieberran and Rimbleton,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179396 +179396,S00110656,8a2,Industrious Hardship,S01009568,Rimbleton West,5d,Endeavouring social renters,S02001802,Glenrothes Caskieberran and Rimbleton,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179397 +179397,S00110755,8a2,Industrious Hardship,S01009587,Woodside West,5a,Ageing urban communities,S02001806,Glenrothes Woodside,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179398 +179398,S00110775,8a2,Industrious Hardship,S01009589,Woodside South,4a,Challenged white communities,S02001806,Glenrothes Woodside,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179399 +179399,S00110809,8a2,Industrious Hardship,S01009604,Balfarg South,5d,Endeavouring social renters,S02001810,Glenrothes Balfarg Pitcairn and Coul,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179400 +179400,S00110813,8a2,Industrious Hardship,S01009604,Balfarg South,5d,Endeavouring social renters,S02001810,Glenrothes Balfarg Pitcairn and Coul,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179401 +179401,S00110833,8a2,Industrious Hardship,S01009552,Leslie South West and Auchmuir,2d,Rural traits,S02001799,Leslie and Newcastle,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179402 +179402,S00110836,8a2,Industrious Hardship,S01009553,Leslie West,4a,Challenged white communities,S02001799,Leslie and Newcastle,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179403 +179403,S00110870,8a2,Industrious Hardship,S01009657,Kennoway Sandy Brae,5c,Comfortable neighbourhoods,S02001821,Kennoway and Bonnybank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179404 +179404,S00110874,8a2,Industrious Hardship,S01009655,Kennoway South East,4a,Challenged white communities,S02001821,Kennoway and Bonnybank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179405 +179405,S00110875,8a2,Industrious Hardship,S01009655,Kennoway South East,4a,Challenged white communities,S02001821,Kennoway and Bonnybank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179406 +179406,S00110878,8a2,Industrious Hardship,S01009656,Kennoway East,4a,Challenged white communities,S02001821,Kennoway and Bonnybank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179407 +179407,S00110879,8a2,Industrious Hardship,S01009656,Kennoway East,4a,Challenged white communities,S02001821,Kennoway and Bonnybank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179408 +179408,S00110887,8a2,Industrious Hardship,S01009659,Kennoway Central,5c,Comfortable neighbourhoods,S02001821,Kennoway and Bonnybank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179409 +179409,S00110890,8a2,Industrious Hardship,S01009659,Kennoway Central,5c,Comfortable neighbourhoods,S02001821,Kennoway and Bonnybank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179410 +179410,S00110896,8a2,Industrious Hardship,S01009660,Kennoway North East,5d,Endeavouring social renters,S02001821,Kennoway and Bonnybank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179411 +179411,S00110937,8a2,Industrious Hardship,S01009709,Anstruther South West,5e,Primary sector workers,S02001832,Anstruther,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179412 +179412,S00110966,8a2,Industrious Hardship,S01009669,Freuchie South and Muirhead,2d,Rural traits,S02001823,Falkland and Freuchie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179413 +179413,S00109725,6b4,Older Workers and Retirement,S01009406,Crossgates North,5a,Ageing urban communities,S02001768,Crossgates and Halbeath,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179414 +179414,S00111502,6b4,Older Workers and Retirement,S01009684,Bow of Fife Tarvit and Balgarvie,2b,Prospering countryside life,S02001826,Cupar West and Springfield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179415 +179415,S00110586,8a1,Industrious Transitions,S01009562,South Parks West,5d,Endeavouring social renters,S02001801,Glenrothes South Parks,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179416 +179416,S00109369,5a2,Multi-Ethnic Professionals with Families,S01009361,Pitreavie,5c,Comfortable neighbourhoods,S02001758,Dunfermline Pitcorthie West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179417 +179417,S00111532,8a2,Industrious Hardship,S01009335,Woodmill West,4a,Challenged white communities,S02001752,Dunfermline Touch and Woodmill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179418 +179418,S00109734,6b4,Older Workers and Retirement,S01009408,Crossgates North Knowe,5c,Comfortable neighbourhoods,S02001768,Crossgates and Halbeath,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179419 +179419,S00110097,5a2,Multi-Ethnic Professionals with Families,S01009481,Bennochy North,3c,Highly qualified professionals,S02001785,Kirkcaldy Bennochy East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179420 +179420,S00110589,8a1,Industrious Transitions,S01009564,South Parks North,5c,Comfortable neighbourhoods,S02001801,Glenrothes South Parks,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179421 +179421,S00111511,6b4,Older Workers and Retirement,S01009393,Hillend,8c,Comfortable suburbia,S02001765,Dalgety Bay West and Hillend,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179422 +179422,S00111613,8a2,Industrious Hardship,S01009500,Fair Isle,4a,Challenged white communities,S02001789,Kirkcaldy Templehall West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179423 +179423,S00109737,6b4,Older Workers and Retirement,S01009405,Crossgates South Knowe and Annfield,2d,Rural traits,S02001768,Crossgates and Halbeath,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179424 +179424,S00111328,5a2,Multi-Ethnic Professionals with Families,S01009517,Chapelwood,8c,Comfortable suburbia,S02001792,Kirkcaldy Chapel,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179425 +179425,S00110606,8a1,Industrious Transitions,S01009550,Newcastle West,5d,Endeavouring social renters,S02001799,Leslie and Newcastle,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179426 +179426,S00111539,6b4,Older Workers and Retirement,S01009355,Pitcorthie Central,8b,Ageing suburbanites,S02001757,Dunfermline Pitcorthie East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179427 +179427,S00111637,8a2,Industrious Hardship,S01009655,Kennoway South East,4a,Challenged white communities,S02001821,Kennoway and Bonnybank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179428 +179428,S00109740,6b4,Older Workers and Retirement,S01009271,Comrie West,8b,Ageing suburbanites,S02001739,Oakley Comrie and Blairhall,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179429 +179429,S00109744,6b4,Older Workers and Retirement,S01009271,Comrie West,8b,Ageing suburbanites,S02001739,Oakley Comrie and Blairhall,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179430 +179430,S00109746,6b4,Older Workers and Retirement,S01009271,Comrie West,8b,Ageing suburbanites,S02001739,Oakley Comrie and Blairhall,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179431 +179431,S00109762,6b4,Older Workers and Retirement,S01009276,Carnock,8c,Comfortable suburbia,S02001740,Saline and Gowkhall,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179432 +179432,S00109770,6b4,Older Workers and Retirement,S01009323,Townhill East,5c,Comfortable neighbourhoods,S02001750,Dunfermline Bellyeoman and Townhill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179433 +179433,S00109819,6b4,Older Workers and Retirement,S01009445,Lochgelly North,5d,Endeavouring social renters,S02001777,Lochgelly East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179434 +179434,S00109945,6b4,Older Workers and Retirement,S01009480,Kirkcaldy Central South,5c,Comfortable neighbourhoods,S02001784,Kirkcaldy Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179435 +179435,S00109992,6b4,Older Workers and Retirement,S01009530,Ravenscraig,8b,Ageing suburbanites,S02001794,Kirkcaldy Pathhead,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179436 +179436,S00109993,6b4,Older Workers and Retirement,S01009530,Ravenscraig,8b,Ageing suburbanites,S02001794,Kirkcaldy Pathhead,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179437 +179437,S00110019,6b4,Older Workers and Retirement,S01009529,Kirkcaldy Viewforth,5a,Ageing urban communities,S02001794,Kirkcaldy Pathhead,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179438 +179438,S00110114,6b4,Older Workers and Retirement,S01009499,Kirkcaldy Long Braes,5c,Comfortable neighbourhoods,S02001788,Kirkcaldy Newliston and Redcraigs,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179439 +179439,S00110116,6b4,Older Workers and Retirement,S01009499,Kirkcaldy Long Braes,5c,Comfortable neighbourhoods,S02001788,Kirkcaldy Newliston and Redcraigs,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179440 +179440,S00110118,6b4,Older Workers and Retirement,S01009494,Raith,8c,Comfortable suburbia,S02001787,Kirkcaldy Raith,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179441 +179441,S00110125,6b4,Older Workers and Retirement,S01009498,Newliston,8b,Ageing suburbanites,S02001788,Kirkcaldy Newliston and Redcraigs,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179442 +179442,S00110165,6b4,Older Workers and Retirement,S01009513,Dunnikier North,8b,Ageing suburbanites,S02001791,Kirkcaldy Dunnikier,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179443 +179443,S00110169,6b4,Older Workers and Retirement,S01009513,Dunnikier North,8b,Ageing suburbanites,S02001791,Kirkcaldy Dunnikier,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179444 +179444,S00110170,6b4,Older Workers and Retirement,S01009514,Dunnikier North West,8c,Comfortable suburbia,S02001791,Kirkcaldy Dunnikier,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179445 +179445,S00110180,6b4,Older Workers and Retirement,S01009510,Dunnikier South,8b,Ageing suburbanites,S02001791,Kirkcaldy Dunnikier,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179446 +179446,S00110183,6b4,Older Workers and Retirement,S01009512,Dunnikier Central,8b,Ageing suburbanites,S02001791,Kirkcaldy Dunnikier,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179447 +179447,S00110572,6b4,Older Workers and Retirement,S01009613,Coaltown of Balgonie West,8c,Comfortable suburbia,S02001812,Windygates and Coaltown,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179448 +179448,S00110856,6b4,Older Workers and Retirement,S01009609,Markinch East,5c,Comfortable neighbourhoods,S02001811,Markinch and Star,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179449 +179449,S00110858,6b4,Older Workers and Retirement,S01009608,Markinch North,5c,Comfortable neighbourhoods,S02001811,Markinch and Star,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179450 +179450,S00110869,6b4,Older Workers and Retirement,S01009657,Kennoway Sandy Brae,5c,Comfortable neighbourhoods,S02001821,Kennoway and Bonnybank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179451 +179451,S00110883,6b4,Older Workers and Retirement,S01009659,Kennoway Central,5c,Comfortable neighbourhoods,S02001821,Kennoway and Bonnybank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179452 +179452,S00110905,6b4,Older Workers and Retirement,S01009617,Windygates Kennoway and Leven Roads,8c,Comfortable suburbia,S02001812,Windygates and Coaltown,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179453 +179453,S00110972,6b4,Older Workers and Retirement,S01009669,Freuchie South and Muirhead,2d,Rural traits,S02001823,Falkland and Freuchie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179454 +179454,S00110985,6b4,Older Workers and Retirement,S01009713,Crail South and Fife Ness,2d,Rural traits,S02001833,Crail and Boarhills,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179455 +179455,S00111064,6b4,Older Workers and Retirement,S01009683,Cupar Westfield,5a,Ageing urban communities,S02001826,Cupar West and Springfield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179456 +179456,S00111175,6b4,Older Workers and Retirement,S01009733,Clayton and Clatto,2b,Prospering countryside life,S02001837,St Andrews North and Strathkinness,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179457 +179457,S00111225,6b4,Older Workers and Retirement,S01009757,Wormit West,8a,Affluent communities,S02001841,Newport and Wormit,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179458 +179458,S00111365,6b4,Older Workers and Retirement,S01009438,Cardenden East,5c,Comfortable neighbourhoods,S02001776,Cardenden,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179459 +179459,S00111368,6b4,Older Workers and Retirement,S01009440,Bowhill West,4a,Challenged white communities,S02001776,Cardenden,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179460 +179460,S00111583,6b4,Older Workers and Retirement,S01009463,Burntisland Nether Grange,5c,Comfortable neighbourhoods,S02001781,Burntisland East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179461 +179461,S00111586,6b4,Older Workers and Retirement,S01009458,Burntisland Central,5a,Ageing urban communities,S02001780,Burntisland West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179462 +179462,S00111408,5a2,Multi-Ethnic Professionals with Families,S01009580,Pitteuchar Woods,8c,Comfortable suburbia,S02001805,Glenrothes Pitteuchar,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179463 +179463,S00110808,8a1,Industrious Transitions,S01009604,Balfarg South,5d,Endeavouring social renters,S02001810,Glenrothes Balfarg Pitcairn and Coul,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179464 +179464,S00111671,5a2,Multi-Ethnic Professionals with Families,S01009350,Duloch South West,3a,Achieving neighbourhoods,S02001755,Dunfermline Duloch South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179465 +179465,S00109177,6b1,Multi-Ethnic Suburbia,S01009398,Dalgety Bogend Wood,8c,Comfortable suburbia,S02001766,Dalgety Bay Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179466 +179466,S00109700,6b1,Multi-Ethnic Suburbia,S01009285,Cairneyhill North,8c,Comfortable suburbia,S02001742,Cairneyhill and Crombie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179467 +179467,S00111573,6b1,Multi-Ethnic Suburbia,S01009368,Rosyth Wilderness East,5d,Endeavouring social renters,S02001760,Rosyth East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179468 +179468,S00111797,6b1,Multi-Ethnic Suburbia,S01009320,Bellyeoman South,5c,Comfortable neighbourhoods,S02001750,Dunfermline Bellyeoman and Townhill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179469 +179469,S00109114,1a4,Older Farming Communities,S01009695,Ceres East and Pitscottie,2c,Remoter communities,S02001829,Dairsie Ceres and Dunino,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179470 +179470,S00109132,1a4,Older Farming Communities,S01009733,Clayton and Clatto,2b,Prospering countryside life,S02001837,St Andrews North and Strathkinness,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179471 +179471,S00110050,1a4,Older Farming Communities,S01009493,Raith Estate and Southerton,8a,Affluent communities,S02001787,Kirkcaldy Raith,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179472 +179472,S00110117,1a4,Older Farming Communities,S01009494,Raith,8c,Comfortable suburbia,S02001787,Kirkcaldy Raith,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179473 +179473,S00110701,1a4,Older Farming Communities,S01009586,Pitteuchar South,5a,Ageing urban communities,S02001805,Glenrothes Pitteuchar,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179474 +179474,S00110787,1a4,Older Farming Communities,S01009590,Foresters Lodge,8b,Ageing suburbanites,S02001807,Glenrothes Balgeddie and Town Park,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179475 +179475,S00110817,1a4,Older Farming Communities,S01009603,Pitcairn,8c,Comfortable suburbia,S02001810,Glenrothes Balfarg Pitcairn and Coul,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179476 +179476,S00110888,1a4,Older Farming Communities,S01009658,Kennoway North West,5d,Endeavouring social renters,S02001821,Kennoway and Bonnybank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179477 +179477,S00110898,1a4,Older Farming Communities,S01009617,Windygates Kennoway and Leven Roads,8c,Comfortable suburbia,S02001812,Windygates and Coaltown,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179478 +179478,S00110932,1a4,Older Farming Communities,S01009709,Anstruther South West,5e,Primary sector workers,S02001832,Anstruther,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179479 +179479,S00110950,1a4,Older Farming Communities,S01009708,Anstruther East and Cellardyke,5a,Ageing urban communities,S02001832,Anstruther,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179480 +179480,S00110994,1a4,Older Farming Communities,S01009714,Crail North,5e,Primary sector workers,S02001833,Crail and Boarhills,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179481 +179481,S00111638,8a2,Industrious Hardship,S01009655,Kennoway South East,4a,Challenged white communities,S02001821,Kennoway and Bonnybank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179482 +179482,S00111070,1a4,Older Farming Communities,S01009694,Cupar South South East,8a,Affluent communities,S02001828,Cupar East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179483 +179483,S00111086,1a4,Older Farming Communities,S01009728,Hallow Hill South,8a,Affluent communities,S02001836,St Andrews South West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179484 +179484,S00111099,1a4,Older Farming Communities,S01009731,Canongate,8a,Affluent communities,S02001836,St Andrews South West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179485 +179485,S00111466,1a4,Older Farming Communities,S01009692,Cupar East,8b,Ageing suburbanites,S02001828,Cupar East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179486 +179486,S00111473,1a4,Older Farming Communities,S01009728,Hallow Hill South,8a,Affluent communities,S02001836,St Andrews South West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179487 +179487,S00111501,1a4,Older Farming Communities,S01009684,Bow of Fife Tarvit and Balgarvie,2b,Prospering countryside life,S02001826,Cupar West and Springfield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179488 +179488,S00111977,1a4,Older Farming Communities,S01009650,Leven Letham Glen,8b,Ageing suburbanites,S02001819,Leven North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179489 +179489,S00112090,1a4,Older Farming Communities,S01009735,Lawhead and Northbank,3c,Highly qualified professionals,S02001837,St Andrews North and Strathkinness,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179490 +179490,S00112104,1a4,Older Farming Communities,S01009745,Balmullo South,2b,Prospering countryside life,S02001839,Balmullo and Gauldry,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179491 +179491,S00109037,6b4,Older Workers and Retirement,S01009750,Tayport South,5c,Comfortable neighbourhoods,S02001840,Tayport,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179492 +179492,S00109146,6b4,Older Workers and Retirement,S01009399,Dalgety Longhill Park,8c,Comfortable suburbia,S02001766,Dalgety Bay Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179493 +179493,S00109150,6b4,Older Workers and Retirement,S01009400,Dalgety Donibristle South,5d,Endeavouring social renters,S02001767,Dalgety Bay East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179494 +179494,S00109317,6b4,Older Workers and Retirement,S01009384,North Queensferry,8a,Affluent communities,S02001763,North Queensferry and Inverkeithing West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179495 +179495,S00111607,6b4,Older Workers and Retirement,S01009511,Dunnikier East,8b,Ageing suburbanites,S02001791,Kirkcaldy Dunnikier,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179496 +179496,S00111629,6b4,Older Workers and Retirement,S01009580,Pitteuchar Woods,8c,Comfortable suburbia,S02001805,Glenrothes Pitteuchar,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179497 +179497,S00111717,6b4,Older Workers and Retirement,S01009660,Kennoway North East,5d,Endeavouring social renters,S02001821,Kennoway and Bonnybank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179498 +179498,S00111751,6b4,Older Workers and Retirement,S01009378,Rosyth Pease Hill East,5c,Comfortable neighbourhoods,S02001762,Rosyth South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179499 +179499,S00111791,6b4,Older Workers and Retirement,S01009361,Pitreavie,5c,Comfortable neighbourhoods,S02001758,Dunfermline Pitcorthie West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179500 +179500,S00111792,6b4,Older Workers and Retirement,S01009362,Pitcorthie West,8b,Ageing suburbanites,S02001758,Dunfermline Pitcorthie West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179501 +179501,S00111816,6b4,Older Workers and Retirement,S01009327,Kingseathill,8b,Ageing suburbanites,S02001750,Dunfermline Bellyeoman and Townhill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179502 +179502,S00111837,6b4,Older Workers and Retirement,S01009284,Cairneyhill East,8c,Comfortable suburbia,S02001742,Cairneyhill and Crombie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179503 +179503,S00111841,6b4,Older Workers and Retirement,S01009284,Cairneyhill East,8c,Comfortable suburbia,S02001742,Cairneyhill and Crombie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179504 +179504,S00111856,6b4,Older Workers and Retirement,S01009268,Blairhall and Landward,5c,Comfortable neighbourhoods,S02001739,Oakley Comrie and Blairhall,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179505 +179505,S00111868,6b4,Older Workers and Retirement,S01009444,Lochgelly St Patricks and The Beeches,8b,Ageing suburbanites,S02001777,Lochgelly East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179506 +179506,S00111875,6b4,Older Workers and Retirement,S01009474,Linktown South and Seafield North,4a,Challenged white communities,S02001783,Kirkcaldy Linktown & Seafield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179507 +179507,S00111927,6b4,Older Workers and Retirement,S01009507,Templehall East,5c,Comfortable neighbourhoods,S02001790,Kirkcaldy Templehall East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179508 +179508,S00111936,6b4,Older Workers and Retirement,S01009424,Kelty East,5a,Ageing urban communities,S02001773,Kelty East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179509 +179509,S00111947,6b4,Older Workers and Retirement,S01009541,East Wemyss and Standingstane,2d,Rural traits,S02001797,Wemyss,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179510 +179510,S00112029,6b4,Older Workers and Retirement,S01009653,Lower Largo Northern,8b,Ageing suburbanites,S02001820,Largo,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179511 +179511,S00112135,6b4,Older Workers and Retirement,S01009602,Coul,8b,Ageing suburbanites,S02001810,Glenrothes Balfarg Pitcairn and Coul,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179512 +179512,S00109031,7c3,Outer City Hardship,S01009622,Buckhaven South,4d,Hard-pressed flat dwellers,S02001813,"Buckhaven, Denbeath and Muiredge",S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179513 +179513,S00109233,7c3,Outer City Hardship,S01009373,Rosyth Kings South,4a,Challenged white communities,S02001761,Rosyth Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179514 +179514,S00109261,7c3,Outer City Hardship,S01009370,Rosyth Wilderness North,5c,Comfortable neighbourhoods,S02001760,Rosyth East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179515 +179515,S00109262,7c3,Outer City Hardship,S01009370,Rosyth Wilderness North,5c,Comfortable neighbourhoods,S02001760,Rosyth East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179516 +179516,S00109299,7c3,Outer City Hardship,S01009388,Inverkeithing Spittalfield,4d,Hard-pressed flat dwellers,S02001764,Inverkeithing East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179517 +179517,S00109337,7c3,Outer City Hardship,S01009281,High Valleyfield West,4a,Challenged white communities,S02001741,Valleyfield Culross and Torryburn,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179518 +179518,S00109422,7c3,Outer City Hardship,S01009342,Pitcorthie North,4a,Challenged white communities,S02001754,Dunfermline Abbeyview South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179519 +179519,S00109548,7c3,Outer City Hardship,S01009298,Balbridgeburn North,4d,Hard-pressed flat dwellers,S02001745,Dunfermline Baldridgeburn,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179520 +179520,S00109568,7c3,Outer City Hardship,S01009303,Bellyeoman South West,5a,Ageing urban communities,S02001746,Dunfermline Headwell,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179521 +179521,S00109587,7c3,Outer City Hardship,S01009306,Headwell South West,4b,Constrained renters,S02001746,Dunfermline Headwell,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179522 +179522,S00109588,7c3,Outer City Hardship,S01009306,Headwell South West,4b,Constrained renters,S02001746,Dunfermline Headwell,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179523 +179523,S00109613,7c3,Outer City Hardship,S01009304,Headwell North,5c,Comfortable neighbourhoods,S02001746,Dunfermline Headwell,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179524 +179524,S00109680,7c3,Outer City Hardship,S01009266,Kincardine East,5d,Endeavouring social renters,S02001738,Kincardine,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179525 +179525,S00109707,7c3,Outer City Hardship,S01009468,Kinghorn Central,4d,Hard-pressed flat dwellers,S02001782,Kinghorn,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179526 +179526,S00109708,7c3,Outer City Hardship,S01009468,Kinghorn Central,4d,Hard-pressed flat dwellers,S02001782,Kinghorn,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179527 +179527,S00109712,7c3,Outer City Hardship,S01009470,Kinghorn North West,5c,Comfortable neighbourhoods,S02001782,Kinghorn,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179528 +179528,S00109716,7c3,Outer City Hardship,S01009469,Kinghorn North,5c,Comfortable neighbourhoods,S02001782,Kinghorn,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179529 +179529,S00109738,7c3,Outer City Hardship,S01009404,Halbeath,4b,Constrained renters,S02001768,Crossgates and Halbeath,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179530 +179530,S00109739,7c3,Outer City Hardship,S01009404,Halbeath,4b,Constrained renters,S02001768,Crossgates and Halbeath,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179531 +179531,S00111639,8a2,Industrious Hardship,S01009615,Windygates West,5c,Comfortable neighbourhoods,S02001812,Windygates and Coaltown,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179532 +179532,S00110848,8a1,Industrious Transitions,S01009610,Markinch West,5c,Comfortable neighbourhoods,S02001811,Markinch and Star,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179533 +179533,S00111941,8a2,Industrious Hardship,S01009438,Cardenden East,5c,Comfortable neighbourhoods,S02001776,Cardenden,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179534 +179534,S00111956,8a2,Industrious Hardship,S01009629,Methilhill South West,4a,Challenged white communities,S02001814,Methil Methilhill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179535 +179535,S00112019,8a2,Industrious Hardship,S01009660,Kennoway North East,5d,Endeavouring social renters,S02001821,Kennoway and Bonnybank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179536 +179536,S00112020,8a2,Industrious Hardship,S01009660,Kennoway North East,5d,Endeavouring social renters,S02001821,Kennoway and Bonnybank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179537 +179537,S00112032,8a2,Industrious Hardship,S01009654,Lower Largo,5c,Comfortable neighbourhoods,S02001820,Largo,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179538 +179538,S00112038,8a2,Industrious Hardship,S01009708,Anstruther East and Cellardyke,5a,Ageing urban communities,S02001832,Anstruther,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179539 +179539,S00112057,8a2,Industrious Hardship,S01009696,Craigrothie and Ceres West,2d,Rural traits,S02001829,Dairsie Ceres and Dunino,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179540 +179540,S00112064,8a2,Industrious Hardship,S01009692,Cupar East,8b,Ageing suburbanites,S02001828,Cupar East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179541 +179541,S00112131,8a2,Industrious Hardship,S01009598,Collydean North,4a,Challenged white communities,S02001808,Glenrothes Collydean,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179542 +179542,S00108975,8a1,Industrious Transitions,S01009268,Blairhall and Landward,5c,Comfortable neighbourhoods,S02001739,Oakley Comrie and Blairhall,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179543 +179543,S00108981,8a1,Industrious Transitions,S01009423,Kelty Seafar,8c,Comfortable suburbia,S02001773,Kelty East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179544 +179544,S00108982,8a1,Industrious Transitions,S01009417,Leuchatsbeath,2c,Remoter communities,S02001771,Cowdenbeath North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179545 +179545,S00108995,8a1,Industrious Transitions,S01009283,Crombie,2d,Rural traits,S02001742,Cairneyhill and Crombie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179546 +179546,S00109046,8a1,Industrious Transitions,S01009664,Monimal Pitlessie and Cults,2d,Rural traits,S02001822,Kettle and Ladybank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179547 +179547,S00109104,8a1,Industrious Transitions,S01009697,Dairsie and Kemback,2b,Prospering countryside life,S02001829,Dairsie Ceres and Dunino,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179548 +179548,S00109152,8a1,Industrious Transitions,S01009403,Dalgety Donibristle and Hillend,8c,Comfortable suburbia,S02001767,Dalgety Bay East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179549 +179549,S00109157,8a1,Industrious Transitions,S01009403,Dalgety Donibristle and Hillend,8c,Comfortable suburbia,S02001767,Dalgety Bay East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179550 +179550,S00109220,8a1,Industrious Transitions,S01009363,Rosyth Camdean,4a,Challenged white communities,S02001759,Rosyth North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179551 +179551,S00109234,8a1,Industrious Transitions,S01009366,Rosyth Kings North,4a,Challenged white communities,S02001759,Rosyth North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179552 +179552,S00109254,8a1,Industrious Transitions,S01009369,Rosyth Kings East,5d,Endeavouring social renters,S02001760,Rosyth East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179553 +179553,S00109332,8a1,Industrious Transitions,S01009288,Charlestown and Bellknowes,2b,Prospering countryside life,S02001743,Crossford Charlestown and Limekilns,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179554 +179554,S00109394,8a1,Industrious Transitions,S01009335,Woodmill West,4a,Challenged white communities,S02001752,Dunfermline Touch and Woodmill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179555 +179555,S00109626,8a1,Industrious Transitions,S01009291,Crossford South,8b,Ageing suburbanites,S02001743,Crossford Charlestown and Limekilns,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179556 +179556,S00109674,8a1,Industrious Transitions,S01009462,Burntisland Grange and Orrock,5c,Comfortable neighbourhoods,S02001780,Burntisland West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179557 +179557,S00109763,8a1,Industrious Transitions,S01009276,Carnock,8c,Comfortable suburbia,S02001740,Saline and Gowkhall,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179558 +179558,S00109821,8a1,Industrious Transitions,S01009410,Beath Woodend,4a,Challenged white communities,S02001769,Hill of Beath and Kingseat,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179559 +179559,S00109901,8a1,Industrious Transitions,S01009416,Cowdenbeath Glenfield,8b,Ageing suburbanites,S02001771,Cowdenbeath North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179560 +179560,S00110185,8a1,Industrious Transitions,S01009512,Dunnikier Central,8b,Ageing suburbanites,S02001791,Kirkcaldy Dunnikier,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179561 +179561,S00110201,8a1,Industrious Transitions,S01009501,Dunearn,4a,Challenged white communities,S02001789,Kirkcaldy Templehall West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179562 +179562,S00110235,8a1,Industrious Transitions,S01009503,Craigmount and Greenloanings,4a,Challenged white communities,S02001789,Kirkcaldy Templehall West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179563 +179563,S00110244,8a1,Industrious Transitions,S01009520,Chapel,5b,Aspiring urban households,S02001792,Kirkcaldy Chapel,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179564 +179564,S00110945,8a1,Industrious Transitions,S01009711,Anstruther West,5a,Ageing urban communities,S02001832,Anstruther,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179565 +179565,S00111003,8a1,Industrious Transitions,S01009665,Ladybank Woods,5c,Comfortable neighbourhoods,S02001822,Kettle and Ladybank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179566 +179566,S00111065,8a1,Industrious Transitions,S01009682,Cupar Westfield South,8c,Comfortable suburbia,S02001826,Cupar West and Springfield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179567 +179567,S00111115,8a1,Industrious Transitions,S01009718,Langlands West,4b,Constrained renters,S02001834,St Andrews South East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179568 +179568,S00111128,8a1,Industrious Transitions,S01009716,Kilrymont and Langlands,8a,Affluent communities,S02001834,St Andrews South East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179569 +179569,S00111190,8a1,Industrious Transitions,S01009678,Newburgh North East and Braeside of Lindores,5e,Primary sector workers,S02001825,Newburgh,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179570 +179570,S00111204,8a1,Industrious Transitions,S01009741,Leuchars East,5a,Ageing urban communities,S02001838,Leuchars and Guardbridge,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179571 +179571,S00111219,8a1,Industrious Transitions,S01009743,Gauldry and Balmerino,2d,Rural traits,S02001839,Balmullo and Gauldry,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179572 +179572,S00111245,8a1,Industrious Transitions,S01009755,Newport North East,5a,Ageing urban communities,S02001841,Newport and Wormit,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179573 +179573,S00111448,8a1,Industrious Transitions,S01009710,Anstruther Waid,5e,Primary sector workers,S02001832,Anstruther,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179574 +179574,S00111526,8a1,Industrious Transitions,S01009281,High Valleyfield West,4a,Challenged white communities,S02001741,Valleyfield Culross and Torryburn,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179575 +179575,S00111578,8a1,Industrious Transitions,S01009342,Pitcorthie North,4a,Challenged white communities,S02001754,Dunfermline Abbeyview South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179576 +179576,S00111835,8a1,Industrious Transitions,S01009266,Kincardine East,5d,Endeavouring social renters,S02001738,Kincardine,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179577 +179577,S00111930,8a1,Industrious Transitions,S01009516,Chapelhill and Torbain,5d,Endeavouring social renters,S02001792,Kirkcaldy Chapel,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179578 +179578,S00111995,8a1,Industrious Transitions,S01009577,Finglassie South,8b,Ageing suburbanites,S02001804,Glenrothes Stenton and Finglassie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179579 +179579,S00112011,8a1,Industrious Transitions,S01009610,Markinch West,5c,Comfortable neighbourhoods,S02001811,Markinch and Star,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179580 +179580,S00109290,2c2,Migrant Commuters,S01009389,Inverkeithing North East,5c,Comfortable neighbourhoods,S02001764,Inverkeithing East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179581 +179581,S00109576,2c2,Migrant Commuters,S01009306,Headwell South West,4b,Constrained renters,S02001746,Dunfermline Headwell,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179582 +179582,S00109916,2c2,Migrant Commuters,S01009473,Linktown Central,4b,Constrained renters,S02001783,Kirkcaldy Linktown & Seafield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179583 +179583,S00110104,2c2,Migrant Commuters,S01009482,Bennochy Balfour,3c,Highly qualified professionals,S02001785,Kirkcaldy Bennochy East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179584 +179584,S00111075,2c2,Migrant Commuters,S01009686,Cupar South West,4b,Constrained renters,S02001827,Cupar Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179585 +179585,S00111543,2c2,Migrant Commuters,S01009307,Carnegie Drive,3c,Highly qualified professionals,S02001747,Dunfermline Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179586 +179586,S00111600,2c2,Migrant Commuters,S01009482,Bennochy Balfour,3c,Highly qualified professionals,S02001785,Kirkcaldy Bennochy East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179587 +179587,S00111796,2c2,Migrant Commuters,S01009308,Abbey Parks North,3c,Highly qualified professionals,S02001747,Dunfermline Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179588 +179588,S00112087,2c2,Migrant Commuters,S01009724,Kinness Burn East,1a,Cosmopolitan student neighbourhoods,S02001835,St Andrews Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179589 +179589,S00109120,2c1,Migrant Families,S01009730,Cairnsmill,3c,Highly qualified professionals,S02001836,St Andrews South West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179590 +179590,S00109295,2c1,Migrant Families,S01009388,Inverkeithing Spittalfield,4d,Hard-pressed flat dwellers,S02001764,Inverkeithing East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179591 +179591,S00109386,2c1,Migrant Families,S01009312,Brucefield West,3d,Households in terraces and flats,S02001748,Dunfermline Brucefield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179592 +179592,S00109573,2c1,Migrant Families,S01009306,Headwell South West,4b,Constrained renters,S02001746,Dunfermline Headwell,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179593 +179593,S00109578,2c1,Migrant Families,S01009307,Carnegie Drive,3c,Highly qualified professionals,S02001747,Dunfermline Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179594 +179594,S00109581,2c1,Migrant Families,S01009306,Headwell South West,4b,Constrained renters,S02001746,Dunfermline Headwell,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179595 +179595,S00109941,2c1,Migrant Families,S01009479,Kirkcaldy Central,3c,Highly qualified professionals,S02001784,Kirkcaldy Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179596 +179596,S00109956,2c1,Migrant Families,S01009478,Kirkcaldy Central and East,4b,Constrained renters,S02001784,Kirkcaldy Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179597 +179597,S00110068,2c1,Migrant Families,S01009482,Bennochy Balfour,3c,Highly qualified professionals,S02001785,Kirkcaldy Bennochy East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179598 +179598,S00110069,2c1,Migrant Families,S01009483,Bennochy East,3d,Households in terraces and flats,S02001785,Kirkcaldy Bennochy East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179599 +179599,S00110070,2c1,Migrant Families,S01009483,Bennochy East,3d,Households in terraces and flats,S02001785,Kirkcaldy Bennochy East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179600 +179600,S00111658,2c3,Professional Service Cosmopolitans,S01009329,Duloch North North West,3a,Achieving neighbourhoods,S02001751,Dunfermline Duloch North and Lynebank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179601 +179601,S00111676,2c3,Professional Service Cosmopolitans,S01009351,Duloch West,3a,Achieving neighbourhoods,S02001755,Dunfermline Duloch South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179602 +179602,S00111734,2c3,Professional Service Cosmopolitans,S01009394,Dalgety Steeple Clump,3c,Highly qualified professionals,S02001766,Dalgety Bay Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179603 +179603,S00111886,2c3,Professional Service Cosmopolitans,S01009526,Braehead and the Path,3c,Highly qualified professionals,S02001794,Kirkcaldy Pathhead,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179604 +179604,S00111890,2c3,Professional Service Cosmopolitans,S01009526,Braehead and the Path,3c,Highly qualified professionals,S02001794,Kirkcaldy Pathhead,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179605 +179605,S00110622,8c3,Renting Hard-Pressed Workers,S01009560,Tanshall Central,4b,Constrained renters,S02001800,Glenrothes Macedonia and Tanshall,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179606 +179606,S00110355,7c3,Outer City Hardship,S01009541,East Wemyss and Standingstane,2d,Rural traits,S02001797,Wemyss,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179607 +179607,S00110016,7d2,Retired Independent City Dwellers,S01009540,Sinclairtown North,4d,Hard-pressed flat dwellers,S02001796,Dysart,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179608 +179608,S00110025,8c3,Renting Hard-Pressed Workers,S01009539,Sinclairtown East,5d,Endeavouring social renters,S02001796,Dysart,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179609 +179609,S00108988,1b2,Rural White-Collar Workers,S01009288,Charlestown and Bellknowes,2b,Prospering countryside life,S02001743,Crossford Charlestown and Limekilns,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179610 +179610,S00110507,1c2,Renting Rural Retirement,S01009628,Methilhill Toll Bar,5a,Ageing urban communities,S02001814,Methil Methilhill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179611 +179611,S00110995,7c3,Outer City Hardship,S01009714,Crail North,5e,Primary sector workers,S02001833,Crail and Boarhills,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179612 +179612,S00109059,8c3,Renting Hard-Pressed Workers,S01009651,New Gilston and Upper Largo,2d,Rural traits,S02001820,Largo,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179613 +179613,S00109062,8c3,Renting Hard-Pressed Workers,S01009700,Colinsburgh Kilconquhar and Balcormo,2d,Rural traits,S02001830,Elie Colinsburgh and Largoward,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179614 +179614,S00109214,8c3,Renting Hard-Pressed Workers,S01009374,Admiralty South West,4a,Challenged white communities,S02001761,Rosyth Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179615 +179615,S00109227,8c3,Renting Hard-Pressed Workers,S01009363,Rosyth Camdean,4a,Challenged white communities,S02001759,Rosyth North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179616 +179616,S00109274,8c3,Renting Hard-Pressed Workers,S01009383,Inverkeithing Jamestown,4d,Hard-pressed flat dwellers,S02001763,North Queensferry and Inverkeithing West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179617 +179617,S00109339,8c3,Renting Hard-Pressed Workers,S01009281,High Valleyfield West,4a,Challenged white communities,S02001741,Valleyfield Culross and Torryburn,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179618 +179618,S00109342,8c3,Renting Hard-Pressed Workers,S01009280,High Valleyfield East,4a,Challenged white communities,S02001741,Valleyfield Culross and Torryburn,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179619 +179619,S00109345,8c3,Renting Hard-Pressed Workers,S01009280,High Valleyfield East,4a,Challenged white communities,S02001741,Valleyfield Culross and Torryburn,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179620 +179620,S00109378,8c3,Renting Hard-Pressed Workers,S01009315,Brucefield South,4a,Challenged white communities,S02001748,Dunfermline Brucefield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179621 +179621,S00109379,8c3,Renting Hard-Pressed Workers,S01009315,Brucefield South,4a,Challenged white communities,S02001748,Dunfermline Brucefield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179622 +179622,S00109381,8c3,Renting Hard-Pressed Workers,S01009313,Brucefield South West,4a,Challenged white communities,S02001748,Dunfermline Brucefield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179623 +179623,S00109423,8c3,Renting Hard-Pressed Workers,S01009337,Pitcorthie North West,4a,Challenged white communities,S02001753,Dunfermline Abbeyview North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179624 +179624,S00109430,8c3,Renting Hard-Pressed Workers,S01009340,Abbeyview Central,4a,Challenged white communities,S02001753,Dunfermline Abbeyview North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179625 +179625,S00109594,8c3,Renting Hard-Pressed Workers,S01009292,Wellwood,4a,Challenged white communities,S02001744,Dunfermline Milesmark and Wellwood,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179626 +179626,S00109625,8c3,Renting Hard-Pressed Workers,S01009289,Crossford East and Berrylaw,2b,Prospering countryside life,S02001743,Crossford Charlestown and Limekilns,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179627 +179627,S00109668,8c3,Renting Hard-Pressed Workers,S01009465,Burntisland Meadowfield,5c,Comfortable neighbourhoods,S02001781,Burntisland East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179628 +179628,S00109671,8c3,Renting Hard-Pressed Workers,S01009462,Burntisland Grange and Orrock,5c,Comfortable neighbourhoods,S02001780,Burntisland West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179629 +179629,S00109726,8c3,Renting Hard-Pressed Workers,S01009406,Crossgates North,5a,Ageing urban communities,S02001768,Crossgates and Halbeath,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179630 +179630,S00109732,8c3,Renting Hard-Pressed Workers,S01009407,Crossgates North East,5c,Comfortable neighbourhoods,S02001768,Crossgates and Halbeath,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179631 +179631,S00109733,8c3,Renting Hard-Pressed Workers,S01009407,Crossgates North East,5c,Comfortable neighbourhoods,S02001768,Crossgates and Halbeath,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179632 +179632,S00109751,8c3,Renting Hard-Pressed Workers,S01009270,Comrie East,4a,Challenged white communities,S02001739,Oakley Comrie and Blairhall,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179633 +179633,S00109766,8c3,Renting Hard-Pressed Workers,S01009268,Blairhall and Landward,5c,Comfortable neighbourhoods,S02001739,Oakley Comrie and Blairhall,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179634 +179634,S00109778,8c3,Renting Hard-Pressed Workers,S01009451,Lochgelly South West,4a,Challenged white communities,S02001778,Lochgelly West and Lumphinnans,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179635 +179635,S00109784,8c3,Renting Hard-Pressed Workers,S01009452,Lochgelly West and Lumphinnans Central,4a,Challenged white communities,S02001778,Lochgelly West and Lumphinnans,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179636 +179636,S00109785,8c3,Renting Hard-Pressed Workers,S01009452,Lochgelly West and Lumphinnans Central,4a,Challenged white communities,S02001778,Lochgelly West and Lumphinnans,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179637 +179637,S00109793,8c3,Renting Hard-Pressed Workers,S01009447,Lochgelly Central and Eastern,5c,Comfortable neighbourhoods,S02001777,Lochgelly East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179638 +179638,S00109799,8c3,Renting Hard-Pressed Workers,S01009448,Lochgelly Albion Park and New Farm Vale,5c,Comfortable neighbourhoods,S02001777,Lochgelly East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179639 +179639,S00109800,8c3,Renting Hard-Pressed Workers,S01009452,Lochgelly West and Lumphinnans Central,4a,Challenged white communities,S02001778,Lochgelly West and Lumphinnans,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179640 +179640,S00109823,8c3,Renting Hard-Pressed Workers,S01009409,Hill of Beath and Landward,5d,Endeavouring social renters,S02001769,Hill of Beath and Kingseat,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179641 +179641,S00109832,8c3,Renting Hard-Pressed Workers,S01009412,Beath South West,4a,Challenged white communities,S02001769,Hill of Beath and Kingseat,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179642 +179642,S00109838,8c3,Renting Hard-Pressed Workers,S01009489,Cowdenbeath South East,4a,Challenged white communities,S02001770,Cowdenbeath South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179643 +179643,S00109850,8c3,Renting Hard-Pressed Workers,S01009410,Beath Woodend,4a,Challenged white communities,S02001769,Hill of Beath and Kingseat,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179644 +179644,S00109851,8c3,Renting Hard-Pressed Workers,S01009410,Beath Woodend,4a,Challenged white communities,S02001769,Hill of Beath and Kingseat,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179645 +179645,S00109852,8c3,Renting Hard-Pressed Workers,S01009410,Beath Woodend,4a,Challenged white communities,S02001769,Hill of Beath and Kingseat,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179646 +179646,S00109860,8c3,Renting Hard-Pressed Workers,S01009490,Cowdenbeath South,4a,Challenged white communities,S02001770,Cowdenbeath South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179647 +179647,S00109865,8c3,Renting Hard-Pressed Workers,S01009490,Cowdenbeath South,4a,Challenged white communities,S02001770,Cowdenbeath South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179648 +179648,S00109873,8c3,Renting Hard-Pressed Workers,S01009491,Cowdenbeath Central,5d,Endeavouring social renters,S02001770,Cowdenbeath South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179649 +179649,S00109876,8c3,Renting Hard-Pressed Workers,S01009492,Cowdenbeath South West,4a,Challenged white communities,S02001770,Cowdenbeath South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179650 +179650,S00109884,8c3,Renting Hard-Pressed Workers,S01009413,Cowdenbeath North West,5c,Comfortable neighbourhoods,S02001771,Cowdenbeath North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179651 +179651,S00109886,8c3,Renting Hard-Pressed Workers,S01009413,Cowdenbeath North West,5c,Comfortable neighbourhoods,S02001771,Cowdenbeath North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179652 +179652,S00109888,8c3,Renting Hard-Pressed Workers,S01009413,Cowdenbeath North West,5c,Comfortable neighbourhoods,S02001771,Cowdenbeath North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179653 +179653,S00109973,8c3,Renting Hard-Pressed Workers,S01009521,Smeaton North,4a,Challenged white communities,S02001793,Kirkcaldy Hayfield and Smeaton,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179654 +179654,S00109991,8c3,Renting Hard-Pressed Workers,S01009527,Pathhead Central,4b,Constrained renters,S02001794,Kirkcaldy Pathhead,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179655 +179655,S00110021,8c3,Renting Hard-Pressed Workers,S01009539,Sinclairtown East,5d,Endeavouring social renters,S02001796,Dysart,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179656 +179656,S00110022,8c3,Renting Hard-Pressed Workers,S01009539,Sinclairtown East,5d,Endeavouring social renters,S02001796,Dysart,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179657 +179657,S00110727,8c3,Renting Hard-Pressed Workers,S01009572,Auchmuty West,4b,Constrained renters,S02001803,Glenrothes Auchmuty,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179658 +179658,S00110997,7c3,Outer City Hardship,S01009666,Ladybank,5c,Comfortable neighbourhoods,S02001822,Kettle and Ladybank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179659 +179659,S00108994,1b2,Rural White-Collar Workers,S01009283,Crombie,2d,Rural traits,S02001742,Cairneyhill and Crombie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179660 +179660,S00110530,1c2,Renting Rural Retirement,S01009647,Leven North,4d,Hard-pressed flat dwellers,S02001818,Leven West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179661 +179661,S00110031,7d2,Retired Independent City Dwellers,S01009531,Mitchelston and Randolph,4b,Constrained renters,S02001795,Kirkcaldy Gallatown and Sinclairtown,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179662 +179662,S00110037,8c3,Renting Hard-Pressed Workers,S01009532,Overton,4a,Challenged white communities,S02001795,Kirkcaldy Gallatown and Sinclairtown,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179663 +179663,S00110364,7c3,Outer City Hardship,S01009542,East Wemyss McDuff,4d,Hard-pressed flat dwellers,S02001797,Wemyss,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179664 +179664,S00110365,7c3,Outer City Hardship,S01009542,East Wemyss McDuff,4d,Hard-pressed flat dwellers,S02001797,Wemyss,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179665 +179665,S00108997,1b2,Rural White-Collar Workers,S01009283,Crombie,2d,Rural traits,S02001742,Cairneyhill and Crombie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179666 +179666,S00110742,8c3,Renting Hard-Pressed Workers,S01009573,Auchmuty East,4a,Challenged white communities,S02001803,Glenrothes Auchmuty,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179667 +179667,S00110372,7c3,Outer City Hardship,S01009548,Thornton South,5c,Comfortable neighbourhoods,S02001798,Thornton and Kinglassie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179668 +179668,S00111001,7c3,Outer City Hardship,S01009665,Ladybank Woods,5c,Comfortable neighbourhoods,S02001822,Kettle and Ladybank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179669 +179669,S00110543,7d2,Retired Independent City Dwellers,S01009641,Leven South West,4d,Hard-pressed flat dwellers,S02001817,Leven East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179670 +179670,S00110942,1c2,Renting Rural Retirement,S01009711,Anstruther West,5a,Ageing urban communities,S02001832,Anstruther,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179671 +179671,S00108998,1b2,Rural White-Collar Workers,S01009275,Knock Hill Landward,2a,Ageing rural neighbourhoods,S02001740,Saline and Gowkhall,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179672 +179672,S00110188,8c3,Renting Hard-Pressed Workers,S01009519,Capshard,5c,Comfortable neighbourhoods,S02001792,Kirkcaldy Chapel,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179673 +179673,S00110748,8c3,Renting Hard-Pressed Workers,S01009573,Auchmuty East,4a,Challenged white communities,S02001803,Glenrothes Auchmuty,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179674 +179674,S00110219,8c3,Renting Hard-Pressed Workers,S01009496,Blackcraigs and West Torbain,4a,Challenged white communities,S02001788,Kirkcaldy Newliston and Redcraigs,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179675 +179675,S00111038,7c3,Outer City Hardship,S01009688,Cupar North West,4b,Constrained renters,S02001827,Cupar Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179676 +179676,S00111022,1c2,Renting Rural Retirement,S01009673,Auchtermuchty East,5a,Ageing urban communities,S02001824,Auchtermuchty and Gateside,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179677 +179677,S00110374,7c3,Outer City Hardship,S01009547,Strathore,5e,Primary sector workers,S02001798,Thornton and Kinglassie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179678 +179678,S00110865,7d2,Retired Independent City Dwellers,S01009701,Earlsferry,5a,Ageing urban communities,S02001830,Elie Colinsburgh and Largoward,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179679 +179679,S00110759,8c3,Renting Hard-Pressed Workers,S01009574,Auchmuty Dovecot and Town Centre,4b,Constrained renters,S02001803,Glenrothes Auchmuty,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179680 +179680,S00109007,1b2,Rural White-Collar Workers,S01009325,Bellyeoman North and Townhill Landward,2a,Ageing rural neighbourhoods,S02001750,Dunfermline Bellyeoman and Townhill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179681 +179681,S00110239,8c3,Renting Hard-Pressed Workers,S01009520,Chapel,5b,Aspiring urban households,S02001792,Kirkcaldy Chapel,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179682 +179682,S00111110,7c3,Outer City Hardship,S01009718,Langlands West,4b,Constrained renters,S02001834,St Andrews South East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179683 +179683,S00109008,1b2,Rural White-Collar Workers,S01009547,Strathore,5e,Primary sector workers,S02001798,Thornton and Kinglassie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179684 +179684,S00110254,8c3,Renting Hard-Pressed Workers,S01009421,Kelty South West,4a,Challenged white communities,S02001772,Kelty West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179685 +179685,S00110796,8c3,Renting Hard-Pressed Workers,S01009599,Pitcoudie,4a,Challenged white communities,S02001809,Glenrothes Cadham and Pitcoudie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179686 +179686,S00111186,7c3,Outer City Hardship,S01009679,Newburgh East,5e,Primary sector workers,S02001825,Newburgh,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179687 +179687,S00110390,7c3,Outer City Hardship,S01009546,Kinglassie East,5c,Comfortable neighbourhoods,S02001798,Thornton and Kinglassie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179688 +179688,S00109010,1b2,Rural White-Collar Workers,S01009544,Wemyss Villages,5e,Primary sector workers,S02001797,Wemyss,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179689 +179689,S00111314,7d2,Retired Independent City Dwellers,S01009471,Linktown East,4d,Hard-pressed flat dwellers,S02001783,Kirkcaldy Linktown & Seafield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179690 +179690,S00111330,1c2,Renting Rural Retirement,S01009443,Auchterderran Landward and Cluny,2a,Ageing rural neighbourhoods,S02001776,Cardenden,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179691 +179691,S00110276,8c3,Renting Hard-Pressed Workers,S01009419,Kelty Elmwood,4a,Challenged white communities,S02001772,Kelty West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179692 +179692,S00110834,8c3,Renting Hard-Pressed Workers,S01009552,Leslie South West and Auchmuir,2d,Rural traits,S02001799,Leslie and Newcastle,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179693 +179693,S00111256,7c3,Outer City Hardship,S01009747,Tayport North,5c,Comfortable neighbourhoods,S02001840,Tayport,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179694 +179694,S00110391,7c3,Outer City Hardship,S01009545,Kinglassie West,2d,Rural traits,S02001798,Thornton and Kinglassie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179695 +179695,S00109027,1b2,Rural White-Collar Workers,S01009614,Milton of Balgonie,2d,Rural traits,S02001812,Windygates and Coaltown,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179696 +179696,S00111392,7d2,Retired Independent City Dwellers,S01009640,Scoonie South,4d,Hard-pressed flat dwellers,S02001817,Leven East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179697 +179697,S00111593,7d2,Retired Independent City Dwellers,S01009532,Overton,4a,Challenged white communities,S02001795,Kirkcaldy Gallatown and Sinclairtown,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179698 +179698,S00111846,7d2,Retired Independent City Dwellers,S01009468,Kinghorn Central,4d,Hard-pressed flat dwellers,S02001782,Kinghorn,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179699 +179699,S00111894,7d2,Retired Independent City Dwellers,S01009534,Sinclairtown Central,4d,Hard-pressed flat dwellers,S02001795,Kirkcaldy Gallatown and Sinclairtown,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179700 +179700,S00109032,1c1,Rural Employment and Retirees,S01009661,Bonnybank and Montrave,2c,Remoter communities,S02001821,Kennoway and Bonnybank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179701 +179701,S00109039,1c1,Rural Employment and Retirees,S01009671,Falkland West and Craigmead,2a,Ageing rural neighbourhoods,S02001823,Falkland and Freuchie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179702 +179702,S00109108,1c1,Rural Employment and Retirees,S01009696,Craigrothie and Ceres West,2d,Rural traits,S02001829,Dairsie Ceres and Dunino,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179703 +179703,S00109125,1c1,Rural Employment and Retirees,S01009698,Peat Inn and Dunino,2c,Remoter communities,S02001829,Dairsie Ceres and Dunino,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179704 +179704,S00109130,1c1,Rural Employment and Retirees,S01009734,Strathkinness and Craigton,2b,Prospering countryside life,S02001837,St Andrews North and Strathkinness,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179705 +179705,S00110993,1c1,Rural Employment and Retirees,S01009714,Crail North,5e,Primary sector workers,S02001833,Crail and Boarhills,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179706 +179706,S00111292,1c1,Rural Employment and Retirees,S01009462,Burntisland Grange and Orrock,5c,Comfortable neighbourhoods,S02001780,Burntisland West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179707 +179707,S00111499,1c1,Rural Employment and Retirees,S01009681,Springfield East,2a,Ageing rural neighbourhoods,S02001826,Cupar West and Springfield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179708 +179708,S00111711,1c1,Rural Employment and Retirees,S01009476,Seafield South and Landward,2b,Prospering countryside life,S02001783,Kirkcaldy Linktown & Seafield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179709 +179709,S00111729,1c1,Rural Employment and Retirees,S01009734,Strathkinness and Craigton,2b,Prospering countryside life,S02001837,St Andrews North and Strathkinness,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179710 +179710,S00109026,1b1,Rural Life,S01009611,Star and Kirkforthar,2c,Remoter communities,S02001811,Markinch and Star,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179711 +179711,S00109079,1b1,Rural Life,S01009712,Kilrenny,2d,Rural traits,S02001832,Anstruther,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179712 +179712,S00109084,1b1,Rural Life,S01009676,Gateside Landward,2d,Rural traits,S02001824,Auchtermuchty and Gateside,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179713 +179713,S00109103,1b1,Rural Life,S01009697,Dairsie and Kemback,2b,Prospering countryside life,S02001829,Dairsie Ceres and Dunino,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179714 +179714,S00109107,1b1,Rural Life,S01009696,Craigrothie and Ceres West,2d,Rural traits,S02001829,Dairsie Ceres and Dunino,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179715 +179715,S00109133,1b1,Rural Life,S01009733,Clayton and Clatto,2b,Prospering countryside life,S02001837,St Andrews North and Strathkinness,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179716 +179716,S00109174,1b1,Rural Life,S01009393,Hillend,8c,Comfortable suburbia,S02001765,Dalgety Bay West and Hillend,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179717 +179717,S00110387,1b1,Rural Life,S01009545,Kinglassie West,2d,Rural traits,S02001798,Thornton and Kinglassie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179718 +179718,S00110570,1b1,Rural Life,S01009612,Coaltown of Balgonie East,5c,Comfortable neighbourhoods,S02001812,Windygates and Coaltown,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179719 +179719,S00110571,1b1,Rural Life,S01009612,Coaltown of Balgonie East,5c,Comfortable neighbourhoods,S02001812,Windygates and Coaltown,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179720 +179720,S00110784,1b1,Rural Life,S01009588,Woodside North,5a,Ageing urban communities,S02001806,Glenrothes Woodside,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179721 +179721,S00110965,1b1,Rural Life,S01009704,Pittenweem West,5e,Primary sector workers,S02001831,St Monans and Pittenweem,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179722 +179722,S00110967,1b1,Rural Life,S01009669,Freuchie South and Muirhead,2d,Rural traits,S02001823,Falkland and Freuchie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179723 +179723,S00110971,1b1,Rural Life,S01009669,Freuchie South and Muirhead,2d,Rural traits,S02001823,Falkland and Freuchie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179724 +179724,S00110980,1b1,Rural Life,S01009662,Kettlebridge and Rameldry,2d,Rural traits,S02001822,Kettle and Ladybank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179725 +179725,S00110982,1b1,Rural Life,S01009662,Kettlebridge and Rameldry,2d,Rural traits,S02001822,Kettle and Ladybank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179726 +179726,S00110984,1b1,Rural Life,S01009663,Kingskettle and Balmalcolm,2d,Rural traits,S02001822,Kettle and Ladybank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179727 +179727,S00111213,1b1,Rural Life,S01009745,Balmullo South,2b,Prospering countryside life,S02001839,Balmullo and Gauldry,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179728 +179728,S00111376,1b1,Rural Life,S01009548,Thornton South,5c,Comfortable neighbourhoods,S02001798,Thornton and Kinglassie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179729 +179729,S00111389,1b1,Rural Life,S01009643,Leven Castlefleurie,8c,Comfortable suburbia,S02001818,Leven West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179730 +179730,S00111464,1b1,Rural Life,S01009651,New Gilston and Upper Largo,2d,Rural traits,S02001820,Largo,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179731 +179731,S00111474,1b1,Rural Life,S01009733,Clayton and Clatto,2b,Prospering countryside life,S02001837,St Andrews North and Strathkinness,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179732 +179732,S00111521,1b1,Rural Life,S01009370,Rosyth Wilderness North,5c,Comfortable neighbourhoods,S02001760,Rosyth East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179733 +179733,S00111630,1b1,Rural Life,S01009580,Pitteuchar Woods,8c,Comfortable suburbia,S02001805,Glenrothes Pitteuchar,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179734 +179734,S00111707,1b1,Rural Life,S01009544,Wemyss Villages,5e,Primary sector workers,S02001797,Wemyss,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179735 +179735,S00111719,1b1,Rural Life,S01009663,Kingskettle and Balmalcolm,2d,Rural traits,S02001822,Kettle and Ladybank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179736 +179736,S00111720,1b1,Rural Life,S01009663,Kingskettle and Balmalcolm,2d,Rural traits,S02001822,Kettle and Ladybank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179737 +179737,S00111853,1b1,Rural Life,S01009276,Carnock,8c,Comfortable suburbia,S02001740,Saline and Gowkhall,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179738 +179738,S00111983,1b1,Rural Life,S01009550,Newcastle West,5d,Endeavouring social renters,S02001799,Leslie and Newcastle,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179739 +179739,S00112102,1b1,Rural Life,S01009744,Balmullo North,2b,Prospering countryside life,S02001839,Balmullo and Gauldry,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179740 +179740,S00112105,1b1,Rural Life,S01009743,Gauldry and Balmerino,2d,Rural traits,S02001839,Balmullo and Gauldry,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179741 +179741,S00110281,8c3,Renting Hard-Pressed Workers,S01009422,Kelty Blairadam Park,5c,Comfortable neighbourhoods,S02001772,Kelty West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179742 +179742,S00109036,1b2,Rural White-Collar Workers,S01009742,St Fort and Pickletillem,2c,Remoter communities,S02001839,Balmullo and Gauldry,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179743 +179743,S00110873,8c3,Renting Hard-Pressed Workers,S01009656,Kennoway East,4a,Challenged white communities,S02001821,Kennoway and Bonnybank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179744 +179744,S00110392,7c3,Outer City Hardship,S01009546,Kinglassie East,5c,Comfortable neighbourhoods,S02001798,Thornton and Kinglassie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179745 +179745,S00111262,7c3,Outer City Hardship,S01009750,Tayport South,5c,Comfortable neighbourhoods,S02001840,Tayport,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179746 +179746,S00111414,1c2,Renting Rural Retirement,S01009586,Pitteuchar South,5a,Ageing urban communities,S02001805,Glenrothes Pitteuchar,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179747 +179747,S00110286,8c3,Renting Hard-Pressed Workers,S01009436,Dundonald,4a,Challenged white communities,S02001776,Cardenden,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179748 +179748,S00111266,7c3,Outer City Hardship,S01009751,Tayport South East,5c,Comfortable neighbourhoods,S02001840,Tayport,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179749 +179749,S00111899,1c2,Renting Rural Retirement,S01009536,Dysart North East,4b,Constrained renters,S02001796,Dysart,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179750 +179750,S00110293,8c3,Renting Hard-Pressed Workers,S01009438,Cardenden East,5c,Comfortable neighbourhoods,S02001776,Cardenden,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179751 +179751,S00110906,8c3,Renting Hard-Pressed Workers,S01009705,St Monans West,5e,Primary sector workers,S02001831,St Monans and Pittenweem,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179752 +179752,S00109043,1b2,Rural White-Collar Workers,S01009664,Monimal Pitlessie and Cults,2d,Rural traits,S02001822,Kettle and Ladybank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179753 +179753,S00111267,7c3,Outer City Hardship,S01009751,Tayport South East,5c,Comfortable neighbourhoods,S02001840,Tayport,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179754 +179754,S00110397,7c3,Outer City Hardship,S01009622,Buckhaven South,4d,Hard-pressed flat dwellers,S02001813,"Buckhaven, Denbeath and Muiredge",S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179755 +179755,S00112037,1c2,Renting Rural Retirement,S01009708,Anstruther East and Cellardyke,5a,Ageing urban communities,S02001832,Anstruther,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179756 +179756,S00110294,8c3,Renting Hard-Pressed Workers,S01009438,Cardenden East,5c,Comfortable neighbourhoods,S02001776,Cardenden,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179757 +179757,S00110929,8c3,Renting Hard-Pressed Workers,S01009654,Lower Largo,5c,Comfortable neighbourhoods,S02001820,Largo,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179758 +179758,S00109055,1b2,Rural White-Collar Workers,S01009651,New Gilston and Upper Largo,2d,Rural traits,S02001820,Largo,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179759 +179759,S00111270,7c3,Outer City Hardship,S01009292,Wellwood,4a,Challenged white communities,S02001744,Dunfermline Milesmark and Wellwood,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179760 +179760,S00110399,7c3,Outer City Hardship,S01009622,Buckhaven South,4d,Hard-pressed flat dwellers,S02001813,"Buckhaven, Denbeath and Muiredge",S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179761 +179761,S00109293,7d4,Retired City Hardship,S01009389,Inverkeithing North East,5c,Comfortable neighbourhoods,S02001764,Inverkeithing East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179762 +179762,S00110296,8c3,Renting Hard-Pressed Workers,S01009439,Cardenden West,4a,Challenged white communities,S02001776,Cardenden,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179763 +179763,S00110401,7c3,Outer City Hardship,S01009622,Buckhaven South,4d,Hard-pressed flat dwellers,S02001813,"Buckhaven, Denbeath and Muiredge",S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179764 +179764,S00109070,1b2,Rural White-Collar Workers,S01009706,St Monans East and Abercrombie,2d,Rural traits,S02001831,St Monans and Pittenweem,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179765 +179765,S00111283,7c3,Outer City Hardship,S01009469,Kinghorn North,5c,Comfortable neighbourhoods,S02001782,Kinghorn,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179766 +179766,S00110977,8c3,Renting Hard-Pressed Workers,S01009670,Falkland East and East Lomond,2d,Rural traits,S02001823,Falkland and Freuchie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179767 +179767,S00109503,7d4,Retired City Hardship,S01009308,Abbey Parks North,3c,Highly qualified professionals,S02001747,Dunfermline Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179768 +179768,S00110299,8c3,Renting Hard-Pressed Workers,S01009439,Cardenden West,4a,Challenged white communities,S02001776,Cardenden,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179769 +179769,S00110407,7c3,Outer City Hardship,S01009621,Buckhaven Central,4a,Challenged white communities,S02001813,"Buckhaven, Denbeath and Muiredge",S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179770 +179770,S00110981,8c3,Renting Hard-Pressed Workers,S01009662,Kettlebridge and Rameldry,2d,Rural traits,S02001822,Kettle and Ladybank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179771 +179771,S00109076,1b2,Rural White-Collar Workers,S01009712,Kilrenny,2d,Rural traits,S02001832,Anstruther,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179772 +179772,S00110409,7c3,Outer City Hardship,S01009623,Buckhaven North West and Muiredge,4a,Challenged white communities,S02001813,"Buckhaven, Denbeath and Muiredge",S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179773 +179773,S00111361,7c3,Outer City Hardship,S01009437,Bowhill and Dundonald,5c,Comfortable neighbourhoods,S02001776,Cardenden,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179774 +179774,S00111002,8c3,Renting Hard-Pressed Workers,S01009665,Ladybank Woods,5c,Comfortable neighbourhoods,S02001822,Kettle and Ladybank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179775 +179775,S00109966,7d4,Retired City Hardship,S01009528,Pathhead South and Sands,4d,Hard-pressed flat dwellers,S02001794,Kirkcaldy Pathhead,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179776 +179776,S00109089,1b2,Rural White-Collar Workers,S01009675,Strathmiglo South and Dunshalt,2d,Rural traits,S02001824,Auchtermuchty and Gateside,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179777 +179777,S00110423,7c3,Outer City Hardship,S01009624,Buckhaven Birds,4a,Challenged white communities,S02001813,"Buckhaven, Denbeath and Muiredge",S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179778 +179778,S00111371,7c3,Outer City Hardship,S01009429,Lochore Central,4a,Challenged white communities,S02001774,Lochore and Crosshill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179779 +179779,S00111379,7c3,Outer City Hardship,S01009622,Buckhaven South,4d,Hard-pressed flat dwellers,S02001813,"Buckhaven, Denbeath and Muiredge",S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179780 +179780,S00111050,8c3,Renting Hard-Pressed Workers,S01009690,Cupar North,5c,Comfortable neighbourhoods,S02001828,Cupar East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179781 +179781,S00109967,7d4,Retired City Hardship,S01009528,Pathhead South and Sands,4d,Hard-pressed flat dwellers,S02001794,Kirkcaldy Pathhead,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179782 +179782,S00109091,1b2,Rural White-Collar Workers,S01009684,Bow of Fife Tarvit and Balgarvie,2b,Prospering countryside life,S02001826,Cupar West and Springfield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179783 +179783,S00110425,7c3,Outer City Hardship,S01009620,Buckhaven North,4a,Challenged white communities,S02001813,"Buckhaven, Denbeath and Muiredge",S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179784 +179784,S00109094,1b2,Rural White-Collar Workers,S01009684,Bow of Fife Tarvit and Balgarvie,2b,Prospering countryside life,S02001826,Cupar West and Springfield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179785 +179785,S00111428,7c3,Outer City Hardship,S01009554,Leslie Landward,5e,Primary sector workers,S02001799,Leslie and Newcastle,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179786 +179786,S00110047,7d4,Retired City Hardship,S01009484,Oriel and Forth,5a,Ageing urban communities,S02001785,Kirkcaldy Bennochy East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179787 +179787,S00111083,8c3,Renting Hard-Pressed Workers,S01009686,Cupar South West,4b,Constrained renters,S02001827,Cupar Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179788 +179788,S00110306,8c3,Renting Hard-Pressed Workers,S01009441,Bowhill East,4a,Challenged white communities,S02001776,Cardenden,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179789 +179789,S00110427,7c3,Outer City Hardship,S01009619,Denbeath South,4a,Challenged white communities,S02001813,"Buckhaven, Denbeath and Muiredge",S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179790 +179790,S00110315,8c3,Renting Hard-Pressed Workers,S01009431,Glencraig Landward,5c,Comfortable neighbourhoods,S02001774,Lochore and Crosshill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179791 +179791,S00110429,7c3,Outer City Hardship,S01009620,Buckhaven North,4a,Challenged white communities,S02001813,"Buckhaven, Denbeath and Muiredge",S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179792 +179792,S00111429,7c3,Outer City Hardship,S01009554,Leslie Landward,5e,Primary sector workers,S02001799,Leslie and Newcastle,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179793 +179793,S00110321,8c3,Renting Hard-Pressed Workers,S01009430,Crosshill and Lochore South,4a,Challenged white communities,S02001774,Lochore and Crosshill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179794 +179794,S00111129,8c3,Renting Hard-Pressed Workers,S01009719,Kilrymont East,4b,Constrained renters,S02001834,St Andrews South East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179795 +179795,S00110430,7c3,Outer City Hardship,S01009620,Buckhaven North,4a,Challenged white communities,S02001813,"Buckhaven, Denbeath and Muiredge",S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179796 +179796,S00109097,1b2,Rural White-Collar Workers,S01009746,Kilmany Rathillet and Logie,2c,Remoter communities,S02001839,Balmullo and Gauldry,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179797 +179797,S00110553,7d4,Retired City Hardship,S01009641,Leven South West,4d,Hard-pressed flat dwellers,S02001817,Leven East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179798 +179798,S00111451,7c3,Outer City Hardship,S01009670,Falkland East and East Lomond,2d,Rural traits,S02001823,Falkland and Freuchie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179799 +179799,S00110322,8c3,Renting Hard-Pressed Workers,S01009430,Crosshill and Lochore South,4a,Challenged white communities,S02001774,Lochore and Crosshill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179800 +179800,S00111179,8c3,Renting Hard-Pressed Workers,S01009680,Newburgh West and Lochmill,2d,Rural traits,S02001825,Newburgh,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179801 +179801,S00110431,7c3,Outer City Hardship,S01009619,Denbeath South,4a,Challenged white communities,S02001813,"Buckhaven, Denbeath and Muiredge",S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179802 +179802,S00111188,8c3,Renting Hard-Pressed Workers,S01009678,Newburgh North East and Braeside of Lindores,5e,Primary sector workers,S02001825,Newburgh,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179803 +179803,S00109124,1b2,Rural White-Collar Workers,S01009734,Strathkinness and Craigton,2b,Prospering countryside life,S02001837,St Andrews North and Strathkinness,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179804 +179804,S00110433,7c3,Outer City Hardship,S01009619,Denbeath South,4a,Challenged white communities,S02001813,"Buckhaven, Denbeath and Muiredge",S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179805 +179805,S00111475,7c3,Outer City Hardship,S01009679,Newburgh East,5e,Primary sector workers,S02001825,Newburgh,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179806 +179806,S00110590,7d4,Retired City Hardship,S01009564,South Parks North,5c,Comfortable neighbourhoods,S02001801,Glenrothes South Parks,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179807 +179807,S00111200,8c3,Renting Hard-Pressed Workers,S01009737,Leuchars West,5b,Aspiring urban households,S02001838,Leuchars and Guardbridge,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179808 +179808,S00110326,8c3,Renting Hard-Pressed Workers,S01009430,Crosshill and Lochore South,4a,Challenged white communities,S02001774,Lochore and Crosshill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179809 +179809,S00109129,1b2,Rural White-Collar Workers,S01009715,Boarhills and Kingsbarns,2c,Remoter communities,S02001833,Crail and Boarhills,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179810 +179810,S00110434,7c3,Outer City Hardship,S01009618,Denbeath North,4a,Challenged white communities,S02001813,"Buckhaven, Denbeath and Muiredge",S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179811 +179811,S00109139,1b2,Rural White-Collar Workers,S01009739,Leuchars North East and St Michaels,2d,Rural traits,S02001838,Leuchars and Guardbridge,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179812 +179812,S00111203,8c3,Renting Hard-Pressed Workers,S01009740,Leuchars North,5c,Comfortable neighbourhoods,S02001838,Leuchars and Guardbridge,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179813 +179813,S00110700,7d4,Retired City Hardship,S01009586,Pitteuchar South,5a,Ageing urban communities,S02001805,Glenrothes Pitteuchar,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179814 +179814,S00110463,7c3,Outer City Hardship,S01009627,Methil Trees West,4a,Challenged white communities,S02001814,Methil Methilhill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179815 +179815,S00110574,1b2,Rural White-Collar Workers,S01009613,Coaltown of Balgonie West,8c,Comfortable suburbia,S02001812,Windygates and Coaltown,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179816 +179816,S00111489,7c3,Outer City Hardship,S01009747,Tayport North,5c,Comfortable neighbourhoods,S02001840,Tayport,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179817 +179817,S00110333,8c3,Renting Hard-Pressed Workers,S01009434,Ballingry South,4a,Challenged white communities,S02001775,Ballingry,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179818 +179818,S00111277,8c3,Renting Hard-Pressed Workers,S01009465,Burntisland Meadowfield,5c,Comfortable neighbourhoods,S02001781,Burntisland East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179819 +179819,S00110334,8c3,Renting Hard-Pressed Workers,S01009434,Ballingry South,4a,Challenged white communities,S02001775,Ballingry,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179820 +179820,S00110814,7d4,Retired City Hardship,S01009605,Balfarg,5c,Comfortable neighbourhoods,S02001810,Glenrothes Balfarg Pitcairn and Coul,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179821 +179821,S00111295,8c3,Renting Hard-Pressed Workers,S01009324,Townhill West,5c,Comfortable neighbourhoods,S02001750,Dunfermline Bellyeoman and Townhill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179822 +179822,S00111492,7c3,Outer City Hardship,S01009641,Leven South West,4d,Hard-pressed flat dwellers,S02001817,Leven East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179823 +179823,S00110670,1b2,Rural White-Collar Workers,S01009580,Pitteuchar Woods,8c,Comfortable suburbia,S02001805,Glenrothes Pitteuchar,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179824 +179824,S00110480,7c3,Outer City Hardship,S01009632,Methil Memorial Park,4d,Hard-pressed flat dwellers,S02001815,Methil West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179825 +179825,S00110335,8c3,Renting Hard-Pressed Workers,S01009434,Ballingry South,4a,Challenged white communities,S02001775,Ballingry,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179826 +179826,S00111162,7d4,Retired City Hardship,S01009736,North Haugh,1a,Cosmopolitan student neighbourhoods,S02001837,St Andrews North and Strathkinness,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179827 +179827,S00111298,8c3,Renting Hard-Pressed Workers,S01009453,Lochgelly West,5a,Ageing urban communities,S02001778,Lochgelly West and Lumphinnans,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179828 +179828,S00111303,8c3,Renting Hard-Pressed Workers,S01009412,Beath South West,4a,Challenged white communities,S02001769,Hill of Beath and Kingseat,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179829 +179829,S00111305,8c3,Renting Hard-Pressed Workers,S01009547,Strathore,5e,Primary sector workers,S02001798,Thornton and Kinglassie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179830 +179830,S00111306,8c3,Renting Hard-Pressed Workers,S01009413,Cowdenbeath North West,5c,Comfortable neighbourhoods,S02001771,Cowdenbeath North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179831 +179831,S00111338,8c3,Renting Hard-Pressed Workers,S01009531,Mitchelston and Randolph,4b,Constrained renters,S02001795,Kirkcaldy Gallatown and Sinclairtown,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179832 +179832,S00111382,8c3,Renting Hard-Pressed Workers,S01009618,Denbeath North,4a,Challenged white communities,S02001813,"Buckhaven, Denbeath and Muiredge",S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179833 +179833,S00111403,8c3,Renting Hard-Pressed Workers,S01009648,Broom South,5d,Endeavouring social renters,S02001819,Leven North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179834 +179834,S00111427,8c3,Renting Hard-Pressed Workers,S01009554,Leslie Landward,5e,Primary sector workers,S02001799,Leslie and Newcastle,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179835 +179835,S00111557,8c3,Renting Hard-Pressed Workers,S01009292,Wellwood,4a,Challenged white communities,S02001744,Dunfermline Milesmark and Wellwood,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179836 +179836,S00111604,8c3,Renting Hard-Pressed Workers,S01009509,Kirkcaldy Valley East,4b,Constrained renters,S02001790,Kirkcaldy Templehall East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179837 +179837,S00111608,8c3,Renting Hard-Pressed Workers,S01009503,Craigmount and Greenloanings,4a,Challenged white communities,S02001789,Kirkcaldy Templehall West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179838 +179838,S00111620,8c3,Renting Hard-Pressed Workers,S01009433,Ballingry Central,4a,Challenged white communities,S02001775,Ballingry,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179839 +179839,S00111703,8c3,Renting Hard-Pressed Workers,S01009322,Kingseat,5c,Comfortable neighbourhoods,S02001750,Dunfermline Bellyeoman and Townhill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179840 +179840,S00111827,8c3,Renting Hard-Pressed Workers,S01009459,Burntisland Links,4b,Constrained renters,S02001780,Burntisland West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179841 +179841,S00111852,8c3,Renting Hard-Pressed Workers,S01009276,Carnock,8c,Comfortable suburbia,S02001740,Saline and Gowkhall,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179842 +179842,S00111859,8c3,Renting Hard-Pressed Workers,S01009449,Lochgelly Central and Western,5d,Endeavouring social renters,S02001777,Lochgelly East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179843 +179843,S00111901,8c3,Renting Hard-Pressed Workers,S01009539,Sinclairtown East,5d,Endeavouring social renters,S02001796,Dysart,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179844 +179844,S00111908,8c3,Renting Hard-Pressed Workers,S01009487,Forth Park North,4b,Constrained renters,S02001786,Kirkcaldy Bennochy West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179845 +179845,S00111942,8c3,Renting Hard-Pressed Workers,S01009437,Bowhill and Dundonald,5c,Comfortable neighbourhoods,S02001776,Cardenden,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179846 +179846,S00111945,8c3,Renting Hard-Pressed Workers,S01009428,Lochore North,5d,Endeavouring social renters,S02001774,Lochore and Crosshill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179847 +179847,S00111946,8c3,Renting Hard-Pressed Workers,S01009432,Ballingry East,4a,Challenged white communities,S02001775,Ballingry,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179848 +179848,S00111967,8c3,Renting Hard-Pressed Workers,S01009640,Scoonie South,4d,Hard-pressed flat dwellers,S02001817,Leven East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179849 +179849,S00111978,8c3,Renting Hard-Pressed Workers,S01009557,Macedonia North,4a,Challenged white communities,S02001800,Glenrothes Macedonia and Tanshall,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179850 +179850,S00112129,8c3,Renting Hard-Pressed Workers,S01009598,Collydean North,4a,Challenged white communities,S02001808,Glenrothes Collydean,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179851 +179851,S00109012,1c2,Renting Rural Retirement,S01009457,Auchtertool,2a,Ageing rural neighbourhoods,S02001779,Aberdour and Auchtertool,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179852 +179852,S00109019,1c2,Renting Rural Retirement,S01009606,Tofthill and Balbirnie Park,2a,Ageing rural neighbourhoods,S02001811,Markinch and Star,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179853 +179853,S00109728,1c2,Renting Rural Retirement,S01009406,Crossgates North,5a,Ageing urban communities,S02001768,Crossgates and Halbeath,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179854 +179854,S00109994,1c2,Renting Rural Retirement,S01009530,Ravenscraig,8b,Ageing suburbanites,S02001794,Kirkcaldy Pathhead,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179855 +179855,S00110483,7c3,Outer City Hardship,S01009637,Methil Old Bayview,4a,Challenged white communities,S02001816,Methil East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179856 +179856,S00110337,8c3,Renting Hard-Pressed Workers,S01009432,Ballingry East,4a,Challenged white communities,S02001775,Ballingry,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179857 +179857,S00111483,7d4,Retired City Hardship,S01009753,Newport Central,5a,Ageing urban communities,S02001841,Newport and Wormit,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179858 +179858,S00110500,7c3,Outer City Hardship,S01009637,Methil Old Bayview,4a,Challenged white communities,S02001816,Methil East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179859 +179859,S00111525,7c3,Outer City Hardship,S01009315,Brucefield South,4a,Challenged white communities,S02001748,Dunfermline Brucefield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179860 +179860,S00110342,8c3,Renting Hard-Pressed Workers,S01009435,Ballingry West,4a,Challenged white communities,S02001775,Ballingry,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179861 +179861,S00111553,7c3,Outer City Hardship,S01009293,Milesmark East,5c,Comfortable neighbourhoods,S02001744,Dunfermline Milesmark and Wellwood,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179862 +179862,S00110502,7c3,Outer City Hardship,S01009636,Aberhill,4d,Hard-pressed flat dwellers,S02001816,Methil East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179863 +179863,S00111594,7d4,Retired City Hardship,S01009528,Pathhead South and Sands,4d,Hard-pressed flat dwellers,S02001794,Kirkcaldy Pathhead,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179864 +179864,S00110348,8c3,Renting Hard-Pressed Workers,S01009433,Ballingry Central,4a,Challenged white communities,S02001775,Ballingry,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179865 +179865,S00110756,1b2,Rural White-Collar Workers,S01009587,Woodside West,5a,Ageing urban communities,S02001806,Glenrothes Woodside,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179866 +179866,S00110349,8c3,Renting Hard-Pressed Workers,S01009432,Ballingry East,4a,Challenged white communities,S02001775,Ballingry,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179867 +179867,S00110350,8c3,Renting Hard-Pressed Workers,S01009432,Ballingry East,4a,Challenged white communities,S02001775,Ballingry,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179868 +179868,S00110358,8c3,Renting Hard-Pressed Workers,S01009542,East Wemyss McDuff,4d,Hard-pressed flat dwellers,S02001797,Wemyss,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179869 +179869,S00110371,8c3,Renting Hard-Pressed Workers,S01009544,Wemyss Villages,5e,Primary sector workers,S02001797,Wemyss,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179870 +179870,S00110376,8c3,Renting Hard-Pressed Workers,S01009547,Strathore,5e,Primary sector workers,S02001798,Thornton and Kinglassie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179871 +179871,S00110408,8c3,Renting Hard-Pressed Workers,S01009621,Buckhaven Central,4a,Challenged white communities,S02001813,"Buckhaven, Denbeath and Muiredge",S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179872 +179872,S00110410,8c3,Renting Hard-Pressed Workers,S01009623,Buckhaven North West and Muiredge,4a,Challenged white communities,S02001813,"Buckhaven, Denbeath and Muiredge",S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179873 +179873,S00110411,8c3,Renting Hard-Pressed Workers,S01009623,Buckhaven North West and Muiredge,4a,Challenged white communities,S02001813,"Buckhaven, Denbeath and Muiredge",S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179874 +179874,S00110421,8c3,Renting Hard-Pressed Workers,S01009620,Buckhaven North,4a,Challenged white communities,S02001813,"Buckhaven, Denbeath and Muiredge",S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179875 +179875,S00110422,8c3,Renting Hard-Pressed Workers,S01009624,Buckhaven Birds,4a,Challenged white communities,S02001813,"Buckhaven, Denbeath and Muiredge",S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179876 +179876,S00110426,8c3,Renting Hard-Pressed Workers,S01009620,Buckhaven North,4a,Challenged white communities,S02001813,"Buckhaven, Denbeath and Muiredge",S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179877 +179877,S00110442,8c3,Renting Hard-Pressed Workers,S01009627,Methil Trees West,4a,Challenged white communities,S02001814,Methil Methilhill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179878 +179878,S00110443,8c3,Renting Hard-Pressed Workers,S01009630,Methilhill North,4a,Challenged white communities,S02001814,Methil Methilhill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179879 +179879,S00110449,8c3,Renting Hard-Pressed Workers,S01009625,Methil Methilmill,4a,Challenged white communities,S02001814,Methil Methilhill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179880 +179880,S00110453,8c3,Renting Hard-Pressed Workers,S01009638,Methil Kirkland,4a,Challenged white communities,S02001816,Methil East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179881 +179881,S00110455,8c3,Renting Hard-Pressed Workers,S01009626,Methil Trees East,4a,Challenged white communities,S02001814,Methil Methilhill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179882 +179882,S00110457,8c3,Renting Hard-Pressed Workers,S01009626,Methil Trees East,4a,Challenged white communities,S02001814,Methil Methilhill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179883 +179883,S00110458,8c3,Renting Hard-Pressed Workers,S01009627,Methil Trees West,4a,Challenged white communities,S02001814,Methil Methilhill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179884 +179884,S00110461,8c3,Renting Hard-Pressed Workers,S01009627,Methil Trees West,4a,Challenged white communities,S02001814,Methil Methilhill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179885 +179885,S00110465,8c3,Renting Hard-Pressed Workers,S01009628,Methilhill Toll Bar,5a,Ageing urban communities,S02001814,Methil Methilhill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179886 +179886,S00110466,8c3,Renting Hard-Pressed Workers,S01009628,Methilhill Toll Bar,5a,Ageing urban communities,S02001814,Methil Methilhill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179887 +179887,S00110518,8c3,Renting Hard-Pressed Workers,S01009646,Leven Mountfleurie East,4a,Challenged white communities,S02001818,Leven West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179888 +179888,S00110520,8c3,Renting Hard-Pressed Workers,S01009646,Leven Mountfleurie East,4a,Challenged white communities,S02001818,Leven West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179889 +179889,S00110523,8c3,Renting Hard-Pressed Workers,S01009645,Leven Montrave,4a,Challenged white communities,S02001818,Leven West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179890 +179890,S00110559,8c3,Renting Hard-Pressed Workers,S01009649,Broom North,5c,Comfortable neighbourhoods,S02001819,Leven North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179891 +179891,S00110564,8c3,Renting Hard-Pressed Workers,S01009648,Broom South,5d,Endeavouring social renters,S02001819,Leven North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179892 +179892,S00110955,1b2,Rural White-Collar Workers,S01009704,Pittenweem West,5e,Primary sector workers,S02001831,St Monans and Pittenweem,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179893 +179893,S00110975,1b2,Rural White-Collar Workers,S01009671,Falkland West and Craigmead,2a,Ageing rural neighbourhoods,S02001823,Falkland and Freuchie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179894 +179894,S00111005,1b2,Rural White-Collar Workers,S01009666,Ladybank,5c,Comfortable neighbourhoods,S02001822,Kettle and Ladybank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179895 +179895,S00110503,7c3,Outer City Hardship,S01009633,Methil Savoy,4d,Hard-pressed flat dwellers,S02001815,Methil West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179896 +179896,S00111016,1b2,Rural White-Collar Workers,S01009674,Collessie and Pitmedden Landward,2c,Remoter communities,S02001824,Auchtermuchty and Gateside,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179897 +179897,S00111026,1b2,Rural White-Collar Workers,S01009696,Craigrothie and Ceres West,2d,Rural traits,S02001829,Dairsie Ceres and Dunino,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179898 +179898,S00110508,7c3,Outer City Hardship,S01009633,Methil Savoy,4d,Hard-pressed flat dwellers,S02001815,Methil West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179899 +179899,S00111595,7d4,Retired City Hardship,S01009528,Pathhead South and Sands,4d,Hard-pressed flat dwellers,S02001794,Kirkcaldy Pathhead,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179900 +179900,S00111433,1b2,Rural White-Collar Workers,S01009701,Earlsferry,5a,Ageing urban communities,S02001830,Elie Colinsburgh and Largoward,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179901 +179901,S00111558,7c3,Outer City Hardship,S01009443,Auchterderran Landward and Cluny,2a,Ageing rural neighbourhoods,S02001776,Cardenden,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179902 +179902,S00110511,7c3,Outer City Hardship,S01009632,Methil Memorial Park,4d,Hard-pressed flat dwellers,S02001815,Methil West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179903 +179903,S00111596,7d4,Retired City Hardship,S01009527,Pathhead Central,4b,Constrained renters,S02001794,Kirkcaldy Pathhead,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179904 +179904,S00111814,7d4,Retired City Hardship,S01009320,Bellyeoman South,5c,Comfortable neighbourhoods,S02001750,Dunfermline Bellyeoman and Townhill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179905 +179905,S00111999,7d4,Retired City Hardship,S01009600,Cadham,4a,Challenged white communities,S02001809,Glenrothes Cadham and Pitcoudie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179906 +179906,S00109807,7d3,Retired Communal City Dwellers,S01009453,Lochgelly West,5a,Ageing urban communities,S02001778,Lochgelly West and Lumphinnans,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179907 +179907,S00109952,7d3,Retired Communal City Dwellers,S01009479,Kirkcaldy Central,3c,Highly qualified professionals,S02001784,Kirkcaldy Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179908 +179908,S00110199,7d3,Retired Communal City Dwellers,S01009501,Dunearn,4a,Challenged white communities,S02001789,Kirkcaldy Templehall West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179909 +179909,S00110305,7d3,Retired Communal City Dwellers,S01009440,Bowhill West,4a,Challenged white communities,S02001776,Cardenden,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179910 +179910,S00110758,7d3,Retired Communal City Dwellers,S01009587,Woodside West,5a,Ageing urban communities,S02001806,Glenrothes Woodside,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179911 +179911,S00110768,7d3,Retired Communal City Dwellers,S01009588,Woodside North,5a,Ageing urban communities,S02001806,Glenrothes Woodside,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179912 +179912,S00111234,7d3,Retired Communal City Dwellers,S01009753,Newport Central,5a,Ageing urban communities,S02001841,Newport and Wormit,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179913 +179913,S00111308,7d3,Retired Communal City Dwellers,S01009489,Cowdenbeath South East,4a,Challenged white communities,S02001770,Cowdenbeath South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179914 +179914,S00111777,7d3,Retired Communal City Dwellers,S01009315,Brucefield South,4a,Challenged white communities,S02001748,Dunfermline Brucefield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179915 +179915,S00111808,7d3,Retired Communal City Dwellers,S01009301,Broomhead,4d,Hard-pressed flat dwellers,S02001745,Dunfermline Baldridgeburn,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179916 +179916,S00111864,7d3,Retired Communal City Dwellers,S01009446,Lochgelly East,4d,Hard-pressed flat dwellers,S02001777,Lochgelly East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179917 +179917,S00111895,7d3,Retired Communal City Dwellers,S01009538,Dysart Central,4b,Constrained renters,S02001796,Dysart,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179918 +179918,S00111963,7d3,Retired Communal City Dwellers,S01009637,Methil Old Bayview,4a,Challenged white communities,S02001816,Methil East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179919 +179919,S00111966,7d3,Retired Communal City Dwellers,S01009634,Methil Sea Road,4a,Challenged white communities,S02001815,Methil West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179920 +179920,S00112099,7d3,Retired Communal City Dwellers,S01009679,Newburgh East,5e,Primary sector workers,S02001825,Newburgh,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179921 +179921,S00109209,7d2,Retired Independent City Dwellers,S01009374,Admiralty South West,4a,Challenged white communities,S02001761,Rosyth Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179922 +179922,S00109283,7d2,Retired Independent City Dwellers,S01009382,Inverkeithing West,5c,Comfortable neighbourhoods,S02001763,North Queensferry and Inverkeithing West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179923 +179923,S00109407,7d2,Retired Independent City Dwellers,S01009333,Woodmill South,4b,Constrained renters,S02001752,Dunfermline Touch and Woodmill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179924 +179924,S00109595,7d2,Retired Independent City Dwellers,S01009305,Headwell Central,5c,Comfortable neighbourhoods,S02001746,Dunfermline Headwell,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179925 +179925,S00109918,7d2,Retired Independent City Dwellers,S01009471,Linktown East,4d,Hard-pressed flat dwellers,S02001783,Kirkcaldy Linktown & Seafield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179926 +179926,S00109929,7d2,Retired Independent City Dwellers,S01009471,Linktown East,4d,Hard-pressed flat dwellers,S02001783,Kirkcaldy Linktown & Seafield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179927 +179927,S00109931,7d2,Retired Independent City Dwellers,S01009471,Linktown East,4d,Hard-pressed flat dwellers,S02001783,Kirkcaldy Linktown & Seafield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179928 +179928,S00109938,7d2,Retired Independent City Dwellers,S01009480,Kirkcaldy Central South,5c,Comfortable neighbourhoods,S02001784,Kirkcaldy Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179929 +179929,S00109948,7d2,Retired Independent City Dwellers,S01009479,Kirkcaldy Central,3c,Highly qualified professionals,S02001784,Kirkcaldy Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179930 +179930,S00109957,7d2,Retired Independent City Dwellers,S01009478,Kirkcaldy Central and East,4b,Constrained renters,S02001784,Kirkcaldy Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179931 +179931,S00110013,7d2,Retired Independent City Dwellers,S01009540,Sinclairtown North,4d,Hard-pressed flat dwellers,S02001796,Dysart,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179932 +179932,S00110515,7c3,Outer City Hardship,S01009644,Leven Mountfleurie West,5d,Endeavouring social renters,S02001818,Leven West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179933 +179933,S00110525,7c3,Outer City Hardship,S01009645,Leven Montrave,4a,Challenged white communities,S02001818,Leven West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179934 +179934,S00111439,1b2,Rural White-Collar Workers,S01009664,Monimal Pitlessie and Cults,2d,Rural traits,S02001822,Kettle and Ladybank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179935 +179935,S00111559,7c3,Outer City Hardship,S01009443,Auchterderran Landward and Cluny,2a,Ageing rural neighbourhoods,S02001776,Cardenden,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179936 +179936,S00111585,7c3,Outer City Hardship,S01009458,Burntisland Central,5a,Ageing urban communities,S02001780,Burntisland West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179937 +179937,S00111443,1b2,Rural White-Collar Workers,S01009664,Monimal Pitlessie and Cults,2d,Rural traits,S02001822,Kettle and Ladybank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179938 +179938,S00111588,7c3,Outer City Hardship,S01009265,Kincardine West,5c,Comfortable neighbourhoods,S02001738,Kincardine,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179939 +179939,S00110532,7c3,Outer City Hardship,S01009647,Leven North,4d,Hard-pressed flat dwellers,S02001818,Leven West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179940 +179940,S00111493,1b2,Rural White-Collar Workers,S01009678,Newburgh North East and Braeside of Lindores,5e,Primary sector workers,S02001825,Newburgh,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179941 +179941,S00111623,7c3,Outer City Hardship,S01009620,Buckhaven North,4a,Challenged white communities,S02001813,"Buckhaven, Denbeath and Muiredge",S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179942 +179942,S00111494,1b2,Rural White-Collar Workers,S01009677,Flisk Lindores and Luthrie,2c,Remoter communities,S02001825,Newburgh,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179943 +179943,S00111624,7c3,Outer City Hardship,S01009638,Methil Kirkland,4a,Challenged white communities,S02001816,Methil East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179944 +179944,S00111503,1b2,Rural White-Collar Workers,S01009715,Boarhills and Kingsbarns,2c,Remoter communities,S02001833,Crail and Boarhills,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179945 +179945,S00111766,7c3,Outer City Hardship,S01009281,High Valleyfield West,4a,Challenged white communities,S02001741,Valleyfield Culross and Torryburn,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179946 +179946,S00110542,7c3,Outer City Hardship,S01009641,Leven South West,4d,Hard-pressed flat dwellers,S02001817,Leven East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179947 +179947,S00111508,1b2,Rural White-Collar Workers,S01009744,Balmullo North,2b,Prospering countryside life,S02001839,Balmullo and Gauldry,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179948 +179948,S00111774,7c3,Outer City Hardship,S01009313,Brucefield South West,4a,Challenged white communities,S02001748,Dunfermline Brucefield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179949 +179949,S00110569,7c3,Outer City Hardship,S01009612,Coaltown of Balgonie East,5c,Comfortable neighbourhoods,S02001812,Windygates and Coaltown,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179950 +179950,S00111528,1b2,Rural White-Collar Workers,S01009279,Newmills,5c,Comfortable neighbourhoods,S02001741,Valleyfield Culross and Torryburn,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179951 +179951,S00110839,7c3,Outer City Hardship,S01009554,Leslie Landward,5e,Primary sector workers,S02001799,Leslie and Newcastle,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179952 +179952,S00111831,7c3,Outer City Hardship,S01009267,Kincardine South,5a,Ageing urban communities,S02001738,Kincardine,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179953 +179953,S00111531,1b2,Rural White-Collar Workers,S01009289,Crossford East and Berrylaw,2b,Prospering countryside life,S02001743,Crossford Charlestown and Limekilns,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179954 +179954,S00110840,7c3,Outer City Hardship,S01009553,Leslie West,4a,Challenged white communities,S02001799,Leslie and Newcastle,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179955 +179955,S00111855,7c3,Outer City Hardship,S01009268,Blairhall and Landward,5c,Comfortable neighbourhoods,S02001739,Oakley Comrie and Blairhall,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179956 +179956,S00111721,1b2,Rural White-Collar Workers,S01009670,Falkland East and East Lomond,2d,Rural traits,S02001823,Falkland and Freuchie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179957 +179957,S00111722,1b2,Rural White-Collar Workers,S01009670,Falkland East and East Lomond,2d,Rural traits,S02001823,Falkland and Freuchie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179958 +179958,S00111724,1b2,Rural White-Collar Workers,S01009699,Elie,2d,Rural traits,S02001830,Elie Colinsburgh and Largoward,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179959 +179959,S00112042,1b2,Rural White-Collar Workers,S01009668,Freuchie North and New Inn,5c,Comfortable neighbourhoods,S02001823,Falkland and Freuchie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179960 +179960,S00112043,1b2,Rural White-Collar Workers,S01009668,Freuchie North and New Inn,5c,Comfortable neighbourhoods,S02001823,Falkland and Freuchie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179961 +179961,S00112044,1b2,Rural White-Collar Workers,S01009670,Falkland East and East Lomond,2d,Rural traits,S02001823,Falkland and Freuchie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179962 +179962,S00112058,1b2,Rural White-Collar Workers,S01009696,Craigrothie and Ceres West,2d,Rural traits,S02001829,Dairsie Ceres and Dunino,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179963 +179963,S00112138,1b2,Rural White-Collar Workers,S01009602,Coul,8b,Ageing suburbanites,S02001810,Glenrothes Balfarg Pitcairn and Coul,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179964 +179964,S00109006,1a1,Rural Workers and Families,S01009325,Bellyeoman North and Townhill Landward,2a,Ageing rural neighbourhoods,S02001750,Dunfermline Bellyeoman and Townhill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179965 +179965,S00109049,1a1,Rural Workers and Families,S01009669,Freuchie South and Muirhead,2d,Rural traits,S02001823,Falkland and Freuchie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179966 +179966,S00109051,1a1,Rural Workers and Families,S01009662,Kettlebridge and Rameldry,2d,Rural traits,S02001822,Kettle and Ladybank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179967 +179967,S00109054,1a1,Rural Workers and Families,S01009661,Bonnybank and Montrave,2c,Remoter communities,S02001821,Kennoway and Bonnybank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179968 +179968,S00109088,1a1,Rural Workers and Families,S01009674,Collessie and Pitmedden Landward,2c,Remoter communities,S02001824,Auchtermuchty and Gateside,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179969 +179969,S00111858,7c3,Outer City Hardship,S01009451,Lochgelly South West,4a,Challenged white communities,S02001778,Lochgelly West and Lumphinnans,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179970 +179970,S00111860,7c3,Outer City Hardship,S01009451,Lochgelly South West,4a,Challenged white communities,S02001778,Lochgelly West and Lumphinnans,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179971 +179971,S00111862,7c3,Outer City Hardship,S01009446,Lochgelly East,4d,Hard-pressed flat dwellers,S02001777,Lochgelly East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179972 +179972,S00111891,7c3,Outer City Hardship,S01009533,Sinclairtown West,4d,Hard-pressed flat dwellers,S02001795,Kirkcaldy Gallatown and Sinclairtown,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179973 +179973,S00111909,7c3,Outer City Hardship,S01009486,Forth Park,5c,Comfortable neighbourhoods,S02001786,Kirkcaldy Bennochy West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179974 +179974,S00111962,7c3,Outer City Hardship,S01009637,Methil Old Bayview,4a,Challenged white communities,S02001816,Methil East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179975 +179975,S00111964,7c3,Outer City Hardship,S01009633,Methil Savoy,4d,Hard-pressed flat dwellers,S02001815,Methil West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179976 +179976,S00111968,7c3,Outer City Hardship,S01009641,Leven South West,4d,Hard-pressed flat dwellers,S02001817,Leven East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179977 +179977,S00111975,7c3,Outer City Hardship,S01009649,Broom North,5c,Comfortable neighbourhoods,S02001819,Leven North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179978 +179978,S00112018,7c3,Outer City Hardship,S01009656,Kennoway East,4a,Challenged white communities,S02001821,Kennoway and Bonnybank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179979 +179979,S00112089,7c3,Outer City Hardship,S01009717,East Sands,1a,Cosmopolitan student neighbourhoods,S02001834,St Andrews South East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179980 +179980,S00112110,7c3,Outer City Hardship,S01009754,Newport East,5a,Ageing urban communities,S02001841,Newport and Wormit,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179981 +179981,S00112128,7c3,Outer City Hardship,S01009579,Lochty View,5c,Comfortable neighbourhoods,S02001804,Glenrothes Stenton and Finglassie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179982 +179982,S00109579,2c3,Professional Service Cosmopolitans,S01009306,Headwell South West,4b,Constrained renters,S02001746,Dunfermline Headwell,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179983 +179983,S00109953,2c3,Professional Service Cosmopolitans,S01009477,Kirkcaldy Central North,3c,Highly qualified professionals,S02001784,Kirkcaldy Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179984 +179984,S00110078,2c3,Professional Service Cosmopolitans,S01009481,Bennochy North,3c,Highly qualified professionals,S02001785,Kirkcaldy Bennochy East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179985 +179985,S00111332,2c3,Professional Service Cosmopolitans,S01009534,Sinclairtown Central,4d,Hard-pressed flat dwellers,S02001795,Kirkcaldy Gallatown and Sinclairtown,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179986 +179986,S00110852,7c3,Outer City Hardship,S01009610,Markinch West,5c,Comfortable neighbourhoods,S02001811,Markinch and Star,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179987 +179987,S00110853,7c3,Outer City Hardship,S01009610,Markinch West,5c,Comfortable neighbourhoods,S02001811,Markinch and Star,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179988 +179988,S00110859,7c3,Outer City Hardship,S01009608,Markinch North,5c,Comfortable neighbourhoods,S02001811,Markinch and Star,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179989 +179989,S00110860,7c3,Outer City Hardship,S01009608,Markinch North,5c,Comfortable neighbourhoods,S02001811,Markinch and Star,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179990 +179990,S00110876,7c3,Outer City Hardship,S01009657,Kennoway Sandy Brae,5c,Comfortable neighbourhoods,S02001821,Kennoway and Bonnybank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179991 +179991,S00110877,7c3,Outer City Hardship,S01009657,Kennoway Sandy Brae,5c,Comfortable neighbourhoods,S02001821,Kennoway and Bonnybank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179992 +179992,S00110880,7c3,Outer City Hardship,S01009656,Kennoway East,4a,Challenged white communities,S02001821,Kennoway and Bonnybank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179993 +179993,S00110902,7c3,Outer City Hardship,S01009616,Windygates East,5c,Comfortable neighbourhoods,S02001812,Windygates and Coaltown,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179994 +179994,S00110907,7c3,Outer City Hardship,S01009705,St Monans West,5e,Primary sector workers,S02001831,St Monans and Pittenweem,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179995 +179995,S00110911,7c3,Outer City Hardship,S01009705,St Monans West,5e,Primary sector workers,S02001831,St Monans and Pittenweem,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179996 +179996,S00110912,7c3,Outer City Hardship,S01009706,St Monans East and Abercrombie,2d,Rural traits,S02001831,St Monans and Pittenweem,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179997 +179997,S00110916,7c3,Outer City Hardship,S01009706,St Monans East and Abercrombie,2d,Rural traits,S02001831,St Monans and Pittenweem,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179998 +179998,S00110943,7c3,Outer City Hardship,S01009711,Anstruther West,5a,Ageing urban communities,S02001832,Anstruther,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,179999 +179999,S00110953,7c3,Outer City Hardship,S01009704,Pittenweem West,5e,Primary sector workers,S02001831,St Monans and Pittenweem,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180000 +180000,S00112097,2a2,Student Digs,S01009723,St Andrews Abbey,1a,Cosmopolitan student neighbourhoods,S02001835,St Andrews Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180001 +180001,S00112098,2a2,Student Digs,S01009723,St Andrews Abbey,1a,Cosmopolitan student neighbourhoods,S02001835,St Andrews Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180002 +180002,S00111105,2a3,Students and Professionals,S01009732,Kinness Burn West,1a,Cosmopolitan student neighbourhoods,S02001836,St Andrews South West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180003 +180003,S00111107,2a3,Students and Professionals,S01009724,Kinness Burn East,1a,Cosmopolitan student neighbourhoods,S02001835,St Andrews Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180004 +180004,S00111109,2a3,Students and Professionals,S01009724,Kinness Burn East,1a,Cosmopolitan student neighbourhoods,S02001835,St Andrews Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180005 +180005,S00111111,2a3,Students and Professionals,S01009724,Kinness Burn East,1a,Cosmopolitan student neighbourhoods,S02001835,St Andrews Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180006 +180006,S00111112,2a3,Students and Professionals,S01009724,Kinness Burn East,1a,Cosmopolitan student neighbourhoods,S02001835,St Andrews Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180007 +180007,S00109691,5b3,Self-Sufficient Retirement,S01009286,Cairneyhill West,8c,Comfortable suburbia,S02001742,Cairneyhill and Crombie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180008 +180008,S00110900,5b3,Self-Sufficient Retirement,S01009616,Windygates East,5c,Comfortable neighbourhoods,S02001812,Windygates and Coaltown,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180009 +180009,S00111351,1a1,Rural Workers and Families,S01009545,Kinglassie West,2d,Rural traits,S02001798,Thornton and Kinglassie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180010 +180010,S00112114,5b3,Self-Sufficient Retirement,S01009749,Tayport Central,5c,Comfortable neighbourhoods,S02001840,Tayport,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180011 +180011,S00111336,5b3,Self-Sufficient Retirement,S01009537,Dysart North,4b,Constrained renters,S02001796,Dysart,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180012 +180012,S00110577,7a1,Transitional Eastern European Neighbourhoods,S01009559,Macedonia West,4b,Constrained renters,S02001800,Glenrothes Macedonia and Tanshall,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180013 +180013,S00111378,6b3,Semi-Detached Ageing,S01009546,Kinglassie East,5c,Comfortable neighbourhoods,S02001798,Thornton and Kinglassie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180014 +180014,S00111118,2a3,Students and Professionals,S01009720,Kilrymont West,4b,Constrained renters,S02001834,St Andrews South East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180015 +180015,S00111137,2a3,Students and Professionals,S01009717,East Sands,1a,Cosmopolitan student neighbourhoods,S02001834,St Andrews South East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180016 +180016,S00111138,2a3,Students and Professionals,S01009724,Kinness Burn East,1a,Cosmopolitan student neighbourhoods,S02001835,St Andrews Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180017 +180017,S00111152,2a3,Students and Professionals,S01009732,Kinness Burn West,1a,Cosmopolitan student neighbourhoods,S02001836,St Andrews South West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180018 +180018,S00111164,2a3,Students and Professionals,S01009722,Madras and St Leonards,1a,Cosmopolitan student neighbourhoods,S02001835,St Andrews Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180019 +180019,S00111166,2a3,Students and Professionals,S01009722,Madras and St Leonards,1a,Cosmopolitan student neighbourhoods,S02001835,St Andrews Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180020 +180020,S00112083,2a3,Students and Professionals,S01009732,Kinness Burn West,1a,Cosmopolitan student neighbourhoods,S02001836,St Andrews South West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180021 +180021,S00109231,7a1,Transitional Eastern European Neighbourhoods,S01009366,Rosyth Kings North,4a,Challenged white communities,S02001759,Rosyth North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180022 +180022,S00109311,7a1,Transitional Eastern European Neighbourhoods,S01009388,Inverkeithing Spittalfield,4d,Hard-pressed flat dwellers,S02001764,Inverkeithing East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180023 +180023,S00109414,7a1,Transitional Eastern European Neighbourhoods,S01009333,Woodmill South,4b,Constrained renters,S02001752,Dunfermline Touch and Woodmill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180024 +180024,S00109443,7a1,Transitional Eastern European Neighbourhoods,S01009339,Abbeyview North,4a,Challenged white communities,S02001753,Dunfermline Abbeyview North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180025 +180025,S00109444,7a1,Transitional Eastern European Neighbourhoods,S01009339,Abbeyview North,4a,Challenged white communities,S02001753,Dunfermline Abbeyview North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180026 +180026,S00109463,7a1,Transitional Eastern European Neighbourhoods,S01009336,Touch,4d,Hard-pressed flat dwellers,S02001752,Dunfermline Touch and Woodmill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180027 +180027,S00109549,7a1,Transitional Eastern European Neighbourhoods,S01009298,Balbridgeburn North,4d,Hard-pressed flat dwellers,S02001745,Dunfermline Baldridgeburn,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180028 +180028,S00109586,7a1,Transitional Eastern European Neighbourhoods,S01009306,Headwell South West,4b,Constrained renters,S02001746,Dunfermline Headwell,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180029 +180029,S00109895,7a1,Transitional Eastern European Neighbourhoods,S01009415,Cowdenbeath North,4b,Constrained renters,S02001771,Cowdenbeath North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180030 +180030,S00109917,7a1,Transitional Eastern European Neighbourhoods,S01009473,Linktown Central,4b,Constrained renters,S02001783,Kirkcaldy Linktown & Seafield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180031 +180031,S00109921,7a1,Transitional Eastern European Neighbourhoods,S01009473,Linktown Central,4b,Constrained renters,S02001783,Kirkcaldy Linktown & Seafield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180032 +180032,S00109923,7a1,Transitional Eastern European Neighbourhoods,S01009473,Linktown Central,4b,Constrained renters,S02001783,Kirkcaldy Linktown & Seafield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180033 +180033,S00109924,7a1,Transitional Eastern European Neighbourhoods,S01009472,Linktown North,4b,Constrained renters,S02001783,Kirkcaldy Linktown & Seafield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180034 +180034,S00109964,7a1,Transitional Eastern European Neighbourhoods,S01009478,Kirkcaldy Central and East,4b,Constrained renters,S02001784,Kirkcaldy Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180035 +180035,S00109965,7a1,Transitional Eastern European Neighbourhoods,S01009478,Kirkcaldy Central and East,4b,Constrained renters,S02001784,Kirkcaldy Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180036 +180036,S00109968,7a1,Transitional Eastern European Neighbourhoods,S01009522,Smeaton South,4b,Constrained renters,S02001793,Kirkcaldy Hayfield and Smeaton,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180037 +180037,S00109985,7a1,Transitional Eastern European Neighbourhoods,S01009533,Sinclairtown West,4d,Hard-pressed flat dwellers,S02001795,Kirkcaldy Gallatown and Sinclairtown,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180038 +180038,S00110027,7a1,Transitional Eastern European Neighbourhoods,S01009531,Mitchelston and Randolph,4b,Constrained renters,S02001795,Kirkcaldy Gallatown and Sinclairtown,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180039 +180039,S00110032,7a1,Transitional Eastern European Neighbourhoods,S01009531,Mitchelston and Randolph,4b,Constrained renters,S02001795,Kirkcaldy Gallatown and Sinclairtown,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180040 +180040,S00110042,7a1,Transitional Eastern European Neighbourhoods,S01009534,Sinclairtown Central,4d,Hard-pressed flat dwellers,S02001795,Kirkcaldy Gallatown and Sinclairtown,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180041 +180041,S00110046,7a1,Transitional Eastern European Neighbourhoods,S01009532,Overton,4a,Challenged white communities,S02001795,Kirkcaldy Gallatown and Sinclairtown,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180042 +180042,S00110054,7a1,Transitional Eastern European Neighbourhoods,S01009484,Oriel and Forth,5a,Ageing urban communities,S02001785,Kirkcaldy Bennochy East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180043 +180043,S00110060,7a1,Transitional Eastern European Neighbourhoods,S01009485,Bennochy South West,4b,Constrained renters,S02001786,Kirkcaldy Bennochy West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180044 +180044,S00110062,7a1,Transitional Eastern European Neighbourhoods,S01009485,Bennochy South West,4b,Constrained renters,S02001786,Kirkcaldy Bennochy West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180045 +180045,S00110063,7a1,Transitional Eastern European Neighbourhoods,S01009485,Bennochy South West,4b,Constrained renters,S02001786,Kirkcaldy Bennochy West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180046 +180046,S00110089,7a1,Transitional Eastern European Neighbourhoods,S01009523,Hayfield North,4d,Hard-pressed flat dwellers,S02001793,Kirkcaldy Hayfield and Smeaton,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180047 +180047,S00110101,7a1,Transitional Eastern European Neighbourhoods,S01009481,Bennochy North,3c,Highly qualified professionals,S02001785,Kirkcaldy Bennochy East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180048 +180048,S00110106,7a1,Transitional Eastern European Neighbourhoods,S01009481,Bennochy North,3c,Highly qualified professionals,S02001785,Kirkcaldy Bennochy East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180049 +180049,S00110107,7a1,Transitional Eastern European Neighbourhoods,S01009481,Bennochy North,3c,Highly qualified professionals,S02001785,Kirkcaldy Bennochy East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180050 +180050,S00110140,7a1,Transitional Eastern European Neighbourhoods,S01009509,Kirkcaldy Valley East,4b,Constrained renters,S02001790,Kirkcaldy Templehall East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180051 +180051,S00110143,7a1,Transitional Eastern European Neighbourhoods,S01009505,Templehall,4d,Hard-pressed flat dwellers,S02001790,Kirkcaldy Templehall East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180052 +180052,S00110148,7a1,Transitional Eastern European Neighbourhoods,S01009506,Templehall North Eastern,4a,Challenged white communities,S02001790,Kirkcaldy Templehall East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180053 +180053,S00110155,7a1,Transitional Eastern European Neighbourhoods,S01009506,Templehall North Eastern,4a,Challenged white communities,S02001790,Kirkcaldy Templehall East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180054 +180054,S00110156,7a1,Transitional Eastern European Neighbourhoods,S01009508,Templehall North,4b,Constrained renters,S02001790,Kirkcaldy Templehall East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180055 +180055,S00110469,7a1,Transitional Eastern European Neighbourhoods,S01009618,Denbeath North,4a,Challenged white communities,S02001813,"Buckhaven, Denbeath and Muiredge",S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180056 +180056,S00110475,7a1,Transitional Eastern European Neighbourhoods,S01009631,Lower Methil,4d,Hard-pressed flat dwellers,S02001815,Methil West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180057 +180057,S00112115,5b3,Self-Sufficient Retirement,S01009747,Tayport North,5c,Comfortable neighbourhoods,S02001840,Tayport,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180058 +180058,S00111447,6b3,Semi-Detached Ageing,S01009708,Anstruther East and Cellardyke,5a,Ageing urban communities,S02001832,Anstruther,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180059 +180059,S00109698,5b3,Self-Sufficient Retirement,S01009285,Cairneyhill North,8c,Comfortable suburbia,S02001742,Cairneyhill and Crombie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180060 +180060,S00111337,5b3,Self-Sufficient Retirement,S01009538,Dysart Central,4b,Constrained renters,S02001796,Dysart,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180061 +180061,S00111353,1a1,Rural Workers and Families,S01009552,Leslie South West and Auchmuir,2d,Rural traits,S02001799,Leslie and Newcastle,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180062 +180062,S00110579,7a1,Transitional Eastern European Neighbourhoods,S01009559,Macedonia West,4b,Constrained renters,S02001800,Glenrothes Macedonia and Tanshall,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180063 +180063,S00112123,5b3,Self-Sufficient Retirement,S01009528,Pathhead South and Sands,4d,Hard-pressed flat dwellers,S02001794,Kirkcaldy Pathhead,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180064 +180064,S00110915,5b3,Self-Sufficient Retirement,S01009706,St Monans East and Abercrombie,2d,Rural traits,S02001831,St Monans and Pittenweem,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180065 +180065,S00108990,6b3,Semi-Detached Ageing,S01009405,Crossgates South Knowe and Annfield,2d,Rural traits,S02001768,Crossgates and Halbeath,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180066 +180066,S00111375,5b3,Self-Sufficient Retirement,S01009548,Thornton South,5c,Comfortable neighbourhoods,S02001798,Thornton and Kinglassie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180067 +180067,S00110921,5b3,Self-Sufficient Retirement,S01009652,Lundin Links,8a,Affluent communities,S02001820,Largo,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180068 +180068,S00111480,6b3,Semi-Detached Ageing,S01009743,Gauldry and Balmerino,2d,Rural traits,S02001839,Balmullo and Gauldry,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180069 +180069,S00109153,6b3,Semi-Detached Ageing,S01009402,Dalgety Crow Hill,8b,Ageing suburbanites,S02001767,Dalgety Bay East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180070 +180070,S00111354,1a1,Rural Workers and Families,S01009554,Leslie Landward,5e,Primary sector workers,S02001799,Leslie and Newcastle,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180071 +180071,S00109702,5b3,Self-Sufficient Retirement,S01009467,Kinghorn South,8a,Affluent communities,S02001782,Kinghorn,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180072 +180072,S00110615,7a1,Transitional Eastern European Neighbourhoods,S01009556,Tanshall West,4b,Constrained renters,S02001800,Glenrothes Macedonia and Tanshall,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180073 +180073,S00111386,5b3,Self-Sufficient Retirement,S01009638,Methil Kirkland,4a,Challenged white communities,S02001816,Methil East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180074 +180074,S00110922,5b3,Self-Sufficient Retirement,S01009652,Lundin Links,8a,Affluent communities,S02001820,Largo,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180075 +180075,S00111390,5b3,Self-Sufficient Retirement,S01009643,Leven Castlefleurie,8c,Comfortable suburbia,S02001818,Leven West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180076 +180076,S00111560,6b3,Semi-Detached Ageing,S01009398,Dalgety Bogend Wood,8c,Comfortable suburbia,S02001766,Dalgety Bay Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180077 +180077,S00111381,1a1,Rural Workers and Families,S01009611,Star and Kirkforthar,2c,Remoter communities,S02001811,Markinch and Star,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180078 +180078,S00109719,5b3,Self-Sufficient Retirement,S01009469,Kinghorn North,5c,Comfortable neighbourhoods,S02001782,Kinghorn,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180079 +180079,S00109161,6b3,Semi-Detached Ageing,S01009401,Dalgety Ross Plantation,8b,Ageing suburbanites,S02001767,Dalgety Bay East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180080 +180080,S00110924,5b3,Self-Sufficient Retirement,S01009652,Lundin Links,8a,Affluent communities,S02001820,Largo,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180081 +180081,S00111393,5b3,Self-Sufficient Retirement,S01009642,Leven South,5e,Primary sector workers,S02001817,Leven East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180082 +180082,S00111561,6b3,Semi-Detached Ageing,S01009399,Dalgety Longhill Park,8c,Comfortable suburbia,S02001766,Dalgety Bay Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180083 +180083,S00109192,6b3,Semi-Detached Ageing,S01009377,Rosyth Dockyard and Castle,3c,Highly qualified professionals,S02001762,Rosyth South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180084 +180084,S00111549,1a1,Rural Workers and Families,S01009275,Knock Hill Landward,2a,Ageing rural neighbourhoods,S02001740,Saline and Gowkhall,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180085 +180085,S00109735,5b3,Self-Sufficient Retirement,S01009408,Crossgates North Knowe,5c,Comfortable neighbourhoods,S02001768,Crossgates and Halbeath,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180086 +180086,S00110925,5b3,Self-Sufficient Retirement,S01009652,Lundin Links,8a,Affluent communities,S02001820,Largo,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180087 +180087,S00111563,6b3,Semi-Detached Ageing,S01009398,Dalgety Bogend Wood,8c,Comfortable suburbia,S02001766,Dalgety Bay Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180088 +180088,S00109263,6b3,Semi-Detached Ageing,S01009370,Rosyth Wilderness North,5c,Comfortable neighbourhoods,S02001760,Rosyth East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180089 +180089,S00111397,5b3,Self-Sufficient Retirement,S01009639,Leven Links,8a,Affluent communities,S02001817,Leven East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180090 +180090,S00109033,5b3,Self-Sufficient Retirement,S01009648,Broom South,5d,Endeavouring social renters,S02001819,Leven North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180091 +180091,S00109771,5b3,Self-Sufficient Retirement,S01009324,Townhill West,5c,Comfortable neighbourhoods,S02001750,Dunfermline Bellyeoman and Townhill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180092 +180092,S00110926,5b3,Self-Sufficient Retirement,S01009654,Lower Largo,5c,Comfortable neighbourhoods,S02001820,Largo,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180093 +180093,S00111633,6b3,Semi-Detached Ageing,S01009607,Prestonhall,8b,Ageing suburbanites,S02001811,Markinch and Star,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180094 +180094,S00109296,6b3,Semi-Detached Ageing,S01009389,Inverkeithing North East,5c,Comfortable neighbourhoods,S02001764,Inverkeithing East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180095 +180095,S00111410,5b3,Self-Sufficient Retirement,S01009580,Pitteuchar Woods,8c,Comfortable suburbia,S02001805,Glenrothes Pitteuchar,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180096 +180096,S00109045,5b3,Self-Sufficient Retirement,S01009664,Monimal Pitlessie and Cults,2d,Rural traits,S02001822,Kettle and Ladybank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180097 +180097,S00109774,5b3,Self-Sufficient Retirement,S01009324,Townhill West,5c,Comfortable neighbourhoods,S02001750,Dunfermline Bellyeoman and Townhill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180098 +180098,S00109777,5b3,Self-Sufficient Retirement,S01009323,Townhill East,5c,Comfortable neighbourhoods,S02001750,Dunfermline Bellyeoman and Townhill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180099 +180099,S00109808,5b3,Self-Sufficient Retirement,S01009453,Lochgelly West,5a,Ageing urban communities,S02001778,Lochgelly West and Lumphinnans,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180100 +180100,S00109934,5b3,Self-Sufficient Retirement,S01009472,Linktown North,4b,Constrained renters,S02001783,Kirkcaldy Linktown & Seafield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180101 +180101,S00109935,5b3,Self-Sufficient Retirement,S01009472,Linktown North,4b,Constrained renters,S02001783,Kirkcaldy Linktown & Seafield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180102 +180102,S00109936,5b3,Self-Sufficient Retirement,S01009480,Kirkcaldy Central South,5c,Comfortable neighbourhoods,S02001784,Kirkcaldy Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180103 +180103,S00109940,5b3,Self-Sufficient Retirement,S01009480,Kirkcaldy Central South,5c,Comfortable neighbourhoods,S02001784,Kirkcaldy Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180104 +180104,S00109943,5b3,Self-Sufficient Retirement,S01009480,Kirkcaldy Central South,5c,Comfortable neighbourhoods,S02001784,Kirkcaldy Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180105 +180105,S00109961,5b3,Self-Sufficient Retirement,S01009477,Kirkcaldy Central North,3c,Highly qualified professionals,S02001784,Kirkcaldy Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180106 +180106,S00109963,5b3,Self-Sufficient Retirement,S01009477,Kirkcaldy Central North,3c,Highly qualified professionals,S02001784,Kirkcaldy Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180107 +180107,S00110007,5b3,Self-Sufficient Retirement,S01009529,Kirkcaldy Viewforth,5a,Ageing urban communities,S02001794,Kirkcaldy Pathhead,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180108 +180108,S00110023,5b3,Self-Sufficient Retirement,S01009539,Sinclairtown East,5d,Endeavouring social renters,S02001796,Dysart,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180109 +180109,S00110028,5b3,Self-Sufficient Retirement,S01009539,Sinclairtown East,5d,Endeavouring social renters,S02001796,Dysart,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180110 +180110,S00110073,5b3,Self-Sufficient Retirement,S01009483,Bennochy East,3d,Households in terraces and flats,S02001785,Kirkcaldy Bennochy East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180111 +180111,S00110108,5b3,Self-Sufficient Retirement,S01009482,Bennochy Balfour,3c,Highly qualified professionals,S02001785,Kirkcaldy Bennochy East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180112 +180112,S00110121,5b3,Self-Sufficient Retirement,S01009495,Raith and Long Braes,8c,Comfortable suburbia,S02001787,Kirkcaldy Raith,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180113 +180113,S00110238,5b3,Self-Sufficient Retirement,S01009520,Chapel,5b,Aspiring urban households,S02001792,Kirkcaldy Chapel,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180114 +180114,S00110253,5b3,Self-Sufficient Retirement,S01009421,Kelty South West,4a,Challenged white communities,S02001772,Kelty West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180115 +180115,S00110265,5b3,Self-Sufficient Retirement,S01009424,Kelty East,5a,Ageing urban communities,S02001773,Kelty East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180116 +180116,S00110266,5b3,Self-Sufficient Retirement,S01009425,Kelty Oakfield,5c,Comfortable neighbourhoods,S02001773,Kelty East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180117 +180117,S00110283,5b3,Self-Sufficient Retirement,S01009422,Kelty Blairadam Park,5c,Comfortable neighbourhoods,S02001772,Kelty West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180118 +180118,S00110314,5b3,Self-Sufficient Retirement,S01009431,Glencraig Landward,5c,Comfortable neighbourhoods,S02001774,Lochore and Crosshill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180119 +180119,S00110357,5b3,Self-Sufficient Retirement,S01009543,East Wemyss Shore,5c,Comfortable neighbourhoods,S02001797,Wemyss,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180120 +180120,S00110360,5b3,Self-Sufficient Retirement,S01009543,East Wemyss Shore,5c,Comfortable neighbourhoods,S02001797,Wemyss,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180121 +180121,S00110382,5b3,Self-Sufficient Retirement,S01009549,Thornton North,5c,Comfortable neighbourhoods,S02001798,Thornton and Kinglassie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180122 +180122,S00110383,5b3,Self-Sufficient Retirement,S01009549,Thornton North,5c,Comfortable neighbourhoods,S02001798,Thornton and Kinglassie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180123 +180123,S00110405,5b3,Self-Sufficient Retirement,S01009621,Buckhaven Central,4a,Challenged white communities,S02001813,"Buckhaven, Denbeath and Muiredge",S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180124 +180124,S00110481,5b3,Self-Sufficient Retirement,S01009637,Methil Old Bayview,4a,Challenged white communities,S02001816,Methil East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180125 +180125,S00110486,5b3,Self-Sufficient Retirement,S01009635,Methil New Bayview,4a,Challenged white communities,S02001816,Methil East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180126 +180126,S00110512,5b3,Self-Sufficient Retirement,S01009641,Leven South West,4d,Hard-pressed flat dwellers,S02001817,Leven East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180127 +180127,S00110533,5b3,Self-Sufficient Retirement,S01009650,Leven Letham Glen,8b,Ageing suburbanites,S02001819,Leven North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180128 +180128,S00110549,5b3,Self-Sufficient Retirement,S01009639,Leven Links,8a,Affluent communities,S02001817,Leven East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180129 +180129,S00110550,5b3,Self-Sufficient Retirement,S01009642,Leven South,5e,Primary sector workers,S02001817,Leven East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180130 +180130,S00110552,5b3,Self-Sufficient Retirement,S01009642,Leven South,5e,Primary sector workers,S02001817,Leven East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180131 +180131,S00110644,5b3,Self-Sufficient Retirement,S01009566,Caskieberran East,5b,Aspiring urban households,S02001802,Glenrothes Caskieberran and Rimbleton,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180132 +180132,S00110680,5b3,Self-Sufficient Retirement,S01009591,Balgeddie South,8b,Ageing suburbanites,S02001807,Glenrothes Balgeddie and Town Park,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180133 +180133,S00110770,5b3,Self-Sufficient Retirement,S01009607,Prestonhall,8b,Ageing suburbanites,S02001811,Markinch and Star,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180134 +180134,S00110842,5b3,Self-Sufficient Retirement,S01009555,Leslie East,5c,Comfortable neighbourhoods,S02001799,Leslie and Newcastle,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180135 +180135,S00110844,5b3,Self-Sufficient Retirement,S01009555,Leslie East,5c,Comfortable neighbourhoods,S02001799,Leslie and Newcastle,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180136 +180136,S00110857,5b3,Self-Sufficient Retirement,S01009608,Markinch North,5c,Comfortable neighbourhoods,S02001811,Markinch and Star,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180137 +180137,S00110861,5b3,Self-Sufficient Retirement,S01009609,Markinch East,5c,Comfortable neighbourhoods,S02001811,Markinch and Star,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180138 +180138,S00110866,5b3,Self-Sufficient Retirement,S01009699,Elie,2d,Rural traits,S02001830,Elie Colinsburgh and Largoward,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180139 +180139,S00110884,5b3,Self-Sufficient Retirement,S01009659,Kennoway Central,5c,Comfortable neighbourhoods,S02001821,Kennoway and Bonnybank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180140 +180140,S00110899,5b3,Self-Sufficient Retirement,S01009617,Windygates Kennoway and Leven Roads,8c,Comfortable suburbia,S02001812,Windygates and Coaltown,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180141 +180141,S00110928,5b3,Self-Sufficient Retirement,S01009654,Lower Largo,5c,Comfortable neighbourhoods,S02001820,Largo,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180142 +180142,S00109050,5b3,Self-Sufficient Retirement,S01009663,Kingskettle and Balmalcolm,2d,Rural traits,S02001822,Kettle and Ladybank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180143 +180143,S00110935,5b3,Self-Sufficient Retirement,S01009709,Anstruther South West,5e,Primary sector workers,S02001832,Anstruther,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180144 +180144,S00110617,7a1,Transitional Eastern European Neighbourhoods,S01009556,Tanshall West,4b,Constrained renters,S02001800,Glenrothes Macedonia and Tanshall,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180145 +180145,S00109297,6b3,Semi-Detached Ageing,S01009389,Inverkeithing North East,5c,Comfortable neighbourhoods,S02001764,Inverkeithing East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180146 +180146,S00111420,5b3,Self-Sufficient Retirement,S01009595,Beechwood,8c,Comfortable suburbia,S02001807,Glenrothes Balgeddie and Town Park,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180147 +180147,S00111761,6b3,Semi-Detached Ageing,S01009389,Inverkeithing North East,5c,Comfortable neighbourhoods,S02001764,Inverkeithing East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180148 +180148,S00110936,5b3,Self-Sufficient Retirement,S01009709,Anstruther South West,5e,Primary sector workers,S02001832,Anstruther,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180149 +180149,S00111790,6b3,Semi-Detached Ageing,S01009360,Pitbauchlie and Pitcorthie North West,5c,Comfortable neighbourhoods,S02001758,Dunfermline Pitcorthie West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180150 +180150,S00111421,5b3,Self-Sufficient Retirement,S01009601,Cadham South,4a,Challenged white communities,S02001809,Glenrothes Cadham and Pitcoudie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180151 +180151,S00110938,5b3,Self-Sufficient Retirement,S01009709,Anstruther South West,5e,Primary sector workers,S02001832,Anstruther,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180152 +180152,S00111794,6b3,Semi-Detached Ageing,S01009355,Pitcorthie Central,8b,Ageing suburbanites,S02001757,Dunfermline Pitcorthie East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180153 +180153,S00110631,7a1,Transitional Eastern European Neighbourhoods,S01009567,Caskieberran West,4b,Constrained renters,S02001802,Glenrothes Caskieberran and Rimbleton,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180154 +180154,S00111445,5b3,Self-Sufficient Retirement,S01009708,Anstruther East and Cellardyke,5a,Ageing urban communities,S02001832,Anstruther,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180155 +180155,S00110951,5b3,Self-Sufficient Retirement,S01009708,Anstruther East and Cellardyke,5a,Ageing urban communities,S02001832,Anstruther,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180156 +180156,S00111910,6b3,Semi-Detached Ageing,S01009486,Forth Park,5c,Comfortable neighbourhoods,S02001786,Kirkcaldy Bennochy West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180157 +180157,S00109469,6b3,Semi-Detached Ageing,S01009361,Pitreavie,5c,Comfortable neighbourhoods,S02001758,Dunfermline Pitcorthie West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180158 +180158,S00109058,5b3,Self-Sufficient Retirement,S01009651,New Gilston and Upper Largo,2d,Rural traits,S02001820,Largo,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180159 +180159,S00110729,7a1,Transitional Eastern European Neighbourhoods,S01009572,Auchmuty West,4b,Constrained renters,S02001803,Glenrothes Auchmuty,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180160 +180160,S00111972,6b3,Semi-Detached Ageing,S01009649,Broom North,5c,Comfortable neighbourhoods,S02001819,Leven North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180161 +180161,S00110957,5b3,Self-Sufficient Retirement,S01009704,Pittenweem West,5e,Primary sector workers,S02001831,St Monans and Pittenweem,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180162 +180162,S00111450,5b3,Self-Sufficient Retirement,S01009704,Pittenweem West,5e,Primary sector workers,S02001831,St Monans and Pittenweem,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180163 +180163,S00110734,7a1,Transitional Eastern European Neighbourhoods,S01009571,Auchmuty North West,4b,Constrained renters,S02001803,Glenrothes Auchmuty,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180164 +180164,S00111991,6b3,Semi-Detached Ageing,S01009594,Formonthills,8b,Ageing suburbanites,S02001807,Glenrothes Balgeddie and Town Park,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180165 +180165,S00110958,5b3,Self-Sufficient Retirement,S01009704,Pittenweem West,5e,Primary sector workers,S02001831,St Monans and Pittenweem,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180166 +180166,S00109064,5b3,Self-Sufficient Retirement,S01009700,Colinsburgh Kilconquhar and Balcormo,2d,Rural traits,S02001830,Elie Colinsburgh and Largoward,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180167 +180167,S00109470,6b3,Semi-Detached Ageing,S01009361,Pitreavie,5c,Comfortable neighbourhoods,S02001758,Dunfermline Pitcorthie West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180168 +180168,S00111465,5b3,Self-Sufficient Retirement,S01009690,Cupar North,5c,Comfortable neighbourhoods,S02001828,Cupar East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180169 +180169,S00110736,7a1,Transitional Eastern European Neighbourhoods,S01009572,Auchmuty West,4b,Constrained renters,S02001803,Glenrothes Auchmuty,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180170 +180170,S00109474,6b3,Semi-Detached Ageing,S01009362,Pitcorthie West,8b,Ageing suburbanites,S02001758,Dunfermline Pitcorthie West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180171 +180171,S00109102,5b3,Self-Sufficient Retirement,S01009697,Dairsie and Kemback,2b,Prospering countryside life,S02001829,Dairsie Ceres and Dunino,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180172 +180172,S00111476,5b3,Self-Sufficient Retirement,S01009679,Newburgh East,5e,Primary sector workers,S02001825,Newburgh,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180173 +180173,S00112017,6b3,Semi-Detached Ageing,S01009657,Kennoway Sandy Brae,5c,Comfortable neighbourhoods,S02001821,Kennoway and Bonnybank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180174 +180174,S00110968,5b3,Self-Sufficient Retirement,S01009668,Freuchie North and New Inn,5c,Comfortable neighbourhoods,S02001823,Falkland and Freuchie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180175 +180175,S00110747,7a1,Transitional Eastern European Neighbourhoods,S01009573,Auchmuty East,4a,Challenged white communities,S02001803,Glenrothes Auchmuty,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180176 +180176,S00109481,6b3,Semi-Detached Ageing,S01009355,Pitcorthie Central,8b,Ageing suburbanites,S02001757,Dunfermline Pitcorthie East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180177 +180177,S00109176,5b3,Self-Sufficient Retirement,S01009397,Dalgety St Davids Clump,8a,Affluent communities,S02001766,Dalgety Bay Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180178 +180178,S00112022,6b3,Semi-Detached Ageing,S01009617,Windygates Kennoway and Leven Roads,8c,Comfortable suburbia,S02001812,Windygates and Coaltown,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180179 +180179,S00110969,5b3,Self-Sufficient Retirement,S01009668,Freuchie North and New Inn,5c,Comfortable neighbourhoods,S02001823,Falkland and Freuchie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180180 +180180,S00109272,5b3,Self-Sufficient Retirement,S01009383,Inverkeithing Jamestown,4d,Hard-pressed flat dwellers,S02001763,North Queensferry and Inverkeithing West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180181 +180181,S00109321,5b3,Self-Sufficient Retirement,S01009384,North Queensferry,8a,Affluent communities,S02001763,North Queensferry and Inverkeithing West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180182 +180182,S00109324,5b3,Self-Sufficient Retirement,S01009287,Limekilns,8a,Affluent communities,S02001743,Crossford Charlestown and Limekilns,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180183 +180183,S00109333,5b3,Self-Sufficient Retirement,S01009282,Culross and Low Valleyfield,2d,Rural traits,S02001741,Valleyfield Culross and Torryburn,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180184 +180184,S00109334,5b3,Self-Sufficient Retirement,S01009282,Culross and Low Valleyfield,2d,Rural traits,S02001741,Valleyfield Culross and Torryburn,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180185 +180185,S00109338,5b3,Self-Sufficient Retirement,S01009282,Culross and Low Valleyfield,2d,Rural traits,S02001741,Valleyfield Culross and Torryburn,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180186 +180186,S00109348,5b3,Self-Sufficient Retirement,S01009279,Newmills,5c,Comfortable neighbourhoods,S02001741,Valleyfield Culross and Torryburn,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180187 +180187,S00109352,5b3,Self-Sufficient Retirement,S01009279,Newmills,5c,Comfortable neighbourhoods,S02001741,Valleyfield Culross and Torryburn,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180188 +180188,S00109353,5b3,Self-Sufficient Retirement,S01009279,Newmills,5c,Comfortable neighbourhoods,S02001741,Valleyfield Culross and Torryburn,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180189 +180189,S00109355,5b3,Self-Sufficient Retirement,S01009278,Torryburn,8c,Comfortable suburbia,S02001741,Valleyfield Culross and Torryburn,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180190 +180190,S00109357,5b3,Self-Sufficient Retirement,S01009455,St Colme and Aberdour West,2b,Prospering countryside life,S02001779,Aberdour and Auchtertool,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180191 +180191,S00109358,5b3,Self-Sufficient Retirement,S01009455,St Colme and Aberdour West,2b,Prospering countryside life,S02001779,Aberdour and Auchtertool,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180192 +180192,S00109359,5b3,Self-Sufficient Retirement,S01009455,St Colme and Aberdour West,2b,Prospering countryside life,S02001779,Aberdour and Auchtertool,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180193 +180193,S00109360,5b3,Self-Sufficient Retirement,S01009455,St Colme and Aberdour West,2b,Prospering countryside life,S02001779,Aberdour and Auchtertool,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180194 +180194,S00109362,5b3,Self-Sufficient Retirement,S01009454,Aberdour,5a,Ageing urban communities,S02001779,Aberdour and Auchtertool,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180195 +180195,S00109363,5b3,Self-Sufficient Retirement,S01009454,Aberdour,5a,Ageing urban communities,S02001779,Aberdour and Auchtertool,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180196 +180196,S00109364,5b3,Self-Sufficient Retirement,S01009454,Aberdour,5a,Ageing urban communities,S02001779,Aberdour and Auchtertool,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180197 +180197,S00111488,5b3,Self-Sufficient Retirement,S01009749,Tayport Central,5c,Comfortable neighbourhoods,S02001840,Tayport,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180198 +180198,S00109380,5b3,Self-Sufficient Retirement,S01009314,Brucefield North,8c,Comfortable suburbia,S02001748,Dunfermline Brucefield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180199 +180199,S00109412,5b3,Self-Sufficient Retirement,S01009333,Woodmill South,4b,Constrained renters,S02001752,Dunfermline Touch and Woodmill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180200 +180200,S00109482,5b3,Self-Sufficient Retirement,S01009355,Pitcorthie Central,8b,Ageing suburbanites,S02001757,Dunfermline Pitcorthie East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180201 +180201,S00109494,5b3,Self-Sufficient Retirement,S01009310,Ladys Mill,8a,Affluent communities,S02001747,Dunfermline Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180202 +180202,S00109504,5b3,Self-Sufficient Retirement,S01009308,Abbey Parks North,3c,Highly qualified professionals,S02001747,Dunfermline Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180203 +180203,S00109530,5b3,Self-Sufficient Retirement,S01009299,Pittencrieff,5c,Comfortable neighbourhoods,S02001745,Dunfermline Baldridgeburn,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180204 +180204,S00109534,5b3,Self-Sufficient Retirement,S01009299,Pittencrieff,5c,Comfortable neighbourhoods,S02001745,Dunfermline Baldridgeburn,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180205 +180205,S00109535,5b3,Self-Sufficient Retirement,S01009299,Pittencrieff,5c,Comfortable neighbourhoods,S02001745,Dunfermline Baldridgeburn,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180206 +180206,S00109540,5b3,Self-Sufficient Retirement,S01009300,Balbridgeburn South,4d,Hard-pressed flat dwellers,S02001745,Dunfermline Baldridgeburn,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180207 +180207,S00109546,5b3,Self-Sufficient Retirement,S01009301,Broomhead,4d,Hard-pressed flat dwellers,S02001745,Dunfermline Baldridgeburn,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180208 +180208,S00109547,5b3,Self-Sufficient Retirement,S01009301,Broomhead,4d,Hard-pressed flat dwellers,S02001745,Dunfermline Baldridgeburn,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180209 +180209,S00109557,5b3,Self-Sufficient Retirement,S01009293,Milesmark East,5c,Comfortable neighbourhoods,S02001744,Dunfermline Milesmark and Wellwood,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180210 +180210,S00109572,5b3,Self-Sufficient Retirement,S01009307,Carnegie Drive,3c,Highly qualified professionals,S02001747,Dunfermline Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180211 +180211,S00109577,5b3,Self-Sufficient Retirement,S01009301,Broomhead,4d,Hard-pressed flat dwellers,S02001745,Dunfermline Baldridgeburn,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180212 +180212,S00109583,5b3,Self-Sufficient Retirement,S01009307,Carnegie Drive,3c,Highly qualified professionals,S02001747,Dunfermline Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180213 +180213,S00109585,5b3,Self-Sufficient Retirement,S01009305,Headwell Central,5c,Comfortable neighbourhoods,S02001746,Dunfermline Headwell,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180214 +180214,S00109599,5b3,Self-Sufficient Retirement,S01009305,Headwell Central,5c,Comfortable neighbourhoods,S02001746,Dunfermline Headwell,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180215 +180215,S00109648,5b3,Self-Sufficient Retirement,S01009464,Burntisland East Toll,5c,Comfortable neighbourhoods,S02001781,Burntisland East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180216 +180216,S00109664,5b3,Self-Sufficient Retirement,S01009459,Burntisland Links,4b,Constrained renters,S02001780,Burntisland West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180217 +180217,S00109667,5b3,Self-Sufficient Retirement,S01009458,Burntisland Central,5a,Ageing urban communities,S02001780,Burntisland West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180218 +180218,S00109676,5b3,Self-Sufficient Retirement,S01009267,Kincardine South,5a,Ageing urban communities,S02001738,Kincardine,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180219 +180219,S00110970,5b3,Self-Sufficient Retirement,S01009668,Freuchie North and New Inn,5c,Comfortable neighbourhoods,S02001823,Falkland and Freuchie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180220 +180220,S00110978,5b3,Self-Sufficient Retirement,S01009671,Falkland West and Craigmead,2a,Ageing rural neighbourhoods,S02001823,Falkland and Freuchie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180221 +180221,S00110764,7a1,Transitional Eastern European Neighbourhoods,S01009574,Auchmuty Dovecot and Town Centre,4b,Constrained renters,S02001803,Glenrothes Auchmuty,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180222 +180222,S00111490,5b3,Self-Sufficient Retirement,S01009749,Tayport Central,5c,Comfortable neighbourhoods,S02001840,Tayport,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180223 +180223,S00110829,7a1,Transitional Eastern European Neighbourhoods,S01009552,Leslie South West and Auchmuir,2d,Rural traits,S02001799,Leslie and Newcastle,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180224 +180224,S00111506,5b3,Self-Sufficient Retirement,S01009738,Guardbridge,5c,Comfortable neighbourhoods,S02001838,Leuchars and Guardbridge,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180225 +180225,S00110988,5b3,Self-Sufficient Retirement,S01009713,Crail South and Fife Ness,2d,Rural traits,S02001833,Crail and Boarhills,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180226 +180226,S00110991,5b3,Self-Sufficient Retirement,S01009714,Crail North,5e,Primary sector workers,S02001833,Crail and Boarhills,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180227 +180227,S00110992,5b3,Self-Sufficient Retirement,S01009714,Crail North,5e,Primary sector workers,S02001833,Crail and Boarhills,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180228 +180228,S00112120,6b3,Semi-Detached Ageing,S01009416,Cowdenbeath Glenfield,8b,Ageing suburbanites,S02001771,Cowdenbeath North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180229 +180229,S00110996,5b3,Self-Sufficient Retirement,S01009714,Crail North,5e,Primary sector workers,S02001833,Crail and Boarhills,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180230 +180230,S00109915,4a2,Social Renting New Arrivals,S01009473,Linktown Central,4b,Constrained renters,S02001783,Kirkcaldy Linktown & Seafield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180231 +180231,S00109483,6b3,Semi-Detached Ageing,S01009356,Pitcorthie East,8b,Ageing suburbanites,S02001757,Dunfermline Pitcorthie East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180232 +180232,S00110999,5b3,Self-Sufficient Retirement,S01009665,Ladybank Woods,5c,Comfortable neighbourhoods,S02001822,Kettle and Ladybank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180233 +180233,S00110914,7a1,Transitional Eastern European Neighbourhoods,S01009705,St Monans West,5e,Primary sector workers,S02001831,St Monans and Pittenweem,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180234 +180234,S00111044,4a2,Social Renting New Arrivals,S01009689,Cupar West,3c,Highly qualified professionals,S02001827,Cupar Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180235 +180235,S00111550,5b3,Self-Sufficient Retirement,S01009293,Milesmark East,5c,Comfortable neighbourhoods,S02001744,Dunfermline Milesmark and Wellwood,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180236 +180236,S00109487,6b3,Semi-Detached Ageing,S01009356,Pitcorthie East,8b,Ageing suburbanites,S02001757,Dunfermline Pitcorthie East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180237 +180237,S00111004,5b3,Self-Sufficient Retirement,S01009666,Ladybank,5c,Comfortable neighbourhoods,S02001822,Kettle and Ladybank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180238 +180238,S00111035,7a1,Transitional Eastern European Neighbourhoods,S01009688,Cupar North West,4b,Constrained renters,S02001827,Cupar Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180239 +180239,S00111143,2a1,Student Communal Living,S01009717,East Sands,1a,Cosmopolitan student neighbourhoods,S02001834,St Andrews South East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180240 +180240,S00111551,5b3,Self-Sufficient Retirement,S01009293,Milesmark East,5c,Comfortable neighbourhoods,S02001744,Dunfermline Milesmark and Wellwood,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180241 +180241,S00109523,6b3,Semi-Detached Ageing,S01009317,Garvock Hill South,8b,Ageing suburbanites,S02001749,Dunfermline Garvock Hill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180242 +180242,S00111015,5b3,Self-Sufficient Retirement,S01009674,Collessie and Pitmedden Landward,2c,Remoter communities,S02001824,Auchtermuchty and Gateside,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180243 +180243,S00111049,7a1,Transitional Eastern European Neighbourhoods,S01009690,Cupar North,5c,Comfortable neighbourhoods,S02001828,Cupar East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180244 +180244,S00111555,5b3,Self-Sufficient Retirement,S01009306,Headwell South West,4b,Constrained renters,S02001746,Dunfermline Headwell,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180245 +180245,S00111556,5b3,Self-Sufficient Retirement,S01009306,Headwell South West,4b,Constrained renters,S02001746,Dunfermline Headwell,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180246 +180246,S00111589,5b3,Self-Sufficient Retirement,S01009265,Kincardine West,5c,Comfortable neighbourhoods,S02001738,Kincardine,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180247 +180247,S00111681,5b3,Self-Sufficient Retirement,S01009330,Duloch North West,5b,Aspiring urban households,S02001751,Dunfermline Duloch North and Lynebank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180248 +180248,S00111748,5b3,Self-Sufficient Retirement,S01009399,Dalgety Longhill Park,8c,Comfortable suburbia,S02001766,Dalgety Bay Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180249 +180249,S00111762,5b3,Self-Sufficient Retirement,S01009389,Inverkeithing North East,5c,Comfortable neighbourhoods,S02001764,Inverkeithing East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180250 +180250,S00111770,5b3,Self-Sufficient Retirement,S01009454,Aberdour,5a,Ageing urban communities,S02001779,Aberdour and Auchtertool,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180251 +180251,S00111803,5b3,Self-Sufficient Retirement,S01009319,Garvock Hill North East,8b,Ageing suburbanites,S02001749,Dunfermline Garvock Hill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180252 +180252,S00111810,5b3,Self-Sufficient Retirement,S01009296,Beveridgewell Western and Parkneuk,8c,Comfortable suburbia,S02001744,Dunfermline Milesmark and Wellwood,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180253 +180253,S00111818,5b3,Self-Sufficient Retirement,S01009327,Kingseathill,8b,Ageing suburbanites,S02001750,Dunfermline Bellyeoman and Townhill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180254 +180254,S00111828,5b3,Self-Sufficient Retirement,S01009459,Burntisland Links,4b,Constrained renters,S02001780,Burntisland West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180255 +180255,S00111845,5b3,Self-Sufficient Retirement,S01009467,Kinghorn South,8a,Affluent communities,S02001782,Kinghorn,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180256 +180256,S00111847,5b3,Self-Sufficient Retirement,S01009468,Kinghorn Central,4d,Hard-pressed flat dwellers,S02001782,Kinghorn,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180257 +180257,S00111849,5b3,Self-Sufficient Retirement,S01009407,Crossgates North East,5c,Comfortable neighbourhoods,S02001768,Crossgates and Halbeath,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180258 +180258,S00111874,5b3,Self-Sufficient Retirement,S01009474,Linktown South and Seafield North,4a,Challenged white communities,S02001783,Kirkcaldy Linktown & Seafield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180259 +180259,S00111881,5b3,Self-Sufficient Retirement,S01009477,Kirkcaldy Central North,3c,Highly qualified professionals,S02001784,Kirkcaldy Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180260 +180260,S00111887,5b3,Self-Sufficient Retirement,S01009526,Braehead and the Path,3c,Highly qualified professionals,S02001794,Kirkcaldy Pathhead,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180261 +180261,S00111898,5b3,Self-Sufficient Retirement,S01009537,Dysart North,4b,Constrained renters,S02001796,Dysart,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180262 +180262,S00111902,5b3,Self-Sufficient Retirement,S01009540,Sinclairtown North,4d,Hard-pressed flat dwellers,S02001796,Dysart,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180263 +180263,S00111916,5b3,Self-Sufficient Retirement,S01009497,Redcraigs,5d,Endeavouring social renters,S02001788,Kirkcaldy Newliston and Redcraigs,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180264 +180264,S00111918,5b3,Self-Sufficient Retirement,S01009497,Redcraigs,5d,Endeavouring social renters,S02001788,Kirkcaldy Newliston and Redcraigs,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180265 +180265,S00111933,5b3,Self-Sufficient Retirement,S01009425,Kelty Oakfield,5c,Comfortable neighbourhoods,S02001773,Kelty East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180266 +180266,S00112013,5b3,Self-Sufficient Retirement,S01009609,Markinch East,5c,Comfortable neighbourhoods,S02001811,Markinch and Star,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180267 +180267,S00112014,5b3,Self-Sufficient Retirement,S01009609,Markinch East,5c,Comfortable neighbourhoods,S02001811,Markinch and Star,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180268 +180268,S00112033,5b3,Self-Sufficient Retirement,S01009710,Anstruther Waid,5e,Primary sector workers,S02001832,Anstruther,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180269 +180269,S00112035,5b3,Self-Sufficient Retirement,S01009711,Anstruther West,5a,Ageing urban communities,S02001832,Anstruther,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180270 +180270,S00112079,5b3,Self-Sufficient Retirement,S01009728,Hallow Hill South,8a,Affluent communities,S02001836,St Andrews South West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180271 +180271,S00112100,5b3,Self-Sufficient Retirement,S01009679,Newburgh East,5e,Primary sector workers,S02001825,Newburgh,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180272 +180272,S00112101,5b3,Self-Sufficient Retirement,S01009679,Newburgh East,5e,Primary sector workers,S02001825,Newburgh,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180273 +180273,S00112108,5b3,Self-Sufficient Retirement,S01009752,Newport West,8a,Affluent communities,S02001841,Newport and Wormit,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180274 +180274,S00112113,5b3,Self-Sufficient Retirement,S01009747,Tayport North,5c,Comfortable neighbourhoods,S02001840,Tayport,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180275 +180275,S00111018,5b3,Self-Sufficient Retirement,S01009672,Auchtermuchty West,5d,Endeavouring social renters,S02001824,Auchtermuchty and Gateside,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180276 +180276,S00111019,5b3,Self-Sufficient Retirement,S01009673,Auchtermuchty East,5a,Ageing urban communities,S02001824,Auchtermuchty and Gateside,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180277 +180277,S00111056,7a1,Transitional Eastern European Neighbourhoods,S01009688,Cupar North West,4b,Constrained renters,S02001827,Cupar Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180278 +180278,S00111062,5b3,Self-Sufficient Retirement,S01009683,Cupar Westfield,5a,Ageing urban communities,S02001826,Cupar West and Springfield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180279 +180279,S00111076,5b3,Self-Sufficient Retirement,S01009686,Cupar South West,4b,Constrained renters,S02001827,Cupar Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180280 +180280,S00109618,6b3,Semi-Detached Ageing,S01009291,Crossford South,8b,Ageing suburbanites,S02001743,Crossford Charlestown and Limekilns,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180281 +180281,S00111080,7a1,Transitional Eastern European Neighbourhoods,S01009686,Cupar South West,4b,Constrained renters,S02001827,Cupar Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180282 +180282,S00111077,5b3,Self-Sufficient Retirement,S01009691,Cupar Station and Meadowside,8a,Affluent communities,S02001828,Cupar East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180283 +180283,S00111145,2a1,Student Communal Living,S01009735,Lawhead and Northbank,3c,Highly qualified professionals,S02001837,St Andrews North and Strathkinness,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180284 +180284,S00109621,6b3,Semi-Detached Ageing,S01009291,Crossford South,8b,Ageing suburbanites,S02001743,Crossford Charlestown and Limekilns,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180285 +180285,S00111081,7a1,Transitional Eastern European Neighbourhoods,S01009686,Cupar South West,4b,Constrained renters,S02001827,Cupar Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180286 +180286,S00111153,2a1,Student Communal Living,S01009736,North Haugh,1a,Cosmopolitan student neighbourhoods,S02001837,St Andrews North and Strathkinness,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180287 +180287,S00111108,5b3,Self-Sufficient Retirement,S01009725,Kinness Burn,1a,Cosmopolitan student neighbourhoods,S02001835,St Andrews Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180288 +180288,S00109660,6b3,Semi-Detached Ageing,S01009464,Burntisland East Toll,5c,Comfortable neighbourhoods,S02001781,Burntisland East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180289 +180289,S00111116,7a1,Transitional Eastern European Neighbourhoods,S01009720,Kilrymont West,4b,Constrained renters,S02001834,St Andrews South East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180290 +180290,S00111155,2a1,Student Communal Living,S01009736,North Haugh,1a,Cosmopolitan student neighbourhoods,S02001837,St Andrews North and Strathkinness,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180291 +180291,S00111123,5b3,Self-Sufficient Retirement,S01009719,Kilrymont East,4b,Constrained renters,S02001834,St Andrews South East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180292 +180292,S00109690,6b3,Semi-Detached Ageing,S01009284,Cairneyhill East,8c,Comfortable suburbia,S02001742,Cairneyhill and Crombie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180293 +180293,S00111142,7a1,Transitional Eastern European Neighbourhoods,S01009717,East Sands,1a,Cosmopolitan student neighbourhoods,S02001834,St Andrews South East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180294 +180294,S00111156,2a1,Student Communal Living,S01009726,The Scores,1a,Cosmopolitan student neighbourhoods,S02001835,St Andrews Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180295 +180295,S00111141,5b3,Self-Sufficient Retirement,S01009716,Kilrymont and Langlands,8a,Affluent communities,S02001834,St Andrews South East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180296 +180296,S00109723,6b3,Semi-Detached Ageing,S01009406,Crossgates North,5a,Ageing urban communities,S02001768,Crossgates and Halbeath,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180297 +180297,S00111185,7a1,Transitional Eastern European Neighbourhoods,S01009679,Newburgh East,5e,Primary sector workers,S02001825,Newburgh,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180298 +180298,S00111287,7a1,Transitional Eastern European Neighbourhoods,S01009404,Halbeath,4b,Constrained renters,S02001768,Crossgates and Halbeath,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180299 +180299,S00111334,7a1,Transitional Eastern European Neighbourhoods,S01009527,Pathhead Central,4b,Constrained renters,S02001794,Kirkcaldy Pathhead,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180300 +180300,S00111628,7a1,Transitional Eastern European Neighbourhoods,S01009560,Tanshall Central,4b,Constrained renters,S02001800,Glenrothes Macedonia and Tanshall,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180301 +180301,S00111641,7a1,Transitional Eastern European Neighbourhoods,S01009686,Cupar South West,4b,Constrained renters,S02001827,Cupar Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180302 +180302,S00111674,7a1,Transitional Eastern European Neighbourhoods,S01009330,Duloch North West,5b,Aspiring urban households,S02001751,Dunfermline Duloch North and Lynebank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180303 +180303,S00111787,7a1,Transitional Eastern European Neighbourhoods,S01009338,Abbeyview East,4d,Hard-pressed flat dwellers,S02001753,Dunfermline Abbeyview North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180304 +180304,S00111870,7a1,Transitional Eastern European Neighbourhoods,S01009418,Cowdenbeath North East,4a,Challenged white communities,S02001771,Cowdenbeath North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180305 +180305,S00111876,7a1,Transitional Eastern European Neighbourhoods,S01009474,Linktown South and Seafield North,4a,Challenged white communities,S02001783,Kirkcaldy Linktown & Seafield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180306 +180306,S00111893,7a1,Transitional Eastern European Neighbourhoods,S01009534,Sinclairtown Central,4d,Hard-pressed flat dwellers,S02001795,Kirkcaldy Gallatown and Sinclairtown,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180307 +180307,S00111900,7a1,Transitional Eastern European Neighbourhoods,S01009531,Mitchelston and Randolph,4b,Constrained renters,S02001795,Kirkcaldy Gallatown and Sinclairtown,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180308 +180308,S00111958,7a1,Transitional Eastern European Neighbourhoods,S01009618,Denbeath North,4a,Challenged white communities,S02001813,"Buckhaven, Denbeath and Muiredge",S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180309 +180309,S00112122,7a1,Transitional Eastern European Neighbourhoods,S01009527,Pathhead Central,4b,Constrained renters,S02001794,Kirkcaldy Pathhead,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180310 +180310,S00109180,5a1,White Professionals,S01009398,Dalgety Bogend Wood,8c,Comfortable suburbia,S02001766,Dalgety Bay Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180311 +180311,S00109194,5a1,White Professionals,S01009378,Rosyth Pease Hill East,5c,Comfortable neighbourhoods,S02001762,Rosyth South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180312 +180312,S00109200,5a1,White Professionals,S01009379,Rosyth Pease Hill North,5c,Comfortable neighbourhoods,S02001762,Rosyth South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180313 +180313,S00109284,5a1,White Professionals,S01009381,Inverkeithing Belleknowes,5c,Comfortable neighbourhoods,S02001763,North Queensferry and Inverkeithing West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180314 +180314,S00109315,5a1,White Professionals,S01009388,Inverkeithing Spittalfield,4d,Hard-pressed flat dwellers,S02001764,Inverkeithing East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180315 +180315,S00109316,5a1,White Professionals,S01009387,Inverkeithing Spencerfield South,4a,Challenged white communities,S02001764,Inverkeithing East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180316 +180316,S00109365,5a1,White Professionals,S01009454,Aberdour,5a,Ageing urban communities,S02001779,Aberdour and Auchtertool,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180317 +180317,S00109391,5a1,White Professionals,S01009309,Abbey Parks South and Brucefield North West,3c,Highly qualified professionals,S02001747,Dunfermline Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180318 +180318,S00109477,5a1,White Professionals,S01009362,Pitcorthie West,8b,Ageing suburbanites,S02001758,Dunfermline Pitcorthie West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180319 +180319,S00109516,5a1,White Professionals,S01009316,Transy,8c,Comfortable suburbia,S02001749,Dunfermline Garvock Hill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180320 +180320,S00109670,5a1,White Professionals,S01009465,Burntisland Meadowfield,5c,Comfortable neighbourhoods,S02001781,Burntisland East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180321 +180321,S00109675,5a1,White Professionals,S01009267,Kincardine South,5a,Ageing urban communities,S02001738,Kincardine,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180322 +180322,S00109677,5a1,White Professionals,S01009267,Kincardine South,5a,Ageing urban communities,S02001738,Kincardine,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180323 +180323,S00109684,5a1,White Professionals,S01009265,Kincardine West,5c,Comfortable neighbourhoods,S02001738,Kincardine,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180324 +180324,S00109704,5a1,White Professionals,S01009467,Kinghorn South,8a,Affluent communities,S02001782,Kinghorn,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180325 +180325,S00109714,5a1,White Professionals,S01009469,Kinghorn North,5c,Comfortable neighbourhoods,S02001782,Kinghorn,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180326 +180326,S00109772,5a1,White Professionals,S01009324,Townhill West,5c,Comfortable neighbourhoods,S02001750,Dunfermline Bellyeoman and Townhill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180327 +180327,S00109868,5a1,White Professionals,S01009415,Cowdenbeath North,4b,Constrained renters,S02001771,Cowdenbeath North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180328 +180328,S00111159,2a1,Student Communal Living,S01009726,The Scores,1a,Cosmopolitan student neighbourhoods,S02001835,St Andrews Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180329 +180329,S00111178,5b3,Self-Sufficient Retirement,S01009734,Strathkinness and Craigton,2b,Prospering countryside life,S02001837,St Andrews North and Strathkinness,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180330 +180330,S00111182,5b3,Self-Sufficient Retirement,S01009680,Newburgh West and Lochmill,2d,Rural traits,S02001825,Newburgh,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180331 +180331,S00109741,6b3,Semi-Detached Ageing,S01009271,Comrie West,8b,Ageing suburbanites,S02001739,Oakley Comrie and Blairhall,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180332 +180332,S00111161,2a1,Student Communal Living,S01009736,North Haugh,1a,Cosmopolitan student neighbourhoods,S02001837,St Andrews North and Strathkinness,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180333 +180333,S00111191,5b3,Self-Sufficient Retirement,S01009678,Newburgh North East and Braeside of Lindores,5e,Primary sector workers,S02001825,Newburgh,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180334 +180334,S00109743,6b3,Semi-Detached Ageing,S01009271,Comrie West,8b,Ageing suburbanites,S02001739,Oakley Comrie and Blairhall,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180335 +180335,S00111165,2a1,Student Communal Living,S01009722,Madras and St Leonards,1a,Cosmopolitan student neighbourhoods,S02001835,St Andrews Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180336 +180336,S00111195,5b3,Self-Sufficient Retirement,S01009738,Guardbridge,5c,Comfortable neighbourhoods,S02001838,Leuchars and Guardbridge,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180337 +180337,S00109745,6b3,Semi-Detached Ageing,S01009271,Comrie West,8b,Ageing suburbanites,S02001739,Oakley Comrie and Blairhall,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180338 +180338,S00111168,2a1,Student Communal Living,S01009723,St Andrews Abbey,1a,Cosmopolitan student neighbourhoods,S02001835,St Andrews Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180339 +180339,S00111202,5b3,Self-Sufficient Retirement,S01009737,Leuchars West,5b,Aspiring urban households,S02001838,Leuchars and Guardbridge,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180340 +180340,S00109797,6b3,Semi-Detached Ageing,S01009448,Lochgelly Albion Park and New Farm Vale,5c,Comfortable neighbourhoods,S02001777,Lochgelly East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180341 +180341,S00111172,2a1,Student Communal Living,S01009722,Madras and St Leonards,1a,Cosmopolitan student neighbourhoods,S02001835,St Andrews Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180342 +180342,S00111229,5b3,Self-Sufficient Retirement,S01009752,Newport West,8a,Affluent communities,S02001841,Newport and Wormit,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180343 +180343,S00111238,5b3,Self-Sufficient Retirement,S01009754,Newport East,5a,Ageing urban communities,S02001841,Newport and Wormit,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180344 +180344,S00111241,5b3,Self-Sufficient Retirement,S01009754,Newport East,5a,Ageing urban communities,S02001841,Newport and Wormit,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180345 +180345,S00111257,5b3,Self-Sufficient Retirement,S01009750,Tayport South,5c,Comfortable neighbourhoods,S02001840,Tayport,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180346 +180346,S00111258,5b3,Self-Sufficient Retirement,S01009749,Tayport Central,5c,Comfortable neighbourhoods,S02001840,Tayport,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180347 +180347,S00111259,5b3,Self-Sufficient Retirement,S01009751,Tayport South East,5c,Comfortable neighbourhoods,S02001840,Tayport,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180348 +180348,S00111261,5b3,Self-Sufficient Retirement,S01009751,Tayport South East,5c,Comfortable neighbourhoods,S02001840,Tayport,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180349 +180349,S00111272,5b3,Self-Sufficient Retirement,S01009458,Burntisland Central,5a,Ageing urban communities,S02001780,Burntisland West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180350 +180350,S00111276,5b3,Self-Sufficient Retirement,S01009465,Burntisland Meadowfield,5c,Comfortable neighbourhoods,S02001781,Burntisland East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180351 +180351,S00111282,5b3,Self-Sufficient Retirement,S01009467,Kinghorn South,8a,Affluent communities,S02001782,Kinghorn,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180352 +180352,S00111286,5b3,Self-Sufficient Retirement,S01009404,Halbeath,4b,Constrained renters,S02001768,Crossgates and Halbeath,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180353 +180353,S00111309,5b3,Self-Sufficient Retirement,S01009418,Cowdenbeath North East,4a,Challenged white communities,S02001771,Cowdenbeath North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180354 +180354,S00109885,6b3,Semi-Detached Ageing,S01009413,Cowdenbeath North West,5c,Comfortable neighbourhoods,S02001771,Cowdenbeath North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180355 +180355,S00109933,6b3,Semi-Detached Ageing,S01009472,Linktown North,4b,Constrained renters,S02001783,Kirkcaldy Linktown & Seafield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180356 +180356,S00110124,6b3,Semi-Detached Ageing,S01009498,Newliston,8b,Ageing suburbanites,S02001788,Kirkcaldy Newliston and Redcraigs,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180357 +180357,S00111174,2a1,Student Communal Living,S01009723,St Andrews Abbey,1a,Cosmopolitan student neighbourhoods,S02001835,St Andrews Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180358 +180358,S00110162,6b3,Semi-Detached Ageing,S01009510,Dunnikier South,8b,Ageing suburbanites,S02001791,Kirkcaldy Dunnikier,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180359 +180359,S00112086,2a1,Student Communal Living,S01009724,Kinness Burn East,1a,Cosmopolitan student neighbourhoods,S02001835,St Andrews Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180360 +180360,S00112093,2a1,Student Communal Living,S01009726,The Scores,1a,Cosmopolitan student neighbourhoods,S02001835,St Andrews Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180361 +180361,S00111102,2a2,Student Digs,S01009725,Kinness Burn,1a,Cosmopolitan student neighbourhoods,S02001835,St Andrews Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180362 +180362,S00111104,2a2,Student Digs,S01009725,Kinness Burn,1a,Cosmopolitan student neighbourhoods,S02001835,St Andrews Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180363 +180363,S00111106,2a2,Student Digs,S01009725,Kinness Burn,1a,Cosmopolitan student neighbourhoods,S02001835,St Andrews Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180364 +180364,S00111150,2a2,Student Digs,S01009736,North Haugh,1a,Cosmopolitan student neighbourhoods,S02001837,St Andrews North and Strathkinness,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180365 +180365,S00111151,2a2,Student Digs,S01009732,Kinness Burn West,1a,Cosmopolitan student neighbourhoods,S02001836,St Andrews South West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180366 +180366,S00111154,2a2,Student Digs,S01009736,North Haugh,1a,Cosmopolitan student neighbourhoods,S02001837,St Andrews North and Strathkinness,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180367 +180367,S00111157,2a2,Student Digs,S01009726,The Scores,1a,Cosmopolitan student neighbourhoods,S02001835,St Andrews Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180368 +180368,S00111158,2a2,Student Digs,S01009721,St Andrews Town Centre,1a,Cosmopolitan student neighbourhoods,S02001835,St Andrews Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180369 +180369,S00111160,2a2,Student Digs,S01009722,Madras and St Leonards,1a,Cosmopolitan student neighbourhoods,S02001835,St Andrews Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180370 +180370,S00111163,2a2,Student Digs,S01009722,Madras and St Leonards,1a,Cosmopolitan student neighbourhoods,S02001835,St Andrews Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180371 +180371,S00111167,2a2,Student Digs,S01009721,St Andrews Town Centre,1a,Cosmopolitan student neighbourhoods,S02001835,St Andrews Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180372 +180372,S00111169,2a2,Student Digs,S01009723,St Andrews Abbey,1a,Cosmopolitan student neighbourhoods,S02001835,St Andrews Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180373 +180373,S00111170,2a2,Student Digs,S01009723,St Andrews Abbey,1a,Cosmopolitan student neighbourhoods,S02001835,St Andrews Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180374 +180374,S00111171,2a2,Student Digs,S01009723,St Andrews Abbey,1a,Cosmopolitan student neighbourhoods,S02001835,St Andrews Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180375 +180375,S00111173,2a2,Student Digs,S01009722,Madras and St Leonards,1a,Cosmopolitan student neighbourhoods,S02001835,St Andrews Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180376 +180376,S00112082,2a2,Student Digs,S01009725,Kinness Burn,1a,Cosmopolitan student neighbourhoods,S02001835,St Andrews Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180377 +180377,S00112094,2a2,Student Digs,S01009726,The Scores,1a,Cosmopolitan student neighbourhoods,S02001835,St Andrews Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180378 +180378,S00112095,2a2,Student Digs,S01009721,St Andrews Town Centre,1a,Cosmopolitan student neighbourhoods,S02001835,St Andrews Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180379 +180379,S00112096,2a2,Student Digs,S01009721,St Andrews Town Centre,1a,Cosmopolitan student neighbourhoods,S02001835,St Andrews Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180380 +180380,S00110164,6b3,Semi-Detached Ageing,S01009511,Dunnikier East,8b,Ageing suburbanites,S02001791,Kirkcaldy Dunnikier,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180381 +180381,S00110166,6b3,Semi-Detached Ageing,S01009511,Dunnikier East,8b,Ageing suburbanites,S02001791,Kirkcaldy Dunnikier,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180382 +180382,S00110167,6b3,Semi-Detached Ageing,S01009513,Dunnikier North,8b,Ageing suburbanites,S02001791,Kirkcaldy Dunnikier,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180383 +180383,S00110168,6b3,Semi-Detached Ageing,S01009513,Dunnikier North,8b,Ageing suburbanites,S02001791,Kirkcaldy Dunnikier,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180384 +180384,S00110171,6b3,Semi-Detached Ageing,S01009514,Dunnikier North West,8c,Comfortable suburbia,S02001791,Kirkcaldy Dunnikier,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180385 +180385,S00110172,6b3,Semi-Detached Ageing,S01009514,Dunnikier North West,8c,Comfortable suburbia,S02001791,Kirkcaldy Dunnikier,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180386 +180386,S00110174,6b3,Semi-Detached Ageing,S01009514,Dunnikier North West,8c,Comfortable suburbia,S02001791,Kirkcaldy Dunnikier,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180387 +180387,S00110175,6b3,Semi-Detached Ageing,S01009512,Dunnikier Central,8b,Ageing suburbanites,S02001791,Kirkcaldy Dunnikier,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180388 +180388,S00110178,6b3,Semi-Detached Ageing,S01009512,Dunnikier Central,8b,Ageing suburbanites,S02001791,Kirkcaldy Dunnikier,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180389 +180389,S00110181,6b3,Semi-Detached Ageing,S01009510,Dunnikier South,8b,Ageing suburbanites,S02001791,Kirkcaldy Dunnikier,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180390 +180390,S00110375,6b3,Semi-Detached Ageing,S01009547,Strathore,5e,Primary sector workers,S02001798,Thornton and Kinglassie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180391 +180391,S00110428,6b3,Semi-Detached Ageing,S01009619,Denbeath South,4a,Challenged white communities,S02001813,"Buckhaven, Denbeath and Muiredge",S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180392 +180392,S00110562,6b3,Semi-Detached Ageing,S01009650,Leven Letham Glen,8b,Ageing suburbanites,S02001819,Leven North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180393 +180393,S00110682,6b3,Semi-Detached Ageing,S01009591,Balgeddie South,8b,Ageing suburbanites,S02001807,Glenrothes Balgeddie and Town Park,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180394 +180394,S00110882,6b3,Semi-Detached Ageing,S01009659,Kennoway Central,5c,Comfortable neighbourhoods,S02001821,Kennoway and Bonnybank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180395 +180395,S00111048,6b3,Semi-Detached Ageing,S01009692,Cupar East,8b,Ageing suburbanites,S02001828,Cupar East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180396 +180396,S00111068,6b3,Semi-Detached Ageing,S01009682,Cupar Westfield South,8c,Comfortable suburbia,S02001826,Cupar West and Springfield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180397 +180397,S00111071,6b3,Semi-Detached Ageing,S01009693,Cupar Tarvit,8b,Ageing suburbanites,S02001828,Cupar East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180398 +180398,S00111214,6b3,Semi-Detached Ageing,S01009744,Balmullo North,2b,Prospering countryside life,S02001839,Balmullo and Gauldry,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180399 +180399,S00111300,6b3,Semi-Detached Ageing,S01009445,Lochgelly North,5d,Endeavouring social renters,S02001777,Lochgelly East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180400 +180400,S00117834,1b3,Ageing Rural Flat Tenants,S01010525,Lochaber East and North - 02,2a,Ageing rural neighbourhoods,S02001981,Lochaber East and North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180401 +180401,S00117837,1b3,Ageing Rural Flat Tenants,S01010528,Lochaber East and North - 05,2c,Remoter communities,S02001981,Lochaber East and North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180402 +180402,S00117838,1b3,Ageing Rural Flat Tenants,S01010524,Lochaber East and North - 01,2a,Ageing rural neighbourhoods,S02001981,Lochaber East and North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180403 +180403,S00117840,1b3,Ageing Rural Flat Tenants,S01010509,Lochaber West - 06,2c,Remoter communities,S02001978,Lochaber West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180404 +180404,S00117854,1b3,Ageing Rural Flat Tenants,S01010530,Lochaber East and North - 07,2c,Remoter communities,S02001981,Lochaber East and North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180405 +180405,S00117861,1b3,Ageing Rural Flat Tenants,S01010509,Lochaber West - 06,2c,Remoter communities,S02001978,Lochaber West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180406 +180406,S00117868,1b3,Ageing Rural Flat Tenants,S01010506,Lochaber West - 03,2c,Remoter communities,S02001978,Lochaber West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180407 +180407,S00117877,1b3,Ageing Rural Flat Tenants,S01010552,Nairn Rural - 05,2c,Remoter communities,S02001985,Nairn Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180408 +180408,S00117912,1b3,Ageing Rural Flat Tenants,S01010724,Black Isle South - 06,2c,Remoter communities,S02002018,Black Isle South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180409 +180409,S00117914,1b3,Ageing Rural Flat Tenants,S01010724,Black Isle South - 06,2c,Remoter communities,S02002018,Black Isle South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180410 +180410,S00117965,1b3,Ageing Rural Flat Tenants,S01010687,Ross and Cromarty South West - 02,2a,Ageing rural neighbourhoods,S02002011,Ross and Cromarty South West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180411 +180411,S00117979,1b3,Ageing Rural Flat Tenants,S01010694,Ross and Cromarty North West - 05,2c,Remoter communities,S02002012,Ross and Cromarty North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180412 +180412,S00109893,5a1,White Professionals,S01009413,Cowdenbeath North West,5c,Comfortable neighbourhoods,S02001771,Cowdenbeath North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180413 +180413,S00119288,6a4,Ageing in Suburbia,S01010658,Inverness West Rural - 04,2c,Remoter communities,S02002005,Inverness West Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180414 +180414,S00111294,6b2,White Suburban Communities,S01009276,Carnock,8c,Comfortable suburbia,S02001740,Saline and Gowkhall,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180415 +180415,S00110344,8d1,Young Hard-Pressed Families,S01009435,Ballingry West,4a,Challenged white communities,S02001775,Ballingry,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180416 +180416,S00118588,1b3,Ageing Rural Flat Tenants,S01010661,Inverness West Rural - 07,5e,Primary sector workers,S02002005,Inverness West Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180417 +180417,S00108985,6b2,White Suburban Communities,S01009423,Kelty Seafar,8c,Comfortable suburbia,S02001773,Kelty East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180418 +180418,S00119269,1b3,Ageing Rural Flat Tenants,S01010794,Caithness North West - 03,2c,Remoter communities,S02002030,Caithness North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180419 +180419,S00117989,1b3,Ageing Rural Flat Tenants,S01010693,Ross and Cromarty North West - 04,2c,Remoter communities,S02002012,Ross and Cromarty North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180420 +180420,S00118000,1b3,Ageing Rural Flat Tenants,S01010670,Lochlash - 02,2c,Remoter communities,S02002007,Lochlash,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180421 +180421,S00118010,1b3,Ageing Rural Flat Tenants,S01010676,Skye South - 04,2c,Remoter communities,S02002008,Skye South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180422 +180422,S00118013,1b3,Ageing Rural Flat Tenants,S01010675,Skye South - 03,2c,Remoter communities,S02002008,Skye South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180423 +180423,S00118020,1b3,Ageing Rural Flat Tenants,S01010682,Skye North West - 01,2c,Remoter communities,S02002010,Skye North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180424 +180424,S00118030,1b3,Ageing Rural Flat Tenants,S01010678,Skye North East - 02,2c,Remoter communities,S02002009,Skye North East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180425 +180425,S00118043,1b3,Ageing Rural Flat Tenants,S01010671,Lochlash - 03,2a,Ageing rural neighbourhoods,S02002007,Lochlash,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180426 +180426,S00118044,1b3,Ageing Rural Flat Tenants,S01010671,Lochlash - 03,2a,Ageing rural neighbourhoods,S02002007,Lochlash,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180427 +180427,S00118050,1b3,Ageing Rural Flat Tenants,S01010685,Skye North West - 04,2c,Remoter communities,S02002010,Skye North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180428 +180428,S00118060,1b3,Ageing Rural Flat Tenants,S01010757,Sutherland South - 01,2c,Remoter communities,S02002024,Sutherland South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180429 +180429,S00118081,1b3,Ageing Rural Flat Tenants,S01010813,Sutherland North and West - 04,2d,Rural traits,S02002033,Sutherland North and West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180430 +180430,S00118100,1b3,Ageing Rural Flat Tenants,S01010764,Sutherland South - 08,2c,Remoter communities,S02002024,Sutherland South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180431 +180431,S00118101,1b3,Ageing Rural Flat Tenants,S01010771,Sutherland East - 06,2d,Rural traits,S02002025,Sutherland East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180432 +180432,S00118103,1b3,Ageing Rural Flat Tenants,S01010771,Sutherland East - 06,2d,Rural traits,S02002025,Sutherland East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180433 +180433,S00118115,1b3,Ageing Rural Flat Tenants,S01010811,Sutherland North and West - 02,2c,Remoter communities,S02002033,Sutherland North and West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180434 +180434,S00118120,1b3,Ageing Rural Flat Tenants,S01010526,Lochaber East and North - 03,2d,Rural traits,S02001981,Lochaber East and North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180435 +180435,S00118124,1b3,Ageing Rural Flat Tenants,S01010527,Lochaber East and North - 04,5e,Primary sector workers,S02001981,Lochaber East and North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180436 +180436,S00118173,1b3,Ageing Rural Flat Tenants,S01010512,Fort William North - 03,5e,Primary sector workers,S02001979,Fort William North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180437 +180437,S00118195,1b3,Ageing Rural Flat Tenants,S01010510,Fort William North - 01,2a,Ageing rural neighbourhoods,S02001979,Fort William North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180438 +180438,S00118198,1b3,Ageing Rural Flat Tenants,S01010510,Fort William North - 01,2a,Ageing rural neighbourhoods,S02001979,Fort William North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180439 +180439,S00118202,1b3,Ageing Rural Flat Tenants,S01010507,Lochaber West - 04,5e,Primary sector workers,S02001978,Lochaber West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180440 +180440,S00118206,1b3,Ageing Rural Flat Tenants,S01010531,Badenoch and Strathspey South - 01,5e,Primary sector workers,S02001982,Badenoch and Strathspey South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180441 +180441,S00118215,1b3,Ageing Rural Flat Tenants,S01010534,Badenoch and Strathspey South - 04,5e,Primary sector workers,S02001982,Badenoch and Strathspey South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180442 +180442,S00118222,1b3,Ageing Rural Flat Tenants,S01010668,Loch Ness - 05,2a,Ageing rural neighbourhoods,S02002006,Loch Ness,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180443 +180443,S00118230,1b3,Ageing Rural Flat Tenants,S01010539,Badenoch and Strathspey Central - 04,2a,Ageing rural neighbourhoods,S02001983,Badenoch and Strathspey Central,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180444 +180444,S00118231,1b3,Ageing Rural Flat Tenants,S01010539,Badenoch and Strathspey Central - 04,2a,Ageing rural neighbourhoods,S02001983,Badenoch and Strathspey Central,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180445 +180445,S00118237,1b3,Ageing Rural Flat Tenants,S01010542,Badenoch and Strathspey North - 01,2c,Remoter communities,S02001984,Badenoch and Strathspey North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180446 +180446,S00118243,1b3,Ageing Rural Flat Tenants,S01010672,Lochlash - 04,5e,Primary sector workers,S02002007,Lochlash,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180447 +180447,S00118256,1b3,Ageing Rural Flat Tenants,S01010546,Badenoch and Strathspey North - 05,5a,Ageing urban communities,S02001984,Badenoch and Strathspey North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180448 +180448,S00118260,1b3,Ageing Rural Flat Tenants,S01010667,Loch Ness - 04,2c,Remoter communities,S02002006,Loch Ness,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180449 +180449,S00118406,1b3,Ageing Rural Flat Tenants,S01010607,Inverness Drummond - 02,8b,Ageing suburbanites,S02001995,Inverness Drummond,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180450 +180450,S00118416,1b3,Ageing Rural Flat Tenants,S01010626,Inverness Crown and Haugh - 02,2a,Ageing rural neighbourhoods,S02001999,Inverness Crown and Haugh,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180451 +180451,S00118481,1b3,Ageing Rural Flat Tenants,S01010630,Inverness Ballifeary and Dalneigh - 01,5e,Primary sector workers,S02002000,Inverness Ballifeary and Dalneigh,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180452 +180452,S00118551,1b3,Ageing Rural Flat Tenants,S01010647,Inverness Scorguie - 03,5a,Ageing urban communities,S02002003,Inverness Scorguie,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180453 +180453,S00118559,1b3,Ageing Rural Flat Tenants,S01010588,Inverness Westhill - 07,8c,Comfortable suburbia,S02001991,Inverness Westhill,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180454 +180454,S00118572,1b3,Ageing Rural Flat Tenants,S01010680,Skye North East - 04,5e,Primary sector workers,S02002009,Skye North East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180455 +180455,S00118577,1b3,Ageing Rural Flat Tenants,S01010679,Skye North East - 03,5a,Ageing urban communities,S02002009,Skye North East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180456 +180456,S00118578,1b3,Ageing Rural Flat Tenants,S01010679,Skye North East - 03,5a,Ageing urban communities,S02002009,Skye North East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180457 +180457,S00109005,6b2,White Suburban Communities,S01009325,Bellyeoman North and Townhill Landward,2a,Ageing rural neighbourhoods,S02001750,Dunfermline Bellyeoman and Townhill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180458 +180458,S00109018,6b2,White Suburban Communities,S01009579,Lochty View,5c,Comfortable neighbourhoods,S02001804,Glenrothes Stenton and Finglassie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180459 +180459,S00109022,6b2,White Suburban Communities,S01009604,Balfarg South,5d,Endeavouring social renters,S02001810,Glenrothes Balfarg Pitcairn and Coul,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180460 +180460,S00109025,6b2,White Suburban Communities,S01009611,Star and Kirkforthar,2c,Remoter communities,S02001811,Markinch and Star,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180461 +180461,S00109029,6b2,White Suburban Communities,S01009614,Milton of Balgonie,2d,Rural traits,S02001812,Windygates and Coaltown,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180462 +180462,S00119271,1b3,Ageing Rural Flat Tenants,S01010794,Caithness North West - 03,2c,Remoter communities,S02002030,Caithness North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180463 +180463,S00109085,6b2,White Suburban Communities,S01009675,Strathmiglo South and Dunshalt,2d,Rural traits,S02001824,Auchtermuchty and Gateside,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180464 +180464,S00109090,6b2,White Suburban Communities,S01009684,Bow of Fife Tarvit and Balgarvie,2b,Prospering countryside life,S02001826,Cupar West and Springfield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180465 +180465,S00119304,1b3,Ageing Rural Flat Tenants,S01010528,Lochaber East and North - 05,2c,Remoter communities,S02001981,Lochaber East and North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180466 +180466,S00111341,6b2,White Suburban Communities,S01009443,Auchterderran Landward and Cluny,2a,Ageing rural neighbourhoods,S02001776,Cardenden,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180467 +180467,S00118642,1b3,Ageing Rural Flat Tenants,S01010705,Muir of Ord - 03,5c,Comfortable neighbourhoods,S02002015,Muir of Ord,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180468 +180468,S00109942,5a1,White Professionals,S01009479,Kirkcaldy Central,3c,Highly qualified professionals,S02001784,Kirkcaldy Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180469 +180469,S00109092,6b2,White Suburban Communities,S01009684,Bow of Fife Tarvit and Balgarvie,2b,Prospering countryside life,S02001826,Cupar West and Springfield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180470 +180470,S00119437,6a4,Ageing in Suburbia,S01010592,Inverness Inshes - 03,5b,Aspiring urban households,S02001992,Inverness Inshes,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180471 +180471,S00119305,1b3,Ageing Rural Flat Tenants,S01010524,Lochaber East and North - 01,2a,Ageing rural neighbourhoods,S02001981,Lochaber East and North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180472 +180472,S00110352,8d1,Young Hard-Pressed Families,S01009432,Ballingry East,4a,Challenged white communities,S02001775,Ballingry,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180473 +180473,S00111343,6b2,White Suburban Communities,S01009442,Jamphlars and Lochgelly Landward,2c,Remoter communities,S02001776,Cardenden,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180474 +180474,S00118649,1b3,Ageing Rural Flat Tenants,S01010722,Black Isle South - 04,5e,Primary sector workers,S02002018,Black Isle South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180475 +180475,S00109970,5a1,White Professionals,S01009522,Smeaton South,4b,Constrained renters,S02001793,Kirkcaldy Hayfield and Smeaton,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180476 +180476,S00109141,6b2,White Suburban Communities,S01009739,Leuchars North East and St Michaels,2d,Rural traits,S02001838,Leuchars and Guardbridge,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180477 +180477,S00119441,6a4,Ageing in Suburbia,S01010593,Inverness Inshes - 04,2b,Prospering countryside life,S02001992,Inverness Inshes,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180478 +180478,S00119457,6a4,Ageing in Suburbia,S01010603,Inverness Lochardil and Holm Mains - 05,8b,Ageing suburbanites,S02001994,Inverness Lochardil and Holm Mains,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180479 +180479,S00119459,6a4,Ageing in Suburbia,S01010604,Inverness Lochardil and Holm Mains - 06,8b,Ageing suburbanites,S02001994,Inverness Lochardil and Holm Mains,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180480 +180480,S00119531,6a4,Ageing in Suburbia,S01010559,Nairn West - 01,5a,Ageing urban communities,S02001987,Nairn West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180481 +180481,S00119537,6a4,Ageing in Suburbia,S01010556,Nairn East - 03,4a,Challenged white communities,S02001986,Nairn East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180482 +180482,S00118028,8c1,Ageing Industrious Workers,S01010679,Skye North East - 03,5a,Ageing urban communities,S02002009,Skye North East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180483 +180483,S00118167,8c1,Ageing Industrious Workers,S01010520,Fort William South - 05,5e,Primary sector workers,S02001980,Fort William South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180484 +180484,S00118663,8c1,Ageing Industrious Workers,S01010708,Conon - 02,5e,Primary sector workers,S02002016,Conon,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180485 +180485,S00118747,8c1,Ageing Industrious Workers,S01010550,Nairn Rural - 03,5e,Primary sector workers,S02001985,Nairn Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180486 +180486,S00118807,8c1,Ageing Industrious Workers,S01010739,Alness - 08,5e,Primary sector workers,S02002020,Alness,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180487 +180487,S00118814,8c1,Ageing Industrious Workers,S01010738,Alness - 07,5d,Endeavouring social renters,S02002020,Alness,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180488 +180488,S00118825,8c1,Ageing Industrious Workers,S01010737,Alness - 06,5e,Primary sector workers,S02002020,Alness,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180489 +180489,S00118850,8c1,Ageing Industrious Workers,S01010745,Invergordon - 06,5e,Primary sector workers,S02002021,Invergordon,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180490 +180490,S00118852,8c1,Ageing Industrious Workers,S01010745,Invergordon - 06,5e,Primary sector workers,S02002021,Invergordon,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180491 +180491,S00118882,8c1,Ageing Industrious Workers,S01010755,Tain - 04,5e,Primary sector workers,S02002023,Tain,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180492 +180492,S00118953,8c1,Ageing Industrious Workers,S01010776,Wick South - 01,4a,Challenged white communities,S02002027,Wick South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180493 +180493,S00118965,8c1,Ageing Industrious Workers,S01010795,Caithness North West - 04,5d,Endeavouring social renters,S02002030,Caithness North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180494 +180494,S00118970,8c1,Ageing Industrious Workers,S01010805,Thurso West - 03,5c,Comfortable neighbourhoods,S02002032,Thurso West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180495 +180495,S00118973,8c1,Ageing Industrious Workers,S01010806,Thurso West - 04,5e,Primary sector workers,S02002032,Thurso West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180496 +180496,S00118982,8c1,Ageing Industrious Workers,S01010807,Thurso West - 05,5d,Endeavouring social renters,S02002032,Thurso West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180497 +180497,S00118988,8c1,Ageing Industrious Workers,S01010808,Thurso West - 06,5e,Primary sector workers,S02002032,Thurso West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180498 +180498,S00118994,8c1,Ageing Industrious Workers,S01010799,Thurso East - 01,5e,Primary sector workers,S02002031,Thurso East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180499 +180499,S00118997,8c1,Ageing Industrious Workers,S01010803,Thurso West - 01,5a,Ageing urban communities,S02002032,Thurso West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180500 +180500,S00119009,8c1,Ageing Industrious Workers,S01010802,Thurso East - 04,5c,Comfortable neighbourhoods,S02002031,Thurso East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180501 +180501,S00119029,8c1,Ageing Industrious Workers,S01010799,Thurso East - 01,5e,Primary sector workers,S02002031,Thurso East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180502 +180502,S00119032,8c1,Ageing Industrious Workers,S01010799,Thurso East - 01,5e,Primary sector workers,S02002031,Thurso East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180503 +180503,S00119061,8c1,Ageing Industrious Workers,S01010705,Muir of Ord - 03,5c,Comfortable neighbourhoods,S02002015,Muir of Ord,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180504 +180504,S00119592,8c1,Ageing Industrious Workers,S01010779,Wick South - 04,4a,Challenged white communities,S02002027,Wick South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180505 +180505,S00119616,8c1,Ageing Industrious Workers,S01010554,Nairn East - 01,5e,Primary sector workers,S02001986,Nairn East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180506 +180506,S00117642,1b3,Ageing Rural Flat Tenants,S01010538,Badenoch and Strathspey Central - 03,5e,Primary sector workers,S02001983,Badenoch and Strathspey Central,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180507 +180507,S00117643,1b3,Ageing Rural Flat Tenants,S01010538,Badenoch and Strathspey Central - 03,5e,Primary sector workers,S02001983,Badenoch and Strathspey Central,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180508 +180508,S00117661,1b3,Ageing Rural Flat Tenants,S01010543,Badenoch and Strathspey North - 02,2c,Remoter communities,S02001984,Badenoch and Strathspey North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180509 +180509,S00117667,1b3,Ageing Rural Flat Tenants,S01010547,Badenoch and Strathspey North - 06,2c,Remoter communities,S02001984,Badenoch and Strathspey North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180510 +180510,S00117682,1b3,Ageing Rural Flat Tenants,S01010787,Caithness North East - 01,2c,Remoter communities,S02002029,Caithness North East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180511 +180511,S00117683,1b3,Ageing Rural Flat Tenants,S01010787,Caithness North East - 01,2c,Remoter communities,S02002029,Caithness North East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180512 +180512,S00117697,1b3,Ageing Rural Flat Tenants,S01010774,Caithness South - 03,2d,Rural traits,S02002026,Caithness South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180513 +180513,S00117699,1b3,Ageing Rural Flat Tenants,S01010773,Caithness South - 02,2c,Remoter communities,S02002026,Caithness South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180514 +180514,S00117705,1b3,Ageing Rural Flat Tenants,S01010772,Caithness South - 01,2c,Remoter communities,S02002026,Caithness South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180515 +180515,S00117712,1b3,Ageing Rural Flat Tenants,S01010809,Thurso West - 07,2a,Ageing rural neighbourhoods,S02002032,Thurso West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180516 +180516,S00117715,1b3,Ageing Rural Flat Tenants,S01010798,Caithness North West - 07,2c,Remoter communities,S02002030,Caithness North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180517 +180517,S00117725,1b3,Ageing Rural Flat Tenants,S01010793,Caithness North West - 02,2c,Remoter communities,S02002030,Caithness North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180518 +180518,S00117730,1b3,Ageing Rural Flat Tenants,S01010665,Loch Ness - 02,2c,Remoter communities,S02002006,Loch Ness,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180519 +180519,S00117736,1b3,Ageing Rural Flat Tenants,S01010665,Loch Ness - 02,2c,Remoter communities,S02002006,Loch Ness,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180520 +180520,S00117737,1b3,Ageing Rural Flat Tenants,S01010665,Loch Ness - 02,2c,Remoter communities,S02002006,Loch Ness,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180521 +180521,S00117751,1b3,Ageing Rural Flat Tenants,S01010595,Inverness Inshes - 06,3a,Achieving neighbourhoods,S02001992,Inverness Inshes,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180522 +180522,S00117758,1b3,Ageing Rural Flat Tenants,S01010591,Inverness Inshes - 02,5b,Aspiring urban households,S02001992,Inverness Inshes,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180523 +180523,S00117805,1b3,Ageing Rural Flat Tenants,S01010650,Inverness Kinmylies and South West - 01,2a,Ageing rural neighbourhoods,S02002004,Inverness Kinmylies and South West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180524 +180524,S00117806,1b3,Ageing Rural Flat Tenants,S01010658,Inverness West Rural - 04,2c,Remoter communities,S02002005,Inverness West Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180525 +180525,S00110074,5a1,White Professionals,S01009483,Bennochy East,3d,Households in terraces and flats,S02001785,Kirkcaldy Bennochy East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180526 +180526,S00110439,8d1,Young Hard-Pressed Families,S01009630,Methilhill North,4a,Challenged white communities,S02001814,Methil Methilhill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180527 +180527,S00109144,6b2,White Suburban Communities,S01009398,Dalgety Bogend Wood,8c,Comfortable suburbia,S02001766,Dalgety Bay Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180528 +180528,S00119319,1b3,Ageing Rural Flat Tenants,S01010552,Nairn Rural - 05,2c,Remoter communities,S02001985,Nairn Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180529 +180529,S00118653,1b3,Ageing Rural Flat Tenants,S01010722,Black Isle South - 04,5e,Primary sector workers,S02002018,Black Isle South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180530 +180530,S00110740,8d1,Young Hard-Pressed Families,S01009573,Auchmuty East,4a,Challenged white communities,S02001803,Glenrothes Auchmuty,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180531 +180531,S00110099,5a1,White Professionals,S01009481,Bennochy North,3c,Highly qualified professionals,S02001785,Kirkcaldy Bennochy East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180532 +180532,S00109147,6b2,White Suburban Communities,S01009395,Dalgety Bay East,8b,Ageing suburbanites,S02001766,Dalgety Bay Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180533 +180533,S00109148,6b2,White Suburban Communities,S01009393,Hillend,8c,Comfortable suburbia,S02001765,Dalgety Bay West and Hillend,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180534 +180534,S00111346,6b2,White Suburban Communities,S01009448,Lochgelly Albion Park and New Farm Vale,5c,Comfortable neighbourhoods,S02001777,Lochgelly East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180535 +180535,S00110819,8d1,Young Hard-Pressed Families,S01009598,Collydean North,4a,Challenged white communities,S02001808,Glenrothes Collydean,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180536 +180536,S00118657,1b3,Ageing Rural Flat Tenants,S01010711,Conon - 05,8b,Ageing suburbanites,S02002016,Conon,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180537 +180537,S00109156,6b2,White Suburban Communities,S01009402,Dalgety Crow Hill,8b,Ageing suburbanites,S02001767,Dalgety Bay East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180538 +180538,S00111350,6b2,White Suburban Communities,S01009546,Kinglassie East,5c,Comfortable neighbourhoods,S02001798,Thornton and Kinglassie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180539 +180539,S00110122,5a1,White Professionals,S01009494,Raith,8c,Comfortable suburbia,S02001787,Kirkcaldy Raith,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180540 +180540,S00119361,1b3,Ageing Rural Flat Tenants,S01010687,Ross and Cromarty South West - 02,2a,Ageing rural neighbourhoods,S02002011,Ross and Cromarty South West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180541 +180541,S00118658,1b3,Ageing Rural Flat Tenants,S01010711,Conon - 05,8b,Ageing suburbanites,S02002016,Conon,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180542 +180542,S00109158,6b2,White Suburban Communities,S01009402,Dalgety Crow Hill,8b,Ageing suburbanites,S02001767,Dalgety Bay East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180543 +180543,S00110216,5a1,White Professionals,S01009516,Chapelhill and Torbain,5d,Endeavouring social renters,S02001792,Kirkcaldy Chapel,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180544 +180544,S00111352,6b2,White Suburban Communities,S01009546,Kinglassie East,5c,Comfortable neighbourhoods,S02001798,Thornton and Kinglassie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180545 +180545,S00119362,1b3,Ageing Rural Flat Tenants,S01010688,Ross and Cromarty South West - 03,2c,Remoter communities,S02002011,Ross and Cromarty South West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180546 +180546,S00110872,8d1,Young Hard-Pressed Families,S01009655,Kennoway South East,4a,Challenged white communities,S02001821,Kennoway and Bonnybank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180547 +180547,S00118677,1b3,Ageing Rural Flat Tenants,S01010570,Inverness East Rural - 05,5e,Primary sector workers,S02001988,Inverness East Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180548 +180548,S00109163,6b2,White Suburban Communities,S01009401,Dalgety Ross Plantation,8b,Ageing suburbanites,S02001767,Dalgety Bay East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180549 +180549,S00110381,5a1,White Professionals,S01009549,Thornton North,5c,Comfortable neighbourhoods,S02001798,Thornton and Kinglassie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180550 +180550,S00111400,6b2,White Suburban Communities,S01009644,Leven Mountfleurie West,5d,Endeavouring social renters,S02001818,Leven West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180551 +180551,S00119363,1b3,Ageing Rural Flat Tenants,S01010688,Ross and Cromarty South West - 03,2c,Remoter communities,S02002011,Ross and Cromarty South West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180552 +180552,S00119365,1b3,Ageing Rural Flat Tenants,S01010689,Ross and Cromarty South West - 04,2c,Remoter communities,S02002011,Ross and Cromarty South West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180553 +180553,S00119366,1b3,Ageing Rural Flat Tenants,S01010670,Lochlash - 02,2c,Remoter communities,S02002007,Lochlash,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180554 +180554,S00119368,1b3,Ageing Rural Flat Tenants,S01010676,Skye South - 04,2c,Remoter communities,S02002008,Skye South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180555 +180555,S00119375,1b3,Ageing Rural Flat Tenants,S01010682,Skye North West - 01,2c,Remoter communities,S02002010,Skye North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180556 +180556,S00119380,1b3,Ageing Rural Flat Tenants,S01010763,Sutherland South - 07,2d,Rural traits,S02002024,Sutherland South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180557 +180557,S00119384,1b3,Ageing Rural Flat Tenants,S01010757,Sutherland South - 01,2c,Remoter communities,S02002024,Sutherland South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180558 +180558,S00119385,1b3,Ageing Rural Flat Tenants,S01010762,Sutherland South - 06,2c,Remoter communities,S02002024,Sutherland South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180559 +180559,S00119392,1b3,Ageing Rural Flat Tenants,S01010812,Sutherland North and West - 03,2c,Remoter communities,S02002033,Sutherland North and West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180560 +180560,S00119408,1b3,Ageing Rural Flat Tenants,S01010531,Badenoch and Strathspey South - 01,5e,Primary sector workers,S02001982,Badenoch and Strathspey South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180561 +180561,S00119503,1b3,Ageing Rural Flat Tenants,S01010681,Skye North East - 05,5e,Primary sector workers,S02002009,Skye North East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180562 +180562,S00119525,1b3,Ageing Rural Flat Tenants,S01010726,Black Isle South - 08,2d,Rural traits,S02002018,Black Isle South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180563 +180563,S00119557,1b3,Ageing Rural Flat Tenants,S01010701,Ross and Cromarty East - 03,5e,Primary sector workers,S02002014,Ross and Cromarty East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180564 +180564,S00119566,1b3,Ageing Rural Flat Tenants,S01010755,Tain - 04,5e,Primary sector workers,S02002023,Tain,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180565 +180565,S00119598,1b3,Ageing Rural Flat Tenants,S01010698,Ross and Cromarty Central - 04,2c,Remoter communities,S02002013,Ross and Cromarty Central,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180566 +180566,S00119621,1b3,Ageing Rural Flat Tenants,S01010760,Sutherland South - 04,2a,Ageing rural neighbourhoods,S02002024,Sutherland South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180567 +180567,S00117649,8c2,Ageing Rural Industry Workers,S01010541,Badenoch and Strathspey Central - 06,2a,Ageing rural neighbourhoods,S02001983,Badenoch and Strathspey Central,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180568 +180568,S00117696,8c2,Ageing Rural Industry Workers,S01010774,Caithness South - 03,2d,Rural traits,S02002026,Caithness South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180569 +180569,S00117952,8c2,Ageing Rural Industry Workers,S01010746,Seaboard - 01,2c,Remoter communities,S02002022,Seaboard,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180570 +180570,S00117961,8c2,Ageing Rural Industry Workers,S01010748,Seaboard - 03,2c,Remoter communities,S02002022,Seaboard,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180571 +180571,S00118003,8c2,Ageing Rural Industry Workers,S01010674,Skye South - 02,2c,Remoter communities,S02002008,Skye South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180572 +180572,S00118057,8c2,Ageing Rural Industry Workers,S01010763,Sutherland South - 07,2d,Rural traits,S02002024,Sutherland South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180573 +180573,S00118066,8c2,Ageing Rural Industry Workers,S01010758,Sutherland South - 02,2a,Ageing rural neighbourhoods,S02002024,Sutherland South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180574 +180574,S00118071,8c2,Ageing Rural Industry Workers,S01010765,Sutherland South - 09,2c,Remoter communities,S02002024,Sutherland South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180575 +180575,S00118073,8c2,Ageing Rural Industry Workers,S01010765,Sutherland South - 09,2c,Remoter communities,S02002024,Sutherland South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180576 +180576,S00118089,8c2,Ageing Rural Industry Workers,S01010815,Sutherland North and West - 06,2c,Remoter communities,S02002033,Sutherland North and West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180577 +180577,S00118105,8c2,Ageing Rural Industry Workers,S01010771,Sutherland East - 06,2d,Rural traits,S02002025,Sutherland East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180578 +180578,S00118106,8c2,Ageing Rural Industry Workers,S01010771,Sutherland East - 06,2d,Rural traits,S02002025,Sutherland East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180579 +180579,S00118131,8c2,Ageing Rural Industry Workers,S01010519,Fort William South - 04,5e,Primary sector workers,S02001980,Fort William South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180580 +180580,S00118166,8c2,Ageing Rural Industry Workers,S01010520,Fort William South - 05,5e,Primary sector workers,S02001980,Fort William South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180581 +180581,S00118175,8c2,Ageing Rural Industry Workers,S01010515,Fort William North - 06,4a,Challenged white communities,S02001979,Fort William North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180582 +180582,S00118187,8c2,Ageing Rural Industry Workers,S01010514,Fort William North - 05,5e,Primary sector workers,S02001979,Fort William North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180583 +180583,S00118189,8c2,Ageing Rural Industry Workers,S01010511,Fort William North - 02,4a,Challenged white communities,S02001979,Fort William North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180584 +180584,S00118193,8c2,Ageing Rural Industry Workers,S01010511,Fort William North - 02,4a,Challenged white communities,S02001979,Fort William North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180585 +180585,S00118194,8c2,Ageing Rural Industry Workers,S01010510,Fort William North - 01,2a,Ageing rural neighbourhoods,S02001979,Fort William North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180586 +180586,S00118201,8c2,Ageing Rural Industry Workers,S01010507,Lochaber West - 04,5e,Primary sector workers,S02001978,Lochaber West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180587 +180587,S00118207,8c2,Ageing Rural Industry Workers,S01010531,Badenoch and Strathspey South - 01,5e,Primary sector workers,S02001982,Badenoch and Strathspey South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180588 +180588,S00118218,8c2,Ageing Rural Industry Workers,S01010534,Badenoch and Strathspey South - 04,5e,Primary sector workers,S02001982,Badenoch and Strathspey South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180589 +180589,S00118220,8c2,Ageing Rural Industry Workers,S01010668,Loch Ness - 05,2a,Ageing rural neighbourhoods,S02002006,Loch Ness,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180590 +180590,S00118224,8c2,Ageing Rural Industry Workers,S01010536,Badenoch and Strathspey Central - 01,5e,Primary sector workers,S02001983,Badenoch and Strathspey Central,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180591 +180591,S00118227,8c2,Ageing Rural Industry Workers,S01010537,Badenoch and Strathspey Central - 02,5e,Primary sector workers,S02001983,Badenoch and Strathspey Central,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180592 +180592,S00118239,8c2,Ageing Rural Industry Workers,S01010672,Lochlash - 04,5e,Primary sector workers,S02002007,Lochlash,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180593 +180593,S00118240,8c2,Ageing Rural Industry Workers,S01010672,Lochlash - 04,5e,Primary sector workers,S02002007,Lochlash,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180594 +180594,S00118684,1b3,Ageing Rural Flat Tenants,S01010561,Nairn West - 03,2a,Ageing rural neighbourhoods,S02001987,Nairn West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180595 +180595,S00109189,6b2,White Suburban Communities,S01009380,Rosyth Pease Hill South,5b,Aspiring urban households,S02001762,Rosyth South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180596 +180596,S00111401,6b2,White Suburban Communities,S01009644,Leven Mountfleurie West,5d,Endeavouring social renters,S02001818,Leven West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180597 +180597,S00110546,5a1,White Professionals,S01009642,Leven South,5e,Primary sector workers,S02001817,Leven East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180598 +180598,S00110897,8d1,Young Hard-Pressed Families,S01009660,Kennoway North East,5d,Endeavouring social renters,S02001821,Kennoway and Bonnybank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180599 +180599,S00118703,1b3,Ageing Rural Flat Tenants,S01010559,Nairn West - 01,5a,Ageing urban communities,S02001987,Nairn West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180600 +180600,S00110547,5a1,White Professionals,S01009642,Leven South,5e,Primary sector workers,S02001817,Leven East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180601 +180601,S00111407,6b2,White Suburban Communities,S01009580,Pitteuchar Woods,8c,Comfortable suburbia,S02001805,Glenrothes Pitteuchar,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180602 +180602,S00111119,8d1,Young Hard-Pressed Families,S01009719,Kilrymont East,4b,Constrained renters,S02001834,St Andrews South East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180603 +180603,S00109191,6b2,White Suburban Communities,S01009380,Rosyth Pease Hill South,5b,Aspiring urban households,S02001762,Rosyth South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180604 +180604,S00118756,1b3,Ageing Rural Flat Tenants,S01010720,Black Isle South - 02,2d,Rural traits,S02002018,Black Isle South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180605 +180605,S00110611,5a1,White Professionals,S01009551,Newcastle East,5b,Aspiring urban households,S02001799,Leslie and Newcastle,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180606 +180606,S00111411,6b2,White Suburban Communities,S01009577,Finglassie South,8b,Ageing suburbanites,S02001804,Glenrothes Stenton and Finglassie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180607 +180607,S00111415,6b2,White Suburban Communities,S01009579,Lochty View,5c,Comfortable neighbourhoods,S02001804,Glenrothes Stenton and Finglassie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180608 +180608,S00111463,6b2,White Suburban Communities,S01009695,Ceres East and Pitscottie,2c,Remoter communities,S02001829,Dairsie Ceres and Dunino,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180609 +180609,S00111512,6b2,White Suburban Communities,S01009398,Dalgety Bogend Wood,8c,Comfortable suburbia,S02001766,Dalgety Bay Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180610 +180610,S00111536,6b2,White Suburban Communities,S01009362,Pitcorthie West,8b,Ageing suburbanites,S02001758,Dunfermline Pitcorthie West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180611 +180611,S00111538,6b2,White Suburban Communities,S01009360,Pitbauchlie and Pitcorthie North West,5c,Comfortable neighbourhoods,S02001758,Dunfermline Pitcorthie West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180612 +180612,S00111554,6b2,White Suburban Communities,S01009295,Beveridgewell West,8c,Comfortable suburbia,S02001744,Dunfermline Milesmark and Wellwood,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180613 +180613,S00111572,6b2,White Suburban Communities,S01009368,Rosyth Wilderness East,5d,Endeavouring social renters,S02001760,Rosyth East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180614 +180614,S00111672,6b2,White Suburban Communities,S01009350,Duloch South West,3a,Achieving neighbourhoods,S02001755,Dunfermline Duloch South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180615 +180615,S00111685,6b2,White Suburban Communities,S01009351,Duloch West,3a,Achieving neighbourhoods,S02001755,Dunfermline Duloch South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180616 +180616,S00111693,6b2,White Suburban Communities,S01009352,Masterton South,8c,Comfortable suburbia,S02001756,Dunfermline Masterton,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180617 +180617,S00111702,6b2,White Suburban Communities,S01009322,Kingseat,5c,Comfortable neighbourhoods,S02001750,Dunfermline Bellyeoman and Townhill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180618 +180618,S00111798,6b2,White Suburban Communities,S01009320,Bellyeoman South,5c,Comfortable neighbourhoods,S02001750,Dunfermline Bellyeoman and Townhill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180619 +180619,S00111800,6b2,White Suburban Communities,S01009320,Bellyeoman South,5c,Comfortable neighbourhoods,S02001750,Dunfermline Bellyeoman and Townhill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180620 +180620,S00111801,6b2,White Suburban Communities,S01009321,Queen Margaret Fauld,8a,Affluent communities,S02001750,Dunfermline Bellyeoman and Townhill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180621 +180621,S00111914,6b2,White Suburban Communities,S01009495,Raith and Long Braes,8c,Comfortable suburbia,S02001787,Kirkcaldy Raith,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180622 +180622,S00111926,6b2,White Suburban Communities,S01009507,Templehall East,5c,Comfortable neighbourhoods,S02001790,Kirkcaldy Templehall East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180623 +180623,S00111950,6b2,White Suburban Communities,S01009541,East Wemyss and Standingstane,2d,Rural traits,S02001797,Wemyss,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180624 +180624,S00111984,6b2,White Suburban Communities,S01009550,Newcastle West,5d,Endeavouring social renters,S02001799,Leslie and Newcastle,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180625 +180625,S00112052,6b2,White Suburban Communities,S01009674,Collessie and Pitmedden Landward,2c,Remoter communities,S02001824,Auchtermuchty and Gateside,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180626 +180626,S00112119,6b2,White Suburban Communities,S01009416,Cowdenbeath Glenfield,8b,Ageing suburbanites,S02001771,Cowdenbeath North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180627 +180627,S00112134,6b2,White Suburban Communities,S01009602,Coul,8b,Ageing suburbanites,S02001810,Glenrothes Balfarg Pitcairn and Coul,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180628 +180628,S00112137,6b2,White Suburban Communities,S01009602,Coul,8b,Ageing suburbanites,S02001810,Glenrothes Balfarg Pitcairn and Coul,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180629 +180629,S00112140,6b2,White Suburban Communities,S01009392,Dalgety Letham Farm,8c,Comfortable suburbia,S02001765,Dalgety Bay West and Hillend,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180630 +180630,S00112141,6b2,White Suburban Communities,S01009391,Dalgety Letham Hill,8c,Comfortable suburbia,S02001765,Dalgety Bay West and Hillend,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180631 +180631,S00112143,6b2,White Suburban Communities,S01009391,Dalgety Letham Hill,8c,Comfortable suburbia,S02001765,Dalgety Bay West and Hillend,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180632 +180632,S00112144,6b2,White Suburban Communities,S01009391,Dalgety Letham Hill,8c,Comfortable suburbia,S02001765,Dalgety Bay West and Hillend,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180633 +180633,S00109123,8d1,Young Hard-Pressed Families,S01009730,Cairnsmill,3c,Highly qualified professionals,S02001836,St Andrews South West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180634 +180634,S00109197,8d1,Young Hard-Pressed Families,S01009379,Rosyth Pease Hill North,5c,Comfortable neighbourhoods,S02001762,Rosyth South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180635 +180635,S00109269,8d1,Young Hard-Pressed Families,S01009368,Rosyth Wilderness East,5d,Endeavouring social renters,S02001760,Rosyth East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180636 +180636,S00109309,8d1,Young Hard-Pressed Families,S01009387,Inverkeithing Spencerfield South,4a,Challenged white communities,S02001764,Inverkeithing East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180637 +180637,S00109370,8d1,Young Hard-Pressed Families,S01009311,Pitbauchlie West,4a,Challenged white communities,S02001748,Dunfermline Brucefield,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180638 +180638,S00109447,8d1,Young Hard-Pressed Families,S01009339,Abbeyview North,4a,Challenged white communities,S02001753,Dunfermline Abbeyview North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180639 +180639,S00109971,8d1,Young Hard-Pressed Families,S01009522,Smeaton South,4b,Constrained renters,S02001793,Kirkcaldy Hayfield and Smeaton,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180640 +180640,S00109974,8d1,Young Hard-Pressed Families,S01009522,Smeaton South,4b,Constrained renters,S02001793,Kirkcaldy Hayfield and Smeaton,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180641 +180641,S00109975,8d1,Young Hard-Pressed Families,S01009521,Smeaton North,4a,Challenged white communities,S02001793,Kirkcaldy Hayfield and Smeaton,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180642 +180642,S00109976,8d1,Young Hard-Pressed Families,S01009521,Smeaton North,4a,Challenged white communities,S02001793,Kirkcaldy Hayfield and Smeaton,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180643 +180643,S00110129,8d1,Young Hard-Pressed Families,S01009488,Bennochy West,5d,Endeavouring social renters,S02001786,Kirkcaldy Bennochy West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180644 +180644,S00110147,8d1,Young Hard-Pressed Families,S01009506,Templehall North Eastern,4a,Challenged white communities,S02001790,Kirkcaldy Templehall East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180645 +180645,S00110312,8d1,Young Hard-Pressed Families,S01009441,Bowhill East,4a,Challenged white communities,S02001776,Cardenden,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180646 +180646,S00110324,8d1,Young Hard-Pressed Families,S01009429,Lochore Central,4a,Challenged white communities,S02001774,Lochore and Crosshill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180647 +180647,S00111317,8d1,Young Hard-Pressed Families,S01009521,Smeaton North,4a,Challenged white communities,S02001793,Kirkcaldy Hayfield and Smeaton,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180648 +180648,S00109196,6b2,White Suburban Communities,S01009379,Rosyth Pease Hill North,5c,Comfortable neighbourhoods,S02001762,Rosyth South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180649 +180649,S00109199,6b2,White Suburban Communities,S01009379,Rosyth Pease Hill North,5c,Comfortable neighbourhoods,S02001762,Rosyth South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180650 +180650,S00118758,1b3,Ageing Rural Flat Tenants,S01010696,Ross and Cromarty Central - 02,5a,Ageing urban communities,S02002013,Ross and Cromarty Central,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180651 +180651,S00109331,6b2,White Suburban Communities,S01009288,Charlestown and Bellknowes,2b,Prospering countryside life,S02001743,Crossford Charlestown and Limekilns,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180652 +180652,S00111372,8d1,Young Hard-Pressed Families,S01009434,Ballingry South,4a,Challenged white communities,S02001775,Ballingry,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180653 +180653,S00118759,1b3,Ageing Rural Flat Tenants,S01010696,Ross and Cromarty Central - 02,5a,Ageing urban communities,S02002013,Ross and Cromarty Central,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180654 +180654,S00109377,6b2,White Suburban Communities,S01009360,Pitbauchlie and Pitcorthie North West,5c,Comfortable neighbourhoods,S02001758,Dunfermline Pitcorthie West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180655 +180655,S00111564,8d1,Young Hard-Pressed Families,S01009378,Rosyth Pease Hill East,5c,Comfortable neighbourhoods,S02001762,Rosyth South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180656 +180656,S00110697,5a1,White Professionals,S01009578,Stenton Central,5d,Endeavouring social renters,S02001804,Glenrothes Stenton and Finglassie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180657 +180657,S00111621,8d1,Young Hard-Pressed Families,S01009433,Ballingry Central,4a,Challenged white communities,S02001775,Ballingry,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180658 +180658,S00118764,1b3,Ageing Rural Flat Tenants,S01010719,Black Isle South - 01,5a,Ageing urban communities,S02002018,Black Isle South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180659 +180659,S00109465,6b2,White Suburban Communities,S01009332,Lynebank,8a,Affluent communities,S02001751,Dunfermline Duloch North and Lynebank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180660 +180660,S00110751,5a1,White Professionals,S01009584,Warout,5b,Aspiring urban households,S02001805,Glenrothes Pitteuchar,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180661 +180661,S00111636,8d1,Young Hard-Pressed Families,S01009597,Collydean South,4a,Challenged white communities,S02001808,Glenrothes Collydean,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180662 +180662,S00118766,1b3,Ageing Rural Flat Tenants,S01010716,Dingwall - 05,4b,Constrained renters,S02002017,Dingwall,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180663 +180663,S00109563,6b2,White Suburban Communities,S01009295,Beveridgewell West,8c,Comfortable suburbia,S02001744,Dunfermline Milesmark and Wellwood,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180664 +180664,S00118774,1b3,Ageing Rural Flat Tenants,S01010715,Dingwall - 04,5e,Primary sector workers,S02002017,Dingwall,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180665 +180665,S00110846,5a1,White Professionals,S01009555,Leslie East,5c,Comfortable neighbourhoods,S02001799,Leslie and Newcastle,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180666 +180666,S00111943,8d1,Young Hard-Pressed Families,S01009440,Bowhill West,4a,Challenged white communities,S02001776,Cardenden,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180667 +180667,S00109686,6b2,White Suburban Communities,S01009265,Kincardine West,5c,Comfortable neighbourhoods,S02001738,Kincardine,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180668 +180668,S00118786,1b3,Ageing Rural Flat Tenants,S01010718,Dingwall - 07,5e,Primary sector workers,S02002017,Dingwall,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180669 +180669,S00110934,5a1,White Professionals,S01009709,Anstruther South West,5e,Primary sector workers,S02001832,Anstruther,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180670 +180670,S00110946,5a1,White Professionals,S01009707,Anstruther,5b,Aspiring urban households,S02001832,Anstruther,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180671 +180671,S00110948,5a1,White Professionals,S01009707,Anstruther,5b,Aspiring urban households,S02001832,Anstruther,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180672 +180672,S00110949,5a1,White Professionals,S01009707,Anstruther,5b,Aspiring urban households,S02001832,Anstruther,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180673 +180673,S00111051,5a1,White Professionals,S01009690,Cupar North,5c,Comfortable neighbourhoods,S02001828,Cupar East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180674 +180674,S00111177,5a1,White Professionals,S01009734,Strathkinness and Craigton,2b,Prospering countryside life,S02001837,St Andrews North and Strathkinness,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180675 +180675,S00111181,5a1,White Professionals,S01009680,Newburgh West and Lochmill,2d,Rural traits,S02001825,Newburgh,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180676 +180676,S00111207,5a1,White Professionals,S01009739,Leuchars North East and St Michaels,2d,Rural traits,S02001838,Leuchars and Guardbridge,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180677 +180677,S00111208,5a1,White Professionals,S01009739,Leuchars North East and St Michaels,2d,Rural traits,S02001838,Leuchars and Guardbridge,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180678 +180678,S00111230,5a1,White Professionals,S01009756,Wormit East,8c,Comfortable suburbia,S02001841,Newport and Wormit,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180679 +180679,S00111233,5a1,White Professionals,S01009752,Newport West,8a,Affluent communities,S02001841,Newport and Wormit,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180680 +180680,S00111322,5a1,White Professionals,S01009517,Chapelwood,8c,Comfortable suburbia,S02001792,Kirkcaldy Chapel,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180681 +180681,S00111324,5a1,White Professionals,S01009518,Chapel Moss,8c,Comfortable suburbia,S02001792,Kirkcaldy Chapel,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180682 +180682,S00111325,5a1,White Professionals,S01009517,Chapelwood,8c,Comfortable suburbia,S02001792,Kirkcaldy Chapel,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180683 +180683,S00111326,5a1,White Professionals,S01009518,Chapel Moss,8c,Comfortable suburbia,S02001792,Kirkcaldy Chapel,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180684 +180684,S00111329,5a1,White Professionals,S01009518,Chapel Moss,8c,Comfortable suburbia,S02001792,Kirkcaldy Chapel,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180685 +180685,S00111446,5a1,White Professionals,S01009707,Anstruther,5b,Aspiring urban households,S02001832,Anstruther,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180686 +180686,S00111478,5a1,White Professionals,S01009741,Leuchars East,5a,Ageing urban communities,S02001838,Leuchars and Guardbridge,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180687 +180687,S00111484,5a1,White Professionals,S01009753,Newport Central,5a,Ageing urban communities,S02001841,Newport and Wormit,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180688 +180688,S00111546,5a1,White Professionals,S01009317,Garvock Hill South,8b,Ageing suburbanites,S02001749,Dunfermline Garvock Hill,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180689 +180689,S00111562,5a1,White Professionals,S01009399,Dalgety Longhill Park,8c,Comfortable suburbia,S02001766,Dalgety Bay Central,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180690 +180690,S00111574,5a1,White Professionals,S01009381,Inverkeithing Belleknowes,5c,Comfortable neighbourhoods,S02001763,North Queensferry and Inverkeithing West,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180691 +180691,S00111655,5a1,White Professionals,S01009359,Masterton North,8c,Comfortable suburbia,S02001757,Dunfermline Pitcorthie East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180692 +180692,S00111662,5a1,White Professionals,S01009351,Duloch West,3a,Achieving neighbourhoods,S02001755,Dunfermline Duloch South,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180693 +180693,S00111664,5a1,White Professionals,S01009354,Masterton Central,8c,Comfortable suburbia,S02001756,Dunfermline Masterton,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180694 +180694,S00111667,5a1,White Professionals,S01009353,Middlebank,8c,Comfortable suburbia,S02001756,Dunfermline Masterton,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180695 +180695,S00111756,5a1,White Professionals,S01009364,Dunfermline Business Park,5b,Aspiring urban households,S02001759,Rosyth North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180696 +180696,S00111769,5a1,White Professionals,S01009454,Aberdour,5a,Ageing urban communities,S02001779,Aberdour and Auchtertool,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180697 +180697,S00111811,5a1,White Professionals,S01009295,Beveridgewell West,8c,Comfortable suburbia,S02001744,Dunfermline Milesmark and Wellwood,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180698 +180698,S00111836,5a1,White Professionals,S01009286,Cairneyhill West,8c,Comfortable suburbia,S02001742,Cairneyhill and Crombie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180699 +180699,S00111867,5a1,White Professionals,S01009444,Lochgelly St Patricks and The Beeches,8b,Ageing suburbanites,S02001777,Lochgelly East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180700 +180700,S00111915,5a1,White Professionals,S01009495,Raith and Long Braes,8c,Comfortable suburbia,S02001787,Kirkcaldy Raith,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180701 +180701,S00111920,5a1,White Professionals,S01009495,Raith and Long Braes,8c,Comfortable suburbia,S02001787,Kirkcaldy Raith,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180702 +180702,S00112066,5a1,White Professionals,S01009691,Cupar Station and Meadowside,8a,Affluent communities,S02001828,Cupar East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180703 +180703,S00108983,6b2,White Suburban Communities,S01009423,Kelty Seafar,8c,Comfortable suburbia,S02001773,Kelty East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180704 +180704,S00108984,6b2,White Suburban Communities,S01009423,Kelty Seafar,8c,Comfortable suburbia,S02001773,Kelty East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180705 +180705,S00111997,8d1,Young Hard-Pressed Families,S01009597,Collydean South,4a,Challenged white communities,S02001808,Glenrothes Collydean,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180706 +180706,S00118126,7d1,Ageing Communities and Families,S01010527,Lochaber East and North - 04,5e,Primary sector workers,S02001981,Lochaber East and North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180707 +180707,S00118133,7d1,Ageing Communities and Families,S01010518,Fort William South - 03,5e,Primary sector workers,S02001980,Fort William South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180708 +180708,S00109687,6b2,White Suburban Communities,S01009264,Kincardine North and Tulliallan,2b,Prospering countryside life,S02001738,Kincardine,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180709 +180709,S00118284,7d1,Ageing Communities and Families,S01010629,Inverness Crown and Haugh - 05,5a,Ageing urban communities,S02001999,Inverness Crown and Haugh,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180710 +180710,S00118701,7d1,Ageing Communities and Families,S01010559,Nairn West - 01,5a,Ageing urban communities,S02001987,Nairn West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180711 +180711,S00109688,6b2,White Suburban Communities,S01009264,Kincardine North and Tulliallan,2b,Prospering countryside life,S02001738,Kincardine,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180712 +180712,S00118831,1b3,Ageing Rural Flat Tenants,S01010731,Black Isle North - 05,2d,Rural traits,S02002019,Black Isle North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180713 +180713,S00118779,7d1,Ageing Communities and Families,S01010714,Dingwall - 03,4b,Constrained renters,S02002017,Dingwall,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180714 +180714,S00109694,6b2,White Suburban Communities,S01009284,Cairneyhill East,8c,Comfortable suburbia,S02001742,Cairneyhill and Crombie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180715 +180715,S00118861,1b3,Ageing Rural Flat Tenants,S01010747,Seaboard - 02,2d,Rural traits,S02002022,Seaboard,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180716 +180716,S00118876,7d1,Ageing Communities and Families,S01010754,Tain - 03,5e,Primary sector workers,S02002023,Tain,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180717 +180717,S00109717,6b2,White Suburban Communities,S01009470,Kinghorn North West,5c,Comfortable neighbourhoods,S02001782,Kinghorn,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180718 +180718,S00118891,1b3,Ageing Rural Flat Tenants,S01010756,Tain - 05,2d,Rural traits,S02002023,Tain,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180719 +180719,S00118893,7d1,Ageing Communities and Families,S01010754,Tain - 03,5e,Primary sector workers,S02002023,Tain,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180720 +180720,S00109887,6b2,White Suburban Communities,S01009413,Cowdenbeath North West,5c,Comfortable neighbourhoods,S02001771,Cowdenbeath North,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180721 +180721,S00118892,1b3,Ageing Rural Flat Tenants,S01010754,Tain - 03,5e,Primary sector workers,S02002023,Tain,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180722 +180722,S00118901,7d1,Ageing Communities and Families,S01010760,Sutherland South - 04,2a,Ageing rural neighbourhoods,S02002024,Sutherland South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180723 +180723,S00109990,6b2,White Suburban Communities,S01009530,Ravenscraig,8b,Ageing suburbanites,S02001794,Kirkcaldy Pathhead,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180724 +180724,S00118906,1b3,Ageing Rural Flat Tenants,S01010690,Ross and Cromarty North West - 01,5e,Primary sector workers,S02002012,Ross and Cromarty North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180725 +180725,S00119141,7d1,Ageing Communities and Families,S01010799,Thurso East - 01,5e,Primary sector workers,S02002031,Thurso East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180726 +180726,S00119573,7d1,Ageing Communities and Families,S01010759,Sutherland South - 03,5e,Primary sector workers,S02002024,Sutherland South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180727 +180727,S00119642,7d1,Ageing Communities and Families,S01010600,Inverness Lochardil and Holm Mains - 02,5e,Primary sector workers,S02001994,Inverness Lochardil and Holm Mains,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180728 +180728,S00117640,6a4,Ageing in Suburbia,S01010538,Badenoch and Strathspey Central - 03,5e,Primary sector workers,S02001983,Badenoch and Strathspey Central,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180729 +180729,S00117874,6a4,Ageing in Suburbia,S01010548,Nairn Rural - 01,2c,Remoter communities,S02001985,Nairn Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180730 +180730,S00118286,6a4,Ageing in Suburbia,S01010629,Inverness Crown and Haugh - 05,5a,Ageing urban communities,S02001999,Inverness Crown and Haugh,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180731 +180731,S00118288,6a4,Ageing in Suburbia,S01010628,Inverness Crown and Haugh - 04,3c,Highly qualified professionals,S02001999,Inverness Crown and Haugh,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180732 +180732,S00118297,6a4,Ageing in Suburbia,S01010629,Inverness Crown and Haugh - 05,5a,Ageing urban communities,S02001999,Inverness Crown and Haugh,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180733 +180733,S00118304,6a4,Ageing in Suburbia,S01010629,Inverness Crown and Haugh - 05,5a,Ageing urban communities,S02001999,Inverness Crown and Haugh,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180734 +180734,S00118305,6a4,Ageing in Suburbia,S01010621,"Inverness Central, Raigmore and Longman - 03",3c,Highly qualified professionals,S02001998,"Inverness Central, Raigmore and Longman",S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180735 +180735,S00118330,6a4,Ageing in Suburbia,S01010616,Inverness Drakies - 01,8b,Ageing suburbanites,S02001997,Inverness Drakies,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180736 +180736,S00118332,6a4,Ageing in Suburbia,S01010616,Inverness Drakies - 01,8b,Ageing suburbanites,S02001997,Inverness Drakies,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180737 +180737,S00118333,6a4,Ageing in Suburbia,S01010616,Inverness Drakies - 01,8b,Ageing suburbanites,S02001997,Inverness Drakies,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180738 +180738,S00118368,6a4,Ageing in Suburbia,S01010601,Inverness Lochardil and Holm Mains - 03,8a,Affluent communities,S02001994,Inverness Lochardil and Holm Mains,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180739 +180739,S00118375,6a4,Ageing in Suburbia,S01010607,Inverness Drummond - 02,8b,Ageing suburbanites,S02001995,Inverness Drummond,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180740 +180740,S00118410,6a4,Ageing in Suburbia,S01010627,Inverness Crown and Haugh - 03,3c,Highly qualified professionals,S02001999,Inverness Crown and Haugh,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180741 +180741,S00118418,6a4,Ageing in Suburbia,S01010626,Inverness Crown and Haugh - 02,2a,Ageing rural neighbourhoods,S02001999,Inverness Crown and Haugh,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180742 +180742,S00118512,6a4,Ageing in Suburbia,S01010646,Inverness Scorguie - 02,8b,Ageing suburbanites,S02002003,Inverness Scorguie,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180743 +180743,S00118562,6a4,Ageing in Suburbia,S01010586,Inverness Westhill - 05,8b,Ageing suburbanites,S02001991,Inverness Westhill,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180744 +180744,S00118565,6a4,Ageing in Suburbia,S01010586,Inverness Westhill - 05,8b,Ageing suburbanites,S02001991,Inverness Westhill,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180745 +180745,S00118692,6a4,Ageing in Suburbia,S01010562,Nairn West - 04,8b,Ageing suburbanites,S02001987,Nairn West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180746 +180746,S00118695,6a4,Ageing in Suburbia,S01010560,Nairn West - 02,8b,Ageing suburbanites,S02001987,Nairn West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180747 +180747,S00118698,6a4,Ageing in Suburbia,S01010561,Nairn West - 03,2a,Ageing rural neighbourhoods,S02001987,Nairn West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180748 +180748,S00118700,6a4,Ageing in Suburbia,S01010559,Nairn West - 01,5a,Ageing urban communities,S02001987,Nairn West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180749 +180749,S00118895,6a4,Ageing in Suburbia,S01010752,Tain - 01,5e,Primary sector workers,S02002023,Tain,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180750 +180750,S00119065,6a4,Ageing in Suburbia,S01010705,Muir of Ord - 03,5c,Comfortable neighbourhoods,S02002015,Muir of Ord,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180751 +180751,S00119248,6a4,Ageing in Suburbia,S01010583,Inverness Westhill - 02,8c,Comfortable suburbia,S02001991,Inverness Westhill,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180752 +180752,S00110048,6b2,White Suburban Communities,S01009484,Oriel and Forth,5a,Ageing urban communities,S02001785,Kirkcaldy Bennochy East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180753 +180753,S00118909,1b3,Ageing Rural Flat Tenants,S01010692,Ross and Cromarty North West - 03,5e,Primary sector workers,S02002012,Ross and Cromarty North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180754 +180754,S00110173,6b2,White Suburban Communities,S01009514,Dunnikier North West,8c,Comfortable suburbia,S02001791,Kirkcaldy Dunnikier,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180755 +180755,S00118910,1b3,Ageing Rural Flat Tenants,S01010692,Ross and Cromarty North West - 03,5e,Primary sector workers,S02002012,Ross and Cromarty North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180756 +180756,S00110177,6b2,White Suburban Communities,S01009512,Dunnikier Central,8b,Ageing suburbanites,S02001791,Kirkcaldy Dunnikier,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180757 +180757,S00118911,1b3,Ageing Rural Flat Tenants,S01010766,Sutherland East - 01,2d,Rural traits,S02002025,Sutherland East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180758 +180758,S00110189,6b2,White Suburban Communities,S01009514,Dunnikier North West,8c,Comfortable suburbia,S02001791,Kirkcaldy Dunnikier,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180759 +180759,S00118916,1b3,Ageing Rural Flat Tenants,S01010770,Sutherland East - 05,2d,Rural traits,S02002025,Sutherland East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180760 +180760,S00110385,6b2,White Suburban Communities,S01009549,Thornton North,5c,Comfortable neighbourhoods,S02001798,Thornton and Kinglassie,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180761 +180761,S00118955,1b3,Ageing Rural Flat Tenants,S01010781,Wick South - 06,5e,Primary sector workers,S02002027,Wick South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180762 +180762,S00118967,1b3,Ageing Rural Flat Tenants,S01010795,Caithness North West - 04,5d,Endeavouring social renters,S02002030,Caithness North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180763 +180763,S00118991,1b3,Ageing Rural Flat Tenants,S01010804,Thurso West - 02,5c,Comfortable neighbourhoods,S02002032,Thurso West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180764 +180764,S00119012,1b3,Ageing Rural Flat Tenants,S01010802,Thurso East - 04,5c,Comfortable neighbourhoods,S02002031,Thurso East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180765 +180765,S00119027,1b3,Ageing Rural Flat Tenants,S01010801,Thurso East - 03,5d,Endeavouring social renters,S02002031,Thurso East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180766 +180766,S00119064,1b3,Ageing Rural Flat Tenants,S01010705,Muir of Ord - 03,5c,Comfortable neighbourhoods,S02002015,Muir of Ord,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180767 +180767,S00119067,1b3,Ageing Rural Flat Tenants,S01010704,Muir of Ord - 02,5e,Primary sector workers,S02002015,Muir of Ord,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180768 +180768,S00119077,1b3,Ageing Rural Flat Tenants,S01010598,Inverness Slackbuie - 03,3a,Achieving neighbourhoods,S02001993,Inverness Slackbuie,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180769 +180769,S00119090,1b3,Ageing Rural Flat Tenants,S01010597,Inverness Slackbuie - 02,5b,Aspiring urban households,S02001993,Inverness Slackbuie,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180770 +180770,S00119115,1b3,Ageing Rural Flat Tenants,S01010744,Invergordon - 05,5e,Primary sector workers,S02002021,Invergordon,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180771 +180771,S00119125,1b3,Ageing Rural Flat Tenants,S01010766,Sutherland East - 01,2d,Rural traits,S02002025,Sutherland East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180772 +180772,S00119126,1b3,Ageing Rural Flat Tenants,S01010766,Sutherland East - 01,2d,Rural traits,S02002025,Sutherland East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180773 +180773,S00119129,1b3,Ageing Rural Flat Tenants,S01010768,Sutherland East - 03,5d,Endeavouring social renters,S02002025,Sutherland East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180774 +180774,S00119130,1b3,Ageing Rural Flat Tenants,S01010767,Sutherland East - 02,5e,Primary sector workers,S02002025,Sutherland East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180775 +180775,S00119144,1b3,Ageing Rural Flat Tenants,S01010667,Loch Ness - 04,2c,Remoter communities,S02002006,Loch Ness,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180776 +180776,S00119153,1b3,Ageing Rural Flat Tenants,S01010508,Lochaber West - 05,2c,Remoter communities,S02001978,Lochaber West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180777 +180777,S00119196,1b3,Ageing Rural Flat Tenants,S01010810,Sutherland North and West - 01,2c,Remoter communities,S02002033,Sutherland North and West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180778 +180778,S00119201,1b3,Ageing Rural Flat Tenants,S01010532,Badenoch and Strathspey South - 02,2c,Remoter communities,S02001982,Badenoch and Strathspey South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180779 +180779,S00119208,1b3,Ageing Rural Flat Tenants,S01010513,Fort William North - 04,2d,Rural traits,S02001979,Fort William North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180780 +180780,S00119209,1b3,Ageing Rural Flat Tenants,S01010513,Fort William North - 04,2d,Rural traits,S02001979,Fort William North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180781 +180781,S00119211,1b3,Ageing Rural Flat Tenants,S01010533,Badenoch and Strathspey South - 03,5a,Ageing urban communities,S02001982,Badenoch and Strathspey South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180782 +180782,S00119251,1b3,Ageing Rural Flat Tenants,S01010535,Badenoch and Strathspey South - 05,2c,Remoter communities,S02001982,Badenoch and Strathspey South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180783 +180783,S00119254,1b3,Ageing Rural Flat Tenants,S01010540,Badenoch and Strathspey Central - 05,2c,Remoter communities,S02001983,Badenoch and Strathspey Central,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180784 +180784,S00119260,1b3,Ageing Rural Flat Tenants,S01010790,Caithness North East - 04,2c,Remoter communities,S02002029,Caithness North East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180785 +180785,S00119267,1b3,Ageing Rural Flat Tenants,S01010798,Caithness North West - 07,2c,Remoter communities,S02002030,Caithness North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180786 +180786,S00110620,6b2,White Suburban Communities,S01009567,Caskieberran West,4b,Constrained renters,S02001802,Glenrothes Caskieberran and Rimbleton,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180787 +180787,S00110669,6b2,White Suburban Communities,S01009580,Pitteuchar Woods,8c,Comfortable suburbia,S02001805,Glenrothes Pitteuchar,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180788 +180788,S00110675,6b2,White Suburban Communities,S01009592,Whinnyknowe and Leslie Mains,8b,Ageing suburbanites,S02001807,Glenrothes Balgeddie and Town Park,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180789 +180789,S00110676,6b2,White Suburban Communities,S01009590,Foresters Lodge,8b,Ageing suburbanites,S02001807,Glenrothes Balgeddie and Town Park,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180790 +180790,S00110749,6b2,White Suburban Communities,S01009584,Warout,5b,Aspiring urban households,S02001805,Glenrothes Pitteuchar,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180791 +180791,S00110771,6b2,White Suburban Communities,S01009607,Prestonhall,8b,Ageing suburbanites,S02001811,Markinch and Star,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180792 +180792,S00110789,6b2,White Suburban Communities,S01009590,Foresters Lodge,8b,Ageing suburbanites,S02001807,Glenrothes Balgeddie and Town Park,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180793 +180793,S00110952,6b2,White Suburban Communities,S01009704,Pittenweem West,5e,Primary sector workers,S02001831,St Monans and Pittenweem,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180794 +180794,S00110979,6b2,White Suburban Communities,S01009662,Kettlebridge and Rameldry,2d,Rural traits,S02001822,Kettle and Ladybank,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180795 +180795,S00111030,6b2,White Suburban Communities,S01009696,Craigrothie and Ceres West,2d,Rural traits,S02001829,Dairsie Ceres and Dunino,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180796 +180796,S00111047,6b2,White Suburban Communities,S01009692,Cupar East,8b,Ageing suburbanites,S02001828,Cupar East,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180797 +180797,S00111212,6b2,White Suburban Communities,S01009745,Balmullo South,2b,Prospering countryside life,S02001839,Balmullo and Gauldry,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180798 +180798,S00111218,6b2,White Suburban Communities,S01009743,Gauldry and Balmerino,2d,Rural traits,S02001839,Balmullo and Gauldry,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180799 +180799,S00111269,6b2,White Suburban Communities,S01009297,Beveridgewell East,8c,Comfortable suburbia,S02001744,Dunfermline Milesmark and Wellwood,S12000015,Fife,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,180800 +180800,S00118241,8c2,Ageing Rural Industry Workers,S01010672,Lochlash - 04,5e,Primary sector workers,S02002007,Lochlash,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180801 +180801,S00118251,8c2,Ageing Rural Industry Workers,S01010545,Badenoch and Strathspey North - 04,5e,Primary sector workers,S02001984,Badenoch and Strathspey North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180802 +180802,S00118271,8c2,Ageing Rural Industry Workers,S01010612,Inverness Hilton - 02,5d,Endeavouring social renters,S02001996,Inverness Hilton,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180803 +180803,S00118397,8c2,Ageing Rural Industry Workers,S01010606,Inverness Drummond - 01,4b,Constrained renters,S02001995,Inverness Drummond,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180804 +180804,S00118404,8c2,Ageing Rural Industry Workers,S01010606,Inverness Drummond - 01,4b,Constrained renters,S02001995,Inverness Drummond,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180805 +180805,S00118454,8c2,Ageing Rural Industry Workers,S01010635,Inverness Ballifeary and Dalneigh - 06,4b,Constrained renters,S02002000,Inverness Ballifeary and Dalneigh,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180806 +180806,S00118479,8c2,Ageing Rural Industry Workers,S01010632,Inverness Ballifeary and Dalneigh - 03,4b,Constrained renters,S02002000,Inverness Ballifeary and Dalneigh,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180807 +180807,S00118760,5b2,Communal Retirement,S01010696,Ross and Cromarty Central - 02,5a,Ageing urban communities,S02002013,Ross and Cromarty Central,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180808 +180808,S00118526,8c2,Ageing Rural Industry Workers,S01010642,Inverness Merkinch - 02,4b,Constrained renters,S02002002,Inverness Merkinch,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180809 +180809,S00118574,8c2,Ageing Rural Industry Workers,S01010680,Skye North East - 04,5e,Primary sector workers,S02002009,Skye North East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180810 +180810,S00118576,8c2,Ageing Rural Industry Workers,S01010679,Skye North East - 03,5a,Ageing urban communities,S02002009,Skye North East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180811 +180811,S00118908,5b2,Communal Retirement,S01010690,Ross and Cromarty North West - 01,5e,Primary sector workers,S02002012,Ross and Cromarty North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180812 +180812,S00118585,8c2,Ageing Rural Industry Workers,S01010660,Inverness West Rural - 06,5e,Primary sector workers,S02002005,Inverness West Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180813 +180813,S00118996,5b2,Communal Retirement,S01010799,Thurso East - 01,5e,Primary sector workers,S02002031,Thurso East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180814 +180814,S00118930,8c2,Ageing Rural Industry Workers,S01010788,Caithness North East - 02,2c,Remoter communities,S02002029,Caithness North East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180815 +180815,S00118307,6a3,Detached Retirement Living,S01010621,"Inverness Central, Raigmore and Longman - 03",3c,Highly qualified professionals,S02001998,"Inverness Central, Raigmore and Longman",S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180816 +180816,S00119418,7c2,Constrained Young Families,S01010537,Badenoch and Strathspey Central - 02,5e,Primary sector workers,S02001983,Badenoch and Strathspey Central,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180817 +180817,S00118597,6a2,Comfortable Suburbia,S01010576,Inverness Culloden and Balloch - 06,8b,Ageing suburbanites,S02001989,Inverness Culloden and Balloch,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180818 +180818,S00117799,1a3,Agricultural Communities,S01010664,Loch Ness - 01,2c,Remoter communities,S02002006,Loch Ness,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180819 +180819,S00119162,1a3,Agricultural Communities,S01010729,Black Isle North - 03,2c,Remoter communities,S02002019,Black Isle North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180820 +180820,S00118594,8c2,Ageing Rural Industry Workers,S01010661,Inverness West Rural - 07,5e,Primary sector workers,S02002005,Inverness West Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180821 +180821,S00118595,8c2,Ageing Rural Industry Workers,S01010661,Inverness West Rural - 07,5e,Primary sector workers,S02002005,Inverness West Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180822 +180822,S00118621,8c2,Ageing Rural Industry Workers,S01010572,Inverness Culloden and Balloch - 02,4b,Constrained renters,S02001989,Inverness Culloden and Balloch,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180823 +180823,S00118625,8c2,Ageing Rural Industry Workers,S01010577,Inverness Smithton - 01,4a,Challenged white communities,S02001990,Inverness Smithton,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180824 +180824,S00118636,8c2,Ageing Rural Industry Workers,S01010706,Muir of Ord - 04,5e,Primary sector workers,S02002015,Muir of Ord,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180825 +180825,S00118641,8c2,Ageing Rural Industry Workers,S01010704,Muir of Ord - 02,5e,Primary sector workers,S02002015,Muir of Ord,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180826 +180826,S00118645,8c2,Ageing Rural Industry Workers,S01010704,Muir of Ord - 02,5e,Primary sector workers,S02002015,Muir of Ord,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180827 +180827,S00118651,8c2,Ageing Rural Industry Workers,S01010722,Black Isle South - 04,5e,Primary sector workers,S02002018,Black Isle South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180828 +180828,S00118654,8c2,Ageing Rural Industry Workers,S01010722,Black Isle South - 04,5e,Primary sector workers,S02002018,Black Isle South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180829 +180829,S00118675,8c2,Ageing Rural Industry Workers,S01010570,Inverness East Rural - 05,5e,Primary sector workers,S02001988,Inverness East Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180830 +180830,S00118676,8c2,Ageing Rural Industry Workers,S01010570,Inverness East Rural - 05,5e,Primary sector workers,S02001988,Inverness East Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180831 +180831,S00118722,8c2,Ageing Rural Industry Workers,S01010564,Nairn West - 06,5d,Endeavouring social renters,S02001987,Nairn West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180832 +180832,S00118726,8c2,Ageing Rural Industry Workers,S01010565,Nairn West - 07,5d,Endeavouring social renters,S02001987,Nairn West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180833 +180833,S00118731,8c2,Ageing Rural Industry Workers,S01010557,Nairn East - 04,5e,Primary sector workers,S02001986,Nairn East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180834 +180834,S00118737,8c2,Ageing Rural Industry Workers,S01010556,Nairn East - 03,4a,Challenged white communities,S02001986,Nairn East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180835 +180835,S00118746,8c2,Ageing Rural Industry Workers,S01010550,Nairn Rural - 03,5e,Primary sector workers,S02001985,Nairn Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180836 +180836,S00118773,8c2,Ageing Rural Industry Workers,S01010715,Dingwall - 04,5e,Primary sector workers,S02002017,Dingwall,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180837 +180837,S00118776,8c2,Ageing Rural Industry Workers,S01010715,Dingwall - 04,5e,Primary sector workers,S02002017,Dingwall,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180838 +180838,S00118777,8c2,Ageing Rural Industry Workers,S01010712,Dingwall - 01,5e,Primary sector workers,S02002017,Dingwall,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180839 +180839,S00118778,8c2,Ageing Rural Industry Workers,S01010712,Dingwall - 01,5e,Primary sector workers,S02002017,Dingwall,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180840 +180840,S00118780,8c2,Ageing Rural Industry Workers,S01010714,Dingwall - 03,4b,Constrained renters,S02002017,Dingwall,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180841 +180841,S00118788,8c2,Ageing Rural Industry Workers,S01010713,Dingwall - 02,5e,Primary sector workers,S02002017,Dingwall,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180842 +180842,S00118797,8c2,Ageing Rural Industry Workers,S01010733,Alness - 02,4a,Challenged white communities,S02002020,Alness,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180843 +180843,S00118837,8c2,Ageing Rural Industry Workers,S01010741,Invergordon - 02,2a,Ageing rural neighbourhoods,S02002021,Invergordon,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180844 +180844,S00118843,8c2,Ageing Rural Industry Workers,S01010740,Invergordon - 01,4a,Challenged white communities,S02002021,Invergordon,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180845 +180845,S00118845,8c2,Ageing Rural Industry Workers,S01010740,Invergordon - 01,4a,Challenged white communities,S02002021,Invergordon,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180846 +180846,S00118858,8c2,Ageing Rural Industry Workers,S01010744,Invergordon - 05,5e,Primary sector workers,S02002021,Invergordon,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180847 +180847,S00118880,8c2,Ageing Rural Industry Workers,S01010755,Tain - 04,5e,Primary sector workers,S02002023,Tain,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180848 +180848,S00118889,8c2,Ageing Rural Industry Workers,S01010755,Tain - 04,5e,Primary sector workers,S02002023,Tain,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180849 +180849,S00118890,8c2,Ageing Rural Industry Workers,S01010755,Tain - 04,5e,Primary sector workers,S02002023,Tain,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180850 +180850,S00118896,8c2,Ageing Rural Industry Workers,S01010752,Tain - 01,5e,Primary sector workers,S02002023,Tain,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180851 +180851,S00118899,8c2,Ageing Rural Industry Workers,S01010754,Tain - 03,5e,Primary sector workers,S02002023,Tain,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180852 +180852,S00118902,8c2,Ageing Rural Industry Workers,S01010759,Sutherland South - 03,5e,Primary sector workers,S02002024,Sutherland South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180853 +180853,S00118907,8c2,Ageing Rural Industry Workers,S01010690,Ross and Cromarty North West - 01,5e,Primary sector workers,S02002012,Ross and Cromarty North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180854 +180854,S00118913,8c2,Ageing Rural Industry Workers,S01010766,Sutherland East - 01,2d,Rural traits,S02002025,Sutherland East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180855 +180855,S00118914,8c2,Ageing Rural Industry Workers,S01010766,Sutherland East - 01,2d,Rural traits,S02002025,Sutherland East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180856 +180856,S00118920,8c2,Ageing Rural Industry Workers,S01010768,Sutherland East - 03,5d,Endeavouring social renters,S02002025,Sutherland East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180857 +180857,S00118927,8c2,Ageing Rural Industry Workers,S01010782,Wick North - 01,5e,Primary sector workers,S02002028,Wick North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180858 +180858,S00118928,8c2,Ageing Rural Industry Workers,S01010782,Wick North - 01,5e,Primary sector workers,S02002028,Wick North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180859 +180859,S00119001,5b2,Communal Retirement,S01010803,Thurso West - 01,5a,Ageing urban communities,S02002032,Thurso West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180860 +180860,S00118935,8c2,Ageing Rural Industry Workers,S01010782,Wick North - 01,5e,Primary sector workers,S02002028,Wick North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180861 +180861,S00117808,1a3,Agricultural Communities,S01010655,Inverness West Rural - 01,2c,Remoter communities,S02002005,Inverness West Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180862 +180862,S00118937,8c2,Ageing Rural Industry Workers,S01010784,Wick North - 03,4a,Challenged white communities,S02002028,Wick North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180863 +180863,S00119202,5b2,Communal Retirement,S01010516,Fort William South - 01,5e,Primary sector workers,S02001980,Fort William South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180864 +180864,S00119164,1a3,Agricultural Communities,S01010703,Muir of Ord - 01,2c,Remoter communities,S02002015,Muir of Ord,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180865 +180865,S00118598,6a2,Comfortable Suburbia,S01010575,Inverness Culloden and Balloch - 05,8b,Ageing suburbanites,S02001989,Inverness Culloden and Balloch,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180866 +180866,S00118350,6a3,Detached Retirement Living,S01010605,Inverness Lochardil and Holm Mains - 07,8b,Ageing suburbanites,S02001994,Inverness Lochardil and Holm Mains,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180867 +180867,S00119468,7c2,Constrained Young Families,S01010633,Inverness Ballifeary and Dalneigh - 04,4a,Challenged white communities,S02002000,Inverness Ballifeary and Dalneigh,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180868 +180868,S00119484,7c2,Constrained Young Families,S01010648,Inverness Scorguie - 04,5e,Primary sector workers,S02002003,Inverness Scorguie,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180869 +180869,S00119485,7c2,Constrained Young Families,S01010644,Inverness Merkinch - 04,4d,Hard-pressed flat dwellers,S02002002,Inverness Merkinch,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180870 +180870,S00119538,7c2,Constrained Young Families,S01010556,Nairn East - 03,4a,Challenged white communities,S02001986,Nairn East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180871 +180871,S00119590,7c2,Constrained Young Families,S01010776,Wick South - 01,4a,Challenged white communities,S02002027,Wick South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180872 +180872,S00119591,7c2,Constrained Young Families,S01010779,Wick South - 04,4a,Challenged white communities,S02002027,Wick South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180873 +180873,S00119593,7c2,Constrained Young Families,S01010806,Thurso West - 04,5e,Primary sector workers,S02002032,Thurso West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180874 +180874,S00117753,5b1,Delayed Retirement,S01010595,Inverness Inshes - 06,3a,Achieving neighbourhoods,S02001992,Inverness Inshes,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180875 +180875,S00117759,5b1,Delayed Retirement,S01010591,Inverness Inshes - 02,5b,Aspiring urban households,S02001992,Inverness Inshes,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180876 +180876,S00117769,5b1,Delayed Retirement,S01010585,Inverness Westhill - 04,5b,Aspiring urban households,S02001991,Inverness Westhill,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180877 +180877,S00118303,5b1,Delayed Retirement,S01010621,"Inverness Central, Raigmore and Longman - 03",3c,Highly qualified professionals,S02001998,"Inverness Central, Raigmore and Longman",S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180878 +180878,S00118408,5b1,Delayed Retirement,S01010607,Inverness Drummond - 02,8b,Ageing suburbanites,S02001995,Inverness Drummond,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180879 +180879,S00118464,5b1,Delayed Retirement,S01010636,Inverness Muirtown - 01,5e,Primary sector workers,S02002001,Inverness Muirtown,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180880 +180880,S00118484,5b1,Delayed Retirement,S01010631,Inverness Ballifeary and Dalneigh - 02,5a,Ageing urban communities,S02002000,Inverness Ballifeary and Dalneigh,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180881 +180881,S00118613,5b1,Delayed Retirement,S01010571,Inverness Culloden and Balloch - 01,5b,Aspiring urban households,S02001989,Inverness Culloden and Balloch,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180882 +180882,S00118762,5b1,Delayed Retirement,S01010696,Ross and Cromarty Central - 02,5a,Ageing urban communities,S02002013,Ross and Cromarty Central,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180883 +180883,S00119121,5b1,Delayed Retirement,S01010759,Sutherland South - 03,5e,Primary sector workers,S02002024,Sutherland South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180884 +180884,S00119434,5b1,Delayed Retirement,S01010592,Inverness Inshes - 03,5b,Aspiring urban households,S02001992,Inverness Inshes,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180885 +180885,S00119440,5b1,Delayed Retirement,S01010592,Inverness Inshes - 03,5b,Aspiring urban households,S02001992,Inverness Inshes,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180886 +180886,S00119454,5b1,Delayed Retirement,S01010602,Inverness Lochardil and Holm Mains - 04,8c,Comfortable suburbia,S02001994,Inverness Lochardil and Holm Mains,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180887 +180887,S00119497,5b1,Delayed Retirement,S01010587,Inverness Westhill - 06,8b,Ageing suburbanites,S02001991,Inverness Westhill,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180888 +180888,S00119514,5b1,Delayed Retirement,S01010571,Inverness Culloden and Balloch - 01,5b,Aspiring urban households,S02001989,Inverness Culloden and Balloch,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180889 +180889,S00119515,5b1,Delayed Retirement,S01010571,Inverness Culloden and Balloch - 01,5b,Aspiring urban households,S02001989,Inverness Culloden and Balloch,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180890 +180890,S00119523,5b1,Delayed Retirement,S01010580,Inverness Smithton - 04,3d,Households in terraces and flats,S02001990,Inverness Smithton,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180891 +180891,S00119613,5b1,Delayed Retirement,S01010583,Inverness Westhill - 02,8c,Comfortable suburbia,S02001991,Inverness Westhill,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180892 +180892,S00119635,5b1,Delayed Retirement,S01010600,Inverness Lochardil and Holm Mains - 02,5e,Primary sector workers,S02001994,Inverness Lochardil and Holm Mains,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180893 +180893,S00119638,5b1,Delayed Retirement,S01010600,Inverness Lochardil and Holm Mains - 02,5e,Primary sector workers,S02001994,Inverness Lochardil and Holm Mains,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180894 +180894,S00118268,8b1,Deprived Blue-Collar Terraces,S01010612,Inverness Hilton - 02,5d,Endeavouring social renters,S02001996,Inverness Hilton,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180895 +180895,S00118320,8b1,Deprived Blue-Collar Terraces,S01010623,"Inverness Central, Raigmore and Longman - 05",3a,Achieving neighbourhoods,S02001998,"Inverness Central, Raigmore and Longman",S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180896 +180896,S00119203,5b2,Communal Retirement,S01010522,Fort William South - 07,4b,Constrained renters,S02001980,Fort William South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180897 +180897,S00118957,8c2,Ageing Rural Industry Workers,S01010778,Wick South - 03,4a,Challenged white communities,S02002027,Wick South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180898 +180898,S00117810,1a3,Agricultural Communities,S01010655,Inverness West Rural - 01,2c,Remoter communities,S02002005,Inverness West Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180899 +180899,S00119168,1a3,Agricultural Communities,S01010699,Ross and Cromarty East - 01,2c,Remoter communities,S02002014,Ross and Cromarty East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180900 +180900,S00118351,6a3,Detached Retirement Living,S01010603,Inverness Lochardil and Holm Mains - 05,8b,Ageing suburbanites,S02001994,Inverness Lochardil and Holm Mains,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180901 +180901,S00118605,6a2,Comfortable Suburbia,S01010574,Inverness Culloden and Balloch - 04,8b,Ageing suburbanites,S02001989,Inverness Culloden and Balloch,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180902 +180902,S00118371,8b1,Deprived Blue-Collar Terraces,S01010600,Inverness Lochardil and Holm Mains - 02,5e,Primary sector workers,S02001994,Inverness Lochardil and Holm Mains,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180903 +180903,S00118938,8b1,Deprived Blue-Collar Terraces,S01010784,Wick North - 03,4a,Challenged white communities,S02002028,Wick North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180904 +180904,S00119587,8b1,Deprived Blue-Collar Terraces,S01010776,Wick South - 01,4a,Challenged white communities,S02002027,Wick South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180905 +180905,S00118441,7b2,Deprived Neighbourhoods,S01010633,Inverness Ballifeary and Dalneigh - 04,4a,Challenged white communities,S02002000,Inverness Ballifeary and Dalneigh,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180906 +180906,S00119047,7b2,Deprived Neighbourhoods,S01010642,Inverness Merkinch - 02,4b,Constrained renters,S02002002,Inverness Merkinch,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180907 +180907,S00117817,6a3,Detached Retirement Living,S01010656,Inverness West Rural - 02,2d,Rural traits,S02002005,Inverness West Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180908 +180908,S00117869,6a3,Detached Retirement Living,S01010568,Inverness East Rural - 03,2d,Rural traits,S02001988,Inverness East Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180909 +180909,S00117908,6a3,Detached Retirement Living,S01010729,Black Isle North - 03,2c,Remoter communities,S02002019,Black Isle North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180910 +180910,S00117920,6a3,Detached Retirement Living,S01010720,Black Isle South - 02,2d,Rural traits,S02002018,Black Isle South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180911 +180911,S00117928,6a3,Detached Retirement Living,S01010695,Ross and Cromarty Central - 01,2c,Remoter communities,S02002013,Ross and Cromarty Central,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180912 +180912,S00117931,6a3,Detached Retirement Living,S01010700,Ross and Cromarty East - 02,2c,Remoter communities,S02002014,Ross and Cromarty East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180913 +180913,S00117937,6a3,Detached Retirement Living,S01010741,Invergordon - 02,2a,Ageing rural neighbourhoods,S02002021,Invergordon,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180914 +180914,S00117977,6a3,Detached Retirement Living,S01010694,Ross and Cromarty North West - 05,2c,Remoter communities,S02002012,Ross and Cromarty North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180915 +180915,S00118136,6a3,Detached Retirement Living,S01010518,Fort William South - 03,5e,Primary sector workers,S02001980,Fort William South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180916 +180916,S00118196,6a3,Detached Retirement Living,S01010510,Fort William North - 01,2a,Ageing rural neighbourhoods,S02001979,Fort William North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180917 +180917,S00118235,6a3,Detached Retirement Living,S01010542,Badenoch and Strathspey North - 01,2c,Remoter communities,S02001984,Badenoch and Strathspey North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180918 +180918,S00118244,6a3,Detached Retirement Living,S01010544,Badenoch and Strathspey North - 03,5e,Primary sector workers,S02001984,Badenoch and Strathspey North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180919 +180919,S00118275,6a3,Detached Retirement Living,S01010613,Inverness Hilton - 03,5e,Primary sector workers,S02001996,Inverness Hilton,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180920 +180920,S00118276,6a3,Detached Retirement Living,S01010625,Inverness Crown and Haugh - 01,8a,Affluent communities,S02001999,Inverness Crown and Haugh,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180921 +180921,S00118285,6a3,Detached Retirement Living,S01010625,Inverness Crown and Haugh - 01,8a,Affluent communities,S02001999,Inverness Crown and Haugh,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180922 +180922,S00119173,1a3,Agricultural Communities,S01010691,Ross and Cromarty North West - 02,2c,Remoter communities,S02002012,Ross and Cromarty North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180923 +180923,S00119178,1a3,Agricultural Communities,S01010677,Skye North East - 01,2c,Remoter communities,S02002009,Skye North East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180924 +180924,S00118615,6a2,Comfortable Suburbia,S01010574,Inverness Culloden and Balloch - 04,8b,Ageing suburbanites,S02001989,Inverness Culloden and Balloch,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180925 +180925,S00119185,1a3,Agricultural Communities,S01010674,Skye South - 02,2c,Remoter communities,S02002008,Skye South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180926 +180926,S00119250,1a3,Agricultural Communities,S01010532,Badenoch and Strathspey South - 02,2c,Remoter communities,S02001982,Badenoch and Strathspey South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180927 +180927,S00118631,6a2,Comfortable Suburbia,S01010726,Black Isle South - 08,2d,Rural traits,S02002018,Black Isle South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180928 +180928,S00118353,6a3,Detached Retirement Living,S01010599,Inverness Lochardil and Holm Mains - 01,8c,Comfortable suburbia,S02001994,Inverness Lochardil and Holm Mains,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180929 +180929,S00117830,1a3,Agricultural Communities,S01010668,Loch Ness - 05,2a,Ageing rural neighbourhoods,S02002006,Loch Ness,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180930 +180930,S00119212,5b2,Communal Retirement,S01010533,Badenoch and Strathspey South - 03,5a,Ageing urban communities,S02001982,Badenoch and Strathspey South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180931 +180931,S00119252,1a3,Agricultural Communities,S01010535,Badenoch and Strathspey South - 05,2c,Remoter communities,S02001982,Badenoch and Strathspey South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180932 +180932,S00118660,6a2,Comfortable Suburbia,S01010711,Conon - 05,8b,Ageing suburbanites,S02002016,Conon,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180933 +180933,S00118355,6a3,Detached Retirement Living,S01010603,Inverness Lochardil and Holm Mains - 05,8b,Ageing suburbanites,S02001994,Inverness Lochardil and Holm Mains,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180934 +180934,S00117844,1a3,Agricultural Communities,S01010509,Lochaber West - 06,2c,Remoter communities,S02001978,Lochaber West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180935 +180935,S00119213,5b2,Communal Retirement,S01010668,Loch Ness - 05,2a,Ageing rural neighbourhoods,S02002006,Loch Ness,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180936 +180936,S00118972,8c2,Ageing Rural Industry Workers,S01010806,Thurso West - 04,5e,Primary sector workers,S02002032,Thurso West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180937 +180937,S00119277,1a3,Agricultural Communities,S01010791,Caithness North East - 05,2c,Remoter communities,S02002029,Caithness North East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180938 +180938,S00118784,6a2,Comfortable Suburbia,S01010718,Dingwall - 07,5e,Primary sector workers,S02002017,Dingwall,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180939 +180939,S00118360,6a3,Detached Retirement Living,S01010601,Inverness Lochardil and Holm Mains - 03,8a,Affluent communities,S02001994,Inverness Lochardil and Holm Mains,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180940 +180940,S00117855,1a3,Agricultural Communities,S01010504,Lochaber West - 01,2c,Remoter communities,S02001978,Lochaber West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180941 +180941,S00118976,8c2,Ageing Rural Industry Workers,S01010805,Thurso West - 03,5c,Comfortable neighbourhoods,S02002032,Thurso West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180942 +180942,S00118984,8c2,Ageing Rural Industry Workers,S01010807,Thurso West - 05,5d,Endeavouring social renters,S02002032,Thurso West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180943 +180943,S00118986,8c2,Ageing Rural Industry Workers,S01010808,Thurso West - 06,5e,Primary sector workers,S02002032,Thurso West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180944 +180944,S00118987,8c2,Ageing Rural Industry Workers,S01010807,Thurso West - 05,5d,Endeavouring social renters,S02002032,Thurso West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180945 +180945,S00119006,8c2,Ageing Rural Industry Workers,S01010806,Thurso West - 04,5e,Primary sector workers,S02002032,Thurso West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180946 +180946,S00119042,8c2,Ageing Rural Industry Workers,S01010654,Inverness Kinmylies and South West - 05,4a,Challenged white communities,S02002004,Inverness Kinmylies and South West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180947 +180947,S00119055,8c2,Ageing Rural Industry Workers,S01010680,Skye North East - 04,5e,Primary sector workers,S02002009,Skye North East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180948 +180948,S00119120,8c2,Ageing Rural Industry Workers,S01010752,Tain - 01,5e,Primary sector workers,S02002023,Tain,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180949 +180949,S00119122,8c2,Ageing Rural Industry Workers,S01010759,Sutherland South - 03,5e,Primary sector workers,S02002024,Sutherland South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180950 +180950,S00119123,8c2,Ageing Rural Industry Workers,S01010692,Ross and Cromarty North West - 03,5e,Primary sector workers,S02002012,Ross and Cromarty North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180951 +180951,S00119124,8c2,Ageing Rural Industry Workers,S01010692,Ross and Cromarty North West - 03,5e,Primary sector workers,S02002012,Ross and Cromarty North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180952 +180952,S00119204,8c2,Ageing Rural Industry Workers,S01010521,Fort William South - 06,5e,Primary sector workers,S02001980,Fort William South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180953 +180953,S00119235,8c2,Ageing Rural Industry Workers,S01010813,Sutherland North and West - 04,2d,Rural traits,S02002033,Sutherland North and West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180954 +180954,S00119244,8c2,Ageing Rural Industry Workers,S01010734,Alness - 03,5e,Primary sector workers,S02002020,Alness,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180955 +180955,S00119370,8c2,Ageing Rural Industry Workers,S01010673,Skye South - 01,2a,Ageing rural neighbourhoods,S02002008,Skye South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180956 +180956,S00119396,8c2,Ageing Rural Industry Workers,S01010526,Lochaber East and North - 03,2d,Rural traits,S02001981,Lochaber East and North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180957 +180957,S00119399,8c2,Ageing Rural Industry Workers,S01010526,Lochaber East and North - 03,2d,Rural traits,S02001981,Lochaber East and North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180958 +180958,S00119413,8c2,Ageing Rural Industry Workers,S01010534,Badenoch and Strathspey South - 04,5e,Primary sector workers,S02001982,Badenoch and Strathspey South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180959 +180959,S00119417,8c2,Ageing Rural Industry Workers,S01010537,Badenoch and Strathspey Central - 02,5e,Primary sector workers,S02001983,Badenoch and Strathspey Central,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180960 +180960,S00119420,8c2,Ageing Rural Industry Workers,S01010544,Badenoch and Strathspey North - 03,5e,Primary sector workers,S02001984,Badenoch and Strathspey North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180961 +180961,S00119427,8c2,Ageing Rural Industry Workers,S01010666,Loch Ness - 03,2d,Rural traits,S02002006,Loch Ness,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180962 +180962,S00119429,8c2,Ageing Rural Industry Workers,S01010666,Loch Ness - 03,2d,Rural traits,S02002006,Loch Ness,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180963 +180963,S00119473,8c2,Ageing Rural Industry Workers,S01010638,Inverness Muirtown - 03,4b,Constrained renters,S02002001,Inverness Muirtown,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180964 +180964,S00119540,8c2,Ageing Rural Industry Workers,S01010696,Ross and Cromarty Central - 02,5a,Ageing urban communities,S02002013,Ross and Cromarty Central,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180965 +180965,S00119553,8c2,Ageing Rural Industry Workers,S01010718,Dingwall - 07,5e,Primary sector workers,S02002017,Dingwall,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180966 +180966,S00119560,8c2,Ageing Rural Industry Workers,S01010735,Alness - 04,4b,Constrained renters,S02002020,Alness,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180967 +180967,S00119568,8c2,Ageing Rural Industry Workers,S01010752,Tain - 01,5e,Primary sector workers,S02002023,Tain,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180968 +180968,S00119574,8c2,Ageing Rural Industry Workers,S01010770,Sutherland East - 05,2d,Rural traits,S02002025,Sutherland East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180969 +180969,S00119578,8c2,Ageing Rural Industry Workers,S01010783,Wick North - 02,4b,Constrained renters,S02002028,Wick North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180970 +180970,S00119582,8c2,Ageing Rural Industry Workers,S01010785,Wick North - 04,5e,Primary sector workers,S02002028,Wick North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180971 +180971,S00119584,8c2,Ageing Rural Industry Workers,S01010780,Wick South - 05,5e,Primary sector workers,S02002027,Wick South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180972 +180972,S00119589,8c2,Ageing Rural Industry Workers,S01010776,Wick South - 01,4a,Challenged white communities,S02002027,Wick South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180973 +180973,S00119601,8c2,Ageing Rural Industry Workers,S01010690,Ross and Cromarty North West - 01,5e,Primary sector workers,S02002012,Ross and Cromarty North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180974 +180974,S00119610,8c2,Ageing Rural Industry Workers,S01010654,Inverness Kinmylies and South West - 05,4a,Challenged white communities,S02002004,Inverness Kinmylies and South West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180975 +180975,S00117654,1a3,Agricultural Communities,S01010541,Badenoch and Strathspey Central - 06,2a,Ageing rural neighbourhoods,S02001983,Badenoch and Strathspey Central,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180976 +180976,S00117656,1a3,Agricultural Communities,S01010540,Badenoch and Strathspey Central - 05,2c,Remoter communities,S02001983,Badenoch and Strathspey Central,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180977 +180977,S00117662,1a3,Agricultural Communities,S01010543,Badenoch and Strathspey North - 02,2c,Remoter communities,S02001984,Badenoch and Strathspey North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180978 +180978,S00117665,1a3,Agricultural Communities,S01010547,Badenoch and Strathspey North - 06,2c,Remoter communities,S02001984,Badenoch and Strathspey North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180979 +180979,S00117668,1a3,Agricultural Communities,S01010547,Badenoch and Strathspey North - 06,2c,Remoter communities,S02001984,Badenoch and Strathspey North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180980 +180980,S00117680,1a3,Agricultural Communities,S01010787,Caithness North East - 01,2c,Remoter communities,S02002029,Caithness North East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180981 +180981,S00117690,1a3,Agricultural Communities,S01010775,Caithness South - 04,2c,Remoter communities,S02002026,Caithness South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180982 +180982,S00117703,1a3,Agricultural Communities,S01010772,Caithness South - 01,2c,Remoter communities,S02002026,Caithness South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180983 +180983,S00117724,1a3,Agricultural Communities,S01010793,Caithness North West - 02,2c,Remoter communities,S02002030,Caithness North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180984 +180984,S00117735,1a3,Agricultural Communities,S01010566,Inverness East Rural - 01,2c,Remoter communities,S02001988,Inverness East Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180985 +180985,S00117797,1a3,Agricultural Communities,S01010667,Loch Ness - 04,2c,Remoter communities,S02002006,Loch Ness,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180986 +180986,S00119218,5b2,Communal Retirement,S01010539,Badenoch and Strathspey Central - 04,2a,Ageing rural neighbourhoods,S02001983,Badenoch and Strathspey Central,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180987 +180987,S00119281,1a3,Agricultural Communities,S01010596,Inverness Slackbuie - 01,2c,Remoter communities,S02001993,Inverness Slackbuie,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180988 +180988,S00118785,6a2,Comfortable Suburbia,S01010718,Dingwall - 07,5e,Primary sector workers,S02002017,Dingwall,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180989 +180989,S00118942,6a2,Comfortable Suburbia,S01010785,Wick North - 04,5e,Primary sector workers,S02002028,Wick North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180990 +180990,S00118370,6a3,Detached Retirement Living,S01010610,Inverness Drummond - 05,5a,Ageing urban communities,S02001995,Inverness Drummond,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180991 +180991,S00119285,1a3,Agricultural Communities,S01010569,Inverness East Rural - 04,2a,Ageing rural neighbourhoods,S02001988,Inverness East Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180992 +180992,S00119421,5b2,Communal Retirement,S01010546,Badenoch and Strathspey North - 05,5a,Ageing urban communities,S02001984,Badenoch and Strathspey North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180993 +180993,S00117859,1a3,Agricultural Communities,S01010505,Lochaber West - 02,2c,Remoter communities,S02001978,Lochaber West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180994 +180994,S00119053,6a2,Comfortable Suburbia,S01010583,Inverness Westhill - 02,8c,Comfortable suburbia,S02001991,Inverness Westhill,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180995 +180995,S00118373,6a3,Detached Retirement Living,S01010600,Inverness Lochardil and Holm Mains - 02,5e,Primary sector workers,S02001994,Inverness Lochardil and Holm Mains,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180996 +180996,S00119455,5b2,Communal Retirement,S01010601,Inverness Lochardil and Holm Mains - 03,8a,Affluent communities,S02001994,Inverness Lochardil and Holm Mains,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180997 +180997,S00119466,5b2,Communal Retirement,S01010610,Inverness Drummond - 05,5a,Ageing urban communities,S02001995,Inverness Drummond,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180998 +180998,S00119475,5b2,Communal Retirement,S01010636,Inverness Muirtown - 01,5e,Primary sector workers,S02002001,Inverness Muirtown,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,180999 +180999,S00117644,7c2,Constrained Young Families,S01010538,Badenoch and Strathspey Central - 03,5e,Primary sector workers,S02001983,Badenoch and Strathspey Central,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181000 +181000,S00118153,7c2,Constrained Young Families,S01010523,Fort William South - 08,4b,Constrained renters,S02001980,Fort William South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181001 +181001,S00118226,7c2,Constrained Young Families,S01010536,Badenoch and Strathspey Central - 01,5e,Primary sector workers,S02001983,Badenoch and Strathspey Central,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181002 +181002,S00118312,7c2,Constrained Young Families,S01010622,"Inverness Central, Raigmore and Longman - 04",4b,Constrained renters,S02001998,"Inverness Central, Raigmore and Longman",S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181003 +181003,S00118313,7c2,Constrained Young Families,S01010624,"Inverness Central, Raigmore and Longman - 06",4b,Constrained renters,S02001998,"Inverness Central, Raigmore and Longman",S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181004 +181004,S00118380,7c2,Constrained Young Families,S01010609,Inverness Drummond - 04,4b,Constrained renters,S02001995,Inverness Drummond,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181005 +181005,S00118389,7c2,Constrained Young Families,S01010615,Inverness Hilton - 05,5b,Aspiring urban households,S02001996,Inverness Hilton,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181006 +181006,S00118436,7c2,Constrained Young Families,S01010632,Inverness Ballifeary and Dalneigh - 03,4b,Constrained renters,S02002000,Inverness Ballifeary and Dalneigh,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181007 +181007,S00118446,7c2,Constrained Young Families,S01010635,Inverness Ballifeary and Dalneigh - 06,4b,Constrained renters,S02002000,Inverness Ballifeary and Dalneigh,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181008 +181008,S00118455,7c2,Constrained Young Families,S01010635,Inverness Ballifeary and Dalneigh - 06,4b,Constrained renters,S02002000,Inverness Ballifeary and Dalneigh,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181009 +181009,S00118514,7c2,Constrained Young Families,S01010643,Inverness Merkinch - 03,4b,Constrained renters,S02002002,Inverness Merkinch,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181010 +181010,S00118518,7c2,Constrained Young Families,S01010644,Inverness Merkinch - 04,4d,Hard-pressed flat dwellers,S02002002,Inverness Merkinch,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181011 +181011,S00118519,7c2,Constrained Young Families,S01010644,Inverness Merkinch - 04,4d,Hard-pressed flat dwellers,S02002002,Inverness Merkinch,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181012 +181012,S00118520,7c2,Constrained Young Families,S01010644,Inverness Merkinch - 04,4d,Hard-pressed flat dwellers,S02002002,Inverness Merkinch,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181013 +181013,S00118522,7c2,Constrained Young Families,S01010644,Inverness Merkinch - 04,4d,Hard-pressed flat dwellers,S02002002,Inverness Merkinch,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181014 +181014,S00118524,7c2,Constrained Young Families,S01010644,Inverness Merkinch - 04,4d,Hard-pressed flat dwellers,S02002002,Inverness Merkinch,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181015 +181015,S00118527,7c2,Constrained Young Families,S01010639,Inverness Muirtown - 04,4b,Constrained renters,S02002001,Inverness Muirtown,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181016 +181016,S00118537,7c2,Constrained Young Families,S01010641,Inverness Merkinch - 01,4b,Constrained renters,S02002002,Inverness Merkinch,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181017 +181017,S00118540,7c2,Constrained Young Families,S01010639,Inverness Muirtown - 04,4b,Constrained renters,S02002001,Inverness Muirtown,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181018 +181018,S00118544,7c2,Constrained Young Families,S01010639,Inverness Muirtown - 04,4b,Constrained renters,S02002001,Inverness Muirtown,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181019 +181019,S00118721,7c2,Constrained Young Families,S01010564,Nairn West - 06,5d,Endeavouring social renters,S02001987,Nairn West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181020 +181020,S00118775,7c2,Constrained Young Families,S01010714,Dingwall - 03,4b,Constrained renters,S02002017,Dingwall,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181021 +181021,S00118848,7c2,Constrained Young Families,S01010743,Invergordon - 04,4a,Challenged white communities,S02002021,Invergordon,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181022 +181022,S00118881,7c2,Constrained Young Families,S01010753,Tain - 02,5e,Primary sector workers,S02002023,Tain,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181023 +181023,S00118884,7c2,Constrained Young Families,S01010753,Tain - 02,5e,Primary sector workers,S02002023,Tain,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181024 +181024,S00118926,7c2,Constrained Young Families,S01010783,Wick North - 02,4b,Constrained renters,S02002028,Wick North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181025 +181025,S00118958,7c2,Constrained Young Families,S01010778,Wick South - 03,4a,Challenged white communities,S02002027,Wick South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181026 +181026,S00118960,7c2,Constrained Young Families,S01010777,Wick South - 02,4a,Challenged white communities,S02002027,Wick South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181027 +181027,S00118961,7c2,Constrained Young Families,S01010778,Wick South - 03,4a,Challenged white communities,S02002027,Wick South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181028 +181028,S00118962,7c2,Constrained Young Families,S01010777,Wick South - 02,4a,Challenged white communities,S02002027,Wick South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181029 +181029,S00118963,7c2,Constrained Young Families,S01010778,Wick South - 03,4a,Challenged white communities,S02002027,Wick South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181030 +181030,S00118999,7c2,Constrained Young Families,S01010803,Thurso West - 01,5a,Ageing urban communities,S02002032,Thurso West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181031 +181031,S00119011,7c2,Constrained Young Families,S01010802,Thurso East - 04,5c,Comfortable neighbourhoods,S02002031,Thurso East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181032 +181032,S00119017,7c2,Constrained Young Families,S01010800,Thurso East - 02,4a,Challenged white communities,S02002031,Thurso East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181033 +181033,S00119048,7c2,Constrained Young Families,S01010642,Inverness Merkinch - 02,4b,Constrained renters,S02002002,Inverness Merkinch,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181034 +181034,S00119199,7c2,Constrained Young Families,S01010527,Lochaber East and North - 04,5e,Primary sector workers,S02001981,Lochaber East and North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181035 +181035,S00119401,7c2,Constrained Young Families,S01010522,Fort William South - 07,4b,Constrained renters,S02001980,Fort William South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181036 +181036,S00117862,1a3,Agricultural Communities,S01010509,Lochaber West - 06,2c,Remoter communities,S02001978,Lochaber West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181037 +181037,S00119289,1a3,Agricultural Communities,S01010658,Inverness West Rural - 04,2c,Remoter communities,S02002005,Inverness West Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181038 +181038,S00119058,6a2,Comfortable Suburbia,S01010579,Inverness Smithton - 03,8b,Ageing suburbanites,S02001990,Inverness Smithton,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181039 +181039,S00119066,6a2,Comfortable Suburbia,S01010705,Muir of Ord - 03,5c,Comfortable neighbourhoods,S02002015,Muir of Ord,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181040 +181040,S00118376,6a3,Detached Retirement Living,S01010600,Inverness Lochardil and Holm Mains - 02,5e,Primary sector workers,S02001994,Inverness Lochardil and Holm Mains,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181041 +181041,S00119294,1a3,Agricultural Communities,S01010655,Inverness West Rural - 01,2c,Remoter communities,S02002005,Inverness West Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181042 +181042,S00119070,6a2,Comfortable Suburbia,S01010711,Conon - 05,8b,Ageing suburbanites,S02002016,Conon,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181043 +181043,S00118405,6a3,Detached Retirement Living,S01010607,Inverness Drummond - 02,8b,Ageing suburbanites,S02001995,Inverness Drummond,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181044 +181044,S00119307,1a3,Agricultural Communities,S01010508,Lochaber West - 05,2c,Remoter communities,S02001978,Lochaber West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181045 +181045,S00117865,1a3,Agricultural Communities,S01010506,Lochaber West - 03,2c,Remoter communities,S02001978,Lochaber West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181046 +181046,S00119084,6a2,Comfortable Suburbia,S01010598,Inverness Slackbuie - 03,3a,Achieving neighbourhoods,S02001993,Inverness Slackbuie,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181047 +181047,S00118430,6a3,Detached Retirement Living,S01010605,Inverness Lochardil and Holm Mains - 07,8b,Ageing suburbanites,S02001994,Inverness Lochardil and Holm Mains,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181048 +181048,S00119310,1a3,Agricultural Communities,S01010528,Lochaber East and North - 05,2c,Remoter communities,S02001981,Lochaber East and North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181049 +181049,S00117870,1a3,Agricultural Communities,S01010548,Nairn Rural - 01,2c,Remoter communities,S02001985,Nairn Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181050 +181050,S00119086,6a2,Comfortable Suburbia,S01010597,Inverness Slackbuie - 02,5b,Aspiring urban households,S02001993,Inverness Slackbuie,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181051 +181051,S00118431,6a3,Detached Retirement Living,S01010605,Inverness Lochardil and Holm Mains - 07,8b,Ageing suburbanites,S02001994,Inverness Lochardil and Holm Mains,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181052 +181052,S00118491,6a3,Detached Retirement Living,S01010652,Inverness Kinmylies and South West - 03,5b,Aspiring urban households,S02002004,Inverness Kinmylies and South West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181053 +181053,S00118561,6a3,Detached Retirement Living,S01010587,Inverness Westhill - 06,8b,Ageing suburbanites,S02001991,Inverness Westhill,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181054 +181054,S00118564,6a3,Detached Retirement Living,S01010586,Inverness Westhill - 05,8b,Ageing suburbanites,S02001991,Inverness Westhill,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181055 +181055,S00118566,6a3,Detached Retirement Living,S01010583,Inverness Westhill - 02,8c,Comfortable suburbia,S02001991,Inverness Westhill,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181056 +181056,S00118568,6a3,Detached Retirement Living,S01010587,Inverness Westhill - 06,8b,Ageing suburbanites,S02001991,Inverness Westhill,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181057 +181057,S00118599,6a3,Detached Retirement Living,S01010576,Inverness Culloden and Balloch - 06,8b,Ageing suburbanites,S02001989,Inverness Culloden and Balloch,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181058 +181058,S00118601,6a3,Detached Retirement Living,S01010576,Inverness Culloden and Balloch - 06,8b,Ageing suburbanites,S02001989,Inverness Culloden and Balloch,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181059 +181059,S00118603,6a3,Detached Retirement Living,S01010579,Inverness Smithton - 03,8b,Ageing suburbanites,S02001990,Inverness Smithton,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181060 +181060,S00118630,6a3,Detached Retirement Living,S01010726,Black Isle South - 08,2d,Rural traits,S02002018,Black Isle South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181061 +181061,S00118633,6a3,Detached Retirement Living,S01010726,Black Isle South - 08,2d,Rural traits,S02002018,Black Isle South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181062 +181062,S00118638,6a3,Detached Retirement Living,S01010705,Muir of Ord - 03,5c,Comfortable neighbourhoods,S02002015,Muir of Ord,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181063 +181063,S00118639,6a3,Detached Retirement Living,S01010705,Muir of Ord - 03,5c,Comfortable neighbourhoods,S02002015,Muir of Ord,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181064 +181064,S00118656,6a3,Detached Retirement Living,S01010711,Conon - 05,8b,Ageing suburbanites,S02002016,Conon,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181065 +181065,S00118669,6a3,Detached Retirement Living,S01010710,Conon - 04,5d,Endeavouring social renters,S02002016,Conon,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181066 +181066,S00118687,6a3,Detached Retirement Living,S01010560,Nairn West - 02,8b,Ageing suburbanites,S02001987,Nairn West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181067 +181067,S00118688,6a3,Detached Retirement Living,S01010560,Nairn West - 02,8b,Ageing suburbanites,S02001987,Nairn West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181068 +181068,S00118694,6a3,Detached Retirement Living,S01010562,Nairn West - 04,8b,Ageing suburbanites,S02001987,Nairn West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181069 +181069,S00118699,6a3,Detached Retirement Living,S01010561,Nairn West - 03,2a,Ageing rural neighbourhoods,S02001987,Nairn West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181070 +181070,S00118742,6a3,Detached Retirement Living,S01010558,Nairn East - 05,5e,Primary sector workers,S02001986,Nairn East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181071 +181071,S00118743,6a3,Detached Retirement Living,S01010558,Nairn East - 05,5e,Primary sector workers,S02001986,Nairn East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181072 +181072,S00118783,6a3,Detached Retirement Living,S01010718,Dingwall - 07,5e,Primary sector workers,S02002017,Dingwall,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181073 +181073,S00118805,6a3,Detached Retirement Living,S01010732,Alness - 01,4a,Challenged white communities,S02002020,Alness,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181074 +181074,S00118821,6a3,Detached Retirement Living,S01010736,Alness - 05,8b,Ageing suburbanites,S02002020,Alness,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181075 +181075,S00118835,6a3,Detached Retirement Living,S01010741,Invergordon - 02,2a,Ageing rural neighbourhoods,S02002021,Invergordon,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181076 +181076,S00118888,6a3,Detached Retirement Living,S01010756,Tain - 05,2d,Rural traits,S02002023,Tain,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181077 +181077,S00118933,6a3,Detached Retirement Living,S01010786,Wick North - 05,2d,Rural traits,S02002028,Wick North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181078 +181078,S00118974,6a3,Detached Retirement Living,S01010805,Thurso West - 03,5c,Comfortable neighbourhoods,S02002032,Thurso West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181079 +181079,S00119038,6a3,Detached Retirement Living,S01010601,Inverness Lochardil and Holm Mains - 03,8a,Affluent communities,S02001994,Inverness Lochardil and Holm Mains,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181080 +181080,S00119043,6a3,Detached Retirement Living,S01010645,Inverness Scorguie - 01,5e,Primary sector workers,S02002003,Inverness Scorguie,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181081 +181081,S00119056,6a3,Detached Retirement Living,S01010660,Inverness West Rural - 06,5e,Primary sector workers,S02002005,Inverness West Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181082 +181082,S00119060,6a3,Detached Retirement Living,S01010580,Inverness Smithton - 04,3d,Households in terraces and flats,S02001990,Inverness Smithton,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181083 +181083,S00119072,6a3,Detached Retirement Living,S01010665,Loch Ness - 02,2c,Remoter communities,S02002006,Loch Ness,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181084 +181084,S00119093,6a3,Detached Retirement Living,S01010717,Dingwall - 06,8b,Ageing suburbanites,S02002017,Dingwall,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181085 +181085,S00119094,6a3,Detached Retirement Living,S01010717,Dingwall - 06,8b,Ageing suburbanites,S02002017,Dingwall,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181086 +181086,S00119095,6a3,Detached Retirement Living,S01010717,Dingwall - 06,8b,Ageing suburbanites,S02002017,Dingwall,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181087 +181087,S00119108,6a3,Detached Retirement Living,S01010736,Alness - 05,8b,Ageing suburbanites,S02002020,Alness,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181088 +181088,S00119119,6a3,Detached Retirement Living,S01010756,Tain - 05,2d,Rural traits,S02002023,Tain,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181089 +181089,S00119160,6a3,Detached Retirement Living,S01010548,Nairn Rural - 01,2c,Remoter communities,S02001985,Nairn Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181090 +181090,S00119316,1a3,Agricultural Communities,S01010552,Nairn Rural - 05,2c,Remoter communities,S02001985,Nairn Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181091 +181091,S00119318,1a3,Agricultural Communities,S01010552,Nairn Rural - 05,2c,Remoter communities,S02001985,Nairn Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181092 +181092,S00119088,6a2,Comfortable Suburbia,S01010590,Inverness Inshes - 01,8b,Ageing suburbanites,S02001992,Inverness Inshes,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181093 +181093,S00119359,1a3,Agricultural Communities,S01010750,Seaboard - 05,2c,Remoter communities,S02002022,Seaboard,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181094 +181094,S00119597,1a3,Agricultural Communities,S01010697,Ross and Cromarty Central - 03,2c,Remoter communities,S02002013,Ross and Cromarty Central,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181095 +181095,S00119091,6a2,Comfortable Suburbia,S01010596,Inverness Slackbuie - 01,2c,Remoter communities,S02001993,Inverness Slackbuie,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181096 +181096,S00119622,1a3,Agricultural Communities,S01010664,Loch Ness - 01,2c,Remoter communities,S02002006,Loch Ness,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181097 +181097,S00119092,6a2,Comfortable Suburbia,S01010598,Inverness Slackbuie - 03,3a,Achieving neighbourhoods,S02001993,Inverness Slackbuie,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181098 +181098,S00118319,4b1,Asian Terraces and Flats,S01010624,"Inverness Central, Raigmore and Longman - 06",4b,Constrained renters,S02001998,"Inverness Central, Raigmore and Longman",S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181099 +181099,S00119109,6a2,Comfortable Suburbia,S01010593,Inverness Inshes - 04,2b,Prospering countryside life,S02001992,Inverness Inshes,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181100 +181100,S00118316,7c1,Challenged Transitionaries,S01010622,"Inverness Central, Raigmore and Longman - 04",4b,Constrained renters,S02001998,"Inverness Central, Raigmore and Longman",S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181101 +181101,S00119110,6a2,Comfortable Suburbia,S01010590,Inverness Inshes - 01,8b,Ageing suburbanites,S02001992,Inverness Inshes,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181102 +181102,S00118447,7c1,Challenged Transitionaries,S01010635,Inverness Ballifeary and Dalneigh - 06,4b,Constrained renters,S02002000,Inverness Ballifeary and Dalneigh,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181103 +181103,S00119118,6a2,Comfortable Suburbia,S01010756,Tain - 05,2d,Rural traits,S02002023,Tain,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181104 +181104,S00118949,7c1,Challenged Transitionaries,S01010781,Wick South - 06,5e,Primary sector workers,S02002027,Wick South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181105 +181105,S00119147,6a2,Comfortable Suburbia,S01010663,Inverness West Rural - 09,2c,Remoter communities,S02002005,Inverness West Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181106 +181106,S00119229,6a2,Comfortable Suburbia,S01010728,Black Isle North - 02,2c,Remoter communities,S02002019,Black Isle North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181107 +181107,S00119284,6a2,Comfortable Suburbia,S01010567,Inverness East Rural - 02,2a,Ageing rural neighbourhoods,S02001988,Inverness East Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181108 +181108,S00119286,6a2,Comfortable Suburbia,S01010569,Inverness East Rural - 04,2a,Ageing rural neighbourhoods,S02001988,Inverness East Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181109 +181109,S00119300,6a2,Comfortable Suburbia,S01010662,Inverness West Rural - 08,2b,Prospering countryside life,S02002005,Inverness West Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181110 +181110,S00119334,6a2,Comfortable Suburbia,S01010727,Black Isle North - 01,2c,Remoter communities,S02002019,Black Isle North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181111 +181111,S00119460,6a2,Comfortable Suburbia,S01010604,Inverness Lochardil and Holm Mains - 06,8b,Ageing suburbanites,S02001994,Inverness Lochardil and Holm Mains,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181112 +181112,S00119583,6a2,Comfortable Suburbia,S01010785,Wick North - 04,5e,Primary sector workers,S02002028,Wick North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181113 +181113,S00119612,6a2,Comfortable Suburbia,S01010583,Inverness Westhill - 02,8c,Comfortable suburbia,S02001991,Inverness Westhill,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181114 +181114,S00119614,6a2,Comfortable Suburbia,S01010574,Inverness Culloden and Balloch - 04,8b,Ageing suburbanites,S02001989,Inverness Culloden and Balloch,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181115 +181115,S00119615,6a2,Comfortable Suburbia,S01010581,Inverness Smithton - 05,5b,Aspiring urban households,S02001990,Inverness Smithton,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181116 +181116,S00119632,6a2,Comfortable Suburbia,S01010539,Badenoch and Strathspey Central - 04,2a,Ageing rural neighbourhoods,S02001983,Badenoch and Strathspey Central,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181117 +181117,S00119636,6a2,Comfortable Suburbia,S01010590,Inverness Inshes - 01,8b,Ageing suburbanites,S02001992,Inverness Inshes,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181118 +181118,S00119637,6a2,Comfortable Suburbia,S01010590,Inverness Inshes - 01,8b,Ageing suburbanites,S02001992,Inverness Inshes,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181119 +181119,S00119639,6a2,Comfortable Suburbia,S01010590,Inverness Inshes - 01,8b,Ageing suburbanites,S02001992,Inverness Inshes,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181120 +181120,S00119640,6a2,Comfortable Suburbia,S01010590,Inverness Inshes - 01,8b,Ageing suburbanites,S02001992,Inverness Inshes,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181121 +181121,S00118128,5b2,Communal Retirement,S01010516,Fort William South - 01,5e,Primary sector workers,S02001980,Fort William South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181122 +181122,S00118159,5b2,Communal Retirement,S01010521,Fort William South - 06,5e,Primary sector workers,S02001980,Fort William South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181123 +181123,S00117871,1a3,Agricultural Communities,S01010548,Nairn Rural - 01,2c,Remoter communities,S02001985,Nairn Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181124 +181124,S00118216,5b2,Communal Retirement,S01010533,Badenoch and Strathspey South - 03,5a,Ageing urban communities,S02001982,Badenoch and Strathspey South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181125 +181125,S00118289,5b2,Communal Retirement,S01010628,Inverness Crown and Haugh - 04,3c,Highly qualified professionals,S02001999,Inverness Crown and Haugh,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181126 +181126,S00118291,5b2,Communal Retirement,S01010628,Inverness Crown and Haugh - 04,3c,Highly qualified professionals,S02001999,Inverness Crown and Haugh,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181127 +181127,S00118328,5b2,Communal Retirement,S01010624,"Inverness Central, Raigmore and Longman - 06",4b,Constrained renters,S02001998,"Inverness Central, Raigmore and Longman",S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181128 +181128,S00118409,5b2,Communal Retirement,S01010627,Inverness Crown and Haugh - 03,3c,Highly qualified professionals,S02001999,Inverness Crown and Haugh,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181129 +181129,S00118417,5b2,Communal Retirement,S01010626,Inverness Crown and Haugh - 02,2a,Ageing rural neighbourhoods,S02001999,Inverness Crown and Haugh,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181130 +181130,S00118421,5b2,Communal Retirement,S01010627,Inverness Crown and Haugh - 03,3c,Highly qualified professionals,S02001999,Inverness Crown and Haugh,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181131 +181131,S00118482,5b2,Communal Retirement,S01010630,Inverness Ballifeary and Dalneigh - 01,5e,Primary sector workers,S02002000,Inverness Ballifeary and Dalneigh,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181132 +181132,S00118485,5b2,Communal Retirement,S01010631,Inverness Ballifeary and Dalneigh - 02,5a,Ageing urban communities,S02002000,Inverness Ballifeary and Dalneigh,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181133 +181133,S00118592,5b2,Communal Retirement,S01010661,Inverness West Rural - 07,5e,Primary sector workers,S02002005,Inverness West Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181134 +181134,S00118706,5b2,Communal Retirement,S01010555,Nairn East - 02,5e,Primary sector workers,S02001986,Nairn East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181135 +181135,S00118952,7c1,Challenged Transitionaries,S01010779,Wick South - 04,4a,Challenged white communities,S02002027,Wick South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181136 +181136,S00117880,1a3,Agricultural Communities,S01010553,Nairn Rural - 06,2c,Remoter communities,S02001985,Nairn Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181137 +181137,S00119025,7c1,Challenged Transitionaries,S01010799,Thurso East - 01,5e,Primary sector workers,S02002031,Thurso East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181138 +181138,S00117882,1a3,Agricultural Communities,S01010553,Nairn Rural - 06,2c,Remoter communities,S02001985,Nairn Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181139 +181139,S00119028,7c1,Challenged Transitionaries,S01010799,Thurso East - 01,5e,Primary sector workers,S02002031,Thurso East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181140 +181140,S00117892,1a3,Agricultural Communities,S01010698,Ross and Cromarty Central - 04,2c,Remoter communities,S02002013,Ross and Cromarty Central,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181141 +181141,S00119031,7c1,Challenged Transitionaries,S01010799,Thurso East - 01,5e,Primary sector workers,S02002031,Thurso East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181142 +181142,S00119135,7c1,Challenged Transitionaries,S01010776,Wick South - 01,4a,Challenged white communities,S02002027,Wick South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181143 +181143,S00119436,7c1,Challenged Transitionaries,S01010592,Inverness Inshes - 03,5b,Aspiring urban households,S02001992,Inverness Inshes,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181144 +181144,S00119487,7c1,Challenged Transitionaries,S01010642,Inverness Merkinch - 02,4b,Constrained renters,S02002002,Inverness Merkinch,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181145 +181145,S00119549,7c1,Challenged Transitionaries,S01010714,Dingwall - 03,4b,Constrained renters,S02002017,Dingwall,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181146 +181146,S00117755,6a2,Comfortable Suburbia,S01010594,Inverness Inshes - 05,3a,Achieving neighbourhoods,S02001992,Inverness Inshes,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181147 +181147,S00117764,6a2,Comfortable Suburbia,S01010586,Inverness Westhill - 05,8b,Ageing suburbanites,S02001991,Inverness Westhill,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181148 +181148,S00117765,6a2,Comfortable Suburbia,S01010585,Inverness Westhill - 04,5b,Aspiring urban households,S02001991,Inverness Westhill,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181149 +181149,S00117766,6a2,Comfortable Suburbia,S01010584,Inverness Westhill - 03,5e,Primary sector workers,S02001991,Inverness Westhill,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181150 +181150,S00117767,6a2,Comfortable Suburbia,S01010585,Inverness Westhill - 04,5b,Aspiring urban households,S02001991,Inverness Westhill,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181151 +181151,S00117771,6a2,Comfortable Suburbia,S01010584,Inverness Westhill - 03,5e,Primary sector workers,S02001991,Inverness Westhill,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181152 +181152,S00117772,6a2,Comfortable Suburbia,S01010585,Inverness Westhill - 04,5b,Aspiring urban households,S02001991,Inverness Westhill,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181153 +181153,S00117774,6a2,Comfortable Suburbia,S01010586,Inverness Westhill - 05,8b,Ageing suburbanites,S02001991,Inverness Westhill,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181154 +181154,S00117778,6a2,Comfortable Suburbia,S01010584,Inverness Westhill - 03,5e,Primary sector workers,S02001991,Inverness Westhill,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181155 +181155,S00117780,6a2,Comfortable Suburbia,S01010582,Inverness Westhill - 01,2a,Ageing rural neighbourhoods,S02001991,Inverness Westhill,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181156 +181156,S00117888,6a2,Comfortable Suburbia,S01010549,Nairn Rural - 02,2b,Prospering countryside life,S02001985,Nairn Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181157 +181157,S00117921,6a2,Comfortable Suburbia,S01010723,Black Isle South - 05,2c,Remoter communities,S02002018,Black Isle South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181158 +181158,S00118274,6a2,Comfortable Suburbia,S01010613,Inverness Hilton - 03,5e,Primary sector workers,S02001996,Inverness Hilton,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181159 +181159,S00118280,6a2,Comfortable Suburbia,S01010625,Inverness Crown and Haugh - 01,8a,Affluent communities,S02001999,Inverness Crown and Haugh,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181160 +181160,S00118555,6a2,Comfortable Suburbia,S01010588,Inverness Westhill - 07,8c,Comfortable suburbia,S02001991,Inverness Westhill,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181161 +181161,S00118557,6a2,Comfortable Suburbia,S01010588,Inverness Westhill - 07,8c,Comfortable suburbia,S02001991,Inverness Westhill,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181162 +181162,S00118563,6a2,Comfortable Suburbia,S01010586,Inverness Westhill - 05,8b,Ageing suburbanites,S02001991,Inverness Westhill,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181163 +181163,S00118567,6a2,Comfortable Suburbia,S01010583,Inverness Westhill - 02,8c,Comfortable suburbia,S02001991,Inverness Westhill,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181164 +181164,S00117893,1a3,Agricultural Communities,S01010697,Ross and Cromarty Central - 03,2c,Remoter communities,S02002013,Ross and Cromarty Central,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181165 +181165,S00117899,1a3,Agricultural Communities,S01010725,Black Isle South - 07,2c,Remoter communities,S02002018,Black Isle South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181166 +181166,S00117917,1a3,Agricultural Communities,S01010723,Black Isle South - 05,2c,Remoter communities,S02002018,Black Isle South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181167 +181167,S00117918,1a3,Agricultural Communities,S01010723,Black Isle South - 05,2c,Remoter communities,S02002018,Black Isle South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181168 +181168,S00117923,1a3,Agricultural Communities,S01010731,Black Isle North - 05,2d,Rural traits,S02002019,Black Isle North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181169 +181169,S00117929,1a3,Agricultural Communities,S01010695,Ross and Cromarty Central - 01,2c,Remoter communities,S02002013,Ross and Cromarty Central,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181170 +181170,S00117932,1a3,Agricultural Communities,S01010700,Ross and Cromarty East - 02,2c,Remoter communities,S02002014,Ross and Cromarty East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181171 +181171,S00117941,1a3,Agricultural Communities,S01010747,Seaboard - 02,2d,Rural traits,S02002022,Seaboard,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181172 +181172,S00117944,1a3,Agricultural Communities,S01010762,Sutherland South - 06,2c,Remoter communities,S02002024,Sutherland South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181173 +181173,S00117948,1a3,Agricultural Communities,S01010746,Seaboard - 01,2c,Remoter communities,S02002022,Seaboard,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181174 +181174,S00117950,1a3,Agricultural Communities,S01010746,Seaboard - 01,2c,Remoter communities,S02002022,Seaboard,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181175 +181175,S00117958,1a3,Agricultural Communities,S01010750,Seaboard - 05,2c,Remoter communities,S02002022,Seaboard,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181176 +181176,S00117959,1a3,Agricultural Communities,S01010748,Seaboard - 03,2c,Remoter communities,S02002022,Seaboard,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181177 +181177,S00117970,1a3,Agricultural Communities,S01010687,Ross and Cromarty South West - 02,2a,Ageing rural neighbourhoods,S02002011,Ross and Cromarty South West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181178 +181178,S00117984,1a3,Agricultural Communities,S01010691,Ross and Cromarty North West - 02,2c,Remoter communities,S02002012,Ross and Cromarty North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181179 +181179,S00118017,1a3,Agricultural Communities,S01010673,Skye South - 01,2a,Ageing rural neighbourhoods,S02002008,Skye South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181180 +181180,S00118045,1a3,Agricultural Communities,S01010671,Lochlash - 03,2a,Ageing rural neighbourhoods,S02002007,Lochlash,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181181 +181181,S00118046,1a3,Agricultural Communities,S01010685,Skye North West - 04,2c,Remoter communities,S02002010,Skye North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181182 +181182,S00118052,1a3,Agricultural Communities,S01010684,Skye North West - 03,2c,Remoter communities,S02002010,Skye North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181183 +181183,S00118058,1a3,Agricultural Communities,S01010757,Sutherland South - 01,2c,Remoter communities,S02002024,Sutherland South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181184 +181184,S00118061,1a3,Agricultural Communities,S01010761,Sutherland South - 05,2c,Remoter communities,S02002024,Sutherland South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181185 +181185,S00118063,1a3,Agricultural Communities,S01010761,Sutherland South - 05,2c,Remoter communities,S02002024,Sutherland South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181186 +181186,S00118070,1a3,Agricultural Communities,S01010765,Sutherland South - 09,2c,Remoter communities,S02002024,Sutherland South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181187 +181187,S00118079,1a3,Agricultural Communities,S01010757,Sutherland South - 01,2c,Remoter communities,S02002024,Sutherland South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181188 +181188,S00118085,1a3,Agricultural Communities,S01010814,Sutherland North and West - 05,2c,Remoter communities,S02002033,Sutherland North and West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181189 +181189,S00118086,1a3,Agricultural Communities,S01010814,Sutherland North and West - 05,2c,Remoter communities,S02002033,Sutherland North and West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181190 +181190,S00118087,1a3,Agricultural Communities,S01010815,Sutherland North and West - 06,2c,Remoter communities,S02002033,Sutherland North and West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181191 +181191,S00118088,1a3,Agricultural Communities,S01010815,Sutherland North and West - 06,2c,Remoter communities,S02002033,Sutherland North and West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181192 +181192,S00118102,1a3,Agricultural Communities,S01010771,Sutherland East - 06,2d,Rural traits,S02002025,Sutherland East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181193 +181193,S00118110,1a3,Agricultural Communities,S01010766,Sutherland East - 01,2d,Rural traits,S02002025,Sutherland East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181194 +181194,S00118111,1a3,Agricultural Communities,S01010770,Sutherland East - 05,2d,Rural traits,S02002025,Sutherland East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181195 +181195,S00118112,1a3,Agricultural Communities,S01010811,Sutherland North and West - 02,2c,Remoter communities,S02002033,Sutherland North and West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181196 +181196,S00118755,1a3,Agricultural Communities,S01010720,Black Isle South - 02,2d,Rural traits,S02002018,Black Isle South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181197 +181197,S00119068,1a3,Agricultural Communities,S01010665,Loch Ness - 02,2c,Remoter communities,S02002006,Loch Ness,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181198 +181198,S00119158,1a3,Agricultural Communities,S01010505,Lochaber West - 02,2c,Remoter communities,S02001978,Lochaber West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181199 +181199,S00119159,1a3,Agricultural Communities,S01010504,Lochaber West - 01,2c,Remoter communities,S02001978,Lochaber West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181200 +181200,S00119220,6a3,Detached Retirement Living,S01010542,Badenoch and Strathspey North - 01,2c,Remoter communities,S02001984,Badenoch and Strathspey North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181201 +181201,S00119225,6a3,Detached Retirement Living,S01010666,Loch Ness - 03,2d,Rural traits,S02002006,Loch Ness,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181202 +181202,S00119226,6a3,Detached Retirement Living,S01010625,Inverness Crown and Haugh - 01,8a,Affluent communities,S02001999,Inverness Crown and Haugh,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181203 +181203,S00119230,6a3,Detached Retirement Living,S01010728,Black Isle North - 02,2c,Remoter communities,S02002019,Black Isle North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181204 +181204,S00119232,6a3,Detached Retirement Living,S01010728,Black Isle North - 02,2c,Remoter communities,S02002019,Black Isle North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181205 +181205,S00119283,6a3,Detached Retirement Living,S01010567,Inverness East Rural - 02,2a,Ageing rural neighbourhoods,S02001988,Inverness East Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181206 +181206,S00119299,6a3,Detached Retirement Living,S01010662,Inverness West Rural - 08,2b,Prospering countryside life,S02002005,Inverness West Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181207 +181207,S00119332,6a3,Detached Retirement Living,S01010703,Muir of Ord - 01,2c,Remoter communities,S02002015,Muir of Ord,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181208 +181208,S00119406,6a3,Detached Retirement Living,S01010510,Fort William North - 01,2a,Ageing rural neighbourhoods,S02001979,Fort William North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181209 +181209,S00119412,6a3,Detached Retirement Living,S01010534,Badenoch and Strathspey South - 04,5e,Primary sector workers,S02001982,Badenoch and Strathspey South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181210 +181210,S00119416,6a3,Detached Retirement Living,S01010537,Badenoch and Strathspey Central - 02,5e,Primary sector workers,S02001983,Badenoch and Strathspey Central,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181211 +181211,S00119428,6a3,Detached Retirement Living,S01010666,Loch Ness - 03,2d,Rural traits,S02002006,Loch Ness,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181212 +181212,S00117790,8a2,Industrious Hardship,S01010568,Inverness East Rural - 03,2d,Rural traits,S02001988,Inverness East Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181213 +181213,S00118400,8b2,Hard-Pressed Rented Terraces,S01010606,Inverness Drummond - 01,4b,Constrained renters,S02001995,Inverness Drummond,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181214 +181214,S00118628,8a2,Industrious Hardship,S01010580,Inverness Smithton - 04,3d,Households in terraces and flats,S02001990,Inverness Smithton,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181215 +181215,S00118757,1a2,Established Farming Communities,S01010721,Black Isle South - 03,2d,Rural traits,S02002018,Black Isle South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181216 +181216,S00119580,1c3,Detached Rural Retirement,S01010786,Wick North - 05,2d,Rural traits,S02002028,Wick North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181217 +181217,S00119015,8a2,Industrious Hardship,S01010800,Thurso East - 02,4a,Challenged white communities,S02002031,Thurso East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181218 +181218,S00118180,8d3,Hard-Pressed European Settlers,S01010515,Fort William North - 06,4a,Challenged white communities,S02001979,Fort William North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181219 +181219,S00119438,6a3,Detached Retirement Living,S01010593,Inverness Inshes - 04,2b,Prospering countryside life,S02001992,Inverness Inshes,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181220 +181220,S00119443,6a3,Detached Retirement Living,S01010615,Inverness Hilton - 05,5b,Aspiring urban households,S02001996,Inverness Hilton,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181221 +181221,S00119458,6a3,Detached Retirement Living,S01010601,Inverness Lochardil and Holm Mains - 03,8a,Affluent communities,S02001994,Inverness Lochardil and Holm Mains,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181222 +181222,S00119461,6a3,Detached Retirement Living,S01010604,Inverness Lochardil and Holm Mains - 06,8b,Ageing suburbanites,S02001994,Inverness Lochardil and Holm Mains,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181223 +181223,S00119481,6a3,Detached Retirement Living,S01010651,Inverness Kinmylies and South West - 02,5d,Endeavouring social renters,S02002004,Inverness Kinmylies and South West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181224 +181224,S00119506,6a3,Detached Retirement Living,S01010681,Skye North East - 05,5e,Primary sector workers,S02002009,Skye North East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181225 +181225,S00119508,6a3,Detached Retirement Living,S01010575,Inverness Culloden and Balloch - 05,8b,Ageing suburbanites,S02001989,Inverness Culloden and Balloch,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181226 +181226,S00119510,6a3,Detached Retirement Living,S01010576,Inverness Culloden and Balloch - 06,8b,Ageing suburbanites,S02001989,Inverness Culloden and Balloch,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181227 +181227,S00119511,6a3,Detached Retirement Living,S01010576,Inverness Culloden and Balloch - 06,8b,Ageing suburbanites,S02001989,Inverness Culloden and Balloch,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181228 +181228,S00119551,6a3,Detached Retirement Living,S01010717,Dingwall - 06,8b,Ageing suburbanites,S02002017,Dingwall,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181229 +181229,S00119595,6a3,Detached Retirement Living,S01010809,Thurso West - 07,2a,Ageing rural neighbourhoods,S02002032,Thurso West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181230 +181230,S00119605,6a3,Detached Retirement Living,S01010795,Caithness North West - 04,5d,Endeavouring social renters,S02002030,Caithness North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181231 +181231,S00119618,6a3,Detached Retirement Living,S01010557,Nairn East - 04,5e,Primary sector workers,S02001986,Nairn East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181232 +181232,S00119619,6a3,Detached Retirement Living,S01010557,Nairn East - 04,5e,Primary sector workers,S02001986,Nairn East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181233 +181233,S00119620,6a3,Detached Retirement Living,S01010760,Sutherland South - 04,2a,Ageing rural neighbourhoods,S02002024,Sutherland South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181234 +181234,S00119641,6a3,Detached Retirement Living,S01010600,Inverness Lochardil and Holm Mains - 02,5e,Primary sector workers,S02001994,Inverness Lochardil and Holm Mains,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181235 +181235,S00117718,1c3,Detached Rural Retirement,S01010798,Caithness North West - 07,2c,Remoter communities,S02002030,Caithness North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181236 +181236,S00117744,1c3,Detached Rural Retirement,S01010567,Inverness East Rural - 02,2a,Ageing rural neighbourhoods,S02001988,Inverness East Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181237 +181237,S00117848,1c3,Detached Rural Retirement,S01010530,Lochaber East and North - 07,2c,Remoter communities,S02001981,Lochaber East and North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181238 +181238,S00117875,1c3,Detached Rural Retirement,S01010548,Nairn Rural - 01,2c,Remoter communities,S02001985,Nairn Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181239 +181239,S00117895,1c3,Detached Rural Retirement,S01010697,Ross and Cromarty Central - 03,2c,Remoter communities,S02002013,Ross and Cromarty Central,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181240 +181240,S00117922,1c3,Detached Rural Retirement,S01010731,Black Isle North - 05,2d,Rural traits,S02002019,Black Isle North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181241 +181241,S00117992,1c3,Detached Rural Retirement,S01010689,Ross and Cromarty South West - 04,2c,Remoter communities,S02002011,Ross and Cromarty South West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181242 +181242,S00118032,1c3,Detached Rural Retirement,S01010678,Skye North East - 02,2c,Remoter communities,S02002009,Skye North East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181243 +181243,S00118034,1c3,Detached Rural Retirement,S01010678,Skye North East - 02,2c,Remoter communities,S02002009,Skye North East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181244 +181244,S00118036,1c3,Detached Rural Retirement,S01010683,Skye North West - 02,2c,Remoter communities,S02002010,Skye North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181245 +181245,S00118053,1c3,Detached Rural Retirement,S01010684,Skye North West - 03,2c,Remoter communities,S02002010,Skye North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181246 +181246,S00118253,1c3,Detached Rural Retirement,S01010546,Badenoch and Strathspey North - 05,5a,Ageing urban communities,S02001984,Badenoch and Strathspey North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181247 +181247,S00118279,1c3,Detached Rural Retirement,S01010625,Inverness Crown and Haugh - 01,8a,Affluent communities,S02001999,Inverness Crown and Haugh,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181248 +181248,S00118424,1c3,Detached Rural Retirement,S01010626,Inverness Crown and Haugh - 02,2a,Ageing rural neighbourhoods,S02001999,Inverness Crown and Haugh,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181249 +181249,S00118579,1c3,Detached Rural Retirement,S01010679,Skye North East - 03,5a,Ageing urban communities,S02002009,Skye North East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181250 +181250,S00118761,1c3,Detached Rural Retirement,S01010696,Ross and Cromarty Central - 02,5a,Ageing urban communities,S02002013,Ross and Cromarty Central,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181251 +181251,S00119166,1c3,Detached Rural Retirement,S01010695,Ross and Cromarty Central - 01,2c,Remoter communities,S02002013,Ross and Cromarty Central,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181252 +181252,S00119171,1c3,Detached Rural Retirement,S01010694,Ross and Cromarty North West - 05,2c,Remoter communities,S02002012,Ross and Cromarty North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181253 +181253,S00119180,1c3,Detached Rural Retirement,S01010671,Lochlash - 03,2a,Ageing rural neighbourhoods,S02002007,Lochlash,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181254 +181254,S00119355,1c3,Detached Rural Retirement,S01010702,Ross and Cromarty East - 04,2a,Ageing rural neighbourhoods,S02002014,Ross and Cromarty East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181255 +181255,S00119360,1c3,Detached Rural Retirement,S01010687,Ross and Cromarty South West - 02,2a,Ageing rural neighbourhoods,S02002011,Ross and Cromarty South West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181256 +181256,S00119564,1c3,Detached Rural Retirement,S01010744,Invergordon - 05,5e,Primary sector workers,S02002021,Invergordon,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181257 +181257,S00118121,7b1,Eastern European Communities,S01010527,Lochaber East and North - 04,5e,Primary sector workers,S02001981,Lochaber East and North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181258 +181258,S00118403,8b2,Hard-Pressed Rented Terraces,S01010606,Inverness Drummond - 01,4b,Constrained renters,S02001995,Inverness Drummond,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181259 +181259,S00119016,8a2,Industrious Hardship,S01010800,Thurso East - 02,4a,Challenged white communities,S02002031,Thurso East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181260 +181260,S00118640,8a2,Industrious Hardship,S01010705,Muir of Ord - 03,5c,Comfortable neighbourhoods,S02002015,Muir of Ord,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181261 +181261,S00118191,8d3,Hard-Pressed European Settlers,S01010511,Fort William North - 02,4a,Challenged white communities,S02001979,Fort William North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181262 +181262,S00118944,1a2,Established Farming Communities,S01010781,Wick South - 06,5e,Primary sector workers,S02002027,Wick South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181263 +181263,S00118139,7b1,Eastern European Communities,S01010518,Fort William South - 03,5e,Primary sector workers,S02001980,Fort William South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181264 +181264,S00117818,8a2,Industrious Hardship,S01010656,Inverness West Rural - 02,2d,Rural traits,S02002005,Inverness West Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181265 +181265,S00118438,8b2,Hard-Pressed Rented Terraces,S01010633,Inverness Ballifeary and Dalneigh - 04,4a,Challenged white communities,S02002000,Inverness Ballifeary and Dalneigh,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181266 +181266,S00119181,1a2,Established Farming Communities,S01010674,Skye South - 02,2c,Remoter communities,S02002008,Skye South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181267 +181267,S00118321,8d3,Hard-Pressed European Settlers,S01010623,"Inverness Central, Raigmore and Longman - 05",3a,Achieving neighbourhoods,S02001998,"Inverness Central, Raigmore and Longman",S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181268 +181268,S00118140,7b1,Eastern European Communities,S01010518,Fort William South - 03,5e,Primary sector workers,S02001980,Fort William South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181269 +181269,S00117841,8a2,Industrious Hardship,S01010509,Lochaber West - 06,2c,Remoter communities,S02001978,Lochaber West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181270 +181270,S00118643,8a2,Industrious Hardship,S01010705,Muir of Ord - 03,5c,Comfortable neighbourhoods,S02002015,Muir of Ord,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181271 +181271,S00119018,8a2,Industrious Hardship,S01010800,Thurso East - 02,4a,Challenged white communities,S02002031,Thurso East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181272 +181272,S00118442,8b2,Hard-Pressed Rented Terraces,S01010633,Inverness Ballifeary and Dalneigh - 04,4a,Challenged white communities,S02002000,Inverness Ballifeary and Dalneigh,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181273 +181273,S00119195,1a2,Established Farming Communities,S01010769,Sutherland East - 04,2c,Remoter communities,S02002025,Sutherland East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181274 +181274,S00118379,8d3,Hard-Pressed European Settlers,S01010609,Inverness Drummond - 04,4b,Constrained renters,S02001995,Inverness Drummond,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181275 +181275,S00118141,7b1,Eastern European Communities,S01010518,Fort William South - 03,5e,Primary sector workers,S02001980,Fort William South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181276 +181276,S00117851,8a2,Industrious Hardship,S01010529,Lochaber East and North - 06,2d,Rural traits,S02001981,Lochaber East and North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181277 +181277,S00117852,8a2,Industrious Hardship,S01010529,Lochaber East and North - 06,2d,Rural traits,S02001981,Lochaber East and North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181278 +181278,S00117915,8a2,Industrious Hardship,S01010724,Black Isle South - 06,2c,Remoter communities,S02002018,Black Isle South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181279 +181279,S00117966,8a2,Industrious Hardship,S01010687,Ross and Cromarty South West - 02,2a,Ageing rural neighbourhoods,S02002011,Ross and Cromarty South West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181280 +181280,S00118104,8a2,Industrious Hardship,S01010771,Sutherland East - 06,2d,Rural traits,S02002025,Sutherland East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181281 +181281,S00118125,8a2,Industrious Hardship,S01010527,Lochaber East and North - 04,5e,Primary sector workers,S02001981,Lochaber East and North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181282 +181282,S00118127,8a2,Industrious Hardship,S01010527,Lochaber East and North - 04,5e,Primary sector workers,S02001981,Lochaber East and North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181283 +181283,S00118152,8a2,Industrious Hardship,S01010523,Fort William South - 08,4b,Constrained renters,S02001980,Fort William South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181284 +181284,S00118160,8a2,Industrious Hardship,S01010521,Fort William South - 06,5e,Primary sector workers,S02001980,Fort William South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181285 +181285,S00118162,8a2,Industrious Hardship,S01010520,Fort William South - 05,5e,Primary sector workers,S02001980,Fort William South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181286 +181286,S00118170,8a2,Industrious Hardship,S01010512,Fort William North - 03,5e,Primary sector workers,S02001979,Fort William North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181287 +181287,S00118172,8a2,Industrious Hardship,S01010512,Fort William North - 03,5e,Primary sector workers,S02001979,Fort William North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181288 +181288,S00118176,8a2,Industrious Hardship,S01010515,Fort William North - 06,4a,Challenged white communities,S02001979,Fort William North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181289 +181289,S00118182,8a2,Industrious Hardship,S01010514,Fort William North - 05,5e,Primary sector workers,S02001979,Fort William North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181290 +181290,S00118185,8a2,Industrious Hardship,S01010514,Fort William North - 05,5e,Primary sector workers,S02001979,Fort William North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181291 +181291,S00118186,8a2,Industrious Hardship,S01010514,Fort William North - 05,5e,Primary sector workers,S02001979,Fort William North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181292 +181292,S00118188,8a2,Industrious Hardship,S01010511,Fort William North - 02,4a,Challenged white communities,S02001979,Fort William North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181293 +181293,S00118190,8a2,Industrious Hardship,S01010511,Fort William North - 02,4a,Challenged white communities,S02001979,Fort William North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181294 +181294,S00118203,8a2,Industrious Hardship,S01010507,Lochaber West - 04,5e,Primary sector workers,S02001978,Lochaber West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181295 +181295,S00118204,8a2,Industrious Hardship,S01010507,Lochaber West - 04,5e,Primary sector workers,S02001978,Lochaber West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181296 +181296,S00118205,8a2,Industrious Hardship,S01010507,Lochaber West - 04,5e,Primary sector workers,S02001978,Lochaber West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181297 +181297,S00118208,8a2,Industrious Hardship,S01010531,Badenoch and Strathspey South - 01,5e,Primary sector workers,S02001982,Badenoch and Strathspey South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181298 +181298,S00118217,8a2,Industrious Hardship,S01010534,Badenoch and Strathspey South - 04,5e,Primary sector workers,S02001982,Badenoch and Strathspey South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181299 +181299,S00118221,8a2,Industrious Hardship,S01010668,Loch Ness - 05,2a,Ageing rural neighbourhoods,S02002006,Loch Ness,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181300 +181300,S00118228,8a2,Industrious Hardship,S01010537,Badenoch and Strathspey Central - 02,5e,Primary sector workers,S02001983,Badenoch and Strathspey Central,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181301 +181301,S00118236,8a2,Industrious Hardship,S01010542,Badenoch and Strathspey North - 01,2c,Remoter communities,S02001984,Badenoch and Strathspey North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181302 +181302,S00118245,8a2,Industrious Hardship,S01010544,Badenoch and Strathspey North - 03,5e,Primary sector workers,S02001984,Badenoch and Strathspey North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181303 +181303,S00118246,8a2,Industrious Hardship,S01010544,Badenoch and Strathspey North - 03,5e,Primary sector workers,S02001984,Badenoch and Strathspey North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181304 +181304,S00118314,8a2,Industrious Hardship,S01010622,"Inverness Central, Raigmore and Longman - 04",4b,Constrained renters,S02001998,"Inverness Central, Raigmore and Longman",S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181305 +181305,S00118425,8a2,Industrious Hardship,S01010626,Inverness Crown and Haugh - 02,2a,Ageing rural neighbourhoods,S02001999,Inverness Crown and Haugh,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181306 +181306,S00118428,8a2,Industrious Hardship,S01010613,Inverness Hilton - 03,5e,Primary sector workers,S02001996,Inverness Hilton,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181307 +181307,S00118429,8a2,Industrious Hardship,S01010613,Inverness Hilton - 03,5e,Primary sector workers,S02001996,Inverness Hilton,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181308 +181308,S00118443,8a2,Industrious Hardship,S01010633,Inverness Ballifeary and Dalneigh - 04,4a,Challenged white communities,S02002000,Inverness Ballifeary and Dalneigh,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181309 +181309,S00118445,8a2,Industrious Hardship,S01010633,Inverness Ballifeary and Dalneigh - 04,4a,Challenged white communities,S02002000,Inverness Ballifeary and Dalneigh,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181310 +181310,S00118449,8a2,Industrious Hardship,S01010635,Inverness Ballifeary and Dalneigh - 06,4b,Constrained renters,S02002000,Inverness Ballifeary and Dalneigh,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181311 +181311,S00118450,8a2,Industrious Hardship,S01010636,Inverness Muirtown - 01,5e,Primary sector workers,S02002001,Inverness Muirtown,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181312 +181312,S00118452,8a2,Industrious Hardship,S01010636,Inverness Muirtown - 01,5e,Primary sector workers,S02002001,Inverness Muirtown,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181313 +181313,S00118457,8a2,Industrious Hardship,S01010638,Inverness Muirtown - 03,4b,Constrained renters,S02002001,Inverness Muirtown,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181314 +181314,S00118477,8a2,Industrious Hardship,S01010632,Inverness Ballifeary and Dalneigh - 03,4b,Constrained renters,S02002000,Inverness Ballifeary and Dalneigh,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181315 +181315,S00118494,8a2,Industrious Hardship,S01010652,Inverness Kinmylies and South West - 03,5b,Aspiring urban households,S02002004,Inverness Kinmylies and South West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181316 +181316,S00118570,8a2,Industrious Hardship,S01010680,Skye North East - 04,5e,Primary sector workers,S02002009,Skye North East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181317 +181317,S00118571,8a2,Industrious Hardship,S01010680,Skye North East - 04,5e,Primary sector workers,S02002009,Skye North East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181318 +181318,S00118573,8a2,Industrious Hardship,S01010680,Skye North East - 04,5e,Primary sector workers,S02002009,Skye North East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181319 +181319,S00118580,8a2,Industrious Hardship,S01010681,Skye North East - 05,5e,Primary sector workers,S02002009,Skye North East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181320 +181320,S00118581,8a2,Industrious Hardship,S01010681,Skye North East - 05,5e,Primary sector workers,S02002009,Skye North East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181321 +181321,S00118584,8a2,Industrious Hardship,S01010660,Inverness West Rural - 06,5e,Primary sector workers,S02002005,Inverness West Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181322 +181322,S00118593,8a2,Industrious Hardship,S01010661,Inverness West Rural - 07,5e,Primary sector workers,S02002005,Inverness West Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181323 +181323,S00118388,8d3,Hard-Pressed European Settlers,S01010614,Inverness Hilton - 04,4b,Constrained renters,S02001996,Inverness Hilton,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181324 +181324,S00118146,7b1,Eastern European Communities,S01010516,Fort William South - 01,5e,Primary sector workers,S02001980,Fort William South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181325 +181325,S00118444,8b2,Hard-Pressed Rented Terraces,S01010633,Inverness Ballifeary and Dalneigh - 04,4a,Challenged white communities,S02002000,Inverness Ballifeary and Dalneigh,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181326 +181326,S00118644,8a2,Industrious Hardship,S01010704,Muir of Ord - 02,5e,Primary sector workers,S02002015,Muir of Ord,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181327 +181327,S00119019,8a2,Industrious Hardship,S01010800,Thurso East - 02,4a,Challenged white communities,S02002031,Thurso East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181328 +181328,S00118456,8d3,Hard-Pressed European Settlers,S01010634,Inverness Ballifeary and Dalneigh - 05,4a,Challenged white communities,S02002000,Inverness Ballifeary and Dalneigh,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181329 +181329,S00118265,7b1,Eastern European Communities,S01010619,"Inverness Central, Raigmore and Longman - 01",4b,Constrained renters,S02001998,"Inverness Central, Raigmore and Longman",S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181330 +181330,S00118459,8b2,Hard-Pressed Rented Terraces,S01010634,Inverness Ballifeary and Dalneigh - 05,4a,Challenged white communities,S02002000,Inverness Ballifeary and Dalneigh,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181331 +181331,S00118647,8a2,Industrious Hardship,S01010722,Black Isle South - 04,5e,Primary sector workers,S02002018,Black Isle South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181332 +181332,S00119297,1a2,Established Farming Communities,S01010663,Inverness West Rural - 09,2c,Remoter communities,S02002005,Inverness West Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181333 +181333,S00118650,8a2,Industrious Hardship,S01010722,Black Isle South - 04,5e,Primary sector workers,S02002018,Black Isle South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181334 +181334,S00118670,8a2,Industrious Hardship,S01010570,Inverness East Rural - 05,5e,Primary sector workers,S02001988,Inverness East Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181335 +181335,S00118671,8a2,Industrious Hardship,S01010570,Inverness East Rural - 05,5e,Primary sector workers,S02001988,Inverness East Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181336 +181336,S00118672,8a2,Industrious Hardship,S01010570,Inverness East Rural - 05,5e,Primary sector workers,S02001988,Inverness East Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181337 +181337,S00118679,8a2,Industrious Hardship,S01010563,Nairn West - 05,5e,Primary sector workers,S02001987,Nairn West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181338 +181338,S00118681,8a2,Industrious Hardship,S01010563,Nairn West - 05,5e,Primary sector workers,S02001987,Nairn West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181339 +181339,S00118693,8a2,Industrious Hardship,S01010562,Nairn West - 04,8b,Ageing suburbanites,S02001987,Nairn West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181340 +181340,S00118718,8a2,Industrious Hardship,S01010565,Nairn West - 07,5d,Endeavouring social renters,S02001987,Nairn West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181341 +181341,S00118719,8a2,Industrious Hardship,S01010565,Nairn West - 07,5d,Endeavouring social renters,S02001987,Nairn West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181342 +181342,S00118720,8a2,Industrious Hardship,S01010565,Nairn West - 07,5d,Endeavouring social renters,S02001987,Nairn West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181343 +181343,S00118723,8a2,Industrious Hardship,S01010564,Nairn West - 06,5d,Endeavouring social renters,S02001987,Nairn West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181344 +181344,S00118734,8a2,Industrious Hardship,S01010557,Nairn East - 04,5e,Primary sector workers,S02001986,Nairn East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181345 +181345,S00118765,8a2,Industrious Hardship,S01010719,Black Isle South - 01,5a,Ageing urban communities,S02002018,Black Isle South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181346 +181346,S00118767,8a2,Industrious Hardship,S01010716,Dingwall - 05,4b,Constrained renters,S02002017,Dingwall,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181347 +181347,S00118770,8a2,Industrious Hardship,S01010715,Dingwall - 04,5e,Primary sector workers,S02002017,Dingwall,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181348 +181348,S00118772,8a2,Industrious Hardship,S01010715,Dingwall - 04,5e,Primary sector workers,S02002017,Dingwall,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181349 +181349,S00118791,8a2,Industrious Hardship,S01010701,Ross and Cromarty East - 03,5e,Primary sector workers,S02002014,Ross and Cromarty East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181350 +181350,S00118798,8a2,Industrious Hardship,S01010733,Alness - 02,4a,Challenged white communities,S02002020,Alness,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181351 +181351,S00118809,8a2,Industrious Hardship,S01010739,Alness - 08,5e,Primary sector workers,S02002020,Alness,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181352 +181352,S00118816,8a2,Industrious Hardship,S01010737,Alness - 06,5e,Primary sector workers,S02002020,Alness,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181353 +181353,S00118818,8a2,Industrious Hardship,S01010738,Alness - 07,5d,Endeavouring social renters,S02002020,Alness,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181354 +181354,S00118819,8a2,Industrious Hardship,S01010738,Alness - 07,5d,Endeavouring social renters,S02002020,Alness,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181355 +181355,S00118833,8a2,Industrious Hardship,S01010731,Black Isle North - 05,2d,Rural traits,S02002019,Black Isle North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181356 +181356,S00118838,8a2,Industrious Hardship,S01010741,Invergordon - 02,2a,Ageing rural neighbourhoods,S02002021,Invergordon,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181357 +181357,S00118839,8a2,Industrious Hardship,S01010740,Invergordon - 01,4a,Challenged white communities,S02002021,Invergordon,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181358 +181358,S00118855,8a2,Industrious Hardship,S01010744,Invergordon - 05,5e,Primary sector workers,S02002021,Invergordon,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181359 +181359,S00118865,8a2,Industrious Hardship,S01010747,Seaboard - 02,2d,Rural traits,S02002022,Seaboard,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181360 +181360,S00118871,8a2,Industrious Hardship,S01010751,Seaboard - 06,5e,Primary sector workers,S02002022,Seaboard,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181361 +181361,S00118903,8a2,Industrious Hardship,S01010760,Sutherland South - 04,2a,Ageing rural neighbourhoods,S02002024,Sutherland South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181362 +181362,S00118912,8a2,Industrious Hardship,S01010766,Sutherland East - 01,2d,Rural traits,S02002025,Sutherland East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181363 +181363,S00118915,8a2,Industrious Hardship,S01010770,Sutherland East - 05,2d,Rural traits,S02002025,Sutherland East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181364 +181364,S00118917,8a2,Industrious Hardship,S01010768,Sutherland East - 03,5d,Endeavouring social renters,S02002025,Sutherland East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181365 +181365,S00118918,8a2,Industrious Hardship,S01010768,Sutherland East - 03,5d,Endeavouring social renters,S02002025,Sutherland East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181366 +181366,S00118919,8a2,Industrious Hardship,S01010768,Sutherland East - 03,5d,Endeavouring social renters,S02002025,Sutherland East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181367 +181367,S00118921,8a2,Industrious Hardship,S01010767,Sutherland East - 02,5e,Primary sector workers,S02002025,Sutherland East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181368 +181368,S00118931,8a2,Industrious Hardship,S01010786,Wick North - 05,2d,Rural traits,S02002028,Wick North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181369 +181369,S00118932,8a2,Industrious Hardship,S01010786,Wick North - 05,2d,Rural traits,S02002028,Wick North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181370 +181370,S00118936,8a2,Industrious Hardship,S01010784,Wick North - 03,4a,Challenged white communities,S02002028,Wick North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181371 +181371,S00118968,8a2,Industrious Hardship,S01010806,Thurso West - 04,5e,Primary sector workers,S02002032,Thurso West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181372 +181372,S00118971,8a2,Industrious Hardship,S01010806,Thurso West - 04,5e,Primary sector workers,S02002032,Thurso West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181373 +181373,S00118977,8a2,Industrious Hardship,S01010805,Thurso West - 03,5c,Comfortable neighbourhoods,S02002032,Thurso West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181374 +181374,S00118981,8a2,Industrious Hardship,S01010807,Thurso West - 05,5d,Endeavouring social renters,S02002032,Thurso West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181375 +181375,S00118983,8a2,Industrious Hardship,S01010807,Thurso West - 05,5d,Endeavouring social renters,S02002032,Thurso West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181376 +181376,S00118989,8a2,Industrious Hardship,S01010808,Thurso West - 06,5e,Primary sector workers,S02002032,Thurso West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181377 +181377,S00119014,8a2,Industrious Hardship,S01010800,Thurso East - 02,4a,Challenged white communities,S02002031,Thurso East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181378 +181378,S00118266,7b1,Eastern European Communities,S01010619,"Inverness Central, Raigmore and Longman - 01",4b,Constrained renters,S02001998,"Inverness Central, Raigmore and Longman",S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181379 +181379,S00119035,8a2,Industrious Hardship,S01010792,Caithness North West - 01,5d,Endeavouring social renters,S02002030,Caithness North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181380 +181380,S00118478,8d3,Hard-Pressed European Settlers,S01010632,Inverness Ballifeary and Dalneigh - 03,4b,Constrained renters,S02002000,Inverness Ballifeary and Dalneigh,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181381 +181381,S00118495,8b2,Hard-Pressed Rented Terraces,S01010652,Inverness Kinmylies and South West - 03,5b,Aspiring urban households,S02002004,Inverness Kinmylies and South West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181382 +181382,S00119330,1a2,Established Farming Communities,S01010703,Muir of Ord - 01,2c,Remoter communities,S02002015,Muir of Ord,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181383 +181383,S00118309,7b1,Eastern European Communities,S01010619,"Inverness Central, Raigmore and Longman - 01",4b,Constrained renters,S02001998,"Inverness Central, Raigmore and Longman",S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181384 +181384,S00119340,1a2,Established Farming Communities,S01010730,Black Isle North - 04,2c,Remoter communities,S02002019,Black Isle North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181385 +181385,S00119357,1a2,Established Farming Communities,S01010749,Seaboard - 04,2c,Remoter communities,S02002022,Seaboard,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181386 +181386,S00118399,7b1,Eastern European Communities,S01010608,Inverness Drummond - 03,4b,Constrained renters,S02001995,Inverness Drummond,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181387 +181387,S00119358,1a2,Established Farming Communities,S01010750,Seaboard - 05,2c,Remoter communities,S02002022,Seaboard,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181388 +181388,S00118490,8d3,Hard-Pressed European Settlers,S01010651,Inverness Kinmylies and South West - 02,5d,Endeavouring social renters,S02002004,Inverness Kinmylies and South West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181389 +181389,S00118420,7b1,Eastern European Communities,S01010627,Inverness Crown and Haugh - 03,3c,Highly qualified professionals,S02001999,Inverness Crown and Haugh,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181390 +181390,S00119036,8a2,Industrious Hardship,S01010792,Caithness North West - 01,5d,Endeavouring social renters,S02002030,Caithness North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181391 +181391,S00117749,5a3,Families in Terraces and Flats,S01010595,Inverness Inshes - 06,3a,Achieving neighbourhoods,S02001992,Inverness Inshes,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181392 +181392,S00119062,8a2,Industrious Hardship,S01010706,Muir of Ord - 04,5e,Primary sector workers,S02002015,Muir of Ord,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181393 +181393,S00118505,8b2,Hard-Pressed Rented Terraces,S01010648,Inverness Scorguie - 04,5e,Primary sector workers,S02002003,Inverness Scorguie,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181394 +181394,S00118513,8d3,Hard-Pressed European Settlers,S01010642,Inverness Merkinch - 02,4b,Constrained renters,S02002002,Inverness Merkinch,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181395 +181395,S00118434,7b1,Eastern European Communities,S01010630,Inverness Ballifeary and Dalneigh - 01,5e,Primary sector workers,S02002000,Inverness Ballifeary and Dalneigh,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181396 +181396,S00119097,8a2,Industrious Hardship,S01010713,Dingwall - 02,5e,Primary sector workers,S02002017,Dingwall,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181397 +181397,S00118525,8b2,Hard-Pressed Rented Terraces,S01010642,Inverness Merkinch - 02,4b,Constrained renters,S02002002,Inverness Merkinch,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181398 +181398,S00118517,8d3,Hard-Pressed European Settlers,S01010643,Inverness Merkinch - 03,4b,Constrained renters,S02002002,Inverness Merkinch,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181399 +181399,S00117752,5a3,Families in Terraces and Flats,S01010594,Inverness Inshes - 05,3a,Achieving neighbourhoods,S02001992,Inverness Inshes,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181400 +181400,S00118521,7b1,Eastern European Communities,S01010644,Inverness Merkinch - 04,4d,Hard-pressed flat dwellers,S02002002,Inverness Merkinch,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181401 +181401,S00119102,8a2,Industrious Hardship,S01010701,Ross and Cromarty East - 03,5e,Primary sector workers,S02002014,Ross and Cromarty East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181402 +181402,S00119107,8a2,Industrious Hardship,S01010737,Alness - 06,5e,Primary sector workers,S02002020,Alness,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181403 +181403,S00119128,8a2,Industrious Hardship,S01010768,Sutherland East - 03,5d,Endeavouring social renters,S02002025,Sutherland East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181404 +181404,S00119132,8a2,Industrious Hardship,S01010767,Sutherland East - 02,5e,Primary sector workers,S02002025,Sutherland East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181405 +181405,S00119133,8a2,Industrious Hardship,S01010784,Wick North - 03,4a,Challenged white communities,S02002028,Wick North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181406 +181406,S00119138,8a2,Industrious Hardship,S01010805,Thurso West - 03,5c,Comfortable neighbourhoods,S02002032,Thurso West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181407 +181407,S00119139,8a2,Industrious Hardship,S01010808,Thurso West - 06,5e,Primary sector workers,S02002032,Thurso West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181408 +181408,S00119140,8a2,Industrious Hardship,S01010800,Thurso East - 02,4a,Challenged white communities,S02002031,Thurso East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181409 +181409,S00119152,8a2,Industrious Hardship,S01010662,Inverness West Rural - 08,2b,Prospering countryside life,S02002005,Inverness West Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181410 +181410,S00119184,8a2,Industrious Hardship,S01010674,Skye South - 02,2c,Remoter communities,S02002008,Skye South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181411 +181411,S00119207,8a2,Industrious Hardship,S01010512,Fort William North - 03,5e,Primary sector workers,S02001979,Fort William North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181412 +181412,S00119214,8a2,Industrious Hardship,S01010536,Badenoch and Strathspey Central - 01,5e,Primary sector workers,S02001983,Badenoch and Strathspey Central,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181413 +181413,S00119221,8a2,Industrious Hardship,S01010672,Lochlash - 04,5e,Primary sector workers,S02002007,Lochlash,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181414 +181414,S00119236,8a2,Industrious Hardship,S01010813,Sutherland North and West - 04,2d,Rural traits,S02002033,Sutherland North and West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181415 +181415,S00119239,8a2,Industrious Hardship,S01010654,Inverness Kinmylies and South West - 05,4a,Challenged white communities,S02002004,Inverness Kinmylies and South West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181416 +181416,S00119253,8a2,Industrious Hardship,S01010535,Badenoch and Strathspey South - 05,2c,Remoter communities,S02001982,Badenoch and Strathspey South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181417 +181417,S00119256,8a2,Industrious Hardship,S01010540,Badenoch and Strathspey Central - 05,2c,Remoter communities,S02001983,Badenoch and Strathspey Central,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181418 +181418,S00119302,8a2,Industrious Hardship,S01010508,Lochaber West - 05,2c,Remoter communities,S02001978,Lochaber West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181419 +181419,S00119308,8a2,Industrious Hardship,S01010508,Lochaber West - 05,2c,Remoter communities,S02001978,Lochaber West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181420 +181420,S00119312,8a2,Industrious Hardship,S01010508,Lochaber West - 05,2c,Remoter communities,S02001978,Lochaber West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181421 +181421,S00119315,8a2,Industrious Hardship,S01010506,Lochaber West - 03,2c,Remoter communities,S02001978,Lochaber West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181422 +181422,S00119322,8a2,Industrious Hardship,S01010551,Nairn Rural - 04,2c,Remoter communities,S02001985,Nairn Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181423 +181423,S00119381,8a2,Industrious Hardship,S01010763,Sutherland South - 07,2d,Rural traits,S02002024,Sutherland South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181424 +181424,S00119382,8a2,Industrious Hardship,S01010763,Sutherland South - 07,2d,Rural traits,S02002024,Sutherland South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181425 +181425,S00119394,8a2,Industrious Hardship,S01010810,Sutherland North and West - 01,2c,Remoter communities,S02002033,Sutherland North and West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181426 +181426,S00119419,8a2,Industrious Hardship,S01010544,Badenoch and Strathspey North - 03,5e,Primary sector workers,S02001984,Badenoch and Strathspey North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181427 +181427,S00119424,8a2,Industrious Hardship,S01010666,Loch Ness - 03,2d,Rural traits,S02002006,Loch Ness,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181428 +181428,S00119447,8a2,Industrious Hardship,S01010612,Inverness Hilton - 02,5d,Endeavouring social renters,S02001996,Inverness Hilton,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181429 +181429,S00119469,8a2,Industrious Hardship,S01010634,Inverness Ballifeary and Dalneigh - 05,4a,Challenged white communities,S02002000,Inverness Ballifeary and Dalneigh,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181430 +181430,S00119488,8a2,Industrious Hardship,S01010642,Inverness Merkinch - 02,4b,Constrained renters,S02002002,Inverness Merkinch,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181431 +181431,S00119518,8a2,Industrious Hardship,S01010578,Inverness Smithton - 02,5d,Endeavouring social renters,S02001990,Inverness Smithton,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181432 +181432,S00119519,8a2,Industrious Hardship,S01010578,Inverness Smithton - 02,5d,Endeavouring social renters,S02001990,Inverness Smithton,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181433 +181433,S00119521,8a2,Industrious Hardship,S01010578,Inverness Smithton - 02,5d,Endeavouring social renters,S02001990,Inverness Smithton,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181434 +181434,S00119526,8a2,Industrious Hardship,S01010726,Black Isle South - 08,2d,Rural traits,S02002018,Black Isle South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181435 +181435,S00119527,8a2,Industrious Hardship,S01010710,Conon - 04,5d,Endeavouring social renters,S02002016,Conon,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181436 +181436,S00119528,8a2,Industrious Hardship,S01010710,Conon - 04,5d,Endeavouring social renters,S02002016,Conon,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181437 +181437,S00119539,8a2,Industrious Hardship,S01010696,Ross and Cromarty Central - 02,5a,Ageing urban communities,S02002013,Ross and Cromarty Central,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181438 +181438,S00119558,8a2,Industrious Hardship,S01010734,Alness - 03,5e,Primary sector workers,S02002020,Alness,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181439 +181439,S00119559,8a2,Industrious Hardship,S01010734,Alness - 03,5e,Primary sector workers,S02002020,Alness,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181440 +181440,S00119569,8a2,Industrious Hardship,S01010752,Tain - 01,5e,Primary sector workers,S02002023,Tain,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181441 +181441,S00119570,8a2,Industrious Hardship,S01010752,Tain - 01,5e,Primary sector workers,S02002023,Tain,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181442 +181442,S00119571,8a2,Industrious Hardship,S01010754,Tain - 03,5e,Primary sector workers,S02002023,Tain,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181443 +181443,S00118623,8d3,Hard-Pressed European Settlers,S01010577,Inverness Smithton - 01,4a,Challenged white communities,S02001990,Inverness Smithton,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181444 +181444,S00118523,7b1,Eastern European Communities,S01010643,Inverness Merkinch - 03,4b,Constrained renters,S02002002,Inverness Merkinch,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181445 +181445,S00118617,8b2,Hard-Pressed Rented Terraces,S01010572,Inverness Culloden and Balloch - 02,4b,Constrained renters,S02001989,Inverness Culloden and Balloch,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181446 +181446,S00118624,8d3,Hard-Pressed European Settlers,S01010577,Inverness Smithton - 01,4a,Challenged white communities,S02001990,Inverness Smithton,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181447 +181447,S00117754,5a3,Families in Terraces and Flats,S01010594,Inverness Inshes - 05,3a,Achieving neighbourhoods,S02001992,Inverness Inshes,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181448 +181448,S00118533,7b1,Eastern European Communities,S01010642,Inverness Merkinch - 02,4b,Constrained renters,S02002002,Inverness Merkinch,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181449 +181449,S00118618,8b2,Hard-Pressed Rented Terraces,S01010573,Inverness Culloden and Balloch - 03,4a,Challenged white communities,S02001989,Inverness Culloden and Balloch,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181450 +181450,S00117781,5a3,Families in Terraces and Flats,S01010582,Inverness Westhill - 01,2a,Ageing rural neighbourhoods,S02001991,Inverness Westhill,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181451 +181451,S00118733,8d3,Hard-Pressed European Settlers,S01010557,Nairn East - 04,5e,Primary sector workers,S02001986,Nairn East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181452 +181452,S00118538,7b1,Eastern European Communities,S01010641,Inverness Merkinch - 01,4b,Constrained renters,S02002002,Inverness Merkinch,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181453 +181453,S00118619,8b2,Hard-Pressed Rented Terraces,S01010573,Inverness Culloden and Balloch - 03,4a,Challenged white communities,S02001989,Inverness Culloden and Balloch,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181454 +181454,S00118290,5a3,Families in Terraces and Flats,S01010627,Inverness Crown and Haugh - 03,3c,Highly qualified professionals,S02001999,Inverness Crown and Haugh,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181455 +181455,S00118796,8d3,Hard-Pressed European Settlers,S01010733,Alness - 02,4a,Challenged white communities,S02002020,Alness,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181456 +181456,S00118541,7b1,Eastern European Communities,S01010639,Inverness Muirtown - 04,4b,Constrained renters,S02002001,Inverness Muirtown,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181457 +181457,S00118620,8b2,Hard-Pressed Rented Terraces,S01010573,Inverness Culloden and Balloch - 03,4a,Challenged white communities,S02001989,Inverness Culloden and Balloch,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181458 +181458,S00118292,5a3,Families in Terraces and Flats,S01010628,Inverness Crown and Haugh - 04,3c,Highly qualified professionals,S02001999,Inverness Crown and Haugh,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181459 +181459,S00118295,5a3,Families in Terraces and Flats,S01010629,Inverness Crown and Haugh - 05,5a,Ageing urban communities,S02001999,Inverness Crown and Haugh,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181460 +181460,S00118298,5a3,Families in Terraces and Flats,S01010628,Inverness Crown and Haugh - 04,3c,Highly qualified professionals,S02001999,Inverness Crown and Haugh,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181461 +181461,S00118322,5a3,Families in Terraces and Flats,S01010623,"Inverness Central, Raigmore and Longman - 05",3a,Achieving neighbourhoods,S02001998,"Inverness Central, Raigmore and Longman",S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181462 +181462,S00118323,5a3,Families in Terraces and Flats,S01010623,"Inverness Central, Raigmore and Longman - 05",3a,Achieving neighbourhoods,S02001998,"Inverness Central, Raigmore and Longman",S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181463 +181463,S00118458,5a3,Families in Terraces and Flats,S01010638,Inverness Muirtown - 03,4b,Constrained renters,S02002001,Inverness Muirtown,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181464 +181464,S00118473,5a3,Families in Terraces and Flats,S01010640,Inverness Muirtown - 05,3d,Households in terraces and flats,S02002001,Inverness Muirtown,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181465 +181465,S00118508,5a3,Families in Terraces and Flats,S01010649,Inverness Scorguie - 05,5a,Ageing urban communities,S02002003,Inverness Scorguie,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181466 +181466,S00118608,5a3,Families in Terraces and Flats,S01010581,Inverness Smithton - 05,5b,Aspiring urban households,S02001990,Inverness Smithton,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181467 +181467,S00118678,5a3,Families in Terraces and Flats,S01010570,Inverness East Rural - 05,5e,Primary sector workers,S02001988,Inverness East Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181468 +181468,S00118708,5a3,Families in Terraces and Flats,S01010555,Nairn East - 02,5e,Primary sector workers,S02001986,Nairn East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181469 +181469,S00118711,5a3,Families in Terraces and Flats,S01010555,Nairn East - 02,5e,Primary sector workers,S02001986,Nairn East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181470 +181470,S00119080,5a3,Families in Terraces and Flats,S01010598,Inverness Slackbuie - 03,3a,Achieving neighbourhoods,S02001993,Inverness Slackbuie,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181471 +181471,S00119223,5a3,Families in Terraces and Flats,S01010546,Badenoch and Strathspey North - 05,5a,Ageing urban communities,S02001984,Badenoch and Strathspey North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181472 +181472,S00119446,5a3,Families in Terraces and Flats,S01010615,Inverness Hilton - 05,5b,Aspiring urban households,S02001996,Inverness Hilton,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181473 +181473,S00119516,5a3,Families in Terraces and Flats,S01010572,Inverness Culloden and Balloch - 02,4b,Constrained renters,S02001989,Inverness Culloden and Balloch,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181474 +181474,S00118264,7a2,Hampered Aspiration,S01010620,"Inverness Central, Raigmore and Longman - 02",1a,Cosmopolitan student neighbourhoods,S02001998,"Inverness Central, Raigmore and Longman",S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181475 +181475,S00118315,7a2,Hampered Aspiration,S01010622,"Inverness Central, Raigmore and Longman - 04",4b,Constrained renters,S02001998,"Inverness Central, Raigmore and Longman",S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181476 +181476,S00118383,7a2,Hampered Aspiration,S01010608,Inverness Drummond - 03,4b,Constrained renters,S02001995,Inverness Drummond,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181477 +181477,S00118384,7a2,Hampered Aspiration,S01010608,Inverness Drummond - 03,4b,Constrained renters,S02001995,Inverness Drummond,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181478 +181478,S00118492,7a2,Hampered Aspiration,S01010652,Inverness Kinmylies and South West - 03,5b,Aspiring urban households,S02002004,Inverness Kinmylies and South West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181479 +181479,S00118854,7a2,Hampered Aspiration,S01010742,Invergordon - 03,5e,Primary sector workers,S02002021,Invergordon,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181480 +181480,S00118925,7a2,Hampered Aspiration,S01010782,Wick North - 01,5e,Primary sector workers,S02002028,Wick North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181481 +181481,S00118950,7a2,Hampered Aspiration,S01010781,Wick South - 06,5e,Primary sector workers,S02002027,Wick South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181482 +181482,S00119059,7a2,Hampered Aspiration,S01010581,Inverness Smithton - 05,5b,Aspiring urban households,S02001990,Inverness Smithton,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181483 +181483,S00119082,7a2,Hampered Aspiration,S01010597,Inverness Slackbuie - 02,5b,Aspiring urban households,S02001993,Inverness Slackbuie,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181484 +181484,S00119476,7a2,Hampered Aspiration,S01010637,Inverness Muirtown - 02,4b,Constrained renters,S02002001,Inverness Muirtown,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181485 +181485,S00119489,7a2,Hampered Aspiration,S01010641,Inverness Merkinch - 01,4b,Constrained renters,S02002002,Inverness Merkinch,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181486 +181486,S00119608,7a2,Hampered Aspiration,S01010650,Inverness Kinmylies and South West - 01,2a,Ageing rural neighbourhoods,S02002004,Inverness Kinmylies and South West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181487 +181487,S00118732,8d2,Hard-Pressed Ethnic Mix,S01010558,Nairn East - 05,5e,Primary sector workers,S02001986,Nairn East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181488 +181488,S00117760,8d3,Hard-Pressed European Settlers,S01010591,Inverness Inshes - 02,5b,Aspiring urban households,S02001992,Inverness Inshes,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181489 +181489,S00117777,8d3,Hard-Pressed European Settlers,S01010584,Inverness Westhill - 03,5e,Primary sector workers,S02001991,Inverness Westhill,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181490 +181490,S00118135,8d3,Hard-Pressed European Settlers,S01010519,Fort William South - 04,5e,Primary sector workers,S02001980,Fort William South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181491 +181491,S00118137,8d3,Hard-Pressed European Settlers,S01010519,Fort William South - 04,5e,Primary sector workers,S02001980,Fort William South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181492 +181492,S00118138,8d3,Hard-Pressed European Settlers,S01010519,Fort William South - 04,5e,Primary sector workers,S02001980,Fort William South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181493 +181493,S00118151,8d3,Hard-Pressed European Settlers,S01010523,Fort William South - 08,4b,Constrained renters,S02001980,Fort William South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181494 +181494,S00118542,7b1,Eastern European Communities,S01010641,Inverness Merkinch - 01,4b,Constrained renters,S02002002,Inverness Merkinch,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181495 +181495,S00119046,7b1,Eastern European Communities,S01010642,Inverness Merkinch - 02,4b,Constrained renters,S02002002,Inverness Merkinch,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181496 +181496,S00118627,8b2,Hard-Pressed Rented Terraces,S01010577,Inverness Smithton - 01,4a,Challenged white communities,S02001990,Inverness Smithton,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181497 +181497,S00119246,7b1,Eastern European Communities,S01010740,Invergordon - 01,4a,Challenged white communities,S02002021,Invergordon,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181498 +181498,S00118629,8b2,Hard-Pressed Rented Terraces,S01010577,Inverness Smithton - 01,4a,Challenged white communities,S02001990,Inverness Smithton,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181499 +181499,S00119433,7b1,Eastern European Communities,S01010620,"Inverness Central, Raigmore and Longman - 02",1a,Cosmopolitan student neighbourhoods,S02001998,"Inverness Central, Raigmore and Longman",S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181500 +181500,S00118680,8b2,Hard-Pressed Rented Terraces,S01010563,Nairn West - 05,5e,Primary sector workers,S02001987,Nairn West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181501 +181501,S00119450,7b1,Eastern European Communities,S01010621,"Inverness Central, Raigmore and Longman - 03",3c,Highly qualified professionals,S02001998,"Inverness Central, Raigmore and Longman",S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181502 +181502,S00118735,8b2,Hard-Pressed Rented Terraces,S01010556,Nairn East - 03,4a,Challenged white communities,S02001986,Nairn East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181503 +181503,S00119452,7b1,Eastern European Communities,S01010622,"Inverness Central, Raigmore and Longman - 04",4b,Constrained renters,S02001998,"Inverness Central, Raigmore and Longman",S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181504 +181504,S00118768,8b2,Hard-Pressed Rented Terraces,S01010715,Dingwall - 04,5e,Primary sector workers,S02002017,Dingwall,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181505 +181505,S00119480,7b1,Eastern European Communities,S01010631,Inverness Ballifeary and Dalneigh - 02,5a,Ageing urban communities,S02002000,Inverness Ballifeary and Dalneigh,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181506 +181506,S00118771,8b2,Hard-Pressed Rented Terraces,S01010715,Dingwall - 04,5e,Primary sector workers,S02002017,Dingwall,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181507 +181507,S00119486,7b1,Eastern European Communities,S01010644,Inverness Merkinch - 04,4d,Hard-pressed flat dwellers,S02002002,Inverness Merkinch,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181508 +181508,S00118787,8b2,Hard-Pressed Rented Terraces,S01010713,Dingwall - 02,5e,Primary sector workers,S02002017,Dingwall,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181509 +181509,S00118801,8d3,Hard-Pressed European Settlers,S01010732,Alness - 01,4a,Challenged white communities,S02002020,Alness,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181510 +181510,S00119550,7b1,Eastern European Communities,S01010714,Dingwall - 03,4b,Constrained renters,S02002017,Dingwall,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181511 +181511,S00118269,7b3,Endeavouring Flat Dwellers,S01010611,Inverness Hilton - 01,4b,Constrained renters,S02001996,Inverness Hilton,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181512 +181512,S00118539,7b3,Endeavouring Flat Dwellers,S01010641,Inverness Merkinch - 01,4b,Constrained renters,S02002002,Inverness Merkinch,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181513 +181513,S00119435,7b3,Endeavouring Flat Dwellers,S01010592,Inverness Inshes - 03,5b,Aspiring urban households,S02001992,Inverness Inshes,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181514 +181514,S00119456,7b3,Endeavouring Flat Dwellers,S01010603,Inverness Lochardil and Holm Mains - 05,8b,Ageing suburbanites,S02001994,Inverness Lochardil and Holm Mains,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181515 +181515,S00117698,1a2,Established Farming Communities,S01010774,Caithness South - 03,2d,Rural traits,S02002026,Caithness South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181516 +181516,S00117707,1a2,Established Farming Communities,S01010772,Caithness South - 01,2c,Remoter communities,S02002026,Caithness South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181517 +181517,S00117714,1a2,Established Farming Communities,S01010798,Caithness North West - 07,2c,Remoter communities,S02002030,Caithness North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181518 +181518,S00117716,1a2,Established Farming Communities,S01010798,Caithness North West - 07,2c,Remoter communities,S02002030,Caithness North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181519 +181519,S00117727,1a2,Established Farming Communities,S01010791,Caithness North East - 05,2c,Remoter communities,S02002029,Caithness North East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181520 +181520,S00117733,1a2,Established Farming Communities,S01010566,Inverness East Rural - 01,2c,Remoter communities,S02001988,Inverness East Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181521 +181521,S00117787,1a2,Established Farming Communities,S01010568,Inverness East Rural - 03,2d,Rural traits,S02001988,Inverness East Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181522 +181522,S00117801,1a2,Established Farming Communities,S01010664,Loch Ness - 01,2c,Remoter communities,S02002006,Loch Ness,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181523 +181523,S00117809,1a2,Established Farming Communities,S01010655,Inverness West Rural - 01,2c,Remoter communities,S02002005,Inverness West Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181524 +181524,S00117821,1a2,Established Farming Communities,S01010659,Inverness West Rural - 05,2c,Remoter communities,S02002005,Inverness West Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181525 +181525,S00117829,1a2,Established Farming Communities,S01010566,Inverness East Rural - 01,2c,Remoter communities,S02001988,Inverness East Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181526 +181526,S00117890,1a2,Established Farming Communities,S01010551,Nairn Rural - 04,2c,Remoter communities,S02001985,Nairn Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181527 +181527,S00117900,1a2,Established Farming Communities,S01010729,Black Isle North - 03,2c,Remoter communities,S02002019,Black Isle North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181528 +181528,S00117905,1a2,Established Farming Communities,S01010707,Conon - 01,2c,Remoter communities,S02002016,Conon,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181529 +181529,S00117913,1a2,Established Farming Communities,S01010724,Black Isle South - 06,2c,Remoter communities,S02002018,Black Isle South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181530 +181530,S00117927,1a2,Established Farming Communities,S01010695,Ross and Cromarty Central - 01,2c,Remoter communities,S02002013,Ross and Cromarty Central,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181531 +181531,S00117939,1a2,Established Farming Communities,S01010702,Ross and Cromarty East - 04,2a,Ageing rural neighbourhoods,S02002014,Ross and Cromarty East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181532 +181532,S00117940,1a2,Established Farming Communities,S01010747,Seaboard - 02,2d,Rural traits,S02002022,Seaboard,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181533 +181533,S00118002,1a2,Established Farming Communities,S01010671,Lochlash - 03,2a,Ageing rural neighbourhoods,S02002007,Lochlash,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181534 +181534,S00118062,1a2,Established Farming Communities,S01010761,Sutherland South - 05,2c,Remoter communities,S02002024,Sutherland South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181535 +181535,S00118802,8d3,Hard-Pressed European Settlers,S01010732,Alness - 01,4a,Challenged white communities,S02002020,Alness,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181536 +181536,S00118803,8d3,Hard-Pressed European Settlers,S01010732,Alness - 01,4a,Challenged white communities,S02002020,Alness,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181537 +181537,S00118804,8b2,Hard-Pressed Rented Terraces,S01010732,Alness - 01,4a,Challenged white communities,S02002020,Alness,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181538 +181538,S00118806,8d3,Hard-Pressed European Settlers,S01010739,Alness - 08,5e,Primary sector workers,S02002020,Alness,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181539 +181539,S00118827,8d3,Hard-Pressed European Settlers,S01010735,Alness - 04,4b,Constrained renters,S02002020,Alness,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181540 +181540,S00118808,8b2,Hard-Pressed Rented Terraces,S01010739,Alness - 08,5e,Primary sector workers,S02002020,Alness,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181541 +181541,S00118828,8d3,Hard-Pressed European Settlers,S01010735,Alness - 04,4b,Constrained renters,S02002020,Alness,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181542 +181542,S00118836,8b2,Hard-Pressed Rented Terraces,S01010742,Invergordon - 03,5e,Primary sector workers,S02002021,Invergordon,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181543 +181543,S00118863,8d3,Hard-Pressed European Settlers,S01010747,Seaboard - 02,2d,Rural traits,S02002022,Seaboard,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181544 +181544,S00118840,8b2,Hard-Pressed Rented Terraces,S01010740,Invergordon - 01,4a,Challenged white communities,S02002021,Invergordon,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181545 +181545,S00118868,8d3,Hard-Pressed European Settlers,S01010751,Seaboard - 06,5e,Primary sector workers,S02002022,Seaboard,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181546 +181546,S00118842,8b2,Hard-Pressed Rented Terraces,S01010743,Invergordon - 04,4a,Challenged white communities,S02002021,Invergordon,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181547 +181547,S00118844,8b2,Hard-Pressed Rented Terraces,S01010743,Invergordon - 04,4a,Challenged white communities,S02002021,Invergordon,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181548 +181548,S00118849,8b2,Hard-Pressed Rented Terraces,S01010742,Invergordon - 03,5e,Primary sector workers,S02002021,Invergordon,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181549 +181549,S00118857,8b2,Hard-Pressed Rented Terraces,S01010744,Invergordon - 05,5e,Primary sector workers,S02002021,Invergordon,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181550 +181550,S00118859,8b2,Hard-Pressed Rented Terraces,S01010744,Invergordon - 05,5e,Primary sector workers,S02002021,Invergordon,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181551 +181551,S00118939,8b2,Hard-Pressed Rented Terraces,S01010784,Wick North - 03,4a,Challenged white communities,S02002028,Wick North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181552 +181552,S00118978,8b2,Hard-Pressed Rented Terraces,S01010805,Thurso West - 03,5c,Comfortable neighbourhoods,S02002032,Thurso West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181553 +181553,S00119020,8b2,Hard-Pressed Rented Terraces,S01010800,Thurso East - 02,4a,Challenged white communities,S02002031,Thurso East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181554 +181554,S00119023,8b2,Hard-Pressed Rented Terraces,S01010801,Thurso East - 03,5d,Endeavouring social renters,S02002031,Thurso East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181555 +181555,S00119024,8b2,Hard-Pressed Rented Terraces,S01010801,Thurso East - 03,5d,Endeavouring social renters,S02002031,Thurso East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181556 +181556,S00119026,8b2,Hard-Pressed Rented Terraces,S01010801,Thurso East - 03,5d,Endeavouring social renters,S02002031,Thurso East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181557 +181557,S00119098,8b2,Hard-Pressed Rented Terraces,S01010713,Dingwall - 02,5e,Primary sector workers,S02002017,Dingwall,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181558 +181558,S00119210,8b2,Hard-Pressed Rented Terraces,S01010515,Fort William North - 06,4a,Challenged white communities,S02001979,Fort William North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181559 +181559,S00119215,8b2,Hard-Pressed Rented Terraces,S01010536,Badenoch and Strathspey Central - 01,5e,Primary sector workers,S02001983,Badenoch and Strathspey Central,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181560 +181560,S00119238,8b2,Hard-Pressed Rented Terraces,S01010654,Inverness Kinmylies and South West - 05,4a,Challenged white communities,S02002004,Inverness Kinmylies and South West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181561 +181561,S00119240,8b2,Hard-Pressed Rented Terraces,S01010654,Inverness Kinmylies and South West - 05,4a,Challenged white communities,S02002004,Inverness Kinmylies and South West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181562 +181562,S00119448,8b2,Hard-Pressed Rented Terraces,S01010612,Inverness Hilton - 02,5d,Endeavouring social renters,S02001996,Inverness Hilton,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181563 +181563,S00119463,8b2,Hard-Pressed Rented Terraces,S01010614,Inverness Hilton - 04,4b,Constrained renters,S02001996,Inverness Hilton,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181564 +181564,S00119464,8b2,Hard-Pressed Rented Terraces,S01010611,Inverness Hilton - 01,4b,Constrained renters,S02001996,Inverness Hilton,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181565 +181565,S00119470,8b2,Hard-Pressed Rented Terraces,S01010634,Inverness Ballifeary and Dalneigh - 05,4a,Challenged white communities,S02002000,Inverness Ballifeary and Dalneigh,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181566 +181566,S00119555,8b2,Hard-Pressed Rented Terraces,S01010713,Dingwall - 02,5e,Primary sector workers,S02002017,Dingwall,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181567 +181567,S00119588,8b2,Hard-Pressed Rented Terraces,S01010776,Wick South - 01,4a,Challenged white communities,S02002027,Wick South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181568 +181568,S00117674,8a2,Industrious Hardship,S01010789,Caithness North East - 03,2c,Remoter communities,S02002029,Caithness North East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181569 +181569,S00117688,8a2,Industrious Hardship,S01010773,Caithness South - 02,2c,Remoter communities,S02002026,Caithness South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181570 +181570,S00117695,8a2,Industrious Hardship,S01010774,Caithness South - 03,2d,Rural traits,S02002026,Caithness South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181571 +181571,S00117713,8a2,Industrious Hardship,S01010809,Thurso West - 07,2a,Ageing rural neighbourhoods,S02002032,Thurso West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181572 +181572,S00118870,8d3,Hard-Pressed European Settlers,S01010751,Seaboard - 06,5e,Primary sector workers,S02002022,Seaboard,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181573 +181573,S00119096,8d3,Hard-Pressed European Settlers,S01010713,Dingwall - 02,5e,Primary sector workers,S02002017,Dingwall,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181574 +181574,S00119104,8d3,Hard-Pressed European Settlers,S01010734,Alness - 03,5e,Primary sector workers,S02002020,Alness,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181575 +181575,S00119237,8d3,Hard-Pressed European Settlers,S01010652,Inverness Kinmylies and South West - 03,5b,Aspiring urban households,S02002004,Inverness Kinmylies and South West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181576 +181576,S00119467,8d3,Hard-Pressed European Settlers,S01010633,Inverness Ballifeary and Dalneigh - 04,4a,Challenged white communities,S02002000,Inverness Ballifeary and Dalneigh,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181577 +181577,S00118165,8b2,Hard-Pressed Rented Terraces,S01010520,Fort William South - 05,5e,Primary sector workers,S02001980,Fort William South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181578 +181578,S00118171,8b2,Hard-Pressed Rented Terraces,S01010512,Fort William North - 03,5e,Primary sector workers,S02001979,Fort William North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181579 +181579,S00118177,8b2,Hard-Pressed Rented Terraces,S01010515,Fort William North - 06,4a,Challenged white communities,S02001979,Fort William North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181580 +181580,S00118178,8b2,Hard-Pressed Rented Terraces,S01010515,Fort William North - 06,4a,Challenged white communities,S02001979,Fort William North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181581 +181581,S00118179,8b2,Hard-Pressed Rented Terraces,S01010515,Fort William North - 06,4a,Challenged white communities,S02001979,Fort William North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181582 +181582,S00118181,8b2,Hard-Pressed Rented Terraces,S01010511,Fort William North - 02,4a,Challenged white communities,S02001979,Fort William North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181583 +181583,S00118183,8b2,Hard-Pressed Rented Terraces,S01010514,Fort William North - 05,5e,Primary sector workers,S02001979,Fort William North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181584 +181584,S00118184,8b2,Hard-Pressed Rented Terraces,S01010514,Fort William North - 05,5e,Primary sector workers,S02001979,Fort William North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181585 +181585,S00118192,8b2,Hard-Pressed Rented Terraces,S01010511,Fort William North - 02,4a,Challenged white communities,S02001979,Fort William North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181586 +181586,S00118270,8b2,Hard-Pressed Rented Terraces,S01010612,Inverness Hilton - 02,5d,Endeavouring social renters,S02001996,Inverness Hilton,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181587 +181587,S00118272,8b2,Hard-Pressed Rented Terraces,S01010612,Inverness Hilton - 02,5d,Endeavouring social renters,S02001996,Inverness Hilton,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181588 +181588,S00118317,8b2,Hard-Pressed Rented Terraces,S01010624,"Inverness Central, Raigmore and Longman - 06",4b,Constrained renters,S02001998,"Inverness Central, Raigmore and Longman",S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181589 +181589,S00118318,8b2,Hard-Pressed Rented Terraces,S01010624,"Inverness Central, Raigmore and Longman - 06",4b,Constrained renters,S02001998,"Inverness Central, Raigmore and Longman",S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181590 +181590,S00118377,8b2,Hard-Pressed Rented Terraces,S01010609,Inverness Drummond - 04,4b,Constrained renters,S02001995,Inverness Drummond,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181591 +181591,S00118378,8b2,Hard-Pressed Rented Terraces,S01010609,Inverness Drummond - 04,4b,Constrained renters,S02001995,Inverness Drummond,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181592 +181592,S00118386,8b2,Hard-Pressed Rented Terraces,S01010614,Inverness Hilton - 04,4b,Constrained renters,S02001996,Inverness Hilton,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181593 +181593,S00118387,8b2,Hard-Pressed Rented Terraces,S01010614,Inverness Hilton - 04,4b,Constrained renters,S02001996,Inverness Hilton,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181594 +181594,S00118391,8b2,Hard-Pressed Rented Terraces,S01010611,Inverness Hilton - 01,4b,Constrained renters,S02001996,Inverness Hilton,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181595 +181595,S00118392,8b2,Hard-Pressed Rented Terraces,S01010611,Inverness Hilton - 01,4b,Constrained renters,S02001996,Inverness Hilton,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181596 +181596,S00118393,8b2,Hard-Pressed Rented Terraces,S01010611,Inverness Hilton - 01,4b,Constrained renters,S02001996,Inverness Hilton,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181597 +181597,S00118394,8b2,Hard-Pressed Rented Terraces,S01010611,Inverness Hilton - 01,4b,Constrained renters,S02001996,Inverness Hilton,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181598 +181598,S00118396,8b2,Hard-Pressed Rented Terraces,S01010606,Inverness Drummond - 01,4b,Constrained renters,S02001995,Inverness Drummond,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181599 +181599,S00118398,8b2,Hard-Pressed Rented Terraces,S01010611,Inverness Hilton - 01,4b,Constrained renters,S02001996,Inverness Hilton,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181600 +181600,S00118134,1a4,Older Farming Communities,S01010519,Fort William South - 04,5e,Primary sector workers,S02001980,Fort William South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181601 +181601,S00118211,1a4,Older Farming Communities,S01010533,Badenoch and Strathspey South - 03,5a,Ageing urban communities,S02001982,Badenoch and Strathspey South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181602 +181602,S00118257,1a4,Older Farming Communities,S01010546,Badenoch and Strathspey North - 05,5a,Ageing urban communities,S02001984,Badenoch and Strathspey North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181603 +181603,S00118362,1a4,Older Farming Communities,S01010601,Inverness Lochardil and Holm Mains - 03,8a,Affluent communities,S02001994,Inverness Lochardil and Holm Mains,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181604 +181604,S00118415,1a4,Older Farming Communities,S01010626,Inverness Crown and Haugh - 02,2a,Ageing rural neighbourhoods,S02001999,Inverness Crown and Haugh,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181605 +181605,S00118432,1a4,Older Farming Communities,S01010605,Inverness Lochardil and Holm Mains - 07,8b,Ageing suburbanites,S02001994,Inverness Lochardil and Holm Mains,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181606 +181606,S00118586,1a4,Older Farming Communities,S01010661,Inverness West Rural - 07,5e,Primary sector workers,S02002005,Inverness West Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181607 +181607,S00118589,1a4,Older Farming Communities,S01010660,Inverness West Rural - 06,5e,Primary sector workers,S02002005,Inverness West Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181608 +181608,S00118596,1a4,Older Farming Communities,S01010575,Inverness Culloden and Balloch - 05,8b,Ageing suburbanites,S02001989,Inverness Culloden and Balloch,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181609 +181609,S00118634,1a4,Older Farming Communities,S01010726,Black Isle South - 08,2d,Rural traits,S02002018,Black Isle South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181610 +181610,S00118665,1a4,Older Farming Communities,S01010708,Conon - 02,5e,Primary sector workers,S02002016,Conon,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181611 +181611,S00118686,1a4,Older Farming Communities,S01010562,Nairn West - 04,8b,Ageing suburbanites,S02001987,Nairn West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181612 +181612,S00118724,1a4,Older Farming Communities,S01010565,Nairn West - 07,5d,Endeavouring social renters,S02001987,Nairn West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181613 +181613,S00119575,8a2,Industrious Hardship,S01010770,Sutherland East - 05,2d,Rural traits,S02002025,Sutherland East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181614 +181614,S00118725,1a4,Older Farming Communities,S01010561,Nairn West - 03,2a,Ageing rural neighbourhoods,S02001987,Nairn West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181615 +181615,S00119524,2c1,Migrant Families,S01010580,Inverness Smithton - 04,3d,Households in terraces and flats,S02001990,Inverness Smithton,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181616 +181616,S00117653,1c1,Rural Employment and Retirees,S01010541,Badenoch and Strathspey Central - 06,2a,Ageing rural neighbourhoods,S02001983,Badenoch and Strathspey Central,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181617 +181617,S00119542,8c3,Renting Hard-Pressed Workers,S01010719,Black Isle South - 01,5a,Ageing urban communities,S02002018,Black Isle South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181618 +181618,S00117678,1b1,Rural Life,S01010796,Caithness North West - 05,2c,Remoter communities,S02002030,Caithness North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181619 +181619,S00119599,1a4,Older Farming Communities,S01010698,Ross and Cromarty Central - 04,2c,Remoter communities,S02002013,Ross and Cromarty Central,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181620 +181620,S00118635,7c3,Outer City Hardship,S01010706,Muir of Ord - 04,5e,Primary sector workers,S02002015,Muir of Ord,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181621 +181621,S00118744,1a4,Older Farming Communities,S01010558,Nairn East - 05,5e,Primary sector workers,S02001986,Nairn East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181622 +181622,S00118751,1a4,Older Farming Communities,S01010721,Black Isle South - 03,2d,Rural traits,S02002018,Black Isle South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181623 +181623,S00118752,1a4,Older Farming Communities,S01010720,Black Isle South - 02,2d,Rural traits,S02002018,Black Isle South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181624 +181624,S00118782,1a4,Older Farming Communities,S01010717,Dingwall - 06,8b,Ageing suburbanites,S02002017,Dingwall,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181625 +181625,S00118872,1a4,Older Farming Communities,S01010750,Seaboard - 05,2c,Remoter communities,S02002022,Seaboard,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181626 +181626,S00118873,1a4,Older Farming Communities,S01010753,Tain - 02,5e,Primary sector workers,S02002023,Tain,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181627 +181627,S00118879,1a4,Older Farming Communities,S01010754,Tain - 03,5e,Primary sector workers,S02002023,Tain,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181628 +181628,S00118941,1a4,Older Farming Communities,S01010785,Wick North - 04,5e,Primary sector workers,S02002028,Wick North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181629 +181629,S00119071,1a4,Older Farming Communities,S01010535,Badenoch and Strathspey South - 05,2c,Remoter communities,S02001982,Badenoch and Strathspey South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181630 +181630,S00119073,1a4,Older Farming Communities,S01010558,Nairn East - 05,5e,Primary sector workers,S02001986,Nairn East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181631 +181631,S00119074,1a4,Older Farming Communities,S01010696,Ross and Cromarty Central - 02,5a,Ageing urban communities,S02002013,Ross and Cromarty Central,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181632 +181632,S00119149,1a4,Older Farming Communities,S01010663,Inverness West Rural - 09,2c,Remoter communities,S02002005,Inverness West Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181633 +181633,S00119154,1a4,Older Farming Communities,S01010525,Lochaber East and North - 02,2a,Ageing rural neighbourhoods,S02001981,Lochaber East and North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181634 +181634,S00119172,1a4,Older Farming Communities,S01010547,Badenoch and Strathspey North - 06,2c,Remoter communities,S02001984,Badenoch and Strathspey North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181635 +181635,S00119190,1a4,Older Farming Communities,S01010758,Sutherland South - 02,2a,Ageing rural neighbourhoods,S02002024,Sutherland South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181636 +181636,S00119193,1a4,Older Farming Communities,S01010771,Sutherland East - 06,2d,Rural traits,S02002025,Sutherland East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181637 +181637,S00119194,1a4,Older Farming Communities,S01010769,Sutherland East - 04,2c,Remoter communities,S02002025,Sutherland East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181638 +181638,S00119234,1a4,Older Farming Communities,S01010673,Skye South - 01,2a,Ageing rural neighbourhoods,S02002008,Skye South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181639 +181639,S00119282,1a4,Older Farming Communities,S01010567,Inverness East Rural - 02,2a,Ageing rural neighbourhoods,S02001988,Inverness East Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181640 +181640,S00119301,1a4,Older Farming Communities,S01010508,Lochaber West - 05,2c,Remoter communities,S02001978,Lochaber West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181641 +181641,S00119311,1a4,Older Farming Communities,S01010508,Lochaber West - 05,2c,Remoter communities,S02001978,Lochaber West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181642 +181642,S00119328,1a4,Older Farming Communities,S01010703,Muir of Ord - 01,2c,Remoter communities,S02002015,Muir of Ord,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181643 +181643,S00119335,1a4,Older Farming Communities,S01010727,Black Isle North - 01,2c,Remoter communities,S02002019,Black Isle North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181644 +181644,S00119346,1a4,Older Farming Communities,S01010724,Black Isle South - 06,2c,Remoter communities,S02002018,Black Isle South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181645 +181645,S00119347,1a4,Older Farming Communities,S01010723,Black Isle South - 05,2c,Remoter communities,S02002018,Black Isle South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181646 +181646,S00119364,1a4,Older Farming Communities,S01010689,Ross and Cromarty South West - 04,2c,Remoter communities,S02002011,Ross and Cromarty South West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181647 +181647,S00119367,1a4,Older Farming Communities,S01010670,Lochlash - 02,2c,Remoter communities,S02002007,Lochlash,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181648 +181648,S00119378,1a4,Older Farming Communities,S01010684,Skye North West - 03,2c,Remoter communities,S02002010,Skye North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181649 +181649,S00119388,1a4,Older Farming Communities,S01010761,Sutherland South - 05,2c,Remoter communities,S02002024,Sutherland South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181650 +181650,S00119403,1a4,Older Farming Communities,S01010513,Fort William North - 04,2d,Rural traits,S02001979,Fort William North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181651 +181651,S00119407,1a4,Older Farming Communities,S01010531,Badenoch and Strathspey South - 01,5e,Primary sector workers,S02001982,Badenoch and Strathspey South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181652 +181652,S00119439,1a4,Older Farming Communities,S01010593,Inverness Inshes - 04,2b,Prospering countryside life,S02001992,Inverness Inshes,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181653 +181653,S00119462,1a4,Older Farming Communities,S01010610,Inverness Drummond - 05,5a,Ageing urban communities,S02001995,Inverness Drummond,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181654 +181654,S00119500,1a4,Older Farming Communities,S01010680,Skye North East - 04,5e,Primary sector workers,S02002009,Skye North East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181655 +181655,S00119509,1a4,Older Farming Communities,S01010575,Inverness Culloden and Balloch - 05,8b,Ageing suburbanites,S02001989,Inverness Culloden and Balloch,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181656 +181656,S00119513,1a4,Older Farming Communities,S01010571,Inverness Culloden and Balloch - 01,5b,Aspiring urban households,S02001989,Inverness Culloden and Balloch,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181657 +181657,S00118709,7c3,Outer City Hardship,S01010555,Nairn East - 02,5e,Primary sector workers,S02001986,Nairn East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181658 +181658,S00118728,7c3,Outer City Hardship,S01010558,Nairn East - 05,5e,Primary sector workers,S02001986,Nairn East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181659 +181659,S00118729,7c3,Outer City Hardship,S01010558,Nairn East - 05,5e,Primary sector workers,S02001986,Nairn East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181660 +181660,S00118738,7c3,Outer City Hardship,S01010556,Nairn East - 03,4a,Challenged white communities,S02001986,Nairn East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181661 +181661,S00118739,7c3,Outer City Hardship,S01010556,Nairn East - 03,4a,Challenged white communities,S02001986,Nairn East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181662 +181662,S00119547,2c1,Migrant Families,S01010716,Dingwall - 05,4b,Constrained renters,S02002017,Dingwall,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181663 +181663,S00118929,7c3,Outer City Hardship,S01010783,Wick North - 02,4b,Constrained renters,S02002028,Wick North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181664 +181664,S00118934,7c3,Outer City Hardship,S01010783,Wick North - 02,4b,Constrained renters,S02002028,Wick North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181665 +181665,S00118440,7a3,Multi-Ethnic Hardship,S01010633,Inverness Ballifeary and Dalneigh - 04,4a,Challenged white communities,S02002000,Inverness Ballifeary and Dalneigh,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181666 +181666,S00117833,1c2,Renting Rural Retirement,S01010525,Lochaber East and North - 02,2a,Ageing rural neighbourhoods,S02001981,Lochaber East and North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181667 +181667,S00117704,1b1,Rural Life,S01010772,Caithness South - 01,2c,Remoter communities,S02002026,Caithness South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181668 +181668,S00117659,1c1,Rural Employment and Retirees,S01010542,Badenoch and Strathspey North - 01,2c,Remoter communities,S02001984,Badenoch and Strathspey North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181669 +181669,S00119607,1a4,Older Farming Communities,S01010795,Caithness North West - 04,5d,Endeavouring social renters,S02002030,Caithness North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181670 +181670,S00118943,7c3,Outer City Hardship,S01010782,Wick North - 01,5e,Primary sector workers,S02002028,Wick North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181671 +181671,S00117741,5a2,Multi-Ethnic Professionals with Families,S01010599,Inverness Lochardil and Holm Mains - 01,8c,Comfortable suburbia,S02001994,Inverness Lochardil and Holm Mains,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181672 +181672,S00117967,1c2,Renting Rural Retirement,S01010687,Ross and Cromarty South West - 02,2a,Ageing rural neighbourhoods,S02002011,Ross and Cromarty South West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181673 +181673,S00117719,1b1,Rural Life,S01010797,Caithness North West - 06,2c,Remoter communities,S02002030,Caithness North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181674 +181674,S00119576,8a2,Industrious Hardship,S01010784,Wick North - 03,4a,Challenged white communities,S02002028,Wick North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181675 +181675,S00119627,1a4,Older Farming Communities,S01010725,Black Isle South - 07,2c,Remoter communities,S02002018,Black Isle South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181676 +181676,S00118979,7c3,Outer City Hardship,S01010804,Thurso West - 02,5c,Comfortable neighbourhoods,S02002032,Thurso West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181677 +181677,S00117750,5a2,Multi-Ethnic Professionals with Families,S01010595,Inverness Inshes - 06,3a,Achieving neighbourhoods,S02001992,Inverness Inshes,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181678 +181678,S00119631,1a4,Older Farming Communities,S01010669,Lochlash - 01,2c,Remoter communities,S02002007,Lochlash,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181679 +181679,S00117794,1b1,Rural Life,S01010668,Loch Ness - 05,2a,Ageing rural neighbourhoods,S02002006,Loch Ness,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181680 +181680,S00117702,1c1,Rural Employment and Retirees,S01010772,Caithness South - 01,2c,Remoter communities,S02002026,Caithness South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181681 +181681,S00119010,7c3,Outer City Hardship,S01010802,Thurso East - 04,5c,Comfortable neighbourhoods,S02002031,Thurso East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181682 +181682,S00118607,5a2,Multi-Ethnic Professionals with Families,S01010581,Inverness Smithton - 05,5b,Aspiring urban households,S02001990,Inverness Smithton,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181683 +181683,S00119586,8a2,Industrious Hardship,S01010780,Wick South - 05,5e,Primary sector workers,S02002027,Wick South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181684 +181684,S00117969,1c2,Renting Rural Retirement,S01010687,Ross and Cromarty South West - 02,2a,Ageing rural neighbourhoods,S02002011,Ross and Cromarty South West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181685 +181685,S00117686,6b4,Older Workers and Retirement,S01010775,Caithness South - 04,2c,Remoter communities,S02002026,Caithness South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181686 +181686,S00117827,1b1,Rural Life,S01010566,Inverness East Rural - 01,2c,Remoter communities,S02001988,Inverness East Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181687 +181687,S00117783,1c1,Rural Employment and Retirees,S01010569,Inverness East Rural - 04,2a,Ageing rural neighbourhoods,S02001988,Inverness East Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181688 +181688,S00119030,7c3,Outer City Hardship,S01010799,Thurso East - 01,5e,Primary sector workers,S02002031,Thurso East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181689 +181689,S00118004,1c2,Renting Rural Retirement,S01010674,Skye South - 02,2c,Remoter communities,S02002008,Skye South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181690 +181690,S00118094,1c2,Renting Rural Retirement,S01010812,Sutherland North and West - 03,2c,Remoter communities,S02002033,Sutherland North and West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181691 +181691,S00118095,1c2,Renting Rural Retirement,S01010811,Sutherland North and West - 02,2c,Remoter communities,S02002033,Sutherland North and West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181692 +181692,S00118199,1c2,Renting Rural Retirement,S01010507,Lochaber West - 04,5e,Primary sector workers,S02001978,Lochaber West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181693 +181693,S00118247,1c2,Renting Rural Retirement,S01010545,Badenoch and Strathspey North - 04,5e,Primary sector workers,S02001984,Badenoch and Strathspey North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181694 +181694,S00118258,1c2,Renting Rural Retirement,S01010546,Badenoch and Strathspey North - 05,5a,Ageing urban communities,S02001984,Badenoch and Strathspey North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181695 +181695,S00118259,1c2,Renting Rural Retirement,S01010546,Badenoch and Strathspey North - 05,5a,Ageing urban communities,S02001984,Badenoch and Strathspey North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181696 +181696,S00118412,1c2,Renting Rural Retirement,S01010627,Inverness Crown and Haugh - 03,3c,Highly qualified professionals,S02001999,Inverness Crown and Haugh,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181697 +181697,S00118509,1c2,Renting Rural Retirement,S01010649,Inverness Scorguie - 05,5a,Ageing urban communities,S02002003,Inverness Scorguie,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181698 +181698,S00118704,1c2,Renting Rural Retirement,S01010559,Nairn West - 01,5a,Ageing urban communities,S02001987,Nairn West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181699 +181699,S00118740,1c2,Renting Rural Retirement,S01010556,Nairn East - 03,4a,Challenged white communities,S02001986,Nairn East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181700 +181700,S00118763,1c2,Renting Rural Retirement,S01010719,Black Isle South - 01,5a,Ageing urban communities,S02002018,Black Isle South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181701 +181701,S00118860,1c2,Renting Rural Retirement,S01010744,Invergordon - 05,5e,Primary sector workers,S02002021,Invergordon,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181702 +181702,S00118900,1c2,Renting Rural Retirement,S01010760,Sutherland South - 04,2a,Ageing rural neighbourhoods,S02002024,Sutherland South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181703 +181703,S00118905,1c2,Renting Rural Retirement,S01010692,Ross and Cromarty North West - 03,5e,Primary sector workers,S02002012,Ross and Cromarty North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181704 +181704,S00119002,1c2,Renting Rural Retirement,S01010809,Thurso West - 07,2a,Ageing rural neighbourhoods,S02002032,Thurso West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181705 +181705,S00119063,1c2,Renting Rural Retirement,S01010706,Muir of Ord - 04,5e,Primary sector workers,S02002015,Muir of Ord,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181706 +181706,S00119111,1c2,Renting Rural Retirement,S01010734,Alness - 03,5e,Primary sector workers,S02002020,Alness,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181707 +181707,S00119127,1c2,Renting Rural Retirement,S01010770,Sutherland East - 05,2d,Rural traits,S02002025,Sutherland East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181708 +181708,S00119309,1c2,Renting Rural Retirement,S01010529,Lochaber East and North - 06,2d,Rural traits,S02001981,Lochaber East and North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181709 +181709,S00119373,1c2,Renting Rural Retirement,S01010673,Skye South - 01,2a,Ageing rural neighbourhoods,S02002008,Skye South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181710 +181710,S00119379,1c2,Renting Rural Retirement,S01010684,Skye North West - 03,2c,Remoter communities,S02002010,Skye North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181711 +181711,S00119405,1c2,Renting Rural Retirement,S01010510,Fort William North - 01,2a,Ageing rural neighbourhoods,S02001979,Fort William North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181712 +181712,S00119499,1c2,Renting Rural Retirement,S01010582,Inverness Westhill - 01,2a,Ageing rural neighbourhoods,S02001991,Inverness Westhill,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181713 +181713,S00119501,1c2,Renting Rural Retirement,S01010680,Skye North East - 04,5e,Primary sector workers,S02002009,Skye North East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181714 +181714,S00119600,1c2,Renting Rural Retirement,S01010690,Ross and Cromarty North West - 01,5e,Primary sector workers,S02002012,Ross and Cromarty North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181715 +181715,S00118273,7d4,Retired City Hardship,S01010613,Inverness Hilton - 03,5e,Primary sector workers,S02001996,Inverness Hilton,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181716 +181716,S00118486,7d4,Retired City Hardship,S01010631,Inverness Ballifeary and Dalneigh - 02,5a,Ageing urban communities,S02002000,Inverness Ballifeary and Dalneigh,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181717 +181717,S00118503,7d4,Retired City Hardship,S01010649,Inverness Scorguie - 05,5a,Ageing urban communities,S02002003,Inverness Scorguie,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181718 +181718,S00119041,7d4,Retired City Hardship,S01010637,Inverness Muirtown - 02,4b,Constrained renters,S02002001,Inverness Muirtown,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181719 +181719,S00118225,7d3,Retired Communal City Dwellers,S01010536,Badenoch and Strathspey Central - 01,5e,Primary sector workers,S02001983,Badenoch and Strathspey Central,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181720 +181720,S00118254,7d3,Retired Communal City Dwellers,S01010546,Badenoch and Strathspey North - 05,5a,Ageing urban communities,S02001984,Badenoch and Strathspey North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181721 +181721,S00118462,7d3,Retired Communal City Dwellers,S01010638,Inverness Muirtown - 03,4b,Constrained renters,S02002001,Inverness Muirtown,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181722 +181722,S00118466,7d3,Retired Communal City Dwellers,S01010637,Inverness Muirtown - 02,4b,Constrained renters,S02002001,Inverness Muirtown,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181723 +181723,S00118924,7d3,Retired Communal City Dwellers,S01010782,Wick North - 01,5e,Primary sector workers,S02002028,Wick North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181724 +181724,S00118959,7d3,Retired Communal City Dwellers,S01010777,Wick South - 02,4a,Challenged white communities,S02002027,Wick South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181725 +181725,S00119197,7d3,Retired Communal City Dwellers,S01010526,Lochaber East and North - 03,2d,Rural traits,S02001981,Lochaber East and North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181726 +181726,S00119371,7d3,Retired Communal City Dwellers,S01010673,Skye South - 01,2a,Ageing rural neighbourhoods,S02002008,Skye South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181727 +181727,S00119400,7d3,Retired Communal City Dwellers,S01010522,Fort William South - 07,4b,Constrained renters,S02001980,Fort William South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181728 +181728,S00119505,7d3,Retired Communal City Dwellers,S01010681,Skye North East - 05,5e,Primary sector workers,S02002009,Skye North East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181729 +181729,S00119546,7d3,Retired Communal City Dwellers,S01010716,Dingwall - 05,4b,Constrained renters,S02002017,Dingwall,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181730 +181730,S00118197,7d2,Retired Independent City Dwellers,S01010510,Fort William North - 01,2a,Ageing rural neighbourhoods,S02001979,Fort William North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181731 +181731,S00118385,7d2,Retired Independent City Dwellers,S01010614,Inverness Hilton - 04,4b,Constrained renters,S02001996,Inverness Hilton,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181732 +181732,S00117639,1c1,Rural Employment and Retirees,S01010535,Badenoch and Strathspey South - 05,2c,Remoter communities,S02001982,Badenoch and Strathspey South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181733 +181733,S00117641,1c1,Rural Employment and Retirees,S01010538,Badenoch and Strathspey Central - 03,5e,Primary sector workers,S02001983,Badenoch and Strathspey Central,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181734 +181734,S00117648,1c1,Rural Employment and Retirees,S01010539,Badenoch and Strathspey Central - 04,2a,Ageing rural neighbourhoods,S02001983,Badenoch and Strathspey Central,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181735 +181735,S00118132,6b4,Older Workers and Retirement,S01010518,Fort William South - 03,5e,Primary sector workers,S02001980,Fort William South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181736 +181736,S00119134,7c3,Outer City Hardship,S01010780,Wick South - 05,5e,Primary sector workers,S02002027,Wick South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181737 +181737,S00118545,6b1,Multi-Ethnic Suburbia,S01010647,Inverness Scorguie - 03,5a,Ageing urban communities,S02002003,Inverness Scorguie,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181738 +181738,S00119596,8a2,Industrious Hardship,S01010801,Thurso East - 03,5d,Endeavouring social renters,S02002031,Thurso East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181739 +181739,S00118329,6b4,Older Workers and Retirement,S01010616,Inverness Drakies - 01,8b,Ageing suburbanites,S02001997,Inverness Drakies,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181740 +181740,S00117828,1b1,Rural Life,S01010566,Inverness East Rural - 01,2c,Remoter communities,S02001988,Inverness East Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181741 +181741,S00117792,1c1,Rural Employment and Retirees,S01010569,Inverness East Rural - 04,2a,Ageing rural neighbourhoods,S02001988,Inverness East Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181742 +181742,S00119136,7c3,Outer City Hardship,S01010779,Wick South - 04,4a,Challenged white communities,S02002027,Wick South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181743 +181743,S00117839,1c1,Rural Employment and Retirees,S01010521,Fort William South - 06,5e,Primary sector workers,S02001980,Fort William South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181744 +181744,S00119167,7c3,Outer City Hardship,S01010718,Dingwall - 07,5e,Primary sector workers,S02002017,Dingwall,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181745 +181745,S00117842,1c1,Rural Employment and Retirees,S01010508,Lochaber West - 05,2c,Remoter communities,S02001978,Lochaber West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181746 +181746,S00117853,1c1,Rural Employment and Retirees,S01010530,Lochaber East and North - 07,2c,Remoter communities,S02001981,Lochaber East and North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181747 +181747,S00117863,1c1,Rural Employment and Retirees,S01010506,Lochaber West - 03,2c,Remoter communities,S02001978,Lochaber West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181748 +181748,S00117903,1c1,Rural Employment and Retirees,S01010707,Conon - 01,2c,Remoter communities,S02002016,Conon,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181749 +181749,S00117925,1c1,Rural Employment and Retirees,S01010697,Ross and Cromarty Central - 03,2c,Remoter communities,S02002013,Ross and Cromarty Central,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181750 +181750,S00117973,1c1,Rural Employment and Retirees,S01010688,Ross and Cromarty South West - 03,2c,Remoter communities,S02002011,Ross and Cromarty South West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181751 +181751,S00117974,1c1,Rural Employment and Retirees,S01010698,Ross and Cromarty Central - 04,2c,Remoter communities,S02002013,Ross and Cromarty Central,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181752 +181752,S00117975,1c1,Rural Employment and Retirees,S01010686,Ross and Cromarty South West - 01,2c,Remoter communities,S02002011,Ross and Cromarty South West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181753 +181753,S00117994,1c1,Rural Employment and Retirees,S01010689,Ross and Cromarty South West - 04,2c,Remoter communities,S02002011,Ross and Cromarty South West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181754 +181754,S00118042,1c1,Rural Employment and Retirees,S01010671,Lochlash - 03,2a,Ageing rural neighbourhoods,S02002007,Lochlash,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181755 +181755,S00118068,1c1,Rural Employment and Retirees,S01010758,Sutherland South - 02,2a,Ageing rural neighbourhoods,S02002024,Sutherland South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181756 +181756,S00118080,1c1,Rural Employment and Retirees,S01010814,Sutherland North and West - 05,2c,Remoter communities,S02002033,Sutherland North and West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181757 +181757,S00118090,1c1,Rural Employment and Retirees,S01010815,Sutherland North and West - 06,2c,Remoter communities,S02002033,Sutherland North and West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181758 +181758,S00118123,1c1,Rural Employment and Retirees,S01010527,Lochaber East and North - 04,5e,Primary sector workers,S02001981,Lochaber East and North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181759 +181759,S00118129,1c1,Rural Employment and Retirees,S01010516,Fort William South - 01,5e,Primary sector workers,S02001980,Fort William South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181760 +181760,S00118147,1c1,Rural Employment and Retirees,S01010517,Fort William South - 02,4b,Constrained renters,S02001980,Fort William South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181761 +181761,S00118200,1c1,Rural Employment and Retirees,S01010507,Lochaber West - 04,5e,Primary sector workers,S02001978,Lochaber West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181762 +181762,S00117651,1a4,Older Farming Communities,S01010541,Badenoch and Strathspey Central - 06,2a,Ageing rural neighbourhoods,S02001983,Badenoch and Strathspey Central,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181763 +181763,S00117835,1b1,Rural Life,S01010526,Lochaber East and North - 03,2d,Rural traits,S02001981,Lochaber East and North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181764 +181764,S00119603,8a2,Industrious Hardship,S01010795,Caithness North West - 04,5d,Endeavouring social renters,S02002030,Caithness North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181765 +181765,S00118334,6b4,Older Workers and Retirement,S01010616,Inverness Drakies - 01,8b,Ageing suburbanites,S02001997,Inverness Drakies,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181766 +181766,S00118210,1c1,Rural Employment and Retirees,S01010531,Badenoch and Strathspey South - 01,5e,Primary sector workers,S02001982,Badenoch and Strathspey South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181767 +181767,S00118212,1c1,Rural Employment and Retirees,S01010533,Badenoch and Strathspey South - 03,5a,Ageing urban communities,S02001982,Badenoch and Strathspey South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181768 +181768,S00118213,1c1,Rural Employment and Retirees,S01010534,Badenoch and Strathspey South - 04,5e,Primary sector workers,S02001982,Badenoch and Strathspey South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181769 +181769,S00118223,1c1,Rural Employment and Retirees,S01010668,Loch Ness - 05,2a,Ageing rural neighbourhoods,S02002006,Loch Ness,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181770 +181770,S00118250,1c1,Rural Employment and Retirees,S01010545,Badenoch and Strathspey North - 04,5e,Primary sector workers,S02001984,Badenoch and Strathspey North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181771 +181771,S00118426,1c1,Rural Employment and Retirees,S01010626,Inverness Crown and Haugh - 02,2a,Ageing rural neighbourhoods,S02001999,Inverness Crown and Haugh,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181772 +181772,S00118697,1c1,Rural Employment and Retirees,S01010555,Nairn East - 02,5e,Primary sector workers,S02001986,Nairn East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181773 +181773,S00118829,1c1,Rural Employment and Retirees,S01010737,Alness - 06,5e,Primary sector workers,S02002020,Alness,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181774 +181774,S00118904,1c1,Rural Employment and Retirees,S01010692,Ross and Cromarty North West - 03,5e,Primary sector workers,S02002012,Ross and Cromarty North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181775 +181775,S00119040,1c1,Rural Employment and Retirees,S01010535,Badenoch and Strathspey South - 05,2c,Remoter communities,S02001982,Badenoch and Strathspey South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181776 +181776,S00119155,1c1,Rural Employment and Retirees,S01010525,Lochaber East and North - 02,2a,Ageing rural neighbourhoods,S02001981,Lochaber East and North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181777 +181777,S00119156,1c1,Rural Employment and Retirees,S01010525,Lochaber East and North - 02,2a,Ageing rural neighbourhoods,S02001981,Lochaber East and North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181778 +181778,S00119157,1c1,Rural Employment and Retirees,S01010524,Lochaber East and North - 01,2a,Ageing rural neighbourhoods,S02001981,Lochaber East and North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181779 +181779,S00119186,1c1,Rural Employment and Retirees,S01010671,Lochlash - 03,2a,Ageing rural neighbourhoods,S02002007,Lochlash,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181780 +181780,S00119222,1c1,Rural Employment and Retirees,S01010544,Badenoch and Strathspey North - 03,5e,Primary sector workers,S02001984,Badenoch and Strathspey North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181781 +181781,S00119291,1c1,Rural Employment and Retirees,S01010655,Inverness West Rural - 01,2c,Remoter communities,S02002005,Inverness West Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181782 +181782,S00119303,1c1,Rural Employment and Retirees,S01010528,Lochaber East and North - 05,2c,Remoter communities,S02001981,Lochaber East and North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181783 +181783,S00119306,1c1,Rural Employment and Retirees,S01010524,Lochaber East and North - 01,2a,Ageing rural neighbourhoods,S02001981,Lochaber East and North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181784 +181784,S00119313,1c1,Rural Employment and Retirees,S01010508,Lochaber West - 05,2c,Remoter communities,S02001978,Lochaber West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181785 +181785,S00119369,1c1,Rural Employment and Retirees,S01010676,Skye South - 04,2c,Remoter communities,S02002008,Skye South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181786 +181786,S00119372,1c1,Rural Employment and Retirees,S01010673,Skye South - 01,2a,Ageing rural neighbourhoods,S02002008,Skye South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181787 +181787,S00119390,1c1,Rural Employment and Retirees,S01010813,Sutherland North and West - 04,2d,Rural traits,S02002033,Sutherland North and West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181788 +181788,S00119409,1c1,Rural Employment and Retirees,S01010531,Badenoch and Strathspey South - 01,5e,Primary sector workers,S02001982,Badenoch and Strathspey South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181789 +181789,S00119410,1c1,Rural Employment and Retirees,S01010531,Badenoch and Strathspey South - 01,5e,Primary sector workers,S02001982,Badenoch and Strathspey South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181790 +181790,S00119609,1c1,Rural Employment and Retirees,S01010650,Inverness Kinmylies and South West - 01,2a,Ageing rural neighbourhoods,S02002004,Inverness Kinmylies and South West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181791 +181791,S00117669,1b1,Rural Life,S01010787,Caithness North East - 01,2c,Remoter communities,S02002029,Caithness North East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181792 +181792,S00117675,1b1,Rural Life,S01010789,Caithness North East - 03,2c,Remoter communities,S02002029,Caithness North East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181793 +181793,S00119198,7c3,Outer City Hardship,S01010527,Lochaber East and North - 04,5e,Primary sector workers,S02001981,Lochaber East and North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181794 +181794,S00119205,7c3,Outer City Hardship,S01010521,Fort William South - 06,5e,Primary sector workers,S02001980,Fort William South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181795 +181795,S00119402,7c3,Outer City Hardship,S01010522,Fort William South - 07,4b,Constrained renters,S02001980,Fort William South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181796 +181796,S00119496,7c3,Outer City Hardship,S01010589,Inverness Westhill - 08,4b,Constrained renters,S02001991,Inverness Westhill,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181797 +181797,S00119502,7c3,Outer City Hardship,S01010681,Skye North East - 05,5e,Primary sector workers,S02002009,Skye North East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181798 +181798,S00119507,7c3,Outer City Hardship,S01010681,Skye North East - 05,5e,Primary sector workers,S02002009,Skye North East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181799 +181799,S00119535,7c3,Outer City Hardship,S01010564,Nairn West - 06,5d,Endeavouring social renters,S02001987,Nairn West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181800 +181800,S00119563,7c3,Outer City Hardship,S01010745,Invergordon - 06,5e,Primary sector workers,S02002021,Invergordon,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181801 +181801,S00117756,2c3,Professional Service Cosmopolitans,S01010594,Inverness Inshes - 05,3a,Achieving neighbourhoods,S02001992,Inverness Inshes,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181802 +181802,S00119085,2c3,Professional Service Cosmopolitans,S01010598,Inverness Slackbuie - 03,3a,Achieving neighbourhoods,S02001993,Inverness Slackbuie,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181803 +181803,S00118278,8c3,Renting Hard-Pressed Workers,S01010613,Inverness Hilton - 03,5e,Primary sector workers,S02001996,Inverness Hilton,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181804 +181804,S00118401,8c3,Renting Hard-Pressed Workers,S01010606,Inverness Drummond - 01,4b,Constrained renters,S02001995,Inverness Drummond,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181805 +181805,S00118427,8c3,Renting Hard-Pressed Workers,S01010613,Inverness Hilton - 03,5e,Primary sector workers,S02001996,Inverness Hilton,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181806 +181806,S00118453,8c3,Renting Hard-Pressed Workers,S01010634,Inverness Ballifeary and Dalneigh - 05,4a,Challenged white communities,S02002000,Inverness Ballifeary and Dalneigh,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181807 +181807,S00118460,8c3,Renting Hard-Pressed Workers,S01010638,Inverness Muirtown - 03,4b,Constrained renters,S02002001,Inverness Muirtown,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181808 +181808,S00118476,8c3,Renting Hard-Pressed Workers,S01010632,Inverness Ballifeary and Dalneigh - 03,4b,Constrained renters,S02002000,Inverness Ballifeary and Dalneigh,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181809 +181809,S00118488,8c3,Renting Hard-Pressed Workers,S01010651,Inverness Kinmylies and South West - 02,5d,Endeavouring social renters,S02002004,Inverness Kinmylies and South West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181810 +181810,S00118489,8c3,Renting Hard-Pressed Workers,S01010651,Inverness Kinmylies and South West - 02,5d,Endeavouring social renters,S02002004,Inverness Kinmylies and South West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181811 +181811,S00118499,8c3,Renting Hard-Pressed Workers,S01010654,Inverness Kinmylies and South West - 05,4a,Challenged white communities,S02002004,Inverness Kinmylies and South West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181812 +181812,S00118616,8c3,Renting Hard-Pressed Workers,S01010572,Inverness Culloden and Balloch - 02,4b,Constrained renters,S02001989,Inverness Culloden and Balloch,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181813 +181813,S00118622,8c3,Renting Hard-Pressed Workers,S01010573,Inverness Culloden and Balloch - 03,4a,Challenged white communities,S02001989,Inverness Culloden and Balloch,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181814 +181814,S00118632,8c3,Renting Hard-Pressed Workers,S01010726,Black Isle South - 08,2d,Rural traits,S02002018,Black Isle South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181815 +181815,S00117681,8a1,Industrious Transitions,S01010787,Caithness North East - 01,2c,Remoter communities,S02002029,Caithness North East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181816 +181816,S00118340,6b4,Older Workers and Retirement,S01010617,Inverness Drakies - 02,8b,Ageing suburbanites,S02001997,Inverness Drakies,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181817 +181817,S00117655,1a4,Older Farming Communities,S01010540,Badenoch and Strathspey Central - 05,2c,Remoter communities,S02001983,Badenoch and Strathspey Central,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181818 +181818,S00117883,1b1,Rural Life,S01010549,Nairn Rural - 02,2b,Prospering countryside life,S02001985,Nairn Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181819 +181819,S00118661,8c3,Renting Hard-Pressed Workers,S01010710,Conon - 04,5d,Endeavouring social renters,S02002016,Conon,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181820 +181820,S00118682,8c3,Renting Hard-Pressed Workers,S01010563,Nairn West - 05,5e,Primary sector workers,S02001987,Nairn West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181821 +181821,S00118817,8c3,Renting Hard-Pressed Workers,S01010737,Alness - 06,5e,Primary sector workers,S02002020,Alness,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181822 +181822,S00118874,8c3,Renting Hard-Pressed Workers,S01010753,Tain - 02,5e,Primary sector workers,S02002023,Tain,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181823 +181823,S00118875,8c3,Renting Hard-Pressed Workers,S01010753,Tain - 02,5e,Primary sector workers,S02002023,Tain,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181824 +181824,S00118922,8c3,Renting Hard-Pressed Workers,S01010767,Sutherland East - 02,5e,Primary sector workers,S02002025,Sutherland East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181825 +181825,S00118923,8c3,Renting Hard-Pressed Workers,S01010767,Sutherland East - 02,5e,Primary sector workers,S02002025,Sutherland East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181826 +181826,S00118940,8c3,Renting Hard-Pressed Workers,S01010785,Wick North - 04,5e,Primary sector workers,S02002028,Wick North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181827 +181827,S00118951,8c3,Renting Hard-Pressed Workers,S01010777,Wick South - 02,4a,Challenged white communities,S02002027,Wick South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181828 +181828,S00119034,8c3,Renting Hard-Pressed Workers,S01010792,Caithness North West - 01,5d,Endeavouring social renters,S02002030,Caithness North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181829 +181829,S00119142,8c3,Renting Hard-Pressed Workers,S01010792,Caithness North West - 01,5d,Endeavouring social renters,S02002030,Caithness North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181830 +181830,S00119350,8c3,Renting Hard-Pressed Workers,S01010698,Ross and Cromarty Central - 04,2c,Remoter communities,S02002013,Ross and Cromarty Central,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181831 +181831,S00119482,8c3,Renting Hard-Pressed Workers,S01010651,Inverness Kinmylies and South West - 02,5d,Endeavouring social renters,S02002004,Inverness Kinmylies and South West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181832 +181832,S00117788,8a1,Industrious Transitions,S01010568,Inverness East Rural - 03,2d,Rural traits,S02001988,Inverness East Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181833 +181833,S00118122,8a1,Industrious Transitions,S01010527,Lochaber East and North - 04,5e,Primary sector workers,S02001981,Lochaber East and North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181834 +181834,S00118209,8a1,Industrious Transitions,S01010531,Badenoch and Strathspey South - 01,5e,Primary sector workers,S02001982,Badenoch and Strathspey South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181835 +181835,S00118242,8a1,Industrious Transitions,S01010672,Lochlash - 04,5e,Primary sector workers,S02002007,Lochlash,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181836 +181836,S00118248,8a1,Industrious Transitions,S01010544,Badenoch and Strathspey North - 03,5e,Primary sector workers,S02001984,Badenoch and Strathspey North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181837 +181837,S00118372,8a1,Industrious Transitions,S01010600,Inverness Lochardil and Holm Mains - 02,5e,Primary sector workers,S02001994,Inverness Lochardil and Holm Mains,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181838 +181838,S00118451,8a1,Industrious Transitions,S01010635,Inverness Ballifeary and Dalneigh - 06,4b,Constrained renters,S02002000,Inverness Ballifeary and Dalneigh,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181839 +181839,S00118560,8a1,Industrious Transitions,S01010589,Inverness Westhill - 08,4b,Constrained renters,S02001991,Inverness Westhill,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181840 +181840,S00117894,1b1,Rural Life,S01010697,Ross and Cromarty Central - 03,2c,Remoter communities,S02002013,Ross and Cromarty Central,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181841 +181841,S00118583,8a1,Industrious Transitions,S01010660,Inverness West Rural - 06,5e,Primary sector workers,S02002005,Inverness West Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181842 +181842,S00118637,8a1,Industrious Transitions,S01010706,Muir of Ord - 04,5e,Primary sector workers,S02002015,Muir of Ord,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181843 +181843,S00118662,8a1,Industrious Transitions,S01010708,Conon - 02,5e,Primary sector workers,S02002016,Conon,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181844 +181844,S00118673,8a1,Industrious Transitions,S01010570,Inverness East Rural - 05,5e,Primary sector workers,S02001988,Inverness East Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181845 +181845,S00118683,8a1,Industrious Transitions,S01010563,Nairn West - 05,5e,Primary sector workers,S02001987,Nairn West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181846 +181846,S00118745,8a1,Industrious Transitions,S01010550,Nairn Rural - 03,5e,Primary sector workers,S02001985,Nairn Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181847 +181847,S00118789,8a1,Industrious Transitions,S01010712,Dingwall - 01,5e,Primary sector workers,S02002017,Dingwall,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181848 +181848,S00118815,8a1,Industrious Transitions,S01010737,Alness - 06,5e,Primary sector workers,S02002020,Alness,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181849 +181849,S00118864,8a1,Industrious Transitions,S01010747,Seaboard - 02,2d,Rural traits,S02002022,Seaboard,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181850 +181850,S00118966,8a1,Industrious Transitions,S01010795,Caithness North West - 04,5d,Endeavouring social renters,S02002030,Caithness North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181851 +181851,S00118980,8a1,Industrious Transitions,S01010804,Thurso West - 02,5c,Comfortable neighbourhoods,S02002032,Thurso West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181852 +181852,S00119013,8a1,Industrious Transitions,S01010801,Thurso East - 03,5d,Endeavouring social renters,S02002031,Thurso East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181853 +181853,S00119021,8a1,Industrious Transitions,S01010794,Caithness North West - 03,2c,Remoter communities,S02002030,Caithness North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181854 +181854,S00117691,1a4,Older Farming Communities,S01010775,Caithness South - 04,2c,Remoter communities,S02002026,Caithness South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181855 +181855,S00118348,6b4,Older Workers and Retirement,S01010618,Inverness Drakies - 03,8b,Ageing suburbanites,S02001997,Inverness Drakies,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181856 +181856,S00119022,8a1,Industrious Transitions,S01010801,Thurso East - 03,5d,Endeavouring social renters,S02002031,Thurso East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181857 +181857,S00119100,8a1,Industrious Transitions,S01010701,Ross and Cromarty East - 03,5e,Primary sector workers,S02002014,Ross and Cromarty East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181858 +181858,S00119116,8a1,Industrious Transitions,S01010751,Seaboard - 06,5e,Primary sector workers,S02002022,Seaboard,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181859 +181859,S00119200,8a1,Industrious Transitions,S01010527,Lochaber East and North - 04,5e,Primary sector workers,S02001981,Lochaber East and North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181860 +181860,S00119493,8a1,Industrious Transitions,S01010589,Inverness Westhill - 08,4b,Constrained renters,S02001991,Inverness Westhill,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181861 +181861,S00119529,8a1,Industrious Transitions,S01010709,Conon - 03,2d,Rural traits,S02002016,Conon,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181862 +181862,S00119530,8a1,Industrious Transitions,S01010709,Conon - 03,2d,Rural traits,S02002016,Conon,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181863 +181863,S00119579,8a1,Industrious Transitions,S01010783,Wick North - 02,4b,Constrained renters,S02002028,Wick North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181864 +181864,S00118261,2c2,Migrant Commuters,S01010620,"Inverness Central, Raigmore and Longman - 02",1a,Cosmopolitan student neighbourhoods,S02001998,"Inverness Central, Raigmore and Longman",S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181865 +181865,S00118262,2c2,Migrant Commuters,S01010619,"Inverness Central, Raigmore and Longman - 01",4b,Constrained renters,S02001998,"Inverness Central, Raigmore and Longman",S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181866 +181866,S00118263,2c2,Migrant Commuters,S01010620,"Inverness Central, Raigmore and Longman - 02",1a,Cosmopolitan student neighbourhoods,S02001998,"Inverness Central, Raigmore and Longman",S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181867 +181867,S00118277,2c2,Migrant Commuters,S01010613,Inverness Hilton - 03,5e,Primary sector workers,S02001996,Inverness Hilton,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181868 +181868,S00118390,2c2,Migrant Commuters,S01010611,Inverness Hilton - 01,4b,Constrained renters,S02001996,Inverness Hilton,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181869 +181869,S00119431,2c2,Migrant Commuters,S01010620,"Inverness Central, Raigmore and Longman - 02",1a,Cosmopolitan student neighbourhoods,S02001998,"Inverness Central, Raigmore and Longman",S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181870 +181870,S00119522,2c2,Migrant Commuters,S01010580,Inverness Smithton - 04,3d,Households in terraces and flats,S02001990,Inverness Smithton,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181871 +181871,S00118423,2c1,Migrant Families,S01010627,Inverness Crown and Haugh - 03,3c,Highly qualified professionals,S02001999,Inverness Crown and Haugh,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181872 +181872,S00118471,2c1,Migrant Families,S01010640,Inverness Muirtown - 05,3d,Households in terraces and flats,S02002001,Inverness Muirtown,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181873 +181873,S00118487,2c1,Migrant Families,S01010631,Inverness Ballifeary and Dalneigh - 02,5a,Ageing urban communities,S02002000,Inverness Ballifeary and Dalneigh,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181874 +181874,S00118550,2c1,Migrant Families,S01010647,Inverness Scorguie - 03,5a,Ageing urban communities,S02002003,Inverness Scorguie,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181875 +181875,S00119414,2c1,Migrant Families,S01010537,Badenoch and Strathspey Central - 02,5e,Primary sector workers,S02001983,Badenoch and Strathspey Central,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181876 +181876,S00119477,2c1,Migrant Families,S01010637,Inverness Muirtown - 02,4b,Constrained renters,S02002001,Inverness Muirtown,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181877 +181877,S00119478,2c1,Migrant Families,S01010640,Inverness Muirtown - 05,3d,Households in terraces and flats,S02002001,Inverness Muirtown,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181878 +181878,S00119495,2c1,Migrant Families,S01010589,Inverness Westhill - 08,4b,Constrained renters,S02001991,Inverness Westhill,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181879 +181879,S00118358,6b4,Older Workers and Retirement,S01010603,Inverness Lochardil and Holm Mains - 05,8b,Ageing suburbanites,S02001994,Inverness Lochardil and Holm Mains,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181880 +181880,S00118365,6b4,Older Workers and Retirement,S01010605,Inverness Lochardil and Holm Mains - 07,8b,Ageing suburbanites,S02001994,Inverness Lochardil and Holm Mains,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181881 +181881,S00118374,6b4,Older Workers and Retirement,S01010607,Inverness Drummond - 02,8b,Ageing suburbanites,S02001995,Inverness Drummond,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181882 +181882,S00118407,6b4,Older Workers and Retirement,S01010607,Inverness Drummond - 02,8b,Ageing suburbanites,S02001995,Inverness Drummond,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181883 +181883,S00118413,6b4,Older Workers and Retirement,S01010626,Inverness Crown and Haugh - 02,2a,Ageing rural neighbourhoods,S02001999,Inverness Crown and Haugh,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181884 +181884,S00118414,6b4,Older Workers and Retirement,S01010607,Inverness Drummond - 02,8b,Ageing suburbanites,S02001995,Inverness Drummond,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181885 +181885,S00118497,6b4,Older Workers and Retirement,S01010653,Inverness Kinmylies and South West - 04,5c,Comfortable neighbourhoods,S02002004,Inverness Kinmylies and South West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181886 +181886,S00118507,6b4,Older Workers and Retirement,S01010649,Inverness Scorguie - 05,5a,Ageing urban communities,S02002003,Inverness Scorguie,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181887 +181887,S00118546,6b4,Older Workers and Retirement,S01010647,Inverness Scorguie - 03,5a,Ageing urban communities,S02002003,Inverness Scorguie,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181888 +181888,S00118553,6b4,Older Workers and Retirement,S01010646,Inverness Scorguie - 02,8b,Ageing suburbanites,S02002003,Inverness Scorguie,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181889 +181889,S00118556,6b4,Older Workers and Retirement,S01010588,Inverness Westhill - 07,8c,Comfortable suburbia,S02001991,Inverness Westhill,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181890 +181890,S00118569,6b4,Older Workers and Retirement,S01010587,Inverness Westhill - 06,8b,Ageing suburbanites,S02001991,Inverness Westhill,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181891 +181891,S00118612,6b4,Older Workers and Retirement,S01010571,Inverness Culloden and Balloch - 01,5b,Aspiring urban households,S02001989,Inverness Culloden and Balloch,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181892 +181892,S00118691,6b4,Older Workers and Retirement,S01010561,Nairn West - 03,2a,Ageing rural neighbourhoods,S02001987,Nairn West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181893 +181893,S00118810,6b4,Older Workers and Retirement,S01010739,Alness - 08,5e,Primary sector workers,S02002020,Alness,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181894 +181894,S00118823,6b4,Older Workers and Retirement,S01010736,Alness - 05,8b,Ageing suburbanites,S02002020,Alness,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181895 +181895,S00118824,6b4,Older Workers and Retirement,S01010737,Alness - 06,5e,Primary sector workers,S02002020,Alness,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181896 +181896,S00118885,6b4,Older Workers and Retirement,S01010753,Tain - 02,5e,Primary sector workers,S02002023,Tain,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181897 +181897,S00118945,6b4,Older Workers and Retirement,S01010781,Wick South - 06,5e,Primary sector workers,S02002027,Wick South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181898 +181898,S00118985,6b4,Older Workers and Retirement,S01010808,Thurso West - 06,5e,Primary sector workers,S02002032,Thurso West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181899 +181899,S00118990,6b4,Older Workers and Retirement,S01010804,Thurso West - 02,5c,Comfortable neighbourhoods,S02002032,Thurso West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181900 +181900,S00119004,6b4,Older Workers and Retirement,S01010809,Thurso West - 07,2a,Ageing rural neighbourhoods,S02002032,Thurso West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181901 +181901,S00119052,6b4,Older Workers and Retirement,S01010647,Inverness Scorguie - 03,5a,Ageing urban communities,S02002003,Inverness Scorguie,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181902 +181902,S00119247,6b4,Older Workers and Retirement,S01010583,Inverness Westhill - 02,8c,Comfortable suburbia,S02001991,Inverness Westhill,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181903 +181903,S00119295,6b4,Older Workers and Retirement,S01010655,Inverness West Rural - 01,2c,Remoter communities,S02002005,Inverness West Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181904 +181904,S00119411,6b4,Older Workers and Retirement,S01010531,Badenoch and Strathspey South - 01,5e,Primary sector workers,S02001982,Badenoch and Strathspey South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181905 +181905,S00119520,6b4,Older Workers and Retirement,S01010578,Inverness Smithton - 02,5d,Endeavouring social renters,S02001990,Inverness Smithton,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181906 +181906,S00117694,1a4,Older Farming Communities,S01010773,Caithness South - 02,2c,Remoter communities,S02002026,Caithness South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181907 +181907,S00117729,7c3,Outer City Hardship,S01010665,Loch Ness - 02,2c,Remoter communities,S02002006,Loch Ness,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181908 +181908,S00117898,7c3,Outer City Hardship,S01010705,Muir of Ord - 03,5c,Comfortable neighbourhoods,S02002015,Muir of Ord,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181909 +181909,S00118027,7c3,Outer City Hardship,S01010681,Skye North East - 05,5e,Primary sector workers,S02002009,Skye North East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181910 +181910,S00118142,7c3,Outer City Hardship,S01010517,Fort William South - 02,4b,Constrained renters,S02001980,Fort William South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181911 +181911,S00118154,7c3,Outer City Hardship,S01010517,Fort William South - 02,4b,Constrained renters,S02001980,Fort William South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181912 +181912,S00118155,7c3,Outer City Hardship,S01010517,Fort William South - 02,4b,Constrained renters,S02001980,Fort William South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181913 +181913,S00118233,7c3,Outer City Hardship,S01010539,Badenoch and Strathspey Central - 04,2a,Ageing rural neighbourhoods,S02001983,Badenoch and Strathspey Central,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181914 +181914,S00118296,7c3,Outer City Hardship,S01010629,Inverness Crown and Haugh - 05,5a,Ageing urban communities,S02001999,Inverness Crown and Haugh,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181915 +181915,S00118310,7c3,Outer City Hardship,S01010619,"Inverness Central, Raigmore and Longman - 01",4b,Constrained renters,S02001998,"Inverness Central, Raigmore and Longman",S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181916 +181916,S00118448,7c3,Outer City Hardship,S01010632,Inverness Ballifeary and Dalneigh - 03,4b,Constrained renters,S02002000,Inverness Ballifeary and Dalneigh,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181917 +181917,S00118475,7c3,Outer City Hardship,S01010632,Inverness Ballifeary and Dalneigh - 03,4b,Constrained renters,S02002000,Inverness Ballifeary and Dalneigh,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181918 +181918,S00118575,7c3,Outer City Hardship,S01010679,Skye North East - 03,5a,Ageing urban communities,S02002009,Skye North East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181919 +181919,S00118606,7c3,Outer City Hardship,S01010581,Inverness Smithton - 05,5b,Aspiring urban households,S02001990,Inverness Smithton,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181920 +181920,S00117896,1b1,Rural Life,S01010703,Muir of Ord - 01,2c,Remoter communities,S02002015,Muir of Ord,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181921 +181921,S00117728,1a4,Older Farming Communities,S01010791,Caithness North East - 05,2c,Remoter communities,S02002029,Caithness North East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181922 +181922,S00117731,1a4,Older Farming Communities,S01010665,Loch Ness - 02,2c,Remoter communities,S02002006,Loch Ness,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181923 +181923,S00117732,1a4,Older Farming Communities,S01010665,Loch Ness - 02,2c,Remoter communities,S02002006,Loch Ness,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181924 +181924,S00117762,1a4,Older Farming Communities,S01010567,Inverness East Rural - 02,2a,Ageing rural neighbourhoods,S02001988,Inverness East Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181925 +181925,S00117793,1a4,Older Farming Communities,S01010668,Loch Ness - 05,2a,Ageing rural neighbourhoods,S02002006,Loch Ness,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181926 +181926,S00117795,1a4,Older Farming Communities,S01010668,Loch Ness - 05,2a,Ageing rural neighbourhoods,S02002006,Loch Ness,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181927 +181927,S00117796,1a4,Older Farming Communities,S01010667,Loch Ness - 04,2c,Remoter communities,S02002006,Loch Ness,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181928 +181928,S00117815,1a4,Older Farming Communities,S01010659,Inverness West Rural - 05,2c,Remoter communities,S02002005,Inverness West Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181929 +181929,S00117876,1a4,Older Farming Communities,S01010552,Nairn Rural - 05,2c,Remoter communities,S02001985,Nairn Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181930 +181930,S00117884,1a4,Older Farming Communities,S01010549,Nairn Rural - 02,2b,Prospering countryside life,S02001985,Nairn Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181931 +181931,S00117885,1a4,Older Farming Communities,S01010549,Nairn Rural - 02,2b,Prospering countryside life,S02001985,Nairn Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181932 +181932,S00117887,1a4,Older Farming Communities,S01010549,Nairn Rural - 02,2b,Prospering countryside life,S02001985,Nairn Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181933 +181933,S00117889,1a4,Older Farming Communities,S01010549,Nairn Rural - 02,2b,Prospering countryside life,S02001985,Nairn Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181934 +181934,S00117907,1a4,Older Farming Communities,S01010729,Black Isle North - 03,2c,Remoter communities,S02002019,Black Isle North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181935 +181935,S00117960,1a4,Older Farming Communities,S01010748,Seaboard - 03,2c,Remoter communities,S02002022,Seaboard,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181936 +181936,S00117968,1a4,Older Farming Communities,S01010687,Ross and Cromarty South West - 02,2a,Ageing rural neighbourhoods,S02002011,Ross and Cromarty South West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181937 +181937,S00117971,1a4,Older Farming Communities,S01010687,Ross and Cromarty South West - 02,2a,Ageing rural neighbourhoods,S02002011,Ross and Cromarty South West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181938 +181938,S00117972,1a4,Older Farming Communities,S01010688,Ross and Cromarty South West - 03,2c,Remoter communities,S02002011,Ross and Cromarty South West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181939 +181939,S00117978,1a4,Older Farming Communities,S01010691,Ross and Cromarty North West - 02,2c,Remoter communities,S02002012,Ross and Cromarty North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181940 +181940,S00117981,1a4,Older Farming Communities,S01010694,Ross and Cromarty North West - 05,2c,Remoter communities,S02002012,Ross and Cromarty North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181941 +181941,S00117982,1a4,Older Farming Communities,S01010686,Ross and Cromarty South West - 01,2c,Remoter communities,S02002011,Ross and Cromarty South West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181942 +181942,S00117987,1a4,Older Farming Communities,S01010691,Ross and Cromarty North West - 02,2c,Remoter communities,S02002012,Ross and Cromarty North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181943 +181943,S00117995,1a4,Older Farming Communities,S01010689,Ross and Cromarty South West - 04,2c,Remoter communities,S02002011,Ross and Cromarty South West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181944 +181944,S00117999,1a4,Older Farming Communities,S01010670,Lochlash - 02,2c,Remoter communities,S02002007,Lochlash,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181945 +181945,S00118008,1a4,Older Farming Communities,S01010676,Skye South - 04,2c,Remoter communities,S02002008,Skye South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181946 +181946,S00118019,1a4,Older Farming Communities,S01010682,Skye North West - 01,2c,Remoter communities,S02002010,Skye North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181947 +181947,S00118022,1a4,Older Farming Communities,S01010682,Skye North West - 01,2c,Remoter communities,S02002010,Skye North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181948 +181948,S00118033,1a4,Older Farming Communities,S01010678,Skye North East - 02,2c,Remoter communities,S02002009,Skye North East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181949 +181949,S00118039,1a4,Older Farming Communities,S01010683,Skye North West - 02,2c,Remoter communities,S02002010,Skye North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181950 +181950,S00118047,1a4,Older Farming Communities,S01010685,Skye North West - 04,2c,Remoter communities,S02002010,Skye North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181951 +181951,S00118051,1a4,Older Farming Communities,S01010684,Skye North West - 03,2c,Remoter communities,S02002010,Skye North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181952 +181952,S00118054,1a4,Older Farming Communities,S01010684,Skye North West - 03,2c,Remoter communities,S02002010,Skye North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181953 +181953,S00118067,1a4,Older Farming Communities,S01010758,Sutherland South - 02,2a,Ageing rural neighbourhoods,S02002024,Sutherland South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181954 +181954,S00118069,1a4,Older Farming Communities,S01010765,Sutherland South - 09,2c,Remoter communities,S02002024,Sutherland South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181955 +181955,S00118078,1a4,Older Farming Communities,S01010757,Sutherland South - 01,2c,Remoter communities,S02002024,Sutherland South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181956 +181956,S00118084,1a4,Older Farming Communities,S01010814,Sutherland North and West - 05,2c,Remoter communities,S02002033,Sutherland North and West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181957 +181957,S00118096,1a4,Older Farming Communities,S01010811,Sutherland North and West - 02,2c,Remoter communities,S02002033,Sutherland North and West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181958 +181958,S00118114,1a4,Older Farming Communities,S01010810,Sutherland North and West - 01,2c,Remoter communities,S02002033,Sutherland North and West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181959 +181959,S00118130,1a4,Older Farming Communities,S01010516,Fort William South - 01,5e,Primary sector workers,S02001980,Fort William South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181960 +181960,S00117924,1b1,Rural Life,S01010697,Ross and Cromarty Central - 03,2c,Remoter communities,S02002013,Ross and Cromarty Central,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181961 +181961,S00117935,1b1,Rural Life,S01010699,Ross and Cromarty East - 01,2c,Remoter communities,S02002014,Ross and Cromarty East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181962 +181962,S00117938,1b1,Rural Life,S01010741,Invergordon - 02,2a,Ageing rural neighbourhoods,S02002021,Invergordon,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181963 +181963,S00117945,1b1,Rural Life,S01010762,Sutherland South - 06,2c,Remoter communities,S02002024,Sutherland South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181964 +181964,S00117953,1b1,Rural Life,S01010746,Seaboard - 01,2c,Remoter communities,S02002022,Seaboard,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181965 +181965,S00117954,1b1,Rural Life,S01010746,Seaboard - 01,2c,Remoter communities,S02002022,Seaboard,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181966 +181966,S00117955,1b1,Rural Life,S01010749,Seaboard - 04,2c,Remoter communities,S02002022,Seaboard,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181967 +181967,S00117962,1b1,Rural Life,S01010748,Seaboard - 03,2c,Remoter communities,S02002022,Seaboard,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181968 +181968,S00117996,1b1,Rural Life,S01010669,Lochlash - 01,2c,Remoter communities,S02002007,Lochlash,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181969 +181969,S00118011,1b1,Rural Life,S01010676,Skye South - 04,2c,Remoter communities,S02002008,Skye South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181970 +181970,S00118037,1b1,Rural Life,S01010683,Skye North West - 02,2c,Remoter communities,S02002010,Skye North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181971 +181971,S00118065,1b1,Rural Life,S01010758,Sutherland South - 02,2a,Ageing rural neighbourhoods,S02002024,Sutherland South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181972 +181972,S00118072,1b1,Rural Life,S01010765,Sutherland South - 09,2c,Remoter communities,S02002024,Sutherland South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181973 +181973,S00118117,1b1,Rural Life,S01010811,Sutherland North and West - 02,2c,Remoter communities,S02002033,Sutherland North and West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181974 +181974,S00118168,1b1,Rural Life,S01010520,Fort William South - 05,5e,Primary sector workers,S02001980,Fort William South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181975 +181975,S00118174,1b1,Rural Life,S01010513,Fort William North - 04,2d,Rural traits,S02001979,Fort William North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181976 +181976,S00118238,1b1,Rural Life,S01010542,Badenoch and Strathspey North - 01,2c,Remoter communities,S02001984,Badenoch and Strathspey North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181977 +181977,S00118255,1b1,Rural Life,S01010546,Badenoch and Strathspey North - 05,5a,Ageing urban communities,S02001984,Badenoch and Strathspey North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181978 +181978,S00118552,1b1,Rural Life,S01010646,Inverness Scorguie - 02,8b,Ageing suburbanites,S02002003,Inverness Scorguie,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181979 +181979,S00118591,1b1,Rural Life,S01010660,Inverness West Rural - 06,5e,Primary sector workers,S02002005,Inverness West Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181980 +181980,S00118600,1b1,Rural Life,S01010576,Inverness Culloden and Balloch - 06,8b,Ageing suburbanites,S02001989,Inverness Culloden and Balloch,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181981 +181981,S00118646,1b1,Rural Life,S01010704,Muir of Ord - 02,5e,Primary sector workers,S02002015,Muir of Ord,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181982 +181982,S00118648,1b1,Rural Life,S01010722,Black Isle South - 04,5e,Primary sector workers,S02002018,Black Isle South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181983 +181983,S00118655,1b1,Rural Life,S01010711,Conon - 05,8b,Ageing suburbanites,S02002016,Conon,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181984 +181984,S00118696,1b1,Rural Life,S01010560,Nairn West - 02,8b,Ageing suburbanites,S02001987,Nairn West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181985 +181985,S00118716,1b1,Rural Life,S01010554,Nairn East - 01,5e,Primary sector workers,S02001986,Nairn East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181986 +181986,S00118727,1b1,Rural Life,S01010565,Nairn West - 07,5d,Endeavouring social renters,S02001987,Nairn West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181987 +181987,S00118749,1b1,Rural Life,S01010721,Black Isle South - 03,2d,Rural traits,S02002018,Black Isle South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181988 +181988,S00118753,1b1,Rural Life,S01010720,Black Isle South - 02,2d,Rural traits,S02002018,Black Isle South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181989 +181989,S00118792,1b1,Rural Life,S01010700,Ross and Cromarty East - 02,2c,Remoter communities,S02002014,Ross and Cromarty East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181990 +181990,S00118813,1b1,Rural Life,S01010738,Alness - 07,5d,Endeavouring social renters,S02002020,Alness,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181991 +181991,S00118820,1b1,Rural Life,S01010737,Alness - 06,5e,Primary sector workers,S02002020,Alness,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181992 +181992,S00118846,1b1,Rural Life,S01010742,Invergordon - 03,5e,Primary sector workers,S02002021,Invergordon,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181993 +181993,S00118862,1b1,Rural Life,S01010747,Seaboard - 02,2d,Rural traits,S02002022,Seaboard,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181994 +181994,S00118866,1b1,Rural Life,S01010751,Seaboard - 06,5e,Primary sector workers,S02002022,Seaboard,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181995 +181995,S00118869,1b1,Rural Life,S01010751,Seaboard - 06,5e,Primary sector workers,S02002022,Seaboard,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181996 +181996,S00118878,1b1,Rural Life,S01010753,Tain - 02,5e,Primary sector workers,S02002023,Tain,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181997 +181997,S00118887,1b1,Rural Life,S01010755,Tain - 04,5e,Primary sector workers,S02002023,Tain,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181998 +181998,S00118898,1b1,Rural Life,S01010754,Tain - 03,5e,Primary sector workers,S02002023,Tain,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,181999 +181999,S00119033,1b1,Rural Life,S01010792,Caithness North West - 01,5d,Endeavouring social renters,S02002030,Caithness North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182000 +182000,S00117803,1a1,Rural Workers and Families,S01010667,Loch Ness - 04,2c,Remoter communities,S02002006,Loch Ness,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182001 +182001,S00119045,1b1,Rural Life,S01010649,Inverness Scorguie - 05,5a,Ageing urban communities,S02002003,Inverness Scorguie,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182002 +182002,S00119565,1b2,Rural White-Collar Workers,S01010744,Invergordon - 05,5e,Primary sector workers,S02002021,Invergordon,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182003 +182003,S00118098,1a1,Rural Workers and Families,S01010764,Sutherland South - 08,2c,Remoter communities,S02002024,Sutherland South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182004 +182004,S00119280,1a1,Rural Workers and Families,S01010596,Inverness Slackbuie - 01,2c,Remoter communities,S02001993,Inverness Slackbuie,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182005 +182005,S00117947,1a1,Rural Workers and Families,S01010749,Seaboard - 04,2c,Remoter communities,S02002022,Seaboard,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182006 +182006,S00118229,5b3,Self-Sufficient Retirement,S01010536,Badenoch and Strathspey Central - 01,5e,Primary sector workers,S02001983,Badenoch and Strathspey Central,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182007 +182007,S00119472,5b3,Self-Sufficient Retirement,S01010638,Inverness Muirtown - 03,4b,Constrained renters,S02002001,Inverness Muirtown,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182008 +182008,S00117804,1a1,Rural Workers and Families,S01010658,Inverness West Rural - 04,2c,Remoter communities,S02002005,Inverness West Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182009 +182009,S00117807,1a1,Rural Workers and Families,S01010658,Inverness West Rural - 04,2c,Remoter communities,S02002005,Inverness West Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182010 +182010,S00117811,1a1,Rural Workers and Families,S01010657,Inverness West Rural - 03,2c,Remoter communities,S02002005,Inverness West Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182011 +182011,S00117812,1a1,Rural Workers and Families,S01010657,Inverness West Rural - 03,2c,Remoter communities,S02002005,Inverness West Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182012 +182012,S00117813,1a1,Rural Workers and Families,S01010657,Inverness West Rural - 03,2c,Remoter communities,S02002005,Inverness West Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182013 +182013,S00117814,1a1,Rural Workers and Families,S01010657,Inverness West Rural - 03,2c,Remoter communities,S02002005,Inverness West Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182014 +182014,S00117816,1a1,Rural Workers and Families,S01010657,Inverness West Rural - 03,2c,Remoter communities,S02002005,Inverness West Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182015 +182015,S00117819,1a1,Rural Workers and Families,S01010659,Inverness West Rural - 05,2c,Remoter communities,S02002005,Inverness West Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182016 +182016,S00117820,1a1,Rural Workers and Families,S01010659,Inverness West Rural - 05,2c,Remoter communities,S02002005,Inverness West Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182017 +182017,S00117822,1a1,Rural Workers and Families,S01010659,Inverness West Rural - 05,2c,Remoter communities,S02002005,Inverness West Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182018 +182018,S00117825,1a1,Rural Workers and Families,S01010566,Inverness East Rural - 01,2c,Remoter communities,S02001988,Inverness East Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182019 +182019,S00117826,1a1,Rural Workers and Families,S01010566,Inverness East Rural - 01,2c,Remoter communities,S02001988,Inverness East Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182020 +182020,S00117831,1a1,Rural Workers and Families,S01010668,Loch Ness - 05,2a,Ageing rural neighbourhoods,S02002006,Loch Ness,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182021 +182021,S00117832,1a1,Rural Workers and Families,S01010508,Lochaber West - 05,2c,Remoter communities,S02001978,Lochaber West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182022 +182022,S00117836,1a1,Rural Workers and Families,S01010529,Lochaber East and North - 06,2d,Rural traits,S02001981,Lochaber East and North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182023 +182023,S00117843,1a1,Rural Workers and Families,S01010509,Lochaber West - 06,2c,Remoter communities,S02001978,Lochaber West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182024 +182024,S00117845,1a1,Rural Workers and Families,S01010509,Lochaber West - 06,2c,Remoter communities,S02001978,Lochaber West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182025 +182025,S00117846,1a1,Rural Workers and Families,S01010530,Lochaber East and North - 07,2c,Remoter communities,S02001981,Lochaber East and North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182026 +182026,S00117847,1a1,Rural Workers and Families,S01010530,Lochaber East and North - 07,2c,Remoter communities,S02001981,Lochaber East and North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182027 +182027,S00117849,1a1,Rural Workers and Families,S01010530,Lochaber East and North - 07,2c,Remoter communities,S02001981,Lochaber East and North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182028 +182028,S00117850,1a1,Rural Workers and Families,S01010529,Lochaber East and North - 06,2d,Rural traits,S02001981,Lochaber East and North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182029 +182029,S00117856,1a1,Rural Workers and Families,S01010504,Lochaber West - 01,2c,Remoter communities,S02001978,Lochaber West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182030 +182030,S00117857,1a1,Rural Workers and Families,S01010508,Lochaber West - 05,2c,Remoter communities,S02001978,Lochaber West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182031 +182031,S00117858,1a1,Rural Workers and Families,S01010505,Lochaber West - 02,2c,Remoter communities,S02001978,Lochaber West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182032 +182032,S00117860,1a1,Rural Workers and Families,S01010505,Lochaber West - 02,2c,Remoter communities,S02001978,Lochaber West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182033 +182033,S00117864,1a1,Rural Workers and Families,S01010506,Lochaber West - 03,2c,Remoter communities,S02001978,Lochaber West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182034 +182034,S00117866,1a1,Rural Workers and Families,S01010506,Lochaber West - 03,2c,Remoter communities,S02001978,Lochaber West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182035 +182035,S00117867,1a1,Rural Workers and Families,S01010506,Lochaber West - 03,2c,Remoter communities,S02001978,Lochaber West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182036 +182036,S00117872,1a1,Rural Workers and Families,S01010552,Nairn Rural - 05,2c,Remoter communities,S02001985,Nairn Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182037 +182037,S00117873,1a1,Rural Workers and Families,S01010548,Nairn Rural - 01,2c,Remoter communities,S02001985,Nairn Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182038 +182038,S00117878,1a1,Rural Workers and Families,S01010553,Nairn Rural - 06,2c,Remoter communities,S02001985,Nairn Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182039 +182039,S00117879,1a1,Rural Workers and Families,S01010553,Nairn Rural - 06,2c,Remoter communities,S02001985,Nairn Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182040 +182040,S00117881,1a1,Rural Workers and Families,S01010553,Nairn Rural - 06,2c,Remoter communities,S02001985,Nairn Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182041 +182041,S00117891,1a1,Rural Workers and Families,S01010551,Nairn Rural - 04,2c,Remoter communities,S02001985,Nairn Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182042 +182042,S00117897,1a1,Rural Workers and Families,S01010703,Muir of Ord - 01,2c,Remoter communities,S02002015,Muir of Ord,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182043 +182043,S00117901,1a1,Rural Workers and Families,S01010729,Black Isle North - 03,2c,Remoter communities,S02002019,Black Isle North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182044 +182044,S00117902,1a1,Rural Workers and Families,S01010729,Black Isle North - 03,2c,Remoter communities,S02002019,Black Isle North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182045 +182045,S00117904,1a1,Rural Workers and Families,S01010707,Conon - 01,2c,Remoter communities,S02002016,Conon,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182046 +182046,S00117906,1a1,Rural Workers and Families,S01010707,Conon - 01,2c,Remoter communities,S02002016,Conon,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182047 +182047,S00117909,1a1,Rural Workers and Families,S01010729,Black Isle North - 03,2c,Remoter communities,S02002019,Black Isle North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182048 +182048,S00117911,1a1,Rural Workers and Families,S01010730,Black Isle North - 04,2c,Remoter communities,S02002019,Black Isle North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182049 +182049,S00117916,1a1,Rural Workers and Families,S01010723,Black Isle South - 05,2c,Remoter communities,S02002018,Black Isle South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182050 +182050,S00117926,1a1,Rural Workers and Families,S01010697,Ross and Cromarty Central - 03,2c,Remoter communities,S02002013,Ross and Cromarty Central,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182051 +182051,S00117930,1a1,Rural Workers and Families,S01010700,Ross and Cromarty East - 02,2c,Remoter communities,S02002014,Ross and Cromarty East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182052 +182052,S00117934,1a1,Rural Workers and Families,S01010734,Alness - 03,5e,Primary sector workers,S02002020,Alness,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182053 +182053,S00117936,1a1,Rural Workers and Families,S01010699,Ross and Cromarty East - 01,2c,Remoter communities,S02002014,Ross and Cromarty East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182054 +182054,S00117942,1a1,Rural Workers and Families,S01010702,Ross and Cromarty East - 04,2a,Ageing rural neighbourhoods,S02002014,Ross and Cromarty East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182055 +182055,S00117943,1a1,Rural Workers and Families,S01010702,Ross and Cromarty East - 04,2a,Ageing rural neighbourhoods,S02002014,Ross and Cromarty East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182056 +182056,S00117946,1a1,Rural Workers and Families,S01010762,Sutherland South - 06,2c,Remoter communities,S02002024,Sutherland South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182057 +182057,S00117964,1a1,Rural Workers and Families,S01010686,Ross and Cromarty South West - 01,2c,Remoter communities,S02002011,Ross and Cromarty South West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182058 +182058,S00119287,1a1,Rural Workers and Families,S01010548,Nairn Rural - 01,2c,Remoter communities,S02001985,Nairn Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182059 +182059,S00117976,1a1,Rural Workers and Families,S01010686,Ross and Cromarty South West - 01,2c,Remoter communities,S02002011,Ross and Cromarty South West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182060 +182060,S00119628,1b2,Rural White-Collar Workers,S01010699,Ross and Cromarty East - 01,2c,Remoter communities,S02002014,Ross and Cromarty East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182061 +182061,S00119057,1b1,Rural Life,S01010575,Inverness Culloden and Balloch - 05,8b,Ageing suburbanites,S02001989,Inverness Culloden and Balloch,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182062 +182062,S00118099,1a1,Rural Workers and Families,S01010764,Sutherland South - 08,2c,Remoter communities,S02002024,Sutherland South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182063 +182063,S00118232,5b3,Self-Sufficient Retirement,S01010539,Badenoch and Strathspey Central - 04,2a,Ageing rural neighbourhoods,S02001983,Badenoch and Strathspey Central,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182064 +182064,S00119292,1a1,Rural Workers and Families,S01010656,Inverness West Rural - 02,2d,Rural traits,S02002005,Inverness West Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182065 +182065,S00117637,1a1,Rural Workers and Families,S01010535,Badenoch and Strathspey South - 05,2c,Remoter communities,S02001982,Badenoch and Strathspey South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182066 +182066,S00119474,5b3,Self-Sufficient Retirement,S01010636,Inverness Muirtown - 01,5e,Primary sector workers,S02002001,Inverness Muirtown,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182067 +182067,S00117638,1a1,Rural Workers and Families,S01010532,Badenoch and Strathspey South - 02,2c,Remoter communities,S02001982,Badenoch and Strathspey South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182068 +182068,S00117652,1a1,Rural Workers and Families,S01010541,Badenoch and Strathspey Central - 06,2a,Ageing rural neighbourhoods,S02001983,Badenoch and Strathspey Central,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182069 +182069,S00117657,1a1,Rural Workers and Families,S01010540,Badenoch and Strathspey Central - 05,2c,Remoter communities,S02001983,Badenoch and Strathspey Central,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182070 +182070,S00117658,1a1,Rural Workers and Families,S01010542,Badenoch and Strathspey North - 01,2c,Remoter communities,S02001984,Badenoch and Strathspey North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182071 +182071,S00117660,1a1,Rural Workers and Families,S01010543,Badenoch and Strathspey North - 02,2c,Remoter communities,S02001984,Badenoch and Strathspey North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182072 +182072,S00117663,1a1,Rural Workers and Families,S01010543,Badenoch and Strathspey North - 02,2c,Remoter communities,S02001984,Badenoch and Strathspey North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182073 +182073,S00117664,1a1,Rural Workers and Families,S01010547,Badenoch and Strathspey North - 06,2c,Remoter communities,S02001984,Badenoch and Strathspey North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182074 +182074,S00117666,1a1,Rural Workers and Families,S01010547,Badenoch and Strathspey North - 06,2c,Remoter communities,S02001984,Badenoch and Strathspey North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182075 +182075,S00117670,1a1,Rural Workers and Families,S01010787,Caithness North East - 01,2c,Remoter communities,S02002029,Caithness North East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182076 +182076,S00117671,1a1,Rural Workers and Families,S01010788,Caithness North East - 02,2c,Remoter communities,S02002029,Caithness North East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182077 +182077,S00117672,1a1,Rural Workers and Families,S01010788,Caithness North East - 02,2c,Remoter communities,S02002029,Caithness North East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182078 +182078,S00117673,1a1,Rural Workers and Families,S01010788,Caithness North East - 02,2c,Remoter communities,S02002029,Caithness North East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182079 +182079,S00117676,1a1,Rural Workers and Families,S01010790,Caithness North East - 04,2c,Remoter communities,S02002029,Caithness North East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182080 +182080,S00117677,1a1,Rural Workers and Families,S01010789,Caithness North East - 03,2c,Remoter communities,S02002029,Caithness North East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182081 +182081,S00117679,1a1,Rural Workers and Families,S01010787,Caithness North East - 01,2c,Remoter communities,S02002029,Caithness North East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182082 +182082,S00117684,1a1,Rural Workers and Families,S01010787,Caithness North East - 01,2c,Remoter communities,S02002029,Caithness North East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182083 +182083,S00117980,1a1,Rural Workers and Families,S01010694,Ross and Cromarty North West - 05,2c,Remoter communities,S02002012,Ross and Cromarty North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182084 +182084,S00117685,1a1,Rural Workers and Families,S01010773,Caithness South - 02,2c,Remoter communities,S02002026,Caithness South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182085 +182085,S00117687,1a1,Rural Workers and Families,S01010775,Caithness South - 04,2c,Remoter communities,S02002026,Caithness South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182086 +182086,S00117689,1a1,Rural Workers and Families,S01010773,Caithness South - 02,2c,Remoter communities,S02002026,Caithness South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182087 +182087,S00117692,1a1,Rural Workers and Families,S01010775,Caithness South - 04,2c,Remoter communities,S02002026,Caithness South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182088 +182088,S00117700,1a1,Rural Workers and Families,S01010773,Caithness South - 02,2c,Remoter communities,S02002026,Caithness South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182089 +182089,S00117701,1a1,Rural Workers and Families,S01010773,Caithness South - 02,2c,Remoter communities,S02002026,Caithness South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182090 +182090,S00117706,1a1,Rural Workers and Families,S01010772,Caithness South - 01,2c,Remoter communities,S02002026,Caithness South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182091 +182091,S00117708,1a1,Rural Workers and Families,S01010796,Caithness North West - 05,2c,Remoter communities,S02002030,Caithness North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182092 +182092,S00117709,1a1,Rural Workers and Families,S01010796,Caithness North West - 05,2c,Remoter communities,S02002030,Caithness North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182093 +182093,S00117710,1a1,Rural Workers and Families,S01010796,Caithness North West - 05,2c,Remoter communities,S02002030,Caithness North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182094 +182094,S00117711,1a1,Rural Workers and Families,S01010796,Caithness North West - 05,2c,Remoter communities,S02002030,Caithness North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182095 +182095,S00117717,1a1,Rural Workers and Families,S01010798,Caithness North West - 07,2c,Remoter communities,S02002030,Caithness North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182096 +182096,S00117721,1a1,Rural Workers and Families,S01010797,Caithness North West - 06,2c,Remoter communities,S02002030,Caithness North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182097 +182097,S00117722,1a1,Rural Workers and Families,S01010797,Caithness North West - 06,2c,Remoter communities,S02002030,Caithness North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182098 +182098,S00117723,1a1,Rural Workers and Families,S01010797,Caithness North West - 06,2c,Remoter communities,S02002030,Caithness North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182099 +182099,S00117726,1a1,Rural Workers and Families,S01010791,Caithness North East - 05,2c,Remoter communities,S02002029,Caithness North East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182100 +182100,S00117734,1a1,Rural Workers and Families,S01010665,Loch Ness - 02,2c,Remoter communities,S02002006,Loch Ness,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182101 +182101,S00117738,1a1,Rural Workers and Families,S01010596,Inverness Slackbuie - 01,2c,Remoter communities,S02001993,Inverness Slackbuie,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182102 +182102,S00117740,1a1,Rural Workers and Families,S01010599,Inverness Lochardil and Holm Mains - 01,8c,Comfortable suburbia,S02001994,Inverness Lochardil and Holm Mains,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182103 +182103,S00117743,1a1,Rural Workers and Families,S01010567,Inverness East Rural - 02,2a,Ageing rural neighbourhoods,S02001988,Inverness East Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182104 +182104,S00117745,1a1,Rural Workers and Families,S01010593,Inverness Inshes - 04,2b,Prospering countryside life,S02001992,Inverness Inshes,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182105 +182105,S00117763,1a1,Rural Workers and Families,S01010567,Inverness East Rural - 02,2a,Ageing rural neighbourhoods,S02001988,Inverness East Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182106 +182106,S00117773,1a1,Rural Workers and Families,S01010584,Inverness Westhill - 03,5e,Primary sector workers,S02001991,Inverness Westhill,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182107 +182107,S00117782,1a1,Rural Workers and Families,S01010582,Inverness Westhill - 01,2a,Ageing rural neighbourhoods,S02001991,Inverness Westhill,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182108 +182108,S00117784,1a1,Rural Workers and Families,S01010568,Inverness East Rural - 03,2d,Rural traits,S02001988,Inverness East Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182109 +182109,S00117785,1a1,Rural Workers and Families,S01010576,Inverness Culloden and Balloch - 06,8b,Ageing suburbanites,S02001989,Inverness Culloden and Balloch,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182110 +182110,S00117786,1a1,Rural Workers and Families,S01010568,Inverness East Rural - 03,2d,Rural traits,S02001988,Inverness East Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182111 +182111,S00117789,1a1,Rural Workers and Families,S01010568,Inverness East Rural - 03,2d,Rural traits,S02001988,Inverness East Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182112 +182112,S00117798,1a1,Rural Workers and Families,S01010664,Loch Ness - 01,2c,Remoter communities,S02002006,Loch Ness,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182113 +182113,S00117800,1a1,Rural Workers and Families,S01010664,Loch Ness - 01,2c,Remoter communities,S02002006,Loch Ness,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182114 +182114,S00117802,1a1,Rural Workers and Families,S01010667,Loch Ness - 04,2c,Remoter communities,S02002006,Loch Ness,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182115 +182115,S00118107,1a1,Rural Workers and Families,S01010771,Sutherland East - 06,2d,Rural traits,S02002025,Sutherland East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182116 +182116,S00118108,1a1,Rural Workers and Families,S01010769,Sutherland East - 04,2c,Remoter communities,S02002025,Sutherland East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182117 +182117,S00118109,1a1,Rural Workers and Families,S01010769,Sutherland East - 04,2c,Remoter communities,S02002025,Sutherland East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182118 +182118,S00119101,1b1,Rural Life,S01010701,Ross and Cromarty East - 03,5e,Primary sector workers,S02002014,Ross and Cromarty East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182119 +182119,S00118113,1a1,Rural Workers and Families,S01010771,Sutherland East - 06,2d,Rural traits,S02002025,Sutherland East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182120 +182120,S00118234,5b3,Self-Sufficient Retirement,S01010539,Badenoch and Strathspey Central - 04,2a,Ageing rural neighbourhoods,S02001983,Badenoch and Strathspey Central,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182121 +182121,S00118116,1a1,Rural Workers and Families,S01010811,Sutherland North and West - 02,2c,Remoter communities,S02002033,Sutherland North and West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182122 +182122,S00118118,1a1,Rural Workers and Families,S01010811,Sutherland North and West - 02,2c,Remoter communities,S02002033,Sutherland North and West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182123 +182123,S00118119,1a1,Rural Workers and Families,S01010810,Sutherland North and West - 01,2c,Remoter communities,S02002033,Sutherland North and West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182124 +182124,S00119296,1a1,Rural Workers and Families,S01010663,Inverness West Rural - 09,2c,Remoter communities,S02002005,Inverness West Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182125 +182125,S00118582,1a1,Rural Workers and Families,S01010681,Skye North East - 05,5e,Primary sector workers,S02002009,Skye North East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182126 +182126,S00118667,1a1,Rural Workers and Families,S01010709,Conon - 03,2d,Rural traits,S02002016,Conon,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182127 +182127,S00118685,1a1,Rural Workers and Families,S01010562,Nairn West - 04,8b,Ageing suburbanites,S02001987,Nairn West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182128 +182128,S00118741,1a1,Rural Workers and Families,S01010561,Nairn West - 03,2a,Ageing rural neighbourhoods,S02001987,Nairn West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182129 +182129,S00119078,1a1,Rural Workers and Families,S01010596,Inverness Slackbuie - 01,2c,Remoter communities,S02001993,Inverness Slackbuie,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182130 +182130,S00119103,1a1,Rural Workers and Families,S01010567,Inverness East Rural - 02,2a,Ageing rural neighbourhoods,S02001988,Inverness East Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182131 +182131,S00119143,1a1,Rural Workers and Families,S01010664,Loch Ness - 01,2c,Remoter communities,S02002006,Loch Ness,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182132 +182132,S00119145,1a1,Rural Workers and Families,S01010528,Lochaber East and North - 05,2c,Remoter communities,S02001981,Lochaber East and North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182133 +182133,S00119150,1a1,Rural Workers and Families,S01010663,Inverness West Rural - 09,2c,Remoter communities,S02002005,Inverness West Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182134 +182134,S00119151,1a1,Rural Workers and Families,S01010659,Inverness West Rural - 05,2c,Remoter communities,S02002005,Inverness West Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182135 +182135,S00119161,1a1,Rural Workers and Families,S01010707,Conon - 01,2c,Remoter communities,S02002016,Conon,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182136 +182136,S00119163,1a1,Rural Workers and Families,S01010707,Conon - 01,2c,Remoter communities,S02002016,Conon,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182137 +182137,S00119165,1a1,Rural Workers and Families,S01010695,Ross and Cromarty Central - 01,2c,Remoter communities,S02002013,Ross and Cromarty Central,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182138 +182138,S00119169,1a1,Rural Workers and Families,S01010746,Seaboard - 01,2c,Remoter communities,S02002022,Seaboard,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182139 +182139,S00119170,1a1,Rural Workers and Families,S01010686,Ross and Cromarty South West - 01,2c,Remoter communities,S02002011,Ross and Cromarty South West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182140 +182140,S00117983,1a1,Rural Workers and Families,S01010686,Ross and Cromarty South West - 01,2c,Remoter communities,S02002011,Ross and Cromarty South West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182141 +182141,S00119479,5b3,Self-Sufficient Retirement,S01010640,Inverness Muirtown - 05,3d,Households in terraces and flats,S02002001,Inverness Muirtown,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182142 +182142,S00119174,1a1,Rural Workers and Families,S01010693,Ross and Cromarty North West - 04,2c,Remoter communities,S02002012,Ross and Cromarty North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182143 +182143,S00119175,1a1,Rural Workers and Families,S01010688,Ross and Cromarty South West - 03,2c,Remoter communities,S02002011,Ross and Cromarty South West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182144 +182144,S00119179,1a1,Rural Workers and Families,S01010669,Lochlash - 01,2c,Remoter communities,S02002007,Lochlash,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182145 +182145,S00119182,1a1,Rural Workers and Families,S01010675,Skye South - 03,2c,Remoter communities,S02002008,Skye South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182146 +182146,S00119183,1a1,Rural Workers and Families,S01010674,Skye South - 02,2c,Remoter communities,S02002008,Skye South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182147 +182147,S00119187,1a1,Rural Workers and Families,S01010685,Skye North West - 04,2c,Remoter communities,S02002010,Skye North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182148 +182148,S00119189,1a1,Rural Workers and Families,S01010758,Sutherland South - 02,2a,Ageing rural neighbourhoods,S02002024,Sutherland South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182149 +182149,S00119191,1a1,Rural Workers and Families,S01010813,Sutherland North and West - 04,2d,Rural traits,S02002033,Sutherland North and West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182150 +182150,S00119192,1a1,Rural Workers and Families,S01010813,Sutherland North and West - 04,2d,Rural traits,S02002033,Sutherland North and West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182151 +182151,S00119231,1a1,Rural Workers and Families,S01010728,Black Isle North - 02,2c,Remoter communities,S02002019,Black Isle North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182152 +182152,S00119233,1a1,Rural Workers and Families,S01010673,Skye South - 01,2a,Ageing rural neighbourhoods,S02002008,Skye South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182153 +182153,S00119249,1a1,Rural Workers and Families,S01010532,Badenoch and Strathspey South - 02,2c,Remoter communities,S02001982,Badenoch and Strathspey South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182154 +182154,S00119257,1a1,Rural Workers and Families,S01010789,Caithness North East - 03,2c,Remoter communities,S02002029,Caithness North East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182155 +182155,S00119258,1a1,Rural Workers and Families,S01010789,Caithness North East - 03,2c,Remoter communities,S02002029,Caithness North East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182156 +182156,S00119259,1a1,Rural Workers and Families,S01010790,Caithness North East - 04,2c,Remoter communities,S02002029,Caithness North East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182157 +182157,S00119261,1a1,Rural Workers and Families,S01010790,Caithness North East - 04,2c,Remoter communities,S02002029,Caithness North East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182158 +182158,S00119262,1a1,Rural Workers and Families,S01010790,Caithness North East - 04,2c,Remoter communities,S02002029,Caithness North East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182159 +182159,S00119265,1a1,Rural Workers and Families,S01010797,Caithness North West - 06,2c,Remoter communities,S02002030,Caithness North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182160 +182160,S00119268,1a1,Rural Workers and Families,S01010794,Caithness North West - 03,2c,Remoter communities,S02002030,Caithness North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182161 +182161,S00119270,1a1,Rural Workers and Families,S01010794,Caithness North West - 03,2c,Remoter communities,S02002030,Caithness North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182162 +182162,S00119272,1a1,Rural Workers and Families,S01010793,Caithness North West - 02,2c,Remoter communities,S02002030,Caithness North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182163 +182163,S00119273,1a1,Rural Workers and Families,S01010793,Caithness North West - 02,2c,Remoter communities,S02002030,Caithness North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182164 +182164,S00119274,1a1,Rural Workers and Families,S01010791,Caithness North East - 05,2c,Remoter communities,S02002029,Caithness North East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182165 +182165,S00119275,1a1,Rural Workers and Families,S01010791,Caithness North East - 05,2c,Remoter communities,S02002029,Caithness North East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182166 +182166,S00119278,1a1,Rural Workers and Families,S01010566,Inverness East Rural - 01,2c,Remoter communities,S02001988,Inverness East Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182167 +182167,S00119279,1a1,Rural Workers and Families,S01010566,Inverness East Rural - 01,2c,Remoter communities,S02001988,Inverness East Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182168 +182168,S00119117,1b1,Rural Life,S01010750,Seaboard - 05,2c,Remoter communities,S02002022,Seaboard,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182169 +182169,S00119131,1b1,Rural Life,S01010767,Sutherland East - 02,5e,Primary sector workers,S02002025,Sutherland East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182170 +182170,S00117985,1a1,Rural Workers and Families,S01010691,Ross and Cromarty North West - 02,2c,Remoter communities,S02002012,Ross and Cromarty North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182171 +182171,S00119176,1b1,Rural Life,S01010688,Ross and Cromarty South West - 03,2c,Remoter communities,S02002011,Ross and Cromarty South West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182172 +182172,S00119298,1a1,Rural Workers and Families,S01010662,Inverness West Rural - 08,2b,Prospering countryside life,S02002005,Inverness West Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182173 +182173,S00119483,5b3,Self-Sufficient Retirement,S01010648,Inverness Scorguie - 04,5e,Primary sector workers,S02002003,Inverness Scorguie,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182174 +182174,S00117986,1a1,Rural Workers and Families,S01010691,Ross and Cromarty North West - 02,2c,Remoter communities,S02002012,Ross and Cromarty North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182175 +182175,S00119177,1b1,Rural Life,S01010677,Skye North East - 01,2c,Remoter communities,S02002009,Skye North East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182176 +182176,S00119317,1a1,Rural Workers and Families,S01010548,Nairn Rural - 01,2c,Remoter communities,S02001985,Nairn Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182177 +182177,S00118249,5b3,Self-Sufficient Retirement,S01010545,Badenoch and Strathspey North - 04,5e,Primary sector workers,S02001984,Badenoch and Strathspey North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182178 +182178,S00119320,1a1,Rural Workers and Families,S01010551,Nairn Rural - 04,2c,Remoter communities,S02001985,Nairn Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182179 +182179,S00117988,1a1,Rural Workers and Families,S01010693,Ross and Cromarty North West - 04,2c,Remoter communities,S02002012,Ross and Cromarty North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182180 +182180,S00118252,5b3,Self-Sufficient Retirement,S01010545,Badenoch and Strathspey North - 04,5e,Primary sector workers,S02001984,Badenoch and Strathspey North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182181 +182181,S00119321,1a1,Rural Workers and Families,S01010551,Nairn Rural - 04,2c,Remoter communities,S02001985,Nairn Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182182 +182182,S00119219,1b1,Rural Life,S01010542,Badenoch and Strathspey North - 01,2c,Remoter communities,S02001984,Badenoch and Strathspey North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182183 +182183,S00119492,5b3,Self-Sufficient Retirement,S01010645,Inverness Scorguie - 01,5e,Primary sector workers,S02002003,Inverness Scorguie,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182184 +182184,S00117990,1a1,Rural Workers and Families,S01010688,Ross and Cromarty South West - 03,2c,Remoter communities,S02002011,Ross and Cromarty South West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182185 +182185,S00119498,5b3,Self-Sufficient Retirement,S01010587,Inverness Westhill - 06,8b,Ageing suburbanites,S02001991,Inverness Westhill,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182186 +182186,S00119323,1a1,Rural Workers and Families,S01010725,Black Isle South - 07,2c,Remoter communities,S02002018,Black Isle South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182187 +182187,S00119228,1b1,Rural Life,S01010772,Caithness South - 01,2c,Remoter communities,S02002026,Caithness South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182188 +182188,S00119264,1b1,Rural Life,S01010774,Caithness South - 03,2d,Rural traits,S02002026,Caithness South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182189 +182189,S00118282,5b3,Self-Sufficient Retirement,S01010625,Inverness Crown and Haugh - 01,8a,Affluent communities,S02001999,Inverness Crown and Haugh,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182190 +182190,S00117991,1a1,Rural Workers and Families,S01010689,Ross and Cromarty South West - 04,2c,Remoter communities,S02002011,Ross and Cromarty South West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182191 +182191,S00119512,5b3,Self-Sufficient Retirement,S01010571,Inverness Culloden and Balloch - 01,5b,Aspiring urban households,S02001989,Inverness Culloden and Balloch,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182192 +182192,S00119324,1a1,Rural Workers and Families,S01010725,Black Isle South - 07,2c,Remoter communities,S02002018,Black Isle South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182193 +182193,S00118293,5b3,Self-Sufficient Retirement,S01010628,Inverness Crown and Haugh - 04,3c,Highly qualified professionals,S02001999,Inverness Crown and Haugh,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182194 +182194,S00117993,1a1,Rural Workers and Families,S01010689,Ross and Cromarty South West - 04,2c,Remoter communities,S02002011,Ross and Cromarty South West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182195 +182195,S00119325,1a1,Rural Workers and Families,S01010725,Black Isle South - 07,2c,Remoter communities,S02002018,Black Isle South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182196 +182196,S00119532,5b3,Self-Sufficient Retirement,S01010559,Nairn West - 01,5a,Ageing urban communities,S02001987,Nairn West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182197 +182197,S00118294,5b3,Self-Sufficient Retirement,S01010629,Inverness Crown and Haugh - 05,5a,Ageing urban communities,S02001999,Inverness Crown and Haugh,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182198 +182198,S00119276,1b1,Rural Life,S01010791,Caithness North East - 05,2c,Remoter communities,S02002029,Caithness North East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182199 +182199,S00117997,1a1,Rural Workers and Families,S01010669,Lochlash - 01,2c,Remoter communities,S02002007,Lochlash,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182200 +182200,S00119326,1a1,Rural Workers and Families,S01010663,Inverness West Rural - 09,2c,Remoter communities,S02002005,Inverness West Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182201 +182201,S00119533,5b3,Self-Sufficient Retirement,S01010554,Nairn East - 01,5e,Primary sector workers,S02001986,Nairn East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182202 +182202,S00119290,1b1,Rural Life,S01010655,Inverness West Rural - 01,2c,Remoter communities,S02002005,Inverness West Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182203 +182203,S00117998,1a1,Rural Workers and Families,S01010669,Lochlash - 01,2c,Remoter communities,S02002007,Lochlash,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182204 +182204,S00119534,5b3,Self-Sufficient Retirement,S01010554,Nairn East - 01,5e,Primary sector workers,S02001986,Nairn East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182205 +182205,S00119327,1a1,Rural Workers and Families,S01010663,Inverness West Rural - 09,2c,Remoter communities,S02002005,Inverness West Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182206 +182206,S00119293,1b1,Rural Life,S01010656,Inverness West Rural - 02,2d,Rural traits,S02002005,Inverness West Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182207 +182207,S00118306,5b3,Self-Sufficient Retirement,S01010621,"Inverness Central, Raigmore and Longman - 03",3c,Highly qualified professionals,S02001998,"Inverness Central, Raigmore and Longman",S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182208 +182208,S00118001,1a1,Rural Workers and Families,S01010670,Lochlash - 02,2c,Remoter communities,S02002007,Lochlash,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182209 +182209,S00119541,5b3,Self-Sufficient Retirement,S01010719,Black Isle South - 01,5a,Ageing urban communities,S02002018,Black Isle South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182210 +182210,S00119329,1a1,Rural Workers and Families,S01010703,Muir of Ord - 01,2c,Remoter communities,S02002015,Muir of Ord,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182211 +182211,S00118311,5b3,Self-Sufficient Retirement,S01010621,"Inverness Central, Raigmore and Longman - 03",3c,Highly qualified professionals,S02001998,"Inverness Central, Raigmore and Longman",S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182212 +182212,S00118005,1a1,Rural Workers and Families,S01010674,Skye South - 02,2c,Remoter communities,S02002008,Skye South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182213 +182213,S00119331,1a1,Rural Workers and Families,S01010703,Muir of Ord - 01,2c,Remoter communities,S02002015,Muir of Ord,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182214 +182214,S00119556,5b3,Self-Sufficient Retirement,S01010701,Ross and Cromarty East - 03,5e,Primary sector workers,S02002014,Ross and Cromarty East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182215 +182215,S00118326,5b3,Self-Sufficient Retirement,S01010616,Inverness Drakies - 01,8b,Ageing suburbanites,S02001997,Inverness Drakies,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182216 +182216,S00119314,1b1,Rural Life,S01010506,Lochaber West - 03,2c,Remoter communities,S02001978,Lochaber West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182217 +182217,S00118006,1a1,Rural Workers and Families,S01010673,Skye South - 01,2a,Ageing rural neighbourhoods,S02002008,Skye South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182218 +182218,S00119333,1a1,Rural Workers and Families,S01010728,Black Isle North - 02,2c,Remoter communities,S02002019,Black Isle North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182219 +182219,S00119611,5b3,Self-Sufficient Retirement,S01010583,Inverness Westhill - 02,8c,Comfortable suburbia,S02001991,Inverness Westhill,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182220 +182220,S00119344,1b1,Rural Life,S01010724,Black Isle South - 06,2c,Remoter communities,S02002018,Black Isle South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182221 +182221,S00118007,1a1,Rural Workers and Families,S01010676,Skye South - 04,2c,Remoter communities,S02002008,Skye South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182222 +182222,S00119634,5b3,Self-Sufficient Retirement,S01010600,Inverness Lochardil and Holm Mains - 02,5e,Primary sector workers,S02001994,Inverness Lochardil and Holm Mains,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182223 +182223,S00119336,1a1,Rural Workers and Families,S01010727,Black Isle North - 01,2c,Remoter communities,S02002019,Black Isle North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182224 +182224,S00119354,1b1,Rural Life,S01010702,Ross and Cromarty East - 04,2a,Ageing rural neighbourhoods,S02002014,Ross and Cromarty East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182225 +182225,S00118354,5b3,Self-Sufficient Retirement,S01010602,Inverness Lochardil and Holm Mains - 04,8c,Comfortable suburbia,S02001994,Inverness Lochardil and Holm Mains,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182226 +182226,S00118009,1a1,Rural Workers and Families,S01010676,Skye South - 04,2c,Remoter communities,S02002008,Skye South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182227 +182227,S00117693,6b3,Semi-Detached Ageing,S01010775,Caithness South - 04,2c,Remoter communities,S02002026,Caithness South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182228 +182228,S00119337,1a1,Rural Workers and Families,S01010727,Black Isle North - 01,2c,Remoter communities,S02002019,Black Isle North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182229 +182229,S00118367,5b3,Self-Sufficient Retirement,S01010610,Inverness Drummond - 05,5a,Ageing urban communities,S02001995,Inverness Drummond,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182230 +182230,S00118012,1a1,Rural Workers and Families,S01010676,Skye South - 04,2c,Remoter communities,S02002008,Skye South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182231 +182231,S00119338,1a1,Rural Workers and Families,S01010727,Black Isle North - 01,2c,Remoter communities,S02002019,Black Isle North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182232 +182232,S00117720,6b3,Semi-Detached Ageing,S01010797,Caithness North West - 06,2c,Remoter communities,S02002030,Caithness North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182233 +182233,S00118369,5b3,Self-Sufficient Retirement,S01010610,Inverness Drummond - 05,5a,Ageing urban communities,S02001995,Inverness Drummond,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182234 +182234,S00119376,1b1,Rural Life,S01010683,Skye North West - 02,2c,Remoter communities,S02002010,Skye North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182235 +182235,S00118014,1a1,Rural Workers and Families,S01010675,Skye South - 03,2c,Remoter communities,S02002008,Skye South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182236 +182236,S00119339,1a1,Rural Workers and Families,S01010730,Black Isle North - 04,2c,Remoter communities,S02002019,Black Isle North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182237 +182237,S00117746,6b3,Semi-Detached Ageing,S01010594,Inverness Inshes - 05,3a,Achieving neighbourhoods,S02001992,Inverness Inshes,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182238 +182238,S00119397,1b1,Rural Life,S01010526,Lochaber East and North - 03,2d,Rural traits,S02001981,Lochaber East and North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182239 +182239,S00118015,1a1,Rural Workers and Families,S01010675,Skye South - 03,2c,Remoter communities,S02002008,Skye South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182240 +182240,S00117761,6b3,Semi-Detached Ageing,S01010588,Inverness Westhill - 07,8c,Comfortable suburbia,S02001991,Inverness Westhill,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182241 +182241,S00119341,1a1,Rural Workers and Families,S01010730,Black Isle North - 04,2c,Remoter communities,S02002019,Black Isle North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182242 +182242,S00119398,1b1,Rural Life,S01010526,Lochaber East and North - 03,2d,Rural traits,S02001981,Lochaber East and North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182243 +182243,S00118411,5b3,Self-Sufficient Retirement,S01010610,Inverness Drummond - 05,5a,Ageing urban communities,S02001995,Inverness Drummond,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182244 +182244,S00118016,1a1,Rural Workers and Families,S01010677,Skye North East - 01,2c,Remoter communities,S02002009,Skye North East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182245 +182245,S00118281,6b3,Semi-Detached Ageing,S01010625,Inverness Crown and Haugh - 01,8a,Affluent communities,S02001999,Inverness Crown and Haugh,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182246 +182246,S00119342,1a1,Rural Workers and Families,S01010730,Black Isle North - 04,2c,Remoter communities,S02002019,Black Isle North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182247 +182247,S00118461,5b3,Self-Sufficient Retirement,S01010636,Inverness Muirtown - 01,5e,Primary sector workers,S02002001,Inverness Muirtown,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182248 +182248,S00118018,1a1,Rural Workers and Families,S01010674,Skye South - 02,2c,Remoter communities,S02002008,Skye South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182249 +182249,S00119343,1a1,Rural Workers and Families,S01010730,Black Isle North - 04,2c,Remoter communities,S02002019,Black Isle North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182250 +182250,S00118327,6b3,Semi-Detached Ageing,S01010616,Inverness Drakies - 01,8b,Ageing suburbanites,S02001997,Inverness Drakies,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182251 +182251,S00118467,5b3,Self-Sufficient Retirement,S01010636,Inverness Muirtown - 01,5e,Primary sector workers,S02002001,Inverness Muirtown,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182252 +182252,S00119426,1b1,Rural Life,S01010666,Loch Ness - 03,2d,Rural traits,S02002006,Loch Ness,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182253 +182253,S00118021,1a1,Rural Workers and Families,S01010682,Skye North West - 01,2c,Remoter communities,S02002010,Skye North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182254 +182254,S00119345,1a1,Rural Workers and Families,S01010724,Black Isle South - 06,2c,Remoter communities,S02002018,Black Isle South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182255 +182255,S00118331,6b3,Semi-Detached Ageing,S01010616,Inverness Drakies - 01,8b,Ageing suburbanites,S02001997,Inverness Drakies,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182256 +182256,S00119504,1b1,Rural Life,S01010681,Skye North East - 05,5e,Primary sector workers,S02002009,Skye North East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182257 +182257,S00118023,1a1,Rural Workers and Families,S01010682,Skye North West - 01,2c,Remoter communities,S02002010,Skye North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182258 +182258,S00118335,6b3,Semi-Detached Ageing,S01010617,Inverness Drakies - 02,8b,Ageing suburbanites,S02001997,Inverness Drakies,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182259 +182259,S00119348,1a1,Rural Workers and Families,S01010723,Black Isle South - 05,2c,Remoter communities,S02002018,Black Isle South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182260 +182260,S00119536,1b1,Rural Life,S01010564,Nairn West - 06,5d,Endeavouring social renters,S02001987,Nairn West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182261 +182261,S00118470,5b3,Self-Sufficient Retirement,S01010640,Inverness Muirtown - 05,3d,Households in terraces and flats,S02002001,Inverness Muirtown,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182262 +182262,S00118024,1a1,Rural Workers and Families,S01010682,Skye North West - 01,2c,Remoter communities,S02002010,Skye North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182263 +182263,S00118336,6b3,Semi-Detached Ageing,S01010617,Inverness Drakies - 02,8b,Ageing suburbanites,S02001997,Inverness Drakies,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182264 +182264,S00119349,1a1,Rural Workers and Families,S01010698,Ross and Cromarty Central - 04,2c,Remoter communities,S02002013,Ross and Cromarty Central,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182265 +182265,S00118480,5b3,Self-Sufficient Retirement,S01010632,Inverness Ballifeary and Dalneigh - 03,4b,Constrained renters,S02002000,Inverness Ballifeary and Dalneigh,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182266 +182266,S00118025,1a1,Rural Workers and Families,S01010677,Skye North East - 01,2c,Remoter communities,S02002009,Skye North East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182267 +182267,S00119351,1a1,Rural Workers and Families,S01010695,Ross and Cromarty Central - 01,2c,Remoter communities,S02002013,Ross and Cromarty Central,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182268 +182268,S00118337,6b3,Semi-Detached Ageing,S01010617,Inverness Drakies - 02,8b,Ageing suburbanites,S02001997,Inverness Drakies,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182269 +182269,S00118483,5b3,Self-Sufficient Retirement,S01010631,Inverness Ballifeary and Dalneigh - 02,5a,Ageing urban communities,S02002000,Inverness Ballifeary and Dalneigh,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182270 +182270,S00119543,1b1,Rural Life,S01010719,Black Isle South - 01,5a,Ageing urban communities,S02002018,Black Isle South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182271 +182271,S00118026,1a1,Rural Workers and Families,S01010677,Skye North East - 01,2c,Remoter communities,S02002009,Skye North East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182272 +182272,S00119352,1a1,Rural Workers and Families,S01010702,Ross and Cromarty East - 04,2a,Ageing rural neighbourhoods,S02002014,Ross and Cromarty East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182273 +182273,S00118338,6b3,Semi-Detached Ageing,S01010617,Inverness Drakies - 02,8b,Ageing suburbanites,S02001997,Inverness Drakies,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182274 +182274,S00119567,1b1,Rural Life,S01010756,Tain - 05,2d,Rural traits,S02002023,Tain,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182275 +182275,S00118029,1a1,Rural Workers and Families,S01010678,Skye North East - 02,2c,Remoter communities,S02002009,Skye North East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182276 +182276,S00118341,6b3,Semi-Detached Ageing,S01010617,Inverness Drakies - 02,8b,Ageing suburbanites,S02001997,Inverness Drakies,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182277 +182277,S00119356,1a1,Rural Workers and Families,S01010753,Tain - 02,5e,Primary sector workers,S02002023,Tain,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182278 +182278,S00119572,1b1,Rural Life,S01010759,Sutherland South - 03,5e,Primary sector workers,S02002024,Sutherland South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182279 +182279,S00118496,5b3,Self-Sufficient Retirement,S01010653,Inverness Kinmylies and South West - 04,5c,Comfortable neighbourhoods,S02002004,Inverness Kinmylies and South West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182280 +182280,S00118031,1a1,Rural Workers and Families,S01010678,Skye North East - 02,2c,Remoter communities,S02002009,Skye North East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182281 +182281,S00118342,6b3,Semi-Detached Ageing,S01010617,Inverness Drakies - 02,8b,Ageing suburbanites,S02001997,Inverness Drakies,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182282 +182282,S00119374,1a1,Rural Workers and Families,S01010682,Skye North West - 01,2c,Remoter communities,S02002010,Skye North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182283 +182283,S00118035,1a1,Rural Workers and Families,S01010683,Skye North West - 02,2c,Remoter communities,S02002010,Skye North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182284 +182284,S00119377,1a1,Rural Workers and Families,S01010683,Skye North West - 02,2c,Remoter communities,S02002010,Skye North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182285 +182285,S00118343,6b3,Semi-Detached Ageing,S01010618,Inverness Drakies - 03,8b,Ageing suburbanites,S02001997,Inverness Drakies,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182286 +182286,S00119602,1b1,Rural Life,S01010795,Caithness North West - 04,5d,Endeavouring social renters,S02002030,Caithness North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182287 +182287,S00118498,5b3,Self-Sufficient Retirement,S01010653,Inverness Kinmylies and South West - 04,5c,Comfortable neighbourhoods,S02002004,Inverness Kinmylies and South West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182288 +182288,S00119606,1b1,Rural Life,S01010795,Caithness North West - 04,5d,Endeavouring social renters,S02002030,Caithness North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182289 +182289,S00118038,1a1,Rural Workers and Families,S01010683,Skye North West - 02,2c,Remoter communities,S02002010,Skye North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182290 +182290,S00119386,1a1,Rural Workers and Families,S01010763,Sutherland South - 07,2d,Rural traits,S02002024,Sutherland South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182291 +182291,S00118344,6b3,Semi-Detached Ageing,S01010618,Inverness Drakies - 03,8b,Ageing suburbanites,S02001997,Inverness Drakies,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182292 +182292,S00119625,1b1,Rural Life,S01010505,Lochaber West - 02,2c,Remoter communities,S02001978,Lochaber West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182293 +182293,S00118040,1a1,Rural Workers and Families,S01010683,Skye North West - 02,2c,Remoter communities,S02002010,Skye North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182294 +182294,S00118345,6b3,Semi-Detached Ageing,S01010618,Inverness Drakies - 03,8b,Ageing suburbanites,S02001997,Inverness Drakies,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182295 +182295,S00119387,1a1,Rural Workers and Families,S01010763,Sutherland South - 07,2d,Rural traits,S02002024,Sutherland South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182296 +182296,S00119633,1b1,Rural Life,S01010539,Badenoch and Strathspey Central - 04,2a,Ageing rural neighbourhoods,S02001983,Badenoch and Strathspey Central,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182297 +182297,S00118500,5b3,Self-Sufficient Retirement,S01010648,Inverness Scorguie - 04,5e,Primary sector workers,S02002003,Inverness Scorguie,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182298 +182298,S00118041,1a1,Rural Workers and Families,S01010683,Skye North West - 02,2c,Remoter communities,S02002010,Skye North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182299 +182299,S00118346,6b3,Semi-Detached Ageing,S01010618,Inverness Drakies - 03,8b,Ageing suburbanites,S02001997,Inverness Drakies,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182300 +182300,S00119389,1a1,Rural Workers and Families,S01010761,Sutherland South - 05,2c,Remoter communities,S02002024,Sutherland South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182301 +182301,S00117779,1b2,Rural White-Collar Workers,S01010569,Inverness East Rural - 04,2a,Ageing rural neighbourhoods,S02001988,Inverness East Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182302 +182302,S00118504,5b3,Self-Sufficient Retirement,S01010649,Inverness Scorguie - 05,5a,Ageing urban communities,S02002003,Inverness Scorguie,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182303 +182303,S00118048,1a1,Rural Workers and Families,S01010685,Skye North West - 04,2c,Remoter communities,S02002010,Skye North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182304 +182304,S00118049,1a1,Rural Workers and Families,S01010685,Skye North West - 04,2c,Remoter communities,S02002010,Skye North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182305 +182305,S00118055,1a1,Rural Workers and Families,S01010684,Skye North West - 03,2c,Remoter communities,S02002010,Skye North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182306 +182306,S00118056,1a1,Rural Workers and Families,S01010675,Skye South - 03,2c,Remoter communities,S02002008,Skye South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182307 +182307,S00118059,1a1,Rural Workers and Families,S01010757,Sutherland South - 01,2c,Remoter communities,S02002024,Sutherland South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182308 +182308,S00118064,1a1,Rural Workers and Families,S01010764,Sutherland South - 08,2c,Remoter communities,S02002024,Sutherland South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182309 +182309,S00118074,1a1,Rural Workers and Families,S01010765,Sutherland South - 09,2c,Remoter communities,S02002024,Sutherland South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182310 +182310,S00118075,1a1,Rural Workers and Families,S01010765,Sutherland South - 09,2c,Remoter communities,S02002024,Sutherland South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182311 +182311,S00118076,1a1,Rural Workers and Families,S01010765,Sutherland South - 09,2c,Remoter communities,S02002024,Sutherland South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182312 +182312,S00118077,1a1,Rural Workers and Families,S01010765,Sutherland South - 09,2c,Remoter communities,S02002024,Sutherland South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182313 +182313,S00118082,1a1,Rural Workers and Families,S01010814,Sutherland North and West - 05,2c,Remoter communities,S02002033,Sutherland North and West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182314 +182314,S00118083,1a1,Rural Workers and Families,S01010814,Sutherland North and West - 05,2c,Remoter communities,S02002033,Sutherland North and West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182315 +182315,S00118091,1a1,Rural Workers and Families,S01010815,Sutherland North and West - 06,2c,Remoter communities,S02002033,Sutherland North and West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182316 +182316,S00118092,1a1,Rural Workers and Families,S01010812,Sutherland North and West - 03,2c,Remoter communities,S02002033,Sutherland North and West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182317 +182317,S00118093,1a1,Rural Workers and Families,S01010812,Sutherland North and West - 03,2c,Remoter communities,S02002033,Sutherland North and West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182318 +182318,S00118097,1a1,Rural Workers and Families,S01010764,Sutherland South - 08,2c,Remoter communities,S02002024,Sutherland South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182319 +182319,S00119391,1a1,Rural Workers and Families,S01010693,Ross and Cromarty North West - 04,2c,Remoter communities,S02002012,Ross and Cromarty North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182320 +182320,S00119393,1a1,Rural Workers and Families,S01010812,Sutherland North and West - 03,2c,Remoter communities,S02002033,Sutherland North and West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182321 +182321,S00119395,1a1,Rural Workers and Families,S01010810,Sutherland North and West - 01,2c,Remoter communities,S02002033,Sutherland North and West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182322 +182322,S00119430,1a1,Rural Workers and Families,S01010666,Loch Ness - 03,2d,Rural traits,S02002006,Loch Ness,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182323 +182323,S00118506,5b3,Self-Sufficient Retirement,S01010648,Inverness Scorguie - 04,5e,Primary sector workers,S02002003,Inverness Scorguie,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182324 +182324,S00117791,1b2,Rural White-Collar Workers,S01010569,Inverness East Rural - 04,2a,Ageing rural neighbourhoods,S02001988,Inverness East Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182325 +182325,S00118347,6b3,Semi-Detached Ageing,S01010618,Inverness Drakies - 03,8b,Ageing suburbanites,S02001997,Inverness Drakies,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182326 +182326,S00117910,1b2,Rural White-Collar Workers,S01010730,Black Isle North - 04,2c,Remoter communities,S02002019,Black Isle North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182327 +182327,S00118352,6b3,Semi-Detached Ageing,S01010602,Inverness Lochardil and Holm Mains - 04,8c,Comfortable suburbia,S02001994,Inverness Lochardil and Holm Mains,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182328 +182328,S00119623,1a1,Rural Workers and Families,S01010664,Loch Ness - 01,2c,Remoter communities,S02002006,Loch Ness,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182329 +182329,S00117919,1b2,Rural White-Collar Workers,S01010723,Black Isle South - 05,2c,Remoter communities,S02002018,Black Isle South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182330 +182330,S00118511,5b3,Self-Sufficient Retirement,S01010646,Inverness Scorguie - 02,8b,Ageing suburbanites,S02002003,Inverness Scorguie,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182331 +182331,S00118356,6b3,Semi-Detached Ageing,S01010603,Inverness Lochardil and Holm Mains - 05,8b,Ageing suburbanites,S02001994,Inverness Lochardil and Holm Mains,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182332 +182332,S00119624,1a1,Rural Workers and Families,S01010504,Lochaber West - 01,2c,Remoter communities,S02001978,Lochaber West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182333 +182333,S00117933,1b2,Rural White-Collar Workers,S01010700,Ross and Cromarty East - 02,2c,Remoter communities,S02002014,Ross and Cromarty East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182334 +182334,S00118547,5b3,Self-Sufficient Retirement,S01010645,Inverness Scorguie - 01,5e,Primary sector workers,S02002003,Inverness Scorguie,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182335 +182335,S00119626,1a1,Rural Workers and Families,S01010725,Black Isle South - 07,2c,Remoter communities,S02002018,Black Isle South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182336 +182336,S00118548,5b3,Self-Sufficient Retirement,S01010645,Inverness Scorguie - 01,5e,Primary sector workers,S02002003,Inverness Scorguie,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182337 +182337,S00117949,1b2,Rural White-Collar Workers,S01010746,Seaboard - 01,2c,Remoter communities,S02002022,Seaboard,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182338 +182338,S00119630,1a1,Rural Workers and Families,S01010670,Lochlash - 02,2c,Remoter communities,S02002007,Lochlash,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182339 +182339,S00118357,6b3,Semi-Detached Ageing,S01010603,Inverness Lochardil and Holm Mains - 05,8b,Ageing suburbanites,S02001994,Inverness Lochardil and Holm Mains,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182340 +182340,S00118554,5b3,Self-Sufficient Retirement,S01010588,Inverness Westhill - 07,8c,Comfortable suburbia,S02001991,Inverness Westhill,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182341 +182341,S00117951,1b2,Rural White-Collar Workers,S01010746,Seaboard - 01,2c,Remoter communities,S02002022,Seaboard,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182342 +182342,S00117650,5b3,Self-Sufficient Retirement,S01010541,Badenoch and Strathspey Central - 06,2a,Ageing rural neighbourhoods,S02001983,Badenoch and Strathspey Central,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182343 +182343,S00117956,1b2,Rural White-Collar Workers,S01010749,Seaboard - 04,2c,Remoter communities,S02002022,Seaboard,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182344 +182344,S00117739,5b3,Self-Sufficient Retirement,S01010599,Inverness Lochardil and Holm Mains - 01,8c,Comfortable suburbia,S02001994,Inverness Lochardil and Holm Mains,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182345 +182345,S00118359,6b3,Semi-Detached Ageing,S01010603,Inverness Lochardil and Holm Mains - 05,8b,Ageing suburbanites,S02001994,Inverness Lochardil and Holm Mains,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182346 +182346,S00117963,1b2,Rural White-Collar Workers,S01010748,Seaboard - 03,2c,Remoter communities,S02002022,Seaboard,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182347 +182347,S00117757,5b3,Self-Sufficient Retirement,S01010591,Inverness Inshes - 02,5b,Aspiring urban households,S02001992,Inverness Inshes,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182348 +182348,S00118590,5b3,Self-Sufficient Retirement,S01010660,Inverness West Rural - 06,5e,Primary sector workers,S02002005,Inverness West Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182349 +182349,S00118361,6b3,Semi-Detached Ageing,S01010601,Inverness Lochardil and Holm Mains - 03,8a,Affluent communities,S02001994,Inverness Lochardil and Holm Mains,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182350 +182350,S00118169,1b2,Rural White-Collar Workers,S01010517,Fort William South - 02,4b,Constrained renters,S02001980,Fort William South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182351 +182351,S00117770,5b3,Self-Sufficient Retirement,S01010585,Inverness Westhill - 04,5b,Aspiring urban households,S02001991,Inverness Westhill,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182352 +182352,S00118748,1b2,Rural White-Collar Workers,S01010550,Nairn Rural - 03,5e,Primary sector workers,S02001985,Nairn Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182353 +182353,S00118614,5b3,Self-Sufficient Retirement,S01010579,Inverness Smithton - 03,8b,Ageing suburbanites,S02001990,Inverness Smithton,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182354 +182354,S00117823,5b3,Self-Sufficient Retirement,S01010662,Inverness West Rural - 08,2b,Prospering countryside life,S02002005,Inverness West Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182355 +182355,S00118363,6b3,Semi-Detached Ageing,S01010604,Inverness Lochardil and Holm Mains - 06,8b,Ageing suburbanites,S02001994,Inverness Lochardil and Holm Mains,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182356 +182356,S00118794,1b2,Rural White-Collar Workers,S01010701,Ross and Cromarty East - 03,5e,Primary sector workers,S02002014,Ross and Cromarty East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182357 +182357,S00118689,5b3,Self-Sufficient Retirement,S01010560,Nairn West - 02,8b,Ageing suburbanites,S02001987,Nairn West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182358 +182358,S00118143,5b3,Self-Sufficient Retirement,S01010516,Fort William South - 01,5e,Primary sector workers,S02001980,Fort William South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182359 +182359,S00118364,6b3,Semi-Detached Ageing,S01010604,Inverness Lochardil and Holm Mains - 06,8b,Ageing suburbanites,S02001994,Inverness Lochardil and Holm Mains,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182360 +182360,S00118705,5b3,Self-Sufficient Retirement,S01010555,Nairn East - 02,5e,Primary sector workers,S02001986,Nairn East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182361 +182361,S00118366,6b3,Semi-Detached Ageing,S01010605,Inverness Lochardil and Holm Mains - 07,8b,Ageing suburbanites,S02001994,Inverness Lochardil and Holm Mains,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182362 +182362,S00118163,5b3,Self-Sufficient Retirement,S01010520,Fort William South - 05,5e,Primary sector workers,S02001980,Fort William South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182363 +182363,S00118713,5b3,Self-Sufficient Retirement,S01010555,Nairn East - 02,5e,Primary sector workers,S02001986,Nairn East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182364 +182364,S00118834,1b2,Rural White-Collar Workers,S01010731,Black Isle North - 05,2d,Rural traits,S02002019,Black Isle North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182365 +182365,S00118502,6b3,Semi-Detached Ageing,S01010653,Inverness Kinmylies and South West - 04,5c,Comfortable neighbourhoods,S02002004,Inverness Kinmylies and South West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182366 +182366,S00118219,5b3,Self-Sufficient Retirement,S01010533,Badenoch and Strathspey South - 03,5a,Ageing urban communities,S02001982,Badenoch and Strathspey South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182367 +182367,S00118715,5b3,Self-Sufficient Retirement,S01010554,Nairn East - 01,5e,Primary sector workers,S02001986,Nairn East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182368 +182368,S00119037,1b2,Rural White-Collar Workers,S01010532,Badenoch and Strathspey South - 02,2c,Remoter communities,S02001982,Badenoch and Strathspey South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182369 +182369,S00119255,1b2,Rural White-Collar Workers,S01010540,Badenoch and Strathspey Central - 05,2c,Remoter communities,S02001983,Badenoch and Strathspey Central,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182370 +182370,S00118750,5b3,Self-Sufficient Retirement,S01010721,Black Isle South - 03,2d,Rural traits,S02002018,Black Isle South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182371 +182371,S00119263,1b2,Rural White-Collar Workers,S01010774,Caithness South - 03,2d,Rural traits,S02002026,Caithness South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182372 +182372,S00118832,5b3,Self-Sufficient Retirement,S01010731,Black Isle North - 05,2d,Rural traits,S02002019,Black Isle North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182373 +182373,S00119353,1b2,Rural White-Collar Workers,S01010702,Ross and Cromarty East - 04,2a,Ageing rural neighbourhoods,S02002014,Ross and Cromarty East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182374 +182374,S00119383,1b2,Rural White-Collar Workers,S01010763,Sutherland South - 07,2d,Rural traits,S02002024,Sutherland South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182375 +182375,S00119404,1b2,Rural White-Collar Workers,S01010513,Fort William North - 04,2d,Rural traits,S02001979,Fort William North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182376 +182376,S00119423,1b2,Rural White-Collar Workers,S01010666,Loch Ness - 03,2d,Rural traits,S02002006,Loch Ness,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182377 +182377,S00119425,1b2,Rural White-Collar Workers,S01010666,Loch Ness - 03,2d,Rural traits,S02002006,Loch Ness,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182378 +182378,S00118549,6b3,Semi-Detached Ageing,S01010647,Inverness Scorguie - 03,5a,Ageing urban communities,S02002003,Inverness Scorguie,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182379 +182379,S00118602,6b3,Semi-Detached Ageing,S01010579,Inverness Smithton - 03,8b,Ageing suburbanites,S02001990,Inverness Smithton,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182380 +182380,S00118609,6b3,Semi-Detached Ageing,S01010579,Inverness Smithton - 03,8b,Ageing suburbanites,S02001990,Inverness Smithton,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182381 +182381,S00118610,6b3,Semi-Detached Ageing,S01010579,Inverness Smithton - 03,8b,Ageing suburbanites,S02001990,Inverness Smithton,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182382 +182382,S00118666,6b3,Semi-Detached Ageing,S01010708,Conon - 02,5e,Primary sector workers,S02002016,Conon,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182383 +182383,S00118668,6b3,Semi-Detached Ageing,S01010709,Conon - 03,2d,Rural traits,S02002016,Conon,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182384 +182384,S00118690,6b3,Semi-Detached Ageing,S01010562,Nairn West - 04,8b,Ageing suburbanites,S02001987,Nairn West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182385 +182385,S00118754,6b3,Semi-Detached Ageing,S01010720,Black Isle South - 02,2d,Rural traits,S02002018,Black Isle South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182386 +182386,S00118811,6b3,Semi-Detached Ageing,S01010739,Alness - 08,5e,Primary sector workers,S02002020,Alness,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182387 +182387,S00118956,5b3,Self-Sufficient Retirement,S01010779,Wick South - 04,4a,Challenged white communities,S02002027,Wick South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182388 +182388,S00118969,5b3,Self-Sufficient Retirement,S01010805,Thurso West - 03,5c,Comfortable neighbourhoods,S02002032,Thurso West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182389 +182389,S00118992,5b3,Self-Sufficient Retirement,S01010799,Thurso East - 01,5e,Primary sector workers,S02002031,Thurso East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182390 +182390,S00118993,5b3,Self-Sufficient Retirement,S01010799,Thurso East - 01,5e,Primary sector workers,S02002031,Thurso East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182391 +182391,S00118995,5b3,Self-Sufficient Retirement,S01010804,Thurso West - 02,5c,Comfortable neighbourhoods,S02002032,Thurso West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182392 +182392,S00119044,5b3,Self-Sufficient Retirement,S01010648,Inverness Scorguie - 04,5e,Primary sector workers,S02002003,Inverness Scorguie,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182393 +182393,S00119051,5b3,Self-Sufficient Retirement,S01010645,Inverness Scorguie - 01,5e,Primary sector workers,S02002003,Inverness Scorguie,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182394 +182394,S00119076,5b3,Self-Sufficient Retirement,S01010716,Dingwall - 05,4b,Constrained renters,S02002017,Dingwall,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182395 +182395,S00119079,5b3,Self-Sufficient Retirement,S01010597,Inverness Slackbuie - 02,5b,Aspiring urban households,S02001993,Inverness Slackbuie,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182396 +182396,S00119089,5b3,Self-Sufficient Retirement,S01010598,Inverness Slackbuie - 03,3a,Achieving neighbourhoods,S02001993,Inverness Slackbuie,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182397 +182397,S00119146,5b3,Self-Sufficient Retirement,S01010658,Inverness West Rural - 04,2c,Remoter communities,S02002005,Inverness West Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182398 +182398,S00119148,5b3,Self-Sufficient Retirement,S01010663,Inverness West Rural - 09,2c,Remoter communities,S02002005,Inverness West Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182399 +182399,S00119422,5b3,Self-Sufficient Retirement,S01010545,Badenoch and Strathspey North - 04,5e,Primary sector workers,S02001984,Badenoch and Strathspey North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182400 +182400,S00119517,7a1,Transitional Eastern European Neighbourhoods,S01010572,Inverness Culloden and Balloch - 02,4b,Constrained renters,S02001989,Inverness Culloden and Balloch,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182401 +182401,S00118856,6b3,Semi-Detached Ageing,S01010744,Invergordon - 05,5e,Primary sector workers,S02002021,Invergordon,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182402 +182402,S00119544,7a1,Transitional Eastern European Neighbourhoods,S01010716,Dingwall - 05,4b,Constrained renters,S02002017,Dingwall,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182403 +182403,S00118886,6b3,Semi-Detached Ageing,S01010756,Tain - 05,2d,Rural traits,S02002023,Tain,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182404 +182404,S00119545,7a1,Transitional Eastern European Neighbourhoods,S01010716,Dingwall - 05,4b,Constrained renters,S02002017,Dingwall,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182405 +182405,S00119892,7c2,Constrained Young Families,S01010861,"Lower Bow and Larkfield, Fancy Farm, Mallard Bowl - 06",4d,Hard-pressed flat dwellers,S02002041,"Lower Bow and Larkfield, Fancy Farm, Mallard Bowl",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182406 +182406,S00119000,6b3,Semi-Detached Ageing,S01010803,Thurso West - 01,5a,Ageing urban communities,S02002032,Thurso West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182407 +182407,S00119678,6a4,Ageing in Suburbia,S01010816,Kilmacolm Central - 01,8a,Affluent communities,S02002034,Kilmacolm Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182408 +182408,S00120289,7c1,Challenged Transitionaries,S01010830,Inverkip and Wemyss Bay - 07,5c,Comfortable neighbourhoods,S02002036,Inverkip and Wemyss Bay,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182409 +182409,S00119629,6b2,White Suburban Communities,S01010699,Ross and Cromarty East - 01,2c,Remoter communities,S02002014,Ross and Cromarty East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182410 +182410,S00119548,7a1,Transitional Eastern European Neighbourhoods,S01010716,Dingwall - 05,4b,Constrained renters,S02002017,Dingwall,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182411 +182411,S00119893,7c2,Constrained Young Families,S01010861,"Lower Bow and Larkfield, Fancy Farm, Mallard Bowl - 06",4d,Hard-pressed flat dwellers,S02002041,"Lower Bow and Larkfield, Fancy Farm, Mallard Bowl",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182412 +182412,S00118437,7a1,Transitional Eastern European Neighbourhoods,S01010633,Inverness Ballifeary and Dalneigh - 04,4a,Challenged white communities,S02002000,Inverness Ballifeary and Dalneigh,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182413 +182413,S00119007,6b3,Semi-Detached Ageing,S01010802,Thurso East - 04,5c,Comfortable neighbourhoods,S02002031,Thurso East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182414 +182414,S00119772,7c1,Challenged Transitionaries,S01010846,"Gourock Central, Upper East and IRH - 05",4d,Hard-pressed flat dwellers,S02002039,"Gourock Central, Upper East and IRH",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182415 +182415,S00119681,6a4,Ageing in Suburbia,S01010816,Kilmacolm Central - 01,8a,Affluent communities,S02002034,Kilmacolm Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182416 +182416,S00119682,6a4,Ageing in Suburbia,S01010816,Kilmacolm Central - 01,8a,Affluent communities,S02002034,Kilmacolm Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182417 +182417,S00119692,6a4,Ageing in Suburbia,S01010833,"West Braeside, East Inverkip and West Gourock - 02",8a,Affluent communities,S02002037,"West Braeside, East Inverkip and West Gourock",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182418 +182418,S00119694,6a4,Ageing in Suburbia,S01010834,"West Braeside, East Inverkip and West Gourock - 03",8a,Affluent communities,S02002037,"West Braeside, East Inverkip and West Gourock",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182419 +182419,S00119695,6a4,Ageing in Suburbia,S01010834,"West Braeside, East Inverkip and West Gourock - 03",8a,Affluent communities,S02002037,"West Braeside, East Inverkip and West Gourock",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182420 +182420,S00119696,6a4,Ageing in Suburbia,S01010834,"West Braeside, East Inverkip and West Gourock - 03",8a,Affluent communities,S02002037,"West Braeside, East Inverkip and West Gourock",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182421 +182421,S00119702,6a4,Ageing in Suburbia,S01010835,"West Braeside, East Inverkip and West Gourock - 04",8b,Ageing suburbanites,S02002037,"West Braeside, East Inverkip and West Gourock",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182422 +182422,S00119703,6a4,Ageing in Suburbia,S01010836,Gourock Upper and West Central and Upper Larkfield - 01,8a,Affluent communities,S02002038,Gourock Upper and West Central and Upper Larkfield,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182423 +182423,S00119724,6a4,Ageing in Suburbia,S01010836,Gourock Upper and West Central and Upper Larkfield - 01,8a,Affluent communities,S02002038,Gourock Upper and West Central and Upper Larkfield,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182424 +182424,S00119725,6a4,Ageing in Suburbia,S01010839,Gourock Upper and West Central and Upper Larkfield - 04,5c,Comfortable neighbourhoods,S02002038,Gourock Upper and West Central and Upper Larkfield,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182425 +182425,S00119737,6a4,Ageing in Suburbia,S01010841,Gourock Upper and West Central and Upper Larkfield - 06,3a,Achieving neighbourhoods,S02002038,Gourock Upper and West Central and Upper Larkfield,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182426 +182426,S00119762,6a4,Ageing in Suburbia,S01010864,"Gourock East, Greenock West and Lyle Road - 02",8a,Affluent communities,S02002042,"Gourock East, Greenock West and Lyle Road",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182427 +182427,S00119763,6a4,Ageing in Suburbia,S01010845,"Gourock Central, Upper East and IRH - 04",5c,Comfortable neighbourhoods,S02002039,"Gourock Central, Upper East and IRH",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182428 +182428,S00119764,6a4,Ageing in Suburbia,S01010847,"Gourock Central, Upper East and IRH - 06",8c,Comfortable suburbia,S02002039,"Gourock Central, Upper East and IRH",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182429 +182429,S00119770,6a4,Ageing in Suburbia,S01010847,"Gourock Central, Upper East and IRH - 06",8c,Comfortable suburbia,S02002039,"Gourock Central, Upper East and IRH",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182430 +182430,S00119923,6a4,Ageing in Suburbia,S01010863,"Gourock East, Greenock West and Lyle Road - 01",5a,Ageing urban communities,S02002042,"Gourock East, Greenock West and Lyle Road",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182431 +182431,S00119938,6a4,Ageing in Suburbia,S01010867,"Gourock East, Greenock West and Lyle Road - 05",5a,Ageing urban communities,S02002042,"Gourock East, Greenock West and Lyle Road",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182432 +182432,S00119957,6a4,Ageing in Suburbia,S01010863,"Gourock East, Greenock West and Lyle Road - 01",5a,Ageing urban communities,S02002042,"Gourock East, Greenock West and Lyle Road",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182433 +182433,S00119959,6a4,Ageing in Suburbia,S01010869,"Gourock East, Greenock West and Lyle Road - 07",8a,Affluent communities,S02002042,"Gourock East, Greenock West and Lyle Road",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182434 +182434,S00119962,6a4,Ageing in Suburbia,S01010869,"Gourock East, Greenock West and Lyle Road - 07",8a,Affluent communities,S02002042,"Gourock East, Greenock West and Lyle Road",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182435 +182435,S00120118,6a4,Ageing in Suburbia,S01010913,"Port Glasgow Upper, West and Central - 07",5c,Comfortable neighbourhoods,S02002048,"Port Glasgow Upper, West and Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182436 +182436,S00120185,6a4,Ageing in Suburbia,S01010833,"West Braeside, East Inverkip and West Gourock - 02",8a,Affluent communities,S02002037,"West Braeside, East Inverkip and West Gourock",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182437 +182437,S00120190,6a4,Ageing in Suburbia,S01010845,"Gourock Central, Upper East and IRH - 04",5c,Comfortable neighbourhoods,S02002039,"Gourock Central, Upper East and IRH",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182438 +182438,S00120222,6a4,Ageing in Suburbia,S01010828,Inverkip and Wemyss Bay - 05,8c,Comfortable suburbia,S02002036,Inverkip and Wemyss Bay,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182439 +182439,S00120231,6a4,Ageing in Suburbia,S01010820,"Kilmacolm, Quarriers, Greenock Upper East/Central - 02",2b,Prospering countryside life,S02002035,"Kilmacolm, Quarriers, Greenock Upper East/Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182440 +182440,S00120234,6a4,Ageing in Suburbia,S01010819,"Kilmacolm, Quarriers, Greenock Upper East/Central - 01",5c,Comfortable neighbourhoods,S02002035,"Kilmacolm, Quarriers, Greenock Upper East/Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182441 +182441,S00120244,6a4,Ageing in Suburbia,S01010818,Kilmacolm Central - 03,5c,Comfortable neighbourhoods,S02002034,Kilmacolm Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182442 +182442,S00120248,6a4,Ageing in Suburbia,S01010829,Inverkip and Wemyss Bay - 06,5c,Comfortable neighbourhoods,S02002036,Inverkip and Wemyss Bay,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182443 +182443,S00120269,6a4,Ageing in Suburbia,S01010822,"Kilmacolm, Quarriers, Greenock Upper East/Central - 04",2a,Ageing rural neighbourhoods,S02002035,"Kilmacolm, Quarriers, Greenock Upper East/Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182444 +182444,S00120280,6a4,Ageing in Suburbia,S01010824,Inverkip and Wemyss Bay - 01,8c,Comfortable suburbia,S02002036,Inverkip and Wemyss Bay,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182445 +182445,S00120281,6a4,Ageing in Suburbia,S01010828,Inverkip and Wemyss Bay - 05,8c,Comfortable suburbia,S02002036,Inverkip and Wemyss Bay,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182446 +182446,S00120284,6a4,Ageing in Suburbia,S01010817,Kilmacolm Central - 02,8a,Affluent communities,S02002034,Kilmacolm Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182447 +182447,S00120290,6a4,Ageing in Suburbia,S01010834,"West Braeside, East Inverkip and West Gourock - 03",8a,Affluent communities,S02002037,"West Braeside, East Inverkip and West Gourock",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182448 +182448,S00119723,8c1,Ageing Industrious Workers,S01010838,Gourock Upper and West Central and Upper Larkfield - 03,5c,Comfortable neighbourhoods,S02002038,Gourock Upper and West Central and Upper Larkfield,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182449 +182449,S00119797,8c1,Ageing Industrious Workers,S01010902,Greenock East - 05,4a,Challenged white communities,S02002047,Greenock East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182450 +182450,S00119798,8c1,Ageing Industrious Workers,S01010896,Greenock Town Centre and East Central - 07,4d,Hard-pressed flat dwellers,S02002046,Greenock Town Centre and East Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182451 +182451,S00120085,8c1,Ageing Industrious Workers,S01010909,"Port Glasgow Upper, West and Central - 03",5a,Ageing urban communities,S02002048,"Port Glasgow Upper, West and Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182452 +182452,S00120120,8c1,Ageing Industrious Workers,S01010914,"Port Glasgow Upper, West and Central - 08",5b,Aspiring urban households,S02002048,"Port Glasgow Upper, West and Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182453 +182453,S00120339,8c1,Ageing Industrious Workers,S01010857,"Lower Bow and Larkfield, Fancy Farm, Mallard Bowl - 02",5c,Comfortable neighbourhoods,S02002041,"Lower Bow and Larkfield, Fancy Farm, Mallard Bowl",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182454 +182454,S00120369,8c1,Ageing Industrious Workers,S01010917,"Port Glasgow Mid, East and Central - 02",4a,Challenged white communities,S02002049,"Port Glasgow Mid, East and Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182455 +182455,S00119646,1b3,Ageing Rural Flat Tenants,S01010823,"Kilmacolm, Quarriers, Greenock Upper East/Central - 05",5a,Ageing urban communities,S02002035,"Kilmacolm, Quarriers, Greenock Upper East/Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182456 +182456,S00119670,1b3,Ageing Rural Flat Tenants,S01010817,Kilmacolm Central - 02,8a,Affluent communities,S02002034,Kilmacolm Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182457 +182457,S00119900,8c2,Ageing Rural Industry Workers,S01010862,"Lower Bow and Larkfield, Fancy Farm, Mallard Bowl - 07",4d,Hard-pressed flat dwellers,S02002041,"Lower Bow and Larkfield, Fancy Farm, Mallard Bowl",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182458 +182458,S00119644,1a3,Agricultural Communities,S01010822,"Kilmacolm, Quarriers, Greenock Upper East/Central - 04",2a,Ageing rural neighbourhoods,S02002035,"Kilmacolm, Quarriers, Greenock Upper East/Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182459 +182459,S00120210,1a3,Agricultural Communities,S01010832,"West Braeside, East Inverkip and West Gourock - 01",5d,Endeavouring social renters,S02002037,"West Braeside, East Inverkip and West Gourock",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182460 +182460,S00119722,7c1,Challenged Transitionaries,S01010839,Gourock Upper and West Central and Upper Larkfield - 04,5c,Comfortable neighbourhoods,S02002038,Gourock Upper and West Central and Upper Larkfield,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182461 +182461,S00119733,7c1,Challenged Transitionaries,S01010841,Gourock Upper and West Central and Upper Larkfield - 06,3a,Achieving neighbourhoods,S02002038,Gourock Upper and West Central and Upper Larkfield,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182462 +182462,S00119735,7c1,Challenged Transitionaries,S01010841,Gourock Upper and West Central and Upper Larkfield - 06,3a,Achieving neighbourhoods,S02002038,Gourock Upper and West Central and Upper Larkfield,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182463 +182463,S00119760,7c1,Challenged Transitionaries,S01010845,"Gourock Central, Upper East and IRH - 04",5c,Comfortable neighbourhoods,S02002039,"Gourock Central, Upper East and IRH",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182464 +182464,S00120314,7c1,Challenged Transitionaries,S01010906,Greenock East - 09,4a,Challenged white communities,S02002047,Greenock East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182465 +182465,S00119554,7a1,Transitional Eastern European Neighbourhoods,S01010718,Dingwall - 07,5e,Primary sector workers,S02002017,Dingwall,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182466 +182466,S00119774,7c1,Challenged Transitionaries,S01010846,"Gourock Central, Upper East and IRH - 05",4d,Hard-pressed flat dwellers,S02002039,"Gourock Central, Upper East and IRH",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182467 +182467,S00120316,7c1,Challenged Transitionaries,S01010898,Greenock East - 01,4a,Challenged white communities,S02002047,Greenock East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182468 +182468,S00118626,8d1,Young Hard-Pressed Families,S01010577,Inverness Smithton - 01,4a,Challenged white communities,S02001990,Inverness Smithton,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182469 +182469,S00119008,6b3,Semi-Detached Ageing,S01010802,Thurso East - 04,5c,Comfortable neighbourhoods,S02002031,Thurso East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182470 +182470,S00119894,7c2,Constrained Young Families,S01010862,"Lower Bow and Larkfield, Fancy Farm, Mallard Bowl - 07",4d,Hard-pressed flat dwellers,S02002041,"Lower Bow and Larkfield, Fancy Farm, Mallard Bowl",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182471 +182471,S00118674,8d1,Young Hard-Pressed Families,S01010570,Inverness East Rural - 05,5e,Primary sector workers,S02001988,Inverness East Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182472 +182472,S00118439,7a1,Transitional Eastern European Neighbourhoods,S01010635,Inverness Ballifeary and Dalneigh - 06,4b,Constrained renters,S02002000,Inverness Ballifeary and Dalneigh,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182473 +182473,S00118730,8d1,Young Hard-Pressed Families,S01010557,Nairn East - 04,5e,Primary sector workers,S02001986,Nairn East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182474 +182474,S00118463,7a1,Transitional Eastern European Neighbourhoods,S01010638,Inverness Muirtown - 03,4b,Constrained renters,S02002001,Inverness Muirtown,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182475 +182475,S00118736,8d1,Young Hard-Pressed Families,S01010556,Nairn East - 03,4a,Challenged white communities,S02001986,Nairn East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182476 +182476,S00117742,5a1,White Professionals,S01010599,Inverness Lochardil and Holm Mains - 01,8c,Comfortable suburbia,S02001994,Inverness Lochardil and Holm Mains,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182477 +182477,S00118465,7a1,Transitional Eastern European Neighbourhoods,S01010637,Inverness Muirtown - 02,4b,Constrained renters,S02002001,Inverness Muirtown,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182478 +182478,S00118790,8d1,Young Hard-Pressed Families,S01010712,Dingwall - 01,5e,Primary sector workers,S02002017,Dingwall,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182479 +182479,S00119895,7c2,Constrained Young Families,S01010862,"Lower Bow and Larkfield, Fancy Farm, Mallard Bowl - 07",4d,Hard-pressed flat dwellers,S02002041,"Lower Bow and Larkfield, Fancy Farm, Mallard Bowl",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182480 +182480,S00117747,5a1,White Professionals,S01010591,Inverness Inshes - 02,5b,Aspiring urban households,S02001992,Inverness Inshes,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182481 +182481,S00118468,7a1,Transitional Eastern European Neighbourhoods,S01010637,Inverness Muirtown - 02,4b,Constrained renters,S02002001,Inverness Muirtown,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182482 +182482,S00118799,8d1,Young Hard-Pressed Families,S01010733,Alness - 02,4a,Challenged white communities,S02002020,Alness,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182483 +182483,S00119896,7c2,Constrained Young Families,S01010862,"Lower Bow and Larkfield, Fancy Farm, Mallard Bowl - 07",4d,Hard-pressed flat dwellers,S02002041,"Lower Bow and Larkfield, Fancy Farm, Mallard Bowl",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182484 +182484,S00120322,7c1,Challenged Transitionaries,S01010887,Greenock Upper Central - 04,4d,Hard-pressed flat dwellers,S02002045,Greenock Upper Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182485 +182485,S00119050,6b3,Semi-Detached Ageing,S01010647,Inverness Scorguie - 03,5a,Ageing urban communities,S02002003,Inverness Scorguie,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182486 +182486,S00119810,7c1,Challenged Transitionaries,S01010903,Greenock East - 06,4d,Hard-pressed flat dwellers,S02002047,Greenock East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182487 +182487,S00118800,8d1,Young Hard-Pressed Families,S01010732,Alness - 01,4a,Challenged white communities,S02002020,Alness,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182488 +182488,S00117776,5a1,White Professionals,S01010585,Inverness Westhill - 04,5b,Aspiring urban households,S02001991,Inverness Westhill,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182489 +182489,S00119897,7c2,Constrained Young Families,S01010862,"Lower Bow and Larkfield, Fancy Farm, Mallard Bowl - 07",4d,Hard-pressed flat dwellers,S02002041,"Lower Bow and Larkfield, Fancy Farm, Mallard Bowl",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182490 +182490,S00119825,7c1,Challenged Transitionaries,S01010897,Greenock Town Centre and East Central - 08,4a,Challenged white communities,S02002046,Greenock Town Centre and East Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182491 +182491,S00120359,7c1,Challenged Transitionaries,S01010924,Port Glasgow Upper East - 02,4a,Challenged white communities,S02002050,Port Glasgow Upper East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182492 +182492,S00119054,6b3,Semi-Detached Ageing,S01010793,Caithness North West - 02,2c,Remoter communities,S02002030,Caithness North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182493 +182493,S00118469,7a1,Transitional Eastern European Neighbourhoods,S01010640,Inverness Muirtown - 05,3d,Households in terraces and flats,S02002001,Inverness Muirtown,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182494 +182494,S00118830,8d1,Young Hard-Pressed Families,S01010731,Black Isle North - 05,2d,Rural traits,S02002019,Black Isle North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182495 +182495,S00118472,7a1,Transitional Eastern European Neighbourhoods,S01010640,Inverness Muirtown - 05,3d,Households in terraces and flats,S02002001,Inverness Muirtown,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182496 +182496,S00120041,7c2,Constrained Young Families,S01010850,"Braeside, Branchton, Lower Larkfield and Ravenscraig - 03",4a,Challenged white communities,S02002040,"Braeside, Branchton, Lower Larkfield and Ravenscraig",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182497 +182497,S00120368,7c1,Challenged Transitionaries,S01010919,"Port Glasgow Mid, East and Central - 04",4a,Challenged white communities,S02002049,"Port Glasgow Mid, East and Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182498 +182498,S00119069,6b3,Semi-Detached Ageing,S01010709,Conon - 03,2d,Rural traits,S02002016,Conon,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182499 +182499,S00118841,8d1,Young Hard-Pressed Families,S01010743,Invergordon - 04,4a,Challenged white communities,S02002021,Invergordon,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182500 +182500,S00119834,7c1,Challenged Transitionaries,S01010900,Greenock East - 03,4a,Challenged white communities,S02002047,Greenock East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182501 +182501,S00118164,5a1,White Professionals,S01010520,Fort William South - 05,5e,Primary sector workers,S02001980,Fort William South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182502 +182502,S00118474,7a1,Transitional Eastern European Neighbourhoods,S01010640,Inverness Muirtown - 05,3d,Households in terraces and flats,S02002001,Inverness Muirtown,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182503 +182503,S00120048,7c2,Constrained Young Families,S01010851,"Braeside, Branchton, Lower Larkfield and Ravenscraig - 04",4a,Challenged white communities,S02002040,"Braeside, Branchton, Lower Larkfield and Ravenscraig",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182504 +182504,S00119649,6a2,Comfortable Suburbia,S01010833,"West Braeside, East Inverkip and West Gourock - 02",8a,Affluent communities,S02002037,"West Braeside, East Inverkip and West Gourock",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182505 +182505,S00119081,6b3,Semi-Detached Ageing,S01010597,Inverness Slackbuie - 02,5b,Aspiring urban households,S02001993,Inverness Slackbuie,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182506 +182506,S00118867,8d1,Young Hard-Pressed Families,S01010751,Seaboard - 06,5e,Primary sector workers,S02002022,Seaboard,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182507 +182507,S00119843,7c1,Challenged Transitionaries,S01010884,Greenock Upper Central - 01,4d,Hard-pressed flat dwellers,S02002045,Greenock Upper Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182508 +182508,S00118287,5a1,White Professionals,S01010627,Inverness Crown and Haugh - 03,3c,Highly qualified professionals,S02001999,Inverness Crown and Haugh,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182509 +182509,S00120052,7c2,Constrained Young Families,S01010849,"Braeside, Branchton, Lower Larkfield and Ravenscraig - 02",4a,Challenged white communities,S02002040,"Braeside, Branchton, Lower Larkfield and Ravenscraig",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182510 +182510,S00119656,6a2,Comfortable Suburbia,S01010826,Inverkip and Wemyss Bay - 03,8a,Affluent communities,S02002036,Inverkip and Wemyss Bay,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182511 +182511,S00119662,6a2,Comfortable Suburbia,S01010821,"Kilmacolm, Quarriers, Greenock Upper East/Central - 03",2b,Prospering countryside life,S02002035,"Kilmacolm, Quarriers, Greenock Upper East/Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182512 +182512,S00119663,6a2,Comfortable Suburbia,S01010821,"Kilmacolm, Quarriers, Greenock Upper East/Central - 03",2b,Prospering countryside life,S02002035,"Kilmacolm, Quarriers, Greenock Upper East/Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182513 +182513,S00119676,6a2,Comfortable Suburbia,S01010818,Kilmacolm Central - 03,5c,Comfortable neighbourhoods,S02002034,Kilmacolm Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182514 +182514,S00119706,6a2,Comfortable Suburbia,S01010835,"West Braeside, East Inverkip and West Gourock - 04",8b,Ageing suburbanites,S02002037,"West Braeside, East Inverkip and West Gourock",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182515 +182515,S00119771,6a2,Comfortable Suburbia,S01010847,"Gourock Central, Upper East and IRH - 06",8c,Comfortable suburbia,S02002039,"Gourock Central, Upper East and IRH",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182516 +182516,S00120198,6a2,Comfortable Suburbia,S01010905,Greenock East - 08,4a,Challenged white communities,S02002047,Greenock East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182517 +182517,S00120246,6a2,Comfortable Suburbia,S01010818,Kilmacolm Central - 03,5c,Comfortable neighbourhoods,S02002034,Kilmacolm Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182518 +182518,S00120266,6a2,Comfortable Suburbia,S01010822,"Kilmacolm, Quarriers, Greenock Upper East/Central - 04",2a,Ageing rural neighbourhoods,S02002035,"Kilmacolm, Quarriers, Greenock Upper East/Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182519 +182519,S00120273,6a2,Comfortable Suburbia,S01010824,Inverkip and Wemyss Bay - 01,8c,Comfortable suburbia,S02002036,Inverkip and Wemyss Bay,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182520 +182520,S00120274,6a2,Comfortable Suburbia,S01010825,Inverkip and Wemyss Bay - 02,2b,Prospering countryside life,S02002036,Inverkip and Wemyss Bay,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182521 +182521,S00120275,6a2,Comfortable Suburbia,S01010825,Inverkip and Wemyss Bay - 02,2b,Prospering countryside life,S02002036,Inverkip and Wemyss Bay,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182522 +182522,S00120277,6a2,Comfortable Suburbia,S01010824,Inverkip and Wemyss Bay - 01,8c,Comfortable suburbia,S02002036,Inverkip and Wemyss Bay,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182523 +182523,S00120278,6a2,Comfortable Suburbia,S01010824,Inverkip and Wemyss Bay - 01,8c,Comfortable suburbia,S02002036,Inverkip and Wemyss Bay,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182524 +182524,S00120282,6a2,Comfortable Suburbia,S01010828,Inverkip and Wemyss Bay - 05,8c,Comfortable suburbia,S02002036,Inverkip and Wemyss Bay,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182525 +182525,S00118501,7a1,Transitional Eastern European Neighbourhoods,S01010654,Inverness Kinmylies and South West - 05,4a,Challenged white communities,S02002004,Inverness Kinmylies and South West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182526 +182526,S00120318,6a2,Comfortable Suburbia,S01010883,"Bow Farm, Barrs Cottage, Cowdenknowes and Overton - 06",5c,Comfortable neighbourhoods,S02002044,"Bow Farm, Barrs Cottage, Cowdenknowes and Overton",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182527 +182527,S00120319,6a2,Comfortable Suburbia,S01010883,"Bow Farm, Barrs Cottage, Cowdenknowes and Overton - 06",5c,Comfortable neighbourhoods,S02002044,"Bow Farm, Barrs Cottage, Cowdenknowes and Overton",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182528 +182528,S00120371,6a2,Comfortable Suburbia,S01010828,Inverkip and Wemyss Bay - 05,8c,Comfortable suburbia,S02002036,Inverkip and Wemyss Bay,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182529 +182529,S00120372,6a2,Comfortable Suburbia,S01010828,Inverkip and Wemyss Bay - 05,8c,Comfortable suburbia,S02002036,Inverkip and Wemyss Bay,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182530 +182530,S00120373,6a2,Comfortable Suburbia,S01010828,Inverkip and Wemyss Bay - 05,8c,Comfortable suburbia,S02002036,Inverkip and Wemyss Bay,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182531 +182531,S00120375,6a2,Comfortable Suburbia,S01010831,Inverkip and Wemyss Bay - 08,8c,Comfortable suburbia,S02002036,Inverkip and Wemyss Bay,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182532 +182532,S00120376,6a2,Comfortable Suburbia,S01010831,Inverkip and Wemyss Bay - 08,8c,Comfortable suburbia,S02002036,Inverkip and Wemyss Bay,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182533 +182533,S00119790,5b2,Communal Retirement,S01010894,Greenock Town Centre and East Central - 05,4d,Hard-pressed flat dwellers,S02002046,Greenock Town Centre and East Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182534 +182534,S00119932,5b2,Communal Retirement,S01010866,"Gourock East, Greenock West and Lyle Road - 04",5a,Ageing urban communities,S02002042,"Gourock East, Greenock West and Lyle Road",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182535 +182535,S00119936,5b2,Communal Retirement,S01010866,"Gourock East, Greenock West and Lyle Road - 04",5a,Ageing urban communities,S02002042,"Gourock East, Greenock West and Lyle Road",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182536 +182536,S00119966,5b2,Communal Retirement,S01010868,"Gourock East, Greenock West and Lyle Road - 06",5a,Ageing urban communities,S02002042,"Gourock East, Greenock West and Lyle Road",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182537 +182537,S00119970,5b2,Communal Retirement,S01010868,"Gourock East, Greenock West and Lyle Road - 06",5a,Ageing urban communities,S02002042,"Gourock East, Greenock West and Lyle Road",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182538 +182538,S00120267,5b2,Communal Retirement,S01010822,"Kilmacolm, Quarriers, Greenock Upper East/Central - 04",2a,Ageing rural neighbourhoods,S02002035,"Kilmacolm, Quarriers, Greenock Upper East/Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182539 +182539,S00120320,5b2,Communal Retirement,S01010883,"Bow Farm, Barrs Cottage, Cowdenknowes and Overton - 06",5c,Comfortable neighbourhoods,S02002044,"Bow Farm, Barrs Cottage, Cowdenknowes and Overton",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182540 +182540,S00119792,7c2,Constrained Young Families,S01010902,Greenock East - 05,4a,Challenged white communities,S02002047,Greenock East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182541 +182541,S00119799,7c2,Constrained Young Families,S01010896,Greenock Town Centre and East Central - 07,4d,Hard-pressed flat dwellers,S02002046,Greenock Town Centre and East Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182542 +182542,S00119800,7c2,Constrained Young Families,S01010896,Greenock Town Centre and East Central - 07,4d,Hard-pressed flat dwellers,S02002046,Greenock Town Centre and East Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182543 +182543,S00119807,7c2,Constrained Young Families,S01010903,Greenock East - 06,4d,Hard-pressed flat dwellers,S02002047,Greenock East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182544 +182544,S00119814,7c2,Constrained Young Families,S01010904,Greenock East - 07,4d,Hard-pressed flat dwellers,S02002047,Greenock East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182545 +182545,S00119820,7c2,Constrained Young Families,S01010897,Greenock Town Centre and East Central - 08,4a,Challenged white communities,S02002046,Greenock Town Centre and East Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182546 +182546,S00119821,7c2,Constrained Young Families,S01010897,Greenock Town Centre and East Central - 08,4a,Challenged white communities,S02002046,Greenock Town Centre and East Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182547 +182547,S00119822,7c2,Constrained Young Families,S01010897,Greenock Town Centre and East Central - 08,4a,Challenged white communities,S02002046,Greenock Town Centre and East Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182548 +182548,S00119823,7c2,Constrained Young Families,S01010897,Greenock Town Centre and East Central - 08,4a,Challenged white communities,S02002046,Greenock Town Centre and East Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182549 +182549,S00119826,7c2,Constrained Young Families,S01010901,Greenock East - 04,4a,Challenged white communities,S02002047,Greenock East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182550 +182550,S00119827,7c2,Constrained Young Families,S01010901,Greenock East - 04,4a,Challenged white communities,S02002047,Greenock East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182551 +182551,S00119828,7c2,Constrained Young Families,S01010901,Greenock East - 04,4a,Challenged white communities,S02002047,Greenock East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182552 +182552,S00119830,7c2,Constrained Young Families,S01010901,Greenock East - 04,4a,Challenged white communities,S02002047,Greenock East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182553 +182553,S00119835,7c2,Constrained Young Families,S01010900,Greenock East - 03,4a,Challenged white communities,S02002047,Greenock East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182554 +182554,S00119099,6b3,Semi-Detached Ageing,S01010712,Dingwall - 01,5e,Primary sector workers,S02002017,Dingwall,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182555 +182555,S00118998,8d1,Young Hard-Pressed Families,S01010803,Thurso West - 01,5a,Ageing urban communities,S02002032,Thurso West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182556 +182556,S00118300,5a1,White Professionals,S01010628,Inverness Crown and Haugh - 04,3c,Highly qualified professionals,S02001999,Inverness Crown and Haugh,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182557 +182557,S00120055,7c2,Constrained Young Families,S01010849,"Braeside, Branchton, Lower Larkfield and Ravenscraig - 02",4a,Challenged white communities,S02002040,"Braeside, Branchton, Lower Larkfield and Ravenscraig",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182558 +182558,S00118493,5a1,White Professionals,S01010652,Inverness Kinmylies and South West - 03,5b,Aspiring urban households,S02002004,Inverness Kinmylies and South West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182559 +182559,S00119005,8d1,Young Hard-Pressed Families,S01010806,Thurso West - 04,5e,Primary sector workers,S02002032,Thurso West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182560 +182560,S00119857,7c1,Challenged Transitionaries,S01010888,Greenock Upper Central - 05,4d,Hard-pressed flat dwellers,S02002045,Greenock Upper Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182561 +182561,S00118515,7a1,Transitional Eastern European Neighbourhoods,S01010643,Inverness Merkinch - 03,4b,Constrained renters,S02002002,Inverness Merkinch,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182562 +182562,S00119188,6b3,Semi-Detached Ageing,S01010788,Caithness North East - 02,2c,Remoter communities,S02002029,Caithness North East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182563 +182563,S00119858,7c1,Challenged Transitionaries,S01010888,Greenock Upper Central - 05,4d,Hard-pressed flat dwellers,S02002045,Greenock Upper Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182564 +182564,S00118516,7a1,Transitional Eastern European Neighbourhoods,S01010643,Inverness Merkinch - 03,4b,Constrained renters,S02002002,Inverness Merkinch,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182565 +182565,S00119216,6b3,Semi-Detached Ageing,S01010537,Badenoch and Strathspey Central - 02,5e,Primary sector workers,S02001983,Badenoch and Strathspey Central,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182566 +182566,S00120056,7c2,Constrained Young Families,S01010849,"Braeside, Branchton, Lower Larkfield and Ravenscraig - 02",4a,Challenged white communities,S02002040,"Braeside, Branchton, Lower Larkfield and Ravenscraig",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182567 +182567,S00119105,8d1,Young Hard-Pressed Families,S01010733,Alness - 02,4a,Challenged white communities,S02002020,Alness,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182568 +182568,S00118611,5a1,White Professionals,S01010571,Inverness Culloden and Balloch - 01,5b,Aspiring urban households,S02001989,Inverness Culloden and Balloch,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182569 +182569,S00119442,6b3,Semi-Detached Ageing,S01010615,Inverness Hilton - 05,5b,Aspiring urban households,S02001996,Inverness Hilton,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182570 +182570,S00118528,7a1,Transitional Eastern European Neighbourhoods,S01010639,Inverness Muirtown - 04,4b,Constrained renters,S02002001,Inverness Muirtown,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182571 +182571,S00119859,7c1,Challenged Transitionaries,S01010887,Greenock Upper Central - 04,4d,Hard-pressed flat dwellers,S02002045,Greenock Upper Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182572 +182572,S00120057,7c2,Constrained Young Families,S01010849,"Braeside, Branchton, Lower Larkfield and Ravenscraig - 02",4a,Challenged white communities,S02002040,"Braeside, Branchton, Lower Larkfield and Ravenscraig",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182573 +182573,S00118652,5a1,White Professionals,S01010722,Black Isle South - 04,5e,Primary sector workers,S02002018,Black Isle South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182574 +182574,S00119113,8d1,Young Hard-Pressed Families,S01010742,Invergordon - 03,5e,Primary sector workers,S02002021,Invergordon,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182575 +182575,S00119465,6b3,Semi-Detached Ageing,S01010607,Inverness Drummond - 02,8b,Ageing suburbanites,S02001995,Inverness Drummond,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182576 +182576,S00118529,7a1,Transitional Eastern European Neighbourhoods,S01010639,Inverness Muirtown - 04,4b,Constrained renters,S02002001,Inverness Muirtown,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182577 +182577,S00119860,7c1,Challenged Transitionaries,S01010887,Greenock Upper Central - 04,4d,Hard-pressed flat dwellers,S02002045,Greenock Upper Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182578 +182578,S00120059,7c2,Constrained Young Families,S01010848,"Braeside, Branchton, Lower Larkfield and Ravenscraig - 01",4a,Challenged white communities,S02002040,"Braeside, Branchton, Lower Larkfield and Ravenscraig",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182579 +182579,S00118712,5a1,White Professionals,S01010555,Nairn East - 02,5e,Primary sector workers,S02001986,Nairn East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182580 +182580,S00119241,8d1,Young Hard-Pressed Families,S01010710,Conon - 04,5d,Endeavouring social renters,S02002016,Conon,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182581 +182581,S00119862,7c1,Challenged Transitionaries,S01010887,Greenock Upper Central - 04,4d,Hard-pressed flat dwellers,S02002045,Greenock Upper Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182582 +182582,S00118530,7a1,Transitional Eastern European Neighbourhoods,S01010639,Inverness Muirtown - 04,4b,Constrained renters,S02002001,Inverness Muirtown,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182583 +182583,S00119552,6b3,Semi-Detached Ageing,S01010717,Dingwall - 06,8b,Ageing suburbanites,S02002017,Dingwall,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182584 +182584,S00119242,8d1,Young Hard-Pressed Families,S01010710,Conon - 04,5d,Endeavouring social renters,S02002016,Conon,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182585 +182585,S00118714,5a1,White Professionals,S01010554,Nairn East - 01,5e,Primary sector workers,S02001986,Nairn East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182586 +182586,S00120060,7c2,Constrained Young Families,S01010848,"Braeside, Branchton, Lower Larkfield and Ravenscraig - 01",4a,Challenged white communities,S02002040,"Braeside, Branchton, Lower Larkfield and Ravenscraig",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182587 +182587,S00119872,7c1,Challenged Transitionaries,S01010886,Greenock Upper Central - 03,4d,Hard-pressed flat dwellers,S02002045,Greenock Upper Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182588 +182588,S00118532,7a1,Transitional Eastern European Neighbourhoods,S01010639,Inverness Muirtown - 04,4b,Constrained renters,S02002001,Inverness Muirtown,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182589 +182589,S00119876,7c1,Challenged Transitionaries,S01010884,Greenock Upper Central - 01,4d,Hard-pressed flat dwellers,S02002045,Greenock Upper Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182590 +182590,S00119585,6b3,Semi-Detached Ageing,S01010780,Wick South - 05,5e,Primary sector workers,S02002027,Wick South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182591 +182591,S00118947,5a1,White Professionals,S01010781,Wick South - 06,5e,Primary sector workers,S02002027,Wick South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182592 +182592,S00119243,8d1,Young Hard-Pressed Families,S01010734,Alness - 03,5e,Primary sector workers,S02002020,Alness,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182593 +182593,S00118534,7a1,Transitional Eastern European Neighbourhoods,S01010641,Inverness Merkinch - 01,4b,Constrained renters,S02002002,Inverness Merkinch,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182594 +182594,S00120063,7c2,Constrained Young Families,S01010848,"Braeside, Branchton, Lower Larkfield and Ravenscraig - 01",4a,Challenged white communities,S02002040,"Braeside, Branchton, Lower Larkfield and Ravenscraig",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182595 +182595,S00119887,7c1,Challenged Transitionaries,S01010894,Greenock Town Centre and East Central - 05,4d,Hard-pressed flat dwellers,S02002046,Greenock Town Centre and East Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182596 +182596,S00119604,6b3,Semi-Detached Ageing,S01010795,Caithness North West - 04,5d,Endeavouring social renters,S02002030,Caithness North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182597 +182597,S00118954,5a1,White Professionals,S01010781,Wick South - 06,5e,Primary sector workers,S02002027,Wick South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182598 +182598,S00119083,5a1,White Professionals,S01010596,Inverness Slackbuie - 01,2c,Remoter communities,S02001993,Inverness Slackbuie,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182599 +182599,S00119114,5a1,White Professionals,S01010745,Invergordon - 06,5e,Primary sector workers,S02002021,Invergordon,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182600 +182600,S00119206,5a1,White Professionals,S01010520,Fort William South - 05,5e,Primary sector workers,S02001980,Fort William South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182601 +182601,S00119445,5a1,White Professionals,S01010615,Inverness Hilton - 05,5b,Aspiring urban households,S02001996,Inverness Hilton,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182602 +182602,S00119453,5a1,White Professionals,S01010602,Inverness Lochardil and Holm Mains - 04,8c,Comfortable suburbia,S02001994,Inverness Lochardil and Holm Mains,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182603 +182603,S00117748,6b2,White Suburban Communities,S01010595,Inverness Inshes - 06,3a,Achieving neighbourhoods,S02001992,Inverness Inshes,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182604 +182604,S00117768,6b2,White Suburban Communities,S01010585,Inverness Westhill - 04,5b,Aspiring urban households,S02001991,Inverness Westhill,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182605 +182605,S00117824,6b2,White Suburban Communities,S01010662,Inverness West Rural - 08,2b,Prospering countryside life,S02002005,Inverness West Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182606 +182606,S00117886,6b2,White Suburban Communities,S01010549,Nairn Rural - 02,2b,Prospering countryside life,S02001985,Nairn Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182607 +182607,S00117957,6b2,White Suburban Communities,S01010749,Seaboard - 04,2c,Remoter communities,S02002022,Seaboard,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182608 +182608,S00118325,6b2,White Suburban Communities,S01010623,"Inverness Central, Raigmore and Longman - 05",3a,Achieving neighbourhoods,S02001998,"Inverness Central, Raigmore and Longman",S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182609 +182609,S00118339,6b2,White Suburban Communities,S01010617,Inverness Drakies - 02,8b,Ageing suburbanites,S02001997,Inverness Drakies,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182610 +182610,S00118349,6b2,White Suburban Communities,S01010605,Inverness Lochardil and Holm Mains - 07,8b,Ageing suburbanites,S02001994,Inverness Lochardil and Holm Mains,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182611 +182611,S00118510,6b2,White Suburban Communities,S01010649,Inverness Scorguie - 05,5a,Ageing urban communities,S02002003,Inverness Scorguie,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182612 +182612,S00118604,6b2,White Suburban Communities,S01010579,Inverness Smithton - 03,8b,Ageing suburbanites,S02001990,Inverness Smithton,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182613 +182613,S00118659,6b2,White Suburban Communities,S01010711,Conon - 05,8b,Ageing suburbanites,S02002016,Conon,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182614 +182614,S00118664,6b2,White Suburban Communities,S01010708,Conon - 02,5e,Primary sector workers,S02002016,Conon,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182615 +182615,S00118702,6b2,White Suburban Communities,S01010559,Nairn West - 01,5a,Ageing urban communities,S02001987,Nairn West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182616 +182616,S00118717,6b2,White Suburban Communities,S01010554,Nairn East - 01,5e,Primary sector workers,S02001986,Nairn East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182617 +182617,S00118793,6b2,White Suburban Communities,S01010701,Ross and Cromarty East - 03,5e,Primary sector workers,S02002014,Ross and Cromarty East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182618 +182618,S00118822,6b2,White Suburban Communities,S01010736,Alness - 05,8b,Ageing suburbanites,S02002020,Alness,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182619 +182619,S00118946,6b2,White Suburban Communities,S01010780,Wick South - 05,5e,Primary sector workers,S02002027,Wick South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182620 +182620,S00118975,6b2,White Suburban Communities,S01010805,Thurso West - 03,5c,Comfortable neighbourhoods,S02002032,Thurso West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182621 +182621,S00119003,6b2,White Suburban Communities,S01010809,Thurso West - 07,2a,Ageing rural neighbourhoods,S02002032,Thurso West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182622 +182622,S00119087,6b2,White Suburban Communities,S01010598,Inverness Slackbuie - 03,3a,Achieving neighbourhoods,S02001993,Inverness Slackbuie,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182623 +182623,S00119112,6b2,White Suburban Communities,S01010731,Black Isle North - 05,2d,Rural traits,S02002019,Black Isle North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182624 +182624,S00119137,6b2,White Suburban Communities,S01010806,Thurso West - 04,5e,Primary sector workers,S02002032,Thurso West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182625 +182625,S00119266,6b2,White Suburban Communities,S01010797,Caithness North West - 06,2c,Remoter communities,S02002030,Caithness North West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182626 +182626,S00119491,6b2,White Suburban Communities,S01010646,Inverness Scorguie - 02,8b,Ageing suburbanites,S02002003,Inverness Scorguie,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182627 +182627,S00119562,6b2,White Suburban Communities,S01010745,Invergordon - 06,5e,Primary sector workers,S02002021,Invergordon,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182628 +182628,S00119581,6b2,White Suburban Communities,S01010786,Wick North - 05,2d,Rural traits,S02002028,Wick North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182629 +182629,S00119594,6b2,White Suburban Communities,S01010809,Thurso West - 07,2a,Ageing rural neighbourhoods,S02002032,Thurso West,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182630 +182630,S00118535,7a1,Transitional Eastern European Neighbourhoods,S01010641,Inverness Merkinch - 01,4b,Constrained renters,S02002002,Inverness Merkinch,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182631 +182631,S00118531,4a2,Social Renting New Arrivals,S01010639,Inverness Muirtown - 04,4b,Constrained renters,S02002001,Inverness Muirtown,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182632 +182632,S00120100,7c2,Constrained Young Families,S01010912,"Port Glasgow Upper, West and Central - 06",4d,Hard-pressed flat dwellers,S02002048,"Port Glasgow Upper, West and Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182633 +182633,S00119899,7c1,Challenged Transitionaries,S01010861,"Lower Bow and Larkfield, Fancy Farm, Mallard Bowl - 06",4d,Hard-pressed flat dwellers,S02002041,"Lower Bow and Larkfield, Fancy Farm, Mallard Bowl",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182634 +182634,S00120123,7c2,Constrained Young Families,S01010918,"Port Glasgow Mid, East and Central - 03",4a,Challenged white communities,S02002049,"Port Glasgow Mid, East and Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182635 +182635,S00118536,7a1,Transitional Eastern European Neighbourhoods,S01010641,Inverness Merkinch - 01,4b,Constrained renters,S02002002,Inverness Merkinch,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182636 +182636,S00119901,7c1,Challenged Transitionaries,S01010860,"Lower Bow and Larkfield, Fancy Farm, Mallard Bowl - 05",4a,Challenged white communities,S02002041,"Lower Bow and Larkfield, Fancy Farm, Mallard Bowl",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182637 +182637,S00119245,8d1,Young Hard-Pressed Families,S01010743,Invergordon - 04,4a,Challenged white communities,S02002021,Invergordon,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182638 +182638,S00120138,7c2,Constrained Young Families,S01010925,Port Glasgow Upper East - 03,4a,Challenged white communities,S02002050,Port Glasgow Upper East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182639 +182639,S00119617,4a2,Social Renting New Arrivals,S01010554,Nairn East - 01,5e,Primary sector workers,S02001986,Nairn East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182640 +182640,S00120140,7c2,Constrained Young Families,S01010925,Port Glasgow Upper East - 03,4a,Challenged white communities,S02002050,Port Glasgow Upper East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182641 +182641,S00118543,7a1,Transitional Eastern European Neighbourhoods,S01010639,Inverness Muirtown - 04,4b,Constrained renters,S02002001,Inverness Muirtown,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182642 +182642,S00119561,8d1,Young Hard-Pressed Families,S01010735,Alness - 04,4b,Constrained renters,S02002020,Alness,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182643 +182643,S00119415,2a1,Student Communal Living,S01010537,Badenoch and Strathspey Central - 02,5e,Primary sector workers,S02001983,Badenoch and Strathspey Central,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182644 +182644,S00119902,7c1,Challenged Transitionaries,S01010879,"Bow Farm, Barrs Cottage, Cowdenknowes and Overton - 02",5c,Comfortable neighbourhoods,S02002044,"Bow Farm, Barrs Cottage, Cowdenknowes and Overton",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182645 +182645,S00120143,7c2,Constrained Young Families,S01010925,Port Glasgow Upper East - 03,4a,Challenged white communities,S02002050,Port Glasgow Upper East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182646 +182646,S00118558,7a1,Transitional Eastern European Neighbourhoods,S01010589,Inverness Westhill - 08,4b,Constrained renters,S02001991,Inverness Westhill,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182647 +182647,S00119577,8d1,Young Hard-Pressed Families,S01010784,Wick North - 03,4a,Challenged white communities,S02002028,Wick North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182648 +182648,S00119432,2b1,Students and Commuters,S01010620,"Inverness Central, Raigmore and Longman - 02",1a,Cosmopolitan student neighbourhoods,S02001998,"Inverness Central, Raigmore and Longman",S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182649 +182649,S00119903,7c1,Challenged Transitionaries,S01010860,"Lower Bow and Larkfield, Fancy Farm, Mallard Bowl - 05",4a,Challenged white communities,S02002041,"Lower Bow and Larkfield, Fancy Farm, Mallard Bowl",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182650 +182650,S00120144,7c2,Constrained Young Families,S01010925,Port Glasgow Upper East - 03,4a,Challenged white communities,S02002050,Port Glasgow Upper East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182651 +182651,S00120147,7c2,Constrained Young Families,S01010925,Port Glasgow Upper East - 03,4a,Challenged white communities,S02002050,Port Glasgow Upper East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182652 +182652,S00120152,7c2,Constrained Young Families,S01010922,"Port Glasgow Mid, East and Central - 07",4a,Challenged white communities,S02002049,"Port Glasgow Mid, East and Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182653 +182653,S00120153,7c2,Constrained Young Families,S01010922,"Port Glasgow Mid, East and Central - 07",4a,Challenged white communities,S02002049,"Port Glasgow Mid, East and Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182654 +182654,S00120158,7c2,Constrained Young Families,S01010928,Port Glasgow Upper East - 06,4a,Challenged white communities,S02002050,Port Glasgow Upper East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182655 +182655,S00120160,7c2,Constrained Young Families,S01010929,Port Glasgow Upper East - 07,4a,Challenged white communities,S02002050,Port Glasgow Upper East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182656 +182656,S00120163,7c2,Constrained Young Families,S01010928,Port Glasgow Upper East - 06,4a,Challenged white communities,S02002050,Port Glasgow Upper East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182657 +182657,S00120165,7c2,Constrained Young Families,S01010929,Port Glasgow Upper East - 07,4a,Challenged white communities,S02002050,Port Glasgow Upper East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182658 +182658,S00120167,7c2,Constrained Young Families,S01010929,Port Glasgow Upper East - 07,4a,Challenged white communities,S02002050,Port Glasgow Upper East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182659 +182659,S00120171,7c2,Constrained Young Families,S01010920,"Port Glasgow Mid, East and Central - 05",4d,Hard-pressed flat dwellers,S02002049,"Port Glasgow Mid, East and Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182660 +182660,S00120173,7c2,Constrained Young Families,S01010921,"Port Glasgow Mid, East and Central - 06",4a,Challenged white communities,S02002049,"Port Glasgow Mid, East and Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182661 +182661,S00120175,7c2,Constrained Young Families,S01010922,"Port Glasgow Mid, East and Central - 07",4a,Challenged white communities,S02002049,"Port Glasgow Mid, East and Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182662 +182662,S00120176,7c2,Constrained Young Families,S01010919,"Port Glasgow Mid, East and Central - 04",4a,Challenged white communities,S02002049,"Port Glasgow Mid, East and Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182663 +182663,S00120179,7c2,Constrained Young Families,S01010920,"Port Glasgow Mid, East and Central - 05",4d,Hard-pressed flat dwellers,S02002049,"Port Glasgow Mid, East and Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182664 +182664,S00120197,7c2,Constrained Young Families,S01010905,Greenock East - 08,4a,Challenged white communities,S02002047,Greenock East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182665 +182665,S00120204,7c2,Constrained Young Families,S01010906,Greenock East - 09,4a,Challenged white communities,S02002047,Greenock East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182666 +182666,S00120205,7c2,Constrained Young Families,S01010906,Greenock East - 09,4a,Challenged white communities,S02002047,Greenock East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182667 +182667,S00120208,7c2,Constrained Young Families,S01010897,Greenock Town Centre and East Central - 08,4a,Challenged white communities,S02002046,Greenock Town Centre and East Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182668 +182668,S00120259,7c2,Constrained Young Families,S01010880,"Bow Farm, Barrs Cottage, Cowdenknowes and Overton - 03",4d,Hard-pressed flat dwellers,S02002044,"Bow Farm, Barrs Cottage, Cowdenknowes and Overton",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182669 +182669,S00120264,7c2,Constrained Young Families,S01010927,Port Glasgow Upper East - 05,4a,Challenged white communities,S02002050,Port Glasgow Upper East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182670 +182670,S00120358,7c2,Constrained Young Families,S01010912,"Port Glasgow Upper, West and Central - 06",4d,Hard-pressed flat dwellers,S02002048,"Port Glasgow Upper, West and Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182671 +182671,S00120361,7c2,Constrained Young Families,S01010926,Port Glasgow Upper East - 04,4a,Challenged white communities,S02002050,Port Glasgow Upper East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182672 +182672,S00120370,7c2,Constrained Young Families,S01010920,"Port Glasgow Mid, East and Central - 05",4d,Hard-pressed flat dwellers,S02002049,"Port Glasgow Mid, East and Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182673 +182673,S00119652,5b1,Delayed Retirement,S01010826,Inverkip and Wemyss Bay - 03,8a,Affluent communities,S02002036,Inverkip and Wemyss Bay,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182674 +182674,S00119653,5b1,Delayed Retirement,S01010826,Inverkip and Wemyss Bay - 03,8a,Affluent communities,S02002036,Inverkip and Wemyss Bay,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182675 +182675,S00119667,5b1,Delayed Retirement,S01010817,Kilmacolm Central - 02,8a,Affluent communities,S02002034,Kilmacolm Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182676 +182676,S00119668,5b1,Delayed Retirement,S01010816,Kilmacolm Central - 01,8a,Affluent communities,S02002034,Kilmacolm Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182677 +182677,S00119679,5b1,Delayed Retirement,S01010816,Kilmacolm Central - 01,8a,Affluent communities,S02002034,Kilmacolm Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182678 +182678,S00119680,5b1,Delayed Retirement,S01010818,Kilmacolm Central - 03,5c,Comfortable neighbourhoods,S02002034,Kilmacolm Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182679 +182679,S00119687,5b1,Delayed Retirement,S01010829,Inverkip and Wemyss Bay - 06,5c,Comfortable neighbourhoods,S02002036,Inverkip and Wemyss Bay,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182680 +182680,S00119677,7d1,Ageing Communities and Families,S01010816,Kilmacolm Central - 01,8a,Affluent communities,S02002034,Kilmacolm Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182681 +182681,S00119906,7c1,Challenged Transitionaries,S01010856,"Lower Bow and Larkfield, Fancy Farm, Mallard Bowl - 01",4a,Challenged white communities,S02002041,"Lower Bow and Larkfield, Fancy Farm, Mallard Bowl",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182682 +182682,S00117645,7a1,Transitional Eastern European Neighbourhoods,S01010538,Badenoch and Strathspey Central - 03,5e,Primary sector workers,S02001983,Badenoch and Strathspey Central,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182683 +182683,S00118587,7a1,Transitional Eastern European Neighbourhoods,S01010661,Inverness West Rural - 07,5e,Primary sector workers,S02002005,Inverness West Rural,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182684 +182684,S00119734,7d1,Ageing Communities and Families,S01010841,Gourock Upper and West Central and Upper Larkfield - 06,3a,Achieving neighbourhoods,S02002038,Gourock Upper and West Central and Upper Larkfield,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182685 +182685,S00119741,7d1,Ageing Communities and Families,S01010842,"Gourock Central, Upper East and IRH - 01",4d,Hard-pressed flat dwellers,S02002039,"Gourock Central, Upper East and IRH",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182686 +182686,S00119745,7d1,Ageing Communities and Families,S01010842,"Gourock Central, Upper East and IRH - 01",4d,Hard-pressed flat dwellers,S02002039,"Gourock Central, Upper East and IRH",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182687 +182687,S00119749,7d1,Ageing Communities and Families,S01010843,"Gourock Central, Upper East and IRH - 02",4d,Hard-pressed flat dwellers,S02002039,"Gourock Central, Upper East and IRH",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182688 +182688,S00119752,7d1,Ageing Communities and Families,S01010864,"Gourock East, Greenock West and Lyle Road - 02",8a,Affluent communities,S02002042,"Gourock East, Greenock West and Lyle Road",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182689 +182689,S00119848,7d1,Ageing Communities and Families,S01010884,Greenock Upper Central - 01,4d,Hard-pressed flat dwellers,S02002045,Greenock Upper Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182690 +182690,S00119869,7d1,Ageing Communities and Families,S01010885,Greenock Upper Central - 02,4d,Hard-pressed flat dwellers,S02002045,Greenock Upper Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182691 +182691,S00119890,7d1,Ageing Communities and Families,S01010861,"Lower Bow and Larkfield, Fancy Farm, Mallard Bowl - 06",4d,Hard-pressed flat dwellers,S02002041,"Lower Bow and Larkfield, Fancy Farm, Mallard Bowl",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182692 +182692,S00119916,7d1,Ageing Communities and Families,S01010859,"Lower Bow and Larkfield, Fancy Farm, Mallard Bowl - 04",4a,Challenged white communities,S02002041,"Lower Bow and Larkfield, Fancy Farm, Mallard Bowl",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182693 +182693,S00119956,7d1,Ageing Communities and Families,S01010877,Greenock West and Central - 08,4d,Hard-pressed flat dwellers,S02002043,Greenock West and Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182694 +182694,S00119971,7d1,Ageing Communities and Families,S01010870,Greenock West and Central - 01,5a,Ageing urban communities,S02002043,Greenock West and Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182695 +182695,S00119974,7d1,Ageing Communities and Families,S01010870,Greenock West and Central - 01,5a,Ageing urban communities,S02002043,Greenock West and Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182696 +182696,S00119993,7d1,Ageing Communities and Families,S01010872,Greenock West and Central - 03,4d,Hard-pressed flat dwellers,S02002043,Greenock West and Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182697 +182697,S00119998,7d1,Ageing Communities and Families,S01010872,Greenock West and Central - 03,4d,Hard-pressed flat dwellers,S02002043,Greenock West and Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182698 +182698,S00120011,7d1,Ageing Communities and Families,S01010878,"Bow Farm, Barrs Cottage, Cowdenknowes and Overton - 01",4d,Hard-pressed flat dwellers,S02002044,"Bow Farm, Barrs Cottage, Cowdenknowes and Overton",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182699 +182699,S00120019,7d1,Ageing Communities and Families,S01010878,"Bow Farm, Barrs Cottage, Cowdenknowes and Overton - 01",4d,Hard-pressed flat dwellers,S02002044,"Bow Farm, Barrs Cottage, Cowdenknowes and Overton",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182700 +182700,S00120287,7d1,Ageing Communities and Families,S01010819,"Kilmacolm, Quarriers, Greenock Upper East/Central - 01",5c,Comfortable neighbourhoods,S02002035,"Kilmacolm, Quarriers, Greenock Upper East/Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182701 +182701,S00120295,7d1,Ageing Communities and Families,S01010840,Gourock Upper and West Central and Upper Larkfield - 05,5c,Comfortable neighbourhoods,S02002038,Gourock Upper and West Central and Upper Larkfield,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182702 +182702,S00120296,7d1,Ageing Communities and Families,S01010840,Gourock Upper and West Central and Upper Larkfield - 05,5c,Comfortable neighbourhoods,S02002038,Gourock Upper and West Central and Upper Larkfield,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182703 +182703,S00120297,7d1,Ageing Communities and Families,S01010840,Gourock Upper and West Central and Upper Larkfield - 05,5c,Comfortable neighbourhoods,S02002038,Gourock Upper and West Central and Upper Larkfield,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182704 +182704,S00120352,7d1,Ageing Communities and Families,S01010908,"Port Glasgow Upper, West and Central - 02",4d,Hard-pressed flat dwellers,S02002048,"Port Glasgow Upper, West and Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182705 +182705,S00119643,6a4,Ageing in Suburbia,S01010822,"Kilmacolm, Quarriers, Greenock Upper East/Central - 04",2a,Ageing rural neighbourhoods,S02002035,"Kilmacolm, Quarriers, Greenock Upper East/Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182706 +182706,S00119650,6a4,Ageing in Suburbia,S01010833,"West Braeside, East Inverkip and West Gourock - 02",8a,Affluent communities,S02002037,"West Braeside, East Inverkip and West Gourock",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182707 +182707,S00119654,6a4,Ageing in Suburbia,S01010826,Inverkip and Wemyss Bay - 03,8a,Affluent communities,S02002036,Inverkip and Wemyss Bay,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182708 +182708,S00119657,6a4,Ageing in Suburbia,S01010827,Inverkip and Wemyss Bay - 04,8b,Ageing suburbanites,S02002036,Inverkip and Wemyss Bay,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182709 +182709,S00119664,6a4,Ageing in Suburbia,S01010821,"Kilmacolm, Quarriers, Greenock Upper East/Central - 03",2b,Prospering countryside life,S02002035,"Kilmacolm, Quarriers, Greenock Upper East/Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182710 +182710,S00119665,6a4,Ageing in Suburbia,S01010820,"Kilmacolm, Quarriers, Greenock Upper East/Central - 02",2b,Prospering countryside life,S02002035,"Kilmacolm, Quarriers, Greenock Upper East/Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182711 +182711,S00119669,6a4,Ageing in Suburbia,S01010817,Kilmacolm Central - 02,8a,Affluent communities,S02002034,Kilmacolm Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182712 +182712,S00118707,7a1,Transitional Eastern European Neighbourhoods,S01010555,Nairn East - 02,5e,Primary sector workers,S02001986,Nairn East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182713 +182713,S00119910,7c1,Challenged Transitionaries,S01010857,"Lower Bow and Larkfield, Fancy Farm, Mallard Bowl - 02",5c,Comfortable neighbourhoods,S02002041,"Lower Bow and Larkfield, Fancy Farm, Mallard Bowl",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182714 +182714,S00117646,7a1,Transitional Eastern European Neighbourhoods,S01010538,Badenoch and Strathspey Central - 03,5e,Primary sector workers,S02001983,Badenoch and Strathspey Central,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182715 +182715,S00117647,7a1,Transitional Eastern European Neighbourhoods,S01010538,Badenoch and Strathspey Central - 03,5e,Primary sector workers,S02001983,Badenoch and Strathspey Central,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182716 +182716,S00118710,7a1,Transitional Eastern European Neighbourhoods,S01010555,Nairn East - 02,5e,Primary sector workers,S02001986,Nairn East,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182717 +182717,S00117775,7a1,Transitional Eastern European Neighbourhoods,S01010584,Inverness Westhill - 03,5e,Primary sector workers,S02001991,Inverness Westhill,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182718 +182718,S00119913,7c1,Challenged Transitionaries,S01010858,"Lower Bow and Larkfield, Fancy Farm, Mallard Bowl - 03",4a,Challenged white communities,S02002041,"Lower Bow and Larkfield, Fancy Farm, Mallard Bowl",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182719 +182719,S00118769,7a1,Transitional Eastern European Neighbourhoods,S01010714,Dingwall - 03,4b,Constrained renters,S02002017,Dingwall,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182720 +182720,S00118144,7a1,Transitional Eastern European Neighbourhoods,S01010517,Fort William South - 02,4b,Constrained renters,S02001980,Fort William South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182721 +182721,S00119918,7c1,Challenged Transitionaries,S01010859,"Lower Bow and Larkfield, Fancy Farm, Mallard Bowl - 04",4a,Challenged white communities,S02002041,"Lower Bow and Larkfield, Fancy Farm, Mallard Bowl",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182722 +182722,S00118781,7a1,Transitional Eastern European Neighbourhoods,S01010714,Dingwall - 03,4b,Constrained renters,S02002017,Dingwall,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182723 +182723,S00118145,7a1,Transitional Eastern European Neighbourhoods,S01010522,Fort William South - 07,4b,Constrained renters,S02001980,Fort William South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182724 +182724,S00119981,7c1,Challenged Transitionaries,S01010874,Greenock West and Central - 05,3a,Achieving neighbourhoods,S02002043,Greenock West and Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182725 +182725,S00118795,7a1,Transitional Eastern European Neighbourhoods,S01010734,Alness - 03,5e,Primary sector workers,S02002020,Alness,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182726 +182726,S00118148,7a1,Transitional Eastern European Neighbourhoods,S01010523,Fort William South - 08,4b,Constrained renters,S02001980,Fort William South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182727 +182727,S00119991,7c1,Challenged Transitionaries,S01010875,Greenock West and Central - 06,4d,Hard-pressed flat dwellers,S02002043,Greenock West and Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182728 +182728,S00118812,7a1,Transitional Eastern European Neighbourhoods,S01010739,Alness - 08,5e,Primary sector workers,S02002020,Alness,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182729 +182729,S00118149,7a1,Transitional Eastern European Neighbourhoods,S01010523,Fort William South - 08,4b,Constrained renters,S02001980,Fort William South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182730 +182730,S00119999,7c1,Challenged Transitionaries,S01010880,"Bow Farm, Barrs Cottage, Cowdenknowes and Overton - 03",4d,Hard-pressed flat dwellers,S02002044,"Bow Farm, Barrs Cottage, Cowdenknowes and Overton",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182731 +182731,S00120000,7c1,Challenged Transitionaries,S01010880,"Bow Farm, Barrs Cottage, Cowdenknowes and Overton - 03",4d,Hard-pressed flat dwellers,S02002044,"Bow Farm, Barrs Cottage, Cowdenknowes and Overton",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182732 +182732,S00120002,7c1,Challenged Transitionaries,S01010880,"Bow Farm, Barrs Cottage, Cowdenknowes and Overton - 03",4d,Hard-pressed flat dwellers,S02002044,"Bow Farm, Barrs Cottage, Cowdenknowes and Overton",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182733 +182733,S00120012,7c1,Challenged Transitionaries,S01010878,"Bow Farm, Barrs Cottage, Cowdenknowes and Overton - 01",4d,Hard-pressed flat dwellers,S02002044,"Bow Farm, Barrs Cottage, Cowdenknowes and Overton",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182734 +182734,S00120015,7c1,Challenged Transitionaries,S01010878,"Bow Farm, Barrs Cottage, Cowdenknowes and Overton - 01",4d,Hard-pressed flat dwellers,S02002044,"Bow Farm, Barrs Cottage, Cowdenknowes and Overton",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182735 +182735,S00120018,7c1,Challenged Transitionaries,S01010878,"Bow Farm, Barrs Cottage, Cowdenknowes and Overton - 01",4d,Hard-pressed flat dwellers,S02002044,"Bow Farm, Barrs Cottage, Cowdenknowes and Overton",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182736 +182736,S00120042,7c1,Challenged Transitionaries,S01010850,"Braeside, Branchton, Lower Larkfield and Ravenscraig - 03",4a,Challenged white communities,S02002040,"Braeside, Branchton, Lower Larkfield and Ravenscraig",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182737 +182737,S00120049,7c1,Challenged Transitionaries,S01010851,"Braeside, Branchton, Lower Larkfield and Ravenscraig - 04",4a,Challenged white communities,S02002040,"Braeside, Branchton, Lower Larkfield and Ravenscraig",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182738 +182738,S00120083,7c1,Challenged Transitionaries,S01010911,"Port Glasgow Upper, West and Central - 05",4d,Hard-pressed flat dwellers,S02002048,"Port Glasgow Upper, West and Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182739 +182739,S00120088,7c1,Challenged Transitionaries,S01010913,"Port Glasgow Upper, West and Central - 07",5c,Comfortable neighbourhoods,S02002048,"Port Glasgow Upper, West and Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182740 +182740,S00120099,7c1,Challenged Transitionaries,S01010912,"Port Glasgow Upper, West and Central - 06",4d,Hard-pressed flat dwellers,S02002048,"Port Glasgow Upper, West and Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182741 +182741,S00120101,7c1,Challenged Transitionaries,S01010923,Port Glasgow Upper East - 01,4a,Challenged white communities,S02002050,Port Glasgow Upper East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182742 +182742,S00120105,7c1,Challenged Transitionaries,S01010923,Port Glasgow Upper East - 01,4a,Challenged white communities,S02002050,Port Glasgow Upper East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182743 +182743,S00120127,7c1,Challenged Transitionaries,S01010917,"Port Glasgow Mid, East and Central - 02",4a,Challenged white communities,S02002049,"Port Glasgow Mid, East and Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182744 +182744,S00120131,7c1,Challenged Transitionaries,S01010916,"Port Glasgow Mid, East and Central - 01",4d,Hard-pressed flat dwellers,S02002049,"Port Glasgow Mid, East and Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182745 +182745,S00120142,7c1,Challenged Transitionaries,S01010926,Port Glasgow Upper East - 04,4a,Challenged white communities,S02002050,Port Glasgow Upper East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182746 +182746,S00120145,7c1,Challenged Transitionaries,S01010926,Port Glasgow Upper East - 04,4a,Challenged white communities,S02002050,Port Glasgow Upper East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182747 +182747,S00120148,7c1,Challenged Transitionaries,S01010926,Port Glasgow Upper East - 04,4a,Challenged white communities,S02002050,Port Glasgow Upper East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182748 +182748,S00120162,7c1,Challenged Transitionaries,S01010928,Port Glasgow Upper East - 06,4a,Challenged white communities,S02002050,Port Glasgow Upper East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182749 +182749,S00120164,7c1,Challenged Transitionaries,S01010928,Port Glasgow Upper East - 06,4a,Challenged white communities,S02002050,Port Glasgow Upper East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182750 +182750,S00120174,7c1,Challenged Transitionaries,S01010922,"Port Glasgow Mid, East and Central - 07",4a,Challenged white communities,S02002049,"Port Glasgow Mid, East and Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182751 +182751,S00120177,7c1,Challenged Transitionaries,S01010919,"Port Glasgow Mid, East and Central - 04",4a,Challenged white communities,S02002049,"Port Glasgow Mid, East and Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182752 +182752,S00120216,7c1,Challenged Transitionaries,S01010893,Greenock Town Centre and East Central - 04,4d,Hard-pressed flat dwellers,S02002046,Greenock Town Centre and East Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182753 +182753,S00120221,7c1,Challenged Transitionaries,S01010870,Greenock West and Central - 01,5a,Ageing urban communities,S02002043,Greenock West and Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182754 +182754,S00120238,7c1,Challenged Transitionaries,S01010923,Port Glasgow Upper East - 01,4a,Challenged white communities,S02002050,Port Glasgow Upper East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182755 +182755,S00120239,7c1,Challenged Transitionaries,S01010916,"Port Glasgow Mid, East and Central - 01",4d,Hard-pressed flat dwellers,S02002049,"Port Glasgow Mid, East and Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182756 +182756,S00118826,7a1,Transitional Eastern European Neighbourhoods,S01010735,Alness - 04,4b,Constrained renters,S02002020,Alness,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182757 +182757,S00118847,7a1,Transitional Eastern European Neighbourhoods,S01010742,Invergordon - 03,5e,Primary sector workers,S02002021,Invergordon,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182758 +182758,S00118851,7a1,Transitional Eastern European Neighbourhoods,S01010745,Invergordon - 06,5e,Primary sector workers,S02002021,Invergordon,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182759 +182759,S00118853,7a1,Transitional Eastern European Neighbourhoods,S01010745,Invergordon - 06,5e,Primary sector workers,S02002021,Invergordon,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182760 +182760,S00118877,7a1,Transitional Eastern European Neighbourhoods,S01010754,Tain - 03,5e,Primary sector workers,S02002023,Tain,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182761 +182761,S00118883,7a1,Transitional Eastern European Neighbourhoods,S01010753,Tain - 02,5e,Primary sector workers,S02002023,Tain,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182762 +182762,S00118894,7a1,Transitional Eastern European Neighbourhoods,S01010754,Tain - 03,5e,Primary sector workers,S02002023,Tain,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182763 +182763,S00118897,7a1,Transitional Eastern European Neighbourhoods,S01010752,Tain - 01,5e,Primary sector workers,S02002023,Tain,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182764 +182764,S00118948,7a1,Transitional Eastern European Neighbourhoods,S01010777,Wick South - 02,4a,Challenged white communities,S02002027,Wick South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182765 +182765,S00118964,7a1,Transitional Eastern European Neighbourhoods,S01010779,Wick South - 04,4a,Challenged white communities,S02002027,Wick South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182766 +182766,S00119039,7a1,Transitional Eastern European Neighbourhoods,S01010608,Inverness Drummond - 03,4b,Constrained renters,S02001995,Inverness Drummond,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182767 +182767,S00119049,7a1,Transitional Eastern European Neighbourhoods,S01010642,Inverness Merkinch - 02,4b,Constrained renters,S02002002,Inverness Merkinch,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182768 +182768,S00119075,7a1,Transitional Eastern European Neighbourhoods,S01010716,Dingwall - 05,4b,Constrained renters,S02002017,Dingwall,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182769 +182769,S00119106,7a1,Transitional Eastern European Neighbourhoods,S01010737,Alness - 06,5e,Primary sector workers,S02002020,Alness,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182770 +182770,S00118150,7a1,Transitional Eastern European Neighbourhoods,S01010523,Fort William South - 08,4b,Constrained renters,S02001980,Fort William South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182771 +182771,S00119217,7a1,Transitional Eastern European Neighbourhoods,S01010536,Badenoch and Strathspey Central - 01,5e,Primary sector workers,S02001983,Badenoch and Strathspey Central,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182772 +182772,S00119224,7a1,Transitional Eastern European Neighbourhoods,S01010545,Badenoch and Strathspey North - 04,5e,Primary sector workers,S02001984,Badenoch and Strathspey North,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182773 +182773,S00119227,7a1,Transitional Eastern European Neighbourhoods,S01010628,Inverness Crown and Haugh - 04,3c,Highly qualified professionals,S02001999,Inverness Crown and Haugh,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182774 +182774,S00119444,7a1,Transitional Eastern European Neighbourhoods,S01010615,Inverness Hilton - 05,5b,Aspiring urban households,S02001996,Inverness Hilton,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182775 +182775,S00119449,7a1,Transitional Eastern European Neighbourhoods,S01010621,"Inverness Central, Raigmore and Longman - 03",3c,Highly qualified professionals,S02001998,"Inverness Central, Raigmore and Longman",S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182776 +182776,S00119451,7a1,Transitional Eastern European Neighbourhoods,S01010622,"Inverness Central, Raigmore and Longman - 04",4b,Constrained renters,S02001998,"Inverness Central, Raigmore and Longman",S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182777 +182777,S00119471,7a1,Transitional Eastern European Neighbourhoods,S01010638,Inverness Muirtown - 03,4b,Constrained renters,S02002001,Inverness Muirtown,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182778 +182778,S00119490,7a1,Transitional Eastern European Neighbourhoods,S01010641,Inverness Merkinch - 01,4b,Constrained renters,S02002002,Inverness Merkinch,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182779 +182779,S00119494,7a1,Transitional Eastern European Neighbourhoods,S01010589,Inverness Westhill - 08,4b,Constrained renters,S02001991,Inverness Westhill,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182780 +182780,S00118156,7a1,Transitional Eastern European Neighbourhoods,S01010517,Fort William South - 02,4b,Constrained renters,S02001980,Fort William South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182781 +182781,S00118157,7a1,Transitional Eastern European Neighbourhoods,S01010522,Fort William South - 07,4b,Constrained renters,S02001980,Fort William South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182782 +182782,S00118158,7a1,Transitional Eastern European Neighbourhoods,S01010521,Fort William South - 06,5e,Primary sector workers,S02001980,Fort William South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182783 +182783,S00118161,7a1,Transitional Eastern European Neighbourhoods,S01010521,Fort William South - 06,5e,Primary sector workers,S02001980,Fort William South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182784 +182784,S00118214,7a1,Transitional Eastern European Neighbourhoods,S01010534,Badenoch and Strathspey South - 04,5e,Primary sector workers,S02001982,Badenoch and Strathspey South,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182785 +182785,S00118267,7a1,Transitional Eastern European Neighbourhoods,S01010619,"Inverness Central, Raigmore and Longman - 01",4b,Constrained renters,S02001998,"Inverness Central, Raigmore and Longman",S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182786 +182786,S00118283,7a1,Transitional Eastern European Neighbourhoods,S01010629,Inverness Crown and Haugh - 05,5a,Ageing urban communities,S02001999,Inverness Crown and Haugh,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182787 +182787,S00118299,7a1,Transitional Eastern European Neighbourhoods,S01010628,Inverness Crown and Haugh - 04,3c,Highly qualified professionals,S02001999,Inverness Crown and Haugh,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182788 +182788,S00118301,7a1,Transitional Eastern European Neighbourhoods,S01010629,Inverness Crown and Haugh - 05,5a,Ageing urban communities,S02001999,Inverness Crown and Haugh,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182789 +182789,S00118302,7a1,Transitional Eastern European Neighbourhoods,S01010620,"Inverness Central, Raigmore and Longman - 02",1a,Cosmopolitan student neighbourhoods,S02001998,"Inverness Central, Raigmore and Longman",S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182790 +182790,S00118308,7a1,Transitional Eastern European Neighbourhoods,S01010621,"Inverness Central, Raigmore and Longman - 03",3c,Highly qualified professionals,S02001998,"Inverness Central, Raigmore and Longman",S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182791 +182791,S00118324,7a1,Transitional Eastern European Neighbourhoods,S01010623,"Inverness Central, Raigmore and Longman - 05",3a,Achieving neighbourhoods,S02001998,"Inverness Central, Raigmore and Longman",S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182792 +182792,S00118381,7a1,Transitional Eastern European Neighbourhoods,S01010609,Inverness Drummond - 04,4b,Constrained renters,S02001995,Inverness Drummond,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182793 +182793,S00118382,7a1,Transitional Eastern European Neighbourhoods,S01010608,Inverness Drummond - 03,4b,Constrained renters,S02001995,Inverness Drummond,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182794 +182794,S00118395,7a1,Transitional Eastern European Neighbourhoods,S01010608,Inverness Drummond - 03,4b,Constrained renters,S02001995,Inverness Drummond,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182795 +182795,S00118402,7a1,Transitional Eastern European Neighbourhoods,S01010606,Inverness Drummond - 01,4b,Constrained renters,S02001995,Inverness Drummond,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182796 +182796,S00118419,7a1,Transitional Eastern European Neighbourhoods,S01010627,Inverness Crown and Haugh - 03,3c,Highly qualified professionals,S02001999,Inverness Crown and Haugh,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182797 +182797,S00118422,7a1,Transitional Eastern European Neighbourhoods,S01010627,Inverness Crown and Haugh - 03,3c,Highly qualified professionals,S02001999,Inverness Crown and Haugh,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182798 +182798,S00118433,7a1,Transitional Eastern European Neighbourhoods,S01010630,Inverness Ballifeary and Dalneigh - 01,5e,Primary sector workers,S02002000,Inverness Ballifeary and Dalneigh,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182799 +182799,S00118435,7a1,Transitional Eastern European Neighbourhoods,S01010632,Inverness Ballifeary and Dalneigh - 03,4b,Constrained renters,S02002000,Inverness Ballifeary and Dalneigh,S12000017,Highland,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,182800 +182800,S00119996,7b3,Endeavouring Flat Dwellers,S01010872,Greenock West and Central - 03,4d,Hard-pressed flat dwellers,S02002043,Greenock West and Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182801 +182801,S00120013,7b3,Endeavouring Flat Dwellers,S01010889,Greenock Upper Central - 06,4d,Hard-pressed flat dwellers,S02002045,Greenock Upper Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182802 +182802,S00120014,7b3,Endeavouring Flat Dwellers,S01010878,"Bow Farm, Barrs Cottage, Cowdenknowes and Overton - 01",4d,Hard-pressed flat dwellers,S02002044,"Bow Farm, Barrs Cottage, Cowdenknowes and Overton",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182803 +182803,S00120024,7b3,Endeavouring Flat Dwellers,S01010882,"Bow Farm, Barrs Cottage, Cowdenknowes and Overton - 05",4a,Challenged white communities,S02002044,"Bow Farm, Barrs Cottage, Cowdenknowes and Overton",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182804 +182804,S00120068,7b3,Endeavouring Flat Dwellers,S01010848,"Braeside, Branchton, Lower Larkfield and Ravenscraig - 01",4a,Challenged white communities,S02002040,"Braeside, Branchton, Lower Larkfield and Ravenscraig",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182805 +182805,S00120170,8b2,Hard-Pressed Rented Terraces,S01010921,"Port Glasgow Mid, East and Central - 06",4a,Challenged white communities,S02002049,"Port Glasgow Mid, East and Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182806 +182806,S00119778,7b3,Endeavouring Flat Dwellers,S01010873,Greenock West and Central - 04,4d,Hard-pressed flat dwellers,S02002043,Greenock West and Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182807 +182807,S00119701,5b1,Delayed Retirement,S01010836,Gourock Upper and West Central and Upper Larkfield - 01,8a,Affluent communities,S02002038,Gourock Upper and West Central and Upper Larkfield,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182808 +182808,S00119979,2c3,Professional Service Cosmopolitans,S01010871,Greenock West and Central - 02,3c,Highly qualified professionals,S02002043,Greenock West and Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182809 +182809,S00119758,6b4,Older Workers and Retirement,S01010844,"Gourock Central, Upper East and IRH - 03",8c,Comfortable suburbia,S02002039,"Gourock Central, Upper East and IRH",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182810 +182810,S00119881,7b2,Deprived Neighbourhoods,S01010894,Greenock Town Centre and East Central - 05,4d,Hard-pressed flat dwellers,S02002046,Greenock Town Centre and East Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182811 +182811,S00119907,8b2,Hard-Pressed Rented Terraces,S01010856,"Lower Bow and Larkfield, Fancy Farm, Mallard Bowl - 01",4a,Challenged white communities,S02002041,"Lower Bow and Larkfield, Fancy Farm, Mallard Bowl",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182812 +182812,S00120081,7b3,Endeavouring Flat Dwellers,S01010910,"Port Glasgow Upper, West and Central - 04",4d,Hard-pressed flat dwellers,S02002048,"Port Glasgow Upper, West and Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182813 +182813,S00120082,7b3,Endeavouring Flat Dwellers,S01010910,"Port Glasgow Upper, West and Central - 04",4d,Hard-pressed flat dwellers,S02002048,"Port Glasgow Upper, West and Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182814 +182814,S00120097,7b3,Endeavouring Flat Dwellers,S01010912,"Port Glasgow Upper, West and Central - 06",4d,Hard-pressed flat dwellers,S02002048,"Port Glasgow Upper, West and Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182815 +182815,S00120132,7b3,Endeavouring Flat Dwellers,S01010916,"Port Glasgow Mid, East and Central - 01",4d,Hard-pressed flat dwellers,S02002049,"Port Glasgow Mid, East and Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182816 +182816,S00120191,7b3,Endeavouring Flat Dwellers,S01010873,Greenock West and Central - 04,4d,Hard-pressed flat dwellers,S02002043,Greenock West and Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182817 +182817,S00120195,7b3,Endeavouring Flat Dwellers,S01010892,Greenock Town Centre and East Central - 03,4d,Hard-pressed flat dwellers,S02002046,Greenock Town Centre and East Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182818 +182818,S00120200,7b3,Endeavouring Flat Dwellers,S01010905,Greenock East - 08,4a,Challenged white communities,S02002047,Greenock East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182819 +182819,S00120211,7b3,Endeavouring Flat Dwellers,S01010885,Greenock Upper Central - 02,4d,Hard-pressed flat dwellers,S02002045,Greenock Upper Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182820 +182820,S00120212,7b3,Endeavouring Flat Dwellers,S01010885,Greenock Upper Central - 02,4d,Hard-pressed flat dwellers,S02002045,Greenock Upper Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182821 +182821,S00120213,7b3,Endeavouring Flat Dwellers,S01010892,Greenock Town Centre and East Central - 03,4d,Hard-pressed flat dwellers,S02002046,Greenock Town Centre and East Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182822 +182822,S00120215,7b3,Endeavouring Flat Dwellers,S01010885,Greenock Upper Central - 02,4d,Hard-pressed flat dwellers,S02002045,Greenock Upper Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182823 +182823,S00120228,7b3,Endeavouring Flat Dwellers,S01010873,Greenock West and Central - 04,4d,Hard-pressed flat dwellers,S02002043,Greenock West and Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182824 +182824,S00120229,7b3,Endeavouring Flat Dwellers,S01010871,Greenock West and Central - 02,3c,Highly qualified professionals,S02002043,Greenock West and Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182825 +182825,S00120298,7b3,Endeavouring Flat Dwellers,S01010843,"Gourock Central, Upper East and IRH - 02",4d,Hard-pressed flat dwellers,S02002039,"Gourock Central, Upper East and IRH",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182826 +182826,S00120301,7b3,Endeavouring Flat Dwellers,S01010889,Greenock Upper Central - 06,4d,Hard-pressed flat dwellers,S02002045,Greenock Upper Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182827 +182827,S00120302,7b3,Endeavouring Flat Dwellers,S01010876,Greenock West and Central - 07,4d,Hard-pressed flat dwellers,S02002043,Greenock West and Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182828 +182828,S00120323,7b3,Endeavouring Flat Dwellers,S01010890,Greenock Town Centre and East Central - 01,4d,Hard-pressed flat dwellers,S02002046,Greenock Town Centre and East Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182829 +182829,S00120324,7b3,Endeavouring Flat Dwellers,S01010892,Greenock Town Centre and East Central - 03,4d,Hard-pressed flat dwellers,S02002046,Greenock Town Centre and East Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182830 +182830,S00120325,7b3,Endeavouring Flat Dwellers,S01010892,Greenock Town Centre and East Central - 03,4d,Hard-pressed flat dwellers,S02002046,Greenock Town Centre and East Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182831 +182831,S00120326,7b3,Endeavouring Flat Dwellers,S01010892,Greenock Town Centre and East Central - 03,4d,Hard-pressed flat dwellers,S02002046,Greenock Town Centre and East Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182832 +182832,S00120327,7b3,Endeavouring Flat Dwellers,S01010886,Greenock Upper Central - 03,4d,Hard-pressed flat dwellers,S02002045,Greenock Upper Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182833 +182833,S00120328,7b3,Endeavouring Flat Dwellers,S01010885,Greenock Upper Central - 02,4d,Hard-pressed flat dwellers,S02002045,Greenock Upper Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182834 +182834,S00120330,7b3,Endeavouring Flat Dwellers,S01010893,Greenock Town Centre and East Central - 04,4d,Hard-pressed flat dwellers,S02002046,Greenock Town Centre and East Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182835 +182835,S00120346,7b3,Endeavouring Flat Dwellers,S01010908,"Port Glasgow Upper, West and Central - 02",4d,Hard-pressed flat dwellers,S02002048,"Port Glasgow Upper, West and Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182836 +182836,S00120353,7b3,Endeavouring Flat Dwellers,S01010910,"Port Glasgow Upper, West and Central - 04",4d,Hard-pressed flat dwellers,S02002048,"Port Glasgow Upper, West and Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182837 +182837,S00120355,7b3,Endeavouring Flat Dwellers,S01010910,"Port Glasgow Upper, West and Central - 04",4d,Hard-pressed flat dwellers,S02002048,"Port Glasgow Upper, West and Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182838 +182838,S00120356,7b3,Endeavouring Flat Dwellers,S01010911,"Port Glasgow Upper, West and Central - 05",4d,Hard-pressed flat dwellers,S02002048,"Port Glasgow Upper, West and Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182839 +182839,S00120186,1a2,Established Farming Communities,S01010821,"Kilmacolm, Quarriers, Greenock Upper East/Central - 03",2b,Prospering countryside life,S02002035,"Kilmacolm, Quarriers, Greenock Upper East/Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182840 +182840,S00120233,1a2,Established Farming Communities,S01010819,"Kilmacolm, Quarriers, Greenock Upper East/Central - 01",5c,Comfortable neighbourhoods,S02002035,"Kilmacolm, Quarriers, Greenock Upper East/Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182841 +182841,S00120271,1a2,Established Farming Communities,S01010820,"Kilmacolm, Quarriers, Greenock Upper East/Central - 02",2b,Prospering countryside life,S02002035,"Kilmacolm, Quarriers, Greenock Upper East/Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182842 +182842,S00119789,5a3,Families in Terraces and Flats,S01010894,Greenock Town Centre and East Central - 05,4d,Hard-pressed flat dwellers,S02002046,Greenock Town Centre and East Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182843 +182843,S00119850,5a3,Families in Terraces and Flats,S01010888,Greenock Upper Central - 05,4d,Hard-pressed flat dwellers,S02002045,Greenock Upper Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182844 +182844,S00119690,7a2,Hampered Aspiration,S01010829,Inverkip and Wemyss Bay - 06,5c,Comfortable neighbourhoods,S02002036,Inverkip and Wemyss Bay,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182845 +182845,S00120344,7a2,Hampered Aspiration,S01010851,"Braeside, Branchton, Lower Larkfield and Ravenscraig - 04",4a,Challenged white communities,S02002040,"Braeside, Branchton, Lower Larkfield and Ravenscraig",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182846 +182846,S00120220,8d2,Hard-Pressed Ethnic Mix,S01010859,"Lower Bow and Larkfield, Fancy Farm, Mallard Bowl - 04",4a,Challenged white communities,S02002041,"Lower Bow and Larkfield, Fancy Farm, Mallard Bowl",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182847 +182847,S00119672,8b2,Hard-Pressed Rented Terraces,S01010818,Kilmacolm Central - 03,5c,Comfortable neighbourhoods,S02002034,Kilmacolm Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182848 +182848,S00119673,8b2,Hard-Pressed Rented Terraces,S01010819,"Kilmacolm, Quarriers, Greenock Upper East/Central - 01",5c,Comfortable neighbourhoods,S02002035,"Kilmacolm, Quarriers, Greenock Upper East/Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182849 +182849,S00119709,8b2,Hard-Pressed Rented Terraces,S01010838,Gourock Upper and West Central and Upper Larkfield - 03,5c,Comfortable neighbourhoods,S02002038,Gourock Upper and West Central and Upper Larkfield,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182850 +182850,S00119718,8b2,Hard-Pressed Rented Terraces,S01010839,Gourock Upper and West Central and Upper Larkfield - 04,5c,Comfortable neighbourhoods,S02002038,Gourock Upper and West Central and Upper Larkfield,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182851 +182851,S00119719,8b2,Hard-Pressed Rented Terraces,S01010839,Gourock Upper and West Central and Upper Larkfield - 04,5c,Comfortable neighbourhoods,S02002038,Gourock Upper and West Central and Upper Larkfield,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182852 +182852,S00119815,8b2,Hard-Pressed Rented Terraces,S01010906,Greenock East - 09,4a,Challenged white communities,S02002047,Greenock East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182853 +182853,S00119837,8b2,Hard-Pressed Rented Terraces,S01010899,Greenock East - 02,5d,Endeavouring social renters,S02002047,Greenock East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182854 +182854,S00119839,8b2,Hard-Pressed Rented Terraces,S01010899,Greenock East - 02,5d,Endeavouring social renters,S02002047,Greenock East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182855 +182855,S00119840,8b2,Hard-Pressed Rented Terraces,S01010899,Greenock East - 02,5d,Endeavouring social renters,S02002047,Greenock East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182856 +182856,S00119845,8b2,Hard-Pressed Rented Terraces,S01010884,Greenock Upper Central - 01,4d,Hard-pressed flat dwellers,S02002045,Greenock Upper Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182857 +182857,S00119779,7b3,Endeavouring Flat Dwellers,S01010891,Greenock Town Centre and East Central - 02,4d,Hard-pressed flat dwellers,S02002046,Greenock Town Centre and East Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182858 +182858,S00119780,7b3,Endeavouring Flat Dwellers,S01010891,Greenock Town Centre and East Central - 02,4d,Hard-pressed flat dwellers,S02002046,Greenock Town Centre and East Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182859 +182859,S00119782,7b3,Endeavouring Flat Dwellers,S01010890,Greenock Town Centre and East Central - 01,4d,Hard-pressed flat dwellers,S02002046,Greenock Town Centre and East Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182860 +182860,S00119759,6b4,Older Workers and Retirement,S01010844,"Gourock Central, Upper East and IRH - 03",8c,Comfortable suburbia,S02002039,"Gourock Central, Upper East and IRH",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182861 +182861,S00119783,7b3,Endeavouring Flat Dwellers,S01010890,Greenock Town Centre and East Central - 01,4d,Hard-pressed flat dwellers,S02002046,Greenock Town Centre and East Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182862 +182862,S00119784,7b3,Endeavouring Flat Dwellers,S01010890,Greenock Town Centre and East Central - 01,4d,Hard-pressed flat dwellers,S02002046,Greenock Town Centre and East Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182863 +182863,S00119767,6b4,Older Workers and Retirement,S01010847,"Gourock Central, Upper East and IRH - 06",8c,Comfortable suburbia,S02002039,"Gourock Central, Upper East and IRH",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182864 +182864,S00119882,7b2,Deprived Neighbourhoods,S01010894,Greenock Town Centre and East Central - 05,4d,Hard-pressed flat dwellers,S02002046,Greenock Town Centre and East Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182865 +182865,S00119912,8b2,Hard-Pressed Rented Terraces,S01010858,"Lower Bow and Larkfield, Fancy Farm, Mallard Bowl - 03",4a,Challenged white communities,S02002041,"Lower Bow and Larkfield, Fancy Farm, Mallard Bowl",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182866 +182866,S00119726,5b1,Delayed Retirement,S01010840,Gourock Upper and West Central and Upper Larkfield - 05,5c,Comfortable neighbourhoods,S02002038,Gourock Upper and West Central and Upper Larkfield,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182867 +182867,S00119989,2c3,Professional Service Cosmopolitans,S01010872,Greenock West and Central - 03,4d,Hard-pressed flat dwellers,S02002043,Greenock West and Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182868 +182868,S00120201,8b2,Hard-Pressed Rented Terraces,S01010905,Greenock East - 08,4a,Challenged white communities,S02002047,Greenock East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182869 +182869,S00119785,7b3,Endeavouring Flat Dwellers,S01010890,Greenock Town Centre and East Central - 01,4d,Hard-pressed flat dwellers,S02002046,Greenock Town Centre and East Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182870 +182870,S00119768,6b4,Older Workers and Retirement,S01010847,"Gourock Central, Upper East and IRH - 06",8c,Comfortable suburbia,S02002039,"Gourock Central, Upper East and IRH",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182871 +182871,S00119883,7b2,Deprived Neighbourhoods,S01010895,Greenock Town Centre and East Central - 06,4d,Hard-pressed flat dwellers,S02002046,Greenock Town Centre and East Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182872 +182872,S00119914,8b2,Hard-Pressed Rented Terraces,S01010858,"Lower Bow and Larkfield, Fancy Farm, Mallard Bowl - 03",4a,Challenged white communities,S02002041,"Lower Bow and Larkfield, Fancy Farm, Mallard Bowl",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182873 +182873,S00119727,5b1,Delayed Retirement,S01010839,Gourock Upper and West Central and Upper Larkfield - 04,5c,Comfortable neighbourhoods,S02002038,Gourock Upper and West Central and Upper Larkfield,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182874 +182874,S00119990,2c3,Professional Service Cosmopolitans,S01010875,Greenock West and Central - 06,4d,Hard-pressed flat dwellers,S02002043,Greenock West and Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182875 +182875,S00120202,8b2,Hard-Pressed Rented Terraces,S01010904,Greenock East - 07,4d,Hard-pressed flat dwellers,S02002047,Greenock East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182876 +182876,S00119786,7b3,Endeavouring Flat Dwellers,S01010890,Greenock Town Centre and East Central - 01,4d,Hard-pressed flat dwellers,S02002046,Greenock Town Centre and East Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182877 +182877,S00119787,7b3,Endeavouring Flat Dwellers,S01010890,Greenock Town Centre and East Central - 01,4d,Hard-pressed flat dwellers,S02002046,Greenock Town Centre and East Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182878 +182878,S00119788,7b3,Endeavouring Flat Dwellers,S01010893,Greenock Town Centre and East Central - 04,4d,Hard-pressed flat dwellers,S02002046,Greenock Town Centre and East Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182879 +182879,S00119791,7b3,Endeavouring Flat Dwellers,S01010894,Greenock Town Centre and East Central - 05,4d,Hard-pressed flat dwellers,S02002046,Greenock Town Centre and East Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182880 +182880,S00119801,7b3,Endeavouring Flat Dwellers,S01010896,Greenock Town Centre and East Central - 07,4d,Hard-pressed flat dwellers,S02002046,Greenock Town Centre and East Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182881 +182881,S00119819,7b3,Endeavouring Flat Dwellers,S01010897,Greenock Town Centre and East Central - 08,4a,Challenged white communities,S02002046,Greenock Town Centre and East Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182882 +182882,S00119831,7b3,Endeavouring Flat Dwellers,S01010900,Greenock East - 03,4a,Challenged white communities,S02002047,Greenock East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182883 +182883,S00119833,7b3,Endeavouring Flat Dwellers,S01010900,Greenock East - 03,4a,Challenged white communities,S02002047,Greenock East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182884 +182884,S00119841,7b3,Endeavouring Flat Dwellers,S01010883,"Bow Farm, Barrs Cottage, Cowdenknowes and Overton - 06",5c,Comfortable neighbourhoods,S02002044,"Bow Farm, Barrs Cottage, Cowdenknowes and Overton",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182885 +182885,S00119842,7b3,Endeavouring Flat Dwellers,S01010883,"Bow Farm, Barrs Cottage, Cowdenknowes and Overton - 06",5c,Comfortable neighbourhoods,S02002044,"Bow Farm, Barrs Cottage, Cowdenknowes and Overton",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182886 +182886,S00119844,7b3,Endeavouring Flat Dwellers,S01010883,"Bow Farm, Barrs Cottage, Cowdenknowes and Overton - 06",5c,Comfortable neighbourhoods,S02002044,"Bow Farm, Barrs Cottage, Cowdenknowes and Overton",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182887 +182887,S00119849,7b3,Endeavouring Flat Dwellers,S01010888,Greenock Upper Central - 05,4d,Hard-pressed flat dwellers,S02002045,Greenock Upper Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182888 +182888,S00119851,7b3,Endeavouring Flat Dwellers,S01010878,"Bow Farm, Barrs Cottage, Cowdenknowes and Overton - 01",4d,Hard-pressed flat dwellers,S02002044,"Bow Farm, Barrs Cottage, Cowdenknowes and Overton",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182889 +182889,S00119852,7b3,Endeavouring Flat Dwellers,S01010889,Greenock Upper Central - 06,4d,Hard-pressed flat dwellers,S02002045,Greenock Upper Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182890 +182890,S00119853,7b3,Endeavouring Flat Dwellers,S01010888,Greenock Upper Central - 05,4d,Hard-pressed flat dwellers,S02002045,Greenock Upper Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182891 +182891,S00119855,7b3,Endeavouring Flat Dwellers,S01010889,Greenock Upper Central - 06,4d,Hard-pressed flat dwellers,S02002045,Greenock Upper Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182892 +182892,S00119856,7b3,Endeavouring Flat Dwellers,S01010889,Greenock Upper Central - 06,4d,Hard-pressed flat dwellers,S02002045,Greenock Upper Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182893 +182893,S00119861,7b3,Endeavouring Flat Dwellers,S01010887,Greenock Upper Central - 04,4d,Hard-pressed flat dwellers,S02002045,Greenock Upper Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182894 +182894,S00119864,7b3,Endeavouring Flat Dwellers,S01010892,Greenock Town Centre and East Central - 03,4d,Hard-pressed flat dwellers,S02002046,Greenock Town Centre and East Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182895 +182895,S00119865,7b3,Endeavouring Flat Dwellers,S01010892,Greenock Town Centre and East Central - 03,4d,Hard-pressed flat dwellers,S02002046,Greenock Town Centre and East Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182896 +182896,S00119866,7b3,Endeavouring Flat Dwellers,S01010885,Greenock Upper Central - 02,4d,Hard-pressed flat dwellers,S02002045,Greenock Upper Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182897 +182897,S00119867,7b3,Endeavouring Flat Dwellers,S01010885,Greenock Upper Central - 02,4d,Hard-pressed flat dwellers,S02002045,Greenock Upper Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182898 +182898,S00119868,7b3,Endeavouring Flat Dwellers,S01010885,Greenock Upper Central - 02,4d,Hard-pressed flat dwellers,S02002045,Greenock Upper Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182899 +182899,S00119870,7b3,Endeavouring Flat Dwellers,S01010885,Greenock Upper Central - 02,4d,Hard-pressed flat dwellers,S02002045,Greenock Upper Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182900 +182900,S00119871,7b3,Endeavouring Flat Dwellers,S01010886,Greenock Upper Central - 03,4d,Hard-pressed flat dwellers,S02002045,Greenock Upper Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182901 +182901,S00119873,7b3,Endeavouring Flat Dwellers,S01010887,Greenock Upper Central - 04,4d,Hard-pressed flat dwellers,S02002045,Greenock Upper Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182902 +182902,S00119875,7b3,Endeavouring Flat Dwellers,S01010886,Greenock Upper Central - 03,4d,Hard-pressed flat dwellers,S02002045,Greenock Upper Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182903 +182903,S00119877,7b3,Endeavouring Flat Dwellers,S01010884,Greenock Upper Central - 01,4d,Hard-pressed flat dwellers,S02002045,Greenock Upper Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182904 +182904,S00119879,7b3,Endeavouring Flat Dwellers,S01010885,Greenock Upper Central - 02,4d,Hard-pressed flat dwellers,S02002045,Greenock Upper Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182905 +182905,S00119884,7b3,Endeavouring Flat Dwellers,S01010896,Greenock Town Centre and East Central - 07,4d,Hard-pressed flat dwellers,S02002046,Greenock Town Centre and East Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182906 +182906,S00119886,7b3,Endeavouring Flat Dwellers,S01010896,Greenock Town Centre and East Central - 07,4d,Hard-pressed flat dwellers,S02002046,Greenock Town Centre and East Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182907 +182907,S00119888,7b3,Endeavouring Flat Dwellers,S01010895,Greenock Town Centre and East Central - 06,4d,Hard-pressed flat dwellers,S02002046,Greenock Town Centre and East Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182908 +182908,S00119889,7b3,Endeavouring Flat Dwellers,S01010861,"Lower Bow and Larkfield, Fancy Farm, Mallard Bowl - 06",4d,Hard-pressed flat dwellers,S02002041,"Lower Bow and Larkfield, Fancy Farm, Mallard Bowl",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182909 +182909,S00119942,7b3,Endeavouring Flat Dwellers,S01010877,Greenock West and Central - 08,4d,Hard-pressed flat dwellers,S02002043,Greenock West and Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182910 +182910,S00119943,7b3,Endeavouring Flat Dwellers,S01010877,Greenock West and Central - 08,4d,Hard-pressed flat dwellers,S02002043,Greenock West and Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182911 +182911,S00119946,7b3,Endeavouring Flat Dwellers,S01010876,Greenock West and Central - 07,4d,Hard-pressed flat dwellers,S02002043,Greenock West and Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182912 +182912,S00119947,7b3,Endeavouring Flat Dwellers,S01010876,Greenock West and Central - 07,4d,Hard-pressed flat dwellers,S02002043,Greenock West and Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182913 +182913,S00119948,7b3,Endeavouring Flat Dwellers,S01010876,Greenock West and Central - 07,4d,Hard-pressed flat dwellers,S02002043,Greenock West and Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182914 +182914,S00119949,7b3,Endeavouring Flat Dwellers,S01010876,Greenock West and Central - 07,4d,Hard-pressed flat dwellers,S02002043,Greenock West and Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182915 +182915,S00119950,7b3,Endeavouring Flat Dwellers,S01010876,Greenock West and Central - 07,4d,Hard-pressed flat dwellers,S02002043,Greenock West and Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182916 +182916,S00119985,7b3,Endeavouring Flat Dwellers,S01010874,Greenock West and Central - 05,3a,Achieving neighbourhoods,S02002043,Greenock West and Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182917 +182917,S00119987,7b3,Endeavouring Flat Dwellers,S01010875,Greenock West and Central - 06,4d,Hard-pressed flat dwellers,S02002043,Greenock West and Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182918 +182918,S00119994,7b3,Endeavouring Flat Dwellers,S01010872,Greenock West and Central - 03,4d,Hard-pressed flat dwellers,S02002043,Greenock West and Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182919 +182919,S00119805,6b4,Older Workers and Retirement,S01010902,Greenock East - 05,4a,Challenged white communities,S02002047,Greenock East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182920 +182920,S00119992,2c3,Professional Service Cosmopolitans,S01010875,Greenock West and Central - 06,4d,Hard-pressed flat dwellers,S02002043,Greenock West and Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182921 +182921,S00119915,8b2,Hard-Pressed Rented Terraces,S01010858,"Lower Bow and Larkfield, Fancy Farm, Mallard Bowl - 03",4a,Challenged white communities,S02002041,"Lower Bow and Larkfield, Fancy Farm, Mallard Bowl",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182922 +182922,S00119736,5b1,Delayed Retirement,S01010840,Gourock Upper and West Central and Upper Larkfield - 05,5c,Comfortable neighbourhoods,S02002038,Gourock Upper and West Central and Upper Larkfield,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182923 +182923,S00119885,7b2,Deprived Neighbourhoods,S01010895,Greenock Town Centre and East Central - 06,4d,Hard-pressed flat dwellers,S02002046,Greenock Town Centre and East Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182924 +182924,S00119933,6b4,Older Workers and Retirement,S01010865,"Gourock East, Greenock West and Lyle Road - 03",8a,Affluent communities,S02002042,"Gourock East, Greenock West and Lyle Road",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182925 +182925,S00120218,8b2,Hard-Pressed Rented Terraces,S01010856,"Lower Bow and Larkfield, Fancy Farm, Mallard Bowl - 01",4a,Challenged white communities,S02002041,"Lower Bow and Larkfield, Fancy Farm, Mallard Bowl",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182926 +182926,S00119917,8b2,Hard-Pressed Rented Terraces,S01010859,"Lower Bow and Larkfield, Fancy Farm, Mallard Bowl - 04",4a,Challenged white communities,S02002041,"Lower Bow and Larkfield, Fancy Farm, Mallard Bowl",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182927 +182927,S00120001,8b2,Hard-Pressed Rented Terraces,S01010880,"Bow Farm, Barrs Cottage, Cowdenknowes and Overton - 03",4d,Hard-pressed flat dwellers,S02002044,"Bow Farm, Barrs Cottage, Cowdenknowes and Overton",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182928 +182928,S00120007,8b2,Hard-Pressed Rented Terraces,S01010881,"Bow Farm, Barrs Cottage, Cowdenknowes and Overton - 04",5c,Comfortable neighbourhoods,S02002044,"Bow Farm, Barrs Cottage, Cowdenknowes and Overton",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182929 +182929,S00120009,8b2,Hard-Pressed Rented Terraces,S01010881,"Bow Farm, Barrs Cottage, Cowdenknowes and Overton - 04",5c,Comfortable neighbourhoods,S02002044,"Bow Farm, Barrs Cottage, Cowdenknowes and Overton",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182930 +182930,S00120026,8b2,Hard-Pressed Rented Terraces,S01010853,"Braeside, Branchton, Lower Larkfield and Ravenscraig - 06",5d,Endeavouring social renters,S02002040,"Braeside, Branchton, Lower Larkfield and Ravenscraig",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182931 +182931,S00120029,8b2,Hard-Pressed Rented Terraces,S01010852,"Braeside, Branchton, Lower Larkfield and Ravenscraig - 05",4a,Challenged white communities,S02002040,"Braeside, Branchton, Lower Larkfield and Ravenscraig",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182932 +182932,S00120030,8b2,Hard-Pressed Rented Terraces,S01010852,"Braeside, Branchton, Lower Larkfield and Ravenscraig - 05",4a,Challenged white communities,S02002040,"Braeside, Branchton, Lower Larkfield and Ravenscraig",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182933 +182933,S00120031,8b2,Hard-Pressed Rented Terraces,S01010832,"West Braeside, East Inverkip and West Gourock - 01",5d,Endeavouring social renters,S02002037,"West Braeside, East Inverkip and West Gourock",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182934 +182934,S00120032,8b2,Hard-Pressed Rented Terraces,S01010852,"Braeside, Branchton, Lower Larkfield and Ravenscraig - 05",4a,Challenged white communities,S02002040,"Braeside, Branchton, Lower Larkfield and Ravenscraig",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182935 +182935,S00120033,8b2,Hard-Pressed Rented Terraces,S01010852,"Braeside, Branchton, Lower Larkfield and Ravenscraig - 05",4a,Challenged white communities,S02002040,"Braeside, Branchton, Lower Larkfield and Ravenscraig",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182936 +182936,S00120034,8b2,Hard-Pressed Rented Terraces,S01010852,"Braeside, Branchton, Lower Larkfield and Ravenscraig - 05",4a,Challenged white communities,S02002040,"Braeside, Branchton, Lower Larkfield and Ravenscraig",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182937 +182937,S00120036,8b2,Hard-Pressed Rented Terraces,S01010853,"Braeside, Branchton, Lower Larkfield and Ravenscraig - 06",5d,Endeavouring social renters,S02002040,"Braeside, Branchton, Lower Larkfield and Ravenscraig",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182938 +182938,S00120037,8b2,Hard-Pressed Rented Terraces,S01010853,"Braeside, Branchton, Lower Larkfield and Ravenscraig - 06",5d,Endeavouring social renters,S02002040,"Braeside, Branchton, Lower Larkfield and Ravenscraig",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182939 +182939,S00120038,8b2,Hard-Pressed Rented Terraces,S01010853,"Braeside, Branchton, Lower Larkfield and Ravenscraig - 06",5d,Endeavouring social renters,S02002040,"Braeside, Branchton, Lower Larkfield and Ravenscraig",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182940 +182940,S00120039,8b2,Hard-Pressed Rented Terraces,S01010853,"Braeside, Branchton, Lower Larkfield and Ravenscraig - 06",5d,Endeavouring social renters,S02002040,"Braeside, Branchton, Lower Larkfield and Ravenscraig",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182941 +182941,S00120040,8b2,Hard-Pressed Rented Terraces,S01010850,"Braeside, Branchton, Lower Larkfield and Ravenscraig - 03",4a,Challenged white communities,S02002040,"Braeside, Branchton, Lower Larkfield and Ravenscraig",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182942 +182942,S00120046,8b2,Hard-Pressed Rented Terraces,S01010851,"Braeside, Branchton, Lower Larkfield and Ravenscraig - 04",4a,Challenged white communities,S02002040,"Braeside, Branchton, Lower Larkfield and Ravenscraig",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182943 +182943,S00120047,8b2,Hard-Pressed Rented Terraces,S01010851,"Braeside, Branchton, Lower Larkfield and Ravenscraig - 04",4a,Challenged white communities,S02002040,"Braeside, Branchton, Lower Larkfield and Ravenscraig",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182944 +182944,S00120050,8b2,Hard-Pressed Rented Terraces,S01010849,"Braeside, Branchton, Lower Larkfield and Ravenscraig - 02",4a,Challenged white communities,S02002040,"Braeside, Branchton, Lower Larkfield and Ravenscraig",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182945 +182945,S00120051,8b2,Hard-Pressed Rented Terraces,S01010850,"Braeside, Branchton, Lower Larkfield and Ravenscraig - 03",4a,Challenged white communities,S02002040,"Braeside, Branchton, Lower Larkfield and Ravenscraig",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182946 +182946,S00120054,8b2,Hard-Pressed Rented Terraces,S01010849,"Braeside, Branchton, Lower Larkfield and Ravenscraig - 02",4a,Challenged white communities,S02002040,"Braeside, Branchton, Lower Larkfield and Ravenscraig",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182947 +182947,S00120064,8b2,Hard-Pressed Rented Terraces,S01010855,"Braeside, Branchton, Lower Larkfield and Ravenscraig - 08",4a,Challenged white communities,S02002040,"Braeside, Branchton, Lower Larkfield and Ravenscraig",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182948 +182948,S00120065,8b2,Hard-Pressed Rented Terraces,S01010855,"Braeside, Branchton, Lower Larkfield and Ravenscraig - 08",4a,Challenged white communities,S02002040,"Braeside, Branchton, Lower Larkfield and Ravenscraig",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182949 +182949,S00120070,8b2,Hard-Pressed Rented Terraces,S01010854,"Braeside, Branchton, Lower Larkfield and Ravenscraig - 07",4a,Challenged white communities,S02002040,"Braeside, Branchton, Lower Larkfield and Ravenscraig",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182950 +182950,S00120075,8b2,Hard-Pressed Rented Terraces,S01010854,"Braeside, Branchton, Lower Larkfield and Ravenscraig - 07",4a,Challenged white communities,S02002040,"Braeside, Branchton, Lower Larkfield and Ravenscraig",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182951 +182951,S00120089,8b2,Hard-Pressed Rented Terraces,S01010913,"Port Glasgow Upper, West and Central - 07",5c,Comfortable neighbourhoods,S02002048,"Port Glasgow Upper, West and Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182952 +182952,S00120106,8b2,Hard-Pressed Rented Terraces,S01010918,"Port Glasgow Mid, East and Central - 03",4a,Challenged white communities,S02002049,"Port Glasgow Mid, East and Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182953 +182953,S00120108,8b2,Hard-Pressed Rented Terraces,S01010918,"Port Glasgow Mid, East and Central - 03",4a,Challenged white communities,S02002049,"Port Glasgow Mid, East and Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182954 +182954,S00120109,8b2,Hard-Pressed Rented Terraces,S01010915,"Port Glasgow Upper, West and Central - 09",5d,Endeavouring social renters,S02002048,"Port Glasgow Upper, West and Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182955 +182955,S00120110,8b2,Hard-Pressed Rented Terraces,S01010915,"Port Glasgow Upper, West and Central - 09",5d,Endeavouring social renters,S02002048,"Port Glasgow Upper, West and Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182956 +182956,S00120111,8b2,Hard-Pressed Rented Terraces,S01010915,"Port Glasgow Upper, West and Central - 09",5d,Endeavouring social renters,S02002048,"Port Glasgow Upper, West and Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182957 +182957,S00120115,8b2,Hard-Pressed Rented Terraces,S01010918,"Port Glasgow Mid, East and Central - 03",4a,Challenged white communities,S02002049,"Port Glasgow Mid, East and Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182958 +182958,S00120119,8b2,Hard-Pressed Rented Terraces,S01010916,"Port Glasgow Mid, East and Central - 01",4d,Hard-pressed flat dwellers,S02002049,"Port Glasgow Mid, East and Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182959 +182959,S00120125,8b2,Hard-Pressed Rented Terraces,S01010919,"Port Glasgow Mid, East and Central - 04",4a,Challenged white communities,S02002049,"Port Glasgow Mid, East and Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182960 +182960,S00120129,8b2,Hard-Pressed Rented Terraces,S01010917,"Port Glasgow Mid, East and Central - 02",4a,Challenged white communities,S02002049,"Port Glasgow Mid, East and Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182961 +182961,S00120136,8b2,Hard-Pressed Rented Terraces,S01010924,Port Glasgow Upper East - 02,4a,Challenged white communities,S02002050,Port Glasgow Upper East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182962 +182962,S00120137,8b2,Hard-Pressed Rented Terraces,S01010924,Port Glasgow Upper East - 02,4a,Challenged white communities,S02002050,Port Glasgow Upper East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182963 +182963,S00120139,8b2,Hard-Pressed Rented Terraces,S01010925,Port Glasgow Upper East - 03,4a,Challenged white communities,S02002050,Port Glasgow Upper East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182964 +182964,S00120146,8b2,Hard-Pressed Rented Terraces,S01010924,Port Glasgow Upper East - 02,4a,Challenged white communities,S02002050,Port Glasgow Upper East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182965 +182965,S00120150,8b2,Hard-Pressed Rented Terraces,S01010926,Port Glasgow Upper East - 04,4a,Challenged white communities,S02002050,Port Glasgow Upper East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182966 +182966,S00120155,8b2,Hard-Pressed Rented Terraces,S01010928,Port Glasgow Upper East - 06,4a,Challenged white communities,S02002050,Port Glasgow Upper East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182967 +182967,S00120156,8b2,Hard-Pressed Rented Terraces,S01010928,Port Glasgow Upper East - 06,4a,Challenged white communities,S02002050,Port Glasgow Upper East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182968 +182968,S00120157,8b2,Hard-Pressed Rented Terraces,S01010927,Port Glasgow Upper East - 05,4a,Challenged white communities,S02002050,Port Glasgow Upper East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182969 +182969,S00120166,8b2,Hard-Pressed Rented Terraces,S01010929,Port Glasgow Upper East - 07,4a,Challenged white communities,S02002050,Port Glasgow Upper East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182970 +182970,S00120168,8b2,Hard-Pressed Rented Terraces,S01010921,"Port Glasgow Mid, East and Central - 06",4a,Challenged white communities,S02002049,"Port Glasgow Mid, East and Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182971 +182971,S00120169,8b2,Hard-Pressed Rented Terraces,S01010921,"Port Glasgow Mid, East and Central - 06",4a,Challenged white communities,S02002049,"Port Glasgow Mid, East and Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182972 +182972,S00119891,7b2,Deprived Neighbourhoods,S01010861,"Lower Bow and Larkfield, Fancy Farm, Mallard Bowl - 06",4d,Hard-pressed flat dwellers,S02002041,"Lower Bow and Larkfield, Fancy Farm, Mallard Bowl",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182973 +182973,S00119944,7b2,Deprived Neighbourhoods,S01010877,Greenock West and Central - 08,4d,Hard-pressed flat dwellers,S02002043,Greenock West and Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182974 +182974,S00119955,6b4,Older Workers and Retirement,S01010877,Greenock West and Central - 08,4d,Hard-pressed flat dwellers,S02002043,Greenock West and Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182975 +182975,S00120188,2c3,Professional Service Cosmopolitans,S01010841,Gourock Upper and West Central and Upper Larkfield - 06,3a,Achieving neighbourhoods,S02002038,Gourock Upper and West Central and Upper Larkfield,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182976 +182976,S00120219,8b2,Hard-Pressed Rented Terraces,S01010856,"Lower Bow and Larkfield, Fancy Farm, Mallard Bowl - 01",4a,Challenged white communities,S02002041,"Lower Bow and Larkfield, Fancy Farm, Mallard Bowl",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182977 +182977,S00120243,8b2,Hard-Pressed Rented Terraces,S01010923,Port Glasgow Upper East - 01,4a,Challenged white communities,S02002050,Port Glasgow Upper East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182978 +182978,S00120245,8b2,Hard-Pressed Rented Terraces,S01010929,Port Glasgow Upper East - 07,4a,Challenged white communities,S02002050,Port Glasgow Upper East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182979 +182979,S00119746,5b1,Delayed Retirement,S01010843,"Gourock Central, Upper East and IRH - 02",4d,Hard-pressed flat dwellers,S02002039,"Gourock Central, Upper East and IRH",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182980 +182980,S00120249,8b2,Hard-Pressed Rented Terraces,S01010830,Inverkip and Wemyss Bay - 07,5c,Comfortable neighbourhoods,S02002036,Inverkip and Wemyss Bay,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182981 +182981,S00119707,8c3,Renting Hard-Pressed Workers,S01010837,Gourock Upper and West Central and Upper Larkfield - 02,5c,Comfortable neighbourhoods,S02002038,Gourock Upper and West Central and Upper Larkfield,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182982 +182982,S00119927,5b1,Delayed Retirement,S01010865,"Gourock East, Greenock West and Lyle Road - 03",8a,Affluent communities,S02002042,"Gourock East, Greenock West and Lyle Road",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182983 +182983,S00120258,8b2,Hard-Pressed Rented Terraces,S01010880,"Bow Farm, Barrs Cottage, Cowdenknowes and Overton - 03",4d,Hard-pressed flat dwellers,S02002044,"Bow Farm, Barrs Cottage, Cowdenknowes and Overton",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182984 +182984,S00120004,7b2,Deprived Neighbourhoods,S01010856,"Lower Bow and Larkfield, Fancy Farm, Mallard Bowl - 01",4a,Challenged white communities,S02002041,"Lower Bow and Larkfield, Fancy Farm, Mallard Bowl",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182985 +182985,S00119958,6b4,Older Workers and Retirement,S01010869,"Gourock East, Greenock West and Lyle Road - 07",8a,Affluent communities,S02002042,"Gourock East, Greenock West and Lyle Road",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182986 +182986,S00119710,8c3,Renting Hard-Pressed Workers,S01010837,Gourock Upper and West Central and Upper Larkfield - 02,5c,Comfortable neighbourhoods,S02002038,Gourock Upper and West Central and Upper Larkfield,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182987 +182987,S00119929,5b1,Delayed Retirement,S01010865,"Gourock East, Greenock West and Lyle Road - 03",8a,Affluent communities,S02002042,"Gourock East, Greenock West and Lyle Road",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182988 +182988,S00120260,8b2,Hard-Pressed Rented Terraces,S01010855,"Braeside, Branchton, Lower Larkfield and Ravenscraig - 08",4a,Challenged white communities,S02002040,"Braeside, Branchton, Lower Larkfield and Ravenscraig",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182989 +182989,S00119930,5b1,Delayed Retirement,S01010865,"Gourock East, Greenock West and Lyle Road - 03",8a,Affluent communities,S02002042,"Gourock East, Greenock West and Lyle Road",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182990 +182990,S00120043,7b2,Deprived Neighbourhoods,S01010850,"Braeside, Branchton, Lower Larkfield and Ravenscraig - 03",4a,Challenged white communities,S02002040,"Braeside, Branchton, Lower Larkfield and Ravenscraig",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182991 +182991,S00119711,8c3,Renting Hard-Pressed Workers,S01010837,Gourock Upper and West Central and Upper Larkfield - 02,5c,Comfortable neighbourhoods,S02002038,Gourock Upper and West Central and Upper Larkfield,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182992 +182992,S00120261,8b2,Hard-Pressed Rented Terraces,S01010855,"Braeside, Branchton, Lower Larkfield and Ravenscraig - 08",4a,Challenged white communities,S02002040,"Braeside, Branchton, Lower Larkfield and Ravenscraig",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182993 +182993,S00119960,6b4,Older Workers and Retirement,S01010866,"Gourock East, Greenock West and Lyle Road - 04",5a,Ageing urban communities,S02002042,"Gourock East, Greenock West and Lyle Road",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182994 +182994,S00119931,5b1,Delayed Retirement,S01010865,"Gourock East, Greenock West and Lyle Road - 03",8a,Affluent communities,S02002042,"Gourock East, Greenock West and Lyle Road",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182995 +182995,S00120074,7b2,Deprived Neighbourhoods,S01010854,"Braeside, Branchton, Lower Larkfield and Ravenscraig - 07",4a,Challenged white communities,S02002040,"Braeside, Branchton, Lower Larkfield and Ravenscraig",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182996 +182996,S00119963,6b4,Older Workers and Retirement,S01010869,"Gourock East, Greenock West and Lyle Road - 07",8a,Affluent communities,S02002042,"Gourock East, Greenock West and Lyle Road",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182997 +182997,S00120092,7b2,Deprived Neighbourhoods,S01010912,"Port Glasgow Upper, West and Central - 06",4d,Hard-pressed flat dwellers,S02002048,"Port Glasgow Upper, West and Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182998 +182998,S00119939,5b1,Delayed Retirement,S01010867,"Gourock East, Greenock West and Lyle Road - 05",5a,Ageing urban communities,S02002042,"Gourock East, Greenock West and Lyle Road",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,182999 +182999,S00119714,8c3,Renting Hard-Pressed Workers,S01010838,Gourock Upper and West Central and Upper Larkfield - 03,5c,Comfortable neighbourhoods,S02002038,Gourock Upper and West Central and Upper Larkfield,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183000 +183000,S00120006,6b4,Older Workers and Retirement,S01010879,"Bow Farm, Barrs Cottage, Cowdenknowes and Overton - 02",5c,Comfortable neighbourhoods,S02002044,"Bow Farm, Barrs Cottage, Cowdenknowes and Overton",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183001 +183001,S00120262,8b2,Hard-Pressed Rented Terraces,S01010914,"Port Glasgow Upper, West and Central - 08",5b,Aspiring urban households,S02002048,"Port Glasgow Upper, West and Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183002 +183002,S00120130,7b2,Deprived Neighbourhoods,S01010916,"Port Glasgow Mid, East and Central - 01",4d,Hard-pressed flat dwellers,S02002049,"Port Glasgow Mid, East and Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183003 +183003,S00119941,5b1,Delayed Retirement,S01010870,Greenock West and Central - 01,5a,Ageing urban communities,S02002043,Greenock West and Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183004 +183004,S00119715,8c3,Renting Hard-Pressed Workers,S01010846,"Gourock Central, Upper East and IRH - 05",4d,Hard-pressed flat dwellers,S02002039,"Gourock Central, Upper East and IRH",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183005 +183005,S00119951,5b1,Delayed Retirement,S01010876,Greenock West and Central - 07,4d,Hard-pressed flat dwellers,S02002043,Greenock West and Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183006 +183006,S00120077,6b4,Older Workers and Retirement,S01010832,"West Braeside, East Inverkip and West Gourock - 01",5d,Endeavouring social renters,S02002037,"West Braeside, East Inverkip and West Gourock",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183007 +183007,S00120263,8b2,Hard-Pressed Rented Terraces,S01010914,"Port Glasgow Upper, West and Central - 08",5b,Aspiring urban households,S02002048,"Port Glasgow Upper, West and Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183008 +183008,S00120181,7b2,Deprived Neighbourhoods,S01010920,"Port Glasgow Mid, East and Central - 05",4d,Hard-pressed flat dwellers,S02002049,"Port Glasgow Mid, East and Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183009 +183009,S00120265,8b2,Hard-Pressed Rented Terraces,S01010927,Port Glasgow Upper East - 05,4a,Challenged white communities,S02002050,Port Glasgow Upper East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183010 +183010,S00119968,5b1,Delayed Retirement,S01010868,"Gourock East, Greenock West and Lyle Road - 06",5a,Ageing urban communities,S02002042,"Gourock East, Greenock West and Lyle Road",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183011 +183011,S00120080,6b4,Older Workers and Retirement,S01010908,"Port Glasgow Upper, West and Central - 02",4d,Hard-pressed flat dwellers,S02002048,"Port Glasgow Upper, West and Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183012 +183012,S00119793,8c3,Renting Hard-Pressed Workers,S01010902,Greenock East - 05,4a,Challenged white communities,S02002047,Greenock East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183013 +183013,S00120189,6b4,Older Workers and Retirement,S01010844,"Gourock Central, Upper East and IRH - 03",8c,Comfortable suburbia,S02002039,"Gourock Central, Upper East and IRH",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183014 +183014,S00119969,5b1,Delayed Retirement,S01010871,Greenock West and Central - 02,3c,Highly qualified professionals,S02002043,Greenock West and Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183015 +183015,S00120311,8b2,Hard-Pressed Rented Terraces,S01010904,Greenock East - 07,4d,Hard-pressed flat dwellers,S02002047,Greenock East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183016 +183016,S00120182,7b2,Deprived Neighbourhoods,S01010917,"Port Glasgow Mid, East and Central - 02",4a,Challenged white communities,S02002049,"Port Glasgow Mid, East and Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183017 +183017,S00119806,8c3,Renting Hard-Pressed Workers,S01010903,Greenock East - 06,4d,Hard-pressed flat dwellers,S02002047,Greenock East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183018 +183018,S00120334,8b2,Hard-Pressed Rented Terraces,S01010860,"Lower Bow and Larkfield, Fancy Farm, Mallard Bowl - 05",4a,Challenged white communities,S02002041,"Lower Bow and Larkfield, Fancy Farm, Mallard Bowl",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183019 +183019,S00120272,6b4,Older Workers and Retirement,S01010829,Inverkip and Wemyss Bay - 06,5c,Comfortable neighbourhoods,S02002036,Inverkip and Wemyss Bay,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183020 +183020,S00119975,5b1,Delayed Retirement,S01010870,Greenock West and Central - 01,5a,Ageing urban communities,S02002043,Greenock West and Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183021 +183021,S00120335,8b2,Hard-Pressed Rented Terraces,S01010860,"Lower Bow and Larkfield, Fancy Farm, Mallard Bowl - 05",4a,Challenged white communities,S02002041,"Lower Bow and Larkfield, Fancy Farm, Mallard Bowl",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183022 +183022,S00120183,7b2,Deprived Neighbourhoods,S01010920,"Port Glasgow Mid, East and Central - 05",4d,Hard-pressed flat dwellers,S02002049,"Port Glasgow Mid, East and Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183023 +183023,S00119809,8c3,Renting Hard-Pressed Workers,S01010903,Greenock East - 06,4d,Hard-pressed flat dwellers,S02002047,Greenock East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183024 +183024,S00120192,7b2,Deprived Neighbourhoods,S01010891,Greenock Town Centre and East Central - 02,4d,Hard-pressed flat dwellers,S02002046,Greenock Town Centre and East Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183025 +183025,S00119976,5b1,Delayed Retirement,S01010871,Greenock West and Central - 02,3c,Highly qualified professionals,S02002043,Greenock West and Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183026 +183026,S00120340,8b2,Hard-Pressed Rented Terraces,S01010856,"Lower Bow and Larkfield, Fancy Farm, Mallard Bowl - 01",4a,Challenged white communities,S02002041,"Lower Bow and Larkfield, Fancy Farm, Mallard Bowl",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183027 +183027,S00120283,6b4,Older Workers and Retirement,S01010827,Inverkip and Wemyss Bay - 04,8b,Ageing suburbanites,S02002036,Inverkip and Wemyss Bay,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183028 +183028,S00119816,8c3,Renting Hard-Pressed Workers,S01010906,Greenock East - 09,4a,Challenged white communities,S02002047,Greenock East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183029 +183029,S00120193,7b2,Deprived Neighbourhoods,S01010890,Greenock Town Centre and East Central - 01,4d,Hard-pressed flat dwellers,S02002046,Greenock Town Centre and East Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183030 +183030,S00119977,5b1,Delayed Retirement,S01010871,Greenock West and Central - 02,3c,Highly qualified professionals,S02002043,Greenock West and Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183031 +183031,S00120342,8b2,Hard-Pressed Rented Terraces,S01010882,"Bow Farm, Barrs Cottage, Cowdenknowes and Overton - 05",4a,Challenged white communities,S02002044,"Bow Farm, Barrs Cottage, Cowdenknowes and Overton",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183032 +183032,S00120333,6b4,Older Workers and Retirement,S01010879,"Bow Farm, Barrs Cottage, Cowdenknowes and Overton - 02",5c,Comfortable neighbourhoods,S02002044,"Bow Farm, Barrs Cottage, Cowdenknowes and Overton",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183033 +183033,S00120341,6b4,Older Workers and Retirement,S01010857,"Lower Bow and Larkfield, Fancy Farm, Mallard Bowl - 02",5c,Comfortable neighbourhoods,S02002041,"Lower Bow and Larkfield, Fancy Farm, Mallard Bowl",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183034 +183034,S00119684,7c3,Outer City Hardship,S01010829,Inverkip and Wemyss Bay - 06,5c,Comfortable neighbourhoods,S02002036,Inverkip and Wemyss Bay,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183035 +183035,S00119708,7c3,Outer City Hardship,S01010837,Gourock Upper and West Central and Upper Larkfield - 02,5c,Comfortable neighbourhoods,S02002038,Gourock Upper and West Central and Upper Larkfield,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183036 +183036,S00119712,7c3,Outer City Hardship,S01010838,Gourock Upper and West Central and Upper Larkfield - 03,5c,Comfortable neighbourhoods,S02002038,Gourock Upper and West Central and Upper Larkfield,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183037 +183037,S00119713,7c3,Outer City Hardship,S01010838,Gourock Upper and West Central and Upper Larkfield - 03,5c,Comfortable neighbourhoods,S02002038,Gourock Upper and West Central and Upper Larkfield,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183038 +183038,S00119717,7c3,Outer City Hardship,S01010846,"Gourock Central, Upper East and IRH - 05",4d,Hard-pressed flat dwellers,S02002039,"Gourock Central, Upper East and IRH",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183039 +183039,S00119766,7c3,Outer City Hardship,S01010846,"Gourock Central, Upper East and IRH - 05",4d,Hard-pressed flat dwellers,S02002039,"Gourock Central, Upper East and IRH",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183040 +183040,S00119773,7c3,Outer City Hardship,S01010846,"Gourock Central, Upper East and IRH - 05",4d,Hard-pressed flat dwellers,S02002039,"Gourock Central, Upper East and IRH",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183041 +183041,S00119775,7c3,Outer City Hardship,S01010846,"Gourock Central, Upper East and IRH - 05",4d,Hard-pressed flat dwellers,S02002039,"Gourock Central, Upper East and IRH",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183042 +183042,S00119794,7c3,Outer City Hardship,S01010902,Greenock East - 05,4a,Challenged white communities,S02002047,Greenock East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183043 +183043,S00119803,7c3,Outer City Hardship,S01010895,Greenock Town Centre and East Central - 06,4d,Hard-pressed flat dwellers,S02002046,Greenock Town Centre and East Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183044 +183044,S00119804,7c3,Outer City Hardship,S01010902,Greenock East - 05,4a,Challenged white communities,S02002047,Greenock East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183045 +183045,S00119824,7c3,Outer City Hardship,S01010897,Greenock Town Centre and East Central - 08,4a,Challenged white communities,S02002046,Greenock Town Centre and East Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183046 +183046,S00119847,7c3,Outer City Hardship,S01010888,Greenock Upper Central - 05,4d,Hard-pressed flat dwellers,S02002045,Greenock Upper Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183047 +183047,S00119905,7c3,Outer City Hardship,S01010857,"Lower Bow and Larkfield, Fancy Farm, Mallard Bowl - 02",5c,Comfortable neighbourhoods,S02002041,"Lower Bow and Larkfield, Fancy Farm, Mallard Bowl",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183048 +183048,S00119909,7c3,Outer City Hardship,S01010858,"Lower Bow and Larkfield, Fancy Farm, Mallard Bowl - 03",4a,Challenged white communities,S02002041,"Lower Bow and Larkfield, Fancy Farm, Mallard Bowl",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183049 +183049,S00119911,7c3,Outer City Hardship,S01010858,"Lower Bow and Larkfield, Fancy Farm, Mallard Bowl - 03",4a,Challenged white communities,S02002041,"Lower Bow and Larkfield, Fancy Farm, Mallard Bowl",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183050 +183050,S00119919,7c3,Outer City Hardship,S01010858,"Lower Bow and Larkfield, Fancy Farm, Mallard Bowl - 03",4a,Challenged white communities,S02002041,"Lower Bow and Larkfield, Fancy Farm, Mallard Bowl",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183051 +183051,S00119945,7c3,Outer City Hardship,S01010877,Greenock West and Central - 08,4d,Hard-pressed flat dwellers,S02002043,Greenock West and Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183052 +183052,S00120008,7c3,Outer City Hardship,S01010879,"Bow Farm, Barrs Cottage, Cowdenknowes and Overton - 02",5c,Comfortable neighbourhoods,S02002044,"Bow Farm, Barrs Cottage, Cowdenknowes and Overton",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183053 +183053,S00120021,7c3,Outer City Hardship,S01010881,"Bow Farm, Barrs Cottage, Cowdenknowes and Overton - 04",5c,Comfortable neighbourhoods,S02002044,"Bow Farm, Barrs Cottage, Cowdenknowes and Overton",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183054 +183054,S00120022,7c3,Outer City Hardship,S01010881,"Bow Farm, Barrs Cottage, Cowdenknowes and Overton - 04",5c,Comfortable neighbourhoods,S02002044,"Bow Farm, Barrs Cottage, Cowdenknowes and Overton",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183055 +183055,S00120061,7c3,Outer City Hardship,S01010848,"Braeside, Branchton, Lower Larkfield and Ravenscraig - 01",4a,Challenged white communities,S02002040,"Braeside, Branchton, Lower Larkfield and Ravenscraig",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183056 +183056,S00120079,7c3,Outer City Hardship,S01010908,"Port Glasgow Upper, West and Central - 02",4d,Hard-pressed flat dwellers,S02002048,"Port Glasgow Upper, West and Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183057 +183057,S00120093,7c3,Outer City Hardship,S01010912,"Port Glasgow Upper, West and Central - 06",4d,Hard-pressed flat dwellers,S02002048,"Port Glasgow Upper, West and Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183058 +183058,S00120124,7c3,Outer City Hardship,S01010918,"Port Glasgow Mid, East and Central - 03",4a,Challenged white communities,S02002049,"Port Glasgow Mid, East and Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183059 +183059,S00120317,7c3,Outer City Hardship,S01010883,"Bow Farm, Barrs Cottage, Cowdenknowes and Overton - 06",5c,Comfortable neighbourhoods,S02002044,"Bow Farm, Barrs Cottage, Cowdenknowes and Overton",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183060 +183060,S00120347,7c3,Outer City Hardship,S01010908,"Port Glasgow Upper, West and Central - 02",4d,Hard-pressed flat dwellers,S02002048,"Port Glasgow Upper, West and Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183061 +183061,S00119698,2c3,Professional Service Cosmopolitans,S01010834,"West Braeside, East Inverkip and West Gourock - 03",8a,Affluent communities,S02002037,"West Braeside, East Inverkip and West Gourock",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183062 +183062,S00119730,2c3,Professional Service Cosmopolitans,S01010841,Gourock Upper and West Central and Upper Larkfield - 06,3a,Achieving neighbourhoods,S02002038,Gourock Upper and West Central and Upper Larkfield,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183063 +183063,S00119952,2c3,Professional Service Cosmopolitans,S01010877,Greenock West and Central - 08,4d,Hard-pressed flat dwellers,S02002043,Greenock West and Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183064 +183064,S00119953,2c3,Professional Service Cosmopolitans,S01010876,Greenock West and Central - 07,4d,Hard-pressed flat dwellers,S02002043,Greenock West and Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183065 +183065,S00119973,2c3,Professional Service Cosmopolitans,S01010870,Greenock West and Central - 01,5a,Ageing urban communities,S02002043,Greenock West and Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183066 +183066,S00119980,5b1,Delayed Retirement,S01010871,Greenock West and Central - 02,3c,Highly qualified professionals,S02002043,Greenock West and Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183067 +183067,S00119982,5b1,Delayed Retirement,S01010874,Greenock West and Central - 05,3a,Achieving neighbourhoods,S02002043,Greenock West and Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183068 +183068,S00119984,5b1,Delayed Retirement,S01010874,Greenock West and Central - 05,3a,Achieving neighbourhoods,S02002043,Greenock West and Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183069 +183069,S00119986,5b1,Delayed Retirement,S01010875,Greenock West and Central - 06,4d,Hard-pressed flat dwellers,S02002043,Greenock West and Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183070 +183070,S00119995,5b1,Delayed Retirement,S01010872,Greenock West and Central - 03,4d,Hard-pressed flat dwellers,S02002043,Greenock West and Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183071 +183071,S00119818,8c3,Renting Hard-Pressed Workers,S01010898,Greenock East - 01,4a,Challenged white communities,S02002047,Greenock East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183072 +183072,S00119997,5b1,Delayed Retirement,S01010872,Greenock West and Central - 03,4d,Hard-pressed flat dwellers,S02002043,Greenock West and Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183073 +183073,S00120196,7b2,Deprived Neighbourhoods,S01010905,Greenock East - 08,4a,Challenged white communities,S02002047,Greenock East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183074 +183074,S00119829,8c3,Renting Hard-Pressed Workers,S01010901,Greenock East - 04,4a,Challenged white communities,S02002047,Greenock East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183075 +183075,S00120084,5b1,Delayed Retirement,S01010909,"Port Glasgow Upper, West and Central - 03",5a,Ageing urban communities,S02002048,"Port Glasgow Upper, West and Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183076 +183076,S00120199,5b1,Delayed Retirement,S01010905,Greenock East - 08,4a,Challenged white communities,S02002047,Greenock East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183077 +183077,S00120343,8b2,Hard-Pressed Rented Terraces,S01010882,"Bow Farm, Barrs Cottage, Cowdenknowes and Overton - 05",4a,Challenged white communities,S02002044,"Bow Farm, Barrs Cottage, Cowdenknowes and Overton",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183078 +183078,S00119832,8c3,Renting Hard-Pressed Workers,S01010900,Greenock East - 03,4a,Challenged white communities,S02002047,Greenock East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183079 +183079,S00120226,5b1,Delayed Retirement,S01010870,Greenock West and Central - 01,5a,Ageing urban communities,S02002043,Greenock West and Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183080 +183080,S00120345,8b2,Hard-Pressed Rented Terraces,S01010851,"Braeside, Branchton, Lower Larkfield and Ravenscraig - 04",4a,Challenged white communities,S02002040,"Braeside, Branchton, Lower Larkfield and Ravenscraig",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183081 +183081,S00120253,7b2,Deprived Neighbourhoods,S01010887,Greenock Upper Central - 04,4d,Hard-pressed flat dwellers,S02002045,Greenock Upper Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183082 +183082,S00120360,8b2,Hard-Pressed Rented Terraces,S01010925,Port Glasgow Upper East - 03,4a,Challenged white communities,S02002050,Port Glasgow Upper East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183083 +183083,S00120254,7b2,Deprived Neighbourhoods,S01010887,Greenock Upper Central - 04,4d,Hard-pressed flat dwellers,S02002045,Greenock Upper Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183084 +183084,S00119836,8c3,Renting Hard-Pressed Workers,S01010900,Greenock East - 03,4a,Challenged white communities,S02002047,Greenock East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183085 +183085,S00120227,5b1,Delayed Retirement,S01010874,Greenock West and Central - 05,3a,Achieving neighbourhoods,S02002043,Greenock West and Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183086 +183086,S00120362,8b2,Hard-Pressed Rented Terraces,S01010926,Port Glasgow Upper East - 04,4a,Challenged white communities,S02002050,Port Glasgow Upper East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183087 +183087,S00120255,7b2,Deprived Neighbourhoods,S01010887,Greenock Upper Central - 04,4d,Hard-pressed flat dwellers,S02002045,Greenock Upper Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183088 +183088,S00119898,8c3,Renting Hard-Pressed Workers,S01010862,"Lower Bow and Larkfield, Fancy Farm, Mallard Bowl - 07",4d,Hard-pressed flat dwellers,S02002041,"Lower Bow and Larkfield, Fancy Farm, Mallard Bowl",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183089 +183089,S00120232,5b1,Delayed Retirement,S01010817,Kilmacolm Central - 02,8a,Affluent communities,S02002034,Kilmacolm Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183090 +183090,S00120364,8b2,Hard-Pressed Rented Terraces,S01010922,"Port Glasgow Mid, East and Central - 07",4a,Challenged white communities,S02002049,"Port Glasgow Mid, East and Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183091 +183091,S00120256,7b2,Deprived Neighbourhoods,S01010884,Greenock Upper Central - 01,4d,Hard-pressed flat dwellers,S02002045,Greenock Upper Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183092 +183092,S00119908,8c3,Renting Hard-Pressed Workers,S01010856,"Lower Bow and Larkfield, Fancy Farm, Mallard Bowl - 01",4a,Challenged white communities,S02002041,"Lower Bow and Larkfield, Fancy Farm, Mallard Bowl",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183093 +183093,S00119920,8c3,Renting Hard-Pressed Workers,S01010859,"Lower Bow and Larkfield, Fancy Farm, Mallard Bowl - 04",4a,Challenged white communities,S02002041,"Lower Bow and Larkfield, Fancy Farm, Mallard Bowl",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183094 +183094,S00119922,8c3,Renting Hard-Pressed Workers,S01010863,"Gourock East, Greenock West and Lyle Road - 01",5a,Ageing urban communities,S02002042,"Gourock East, Greenock West and Lyle Road",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183095 +183095,S00120010,8c3,Renting Hard-Pressed Workers,S01010879,"Bow Farm, Barrs Cottage, Cowdenknowes and Overton - 02",5c,Comfortable neighbourhoods,S02002044,"Bow Farm, Barrs Cottage, Cowdenknowes and Overton",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183096 +183096,S00120028,8c3,Renting Hard-Pressed Workers,S01010852,"Braeside, Branchton, Lower Larkfield and Ravenscraig - 05",4a,Challenged white communities,S02002040,"Braeside, Branchton, Lower Larkfield and Ravenscraig",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183097 +183097,S00120035,8c3,Renting Hard-Pressed Workers,S01010853,"Braeside, Branchton, Lower Larkfield and Ravenscraig - 06",5d,Endeavouring social renters,S02002040,"Braeside, Branchton, Lower Larkfield and Ravenscraig",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183098 +183098,S00120044,8c3,Renting Hard-Pressed Workers,S01010850,"Braeside, Branchton, Lower Larkfield and Ravenscraig - 03",4a,Challenged white communities,S02002040,"Braeside, Branchton, Lower Larkfield and Ravenscraig",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183099 +183099,S00120066,8c3,Renting Hard-Pressed Workers,S01010855,"Braeside, Branchton, Lower Larkfield and Ravenscraig - 08",4a,Challenged white communities,S02002040,"Braeside, Branchton, Lower Larkfield and Ravenscraig",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183100 +183100,S00120067,8c3,Renting Hard-Pressed Workers,S01010856,"Lower Bow and Larkfield, Fancy Farm, Mallard Bowl - 01",4a,Challenged white communities,S02002041,"Lower Bow and Larkfield, Fancy Farm, Mallard Bowl",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183101 +183101,S00120069,8c3,Renting Hard-Pressed Workers,S01010854,"Braeside, Branchton, Lower Larkfield and Ravenscraig - 07",4a,Challenged white communities,S02002040,"Braeside, Branchton, Lower Larkfield and Ravenscraig",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183102 +183102,S00120102,8c3,Renting Hard-Pressed Workers,S01010923,Port Glasgow Upper East - 01,4a,Challenged white communities,S02002050,Port Glasgow Upper East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183103 +183103,S00120103,8c3,Renting Hard-Pressed Workers,S01010923,Port Glasgow Upper East - 01,4a,Challenged white communities,S02002050,Port Glasgow Upper East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183104 +183104,S00120104,8c3,Renting Hard-Pressed Workers,S01010923,Port Glasgow Upper East - 01,4a,Challenged white communities,S02002050,Port Glasgow Upper East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183105 +183105,S00120122,8c3,Renting Hard-Pressed Workers,S01010919,"Port Glasgow Mid, East and Central - 04",4a,Challenged white communities,S02002049,"Port Glasgow Mid, East and Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183106 +183106,S00120126,8c3,Renting Hard-Pressed Workers,S01010918,"Port Glasgow Mid, East and Central - 03",4a,Challenged white communities,S02002049,"Port Glasgow Mid, East and Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183107 +183107,S00120128,8c3,Renting Hard-Pressed Workers,S01010919,"Port Glasgow Mid, East and Central - 04",4a,Challenged white communities,S02002049,"Port Glasgow Mid, East and Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183108 +183108,S00120141,8c3,Renting Hard-Pressed Workers,S01010925,Port Glasgow Upper East - 03,4a,Challenged white communities,S02002050,Port Glasgow Upper East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183109 +183109,S00120149,8c3,Renting Hard-Pressed Workers,S01010926,Port Glasgow Upper East - 04,4a,Challenged white communities,S02002050,Port Glasgow Upper East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183110 +183110,S00120151,8c3,Renting Hard-Pressed Workers,S01010926,Port Glasgow Upper East - 04,4a,Challenged white communities,S02002050,Port Glasgow Upper East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183111 +183111,S00120154,8c3,Renting Hard-Pressed Workers,S01010927,Port Glasgow Upper East - 05,4a,Challenged white communities,S02002050,Port Glasgow Upper East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183112 +183112,S00120172,8c3,Renting Hard-Pressed Workers,S01010921,"Port Glasgow Mid, East and Central - 06",4a,Challenged white communities,S02002049,"Port Glasgow Mid, East and Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183113 +183113,S00120178,8c3,Renting Hard-Pressed Workers,S01010919,"Port Glasgow Mid, East and Central - 04",4a,Challenged white communities,S02002049,"Port Glasgow Mid, East and Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183114 +183114,S00120206,8c3,Renting Hard-Pressed Workers,S01010898,Greenock East - 01,4a,Challenged white communities,S02002047,Greenock East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183115 +183115,S00120313,8c3,Renting Hard-Pressed Workers,S01010906,Greenock East - 09,4a,Challenged white communities,S02002047,Greenock East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183116 +183116,S00120315,8c3,Renting Hard-Pressed Workers,S01010898,Greenock East - 01,4a,Challenged white communities,S02002047,Greenock East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183117 +183117,S00120363,8c3,Renting Hard-Pressed Workers,S01010922,"Port Glasgow Mid, East and Central - 07",4a,Challenged white communities,S02002049,"Port Glasgow Mid, East and Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183118 +183118,S00120365,8c3,Renting Hard-Pressed Workers,S01010922,"Port Glasgow Mid, East and Central - 07",4a,Challenged white communities,S02002049,"Port Glasgow Mid, East and Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183119 +183119,S00119671,7d4,Retired City Hardship,S01010818,Kilmacolm Central - 03,5c,Comfortable neighbourhoods,S02002034,Kilmacolm Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183120 +183120,S00119755,7d4,Retired City Hardship,S01010842,"Gourock Central, Upper East and IRH - 01",4d,Hard-pressed flat dwellers,S02002039,"Gourock Central, Upper East and IRH",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183121 +183121,S00119863,7d4,Retired City Hardship,S01010892,Greenock Town Centre and East Central - 03,4d,Hard-pressed flat dwellers,S02002046,Greenock Town Centre and East Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183122 +183122,S00120096,7d4,Retired City Hardship,S01010912,"Port Glasgow Upper, West and Central - 06",4d,Hard-pressed flat dwellers,S02002048,"Port Glasgow Upper, West and Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183123 +183123,S00120366,8b2,Hard-Pressed Rented Terraces,S01010929,Port Glasgow Upper East - 07,4a,Challenged white communities,S02002050,Port Glasgow Upper East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183124 +183124,S00120367,8b2,Hard-Pressed Rented Terraces,S01010927,Port Glasgow Upper East - 05,4a,Challenged white communities,S02002050,Port Glasgow Upper East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183125 +183125,S00119651,6a1,Indian Tech Achievers,S01010826,Inverkip and Wemyss Bay - 03,8a,Affluent communities,S02002036,Inverkip and Wemyss Bay,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183126 +183126,S00119795,8a2,Industrious Hardship,S01010902,Greenock East - 05,4a,Challenged white communities,S02002047,Greenock East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183127 +183127,S00119796,8a2,Industrious Hardship,S01010902,Greenock East - 05,4a,Challenged white communities,S02002047,Greenock East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183128 +183128,S00120257,7b2,Deprived Neighbourhoods,S01010884,Greenock Upper Central - 01,4d,Hard-pressed flat dwellers,S02002045,Greenock Upper Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183129 +183129,S00119817,8a2,Industrious Hardship,S01010898,Greenock East - 01,4a,Challenged white communities,S02002047,Greenock East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183130 +183130,S00120303,7b2,Deprived Neighbourhoods,S01010889,Greenock Upper Central - 06,4d,Hard-pressed flat dwellers,S02002045,Greenock Upper Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183131 +183131,S00119921,8a2,Industrious Hardship,S01010859,"Lower Bow and Larkfield, Fancy Farm, Mallard Bowl - 04",4a,Challenged white communities,S02002041,"Lower Bow and Larkfield, Fancy Farm, Mallard Bowl",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183132 +183132,S00120308,7b2,Deprived Neighbourhoods,S01010873,Greenock West and Central - 04,4d,Hard-pressed flat dwellers,S02002043,Greenock West and Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183133 +183133,S00120235,5b1,Delayed Retirement,S01010817,Kilmacolm Central - 02,8a,Affluent communities,S02002034,Kilmacolm Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183134 +183134,S00120062,8a2,Industrious Hardship,S01010848,"Braeside, Branchton, Lower Larkfield and Ravenscraig - 01",4a,Challenged white communities,S02002040,"Braeside, Branchton, Lower Larkfield and Ravenscraig",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183135 +183135,S00120247,5b1,Delayed Retirement,S01010818,Kilmacolm Central - 03,5c,Comfortable neighbourhoods,S02002034,Kilmacolm Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183136 +183136,S00120310,7b2,Deprived Neighbourhoods,S01010903,Greenock East - 06,4d,Hard-pressed flat dwellers,S02002047,Greenock East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183137 +183137,S00119647,8a1,Industrious Transitions,S01010823,"Kilmacolm, Quarriers, Greenock Upper East/Central - 05",5a,Ageing urban communities,S02002035,"Kilmacolm, Quarriers, Greenock Upper East/Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183138 +183138,S00120251,5b1,Delayed Retirement,S01010834,"West Braeside, East Inverkip and West Gourock - 03",8a,Affluent communities,S02002037,"West Braeside, East Inverkip and West Gourock",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183139 +183139,S00120291,5b1,Delayed Retirement,S01010834,"West Braeside, East Inverkip and West Gourock - 03",8a,Affluent communities,S02002037,"West Braeside, East Inverkip and West Gourock",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183140 +183140,S00120293,5b1,Delayed Retirement,S01010836,Gourock Upper and West Central and Upper Larkfield - 01,8a,Affluent communities,S02002038,Gourock Upper and West Central and Upper Larkfield,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183141 +183141,S00120294,5b1,Delayed Retirement,S01010836,Gourock Upper and West Central and Upper Larkfield - 01,8a,Affluent communities,S02002038,Gourock Upper and West Central and Upper Larkfield,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183142 +183142,S00120337,5b1,Delayed Retirement,S01010867,"Gourock East, Greenock West and Lyle Road - 05",5a,Ageing urban communities,S02002042,"Gourock East, Greenock West and Lyle Road",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183143 +183143,S00120025,8b1,Deprived Blue-Collar Terraces,S01010882,"Bow Farm, Barrs Cottage, Cowdenknowes and Overton - 05",4a,Challenged white communities,S02002044,"Bow Farm, Barrs Cottage, Cowdenknowes and Overton",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183144 +183144,S00120112,8b1,Deprived Blue-Collar Terraces,S01010915,"Port Glasgow Upper, West and Central - 09",5d,Endeavouring social renters,S02002048,"Port Glasgow Upper, West and Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183145 +183145,S00120113,8b1,Deprived Blue-Collar Terraces,S01010914,"Port Glasgow Upper, West and Central - 08",5b,Aspiring urban households,S02002048,"Port Glasgow Upper, West and Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183146 +183146,S00120114,8b1,Deprived Blue-Collar Terraces,S01010915,"Port Glasgow Upper, West and Central - 09",5d,Endeavouring social renters,S02002048,"Port Glasgow Upper, West and Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183147 +183147,S00120116,8b1,Deprived Blue-Collar Terraces,S01010914,"Port Glasgow Upper, West and Central - 08",5b,Aspiring urban households,S02002048,"Port Glasgow Upper, West and Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183148 +183148,S00120207,8b1,Deprived Blue-Collar Terraces,S01010899,Greenock East - 02,5d,Endeavouring social renters,S02002047,Greenock East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183149 +183149,S00120312,8b1,Deprived Blue-Collar Terraces,S01010904,Greenock East - 07,4d,Hard-pressed flat dwellers,S02002047,Greenock East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183150 +183150,S00119776,7b2,Deprived Neighbourhoods,S01010873,Greenock West and Central - 04,4d,Hard-pressed flat dwellers,S02002043,Greenock West and Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183151 +183151,S00119777,7b2,Deprived Neighbourhoods,S01010873,Greenock West and Central - 04,4d,Hard-pressed flat dwellers,S02002043,Greenock West and Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183152 +183152,S00119808,7b2,Deprived Neighbourhoods,S01010903,Greenock East - 06,4d,Hard-pressed flat dwellers,S02002047,Greenock East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183153 +183153,S00119812,7b2,Deprived Neighbourhoods,S01010904,Greenock East - 07,4d,Hard-pressed flat dwellers,S02002047,Greenock East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183154 +183154,S00119813,7b2,Deprived Neighbourhoods,S01010904,Greenock East - 07,4d,Hard-pressed flat dwellers,S02002047,Greenock East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183155 +183155,S00119846,7b2,Deprived Neighbourhoods,S01010888,Greenock Upper Central - 05,4d,Hard-pressed flat dwellers,S02002045,Greenock Upper Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183156 +183156,S00119874,7b2,Deprived Neighbourhoods,S01010886,Greenock Upper Central - 03,4d,Hard-pressed flat dwellers,S02002045,Greenock Upper Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183157 +183157,S00119878,7b2,Deprived Neighbourhoods,S01010884,Greenock Upper Central - 01,4d,Hard-pressed flat dwellers,S02002045,Greenock Upper Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183158 +183158,S00119674,8a1,Industrious Transitions,S01010819,"Kilmacolm, Quarriers, Greenock Upper East/Central - 01",5c,Comfortable neighbourhoods,S02002035,"Kilmacolm, Quarriers, Greenock Upper East/Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183159 +183159,S00119838,8a1,Industrious Transitions,S01010899,Greenock East - 02,5d,Endeavouring social renters,S02002047,Greenock East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183160 +183160,S00120027,8a1,Industrious Transitions,S01010853,"Braeside, Branchton, Lower Larkfield and Ravenscraig - 06",5d,Endeavouring social renters,S02002040,"Braeside, Branchton, Lower Larkfield and Ravenscraig",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183161 +183161,S00120288,8a1,Industrious Transitions,S01010830,Inverkip and Wemyss Bay - 07,5c,Comfortable neighbourhoods,S02002036,Inverkip and Wemyss Bay,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183162 +183162,S00119854,2c2,Migrant Commuters,S01010888,Greenock Upper Central - 05,4d,Hard-pressed flat dwellers,S02002045,Greenock Upper Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183163 +183163,S00119988,2c2,Migrant Commuters,S01010872,Greenock West and Central - 03,4d,Hard-pressed flat dwellers,S02002043,Greenock West and Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183164 +183164,S00120133,2c2,Migrant Commuters,S01010916,"Port Glasgow Mid, East and Central - 01",4d,Hard-pressed flat dwellers,S02002049,"Port Glasgow Mid, East and Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183165 +183165,S00120307,2c2,Migrant Commuters,S01010873,Greenock West and Central - 04,4d,Hard-pressed flat dwellers,S02002043,Greenock West and Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183166 +183166,S00120357,2c2,Migrant Commuters,S01010911,"Port Glasgow Upper, West and Central - 05",4d,Hard-pressed flat dwellers,S02002048,"Port Glasgow Upper, West and Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183167 +183167,S00119683,1a4,Older Farming Communities,S01010821,"Kilmacolm, Quarriers, Greenock Upper East/Central - 03",2b,Prospering countryside life,S02002035,"Kilmacolm, Quarriers, Greenock Upper East/Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183168 +183168,S00119655,6b4,Older Workers and Retirement,S01010826,Inverkip and Wemyss Bay - 03,8a,Affluent communities,S02002036,Inverkip and Wemyss Bay,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183169 +183169,S00119658,6b4,Older Workers and Retirement,S01010827,Inverkip and Wemyss Bay - 04,8b,Ageing suburbanites,S02002036,Inverkip and Wemyss Bay,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183170 +183170,S00119661,6b4,Older Workers and Retirement,S01010828,Inverkip and Wemyss Bay - 05,8c,Comfortable suburbia,S02002036,Inverkip and Wemyss Bay,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183171 +183171,S00119685,6b4,Older Workers and Retirement,S01010830,Inverkip and Wemyss Bay - 07,5c,Comfortable neighbourhoods,S02002036,Inverkip and Wemyss Bay,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183172 +183172,S00120329,7b2,Deprived Neighbourhoods,S01010893,Greenock Town Centre and East Central - 04,4d,Hard-pressed flat dwellers,S02002046,Greenock Town Centre and East Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183173 +183173,S00119686,6b4,Older Workers and Retirement,S01010830,Inverkip and Wemyss Bay - 07,5c,Comfortable neighbourhoods,S02002036,Inverkip and Wemyss Bay,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183174 +183174,S00119699,6b4,Older Workers and Retirement,S01010834,"West Braeside, East Inverkip and West Gourock - 03",8a,Affluent communities,S02002037,"West Braeside, East Inverkip and West Gourock",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183175 +183175,S00119739,6b4,Older Workers and Retirement,S01010839,Gourock Upper and West Central and Upper Larkfield - 04,5c,Comfortable neighbourhoods,S02002038,Gourock Upper and West Central and Upper Larkfield,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183176 +183176,S00119648,6a3,Detached Retirement Living,S01010833,"West Braeside, East Inverkip and West Gourock - 02",8a,Affluent communities,S02002037,"West Braeside, East Inverkip and West Gourock",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183177 +183177,S00119659,6a3,Detached Retirement Living,S01010827,Inverkip and Wemyss Bay - 04,8b,Ageing suburbanites,S02002036,Inverkip and Wemyss Bay,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183178 +183178,S00119693,6a3,Detached Retirement Living,S01010833,"West Braeside, East Inverkip and West Gourock - 02",8a,Affluent communities,S02002037,"West Braeside, East Inverkip and West Gourock",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183179 +183179,S00119697,6a3,Detached Retirement Living,S01010835,"West Braeside, East Inverkip and West Gourock - 04",8b,Ageing suburbanites,S02002037,"West Braeside, East Inverkip and West Gourock",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183180 +183180,S00119700,6a3,Detached Retirement Living,S01010835,"West Braeside, East Inverkip and West Gourock - 04",8b,Ageing suburbanites,S02002037,"West Braeside, East Inverkip and West Gourock",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183181 +183181,S00119704,6a3,Detached Retirement Living,S01010835,"West Braeside, East Inverkip and West Gourock - 04",8b,Ageing suburbanites,S02002037,"West Braeside, East Inverkip and West Gourock",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183182 +183182,S00119705,6a3,Detached Retirement Living,S01010837,Gourock Upper and West Central and Upper Larkfield - 02,5c,Comfortable neighbourhoods,S02002038,Gourock Upper and West Central and Upper Larkfield,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183183 +183183,S00119751,6a3,Detached Retirement Living,S01010864,"Gourock East, Greenock West and Lyle Road - 02",8a,Affluent communities,S02002042,"Gourock East, Greenock West and Lyle Road",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183184 +183184,S00119753,6a3,Detached Retirement Living,S01010864,"Gourock East, Greenock West and Lyle Road - 02",8a,Affluent communities,S02002042,"Gourock East, Greenock West and Lyle Road",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183185 +183185,S00119757,6a3,Detached Retirement Living,S01010844,"Gourock Central, Upper East and IRH - 03",8c,Comfortable suburbia,S02002039,"Gourock Central, Upper East and IRH",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183186 +183186,S00120098,7b1,Eastern European Communities,S01010912,"Port Glasgow Upper, West and Central - 06",4d,Hard-pressed flat dwellers,S02002048,"Port Glasgow Upper, West and Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183187 +183187,S00120354,7b1,Eastern European Communities,S01010910,"Port Glasgow Upper, West and Central - 04",4d,Hard-pressed flat dwellers,S02002048,"Port Glasgow Upper, West and Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183188 +183188,S00119716,7b3,Endeavouring Flat Dwellers,S01010838,Gourock Upper and West Central and Upper Larkfield - 03,5c,Comfortable neighbourhoods,S02002038,Gourock Upper and West Central and Upper Larkfield,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183189 +183189,S00119729,7b3,Endeavouring Flat Dwellers,S01010842,"Gourock Central, Upper East and IRH - 01",4d,Hard-pressed flat dwellers,S02002039,"Gourock Central, Upper East and IRH",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183190 +183190,S00119731,7b3,Endeavouring Flat Dwellers,S01010840,Gourock Upper and West Central and Upper Larkfield - 05,5c,Comfortable neighbourhoods,S02002038,Gourock Upper and West Central and Upper Larkfield,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183191 +183191,S00119732,7b3,Endeavouring Flat Dwellers,S01010842,"Gourock Central, Upper East and IRH - 01",4d,Hard-pressed flat dwellers,S02002039,"Gourock Central, Upper East and IRH",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183192 +183192,S00119740,7b3,Endeavouring Flat Dwellers,S01010842,"Gourock Central, Upper East and IRH - 01",4d,Hard-pressed flat dwellers,S02002039,"Gourock Central, Upper East and IRH",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183193 +183193,S00119742,7b3,Endeavouring Flat Dwellers,S01010842,"Gourock Central, Upper East and IRH - 01",4d,Hard-pressed flat dwellers,S02002039,"Gourock Central, Upper East and IRH",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183194 +183194,S00119743,7b3,Endeavouring Flat Dwellers,S01010842,"Gourock Central, Upper East and IRH - 01",4d,Hard-pressed flat dwellers,S02002039,"Gourock Central, Upper East and IRH",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183195 +183195,S00119744,7b3,Endeavouring Flat Dwellers,S01010842,"Gourock Central, Upper East and IRH - 01",4d,Hard-pressed flat dwellers,S02002039,"Gourock Central, Upper East and IRH",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183196 +183196,S00119747,7b3,Endeavouring Flat Dwellers,S01010843,"Gourock Central, Upper East and IRH - 02",4d,Hard-pressed flat dwellers,S02002039,"Gourock Central, Upper East and IRH",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183197 +183197,S00119748,7b3,Endeavouring Flat Dwellers,S01010843,"Gourock Central, Upper East and IRH - 02",4d,Hard-pressed flat dwellers,S02002039,"Gourock Central, Upper East and IRH",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183198 +183198,S00119750,7b3,Endeavouring Flat Dwellers,S01010843,"Gourock Central, Upper East and IRH - 02",4d,Hard-pressed flat dwellers,S02002039,"Gourock Central, Upper East and IRH",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183199 +183199,S00119754,7b3,Endeavouring Flat Dwellers,S01010843,"Gourock Central, Upper East and IRH - 02",4d,Hard-pressed flat dwellers,S02002039,"Gourock Central, Upper East and IRH",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183200 +183200,S00120023,5b3,Self-Sufficient Retirement,S01010881,"Bow Farm, Barrs Cottage, Cowdenknowes and Overton - 04",5c,Comfortable neighbourhoods,S02002044,"Bow Farm, Barrs Cottage, Cowdenknowes and Overton",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183201 +183201,S00120086,5b3,Self-Sufficient Retirement,S01010909,"Port Glasgow Upper, West and Central - 03",5a,Ageing urban communities,S02002048,"Port Glasgow Upper, West and Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183202 +183202,S00120090,5b3,Self-Sufficient Retirement,S01010913,"Port Glasgow Upper, West and Central - 07",5c,Comfortable neighbourhoods,S02002048,"Port Glasgow Upper, West and Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183203 +183203,S00120121,5b3,Self-Sufficient Retirement,S01010913,"Port Glasgow Upper, West and Central - 07",5c,Comfortable neighbourhoods,S02002048,"Port Glasgow Upper, West and Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183204 +183204,S00120134,5b3,Self-Sufficient Retirement,S01010917,"Port Glasgow Mid, East and Central - 02",4a,Challenged white communities,S02002049,"Port Glasgow Mid, East and Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183205 +183205,S00120184,5b3,Self-Sufficient Retirement,S01010834,"West Braeside, East Inverkip and West Gourock - 03",8a,Affluent communities,S02002037,"West Braeside, East Inverkip and West Gourock",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183206 +183206,S00120194,5b3,Self-Sufficient Retirement,S01010920,"Port Glasgow Mid, East and Central - 05",4d,Hard-pressed flat dwellers,S02002049,"Port Glasgow Mid, East and Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183207 +183207,S00120209,5b3,Self-Sufficient Retirement,S01010888,Greenock Upper Central - 05,4d,Hard-pressed flat dwellers,S02002045,Greenock Upper Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183208 +183208,S00120214,5b3,Self-Sufficient Retirement,S01010826,Inverkip and Wemyss Bay - 03,8a,Affluent communities,S02002036,Inverkip and Wemyss Bay,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183209 +183209,S00120223,5b3,Self-Sufficient Retirement,S01010869,"Gourock East, Greenock West and Lyle Road - 07",8a,Affluent communities,S02002042,"Gourock East, Greenock West and Lyle Road",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183210 +183210,S00120813,7c1,Challenged Transitionaries,S01011027,Mayfield - 03,4d,Hard-pressed flat dwellers,S02002069,Mayfield,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183211 +183211,S00120851,8c1,Ageing Industrious Workers,S01010966,Loanhead - 01,4a,Challenged white communities,S02002059,Loanhead,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183212 +183212,S00120738,5b2,Communal Retirement,S01010998,Eskbank - 05,8a,Affluent communities,S02002063,Eskbank,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183213 +183213,S00120463,6a3,Detached Retirement Living,S01010935,Penicuik Southeast - 02,5c,Comfortable neighbourhoods,S02002052,Penicuik Southeast,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183214 +183214,S00120684,7b3,Endeavouring Flat Dwellers,S01011011,Dalkeith - 02,4d,Hard-pressed flat dwellers,S02002066,Dalkeith,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183215 +183215,S00120224,5b3,Self-Sufficient Retirement,S01010866,"Gourock East, Greenock West and Lyle Road - 04",5a,Ageing urban communities,S02002042,"Gourock East, Greenock West and Lyle Road",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183216 +183216,S00120225,5b3,Self-Sufficient Retirement,S01010868,"Gourock East, Greenock West and Lyle Road - 06",5a,Ageing urban communities,S02002042,"Gourock East, Greenock West and Lyle Road",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183217 +183217,S00120241,5b3,Self-Sufficient Retirement,S01010819,"Kilmacolm, Quarriers, Greenock Upper East/Central - 01",5c,Comfortable neighbourhoods,S02002035,"Kilmacolm, Quarriers, Greenock Upper East/Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183218 +183218,S00120242,5b3,Self-Sufficient Retirement,S01010818,Kilmacolm Central - 03,5c,Comfortable neighbourhoods,S02002034,Kilmacolm Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183219 +183219,S00120250,5b3,Self-Sufficient Retirement,S01010829,Inverkip and Wemyss Bay - 06,5c,Comfortable neighbourhoods,S02002036,Inverkip and Wemyss Bay,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183220 +183220,S00120252,5b3,Self-Sufficient Retirement,S01010834,"West Braeside, East Inverkip and West Gourock - 03",8a,Affluent communities,S02002037,"West Braeside, East Inverkip and West Gourock",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183221 +183221,S00120268,5b3,Self-Sufficient Retirement,S01010822,"Kilmacolm, Quarriers, Greenock Upper East/Central - 04",2a,Ageing rural neighbourhoods,S02002035,"Kilmacolm, Quarriers, Greenock Upper East/Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183222 +183222,S00120270,5b3,Self-Sufficient Retirement,S01010822,"Kilmacolm, Quarriers, Greenock Upper East/Central - 04",2a,Ageing rural neighbourhoods,S02002035,"Kilmacolm, Quarriers, Greenock Upper East/Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183223 +183223,S00120286,5b3,Self-Sufficient Retirement,S01010819,"Kilmacolm, Quarriers, Greenock Upper East/Central - 01",5c,Comfortable neighbourhoods,S02002035,"Kilmacolm, Quarriers, Greenock Upper East/Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183224 +183224,S00120292,5b3,Self-Sufficient Retirement,S01010836,Gourock Upper and West Central and Upper Larkfield - 01,8a,Affluent communities,S02002038,Gourock Upper and West Central and Upper Larkfield,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183225 +183225,S00120331,5b3,Self-Sufficient Retirement,S01010860,"Lower Bow and Larkfield, Fancy Farm, Mallard Bowl - 05",4a,Challenged white communities,S02002041,"Lower Bow and Larkfield, Fancy Farm, Mallard Bowl",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183226 +183226,S00120332,5b3,Self-Sufficient Retirement,S01010879,"Bow Farm, Barrs Cottage, Cowdenknowes and Overton - 02",5c,Comfortable neighbourhoods,S02002044,"Bow Farm, Barrs Cottage, Cowdenknowes and Overton",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183227 +183227,S00120351,5b3,Self-Sufficient Retirement,S01010908,"Port Glasgow Upper, West and Central - 02",4d,Hard-pressed flat dwellers,S02002048,"Port Glasgow Upper, West and Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183228 +183228,S00119660,6b3,Semi-Detached Ageing,S01010828,Inverkip and Wemyss Bay - 05,8c,Comfortable suburbia,S02002036,Inverkip and Wemyss Bay,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183229 +183229,S00120107,7d4,Retired City Hardship,S01010918,"Port Glasgow Mid, East and Central - 03",4a,Challenged white communities,S02002049,"Port Glasgow Mid, East and Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183230 +183230,S00119928,6b3,Semi-Detached Ageing,S01010865,"Gourock East, Greenock West and Lyle Road - 03",8a,Affluent communities,S02002042,"Gourock East, Greenock West and Lyle Road",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183231 +183231,S00119645,5a1,White Professionals,S01010823,"Kilmacolm, Quarriers, Greenock Upper East/Central - 05",5a,Ageing urban communities,S02002035,"Kilmacolm, Quarriers, Greenock Upper East/Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183232 +183232,S00119666,5a1,White Professionals,S01010820,"Kilmacolm, Quarriers, Greenock Upper East/Central - 02",2b,Prospering countryside life,S02002035,"Kilmacolm, Quarriers, Greenock Upper East/Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183233 +183233,S00119691,5a1,White Professionals,S01010829,Inverkip and Wemyss Bay - 06,5c,Comfortable neighbourhoods,S02002036,Inverkip and Wemyss Bay,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183234 +183234,S00119765,5a1,White Professionals,S01010847,"Gourock Central, Upper East and IRH - 06",8c,Comfortable suburbia,S02002039,"Gourock Central, Upper East and IRH",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183235 +183235,S00120005,5a1,White Professionals,S01010879,"Bow Farm, Barrs Cottage, Cowdenknowes and Overton - 02",5c,Comfortable neighbourhoods,S02002044,"Bow Farm, Barrs Cottage, Cowdenknowes and Overton",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183236 +183236,S00120076,5a1,White Professionals,S01010832,"West Braeside, East Inverkip and West Gourock - 01",5d,Endeavouring social renters,S02002037,"West Braeside, East Inverkip and West Gourock",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183237 +183237,S00120078,5a1,White Professionals,S01010832,"West Braeside, East Inverkip and West Gourock - 01",5d,Endeavouring social renters,S02002037,"West Braeside, East Inverkip and West Gourock",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183238 +183238,S00120117,5a1,White Professionals,S01010913,"Port Glasgow Upper, West and Central - 07",5c,Comfortable neighbourhoods,S02002048,"Port Glasgow Upper, West and Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183239 +183239,S00120285,5a1,White Professionals,S01010817,Kilmacolm Central - 02,8a,Affluent communities,S02002034,Kilmacolm Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183240 +183240,S00120300,5a1,White Professionals,S01010844,"Gourock Central, Upper East and IRH - 03",8c,Comfortable suburbia,S02002039,"Gourock Central, Upper East and IRH",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183241 +183241,S00120338,5a1,White Professionals,S01010857,"Lower Bow and Larkfield, Fancy Farm, Mallard Bowl - 02",5c,Comfortable neighbourhoods,S02002041,"Lower Bow and Larkfield, Fancy Farm, Mallard Bowl",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183242 +183242,S00120348,5a1,White Professionals,S01010907,"Port Glasgow Upper, West and Central - 01",5b,Aspiring urban households,S02002048,"Port Glasgow Upper, West and Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183243 +183243,S00120349,5a1,White Professionals,S01010907,"Port Glasgow Upper, West and Central - 01",5b,Aspiring urban households,S02002048,"Port Glasgow Upper, West and Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183244 +183244,S00120350,5a1,White Professionals,S01010907,"Port Glasgow Upper, West and Central - 01",5b,Aspiring urban households,S02002048,"Port Glasgow Upper, West and Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183245 +183245,S00119769,6b2,White Suburban Communities,S01010845,"Gourock Central, Upper East and IRH - 04",5c,Comfortable neighbourhoods,S02002039,"Gourock Central, Upper East and IRH",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183246 +183246,S00120230,6b2,White Suburban Communities,S01010879,"Bow Farm, Barrs Cottage, Cowdenknowes and Overton - 02",5c,Comfortable neighbourhoods,S02002044,"Bow Farm, Barrs Cottage, Cowdenknowes and Overton",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183247 +183247,S00120236,6b2,White Suburban Communities,S01010818,Kilmacolm Central - 03,5c,Comfortable neighbourhoods,S02002034,Kilmacolm Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183248 +183248,S00120279,6b2,White Suburban Communities,S01010824,Inverkip and Wemyss Bay - 01,8c,Comfortable suburbia,S02002036,Inverkip and Wemyss Bay,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183249 +183249,S00120374,6b2,White Suburban Communities,S01010831,Inverkip and Wemyss Bay - 08,8c,Comfortable suburbia,S02002036,Inverkip and Wemyss Bay,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183250 +183250,S00120377,6b2,White Suburban Communities,S01010831,Inverkip and Wemyss Bay - 08,8c,Comfortable suburbia,S02002036,Inverkip and Wemyss Bay,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183251 +183251,S00119811,8d1,Young Hard-Pressed Families,S01010902,Greenock East - 05,4a,Challenged white communities,S02002047,Greenock East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183252 +183252,S00119904,8d1,Young Hard-Pressed Families,S01010857,"Lower Bow and Larkfield, Fancy Farm, Mallard Bowl - 02",5c,Comfortable neighbourhoods,S02002041,"Lower Bow and Larkfield, Fancy Farm, Mallard Bowl",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183253 +183253,S00120045,8d1,Young Hard-Pressed Families,S01010851,"Braeside, Branchton, Lower Larkfield and Ravenscraig - 04",4a,Challenged white communities,S02002040,"Braeside, Branchton, Lower Larkfield and Ravenscraig",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183254 +183254,S00120053,8d1,Young Hard-Pressed Families,S01010849,"Braeside, Branchton, Lower Larkfield and Ravenscraig - 02",4a,Challenged white communities,S02002040,"Braeside, Branchton, Lower Larkfield and Ravenscraig",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183255 +183255,S00120058,8d1,Young Hard-Pressed Families,S01010849,"Braeside, Branchton, Lower Larkfield and Ravenscraig - 02",4a,Challenged white communities,S02002040,"Braeside, Branchton, Lower Larkfield and Ravenscraig",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183256 +183256,S00120071,8d1,Young Hard-Pressed Families,S01010854,"Braeside, Branchton, Lower Larkfield and Ravenscraig - 07",4a,Challenged white communities,S02002040,"Braeside, Branchton, Lower Larkfield and Ravenscraig",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183257 +183257,S00120690,7b3,Endeavouring Flat Dwellers,S01011014,Pathhead and Rural East Midlothian - 01,5c,Comfortable neighbourhoods,S02002067,Pathhead and Rural East Midlothian,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183258 +183258,S00120464,6a3,Detached Retirement Living,S01010940,Penicuik Southwest - 02,8b,Ageing suburbanites,S02002053,Penicuik Southwest,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183259 +183259,S00120991,5b2,Communal Retirement,S01010934,Penicuik Southeast - 01,8c,Comfortable suburbia,S02002052,Penicuik Southeast,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183260 +183260,S00120072,8d1,Young Hard-Pressed Families,S01010854,"Braeside, Branchton, Lower Larkfield and Ravenscraig - 07",4a,Challenged white communities,S02002040,"Braeside, Branchton, Lower Larkfield and Ravenscraig",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183261 +183261,S00120878,8c1,Ageing Industrious Workers,S01010968,Loanhead - 03,5c,Comfortable neighbourhoods,S02002059,Loanhead,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183262 +183262,S00120825,7c1,Challenged Transitionaries,S01011025,Mayfield - 01,4a,Challenged white communities,S02002069,Mayfield,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183263 +183263,S00120299,7d4,Retired City Hardship,S01010843,"Gourock Central, Upper East and IRH - 02",4d,Hard-pressed flat dwellers,S02002039,"Gourock Central, Upper East and IRH",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183264 +183264,S00120073,8d1,Young Hard-Pressed Families,S01010854,"Braeside, Branchton, Lower Larkfield and Ravenscraig - 07",4a,Challenged white communities,S02002040,"Braeside, Branchton, Lower Larkfield and Ravenscraig",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183265 +183265,S00120159,8d1,Young Hard-Pressed Families,S01010928,Port Glasgow Upper East - 06,4a,Challenged white communities,S02002050,Port Glasgow Upper East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183266 +183266,S00120161,8d1,Young Hard-Pressed Families,S01010929,Port Glasgow Upper East - 07,4a,Challenged white communities,S02002050,Port Glasgow Upper East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183267 +183267,S00120203,8d1,Young Hard-Pressed Families,S01010906,Greenock East - 09,4a,Challenged white communities,S02002047,Greenock East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183268 +183268,S00120459,7d1,Ageing Communities and Families,S01010935,Penicuik Southeast - 02,5c,Comfortable neighbourhoods,S02002052,Penicuik Southeast,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183269 +183269,S00120676,7d1,Ageing Communities and Families,S01010999,Eskbank - 06,5c,Comfortable neighbourhoods,S02002063,Eskbank,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183270 +183270,S00120721,7d1,Ageing Communities and Families,S01011015,Pathhead and Rural East Midlothian - 02,5c,Comfortable neighbourhoods,S02002067,Pathhead and Rural East Midlothian,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183271 +183271,S00121010,7d1,Ageing Communities and Families,S01011039,North Gorebridge - 03,5c,Comfortable neighbourhoods,S02002071,North Gorebridge,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183272 +183272,S00121084,7d1,Ageing Communities and Families,S01010936,Penicuik Southeast - 03,5c,Comfortable neighbourhoods,S02002052,Penicuik Southeast,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183273 +183273,S00120461,6a4,Ageing in Suburbia,S01010935,Penicuik Southeast - 02,5c,Comfortable neighbourhoods,S02002052,Penicuik Southeast,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183274 +183274,S00120462,6a4,Ageing in Suburbia,S01010936,Penicuik Southeast - 03,5c,Comfortable neighbourhoods,S02002052,Penicuik Southeast,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183275 +183275,S00120466,6a4,Ageing in Suburbia,S01010940,Penicuik Southwest - 02,8b,Ageing suburbanites,S02002053,Penicuik Southwest,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183276 +183276,S00120512,6a4,Ageing in Suburbia,S01010949,Penicuik North - 01,8b,Ageing suburbanites,S02002055,Penicuik North,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183277 +183277,S00120568,6a4,Ageing in Suburbia,S01010957,Roslin and Bilston - 01,8b,Ageing suburbanites,S02002057,Roslin and Bilston,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183278 +183278,S00120581,6a4,Ageing in Suburbia,S01010958,Roslin and Bilston - 02,5c,Comfortable neighbourhoods,S02002057,Roslin and Bilston,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183279 +183279,S00120592,6a4,Ageing in Suburbia,S01010982,Bonnyrigg North - 05,5a,Ageing urban communities,S02002061,Bonnyrigg North,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183280 +183280,S00120593,6a4,Ageing in Suburbia,S01010982,Bonnyrigg North - 05,5a,Ageing urban communities,S02002061,Bonnyrigg North,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183281 +183281,S00120623,6a4,Ageing in Suburbia,S01010983,Bonnyrigg North - 06,5c,Comfortable neighbourhoods,S02002061,Bonnyrigg North,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183282 +183282,S00120625,6a4,Ageing in Suburbia,S01010982,Bonnyrigg North - 05,5a,Ageing urban communities,S02002061,Bonnyrigg North,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183283 +183283,S00120722,6a4,Ageing in Suburbia,S01010994,Eskbank - 01,8a,Affluent communities,S02002063,Eskbank,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183284 +183284,S00120725,6a4,Ageing in Suburbia,S01010994,Eskbank - 01,8a,Affluent communities,S02002063,Eskbank,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183285 +183285,S00120726,6a4,Ageing in Suburbia,S01010998,Eskbank - 05,8a,Affluent communities,S02002063,Eskbank,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183286 +183286,S00120732,6a4,Ageing in Suburbia,S01010998,Eskbank - 05,8a,Affluent communities,S02002063,Eskbank,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183287 +183287,S00120736,6a4,Ageing in Suburbia,S01010998,Eskbank - 05,8a,Affluent communities,S02002063,Eskbank,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183288 +183288,S00120753,6a4,Ageing in Suburbia,S01011036,Newtongrange - 06,5c,Comfortable neighbourhoods,S02002070,Newtongrange,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183289 +183289,S00120910,6a4,Ageing in Suburbia,S01010955,Pentland - 02,3a,Achieving neighbourhoods,S02002056,Pentland,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183290 +183290,S00120918,6a4,Ageing in Suburbia,S01010935,Penicuik Southeast - 02,5c,Comfortable neighbourhoods,S02002052,Penicuik Southeast,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183291 +183291,S00120950,6a4,Ageing in Suburbia,S01010994,Eskbank - 01,8a,Affluent communities,S02002063,Eskbank,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183292 +183292,S00120985,6a4,Ageing in Suburbia,S01010962,Straiton - 01,8b,Ageing suburbanites,S02002058,Straiton,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183293 +183293,S00120986,6a4,Ageing in Suburbia,S01010956,Pentland - 03,2b,Prospering countryside life,S02002056,Pentland,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183294 +183294,S00120995,6a4,Ageing in Suburbia,S01010934,Penicuik Southeast - 01,8c,Comfortable suburbia,S02002052,Penicuik Southeast,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183295 +183295,S00121005,6a4,Ageing in Suburbia,S01011039,North Gorebridge - 03,5c,Comfortable neighbourhoods,S02002071,North Gorebridge,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183296 +183296,S00121058,6a4,Ageing in Suburbia,S01010993,Newbattle and Dalhousie - 09,8b,Ageing suburbanites,S02002062,Newbattle and Dalhousie,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183297 +183297,S00121086,6a4,Ageing in Suburbia,S01011036,Newtongrange - 06,5c,Comfortable neighbourhoods,S02002070,Newtongrange,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183298 +183298,S00120391,8c1,Ageing Industrious Workers,S01011000,Shawfair - 01,2d,Rural traits,S02002064,Shawfair,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183299 +183299,S00120400,8c1,Ageing Industrious Workers,S01011016,Pathhead and Rural East Midlothian - 03,3a,Achieving neighbourhoods,S02002067,Pathhead and Rural East Midlothian,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183300 +183300,S00120458,8c1,Ageing Industrious Workers,S01010947,Penicuik East - 03,4a,Challenged white communities,S02002054,Penicuik East,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183301 +183301,S00120522,8c1,Ageing Industrious Workers,S01011042,Gorebridge and Middleton - 03,5c,Comfortable neighbourhoods,S02002072,Gorebridge and Middleton,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183302 +183302,S00120524,8c1,Ageing Industrious Workers,S01011043,Gorebridge and Middleton - 04,4a,Challenged white communities,S02002072,Gorebridge and Middleton,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183303 +183303,S00120538,8c1,Ageing Industrious Workers,S01011039,North Gorebridge - 03,5c,Comfortable neighbourhoods,S02002071,North Gorebridge,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183304 +183304,S00120558,8c1,Ageing Industrious Workers,S01010955,Pentland - 02,3a,Achieving neighbourhoods,S02002056,Pentland,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183305 +183305,S00120561,8c1,Ageing Industrious Workers,S01010954,Pentland - 01,5b,Aspiring urban households,S02002056,Pentland,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183306 +183306,S00120643,8c1,Ageing Industrious Workers,S01010978,Bonnyrigg North - 01,4a,Challenged white communities,S02002061,Bonnyrigg North,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183307 +183307,S00120651,8c1,Ageing Industrious Workers,S01010985,Newbattle and Dalhousie - 01,4a,Challenged white communities,S02002062,Newbattle and Dalhousie,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183308 +183308,S00120659,8c1,Ageing Industrious Workers,S01010980,Bonnyrigg North - 03,5c,Comfortable neighbourhoods,S02002061,Bonnyrigg North,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183309 +183309,S00120695,8c1,Ageing Industrious Workers,S01011013,Dalkeith - 04,4a,Challenged white communities,S02002066,Dalkeith,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183310 +183310,S00120763,8c1,Ageing Industrious Workers,S01010993,Newbattle and Dalhousie - 09,8b,Ageing suburbanites,S02002062,Newbattle and Dalhousie,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183311 +183311,S00120845,8c1,Ageing Industrious Workers,S01011018,Pathhead and Rural East Midlothian - 05,5c,Comfortable neighbourhoods,S02002067,Pathhead and Rural East Midlothian,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183312 +183312,S00120304,7d4,Retired City Hardship,S01010890,Greenock Town Centre and East Central - 01,4d,Hard-pressed flat dwellers,S02002046,Greenock Town Centre and East Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183313 +183313,S00120432,7c2,Constrained Young Families,S01010938,Penicuik Southeast - 05,4a,Challenged white communities,S02002052,Penicuik Southeast,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183314 +183314,S00120691,7b3,Endeavouring Flat Dwellers,S01011014,Pathhead and Rural East Midlothian - 01,5c,Comfortable neighbourhoods,S02002067,Pathhead and Rural East Midlothian,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183315 +183315,S00120889,8c1,Ageing Industrious Workers,S01010970,Loanhead - 05,5c,Comfortable neighbourhoods,S02002059,Loanhead,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183316 +183316,S00120931,8c1,Ageing Industrious Workers,S01010961,Roslin and Bilston - 05,5d,Endeavouring social renters,S02002057,Roslin and Bilston,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183317 +183317,S00121066,8c1,Ageing Industrious Workers,S01011030,Mayfield - 06,5c,Comfortable neighbourhoods,S02002069,Mayfield,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183318 +183318,S00120836,7c1,Challenged Transitionaries,S01011023,Easthouses - 03,5c,Comfortable neighbourhoods,S02002068,Easthouses,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183319 +183319,S00120465,6a3,Detached Retirement Living,S01010940,Penicuik Southwest - 02,8b,Ageing suburbanites,S02002053,Penicuik Southwest,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183320 +183320,S00120437,7c2,Constrained Young Families,S01010938,Penicuik Southeast - 05,4a,Challenged white communities,S02002052,Penicuik Southeast,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183321 +183321,S00120472,6a3,Detached Retirement Living,S01010942,Penicuik Southwest - 04,8b,Ageing suburbanites,S02002053,Penicuik Southwest,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183322 +183322,S00120853,7b3,Endeavouring Flat Dwellers,S01010966,Loanhead - 01,4a,Challenged white communities,S02002059,Loanhead,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183323 +183323,S00121087,8c1,Ageing Industrious Workers,S01011036,Newtongrange - 06,5c,Comfortable neighbourhoods,S02002070,Newtongrange,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183324 +183324,S00120305,7d4,Retired City Hardship,S01010890,Greenock Town Centre and East Central - 01,4d,Hard-pressed flat dwellers,S02002046,Greenock Town Centre and East Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183325 +183325,S00120852,7c1,Challenged Transitionaries,S01010966,Loanhead - 01,4a,Challenged white communities,S02002059,Loanhead,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183326 +183326,S00120306,7d4,Retired City Hardship,S01010873,Greenock West and Central - 04,4d,Hard-pressed flat dwellers,S02002043,Greenock West and Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183327 +183327,S00120438,7c2,Constrained Young Families,S01010938,Penicuik Southeast - 05,4a,Challenged white communities,S02002052,Penicuik Southeast,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183328 +183328,S00120570,1b3,Ageing Rural Flat Tenants,S01010958,Roslin and Bilston - 02,5c,Comfortable neighbourhoods,S02002057,Roslin and Bilston,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183329 +183329,S00120856,7b3,Endeavouring Flat Dwellers,S01010965,Straiton - 04,4d,Hard-pressed flat dwellers,S02002058,Straiton,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183330 +183330,S00120475,6a3,Detached Retirement Living,S01010942,Penicuik Southwest - 04,8b,Ageing suburbanites,S02002053,Penicuik Southwest,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183331 +183331,S00120858,7c1,Challenged Transitionaries,S01010963,Straiton - 02,5c,Comfortable neighbourhoods,S02002058,Straiton,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183332 +183332,S00119728,7d3,Retired Communal City Dwellers,S01010836,Gourock Upper and West Central and Upper Larkfield - 01,8a,Affluent communities,S02002038,Gourock Upper and West Central and Upper Larkfield,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183333 +183333,S00120495,7c2,Constrained Young Families,S01010943,Penicuik Southwest - 05,4a,Challenged white communities,S02002053,Penicuik Southwest,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183334 +183334,S00120875,7b3,Endeavouring Flat Dwellers,S01010967,Loanhead - 02,4a,Challenged white communities,S02002059,Loanhead,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183335 +183335,S00120687,1b3,Ageing Rural Flat Tenants,S01011011,Dalkeith - 02,4d,Hard-pressed flat dwellers,S02002066,Dalkeith,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183336 +183336,S00120477,6a3,Detached Retirement Living,S01010942,Penicuik Southwest - 04,8b,Ageing suburbanites,S02002053,Penicuik Southwest,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183337 +183337,S00120869,7c1,Challenged Transitionaries,S01010968,Loanhead - 03,5c,Comfortable neighbourhoods,S02002059,Loanhead,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183338 +183338,S00120520,7c2,Constrained Young Families,S01011044,Gorebridge and Middleton - 05,4a,Challenged white communities,S02002072,Gorebridge and Middleton,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183339 +183339,S00119967,7d3,Retired Communal City Dwellers,S01010868,"Gourock East, Greenock West and Lyle Road - 06",5a,Ageing urban communities,S02002042,"Gourock East, Greenock West and Lyle Road",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183340 +183340,S00120949,7b3,Endeavouring Flat Dwellers,S01011012,Dalkeith - 03,4d,Hard-pressed flat dwellers,S02002066,Dalkeith,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183341 +183341,S00120793,1b3,Ageing Rural Flat Tenants,S01011021,Easthouses - 01,5d,Endeavouring social renters,S02002068,Easthouses,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183342 +183342,S00120478,6a3,Detached Retirement Living,S01010942,Penicuik Southwest - 04,8b,Ageing suburbanites,S02002053,Penicuik Southwest,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183343 +183343,S00120870,7c1,Challenged Transitionaries,S01010968,Loanhead - 03,5c,Comfortable neighbourhoods,S02002059,Loanhead,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183344 +183344,S00120535,7c2,Constrained Young Families,S01011041,Gorebridge and Middleton - 02,4a,Challenged white communities,S02002072,Gorebridge and Middleton,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183345 +183345,S00119978,7d3,Retired Communal City Dwellers,S01010871,Greenock West and Central - 02,3c,Highly qualified professionals,S02002043,Greenock West and Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183346 +183346,S00121011,7b3,Endeavouring Flat Dwellers,S01011039,North Gorebridge - 03,5c,Comfortable neighbourhoods,S02002071,North Gorebridge,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183347 +183347,S00121039,7b3,Endeavouring Flat Dwellers,S01011010,Dalkeith - 01,4d,Hard-pressed flat dwellers,S02002066,Dalkeith,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183348 +183348,S00121041,7b3,Endeavouring Flat Dwellers,S01011010,Dalkeith - 01,4d,Hard-pressed flat dwellers,S02002066,Dalkeith,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183349 +183349,S00120378,1a2,Established Farming Communities,S01011000,Shawfair - 01,2d,Rural traits,S02002064,Shawfair,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183350 +183350,S00120407,1a2,Established Farming Communities,S01010931,Rural South Midlothian - 02,2c,Remoter communities,S02002051,Rural South Midlothian,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183351 +183351,S00120414,1a2,Established Farming Communities,S01010930,Rural South Midlothian - 01,2b,Prospering countryside life,S02002051,Rural South Midlothian,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183352 +183352,S00120907,1a2,Established Farming Communities,S01010930,Rural South Midlothian - 01,2b,Prospering countryside life,S02002051,Rural South Midlothian,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183353 +183353,S00120945,1a2,Established Farming Communities,S01011017,Pathhead and Rural East Midlothian - 04,2b,Prospering countryside life,S02002067,Pathhead and Rural East Midlothian,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183354 +183354,S00120976,1a2,Established Farming Communities,S01010956,Pentland - 03,2b,Prospering countryside life,S02002056,Pentland,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183355 +183355,S00120379,5a3,Families in Terraces and Flats,S01010989,Newbattle and Dalhousie - 05,8c,Comfortable suburbia,S02002062,Newbattle and Dalhousie,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183356 +183356,S00120381,5a3,Families in Terraces and Flats,S01010989,Newbattle and Dalhousie - 05,8c,Comfortable suburbia,S02002062,Newbattle and Dalhousie,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183357 +183357,S00120403,5a3,Families in Terraces and Flats,S01011006,Thornybank - 02,5c,Comfortable neighbourhoods,S02002065,Thornybank,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183358 +183358,S00120404,5a3,Families in Terraces and Flats,S01011006,Thornybank - 02,5c,Comfortable neighbourhoods,S02002065,Thornybank,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183359 +183359,S00120413,5a3,Families in Terraces and Flats,S01010930,Rural South Midlothian - 01,2b,Prospering countryside life,S02002051,Rural South Midlothian,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183360 +183360,S00120540,5a3,Families in Terraces and Flats,S01011039,North Gorebridge - 03,5c,Comfortable neighbourhoods,S02002071,North Gorebridge,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183361 +183361,S00120727,5a3,Families in Terraces and Flats,S01010994,Eskbank - 01,8a,Affluent communities,S02002063,Eskbank,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183362 +183362,S00120682,7a2,Hampered Aspiration,S01011005,Thornybank - 01,4d,Hard-pressed flat dwellers,S02002065,Thornybank,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183363 +183363,S00120694,7a2,Hampered Aspiration,S01011012,Dalkeith - 03,4d,Hard-pressed flat dwellers,S02002066,Dalkeith,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183364 +183364,S00120800,7a2,Hampered Aspiration,S01011029,Mayfield - 05,4a,Challenged white communities,S02002069,Mayfield,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183365 +183365,S00120925,7a2,Hampered Aspiration,S01011042,Gorebridge and Middleton - 03,5c,Comfortable neighbourhoods,S02002072,Gorebridge and Middleton,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183366 +183366,S00121015,7a2,Hampered Aspiration,S01010932,Rural South Midlothian - 03,5c,Comfortable neighbourhoods,S02002051,Rural South Midlothian,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183367 +183367,S00120435,8d2,Hard-Pressed Ethnic Mix,S01010938,Penicuik Southeast - 05,4a,Challenged white communities,S02002052,Penicuik Southeast,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183368 +183368,S00120835,8d2,Hard-Pressed Ethnic Mix,S01011023,Easthouses - 03,5c,Comfortable neighbourhoods,S02002068,Easthouses,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183369 +183369,S00120843,8d2,Hard-Pressed Ethnic Mix,S01011018,Pathhead and Rural East Midlothian - 05,5c,Comfortable neighbourhoods,S02002067,Pathhead and Rural East Midlothian,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183370 +183370,S00120901,8d2,Hard-Pressed Ethnic Mix,S01011003,Shawfair - 04,4a,Challenged white communities,S02002064,Shawfair,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183371 +183371,S00120529,8d3,Hard-Pressed European Settlers,S01011043,Gorebridge and Middleton - 04,4a,Challenged white communities,S02002072,Gorebridge and Middleton,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183372 +183372,S00120814,8d3,Hard-Pressed European Settlers,S01011027,Mayfield - 03,4d,Hard-pressed flat dwellers,S02002069,Mayfield,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183373 +183373,S00120826,8d3,Hard-Pressed European Settlers,S01011024,Easthouses - 04,4a,Challenged white communities,S02002068,Easthouses,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183374 +183374,S00120831,8d3,Hard-Pressed European Settlers,S01011024,Easthouses - 04,4a,Challenged white communities,S02002068,Easthouses,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183375 +183375,S00120873,8d3,Hard-Pressed European Settlers,S01010967,Loanhead - 02,4a,Challenged white communities,S02002059,Loanhead,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183376 +183376,S00120434,8b2,Hard-Pressed Rented Terraces,S01010938,Penicuik Southeast - 05,4a,Challenged white communities,S02002052,Penicuik Southeast,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183377 +183377,S00120439,8b2,Hard-Pressed Rented Terraces,S01010945,Penicuik East - 01,4a,Challenged white communities,S02002054,Penicuik East,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183378 +183378,S00120440,8b2,Hard-Pressed Rented Terraces,S01010945,Penicuik East - 01,4a,Challenged white communities,S02002054,Penicuik East,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183379 +183379,S00120441,8b2,Hard-Pressed Rented Terraces,S01010945,Penicuik East - 01,4a,Challenged white communities,S02002054,Penicuik East,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183380 +183380,S00120443,8b2,Hard-Pressed Rented Terraces,S01010948,Penicuik East - 04,4a,Challenged white communities,S02002054,Penicuik East,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183381 +183381,S00120444,8b2,Hard-Pressed Rented Terraces,S01010948,Penicuik East - 04,4a,Challenged white communities,S02002054,Penicuik East,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183382 +183382,S00120445,8b2,Hard-Pressed Rented Terraces,S01010948,Penicuik East - 04,4a,Challenged white communities,S02002054,Penicuik East,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183383 +183383,S00120446,8b2,Hard-Pressed Rented Terraces,S01010946,Penicuik East - 02,4a,Challenged white communities,S02002054,Penicuik East,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183384 +183384,S00120447,8b2,Hard-Pressed Rented Terraces,S01010946,Penicuik East - 02,4a,Challenged white communities,S02002054,Penicuik East,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183385 +183385,S00120449,8b2,Hard-Pressed Rented Terraces,S01010937,Penicuik Southeast - 04,5c,Comfortable neighbourhoods,S02002052,Penicuik Southeast,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183386 +183386,S00120450,8b2,Hard-Pressed Rented Terraces,S01010946,Penicuik East - 02,4a,Challenged white communities,S02002054,Penicuik East,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183387 +183387,S00120451,8b2,Hard-Pressed Rented Terraces,S01010946,Penicuik East - 02,4a,Challenged white communities,S02002054,Penicuik East,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183388 +183388,S00120452,8b2,Hard-Pressed Rented Terraces,S01010946,Penicuik East - 02,4a,Challenged white communities,S02002054,Penicuik East,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183389 +183389,S00120876,7c1,Challenged Transitionaries,S01010967,Loanhead - 02,4a,Challenged white communities,S02002059,Loanhead,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183390 +183390,S00120939,1b3,Ageing Rural Flat Tenants,S01011000,Shawfair - 01,2d,Rural traits,S02002064,Shawfair,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183391 +183391,S00120479,6a3,Detached Retirement Living,S01010942,Penicuik Southwest - 04,8b,Ageing suburbanites,S02002053,Penicuik Southwest,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183392 +183392,S00120087,7d3,Retired Communal City Dwellers,S01010909,"Port Glasgow Upper, West and Central - 03",5a,Ageing urban communities,S02002048,"Port Glasgow Upper, West and Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183393 +183393,S00120536,7c2,Constrained Young Families,S01011040,Gorebridge and Middleton - 01,4a,Challenged white communities,S02002072,Gorebridge and Middleton,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183394 +183394,S00120880,7c1,Challenged Transitionaries,S01010968,Loanhead - 03,5c,Comfortable neighbourhoods,S02002059,Loanhead,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183395 +183395,S00120506,8c2,Ageing Rural Industry Workers,S01010950,Penicuik North - 02,5c,Comfortable neighbourhoods,S02002055,Penicuik North,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183396 +183396,S00120544,7c2,Constrained Young Families,S01011038,North Gorebridge - 02,4a,Challenged white communities,S02002071,North Gorebridge,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183397 +183397,S00120336,7d3,Retired Communal City Dwellers,S01010867,"Gourock East, Greenock West and Lyle Road - 05",5a,Ageing urban communities,S02002042,"Gourock East, Greenock West and Lyle Road",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183398 +183398,S00120887,7c1,Challenged Transitionaries,S01010970,Loanhead - 05,5c,Comfortable neighbourhoods,S02002059,Loanhead,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183399 +183399,S00120510,6a3,Detached Retirement Living,S01010950,Penicuik North - 02,5c,Comfortable neighbourhoods,S02002055,Penicuik North,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183400 +183400,S00120589,8c2,Ageing Rural Industry Workers,S01010982,Bonnyrigg North - 05,5a,Ageing urban communities,S02002061,Bonnyrigg North,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183401 +183401,S00120547,7c2,Constrained Young Families,S01011038,North Gorebridge - 02,4a,Challenged white communities,S02002071,North Gorebridge,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183402 +183402,S00120642,7c2,Constrained Young Families,S01010978,Bonnyrigg North - 01,4a,Challenged white communities,S02002061,Bonnyrigg North,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183403 +183403,S00120686,7c2,Constrained Young Families,S01011011,Dalkeith - 02,4d,Hard-pressed flat dwellers,S02002066,Dalkeith,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183404 +183404,S00120712,7c2,Constrained Young Families,S01011008,Thornybank - 04,4a,Challenged white communities,S02002065,Thornybank,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183405 +183405,S00120719,7c2,Constrained Young Families,S01011015,Pathhead and Rural East Midlothian - 02,5c,Comfortable neighbourhoods,S02002067,Pathhead and Rural East Midlothian,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183406 +183406,S00120778,7c2,Constrained Young Families,S01011032,Newtongrange - 02,4a,Challenged white communities,S02002070,Newtongrange,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183407 +183407,S00120784,7c2,Constrained Young Families,S01011028,Mayfield - 04,4a,Challenged white communities,S02002069,Mayfield,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183408 +183408,S00120785,7c2,Constrained Young Families,S01011028,Mayfield - 04,4a,Challenged white communities,S02002069,Mayfield,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183409 +183409,S00120802,7c2,Constrained Young Families,S01011029,Mayfield - 05,4a,Challenged white communities,S02002069,Mayfield,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183410 +183410,S00120804,7c2,Constrained Young Families,S01011028,Mayfield - 04,4a,Challenged white communities,S02002069,Mayfield,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183411 +183411,S00120806,7c2,Constrained Young Families,S01011028,Mayfield - 04,4a,Challenged white communities,S02002069,Mayfield,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183412 +183412,S00120816,7c2,Constrained Young Families,S01011027,Mayfield - 03,4d,Hard-pressed flat dwellers,S02002069,Mayfield,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183413 +183413,S00120819,7c2,Constrained Young Families,S01011027,Mayfield - 03,4d,Hard-pressed flat dwellers,S02002069,Mayfield,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183414 +183414,S00120828,7c2,Constrained Young Families,S01011027,Mayfield - 03,4d,Hard-pressed flat dwellers,S02002069,Mayfield,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183415 +183415,S00120877,7c2,Constrained Young Families,S01010967,Loanhead - 02,4a,Challenged white communities,S02002059,Loanhead,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183416 +183416,S00120933,7c2,Constrained Young Families,S01010956,Pentland - 03,2b,Prospering countryside life,S02002056,Pentland,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183417 +183417,S00120941,7c2,Constrained Young Families,S01010972,Bonnyrigg South - 02,4a,Challenged white communities,S02002060,Bonnyrigg South,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183418 +183418,S00120943,7c2,Constrained Young Families,S01010972,Bonnyrigg South - 02,4a,Challenged white communities,S02002060,Bonnyrigg South,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183419 +183419,S00120952,7c2,Constrained Young Families,S01011031,Newtongrange - 01,5c,Comfortable neighbourhoods,S02002070,Newtongrange,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183420 +183420,S00120961,7c2,Constrained Young Families,S01011037,North Gorebridge - 01,4a,Challenged white communities,S02002071,North Gorebridge,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183421 +183421,S00120990,7c2,Constrained Young Families,S01011019,Pathhead and Rural East Midlothian - 06,2b,Prospering countryside life,S02002067,Pathhead and Rural East Midlothian,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183422 +183422,S00121021,7c2,Constrained Young Families,S01010981,Bonnyrigg North - 04,5c,Comfortable neighbourhoods,S02002061,Bonnyrigg North,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183423 +183423,S00121045,7c2,Constrained Young Families,S01011012,Dalkeith - 03,4d,Hard-pressed flat dwellers,S02002066,Dalkeith,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183424 +183424,S00121053,7c2,Constrained Young Families,S01011009,Thornybank - 05,4a,Challenged white communities,S02002065,Thornybank,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183425 +183425,S00121078,7c2,Constrained Young Families,S01011003,Shawfair - 04,4a,Challenged white communities,S02002064,Shawfair,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183426 +183426,S00120424,5b1,Delayed Retirement,S01010934,Penicuik Southeast - 01,8c,Comfortable suburbia,S02002052,Penicuik Southeast,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183427 +183427,S00120427,5b1,Delayed Retirement,S01010936,Penicuik Southeast - 03,5c,Comfortable neighbourhoods,S02002052,Penicuik Southeast,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183428 +183428,S00120675,5b1,Delayed Retirement,S01010999,Eskbank - 06,5c,Comfortable neighbourhoods,S02002063,Eskbank,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183429 +183429,S00120723,5b1,Delayed Retirement,S01010994,Eskbank - 01,8a,Affluent communities,S02002063,Eskbank,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183430 +183430,S00120737,5b1,Delayed Retirement,S01010996,Eskbank - 03,8a,Affluent communities,S02002063,Eskbank,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183431 +183431,S00120429,8b1,Deprived Blue-Collar Terraces,S01010937,Penicuik Southeast - 04,5c,Comfortable neighbourhoods,S02002052,Penicuik Southeast,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183432 +183432,S00120454,8b1,Deprived Blue-Collar Terraces,S01010947,Penicuik East - 03,4a,Challenged white communities,S02002054,Penicuik East,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183433 +183433,S00120663,8b1,Deprived Blue-Collar Terraces,S01010990,Newbattle and Dalhousie - 06,4a,Challenged white communities,S02002062,Newbattle and Dalhousie,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183434 +183434,S00120792,8b1,Deprived Blue-Collar Terraces,S01011021,Easthouses - 01,5d,Endeavouring social renters,S02002068,Easthouses,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183435 +183435,S00120954,8b1,Deprived Blue-Collar Terraces,S01011030,Mayfield - 06,5c,Comfortable neighbourhoods,S02002069,Mayfield,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183436 +183436,S00121064,8b1,Deprived Blue-Collar Terraces,S01011032,Newtongrange - 02,4a,Challenged white communities,S02002070,Newtongrange,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183437 +183437,S00120530,7b2,Deprived Neighbourhoods,S01011043,Gorebridge and Middleton - 04,4a,Challenged white communities,S02002072,Gorebridge and Middleton,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183438 +183438,S00121074,7b2,Deprived Neighbourhoods,S01010965,Straiton - 04,4d,Hard-pressed flat dwellers,S02002058,Straiton,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183439 +183439,S00120456,6a3,Detached Retirement Living,S01010934,Penicuik Southeast - 01,8c,Comfortable suburbia,S02002052,Penicuik Southeast,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183440 +183440,S00120460,6a3,Detached Retirement Living,S01010935,Penicuik Southeast - 02,5c,Comfortable neighbourhoods,S02002052,Penicuik Southeast,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183441 +183441,S00120890,7c1,Challenged Transitionaries,S01010970,Loanhead - 05,5c,Comfortable neighbourhoods,S02002059,Loanhead,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183442 +183442,S00120966,8c2,Ageing Rural Industry Workers,S01010970,Loanhead - 05,5c,Comfortable neighbourhoods,S02002059,Loanhead,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183443 +183443,S00121051,8c2,Ageing Rural Industry Workers,S01011009,Thornybank - 05,4a,Challenged white communities,S02002065,Thornybank,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183444 +183444,S00120513,6a3,Detached Retirement Living,S01010949,Penicuik North - 01,8b,Ageing suburbanites,S02002055,Penicuik North,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183445 +183445,S00121069,8c2,Ageing Rural Industry Workers,S01011018,Pathhead and Rural East Midlothian - 05,5c,Comfortable neighbourhoods,S02002067,Pathhead and Rural East Midlothian,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183446 +183446,S00120896,7c1,Challenged Transitionaries,S01011002,Shawfair - 03,4a,Challenged white communities,S02002064,Shawfair,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183447 +183447,S00120906,1a3,Agricultural Communities,S01010956,Pentland - 03,2b,Prospering countryside life,S02002056,Pentland,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183448 +183448,S00120567,6a3,Detached Retirement Living,S01010957,Roslin and Bilston - 01,8b,Ageing suburbanites,S02002057,Roslin and Bilston,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183449 +183449,S00120624,6a3,Detached Retirement Living,S01010982,Bonnyrigg North - 05,5a,Ageing urban communities,S02002061,Bonnyrigg North,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183450 +183450,S00119781,7d2,Retired Independent City Dwellers,S01010891,Greenock Town Centre and East Central - 02,4d,Hard-pressed flat dwellers,S02002046,Greenock Town Centre and East Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183451 +183451,S00120631,6a3,Detached Retirement Living,S01010984,Bonnyrigg North - 07,8b,Ageing suburbanites,S02002061,Bonnyrigg North,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183452 +183452,S00120898,7c1,Challenged Transitionaries,S01011003,Shawfair - 04,4a,Challenged white communities,S02002064,Shawfair,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183453 +183453,S00120913,1a3,Agricultural Communities,S01011019,Pathhead and Rural East Midlothian - 06,2b,Prospering countryside life,S02002067,Pathhead and Rural East Midlothian,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183454 +183454,S00119880,7d2,Retired Independent City Dwellers,S01010893,Greenock Town Centre and East Central - 04,4d,Hard-pressed flat dwellers,S02002046,Greenock Town Centre and East Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183455 +183455,S00120656,6a3,Detached Retirement Living,S01010995,Eskbank - 02,8c,Comfortable suburbia,S02002063,Eskbank,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183456 +183456,S00120672,6a3,Detached Retirement Living,S01010996,Eskbank - 03,8a,Affluent communities,S02002063,Eskbank,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183457 +183457,S00120731,6a3,Detached Retirement Living,S01010996,Eskbank - 03,8a,Affluent communities,S02002063,Eskbank,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183458 +183458,S00120733,6a3,Detached Retirement Living,S01010997,Eskbank - 04,8b,Ageing suburbanites,S02002063,Eskbank,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183459 +183459,S00120734,6a3,Detached Retirement Living,S01010997,Eskbank - 04,8b,Ageing suburbanites,S02002063,Eskbank,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183460 +183460,S00120740,6a3,Detached Retirement Living,S01010997,Eskbank - 04,8b,Ageing suburbanites,S02002063,Eskbank,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183461 +183461,S00120742,6a3,Detached Retirement Living,S01010999,Eskbank - 06,5c,Comfortable neighbourhoods,S02002063,Eskbank,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183462 +183462,S00120743,6a3,Detached Retirement Living,S01010999,Eskbank - 06,5c,Comfortable neighbourhoods,S02002063,Eskbank,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183463 +183463,S00120847,6a3,Detached Retirement Living,S01010962,Straiton - 01,8b,Ageing suburbanites,S02002058,Straiton,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183464 +183464,S00120849,6a3,Detached Retirement Living,S01010962,Straiton - 01,8b,Ageing suburbanites,S02002058,Straiton,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183465 +183465,S00120850,6a3,Detached Retirement Living,S01010962,Straiton - 01,8b,Ageing suburbanites,S02002058,Straiton,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183466 +183466,S00120864,6a3,Detached Retirement Living,S01010969,Loanhead - 04,5a,Ageing urban communities,S02002059,Loanhead,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183467 +183467,S00120938,6a3,Detached Retirement Living,S01010984,Bonnyrigg North - 07,8b,Ageing suburbanites,S02002061,Bonnyrigg North,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183468 +183468,S00121003,6a3,Detached Retirement Living,S01010940,Penicuik Southwest - 02,8b,Ageing suburbanites,S02002053,Penicuik Southwest,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183469 +183469,S00121055,6a3,Detached Retirement Living,S01010997,Eskbank - 04,8b,Ageing suburbanites,S02002063,Eskbank,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183470 +183470,S00121056,6a3,Detached Retirement Living,S01010997,Eskbank - 04,8b,Ageing suburbanites,S02002063,Eskbank,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183471 +183471,S00121065,6a3,Detached Retirement Living,S01011030,Mayfield - 06,5c,Comfortable neighbourhoods,S02002069,Mayfield,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183472 +183472,S00120729,1c3,Detached Rural Retirement,S01010994,Eskbank - 01,8a,Affluent communities,S02002063,Eskbank,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183473 +183473,S00120746,1c3,Detached Rural Retirement,S01010998,Eskbank - 05,8a,Affluent communities,S02002063,Eskbank,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183474 +183474,S00120909,1c3,Detached Rural Retirement,S01010930,Rural South Midlothian - 01,2b,Prospering countryside life,S02002051,Rural South Midlothian,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183475 +183475,S00120973,1c3,Detached Rural Retirement,S01010982,Bonnyrigg North - 05,5a,Ageing urban communities,S02002061,Bonnyrigg North,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183476 +183476,S00120545,7b1,Eastern European Communities,S01011038,North Gorebridge - 02,4a,Challenged white communities,S02002071,North Gorebridge,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183477 +183477,S00120685,7b1,Eastern European Communities,S01011011,Dalkeith - 02,4d,Hard-pressed flat dwellers,S02002066,Dalkeith,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183478 +183478,S00120692,7b1,Eastern European Communities,S01011012,Dalkeith - 03,4d,Hard-pressed flat dwellers,S02002066,Dalkeith,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183479 +183479,S00120698,7b1,Eastern European Communities,S01011012,Dalkeith - 03,4d,Hard-pressed flat dwellers,S02002066,Dalkeith,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183480 +183480,S00120827,7b1,Eastern European Communities,S01011024,Easthouses - 04,4a,Challenged white communities,S02002068,Easthouses,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183481 +183481,S00121042,7b1,Eastern European Communities,S01011010,Dalkeith - 01,4d,Hard-pressed flat dwellers,S02002066,Dalkeith,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183482 +183482,S00121043,7b1,Eastern European Communities,S01011011,Dalkeith - 02,4d,Hard-pressed flat dwellers,S02002066,Dalkeith,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183483 +183483,S00121044,7b1,Eastern European Communities,S01011011,Dalkeith - 02,4d,Hard-pressed flat dwellers,S02002066,Dalkeith,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183484 +183484,S00121046,7b1,Eastern European Communities,S01011012,Dalkeith - 03,4d,Hard-pressed flat dwellers,S02002066,Dalkeith,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183485 +183485,S00120406,7b3,Endeavouring Flat Dwellers,S01011037,North Gorebridge - 01,4a,Challenged white communities,S02002071,North Gorebridge,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183486 +183486,S00120480,7b3,Endeavouring Flat Dwellers,S01010939,Penicuik Southwest - 01,5c,Comfortable neighbourhoods,S02002053,Penicuik Southwest,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183487 +183487,S00120639,7b3,Endeavouring Flat Dwellers,S01010978,Bonnyrigg North - 01,4a,Challenged white communities,S02002061,Bonnyrigg North,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183488 +183488,S00120673,7b3,Endeavouring Flat Dwellers,S01011010,Dalkeith - 01,4d,Hard-pressed flat dwellers,S02002066,Dalkeith,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183489 +183489,S00120678,7b3,Endeavouring Flat Dwellers,S01011011,Dalkeith - 02,4d,Hard-pressed flat dwellers,S02002066,Dalkeith,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183490 +183490,S00120679,7b3,Endeavouring Flat Dwellers,S01011011,Dalkeith - 02,4d,Hard-pressed flat dwellers,S02002066,Dalkeith,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183491 +183491,S00120680,7b3,Endeavouring Flat Dwellers,S01011010,Dalkeith - 01,4d,Hard-pressed flat dwellers,S02002066,Dalkeith,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183492 +183492,S00120902,7c1,Challenged Transitionaries,S01011002,Shawfair - 03,4a,Challenged white communities,S02002064,Shawfair,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183493 +183493,S00120916,7c1,Challenged Transitionaries,S01010948,Penicuik East - 04,4a,Challenged white communities,S02002054,Penicuik East,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183494 +183494,S00120915,1a3,Agricultural Communities,S01011017,Pathhead and Rural East Midlothian - 04,2b,Prospering countryside life,S02002067,Pathhead and Rural East Midlothian,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183495 +183495,S00120937,7c1,Challenged Transitionaries,S01011000,Shawfair - 01,2d,Rural traits,S02002064,Shawfair,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183496 +183496,S00120972,1a3,Agricultural Communities,S01011019,Pathhead and Rural East Midlothian - 06,2b,Prospering countryside life,S02002067,Pathhead and Rural East Midlothian,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183497 +183497,S00120944,7c1,Challenged Transitionaries,S01010975,Bonnyrigg South - 05,4a,Challenged white communities,S02002060,Bonnyrigg South,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183498 +183498,S00119972,7d2,Retired Independent City Dwellers,S01010870,Greenock West and Central - 01,5a,Ageing urban communities,S02002043,Greenock West and Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183499 +183499,S00120423,7c1,Challenged Transitionaries,S01010935,Penicuik Southeast - 02,5c,Comfortable neighbourhoods,S02002052,Penicuik Southeast,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183500 +183500,S00120947,7c1,Challenged Transitionaries,S01011005,Thornybank - 01,4d,Hard-pressed flat dwellers,S02002065,Thornybank,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183501 +183501,S00120003,7d2,Retired Independent City Dwellers,S01010856,"Lower Bow and Larkfield, Fancy Farm, Mallard Bowl - 01",4a,Challenged white communities,S02002041,"Lower Bow and Larkfield, Fancy Farm, Mallard Bowl",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183502 +183502,S00120425,7c1,Challenged Transitionaries,S01010936,Penicuik Southeast - 03,5c,Comfortable neighbourhoods,S02002052,Penicuik Southeast,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183503 +183503,S00120948,7c1,Challenged Transitionaries,S01011014,Pathhead and Rural East Midlothian - 01,5c,Comfortable neighbourhoods,S02002067,Pathhead and Rural East Midlothian,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183504 +183504,S00120091,7d2,Retired Independent City Dwellers,S01010912,"Port Glasgow Upper, West and Central - 06",4d,Hard-pressed flat dwellers,S02002048,"Port Glasgow Upper, West and Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183505 +183505,S00120433,7c1,Challenged Transitionaries,S01010938,Penicuik Southeast - 05,4a,Challenged white communities,S02002052,Penicuik Southeast,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183506 +183506,S00120958,7c1,Challenged Transitionaries,S01011037,North Gorebridge - 01,4a,Challenged white communities,S02002071,North Gorebridge,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183507 +183507,S00120094,7d2,Retired Independent City Dwellers,S01010911,"Port Glasgow Upper, West and Central - 05",4d,Hard-pressed flat dwellers,S02002048,"Port Glasgow Upper, West and Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183508 +183508,S00120442,7c1,Challenged Transitionaries,S01010945,Penicuik East - 01,4a,Challenged white communities,S02002054,Penicuik East,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183509 +183509,S00120483,7c1,Challenged Transitionaries,S01010944,Penicuik Southwest - 06,4d,Hard-pressed flat dwellers,S02002053,Penicuik Southwest,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183510 +183510,S00120484,7c1,Challenged Transitionaries,S01010944,Penicuik Southwest - 06,4d,Hard-pressed flat dwellers,S02002053,Penicuik Southwest,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183511 +183511,S00120486,7c1,Challenged Transitionaries,S01010944,Penicuik Southwest - 06,4d,Hard-pressed flat dwellers,S02002053,Penicuik Southwest,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183512 +183512,S00120490,7c1,Challenged Transitionaries,S01010943,Penicuik Southwest - 05,4a,Challenged white communities,S02002053,Penicuik Southwest,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183513 +183513,S00120501,7c1,Challenged Transitionaries,S01010950,Penicuik North - 02,5c,Comfortable neighbourhoods,S02002055,Penicuik North,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183514 +183514,S00120519,7c1,Challenged Transitionaries,S01011044,Gorebridge and Middleton - 05,4a,Challenged white communities,S02002072,Gorebridge and Middleton,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183515 +183515,S00120531,7c1,Challenged Transitionaries,S01011041,Gorebridge and Middleton - 02,4a,Challenged white communities,S02002072,Gorebridge and Middleton,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183516 +183516,S00120551,7c1,Challenged Transitionaries,S01010960,Roslin and Bilston - 04,5c,Comfortable neighbourhoods,S02002057,Roslin and Bilston,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183517 +183517,S00120579,7c1,Challenged Transitionaries,S01010959,Roslin and Bilston - 03,5c,Comfortable neighbourhoods,S02002057,Roslin and Bilston,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183518 +183518,S00120606,7c1,Challenged Transitionaries,S01010975,Bonnyrigg South - 05,4a,Challenged white communities,S02002060,Bonnyrigg South,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183519 +183519,S00120612,7c1,Challenged Transitionaries,S01010979,Bonnyrigg North - 02,4a,Challenged white communities,S02002061,Bonnyrigg North,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183520 +183520,S00120615,7c1,Challenged Transitionaries,S01010981,Bonnyrigg North - 04,5c,Comfortable neighbourhoods,S02002061,Bonnyrigg North,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183521 +183521,S00120627,7c1,Challenged Transitionaries,S01010984,Bonnyrigg North - 07,8b,Ageing suburbanites,S02002061,Bonnyrigg North,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183522 +183522,S00120645,7c1,Challenged Transitionaries,S01010980,Bonnyrigg North - 03,5c,Comfortable neighbourhoods,S02002061,Bonnyrigg North,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183523 +183523,S00120646,7c1,Challenged Transitionaries,S01010980,Bonnyrigg North - 03,5c,Comfortable neighbourhoods,S02002061,Bonnyrigg North,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183524 +183524,S00120649,7c1,Challenged Transitionaries,S01010983,Bonnyrigg North - 06,5c,Comfortable neighbourhoods,S02002061,Bonnyrigg North,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183525 +183525,S00120657,7c1,Challenged Transitionaries,S01010985,Newbattle and Dalhousie - 01,4a,Challenged white communities,S02002062,Newbattle and Dalhousie,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183526 +183526,S00120689,7c1,Challenged Transitionaries,S01011005,Thornybank - 01,4d,Hard-pressed flat dwellers,S02002065,Thornybank,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183527 +183527,S00120702,7c1,Challenged Transitionaries,S01011006,Thornybank - 02,5c,Comfortable neighbourhoods,S02002065,Thornybank,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183528 +183528,S00120711,7c1,Challenged Transitionaries,S01011008,Thornybank - 04,4a,Challenged white communities,S02002065,Thornybank,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183529 +183529,S00120717,7c1,Challenged Transitionaries,S01011009,Thornybank - 05,4a,Challenged white communities,S02002065,Thornybank,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183530 +183530,S00120718,7c1,Challenged Transitionaries,S01011013,Dalkeith - 04,4a,Challenged white communities,S02002066,Dalkeith,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183531 +183531,S00120767,7c1,Challenged Transitionaries,S01011032,Newtongrange - 02,4a,Challenged white communities,S02002070,Newtongrange,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183532 +183532,S00120775,7c1,Challenged Transitionaries,S01011031,Newtongrange - 01,5c,Comfortable neighbourhoods,S02002070,Newtongrange,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183533 +183533,S00120776,7c1,Challenged Transitionaries,S01011032,Newtongrange - 02,4a,Challenged white communities,S02002070,Newtongrange,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183534 +183534,S00120779,7c1,Challenged Transitionaries,S01011031,Newtongrange - 01,5c,Comfortable neighbourhoods,S02002070,Newtongrange,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183535 +183535,S00120797,7c1,Challenged Transitionaries,S01011030,Mayfield - 06,5c,Comfortable neighbourhoods,S02002069,Mayfield,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183536 +183536,S00120962,7c1,Challenged Transitionaries,S01011037,North Gorebridge - 01,4a,Challenged white communities,S02002071,North Gorebridge,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183537 +183537,S00120095,7d2,Retired Independent City Dwellers,S01010911,"Port Glasgow Upper, West and Central - 05",4d,Hard-pressed flat dwellers,S02002048,"Port Glasgow Upper, West and Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183538 +183538,S00121060,7c1,Challenged Transitionaries,S01011036,Newtongrange - 06,5c,Comfortable neighbourhoods,S02002070,Newtongrange,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183539 +183539,S00120135,7d2,Retired Independent City Dwellers,S01010917,"Port Glasgow Mid, East and Central - 02",4a,Challenged white communities,S02002049,"Port Glasgow Mid, East and Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183540 +183540,S00121063,7c1,Challenged Transitionaries,S01011032,Newtongrange - 02,4a,Challenged white communities,S02002070,Newtongrange,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183541 +183541,S00120180,7d2,Retired Independent City Dwellers,S01010917,"Port Glasgow Mid, East and Central - 02",4a,Challenged white communities,S02002049,"Port Glasgow Mid, East and Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183542 +183542,S00121085,7c1,Challenged Transitionaries,S01010936,Penicuik Southeast - 03,5c,Comfortable neighbourhoods,S02002052,Penicuik Southeast,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183543 +183543,S00120382,6a2,Comfortable Suburbia,S01010992,Newbattle and Dalhousie - 08,8c,Comfortable suburbia,S02002062,Newbattle and Dalhousie,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183544 +183544,S00120387,6a2,Comfortable Suburbia,S01010989,Newbattle and Dalhousie - 05,8c,Comfortable suburbia,S02002062,Newbattle and Dalhousie,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183545 +183545,S00120390,6a2,Comfortable Suburbia,S01011000,Shawfair - 01,2d,Rural traits,S02002064,Shawfair,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183546 +183546,S00120399,6a2,Comfortable Suburbia,S01011016,Pathhead and Rural East Midlothian - 03,3a,Achieving neighbourhoods,S02002067,Pathhead and Rural East Midlothian,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183547 +183547,S00120402,6a2,Comfortable Suburbia,S01011006,Thornybank - 02,5c,Comfortable neighbourhoods,S02002065,Thornybank,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183548 +183548,S00120473,6a2,Comfortable Suburbia,S01010941,Penicuik Southwest - 03,8b,Ageing suburbanites,S02002053,Penicuik Southwest,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183549 +183549,S00120666,6a2,Comfortable Suburbia,S01010986,Newbattle and Dalhousie - 02,8c,Comfortable suburbia,S02002062,Newbattle and Dalhousie,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183550 +183550,S00120728,6a2,Comfortable Suburbia,S01010994,Eskbank - 01,8a,Affluent communities,S02002063,Eskbank,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183551 +183551,S00120745,6a2,Comfortable Suburbia,S01010999,Eskbank - 06,5c,Comfortable neighbourhoods,S02002063,Eskbank,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183552 +183552,S00120919,6a2,Comfortable Suburbia,S01010933,Rural South Midlothian - 04,2b,Prospering countryside life,S02002051,Rural South Midlothian,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183553 +183553,S00120921,6a2,Comfortable Suburbia,S01010933,Rural South Midlothian - 04,2b,Prospering countryside life,S02002051,Rural South Midlothian,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183554 +183554,S00120924,6a2,Comfortable Suburbia,S01011044,Gorebridge and Middleton - 05,4a,Challenged white communities,S02002072,Gorebridge and Middleton,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183555 +183555,S00120932,6a2,Comfortable Suburbia,S01010955,Pentland - 02,3a,Achieving neighbourhoods,S02002056,Pentland,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183556 +183556,S00120951,6a2,Comfortable Suburbia,S01010992,Newbattle and Dalhousie - 08,8c,Comfortable suburbia,S02002062,Newbattle and Dalhousie,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183557 +183557,S00120975,6a2,Comfortable Suburbia,S01010960,Roslin and Bilston - 04,5c,Comfortable neighbourhoods,S02002057,Roslin and Bilston,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183558 +183558,S00121029,6a2,Comfortable Suburbia,S01010987,Newbattle and Dalhousie - 03,8c,Comfortable suburbia,S02002062,Newbattle and Dalhousie,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183559 +183559,S00121030,6a2,Comfortable Suburbia,S01010988,Newbattle and Dalhousie - 04,8c,Comfortable suburbia,S02002062,Newbattle and Dalhousie,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183560 +183560,S00121033,6a2,Comfortable Suburbia,S01010987,Newbattle and Dalhousie - 03,8c,Comfortable suburbia,S02002062,Newbattle and Dalhousie,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183561 +183561,S00121034,6a2,Comfortable Suburbia,S01010988,Newbattle and Dalhousie - 04,8c,Comfortable suburbia,S02002062,Newbattle and Dalhousie,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183562 +183562,S00121035,6a2,Comfortable Suburbia,S01010987,Newbattle and Dalhousie - 03,8c,Comfortable suburbia,S02002062,Newbattle and Dalhousie,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183563 +183563,S00121036,6a2,Comfortable Suburbia,S01010986,Newbattle and Dalhousie - 02,8c,Comfortable suburbia,S02002062,Newbattle and Dalhousie,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183564 +183564,S00121038,6a2,Comfortable Suburbia,S01010987,Newbattle and Dalhousie - 03,8c,Comfortable suburbia,S02002062,Newbattle and Dalhousie,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183565 +183565,S00121048,6a2,Comfortable Suburbia,S01011006,Thornybank - 02,5c,Comfortable neighbourhoods,S02002065,Thornybank,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183566 +183566,S00121057,6a2,Comfortable Suburbia,S01010993,Newbattle and Dalhousie - 09,8b,Ageing suburbanites,S02002062,Newbattle and Dalhousie,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183567 +183567,S00121071,6a2,Comfortable Suburbia,S01010963,Straiton - 02,5c,Comfortable neighbourhoods,S02002058,Straiton,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183568 +183568,S00120590,5b2,Communal Retirement,S01010982,Bonnyrigg North - 05,5a,Ageing urban communities,S02002061,Bonnyrigg North,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183569 +183569,S00120187,7d2,Retired Independent City Dwellers,S01010842,"Gourock Central, Upper East and IRH - 01",4d,Hard-pressed flat dwellers,S02002039,"Gourock Central, Upper East and IRH",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183570 +183570,S00120217,7d2,Retired Independent City Dwellers,S01010893,Greenock Town Centre and East Central - 04,4d,Hard-pressed flat dwellers,S02002046,Greenock Town Centre and East Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183571 +183571,S00120237,7d2,Retired Independent City Dwellers,S01010911,"Port Glasgow Upper, West and Central - 05",4d,Hard-pressed flat dwellers,S02002048,"Port Glasgow Upper, West and Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183572 +183572,S00120240,7d2,Retired Independent City Dwellers,S01010911,"Port Glasgow Upper, West and Central - 05",4d,Hard-pressed flat dwellers,S02002048,"Port Glasgow Upper, West and Central",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183573 +183573,S00120309,7d2,Retired Independent City Dwellers,S01010903,Greenock East - 06,4d,Hard-pressed flat dwellers,S02002047,Greenock East,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183574 +183574,S00120321,7d2,Retired Independent City Dwellers,S01010892,Greenock Town Centre and East Central - 03,4d,Hard-pressed flat dwellers,S02002046,Greenock Town Centre and East Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183575 +183575,S00120276,1c1,Rural Employment and Retirees,S01010825,Inverkip and Wemyss Bay - 02,2b,Prospering countryside life,S02002036,Inverkip and Wemyss Bay,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183576 +183576,S00119675,5b3,Self-Sufficient Retirement,S01010818,Kilmacolm Central - 03,5c,Comfortable neighbourhoods,S02002034,Kilmacolm Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183577 +183577,S00119688,5b3,Self-Sufficient Retirement,S01010829,Inverkip and Wemyss Bay - 06,5c,Comfortable neighbourhoods,S02002036,Inverkip and Wemyss Bay,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183578 +183578,S00119689,5b3,Self-Sufficient Retirement,S01010829,Inverkip and Wemyss Bay - 06,5c,Comfortable neighbourhoods,S02002036,Inverkip and Wemyss Bay,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183579 +183579,S00119720,5b3,Self-Sufficient Retirement,S01010839,Gourock Upper and West Central and Upper Larkfield - 04,5c,Comfortable neighbourhoods,S02002038,Gourock Upper and West Central and Upper Larkfield,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183580 +183580,S00119721,5b3,Self-Sufficient Retirement,S01010838,Gourock Upper and West Central and Upper Larkfield - 03,5c,Comfortable neighbourhoods,S02002038,Gourock Upper and West Central and Upper Larkfield,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183581 +183581,S00119738,5b3,Self-Sufficient Retirement,S01010841,Gourock Upper and West Central and Upper Larkfield - 06,3a,Achieving neighbourhoods,S02002038,Gourock Upper and West Central and Upper Larkfield,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183582 +183582,S00119756,5b3,Self-Sufficient Retirement,S01010844,"Gourock Central, Upper East and IRH - 03",8c,Comfortable suburbia,S02002039,"Gourock Central, Upper East and IRH",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183583 +183583,S00119761,5b3,Self-Sufficient Retirement,S01010845,"Gourock Central, Upper East and IRH - 04",5c,Comfortable neighbourhoods,S02002039,"Gourock Central, Upper East and IRH",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183584 +183584,S00119802,5b3,Self-Sufficient Retirement,S01010895,Greenock Town Centre and East Central - 06,4d,Hard-pressed flat dwellers,S02002046,Greenock Town Centre and East Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183585 +183585,S00119924,5b3,Self-Sufficient Retirement,S01010863,"Gourock East, Greenock West and Lyle Road - 01",5a,Ageing urban communities,S02002042,"Gourock East, Greenock West and Lyle Road",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183586 +183586,S00119925,5b3,Self-Sufficient Retirement,S01010863,"Gourock East, Greenock West and Lyle Road - 01",5a,Ageing urban communities,S02002042,"Gourock East, Greenock West and Lyle Road",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183587 +183587,S00119926,5b3,Self-Sufficient Retirement,S01010865,"Gourock East, Greenock West and Lyle Road - 03",8a,Affluent communities,S02002042,"Gourock East, Greenock West and Lyle Road",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183588 +183588,S00119934,5b3,Self-Sufficient Retirement,S01010863,"Gourock East, Greenock West and Lyle Road - 01",5a,Ageing urban communities,S02002042,"Gourock East, Greenock West and Lyle Road",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183589 +183589,S00119935,5b3,Self-Sufficient Retirement,S01010866,"Gourock East, Greenock West and Lyle Road - 04",5a,Ageing urban communities,S02002042,"Gourock East, Greenock West and Lyle Road",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183590 +183590,S00119937,5b3,Self-Sufficient Retirement,S01010866,"Gourock East, Greenock West and Lyle Road - 04",5a,Ageing urban communities,S02002042,"Gourock East, Greenock West and Lyle Road",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183591 +183591,S00119940,5b3,Self-Sufficient Retirement,S01010867,"Gourock East, Greenock West and Lyle Road - 05",5a,Ageing urban communities,S02002042,"Gourock East, Greenock West and Lyle Road",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183592 +183592,S00119954,5b3,Self-Sufficient Retirement,S01010877,Greenock West and Central - 08,4d,Hard-pressed flat dwellers,S02002043,Greenock West and Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183593 +183593,S00119961,5b3,Self-Sufficient Retirement,S01010869,"Gourock East, Greenock West and Lyle Road - 07",8a,Affluent communities,S02002042,"Gourock East, Greenock West and Lyle Road",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183594 +183594,S00119964,5b3,Self-Sufficient Retirement,S01010868,"Gourock East, Greenock West and Lyle Road - 06",5a,Ageing urban communities,S02002042,"Gourock East, Greenock West and Lyle Road",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183595 +183595,S00119965,5b3,Self-Sufficient Retirement,S01010868,"Gourock East, Greenock West and Lyle Road - 06",5a,Ageing urban communities,S02002042,"Gourock East, Greenock West and Lyle Road",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183596 +183596,S00119983,5b3,Self-Sufficient Retirement,S01010874,Greenock West and Central - 05,3a,Achieving neighbourhoods,S02002043,Greenock West and Central,S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183597 +183597,S00120016,5b3,Self-Sufficient Retirement,S01010878,"Bow Farm, Barrs Cottage, Cowdenknowes and Overton - 01",4d,Hard-pressed flat dwellers,S02002044,"Bow Farm, Barrs Cottage, Cowdenknowes and Overton",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183598 +183598,S00120017,5b3,Self-Sufficient Retirement,S01010878,"Bow Farm, Barrs Cottage, Cowdenknowes and Overton - 01",4d,Hard-pressed flat dwellers,S02002044,"Bow Farm, Barrs Cottage, Cowdenknowes and Overton",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183599 +183599,S00120020,5b3,Self-Sufficient Retirement,S01010881,"Bow Farm, Barrs Cottage, Cowdenknowes and Overton - 04",5c,Comfortable neighbourhoods,S02002044,"Bow Farm, Barrs Cottage, Cowdenknowes and Overton",S12000018,Inverclyde,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183600 +183600,S00120644,8c3,Renting Hard-Pressed Workers,S01010980,Bonnyrigg North - 03,5c,Comfortable neighbourhoods,S02002061,Bonnyrigg North,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183601 +183601,S00120647,8c3,Renting Hard-Pressed Workers,S01010980,Bonnyrigg North - 03,5c,Comfortable neighbourhoods,S02002061,Bonnyrigg North,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183602 +183602,S00120650,8c3,Renting Hard-Pressed Workers,S01010985,Newbattle and Dalhousie - 01,4a,Challenged white communities,S02002062,Newbattle and Dalhousie,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183603 +183603,S00120936,6b4,Older Workers and Retirement,S01010971,Bonnyrigg South - 01,5c,Comfortable neighbourhoods,S02002060,Bonnyrigg South,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183604 +183604,S00120453,8b2,Hard-Pressed Rented Terraces,S01010947,Penicuik East - 03,4a,Challenged white communities,S02002054,Penicuik East,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183605 +183605,S00120700,8b2,Hard-Pressed Rented Terraces,S01011007,Thornybank - 03,4a,Challenged white communities,S02002065,Thornybank,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183606 +183606,S00120872,8b2,Hard-Pressed Rented Terraces,S01010967,Loanhead - 02,4a,Challenged white communities,S02002059,Loanhead,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183607 +183607,S00120713,8c3,Renting Hard-Pressed Workers,S01011008,Thornybank - 04,4a,Challenged white communities,S02002065,Thornybank,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183608 +183608,S00120795,8c3,Renting Hard-Pressed Workers,S01011030,Mayfield - 06,5c,Comfortable neighbourhoods,S02002069,Mayfield,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183609 +183609,S00120805,8c3,Renting Hard-Pressed Workers,S01011028,Mayfield - 04,4a,Challenged white communities,S02002069,Mayfield,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183610 +183610,S00120815,8c3,Renting Hard-Pressed Workers,S01011027,Mayfield - 03,4d,Hard-pressed flat dwellers,S02002069,Mayfield,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183611 +183611,S00120842,8c3,Renting Hard-Pressed Workers,S01011018,Pathhead and Rural East Midlothian - 05,5c,Comfortable neighbourhoods,S02002067,Pathhead and Rural East Midlothian,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183612 +183612,S00120894,8c3,Renting Hard-Pressed Workers,S01011001,Shawfair - 02,4a,Challenged white communities,S02002064,Shawfair,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183613 +183613,S00120903,8c3,Renting Hard-Pressed Workers,S01011002,Shawfair - 03,4a,Challenged white communities,S02002064,Shawfair,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183614 +183614,S00120905,8c3,Renting Hard-Pressed Workers,S01011002,Shawfair - 03,4a,Challenged white communities,S02002064,Shawfair,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183615 +183615,S00120935,8c3,Renting Hard-Pressed Workers,S01010932,Rural South Midlothian - 03,5c,Comfortable neighbourhoods,S02002051,Rural South Midlothian,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183616 +183616,S00120982,8c3,Renting Hard-Pressed Workers,S01010972,Bonnyrigg South - 02,4a,Challenged white communities,S02002060,Bonnyrigg South,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183617 +183617,S00121019,8c3,Renting Hard-Pressed Workers,S01010971,Bonnyrigg South - 01,5c,Comfortable neighbourhoods,S02002060,Bonnyrigg South,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183618 +183618,S00121054,8c3,Renting Hard-Pressed Workers,S01011009,Thornybank - 05,4a,Challenged white communities,S02002065,Thornybank,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183619 +183619,S00120411,1c2,Renting Rural Retirement,S01010932,Rural South Midlothian - 03,5c,Comfortable neighbourhoods,S02002051,Rural South Midlothian,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183620 +183620,S00120786,7d4,Retired City Hardship,S01011027,Mayfield - 03,4d,Hard-pressed flat dwellers,S02002069,Mayfield,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183621 +183621,S00120485,7d3,Retired Communal City Dwellers,S01010944,Penicuik Southwest - 06,4d,Hard-pressed flat dwellers,S02002053,Penicuik Southwest,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183622 +183622,S00120741,7d3,Retired Communal City Dwellers,S01010999,Eskbank - 06,5c,Comfortable neighbourhoods,S02002063,Eskbank,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183623 +183623,S00120761,7d3,Retired Communal City Dwellers,S01011034,Newtongrange - 04,5c,Comfortable neighbourhoods,S02002070,Newtongrange,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183624 +183624,S00120774,8a2,Industrious Hardship,S01011031,Newtongrange - 01,5c,Comfortable neighbourhoods,S02002070,Newtongrange,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183625 +183625,S00120868,7d3,Retired Communal City Dwellers,S01010969,Loanhead - 04,5a,Ageing urban communities,S02002059,Loanhead,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183626 +183626,S00121008,7d3,Retired Communal City Dwellers,S01011041,Gorebridge and Middleton - 02,4a,Challenged white communities,S02002072,Gorebridge and Middleton,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183627 +183627,S00121040,7d3,Retired Communal City Dwellers,S01011010,Dalkeith - 01,4d,Hard-pressed flat dwellers,S02002066,Dalkeith,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183628 +183628,S00120426,7d2,Retired Independent City Dwellers,S01010936,Penicuik Southeast - 03,5c,Comfortable neighbourhoods,S02002052,Penicuik Southeast,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183629 +183629,S00120640,7d2,Retired Independent City Dwellers,S01010978,Bonnyrigg North - 01,4a,Challenged white communities,S02002061,Bonnyrigg North,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183630 +183630,S00120677,7d2,Retired Independent City Dwellers,S01011011,Dalkeith - 02,4d,Hard-pressed flat dwellers,S02002066,Dalkeith,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183631 +183631,S00121020,7d2,Retired Independent City Dwellers,S01010981,Bonnyrigg North - 04,5c,Comfortable neighbourhoods,S02002061,Bonnyrigg North,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183632 +183632,S00120415,1c1,Rural Employment and Retirees,S01010930,Rural South Midlothian - 01,2b,Prospering countryside life,S02002051,Rural South Midlothian,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183633 +183633,S00120974,1c1,Rural Employment and Retirees,S01010960,Roslin and Bilston - 04,5c,Comfortable neighbourhoods,S02002057,Roslin and Bilston,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183634 +183634,S00120401,1b1,Rural Life,S01011017,Pathhead and Rural East Midlothian - 04,2b,Prospering countryside life,S02002067,Pathhead and Rural East Midlothian,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183635 +183635,S00121000,1b1,Rural Life,S01010939,Penicuik Southwest - 01,5c,Comfortable neighbourhoods,S02002053,Penicuik Southwest,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183636 +183636,S00120385,1b2,Rural White-Collar Workers,S01010991,Newbattle and Dalhousie - 07,2d,Rural traits,S02002062,Newbattle and Dalhousie,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183637 +183637,S00120393,1b2,Rural White-Collar Workers,S01011000,Shawfair - 01,2d,Rural traits,S02002064,Shawfair,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183638 +183638,S00120397,1b2,Rural White-Collar Workers,S01011017,Pathhead and Rural East Midlothian - 04,2b,Prospering countryside life,S02002067,Pathhead and Rural East Midlothian,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183639 +183639,S00120405,1b2,Rural White-Collar Workers,S01011006,Thornybank - 02,5c,Comfortable neighbourhoods,S02002065,Thornybank,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183640 +183640,S00120412,1b2,Rural White-Collar Workers,S01010933,Rural South Midlothian - 04,2b,Prospering countryside life,S02002051,Rural South Midlothian,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183641 +183641,S00120416,1b2,Rural White-Collar Workers,S01010930,Rural South Midlothian - 01,2b,Prospering countryside life,S02002051,Rural South Midlothian,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183642 +183642,S00120417,1b2,Rural White-Collar Workers,S01010930,Rural South Midlothian - 01,2b,Prospering countryside life,S02002051,Rural South Midlothian,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183643 +183643,S00120418,1b2,Rural White-Collar Workers,S01010955,Pentland - 02,3a,Achieving neighbourhoods,S02002056,Pentland,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183644 +183644,S00120419,1b2,Rural White-Collar Workers,S01011019,Pathhead and Rural East Midlothian - 06,2b,Prospering countryside life,S02002067,Pathhead and Rural East Midlothian,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183645 +183645,S00120420,1b2,Rural White-Collar Workers,S01011019,Pathhead and Rural East Midlothian - 06,2b,Prospering countryside life,S02002067,Pathhead and Rural East Midlothian,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183646 +183646,S00120421,1b2,Rural White-Collar Workers,S01011019,Pathhead and Rural East Midlothian - 06,2b,Prospering countryside life,S02002067,Pathhead and Rural East Midlothian,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183647 +183647,S00120422,1b2,Rural White-Collar Workers,S01011017,Pathhead and Rural East Midlothian - 04,2b,Prospering countryside life,S02002067,Pathhead and Rural East Midlothian,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183648 +183648,S00120556,1b2,Rural White-Collar Workers,S01010956,Pentland - 03,2b,Prospering countryside life,S02002056,Pentland,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183649 +183649,S00120908,1b2,Rural White-Collar Workers,S01010930,Rural South Midlothian - 01,2b,Prospering countryside life,S02002051,Rural South Midlothian,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183650 +183650,S00120914,1b2,Rural White-Collar Workers,S01011017,Pathhead and Rural East Midlothian - 04,2b,Prospering countryside life,S02002067,Pathhead and Rural East Midlothian,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183651 +183651,S00120965,1b2,Rural White-Collar Workers,S01010931,Rural South Midlothian - 02,2c,Remoter communities,S02002051,Rural South Midlothian,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183652 +183652,S00120968,1b2,Rural White-Collar Workers,S01010931,Rural South Midlothian - 02,2c,Remoter communities,S02002051,Rural South Midlothian,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183653 +183653,S00120969,1b2,Rural White-Collar Workers,S01010931,Rural South Midlothian - 02,2c,Remoter communities,S02002051,Rural South Midlothian,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183654 +183654,S00120971,1b2,Rural White-Collar Workers,S01011020,Pathhead and Rural East Midlothian - 07,2b,Prospering countryside life,S02002067,Pathhead and Rural East Midlothian,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183655 +183655,S00120987,1b2,Rural White-Collar Workers,S01011020,Pathhead and Rural East Midlothian - 07,2b,Prospering countryside life,S02002067,Pathhead and Rural East Midlothian,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183656 +183656,S00120670,6b3,Semi-Detached Ageing,S01010991,Newbattle and Dalhousie - 07,2d,Rural traits,S02002062,Newbattle and Dalhousie,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183657 +183657,S00120781,8a2,Industrious Hardship,S01011021,Easthouses - 01,5d,Endeavouring social renters,S02002068,Easthouses,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183658 +183658,S00120431,5b3,Self-Sufficient Retirement,S01010937,Penicuik Southeast - 04,5c,Comfortable neighbourhoods,S02002052,Penicuik Southeast,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183659 +183659,S00120523,5b3,Self-Sufficient Retirement,S01011043,Gorebridge and Middleton - 04,4a,Challenged white communities,S02002072,Gorebridge and Middleton,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183660 +183660,S00120525,5b3,Self-Sufficient Retirement,S01011042,Gorebridge and Middleton - 03,5c,Comfortable neighbourhoods,S02002072,Gorebridge and Middleton,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183661 +183661,S00120542,5b3,Self-Sufficient Retirement,S01011039,North Gorebridge - 03,5c,Comfortable neighbourhoods,S02002071,North Gorebridge,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183662 +183662,S00120563,5b3,Self-Sufficient Retirement,S01010956,Pentland - 03,2b,Prospering countryside life,S02002056,Pentland,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183663 +183663,S00120571,5b3,Self-Sufficient Retirement,S01010958,Roslin and Bilston - 02,5c,Comfortable neighbourhoods,S02002057,Roslin and Bilston,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183664 +183664,S00120576,5b3,Self-Sufficient Retirement,S01010959,Roslin and Bilston - 03,5c,Comfortable neighbourhoods,S02002057,Roslin and Bilston,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183665 +183665,S00120577,5b3,Self-Sufficient Retirement,S01010959,Roslin and Bilston - 03,5c,Comfortable neighbourhoods,S02002057,Roslin and Bilston,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183666 +183666,S00120578,5b3,Self-Sufficient Retirement,S01010959,Roslin and Bilston - 03,5c,Comfortable neighbourhoods,S02002057,Roslin and Bilston,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183667 +183667,S00120580,5b3,Self-Sufficient Retirement,S01010959,Roslin and Bilston - 03,5c,Comfortable neighbourhoods,S02002057,Roslin and Bilston,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183668 +183668,S00120582,5b3,Self-Sufficient Retirement,S01010959,Roslin and Bilston - 03,5c,Comfortable neighbourhoods,S02002057,Roslin and Bilston,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183669 +183669,S00120583,5b3,Self-Sufficient Retirement,S01010971,Bonnyrigg South - 01,5c,Comfortable neighbourhoods,S02002060,Bonnyrigg South,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183670 +183670,S00120591,5b3,Self-Sufficient Retirement,S01010982,Bonnyrigg North - 05,5a,Ageing urban communities,S02002061,Bonnyrigg North,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183671 +183671,S00120617,5b3,Self-Sufficient Retirement,S01010981,Bonnyrigg North - 04,5c,Comfortable neighbourhoods,S02002061,Bonnyrigg North,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183672 +183672,S00120622,5b3,Self-Sufficient Retirement,S01010983,Bonnyrigg North - 06,5c,Comfortable neighbourhoods,S02002061,Bonnyrigg North,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183673 +183673,S00120628,5b3,Self-Sufficient Retirement,S01010983,Bonnyrigg North - 06,5c,Comfortable neighbourhoods,S02002061,Bonnyrigg North,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183674 +183674,S00120455,8b2,Hard-Pressed Rented Terraces,S01010947,Penicuik East - 03,4a,Challenged white communities,S02002054,Penicuik East,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183675 +183675,S00120701,8b2,Hard-Pressed Rented Terraces,S01011006,Thornybank - 02,5c,Comfortable neighbourhoods,S02002065,Thornybank,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183676 +183676,S00120882,8b2,Hard-Pressed Rented Terraces,S01010966,Loanhead - 01,4a,Challenged white communities,S02002059,Loanhead,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183677 +183677,S00120953,6b4,Older Workers and Retirement,S01011030,Mayfield - 06,5c,Comfortable neighbourhoods,S02002069,Mayfield,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183678 +183678,S00120648,5b3,Self-Sufficient Retirement,S01010980,Bonnyrigg North - 03,5c,Comfortable neighbourhoods,S02002061,Bonnyrigg North,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183679 +183679,S00120724,5b3,Self-Sufficient Retirement,S01010994,Eskbank - 01,8a,Affluent communities,S02002063,Eskbank,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183680 +183680,S00120730,5b3,Self-Sufficient Retirement,S01010996,Eskbank - 03,8a,Affluent communities,S02002063,Eskbank,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183681 +183681,S00120744,5b3,Self-Sufficient Retirement,S01010999,Eskbank - 06,5c,Comfortable neighbourhoods,S02002063,Eskbank,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183682 +183682,S00120747,5b3,Self-Sufficient Retirement,S01010999,Eskbank - 06,5c,Comfortable neighbourhoods,S02002063,Eskbank,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183683 +183683,S00120764,5b3,Self-Sufficient Retirement,S01010993,Newbattle and Dalhousie - 09,8b,Ageing suburbanites,S02002062,Newbattle and Dalhousie,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183684 +183684,S00120783,5b3,Self-Sufficient Retirement,S01011023,Easthouses - 03,5c,Comfortable neighbourhoods,S02002068,Easthouses,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183685 +183685,S00120844,5b3,Self-Sufficient Retirement,S01011018,Pathhead and Rural East Midlothian - 05,5c,Comfortable neighbourhoods,S02002067,Pathhead and Rural East Midlothian,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183686 +183686,S00120871,5b3,Self-Sufficient Retirement,S01010969,Loanhead - 04,5a,Ageing urban communities,S02002059,Loanhead,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183687 +183687,S00120879,5b3,Self-Sufficient Retirement,S01010967,Loanhead - 02,4a,Challenged white communities,S02002059,Loanhead,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183688 +183688,S00120883,5b3,Self-Sufficient Retirement,S01010970,Loanhead - 05,5c,Comfortable neighbourhoods,S02002059,Loanhead,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183689 +183689,S00120885,5b3,Self-Sufficient Retirement,S01010970,Loanhead - 05,5c,Comfortable neighbourhoods,S02002059,Loanhead,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183690 +183690,S00120886,5b3,Self-Sufficient Retirement,S01010970,Loanhead - 05,5c,Comfortable neighbourhoods,S02002059,Loanhead,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183691 +183691,S00120923,5b3,Self-Sufficient Retirement,S01011044,Gorebridge and Middleton - 05,4a,Challenged white communities,S02002072,Gorebridge and Middleton,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183692 +183692,S00120926,5b3,Self-Sufficient Retirement,S01011042,Gorebridge and Middleton - 03,5c,Comfortable neighbourhoods,S02002072,Gorebridge and Middleton,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183693 +183693,S00120929,5b3,Self-Sufficient Retirement,S01011037,North Gorebridge - 01,4a,Challenged white communities,S02002071,North Gorebridge,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183694 +183694,S00120957,5b3,Self-Sufficient Retirement,S01010963,Straiton - 02,5c,Comfortable neighbourhoods,S02002058,Straiton,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183695 +183695,S00121014,5b3,Self-Sufficient Retirement,S01010933,Rural South Midlothian - 04,2b,Prospering countryside life,S02002051,Rural South Midlothian,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183696 +183696,S00121022,5b3,Self-Sufficient Retirement,S01010981,Bonnyrigg North - 04,5c,Comfortable neighbourhoods,S02002061,Bonnyrigg North,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183697 +183697,S00121025,5b3,Self-Sufficient Retirement,S01010977,Bonnyrigg South - 07,5c,Comfortable neighbourhoods,S02002060,Bonnyrigg South,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183698 +183698,S00121083,5b3,Self-Sufficient Retirement,S01010936,Penicuik Southeast - 03,5c,Comfortable neighbourhoods,S02002052,Penicuik Southeast,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183699 +183699,S00120428,6b3,Semi-Detached Ageing,S01010937,Penicuik Southeast - 04,5c,Comfortable neighbourhoods,S02002052,Penicuik Southeast,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183700 +183700,S00120471,6b3,Semi-Detached Ageing,S01010941,Penicuik Southwest - 03,8b,Ageing suburbanites,S02002053,Penicuik Southwest,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183701 +183701,S00120474,6b3,Semi-Detached Ageing,S01010940,Penicuik Southwest - 02,8b,Ageing suburbanites,S02002053,Penicuik Southwest,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183702 +183702,S00120511,6b3,Semi-Detached Ageing,S01010949,Penicuik North - 01,8b,Ageing suburbanites,S02002055,Penicuik North,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183703 +183703,S00120514,6b3,Semi-Detached Ageing,S01010949,Penicuik North - 01,8b,Ageing suburbanites,S02002055,Penicuik North,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183704 +183704,S00120515,6b3,Semi-Detached Ageing,S01010949,Penicuik North - 01,8b,Ageing suburbanites,S02002055,Penicuik North,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183705 +183705,S00120516,6b3,Semi-Detached Ageing,S01010949,Penicuik North - 01,8b,Ageing suburbanites,S02002055,Penicuik North,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183706 +183706,S00120559,6b3,Semi-Detached Ageing,S01010954,Pentland - 01,5b,Aspiring urban households,S02002056,Pentland,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183707 +183707,S00120587,6b3,Semi-Detached Ageing,S01010971,Bonnyrigg South - 01,5c,Comfortable neighbourhoods,S02002060,Bonnyrigg South,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183708 +183708,S00120630,6b3,Semi-Detached Ageing,S01010984,Bonnyrigg North - 07,8b,Ageing suburbanites,S02002061,Bonnyrigg North,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183709 +183709,S00120654,6b3,Semi-Detached Ageing,S01010995,Eskbank - 02,8c,Comfortable suburbia,S02002063,Eskbank,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183710 +183710,S00120655,6b3,Semi-Detached Ageing,S01010995,Eskbank - 02,8c,Comfortable suburbia,S02002063,Eskbank,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183711 +183711,S00120766,6b3,Semi-Detached Ageing,S01011032,Newtongrange - 02,4a,Challenged white communities,S02002070,Newtongrange,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183712 +183712,S00120482,8b2,Hard-Pressed Rented Terraces,S01010944,Penicuik Southwest - 06,4d,Hard-pressed flat dwellers,S02002053,Penicuik Southwest,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183713 +183713,S00120770,6b3,Semi-Detached Ageing,S01011034,Newtongrange - 04,5c,Comfortable neighbourhoods,S02002070,Newtongrange,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183714 +183714,S00120963,6b4,Older Workers and Retirement,S01010968,Loanhead - 03,5c,Comfortable neighbourhoods,S02002059,Loanhead,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183715 +183715,S00120789,8a2,Industrious Hardship,S01011021,Easthouses - 01,5d,Endeavouring social renters,S02002068,Easthouses,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183716 +183716,S00120884,8b2,Hard-Pressed Rented Terraces,S01010970,Loanhead - 05,5c,Comfortable neighbourhoods,S02002059,Loanhead,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183717 +183717,S00120704,8b2,Hard-Pressed Rented Terraces,S01011007,Thornybank - 03,4a,Challenged white communities,S02002065,Thornybank,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183718 +183718,S00120848,6b3,Semi-Detached Ageing,S01010962,Straiton - 01,8b,Ageing suburbanites,S02002058,Straiton,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183719 +183719,S00120862,6b3,Semi-Detached Ageing,S01010964,Straiton - 03,5d,Endeavouring social renters,S02002058,Straiton,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183720 +183720,S00120863,6b3,Semi-Detached Ageing,S01010968,Loanhead - 03,5c,Comfortable neighbourhoods,S02002059,Loanhead,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183721 +183721,S00120940,6b3,Semi-Detached Ageing,S01010976,Bonnyrigg South - 06,5a,Ageing urban communities,S02002060,Bonnyrigg South,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183722 +183722,S00120959,6b3,Semi-Detached Ageing,S01010962,Straiton - 01,8b,Ageing suburbanites,S02002058,Straiton,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183723 +183723,S00120984,6b3,Semi-Detached Ageing,S01011014,Pathhead and Rural East Midlothian - 01,5c,Comfortable neighbourhoods,S02002067,Pathhead and Rural East Midlothian,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183724 +183724,S00120999,6b3,Semi-Detached Ageing,S01010939,Penicuik Southwest - 01,5c,Comfortable neighbourhoods,S02002053,Penicuik Southwest,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183725 +183725,S00121002,6b3,Semi-Detached Ageing,S01010940,Penicuik Southwest - 02,8b,Ageing suburbanites,S02002053,Penicuik Southwest,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183726 +183726,S00121023,6b3,Semi-Detached Ageing,S01010981,Bonnyrigg North - 04,5c,Comfortable neighbourhoods,S02002061,Bonnyrigg North,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183727 +183727,S00120394,7a1,Transitional Eastern European Neighbourhoods,S01011016,Pathhead and Rural East Midlothian - 03,3a,Achieving neighbourhoods,S02002067,Pathhead and Rural East Midlothian,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183728 +183728,S00120840,7a1,Transitional Eastern European Neighbourhoods,S01011022,Easthouses - 02,4a,Challenged white communities,S02002068,Easthouses,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183729 +183729,S00121075,7a1,Transitional Eastern European Neighbourhoods,S01010965,Straiton - 04,4d,Hard-pressed flat dwellers,S02002058,Straiton,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183730 +183730,S00120380,5a1,White Professionals,S01010989,Newbattle and Dalhousie - 05,8c,Comfortable suburbia,S02002062,Newbattle and Dalhousie,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183731 +183731,S00120383,5a1,White Professionals,S01010989,Newbattle and Dalhousie - 05,8c,Comfortable suburbia,S02002062,Newbattle and Dalhousie,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183732 +183732,S00120388,5a1,White Professionals,S01010989,Newbattle and Dalhousie - 05,8c,Comfortable suburbia,S02002062,Newbattle and Dalhousie,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183733 +183733,S00120389,5a1,White Professionals,S01010992,Newbattle and Dalhousie - 08,8c,Comfortable suburbia,S02002062,Newbattle and Dalhousie,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183734 +183734,S00120395,5a1,White Professionals,S01011016,Pathhead and Rural East Midlothian - 03,3a,Achieving neighbourhoods,S02002067,Pathhead and Rural East Midlothian,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183735 +183735,S00120398,5a1,White Professionals,S01011016,Pathhead and Rural East Midlothian - 03,3a,Achieving neighbourhoods,S02002067,Pathhead and Rural East Midlothian,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183736 +183736,S00120457,5a1,White Professionals,S01010934,Penicuik Southeast - 01,8c,Comfortable suburbia,S02002052,Penicuik Southeast,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183737 +183737,S00120497,5a1,White Professionals,S01010953,Penicuik North - 05,5c,Comfortable neighbourhoods,S02002055,Penicuik North,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183738 +183738,S00120586,5a1,White Professionals,S01010971,Bonnyrigg South - 01,5c,Comfortable neighbourhoods,S02002060,Bonnyrigg South,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183739 +183739,S00120674,5a1,White Professionals,S01010999,Eskbank - 06,5c,Comfortable neighbourhoods,S02002063,Eskbank,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183740 +183740,S00120992,5a1,White Professionals,S01010934,Penicuik Southeast - 01,8c,Comfortable suburbia,S02002052,Penicuik Southeast,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183741 +183741,S00121024,5a1,White Professionals,S01010976,Bonnyrigg South - 06,5a,Ageing urban communities,S02002060,Bonnyrigg South,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183742 +183742,S00120386,6b2,White Suburban Communities,S01010989,Newbattle and Dalhousie - 05,8c,Comfortable suburbia,S02002062,Newbattle and Dalhousie,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183743 +183743,S00120396,6b2,White Suburban Communities,S01011016,Pathhead and Rural East Midlothian - 03,3a,Achieving neighbourhoods,S02002067,Pathhead and Rural East Midlothian,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183744 +183744,S00120410,6b2,White Suburban Communities,S01011017,Pathhead and Rural East Midlothian - 04,2b,Prospering countryside life,S02002067,Pathhead and Rural East Midlothian,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183745 +183745,S00120430,6b2,White Suburban Communities,S01010937,Penicuik Southeast - 04,5c,Comfortable neighbourhoods,S02002052,Penicuik Southeast,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183746 +183746,S00120467,6b2,White Suburban Communities,S01010941,Penicuik Southwest - 03,8b,Ageing suburbanites,S02002053,Penicuik Southwest,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183747 +183747,S00120469,6b2,White Suburban Communities,S01010941,Penicuik Southwest - 03,8b,Ageing suburbanites,S02002053,Penicuik Southwest,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183748 +183748,S00120470,6b2,White Suburban Communities,S01010941,Penicuik Southwest - 03,8b,Ageing suburbanites,S02002053,Penicuik Southwest,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183749 +183749,S00120493,6b2,White Suburban Communities,S01010953,Penicuik North - 05,5c,Comfortable neighbourhoods,S02002055,Penicuik North,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183750 +183750,S00120560,6b2,White Suburban Communities,S01010954,Pentland - 01,5b,Aspiring urban households,S02002056,Pentland,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183751 +183751,S00120569,6b2,White Suburban Communities,S01010957,Roslin and Bilston - 01,8b,Ageing suburbanites,S02002057,Roslin and Bilston,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183752 +183752,S00120653,6b2,White Suburban Communities,S01010995,Eskbank - 02,8c,Comfortable suburbia,S02002063,Eskbank,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183753 +183753,S00120667,6b2,White Suburban Communities,S01010986,Newbattle and Dalhousie - 02,8c,Comfortable suburbia,S02002062,Newbattle and Dalhousie,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183754 +183754,S00120668,6b2,White Suburban Communities,S01010986,Newbattle and Dalhousie - 02,8c,Comfortable suburbia,S02002062,Newbattle and Dalhousie,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183755 +183755,S00120671,6b2,White Suburban Communities,S01010991,Newbattle and Dalhousie - 07,2d,Rural traits,S02002062,Newbattle and Dalhousie,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183756 +183756,S00120749,6b2,White Suburban Communities,S01011014,Pathhead and Rural East Midlothian - 01,5c,Comfortable neighbourhoods,S02002067,Pathhead and Rural East Midlothian,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183757 +183757,S00120750,6b2,White Suburban Communities,S01011014,Pathhead and Rural East Midlothian - 01,5c,Comfortable neighbourhoods,S02002067,Pathhead and Rural East Midlothian,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183758 +183758,S00120751,6b2,White Suburban Communities,S01011014,Pathhead and Rural East Midlothian - 01,5c,Comfortable neighbourhoods,S02002067,Pathhead and Rural East Midlothian,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183759 +183759,S00120920,6b2,White Suburban Communities,S01010933,Rural South Midlothian - 04,2b,Prospering countryside life,S02002051,Rural South Midlothian,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183760 +183760,S00120955,6b2,White Suburban Communities,S01011030,Mayfield - 06,5c,Comfortable neighbourhoods,S02002069,Mayfield,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183761 +183761,S00120983,6b2,White Suburban Communities,S01011015,Pathhead and Rural East Midlothian - 02,5c,Comfortable neighbourhoods,S02002067,Pathhead and Rural East Midlothian,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183762 +183762,S00120989,6b2,White Suburban Communities,S01011019,Pathhead and Rural East Midlothian - 06,2b,Prospering countryside life,S02002067,Pathhead and Rural East Midlothian,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183763 +183763,S00121004,6b2,White Suburban Communities,S01010939,Penicuik Southwest - 01,5c,Comfortable neighbourhoods,S02002053,Penicuik Southwest,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183764 +183764,S00121031,6b2,White Suburban Communities,S01010988,Newbattle and Dalhousie - 04,8c,Comfortable suburbia,S02002062,Newbattle and Dalhousie,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183765 +183765,S00120791,8a2,Industrious Hardship,S01011021,Easthouses - 01,5d,Endeavouring social renters,S02002068,Easthouses,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183766 +183766,S00120705,8b2,Hard-Pressed Rented Terraces,S01011007,Thornybank - 03,4a,Challenged white communities,S02002065,Thornybank,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183767 +183767,S00120964,6b4,Older Workers and Retirement,S01010931,Rural South Midlothian - 02,2c,Remoter communities,S02002051,Rural South Midlothian,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183768 +183768,S00120891,8b2,Hard-Pressed Rented Terraces,S01011001,Shawfair - 02,4a,Challenged white communities,S02002064,Shawfair,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183769 +183769,S00120706,8b2,Hard-Pressed Rented Terraces,S01011007,Thornybank - 03,4a,Challenged white communities,S02002065,Thornybank,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183770 +183770,S00120892,8b2,Hard-Pressed Rented Terraces,S01011001,Shawfair - 02,4a,Challenged white communities,S02002064,Shawfair,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183771 +183771,S00120893,8b2,Hard-Pressed Rented Terraces,S01011001,Shawfair - 02,4a,Challenged white communities,S02002064,Shawfair,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183772 +183772,S00120899,8b2,Hard-Pressed Rented Terraces,S01011003,Shawfair - 04,4a,Challenged white communities,S02002064,Shawfair,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183773 +183773,S00120900,8b2,Hard-Pressed Rented Terraces,S01011004,Shawfair - 05,5b,Aspiring urban households,S02002064,Shawfair,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183774 +183774,S00120904,8b2,Hard-Pressed Rented Terraces,S01011002,Shawfair - 03,4a,Challenged white communities,S02002064,Shawfair,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183775 +183775,S00120917,8b2,Hard-Pressed Rented Terraces,S01010948,Penicuik East - 04,4a,Challenged white communities,S02002054,Penicuik East,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183776 +183776,S00120922,8b2,Hard-Pressed Rented Terraces,S01010952,Penicuik North - 04,5b,Aspiring urban households,S02002055,Penicuik North,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183777 +183777,S00120927,8b2,Hard-Pressed Rented Terraces,S01011040,Gorebridge and Middleton - 01,4a,Challenged white communities,S02002072,Gorebridge and Middleton,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183778 +183778,S00120934,8b2,Hard-Pressed Rented Terraces,S01010932,Rural South Midlothian - 03,5c,Comfortable neighbourhoods,S02002051,Rural South Midlothian,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183779 +183779,S00120488,8b2,Hard-Pressed Rented Terraces,S01010943,Penicuik Southwest - 05,4a,Challenged white communities,S02002053,Penicuik Southwest,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183780 +183780,S00120946,8b2,Hard-Pressed Rented Terraces,S01010990,Newbattle and Dalhousie - 06,4a,Challenged white communities,S02002062,Newbattle and Dalhousie,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183781 +183781,S00120956,8b2,Hard-Pressed Rented Terraces,S01011028,Mayfield - 04,4a,Challenged white communities,S02002069,Mayfield,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183782 +183782,S00120967,8b2,Hard-Pressed Rented Terraces,S01011001,Shawfair - 02,4a,Challenged white communities,S02002064,Shawfair,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183783 +183783,S00120970,8b2,Hard-Pressed Rented Terraces,S01011002,Shawfair - 03,4a,Challenged white communities,S02002064,Shawfair,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183784 +183784,S00120978,8b2,Hard-Pressed Rented Terraces,S01010952,Penicuik North - 04,5b,Aspiring urban households,S02002055,Penicuik North,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183785 +183785,S00120979,8b2,Hard-Pressed Rented Terraces,S01010973,Bonnyrigg South - 03,5d,Endeavouring social renters,S02002060,Bonnyrigg South,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183786 +183786,S00120980,8b2,Hard-Pressed Rented Terraces,S01010973,Bonnyrigg South - 03,5d,Endeavouring social renters,S02002060,Bonnyrigg South,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183787 +183787,S00120997,8b2,Hard-Pressed Rented Terraces,S01010948,Penicuik East - 04,4a,Challenged white communities,S02002054,Penicuik East,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183788 +183788,S00120859,8a2,Industrious Hardship,S01010964,Straiton - 03,5d,Endeavouring social renters,S02002058,Straiton,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183789 +183789,S00120998,8b2,Hard-Pressed Rented Terraces,S01010948,Penicuik East - 04,4a,Challenged white communities,S02002054,Penicuik East,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183790 +183790,S00121012,8b2,Hard-Pressed Rented Terraces,S01010961,Roslin and Bilston - 05,5d,Endeavouring social renters,S02002057,Roslin and Bilston,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183791 +183791,S00121013,8b2,Hard-Pressed Rented Terraces,S01010961,Roslin and Bilston - 05,5d,Endeavouring social renters,S02002057,Roslin and Bilston,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183792 +183792,S00121017,8b2,Hard-Pressed Rented Terraces,S01010960,Roslin and Bilston - 04,5c,Comfortable neighbourhoods,S02002057,Roslin and Bilston,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183793 +183793,S00121026,8b2,Hard-Pressed Rented Terraces,S01010977,Bonnyrigg South - 07,5c,Comfortable neighbourhoods,S02002060,Bonnyrigg South,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183794 +183794,S00121027,8b2,Hard-Pressed Rented Terraces,S01010977,Bonnyrigg South - 07,5c,Comfortable neighbourhoods,S02002060,Bonnyrigg South,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183795 +183795,S00121049,8b2,Hard-Pressed Rented Terraces,S01011013,Dalkeith - 04,4a,Challenged white communities,S02002066,Dalkeith,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183796 +183796,S00121050,8b2,Hard-Pressed Rented Terraces,S01011007,Thornybank - 03,4a,Challenged white communities,S02002065,Thornybank,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183797 +183797,S00121052,8b2,Hard-Pressed Rented Terraces,S01011009,Thornybank - 05,4a,Challenged white communities,S02002065,Thornybank,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183798 +183798,S00121061,8b2,Hard-Pressed Rented Terraces,S01011035,Newtongrange - 05,4a,Challenged white communities,S02002070,Newtongrange,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183799 +183799,S00121062,8b2,Hard-Pressed Rented Terraces,S01011035,Newtongrange - 05,4a,Challenged white communities,S02002070,Newtongrange,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183800 +183800,S00121067,8b2,Hard-Pressed Rented Terraces,S01011026,Mayfield - 02,4a,Challenged white communities,S02002069,Mayfield,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183801 +183801,S00121068,8b2,Hard-Pressed Rented Terraces,S01011026,Mayfield - 02,4a,Challenged white communities,S02002069,Mayfield,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183802 +183802,S00121070,8b2,Hard-Pressed Rented Terraces,S01011018,Pathhead and Rural East Midlothian - 05,5c,Comfortable neighbourhoods,S02002067,Pathhead and Rural East Midlothian,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183803 +183803,S00121077,8b2,Hard-Pressed Rented Terraces,S01011003,Shawfair - 04,4a,Challenged white communities,S02002064,Shawfair,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183804 +183804,S00120409,8a2,Industrious Hardship,S01011020,Pathhead and Rural East Midlothian - 07,2b,Prospering countryside life,S02002067,Pathhead and Rural East Midlothian,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183805 +183805,S00120502,8a2,Industrious Hardship,S01010950,Penicuik North - 02,5c,Comfortable neighbourhoods,S02002055,Penicuik North,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183806 +183806,S00120526,8a2,Industrious Hardship,S01011043,Gorebridge and Middleton - 04,4a,Challenged white communities,S02002072,Gorebridge and Middleton,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183807 +183807,S00120527,8a2,Industrious Hardship,S01011043,Gorebridge and Middleton - 04,4a,Challenged white communities,S02002072,Gorebridge and Middleton,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183808 +183808,S00120564,8a2,Industrious Hardship,S01010932,Rural South Midlothian - 03,5c,Comfortable neighbourhoods,S02002051,Rural South Midlothian,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183809 +183809,S00120572,8a2,Industrious Hardship,S01010958,Roslin and Bilston - 02,5c,Comfortable neighbourhoods,S02002057,Roslin and Bilston,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183810 +183810,S00120603,8a2,Industrious Hardship,S01010974,Bonnyrigg South - 04,4a,Challenged white communities,S02002060,Bonnyrigg South,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183811 +183811,S00120609,8a2,Industrious Hardship,S01010975,Bonnyrigg South - 05,4a,Challenged white communities,S02002060,Bonnyrigg South,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183812 +183812,S00120618,8a2,Industrious Hardship,S01010983,Bonnyrigg North - 06,5c,Comfortable neighbourhoods,S02002061,Bonnyrigg North,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183813 +183813,S00120638,8a2,Industrious Hardship,S01010978,Bonnyrigg North - 01,4a,Challenged white communities,S02002061,Bonnyrigg North,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183814 +183814,S00120658,8a2,Industrious Hardship,S01010985,Newbattle and Dalhousie - 01,4a,Challenged white communities,S02002062,Newbattle and Dalhousie,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183815 +183815,S00120703,8a2,Industrious Hardship,S01011006,Thornybank - 02,5c,Comfortable neighbourhoods,S02002065,Thornybank,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183816 +183816,S00120755,8a2,Industrious Hardship,S01011035,Newtongrange - 05,4a,Challenged white communities,S02002070,Newtongrange,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183817 +183817,S00120768,8a2,Industrious Hardship,S01011033,Newtongrange - 03,5d,Endeavouring social renters,S02002070,Newtongrange,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183818 +183818,S00120707,8b2,Hard-Pressed Rented Terraces,S01011008,Thornybank - 04,4a,Challenged white communities,S02002065,Thornybank,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183819 +183819,S00120708,8b2,Hard-Pressed Rented Terraces,S01011013,Dalkeith - 04,4a,Challenged white communities,S02002066,Dalkeith,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183820 +183820,S00120709,8b2,Hard-Pressed Rented Terraces,S01011013,Dalkeith - 04,4a,Challenged white communities,S02002066,Dalkeith,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183821 +183821,S00120710,8b2,Hard-Pressed Rented Terraces,S01011013,Dalkeith - 04,4a,Challenged white communities,S02002066,Dalkeith,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183822 +183822,S00120489,8b2,Hard-Pressed Rented Terraces,S01010943,Penicuik Southwest - 05,4a,Challenged white communities,S02002053,Penicuik Southwest,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183823 +183823,S00120714,8b2,Hard-Pressed Rented Terraces,S01011008,Thornybank - 04,4a,Challenged white communities,S02002065,Thornybank,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183824 +183824,S00120993,6b4,Older Workers and Retirement,S01010934,Penicuik Southeast - 01,8c,Comfortable suburbia,S02002052,Penicuik Southeast,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183825 +183825,S00120491,8b2,Hard-Pressed Rented Terraces,S01010943,Penicuik Southwest - 05,4a,Challenged white communities,S02002053,Penicuik Southwest,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183826 +183826,S00120498,8b2,Hard-Pressed Rented Terraces,S01010951,Penicuik North - 03,5d,Endeavouring social renters,S02002055,Penicuik North,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183827 +183827,S00120499,8b2,Hard-Pressed Rented Terraces,S01010951,Penicuik North - 03,5d,Endeavouring social renters,S02002055,Penicuik North,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183828 +183828,S00120500,8b2,Hard-Pressed Rented Terraces,S01010951,Penicuik North - 03,5d,Endeavouring social renters,S02002055,Penicuik North,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183829 +183829,S00120503,8b2,Hard-Pressed Rented Terraces,S01010950,Penicuik North - 02,5c,Comfortable neighbourhoods,S02002055,Penicuik North,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183830 +183830,S00120504,8b2,Hard-Pressed Rented Terraces,S01010951,Penicuik North - 03,5d,Endeavouring social renters,S02002055,Penicuik North,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183831 +183831,S00120505,8b2,Hard-Pressed Rented Terraces,S01010951,Penicuik North - 03,5d,Endeavouring social renters,S02002055,Penicuik North,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183832 +183832,S00120533,8b2,Hard-Pressed Rented Terraces,S01011040,Gorebridge and Middleton - 01,4a,Challenged white communities,S02002072,Gorebridge and Middleton,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183833 +183833,S00120548,8b2,Hard-Pressed Rented Terraces,S01011037,North Gorebridge - 01,4a,Challenged white communities,S02002071,North Gorebridge,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183834 +183834,S00120550,8b2,Hard-Pressed Rented Terraces,S01010960,Roslin and Bilston - 04,5c,Comfortable neighbourhoods,S02002057,Roslin and Bilston,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183835 +183835,S00120565,8b2,Hard-Pressed Rented Terraces,S01010960,Roslin and Bilston - 04,5c,Comfortable neighbourhoods,S02002057,Roslin and Bilston,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183836 +183836,S00120566,8b2,Hard-Pressed Rented Terraces,S01010932,Rural South Midlothian - 03,5c,Comfortable neighbourhoods,S02002051,Rural South Midlothian,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183837 +183837,S00120584,8b2,Hard-Pressed Rented Terraces,S01010971,Bonnyrigg South - 01,5c,Comfortable neighbourhoods,S02002060,Bonnyrigg South,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183838 +183838,S00120594,8b2,Hard-Pressed Rented Terraces,S01010972,Bonnyrigg South - 02,4a,Challenged white communities,S02002060,Bonnyrigg South,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183839 +183839,S00120595,8b2,Hard-Pressed Rented Terraces,S01010972,Bonnyrigg South - 02,4a,Challenged white communities,S02002060,Bonnyrigg South,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183840 +183840,S00120596,8b2,Hard-Pressed Rented Terraces,S01010973,Bonnyrigg South - 03,5d,Endeavouring social renters,S02002060,Bonnyrigg South,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183841 +183841,S00120860,8a2,Industrious Hardship,S01010964,Straiton - 03,5d,Endeavouring social renters,S02002058,Straiton,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183842 +183842,S00120597,8b2,Hard-Pressed Rented Terraces,S01010973,Bonnyrigg South - 03,5d,Endeavouring social renters,S02002060,Bonnyrigg South,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183843 +183843,S00120598,8b2,Hard-Pressed Rented Terraces,S01010974,Bonnyrigg South - 04,4a,Challenged white communities,S02002060,Bonnyrigg South,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183844 +183844,S00120599,8b2,Hard-Pressed Rented Terraces,S01010974,Bonnyrigg South - 04,4a,Challenged white communities,S02002060,Bonnyrigg South,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183845 +183845,S00120600,8b2,Hard-Pressed Rented Terraces,S01010974,Bonnyrigg South - 04,4a,Challenged white communities,S02002060,Bonnyrigg South,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183846 +183846,S00120601,8b2,Hard-Pressed Rented Terraces,S01010974,Bonnyrigg South - 04,4a,Challenged white communities,S02002060,Bonnyrigg South,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183847 +183847,S00120602,8b2,Hard-Pressed Rented Terraces,S01010975,Bonnyrigg South - 05,4a,Challenged white communities,S02002060,Bonnyrigg South,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183848 +183848,S00120604,8b2,Hard-Pressed Rented Terraces,S01010975,Bonnyrigg South - 05,4a,Challenged white communities,S02002060,Bonnyrigg South,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183849 +183849,S00120605,8b2,Hard-Pressed Rented Terraces,S01010974,Bonnyrigg South - 04,4a,Challenged white communities,S02002060,Bonnyrigg South,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183850 +183850,S00120607,8b2,Hard-Pressed Rented Terraces,S01010979,Bonnyrigg North - 02,4a,Challenged white communities,S02002061,Bonnyrigg North,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183851 +183851,S00120608,8b2,Hard-Pressed Rented Terraces,S01010974,Bonnyrigg South - 04,4a,Challenged white communities,S02002060,Bonnyrigg South,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183852 +183852,S00120610,8b2,Hard-Pressed Rented Terraces,S01010979,Bonnyrigg North - 02,4a,Challenged white communities,S02002061,Bonnyrigg North,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183853 +183853,S00120611,8b2,Hard-Pressed Rented Terraces,S01010979,Bonnyrigg North - 02,4a,Challenged white communities,S02002061,Bonnyrigg North,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183854 +183854,S00120613,8b2,Hard-Pressed Rented Terraces,S01010979,Bonnyrigg North - 02,4a,Challenged white communities,S02002061,Bonnyrigg North,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183855 +183855,S00120614,8b2,Hard-Pressed Rented Terraces,S01010978,Bonnyrigg North - 01,4a,Challenged white communities,S02002061,Bonnyrigg North,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183856 +183856,S00120619,8b2,Hard-Pressed Rented Terraces,S01010983,Bonnyrigg North - 06,5c,Comfortable neighbourhoods,S02002061,Bonnyrigg North,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183857 +183857,S00120632,8b2,Hard-Pressed Rented Terraces,S01010979,Bonnyrigg North - 02,4a,Challenged white communities,S02002061,Bonnyrigg North,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183858 +183858,S00120633,8b2,Hard-Pressed Rented Terraces,S01010976,Bonnyrigg South - 06,5a,Ageing urban communities,S02002060,Bonnyrigg South,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183859 +183859,S00120635,8b2,Hard-Pressed Rented Terraces,S01010977,Bonnyrigg South - 07,5c,Comfortable neighbourhoods,S02002060,Bonnyrigg South,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183860 +183860,S00120660,8b2,Hard-Pressed Rented Terraces,S01010990,Newbattle and Dalhousie - 06,4a,Challenged white communities,S02002062,Newbattle and Dalhousie,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183861 +183861,S00120661,8b2,Hard-Pressed Rented Terraces,S01010990,Newbattle and Dalhousie - 06,4a,Challenged white communities,S02002062,Newbattle and Dalhousie,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183862 +183862,S00120662,8b2,Hard-Pressed Rented Terraces,S01010990,Newbattle and Dalhousie - 06,4a,Challenged white communities,S02002062,Newbattle and Dalhousie,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183863 +183863,S00120664,8b2,Hard-Pressed Rented Terraces,S01010990,Newbattle and Dalhousie - 06,4a,Challenged white communities,S02002062,Newbattle and Dalhousie,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183864 +183864,S00120665,8b2,Hard-Pressed Rented Terraces,S01010990,Newbattle and Dalhousie - 06,4a,Challenged white communities,S02002062,Newbattle and Dalhousie,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183865 +183865,S00120669,8b2,Hard-Pressed Rented Terraces,S01010991,Newbattle and Dalhousie - 07,2d,Rural traits,S02002062,Newbattle and Dalhousie,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183866 +183866,S00120688,8b2,Hard-Pressed Rented Terraces,S01011005,Thornybank - 01,4d,Hard-pressed flat dwellers,S02002065,Thornybank,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183867 +183867,S00120693,8b2,Hard-Pressed Rented Terraces,S01011014,Pathhead and Rural East Midlothian - 01,5c,Comfortable neighbourhoods,S02002067,Pathhead and Rural East Midlothian,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183868 +183868,S00120696,8b2,Hard-Pressed Rented Terraces,S01011013,Dalkeith - 04,4a,Challenged white communities,S02002066,Dalkeith,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183869 +183869,S00120697,8b2,Hard-Pressed Rented Terraces,S01011013,Dalkeith - 04,4a,Challenged white communities,S02002066,Dalkeith,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183870 +183870,S00120699,8b2,Hard-Pressed Rented Terraces,S01011007,Thornybank - 03,4a,Challenged white communities,S02002065,Thornybank,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183871 +183871,S00120715,8b2,Hard-Pressed Rented Terraces,S01011008,Thornybank - 04,4a,Challenged white communities,S02002065,Thornybank,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183872 +183872,S00120716,8b2,Hard-Pressed Rented Terraces,S01011008,Thornybank - 04,4a,Challenged white communities,S02002065,Thornybank,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183873 +183873,S00120720,8b2,Hard-Pressed Rented Terraces,S01011015,Pathhead and Rural East Midlothian - 02,5c,Comfortable neighbourhoods,S02002067,Pathhead and Rural East Midlothian,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183874 +183874,S00120996,6b4,Older Workers and Retirement,S01010934,Penicuik Southeast - 01,8c,Comfortable suburbia,S02002052,Penicuik Southeast,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183875 +183875,S00120928,8a2,Industrious Hardship,S01011039,North Gorebridge - 03,5c,Comfortable neighbourhoods,S02002071,North Gorebridge,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183876 +183876,S00120752,8b2,Hard-Pressed Rented Terraces,S01011036,Newtongrange - 06,5c,Comfortable neighbourhoods,S02002070,Newtongrange,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183877 +183877,S00120756,8b2,Hard-Pressed Rented Terraces,S01011035,Newtongrange - 05,4a,Challenged white communities,S02002070,Newtongrange,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183878 +183878,S00120757,8b2,Hard-Pressed Rented Terraces,S01011034,Newtongrange - 04,5c,Comfortable neighbourhoods,S02002070,Newtongrange,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183879 +183879,S00120758,8b2,Hard-Pressed Rented Terraces,S01011033,Newtongrange - 03,5d,Endeavouring social renters,S02002070,Newtongrange,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183880 +183880,S00120759,8b2,Hard-Pressed Rented Terraces,S01011034,Newtongrange - 04,5c,Comfortable neighbourhoods,S02002070,Newtongrange,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183881 +183881,S00120760,8b2,Hard-Pressed Rented Terraces,S01011034,Newtongrange - 04,5c,Comfortable neighbourhoods,S02002070,Newtongrange,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183882 +183882,S00120762,8b2,Hard-Pressed Rented Terraces,S01011034,Newtongrange - 04,5c,Comfortable neighbourhoods,S02002070,Newtongrange,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183883 +183883,S00120771,8b2,Hard-Pressed Rented Terraces,S01011033,Newtongrange - 03,5d,Endeavouring social renters,S02002070,Newtongrange,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183884 +183884,S00120772,8b2,Hard-Pressed Rented Terraces,S01011033,Newtongrange - 03,5d,Endeavouring social renters,S02002070,Newtongrange,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183885 +183885,S00120773,8b2,Hard-Pressed Rented Terraces,S01011031,Newtongrange - 01,5c,Comfortable neighbourhoods,S02002070,Newtongrange,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183886 +183886,S00120796,8b2,Hard-Pressed Rented Terraces,S01011030,Mayfield - 06,5c,Comfortable neighbourhoods,S02002069,Mayfield,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183887 +183887,S00120798,8b2,Hard-Pressed Rented Terraces,S01011029,Mayfield - 05,4a,Challenged white communities,S02002069,Mayfield,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183888 +183888,S00120799,8b2,Hard-Pressed Rented Terraces,S01011029,Mayfield - 05,4a,Challenged white communities,S02002069,Mayfield,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183889 +183889,S00120801,8b2,Hard-Pressed Rented Terraces,S01011029,Mayfield - 05,4a,Challenged white communities,S02002069,Mayfield,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183890 +183890,S00120803,8b2,Hard-Pressed Rented Terraces,S01011028,Mayfield - 04,4a,Challenged white communities,S02002069,Mayfield,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183891 +183891,S00120807,8b2,Hard-Pressed Rented Terraces,S01011028,Mayfield - 04,4a,Challenged white communities,S02002069,Mayfield,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183892 +183892,S00120808,8b2,Hard-Pressed Rented Terraces,S01011029,Mayfield - 05,4a,Challenged white communities,S02002069,Mayfield,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183893 +183893,S00120809,8b2,Hard-Pressed Rented Terraces,S01011028,Mayfield - 04,4a,Challenged white communities,S02002069,Mayfield,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183894 +183894,S00120812,8b2,Hard-Pressed Rented Terraces,S01011024,Easthouses - 04,4a,Challenged white communities,S02002068,Easthouses,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183895 +183895,S00120817,8b2,Hard-Pressed Rented Terraces,S01011026,Mayfield - 02,4a,Challenged white communities,S02002069,Mayfield,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183896 +183896,S00120818,8b2,Hard-Pressed Rented Terraces,S01011026,Mayfield - 02,4a,Challenged white communities,S02002069,Mayfield,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183897 +183897,S00120820,8b2,Hard-Pressed Rented Terraces,S01011026,Mayfield - 02,4a,Challenged white communities,S02002069,Mayfield,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183898 +183898,S00120821,8b2,Hard-Pressed Rented Terraces,S01011025,Mayfield - 01,4a,Challenged white communities,S02002069,Mayfield,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183899 +183899,S00120822,8b2,Hard-Pressed Rented Terraces,S01011025,Mayfield - 01,4a,Challenged white communities,S02002069,Mayfield,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183900 +183900,S00120823,8b2,Hard-Pressed Rented Terraces,S01011025,Mayfield - 01,4a,Challenged white communities,S02002069,Mayfield,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183901 +183901,S00120824,8b2,Hard-Pressed Rented Terraces,S01011025,Mayfield - 01,4a,Challenged white communities,S02002069,Mayfield,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183902 +183902,S00120829,8b2,Hard-Pressed Rented Terraces,S01011024,Easthouses - 04,4a,Challenged white communities,S02002068,Easthouses,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183903 +183903,S00120830,8b2,Hard-Pressed Rented Terraces,S01011024,Easthouses - 04,4a,Challenged white communities,S02002068,Easthouses,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183904 +183904,S00120832,8b2,Hard-Pressed Rented Terraces,S01011024,Easthouses - 04,4a,Challenged white communities,S02002068,Easthouses,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183905 +183905,S00120833,8b2,Hard-Pressed Rented Terraces,S01011023,Easthouses - 03,5c,Comfortable neighbourhoods,S02002068,Easthouses,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183906 +183906,S00120834,8b2,Hard-Pressed Rented Terraces,S01011023,Easthouses - 03,5c,Comfortable neighbourhoods,S02002068,Easthouses,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183907 +183907,S00120837,8b2,Hard-Pressed Rented Terraces,S01011022,Easthouses - 02,4a,Challenged white communities,S02002068,Easthouses,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183908 +183908,S00120838,8b2,Hard-Pressed Rented Terraces,S01011022,Easthouses - 02,4a,Challenged white communities,S02002068,Easthouses,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183909 +183909,S00120839,8b2,Hard-Pressed Rented Terraces,S01011022,Easthouses - 02,4a,Challenged white communities,S02002068,Easthouses,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183910 +183910,S00120841,8b2,Hard-Pressed Rented Terraces,S01011018,Pathhead and Rural East Midlothian - 05,5c,Comfortable neighbourhoods,S02002067,Pathhead and Rural East Midlothian,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183911 +183911,S00120854,8b2,Hard-Pressed Rented Terraces,S01010963,Straiton - 02,5c,Comfortable neighbourhoods,S02002058,Straiton,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183912 +183912,S00120861,8b2,Hard-Pressed Rented Terraces,S01010964,Straiton - 03,5d,Endeavouring social renters,S02002058,Straiton,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183913 +183913,S00120930,8a2,Industrious Hardship,S01011038,North Gorebridge - 02,4a,Challenged white communities,S02002071,North Gorebridge,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183914 +183914,S00120942,8a2,Industrious Hardship,S01010976,Bonnyrigg South - 06,5a,Ageing urban communities,S02002060,Bonnyrigg South,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183915 +183915,S00120981,8a2,Industrious Hardship,S01010972,Bonnyrigg South - 02,4a,Challenged white communities,S02002060,Bonnyrigg South,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183916 +183916,S00121016,8a2,Industrious Hardship,S01010960,Roslin and Bilston - 04,5c,Comfortable neighbourhoods,S02002057,Roslin and Bilston,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183917 +183917,S00121001,6b4,Older Workers and Retirement,S01010941,Penicuik Southwest - 03,8b,Ageing suburbanites,S02002053,Penicuik Southwest,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183918 +183918,S00120507,8a1,Industrious Transitions,S01010950,Penicuik North - 02,5c,Comfortable neighbourhoods,S02002055,Penicuik North,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183919 +183919,S00120553,8a1,Industrious Transitions,S01010961,Roslin and Bilston - 05,5d,Endeavouring social renters,S02002057,Roslin and Bilston,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183920 +183920,S00121006,6b4,Older Workers and Retirement,S01011042,Gorebridge and Middleton - 03,5c,Comfortable neighbourhoods,S02002072,Gorebridge and Middleton,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183921 +183921,S00120573,8a1,Industrious Transitions,S01010958,Roslin and Bilston - 02,5c,Comfortable neighbourhoods,S02002057,Roslin and Bilston,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183922 +183922,S00121007,6b4,Older Workers and Retirement,S01011042,Gorebridge and Middleton - 03,5c,Comfortable neighbourhoods,S02002072,Gorebridge and Middleton,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183923 +183923,S00120575,8a1,Industrious Transitions,S01010957,Roslin and Bilston - 01,8b,Ageing suburbanites,S02002057,Roslin and Bilston,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183924 +183924,S00121018,6b4,Older Workers and Retirement,S01010971,Bonnyrigg South - 01,5c,Comfortable neighbourhoods,S02002060,Bonnyrigg South,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183925 +183925,S00120585,8a1,Industrious Transitions,S01010971,Bonnyrigg South - 01,5c,Comfortable neighbourhoods,S02002060,Bonnyrigg South,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183926 +183926,S00121028,6b4,Older Workers and Retirement,S01010977,Bonnyrigg South - 07,5c,Comfortable neighbourhoods,S02002060,Bonnyrigg South,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183927 +183927,S00120652,8a1,Industrious Transitions,S01010995,Eskbank - 02,8c,Comfortable suburbia,S02002063,Eskbank,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183928 +183928,S00120392,7c3,Outer City Hardship,S01011000,Shawfair - 01,2d,Rural traits,S02002064,Shawfair,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183929 +183929,S00120481,7c3,Outer City Hardship,S01010944,Penicuik Southwest - 06,4d,Hard-pressed flat dwellers,S02002053,Penicuik Southwest,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183930 +183930,S00120494,7c3,Outer City Hardship,S01010953,Penicuik North - 05,5c,Comfortable neighbourhoods,S02002055,Penicuik North,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183931 +183931,S00120517,7c3,Outer City Hardship,S01011044,Gorebridge and Middleton - 05,4a,Challenged white communities,S02002072,Gorebridge and Middleton,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183932 +183932,S00120518,7c3,Outer City Hardship,S01011044,Gorebridge and Middleton - 05,4a,Challenged white communities,S02002072,Gorebridge and Middleton,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183933 +183933,S00120521,7c3,Outer City Hardship,S01011044,Gorebridge and Middleton - 05,4a,Challenged white communities,S02002072,Gorebridge and Middleton,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183934 +183934,S00120532,7c3,Outer City Hardship,S01011040,Gorebridge and Middleton - 01,4a,Challenged white communities,S02002072,Gorebridge and Middleton,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183935 +183935,S00120541,7c3,Outer City Hardship,S01011041,Gorebridge and Middleton - 02,4a,Challenged white communities,S02002072,Gorebridge and Middleton,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183936 +183936,S00120552,7c3,Outer City Hardship,S01010960,Roslin and Bilston - 04,5c,Comfortable neighbourhoods,S02002057,Roslin and Bilston,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183937 +183937,S00120555,7c3,Outer City Hardship,S01010960,Roslin and Bilston - 04,5c,Comfortable neighbourhoods,S02002057,Roslin and Bilston,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183938 +183938,S00120588,7c3,Outer City Hardship,S01010979,Bonnyrigg North - 02,4a,Challenged white communities,S02002061,Bonnyrigg North,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183939 +183939,S00120616,7c3,Outer City Hardship,S01010981,Bonnyrigg North - 04,5c,Comfortable neighbourhoods,S02002061,Bonnyrigg North,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183940 +183940,S00120620,7c3,Outer City Hardship,S01010983,Bonnyrigg North - 06,5c,Comfortable neighbourhoods,S02002061,Bonnyrigg North,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183941 +183941,S00120621,7c3,Outer City Hardship,S01010983,Bonnyrigg North - 06,5c,Comfortable neighbourhoods,S02002061,Bonnyrigg North,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183942 +183942,S00120641,7c3,Outer City Hardship,S01010978,Bonnyrigg North - 01,4a,Challenged white communities,S02002061,Bonnyrigg North,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183943 +183943,S00120681,7c3,Outer City Hardship,S01011005,Thornybank - 01,4d,Hard-pressed flat dwellers,S02002065,Thornybank,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183944 +183944,S00120683,7c3,Outer City Hardship,S01011005,Thornybank - 01,4d,Hard-pressed flat dwellers,S02002065,Thornybank,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183945 +183945,S00120748,7c3,Outer City Hardship,S01011010,Dalkeith - 01,4d,Hard-pressed flat dwellers,S02002066,Dalkeith,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183946 +183946,S00120765,7c3,Outer City Hardship,S01011032,Newtongrange - 02,4a,Challenged white communities,S02002070,Newtongrange,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183947 +183947,S00120777,7c3,Outer City Hardship,S01011032,Newtongrange - 02,4a,Challenged white communities,S02002070,Newtongrange,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183948 +183948,S00120780,7c3,Outer City Hardship,S01011031,Newtongrange - 01,5c,Comfortable neighbourhoods,S02002070,Newtongrange,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183949 +183949,S00120855,7c3,Outer City Hardship,S01010963,Straiton - 02,5c,Comfortable neighbourhoods,S02002058,Straiton,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183950 +183950,S00120857,7c3,Outer City Hardship,S01010965,Straiton - 04,4d,Hard-pressed flat dwellers,S02002058,Straiton,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183951 +183951,S00120881,7c3,Outer City Hardship,S01010966,Loanhead - 01,4a,Challenged white communities,S02002059,Loanhead,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183952 +183952,S00120888,7c3,Outer City Hardship,S01010970,Loanhead - 05,5c,Comfortable neighbourhoods,S02002059,Loanhead,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183953 +183953,S00120897,7c3,Outer City Hardship,S01011002,Shawfair - 03,4a,Challenged white communities,S02002064,Shawfair,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183954 +183954,S00121009,7c3,Outer City Hardship,S01011038,North Gorebridge - 02,4a,Challenged white communities,S02002071,North Gorebridge,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183955 +183955,S00121076,7c3,Outer City Hardship,S01010966,Loanhead - 01,4a,Challenged white communities,S02002059,Loanhead,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183956 +183956,S00120448,8c3,Renting Hard-Pressed Workers,S01010946,Penicuik East - 02,4a,Challenged white communities,S02002054,Penicuik East,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183957 +183957,S00120487,8c3,Renting Hard-Pressed Workers,S01010953,Penicuik North - 05,5c,Comfortable neighbourhoods,S02002055,Penicuik North,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183958 +183958,S00120508,8c3,Renting Hard-Pressed Workers,S01010950,Penicuik North - 02,5c,Comfortable neighbourhoods,S02002055,Penicuik North,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183959 +183959,S00120528,8c3,Renting Hard-Pressed Workers,S01011043,Gorebridge and Middleton - 04,4a,Challenged white communities,S02002072,Gorebridge and Middleton,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183960 +183960,S00120537,8c3,Renting Hard-Pressed Workers,S01011040,Gorebridge and Middleton - 01,4a,Challenged white communities,S02002072,Gorebridge and Middleton,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183961 +183961,S00120543,8c3,Renting Hard-Pressed Workers,S01011037,North Gorebridge - 01,4a,Challenged white communities,S02002071,North Gorebridge,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183962 +183962,S00120549,8c3,Renting Hard-Pressed Workers,S01011038,North Gorebridge - 02,4a,Challenged white communities,S02002071,North Gorebridge,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183963 +183963,S00120554,8c3,Renting Hard-Pressed Workers,S01010961,Roslin and Bilston - 05,5d,Endeavouring social renters,S02002057,Roslin and Bilston,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183964 +183964,S00120634,8c3,Renting Hard-Pressed Workers,S01010976,Bonnyrigg South - 06,5a,Ageing urban communities,S02002060,Bonnyrigg South,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183965 +183965,S00120636,8c3,Renting Hard-Pressed Workers,S01010977,Bonnyrigg South - 07,5c,Comfortable neighbourhoods,S02002060,Bonnyrigg South,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183966 +183966,S00120637,8c3,Renting Hard-Pressed Workers,S01010978,Bonnyrigg North - 01,4a,Challenged white communities,S02002061,Bonnyrigg North,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183967 +183967,S00120769,8a1,Industrious Transitions,S01011033,Newtongrange - 03,5d,Endeavouring social renters,S02002070,Newtongrange,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183968 +183968,S00120787,8a1,Industrious Transitions,S01011023,Easthouses - 03,5c,Comfortable neighbourhoods,S02002068,Easthouses,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183969 +183969,S00120895,8a1,Industrious Transitions,S01011003,Shawfair - 04,4a,Challenged white communities,S02002064,Shawfair,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183970 +183970,S00120977,8a1,Industrious Transitions,S01010952,Penicuik North - 04,5b,Aspiring urban households,S02002055,Penicuik North,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183971 +183971,S00120988,8a1,Industrious Transitions,S01011019,Pathhead and Rural East Midlothian - 06,2b,Prospering countryside life,S02002067,Pathhead and Rural East Midlothian,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183972 +183972,S00121047,8a1,Industrious Transitions,S01011006,Thornybank - 02,5c,Comfortable neighbourhoods,S02002065,Thornybank,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183973 +183973,S00121081,8a1,Industrious Transitions,S01011004,Shawfair - 05,5b,Aspiring urban households,S02002064,Shawfair,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183974 +183974,S00120794,7a3,Multi-Ethnic Hardship,S01011030,Mayfield - 06,5c,Comfortable neighbourhoods,S02002069,Mayfield,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183975 +183975,S00120810,7a3,Multi-Ethnic Hardship,S01011027,Mayfield - 03,4d,Hard-pressed flat dwellers,S02002069,Mayfield,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183976 +183976,S00120811,7a3,Multi-Ethnic Hardship,S01011027,Mayfield - 03,4d,Hard-pressed flat dwellers,S02002069,Mayfield,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183977 +183977,S00120384,5a2,Multi-Ethnic Professionals with Families,S01010989,Newbattle and Dalhousie - 05,8c,Comfortable suburbia,S02002062,Newbattle and Dalhousie,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183978 +183978,S00120492,5a2,Multi-Ethnic Professionals with Families,S01010953,Penicuik North - 05,5c,Comfortable neighbourhoods,S02002055,Penicuik North,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183979 +183979,S00120867,5a2,Multi-Ethnic Professionals with Families,S01010969,Loanhead - 04,5a,Ageing urban communities,S02002059,Loanhead,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183980 +183980,S00120911,5a2,Multi-Ethnic Professionals with Families,S01010955,Pentland - 02,3a,Achieving neighbourhoods,S02002056,Pentland,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183981 +183981,S00120912,5a2,Multi-Ethnic Professionals with Families,S01010955,Pentland - 02,3a,Achieving neighbourhoods,S02002056,Pentland,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183982 +183982,S00120994,5a2,Multi-Ethnic Professionals with Families,S01010934,Penicuik Southeast - 01,8c,Comfortable suburbia,S02002052,Penicuik Southeast,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183983 +183983,S00120735,6b1,Multi-Ethnic Suburbia,S01010996,Eskbank - 03,8a,Affluent communities,S02002063,Eskbank,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183984 +183984,S00120960,1a4,Older Farming Communities,S01010962,Straiton - 01,8b,Ageing suburbanites,S02002058,Straiton,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183985 +183985,S00120408,6b4,Older Workers and Retirement,S01011020,Pathhead and Rural East Midlothian - 07,2b,Prospering countryside life,S02002067,Pathhead and Rural East Midlothian,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183986 +183986,S00120468,6b4,Older Workers and Retirement,S01010941,Penicuik Southwest - 03,8b,Ageing suburbanites,S02002053,Penicuik Southwest,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183987 +183987,S00120476,6b4,Older Workers and Retirement,S01010942,Penicuik Southwest - 04,8b,Ageing suburbanites,S02002053,Penicuik Southwest,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183988 +183988,S00120496,6b4,Older Workers and Retirement,S01010952,Penicuik North - 04,5b,Aspiring urban households,S02002055,Penicuik North,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183989 +183989,S00120509,6b4,Older Workers and Retirement,S01010950,Penicuik North - 02,5c,Comfortable neighbourhoods,S02002055,Penicuik North,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183990 +183990,S00120557,6b4,Older Workers and Retirement,S01010954,Pentland - 01,5b,Aspiring urban households,S02002056,Pentland,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183991 +183991,S00120562,6b4,Older Workers and Retirement,S01010955,Pentland - 02,3a,Achieving neighbourhoods,S02002056,Pentland,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183992 +183992,S00120574,6b4,Older Workers and Retirement,S01010957,Roslin and Bilston - 01,8b,Ageing suburbanites,S02002057,Roslin and Bilston,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183993 +183993,S00120626,6b4,Older Workers and Retirement,S01010984,Bonnyrigg North - 07,8b,Ageing suburbanites,S02002061,Bonnyrigg North,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183994 +183994,S00120629,6b4,Older Workers and Retirement,S01010984,Bonnyrigg North - 07,8b,Ageing suburbanites,S02002061,Bonnyrigg North,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183995 +183995,S00120739,6b4,Older Workers and Retirement,S01010997,Eskbank - 04,8b,Ageing suburbanites,S02002063,Eskbank,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183996 +183996,S00120788,6b4,Older Workers and Retirement,S01011023,Easthouses - 03,5c,Comfortable neighbourhoods,S02002068,Easthouses,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183997 +183997,S00120846,6b4,Older Workers and Retirement,S01011018,Pathhead and Rural East Midlothian - 05,5c,Comfortable neighbourhoods,S02002067,Pathhead and Rural East Midlothian,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183998 +183998,S00120865,6b4,Older Workers and Retirement,S01010968,Loanhead - 03,5c,Comfortable neighbourhoods,S02002059,Loanhead,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,183999 +183999,S00120866,6b4,Older Workers and Retirement,S01010969,Loanhead - 04,5a,Ageing urban communities,S02002059,Loanhead,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184000 +184000,S00121769,1b3,Ageing Rural Flat Tenants,S01011049,South Speyside and the Cabrach - 05,5e,Primary sector workers,S02002073,South Speyside and the Cabrach,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184001 +184001,S00121770,1b3,Ageing Rural Flat Tenants,S01011049,South Speyside and the Cabrach - 05,5e,Primary sector workers,S02002073,South Speyside and the Cabrach,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184002 +184002,S00121771,1b3,Ageing Rural Flat Tenants,S01011052,North Speyside - 03,5e,Primary sector workers,S02002074,North Speyside,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184003 +184003,S00121775,1b3,Ageing Rural Flat Tenants,S01011060,Keith and Fife Keith - 01,5a,Ageing urban communities,S02002076,Keith and Fife Keith,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184004 +184004,S00121871,1b3,Ageing Rural Flat Tenants,S01011147,"Burghead, Roseisle and Laich - 06",5e,Primary sector workers,S02002092,"Burghead, Roseisle and Laich",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184005 +184005,S00121875,1b3,Ageing Rural Flat Tenants,S01011088,"Fochabers, Aultmore, Clochan and Ordiquish - 01",5e,Primary sector workers,S02002081,"Fochabers, Aultmore, Clochan and Ordiquish",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184006 +184006,S00121845,8c2,Ageing Rural Industry Workers,S01011108,New Elgin East - 02,5e,Primary sector workers,S02002085,New Elgin East,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184007 +184007,S00121846,8c2,Ageing Rural Industry Workers,S01011098,"Lhanbryde, Urquhart, Pitgavney and seaward - 03",5e,Primary sector workers,S02002083,"Lhanbryde, Urquhart, Pitgavney and seaward",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184008 +184008,S00121105,8c2,Ageing Rural Industry Workers,S01011078,Buckie West and Mains of Buckie - 01,2a,Ageing rural neighbourhoods,S02002079,Buckie West and Mains of Buckie,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184009 +184009,S00121157,8c2,Ageing Rural Industry Workers,S01011107,New Elgin East - 01,5e,Primary sector workers,S02002085,New Elgin East,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184010 +184010,S00121201,8c2,Ageing Rural Industry Workers,S01011045,South Speyside and the Cabrach - 01,2c,Remoter communities,S02002073,South Speyside and the Cabrach,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184011 +184011,S00121202,8c2,Ageing Rural Industry Workers,S01011045,South Speyside and the Cabrach - 01,2c,Remoter communities,S02002073,South Speyside and the Cabrach,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184012 +184012,S00121427,8b2,Hard-Pressed Rented Terraces,S01011101,Elgin Cathedral to Ashgrove and Pinefield - 01,4a,Challenged white communities,S02002084,Elgin Cathedral to Ashgrove and Pinefield,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184013 +184013,S00121235,8c2,Ageing Rural Industry Workers,S01011048,South Speyside and the Cabrach - 04,5e,Primary sector workers,S02002073,South Speyside and the Cabrach,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184014 +184014,S00121241,8c2,Ageing Rural Industry Workers,S01011048,South Speyside and the Cabrach - 04,5e,Primary sector workers,S02002073,South Speyside and the Cabrach,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184015 +184015,S00121250,8c2,Ageing Rural Industry Workers,S01011051,North Speyside - 02,2d,Rural traits,S02002074,North Speyside,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184016 +184016,S00121253,8c2,Ageing Rural Industry Workers,S01011053,North Speyside - 04,5e,Primary sector workers,S02002074,North Speyside,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184017 +184017,S00121259,8c2,Ageing Rural Industry Workers,S01011064,Keith and Fife Keith - 05,5e,Primary sector workers,S02002076,Keith and Fife Keith,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184018 +184018,S00121272,8c2,Ageing Rural Industry Workers,S01011063,Keith and Fife Keith - 04,5d,Endeavouring social renters,S02002076,Keith and Fife Keith,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184019 +184019,S00121273,8c2,Ageing Rural Industry Workers,S01011062,Keith and Fife Keith - 03,5e,Primary sector workers,S02002076,Keith and Fife Keith,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184020 +184020,S00121275,8c2,Ageing Rural Industry Workers,S01011061,Keith and Fife Keith - 02,5e,Primary sector workers,S02002076,Keith and Fife Keith,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184021 +184021,S00121276,8c2,Ageing Rural Industry Workers,S01011061,Keith and Fife Keith - 02,5e,Primary sector workers,S02002076,Keith and Fife Keith,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184022 +184022,S00121279,8c2,Ageing Rural Industry Workers,S01011061,Keith and Fife Keith - 02,5e,Primary sector workers,S02002076,Keith and Fife Keith,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184023 +184023,S00121280,8c2,Ageing Rural Industry Workers,S01011061,Keith and Fife Keith - 02,5e,Primary sector workers,S02002076,Keith and Fife Keith,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184024 +184024,S00121281,8c2,Ageing Rural Industry Workers,S01011061,Keith and Fife Keith - 02,5e,Primary sector workers,S02002076,Keith and Fife Keith,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184025 +184025,S00121303,8c2,Ageing Rural Industry Workers,S01011159,Forres South West and Mannachie - 01,5e,Primary sector workers,S02002095,Forres South West and Mannachie,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184026 +184026,S00121312,8c2,Ageing Rural Industry Workers,S01011155,Forres Central East and seaward - 03,5e,Primary sector workers,S02002094,Forres Central East and seaward,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184027 +184027,S00121322,8c2,Ageing Rural Industry Workers,S01011164,Forres South West and Mannachie - 06,5a,Ageing urban communities,S02002095,Forres South West and Mannachie,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184028 +184028,S00121329,8c2,Ageing Rural Industry Workers,S01011163,Forres South West and Mannachie - 05,5d,Endeavouring social renters,S02002095,Forres South West and Mannachie,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184029 +184029,S00121332,8c2,Ageing Rural Industry Workers,S01011089,"Fochabers, Aultmore, Clochan and Ordiquish - 02",5e,Primary sector workers,S02002081,"Fochabers, Aultmore, Clochan and Ordiquish",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184030 +184030,S00121333,8c2,Ageing Rural Industry Workers,S01011089,"Fochabers, Aultmore, Clochan and Ordiquish - 02",5e,Primary sector workers,S02002081,"Fochabers, Aultmore, Clochan and Ordiquish",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184031 +184031,S00121365,8c2,Ageing Rural Industry Workers,S01011119,Elgin Central West - 03,5e,Primary sector workers,S02002087,Elgin Central West,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184032 +184032,S00121385,8c2,Ageing Rural Industry Workers,S01011105,Elgin Cathedral to Ashgrove and Pinefield - 05,4b,Constrained renters,S02002084,Elgin Cathedral to Ashgrove and Pinefield,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184033 +184033,S00121415,8c2,Ageing Rural Industry Workers,S01011123,Elgin Bishopmill East and Ladyhill - 03,5e,Primary sector workers,S02002088,Elgin Bishopmill East and Ladyhill,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184034 +184034,S00121421,8c2,Ageing Rural Industry Workers,S01011123,Elgin Bishopmill East and Ladyhill - 03,5e,Primary sector workers,S02002088,Elgin Bishopmill East and Ladyhill,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184035 +184035,S00121440,8c2,Ageing Rural Industry Workers,S01011115,New Elgin West - 04,4a,Challenged white communities,S02002086,New Elgin West,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184036 +184036,S00121442,8c2,Ageing Rural Industry Workers,S01011115,New Elgin West - 04,4a,Challenged white communities,S02002086,New Elgin West,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184037 +184037,S00121453,8c2,Ageing Rural Industry Workers,S01011113,New Elgin West - 02,5d,Endeavouring social renters,S02002086,New Elgin West,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184038 +184038,S00121454,8c2,Ageing Rural Industry Workers,S01011113,New Elgin West - 02,5d,Endeavouring social renters,S02002086,New Elgin West,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184039 +184039,S00121467,8c2,Ageing Rural Industry Workers,S01011111,New Elgin East - 05,4b,Constrained renters,S02002085,New Elgin East,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184040 +184040,S00121484,8c2,Ageing Rural Industry Workers,S01011100,"Lhanbryde, Urquhart, Pitgavney and seaward - 05",5d,Endeavouring social renters,S02002083,"Lhanbryde, Urquhart, Pitgavney and seaward",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184041 +184041,S00121501,8c2,Ageing Rural Industry Workers,S01011083,"Mosstodloch, Portgordon and seaward - 01",5d,Endeavouring social renters,S02002080,"Mosstodloch, Portgordon and seaward",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184042 +184042,S00121530,8c2,Ageing Rural Industry Workers,S01011076,Buckie Central East - 04,5e,Primary sector workers,S02002078,Buckie Central East,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184043 +184043,S00121533,8c2,Ageing Rural Industry Workers,S01011077,Buckie Central East - 05,4a,Challenged white communities,S02002078,Buckie Central East,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184044 +184044,S00121537,8c2,Ageing Rural Industry Workers,S01011075,Buckie Central East - 03,4a,Challenged white communities,S02002078,Buckie Central East,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184045 +184045,S00121546,8c2,Ageing Rural Industry Workers,S01011076,Buckie Central East - 04,5e,Primary sector workers,S02002078,Buckie Central East,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184046 +184046,S00121553,8c2,Ageing Rural Industry Workers,S01011073,Buckie Central East - 01,2d,Rural traits,S02002078,Buckie Central East,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184047 +184047,S00121555,8c2,Ageing Rural Industry Workers,S01011082,Buckie West and Mains of Buckie - 05,4a,Challenged white communities,S02002079,Buckie West and Mains of Buckie,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184048 +184048,S00121563,8c2,Ageing Rural Industry Workers,S01011065,"Cullen, Portknockie, Findochty, Drybridge and Berryhillock - 01",2a,Ageing rural neighbourhoods,S02002077,"Cullen, Portknockie, Findochty, Drybridge and Berryhillock",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184049 +184049,S00121569,8c2,Ageing Rural Industry Workers,S01011067,"Cullen, Portknockie, Findochty, Drybridge and Berryhillock - 03",5e,Primary sector workers,S02002077,"Cullen, Portknockie, Findochty, Drybridge and Berryhillock",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184050 +184050,S00121578,8c2,Ageing Rural Industry Workers,S01011070,"Cullen, Portknockie, Findochty, Drybridge and Berryhillock - 06",5e,Primary sector workers,S02002077,"Cullen, Portknockie, Findochty, Drybridge and Berryhillock",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184051 +184051,S00121583,8c2,Ageing Rural Industry Workers,S01011146,"Burghead, Roseisle and Laich - 05",5d,Endeavouring social renters,S02002092,"Burghead, Roseisle and Laich",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184052 +184052,S00121839,7b1,Eastern European Communities,S01011106,Elgin Cathedral to Ashgrove and Pinefield - 06,4b,Constrained renters,S02002084,Elgin Cathedral to Ashgrove and Pinefield,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184053 +184053,S00121107,6a3,Detached Retirement Living,S01011065,"Cullen, Portknockie, Findochty, Drybridge and Berryhillock - 01",2a,Ageing rural neighbourhoods,S02002077,"Cullen, Portknockie, Findochty, Drybridge and Berryhillock",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184054 +184054,S00121880,7c1,Challenged Transitionaries,S01011125,Elgin Bishopmill East and Ladyhill - 05,4a,Challenged white communities,S02002088,Elgin Bishopmill East and Ladyhill,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184055 +184055,S00121174,1b3,Ageing Rural Flat Tenants,S01011097,"Lhanbryde, Urquhart, Pitgavney and seaward - 02",2c,Remoter communities,S02002083,"Lhanbryde, Urquhart, Pitgavney and seaward",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184056 +184056,S00121634,8c2,Ageing Rural Industry Workers,S01011134,Lossiemouth East and Seatown - 04,5e,Primary sector workers,S02002090,Lossiemouth East and Seatown,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184057 +184057,S00121382,7b1,Eastern European Communities,S01011103,Elgin Cathedral to Ashgrove and Pinefield - 03,4b,Constrained renters,S02002084,Elgin Cathedral to Ashgrove and Pinefield,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184058 +184058,S00121132,6a3,Detached Retirement Living,S01011142,"Burghead, Roseisle and Laich - 01",2a,Ageing rural neighbourhoods,S02002092,"Burghead, Roseisle and Laich",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184059 +184059,S00121858,6a2,Comfortable Suburbia,S01011146,"Burghead, Roseisle and Laich - 05",5d,Endeavouring social renters,S02002092,"Burghead, Roseisle and Laich",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184060 +184060,S00121196,1b3,Ageing Rural Flat Tenants,S01011050,North Speyside - 01,2c,Remoter communities,S02002074,North Speyside,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184061 +184061,S00121032,6b2,White Suburban Communities,S01010988,Newbattle and Dalhousie - 04,8c,Comfortable suburbia,S02002062,Newbattle and Dalhousie,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184062 +184062,S00121428,8b2,Hard-Pressed Rented Terraces,S01011101,Elgin Cathedral to Ashgrove and Pinefield - 01,4a,Challenged white communities,S02002084,Elgin Cathedral to Ashgrove and Pinefield,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184063 +184063,S00121200,1b3,Ageing Rural Flat Tenants,S01011050,North Speyside - 01,2c,Remoter communities,S02002074,North Speyside,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184064 +184064,S00121430,8b2,Hard-Pressed Rented Terraces,S01011101,Elgin Cathedral to Ashgrove and Pinefield - 01,4a,Challenged white communities,S02002084,Elgin Cathedral to Ashgrove and Pinefield,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184065 +184065,S00121037,6b2,White Suburban Communities,S01010987,Newbattle and Dalhousie - 03,8c,Comfortable suburbia,S02002062,Newbattle and Dalhousie,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184066 +184066,S00121153,6a2,Comfortable Suburbia,S01011094,"Heldon West, Fogwatt to Inchberry - 04",2a,Ageing rural neighbourhoods,S02002082,"Heldon West, Fogwatt to Inchberry",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184067 +184067,S00121206,1b3,Ageing Rural Flat Tenants,S01011045,South Speyside and the Cabrach - 01,2c,Remoter communities,S02002073,South Speyside and the Cabrach,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184068 +184068,S00121434,7b1,Eastern European Communities,S01011102,Elgin Cathedral to Ashgrove and Pinefield - 02,4b,Constrained renters,S02002084,Elgin Cathedral to Ashgrove and Pinefield,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184069 +184069,S00121431,8b2,Hard-Pressed Rented Terraces,S01011101,Elgin Cathedral to Ashgrove and Pinefield - 01,4a,Challenged white communities,S02002084,Elgin Cathedral to Ashgrove and Pinefield,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184070 +184070,S00121435,7b1,Eastern European Communities,S01011102,Elgin Cathedral to Ashgrove and Pinefield - 02,4b,Constrained renters,S02002084,Elgin Cathedral to Ashgrove and Pinefield,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184071 +184071,S00121236,1b3,Ageing Rural Flat Tenants,S01011049,South Speyside and the Cabrach - 05,5e,Primary sector workers,S02002073,South Speyside and the Cabrach,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184072 +184072,S00121160,6a2,Comfortable Suburbia,S01011112,New Elgin West - 01,5b,Aspiring urban households,S02002086,New Elgin West,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184073 +184073,S00121635,8c2,Ageing Rural Industry Workers,S01011134,Lossiemouth East and Seatown - 04,5e,Primary sector workers,S02002090,Lossiemouth East and Seatown,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184074 +184074,S00121135,6a3,Detached Retirement Living,S01011145,"Burghead, Roseisle and Laich - 04",2c,Remoter communities,S02002092,"Burghead, Roseisle and Laich",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184075 +184075,S00121433,8b2,Hard-Pressed Rented Terraces,S01011102,Elgin Cathedral to Ashgrove and Pinefield - 02,4b,Constrained renters,S02002084,Elgin Cathedral to Ashgrove and Pinefield,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184076 +184076,S00121176,6a2,Comfortable Suburbia,S01011129,Elgin Bishopmill West and Newfield - 04,8a,Affluent communities,S02002089,Elgin Bishopmill West and Newfield,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184077 +184077,S00121245,1b3,Ageing Rural Flat Tenants,S01011052,North Speyside - 03,5e,Primary sector workers,S02002074,North Speyside,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184078 +184078,S00121465,7b1,Eastern European Communities,S01011110,New Elgin East - 04,4a,Challenged white communities,S02002085,New Elgin East,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184079 +184079,S00121638,8c2,Ageing Rural Industry Workers,S01011135,Lossiemouth East and Seatown - 05,5e,Primary sector workers,S02002090,Lossiemouth East and Seatown,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184080 +184080,S00121059,6b2,White Suburban Communities,S01010993,Newbattle and Dalhousie - 09,8b,Ageing suburbanites,S02002062,Newbattle and Dalhousie,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184081 +184081,S00121072,6b2,White Suburban Communities,S01010963,Straiton - 02,5c,Comfortable neighbourhoods,S02002058,Straiton,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184082 +184082,S00121448,8b2,Hard-Pressed Rented Terraces,S01011116,New Elgin West - 05,5e,Primary sector workers,S02002086,New Elgin West,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184083 +184083,S00121073,6b2,White Suburban Communities,S01010963,Straiton - 02,5c,Comfortable neighbourhoods,S02002058,Straiton,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184084 +184084,S00121640,8c2,Ageing Rural Industry Workers,S01011135,Lossiemouth East and Seatown - 05,5e,Primary sector workers,S02002090,Lossiemouth East and Seatown,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184085 +184085,S00121341,6a2,Comfortable Suburbia,S01011088,"Fochabers, Aultmore, Clochan and Ordiquish - 01",5e,Primary sector workers,S02002081,"Fochabers, Aultmore, Clochan and Ordiquish",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184086 +184086,S00121739,7b1,Eastern European Communities,S01011111,New Elgin East - 05,4b,Constrained renters,S02002085,New Elgin East,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184087 +184087,S00121246,1b3,Ageing Rural Flat Tenants,S01011052,North Speyside - 03,5e,Primary sector workers,S02002074,North Speyside,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184088 +184088,S00121152,6a3,Detached Retirement Living,S01011095,"Heldon West, Fogwatt to Inchberry - 05",2c,Remoter communities,S02002082,"Heldon West, Fogwatt to Inchberry",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184089 +184089,S00121641,8c2,Ageing Rural Industry Workers,S01011135,Lossiemouth East and Seatown - 05,5e,Primary sector workers,S02002090,Lossiemouth East and Seatown,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184090 +184090,S00121361,6a2,Comfortable Suburbia,S01011119,Elgin Central West - 03,5e,Primary sector workers,S02002087,Elgin Central West,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184091 +184091,S00121079,6b2,White Suburban Communities,S01011004,Shawfair - 05,5b,Aspiring urban households,S02002064,Shawfair,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184092 +184092,S00121451,8b2,Hard-Pressed Rented Terraces,S01011113,New Elgin West - 02,5d,Endeavouring social renters,S02002086,New Elgin West,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184093 +184093,S00121248,1b3,Ageing Rural Flat Tenants,S01011051,North Speyside - 02,2d,Rural traits,S02002074,North Speyside,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184094 +184094,S00121180,6a3,Detached Retirement Living,S01011090,"Fochabers, Aultmore, Clochan and Ordiquish - 03",2c,Remoter communities,S02002081,"Fochabers, Aultmore, Clochan and Ordiquish",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184095 +184095,S00121815,1a2,Established Farming Communities,S01011129,Elgin Bishopmill West and Newfield - 04,8a,Affluent communities,S02002089,Elgin Bishopmill West and Newfield,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184096 +184096,S00121437,6a2,Comfortable Suburbia,S01011120,Elgin Central West - 04,8b,Ageing suburbanites,S02002087,Elgin Central West,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184097 +184097,S00121642,8c2,Ageing Rural Industry Workers,S01011135,Lossiemouth East and Seatown - 05,5e,Primary sector workers,S02002090,Lossiemouth East and Seatown,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184098 +184098,S00121720,6a2,Comfortable Suburbia,S01011143,"Burghead, Roseisle and Laich - 02",8b,Ageing suburbanites,S02002092,"Burghead, Roseisle and Laich",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184099 +184099,S00121080,6b2,White Suburban Communities,S01011004,Shawfair - 05,5b,Aspiring urban households,S02002064,Shawfair,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184100 +184100,S00121462,8b2,Hard-Pressed Rented Terraces,S01011110,New Elgin East - 04,4a,Challenged white communities,S02002085,New Elgin East,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184101 +184101,S00121262,1b3,Ageing Rural Flat Tenants,S01011064,Keith and Fife Keith - 05,5e,Primary sector workers,S02002076,Keith and Fife Keith,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184102 +184102,S00121183,6a3,Detached Retirement Living,S01011084,"Mosstodloch, Portgordon and seaward - 02",2c,Remoter communities,S02002080,"Mosstodloch, Portgordon and seaward",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184103 +184103,S00121099,1a2,Established Farming Communities,S01011084,"Mosstodloch, Portgordon and seaward - 02",2c,Remoter communities,S02002080,"Mosstodloch, Portgordon and seaward",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184104 +184104,S00121188,6a3,Detached Retirement Living,S01011085,"Mosstodloch, Portgordon and seaward - 03",2c,Remoter communities,S02002080,"Mosstodloch, Portgordon and seaward",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184105 +184105,S00121082,6b2,White Suburban Communities,S01011004,Shawfair - 05,5b,Aspiring urban households,S02002064,Shawfair,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184106 +184106,S00121735,6a2,Comfortable Suburbia,S01011114,New Elgin West - 03,8b,Ageing suburbanites,S02002086,New Elgin West,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184107 +184107,S00121643,8c2,Ageing Rural Industry Workers,S01011135,Lossiemouth East and Seatown - 05,5e,Primary sector workers,S02002090,Lossiemouth East and Seatown,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184108 +184108,S00121104,1a2,Established Farming Communities,S01011078,Buckie West and Mains of Buckie - 01,2a,Ageing rural neighbourhoods,S02002079,Buckie West and Mains of Buckie,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184109 +184109,S00121464,8b2,Hard-Pressed Rented Terraces,S01011110,New Elgin East - 04,4a,Challenged white communities,S02002085,New Elgin East,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184110 +184110,S00121263,1b3,Ageing Rural Flat Tenants,S01011064,Keith and Fife Keith - 05,5e,Primary sector workers,S02002076,Keith and Fife Keith,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184111 +184111,S00120436,8d1,Young Hard-Pressed Families,S01010938,Penicuik Southeast - 05,4a,Challenged white communities,S02002052,Penicuik Southeast,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184112 +184112,S00121189,6a3,Detached Retirement Living,S01011085,"Mosstodloch, Portgordon and seaward - 03",2c,Remoter communities,S02002080,"Mosstodloch, Portgordon and seaward",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184113 +184113,S00120534,8d1,Young Hard-Pressed Families,S01011041,Gorebridge and Middleton - 02,4a,Challenged white communities,S02002072,Gorebridge and Middleton,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184114 +184114,S00121803,5b2,Communal Retirement,S01011117,Elgin Central West - 01,5e,Primary sector workers,S02002087,Elgin Central West,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184115 +184115,S00121644,8c2,Ageing Rural Industry Workers,S01011135,Lossiemouth East and Seatown - 05,5e,Primary sector workers,S02002090,Lossiemouth East and Seatown,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184116 +184116,S00121114,1a2,Established Farming Communities,S01011090,"Fochabers, Aultmore, Clochan and Ordiquish - 03",2c,Remoter communities,S02002081,"Fochabers, Aultmore, Clochan and Ordiquish",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184117 +184117,S00121472,8b2,Hard-Pressed Rented Terraces,S01011105,Elgin Cathedral to Ashgrove and Pinefield - 05,4b,Constrained renters,S02002084,Elgin Cathedral to Ashgrove and Pinefield,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184118 +184118,S00121266,1b3,Ageing Rural Flat Tenants,S01011060,Keith and Fife Keith - 01,5a,Ageing urban communities,S02002076,Keith and Fife Keith,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184119 +184119,S00121473,8b2,Hard-Pressed Rented Terraces,S01011106,Elgin Cathedral to Ashgrove and Pinefield - 06,4b,Constrained renters,S02002084,Elgin Cathedral to Ashgrove and Pinefield,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184120 +184120,S00121645,8c2,Ageing Rural Industry Workers,S01011140,Lossiemouth West - 05,5e,Primary sector workers,S02002091,Lossiemouth West,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184121 +184121,S00121865,5b2,Communal Retirement,S01011136,Lossiemouth West - 01,5a,Ageing urban communities,S02002091,Lossiemouth West,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184122 +184122,S00120539,8d1,Young Hard-Pressed Families,S01011041,Gorebridge and Middleton - 02,4a,Challenged white communities,S02002072,Gorebridge and Middleton,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184123 +184123,S00121219,6a3,Detached Retirement Living,S01011167,"Rafford, Dallas, Dyke to Dava - 01",2a,Ageing rural neighbourhoods,S02002096,"Rafford, Dallas, Dyke to Dava",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184124 +184124,S00121338,1b3,Ageing Rural Flat Tenants,S01011088,"Fochabers, Aultmore, Clochan and Ordiquish - 01",5e,Primary sector workers,S02002081,"Fochabers, Aultmore, Clochan and Ordiquish",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184125 +184125,S00121139,1a2,Established Farming Communities,S01011094,"Heldon West, Fogwatt to Inchberry - 04",2a,Ageing rural neighbourhoods,S02002082,"Heldon West, Fogwatt to Inchberry",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184126 +184126,S00121483,8b2,Hard-Pressed Rented Terraces,S01011099,"Lhanbryde, Urquhart, Pitgavney and seaward - 04",4a,Challenged white communities,S02002083,"Lhanbryde, Urquhart, Pitgavney and seaward",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184127 +184127,S00121672,8c2,Ageing Rural Industry Workers,S01011053,North Speyside - 04,5e,Primary sector workers,S02002074,North Speyside,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184128 +184128,S00121376,5b2,Communal Retirement,S01011117,Elgin Central West - 01,5e,Primary sector workers,S02002087,Elgin Central West,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184129 +184129,S00120546,8d1,Young Hard-Pressed Families,S01011038,North Gorebridge - 02,4a,Challenged white communities,S02002071,North Gorebridge,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184130 +184130,S00121304,6a3,Detached Retirement Living,S01011158,Forres Central East and seaward - 06,8b,Ageing suburbanites,S02002094,Forres Central East and seaward,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184131 +184131,S00121340,1b3,Ageing Rural Flat Tenants,S01011088,"Fochabers, Aultmore, Clochan and Ordiquish - 01",5e,Primary sector workers,S02002081,"Fochabers, Aultmore, Clochan and Ordiquish",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184132 +184132,S00121155,1a2,Established Farming Communities,S01011093,"Heldon West, Fogwatt to Inchberry - 03",2c,Remoter communities,S02002082,"Heldon West, Fogwatt to Inchberry",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184133 +184133,S00121488,8b2,Hard-Pressed Rented Terraces,S01011099,"Lhanbryde, Urquhart, Pitgavney and seaward - 04",4a,Challenged white communities,S02002083,"Lhanbryde, Urquhart, Pitgavney and seaward",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184134 +184134,S00120754,8d1,Young Hard-Pressed Families,S01011035,Newtongrange - 05,4a,Challenged white communities,S02002070,Newtongrange,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184135 +184135,S00120782,8d1,Young Hard-Pressed Families,S01011021,Easthouses - 01,5d,Endeavouring social renters,S02002068,Easthouses,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184136 +184136,S00120790,8d1,Young Hard-Pressed Families,S01011021,Easthouses - 01,5d,Endeavouring social renters,S02002068,Easthouses,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184137 +184137,S00120874,8d1,Young Hard-Pressed Families,S01010967,Loanhead - 02,4a,Challenged white communities,S02002059,Loanhead,S12000019,Midlothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184138 +184138,S00121794,7d1,Ageing Communities and Families,S01011153,Forres Central East and seaward - 01,5e,Primary sector workers,S02002094,Forres Central East and seaward,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184139 +184139,S00121801,7d1,Ageing Communities and Families,S01011118,Elgin Central West - 02,5e,Primary sector workers,S02002087,Elgin Central West,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184140 +184140,S00121308,7d1,Ageing Communities and Families,S01011155,Forres Central East and seaward - 03,5e,Primary sector workers,S02002094,Forres Central East and seaward,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184141 +184141,S00121309,7d1,Ageing Communities and Families,S01011154,Forres Central East and seaward - 02,4d,Hard-pressed flat dwellers,S02002094,Forres Central East and seaward,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184142 +184142,S00121313,7d1,Ageing Communities and Families,S01011155,Forres Central East and seaward - 03,5e,Primary sector workers,S02002094,Forres Central East and seaward,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184143 +184143,S00121315,7d1,Ageing Communities and Families,S01011155,Forres Central East and seaward - 03,5e,Primary sector workers,S02002094,Forres Central East and seaward,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184144 +184144,S00121316,7d1,Ageing Communities and Families,S01011155,Forres Central East and seaward - 03,5e,Primary sector workers,S02002094,Forres Central East and seaward,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184145 +184145,S00121369,7d1,Ageing Communities and Families,S01011121,Elgin Bishopmill East and Ladyhill - 01,4b,Constrained renters,S02002088,Elgin Bishopmill East and Ladyhill,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184146 +184146,S00121370,7d1,Ageing Communities and Families,S01011121,Elgin Bishopmill East and Ladyhill - 01,4b,Constrained renters,S02002088,Elgin Bishopmill East and Ladyhill,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184147 +184147,S00121384,7d1,Ageing Communities and Families,S01011103,Elgin Cathedral to Ashgrove and Pinefield - 03,4b,Constrained renters,S02002084,Elgin Cathedral to Ashgrove and Pinefield,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184148 +184148,S00121388,7d1,Ageing Communities and Families,S01011104,Elgin Cathedral to Ashgrove and Pinefield - 04,5a,Ageing urban communities,S02002084,Elgin Cathedral to Ashgrove and Pinefield,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184149 +184149,S00121481,7d1,Ageing Communities and Families,S01011098,"Lhanbryde, Urquhart, Pitgavney and seaward - 03",5e,Primary sector workers,S02002083,"Lhanbryde, Urquhart, Pitgavney and seaward",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184150 +184150,S00121517,7d1,Ageing Communities and Families,S01011080,Buckie West and Mains of Buckie - 03,5e,Primary sector workers,S02002079,Buckie West and Mains of Buckie,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184151 +184151,S00121547,7d1,Ageing Communities and Families,S01011076,Buckie Central East - 04,5e,Primary sector workers,S02002078,Buckie Central East,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184152 +184152,S00121637,7d1,Ageing Communities and Families,S01011134,Lossiemouth East and Seatown - 04,5e,Primary sector workers,S02002090,Lossiemouth East and Seatown,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184153 +184153,S00121777,7d1,Ageing Communities and Families,S01011062,Keith and Fife Keith - 03,5e,Primary sector workers,S02002076,Keith and Fife Keith,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184154 +184154,S00121862,6a4,Ageing in Suburbia,S01011143,"Burghead, Roseisle and Laich - 02",8b,Ageing suburbanites,S02002092,"Burghead, Roseisle and Laich",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184155 +184155,S00121863,6a4,Ageing in Suburbia,S01011143,"Burghead, Roseisle and Laich - 02",8b,Ageing suburbanites,S02002092,"Burghead, Roseisle and Laich",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184156 +184156,S00121137,6a4,Ageing in Suburbia,S01011146,"Burghead, Roseisle and Laich - 05",5d,Endeavouring social renters,S02002092,"Burghead, Roseisle and Laich",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184157 +184157,S00121215,6a4,Ageing in Suburbia,S01011167,"Rafford, Dallas, Dyke to Dava - 01",2a,Ageing rural neighbourhoods,S02002096,"Rafford, Dallas, Dyke to Dava",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184158 +184158,S00121368,6a4,Ageing in Suburbia,S01011118,Elgin Central West - 02,5e,Primary sector workers,S02002087,Elgin Central West,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184159 +184159,S00121381,6a4,Ageing in Suburbia,S01011117,Elgin Central West - 01,5e,Primary sector workers,S02002087,Elgin Central West,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184160 +184160,S00121764,6a4,Ageing in Suburbia,S01011169,"Rafford, Dallas, Dyke to Dava - 03",2d,Rural traits,S02002096,"Rafford, Dallas, Dyke to Dava",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184161 +184161,S00121823,8c1,Ageing Industrious Workers,S01011125,Elgin Bishopmill East and Ladyhill - 05,4a,Challenged white communities,S02002088,Elgin Bishopmill East and Ladyhill,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184162 +184162,S00121342,8c1,Ageing Industrious Workers,S01011088,"Fochabers, Aultmore, Clochan and Ordiquish - 01",5e,Primary sector workers,S02002081,"Fochabers, Aultmore, Clochan and Ordiquish",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184163 +184163,S00121406,8c1,Ageing Industrious Workers,S01011130,Elgin Bishopmill West and Newfield - 05,5e,Primary sector workers,S02002089,Elgin Bishopmill West and Newfield,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184164 +184164,S00121478,8c1,Ageing Industrious Workers,S01011100,"Lhanbryde, Urquhart, Pitgavney and seaward - 05",5d,Endeavouring social renters,S02002083,"Lhanbryde, Urquhart, Pitgavney and seaward",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184165 +184165,S00121567,8c1,Ageing Industrious Workers,S01011066,"Cullen, Portknockie, Findochty, Drybridge and Berryhillock - 02",5e,Primary sector workers,S02002077,"Cullen, Portknockie, Findochty, Drybridge and Berryhillock",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184166 +184166,S00121674,8c1,Ageing Industrious Workers,S01011064,Keith and Fife Keith - 05,5e,Primary sector workers,S02002076,Keith and Fife Keith,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184167 +184167,S00121822,1b3,Ageing Rural Flat Tenants,S01011126,Elgin Bishopmill West and Newfield - 01,5c,Comfortable neighbourhoods,S02002089,Elgin Bishopmill West and Newfield,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184168 +184168,S00121854,1b3,Ageing Rural Flat Tenants,S01011074,Buckie Central East - 02,5e,Primary sector workers,S02002078,Buckie Central East,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184169 +184169,S00121094,1b3,Ageing Rural Flat Tenants,S01011054,North Speyside - 05,2d,Rural traits,S02002074,North Speyside,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184170 +184170,S00121103,1b3,Ageing Rural Flat Tenants,S01011073,Buckie Central East - 01,2d,Rural traits,S02002078,Buckie Central East,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184171 +184171,S00121108,1b3,Ageing Rural Flat Tenants,S01011065,"Cullen, Portknockie, Findochty, Drybridge and Berryhillock - 01",2a,Ageing rural neighbourhoods,S02002077,"Cullen, Portknockie, Findochty, Drybridge and Berryhillock",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184172 +184172,S00121347,1b3,Ageing Rural Flat Tenants,S01011087,"Mosstodloch, Portgordon and seaward - 05",5e,Primary sector workers,S02002080,"Mosstodloch, Portgordon and seaward",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184173 +184173,S00121380,5b2,Communal Retirement,S01011104,Elgin Cathedral to Ashgrove and Pinefield - 04,5a,Ageing urban communities,S02002084,Elgin Cathedral to Ashgrove and Pinefield,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184174 +184174,S00121716,8c2,Ageing Rural Industry Workers,S01011069,"Cullen, Portknockie, Findochty, Drybridge and Berryhillock - 05",5e,Primary sector workers,S02002077,"Cullen, Portknockie, Findochty, Drybridge and Berryhillock",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184175 +184175,S00121305,6a3,Detached Retirement Living,S01011158,Forres Central East and seaward - 06,8b,Ageing suburbanites,S02002094,Forres Central East and seaward,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184176 +184176,S00121506,8b2,Hard-Pressed Rented Terraces,S01011081,Buckie West and Mains of Buckie - 04,5e,Primary sector workers,S02002079,Buckie West and Mains of Buckie,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184177 +184177,S00121495,5b2,Communal Retirement,S01011149,"Findhorn, Kinloss and Pluscarden Valley - 02",2a,Ageing rural neighbourhoods,S02002093,"Findhorn, Kinloss and Pluscarden Valley",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184178 +184178,S00121359,1b3,Ageing Rural Flat Tenants,S01011118,Elgin Central West - 02,5e,Primary sector workers,S02002087,Elgin Central West,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184179 +184179,S00121729,8c2,Ageing Rural Industry Workers,S01011165,Forres South West and Mannachie - 07,4b,Constrained renters,S02002095,Forres South West and Mannachie,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184180 +184180,S00121156,1a2,Established Farming Communities,S01011093,"Heldon West, Fogwatt to Inchberry - 03",2c,Remoter communities,S02002082,"Heldon West, Fogwatt to Inchberry",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184181 +184181,S00121319,6a3,Detached Retirement Living,S01011158,Forres Central East and seaward - 06,8b,Ageing suburbanites,S02002094,Forres Central East and seaward,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184182 +184182,S00121536,8b2,Hard-Pressed Rented Terraces,S01011077,Buckie Central East - 05,4a,Challenged white communities,S02002078,Buckie Central East,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184183 +184183,S00121733,8c2,Ageing Rural Industry Workers,S01011163,Forres South West and Mannachie - 05,5d,Endeavouring social renters,S02002095,Forres South West and Mannachie,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184184 +184184,S00121581,5b2,Communal Retirement,S01011147,"Burghead, Roseisle and Laich - 06",5e,Primary sector workers,S02002092,"Burghead, Roseisle and Laich",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184185 +184185,S00121162,1a2,Established Farming Communities,S01011092,"Heldon West, Fogwatt to Inchberry - 02",4b,Constrained renters,S02002082,"Heldon West, Fogwatt to Inchberry",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184186 +184186,S00121324,6a3,Detached Retirement Living,S01011156,Forres Central East and seaward - 04,8b,Ageing suburbanites,S02002094,Forres Central East and seaward,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184187 +184187,S00121343,6a3,Detached Retirement Living,S01011086,"Mosstodloch, Portgordon and seaward - 04",2c,Remoter communities,S02002080,"Mosstodloch, Portgordon and seaward",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184188 +184188,S00121358,6a3,Detached Retirement Living,S01011119,Elgin Central West - 03,5e,Primary sector workers,S02002087,Elgin Central West,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184189 +184189,S00121360,6a3,Detached Retirement Living,S01011119,Elgin Central West - 03,5e,Primary sector workers,S02002087,Elgin Central West,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184190 +184190,S00121393,6a3,Detached Retirement Living,S01011120,Elgin Central West - 04,8b,Ageing suburbanites,S02002087,Elgin Central West,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184191 +184191,S00121394,6a3,Detached Retirement Living,S01011120,Elgin Central West - 04,8b,Ageing suburbanites,S02002087,Elgin Central West,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184192 +184192,S00121395,6a3,Detached Retirement Living,S01011120,Elgin Central West - 04,8b,Ageing suburbanites,S02002087,Elgin Central West,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184193 +184193,S00121397,6a3,Detached Retirement Living,S01011129,Elgin Bishopmill West and Newfield - 04,8a,Affluent communities,S02002089,Elgin Bishopmill West and Newfield,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184194 +184194,S00121438,6a3,Detached Retirement Living,S01011120,Elgin Central West - 04,8b,Ageing suburbanites,S02002087,Elgin Central West,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184195 +184195,S00121475,6a3,Detached Retirement Living,S01011114,New Elgin West - 03,8b,Ageing suburbanites,S02002086,New Elgin West,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184196 +184196,S00121527,6a3,Detached Retirement Living,S01011078,Buckie West and Mains of Buckie - 01,2a,Ageing rural neighbourhoods,S02002079,Buckie West and Mains of Buckie,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184197 +184197,S00121528,6a3,Detached Retirement Living,S01011078,Buckie West and Mains of Buckie - 01,2a,Ageing rural neighbourhoods,S02002079,Buckie West and Mains of Buckie,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184198 +184198,S00121529,6a3,Detached Retirement Living,S01011078,Buckie West and Mains of Buckie - 01,2a,Ageing rural neighbourhoods,S02002079,Buckie West and Mains of Buckie,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184199 +184199,S00121554,6a3,Detached Retirement Living,S01011073,Buckie Central East - 01,2d,Rural traits,S02002078,Buckie Central East,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184200 +184200,S00121558,6a3,Detached Retirement Living,S01011072,"Cullen, Portknockie, Findochty, Drybridge and Berryhillock - 08",2d,Rural traits,S02002077,"Cullen, Portknockie, Findochty, Drybridge and Berryhillock",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184201 +184201,S00121570,6a3,Detached Retirement Living,S01011070,"Cullen, Portknockie, Findochty, Drybridge and Berryhillock - 06",5e,Primary sector workers,S02002077,"Cullen, Portknockie, Findochty, Drybridge and Berryhillock",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184202 +184202,S00121363,1b3,Ageing Rural Flat Tenants,S01011119,Elgin Central West - 03,5e,Primary sector workers,S02002087,Elgin Central West,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184203 +184203,S00121575,6a3,Detached Retirement Living,S01011069,"Cullen, Portknockie, Findochty, Drybridge and Berryhillock - 05",5e,Primary sector workers,S02002077,"Cullen, Portknockie, Findochty, Drybridge and Berryhillock",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184204 +184204,S00121586,6a3,Detached Retirement Living,S01011071,"Cullen, Portknockie, Findochty, Drybridge and Berryhillock - 07",2c,Remoter communities,S02002077,"Cullen, Portknockie, Findochty, Drybridge and Berryhillock",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184205 +184205,S00121602,6a3,Detached Retirement Living,S01011143,"Burghead, Roseisle and Laich - 02",8b,Ageing suburbanites,S02002092,"Burghead, Roseisle and Laich",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184206 +184206,S00121650,6a3,Detached Retirement Living,S01011142,"Burghead, Roseisle and Laich - 01",2a,Ageing rural neighbourhoods,S02002092,"Burghead, Roseisle and Laich",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184207 +184207,S00121671,6a3,Detached Retirement Living,S01011072,"Cullen, Portknockie, Findochty, Drybridge and Berryhillock - 08",2d,Rural traits,S02002077,"Cullen, Portknockie, Findochty, Drybridge and Berryhillock",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184208 +184208,S00121677,6a3,Detached Retirement Living,S01011162,Forres South West and Mannachie - 04,5e,Primary sector workers,S02002095,Forres South West and Mannachie,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184209 +184209,S00121680,6a3,Detached Retirement Living,S01011072,"Cullen, Portknockie, Findochty, Drybridge and Berryhillock - 08",2d,Rural traits,S02002077,"Cullen, Portknockie, Findochty, Drybridge and Berryhillock",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184210 +184210,S00121685,6a3,Detached Retirement Living,S01011157,Forres Central East and seaward - 05,8b,Ageing suburbanites,S02002094,Forres Central East and seaward,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184211 +184211,S00121687,6a3,Detached Retirement Living,S01011164,Forres South West and Mannachie - 06,5a,Ageing urban communities,S02002095,Forres South West and Mannachie,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184212 +184212,S00121688,6a3,Detached Retirement Living,S01011166,Forres South West and Mannachie - 08,2d,Rural traits,S02002095,Forres South West and Mannachie,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184213 +184213,S00121689,6a3,Detached Retirement Living,S01011164,Forres South West and Mannachie - 06,5a,Ageing urban communities,S02002095,Forres South West and Mannachie,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184214 +184214,S00121711,6a3,Detached Retirement Living,S01011078,Buckie West and Mains of Buckie - 01,2a,Ageing rural neighbourhoods,S02002079,Buckie West and Mains of Buckie,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184215 +184215,S00121748,6a3,Detached Retirement Living,S01011093,"Heldon West, Fogwatt to Inchberry - 03",2c,Remoter communities,S02002082,"Heldon West, Fogwatt to Inchberry",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184216 +184216,S00121757,6a3,Detached Retirement Living,S01011170,"Rafford, Dallas, Dyke to Dava - 04",2c,Remoter communities,S02002096,"Rafford, Dallas, Dyke to Dava",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184217 +184217,S00121876,6a3,Detached Retirement Living,S01011156,Forres Central East and seaward - 04,8b,Ageing suburbanites,S02002094,Forres Central East and seaward,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184218 +184218,S00121154,1c3,Detached Rural Retirement,S01011094,"Heldon West, Fogwatt to Inchberry - 04",2a,Ageing rural neighbourhoods,S02002082,"Heldon West, Fogwatt to Inchberry",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184219 +184219,S00121317,1c3,Detached Rural Retirement,S01011158,Forres Central East and seaward - 06,8b,Ageing suburbanites,S02002094,Forres Central East and seaward,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184220 +184220,S00121379,1c3,Detached Rural Retirement,S01011104,Elgin Cathedral to Ashgrove and Pinefield - 04,5a,Ageing urban communities,S02002084,Elgin Cathedral to Ashgrove and Pinefield,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184221 +184221,S00121398,1c3,Detached Rural Retirement,S01011129,Elgin Bishopmill West and Newfield - 04,8a,Affluent communities,S02002089,Elgin Bishopmill West and Newfield,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184222 +184222,S00121556,1c3,Detached Rural Retirement,S01011073,Buckie Central East - 01,2d,Rural traits,S02002078,Buckie Central East,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184223 +184223,S00121572,1c3,Detached Rural Retirement,S01011070,"Cullen, Portknockie, Findochty, Drybridge and Berryhillock - 06",5e,Primary sector workers,S02002077,"Cullen, Portknockie, Findochty, Drybridge and Berryhillock",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184224 +184224,S00121804,7b1,Eastern European Communities,S01011117,Elgin Central West - 01,5e,Primary sector workers,S02002087,Elgin Central West,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184225 +184225,S00121543,8b2,Hard-Pressed Rented Terraces,S01011075,Buckie Central East - 03,4a,Challenged white communities,S02002078,Buckie Central East,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184226 +184226,S00121737,8c2,Ageing Rural Industry Workers,S01011116,New Elgin West - 05,5e,Primary sector workers,S02002086,New Elgin West,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184227 +184227,S00121755,8c2,Ageing Rural Industry Workers,S01011045,South Speyside and the Cabrach - 01,2c,Remoter communities,S02002073,South Speyside and the Cabrach,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184228 +184228,S00121709,5b2,Communal Retirement,S01011079,Buckie West and Mains of Buckie - 02,5e,Primary sector workers,S02002079,Buckie West and Mains of Buckie,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184229 +184229,S00121766,8c2,Ageing Rural Industry Workers,S01011169,"Rafford, Dallas, Dyke to Dava - 03",2d,Rural traits,S02002096,"Rafford, Dallas, Dyke to Dava",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184230 +184230,S00121109,1a3,Agricultural Communities,S01011065,"Cullen, Portknockie, Findochty, Drybridge and Berryhillock - 01",2a,Ageing rural neighbourhoods,S02002077,"Cullen, Portknockie, Findochty, Drybridge and Berryhillock",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184231 +184231,S00121790,5b2,Communal Retirement,S01011153,Forres Central East and seaward - 01,5e,Primary sector workers,S02002094,Forres Central East and seaward,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184232 +184232,S00121560,8b2,Hard-Pressed Rented Terraces,S01011082,Buckie West and Mains of Buckie - 05,4a,Challenged white communities,S02002079,Buckie West and Mains of Buckie,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184233 +184233,S00121389,1b3,Ageing Rural Flat Tenants,S01011104,Elgin Cathedral to Ashgrove and Pinefield - 04,5a,Ageing urban communities,S02002084,Elgin Cathedral to Ashgrove and Pinefield,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184234 +184234,S00121110,1a3,Agricultural Communities,S01011065,"Cullen, Portknockie, Findochty, Drybridge and Berryhillock - 01",2a,Ageing rural neighbourhoods,S02002077,"Cullen, Portknockie, Findochty, Drybridge and Berryhillock",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184235 +184235,S00121561,8b2,Hard-Pressed Rented Terraces,S01011067,"Cullen, Portknockie, Findochty, Drybridge and Berryhillock - 03",5e,Primary sector workers,S02002077,"Cullen, Portknockie, Findochty, Drybridge and Berryhillock",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184236 +184236,S00121831,7c2,Constrained Young Families,S01011102,Elgin Cathedral to Ashgrove and Pinefield - 02,4b,Constrained renters,S02002084,Elgin Cathedral to Ashgrove and Pinefield,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184237 +184237,S00121184,1a2,Established Farming Communities,S01011084,"Mosstodloch, Portgordon and seaward - 02",2c,Remoter communities,S02002080,"Mosstodloch, Portgordon and seaward",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184238 +184238,S00121113,1a3,Agricultural Communities,S01011056,Rural Keith and Strathisla - 02,2c,Remoter communities,S02002075,Rural Keith and Strathisla,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184239 +184239,S00121195,1a2,Established Farming Communities,S01011050,North Speyside - 01,2c,Remoter communities,S02002074,North Speyside,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184240 +184240,S00121168,7c2,Constrained Young Families,S01011092,"Heldon West, Fogwatt to Inchberry - 02",4b,Constrained renters,S02002082,"Heldon West, Fogwatt to Inchberry",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184241 +184241,S00121577,8b2,Hard-Pressed Rented Terraces,S01011070,"Cullen, Portknockie, Findochty, Drybridge and Berryhillock - 06",5e,Primary sector workers,S02002077,"Cullen, Portknockie, Findochty, Drybridge and Berryhillock",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184242 +184242,S00121392,1b3,Ageing Rural Flat Tenants,S01011105,Elgin Cathedral to Ashgrove and Pinefield - 05,4b,Constrained renters,S02002084,Elgin Cathedral to Ashgrove and Pinefield,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184243 +184243,S00121596,8b2,Hard-Pressed Rented Terraces,S01011144,"Burghead, Roseisle and Laich - 03",5c,Comfortable neighbourhoods,S02002092,"Burghead, Roseisle and Laich",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184244 +184244,S00121169,7c2,Constrained Young Families,S01011092,"Heldon West, Fogwatt to Inchberry - 02",4b,Constrained renters,S02002082,"Heldon West, Fogwatt to Inchberry",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184245 +184245,S00121121,1a3,Agricultural Communities,S01011058,Rural Keith and Strathisla - 04,2c,Remoter communities,S02002075,Rural Keith and Strathisla,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184246 +184246,S00121455,1b3,Ageing Rural Flat Tenants,S01011113,New Elgin West - 02,5d,Endeavouring social renters,S02002086,New Elgin West,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184247 +184247,S00121217,1a2,Established Farming Communities,S01011168,"Rafford, Dallas, Dyke to Dava - 02",2c,Remoter communities,S02002096,"Rafford, Dallas, Dyke to Dava",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184248 +184248,S00121604,8b2,Hard-Pressed Rented Terraces,S01011141,Lossiemouth West - 06,5d,Endeavouring social renters,S02002091,Lossiemouth West,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184249 +184249,S00121291,7c2,Constrained Young Families,S01011165,Forres South West and Mannachie - 07,4b,Constrained renters,S02002095,Forres South West and Mannachie,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184250 +184250,S00121661,1a2,Established Farming Communities,S01011085,"Mosstodloch, Portgordon and seaward - 03",2c,Remoter communities,S02002080,"Mosstodloch, Portgordon and seaward",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184251 +184251,S00121605,8b2,Hard-Pressed Rented Terraces,S01011141,Lossiemouth West - 06,5d,Endeavouring social renters,S02002091,Lossiemouth West,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184252 +184252,S00121458,1b3,Ageing Rural Flat Tenants,S01011111,New Elgin East - 05,4b,Constrained renters,S02002085,New Elgin East,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184253 +184253,S00121122,1a3,Agricultural Communities,S01011056,Rural Keith and Strathisla - 02,2c,Remoter communities,S02002075,Rural Keith and Strathisla,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184254 +184254,S00121299,7c2,Constrained Young Families,S01011159,Forres South West and Mannachie - 01,5e,Primary sector workers,S02002095,Forres South West and Mannachie,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184255 +184255,S00121676,1a2,Established Farming Communities,S01011072,"Cullen, Portknockie, Findochty, Drybridge and Berryhillock - 08",2d,Rural traits,S02002077,"Cullen, Portknockie, Findochty, Drybridge and Berryhillock",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184256 +184256,S00121611,8b2,Hard-Pressed Rented Terraces,S01011138,Lossiemouth West - 03,4a,Challenged white communities,S02002091,Lossiemouth West,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184257 +184257,S00121479,1b3,Ageing Rural Flat Tenants,S01011098,"Lhanbryde, Urquhart, Pitgavney and seaward - 03",5e,Primary sector workers,S02002083,"Lhanbryde, Urquhart, Pitgavney and seaward",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184258 +184258,S00121124,1a3,Agricultural Communities,S01011047,South Speyside and the Cabrach - 03,2c,Remoter communities,S02002073,South Speyside and the Cabrach,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184259 +184259,S00121140,1a3,Agricultural Communities,S01011096,"Lhanbryde, Urquhart, Pitgavney and seaward - 01",2a,Ageing rural neighbourhoods,S02002083,"Lhanbryde, Urquhart, Pitgavney and seaward",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184260 +184260,S00121145,1a3,Agricultural Communities,S01011095,"Heldon West, Fogwatt to Inchberry - 05",2c,Remoter communities,S02002082,"Heldon West, Fogwatt to Inchberry",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184261 +184261,S00121146,1a3,Agricultural Communities,S01011095,"Heldon West, Fogwatt to Inchberry - 05",2c,Remoter communities,S02002082,"Heldon West, Fogwatt to Inchberry",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184262 +184262,S00121158,1a3,Agricultural Communities,S01011093,"Heldon West, Fogwatt to Inchberry - 03",2c,Remoter communities,S02002082,"Heldon West, Fogwatt to Inchberry",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184263 +184263,S00121192,1a3,Agricultural Communities,S01011051,North Speyside - 02,2d,Rural traits,S02002074,North Speyside,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184264 +184264,S00121197,1a3,Agricultural Communities,S01011050,North Speyside - 01,2c,Remoter communities,S02002074,North Speyside,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184265 +184265,S00121198,1a3,Agricultural Communities,S01011050,North Speyside - 01,2c,Remoter communities,S02002074,North Speyside,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184266 +184266,S00121203,1a3,Agricultural Communities,S01011045,South Speyside and the Cabrach - 01,2c,Remoter communities,S02002073,South Speyside and the Cabrach,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184267 +184267,S00121208,1a3,Agricultural Communities,S01011046,South Speyside and the Cabrach - 02,2c,Remoter communities,S02002073,South Speyside and the Cabrach,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184268 +184268,S00121210,1a3,Agricultural Communities,S01011046,South Speyside and the Cabrach - 02,2c,Remoter communities,S02002073,South Speyside and the Cabrach,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184269 +184269,S00121212,1a3,Agricultural Communities,S01011047,South Speyside and the Cabrach - 03,2c,Remoter communities,S02002073,South Speyside and the Cabrach,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184270 +184270,S00121225,1a3,Agricultural Communities,S01011148,"Findhorn, Kinloss and Pluscarden Valley - 01",2c,Remoter communities,S02002093,"Findhorn, Kinloss and Pluscarden Valley",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184271 +184271,S00121226,1a3,Agricultural Communities,S01011148,"Findhorn, Kinloss and Pluscarden Valley - 01",2c,Remoter communities,S02002093,"Findhorn, Kinloss and Pluscarden Valley",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184272 +184272,S00121227,1a3,Agricultural Communities,S01011153,Forres Central East and seaward - 01,5e,Primary sector workers,S02002094,Forres Central East and seaward,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184273 +184273,S00121228,1a3,Agricultural Communities,S01011170,"Rafford, Dallas, Dyke to Dava - 04",2c,Remoter communities,S02002096,"Rafford, Dallas, Dyke to Dava",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184274 +184274,S00121229,1a3,Agricultural Communities,S01011168,"Rafford, Dallas, Dyke to Dava - 02",2c,Remoter communities,S02002096,"Rafford, Dallas, Dyke to Dava",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184275 +184275,S00121230,1a3,Agricultural Communities,S01011168,"Rafford, Dallas, Dyke to Dava - 02",2c,Remoter communities,S02002096,"Rafford, Dallas, Dyke to Dava",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184276 +184276,S00121234,1a3,Agricultural Communities,S01011048,South Speyside and the Cabrach - 04,5e,Primary sector workers,S02002073,South Speyside and the Cabrach,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184277 +184277,S00121490,1a3,Agricultural Communities,S01011152,"Findhorn, Kinloss and Pluscarden Valley - 05",2d,Rural traits,S02002093,"Findhorn, Kinloss and Pluscarden Valley",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184278 +184278,S00121651,1a3,Agricultural Communities,S01011142,"Burghead, Roseisle and Laich - 01",2a,Ageing rural neighbourhoods,S02002092,"Burghead, Roseisle and Laich",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184279 +184279,S00121654,1a3,Agricultural Communities,S01011095,"Heldon West, Fogwatt to Inchberry - 05",2c,Remoter communities,S02002082,"Heldon West, Fogwatt to Inchberry",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184280 +184280,S00121656,1a3,Agricultural Communities,S01011091,"Heldon West, Fogwatt to Inchberry - 01",2c,Remoter communities,S02002082,"Heldon West, Fogwatt to Inchberry",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184281 +184281,S00121667,1a3,Agricultural Communities,S01011149,"Findhorn, Kinloss and Pluscarden Valley - 02",2a,Ageing rural neighbourhoods,S02002093,"Findhorn, Kinloss and Pluscarden Valley",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184282 +184282,S00121669,1a3,Agricultural Communities,S01011168,"Rafford, Dallas, Dyke to Dava - 02",2c,Remoter communities,S02002096,"Rafford, Dallas, Dyke to Dava",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184283 +184283,S00121679,1a3,Agricultural Communities,S01011072,"Cullen, Portknockie, Findochty, Drybridge and Berryhillock - 08",2d,Rural traits,S02002077,"Cullen, Portknockie, Findochty, Drybridge and Berryhillock",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184284 +184284,S00121704,1a3,Agricultural Communities,S01011055,Rural Keith and Strathisla - 01,2c,Remoter communities,S02002075,Rural Keith and Strathisla,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184285 +184285,S00121767,1a3,Agricultural Communities,S01011168,"Rafford, Dallas, Dyke to Dava - 02",2c,Remoter communities,S02002096,"Rafford, Dallas, Dyke to Dava",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184286 +184286,S00121301,7c2,Constrained Young Families,S01011159,Forres South West and Mannachie - 01,5e,Primary sector workers,S02002095,Forres South West and Mannachie,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184287 +184287,S00121480,1b3,Ageing Rural Flat Tenants,S01011100,"Lhanbryde, Urquhart, Pitgavney and seaward - 05",5d,Endeavouring social renters,S02002083,"Lhanbryde, Urquhart, Pitgavney and seaward",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184288 +184288,S00121759,1a2,Established Farming Communities,S01011170,"Rafford, Dallas, Dyke to Dava - 04",2c,Remoter communities,S02002096,"Rafford, Dallas, Dyke to Dava",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184289 +184289,S00121613,8b2,Hard-Pressed Rented Terraces,S01011138,Lossiemouth West - 03,4a,Challenged white communities,S02002091,Lossiemouth West,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184290 +184290,S00121800,5a3,Families in Terraces and Flats,S01011118,Elgin Central West - 02,5e,Primary sector workers,S02002087,Elgin Central West,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184291 +184291,S00121632,8b2,Hard-Pressed Rented Terraces,S01011136,Lossiemouth West - 01,5a,Ageing urban communities,S02002091,Lossiemouth West,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184292 +184292,S00121809,5a3,Families in Terraces and Flats,S01011105,Elgin Cathedral to Ashgrove and Pinefield - 05,4b,Constrained renters,S02002084,Elgin Cathedral to Ashgrove and Pinefield,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184293 +184293,S00121482,1b3,Ageing Rural Flat Tenants,S01011098,"Lhanbryde, Urquhart, Pitgavney and seaward - 03",5e,Primary sector workers,S02002083,"Lhanbryde, Urquhart, Pitgavney and seaward",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184294 +184294,S00121648,8b2,Hard-Pressed Rented Terraces,S01011140,Lossiemouth West - 05,5e,Primary sector workers,S02002091,Lossiemouth West,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184295 +184295,S00121818,5a3,Families in Terraces and Flats,S01011127,Elgin Bishopmill West and Newfield - 02,5b,Aspiring urban households,S02002089,Elgin Bishopmill West and Newfield,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184296 +184296,S00121432,7c2,Constrained Young Families,S01011102,Elgin Cathedral to Ashgrove and Pinefield - 02,4b,Constrained renters,S02002084,Elgin Cathedral to Ashgrove and Pinefield,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184297 +184297,S00121297,5a3,Families in Terraces and Flats,S01011153,Forres Central East and seaward - 01,5e,Primary sector workers,S02002094,Forres Central East and seaward,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184298 +184298,S00121494,1b3,Ageing Rural Flat Tenants,S01011152,"Findhorn, Kinloss and Pluscarden Valley - 05",2d,Rural traits,S02002093,"Findhorn, Kinloss and Pluscarden Valley",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184299 +184299,S00121712,8b2,Hard-Pressed Rented Terraces,S01011074,Buckie Central East - 02,5e,Primary sector workers,S02002078,Buckie Central East,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184300 +184300,S00121374,5a3,Families in Terraces and Flats,S01011117,Elgin Central West - 01,5e,Primary sector workers,S02002087,Elgin Central West,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184301 +184301,S00121444,7c2,Constrained Young Families,S01011115,New Elgin West - 04,4a,Challenged white communities,S02002086,New Elgin West,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184302 +184302,S00121298,7a2,Hampered Aspiration,S01011154,Forres Central East and seaward - 02,4d,Hard-pressed flat dwellers,S02002094,Forres Central East and seaward,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184303 +184303,S00121524,1b3,Ageing Rural Flat Tenants,S01011079,Buckie West and Mains of Buckie - 02,5e,Primary sector workers,S02002079,Buckie West and Mains of Buckie,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184304 +184304,S00121781,8b2,Hard-Pressed Rented Terraces,S01011161,Forres South West and Mannachie - 03,4b,Constrained renters,S02002095,Forres South West and Mannachie,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184305 +184305,S00121534,1b3,Ageing Rural Flat Tenants,S01011072,"Cullen, Portknockie, Findochty, Drybridge and Berryhillock - 08",2d,Rural traits,S02002077,"Cullen, Portknockie, Findochty, Drybridge and Berryhillock",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184306 +184306,S00121446,7c2,Constrained Young Families,S01011115,New Elgin West - 04,4a,Challenged white communities,S02002086,New Elgin West,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184307 +184307,S00121792,7a2,Hampered Aspiration,S01011153,Forres Central East and seaward - 01,5e,Primary sector workers,S02002094,Forres Central East and seaward,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184308 +184308,S00121782,8b2,Hard-Pressed Rented Terraces,S01011160,Forres South West and Mannachie - 02,5e,Primary sector workers,S02002095,Forres South West and Mannachie,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184309 +184309,S00121548,1b3,Ageing Rural Flat Tenants,S01011074,Buckie Central East - 02,5e,Primary sector workers,S02002078,Buckie Central East,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184310 +184310,S00121460,7c2,Constrained Young Families,S01011111,New Elgin East - 05,4b,Constrained renters,S02002085,New Elgin East,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184311 +184311,S00121828,8d3,Hard-Pressed European Settlers,S01011123,Elgin Bishopmill East and Ladyhill - 03,5e,Primary sector workers,S02002088,Elgin Bishopmill East and Ladyhill,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184312 +184312,S00121799,8a2,Industrious Hardship,S01011150,"Findhorn, Kinloss and Pluscarden Valley - 03",5b,Aspiring urban households,S02002093,"Findhorn, Kinloss and Pluscarden Valley",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184313 +184313,S00121549,1b3,Ageing Rural Flat Tenants,S01011074,Buckie Central East - 02,5e,Primary sector workers,S02002078,Buckie Central East,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184314 +184314,S00121461,7c2,Constrained Young Families,S01011111,New Elgin East - 05,4b,Constrained renters,S02002085,New Elgin East,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184315 +184315,S00121171,8d3,Hard-Pressed European Settlers,S01011107,New Elgin East - 01,5e,Primary sector workers,S02002085,New Elgin East,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184316 +184316,S00121251,8d3,Hard-Pressed European Settlers,S01011053,North Speyside - 04,5e,Primary sector workers,S02002074,North Speyside,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184317 +184317,S00121869,8d3,Hard-Pressed European Settlers,S01011141,Lossiemouth West - 06,5d,Endeavouring social renters,S02002091,Lossiemouth West,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184318 +184318,S00121825,8b2,Hard-Pressed Rented Terraces,S01011126,Elgin Bishopmill West and Newfield - 01,5c,Comfortable neighbourhoods,S02002089,Elgin Bishopmill West and Newfield,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184319 +184319,S00121826,8b2,Hard-Pressed Rented Terraces,S01011123,Elgin Bishopmill East and Ladyhill - 03,5e,Primary sector workers,S02002088,Elgin Bishopmill East and Ladyhill,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184320 +184320,S00121829,8b2,Hard-Pressed Rented Terraces,S01011123,Elgin Bishopmill East and Ladyhill - 03,5e,Primary sector workers,S02002088,Elgin Bishopmill East and Ladyhill,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184321 +184321,S00121838,8b2,Hard-Pressed Rented Terraces,S01011110,New Elgin East - 04,4a,Challenged white communities,S02002085,New Elgin East,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184322 +184322,S00121842,8b2,Hard-Pressed Rented Terraces,S01011106,Elgin Cathedral to Ashgrove and Pinefield - 06,4b,Constrained renters,S02002084,Elgin Cathedral to Ashgrove and Pinefield,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184323 +184323,S00121232,8b2,Hard-Pressed Rented Terraces,S01011048,South Speyside and the Cabrach - 04,5e,Primary sector workers,S02002073,South Speyside and the Cabrach,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184324 +184324,S00121252,8b2,Hard-Pressed Rented Terraces,S01011053,North Speyside - 04,5e,Primary sector workers,S02002074,North Speyside,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184325 +184325,S00121257,8b2,Hard-Pressed Rented Terraces,S01011064,Keith and Fife Keith - 05,5e,Primary sector workers,S02002076,Keith and Fife Keith,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184326 +184326,S00121282,8b2,Hard-Pressed Rented Terraces,S01011061,Keith and Fife Keith - 02,5e,Primary sector workers,S02002076,Keith and Fife Keith,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184327 +184327,S00121283,8b2,Hard-Pressed Rented Terraces,S01011061,Keith and Fife Keith - 02,5e,Primary sector workers,S02002076,Keith and Fife Keith,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184328 +184328,S00121284,8b2,Hard-Pressed Rented Terraces,S01011162,Forres South West and Mannachie - 04,5e,Primary sector workers,S02002095,Forres South West and Mannachie,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184329 +184329,S00121285,8b2,Hard-Pressed Rented Terraces,S01011162,Forres South West and Mannachie - 04,5e,Primary sector workers,S02002095,Forres South West and Mannachie,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184330 +184330,S00121287,8b2,Hard-Pressed Rented Terraces,S01011161,Forres South West and Mannachie - 03,4b,Constrained renters,S02002095,Forres South West and Mannachie,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184331 +184331,S00121293,8b2,Hard-Pressed Rented Terraces,S01011165,Forres South West and Mannachie - 07,4b,Constrained renters,S02002095,Forres South West and Mannachie,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184332 +184332,S00121328,8b2,Hard-Pressed Rented Terraces,S01011160,Forres South West and Mannachie - 02,5e,Primary sector workers,S02002095,Forres South West and Mannachie,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184333 +184333,S00121331,8b2,Hard-Pressed Rented Terraces,S01011089,"Fochabers, Aultmore, Clochan and Ordiquish - 02",5e,Primary sector workers,S02002081,"Fochabers, Aultmore, Clochan and Ordiquish",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184334 +184334,S00121400,8b2,Hard-Pressed Rented Terraces,S01011128,Elgin Bishopmill West and Newfield - 03,5e,Primary sector workers,S02002089,Elgin Bishopmill West and Newfield,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184335 +184335,S00121416,8b2,Hard-Pressed Rented Terraces,S01011123,Elgin Bishopmill East and Ladyhill - 03,5e,Primary sector workers,S02002088,Elgin Bishopmill East and Ladyhill,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184336 +184336,S00121420,8b2,Hard-Pressed Rented Terraces,S01011124,Elgin Bishopmill East and Ladyhill - 04,5b,Aspiring urban households,S02002088,Elgin Bishopmill East and Ladyhill,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184337 +184337,S00121824,8a2,Industrious Hardship,S01011126,Elgin Bishopmill West and Newfield - 01,5c,Comfortable neighbourhoods,S02002089,Elgin Bishopmill West and Newfield,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184338 +184338,S00121827,8a2,Industrious Hardship,S01011124,Elgin Bishopmill East and Ladyhill - 04,5b,Aspiring urban households,S02002088,Elgin Bishopmill East and Ladyhill,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184339 +184339,S00121468,7c2,Constrained Young Families,S01011111,New Elgin East - 05,4b,Constrained renters,S02002085,New Elgin East,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184340 +184340,S00121832,8a2,Industrious Hardship,S01011116,New Elgin West - 05,5e,Primary sector workers,S02002086,New Elgin West,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184341 +184341,S00121486,7c2,Constrained Young Families,S01011099,"Lhanbryde, Urquhart, Pitgavney and seaward - 04",4a,Challenged white communities,S02002083,"Lhanbryde, Urquhart, Pitgavney and seaward",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184342 +184342,S00121836,8a2,Industrious Hardship,S01011113,New Elgin West - 02,5d,Endeavouring social renters,S02002086,New Elgin West,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184343 +184343,S00121487,7c2,Constrained Young Families,S01011099,"Lhanbryde, Urquhart, Pitgavney and seaward - 04",4a,Challenged white communities,S02002083,"Lhanbryde, Urquhart, Pitgavney and seaward",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184344 +184344,S00121843,8a2,Industrious Hardship,S01011108,New Elgin East - 02,5e,Primary sector workers,S02002085,New Elgin East,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184345 +184345,S00121552,1b3,Ageing Rural Flat Tenants,S01011073,Buckie Central East - 01,2d,Rural traits,S02002078,Buckie Central East,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184346 +184346,S00121507,7c2,Constrained Young Families,S01011081,Buckie West and Mains of Buckie - 04,5e,Primary sector workers,S02002079,Buckie West and Mains of Buckie,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184347 +184347,S00121844,8a2,Industrious Hardship,S01011108,New Elgin East - 02,5e,Primary sector workers,S02002085,New Elgin East,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184348 +184348,S00121564,1b3,Ageing Rural Flat Tenants,S01011065,"Cullen, Portknockie, Findochty, Drybridge and Berryhillock - 01",2a,Ageing rural neighbourhoods,S02002077,"Cullen, Portknockie, Findochty, Drybridge and Berryhillock",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184349 +184349,S00121539,7c2,Constrained Young Families,S01011075,Buckie Central East - 03,4a,Challenged white communities,S02002078,Buckie Central East,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184350 +184350,S00121540,7c2,Constrained Young Families,S01011075,Buckie Central East - 03,4a,Challenged white communities,S02002078,Buckie Central East,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184351 +184351,S00121544,7c2,Constrained Young Families,S01011076,Buckie Central East - 04,5e,Primary sector workers,S02002078,Buckie Central East,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184352 +184352,S00121675,7c2,Constrained Young Families,S01011072,"Cullen, Portknockie, Findochty, Drybridge and Berryhillock - 08",2d,Rural traits,S02002077,"Cullen, Portknockie, Findochty, Drybridge and Berryhillock",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184353 +184353,S00121740,7c2,Constrained Young Families,S01011111,New Elgin East - 05,4b,Constrained renters,S02002085,New Elgin East,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184354 +184354,S00121813,5b1,Delayed Retirement,S01011128,Elgin Bishopmill West and Newfield - 03,5e,Primary sector workers,S02002089,Elgin Bishopmill West and Newfield,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184355 +184355,S00121820,5b1,Delayed Retirement,S01011128,Elgin Bishopmill West and Newfield - 03,5e,Primary sector workers,S02002089,Elgin Bishopmill West and Newfield,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184356 +184356,S00121362,5b1,Delayed Retirement,S01011119,Elgin Central West - 03,5e,Primary sector workers,S02002087,Elgin Central West,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184357 +184357,S00121375,5b1,Delayed Retirement,S01011117,Elgin Central West - 01,5e,Primary sector workers,S02002087,Elgin Central West,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184358 +184358,S00121377,5b1,Delayed Retirement,S01011117,Elgin Central West - 01,5e,Primary sector workers,S02002087,Elgin Central West,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184359 +184359,S00121489,5b1,Delayed Retirement,S01011152,"Findhorn, Kinloss and Pluscarden Valley - 05",2d,Rural traits,S02002093,"Findhorn, Kinloss and Pluscarden Valley",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184360 +184360,S00121491,5b1,Delayed Retirement,S01011152,"Findhorn, Kinloss and Pluscarden Valley - 05",2d,Rural traits,S02002093,"Findhorn, Kinloss and Pluscarden Valley",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184361 +184361,S00121286,8b1,Deprived Blue-Collar Terraces,S01011161,Forres South West and Mannachie - 03,4b,Constrained renters,S02002095,Forres South West and Mannachie,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184362 +184362,S00121814,6a3,Detached Retirement Living,S01011129,Elgin Bishopmill West and Newfield - 04,8a,Affluent communities,S02002089,Elgin Bishopmill West and Newfield,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184363 +184363,S00121835,6a3,Detached Retirement Living,S01011113,New Elgin West - 02,5d,Endeavouring social renters,S02002086,New Elgin West,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184364 +184364,S00121848,6a3,Detached Retirement Living,S01011099,"Lhanbryde, Urquhart, Pitgavney and seaward - 04",4a,Challenged white communities,S02002083,"Lhanbryde, Urquhart, Pitgavney and seaward",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184365 +184365,S00121857,6a3,Detached Retirement Living,S01011066,"Cullen, Portknockie, Findochty, Drybridge and Berryhillock - 02",5e,Primary sector workers,S02002077,"Cullen, Portknockie, Findochty, Drybridge and Berryhillock",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184366 +184366,S00121853,8a2,Industrious Hardship,S01011075,Buckie Central East - 03,4a,Challenged white communities,S02002078,Buckie Central East,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184367 +184367,S00121855,8a2,Industrious Hardship,S01011074,Buckie Central East - 02,5e,Primary sector workers,S02002078,Buckie Central East,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184368 +184368,S00121571,1b3,Ageing Rural Flat Tenants,S01011070,"Cullen, Portknockie, Findochty, Drybridge and Berryhillock - 06",5e,Primary sector workers,S02002077,"Cullen, Portknockie, Findochty, Drybridge and Berryhillock",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184369 +184369,S00121859,8a2,Industrious Hardship,S01011146,"Burghead, Roseisle and Laich - 05",5d,Endeavouring social renters,S02002092,"Burghead, Roseisle and Laich",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184370 +184370,S00121580,1b3,Ageing Rural Flat Tenants,S01011145,"Burghead, Roseisle and Laich - 04",2c,Remoter communities,S02002092,"Burghead, Roseisle and Laich",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184371 +184371,S00121093,8a2,Industrious Hardship,S01011054,North Speyside - 05,2d,Rural traits,S02002074,North Speyside,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184372 +184372,S00121585,1b3,Ageing Rural Flat Tenants,S01011071,"Cullen, Portknockie, Findochty, Drybridge and Berryhillock - 07",2c,Remoter communities,S02002077,"Cullen, Portknockie, Findochty, Drybridge and Berryhillock",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184373 +184373,S00121095,8a2,Industrious Hardship,S01011054,North Speyside - 05,2d,Rural traits,S02002074,North Speyside,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184374 +184374,S00121589,1b3,Ageing Rural Flat Tenants,S01011068,"Cullen, Portknockie, Findochty, Drybridge and Berryhillock - 04",5e,Primary sector workers,S02002077,"Cullen, Portknockie, Findochty, Drybridge and Berryhillock",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184375 +184375,S00121116,8a2,Industrious Hardship,S01011057,Rural Keith and Strathisla - 03,2c,Remoter communities,S02002075,Rural Keith and Strathisla,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184376 +184376,S00121591,1b3,Ageing Rural Flat Tenants,S01011068,"Cullen, Portknockie, Findochty, Drybridge and Berryhillock - 04",5e,Primary sector workers,S02002077,"Cullen, Portknockie, Findochty, Drybridge and Berryhillock",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184377 +184377,S00121144,8a2,Industrious Hardship,S01011148,"Findhorn, Kinloss and Pluscarden Valley - 01",2c,Remoter communities,S02002093,"Findhorn, Kinloss and Pluscarden Valley",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184378 +184378,S00121595,1b3,Ageing Rural Flat Tenants,S01011144,"Burghead, Roseisle and Laich - 03",5c,Comfortable neighbourhoods,S02002092,"Burghead, Roseisle and Laich",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184379 +184379,S00121170,8a2,Industrious Hardship,S01011112,New Elgin West - 01,5b,Aspiring urban households,S02002086,New Elgin West,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184380 +184380,S00121597,1b3,Ageing Rural Flat Tenants,S01011144,"Burghead, Roseisle and Laich - 03",5c,Comfortable neighbourhoods,S02002092,"Burghead, Roseisle and Laich",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184381 +184381,S00121231,8a2,Industrious Hardship,S01011048,South Speyside and the Cabrach - 04,5e,Primary sector workers,S02002073,South Speyside and the Cabrach,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184382 +184382,S00121238,8a2,Industrious Hardship,S01011049,South Speyside and the Cabrach - 05,5e,Primary sector workers,S02002073,South Speyside and the Cabrach,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184383 +184383,S00121242,8a2,Industrious Hardship,S01011049,South Speyside and the Cabrach - 05,5e,Primary sector workers,S02002073,South Speyside and the Cabrach,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184384 +184384,S00121243,8a2,Industrious Hardship,S01011047,South Speyside and the Cabrach - 03,2c,Remoter communities,S02002073,South Speyside and the Cabrach,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184385 +184385,S00121249,8a2,Industrious Hardship,S01011053,North Speyside - 04,5e,Primary sector workers,S02002074,North Speyside,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184386 +184386,S00121254,8a2,Industrious Hardship,S01011051,North Speyside - 02,2d,Rural traits,S02002074,North Speyside,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184387 +184387,S00121607,1b3,Ageing Rural Flat Tenants,S01011137,Lossiemouth West - 02,5e,Primary sector workers,S02002091,Lossiemouth West,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184388 +184388,S00121617,1b3,Ageing Rural Flat Tenants,S01011132,Lossiemouth East and Seatown - 02,5e,Primary sector workers,S02002090,Lossiemouth East and Seatown,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184389 +184389,S00121618,1b3,Ageing Rural Flat Tenants,S01011132,Lossiemouth East and Seatown - 02,5e,Primary sector workers,S02002090,Lossiemouth East and Seatown,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184390 +184390,S00121678,1b3,Ageing Rural Flat Tenants,S01011162,Forres South West and Mannachie - 04,5e,Primary sector workers,S02002095,Forres South West and Mannachie,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184391 +184391,S00121684,1b3,Ageing Rural Flat Tenants,S01011155,Forres Central East and seaward - 03,5e,Primary sector workers,S02002094,Forres Central East and seaward,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184392 +184392,S00121697,1b3,Ageing Rural Flat Tenants,S01011118,Elgin Central West - 02,5e,Primary sector workers,S02002087,Elgin Central West,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184393 +184393,S00121708,1b3,Ageing Rural Flat Tenants,S01011078,Buckie West and Mains of Buckie - 01,2a,Ageing rural neighbourhoods,S02002079,Buckie West and Mains of Buckie,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184394 +184394,S00121718,1b3,Ageing Rural Flat Tenants,S01011071,"Cullen, Portknockie, Findochty, Drybridge and Berryhillock - 07",2c,Remoter communities,S02002077,"Cullen, Portknockie, Findochty, Drybridge and Berryhillock",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184395 +184395,S00121725,1b3,Ageing Rural Flat Tenants,S01011134,Lossiemouth East and Seatown - 04,5e,Primary sector workers,S02002090,Lossiemouth East and Seatown,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184396 +184396,S00121732,1b3,Ageing Rural Flat Tenants,S01011157,Forres Central East and seaward - 05,8b,Ageing suburbanites,S02002094,Forres Central East and seaward,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184397 +184397,S00121761,1b3,Ageing Rural Flat Tenants,S01011170,"Rafford, Dallas, Dyke to Dava - 04",2c,Remoter communities,S02002096,"Rafford, Dallas, Dyke to Dava",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184398 +184398,S00121765,1b3,Ageing Rural Flat Tenants,S01011169,"Rafford, Dallas, Dyke to Dava - 03",2d,Rural traits,S02002096,"Rafford, Dallas, Dyke to Dava",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184399 +184399,S00121768,1b3,Ageing Rural Flat Tenants,S01011049,South Speyside and the Cabrach - 05,5e,Primary sector workers,S02002073,South Speyside and the Cabrach,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184400 +184400,S00121719,1b1,Rural Life,S01011143,"Burghead, Roseisle and Laich - 02",8b,Ageing suburbanites,S02002092,"Burghead, Roseisle and Laich",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184401 +184401,S00121726,1b1,Rural Life,S01011048,South Speyside and the Cabrach - 04,5e,Primary sector workers,S02002073,South Speyside and the Cabrach,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184402 +184402,S00121750,1b1,Rural Life,S01011097,"Lhanbryde, Urquhart, Pitgavney and seaward - 02",2c,Remoter communities,S02002083,"Lhanbryde, Urquhart, Pitgavney and seaward",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184403 +184403,S00121754,1b1,Rural Life,S01011045,South Speyside and the Cabrach - 01,2c,Remoter communities,S02002073,South Speyside and the Cabrach,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184404 +184404,S00121760,1b1,Rural Life,S01011170,"Rafford, Dallas, Dyke to Dava - 04",2c,Remoter communities,S02002096,"Rafford, Dallas, Dyke to Dava",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184405 +184405,S00121779,1b1,Rural Life,S01011062,Keith and Fife Keith - 03,5e,Primary sector workers,S02002076,Keith and Fife Keith,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184406 +184406,S00121884,1b1,Rural Life,S01011139,Lossiemouth West - 04,5a,Ageing urban communities,S02002091,Lossiemouth West,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184407 +184407,S00121816,1b2,Rural White-Collar Workers,S01011129,Elgin Bishopmill West and Newfield - 04,8a,Affluent communities,S02002089,Elgin Bishopmill West and Newfield,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184408 +184408,S00121092,1b2,Rural White-Collar Workers,S01011054,North Speyside - 05,2d,Rural traits,S02002074,North Speyside,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184409 +184409,S00121177,1b2,Rural White-Collar Workers,S01011142,"Burghead, Roseisle and Laich - 01",2a,Ageing rural neighbourhoods,S02002092,"Burghead, Roseisle and Laich",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184410 +184410,S00121185,1b2,Rural White-Collar Workers,S01011090,"Fochabers, Aultmore, Clochan and Ordiquish - 03",2c,Remoter communities,S02002081,"Fochabers, Aultmore, Clochan and Ordiquish",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184411 +184411,S00121367,1b2,Rural White-Collar Workers,S01011118,Elgin Central West - 02,5e,Primary sector workers,S02002087,Elgin Central West,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184412 +184412,S00121496,1b2,Rural White-Collar Workers,S01011149,"Findhorn, Kinloss and Pluscarden Valley - 02",2a,Ageing rural neighbourhoods,S02002093,"Findhorn, Kinloss and Pluscarden Valley",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184413 +184413,S00121204,1a1,Rural Workers and Families,S01011045,South Speyside and the Cabrach - 01,2c,Remoter communities,S02002073,South Speyside and the Cabrach,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184414 +184414,S00121255,8a2,Industrious Hardship,S01011051,North Speyside - 02,2d,Rural traits,S02002074,North Speyside,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184415 +184415,S00121852,1c2,Renting Rural Retirement,S01011076,Buckie Central East - 04,5e,Primary sector workers,S02002078,Buckie Central East,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184416 +184416,S00121500,1b2,Rural White-Collar Workers,S01011083,"Mosstodloch, Portgordon and seaward - 01",5d,Endeavouring social renters,S02002080,"Mosstodloch, Portgordon and seaward",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184417 +184417,S00121623,1b2,Rural White-Collar Workers,S01011132,Lossiemouth East and Seatown - 02,5e,Primary sector workers,S02002090,Lossiemouth East and Seatown,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184418 +184418,S00121653,1b2,Rural White-Collar Workers,S01011142,"Burghead, Roseisle and Laich - 01",2a,Ageing rural neighbourhoods,S02002092,"Burghead, Roseisle and Laich",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184419 +184419,S00121655,1b2,Rural White-Collar Workers,S01011094,"Heldon West, Fogwatt to Inchberry - 04",2a,Ageing rural neighbourhoods,S02002082,"Heldon West, Fogwatt to Inchberry",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184420 +184420,S00121089,1a1,Rural Workers and Families,S01011047,South Speyside and the Cabrach - 03,2c,Remoter communities,S02002073,South Speyside and the Cabrach,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184421 +184421,S00121090,1a1,Rural Workers and Families,S01011047,South Speyside and the Cabrach - 03,2c,Remoter communities,S02002073,South Speyside and the Cabrach,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184422 +184422,S00121091,1a1,Rural Workers and Families,S01011051,North Speyside - 02,2d,Rural traits,S02002074,North Speyside,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184423 +184423,S00121097,1a1,Rural Workers and Families,S01011090,"Fochabers, Aultmore, Clochan and Ordiquish - 03",2c,Remoter communities,S02002081,"Fochabers, Aultmore, Clochan and Ordiquish",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184424 +184424,S00121100,1a1,Rural Workers and Families,S01011084,"Mosstodloch, Portgordon and seaward - 02",2c,Remoter communities,S02002080,"Mosstodloch, Portgordon and seaward",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184425 +184425,S00121102,1a1,Rural Workers and Families,S01011072,"Cullen, Portknockie, Findochty, Drybridge and Berryhillock - 08",2d,Rural traits,S02002077,"Cullen, Portknockie, Findochty, Drybridge and Berryhillock",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184426 +184426,S00121111,1a1,Rural Workers and Families,S01011055,Rural Keith and Strathisla - 01,2c,Remoter communities,S02002075,Rural Keith and Strathisla,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184427 +184427,S00121112,1a1,Rural Workers and Families,S01011056,Rural Keith and Strathisla - 02,2c,Remoter communities,S02002075,Rural Keith and Strathisla,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184428 +184428,S00121115,1a1,Rural Workers and Families,S01011090,"Fochabers, Aultmore, Clochan and Ordiquish - 03",2c,Remoter communities,S02002081,"Fochabers, Aultmore, Clochan and Ordiquish",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184429 +184429,S00121118,1a1,Rural Workers and Families,S01011057,Rural Keith and Strathisla - 03,2c,Remoter communities,S02002075,Rural Keith and Strathisla,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184430 +184430,S00121119,1a1,Rural Workers and Families,S01011058,Rural Keith and Strathisla - 04,2c,Remoter communities,S02002075,Rural Keith and Strathisla,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184431 +184431,S00121120,1a1,Rural Workers and Families,S01011058,Rural Keith and Strathisla - 04,2c,Remoter communities,S02002075,Rural Keith and Strathisla,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184432 +184432,S00121123,1a1,Rural Workers and Families,S01011046,South Speyside and the Cabrach - 02,2c,Remoter communities,S02002073,South Speyside and the Cabrach,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184433 +184433,S00121126,1a1,Rural Workers and Families,S01011055,Rural Keith and Strathisla - 01,2c,Remoter communities,S02002075,Rural Keith and Strathisla,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184434 +184434,S00121127,1a1,Rural Workers and Families,S01011059,Rural Keith and Strathisla - 05,2c,Remoter communities,S02002075,Rural Keith and Strathisla,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184435 +184435,S00121128,1a1,Rural Workers and Families,S01011059,Rural Keith and Strathisla - 05,2c,Remoter communities,S02002075,Rural Keith and Strathisla,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184436 +184436,S00121129,1a1,Rural Workers and Families,S01011059,Rural Keith and Strathisla - 05,2c,Remoter communities,S02002075,Rural Keith and Strathisla,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184437 +184437,S00121131,1a1,Rural Workers and Families,S01011059,Rural Keith and Strathisla - 05,2c,Remoter communities,S02002075,Rural Keith and Strathisla,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184438 +184438,S00121136,1a1,Rural Workers and Families,S01011145,"Burghead, Roseisle and Laich - 04",2c,Remoter communities,S02002092,"Burghead, Roseisle and Laich",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184439 +184439,S00121147,1a1,Rural Workers and Families,S01011095,"Heldon West, Fogwatt to Inchberry - 05",2c,Remoter communities,S02002082,"Heldon West, Fogwatt to Inchberry",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184440 +184440,S00121148,1a1,Rural Workers and Families,S01011095,"Heldon West, Fogwatt to Inchberry - 05",2c,Remoter communities,S02002082,"Heldon West, Fogwatt to Inchberry",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184441 +184441,S00121150,1a1,Rural Workers and Families,S01011148,"Findhorn, Kinloss and Pluscarden Valley - 01",2c,Remoter communities,S02002093,"Findhorn, Kinloss and Pluscarden Valley",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184442 +184442,S00121151,1a1,Rural Workers and Families,S01011095,"Heldon West, Fogwatt to Inchberry - 05",2c,Remoter communities,S02002082,"Heldon West, Fogwatt to Inchberry",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184443 +184443,S00121175,1a1,Rural Workers and Families,S01011097,"Lhanbryde, Urquhart, Pitgavney and seaward - 02",2c,Remoter communities,S02002083,"Lhanbryde, Urquhart, Pitgavney and seaward",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184444 +184444,S00121178,1a1,Rural Workers and Families,S01011142,"Burghead, Roseisle and Laich - 01",2a,Ageing rural neighbourhoods,S02002092,"Burghead, Roseisle and Laich",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184445 +184445,S00121179,1a1,Rural Workers and Families,S01011051,North Speyside - 02,2d,Rural traits,S02002074,North Speyside,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184446 +184446,S00121181,1a1,Rural Workers and Families,S01011091,"Heldon West, Fogwatt to Inchberry - 01",2c,Remoter communities,S02002082,"Heldon West, Fogwatt to Inchberry",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184447 +184447,S00121182,1a1,Rural Workers and Families,S01011091,"Heldon West, Fogwatt to Inchberry - 01",2c,Remoter communities,S02002082,"Heldon West, Fogwatt to Inchberry",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184448 +184448,S00121186,1a1,Rural Workers and Families,S01011085,"Mosstodloch, Portgordon and seaward - 03",2c,Remoter communities,S02002080,"Mosstodloch, Portgordon and seaward",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184449 +184449,S00121190,1a1,Rural Workers and Families,S01011086,"Mosstodloch, Portgordon and seaward - 04",2c,Remoter communities,S02002080,"Mosstodloch, Portgordon and seaward",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184450 +184450,S00121191,1a1,Rural Workers and Families,S01011086,"Mosstodloch, Portgordon and seaward - 04",2c,Remoter communities,S02002080,"Mosstodloch, Portgordon and seaward",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184451 +184451,S00121194,1a1,Rural Workers and Families,S01011050,North Speyside - 01,2c,Remoter communities,S02002074,North Speyside,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184452 +184452,S00121199,1a1,Rural Workers and Families,S01011050,North Speyside - 01,2c,Remoter communities,S02002074,North Speyside,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184453 +184453,S00121808,7a1,Transitional Eastern European Neighbourhoods,S01011103,Elgin Cathedral to Ashgrove and Pinefield - 03,4b,Constrained renters,S02002084,Elgin Cathedral to Ashgrove and Pinefield,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184454 +184454,S00121734,8a2,Industrious Hardship,S01011163,Forres South West and Mannachie - 05,5d,Endeavouring social renters,S02002095,Forres South West and Mannachie,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184455 +184455,S00121683,1a4,Older Farming Communities,S01011157,Forres Central East and seaward - 05,8b,Ageing suburbanites,S02002094,Forres Central East and seaward,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184456 +184456,S00121404,5b3,Self-Sufficient Retirement,S01011130,Elgin Bishopmill West and Newfield - 05,5e,Primary sector workers,S02002089,Elgin Bishopmill West and Newfield,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184457 +184457,S00121141,1c2,Renting Rural Retirement,S01011096,"Lhanbryde, Urquhart, Pitgavney and seaward - 01",2a,Ageing rural neighbourhoods,S02002083,"Lhanbryde, Urquhart, Pitgavney and seaward",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184458 +184458,S00121264,1c2,Renting Rural Retirement,S01011060,Keith and Fife Keith - 01,5a,Ageing urban communities,S02002076,Keith and Fife Keith,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184459 +184459,S00121265,1c2,Renting Rural Retirement,S01011060,Keith and Fife Keith - 01,5a,Ageing urban communities,S02002076,Keith and Fife Keith,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184460 +184460,S00121366,1c2,Renting Rural Retirement,S01011119,Elgin Central West - 03,5e,Primary sector workers,S02002087,Elgin Central West,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184461 +184461,S00121660,1c2,Renting Rural Retirement,S01011135,Lossiemouth East and Seatown - 05,5e,Primary sector workers,S02002090,Lossiemouth East and Seatown,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184462 +184462,S00121772,1c2,Renting Rural Retirement,S01011052,North Speyside - 03,5e,Primary sector workers,S02002074,North Speyside,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184463 +184463,S00121773,1c2,Renting Rural Retirement,S01011064,Keith and Fife Keith - 05,5e,Primary sector workers,S02002076,Keith and Fife Keith,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184464 +184464,S00121805,7d3,Retired Communal City Dwellers,S01011103,Elgin Cathedral to Ashgrove and Pinefield - 03,4b,Constrained renters,S02002084,Elgin Cathedral to Ashgrove and Pinefield,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184465 +184465,S00121390,7d3,Retired Communal City Dwellers,S01011105,Elgin Cathedral to Ashgrove and Pinefield - 05,4b,Constrained renters,S02002084,Elgin Cathedral to Ashgrove and Pinefield,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184466 +184466,S00121788,7d3,Retired Communal City Dwellers,S01011165,Forres South West and Mannachie - 07,4b,Constrained renters,S02002095,Forres South West and Mannachie,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184467 +184467,S00121310,7d2,Retired Independent City Dwellers,S01011154,Forres Central East and seaward - 02,4d,Hard-pressed flat dwellers,S02002094,Forres Central East and seaward,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184468 +184468,S00121372,7d2,Retired Independent City Dwellers,S01011121,Elgin Bishopmill East and Ladyhill - 01,4b,Constrained renters,S02002088,Elgin Bishopmill East and Ladyhill,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184469 +184469,S00121789,7d2,Retired Independent City Dwellers,S01011153,Forres Central East and seaward - 01,5e,Primary sector workers,S02002094,Forres Central East and seaward,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184470 +184470,S00121149,1c1,Rural Employment and Retirees,S01011148,"Findhorn, Kinloss and Pluscarden Valley - 01",2c,Remoter communities,S02002093,"Findhorn, Kinloss and Pluscarden Valley",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184471 +184471,S00121214,1c1,Rural Employment and Retirees,S01011167,"Rafford, Dallas, Dyke to Dava - 01",2a,Ageing rural neighbourhoods,S02002096,"Rafford, Dallas, Dyke to Dava",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184472 +184472,S00121216,1c1,Rural Employment and Retirees,S01011149,"Findhorn, Kinloss and Pluscarden Valley - 02",2a,Ageing rural neighbourhoods,S02002093,"Findhorn, Kinloss and Pluscarden Valley",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184473 +184473,S00121601,1c1,Rural Employment and Retirees,S01011143,"Burghead, Roseisle and Laich - 02",8b,Ageing suburbanites,S02002092,"Burghead, Roseisle and Laich",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184474 +184474,S00121834,1b1,Rural Life,S01011116,New Elgin West - 05,5e,Primary sector workers,S02002086,New Elgin West,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184475 +184475,S00121860,1b1,Rural Life,S01011146,"Burghead, Roseisle and Laich - 05",5d,Endeavouring social renters,S02002092,"Burghead, Roseisle and Laich",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184476 +184476,S00121864,1b1,Rural Life,S01011136,Lossiemouth West - 01,5a,Ageing urban communities,S02002091,Lossiemouth West,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184477 +184477,S00121117,1b1,Rural Life,S01011057,Rural Keith and Strathisla - 03,2c,Remoter communities,S02002075,Rural Keith and Strathisla,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184478 +184478,S00121125,1b1,Rural Life,S01011055,Rural Keith and Strathisla - 01,2c,Remoter communities,S02002075,Rural Keith and Strathisla,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184479 +184479,S00121130,1b1,Rural Life,S01011059,Rural Keith and Strathisla - 05,2c,Remoter communities,S02002075,Rural Keith and Strathisla,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184480 +184480,S00121143,1b1,Rural Life,S01011148,"Findhorn, Kinloss and Pluscarden Valley - 01",2c,Remoter communities,S02002093,"Findhorn, Kinloss and Pluscarden Valley",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184481 +184481,S00121187,1b1,Rural Life,S01011085,"Mosstodloch, Portgordon and seaward - 03",2c,Remoter communities,S02002080,"Mosstodloch, Portgordon and seaward",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184482 +184482,S00121193,1b1,Rural Life,S01011051,North Speyside - 02,2d,Rural traits,S02002074,North Speyside,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184483 +184483,S00121256,1b1,Rural Life,S01011063,Keith and Fife Keith - 04,5d,Endeavouring social renters,S02002076,Keith and Fife Keith,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184484 +184484,S00121277,1b1,Rural Life,S01011062,Keith and Fife Keith - 03,5e,Primary sector workers,S02002076,Keith and Fife Keith,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184485 +184485,S00121407,5b3,Self-Sufficient Retirement,S01011122,Elgin Bishopmill East and Ladyhill - 02,5e,Primary sector workers,S02002088,Elgin Bishopmill East and Ladyhill,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184486 +184486,S00121288,1b1,Rural Life,S01011161,Forres South West and Mannachie - 03,4b,Constrained renters,S02002095,Forres South West and Mannachie,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184487 +184487,S00121292,1b1,Rural Life,S01011160,Forres South West and Mannachie - 02,5e,Primary sector workers,S02002095,Forres South West and Mannachie,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184488 +184488,S00121335,1b1,Rural Life,S01011089,"Fochabers, Aultmore, Clochan and Ordiquish - 02",5e,Primary sector workers,S02002081,"Fochabers, Aultmore, Clochan and Ordiquish",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184489 +184489,S00121474,1b1,Rural Life,S01011114,New Elgin West - 03,8b,Ageing suburbanites,S02002086,New Elgin West,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184490 +184490,S00121493,1b1,Rural Life,S01011152,"Findhorn, Kinloss and Pluscarden Valley - 05",2d,Rural traits,S02002093,"Findhorn, Kinloss and Pluscarden Valley",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184491 +184491,S00121515,1b1,Rural Life,S01011080,Buckie West and Mains of Buckie - 03,5e,Primary sector workers,S02002079,Buckie West and Mains of Buckie,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184492 +184492,S00121521,1b1,Rural Life,S01011079,Buckie West and Mains of Buckie - 02,5e,Primary sector workers,S02002079,Buckie West and Mains of Buckie,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184493 +184493,S00121557,1b1,Rural Life,S01011072,"Cullen, Portknockie, Findochty, Drybridge and Berryhillock - 08",2d,Rural traits,S02002077,"Cullen, Portknockie, Findochty, Drybridge and Berryhillock",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184494 +184494,S00121562,1b1,Rural Life,S01011067,"Cullen, Portknockie, Findochty, Drybridge and Berryhillock - 03",5e,Primary sector workers,S02002077,"Cullen, Portknockie, Findochty, Drybridge and Berryhillock",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184495 +184495,S00121566,1b1,Rural Life,S01011067,"Cullen, Portknockie, Findochty, Drybridge and Berryhillock - 03",5e,Primary sector workers,S02002077,"Cullen, Portknockie, Findochty, Drybridge and Berryhillock",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184496 +184496,S00121573,1b1,Rural Life,S01011069,"Cullen, Portknockie, Findochty, Drybridge and Berryhillock - 05",5e,Primary sector workers,S02002077,"Cullen, Portknockie, Findochty, Drybridge and Berryhillock",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184497 +184497,S00121579,1b1,Rural Life,S01011145,"Burghead, Roseisle and Laich - 04",2c,Remoter communities,S02002092,"Burghead, Roseisle and Laich",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184498 +184498,S00121587,1b1,Rural Life,S01011071,"Cullen, Portknockie, Findochty, Drybridge and Berryhillock - 07",2c,Remoter communities,S02002077,"Cullen, Portknockie, Findochty, Drybridge and Berryhillock",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184499 +184499,S00121593,1b1,Rural Life,S01011068,"Cullen, Portknockie, Findochty, Drybridge and Berryhillock - 04",5e,Primary sector workers,S02002077,"Cullen, Portknockie, Findochty, Drybridge and Berryhillock",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184500 +184500,S00121600,1b1,Rural Life,S01011144,"Burghead, Roseisle and Laich - 03",5c,Comfortable neighbourhoods,S02002092,"Burghead, Roseisle and Laich",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184501 +184501,S00121603,1b1,Rural Life,S01011143,"Burghead, Roseisle and Laich - 02",8b,Ageing suburbanites,S02002092,"Burghead, Roseisle and Laich",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184502 +184502,S00121710,1a4,Older Farming Communities,S01011079,Buckie West and Mains of Buckie - 02,5e,Primary sector workers,S02002079,Buckie West and Mains of Buckie,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184503 +184503,S00121811,7a1,Transitional Eastern European Neighbourhoods,S01011105,Elgin Cathedral to Ashgrove and Pinefield - 05,4b,Constrained renters,S02002084,Elgin Cathedral to Ashgrove and Pinefield,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184504 +184504,S00121778,8a2,Industrious Hardship,S01011062,Keith and Fife Keith - 03,5e,Primary sector workers,S02002076,Keith and Fife Keith,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184505 +184505,S00121258,8a2,Industrious Hardship,S01011064,Keith and Fife Keith - 05,5e,Primary sector workers,S02002076,Keith and Fife Keith,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184506 +184506,S00121205,1a1,Rural Workers and Families,S01011046,South Speyside and the Cabrach - 02,2c,Remoter communities,S02002073,South Speyside and the Cabrach,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184507 +184507,S00121612,1b1,Rural Life,S01011138,Lossiemouth West - 03,4a,Challenged white communities,S02002091,Lossiemouth West,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184508 +184508,S00121663,1b1,Rural Life,S01011085,"Mosstodloch, Portgordon and seaward - 03",2c,Remoter communities,S02002080,"Mosstodloch, Portgordon and seaward",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184509 +184509,S00121686,1b1,Rural Life,S01011157,Forres Central East and seaward - 05,8b,Ageing suburbanites,S02002094,Forres Central East and seaward,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184510 +184510,S00121700,1b1,Rural Life,S01011055,Rural Keith and Strathisla - 01,2c,Remoter communities,S02002075,Rural Keith and Strathisla,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184511 +184511,S00121714,1b1,Rural Life,S01011057,Rural Keith and Strathisla - 03,2c,Remoter communities,S02002075,Rural Keith and Strathisla,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184512 +184512,S00121260,8a2,Industrious Hardship,S01011063,Keith and Fife Keith - 04,5d,Endeavouring social renters,S02002076,Keith and Fife Keith,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184513 +184513,S00121261,8a2,Industrious Hardship,S01011063,Keith and Fife Keith - 04,5d,Endeavouring social renters,S02002076,Keith and Fife Keith,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184514 +184514,S00121731,1a4,Older Farming Communities,S01011157,Forres Central East and seaward - 05,8b,Ageing suburbanites,S02002094,Forres Central East and seaward,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184515 +184515,S00121270,8a2,Industrious Hardship,S01011063,Keith and Fife Keith - 04,5d,Endeavouring social renters,S02002076,Keith and Fife Keith,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184516 +184516,S00121830,7a1,Transitional Eastern European Neighbourhoods,S01011102,Elgin Cathedral to Ashgrove and Pinefield - 02,4b,Constrained renters,S02002084,Elgin Cathedral to Ashgrove and Pinefield,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184517 +184517,S00121408,5b3,Self-Sufficient Retirement,S01011122,Elgin Bishopmill East and Ladyhill - 02,5e,Primary sector workers,S02002088,Elgin Bishopmill East and Ladyhill,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184518 +184518,S00121271,8a2,Industrious Hardship,S01011063,Keith and Fife Keith - 04,5d,Endeavouring social renters,S02002076,Keith and Fife Keith,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184519 +184519,S00121412,5b3,Self-Sufficient Retirement,S01011122,Elgin Bishopmill East and Ladyhill - 02,5e,Primary sector workers,S02002088,Elgin Bishopmill East and Ladyhill,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184520 +184520,S00121278,8a2,Industrious Hardship,S01011061,Keith and Fife Keith - 02,5e,Primary sector workers,S02002076,Keith and Fife Keith,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184521 +184521,S00121207,1a1,Rural Workers and Families,S01011046,South Speyside and the Cabrach - 02,2c,Remoter communities,S02002073,South Speyside and the Cabrach,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184522 +184522,S00121457,5b3,Self-Sufficient Retirement,S01011109,New Elgin East - 03,5e,Primary sector workers,S02002085,New Elgin East,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184523 +184523,S00121744,1a4,Older Farming Communities,S01011056,Rural Keith and Strathisla - 02,2c,Remoter communities,S02002075,Rural Keith and Strathisla,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184524 +184524,S00121302,8a2,Industrious Hardship,S01011159,Forres South West and Mannachie - 01,5e,Primary sector workers,S02002095,Forres South West and Mannachie,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184525 +184525,S00121841,7a1,Transitional Eastern European Neighbourhoods,S01011106,Elgin Cathedral to Ashgrove and Pinefield - 06,4b,Constrained renters,S02002084,Elgin Cathedral to Ashgrove and Pinefield,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184526 +184526,S00121787,8a2,Industrious Hardship,S01011165,Forres South West and Mannachie - 07,4b,Constrained renters,S02002095,Forres South West and Mannachie,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184527 +184527,S00121209,1a1,Rural Workers and Families,S01011046,South Speyside and the Cabrach - 02,2c,Remoter communities,S02002073,South Speyside and the Cabrach,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184528 +184528,S00121459,5b3,Self-Sufficient Retirement,S01011109,New Elgin East - 03,5e,Primary sector workers,S02002085,New Elgin East,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184529 +184529,S00121749,1a4,Older Farming Communities,S01011097,"Lhanbryde, Urquhart, Pitgavney and seaward - 02",2c,Remoter communities,S02002083,"Lhanbryde, Urquhart, Pitgavney and seaward",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184530 +184530,S00121756,1a4,Older Farming Communities,S01011170,"Rafford, Dallas, Dyke to Dava - 04",2c,Remoter communities,S02002096,"Rafford, Dallas, Dyke to Dava",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184531 +184531,S00121776,1a4,Older Farming Communities,S01011060,Keith and Fife Keith - 01,5a,Ageing urban communities,S02002076,Keith and Fife Keith,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184532 +184532,S00121877,1a4,Older Farming Communities,S01011156,Forres Central East and seaward - 04,8b,Ageing suburbanites,S02002094,Forres Central East and seaward,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184533 +184533,S00121320,6b4,Older Workers and Retirement,S01011156,Forres Central East and seaward - 04,8b,Ageing suburbanites,S02002094,Forres Central East and seaward,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184534 +184534,S00121339,6b4,Older Workers and Retirement,S01011088,"Fochabers, Aultmore, Clochan and Ordiquish - 01",5e,Primary sector workers,S02002081,"Fochabers, Aultmore, Clochan and Ordiquish",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184535 +184535,S00121378,6b4,Older Workers and Retirement,S01011118,Elgin Central West - 02,5e,Primary sector workers,S02002087,Elgin Central West,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184536 +184536,S00121471,6b4,Older Workers and Retirement,S01011109,New Elgin East - 03,5e,Primary sector workers,S02002085,New Elgin East,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184537 +184537,S00121629,6b4,Older Workers and Retirement,S01011133,Lossiemouth East and Seatown - 03,5d,Endeavouring social renters,S02002090,Lossiemouth East and Seatown,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184538 +184538,S00121693,6b4,Older Workers and Retirement,S01011086,"Mosstodloch, Portgordon and seaward - 04",2c,Remoter communities,S02002080,"Mosstodloch, Portgordon and seaward",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184539 +184539,S00121698,6b4,Older Workers and Retirement,S01011064,Keith and Fife Keith - 05,5e,Primary sector workers,S02002076,Keith and Fife Keith,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184540 +184540,S00121702,6b4,Older Workers and Retirement,S01011109,New Elgin East - 03,5e,Primary sector workers,S02002085,New Elgin East,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184541 +184541,S00121784,6b4,Older Workers and Retirement,S01011164,Forres South West and Mannachie - 06,5a,Ageing urban communities,S02002095,Forres South West and Mannachie,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184542 +184542,S00121882,6b4,Older Workers and Retirement,S01011080,Buckie West and Mains of Buckie - 03,5e,Primary sector workers,S02002079,Buckie West and Mains of Buckie,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184543 +184543,S00121885,6b4,Older Workers and Retirement,S01011139,Lossiemouth West - 04,5a,Ageing urban communities,S02002091,Lossiemouth West,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184544 +184544,S00121810,7c3,Outer City Hardship,S01011105,Elgin Cathedral to Ashgrove and Pinefield - 05,4b,Constrained renters,S02002084,Elgin Cathedral to Ashgrove and Pinefield,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184545 +184545,S00121837,7c3,Outer City Hardship,S01011110,New Elgin East - 04,4a,Challenged white communities,S02002085,New Elgin East,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184546 +184546,S00121268,7c3,Outer City Hardship,S01011062,Keith and Fife Keith - 03,5e,Primary sector workers,S02002076,Keith and Fife Keith,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184547 +184547,S00121290,7c3,Outer City Hardship,S01011165,Forres South West and Mannachie - 07,4b,Constrained renters,S02002095,Forres South West and Mannachie,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184548 +184548,S00121211,1a1,Rural Workers and Families,S01011046,South Speyside and the Cabrach - 02,2c,Remoter communities,S02002073,South Speyside and the Cabrach,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184549 +184549,S00121325,8a2,Industrious Hardship,S01011163,Forres South West and Mannachie - 05,5d,Endeavouring social renters,S02002095,Forres South West and Mannachie,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184550 +184550,S00121518,5b3,Self-Sufficient Retirement,S01011078,Buckie West and Mains of Buckie - 01,2a,Ageing rural neighbourhoods,S02002079,Buckie West and Mains of Buckie,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184551 +184551,S00121870,8a2,Industrious Hardship,S01011147,"Burghead, Roseisle and Laich - 06",5e,Primary sector workers,S02002092,"Burghead, Roseisle and Laich",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184552 +184552,S00121164,7a1,Transitional Eastern European Neighbourhoods,S01011092,"Heldon West, Fogwatt to Inchberry - 02",4b,Constrained renters,S02002082,"Heldon West, Fogwatt to Inchberry",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184553 +184553,S00121306,7c3,Outer City Hardship,S01011154,Forres Central East and seaward - 02,4d,Hard-pressed flat dwellers,S02002094,Forres Central East and seaward,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184554 +184554,S00121311,7c3,Outer City Hardship,S01011154,Forres Central East and seaward - 02,4d,Hard-pressed flat dwellers,S02002094,Forres Central East and seaward,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184555 +184555,S00121314,7c3,Outer City Hardship,S01011155,Forres Central East and seaward - 03,5e,Primary sector workers,S02002094,Forres Central East and seaward,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184556 +184556,S00121410,7c3,Outer City Hardship,S01011122,Elgin Bishopmill East and Ladyhill - 02,5e,Primary sector workers,S02002088,Elgin Bishopmill East and Ladyhill,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184557 +184557,S00121417,7c3,Outer City Hardship,S01011128,Elgin Bishopmill West and Newfield - 03,5e,Primary sector workers,S02002089,Elgin Bishopmill West and Newfield,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184558 +184558,S00121418,7c3,Outer City Hardship,S01011128,Elgin Bishopmill West and Newfield - 03,5e,Primary sector workers,S02002089,Elgin Bishopmill West and Newfield,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184559 +184559,S00121447,7c3,Outer City Hardship,S01011115,New Elgin West - 04,4a,Challenged white communities,S02002086,New Elgin West,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184560 +184560,S00121513,7c3,Outer City Hardship,S01011080,Buckie West and Mains of Buckie - 03,5e,Primary sector workers,S02002079,Buckie West and Mains of Buckie,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184561 +184561,S00121514,7c3,Outer City Hardship,S01011080,Buckie West and Mains of Buckie - 03,5e,Primary sector workers,S02002079,Buckie West and Mains of Buckie,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184562 +184562,S00121574,7c3,Outer City Hardship,S01011069,"Cullen, Portknockie, Findochty, Drybridge and Berryhillock - 05",5e,Primary sector workers,S02002077,"Cullen, Portknockie, Findochty, Drybridge and Berryhillock",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184563 +184563,S00121713,7c3,Outer City Hardship,S01011082,Buckie West and Mains of Buckie - 05,4a,Challenged white communities,S02002079,Buckie West and Mains of Buckie,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184564 +184564,S00121879,7c3,Outer City Hardship,S01011125,Elgin Bishopmill East and Ladyhill - 05,4a,Challenged white communities,S02002088,Elgin Bishopmill East and Ladyhill,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184565 +184565,S00121849,8c3,Renting Hard-Pressed Workers,S01011099,"Lhanbryde, Urquhart, Pitgavney and seaward - 04",4a,Challenged white communities,S02002083,"Lhanbryde, Urquhart, Pitgavney and seaward",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184566 +184566,S00121101,8c3,Renting Hard-Pressed Workers,S01011084,"Mosstodloch, Portgordon and seaward - 02",2c,Remoter communities,S02002080,"Mosstodloch, Portgordon and seaward",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184567 +184567,S00121138,8c3,Renting Hard-Pressed Workers,S01011146,"Burghead, Roseisle and Laich - 05",5d,Endeavouring social renters,S02002092,"Burghead, Roseisle and Laich",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184568 +184568,S00121411,8c3,Renting Hard-Pressed Workers,S01011122,Elgin Bishopmill East and Ladyhill - 02,5e,Primary sector workers,S02002088,Elgin Bishopmill East and Ladyhill,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184569 +184569,S00121425,8c3,Renting Hard-Pressed Workers,S01011124,Elgin Bishopmill East and Ladyhill - 04,5b,Aspiring urban households,S02002088,Elgin Bishopmill East and Ladyhill,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184570 +184570,S00121443,8c3,Renting Hard-Pressed Workers,S01011115,New Elgin West - 04,4a,Challenged white communities,S02002086,New Elgin West,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184571 +184571,S00121541,8c3,Renting Hard-Pressed Workers,S01011076,Buckie Central East - 04,5e,Primary sector workers,S02002078,Buckie Central East,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184572 +184572,S00121542,8c3,Renting Hard-Pressed Workers,S01011077,Buckie Central East - 05,4a,Challenged white communities,S02002078,Buckie Central East,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184573 +184573,S00121626,8c3,Renting Hard-Pressed Workers,S01011133,Lossiemouth East and Seatown - 03,5d,Endeavouring social renters,S02002090,Lossiemouth East and Seatown,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184574 +184574,S00121639,8c3,Renting Hard-Pressed Workers,S01011135,Lossiemouth East and Seatown - 05,5e,Primary sector workers,S02002090,Lossiemouth East and Seatown,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184575 +184575,S00121717,8c3,Renting Hard-Pressed Workers,S01011069,"Cullen, Portknockie, Findochty, Drybridge and Berryhillock - 05",5e,Primary sector workers,S02002077,"Cullen, Portknockie, Findochty, Drybridge and Berryhillock",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184576 +184576,S00121728,8c3,Renting Hard-Pressed Workers,S01011063,Keith and Fife Keith - 04,5d,Endeavouring social renters,S02002076,Keith and Fife Keith,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184577 +184577,S00121868,8c3,Renting Hard-Pressed Workers,S01011140,Lossiemouth West - 05,5e,Primary sector workers,S02002091,Lossiemouth West,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184578 +184578,S00121878,8c3,Renting Hard-Pressed Workers,S01011125,Elgin Bishopmill East and Ladyhill - 05,4a,Challenged white communities,S02002088,Elgin Bishopmill East and Ladyhill,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184579 +184579,S00121851,1c2,Renting Rural Retirement,S01011078,Buckie West and Mains of Buckie - 01,2a,Ageing rural neighbourhoods,S02002079,Buckie West and Mains of Buckie,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184580 +184580,S00121522,5b3,Self-Sufficient Retirement,S01011079,Buckie West and Mains of Buckie - 02,5e,Primary sector workers,S02002079,Buckie West and Mains of Buckie,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184581 +184581,S00121523,5b3,Self-Sufficient Retirement,S01011079,Buckie West and Mains of Buckie - 02,5e,Primary sector workers,S02002079,Buckie West and Mains of Buckie,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184582 +184582,S00121526,5b3,Self-Sufficient Retirement,S01011079,Buckie West and Mains of Buckie - 02,5e,Primary sector workers,S02002079,Buckie West and Mains of Buckie,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184583 +184583,S00121616,5b3,Self-Sufficient Retirement,S01011132,Lossiemouth East and Seatown - 02,5e,Primary sector workers,S02002090,Lossiemouth East and Seatown,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184584 +184584,S00121619,5b3,Self-Sufficient Retirement,S01011131,Lossiemouth East and Seatown - 01,5e,Primary sector workers,S02002090,Lossiemouth East and Seatown,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184585 +184585,S00121172,7a1,Transitional Eastern European Neighbourhoods,S01011107,New Elgin East - 01,5e,Primary sector workers,S02002085,New Elgin East,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184586 +184586,S00121881,8a2,Industrious Hardship,S01011080,Buckie West and Mains of Buckie - 03,5e,Primary sector workers,S02002079,Buckie West and Mains of Buckie,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184587 +184587,S00121326,8a2,Industrious Hardship,S01011163,Forres South West and Mannachie - 05,5d,Endeavouring social renters,S02002095,Forres South West and Mannachie,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184588 +184588,S00121213,1a1,Rural Workers and Families,S01011047,South Speyside and the Cabrach - 03,2c,Remoter communities,S02002073,South Speyside and the Cabrach,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184589 +184589,S00121620,5b3,Self-Sufficient Retirement,S01011131,Lossiemouth East and Seatown - 01,5e,Primary sector workers,S02002090,Lossiemouth East and Seatown,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184590 +184590,S00121622,5b3,Self-Sufficient Retirement,S01011131,Lossiemouth East and Seatown - 01,5e,Primary sector workers,S02002090,Lossiemouth East and Seatown,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184591 +184591,S00121628,5b3,Self-Sufficient Retirement,S01011134,Lossiemouth East and Seatown - 04,5e,Primary sector workers,S02002090,Lossiemouth East and Seatown,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184592 +184592,S00121631,5b3,Self-Sufficient Retirement,S01011136,Lossiemouth West - 01,5a,Ageing urban communities,S02002091,Lossiemouth West,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184593 +184593,S00121633,5b3,Self-Sufficient Retirement,S01011134,Lossiemouth East and Seatown - 04,5e,Primary sector workers,S02002090,Lossiemouth East and Seatown,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184594 +184594,S00121636,5b3,Self-Sufficient Retirement,S01011134,Lossiemouth East and Seatown - 04,5e,Primary sector workers,S02002090,Lossiemouth East and Seatown,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184595 +184595,S00121670,5b3,Self-Sufficient Retirement,S01011052,North Speyside - 03,5e,Primary sector workers,S02002074,North Speyside,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184596 +184596,S00121682,5b3,Self-Sufficient Retirement,S01011154,Forres Central East and seaward - 02,4d,Hard-pressed flat dwellers,S02002094,Forres Central East and seaward,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184597 +184597,S00121696,5b3,Self-Sufficient Retirement,S01011119,Elgin Central West - 03,5e,Primary sector workers,S02002087,Elgin Central West,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184598 +184598,S00121703,5b3,Self-Sufficient Retirement,S01011109,New Elgin East - 03,5e,Primary sector workers,S02002085,New Elgin East,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184599 +184599,S00121721,5b3,Self-Sufficient Retirement,S01011137,Lossiemouth West - 02,5e,Primary sector workers,S02002091,Lossiemouth West,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184600 +184600,S00121722,5b3,Self-Sufficient Retirement,S01011132,Lossiemouth East and Seatown - 02,5e,Primary sector workers,S02002090,Lossiemouth East and Seatown,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184601 +184601,S00121723,5b3,Self-Sufficient Retirement,S01011136,Lossiemouth West - 01,5a,Ageing urban communities,S02002091,Lossiemouth West,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184602 +184602,S00121791,5b3,Self-Sufficient Retirement,S01011153,Forres Central East and seaward - 01,5e,Primary sector workers,S02002094,Forres Central East and seaward,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184603 +184603,S00121793,5b3,Self-Sufficient Retirement,S01011153,Forres Central East and seaward - 01,5e,Primary sector workers,S02002094,Forres Central East and seaward,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184604 +184604,S00121867,5b3,Self-Sufficient Retirement,S01011131,Lossiemouth East and Seatown - 01,5e,Primary sector workers,S02002090,Lossiemouth East and Seatown,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184605 +184605,S00121874,5b3,Self-Sufficient Retirement,S01011147,"Burghead, Roseisle and Laich - 06",5e,Primary sector workers,S02002092,"Burghead, Roseisle and Laich",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184606 +184606,S00121847,6b3,Semi-Detached Ageing,S01011098,"Lhanbryde, Urquhart, Pitgavney and seaward - 03",5e,Primary sector workers,S02002083,"Lhanbryde, Urquhart, Pitgavney and seaward",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184607 +184607,S00121133,6b3,Semi-Detached Ageing,S01011142,"Burghead, Roseisle and Laich - 01",2a,Ageing rural neighbourhoods,S02002092,"Burghead, Roseisle and Laich",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184608 +184608,S00121244,6b3,Semi-Detached Ageing,S01011052,North Speyside - 03,5e,Primary sector workers,S02002074,North Speyside,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184609 +184609,S00121470,6b3,Semi-Detached Ageing,S01011109,New Elgin East - 03,5e,Primary sector workers,S02002085,New Elgin East,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184610 +184610,S00121498,6b3,Semi-Detached Ageing,S01011083,"Mosstodloch, Portgordon and seaward - 01",5d,Endeavouring social renters,S02002080,"Mosstodloch, Portgordon and seaward",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184611 +184611,S00121499,6b3,Semi-Detached Ageing,S01011083,"Mosstodloch, Portgordon and seaward - 01",5d,Endeavouring social renters,S02002080,"Mosstodloch, Portgordon and seaward",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184612 +184612,S00121505,6b3,Semi-Detached Ageing,S01011081,Buckie West and Mains of Buckie - 04,5e,Primary sector workers,S02002079,Buckie West and Mains of Buckie,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184613 +184613,S00121510,6b3,Semi-Detached Ageing,S01011080,Buckie West and Mains of Buckie - 03,5e,Primary sector workers,S02002079,Buckie West and Mains of Buckie,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184614 +184614,S00121545,6b3,Semi-Detached Ageing,S01011075,Buckie Central East - 03,4a,Challenged white communities,S02002078,Buckie Central East,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184615 +184615,S00121550,6b3,Semi-Detached Ageing,S01011073,Buckie Central East - 01,2d,Rural traits,S02002078,Buckie Central East,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184616 +184616,S00121568,6b3,Semi-Detached Ageing,S01011067,"Cullen, Portknockie, Findochty, Drybridge and Berryhillock - 03",5e,Primary sector workers,S02002077,"Cullen, Portknockie, Findochty, Drybridge and Berryhillock",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184617 +184617,S00121608,6b3,Semi-Detached Ageing,S01011137,Lossiemouth West - 02,5e,Primary sector workers,S02002091,Lossiemouth West,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184618 +184618,S00121699,6b3,Semi-Detached Ageing,S01011123,Elgin Bishopmill East and Ladyhill - 03,5e,Primary sector workers,S02002088,Elgin Bishopmill East and Ladyhill,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184619 +184619,S00121715,6b3,Semi-Detached Ageing,S01011070,"Cullen, Portknockie, Findochty, Drybridge and Berryhillock - 06",5e,Primary sector workers,S02002077,"Cullen, Portknockie, Findochty, Drybridge and Berryhillock",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184620 +184620,S00121738,6b3,Semi-Detached Ageing,S01011113,New Elgin West - 02,5d,Endeavouring social renters,S02002086,New Elgin West,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184621 +184621,S00121774,6b3,Semi-Detached Ageing,S01011060,Keith and Fife Keith - 01,5a,Ageing urban communities,S02002076,Keith and Fife Keith,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184622 +184622,S00121886,6b3,Semi-Detached Ageing,S01011139,Lossiemouth West - 04,5a,Ageing urban communities,S02002091,Lossiemouth West,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184623 +184623,S00121652,2a1,Student Communal Living,S01011142,"Burghead, Roseisle and Laich - 01",2a,Ageing rural neighbourhoods,S02002092,"Burghead, Roseisle and Laich",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184624 +184624,S00121802,7a1,Transitional Eastern European Neighbourhoods,S01011121,Elgin Bishopmill East and Ladyhill - 01,4b,Constrained renters,S02002088,Elgin Bishopmill East and Ladyhill,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184625 +184625,S00121806,7a1,Transitional Eastern European Neighbourhoods,S01011121,Elgin Bishopmill East and Ladyhill - 01,4b,Constrained renters,S02002088,Elgin Bishopmill East and Ladyhill,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184626 +184626,S00121807,7a1,Transitional Eastern European Neighbourhoods,S01011103,Elgin Cathedral to Ashgrove and Pinefield - 03,4b,Constrained renters,S02002084,Elgin Cathedral to Ashgrove and Pinefield,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184627 +184627,S00121240,7a1,Transitional Eastern European Neighbourhoods,S01011048,South Speyside and the Cabrach - 04,5e,Primary sector workers,S02002073,South Speyside and the Cabrach,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184628 +184628,S00121373,7a1,Transitional Eastern European Neighbourhoods,S01011104,Elgin Cathedral to Ashgrove and Pinefield - 04,5a,Ageing urban communities,S02002084,Elgin Cathedral to Ashgrove and Pinefield,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184629 +184629,S00121383,7a1,Transitional Eastern European Neighbourhoods,S01011103,Elgin Cathedral to Ashgrove and Pinefield - 03,4b,Constrained renters,S02002084,Elgin Cathedral to Ashgrove and Pinefield,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184630 +184630,S00121386,7a1,Transitional Eastern European Neighbourhoods,S01011103,Elgin Cathedral to Ashgrove and Pinefield - 03,4b,Constrained renters,S02002084,Elgin Cathedral to Ashgrove and Pinefield,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184631 +184631,S00121387,7a1,Transitional Eastern European Neighbourhoods,S01011104,Elgin Cathedral to Ashgrove and Pinefield - 04,5a,Ageing urban communities,S02002084,Elgin Cathedral to Ashgrove and Pinefield,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184632 +184632,S00121403,7a1,Transitional Eastern European Neighbourhoods,S01011130,Elgin Bishopmill West and Newfield - 05,5e,Primary sector workers,S02002089,Elgin Bishopmill West and Newfield,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184633 +184633,S00121405,7a1,Transitional Eastern European Neighbourhoods,S01011130,Elgin Bishopmill West and Newfield - 05,5e,Primary sector workers,S02002089,Elgin Bishopmill West and Newfield,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184634 +184634,S00121413,7a1,Transitional Eastern European Neighbourhoods,S01011122,Elgin Bishopmill East and Ladyhill - 02,5e,Primary sector workers,S02002088,Elgin Bishopmill East and Ladyhill,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184635 +184635,S00121414,7a1,Transitional Eastern European Neighbourhoods,S01011123,Elgin Bishopmill East and Ladyhill - 03,5e,Primary sector workers,S02002088,Elgin Bishopmill East and Ladyhill,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184636 +184636,S00121327,8a2,Industrious Hardship,S01011163,Forres South West and Mannachie - 05,5d,Endeavouring social renters,S02002095,Forres South West and Mannachie,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184637 +184637,S00121798,8a1,Industrious Transitions,S01011150,"Findhorn, Kinloss and Pluscarden Valley - 03",5b,Aspiring urban households,S02002093,"Findhorn, Kinloss and Pluscarden Valley",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184638 +184638,S00121330,8a2,Industrious Hardship,S01011163,Forres South West and Mannachie - 05,5d,Endeavouring social renters,S02002095,Forres South West and Mannachie,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184639 +184639,S00121336,8a2,Industrious Hardship,S01011089,"Fochabers, Aultmore, Clochan and Ordiquish - 02",5e,Primary sector workers,S02002081,"Fochabers, Aultmore, Clochan and Ordiquish",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184640 +184640,S00121344,8a2,Industrious Hardship,S01011086,"Mosstodloch, Portgordon and seaward - 04",2c,Remoter communities,S02002080,"Mosstodloch, Portgordon and seaward",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184641 +184641,S00121345,8a2,Industrious Hardship,S01011087,"Mosstodloch, Portgordon and seaward - 05",5e,Primary sector workers,S02002080,"Mosstodloch, Portgordon and seaward",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184642 +184642,S00121346,8a2,Industrious Hardship,S01011087,"Mosstodloch, Portgordon and seaward - 05",5e,Primary sector workers,S02002080,"Mosstodloch, Portgordon and seaward",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184643 +184643,S00121349,8a2,Industrious Hardship,S01011087,"Mosstodloch, Portgordon and seaward - 05",5e,Primary sector workers,S02002080,"Mosstodloch, Portgordon and seaward",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184644 +184644,S00121391,8a2,Industrious Hardship,S01011105,Elgin Cathedral to Ashgrove and Pinefield - 05,4b,Constrained renters,S02002084,Elgin Cathedral to Ashgrove and Pinefield,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184645 +184645,S00121422,8a2,Industrious Hardship,S01011123,Elgin Bishopmill East and Ladyhill - 03,5e,Primary sector workers,S02002088,Elgin Bishopmill East and Ladyhill,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184646 +184646,S00121426,8a2,Industrious Hardship,S01011123,Elgin Bishopmill East and Ladyhill - 03,5e,Primary sector workers,S02002088,Elgin Bishopmill East and Ladyhill,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184647 +184647,S00121439,8a2,Industrious Hardship,S01011114,New Elgin West - 03,8b,Ageing suburbanites,S02002086,New Elgin West,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184648 +184648,S00121441,8a2,Industrious Hardship,S01011114,New Elgin West - 03,8b,Ageing suburbanites,S02002086,New Elgin West,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184649 +184649,S00121450,8a2,Industrious Hardship,S01011113,New Elgin West - 02,5d,Endeavouring social renters,S02002086,New Elgin West,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184650 +184650,S00121452,8a2,Industrious Hardship,S01011113,New Elgin West - 02,5d,Endeavouring social renters,S02002086,New Elgin West,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184651 +184651,S00121463,8a2,Industrious Hardship,S01011110,New Elgin East - 04,4a,Challenged white communities,S02002085,New Elgin East,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184652 +184652,S00121469,8a2,Industrious Hardship,S01011109,New Elgin East - 03,5e,Primary sector workers,S02002085,New Elgin East,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184653 +184653,S00121485,8a2,Industrious Hardship,S01011100,"Lhanbryde, Urquhart, Pitgavney and seaward - 05",5d,Endeavouring social renters,S02002083,"Lhanbryde, Urquhart, Pitgavney and seaward",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184654 +184654,S00121218,1a1,Rural Workers and Families,S01011168,"Rafford, Dallas, Dyke to Dava - 02",2c,Remoter communities,S02002096,"Rafford, Dallas, Dyke to Dava",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184655 +184655,S00121502,8a2,Industrious Hardship,S01011083,"Mosstodloch, Portgordon and seaward - 01",5d,Endeavouring social renters,S02002080,"Mosstodloch, Portgordon and seaward",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184656 +184656,S00121503,8a2,Industrious Hardship,S01011083,"Mosstodloch, Portgordon and seaward - 01",5d,Endeavouring social renters,S02002080,"Mosstodloch, Portgordon and seaward",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184657 +184657,S00121504,8a2,Industrious Hardship,S01011081,Buckie West and Mains of Buckie - 04,5e,Primary sector workers,S02002079,Buckie West and Mains of Buckie,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184658 +184658,S00121508,8a2,Industrious Hardship,S01011081,Buckie West and Mains of Buckie - 04,5e,Primary sector workers,S02002079,Buckie West and Mains of Buckie,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184659 +184659,S00121509,8a2,Industrious Hardship,S01011081,Buckie West and Mains of Buckie - 04,5e,Primary sector workers,S02002079,Buckie West and Mains of Buckie,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184660 +184660,S00121511,8a2,Industrious Hardship,S01011080,Buckie West and Mains of Buckie - 03,5e,Primary sector workers,S02002079,Buckie West and Mains of Buckie,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184661 +184661,S00121512,8a2,Industrious Hardship,S01011080,Buckie West and Mains of Buckie - 03,5e,Primary sector workers,S02002079,Buckie West and Mains of Buckie,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184662 +184662,S00121532,8a2,Industrious Hardship,S01011077,Buckie Central East - 05,4a,Challenged white communities,S02002078,Buckie Central East,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184663 +184663,S00121559,8a2,Industrious Hardship,S01011082,Buckie West and Mains of Buckie - 05,4a,Challenged white communities,S02002079,Buckie West and Mains of Buckie,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184664 +184664,S00121565,8a2,Industrious Hardship,S01011066,"Cullen, Portknockie, Findochty, Drybridge and Berryhillock - 02",5e,Primary sector workers,S02002077,"Cullen, Portknockie, Findochty, Drybridge and Berryhillock",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184665 +184665,S00121582,8a2,Industrious Hardship,S01011147,"Burghead, Roseisle and Laich - 06",5e,Primary sector workers,S02002092,"Burghead, Roseisle and Laich",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184666 +184666,S00121584,8a2,Industrious Hardship,S01011146,"Burghead, Roseisle and Laich - 05",5d,Endeavouring social renters,S02002092,"Burghead, Roseisle and Laich",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184667 +184667,S00121592,8a2,Industrious Hardship,S01011068,"Cullen, Portknockie, Findochty, Drybridge and Berryhillock - 04",5e,Primary sector workers,S02002077,"Cullen, Portknockie, Findochty, Drybridge and Berryhillock",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184668 +184668,S00121594,8a2,Industrious Hardship,S01011068,"Cullen, Portknockie, Findochty, Drybridge and Berryhillock - 04",5e,Primary sector workers,S02002077,"Cullen, Portknockie, Findochty, Drybridge and Berryhillock",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184669 +184669,S00121610,8a2,Industrious Hardship,S01011138,Lossiemouth West - 03,4a,Challenged white communities,S02002091,Lossiemouth West,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184670 +184670,S00121625,8a2,Industrious Hardship,S01011133,Lossiemouth East and Seatown - 03,5d,Endeavouring social renters,S02002090,Lossiemouth East and Seatown,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184671 +184671,S00121647,8a2,Industrious Hardship,S01011141,Lossiemouth West - 06,5d,Endeavouring social renters,S02002091,Lossiemouth West,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184672 +184672,S00121649,8a2,Industrious Hardship,S01011141,Lossiemouth West - 06,5d,Endeavouring social renters,S02002091,Lossiemouth West,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184673 +184673,S00121691,8a2,Industrious Hardship,S01011088,"Fochabers, Aultmore, Clochan and Ordiquish - 01",5e,Primary sector workers,S02002081,"Fochabers, Aultmore, Clochan and Ordiquish",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184674 +184674,S00121694,8a2,Industrious Hardship,S01011151,"Findhorn, Kinloss and Pluscarden Valley - 04",5e,Primary sector workers,S02002093,"Findhorn, Kinloss and Pluscarden Valley",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184675 +184675,S00121701,8a2,Industrious Hardship,S01011115,New Elgin West - 04,4a,Challenged white communities,S02002086,New Elgin West,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184676 +184676,S00121706,8a2,Industrious Hardship,S01011082,Buckie West and Mains of Buckie - 05,4a,Challenged white communities,S02002079,Buckie West and Mains of Buckie,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184677 +184677,S00121727,8a2,Industrious Hardship,S01011063,Keith and Fife Keith - 04,5d,Endeavouring social renters,S02002076,Keith and Fife Keith,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184678 +184678,S00121429,7a1,Transitional Eastern European Neighbourhoods,S01011101,Elgin Cathedral to Ashgrove and Pinefield - 01,4a,Challenged white communities,S02002084,Elgin Cathedral to Ashgrove and Pinefield,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184679 +184679,S00121445,7a1,Transitional Eastern European Neighbourhoods,S01011115,New Elgin West - 04,4a,Challenged white communities,S02002086,New Elgin West,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184680 +184680,S00121466,7a1,Transitional Eastern European Neighbourhoods,S01011111,New Elgin East - 05,4b,Constrained renters,S02002085,New Elgin East,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184681 +184681,S00121525,7a1,Transitional Eastern European Neighbourhoods,S01011076,Buckie Central East - 04,5e,Primary sector workers,S02002078,Buckie Central East,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184682 +184682,S00121614,7a1,Transitional Eastern European Neighbourhoods,S01011138,Lossiemouth West - 03,4a,Challenged white communities,S02002091,Lossiemouth West,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184683 +184683,S00121780,7a1,Transitional Eastern European Neighbourhoods,S01011161,Forres South West and Mannachie - 03,4b,Constrained renters,S02002095,Forres South West and Mannachie,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184684 +184684,S00121819,5a1,White Professionals,S01011127,Elgin Bishopmill West and Newfield - 02,5b,Aspiring urban households,S02002089,Elgin Bishopmill West and Newfield,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184685 +184685,S00121833,5a1,White Professionals,S01011116,New Elgin West - 05,5e,Primary sector workers,S02002086,New Elgin West,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184686 +184686,S00121106,5a1,White Professionals,S01011078,Buckie West and Mains of Buckie - 01,2a,Ageing rural neighbourhoods,S02002079,Buckie West and Mains of Buckie,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184687 +184687,S00121142,5a1,White Professionals,S01011096,"Lhanbryde, Urquhart, Pitgavney and seaward - 01",2a,Ageing rural neighbourhoods,S02002083,"Lhanbryde, Urquhart, Pitgavney and seaward",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184688 +184688,S00121159,5a1,White Professionals,S01011107,New Elgin East - 01,5e,Primary sector workers,S02002085,New Elgin East,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184689 +184689,S00121161,5a1,White Professionals,S01011107,New Elgin East - 01,5e,Primary sector workers,S02002085,New Elgin East,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184690 +184690,S00121165,5a1,White Professionals,S01011112,New Elgin West - 01,5b,Aspiring urban households,S02002086,New Elgin West,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184691 +184691,S00121167,5a1,White Professionals,S01011112,New Elgin West - 01,5b,Aspiring urban households,S02002086,New Elgin West,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184692 +184692,S00121356,5a1,White Professionals,S01011150,"Findhorn, Kinloss and Pluscarden Valley - 03",5b,Aspiring urban households,S02002093,"Findhorn, Kinloss and Pluscarden Valley",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184693 +184693,S00121520,5a1,White Professionals,S01011079,Buckie West and Mains of Buckie - 02,5e,Primary sector workers,S02002079,Buckie West and Mains of Buckie,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184694 +184694,S00121606,5a1,White Professionals,S01011139,Lossiemouth West - 04,5a,Ageing urban communities,S02002091,Lossiemouth West,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184695 +184695,S00121609,5a1,White Professionals,S01011139,Lossiemouth West - 04,5a,Ageing urban communities,S02002091,Lossiemouth West,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184696 +184696,S00121621,5a1,White Professionals,S01011132,Lossiemouth East and Seatown - 02,5e,Primary sector workers,S02002090,Lossiemouth East and Seatown,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184697 +184697,S00121624,5a1,White Professionals,S01011132,Lossiemouth East and Seatown - 02,5e,Primary sector workers,S02002090,Lossiemouth East and Seatown,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184698 +184698,S00121741,5a1,White Professionals,S01011106,Elgin Cathedral to Ashgrove and Pinefield - 06,4b,Constrained renters,S02002084,Elgin Cathedral to Ashgrove and Pinefield,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184699 +184699,S00121742,5a1,White Professionals,S01011106,Elgin Cathedral to Ashgrove and Pinefield - 06,4b,Constrained renters,S02002084,Elgin Cathedral to Ashgrove and Pinefield,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184700 +184700,S00121872,5a1,White Professionals,S01011147,"Burghead, Roseisle and Laich - 06",5e,Primary sector workers,S02002092,"Burghead, Roseisle and Laich",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184701 +184701,S00121220,1a1,Rural Workers and Families,S01011167,"Rafford, Dallas, Dyke to Dava - 01",2a,Ageing rural neighbourhoods,S02002096,"Rafford, Dallas, Dyke to Dava",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184702 +184702,S00121883,5a1,White Professionals,S01011139,Lossiemouth West - 04,5a,Ageing urban communities,S02002091,Lossiemouth West,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184703 +184703,S00121797,6b2,White Suburban Communities,S01011150,"Findhorn, Kinloss and Pluscarden Valley - 03",5b,Aspiring urban households,S02002093,"Findhorn, Kinloss and Pluscarden Valley",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184704 +184704,S00121861,6b2,White Suburban Communities,S01011143,"Burghead, Roseisle and Laich - 02",8b,Ageing suburbanites,S02002092,"Burghead, Roseisle and Laich",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184705 +184705,S00121269,6b2,White Suburban Communities,S01011062,Keith and Fife Keith - 03,5e,Primary sector workers,S02002076,Keith and Fife Keith,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184706 +184706,S00121354,6b2,White Suburban Communities,S01011151,"Findhorn, Kinloss and Pluscarden Valley - 04",5e,Primary sector workers,S02002093,"Findhorn, Kinloss and Pluscarden Valley",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184707 +184707,S00121355,6b2,White Suburban Communities,S01011150,"Findhorn, Kinloss and Pluscarden Valley - 03",5b,Aspiring urban households,S02002093,"Findhorn, Kinloss and Pluscarden Valley",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184708 +184708,S00121357,6b2,White Suburban Communities,S01011150,"Findhorn, Kinloss and Pluscarden Valley - 03",5b,Aspiring urban households,S02002093,"Findhorn, Kinloss and Pluscarden Valley",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184709 +184709,S00121399,6b2,White Suburban Communities,S01011126,Elgin Bishopmill West and Newfield - 01,5c,Comfortable neighbourhoods,S02002089,Elgin Bishopmill West and Newfield,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184710 +184710,S00121402,6b2,White Suburban Communities,S01011130,Elgin Bishopmill West and Newfield - 05,5e,Primary sector workers,S02002089,Elgin Bishopmill West and Newfield,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184711 +184711,S00121424,6b2,White Suburban Communities,S01011124,Elgin Bishopmill East and Ladyhill - 04,5b,Aspiring urban households,S02002088,Elgin Bishopmill East and Ladyhill,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184712 +184712,S00121492,6b2,White Suburban Communities,S01011152,"Findhorn, Kinloss and Pluscarden Valley - 05",2d,Rural traits,S02002093,"Findhorn, Kinloss and Pluscarden Valley",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184713 +184713,S00121590,6b2,White Suburban Communities,S01011071,"Cullen, Portknockie, Findochty, Drybridge and Berryhillock - 07",2c,Remoter communities,S02002077,"Cullen, Portknockie, Findochty, Drybridge and Berryhillock",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184714 +184714,S00121821,8a1,Industrious Transitions,S01011127,Elgin Bishopmill West and Newfield - 02,5b,Aspiring urban households,S02002089,Elgin Bishopmill West and Newfield,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184715 +184715,S00121221,1a1,Rural Workers and Families,S01011168,"Rafford, Dallas, Dyke to Dava - 02",2c,Remoter communities,S02002096,"Rafford, Dallas, Dyke to Dava",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184716 +184716,S00121222,1a1,Rural Workers and Families,S01011167,"Rafford, Dallas, Dyke to Dava - 01",2a,Ageing rural neighbourhoods,S02002096,"Rafford, Dallas, Dyke to Dava",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184717 +184717,S00121223,1a1,Rural Workers and Families,S01011167,"Rafford, Dallas, Dyke to Dava - 01",2a,Ageing rural neighbourhoods,S02002096,"Rafford, Dallas, Dyke to Dava",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184718 +184718,S00121224,1a1,Rural Workers and Families,S01011148,"Findhorn, Kinloss and Pluscarden Valley - 01",2c,Remoter communities,S02002093,"Findhorn, Kinloss and Pluscarden Valley",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184719 +184719,S00121088,8a1,Industrious Transitions,S01011047,South Speyside and the Cabrach - 03,2c,Remoter communities,S02002073,South Speyside and the Cabrach,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184720 +184720,S00121239,1a1,Rural Workers and Families,S01011048,South Speyside and the Cabrach - 04,5e,Primary sector workers,S02002073,South Speyside and the Cabrach,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184721 +184721,S00121237,8a1,Industrious Transitions,S01011049,South Speyside and the Cabrach - 05,5e,Primary sector workers,S02002073,South Speyside and the Cabrach,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184722 +184722,S00121294,8a1,Industrious Transitions,S01011160,Forres South West and Mannachie - 02,5e,Primary sector workers,S02002095,Forres South West and Mannachie,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184723 +184723,S00121321,1a1,Rural Workers and Families,S01011166,Forres South West and Mannachie - 08,2d,Rural traits,S02002095,Forres South West and Mannachie,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184724 +184724,S00121300,8a1,Industrious Transitions,S01011159,Forres South West and Mannachie - 01,5e,Primary sector workers,S02002095,Forres South West and Mannachie,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184725 +184725,S00121350,1a1,Rural Workers and Families,S01011151,"Findhorn, Kinloss and Pluscarden Valley - 04",5e,Primary sector workers,S02002093,"Findhorn, Kinloss and Pluscarden Valley",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184726 +184726,S00121334,8a1,Industrious Transitions,S01011089,"Fochabers, Aultmore, Clochan and Ordiquish - 02",5e,Primary sector workers,S02002081,"Fochabers, Aultmore, Clochan and Ordiquish",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184727 +184727,S00121351,1a1,Rural Workers and Families,S01011151,"Findhorn, Kinloss and Pluscarden Valley - 04",5e,Primary sector workers,S02002093,"Findhorn, Kinloss and Pluscarden Valley",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184728 +184728,S00121352,8a1,Industrious Transitions,S01011151,"Findhorn, Kinloss and Pluscarden Valley - 04",5e,Primary sector workers,S02002093,"Findhorn, Kinloss and Pluscarden Valley",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184729 +184729,S00121401,8a1,Industrious Transitions,S01011128,Elgin Bishopmill West and Newfield - 03,5e,Primary sector workers,S02002089,Elgin Bishopmill West and Newfield,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184730 +184730,S00121409,8a1,Industrious Transitions,S01011122,Elgin Bishopmill East and Ladyhill - 02,5e,Primary sector workers,S02002088,Elgin Bishopmill East and Ladyhill,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184731 +184731,S00121419,8a1,Industrious Transitions,S01011123,Elgin Bishopmill East and Ladyhill - 03,5e,Primary sector workers,S02002088,Elgin Bishopmill East and Ladyhill,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184732 +184732,S00121449,8a1,Industrious Transitions,S01011113,New Elgin West - 02,5d,Endeavouring social renters,S02002086,New Elgin West,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184733 +184733,S00121476,8a1,Industrious Transitions,S01011108,New Elgin East - 02,5e,Primary sector workers,S02002085,New Elgin East,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184734 +184734,S00121497,8a1,Industrious Transitions,S01011083,"Mosstodloch, Portgordon and seaward - 01",5d,Endeavouring social renters,S02002080,"Mosstodloch, Portgordon and seaward",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184735 +184735,S00121516,8a1,Industrious Transitions,S01011080,Buckie West and Mains of Buckie - 03,5e,Primary sector workers,S02002079,Buckie West and Mains of Buckie,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184736 +184736,S00121519,8a1,Industrious Transitions,S01011079,Buckie West and Mains of Buckie - 02,5e,Primary sector workers,S02002079,Buckie West and Mains of Buckie,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184737 +184737,S00121576,8a1,Industrious Transitions,S01011069,"Cullen, Portknockie, Findochty, Drybridge and Berryhillock - 05",5e,Primary sector workers,S02002077,"Cullen, Portknockie, Findochty, Drybridge and Berryhillock",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184738 +184738,S00121598,8a1,Industrious Transitions,S01011144,"Burghead, Roseisle and Laich - 03",5c,Comfortable neighbourhoods,S02002092,"Burghead, Roseisle and Laich",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184739 +184739,S00121627,8a1,Industrious Transitions,S01011133,Lossiemouth East and Seatown - 03,5d,Endeavouring social renters,S02002090,Lossiemouth East and Seatown,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184740 +184740,S00121646,8a1,Industrious Transitions,S01011140,Lossiemouth West - 05,5e,Primary sector workers,S02002091,Lossiemouth West,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184741 +184741,S00121681,8a1,Industrious Transitions,S01011159,Forres South West and Mannachie - 01,5e,Primary sector workers,S02002095,Forres South West and Mannachie,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184742 +184742,S00121692,8a1,Industrious Transitions,S01011087,"Mosstodloch, Portgordon and seaward - 05",5e,Primary sector workers,S02002080,"Mosstodloch, Portgordon and seaward",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184743 +184743,S00121705,8a1,Industrious Transitions,S01011152,"Findhorn, Kinloss and Pluscarden Valley - 05",2d,Rural traits,S02002093,"Findhorn, Kinloss and Pluscarden Valley",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184744 +184744,S00121783,8a1,Industrious Transitions,S01011160,Forres South West and Mannachie - 02,5e,Primary sector workers,S02002095,Forres South West and Mannachie,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184745 +184745,S00121785,8a1,Industrious Transitions,S01011166,Forres South West and Mannachie - 08,2d,Rural traits,S02002095,Forres South West and Mannachie,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184746 +184746,S00121371,2c1,Migrant Families,S01011121,Elgin Bishopmill East and Ladyhill - 01,4b,Constrained renters,S02002088,Elgin Bishopmill East and Ladyhill,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184747 +184747,S00121423,5a2,Multi-Ethnic Professionals with Families,S01011124,Elgin Bishopmill East and Ladyhill - 04,5b,Aspiring urban households,S02002088,Elgin Bishopmill East and Ladyhill,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184748 +184748,S00121795,1a4,Older Farming Communities,S01011166,Forres South West and Mannachie - 08,2d,Rural traits,S02002095,Forres South West and Mannachie,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184749 +184749,S00121796,1a4,Older Farming Communities,S01011166,Forres South West and Mannachie - 08,2d,Rural traits,S02002095,Forres South West and Mannachie,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184750 +184750,S00121856,1a4,Older Farming Communities,S01011066,"Cullen, Portknockie, Findochty, Drybridge and Berryhillock - 02",5e,Primary sector workers,S02002077,"Cullen, Portknockie, Findochty, Drybridge and Berryhillock",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184751 +184751,S00121096,1a4,Older Farming Communities,S01011047,South Speyside and the Cabrach - 03,2c,Remoter communities,S02002073,South Speyside and the Cabrach,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184752 +184752,S00121098,1a4,Older Farming Communities,S01011090,"Fochabers, Aultmore, Clochan and Ordiquish - 03",2c,Remoter communities,S02002081,"Fochabers, Aultmore, Clochan and Ordiquish",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184753 +184753,S00121134,1a4,Older Farming Communities,S01011145,"Burghead, Roseisle and Laich - 04",2c,Remoter communities,S02002092,"Burghead, Roseisle and Laich",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184754 +184754,S00121173,1a4,Older Farming Communities,S01011097,"Lhanbryde, Urquhart, Pitgavney and seaward - 02",2c,Remoter communities,S02002083,"Lhanbryde, Urquhart, Pitgavney and seaward",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184755 +184755,S00121296,1a4,Older Farming Communities,S01011153,Forres Central East and seaward - 01,5e,Primary sector workers,S02002094,Forres Central East and seaward,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184756 +184756,S00121318,1a4,Older Farming Communities,S01011157,Forres Central East and seaward - 05,8b,Ageing suburbanites,S02002094,Forres Central East and seaward,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184757 +184757,S00121348,1a4,Older Farming Communities,S01011087,"Mosstodloch, Portgordon and seaward - 05",5e,Primary sector workers,S02002080,"Mosstodloch, Portgordon and seaward",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184758 +184758,S00121396,1a4,Older Farming Communities,S01011120,Elgin Central West - 04,8b,Ageing suburbanites,S02002087,Elgin Central West,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184759 +184759,S00121436,1a4,Older Farming Communities,S01011120,Elgin Central West - 04,8b,Ageing suburbanites,S02002087,Elgin Central West,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184760 +184760,S00121456,1a4,Older Farming Communities,S01011112,New Elgin West - 01,5b,Aspiring urban households,S02002086,New Elgin West,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184761 +184761,S00121477,1a4,Older Farming Communities,S01011098,"Lhanbryde, Urquhart, Pitgavney and seaward - 03",5e,Primary sector workers,S02002083,"Lhanbryde, Urquhart, Pitgavney and seaward",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184762 +184762,S00121551,1a4,Older Farming Communities,S01011074,Buckie Central East - 02,5e,Primary sector workers,S02002078,Buckie Central East,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184763 +184763,S00121588,1a4,Older Farming Communities,S01011071,"Cullen, Portknockie, Findochty, Drybridge and Berryhillock - 07",2c,Remoter communities,S02002077,"Cullen, Portknockie, Findochty, Drybridge and Berryhillock",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184764 +184764,S00121665,1a4,Older Farming Communities,S01011167,"Rafford, Dallas, Dyke to Dava - 01",2a,Ageing rural neighbourhoods,S02002096,"Rafford, Dallas, Dyke to Dava",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184765 +184765,S00121673,1a4,Older Farming Communities,S01011063,Keith and Fife Keith - 04,5d,Endeavouring social renters,S02002076,Keith and Fife Keith,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184766 +184766,S00121364,1a1,Rural Workers and Families,S01011119,Elgin Central West - 03,5e,Primary sector workers,S02002087,Elgin Central West,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184767 +184767,S00121657,1a1,Rural Workers and Families,S01011091,"Heldon West, Fogwatt to Inchberry - 01",2c,Remoter communities,S02002082,"Heldon West, Fogwatt to Inchberry",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184768 +184768,S00121658,1a1,Rural Workers and Families,S01011096,"Lhanbryde, Urquhart, Pitgavney and seaward - 01",2a,Ageing rural neighbourhoods,S02002083,"Lhanbryde, Urquhart, Pitgavney and seaward",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184769 +184769,S00121659,1a1,Rural Workers and Families,S01011097,"Lhanbryde, Urquhart, Pitgavney and seaward - 02",2c,Remoter communities,S02002083,"Lhanbryde, Urquhart, Pitgavney and seaward",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184770 +184770,S00121664,1a1,Rural Workers and Families,S01011168,"Rafford, Dallas, Dyke to Dava - 02",2c,Remoter communities,S02002096,"Rafford, Dallas, Dyke to Dava",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184771 +184771,S00121666,1a1,Rural Workers and Families,S01011149,"Findhorn, Kinloss and Pluscarden Valley - 02",2a,Ageing rural neighbourhoods,S02002093,"Findhorn, Kinloss and Pluscarden Valley",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184772 +184772,S00121668,1a1,Rural Workers and Families,S01011170,"Rafford, Dallas, Dyke to Dava - 04",2c,Remoter communities,S02002096,"Rafford, Dallas, Dyke to Dava",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184773 +184773,S00121690,1a1,Rural Workers and Families,S01011047,South Speyside and the Cabrach - 03,2c,Remoter communities,S02002073,South Speyside and the Cabrach,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184774 +184774,S00121695,1a1,Rural Workers and Families,S01011071,"Cullen, Portknockie, Findochty, Drybridge and Berryhillock - 07",2c,Remoter communities,S02002077,"Cullen, Portknockie, Findochty, Drybridge and Berryhillock",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184775 +184775,S00121707,1a1,Rural Workers and Families,S01011056,Rural Keith and Strathisla - 02,2c,Remoter communities,S02002075,Rural Keith and Strathisla,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184776 +184776,S00121743,1a1,Rural Workers and Families,S01011054,North Speyside - 05,2d,Rural traits,S02002074,North Speyside,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184777 +184777,S00121745,1a1,Rural Workers and Families,S01011058,Rural Keith and Strathisla - 04,2c,Remoter communities,S02002075,Rural Keith and Strathisla,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184778 +184778,S00121746,1a1,Rural Workers and Families,S01011058,Rural Keith and Strathisla - 04,2c,Remoter communities,S02002075,Rural Keith and Strathisla,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184779 +184779,S00121747,1a1,Rural Workers and Families,S01011091,"Heldon West, Fogwatt to Inchberry - 01",2c,Remoter communities,S02002082,"Heldon West, Fogwatt to Inchberry",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184780 +184780,S00121751,1a1,Rural Workers and Families,S01011084,"Mosstodloch, Portgordon and seaward - 02",2c,Remoter communities,S02002080,"Mosstodloch, Portgordon and seaward",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184781 +184781,S00121752,1a1,Rural Workers and Families,S01011084,"Mosstodloch, Portgordon and seaward - 02",2c,Remoter communities,S02002080,"Mosstodloch, Portgordon and seaward",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184782 +184782,S00121753,1a1,Rural Workers and Families,S01011045,South Speyside and the Cabrach - 01,2c,Remoter communities,S02002073,South Speyside and the Cabrach,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184783 +184783,S00121758,1a1,Rural Workers and Families,S01011170,"Rafford, Dallas, Dyke to Dava - 04",2c,Remoter communities,S02002096,"Rafford, Dallas, Dyke to Dava",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184784 +184784,S00121763,1a1,Rural Workers and Families,S01011169,"Rafford, Dallas, Dyke to Dava - 03",2d,Rural traits,S02002096,"Rafford, Dallas, Dyke to Dava",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184785 +184785,S00121812,5b3,Self-Sufficient Retirement,S01011129,Elgin Bishopmill West and Newfield - 04,8a,Affluent communities,S02002089,Elgin Bishopmill West and Newfield,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184786 +184786,S00121817,5b3,Self-Sufficient Retirement,S01011128,Elgin Bishopmill West and Newfield - 03,5e,Primary sector workers,S02002089,Elgin Bishopmill West and Newfield,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184787 +184787,S00121850,5b3,Self-Sufficient Retirement,S01011079,Buckie West and Mains of Buckie - 02,5e,Primary sector workers,S02002079,Buckie West and Mains of Buckie,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184788 +184788,S00121866,5b3,Self-Sufficient Retirement,S01011131,Lossiemouth East and Seatown - 01,5e,Primary sector workers,S02002090,Lossiemouth East and Seatown,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184789 +184789,S00121166,5b3,Self-Sufficient Retirement,S01011112,New Elgin West - 01,5b,Aspiring urban households,S02002086,New Elgin West,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184790 +184790,S00121233,5b3,Self-Sufficient Retirement,S01011048,South Speyside and the Cabrach - 04,5e,Primary sector workers,S02002073,South Speyside and the Cabrach,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184791 +184791,S00121247,5b3,Self-Sufficient Retirement,S01011052,North Speyside - 03,5e,Primary sector workers,S02002074,North Speyside,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184792 +184792,S00121267,5b3,Self-Sufficient Retirement,S01011060,Keith and Fife Keith - 01,5a,Ageing urban communities,S02002076,Keith and Fife Keith,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184793 +184793,S00121274,5b3,Self-Sufficient Retirement,S01011062,Keith and Fife Keith - 03,5e,Primary sector workers,S02002076,Keith and Fife Keith,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184794 +184794,S00121289,5b3,Self-Sufficient Retirement,S01011160,Forres South West and Mannachie - 02,5e,Primary sector workers,S02002095,Forres South West and Mannachie,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184795 +184795,S00121295,5b3,Self-Sufficient Retirement,S01011160,Forres South West and Mannachie - 02,5e,Primary sector workers,S02002095,Forres South West and Mannachie,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184796 +184796,S00121307,5b3,Self-Sufficient Retirement,S01011154,Forres Central East and seaward - 02,4d,Hard-pressed flat dwellers,S02002094,Forres Central East and seaward,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184797 +184797,S00121323,5b3,Self-Sufficient Retirement,S01011164,Forres South West and Mannachie - 06,5a,Ageing urban communities,S02002095,Forres South West and Mannachie,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184798 +184798,S00121337,5b3,Self-Sufficient Retirement,S01011088,"Fochabers, Aultmore, Clochan and Ordiquish - 01",5e,Primary sector workers,S02002081,"Fochabers, Aultmore, Clochan and Ordiquish",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184799 +184799,S00121353,5b3,Self-Sufficient Retirement,S01011151,"Findhorn, Kinloss and Pluscarden Valley - 04",5e,Primary sector workers,S02002093,"Findhorn, Kinloss and Pluscarden Valley",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184800 +184800,S00122074,7c2,Constrained Young Families,S01011220,Irvine Castlepark South - 04,4a,Challenged white communities,S02002106,Irvine Castlepark South,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184801 +184801,S00122077,7c2,Constrained Young Families,S01011219,Irvine Castlepark South - 03,4a,Challenged white communities,S02002106,Irvine Castlepark South,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184802 +184802,S00122081,7c2,Constrained Young Families,S01011215,Irvine Castlepark North - 04,4a,Challenged white communities,S02002105,Irvine Castlepark North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184803 +184803,S00122082,7c2,Constrained Young Families,S01011215,Irvine Castlepark North - 04,4a,Challenged white communities,S02002105,Irvine Castlepark North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184804 +184804,S00122083,7c2,Constrained Young Families,S01011215,Irvine Castlepark North - 04,4a,Challenged white communities,S02002105,Irvine Castlepark North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184805 +184805,S00122084,7c2,Constrained Young Families,S01011215,Irvine Castlepark North - 04,4a,Challenged white communities,S02002105,Irvine Castlepark North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184806 +184806,S00122085,7c2,Constrained Young Families,S01011217,Irvine Castlepark South - 01,4a,Challenged white communities,S02002106,Irvine Castlepark South,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184807 +184807,S00122498,7c2,Constrained Young Families,S01011298,Kilwinning Central and North - 05,4a,Challenged white communities,S02002122,Kilwinning Central and North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184808 +184808,S00122129,8c1,Ageing Industrious Workers,S01011186,Irvine Tarryholme - 04,5c,Comfortable neighbourhoods,S02002099,Irvine Tarryholme,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184809 +184809,S00122087,7c2,Constrained Young Families,S01011217,Irvine Castlepark South - 01,4a,Challenged white communities,S02002106,Irvine Castlepark South,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184810 +184810,S00122094,7c2,Constrained Young Families,S01011216,Irvine Castlepark North - 05,4d,Hard-pressed flat dwellers,S02002105,Irvine Castlepark North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184811 +184811,S00122104,7c2,Constrained Young Families,S01011214,Irvine Castlepark North - 03,4a,Challenged white communities,S02002105,Irvine Castlepark North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184812 +184812,S00122122,7c2,Constrained Young Families,S01011228,Irvine Central - 04,4a,Challenged white communities,S02002108,Irvine Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184813 +184813,S00122137,7c2,Constrained Young Families,S01011224,Irvine East - 04,4a,Challenged white communities,S02002107,Irvine East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184814 +184814,S00122161,7c2,Constrained Young Families,S01011218,Irvine Castlepark South - 02,4a,Challenged white communities,S02002106,Irvine Castlepark South,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184815 +184815,S00122162,7c2,Constrained Young Families,S01011225,Irvine Central - 01,4a,Challenged white communities,S02002108,Irvine Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184816 +184816,S00122164,7c2,Constrained Young Families,S01011218,Irvine Castlepark South - 02,4a,Challenged white communities,S02002106,Irvine Castlepark South,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184817 +184817,S00122171,7c2,Constrained Young Families,S01011218,Irvine Castlepark South - 02,4a,Challenged white communities,S02002106,Irvine Castlepark South,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184818 +184818,S00122175,7c2,Constrained Young Families,S01011180,Springside and Rural - 03,4a,Challenged white communities,S02002098,Springside and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184819 +184819,S00122178,7c2,Constrained Young Families,S01011180,Springside and Rural - 03,4a,Challenged white communities,S02002098,Springside and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184820 +184820,S00122182,7c2,Constrained Young Families,S01011245,Ardrossan Central - 04,4a,Challenged white communities,S02002112,Ardrossan Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184821 +184821,S00122184,7c2,Constrained Young Families,S01011245,Ardrossan Central - 04,4a,Challenged white communities,S02002112,Ardrossan Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184822 +184822,S00122186,7c2,Constrained Young Families,S01011253,Ardrossan North East - 04,4a,Challenged white communities,S02002114,Ardrossan North East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184823 +184823,S00122534,6a4,Ageing in Suburbia,S01011314,West Kilbride and Seamill - 04,5c,Comfortable neighbourhoods,S02002126,West Kilbride and Seamill,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184824 +184824,S00122187,7c2,Constrained Young Families,S01011253,Ardrossan North East - 04,4a,Challenged white communities,S02002114,Ardrossan North East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184825 +184825,S00122188,7c2,Constrained Young Families,S01011245,Ardrossan Central - 04,4a,Challenged white communities,S02002112,Ardrossan Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184826 +184826,S00122301,7c2,Constrained Young Families,S01011238,Saltcoats Central - 02,4d,Hard-pressed flat dwellers,S02002111,Saltcoats Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184827 +184827,S00122314,7c2,Constrained Young Families,S01011261,Saltcoats North East - 01,4a,Challenged white communities,S02002116,Saltcoats North East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184828 +184828,S00122316,7c2,Constrained Young Families,S01011261,Saltcoats North East - 01,4a,Challenged white communities,S02002116,Saltcoats North East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184829 +184829,S00122327,7c2,Constrained Young Families,S01011265,Saltcoats North East - 05,4a,Challenged white communities,S02002116,Saltcoats North East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184830 +184830,S00122328,7c2,Constrained Young Families,S01011265,Saltcoats North East - 05,4a,Challenged white communities,S02002116,Saltcoats North East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184831 +184831,S00122346,7c2,Constrained Young Families,S01011234,Stevenston Ardeer - 02,4a,Challenged white communities,S02002110,Stevenston Ardeer,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184832 +184832,S00122366,7c2,Constrained Young Families,S01011269,Stevenston North West - 03,4a,Challenged white communities,S02002117,Stevenston North West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184833 +184833,S00122381,7c2,Constrained Young Families,S01011272,Stevenston Hayocks - 01,4a,Challenged white communities,S02002118,Stevenston Hayocks,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184834 +184834,S00122382,7c2,Constrained Young Families,S01011272,Stevenston Hayocks - 01,4a,Challenged white communities,S02002118,Stevenston Hayocks,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184835 +184835,S00122386,7c2,Constrained Young Families,S01011274,Stevenston Hayocks - 03,4a,Challenged white communities,S02002118,Stevenston Hayocks,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184836 +184836,S00122389,7c2,Constrained Young Families,S01011273,Stevenston Hayocks - 02,4a,Challenged white communities,S02002118,Stevenston Hayocks,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184837 +184837,S00122390,7c2,Constrained Young Families,S01011273,Stevenston Hayocks - 02,4a,Challenged white communities,S02002118,Stevenston Hayocks,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184838 +184838,S00122396,7c2,Constrained Young Families,S01011275,Stevenston Hayocks - 04,4a,Challenged white communities,S02002118,Stevenston Hayocks,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184839 +184839,S00122407,7c2,Constrained Young Families,S01011286,Kilwinning Pennyburn - 02,4a,Challenged white communities,S02002120,Kilwinning Pennyburn,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184840 +184840,S00122430,7c2,Constrained Young Families,S01011287,Kilwinning Pennyburn - 03,4a,Challenged white communities,S02002120,Kilwinning Pennyburn,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184841 +184841,S00122444,7c2,Constrained Young Families,S01011292,Kilwinning West and Blacklands - 04,4a,Challenged white communities,S02002121,Kilwinning West and Blacklands,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184842 +184842,S00122446,7c2,Constrained Young Families,S01011292,Kilwinning West and Blacklands - 04,4a,Challenged white communities,S02002121,Kilwinning West and Blacklands,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184843 +184843,S00122447,7c2,Constrained Young Families,S01011292,Kilwinning West and Blacklands - 04,4a,Challenged white communities,S02002121,Kilwinning West and Blacklands,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184844 +184844,S00122449,7c2,Constrained Young Families,S01011292,Kilwinning West and Blacklands - 04,4a,Challenged white communities,S02002121,Kilwinning West and Blacklands,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184845 +184845,S00122461,7c2,Constrained Young Families,S01011291,Kilwinning West and Blacklands - 03,4a,Challenged white communities,S02002121,Kilwinning West and Blacklands,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184846 +184846,S00122468,7c2,Constrained Young Families,S01011290,Kilwinning West and Blacklands - 02,5a,Ageing urban communities,S02002121,Kilwinning West and Blacklands,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184847 +184847,S00122472,7c2,Constrained Young Families,S01011290,Kilwinning West and Blacklands - 02,5a,Ageing urban communities,S02002121,Kilwinning West and Blacklands,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184848 +184848,S00122477,7c2,Constrained Young Families,S01011289,Kilwinning West and Blacklands - 01,4a,Challenged white communities,S02002121,Kilwinning West and Blacklands,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184849 +184849,S00122486,7c2,Constrained Young Families,S01011297,Kilwinning Central and North - 04,4a,Challenged white communities,S02002122,Kilwinning Central and North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184850 +184850,S00122487,7c2,Constrained Young Families,S01011297,Kilwinning Central and North - 04,4a,Challenged white communities,S02002122,Kilwinning Central and North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184851 +184851,S00122489,7c2,Constrained Young Families,S01011297,Kilwinning Central and North - 04,4a,Challenged white communities,S02002122,Kilwinning Central and North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184852 +184852,S00122491,7c2,Constrained Young Families,S01011298,Kilwinning Central and North - 05,4a,Challenged white communities,S02002122,Kilwinning Central and North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184853 +184853,S00122777,6a2,Comfortable Suburbia,S01011337,Skelmorlie and Rural - 04,8a,Affluent communities,S02002130,Skelmorlie and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184854 +184854,S00121599,6b2,White Suburban Communities,S01011144,"Burghead, Roseisle and Laich - 03",5c,Comfortable neighbourhoods,S02002092,"Burghead, Roseisle and Laich",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184855 +184855,S00122364,7c1,Challenged Transitionaries,S01011269,Stevenston North West - 03,4a,Challenged white communities,S02002117,Stevenston North West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184856 +184856,S00121918,1a3,Agricultural Communities,S01011176,Arran - 06,2a,Ageing rural neighbourhoods,S02002097,Arran,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184857 +184857,S00122262,8c1,Ageing Industrious Workers,S01011259,Saltcoats North West - 05,5c,Comfortable neighbourhoods,S02002115,Saltcoats North West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184858 +184858,S00121630,6b2,White Suburban Communities,S01011131,Lossiemouth East and Seatown - 01,5e,Primary sector workers,S02002090,Lossiemouth East and Seatown,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184859 +184859,S00122263,8c1,Ageing Industrious Workers,S01011258,Saltcoats North West - 04,5c,Comfortable neighbourhoods,S02002115,Saltcoats North West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184860 +184860,S00122570,6a4,Ageing in Suburbia,S01011301,Dalry East and Rural - 03,8c,Comfortable suburbia,S02002123,Dalry East and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184861 +184861,S00121662,6b2,White Suburban Communities,S01011085,"Mosstodloch, Portgordon and seaward - 03",2c,Remoter communities,S02002080,"Mosstodloch, Portgordon and seaward",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184862 +184862,S00122533,7c2,Constrained Young Families,S01011315,West Kilbride and Seamill - 05,5c,Comfortable neighbourhoods,S02002126,West Kilbride and Seamill,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184863 +184863,S00122267,8c1,Ageing Industrious Workers,S01011260,Saltcoats North West - 06,5c,Comfortable neighbourhoods,S02002115,Saltcoats North West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184864 +184864,S00122465,8c1,Ageing Industrious Workers,S01011290,Kilwinning West and Blacklands - 02,5a,Ageing urban communities,S02002121,Kilwinning West and Blacklands,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184865 +184865,S00122482,8c1,Ageing Industrious Workers,S01011296,Kilwinning Central and North - 03,5c,Comfortable neighbourhoods,S02002122,Kilwinning Central and North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184866 +184866,S00122484,8c1,Ageing Industrious Workers,S01011296,Kilwinning Central and North - 03,5c,Comfortable neighbourhoods,S02002122,Kilwinning Central and North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184867 +184867,S00122525,8c1,Ageing Industrious Workers,S01011314,West Kilbride and Seamill - 04,5c,Comfortable neighbourhoods,S02002126,West Kilbride and Seamill,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184868 +184868,S00122529,8c1,Ageing Industrious Workers,S01011314,West Kilbride and Seamill - 04,5c,Comfortable neighbourhoods,S02002126,West Kilbride and Seamill,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184869 +184869,S00122569,8c1,Ageing Industrious Workers,S01011301,Dalry East and Rural - 03,8c,Comfortable suburbia,S02002123,Dalry East and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184870 +184870,S00122664,8c1,Ageing Industrious Workers,S01011354,Beith East and Rural - 03,5d,Endeavouring social renters,S02002134,Beith East and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184871 +184871,S00122768,8c1,Ageing Industrious Workers,S01011323,Largs Central and Cumbrae - 02,4a,Challenged white communities,S02002128,Largs Central and Cumbrae,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184872 +184872,S00122855,8c1,Ageing Industrious Workers,S01011224,Irvine East - 04,4a,Challenged white communities,S02002107,Irvine East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184873 +184873,S00122863,8c1,Ageing Industrious Workers,S01011262,Saltcoats North East - 02,5d,Endeavouring social renters,S02002116,Saltcoats North East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184874 +184874,S00122891,8c1,Ageing Industrious Workers,S01011347,Kilbirnie South and Longbar - 05,5c,Comfortable neighbourhoods,S02002132,Kilbirnie South and Longbar,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184875 +184875,S00122929,8c1,Ageing Industrious Workers,S01011175,Arran - 05,5e,Primary sector workers,S02002097,Arran,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184876 +184876,S00123044,8c1,Ageing Industrious Workers,S01011349,Beith West - 02,8c,Comfortable suburbia,S02002133,Beith West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184877 +184877,S00121909,1b3,Ageing Rural Flat Tenants,S01011171,Arran - 01,2c,Remoter communities,S02002097,Arran,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184878 +184878,S00121912,1b3,Ageing Rural Flat Tenants,S01011171,Arran - 01,2c,Remoter communities,S02002097,Arran,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184879 +184879,S00122824,6a2,Comfortable Suburbia,S01011331,Largs North - 03,8b,Ageing suburbanites,S02002129,Largs North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184880 +184880,S00122369,7c1,Challenged Transitionaries,S01011272,Stevenston Hayocks - 01,4a,Challenged white communities,S02002118,Stevenston Hayocks,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184881 +184881,S00121923,1a3,Agricultural Communities,S01011172,Arran - 02,2c,Remoter communities,S02002097,Arran,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184882 +184882,S00121928,1b3,Ageing Rural Flat Tenants,S01011176,Arran - 06,2a,Ageing rural neighbourhoods,S02002097,Arran,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184883 +184883,S00121934,1b3,Ageing Rural Flat Tenants,S01011177,Arran - 07,2a,Ageing rural neighbourhoods,S02002097,Arran,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184884 +184884,S00122124,1b3,Ageing Rural Flat Tenants,S01011228,Irvine Central - 04,4a,Challenged white communities,S02002108,Irvine Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184885 +184885,S00122495,1b3,Ageing Rural Flat Tenants,S01011296,Kilwinning Central and North - 03,5c,Comfortable neighbourhoods,S02002122,Kilwinning Central and North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184886 +184886,S00122652,1b3,Ageing Rural Flat Tenants,S01011350,Beith West - 03,8b,Ageing suburbanites,S02002133,Beith West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184887 +184887,S00122662,1b3,Ageing Rural Flat Tenants,S01011355,Beith East and Rural - 04,5e,Primary sector workers,S02002134,Beith East and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184888 +184888,S00122699,1b3,Ageing Rural Flat Tenants,S01011317,Largs South - 01,5a,Ageing urban communities,S02002127,Largs South,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184889 +184889,S00122703,1b3,Ageing Rural Flat Tenants,S01011319,Largs South - 03,8a,Affluent communities,S02002127,Largs South,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184890 +184890,S00122801,1b3,Ageing Rural Flat Tenants,S01011328,Largs Central and Cumbrae - 07,2d,Rural traits,S02002128,Largs Central and Cumbrae,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184891 +184891,S00122806,1b3,Ageing Rural Flat Tenants,S01011177,Arran - 07,2a,Ageing rural neighbourhoods,S02002097,Arran,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184892 +184892,S00122822,1b3,Ageing Rural Flat Tenants,S01011172,Arran - 02,2c,Remoter communities,S02002097,Arran,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184893 +184893,S00122849,1b3,Ageing Rural Flat Tenants,S01011307,Fairlie and Rural - 01,2c,Remoter communities,S02002125,Fairlie and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184894 +184894,S00122857,1b3,Ageing Rural Flat Tenants,S01011356,Beith East and Rural - 05,2c,Remoter communities,S02002134,Beith East and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184895 +184895,S00122924,1b3,Ageing Rural Flat Tenants,S01011174,Arran - 04,2a,Ageing rural neighbourhoods,S02002097,Arran,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184896 +184896,S00122927,1b3,Ageing Rural Flat Tenants,S01011172,Arran - 02,2c,Remoter communities,S02002097,Arran,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184897 +184897,S00123074,1b3,Ageing Rural Flat Tenants,S01011178,Springside and Rural - 01,2d,Rural traits,S02002098,Springside and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184898 +184898,S00121927,8c2,Ageing Rural Industry Workers,S01011175,Arran - 05,5e,Primary sector workers,S02002097,Arran,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184899 +184899,S00122169,8c2,Ageing Rural Industry Workers,S01011218,Irvine Castlepark South - 02,4a,Challenged white communities,S02002106,Irvine Castlepark South,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184900 +184900,S00122261,8c2,Ageing Rural Industry Workers,S01011258,Saltcoats North West - 04,5c,Comfortable neighbourhoods,S02002115,Saltcoats North West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184901 +184901,S00122445,8c2,Ageing Rural Industry Workers,S01011292,Kilwinning West and Blacklands - 04,4a,Challenged white communities,S02002121,Kilwinning West and Blacklands,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184902 +184902,S00122597,8c2,Ageing Rural Industry Workers,S01011344,Kilbirnie South and Longbar - 02,4a,Challenged white communities,S02002132,Kilbirnie South and Longbar,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184903 +184903,S00122620,8c2,Ageing Rural Industry Workers,S01011340,Kilbirnie North - 03,4a,Challenged white communities,S02002131,Kilbirnie North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184904 +184904,S00122624,8c2,Ageing Rural Industry Workers,S01011339,Kilbirnie North - 02,5d,Endeavouring social renters,S02002131,Kilbirnie North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184905 +184905,S00122682,8c2,Ageing Rural Industry Workers,S01011328,Largs Central and Cumbrae - 07,2d,Rural traits,S02002128,Largs Central and Cumbrae,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184906 +184906,S00122757,8c2,Ageing Rural Industry Workers,S01011324,Largs Central and Cumbrae - 03,5c,Comfortable neighbourhoods,S02002128,Largs Central and Cumbrae,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184907 +184907,S00122761,8c2,Ageing Rural Industry Workers,S01011322,Largs Central and Cumbrae - 01,5c,Comfortable neighbourhoods,S02002128,Largs Central and Cumbrae,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184908 +184908,S00122895,8c2,Ageing Rural Industry Workers,S01011175,Arran - 05,5e,Primary sector workers,S02002097,Arran,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184909 +184909,S00121887,1a3,Agricultural Communities,S01011181,Springside and Rural - 04,2c,Remoter communities,S02002098,Springside and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184910 +184910,S00121895,1a3,Agricultural Communities,S01011299,Dalry East and Rural - 01,2c,Remoter communities,S02002123,Dalry East and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184911 +184911,S00121904,1a3,Agricultural Communities,S01011299,Dalry East and Rural - 01,2c,Remoter communities,S02002123,Dalry East and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184912 +184912,S00121905,1a3,Agricultural Communities,S01011334,Skelmorlie and Rural - 01,2c,Remoter communities,S02002130,Skelmorlie and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184913 +184913,S00122538,7c2,Constrained Young Families,S01011315,West Kilbride and Seamill - 05,5c,Comfortable neighbourhoods,S02002126,West Kilbride and Seamill,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184914 +184914,S00121724,6b2,White Suburban Communities,S01011134,Lossiemouth East and Seatown - 04,5e,Primary sector workers,S02002090,Lossiemouth East and Seatown,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184915 +184915,S00122427,7c1,Challenged Transitionaries,S01011279,Kilwinning Whitehirst Park and Woodside - 03,5c,Comfortable neighbourhoods,S02002119,Kilwinning Whitehirst Park and Woodside,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184916 +184916,S00122545,7c2,Constrained Young Families,S01011305,Dalry West - 03,5d,Endeavouring social renters,S02002124,Dalry West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184917 +184917,S00121925,1a3,Agricultural Communities,S01011328,Largs Central and Cumbrae - 07,2d,Rural traits,S02002128,Largs Central and Cumbrae,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184918 +184918,S00122572,6a4,Ageing in Suburbia,S01011301,Dalry East and Rural - 03,8c,Comfortable suburbia,S02002123,Dalry East and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184919 +184919,S00122834,6a2,Comfortable Suburbia,S01011213,Irvine Castlepark North - 02,4a,Challenged white communities,S02002105,Irvine Castlepark North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184920 +184920,S00121736,6b2,White Suburban Communities,S01011114,New Elgin West - 03,8b,Ageing suburbanites,S02002086,New Elgin West,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184921 +184921,S00121762,6b2,White Suburban Communities,S01011169,"Rafford, Dallas, Dyke to Dava - 03",2d,Rural traits,S02002096,"Rafford, Dallas, Dyke to Dava",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184922 +184922,S00121786,6b2,White Suburban Communities,S01011164,Forres South West and Mannachie - 06,5a,Ageing urban communities,S02002095,Forres South West and Mannachie,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184923 +184923,S00121873,6b2,White Suburban Communities,S01011147,"Burghead, Roseisle and Laich - 06",5e,Primary sector workers,S02002092,"Burghead, Roseisle and Laich",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184924 +184924,S00121840,8d1,Young Hard-Pressed Families,S01011106,Elgin Cathedral to Ashgrove and Pinefield - 06,4b,Constrained renters,S02002084,Elgin Cathedral to Ashgrove and Pinefield,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184925 +184925,S00121163,8d1,Young Hard-Pressed Families,S01011092,"Heldon West, Fogwatt to Inchberry - 02",4b,Constrained renters,S02002082,"Heldon West, Fogwatt to Inchberry",S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184926 +184926,S00121531,8d1,Young Hard-Pressed Families,S01011077,Buckie Central East - 05,4a,Challenged white communities,S02002078,Buckie Central East,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184927 +184927,S00121535,8d1,Young Hard-Pressed Families,S01011077,Buckie Central East - 05,4a,Challenged white communities,S02002078,Buckie Central East,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184928 +184928,S00121538,8d1,Young Hard-Pressed Families,S01011075,Buckie Central East - 03,4a,Challenged white communities,S02002078,Buckie Central East,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184929 +184929,S00121615,8d1,Young Hard-Pressed Families,S01011137,Lossiemouth West - 02,5e,Primary sector workers,S02002091,Lossiemouth West,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184930 +184930,S00121730,8d1,Young Hard-Pressed Families,S01011165,Forres South West and Mannachie - 07,4b,Constrained renters,S02002095,Forres South West and Mannachie,S12000020,Moray,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,184931 +184931,S00122054,7d1,Ageing Communities and Families,S01011227,Irvine Central - 03,4d,Hard-pressed flat dwellers,S02002108,Irvine Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184932 +184932,S00122056,7d1,Ageing Communities and Families,S01011226,Irvine Central - 02,5a,Ageing urban communities,S02002108,Irvine Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184933 +184933,S00122138,7d1,Ageing Communities and Families,S01011186,Irvine Tarryholme - 04,5c,Comfortable neighbourhoods,S02002099,Irvine Tarryholme,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184934 +184934,S00122287,7d1,Ageing Communities and Families,S01011239,Saltcoats Central - 03,4d,Hard-pressed flat dwellers,S02002111,Saltcoats Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184935 +184935,S00122519,7d1,Ageing Communities and Families,S01011312,West Kilbride and Seamill - 02,8b,Ageing suburbanites,S02002126,West Kilbride and Seamill,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184936 +184936,S00122553,7d1,Ageing Communities and Families,S01011302,Dalry East and Rural - 04,4d,Hard-pressed flat dwellers,S02002123,Dalry East and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184937 +184937,S00122568,7d1,Ageing Communities and Families,S01011302,Dalry East and Rural - 04,4d,Hard-pressed flat dwellers,S02002123,Dalry East and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184938 +184938,S00122592,7d1,Ageing Communities and Families,S01011343,Kilbirnie South and Longbar - 01,4a,Challenged white communities,S02002132,Kilbirnie South and Longbar,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184939 +184939,S00122674,7d1,Ageing Communities and Families,S01011327,Largs Central and Cumbrae - 06,5a,Ageing urban communities,S02002128,Largs Central and Cumbrae,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184940 +184940,S00122678,7d1,Ageing Communities and Families,S01011327,Largs Central and Cumbrae - 06,5a,Ageing urban communities,S02002128,Largs Central and Cumbrae,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184941 +184941,S00122681,7d1,Ageing Communities and Families,S01011328,Largs Central and Cumbrae - 07,2d,Rural traits,S02002128,Largs Central and Cumbrae,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184942 +184942,S00122709,7d1,Ageing Communities and Families,S01011326,Largs Central and Cumbrae - 05,4d,Hard-pressed flat dwellers,S02002128,Largs Central and Cumbrae,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184943 +184943,S00122710,7d1,Ageing Communities and Families,S01011326,Largs Central and Cumbrae - 05,4d,Hard-pressed flat dwellers,S02002128,Largs Central and Cumbrae,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184944 +184944,S00122742,7d1,Ageing Communities and Families,S01011324,Largs Central and Cumbrae - 03,5c,Comfortable neighbourhoods,S02002128,Largs Central and Cumbrae,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184945 +184945,S00122744,7d1,Ageing Communities and Families,S01011325,Largs Central and Cumbrae - 04,4d,Hard-pressed flat dwellers,S02002128,Largs Central and Cumbrae,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184946 +184946,S00122747,7d1,Ageing Communities and Families,S01011325,Largs Central and Cumbrae - 04,4d,Hard-pressed flat dwellers,S02002128,Largs Central and Cumbrae,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184947 +184947,S00122791,7d1,Ageing Communities and Families,S01011334,Skelmorlie and Rural - 01,2c,Remoter communities,S02002130,Skelmorlie and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184948 +184948,S00122826,7d1,Ageing Communities and Families,S01011176,Arran - 06,2a,Ageing rural neighbourhoods,S02002097,Arran,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184949 +184949,S00122871,7d1,Ageing Communities and Families,S01011268,Stevenston North West - 02,5c,Comfortable neighbourhoods,S02002117,Stevenston North West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184950 +184950,S00122928,7d1,Ageing Communities and Families,S01011175,Arran - 05,5e,Primary sector workers,S02002097,Arran,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184951 +184951,S00122981,7d1,Ageing Communities and Families,S01011243,Ardrossan Central - 02,4d,Hard-pressed flat dwellers,S02002112,Ardrossan Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184952 +184952,S00122986,7d1,Ageing Communities and Families,S01011246,Ardrossan North West - 01,5c,Comfortable neighbourhoods,S02002113,Ardrossan North West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184953 +184953,S00123047,7d1,Ageing Communities and Families,S01011352,Beith East and Rural - 01,4a,Challenged white communities,S02002134,Beith East and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184954 +184954,S00123062,7d1,Ageing Communities and Families,S01011320,Largs South - 04,5c,Comfortable neighbourhoods,S02002127,Largs South,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184955 +184955,S00123067,7d1,Ageing Communities and Families,S01011335,Skelmorlie and Rural - 02,2b,Prospering countryside life,S02002130,Skelmorlie and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184956 +184956,S00123072,7d1,Ageing Communities and Families,S01011302,Dalry East and Rural - 04,4d,Hard-pressed flat dwellers,S02002123,Dalry East and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184957 +184957,S00121903,6a4,Ageing in Suburbia,S01011301,Dalry East and Rural - 03,8c,Comfortable suburbia,S02002123,Dalry East and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184958 +184958,S00121924,6a4,Ageing in Suburbia,S01011328,Largs Central and Cumbrae - 07,2d,Rural traits,S02002128,Largs Central and Cumbrae,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184959 +184959,S00122126,6a4,Ageing in Suburbia,S01011185,Irvine Tarryholme - 03,5c,Comfortable neighbourhoods,S02002099,Irvine Tarryholme,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184960 +184960,S00122173,6a4,Ageing in Suburbia,S01011204,Irvine Girdle Toll and Staneca - 06,8c,Comfortable suburbia,S02002103,Irvine Girdle Toll and Staneca,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184961 +184961,S00122462,6a4,Ageing in Suburbia,S01011291,Kilwinning West and Blacklands - 03,4a,Challenged white communities,S02002121,Kilwinning West and Blacklands,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184962 +184962,S00122507,6a4,Ageing in Suburbia,S01011311,West Kilbride and Seamill - 01,8b,Ageing suburbanites,S02002126,West Kilbride and Seamill,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184963 +184963,S00122512,6a4,Ageing in Suburbia,S01011312,West Kilbride and Seamill - 02,8b,Ageing suburbanites,S02002126,West Kilbride and Seamill,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184964 +184964,S00122514,6a4,Ageing in Suburbia,S01011312,West Kilbride and Seamill - 02,8b,Ageing suburbanites,S02002126,West Kilbride and Seamill,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184965 +184965,S00122518,6a4,Ageing in Suburbia,S01011312,West Kilbride and Seamill - 02,8b,Ageing suburbanites,S02002126,West Kilbride and Seamill,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184966 +184966,S00122547,7c2,Constrained Young Families,S01011306,Dalry West - 04,5d,Endeavouring social renters,S02002124,Dalry West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184967 +184967,S00122437,7c1,Challenged Transitionaries,S01011294,Kilwinning Central and North - 01,4a,Challenged white communities,S02002122,Kilwinning Central and North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184968 +184968,S00122807,1a3,Agricultural Communities,S01011171,Arran - 01,2c,Remoter communities,S02002097,Arran,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184969 +184969,S00122841,6a2,Comfortable Suburbia,S01011210,Irvine Perceton and Lawthorn - 06,8c,Comfortable suburbia,S02002104,Irvine Perceton and Lawthorn,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184970 +184970,S00122640,6a4,Ageing in Suburbia,S01011349,Beith West - 02,8c,Comfortable suburbia,S02002133,Beith West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184971 +184971,S00122456,7c1,Challenged Transitionaries,S01011291,Kilwinning West and Blacklands - 03,4a,Challenged white communities,S02002121,Kilwinning West and Blacklands,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184972 +184972,S00122459,7c1,Challenged Transitionaries,S01011294,Kilwinning Central and North - 01,4a,Challenged white communities,S02002122,Kilwinning Central and North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184973 +184973,S00122460,7c1,Challenged Transitionaries,S01011294,Kilwinning Central and North - 01,4a,Challenged white communities,S02002122,Kilwinning Central and North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184974 +184974,S00122466,7c1,Challenged Transitionaries,S01011290,Kilwinning West and Blacklands - 02,5a,Ageing urban communities,S02002121,Kilwinning West and Blacklands,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184975 +184975,S00122480,7c1,Challenged Transitionaries,S01011296,Kilwinning Central and North - 03,5c,Comfortable neighbourhoods,S02002122,Kilwinning Central and North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184976 +184976,S00122506,7c1,Challenged Transitionaries,S01011295,Kilwinning Central and North - 02,5c,Comfortable neighbourhoods,S02002122,Kilwinning Central and North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184977 +184977,S00122530,7c1,Challenged Transitionaries,S01011314,West Kilbride and Seamill - 04,5c,Comfortable neighbourhoods,S02002126,West Kilbride and Seamill,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184978 +184978,S00122549,7c1,Challenged Transitionaries,S01011302,Dalry East and Rural - 04,4d,Hard-pressed flat dwellers,S02002123,Dalry East and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184979 +184979,S00122596,7c1,Challenged Transitionaries,S01011345,Kilbirnie South and Longbar - 03,4a,Challenged white communities,S02002132,Kilbirnie South and Longbar,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184980 +184980,S00122606,7c1,Challenged Transitionaries,S01011343,Kilbirnie South and Longbar - 01,4a,Challenged white communities,S02002132,Kilbirnie South and Longbar,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184981 +184981,S00122612,7c1,Challenged Transitionaries,S01011342,Kilbirnie North - 05,5c,Comfortable neighbourhoods,S02002131,Kilbirnie North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184982 +184982,S00122614,7c1,Challenged Transitionaries,S01011341,Kilbirnie North - 04,5c,Comfortable neighbourhoods,S02002131,Kilbirnie North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184983 +184983,S00122616,7c1,Challenged Transitionaries,S01011341,Kilbirnie North - 04,5c,Comfortable neighbourhoods,S02002131,Kilbirnie North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184984 +184984,S00122653,7c1,Challenged Transitionaries,S01011352,Beith East and Rural - 01,4a,Challenged white communities,S02002134,Beith East and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184985 +184985,S00122658,7c1,Challenged Transitionaries,S01011351,Beith West - 04,4a,Challenged white communities,S02002133,Beith West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184986 +184986,S00122753,7c1,Challenged Transitionaries,S01011323,Largs Central and Cumbrae - 02,4a,Challenged white communities,S02002128,Largs Central and Cumbrae,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184987 +184987,S00122784,7c1,Challenged Transitionaries,S01011336,Skelmorlie and Rural - 03,5c,Comfortable neighbourhoods,S02002130,Skelmorlie and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184988 +184988,S00122843,7c1,Challenged Transitionaries,S01011230,Irvine Fullarton - 02,4d,Hard-pressed flat dwellers,S02002109,Irvine Fullarton,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184989 +184989,S00122853,7c1,Challenged Transitionaries,S01011227,Irvine Central - 03,4d,Hard-pressed flat dwellers,S02002108,Irvine Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184990 +184990,S00122858,7c1,Challenged Transitionaries,S01011243,Ardrossan Central - 02,4d,Hard-pressed flat dwellers,S02002112,Ardrossan Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184991 +184991,S00122864,7c1,Challenged Transitionaries,S01011261,Saltcoats North East - 01,4a,Challenged white communities,S02002116,Saltcoats North East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184992 +184992,S00122942,7c1,Challenged Transitionaries,S01011196,Irvine Bourtreehill - 01,4a,Challenged white communities,S02002102,Irvine Bourtreehill,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184993 +184993,S00122948,7c1,Challenged Transitionaries,S01011232,Irvine Fullarton - 04,4d,Hard-pressed flat dwellers,S02002109,Irvine Fullarton,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184994 +184994,S00122951,7c1,Challenged Transitionaries,S01011232,Irvine Fullarton - 04,4d,Hard-pressed flat dwellers,S02002109,Irvine Fullarton,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184995 +184995,S00122959,7c1,Challenged Transitionaries,S01011228,Irvine Central - 04,4a,Challenged white communities,S02002108,Irvine Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184996 +184996,S00122962,7c1,Challenged Transitionaries,S01011186,Irvine Tarryholme - 04,5c,Comfortable neighbourhoods,S02002099,Irvine Tarryholme,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184997 +184997,S00122965,7c1,Challenged Transitionaries,S01011225,Irvine Central - 01,4a,Challenged white communities,S02002108,Irvine Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184998 +184998,S00122966,7c1,Challenged Transitionaries,S01011222,Irvine East - 02,4a,Challenged white communities,S02002107,Irvine East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,184999 +184999,S00122990,7c1,Challenged Transitionaries,S01011244,Ardrossan Central - 03,4d,Hard-pressed flat dwellers,S02002112,Ardrossan Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185000 +185000,S00123010,7c1,Challenged Transitionaries,S01011236,Stevenston Ardeer - 04,4a,Challenged white communities,S02002110,Stevenston Ardeer,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185001 +185001,S00123012,7c1,Challenged Transitionaries,S01011271,Stevenston North West - 05,5a,Ageing urban communities,S02002117,Stevenston North West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185002 +185002,S00123048,7c1,Challenged Transitionaries,S01011352,Beith East and Rural - 01,4a,Challenged white communities,S02002134,Beith East and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185003 +185003,S00123073,7c1,Challenged Transitionaries,S01011302,Dalry East and Rural - 04,4d,Hard-pressed flat dwellers,S02002123,Dalry East and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185004 +185004,S00123086,7c1,Challenged Transitionaries,S01011207,Irvine Perceton and Lawthorn - 03,5c,Comfortable neighbourhoods,S02002104,Irvine Perceton and Lawthorn,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185005 +185005,S00121888,6a2,Comfortable Suburbia,S01011205,Irvine Perceton and Lawthorn - 01,8c,Comfortable suburbia,S02002104,Irvine Perceton and Lawthorn,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185006 +185006,S00121890,6a2,Comfortable Suburbia,S01011205,Irvine Perceton and Lawthorn - 01,8c,Comfortable suburbia,S02002104,Irvine Perceton and Lawthorn,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185007 +185007,S00121891,6a2,Comfortable Suburbia,S01011205,Irvine Perceton and Lawthorn - 01,8c,Comfortable suburbia,S02002104,Irvine Perceton and Lawthorn,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185008 +185008,S00121964,6a2,Comfortable Suburbia,S01011204,Irvine Girdle Toll and Staneca - 06,8c,Comfortable suburbia,S02002103,Irvine Girdle Toll and Staneca,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185009 +185009,S00122031,6a2,Comfortable Suburbia,S01011207,Irvine Perceton and Lawthorn - 03,5c,Comfortable neighbourhoods,S02002104,Irvine Perceton and Lawthorn,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185010 +185010,S00122034,6a2,Comfortable Suburbia,S01011183,Irvine Tarryholme - 01,5c,Comfortable neighbourhoods,S02002099,Irvine Tarryholme,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185011 +185011,S00122221,6a2,Comfortable Suburbia,S01011248,Ardrossan North West - 03,5d,Endeavouring social renters,S02002113,Ardrossan North West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185012 +185012,S00122425,6a2,Comfortable Suburbia,S01011280,Kilwinning Whitehirst Park and Woodside - 04,8b,Ageing suburbanites,S02002119,Kilwinning Whitehirst Park and Woodside,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185013 +185013,S00122544,6a2,Comfortable Suburbia,S01011305,Dalry West - 03,5d,Endeavouring social renters,S02002124,Dalry West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185014 +185014,S00122635,6a2,Comfortable Suburbia,S01011349,Beith West - 02,8c,Comfortable suburbia,S02002133,Beith West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185015 +185015,S00122671,6a2,Comfortable Suburbia,S01011354,Beith East and Rural - 03,5d,Endeavouring social renters,S02002134,Beith East and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185016 +185016,S00122764,6a2,Comfortable Suburbia,S01011322,Largs Central and Cumbrae - 01,5c,Comfortable neighbourhoods,S02002128,Largs Central and Cumbrae,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185017 +185017,S00122808,1a3,Agricultural Communities,S01011172,Arran - 02,2c,Remoter communities,S02002097,Arran,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185018 +185018,S00122842,6a2,Comfortable Suburbia,S01011210,Irvine Perceton and Lawthorn - 06,8c,Comfortable suburbia,S02002104,Irvine Perceton and Lawthorn,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185019 +185019,S00122559,7c2,Constrained Young Families,S01011300,Dalry East and Rural - 02,4a,Challenged white communities,S02002123,Dalry East and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185020 +185020,S00122685,6a4,Ageing in Suburbia,S01011309,Fairlie and Rural - 03,8a,Affluent communities,S02002125,Fairlie and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185021 +185021,S00122872,1a3,Agricultural Communities,S01011307,Fairlie and Rural - 01,2c,Remoter communities,S02002125,Fairlie and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185022 +185022,S00122894,1a3,Agricultural Communities,S01011334,Skelmorlie and Rural - 01,2c,Remoter communities,S02002130,Skelmorlie and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185023 +185023,S00122910,1a3,Agricultural Communities,S01011181,Springside and Rural - 04,2c,Remoter communities,S02002098,Springside and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185024 +185024,S00122923,1a3,Agricultural Communities,S01011307,Fairlie and Rural - 01,2c,Remoter communities,S02002125,Fairlie and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185025 +185025,S00121936,7c1,Challenged Transitionaries,S01011189,Dreghorn - 03,5a,Ageing urban communities,S02002100,Dreghorn,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185026 +185026,S00121939,7c1,Challenged Transitionaries,S01011189,Dreghorn - 03,5a,Ageing urban communities,S02002100,Dreghorn,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185027 +185027,S00121949,7c1,Challenged Transitionaries,S01011190,Dreghorn - 04,4a,Challenged white communities,S02002100,Dreghorn,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185028 +185028,S00121954,7c1,Challenged Transitionaries,S01011188,Dreghorn - 02,4a,Challenged white communities,S02002100,Dreghorn,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185029 +185029,S00121973,7c1,Challenged Transitionaries,S01011193,Irvine Broomlands - 02,4a,Challenged white communities,S02002101,Irvine Broomlands,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185030 +185030,S00121975,7c1,Challenged Transitionaries,S01011193,Irvine Broomlands - 02,4a,Challenged white communities,S02002101,Irvine Broomlands,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185031 +185031,S00121996,7c1,Challenged Transitionaries,S01011202,Irvine Girdle Toll and Staneca - 04,4a,Challenged white communities,S02002103,Irvine Girdle Toll and Staneca,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185032 +185032,S00122063,7c1,Challenged Transitionaries,S01011221,Irvine East - 01,4a,Challenged white communities,S02002107,Irvine East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185033 +185033,S00122065,7c1,Challenged Transitionaries,S01011221,Irvine East - 01,4a,Challenged white communities,S02002107,Irvine East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185034 +185034,S00122066,7c1,Challenged Transitionaries,S01011220,Irvine Castlepark South - 04,4a,Challenged white communities,S02002106,Irvine Castlepark South,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185035 +185035,S00122068,7c1,Challenged Transitionaries,S01011220,Irvine Castlepark South - 04,4a,Challenged white communities,S02002106,Irvine Castlepark South,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185036 +185036,S00122072,7c1,Challenged Transitionaries,S01011220,Irvine Castlepark South - 04,4a,Challenged white communities,S02002106,Irvine Castlepark South,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185037 +185037,S00122079,7c1,Challenged Transitionaries,S01011219,Irvine Castlepark South - 03,4a,Challenged white communities,S02002106,Irvine Castlepark South,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185038 +185038,S00122080,7c1,Challenged Transitionaries,S01011219,Irvine Castlepark South - 03,4a,Challenged white communities,S02002106,Irvine Castlepark South,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185039 +185039,S00122086,7c1,Challenged Transitionaries,S01011217,Irvine Castlepark South - 01,4a,Challenged white communities,S02002106,Irvine Castlepark South,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185040 +185040,S00122088,7c1,Challenged Transitionaries,S01011217,Irvine Castlepark South - 01,4a,Challenged white communities,S02002106,Irvine Castlepark South,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185041 +185041,S00122091,7c1,Challenged Transitionaries,S01011216,Irvine Castlepark North - 05,4d,Hard-pressed flat dwellers,S02002105,Irvine Castlepark North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185042 +185042,S00122092,7c1,Challenged Transitionaries,S01011216,Irvine Castlepark North - 05,4d,Hard-pressed flat dwellers,S02002105,Irvine Castlepark North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185043 +185043,S00122095,7c1,Challenged Transitionaries,S01011217,Irvine Castlepark South - 01,4a,Challenged white communities,S02002106,Irvine Castlepark South,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185044 +185044,S00122096,7c1,Challenged Transitionaries,S01011216,Irvine Castlepark North - 05,4d,Hard-pressed flat dwellers,S02002105,Irvine Castlepark North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185045 +185045,S00122097,7c1,Challenged Transitionaries,S01011216,Irvine Castlepark North - 05,4d,Hard-pressed flat dwellers,S02002105,Irvine Castlepark North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185046 +185046,S00122099,7c1,Challenged Transitionaries,S01011215,Irvine Castlepark North - 04,4a,Challenged white communities,S02002105,Irvine Castlepark North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185047 +185047,S00122103,7c1,Challenged Transitionaries,S01011214,Irvine Castlepark North - 03,4a,Challenged white communities,S02002105,Irvine Castlepark North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185048 +185048,S00122113,7c1,Challenged Transitionaries,S01011229,Irvine Fullarton - 01,4d,Hard-pressed flat dwellers,S02002109,Irvine Fullarton,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185049 +185049,S00122114,7c1,Challenged Transitionaries,S01011229,Irvine Fullarton - 01,4d,Hard-pressed flat dwellers,S02002109,Irvine Fullarton,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185050 +185050,S00122116,7c1,Challenged Transitionaries,S01011229,Irvine Fullarton - 01,4d,Hard-pressed flat dwellers,S02002109,Irvine Fullarton,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185051 +185051,S00122117,7c1,Challenged Transitionaries,S01011227,Irvine Central - 03,4d,Hard-pressed flat dwellers,S02002108,Irvine Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185052 +185052,S00122141,7c1,Challenged Transitionaries,S01011224,Irvine East - 04,4a,Challenged white communities,S02002107,Irvine East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185053 +185053,S00122142,7c1,Challenged Transitionaries,S01011224,Irvine East - 04,4a,Challenged white communities,S02002107,Irvine East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185054 +185054,S00122156,7c1,Challenged Transitionaries,S01011222,Irvine East - 02,4a,Challenged white communities,S02002107,Irvine East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185055 +185055,S00122189,7c1,Challenged Transitionaries,S01011245,Ardrossan Central - 04,4a,Challenged white communities,S02002112,Ardrossan Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185056 +185056,S00122276,7c1,Challenged Transitionaries,S01011240,Saltcoats Central - 04,4d,Hard-pressed flat dwellers,S02002111,Saltcoats Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185057 +185057,S00122282,7c1,Challenged Transitionaries,S01011236,Stevenston Ardeer - 04,4a,Challenged white communities,S02002110,Stevenston Ardeer,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185058 +185058,S00122291,7c1,Challenged Transitionaries,S01011239,Saltcoats Central - 03,4d,Hard-pressed flat dwellers,S02002111,Saltcoats Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185059 +185059,S00122292,7c1,Challenged Transitionaries,S01011240,Saltcoats Central - 04,4d,Hard-pressed flat dwellers,S02002111,Saltcoats Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185060 +185060,S00122294,7c1,Challenged Transitionaries,S01011239,Saltcoats Central - 03,4d,Hard-pressed flat dwellers,S02002111,Saltcoats Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185061 +185061,S00122298,7c1,Challenged Transitionaries,S01011238,Saltcoats Central - 02,4d,Hard-pressed flat dwellers,S02002111,Saltcoats Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185062 +185062,S00122356,7c1,Challenged Transitionaries,S01011270,Stevenston North West - 04,4a,Challenged white communities,S02002117,Stevenston North West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185063 +185063,S00122357,7c1,Challenged Transitionaries,S01011270,Stevenston North West - 04,4a,Challenged white communities,S02002117,Stevenston North West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185064 +185064,S00122358,7c1,Challenged Transitionaries,S01011270,Stevenston North West - 04,4a,Challenged white communities,S02002117,Stevenston North West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185065 +185065,S00122359,7c1,Challenged Transitionaries,S01011268,Stevenston North West - 02,5c,Comfortable neighbourhoods,S02002117,Stevenston North West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185066 +185066,S00122598,7c2,Constrained Young Families,S01011344,Kilbirnie South and Longbar - 02,4a,Challenged white communities,S02002132,Kilbirnie South and Longbar,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185067 +185067,S00122604,7c2,Constrained Young Families,S01011343,Kilbirnie South and Longbar - 01,4a,Challenged white communities,S02002132,Kilbirnie South and Longbar,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185068 +185068,S00122607,7c2,Constrained Young Families,S01011343,Kilbirnie South and Longbar - 01,4a,Challenged white communities,S02002132,Kilbirnie South and Longbar,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185069 +185069,S00122846,6a2,Comfortable Suburbia,S01011284,Kilwinning Whitehirst Park and Woodside - 08,8c,Comfortable suburbia,S02002119,Kilwinning Whitehirst Park and Woodside,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185070 +185070,S00122642,7c2,Constrained Young Families,S01011348,Beith West - 01,5d,Endeavouring social renters,S02002133,Beith West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185071 +185071,S00122847,6a2,Comfortable Suburbia,S01011284,Kilwinning Whitehirst Park and Woodside - 08,8c,Comfortable suburbia,S02002119,Kilwinning Whitehirst Park and Woodside,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185072 +185072,S00122850,6a2,Comfortable Suburbia,S01011284,Kilwinning Whitehirst Park and Woodside - 08,8c,Comfortable suburbia,S02002119,Kilwinning Whitehirst Park and Woodside,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185073 +185073,S00122875,6a2,Comfortable Suburbia,S01011280,Kilwinning Whitehirst Park and Woodside - 04,8b,Ageing suburbanites,S02002119,Kilwinning Whitehirst Park and Woodside,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185074 +185074,S00122912,6a2,Comfortable Suburbia,S01011210,Irvine Perceton and Lawthorn - 06,8c,Comfortable suburbia,S02002104,Irvine Perceton and Lawthorn,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185075 +185075,S00122915,6a2,Comfortable Suburbia,S01011263,Saltcoats North East - 03,5a,Ageing urban communities,S02002116,Saltcoats North East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185076 +185076,S00122916,6a2,Comfortable Suburbia,S01011255,Saltcoats North West - 01,8c,Comfortable suburbia,S02002115,Saltcoats North West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185077 +185077,S00122917,6a2,Comfortable Suburbia,S01011255,Saltcoats North West - 01,8c,Comfortable suburbia,S02002115,Saltcoats North West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185078 +185078,S00122918,6a2,Comfortable Suburbia,S01011255,Saltcoats North West - 01,8c,Comfortable suburbia,S02002115,Saltcoats North West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185079 +185079,S00122920,6a2,Comfortable Suburbia,S01011255,Saltcoats North West - 01,8c,Comfortable suburbia,S02002115,Saltcoats North West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185080 +185080,S00122688,6a4,Ageing in Suburbia,S01011309,Fairlie and Rural - 03,8a,Affluent communities,S02002125,Fairlie and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185081 +185081,S00122931,6a2,Comfortable Suburbia,S01011184,Irvine Tarryholme - 02,8b,Ageing suburbanites,S02002099,Irvine Tarryholme,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185082 +185082,S00122933,6a2,Comfortable Suburbia,S01011184,Irvine Tarryholme - 02,8b,Ageing suburbanites,S02002099,Irvine Tarryholme,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185083 +185083,S00122935,6a2,Comfortable Suburbia,S01011184,Irvine Tarryholme - 02,8b,Ageing suburbanites,S02002099,Irvine Tarryholme,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185084 +185084,S00122963,6a2,Comfortable Suburbia,S01011186,Irvine Tarryholme - 04,5c,Comfortable neighbourhoods,S02002099,Irvine Tarryholme,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185085 +185085,S00122976,6a2,Comfortable Suburbia,S01011249,Ardrossan North West - 04,8b,Ageing suburbanites,S02002113,Ardrossan North West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185086 +185086,S00123078,6a2,Comfortable Suburbia,S01011211,Irvine Perceton and Lawthorn - 07,5d,Endeavouring social renters,S02002104,Irvine Perceton and Lawthorn,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185087 +185087,S00123082,6a2,Comfortable Suburbia,S01011211,Irvine Perceton and Lawthorn - 07,5d,Endeavouring social renters,S02002104,Irvine Perceton and Lawthorn,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185088 +185088,S00123083,6a2,Comfortable Suburbia,S01011211,Irvine Perceton and Lawthorn - 07,5d,Endeavouring social renters,S02002104,Irvine Perceton and Lawthorn,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185089 +185089,S00123088,6a2,Comfortable Suburbia,S01011282,Kilwinning Whitehirst Park and Woodside - 06,8c,Comfortable suburbia,S02002119,Kilwinning Whitehirst Park and Woodside,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185090 +185090,S00123091,6a2,Comfortable Suburbia,S01011283,Kilwinning Whitehirst Park and Woodside - 07,8c,Comfortable suburbia,S02002119,Kilwinning Whitehirst Park and Woodside,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185091 +185091,S00123092,6a2,Comfortable Suburbia,S01011282,Kilwinning Whitehirst Park and Woodside - 06,8c,Comfortable suburbia,S02002119,Kilwinning Whitehirst Park and Woodside,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185092 +185092,S00123095,6a2,Comfortable Suburbia,S01011283,Kilwinning Whitehirst Park and Woodside - 07,8c,Comfortable suburbia,S02002119,Kilwinning Whitehirst Park and Woodside,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185093 +185093,S00123096,6a2,Comfortable Suburbia,S01011283,Kilwinning Whitehirst Park and Woodside - 07,8c,Comfortable suburbia,S02002119,Kilwinning Whitehirst Park and Woodside,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185094 +185094,S00123099,6a2,Comfortable Suburbia,S01011281,Kilwinning Whitehirst Park and Woodside - 05,8c,Comfortable suburbia,S02002119,Kilwinning Whitehirst Park and Woodside,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185095 +185095,S00121892,5b2,Communal Retirement,S01011213,Irvine Castlepark North - 02,4a,Challenged white communities,S02002105,Irvine Castlepark North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185096 +185096,S00121931,5b2,Communal Retirement,S01011177,Arran - 07,2a,Ageing rural neighbourhoods,S02002097,Arran,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185097 +185097,S00122508,5b2,Communal Retirement,S01011311,West Kilbride and Seamill - 01,8b,Ageing suburbanites,S02002126,West Kilbride and Seamill,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185098 +185098,S00122566,5b2,Communal Retirement,S01011303,Dalry West - 01,5a,Ageing urban communities,S02002124,Dalry West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185099 +185099,S00122667,5b2,Communal Retirement,S01011353,Beith East and Rural - 02,5a,Ageing urban communities,S02002134,Beith East and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185100 +185100,S00122687,5b2,Communal Retirement,S01011309,Fairlie and Rural - 03,8a,Affluent communities,S02002125,Fairlie and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185101 +185101,S00122700,5b2,Communal Retirement,S01011317,Largs South - 01,5a,Ageing urban communities,S02002127,Largs South,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185102 +185102,S00122707,5b2,Communal Retirement,S01011318,Largs South - 02,5a,Ageing urban communities,S02002127,Largs South,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185103 +185103,S00122930,5b2,Communal Retirement,S01011176,Arran - 06,2a,Ageing rural neighbourhoods,S02002097,Arran,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185104 +185104,S00121946,7c2,Constrained Young Families,S01011190,Dreghorn - 04,4a,Challenged white communities,S02002100,Dreghorn,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185105 +185105,S00121971,7c2,Constrained Young Families,S01011194,Irvine Broomlands - 03,4a,Challenged white communities,S02002101,Irvine Broomlands,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185106 +185106,S00122033,7c2,Constrained Young Families,S01011183,Irvine Tarryholme - 01,5c,Comfortable neighbourhoods,S02002099,Irvine Tarryholme,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185107 +185107,S00122035,7c2,Constrained Young Families,S01011183,Irvine Tarryholme - 01,5c,Comfortable neighbourhoods,S02002099,Irvine Tarryholme,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185108 +185108,S00122039,7c2,Constrained Young Families,S01011230,Irvine Fullarton - 02,4d,Hard-pressed flat dwellers,S02002109,Irvine Fullarton,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185109 +185109,S00122044,7c2,Constrained Young Families,S01011231,Irvine Fullarton - 03,4a,Challenged white communities,S02002109,Irvine Fullarton,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185110 +185110,S00122046,7c2,Constrained Young Families,S01011231,Irvine Fullarton - 03,4a,Challenged white communities,S02002109,Irvine Fullarton,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185111 +185111,S00122201,7c2,Constrained Young Families,S01011253,Ardrossan North East - 04,4a,Challenged white communities,S02002114,Ardrossan North East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185112 +185112,S00122240,7c2,Constrained Young Families,S01011245,Ardrossan Central - 04,4a,Challenged white communities,S02002112,Ardrossan Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185113 +185113,S00122058,7c2,Constrained Young Families,S01011221,Irvine East - 01,4a,Challenged white communities,S02002107,Irvine East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185114 +185114,S00122062,7c2,Constrained Young Families,S01011221,Irvine East - 01,4a,Challenged white communities,S02002107,Irvine East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185115 +185115,S00122073,7c2,Constrained Young Families,S01011220,Irvine Castlepark South - 04,4a,Challenged white communities,S02002106,Irvine Castlepark South,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185116 +185116,S00122690,6a4,Ageing in Suburbia,S01011310,Fairlie and Rural - 04,5c,Comfortable neighbourhoods,S02002125,Fairlie and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185117 +185117,S00122698,6a4,Ageing in Suburbia,S01011317,Largs South - 01,5a,Ageing urban communities,S02002127,Largs South,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185118 +185118,S00122702,6a4,Ageing in Suburbia,S01011318,Largs South - 02,5a,Ageing urban communities,S02002127,Largs South,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185119 +185119,S00122716,6a4,Ageing in Suburbia,S01011329,Largs North - 01,5c,Comfortable neighbourhoods,S02002129,Largs North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185120 +185120,S00122719,6a4,Ageing in Suburbia,S01011332,Largs North - 04,8a,Affluent communities,S02002129,Largs North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185121 +185121,S00122721,6a4,Ageing in Suburbia,S01011332,Largs North - 04,8a,Affluent communities,S02002129,Largs North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185122 +185122,S00122722,6a4,Ageing in Suburbia,S01011332,Largs North - 04,8a,Affluent communities,S02002129,Largs North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185123 +185123,S00122723,6a4,Ageing in Suburbia,S01011333,Largs North - 05,8a,Affluent communities,S02002129,Largs North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185124 +185124,S00122724,6a4,Ageing in Suburbia,S01011333,Largs North - 05,8a,Affluent communities,S02002129,Largs North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185125 +185125,S00122728,6a4,Ageing in Suburbia,S01011333,Largs North - 05,8a,Affluent communities,S02002129,Largs North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185126 +185126,S00122729,6a4,Ageing in Suburbia,S01011333,Largs North - 05,8a,Affluent communities,S02002129,Largs North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185127 +185127,S00122732,6a4,Ageing in Suburbia,S01011331,Largs North - 03,8b,Ageing suburbanites,S02002129,Largs North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185128 +185128,S00122736,6a4,Ageing in Suburbia,S01011319,Largs South - 03,8a,Affluent communities,S02002127,Largs South,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185129 +185129,S00122738,6a4,Ageing in Suburbia,S01011319,Largs South - 03,8a,Affluent communities,S02002127,Largs South,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185130 +185130,S00122755,6a4,Ageing in Suburbia,S01011324,Largs Central and Cumbrae - 03,5c,Comfortable neighbourhoods,S02002128,Largs Central and Cumbrae,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185131 +185131,S00122770,6a4,Ageing in Suburbia,S01011329,Largs North - 01,5c,Comfortable neighbourhoods,S02002129,Largs North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185132 +185132,S00122778,6a4,Ageing in Suburbia,S01011337,Skelmorlie and Rural - 04,8a,Affluent communities,S02002130,Skelmorlie and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185133 +185133,S00122780,6a4,Ageing in Suburbia,S01011337,Skelmorlie and Rural - 04,8a,Affluent communities,S02002130,Skelmorlie and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185134 +185134,S00122788,6a4,Ageing in Suburbia,S01011337,Skelmorlie and Rural - 04,8a,Affluent communities,S02002130,Skelmorlie and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185135 +185135,S00122794,6a4,Ageing in Suburbia,S01011350,Beith West - 03,8b,Ageing suburbanites,S02002133,Beith West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185136 +185136,S00122802,6a4,Ageing in Suburbia,S01011309,Fairlie and Rural - 03,8a,Affluent communities,S02002125,Fairlie and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185137 +185137,S00122816,6a4,Ageing in Suburbia,S01011335,Skelmorlie and Rural - 02,2b,Prospering countryside life,S02002130,Skelmorlie and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185138 +185138,S00122817,6a4,Ageing in Suburbia,S01011337,Skelmorlie and Rural - 04,8a,Affluent communities,S02002130,Skelmorlie and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185139 +185139,S00122819,6a4,Ageing in Suburbia,S01011335,Skelmorlie and Rural - 02,2b,Prospering countryside life,S02002130,Skelmorlie and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185140 +185140,S00122861,6a4,Ageing in Suburbia,S01011247,Ardrossan North West - 02,5a,Ageing urban communities,S02002113,Ardrossan North West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185141 +185141,S00122876,6a4,Ageing in Suburbia,S01011280,Kilwinning Whitehirst Park and Woodside - 04,8b,Ageing suburbanites,S02002119,Kilwinning Whitehirst Park and Woodside,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185142 +185142,S00122878,6a4,Ageing in Suburbia,S01011315,West Kilbride and Seamill - 05,5c,Comfortable neighbourhoods,S02002126,West Kilbride and Seamill,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185143 +185143,S00122885,6a4,Ageing in Suburbia,S01011311,West Kilbride and Seamill - 01,8b,Ageing suburbanites,S02002126,West Kilbride and Seamill,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185144 +185144,S00122903,6a4,Ageing in Suburbia,S01011278,Kilwinning Whitehirst Park and Woodside - 02,8c,Comfortable suburbia,S02002119,Kilwinning Whitehirst Park and Woodside,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185145 +185145,S00122955,6a4,Ageing in Suburbia,S01011226,Irvine Central - 02,5a,Ageing urban communities,S02002108,Irvine Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185146 +185146,S00122982,6a4,Ageing in Suburbia,S01011242,Ardrossan Central - 01,5a,Ageing urban communities,S02002112,Ardrossan Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185147 +185147,S00123014,6a4,Ageing in Suburbia,S01011276,Stevenston Hayocks - 05,4a,Challenged white communities,S02002118,Stevenston Hayocks,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185148 +185148,S00123027,6a4,Ageing in Suburbia,S01011312,West Kilbride and Seamill - 02,8b,Ageing suburbanites,S02002126,West Kilbride and Seamill,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185149 +185149,S00123028,6a4,Ageing in Suburbia,S01011312,West Kilbride and Seamill - 02,8b,Ageing suburbanites,S02002126,West Kilbride and Seamill,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185150 +185150,S00123040,6a4,Ageing in Suburbia,S01011303,Dalry West - 01,5a,Ageing urban communities,S02002124,Dalry West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185151 +185151,S00123066,6a4,Ageing in Suburbia,S01011335,Skelmorlie and Rural - 02,2b,Prospering countryside life,S02002130,Skelmorlie and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185152 +185152,S00121901,8c1,Ageing Industrious Workers,S01011356,Beith East and Rural - 05,2c,Remoter communities,S02002134,Beith East and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185153 +185153,S00121907,8c1,Ageing Industrious Workers,S01011172,Arran - 02,2c,Remoter communities,S02002097,Arran,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185154 +185154,S00121930,8c1,Ageing Industrious Workers,S01011178,Springside and Rural - 01,2d,Rural traits,S02002098,Springside and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185155 +185155,S00121942,8c1,Ageing Industrious Workers,S01011190,Dreghorn - 04,4a,Challenged white communities,S02002100,Dreghorn,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185156 +185156,S00121957,8c1,Ageing Industrious Workers,S01011187,Dreghorn - 01,8b,Ageing suburbanites,S02002100,Dreghorn,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185157 +185157,S00122013,8c1,Ageing Industrious Workers,S01011200,Irvine Girdle Toll and Staneca - 02,5d,Endeavouring social renters,S02002103,Irvine Girdle Toll and Staneca,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185158 +185158,S00122017,8c1,Ageing Industrious Workers,S01011208,Irvine Perceton and Lawthorn - 04,8c,Comfortable suburbia,S02002104,Irvine Perceton and Lawthorn,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185159 +185159,S00122004,8c1,Ageing Industrious Workers,S01011199,Irvine Girdle Toll and Staneca - 01,5d,Endeavouring social renters,S02002103,Irvine Girdle Toll and Staneca,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185160 +185160,S00122656,7c2,Constrained Young Families,S01011351,Beith West - 04,4a,Challenged white communities,S02002133,Beith West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185161 +185161,S00122767,7c2,Constrained Young Families,S01011323,Largs Central and Cumbrae - 02,4a,Challenged white communities,S02002128,Largs Central and Cumbrae,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185162 +185162,S00122851,7c2,Constrained Young Families,S01011214,Irvine Castlepark North - 03,4a,Challenged white communities,S02002105,Irvine Castlepark North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185163 +185163,S00122869,7c2,Constrained Young Families,S01011270,Stevenston North West - 04,4a,Challenged white communities,S02002117,Stevenston North West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185164 +185164,S00122941,7c2,Constrained Young Families,S01011196,Irvine Bourtreehill - 01,4a,Challenged white communities,S02002102,Irvine Bourtreehill,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185165 +185165,S00122947,7c2,Constrained Young Families,S01011232,Irvine Fullarton - 04,4d,Hard-pressed flat dwellers,S02002109,Irvine Fullarton,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185166 +185166,S00122949,7c2,Constrained Young Families,S01011232,Irvine Fullarton - 04,4d,Hard-pressed flat dwellers,S02002109,Irvine Fullarton,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185167 +185167,S00122950,7c2,Constrained Young Families,S01011232,Irvine Fullarton - 04,4d,Hard-pressed flat dwellers,S02002109,Irvine Fullarton,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185168 +185168,S00122970,7c2,Constrained Young Families,S01011180,Springside and Rural - 03,4a,Challenged white communities,S02002098,Springside and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185169 +185169,S00122998,7c2,Constrained Young Families,S01011259,Saltcoats North West - 05,5c,Comfortable neighbourhoods,S02002115,Saltcoats North West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185170 +185170,S00123017,7c2,Constrained Young Families,S01011273,Stevenston Hayocks - 02,4a,Challenged white communities,S02002118,Stevenston Hayocks,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185171 +185171,S00123019,7c2,Constrained Young Families,S01011276,Stevenston Hayocks - 05,4a,Challenged white communities,S02002118,Stevenston Hayocks,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185172 +185172,S00123041,7c2,Constrained Young Families,S01011347,Kilbirnie South and Longbar - 05,5c,Comfortable neighbourhoods,S02002132,Kilbirnie South and Longbar,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185173 +185173,S00123043,7c2,Constrained Young Families,S01011343,Kilbirnie South and Longbar - 01,4a,Challenged white communities,S02002132,Kilbirnie South and Longbar,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185174 +185174,S00123077,7c2,Constrained Young Families,S01011207,Irvine Perceton and Lawthorn - 03,5c,Comfortable neighbourhoods,S02002104,Irvine Perceton and Lawthorn,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185175 +185175,S00122689,5b1,Delayed Retirement,S01011310,Fairlie and Rural - 04,5c,Comfortable neighbourhoods,S02002125,Fairlie and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185176 +185176,S00122697,5b1,Delayed Retirement,S01011317,Largs South - 01,5a,Ageing urban communities,S02002127,Largs South,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185177 +185177,S00122701,5b1,Delayed Retirement,S01011317,Largs South - 01,5a,Ageing urban communities,S02002127,Largs South,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185178 +185178,S00122712,5b1,Delayed Retirement,S01011326,Largs Central and Cumbrae - 05,4d,Hard-pressed flat dwellers,S02002128,Largs Central and Cumbrae,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185179 +185179,S00122718,5b1,Delayed Retirement,S01011329,Largs North - 01,5c,Comfortable neighbourhoods,S02002129,Largs North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185180 +185180,S00122730,5b1,Delayed Retirement,S01011333,Largs North - 05,8a,Affluent communities,S02002129,Largs North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185181 +185181,S00122758,5b1,Delayed Retirement,S01011320,Largs South - 04,5c,Comfortable neighbourhoods,S02002127,Largs South,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185182 +185182,S00122779,5b1,Delayed Retirement,S01011337,Skelmorlie and Rural - 04,8a,Affluent communities,S02002130,Skelmorlie and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185183 +185183,S00122815,5b1,Delayed Retirement,S01011335,Skelmorlie and Rural - 02,2b,Prospering countryside life,S02002130,Skelmorlie and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185184 +185184,S00122956,5b1,Delayed Retirement,S01011227,Irvine Central - 03,4d,Hard-pressed flat dwellers,S02002108,Irvine Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185185 +185185,S00122994,5b1,Delayed Retirement,S01011246,Ardrossan North West - 01,5c,Comfortable neighbourhoods,S02002113,Ardrossan North West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185186 +185186,S00123068,5b1,Delayed Retirement,S01011335,Skelmorlie and Rural - 02,2b,Prospering countryside life,S02002130,Skelmorlie and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185187 +185187,S00121977,8b1,Deprived Blue-Collar Terraces,S01011193,Irvine Broomlands - 02,4a,Challenged white communities,S02002101,Irvine Broomlands,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185188 +185188,S00121981,8b1,Deprived Blue-Collar Terraces,S01011192,Irvine Broomlands - 01,4a,Challenged white communities,S02002101,Irvine Broomlands,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185189 +185189,S00121992,8b1,Deprived Blue-Collar Terraces,S01011197,Irvine Bourtreehill - 02,4a,Challenged white communities,S02002102,Irvine Bourtreehill,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185190 +185190,S00121997,8b1,Deprived Blue-Collar Terraces,S01011202,Irvine Girdle Toll and Staneca - 04,4a,Challenged white communities,S02002103,Irvine Girdle Toll and Staneca,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185191 +185191,S00122145,8b1,Deprived Blue-Collar Terraces,S01011223,Irvine East - 03,4a,Challenged white communities,S02002107,Irvine East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185192 +185192,S00122172,8b1,Deprived Blue-Collar Terraces,S01011218,Irvine Castlepark South - 02,4a,Challenged white communities,S02002106,Irvine Castlepark South,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185193 +185193,S00122324,8b1,Deprived Blue-Collar Terraces,S01011266,Saltcoats North East - 06,5d,Endeavouring social renters,S02002116,Saltcoats North East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185194 +185194,S00122765,8b1,Deprived Blue-Collar Terraces,S01011323,Largs Central and Cumbrae - 02,4a,Challenged white communities,S02002128,Largs Central and Cumbrae,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185195 +185195,S00122766,8b1,Deprived Blue-Collar Terraces,S01011323,Largs Central and Cumbrae - 02,4a,Challenged white communities,S02002128,Largs Central and Cumbrae,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185196 +185196,S00122773,8b1,Deprived Blue-Collar Terraces,S01011330,Largs North - 02,8b,Ageing suburbanites,S02002129,Largs North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185197 +185197,S00122939,8b1,Deprived Blue-Collar Terraces,S01011192,Irvine Broomlands - 01,4a,Challenged white communities,S02002101,Irvine Broomlands,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185198 +185198,S00123075,8b1,Deprived Blue-Collar Terraces,S01011178,Springside and Rural - 01,2d,Rural traits,S02002098,Springside and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185199 +185199,S00122036,7b2,Deprived Neighbourhoods,S01011230,Irvine Fullarton - 02,4d,Hard-pressed flat dwellers,S02002109,Irvine Fullarton,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185200 +185200,S00122859,7b3,Endeavouring Flat Dwellers,S01011243,Ardrossan Central - 02,4d,Hard-pressed flat dwellers,S02002112,Ardrossan Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185201 +185201,S00122862,7b3,Endeavouring Flat Dwellers,S01011259,Saltcoats North West - 05,5c,Comfortable neighbourhoods,S02002115,Saltcoats North West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185202 +185202,S00122983,7b3,Endeavouring Flat Dwellers,S01011246,Ardrossan North West - 01,5c,Comfortable neighbourhoods,S02002113,Ardrossan North West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185203 +185203,S00122377,8b2,Hard-Pressed Rented Terraces,S01011273,Stevenston Hayocks - 02,4a,Challenged white communities,S02002118,Stevenston Hayocks,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185204 +185204,S00122047,7b2,Deprived Neighbourhoods,S01011230,Irvine Fullarton - 02,4d,Hard-pressed flat dwellers,S02002109,Irvine Fullarton,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185205 +185205,S00122601,8b2,Hard-Pressed Rented Terraces,S01011344,Kilbirnie South and Longbar - 02,4a,Challenged white communities,S02002132,Kilbirnie South and Longbar,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185206 +185206,S00122992,7b3,Endeavouring Flat Dwellers,S01011244,Ardrossan Central - 03,4d,Hard-pressed flat dwellers,S02002112,Ardrossan Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185207 +185207,S00123015,7b3,Endeavouring Flat Dwellers,S01011267,Stevenston North West - 01,5c,Comfortable neighbourhoods,S02002117,Stevenston North West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185208 +185208,S00123026,7b3,Endeavouring Flat Dwellers,S01011294,Kilwinning Central and North - 01,4a,Challenged white communities,S02002122,Kilwinning Central and North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185209 +185209,S00123056,7b3,Endeavouring Flat Dwellers,S01011326,Largs Central and Cumbrae - 05,4d,Hard-pressed flat dwellers,S02002128,Largs Central and Cumbrae,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185210 +185210,S00121896,1a2,Established Farming Communities,S01011182,Springside and Rural - 05,2c,Remoter communities,S02002098,Springside and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185211 +185211,S00121900,1a2,Established Farming Communities,S01011356,Beith East and Rural - 05,2c,Remoter communities,S02002134,Beith East and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185212 +185212,S00121902,1a2,Established Farming Communities,S01011356,Beith East and Rural - 05,2c,Remoter communities,S02002134,Beith East and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185213 +185213,S00122848,1a2,Established Farming Communities,S01011307,Fairlie and Rural - 01,2c,Remoter communities,S02002125,Fairlie and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185214 +185214,S00122877,1a2,Established Farming Communities,S01011308,Fairlie and Rural - 02,2c,Remoter communities,S02002125,Fairlie and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185215 +185215,S00122886,1a2,Established Farming Communities,S01011299,Dalry East and Rural - 01,2c,Remoter communities,S02002123,Dalry East and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185216 +185216,S00122932,1a2,Established Farming Communities,S01011183,Irvine Tarryholme - 01,5c,Comfortable neighbourhoods,S02002099,Irvine Tarryholme,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185217 +185217,S00122259,5a3,Families in Terraces and Flats,S01011259,Saltcoats North West - 05,5c,Comfortable neighbourhoods,S02002115,Saltcoats North West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185218 +185218,S00123054,5a3,Families in Terraces and Flats,S01011318,Largs South - 02,5a,Ageing urban communities,S02002127,Largs South,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185219 +185219,S00122064,7a2,Hampered Aspiration,S01011221,Irvine East - 01,4a,Challenged white communities,S02002107,Irvine East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185220 +185220,S00122401,7a2,Hampered Aspiration,S01011274,Stevenston Hayocks - 03,4a,Challenged white communities,S02002118,Stevenston Hayocks,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185221 +185221,S00122953,7a2,Hampered Aspiration,S01011232,Irvine Fullarton - 04,4d,Hard-pressed flat dwellers,S02002109,Irvine Fullarton,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185222 +185222,S00122078,8b2,Hard-Pressed Rented Terraces,S01011219,Irvine Castlepark South - 03,4a,Challenged white communities,S02002106,Irvine Castlepark South,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185223 +185223,S00123069,8b2,Hard-Pressed Rented Terraces,S01011202,Irvine Girdle Toll and Staneca - 04,4a,Challenged white communities,S02002103,Irvine Girdle Toll and Staneca,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185224 +185224,S00122786,6a3,Detached Retirement Living,S01011335,Skelmorlie and Rural - 02,2b,Prospering countryside life,S02002130,Skelmorlie and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185225 +185225,S00122957,7a2,Hampered Aspiration,S01011227,Irvine Central - 03,4d,Hard-pressed flat dwellers,S02002108,Irvine Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185226 +185226,S00122310,8d3,Hard-Pressed European Settlers,S01011262,Saltcoats North East - 02,5d,Endeavouring social renters,S02002116,Saltcoats North East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185227 +185227,S00122325,8d3,Hard-Pressed European Settlers,S01011266,Saltcoats North East - 06,5d,Endeavouring social renters,S02002116,Saltcoats North East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185228 +185228,S00121937,8b2,Hard-Pressed Rented Terraces,S01011189,Dreghorn - 03,5a,Ageing urban communities,S02002100,Dreghorn,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185229 +185229,S00121944,8b2,Hard-Pressed Rented Terraces,S01011191,Dreghorn - 05,4a,Challenged white communities,S02002100,Dreghorn,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185230 +185230,S00121947,8b2,Hard-Pressed Rented Terraces,S01011191,Dreghorn - 05,4a,Challenged white communities,S02002100,Dreghorn,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185231 +185231,S00121950,8b2,Hard-Pressed Rented Terraces,S01011188,Dreghorn - 02,4a,Challenged white communities,S02002100,Dreghorn,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185232 +185232,S00121951,8b2,Hard-Pressed Rented Terraces,S01011188,Dreghorn - 02,4a,Challenged white communities,S02002100,Dreghorn,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185233 +185233,S00121952,8b2,Hard-Pressed Rented Terraces,S01011188,Dreghorn - 02,4a,Challenged white communities,S02002100,Dreghorn,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185234 +185234,S00121953,8b2,Hard-Pressed Rented Terraces,S01011188,Dreghorn - 02,4a,Challenged white communities,S02002100,Dreghorn,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185235 +185235,S00121955,8b2,Hard-Pressed Rented Terraces,S01011188,Dreghorn - 02,4a,Challenged white communities,S02002100,Dreghorn,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185236 +185236,S00121958,8b2,Hard-Pressed Rented Terraces,S01011195,Irvine Broomlands - 04,4a,Challenged white communities,S02002101,Irvine Broomlands,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185237 +185237,S00121959,8b2,Hard-Pressed Rented Terraces,S01011195,Irvine Broomlands - 04,4a,Challenged white communities,S02002101,Irvine Broomlands,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185238 +185238,S00121961,8b2,Hard-Pressed Rented Terraces,S01011201,Irvine Girdle Toll and Staneca - 03,5d,Endeavouring social renters,S02002103,Irvine Girdle Toll and Staneca,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185239 +185239,S00121965,8b2,Hard-Pressed Rented Terraces,S01011199,Irvine Girdle Toll and Staneca - 01,5d,Endeavouring social renters,S02002103,Irvine Girdle Toll and Staneca,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185240 +185240,S00121966,8b2,Hard-Pressed Rented Terraces,S01011195,Irvine Broomlands - 04,4a,Challenged white communities,S02002101,Irvine Broomlands,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185241 +185241,S00121967,8b2,Hard-Pressed Rented Terraces,S01011195,Irvine Broomlands - 04,4a,Challenged white communities,S02002101,Irvine Broomlands,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185242 +185242,S00121968,8b2,Hard-Pressed Rented Terraces,S01011195,Irvine Broomlands - 04,4a,Challenged white communities,S02002101,Irvine Broomlands,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185243 +185243,S00121969,8b2,Hard-Pressed Rented Terraces,S01011195,Irvine Broomlands - 04,4a,Challenged white communities,S02002101,Irvine Broomlands,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185244 +185244,S00121972,8b2,Hard-Pressed Rented Terraces,S01011194,Irvine Broomlands - 03,4a,Challenged white communities,S02002101,Irvine Broomlands,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185245 +185245,S00121974,8b2,Hard-Pressed Rented Terraces,S01011194,Irvine Broomlands - 03,4a,Challenged white communities,S02002101,Irvine Broomlands,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185246 +185246,S00121976,8b2,Hard-Pressed Rented Terraces,S01011194,Irvine Broomlands - 03,4a,Challenged white communities,S02002101,Irvine Broomlands,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185247 +185247,S00121978,8b2,Hard-Pressed Rented Terraces,S01011193,Irvine Broomlands - 02,4a,Challenged white communities,S02002101,Irvine Broomlands,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185248 +185248,S00121979,8b2,Hard-Pressed Rented Terraces,S01011193,Irvine Broomlands - 02,4a,Challenged white communities,S02002101,Irvine Broomlands,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185249 +185249,S00121980,8b2,Hard-Pressed Rented Terraces,S01011192,Irvine Broomlands - 01,4a,Challenged white communities,S02002101,Irvine Broomlands,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185250 +185250,S00121982,8b2,Hard-Pressed Rented Terraces,S01011192,Irvine Broomlands - 01,4a,Challenged white communities,S02002101,Irvine Broomlands,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185251 +185251,S00121983,8b2,Hard-Pressed Rented Terraces,S01011192,Irvine Broomlands - 01,4a,Challenged white communities,S02002101,Irvine Broomlands,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185252 +185252,S00121984,8b2,Hard-Pressed Rented Terraces,S01011198,Irvine Bourtreehill - 03,4a,Challenged white communities,S02002102,Irvine Bourtreehill,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185253 +185253,S00121985,8b2,Hard-Pressed Rented Terraces,S01011192,Irvine Broomlands - 01,4a,Challenged white communities,S02002101,Irvine Broomlands,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185254 +185254,S00121986,8b2,Hard-Pressed Rented Terraces,S01011198,Irvine Bourtreehill - 03,4a,Challenged white communities,S02002102,Irvine Bourtreehill,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185255 +185255,S00121987,8b2,Hard-Pressed Rented Terraces,S01011198,Irvine Bourtreehill - 03,4a,Challenged white communities,S02002102,Irvine Bourtreehill,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185256 +185256,S00121988,8b2,Hard-Pressed Rented Terraces,S01011198,Irvine Bourtreehill - 03,4a,Challenged white communities,S02002102,Irvine Bourtreehill,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185257 +185257,S00122048,7b2,Deprived Neighbourhoods,S01011230,Irvine Fullarton - 02,4d,Hard-pressed flat dwellers,S02002109,Irvine Fullarton,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185258 +185258,S00122602,8b2,Hard-Pressed Rented Terraces,S01011343,Kilbirnie South and Longbar - 01,4a,Challenged white communities,S02002132,Kilbirnie South and Longbar,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185259 +185259,S00122378,8b2,Hard-Pressed Rented Terraces,S01011273,Stevenston Hayocks - 02,4a,Challenged white communities,S02002118,Stevenston Hayocks,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185260 +185260,S00122049,7b2,Deprived Neighbourhoods,S01011230,Irvine Fullarton - 02,4d,Hard-pressed flat dwellers,S02002109,Irvine Fullarton,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185261 +185261,S00122050,7b2,Deprived Neighbourhoods,S01011232,Irvine Fullarton - 04,4d,Hard-pressed flat dwellers,S02002109,Irvine Fullarton,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185262 +185262,S00122051,7b2,Deprived Neighbourhoods,S01011230,Irvine Fullarton - 02,4d,Hard-pressed flat dwellers,S02002109,Irvine Fullarton,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185263 +185263,S00122228,7b2,Deprived Neighbourhoods,S01011243,Ardrossan Central - 02,4d,Hard-pressed flat dwellers,S02002112,Ardrossan Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185264 +185264,S00122229,7b2,Deprived Neighbourhoods,S01011243,Ardrossan Central - 02,4d,Hard-pressed flat dwellers,S02002112,Ardrossan Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185265 +185265,S00122093,7b2,Deprived Neighbourhoods,S01011217,Irvine Castlepark South - 01,4a,Challenged white communities,S02002106,Irvine Castlepark South,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185266 +185266,S00122183,7b2,Deprived Neighbourhoods,S01011245,Ardrossan Central - 04,4a,Challenged white communities,S02002112,Ardrossan Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185267 +185267,S00122300,7b2,Deprived Neighbourhoods,S01011238,Saltcoats Central - 02,4d,Hard-pressed flat dwellers,S02002111,Saltcoats Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185268 +185268,S00122453,7b2,Deprived Neighbourhoods,S01011293,Kilwinning West and Blacklands - 05,4a,Challenged white communities,S02002121,Kilwinning West and Blacklands,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185269 +185269,S00122676,7b2,Deprived Neighbourhoods,S01011327,Largs Central and Cumbrae - 06,5a,Ageing urban communities,S02002128,Largs Central and Cumbrae,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185270 +185270,S00122852,7b2,Deprived Neighbourhoods,S01011229,Irvine Fullarton - 01,4d,Hard-pressed flat dwellers,S02002109,Irvine Fullarton,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185271 +185271,S00122987,7b2,Deprived Neighbourhoods,S01011244,Ardrossan Central - 03,4d,Hard-pressed flat dwellers,S02002112,Ardrossan Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185272 +185272,S00122988,7b2,Deprived Neighbourhoods,S01011243,Ardrossan Central - 02,4d,Hard-pressed flat dwellers,S02002112,Ardrossan Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185273 +185273,S00122991,7b2,Deprived Neighbourhoods,S01011244,Ardrossan Central - 03,4d,Hard-pressed flat dwellers,S02002112,Ardrossan Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185274 +185274,S00121894,6a3,Detached Retirement Living,S01011182,Springside and Rural - 05,2c,Remoter communities,S02002098,Springside and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185275 +185275,S00121916,6a3,Detached Retirement Living,S01011174,Arran - 04,2a,Ageing rural neighbourhoods,S02002097,Arran,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185276 +185276,S00123070,8b2,Hard-Pressed Rented Terraces,S01011209,Irvine Perceton and Lawthorn - 05,5d,Endeavouring social renters,S02002104,Irvine Perceton and Lawthorn,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185277 +185277,S00122787,6a3,Detached Retirement Living,S01011337,Skelmorlie and Rural - 04,8a,Affluent communities,S02002130,Skelmorlie and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185278 +185278,S00121929,6a3,Detached Retirement Living,S01011176,Arran - 06,2a,Ageing rural neighbourhoods,S02002097,Arran,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185279 +185279,S00122220,6a3,Detached Retirement Living,S01011249,Ardrossan North West - 04,8b,Ageing suburbanites,S02002113,Ardrossan North West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185280 +185280,S00122111,6a3,Detached Retirement Living,S01011184,Irvine Tarryholme - 02,8b,Ageing suburbanites,S02002099,Irvine Tarryholme,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185281 +185281,S00122112,6a3,Detached Retirement Living,S01011184,Irvine Tarryholme - 02,8b,Ageing suburbanites,S02002099,Irvine Tarryholme,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185282 +185282,S00122269,6a3,Detached Retirement Living,S01011260,Saltcoats North West - 06,5c,Comfortable neighbourhoods,S02002115,Saltcoats North West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185283 +185283,S00122270,6a3,Detached Retirement Living,S01011260,Saltcoats North West - 06,5c,Comfortable neighbourhoods,S02002115,Saltcoats North West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185284 +185284,S00122271,6a3,Detached Retirement Living,S01011260,Saltcoats North West - 06,5c,Comfortable neighbourhoods,S02002115,Saltcoats North West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185285 +185285,S00122307,6a3,Detached Retirement Living,S01011257,Saltcoats North West - 03,8b,Ageing suburbanites,S02002115,Saltcoats North West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185286 +185286,S00122360,6a3,Detached Retirement Living,S01011268,Stevenston North West - 02,5c,Comfortable neighbourhoods,S02002117,Stevenston North West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185287 +185287,S00122375,6a3,Detached Retirement Living,S01011267,Stevenston North West - 01,5c,Comfortable neighbourhoods,S02002117,Stevenston North West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185288 +185288,S00122497,6a3,Detached Retirement Living,S01011295,Kilwinning Central and North - 02,5c,Comfortable neighbourhoods,S02002122,Kilwinning Central and North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185289 +185289,S00122499,6a3,Detached Retirement Living,S01011295,Kilwinning Central and North - 02,5c,Comfortable neighbourhoods,S02002122,Kilwinning Central and North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185290 +185290,S00122500,6a3,Detached Retirement Living,S01011295,Kilwinning Central and North - 02,5c,Comfortable neighbourhoods,S02002122,Kilwinning Central and North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185291 +185291,S00122501,6a3,Detached Retirement Living,S01011295,Kilwinning Central and North - 02,5c,Comfortable neighbourhoods,S02002122,Kilwinning Central and North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185292 +185292,S00122509,6a3,Detached Retirement Living,S01011312,West Kilbride and Seamill - 02,8b,Ageing suburbanites,S02002126,West Kilbride and Seamill,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185293 +185293,S00122510,6a3,Detached Retirement Living,S01011312,West Kilbride and Seamill - 02,8b,Ageing suburbanites,S02002126,West Kilbride and Seamill,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185294 +185294,S00122090,8b2,Hard-Pressed Rented Terraces,S01011217,Irvine Castlepark South - 01,4a,Challenged white communities,S02002106,Irvine Castlepark South,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185295 +185295,S00122511,6a3,Detached Retirement Living,S01011311,West Kilbride and Seamill - 01,8b,Ageing suburbanites,S02002126,West Kilbride and Seamill,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185296 +185296,S00122513,6a3,Detached Retirement Living,S01011311,West Kilbride and Seamill - 01,8b,Ageing suburbanites,S02002126,West Kilbride and Seamill,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185297 +185297,S00122531,6a3,Detached Retirement Living,S01011314,West Kilbride and Seamill - 04,5c,Comfortable neighbourhoods,S02002126,West Kilbride and Seamill,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185298 +185298,S00122571,6a3,Detached Retirement Living,S01011301,Dalry East and Rural - 03,8c,Comfortable suburbia,S02002123,Dalry East and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185299 +185299,S00122610,6a3,Detached Retirement Living,S01011342,Kilbirnie North - 05,5c,Comfortable neighbourhoods,S02002131,Kilbirnie North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185300 +185300,S00122611,6a3,Detached Retirement Living,S01011342,Kilbirnie North - 05,5c,Comfortable neighbourhoods,S02002131,Kilbirnie North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185301 +185301,S00122633,6a3,Detached Retirement Living,S01011348,Beith West - 01,5d,Endeavouring social renters,S02002133,Beith West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185302 +185302,S00122655,6a3,Detached Retirement Living,S01011350,Beith West - 03,8b,Ageing suburbanites,S02002133,Beith West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185303 +185303,S00122672,6a3,Detached Retirement Living,S01011354,Beith East and Rural - 03,5d,Endeavouring social renters,S02002134,Beith East and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185304 +185304,S00122686,6a3,Detached Retirement Living,S01011309,Fairlie and Rural - 03,8a,Affluent communities,S02002125,Fairlie and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185305 +185305,S00122725,6a3,Detached Retirement Living,S01011331,Largs North - 03,8b,Ageing suburbanites,S02002129,Largs North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185306 +185306,S00122727,6a3,Detached Retirement Living,S01011331,Largs North - 03,8b,Ageing suburbanites,S02002129,Largs North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185307 +185307,S00122735,6a3,Detached Retirement Living,S01011319,Largs South - 03,8a,Affluent communities,S02002127,Largs South,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185308 +185308,S00122737,6a3,Detached Retirement Living,S01011319,Largs South - 03,8a,Affluent communities,S02002127,Largs South,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185309 +185309,S00122772,6a3,Detached Retirement Living,S01011330,Largs North - 02,8b,Ageing suburbanites,S02002129,Largs North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185310 +185310,S00122775,6a3,Detached Retirement Living,S01011330,Largs North - 02,8b,Ageing suburbanites,S02002129,Largs North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185311 +185311,S00122392,8b2,Hard-Pressed Rented Terraces,S01011273,Stevenston Hayocks - 02,4a,Challenged white communities,S02002118,Stevenston Hayocks,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185312 +185312,S00122603,8b2,Hard-Pressed Rented Terraces,S01011344,Kilbirnie South and Longbar - 02,4a,Challenged white communities,S02002132,Kilbirnie South and Longbar,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185313 +185313,S00121989,8b2,Hard-Pressed Rented Terraces,S01011198,Irvine Bourtreehill - 03,4a,Challenged white communities,S02002102,Irvine Bourtreehill,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185314 +185314,S00122098,8b2,Hard-Pressed Rented Terraces,S01011215,Irvine Castlepark North - 04,4a,Challenged white communities,S02002105,Irvine Castlepark North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185315 +185315,S00122803,6a3,Detached Retirement Living,S01011309,Fairlie and Rural - 03,8a,Affluent communities,S02002125,Fairlie and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185316 +185316,S00123071,8b2,Hard-Pressed Rented Terraces,S01011209,Irvine Perceton and Lawthorn - 05,5d,Endeavouring social renters,S02002104,Irvine Perceton and Lawthorn,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185317 +185317,S00121990,8b2,Hard-Pressed Rented Terraces,S01011197,Irvine Bourtreehill - 02,4a,Challenged white communities,S02002102,Irvine Bourtreehill,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185318 +185318,S00122100,8b2,Hard-Pressed Rented Terraces,S01011214,Irvine Castlepark North - 03,4a,Challenged white communities,S02002105,Irvine Castlepark North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185319 +185319,S00122809,6a3,Detached Retirement Living,S01011331,Largs North - 03,8b,Ageing suburbanites,S02002129,Largs North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185320 +185320,S00122393,8b2,Hard-Pressed Rented Terraces,S01011275,Stevenston Hayocks - 04,4a,Challenged white communities,S02002118,Stevenston Hayocks,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185321 +185321,S00122626,8b2,Hard-Pressed Rented Terraces,S01011340,Kilbirnie North - 03,4a,Challenged white communities,S02002131,Kilbirnie North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185322 +185322,S00121991,8b2,Hard-Pressed Rented Terraces,S01011197,Irvine Bourtreehill - 02,4a,Challenged white communities,S02002102,Irvine Bourtreehill,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185323 +185323,S00122399,8b2,Hard-Pressed Rented Terraces,S01011276,Stevenston Hayocks - 05,4a,Challenged white communities,S02002118,Stevenston Hayocks,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185324 +185324,S00122101,8b2,Hard-Pressed Rented Terraces,S01011214,Irvine Castlepark North - 03,4a,Challenged white communities,S02002105,Irvine Castlepark North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185325 +185325,S00122628,8b2,Hard-Pressed Rented Terraces,S01011338,Kilbirnie North - 01,5d,Endeavouring social renters,S02002131,Kilbirnie North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185326 +185326,S00123080,8b2,Hard-Pressed Rented Terraces,S01011210,Irvine Perceton and Lawthorn - 06,8c,Comfortable suburbia,S02002104,Irvine Perceton and Lawthorn,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185327 +185327,S00121993,8b2,Hard-Pressed Rented Terraces,S01011197,Irvine Bourtreehill - 02,4a,Challenged white communities,S02002102,Irvine Bourtreehill,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185328 +185328,S00122811,6a3,Detached Retirement Living,S01011319,Largs South - 03,8a,Affluent communities,S02002127,Largs South,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185329 +185329,S00122400,8b2,Hard-Pressed Rented Terraces,S01011276,Stevenston Hayocks - 05,4a,Challenged white communities,S02002118,Stevenston Hayocks,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185330 +185330,S00122860,6a3,Detached Retirement Living,S01011247,Ardrossan North West - 02,5a,Ageing urban communities,S02002113,Ardrossan North West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185331 +185331,S00122102,8b2,Hard-Pressed Rented Terraces,S01011214,Irvine Castlepark North - 03,4a,Challenged white communities,S02002105,Irvine Castlepark North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185332 +185332,S00121994,8b2,Hard-Pressed Rented Terraces,S01011197,Irvine Bourtreehill - 02,4a,Challenged white communities,S02002102,Irvine Bourtreehill,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185333 +185333,S00122402,8b2,Hard-Pressed Rented Terraces,S01011274,Stevenston Hayocks - 03,4a,Challenged white communities,S02002118,Stevenston Hayocks,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185334 +185334,S00123084,8b2,Hard-Pressed Rented Terraces,S01011211,Irvine Perceton and Lawthorn - 07,5d,Endeavouring social renters,S02002104,Irvine Perceton and Lawthorn,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185335 +185335,S00122629,8b2,Hard-Pressed Rented Terraces,S01011338,Kilbirnie North - 01,5d,Endeavouring social renters,S02002131,Kilbirnie North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185336 +185336,S00122972,6a3,Detached Retirement Living,S01011254,Ardrossan North East - 05,8b,Ageing suburbanites,S02002114,Ardrossan North East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185337 +185337,S00122105,8b2,Hard-Pressed Rented Terraces,S01011212,Irvine Castlepark North - 01,4a,Challenged white communities,S02002105,Irvine Castlepark North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185338 +185338,S00121995,8b2,Hard-Pressed Rented Terraces,S01011196,Irvine Bourtreehill - 01,4a,Challenged white communities,S02002102,Irvine Bourtreehill,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185339 +185339,S00122405,8b2,Hard-Pressed Rented Terraces,S01011286,Kilwinning Pennyburn - 02,4a,Challenged white communities,S02002120,Kilwinning Pennyburn,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185340 +185340,S00122406,8b2,Hard-Pressed Rented Terraces,S01011286,Kilwinning Pennyburn - 02,4a,Challenged white communities,S02002120,Kilwinning Pennyburn,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185341 +185341,S00122408,8b2,Hard-Pressed Rented Terraces,S01011288,Kilwinning Pennyburn - 04,4a,Challenged white communities,S02002120,Kilwinning Pennyburn,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185342 +185342,S00122409,8b2,Hard-Pressed Rented Terraces,S01011287,Kilwinning Pennyburn - 03,4a,Challenged white communities,S02002120,Kilwinning Pennyburn,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185343 +185343,S00122410,8b2,Hard-Pressed Rented Terraces,S01011287,Kilwinning Pennyburn - 03,4a,Challenged white communities,S02002120,Kilwinning Pennyburn,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185344 +185344,S00122411,8b2,Hard-Pressed Rented Terraces,S01011288,Kilwinning Pennyburn - 04,4a,Challenged white communities,S02002120,Kilwinning Pennyburn,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185345 +185345,S00122412,8b2,Hard-Pressed Rented Terraces,S01011288,Kilwinning Pennyburn - 04,4a,Challenged white communities,S02002120,Kilwinning Pennyburn,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185346 +185346,S00122431,8b2,Hard-Pressed Rented Terraces,S01011285,Kilwinning Pennyburn - 01,4a,Challenged white communities,S02002120,Kilwinning Pennyburn,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185347 +185347,S00122433,8b2,Hard-Pressed Rented Terraces,S01011285,Kilwinning Pennyburn - 01,4a,Challenged white communities,S02002120,Kilwinning Pennyburn,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185348 +185348,S00122434,8b2,Hard-Pressed Rented Terraces,S01011285,Kilwinning Pennyburn - 01,4a,Challenged white communities,S02002120,Kilwinning Pennyburn,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185349 +185349,S00122435,8b2,Hard-Pressed Rented Terraces,S01011285,Kilwinning Pennyburn - 01,4a,Challenged white communities,S02002120,Kilwinning Pennyburn,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185350 +185350,S00122439,8b2,Hard-Pressed Rented Terraces,S01011293,Kilwinning West and Blacklands - 05,4a,Challenged white communities,S02002121,Kilwinning West and Blacklands,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185351 +185351,S00122440,8b2,Hard-Pressed Rented Terraces,S01011293,Kilwinning West and Blacklands - 05,4a,Challenged white communities,S02002121,Kilwinning West and Blacklands,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185352 +185352,S00122441,8b2,Hard-Pressed Rented Terraces,S01011294,Kilwinning Central and North - 01,4a,Challenged white communities,S02002122,Kilwinning Central and North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185353 +185353,S00122442,8b2,Hard-Pressed Rented Terraces,S01011293,Kilwinning West and Blacklands - 05,4a,Challenged white communities,S02002121,Kilwinning West and Blacklands,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185354 +185354,S00122443,8b2,Hard-Pressed Rented Terraces,S01011293,Kilwinning West and Blacklands - 05,4a,Challenged white communities,S02002121,Kilwinning West and Blacklands,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185355 +185355,S00122451,8b2,Hard-Pressed Rented Terraces,S01011293,Kilwinning West and Blacklands - 05,4a,Challenged white communities,S02002121,Kilwinning West and Blacklands,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185356 +185356,S00122452,8b2,Hard-Pressed Rented Terraces,S01011291,Kilwinning West and Blacklands - 03,4a,Challenged white communities,S02002121,Kilwinning West and Blacklands,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185357 +185357,S00122473,8b2,Hard-Pressed Rented Terraces,S01011289,Kilwinning West and Blacklands - 01,4a,Challenged white communities,S02002121,Kilwinning West and Blacklands,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185358 +185358,S00122474,8b2,Hard-Pressed Rented Terraces,S01011289,Kilwinning West and Blacklands - 01,4a,Challenged white communities,S02002121,Kilwinning West and Blacklands,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185359 +185359,S00122476,8b2,Hard-Pressed Rented Terraces,S01011289,Kilwinning West and Blacklands - 01,4a,Challenged white communities,S02002121,Kilwinning West and Blacklands,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185360 +185360,S00122478,8b2,Hard-Pressed Rented Terraces,S01011289,Kilwinning West and Blacklands - 01,4a,Challenged white communities,S02002121,Kilwinning West and Blacklands,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185361 +185361,S00122479,8b2,Hard-Pressed Rented Terraces,S01011289,Kilwinning West and Blacklands - 01,4a,Challenged white communities,S02002121,Kilwinning West and Blacklands,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185362 +185362,S00122490,8b2,Hard-Pressed Rented Terraces,S01011297,Kilwinning Central and North - 04,4a,Challenged white communities,S02002122,Kilwinning Central and North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185363 +185363,S00122537,8b2,Hard-Pressed Rented Terraces,S01011316,West Kilbride and Seamill - 06,5d,Endeavouring social renters,S02002126,West Kilbride and Seamill,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185364 +185364,S00122541,8b2,Hard-Pressed Rented Terraces,S01011316,West Kilbride and Seamill - 06,5d,Endeavouring social renters,S02002126,West Kilbride and Seamill,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185365 +185365,S00122546,8b2,Hard-Pressed Rented Terraces,S01011305,Dalry West - 03,5d,Endeavouring social renters,S02002124,Dalry West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185366 +185366,S00122548,8b2,Hard-Pressed Rented Terraces,S01011306,Dalry West - 04,5d,Endeavouring social renters,S02002124,Dalry West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185367 +185367,S00122557,8b2,Hard-Pressed Rented Terraces,S01011300,Dalry East and Rural - 02,4a,Challenged white communities,S02002123,Dalry East and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185368 +185368,S00122560,8b2,Hard-Pressed Rented Terraces,S01011300,Dalry East and Rural - 02,4a,Challenged white communities,S02002123,Dalry East and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185369 +185369,S00122561,8b2,Hard-Pressed Rented Terraces,S01011300,Dalry East and Rural - 02,4a,Challenged white communities,S02002123,Dalry East and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185370 +185370,S00122563,8b2,Hard-Pressed Rented Terraces,S01011304,Dalry West - 02,4a,Challenged white communities,S02002124,Dalry West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185371 +185371,S00122574,8b2,Hard-Pressed Rented Terraces,S01011346,Kilbirnie South and Longbar - 04,4a,Challenged white communities,S02002132,Kilbirnie South and Longbar,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185372 +185372,S00122575,8b2,Hard-Pressed Rented Terraces,S01011346,Kilbirnie South and Longbar - 04,4a,Challenged white communities,S02002132,Kilbirnie South and Longbar,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185373 +185373,S00122576,8b2,Hard-Pressed Rented Terraces,S01011346,Kilbirnie South and Longbar - 04,4a,Challenged white communities,S02002132,Kilbirnie South and Longbar,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185374 +185374,S00122577,8b2,Hard-Pressed Rented Terraces,S01011346,Kilbirnie South and Longbar - 04,4a,Challenged white communities,S02002132,Kilbirnie South and Longbar,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185375 +185375,S00122579,8b2,Hard-Pressed Rented Terraces,S01011346,Kilbirnie South and Longbar - 04,4a,Challenged white communities,S02002132,Kilbirnie South and Longbar,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185376 +185376,S00122580,8b2,Hard-Pressed Rented Terraces,S01011345,Kilbirnie South and Longbar - 03,4a,Challenged white communities,S02002132,Kilbirnie South and Longbar,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185377 +185377,S00122584,8b2,Hard-Pressed Rented Terraces,S01011345,Kilbirnie South and Longbar - 03,4a,Challenged white communities,S02002132,Kilbirnie South and Longbar,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185378 +185378,S00122585,8b2,Hard-Pressed Rented Terraces,S01011345,Kilbirnie South and Longbar - 03,4a,Challenged white communities,S02002132,Kilbirnie South and Longbar,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185379 +185379,S00122586,8b2,Hard-Pressed Rented Terraces,S01011345,Kilbirnie South and Longbar - 03,4a,Challenged white communities,S02002132,Kilbirnie South and Longbar,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185380 +185380,S00122593,8b2,Hard-Pressed Rented Terraces,S01011344,Kilbirnie South and Longbar - 02,4a,Challenged white communities,S02002132,Kilbirnie South and Longbar,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185381 +185381,S00122595,8b2,Hard-Pressed Rented Terraces,S01011344,Kilbirnie South and Longbar - 02,4a,Challenged white communities,S02002132,Kilbirnie South and Longbar,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185382 +185382,S00122006,8b2,Hard-Pressed Rented Terraces,S01011199,Irvine Girdle Toll and Staneca - 01,5d,Endeavouring social renters,S02002103,Irvine Girdle Toll and Staneca,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185383 +185383,S00122106,8b2,Hard-Pressed Rented Terraces,S01011212,Irvine Castlepark North - 01,4a,Challenged white communities,S02002105,Irvine Castlepark North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185384 +185384,S00122995,6a3,Detached Retirement Living,S01011247,Ardrossan North West - 02,5a,Ageing urban communities,S02002113,Ardrossan North West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185385 +185385,S00123001,6a3,Detached Retirement Living,S01011257,Saltcoats North West - 03,8b,Ageing suburbanites,S02002115,Saltcoats North West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185386 +185386,S00122630,8b2,Hard-Pressed Rented Terraces,S01011338,Kilbirnie North - 01,5d,Endeavouring social renters,S02002131,Kilbirnie North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185387 +185387,S00122007,8b2,Hard-Pressed Rented Terraces,S01011199,Irvine Girdle Toll and Staneca - 01,5d,Endeavouring social renters,S02002103,Irvine Girdle Toll and Staneca,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185388 +185388,S00122643,8b2,Hard-Pressed Rented Terraces,S01011348,Beith West - 01,5d,Endeavouring social renters,S02002133,Beith West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185389 +185389,S00123059,6a3,Detached Retirement Living,S01011332,Largs North - 04,8a,Affluent communities,S02002129,Largs North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185390 +185390,S00123085,8b2,Hard-Pressed Rented Terraces,S01011207,Irvine Perceton and Lawthorn - 03,5c,Comfortable neighbourhoods,S02002104,Irvine Perceton and Lawthorn,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185391 +185391,S00122107,8b2,Hard-Pressed Rented Terraces,S01011213,Irvine Castlepark North - 02,4a,Challenged white communities,S02002105,Irvine Castlepark North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185392 +185392,S00123093,8b2,Hard-Pressed Rented Terraces,S01011282,Kilwinning Whitehirst Park and Woodside - 06,8c,Comfortable suburbia,S02002119,Kilwinning Whitehirst Park and Woodside,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185393 +185393,S00122008,8b2,Hard-Pressed Rented Terraces,S01011200,Irvine Girdle Toll and Staneca - 02,5d,Endeavouring social renters,S02002103,Irvine Girdle Toll and Staneca,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185394 +185394,S00122645,8b2,Hard-Pressed Rented Terraces,S01011351,Beith West - 04,4a,Challenged white communities,S02002133,Beith West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185395 +185395,S00123081,6a3,Detached Retirement Living,S01011210,Irvine Perceton and Lawthorn - 06,8c,Comfortable suburbia,S02002104,Irvine Perceton and Lawthorn,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185396 +185396,S00122108,8b2,Hard-Pressed Rented Terraces,S01011213,Irvine Castlepark North - 02,4a,Challenged white communities,S02002105,Irvine Castlepark North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185397 +185397,S00122926,6a1,Indian Tech Achievers,S01011173,Arran - 03,2a,Ageing rural neighbourhoods,S02002097,Arran,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185398 +185398,S00122009,8b2,Hard-Pressed Rented Terraces,S01011199,Irvine Girdle Toll and Staneca - 01,5d,Endeavouring social renters,S02002103,Irvine Girdle Toll and Staneca,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185399 +185399,S00122647,8b2,Hard-Pressed Rented Terraces,S01011348,Beith West - 01,5d,Endeavouring social renters,S02002133,Beith West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185400 +185400,S00123100,6a3,Detached Retirement Living,S01011281,Kilwinning Whitehirst Park and Woodside - 05,8c,Comfortable suburbia,S02002119,Kilwinning Whitehirst Park and Woodside,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185401 +185401,S00121889,8a2,Industrious Hardship,S01011205,Irvine Perceton and Lawthorn - 01,8c,Comfortable suburbia,S02002104,Irvine Perceton and Lawthorn,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185402 +185402,S00122109,8b2,Hard-Pressed Rented Terraces,S01011213,Irvine Castlepark North - 02,4a,Challenged white communities,S02002105,Irvine Castlepark North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185403 +185403,S00121943,8a2,Industrious Hardship,S01011191,Dreghorn - 05,4a,Challenged white communities,S02002100,Dreghorn,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185404 +185404,S00122010,8b2,Hard-Pressed Rented Terraces,S01011200,Irvine Girdle Toll and Staneca - 02,5d,Endeavouring social renters,S02002103,Irvine Girdle Toll and Staneca,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185405 +185405,S00122649,8b2,Hard-Pressed Rented Terraces,S01011348,Beith West - 01,5d,Endeavouring social renters,S02002133,Beith West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185406 +185406,S00121913,1c3,Detached Rural Retirement,S01011171,Arran - 01,2c,Remoter communities,S02002097,Arran,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185407 +185407,S00122110,8b2,Hard-Pressed Rented Terraces,S01011213,Irvine Castlepark North - 02,4a,Challenged white communities,S02002105,Irvine Castlepark North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185408 +185408,S00122011,8b2,Hard-Pressed Rented Terraces,S01011200,Irvine Girdle Toll and Staneca - 02,5d,Endeavouring social renters,S02002103,Irvine Girdle Toll and Staneca,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185409 +185409,S00121948,8a2,Industrious Hardship,S01011190,Dreghorn - 04,4a,Challenged white communities,S02002100,Dreghorn,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185410 +185410,S00122654,8b2,Hard-Pressed Rented Terraces,S01011355,Beith East and Rural - 04,5e,Primary sector workers,S02002134,Beith East and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185411 +185411,S00121917,1c3,Detached Rural Retirement,S01011174,Arran - 04,2a,Ageing rural neighbourhoods,S02002097,Arran,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185412 +185412,S00122143,8b2,Hard-Pressed Rented Terraces,S01011223,Irvine East - 03,4a,Challenged white communities,S02002107,Irvine East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185413 +185413,S00122018,8b2,Hard-Pressed Rented Terraces,S01011209,Irvine Perceton and Lawthorn - 05,5d,Endeavouring social renters,S02002104,Irvine Perceton and Lawthorn,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185414 +185414,S00122015,8a2,Industrious Hardship,S01011201,Irvine Girdle Toll and Staneca - 03,5d,Endeavouring social renters,S02002103,Irvine Girdle Toll and Staneca,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185415 +185415,S00122657,8b2,Hard-Pressed Rented Terraces,S01011351,Beith West - 04,4a,Challenged white communities,S02002133,Beith West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185416 +185416,S00121921,1c3,Detached Rural Retirement,S01011173,Arran - 03,2a,Ageing rural neighbourhoods,S02002097,Arran,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185417 +185417,S00121932,1c3,Detached Rural Retirement,S01011177,Arran - 07,2a,Ageing rural neighbourhoods,S02002097,Arran,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185418 +185418,S00122037,7b1,Eastern European Communities,S01011230,Irvine Fullarton - 02,4d,Hard-pressed flat dwellers,S02002109,Irvine Fullarton,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185419 +185419,S00122274,7b1,Eastern European Communities,S01011240,Saltcoats Central - 04,4d,Hard-pressed flat dwellers,S02002111,Saltcoats Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185420 +185420,S00122290,7b1,Eastern European Communities,S01011240,Saltcoats Central - 04,4d,Hard-pressed flat dwellers,S02002111,Saltcoats Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185421 +185421,S00122299,7b1,Eastern European Communities,S01011238,Saltcoats Central - 02,4d,Hard-pressed flat dwellers,S02002111,Saltcoats Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185422 +185422,S00122379,7b1,Eastern European Communities,S01011272,Stevenston Hayocks - 01,4a,Challenged white communities,S02002118,Stevenston Hayocks,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185423 +185423,S00122457,7b1,Eastern European Communities,S01011294,Kilwinning Central and North - 01,4a,Challenged white communities,S02002122,Kilwinning Central and North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185424 +185424,S00122854,7b1,Eastern European Communities,S01011227,Irvine Central - 03,4d,Hard-pressed flat dwellers,S02002108,Irvine Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185425 +185425,S00122961,7b1,Eastern European Communities,S01011228,Irvine Central - 04,4a,Challenged white communities,S02002108,Irvine Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185426 +185426,S00122226,7b3,Endeavouring Flat Dwellers,S01011243,Ardrossan Central - 02,4d,Hard-pressed flat dwellers,S02002112,Ardrossan Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185427 +185427,S00122227,7b3,Endeavouring Flat Dwellers,S01011243,Ardrossan Central - 02,4d,Hard-pressed flat dwellers,S02002112,Ardrossan Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185428 +185428,S00122231,7b3,Endeavouring Flat Dwellers,S01011244,Ardrossan Central - 03,4d,Hard-pressed flat dwellers,S02002112,Ardrossan Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185429 +185429,S00122234,7b3,Endeavouring Flat Dwellers,S01011242,Ardrossan Central - 01,5a,Ageing urban communities,S02002112,Ardrossan Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185430 +185430,S00122236,7b3,Endeavouring Flat Dwellers,S01011242,Ardrossan Central - 01,5a,Ageing urban communities,S02002112,Ardrossan Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185431 +185431,S00122241,7b3,Endeavouring Flat Dwellers,S01011244,Ardrossan Central - 03,4d,Hard-pressed flat dwellers,S02002112,Ardrossan Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185432 +185432,S00122248,7b3,Endeavouring Flat Dwellers,S01011241,Saltcoats Central - 05,5a,Ageing urban communities,S02002111,Saltcoats Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185433 +185433,S00122067,7b3,Endeavouring Flat Dwellers,S01011220,Irvine Castlepark South - 04,4a,Challenged white communities,S02002106,Irvine Castlepark South,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185434 +185434,S00122132,7b3,Endeavouring Flat Dwellers,S01011186,Irvine Tarryholme - 04,5c,Comfortable neighbourhoods,S02002099,Irvine Tarryholme,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185435 +185435,S00122268,7b3,Endeavouring Flat Dwellers,S01011237,Saltcoats Central - 01,4a,Challenged white communities,S02002111,Saltcoats Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185436 +185436,S00122273,7b3,Endeavouring Flat Dwellers,S01011240,Saltcoats Central - 04,4d,Hard-pressed flat dwellers,S02002111,Saltcoats Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185437 +185437,S00122277,7b3,Endeavouring Flat Dwellers,S01011240,Saltcoats Central - 04,4d,Hard-pressed flat dwellers,S02002111,Saltcoats Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185438 +185438,S00122278,7b3,Endeavouring Flat Dwellers,S01011241,Saltcoats Central - 05,5a,Ageing urban communities,S02002111,Saltcoats Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185439 +185439,S00122279,7b3,Endeavouring Flat Dwellers,S01011241,Saltcoats Central - 05,5a,Ageing urban communities,S02002111,Saltcoats Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185440 +185440,S00122295,7b3,Endeavouring Flat Dwellers,S01011238,Saltcoats Central - 02,4d,Hard-pressed flat dwellers,S02002111,Saltcoats Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185441 +185441,S00122296,7b3,Endeavouring Flat Dwellers,S01011238,Saltcoats Central - 02,4d,Hard-pressed flat dwellers,S02002111,Saltcoats Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185442 +185442,S00122365,7b3,Endeavouring Flat Dwellers,S01011269,Stevenston North West - 03,4a,Challenged white communities,S02002117,Stevenston North West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185443 +185443,S00122504,7b3,Endeavouring Flat Dwellers,S01011295,Kilwinning Central and North - 02,5c,Comfortable neighbourhoods,S02002122,Kilwinning Central and North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185444 +185444,S00122550,7b3,Endeavouring Flat Dwellers,S01011302,Dalry East and Rural - 04,4d,Hard-pressed flat dwellers,S02002123,Dalry East and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185445 +185445,S00122708,7b3,Endeavouring Flat Dwellers,S01011318,Largs South - 02,5a,Ageing urban communities,S02002127,Largs South,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185446 +185446,S00122711,7b3,Endeavouring Flat Dwellers,S01011326,Largs Central and Cumbrae - 05,4d,Hard-pressed flat dwellers,S02002128,Largs Central and Cumbrae,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185447 +185447,S00122745,7b3,Endeavouring Flat Dwellers,S01011326,Largs Central and Cumbrae - 05,4d,Hard-pressed flat dwellers,S02002128,Largs Central and Cumbrae,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185448 +185448,S00122746,7b3,Endeavouring Flat Dwellers,S01011326,Largs Central and Cumbrae - 05,4d,Hard-pressed flat dwellers,S02002128,Largs Central and Cumbrae,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185449 +185449,S00122749,7b3,Endeavouring Flat Dwellers,S01011325,Largs Central and Cumbrae - 04,4d,Hard-pressed flat dwellers,S02002128,Largs Central and Cumbrae,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185450 +185450,S00122752,7b3,Endeavouring Flat Dwellers,S01011325,Largs Central and Cumbrae - 04,4d,Hard-pressed flat dwellers,S02002128,Largs Central and Cumbrae,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185451 +185451,S00122813,7b3,Endeavouring Flat Dwellers,S01011325,Largs Central and Cumbrae - 04,4d,Hard-pressed flat dwellers,S02002128,Largs Central and Cumbrae,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185452 +185452,S00122144,8b2,Hard-Pressed Rented Terraces,S01011224,Irvine East - 04,4a,Challenged white communities,S02002107,Irvine East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185453 +185453,S00122021,8b2,Hard-Pressed Rented Terraces,S01011202,Irvine Girdle Toll and Staneca - 04,4a,Challenged white communities,S02002103,Irvine Girdle Toll and Staneca,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185454 +185454,S00122023,8a2,Industrious Hardship,S01011209,Irvine Perceton and Lawthorn - 05,5d,Endeavouring social renters,S02002104,Irvine Perceton and Lawthorn,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185455 +185455,S00122146,8b2,Hard-Pressed Rented Terraces,S01011222,Irvine East - 02,4a,Challenged white communities,S02002107,Irvine East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185456 +185456,S00122024,8b2,Hard-Pressed Rented Terraces,S01011209,Irvine Perceton and Lawthorn - 05,5d,Endeavouring social renters,S02002104,Irvine Perceton and Lawthorn,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185457 +185457,S00122663,8b2,Hard-Pressed Rented Terraces,S01011355,Beith East and Rural - 04,5e,Primary sector workers,S02002134,Beith East and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185458 +185458,S00122203,8a2,Industrious Hardship,S01011251,Ardrossan North East - 02,4a,Challenged white communities,S02002114,Ardrossan North East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185459 +185459,S00122148,8b2,Hard-Pressed Rented Terraces,S01011223,Irvine East - 03,4a,Challenged white communities,S02002107,Irvine East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185460 +185460,S00122025,8b2,Hard-Pressed Rented Terraces,S01011203,Irvine Girdle Toll and Staneca - 05,5d,Endeavouring social renters,S02002103,Irvine Girdle Toll and Staneca,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185461 +185461,S00122668,8b2,Hard-Pressed Rented Terraces,S01011353,Beith East and Rural - 02,5a,Ageing urban communities,S02002134,Beith East and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185462 +185462,S00122160,8a2,Industrious Hardship,S01011226,Irvine Central - 02,5a,Ageing urban communities,S02002108,Irvine Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185463 +185463,S00122149,8b2,Hard-Pressed Rented Terraces,S01011223,Irvine East - 03,4a,Challenged white communities,S02002107,Irvine East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185464 +185464,S00122026,8b2,Hard-Pressed Rented Terraces,S01011203,Irvine Girdle Toll and Staneca - 05,5d,Endeavouring social renters,S02002103,Irvine Girdle Toll and Staneca,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185465 +185465,S00122693,8b2,Hard-Pressed Rented Terraces,S01011310,Fairlie and Rural - 04,5c,Comfortable neighbourhoods,S02002125,Fairlie and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185466 +185466,S00122166,8a2,Industrious Hardship,S01011219,Irvine Castlepark South - 03,4a,Challenged white communities,S02002106,Irvine Castlepark South,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185467 +185467,S00122150,8b2,Hard-Pressed Rented Terraces,S01011223,Irvine East - 03,4a,Challenged white communities,S02002107,Irvine East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185468 +185468,S00122151,8b2,Hard-Pressed Rented Terraces,S01011222,Irvine East - 02,4a,Challenged white communities,S02002107,Irvine East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185469 +185469,S00122152,8b2,Hard-Pressed Rented Terraces,S01011223,Irvine East - 03,4a,Challenged white communities,S02002107,Irvine East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185470 +185470,S00122153,8b2,Hard-Pressed Rented Terraces,S01011222,Irvine East - 02,4a,Challenged white communities,S02002107,Irvine East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185471 +185471,S00122154,8b2,Hard-Pressed Rented Terraces,S01011222,Irvine East - 02,4a,Challenged white communities,S02002107,Irvine East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185472 +185472,S00122155,8b2,Hard-Pressed Rented Terraces,S01011221,Irvine East - 01,4a,Challenged white communities,S02002107,Irvine East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185473 +185473,S00122159,8b2,Hard-Pressed Rented Terraces,S01011225,Irvine Central - 01,4a,Challenged white communities,S02002108,Irvine Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185474 +185474,S00122165,8b2,Hard-Pressed Rented Terraces,S01011218,Irvine Castlepark South - 02,4a,Challenged white communities,S02002106,Irvine Castlepark South,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185475 +185475,S00122167,8b2,Hard-Pressed Rented Terraces,S01011222,Irvine East - 02,4a,Challenged white communities,S02002107,Irvine East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185476 +185476,S00122179,8b2,Hard-Pressed Rented Terraces,S01011179,Springside and Rural - 02,4a,Challenged white communities,S02002098,Springside and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185477 +185477,S00122181,8b2,Hard-Pressed Rented Terraces,S01011179,Springside and Rural - 02,4a,Challenged white communities,S02002098,Springside and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185478 +185478,S00122185,8b2,Hard-Pressed Rented Terraces,S01011253,Ardrossan North East - 04,4a,Challenged white communities,S02002114,Ardrossan North East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185479 +185479,S00122302,8b2,Hard-Pressed Rented Terraces,S01011237,Saltcoats Central - 01,4a,Challenged white communities,S02002111,Saltcoats Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185480 +185480,S00122303,8b2,Hard-Pressed Rented Terraces,S01011237,Saltcoats Central - 01,4a,Challenged white communities,S02002111,Saltcoats Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185481 +185481,S00122306,8b2,Hard-Pressed Rented Terraces,S01011237,Saltcoats Central - 01,4a,Challenged white communities,S02002111,Saltcoats Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185482 +185482,S00122308,8b2,Hard-Pressed Rented Terraces,S01011263,Saltcoats North East - 03,5a,Ageing urban communities,S02002116,Saltcoats North East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185483 +185483,S00122309,8b2,Hard-Pressed Rented Terraces,S01011263,Saltcoats North East - 03,5a,Ageing urban communities,S02002116,Saltcoats North East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185484 +185484,S00122311,8b2,Hard-Pressed Rented Terraces,S01011263,Saltcoats North East - 03,5a,Ageing urban communities,S02002116,Saltcoats North East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185485 +185485,S00122312,8b2,Hard-Pressed Rented Terraces,S01011262,Saltcoats North East - 02,5d,Endeavouring social renters,S02002116,Saltcoats North East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185486 +185486,S00122318,8b2,Hard-Pressed Rented Terraces,S01011261,Saltcoats North East - 01,4a,Challenged white communities,S02002116,Saltcoats North East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185487 +185487,S00122322,8b2,Hard-Pressed Rented Terraces,S01011266,Saltcoats North East - 06,5d,Endeavouring social renters,S02002116,Saltcoats North East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185488 +185488,S00122323,8b2,Hard-Pressed Rented Terraces,S01011266,Saltcoats North East - 06,5d,Endeavouring social renters,S02002116,Saltcoats North East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185489 +185489,S00122329,8b2,Hard-Pressed Rented Terraces,S01011265,Saltcoats North East - 05,4a,Challenged white communities,S02002116,Saltcoats North East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185490 +185490,S00122331,8b2,Hard-Pressed Rented Terraces,S01011264,Saltcoats North East - 04,4a,Challenged white communities,S02002116,Saltcoats North East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185491 +185491,S00122333,8b2,Hard-Pressed Rented Terraces,S01011265,Saltcoats North East - 05,4a,Challenged white communities,S02002116,Saltcoats North East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185492 +185492,S00122334,8b2,Hard-Pressed Rented Terraces,S01011263,Saltcoats North East - 03,5a,Ageing urban communities,S02002116,Saltcoats North East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185493 +185493,S00122337,8b2,Hard-Pressed Rented Terraces,S01011265,Saltcoats North East - 05,4a,Challenged white communities,S02002116,Saltcoats North East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185494 +185494,S00122345,8b2,Hard-Pressed Rented Terraces,S01011234,Stevenston Ardeer - 02,4a,Challenged white communities,S02002110,Stevenston Ardeer,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185495 +185495,S00122351,8b2,Hard-Pressed Rented Terraces,S01011235,Stevenston Ardeer - 03,4a,Challenged white communities,S02002110,Stevenston Ardeer,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185496 +185496,S00122355,8b2,Hard-Pressed Rented Terraces,S01011236,Stevenston Ardeer - 04,4a,Challenged white communities,S02002110,Stevenston Ardeer,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185497 +185497,S00122368,8b2,Hard-Pressed Rented Terraces,S01011272,Stevenston Hayocks - 01,4a,Challenged white communities,S02002118,Stevenston Hayocks,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185498 +185498,S00122372,8b2,Hard-Pressed Rented Terraces,S01011271,Stevenston North West - 05,5a,Ageing urban communities,S02002117,Stevenston North West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185499 +185499,S00122373,8b2,Hard-Pressed Rented Terraces,S01011271,Stevenston North West - 05,5a,Ageing urban communities,S02002117,Stevenston North West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185500 +185500,S00122027,8b2,Hard-Pressed Rented Terraces,S01011203,Irvine Girdle Toll and Staneca - 05,5d,Endeavouring social renters,S02002103,Irvine Girdle Toll and Staneca,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185501 +185501,S00122028,8b2,Hard-Pressed Rented Terraces,S01011203,Irvine Girdle Toll and Staneca - 05,5d,Endeavouring social renters,S02002103,Irvine Girdle Toll and Staneca,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185502 +185502,S00122177,8a2,Industrious Hardship,S01011180,Springside and Rural - 03,4a,Challenged white communities,S02002098,Springside and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185503 +185503,S00122029,8b2,Hard-Pressed Rented Terraces,S01011203,Irvine Girdle Toll and Staneca - 05,5d,Endeavouring social renters,S02002103,Irvine Girdle Toll and Staneca,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185504 +185504,S00122313,8a2,Industrious Hardship,S01011262,Saltcoats North East - 02,5d,Endeavouring social renters,S02002116,Saltcoats North East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185505 +185505,S00122030,8b2,Hard-Pressed Rented Terraces,S01011203,Irvine Girdle Toll and Staneca - 05,5d,Endeavouring social renters,S02002103,Irvine Girdle Toll and Staneca,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185506 +185506,S00122320,8a2,Industrious Hardship,S01011266,Saltcoats North East - 06,5d,Endeavouring social renters,S02002116,Saltcoats North East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185507 +185507,S00122041,8b2,Hard-Pressed Rented Terraces,S01011231,Irvine Fullarton - 03,4a,Challenged white communities,S02002109,Irvine Fullarton,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185508 +185508,S00122002,8b2,Hard-Pressed Rented Terraces,S01011196,Irvine Bourtreehill - 01,4a,Challenged white communities,S02002102,Irvine Bourtreehill,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185509 +185509,S00122003,8b2,Hard-Pressed Rented Terraces,S01011196,Irvine Bourtreehill - 01,4a,Challenged white communities,S02002102,Irvine Bourtreehill,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185510 +185510,S00122759,8b2,Hard-Pressed Rented Terraces,S01011321,Largs South - 05,5b,Aspiring urban households,S02002127,Largs South,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185511 +185511,S00122326,8a2,Industrious Hardship,S01011266,Saltcoats North East - 06,5d,Endeavouring social renters,S02002116,Saltcoats North East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185512 +185512,S00122192,8b2,Hard-Pressed Rented Terraces,S01011253,Ardrossan North East - 04,4a,Challenged white communities,S02002114,Ardrossan North East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185513 +185513,S00122762,8b2,Hard-Pressed Rented Terraces,S01011321,Largs South - 05,5b,Aspiring urban households,S02002127,Largs South,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185514 +185514,S00122330,8a2,Industrious Hardship,S01011264,Saltcoats North East - 04,4a,Challenged white communities,S02002116,Saltcoats North East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185515 +185515,S00122195,8b2,Hard-Pressed Rented Terraces,S01011252,Ardrossan North East - 03,4a,Challenged white communities,S02002114,Ardrossan North East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185516 +185516,S00122831,8b2,Hard-Pressed Rented Terraces,S01011191,Dreghorn - 05,4a,Challenged white communities,S02002100,Dreghorn,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185517 +185517,S00122354,8a2,Industrious Hardship,S01011236,Stevenston Ardeer - 04,4a,Challenged white communities,S02002110,Stevenston Ardeer,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185518 +185518,S00122429,8a2,Industrious Hardship,S01011288,Kilwinning Pennyburn - 04,4a,Challenged white communities,S02002120,Kilwinning Pennyburn,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185519 +185519,S00122455,8a2,Industrious Hardship,S01011291,Kilwinning West and Blacklands - 03,4a,Challenged white communities,S02002121,Kilwinning West and Blacklands,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185520 +185520,S00122470,8a2,Industrious Hardship,S01011290,Kilwinning West and Blacklands - 02,5a,Ageing urban communities,S02002121,Kilwinning West and Blacklands,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185521 +185521,S00122471,8a2,Industrious Hardship,S01011290,Kilwinning West and Blacklands - 02,5a,Ageing urban communities,S02002121,Kilwinning West and Blacklands,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185522 +185522,S00122475,8a2,Industrious Hardship,S01011289,Kilwinning West and Blacklands - 01,4a,Challenged white communities,S02002121,Kilwinning West and Blacklands,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185523 +185523,S00122493,8a2,Industrious Hardship,S01011298,Kilwinning Central and North - 05,4a,Challenged white communities,S02002122,Kilwinning Central and North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185524 +185524,S00122539,8a2,Industrious Hardship,S01011315,West Kilbride and Seamill - 05,5c,Comfortable neighbourhoods,S02002126,West Kilbride and Seamill,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185525 +185525,S00122543,8a2,Industrious Hardship,S01011305,Dalry West - 03,5d,Endeavouring social renters,S02002124,Dalry West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185526 +185526,S00122555,8a2,Industrious Hardship,S01011300,Dalry East and Rural - 02,4a,Challenged white communities,S02002123,Dalry East and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185527 +185527,S00122594,8a2,Industrious Hardship,S01011343,Kilbirnie South and Longbar - 01,4a,Challenged white communities,S02002132,Kilbirnie South and Longbar,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185528 +185528,S00122625,8a2,Industrious Hardship,S01011340,Kilbirnie North - 03,4a,Challenged white communities,S02002131,Kilbirnie North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185529 +185529,S00122627,8a2,Industrious Hardship,S01011339,Kilbirnie North - 02,5d,Endeavouring social renters,S02002131,Kilbirnie North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185530 +185530,S00122646,8a2,Industrious Hardship,S01011348,Beith West - 01,5d,Endeavouring social renters,S02002133,Beith West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185531 +185531,S00122665,8a2,Industrious Hardship,S01011353,Beith East and Rural - 02,5a,Ageing urban communities,S02002134,Beith East and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185532 +185532,S00122683,8a2,Industrious Hardship,S01011328,Largs Central and Cumbrae - 07,2d,Rural traits,S02002128,Largs Central and Cumbrae,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185533 +185533,S00122971,8a2,Industrious Hardship,S01011179,Springside and Rural - 02,4a,Challenged white communities,S02002098,Springside and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185534 +185534,S00122999,8a2,Industrious Hardship,S01011262,Saltcoats North East - 02,5d,Endeavouring social renters,S02002116,Saltcoats North East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185535 +185535,S00123046,8a2,Industrious Hardship,S01011355,Beith East and Rural - 04,5e,Primary sector workers,S02002134,Beith East and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185536 +185536,S00123094,8a2,Industrious Hardship,S01011282,Kilwinning Whitehirst Park and Woodside - 06,8c,Comfortable suburbia,S02002119,Kilwinning Whitehirst Park and Woodside,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185537 +185537,S00121926,8a1,Industrious Transitions,S01011175,Arran - 05,5e,Primary sector workers,S02002097,Arran,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185538 +185538,S00121962,8a1,Industrious Transitions,S01011204,Irvine Girdle Toll and Staneca - 06,8c,Comfortable suburbia,S02002103,Irvine Girdle Toll and Staneca,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185539 +185539,S00122022,8a1,Industrious Transitions,S01011209,Irvine Perceton and Lawthorn - 05,5d,Endeavouring social renters,S02002104,Irvine Perceton and Lawthorn,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185540 +185540,S00121999,8a1,Industrious Transitions,S01011202,Irvine Girdle Toll and Staneca - 04,4a,Challenged white communities,S02002103,Irvine Girdle Toll and Staneca,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185541 +185541,S00122219,8a1,Industrious Transitions,S01011249,Ardrossan North West - 04,8b,Ageing suburbanites,S02002113,Ardrossan North West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185542 +185542,S00122347,8a1,Industrious Transitions,S01011234,Stevenston Ardeer - 02,4a,Challenged white communities,S02002110,Stevenston Ardeer,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185543 +185543,S00122384,8a1,Industrious Transitions,S01011274,Stevenston Hayocks - 03,4a,Challenged white communities,S02002118,Stevenston Hayocks,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185544 +185544,S00122467,8a1,Industrious Transitions,S01011290,Kilwinning West and Blacklands - 02,5a,Ageing urban communities,S02002121,Kilwinning West and Blacklands,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185545 +185545,S00122565,8a1,Industrious Transitions,S01011304,Dalry West - 02,4a,Challenged white communities,S02002124,Dalry West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185546 +185546,S00122832,8b2,Hard-Pressed Rented Terraces,S01011191,Dreghorn - 05,4a,Challenged white communities,S02002100,Dreghorn,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185547 +185547,S00122197,8b2,Hard-Pressed Rented Terraces,S01011252,Ardrossan North East - 03,4a,Challenged white communities,S02002114,Ardrossan North East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185548 +185548,S00122199,8b2,Hard-Pressed Rented Terraces,S01011253,Ardrossan North East - 04,4a,Challenged white communities,S02002114,Ardrossan North East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185549 +185549,S00122836,8b2,Hard-Pressed Rented Terraces,S01011196,Irvine Bourtreehill - 01,4a,Challenged white communities,S02002102,Irvine Bourtreehill,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185550 +185550,S00122200,8b2,Hard-Pressed Rented Terraces,S01011253,Ardrossan North East - 04,4a,Challenged white communities,S02002114,Ardrossan North East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185551 +185551,S00122839,8b2,Hard-Pressed Rented Terraces,S01011201,Irvine Girdle Toll and Staneca - 03,5d,Endeavouring social renters,S02002103,Irvine Girdle Toll and Staneca,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185552 +185552,S00122202,8b2,Hard-Pressed Rented Terraces,S01011251,Ardrossan North East - 02,4a,Challenged white communities,S02002114,Ardrossan North East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185553 +185553,S00122840,8b2,Hard-Pressed Rented Terraces,S01011206,Irvine Perceton and Lawthorn - 02,5b,Aspiring urban households,S02002104,Irvine Perceton and Lawthorn,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185554 +185554,S00122204,8b2,Hard-Pressed Rented Terraces,S01011251,Ardrossan North East - 02,4a,Challenged white communities,S02002114,Ardrossan North East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185555 +185555,S00122867,8b2,Hard-Pressed Rented Terraces,S01011270,Stevenston North West - 04,4a,Challenged white communities,S02002117,Stevenston North West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185556 +185556,S00122206,8b2,Hard-Pressed Rented Terraces,S01011251,Ardrossan North East - 02,4a,Challenged white communities,S02002114,Ardrossan North East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185557 +185557,S00122868,8b2,Hard-Pressed Rented Terraces,S01011270,Stevenston North West - 04,4a,Challenged white communities,S02002117,Stevenston North West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185558 +185558,S00122207,8b2,Hard-Pressed Rented Terraces,S01011251,Ardrossan North East - 02,4a,Challenged white communities,S02002114,Ardrossan North East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185559 +185559,S00122208,8b2,Hard-Pressed Rented Terraces,S01011251,Ardrossan North East - 02,4a,Challenged white communities,S02002114,Ardrossan North East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185560 +185560,S00122209,8b2,Hard-Pressed Rented Terraces,S01011250,Ardrossan North East - 01,4a,Challenged white communities,S02002114,Ardrossan North East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185561 +185561,S00122211,8b2,Hard-Pressed Rented Terraces,S01011250,Ardrossan North East - 01,4a,Challenged white communities,S02002114,Ardrossan North East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185562 +185562,S00122212,8b2,Hard-Pressed Rented Terraces,S01011250,Ardrossan North East - 01,4a,Challenged white communities,S02002114,Ardrossan North East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185563 +185563,S00122215,8b2,Hard-Pressed Rented Terraces,S01011250,Ardrossan North East - 01,4a,Challenged white communities,S02002114,Ardrossan North East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185564 +185564,S00122217,8b2,Hard-Pressed Rented Terraces,S01011248,Ardrossan North West - 03,5d,Endeavouring social renters,S02002113,Ardrossan North West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185565 +185565,S00122238,8b2,Hard-Pressed Rented Terraces,S01011245,Ardrossan Central - 04,4a,Challenged white communities,S02002112,Ardrossan Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185566 +185566,S00122245,8b2,Hard-Pressed Rented Terraces,S01011247,Ardrossan North West - 02,5a,Ageing urban communities,S02002113,Ardrossan North West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185567 +185567,S00122059,8b2,Hard-Pressed Rented Terraces,S01011221,Irvine East - 01,4a,Challenged white communities,S02002107,Irvine East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185568 +185568,S00122060,8b2,Hard-Pressed Rented Terraces,S01011221,Irvine East - 01,4a,Challenged white communities,S02002107,Irvine East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185569 +185569,S00122061,8b2,Hard-Pressed Rented Terraces,S01011221,Irvine East - 01,4a,Challenged white communities,S02002107,Irvine East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185570 +185570,S00122069,8b2,Hard-Pressed Rented Terraces,S01011220,Irvine Castlepark South - 04,4a,Challenged white communities,S02002106,Irvine Castlepark South,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185571 +185571,S00122070,8b2,Hard-Pressed Rented Terraces,S01011220,Irvine Castlepark South - 04,4a,Challenged white communities,S02002106,Irvine Castlepark South,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185572 +185572,S00122071,8b2,Hard-Pressed Rented Terraces,S01011220,Irvine Castlepark South - 04,4a,Challenged white communities,S02002106,Irvine Castlepark South,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185573 +185573,S00122075,8b2,Hard-Pressed Rented Terraces,S01011219,Irvine Castlepark South - 03,4a,Challenged white communities,S02002106,Irvine Castlepark South,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185574 +185574,S00122076,8b2,Hard-Pressed Rented Terraces,S01011219,Irvine Castlepark South - 03,4a,Challenged white communities,S02002106,Irvine Castlepark South,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185575 +185575,S00122879,8b2,Hard-Pressed Rented Terraces,S01011285,Kilwinning Pennyburn - 01,4a,Challenged white communities,S02002120,Kilwinning Pennyburn,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185576 +185576,S00122884,8b2,Hard-Pressed Rented Terraces,S01011289,Kilwinning West and Blacklands - 01,4a,Challenged white communities,S02002121,Kilwinning West and Blacklands,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185577 +185577,S00122897,8b2,Hard-Pressed Rented Terraces,S01011212,Irvine Castlepark North - 01,4a,Challenged white communities,S02002105,Irvine Castlepark North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185578 +185578,S00122898,8b2,Hard-Pressed Rented Terraces,S01011212,Irvine Castlepark North - 01,4a,Challenged white communities,S02002105,Irvine Castlepark North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185579 +185579,S00122899,8b2,Hard-Pressed Rented Terraces,S01011212,Irvine Castlepark North - 01,4a,Challenged white communities,S02002105,Irvine Castlepark North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185580 +185580,S00122900,8b2,Hard-Pressed Rented Terraces,S01011213,Irvine Castlepark North - 02,4a,Challenged white communities,S02002105,Irvine Castlepark North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185581 +185581,S00122905,8b2,Hard-Pressed Rented Terraces,S01011285,Kilwinning Pennyburn - 01,4a,Challenged white communities,S02002120,Kilwinning Pennyburn,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185582 +185582,S00122907,8b2,Hard-Pressed Rented Terraces,S01011316,West Kilbride and Seamill - 06,5d,Endeavouring social renters,S02002126,West Kilbride and Seamill,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185583 +185583,S00122936,8b2,Hard-Pressed Rented Terraces,S01011188,Dreghorn - 02,4a,Challenged white communities,S02002100,Dreghorn,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185584 +185584,S00122937,8b2,Hard-Pressed Rented Terraces,S01011188,Dreghorn - 02,4a,Challenged white communities,S02002100,Dreghorn,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185585 +185585,S00122938,8b2,Hard-Pressed Rented Terraces,S01011192,Irvine Broomlands - 01,4a,Challenged white communities,S02002101,Irvine Broomlands,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185586 +185586,S00122967,8b2,Hard-Pressed Rented Terraces,S01011225,Irvine Central - 01,4a,Challenged white communities,S02002108,Irvine Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185587 +185587,S00122974,8b2,Hard-Pressed Rented Terraces,S01011252,Ardrossan North East - 03,4a,Challenged white communities,S02002114,Ardrossan North East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185588 +185588,S00122975,8b2,Hard-Pressed Rented Terraces,S01011252,Ardrossan North East - 03,4a,Challenged white communities,S02002114,Ardrossan North East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185589 +185589,S00123006,8b2,Hard-Pressed Rented Terraces,S01011264,Saltcoats North East - 04,4a,Challenged white communities,S02002116,Saltcoats North East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185590 +185590,S00123007,8b2,Hard-Pressed Rented Terraces,S01011263,Saltcoats North East - 03,5a,Ageing urban communities,S02002116,Saltcoats North East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185591 +185591,S00123009,8b2,Hard-Pressed Rented Terraces,S01011265,Saltcoats North East - 05,4a,Challenged white communities,S02002116,Saltcoats North East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185592 +185592,S00123018,8b2,Hard-Pressed Rented Terraces,S01011276,Stevenston Hayocks - 05,4a,Challenged white communities,S02002118,Stevenston Hayocks,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185593 +185593,S00123020,8b2,Hard-Pressed Rented Terraces,S01011287,Kilwinning Pennyburn - 03,4a,Challenged white communities,S02002120,Kilwinning Pennyburn,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185594 +185594,S00123021,8b2,Hard-Pressed Rented Terraces,S01011287,Kilwinning Pennyburn - 03,4a,Challenged white communities,S02002120,Kilwinning Pennyburn,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185595 +185595,S00123022,8b2,Hard-Pressed Rented Terraces,S01011288,Kilwinning Pennyburn - 04,4a,Challenged white communities,S02002120,Kilwinning Pennyburn,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185596 +185596,S00123023,8b2,Hard-Pressed Rented Terraces,S01011288,Kilwinning Pennyburn - 04,4a,Challenged white communities,S02002120,Kilwinning Pennyburn,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185597 +185597,S00123031,8b2,Hard-Pressed Rented Terraces,S01011306,Dalry West - 04,5d,Endeavouring social renters,S02002124,Dalry West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185598 +185598,S00123032,8b2,Hard-Pressed Rented Terraces,S01011305,Dalry West - 03,5d,Endeavouring social renters,S02002124,Dalry West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185599 +185599,S00123034,8b2,Hard-Pressed Rented Terraces,S01011305,Dalry West - 03,5d,Endeavouring social renters,S02002124,Dalry West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185600 +185600,S00122660,5a1,White Professionals,S01011352,Beith East and Rural - 01,4a,Challenged white communities,S02002134,Beith East and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185601 +185601,S00122704,5a1,White Professionals,S01011318,Largs South - 02,5a,Ageing urban communities,S02002127,Largs South,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185602 +185602,S00122734,5a1,White Professionals,S01011321,Largs South - 05,5b,Aspiring urban households,S02002127,Largs South,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185603 +185603,S00122740,5a1,White Professionals,S01011320,Largs South - 04,5c,Comfortable neighbourhoods,S02002127,Largs South,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185604 +185604,S00122741,5a1,White Professionals,S01011320,Largs South - 04,5c,Comfortable neighbourhoods,S02002127,Largs South,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185605 +185605,S00122760,5a1,White Professionals,S01011321,Largs South - 05,5b,Aspiring urban households,S02002127,Largs South,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185606 +185606,S00122825,1a1,Rural Workers and Families,S01011335,Skelmorlie and Rural - 02,2b,Prospering countryside life,S02002130,Skelmorlie and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185607 +185607,S00122904,5a1,White Professionals,S01011278,Kilwinning Whitehirst Park and Woodside - 02,8c,Comfortable suburbia,S02002119,Kilwinning Whitehirst Park and Woodside,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185608 +185608,S00122922,5a1,White Professionals,S01011263,Saltcoats North East - 03,5a,Ageing urban communities,S02002116,Saltcoats North East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185609 +185609,S00123042,5a1,White Professionals,S01011342,Kilbirnie North - 05,5c,Comfortable neighbourhoods,S02002131,Kilbirnie North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185610 +185610,S00123097,5a1,White Professionals,S01011281,Kilwinning Whitehirst Park and Woodside - 05,8c,Comfortable suburbia,S02002119,Kilwinning Whitehirst Park and Woodside,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185611 +185611,S00121960,6b2,White Suburban Communities,S01011204,Irvine Girdle Toll and Staneca - 06,8c,Comfortable suburbia,S02002103,Irvine Girdle Toll and Staneca,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185612 +185612,S00122014,6b2,White Suburban Communities,S01011201,Irvine Girdle Toll and Staneca - 03,5d,Endeavouring social renters,S02002103,Irvine Girdle Toll and Staneca,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185613 +185613,S00122019,6b2,White Suburban Communities,S01011208,Irvine Perceton and Lawthorn - 04,8c,Comfortable suburbia,S02002104,Irvine Perceton and Lawthorn,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185614 +185614,S00122020,6b2,White Suburban Communities,S01011208,Irvine Perceton and Lawthorn - 04,8c,Comfortable suburbia,S02002104,Irvine Perceton and Lawthorn,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185615 +185615,S00122052,6b2,White Suburban Communities,S01011232,Irvine Fullarton - 04,4d,Hard-pressed flat dwellers,S02002109,Irvine Fullarton,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185616 +185616,S00121998,6b2,White Suburban Communities,S01011208,Irvine Perceton and Lawthorn - 04,8c,Comfortable suburbia,S02002104,Irvine Perceton and Lawthorn,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185617 +185617,S00122223,6b2,White Suburban Communities,S01011248,Ardrossan North West - 03,5d,Endeavouring social renters,S02002113,Ardrossan North West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185618 +185618,S00122335,6b2,White Suburban Communities,S01011263,Saltcoats North East - 03,5a,Ageing urban communities,S02002116,Saltcoats North East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185619 +185619,S00122374,6b2,White Suburban Communities,S01011267,Stevenston North West - 01,5c,Comfortable neighbourhoods,S02002117,Stevenston North West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185620 +185620,S00122420,6b2,White Suburban Communities,S01011279,Kilwinning Whitehirst Park and Woodside - 03,5c,Comfortable neighbourhoods,S02002119,Kilwinning Whitehirst Park and Woodside,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185621 +185621,S00122421,6b2,White Suburban Communities,S01011279,Kilwinning Whitehirst Park and Woodside - 03,5c,Comfortable neighbourhoods,S02002119,Kilwinning Whitehirst Park and Woodside,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185622 +185622,S00122636,8a1,Industrious Transitions,S01011349,Beith West - 02,8c,Comfortable suburbia,S02002133,Beith West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185623 +185623,S00122527,6b2,White Suburban Communities,S01011314,West Kilbride and Seamill - 04,5c,Comfortable neighbourhoods,S02002126,West Kilbride and Seamill,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185624 +185624,S00122542,6b2,White Suburban Communities,S01011305,Dalry West - 03,5d,Endeavouring social renters,S02002124,Dalry West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185625 +185625,S00122638,6b2,White Suburban Communities,S01011349,Beith West - 02,8c,Comfortable suburbia,S02002133,Beith West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185626 +185626,S00122696,6b2,White Suburban Communities,S01011317,Largs South - 01,5a,Ageing urban communities,S02002127,Largs South,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185627 +185627,S00122739,6b2,White Suburban Communities,S01011319,Largs South - 03,8a,Affluent communities,S02002127,Largs South,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185628 +185628,S00122798,6b2,White Suburban Communities,S01011354,Beith East and Rural - 03,5d,Endeavouring social renters,S02002134,Beith East and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185629 +185629,S00122874,6b2,White Suburban Communities,S01011280,Kilwinning Whitehirst Park and Woodside - 04,8b,Ageing suburbanites,S02002119,Kilwinning Whitehirst Park and Woodside,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185630 +185630,S00122943,6b2,White Suburban Communities,S01011207,Irvine Perceton and Lawthorn - 03,5c,Comfortable neighbourhoods,S02002104,Irvine Perceton and Lawthorn,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185631 +185631,S00122945,6b2,White Suburban Communities,S01011206,Irvine Perceton and Lawthorn - 02,5b,Aspiring urban households,S02002104,Irvine Perceton and Lawthorn,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185632 +185632,S00122977,6b2,White Suburban Communities,S01011249,Ardrossan North West - 04,8b,Ageing suburbanites,S02002113,Ardrossan North West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185633 +185633,S00122984,6b2,White Suburban Communities,S01011246,Ardrossan North West - 01,5c,Comfortable neighbourhoods,S02002113,Ardrossan North West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185634 +185634,S00123002,6b2,White Suburban Communities,S01011256,Saltcoats North West - 02,8c,Comfortable suburbia,S02002115,Saltcoats North West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185635 +185635,S00123003,6b2,White Suburban Communities,S01011256,Saltcoats North West - 02,8c,Comfortable suburbia,S02002115,Saltcoats North West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185636 +185636,S00123025,6b2,White Suburban Communities,S01011277,Kilwinning Whitehirst Park and Woodside - 01,8b,Ageing suburbanites,S02002119,Kilwinning Whitehirst Park and Woodside,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185637 +185637,S00123039,6b2,White Suburban Communities,S01011303,Dalry West - 01,5a,Ageing urban communities,S02002124,Dalry West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185638 +185638,S00123045,6b2,White Suburban Communities,S01011350,Beith West - 03,8b,Ageing suburbanites,S02002133,Beith West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185639 +185639,S00123087,6b2,White Suburban Communities,S01011282,Kilwinning Whitehirst Park and Woodside - 06,8c,Comfortable suburbia,S02002119,Kilwinning Whitehirst Park and Woodside,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185640 +185640,S00123089,6b2,White Suburban Communities,S01011282,Kilwinning Whitehirst Park and Woodside - 06,8c,Comfortable suburbia,S02002119,Kilwinning Whitehirst Park and Woodside,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185641 +185641,S00123090,6b2,White Suburban Communities,S01011283,Kilwinning Whitehirst Park and Woodside - 07,8c,Comfortable suburbia,S02002119,Kilwinning Whitehirst Park and Woodside,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185642 +185642,S00121970,8d1,Young Hard-Pressed Families,S01011194,Irvine Broomlands - 03,4a,Challenged white communities,S02002101,Irvine Broomlands,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185643 +185643,S00122198,8d1,Young Hard-Pressed Families,S01011252,Ardrossan North East - 03,4a,Challenged white communities,S02002114,Ardrossan North East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185644 +185644,S00122210,8d1,Young Hard-Pressed Families,S01011250,Ardrossan North East - 01,4a,Challenged white communities,S02002114,Ardrossan North East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185645 +185645,S00122213,8d1,Young Hard-Pressed Families,S01011250,Ardrossan North East - 01,4a,Challenged white communities,S02002114,Ardrossan North East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185646 +185646,S00122163,8d1,Young Hard-Pressed Families,S01011225,Irvine Central - 01,4a,Challenged white communities,S02002108,Irvine Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185647 +185647,S00122168,8d1,Young Hard-Pressed Families,S01011219,Irvine Castlepark South - 03,4a,Challenged white communities,S02002106,Irvine Castlepark South,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185648 +185648,S00122170,8d1,Young Hard-Pressed Families,S01011218,Irvine Castlepark South - 02,4a,Challenged white communities,S02002106,Irvine Castlepark South,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185649 +185649,S00122180,8d1,Young Hard-Pressed Families,S01011179,Springside and Rural - 02,4a,Challenged white communities,S02002098,Springside and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185650 +185650,S00122304,8d1,Young Hard-Pressed Families,S01011237,Saltcoats Central - 01,4a,Challenged white communities,S02002111,Saltcoats Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185651 +185651,S00122315,8d1,Young Hard-Pressed Families,S01011264,Saltcoats North East - 04,4a,Challenged white communities,S02002116,Saltcoats North East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185652 +185652,S00123011,7d3,Retired Communal City Dwellers,S01011271,Stevenston North West - 05,5a,Ageing urban communities,S02002117,Stevenston North West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185653 +185653,S00122632,6b4,Older Workers and Retirement,S01011339,Kilbirnie North - 02,5d,Endeavouring social renters,S02002131,Kilbirnie North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185654 +185654,S00122997,5b3,Self-Sufficient Retirement,S01011260,Saltcoats North West - 06,5c,Comfortable neighbourhoods,S02002115,Saltcoats North West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185655 +185655,S00122349,8c3,Renting Hard-Pressed Workers,S01011233,Stevenston Ardeer - 01,5d,Endeavouring social renters,S02002110,Stevenston Ardeer,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185656 +185656,S00122463,7c3,Outer City Hardship,S01011291,Kilwinning West and Blacklands - 03,4a,Challenged white communities,S02002121,Kilwinning West and Blacklands,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185657 +185657,S00122353,8c3,Renting Hard-Pressed Workers,S01011235,Stevenston Ardeer - 03,4a,Challenged white communities,S02002110,Stevenston Ardeer,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185658 +185658,S00122641,8a1,Industrious Transitions,S01011348,Beith West - 01,5d,Endeavouring social renters,S02002133,Beith West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185659 +185659,S00122669,8a1,Industrious Transitions,S01011353,Beith East and Rural - 02,5a,Ageing urban communities,S02002134,Beith East and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185660 +185660,S00122670,8a1,Industrious Transitions,S01011354,Beith East and Rural - 03,5d,Endeavouring social renters,S02002134,Beith East and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185661 +185661,S00122694,8a1,Industrious Transitions,S01011310,Fairlie and Rural - 04,5c,Comfortable neighbourhoods,S02002125,Fairlie and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185662 +185662,S00122828,8a1,Industrious Transitions,S01011177,Arran - 07,2a,Ageing rural neighbourhoods,S02002097,Arran,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185663 +185663,S00122946,8a1,Industrious Transitions,S01011206,Irvine Perceton and Lawthorn - 02,5b,Aspiring urban households,S02002104,Irvine Perceton and Lawthorn,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185664 +185664,S00123005,8a1,Industrious Transitions,S01011263,Saltcoats North East - 03,5a,Ageing urban communities,S02002116,Saltcoats North East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185665 +185665,S00123079,8a1,Industrious Transitions,S01011211,Irvine Perceton and Lawthorn - 07,5d,Endeavouring social renters,S02002104,Irvine Perceton and Lawthorn,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185666 +185666,S00122748,2c2,Migrant Commuters,S01011325,Largs Central and Cumbrae - 04,4d,Hard-pressed flat dwellers,S02002128,Largs Central and Cumbrae,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185667 +185667,S00122387,7a3,Multi-Ethnic Hardship,S01011274,Stevenston Hayocks - 03,4a,Challenged white communities,S02002118,Stevenston Hayocks,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185668 +185668,S00122944,6b1,Multi-Ethnic Suburbia,S01011206,Irvine Perceton and Lawthorn - 02,5b,Aspiring urban households,S02002104,Irvine Perceton and Lawthorn,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185669 +185669,S00121893,1a4,Older Farming Communities,S01011182,Springside and Rural - 05,2c,Remoter communities,S02002098,Springside and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185670 +185670,S00121910,1a4,Older Farming Communities,S01011171,Arran - 01,2c,Remoter communities,S02002097,Arran,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185671 +185671,S00121914,1a4,Older Farming Communities,S01011174,Arran - 04,2a,Ageing rural neighbourhoods,S02002097,Arran,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185672 +185672,S00121915,1a4,Older Farming Communities,S01011174,Arran - 04,2a,Ageing rural neighbourhoods,S02002097,Arran,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185673 +185673,S00122424,1a4,Older Farming Communities,S01011281,Kilwinning Whitehirst Park and Woodside - 05,8c,Comfortable suburbia,S02002119,Kilwinning Whitehirst Park and Woodside,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185674 +185674,S00122799,1a4,Older Farming Communities,S01011334,Skelmorlie and Rural - 01,2c,Remoter communities,S02002130,Skelmorlie and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185675 +185675,S00122821,1a4,Older Farming Communities,S01011172,Arran - 02,2c,Remoter communities,S02002097,Arran,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185676 +185676,S00122914,1a1,Rural Workers and Families,S01011356,Beith East and Rural - 05,2c,Remoter communities,S02002134,Beith East and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185677 +185677,S00122388,8c3,Renting Hard-Pressed Workers,S01011274,Stevenston Hayocks - 03,4a,Challenged white communities,S02002118,Stevenston Hayocks,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185678 +185678,S00123049,7d3,Retired Communal City Dwellers,S01011355,Beith East and Rural - 04,5e,Primary sector workers,S02002134,Beith East and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185679 +185679,S00122726,6b4,Older Workers and Retirement,S01011331,Largs North - 03,8b,Ageing suburbanites,S02002129,Largs North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185680 +185680,S00122464,7c3,Outer City Hardship,S01011291,Kilwinning West and Blacklands - 03,4a,Challenged white communities,S02002121,Kilwinning West and Blacklands,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185681 +185681,S00122827,1a4,Older Farming Communities,S01011176,Arran - 06,2a,Ageing rural neighbourhoods,S02002097,Arran,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185682 +185682,S00122880,1a4,Older Farming Communities,S01011308,Fairlie and Rural - 02,2c,Remoter communities,S02002125,Fairlie and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185683 +185683,S00122896,1a4,Older Farming Communities,S01011175,Arran - 05,5e,Primary sector workers,S02002097,Arran,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185684 +185684,S00122909,1a4,Older Farming Communities,S01011181,Springside and Rural - 04,2c,Remoter communities,S02002098,Springside and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185685 +185685,S00122925,1a4,Older Farming Communities,S01011174,Arran - 04,2a,Ageing rural neighbourhoods,S02002097,Arran,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185686 +185686,S00122980,1a4,Older Farming Communities,S01011242,Ardrossan Central - 01,5a,Ageing urban communities,S02002112,Ardrossan Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185687 +185687,S00121935,6b4,Older Workers and Retirement,S01011187,Dreghorn - 01,8b,Ageing suburbanites,S02002100,Dreghorn,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185688 +185688,S00121956,6b4,Older Workers and Retirement,S01011187,Dreghorn - 01,8b,Ageing suburbanites,S02002100,Dreghorn,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185689 +185689,S00122053,6b4,Older Workers and Retirement,S01011226,Irvine Central - 02,5a,Ageing urban communities,S02002108,Irvine Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185690 +185690,S00122224,6b4,Older Workers and Retirement,S01011249,Ardrossan North West - 04,8b,Ageing suburbanites,S02002113,Ardrossan North West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185691 +185691,S00122235,6b4,Older Workers and Retirement,S01011258,Saltcoats North West - 04,5c,Comfortable neighbourhoods,S02002115,Saltcoats North West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185692 +185692,S00122242,6b4,Older Workers and Retirement,S01011246,Ardrossan North West - 01,5c,Comfortable neighbourhoods,S02002113,Ardrossan North West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185693 +185693,S00122246,6b4,Older Workers and Retirement,S01011247,Ardrossan North West - 02,5a,Ageing urban communities,S02002113,Ardrossan North West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185694 +185694,S00122247,6b4,Older Workers and Retirement,S01011247,Ardrossan North West - 02,5a,Ageing urban communities,S02002113,Ardrossan North West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185695 +185695,S00122125,6b4,Older Workers and Retirement,S01011185,Irvine Tarryholme - 03,5c,Comfortable neighbourhoods,S02002099,Irvine Tarryholme,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185696 +185696,S00122158,6b4,Older Workers and Retirement,S01011226,Irvine Central - 02,5a,Ageing urban communities,S02002108,Irvine Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185697 +185697,S00122257,6b4,Older Workers and Retirement,S01011259,Saltcoats North West - 05,5c,Comfortable neighbourhoods,S02002115,Saltcoats North West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185698 +185698,S00122260,6b4,Older Workers and Retirement,S01011258,Saltcoats North West - 04,5c,Comfortable neighbourhoods,S02002115,Saltcoats North West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185699 +185699,S00122265,6b4,Older Workers and Retirement,S01011257,Saltcoats North West - 03,8b,Ageing suburbanites,S02002115,Saltcoats North West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185700 +185700,S00122362,6b4,Older Workers and Retirement,S01011268,Stevenston North West - 02,5c,Comfortable neighbourhoods,S02002117,Stevenston North West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185701 +185701,S00122370,6b4,Older Workers and Retirement,S01011271,Stevenston North West - 05,5a,Ageing urban communities,S02002117,Stevenston North West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185702 +185702,S00122413,6b4,Older Workers and Retirement,S01011277,Kilwinning Whitehirst Park and Woodside - 01,8b,Ageing suburbanites,S02002119,Kilwinning Whitehirst Park and Woodside,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185703 +185703,S00122414,6b4,Older Workers and Retirement,S01011277,Kilwinning Whitehirst Park and Woodside - 01,8b,Ageing suburbanites,S02002119,Kilwinning Whitehirst Park and Woodside,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185704 +185704,S00122415,6b4,Older Workers and Retirement,S01011277,Kilwinning Whitehirst Park and Woodside - 01,8b,Ageing suburbanites,S02002119,Kilwinning Whitehirst Park and Woodside,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185705 +185705,S00122416,6b4,Older Workers and Retirement,S01011277,Kilwinning Whitehirst Park and Woodside - 01,8b,Ageing suburbanites,S02002119,Kilwinning Whitehirst Park and Woodside,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185706 +185706,S00122417,6b4,Older Workers and Retirement,S01011279,Kilwinning Whitehirst Park and Woodside - 03,5c,Comfortable neighbourhoods,S02002119,Kilwinning Whitehirst Park and Woodside,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185707 +185707,S00122423,6b4,Older Workers and Retirement,S01011280,Kilwinning Whitehirst Park and Woodside - 04,8b,Ageing suburbanites,S02002119,Kilwinning Whitehirst Park and Woodside,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185708 +185708,S00122426,6b4,Older Workers and Retirement,S01011287,Kilwinning Pennyburn - 03,4a,Challenged white communities,S02002120,Kilwinning Pennyburn,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185709 +185709,S00122523,6b4,Older Workers and Retirement,S01011312,West Kilbride and Seamill - 02,8b,Ageing suburbanites,S02002126,West Kilbride and Seamill,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185710 +185710,S00122532,6b4,Older Workers and Retirement,S01011314,West Kilbride and Seamill - 04,5c,Comfortable neighbourhoods,S02002126,West Kilbride and Seamill,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185711 +185711,S00122615,6b4,Older Workers and Retirement,S01011341,Kilbirnie North - 04,5c,Comfortable neighbourhoods,S02002131,Kilbirnie North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185712 +185712,S00122469,7c3,Outer City Hardship,S01011290,Kilwinning West and Blacklands - 02,5a,Ageing urban communities,S02002121,Kilwinning West and Blacklands,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185713 +185713,S00122395,8c3,Renting Hard-Pressed Workers,S01011275,Stevenston Hayocks - 04,4a,Challenged white communities,S02002118,Stevenston Hayocks,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185714 +185714,S00122230,7d2,Retired Independent City Dwellers,S01011243,Ardrossan Central - 02,4d,Hard-pressed flat dwellers,S02002112,Ardrossan Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185715 +185715,S00122733,6b4,Older Workers and Retirement,S01011322,Largs Central and Cumbrae - 01,5c,Comfortable neighbourhoods,S02002128,Largs Central and Cumbrae,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185716 +185716,S00121938,5b3,Self-Sufficient Retirement,S01011189,Dreghorn - 03,5a,Ageing urban communities,S02002100,Dreghorn,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185717 +185717,S00122505,7c3,Outer City Hardship,S01011295,Kilwinning Central and North - 02,5c,Comfortable neighbourhoods,S02002122,Kilwinning Central and North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185718 +185718,S00122522,7c3,Outer City Hardship,S01011313,West Kilbride and Seamill - 03,5c,Comfortable neighbourhoods,S02002126,West Kilbride and Seamill,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185719 +185719,S00122551,7c3,Outer City Hardship,S01011302,Dalry East and Rural - 04,4d,Hard-pressed flat dwellers,S02002123,Dalry East and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185720 +185720,S00122552,7c3,Outer City Hardship,S01011302,Dalry East and Rural - 04,4d,Hard-pressed flat dwellers,S02002123,Dalry East and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185721 +185721,S00122605,7c3,Outer City Hardship,S01011343,Kilbirnie South and Longbar - 01,4a,Challenged white communities,S02002132,Kilbirnie South and Longbar,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185722 +185722,S00122609,7c3,Outer City Hardship,S01011342,Kilbirnie North - 05,5c,Comfortable neighbourhoods,S02002131,Kilbirnie North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185723 +185723,S00122613,7c3,Outer City Hardship,S01011341,Kilbirnie North - 04,5c,Comfortable neighbourhoods,S02002131,Kilbirnie North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185724 +185724,S00122619,7c3,Outer City Hardship,S01011341,Kilbirnie North - 04,5c,Comfortable neighbourhoods,S02002131,Kilbirnie North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185725 +185725,S00122650,7c3,Outer City Hardship,S01011352,Beith East and Rural - 01,4a,Challenged white communities,S02002134,Beith East and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185726 +185726,S00122743,7c3,Outer City Hardship,S01011324,Largs Central and Cumbrae - 03,5c,Comfortable neighbourhoods,S02002128,Largs Central and Cumbrae,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185727 +185727,S00122750,7c3,Outer City Hardship,S01011329,Largs North - 01,5c,Comfortable neighbourhoods,S02002129,Largs North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185728 +185728,S00122754,7c3,Outer City Hardship,S01011323,Largs Central and Cumbrae - 02,4a,Challenged white communities,S02002128,Largs Central and Cumbrae,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185729 +185729,S00122769,7c3,Outer City Hardship,S01011329,Largs North - 01,5c,Comfortable neighbourhoods,S02002129,Largs North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185730 +185730,S00122795,7c3,Outer City Hardship,S01011351,Beith West - 04,4a,Challenged white communities,S02002133,Beith West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185731 +185731,S00122814,7c3,Outer City Hardship,S01011325,Largs Central and Cumbrae - 04,4d,Hard-pressed flat dwellers,S02002128,Largs Central and Cumbrae,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185732 +185732,S00122870,7c3,Outer City Hardship,S01011269,Stevenston North West - 03,4a,Challenged white communities,S02002117,Stevenston North West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185733 +185733,S00122892,7c3,Outer City Hardship,S01011347,Kilbirnie South and Longbar - 05,5c,Comfortable neighbourhoods,S02002132,Kilbirnie South and Longbar,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185734 +185734,S00122968,7c3,Outer City Hardship,S01011179,Springside and Rural - 02,4a,Challenged white communities,S02002098,Springside and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185735 +185735,S00122989,7c3,Outer City Hardship,S01011244,Ardrossan Central - 03,4d,Hard-pressed flat dwellers,S02002112,Ardrossan Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185736 +185736,S00122993,7c3,Outer City Hardship,S01011246,Ardrossan North West - 01,5c,Comfortable neighbourhoods,S02002113,Ardrossan North West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185737 +185737,S00123029,7c3,Outer City Hardship,S01011313,West Kilbride and Seamill - 03,5c,Comfortable neighbourhoods,S02002126,West Kilbride and Seamill,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185738 +185738,S00123065,7c3,Outer City Hardship,S01011320,Largs South - 04,5c,Comfortable neighbourhoods,S02002127,Largs South,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185739 +185739,S00122706,2c3,Professional Service Cosmopolitans,S01011318,Largs South - 02,5a,Ageing urban communities,S02002127,Largs South,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185740 +185740,S00122952,2c3,Professional Service Cosmopolitans,S01011232,Irvine Fullarton - 04,4d,Hard-pressed flat dwellers,S02002109,Irvine Fullarton,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185741 +185741,S00121945,8c3,Renting Hard-Pressed Workers,S01011190,Dreghorn - 04,4a,Challenged white communities,S02002100,Dreghorn,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185742 +185742,S00122032,8c3,Renting Hard-Pressed Workers,S01011178,Springside and Rural - 01,2d,Rural traits,S02002098,Springside and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185743 +185743,S00122043,8c3,Renting Hard-Pressed Workers,S01011231,Irvine Fullarton - 03,4a,Challenged white communities,S02002109,Irvine Fullarton,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185744 +185744,S00122045,8c3,Renting Hard-Pressed Workers,S01011231,Irvine Fullarton - 03,4a,Challenged white communities,S02002109,Irvine Fullarton,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185745 +185745,S00122005,8c3,Renting Hard-Pressed Workers,S01011196,Irvine Bourtreehill - 01,4a,Challenged white communities,S02002102,Irvine Bourtreehill,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185746 +185746,S00122194,8c3,Renting Hard-Pressed Workers,S01011252,Ardrossan North East - 03,4a,Challenged white communities,S02002114,Ardrossan North East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185747 +185747,S00122196,8c3,Renting Hard-Pressed Workers,S01011252,Ardrossan North East - 03,4a,Challenged white communities,S02002114,Ardrossan North East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185748 +185748,S00122205,8c3,Renting Hard-Pressed Workers,S01011251,Ardrossan North East - 02,4a,Challenged white communities,S02002114,Ardrossan North East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185749 +185749,S00122216,8c3,Renting Hard-Pressed Workers,S01011248,Ardrossan North West - 03,5d,Endeavouring social renters,S02002113,Ardrossan North West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185750 +185750,S00122218,8c3,Renting Hard-Pressed Workers,S01011248,Ardrossan North West - 03,5d,Endeavouring social renters,S02002113,Ardrossan North West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185751 +185751,S00122239,8c3,Renting Hard-Pressed Workers,S01011245,Ardrossan Central - 04,4a,Challenged white communities,S02002112,Ardrossan Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185752 +185752,S00122089,8c3,Renting Hard-Pressed Workers,S01011217,Irvine Castlepark South - 01,4a,Challenged white communities,S02002106,Irvine Castlepark South,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185753 +185753,S00122134,8c3,Renting Hard-Pressed Workers,S01011186,Irvine Tarryholme - 04,5c,Comfortable neighbourhoods,S02002099,Irvine Tarryholme,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185754 +185754,S00122136,8c3,Renting Hard-Pressed Workers,S01011186,Irvine Tarryholme - 04,5c,Comfortable neighbourhoods,S02002099,Irvine Tarryholme,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185755 +185755,S00122147,8c3,Renting Hard-Pressed Workers,S01011223,Irvine East - 03,4a,Challenged white communities,S02002107,Irvine East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185756 +185756,S00122157,8c3,Renting Hard-Pressed Workers,S01011226,Irvine Central - 02,5a,Ageing urban communities,S02002108,Irvine Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185757 +185757,S00122174,8c3,Renting Hard-Pressed Workers,S01011180,Springside and Rural - 03,4a,Challenged white communities,S02002098,Springside and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185758 +185758,S00122176,8c3,Renting Hard-Pressed Workers,S01011180,Springside and Rural - 03,4a,Challenged white communities,S02002098,Springside and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185759 +185759,S00122305,8c3,Renting Hard-Pressed Workers,S01011237,Saltcoats Central - 01,4a,Challenged white communities,S02002111,Saltcoats Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185760 +185760,S00122317,8c3,Renting Hard-Pressed Workers,S01011261,Saltcoats North East - 01,4a,Challenged white communities,S02002116,Saltcoats North East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185761 +185761,S00122319,8c3,Renting Hard-Pressed Workers,S01011261,Saltcoats North East - 01,4a,Challenged white communities,S02002116,Saltcoats North East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185762 +185762,S00122321,8c3,Renting Hard-Pressed Workers,S01011266,Saltcoats North East - 06,5d,Endeavouring social renters,S02002116,Saltcoats North East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185763 +185763,S00122340,8c3,Renting Hard-Pressed Workers,S01011234,Stevenston Ardeer - 02,4a,Challenged white communities,S02002110,Stevenston Ardeer,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185764 +185764,S00122403,8c3,Renting Hard-Pressed Workers,S01011286,Kilwinning Pennyburn - 02,4a,Challenged white communities,S02002120,Kilwinning Pennyburn,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185765 +185765,S00122774,6b4,Older Workers and Retirement,S01011330,Largs North - 02,8b,Ageing suburbanites,S02002129,Largs North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185766 +185766,S00122458,8c3,Renting Hard-Pressed Workers,S01011294,Kilwinning Central and North - 01,4a,Challenged white communities,S02002122,Kilwinning Central and North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185767 +185767,S00122481,8c3,Renting Hard-Pressed Workers,S01011296,Kilwinning Central and North - 03,5c,Comfortable neighbourhoods,S02002122,Kilwinning Central and North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185768 +185768,S00122485,8c3,Renting Hard-Pressed Workers,S01011297,Kilwinning Central and North - 04,4a,Challenged white communities,S02002122,Kilwinning Central and North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185769 +185769,S00122243,7d2,Retired Independent City Dwellers,S01011246,Ardrossan North West - 01,5c,Comfortable neighbourhoods,S02002113,Ardrossan North West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185770 +185770,S00122488,8c3,Renting Hard-Pressed Workers,S01011297,Kilwinning Central and North - 04,4a,Challenged white communities,S02002122,Kilwinning Central and North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185771 +185771,S00122492,8c3,Renting Hard-Pressed Workers,S01011298,Kilwinning Central and North - 05,4a,Challenged white communities,S02002122,Kilwinning Central and North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185772 +185772,S00122494,8c3,Renting Hard-Pressed Workers,S01011297,Kilwinning Central and North - 04,4a,Challenged white communities,S02002122,Kilwinning Central and North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185773 +185773,S00122496,8c3,Renting Hard-Pressed Workers,S01011298,Kilwinning Central and North - 05,4a,Challenged white communities,S02002122,Kilwinning Central and North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185774 +185774,S00122535,8c3,Renting Hard-Pressed Workers,S01011316,West Kilbride and Seamill - 06,5d,Endeavouring social renters,S02002126,West Kilbride and Seamill,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185775 +185775,S00122540,8c3,Renting Hard-Pressed Workers,S01011316,West Kilbride and Seamill - 06,5d,Endeavouring social renters,S02002126,West Kilbride and Seamill,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185776 +185776,S00122556,8c3,Renting Hard-Pressed Workers,S01011300,Dalry East and Rural - 02,4a,Challenged white communities,S02002123,Dalry East and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185777 +185777,S00122558,8c3,Renting Hard-Pressed Workers,S01011300,Dalry East and Rural - 02,4a,Challenged white communities,S02002123,Dalry East and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185778 +185778,S00122618,8c3,Renting Hard-Pressed Workers,S01011341,Kilbirnie North - 04,5c,Comfortable neighbourhoods,S02002131,Kilbirnie North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185779 +185779,S00122622,8c3,Renting Hard-Pressed Workers,S01011340,Kilbirnie North - 03,4a,Challenged white communities,S02002131,Kilbirnie North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185780 +185780,S00122623,8c3,Renting Hard-Pressed Workers,S01011340,Kilbirnie North - 03,4a,Challenged white communities,S02002131,Kilbirnie North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185781 +185781,S00122634,8c3,Renting Hard-Pressed Workers,S01011348,Beith West - 01,5d,Endeavouring social renters,S02002133,Beith West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185782 +185782,S00122644,8c3,Renting Hard-Pressed Workers,S01011348,Beith West - 01,5d,Endeavouring social renters,S02002133,Beith West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185783 +185783,S00122648,8c3,Renting Hard-Pressed Workers,S01011351,Beith West - 04,4a,Challenged white communities,S02002133,Beith West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185784 +185784,S00122659,8c3,Renting Hard-Pressed Workers,S01011352,Beith East and Rural - 01,4a,Challenged white communities,S02002134,Beith East and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185785 +185785,S00122661,8c3,Renting Hard-Pressed Workers,S01011352,Beith East and Rural - 01,4a,Challenged white communities,S02002134,Beith East and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185786 +185786,S00122666,8c3,Renting Hard-Pressed Workers,S01011354,Beith East and Rural - 03,5d,Endeavouring social renters,S02002134,Beith East and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185787 +185787,S00122763,8c3,Renting Hard-Pressed Workers,S01011322,Largs Central and Cumbrae - 01,5c,Comfortable neighbourhoods,S02002128,Largs Central and Cumbrae,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185788 +185788,S00122785,8c3,Renting Hard-Pressed Workers,S01011336,Skelmorlie and Rural - 03,5c,Comfortable neighbourhoods,S02002130,Skelmorlie and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185789 +185789,S00122835,8c3,Renting Hard-Pressed Workers,S01011202,Irvine Girdle Toll and Staneca - 04,4a,Challenged white communities,S02002103,Irvine Girdle Toll and Staneca,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185790 +185790,S00122865,8c3,Renting Hard-Pressed Workers,S01011261,Saltcoats North East - 01,4a,Challenged white communities,S02002116,Saltcoats North East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185791 +185791,S00122866,8c3,Renting Hard-Pressed Workers,S01011270,Stevenston North West - 04,4a,Challenged white communities,S02002117,Stevenston North West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185792 +185792,S00122906,8c3,Renting Hard-Pressed Workers,S01011286,Kilwinning Pennyburn - 02,4a,Challenged white communities,S02002120,Kilwinning Pennyburn,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185793 +185793,S00122940,8c3,Renting Hard-Pressed Workers,S01011196,Irvine Bourtreehill - 01,4a,Challenged white communities,S02002102,Irvine Bourtreehill,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185794 +185794,S00122960,8c3,Renting Hard-Pressed Workers,S01011228,Irvine Central - 04,4a,Challenged white communities,S02002108,Irvine Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185795 +185795,S00122964,8c3,Renting Hard-Pressed Workers,S01011225,Irvine Central - 01,4a,Challenged white communities,S02002108,Irvine Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185796 +185796,S00122969,8c3,Renting Hard-Pressed Workers,S01011179,Springside and Rural - 02,4a,Challenged white communities,S02002098,Springside and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185797 +185797,S00123016,8c3,Renting Hard-Pressed Workers,S01011274,Stevenston Hayocks - 03,4a,Challenged white communities,S02002118,Stevenston Hayocks,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185798 +185798,S00121963,5b3,Self-Sufficient Retirement,S01011203,Irvine Girdle Toll and Staneca - 05,5d,Endeavouring social renters,S02002103,Irvine Girdle Toll and Staneca,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185799 +185799,S00123033,8c3,Renting Hard-Pressed Workers,S01011302,Dalry East and Rural - 04,4d,Hard-pressed flat dwellers,S02002123,Dalry East and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185800 +185800,S00121920,1c2,Renting Rural Retirement,S01011173,Arran - 03,2a,Ageing rural neighbourhoods,S02002097,Arran,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185801 +185801,S00122820,1c2,Renting Rural Retirement,S01011173,Arran - 03,2a,Ageing rural neighbourhoods,S02002097,Arran,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185802 +185802,S00122829,1c2,Renting Rural Retirement,S01011177,Arran - 07,2a,Ageing rural neighbourhoods,S02002097,Arran,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185803 +185803,S00122256,7d4,Retired City Hardship,S01011259,Saltcoats North West - 05,5c,Comfortable neighbourhoods,S02002115,Saltcoats North West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185804 +185804,S00122705,7d4,Retired City Hardship,S01011319,Largs South - 03,8a,Affluent communities,S02002127,Largs South,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185805 +185805,S00121941,7d3,Retired Communal City Dwellers,S01011189,Dreghorn - 03,5a,Ageing urban communities,S02002100,Dreghorn,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185806 +185806,S00122038,7d3,Retired Communal City Dwellers,S01011230,Irvine Fullarton - 02,4d,Hard-pressed flat dwellers,S02002109,Irvine Fullarton,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185807 +185807,S00122250,7d3,Retired Communal City Dwellers,S01011241,Saltcoats Central - 05,5a,Ageing urban communities,S02002111,Saltcoats Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185808 +185808,S00122283,7d3,Retired Communal City Dwellers,S01011239,Saltcoats Central - 03,4d,Hard-pressed flat dwellers,S02002111,Saltcoats Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185809 +185809,S00122450,7d3,Retired Communal City Dwellers,S01011292,Kilwinning West and Blacklands - 04,4a,Challenged white communities,S02002121,Kilwinning West and Blacklands,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185810 +185810,S00122679,7d3,Retired Communal City Dwellers,S01011327,Largs Central and Cumbrae - 06,5a,Ageing urban communities,S02002128,Largs Central and Cumbrae,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185811 +185811,S00122882,7d3,Retired Communal City Dwellers,S01011290,Kilwinning West and Blacklands - 02,5a,Ageing urban communities,S02002121,Kilwinning West and Blacklands,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185812 +185812,S00122954,7d3,Retired Communal City Dwellers,S01011226,Irvine Central - 02,5a,Ageing urban communities,S02002108,Irvine Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185813 +185813,S00122776,6b4,Older Workers and Retirement,S01011330,Largs North - 02,8b,Ageing suburbanites,S02002129,Largs North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185814 +185814,S00122792,6b4,Older Workers and Retirement,S01011338,Kilbirnie North - 01,5d,Endeavouring social renters,S02002131,Kilbirnie North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185815 +185815,S00122249,7d2,Retired Independent City Dwellers,S01011241,Saltcoats Central - 05,5a,Ageing urban communities,S02002111,Saltcoats Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185816 +185816,S00122812,6b4,Older Workers and Retirement,S01011319,Largs South - 03,8a,Affluent communities,S02002127,Largs South,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185817 +185817,S00122838,6b4,Older Workers and Retirement,S01011200,Irvine Girdle Toll and Staneca - 02,5d,Endeavouring social renters,S02002103,Irvine Girdle Toll and Staneca,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185818 +185818,S00122856,6b4,Older Workers and Retirement,S01011254,Ardrossan North East - 05,8b,Ageing suburbanites,S02002114,Ardrossan North East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185819 +185819,S00122902,6b4,Older Workers and Retirement,S01011278,Kilwinning Whitehirst Park and Woodside - 02,8c,Comfortable suburbia,S02002119,Kilwinning Whitehirst Park and Woodside,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185820 +185820,S00122919,6b4,Older Workers and Retirement,S01011255,Saltcoats North West - 01,8c,Comfortable suburbia,S02002115,Saltcoats North West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185821 +185821,S00122973,6b4,Older Workers and Retirement,S01011254,Ardrossan North East - 05,8b,Ageing suburbanites,S02002114,Ardrossan North East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185822 +185822,S00122979,6b4,Older Workers and Retirement,S01011242,Ardrossan Central - 01,5a,Ageing urban communities,S02002112,Ardrossan Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185823 +185823,S00122996,6b4,Older Workers and Retirement,S01011247,Ardrossan North West - 02,5a,Ageing urban communities,S02002113,Ardrossan North West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185824 +185824,S00123004,6b4,Older Workers and Retirement,S01011256,Saltcoats North West - 02,8c,Comfortable suburbia,S02002115,Saltcoats North West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185825 +185825,S00123013,6b4,Older Workers and Retirement,S01011276,Stevenston Hayocks - 05,4a,Challenged white communities,S02002118,Stevenston Hayocks,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185826 +185826,S00123035,6b4,Older Workers and Retirement,S01011303,Dalry West - 01,5a,Ageing urban communities,S02002124,Dalry West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185827 +185827,S00123038,6b4,Older Workers and Retirement,S01011303,Dalry West - 01,5a,Ageing urban communities,S02002124,Dalry West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185828 +185828,S00123064,6b4,Older Workers and Retirement,S01011321,Largs South - 05,5b,Aspiring urban households,S02002127,Largs South,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185829 +185829,S00123076,6b4,Older Workers and Retirement,S01011206,Irvine Perceton and Lawthorn - 02,5b,Aspiring urban households,S02002104,Irvine Perceton and Lawthorn,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185830 +185830,S00123098,6b4,Older Workers and Retirement,S01011281,Kilwinning Whitehirst Park and Woodside - 05,8c,Comfortable suburbia,S02002119,Kilwinning Whitehirst Park and Woodside,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185831 +185831,S00122040,7c3,Outer City Hardship,S01011231,Irvine Fullarton - 03,4a,Challenged white communities,S02002109,Irvine Fullarton,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185832 +185832,S00122012,5b3,Self-Sufficient Retirement,S01011200,Irvine Girdle Toll and Staneca - 02,5d,Endeavouring social renters,S02002103,Irvine Girdle Toll and Staneca,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185833 +185833,S00122042,7c3,Outer City Hardship,S01011231,Irvine Fullarton - 03,4a,Challenged white communities,S02002109,Irvine Fullarton,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185834 +185834,S00122000,7c3,Outer City Hardship,S01011202,Irvine Girdle Toll and Staneca - 04,4a,Challenged white communities,S02002103,Irvine Girdle Toll and Staneca,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185835 +185835,S00122214,7c3,Outer City Hardship,S01011250,Ardrossan North East - 01,4a,Challenged white communities,S02002114,Ardrossan North East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185836 +185836,S00122225,7c3,Outer City Hardship,S01011243,Ardrossan Central - 02,4d,Hard-pressed flat dwellers,S02002112,Ardrossan Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185837 +185837,S00122232,7c3,Outer City Hardship,S01011244,Ardrossan Central - 03,4d,Hard-pressed flat dwellers,S02002112,Ardrossan Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185838 +185838,S00122233,7c3,Outer City Hardship,S01011242,Ardrossan Central - 01,5a,Ageing urban communities,S02002112,Ardrossan Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185839 +185839,S00122115,7c3,Outer City Hardship,S01011229,Irvine Fullarton - 01,4d,Hard-pressed flat dwellers,S02002109,Irvine Fullarton,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185840 +185840,S00122118,7c3,Outer City Hardship,S01011229,Irvine Fullarton - 01,4d,Hard-pressed flat dwellers,S02002109,Irvine Fullarton,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185841 +185841,S00122121,7c3,Outer City Hardship,S01011228,Irvine Central - 04,4a,Challenged white communities,S02002108,Irvine Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185842 +185842,S00122135,7c3,Outer City Hardship,S01011186,Irvine Tarryholme - 04,5c,Comfortable neighbourhoods,S02002099,Irvine Tarryholme,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185843 +185843,S00122266,7c3,Outer City Hardship,S01011237,Saltcoats Central - 01,4a,Challenged white communities,S02002111,Saltcoats Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185844 +185844,S00122272,7c3,Outer City Hardship,S01011260,Saltcoats North West - 06,5c,Comfortable neighbourhoods,S02002115,Saltcoats North West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185845 +185845,S00122284,7c3,Outer City Hardship,S01011239,Saltcoats Central - 03,4d,Hard-pressed flat dwellers,S02002111,Saltcoats Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185846 +185846,S00122286,7c3,Outer City Hardship,S01011239,Saltcoats Central - 03,4d,Hard-pressed flat dwellers,S02002111,Saltcoats Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185847 +185847,S00122288,7c3,Outer City Hardship,S01011239,Saltcoats Central - 03,4d,Hard-pressed flat dwellers,S02002111,Saltcoats Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185848 +185848,S00122293,7c3,Outer City Hardship,S01011260,Saltcoats North West - 06,5c,Comfortable neighbourhoods,S02002115,Saltcoats North West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185849 +185849,S00122350,7c3,Outer City Hardship,S01011235,Stevenston Ardeer - 03,4a,Challenged white communities,S02002110,Stevenston Ardeer,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185850 +185850,S00122352,7c3,Outer City Hardship,S01011235,Stevenston Ardeer - 03,4a,Challenged white communities,S02002110,Stevenston Ardeer,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185851 +185851,S00122367,7c3,Outer City Hardship,S01011272,Stevenston Hayocks - 01,4a,Challenged white communities,S02002118,Stevenston Hayocks,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185852 +185852,S00122376,7c3,Outer City Hardship,S01011267,Stevenston North West - 01,5c,Comfortable neighbourhoods,S02002117,Stevenston North West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185853 +185853,S00122380,7c3,Outer City Hardship,S01011272,Stevenston Hayocks - 01,4a,Challenged white communities,S02002118,Stevenston Hayocks,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185854 +185854,S00122383,7c3,Outer City Hardship,S01011272,Stevenston Hayocks - 01,4a,Challenged white communities,S02002118,Stevenston Hayocks,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185855 +185855,S00122385,7c3,Outer City Hardship,S01011274,Stevenston Hayocks - 03,4a,Challenged white communities,S02002118,Stevenston Hayocks,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185856 +185856,S00122419,7c3,Outer City Hardship,S01011279,Kilwinning Whitehirst Park and Woodside - 03,5c,Comfortable neighbourhoods,S02002119,Kilwinning Whitehirst Park and Woodside,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185857 +185857,S00122428,7c3,Outer City Hardship,S01011287,Kilwinning Pennyburn - 03,4a,Challenged white communities,S02002120,Kilwinning Pennyburn,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185858 +185858,S00122438,7c3,Outer City Hardship,S01011294,Kilwinning Central and North - 01,4a,Challenged white communities,S02002122,Kilwinning Central and North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185859 +185859,S00122448,7c3,Outer City Hardship,S01011292,Kilwinning West and Blacklands - 04,4a,Challenged white communities,S02002121,Kilwinning West and Blacklands,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185860 +185860,S00122454,7c3,Outer City Hardship,S01011293,Kilwinning West and Blacklands - 05,4a,Challenged white communities,S02002121,Kilwinning West and Blacklands,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185861 +185861,S00123030,5b3,Self-Sufficient Retirement,S01011313,West Kilbride and Seamill - 03,5c,Comfortable neighbourhoods,S02002126,West Kilbride and Seamill,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185862 +185862,S00122244,5b3,Self-Sufficient Retirement,S01011246,Ardrossan North West - 01,5c,Comfortable neighbourhoods,S02002113,Ardrossan North West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185863 +185863,S00123051,5b3,Self-Sufficient Retirement,S01011318,Largs South - 02,5a,Ageing urban communities,S02002127,Largs South,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185864 +185864,S00122119,7d2,Retired Independent City Dwellers,S01011228,Irvine Central - 04,4a,Challenged white communities,S02002108,Irvine Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185865 +185865,S00122057,5b3,Self-Sufficient Retirement,S01011227,Irvine Central - 03,4d,Hard-pressed flat dwellers,S02002108,Irvine Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185866 +185866,S00122120,7d2,Retired Independent City Dwellers,S01011228,Irvine Central - 04,4a,Challenged white communities,S02002108,Irvine Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185867 +185867,S00123052,5b3,Self-Sufficient Retirement,S01011318,Largs South - 02,5a,Ageing urban communities,S02002127,Largs South,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185868 +185868,S00122139,7d2,Retired Independent City Dwellers,S01011224,Irvine East - 04,4a,Challenged white communities,S02002107,Irvine East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185869 +185869,S00122133,5b3,Self-Sufficient Retirement,S01011185,Irvine Tarryholme - 03,5c,Comfortable neighbourhoods,S02002099,Irvine Tarryholme,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185870 +185870,S00123053,5b3,Self-Sufficient Retirement,S01011318,Largs South - 02,5a,Ageing urban communities,S02002127,Largs South,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185871 +185871,S00122253,5b3,Self-Sufficient Retirement,S01011241,Saltcoats Central - 05,5a,Ageing urban communities,S02002111,Saltcoats Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185872 +185872,S00123061,5b3,Self-Sufficient Retirement,S01011332,Largs North - 04,8a,Affluent communities,S02002129,Largs North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185873 +185873,S00122254,5b3,Self-Sufficient Retirement,S01011241,Saltcoats Central - 05,5a,Ageing urban communities,S02002111,Saltcoats Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185874 +185874,S00122016,6b3,Semi-Detached Ageing,S01011201,Irvine Girdle Toll and Staneca - 03,5d,Endeavouring social renters,S02002103,Irvine Girdle Toll and Staneca,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185875 +185875,S00122258,5b3,Self-Sufficient Retirement,S01011259,Saltcoats North West - 05,5c,Comfortable neighbourhoods,S02002115,Saltcoats North West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185876 +185876,S00122193,6b3,Semi-Detached Ageing,S01011254,Ardrossan North East - 05,8b,Ageing suburbanites,S02002114,Ardrossan North East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185877 +185877,S00122222,6b3,Semi-Detached Ageing,S01011248,Ardrossan North West - 03,5d,Endeavouring social renters,S02002113,Ardrossan North West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185878 +185878,S00122237,6b3,Semi-Detached Ageing,S01011242,Ardrossan Central - 01,5a,Ageing urban communities,S02002112,Ardrossan Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185879 +185879,S00122127,6b3,Semi-Detached Ageing,S01011185,Irvine Tarryholme - 03,5c,Comfortable neighbourhoods,S02002099,Irvine Tarryholme,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185880 +185880,S00122128,6b3,Semi-Detached Ageing,S01011185,Irvine Tarryholme - 03,5c,Comfortable neighbourhoods,S02002099,Irvine Tarryholme,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185881 +185881,S00122130,6b3,Semi-Detached Ageing,S01011186,Irvine Tarryholme - 04,5c,Comfortable neighbourhoods,S02002099,Irvine Tarryholme,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185882 +185882,S00122131,6b3,Semi-Detached Ageing,S01011185,Irvine Tarryholme - 03,5c,Comfortable neighbourhoods,S02002099,Irvine Tarryholme,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185883 +185883,S00122190,6b3,Semi-Detached Ageing,S01011254,Ardrossan North East - 05,8b,Ageing suburbanites,S02002114,Ardrossan North East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185884 +185884,S00122191,6b3,Semi-Detached Ageing,S01011254,Ardrossan North East - 05,8b,Ageing suburbanites,S02002114,Ardrossan North East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185885 +185885,S00122422,6b3,Semi-Detached Ageing,S01011279,Kilwinning Whitehirst Park and Woodside - 03,5c,Comfortable neighbourhoods,S02002119,Kilwinning Whitehirst Park and Woodside,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185886 +185886,S00122483,6b3,Semi-Detached Ageing,S01011296,Kilwinning Central and North - 03,5c,Comfortable neighbourhoods,S02002122,Kilwinning Central and North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185887 +185887,S00122516,6b3,Semi-Detached Ageing,S01011311,West Kilbride and Seamill - 01,8b,Ageing suburbanites,S02002126,West Kilbride and Seamill,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185888 +185888,S00122517,6b3,Semi-Detached Ageing,S01011313,West Kilbride and Seamill - 03,5c,Comfortable neighbourhoods,S02002126,West Kilbride and Seamill,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185889 +185889,S00122573,6b3,Semi-Detached Ageing,S01011301,Dalry East and Rural - 03,8c,Comfortable suburbia,S02002123,Dalry East and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185890 +185890,S00122631,6b3,Semi-Detached Ageing,S01011338,Kilbirnie North - 01,5d,Endeavouring social renters,S02002131,Kilbirnie North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185891 +185891,S00122651,6b3,Semi-Detached Ageing,S01011350,Beith West - 03,8b,Ageing suburbanites,S02002133,Beith West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185892 +185892,S00122255,7d2,Retired Independent City Dwellers,S01011259,Saltcoats North West - 05,5c,Comfortable neighbourhoods,S02002115,Saltcoats North West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185893 +185893,S00122714,6b3,Semi-Detached Ageing,S01011329,Largs North - 01,5c,Comfortable neighbourhoods,S02002129,Largs North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185894 +185894,S00122756,6b3,Semi-Detached Ageing,S01011324,Largs Central and Cumbrae - 03,5c,Comfortable neighbourhoods,S02002128,Largs Central and Cumbrae,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185895 +185895,S00122797,6b3,Semi-Detached Ageing,S01011355,Beith East and Rural - 04,5e,Primary sector workers,S02002134,Beith East and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185896 +185896,S00122830,6b3,Semi-Detached Ageing,S01011187,Dreghorn - 01,8b,Ageing suburbanites,S02002100,Dreghorn,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185897 +185897,S00122845,6b3,Semi-Detached Ageing,S01011214,Irvine Castlepark North - 03,4a,Challenged white communities,S02002105,Irvine Castlepark North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185898 +185898,S00122887,6b3,Semi-Detached Ageing,S01011306,Dalry West - 04,5d,Endeavouring social renters,S02002124,Dalry West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185899 +185899,S00122888,6b3,Semi-Detached Ageing,S01011306,Dalry West - 04,5d,Endeavouring social renters,S02002124,Dalry West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185900 +185900,S00122901,6b3,Semi-Detached Ageing,S01011278,Kilwinning Whitehirst Park and Woodside - 02,8c,Comfortable suburbia,S02002119,Kilwinning Whitehirst Park and Woodside,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185901 +185901,S00122934,6b3,Semi-Detached Ageing,S01011184,Irvine Tarryholme - 02,8b,Ageing suburbanites,S02002099,Irvine Tarryholme,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185902 +185902,S00123000,6b3,Semi-Detached Ageing,S01011257,Saltcoats North West - 03,8b,Ageing suburbanites,S02002115,Saltcoats North West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185903 +185903,S00123024,6b3,Semi-Detached Ageing,S01011278,Kilwinning Whitehirst Park and Woodside - 02,8c,Comfortable suburbia,S02002119,Kilwinning Whitehirst Park and Woodside,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185904 +185904,S00123036,6b3,Semi-Detached Ageing,S01011303,Dalry West - 01,5a,Ageing urban communities,S02002124,Dalry West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185905 +185905,S00123058,6b3,Semi-Detached Ageing,S01011332,Largs North - 04,8a,Affluent communities,S02002129,Largs North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185906 +185906,S00123060,6b3,Semi-Detached Ageing,S01011332,Largs North - 04,8a,Affluent communities,S02002129,Largs North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185907 +185907,S00122140,7a1,Transitional Eastern European Neighbourhoods,S01011224,Irvine East - 04,4a,Challenged white communities,S02002107,Irvine East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185908 +185908,S00122297,7a1,Transitional Eastern European Neighbourhoods,S01011238,Saltcoats Central - 02,4d,Hard-pressed flat dwellers,S02002111,Saltcoats Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185909 +185909,S00121899,5a1,White Professionals,S01011356,Beith East and Rural - 05,2c,Remoter communities,S02002134,Beith East and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185910 +185910,S00122055,5a1,White Professionals,S01011226,Irvine Central - 02,5a,Ageing urban communities,S02002108,Irvine Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185911 +185911,S00122001,5a1,White Professionals,S01011208,Irvine Perceton and Lawthorn - 04,8c,Comfortable suburbia,S02002104,Irvine Perceton and Lawthorn,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185912 +185912,S00122123,5a1,White Professionals,S01011228,Irvine Central - 04,4a,Challenged white communities,S02002108,Irvine Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185913 +185913,S00122251,5a1,White Professionals,S01011241,Saltcoats Central - 05,5a,Ageing urban communities,S02002111,Saltcoats Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185914 +185914,S00122252,5a1,White Professionals,S01011241,Saltcoats Central - 05,5a,Ageing urban communities,S02002111,Saltcoats Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185915 +185915,S00122578,5a1,White Professionals,S01011346,Kilbirnie South and Longbar - 04,4a,Challenged white communities,S02002132,Kilbirnie South and Longbar,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185916 +185916,S00122581,5a1,White Professionals,S01011346,Kilbirnie South and Longbar - 04,4a,Challenged white communities,S02002132,Kilbirnie South and Longbar,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185917 +185917,S00122587,5a1,White Professionals,S01011347,Kilbirnie South and Longbar - 05,5c,Comfortable neighbourhoods,S02002132,Kilbirnie South and Longbar,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185918 +185918,S00122588,5a1,White Professionals,S01011347,Kilbirnie South and Longbar - 05,5c,Comfortable neighbourhoods,S02002132,Kilbirnie South and Longbar,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185919 +185919,S00122637,5a1,White Professionals,S01011349,Beith West - 02,8c,Comfortable suburbia,S02002133,Beith West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185920 +185920,S00122264,5b3,Self-Sufficient Retirement,S01011258,Saltcoats North West - 04,5c,Comfortable neighbourhoods,S02002115,Saltcoats North West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185921 +185921,S00122348,5b3,Self-Sufficient Retirement,S01011234,Stevenston Ardeer - 02,4a,Challenged white communities,S02002110,Stevenston Ardeer,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185922 +185922,S00122361,5b3,Self-Sufficient Retirement,S01011269,Stevenston North West - 03,4a,Challenged white communities,S02002117,Stevenston North West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185923 +185923,S00122363,5b3,Self-Sufficient Retirement,S01011269,Stevenston North West - 03,4a,Challenged white communities,S02002117,Stevenston North West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185924 +185924,S00122275,7d2,Retired Independent City Dwellers,S01011240,Saltcoats Central - 04,4d,Hard-pressed flat dwellers,S02002111,Saltcoats Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185925 +185925,S00122418,5b3,Self-Sufficient Retirement,S01011277,Kilwinning Whitehirst Park and Woodside - 01,8b,Ageing suburbanites,S02002119,Kilwinning Whitehirst Park and Woodside,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185926 +185926,S00122280,7d2,Retired Independent City Dwellers,S01011241,Saltcoats Central - 05,5a,Ageing urban communities,S02002111,Saltcoats Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185927 +185927,S00122502,5b3,Self-Sufficient Retirement,S01011295,Kilwinning Central and North - 02,5c,Comfortable neighbourhoods,S02002122,Kilwinning Central and North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185928 +185928,S00122503,5b3,Self-Sufficient Retirement,S01011295,Kilwinning Central and North - 02,5c,Comfortable neighbourhoods,S02002122,Kilwinning Central and North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185929 +185929,S00122515,5b3,Self-Sufficient Retirement,S01011313,West Kilbride and Seamill - 03,5c,Comfortable neighbourhoods,S02002126,West Kilbride and Seamill,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185930 +185930,S00122520,5b3,Self-Sufficient Retirement,S01011313,West Kilbride and Seamill - 03,5c,Comfortable neighbourhoods,S02002126,West Kilbride and Seamill,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185931 +185931,S00122521,5b3,Self-Sufficient Retirement,S01011313,West Kilbride and Seamill - 03,5c,Comfortable neighbourhoods,S02002126,West Kilbride and Seamill,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185932 +185932,S00122524,5b3,Self-Sufficient Retirement,S01011314,West Kilbride and Seamill - 04,5c,Comfortable neighbourhoods,S02002126,West Kilbride and Seamill,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185933 +185933,S00122526,5b3,Self-Sufficient Retirement,S01011314,West Kilbride and Seamill - 04,5c,Comfortable neighbourhoods,S02002126,West Kilbride and Seamill,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185934 +185934,S00122528,5b3,Self-Sufficient Retirement,S01011314,West Kilbride and Seamill - 04,5c,Comfortable neighbourhoods,S02002126,West Kilbride and Seamill,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185935 +185935,S00122536,5b3,Self-Sufficient Retirement,S01011316,West Kilbride and Seamill - 06,5d,Endeavouring social renters,S02002126,West Kilbride and Seamill,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185936 +185936,S00122554,5b3,Self-Sufficient Retirement,S01011301,Dalry East and Rural - 03,8c,Comfortable suburbia,S02002123,Dalry East and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185937 +185937,S00122567,5b3,Self-Sufficient Retirement,S01011303,Dalry West - 01,5a,Ageing urban communities,S02002124,Dalry West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185938 +185938,S00122608,5b3,Self-Sufficient Retirement,S01011342,Kilbirnie North - 05,5c,Comfortable neighbourhoods,S02002131,Kilbirnie North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185939 +185939,S00122617,5b3,Self-Sufficient Retirement,S01011341,Kilbirnie North - 04,5c,Comfortable neighbourhoods,S02002131,Kilbirnie North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185940 +185940,S00122639,5b3,Self-Sufficient Retirement,S01011349,Beith West - 02,8c,Comfortable suburbia,S02002133,Beith West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185941 +185941,S00122673,5b3,Self-Sufficient Retirement,S01011327,Largs Central and Cumbrae - 06,5a,Ageing urban communities,S02002128,Largs Central and Cumbrae,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185942 +185942,S00122675,5b3,Self-Sufficient Retirement,S01011327,Largs Central and Cumbrae - 06,5a,Ageing urban communities,S02002128,Largs Central and Cumbrae,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185943 +185943,S00122680,5b3,Self-Sufficient Retirement,S01011328,Largs Central and Cumbrae - 07,2d,Rural traits,S02002128,Largs Central and Cumbrae,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185944 +185944,S00122684,5b3,Self-Sufficient Retirement,S01011328,Largs Central and Cumbrae - 07,2d,Rural traits,S02002128,Largs Central and Cumbrae,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185945 +185945,S00122691,5b3,Self-Sufficient Retirement,S01011310,Fairlie and Rural - 04,5c,Comfortable neighbourhoods,S02002125,Fairlie and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185946 +185946,S00122692,5b3,Self-Sufficient Retirement,S01011310,Fairlie and Rural - 04,5c,Comfortable neighbourhoods,S02002125,Fairlie and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185947 +185947,S00122695,5b3,Self-Sufficient Retirement,S01011317,Largs South - 01,5a,Ageing urban communities,S02002127,Largs South,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185948 +185948,S00122715,5b3,Self-Sufficient Retirement,S01011329,Largs North - 01,5c,Comfortable neighbourhoods,S02002129,Largs North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185949 +185949,S00122720,5b3,Self-Sufficient Retirement,S01011329,Largs North - 01,5c,Comfortable neighbourhoods,S02002129,Largs North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185950 +185950,S00122771,5b3,Self-Sufficient Retirement,S01011330,Largs North - 02,8b,Ageing suburbanites,S02002129,Largs North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185951 +185951,S00122781,5b3,Self-Sufficient Retirement,S01011336,Skelmorlie and Rural - 03,5c,Comfortable neighbourhoods,S02002130,Skelmorlie and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185952 +185952,S00122782,5b3,Self-Sufficient Retirement,S01011336,Skelmorlie and Rural - 03,5c,Comfortable neighbourhoods,S02002130,Skelmorlie and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185953 +185953,S00122789,5b3,Self-Sufficient Retirement,S01011342,Kilbirnie North - 05,5c,Comfortable neighbourhoods,S02002131,Kilbirnie North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185954 +185954,S00122796,5b3,Self-Sufficient Retirement,S01011355,Beith East and Rural - 04,5e,Primary sector workers,S02002134,Beith East and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185955 +185955,S00122804,5b3,Self-Sufficient Retirement,S01011309,Fairlie and Rural - 03,8a,Affluent communities,S02002125,Fairlie and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185956 +185956,S00122837,5b3,Self-Sufficient Retirement,S01011200,Irvine Girdle Toll and Staneca - 02,5d,Endeavouring social renters,S02002103,Irvine Girdle Toll and Staneca,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185957 +185957,S00122889,5b3,Self-Sufficient Retirement,S01011347,Kilbirnie South and Longbar - 05,5c,Comfortable neighbourhoods,S02002132,Kilbirnie South and Longbar,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185958 +185958,S00122890,5b3,Self-Sufficient Retirement,S01011347,Kilbirnie South and Longbar - 05,5c,Comfortable neighbourhoods,S02002132,Kilbirnie South and Longbar,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185959 +185959,S00122978,5b3,Self-Sufficient Retirement,S01011249,Ardrossan North West - 04,8b,Ageing suburbanites,S02002113,Ardrossan North West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185960 +185960,S00122985,5b3,Self-Sufficient Retirement,S01011246,Ardrossan North West - 01,5c,Comfortable neighbourhoods,S02002113,Ardrossan North West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185961 +185961,S00122281,7d2,Retired Independent City Dwellers,S01011239,Saltcoats Central - 03,4d,Hard-pressed flat dwellers,S02002111,Saltcoats Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185962 +185962,S00122285,7d2,Retired Independent City Dwellers,S01011239,Saltcoats Central - 03,4d,Hard-pressed flat dwellers,S02002111,Saltcoats Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185963 +185963,S00122289,7d2,Retired Independent City Dwellers,S01011240,Saltcoats Central - 04,4d,Hard-pressed flat dwellers,S02002111,Saltcoats Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185964 +185964,S00122436,7d2,Retired Independent City Dwellers,S01011294,Kilwinning Central and North - 01,4a,Challenged white communities,S02002122,Kilwinning Central and North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185965 +185965,S00122589,7d2,Retired Independent City Dwellers,S01011347,Kilbirnie South and Longbar - 05,5c,Comfortable neighbourhoods,S02002132,Kilbirnie South and Longbar,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185966 +185966,S00122590,7d2,Retired Independent City Dwellers,S01011347,Kilbirnie South and Longbar - 05,5c,Comfortable neighbourhoods,S02002132,Kilbirnie South and Longbar,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185967 +185967,S00122591,7d2,Retired Independent City Dwellers,S01011347,Kilbirnie South and Longbar - 05,5c,Comfortable neighbourhoods,S02002132,Kilbirnie South and Longbar,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185968 +185968,S00122677,7d2,Retired Independent City Dwellers,S01011327,Largs Central and Cumbrae - 06,5a,Ageing urban communities,S02002128,Largs Central and Cumbrae,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185969 +185969,S00122713,7d2,Retired Independent City Dwellers,S01011326,Largs Central and Cumbrae - 05,4d,Hard-pressed flat dwellers,S02002128,Largs Central and Cumbrae,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185970 +185970,S00122717,7d2,Retired Independent City Dwellers,S01011329,Largs North - 01,5c,Comfortable neighbourhoods,S02002129,Largs North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185971 +185971,S00122731,7d2,Retired Independent City Dwellers,S01011333,Largs North - 05,8a,Affluent communities,S02002129,Largs North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185972 +185972,S00122751,7d2,Retired Independent City Dwellers,S01011325,Largs Central and Cumbrae - 04,4d,Hard-pressed flat dwellers,S02002128,Largs Central and Cumbrae,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185973 +185973,S00122800,7d2,Retired Independent City Dwellers,S01011327,Largs Central and Cumbrae - 06,5a,Ageing urban communities,S02002128,Largs Central and Cumbrae,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185974 +185974,S00122805,7d2,Retired Independent City Dwellers,S01011177,Arran - 07,2a,Ageing rural neighbourhoods,S02002097,Arran,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185975 +185975,S00122958,7d2,Retired Independent City Dwellers,S01011228,Irvine Central - 04,4a,Challenged white communities,S02002108,Irvine Central,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185976 +185976,S00123050,7d2,Retired Independent City Dwellers,S01011355,Beith East and Rural - 04,5e,Primary sector workers,S02002134,Beith East and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185977 +185977,S00123055,7d2,Retired Independent City Dwellers,S01011326,Largs Central and Cumbrae - 05,4d,Hard-pressed flat dwellers,S02002128,Largs Central and Cumbrae,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185978 +185978,S00123057,7d2,Retired Independent City Dwellers,S01011326,Largs Central and Cumbrae - 05,4d,Hard-pressed flat dwellers,S02002128,Largs Central and Cumbrae,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185979 +185979,S00123063,7d2,Retired Independent City Dwellers,S01011320,Largs South - 04,5c,Comfortable neighbourhoods,S02002127,Largs South,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185980 +185980,S00121906,1c1,Rural Employment and Retirees,S01011177,Arran - 07,2a,Ageing rural neighbourhoods,S02002097,Arran,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185981 +185981,S00121908,1c1,Rural Employment and Retirees,S01011172,Arran - 02,2c,Remoter communities,S02002097,Arran,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185982 +185982,S00121919,1c1,Rural Employment and Retirees,S01011173,Arran - 03,2a,Ageing rural neighbourhoods,S02002097,Arran,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185983 +185983,S00121922,1c1,Rural Employment and Retirees,S01011172,Arran - 02,2c,Remoter communities,S02002097,Arran,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185984 +185984,S00121933,1c1,Rural Employment and Retirees,S01011177,Arran - 07,2a,Ageing rural neighbourhoods,S02002097,Arran,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185985 +185985,S00122810,1c1,Rural Employment and Retirees,S01011171,Arran - 01,2c,Remoter communities,S02002097,Arran,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185986 +185986,S00122833,1c1,Rural Employment and Retirees,S01011233,Stevenston Ardeer - 01,5d,Endeavouring social renters,S02002110,Stevenston Ardeer,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185987 +185987,S00121898,1b1,Rural Life,S01011356,Beith East and Rural - 05,2c,Remoter communities,S02002134,Beith East and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185988 +185988,S00121940,1b1,Rural Life,S01011189,Dreghorn - 03,5a,Ageing urban communities,S02002100,Dreghorn,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185989 +185989,S00122371,1b1,Rural Life,S01011271,Stevenston North West - 05,5a,Ageing urban communities,S02002117,Stevenston North West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185990 +185990,S00122818,1b1,Rural Life,S01011171,Arran - 01,2c,Remoter communities,S02002097,Arran,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185991 +185991,S00122911,1b1,Rural Life,S01011181,Springside and Rural - 04,2c,Remoter communities,S02002098,Springside and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185992 +185992,S00123037,1b1,Rural Life,S01011303,Dalry West - 01,5a,Ageing urban communities,S02002124,Dalry West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185993 +185993,S00122793,1b2,Rural White-Collar Workers,S01011334,Skelmorlie and Rural - 01,2c,Remoter communities,S02002130,Skelmorlie and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185994 +185994,S00122881,1b2,Rural White-Collar Workers,S01011308,Fairlie and Rural - 02,2c,Remoter communities,S02002125,Fairlie and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185995 +185995,S00122883,1b2,Rural White-Collar Workers,S01011308,Fairlie and Rural - 02,2c,Remoter communities,S02002125,Fairlie and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185996 +185996,S00122913,1b2,Rural White-Collar Workers,S01011356,Beith East and Rural - 05,2c,Remoter communities,S02002134,Beith East and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185997 +185997,S00121897,1a1,Rural Workers and Families,S01011334,Skelmorlie and Rural - 01,2c,Remoter communities,S02002130,Skelmorlie and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185998 +185998,S00121911,1a1,Rural Workers and Families,S01011171,Arran - 01,2c,Remoter communities,S02002097,Arran,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,185999 +185999,S00122823,1a1,Rural Workers and Families,S01011334,Skelmorlie and Rural - 01,2c,Remoter communities,S02002130,Skelmorlie and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,186000 +186000,S00122332,8d1,Young Hard-Pressed Families,S01011264,Saltcoats North East - 04,4a,Challenged white communities,S02002116,Saltcoats North East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,186001 +186001,S00122336,8d1,Young Hard-Pressed Families,S01011265,Saltcoats North East - 05,4a,Challenged white communities,S02002116,Saltcoats North East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,186002 +186002,S00122338,8d1,Young Hard-Pressed Families,S01011265,Saltcoats North East - 05,4a,Challenged white communities,S02002116,Saltcoats North East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,186003 +186003,S00122339,8d1,Young Hard-Pressed Families,S01011234,Stevenston Ardeer - 02,4a,Challenged white communities,S02002110,Stevenston Ardeer,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,186004 +186004,S00122341,8d1,Young Hard-Pressed Families,S01011233,Stevenston Ardeer - 01,5d,Endeavouring social renters,S02002110,Stevenston Ardeer,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,186005 +186005,S00122342,8d1,Young Hard-Pressed Families,S01011234,Stevenston Ardeer - 02,4a,Challenged white communities,S02002110,Stevenston Ardeer,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,186006 +186006,S00122343,8d1,Young Hard-Pressed Families,S01011234,Stevenston Ardeer - 02,4a,Challenged white communities,S02002110,Stevenston Ardeer,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,186007 +186007,S00122344,8d1,Young Hard-Pressed Families,S01011234,Stevenston Ardeer - 02,4a,Challenged white communities,S02002110,Stevenston Ardeer,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,186008 +186008,S00126081,1a1,Rural Workers and Families,S01011809,West Mainland - 02,2c,Remoter communities,S02002214,West Mainland,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186009 +186009,S00125998,8c2,Ageing Rural Industry Workers,S01011804,"Stromness, Sandwick and Stenness - 01",5e,Primary sector workers,S02002213,"Stromness, Sandwick and Stenness",S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186010 +186010,S00126294,1b3,Ageing Rural Flat Tenants,S01012018,Rannoch and Aberfeldy - 06,2c,Remoter communities,S02002253,Rannoch and Aberfeldy,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186011 +186011,S00126677,6a4,Ageing in Suburbia,S01011944,Gannochy and Walnut Grove - 01,2b,Prospering countryside life,S02002240,Gannochy and Walnut Grove,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186012 +186012,S00125949,1a4,Older Farming Communities,S01011829,Isles - 03,2c,Remoter communities,S02002218,Isles,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186013 +186013,S00122391,8d1,Young Hard-Pressed Families,S01011276,Stevenston Hayocks - 05,4a,Challenged white communities,S02002118,Stevenston Hayocks,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,186014 +186014,S00122394,8d1,Young Hard-Pressed Families,S01011275,Stevenston Hayocks - 04,4a,Challenged white communities,S02002118,Stevenston Hayocks,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,186015 +186015,S00122397,8d1,Young Hard-Pressed Families,S01011275,Stevenston Hayocks - 04,4a,Challenged white communities,S02002118,Stevenston Hayocks,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,186016 +186016,S00122398,8d1,Young Hard-Pressed Families,S01011276,Stevenston Hayocks - 05,4a,Challenged white communities,S02002118,Stevenston Hayocks,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,186017 +186017,S00122404,8d1,Young Hard-Pressed Families,S01011286,Kilwinning Pennyburn - 02,4a,Challenged white communities,S02002120,Kilwinning Pennyburn,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,186018 +186018,S00122432,8d1,Young Hard-Pressed Families,S01011285,Kilwinning Pennyburn - 01,4a,Challenged white communities,S02002120,Kilwinning Pennyburn,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,186019 +186019,S00122562,8d1,Young Hard-Pressed Families,S01011304,Dalry West - 02,4a,Challenged white communities,S02002124,Dalry West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,186020 +186020,S00122564,8d1,Young Hard-Pressed Families,S01011304,Dalry West - 02,4a,Challenged white communities,S02002124,Dalry West,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,186021 +186021,S00122582,8d1,Young Hard-Pressed Families,S01011345,Kilbirnie South and Longbar - 03,4a,Challenged white communities,S02002132,Kilbirnie South and Longbar,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,186022 +186022,S00122583,8d1,Young Hard-Pressed Families,S01011345,Kilbirnie South and Longbar - 03,4a,Challenged white communities,S02002132,Kilbirnie South and Longbar,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,186023 +186023,S00122599,8d1,Young Hard-Pressed Families,S01011344,Kilbirnie South and Longbar - 02,4a,Challenged white communities,S02002132,Kilbirnie South and Longbar,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,186024 +186024,S00122600,8d1,Young Hard-Pressed Families,S01011344,Kilbirnie South and Longbar - 02,4a,Challenged white communities,S02002132,Kilbirnie South and Longbar,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,186025 +186025,S00122621,8d1,Young Hard-Pressed Families,S01011340,Kilbirnie North - 03,4a,Challenged white communities,S02002131,Kilbirnie North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,186026 +186026,S00122783,8d1,Young Hard-Pressed Families,S01011336,Skelmorlie and Rural - 03,5c,Comfortable neighbourhoods,S02002130,Skelmorlie and Rural,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,186027 +186027,S00122790,8d1,Young Hard-Pressed Families,S01011339,Kilbirnie North - 02,5d,Endeavouring social renters,S02002131,Kilbirnie North,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,186028 +186028,S00122844,8d1,Young Hard-Pressed Families,S01011286,Kilwinning Pennyburn - 02,4a,Challenged white communities,S02002120,Kilwinning Pennyburn,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,186029 +186029,S00122873,8d1,Young Hard-Pressed Families,S01011250,Ardrossan North East - 01,4a,Challenged white communities,S02002114,Ardrossan North East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,186030 +186030,S00122893,8d1,Young Hard-Pressed Families,S01011345,Kilbirnie South and Longbar - 03,4a,Challenged white communities,S02002132,Kilbirnie South and Longbar,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,186031 +186031,S00122908,8d1,Young Hard-Pressed Families,S01011316,West Kilbride and Seamill - 06,5d,Endeavouring social renters,S02002126,West Kilbride and Seamill,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,186032 +186032,S00122921,8d1,Young Hard-Pressed Families,S01011265,Saltcoats North East - 05,4a,Challenged white communities,S02002116,Saltcoats North East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,186033 +186033,S00123008,8d1,Young Hard-Pressed Families,S01011265,Saltcoats North East - 05,4a,Challenged white communities,S02002116,Saltcoats North East,S12000021,North Ayrshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,186034 +186034,S00126028,7d1,Ageing Communities and Families,S01011822,West Kirkwall - 05,4b,Constrained renters,S02002216,West Kirkwall,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186035 +186035,S00126002,8c1,Ageing Industrious Workers,S01011804,"Stromness, Sandwick and Stenness - 01",5e,Primary sector workers,S02002213,"Stromness, Sandwick and Stenness",S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186036 +186036,S00126084,8c1,Ageing Industrious Workers,S01011818,West Kirkwall - 01,5e,Primary sector workers,S02002216,West Kirkwall,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186037 +186037,S00125924,1b3,Ageing Rural Flat Tenants,S01011827,Isles - 01,2c,Remoter communities,S02002218,Isles,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186038 +186038,S00125944,1b3,Ageing Rural Flat Tenants,S01011828,Isles - 02,2c,Remoter communities,S02002218,Isles,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186039 +186039,S00125945,1b3,Ageing Rural Flat Tenants,S01011828,Isles - 02,2c,Remoter communities,S02002218,Isles,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186040 +186040,S00125947,1b3,Ageing Rural Flat Tenants,S01011829,Isles - 03,2c,Remoter communities,S02002218,Isles,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186041 +186041,S00125951,1b3,Ageing Rural Flat Tenants,S01011813,East Mainland - 01,2c,Remoter communities,S02002215,East Mainland,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186042 +186042,S00125959,1b3,Ageing Rural Flat Tenants,S01011808,West Mainland - 01,2c,Remoter communities,S02002214,West Mainland,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186043 +186043,S00125962,1b3,Ageing Rural Flat Tenants,S01011808,West Mainland - 01,2c,Remoter communities,S02002214,West Mainland,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186044 +186044,S00125989,1b3,Ageing Rural Flat Tenants,S01011832,Isles - 06,2c,Remoter communities,S02002218,Isles,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186045 +186045,S00126009,1b3,Ageing Rural Flat Tenants,S01011806,"Stromness, Sandwick and Stenness - 03",2d,Rural traits,S02002213,"Stromness, Sandwick and Stenness",S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186046 +186046,S00126029,1b3,Ageing Rural Flat Tenants,S01011820,West Kirkwall - 03,5a,Ageing urban communities,S02002216,West Kirkwall,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186047 +186047,S00126035,1b3,Ageing Rural Flat Tenants,S01011822,West Kirkwall - 05,4b,Constrained renters,S02002216,West Kirkwall,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186048 +186048,S00126046,1b3,Ageing Rural Flat Tenants,S01011823,East Kirkwall - 01,5e,Primary sector workers,S02002217,East Kirkwall,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186049 +186049,S00126048,1b3,Ageing Rural Flat Tenants,S01011825,East Kirkwall - 03,5e,Primary sector workers,S02002217,East Kirkwall,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186050 +186050,S00126049,1b3,Ageing Rural Flat Tenants,S01011825,East Kirkwall - 03,5e,Primary sector workers,S02002217,East Kirkwall,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186051 +186051,S00126062,1b3,Ageing Rural Flat Tenants,S01011825,East Kirkwall - 03,5e,Primary sector workers,S02002217,East Kirkwall,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186052 +186052,S00126089,1b3,Ageing Rural Flat Tenants,S01011820,West Kirkwall - 03,5a,Ageing urban communities,S02002216,West Kirkwall,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186053 +186053,S00126092,1b3,Ageing Rural Flat Tenants,S01011823,East Kirkwall - 01,5e,Primary sector workers,S02002217,East Kirkwall,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186054 +186054,S00125997,8c2,Ageing Rural Industry Workers,S01011804,"Stromness, Sandwick and Stenness - 01",5e,Primary sector workers,S02002213,"Stromness, Sandwick and Stenness",S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186055 +186055,S00125950,1a1,Rural Workers and Families,S01011814,East Mainland - 02,2c,Remoter communities,S02002215,East Mainland,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186056 +186056,S00127133,1b3,Ageing Rural Flat Tenants,S01011859,"Comrie, Gilmerton and St Fillans - 03",2d,Rural traits,S02002224,"Comrie, Gilmerton and St Fillans",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186057 +186057,S00126082,1a1,Rural Workers and Families,S01011809,West Mainland - 02,2c,Remoter communities,S02002214,West Mainland,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186058 +186058,S00126099,1a1,Rural Workers and Families,S01011807,"Stromness, Sandwick and Stenness - 04",2c,Remoter communities,S02002213,"Stromness, Sandwick and Stenness",S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186059 +186059,S00126300,1b3,Ageing Rural Flat Tenants,S01012016,Rannoch and Aberfeldy - 04,2a,Ageing rural neighbourhoods,S02002253,Rannoch and Aberfeldy,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186060 +186060,S00125953,1a1,Rural Workers and Families,S01011813,East Mainland - 01,2c,Remoter communities,S02002215,East Mainland,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186061 +186061,S00126100,1a1,Rural Workers and Families,S01011811,West Mainland - 04,2c,Remoter communities,S02002214,West Mainland,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186062 +186062,S00126001,8c2,Ageing Rural Industry Workers,S01011804,"Stromness, Sandwick and Stenness - 01",5e,Primary sector workers,S02002213,"Stromness, Sandwick and Stenness",S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186063 +186063,S00125985,1a4,Older Farming Communities,S01011810,West Mainland - 03,2c,Remoter communities,S02002214,West Mainland,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186064 +186064,S00127136,1b3,Ageing Rural Flat Tenants,S01011859,"Comrie, Gilmerton and St Fillans - 03",2d,Rural traits,S02002224,"Comrie, Gilmerton and St Fillans",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186065 +186065,S00126678,6a4,Ageing in Suburbia,S01011944,Gannochy and Walnut Grove - 01,2b,Prospering countryside life,S02002240,Gannochy and Walnut Grove,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186066 +186066,S00125954,1a1,Rural Workers and Families,S01011813,East Mainland - 01,2c,Remoter communities,S02002215,East Mainland,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186067 +186067,S00126317,1b3,Ageing Rural Flat Tenants,S01011841,Kinross - 04,5c,Comfortable neighbourhoods,S02002220,Kinross,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186068 +186068,S00126003,5b3,Self-Sufficient Retirement,S01011805,"Stromness, Sandwick and Stenness - 02",5e,Primary sector workers,S02002213,"Stromness, Sandwick and Stenness",S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186069 +186069,S00126020,8c2,Ageing Rural Industry Workers,S01011821,West Kirkwall - 04,4a,Challenged white communities,S02002216,West Kirkwall,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186070 +186070,S00126030,8c2,Ageing Rural Industry Workers,S01011819,West Kirkwall - 02,5e,Primary sector workers,S02002216,West Kirkwall,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186071 +186071,S00126036,8c2,Ageing Rural Industry Workers,S01011819,West Kirkwall - 02,5e,Primary sector workers,S02002216,West Kirkwall,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186072 +186072,S00126037,8c2,Ageing Rural Industry Workers,S01011824,East Kirkwall - 02,5e,Primary sector workers,S02002217,East Kirkwall,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186073 +186073,S00126045,8c2,Ageing Rural Industry Workers,S01011825,East Kirkwall - 03,5e,Primary sector workers,S02002217,East Kirkwall,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186074 +186074,S00126057,8c2,Ageing Rural Industry Workers,S01011804,"Stromness, Sandwick and Stenness - 01",5e,Primary sector workers,S02002213,"Stromness, Sandwick and Stenness",S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186075 +186075,S00126086,8c2,Ageing Rural Industry Workers,S01011820,West Kirkwall - 03,5a,Ageing urban communities,S02002216,West Kirkwall,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186076 +186076,S00126087,8c2,Ageing Rural Industry Workers,S01011820,West Kirkwall - 03,5a,Ageing urban communities,S02002216,West Kirkwall,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186077 +186077,S00126088,8c2,Ageing Rural Industry Workers,S01011821,West Kirkwall - 04,4a,Challenged white communities,S02002216,West Kirkwall,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186078 +186078,S00125922,1a3,Agricultural Communities,S01011827,Isles - 01,2c,Remoter communities,S02002218,Isles,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186079 +186079,S00125932,1a3,Agricultural Communities,S01011806,"Stromness, Sandwick and Stenness - 03",2d,Rural traits,S02002213,"Stromness, Sandwick and Stenness",S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186080 +186080,S00125978,1a3,Agricultural Communities,S01011811,West Mainland - 04,2c,Remoter communities,S02002214,West Mainland,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186081 +186081,S00126007,1a3,Agricultural Communities,S01011806,"Stromness, Sandwick and Stenness - 03",2d,Rural traits,S02002213,"Stromness, Sandwick and Stenness",S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186082 +186082,S00126016,6a2,Comfortable Suburbia,S01011818,West Kirkwall - 01,5e,Primary sector workers,S02002216,West Kirkwall,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186083 +186083,S00126066,6a2,Comfortable Suburbia,S01011817,East Mainland - 05,2c,Remoter communities,S02002215,East Mainland,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186084 +186084,S00126017,5b2,Communal Retirement,S01011820,West Kirkwall - 03,5a,Ageing urban communities,S02002216,West Kirkwall,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186085 +186085,S00126008,6a3,Detached Retirement Living,S01011806,"Stromness, Sandwick and Stenness - 03",2d,Rural traits,S02002213,"Stromness, Sandwick and Stenness",S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186086 +186086,S00126013,6a3,Detached Retirement Living,S01011818,West Kirkwall - 01,5e,Primary sector workers,S02002216,West Kirkwall,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186087 +186087,S00126015,6a3,Detached Retirement Living,S01011818,West Kirkwall - 01,5e,Primary sector workers,S02002216,West Kirkwall,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186088 +186088,S00126060,6a3,Detached Retirement Living,S01011823,East Kirkwall - 01,5e,Primary sector workers,S02002217,East Kirkwall,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186089 +186089,S00126061,6a3,Detached Retirement Living,S01011816,East Mainland - 04,2c,Remoter communities,S02002215,East Mainland,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186090 +186090,S00126070,6a3,Detached Retirement Living,S01011816,East Mainland - 04,2c,Remoter communities,S02002215,East Mainland,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186091 +186091,S00126096,6a3,Detached Retirement Living,S01011826,East Kirkwall - 04,5e,Primary sector workers,S02002217,East Kirkwall,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186092 +186092,S00125917,1c3,Detached Rural Retirement,S01011813,East Mainland - 01,2c,Remoter communities,S02002215,East Mainland,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186093 +186093,S00125928,1a2,Established Farming Communities,S01011806,"Stromness, Sandwick and Stenness - 03",2d,Rural traits,S02002213,"Stromness, Sandwick and Stenness",S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186094 +186094,S00126067,1a2,Established Farming Communities,S01011812,West Mainland - 05,2c,Remoter communities,S02002214,West Mainland,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186095 +186095,S00126050,5a3,Families in Terraces and Flats,S01011826,East Kirkwall - 04,5e,Primary sector workers,S02002217,East Kirkwall,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186096 +186096,S00125919,8d3,Hard-Pressed European Settlers,S01011815,East Mainland - 03,2c,Remoter communities,S02002215,East Mainland,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186097 +186097,S00126044,8d3,Hard-Pressed European Settlers,S01011823,East Kirkwall - 01,5e,Primary sector workers,S02002217,East Kirkwall,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186098 +186098,S00125999,8b2,Hard-Pressed Rented Terraces,S01011804,"Stromness, Sandwick and Stenness - 01",5e,Primary sector workers,S02002213,"Stromness, Sandwick and Stenness",S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186099 +186099,S00126034,8b2,Hard-Pressed Rented Terraces,S01011819,West Kirkwall - 02,5e,Primary sector workers,S02002216,West Kirkwall,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186100 +186100,S00126039,8b2,Hard-Pressed Rented Terraces,S01011824,East Kirkwall - 02,5e,Primary sector workers,S02002217,East Kirkwall,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186101 +186101,S00126041,8b2,Hard-Pressed Rented Terraces,S01011824,East Kirkwall - 02,5e,Primary sector workers,S02002217,East Kirkwall,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186102 +186102,S00126042,8b2,Hard-Pressed Rented Terraces,S01011824,East Kirkwall - 02,5e,Primary sector workers,S02002217,East Kirkwall,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186103 +186103,S00126090,8b2,Hard-Pressed Rented Terraces,S01011819,West Kirkwall - 02,5e,Primary sector workers,S02002216,West Kirkwall,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186104 +186104,S00125961,8a2,Industrious Hardship,S01011808,West Mainland - 01,2c,Remoter communities,S02002214,West Mainland,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186105 +186105,S00125996,8a2,Industrious Hardship,S01011805,"Stromness, Sandwick and Stenness - 02",5e,Primary sector workers,S02002213,"Stromness, Sandwick and Stenness",S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186106 +186106,S00126000,8a2,Industrious Hardship,S01011804,"Stromness, Sandwick and Stenness - 01",5e,Primary sector workers,S02002213,"Stromness, Sandwick and Stenness",S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186107 +186107,S00126010,8a2,Industrious Hardship,S01011806,"Stromness, Sandwick and Stenness - 03",2d,Rural traits,S02002213,"Stromness, Sandwick and Stenness",S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186108 +186108,S00126032,8a2,Industrious Hardship,S01011818,West Kirkwall - 01,5e,Primary sector workers,S02002216,West Kirkwall,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186109 +186109,S00126038,8a2,Industrious Hardship,S01011824,East Kirkwall - 02,5e,Primary sector workers,S02002217,East Kirkwall,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186110 +186110,S00126043,8a2,Industrious Hardship,S01011823,East Kirkwall - 01,5e,Primary sector workers,S02002217,East Kirkwall,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186111 +186111,S00126064,8a2,Industrious Hardship,S01011818,West Kirkwall - 01,5e,Primary sector workers,S02002216,West Kirkwall,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186112 +186112,S00126091,8a2,Industrious Hardship,S01011819,West Kirkwall - 02,5e,Primary sector workers,S02002216,West Kirkwall,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186113 +186113,S00126033,8a1,Industrious Transitions,S01011819,West Kirkwall - 02,5e,Primary sector workers,S02002216,West Kirkwall,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186114 +186114,S00126093,8a1,Industrious Transitions,S01011823,East Kirkwall - 01,5e,Primary sector workers,S02002217,East Kirkwall,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186115 +186115,S00126025,2c1,Migrant Families,S01011826,East Kirkwall - 04,5e,Primary sector workers,S02002217,East Kirkwall,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186116 +186116,S00125933,1a4,Older Farming Communities,S01011806,"Stromness, Sandwick and Stenness - 03",2d,Rural traits,S02002213,"Stromness, Sandwick and Stenness",S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186117 +186117,S00126014,1a4,Older Farming Communities,S01011818,West Kirkwall - 01,5e,Primary sector workers,S02002216,West Kirkwall,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186118 +186118,S00126682,6a4,Ageing in Suburbia,S01011945,Gannochy and Walnut Grove - 02,8a,Affluent communities,S02002240,Gannochy and Walnut Grove,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186119 +186119,S00126318,1b3,Ageing Rural Flat Tenants,S01011842,Kinross - 05,5e,Primary sector workers,S02002220,Kinross,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186120 +186120,S00127145,1b3,Ageing Rural Flat Tenants,S01011957,"Guildtown, Balbeggie and St Madoes - 02",2a,Ageing rural neighbourhoods,S02002242,"Guildtown, Balbeggie and St Madoes",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186121 +186121,S00125955,1a1,Rural Workers and Families,S01011814,East Mainland - 02,2c,Remoter communities,S02002215,East Mainland,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186122 +186122,S00126040,1a4,Older Farming Communities,S01011824,East Kirkwall - 02,5e,Primary sector workers,S02002217,East Kirkwall,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186123 +186123,S00127174,1b3,Ageing Rural Flat Tenants,S01011999,Stanley and Murthly - 05,2c,Remoter communities,S02002250,Stanley and Murthly,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186124 +186124,S00126004,5b3,Self-Sufficient Retirement,S01011805,"Stromness, Sandwick and Stenness - 02",5e,Primary sector workers,S02002213,"Stromness, Sandwick and Stenness",S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186125 +186125,S00126688,6a4,Ageing in Suburbia,S01011948,Gannochy and Walnut Grove - 05,5a,Ageing urban communities,S02002240,Gannochy and Walnut Grove,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186126 +186126,S00126330,1b3,Ageing Rural Flat Tenants,S01011842,Kinross - 05,5e,Primary sector workers,S02002220,Kinross,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186127 +186127,S00125956,1a1,Rural Workers and Families,S01011814,East Mainland - 02,2c,Remoter communities,S02002215,East Mainland,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186128 +186128,S00126729,6a4,Ageing in Suburbia,S01011889,Moncrieffe and Friarton - 03,5a,Ageing urban communities,S02002230,Moncrieffe and Friarton,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186129 +186129,S00126005,5b3,Self-Sufficient Retirement,S01011805,"Stromness, Sandwick and Stenness - 02",5e,Primary sector workers,S02002213,"Stromness, Sandwick and Stenness",S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186130 +186130,S00127178,1b3,Ageing Rural Flat Tenants,S01011998,Stanley and Murthly - 04,2b,Prospering countryside life,S02002250,Stanley and Murthly,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186131 +186131,S00126052,1a4,Older Farming Communities,S01011826,East Kirkwall - 04,5e,Primary sector workers,S02002217,East Kirkwall,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186132 +186132,S00127194,1b3,Ageing Rural Flat Tenants,S01012009,Pitlochry - 01,2a,Ageing rural neighbourhoods,S02002252,Pitlochry,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186133 +186133,S00126338,1b3,Ageing Rural Flat Tenants,S01011838,Kinross - 01,8a,Affluent communities,S02002220,Kinross,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186134 +186134,S00125957,1a1,Rural Workers and Families,S01011814,East Mainland - 02,2c,Remoter communities,S02002215,East Mainland,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186135 +186135,S00126749,6a4,Ageing in Suburbia,S01011897,"Viewlands, Craigie and Wellshill - 06",5c,Comfortable neighbourhoods,S02002231,"Viewlands, Craigie and Wellshill",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186136 +186136,S00126053,1a4,Older Farming Communities,S01011816,East Mainland - 04,2c,Remoter communities,S02002215,East Mainland,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186137 +186137,S00126006,5b3,Self-Sufficient Retirement,S01011805,"Stromness, Sandwick and Stenness - 02",5e,Primary sector workers,S02002213,"Stromness, Sandwick and Stenness",S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186138 +186138,S00127198,1b3,Ageing Rural Flat Tenants,S01012018,Rannoch and Aberfeldy - 06,2c,Remoter communities,S02002253,Rannoch and Aberfeldy,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186139 +186139,S00126362,1b3,Ageing Rural Flat Tenants,S01011879,"Glenfarg, Dunning and Rhynd - 04",2c,Remoter communities,S02002228,"Glenfarg, Dunning and Rhynd",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186140 +186140,S00125958,1a1,Rural Workers and Families,S01011830,Isles - 04,2c,Remoter communities,S02002218,Isles,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186141 +186141,S00125960,1a1,Rural Workers and Families,S01011808,West Mainland - 01,2c,Remoter communities,S02002214,West Mainland,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186142 +186142,S00125963,1a1,Rural Workers and Families,S01011810,West Mainland - 03,2c,Remoter communities,S02002214,West Mainland,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186143 +186143,S00125964,1a1,Rural Workers and Families,S01011810,West Mainland - 03,2c,Remoter communities,S02002214,West Mainland,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186144 +186144,S00125965,1a1,Rural Workers and Families,S01011808,West Mainland - 01,2c,Remoter communities,S02002214,West Mainland,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186145 +186145,S00125966,1a1,Rural Workers and Families,S01011809,West Mainland - 02,2c,Remoter communities,S02002214,West Mainland,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186146 +186146,S00125967,1a1,Rural Workers and Families,S01011810,West Mainland - 03,2c,Remoter communities,S02002214,West Mainland,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186147 +186147,S00125968,1a1,Rural Workers and Families,S01011810,West Mainland - 03,2c,Remoter communities,S02002214,West Mainland,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186148 +186148,S00125970,1a1,Rural Workers and Families,S01011811,West Mainland - 04,2c,Remoter communities,S02002214,West Mainland,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186149 +186149,S00125971,1a1,Rural Workers and Families,S01011810,West Mainland - 03,2c,Remoter communities,S02002214,West Mainland,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186150 +186150,S00125973,1a1,Rural Workers and Families,S01011811,West Mainland - 04,2c,Remoter communities,S02002214,West Mainland,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186151 +186151,S00125974,1a1,Rural Workers and Families,S01011811,West Mainland - 04,2c,Remoter communities,S02002214,West Mainland,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186152 +186152,S00125975,1a1,Rural Workers and Families,S01011811,West Mainland - 04,2c,Remoter communities,S02002214,West Mainland,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186153 +186153,S00125976,1a1,Rural Workers and Families,S01011811,West Mainland - 04,2c,Remoter communities,S02002214,West Mainland,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186154 +186154,S00125977,1a1,Rural Workers and Families,S01011811,West Mainland - 04,2c,Remoter communities,S02002214,West Mainland,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186155 +186155,S00125979,1a1,Rural Workers and Families,S01011811,West Mainland - 04,2c,Remoter communities,S02002214,West Mainland,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186156 +186156,S00125980,1a1,Rural Workers and Families,S01011812,West Mainland - 05,2c,Remoter communities,S02002214,West Mainland,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186157 +186157,S00125981,1a1,Rural Workers and Families,S01011812,West Mainland - 05,2c,Remoter communities,S02002214,West Mainland,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186158 +186158,S00125982,1a1,Rural Workers and Families,S01011812,West Mainland - 05,2c,Remoter communities,S02002214,West Mainland,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186159 +186159,S00125983,1a1,Rural Workers and Families,S01011812,West Mainland - 05,2c,Remoter communities,S02002214,West Mainland,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186160 +186160,S00125984,1a1,Rural Workers and Families,S01011810,West Mainland - 03,2c,Remoter communities,S02002214,West Mainland,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186161 +186161,S00125986,1a1,Rural Workers and Families,S01011810,West Mainland - 03,2c,Remoter communities,S02002214,West Mainland,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186162 +186162,S00125987,1a1,Rural Workers and Families,S01011832,Isles - 06,2c,Remoter communities,S02002218,Isles,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186163 +186163,S00125988,1a1,Rural Workers and Families,S01011832,Isles - 06,2c,Remoter communities,S02002218,Isles,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186164 +186164,S00125990,1a1,Rural Workers and Families,S01011832,Isles - 06,2c,Remoter communities,S02002218,Isles,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186165 +186165,S00125991,1a1,Rural Workers and Families,S01011832,Isles - 06,2c,Remoter communities,S02002218,Isles,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186166 +186166,S00125992,1a1,Rural Workers and Families,S01011832,Isles - 06,2c,Remoter communities,S02002218,Isles,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186167 +186167,S00125993,1a1,Rural Workers and Families,S01011832,Isles - 06,2c,Remoter communities,S02002218,Isles,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186168 +186168,S00125994,1a1,Rural Workers and Families,S01011832,Isles - 06,2c,Remoter communities,S02002218,Isles,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186169 +186169,S00125995,1a1,Rural Workers and Families,S01011831,Isles - 05,2c,Remoter communities,S02002218,Isles,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186170 +186170,S00126054,1a1,Rural Workers and Families,S01011831,Isles - 05,2c,Remoter communities,S02002218,Isles,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186171 +186171,S00126055,1a1,Rural Workers and Families,S01011831,Isles - 05,2c,Remoter communities,S02002218,Isles,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186172 +186172,S00126059,1a1,Rural Workers and Families,S01011827,Isles - 01,2c,Remoter communities,S02002218,Isles,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186173 +186173,S00126065,1a1,Rural Workers and Families,S01011808,West Mainland - 01,2c,Remoter communities,S02002214,West Mainland,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186174 +186174,S00126068,1a1,Rural Workers and Families,S01011830,Isles - 04,2c,Remoter communities,S02002218,Isles,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186175 +186175,S00126069,1a1,Rural Workers and Families,S01011830,Isles - 04,2c,Remoter communities,S02002218,Isles,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186176 +186176,S00126072,1a1,Rural Workers and Families,S01011809,West Mainland - 02,2c,Remoter communities,S02002214,West Mainland,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186177 +186177,S00126073,1a1,Rural Workers and Families,S01011807,"Stromness, Sandwick and Stenness - 04",2c,Remoter communities,S02002213,"Stromness, Sandwick and Stenness",S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186178 +186178,S00126074,1a1,Rural Workers and Families,S01011815,East Mainland - 03,2c,Remoter communities,S02002215,East Mainland,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186179 +186179,S00126075,1a1,Rural Workers and Families,S01011815,East Mainland - 03,2c,Remoter communities,S02002215,East Mainland,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186180 +186180,S00126076,1a1,Rural Workers and Families,S01011814,East Mainland - 02,2c,Remoter communities,S02002215,East Mainland,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186181 +186181,S00126077,1a1,Rural Workers and Families,S01011815,East Mainland - 03,2c,Remoter communities,S02002215,East Mainland,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186182 +186182,S00126078,1a1,Rural Workers and Families,S01011830,Isles - 04,2c,Remoter communities,S02002218,Isles,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186183 +186183,S00126080,1a1,Rural Workers and Families,S01011809,West Mainland - 02,2c,Remoter communities,S02002214,West Mainland,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186184 +186184,S00126830,6a4,Ageing in Suburbia,S01011951,Scone - 03,5c,Comfortable neighbourhoods,S02002241,Scone,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186185 +186185,S00126047,5b3,Self-Sufficient Retirement,S01011825,East Kirkwall - 03,5e,Primary sector workers,S02002217,East Kirkwall,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186186 +186186,S00126063,1a4,Older Farming Communities,S01011827,Isles - 01,2c,Remoter communities,S02002218,Isles,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186187 +186187,S00126370,1b3,Ageing Rural Flat Tenants,S01011855,Auchterarder - 04,5e,Primary sector workers,S02002223,Auchterarder,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186188 +186188,S00127203,1b3,Ageing Rural Flat Tenants,S01011839,Kinross - 02,8b,Ageing suburbanites,S02002220,Kinross,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186189 +186189,S00126071,1a4,Older Farming Communities,S01011816,East Mainland - 04,2c,Remoter communities,S02002215,East Mainland,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186190 +186190,S00127209,1b3,Ageing Rural Flat Tenants,S01011845,Milnathort and Crook of Devon - 03,2d,Rural traits,S02002221,Milnathort and Crook of Devon,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186191 +186191,S00126377,1b3,Ageing Rural Flat Tenants,S01011852,Auchterarder - 01,5e,Primary sector workers,S02002223,Auchterarder,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186192 +186192,S00126846,6a4,Ageing in Suburbia,S01011965,"Invergowrie, Longforgan and Abernyte - 01",5c,Comfortable neighbourhoods,S02002244,"Invergowrie, Longforgan and Abernyte",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186193 +186193,S00126095,6b4,Older Workers and Retirement,S01011826,East Kirkwall - 04,5e,Primary sector workers,S02002217,East Kirkwall,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186194 +186194,S00126051,5b3,Self-Sufficient Retirement,S01011826,East Kirkwall - 04,5e,Primary sector workers,S02002217,East Kirkwall,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186195 +186195,S00127210,1b3,Ageing Rural Flat Tenants,S01011846,Milnathort and Crook of Devon - 04,2b,Prospering countryside life,S02002221,Milnathort and Crook of Devon,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186196 +186196,S00126388,1b3,Ageing Rural Flat Tenants,S01011876,"Glenfarg, Dunning and Rhynd - 01",2c,Remoter communities,S02002228,"Glenfarg, Dunning and Rhynd",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186197 +186197,S00126866,6a4,Ageing in Suburbia,S01011966,"Invergowrie, Longforgan and Abernyte - 02",2b,Prospering countryside life,S02002244,"Invergowrie, Longforgan and Abernyte",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186198 +186198,S00126019,7c3,Outer City Hardship,S01011821,West Kirkwall - 04,4a,Challenged white communities,S02002216,West Kirkwall,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186199 +186199,S00126022,7c3,Outer City Hardship,S01011822,West Kirkwall - 05,4b,Constrained renters,S02002216,West Kirkwall,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186200 +186200,S00126026,7c3,Outer City Hardship,S01011822,West Kirkwall - 05,4b,Constrained renters,S02002216,West Kirkwall,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186201 +186201,S00126027,7c3,Outer City Hardship,S01011822,West Kirkwall - 05,4b,Constrained renters,S02002216,West Kirkwall,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186202 +186202,S00126085,7c3,Outer City Hardship,S01011821,West Kirkwall - 04,4a,Challenged white communities,S02002216,West Kirkwall,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186203 +186203,S00126094,7c3,Outer City Hardship,S01011826,East Kirkwall - 04,5e,Primary sector workers,S02002217,East Kirkwall,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186204 +186204,S00125939,1c1,Rural Employment and Retirees,S01011831,Isles - 05,2c,Remoter communities,S02002218,Isles,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186205 +186205,S00125972,1c1,Rural Employment and Retirees,S01011807,"Stromness, Sandwick and Stenness - 04",2c,Remoter communities,S02002213,"Stromness, Sandwick and Stenness",S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186206 +186206,S00126012,1c1,Rural Employment and Retirees,S01011818,West Kirkwall - 01,5e,Primary sector workers,S02002216,West Kirkwall,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186207 +186207,S00126056,1c1,Rural Employment and Retirees,S01011831,Isles - 05,2c,Remoter communities,S02002218,Isles,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186208 +186208,S00126079,1c1,Rural Employment and Retirees,S01011830,Isles - 04,2c,Remoter communities,S02002218,Isles,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186209 +186209,S00125925,1b1,Rural Life,S01011827,Isles - 01,2c,Remoter communities,S02002218,Isles,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186210 +186210,S00125952,1b1,Rural Life,S01011813,East Mainland - 01,2c,Remoter communities,S02002215,East Mainland,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186211 +186211,S00125969,1b1,Rural Life,S01011810,West Mainland - 03,2c,Remoter communities,S02002214,West Mainland,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186212 +186212,S00126083,1b1,Rural Life,S01011818,West Kirkwall - 01,5e,Primary sector workers,S02002216,West Kirkwall,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186213 +186213,S00126098,1b1,Rural Life,S01011819,West Kirkwall - 02,5e,Primary sector workers,S02002216,West Kirkwall,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186214 +186214,S00125911,1a1,Rural Workers and Families,S01011817,East Mainland - 05,2c,Remoter communities,S02002215,East Mainland,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186215 +186215,S00125912,1a1,Rural Workers and Families,S01011817,East Mainland - 05,2c,Remoter communities,S02002215,East Mainland,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186216 +186216,S00125913,1a1,Rural Workers and Families,S01011817,East Mainland - 05,2c,Remoter communities,S02002215,East Mainland,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186217 +186217,S00125914,1a1,Rural Workers and Families,S01011817,East Mainland - 05,2c,Remoter communities,S02002215,East Mainland,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186218 +186218,S00125915,1a1,Rural Workers and Families,S01011817,East Mainland - 05,2c,Remoter communities,S02002215,East Mainland,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186219 +186219,S00125916,1a1,Rural Workers and Families,S01011813,East Mainland - 01,2c,Remoter communities,S02002215,East Mainland,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186220 +186220,S00125918,1a1,Rural Workers and Families,S01011815,East Mainland - 03,2c,Remoter communities,S02002215,East Mainland,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186221 +186221,S00125921,1a1,Rural Workers and Families,S01011816,East Mainland - 04,2c,Remoter communities,S02002215,East Mainland,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186222 +186222,S00125923,1a1,Rural Workers and Families,S01011827,Isles - 01,2c,Remoter communities,S02002218,Isles,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186223 +186223,S00125926,1a1,Rural Workers and Families,S01011807,"Stromness, Sandwick and Stenness - 04",2c,Remoter communities,S02002213,"Stromness, Sandwick and Stenness",S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186224 +186224,S00125927,1a1,Rural Workers and Families,S01011807,"Stromness, Sandwick and Stenness - 04",2c,Remoter communities,S02002213,"Stromness, Sandwick and Stenness",S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186225 +186225,S00125929,1a1,Rural Workers and Families,S01011807,"Stromness, Sandwick and Stenness - 04",2c,Remoter communities,S02002213,"Stromness, Sandwick and Stenness",S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186226 +186226,S00125930,1a1,Rural Workers and Families,S01011807,"Stromness, Sandwick and Stenness - 04",2c,Remoter communities,S02002213,"Stromness, Sandwick and Stenness",S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186227 +186227,S00125931,1a1,Rural Workers and Families,S01011807,"Stromness, Sandwick and Stenness - 04",2c,Remoter communities,S02002213,"Stromness, Sandwick and Stenness",S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186228 +186228,S00125934,1a1,Rural Workers and Families,S01011807,"Stromness, Sandwick and Stenness - 04",2c,Remoter communities,S02002213,"Stromness, Sandwick and Stenness",S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186229 +186229,S00125935,1a1,Rural Workers and Families,S01011831,Isles - 05,2c,Remoter communities,S02002218,Isles,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186230 +186230,S00125936,1a1,Rural Workers and Families,S01011831,Isles - 05,2c,Remoter communities,S02002218,Isles,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186231 +186231,S00125937,1a1,Rural Workers and Families,S01011831,Isles - 05,2c,Remoter communities,S02002218,Isles,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186232 +186232,S00125938,1a1,Rural Workers and Families,S01011831,Isles - 05,2c,Remoter communities,S02002218,Isles,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186233 +186233,S00125940,1a1,Rural Workers and Families,S01011828,Isles - 02,2c,Remoter communities,S02002218,Isles,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186234 +186234,S00125941,1a1,Rural Workers and Families,S01011828,Isles - 02,2c,Remoter communities,S02002218,Isles,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186235 +186235,S00125942,1a1,Rural Workers and Families,S01011828,Isles - 02,2c,Remoter communities,S02002218,Isles,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186236 +186236,S00125943,1a1,Rural Workers and Families,S01011828,Isles - 02,2c,Remoter communities,S02002218,Isles,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186237 +186237,S00125946,1a1,Rural Workers and Families,S01011828,Isles - 02,2c,Remoter communities,S02002218,Isles,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186238 +186238,S00125948,1a1,Rural Workers and Families,S01011829,Isles - 03,2c,Remoter communities,S02002218,Isles,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186239 +186239,S00126396,1b3,Ageing Rural Flat Tenants,S01011885,Bridge of Earn and Abernethy - 05,2b,Prospering countryside life,S02002229,Bridge of Earn and Abernethy,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186240 +186240,S00126873,6a4,Ageing in Suburbia,S01011996,Stanley and Murthly - 02,5e,Primary sector workers,S02002250,Stanley and Murthly,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186241 +186241,S00126097,5b3,Self-Sufficient Retirement,S01011819,West Kirkwall - 02,5e,Primary sector workers,S02002216,West Kirkwall,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186242 +186242,S00126930,6a4,Ageing in Suburbia,S01011988,Blairgowrie West - 01,2a,Ageing rural neighbourhoods,S02002249,Blairgowrie West,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186243 +186243,S00126436,1b3,Ageing Rural Flat Tenants,S01011864,Crieff North - 03,8b,Ageing suburbanites,S02002225,Crieff North,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186244 +186244,S00127232,1b3,Ageing Rural Flat Tenants,S01011863,Crieff North - 02,5a,Ageing urban communities,S02002225,Crieff North,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186245 +186245,S00125920,6b3,Semi-Detached Ageing,S01011815,East Mainland - 03,2c,Remoter communities,S02002215,East Mainland,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186246 +186246,S00127005,6a4,Ageing in Suburbia,S01012010,Pitlochry - 02,5a,Ageing urban communities,S02002252,Pitlochry,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186247 +186247,S00127296,1b3,Ageing Rural Flat Tenants,S01011947,Gannochy and Walnut Grove - 04,2d,Rural traits,S02002240,Gannochy and Walnut Grove,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186248 +186248,S00126464,1b3,Ageing Rural Flat Tenants,S01011862,Crieff North - 01,2a,Ageing rural neighbourhoods,S02002225,Crieff North,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186249 +186249,S00126011,6b3,Semi-Detached Ageing,S01011818,West Kirkwall - 01,5e,Primary sector workers,S02002216,West Kirkwall,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186250 +186250,S00127042,6a4,Ageing in Suburbia,S01011878,"Glenfarg, Dunning and Rhynd - 03",2a,Ageing rural neighbourhoods,S02002228,"Glenfarg, Dunning and Rhynd",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186251 +186251,S00127327,1b3,Ageing Rural Flat Tenants,S01012004,Luncarty and Dunkeld - 03,2a,Ageing rural neighbourhoods,S02002251,Luncarty and Dunkeld,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186252 +186252,S00126680,1b3,Ageing Rural Flat Tenants,S01011946,Gannochy and Walnut Grove - 03,5e,Primary sector workers,S02002240,Gannochy and Walnut Grove,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186253 +186253,S00126021,7a1,Transitional Eastern European Neighbourhoods,S01011822,West Kirkwall - 05,4b,Constrained renters,S02002216,West Kirkwall,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186254 +186254,S00127091,6a4,Ageing in Suburbia,S01011885,Bridge of Earn and Abernethy - 05,2b,Prospering countryside life,S02002229,Bridge of Earn and Abernethy,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186255 +186255,S00127146,6a4,Ageing in Suburbia,S01011957,"Guildtown, Balbeggie and St Madoes - 02",2a,Ageing rural neighbourhoods,S02002242,"Guildtown, Balbeggie and St Madoes",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186256 +186256,S00127177,6a4,Ageing in Suburbia,S01011998,Stanley and Murthly - 04,2b,Prospering countryside life,S02002250,Stanley and Murthly,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186257 +186257,S00127216,6a4,Ageing in Suburbia,S01011854,Auchterarder - 03,5a,Ageing urban communities,S02002223,Auchterarder,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186258 +186258,S00127239,6a4,Ageing in Suburbia,S01011904,Western Edge - 01,8a,Affluent communities,S02002233,Western Edge,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186259 +186259,S00127295,6a4,Ageing in Suburbia,S01011948,Gannochy and Walnut Grove - 05,5a,Ageing urban communities,S02002240,Gannochy and Walnut Grove,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186260 +186260,S00127332,6a4,Ageing in Suburbia,S01012000,Stanley and Murthly - 06,8b,Ageing suburbanites,S02002250,Stanley and Murthly,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186261 +186261,S00127352,6a4,Ageing in Suburbia,S01011976,Alyth - 02,5e,Primary sector workers,S02002246,Alyth,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186262 +186262,S00127365,6a4,Ageing in Suburbia,S01012005,Luncarty and Dunkeld - 04,8c,Comfortable suburbia,S02002251,Luncarty and Dunkeld,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186263 +186263,S00126325,8c1,Ageing Industrious Workers,S01011842,Kinross - 05,5e,Primary sector workers,S02002220,Kinross,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186264 +186264,S00126348,8c1,Ageing Industrious Workers,S01011845,Milnathort and Crook of Devon - 03,2d,Rural traits,S02002221,Milnathort and Crook of Devon,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186265 +186265,S00126395,8c1,Ageing Industrious Workers,S01011886,Bridge of Earn and Abernethy - 06,2d,Rural traits,S02002229,Bridge of Earn and Abernethy,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186266 +186266,S00126748,8c1,Ageing Industrious Workers,S01011897,"Viewlands, Craigie and Wellshill - 06",5c,Comfortable neighbourhoods,S02002231,"Viewlands, Craigie and Wellshill",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186267 +186267,S00126794,8c1,Ageing Industrious Workers,S01012002,Luncarty and Dunkeld - 01,5a,Ageing urban communities,S02002251,Luncarty and Dunkeld,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186268 +186268,S00126798,8c1,Ageing Industrious Workers,S01012003,Luncarty and Dunkeld - 02,5c,Comfortable neighbourhoods,S02002251,Luncarty and Dunkeld,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186269 +186269,S00126814,8c1,Ageing Industrious Workers,S01011951,Scone - 03,5c,Comfortable neighbourhoods,S02002241,Scone,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186270 +186270,S00126815,8c1,Ageing Industrious Workers,S01011951,Scone - 03,5c,Comfortable neighbourhoods,S02002241,Scone,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186271 +186271,S00126861,8c1,Ageing Industrious Workers,S01011965,"Invergowrie, Longforgan and Abernyte - 01",5c,Comfortable neighbourhoods,S02002244,"Invergowrie, Longforgan and Abernyte",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186272 +186272,S00126869,8c1,Ageing Industrious Workers,S01011997,Stanley and Murthly - 03,5e,Primary sector workers,S02002250,Stanley and Murthly,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186273 +186273,S00126913,8c1,Ageing Industrious Workers,S01012008,Luncarty and Dunkeld - 07,2a,Ageing rural neighbourhoods,S02002251,Luncarty and Dunkeld,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186274 +186274,S00127009,8c1,Ageing Industrious Workers,S01012003,Luncarty and Dunkeld - 02,5c,Comfortable neighbourhoods,S02002251,Luncarty and Dunkeld,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186275 +186275,S00127088,8c1,Ageing Industrious Workers,S01011876,"Glenfarg, Dunning and Rhynd - 01",2c,Remoter communities,S02002228,"Glenfarg, Dunning and Rhynd",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186276 +186276,S00127264,8c1,Ageing Industrious Workers,S01011913,Letham - 04,4d,Hard-pressed flat dwellers,S02002234,Letham,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186277 +186277,S00127356,8c1,Ageing Industrious Workers,S01011976,Alyth - 02,5e,Primary sector workers,S02002246,Alyth,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186278 +186278,S00126106,1b3,Ageing Rural Flat Tenants,S01011833,"Powmill, Cleish and Scotlandwell - 01",2c,Remoter communities,S02002219,"Powmill, Cleish and Scotlandwell",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186279 +186279,S00126113,1b3,Ageing Rural Flat Tenants,S01011843,Milnathort and Crook of Devon - 01,2c,Remoter communities,S02002221,Milnathort and Crook of Devon,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186280 +186280,S00126119,1b3,Ageing Rural Flat Tenants,S01011836,"Powmill, Cleish and Scotlandwell - 04",2c,Remoter communities,S02002219,"Powmill, Cleish and Scotlandwell",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186281 +186281,S00126147,1b3,Ageing Rural Flat Tenants,S01011999,Stanley and Murthly - 05,2c,Remoter communities,S02002250,Stanley and Murthly,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186282 +186282,S00126148,1b3,Ageing Rural Flat Tenants,S01011999,Stanley and Murthly - 05,2c,Remoter communities,S02002250,Stanley and Murthly,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186283 +186283,S00126162,1b3,Ageing Rural Flat Tenants,S01011958,"Guildtown, Balbeggie and St Madoes - 03",2c,Remoter communities,S02002242,"Guildtown, Balbeggie and St Madoes",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186284 +186284,S00126168,1b3,Ageing Rural Flat Tenants,S01011959,"Guildtown, Balbeggie and St Madoes - 04",2c,Remoter communities,S02002242,"Guildtown, Balbeggie and St Madoes",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186285 +186285,S00126214,1b3,Ageing Rural Flat Tenants,S01011849,"Muthill, Greenloaning and Gleneagles - 03",2d,Rural traits,S02002222,"Muthill, Greenloaning and Gleneagles",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186286 +186286,S00126247,1b3,Ageing Rural Flat Tenants,S01011979,"Blair Atholl, Strathardle and Glenshee - 01",2c,Remoter communities,S02002247,"Blair Atholl, Strathardle and Glenshee",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186287 +186287,S00126255,1b3,Ageing Rural Flat Tenants,S01011981,"Blair Atholl, Strathardle and Glenshee - 03",2c,Remoter communities,S02002247,"Blair Atholl, Strathardle and Glenshee",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186288 +186288,S00126262,1b3,Ageing Rural Flat Tenants,S01011975,Alyth - 01,2c,Remoter communities,S02002246,Alyth,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186289 +186289,S00126268,1b3,Ageing Rural Flat Tenants,S01011974,Coupar Angus and Meigle - 06,2c,Remoter communities,S02002245,Coupar Angus and Meigle,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186290 +186290,S00126292,1b3,Ageing Rural Flat Tenants,S01012018,Rannoch and Aberfeldy - 06,2c,Remoter communities,S02002253,Rannoch and Aberfeldy,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186291 +186291,S00126023,7a1,Transitional Eastern European Neighbourhoods,S01011822,West Kirkwall - 05,4b,Constrained renters,S02002216,West Kirkwall,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186292 +186292,S00126691,1b3,Ageing Rural Flat Tenants,S01011947,Gannochy and Walnut Grove - 04,2d,Rural traits,S02002240,Gannochy and Walnut Grove,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186293 +186293,S00127350,1b3,Ageing Rural Flat Tenants,S01011978,Alyth - 04,5e,Primary sector workers,S02002246,Alyth,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186294 +186294,S00126024,7a1,Transitional Eastern European Neighbourhoods,S01011822,West Kirkwall - 05,4b,Constrained renters,S02002216,West Kirkwall,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186295 +186295,S00127357,1b3,Ageing Rural Flat Tenants,S01011978,Alyth - 04,5e,Primary sector workers,S02002246,Alyth,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186296 +186296,S00126727,1b3,Ageing Rural Flat Tenants,S01011889,Moncrieffe and Friarton - 03,5a,Ageing urban communities,S02002230,Moncrieffe and Friarton,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186297 +186297,S00126031,7a1,Transitional Eastern European Neighbourhoods,S01011819,West Kirkwall - 02,5e,Primary sector workers,S02002216,West Kirkwall,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186298 +186298,S00126234,8c2,Ageing Rural Industry Workers,S01012008,Luncarty and Dunkeld - 07,2a,Ageing rural neighbourhoods,S02002251,Luncarty and Dunkeld,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186299 +186299,S00126766,1b3,Ageing Rural Flat Tenants,S01011858,"Comrie, Gilmerton and St Fillans - 02",2a,Ageing rural neighbourhoods,S02002224,"Comrie, Gilmerton and St Fillans",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186300 +186300,S00126058,7a1,Transitional Eastern European Neighbourhoods,S01011804,"Stromness, Sandwick and Stenness - 01",5e,Primary sector workers,S02002213,"Stromness, Sandwick and Stenness",S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186301 +186301,S00126253,8c2,Ageing Rural Industry Workers,S01011984,Blairgowrie East (Rattray) - 01,4b,Constrained renters,S02002248,Blairgowrie East (Rattray),S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186302 +186302,S00126773,1b3,Ageing Rural Flat Tenants,S01011861,"Comrie, Gilmerton and St Fillans - 05",2a,Ageing rural neighbourhoods,S02002224,"Comrie, Gilmerton and St Fillans",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186303 +186303,S00126018,6b2,White Suburban Communities,S01011820,West Kirkwall - 03,5a,Ageing urban communities,S02002216,West Kirkwall,S12000023,Orkney Islands,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186304 +186304,S00126323,8c2,Ageing Rural Industry Workers,S01011842,Kinross - 05,5e,Primary sector workers,S02002220,Kinross,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186305 +186305,S00126793,1b3,Ageing Rural Flat Tenants,S01012003,Luncarty and Dunkeld - 02,5c,Comfortable neighbourhoods,S02002251,Luncarty and Dunkeld,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186306 +186306,S00126799,1b3,Ageing Rural Flat Tenants,S01011875,Aberuthven and Almondbank - 05,5c,Comfortable neighbourhoods,S02002227,Aberuthven and Almondbank,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186307 +186307,S00126829,1b3,Ageing Rural Flat Tenants,S01011953,Scone - 05,2b,Prospering countryside life,S02002241,Scone,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186308 +186308,S00126841,1b3,Ageing Rural Flat Tenants,S01011961,Errol and Inchture - 02,5c,Comfortable neighbourhoods,S02002243,Errol and Inchture,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186309 +186309,S00126842,1b3,Ageing Rural Flat Tenants,S01011960,Errol and Inchture - 01,2c,Remoter communities,S02002243,Errol and Inchture,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186310 +186310,S00126848,1b3,Ageing Rural Flat Tenants,S01011965,"Invergowrie, Longforgan and Abernyte - 01",5c,Comfortable neighbourhoods,S02002244,"Invergowrie, Longforgan and Abernyte",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186311 +186311,S00126862,1b3,Ageing Rural Flat Tenants,S01011967,"Invergowrie, Longforgan and Abernyte - 03",2a,Ageing rural neighbourhoods,S02002244,"Invergowrie, Longforgan and Abernyte",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186312 +186312,S00126867,1b3,Ageing Rural Flat Tenants,S01011997,Stanley and Murthly - 03,5e,Primary sector workers,S02002250,Stanley and Murthly,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186313 +186313,S00126872,1b3,Ageing Rural Flat Tenants,S01011997,Stanley and Murthly - 03,5e,Primary sector workers,S02002250,Stanley and Murthly,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186314 +186314,S00126874,1b3,Ageing Rural Flat Tenants,S01011997,Stanley and Murthly - 03,5e,Primary sector workers,S02002250,Stanley and Murthly,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186315 +186315,S00126879,1b3,Ageing Rural Flat Tenants,S01012000,Stanley and Murthly - 06,8b,Ageing suburbanites,S02002250,Stanley and Murthly,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186316 +186316,S00126884,1b3,Ageing Rural Flat Tenants,S01011971,Coupar Angus and Meigle - 03,2d,Rural traits,S02002245,Coupar Angus and Meigle,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186317 +186317,S00126888,1b3,Ageing Rural Flat Tenants,S01011971,Coupar Angus and Meigle - 03,2d,Rural traits,S02002245,Coupar Angus and Meigle,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186318 +186318,S00126903,1b3,Ageing Rural Flat Tenants,S01011974,Coupar Angus and Meigle - 06,2c,Remoter communities,S02002245,Coupar Angus and Meigle,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186319 +186319,S00126907,1b3,Ageing Rural Flat Tenants,S01011969,Coupar Angus and Meigle - 01,5e,Primary sector workers,S02002245,Coupar Angus and Meigle,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186320 +186320,S00126910,1b3,Ageing Rural Flat Tenants,S01012007,Luncarty and Dunkeld - 06,2a,Ageing rural neighbourhoods,S02002251,Luncarty and Dunkeld,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186321 +186321,S00126920,1b3,Ageing Rural Flat Tenants,S01011988,Blairgowrie West - 01,2a,Ageing rural neighbourhoods,S02002249,Blairgowrie West,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186322 +186322,S00126958,1b3,Ageing Rural Flat Tenants,S01011985,Blairgowrie East (Rattray) - 02,5a,Ageing urban communities,S02002248,Blairgowrie East (Rattray),S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186323 +186323,S00126966,1b3,Ageing Rural Flat Tenants,S01011987,Blairgowrie East (Rattray) - 04,5e,Primary sector workers,S02002248,Blairgowrie East (Rattray),S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186324 +186324,S00126975,1b3,Ageing Rural Flat Tenants,S01012014,Rannoch and Aberfeldy - 02,5e,Primary sector workers,S02002253,Rannoch and Aberfeldy,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186325 +186325,S00126980,1b3,Ageing Rural Flat Tenants,S01012015,Rannoch and Aberfeldy - 03,2d,Rural traits,S02002253,Rannoch and Aberfeldy,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186326 +186326,S00126981,1b3,Ageing Rural Flat Tenants,S01012015,Rannoch and Aberfeldy - 03,2d,Rural traits,S02002253,Rannoch and Aberfeldy,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186327 +186327,S00127001,1b3,Ageing Rural Flat Tenants,S01012011,Pitlochry - 03,5e,Primary sector workers,S02002252,Pitlochry,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186328 +186328,S00127021,1b3,Ageing Rural Flat Tenants,S01011991,Blairgowrie West - 04,5e,Primary sector workers,S02002249,Blairgowrie West,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186329 +186329,S00127022,1b3,Ageing Rural Flat Tenants,S01011992,Blairgowrie West - 05,5a,Ageing urban communities,S02002249,Blairgowrie West,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186330 +186330,S00127029,1b3,Ageing Rural Flat Tenants,S01011984,Blairgowrie East (Rattray) - 01,4b,Constrained renters,S02002248,Blairgowrie East (Rattray),S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186331 +186331,S00127052,1b3,Ageing Rural Flat Tenants,S01011871,Aberuthven and Almondbank - 01,2c,Remoter communities,S02002227,Aberuthven and Almondbank,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186332 +186332,S00127062,1b3,Ageing Rural Flat Tenants,S01011981,"Blair Atholl, Strathardle and Glenshee - 03",2c,Remoter communities,S02002247,"Blair Atholl, Strathardle and Glenshee",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186333 +186333,S00127076,1b3,Ageing Rural Flat Tenants,S01011844,Milnathort and Crook of Devon - 02,2a,Ageing rural neighbourhoods,S02002221,Milnathort and Crook of Devon,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186334 +186334,S00127080,1b3,Ageing Rural Flat Tenants,S01011848,"Muthill, Greenloaning and Gleneagles - 02",2c,Remoter communities,S02002222,"Muthill, Greenloaning and Gleneagles",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186335 +186335,S00127094,1b3,Ageing Rural Flat Tenants,S01011881,Bridge of Earn and Abernethy - 01,5a,Ageing urban communities,S02002229,Bridge of Earn and Abernethy,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186336 +186336,S00127131,1b3,Ageing Rural Flat Tenants,S01011893,"Viewlands, Craigie and Wellshill - 02",5c,Comfortable neighbourhoods,S02002231,"Viewlands, Craigie and Wellshill",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186337 +186337,S00126328,8c2,Ageing Rural Industry Workers,S01011842,Kinross - 05,5e,Primary sector workers,S02002220,Kinross,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186338 +186338,S00126331,8c2,Ageing Rural Industry Workers,S01011840,Kinross - 03,5e,Primary sector workers,S02002220,Kinross,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186339 +186339,S00126349,8c2,Ageing Rural Industry Workers,S01011845,Milnathort and Crook of Devon - 03,2d,Rural traits,S02002221,Milnathort and Crook of Devon,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186340 +186340,S00126372,8c2,Ageing Rural Industry Workers,S01011855,Auchterarder - 04,5e,Primary sector workers,S02002223,Auchterarder,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186341 +186341,S00126374,8c2,Ageing Rural Industry Workers,S01011852,Auchterarder - 01,5e,Primary sector workers,S02002223,Auchterarder,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186342 +186342,S00126384,8c2,Ageing Rural Industry Workers,S01011853,Auchterarder - 02,5e,Primary sector workers,S02002223,Auchterarder,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186343 +186343,S00126390,8c2,Ageing Rural Industry Workers,S01011877,"Glenfarg, Dunning and Rhynd - 02",2d,Rural traits,S02002228,"Glenfarg, Dunning and Rhynd",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186344 +186344,S00126392,8c2,Ageing Rural Industry Workers,S01011877,"Glenfarg, Dunning and Rhynd - 02",2d,Rural traits,S02002228,"Glenfarg, Dunning and Rhynd",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186345 +186345,S00126397,8c2,Ageing Rural Industry Workers,S01011851,"Muthill, Greenloaning and Gleneagles - 05",2a,Ageing rural neighbourhoods,S02002222,"Muthill, Greenloaning and Gleneagles",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186346 +186346,S00126399,8c2,Ageing Rural Industry Workers,S01011851,"Muthill, Greenloaning and Gleneagles - 05",2a,Ageing rural neighbourhoods,S02002222,"Muthill, Greenloaning and Gleneagles",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186347 +186347,S00126400,8c2,Ageing Rural Industry Workers,S01011851,"Muthill, Greenloaning and Gleneagles - 05",2a,Ageing rural neighbourhoods,S02002222,"Muthill, Greenloaning and Gleneagles",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186348 +186348,S00126401,8c2,Ageing Rural Industry Workers,S01011851,"Muthill, Greenloaning and Gleneagles - 05",2a,Ageing rural neighbourhoods,S02002222,"Muthill, Greenloaning and Gleneagles",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186349 +186349,S00126402,8c2,Ageing Rural Industry Workers,S01011851,"Muthill, Greenloaning and Gleneagles - 05",2a,Ageing rural neighbourhoods,S02002222,"Muthill, Greenloaning and Gleneagles",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186350 +186350,S00126403,8c2,Ageing Rural Industry Workers,S01011883,Bridge of Earn and Abernethy - 03,2a,Ageing rural neighbourhoods,S02002229,Bridge of Earn and Abernethy,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186351 +186351,S00126419,8c2,Ageing Rural Industry Workers,S01011870,Crieff South - 05,5e,Primary sector workers,S02002226,Crieff South,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186352 +186352,S00126423,8c2,Ageing Rural Industry Workers,S01011867,Crieff South - 02,5e,Primary sector workers,S02002226,Crieff South,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186353 +186353,S00126425,8c2,Ageing Rural Industry Workers,S01011867,Crieff South - 02,5e,Primary sector workers,S02002226,Crieff South,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186354 +186354,S00126428,8c2,Ageing Rural Industry Workers,S01011866,Crieff South - 01,5e,Primary sector workers,S02002226,Crieff South,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186355 +186355,S00126432,8c2,Ageing Rural Industry Workers,S01011866,Crieff South - 01,5e,Primary sector workers,S02002226,Crieff South,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186356 +186356,S00126448,8c2,Ageing Rural Industry Workers,S01011867,Crieff South - 02,5e,Primary sector workers,S02002226,Crieff South,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186357 +186357,S00126581,8c2,Ageing Rural Industry Workers,S01011916,Letham - 07,4a,Challenged white communities,S02002234,Letham,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186358 +186358,S00126600,8c2,Ageing Rural Industry Workers,S01011915,Letham - 06,4a,Challenged white communities,S02002234,Letham,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186359 +186359,S00126724,8c2,Ageing Rural Industry Workers,S01011887,Moncrieffe and Friarton - 01,5c,Comfortable neighbourhoods,S02002230,Moncrieffe and Friarton,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186360 +186360,S00126768,8c2,Ageing Rural Industry Workers,S01011858,"Comrie, Gilmerton and St Fillans - 02",2a,Ageing rural neighbourhoods,S02002224,"Comrie, Gilmerton and St Fillans",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186361 +186361,S00126797,8c2,Ageing Rural Industry Workers,S01012003,Luncarty and Dunkeld - 02,5c,Comfortable neighbourhoods,S02002251,Luncarty and Dunkeld,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186362 +186362,S00126804,8c2,Ageing Rural Industry Workers,S01011875,Aberuthven and Almondbank - 05,5c,Comfortable neighbourhoods,S02002227,Aberuthven and Almondbank,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186363 +186363,S00126871,8c2,Ageing Rural Industry Workers,S01011997,Stanley and Murthly - 03,5e,Primary sector workers,S02002250,Stanley and Murthly,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186364 +186364,S00126881,8c2,Ageing Rural Industry Workers,S01012001,Stanley and Murthly - 07,5e,Primary sector workers,S02002250,Stanley and Murthly,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186365 +186365,S00126882,8c2,Ageing Rural Industry Workers,S01012001,Stanley and Murthly - 07,5e,Primary sector workers,S02002250,Stanley and Murthly,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186366 +186366,S00126895,8c2,Ageing Rural Industry Workers,S01011969,Coupar Angus and Meigle - 01,5e,Primary sector workers,S02002245,Coupar Angus and Meigle,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186367 +186367,S00126898,8c2,Ageing Rural Industry Workers,S01011969,Coupar Angus and Meigle - 01,5e,Primary sector workers,S02002245,Coupar Angus and Meigle,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186368 +186368,S00126900,8c2,Ageing Rural Industry Workers,S01011969,Coupar Angus and Meigle - 01,5e,Primary sector workers,S02002245,Coupar Angus and Meigle,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186369 +186369,S00126320,7d1,Ageing Communities and Families,S01011841,Kinross - 04,5c,Comfortable neighbourhoods,S02002220,Kinross,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186370 +186370,S00126327,7d1,Ageing Communities and Families,S01011842,Kinross - 05,5e,Primary sector workers,S02002220,Kinross,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186371 +186371,S00126424,7d1,Ageing Communities and Families,S01011867,Crieff South - 02,5e,Primary sector workers,S02002226,Crieff South,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186372 +186372,S00126686,7d1,Ageing Communities and Families,S01011948,Gannochy and Walnut Grove - 05,5a,Ageing urban communities,S02002240,Gannochy and Walnut Grove,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186373 +186373,S00126706,7d1,Ageing Communities and Families,S01011938,Central and South Inch - 01,4b,Constrained renters,S02002239,Central and South Inch,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186374 +186374,S00126784,7d1,Ageing Communities and Families,S01011964,Errol and Inchture - 05,2d,Rural traits,S02002243,Errol and Inchture,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186375 +186375,S00126854,7d1,Ageing Communities and Families,S01011968,"Invergowrie, Longforgan and Abernyte - 04",5c,Comfortable neighbourhoods,S02002244,"Invergowrie, Longforgan and Abernyte",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186376 +186376,S00126915,7d1,Ageing Communities and Families,S01012007,Luncarty and Dunkeld - 06,2a,Ageing rural neighbourhoods,S02002251,Luncarty and Dunkeld,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186377 +186377,S00126916,7d1,Ageing Communities and Families,S01012008,Luncarty and Dunkeld - 07,2a,Ageing rural neighbourhoods,S02002251,Luncarty and Dunkeld,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186378 +186378,S00127003,7d1,Ageing Communities and Families,S01012011,Pitlochry - 03,5e,Primary sector workers,S02002252,Pitlochry,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186379 +186379,S00127233,7d1,Ageing Communities and Families,S01011863,Crieff North - 02,5a,Ageing urban communities,S02002225,Crieff North,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186380 +186380,S00127235,7d1,Ageing Communities and Families,S01011893,"Viewlands, Craigie and Wellshill - 02",5c,Comfortable neighbourhoods,S02002231,"Viewlands, Craigie and Wellshill",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186381 +186381,S00127292,7d1,Ageing Communities and Families,S01011946,Gannochy and Walnut Grove - 03,5e,Primary sector workers,S02002240,Gannochy and Walnut Grove,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186382 +186382,S00127294,7d1,Ageing Communities and Families,S01011948,Gannochy and Walnut Grove - 05,5a,Ageing urban communities,S02002240,Gannochy and Walnut Grove,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186383 +186383,S00127344,7d1,Ageing Communities and Families,S01012014,Rannoch and Aberfeldy - 02,5e,Primary sector workers,S02002253,Rannoch and Aberfeldy,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186384 +186384,S00127353,7d1,Ageing Communities and Families,S01012012,Pitlochry - 04,2a,Ageing rural neighbourhoods,S02002252,Pitlochry,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186385 +186385,S00127362,7d1,Ageing Communities and Families,S01011990,Blairgowrie West - 03,2d,Rural traits,S02002249,Blairgowrie West,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186386 +186386,S00126361,6a4,Ageing in Suburbia,S01011879,"Glenfarg, Dunning and Rhynd - 04",2c,Remoter communities,S02002228,"Glenfarg, Dunning and Rhynd",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186387 +186387,S00126367,6a4,Ageing in Suburbia,S01011856,Auchterarder - 05,8a,Affluent communities,S02002223,Auchterarder,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186388 +186388,S00126414,6a4,Ageing in Suburbia,S01011881,Bridge of Earn and Abernethy - 01,5a,Ageing urban communities,S02002229,Bridge of Earn and Abernethy,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186389 +186389,S00126439,6a4,Ageing in Suburbia,S01011864,Crieff North - 03,8b,Ageing suburbanites,S02002225,Crieff North,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186390 +186390,S00126441,6a4,Ageing in Suburbia,S01011863,Crieff North - 02,5a,Ageing urban communities,S02002225,Crieff North,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186391 +186391,S00126463,6a4,Ageing in Suburbia,S01011863,Crieff North - 02,5a,Ageing urban communities,S02002225,Crieff North,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186392 +186392,S00126468,6a4,Ageing in Suburbia,S01011862,Crieff North - 01,2a,Ageing rural neighbourhoods,S02002225,Crieff North,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186393 +186393,S00126472,6a4,Ageing in Suburbia,S01011899,Burghmuir and Oakbank - 01,8b,Ageing suburbanites,S02002232,Burghmuir and Oakbank,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186394 +186394,S00126487,6a4,Ageing in Suburbia,S01011903,Burghmuir and Oakbank - 05,8b,Ageing suburbanites,S02002232,Burghmuir and Oakbank,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186395 +186395,S00126499,6a4,Ageing in Suburbia,S01011897,"Viewlands, Craigie and Wellshill - 06",5c,Comfortable neighbourhoods,S02002231,"Viewlands, Craigie and Wellshill",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186396 +186396,S00126505,6a4,Ageing in Suburbia,S01011893,"Viewlands, Craigie and Wellshill - 02",5c,Comfortable neighbourhoods,S02002231,"Viewlands, Craigie and Wellshill",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186397 +186397,S00126515,6a4,Ageing in Suburbia,S01011902,Burghmuir and Oakbank - 04,8b,Ageing suburbanites,S02002232,Burghmuir and Oakbank,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186398 +186398,S00126516,6a4,Ageing in Suburbia,S01011902,Burghmuir and Oakbank - 04,8b,Ageing suburbanites,S02002232,Burghmuir and Oakbank,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186399 +186399,S00126666,6a4,Ageing in Suburbia,S01011934,Muirton - 04,3d,Households in terraces and flats,S02002237,Muirton,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186400 +186400,S00126486,6a3,Detached Retirement Living,S01011902,Burghmuir and Oakbank - 04,8b,Ageing suburbanites,S02002232,Burghmuir and Oakbank,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186401 +186401,S00126912,5b2,Communal Retirement,S01012007,Luncarty and Dunkeld - 06,2a,Ageing rural neighbourhoods,S02002251,Luncarty and Dunkeld,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186402 +186402,S00126774,1a3,Agricultural Communities,S01011861,"Comrie, Gilmerton and St Fillans - 05",2a,Ageing rural neighbourhoods,S02002224,"Comrie, Gilmerton and St Fillans",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186403 +186403,S00126901,8c2,Ageing Rural Industry Workers,S01011970,Coupar Angus and Meigle - 02,4b,Constrained renters,S02002245,Coupar Angus and Meigle,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186404 +186404,S00126167,1a3,Agricultural Communities,S01011958,"Guildtown, Balbeggie and St Madoes - 03",2c,Remoter communities,S02002242,"Guildtown, Balbeggie and St Madoes",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186405 +186405,S00126178,6a2,Comfortable Suburbia,S01011956,"Guildtown, Balbeggie and St Madoes - 01",2b,Prospering countryside life,S02002242,"Guildtown, Balbeggie and St Madoes",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186406 +186406,S00127159,6a3,Detached Retirement Living,S01011843,Milnathort and Crook of Devon - 01,2c,Remoter communities,S02002221,Milnathort and Crook of Devon,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186407 +186407,S00126647,5b1,Delayed Retirement,S01011934,Muirton - 04,3d,Households in terraces and flats,S02002237,Muirton,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186408 +186408,S00126905,8c2,Ageing Rural Industry Workers,S01011970,Coupar Angus and Meigle - 02,4b,Constrained renters,S02002245,Coupar Angus and Meigle,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186409 +186409,S00126489,6a3,Detached Retirement Living,S01011903,Burghmuir and Oakbank - 05,8b,Ageing suburbanites,S02002232,Burghmuir and Oakbank,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186410 +186410,S00126982,1a3,Agricultural Communities,S01011975,Alyth - 01,2c,Remoter communities,S02002246,Alyth,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186411 +186411,S00126709,5b1,Delayed Retirement,S01011938,Central and South Inch - 01,4b,Constrained renters,S02002239,Central and South Inch,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186412 +186412,S00126925,8c2,Ageing Rural Industry Workers,S01011989,Blairgowrie West - 02,5e,Primary sector workers,S02002249,Blairgowrie West,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186413 +186413,S00126939,8c2,Ageing Rural Industry Workers,S01011989,Blairgowrie West - 02,5e,Primary sector workers,S02002249,Blairgowrie West,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186414 +186414,S00126949,8c2,Ageing Rural Industry Workers,S01011992,Blairgowrie West - 05,5a,Ageing urban communities,S02002249,Blairgowrie West,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186415 +186415,S00126961,8c2,Ageing Rural Industry Workers,S01011987,Blairgowrie East (Rattray) - 04,5e,Primary sector workers,S02002248,Blairgowrie East (Rattray),S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186416 +186416,S00126964,8c2,Ageing Rural Industry Workers,S01011987,Blairgowrie East (Rattray) - 04,5e,Primary sector workers,S02002248,Blairgowrie East (Rattray),S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186417 +186417,S00126969,8c2,Ageing Rural Industry Workers,S01011986,Blairgowrie East (Rattray) - 03,4b,Constrained renters,S02002248,Blairgowrie East (Rattray),S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186418 +186418,S00126976,8c2,Ageing Rural Industry Workers,S01012013,Rannoch and Aberfeldy - 01,2c,Remoter communities,S02002253,Rannoch and Aberfeldy,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186419 +186419,S00126978,8c2,Ageing Rural Industry Workers,S01012015,Rannoch and Aberfeldy - 03,2d,Rural traits,S02002253,Rannoch and Aberfeldy,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186420 +186420,S00126989,8c2,Ageing Rural Industry Workers,S01011977,Alyth - 03,2d,Rural traits,S02002246,Alyth,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186421 +186421,S00127023,8c2,Ageing Rural Industry Workers,S01011989,Blairgowrie West - 02,5e,Primary sector workers,S02002249,Blairgowrie West,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186422 +186422,S00127030,8c2,Ageing Rural Industry Workers,S01011986,Blairgowrie East (Rattray) - 03,4b,Constrained renters,S02002248,Blairgowrie East (Rattray),S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186423 +186423,S00127038,1a3,Agricultural Communities,S01011957,"Guildtown, Balbeggie and St Madoes - 02",2a,Ageing rural neighbourhoods,S02002242,"Guildtown, Balbeggie and St Madoes",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186424 +186424,S00127031,8c2,Ageing Rural Industry Workers,S01012014,Rannoch and Aberfeldy - 02,5e,Primary sector workers,S02002253,Rannoch and Aberfeldy,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186425 +186425,S00126732,5b1,Delayed Retirement,S01011892,"Viewlands, Craigie and Wellshill - 01",3a,Achieving neighbourhoods,S02002231,"Viewlands, Craigie and Wellshill",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186426 +186426,S00126490,6a3,Detached Retirement Living,S01011900,Burghmuir and Oakbank - 02,8b,Ageing suburbanites,S02002232,Burghmuir and Oakbank,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186427 +186427,S00126960,5b2,Communal Retirement,S01011985,Blairgowrie East (Rattray) - 02,5a,Ageing urban communities,S02002248,Blairgowrie East (Rattray),S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186428 +186428,S00126169,1a3,Agricultural Communities,S01011959,"Guildtown, Balbeggie and St Madoes - 04",2c,Remoter communities,S02002242,"Guildtown, Balbeggie and St Madoes",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186429 +186429,S00126974,5b2,Communal Retirement,S01012014,Rannoch and Aberfeldy - 02,5e,Primary sector workers,S02002253,Rannoch and Aberfeldy,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186430 +186430,S00127043,1a3,Agricultural Communities,S01011876,"Glenfarg, Dunning and Rhynd - 01",2c,Remoter communities,S02002228,"Glenfarg, Dunning and Rhynd",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186431 +186431,S00126493,6a3,Detached Retirement Living,S01011903,Burghmuir and Oakbank - 05,8b,Ageing suburbanites,S02002232,Burghmuir and Oakbank,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186432 +186432,S00126739,5b1,Delayed Retirement,S01011892,"Viewlands, Craigie and Wellshill - 01",3a,Achieving neighbourhoods,S02002231,"Viewlands, Craigie and Wellshill",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186433 +186433,S00127033,8c2,Ageing Rural Industry Workers,S01011977,Alyth - 03,2d,Rural traits,S02002246,Alyth,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186434 +186434,S00126189,6a2,Comfortable Suburbia,S01011963,Errol and Inchture - 04,5c,Comfortable neighbourhoods,S02002243,Errol and Inchture,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186435 +186435,S00127176,6a3,Detached Retirement Living,S01011998,Stanley and Murthly - 04,2b,Prospering countryside life,S02002250,Stanley and Murthly,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186436 +186436,S00126996,5b2,Communal Retirement,S01012010,Pitlochry - 02,5a,Ageing urban communities,S02002252,Pitlochry,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186437 +186437,S00127046,1a3,Agricultural Communities,S01011877,"Glenfarg, Dunning and Rhynd - 02",2d,Rural traits,S02002228,"Glenfarg, Dunning and Rhynd",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186438 +186438,S00127204,6a3,Detached Retirement Living,S01011840,Kinross - 03,5e,Primary sector workers,S02002220,Kinross,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186439 +186439,S00127205,6a3,Detached Retirement Living,S01011840,Kinross - 03,5e,Primary sector workers,S02002220,Kinross,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186440 +186440,S00127206,6a3,Detached Retirement Living,S01011839,Kinross - 02,8b,Ageing suburbanites,S02002220,Kinross,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186441 +186441,S00127208,6a3,Detached Retirement Living,S01011845,Milnathort and Crook of Devon - 03,2d,Rural traits,S02002221,Milnathort and Crook of Devon,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186442 +186442,S00127219,6a3,Detached Retirement Living,S01011886,Bridge of Earn and Abernethy - 06,2d,Rural traits,S02002229,Bridge of Earn and Abernethy,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186443 +186443,S00127221,6a3,Detached Retirement Living,S01011886,Bridge of Earn and Abernethy - 06,2d,Rural traits,S02002229,Bridge of Earn and Abernethy,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186444 +186444,S00127228,6a3,Detached Retirement Living,S01011870,Crieff South - 05,5e,Primary sector workers,S02002226,Crieff South,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186445 +186445,S00127229,6a3,Detached Retirement Living,S01011862,Crieff North - 01,2a,Ageing rural neighbourhoods,S02002225,Crieff North,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186446 +186446,S00127247,6a3,Detached Retirement Living,S01011907,Western Edge - 04,5b,Aspiring urban households,S02002233,Western Edge,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186447 +186447,S00127248,6a3,Detached Retirement Living,S01011906,Western Edge - 03,8c,Comfortable suburbia,S02002233,Western Edge,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186448 +186448,S00127289,6a3,Detached Retirement Living,S01011945,Gannochy and Walnut Grove - 02,8a,Affluent communities,S02002240,Gannochy and Walnut Grove,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186449 +186449,S00127290,6a3,Detached Retirement Living,S01011945,Gannochy and Walnut Grove - 02,8a,Affluent communities,S02002240,Gannochy and Walnut Grove,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186450 +186450,S00127326,6a3,Detached Retirement Living,S01011968,"Invergowrie, Longforgan and Abernyte - 04",5c,Comfortable neighbourhoods,S02002244,"Invergowrie, Longforgan and Abernyte",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186451 +186451,S00127334,6a3,Detached Retirement Living,S01011994,Blairgowrie West - 07,2a,Ageing rural neighbourhoods,S02002249,Blairgowrie West,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186452 +186452,S00127336,6a3,Detached Retirement Living,S01011994,Blairgowrie West - 07,2a,Ageing rural neighbourhoods,S02002249,Blairgowrie West,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186453 +186453,S00127372,6a3,Detached Retirement Living,S01011838,Kinross - 01,8a,Affluent communities,S02002220,Kinross,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186454 +186454,S00127375,6a3,Detached Retirement Living,S01011856,Auchterarder - 05,8a,Affluent communities,S02002223,Auchterarder,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186455 +186455,S00126170,1a3,Agricultural Communities,S01011972,Coupar Angus and Meigle - 04,2c,Remoter communities,S02002245,Coupar Angus and Meigle,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186456 +186456,S00127376,6a3,Detached Retirement Living,S01011856,Auchterarder - 05,8a,Affluent communities,S02002223,Auchterarder,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186457 +186457,S00126127,1c3,Detached Rural Retirement,S01011833,"Powmill, Cleish and Scotlandwell - 01",2c,Remoter communities,S02002219,"Powmill, Cleish and Scotlandwell",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186458 +186458,S00126313,1c3,Detached Rural Retirement,S01011981,"Blair Atholl, Strathardle and Glenshee - 03",2c,Remoter communities,S02002247,"Blair Atholl, Strathardle and Glenshee",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186459 +186459,S00126315,1c3,Detached Rural Retirement,S01011983,"Blair Atholl, Strathardle and Glenshee - 05",2a,Ageing rural neighbourhoods,S02002247,"Blair Atholl, Strathardle and Glenshee",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186460 +186460,S00126452,1c3,Detached Rural Retirement,S01011869,Crieff South - 04,5e,Primary sector workers,S02002226,Crieff South,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186461 +186461,S00126502,1c3,Detached Rural Retirement,S01011895,"Viewlands, Craigie and Wellshill - 04",8a,Affluent communities,S02002231,"Viewlands, Craigie and Wellshill",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186462 +186462,S00126762,1c3,Detached Rural Retirement,S01011895,"Viewlands, Craigie and Wellshill - 04",8a,Affluent communities,S02002231,"Viewlands, Craigie and Wellshill",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186463 +186463,S00126919,1c3,Detached Rural Retirement,S01011988,Blairgowrie West - 01,2a,Ageing rural neighbourhoods,S02002249,Blairgowrie West,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186464 +186464,S00126936,1c3,Detached Rural Retirement,S01011991,Blairgowrie West - 04,5e,Primary sector workers,S02002249,Blairgowrie West,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186465 +186465,S00126993,1c3,Detached Rural Retirement,S01012012,Pitlochry - 04,2a,Ageing rural neighbourhoods,S02002252,Pitlochry,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186466 +186466,S00126995,1c3,Detached Rural Retirement,S01012010,Pitlochry - 02,5a,Ageing urban communities,S02002252,Pitlochry,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186467 +186467,S00127053,1c3,Detached Rural Retirement,S01011850,"Muthill, Greenloaning and Gleneagles - 04",2a,Ageing rural neighbourhoods,S02002222,"Muthill, Greenloaning and Gleneagles",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186468 +186468,S00127200,1c3,Detached Rural Retirement,S01012012,Pitlochry - 04,2a,Ageing rural neighbourhoods,S02002252,Pitlochry,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186469 +186469,S00127226,1c3,Detached Rural Retirement,S01011863,Crieff North - 02,5a,Ageing urban communities,S02002225,Crieff North,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186470 +186470,S00127340,1c3,Detached Rural Retirement,S01011985,Blairgowrie East (Rattray) - 02,5a,Ageing urban communities,S02002248,Blairgowrie East (Rattray),S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186471 +186471,S00127358,1c3,Detached Rural Retirement,S01012004,Luncarty and Dunkeld - 03,2a,Ageing rural neighbourhoods,S02002251,Luncarty and Dunkeld,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186472 +186472,S00126427,7b1,Eastern European Communities,S01011867,Crieff South - 02,5e,Primary sector workers,S02002226,Crieff South,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186473 +186473,S00126524,7b1,Eastern European Communities,S01011910,Letham - 01,4d,Hard-pressed flat dwellers,S02002234,Letham,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186474 +186474,S00126526,7b1,Eastern European Communities,S01011910,Letham - 01,4d,Hard-pressed flat dwellers,S02002234,Letham,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186475 +186475,S00126527,7b1,Eastern European Communities,S01011914,Letham - 05,4d,Hard-pressed flat dwellers,S02002234,Letham,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186476 +186476,S00126530,7b1,Eastern European Communities,S01011913,Letham - 04,4d,Hard-pressed flat dwellers,S02002234,Letham,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186477 +186477,S00126535,7b1,Eastern European Communities,S01011913,Letham - 04,4d,Hard-pressed flat dwellers,S02002234,Letham,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186478 +186478,S00126549,7b1,Eastern European Communities,S01011921,"Hillyland, Tulloch and Inveralmond - 04",4d,Hard-pressed flat dwellers,S02002235,"Hillyland, Tulloch and Inveralmond",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186479 +186479,S00126564,7b1,Eastern European Communities,S01011922,"Hillyland, Tulloch and Inveralmond - 05",4d,Hard-pressed flat dwellers,S02002235,"Hillyland, Tulloch and Inveralmond",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186480 +186480,S00126570,7b1,Eastern European Communities,S01011918,"Hillyland, Tulloch and Inveralmond - 01",4d,Hard-pressed flat dwellers,S02002235,"Hillyland, Tulloch and Inveralmond",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186481 +186481,S00126577,7b1,Eastern European Communities,S01011919,"Hillyland, Tulloch and Inveralmond - 02",4b,Constrained renters,S02002235,"Hillyland, Tulloch and Inveralmond",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186482 +186482,S00126592,7b1,Eastern European Communities,S01011914,Letham - 05,4d,Hard-pressed flat dwellers,S02002234,Letham,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186483 +186483,S00126598,7b1,Eastern European Communities,S01011914,Letham - 05,4d,Hard-pressed flat dwellers,S02002234,Letham,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186484 +186484,S00126601,7b1,Eastern European Communities,S01011914,Letham - 05,4d,Hard-pressed flat dwellers,S02002234,Letham,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186485 +186485,S00126613,7b1,Eastern European Communities,S01011927,North Muirton and Old Scone - 02,4a,Challenged white communities,S02002236,North Muirton and Old Scone,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186486 +186486,S00126631,7b1,Eastern European Communities,S01011943,Central and South Inch - 06,1a,Cosmopolitan student neighbourhoods,S02002239,Central and South Inch,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186487 +186487,S00127004,5b2,Communal Retirement,S01012011,Pitlochry - 03,5e,Primary sector workers,S02002252,Pitlochry,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186488 +186488,S00127034,8c2,Ageing Rural Industry Workers,S01011977,Alyth - 03,2d,Rural traits,S02002246,Alyth,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186489 +186489,S00126494,6a3,Detached Retirement Living,S01011901,Burghmuir and Oakbank - 03,8c,Comfortable suburbia,S02002232,Burghmuir and Oakbank,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186490 +186490,S00126201,6a2,Comfortable Suburbia,S01011886,Bridge of Earn and Abernethy - 06,2d,Rural traits,S02002229,Bridge of Earn and Abernethy,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186491 +186491,S00126753,5b1,Delayed Retirement,S01011896,"Viewlands, Craigie and Wellshill - 05",5c,Comfortable neighbourhoods,S02002231,"Viewlands, Craigie and Wellshill",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186492 +186492,S00127047,1a3,Agricultural Communities,S01011873,Aberuthven and Almondbank - 03,2b,Prospering countryside life,S02002227,Aberuthven and Almondbank,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186493 +186493,S00126757,5b1,Delayed Retirement,S01011893,"Viewlands, Craigie and Wellshill - 02",5c,Comfortable neighbourhoods,S02002231,"Viewlands, Craigie and Wellshill",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186494 +186494,S00126851,5b1,Delayed Retirement,S01011965,"Invergowrie, Longforgan and Abernyte - 01",5c,Comfortable neighbourhoods,S02002244,"Invergowrie, Longforgan and Abernyte",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186495 +186495,S00126856,5b1,Delayed Retirement,S01011968,"Invergowrie, Longforgan and Abernyte - 04",5c,Comfortable neighbourhoods,S02002244,"Invergowrie, Longforgan and Abernyte",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186496 +186496,S00126858,5b1,Delayed Retirement,S01011968,"Invergowrie, Longforgan and Abernyte - 04",5c,Comfortable neighbourhoods,S02002244,"Invergowrie, Longforgan and Abernyte",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186497 +186497,S00127007,5b1,Delayed Retirement,S01012010,Pitlochry - 02,5a,Ageing urban communities,S02002252,Pitlochry,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186498 +186498,S00127015,5b1,Delayed Retirement,S01012005,Luncarty and Dunkeld - 04,8c,Comfortable suburbia,S02002251,Luncarty and Dunkeld,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186499 +186499,S00127025,5b1,Delayed Retirement,S01011992,Blairgowrie West - 05,5a,Ageing urban communities,S02002249,Blairgowrie West,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186500 +186500,S00127096,5b1,Delayed Retirement,S01011870,Crieff South - 05,5e,Primary sector workers,S02002226,Crieff South,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186501 +186501,S00127260,5b1,Delayed Retirement,S01011909,Western Edge - 06,8c,Comfortable suburbia,S02002233,Western Edge,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186502 +186502,S00127293,5b1,Delayed Retirement,S01011948,Gannochy and Walnut Grove - 05,5a,Ageing urban communities,S02002240,Gannochy and Walnut Grove,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186503 +186503,S00127300,5b1,Delayed Retirement,S01011938,Central and South Inch - 01,4b,Constrained renters,S02002239,Central and South Inch,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186504 +186504,S00127302,5b1,Delayed Retirement,S01011891,Moncrieffe and Friarton - 05,4d,Hard-pressed flat dwellers,S02002230,Moncrieffe and Friarton,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186505 +186505,S00127312,5b1,Delayed Retirement,S01011938,Central and South Inch - 01,4b,Constrained renters,S02002239,Central and South Inch,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186506 +186506,S00127321,5b1,Delayed Retirement,S01011892,"Viewlands, Craigie and Wellshill - 01",3a,Achieving neighbourhoods,S02002231,"Viewlands, Craigie and Wellshill",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186507 +186507,S00127324,5b1,Delayed Retirement,S01011955,Scone - 07,5a,Ageing urban communities,S02002241,Scone,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186508 +186508,S00127339,5b1,Delayed Retirement,S01011985,Blairgowrie East (Rattray) - 02,5a,Ageing urban communities,S02002248,Blairgowrie East (Rattray),S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186509 +186509,S00126171,1a3,Agricultural Communities,S01011972,Coupar Angus and Meigle - 04,2c,Remoter communities,S02002245,Coupar Angus and Meigle,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186510 +186510,S00126521,7b2,Deprived Neighbourhoods,S01011910,Letham - 01,4d,Hard-pressed flat dwellers,S02002234,Letham,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186511 +186511,S00126984,7b2,Deprived Neighbourhoods,S01011978,Alyth - 04,5e,Primary sector workers,S02002246,Alyth,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186512 +186512,S00127277,7b2,Deprived Neighbourhoods,S01011943,Central and South Inch - 06,1a,Cosmopolitan student neighbourhoods,S02002239,Central and South Inch,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186513 +186513,S00127307,7b2,Deprived Neighbourhoods,S01011940,Central and South Inch - 03,1a,Cosmopolitan student neighbourhoods,S02002239,Central and South Inch,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186514 +186514,S00126111,6a3,Detached Retirement Living,S01011835,"Powmill, Cleish and Scotlandwell - 03",2c,Remoter communities,S02002219,"Powmill, Cleish and Scotlandwell",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186515 +186515,S00126120,6a3,Detached Retirement Living,S01011836,"Powmill, Cleish and Scotlandwell - 04",2c,Remoter communities,S02002219,"Powmill, Cleish and Scotlandwell",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186516 +186516,S00126141,6a3,Detached Retirement Living,S01011873,Aberuthven and Almondbank - 03,2b,Prospering countryside life,S02002227,Aberuthven and Almondbank,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186517 +186517,S00126202,6a3,Detached Retirement Living,S01011886,Bridge of Earn and Abernethy - 06,2d,Rural traits,S02002229,Bridge of Earn and Abernethy,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186518 +186518,S00126335,6a3,Detached Retirement Living,S01011839,Kinross - 02,8b,Ageing suburbanites,S02002220,Kinross,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186519 +186519,S00126336,6a3,Detached Retirement Living,S01011838,Kinross - 01,8a,Affluent communities,S02002220,Kinross,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186520 +186520,S00126342,6a3,Detached Retirement Living,S01011840,Kinross - 03,5e,Primary sector workers,S02002220,Kinross,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186521 +186521,S00126344,6a3,Detached Retirement Living,S01011838,Kinross - 01,8a,Affluent communities,S02002220,Kinross,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186522 +186522,S00126346,6a3,Detached Retirement Living,S01011839,Kinross - 02,8b,Ageing suburbanites,S02002220,Kinross,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186523 +186523,S00126352,6a3,Detached Retirement Living,S01011844,Milnathort and Crook of Devon - 02,2a,Ageing rural neighbourhoods,S02002221,Milnathort and Crook of Devon,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186524 +186524,S00126365,6a3,Detached Retirement Living,S01011856,Auchterarder - 05,8a,Affluent communities,S02002223,Auchterarder,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186525 +186525,S00126366,6a3,Detached Retirement Living,S01011856,Auchterarder - 05,8a,Affluent communities,S02002223,Auchterarder,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186526 +186526,S00126368,6a3,Detached Retirement Living,S01011856,Auchterarder - 05,8a,Affluent communities,S02002223,Auchterarder,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186527 +186527,S00126379,6a3,Detached Retirement Living,S01011854,Auchterarder - 03,5a,Ageing urban communities,S02002223,Auchterarder,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186528 +186528,S00126382,6a3,Detached Retirement Living,S01011852,Auchterarder - 01,5e,Primary sector workers,S02002223,Auchterarder,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186529 +186529,S00126405,6a3,Detached Retirement Living,S01011882,Bridge of Earn and Abernethy - 02,5c,Comfortable neighbourhoods,S02002229,Bridge of Earn and Abernethy,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186530 +186530,S00126431,6a3,Detached Retirement Living,S01011866,Crieff South - 01,5e,Primary sector workers,S02002226,Crieff South,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186531 +186531,S00126471,6a3,Detached Retirement Living,S01011899,Burghmuir and Oakbank - 01,8b,Ageing suburbanites,S02002232,Burghmuir and Oakbank,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186532 +186532,S00126474,6a3,Detached Retirement Living,S01011899,Burghmuir and Oakbank - 01,8b,Ageing suburbanites,S02002232,Burghmuir and Oakbank,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186533 +186533,S00126477,6a3,Detached Retirement Living,S01011904,Western Edge - 01,8a,Affluent communities,S02002233,Western Edge,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186534 +186534,S00126478,6a3,Detached Retirement Living,S01011903,Burghmuir and Oakbank - 05,8b,Ageing suburbanites,S02002232,Burghmuir and Oakbank,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186535 +186535,S00126481,6a3,Detached Retirement Living,S01011905,Western Edge - 02,8a,Affluent communities,S02002233,Western Edge,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186536 +186536,S00126482,6a3,Detached Retirement Living,S01011903,Burghmuir and Oakbank - 05,8b,Ageing suburbanites,S02002232,Burghmuir and Oakbank,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186537 +186537,S00126483,6a3,Detached Retirement Living,S01011903,Burghmuir and Oakbank - 05,8b,Ageing suburbanites,S02002232,Burghmuir and Oakbank,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186538 +186538,S00126485,6a3,Detached Retirement Living,S01011903,Burghmuir and Oakbank - 05,8b,Ageing suburbanites,S02002232,Burghmuir and Oakbank,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186539 +186539,S00127049,1a3,Agricultural Communities,S01011871,Aberuthven and Almondbank - 01,2c,Remoter communities,S02002227,Aberuthven and Almondbank,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186540 +186540,S00127054,1a3,Agricultural Communities,S01011859,"Comrie, Gilmerton and St Fillans - 03",2d,Rural traits,S02002224,"Comrie, Gilmerton and St Fillans",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186541 +186541,S00127050,8c2,Ageing Rural Industry Workers,S01011871,Aberuthven and Almondbank - 01,2c,Remoter communities,S02002227,Aberuthven and Almondbank,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186542 +186542,S00127058,1a3,Agricultural Communities,S01011982,"Blair Atholl, Strathardle and Glenshee - 04",2c,Remoter communities,S02002247,"Blair Atholl, Strathardle and Glenshee",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186543 +186543,S00127073,8c2,Ageing Rural Industry Workers,S01011842,Kinross - 05,5e,Primary sector workers,S02002220,Kinross,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186544 +186544,S00126248,6a2,Comfortable Suburbia,S01011979,"Blair Atholl, Strathardle and Glenshee - 01",2c,Remoter communities,S02002247,"Blair Atholl, Strathardle and Glenshee",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186545 +186545,S00127079,8c2,Ageing Rural Industry Workers,S01011848,"Muthill, Greenloaning and Gleneagles - 02",2c,Remoter communities,S02002222,"Muthill, Greenloaning and Gleneagles",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186546 +186546,S00126496,6a3,Detached Retirement Living,S01011901,Burghmuir and Oakbank - 03,8c,Comfortable suburbia,S02002232,Burghmuir and Oakbank,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186547 +186547,S00127018,5b2,Communal Retirement,S01012007,Luncarty and Dunkeld - 06,2a,Ageing rural neighbourhoods,S02002251,Luncarty and Dunkeld,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186548 +186548,S00127063,1a3,Agricultural Communities,S01011980,"Blair Atholl, Strathardle and Glenshee - 02",2c,Remoter communities,S02002247,"Blair Atholl, Strathardle and Glenshee",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186549 +186549,S00126250,6a2,Comfortable Suburbia,S01011979,"Blair Atholl, Strathardle and Glenshee - 01",2c,Remoter communities,S02002247,"Blair Atholl, Strathardle and Glenshee",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186550 +186550,S00127211,8c2,Ageing Rural Industry Workers,S01011846,Milnathort and Crook of Devon - 04,2b,Prospering countryside life,S02002221,Milnathort and Crook of Devon,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186551 +186551,S00126497,6a3,Detached Retirement Living,S01011895,"Viewlands, Craigie and Wellshill - 04",8a,Affluent communities,S02002231,"Viewlands, Craigie and Wellshill",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186552 +186552,S00127125,5b2,Communal Retirement,S01011935,North Inch - 01,1a,Cosmopolitan student neighbourhoods,S02002238,North Inch,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186553 +186553,S00126180,1a3,Agricultural Communities,S01011957,"Guildtown, Balbeggie and St Madoes - 02",2a,Ageing rural neighbourhoods,S02002242,"Guildtown, Balbeggie and St Madoes",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186554 +186554,S00126181,1a3,Agricultural Communities,S01011964,Errol and Inchture - 05,2d,Rural traits,S02002243,Errol and Inchture,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186555 +186555,S00126182,1a3,Agricultural Communities,S01011964,Errol and Inchture - 05,2d,Rural traits,S02002243,Errol and Inchture,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186556 +186556,S00126197,1a3,Agricultural Communities,S01011884,Bridge of Earn and Abernethy - 04,2c,Remoter communities,S02002229,Bridge of Earn and Abernethy,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186557 +186557,S00126203,1a3,Agricultural Communities,S01011876,"Glenfarg, Dunning and Rhynd - 01",2c,Remoter communities,S02002228,"Glenfarg, Dunning and Rhynd",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186558 +186558,S00126206,1a3,Agricultural Communities,S01011878,"Glenfarg, Dunning and Rhynd - 03",2a,Ageing rural neighbourhoods,S02002228,"Glenfarg, Dunning and Rhynd",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186559 +186559,S00126210,1a3,Agricultural Communities,S01011850,"Muthill, Greenloaning and Gleneagles - 04",2a,Ageing rural neighbourhoods,S02002222,"Muthill, Greenloaning and Gleneagles",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186560 +186560,S00126211,1a3,Agricultural Communities,S01011871,Aberuthven and Almondbank - 01,2c,Remoter communities,S02002227,Aberuthven and Almondbank,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186561 +186561,S00126212,1a3,Agricultural Communities,S01011871,Aberuthven and Almondbank - 01,2c,Remoter communities,S02002227,Aberuthven and Almondbank,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186562 +186562,S00126217,1a3,Agricultural Communities,S01011850,"Muthill, Greenloaning and Gleneagles - 04",2a,Ageing rural neighbourhoods,S02002222,"Muthill, Greenloaning and Gleneagles",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186563 +186563,S00126218,1a3,Agricultural Communities,S01011851,"Muthill, Greenloaning and Gleneagles - 05",2a,Ageing rural neighbourhoods,S02002222,"Muthill, Greenloaning and Gleneagles",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186564 +186564,S00126219,1a3,Agricultural Communities,S01011861,"Comrie, Gilmerton and St Fillans - 05",2a,Ageing rural neighbourhoods,S02002224,"Comrie, Gilmerton and St Fillans",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186565 +186565,S00126221,1a3,Agricultural Communities,S01011858,"Comrie, Gilmerton and St Fillans - 02",2a,Ageing rural neighbourhoods,S02002224,"Comrie, Gilmerton and St Fillans",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186566 +186566,S00126222,1a3,Agricultural Communities,S01011872,Aberuthven and Almondbank - 02,2c,Remoter communities,S02002227,Aberuthven and Almondbank,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186567 +186567,S00126226,1a3,Agricultural Communities,S01011857,"Comrie, Gilmerton and St Fillans - 01",2c,Remoter communities,S02002224,"Comrie, Gilmerton and St Fillans",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186568 +186568,S00126230,1a3,Agricultural Communities,S01011860,"Comrie, Gilmerton and St Fillans - 04",2a,Ageing rural neighbourhoods,S02002224,"Comrie, Gilmerton and St Fillans",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186569 +186569,S00126231,1a3,Agricultural Communities,S01011860,"Comrie, Gilmerton and St Fillans - 04",2a,Ageing rural neighbourhoods,S02002224,"Comrie, Gilmerton and St Fillans",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186570 +186570,S00126233,1a3,Agricultural Communities,S01012007,Luncarty and Dunkeld - 06,2a,Ageing rural neighbourhoods,S02002251,Luncarty and Dunkeld,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186571 +186571,S00126238,1a3,Agricultural Communities,S01012007,Luncarty and Dunkeld - 06,2a,Ageing rural neighbourhoods,S02002251,Luncarty and Dunkeld,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186572 +186572,S00126239,1a3,Agricultural Communities,S01011999,Stanley and Murthly - 05,2c,Remoter communities,S02002250,Stanley and Murthly,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186573 +186573,S00126240,1a3,Agricultural Communities,S01011982,"Blair Atholl, Strathardle and Glenshee - 04",2c,Remoter communities,S02002247,"Blair Atholl, Strathardle and Glenshee",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186574 +186574,S00126241,1a3,Agricultural Communities,S01011982,"Blair Atholl, Strathardle and Glenshee - 04",2c,Remoter communities,S02002247,"Blair Atholl, Strathardle and Glenshee",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186575 +186575,S00126242,1a3,Agricultural Communities,S01012009,Pitlochry - 01,2a,Ageing rural neighbourhoods,S02002252,Pitlochry,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186576 +186576,S00126244,1a3,Agricultural Communities,S01012009,Pitlochry - 01,2a,Ageing rural neighbourhoods,S02002252,Pitlochry,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186577 +186577,S00126246,1a3,Agricultural Communities,S01012013,Rannoch and Aberfeldy - 01,2c,Remoter communities,S02002253,Rannoch and Aberfeldy,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186578 +186578,S00127322,5b2,Communal Retirement,S01011955,Scone - 07,5a,Ageing urban communities,S02002241,Scone,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186579 +186579,S00127072,1a3,Agricultural Communities,S01011835,"Powmill, Cleish and Scotlandwell - 03",2c,Remoter communities,S02002219,"Powmill, Cleish and Scotlandwell",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186580 +186580,S00126286,6a2,Comfortable Suburbia,S01011960,Errol and Inchture - 01,2c,Remoter communities,S02002243,Errol and Inchture,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186581 +186581,S00127214,8c2,Ageing Rural Industry Workers,S01011855,Auchterarder - 04,5e,Primary sector workers,S02002223,Auchterarder,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186582 +186582,S00126498,6a3,Detached Retirement Living,S01011897,"Viewlands, Craigie and Wellshill - 06",5c,Comfortable neighbourhoods,S02002231,"Viewlands, Craigie and Wellshill",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186583 +186583,S00126251,1a3,Agricultural Communities,S01011999,Stanley and Murthly - 05,2c,Remoter communities,S02002250,Stanley and Murthly,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186584 +186584,S00126256,1a3,Agricultural Communities,S01011981,"Blair Atholl, Strathardle and Glenshee - 03",2c,Remoter communities,S02002247,"Blair Atholl, Strathardle and Glenshee",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186585 +186585,S00126259,1a3,Agricultural Communities,S01011981,"Blair Atholl, Strathardle and Glenshee - 03",2c,Remoter communities,S02002247,"Blair Atholl, Strathardle and Glenshee",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186586 +186586,S00126264,1a3,Agricultural Communities,S01011975,Alyth - 01,2c,Remoter communities,S02002246,Alyth,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186587 +186587,S00126265,1a3,Agricultural Communities,S01011977,Alyth - 03,2d,Rural traits,S02002246,Alyth,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186588 +186588,S00126269,1a3,Agricultural Communities,S01011973,Coupar Angus and Meigle - 05,2a,Ageing rural neighbourhoods,S02002245,Coupar Angus and Meigle,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186589 +186589,S00126276,1a3,Agricultural Communities,S01011972,Coupar Angus and Meigle - 04,2c,Remoter communities,S02002245,Coupar Angus and Meigle,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186590 +186590,S00126278,1a3,Agricultural Communities,S01011972,Coupar Angus and Meigle - 04,2c,Remoter communities,S02002245,Coupar Angus and Meigle,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186591 +186591,S00126279,1a3,Agricultural Communities,S01011980,"Blair Atholl, Strathardle and Glenshee - 02",2c,Remoter communities,S02002247,"Blair Atholl, Strathardle and Glenshee",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186592 +186592,S00126281,1a3,Agricultural Communities,S01011974,Coupar Angus and Meigle - 06,2c,Remoter communities,S02002245,Coupar Angus and Meigle,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186593 +186593,S00126283,1a3,Agricultural Communities,S01011967,"Invergowrie, Longforgan and Abernyte - 03",2a,Ageing rural neighbourhoods,S02002244,"Invergowrie, Longforgan and Abernyte",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186594 +186594,S00126285,1a3,Agricultural Communities,S01011960,Errol and Inchture - 01,2c,Remoter communities,S02002243,Errol and Inchture,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186595 +186595,S00126289,1a3,Agricultural Communities,S01012017,Rannoch and Aberfeldy - 05,2c,Remoter communities,S02002253,Rannoch and Aberfeldy,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186596 +186596,S00126295,1a3,Agricultural Communities,S01012016,Rannoch and Aberfeldy - 04,2a,Ageing rural neighbourhoods,S02002253,Rannoch and Aberfeldy,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186597 +186597,S00126296,1a3,Agricultural Communities,S01012013,Rannoch and Aberfeldy - 01,2c,Remoter communities,S02002253,Rannoch and Aberfeldy,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186598 +186598,S00126302,1a3,Agricultural Communities,S01011983,"Blair Atholl, Strathardle and Glenshee - 05",2a,Ageing rural neighbourhoods,S02002247,"Blair Atholl, Strathardle and Glenshee",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186599 +186599,S00126303,1a3,Agricultural Communities,S01011983,"Blair Atholl, Strathardle and Glenshee - 05",2a,Ageing rural neighbourhoods,S02002247,"Blair Atholl, Strathardle and Glenshee",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186600 +186600,S00126306,1a3,Agricultural Communities,S01012012,Pitlochry - 04,2a,Ageing rural neighbourhoods,S02002252,Pitlochry,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186601 +186601,S00126307,1a3,Agricultural Communities,S01012017,Rannoch and Aberfeldy - 05,2c,Remoter communities,S02002253,Rannoch and Aberfeldy,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186602 +186602,S00126310,1a3,Agricultural Communities,S01011981,"Blair Atholl, Strathardle and Glenshee - 03",2c,Remoter communities,S02002247,"Blair Atholl, Strathardle and Glenshee",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186603 +186603,S00126316,1a3,Agricultural Communities,S01011981,"Blair Atholl, Strathardle and Glenshee - 03",2c,Remoter communities,S02002247,"Blair Atholl, Strathardle and Glenshee",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186604 +186604,S00127105,1a3,Agricultural Communities,S01011872,Aberuthven and Almondbank - 02,2c,Remoter communities,S02002227,Aberuthven and Almondbank,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186605 +186605,S00127127,1a3,Agricultural Communities,S01012006,Luncarty and Dunkeld - 05,2a,Ageing rural neighbourhoods,S02002251,Luncarty and Dunkeld,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186606 +186606,S00127169,1a3,Agricultural Communities,S01011846,Milnathort and Crook of Devon - 04,2b,Prospering countryside life,S02002221,Milnathort and Crook of Devon,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186607 +186607,S00127181,1a3,Agricultural Communities,S01011958,"Guildtown, Balbeggie and St Madoes - 03",2c,Remoter communities,S02002242,"Guildtown, Balbeggie and St Madoes",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186608 +186608,S00127215,8c2,Ageing Rural Industry Workers,S01011854,Auchterarder - 03,5a,Ageing urban communities,S02002223,Auchterarder,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186609 +186609,S00127190,1a3,Agricultural Communities,S01011857,"Comrie, Gilmerton and St Fillans - 01",2c,Remoter communities,S02002224,"Comrie, Gilmerton and St Fillans",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186610 +186610,S00127191,1a3,Agricultural Communities,S01011871,Aberuthven and Almondbank - 01,2c,Remoter communities,S02002227,Aberuthven and Almondbank,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186611 +186611,S00127217,8c2,Ageing Rural Industry Workers,S01011852,Auchterarder - 01,5e,Primary sector workers,S02002223,Auchterarder,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186612 +186612,S00126287,6a2,Comfortable Suburbia,S01011960,Errol and Inchture - 01,2c,Remoter communities,S02002243,Errol and Inchture,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186613 +186613,S00126501,6a3,Detached Retirement Living,S01011902,Burghmuir and Oakbank - 04,8b,Ageing suburbanites,S02002232,Burghmuir and Oakbank,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186614 +186614,S00127195,1a3,Agricultural Communities,S01011982,"Blair Atholl, Strathardle and Glenshee - 04",2c,Remoter communities,S02002247,"Blair Atholl, Strathardle and Glenshee",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186615 +186615,S00126429,7c2,Constrained Young Families,S01011867,Crieff South - 02,5e,Primary sector workers,S02002226,Crieff South,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186616 +186616,S00127265,8c2,Ageing Rural Industry Workers,S01011923,"Hillyland, Tulloch and Inveralmond - 06",4b,Constrained renters,S02002235,"Hillyland, Tulloch and Inveralmond",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186617 +186617,S00126386,6a2,Comfortable Suburbia,S01011853,Auchterarder - 02,5e,Primary sector workers,S02002223,Auchterarder,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186618 +186618,S00126509,6a3,Detached Retirement Living,S01011902,Burghmuir and Oakbank - 04,8b,Ageing suburbanites,S02002232,Burghmuir and Oakbank,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186619 +186619,S00127197,1a3,Agricultural Communities,S01011980,"Blair Atholl, Strathardle and Glenshee - 02",2c,Remoter communities,S02002247,"Blair Atholl, Strathardle and Glenshee",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186620 +186620,S00127201,1a3,Agricultural Communities,S01012012,Pitlochry - 04,2a,Ageing rural neighbourhoods,S02002252,Pitlochry,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186621 +186621,S00127380,1a3,Agricultural Communities,S01012006,Luncarty and Dunkeld - 05,2a,Ageing rural neighbourhoods,S02002251,Luncarty and Dunkeld,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186622 +186622,S00126522,7c1,Challenged Transitionaries,S01011910,Letham - 01,4d,Hard-pressed flat dwellers,S02002234,Letham,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186623 +186623,S00126559,7c1,Challenged Transitionaries,S01011924,"Hillyland, Tulloch and Inveralmond - 07",4d,Hard-pressed flat dwellers,S02002235,"Hillyland, Tulloch and Inveralmond",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186624 +186624,S00126561,7c1,Challenged Transitionaries,S01011924,"Hillyland, Tulloch and Inveralmond - 07",4d,Hard-pressed flat dwellers,S02002235,"Hillyland, Tulloch and Inveralmond",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186625 +186625,S00126563,7c1,Challenged Transitionaries,S01011922,"Hillyland, Tulloch and Inveralmond - 05",4d,Hard-pressed flat dwellers,S02002235,"Hillyland, Tulloch and Inveralmond",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186626 +186626,S00126584,7c1,Challenged Transitionaries,S01011916,Letham - 07,4a,Challenged white communities,S02002234,Letham,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186627 +186627,S00126586,7c1,Challenged Transitionaries,S01011917,Letham - 08,4d,Hard-pressed flat dwellers,S02002234,Letham,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186628 +186628,S00126588,7c1,Challenged Transitionaries,S01011917,Letham - 08,4d,Hard-pressed flat dwellers,S02002234,Letham,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186629 +186629,S00126590,7c1,Challenged Transitionaries,S01011917,Letham - 08,4d,Hard-pressed flat dwellers,S02002234,Letham,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186630 +186630,S00126595,7c1,Challenged Transitionaries,S01011915,Letham - 06,4a,Challenged white communities,S02002234,Letham,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186631 +186631,S00126605,7c1,Challenged Transitionaries,S01011929,North Muirton and Old Scone - 04,4a,Challenged white communities,S02002236,North Muirton and Old Scone,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186632 +186632,S00126610,7c1,Challenged Transitionaries,S01011927,North Muirton and Old Scone - 02,4a,Challenged white communities,S02002236,North Muirton and Old Scone,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186633 +186633,S00126612,7c1,Challenged Transitionaries,S01011928,North Muirton and Old Scone - 03,5e,Primary sector workers,S02002236,North Muirton and Old Scone,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186634 +186634,S00126615,7c1,Challenged Transitionaries,S01011928,North Muirton and Old Scone - 03,5e,Primary sector workers,S02002236,North Muirton and Old Scone,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186635 +186635,S00126622,7c1,Challenged Transitionaries,S01011926,North Muirton and Old Scone - 01,4b,Constrained renters,S02002236,North Muirton and Old Scone,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186636 +186636,S00126623,7c1,Challenged Transitionaries,S01011926,North Muirton and Old Scone - 01,4b,Constrained renters,S02002236,North Muirton and Old Scone,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186637 +186637,S00126625,7c1,Challenged Transitionaries,S01011930,North Muirton and Old Scone - 05,4b,Constrained renters,S02002236,North Muirton and Old Scone,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186638 +186638,S00126627,7c1,Challenged Transitionaries,S01011926,North Muirton and Old Scone - 01,4b,Constrained renters,S02002236,North Muirton and Old Scone,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186639 +186639,S00126760,7c1,Challenged Transitionaries,S01011893,"Viewlands, Craigie and Wellshill - 02",5c,Comfortable neighbourhoods,S02002231,"Viewlands, Craigie and Wellshill",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186640 +186640,S00126968,7c1,Challenged Transitionaries,S01011987,Blairgowrie East (Rattray) - 04,5e,Primary sector workers,S02002248,Blairgowrie East (Rattray),S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186641 +186641,S00127144,7c1,Challenged Transitionaries,S01011891,Moncrieffe and Friarton - 05,4d,Hard-pressed flat dwellers,S02002230,Moncrieffe and Friarton,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186642 +186642,S00127274,7c1,Challenged Transitionaries,S01011928,North Muirton and Old Scone - 03,5e,Primary sector workers,S02002236,North Muirton and Old Scone,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186643 +186643,S00127275,7c1,Challenged Transitionaries,S01011928,North Muirton and Old Scone - 03,5e,Primary sector workers,S02002236,North Muirton and Old Scone,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186644 +186644,S00127323,7c1,Challenged Transitionaries,S01011955,Scone - 07,5a,Ageing urban communities,S02002241,Scone,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186645 +186645,S00126109,6a2,Comfortable Suburbia,S01011835,"Powmill, Cleish and Scotlandwell - 03",2c,Remoter communities,S02002219,"Powmill, Cleish and Scotlandwell",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186646 +186646,S00126114,6a2,Comfortable Suburbia,S01011843,Milnathort and Crook of Devon - 01,2c,Remoter communities,S02002221,Milnathort and Crook of Devon,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186647 +186647,S00126126,6a2,Comfortable Suburbia,S01011844,Milnathort and Crook of Devon - 02,2a,Ageing rural neighbourhoods,S02002221,Milnathort and Crook of Devon,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186648 +186648,S00126129,6a2,Comfortable Suburbia,S01011885,Bridge of Earn and Abernethy - 05,2b,Prospering countryside life,S02002229,Bridge of Earn and Abernethy,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186649 +186649,S00126158,6a2,Comfortable Suburbia,S01011952,Scone - 04,8b,Ageing suburbanites,S02002241,Scone,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186650 +186650,S00126161,6a2,Comfortable Suburbia,S01011952,Scone - 04,8b,Ageing suburbanites,S02002241,Scone,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186651 +186651,S00126514,6a3,Detached Retirement Living,S01011902,Burghmuir and Oakbank - 04,8b,Ageing suburbanites,S02002232,Burghmuir and Oakbank,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186652 +186652,S00127297,8c2,Ageing Rural Industry Workers,S01011947,Gannochy and Walnut Grove - 04,2d,Rural traits,S02002240,Gannochy and Walnut Grove,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186653 +186653,S00127325,8c2,Ageing Rural Industry Workers,S01011965,"Invergowrie, Longforgan and Abernyte - 01",5c,Comfortable neighbourhoods,S02002244,"Invergowrie, Longforgan and Abernyte",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186654 +186654,S00126520,7c2,Constrained Young Families,S01011910,Letham - 01,4d,Hard-pressed flat dwellers,S02002234,Letham,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186655 +186655,S00127328,8c2,Ageing Rural Industry Workers,S01012004,Luncarty and Dunkeld - 03,2a,Ageing rural neighbourhoods,S02002251,Luncarty and Dunkeld,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186656 +186656,S00126517,6a3,Detached Retirement Living,S01011902,Burghmuir and Oakbank - 04,8b,Ageing suburbanites,S02002232,Burghmuir and Oakbank,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186657 +186657,S00126529,7c2,Constrained Young Families,S01011913,Letham - 04,4d,Hard-pressed flat dwellers,S02002234,Letham,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186658 +186658,S00127333,8c2,Ageing Rural Industry Workers,S01011969,Coupar Angus and Meigle - 01,5e,Primary sector workers,S02002245,Coupar Angus and Meigle,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186659 +186659,S00126518,6a3,Detached Retirement Living,S01011902,Burghmuir and Oakbank - 04,8b,Ageing suburbanites,S02002232,Burghmuir and Oakbank,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186660 +186660,S00126531,7c2,Constrained Young Families,S01011913,Letham - 04,4d,Hard-pressed flat dwellers,S02002234,Letham,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186661 +186661,S00127343,8c2,Ageing Rural Industry Workers,S01012015,Rannoch and Aberfeldy - 03,2d,Rural traits,S02002253,Rannoch and Aberfeldy,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186662 +186662,S00126519,6a3,Detached Retirement Living,S01011907,Western Edge - 04,5b,Aspiring urban households,S02002233,Western Edge,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186663 +186663,S00126533,7c2,Constrained Young Families,S01011913,Letham - 04,4d,Hard-pressed flat dwellers,S02002234,Letham,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186664 +186664,S00127348,8c2,Ageing Rural Industry Workers,S01011977,Alyth - 03,2d,Rural traits,S02002246,Alyth,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186665 +186665,S00126679,6a3,Detached Retirement Living,S01011945,Gannochy and Walnut Grove - 02,8a,Affluent communities,S02002240,Gannochy and Walnut Grove,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186666 +186666,S00126544,7c2,Constrained Young Families,S01011911,Letham - 02,4a,Challenged white communities,S02002234,Letham,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186667 +186667,S00127349,8c2,Ageing Rural Industry Workers,S01011978,Alyth - 04,5e,Primary sector workers,S02002246,Alyth,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186668 +186668,S00126681,6a3,Detached Retirement Living,S01011945,Gannochy and Walnut Grove - 02,8a,Affluent communities,S02002240,Gannochy and Walnut Grove,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186669 +186669,S00126546,7c2,Constrained Young Families,S01011921,"Hillyland, Tulloch and Inveralmond - 04",4d,Hard-pressed flat dwellers,S02002235,"Hillyland, Tulloch and Inveralmond",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186670 +186670,S00127351,8c2,Ageing Rural Industry Workers,S01011976,Alyth - 02,5e,Primary sector workers,S02002246,Alyth,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186671 +186671,S00127360,8c2,Ageing Rural Industry Workers,S01011996,Stanley and Murthly - 02,5e,Primary sector workers,S02002250,Stanley and Murthly,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186672 +186672,S00127378,8c2,Ageing Rural Industry Workers,S01011855,Auchterarder - 04,5e,Primary sector workers,S02002223,Auchterarder,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186673 +186673,S00126101,1a3,Agricultural Communities,S01011967,"Invergowrie, Longforgan and Abernyte - 03",2a,Ageing rural neighbourhoods,S02002244,"Invergowrie, Longforgan and Abernyte",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186674 +186674,S00126102,1a3,Agricultural Communities,S01011967,"Invergowrie, Longforgan and Abernyte - 03",2a,Ageing rural neighbourhoods,S02002244,"Invergowrie, Longforgan and Abernyte",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186675 +186675,S00126108,1a3,Agricultural Communities,S01011848,"Muthill, Greenloaning and Gleneagles - 02",2c,Remoter communities,S02002222,"Muthill, Greenloaning and Gleneagles",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186676 +186676,S00126124,1a3,Agricultural Communities,S01011844,Milnathort and Crook of Devon - 02,2a,Ageing rural neighbourhoods,S02002221,Milnathort and Crook of Devon,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186677 +186677,S00126135,1a3,Agricultural Communities,S01012018,Rannoch and Aberfeldy - 06,2c,Remoter communities,S02002253,Rannoch and Aberfeldy,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186678 +186678,S00126136,1a3,Agricultural Communities,S01011872,Aberuthven and Almondbank - 02,2c,Remoter communities,S02002227,Aberuthven and Almondbank,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186679 +186679,S00126137,1a3,Agricultural Communities,S01011872,Aberuthven and Almondbank - 02,2c,Remoter communities,S02002227,Aberuthven and Almondbank,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186680 +186680,S00126138,1a3,Agricultural Communities,S01012006,Luncarty and Dunkeld - 05,2a,Ageing rural neighbourhoods,S02002251,Luncarty and Dunkeld,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186681 +186681,S00126139,1a3,Agricultural Communities,S01012006,Luncarty and Dunkeld - 05,2a,Ageing rural neighbourhoods,S02002251,Luncarty and Dunkeld,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186682 +186682,S00126145,1a3,Agricultural Communities,S01012008,Luncarty and Dunkeld - 07,2a,Ageing rural neighbourhoods,S02002251,Luncarty and Dunkeld,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186683 +186683,S00126149,1a3,Agricultural Communities,S01011995,Stanley and Murthly - 01,2c,Remoter communities,S02002250,Stanley and Murthly,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186684 +186684,S00126153,1a3,Agricultural Communities,S01011995,Stanley and Murthly - 01,2c,Remoter communities,S02002250,Stanley and Murthly,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186685 +186685,S00126156,1a3,Agricultural Communities,S01011959,"Guildtown, Balbeggie and St Madoes - 04",2c,Remoter communities,S02002242,"Guildtown, Balbeggie and St Madoes",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186686 +186686,S00126157,1a3,Agricultural Communities,S01011959,"Guildtown, Balbeggie and St Madoes - 04",2c,Remoter communities,S02002242,"Guildtown, Balbeggie and St Madoes",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186687 +186687,S00126160,1a3,Agricultural Communities,S01011958,"Guildtown, Balbeggie and St Madoes - 03",2c,Remoter communities,S02002242,"Guildtown, Balbeggie and St Madoes",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186688 +186688,S00126165,1a3,Agricultural Communities,S01011958,"Guildtown, Balbeggie and St Madoes - 03",2c,Remoter communities,S02002242,"Guildtown, Balbeggie and St Madoes",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186689 +186689,S00126404,6a2,Comfortable Suburbia,S01011883,Bridge of Earn and Abernethy - 03,2a,Ageing rural neighbourhoods,S02002229,Bridge of Earn and Abernethy,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186690 +186690,S00126556,7c2,Constrained Young Families,S01011922,"Hillyland, Tulloch and Inveralmond - 05",4d,Hard-pressed flat dwellers,S02002235,"Hillyland, Tulloch and Inveralmond",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186691 +186691,S00126558,7c2,Constrained Young Families,S01011922,"Hillyland, Tulloch and Inveralmond - 05",4d,Hard-pressed flat dwellers,S02002235,"Hillyland, Tulloch and Inveralmond",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186692 +186692,S00126560,7c2,Constrained Young Families,S01011924,"Hillyland, Tulloch and Inveralmond - 07",4d,Hard-pressed flat dwellers,S02002235,"Hillyland, Tulloch and Inveralmond",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186693 +186693,S00126683,6a3,Detached Retirement Living,S01011945,Gannochy and Walnut Grove - 02,8a,Affluent communities,S02002240,Gannochy and Walnut Grove,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186694 +186694,S00126409,6a2,Comfortable Suburbia,S01011883,Bridge of Earn and Abernethy - 03,2a,Ageing rural neighbourhoods,S02002229,Bridge of Earn and Abernethy,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186695 +186695,S00126569,7c2,Constrained Young Families,S01011920,"Hillyland, Tulloch and Inveralmond - 03",4b,Constrained renters,S02002235,"Hillyland, Tulloch and Inveralmond",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186696 +186696,S00126723,6a3,Detached Retirement Living,S01011890,Moncrieffe and Friarton - 04,5c,Comfortable neighbourhoods,S02002230,Moncrieffe and Friarton,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186697 +186697,S00126433,6a2,Comfortable Suburbia,S01011866,Crieff South - 01,5e,Primary sector workers,S02002226,Crieff South,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186698 +186698,S00126578,7c2,Constrained Young Families,S01011919,"Hillyland, Tulloch and Inveralmond - 02",4b,Constrained renters,S02002235,"Hillyland, Tulloch and Inveralmond",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186699 +186699,S00126765,6a3,Detached Retirement Living,S01011858,"Comrie, Gilmerton and St Fillans - 02",2a,Ageing rural neighbourhoods,S02002224,"Comrie, Gilmerton and St Fillans",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186700 +186700,S00126434,6a2,Comfortable Suburbia,S01011866,Crieff South - 01,5e,Primary sector workers,S02002226,Crieff South,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186701 +186701,S00126580,7c2,Constrained Young Families,S01011916,Letham - 07,4a,Challenged white communities,S02002234,Letham,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186702 +186702,S00126779,6a3,Detached Retirement Living,S01011956,"Guildtown, Balbeggie and St Madoes - 01",2b,Prospering countryside life,S02002242,"Guildtown, Balbeggie and St Madoes",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186703 +186703,S00126470,6a2,Comfortable Suburbia,S01011900,Burghmuir and Oakbank - 02,8b,Ageing suburbanites,S02002232,Burghmuir and Oakbank,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186704 +186704,S00126479,6a2,Comfortable Suburbia,S01011905,Western Edge - 02,8a,Affluent communities,S02002233,Western Edge,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186705 +186705,S00126500,6a2,Comfortable Suburbia,S01011895,"Viewlands, Craigie and Wellshill - 04",8a,Affluent communities,S02002231,"Viewlands, Craigie and Wellshill",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186706 +186706,S00126510,6a2,Comfortable Suburbia,S01011898,"Viewlands, Craigie and Wellshill - 07",8a,Affluent communities,S02002231,"Viewlands, Craigie and Wellshill",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186707 +186707,S00126511,6a2,Comfortable Suburbia,S01011898,"Viewlands, Craigie and Wellshill - 07",8a,Affluent communities,S02002231,"Viewlands, Craigie and Wellshill",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186708 +186708,S00126513,6a2,Comfortable Suburbia,S01011898,"Viewlands, Craigie and Wellshill - 07",8a,Affluent communities,S02002231,"Viewlands, Craigie and Wellshill",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186709 +186709,S00126781,6a2,Comfortable Suburbia,S01011956,"Guildtown, Balbeggie and St Madoes - 01",2b,Prospering countryside life,S02002242,"Guildtown, Balbeggie and St Madoes",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186710 +186710,S00126837,6a2,Comfortable Suburbia,S01011953,Scone - 05,2b,Prospering countryside life,S02002241,Scone,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186711 +186711,S00126864,6a2,Comfortable Suburbia,S01011966,"Invergowrie, Longforgan and Abernyte - 02",2b,Prospering countryside life,S02002244,"Invergowrie, Longforgan and Abernyte",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186712 +186712,S00126877,6a2,Comfortable Suburbia,S01011996,Stanley and Murthly - 02,5e,Primary sector workers,S02002250,Stanley and Murthly,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186713 +186713,S00126933,6a2,Comfortable Suburbia,S01011989,Blairgowrie West - 02,5e,Primary sector workers,S02002249,Blairgowrie West,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186714 +186714,S00127013,6a2,Comfortable Suburbia,S01012005,Luncarty and Dunkeld - 04,8c,Comfortable suburbia,S02002251,Luncarty and Dunkeld,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186715 +186715,S00127019,6a2,Comfortable Suburbia,S01011989,Blairgowrie West - 02,5e,Primary sector workers,S02002249,Blairgowrie West,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186716 +186716,S00127101,6a2,Comfortable Suburbia,S01011863,Crieff North - 02,5a,Ageing urban communities,S02002225,Crieff North,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186717 +186717,S00127104,6a2,Comfortable Suburbia,S01011900,Burghmuir and Oakbank - 02,8b,Ageing suburbanites,S02002232,Burghmuir and Oakbank,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186718 +186718,S00127116,6a2,Comfortable Suburbia,S01011925,"Hillyland, Tulloch and Inveralmond - 08",8c,Comfortable suburbia,S02002235,"Hillyland, Tulloch and Inveralmond",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186719 +186719,S00127130,6a2,Comfortable Suburbia,S01011889,Moncrieffe and Friarton - 03,5a,Ageing urban communities,S02002230,Moncrieffe and Friarton,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186720 +186720,S00127149,6a2,Comfortable Suburbia,S01011900,Burghmuir and Oakbank - 02,8b,Ageing suburbanites,S02002232,Burghmuir and Oakbank,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186721 +186721,S00127150,6a2,Comfortable Suburbia,S01011899,Burghmuir and Oakbank - 01,8b,Ageing suburbanites,S02002232,Burghmuir and Oakbank,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186722 +186722,S00127151,6a2,Comfortable Suburbia,S01011967,"Invergowrie, Longforgan and Abernyte - 03",2a,Ageing rural neighbourhoods,S02002244,"Invergowrie, Longforgan and Abernyte",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186723 +186723,S00127182,6a2,Comfortable Suburbia,S01011959,"Guildtown, Balbeggie and St Madoes - 04",2c,Remoter communities,S02002242,"Guildtown, Balbeggie and St Madoes",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186724 +186724,S00127231,6a2,Comfortable Suburbia,S01011862,Crieff North - 01,2a,Ageing rural neighbourhoods,S02002225,Crieff North,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186725 +186725,S00127236,6a2,Comfortable Suburbia,S01011907,Western Edge - 04,5b,Aspiring urban households,S02002233,Western Edge,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186726 +186726,S00127240,6a2,Comfortable Suburbia,S01011905,Western Edge - 02,8a,Affluent communities,S02002233,Western Edge,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186727 +186727,S00127243,6a2,Comfortable Suburbia,S01011905,Western Edge - 02,8a,Affluent communities,S02002233,Western Edge,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186728 +186728,S00127244,6a2,Comfortable Suburbia,S01011904,Western Edge - 01,8a,Affluent communities,S02002233,Western Edge,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186729 +186729,S00127245,6a2,Comfortable Suburbia,S01011905,Western Edge - 02,8a,Affluent communities,S02002233,Western Edge,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186730 +186730,S00127366,6a2,Comfortable Suburbia,S01012005,Luncarty and Dunkeld - 04,8c,Comfortable suburbia,S02002251,Luncarty and Dunkeld,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186731 +186731,S00126134,5b2,Communal Retirement,S01012006,Luncarty and Dunkeld - 05,2a,Ageing rural neighbourhoods,S02002251,Luncarty and Dunkeld,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186732 +186732,S00126164,5b2,Communal Retirement,S01011958,"Guildtown, Balbeggie and St Madoes - 03",2c,Remoter communities,S02002242,"Guildtown, Balbeggie and St Madoes",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186733 +186733,S00126207,5b2,Communal Retirement,S01011850,"Muthill, Greenloaning and Gleneagles - 04",2a,Ageing rural neighbourhoods,S02002222,"Muthill, Greenloaning and Gleneagles",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186734 +186734,S00126375,5b2,Communal Retirement,S01011854,Auchterarder - 03,5a,Ageing urban communities,S02002223,Auchterarder,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186735 +186735,S00126444,5b2,Communal Retirement,S01011868,Crieff South - 03,5e,Primary sector workers,S02002226,Crieff South,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186736 +186736,S00126465,5b2,Communal Retirement,S01011862,Crieff North - 01,2a,Ageing rural neighbourhoods,S02002225,Crieff North,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186737 +186737,S00126466,5b2,Communal Retirement,S01011863,Crieff North - 02,5a,Ageing urban communities,S02002225,Crieff North,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186738 +186738,S00126648,5b2,Communal Retirement,S01011936,North Inch - 02,1a,Cosmopolitan student neighbourhoods,S02002238,North Inch,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186739 +186739,S00126772,5b2,Communal Retirement,S01011861,"Comrie, Gilmerton and St Fillans - 05",2a,Ageing rural neighbourhoods,S02002224,"Comrie, Gilmerton and St Fillans",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186740 +186740,S00126813,5b2,Communal Retirement,S01011950,Scone - 02,5a,Ageing urban communities,S02002241,Scone,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186741 +186741,S00126582,7c2,Constrained Young Families,S01011916,Letham - 07,4a,Challenged white communities,S02002234,Letham,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186742 +186742,S00126583,7c2,Constrained Young Families,S01011916,Letham - 07,4a,Challenged white communities,S02002234,Letham,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186743 +186743,S00126597,7c2,Constrained Young Families,S01011914,Letham - 05,4d,Hard-pressed flat dwellers,S02002234,Letham,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186744 +186744,S00126780,6a3,Detached Retirement Living,S01011956,"Guildtown, Balbeggie and St Madoes - 01",2b,Prospering countryside life,S02002242,"Guildtown, Balbeggie and St Madoes",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186745 +186745,S00126611,7c2,Constrained Young Families,S01011927,North Muirton and Old Scone - 02,4a,Challenged white communities,S02002236,North Muirton and Old Scone,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186746 +186746,S00126790,6a3,Detached Retirement Living,S01012002,Luncarty and Dunkeld - 01,5a,Ageing urban communities,S02002251,Luncarty and Dunkeld,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186747 +186747,S00126617,7c2,Constrained Young Families,S01011927,North Muirton and Old Scone - 02,4a,Challenged white communities,S02002236,North Muirton and Old Scone,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186748 +186748,S00126791,6a3,Detached Retirement Living,S01012002,Luncarty and Dunkeld - 01,5a,Ageing urban communities,S02002251,Luncarty and Dunkeld,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186749 +186749,S00126621,7c2,Constrained Young Families,S01011926,North Muirton and Old Scone - 01,4b,Constrained renters,S02002236,North Muirton and Old Scone,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186750 +186750,S00126817,6a3,Detached Retirement Living,S01011949,Scone - 01,8b,Ageing suburbanites,S02002241,Scone,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186751 +186751,S00126626,7c2,Constrained Young Families,S01011930,North Muirton and Old Scone - 05,4b,Constrained renters,S02002236,North Muirton and Old Scone,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186752 +186752,S00126820,6a3,Detached Retirement Living,S01011951,Scone - 03,5c,Comfortable neighbourhoods,S02002241,Scone,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186753 +186753,S00126674,7c2,Constrained Young Families,S01011931,Muirton - 01,4a,Challenged white communities,S02002237,Muirton,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186754 +186754,S00126870,7c2,Constrained Young Families,S01011997,Stanley and Murthly - 03,5e,Primary sector workers,S02002250,Stanley and Murthly,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186755 +186755,S00126876,7c2,Constrained Young Families,S01011997,Stanley and Murthly - 03,5e,Primary sector workers,S02002250,Stanley and Murthly,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186756 +186756,S00126892,7c2,Constrained Young Families,S01011970,Coupar Angus and Meigle - 02,4b,Constrained renters,S02002245,Coupar Angus and Meigle,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186757 +186757,S00126959,7c2,Constrained Young Families,S01011984,Blairgowrie East (Rattray) - 01,4b,Constrained renters,S02002248,Blairgowrie East (Rattray),S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186758 +186758,S00127017,7c2,Constrained Young Families,S01012008,Luncarty and Dunkeld - 07,2a,Ageing rural neighbourhoods,S02002251,Luncarty and Dunkeld,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186759 +186759,S00127024,7c2,Constrained Young Families,S01011993,Blairgowrie West - 06,4b,Constrained renters,S02002249,Blairgowrie West,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186760 +186760,S00127129,7c2,Constrained Young Families,S01011891,Moncrieffe and Friarton - 05,4d,Hard-pressed flat dwellers,S02002230,Moncrieffe and Friarton,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186761 +186761,S00127138,7c2,Constrained Young Families,S01011922,"Hillyland, Tulloch and Inveralmond - 05",4d,Hard-pressed flat dwellers,S02002235,"Hillyland, Tulloch and Inveralmond",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186762 +186762,S00127148,7c2,Constrained Young Families,S01012011,Pitlochry - 03,5e,Primary sector workers,S02002252,Pitlochry,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186763 +186763,S00127253,7c2,Constrained Young Families,S01011910,Letham - 01,4d,Hard-pressed flat dwellers,S02002234,Letham,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186764 +186764,S00127298,7c2,Constrained Young Families,S01011888,Moncrieffe and Friarton - 02,4a,Challenged white communities,S02002230,Moncrieffe and Friarton,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186765 +186765,S00127359,7c2,Constrained Young Families,S01012004,Luncarty and Dunkeld - 03,2a,Ageing rural neighbourhoods,S02002251,Luncarty and Dunkeld,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186766 +186766,S00126155,5b1,Delayed Retirement,S01011928,North Muirton and Old Scone - 03,5e,Primary sector workers,S02002236,North Muirton and Old Scone,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186767 +186767,S00126345,5b1,Delayed Retirement,S01011838,Kinross - 01,8a,Affluent communities,S02002220,Kinross,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186768 +186768,S00126492,5b1,Delayed Retirement,S01011901,Burghmuir and Oakbank - 03,8c,Comfortable suburbia,S02002232,Burghmuir and Oakbank,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186769 +186769,S00126503,5b1,Delayed Retirement,S01011893,"Viewlands, Craigie and Wellshill - 02",5c,Comfortable neighbourhoods,S02002231,"Viewlands, Craigie and Wellshill",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186770 +186770,S00126504,5b1,Delayed Retirement,S01011898,"Viewlands, Craigie and Wellshill - 07",8a,Affluent communities,S02002231,"Viewlands, Craigie and Wellshill",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186771 +186771,S00126506,5b1,Delayed Retirement,S01011894,"Viewlands, Craigie and Wellshill - 03",5e,Primary sector workers,S02002231,"Viewlands, Craigie and Wellshill",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186772 +186772,S00126507,5b1,Delayed Retirement,S01011894,"Viewlands, Craigie and Wellshill - 03",5e,Primary sector workers,S02002231,"Viewlands, Craigie and Wellshill",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186773 +186773,S00126512,5b1,Delayed Retirement,S01011894,"Viewlands, Craigie and Wellshill - 03",5e,Primary sector workers,S02002231,"Viewlands, Craigie and Wellshill",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186774 +186774,S00126576,5b1,Delayed Retirement,S01011919,"Hillyland, Tulloch and Inveralmond - 02",4b,Constrained renters,S02002235,"Hillyland, Tulloch and Inveralmond",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186775 +186775,S00126823,6a3,Detached Retirement Living,S01011949,Scone - 01,8b,Ageing suburbanites,S02002241,Scone,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186776 +186776,S00126824,6a3,Detached Retirement Living,S01011949,Scone - 01,8b,Ageing suburbanites,S02002241,Scone,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186777 +186777,S00126825,6a3,Detached Retirement Living,S01011949,Scone - 01,8b,Ageing suburbanites,S02002241,Scone,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186778 +186778,S00126826,6a3,Detached Retirement Living,S01011949,Scone - 01,8b,Ageing suburbanites,S02002241,Scone,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186779 +186779,S00126839,6a3,Detached Retirement Living,S01011953,Scone - 05,2b,Prospering countryside life,S02002241,Scone,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186780 +186780,S00126849,6a3,Detached Retirement Living,S01011965,"Invergowrie, Longforgan and Abernyte - 01",5c,Comfortable neighbourhoods,S02002244,"Invergowrie, Longforgan and Abernyte",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186781 +186781,S00126899,6a3,Detached Retirement Living,S01011969,Coupar Angus and Meigle - 01,5e,Primary sector workers,S02002245,Coupar Angus and Meigle,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186782 +186782,S00126921,6a3,Detached Retirement Living,S01011994,Blairgowrie West - 07,2a,Ageing rural neighbourhoods,S02002249,Blairgowrie West,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186783 +186783,S00126922,6a3,Detached Retirement Living,S01011994,Blairgowrie West - 07,2a,Ageing rural neighbourhoods,S02002249,Blairgowrie West,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186784 +186784,S00126924,6a3,Detached Retirement Living,S01011990,Blairgowrie West - 03,2d,Rural traits,S02002249,Blairgowrie West,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186785 +186785,S00126927,6a3,Detached Retirement Living,S01011989,Blairgowrie West - 02,5e,Primary sector workers,S02002249,Blairgowrie West,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186786 +186786,S00126988,6a3,Detached Retirement Living,S01011976,Alyth - 02,5e,Primary sector workers,S02002246,Alyth,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186787 +186787,S00127011,6a3,Detached Retirement Living,S01011950,Scone - 02,5a,Ageing urban communities,S02002241,Scone,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186788 +186788,S00127077,6a3,Detached Retirement Living,S01011848,"Muthill, Greenloaning and Gleneagles - 02",2c,Remoter communities,S02002222,"Muthill, Greenloaning and Gleneagles",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186789 +186789,S00127081,6a3,Detached Retirement Living,S01011880,"Glenfarg, Dunning and Rhynd - 05",2c,Remoter communities,S02002228,"Glenfarg, Dunning and Rhynd",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186790 +186790,S00127082,6a3,Detached Retirement Living,S01011836,"Powmill, Cleish and Scotlandwell - 04",2c,Remoter communities,S02002219,"Powmill, Cleish and Scotlandwell",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186791 +186791,S00127083,6a3,Detached Retirement Living,S01011855,Auchterarder - 04,5e,Primary sector workers,S02002223,Auchterarder,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186792 +186792,S00127093,6a3,Detached Retirement Living,S01011883,Bridge of Earn and Abernethy - 03,2a,Ageing rural neighbourhoods,S02002229,Bridge of Earn and Abernethy,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186793 +186793,S00127098,6a3,Detached Retirement Living,S01011864,Crieff North - 03,8b,Ageing suburbanites,S02002225,Crieff North,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186794 +186794,S00127100,6a3,Detached Retirement Living,S01011864,Crieff North - 03,8b,Ageing suburbanites,S02002225,Crieff North,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186795 +186795,S00127132,6a3,Detached Retirement Living,S01011859,"Comrie, Gilmerton and St Fillans - 03",2d,Rural traits,S02002224,"Comrie, Gilmerton and St Fillans",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186796 +186796,S00127137,6a3,Detached Retirement Living,S01011964,Errol and Inchture - 05,2d,Rural traits,S02002243,Errol and Inchture,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186797 +186797,S00127153,6a3,Detached Retirement Living,S01011833,"Powmill, Cleish and Scotlandwell - 01",2c,Remoter communities,S02002219,"Powmill, Cleish and Scotlandwell",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186798 +186798,S00127154,6a3,Detached Retirement Living,S01011833,"Powmill, Cleish and Scotlandwell - 01",2c,Remoter communities,S02002219,"Powmill, Cleish and Scotlandwell",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186799 +186799,S00127158,6a3,Detached Retirement Living,S01011833,"Powmill, Cleish and Scotlandwell - 01",2c,Remoter communities,S02002219,"Powmill, Cleish and Scotlandwell",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186800 +186800,S00126187,1a2,Established Farming Communities,S01011962,Errol and Inchture - 03,2c,Remoter communities,S02002243,Errol and Inchture,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186801 +186801,S00126655,7b1,Eastern European Communities,S01011933,Muirton - 03,4b,Constrained renters,S02002237,Muirton,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186802 +186802,S00126923,1a4,Older Farming Communities,S01011990,Blairgowrie West - 03,2d,Rural traits,S02002249,Blairgowrie West,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186803 +186803,S00126699,2c2,Migrant Commuters,S01011943,Central and South Inch - 06,1a,Cosmopolitan student neighbourhoods,S02002239,Central and South Inch,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186804 +186804,S00126965,6b4,Older Workers and Retirement,S01011987,Blairgowrie East (Rattray) - 04,5e,Primary sector workers,S02002248,Blairgowrie East (Rattray),S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186805 +186805,S00126406,8b2,Hard-Pressed Rented Terraces,S01011882,Bridge of Earn and Abernethy - 02,5c,Comfortable neighbourhoods,S02002229,Bridge of Earn and Abernethy,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186806 +186806,S00126802,8a2,Industrious Hardship,S01011874,Aberuthven and Almondbank - 04,2d,Rural traits,S02002227,Aberuthven and Almondbank,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186807 +186807,S00126188,1a2,Established Farming Communities,S01011962,Errol and Inchture - 03,2c,Remoter communities,S02002243,Errol and Inchture,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186808 +186808,S00126196,1a2,Established Farming Communities,S01011883,Bridge of Earn and Abernethy - 03,2a,Ageing rural neighbourhoods,S02002229,Bridge of Earn and Abernethy,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186809 +186809,S00126199,1a2,Established Farming Communities,S01011884,Bridge of Earn and Abernethy - 04,2c,Remoter communities,S02002229,Bridge of Earn and Abernethy,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186810 +186810,S00126200,1a2,Established Farming Communities,S01011884,Bridge of Earn and Abernethy - 04,2c,Remoter communities,S02002229,Bridge of Earn and Abernethy,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186811 +186811,S00126209,1a2,Established Farming Communities,S01011871,Aberuthven and Almondbank - 01,2c,Remoter communities,S02002227,Aberuthven and Almondbank,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186812 +186812,S00126216,1a2,Established Farming Communities,S01011850,"Muthill, Greenloaning and Gleneagles - 04",2a,Ageing rural neighbourhoods,S02002222,"Muthill, Greenloaning and Gleneagles",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186813 +186813,S00126223,1a2,Established Farming Communities,S01011872,Aberuthven and Almondbank - 02,2c,Remoter communities,S02002227,Aberuthven and Almondbank,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186814 +186814,S00126225,1a2,Established Farming Communities,S01011857,"Comrie, Gilmerton and St Fillans - 01",2c,Remoter communities,S02002224,"Comrie, Gilmerton and St Fillans",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186815 +186815,S00126229,1a2,Established Farming Communities,S01011860,"Comrie, Gilmerton and St Fillans - 04",2a,Ageing rural neighbourhoods,S02002224,"Comrie, Gilmerton and St Fillans",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186816 +186816,S00126280,1a2,Established Farming Communities,S01011979,"Blair Atholl, Strathardle and Glenshee - 01",2c,Remoter communities,S02002247,"Blair Atholl, Strathardle and Glenshee",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186817 +186817,S00126337,1a2,Established Farming Communities,S01011838,Kinross - 01,8a,Affluent communities,S02002220,Kinross,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186818 +186818,S00126775,1a2,Established Farming Communities,S01011858,"Comrie, Gilmerton and St Fillans - 02",2a,Ageing rural neighbourhoods,S02002224,"Comrie, Gilmerton and St Fillans",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186819 +186819,S00126890,1a2,Established Farming Communities,S01011971,Coupar Angus and Meigle - 03,2d,Rural traits,S02002245,Coupar Angus and Meigle,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186820 +186820,S00126906,1a2,Established Farming Communities,S01011974,Coupar Angus and Meigle - 06,2c,Remoter communities,S02002245,Coupar Angus and Meigle,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186821 +186821,S00126953,1a2,Established Farming Communities,S01011992,Blairgowrie West - 05,5a,Ageing urban communities,S02002249,Blairgowrie West,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186822 +186822,S00127102,1a2,Established Farming Communities,S01011845,Milnathort and Crook of Devon - 03,2d,Rural traits,S02002221,Milnathort and Crook of Devon,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186823 +186823,S00127155,1a2,Established Farming Communities,S01011847,"Muthill, Greenloaning and Gleneagles - 01",2c,Remoter communities,S02002222,"Muthill, Greenloaning and Gleneagles",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186824 +186824,S00127163,1a2,Established Farming Communities,S01011837,"Powmill, Cleish and Scotlandwell - 05",2a,Ageing rural neighbourhoods,S02002219,"Powmill, Cleish and Scotlandwell",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186825 +186825,S00127165,1a2,Established Farming Communities,S01011834,"Powmill, Cleish and Scotlandwell - 02",2b,Prospering countryside life,S02002219,"Powmill, Cleish and Scotlandwell",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186826 +186826,S00127167,1a2,Established Farming Communities,S01011834,"Powmill, Cleish and Scotlandwell - 02",2b,Prospering countryside life,S02002219,"Powmill, Cleish and Scotlandwell",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186827 +186827,S00127168,1a2,Established Farming Communities,S01011846,Milnathort and Crook of Devon - 04,2b,Prospering countryside life,S02002221,Milnathort and Crook of Devon,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186828 +186828,S00127175,1a2,Established Farming Communities,S01011999,Stanley and Murthly - 05,2c,Remoter communities,S02002250,Stanley and Murthly,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186829 +186829,S00127184,1a2,Established Farming Communities,S01011880,"Glenfarg, Dunning and Rhynd - 05",2c,Remoter communities,S02002228,"Glenfarg, Dunning and Rhynd",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186830 +186830,S00127185,1a2,Established Farming Communities,S01011878,"Glenfarg, Dunning and Rhynd - 03",2a,Ageing rural neighbourhoods,S02002228,"Glenfarg, Dunning and Rhynd",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186831 +186831,S00127187,1a2,Established Farming Communities,S01011879,"Glenfarg, Dunning and Rhynd - 04",2c,Remoter communities,S02002228,"Glenfarg, Dunning and Rhynd",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186832 +186832,S00126410,5a3,Families in Terraces and Flats,S01011883,Bridge of Earn and Abernethy - 03,2a,Ageing rural neighbourhoods,S02002229,Bridge of Earn and Abernethy,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186833 +186833,S00126421,5a3,Families in Terraces and Flats,S01011869,Crieff South - 04,5e,Primary sector workers,S02002226,Crieff South,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186834 +186834,S00126450,5a3,Families in Terraces and Flats,S01011869,Crieff South - 04,5e,Primary sector workers,S02002226,Crieff South,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186835 +186835,S00126665,5a3,Families in Terraces and Flats,S01011934,Muirton - 04,3d,Households in terraces and flats,S02002237,Muirton,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186836 +186836,S00126853,5a3,Families in Terraces and Flats,S01011968,"Invergowrie, Longforgan and Abernyte - 04",5c,Comfortable neighbourhoods,S02002244,"Invergowrie, Longforgan and Abernyte",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186837 +186837,S00127087,5a3,Families in Terraces and Flats,S01011877,"Glenfarg, Dunning and Rhynd - 02",2d,Rural traits,S02002228,"Glenfarg, Dunning and Rhynd",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186838 +186838,S00127114,5a3,Families in Terraces and Flats,S01011925,"Hillyland, Tulloch and Inveralmond - 08",8c,Comfortable suburbia,S02002235,"Hillyland, Tulloch and Inveralmond",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186839 +186839,S00127218,5a3,Families in Terraces and Flats,S01011852,Auchterarder - 01,5e,Primary sector workers,S02002223,Auchterarder,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186840 +186840,S00127318,5a3,Families in Terraces and Flats,S01011892,"Viewlands, Craigie and Wellshill - 01",3a,Achieving neighbourhoods,S02002231,"Viewlands, Craigie and Wellshill",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186841 +186841,S00127320,5a3,Families in Terraces and Flats,S01011892,"Viewlands, Craigie and Wellshill - 01",3a,Achieving neighbourhoods,S02002231,"Viewlands, Craigie and Wellshill",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186842 +186842,S00126324,7a2,Hampered Aspiration,S01011842,Kinross - 05,5e,Primary sector workers,S02002220,Kinross,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186843 +186843,S00126568,7a2,Hampered Aspiration,S01011919,"Hillyland, Tulloch and Inveralmond - 02",4b,Constrained renters,S02002235,"Hillyland, Tulloch and Inveralmond",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186844 +186844,S00126573,7a2,Hampered Aspiration,S01011893,"Viewlands, Craigie and Wellshill - 02",5c,Comfortable neighbourhoods,S02002231,"Viewlands, Craigie and Wellshill",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186845 +186845,S00126574,7a2,Hampered Aspiration,S01011893,"Viewlands, Craigie and Wellshill - 02",5c,Comfortable neighbourhoods,S02002231,"Viewlands, Craigie and Wellshill",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186846 +186846,S00126585,7a2,Hampered Aspiration,S01011915,Letham - 06,4a,Challenged white communities,S02002234,Letham,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186847 +186847,S00126603,7a2,Hampered Aspiration,S01011930,North Muirton and Old Scone - 05,4b,Constrained renters,S02002236,North Muirton and Old Scone,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186848 +186848,S00126707,7a2,Hampered Aspiration,S01011938,Central and South Inch - 01,4b,Constrained renters,S02002239,Central and South Inch,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186849 +186849,S00126735,7a2,Hampered Aspiration,S01011892,"Viewlands, Craigie and Wellshill - 01",3a,Achieving neighbourhoods,S02002231,"Viewlands, Craigie and Wellshill",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186850 +186850,S00126736,7a2,Hampered Aspiration,S01011893,"Viewlands, Craigie and Wellshill - 02",5c,Comfortable neighbourhoods,S02002231,"Viewlands, Craigie and Wellshill",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186851 +186851,S00127254,7a2,Hampered Aspiration,S01011912,Letham - 03,4a,Challenged white communities,S02002234,Letham,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186852 +186852,S00126299,8d3,Hard-Pressed European Settlers,S01012016,Rannoch and Aberfeldy - 04,2a,Ageing rural neighbourhoods,S02002253,Rannoch and Aberfeldy,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186853 +186853,S00126418,8d3,Hard-Pressed European Settlers,S01011870,Crieff South - 05,5e,Primary sector workers,S02002226,Crieff South,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186854 +186854,S00127014,8d3,Hard-Pressed European Settlers,S01012005,Luncarty and Dunkeld - 04,8c,Comfortable suburbia,S02002251,Luncarty and Dunkeld,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186855 +186855,S00127051,8d3,Hard-Pressed European Settlers,S01011871,Aberuthven and Almondbank - 01,2c,Remoter communities,S02002227,Aberuthven and Almondbank,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186856 +186856,S00126614,8c3,Renting Hard-Pressed Workers,S01011927,North Muirton and Old Scone - 02,4a,Challenged white communities,S02002236,North Muirton and Old Scone,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186857 +186857,S00126670,7b1,Eastern European Communities,S01011931,Muirton - 01,4a,Challenged white communities,S02002237,Muirton,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186858 +186858,S00126672,7b1,Eastern European Communities,S01011934,Muirton - 04,3d,Households in terraces and flats,S02002237,Muirton,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186859 +186859,S00126685,7b1,Eastern European Communities,S01011948,Gannochy and Walnut Grove - 05,5a,Ageing urban communities,S02002240,Gannochy and Walnut Grove,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186860 +186860,S00126538,8b2,Hard-Pressed Rented Terraces,S01011911,Letham - 02,4a,Challenged white communities,S02002234,Letham,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186861 +186861,S00126717,8c3,Renting Hard-Pressed Workers,S01011888,Moncrieffe and Friarton - 02,4a,Challenged white communities,S02002230,Moncrieffe and Friarton,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186862 +186862,S00126808,8a2,Industrious Hardship,S01011954,Scone - 06,5c,Comfortable neighbourhoods,S02002241,Scone,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186863 +186863,S00126696,7b1,Eastern European Communities,S01011941,Central and South Inch - 04,1a,Cosmopolitan student neighbourhoods,S02002239,Central and South Inch,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186864 +186864,S00126703,2c2,Migrant Commuters,S01011943,Central and South Inch - 06,1a,Cosmopolitan student neighbourhoods,S02002239,Central and South Inch,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186865 +186865,S00126540,8b2,Hard-Pressed Rented Terraces,S01011912,Letham - 03,4a,Challenged white communities,S02002234,Letham,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186866 +186866,S00126719,8c3,Renting Hard-Pressed Workers,S01011888,Moncrieffe and Friarton - 02,4a,Challenged white communities,S02002230,Moncrieffe and Friarton,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186867 +186867,S00126926,1a4,Older Farming Communities,S01011989,Blairgowrie West - 02,5e,Primary sector workers,S02002249,Blairgowrie West,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186868 +186868,S00126999,6b4,Older Workers and Retirement,S01012011,Pitlochry - 03,5e,Primary sector workers,S02002252,Pitlochry,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186869 +186869,S00126809,8a2,Industrious Hardship,S01011954,Scone - 06,5c,Comfortable neighbourhoods,S02002241,Scone,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186870 +186870,S00126702,7b1,Eastern European Communities,S01011943,Central and South Inch - 06,1a,Cosmopolitan student neighbourhoods,S02002239,Central and South Inch,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186871 +186871,S00126710,2c2,Migrant Commuters,S01011939,Central and South Inch - 02,1a,Cosmopolitan student neighbourhoods,S02002239,Central and South Inch,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186872 +186872,S00126541,8b2,Hard-Pressed Rented Terraces,S01011911,Letham - 02,4a,Challenged white communities,S02002234,Letham,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186873 +186873,S00126778,8c3,Renting Hard-Pressed Workers,S01011956,"Guildtown, Balbeggie and St Madoes - 01",2b,Prospering countryside life,S02002242,"Guildtown, Balbeggie and St Madoes",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186874 +186874,S00126935,1a4,Older Farming Communities,S01011991,Blairgowrie West - 04,5e,Primary sector workers,S02002249,Blairgowrie West,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186875 +186875,S00126834,8a2,Industrious Hardship,S01011955,Scone - 07,5a,Ageing urban communities,S02002241,Scone,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186876 +186876,S00126865,8a2,Industrious Hardship,S01011966,"Invergowrie, Longforgan and Abernyte - 02",2b,Prospering countryside life,S02002244,"Invergowrie, Longforgan and Abernyte",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186877 +186877,S00126878,8a2,Industrious Hardship,S01012001,Stanley and Murthly - 07,5e,Primary sector workers,S02002250,Stanley and Murthly,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186878 +186878,S00126880,8a2,Industrious Hardship,S01012001,Stanley and Murthly - 07,5e,Primary sector workers,S02002250,Stanley and Murthly,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186879 +186879,S00126889,8a2,Industrious Hardship,S01011971,Coupar Angus and Meigle - 03,2d,Rural traits,S02002245,Coupar Angus and Meigle,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186880 +186880,S00126932,8a2,Industrious Hardship,S01011991,Blairgowrie West - 04,5e,Primary sector workers,S02002249,Blairgowrie West,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186881 +186881,S00126938,8a2,Industrious Hardship,S01011991,Blairgowrie West - 04,5e,Primary sector workers,S02002249,Blairgowrie West,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186882 +186882,S00126967,8a2,Industrious Hardship,S01011987,Blairgowrie East (Rattray) - 04,5e,Primary sector workers,S02002248,Blairgowrie East (Rattray),S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186883 +186883,S00126979,8a2,Industrious Hardship,S01012015,Rannoch and Aberfeldy - 03,2d,Rural traits,S02002253,Rannoch and Aberfeldy,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186884 +186884,S00126985,8a2,Industrious Hardship,S01011978,Alyth - 04,5e,Primary sector workers,S02002246,Alyth,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186885 +186885,S00127147,8a2,Industrious Hardship,S01012012,Pitlochry - 04,2a,Ageing rural neighbourhoods,S02002252,Pitlochry,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186886 +186886,S00127193,8a2,Industrious Hardship,S01012009,Pitlochry - 01,2a,Ageing rural neighbourhoods,S02002252,Pitlochry,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186887 +186887,S00127222,8a2,Industrious Hardship,S01011882,Bridge of Earn and Abernethy - 02,5c,Comfortable neighbourhoods,S02002229,Bridge of Earn and Abernethy,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186888 +186888,S00127224,8a2,Industrious Hardship,S01011882,Bridge of Earn and Abernethy - 02,5c,Comfortable neighbourhoods,S02002229,Bridge of Earn and Abernethy,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186889 +186889,S00127361,8a2,Industrious Hardship,S01011996,Stanley and Murthly - 02,5e,Primary sector workers,S02002250,Stanley and Murthly,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186890 +186890,S00126333,8a1,Industrious Transitions,S01011840,Kinross - 03,5e,Primary sector workers,S02002220,Kinross,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186891 +186891,S00126536,8a1,Industrious Transitions,S01011908,Western Edge - 05,8c,Comfortable suburbia,S02002233,Western Edge,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186892 +186892,S00126550,8a1,Industrious Transitions,S01011921,"Hillyland, Tulloch and Inveralmond - 04",4d,Hard-pressed flat dwellers,S02002235,"Hillyland, Tulloch and Inveralmond",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186893 +186893,S00126726,8a1,Industrious Transitions,S01011887,Moncrieffe and Friarton - 01,5c,Comfortable neighbourhoods,S02002230,Moncrieffe and Friarton,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186894 +186894,S00126777,8a1,Industrious Transitions,S01011956,"Guildtown, Balbeggie and St Madoes - 01",2b,Prospering countryside life,S02002242,"Guildtown, Balbeggie and St Madoes",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186895 +186895,S00126796,8a1,Industrious Transitions,S01012002,Luncarty and Dunkeld - 01,5a,Ageing urban communities,S02002251,Luncarty and Dunkeld,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186896 +186896,S00126811,8a1,Industrious Transitions,S01011950,Scone - 02,5a,Ageing urban communities,S02002241,Scone,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186897 +186897,S00126844,8a1,Industrious Transitions,S01011961,Errol and Inchture - 02,5c,Comfortable neighbourhoods,S02002243,Errol and Inchture,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186898 +186898,S00126845,8a1,Industrious Transitions,S01011961,Errol and Inchture - 02,5c,Comfortable neighbourhoods,S02002243,Errol and Inchture,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186899 +186899,S00126847,8a1,Industrious Transitions,S01011965,"Invergowrie, Longforgan and Abernyte - 01",5c,Comfortable neighbourhoods,S02002244,"Invergowrie, Longforgan and Abernyte",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186900 +186900,S00127256,8a1,Industrious Transitions,S01011909,Western Edge - 06,8c,Comfortable suburbia,S02002233,Western Edge,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186901 +186901,S00126567,2c2,Migrant Commuters,S01011919,"Hillyland, Tulloch and Inveralmond - 02",4b,Constrained renters,S02002235,"Hillyland, Tulloch and Inveralmond",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186902 +186902,S00126628,2c2,Migrant Commuters,S01011943,Central and South Inch - 06,1a,Cosmopolitan student neighbourhoods,S02002239,Central and South Inch,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186903 +186903,S00126629,2c2,Migrant Commuters,S01011942,Central and South Inch - 05,1a,Cosmopolitan student neighbourhoods,S02002239,Central and South Inch,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186904 +186904,S00126630,2c2,Migrant Commuters,S01011943,Central and South Inch - 06,1a,Cosmopolitan student neighbourhoods,S02002239,Central and South Inch,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186905 +186905,S00126632,2c2,Migrant Commuters,S01011941,Central and South Inch - 04,1a,Cosmopolitan student neighbourhoods,S02002239,Central and South Inch,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186906 +186906,S00126634,2c2,Migrant Commuters,S01011942,Central and South Inch - 05,1a,Cosmopolitan student neighbourhoods,S02002239,Central and South Inch,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186907 +186907,S00126635,2c2,Migrant Commuters,S01011942,Central and South Inch - 05,1a,Cosmopolitan student neighbourhoods,S02002239,Central and South Inch,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186908 +186908,S00126636,2c2,Migrant Commuters,S01011942,Central and South Inch - 05,1a,Cosmopolitan student neighbourhoods,S02002239,Central and South Inch,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186909 +186909,S00126637,2c2,Migrant Commuters,S01011942,Central and South Inch - 05,1a,Cosmopolitan student neighbourhoods,S02002239,Central and South Inch,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186910 +186910,S00126639,2c2,Migrant Commuters,S01011942,Central and South Inch - 05,1a,Cosmopolitan student neighbourhoods,S02002239,Central and South Inch,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186911 +186911,S00126640,2c2,Migrant Commuters,S01011937,North Inch - 03,1a,Cosmopolitan student neighbourhoods,S02002238,North Inch,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186912 +186912,S00126642,2c2,Migrant Commuters,S01011937,North Inch - 03,1a,Cosmopolitan student neighbourhoods,S02002238,North Inch,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186913 +186913,S00126646,2c2,Migrant Commuters,S01011936,North Inch - 02,1a,Cosmopolitan student neighbourhoods,S02002238,North Inch,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186914 +186914,S00126651,2c2,Migrant Commuters,S01011935,North Inch - 01,1a,Cosmopolitan student neighbourhoods,S02002238,North Inch,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186915 +186915,S00126653,2c2,Migrant Commuters,S01011935,North Inch - 01,1a,Cosmopolitan student neighbourhoods,S02002238,North Inch,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186916 +186916,S00126654,2c2,Migrant Commuters,S01011933,Muirton - 03,4b,Constrained renters,S02002237,Muirton,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186917 +186917,S00126656,2c2,Migrant Commuters,S01011935,North Inch - 01,1a,Cosmopolitan student neighbourhoods,S02002238,North Inch,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186918 +186918,S00126657,2c2,Migrant Commuters,S01011932,Muirton - 02,4b,Constrained renters,S02002237,Muirton,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186919 +186919,S00126659,2c2,Migrant Commuters,S01011932,Muirton - 02,4b,Constrained renters,S02002237,Muirton,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186920 +186920,S00126695,2c2,Migrant Commuters,S01011941,Central and South Inch - 04,1a,Cosmopolitan student neighbourhoods,S02002239,Central and South Inch,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186921 +186921,S00126697,2c2,Migrant Commuters,S01011939,Central and South Inch - 02,1a,Cosmopolitan student neighbourhoods,S02002239,Central and South Inch,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186922 +186922,S00126728,7b1,Eastern European Communities,S01011889,Moncrieffe and Friarton - 03,5a,Ageing urban communities,S02002230,Moncrieffe and Friarton,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186923 +186923,S00127121,2c2,Migrant Commuters,S01011943,Central and South Inch - 06,1a,Cosmopolitan student neighbourhoods,S02002239,Central and South Inch,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186924 +186924,S00126542,8b2,Hard-Pressed Rented Terraces,S01011911,Letham - 02,4a,Challenged white communities,S02002234,Letham,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186925 +186925,S00126787,8c3,Renting Hard-Pressed Workers,S01011963,Errol and Inchture - 04,5c,Comfortable neighbourhoods,S02002243,Errol and Inchture,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186926 +186926,S00127028,6b4,Older Workers and Retirement,S01011985,Blairgowrie East (Rattray) - 02,5a,Ageing urban communities,S02002248,Blairgowrie East (Rattray),S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186927 +186927,S00127122,2c2,Migrant Commuters,S01011941,Central and South Inch - 04,1a,Cosmopolitan student neighbourhoods,S02002239,Central and South Inch,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186928 +186928,S00126940,7b1,Eastern European Communities,S01011993,Blairgowrie West - 06,4b,Constrained renters,S02002249,Blairgowrie West,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186929 +186929,S00126942,1a4,Older Farming Communities,S01011990,Blairgowrie West - 03,2d,Rural traits,S02002249,Blairgowrie West,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186930 +186930,S00126955,7b1,Eastern European Communities,S01011984,Blairgowrie East (Rattray) - 01,4b,Constrained renters,S02002248,Blairgowrie East (Rattray),S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186931 +186931,S00127103,6b4,Older Workers and Retirement,S01011903,Burghmuir and Oakbank - 05,8b,Ageing suburbanites,S02002232,Burghmuir and Oakbank,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186932 +186932,S00126543,8b2,Hard-Pressed Rented Terraces,S01011911,Letham - 02,4a,Challenged white communities,S02002234,Letham,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186933 +186933,S00126951,1a4,Older Farming Communities,S01011992,Blairgowrie West - 05,5a,Ageing urban communities,S02002249,Blairgowrie West,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186934 +186934,S00127109,6b4,Older Workers and Retirement,S01011894,"Viewlands, Craigie and Wellshill - 03",5e,Primary sector workers,S02002231,"Viewlands, Craigie and Wellshill",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186935 +186935,S00126970,7b1,Eastern European Communities,S01011986,Blairgowrie East (Rattray) - 03,4b,Constrained renters,S02002248,Blairgowrie East (Rattray),S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186936 +186936,S00127123,2c2,Migrant Commuters,S01011941,Central and South Inch - 04,1a,Cosmopolitan student neighbourhoods,S02002239,Central and South Inch,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186937 +186937,S00126801,8c3,Renting Hard-Pressed Workers,S01011875,Aberuthven and Almondbank - 05,5c,Comfortable neighbourhoods,S02002227,Aberuthven and Almondbank,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186938 +186938,S00126552,8b2,Hard-Pressed Rented Terraces,S01011920,"Hillyland, Tulloch and Inveralmond - 03",4b,Constrained renters,S02002235,"Hillyland, Tulloch and Inveralmond",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186939 +186939,S00126994,1a4,Older Farming Communities,S01012011,Pitlochry - 03,5e,Primary sector workers,S02002252,Pitlochry,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186940 +186940,S00127124,2c2,Migrant Commuters,S01011941,Central and South Inch - 04,1a,Cosmopolitan student neighbourhoods,S02002239,Central and South Inch,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186941 +186941,S00126971,7b1,Eastern European Communities,S01011986,Blairgowrie East (Rattray) - 03,4b,Constrained renters,S02002248,Blairgowrie East (Rattray),S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186942 +186942,S00127242,6b4,Older Workers and Retirement,S01011905,Western Edge - 02,8a,Affluent communities,S02002233,Western Edge,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186943 +186943,S00126835,8c3,Renting Hard-Pressed Workers,S01011955,Scone - 07,5a,Ageing urban communities,S02002241,Scone,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186944 +186944,S00126554,8b2,Hard-Pressed Rented Terraces,S01011920,"Hillyland, Tulloch and Inveralmond - 03",4b,Constrained renters,S02002235,"Hillyland, Tulloch and Inveralmond",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186945 +186945,S00127006,1a4,Older Farming Communities,S01012010,Pitlochry - 02,5a,Ageing urban communities,S02002252,Pitlochry,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186946 +186946,S00127249,6b4,Older Workers and Retirement,S01011906,Western Edge - 03,8c,Comfortable suburbia,S02002233,Western Edge,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186947 +186947,S00127258,6b4,Older Workers and Retirement,S01011909,Western Edge - 06,8c,Comfortable suburbia,S02002233,Western Edge,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186948 +186948,S00127259,6b4,Older Workers and Retirement,S01011909,Western Edge - 06,8c,Comfortable suburbia,S02002233,Western Edge,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186949 +186949,S00127261,6b4,Older Workers and Retirement,S01011909,Western Edge - 06,8c,Comfortable suburbia,S02002233,Western Edge,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186950 +186950,S00126322,7c3,Outer City Hardship,S01011841,Kinross - 04,5c,Comfortable neighbourhoods,S02002220,Kinross,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186951 +186951,S00126417,7c3,Outer City Hardship,S01011870,Crieff South - 05,5e,Primary sector workers,S02002226,Crieff South,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186952 +186952,S00126460,7c3,Outer City Hardship,S01011869,Crieff South - 04,5e,Primary sector workers,S02002226,Crieff South,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186953 +186953,S00126461,7c3,Outer City Hardship,S01011863,Crieff North - 02,5a,Ageing urban communities,S02002225,Crieff North,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186954 +186954,S00126525,7c3,Outer City Hardship,S01011914,Letham - 05,4d,Hard-pressed flat dwellers,S02002234,Letham,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186955 +186955,S00126534,7c3,Outer City Hardship,S01011912,Letham - 03,4a,Challenged white communities,S02002234,Letham,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186956 +186956,S00126548,7c3,Outer City Hardship,S01011921,"Hillyland, Tulloch and Inveralmond - 04",4d,Hard-pressed flat dwellers,S02002235,"Hillyland, Tulloch and Inveralmond",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186957 +186957,S00126566,7c3,Outer City Hardship,S01011923,"Hillyland, Tulloch and Inveralmond - 06",4b,Constrained renters,S02002235,"Hillyland, Tulloch and Inveralmond",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186958 +186958,S00126587,7c3,Outer City Hardship,S01011917,Letham - 08,4d,Hard-pressed flat dwellers,S02002234,Letham,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186959 +186959,S00126593,7c3,Outer City Hardship,S01011912,Letham - 03,4a,Challenged white communities,S02002234,Letham,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186960 +186960,S00126649,7c3,Outer City Hardship,S01011936,North Inch - 02,1a,Cosmopolitan student neighbourhoods,S02002238,North Inch,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186961 +186961,S00126661,7c3,Outer City Hardship,S01011933,Muirton - 03,4b,Constrained renters,S02002237,Muirton,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186962 +186962,S00126669,7c3,Outer City Hardship,S01011931,Muirton - 01,4a,Challenged white communities,S02002237,Muirton,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186963 +186963,S00126712,7c3,Outer City Hardship,S01011888,Moncrieffe and Friarton - 02,4a,Challenged white communities,S02002230,Moncrieffe and Friarton,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186964 +186964,S00126718,7c3,Outer City Hardship,S01011887,Moncrieffe and Friarton - 01,5c,Comfortable neighbourhoods,S02002230,Moncrieffe and Friarton,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186965 +186965,S00126740,7c3,Outer City Hardship,S01011896,"Viewlands, Craigie and Wellshill - 05",5c,Comfortable neighbourhoods,S02002231,"Viewlands, Craigie and Wellshill",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186966 +186966,S00126742,7c3,Outer City Hardship,S01011896,"Viewlands, Craigie and Wellshill - 05",5c,Comfortable neighbourhoods,S02002231,"Viewlands, Craigie and Wellshill",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186967 +186967,S00126743,7c3,Outer City Hardship,S01011897,"Viewlands, Craigie and Wellshill - 06",5c,Comfortable neighbourhoods,S02002231,"Viewlands, Craigie and Wellshill",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186968 +186968,S00126746,7c3,Outer City Hardship,S01011901,Burghmuir and Oakbank - 03,8c,Comfortable suburbia,S02002232,Burghmuir and Oakbank,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186969 +186969,S00126771,7c3,Outer City Hardship,S01011859,"Comrie, Gilmerton and St Fillans - 03",2d,Rural traits,S02002224,"Comrie, Gilmerton and St Fillans",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186970 +186970,S00126806,7c3,Outer City Hardship,S01011954,Scone - 06,5c,Comfortable neighbourhoods,S02002241,Scone,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186971 +186971,S00126860,7c3,Outer City Hardship,S01011968,"Invergowrie, Longforgan and Abernyte - 04",5c,Comfortable neighbourhoods,S02002244,"Invergowrie, Longforgan and Abernyte",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186972 +186972,S00126875,7c3,Outer City Hardship,S01011996,Stanley and Murthly - 02,5e,Primary sector workers,S02002250,Stanley and Murthly,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186973 +186973,S00126897,7c3,Outer City Hardship,S01011970,Coupar Angus and Meigle - 02,4b,Constrained renters,S02002245,Coupar Angus and Meigle,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186974 +186974,S00127227,7c3,Outer City Hardship,S01011865,Crieff North - 04,5e,Primary sector workers,S02002225,Crieff North,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186975 +186975,S00127255,7c3,Outer City Hardship,S01011912,Letham - 03,4a,Challenged white communities,S02002234,Letham,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186976 +186976,S00127273,7c3,Outer City Hardship,S01011918,"Hillyland, Tulloch and Inveralmond - 01",4d,Hard-pressed flat dwellers,S02002235,"Hillyland, Tulloch and Inveralmond",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186977 +186977,S00127346,7c3,Outer City Hardship,S01012014,Rannoch and Aberfeldy - 02,5e,Primary sector workers,S02002253,Rannoch and Aberfeldy,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186978 +186978,S00126761,2c3,Professional Service Cosmopolitans,S01011895,"Viewlands, Craigie and Wellshill - 04",8a,Affluent communities,S02002231,"Viewlands, Craigie and Wellshill",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186979 +186979,S00126855,2c3,Professional Service Cosmopolitans,S01011968,"Invergowrie, Longforgan and Abernyte - 04",5c,Comfortable neighbourhoods,S02002244,"Invergowrie, Longforgan and Abernyte",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186980 +186980,S00127285,2c3,Professional Service Cosmopolitans,S01011933,Muirton - 03,4b,Constrained renters,S02002237,Muirton,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186981 +186981,S00127319,2c3,Professional Service Cosmopolitans,S01011892,"Viewlands, Craigie and Wellshill - 01",3a,Achieving neighbourhoods,S02002231,"Viewlands, Craigie and Wellshill",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186982 +186982,S00126198,8c3,Renting Hard-Pressed Workers,S01011881,Bridge of Earn and Abernethy - 01,5a,Ageing urban communities,S02002229,Bridge of Earn and Abernethy,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186983 +186983,S00126321,8c3,Renting Hard-Pressed Workers,S01011841,Kinross - 04,5c,Comfortable neighbourhoods,S02002220,Kinross,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186984 +186984,S00126373,8c3,Renting Hard-Pressed Workers,S01011855,Auchterarder - 04,5e,Primary sector workers,S02002223,Auchterarder,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186985 +186985,S00126407,8c3,Renting Hard-Pressed Workers,S01011882,Bridge of Earn and Abernethy - 02,5c,Comfortable neighbourhoods,S02002229,Bridge of Earn and Abernethy,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186986 +186986,S00126532,8c3,Renting Hard-Pressed Workers,S01011907,Western Edge - 04,5b,Aspiring urban households,S02002233,Western Edge,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186987 +186987,S00126539,8c3,Renting Hard-Pressed Workers,S01011912,Letham - 03,4a,Challenged white communities,S02002234,Letham,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186988 +186988,S00126594,8c3,Renting Hard-Pressed Workers,S01011915,Letham - 06,4a,Challenged white communities,S02002234,Letham,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186989 +186989,S00126599,8c3,Renting Hard-Pressed Workers,S01011915,Letham - 06,4a,Challenged white communities,S02002234,Letham,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186990 +186990,S00127279,2c2,Migrant Commuters,S01011940,Central and South Inch - 03,1a,Cosmopolitan student neighbourhoods,S02002239,Central and South Inch,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186991 +186991,S00126836,8c3,Renting Hard-Pressed Workers,S01011955,Scone - 07,5a,Ageing urban communities,S02002241,Scone,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186992 +186992,S00126555,8b2,Hard-Pressed Rented Terraces,S01011922,"Hillyland, Tulloch and Inveralmond - 05",4d,Hard-pressed flat dwellers,S02002235,"Hillyland, Tulloch and Inveralmond",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186993 +186993,S00127143,7b1,Eastern European Communities,S01011891,Moncrieffe and Friarton - 05,4d,Hard-pressed flat dwellers,S02002230,Moncrieffe and Friarton,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186994 +186994,S00127282,2c2,Migrant Commuters,S01011942,Central and South Inch - 05,1a,Cosmopolitan student neighbourhoods,S02002239,Central and South Inch,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186995 +186995,S00127020,1a4,Older Farming Communities,S01011988,Blairgowrie West - 01,2a,Ageing rural neighbourhoods,S02002249,Blairgowrie West,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186996 +186996,S00126838,8c3,Renting Hard-Pressed Workers,S01011955,Scone - 07,5a,Ageing urban communities,S02002241,Scone,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186997 +186997,S00126557,8b2,Hard-Pressed Rented Terraces,S01011922,"Hillyland, Tulloch and Inveralmond - 05",4d,Hard-pressed flat dwellers,S02002235,"Hillyland, Tulloch and Inveralmond",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186998 +186998,S00127305,2c2,Migrant Commuters,S01011941,Central and South Inch - 04,1a,Cosmopolitan student neighbourhoods,S02002239,Central and South Inch,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,186999 +186999,S00127270,7b1,Eastern European Communities,S01011918,"Hillyland, Tulloch and Inveralmond - 01",4d,Hard-pressed flat dwellers,S02002235,"Hillyland, Tulloch and Inveralmond",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187000 +187000,S00127027,1a4,Older Farming Communities,S01011985,Blairgowrie East (Rattray) - 02,5a,Ageing urban communities,S02002248,Blairgowrie East (Rattray),S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187001 +187001,S00126894,8c3,Renting Hard-Pressed Workers,S01011969,Coupar Angus and Meigle - 01,5e,Primary sector workers,S02002245,Coupar Angus and Meigle,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187002 +187002,S00126565,8b2,Hard-Pressed Rented Terraces,S01011923,"Hillyland, Tulloch and Inveralmond - 06",4b,Constrained renters,S02002235,"Hillyland, Tulloch and Inveralmond",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187003 +187003,S00127306,2c2,Migrant Commuters,S01011939,Central and South Inch - 02,1a,Cosmopolitan student neighbourhoods,S02002239,Central and South Inch,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187004 +187004,S00127271,7b1,Eastern European Communities,S01011918,"Hillyland, Tulloch and Inveralmond - 01",4d,Hard-pressed flat dwellers,S02002235,"Hillyland, Tulloch and Inveralmond",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187005 +187005,S00127308,2c2,Migrant Commuters,S01011940,Central and South Inch - 03,1a,Cosmopolitan student neighbourhoods,S02002239,Central and South Inch,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187006 +187006,S00126991,8c3,Renting Hard-Pressed Workers,S01011977,Alyth - 03,2d,Rural traits,S02002246,Alyth,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187007 +187007,S00126589,8b2,Hard-Pressed Rented Terraces,S01011917,Letham - 08,4d,Hard-pressed flat dwellers,S02002234,Letham,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187008 +187008,S00127272,7b1,Eastern European Communities,S01011918,"Hillyland, Tulloch and Inveralmond - 01",4d,Hard-pressed flat dwellers,S02002235,"Hillyland, Tulloch and Inveralmond",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187009 +187009,S00127309,2c2,Migrant Commuters,S01011939,Central and South Inch - 02,1a,Cosmopolitan student neighbourhoods,S02002239,Central and South Inch,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187010 +187010,S00127084,8c3,Renting Hard-Pressed Workers,S01011855,Auchterarder - 04,5e,Primary sector workers,S02002223,Auchterarder,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187011 +187011,S00126596,8b2,Hard-Pressed Rented Terraces,S01011915,Letham - 06,4a,Challenged white communities,S02002234,Letham,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187012 +187012,S00127041,1a4,Older Farming Communities,S01011878,"Glenfarg, Dunning and Rhynd - 03",2a,Ageing rural neighbourhoods,S02002228,"Glenfarg, Dunning and Rhynd",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187013 +187013,S00126604,8b2,Hard-Pressed Rented Terraces,S01011929,North Muirton and Old Scone - 04,4a,Challenged white communities,S02002236,North Muirton and Old Scone,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187014 +187014,S00127140,8c3,Renting Hard-Pressed Workers,S01011930,North Muirton and Old Scone - 05,4b,Constrained renters,S02002236,North Muirton and Old Scone,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187015 +187015,S00127276,7b1,Eastern European Communities,S01011935,North Inch - 01,1a,Cosmopolitan student neighbourhoods,S02002238,North Inch,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187016 +187016,S00127074,1a4,Older Farming Communities,S01011839,Kinross - 02,8b,Ageing suburbanites,S02002220,Kinross,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187017 +187017,S00127291,7b1,Eastern European Communities,S01011946,Gannochy and Walnut Grove - 03,5e,Primary sector workers,S02002240,Gannochy and Walnut Grove,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187018 +187018,S00127310,2c2,Migrant Commuters,S01011943,Central and South Inch - 06,1a,Cosmopolitan student neighbourhoods,S02002239,Central and South Inch,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187019 +187019,S00126607,8b2,Hard-Pressed Rented Terraces,S01011929,North Muirton and Old Scone - 04,4a,Challenged white communities,S02002236,North Muirton and Old Scone,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187020 +187020,S00127213,8c3,Renting Hard-Pressed Workers,S01011855,Auchterarder - 04,5e,Primary sector workers,S02002223,Auchterarder,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187021 +187021,S00126608,8b2,Hard-Pressed Rented Terraces,S01011928,North Muirton and Old Scone - 03,5e,Primary sector workers,S02002236,North Muirton and Old Scone,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187022 +187022,S00127078,1a4,Older Farming Communities,S01011848,"Muthill, Greenloaning and Gleneagles - 02",2c,Remoter communities,S02002222,"Muthill, Greenloaning and Gleneagles",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187023 +187023,S00127303,7b1,Eastern European Communities,S01011891,Moncrieffe and Friarton - 05,4d,Hard-pressed flat dwellers,S02002230,Moncrieffe and Friarton,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187024 +187024,S00127252,8c3,Renting Hard-Pressed Workers,S01011910,Letham - 01,4d,Hard-pressed flat dwellers,S02002234,Letham,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187025 +187025,S00127313,2c2,Migrant Commuters,S01011938,Central and South Inch - 01,4b,Constrained renters,S02002239,Central and South Inch,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187026 +187026,S00126609,8b2,Hard-Pressed Rented Terraces,S01011927,North Muirton and Old Scone - 02,4a,Challenged white communities,S02002236,North Muirton and Old Scone,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187027 +187027,S00127099,1a4,Older Farming Communities,S01011868,Crieff South - 03,5e,Primary sector workers,S02002226,Crieff South,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187028 +187028,S00127315,7b1,Eastern European Communities,S01011939,Central and South Inch - 02,1a,Cosmopolitan student neighbourhoods,S02002239,Central and South Inch,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187029 +187029,S00127156,1a4,Older Farming Communities,S01011847,"Muthill, Greenloaning and Gleneagles - 01",2c,Remoter communities,S02002222,"Muthill, Greenloaning and Gleneagles",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187030 +187030,S00126270,1c2,Renting Rural Retirement,S01011973,Coupar Angus and Meigle - 05,2a,Ageing rural neighbourhoods,S02002245,Coupar Angus and Meigle,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187031 +187031,S00126616,8b2,Hard-Pressed Rented Terraces,S01011928,North Muirton and Old Scone - 03,5e,Primary sector workers,S02002236,North Muirton and Old Scone,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187032 +187032,S00126638,2c1,Migrant Families,S01011936,North Inch - 02,1a,Cosmopolitan student neighbourhoods,S02002238,North Inch,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187033 +187033,S00127341,7b1,Eastern European Communities,S01011986,Blairgowrie East (Rattray) - 03,4b,Constrained renters,S02002248,Blairgowrie East (Rattray),S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187034 +187034,S00127160,1a4,Older Farming Communities,S01011843,Milnathort and Crook of Devon - 01,2c,Remoter communities,S02002221,Milnathort and Crook of Devon,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187035 +187035,S00126314,1c2,Renting Rural Retirement,S01011983,"Blair Atholl, Strathardle and Glenshee - 05",2a,Ageing rural neighbourhoods,S02002247,"Blair Atholl, Strathardle and Glenshee",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187036 +187036,S00126618,8b2,Hard-Pressed Rented Terraces,S01011928,North Muirton and Old Scone - 03,5e,Primary sector workers,S02002236,North Muirton and Old Scone,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187037 +187037,S00126767,1c2,Renting Rural Retirement,S01011858,"Comrie, Gilmerton and St Fillans - 02",2a,Ageing rural neighbourhoods,S02002224,"Comrie, Gilmerton and St Fillans",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187038 +187038,S00126447,7b3,Endeavouring Flat Dwellers,S01011868,Crieff South - 03,5e,Primary sector workers,S02002226,Crieff South,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187039 +187039,S00127179,1a4,Older Farming Communities,S01011998,Stanley and Murthly - 04,2b,Prospering countryside life,S02002250,Stanley and Murthly,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187040 +187040,S00126641,2c1,Migrant Families,S01011937,North Inch - 03,1a,Cosmopolitan student neighbourhoods,S02002238,North Inch,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187041 +187041,S00126620,8b2,Hard-Pressed Rented Terraces,S01011926,North Muirton and Old Scone - 01,4b,Constrained renters,S02002236,North Muirton and Old Scone,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187042 +187042,S00126952,1c2,Renting Rural Retirement,S01011992,Blairgowrie West - 05,5a,Ageing urban communities,S02002249,Blairgowrie West,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187043 +187043,S00126523,7b3,Endeavouring Flat Dwellers,S01011910,Letham - 01,4d,Hard-pressed flat dwellers,S02002234,Letham,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187044 +187044,S00127186,1a4,Older Farming Communities,S01011879,"Glenfarg, Dunning and Rhynd - 04",2c,Remoter communities,S02002228,"Glenfarg, Dunning and Rhynd",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187045 +187045,S00126650,2c1,Migrant Families,S01011935,North Inch - 01,1a,Cosmopolitan student neighbourhoods,S02002238,North Inch,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187046 +187046,S00126660,2c1,Migrant Families,S01011932,Muirton - 02,4b,Constrained renters,S02002237,Muirton,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187047 +187047,S00126663,2c1,Migrant Families,S01011934,Muirton - 04,3d,Households in terraces and flats,S02002237,Muirton,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187048 +187048,S00127278,2c1,Migrant Families,S01011940,Central and South Inch - 03,1a,Cosmopolitan student neighbourhoods,S02002239,Central and South Inch,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187049 +187049,S00127280,2c1,Migrant Families,S01011942,Central and South Inch - 05,1a,Cosmopolitan student neighbourhoods,S02002239,Central and South Inch,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187050 +187050,S00127284,2c1,Migrant Families,S01011934,Muirton - 04,3d,Households in terraces and flats,S02002237,Muirton,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187051 +187051,S00127314,2c1,Migrant Families,S01011939,Central and South Inch - 02,1a,Cosmopolitan student neighbourhoods,S02002239,Central and South Inch,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187052 +187052,S00126673,7a3,Multi-Ethnic Hardship,S01011931,Muirton - 01,4a,Challenged white communities,S02002237,Muirton,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187053 +187053,S00127268,7a3,Multi-Ethnic Hardship,S01011923,"Hillyland, Tulloch and Inveralmond - 06",4b,Constrained renters,S02002235,"Hillyland, Tulloch and Inveralmond",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187054 +187054,S00126103,1a4,Older Farming Communities,S01011843,Milnathort and Crook of Devon - 01,2c,Remoter communities,S02002221,Milnathort and Crook of Devon,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187055 +187055,S00126121,1a4,Older Farming Communities,S01011836,"Powmill, Cleish and Scotlandwell - 04",2c,Remoter communities,S02002219,"Powmill, Cleish and Scotlandwell",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187056 +187056,S00126144,1a4,Older Farming Communities,S01012006,Luncarty and Dunkeld - 05,2a,Ageing rural neighbourhoods,S02002251,Luncarty and Dunkeld,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187057 +187057,S00126185,1a4,Older Farming Communities,S01011960,Errol and Inchture - 01,2c,Remoter communities,S02002243,Errol and Inchture,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187058 +187058,S00126208,1a4,Older Farming Communities,S01011850,"Muthill, Greenloaning and Gleneagles - 04",2a,Ageing rural neighbourhoods,S02002222,"Muthill, Greenloaning and Gleneagles",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187059 +187059,S00126245,1a4,Older Farming Communities,S01012013,Rannoch and Aberfeldy - 01,2c,Remoter communities,S02002253,Rannoch and Aberfeldy,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187060 +187060,S00126249,1a4,Older Farming Communities,S01011979,"Blair Atholl, Strathardle and Glenshee - 01",2c,Remoter communities,S02002247,"Blair Atholl, Strathardle and Glenshee",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187061 +187061,S00126291,1a4,Older Farming Communities,S01012018,Rannoch and Aberfeldy - 06,2c,Remoter communities,S02002253,Rannoch and Aberfeldy,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187062 +187062,S00126304,1a4,Older Farming Communities,S01011983,"Blair Atholl, Strathardle and Glenshee - 05",2a,Ageing rural neighbourhoods,S02002247,"Blair Atholl, Strathardle and Glenshee",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187063 +187063,S00126351,1a4,Older Farming Communities,S01011844,Milnathort and Crook of Devon - 02,2a,Ageing rural neighbourhoods,S02002221,Milnathort and Crook of Devon,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187064 +187064,S00126359,1a4,Older Farming Communities,S01011848,"Muthill, Greenloaning and Gleneagles - 02",2c,Remoter communities,S02002222,"Muthill, Greenloaning and Gleneagles",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187065 +187065,S00126369,1a4,Older Farming Communities,S01011856,Auchterarder - 05,8a,Affluent communities,S02002223,Auchterarder,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187066 +187066,S00126413,1a4,Older Farming Communities,S01011881,Bridge of Earn and Abernethy - 01,5a,Ageing urban communities,S02002229,Bridge of Earn and Abernethy,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187067 +187067,S00126438,1a4,Older Farming Communities,S01011866,Crieff South - 01,5e,Primary sector workers,S02002226,Crieff South,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187068 +187068,S00126440,1a4,Older Farming Communities,S01011864,Crieff North - 03,8b,Ageing suburbanites,S02002225,Crieff North,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187069 +187069,S00126467,1a4,Older Farming Communities,S01011862,Crieff North - 01,2a,Ageing rural neighbourhoods,S02002225,Crieff North,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187070 +187070,S00126484,1a4,Older Farming Communities,S01011902,Burghmuir and Oakbank - 04,8b,Ageing suburbanites,S02002232,Burghmuir and Oakbank,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187071 +187071,S00126763,1a4,Older Farming Communities,S01011858,"Comrie, Gilmerton and St Fillans - 02",2a,Ageing rural neighbourhoods,S02002224,"Comrie, Gilmerton and St Fillans",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187072 +187072,S00126764,1a4,Older Farming Communities,S01011858,"Comrie, Gilmerton and St Fillans - 02",2a,Ageing rural neighbourhoods,S02002224,"Comrie, Gilmerton and St Fillans",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187073 +187073,S00126769,1a4,Older Farming Communities,S01011859,"Comrie, Gilmerton and St Fillans - 03",2d,Rural traits,S02002224,"Comrie, Gilmerton and St Fillans",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187074 +187074,S00126822,1a4,Older Farming Communities,S01011949,Scone - 01,8b,Ageing suburbanites,S02002241,Scone,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187075 +187075,S00126911,1a4,Older Farming Communities,S01012007,Luncarty and Dunkeld - 06,2a,Ageing rural neighbourhoods,S02002251,Luncarty and Dunkeld,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187076 +187076,S00126917,1a4,Older Farming Communities,S01012008,Luncarty and Dunkeld - 07,2a,Ageing rural neighbourhoods,S02002251,Luncarty and Dunkeld,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187077 +187077,S00126918,1a4,Older Farming Communities,S01011988,Blairgowrie West - 01,2a,Ageing rural neighbourhoods,S02002249,Blairgowrie West,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187078 +187078,S00126644,7b3,Endeavouring Flat Dwellers,S01011936,North Inch - 02,1a,Cosmopolitan student neighbourhoods,S02002238,North Inch,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187079 +187079,S00126684,8b2,Hard-Pressed Rented Terraces,S01011946,Gannochy and Walnut Grove - 03,5e,Primary sector workers,S02002240,Gannochy and Walnut Grove,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187080 +187080,S00126658,7b3,Endeavouring Flat Dwellers,S01011933,Muirton - 03,4b,Constrained renters,S02002237,Muirton,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187081 +187081,S00127196,1a4,Older Farming Communities,S01011982,"Blair Atholl, Strathardle and Glenshee - 04",2c,Remoter communities,S02002247,"Blair Atholl, Strathardle and Glenshee",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187082 +187082,S00126812,8b2,Hard-Pressed Rented Terraces,S01011950,Scone - 02,5a,Ageing urban communities,S02002241,Scone,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187083 +187083,S00126664,7b3,Endeavouring Flat Dwellers,S01011934,Muirton - 04,3d,Households in terraces and flats,S02002237,Muirton,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187084 +187084,S00126676,7b3,Endeavouring Flat Dwellers,S01011937,North Inch - 03,1a,Cosmopolitan student neighbourhoods,S02002238,North Inch,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187085 +187085,S00126698,7b3,Endeavouring Flat Dwellers,S01011943,Central and South Inch - 06,1a,Cosmopolitan student neighbourhoods,S02002239,Central and South Inch,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187086 +187086,S00126956,1c2,Renting Rural Retirement,S01011985,Blairgowrie East (Rattray) - 02,5a,Ageing urban communities,S02002248,Blairgowrie East (Rattray),S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187087 +187087,S00127230,1a4,Older Farming Communities,S01011862,Crieff North - 01,2a,Ageing rural neighbourhoods,S02002225,Crieff North,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187088 +187088,S00126700,7b3,Endeavouring Flat Dwellers,S01011943,Central and South Inch - 06,1a,Cosmopolitan student neighbourhoods,S02002239,Central and South Inch,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187089 +187089,S00126914,8b2,Hard-Pressed Rented Terraces,S01012007,Luncarty and Dunkeld - 06,2a,Ageing rural neighbourhoods,S02002251,Luncarty and Dunkeld,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187090 +187090,S00127037,1c2,Renting Rural Retirement,S01011983,"Blair Atholl, Strathardle and Glenshee - 05",2a,Ageing rural neighbourhoods,S02002247,"Blair Atholl, Strathardle and Glenshee",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187091 +187091,S00127335,1a4,Older Farming Communities,S01011994,Blairgowrie West - 07,2a,Ageing rural neighbourhoods,S02002249,Blairgowrie West,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187092 +187092,S00126701,7b3,Endeavouring Flat Dwellers,S01011943,Central and South Inch - 06,1a,Cosmopolitan student neighbourhoods,S02002239,Central and South Inch,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187093 +187093,S00126937,8b2,Hard-Pressed Rented Terraces,S01011991,Blairgowrie West - 04,5e,Primary sector workers,S02002249,Blairgowrie West,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187094 +187094,S00127095,1c2,Renting Rural Retirement,S01011881,Bridge of Earn and Abernethy - 01,5a,Ageing urban communities,S02002229,Bridge of Earn and Abernethy,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187095 +187095,S00127337,1a4,Older Farming Communities,S01011994,Blairgowrie West - 07,2a,Ageing rural neighbourhoods,S02002249,Blairgowrie West,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187096 +187096,S00126705,7b3,Endeavouring Flat Dwellers,S01011938,Central and South Inch - 01,4b,Constrained renters,S02002239,Central and South Inch,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187097 +187097,S00126711,7b3,Endeavouring Flat Dwellers,S01011888,Moncrieffe and Friarton - 02,4a,Challenged white communities,S02002230,Moncrieffe and Friarton,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187098 +187098,S00126737,7b3,Endeavouring Flat Dwellers,S01011892,"Viewlands, Craigie and Wellshill - 01",3a,Achieving neighbourhoods,S02002231,"Viewlands, Craigie and Wellshill",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187099 +187099,S00126859,7b3,Endeavouring Flat Dwellers,S01011968,"Invergowrie, Longforgan and Abernyte - 04",5c,Comfortable neighbourhoods,S02002244,"Invergowrie, Longforgan and Abernyte",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187100 +187100,S00127111,7b3,Endeavouring Flat Dwellers,S01011914,Letham - 05,4d,Hard-pressed flat dwellers,S02002234,Letham,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187101 +187101,S00127119,7b3,Endeavouring Flat Dwellers,S01011935,North Inch - 01,1a,Cosmopolitan student neighbourhoods,S02002238,North Inch,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187102 +187102,S00127234,7b3,Endeavouring Flat Dwellers,S01011893,"Viewlands, Craigie and Wellshill - 02",5c,Comfortable neighbourhoods,S02002231,"Viewlands, Craigie and Wellshill",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187103 +187103,S00127269,7b3,Endeavouring Flat Dwellers,S01011918,"Hillyland, Tulloch and Inveralmond - 01",4d,Hard-pressed flat dwellers,S02002235,"Hillyland, Tulloch and Inveralmond",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187104 +187104,S00127283,7b3,Endeavouring Flat Dwellers,S01011942,Central and South Inch - 05,1a,Cosmopolitan student neighbourhoods,S02002239,Central and South Inch,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187105 +187105,S00127299,7b3,Endeavouring Flat Dwellers,S01011891,Moncrieffe and Friarton - 05,4d,Hard-pressed flat dwellers,S02002230,Moncrieffe and Friarton,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187106 +187106,S00127316,7b3,Endeavouring Flat Dwellers,S01011890,Moncrieffe and Friarton - 04,5c,Comfortable neighbourhoods,S02002230,Moncrieffe and Friarton,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187107 +187107,S00126107,1a2,Established Farming Communities,S01011847,"Muthill, Greenloaning and Gleneagles - 01",2c,Remoter communities,S02002222,"Muthill, Greenloaning and Gleneagles",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187108 +187108,S00126112,1a2,Established Farming Communities,S01011837,"Powmill, Cleish and Scotlandwell - 05",2a,Ageing rural neighbourhoods,S02002219,"Powmill, Cleish and Scotlandwell",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187109 +187109,S00126117,1a2,Established Farming Communities,S01011835,"Powmill, Cleish and Scotlandwell - 03",2c,Remoter communities,S02002219,"Powmill, Cleish and Scotlandwell",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187110 +187110,S00126122,1a2,Established Farming Communities,S01011837,"Powmill, Cleish and Scotlandwell - 05",2a,Ageing rural neighbourhoods,S02002219,"Powmill, Cleish and Scotlandwell",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187111 +187111,S00126151,1a2,Established Farming Communities,S01011995,Stanley and Murthly - 01,2c,Remoter communities,S02002250,Stanley and Murthly,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187112 +187112,S00126154,1a2,Established Farming Communities,S01011959,"Guildtown, Balbeggie and St Madoes - 04",2c,Remoter communities,S02002242,"Guildtown, Balbeggie and St Madoes",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187113 +187113,S00126166,1a2,Established Farming Communities,S01011958,"Guildtown, Balbeggie and St Madoes - 03",2c,Remoter communities,S02002242,"Guildtown, Balbeggie and St Madoes",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187114 +187114,S00126176,1a2,Established Farming Communities,S01011956,"Guildtown, Balbeggie and St Madoes - 01",2b,Prospering countryside life,S02002242,"Guildtown, Balbeggie and St Madoes",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187115 +187115,S00126183,1a2,Established Farming Communities,S01011967,"Invergowrie, Longforgan and Abernyte - 03",2a,Ageing rural neighbourhoods,S02002244,"Invergowrie, Longforgan and Abernyte",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187116 +187116,S00126186,1a2,Established Farming Communities,S01011962,Errol and Inchture - 03,2c,Remoter communities,S02002243,Errol and Inchture,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187117 +187117,S00126954,8b2,Hard-Pressed Rented Terraces,S01011984,Blairgowrie East (Rattray) - 01,4b,Constrained renters,S02002248,Blairgowrie East (Rattray),S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187118 +187118,S00126972,8b2,Hard-Pressed Rented Terraces,S01011986,Blairgowrie East (Rattray) - 03,4b,Constrained renters,S02002248,Blairgowrie East (Rattray),S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187119 +187119,S00126990,8b2,Hard-Pressed Rented Terraces,S01011977,Alyth - 03,2d,Rural traits,S02002246,Alyth,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187120 +187120,S00127164,1c2,Renting Rural Retirement,S01011837,"Powmill, Cleish and Scotlandwell - 05",2a,Ageing rural neighbourhoods,S02002219,"Powmill, Cleish and Scotlandwell",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187121 +187121,S00127012,8b2,Hard-Pressed Rented Terraces,S01012005,Luncarty and Dunkeld - 04,8c,Comfortable suburbia,S02002251,Luncarty and Dunkeld,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187122 +187122,S00127367,1c2,Renting Rural Retirement,S01012004,Luncarty and Dunkeld - 03,2a,Ageing rural neighbourhoods,S02002251,Luncarty and Dunkeld,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187123 +187123,S00127112,8b2,Hard-Pressed Rented Terraces,S01011929,North Muirton and Old Scone - 04,4a,Challenged white communities,S02002236,North Muirton and Old Scone,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187124 +187124,S00126376,7d4,Retired City Hardship,S01011852,Auchterarder - 01,5e,Primary sector workers,S02002223,Auchterarder,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187125 +187125,S00127141,8b2,Hard-Pressed Rented Terraces,S01011946,Gannochy and Walnut Grove - 03,5e,Primary sector workers,S02002240,Gannochy and Walnut Grove,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187126 +187126,S00127342,1a4,Older Farming Communities,S01012018,Rannoch and Aberfeldy - 06,2c,Remoter communities,S02002253,Rannoch and Aberfeldy,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187127 +187127,S00126675,7d4,Retired City Hardship,S01011937,North Inch - 03,1a,Cosmopolitan student neighbourhoods,S02002238,North Inch,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187128 +187128,S00127135,7d4,Retired City Hardship,S01011859,"Comrie, Gilmerton and St Fillans - 03",2d,Rural traits,S02002224,"Comrie, Gilmerton and St Fillans",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187129 +187129,S00127263,8b2,Hard-Pressed Rented Terraces,S01011911,Letham - 02,4a,Challenged white communities,S02002234,Letham,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187130 +187130,S00127355,1a4,Older Farming Communities,S01012010,Pitlochry - 02,5a,Ageing urban communities,S02002252,Pitlochry,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187131 +187131,S00127377,8b2,Hard-Pressed Rented Terraces,S01011855,Auchterarder - 04,5e,Primary sector workers,S02002223,Auchterarder,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187132 +187132,S00127281,7d4,Retired City Hardship,S01011942,Central and South Inch - 05,1a,Cosmopolitan student neighbourhoods,S02002239,Central and South Inch,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187133 +187133,S00127373,1a4,Older Farming Communities,S01011854,Auchterarder - 03,5a,Ageing urban communities,S02002223,Auchterarder,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187134 +187134,S00126415,6a1,Indian Tech Achievers,S01011883,Bridge of Earn and Abernethy - 03,2a,Ageing rural neighbourhoods,S02002229,Bridge of Earn and Abernethy,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187135 +187135,S00127304,7d4,Retired City Hardship,S01011891,Moncrieffe and Friarton - 05,4d,Hard-pressed flat dwellers,S02002230,Moncrieffe and Friarton,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187136 +187136,S00127374,1a4,Older Farming Communities,S01011854,Auchterarder - 03,5a,Ageing urban communities,S02002223,Auchterarder,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187137 +187137,S00126228,8a2,Industrious Hardship,S01011857,"Comrie, Gilmerton and St Fillans - 01",2c,Remoter communities,S02002224,"Comrie, Gilmerton and St Fillans",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187138 +187138,S00127317,7d4,Retired City Hardship,S01011889,Moncrieffe and Friarton - 03,5a,Ageing urban communities,S02002230,Moncrieffe and Friarton,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187139 +187139,S00127379,1a4,Older Farming Communities,S01012004,Luncarty and Dunkeld - 03,2a,Ageing rural neighbourhoods,S02002251,Luncarty and Dunkeld,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187140 +187140,S00126263,8a2,Industrious Hardship,S01011975,Alyth - 01,2c,Remoter communities,S02002246,Alyth,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187141 +187141,S00127354,7d4,Retired City Hardship,S01012012,Pitlochry - 04,2a,Ageing rural neighbourhoods,S02002252,Pitlochry,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187142 +187142,S00126341,6b4,Older Workers and Retirement,S01011839,Kinross - 02,8b,Ageing suburbanites,S02002220,Kinross,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187143 +187143,S00126273,8a2,Industrious Hardship,S01011973,Coupar Angus and Meigle - 05,2a,Ageing rural neighbourhoods,S02002245,Coupar Angus and Meigle,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187144 +187144,S00126455,7d3,Retired Communal City Dwellers,S01011865,Crieff North - 04,5e,Primary sector workers,S02002225,Crieff North,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187145 +187145,S00126957,7d3,Retired Communal City Dwellers,S01011984,Blairgowrie East (Rattray) - 01,4b,Constrained renters,S02002248,Blairgowrie East (Rattray),S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187146 +187146,S00127035,7d3,Retired Communal City Dwellers,S01012010,Pitlochry - 02,5a,Ageing urban communities,S02002252,Pitlochry,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187147 +187147,S00127120,7d2,Retired Independent City Dwellers,S01011935,North Inch - 01,1a,Cosmopolitan student neighbourhoods,S02002238,North Inch,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187148 +187148,S00127225,7d2,Retired Independent City Dwellers,S01011882,Bridge of Earn and Abernethy - 02,5c,Comfortable neighbourhoods,S02002229,Bridge of Earn and Abernethy,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187149 +187149,S00126204,1c1,Rural Employment and Retirees,S01011876,"Glenfarg, Dunning and Rhynd - 01",2c,Remoter communities,S02002228,"Glenfarg, Dunning and Rhynd",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187150 +187150,S00126220,1c1,Rural Employment and Retirees,S01011861,"Comrie, Gilmerton and St Fillans - 05",2a,Ageing rural neighbourhoods,S02002224,"Comrie, Gilmerton and St Fillans",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187151 +187151,S00126236,1c1,Rural Employment and Retirees,S01012008,Luncarty and Dunkeld - 07,2a,Ageing rural neighbourhoods,S02002251,Luncarty and Dunkeld,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187152 +187152,S00126237,1c1,Rural Employment and Retirees,S01012008,Luncarty and Dunkeld - 07,2a,Ageing rural neighbourhoods,S02002251,Luncarty and Dunkeld,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187153 +187153,S00126243,1c1,Rural Employment and Retirees,S01012009,Pitlochry - 01,2a,Ageing rural neighbourhoods,S02002252,Pitlochry,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187154 +187154,S00126252,1c1,Rural Employment and Retirees,S01011979,"Blair Atholl, Strathardle and Glenshee - 01",2c,Remoter communities,S02002247,"Blair Atholl, Strathardle and Glenshee",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187155 +187155,S00126258,1c1,Rural Employment and Retirees,S01011981,"Blair Atholl, Strathardle and Glenshee - 03",2c,Remoter communities,S02002247,"Blair Atholl, Strathardle and Glenshee",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187156 +187156,S00126267,1c1,Rural Employment and Retirees,S01011973,Coupar Angus and Meigle - 05,2a,Ageing rural neighbourhoods,S02002245,Coupar Angus and Meigle,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187157 +187157,S00126274,1c1,Rural Employment and Retirees,S01011974,Coupar Angus and Meigle - 06,2c,Remoter communities,S02002245,Coupar Angus and Meigle,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187158 +187158,S00126290,1c1,Rural Employment and Retirees,S01012017,Rannoch and Aberfeldy - 05,2c,Remoter communities,S02002253,Rannoch and Aberfeldy,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187159 +187159,S00126301,1c1,Rural Employment and Retirees,S01012016,Rannoch and Aberfeldy - 04,2a,Ageing rural neighbourhoods,S02002253,Rannoch and Aberfeldy,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187160 +187160,S00126305,1c1,Rural Employment and Retirees,S01011983,"Blair Atholl, Strathardle and Glenshee - 05",2a,Ageing rural neighbourhoods,S02002247,"Blair Atholl, Strathardle and Glenshee",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187161 +187161,S00126308,1c1,Rural Employment and Retirees,S01012016,Rannoch and Aberfeldy - 04,2a,Ageing rural neighbourhoods,S02002253,Rannoch and Aberfeldy,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187162 +187162,S00126311,1c1,Rural Employment and Retirees,S01011981,"Blair Atholl, Strathardle and Glenshee - 03",2c,Remoter communities,S02002247,"Blair Atholl, Strathardle and Glenshee",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187163 +187163,S00126363,6b4,Older Workers and Retirement,S01011880,"Glenfarg, Dunning and Rhynd - 05",2c,Remoter communities,S02002228,"Glenfarg, Dunning and Rhynd",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187164 +187164,S00126435,6b4,Older Workers and Retirement,S01011864,Crieff North - 03,8b,Ageing suburbanites,S02002225,Crieff North,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187165 +187165,S00126293,8a2,Industrious Hardship,S01012018,Rannoch and Aberfeldy - 06,2c,Remoter communities,S02002253,Rannoch and Aberfeldy,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187166 +187166,S00126443,6b4,Older Workers and Retirement,S01011868,Crieff South - 03,5e,Primary sector workers,S02002226,Crieff South,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187167 +187167,S00126312,8a2,Industrious Hardship,S01011983,"Blair Atholl, Strathardle and Glenshee - 05",2a,Ageing rural neighbourhoods,S02002247,"Blair Atholl, Strathardle and Glenshee",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187168 +187168,S00126456,6b4,Older Workers and Retirement,S01011865,Crieff North - 04,5e,Primary sector workers,S02002225,Crieff North,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187169 +187169,S00126329,8a2,Industrious Hardship,S01011842,Kinross - 05,5e,Primary sector workers,S02002220,Kinross,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187170 +187170,S00126462,6b4,Older Workers and Retirement,S01011862,Crieff North - 01,2a,Ageing rural neighbourhoods,S02002225,Crieff North,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187171 +187171,S00126357,8a2,Industrious Hardship,S01011849,"Muthill, Greenloaning and Gleneagles - 03",2d,Rural traits,S02002222,"Muthill, Greenloaning and Gleneagles",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187172 +187172,S00126469,6b4,Older Workers and Retirement,S01011899,Burghmuir and Oakbank - 01,8b,Ageing suburbanites,S02002232,Burghmuir and Oakbank,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187173 +187173,S00126364,8a2,Industrious Hardship,S01011880,"Glenfarg, Dunning and Rhynd - 05",2c,Remoter communities,S02002228,"Glenfarg, Dunning and Rhynd",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187174 +187174,S00126480,6b4,Older Workers and Retirement,S01011907,Western Edge - 04,5b,Aspiring urban households,S02002233,Western Edge,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187175 +187175,S00126394,8a2,Industrious Hardship,S01011886,Bridge of Earn and Abernethy - 06,2d,Rural traits,S02002229,Bridge of Earn and Abernethy,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187176 +187176,S00126488,6b4,Older Workers and Retirement,S01011900,Burghmuir and Oakbank - 02,8b,Ageing suburbanites,S02002232,Burghmuir and Oakbank,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187177 +187177,S00126579,8a2,Industrious Hardship,S01011894,"Viewlands, Craigie and Wellshill - 03",5e,Primary sector workers,S02002231,"Viewlands, Craigie and Wellshill",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187178 +187178,S00126714,8a2,Industrious Hardship,S01011888,Moncrieffe and Friarton - 02,4a,Challenged white communities,S02002230,Moncrieffe and Friarton,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187179 +187179,S00126716,8a2,Industrious Hardship,S01011887,Moncrieffe and Friarton - 01,5c,Comfortable neighbourhoods,S02002230,Moncrieffe and Friarton,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187180 +187180,S00126721,8a2,Industrious Hardship,S01011890,Moncrieffe and Friarton - 04,5c,Comfortable neighbourhoods,S02002230,Moncrieffe and Friarton,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187181 +187181,S00126747,8a2,Industrious Hardship,S01011897,"Viewlands, Craigie and Wellshill - 06",5c,Comfortable neighbourhoods,S02002231,"Viewlands, Craigie and Wellshill",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187182 +187182,S00126770,8a2,Industrious Hardship,S01011859,"Comrie, Gilmerton and St Fillans - 03",2d,Rural traits,S02002224,"Comrie, Gilmerton and St Fillans",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187183 +187183,S00126788,8a2,Industrious Hardship,S01011963,Errol and Inchture - 04,5c,Comfortable neighbourhoods,S02002243,Errol and Inchture,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187184 +187184,S00126800,8a2,Industrious Hardship,S01011875,Aberuthven and Almondbank - 05,5c,Comfortable neighbourhoods,S02002227,Aberuthven and Almondbank,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187185 +187185,S00126491,6b4,Older Workers and Retirement,S01011901,Burghmuir and Oakbank - 03,8c,Comfortable suburbia,S02002232,Burghmuir and Oakbank,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187186 +187186,S00126537,6b4,Older Workers and Retirement,S01011913,Letham - 04,4d,Hard-pressed flat dwellers,S02002234,Letham,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187187 +187187,S00126575,6b4,Older Workers and Retirement,S01011893,"Viewlands, Craigie and Wellshill - 02",5c,Comfortable neighbourhoods,S02002231,"Viewlands, Craigie and Wellshill",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187188 +187188,S00126687,6b4,Older Workers and Retirement,S01011948,Gannochy and Walnut Grove - 05,5a,Ageing urban communities,S02002240,Gannochy and Walnut Grove,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187189 +187189,S00126693,6b4,Older Workers and Retirement,S01011878,"Glenfarg, Dunning and Rhynd - 03",2a,Ageing rural neighbourhoods,S02002228,"Glenfarg, Dunning and Rhynd",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187190 +187190,S00126722,6b4,Older Workers and Retirement,S01011890,Moncrieffe and Friarton - 04,5c,Comfortable neighbourhoods,S02002230,Moncrieffe and Friarton,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187191 +187191,S00126752,6b4,Older Workers and Retirement,S01011896,"Viewlands, Craigie and Wellshill - 05",5c,Comfortable neighbourhoods,S02002231,"Viewlands, Craigie and Wellshill",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187192 +187192,S00126754,6b4,Older Workers and Retirement,S01011897,"Viewlands, Craigie and Wellshill - 06",5c,Comfortable neighbourhoods,S02002231,"Viewlands, Craigie and Wellshill",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187193 +187193,S00126803,6b4,Older Workers and Retirement,S01011875,Aberuthven and Almondbank - 05,5c,Comfortable neighbourhoods,S02002227,Aberuthven and Almondbank,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187194 +187194,S00126819,6b4,Older Workers and Retirement,S01011950,Scone - 02,5a,Ageing urban communities,S02002241,Scone,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187195 +187195,S00126828,6b4,Older Workers and Retirement,S01011949,Scone - 01,8b,Ageing suburbanites,S02002241,Scone,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187196 +187196,S00126831,6b4,Older Workers and Retirement,S01011951,Scone - 03,5c,Comfortable neighbourhoods,S02002241,Scone,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187197 +187197,S00126833,6b4,Older Workers and Retirement,S01011953,Scone - 05,2b,Prospering countryside life,S02002241,Scone,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187198 +187198,S00126840,6b4,Older Workers and Retirement,S01011961,Errol and Inchture - 02,5c,Comfortable neighbourhoods,S02002243,Errol and Inchture,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187199 +187199,S00126843,6b4,Older Workers and Retirement,S01011961,Errol and Inchture - 02,5c,Comfortable neighbourhoods,S02002243,Errol and Inchture,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187200 +187200,S00127061,1b2,Rural White-Collar Workers,S01011966,"Invergowrie, Longforgan and Abernyte - 02",2b,Prospering countryside life,S02002244,"Invergowrie, Longforgan and Abernyte",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187201 +187201,S00127090,1b2,Rural White-Collar Workers,S01011885,Bridge of Earn and Abernethy - 05,2b,Prospering countryside life,S02002229,Bridge of Earn and Abernethy,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187202 +187202,S00127161,1b2,Rural White-Collar Workers,S01011836,"Powmill, Cleish and Scotlandwell - 04",2c,Remoter communities,S02002219,"Powmill, Cleish and Scotlandwell",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187203 +187203,S00126104,1a1,Rural Workers and Families,S01011843,Milnathort and Crook of Devon - 01,2c,Remoter communities,S02002221,Milnathort and Crook of Devon,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187204 +187204,S00126105,1a1,Rural Workers and Families,S01011833,"Powmill, Cleish and Scotlandwell - 01",2c,Remoter communities,S02002219,"Powmill, Cleish and Scotlandwell",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187205 +187205,S00126115,1a1,Rural Workers and Families,S01011843,Milnathort and Crook of Devon - 01,2c,Remoter communities,S02002221,Milnathort and Crook of Devon,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187206 +187206,S00126116,1a1,Rural Workers and Families,S01011843,Milnathort and Crook of Devon - 01,2c,Remoter communities,S02002221,Milnathort and Crook of Devon,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187207 +187207,S00126118,1a1,Rural Workers and Families,S01011836,"Powmill, Cleish and Scotlandwell - 04",2c,Remoter communities,S02002219,"Powmill, Cleish and Scotlandwell",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187208 +187208,S00126745,5b3,Self-Sufficient Retirement,S01011901,Burghmuir and Oakbank - 03,8c,Comfortable suburbia,S02002232,Burghmuir and Oakbank,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187209 +187209,S00126776,1c1,Rural Employment and Retirees,S01011957,"Guildtown, Balbeggie and St Madoes - 02",2a,Ageing rural neighbourhoods,S02002242,"Guildtown, Balbeggie and St Madoes",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187210 +187210,S00126123,1a1,Rural Workers and Families,S01011846,Milnathort and Crook of Devon - 04,2b,Prospering countryside life,S02002221,Milnathort and Crook of Devon,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187211 +187211,S00126128,1a1,Rural Workers and Families,S01011885,Bridge of Earn and Abernethy - 05,2b,Prospering countryside life,S02002229,Bridge of Earn and Abernethy,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187212 +187212,S00126131,1a1,Rural Workers and Families,S01011874,Aberuthven and Almondbank - 04,2d,Rural traits,S02002227,Aberuthven and Almondbank,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187213 +187213,S00126146,1a1,Rural Workers and Families,S01011995,Stanley and Murthly - 01,2c,Remoter communities,S02002250,Stanley and Murthly,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187214 +187214,S00126150,1a1,Rural Workers and Families,S01011995,Stanley and Murthly - 01,2c,Remoter communities,S02002250,Stanley and Murthly,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187215 +187215,S00126172,1a1,Rural Workers and Families,S01011979,"Blair Atholl, Strathardle and Glenshee - 01",2c,Remoter communities,S02002247,"Blair Atholl, Strathardle and Glenshee",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187216 +187216,S00126174,1a1,Rural Workers and Families,S01011953,Scone - 05,2b,Prospering countryside life,S02002241,Scone,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187217 +187217,S00126179,1a1,Rural Workers and Families,S01011957,"Guildtown, Balbeggie and St Madoes - 02",2a,Ageing rural neighbourhoods,S02002242,"Guildtown, Balbeggie and St Madoes",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187218 +187218,S00126184,1a1,Rural Workers and Families,S01011958,"Guildtown, Balbeggie and St Madoes - 03",2c,Remoter communities,S02002242,"Guildtown, Balbeggie and St Madoes",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187219 +187219,S00126190,1a1,Rural Workers and Families,S01011962,Errol and Inchture - 03,2c,Remoter communities,S02002243,Errol and Inchture,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187220 +187220,S00126191,1a1,Rural Workers and Families,S01011878,"Glenfarg, Dunning and Rhynd - 03",2a,Ageing rural neighbourhoods,S02002228,"Glenfarg, Dunning and Rhynd",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187221 +187221,S00126195,1a1,Rural Workers and Families,S01011883,Bridge of Earn and Abernethy - 03,2a,Ageing rural neighbourhoods,S02002229,Bridge of Earn and Abernethy,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187222 +187222,S00126205,1a1,Rural Workers and Families,S01011876,"Glenfarg, Dunning and Rhynd - 01",2c,Remoter communities,S02002228,"Glenfarg, Dunning and Rhynd",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187223 +187223,S00126213,1a1,Rural Workers and Families,S01011850,"Muthill, Greenloaning and Gleneagles - 04",2a,Ageing rural neighbourhoods,S02002222,"Muthill, Greenloaning and Gleneagles",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187224 +187224,S00126215,1a1,Rural Workers and Families,S01011849,"Muthill, Greenloaning and Gleneagles - 03",2d,Rural traits,S02002222,"Muthill, Greenloaning and Gleneagles",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187225 +187225,S00126224,1a1,Rural Workers and Families,S01011872,Aberuthven and Almondbank - 02,2c,Remoter communities,S02002227,Aberuthven and Almondbank,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187226 +187226,S00126227,1a1,Rural Workers and Families,S01011857,"Comrie, Gilmerton and St Fillans - 01",2c,Remoter communities,S02002224,"Comrie, Gilmerton and St Fillans",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187227 +187227,S00126232,1a1,Rural Workers and Families,S01011860,"Comrie, Gilmerton and St Fillans - 04",2a,Ageing rural neighbourhoods,S02002224,"Comrie, Gilmerton and St Fillans",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187228 +187228,S00126235,1a1,Rural Workers and Families,S01012018,Rannoch and Aberfeldy - 06,2c,Remoter communities,S02002253,Rannoch and Aberfeldy,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187229 +187229,S00126254,1a1,Rural Workers and Families,S01011982,"Blair Atholl, Strathardle and Glenshee - 04",2c,Remoter communities,S02002247,"Blair Atholl, Strathardle and Glenshee",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187230 +187230,S00126257,1a1,Rural Workers and Families,S01011981,"Blair Atholl, Strathardle and Glenshee - 03",2c,Remoter communities,S02002247,"Blair Atholl, Strathardle and Glenshee",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187231 +187231,S00126260,1a1,Rural Workers and Families,S01011982,"Blair Atholl, Strathardle and Glenshee - 04",2c,Remoter communities,S02002247,"Blair Atholl, Strathardle and Glenshee",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187232 +187232,S00126261,1a1,Rural Workers and Families,S01011982,"Blair Atholl, Strathardle and Glenshee - 04",2c,Remoter communities,S02002247,"Blair Atholl, Strathardle and Glenshee",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187233 +187233,S00126266,1a1,Rural Workers and Families,S01011977,Alyth - 03,2d,Rural traits,S02002246,Alyth,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187234 +187234,S00126275,1a1,Rural Workers and Families,S01011972,Coupar Angus and Meigle - 04,2c,Remoter communities,S02002245,Coupar Angus and Meigle,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187235 +187235,S00126282,1a1,Rural Workers and Families,S01011967,"Invergowrie, Longforgan and Abernyte - 03",2a,Ageing rural neighbourhoods,S02002244,"Invergowrie, Longforgan and Abernyte",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187236 +187236,S00126284,1a1,Rural Workers and Families,S01011960,Errol and Inchture - 01,2c,Remoter communities,S02002243,Errol and Inchture,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187237 +187237,S00126298,1a1,Rural Workers and Families,S01012015,Rannoch and Aberfeldy - 03,2d,Rural traits,S02002253,Rannoch and Aberfeldy,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187238 +187238,S00126309,1a1,Rural Workers and Families,S01012016,Rannoch and Aberfeldy - 04,2a,Ageing rural neighbourhoods,S02002253,Rannoch and Aberfeldy,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187239 +187239,S00126886,1a1,Rural Workers and Families,S01011972,Coupar Angus and Meigle - 04,2c,Remoter communities,S02002245,Coupar Angus and Meigle,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187240 +187240,S00126962,1a1,Rural Workers and Families,S01011987,Blairgowrie East (Rattray) - 04,5e,Primary sector workers,S02002248,Blairgowrie East (Rattray),S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187241 +187241,S00127008,1a1,Rural Workers and Families,S01011995,Stanley and Murthly - 01,2c,Remoter communities,S02002250,Stanley and Murthly,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187242 +187242,S00127010,1a1,Rural Workers and Families,S01011995,Stanley and Murthly - 01,2c,Remoter communities,S02002250,Stanley and Murthly,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187243 +187243,S00127040,1a1,Rural Workers and Families,S01011962,Errol and Inchture - 03,2c,Remoter communities,S02002243,Errol and Inchture,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187244 +187244,S00127044,1a1,Rural Workers and Families,S01011880,"Glenfarg, Dunning and Rhynd - 05",2c,Remoter communities,S02002228,"Glenfarg, Dunning and Rhynd",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187245 +187245,S00127048,1a1,Rural Workers and Families,S01011871,Aberuthven and Almondbank - 01,2c,Remoter communities,S02002227,Aberuthven and Almondbank,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187246 +187246,S00127055,1a1,Rural Workers and Families,S01012017,Rannoch and Aberfeldy - 05,2c,Remoter communities,S02002253,Rannoch and Aberfeldy,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187247 +187247,S00127060,1a1,Rural Workers and Families,S01011982,"Blair Atholl, Strathardle and Glenshee - 04",2c,Remoter communities,S02002247,"Blair Atholl, Strathardle and Glenshee",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187248 +187248,S00127065,1a1,Rural Workers and Families,S01011972,Coupar Angus and Meigle - 04,2c,Remoter communities,S02002245,Coupar Angus and Meigle,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187249 +187249,S00127066,1a1,Rural Workers and Families,S01011969,Coupar Angus and Meigle - 01,5e,Primary sector workers,S02002245,Coupar Angus and Meigle,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187250 +187250,S00127067,1a1,Rural Workers and Families,S01011972,Coupar Angus and Meigle - 04,2c,Remoter communities,S02002245,Coupar Angus and Meigle,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187251 +187251,S00127068,1a1,Rural Workers and Families,S01011972,Coupar Angus and Meigle - 04,2c,Remoter communities,S02002245,Coupar Angus and Meigle,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187252 +187252,S00126946,7a1,Transitional Eastern European Neighbourhoods,S01011993,Blairgowrie West - 06,4b,Constrained renters,S02002249,Blairgowrie West,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187253 +187253,S00126715,6b3,Semi-Detached Ageing,S01011887,Moncrieffe and Friarton - 01,5c,Comfortable neighbourhoods,S02002230,Moncrieffe and Friarton,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187254 +187254,S00095405,6a4,Ageing in Suburbia,S01012267,Innerleithen - West,5a,Ageing urban communities,S02002295,Tweeddale East Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187255 +187255,S00095076,7d1,Ageing Communities and Families,S01012359,Hawick - Burnfoot - South East,4a,Challenged white communities,S02002316,Burnfoot,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187256 +187256,S00095412,6a4,Ageing in Suburbia,S01012266,Innerleithen - South,5e,Primary sector workers,S02002295,Tweeddale East Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187257 +187257,S00095443,6a4,Ageing in Suburbia,S01012255,Peebles - N - Eastgate,5a,Ageing urban communities,S02002293,Peebles North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187258 +187258,S00095468,6a4,Ageing in Suburbia,S01012252,Peebles North - Dalatho,5e,Primary sector workers,S02002293,Peebles North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187259 +187259,S00127069,1a1,Rural Workers and Families,S01011971,Coupar Angus and Meigle - 03,2d,Rural traits,S02002245,Coupar Angus and Meigle,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187260 +187260,S00095477,6a4,Ageing in Suburbia,S01012259,Peebles - S - Caledonian-Springhill,8a,Affluent communities,S02002294,Peebles South,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187261 +187261,S00095593,6a4,Ageing in Suburbia,S01012246,West Linton - Upper,2b,Prospering countryside life,S02002292,Tweeddale West Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187262 +187262,S00095650,6a4,Ageing in Suburbia,S01012292,Melrose - High Street,2a,Ageing rural neighbourhoods,S02002301,Melrose and Tweedbank Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187263 +187263,S00095661,6a4,Ageing in Suburbia,S01012283,Galashiels - S - St Peters Sch,5a,Ageing urban communities,S02002299,Galashiels South,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187264 +187264,S00095694,6a4,Ageing in Suburbia,S01012335,Kelso N - Hendersyde Oakfield,5e,Primary sector workers,S02002310,Kelso North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187265 +187265,S00095815,6a4,Ageing in Suburbia,S01012258,Peebles - S - Edderston Rd,8a,Affluent communities,S02002294,Peebles South,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187266 +187266,S00095817,6a4,Ageing in Suburbia,S01012259,Peebles - S - Caledonian-Springhill,8a,Affluent communities,S02002294,Peebles South,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187267 +187267,S00095818,6a4,Ageing in Suburbia,S01012259,Peebles - S - Caledonian-Springhill,8a,Affluent communities,S02002294,Peebles South,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187268 +187268,S00094838,8c1,Ageing Industrious Workers,S01012322,Whitsome Allanton and Hutton Area,2c,Remoter communities,S02002307,Chirnside and Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187269 +187269,S00094889,8c1,Ageing Industrious Workers,S01012273,Clovenfords and Area,2c,Remoter communities,S02002296,Earlston Stow and Clovernfords Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187270 +187270,S00095044,8c1,Ageing Industrious Workers,S01012354,Newcastleton,5e,Primary sector workers,S02002315,Denholm and Hermitage,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187271 +187271,S00095189,8c1,Ageing Industrious Workers,S01012381,Selkirk - Town Centre,5e,Primary sector workers,S02002321,Selkirk,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187272 +187272,S00095190,8c1,Ageing Industrious Workers,S01012382,Selkirk - Hillside Terrace,5c,Comfortable neighbourhoods,S02002321,Selkirk,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187273 +187273,S00095202,8c1,Ageing Industrious Workers,S01012384,Selkirk - Dunsdale,5e,Primary sector workers,S02002321,Selkirk,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187274 +187274,S00095204,8c1,Ageing Industrious Workers,S01012383,Selkirk - Shawpark,5a,Ageing urban communities,S02002321,Selkirk,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187275 +187275,S00095217,8c1,Ageing Industrious Workers,S01012380,Selkirk - Shawburn,5c,Comfortable neighbourhoods,S02002321,Selkirk,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187276 +187276,S00095219,8c1,Ageing Industrious Workers,S01012386,Selkirk - Bannerfield,4a,Challenged white communities,S02002321,Selkirk,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187277 +187277,S00127036,1c1,Rural Employment and Retirees,S01012010,Pitlochry - 02,5a,Ageing urban communities,S02002252,Pitlochry,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187278 +187278,S00126751,5b3,Self-Sufficient Retirement,S01011897,"Viewlands, Craigie and Wellshill - 06",5c,Comfortable neighbourhoods,S02002231,"Viewlands, Craigie and Wellshill",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187279 +187279,S00095555,8c1,Ageing Industrious Workers,S01012321,Chirnside - East,5e,Primary sector workers,S02002307,Chirnside and Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187280 +187280,S00095649,8c1,Ageing Industrious Workers,S01012330,Kelso S - Pinnaclehill,2d,Rural traits,S02002309,Cheviot East,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187281 +187281,S00095788,8c1,Ageing Industrious Workers,S01012295,Tweedbank - East,5c,Comfortable neighbourhoods,S02002301,Melrose and Tweedbank Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187282 +187282,S00094807,1b3,Ageing Rural Flat Tenants,S01012304,Gordon and Hume Area,2c,Remoter communities,S02002303,Berwickshire Central,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187283 +187283,S00094821,1b3,Ageing Rural Flat Tenants,S01012312,Reston and Coldingham Moor Area,2c,Remoter communities,S02002305,Berwickshire East,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187284 +187284,S00094827,1b3,Ageing Rural Flat Tenants,S01012302,Cranshaws - Abbey St Bathans Area,2c,Remoter communities,S02002303,Berwickshire Central,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187285 +187285,S00094835,1b3,Ageing Rural Flat Tenants,S01012323,Foulden and Area,2c,Remoter communities,S02002307,Chirnside and Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187286 +187286,S00094848,1b3,Ageing Rural Flat Tenants,S01012301,Swinton Leithholm and Fogo Area,2c,Remoter communities,S02002303,Berwickshire Central,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187287 +187287,S00094855,1b3,Ageing Rural Flat Tenants,S01012313,Cockburnspath and Area,2c,Remoter communities,S02002305,Berwickshire East,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187288 +187288,S00094861,1b3,Ageing Rural Flat Tenants,S01012312,Reston and Coldingham Moor Area,2c,Remoter communities,S02002305,Berwickshire East,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187289 +187289,S00094862,1b3,Ageing Rural Flat Tenants,S01012312,Reston and Coldingham Moor Area,2c,Remoter communities,S02002305,Berwickshire East,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187290 +187290,S00094864,1b3,Ageing Rural Flat Tenants,S01012310,St Abbs and Eyemouth Landward,2c,Remoter communities,S02002305,Berwickshire East,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187291 +187291,S00094868,1b3,Ageing Rural Flat Tenants,S01012310,St Abbs and Eyemouth Landward,2c,Remoter communities,S02002305,Berwickshire East,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187292 +187292,S00094871,1b3,Ageing Rural Flat Tenants,S01012310,St Abbs and Eyemouth Landward,2c,Remoter communities,S02002305,Berwickshire East,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187293 +187293,S00094880,1b3,Ageing Rural Flat Tenants,S01012271,Heriot - Fountainhall - Stow Landward,2c,Remoter communities,S02002296,Earlston Stow and Clovernfords Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187294 +187294,S00094884,1b3,Ageing Rural Flat Tenants,S01012272,Stow,5c,Comfortable neighbourhoods,S02002296,Earlston Stow and Clovernfords Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187295 +187295,S00094910,1b3,Ageing Rural Flat Tenants,S01012290,Melrose - Newstead,5e,Primary sector workers,S02002301,Melrose and Tweedbank Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187296 +187296,S00126977,7a1,Transitional Eastern European Neighbourhoods,S01012015,Rannoch and Aberfeldy - 03,2d,Rural traits,S02002253,Rannoch and Aberfeldy,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187297 +187297,S00126738,6b3,Semi-Detached Ageing,S01011896,"Viewlands, Craigie and Wellshill - 05",5c,Comfortable neighbourhoods,S02002231,"Viewlands, Craigie and Wellshill",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187298 +187298,S00095107,7d1,Ageing Communities and Families,S01012366,Hawick Central - Town Centre,5e,Primary sector workers,S02002317,Hawick Central,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187299 +187299,S00094911,1b3,Ageing Rural Flat Tenants,S01012376,Ashkirk Lilliesleaf and Midlem Area,2c,Remoter communities,S02002320,Ettrick Yarrow and Liliesleaf Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187300 +187300,S00094917,1b3,Ageing Rural Flat Tenants,S01012289,Gattonside - Darnick - Chiefswood,2a,Ageing rural neighbourhoods,S02002301,Melrose and Tweedbank Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187301 +187301,S00094924,1b3,Ageing Rural Flat Tenants,S01012377,Bowden and Lindean Area,2c,Remoter communities,S02002320,Ettrick Yarrow and Liliesleaf Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187302 +187302,S00094935,1b3,Ageing Rural Flat Tenants,S01012379,Yarrow Water and Sunderland Area,2c,Remoter communities,S02002320,Ettrick Yarrow and Liliesleaf Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187303 +187303,S00094936,1b3,Ageing Rural Flat Tenants,S01012378,Ettrick Water and Bowhill Area,2c,Remoter communities,S02002320,Ettrick Yarrow and Liliesleaf Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187304 +187304,S00094946,1b3,Ageing Rural Flat Tenants,S01012343,Roxburgh Heiton Eckford Area,2c,Remoter communities,S02002312,Cheviot West,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187305 +187305,S00094952,1b3,Ageing Rural Flat Tenants,S01012343,Roxburgh Heiton Eckford Area,2c,Remoter communities,S02002312,Cheviot West,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187306 +187306,S00094956,1b3,Ageing Rural Flat Tenants,S01012329,Morebattle Hownam and Area,2c,Remoter communities,S02002309,Cheviot East,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187307 +187307,S00094957,1b3,Ageing Rural Flat Tenants,S01012329,Morebattle Hownam and Area,2c,Remoter communities,S02002309,Cheviot East,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187308 +187308,S00094977,1b3,Ageing Rural Flat Tenants,S01012342,Ancrum and Lanton Area,2c,Remoter communities,S02002312,Cheviot West,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187309 +187309,S00095012,1b3,Ageing Rural Flat Tenants,S01012262,Tweeddale East Landward,2c,Remoter communities,S02002295,Tweeddale East Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187310 +187310,S00095020,1b3,Ageing Rural Flat Tenants,S01012247,Eddleston and Area,2a,Ageing rural neighbourhoods,S02002292,Tweeddale West Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187311 +187311,S00127106,1a1,Rural Workers and Families,S01011872,Aberuthven and Almondbank - 02,2c,Remoter communities,S02002227,Aberuthven and Almondbank,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187312 +187312,S00127039,1c1,Rural Employment and Retirees,S01011957,"Guildtown, Balbeggie and St Madoes - 02",2a,Ageing rural neighbourhoods,S02002242,"Guildtown, Balbeggie and St Madoes",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187313 +187313,S00126750,6b3,Semi-Detached Ageing,S01011897,"Viewlands, Craigie and Wellshill - 06",5c,Comfortable neighbourhoods,S02002231,"Viewlands, Craigie and Wellshill",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187314 +187314,S00127056,1c1,Rural Employment and Retirees,S01011860,"Comrie, Gilmerton and St Fillans - 04",2a,Ageing rural neighbourhoods,S02002224,"Comrie, Gilmerton and St Fillans",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187315 +187315,S00126810,6b3,Semi-Detached Ageing,S01011954,Scone - 06,5c,Comfortable neighbourhoods,S02002241,Scone,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187316 +187316,S00126755,5b3,Self-Sufficient Retirement,S01011896,"Viewlands, Craigie and Wellshill - 05",5c,Comfortable neighbourhoods,S02002231,"Viewlands, Craigie and Wellshill",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187317 +187317,S00127057,1c1,Rural Employment and Retirees,S01012009,Pitlochry - 01,2a,Ageing rural neighbourhoods,S02002252,Pitlochry,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187318 +187318,S00127070,1c1,Rural Employment and Retirees,S01012018,Rannoch and Aberfeldy - 06,2c,Remoter communities,S02002253,Rannoch and Aberfeldy,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187319 +187319,S00127071,1c1,Rural Employment and Retirees,S01012013,Rannoch and Aberfeldy - 01,2c,Remoter communities,S02002253,Rannoch and Aberfeldy,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187320 +187320,S00127126,1c1,Rural Employment and Retirees,S01011946,Gannochy and Walnut Grove - 03,5e,Primary sector workers,S02002240,Gannochy and Walnut Grove,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187321 +187321,S00127152,1c1,Rural Employment and Retirees,S01011967,"Invergowrie, Longforgan and Abernyte - 03",2a,Ageing rural neighbourhoods,S02002244,"Invergowrie, Longforgan and Abernyte",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187322 +187322,S00127183,1c1,Rural Employment and Retirees,S01011959,"Guildtown, Balbeggie and St Madoes - 04",2c,Remoter communities,S02002242,"Guildtown, Balbeggie and St Madoes",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187323 +187323,S00127199,1c1,Rural Employment and Retirees,S01012017,Rannoch and Aberfeldy - 05,2c,Remoter communities,S02002253,Rannoch and Aberfeldy,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187324 +187324,S00126159,1b1,Rural Life,S01011952,Scone - 04,8b,Ageing suburbanites,S02002241,Scone,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187325 +187325,S00126194,1b1,Rural Life,S01011878,"Glenfarg, Dunning and Rhynd - 03",2a,Ageing rural neighbourhoods,S02002228,"Glenfarg, Dunning and Rhynd",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187326 +187326,S00126272,1b1,Rural Life,S01011973,Coupar Angus and Meigle - 05,2a,Ageing rural neighbourhoods,S02002245,Coupar Angus and Meigle,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187327 +187327,S00126277,1b1,Rural Life,S01011972,Coupar Angus and Meigle - 04,2c,Remoter communities,S02002245,Coupar Angus and Meigle,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187328 +187328,S00126297,1b1,Rural Life,S01012013,Rannoch and Aberfeldy - 01,2c,Remoter communities,S02002253,Rannoch and Aberfeldy,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187329 +187329,S00126332,1b1,Rural Life,S01011840,Kinross - 03,5e,Primary sector workers,S02002220,Kinross,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187330 +187330,S00126391,1b1,Rural Life,S01011877,"Glenfarg, Dunning and Rhynd - 02",2d,Rural traits,S02002228,"Glenfarg, Dunning and Rhynd",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187331 +187331,S00126508,1b1,Rural Life,S01011902,Burghmuir and Oakbank - 04,8b,Ageing suburbanites,S02002232,Burghmuir and Oakbank,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187332 +187332,S00126692,1b1,Rural Life,S01011947,Gannochy and Walnut Grove - 04,2d,Rural traits,S02002240,Gannochy and Walnut Grove,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187333 +187333,S00126795,1b1,Rural Life,S01012002,Luncarty and Dunkeld - 01,5a,Ageing urban communities,S02002251,Luncarty and Dunkeld,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187334 +187334,S00126998,7a1,Transitional Eastern European Neighbourhoods,S01012010,Pitlochry - 02,5a,Ageing urban communities,S02002252,Pitlochry,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187335 +187335,S00095120,7d1,Ageing Communities and Families,S01012364,Hawick Central - Trinity,4b,Constrained renters,S02002317,Hawick Central,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187336 +187336,S00127107,1a1,Rural Workers and Families,S01011873,Aberuthven and Almondbank - 03,2b,Prospering countryside life,S02002227,Aberuthven and Almondbank,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187337 +187337,S00126885,1b1,Rural Life,S01011972,Coupar Angus and Meigle - 04,2c,Remoter communities,S02002245,Coupar Angus and Meigle,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187338 +187338,S00126887,1b1,Rural Life,S01011971,Coupar Angus and Meigle - 03,2d,Rural traits,S02002245,Coupar Angus and Meigle,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187339 +187339,S00126902,1b1,Rural Life,S01011974,Coupar Angus and Meigle - 06,2c,Remoter communities,S02002245,Coupar Angus and Meigle,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187340 +187340,S00126928,1b1,Rural Life,S01011990,Blairgowrie West - 03,2d,Rural traits,S02002249,Blairgowrie West,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187341 +187341,S00126934,1b1,Rural Life,S01011989,Blairgowrie West - 02,5e,Primary sector workers,S02002249,Blairgowrie West,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187342 +187342,S00127059,1b1,Rural Life,S01011979,"Blair Atholl, Strathardle and Glenshee - 01",2c,Remoter communities,S02002247,"Blair Atholl, Strathardle and Glenshee",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187343 +187343,S00127064,1b1,Rural Life,S01011972,Coupar Angus and Meigle - 04,2c,Remoter communities,S02002245,Coupar Angus and Meigle,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187344 +187344,S00127170,1b1,Rural Life,S01011874,Aberuthven and Almondbank - 04,2d,Rural traits,S02002227,Aberuthven and Almondbank,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187345 +187345,S00127173,1b1,Rural Life,S01011874,Aberuthven and Almondbank - 04,2d,Rural traits,S02002227,Aberuthven and Almondbank,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187346 +187346,S00127180,1b1,Rural Life,S01011958,"Guildtown, Balbeggie and St Madoes - 03",2c,Remoter communities,S02002242,"Guildtown, Balbeggie and St Madoes",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187347 +187347,S00127202,1b1,Rural Life,S01011839,Kinross - 02,8b,Ageing suburbanites,S02002220,Kinross,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187348 +187348,S00127329,1b1,Rural Life,S01011966,"Invergowrie, Longforgan and Abernyte - 02",2b,Prospering countryside life,S02002244,"Invergowrie, Longforgan and Abernyte",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187349 +187349,S00127330,1b1,Rural Life,S01011966,"Invergowrie, Longforgan and Abernyte - 02",2b,Prospering countryside life,S02002244,"Invergowrie, Longforgan and Abernyte",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187350 +187350,S00126110,1b2,Rural White-Collar Workers,S01011835,"Powmill, Cleish and Scotlandwell - 03",2c,Remoter communities,S02002219,"Powmill, Cleish and Scotlandwell",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187351 +187351,S00126125,1b2,Rural White-Collar Workers,S01011844,Milnathort and Crook of Devon - 02,2a,Ageing rural neighbourhoods,S02002221,Milnathort and Crook of Devon,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187352 +187352,S00126132,1b2,Rural White-Collar Workers,S01011875,Aberuthven and Almondbank - 05,5c,Comfortable neighbourhoods,S02002227,Aberuthven and Almondbank,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187353 +187353,S00126140,1b2,Rural White-Collar Workers,S01011873,Aberuthven and Almondbank - 03,2b,Prospering countryside life,S02002227,Aberuthven and Almondbank,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187354 +187354,S00126173,1b2,Rural White-Collar Workers,S01011979,"Blair Atholl, Strathardle and Glenshee - 01",2c,Remoter communities,S02002247,"Blair Atholl, Strathardle and Glenshee",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187355 +187355,S00126175,1b2,Rural White-Collar Workers,S01011944,Gannochy and Walnut Grove - 01,2b,Prospering countryside life,S02002240,Gannochy and Walnut Grove,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187356 +187356,S00126192,1b2,Rural White-Collar Workers,S01011878,"Glenfarg, Dunning and Rhynd - 03",2a,Ageing rural neighbourhoods,S02002228,"Glenfarg, Dunning and Rhynd",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187357 +187357,S00126288,1b2,Rural White-Collar Workers,S01011960,Errol and Inchture - 01,2c,Remoter communities,S02002243,Errol and Inchture,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187358 +187358,S00126360,1b2,Rural White-Collar Workers,S01011848,"Muthill, Greenloaning and Gleneagles - 02",2c,Remoter communities,S02002222,"Muthill, Greenloaning and Gleneagles",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187359 +187359,S00126387,1b2,Rural White-Collar Workers,S01011876,"Glenfarg, Dunning and Rhynd - 01",2c,Remoter communities,S02002228,"Glenfarg, Dunning and Rhynd",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187360 +187360,S00126756,1b2,Rural White-Collar Workers,S01011896,"Viewlands, Craigie and Wellshill - 05",5c,Comfortable neighbourhoods,S02002231,"Viewlands, Craigie and Wellshill",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187361 +187361,S00126759,1b2,Rural White-Collar Workers,S01011895,"Viewlands, Craigie and Wellshill - 04",8a,Affluent communities,S02002231,"Viewlands, Craigie and Wellshill",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187362 +187362,S00126863,1b2,Rural White-Collar Workers,S01011966,"Invergowrie, Longforgan and Abernyte - 02",2b,Prospering countryside life,S02002244,"Invergowrie, Longforgan and Abernyte",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187363 +187363,S00126883,1b2,Rural White-Collar Workers,S01012000,Stanley and Murthly - 06,8b,Ageing suburbanites,S02002250,Stanley and Murthly,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187364 +187364,S00127016,1b2,Rural White-Collar Workers,S01012001,Stanley and Murthly - 07,5e,Primary sector workers,S02002250,Stanley and Murthly,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187365 +187365,S00127045,1b2,Rural White-Collar Workers,S01011879,"Glenfarg, Dunning and Rhynd - 04",2c,Remoter communities,S02002228,"Glenfarg, Dunning and Rhynd",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187366 +187366,S00126827,6b3,Semi-Detached Ageing,S01011951,Scone - 03,5c,Comfortable neighbourhoods,S02002241,Scone,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187367 +187367,S00126782,5b3,Self-Sufficient Retirement,S01011964,Errol and Inchture - 05,2d,Rural traits,S02002243,Errol and Inchture,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187368 +187368,S00095135,7d1,Ageing Communities and Families,S01012371,Hawick West End - Crumhaugh,4b,Constrained renters,S02002318,Hawick West End,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187369 +187369,S00127000,7a1,Transitional Eastern European Neighbourhoods,S01012011,Pitlochry - 03,5e,Primary sector workers,S02002252,Pitlochry,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187370 +187370,S00126929,6b3,Semi-Detached Ageing,S01011990,Blairgowrie West - 03,2d,Rural traits,S02002249,Blairgowrie West,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187371 +187371,S00095142,7d1,Ageing Communities and Families,S01012370,Hawick Central - Drumlanrig,5e,Primary sector workers,S02002318,Hawick West End,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187372 +187372,S00126783,5b3,Self-Sufficient Retirement,S01011964,Errol and Inchture - 05,2d,Rural traits,S02002243,Errol and Inchture,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187373 +187373,S00127113,1a1,Rural Workers and Families,S01011872,Aberuthven and Almondbank - 02,2c,Remoter communities,S02002227,Aberuthven and Almondbank,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187374 +187374,S00126785,5b3,Self-Sufficient Retirement,S01011964,Errol and Inchture - 05,2d,Rural traits,S02002243,Errol and Inchture,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187375 +187375,S00127128,1a1,Rural Workers and Families,S01011947,Gannochy and Walnut Grove - 04,2d,Rural traits,S02002240,Gannochy and Walnut Grove,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187376 +187376,S00127002,7a1,Transitional Eastern European Neighbourhoods,S01012011,Pitlochry - 03,5e,Primary sector workers,S02002252,Pitlochry,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187377 +187377,S00095143,7d1,Ageing Communities and Families,S01012370,Hawick Central - Drumlanrig,5e,Primary sector workers,S02002318,Hawick West End,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187378 +187378,S00126931,6b3,Semi-Detached Ageing,S01011988,Blairgowrie West - 01,2a,Ageing rural neighbourhoods,S02002249,Blairgowrie West,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187379 +187379,S00095146,7d1,Ageing Communities and Families,S01012371,Hawick West End - Crumhaugh,4b,Constrained renters,S02002318,Hawick West End,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187380 +187380,S00127157,1a1,Rural Workers and Families,S01011833,"Powmill, Cleish and Scotlandwell - 01",2c,Remoter communities,S02002219,"Powmill, Cleish and Scotlandwell",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187381 +187381,S00127223,6b3,Semi-Detached Ageing,S01011882,Bridge of Earn and Abernethy - 02,5c,Comfortable neighbourhoods,S02002229,Bridge of Earn and Abernethy,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187382 +187382,S00127085,7a1,Transitional Eastern European Neighbourhoods,S01011852,Auchterarder - 01,5e,Primary sector workers,S02002223,Auchterarder,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187383 +187383,S00095147,7d1,Ageing Communities and Families,S01012363,Hawick Central - Wellogate,4b,Constrained renters,S02002317,Hawick Central,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187384 +187384,S00127162,1a1,Rural Workers and Families,S01011837,"Powmill, Cleish and Scotlandwell - 05",2a,Ageing rural neighbourhoods,S02002219,"Powmill, Cleish and Scotlandwell",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187385 +187385,S00126786,5b3,Self-Sufficient Retirement,S01011963,Errol and Inchture - 04,5c,Comfortable neighbourhoods,S02002243,Errol and Inchture,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187386 +187386,S00127237,6b3,Semi-Detached Ageing,S01011907,Western Edge - 04,5b,Aspiring urban households,S02002233,Western Edge,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187387 +187387,S00127097,7a1,Transitional Eastern European Neighbourhoods,S01011869,Crieff South - 04,5e,Primary sector workers,S02002226,Crieff South,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187388 +187388,S00127188,1a1,Rural Workers and Families,S01011880,"Glenfarg, Dunning and Rhynd - 05",2c,Remoter communities,S02002228,"Glenfarg, Dunning and Rhynd",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187389 +187389,S00126789,5b3,Self-Sufficient Retirement,S01011964,Errol and Inchture - 05,2d,Rural traits,S02002243,Errol and Inchture,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187390 +187390,S00095150,7d1,Ageing Communities and Families,S01012363,Hawick Central - Wellogate,4b,Constrained renters,S02002317,Hawick Central,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187391 +187391,S00127241,6b3,Semi-Detached Ageing,S01011906,Western Edge - 03,8c,Comfortable suburbia,S02002233,Western Edge,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187392 +187392,S00127110,7a1,Transitional Eastern European Neighbourhoods,S01011919,"Hillyland, Tulloch and Inveralmond - 02",4b,Constrained renters,S02002235,"Hillyland, Tulloch and Inveralmond",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187393 +187393,S00127189,1a1,Rural Workers and Families,S01011857,"Comrie, Gilmerton and St Fillans - 01",2c,Remoter communities,S02002224,"Comrie, Gilmerton and St Fillans",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187394 +187394,S00126792,5b3,Self-Sufficient Retirement,S01012003,Luncarty and Dunkeld - 02,5c,Comfortable neighbourhoods,S02002251,Luncarty and Dunkeld,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187395 +187395,S00127192,1a1,Rural Workers and Families,S01011872,Aberuthven and Almondbank - 02,2c,Remoter communities,S02002227,Aberuthven and Almondbank,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187396 +187396,S00095158,7d1,Ageing Communities and Families,S01012353,Jedburgh - Abbey,4b,Constrained renters,S02002314,Jedburgh,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187397 +187397,S00127139,7a1,Transitional Eastern European Neighbourhoods,S01011930,North Muirton and Old Scone - 05,4b,Constrained renters,S02002236,North Muirton and Old Scone,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187398 +187398,S00126805,5b3,Self-Sufficient Retirement,S01011955,Scone - 07,5a,Ageing urban communities,S02002241,Scone,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187399 +187399,S00127363,6b3,Semi-Detached Ageing,S01011990,Blairgowrie West - 03,2d,Rural traits,S02002249,Blairgowrie West,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187400 +187400,S00127220,1a1,Rural Workers and Families,S01011886,Bridge of Earn and Abernethy - 06,2d,Rural traits,S02002229,Bridge of Earn and Abernethy,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187401 +187401,S00095186,7d1,Ageing Communities and Families,S01012381,Selkirk - Town Centre,5e,Primary sector workers,S02002321,Selkirk,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187402 +187402,S00127142,7a1,Transitional Eastern European Neighbourhoods,S01011946,Gannochy and Walnut Grove - 03,5e,Primary sector workers,S02002240,Gannochy and Walnut Grove,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187403 +187403,S00095205,7d1,Ageing Communities and Families,S01012383,Selkirk - Shawpark,5a,Ageing urban communities,S02002321,Selkirk,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187404 +187404,S00126130,5b3,Self-Sufficient Retirement,S01011874,Aberuthven and Almondbank - 04,2d,Rural traits,S02002227,Aberuthven and Almondbank,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187405 +187405,S00126807,5b3,Self-Sufficient Retirement,S01011954,Scone - 06,5c,Comfortable neighbourhoods,S02002241,Scone,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187406 +187406,S00127266,7a1,Transitional Eastern European Neighbourhoods,S01011923,"Hillyland, Tulloch and Inveralmond - 06",4b,Constrained renters,S02002235,"Hillyland, Tulloch and Inveralmond",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187407 +187407,S00127364,6b3,Semi-Detached Ageing,S01012005,Luncarty and Dunkeld - 04,8c,Comfortable suburbia,S02002251,Luncarty and Dunkeld,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187408 +187408,S00095281,7d1,Ageing Communities and Families,S01012281,Galashiels - W - Balmoral Pl,4b,Constrained renters,S02002298,Galashiels West,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187409 +187409,S00126133,5b3,Self-Sufficient Retirement,S01011875,Aberuthven and Almondbank - 05,5c,Comfortable neighbourhoods,S02002227,Aberuthven and Almondbank,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187410 +187410,S00126816,5b3,Self-Sufficient Retirement,S01011951,Scone - 03,5c,Comfortable neighbourhoods,S02002241,Scone,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187411 +187411,S00126142,5b3,Self-Sufficient Retirement,S01011873,Aberuthven and Almondbank - 03,2b,Prospering countryside life,S02002227,Aberuthven and Almondbank,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187412 +187412,S00127267,7a1,Transitional Eastern European Neighbourhoods,S01011923,"Hillyland, Tulloch and Inveralmond - 06",4b,Constrained renters,S02002235,"Hillyland, Tulloch and Inveralmond",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187413 +187413,S00127368,6b3,Semi-Detached Ageing,S01012004,Luncarty and Dunkeld - 03,2a,Ageing rural neighbourhoods,S02002251,Luncarty and Dunkeld,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187414 +187414,S00095299,7d1,Ageing Communities and Families,S01012276,Galashiels - N - Windyknowe,5a,Ageing urban communities,S02002297,Galashiels North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187415 +187415,S00126832,5b3,Self-Sufficient Retirement,S01011953,Scone - 05,2b,Prospering countryside life,S02002241,Scone,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187416 +187416,S00126193,5b3,Self-Sufficient Retirement,S01011881,Bridge of Earn and Abernethy - 01,5a,Ageing urban communities,S02002229,Bridge of Earn and Abernethy,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187417 +187417,S00127286,7a1,Transitional Eastern European Neighbourhoods,S01011932,Muirton - 02,4b,Constrained renters,S02002237,Muirton,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187418 +187418,S00126997,2a1,Student Communal Living,S01012011,Pitlochry - 03,5e,Primary sector workers,S02002252,Pitlochry,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187419 +187419,S00127287,7a1,Transitional Eastern European Neighbourhoods,S01011932,Muirton - 02,4b,Constrained renters,S02002237,Muirton,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187420 +187420,S00095317,7d1,Ageing Communities and Families,S01012285,Galashiels - S - Glenfield,5c,Comfortable neighbourhoods,S02002299,Galashiels South,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187421 +187421,S00126271,5b3,Self-Sufficient Retirement,S01011973,Coupar Angus and Meigle - 05,2a,Ageing rural neighbourhoods,S02002245,Coupar Angus and Meigle,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187422 +187422,S00126852,5b3,Self-Sufficient Retirement,S01011968,"Invergowrie, Longforgan and Abernyte - 04",5c,Comfortable neighbourhoods,S02002244,"Invergowrie, Longforgan and Abernyte",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187423 +187423,S00126633,2b1,Students and Commuters,S01011941,Central and South Inch - 04,1a,Cosmopolitan student neighbourhoods,S02002239,Central and South Inch,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187424 +187424,S00127301,7a1,Transitional Eastern European Neighbourhoods,S01011891,Moncrieffe and Friarton - 05,4d,Hard-pressed flat dwellers,S02002230,Moncrieffe and Friarton,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187425 +187425,S00095345,7d1,Ageing Communities and Families,S01012278,Galashiels - W - Old Town,4b,Constrained renters,S02002298,Galashiels West,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187426 +187426,S00126326,5b3,Self-Sufficient Retirement,S01011838,Kinross - 01,8a,Affluent communities,S02002220,Kinross,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187427 +187427,S00126868,5b3,Self-Sufficient Retirement,S01011997,Stanley and Murthly - 03,5e,Primary sector workers,S02002250,Stanley and Murthly,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187428 +187428,S00126643,2b1,Students and Commuters,S01011937,North Inch - 03,1a,Cosmopolitan student neighbourhoods,S02002238,North Inch,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187429 +187429,S00127338,7a1,Transitional Eastern European Neighbourhoods,S01011993,Blairgowrie West - 06,4b,Constrained renters,S02002249,Blairgowrie West,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187430 +187430,S00095361,7d1,Ageing Communities and Families,S01012282,Galashiels - S - Netherdale,2a,Ageing rural neighbourhoods,S02002299,Galashiels South,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187431 +187431,S00095374,7d1,Ageing Communities and Families,S01012338,Kelso S - Bowmont and Edenside,5e,Primary sector workers,S02002311,Kelso South,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187432 +187432,S00095375,7d1,Ageing Communities and Families,S01012339,Kelso S - Abbey,5e,Primary sector workers,S02002311,Kelso South,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187433 +187433,S00095388,7d1,Ageing Communities and Families,S01012340,Kelso S - Broomlands,5e,Primary sector workers,S02002311,Kelso South,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187434 +187434,S00095398,7d1,Ageing Communities and Families,S01012339,Kelso S - Abbey,5e,Primary sector workers,S02002311,Kelso South,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187435 +187435,S00095403,7d1,Ageing Communities and Families,S01012266,Innerleithen - South,5e,Primary sector workers,S02002295,Tweeddale East Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187436 +187436,S00095422,7d1,Ageing Communities and Families,S01012263,Walkerburn,5e,Primary sector workers,S02002295,Tweeddale East Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187437 +187437,S00095429,7d1,Ageing Communities and Families,S01012269,Earlston - West,5e,Primary sector workers,S02002296,Earlston Stow and Clovernfords Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187438 +187438,S00095435,7d1,Ageing Communities and Families,S01012253,Peebles - N - Cuddyside,5e,Primary sector workers,S02002293,Peebles North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187439 +187439,S00095451,7d1,Ageing Communities and Families,S01012253,Peebles - N - Cuddyside,5e,Primary sector workers,S02002293,Peebles North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187440 +187440,S00095453,7d1,Ageing Communities and Families,S01012253,Peebles - N - Cuddyside,5e,Primary sector workers,S02002293,Peebles North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187441 +187441,S00095531,7d1,Ageing Communities and Families,S01012305,Duns - South,2d,Rural traits,S02002304,Duns,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187442 +187442,S00095598,7d1,Ageing Communities and Families,S01012307,Duns - North,5e,Primary sector workers,S02002304,Duns,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187443 +187443,S00095601,7d1,Ageing Communities and Families,S01012321,Chirnside - East,5e,Primary sector workers,S02002307,Chirnside and Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187444 +187444,S00095656,7d1,Ageing Communities and Families,S01012285,Galashiels - S - Glenfield,5c,Comfortable neighbourhoods,S02002299,Galashiels South,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187445 +187445,S00095664,7d1,Ageing Communities and Families,S01012338,Kelso S - Bowmont and Edenside,5e,Primary sector workers,S02002311,Kelso South,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187446 +187446,S00095676,7d1,Ageing Communities and Families,S01012253,Peebles - N - Cuddyside,5e,Primary sector workers,S02002293,Peebles North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187447 +187447,S00095677,7d1,Ageing Communities and Families,S01012254,Peebles - N - March St,5e,Primary sector workers,S02002293,Peebles North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187448 +187448,S00095741,7d1,Ageing Communities and Families,S01012372,Hawick North - Commercial Road,4b,Constrained renters,S02002319,Hawick North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187449 +187449,S00095760,7d1,Ageing Communities and Families,S01012367,Hawick Central - Weensland,5e,Primary sector workers,S02002317,Hawick Central,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187450 +187450,S00095795,7d1,Ageing Communities and Families,S01012339,Kelso S - Abbey,5e,Primary sector workers,S02002311,Kelso South,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187451 +187451,S00095798,7d1,Ageing Communities and Families,S01012337,Kelso N - Poynder Park,4b,Constrained renters,S02002310,Kelso North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187452 +187452,S00095799,7d1,Ageing Communities and Families,S01012337,Kelso N - Poynder Park,4b,Constrained renters,S02002310,Kelso North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187453 +187453,S00095811,7d1,Ageing Communities and Families,S01012253,Peebles - N - Cuddyside,5e,Primary sector workers,S02002293,Peebles North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187454 +187454,S00095830,7d1,Ageing Communities and Families,S01012338,Kelso S - Bowmont and Edenside,5e,Primary sector workers,S02002311,Kelso South,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187455 +187455,S00094834,6a4,Ageing in Suburbia,S01012323,Foulden and Area,2c,Remoter communities,S02002307,Chirnside and Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187456 +187456,S00094866,6a4,Ageing in Suburbia,S01012317,Eyemouth - South,5e,Primary sector workers,S02002306,Eyemouth,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187457 +187457,S00095258,6a4,Ageing in Suburbia,S01012291,Melrose - Dingleton Hill,5c,Comfortable neighbourhoods,S02002301,Melrose and Tweedbank Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187458 +187458,S00095260,6a4,Ageing in Suburbia,S01012292,Melrose - High Street,2a,Ageing rural neighbourhoods,S02002301,Melrose and Tweedbank Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187459 +187459,S00095261,6a4,Ageing in Suburbia,S01012292,Melrose - High Street,2a,Ageing rural neighbourhoods,S02002301,Melrose and Tweedbank Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187460 +187460,S00095264,6a4,Ageing in Suburbia,S01012292,Melrose - High Street,2a,Ageing rural neighbourhoods,S02002301,Melrose and Tweedbank Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187461 +187461,S00095315,6a4,Ageing in Suburbia,S01012274,Galashiels - N - Halliburton,5e,Primary sector workers,S02002297,Galashiels North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187462 +187462,S00095352,6a4,Ageing in Suburbia,S01012283,Galashiels - S - St Peters Sch,5a,Ageing urban communities,S02002299,Galashiels South,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187463 +187463,S00095373,6a4,Ageing in Suburbia,S01012289,Gattonside - Darnick - Chiefswood,2a,Ageing rural neighbourhoods,S02002301,Melrose and Tweedbank Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187464 +187464,S00126652,2b1,Students and Commuters,S01011935,North Inch - 01,1a,Cosmopolitan student neighbourhoods,S02002238,North Inch,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187465 +187465,S00127345,7a1,Transitional Eastern European Neighbourhoods,S01012014,Rannoch and Aberfeldy - 02,5e,Primary sector workers,S02002253,Rannoch and Aberfeldy,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187466 +187466,S00127347,7a1,Transitional Eastern European Neighbourhoods,S01012014,Rannoch and Aberfeldy - 02,5e,Primary sector workers,S02002253,Rannoch and Aberfeldy,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187467 +187467,S00126891,5b3,Self-Sufficient Retirement,S01011969,Coupar Angus and Meigle - 01,5e,Primary sector workers,S02002245,Coupar Angus and Meigle,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187468 +187468,S00126143,5a1,White Professionals,S01011873,Aberuthven and Almondbank - 03,2b,Prospering countryside life,S02002227,Aberuthven and Almondbank,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187469 +187469,S00127311,2b1,Students and Commuters,S01011940,Central and South Inch - 03,1a,Cosmopolitan student neighbourhoods,S02002239,Central and South Inch,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187470 +187470,S00126347,5a1,White Professionals,S01011845,Milnathort and Crook of Devon - 03,2d,Rural traits,S02002221,Milnathort and Crook of Devon,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187471 +187471,S00126909,5b3,Self-Sufficient Retirement,S01012008,Luncarty and Dunkeld - 07,2a,Ageing rural neighbourhoods,S02002251,Luncarty and Dunkeld,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187472 +187472,S00126378,7a1,Transitional Eastern European Neighbourhoods,S01011852,Auchterarder - 01,5e,Primary sector workers,S02002223,Auchterarder,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187473 +187473,S00126389,5a1,White Professionals,S01011877,"Glenfarg, Dunning and Rhynd - 02",2d,Rural traits,S02002228,"Glenfarg, Dunning and Rhynd",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187474 +187474,S00126941,5b3,Self-Sufficient Retirement,S01011993,Blairgowrie West - 06,4b,Constrained renters,S02002249,Blairgowrie West,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187475 +187475,S00126334,5b3,Self-Sufficient Retirement,S01011840,Kinross - 03,5e,Primary sector workers,S02002220,Kinross,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187476 +187476,S00126383,7a1,Transitional Eastern European Neighbourhoods,S01011853,Auchterarder - 02,5e,Primary sector workers,S02002223,Auchterarder,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187477 +187477,S00126947,5b3,Self-Sufficient Retirement,S01011993,Blairgowrie West - 06,4b,Constrained renters,S02002249,Blairgowrie West,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187478 +187478,S00126426,5a1,White Professionals,S01011867,Crieff South - 02,5e,Primary sector workers,S02002226,Crieff South,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187479 +187479,S00126343,5b3,Self-Sufficient Retirement,S01011839,Kinross - 02,8b,Ageing suburbanites,S02002220,Kinross,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187480 +187480,S00126422,7a1,Transitional Eastern European Neighbourhoods,S01011867,Crieff South - 02,5e,Primary sector workers,S02002226,Crieff South,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187481 +187481,S00126948,5b3,Self-Sufficient Retirement,S01011992,Blairgowrie West - 05,5a,Ageing urban communities,S02002249,Blairgowrie West,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187482 +187482,S00126689,5a1,White Professionals,S01011948,Gannochy and Walnut Grove - 05,5a,Ageing urban communities,S02002240,Gannochy and Walnut Grove,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187483 +187483,S00126350,5b3,Self-Sufficient Retirement,S01011846,Milnathort and Crook of Devon - 04,2b,Prospering countryside life,S02002221,Milnathort and Crook of Devon,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187484 +187484,S00126353,5b3,Self-Sufficient Retirement,S01011846,Milnathort and Crook of Devon - 04,2b,Prospering countryside life,S02002221,Milnathort and Crook of Devon,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187485 +187485,S00126354,5b3,Self-Sufficient Retirement,S01011849,"Muthill, Greenloaning and Gleneagles - 03",2d,Rural traits,S02002222,"Muthill, Greenloaning and Gleneagles",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187486 +187486,S00126355,5b3,Self-Sufficient Retirement,S01011849,"Muthill, Greenloaning and Gleneagles - 03",2d,Rural traits,S02002222,"Muthill, Greenloaning and Gleneagles",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187487 +187487,S00126356,5b3,Self-Sufficient Retirement,S01011849,"Muthill, Greenloaning and Gleneagles - 03",2d,Rural traits,S02002222,"Muthill, Greenloaning and Gleneagles",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187488 +187488,S00126358,5b3,Self-Sufficient Retirement,S01011849,"Muthill, Greenloaning and Gleneagles - 03",2d,Rural traits,S02002222,"Muthill, Greenloaning and Gleneagles",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187489 +187489,S00126371,5b3,Self-Sufficient Retirement,S01011854,Auchterarder - 03,5a,Ageing urban communities,S02002223,Auchterarder,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187490 +187490,S00126380,5b3,Self-Sufficient Retirement,S01011852,Auchterarder - 01,5e,Primary sector workers,S02002223,Auchterarder,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187491 +187491,S00126381,5b3,Self-Sufficient Retirement,S01011853,Auchterarder - 02,5e,Primary sector workers,S02002223,Auchterarder,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187492 +187492,S00126393,5b3,Self-Sufficient Retirement,S01011886,Bridge of Earn and Abernethy - 06,2d,Rural traits,S02002229,Bridge of Earn and Abernethy,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187493 +187493,S00126398,5b3,Self-Sufficient Retirement,S01011851,"Muthill, Greenloaning and Gleneagles - 05",2a,Ageing rural neighbourhoods,S02002222,"Muthill, Greenloaning and Gleneagles",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187494 +187494,S00126411,5b3,Self-Sufficient Retirement,S01011881,Bridge of Earn and Abernethy - 01,5a,Ageing urban communities,S02002229,Bridge of Earn and Abernethy,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187495 +187495,S00126412,5b3,Self-Sufficient Retirement,S01011881,Bridge of Earn and Abernethy - 01,5a,Ageing urban communities,S02002229,Bridge of Earn and Abernethy,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187496 +187496,S00126416,5b3,Self-Sufficient Retirement,S01011870,Crieff South - 05,5e,Primary sector workers,S02002226,Crieff South,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187497 +187497,S00126420,5b3,Self-Sufficient Retirement,S01011870,Crieff South - 05,5e,Primary sector workers,S02002226,Crieff South,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187498 +187498,S00126442,5b3,Self-Sufficient Retirement,S01011868,Crieff South - 03,5e,Primary sector workers,S02002226,Crieff South,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187499 +187499,S00126449,5b3,Self-Sufficient Retirement,S01011868,Crieff South - 03,5e,Primary sector workers,S02002226,Crieff South,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187500 +187500,S00126453,5b3,Self-Sufficient Retirement,S01011869,Crieff South - 04,5e,Primary sector workers,S02002226,Crieff South,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187501 +187501,S00126454,5b3,Self-Sufficient Retirement,S01011865,Crieff North - 04,5e,Primary sector workers,S02002225,Crieff North,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187502 +187502,S00126457,5b3,Self-Sufficient Retirement,S01011865,Crieff North - 04,5e,Primary sector workers,S02002225,Crieff North,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187503 +187503,S00126458,5b3,Self-Sufficient Retirement,S01011865,Crieff North - 04,5e,Primary sector workers,S02002225,Crieff North,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187504 +187504,S00126459,5b3,Self-Sufficient Retirement,S01011869,Crieff South - 04,5e,Primary sector workers,S02002226,Crieff South,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187505 +187505,S00126495,5b3,Self-Sufficient Retirement,S01011901,Burghmuir and Oakbank - 03,8c,Comfortable suburbia,S02002232,Burghmuir and Oakbank,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187506 +187506,S00126572,5b3,Self-Sufficient Retirement,S01011933,Muirton - 03,4b,Constrained renters,S02002237,Muirton,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187507 +187507,S00126708,5b3,Self-Sufficient Retirement,S01011939,Central and South Inch - 02,1a,Cosmopolitan student neighbourhoods,S02002239,Central and South Inch,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187508 +187508,S00126720,5b3,Self-Sufficient Retirement,S01011890,Moncrieffe and Friarton - 04,5c,Comfortable neighbourhoods,S02002230,Moncrieffe and Friarton,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187509 +187509,S00126725,5b3,Self-Sufficient Retirement,S01011890,Moncrieffe and Friarton - 04,5c,Comfortable neighbourhoods,S02002230,Moncrieffe and Friarton,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187510 +187510,S00126730,5b3,Self-Sufficient Retirement,S01011889,Moncrieffe and Friarton - 03,5a,Ageing urban communities,S02002230,Moncrieffe and Friarton,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187511 +187511,S00126731,5b3,Self-Sufficient Retirement,S01011889,Moncrieffe and Friarton - 03,5a,Ageing urban communities,S02002230,Moncrieffe and Friarton,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187512 +187512,S00126741,5b3,Self-Sufficient Retirement,S01011889,Moncrieffe and Friarton - 03,5a,Ageing urban communities,S02002230,Moncrieffe and Friarton,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187513 +187513,S00126744,5b3,Self-Sufficient Retirement,S01011896,"Viewlands, Craigie and Wellshill - 05",5c,Comfortable neighbourhoods,S02002231,"Viewlands, Craigie and Wellshill",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187514 +187514,S00126430,7a1,Transitional Eastern European Neighbourhoods,S01011866,Crieff South - 01,5e,Primary sector workers,S02002226,Crieff South,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187515 +187515,S00126445,7a1,Transitional Eastern European Neighbourhoods,S01011868,Crieff South - 03,5e,Primary sector workers,S02002226,Crieff South,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187516 +187516,S00126446,7a1,Transitional Eastern European Neighbourhoods,S01011868,Crieff South - 03,5e,Primary sector workers,S02002226,Crieff South,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187517 +187517,S00126451,7a1,Transitional Eastern European Neighbourhoods,S01011869,Crieff South - 04,5e,Primary sector workers,S02002226,Crieff South,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187518 +187518,S00126528,7a1,Transitional Eastern European Neighbourhoods,S01011910,Letham - 01,4d,Hard-pressed flat dwellers,S02002234,Letham,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187519 +187519,S00126545,7a1,Transitional Eastern European Neighbourhoods,S01011921,"Hillyland, Tulloch and Inveralmond - 04",4d,Hard-pressed flat dwellers,S02002235,"Hillyland, Tulloch and Inveralmond",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187520 +187520,S00126547,7a1,Transitional Eastern European Neighbourhoods,S01011921,"Hillyland, Tulloch and Inveralmond - 04",4d,Hard-pressed flat dwellers,S02002235,"Hillyland, Tulloch and Inveralmond",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187521 +187521,S00126551,7a1,Transitional Eastern European Neighbourhoods,S01011920,"Hillyland, Tulloch and Inveralmond - 03",4b,Constrained renters,S02002235,"Hillyland, Tulloch and Inveralmond",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187522 +187522,S00126553,7a1,Transitional Eastern European Neighbourhoods,S01011920,"Hillyland, Tulloch and Inveralmond - 03",4b,Constrained renters,S02002235,"Hillyland, Tulloch and Inveralmond",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187523 +187523,S00126562,7a1,Transitional Eastern European Neighbourhoods,S01011923,"Hillyland, Tulloch and Inveralmond - 06",4b,Constrained renters,S02002235,"Hillyland, Tulloch and Inveralmond",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187524 +187524,S00126571,7a1,Transitional Eastern European Neighbourhoods,S01011918,"Hillyland, Tulloch and Inveralmond - 01",4d,Hard-pressed flat dwellers,S02002235,"Hillyland, Tulloch and Inveralmond",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187525 +187525,S00126591,7a1,Transitional Eastern European Neighbourhoods,S01011912,Letham - 03,4a,Challenged white communities,S02002234,Letham,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187526 +187526,S00126602,7a1,Transitional Eastern European Neighbourhoods,S01011929,North Muirton and Old Scone - 04,4a,Challenged white communities,S02002236,North Muirton and Old Scone,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187527 +187527,S00126606,7a1,Transitional Eastern European Neighbourhoods,S01011929,North Muirton and Old Scone - 04,4a,Challenged white communities,S02002236,North Muirton and Old Scone,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187528 +187528,S00126619,7a1,Transitional Eastern European Neighbourhoods,S01011926,North Muirton and Old Scone - 01,4b,Constrained renters,S02002236,North Muirton and Old Scone,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187529 +187529,S00126624,7a1,Transitional Eastern European Neighbourhoods,S01011930,North Muirton and Old Scone - 05,4b,Constrained renters,S02002236,North Muirton and Old Scone,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187530 +187530,S00126694,5a1,White Professionals,S01011891,Moncrieffe and Friarton - 05,4d,Hard-pressed flat dwellers,S02002230,Moncrieffe and Friarton,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187531 +187531,S00126645,7a1,Transitional Eastern European Neighbourhoods,S01011936,North Inch - 02,1a,Cosmopolitan student neighbourhoods,S02002238,North Inch,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187532 +187532,S00126662,7a1,Transitional Eastern European Neighbourhoods,S01011934,Muirton - 04,3d,Households in terraces and flats,S02002237,Muirton,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187533 +187533,S00126671,7a1,Transitional Eastern European Neighbourhoods,S01011934,Muirton - 04,3d,Households in terraces and flats,S02002237,Muirton,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187534 +187534,S00126704,7a1,Transitional Eastern European Neighbourhoods,S01011938,Central and South Inch - 01,4b,Constrained renters,S02002239,Central and South Inch,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187535 +187535,S00126713,7a1,Transitional Eastern European Neighbourhoods,S01011888,Moncrieffe and Friarton - 02,4a,Challenged white communities,S02002230,Moncrieffe and Friarton,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187536 +187536,S00126734,7a1,Transitional Eastern European Neighbourhoods,S01011892,"Viewlands, Craigie and Wellshill - 01",3a,Achieving neighbourhoods,S02002231,"Viewlands, Craigie and Wellshill",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187537 +187537,S00126893,7a1,Transitional Eastern European Neighbourhoods,S01011970,Coupar Angus and Meigle - 02,4b,Constrained renters,S02002245,Coupar Angus and Meigle,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187538 +187538,S00126896,7a1,Transitional Eastern European Neighbourhoods,S01011970,Coupar Angus and Meigle - 02,4b,Constrained renters,S02002245,Coupar Angus and Meigle,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187539 +187539,S00126904,7a1,Transitional Eastern European Neighbourhoods,S01011970,Coupar Angus and Meigle - 02,4b,Constrained renters,S02002245,Coupar Angus and Meigle,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187540 +187540,S00126908,7a1,Transitional Eastern European Neighbourhoods,S01011970,Coupar Angus and Meigle - 02,4b,Constrained renters,S02002245,Coupar Angus and Meigle,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187541 +187541,S00126943,7a1,Transitional Eastern European Neighbourhoods,S01011990,Blairgowrie West - 03,2d,Rural traits,S02002249,Blairgowrie West,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187542 +187542,S00126944,7a1,Transitional Eastern European Neighbourhoods,S01011993,Blairgowrie West - 06,4b,Constrained renters,S02002249,Blairgowrie West,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187543 +187543,S00126945,7a1,Transitional Eastern European Neighbourhoods,S01011993,Blairgowrie West - 06,4b,Constrained renters,S02002249,Blairgowrie West,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187544 +187544,S00126950,5b3,Self-Sufficient Retirement,S01011992,Blairgowrie West - 05,5a,Ageing urban communities,S02002249,Blairgowrie West,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187545 +187545,S00126733,5a1,White Professionals,S01011892,"Viewlands, Craigie and Wellshill - 01",3a,Achieving neighbourhoods,S02002231,"Viewlands, Craigie and Wellshill",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187546 +187546,S00126758,5a1,White Professionals,S01011895,"Viewlands, Craigie and Wellshill - 04",8a,Affluent communities,S02002231,"Viewlands, Craigie and Wellshill",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187547 +187547,S00126963,5b3,Self-Sufficient Retirement,S01011987,Blairgowrie East (Rattray) - 04,5e,Primary sector workers,S02002248,Blairgowrie East (Rattray),S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187548 +187548,S00127108,5a1,White Professionals,S01011907,Western Edge - 04,5b,Aspiring urban households,S02002233,Western Edge,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187549 +187549,S00126973,5b3,Self-Sufficient Retirement,S01012014,Rannoch and Aberfeldy - 02,5e,Primary sector workers,S02002253,Rannoch and Aberfeldy,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187550 +187550,S00127246,5a1,White Professionals,S01011906,Western Edge - 03,8c,Comfortable suburbia,S02002233,Western Edge,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187551 +187551,S00126983,5b3,Self-Sufficient Retirement,S01011978,Alyth - 04,5e,Primary sector workers,S02002246,Alyth,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187552 +187552,S00127257,5a1,White Professionals,S01011909,Western Edge - 06,8c,Comfortable suburbia,S02002233,Western Edge,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187553 +187553,S00126986,5b3,Self-Sufficient Retirement,S01011976,Alyth - 02,5e,Primary sector workers,S02002246,Alyth,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187554 +187554,S00127262,5a1,White Professionals,S01011909,Western Edge - 06,8c,Comfortable suburbia,S02002233,Western Edge,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187555 +187555,S00127288,5a1,White Professionals,S01011932,Muirton - 02,4b,Constrained renters,S02002237,Muirton,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187556 +187556,S00126152,6b2,White Suburban Communities,S01012005,Luncarty and Dunkeld - 04,8c,Comfortable suburbia,S02002251,Luncarty and Dunkeld,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187557 +187557,S00126177,6b2,White Suburban Communities,S01011956,"Guildtown, Balbeggie and St Madoes - 01",2b,Prospering countryside life,S02002242,"Guildtown, Balbeggie and St Madoes",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187558 +187558,S00126437,6b2,White Suburban Communities,S01011864,Crieff North - 03,8b,Ageing suburbanites,S02002225,Crieff North,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187559 +187559,S00126473,6b2,White Suburban Communities,S01011899,Burghmuir and Oakbank - 01,8b,Ageing suburbanites,S02002232,Burghmuir and Oakbank,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187560 +187560,S00126818,6b2,White Suburban Communities,S01011950,Scone - 02,5a,Ageing urban communities,S02002241,Scone,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187561 +187561,S00126821,6b2,White Suburban Communities,S01011949,Scone - 01,8b,Ageing suburbanites,S02002241,Scone,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187562 +187562,S00126850,6b2,White Suburban Communities,S01011965,"Invergowrie, Longforgan and Abernyte - 01",5c,Comfortable neighbourhoods,S02002244,"Invergowrie, Longforgan and Abernyte",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187563 +187563,S00126857,6b2,White Suburban Communities,S01011968,"Invergowrie, Longforgan and Abernyte - 04",5c,Comfortable neighbourhoods,S02002244,"Invergowrie, Longforgan and Abernyte",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187564 +187564,S00127092,6b2,White Suburban Communities,S01011883,Bridge of Earn and Abernethy - 03,2a,Ageing rural neighbourhoods,S02002229,Bridge of Earn and Abernethy,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187565 +187565,S00127117,6b2,White Suburban Communities,S01011925,"Hillyland, Tulloch and Inveralmond - 08",8c,Comfortable suburbia,S02002235,"Hillyland, Tulloch and Inveralmond",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187566 +187566,S00127118,6b2,White Suburban Communities,S01011925,"Hillyland, Tulloch and Inveralmond - 08",8c,Comfortable suburbia,S02002235,"Hillyland, Tulloch and Inveralmond",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187567 +187567,S00127171,6b2,White Suburban Communities,S01011874,Aberuthven and Almondbank - 04,2d,Rural traits,S02002227,Aberuthven and Almondbank,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187568 +187568,S00127172,6b2,White Suburban Communities,S01011874,Aberuthven and Almondbank - 04,2d,Rural traits,S02002227,Aberuthven and Almondbank,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187569 +187569,S00127238,6b2,White Suburban Communities,S01011904,Western Edge - 01,8a,Affluent communities,S02002233,Western Edge,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187570 +187570,S00127251,6b2,White Suburban Communities,S01011908,Western Edge - 05,8c,Comfortable suburbia,S02002233,Western Edge,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187571 +187571,S00127371,6b2,White Suburban Communities,S01011841,Kinross - 04,5c,Comfortable neighbourhoods,S02002220,Kinross,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187572 +187572,S00126667,8d1,Young Hard-Pressed Families,S01011931,Muirton - 01,4a,Challenged white communities,S02002237,Muirton,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187573 +187573,S00126668,8d1,Young Hard-Pressed Families,S01011931,Muirton - 01,4a,Challenged white communities,S02002237,Muirton,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187574 +187574,S00095067,7d1,Ageing Communities and Families,S01012372,Hawick North - Commercial Road,4b,Constrained renters,S02002319,Hawick North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187575 +187575,S00126987,5b3,Self-Sufficient Retirement,S01011976,Alyth - 02,5e,Primary sector workers,S02002246,Alyth,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187576 +187576,S00126992,5b3,Self-Sufficient Retirement,S01011977,Alyth - 03,2d,Rural traits,S02002246,Alyth,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187577 +187577,S00127026,5b3,Self-Sufficient Retirement,S01011992,Blairgowrie West - 05,5a,Ageing urban communities,S02002249,Blairgowrie West,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187578 +187578,S00127032,5b3,Self-Sufficient Retirement,S01011976,Alyth - 02,5e,Primary sector workers,S02002246,Alyth,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187579 +187579,S00127075,5b3,Self-Sufficient Retirement,S01011846,Milnathort and Crook of Devon - 04,2b,Prospering countryside life,S02002221,Milnathort and Crook of Devon,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187580 +187580,S00127086,5b3,Self-Sufficient Retirement,S01011853,Auchterarder - 02,5e,Primary sector workers,S02002223,Auchterarder,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187581 +187581,S00127089,5b3,Self-Sufficient Retirement,S01011876,"Glenfarg, Dunning and Rhynd - 01",2c,Remoter communities,S02002228,"Glenfarg, Dunning and Rhynd",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187582 +187582,S00127115,5b3,Self-Sufficient Retirement,S01011925,"Hillyland, Tulloch and Inveralmond - 08",8c,Comfortable suburbia,S02002235,"Hillyland, Tulloch and Inveralmond",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187583 +187583,S00127134,5b3,Self-Sufficient Retirement,S01011861,"Comrie, Gilmerton and St Fillans - 05",2a,Ageing rural neighbourhoods,S02002224,"Comrie, Gilmerton and St Fillans",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187584 +187584,S00127166,5b3,Self-Sufficient Retirement,S01011834,"Powmill, Cleish and Scotlandwell - 02",2b,Prospering countryside life,S02002219,"Powmill, Cleish and Scotlandwell",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187585 +187585,S00127207,5b3,Self-Sufficient Retirement,S01011845,Milnathort and Crook of Devon - 03,2d,Rural traits,S02002221,Milnathort and Crook of Devon,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187586 +187586,S00127212,5b3,Self-Sufficient Retirement,S01011844,Milnathort and Crook of Devon - 02,2a,Ageing rural neighbourhoods,S02002221,Milnathort and Crook of Devon,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187587 +187587,S00127250,5b3,Self-Sufficient Retirement,S01011908,Western Edge - 05,8c,Comfortable suburbia,S02002233,Western Edge,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187588 +187588,S00127331,5b3,Self-Sufficient Retirement,S01012000,Stanley and Murthly - 06,8b,Ageing suburbanites,S02002250,Stanley and Murthly,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187589 +187589,S00127369,5b3,Self-Sufficient Retirement,S01011841,Kinross - 04,5c,Comfortable neighbourhoods,S02002220,Kinross,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187590 +187590,S00127370,5b3,Self-Sufficient Retirement,S01011841,Kinross - 04,5c,Comfortable neighbourhoods,S02002220,Kinross,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187591 +187591,S00126163,6b3,Semi-Detached Ageing,S01011959,"Guildtown, Balbeggie and St Madoes - 04",2c,Remoter communities,S02002242,"Guildtown, Balbeggie and St Madoes",S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187592 +187592,S00126319,6b3,Semi-Detached Ageing,S01011841,Kinross - 04,5c,Comfortable neighbourhoods,S02002220,Kinross,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187593 +187593,S00126339,6b3,Semi-Detached Ageing,S01011840,Kinross - 03,5e,Primary sector workers,S02002220,Kinross,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187594 +187594,S00126340,6b3,Semi-Detached Ageing,S01011839,Kinross - 02,8b,Ageing suburbanites,S02002220,Kinross,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187595 +187595,S00126385,6b3,Semi-Detached Ageing,S01011853,Auchterarder - 02,5e,Primary sector workers,S02002223,Auchterarder,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187596 +187596,S00126408,6b3,Semi-Detached Ageing,S01011882,Bridge of Earn and Abernethy - 02,5c,Comfortable neighbourhoods,S02002229,Bridge of Earn and Abernethy,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187597 +187597,S00126475,6b3,Semi-Detached Ageing,S01011904,Western Edge - 01,8a,Affluent communities,S02002233,Western Edge,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187598 +187598,S00126476,6b3,Semi-Detached Ageing,S01011904,Western Edge - 01,8a,Affluent communities,S02002233,Western Edge,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187599 +187599,S00126690,6b3,Semi-Detached Ageing,S01011948,Gannochy and Walnut Grove - 05,5a,Ageing urban communities,S02002240,Gannochy and Walnut Grove,S12000024,Perth and Kinross,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187600 +187600,S00094965,1a3,Agricultural Communities,S01012333,Sprouston and Area,2c,Remoter communities,S02002309,Cheviot East,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187601 +187601,S00094966,1a3,Agricultural Communities,S01012346,Dryburgh Charlesfield Maxton Area,2a,Ageing rural neighbourhoods,S02002313,St Boswells and Newtown Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187602 +187602,S00094967,1a3,Agricultural Communities,S01012342,Ancrum and Lanton Area,2c,Remoter communities,S02002312,Cheviot West,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187603 +187603,S00094968,1a3,Agricultural Communities,S01012341,Oxnam and Camptown Area,2c,Remoter communities,S02002312,Cheviot West,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187604 +187604,S00095021,1b3,Ageing Rural Flat Tenants,S01012247,Eddleston and Area,2a,Ageing rural neighbourhoods,S02002292,Tweeddale West Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187605 +187605,S00095553,1b3,Ageing Rural Flat Tenants,S01012321,Chirnside - East,5e,Primary sector workers,S02002307,Chirnside and Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187606 +187606,S00094851,1a3,Agricultural Communities,S01012313,Cockburnspath and Area,2c,Remoter communities,S02002305,Berwickshire East,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187607 +187607,S00094969,1a3,Agricultural Communities,S01012341,Oxnam and Camptown Area,2c,Remoter communities,S02002312,Cheviot West,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187608 +187608,S00094970,1a3,Agricultural Communities,S01012341,Oxnam and Camptown Area,2c,Remoter communities,S02002312,Cheviot West,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187609 +187609,S00094971,1a3,Agricultural Communities,S01012341,Oxnam and Camptown Area,2c,Remoter communities,S02002312,Cheviot West,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187610 +187610,S00094978,1a3,Agricultural Communities,S01012342,Ancrum and Lanton Area,2c,Remoter communities,S02002312,Cheviot West,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187611 +187611,S00094979,1a3,Agricultural Communities,S01012342,Ancrum and Lanton Area,2c,Remoter communities,S02002312,Cheviot West,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187612 +187612,S00094981,1a3,Agricultural Communities,S01012355,Teviothead and Hermitage Area,2c,Remoter communities,S02002315,Denholm and Hermitage,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187613 +187613,S00094983,1a3,Agricultural Communities,S01012358,Bonchester Bridge and Chesters Area,2c,Remoter communities,S02002315,Denholm and Hermitage,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187614 +187614,S00094985,1a3,Agricultural Communities,S01012358,Bonchester Bridge and Chesters Area,2c,Remoter communities,S02002315,Denholm and Hermitage,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187615 +187615,S00094986,1a3,Agricultural Communities,S01012341,Oxnam and Camptown Area,2c,Remoter communities,S02002312,Cheviot West,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187616 +187616,S00094987,1a3,Agricultural Communities,S01012358,Bonchester Bridge and Chesters Area,2c,Remoter communities,S02002315,Denholm and Hermitage,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187617 +187617,S00094989,1a3,Agricultural Communities,S01012357,Minto Cauldmill and Boonraw Area,2c,Remoter communities,S02002315,Denholm and Hermitage,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187618 +187618,S00094990,1a3,Agricultural Communities,S01012357,Minto Cauldmill and Boonraw Area,2c,Remoter communities,S02002315,Denholm and Hermitage,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187619 +187619,S00094991,1a3,Agricultural Communities,S01012357,Minto Cauldmill and Boonraw Area,2c,Remoter communities,S02002315,Denholm and Hermitage,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187620 +187620,S00094993,1a3,Agricultural Communities,S01012357,Minto Cauldmill and Boonraw Area,2c,Remoter communities,S02002315,Denholm and Hermitage,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187621 +187621,S00094997,1a3,Agricultural Communities,S01012355,Teviothead and Hermitage Area,2c,Remoter communities,S02002315,Denholm and Hermitage,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187622 +187622,S00094998,1a3,Agricultural Communities,S01012358,Bonchester Bridge and Chesters Area,2c,Remoter communities,S02002315,Denholm and Hermitage,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187623 +187623,S00095000,1a3,Agricultural Communities,S01012355,Teviothead and Hermitage Area,2c,Remoter communities,S02002315,Denholm and Hermitage,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187624 +187624,S00095625,1a3,Agricultural Communities,S01012248,Stobo - Blyth Bridge - Skirling,2c,Remoter communities,S02002292,Tweeddale West Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187625 +187625,S00095092,8c2,Ageing Rural Industry Workers,S01012360,Hawick - Burnfoot - Central,4b,Constrained renters,S02002316,Burnfoot,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187626 +187626,S00095001,1a3,Agricultural Communities,S01012355,Teviothead and Hermitage Area,2c,Remoter communities,S02002315,Denholm and Hermitage,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187627 +187627,S00095003,1a3,Agricultural Communities,S01012355,Teviothead and Hermitage Area,2c,Remoter communities,S02002315,Denholm and Hermitage,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187628 +187628,S00095004,1a3,Agricultural Communities,S01012355,Teviothead and Hermitage Area,2c,Remoter communities,S02002315,Denholm and Hermitage,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187629 +187629,S00095005,1a3,Agricultural Communities,S01012355,Teviothead and Hermitage Area,2c,Remoter communities,S02002315,Denholm and Hermitage,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187630 +187630,S00095008,1a3,Agricultural Communities,S01012369,Hawick West End - Crumhaughill and Parkdaill,5e,Primary sector workers,S02002318,Hawick West End,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187631 +187631,S00095011,1a3,Agricultural Communities,S01012262,Tweeddale East Landward,2c,Remoter communities,S02002295,Tweeddale East Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187632 +187632,S00095015,1a3,Agricultural Communities,S01012250,Glentress and Manor Valley,2c,Remoter communities,S02002292,Tweeddale West Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187633 +187633,S00095016,1a3,Agricultural Communities,S01012250,Glentress and Manor Valley,2c,Remoter communities,S02002292,Tweeddale West Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187634 +187634,S00095017,1a3,Agricultural Communities,S01012250,Glentress and Manor Valley,2c,Remoter communities,S02002292,Tweeddale West Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187635 +187635,S00095018,1a3,Agricultural Communities,S01012247,Eddleston and Area,2a,Ageing rural neighbourhoods,S02002292,Tweeddale West Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187636 +187636,S00095022,1a3,Agricultural Communities,S01012250,Glentress and Manor Valley,2c,Remoter communities,S02002292,Tweeddale West Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187637 +187637,S00095023,1a3,Agricultural Communities,S01012248,Stobo - Blyth Bridge - Skirling,2c,Remoter communities,S02002292,Tweeddale West Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187638 +187638,S00095025,1a3,Agricultural Communities,S01012248,Stobo - Blyth Bridge - Skirling,2c,Remoter communities,S02002292,Tweeddale West Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187639 +187639,S00095026,1a3,Agricultural Communities,S01012244,Carlops Romannobridge,2c,Remoter communities,S02002292,Tweeddale West Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187640 +187640,S00095031,1a3,Agricultural Communities,S01012247,Eddleston and Area,2a,Ageing rural neighbourhoods,S02002292,Tweeddale West Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187641 +187641,S00095032,1a3,Agricultural Communities,S01012249,Broughton and Upper Tweed,2c,Remoter communities,S02002292,Tweeddale West Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187642 +187642,S00095033,1a3,Agricultural Communities,S01012249,Broughton and Upper Tweed,2c,Remoter communities,S02002292,Tweeddale West Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187643 +187643,S00095034,1a3,Agricultural Communities,S01012249,Broughton and Upper Tweed,2c,Remoter communities,S02002292,Tweeddale West Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187644 +187644,S00095035,1a3,Agricultural Communities,S01012249,Broughton and Upper Tweed,2c,Remoter communities,S02002292,Tweeddale West Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187645 +187645,S00095101,1a3,Agricultural Communities,S01012365,Hawick Central - Millers Knowes,5e,Primary sector workers,S02002317,Hawick Central,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187646 +187646,S00095231,1a3,Agricultural Communities,S01012384,Selkirk - Dunsdale,5e,Primary sector workers,S02002321,Selkirk,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187647 +187647,S00095242,1a3,Agricultural Communities,S01012328,Town Yetholm,2d,Rural traits,S02002309,Cheviot East,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187648 +187648,S00095540,1a3,Agricultural Communities,S01012305,Duns - South,2d,Rural traits,S02002304,Duns,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187649 +187649,S00095607,1a3,Agricultural Communities,S01012304,Gordon and Hume Area,2c,Remoter communities,S02002303,Berwickshire Central,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187650 +187650,S00095608,1a3,Agricultural Communities,S01012297,Blainslie and Legerwood,2c,Remoter communities,S02002302,Lauder and Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187651 +187651,S00095613,1a3,Agricultural Communities,S01012346,Dryburgh Charlesfield Maxton Area,2a,Ageing rural neighbourhoods,S02002313,St Boswells and Newtown Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187652 +187652,S00095614,1a3,Agricultural Communities,S01012376,Ashkirk Lilliesleaf and Midlem Area,2c,Remoter communities,S02002320,Ettrick Yarrow and Liliesleaf Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187653 +187653,S00095619,1a3,Agricultural Communities,S01012329,Morebattle Hownam and Area,2c,Remoter communities,S02002309,Cheviot East,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187654 +187654,S00095623,1a3,Agricultural Communities,S01012355,Teviothead and Hermitage Area,2c,Remoter communities,S02002315,Denholm and Hermitage,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187655 +187655,S00095511,8c2,Ageing Rural Industry Workers,S01012300,Greenlaw,5e,Primary sector workers,S02002303,Berwickshire Central,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187656 +187656,S00095651,6a2,Comfortable Suburbia,S01012276,Galashiels - N - Windyknowe,5a,Ageing urban communities,S02002297,Galashiels North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187657 +187657,S00094858,1a3,Agricultural Communities,S01012312,Reston and Coldingham Moor Area,2c,Remoter communities,S02002305,Berwickshire East,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187658 +187658,S00095518,8c2,Ageing Rural Industry Workers,S01012298,Lauder - North,5e,Primary sector workers,S02002302,Lauder and Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187659 +187659,S00095554,1b3,Ageing Rural Flat Tenants,S01012321,Chirnside - East,5e,Primary sector workers,S02002307,Chirnside and Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187660 +187660,S00094859,1a3,Agricultural Communities,S01012312,Reston and Coldingham Moor Area,2c,Remoter communities,S02002305,Berwickshire East,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187661 +187661,S00095530,8c2,Ageing Rural Industry Workers,S01012306,Duns - West,5e,Primary sector workers,S02002304,Duns,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187662 +187662,S00095024,1b3,Ageing Rural Flat Tenants,S01012248,Stobo - Blyth Bridge - Skirling,2c,Remoter communities,S02002292,Tweeddale West Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187663 +187663,S00095655,6a2,Comfortable Suburbia,S01012274,Galashiels - N - Halliburton,5e,Primary sector workers,S02002297,Galashiels North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187664 +187664,S00095626,1a3,Agricultural Communities,S01012248,Stobo - Blyth Bridge - Skirling,2c,Remoter communities,S02002292,Tweeddale West Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187665 +187665,S00095105,8c2,Ageing Rural Industry Workers,S01012366,Hawick Central - Town Centre,5e,Primary sector workers,S02002317,Hawick Central,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187666 +187666,S00094860,1a3,Agricultural Communities,S01012310,St Abbs and Eyemouth Landward,2c,Remoter communities,S02002305,Berwickshire East,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187667 +187667,S00095558,1b3,Ageing Rural Flat Tenants,S01012309,Ayton,5e,Primary sector workers,S02002305,Berwickshire East,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187668 +187668,S00095678,6a2,Comfortable Suburbia,S01012260,Peebles - S - Victoria Park,5a,Ageing urban communities,S02002294,Peebles South,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187669 +187669,S00095535,8c2,Ageing Rural Industry Workers,S01012307,Duns - North,5e,Primary sector workers,S02002304,Duns,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187670 +187670,S00095041,1b3,Ageing Rural Flat Tenants,S01012354,Newcastleton,5e,Primary sector workers,S02002315,Denholm and Hermitage,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187671 +187671,S00094863,1a3,Agricultural Communities,S01012312,Reston and Coldingham Moor Area,2c,Remoter communities,S02002305,Berwickshire East,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187672 +187672,S00095560,1b3,Ageing Rural Flat Tenants,S01012309,Ayton,5e,Primary sector workers,S02002305,Berwickshire East,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187673 +187673,S00095539,8c2,Ageing Rural Industry Workers,S01012305,Duns - South,2d,Rural traits,S02002304,Duns,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187674 +187674,S00095679,6a2,Comfortable Suburbia,S01012257,Peebles - S - Gallow Hill,5e,Primary sector workers,S02002294,Peebles South,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187675 +187675,S00095634,1a3,Agricultural Communities,S01012356,Denholm,5e,Primary sector workers,S02002315,Denholm and Hermitage,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187676 +187676,S00095561,1b3,Ageing Rural Flat Tenants,S01012316,Eyemouth - Central,4b,Constrained renters,S02002306,Eyemouth,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187677 +187677,S00095717,6a2,Comfortable Suburbia,S01012340,Kelso S - Broomlands,5e,Primary sector workers,S02002311,Kelso South,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187678 +187678,S00095548,8c2,Ageing Rural Industry Workers,S01012321,Chirnside - East,5e,Primary sector workers,S02002307,Chirnside and Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187679 +187679,S00095042,1b3,Ageing Rural Flat Tenants,S01012354,Newcastleton,5e,Primary sector workers,S02002315,Denholm and Hermitage,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187680 +187680,S00094865,1a3,Agricultural Communities,S01012310,St Abbs and Eyemouth Landward,2c,Remoter communities,S02002305,Berwickshire East,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187681 +187681,S00095114,8c2,Ageing Rural Industry Workers,S01012364,Hawick Central - Trinity,4b,Constrained renters,S02002317,Hawick Central,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187682 +187682,S00094872,1a3,Agricultural Communities,S01012324,Birgham and Ladykirk Area,2c,Remoter communities,S02002308,Coldstream and Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187683 +187683,S00095043,1b3,Ageing Rural Flat Tenants,S01012354,Newcastleton,5e,Primary sector workers,S02002315,Denholm and Hermitage,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187684 +187684,S00095550,8c2,Ageing Rural Industry Workers,S01012320,Chirnside - West,5e,Primary sector workers,S02002307,Chirnside and Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187685 +187685,S00095698,1a3,Agricultural Communities,S01012303,Westruther and Polwarth Area,2c,Remoter communities,S02002303,Berwickshire Central,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187686 +187686,S00095728,6a2,Comfortable Suburbia,S01012256,Peebles - S - Calvalry Park,8c,Comfortable suburbia,S02002294,Peebles South,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187687 +187687,S00095115,8c2,Ageing Rural Industry Workers,S01012366,Hawick Central - Town Centre,5e,Primary sector workers,S02002317,Hawick Central,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187688 +187688,S00095589,1b3,Ageing Rural Flat Tenants,S01012311,Coldingham,2d,Rural traits,S02002305,Berwickshire East,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187689 +187689,S00094873,1a3,Agricultural Communities,S01012322,Whitsome Allanton and Hutton Area,2c,Remoter communities,S02002307,Chirnside and Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187690 +187690,S00095616,1b3,Ageing Rural Flat Tenants,S01012332,Smailholm Stitchill and Ednam Area,2c,Remoter communities,S02002309,Cheviot East,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187691 +187691,S00095704,1a3,Agricultural Communities,S01012322,Whitsome Allanton and Hutton Area,2c,Remoter communities,S02002307,Chirnside and Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187692 +187692,S00095121,8c2,Ageing Rural Industry Workers,S01012367,Hawick Central - Weensland,5e,Primary sector workers,S02002317,Hawick Central,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187693 +187693,S00095058,1b3,Ageing Rural Flat Tenants,S01012373,Hawick North - Wilton Hill,5e,Primary sector workers,S02002319,Hawick North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187694 +187694,S00094874,1a3,Agricultural Communities,S01012322,Whitsome Allanton and Hutton Area,2c,Remoter communities,S02002307,Chirnside and Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187695 +187695,S00095814,6a2,Comfortable Suburbia,S01012258,Peebles - S - Edderston Rd,8a,Affluent communities,S02002294,Peebles South,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187696 +187696,S00095586,8c2,Ageing Rural Industry Workers,S01012314,Eyemouth - Gunsgreen,5e,Primary sector workers,S02002306,Eyemouth,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187697 +187697,S00095621,1b3,Ageing Rural Flat Tenants,S01012341,Oxnam and Camptown Area,2c,Remoter communities,S02002312,Cheviot West,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187698 +187698,S00095708,1a3,Agricultural Communities,S01012299,Oxton and Area,2c,Remoter communities,S02002302,Lauder and Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187699 +187699,S00095714,1a3,Agricultural Communities,S01012332,Smailholm Stitchill and Ednam Area,2c,Remoter communities,S02002309,Cheviot East,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187700 +187700,S00095716,1a3,Agricultural Communities,S01012332,Smailholm Stitchill and Ednam Area,2c,Remoter communities,S02002309,Cheviot East,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187701 +187701,S00095718,1a3,Agricultural Communities,S01012343,Roxburgh Heiton Eckford Area,2c,Remoter communities,S02002312,Cheviot West,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187702 +187702,S00095721,1a3,Agricultural Communities,S01012341,Oxnam and Camptown Area,2c,Remoter communities,S02002312,Cheviot West,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187703 +187703,S00095729,1a3,Agricultural Communities,S01012262,Tweeddale East Landward,2c,Remoter communities,S02002295,Tweeddale East Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187704 +187704,S00095733,1a3,Agricultural Communities,S01012244,Carlops Romannobridge,2c,Remoter communities,S02002292,Tweeddale West Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187705 +187705,S00095735,1a3,Agricultural Communities,S01012248,Stobo - Blyth Bridge - Skirling,2c,Remoter communities,S02002292,Tweeddale West Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187706 +187706,S00095739,1a3,Agricultural Communities,S01012249,Broughton and Upper Tweed,2c,Remoter communities,S02002292,Tweeddale West Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187707 +187707,S00095822,1a3,Agricultural Communities,S01012305,Duns - South,2d,Rural traits,S02002304,Duns,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187708 +187708,S00095104,7c1,Challenged Transitionaries,S01012365,Hawick Central - Millers Knowes,5e,Primary sector workers,S02002317,Hawick Central,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187709 +187709,S00095138,7c1,Challenged Transitionaries,S01012371,Hawick West End - Crumhaugh,4b,Constrained renters,S02002318,Hawick West End,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187710 +187710,S00095153,7c1,Challenged Transitionaries,S01012353,Jedburgh - Abbey,4b,Constrained renters,S02002314,Jedburgh,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187711 +187711,S00095200,7c1,Challenged Transitionaries,S01012381,Selkirk - Town Centre,5e,Primary sector workers,S02002321,Selkirk,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187712 +187712,S00095272,7c1,Challenged Transitionaries,S01012280,Galashiels - W - Balmoral Rd,4a,Challenged white communities,S02002298,Galashiels West,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187713 +187713,S00095274,7c1,Challenged Transitionaries,S01012280,Galashiels - W - Balmoral Rd,4a,Challenged white communities,S02002298,Galashiels West,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187714 +187714,S00095280,7c1,Challenged Transitionaries,S01012281,Galashiels - W - Balmoral Pl,4b,Constrained renters,S02002298,Galashiels West,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187715 +187715,S00095285,7c1,Challenged Transitionaries,S01012281,Galashiels - W - Balmoral Pl,4b,Constrained renters,S02002298,Galashiels West,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187716 +187716,S00095303,7c1,Challenged Transitionaries,S01012276,Galashiels - N - Windyknowe,5a,Ageing urban communities,S02002297,Galashiels North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187717 +187717,S00095310,7c1,Challenged Transitionaries,S01012274,Galashiels - N - Halliburton,5e,Primary sector workers,S02002297,Galashiels North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187718 +187718,S00095327,7c1,Challenged Transitionaries,S01012287,Gala - Langlee - Central,4b,Constrained renters,S02002300,Langlee,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187719 +187719,S00095337,7c1,Challenged Transitionaries,S01012286,Gala - Langlee - East,4b,Constrained renters,S02002300,Langlee,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187720 +187720,S00095349,7c1,Challenged Transitionaries,S01012283,Galashiels - S - St Peters Sch,5a,Ageing urban communities,S02002299,Galashiels South,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187721 +187721,S00095410,7c1,Challenged Transitionaries,S01012265,Innerleithen - East,4a,Challenged white communities,S02002295,Tweeddale East Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187722 +187722,S00095421,7c1,Challenged Transitionaries,S01012263,Walkerburn,5e,Primary sector workers,S02002295,Tweeddale East Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187723 +187723,S00095494,7c1,Challenged Transitionaries,S01012325,Coldstream - West,2d,Rural traits,S02002308,Coldstream and Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187724 +187724,S00095653,7c1,Challenged Transitionaries,S01012274,Galashiels - N - Halliburton,5e,Primary sector workers,S02002297,Galashiels North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187725 +187725,S00095744,7c1,Challenged Transitionaries,S01012374,Hawick North - Stirtches,5e,Primary sector workers,S02002319,Hawick North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187726 +187726,S00095753,7c1,Challenged Transitionaries,S01012363,Hawick Central - Wellogate,4b,Constrained renters,S02002317,Hawick Central,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187727 +187727,S00095754,7c1,Challenged Transitionaries,S01012363,Hawick Central - Wellogate,4b,Constrained renters,S02002317,Hawick Central,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187728 +187728,S00095758,7c1,Challenged Transitionaries,S01012366,Hawick Central - Town Centre,5e,Primary sector workers,S02002317,Hawick Central,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187729 +187729,S00095763,7c1,Challenged Transitionaries,S01012380,Selkirk - Shawburn,5c,Comfortable neighbourhoods,S02002321,Selkirk,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187730 +187730,S00094891,6a2,Comfortable Suburbia,S01012273,Clovenfords and Area,2c,Remoter communities,S02002296,Earlston Stow and Clovernfords Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187731 +187731,S00094894,6a2,Comfortable Suburbia,S01012282,Galashiels - S - Netherdale,2a,Ageing rural neighbourhoods,S02002299,Galashiels South,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187732 +187732,S00094896,6a2,Comfortable Suburbia,S01012296,Lauder - South,2b,Prospering countryside life,S02002302,Lauder and Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187733 +187733,S00094897,6a2,Comfortable Suburbia,S01012298,Lauder - North,5e,Primary sector workers,S02002302,Lauder and Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187734 +187734,S00094899,6a2,Comfortable Suburbia,S01012296,Lauder - South,2b,Prospering countryside life,S02002302,Lauder and Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187735 +187735,S00094923,6a2,Comfortable Suburbia,S01012377,Bowden and Lindean Area,2c,Remoter communities,S02002320,Ettrick Yarrow and Liliesleaf Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187736 +187736,S00094948,6a2,Comfortable Suburbia,S01012331,Kelso S - Maxwellheugh,2d,Rural traits,S02002309,Cheviot East,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187737 +187737,S00094992,6a2,Comfortable Suburbia,S01012375,Hawick North - Silverbuthall,4a,Challenged white communities,S02002319,Hawick North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187738 +187738,S00095336,6a2,Comfortable Suburbia,S01012286,Gala - Langlee - East,4b,Constrained renters,S02002300,Langlee,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187739 +187739,S00095526,6a2,Comfortable Suburbia,S01012245,West Linton - Lower,5c,Comfortable neighbourhoods,S02002292,Tweeddale West Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187740 +187740,S00095594,6a2,Comfortable Suburbia,S01012245,West Linton - Lower,5c,Comfortable neighbourhoods,S02002292,Tweeddale West Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187741 +187741,S00095596,6a2,Comfortable Suburbia,S01012246,West Linton - Upper,2b,Prospering countryside life,S02002292,Tweeddale West Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187742 +187742,S00095618,6a2,Comfortable Suburbia,S01012343,Roxburgh Heiton Eckford Area,2c,Remoter communities,S02002312,Cheviot West,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187743 +187743,S00095128,8c2,Ageing Rural Industry Workers,S01012369,Hawick West End - Crumhaughill and Parkdaill,5e,Primary sector workers,S02002318,Hawick West End,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187744 +187744,S00094875,1a3,Agricultural Communities,S01012271,Heriot - Fountainhall - Stow Landward,2c,Remoter communities,S02002296,Earlston Stow and Clovernfords Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187745 +187745,S00095597,8c2,Ageing Rural Industry Workers,S01012306,Duns - West,5e,Primary sector workers,S02002304,Duns,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187746 +187746,S00095816,6a2,Comfortable Suburbia,S01012258,Peebles - S - Edderston Rd,8a,Affluent communities,S02002294,Peebles South,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187747 +187747,S00095060,1b3,Ageing Rural Flat Tenants,S01012374,Hawick North - Stirtches,5e,Primary sector workers,S02002319,Hawick North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187748 +187748,S00094877,1a3,Agricultural Communities,S01012271,Heriot - Fountainhall - Stow Landward,2c,Remoter communities,S02002296,Earlston Stow and Clovernfords Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187749 +187749,S00095129,8c2,Ageing Rural Industry Workers,S01012369,Hawick West End - Crumhaughill and Parkdaill,5e,Primary sector workers,S02002318,Hawick West End,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187750 +187750,S00095825,6a2,Comfortable Suburbia,S01012246,West Linton - Upper,2b,Prospering countryside life,S02002292,Tweeddale West Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187751 +187751,S00095599,8c2,Ageing Rural Industry Workers,S01012307,Duns - North,5e,Primary sector workers,S02002304,Duns,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187752 +187752,S00095632,1b3,Ageing Rural Flat Tenants,S01012356,Denholm,5e,Primary sector workers,S02002315,Denholm and Hermitage,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187753 +187753,S00095069,1b3,Ageing Rural Flat Tenants,S01012373,Hawick North - Wilton Hill,5e,Primary sector workers,S02002319,Hawick North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187754 +187754,S00095633,1b3,Ageing Rural Flat Tenants,S01012356,Denholm,5e,Primary sector workers,S02002315,Denholm and Hermitage,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187755 +187755,S00095642,1b3,Ageing Rural Flat Tenants,S01012328,Town Yetholm,2d,Rural traits,S02002309,Cheviot East,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187756 +187756,S00095644,1b3,Ageing Rural Flat Tenants,S01012347,St Boswells - East,5e,Primary sector workers,S02002313,St Boswells and Newtown Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187757 +187757,S00095646,1b3,Ageing Rural Flat Tenants,S01012345,Newtown St Boswells - North,5e,Primary sector workers,S02002313,St Boswells and Newtown Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187758 +187758,S00095683,1b3,Ageing Rural Flat Tenants,S01012300,Greenlaw,5e,Primary sector workers,S02002303,Berwickshire Central,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187759 +187759,S00095684,1b3,Ageing Rural Flat Tenants,S01012298,Lauder - North,5e,Primary sector workers,S02002302,Lauder and Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187760 +187760,S00095705,1b3,Ageing Rural Flat Tenants,S01012323,Foulden and Area,2c,Remoter communities,S02002307,Chirnside and Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187761 +187761,S00095712,1b3,Ageing Rural Flat Tenants,S01012347,St Boswells - East,5e,Primary sector workers,S02002313,St Boswells and Newtown Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187762 +187762,S00095713,1b3,Ageing Rural Flat Tenants,S01012346,Dryburgh Charlesfield Maxton Area,2a,Ageing rural neighbourhoods,S02002313,St Boswells and Newtown Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187763 +187763,S00095737,1b3,Ageing Rural Flat Tenants,S01012248,Stobo - Blyth Bridge - Skirling,2c,Remoter communities,S02002292,Tweeddale West Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187764 +187764,S00095740,1b3,Ageing Rural Flat Tenants,S01012368,Hawick West End - Wilton Dean,5a,Ageing urban communities,S02002318,Hawick West End,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187765 +187765,S00095745,1b3,Ageing Rural Flat Tenants,S01012374,Hawick North - Stirtches,5e,Primary sector workers,S02002319,Hawick North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187766 +187766,S00095746,1b3,Ageing Rural Flat Tenants,S01012374,Hawick North - Stirtches,5e,Primary sector workers,S02002319,Hawick North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187767 +187767,S00095750,1b3,Ageing Rural Flat Tenants,S01012373,Hawick North - Wilton Hill,5e,Primary sector workers,S02002319,Hawick North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187768 +187768,S00095756,1b3,Ageing Rural Flat Tenants,S01012365,Hawick Central - Millers Knowes,5e,Primary sector workers,S02002317,Hawick Central,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187769 +187769,S00095761,1b3,Ageing Rural Flat Tenants,S01012381,Selkirk - Town Centre,5e,Primary sector workers,S02002321,Selkirk,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187770 +187770,S00095765,1b3,Ageing Rural Flat Tenants,S01012348,St Boswells - West,2d,Rural traits,S02002313,St Boswells and Newtown Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187771 +187771,S00095766,1b3,Ageing Rural Flat Tenants,S01012348,St Boswells - West,2d,Rural traits,S02002313,St Boswells and Newtown Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187772 +187772,S00095773,1b3,Ageing Rural Flat Tenants,S01012345,Newtown St Boswells - North,5e,Primary sector workers,S02002313,St Boswells and Newtown Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187773 +187773,S00095776,1b3,Ageing Rural Flat Tenants,S01012344,Newtown St Boswells - South,5e,Primary sector workers,S02002313,St Boswells and Newtown Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187774 +187774,S00095783,1b3,Ageing Rural Flat Tenants,S01012277,Galashiels - N - Wood St,5e,Primary sector workers,S02002297,Galashiels North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187775 +187775,S00095808,1b3,Ageing Rural Flat Tenants,S01012266,Innerleithen - South,5e,Primary sector workers,S02002295,Tweeddale East Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187776 +187776,S00095813,1b3,Ageing Rural Flat Tenants,S01012259,Peebles - S - Caledonian-Springhill,8a,Affluent communities,S02002294,Peebles South,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187777 +187777,S00095820,1b3,Ageing Rural Flat Tenants,S01012325,Coldstream - West,2d,Rural traits,S02002308,Coldstream and Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187778 +187778,S00094806,8c2,Ageing Rural Industry Workers,S01012304,Gordon and Hume Area,2c,Remoter communities,S02002303,Berwickshire Central,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187779 +187779,S00094843,8c2,Ageing Rural Industry Workers,S01012301,Swinton Leithholm and Fogo Area,2c,Remoter communities,S02002303,Berwickshire Central,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187780 +187780,S00094854,8c2,Ageing Rural Industry Workers,S01012313,Cockburnspath and Area,2c,Remoter communities,S02002305,Berwickshire East,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187781 +187781,S00094869,8c2,Ageing Rural Industry Workers,S01012310,St Abbs and Eyemouth Landward,2c,Remoter communities,S02002305,Berwickshire East,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187782 +187782,S00094975,8c2,Ageing Rural Industry Workers,S01012342,Ancrum and Lanton Area,2c,Remoter communities,S02002312,Cheviot West,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187783 +187783,S00095038,8c2,Ageing Rural Industry Workers,S01012354,Newcastleton,5e,Primary sector workers,S02002315,Denholm and Hermitage,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187784 +187784,S00095039,8c2,Ageing Rural Industry Workers,S01012354,Newcastleton,5e,Primary sector workers,S02002315,Denholm and Hermitage,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187785 +187785,S00095040,8c2,Ageing Rural Industry Workers,S01012354,Newcastleton,5e,Primary sector workers,S02002315,Denholm and Hermitage,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187786 +187786,S00095045,8c2,Ageing Rural Industry Workers,S01012354,Newcastleton,5e,Primary sector workers,S02002315,Denholm and Hermitage,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187787 +187787,S00095046,8c2,Ageing Rural Industry Workers,S01012368,Hawick West End - Wilton Dean,5a,Ageing urban communities,S02002318,Hawick West End,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187788 +187788,S00095057,8c2,Ageing Rural Industry Workers,S01012375,Hawick North - Silverbuthall,4a,Challenged white communities,S02002319,Hawick North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187789 +187789,S00095059,8c2,Ageing Rural Industry Workers,S01012373,Hawick North - Wilton Hill,5e,Primary sector workers,S02002319,Hawick North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187790 +187790,S00095061,8c2,Ageing Rural Industry Workers,S01012374,Hawick North - Stirtches,5e,Primary sector workers,S02002319,Hawick North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187791 +187791,S00095062,8c2,Ageing Rural Industry Workers,S01012374,Hawick North - Stirtches,5e,Primary sector workers,S02002319,Hawick North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187792 +187792,S00095071,8c2,Ageing Rural Industry Workers,S01012360,Hawick - Burnfoot - Central,4b,Constrained renters,S02002316,Burnfoot,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187793 +187793,S00095073,8c2,Ageing Rural Industry Workers,S01012360,Hawick - Burnfoot - Central,4b,Constrained renters,S02002316,Burnfoot,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187794 +187794,S00095075,8c2,Ageing Rural Industry Workers,S01012359,Hawick - Burnfoot - South East,4a,Challenged white communities,S02002316,Burnfoot,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187795 +187795,S00094878,1a3,Agricultural Communities,S01012273,Clovenfords and Area,2c,Remoter communities,S02002296,Earlston Stow and Clovernfords Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187796 +187796,S00094881,1a3,Agricultural Communities,S01012297,Blainslie and Legerwood,2c,Remoter communities,S02002302,Lauder and Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187797 +187797,S00094882,1a3,Agricultural Communities,S01012297,Blainslie and Legerwood,2c,Remoter communities,S02002302,Lauder and Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187798 +187798,S00094883,1a3,Agricultural Communities,S01012271,Heriot - Fountainhall - Stow Landward,2c,Remoter communities,S02002296,Earlston Stow and Clovernfords Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187799 +187799,S00094885,1a3,Agricultural Communities,S01012271,Heriot - Fountainhall - Stow Landward,2c,Remoter communities,S02002296,Earlston Stow and Clovernfords Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187800 +187800,S00094892,1a3,Agricultural Communities,S01012379,Yarrow Water and Sunderland Area,2c,Remoter communities,S02002320,Ettrick Yarrow and Liliesleaf Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187801 +187801,S00094893,1a3,Agricultural Communities,S01012262,Tweeddale East Landward,2c,Remoter communities,S02002295,Tweeddale East Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187802 +187802,S00094901,1a3,Agricultural Communities,S01012299,Oxton and Area,2c,Remoter communities,S02002302,Lauder and Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187803 +187803,S00095100,1b3,Ageing Rural Flat Tenants,S01012365,Hawick Central - Millers Knowes,5e,Primary sector workers,S02002317,Hawick Central,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187804 +187804,S00094902,1a3,Agricultural Communities,S01012299,Oxton and Area,2c,Remoter communities,S02002302,Lauder and Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187805 +187805,S00095602,8c2,Ageing Rural Industry Workers,S01012318,Eyemouth - North,5e,Primary sector workers,S02002306,Eyemouth,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187806 +187806,S00095262,5b2,Communal Retirement,S01012292,Melrose - High Street,2a,Ageing rural neighbourhoods,S02002301,Melrose and Tweedbank Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187807 +187807,S00095102,1b3,Ageing Rural Flat Tenants,S01012365,Hawick Central - Millers Knowes,5e,Primary sector workers,S02002317,Hawick Central,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187808 +187808,S00095103,1b3,Ageing Rural Flat Tenants,S01012365,Hawick Central - Millers Knowes,5e,Primary sector workers,S02002317,Hawick Central,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187809 +187809,S00095116,1b3,Ageing Rural Flat Tenants,S01012364,Hawick Central - Trinity,4b,Constrained renters,S02002317,Hawick Central,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187810 +187810,S00095117,1b3,Ageing Rural Flat Tenants,S01012367,Hawick Central - Weensland,5e,Primary sector workers,S02002317,Hawick Central,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187811 +187811,S00095137,1b3,Ageing Rural Flat Tenants,S01012371,Hawick West End - Crumhaugh,4b,Constrained renters,S02002318,Hawick West End,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187812 +187812,S00095151,1b3,Ageing Rural Flat Tenants,S01012356,Denholm,5e,Primary sector workers,S02002315,Denholm and Hermitage,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187813 +187813,S00095154,1b3,Ageing Rural Flat Tenants,S01012353,Jedburgh - Abbey,4b,Constrained renters,S02002314,Jedburgh,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187814 +187814,S00095160,1b3,Ageing Rural Flat Tenants,S01012352,Jedburgh - West Central,5e,Primary sector workers,S02002314,Jedburgh,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187815 +187815,S00095173,1b3,Ageing Rural Flat Tenants,S01012350,Jedburgh - Doom Hill,5e,Primary sector workers,S02002314,Jedburgh,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187816 +187816,S00095192,1b3,Ageing Rural Flat Tenants,S01012382,Selkirk - Hillside Terrace,5c,Comfortable neighbourhoods,S02002321,Selkirk,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187817 +187817,S00095195,1b3,Ageing Rural Flat Tenants,S01012382,Selkirk - Hillside Terrace,5c,Comfortable neighbourhoods,S02002321,Selkirk,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187818 +187818,S00095196,1b3,Ageing Rural Flat Tenants,S01012382,Selkirk - Hillside Terrace,5c,Comfortable neighbourhoods,S02002321,Selkirk,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187819 +187819,S00095201,1b3,Ageing Rural Flat Tenants,S01012383,Selkirk - Shawpark,5a,Ageing urban communities,S02002321,Selkirk,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187820 +187820,S00095216,1b3,Ageing Rural Flat Tenants,S01012380,Selkirk - Shawburn,5c,Comfortable neighbourhoods,S02002321,Selkirk,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187821 +187821,S00095218,1b3,Ageing Rural Flat Tenants,S01012386,Selkirk - Bannerfield,4a,Challenged white communities,S02002321,Selkirk,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187822 +187822,S00095221,1b3,Ageing Rural Flat Tenants,S01012385,Selkirk - Heatherlie,5e,Primary sector workers,S02002321,Selkirk,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187823 +187823,S00095163,8c2,Ageing Rural Industry Workers,S01012351,Jedburgh - East Central,5e,Primary sector workers,S02002314,Jedburgh,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187824 +187824,S00095227,1b3,Ageing Rural Flat Tenants,S01012384,Selkirk - Dunsdale,5e,Primary sector workers,S02002321,Selkirk,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187825 +187825,S00095241,1b3,Ageing Rural Flat Tenants,S01012328,Town Yetholm,2d,Rural traits,S02002309,Cheviot East,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187826 +187826,S00095244,1b3,Ageing Rural Flat Tenants,S01012348,St Boswells - West,2d,Rural traits,S02002313,St Boswells and Newtown Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187827 +187827,S00095246,1b3,Ageing Rural Flat Tenants,S01012347,St Boswells - East,5e,Primary sector workers,S02002313,St Boswells and Newtown Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187828 +187828,S00095251,1b3,Ageing Rural Flat Tenants,S01012330,Kelso S - Pinnaclehill,2d,Rural traits,S02002309,Cheviot East,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187829 +187829,S00095252,1b3,Ageing Rural Flat Tenants,S01012331,Kelso S - Maxwellheugh,2d,Rural traits,S02002309,Cheviot East,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187830 +187830,S00095253,1b3,Ageing Rural Flat Tenants,S01012330,Kelso S - Pinnaclehill,2d,Rural traits,S02002309,Cheviot East,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187831 +187831,S00095259,1b3,Ageing Rural Flat Tenants,S01012291,Melrose - Dingleton Hill,5c,Comfortable neighbourhoods,S02002301,Melrose and Tweedbank Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187832 +187832,S00095301,1b3,Ageing Rural Flat Tenants,S01012276,Galashiels - N - Windyknowe,5a,Ageing urban communities,S02002297,Galashiels North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187833 +187833,S00095316,1b3,Ageing Rural Flat Tenants,S01012274,Galashiels - N - Halliburton,5e,Primary sector workers,S02002297,Galashiels North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187834 +187834,S00095321,1b3,Ageing Rural Flat Tenants,S01012285,Galashiels - S - Glenfield,5c,Comfortable neighbourhoods,S02002299,Galashiels South,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187835 +187835,S00095372,1b3,Ageing Rural Flat Tenants,S01012289,Gattonside - Darnick - Chiefswood,2a,Ageing rural neighbourhoods,S02002301,Melrose and Tweedbank Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187836 +187836,S00095394,1b3,Ageing Rural Flat Tenants,S01012338,Kelso S - Bowmont and Edenside,5e,Primary sector workers,S02002311,Kelso South,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187837 +187837,S00095413,1b3,Ageing Rural Flat Tenants,S01012266,Innerleithen - South,5e,Primary sector workers,S02002295,Tweeddale East Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187838 +187838,S00095415,1b3,Ageing Rural Flat Tenants,S01012266,Innerleithen - South,5e,Primary sector workers,S02002295,Tweeddale East Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187839 +187839,S00095486,1b3,Ageing Rural Flat Tenants,S01012257,Peebles - S - Gallow Hill,5e,Primary sector workers,S02002294,Peebles South,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187840 +187840,S00095488,1b3,Ageing Rural Flat Tenants,S01012257,Peebles - S - Gallow Hill,5e,Primary sector workers,S02002294,Peebles South,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187841 +187841,S00095498,1b3,Ageing Rural Flat Tenants,S01012327,Coldstream - East,5e,Primary sector workers,S02002308,Coldstream and Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187842 +187842,S00095509,1b3,Ageing Rural Flat Tenants,S01012300,Greenlaw,5e,Primary sector workers,S02002303,Berwickshire Central,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187843 +187843,S00095510,1b3,Ageing Rural Flat Tenants,S01012300,Greenlaw,5e,Primary sector workers,S02002303,Berwickshire Central,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187844 +187844,S00095512,1b3,Ageing Rural Flat Tenants,S01012300,Greenlaw,5e,Primary sector workers,S02002303,Berwickshire Central,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187845 +187845,S00095528,1b3,Ageing Rural Flat Tenants,S01012305,Duns - South,2d,Rural traits,S02002304,Duns,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187846 +187846,S00095537,1b3,Ageing Rural Flat Tenants,S01012307,Duns - North,5e,Primary sector workers,S02002304,Duns,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187847 +187847,S00095542,1b3,Ageing Rural Flat Tenants,S01012308,Duns - East,5e,Primary sector workers,S02002304,Duns,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187848 +187848,S00095552,1b3,Ageing Rural Flat Tenants,S01012320,Chirnside - West,5e,Primary sector workers,S02002307,Chirnside and Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187849 +187849,S00094903,1a3,Agricultural Communities,S01012297,Blainslie and Legerwood,2c,Remoter communities,S02002302,Lauder and Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187850 +187850,S00094905,1a3,Agricultural Communities,S01012268,Earlston and Melrose Landward,2c,Remoter communities,S02002296,Earlston Stow and Clovernfords Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187851 +187851,S00095166,8c2,Ageing Rural Industry Workers,S01012351,Jedburgh - East Central,5e,Primary sector workers,S02002314,Jedburgh,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187852 +187852,S00094906,1a3,Agricultural Communities,S01012268,Earlston and Melrose Landward,2c,Remoter communities,S02002296,Earlston Stow and Clovernfords Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187853 +187853,S00095167,8c2,Ageing Rural Industry Workers,S01012351,Jedburgh - East Central,5e,Primary sector workers,S02002314,Jedburgh,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187854 +187854,S00094907,1a3,Agricultural Communities,S01012268,Earlston and Melrose Landward,2c,Remoter communities,S02002296,Earlston Stow and Clovernfords Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187855 +187855,S00095177,8c2,Ageing Rural Industry Workers,S01012349,Jedburgh - Howden,5e,Primary sector workers,S02002314,Jedburgh,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187856 +187856,S00094912,1a3,Agricultural Communities,S01012376,Ashkirk Lilliesleaf and Midlem Area,2c,Remoter communities,S02002320,Ettrick Yarrow and Liliesleaf Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187857 +187857,S00095178,8c2,Ageing Rural Industry Workers,S01012349,Jedburgh - Howden,5e,Primary sector workers,S02002314,Jedburgh,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187858 +187858,S00094913,1a3,Agricultural Communities,S01012376,Ashkirk Lilliesleaf and Midlem Area,2c,Remoter communities,S02002320,Ettrick Yarrow and Liliesleaf Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187859 +187859,S00095179,8c2,Ageing Rural Industry Workers,S01012349,Jedburgh - Howden,5e,Primary sector workers,S02002314,Jedburgh,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187860 +187860,S00094914,1a3,Agricultural Communities,S01012376,Ashkirk Lilliesleaf and Midlem Area,2c,Remoter communities,S02002320,Ettrick Yarrow and Liliesleaf Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187861 +187861,S00094915,1a3,Agricultural Communities,S01012377,Bowden and Lindean Area,2c,Remoter communities,S02002320,Ettrick Yarrow and Liliesleaf Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187862 +187862,S00094919,1a3,Agricultural Communities,S01012268,Earlston and Melrose Landward,2c,Remoter communities,S02002296,Earlston Stow and Clovernfords Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187863 +187863,S00094927,1a3,Agricultural Communities,S01012376,Ashkirk Lilliesleaf and Midlem Area,2c,Remoter communities,S02002320,Ettrick Yarrow and Liliesleaf Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187864 +187864,S00094929,1a3,Agricultural Communities,S01012376,Ashkirk Lilliesleaf and Midlem Area,2c,Remoter communities,S02002320,Ettrick Yarrow and Liliesleaf Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187865 +187865,S00094930,1a3,Agricultural Communities,S01012377,Bowden and Lindean Area,2c,Remoter communities,S02002320,Ettrick Yarrow and Liliesleaf Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187866 +187866,S00094931,1a3,Agricultural Communities,S01012378,Ettrick Water and Bowhill Area,2c,Remoter communities,S02002320,Ettrick Yarrow and Liliesleaf Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187867 +187867,S00094932,1a3,Agricultural Communities,S01012379,Yarrow Water and Sunderland Area,2c,Remoter communities,S02002320,Ettrick Yarrow and Liliesleaf Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187868 +187868,S00094933,1a3,Agricultural Communities,S01012379,Yarrow Water and Sunderland Area,2c,Remoter communities,S02002320,Ettrick Yarrow and Liliesleaf Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187869 +187869,S00094934,1a3,Agricultural Communities,S01012379,Yarrow Water and Sunderland Area,2c,Remoter communities,S02002320,Ettrick Yarrow and Liliesleaf Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187870 +187870,S00094938,1a3,Agricultural Communities,S01012378,Ettrick Water and Bowhill Area,2c,Remoter communities,S02002320,Ettrick Yarrow and Liliesleaf Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187871 +187871,S00094939,1a3,Agricultural Communities,S01012378,Ettrick Water and Bowhill Area,2c,Remoter communities,S02002320,Ettrick Yarrow and Liliesleaf Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187872 +187872,S00094940,1a3,Agricultural Communities,S01012332,Smailholm Stitchill and Ednam Area,2c,Remoter communities,S02002309,Cheviot East,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187873 +187873,S00094941,1a3,Agricultural Communities,S01012332,Smailholm Stitchill and Ednam Area,2c,Remoter communities,S02002309,Cheviot East,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187874 +187874,S00094943,1a3,Agricultural Communities,S01012332,Smailholm Stitchill and Ednam Area,2c,Remoter communities,S02002309,Cheviot East,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187875 +187875,S00094951,1a3,Agricultural Communities,S01012333,Sprouston and Area,2c,Remoter communities,S02002309,Cheviot East,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187876 +187876,S00094953,1a3,Agricultural Communities,S01012343,Roxburgh Heiton Eckford Area,2c,Remoter communities,S02002312,Cheviot West,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187877 +187877,S00094954,1a3,Agricultural Communities,S01012329,Morebattle Hownam and Area,2c,Remoter communities,S02002309,Cheviot East,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187878 +187878,S00094955,1a3,Agricultural Communities,S01012333,Sprouston and Area,2c,Remoter communities,S02002309,Cheviot East,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187879 +187879,S00094959,1a3,Agricultural Communities,S01012329,Morebattle Hownam and Area,2c,Remoter communities,S02002309,Cheviot East,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187880 +187880,S00094960,1a3,Agricultural Communities,S01012329,Morebattle Hownam and Area,2c,Remoter communities,S02002309,Cheviot East,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187881 +187881,S00094961,1a3,Agricultural Communities,S01012333,Sprouston and Area,2c,Remoter communities,S02002309,Cheviot East,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187882 +187882,S00094962,1a3,Agricultural Communities,S01012333,Sprouston and Area,2c,Remoter communities,S02002309,Cheviot East,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187883 +187883,S00094963,1a3,Agricultural Communities,S01012333,Sprouston and Area,2c,Remoter communities,S02002309,Cheviot East,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187884 +187884,S00095659,8c2,Ageing Rural Industry Workers,S01012282,Galashiels - S - Netherdale,2a,Ageing rural neighbourhoods,S02002299,Galashiels South,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187885 +187885,S00095267,5b2,Communal Retirement,S01012292,Melrose - High Street,2a,Ageing rural neighbourhoods,S02002301,Melrose and Tweedbank Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187886 +187886,S00095182,8c2,Ageing Rural Industry Workers,S01012349,Jedburgh - Howden,5e,Primary sector workers,S02002314,Jedburgh,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187887 +187887,S00095183,8c2,Ageing Rural Industry Workers,S01012349,Jedburgh - Howden,5e,Primary sector workers,S02002314,Jedburgh,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187888 +187888,S00095184,8c2,Ageing Rural Industry Workers,S01012381,Selkirk - Town Centre,5e,Primary sector workers,S02002321,Selkirk,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187889 +187889,S00095197,8c2,Ageing Rural Industry Workers,S01012382,Selkirk - Hillside Terrace,5c,Comfortable neighbourhoods,S02002321,Selkirk,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187890 +187890,S00095203,8c2,Ageing Rural Industry Workers,S01012384,Selkirk - Dunsdale,5e,Primary sector workers,S02002321,Selkirk,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187891 +187891,S00095207,8c2,Ageing Rural Industry Workers,S01012380,Selkirk - Shawburn,5c,Comfortable neighbourhoods,S02002321,Selkirk,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187892 +187892,S00095209,8c2,Ageing Rural Industry Workers,S01012380,Selkirk - Shawburn,5c,Comfortable neighbourhoods,S02002321,Selkirk,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187893 +187893,S00095214,8c2,Ageing Rural Industry Workers,S01012380,Selkirk - Shawburn,5c,Comfortable neighbourhoods,S02002321,Selkirk,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187894 +187894,S00095300,5b2,Communal Retirement,S01012276,Galashiels - N - Windyknowe,5a,Ageing urban communities,S02002297,Galashiels North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187895 +187895,S00095233,8c2,Ageing Rural Industry Workers,S01012386,Selkirk - Bannerfield,4a,Challenged white communities,S02002321,Selkirk,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187896 +187896,S00095663,8c2,Ageing Rural Industry Workers,S01012312,Reston and Coldingham Moor Area,2c,Remoter communities,S02002305,Berwickshire East,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187897 +187897,S00095346,5b2,Communal Retirement,S01012278,Galashiels - W - Old Town,4b,Constrained renters,S02002298,Galashiels West,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187898 +187898,S00095235,8c2,Ageing Rural Industry Workers,S01012386,Selkirk - Bannerfield,4a,Challenged white communities,S02002321,Selkirk,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187899 +187899,S00095358,5b2,Communal Retirement,S01012282,Galashiels - S - Netherdale,2a,Ageing rural neighbourhoods,S02002299,Galashiels South,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187900 +187900,S00095670,8c2,Ageing Rural Industry Workers,S01012265,Innerleithen - East,4a,Challenged white communities,S02002295,Tweeddale East Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187901 +187901,S00095239,8c2,Ageing Rural Industry Workers,S01012328,Town Yetholm,2d,Rural traits,S02002309,Cheviot East,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187902 +187902,S00095441,5b2,Communal Retirement,S01012255,Peebles - N - Eastgate,5a,Ageing urban communities,S02002293,Peebles North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187903 +187903,S00095685,8c2,Ageing Rural Industry Workers,S01012375,Hawick North - Silverbuthall,4a,Challenged white communities,S02002319,Hawick North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187904 +187904,S00095243,8c2,Ageing Rural Industry Workers,S01012348,St Boswells - West,2d,Rural traits,S02002313,St Boswells and Newtown Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187905 +187905,S00095442,5b2,Communal Retirement,S01012255,Peebles - N - Eastgate,5a,Ageing urban communities,S02002293,Peebles North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187906 +187906,S00095050,7c2,Constrained Young Families,S01012372,Hawick North - Commercial Road,4b,Constrained renters,S02002319,Hawick North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187907 +187907,S00095055,7c2,Constrained Young Families,S01012372,Hawick North - Commercial Road,4b,Constrained renters,S02002319,Hawick North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187908 +187908,S00095063,7c2,Constrained Young Families,S01012375,Hawick North - Silverbuthall,4a,Challenged white communities,S02002319,Hawick North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187909 +187909,S00095064,7c2,Constrained Young Families,S01012375,Hawick North - Silverbuthall,4a,Challenged white communities,S02002319,Hawick North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187910 +187910,S00095065,7c2,Constrained Young Families,S01012375,Hawick North - Silverbuthall,4a,Challenged white communities,S02002319,Hawick North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187911 +187911,S00095155,7c2,Constrained Young Families,S01012353,Jedburgh - Abbey,4b,Constrained renters,S02002314,Jedburgh,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187912 +187912,S00095279,7c2,Constrained Young Families,S01012280,Galashiels - W - Balmoral Rd,4a,Challenged white communities,S02002298,Galashiels West,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187913 +187913,S00095323,7c2,Constrained Young Families,S01012288,Gala - Langlee - West,4b,Constrained renters,S02002300,Langlee,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187914 +187914,S00095324,7c2,Constrained Young Families,S01012288,Gala - Langlee - West,4b,Constrained renters,S02002300,Langlee,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187915 +187915,S00095326,7c2,Constrained Young Families,S01012288,Gala - Langlee - West,4b,Constrained renters,S02002300,Langlee,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187916 +187916,S00095329,7c2,Constrained Young Families,S01012287,Gala - Langlee - Central,4b,Constrained renters,S02002300,Langlee,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187917 +187917,S00095330,7c2,Constrained Young Families,S01012287,Gala - Langlee - Central,4b,Constrained renters,S02002300,Langlee,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187918 +187918,S00095409,7c2,Constrained Young Families,S01012265,Innerleithen - East,4a,Challenged white communities,S02002295,Tweeddale East Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187919 +187919,S00095471,7c2,Constrained Young Families,S01012251,Peebles - N - Connor St,4b,Constrained renters,S02002293,Peebles North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187920 +187920,S00095549,7c2,Constrained Young Families,S01012320,Chirnside - West,5e,Primary sector workers,S02002307,Chirnside and Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187921 +187921,S00095686,7c2,Constrained Young Families,S01012375,Hawick North - Silverbuthall,4a,Challenged white communities,S02002319,Hawick North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187922 +187922,S00095689,7c2,Constrained Young Families,S01012288,Gala - Langlee - West,4b,Constrained renters,S02002300,Langlee,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187923 +187923,S00095794,7c2,Constrained Young Families,S01012294,Tweedbank - North,5d,Endeavouring social renters,S02002301,Melrose and Tweedbank Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187924 +187924,S00095097,5b1,Delayed Retirement,S01012363,Hawick Central - Wellogate,4b,Constrained renters,S02002317,Hawick Central,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187925 +187925,S00095223,5b1,Delayed Retirement,S01012385,Selkirk - Heatherlie,5e,Primary sector workers,S02002321,Selkirk,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187926 +187926,S00095440,5b1,Delayed Retirement,S01012255,Peebles - N - Eastgate,5a,Ageing urban communities,S02002293,Peebles North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187927 +187927,S00095455,5b1,Delayed Retirement,S01012253,Peebles - N - Cuddyside,5e,Primary sector workers,S02002293,Peebles North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187928 +187928,S00095460,5b1,Delayed Retirement,S01012254,Peebles - N - March St,5e,Primary sector workers,S02002293,Peebles North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187929 +187929,S00095464,5b1,Delayed Retirement,S01012251,Peebles - N - Connor St,4b,Constrained renters,S02002293,Peebles North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187930 +187930,S00095611,5b1,Delayed Retirement,S01012291,Melrose - Dingleton Hill,5c,Comfortable neighbourhoods,S02002301,Melrose and Tweedbank Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187931 +187931,S00095669,5b1,Delayed Retirement,S01012267,Innerleithen - West,5a,Ageing urban communities,S02002295,Tweeddale East Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187932 +187932,S00095790,5b1,Delayed Retirement,S01012295,Tweedbank - East,5c,Comfortable neighbourhoods,S02002301,Melrose and Tweedbank Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187933 +187933,S00095320,8b1,Deprived Blue-Collar Terraces,S01012285,Galashiels - S - Glenfield,5c,Comfortable neighbourhoods,S02002299,Galashiels South,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187934 +187934,S00095365,8b1,Deprived Blue-Collar Terraces,S01012294,Tweedbank - North,5d,Endeavouring social renters,S02002301,Melrose and Tweedbank Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187935 +187935,S00095098,7b2,Deprived Neighbourhoods,S01012363,Hawick Central - Wellogate,4b,Constrained renters,S02002317,Hawick Central,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187936 +187936,S00095696,7b2,Deprived Neighbourhoods,S01012337,Kelso N - Poynder Park,4b,Constrained renters,S02002310,Kelso North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187937 +187937,S00094887,6a3,Detached Retirement Living,S01012273,Clovenfords and Area,2c,Remoter communities,S02002296,Earlston Stow and Clovernfords Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187938 +187938,S00095047,6a3,Detached Retirement Living,S01012368,Hawick West End - Wilton Dean,5a,Ageing urban communities,S02002318,Hawick West End,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187939 +187939,S00095126,6a3,Detached Retirement Living,S01012369,Hawick West End - Crumhaughill and Parkdaill,5e,Primary sector workers,S02002318,Hawick West End,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187940 +187940,S00095248,8c2,Ageing Rural Industry Workers,S01012345,Newtown St Boswells - North,5e,Primary sector workers,S02002313,St Boswells and Newtown Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187941 +187941,S00095255,8c2,Ageing Rural Industry Workers,S01012330,Kelso S - Pinnaclehill,2d,Rural traits,S02002309,Cheviot East,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187942 +187942,S00095270,8c2,Ageing Rural Industry Workers,S01012290,Melrose - Newstead,5e,Primary sector workers,S02002301,Melrose and Tweedbank Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187943 +187943,S00095273,8c2,Ageing Rural Industry Workers,S01012280,Galashiels - W - Balmoral Rd,4a,Challenged white communities,S02002298,Galashiels West,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187944 +187944,S00095275,8c2,Ageing Rural Industry Workers,S01012280,Galashiels - W - Balmoral Rd,4a,Challenged white communities,S02002298,Galashiels West,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187945 +187945,S00095277,8c2,Ageing Rural Industry Workers,S01012280,Galashiels - W - Balmoral Rd,4a,Challenged white communities,S02002298,Galashiels West,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187946 +187946,S00095338,8c2,Ageing Rural Industry Workers,S01012286,Gala - Langlee - East,4b,Constrained renters,S02002300,Langlee,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187947 +187947,S00095369,8c2,Ageing Rural Industry Workers,S01012293,Tweedbank - West,5c,Comfortable neighbourhoods,S02002301,Melrose and Tweedbank Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187948 +187948,S00095384,8c2,Ageing Rural Industry Workers,S01012336,Kelso N - Abbotseat,5e,Primary sector workers,S02002310,Kelso North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187949 +187949,S00095385,8c2,Ageing Rural Industry Workers,S01012336,Kelso N - Abbotseat,5e,Primary sector workers,S02002310,Kelso North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187950 +187950,S00095387,8c2,Ageing Rural Industry Workers,S01012335,Kelso N - Hendersyde Oakfield,5e,Primary sector workers,S02002310,Kelso North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187951 +187951,S00095396,8c2,Ageing Rural Industry Workers,S01012337,Kelso N - Poynder Park,4b,Constrained renters,S02002310,Kelso North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187952 +187952,S00095420,8c2,Ageing Rural Industry Workers,S01012263,Walkerburn,5e,Primary sector workers,S02002295,Tweeddale East Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187953 +187953,S00095427,8c2,Ageing Rural Industry Workers,S01012270,Earlston - East,5e,Primary sector workers,S02002296,Earlston Stow and Clovernfords Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187954 +187954,S00095428,8c2,Ageing Rural Industry Workers,S01012269,Earlston - West,5e,Primary sector workers,S02002296,Earlston Stow and Clovernfords Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187955 +187955,S00095433,8c2,Ageing Rural Industry Workers,S01012270,Earlston - East,5e,Primary sector workers,S02002296,Earlston Stow and Clovernfords Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187956 +187956,S00095434,8c2,Ageing Rural Industry Workers,S01012270,Earlston - East,5e,Primary sector workers,S02002296,Earlston Stow and Clovernfords Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187957 +187957,S00095449,8c2,Ageing Rural Industry Workers,S01012253,Peebles - N - Cuddyside,5e,Primary sector workers,S02002293,Peebles North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187958 +187958,S00095462,8c2,Ageing Rural Industry Workers,S01012251,Peebles - N - Connor St,4b,Constrained renters,S02002293,Peebles North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187959 +187959,S00095463,8c2,Ageing Rural Industry Workers,S01012251,Peebles - N - Connor St,4b,Constrained renters,S02002293,Peebles North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187960 +187960,S00095479,8c2,Ageing Rural Industry Workers,S01012260,Peebles - S - Victoria Park,5a,Ageing urban communities,S02002294,Peebles South,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187961 +187961,S00095482,8c2,Ageing Rural Industry Workers,S01012260,Peebles - S - Victoria Park,5a,Ageing urban communities,S02002294,Peebles South,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187962 +187962,S00095487,8c2,Ageing Rural Industry Workers,S01012257,Peebles - S - Gallow Hill,5e,Primary sector workers,S02002294,Peebles South,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187963 +187963,S00095489,8c2,Ageing Rural Industry Workers,S01012257,Peebles - S - Gallow Hill,5e,Primary sector workers,S02002294,Peebles South,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187964 +187964,S00095502,8c2,Ageing Rural Industry Workers,S01012326,Coldstream - South,4b,Constrained renters,S02002308,Coldstream and Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187965 +187965,S00095715,8c2,Ageing Rural Industry Workers,S01012340,Kelso S - Broomlands,5e,Primary sector workers,S02002311,Kelso South,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187966 +187966,S00095738,8c2,Ageing Rural Industry Workers,S01012249,Broughton and Upper Tweed,2c,Remoter communities,S02002292,Tweeddale West Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187967 +187967,S00095742,8c2,Ageing Rural Industry Workers,S01012375,Hawick North - Silverbuthall,4a,Challenged white communities,S02002319,Hawick North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187968 +187968,S00095748,8c2,Ageing Rural Industry Workers,S01012374,Hawick North - Stirtches,5e,Primary sector workers,S02002319,Hawick North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187969 +187969,S00095762,8c2,Ageing Rural Industry Workers,S01012381,Selkirk - Town Centre,5e,Primary sector workers,S02002321,Selkirk,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187970 +187970,S00095769,8c2,Ageing Rural Industry Workers,S01012344,Newtown St Boswells - South,5e,Primary sector workers,S02002313,St Boswells and Newtown Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187971 +187971,S00095770,8c2,Ageing Rural Industry Workers,S01012344,Newtown St Boswells - South,5e,Primary sector workers,S02002313,St Boswells and Newtown Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187972 +187972,S00095771,8c2,Ageing Rural Industry Workers,S01012344,Newtown St Boswells - South,5e,Primary sector workers,S02002313,St Boswells and Newtown Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187973 +187973,S00095782,8c2,Ageing Rural Industry Workers,S01012277,Galashiels - N - Wood St,5e,Primary sector workers,S02002297,Galashiels North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187974 +187974,S00095793,8c2,Ageing Rural Industry Workers,S01012295,Tweedbank - East,5c,Comfortable neighbourhoods,S02002301,Melrose and Tweedbank Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187975 +187975,S00095802,8c2,Ageing Rural Industry Workers,S01012335,Kelso N - Hendersyde Oakfield,5e,Primary sector workers,S02002310,Kelso North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187976 +187976,S00095826,8c2,Ageing Rural Industry Workers,S01012246,West Linton - Upper,2b,Prospering countryside life,S02002292,Tweeddale West Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187977 +187977,S00095827,8c2,Ageing Rural Industry Workers,S01012356,Denholm,5e,Primary sector workers,S02002315,Denholm and Hermitage,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187978 +187978,S00094804,1a3,Agricultural Communities,S01012304,Gordon and Hume Area,2c,Remoter communities,S02002303,Berwickshire Central,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187979 +187979,S00094809,1a3,Agricultural Communities,S01012303,Westruther and Polwarth Area,2c,Remoter communities,S02002303,Berwickshire Central,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187980 +187980,S00094811,1a3,Agricultural Communities,S01012304,Gordon and Hume Area,2c,Remoter communities,S02002303,Berwickshire Central,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187981 +187981,S00094812,1a3,Agricultural Communities,S01012303,Westruther and Polwarth Area,2c,Remoter communities,S02002303,Berwickshire Central,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187982 +187982,S00094813,1a3,Agricultural Communities,S01012303,Westruther and Polwarth Area,2c,Remoter communities,S02002303,Berwickshire Central,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187983 +187983,S00094814,1a3,Agricultural Communities,S01012301,Swinton Leithholm and Fogo Area,2c,Remoter communities,S02002303,Berwickshire Central,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187984 +187984,S00094817,1a3,Agricultural Communities,S01012302,Cranshaws - Abbey St Bathans Area,2c,Remoter communities,S02002303,Berwickshire Central,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187985 +187985,S00094818,1a3,Agricultural Communities,S01012302,Cranshaws - Abbey St Bathans Area,2c,Remoter communities,S02002303,Berwickshire Central,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187986 +187986,S00094819,1a3,Agricultural Communities,S01012313,Cockburnspath and Area,2c,Remoter communities,S02002305,Berwickshire East,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187987 +187987,S00094822,1a3,Agricultural Communities,S01012301,Swinton Leithholm and Fogo Area,2c,Remoter communities,S02002303,Berwickshire Central,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187988 +187988,S00094824,1a3,Agricultural Communities,S01012319,Preston and Manderston Area,2c,Remoter communities,S02002307,Chirnside and Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187989 +187989,S00094825,1a3,Agricultural Communities,S01012303,Westruther and Polwarth Area,2c,Remoter communities,S02002303,Berwickshire Central,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187990 +187990,S00094826,1a3,Agricultural Communities,S01012302,Cranshaws - Abbey St Bathans Area,2c,Remoter communities,S02002303,Berwickshire Central,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187991 +187991,S00094828,1a3,Agricultural Communities,S01012319,Preston and Manderston Area,2c,Remoter communities,S02002307,Chirnside and Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187992 +187992,S00094831,1a3,Agricultural Communities,S01012319,Preston and Manderston Area,2c,Remoter communities,S02002307,Chirnside and Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187993 +187993,S00094832,1a3,Agricultural Communities,S01012319,Preston and Manderston Area,2c,Remoter communities,S02002307,Chirnside and Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187994 +187994,S00094840,1a3,Agricultural Communities,S01012322,Whitsome Allanton and Hutton Area,2c,Remoter communities,S02002307,Chirnside and Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187995 +187995,S00094842,1a3,Agricultural Communities,S01012319,Preston and Manderston Area,2c,Remoter communities,S02002307,Chirnside and Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187996 +187996,S00094845,1a3,Agricultural Communities,S01012324,Birgham and Ladykirk Area,2c,Remoter communities,S02002308,Coldstream and Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187997 +187997,S00094846,1a3,Agricultural Communities,S01012324,Birgham and Ladykirk Area,2c,Remoter communities,S02002308,Coldstream and Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187998 +187998,S00094847,1a3,Agricultural Communities,S01012301,Swinton Leithholm and Fogo Area,2c,Remoter communities,S02002303,Berwickshire Central,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,187999 +187999,S00094849,1a3,Agricultural Communities,S01012324,Birgham and Ladykirk Area,2c,Remoter communities,S02002308,Coldstream and Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188000 +188000,S00094947,1b1,Rural Life,S01012343,Roxburgh Heiton Eckford Area,2c,Remoter communities,S02002312,Cheviot West,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188001 +188001,S00094949,1b1,Rural Life,S01012331,Kelso S - Maxwellheugh,2d,Rural traits,S02002309,Cheviot East,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188002 +188002,S00094974,1b1,Rural Life,S01012342,Ancrum and Lanton Area,2c,Remoter communities,S02002312,Cheviot West,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188003 +188003,S00095123,1b1,Rural Life,S01012367,Hawick Central - Weensland,5e,Primary sector workers,S02002317,Hawick Central,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188004 +188004,S00094888,1a4,Older Farming Communities,S01012273,Clovenfords and Area,2c,Remoter communities,S02002296,Earlston Stow and Clovernfords Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188005 +188005,S00095784,7b1,Eastern European Communities,S01012277,Galashiels - N - Wood St,5e,Primary sector workers,S02002297,Galashiels North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188006 +188006,S00095170,6a3,Detached Retirement Living,S01012350,Jedburgh - Doom Hill,5e,Primary sector workers,S02002314,Jedburgh,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188007 +188007,S00095181,1b1,Rural Life,S01012350,Jedburgh - Doom Hill,5e,Primary sector workers,S02002314,Jedburgh,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188008 +188008,S00095240,1b1,Rural Life,S01012328,Town Yetholm,2d,Rural traits,S02002309,Cheviot East,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188009 +188009,S00095379,1b1,Rural Life,S01012336,Kelso N - Abbotseat,5e,Primary sector workers,S02002310,Kelso North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188010 +188010,S00095390,1b1,Rural Life,S01012340,Kelso S - Broomlands,5e,Primary sector workers,S02002311,Kelso South,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188011 +188011,S00095431,1b1,Rural Life,S01012269,Earlston - West,5e,Primary sector workers,S02002296,Earlston Stow and Clovernfords Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188012 +188012,S00095461,1b1,Rural Life,S01012251,Peebles - N - Connor St,4b,Constrained renters,S02002293,Peebles North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188013 +188013,S00095519,1b1,Rural Life,S01012296,Lauder - South,2b,Prospering countryside life,S02002302,Lauder and Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188014 +188014,S00095587,1b1,Rural Life,S01012311,Coldingham,2d,Rural traits,S02002305,Berwickshire East,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188015 +188015,S00095590,1b1,Rural Life,S01012311,Coldingham,2d,Rural traits,S02002305,Berwickshire East,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188016 +188016,S00095606,1b1,Rural Life,S01012271,Heriot - Fountainhall - Stow Landward,2c,Remoter communities,S02002296,Earlston Stow and Clovernfords Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188017 +188017,S00095615,1b1,Rural Life,S01012340,Kelso S - Broomlands,5e,Primary sector workers,S02002311,Kelso South,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188018 +188018,S00095617,1b1,Rural Life,S01012343,Roxburgh Heiton Eckford Area,2c,Remoter communities,S02002312,Cheviot West,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188019 +188019,S00095640,1b1,Rural Life,S01012324,Birgham and Ladykirk Area,2c,Remoter communities,S02002308,Coldstream and Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188020 +188020,S00095699,1b1,Rural Life,S01012303,Westruther and Polwarth Area,2c,Remoter communities,S02002303,Berwickshire Central,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188021 +188021,S00095711,1b1,Rural Life,S01012348,St Boswells - West,2d,Rural traits,S02002313,St Boswells and Newtown Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188022 +188022,S00095726,1b1,Rural Life,S01012261,Cardrona,8c,Comfortable suburbia,S02002295,Tweeddale East Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188023 +188023,S00094820,1b2,Rural White-Collar Workers,S01012312,Reston and Coldingham Moor Area,2c,Remoter communities,S02002305,Berwickshire East,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188024 +188024,S00094837,1b2,Rural White-Collar Workers,S01012322,Whitsome Allanton and Hutton Area,2c,Remoter communities,S02002307,Chirnside and Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188025 +188025,S00095176,7c3,Outer City Hardship,S01012350,Jedburgh - Doom Hill,5e,Primary sector workers,S02002314,Jedburgh,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188026 +188026,S00095660,7d4,Retired City Hardship,S01012282,Galashiels - S - Netherdale,2a,Ageing rural neighbourhoods,S02002299,Galashiels South,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188027 +188027,S00094839,1b2,Rural White-Collar Workers,S01012322,Whitsome Allanton and Hutton Area,2c,Remoter communities,S02002307,Chirnside and Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188028 +188028,S00094844,1b2,Rural White-Collar Workers,S01012301,Swinton Leithholm and Fogo Area,2c,Remoter communities,S02002303,Berwickshire Central,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188029 +188029,S00094857,1b2,Rural White-Collar Workers,S01012313,Cockburnspath and Area,2c,Remoter communities,S02002305,Berwickshire East,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188030 +188030,S00094895,1b2,Rural White-Collar Workers,S01012282,Galashiels - S - Netherdale,2a,Ageing rural neighbourhoods,S02002299,Galashiels South,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188031 +188031,S00094904,1b2,Rural White-Collar Workers,S01012268,Earlston and Melrose Landward,2c,Remoter communities,S02002296,Earlston Stow and Clovernfords Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188032 +188032,S00094908,1b2,Rural White-Collar Workers,S01012346,Dryburgh Charlesfield Maxton Area,2a,Ageing rural neighbourhoods,S02002313,St Boswells and Newtown Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188033 +188033,S00094918,1b2,Rural White-Collar Workers,S01012289,Gattonside - Darnick - Chiefswood,2a,Ageing rural neighbourhoods,S02002301,Melrose and Tweedbank Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188034 +188034,S00094926,1b2,Rural White-Collar Workers,S01012346,Dryburgh Charlesfield Maxton Area,2a,Ageing rural neighbourhoods,S02002313,St Boswells and Newtown Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188035 +188035,S00094937,1b2,Rural White-Collar Workers,S01012378,Ettrick Water and Bowhill Area,2c,Remoter communities,S02002320,Ettrick Yarrow and Liliesleaf Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188036 +188036,S00094942,1b2,Rural White-Collar Workers,S01012332,Smailholm Stitchill and Ednam Area,2c,Remoter communities,S02002309,Cheviot East,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188037 +188037,S00094958,1b2,Rural White-Collar Workers,S01012329,Morebattle Hownam and Area,2c,Remoter communities,S02002309,Cheviot East,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188038 +188038,S00094964,1b2,Rural White-Collar Workers,S01012333,Sprouston and Area,2c,Remoter communities,S02002309,Cheviot East,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188039 +188039,S00094972,1b2,Rural White-Collar Workers,S01012343,Roxburgh Heiton Eckford Area,2c,Remoter communities,S02002312,Cheviot West,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188040 +188040,S00094973,1b2,Rural White-Collar Workers,S01012343,Roxburgh Heiton Eckford Area,2c,Remoter communities,S02002312,Cheviot West,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188041 +188041,S00095009,1b2,Rural White-Collar Workers,S01012244,Carlops Romannobridge,2c,Remoter communities,S02002292,Tweeddale West Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188042 +188042,S00095013,1b2,Rural White-Collar Workers,S01012261,Cardrona,8c,Comfortable suburbia,S02002295,Tweeddale East Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188043 +188043,S00095027,1b2,Rural White-Collar Workers,S01012244,Carlops Romannobridge,2c,Remoter communities,S02002292,Tweeddale West Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188044 +188044,S00095036,1b2,Rural White-Collar Workers,S01012249,Broughton and Upper Tweed,2c,Remoter communities,S02002292,Tweeddale West Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188045 +188045,S00095426,1b2,Rural White-Collar Workers,S01012269,Earlston - West,5e,Primary sector workers,S02002296,Earlston Stow and Clovernfords Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188046 +188046,S00095480,1b2,Rural White-Collar Workers,S01012260,Peebles - S - Victoria Park,5a,Ageing urban communities,S02002294,Peebles South,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188047 +188047,S00095514,1b2,Rural White-Collar Workers,S01012298,Lauder - North,5e,Primary sector workers,S02002302,Lauder and Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188048 +188048,S00095521,1b2,Rural White-Collar Workers,S01012296,Lauder - South,2b,Prospering countryside life,S02002302,Lauder and Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188049 +188049,S00095604,1b2,Rural White-Collar Workers,S01012271,Heriot - Fountainhall - Stow Landward,2c,Remoter communities,S02002296,Earlston Stow and Clovernfords Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188050 +188050,S00095641,1b2,Rural White-Collar Workers,S01012301,Swinton Leithholm and Fogo Area,2c,Remoter communities,S02002303,Berwickshire Central,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188051 +188051,S00095648,1b2,Rural White-Collar Workers,S01012331,Kelso S - Maxwellheugh,2d,Rural traits,S02002309,Cheviot East,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188052 +188052,S00095667,1b2,Rural White-Collar Workers,S01012310,St Abbs and Eyemouth Landward,2c,Remoter communities,S02002305,Berwickshire East,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188053 +188053,S00095585,8b2,Hard-Pressed Rented Terraces,S01012314,Eyemouth - Gunsgreen,5e,Primary sector workers,S02002306,Eyemouth,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188054 +188054,S00095732,1b2,Rural White-Collar Workers,S01012261,Cardrona,8c,Comfortable suburbia,S02002295,Tweeddale East Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188055 +188055,S00095736,1b2,Rural White-Collar Workers,S01012248,Stobo - Blyth Bridge - Skirling,2c,Remoter communities,S02002292,Tweeddale West Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188056 +188056,S00095796,5a3,Families in Terraces and Flats,S01012339,Kelso S - Abbey,5e,Primary sector workers,S02002311,Kelso South,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188057 +188057,S00095810,7b1,Eastern European Communities,S01012255,Peebles - N - Eastgate,5a,Ageing urban communities,S02002293,Peebles North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188058 +188058,S00095671,8b2,Hard-Pressed Rented Terraces,S01012265,Innerleithen - East,4a,Challenged white communities,S02002295,Tweeddale East Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188059 +188059,S00095191,6a3,Detached Retirement Living,S01012382,Selkirk - Hillside Terrace,5c,Comfortable neighbourhoods,S02002321,Selkirk,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188060 +188060,S00095109,7b3,Endeavouring Flat Dwellers,S01012366,Hawick Central - Town Centre,5e,Primary sector workers,S02002317,Hawick Central,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188061 +188061,S00095693,8b2,Hard-Pressed Rented Terraces,S01012335,Kelso N - Hendersyde Oakfield,5e,Primary sector workers,S02002310,Kelso North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188062 +188062,S00094950,1a4,Older Farming Communities,S01012333,Sprouston and Area,2c,Remoter communities,S02002309,Cheviot East,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188063 +188063,S00095111,7b3,Endeavouring Flat Dwellers,S01012364,Hawick Central - Trinity,4b,Constrained renters,S02002317,Hawick Central,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188064 +188064,S00095210,7c3,Outer City Hardship,S01012383,Selkirk - Shawpark,5a,Ageing urban communities,S02002321,Selkirk,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188065 +188065,S00095198,6a3,Detached Retirement Living,S01012382,Selkirk - Hillside Terrace,5c,Comfortable neighbourhoods,S02002321,Selkirk,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188066 +188066,S00095759,7d4,Retired City Hardship,S01012366,Hawick Central - Town Centre,5e,Primary sector workers,S02002317,Hawick Central,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188067 +188067,S00095290,7a2,Hampered Aspiration,S01012279,Galashiels - W - Thistle St,4b,Constrained renters,S02002298,Galashiels West,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188068 +188068,S00095132,7d3,Retired Communal City Dwellers,S01012371,Hawick West End - Crumhaugh,4b,Constrained renters,S02002318,Hawick West End,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188069 +188069,S00095208,6a3,Detached Retirement Living,S01012383,Selkirk - Shawpark,5a,Ageing urban communities,S02002321,Selkirk,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188070 +188070,S00095230,7c3,Outer City Hardship,S01012384,Selkirk - Dunsdale,5e,Primary sector workers,S02002321,Selkirk,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188071 +188071,S00094853,8a2,Industrious Hardship,S01012313,Cockburnspath and Area,2c,Remoter communities,S02002305,Berwickshire East,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188072 +188072,S00095112,7b3,Endeavouring Flat Dwellers,S01012364,Hawick Central - Trinity,4b,Constrained renters,S02002317,Hawick Central,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188073 +188073,S00094988,1a4,Older Farming Communities,S01012357,Minto Cauldmill and Boonraw Area,2c,Remoter communities,S02002315,Denholm and Hermitage,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188074 +188074,S00095136,7b3,Endeavouring Flat Dwellers,S01012371,Hawick West End - Crumhaugh,4b,Constrained renters,S02002318,Hawick West End,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188075 +188075,S00095078,8a2,Industrious Hardship,S01012359,Hawick - Burnfoot - South East,4a,Challenged white communities,S02002316,Burnfoot,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188076 +188076,S00095297,7a2,Hampered Aspiration,S01012279,Galashiels - W - Thistle St,4b,Constrained renters,S02002298,Galashiels West,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188077 +188077,S00094996,1a4,Older Farming Communities,S01012365,Hawick Central - Millers Knowes,5e,Primary sector workers,S02002317,Hawick Central,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188078 +188078,S00095249,7c3,Outer City Hardship,S01012344,Newtown St Boswells - South,5e,Primary sector workers,S02002313,St Boswells and Newtown Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188079 +188079,S00095211,7d3,Retired Communal City Dwellers,S01012383,Selkirk - Shawpark,5a,Ageing urban communities,S02002321,Selkirk,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188080 +188080,S00095254,6a3,Detached Retirement Living,S01012330,Kelso S - Pinnaclehill,2d,Rural traits,S02002309,Cheviot East,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188081 +188081,S00095140,7b3,Endeavouring Flat Dwellers,S01012371,Hawick West End - Crumhaugh,4b,Constrained renters,S02002318,Hawick West End,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188082 +188082,S00095080,8a2,Industrious Hardship,S01012359,Hawick - Burnfoot - South East,4a,Challenged white communities,S02002316,Burnfoot,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188083 +188083,S00095082,8a2,Industrious Hardship,S01012359,Hawick - Burnfoot - South East,4a,Challenged white communities,S02002316,Burnfoot,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188084 +188084,S00095088,8a2,Industrious Hardship,S01012361,Hawick - Burnfoot - West,4a,Challenged white communities,S02002316,Burnfoot,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188085 +188085,S00095152,8a2,Industrious Hardship,S01012356,Denholm,5e,Primary sector workers,S02002315,Denholm and Hermitage,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188086 +188086,S00095168,8a2,Industrious Hardship,S01012351,Jedburgh - East Central,5e,Primary sector workers,S02002314,Jedburgh,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188087 +188087,S00095175,8a2,Industrious Hardship,S01012349,Jedburgh - Howden,5e,Primary sector workers,S02002314,Jedburgh,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188088 +188088,S00095180,8a2,Industrious Hardship,S01012350,Jedburgh - Doom Hill,5e,Primary sector workers,S02002314,Jedburgh,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188089 +188089,S00095245,8a2,Industrious Hardship,S01012347,St Boswells - East,5e,Primary sector workers,S02002313,St Boswells and Newtown Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188090 +188090,S00095247,8a2,Industrious Hardship,S01012347,St Boswells - East,5e,Primary sector workers,S02002313,St Boswells and Newtown Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188091 +188091,S00095378,8a2,Industrious Hardship,S01012334,Kelso N - High Croft Orchard Park,5e,Primary sector workers,S02002310,Kelso North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188092 +188092,S00095383,8a2,Industrious Hardship,S01012334,Kelso N - High Croft Orchard Park,5e,Primary sector workers,S02002310,Kelso North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188093 +188093,S00095386,8a2,Industrious Hardship,S01012336,Kelso N - Abbotseat,5e,Primary sector workers,S02002310,Kelso North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188094 +188094,S00095430,8a2,Industrious Hardship,S01012269,Earlston - West,5e,Primary sector workers,S02002296,Earlston Stow and Clovernfords Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188095 +188095,S00095432,8a2,Industrious Hardship,S01012270,Earlston - East,5e,Primary sector workers,S02002296,Earlston Stow and Clovernfords Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188096 +188096,S00095495,8a2,Industrious Hardship,S01012325,Coldstream - West,2d,Rural traits,S02002308,Coldstream and Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188097 +188097,S00095497,8a2,Industrious Hardship,S01012327,Coldstream - East,5e,Primary sector workers,S02002308,Coldstream and Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188098 +188098,S00095532,8a2,Industrious Hardship,S01012306,Duns - West,5e,Primary sector workers,S02002304,Duns,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188099 +188099,S00095543,8a2,Industrious Hardship,S01012308,Duns - East,5e,Primary sector workers,S02002304,Duns,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188100 +188100,S00095544,8a2,Industrious Hardship,S01012308,Duns - East,5e,Primary sector workers,S02002304,Duns,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188101 +188101,S00095545,8a2,Industrious Hardship,S01012308,Duns - East,5e,Primary sector workers,S02002304,Duns,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188102 +188102,S00095546,8a2,Industrious Hardship,S01012320,Chirnside - West,5e,Primary sector workers,S02002307,Chirnside and Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188103 +188103,S00095547,8a2,Industrious Hardship,S01012321,Chirnside - East,5e,Primary sector workers,S02002307,Chirnside and Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188104 +188104,S00095551,8a2,Industrious Hardship,S01012320,Chirnside - West,5e,Primary sector workers,S02002307,Chirnside and Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188105 +188105,S00095556,8a2,Industrious Hardship,S01012309,Ayton,5e,Primary sector workers,S02002305,Berwickshire East,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188106 +188106,S00095557,8a2,Industrious Hardship,S01012309,Ayton,5e,Primary sector workers,S02002305,Berwickshire East,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188107 +188107,S00095568,8a2,Industrious Hardship,S01012318,Eyemouth - North,5e,Primary sector workers,S02002306,Eyemouth,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188108 +188108,S00095580,8a2,Industrious Hardship,S01012314,Eyemouth - Gunsgreen,5e,Primary sector workers,S02002306,Eyemouth,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188109 +188109,S00095581,8a2,Industrious Hardship,S01012314,Eyemouth - Gunsgreen,5e,Primary sector workers,S02002306,Eyemouth,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188110 +188110,S00095584,8a2,Industrious Hardship,S01012314,Eyemouth - Gunsgreen,5e,Primary sector workers,S02002306,Eyemouth,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188111 +188111,S00095600,8a2,Industrious Hardship,S01012308,Duns - East,5e,Primary sector workers,S02002304,Duns,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188112 +188112,S00095645,8a2,Industrious Hardship,S01012345,Newtown St Boswells - North,5e,Primary sector workers,S02002313,St Boswells and Newtown Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188113 +188113,S00095674,8a2,Industrious Hardship,S01012270,Earlston - East,5e,Primary sector workers,S02002296,Earlston Stow and Clovernfords Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188114 +188114,S00095743,8a2,Industrious Hardship,S01012375,Hawick North - Silverbuthall,4a,Challenged white communities,S02002319,Hawick North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188115 +188115,S00095768,8a2,Industrious Hardship,S01012347,St Boswells - East,5e,Primary sector workers,S02002313,St Boswells and Newtown Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188116 +188116,S00095774,8a2,Industrious Hardship,S01012345,Newtown St Boswells - North,5e,Primary sector workers,S02002313,St Boswells and Newtown Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188117 +188117,S00095800,8a2,Industrious Hardship,S01012334,Kelso N - High Croft Orchard Park,5e,Primary sector workers,S02002310,Kelso North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188118 +188118,S00094867,8a1,Industrious Transitions,S01012317,Eyemouth - South,5e,Primary sector workers,S02002306,Eyemouth,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188119 +188119,S00095187,8a1,Industrious Transitions,S01012381,Selkirk - Town Centre,5e,Primary sector workers,S02002321,Selkirk,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188120 +188120,S00095194,8a1,Industrious Transitions,S01012382,Selkirk - Hillside Terrace,5c,Comfortable neighbourhoods,S02002321,Selkirk,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188121 +188121,S00095381,8a1,Industrious Transitions,S01012336,Kelso N - Abbotseat,5e,Primary sector workers,S02002310,Kelso North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188122 +188122,S00095791,8a1,Industrious Transitions,S01012294,Tweedbank - North,5d,Endeavouring social renters,S02002301,Melrose and Tweedbank Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188123 +188123,S00095283,2c1,Migrant Families,S01012281,Galashiels - W - Balmoral Pl,4b,Constrained renters,S02002298,Galashiels West,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188124 +188124,S00095286,2c1,Migrant Families,S01012278,Galashiels - W - Old Town,4b,Constrained renters,S02002298,Galashiels West,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188125 +188125,S00095293,2c1,Migrant Families,S01012281,Galashiels - W - Balmoral Pl,4b,Constrained renters,S02002298,Galashiels West,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188126 +188126,S00095824,5a2,Multi-Ethnic Professionals with Families,S01012246,West Linton - Upper,2b,Prospering countryside life,S02002292,Tweeddale West Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188127 +188127,S00095265,7d3,Retired Communal City Dwellers,S01012292,Melrose - High Street,2a,Ageing rural neighbourhoods,S02002301,Melrose and Tweedbank Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188128 +188128,S00095284,7b3,Endeavouring Flat Dwellers,S01012278,Galashiels - W - Old Town,4b,Constrained renters,S02002298,Galashiels West,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188129 +188129,S00095368,6a3,Detached Retirement Living,S01012293,Tweedbank - West,5c,Comfortable neighbourhoods,S02002301,Melrose and Tweedbank Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188130 +188130,S00095250,7c3,Outer City Hardship,S01012345,Newtown St Boswells - North,5e,Primary sector workers,S02002313,St Boswells and Newtown Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188131 +188131,S00095340,7a2,Hampered Aspiration,S01012286,Gala - Langlee - East,4b,Constrained renters,S02002300,Langlee,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188132 +188132,S00095578,7d3,Retired Communal City Dwellers,S01012315,Eyemouth - Seafront Harbour,5e,Primary sector workers,S02002306,Eyemouth,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188133 +188133,S00095304,7b3,Endeavouring Flat Dwellers,S01012276,Galashiels - N - Windyknowe,5a,Ageing urban communities,S02002297,Galashiels North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188134 +188134,S00095278,7c3,Outer City Hardship,S01012281,Galashiels - W - Balmoral Pl,4b,Constrained renters,S02002298,Galashiels West,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188135 +188135,S00095370,6a3,Detached Retirement Living,S01012293,Tweedbank - West,5c,Comfortable neighbourhoods,S02002301,Melrose and Tweedbank Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188136 +188136,S00095048,1a4,Older Farming Communities,S01012368,Hawick West End - Wilton Dean,5a,Ageing urban communities,S02002318,Hawick West End,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188137 +188137,S00095665,7b3,Endeavouring Flat Dwellers,S01012339,Kelso S - Abbey,5e,Primary sector workers,S02002311,Kelso South,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188138 +188138,S00095052,1a4,Older Farming Communities,S01012368,Hawick West End - Wilton Dean,5a,Ageing urban communities,S02002318,Hawick West End,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188139 +188139,S00095049,7d2,Retired Independent City Dwellers,S01012372,Hawick North - Commercial Road,4b,Constrained renters,S02002319,Hawick North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188140 +188140,S00095687,7b3,Endeavouring Flat Dwellers,S01012291,Melrose - Dingleton Hill,5c,Comfortable neighbourhoods,S02002301,Melrose and Tweedbank Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188141 +188141,S00095118,1a4,Older Farming Communities,S01012367,Hawick Central - Weensland,5e,Primary sector workers,S02002317,Hawick Central,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188142 +188142,S00095397,6a3,Detached Retirement Living,S01012338,Kelso S - Bowmont and Edenside,5e,Primary sector workers,S02002311,Kelso South,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188143 +188143,S00095314,7c3,Outer City Hardship,S01012274,Galashiels - N - Halliburton,5e,Primary sector workers,S02002297,Galashiels North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188144 +188144,S00095445,7a2,Hampered Aspiration,S01012255,Peebles - N - Eastgate,5a,Ageing urban communities,S02002293,Peebles North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188145 +188145,S00095119,1a4,Older Farming Communities,S01012367,Hawick Central - Weensland,5e,Primary sector workers,S02002317,Hawick Central,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188146 +188146,S00095691,7b3,Endeavouring Flat Dwellers,S01012334,Kelso N - High Croft Orchard Park,5e,Primary sector workers,S02002310,Kelso North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188147 +188147,S00095053,7d2,Retired Independent City Dwellers,S01012372,Hawick North - Commercial Road,4b,Constrained renters,S02002319,Hawick North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188148 +188148,S00095354,7c3,Outer City Hardship,S01012284,Galashiels - S - Huddersfield,4b,Constrained renters,S02002299,Galashiels South,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188149 +188149,S00095454,7a2,Hampered Aspiration,S01012253,Peebles - N - Cuddyside,5e,Primary sector workers,S02002293,Peebles North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188150 +188150,S00095401,6a3,Detached Retirement Living,S01012266,Innerleithen - South,5e,Primary sector workers,S02002295,Tweeddale East Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188151 +188151,S00095127,1a4,Older Farming Communities,S01012369,Hawick West End - Crumhaughill and Parkdaill,5e,Primary sector workers,S02002318,Hawick West End,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188152 +188152,S00095764,7b3,Endeavouring Flat Dwellers,S01012380,Selkirk - Shawburn,5c,Comfortable neighbourhoods,S02002321,Selkirk,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188153 +188153,S00095144,7d2,Retired Independent City Dwellers,S01012370,Hawick Central - Drumlanrig,5e,Primary sector workers,S02002318,Hawick West End,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188154 +188154,S00094805,1a2,Established Farming Communities,S01012304,Gordon and Hume Area,2c,Remoter communities,S02002303,Berwickshire Central,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188155 +188155,S00095470,7a2,Hampered Aspiration,S01012251,Peebles - N - Connor St,4b,Constrained renters,S02002293,Peebles North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188156 +188156,S00095472,6a3,Detached Retirement Living,S01012258,Peebles - S - Edderston Rd,8a,Affluent communities,S02002294,Peebles South,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188157 +188157,S00095377,7c3,Outer City Hardship,S01012337,Kelso N - Poynder Park,4b,Constrained renters,S02002310,Kelso North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188158 +188158,S00095145,7d2,Retired Independent City Dwellers,S01012370,Hawick Central - Drumlanrig,5e,Primary sector workers,S02002318,Hawick West End,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188159 +188159,S00095206,1a4,Older Farming Communities,S01012383,Selkirk - Shawpark,5a,Ageing urban communities,S02002321,Selkirk,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188160 +188160,S00094886,1a2,Established Farming Communities,S01012262,Tweeddale East Landward,2c,Remoter communities,S02002295,Tweeddale East Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188161 +188161,S00095612,7a2,Hampered Aspiration,S01012291,Melrose - Dingleton Hill,5c,Comfortable neighbourhoods,S02002301,Melrose and Tweedbank Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188162 +188162,S00094890,1a2,Established Farming Communities,S01012273,Clovenfords and Area,2c,Remoter communities,S02002296,Earlston Stow and Clovernfords Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188163 +188163,S00095256,1a4,Older Farming Communities,S01012330,Kelso S - Pinnaclehill,2d,Rural traits,S02002309,Cheviot East,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188164 +188164,S00095156,7d2,Retired Independent City Dwellers,S01012353,Jedburgh - Abbey,4b,Constrained renters,S02002314,Jedburgh,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188165 +188165,S00095635,7a2,Hampered Aspiration,S01012353,Jedburgh - Abbey,4b,Constrained renters,S02002314,Jedburgh,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188166 +188166,S00095406,7c3,Outer City Hardship,S01012264,Innerleithen - North,5c,Comfortable neighbourhoods,S02002295,Tweeddale East Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188167 +188167,S00095474,6a3,Detached Retirement Living,S01012258,Peebles - S - Edderston Rd,8a,Affluent communities,S02002294,Peebles South,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188168 +188168,S00094898,1a2,Established Farming Communities,S01012297,Blainslie and Legerwood,2c,Remoter communities,S02002302,Lauder and Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188169 +188169,S00095319,1a4,Older Farming Communities,S01012285,Galashiels - S - Glenfield,5c,Comfortable neighbourhoods,S02002299,Galashiels South,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188170 +188170,S00095199,7d2,Retired Independent City Dwellers,S01012381,Selkirk - Town Centre,5e,Primary sector workers,S02002321,Selkirk,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188171 +188171,S00095778,7a2,Hampered Aspiration,S01012278,Galashiels - W - Old Town,4b,Constrained renters,S02002298,Galashiels West,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188172 +188172,S00095414,7c3,Outer City Hardship,S01012265,Innerleithen - East,4a,Challenged white communities,S02002295,Tweeddale East Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188173 +188173,S00095491,6a3,Detached Retirement Living,S01012256,Peebles - S - Calvalry Park,8c,Comfortable suburbia,S02002294,Peebles South,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188174 +188174,S00094921,1a2,Established Farming Communities,S01012268,Earlston and Melrose Landward,2c,Remoter communities,S02002296,Earlston Stow and Clovernfords Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188175 +188175,S00095362,1a4,Older Farming Communities,S01012283,Galashiels - S - St Peters Sch,5a,Ageing urban communities,S02002299,Galashiels South,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188176 +188176,S00095475,1a4,Older Farming Communities,S01012259,Peebles - S - Caledonian-Springhill,8a,Affluent communities,S02002294,Peebles South,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188177 +188177,S00095492,1a4,Older Farming Communities,S01012325,Coldstream - West,2d,Rural traits,S02002308,Coldstream and Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188178 +188178,S00095603,1a4,Older Farming Communities,S01012311,Coldingham,2d,Rural traits,S02002305,Berwickshire East,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188179 +188179,S00095638,1a4,Older Farming Communities,S01012352,Jedburgh - West Central,5e,Primary sector workers,S02002314,Jedburgh,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188180 +188180,S00095639,1a4,Older Farming Communities,S01012350,Jedburgh - Doom Hill,5e,Primary sector workers,S02002314,Jedburgh,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188181 +188181,S00095668,1a4,Older Farming Communities,S01012340,Kelso S - Broomlands,5e,Primary sector workers,S02002311,Kelso South,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188182 +188182,S00095819,1a4,Older Farming Communities,S01012327,Coldstream - East,5e,Primary sector workers,S02002308,Coldstream and Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188183 +188183,S00095823,1a4,Older Farming Communities,S01012305,Duns - South,2d,Rural traits,S02002304,Duns,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188184 +188184,S00095832,1a4,Older Farming Communities,S01012256,Peebles - S - Calvalry Park,8c,Comfortable suburbia,S02002294,Peebles South,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188185 +188185,S00095224,6b4,Older Workers and Retirement,S01012385,Selkirk - Heatherlie,5e,Primary sector workers,S02002321,Selkirk,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188186 +188186,S00095225,6b4,Older Workers and Retirement,S01012384,Selkirk - Dunsdale,5e,Primary sector workers,S02002321,Selkirk,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188187 +188187,S00095318,6b4,Older Workers and Retirement,S01012285,Galashiels - S - Glenfield,5c,Comfortable neighbourhoods,S02002299,Galashiels South,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188188 +188188,S00095348,6b4,Older Workers and Retirement,S01012283,Galashiels - S - St Peters Sch,5a,Ageing urban communities,S02002299,Galashiels South,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188189 +188189,S00095371,6b4,Older Workers and Retirement,S01012289,Gattonside - Darnick - Chiefswood,2a,Ageing rural neighbourhoods,S02002301,Melrose and Tweedbank Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188190 +188190,S00095376,6b4,Older Workers and Retirement,S01012337,Kelso N - Poynder Park,4b,Constrained renters,S02002310,Kelso North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188191 +188191,S00095458,6b4,Older Workers and Retirement,S01012254,Peebles - N - March St,5e,Primary sector workers,S02002293,Peebles North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188192 +188192,S00095559,6b4,Older Workers and Retirement,S01012309,Ayton,5e,Primary sector workers,S02002305,Berwickshire East,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188193 +188193,S00095570,6b4,Older Workers and Retirement,S01012315,Eyemouth - Seafront Harbour,5e,Primary sector workers,S02002306,Eyemouth,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188194 +188194,S00095767,6b4,Older Workers and Retirement,S01012347,St Boswells - East,5e,Primary sector workers,S02002313,St Boswells and Newtown Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188195 +188195,S00095785,6b4,Older Workers and Retirement,S01012282,Galashiels - S - Netherdale,2a,Ageing rural neighbourhoods,S02002299,Galashiels South,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188196 +188196,S00095786,6b4,Older Workers and Retirement,S01012282,Galashiels - S - Netherdale,2a,Ageing rural neighbourhoods,S02002299,Galashiels South,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188197 +188197,S00095051,7c3,Outer City Hardship,S01012372,Hawick North - Commercial Road,4b,Constrained renters,S02002319,Hawick North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188198 +188198,S00095056,7c3,Outer City Hardship,S01012373,Hawick North - Wilton Hill,5e,Primary sector workers,S02002319,Hawick North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188199 +188199,S00095070,7c3,Outer City Hardship,S01012361,Hawick - Burnfoot - West,4a,Challenged white communities,S02002316,Burnfoot,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188200 +188200,S00095113,7c3,Outer City Hardship,S01012364,Hawick Central - Trinity,4b,Constrained renters,S02002317,Hawick Central,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188201 +188201,S00095124,7c3,Outer City Hardship,S01012370,Hawick Central - Drumlanrig,5e,Primary sector workers,S02002318,Hawick West End,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188202 +188202,S00095130,7c3,Outer City Hardship,S01012371,Hawick West End - Crumhaugh,4b,Constrained renters,S02002318,Hawick West End,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188203 +188203,S00095131,7c3,Outer City Hardship,S01012369,Hawick West End - Crumhaughill and Parkdaill,5e,Primary sector workers,S02002318,Hawick West End,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188204 +188204,S00095141,7c3,Outer City Hardship,S01012370,Hawick Central - Drumlanrig,5e,Primary sector workers,S02002318,Hawick West End,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188205 +188205,S00095149,7c3,Outer City Hardship,S01012363,Hawick Central - Wellogate,4b,Constrained renters,S02002317,Hawick Central,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188206 +188206,S00095161,7c3,Outer City Hardship,S01012352,Jedburgh - West Central,5e,Primary sector workers,S02002314,Jedburgh,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188207 +188207,S00095162,7c3,Outer City Hardship,S01012352,Jedburgh - West Central,5e,Primary sector workers,S02002314,Jedburgh,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188208 +188208,S00095164,7c3,Outer City Hardship,S01012351,Jedburgh - East Central,5e,Primary sector workers,S02002314,Jedburgh,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188209 +188209,S00095165,7c3,Outer City Hardship,S01012351,Jedburgh - East Central,5e,Primary sector workers,S02002314,Jedburgh,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188210 +188210,S00095169,7c3,Outer City Hardship,S01012351,Jedburgh - East Central,5e,Primary sector workers,S02002314,Jedburgh,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188211 +188211,S00095171,7c3,Outer City Hardship,S01012353,Jedburgh - Abbey,4b,Constrained renters,S02002314,Jedburgh,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188212 +188212,S00095172,7c3,Outer City Hardship,S01012349,Jedburgh - Howden,5e,Primary sector workers,S02002314,Jedburgh,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188213 +188213,S00094925,1a2,Established Farming Communities,S01012348,St Boswells - West,2d,Rural traits,S02002313,St Boswells and Newtown Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188214 +188214,S00095779,7a2,Hampered Aspiration,S01012276,Galashiels - N - Windyknowe,5a,Ageing urban communities,S02002297,Galashiels North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188215 +188215,S00095500,6a3,Detached Retirement Living,S01012327,Coldstream - East,5e,Primary sector workers,S02002308,Coldstream and Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188216 +188216,S00095419,7c3,Outer City Hardship,S01012263,Walkerburn,5e,Primary sector workers,S02002295,Tweeddale East Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188217 +188217,S00094994,1a2,Established Farming Communities,S01012357,Minto Cauldmill and Boonraw Area,2c,Remoter communities,S02002315,Denholm and Hermitage,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188218 +188218,S00095515,6a3,Detached Retirement Living,S01012298,Lauder - North,5e,Primary sector workers,S02002302,Lauder and Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188219 +188219,S00095781,7a2,Hampered Aspiration,S01012275,Galashiels - N - Town Centre,1a,Cosmopolitan student neighbourhoods,S02002297,Galashiels North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188220 +188220,S00095829,7a2,Hampered Aspiration,S01012339,Kelso S - Abbey,5e,Primary sector workers,S02002311,Kelso South,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188221 +188221,S00095269,7d2,Retired Independent City Dwellers,S01012290,Melrose - Newstead,5e,Primary sector workers,S02002301,Melrose and Tweedbank Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188222 +188222,S00095564,6a3,Detached Retirement Living,S01012317,Eyemouth - South,5e,Primary sector workers,S02002306,Eyemouth,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188223 +188223,S00094995,1a2,Established Farming Communities,S01012357,Minto Cauldmill and Boonraw Area,2c,Remoter communities,S02002315,Denholm and Hermitage,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188224 +188224,S00095629,8d2,Hard-Pressed Ethnic Mix,S01012360,Hawick - Burnfoot - Central,4b,Constrained renters,S02002316,Burnfoot,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188225 +188225,S00095350,7d2,Retired Independent City Dwellers,S01012284,Galashiels - S - Huddersfield,4b,Constrained renters,S02002299,Galashiels South,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188226 +188226,S00095662,6a3,Detached Retirement Living,S01012282,Galashiels - S - Netherdale,2a,Ageing rural neighbourhoods,S02002299,Galashiels South,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188227 +188227,S00095423,7c3,Outer City Hardship,S01012263,Walkerburn,5e,Primary sector workers,S02002295,Tweeddale East Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188228 +188228,S00095010,1a2,Established Farming Communities,S01012262,Tweeddale East Landward,2c,Remoter communities,S02002295,Tweeddale East Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188229 +188229,S00094879,8d3,Hard-Pressed European Settlers,S01012279,Galashiels - W - Thistle St,4b,Constrained renters,S02002298,Galashiels West,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188230 +188230,S00095522,7d2,Retired Independent City Dwellers,S01012245,West Linton - Lower,5c,Comfortable neighbourhoods,S02002292,Tweeddale West Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188231 +188231,S00095577,7d2,Retired Independent City Dwellers,S01012315,Eyemouth - Seafront Harbour,5e,Primary sector workers,S02002306,Eyemouth,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188232 +188232,S00095658,7d2,Retired Independent City Dwellers,S01012282,Galashiels - S - Netherdale,2a,Ageing rural neighbourhoods,S02002299,Galashiels South,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188233 +188233,S00095681,7d2,Retired Independent City Dwellers,S01012326,Coldstream - South,4b,Constrained renters,S02002308,Coldstream and Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188234 +188234,S00095752,7d2,Retired Independent City Dwellers,S01012363,Hawick Central - Wellogate,4b,Constrained renters,S02002317,Hawick Central,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188235 +188235,S00095777,7d2,Retired Independent City Dwellers,S01012278,Galashiels - W - Old Town,4b,Constrained renters,S02002298,Galashiels West,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188236 +188236,S00094815,1c1,Rural Employment and Retirees,S01012302,Cranshaws - Abbey St Bathans Area,2c,Remoter communities,S02002303,Berwickshire Central,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188237 +188237,S00094833,1c1,Rural Employment and Retirees,S01012323,Foulden and Area,2c,Remoter communities,S02002307,Chirnside and Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188238 +188238,S00094850,1c1,Rural Employment and Retirees,S01012324,Birgham and Ladykirk Area,2c,Remoter communities,S02002308,Coldstream and Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188239 +188239,S00094916,1c1,Rural Employment and Retirees,S01012377,Bowden and Lindean Area,2c,Remoter communities,S02002320,Ettrick Yarrow and Liliesleaf Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188240 +188240,S00094920,1c1,Rural Employment and Retirees,S01012346,Dryburgh Charlesfield Maxton Area,2a,Ageing rural neighbourhoods,S02002313,St Boswells and Newtown Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188241 +188241,S00094980,1c1,Rural Employment and Retirees,S01012355,Teviothead and Hermitage Area,2c,Remoter communities,S02002315,Denholm and Hermitage,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188242 +188242,S00095007,1c1,Rural Employment and Retirees,S01012370,Hawick Central - Drumlanrig,5e,Primary sector workers,S02002318,Hawick West End,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188243 +188243,S00095014,1c1,Rural Employment and Retirees,S01012262,Tweeddale East Landward,2c,Remoter communities,S02002295,Tweeddale East Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188244 +188244,S00095134,1c1,Rural Employment and Retirees,S01012369,Hawick West End - Crumhaughill and Parkdaill,5e,Primary sector workers,S02002318,Hawick West End,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188245 +188245,S00095220,1c1,Rural Employment and Retirees,S01012385,Selkirk - Heatherlie,5e,Primary sector workers,S02002321,Selkirk,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188246 +188246,S00095592,1c1,Rural Employment and Retirees,S01012310,St Abbs and Eyemouth Landward,2c,Remoter communities,S02002305,Berwickshire East,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188247 +188247,S00095610,1c1,Rural Employment and Retirees,S01012289,Gattonside - Darnick - Chiefswood,2a,Ageing rural neighbourhoods,S02002301,Melrose and Tweedbank Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188248 +188248,S00095666,1c1,Rural Employment and Retirees,S01012312,Reston and Coldingham Moor Area,2c,Remoter communities,S02002305,Berwickshire East,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188249 +188249,S00095710,1c1,Rural Employment and Retirees,S01012346,Dryburgh Charlesfield Maxton Area,2a,Ageing rural neighbourhoods,S02002313,St Boswells and Newtown Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188250 +188250,S00095724,1c1,Rural Employment and Retirees,S01012250,Glentress and Manor Valley,2c,Remoter communities,S02002292,Tweeddale West Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188251 +188251,S00095734,1c1,Rural Employment and Retirees,S01012244,Carlops Romannobridge,2c,Remoter communities,S02002292,Tweeddale West Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188252 +188252,S00094808,1b1,Rural Life,S01012304,Gordon and Hume Area,2c,Remoter communities,S02002303,Berwickshire Central,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188253 +188253,S00094810,1b1,Rural Life,S01012304,Gordon and Hume Area,2c,Remoter communities,S02002303,Berwickshire Central,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188254 +188254,S00094816,1b1,Rural Life,S01012302,Cranshaws - Abbey St Bathans Area,2c,Remoter communities,S02002303,Berwickshire Central,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188255 +188255,S00094823,1b1,Rural Life,S01012319,Preston and Manderston Area,2c,Remoter communities,S02002307,Chirnside and Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188256 +188256,S00094829,1b1,Rural Life,S01012308,Duns - East,5e,Primary sector workers,S02002304,Duns,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188257 +188257,S00094830,1b1,Rural Life,S01012308,Duns - East,5e,Primary sector workers,S02002304,Duns,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188258 +188258,S00094841,1b1,Rural Life,S01012322,Whitsome Allanton and Hutton Area,2c,Remoter communities,S02002307,Chirnside and Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188259 +188259,S00094852,1b1,Rural Life,S01012313,Cockburnspath and Area,2c,Remoter communities,S02002305,Berwickshire East,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188260 +188260,S00094870,1b1,Rural Life,S01012310,St Abbs and Eyemouth Landward,2c,Remoter communities,S02002305,Berwickshire East,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188261 +188261,S00094876,1b1,Rural Life,S01012271,Heriot - Fountainhall - Stow Landward,2c,Remoter communities,S02002296,Earlston Stow and Clovernfords Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188262 +188262,S00094900,1b1,Rural Life,S01012296,Lauder - South,2b,Prospering countryside life,S02002302,Lauder and Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188263 +188263,S00094922,1b1,Rural Life,S01012377,Bowden and Lindean Area,2c,Remoter communities,S02002320,Ettrick Yarrow and Liliesleaf Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188264 +188264,S00094944,1b1,Rural Life,S01012332,Smailholm Stitchill and Ednam Area,2c,Remoter communities,S02002309,Cheviot East,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188265 +188265,S00094945,1b1,Rural Life,S01012333,Sprouston and Area,2c,Remoter communities,S02002309,Cheviot East,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188266 +188266,S00095019,1a2,Established Farming Communities,S01012247,Eddleston and Area,2a,Ageing rural neighbourhoods,S02002292,Tweeddale West Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188267 +188267,S00095028,1a2,Established Farming Communities,S01012244,Carlops Romannobridge,2c,Remoter communities,S02002292,Tweeddale West Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188268 +188268,S00095029,1a2,Established Farming Communities,S01012244,Carlops Romannobridge,2c,Remoter communities,S02002292,Tweeddale West Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188269 +188269,S00095459,7c3,Outer City Hardship,S01012251,Peebles - N - Connor St,4b,Constrained renters,S02002293,Peebles North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188270 +188270,S00095125,1a2,Established Farming Communities,S01012369,Hawick West End - Crumhaughill and Parkdaill,5e,Primary sector workers,S02002318,Hawick West End,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188271 +188271,S00095257,1a2,Established Farming Communities,S01012291,Melrose - Dingleton Hill,5c,Comfortable neighbourhoods,S02002301,Melrose and Tweedbank Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188272 +188272,S00095465,7c3,Outer City Hardship,S01012252,Peebles North - Dalatho,5e,Primary sector workers,S02002293,Peebles North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188273 +188273,S00095408,1a2,Established Farming Communities,S01012264,Innerleithen - North,5c,Comfortable neighbourhoods,S02002295,Tweeddale East Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188274 +188274,S00095469,7c3,Outer City Hardship,S01012251,Peebles - N - Connor St,4b,Constrained renters,S02002293,Peebles North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188275 +188275,S00095672,6a3,Detached Retirement Living,S01012269,Earlston - West,5e,Primary sector workers,S02002296,Earlston Stow and Clovernfords Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188276 +188276,S00095425,1a2,Established Farming Communities,S01012269,Earlston - West,5e,Primary sector workers,S02002296,Earlston Stow and Clovernfords Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188277 +188277,S00095703,6a3,Detached Retirement Living,S01012322,Whitsome Allanton and Hutton Area,2c,Remoter communities,S02002307,Chirnside and Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188278 +188278,S00095499,7c3,Outer City Hardship,S01012327,Coldstream - East,5e,Primary sector workers,S02002308,Coldstream and Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188279 +188279,S00095473,1a2,Established Farming Communities,S01012258,Peebles - S - Edderston Rd,8a,Affluent communities,S02002294,Peebles South,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188280 +188280,S00095731,6a3,Detached Retirement Living,S01012261,Cardrona,8c,Comfortable suburbia,S02002295,Tweeddale East Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188281 +188281,S00095538,7c3,Outer City Hardship,S01012306,Duns - West,5e,Primary sector workers,S02002304,Duns,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188282 +188282,S00095516,1a2,Established Farming Communities,S01012298,Lauder - North,5e,Primary sector workers,S02002302,Lauder and Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188283 +188283,S00095591,1a2,Established Farming Communities,S01012311,Coldingham,2d,Rural traits,S02002305,Berwickshire East,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188284 +188284,S00095595,1a2,Established Farming Communities,S01012246,West Linton - Upper,2b,Prospering countryside life,S02002292,Tweeddale West Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188285 +188285,S00095605,1a2,Established Farming Communities,S01012271,Heriot - Fountainhall - Stow Landward,2c,Remoter communities,S02002296,Earlston Stow and Clovernfords Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188286 +188286,S00095624,1a2,Established Farming Communities,S01012262,Tweeddale East Landward,2c,Remoter communities,S02002295,Tweeddale East Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188287 +188287,S00095700,1a2,Established Farming Communities,S01012303,Westruther and Polwarth Area,2c,Remoter communities,S02002303,Berwickshire Central,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188288 +188288,S00095701,1a2,Established Farming Communities,S01012323,Foulden and Area,2c,Remoter communities,S02002307,Chirnside and Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188289 +188289,S00095702,1a2,Established Farming Communities,S01012323,Foulden and Area,2c,Remoter communities,S02002307,Chirnside and Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188290 +188290,S00095706,1a2,Established Farming Communities,S01012323,Foulden and Area,2c,Remoter communities,S02002307,Chirnside and Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188291 +188291,S00095707,1a2,Established Farming Communities,S01012323,Foulden and Area,2c,Remoter communities,S02002307,Chirnside and Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188292 +188292,S00095709,1a2,Established Farming Communities,S01012299,Oxton and Area,2c,Remoter communities,S02002302,Lauder and Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188293 +188293,S00095720,1a2,Established Farming Communities,S01012341,Oxnam and Camptown Area,2c,Remoter communities,S02002312,Cheviot West,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188294 +188294,S00095723,1a2,Established Farming Communities,S01012250,Glentress and Manor Valley,2c,Remoter communities,S02002292,Tweeddale West Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188295 +188295,S00095099,5a3,Families in Terraces and Flats,S01012365,Hawick Central - Millers Knowes,5e,Primary sector workers,S02002317,Hawick Central,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188296 +188296,S00095212,5a3,Families in Terraces and Flats,S01012383,Selkirk - Shawpark,5a,Ageing urban communities,S02002321,Selkirk,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188297 +188297,S00095311,5a3,Families in Terraces and Flats,S01012277,Galashiels - N - Wood St,5e,Primary sector workers,S02002297,Galashiels North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188298 +188298,S00095356,5a3,Families in Terraces and Flats,S01012284,Galashiels - S - Huddersfield,4b,Constrained renters,S02002299,Galashiels South,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188299 +188299,S00095395,5a3,Families in Terraces and Flats,S01012338,Kelso S - Bowmont and Edenside,5e,Primary sector workers,S02002311,Kelso South,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188300 +188300,S00095439,5a3,Families in Terraces and Flats,S01012255,Peebles - N - Eastgate,5a,Ageing urban communities,S02002293,Peebles North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188301 +188301,S00095447,5a3,Families in Terraces and Flats,S01012254,Peebles - N - March St,5e,Primary sector workers,S02002293,Peebles North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188302 +188302,S00095079,8d3,Hard-Pressed European Settlers,S01012360,Hawick - Burnfoot - Central,4b,Constrained renters,S02002316,Burnfoot,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188303 +188303,S00095562,7c3,Outer City Hardship,S01012317,Eyemouth - South,5e,Primary sector workers,S02002306,Eyemouth,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188304 +188304,S00095573,7c3,Outer City Hardship,S01012316,Eyemouth - Central,4b,Constrained renters,S02002306,Eyemouth,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188305 +188305,S00095574,7c3,Outer City Hardship,S01012316,Eyemouth - Central,4b,Constrained renters,S02002306,Eyemouth,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188306 +188306,S00095576,7c3,Outer City Hardship,S01012315,Eyemouth - Seafront Harbour,5e,Primary sector workers,S02002306,Eyemouth,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188307 +188307,S00095631,7c3,Outer City Hardship,S01012370,Hawick Central - Drumlanrig,5e,Primary sector workers,S02002318,Hawick West End,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188308 +188308,S00095637,7c3,Outer City Hardship,S01012352,Jedburgh - West Central,5e,Primary sector workers,S02002314,Jedburgh,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188309 +188309,S00095643,7c3,Outer City Hardship,S01012328,Town Yetholm,2d,Rural traits,S02002309,Cheviot East,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188310 +188310,S00095657,7c3,Outer City Hardship,S01012287,Gala - Langlee - Central,4b,Constrained renters,S02002300,Langlee,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188311 +188311,S00095747,7c3,Outer City Hardship,S01012374,Hawick North - Stirtches,5e,Primary sector workers,S02002319,Hawick North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188312 +188312,S00095749,7c3,Outer City Hardship,S01012374,Hawick North - Stirtches,5e,Primary sector workers,S02002319,Hawick North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188313 +188313,S00095757,7c3,Outer City Hardship,S01012365,Hawick Central - Millers Knowes,5e,Primary sector workers,S02002317,Hawick Central,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188314 +188314,S00095775,7c3,Outer City Hardship,S01012344,Newtown St Boswells - South,5e,Primary sector workers,S02002313,St Boswells and Newtown Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188315 +188315,S00095807,7c3,Outer City Hardship,S01012264,Innerleithen - North,5c,Comfortable neighbourhoods,S02002295,Tweeddale East Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188316 +188316,S00095081,8d3,Hard-Pressed European Settlers,S01012362,Hawick - Burnfoot - North,4b,Constrained renters,S02002316,Burnfoot,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188317 +188317,S00095821,6a3,Detached Retirement Living,S01012325,Coldstream - West,2d,Rural traits,S02002308,Coldstream and Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188318 +188318,S00095809,7c3,Outer City Hardship,S01012266,Innerleithen - South,5e,Primary sector workers,S02002295,Tweeddale East Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188319 +188319,S00094856,1c3,Detached Rural Retirement,S01012313,Cockburnspath and Area,2c,Remoter communities,S02002305,Berwickshire East,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188320 +188320,S00095084,8d3,Hard-Pressed European Settlers,S01012359,Hawick - Burnfoot - South East,4a,Challenged white communities,S02002316,Burnfoot,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188321 +188321,S00094982,1c3,Detached Rural Retirement,S01012357,Minto Cauldmill and Boonraw Area,2c,Remoter communities,S02002315,Denholm and Hermitage,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188322 +188322,S00095812,7c3,Outer City Hardship,S01012252,Peebles North - Dalatho,5e,Primary sector workers,S02002293,Peebles North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188323 +188323,S00095085,8d3,Hard-Pressed European Settlers,S01012362,Hawick - Burnfoot - North,4b,Constrained renters,S02002316,Burnfoot,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188324 +188324,S00095030,1c3,Detached Rural Retirement,S01012247,Eddleston and Area,2a,Ageing rural neighbourhoods,S02002292,Tweeddale West Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188325 +188325,S00095344,2c3,Professional Service Cosmopolitans,S01012278,Galashiels - W - Old Town,4b,Constrained renters,S02002298,Galashiels West,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188326 +188326,S00095086,8d3,Hard-Pressed European Settlers,S01012362,Hawick - Burnfoot - North,4b,Constrained renters,S02002316,Burnfoot,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188327 +188327,S00095090,8d3,Hard-Pressed European Settlers,S01012362,Hawick - Burnfoot - North,4b,Constrained renters,S02002316,Burnfoot,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188328 +188328,S00095091,8d3,Hard-Pressed European Settlers,S01012362,Hawick - Burnfoot - North,4b,Constrained renters,S02002316,Burnfoot,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188329 +188329,S00095093,8d3,Hard-Pressed European Settlers,S01012361,Hawick - Burnfoot - West,4a,Challenged white communities,S02002316,Burnfoot,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188330 +188330,S00095496,8d3,Hard-Pressed European Settlers,S01012327,Coldstream - East,5e,Primary sector workers,S02002308,Coldstream and Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188331 +188331,S00095565,8d3,Hard-Pressed European Settlers,S01012318,Eyemouth - North,5e,Primary sector workers,S02002306,Eyemouth,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188332 +188332,S00095569,8d3,Hard-Pressed European Settlers,S01012316,Eyemouth - Central,4b,Constrained renters,S02002306,Eyemouth,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188333 +188333,S00095583,8d3,Hard-Pressed European Settlers,S01012314,Eyemouth - Gunsgreen,5e,Primary sector workers,S02002306,Eyemouth,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188334 +188334,S00095688,8d3,Hard-Pressed European Settlers,S01012291,Melrose - Dingleton Hill,5c,Comfortable neighbourhoods,S02002301,Melrose and Tweedbank Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188335 +188335,S00095727,8d3,Hard-Pressed European Settlers,S01012256,Peebles - S - Calvalry Park,8c,Comfortable suburbia,S02002294,Peebles South,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188336 +188336,S00095193,8b2,Hard-Pressed Rented Terraces,S01012382,Selkirk - Hillside Terrace,5c,Comfortable neighbourhoods,S02002321,Selkirk,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188337 +188337,S00095215,8b2,Hard-Pressed Rented Terraces,S01012380,Selkirk - Shawburn,5c,Comfortable neighbourhoods,S02002321,Selkirk,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188338 +188338,S00095237,8b2,Hard-Pressed Rented Terraces,S01012386,Selkirk - Bannerfield,4a,Challenged white communities,S02002321,Selkirk,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188339 +188339,S00095282,8b2,Hard-Pressed Rented Terraces,S01012281,Galashiels - W - Balmoral Pl,4b,Constrained renters,S02002298,Galashiels West,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188340 +188340,S00095307,8b2,Hard-Pressed Rented Terraces,S01012276,Galashiels - N - Windyknowe,5a,Ageing urban communities,S02002297,Galashiels North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188341 +188341,S00095308,8b2,Hard-Pressed Rented Terraces,S01012277,Galashiels - N - Wood St,5e,Primary sector workers,S02002297,Galashiels North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188342 +188342,S00095325,8b2,Hard-Pressed Rented Terraces,S01012288,Gala - Langlee - West,4b,Constrained renters,S02002300,Langlee,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188343 +188343,S00095334,8b2,Hard-Pressed Rented Terraces,S01012286,Gala - Langlee - East,4b,Constrained renters,S02002300,Langlee,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188344 +188344,S00095339,8b2,Hard-Pressed Rented Terraces,S01012286,Gala - Langlee - East,4b,Constrained renters,S02002300,Langlee,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188345 +188345,S00095363,8b2,Hard-Pressed Rented Terraces,S01012294,Tweedbank - North,5d,Endeavouring social renters,S02002301,Melrose and Tweedbank Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188346 +188346,S00095366,8b2,Hard-Pressed Rented Terraces,S01012294,Tweedbank - North,5d,Endeavouring social renters,S02002301,Melrose and Tweedbank Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188347 +188347,S00095367,8b2,Hard-Pressed Rented Terraces,S01012294,Tweedbank - North,5d,Endeavouring social renters,S02002301,Melrose and Tweedbank Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188348 +188348,S00095389,8b2,Hard-Pressed Rented Terraces,S01012340,Kelso S - Broomlands,5e,Primary sector workers,S02002311,Kelso South,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188349 +188349,S00095393,8b2,Hard-Pressed Rented Terraces,S01012337,Kelso N - Poynder Park,4b,Constrained renters,S02002310,Kelso North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188350 +188350,S00095411,8b2,Hard-Pressed Rented Terraces,S01012265,Innerleithen - East,4a,Challenged white communities,S02002295,Tweeddale East Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188351 +188351,S00095481,8b2,Hard-Pressed Rented Terraces,S01012260,Peebles - S - Victoria Park,5a,Ageing urban communities,S02002294,Peebles South,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188352 +188352,S00095484,8b2,Hard-Pressed Rented Terraces,S01012257,Peebles - S - Gallow Hill,5e,Primary sector workers,S02002294,Peebles South,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188353 +188353,S00095485,8b2,Hard-Pressed Rented Terraces,S01012260,Peebles - S - Victoria Park,5a,Ageing urban communities,S02002294,Peebles South,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188354 +188354,S00095490,8b2,Hard-Pressed Rented Terraces,S01012256,Peebles - S - Calvalry Park,8c,Comfortable suburbia,S02002294,Peebles South,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188355 +188355,S00095566,8b2,Hard-Pressed Rented Terraces,S01012318,Eyemouth - North,5e,Primary sector workers,S02002306,Eyemouth,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188356 +188356,S00095567,8b2,Hard-Pressed Rented Terraces,S01012318,Eyemouth - North,5e,Primary sector workers,S02002306,Eyemouth,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188357 +188357,S00095755,2c3,Professional Service Cosmopolitans,S01012363,Hawick Central - Wellogate,4b,Constrained renters,S02002317,Hawick Central,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188358 +188358,S00095268,8c3,Renting Hard-Pressed Workers,S01012290,Melrose - Newstead,5e,Primary sector workers,S02002301,Melrose and Tweedbank Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188359 +188359,S00095276,8c3,Renting Hard-Pressed Workers,S01012280,Galashiels - W - Balmoral Rd,4a,Challenged white communities,S02002298,Galashiels West,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188360 +188360,S00095333,8c3,Renting Hard-Pressed Workers,S01012286,Gala - Langlee - East,4b,Constrained renters,S02002300,Langlee,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188361 +188361,S00095364,8c3,Renting Hard-Pressed Workers,S01012294,Tweedbank - North,5d,Endeavouring social renters,S02002301,Melrose and Tweedbank Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188362 +188362,S00095523,8c3,Renting Hard-Pressed Workers,S01012245,West Linton - Lower,5c,Comfortable neighbourhoods,S02002292,Tweeddale West Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188363 +188363,S00095582,8c3,Renting Hard-Pressed Workers,S01012314,Eyemouth - Gunsgreen,5e,Primary sector workers,S02002306,Eyemouth,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188364 +188364,S00095351,1c2,Renting Rural Retirement,S01012283,Galashiels - S - St Peters Sch,5a,Ageing urban communities,S02002299,Galashiels South,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188365 +188365,S00095380,1c2,Renting Rural Retirement,S01012334,Kelso N - High Croft Orchard Park,5e,Primary sector workers,S02002310,Kelso North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188366 +188366,S00095478,1c2,Renting Rural Retirement,S01012260,Peebles - S - Victoria Park,5a,Ageing urban communities,S02002294,Peebles South,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188367 +188367,S00095627,1c2,Renting Rural Retirement,S01012368,Hawick West End - Wilton Dean,5a,Ageing urban communities,S02002318,Hawick West End,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188368 +188368,S00095628,1c2,Renting Rural Retirement,S01012367,Hawick Central - Weensland,5e,Primary sector workers,S02002317,Hawick Central,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188369 +188369,S00095636,1c2,Renting Rural Retirement,S01012352,Jedburgh - West Central,5e,Primary sector workers,S02002314,Jedburgh,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188370 +188370,S00095391,7d4,Retired City Hardship,S01012340,Kelso S - Broomlands,5e,Primary sector workers,S02002311,Kelso South,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188371 +188371,S00095404,7d4,Retired City Hardship,S01012266,Innerleithen - South,5e,Primary sector workers,S02002295,Tweeddale East Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188372 +188372,S00095529,7d4,Retired City Hardship,S01012306,Duns - West,5e,Primary sector workers,S02002304,Duns,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188373 +188373,S00095588,1c3,Detached Rural Retirement,S01012311,Coldingham,2d,Rural traits,S02002305,Berwickshire East,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188374 +188374,S00095622,1c3,Detached Rural Retirement,S01012358,Bonchester Bridge and Chesters Area,2c,Remoter communities,S02002315,Denholm and Hermitage,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188375 +188375,S00095722,1c3,Detached Rural Retirement,S01012342,Ancrum and Lanton Area,2c,Remoter communities,S02002312,Cheviot West,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188376 +188376,S00095751,1c3,Detached Rural Retirement,S01012373,Hawick North - Wilton Hill,5e,Primary sector workers,S02002319,Hawick North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188377 +188377,S00095805,1c3,Detached Rural Retirement,S01012267,Innerleithen - West,5a,Ageing urban communities,S02002295,Tweeddale East Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188378 +188378,S00095054,7b1,Eastern European Communities,S01012373,Hawick North - Wilton Hill,5e,Primary sector workers,S02002319,Hawick North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188379 +188379,S00095072,7b1,Eastern European Communities,S01012360,Hawick - Burnfoot - Central,4b,Constrained renters,S02002316,Burnfoot,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188380 +188380,S00095110,7b1,Eastern European Communities,S01012364,Hawick Central - Trinity,4b,Constrained renters,S02002317,Hawick Central,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188381 +188381,S00095174,7b1,Eastern European Communities,S01012350,Jedburgh - Doom Hill,5e,Primary sector workers,S02002314,Jedburgh,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188382 +188382,S00095232,7b1,Eastern European Communities,S01012386,Selkirk - Bannerfield,4a,Challenged white communities,S02002321,Selkirk,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188383 +188383,S00095234,7b1,Eastern European Communities,S01012386,Selkirk - Bannerfield,4a,Challenged white communities,S02002321,Selkirk,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188384 +188384,S00095271,7b1,Eastern European Communities,S01012280,Galashiels - W - Balmoral Rd,4a,Challenged white communities,S02002298,Galashiels West,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188385 +188385,S00095291,7b1,Eastern European Communities,S01012279,Galashiels - W - Thistle St,4b,Constrained renters,S02002298,Galashiels West,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188386 +188386,S00095292,7b1,Eastern European Communities,S01012275,Galashiels - N - Town Centre,1a,Cosmopolitan student neighbourhoods,S02002297,Galashiels North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188387 +188387,S00095294,7b1,Eastern European Communities,S01012279,Galashiels - W - Thistle St,4b,Constrained renters,S02002298,Galashiels West,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188388 +188388,S00095322,7b1,Eastern European Communities,S01012288,Gala - Langlee - West,4b,Constrained renters,S02002300,Langlee,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188389 +188389,S00095328,7b1,Eastern European Communities,S01012287,Gala - Langlee - Central,4b,Constrained renters,S02002300,Langlee,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188390 +188390,S00095341,7b1,Eastern European Communities,S01012288,Gala - Langlee - West,4b,Constrained renters,S02002300,Langlee,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188391 +188391,S00095342,7b1,Eastern European Communities,S01012287,Gala - Langlee - Central,4b,Constrained renters,S02002300,Langlee,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188392 +188392,S00095343,7b1,Eastern European Communities,S01012287,Gala - Langlee - Central,4b,Constrained renters,S02002300,Langlee,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188393 +188393,S00095347,7b1,Eastern European Communities,S01012283,Galashiels - S - St Peters Sch,5a,Ageing urban communities,S02002299,Galashiels South,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188394 +188394,S00095355,7b1,Eastern European Communities,S01012284,Galashiels - S - Huddersfield,4b,Constrained renters,S02002299,Galashiels South,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188395 +188395,S00095563,7b1,Eastern European Communities,S01012316,Eyemouth - Central,4b,Constrained renters,S02002306,Eyemouth,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188396 +188396,S00095690,7b1,Eastern European Communities,S01012287,Gala - Langlee - Central,4b,Constrained renters,S02002300,Langlee,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188397 +188397,S00095692,7b1,Eastern European Communities,S01012334,Kelso N - High Croft Orchard Park,5e,Primary sector workers,S02002310,Kelso North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188398 +188398,S00095695,7b1,Eastern European Communities,S01012337,Kelso N - Poynder Park,4b,Constrained renters,S02002310,Kelso North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188399 +188399,S00095780,7b1,Eastern European Communities,S01012275,Galashiels - N - Town Centre,1a,Cosmopolitan student neighbourhoods,S02002297,Galashiels North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188400 +188400,S00128964,1a1,Rural Workers and Families,S01012403,Central Shetland - 02,2c,Remoter communities,S02002325,Central Shetland,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188401 +188401,S00128965,1a1,Rural Workers and Families,S01012403,Central Shetland - 02,2c,Remoter communities,S02002325,Central Shetland,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188402 +188402,S00128968,1a1,Rural Workers and Families,S01012391,Lerwick South - 01,2c,Remoter communities,S02002323,Lerwick South,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188403 +188403,S00128969,1a1,Rural Workers and Families,S01012397,Lerwick North - 03,2d,Rural traits,S02002324,Lerwick North,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188404 +188404,S00128970,1a1,Rural Workers and Families,S01012405,Central Shetland - 04,2c,Remoter communities,S02002325,Central Shetland,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188405 +188405,S00128971,1a1,Rural Workers and Families,S01012405,Central Shetland - 04,2c,Remoter communities,S02002325,Central Shetland,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188406 +188406,S00128972,1a1,Rural Workers and Families,S01012405,Central Shetland - 04,2c,Remoter communities,S02002325,Central Shetland,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188407 +188407,S00128974,1a1,Rural Workers and Families,S01012405,Central Shetland - 04,2c,Remoter communities,S02002325,Central Shetland,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188408 +188408,S00128975,1a1,Rural Workers and Families,S01012407,East and West Mainland - 02,2c,Remoter communities,S02002326,East and West Mainland,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188409 +188409,S00128977,1a1,Rural Workers and Families,S01012409,East and West Mainland - 04,2c,Remoter communities,S02002326,East and West Mainland,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188410 +188410,S00128980,1a1,Rural Workers and Families,S01012409,East and West Mainland - 04,2c,Remoter communities,S02002326,East and West Mainland,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188411 +188411,S00095505,5b3,Self-Sufficient Retirement,S01012272,Stow,5c,Comfortable neighbourhoods,S02002296,Earlston Stow and Clovernfords Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188412 +188412,S00129107,1a1,Rural Workers and Families,S01012389,Shetland South - 03,2c,Remoter communities,S02002322,Shetland South,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188413 +188413,S00095789,1b2,Rural White-Collar Workers,S01012295,Tweedbank - East,5c,Comfortable neighbourhoods,S02002301,Melrose and Tweedbank Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188414 +188414,S00129320,6a4,Ageing in Suburbia,S01012486,Ayr South Harbour and Town Centre - 07,8a,Affluent communities,S02002339,Ayr South Harbour and Town Centre,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188415 +188415,S00129029,8c2,Ageing Rural Industry Workers,S01012404,Central Shetland - 03,2d,Rural traits,S02002325,Central Shetland,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188416 +188416,S00095392,7a1,Transitional Eastern European Neighbourhoods,S01012337,Kelso N - Poynder Park,4b,Constrained renters,S02002310,Kelso North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188417 +188417,S00128981,1a1,Rural Workers and Families,S01012408,East and West Mainland - 03,2c,Remoter communities,S02002326,East and West Mainland,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188418 +188418,S00128983,1a1,Rural Workers and Families,S01012408,East and West Mainland - 03,2c,Remoter communities,S02002326,East and West Mainland,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188419 +188419,S00128984,1a1,Rural Workers and Families,S01012408,East and West Mainland - 03,2c,Remoter communities,S02002326,East and West Mainland,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188420 +188420,S00128985,1a1,Rural Workers and Families,S01012407,East and West Mainland - 02,2c,Remoter communities,S02002326,East and West Mainland,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188421 +188421,S00128986,1a1,Rural Workers and Families,S01012408,East and West Mainland - 03,2c,Remoter communities,S02002326,East and West Mainland,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188422 +188422,S00128987,1a1,Rural Workers and Families,S01012408,East and West Mainland - 03,2c,Remoter communities,S02002326,East and West Mainland,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188423 +188423,S00128988,1a1,Rural Workers and Families,S01012407,East and West Mainland - 02,2c,Remoter communities,S02002326,East and West Mainland,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188424 +188424,S00128990,1a1,Rural Workers and Families,S01012410,North Mainland - 01,2c,Remoter communities,S02002327,North Mainland,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188425 +188425,S00128991,1a1,Rural Workers and Families,S01012410,North Mainland - 01,2c,Remoter communities,S02002327,North Mainland,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188426 +188426,S00128994,1a1,Rural Workers and Families,S01012412,North Mainland - 03,2c,Remoter communities,S02002327,North Mainland,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188427 +188427,S00128995,1a1,Rural Workers and Families,S01012412,North Mainland - 03,2c,Remoter communities,S02002327,North Mainland,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188428 +188428,S00128996,1a1,Rural Workers and Families,S01012412,North Mainland - 03,2c,Remoter communities,S02002327,North Mainland,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188429 +188429,S00128998,1a1,Rural Workers and Families,S01012411,North Mainland - 02,2d,Rural traits,S02002327,North Mainland,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188430 +188430,S00129000,1a1,Rural Workers and Families,S01012411,North Mainland - 02,2d,Rural traits,S02002327,North Mainland,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188431 +188431,S00129001,1a1,Rural Workers and Families,S01012406,East and West Mainland - 01,2c,Remoter communities,S02002326,East and West Mainland,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188432 +188432,S00129002,1a1,Rural Workers and Families,S01012406,East and West Mainland - 01,2c,Remoter communities,S02002326,East and West Mainland,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188433 +188433,S00129004,1a1,Rural Workers and Families,S01012416,North and East Isles - 04,2c,Remoter communities,S02002328,North and East Isles,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188434 +188434,S00129110,8a2,Industrious Hardship,S01012397,Lerwick North - 03,2d,Rural traits,S02002324,Lerwick North,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188435 +188435,S00129006,1a1,Rural Workers and Families,S01012415,North and East Isles - 03,2c,Remoter communities,S02002328,North and East Isles,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188436 +188436,S00129007,1a1,Rural Workers and Families,S01012415,North and East Isles - 03,2c,Remoter communities,S02002328,North and East Isles,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188437 +188437,S00129008,1a1,Rural Workers and Families,S01012413,North and East Isles - 01,2c,Remoter communities,S02002328,North and East Isles,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188438 +188438,S00129010,1a1,Rural Workers and Families,S01012413,North and East Isles - 01,2c,Remoter communities,S02002328,North and East Isles,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188439 +188439,S00129011,1a1,Rural Workers and Families,S01012413,North and East Isles - 01,2c,Remoter communities,S02002328,North and East Isles,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188440 +188440,S00129012,1a1,Rural Workers and Families,S01012413,North and East Isles - 01,2c,Remoter communities,S02002328,North and East Isles,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188441 +188441,S00129013,1a1,Rural Workers and Families,S01012413,North and East Isles - 01,2c,Remoter communities,S02002328,North and East Isles,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188442 +188442,S00129016,1a1,Rural Workers and Families,S01012414,North and East Isles - 02,2c,Remoter communities,S02002328,North and East Isles,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188443 +188443,S00129021,1a1,Rural Workers and Families,S01012411,North Mainland - 02,2d,Rural traits,S02002327,North Mainland,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188444 +188444,S00129023,1a1,Rural Workers and Families,S01012387,Shetland South - 01,2c,Remoter communities,S02002322,Shetland South,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188445 +188445,S00129025,1a1,Rural Workers and Families,S01012387,Shetland South - 01,2c,Remoter communities,S02002322,Shetland South,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188446 +188446,S00129075,1a1,Rural Workers and Families,S01012410,North Mainland - 01,2c,Remoter communities,S02002327,North Mainland,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188447 +188447,S00129089,1a1,Rural Workers and Families,S01012403,Central Shetland - 02,2c,Remoter communities,S02002325,Central Shetland,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188448 +188448,S00129090,1a1,Rural Workers and Families,S01012409,East and West Mainland - 04,2c,Remoter communities,S02002326,East and West Mainland,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188449 +188449,S00129091,1a1,Rural Workers and Families,S01012409,East and West Mainland - 04,2c,Remoter communities,S02002326,East and West Mainland,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188450 +188450,S00129093,1a1,Rural Workers and Families,S01012410,North Mainland - 01,2c,Remoter communities,S02002327,North Mainland,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188451 +188451,S00129095,1a1,Rural Workers and Families,S01012414,North and East Isles - 02,2c,Remoter communities,S02002328,North and East Isles,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188452 +188452,S00129096,1a1,Rural Workers and Families,S01012403,Central Shetland - 02,2c,Remoter communities,S02002325,Central Shetland,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188453 +188453,S00129097,1a1,Rural Workers and Families,S01012403,Central Shetland - 02,2c,Remoter communities,S02002325,Central Shetland,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188454 +188454,S00129100,1a1,Rural Workers and Families,S01012391,Lerwick South - 01,2c,Remoter communities,S02002323,Lerwick South,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188455 +188455,S00129101,1a1,Rural Workers and Families,S01012391,Lerwick South - 01,2c,Remoter communities,S02002323,Lerwick South,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188456 +188456,S00129106,1a1,Rural Workers and Families,S01012391,Lerwick South - 01,2c,Remoter communities,S02002323,Lerwick South,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188457 +188457,S00095506,5b3,Self-Sufficient Retirement,S01012272,Stow,5c,Comfortable neighbourhoods,S02002296,Earlston Stow and Clovernfords Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188458 +188458,S00095399,7a1,Transitional Eastern European Neighbourhoods,S01012338,Kelso S - Bowmont and Edenside,5e,Primary sector workers,S02002311,Kelso South,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188459 +188459,S00129323,6a4,Ageing in Suburbia,S01012485,Ayr South Harbour and Town Centre - 06,8a,Affluent communities,S02002339,Ayr South Harbour and Town Centre,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188460 +188460,S00129043,8c2,Ageing Rural Industry Workers,S01012399,Lerwick North - 05,5e,Primary sector workers,S02002324,Lerwick North,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188461 +188461,S00095797,1b2,Rural White-Collar Workers,S01012339,Kelso S - Abbey,5e,Primary sector workers,S02002311,Kelso South,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188462 +188462,S00129112,1a1,Rural Workers and Families,S01012402,Central Shetland - 01,2c,Remoter communities,S02002325,Central Shetland,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188463 +188463,S00095438,7a1,Transitional Eastern European Neighbourhoods,S01012253,Peebles - N - Cuddyside,5e,Primary sector workers,S02002293,Peebles North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188464 +188464,S00095801,1b2,Rural White-Collar Workers,S01012335,Kelso N - Hendersyde Oakfield,5e,Primary sector workers,S02002310,Kelso North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188465 +188465,S00129044,8c2,Ageing Rural Industry Workers,S01012399,Lerwick North - 05,5e,Primary sector workers,S02002324,Lerwick North,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188466 +188466,S00129324,6a4,Ageing in Suburbia,S01012485,Ayr South Harbour and Town Centre - 06,8a,Affluent communities,S02002339,Ayr South Harbour and Town Centre,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188467 +188467,S00095507,5b3,Self-Sufficient Retirement,S01012272,Stow,5c,Comfortable neighbourhoods,S02002296,Earlston Stow and Clovernfords Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188468 +188468,S00129117,8a2,Industrious Hardship,S01012411,North Mainland - 02,2d,Rural traits,S02002327,North Mainland,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188469 +188469,S00095444,7a1,Transitional Eastern European Neighbourhoods,S01012255,Peebles - N - Eastgate,5a,Ageing urban communities,S02002293,Peebles North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188470 +188470,S00129128,8a2,Industrious Hardship,S01012393,Lerwick South - 03,5e,Primary sector workers,S02002323,Lerwick South,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188471 +188471,S00095508,5b3,Self-Sufficient Retirement,S01012272,Stow,5c,Comfortable neighbourhoods,S02002296,Earlston Stow and Clovernfords Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188472 +188472,S00129327,6a4,Ageing in Suburbia,S01012469,Belmont - 04,8a,Affluent communities,S02002337,Belmont,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188473 +188473,S00129047,8c2,Ageing Rural Industry Workers,S01012396,Lerwick North - 02,5e,Primary sector workers,S02002324,Lerwick North,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188474 +188474,S00094928,1a1,Rural Workers and Families,S01012376,Ashkirk Lilliesleaf and Midlem Area,2c,Remoter communities,S02002320,Ettrick Yarrow and Liliesleaf Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188475 +188475,S00095450,7a1,Transitional Eastern European Neighbourhoods,S01012253,Peebles - N - Cuddyside,5e,Primary sector workers,S02002293,Peebles North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188476 +188476,S00129113,1a1,Rural Workers and Families,S01012402,Central Shetland - 01,2c,Remoter communities,S02002325,Central Shetland,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188477 +188477,S00129137,8a2,Industrious Hardship,S01012401,Lerwick North - 07,4a,Challenged white communities,S02002324,Lerwick North,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188478 +188478,S00095513,5b3,Self-Sufficient Retirement,S01012300,Greenlaw,5e,Primary sector workers,S02002303,Berwickshire Central,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188479 +188479,S00129337,6a4,Ageing in Suburbia,S01012469,Belmont - 04,8a,Affluent communities,S02002337,Belmont,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188480 +188480,S00129051,8c2,Ageing Rural Industry Workers,S01012396,Lerwick North - 02,5e,Primary sector workers,S02002324,Lerwick North,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188481 +188481,S00094976,1a1,Rural Workers and Families,S01012342,Ancrum and Lanton Area,2c,Remoter communities,S02002312,Cheviot West,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188482 +188482,S00129064,8c2,Ageing Rural Industry Workers,S01012398,Lerwick North - 04,5e,Primary sector workers,S02002324,Lerwick North,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188483 +188483,S00095524,5b3,Self-Sufficient Retirement,S01012245,West Linton - Lower,5c,Comfortable neighbourhoods,S02002292,Tweeddale West Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188484 +188484,S00129340,6a4,Ageing in Suburbia,S01012471,Belmont - 06,8a,Affluent communities,S02002337,Belmont,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188485 +188485,S00094984,1a1,Rural Workers and Families,S01012358,Bonchester Bridge and Chesters Area,2c,Remoter communities,S02002315,Denholm and Hermitage,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188486 +188486,S00129139,7a3,Multi-Ethnic Hardship,S01012401,Lerwick North - 07,4a,Challenged white communities,S02002324,Lerwick North,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188487 +188487,S00129114,1a1,Rural Workers and Families,S01012402,Central Shetland - 01,2c,Remoter communities,S02002325,Central Shetland,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188488 +188488,S00129065,8c2,Ageing Rural Industry Workers,S01012399,Lerwick North - 05,5e,Primary sector workers,S02002324,Lerwick North,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188489 +188489,S00095456,7a1,Transitional Eastern European Neighbourhoods,S01012254,Peebles - N - March St,5e,Primary sector workers,S02002293,Peebles North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188490 +188490,S00095525,5b3,Self-Sufficient Retirement,S01012245,West Linton - Lower,5c,Comfortable neighbourhoods,S02002292,Tweeddale West Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188491 +188491,S00095467,7a1,Transitional Eastern European Neighbourhoods,S01012252,Peebles North - Dalatho,5e,Primary sector workers,S02002293,Peebles North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188492 +188492,S00129115,1a1,Rural Workers and Families,S01012407,East and West Mainland - 02,2c,Remoter communities,S02002326,East and West Mainland,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188493 +188493,S00129351,6a4,Ageing in Suburbia,S01012466,Belmont - 01,5c,Comfortable neighbourhoods,S02002337,Belmont,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188494 +188494,S00095527,5b3,Self-Sufficient Retirement,S01012246,West Linton - Upper,2b,Prospering countryside life,S02002292,Tweeddale West Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188495 +188495,S00129069,8c2,Ageing Rural Industry Workers,S01012400,Lerwick North - 06,4b,Constrained renters,S02002324,Lerwick North,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188496 +188496,S00095483,7a1,Transitional Eastern European Neighbourhoods,S01012257,Peebles - S - Gallow Hill,5e,Primary sector workers,S02002294,Peebles South,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188497 +188497,S00128955,1a4,Older Farming Communities,S01012388,Shetland South - 02,2c,Remoter communities,S02002322,Shetland South,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188498 +188498,S00094999,1a1,Rural Workers and Families,S01012358,Bonchester Bridge and Chesters Area,2c,Remoter communities,S02002315,Denholm and Hermitage,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188499 +188499,S00129121,1a1,Rural Workers and Families,S01012406,East and West Mainland - 01,2c,Remoter communities,S02002326,East and West Mainland,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188500 +188500,S00129354,6a4,Ageing in Suburbia,S01012483,Ayr South Harbour and Town Centre - 04,4d,Hard-pressed flat dwellers,S02002339,Ayr South Harbour and Town Centre,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188501 +188501,S00095541,5b3,Self-Sufficient Retirement,S01012305,Duns - South,2d,Rural traits,S02002304,Duns,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188502 +188502,S00129076,8c2,Ageing Rural Industry Workers,S01012410,North Mainland - 01,2c,Remoter communities,S02002327,North Mainland,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188503 +188503,S00095493,7a1,Transitional Eastern European Neighbourhoods,S01012326,Coldstream - South,4b,Constrained renters,S02002308,Coldstream and Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188504 +188504,S00128967,1a4,Older Farming Communities,S01012403,Central Shetland - 02,2c,Remoter communities,S02002325,Central Shetland,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188505 +188505,S00129019,1a4,Older Farming Communities,S01012414,North and East Isles - 02,2c,Remoter communities,S02002328,North and East Isles,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188506 +188506,S00129036,1a4,Older Farming Communities,S01012393,Lerwick South - 03,5e,Primary sector workers,S02002323,Lerwick South,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188507 +188507,S00129079,1a4,Older Farming Communities,S01012410,North Mainland - 01,2c,Remoter communities,S02002327,North Mainland,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188508 +188508,S00129103,1a4,Older Farming Communities,S01012393,Lerwick South - 03,5e,Primary sector workers,S02002323,Lerwick South,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188509 +188509,S00129108,1a4,Older Farming Communities,S01012390,Shetland South - 04,2c,Remoter communities,S02002322,Shetland South,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188510 +188510,S00129132,1a4,Older Farming Communities,S01012395,Lerwick North - 01,5e,Primary sector workers,S02002324,Lerwick North,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188511 +188511,S00128942,7c3,Outer City Hardship,S01012392,Lerwick South - 02,5c,Comfortable neighbourhoods,S02002323,Lerwick South,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188512 +188512,S00129050,7c3,Outer City Hardship,S01012397,Lerwick North - 03,2d,Rural traits,S02002324,Lerwick North,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188513 +188513,S00129073,7c3,Outer City Hardship,S01012401,Lerwick North - 07,4a,Challenged white communities,S02002324,Lerwick North,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188514 +188514,S00129080,7c3,Outer City Hardship,S01012404,Central Shetland - 03,2d,Rural traits,S02002325,Central Shetland,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188515 +188515,S00129140,7c3,Outer City Hardship,S01012401,Lerwick North - 07,4a,Challenged white communities,S02002324,Lerwick North,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188516 +188516,S00129119,8c3,Renting Hard-Pressed Workers,S01012411,North Mainland - 02,2d,Rural traits,S02002327,North Mainland,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188517 +188517,S00128979,1c2,Renting Rural Retirement,S01012409,East and West Mainland - 04,2c,Remoter communities,S02002326,East and West Mainland,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188518 +188518,S00128993,1c2,Renting Rural Retirement,S01012412,North Mainland - 03,2c,Remoter communities,S02002327,North Mainland,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188519 +188519,S00129009,1c2,Renting Rural Retirement,S01012413,North and East Isles - 01,2c,Remoter communities,S02002328,North and East Isles,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188520 +188520,S00129005,1c1,Rural Employment and Retirees,S01012415,North and East Isles - 03,2c,Remoter communities,S02002328,North and East Isles,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188521 +188521,S00128948,1b1,Rural Life,S01012387,Shetland South - 01,2c,Remoter communities,S02002322,Shetland South,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188522 +188522,S00128956,1b1,Rural Life,S01012389,Shetland South - 03,2c,Remoter communities,S02002322,Shetland South,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188523 +188523,S00128976,1b1,Rural Life,S01012414,North and East Isles - 02,2c,Remoter communities,S02002328,North and East Isles,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188524 +188524,S00128978,1b1,Rural Life,S01012409,East and West Mainland - 04,2c,Remoter communities,S02002326,East and West Mainland,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188525 +188525,S00128989,1b1,Rural Life,S01012407,East and West Mainland - 02,2c,Remoter communities,S02002326,East and West Mainland,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188526 +188526,S00128999,1b1,Rural Life,S01012411,North Mainland - 02,2d,Rural traits,S02002327,North Mainland,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188527 +188527,S00129003,1b1,Rural Life,S01012415,North and East Isles - 03,2c,Remoter communities,S02002328,North and East Isles,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188528 +188528,S00129017,1b1,Rural Life,S01012414,North and East Isles - 02,2c,Remoter communities,S02002328,North and East Isles,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188529 +188529,S00129022,1b1,Rural Life,S01012387,Shetland South - 01,2c,Remoter communities,S02002322,Shetland South,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188530 +188530,S00129034,1b1,Rural Life,S01012392,Lerwick South - 02,5c,Comfortable neighbourhoods,S02002323,Lerwick South,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188531 +188531,S00129052,1b1,Rural Life,S01012397,Lerwick North - 03,2d,Rural traits,S02002324,Lerwick North,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188532 +188532,S00129081,1b1,Rural Life,S01012404,Central Shetland - 03,2d,Rural traits,S02002325,Central Shetland,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188533 +188533,S00129118,1b1,Rural Life,S01012411,North Mainland - 02,2d,Rural traits,S02002327,North Mainland,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188534 +188534,S00129120,1b1,Rural Life,S01012406,East and West Mainland - 01,2c,Remoter communities,S02002326,East and West Mainland,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188535 +188535,S00129123,1b1,Rural Life,S01012406,East and West Mainland - 01,2c,Remoter communities,S02002326,East and West Mainland,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188536 +188536,S00129125,1b1,Rural Life,S01012416,North and East Isles - 04,2c,Remoter communities,S02002328,North and East Isles,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188537 +188537,S00128945,1a1,Rural Workers and Families,S01012404,Central Shetland - 03,2d,Rural traits,S02002325,Central Shetland,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188538 +188538,S00128947,1a1,Rural Workers and Families,S01012387,Shetland South - 01,2c,Remoter communities,S02002322,Shetland South,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188539 +188539,S00128949,1a1,Rural Workers and Families,S01012388,Shetland South - 02,2c,Remoter communities,S02002322,Shetland South,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188540 +188540,S00128950,1a1,Rural Workers and Families,S01012388,Shetland South - 02,2c,Remoter communities,S02002322,Shetland South,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188541 +188541,S00128952,1a1,Rural Workers and Families,S01012387,Shetland South - 01,2c,Remoter communities,S02002322,Shetland South,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188542 +188542,S00128953,1a1,Rural Workers and Families,S01012389,Shetland South - 03,2c,Remoter communities,S02002322,Shetland South,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188543 +188543,S00128958,1a1,Rural Workers and Families,S01012389,Shetland South - 03,2c,Remoter communities,S02002322,Shetland South,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188544 +188544,S00128959,1a1,Rural Workers and Families,S01012390,Shetland South - 04,2c,Remoter communities,S02002322,Shetland South,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188545 +188545,S00128960,1a1,Rural Workers and Families,S01012388,Shetland South - 02,2c,Remoter communities,S02002322,Shetland South,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188546 +188546,S00128961,1a1,Rural Workers and Families,S01012390,Shetland South - 04,2c,Remoter communities,S02002322,Shetland South,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188547 +188547,S00128962,1a1,Rural Workers and Families,S01012390,Shetland South - 04,2c,Remoter communities,S02002322,Shetland South,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188548 +188548,S00129412,6a4,Ageing in Suburbia,S01012474,Holmston and Forehill - 02,5e,Primary sector workers,S02002338,Holmston and Forehill,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188549 +188549,S00129122,1a1,Rural Workers and Families,S01012406,East and West Mainland - 01,2c,Remoter communities,S02002326,East and West Mainland,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188550 +188550,S00095504,7a1,Transitional Eastern European Neighbourhoods,S01012326,Coldstream - South,4b,Constrained renters,S02002308,Coldstream and Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188551 +188551,S00129084,8c2,Ageing Rural Industry Workers,S01012393,Lerwick South - 03,5e,Primary sector workers,S02002323,Lerwick South,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188552 +188552,S00095579,5b3,Self-Sufficient Retirement,S01012315,Eyemouth - Seafront Harbour,5e,Primary sector workers,S02002306,Eyemouth,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188553 +188553,S00129444,6a4,Ageing in Suburbia,S01012454,Alloway and Doonfoot - 04,8b,Ageing suburbanites,S02002335,Alloway and Doonfoot,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188554 +188554,S00095630,5b3,Self-Sufficient Retirement,S01012366,Hawick Central - Town Centre,5e,Primary sector workers,S02002317,Hawick Central,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188555 +188555,S00129448,6a4,Ageing in Suburbia,S01012471,Belmont - 06,8a,Affluent communities,S02002337,Belmont,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188556 +188556,S00129104,8c2,Ageing Rural Industry Workers,S01012391,Lerwick South - 01,2c,Remoter communities,S02002323,Lerwick South,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188557 +188557,S00095533,7a1,Transitional Eastern European Neighbourhoods,S01012306,Duns - West,5e,Primary sector workers,S02002304,Duns,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188558 +188558,S00129124,1a1,Rural Workers and Families,S01012416,North and East Isles - 04,2c,Remoter communities,S02002328,North and East Isles,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188559 +188559,S00129126,1a1,Rural Workers and Families,S01012413,North and East Isles - 01,2c,Remoter communities,S02002328,North and East Isles,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188560 +188560,S00129129,1a1,Rural Workers and Families,S01012394,Lerwick South - 04,5e,Primary sector workers,S02002323,Lerwick South,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188561 +188561,S00095002,1a1,Rural Workers and Families,S01012355,Teviothead and Hermitage Area,2c,Remoter communities,S02002315,Denholm and Hermitage,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188562 +188562,S00129116,8c2,Ageing Rural Industry Workers,S01012407,East and West Mainland - 02,2c,Remoter communities,S02002326,East and West Mainland,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188563 +188563,S00129458,6a4,Ageing in Suburbia,S01012451,Alloway and Doonfoot - 01,8a,Affluent communities,S02002335,Alloway and Doonfoot,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188564 +188564,S00129141,1a1,Rural Workers and Families,S01012403,Central Shetland - 02,2c,Remoter communities,S02002325,Central Shetland,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188565 +188565,S00095536,7a1,Transitional Eastern European Neighbourhoods,S01012307,Duns - North,5e,Primary sector workers,S02002304,Duns,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188566 +188566,S00095006,1a1,Rural Workers and Families,S01012370,Hawick Central - Drumlanrig,5e,Primary sector workers,S02002318,Hawick West End,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188567 +188567,S00129130,8c2,Ageing Rural Industry Workers,S01012399,Lerwick North - 05,5e,Primary sector workers,S02002324,Lerwick North,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188568 +188568,S00095673,5b3,Self-Sufficient Retirement,S01012269,Earlston - West,5e,Primary sector workers,S02002296,Earlston Stow and Clovernfords Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188569 +188569,S00129467,6a4,Ageing in Suburbia,S01012451,Alloway and Doonfoot - 01,8a,Affluent communities,S02002335,Alloway and Doonfoot,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188570 +188570,S00095571,7a1,Transitional Eastern European Neighbourhoods,S01012315,Eyemouth - Seafront Harbour,5e,Primary sector workers,S02002306,Eyemouth,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188571 +188571,S00095620,1a1,Rural Workers and Families,S01012341,Oxnam and Camptown Area,2c,Remoter communities,S02002312,Cheviot West,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188572 +188572,S00095682,5b3,Self-Sufficient Retirement,S01012272,Stow,5c,Comfortable neighbourhoods,S02002296,Earlston Stow and Clovernfords Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188573 +188573,S00095725,5b3,Self-Sufficient Retirement,S01012258,Peebles - S - Edderston Rd,8a,Affluent communities,S02002294,Peebles South,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188574 +188574,S00095730,5b3,Self-Sufficient Retirement,S01012261,Cardrona,8c,Comfortable suburbia,S02002295,Tweeddale East Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188575 +188575,S00095787,5b3,Self-Sufficient Retirement,S01012295,Tweedbank - East,5c,Comfortable neighbourhoods,S02002301,Melrose and Tweedbank Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188576 +188576,S00095806,5b3,Self-Sufficient Retirement,S01012267,Innerleithen - West,5a,Ageing urban communities,S02002295,Tweeddale East Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188577 +188577,S00095382,6b3,Semi-Detached Ageing,S01012334,Kelso N - High Croft Orchard Park,5e,Primary sector workers,S02002310,Kelso North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188578 +188578,S00095609,6b3,Semi-Detached Ageing,S01012290,Melrose - Newstead,5e,Primary sector workers,S02002301,Melrose and Tweedbank Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188579 +188579,S00095647,6b3,Semi-Detached Ageing,S01012331,Kelso S - Maxwellheugh,2d,Rural traits,S02002309,Cheviot East,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188580 +188580,S00095654,6b3,Semi-Detached Ageing,S01012274,Galashiels - N - Halliburton,5e,Primary sector workers,S02002297,Galashiels North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188581 +188581,S00095772,6b3,Semi-Detached Ageing,S01012345,Newtown St Boswells - North,5e,Primary sector workers,S02002313,St Boswells and Newtown Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188582 +188582,S00095792,6b3,Semi-Detached Ageing,S01012293,Tweedbank - West,5c,Comfortable neighbourhoods,S02002301,Melrose and Tweedbank Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188583 +188583,S00095803,6b3,Semi-Detached Ageing,S01012335,Kelso N - Hendersyde Oakfield,5e,Primary sector workers,S02002310,Kelso North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188584 +188584,S00095804,6b3,Semi-Detached Ageing,S01012335,Kelso N - Hendersyde Oakfield,5e,Primary sector workers,S02002310,Kelso North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188585 +188585,S00095831,6b3,Semi-Detached Ageing,S01012256,Peebles - S - Calvalry Park,8c,Comfortable suburbia,S02002294,Peebles South,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188586 +188586,S00095287,2a3,Students and Professionals,S01012275,Galashiels - N - Town Centre,1a,Cosmopolitan student neighbourhoods,S02002297,Galashiels North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188587 +188587,S00095288,2a3,Students and Professionals,S01012275,Galashiels - N - Town Centre,1a,Cosmopolitan student neighbourhoods,S02002297,Galashiels North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188588 +188588,S00095289,2a3,Students and Professionals,S01012275,Galashiels - N - Town Centre,1a,Cosmopolitan student neighbourhoods,S02002297,Galashiels North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188589 +188589,S00129030,5b3,Self-Sufficient Retirement,S01012404,Central Shetland - 03,2d,Rural traits,S02002325,Central Shetland,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188590 +188590,S00095066,7a1,Transitional Eastern European Neighbourhoods,S01012373,Hawick North - Wilton Hill,5e,Primary sector workers,S02002319,Hawick North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188591 +188591,S00095074,7a1,Transitional Eastern European Neighbourhoods,S01012359,Hawick - Burnfoot - South East,4a,Challenged white communities,S02002316,Burnfoot,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188592 +188592,S00095077,7a1,Transitional Eastern European Neighbourhoods,S01012360,Hawick - Burnfoot - Central,4b,Constrained renters,S02002316,Burnfoot,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188593 +188593,S00095087,7a1,Transitional Eastern European Neighbourhoods,S01012362,Hawick - Burnfoot - North,4b,Constrained renters,S02002316,Burnfoot,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188594 +188594,S00095089,7a1,Transitional Eastern European Neighbourhoods,S01012361,Hawick - Burnfoot - West,4a,Challenged white communities,S02002316,Burnfoot,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188595 +188595,S00095096,7a1,Transitional Eastern European Neighbourhoods,S01012363,Hawick Central - Wellogate,4b,Constrained renters,S02002317,Hawick Central,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188596 +188596,S00095108,7a1,Transitional Eastern European Neighbourhoods,S01012366,Hawick Central - Town Centre,5e,Primary sector workers,S02002317,Hawick Central,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188597 +188597,S00095133,7a1,Transitional Eastern European Neighbourhoods,S01012371,Hawick West End - Crumhaugh,4b,Constrained renters,S02002318,Hawick West End,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188598 +188598,S00095139,7a1,Transitional Eastern European Neighbourhoods,S01012370,Hawick Central - Drumlanrig,5e,Primary sector workers,S02002318,Hawick West End,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188599 +188599,S00095157,7a1,Transitional Eastern European Neighbourhoods,S01012353,Jedburgh - Abbey,4b,Constrained renters,S02002314,Jedburgh,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188600 +188600,S00095228,7a1,Transitional Eastern European Neighbourhoods,S01012385,Selkirk - Heatherlie,5e,Primary sector workers,S02002321,Selkirk,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188601 +188601,S00095296,7a1,Transitional Eastern European Neighbourhoods,S01012279,Galashiels - W - Thistle St,4b,Constrained renters,S02002298,Galashiels West,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188602 +188602,S00095306,7a1,Transitional Eastern European Neighbourhoods,S01012276,Galashiels - N - Windyknowe,5a,Ageing urban communities,S02002297,Galashiels North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188603 +188603,S00095309,7a1,Transitional Eastern European Neighbourhoods,S01012277,Galashiels - N - Wood St,5e,Primary sector workers,S02002297,Galashiels North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188604 +188604,S00095312,7a1,Transitional Eastern European Neighbourhoods,S01012275,Galashiels - N - Town Centre,1a,Cosmopolitan student neighbourhoods,S02002297,Galashiels North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188605 +188605,S00095313,7a1,Transitional Eastern European Neighbourhoods,S01012274,Galashiels - N - Halliburton,5e,Primary sector workers,S02002297,Galashiels North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188606 +188606,S00095331,7a1,Transitional Eastern European Neighbourhoods,S01012287,Gala - Langlee - Central,4b,Constrained renters,S02002300,Langlee,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188607 +188607,S00095332,7a1,Transitional Eastern European Neighbourhoods,S01012286,Gala - Langlee - East,4b,Constrained renters,S02002300,Langlee,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188608 +188608,S00095335,7a1,Transitional Eastern European Neighbourhoods,S01012286,Gala - Langlee - East,4b,Constrained renters,S02002300,Langlee,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188609 +188609,S00095353,7a1,Transitional Eastern European Neighbourhoods,S01012284,Galashiels - S - Huddersfield,4b,Constrained renters,S02002299,Galashiels South,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188610 +188610,S00095357,7a1,Transitional Eastern European Neighbourhoods,S01012284,Galashiels - S - Huddersfield,4b,Constrained renters,S02002299,Galashiels South,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188611 +188611,S00129471,6a4,Ageing in Suburbia,S01012451,Alloway and Doonfoot - 01,8a,Affluent communities,S02002335,Alloway and Doonfoot,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188612 +188612,S00095572,7a1,Transitional Eastern European Neighbourhoods,S01012315,Eyemouth - Seafront Harbour,5e,Primary sector workers,S02002306,Eyemouth,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188613 +188613,S00129617,6a4,Ageing in Suburbia,S01012522,Prestwick West - 05,8b,Ageing suburbanites,S02002346,Prestwick West,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188614 +188614,S00129054,5b3,Self-Sufficient Retirement,S01012397,Lerwick North - 03,2d,Rural traits,S02002324,Lerwick North,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188615 +188615,S00129057,5b3,Self-Sufficient Retirement,S01012398,Lerwick North - 04,5e,Primary sector workers,S02002324,Lerwick North,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188616 +188616,S00129058,5b3,Self-Sufficient Retirement,S01012398,Lerwick North - 04,5e,Primary sector workers,S02002324,Lerwick North,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188617 +188617,S00095697,1a1,Rural Workers and Families,S01012303,Westruther and Polwarth Area,2c,Remoter communities,S02002303,Berwickshire Central,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188618 +188618,S00129618,6a4,Ageing in Suburbia,S01012522,Prestwick West - 05,8b,Ageing suburbanites,S02002346,Prestwick West,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188619 +188619,S00129032,6b3,Semi-Detached Ageing,S01012392,Lerwick South - 02,5c,Comfortable neighbourhoods,S02002323,Lerwick South,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188620 +188620,S00128946,1a3,Agricultural Communities,S01012387,Shetland South - 01,2c,Remoter communities,S02002322,Shetland South,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188621 +188621,S00095652,7a1,Transitional Eastern European Neighbourhoods,S01012277,Galashiels - N - Wood St,5e,Primary sector workers,S02002297,Galashiels North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188622 +188622,S00129625,6a4,Ageing in Suburbia,S01012520,Prestwick West - 03,5a,Ageing urban communities,S02002346,Prestwick West,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188623 +188623,S00095719,1a1,Rural Workers and Families,S01012341,Oxnam and Camptown Area,2c,Remoter communities,S02002312,Cheviot West,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188624 +188624,S00129026,7a1,Transitional Eastern European Neighbourhoods,S01012404,Central Shetland - 03,2d,Rural traits,S02002325,Central Shetland,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188625 +188625,S00128982,1a3,Agricultural Communities,S01012408,East and West Mainland - 03,2c,Remoter communities,S02002326,East and West Mainland,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188626 +188626,S00095680,7a1,Transitional Eastern European Neighbourhoods,S01012326,Coldstream - South,4b,Constrained renters,S02002308,Coldstream and Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188627 +188627,S00129643,6a4,Ageing in Suburbia,S01012526,Prestwick East - 03,8b,Ageing suburbanites,S02002347,Prestwick East,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188628 +188628,S00129675,6a4,Ageing in Suburbia,S01012523,Prestwick West - 06,5c,Comfortable neighbourhoods,S02002346,Prestwick West,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188629 +188629,S00129689,6a4,Ageing in Suburbia,S01012529,Prestwick East - 06,5a,Ageing urban communities,S02002347,Prestwick East,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188630 +188630,S00129754,6a4,Ageing in Suburbia,S01012569,Troon - 07,8a,Affluent communities,S02002353,Troon,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188631 +188631,S00129757,6a4,Ageing in Suburbia,S01012569,Troon - 07,8a,Affluent communities,S02002353,Troon,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188632 +188632,S00129814,6a4,Ageing in Suburbia,S01012557,Barassie - 01,8b,Ageing suburbanites,S02002352,Barassie,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188633 +188633,S00129828,6a4,Ageing in Suburbia,S01012563,Troon - 01,8a,Affluent communities,S02002353,Troon,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188634 +188634,S00129856,6a4,Ageing in Suburbia,S01012546,"Dundonald, Loans and Symington - 05",2d,Rural traits,S02002350,"Dundonald, Loans and Symington",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188635 +188635,S00130020,6a4,Ageing in Suburbia,S01012473,Holmston and Forehill - 01,8b,Ageing suburbanites,S02002338,Holmston and Forehill,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188636 +188636,S00129197,8c1,Ageing Industrious Workers,S01012422,Carrick South - 06,2d,Rural traits,S02002329,Carrick South,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188637 +188637,S00129223,8c1,Ageing Industrious Workers,S01012432,Girvan Ailsa - 04,5e,Primary sector workers,S02002331,Girvan Ailsa,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188638 +188638,S00129267,8c1,Ageing Industrious Workers,S01012436,Maybole - 03,4a,Challenged white communities,S02002332,Maybole,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188639 +188639,S00129612,8c1,Ageing Industrious Workers,S01012506,Newton North - 01,5a,Ageing urban communities,S02002344,Newton North,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188640 +188640,S00129634,8c1,Ageing Industrious Workers,S01012519,Prestwick West - 02,5e,Primary sector workers,S02002346,Prestwick West,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188641 +188641,S00129709,8c1,Ageing Industrious Workers,S01012448,Coylton - 03,2c,Remoter communities,S02002334,Coylton,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188642 +188642,S00129719,8c1,Ageing Industrious Workers,S01012446,Coylton - 01,5c,Comfortable neighbourhoods,S02002334,Coylton,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188643 +188643,S00129753,8c1,Ageing Industrious Workers,S01012532,Prestwick Airport and Monkton - 02,2d,Rural traits,S02002348,Prestwick Airport and Monkton,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188644 +188644,S00129764,8c1,Ageing Industrious Workers,S01012565,Troon - 03,5c,Comfortable neighbourhoods,S02002353,Troon,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188645 +188645,S00129861,8c1,Ageing Industrious Workers,S01012422,Carrick South - 06,2d,Rural traits,S02002329,Carrick South,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188646 +188646,S00129928,8c1,Ageing Industrious Workers,S01012550,Muirhead - 02,5c,Comfortable neighbourhoods,S02002351,Muirhead,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188647 +188647,S00129966,8c1,Ageing Industrious Workers,S01012442,Carrick North - 02,2a,Ageing rural neighbourhoods,S02002333,Carrick North,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188648 +188648,S00130097,8c1,Ageing Industrious Workers,S01012561,Barassie - 05,5c,Comfortable neighbourhoods,S02002352,Barassie,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188649 +188649,S00130112,8c1,Ageing Industrious Workers,S01012544,"Dundonald, Loans and Symington - 03",2a,Ageing rural neighbourhoods,S02002350,"Dundonald, Loans and Symington",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188650 +188650,S00129152,1b3,Ageing Rural Flat Tenants,S01012450,Coylton - 05,2c,Remoter communities,S02002334,Coylton,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188651 +188651,S00129160,1b3,Ageing Rural Flat Tenants,S01012442,Carrick North - 02,2a,Ageing rural neighbourhoods,S02002333,Carrick North,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188652 +188652,S00129178,1b3,Ageing Rural Flat Tenants,S01012441,Carrick North - 01,2c,Remoter communities,S02002333,Carrick North,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188653 +188653,S00129179,1b3,Ageing Rural Flat Tenants,S01012441,Carrick North - 01,2c,Remoter communities,S02002333,Carrick North,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188654 +188654,S00129186,1b3,Ageing Rural Flat Tenants,S01012421,Carrick South - 05,2d,Rural traits,S02002329,Carrick South,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188655 +188655,S00129199,1b3,Ageing Rural Flat Tenants,S01012421,Carrick South - 05,2d,Rural traits,S02002329,Carrick South,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188656 +188656,S00129233,1b3,Ageing Rural Flat Tenants,S01012429,Girvan Ailsa - 01,5e,Primary sector workers,S02002331,Girvan Ailsa,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188657 +188657,S00129290,1b3,Ageing Rural Flat Tenants,S01012437,Maybole - 04,5d,Endeavouring social renters,S02002332,Maybole,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188658 +188658,S00129299,1b3,Ageing Rural Flat Tenants,S01012440,Maybole - 07,2d,Rural traits,S02002332,Maybole,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188659 +188659,S00129349,1b3,Ageing Rural Flat Tenants,S01012466,Belmont - 01,5c,Comfortable neighbourhoods,S02002337,Belmont,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188660 +188660,S00095400,5a1,White Professionals,S01012266,Innerleithen - South,5e,Primary sector workers,S02002295,Tweeddale East Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188661 +188661,S00128992,1a3,Agricultural Communities,S01012412,North Mainland - 03,2c,Remoter communities,S02002327,North Mainland,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188662 +188662,S00095448,5a1,White Professionals,S01012254,Peebles - N - March St,5e,Primary sector workers,S02002293,Peebles North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188663 +188663,S00095517,5a1,White Professionals,S01012298,Lauder - North,5e,Primary sector workers,S02002302,Lauder and Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188664 +188664,S00129014,1a3,Agricultural Communities,S01012414,North and East Isles - 02,2c,Remoter communities,S02002328,North and East Isles,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188665 +188665,S00129038,7a1,Transitional Eastern European Neighbourhoods,S01012394,Lerwick South - 04,5e,Primary sector workers,S02002323,Lerwick South,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188666 +188666,S00095520,5a1,White Professionals,S01012296,Lauder - South,2b,Prospering countryside life,S02002302,Lauder and Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188667 +188667,S00095828,1a1,Rural Workers and Families,S01012356,Denholm,5e,Primary sector workers,S02002315,Denholm and Hermitage,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188668 +188668,S00095534,5a1,White Professionals,S01012307,Duns - North,5e,Primary sector workers,S02002304,Duns,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188669 +188669,S00094909,5b3,Self-Sufficient Retirement,S01012290,Melrose - Newstead,5e,Primary sector workers,S02002301,Melrose and Tweedbank Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188670 +188670,S00095575,5a1,White Professionals,S01012316,Eyemouth - Central,4b,Constrained renters,S02002306,Eyemouth,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188671 +188671,S00095037,5b3,Self-Sufficient Retirement,S01012249,Broughton and Upper Tweed,2c,Remoter communities,S02002292,Tweeddale West Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188672 +188672,S00094836,6b2,White Suburban Communities,S01012321,Chirnside - East,5e,Primary sector workers,S02002307,Chirnside and Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188673 +188673,S00095068,5b3,Self-Sufficient Retirement,S01012372,Hawick North - Commercial Road,4b,Constrained renters,S02002319,Hawick North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188674 +188674,S00095083,8d1,Young Hard-Pressed Families,S01012359,Hawick - Burnfoot - South East,4a,Challenged white communities,S02002316,Burnfoot,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188675 +188675,S00095095,5b3,Self-Sufficient Retirement,S01012363,Hawick Central - Wellogate,4b,Constrained renters,S02002317,Hawick Central,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188676 +188676,S00095094,8d1,Young Hard-Pressed Families,S01012361,Hawick - Burnfoot - West,4a,Challenged white communities,S02002316,Burnfoot,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188677 +188677,S00129053,7a1,Transitional Eastern European Neighbourhoods,S01012396,Lerwick North - 02,5e,Primary sector workers,S02002324,Lerwick North,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188678 +188678,S00095106,5b3,Self-Sufficient Retirement,S01012366,Hawick Central - Town Centre,5e,Primary sector workers,S02002317,Hawick Central,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188679 +188679,S00095236,8d1,Young Hard-Pressed Families,S01012386,Selkirk - Bannerfield,4a,Challenged white communities,S02002321,Selkirk,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188680 +188680,S00129055,7a1,Transitional Eastern European Neighbourhoods,S01012397,Lerwick North - 03,2d,Rural traits,S02002324,Lerwick North,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188681 +188681,S00129015,1a3,Agricultural Communities,S01012414,North and East Isles - 02,2c,Remoter communities,S02002328,North and East Isles,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188682 +188682,S00095122,5b3,Self-Sufficient Retirement,S01012367,Hawick Central - Weensland,5e,Primary sector workers,S02002317,Hawick Central,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188683 +188683,S00095238,8d1,Young Hard-Pressed Families,S01012386,Selkirk - Bannerfield,4a,Challenged white communities,S02002321,Selkirk,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188684 +188684,S00129056,7a1,Transitional Eastern European Neighbourhoods,S01012396,Lerwick North - 02,5e,Primary sector workers,S02002324,Lerwick North,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188685 +188685,S00129094,1a3,Agricultural Communities,S01012416,North and East Isles - 04,2c,Remoter communities,S02002328,North and East Isles,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188686 +188686,S00095148,5b3,Self-Sufficient Retirement,S01012363,Hawick Central - Wellogate,4b,Constrained renters,S02002317,Hawick Central,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188687 +188687,S00129059,7a1,Transitional Eastern European Neighbourhoods,S01012398,Lerwick North - 04,5e,Primary sector workers,S02002324,Lerwick North,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188688 +188688,S00095675,8d1,Young Hard-Pressed Families,S01012270,Earlston - East,5e,Primary sector workers,S02002296,Earlston Stow and Clovernfords Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188689 +188689,S00128957,6a2,Comfortable Suburbia,S01012389,Shetland South - 03,2c,Remoter communities,S02002322,Shetland South,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188690 +188690,S00095159,5b3,Self-Sufficient Retirement,S01012352,Jedburgh - West Central,5e,Primary sector workers,S02002314,Jedburgh,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188691 +188691,S00095185,5b3,Self-Sufficient Retirement,S01012381,Selkirk - Town Centre,5e,Primary sector workers,S02002321,Selkirk,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188692 +188692,S00095188,5b3,Self-Sufficient Retirement,S01012381,Selkirk - Town Centre,5e,Primary sector workers,S02002321,Selkirk,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188693 +188693,S00095213,5b3,Self-Sufficient Retirement,S01012383,Selkirk - Shawpark,5a,Ageing urban communities,S02002321,Selkirk,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188694 +188694,S00095222,5b3,Self-Sufficient Retirement,S01012385,Selkirk - Heatherlie,5e,Primary sector workers,S02002321,Selkirk,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188695 +188695,S00095226,5b3,Self-Sufficient Retirement,S01012385,Selkirk - Heatherlie,5e,Primary sector workers,S02002321,Selkirk,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188696 +188696,S00095229,5b3,Self-Sufficient Retirement,S01012385,Selkirk - Heatherlie,5e,Primary sector workers,S02002321,Selkirk,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188697 +188697,S00095263,5b3,Self-Sufficient Retirement,S01012292,Melrose - High Street,2a,Ageing rural neighbourhoods,S02002301,Melrose and Tweedbank Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188698 +188698,S00095266,5b3,Self-Sufficient Retirement,S01012291,Melrose - Dingleton Hill,5c,Comfortable neighbourhoods,S02002301,Melrose and Tweedbank Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188699 +188699,S00095295,5b3,Self-Sufficient Retirement,S01012279,Galashiels - W - Thistle St,4b,Constrained renters,S02002298,Galashiels West,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188700 +188700,S00095298,5b3,Self-Sufficient Retirement,S01012279,Galashiels - W - Thistle St,4b,Constrained renters,S02002298,Galashiels West,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188701 +188701,S00095302,5b3,Self-Sufficient Retirement,S01012277,Galashiels - N - Wood St,5e,Primary sector workers,S02002297,Galashiels North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188702 +188702,S00095305,5b3,Self-Sufficient Retirement,S01012277,Galashiels - N - Wood St,5e,Primary sector workers,S02002297,Galashiels North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188703 +188703,S00095359,5b3,Self-Sufficient Retirement,S01012284,Galashiels - S - Huddersfield,4b,Constrained renters,S02002299,Galashiels South,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188704 +188704,S00095360,5b3,Self-Sufficient Retirement,S01012284,Galashiels - S - Huddersfield,4b,Constrained renters,S02002299,Galashiels South,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188705 +188705,S00095402,5b3,Self-Sufficient Retirement,S01012266,Innerleithen - South,5e,Primary sector workers,S02002295,Tweeddale East Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188706 +188706,S00095407,5b3,Self-Sufficient Retirement,S01012264,Innerleithen - North,5c,Comfortable neighbourhoods,S02002295,Tweeddale East Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188707 +188707,S00095416,5b3,Self-Sufficient Retirement,S01012267,Innerleithen - West,5a,Ageing urban communities,S02002295,Tweeddale East Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188708 +188708,S00095417,5b3,Self-Sufficient Retirement,S01012267,Innerleithen - West,5a,Ageing urban communities,S02002295,Tweeddale East Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188709 +188709,S00095418,5b3,Self-Sufficient Retirement,S01012263,Walkerburn,5e,Primary sector workers,S02002295,Tweeddale East Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188710 +188710,S00095424,5b3,Self-Sufficient Retirement,S01012269,Earlston - West,5e,Primary sector workers,S02002296,Earlston Stow and Clovernfords Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188711 +188711,S00095436,5b3,Self-Sufficient Retirement,S01012254,Peebles - N - March St,5e,Primary sector workers,S02002293,Peebles North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188712 +188712,S00095437,5b3,Self-Sufficient Retirement,S01012254,Peebles - N - March St,5e,Primary sector workers,S02002293,Peebles North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188713 +188713,S00095446,5b3,Self-Sufficient Retirement,S01012255,Peebles - N - Eastgate,5a,Ageing urban communities,S02002293,Peebles North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188714 +188714,S00095452,5b3,Self-Sufficient Retirement,S01012253,Peebles - N - Cuddyside,5e,Primary sector workers,S02002293,Peebles North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188715 +188715,S00095457,5b3,Self-Sufficient Retirement,S01012254,Peebles - N - March St,5e,Primary sector workers,S02002293,Peebles North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188716 +188716,S00095466,5b3,Self-Sufficient Retirement,S01012252,Peebles North - Dalatho,5e,Primary sector workers,S02002293,Peebles North,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188717 +188717,S00095476,5b3,Self-Sufficient Retirement,S01012259,Peebles - S - Caledonian-Springhill,8a,Affluent communities,S02002294,Peebles South,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188718 +188718,S00095501,5b3,Self-Sufficient Retirement,S01012327,Coldstream - East,5e,Primary sector workers,S02002308,Coldstream and Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188719 +188719,S00095503,5b3,Self-Sufficient Retirement,S01012326,Coldstream - South,4b,Constrained renters,S02002308,Coldstream and Area,S12000026,Scottish Borders,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188720 +188720,S00129061,7d1,Ageing Communities and Families,S01012400,Lerwick North - 06,4b,Constrained renters,S02002324,Lerwick North,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188721 +188721,S00129063,7d1,Ageing Communities and Families,S01012398,Lerwick North - 04,5e,Primary sector workers,S02002324,Lerwick North,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188722 +188722,S00129085,6a2,Comfortable Suburbia,S01012392,Lerwick South - 02,5c,Comfortable neighbourhoods,S02002323,Lerwick South,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188723 +188723,S00129060,7a1,Transitional Eastern European Neighbourhoods,S01012398,Lerwick North - 04,5e,Primary sector workers,S02002324,Lerwick North,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188724 +188724,S00129098,6a2,Comfortable Suburbia,S01012391,Lerwick South - 01,2c,Remoter communities,S02002323,Lerwick South,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188725 +188725,S00129099,6a2,Comfortable Suburbia,S01012391,Lerwick South - 01,2c,Remoter communities,S02002323,Lerwick South,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188726 +188726,S00129066,7a1,Transitional Eastern European Neighbourhoods,S01012398,Lerwick North - 04,5e,Primary sector workers,S02002324,Lerwick North,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188727 +188727,S00129133,7d1,Ageing Communities and Families,S01012395,Lerwick North - 01,5e,Primary sector workers,S02002324,Lerwick North,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188728 +188728,S00129045,5b2,Communal Retirement,S01012395,Lerwick North - 01,5e,Primary sector workers,S02002324,Lerwick North,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188729 +188729,S00129134,7d1,Ageing Communities and Families,S01012397,Lerwick North - 03,2d,Rural traits,S02002324,Lerwick North,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188730 +188730,S00129067,7a1,Transitional Eastern European Neighbourhoods,S01012399,Lerwick North - 05,5e,Primary sector workers,S02002324,Lerwick North,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188731 +188731,S00129062,5b2,Communal Retirement,S01012398,Lerwick North - 04,5e,Primary sector workers,S02002324,Lerwick North,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188732 +188732,S00129035,6a4,Ageing in Suburbia,S01012393,Lerwick South - 03,5e,Primary sector workers,S02002323,Lerwick South,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188733 +188733,S00129070,7a1,Transitional Eastern European Neighbourhoods,S01012400,Lerwick North - 06,4b,Constrained renters,S02002324,Lerwick North,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188734 +188734,S00128944,7c2,Constrained Young Families,S01012392,Lerwick South - 02,5c,Comfortable neighbourhoods,S02002323,Lerwick South,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188735 +188735,S00129046,8c1,Ageing Industrious Workers,S01012396,Lerwick North - 02,5e,Primary sector workers,S02002324,Lerwick North,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188736 +188736,S00129039,8d1,Young Hard-Pressed Families,S01012394,Lerwick South - 04,5e,Primary sector workers,S02002323,Lerwick South,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188737 +188737,S00129135,7c2,Constrained Young Families,S01012401,Lerwick North - 07,4a,Challenged white communities,S02002324,Lerwick North,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188738 +188738,S00129048,8c1,Ageing Industrious Workers,S01012396,Lerwick North - 02,5e,Primary sector workers,S02002324,Lerwick North,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188739 +188739,S00129086,8d1,Young Hard-Pressed Families,S01012394,Lerwick South - 04,5e,Primary sector workers,S02002323,Lerwick South,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188740 +188740,S00129072,5b1,Delayed Retirement,S01012400,Lerwick North - 06,4b,Constrained renters,S02002324,Lerwick North,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188741 +188741,S00128943,1b3,Ageing Rural Flat Tenants,S01012392,Lerwick South - 02,5c,Comfortable neighbourhoods,S02002323,Lerwick South,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188742 +188742,S00129219,7d1,Ageing Communities and Families,S01012433,Girvan Ailsa - 05,5e,Primary sector workers,S02002331,Girvan Ailsa,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188743 +188743,S00128973,6a3,Detached Retirement Living,S01012405,Central Shetland - 04,2c,Remoter communities,S02002325,Central Shetland,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188744 +188744,S00128951,1c3,Detached Rural Retirement,S01012388,Shetland South - 02,2c,Remoter communities,S02002322,Shetland South,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188745 +188745,S00129041,1c3,Detached Rural Retirement,S01012394,Lerwick South - 04,5e,Primary sector workers,S02002323,Lerwick South,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188746 +188746,S00129078,1c3,Detached Rural Retirement,S01012410,North Mainland - 01,2c,Remoter communities,S02002327,North Mainland,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188747 +188747,S00129083,7b1,Eastern European Communities,S01012401,Lerwick North - 07,4a,Challenged white communities,S02002324,Lerwick North,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188748 +188748,S00129105,1a2,Established Farming Communities,S01012391,Lerwick South - 01,2c,Remoter communities,S02002323,Lerwick South,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188749 +188749,S00129049,7a2,Hampered Aspiration,S01012396,Lerwick North - 02,5e,Primary sector workers,S02002324,Lerwick North,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188750 +188750,S00129087,7a2,Hampered Aspiration,S01012400,Lerwick North - 06,4b,Constrained renters,S02002324,Lerwick North,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188751 +188751,S00129071,8d3,Hard-Pressed European Settlers,S01012398,Lerwick North - 04,5e,Primary sector workers,S02002324,Lerwick North,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188752 +188752,S00129131,8d3,Hard-Pressed European Settlers,S01012395,Lerwick North - 01,5e,Primary sector workers,S02002324,Lerwick North,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188753 +188753,S00129040,8b2,Hard-Pressed Rented Terraces,S01012394,Lerwick South - 04,5e,Primary sector workers,S02002323,Lerwick South,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188754 +188754,S00128954,8a2,Industrious Hardship,S01012389,Shetland South - 03,2c,Remoter communities,S02002322,Shetland South,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188755 +188755,S00128963,8a2,Industrious Hardship,S01012390,Shetland South - 04,2c,Remoter communities,S02002322,Shetland South,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188756 +188756,S00128966,8a2,Industrious Hardship,S01012403,Central Shetland - 02,2c,Remoter communities,S02002325,Central Shetland,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188757 +188757,S00129028,8a2,Industrious Hardship,S01012404,Central Shetland - 03,2d,Rural traits,S02002325,Central Shetland,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188758 +188758,S00129031,8a2,Industrious Hardship,S01012404,Central Shetland - 03,2d,Rural traits,S02002325,Central Shetland,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188759 +188759,S00129033,8a2,Industrious Hardship,S01012393,Lerwick South - 03,5e,Primary sector workers,S02002323,Lerwick South,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188760 +188760,S00129042,8a2,Industrious Hardship,S01012395,Lerwick North - 01,5e,Primary sector workers,S02002324,Lerwick North,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188761 +188761,S00129068,8a2,Industrious Hardship,S01012399,Lerwick North - 05,5e,Primary sector workers,S02002324,Lerwick North,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188762 +188762,S00129074,8a2,Industrious Hardship,S01012410,North Mainland - 01,2c,Remoter communities,S02002327,North Mainland,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188763 +188763,S00129077,8a2,Industrious Hardship,S01012410,North Mainland - 01,2c,Remoter communities,S02002327,North Mainland,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188764 +188764,S00129088,8a2,Industrious Hardship,S01012410,North Mainland - 01,2c,Remoter communities,S02002327,North Mainland,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188765 +188765,S00129284,7d1,Ageing Communities and Families,S01012434,Maybole - 01,4a,Challenged white communities,S02002332,Maybole,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188766 +188766,S00129287,7d1,Ageing Communities and Families,S01012434,Maybole - 01,4a,Challenged white communities,S02002332,Maybole,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188767 +188767,S00129418,7d1,Ageing Communities and Families,S01012475,Holmston and Forehill - 03,5c,Comfortable neighbourhoods,S02002338,Holmston and Forehill,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188768 +188768,S00129550,7d1,Ageing Communities and Families,S01012517,Heathfield - 06,4a,Challenged white communities,S02002345,Heathfield,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188769 +188769,S00129666,7d1,Ageing Communities and Families,S01012515,Heathfield - 04,4a,Challenged white communities,S02002345,Heathfield,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188770 +188770,S00129760,7d1,Ageing Communities and Families,S01012568,Troon - 06,5c,Comfortable neighbourhoods,S02002353,Troon,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188771 +188771,S00129772,7d1,Ageing Communities and Families,S01012567,Troon - 05,4d,Hard-pressed flat dwellers,S02002353,Troon,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188772 +188772,S00129778,7d1,Ageing Communities and Families,S01012566,Troon - 04,4d,Hard-pressed flat dwellers,S02002353,Troon,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188773 +188773,S00129781,7d1,Ageing Communities and Families,S01012565,Troon - 03,5c,Comfortable neighbourhoods,S02002353,Troon,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188774 +188774,S00129784,7d1,Ageing Communities and Families,S01012559,Barassie - 03,4d,Hard-pressed flat dwellers,S02002352,Barassie,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188775 +188775,S00129874,7d1,Ageing Communities and Families,S01012439,Maybole - 06,5a,Ageing urban communities,S02002332,Maybole,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188776 +188776,S00129994,7d1,Ageing Communities and Families,S01012481,Ayr South Harbour and Town Centre - 02,4b,Constrained renters,S02002339,Ayr South Harbour and Town Centre,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188777 +188777,S00129999,7d1,Ageing Communities and Families,S01012484,Ayr South Harbour and Town Centre - 05,5a,Ageing urban communities,S02002339,Ayr South Harbour and Town Centre,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188778 +188778,S00130016,7d1,Ageing Communities and Families,S01012474,Holmston and Forehill - 02,5e,Primary sector workers,S02002338,Holmston and Forehill,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188779 +188779,S00130069,7d1,Ageing Communities and Families,S01012534,Prestwick Airport and Monkton - 04,5a,Ageing urban communities,S02002348,Prestwick Airport and Monkton,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188780 +188780,S00130094,7d1,Ageing Communities and Families,S01012559,Barassie - 03,4d,Hard-pressed flat dwellers,S02002352,Barassie,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188781 +188781,S00130096,7d1,Ageing Communities and Families,S01012559,Barassie - 03,4d,Hard-pressed flat dwellers,S02002352,Barassie,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188782 +188782,S00129190,6a4,Ageing in Suburbia,S01012438,Maybole - 05,2d,Rural traits,S02002332,Maybole,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188783 +188783,S00129226,6a4,Ageing in Suburbia,S01012430,Girvan Ailsa - 02,5e,Primary sector workers,S02002331,Girvan Ailsa,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188784 +188784,S00129298,6a4,Ageing in Suburbia,S01012439,Maybole - 06,5a,Ageing urban communities,S02002332,Maybole,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188785 +188785,S00129319,6a4,Ageing in Suburbia,S01012486,Ayr South Harbour and Town Centre - 07,8a,Affluent communities,S02002339,Ayr South Harbour and Town Centre,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188786 +188786,S00129018,1b3,Ageing Rural Flat Tenants,S01012414,North and East Isles - 02,2c,Remoter communities,S02002328,North and East Isles,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188787 +188787,S00129024,1b3,Ageing Rural Flat Tenants,S01012387,Shetland South - 01,2c,Remoter communities,S02002322,Shetland South,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188788 +188788,S00129037,1b3,Ageing Rural Flat Tenants,S01012393,Lerwick South - 03,5e,Primary sector workers,S02002323,Lerwick South,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188789 +188789,S00129082,1b3,Ageing Rural Flat Tenants,S01012404,Central Shetland - 03,2d,Rural traits,S02002325,Central Shetland,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188790 +188790,S00129092,1b3,Ageing Rural Flat Tenants,S01012407,East and West Mainland - 02,2c,Remoter communities,S02002326,East and West Mainland,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188791 +188791,S00129102,1b3,Ageing Rural Flat Tenants,S01012393,Lerwick South - 03,5e,Primary sector workers,S02002323,Lerwick South,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188792 +188792,S00129109,1b3,Ageing Rural Flat Tenants,S01012390,Shetland South - 04,2c,Remoter communities,S02002322,Shetland South,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188793 +188793,S00129111,1b3,Ageing Rural Flat Tenants,S01012397,Lerwick North - 03,2d,Rural traits,S02002324,Lerwick North,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188794 +188794,S00129127,1b3,Ageing Rural Flat Tenants,S01012413,North and East Isles - 01,2c,Remoter communities,S02002328,North and East Isles,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188795 +188795,S00129136,1b3,Ageing Rural Flat Tenants,S01012401,Lerwick North - 07,4a,Challenged white communities,S02002324,Lerwick North,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188796 +188796,S00129138,1b3,Ageing Rural Flat Tenants,S01012401,Lerwick North - 07,4a,Challenged white communities,S02002324,Lerwick North,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188797 +188797,S00128997,8c2,Ageing Rural Industry Workers,S01012411,North Mainland - 02,2d,Rural traits,S02002327,North Mainland,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188798 +188798,S00129020,8c2,Ageing Rural Industry Workers,S01012411,North Mainland - 02,2d,Rural traits,S02002327,North Mainland,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188799 +188799,S00129027,8c2,Ageing Rural Industry Workers,S01012404,Central Shetland - 03,2d,Rural traits,S02002325,Central Shetland,S12000027,Shetland Islands,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,188800 +188800,S00129362,7c1,Challenged Transitionaries,S01012463,Castlehill and Kincaidston - 05,4a,Challenged white communities,S02002336,Castlehill and Kincaidston,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188801 +188801,S00129367,7c1,Challenged Transitionaries,S01012470,Belmont - 05,5c,Comfortable neighbourhoods,S02002337,Belmont,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188802 +188802,S00129369,7c1,Challenged Transitionaries,S01012470,Belmont - 05,5c,Comfortable neighbourhoods,S02002337,Belmont,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188803 +188803,S00129374,7c1,Challenged Transitionaries,S01012461,Castlehill and Kincaidston - 03,5c,Comfortable neighbourhoods,S02002336,Castlehill and Kincaidston,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188804 +188804,S00129375,7c1,Challenged Transitionaries,S01012461,Castlehill and Kincaidston - 03,5c,Comfortable neighbourhoods,S02002336,Castlehill and Kincaidston,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188805 +188805,S00129410,7c1,Challenged Transitionaries,S01012474,Holmston and Forehill - 02,5e,Primary sector workers,S02002338,Holmston and Forehill,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188806 +188806,S00129498,7c1,Challenged Transitionaries,S01012507,Newton North - 02,4a,Challenged white communities,S02002344,Newton North,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188807 +188807,S00129502,7c1,Challenged Transitionaries,S01012507,Newton North - 02,4a,Challenged white communities,S02002344,Newton North,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188808 +188808,S00129526,7c1,Challenged Transitionaries,S01012503,"Lochside, Braehead and Whitletts - 04",4a,Challenged white communities,S02002343,"Lochside, Braehead and Whitletts",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188809 +188809,S00129545,7c1,Challenged Transitionaries,S01012508,Newton North - 03,5c,Comfortable neighbourhoods,S02002344,Newton North,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188810 +188810,S00129546,7c1,Challenged Transitionaries,S01012508,Newton North - 03,5c,Comfortable neighbourhoods,S02002344,Newton North,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188811 +188811,S00129583,7c1,Challenged Transitionaries,S01012495,Craigie - 03,4a,Challenged white communities,S02002341,Craigie,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188812 +188812,S00129479,7b2,Deprived Neighbourhoods,S01012489,"Ayr North Harbour, Wallacetown and Newton South - 03",4d,Hard-pressed flat dwellers,S02002340,"Ayr North Harbour, Wallacetown and Newton South",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188813 +188813,S00129515,7c2,Constrained Young Families,S01012502,"Lochside, Braehead and Whitletts - 03",4d,Hard-pressed flat dwellers,S02002343,"Lochside, Braehead and Whitletts",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188814 +188814,S00129951,8c2,Ageing Rural Industry Workers,S01012549,Muirhead - 01,4a,Challenged white communities,S02002351,Muirhead,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188815 +188815,S00130011,6a3,Detached Retirement Living,S01012473,Holmston and Forehill - 01,8b,Ageing suburbanites,S02002338,Holmston and Forehill,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188816 +188816,S00129721,6a2,Comfortable Suburbia,S01012448,Coylton - 03,2c,Remoter communities,S02002334,Coylton,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188817 +188817,S00129616,1b3,Ageing Rural Flat Tenants,S01012522,Prestwick West - 05,8b,Ageing suburbanites,S02002346,Prestwick West,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188818 +188818,S00129595,7c1,Challenged Transitionaries,S01012497,Dalmilling - 02,4a,Challenged white communities,S02002342,Dalmilling,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188819 +188819,S00129649,7c1,Challenged Transitionaries,S01012534,Prestwick Airport and Monkton - 04,5a,Ageing urban communities,S02002348,Prestwick Airport and Monkton,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188820 +188820,S00129697,7c1,Challenged Transitionaries,S01012527,Prestwick East - 04,5c,Comfortable neighbourhoods,S02002347,Prestwick East,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188821 +188821,S00129717,7c1,Challenged Transitionaries,S01012446,Coylton - 01,5c,Comfortable neighbourhoods,S02002334,Coylton,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188822 +188822,S00129723,7c1,Challenged Transitionaries,S01012535,"Annbank, Mossblown and Tarbolton - the Coalfields - 01",5c,Comfortable neighbourhoods,S02002349,"Annbank, Mossblown and Tarbolton - the Coalfields",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188823 +188823,S00129730,7c1,Challenged Transitionaries,S01012538,"Annbank, Mossblown and Tarbolton - the Coalfields - 04",5e,Primary sector workers,S02002349,"Annbank, Mossblown and Tarbolton - the Coalfields",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188824 +188824,S00129771,7c1,Challenged Transitionaries,S01012567,Troon - 05,4d,Hard-pressed flat dwellers,S02002353,Troon,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188825 +188825,S00129797,7c1,Challenged Transitionaries,S01012560,Barassie - 04,5c,Comfortable neighbourhoods,S02002352,Barassie,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188826 +188826,S00129802,7c1,Challenged Transitionaries,S01012560,Barassie - 04,5c,Comfortable neighbourhoods,S02002352,Barassie,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188827 +188827,S00129804,7c1,Challenged Transitionaries,S01012558,Barassie - 02,4a,Challenged white communities,S02002352,Barassie,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188828 +188828,S00129831,7c1,Challenged Transitionaries,S01012549,Muirhead - 01,4a,Challenged white communities,S02002351,Muirhead,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188829 +188829,S00129833,7c1,Challenged Transitionaries,S01012550,Muirhead - 02,5c,Comfortable neighbourhoods,S02002351,Muirhead,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188830 +188830,S00129890,7c1,Challenged Transitionaries,S01012509,Newton North - 04,5c,Comfortable neighbourhoods,S02002344,Newton North,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188831 +188831,S00129891,7c1,Challenged Transitionaries,S01012507,Newton North - 02,4a,Challenged white communities,S02002344,Newton North,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188832 +188832,S00129967,7c1,Challenged Transitionaries,S01012423,Carrick South - 07,2d,Rural traits,S02002329,Carrick South,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188833 +188833,S00130038,7c1,Challenged Transitionaries,S01012504,"Lochside, Braehead and Whitletts - 05",4a,Challenged white communities,S02002343,"Lochside, Braehead and Whitletts",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188834 +188834,S00130041,7c1,Challenged Transitionaries,S01012511,Newton North - 06,5c,Comfortable neighbourhoods,S02002344,Newton North,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188835 +188835,S00129463,6a3,Detached Retirement Living,S01012453,Alloway and Doonfoot - 03,8a,Affluent communities,S02002335,Alloway and Doonfoot,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188836 +188836,S00130042,7c1,Challenged Transitionaries,S01012488,"Ayr North Harbour, Wallacetown and Newton South - 02",4a,Challenged white communities,S02002340,"Ayr North Harbour, Wallacetown and Newton South",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188837 +188837,S00130045,7c1,Challenged Transitionaries,S01012488,"Ayr North Harbour, Wallacetown and Newton South - 02",4a,Challenged white communities,S02002340,"Ayr North Harbour, Wallacetown and Newton South",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188838 +188838,S00129174,6a2,Comfortable Suburbia,S01012553,Muirhead - 05,8c,Comfortable suburbia,S02002351,Muirhead,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188839 +188839,S00129300,6a2,Comfortable Suburbia,S01012445,Carrick North - 05,8c,Comfortable suburbia,S02002333,Carrick North,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188840 +188840,S00129376,6a2,Comfortable Suburbia,S01012461,Castlehill and Kincaidston - 03,5c,Comfortable neighbourhoods,S02002336,Castlehill and Kincaidston,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188841 +188841,S00129383,6a2,Comfortable Suburbia,S01012459,Castlehill and Kincaidston - 01,8b,Ageing suburbanites,S02002336,Castlehill and Kincaidston,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188842 +188842,S00129422,6a2,Comfortable Suburbia,S01012457,Alloway and Doonfoot - 07,8b,Ageing suburbanites,S02002335,Alloway and Doonfoot,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188843 +188843,S00129426,6a2,Comfortable Suburbia,S01012455,Alloway and Doonfoot - 05,8a,Affluent communities,S02002335,Alloway and Doonfoot,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188844 +188844,S00129427,6a2,Comfortable Suburbia,S01012458,Alloway and Doonfoot - 08,8a,Affluent communities,S02002335,Alloway and Doonfoot,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188845 +188845,S00129428,6a2,Comfortable Suburbia,S01012458,Alloway and Doonfoot - 08,8a,Affluent communities,S02002335,Alloway and Doonfoot,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188846 +188846,S00129429,6a2,Comfortable Suburbia,S01012458,Alloway and Doonfoot - 08,8a,Affluent communities,S02002335,Alloway and Doonfoot,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188847 +188847,S00129430,6a2,Comfortable Suburbia,S01012456,Alloway and Doonfoot - 06,8a,Affluent communities,S02002335,Alloway and Doonfoot,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188848 +188848,S00129432,6a2,Comfortable Suburbia,S01012456,Alloway and Doonfoot - 06,8a,Affluent communities,S02002335,Alloway and Doonfoot,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188849 +188849,S00129434,6a2,Comfortable Suburbia,S01012454,Alloway and Doonfoot - 04,8b,Ageing suburbanites,S02002335,Alloway and Doonfoot,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188850 +188850,S00129435,6a2,Comfortable Suburbia,S01012456,Alloway and Doonfoot - 06,8a,Affluent communities,S02002335,Alloway and Doonfoot,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188851 +188851,S00129436,6a2,Comfortable Suburbia,S01012444,Carrick North - 04,2a,Ageing rural neighbourhoods,S02002333,Carrick North,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188852 +188852,S00129453,6a2,Comfortable Suburbia,S01012456,Alloway and Doonfoot - 06,8a,Affluent communities,S02002335,Alloway and Doonfoot,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188853 +188853,S00129457,6a2,Comfortable Suburbia,S01012451,Alloway and Doonfoot - 01,8a,Affluent communities,S02002335,Alloway and Doonfoot,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188854 +188854,S00129461,6a2,Comfortable Suburbia,S01012453,Alloway and Doonfoot - 03,8a,Affluent communities,S02002335,Alloway and Doonfoot,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188855 +188855,S00129464,6a2,Comfortable Suburbia,S01012453,Alloway and Doonfoot - 03,8a,Affluent communities,S02002335,Alloway and Doonfoot,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188856 +188856,S00129469,6a2,Comfortable Suburbia,S01012451,Alloway and Doonfoot - 01,8a,Affluent communities,S02002335,Alloway and Doonfoot,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188857 +188857,S00129486,7b2,Deprived Neighbourhoods,S01012489,"Ayr North Harbour, Wallacetown and Newton South - 03",4d,Hard-pressed flat dwellers,S02002340,"Ayr North Harbour, Wallacetown and Newton South",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188858 +188858,S00129965,8c2,Ageing Rural Industry Workers,S01012442,Carrick North - 02,2a,Ageing rural neighbourhoods,S02002333,Carrick North,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188859 +188859,S00129636,1b3,Ageing Rural Flat Tenants,S01012526,Prestwick East - 03,8b,Ageing suburbanites,S02002347,Prestwick East,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188860 +188860,S00129516,7c2,Constrained Young Families,S01012500,"Lochside, Braehead and Whitletts - 01",4a,Challenged white communities,S02002343,"Lochside, Braehead and Whitletts",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188861 +188861,S00130022,6a3,Detached Retirement Living,S01012457,Alloway and Doonfoot - 07,8b,Ageing suburbanites,S02002335,Alloway and Doonfoot,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188862 +188862,S00129465,6a3,Detached Retirement Living,S01012453,Alloway and Doonfoot - 03,8a,Affluent communities,S02002335,Alloway and Doonfoot,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188863 +188863,S00129518,7c2,Constrained Young Families,S01012502,"Lochside, Braehead and Whitletts - 03",4d,Hard-pressed flat dwellers,S02002343,"Lochside, Braehead and Whitletts",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188864 +188864,S00129466,6a3,Detached Retirement Living,S01012453,Alloway and Doonfoot - 03,8a,Affluent communities,S02002335,Alloway and Doonfoot,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188865 +188865,S00130026,6a3,Detached Retirement Living,S01012452,Alloway and Doonfoot - 02,8b,Ageing suburbanites,S02002335,Alloway and Doonfoot,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188866 +188866,S00129519,7c2,Constrained Young Families,S01012504,"Lochside, Braehead and Whitletts - 05",4a,Challenged white communities,S02002343,"Lochside, Braehead and Whitletts",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188867 +188867,S00129644,1b3,Ageing Rural Flat Tenants,S01012525,Prestwick East - 02,8b,Ageing suburbanites,S02002347,Prestwick East,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188868 +188868,S00129816,6a2,Comfortable Suburbia,S01012556,Muirhead - 08,8b,Ageing suburbanites,S02002351,Muirhead,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188869 +188869,S00129468,6a3,Detached Retirement Living,S01012451,Alloway and Doonfoot - 01,8a,Affluent communities,S02002335,Alloway and Doonfoot,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188870 +188870,S00129974,8c2,Ageing Rural Industry Workers,S01012417,Carrick South - 01,2d,Rural traits,S02002329,Carrick South,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188871 +188871,S00130079,6a3,Detached Retirement Living,S01012447,Coylton - 02,8b,Ageing suburbanites,S02002334,Coylton,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188872 +188872,S00129520,7c2,Constrained Young Families,S01012504,"Lochside, Braehead and Whitletts - 05",4a,Challenged white communities,S02002343,"Lochside, Braehead and Whitletts",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188873 +188873,S00129860,1b3,Ageing Rural Flat Tenants,S01012441,Carrick North - 01,2c,Remoter communities,S02002333,Carrick North,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188874 +188874,S00129836,6a2,Comfortable Suburbia,S01012552,Muirhead - 04,8b,Ageing suburbanites,S02002351,Muirhead,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188875 +188875,S00129470,6a3,Detached Retirement Living,S01012451,Alloway and Doonfoot - 01,8a,Affluent communities,S02002335,Alloway and Doonfoot,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188876 +188876,S00129508,7b2,Deprived Neighbourhoods,S01012505,"Lochside, Braehead and Whitletts - 06",4a,Challenged white communities,S02002343,"Lochside, Braehead and Whitletts",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188877 +188877,S00129472,6a3,Detached Retirement Living,S01012451,Alloway and Doonfoot - 01,8a,Affluent communities,S02002335,Alloway and Doonfoot,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188878 +188878,S00129978,8c2,Ageing Rural Industry Workers,S01012432,Girvan Ailsa - 04,5e,Primary sector workers,S02002331,Girvan Ailsa,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188879 +188879,S00130092,6a3,Detached Retirement Living,S01012564,Troon - 02,8a,Affluent communities,S02002353,Troon,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188880 +188880,S00129521,7c2,Constrained Young Families,S01012504,"Lochside, Braehead and Whitletts - 05",4a,Challenged white communities,S02002343,"Lochside, Braehead and Whitletts",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188881 +188881,S00129901,1b3,Ageing Rural Flat Tenants,S01012496,Dalmilling - 01,4a,Challenged white communities,S02002342,Dalmilling,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188882 +188882,S00129848,6a2,Comfortable Suburbia,S01012543,"Dundonald, Loans and Symington - 02",2d,Rural traits,S02002350,"Dundonald, Loans and Symington",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188883 +188883,S00130104,6a3,Detached Retirement Living,S01012551,Muirhead - 03,8b,Ageing suburbanites,S02002351,Muirhead,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188884 +188884,S00130050,8c2,Ageing Rural Industry Workers,S01012510,Newton North - 05,5c,Comfortable neighbourhoods,S02002344,Newton North,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188885 +188885,S00129611,6a3,Detached Retirement Living,S01012506,Newton North - 01,5a,Ageing urban communities,S02002344,Newton North,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188886 +188886,S00129862,6a2,Comfortable Suburbia,S01012544,"Dundonald, Loans and Symington - 03",2a,Ageing rural neighbourhoods,S02002350,"Dundonald, Loans and Symington",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188887 +188887,S00129514,7b2,Deprived Neighbourhoods,S01012502,"Lochside, Braehead and Whitletts - 03",4d,Hard-pressed flat dwellers,S02002343,"Lochside, Braehead and Whitletts",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188888 +188888,S00129911,1b3,Ageing Rural Flat Tenants,S01012548,"Dundonald, Loans and Symington - 07",2d,Rural traits,S02002350,"Dundonald, Loans and Symington",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188889 +188889,S00129523,7c2,Constrained Young Families,S01012503,"Lochside, Braehead and Whitletts - 04",4a,Challenged white communities,S02002343,"Lochside, Braehead and Whitletts",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188890 +188890,S00130107,6a3,Detached Retirement Living,S01012552,Muirhead - 04,8b,Ageing suburbanites,S02002351,Muirhead,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188891 +188891,S00129528,7c2,Constrained Young Families,S01012503,"Lochside, Braehead and Whitletts - 04",4a,Challenged white communities,S02002343,"Lochside, Braehead and Whitletts",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188892 +188892,S00129637,6a3,Detached Retirement Living,S01012526,Prestwick East - 03,8b,Ageing suburbanites,S02002347,Prestwick East,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188893 +188893,S00129517,7b2,Deprived Neighbourhoods,S01012502,"Lochside, Braehead and Whitletts - 03",4d,Hard-pressed flat dwellers,S02002343,"Lochside, Braehead and Whitletts",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188894 +188894,S00130087,8c2,Ageing Rural Industry Workers,S01012532,Prestwick Airport and Monkton - 02,2d,Rural traits,S02002348,Prestwick Airport and Monkton,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188895 +188895,S00130111,6a3,Detached Retirement Living,S01012548,"Dundonald, Loans and Symington - 07",2d,Rural traits,S02002350,"Dundonald, Loans and Symington",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188896 +188896,S00129863,6a2,Comfortable Suburbia,S01012544,"Dundonald, Loans and Symington - 03",2a,Ageing rural neighbourhoods,S02002350,"Dundonald, Loans and Symington",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188897 +188897,S00129530,7c2,Constrained Young Families,S01012501,"Lochside, Braehead and Whitletts - 02",4d,Hard-pressed flat dwellers,S02002343,"Lochside, Braehead and Whitletts",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188898 +188898,S00129912,1b3,Ageing Rural Flat Tenants,S01012449,Coylton - 04,5d,Endeavouring social renters,S02002334,Coylton,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188899 +188899,S00129670,6a3,Detached Retirement Living,S01012512,Heathfield - 01,5c,Comfortable neighbourhoods,S02002345,Heathfield,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188900 +188900,S00129527,7b2,Deprived Neighbourhoods,S01012501,"Lochside, Braehead and Whitletts - 02",4d,Hard-pressed flat dwellers,S02002343,"Lochside, Braehead and Whitletts",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188901 +188901,S00130114,8c2,Ageing Rural Industry Workers,S01012546,"Dundonald, Loans and Symington - 05",2d,Rural traits,S02002350,"Dundonald, Loans and Symington",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188902 +188902,S00130135,6a3,Detached Retirement Living,S01012551,Muirhead - 03,8b,Ageing suburbanites,S02002351,Muirhead,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188903 +188903,S00129886,6a2,Comfortable Suburbia,S01012455,Alloway and Doonfoot - 05,8a,Affluent communities,S02002335,Alloway and Doonfoot,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188904 +188904,S00129567,7c2,Constrained Young Families,S01012492,"Ayr North Harbour, Wallacetown and Newton South - 06",4d,Hard-pressed flat dwellers,S02002340,"Ayr North Harbour, Wallacetown and Newton South",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188905 +188905,S00130118,8c2,Ageing Rural Industry Workers,S01012431,Girvan Ailsa - 03,5a,Ageing urban communities,S02002331,Girvan Ailsa,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188906 +188906,S00129887,6a2,Comfortable Suburbia,S01012458,Alloway and Doonfoot - 08,8a,Affluent communities,S02002335,Alloway and Doonfoot,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188907 +188907,S00129960,6a2,Comfortable Suburbia,S01012445,Carrick North - 05,8c,Comfortable suburbia,S02002333,Carrick North,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188908 +188908,S00130004,6a2,Comfortable Suburbia,S01012459,Castlehill and Kincaidston - 01,8b,Ageing suburbanites,S02002336,Castlehill and Kincaidston,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188909 +188909,S00130005,6a2,Comfortable Suburbia,S01012459,Castlehill and Kincaidston - 01,8b,Ageing suburbanites,S02002336,Castlehill and Kincaidston,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188910 +188910,S00130019,6a2,Comfortable Suburbia,S01012473,Holmston and Forehill - 01,8b,Ageing suburbanites,S02002338,Holmston and Forehill,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188911 +188911,S00130024,6a2,Comfortable Suburbia,S01012455,Alloway and Doonfoot - 05,8a,Affluent communities,S02002335,Alloway and Doonfoot,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188912 +188912,S00130029,6a2,Comfortable Suburbia,S01012452,Alloway and Doonfoot - 02,8b,Ageing suburbanites,S02002335,Alloway and Doonfoot,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188913 +188913,S00130049,6a2,Comfortable Suburbia,S01012508,Newton North - 03,5c,Comfortable neighbourhoods,S02002344,Newton North,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188914 +188914,S00130138,6a2,Comfortable Suburbia,S01012553,Muirhead - 05,8c,Comfortable suburbia,S02002351,Muirhead,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188915 +188915,S00129301,5b2,Communal Retirement,S01012482,Ayr South Harbour and Town Centre - 03,5a,Ageing urban communities,S02002339,Ayr South Harbour and Town Centre,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188916 +188916,S00129302,5b2,Communal Retirement,S01012481,Ayr South Harbour and Town Centre - 02,4b,Constrained renters,S02002339,Ayr South Harbour and Town Centre,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188917 +188917,S00129322,5b2,Communal Retirement,S01012485,Ayr South Harbour and Town Centre - 06,8a,Affluent communities,S02002339,Ayr South Harbour and Town Centre,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188918 +188918,S00129326,5b2,Communal Retirement,S01012469,Belmont - 04,8a,Affluent communities,S02002337,Belmont,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188919 +188919,S00129330,5b2,Communal Retirement,S01012486,Ayr South Harbour and Town Centre - 07,8a,Affluent communities,S02002339,Ayr South Harbour and Town Centre,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188920 +188920,S00129331,5b2,Communal Retirement,S01012484,Ayr South Harbour and Town Centre - 05,5a,Ageing urban communities,S02002339,Ayr South Harbour and Town Centre,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188921 +188921,S00129335,5b2,Communal Retirement,S01012484,Ayr South Harbour and Town Centre - 05,5a,Ageing urban communities,S02002339,Ayr South Harbour and Town Centre,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188922 +188922,S00129624,5b2,Communal Retirement,S01012520,Prestwick West - 03,5a,Ageing urban communities,S02002346,Prestwick West,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188923 +188923,S00129685,6a3,Detached Retirement Living,S01012530,Prestwick East - 07,8b,Ageing suburbanites,S02002347,Prestwick East,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188924 +188924,S00129529,7b2,Deprived Neighbourhoods,S01012501,"Lochside, Braehead and Whitletts - 02",4d,Hard-pressed flat dwellers,S02002343,"Lochside, Braehead and Whitletts",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188925 +188925,S00129921,1b3,Ageing Rural Flat Tenants,S01012441,Carrick North - 01,2c,Remoter communities,S02002333,Carrick North,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188926 +188926,S00129630,5b2,Communal Retirement,S01012524,Prestwick East - 01,5c,Comfortable neighbourhoods,S02002347,Prestwick East,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188927 +188927,S00129648,5b2,Communal Retirement,S01012534,Prestwick Airport and Monkton - 04,5a,Ageing urban communities,S02002348,Prestwick Airport and Monkton,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188928 +188928,S00129755,5b2,Communal Retirement,S01012569,Troon - 07,8a,Affluent communities,S02002353,Troon,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188929 +188929,S00129768,5b2,Communal Retirement,S01012567,Troon - 05,4d,Hard-pressed flat dwellers,S02002353,Troon,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188930 +188930,S00129877,5b2,Communal Retirement,S01012486,Ayr South Harbour and Town Centre - 07,8a,Affluent communities,S02002339,Ayr South Harbour and Town Centre,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188931 +188931,S00129879,5b2,Communal Retirement,S01012484,Ayr South Harbour and Town Centre - 05,5a,Ageing urban communities,S02002339,Ayr South Harbour and Town Centre,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188932 +188932,S00129897,5b2,Communal Retirement,S01012518,Prestwick West - 01,5c,Comfortable neighbourhoods,S02002346,Prestwick West,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188933 +188933,S00129902,5b2,Communal Retirement,S01012506,Newton North - 01,5a,Ageing urban communities,S02002344,Newton North,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188934 +188934,S00130059,5b2,Communal Retirement,S01012493,Craigie - 01,5a,Ageing urban communities,S02002341,Craigie,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188935 +188935,S00130121,5b2,Communal Retirement,S01012482,Ayr South Harbour and Town Centre - 03,5a,Ageing urban communities,S02002339,Ayr South Harbour and Town Centre,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188936 +188936,S00129218,7c2,Constrained Young Families,S01012433,Girvan Ailsa - 05,5e,Primary sector workers,S02002331,Girvan Ailsa,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188937 +188937,S00129242,7c2,Constrained Young Families,S01012427,Girvan Glendoune - 04,4a,Challenged white communities,S02002330,Girvan Glendoune,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188938 +188938,S00129243,7c2,Constrained Young Families,S01012427,Girvan Glendoune - 04,4a,Challenged white communities,S02002330,Girvan Glendoune,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188939 +188939,S00129244,7c2,Constrained Young Families,S01012427,Girvan Glendoune - 04,4a,Challenged white communities,S02002330,Girvan Glendoune,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188940 +188940,S00129247,7c2,Constrained Young Families,S01012426,Girvan Glendoune - 03,4a,Challenged white communities,S02002330,Girvan Glendoune,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188941 +188941,S00129251,7c2,Constrained Young Families,S01012424,Girvan Glendoune - 01,5e,Primary sector workers,S02002330,Girvan Glendoune,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188942 +188942,S00129257,7c2,Constrained Young Families,S01012425,Girvan Glendoune - 02,4a,Challenged white communities,S02002330,Girvan Glendoune,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188943 +188943,S00129258,7c2,Constrained Young Families,S01012425,Girvan Glendoune - 02,4a,Challenged white communities,S02002330,Girvan Glendoune,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188944 +188944,S00129268,7c2,Constrained Young Families,S01012436,Maybole - 03,4a,Challenged white communities,S02002332,Maybole,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188945 +188945,S00129269,7c2,Constrained Young Families,S01012436,Maybole - 03,4a,Challenged white communities,S02002332,Maybole,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188946 +188946,S00129278,7c2,Constrained Young Families,S01012434,Maybole - 01,4a,Challenged white communities,S02002332,Maybole,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188947 +188947,S00129281,7c2,Constrained Young Families,S01012434,Maybole - 01,4a,Challenged white communities,S02002332,Maybole,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188948 +188948,S00129293,7c2,Constrained Young Families,S01012439,Maybole - 06,5a,Ageing urban communities,S02002332,Maybole,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188949 +188949,S00129363,7c2,Constrained Young Families,S01012463,Castlehill and Kincaidston - 05,4a,Challenged white communities,S02002336,Castlehill and Kincaidston,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188950 +188950,S00129366,7c2,Constrained Young Families,S01012464,Castlehill and Kincaidston - 06,4a,Challenged white communities,S02002336,Castlehill and Kincaidston,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188951 +188951,S00129511,7c2,Constrained Young Families,S01012502,"Lochside, Braehead and Whitletts - 03",4d,Hard-pressed flat dwellers,S02002343,"Lochside, Braehead and Whitletts",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188952 +188952,S00130136,6a3,Detached Retirement Living,S01012551,Muirhead - 03,8b,Ageing suburbanites,S02002351,Muirhead,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188953 +188953,S00129688,6a3,Detached Retirement Living,S01012530,Prestwick East - 07,8b,Ageing suburbanites,S02002347,Prestwick East,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188954 +188954,S00129690,6a3,Detached Retirement Living,S01012513,Heathfield - 02,8c,Comfortable suburbia,S02002345,Heathfield,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188955 +188955,S00129693,6a3,Detached Retirement Living,S01012527,Prestwick East - 04,5c,Comfortable neighbourhoods,S02002347,Prestwick East,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188956 +188956,S00129143,1c3,Detached Rural Retirement,S01012542,"Dundonald, Loans and Symington - 01",2a,Ageing rural neighbourhoods,S02002350,"Dundonald, Loans and Symington",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188957 +188957,S00129694,6a3,Detached Retirement Living,S01012527,Prestwick East - 04,5c,Comfortable neighbourhoods,S02002347,Prestwick East,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188958 +188958,S00130123,8c2,Ageing Rural Industry Workers,S01012515,Heathfield - 04,4a,Challenged white communities,S02002345,Heathfield,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188959 +188959,S00129566,7b2,Deprived Neighbourhoods,S01012492,"Ayr North Harbour, Wallacetown and Newton South - 06",4d,Hard-pressed flat dwellers,S02002340,"Ayr North Harbour, Wallacetown and Newton South",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188960 +188960,S00129153,1c3,Detached Rural Retirement,S01012538,"Annbank, Mossblown and Tarbolton - the Coalfields - 04",5e,Primary sector workers,S02002349,"Annbank, Mossblown and Tarbolton - the Coalfields",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188961 +188961,S00129146,1a3,Agricultural Communities,S01012543,"Dundonald, Loans and Symington - 02",2d,Rural traits,S02002350,"Dundonald, Loans and Symington",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188962 +188962,S00129172,1c3,Detached Rural Retirement,S01012569,Troon - 07,8a,Affluent communities,S02002353,Troon,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188963 +188963,S00129573,7b2,Deprived Neighbourhoods,S01012495,Craigie - 03,4a,Challenged white communities,S02002341,Craigie,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188964 +188964,S00129147,1a3,Agricultural Communities,S01012541,"Annbank, Mossblown and Tarbolton - the Coalfields - 07",2d,Rural traits,S02002349,"Annbank, Mossblown and Tarbolton - the Coalfields",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188965 +188965,S00129695,6a3,Detached Retirement Living,S01012526,Prestwick East - 03,8b,Ageing suburbanites,S02002347,Prestwick East,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188966 +188966,S00129316,1c3,Detached Rural Retirement,S01012471,Belmont - 06,8a,Affluent communities,S02002337,Belmont,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188967 +188967,S00129696,6a3,Detached Retirement Living,S01012527,Prestwick East - 04,5c,Comfortable neighbourhoods,S02002347,Prestwick East,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188968 +188968,S00129148,1a3,Agricultural Communities,S01012546,"Dundonald, Loans and Symington - 05",2d,Rural traits,S02002350,"Dundonald, Loans and Symington",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188969 +188969,S00129602,7b2,Deprived Neighbourhoods,S01012498,Dalmilling - 03,4a,Challenged white communities,S02002342,Dalmilling,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188970 +188970,S00129325,1c3,Detached Rural Retirement,S01012485,Ayr South Harbour and Town Centre - 06,8a,Affluent communities,S02002339,Ayr South Harbour and Town Centre,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188971 +188971,S00129704,6a3,Detached Retirement Living,S01012524,Prestwick East - 01,5c,Comfortable neighbourhoods,S02002347,Prestwick East,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188972 +188972,S00129149,1a3,Agricultural Communities,S01012539,"Annbank, Mossblown and Tarbolton - the Coalfields - 05",2d,Rural traits,S02002349,"Annbank, Mossblown and Tarbolton - the Coalfields",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188973 +188973,S00129942,7b2,Deprived Neighbourhoods,S01012470,Belmont - 05,5c,Comfortable neighbourhoods,S02002337,Belmont,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188974 +188974,S00129454,1c3,Detached Rural Retirement,S01012456,Alloway and Doonfoot - 06,8a,Affluent communities,S02002335,Alloway and Doonfoot,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188975 +188975,S00129705,6a3,Detached Retirement Living,S01012525,Prestwick East - 02,8b,Ageing suburbanites,S02002347,Prestwick East,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188976 +188976,S00129151,1a3,Agricultural Communities,S01012539,"Annbank, Mossblown and Tarbolton - the Coalfields - 05",2d,Rural traits,S02002349,"Annbank, Mossblown and Tarbolton - the Coalfields",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188977 +188977,S00130000,7b2,Deprived Neighbourhoods,S01012462,Castlehill and Kincaidston - 04,4a,Challenged white communities,S02002336,Castlehill and Kincaidston,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188978 +188978,S00129460,1c3,Detached Rural Retirement,S01012453,Alloway and Doonfoot - 03,8a,Affluent communities,S02002335,Alloway and Doonfoot,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188979 +188979,S00129309,7b1,Eastern European Communities,S01012483,Ayr South Harbour and Town Centre - 04,4d,Hard-pressed flat dwellers,S02002339,Ayr South Harbour and Town Centre,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188980 +188980,S00129313,7b1,Eastern European Communities,S01012483,Ayr South Harbour and Town Centre - 04,4d,Hard-pressed flat dwellers,S02002339,Ayr South Harbour and Town Centre,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188981 +188981,S00129478,7b1,Eastern European Communities,S01012489,"Ayr North Harbour, Wallacetown and Newton South - 03",4d,Hard-pressed flat dwellers,S02002340,"Ayr North Harbour, Wallacetown and Newton South",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188982 +188982,S00129482,7b1,Eastern European Communities,S01012491,"Ayr North Harbour, Wallacetown and Newton South - 05",4d,Hard-pressed flat dwellers,S02002340,"Ayr North Harbour, Wallacetown and Newton South",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188983 +188983,S00129483,7b1,Eastern European Communities,S01012489,"Ayr North Harbour, Wallacetown and Newton South - 03",4d,Hard-pressed flat dwellers,S02002340,"Ayr North Harbour, Wallacetown and Newton South",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188984 +188984,S00129484,7b1,Eastern European Communities,S01012489,"Ayr North Harbour, Wallacetown and Newton South - 03",4d,Hard-pressed flat dwellers,S02002340,"Ayr North Harbour, Wallacetown and Newton South",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188985 +188985,S00129485,7b1,Eastern European Communities,S01012489,"Ayr North Harbour, Wallacetown and Newton South - 03",4d,Hard-pressed flat dwellers,S02002340,"Ayr North Harbour, Wallacetown and Newton South",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188986 +188986,S00129487,7b1,Eastern European Communities,S01012489,"Ayr North Harbour, Wallacetown and Newton South - 03",4d,Hard-pressed flat dwellers,S02002340,"Ayr North Harbour, Wallacetown and Newton South",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188987 +188987,S00129505,7b1,Eastern European Communities,S01012505,"Lochside, Braehead and Whitletts - 06",4a,Challenged white communities,S02002343,"Lochside, Braehead and Whitletts",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188988 +188988,S00129510,7b1,Eastern European Communities,S01012505,"Lochside, Braehead and Whitletts - 06",4a,Challenged white communities,S02002343,"Lochside, Braehead and Whitletts",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188989 +188989,S00129535,7b1,Eastern European Communities,S01012488,"Ayr North Harbour, Wallacetown and Newton South - 02",4a,Challenged white communities,S02002340,"Ayr North Harbour, Wallacetown and Newton South",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188990 +188990,S00129560,7b1,Eastern European Communities,S01012491,"Ayr North Harbour, Wallacetown and Newton South - 05",4d,Hard-pressed flat dwellers,S02002340,"Ayr North Harbour, Wallacetown and Newton South",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188991 +188991,S00129564,7b1,Eastern European Communities,S01012492,"Ayr North Harbour, Wallacetown and Newton South - 06",4d,Hard-pressed flat dwellers,S02002340,"Ayr North Harbour, Wallacetown and Newton South",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188992 +188992,S00129925,1b3,Ageing Rural Flat Tenants,S01012550,Muirhead - 02,5c,Comfortable neighbourhoods,S02002351,Muirhead,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188993 +188993,S00129590,7c2,Constrained Young Families,S01012497,Dalmilling - 02,4a,Challenged white communities,S02002342,Dalmilling,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188994 +188994,S00129565,7b1,Eastern European Communities,S01012492,"Ayr North Harbour, Wallacetown and Newton South - 06",4d,Hard-pressed flat dwellers,S02002340,"Ayr North Harbour, Wallacetown and Newton South",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188995 +188995,S00129599,7b1,Eastern European Communities,S01012498,Dalmilling - 03,4a,Challenged white communities,S02002342,Dalmilling,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188996 +188996,S00129667,7b1,Eastern European Communities,S01012512,Heathfield - 01,5c,Comfortable neighbourhoods,S02002345,Heathfield,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188997 +188997,S00129668,7b1,Eastern European Communities,S01012512,Heathfield - 01,5c,Comfortable neighbourhoods,S02002345,Heathfield,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188998 +188998,S00129776,7b1,Eastern European Communities,S01012566,Troon - 04,4d,Hard-pressed flat dwellers,S02002353,Troon,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,188999 +188999,S00129898,7b1,Eastern European Communities,S01012490,"Ayr North Harbour, Wallacetown and Newton South - 04",4d,Hard-pressed flat dwellers,S02002340,"Ayr North Harbour, Wallacetown and Newton South",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189000 +189000,S00130034,7b1,Eastern European Communities,S01012490,"Ayr North Harbour, Wallacetown and Newton South - 04",4d,Hard-pressed flat dwellers,S02002340,"Ayr North Harbour, Wallacetown and Newton South",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189001 +189001,S00130058,7b1,Eastern European Communities,S01012492,"Ayr North Harbour, Wallacetown and Newton South - 06",4d,Hard-pressed flat dwellers,S02002340,"Ayr North Harbour, Wallacetown and Newton South",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189002 +189002,S00129310,7b3,Endeavouring Flat Dwellers,S01012483,Ayr South Harbour and Town Centre - 04,4d,Hard-pressed flat dwellers,S02002339,Ayr South Harbour and Town Centre,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189003 +189003,S00129311,7b3,Endeavouring Flat Dwellers,S01012483,Ayr South Harbour and Town Centre - 04,4d,Hard-pressed flat dwellers,S02002339,Ayr South Harbour and Town Centre,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189004 +189004,S00129312,7b3,Endeavouring Flat Dwellers,S01012483,Ayr South Harbour and Town Centre - 04,4d,Hard-pressed flat dwellers,S02002339,Ayr South Harbour and Town Centre,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189005 +189005,S00129473,7b3,Endeavouring Flat Dwellers,S01012490,"Ayr North Harbour, Wallacetown and Newton South - 04",4d,Hard-pressed flat dwellers,S02002340,"Ayr North Harbour, Wallacetown and Newton South",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189006 +189006,S00129475,7b3,Endeavouring Flat Dwellers,S01012487,"Ayr North Harbour, Wallacetown and Newton South - 01",4b,Constrained renters,S02002340,"Ayr North Harbour, Wallacetown and Newton South",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189007 +189007,S00129476,7b3,Endeavouring Flat Dwellers,S01012487,"Ayr North Harbour, Wallacetown and Newton South - 01",4b,Constrained renters,S02002340,"Ayr North Harbour, Wallacetown and Newton South",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189008 +189008,S00129481,7b3,Endeavouring Flat Dwellers,S01012489,"Ayr North Harbour, Wallacetown and Newton South - 03",4d,Hard-pressed flat dwellers,S02002340,"Ayr North Harbour, Wallacetown and Newton South",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189009 +189009,S00129488,7b3,Endeavouring Flat Dwellers,S01012491,"Ayr North Harbour, Wallacetown and Newton South - 05",4d,Hard-pressed flat dwellers,S02002340,"Ayr North Harbour, Wallacetown and Newton South",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189010 +189010,S00129501,7b3,Endeavouring Flat Dwellers,S01012507,Newton North - 02,4a,Challenged white communities,S02002344,Newton North,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189011 +189011,S00129507,7b3,Endeavouring Flat Dwellers,S01012505,"Lochside, Braehead and Whitletts - 06",4a,Challenged white communities,S02002343,"Lochside, Braehead and Whitletts",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189012 +189012,S00129512,7b3,Endeavouring Flat Dwellers,S01012502,"Lochside, Braehead and Whitletts - 03",4d,Hard-pressed flat dwellers,S02002343,"Lochside, Braehead and Whitletts",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189013 +189013,S00129522,7b3,Endeavouring Flat Dwellers,S01012504,"Lochside, Braehead and Whitletts - 05",4a,Challenged white communities,S02002343,"Lochside, Braehead and Whitletts",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189014 +189014,S00129158,1a3,Agricultural Communities,S01012448,Coylton - 03,2c,Remoter communities,S02002334,Coylton,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189015 +189015,S00129596,7c2,Constrained Young Families,S01012497,Dalmilling - 02,4a,Challenged white communities,S02002342,Dalmilling,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189016 +189016,S00129162,1a3,Agricultural Communities,S01012443,Carrick North - 03,2c,Remoter communities,S02002333,Carrick North,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189017 +189017,S00129164,1a3,Agricultural Communities,S01012443,Carrick North - 03,2c,Remoter communities,S02002333,Carrick North,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189018 +189018,S00129601,7c2,Constrained Young Families,S01012498,Dalmilling - 03,4a,Challenged white communities,S02002342,Dalmilling,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189019 +189019,S00130046,7b2,Deprived Neighbourhoods,S01012508,Newton North - 03,5c,Comfortable neighbourhoods,S02002344,Newton North,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189020 +189020,S00129169,1a3,Agricultural Communities,S01012532,Prestwick Airport and Monkton - 02,2d,Rural traits,S02002348,Prestwick Airport and Monkton,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189021 +189021,S00129707,6a3,Detached Retirement Living,S01012449,Coylton - 04,5d,Endeavouring social renters,S02002334,Coylton,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189022 +189022,S00129970,1b3,Ageing Rural Flat Tenants,S01012419,Carrick South - 03,2c,Remoter communities,S02002329,Carrick South,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189023 +189023,S00130057,7b2,Deprived Neighbourhoods,S01012490,"Ayr North Harbour, Wallacetown and Newton South - 04",4d,Hard-pressed flat dwellers,S02002340,"Ayr North Harbour, Wallacetown and Newton South",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189024 +189024,S00129713,6a3,Detached Retirement Living,S01012447,Coylton - 02,8b,Ageing suburbanites,S02002334,Coylton,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189025 +189025,S00130124,7b2,Deprived Neighbourhoods,S01012512,Heathfield - 01,5c,Comfortable neighbourhoods,S02002345,Heathfield,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189026 +189026,S00129720,6a3,Detached Retirement Living,S01012448,Coylton - 03,2c,Remoter communities,S02002334,Coylton,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189027 +189027,S00129971,1b3,Ageing Rural Flat Tenants,S01012419,Carrick South - 03,2c,Remoter communities,S02002329,Carrick South,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189028 +189028,S00129159,6a3,Detached Retirement Living,S01012448,Coylton - 03,2c,Remoter communities,S02002334,Coylton,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189029 +189029,S00129756,6a3,Detached Retirement Living,S01012564,Troon - 02,8a,Affluent communities,S02002353,Troon,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189030 +189030,S00129603,7c2,Constrained Young Families,S01012498,Dalmilling - 03,4a,Challenged white communities,S02002342,Dalmilling,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189031 +189031,S00129173,1a3,Agricultural Communities,S01012548,"Dundonald, Loans and Symington - 07",2d,Rural traits,S02002350,"Dundonald, Loans and Symington",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189032 +189032,S00129972,1b3,Ageing Rural Flat Tenants,S01012420,Carrick South - 04,2d,Rural traits,S02002329,Carrick South,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189033 +189033,S00129161,6a3,Detached Retirement Living,S01012442,Carrick North - 02,2a,Ageing rural neighbourhoods,S02002333,Carrick North,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189034 +189034,S00129176,1a3,Agricultural Communities,S01012423,Carrick South - 07,2d,Rural traits,S02002329,Carrick South,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189035 +189035,S00129758,6a3,Detached Retirement Living,S01012568,Troon - 06,5c,Comfortable neighbourhoods,S02002353,Troon,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189036 +189036,S00129975,1b3,Ageing Rural Flat Tenants,S01012417,Carrick South - 01,2d,Rural traits,S02002329,Carrick South,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189037 +189037,S00129729,7c2,Constrained Young Families,S01012538,"Annbank, Mossblown and Tarbolton - the Coalfields - 04",5e,Primary sector workers,S02002349,"Annbank, Mossblown and Tarbolton - the Coalfields",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189038 +189038,S00129171,6a3,Detached Retirement Living,S01012569,Troon - 07,8a,Affluent communities,S02002353,Troon,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189039 +189039,S00129177,1a3,Agricultural Communities,S01012441,Carrick North - 01,2c,Remoter communities,S02002333,Carrick North,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189040 +189040,S00129809,6a3,Detached Retirement Living,S01012557,Barassie - 01,8b,Ageing suburbanites,S02002352,Barassie,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189041 +189041,S00130047,1b3,Ageing Rural Flat Tenants,S01012508,Newton North - 03,5c,Comfortable neighbourhoods,S02002344,Newton North,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189042 +189042,S00129811,6a3,Detached Retirement Living,S01012557,Barassie - 01,8b,Ageing suburbanites,S02002352,Barassie,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189043 +189043,S00129191,6a3,Detached Retirement Living,S01012440,Maybole - 07,2d,Rural traits,S02002332,Maybole,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189044 +189044,S00130077,1b3,Ageing Rural Flat Tenants,S01012447,Coylton - 02,8b,Ageing suburbanites,S02002334,Coylton,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189045 +189045,S00129812,6a3,Detached Retirement Living,S01012556,Muirhead - 08,8b,Ageing suburbanites,S02002351,Muirhead,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189046 +189046,S00129748,7c2,Constrained Young Families,S01012539,"Annbank, Mossblown and Tarbolton - the Coalfields - 05",2d,Rural traits,S02002349,"Annbank, Mossblown and Tarbolton - the Coalfields",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189047 +189047,S00129813,6a3,Detached Retirement Living,S01012556,Muirhead - 08,8b,Ageing suburbanites,S02002351,Muirhead,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189048 +189048,S00129180,1a3,Agricultural Communities,S01012423,Carrick South - 07,2d,Rural traits,S02002329,Carrick South,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189049 +189049,S00129292,6a3,Detached Retirement Living,S01012439,Maybole - 06,5a,Ageing urban communities,S02002332,Maybole,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189050 +189050,S00130084,1b3,Ageing Rural Flat Tenants,S01012538,"Annbank, Mossblown and Tarbolton - the Coalfields - 04",5e,Primary sector workers,S02002349,"Annbank, Mossblown and Tarbolton - the Coalfields",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189051 +189051,S00129296,6a3,Detached Retirement Living,S01012440,Maybole - 07,2d,Rural traits,S02002332,Maybole,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189052 +189052,S00130134,1b3,Ageing Rural Flat Tenants,S01012531,Prestwick Airport and Monkton - 01,2d,Rural traits,S02002348,Prestwick Airport and Monkton,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189053 +189053,S00129749,7c2,Constrained Young Families,S01012539,"Annbank, Mossblown and Tarbolton - the Coalfields - 05",2d,Rural traits,S02002349,"Annbank, Mossblown and Tarbolton - the Coalfields",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189054 +189054,S00129315,6a3,Detached Retirement Living,S01012471,Belmont - 06,8a,Affluent communities,S02002337,Belmont,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189055 +189055,S00129181,1a3,Agricultural Communities,S01012423,Carrick South - 07,2d,Rural traits,S02002329,Carrick South,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189056 +189056,S00129155,8c2,Ageing Rural Industry Workers,S01012444,Carrick North - 04,2a,Ageing rural neighbourhoods,S02002333,Carrick North,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189057 +189057,S00129820,6a3,Detached Retirement Living,S01012555,Muirhead - 07,8b,Ageing suburbanites,S02002351,Muirhead,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189058 +189058,S00129805,7c2,Constrained Young Families,S01012559,Barassie - 03,4d,Hard-pressed flat dwellers,S02002352,Barassie,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189059 +189059,S00129824,6a3,Detached Retirement Living,S01012563,Troon - 01,8a,Affluent communities,S02002353,Troon,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189060 +189060,S00129317,6a3,Detached Retirement Living,S01012469,Belmont - 04,8a,Affluent communities,S02002337,Belmont,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189061 +189061,S00129851,7c2,Constrained Young Families,S01012545,"Dundonald, Loans and Symington - 04",5c,Comfortable neighbourhoods,S02002350,"Dundonald, Loans and Symington",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189062 +189062,S00129185,8c2,Ageing Rural Industry Workers,S01012421,Carrick South - 05,2d,Rural traits,S02002329,Carrick South,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189063 +189063,S00129825,6a3,Detached Retirement Living,S01012563,Troon - 01,8a,Affluent communities,S02002353,Troon,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189064 +189064,S00129183,1a3,Agricultural Communities,S01012443,Carrick North - 03,2c,Remoter communities,S02002333,Carrick North,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189065 +189065,S00129341,6a3,Detached Retirement Living,S01012470,Belmont - 05,5c,Comfortable neighbourhoods,S02002337,Belmont,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189066 +189066,S00129826,6a3,Detached Retirement Living,S01012563,Troon - 01,8a,Affluent communities,S02002353,Troon,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189067 +189067,S00129211,8c2,Ageing Rural Industry Workers,S01012417,Carrick South - 01,2d,Rural traits,S02002329,Carrick South,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189068 +189068,S00130033,7c2,Constrained Young Families,S01012490,"Ayr North Harbour, Wallacetown and Newton South - 04",4d,Hard-pressed flat dwellers,S02002340,"Ayr North Harbour, Wallacetown and Newton South",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189069 +189069,S00129827,6a3,Detached Retirement Living,S01012563,Troon - 01,8a,Affluent communities,S02002353,Troon,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189070 +189070,S00129348,6a3,Detached Retirement Living,S01012470,Belmont - 05,5c,Comfortable neighbourhoods,S02002337,Belmont,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189071 +189071,S00130037,7c2,Constrained Young Families,S01012500,"Lochside, Braehead and Whitletts - 01",4a,Challenged white communities,S02002343,"Lochside, Braehead and Whitletts",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189072 +189072,S00129250,8c2,Ageing Rural Industry Workers,S01012424,Girvan Glendoune - 01,5e,Primary sector workers,S02002330,Girvan Glendoune,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189073 +189073,S00129837,6a3,Detached Retirement Living,S01012552,Muirhead - 04,8b,Ageing suburbanites,S02002351,Muirhead,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189074 +189074,S00129184,1a3,Agricultural Communities,S01012422,Carrick South - 06,2d,Rural traits,S02002329,Carrick South,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189075 +189075,S00129378,6a3,Detached Retirement Living,S01012459,Castlehill and Kincaidston - 01,8b,Ageing suburbanites,S02002336,Castlehill and Kincaidston,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189076 +189076,S00130061,7c2,Constrained Young Families,S01012499,Dalmilling - 04,4a,Challenged white communities,S02002342,Dalmilling,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189077 +189077,S00129384,6a3,Detached Retirement Living,S01012460,Castlehill and Kincaidston - 02,8b,Ageing suburbanites,S02002336,Castlehill and Kincaidston,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189078 +189078,S00129187,1a3,Agricultural Communities,S01012422,Carrick South - 06,2d,Rural traits,S02002329,Carrick South,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189079 +189079,S00129842,6a3,Detached Retirement Living,S01012542,"Dundonald, Loans and Symington - 01",2a,Ageing rural neighbourhoods,S02002350,"Dundonald, Loans and Symington",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189080 +189080,S00130062,7c2,Constrained Young Families,S01012501,"Lochside, Braehead and Whitletts - 02",4d,Hard-pressed flat dwellers,S02002343,"Lochside, Braehead and Whitletts",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189081 +189081,S00129259,8c2,Ageing Rural Industry Workers,S01012424,Girvan Glendoune - 01,5e,Primary sector workers,S02002330,Girvan Glendoune,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189082 +189082,S00129392,6a3,Detached Retirement Living,S01012477,Holmston and Forehill - 05,8b,Ageing suburbanites,S02002338,Holmston and Forehill,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189083 +189083,S00129200,1a3,Agricultural Communities,S01012421,Carrick South - 05,2d,Rural traits,S02002329,Carrick South,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189084 +189084,S00129875,6a3,Detached Retirement Living,S01012438,Maybole - 05,2d,Rural traits,S02002332,Maybole,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189085 +189085,S00129166,5b1,Delayed Retirement,S01012531,Prestwick Airport and Monkton - 01,2d,Rural traits,S02002348,Prestwick Airport and Monkton,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189086 +189086,S00129270,8c2,Ageing Rural Industry Workers,S01012435,Maybole - 02,4a,Challenged white communities,S02002332,Maybole,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189087 +189087,S00129393,6a3,Detached Retirement Living,S01012475,Holmston and Forehill - 03,5c,Comfortable neighbourhoods,S02002338,Holmston and Forehill,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189088 +189088,S00129201,1a3,Agricultural Communities,S01012417,Carrick South - 01,2d,Rural traits,S02002329,Carrick South,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189089 +189089,S00129202,1a3,Agricultural Communities,S01012417,Carrick South - 01,2d,Rural traits,S02002329,Carrick South,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189090 +189090,S00129203,1a3,Agricultural Communities,S01012419,Carrick South - 03,2c,Remoter communities,S02002329,Carrick South,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189091 +189091,S00129204,1a3,Agricultural Communities,S01012419,Carrick South - 03,2c,Remoter communities,S02002329,Carrick South,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189092 +189092,S00129205,1a3,Agricultural Communities,S01012418,Carrick South - 02,2c,Remoter communities,S02002329,Carrick South,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189093 +189093,S00129206,1a3,Agricultural Communities,S01012418,Carrick South - 02,2c,Remoter communities,S02002329,Carrick South,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189094 +189094,S00129207,1a3,Agricultural Communities,S01012418,Carrick South - 02,2c,Remoter communities,S02002329,Carrick South,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189095 +189095,S00129209,1a3,Agricultural Communities,S01012418,Carrick South - 02,2c,Remoter communities,S02002329,Carrick South,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189096 +189096,S00129210,1a3,Agricultural Communities,S01012417,Carrick South - 01,2d,Rural traits,S02002329,Carrick South,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189097 +189097,S00129864,1a3,Agricultural Communities,S01012544,"Dundonald, Loans and Symington - 03",2a,Ageing rural neighbourhoods,S02002350,"Dundonald, Loans and Symington",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189098 +189098,S00129867,1a3,Agricultural Communities,S01012419,Carrick South - 03,2c,Remoter communities,S02002329,Carrick South,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189099 +189099,S00129870,1a3,Agricultural Communities,S01012418,Carrick South - 02,2c,Remoter communities,S02002329,Carrick South,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189100 +189100,S00129905,1a3,Agricultural Communities,S01012541,"Annbank, Mossblown and Tarbolton - the Coalfields - 07",2d,Rural traits,S02002349,"Annbank, Mossblown and Tarbolton - the Coalfields",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189101 +189101,S00129922,1a3,Agricultural Communities,S01012441,Carrick North - 01,2c,Remoter communities,S02002333,Carrick North,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189102 +189102,S00129955,1a3,Agricultural Communities,S01012541,"Annbank, Mossblown and Tarbolton - the Coalfields - 07",2d,Rural traits,S02002349,"Annbank, Mossblown and Tarbolton - the Coalfields",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189103 +189103,S00129957,1a3,Agricultural Communities,S01012541,"Annbank, Mossblown and Tarbolton - the Coalfields - 07",2d,Rural traits,S02002349,"Annbank, Mossblown and Tarbolton - the Coalfields",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189104 +189104,S00129959,1a3,Agricultural Communities,S01012532,Prestwick Airport and Monkton - 02,2d,Rural traits,S02002348,Prestwick Airport and Monkton,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189105 +189105,S00129973,1a3,Agricultural Communities,S01012422,Carrick South - 06,2d,Rural traits,S02002329,Carrick South,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189106 +189106,S00129212,7c1,Challenged Transitionaries,S01012430,Girvan Ailsa - 02,5e,Primary sector workers,S02002331,Girvan Ailsa,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189107 +189107,S00129228,7c1,Challenged Transitionaries,S01012430,Girvan Ailsa - 02,5e,Primary sector workers,S02002331,Girvan Ailsa,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189108 +189108,S00129271,7c1,Challenged Transitionaries,S01012435,Maybole - 02,4a,Challenged white communities,S02002332,Maybole,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189109 +189109,S00129275,7c1,Challenged Transitionaries,S01012435,Maybole - 02,4a,Challenged white communities,S02002332,Maybole,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189110 +189110,S00129280,7c1,Challenged Transitionaries,S01012435,Maybole - 02,4a,Challenged white communities,S02002332,Maybole,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189111 +189111,S00129419,6a3,Detached Retirement Living,S01012475,Holmston and Forehill - 03,5c,Comfortable neighbourhoods,S02002338,Holmston and Forehill,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189112 +189112,S00129272,8c2,Ageing Rural Industry Workers,S01012435,Maybole - 02,4a,Challenged white communities,S02002332,Maybole,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189113 +189113,S00129321,5b1,Delayed Retirement,S01012485,Ayr South Harbour and Town Centre - 06,8a,Affluent communities,S02002339,Ayr South Harbour and Town Centre,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189114 +189114,S00129420,6a3,Detached Retirement Living,S01012475,Holmston and Forehill - 03,5c,Comfortable neighbourhoods,S02002338,Holmston and Forehill,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189115 +189115,S00129273,8c2,Ageing Rural Industry Workers,S01012436,Maybole - 03,4a,Challenged white communities,S02002332,Maybole,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189116 +189116,S00129885,6a3,Detached Retirement Living,S01012455,Alloway and Doonfoot - 05,8a,Affluent communities,S02002335,Alloway and Doonfoot,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189117 +189117,S00129421,6a3,Detached Retirement Living,S01012475,Holmston and Forehill - 03,5c,Comfortable neighbourhoods,S02002338,Holmston and Forehill,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189118 +189118,S00129286,8c2,Ageing Rural Industry Workers,S01012440,Maybole - 07,2d,Rural traits,S02002332,Maybole,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189119 +189119,S00129328,5b1,Delayed Retirement,S01012485,Ayr South Harbour and Town Centre - 06,8a,Affluent communities,S02002339,Ayr South Harbour and Town Centre,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189120 +189120,S00129888,6a3,Detached Retirement Living,S01012458,Alloway and Doonfoot - 08,8a,Affluent communities,S02002335,Alloway and Doonfoot,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189121 +189121,S00129423,6a3,Detached Retirement Living,S01012457,Alloway and Doonfoot - 07,8b,Ageing suburbanites,S02002335,Alloway and Doonfoot,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189122 +189122,S00129288,8c2,Ageing Rural Industry Workers,S01012434,Maybole - 01,4a,Challenged white communities,S02002332,Maybole,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189123 +189123,S00129332,5b1,Delayed Retirement,S01012482,Ayr South Harbour and Town Centre - 03,5a,Ageing urban communities,S02002339,Ayr South Harbour and Town Centre,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189124 +189124,S00129892,6a3,Detached Retirement Living,S01012442,Carrick North - 02,2a,Ageing rural neighbourhoods,S02002333,Carrick North,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189125 +189125,S00129425,6a3,Detached Retirement Living,S01012457,Alloway and Doonfoot - 07,8b,Ageing suburbanites,S02002335,Alloway and Doonfoot,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189126 +189126,S00129431,6a3,Detached Retirement Living,S01012456,Alloway and Doonfoot - 06,8a,Affluent communities,S02002335,Alloway and Doonfoot,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189127 +189127,S00129433,6a3,Detached Retirement Living,S01012454,Alloway and Doonfoot - 04,8b,Ageing suburbanites,S02002335,Alloway and Doonfoot,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189128 +189128,S00129437,6a3,Detached Retirement Living,S01012444,Carrick North - 04,2a,Ageing rural neighbourhoods,S02002333,Carrick North,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189129 +189129,S00129439,6a3,Detached Retirement Living,S01012444,Carrick North - 04,2a,Ageing rural neighbourhoods,S02002333,Carrick North,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189130 +189130,S00129440,6a3,Detached Retirement Living,S01012454,Alloway and Doonfoot - 04,8b,Ageing suburbanites,S02002335,Alloway and Doonfoot,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189131 +189131,S00129441,6a3,Detached Retirement Living,S01012454,Alloway and Doonfoot - 04,8b,Ageing suburbanites,S02002335,Alloway and Doonfoot,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189132 +189132,S00129442,6a3,Detached Retirement Living,S01012472,Belmont - 07,8b,Ageing suburbanites,S02002337,Belmont,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189133 +189133,S00129445,6a3,Detached Retirement Living,S01012472,Belmont - 07,8b,Ageing suburbanites,S02002337,Belmont,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189134 +189134,S00129446,6a3,Detached Retirement Living,S01012472,Belmont - 07,8b,Ageing suburbanites,S02002337,Belmont,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189135 +189135,S00129447,6a3,Detached Retirement Living,S01012454,Alloway and Doonfoot - 04,8b,Ageing suburbanites,S02002335,Alloway and Doonfoot,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189136 +189136,S00129449,6a3,Detached Retirement Living,S01012471,Belmont - 06,8a,Affluent communities,S02002337,Belmont,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189137 +189137,S00129450,6a3,Detached Retirement Living,S01012472,Belmont - 07,8b,Ageing suburbanites,S02002337,Belmont,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189138 +189138,S00129451,6a3,Detached Retirement Living,S01012472,Belmont - 07,8b,Ageing suburbanites,S02002337,Belmont,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189139 +189139,S00129452,6a3,Detached Retirement Living,S01012471,Belmont - 06,8a,Affluent communities,S02002337,Belmont,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189140 +189140,S00129459,6a3,Detached Retirement Living,S01012453,Alloway and Doonfoot - 03,8a,Affluent communities,S02002335,Alloway and Doonfoot,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189141 +189141,S00129462,6a3,Detached Retirement Living,S01012452,Alloway and Doonfoot - 02,8b,Ageing suburbanites,S02002335,Alloway and Doonfoot,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189142 +189142,S00129456,5b1,Delayed Retirement,S01012451,Alloway and Doonfoot - 01,8a,Affluent communities,S02002335,Alloway and Doonfoot,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189143 +189143,S00129558,5b1,Delayed Retirement,S01012517,Heathfield - 06,4a,Challenged white communities,S02002345,Heathfield,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189144 +189144,S00129619,5b1,Delayed Retirement,S01012522,Prestwick West - 05,8b,Ageing suburbanites,S02002346,Prestwick West,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189145 +189145,S00129917,6a3,Detached Retirement Living,S01012552,Muirhead - 04,8b,Ageing suburbanites,S02002351,Muirhead,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189146 +189146,S00129765,5b1,Delayed Retirement,S01012566,Troon - 04,4d,Hard-pressed flat dwellers,S02002353,Troon,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189147 +189147,S00129927,6a3,Detached Retirement Living,S01012550,Muirhead - 02,5c,Comfortable neighbourhoods,S02002351,Muirhead,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189148 +189148,S00129291,8c2,Ageing Rural Industry Workers,S01012437,Maybole - 04,5d,Endeavouring social renters,S02002332,Maybole,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189149 +189149,S00129766,5b1,Delayed Retirement,S01012565,Troon - 03,5c,Comfortable neighbourhoods,S02002353,Troon,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189150 +189150,S00129931,6a3,Detached Retirement Living,S01012548,"Dundonald, Loans and Symington - 07",2d,Rural traits,S02002350,"Dundonald, Loans and Symington",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189151 +189151,S00129494,8c2,Ageing Rural Industry Workers,S01012509,Newton North - 04,5c,Comfortable neighbourhoods,S02002344,Newton North,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189152 +189152,S00129769,5b1,Delayed Retirement,S01012567,Troon - 05,4d,Hard-pressed flat dwellers,S02002353,Troon,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189153 +189153,S00129932,6a3,Detached Retirement Living,S01012547,"Dundonald, Loans and Symington - 06",5c,Comfortable neighbourhoods,S02002350,"Dundonald, Loans and Symington",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189154 +189154,S00129500,8c2,Ageing Rural Industry Workers,S01012507,Newton North - 02,4a,Challenged white communities,S02002344,Newton North,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189155 +189155,S00129779,5b1,Delayed Retirement,S01012566,Troon - 04,4d,Hard-pressed flat dwellers,S02002353,Troon,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189156 +189156,S00129933,6a3,Detached Retirement Living,S01012547,"Dundonald, Loans and Symington - 06",5c,Comfortable neighbourhoods,S02002350,"Dundonald, Loans and Symington",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189157 +189157,S00129504,8c2,Ageing Rural Industry Workers,S01012505,"Lochside, Braehead and Whitletts - 06",4a,Challenged white communities,S02002343,"Lochside, Braehead and Whitletts",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189158 +189158,S00129780,5b1,Delayed Retirement,S01012566,Troon - 04,4d,Hard-pressed flat dwellers,S02002353,Troon,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189159 +189159,S00129934,6a3,Detached Retirement Living,S01012547,"Dundonald, Loans and Symington - 06",5c,Comfortable neighbourhoods,S02002350,"Dundonald, Loans and Symington",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189160 +189160,S00129536,8c2,Ageing Rural Industry Workers,S01012511,Newton North - 06,5c,Comfortable neighbourhoods,S02002344,Newton North,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189161 +189161,S00129919,5b1,Delayed Retirement,S01012567,Troon - 05,4d,Hard-pressed flat dwellers,S02002353,Troon,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189162 +189162,S00130017,5b1,Delayed Retirement,S01012483,Ayr South Harbour and Town Centre - 04,4d,Hard-pressed flat dwellers,S02002339,Ayr South Harbour and Town Centre,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189163 +189163,S00130068,5b1,Delayed Retirement,S01012521,Prestwick West - 04,5c,Comfortable neighbourhoods,S02002346,Prestwick West,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189164 +189164,S00130132,5b1,Delayed Retirement,S01012533,Prestwick Airport and Monkton - 03,5c,Comfortable neighbourhoods,S02002348,Prestwick Airport and Monkton,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189165 +189165,S00130133,5b1,Delayed Retirement,S01012533,Prestwick Airport and Monkton - 03,5c,Comfortable neighbourhoods,S02002348,Prestwick Airport and Monkton,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189166 +189166,S00129220,8b1,Deprived Blue-Collar Terraces,S01012433,Girvan Ailsa - 05,5e,Primary sector workers,S02002331,Girvan Ailsa,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189167 +189167,S00129236,8b1,Deprived Blue-Collar Terraces,S01012428,Girvan Glendoune - 05,5d,Endeavouring social renters,S02002330,Girvan Glendoune,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189168 +189168,S00129490,8b1,Deprived Blue-Collar Terraces,S01012487,"Ayr North Harbour, Wallacetown and Newton South - 01",4b,Constrained renters,S02002340,"Ayr North Harbour, Wallacetown and Newton South",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189169 +189169,S00129534,8b1,Deprived Blue-Collar Terraces,S01012488,"Ayr North Harbour, Wallacetown and Newton South - 02",4a,Challenged white communities,S02002340,"Ayr North Harbour, Wallacetown and Newton South",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189170 +189170,S00129537,8b1,Deprived Blue-Collar Terraces,S01012488,"Ayr North Harbour, Wallacetown and Newton South - 02",4a,Challenged white communities,S02002340,"Ayr North Harbour, Wallacetown and Newton South",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189171 +189171,S00129542,8b1,Deprived Blue-Collar Terraces,S01012511,Newton North - 06,5c,Comfortable neighbourhoods,S02002344,Newton North,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189172 +189172,S00129681,8b1,Deprived Blue-Collar Terraces,S01012523,Prestwick West - 06,5c,Comfortable neighbourhoods,S02002346,Prestwick West,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189173 +189173,S00130044,8b1,Deprived Blue-Collar Terraces,S01012488,"Ayr North Harbour, Wallacetown and Newton South - 02",4a,Challenged white communities,S02002340,"Ayr North Harbour, Wallacetown and Newton South",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189174 +189174,S00129245,7b2,Deprived Neighbourhoods,S01012426,Girvan Glendoune - 03,4a,Challenged white communities,S02002330,Girvan Glendoune,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189175 +189175,S00129474,7b2,Deprived Neighbourhoods,S01012490,"Ayr North Harbour, Wallacetown and Newton South - 04",4d,Hard-pressed flat dwellers,S02002340,"Ayr North Harbour, Wallacetown and Newton South",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189176 +189176,S00129948,6a3,Detached Retirement Living,S01012457,Alloway and Doonfoot - 07,8b,Ageing suburbanites,S02002335,Alloway and Doonfoot,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189177 +189177,S00129949,6a3,Detached Retirement Living,S01012457,Alloway and Doonfoot - 07,8b,Ageing suburbanites,S02002335,Alloway and Doonfoot,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189178 +189178,S00130002,6a3,Detached Retirement Living,S01012460,Castlehill and Kincaidston - 02,8b,Ageing suburbanites,S02002336,Castlehill and Kincaidston,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189179 +189179,S00130003,6a3,Detached Retirement Living,S01012460,Castlehill and Kincaidston - 02,8b,Ageing suburbanites,S02002336,Castlehill and Kincaidston,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189180 +189180,S00130008,6a3,Detached Retirement Living,S01012460,Castlehill and Kincaidston - 02,8b,Ageing suburbanites,S02002336,Castlehill and Kincaidston,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189181 +189181,S00130010,6a3,Detached Retirement Living,S01012477,Holmston and Forehill - 05,8b,Ageing suburbanites,S02002338,Holmston and Forehill,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189182 +189182,S00129538,8c2,Ageing Rural Industry Workers,S01012511,Newton North - 06,5c,Comfortable neighbourhoods,S02002344,Newton North,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189183 +189183,S00129598,8c2,Ageing Rural Industry Workers,S01012498,Dalmilling - 03,4a,Challenged white communities,S02002342,Dalmilling,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189184 +189184,S00129656,8c2,Ageing Rural Industry Workers,S01012528,Prestwick East - 05,5d,Endeavouring social renters,S02002347,Prestwick East,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189185 +189185,S00129679,8c2,Ageing Rural Industry Workers,S01012523,Prestwick West - 06,5c,Comfortable neighbourhoods,S02002346,Prestwick West,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189186 +189186,S00129691,8c2,Ageing Rural Industry Workers,S01012516,Heathfield - 05,5c,Comfortable neighbourhoods,S02002345,Heathfield,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189187 +189187,S00129736,8c2,Ageing Rural Industry Workers,S01012537,"Annbank, Mossblown and Tarbolton - the Coalfields - 03",5d,Endeavouring social renters,S02002349,"Annbank, Mossblown and Tarbolton - the Coalfields",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189188 +189188,S00129738,8c2,Ageing Rural Industry Workers,S01012539,"Annbank, Mossblown and Tarbolton - the Coalfields - 05",2d,Rural traits,S02002349,"Annbank, Mossblown and Tarbolton - the Coalfields",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189189 +189189,S00129742,8c2,Ageing Rural Industry Workers,S01012540,"Annbank, Mossblown and Tarbolton - the Coalfields - 06",4a,Challenged white communities,S02002349,"Annbank, Mossblown and Tarbolton - the Coalfields",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189190 +189190,S00129744,8c2,Ageing Rural Industry Workers,S01012540,"Annbank, Mossblown and Tarbolton - the Coalfields - 06",4a,Challenged white communities,S02002349,"Annbank, Mossblown and Tarbolton - the Coalfields",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189191 +189191,S00129830,8c2,Ageing Rural Industry Workers,S01012550,Muirhead - 02,5c,Comfortable neighbourhoods,S02002351,Muirhead,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189192 +189192,S00129840,8c2,Ageing Rural Industry Workers,S01012548,"Dundonald, Loans and Symington - 07",2d,Rural traits,S02002350,"Dundonald, Loans and Symington",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189193 +189193,S00129852,8c2,Ageing Rural Industry Workers,S01012545,"Dundonald, Loans and Symington - 04",5c,Comfortable neighbourhoods,S02002350,"Dundonald, Loans and Symington",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189194 +189194,S00129854,8c2,Ageing Rural Industry Workers,S01012547,"Dundonald, Loans and Symington - 06",5c,Comfortable neighbourhoods,S02002350,"Dundonald, Loans and Symington",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189195 +189195,S00129873,8c2,Ageing Rural Industry Workers,S01012420,Carrick South - 04,2d,Rural traits,S02002329,Carrick South,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189196 +189196,S00129913,8c2,Ageing Rural Industry Workers,S01012449,Coylton - 04,5d,Endeavouring social renters,S02002334,Coylton,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189197 +189197,S00129918,8c2,Ageing Rural Industry Workers,S01012540,"Annbank, Mossblown and Tarbolton - the Coalfields - 06",4a,Challenged white communities,S02002349,"Annbank, Mossblown and Tarbolton - the Coalfields",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189198 +189198,S00129936,8c2,Ageing Rural Industry Workers,S01012423,Carrick South - 07,2d,Rural traits,S02002329,Carrick South,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189199 +189199,S00129939,8c2,Ageing Rural Industry Workers,S01012426,Girvan Glendoune - 03,4a,Challenged white communities,S02002330,Girvan Glendoune,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189200 +189200,S00129543,7b3,Endeavouring Flat Dwellers,S01012507,Newton North - 02,4a,Challenged white communities,S02002344,Newton North,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189201 +189201,S00129551,7b3,Endeavouring Flat Dwellers,S01012517,Heathfield - 06,4a,Challenged white communities,S02002345,Heathfield,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189202 +189202,S00129552,7b3,Endeavouring Flat Dwellers,S01012517,Heathfield - 06,4a,Challenged white communities,S02002345,Heathfield,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189203 +189203,S00129554,7b3,Endeavouring Flat Dwellers,S01012510,Newton North - 05,5c,Comfortable neighbourhoods,S02002344,Newton North,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189204 +189204,S00129555,7b3,Endeavouring Flat Dwellers,S01012517,Heathfield - 06,4a,Challenged white communities,S02002345,Heathfield,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189205 +189205,S00129568,7b3,Endeavouring Flat Dwellers,S01012491,"Ayr North Harbour, Wallacetown and Newton South - 05",4d,Hard-pressed flat dwellers,S02002340,"Ayr North Harbour, Wallacetown and Newton South",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189206 +189206,S00129592,7b3,Endeavouring Flat Dwellers,S01012503,"Lochside, Braehead and Whitletts - 04",4a,Challenged white communities,S02002343,"Lochside, Braehead and Whitletts",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189207 +189207,S00129593,7b3,Endeavouring Flat Dwellers,S01012503,"Lochside, Braehead and Whitletts - 04",4a,Challenged white communities,S02002343,"Lochside, Braehead and Whitletts",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189208 +189208,S00129610,7b3,Endeavouring Flat Dwellers,S01012506,Newton North - 01,5a,Ageing urban communities,S02002344,Newton North,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189209 +189209,S00129650,7b3,Endeavouring Flat Dwellers,S01012534,Prestwick Airport and Monkton - 04,5a,Ageing urban communities,S02002348,Prestwick Airport and Monkton,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189210 +189210,S00129775,7b3,Endeavouring Flat Dwellers,S01012566,Troon - 04,4d,Hard-pressed flat dwellers,S02002353,Troon,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189211 +189211,S00129835,6b4,Older Workers and Retirement,S01012550,Muirhead - 02,5c,Comfortable neighbourhoods,S02002351,Muirhead,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189212 +189212,S00129782,7b3,Endeavouring Flat Dwellers,S01012566,Troon - 04,4d,Hard-pressed flat dwellers,S02002353,Troon,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189213 +189213,S00129787,7b3,Endeavouring Flat Dwellers,S01012562,Barassie - 06,4d,Hard-pressed flat dwellers,S02002352,Barassie,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189214 +189214,S00129839,6b4,Older Workers and Retirement,S01012548,"Dundonald, Loans and Symington - 07",2d,Rural traits,S02002350,"Dundonald, Loans and Symington",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189215 +189215,S00129789,7b3,Endeavouring Flat Dwellers,S01012561,Barassie - 05,5c,Comfortable neighbourhoods,S02002352,Barassie,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189216 +189216,S00129866,6b4,Older Workers and Retirement,S01012544,"Dundonald, Loans and Symington - 03",2a,Ageing rural neighbourhoods,S02002350,"Dundonald, Loans and Symington",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189217 +189217,S00129586,8b2,Hard-Pressed Rented Terraces,S01012496,Dalmilling - 01,4a,Challenged white communities,S02002342,Dalmilling,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189218 +189218,S00129303,2c2,Migrant Commuters,S01012481,Ayr South Harbour and Town Centre - 02,4b,Constrained renters,S02002339,Ayr South Harbour and Town Centre,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189219 +189219,S00129793,7b3,Endeavouring Flat Dwellers,S01012562,Barassie - 06,4d,Hard-pressed flat dwellers,S02002352,Barassie,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189220 +189220,S00129794,7b3,Endeavouring Flat Dwellers,S01012562,Barassie - 06,4d,Hard-pressed flat dwellers,S02002352,Barassie,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189221 +189221,S00129795,7b3,Endeavouring Flat Dwellers,S01012562,Barassie - 06,4d,Hard-pressed flat dwellers,S02002352,Barassie,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189222 +189222,S00129832,7b3,Endeavouring Flat Dwellers,S01012549,Muirhead - 01,4a,Challenged white communities,S02002351,Muirhead,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189223 +189223,S00129896,7b3,Endeavouring Flat Dwellers,S01012488,"Ayr North Harbour, Wallacetown and Newton South - 02",4a,Challenged white communities,S02002340,"Ayr North Harbour, Wallacetown and Newton South",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189224 +189224,S00129993,7b3,Endeavouring Flat Dwellers,S01012480,Ayr South Harbour and Town Centre - 01,4d,Hard-pressed flat dwellers,S02002339,Ayr South Harbour and Town Centre,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189225 +189225,S00129997,7b3,Endeavouring Flat Dwellers,S01012481,Ayr South Harbour and Town Centre - 02,4b,Constrained renters,S02002339,Ayr South Harbour and Town Centre,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189226 +189226,S00130036,7b3,Endeavouring Flat Dwellers,S01012507,Newton North - 02,4a,Challenged white communities,S02002344,Newton North,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189227 +189227,S00130043,7b3,Endeavouring Flat Dwellers,S01012488,"Ayr North Harbour, Wallacetown and Newton South - 02",4a,Challenged white communities,S02002340,"Ayr North Harbour, Wallacetown and Newton South",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189228 +189228,S00130053,7b3,Endeavouring Flat Dwellers,S01012493,Craigie - 01,5a,Ageing urban communities,S02002341,Craigie,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189229 +189229,S00130054,7b3,Endeavouring Flat Dwellers,S01012492,"Ayr North Harbour, Wallacetown and Newton South - 06",4d,Hard-pressed flat dwellers,S02002340,"Ayr North Harbour, Wallacetown and Newton South",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189230 +189230,S00130056,7b3,Endeavouring Flat Dwellers,S01012491,"Ayr North Harbour, Wallacetown and Newton South - 05",4d,Hard-pressed flat dwellers,S02002340,"Ayr North Harbour, Wallacetown and Newton South",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189231 +189231,S00129142,1a2,Established Farming Communities,S01012542,"Dundonald, Loans and Symington - 01",2a,Ageing rural neighbourhoods,S02002350,"Dundonald, Loans and Symington",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189232 +189232,S00129182,1a2,Established Farming Communities,S01012441,Carrick North - 01,2c,Remoter communities,S02002333,Carrick North,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189233 +189233,S00130023,1a2,Established Farming Communities,S01012455,Alloway and Doonfoot - 05,8a,Affluent communities,S02002335,Alloway and Doonfoot,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189234 +189234,S00129214,5a3,Families in Terraces and Flats,S01012431,Girvan Ailsa - 03,5a,Ageing urban communities,S02002331,Girvan Ailsa,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189235 +189235,S00129239,8b2,Hard-Pressed Rented Terraces,S01012427,Girvan Glendoune - 04,4a,Challenged white communities,S02002330,Girvan Glendoune,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189236 +189236,S00130064,7d4,Retired City Hardship,S01012520,Prestwick West - 03,5a,Ageing urban communities,S02002346,Prestwick West,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189237 +189237,S00129230,5a3,Families in Terraces and Flats,S01012429,Girvan Ailsa - 01,5e,Primary sector workers,S02002331,Girvan Ailsa,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189238 +189238,S00129274,5a3,Families in Terraces and Flats,S01012439,Maybole - 06,5a,Ageing urban communities,S02002332,Maybole,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189239 +189239,S00129492,5a3,Families in Terraces and Flats,S01012487,"Ayr North Harbour, Wallacetown and Newton South - 01",4b,Constrained renters,S02002340,"Ayr North Harbour, Wallacetown and Newton South",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189240 +189240,S00129495,5a3,Families in Terraces and Flats,S01012487,"Ayr North Harbour, Wallacetown and Newton South - 01",4b,Constrained renters,S02002340,"Ayr North Harbour, Wallacetown and Newton South",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189241 +189241,S00129639,5a3,Families in Terraces and Flats,S01012519,Prestwick West - 02,5e,Primary sector workers,S02002346,Prestwick West,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189242 +189242,S00129920,5a3,Families in Terraces and Flats,S01012567,Troon - 05,4d,Hard-pressed flat dwellers,S02002353,Troon,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189243 +189243,S00129986,5a3,Families in Terraces and Flats,S01012481,Ayr South Harbour and Town Centre - 02,4b,Constrained renters,S02002339,Ayr South Harbour and Town Centre,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189244 +189244,S00129266,7a2,Hampered Aspiration,S01012436,Maybole - 03,4a,Challenged white communities,S02002332,Maybole,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189245 +189245,S00129306,7a2,Hampered Aspiration,S01012482,Ayr South Harbour and Town Centre - 03,5a,Ageing urban communities,S02002339,Ayr South Harbour and Town Centre,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189246 +189246,S00129307,7a2,Hampered Aspiration,S01012482,Ayr South Harbour and Town Centre - 03,5a,Ageing urban communities,S02002339,Ayr South Harbour and Town Centre,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189247 +189247,S00129631,7a2,Hampered Aspiration,S01012521,Prestwick West - 04,5c,Comfortable neighbourhoods,S02002346,Prestwick West,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189248 +189248,S00129806,7a2,Hampered Aspiration,S01012559,Barassie - 03,4d,Hard-pressed flat dwellers,S02002352,Barassie,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189249 +189249,S00130032,7a2,Hampered Aspiration,S01012490,"Ayr North Harbour, Wallacetown and Newton South - 04",4d,Hard-pressed flat dwellers,S02002340,"Ayr North Harbour, Wallacetown and Newton South",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189250 +189250,S00130093,7a2,Hampered Aspiration,S01012566,Troon - 04,4d,Hard-pressed flat dwellers,S02002353,Troon,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189251 +189251,S00129240,8d3,Hard-Pressed European Settlers,S01012428,Girvan Glendoune - 05,5d,Endeavouring social renters,S02002330,Girvan Glendoune,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189252 +189252,S00129294,8d3,Hard-Pressed European Settlers,S01012439,Maybole - 06,5a,Ageing urban communities,S02002332,Maybole,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189253 +189253,S00129533,8d3,Hard-Pressed European Settlers,S01012517,Heathfield - 06,4a,Challenged white communities,S02002345,Heathfield,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189254 +189254,S00129608,8d3,Hard-Pressed European Settlers,S01012499,Dalmilling - 04,4a,Challenged white communities,S02002342,Dalmilling,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189255 +189255,S00129227,8b2,Hard-Pressed Rented Terraces,S01012430,Girvan Ailsa - 02,5e,Primary sector workers,S02002331,Girvan Ailsa,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189256 +189256,S00129237,8b2,Hard-Pressed Rented Terraces,S01012428,Girvan Glendoune - 05,5d,Endeavouring social renters,S02002330,Girvan Glendoune,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189257 +189257,S00130098,7c3,Outer City Hardship,S01012561,Barassie - 05,5c,Comfortable neighbourhoods,S02002352,Barassie,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189258 +189258,S00129165,6a1,Indian Tech Achievers,S01012455,Alloway and Doonfoot - 05,8a,Affluent communities,S02002335,Alloway and Doonfoot,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189259 +189259,S00129961,6a1,Indian Tech Achievers,S01012445,Carrick North - 05,8c,Comfortable suburbia,S02002333,Carrick North,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189260 +189260,S00129605,8b2,Hard-Pressed Rented Terraces,S01012499,Dalmilling - 04,4a,Challenged white communities,S02002342,Dalmilling,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189261 +189261,S00129304,2c2,Migrant Commuters,S01012481,Ayr South Harbour and Town Centre - 02,4b,Constrained renters,S02002339,Ayr South Harbour and Town Centre,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189262 +189262,S00130122,7c3,Outer City Hardship,S01012515,Heathfield - 04,4a,Challenged white communities,S02002345,Heathfield,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189263 +189263,S00130007,6a1,Indian Tech Achievers,S01012460,Castlehill and Kincaidston - 02,8b,Ageing suburbanites,S02002336,Castlehill and Kincaidston,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189264 +189264,S00129908,6b4,Older Workers and Retirement,S01012525,Prestwick East - 02,8b,Ageing suburbanites,S02002347,Prestwick East,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189265 +189265,S00129241,8b2,Hard-Pressed Rented Terraces,S01012427,Girvan Glendoune - 04,4a,Challenged white communities,S02002330,Girvan Glendoune,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189266 +189266,S00129192,8a2,Industrious Hardship,S01012443,Carrick North - 03,2c,Remoter communities,S02002333,Carrick North,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189267 +189267,S00129607,8b2,Hard-Pressed Rented Terraces,S01012499,Dalmilling - 04,4a,Challenged white communities,S02002342,Dalmilling,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189268 +189268,S00129489,2c3,Professional Service Cosmopolitans,S01012489,"Ayr North Harbour, Wallacetown and Newton South - 03",4d,Hard-pressed flat dwellers,S02002340,"Ayr North Harbour, Wallacetown and Newton South",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189269 +189269,S00129305,2c2,Migrant Commuters,S01012481,Ayr South Harbour and Town Centre - 02,4b,Constrained renters,S02002339,Ayr South Harbour and Town Centre,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189270 +189270,S00129998,6b4,Older Workers and Retirement,S01012469,Belmont - 04,8a,Affluent communities,S02002337,Belmont,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189271 +189271,S00130120,7d4,Retired City Hardship,S01012482,Ayr South Harbour and Town Centre - 03,5a,Ageing urban communities,S02002339,Ayr South Harbour and Town Centre,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189272 +189272,S00129314,2c2,Migrant Commuters,S01012483,Ayr South Harbour and Town Centre - 04,4d,Hard-pressed flat dwellers,S02002339,Ayr South Harbour and Town Centre,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189273 +189273,S00129651,8b2,Hard-Pressed Rented Terraces,S01012533,Prestwick Airport and Monkton - 03,5c,Comfortable neighbourhoods,S02002348,Prestwick Airport and Monkton,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189274 +189274,S00129773,2c3,Professional Service Cosmopolitans,S01012567,Troon - 05,4d,Hard-pressed flat dwellers,S02002353,Troon,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189275 +189275,S00129216,7d3,Retired Communal City Dwellers,S01012431,Girvan Ailsa - 03,5a,Ageing urban communities,S02002331,Girvan Ailsa,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189276 +189276,S00130027,6b4,Older Workers and Retirement,S01012452,Alloway and Doonfoot - 02,8b,Ageing suburbanites,S02002335,Alloway and Doonfoot,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189277 +189277,S00129248,8b2,Hard-Pressed Rented Terraces,S01012424,Girvan Glendoune - 01,5e,Primary sector workers,S02002330,Girvan Glendoune,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189278 +189278,S00129899,2c2,Migrant Commuters,S01012492,"Ayr North Harbour, Wallacetown and Newton South - 06",4d,Hard-pressed flat dwellers,S02002340,"Ayr North Harbour, Wallacetown and Newton South",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189279 +189279,S00129252,8a2,Industrious Hardship,S01012426,Girvan Glendoune - 03,4a,Challenged white communities,S02002330,Girvan Glendoune,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189280 +189280,S00129659,8b2,Hard-Pressed Rented Terraces,S01012528,Prestwick East - 05,5d,Endeavouring social renters,S02002347,Prestwick East,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189281 +189281,S00129987,2c3,Professional Service Cosmopolitans,S01012480,Ayr South Harbour and Town Centre - 01,4d,Hard-pressed flat dwellers,S02002339,Ayr South Harbour and Town Centre,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189282 +189282,S00129480,7d3,Retired Communal City Dwellers,S01012489,"Ayr North Harbour, Wallacetown and Newton South - 03",4d,Hard-pressed flat dwellers,S02002340,"Ayr North Harbour, Wallacetown and Newton South",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189283 +189283,S00129988,2c3,Professional Service Cosmopolitans,S01012480,Ayr South Harbour and Town Centre - 01,4d,Hard-pressed flat dwellers,S02002339,Ayr South Harbour and Town Centre,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189284 +189284,S00129254,8a2,Industrious Hardship,S01012424,Girvan Glendoune - 01,5e,Primary sector workers,S02002330,Girvan Glendoune,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189285 +189285,S00129660,8b2,Hard-Pressed Rented Terraces,S01012528,Prestwick East - 05,5d,Endeavouring social renters,S02002347,Prestwick East,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189286 +189286,S00129989,2c2,Migrant Commuters,S01012480,Ayr South Harbour and Town Centre - 01,4d,Hard-pressed flat dwellers,S02002339,Ayr South Harbour and Town Centre,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189287 +189287,S00129308,7d2,Retired Independent City Dwellers,S01012482,Ayr South Harbour and Town Centre - 03,5a,Ageing urban communities,S02002339,Ayr South Harbour and Town Centre,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189288 +189288,S00129253,8b2,Hard-Pressed Rented Terraces,S01012424,Girvan Glendoune - 01,5e,Primary sector workers,S02002330,Girvan Glendoune,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189289 +189289,S00130060,6b4,Older Workers and Retirement,S01012493,Craigie - 01,5a,Ageing urban communities,S02002341,Craigie,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189290 +189290,S00129990,2c3,Professional Service Cosmopolitans,S01012480,Ayr South Harbour and Town Centre - 01,4d,Hard-pressed flat dwellers,S02002339,Ayr South Harbour and Town Centre,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189291 +189291,S00129263,8a2,Industrious Hardship,S01012422,Carrick South - 06,2d,Rural traits,S02002329,Carrick South,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189292 +189292,S00129661,8b2,Hard-Pressed Rented Terraces,S01012528,Prestwick East - 05,5d,Endeavouring social renters,S02002347,Prestwick East,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189293 +189293,S00129662,8b2,Hard-Pressed Rented Terraces,S01012529,Prestwick East - 06,5a,Ageing urban communities,S02002347,Prestwick East,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189294 +189294,S00129664,8b2,Hard-Pressed Rented Terraces,S01012529,Prestwick East - 06,5a,Ageing urban communities,S02002347,Prestwick East,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189295 +189295,S00129669,8b2,Hard-Pressed Rented Terraces,S01012515,Heathfield - 04,4a,Challenged white communities,S02002345,Heathfield,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189296 +189296,S00129698,8b2,Hard-Pressed Rented Terraces,S01012533,Prestwick Airport and Monkton - 03,5c,Comfortable neighbourhoods,S02002348,Prestwick Airport and Monkton,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189297 +189297,S00129699,8b2,Hard-Pressed Rented Terraces,S01012532,Prestwick Airport and Monkton - 02,2d,Rural traits,S02002348,Prestwick Airport and Monkton,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189298 +189298,S00129710,8b2,Hard-Pressed Rented Terraces,S01012449,Coylton - 04,5d,Endeavouring social renters,S02002334,Coylton,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189299 +189299,S00129711,8b2,Hard-Pressed Rented Terraces,S01012449,Coylton - 04,5d,Endeavouring social renters,S02002334,Coylton,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189300 +189300,S00129727,8b2,Hard-Pressed Rented Terraces,S01012536,"Annbank, Mossblown and Tarbolton - the Coalfields - 02",5d,Endeavouring social renters,S02002349,"Annbank, Mossblown and Tarbolton - the Coalfields",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189301 +189301,S00129728,8b2,Hard-Pressed Rented Terraces,S01012538,"Annbank, Mossblown and Tarbolton - the Coalfields - 04",5e,Primary sector workers,S02002349,"Annbank, Mossblown and Tarbolton - the Coalfields",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189302 +189302,S00129731,8b2,Hard-Pressed Rented Terraces,S01012537,"Annbank, Mossblown and Tarbolton - the Coalfields - 03",5d,Endeavouring social renters,S02002349,"Annbank, Mossblown and Tarbolton - the Coalfields",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189303 +189303,S00129732,8b2,Hard-Pressed Rented Terraces,S01012537,"Annbank, Mossblown and Tarbolton - the Coalfields - 03",5d,Endeavouring social renters,S02002349,"Annbank, Mossblown and Tarbolton - the Coalfields",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189304 +189304,S00129733,8b2,Hard-Pressed Rented Terraces,S01012537,"Annbank, Mossblown and Tarbolton - the Coalfields - 03",5d,Endeavouring social renters,S02002349,"Annbank, Mossblown and Tarbolton - the Coalfields",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189305 +189305,S00129734,8b2,Hard-Pressed Rented Terraces,S01012537,"Annbank, Mossblown and Tarbolton - the Coalfields - 03",5d,Endeavouring social renters,S02002349,"Annbank, Mossblown and Tarbolton - the Coalfields",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189306 +189306,S00129735,8b2,Hard-Pressed Rented Terraces,S01012537,"Annbank, Mossblown and Tarbolton - the Coalfields - 03",5d,Endeavouring social renters,S02002349,"Annbank, Mossblown and Tarbolton - the Coalfields",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189307 +189307,S00129737,8b2,Hard-Pressed Rented Terraces,S01012539,"Annbank, Mossblown and Tarbolton - the Coalfields - 05",2d,Rural traits,S02002349,"Annbank, Mossblown and Tarbolton - the Coalfields",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189308 +189308,S00129746,8b2,Hard-Pressed Rented Terraces,S01012540,"Annbank, Mossblown and Tarbolton - the Coalfields - 06",4a,Challenged white communities,S02002349,"Annbank, Mossblown and Tarbolton - the Coalfields",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189309 +189309,S00129750,8b2,Hard-Pressed Rented Terraces,S01012532,Prestwick Airport and Monkton - 02,2d,Rural traits,S02002348,Prestwick Airport and Monkton,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189310 +189310,S00129752,8b2,Hard-Pressed Rented Terraces,S01012531,Prestwick Airport and Monkton - 01,2d,Rural traits,S02002348,Prestwick Airport and Monkton,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189311 +189311,S00129796,8b2,Hard-Pressed Rented Terraces,S01012562,Barassie - 06,4d,Hard-pressed flat dwellers,S02002352,Barassie,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189312 +189312,S00129799,8b2,Hard-Pressed Rented Terraces,S01012560,Barassie - 04,5c,Comfortable neighbourhoods,S02002352,Barassie,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189313 +189313,S00129807,8b2,Hard-Pressed Rented Terraces,S01012558,Barassie - 02,4a,Challenged white communities,S02002352,Barassie,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189314 +189314,S00129844,8b2,Hard-Pressed Rented Terraces,S01012543,"Dundonald, Loans and Symington - 02",2d,Rural traits,S02002350,"Dundonald, Loans and Symington",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189315 +189315,S00129845,8b2,Hard-Pressed Rented Terraces,S01012542,"Dundonald, Loans and Symington - 01",2a,Ageing rural neighbourhoods,S02002350,"Dundonald, Loans and Symington",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189316 +189316,S00129846,8b2,Hard-Pressed Rented Terraces,S01012542,"Dundonald, Loans and Symington - 01",2a,Ageing rural neighbourhoods,S02002350,"Dundonald, Loans and Symington",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189317 +189317,S00129849,8b2,Hard-Pressed Rented Terraces,S01012544,"Dundonald, Loans and Symington - 03",2a,Ageing rural neighbourhoods,S02002350,"Dundonald, Loans and Symington",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189318 +189318,S00129850,8b2,Hard-Pressed Rented Terraces,S01012545,"Dundonald, Loans and Symington - 04",5c,Comfortable neighbourhoods,S02002350,"Dundonald, Loans and Symington",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189319 +189319,S00129853,8b2,Hard-Pressed Rented Terraces,S01012546,"Dundonald, Loans and Symington - 05",2d,Rural traits,S02002350,"Dundonald, Loans and Symington",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189320 +189320,S00129855,8b2,Hard-Pressed Rented Terraces,S01012546,"Dundonald, Loans and Symington - 05",2d,Rural traits,S02002350,"Dundonald, Loans and Symington",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189321 +189321,S00129881,8b2,Hard-Pressed Rented Terraces,S01012468,Belmont - 03,5d,Endeavouring social renters,S02002337,Belmont,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189322 +189322,S00129882,8b2,Hard-Pressed Rented Terraces,S01012465,Castlehill and Kincaidston - 07,5d,Endeavouring social renters,S02002336,Castlehill and Kincaidston,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189323 +189323,S00129895,8b2,Hard-Pressed Rented Terraces,S01012503,"Lochside, Braehead and Whitletts - 04",4a,Challenged white communities,S02002343,"Lochside, Braehead and Whitletts",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189324 +189324,S00129906,8b2,Hard-Pressed Rented Terraces,S01012534,Prestwick Airport and Monkton - 04,5a,Ageing urban communities,S02002348,Prestwick Airport and Monkton,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189325 +189325,S00129943,8b2,Hard-Pressed Rented Terraces,S01012470,Belmont - 05,5c,Comfortable neighbourhoods,S02002337,Belmont,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189326 +189326,S00129947,8b2,Hard-Pressed Rented Terraces,S01012476,Holmston and Forehill - 04,5d,Endeavouring social renters,S02002338,Holmston and Forehill,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189327 +189327,S00129980,8b2,Hard-Pressed Rented Terraces,S01012420,Carrick South - 04,2d,Rural traits,S02002329,Carrick South,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189328 +189328,S00129981,8b2,Hard-Pressed Rented Terraces,S01012420,Carrick South - 04,2d,Rural traits,S02002329,Carrick South,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189329 +189329,S00129985,8b2,Hard-Pressed Rented Terraces,S01012437,Maybole - 04,5d,Endeavouring social renters,S02002332,Maybole,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189330 +189330,S00130001,8b2,Hard-Pressed Rented Terraces,S01012462,Castlehill and Kincaidston - 04,4a,Challenged white communities,S02002336,Castlehill and Kincaidston,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189331 +189331,S00130012,8b2,Hard-Pressed Rented Terraces,S01012476,Holmston and Forehill - 04,5d,Endeavouring social renters,S02002338,Holmston and Forehill,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189332 +189332,S00130072,8b2,Hard-Pressed Rented Terraces,S01012516,Heathfield - 05,5c,Comfortable neighbourhoods,S02002345,Heathfield,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189333 +189333,S00130102,8b2,Hard-Pressed Rented Terraces,S01012558,Barassie - 02,4a,Challenged white communities,S02002352,Barassie,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189334 +189334,S00130103,8b2,Hard-Pressed Rented Terraces,S01012558,Barassie - 02,4a,Challenged white communities,S02002352,Barassie,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189335 +189335,S00130115,8b2,Hard-Pressed Rented Terraces,S01012546,"Dundonald, Loans and Symington - 05",2d,Rural traits,S02002350,"Dundonald, Loans and Symington",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189336 +189336,S00130031,2c2,Migrant Commuters,S01012490,"Ayr North Harbour, Wallacetown and Newton South - 04",4d,Hard-pressed flat dwellers,S02002340,"Ayr North Harbour, Wallacetown and Newton South",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189337 +189337,S00130074,6b4,Older Workers and Retirement,S01012514,Heathfield - 03,8c,Comfortable suburbia,S02002345,Heathfield,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189338 +189338,S00129255,8b2,Hard-Pressed Rented Terraces,S01012424,Girvan Glendoune - 01,5e,Primary sector workers,S02002330,Girvan Glendoune,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189339 +189339,S00129477,7d2,Retired Independent City Dwellers,S01012487,"Ayr North Harbour, Wallacetown and Newton South - 01",4b,Constrained renters,S02002340,"Ayr North Harbour, Wallacetown and Newton South",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189340 +189340,S00129991,2c3,Professional Service Cosmopolitans,S01012480,Ayr South Harbour and Town Centre - 01,4d,Hard-pressed flat dwellers,S02002339,Ayr South Harbour and Town Centre,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189341 +189341,S00129563,7d2,Retired Independent City Dwellers,S01012492,"Ayr North Harbour, Wallacetown and Newton South - 06",4d,Hard-pressed flat dwellers,S02002340,"Ayr North Harbour, Wallacetown and Newton South",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189342 +189342,S00129264,8a2,Industrious Hardship,S01012420,Carrick South - 04,2d,Rural traits,S02002329,Carrick South,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189343 +189343,S00129876,2c1,Migrant Families,S01012483,Ayr South Harbour and Town Centre - 04,4d,Hard-pressed flat dwellers,S02002339,Ayr South Harbour and Town Centre,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189344 +189344,S00129256,8b2,Hard-Pressed Rented Terraces,S01012425,Girvan Glendoune - 02,4a,Challenged white communities,S02002330,Girvan Glendoune,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189345 +189345,S00130091,6b4,Older Workers and Retirement,S01012569,Troon - 07,8a,Affluent communities,S02002353,Troon,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189346 +189346,S00129996,2c3,Professional Service Cosmopolitans,S01012481,Ayr South Harbour and Town Centre - 02,4b,Constrained renters,S02002339,Ayr South Harbour and Town Centre,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189347 +189347,S00129923,6b1,Multi-Ethnic Suburbia,S01012554,Muirhead - 06,8c,Comfortable suburbia,S02002351,Muirhead,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189348 +189348,S00130108,6b4,Older Workers and Retirement,S01012552,Muirhead - 04,8b,Ageing suburbanites,S02002351,Muirhead,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189349 +189349,S00129265,8b2,Hard-Pressed Rented Terraces,S01012436,Maybole - 03,4a,Challenged white communities,S02002332,Maybole,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189350 +189350,S00129394,8a2,Industrious Hardship,S01012478,Holmston and Forehill - 06,5d,Endeavouring social renters,S02002338,Holmston and Forehill,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189351 +189351,S00129700,7d2,Retired Independent City Dwellers,S01012524,Prestwick East - 01,5c,Comfortable neighbourhoods,S02002347,Prestwick East,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189352 +189352,S00130018,2c3,Professional Service Cosmopolitans,S01012483,Ayr South Harbour and Town Centre - 04,4d,Hard-pressed flat dwellers,S02002339,Ayr South Harbour and Town Centre,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189353 +189353,S00129401,8a2,Industrious Hardship,S01012478,Holmston and Forehill - 06,5d,Endeavouring social renters,S02002338,Holmston and Forehill,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189354 +189354,S00130071,6b1,Multi-Ethnic Suburbia,S01012516,Heathfield - 05,5c,Comfortable neighbourhoods,S02002345,Heathfield,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189355 +189355,S00129774,7d2,Retired Independent City Dwellers,S01012567,Troon - 05,4d,Hard-pressed flat dwellers,S02002353,Troon,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189356 +189356,S00129295,8b2,Hard-Pressed Rented Terraces,S01012438,Maybole - 05,2d,Rural traits,S02002332,Maybole,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189357 +189357,S00130109,6b4,Older Workers and Retirement,S01012551,Muirhead - 03,8b,Ageing suburbanites,S02002351,Muirhead,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189358 +189358,S00130030,2c3,Professional Service Cosmopolitans,S01012490,"Ayr North Harbour, Wallacetown and Newton South - 04",4d,Hard-pressed flat dwellers,S02002340,"Ayr North Harbour, Wallacetown and Newton South",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189359 +189359,S00129408,8a2,Industrious Hardship,S01012467,Belmont - 02,5d,Endeavouring social renters,S02002337,Belmont,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189360 +189360,S00129222,1a4,Older Farming Communities,S01012432,Girvan Ailsa - 04,5e,Primary sector workers,S02002331,Girvan Ailsa,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189361 +189361,S00129777,7d2,Retired Independent City Dwellers,S01012566,Troon - 04,4d,Hard-pressed flat dwellers,S02002353,Troon,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189362 +189362,S00129297,8b2,Hard-Pressed Rented Terraces,S01012438,Maybole - 05,2d,Rural traits,S02002332,Maybole,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189363 +189363,S00129193,8c3,Renting Hard-Pressed Workers,S01012443,Carrick North - 03,2c,Remoter communities,S02002333,Carrick North,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189364 +189364,S00129231,1a4,Older Farming Communities,S01012428,Girvan Glendoune - 05,5d,Endeavouring social renters,S02002330,Girvan Glendoune,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189365 +189365,S00129342,8b2,Hard-Pressed Rented Terraces,S01012468,Belmont - 03,5d,Endeavouring social renters,S02002337,Belmont,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189366 +189366,S00129413,8a2,Industrious Hardship,S01012466,Belmont - 01,5c,Comfortable neighbourhoods,S02002337,Belmont,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189367 +189367,S00129798,7d2,Retired Independent City Dwellers,S01012561,Barassie - 05,5c,Comfortable neighbourhoods,S02002352,Barassie,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189368 +189368,S00130129,6b4,Older Workers and Retirement,S01012514,Heathfield - 03,8c,Comfortable suburbia,S02002345,Heathfield,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189369 +189369,S00129232,8c3,Renting Hard-Pressed Workers,S01012429,Girvan Ailsa - 01,5e,Primary sector workers,S02002331,Girvan Ailsa,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189370 +189370,S00129424,1a4,Older Farming Communities,S01012457,Alloway and Doonfoot - 07,8b,Ageing suburbanites,S02002335,Alloway and Doonfoot,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189371 +189371,S00129857,1a4,Older Farming Communities,S01012547,"Dundonald, Loans and Symington - 06",5c,Comfortable neighbourhoods,S02002350,"Dundonald, Loans and Symington",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189372 +189372,S00129979,1a4,Older Farming Communities,S01012432,Girvan Ailsa - 04,5e,Primary sector workers,S02002331,Girvan Ailsa,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189373 +189373,S00129157,6b4,Older Workers and Retirement,S01012448,Coylton - 03,2c,Remoter communities,S02002334,Coylton,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189374 +189374,S00129318,6b4,Older Workers and Retirement,S01012486,Ayr South Harbour and Town Centre - 07,8a,Affluent communities,S02002339,Ayr South Harbour and Town Centre,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189375 +189375,S00129329,6b4,Older Workers and Retirement,S01012485,Ayr South Harbour and Town Centre - 06,8a,Affluent communities,S02002339,Ayr South Harbour and Town Centre,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189376 +189376,S00129339,6b4,Older Workers and Retirement,S01012471,Belmont - 06,8a,Affluent communities,S02002337,Belmont,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189377 +189377,S00129352,6b4,Older Workers and Retirement,S01012466,Belmont - 01,5c,Comfortable neighbourhoods,S02002337,Belmont,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189378 +189378,S00129353,6b4,Older Workers and Retirement,S01012466,Belmont - 01,5c,Comfortable neighbourhoods,S02002337,Belmont,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189379 +189379,S00129389,6b4,Older Workers and Retirement,S01012479,Holmston and Forehill - 07,8b,Ageing suburbanites,S02002338,Holmston and Forehill,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189380 +189380,S00129397,6b4,Older Workers and Retirement,S01012476,Holmston and Forehill - 04,5d,Endeavouring social renters,S02002338,Holmston and Forehill,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189381 +189381,S00129414,6b4,Older Workers and Retirement,S01012474,Holmston and Forehill - 02,5e,Primary sector workers,S02002338,Holmston and Forehill,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189382 +189382,S00129417,6b4,Older Workers and Retirement,S01012474,Holmston and Forehill - 02,5e,Primary sector workers,S02002338,Holmston and Forehill,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189383 +189383,S00129443,6b4,Older Workers and Retirement,S01012472,Belmont - 07,8b,Ageing suburbanites,S02002337,Belmont,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189384 +189384,S00129549,6b4,Older Workers and Retirement,S01012508,Newton North - 03,5c,Comfortable neighbourhoods,S02002344,Newton North,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189385 +189385,S00129557,6b4,Older Workers and Retirement,S01012510,Newton North - 05,5c,Comfortable neighbourhoods,S02002344,Newton North,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189386 +189386,S00129569,6b4,Older Workers and Retirement,S01012505,"Lochside, Braehead and Whitletts - 06",4a,Challenged white communities,S02002343,"Lochside, Braehead and Whitletts",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189387 +189387,S00129613,6b4,Older Workers and Retirement,S01012506,Newton North - 01,5a,Ageing urban communities,S02002344,Newton North,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189388 +189388,S00129622,6b4,Older Workers and Retirement,S01012520,Prestwick West - 03,5a,Ageing urban communities,S02002346,Prestwick West,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189389 +189389,S00129623,6b4,Older Workers and Retirement,S01012520,Prestwick West - 03,5a,Ageing urban communities,S02002346,Prestwick West,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189390 +189390,S00129627,6b4,Older Workers and Retirement,S01012518,Prestwick West - 01,5c,Comfortable neighbourhoods,S02002346,Prestwick West,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189391 +189391,S00129638,6b4,Older Workers and Retirement,S01012526,Prestwick East - 03,8b,Ageing suburbanites,S02002347,Prestwick East,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189392 +189392,S00129641,6b4,Older Workers and Retirement,S01012525,Prestwick East - 02,8b,Ageing suburbanites,S02002347,Prestwick East,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189393 +189393,S00129645,6b4,Older Workers and Retirement,S01012526,Prestwick East - 03,8b,Ageing suburbanites,S02002347,Prestwick East,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189394 +189394,S00129671,6b4,Older Workers and Retirement,S01012512,Heathfield - 01,5c,Comfortable neighbourhoods,S02002345,Heathfield,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189395 +189395,S00129677,6b4,Older Workers and Retirement,S01012523,Prestwick West - 06,5c,Comfortable neighbourhoods,S02002346,Prestwick West,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189396 +189396,S00129678,6b4,Older Workers and Retirement,S01012523,Prestwick West - 06,5c,Comfortable neighbourhoods,S02002346,Prestwick West,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189397 +189397,S00129682,6b4,Older Workers and Retirement,S01012529,Prestwick East - 06,5a,Ageing urban communities,S02002347,Prestwick East,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189398 +189398,S00129686,6b4,Older Workers and Retirement,S01012530,Prestwick East - 07,8b,Ageing suburbanites,S02002347,Prestwick East,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189399 +189399,S00129702,6b4,Older Workers and Retirement,S01012524,Prestwick East - 01,5c,Comfortable neighbourhoods,S02002347,Prestwick East,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189400 +189400,S00129712,6b4,Older Workers and Retirement,S01012450,Coylton - 05,2c,Remoter communities,S02002334,Coylton,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189401 +189401,S00129759,6b4,Older Workers and Retirement,S01012568,Troon - 06,5c,Comfortable neighbourhoods,S02002353,Troon,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189402 +189402,S00129761,6b4,Older Workers and Retirement,S01012568,Troon - 06,5c,Comfortable neighbourhoods,S02002353,Troon,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189403 +189403,S00129786,6b4,Older Workers and Retirement,S01012565,Troon - 03,5c,Comfortable neighbourhoods,S02002353,Troon,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189404 +189404,S00129790,6b4,Older Workers and Retirement,S01012564,Troon - 02,8a,Affluent communities,S02002353,Troon,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189405 +189405,S00129815,6b4,Older Workers and Retirement,S01012556,Muirhead - 08,8b,Ageing suburbanites,S02002351,Muirhead,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189406 +189406,S00129817,6b4,Older Workers and Retirement,S01012555,Muirhead - 07,8b,Ageing suburbanites,S02002351,Muirhead,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189407 +189407,S00129818,6b4,Older Workers and Retirement,S01012555,Muirhead - 07,8b,Ageing suburbanites,S02002351,Muirhead,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189408 +189408,S00129196,7c3,Outer City Hardship,S01012421,Carrick South - 05,2d,Rural traits,S02002329,Carrick South,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189409 +189409,S00129221,7c3,Outer City Hardship,S01012432,Girvan Ailsa - 04,5e,Primary sector workers,S02002331,Girvan Ailsa,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189410 +189410,S00129224,7c3,Outer City Hardship,S01012433,Girvan Ailsa - 05,5e,Primary sector workers,S02002331,Girvan Ailsa,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189411 +189411,S00129260,7c3,Outer City Hardship,S01012425,Girvan Glendoune - 02,4a,Challenged white communities,S02002330,Girvan Glendoune,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189412 +189412,S00129261,7c3,Outer City Hardship,S01012425,Girvan Glendoune - 02,4a,Challenged white communities,S02002330,Girvan Glendoune,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189413 +189413,S00129262,7c3,Outer City Hardship,S01012420,Carrick South - 04,2d,Rural traits,S02002329,Carrick South,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189414 +189414,S00129235,8c3,Renting Hard-Pressed Workers,S01012429,Girvan Ailsa - 01,5e,Primary sector workers,S02002331,Girvan Ailsa,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189415 +189415,S00129276,7c3,Outer City Hardship,S01012439,Maybole - 06,5a,Ageing urban communities,S02002332,Maybole,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189416 +189416,S00129246,8c3,Renting Hard-Pressed Workers,S01012426,Girvan Glendoune - 03,4a,Challenged white communities,S02002330,Girvan Glendoune,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189417 +189417,S00129279,7c3,Outer City Hardship,S01012434,Maybole - 01,4a,Challenged white communities,S02002332,Maybole,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189418 +189418,S00129992,7d2,Retired Independent City Dwellers,S01012480,Ayr South Harbour and Town Centre - 01,4d,Hard-pressed flat dwellers,S02002339,Ayr South Harbour and Town Centre,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189419 +189419,S00129289,8c3,Renting Hard-Pressed Workers,S01012437,Maybole - 04,5d,Endeavouring social renters,S02002332,Maybole,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189420 +189420,S00129282,7c3,Outer City Hardship,S01012434,Maybole - 01,4a,Challenged white communities,S02002332,Maybole,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189421 +189421,S00129591,8a2,Industrious Hardship,S01012496,Dalmilling - 01,4a,Challenged white communities,S02002342,Dalmilling,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189422 +189422,S00129283,7c3,Outer City Hardship,S01012435,Maybole - 02,4a,Challenged white communities,S02002332,Maybole,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189423 +189423,S00129398,8c3,Renting Hard-Pressed Workers,S01012478,Holmston and Forehill - 06,5d,Endeavouring social renters,S02002338,Holmston and Forehill,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189424 +189424,S00130095,7d2,Retired Independent City Dwellers,S01012559,Barassie - 03,4d,Hard-pressed flat dwellers,S02002352,Barassie,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189425 +189425,S00129355,8b2,Hard-Pressed Rented Terraces,S01012465,Castlehill and Kincaidston - 07,5d,Endeavouring social renters,S02002336,Castlehill and Kincaidston,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189426 +189426,S00129609,8a2,Industrious Hardship,S01012499,Dalmilling - 04,4a,Challenged white communities,S02002342,Dalmilling,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189427 +189427,S00129525,8c3,Renting Hard-Pressed Workers,S01012503,"Lochside, Braehead and Whitletts - 04",4a,Challenged white communities,S02002343,"Lochside, Braehead and Whitletts",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189428 +189428,S00129356,8b2,Hard-Pressed Rented Terraces,S01012465,Castlehill and Kincaidston - 07,5d,Endeavouring social renters,S02002336,Castlehill and Kincaidston,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189429 +189429,S00129163,1c1,Rural Employment and Retirees,S01012442,Carrick North - 02,2a,Ageing rural neighbourhoods,S02002333,Carrick North,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189430 +189430,S00129285,7c3,Outer City Hardship,S01012434,Maybole - 01,4a,Challenged white communities,S02002332,Maybole,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189431 +189431,S00129658,8a2,Industrious Hardship,S01012528,Prestwick East - 05,5d,Endeavouring social renters,S02002347,Prestwick East,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189432 +189432,S00129539,8c3,Renting Hard-Pressed Workers,S01012511,Newton North - 06,5c,Comfortable neighbourhoods,S02002344,Newton North,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189433 +189433,S00129371,7c3,Outer City Hardship,S01012470,Belmont - 05,5c,Comfortable neighbourhoods,S02002337,Belmont,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189434 +189434,S00129198,1c1,Rural Employment and Retirees,S01012421,Carrick South - 05,2d,Rural traits,S02002329,Carrick South,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189435 +189435,S00129357,8b2,Hard-Pressed Rented Terraces,S01012464,Castlehill and Kincaidston - 06,4a,Challenged white communities,S02002336,Castlehill and Kincaidston,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189436 +189436,S00129726,8a2,Industrious Hardship,S01012536,"Annbank, Mossblown and Tarbolton - the Coalfields - 02",5d,Endeavouring social renters,S02002349,"Annbank, Mossblown and Tarbolton - the Coalfields",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189437 +189437,S00129540,8c3,Renting Hard-Pressed Workers,S01012510,Newton North - 05,5c,Comfortable neighbourhoods,S02002344,Newton North,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189438 +189438,S00129491,7c3,Outer City Hardship,S01012489,"Ayr North Harbour, Wallacetown and Newton South - 03",4d,Hard-pressed flat dwellers,S02002340,"Ayr North Harbour, Wallacetown and Newton South",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189439 +189439,S00129587,8c3,Renting Hard-Pressed Workers,S01012497,Dalmilling - 02,4a,Challenged white communities,S02002342,Dalmilling,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189440 +189440,S00129745,8a2,Industrious Hardship,S01012539,"Annbank, Mossblown and Tarbolton - the Coalfields - 05",2d,Rural traits,S02002349,"Annbank, Mossblown and Tarbolton - the Coalfields",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189441 +189441,S00129499,7c3,Outer City Hardship,S01012507,Newton North - 02,4a,Challenged white communities,S02002344,Newton North,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189442 +189442,S00129358,8b2,Hard-Pressed Rented Terraces,S01012464,Castlehill and Kincaidston - 06,4a,Challenged white communities,S02002336,Castlehill and Kincaidston,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189443 +189443,S00129208,1c1,Rural Employment and Retirees,S01012418,Carrick South - 02,2c,Remoter communities,S02002329,Carrick South,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189444 +189444,S00129594,8c3,Renting Hard-Pressed Workers,S01012504,"Lochside, Braehead and Whitletts - 05",4a,Challenged white communities,S02002343,"Lochside, Braehead and Whitletts",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189445 +189445,S00129747,8a2,Industrious Hardship,S01012540,"Annbank, Mossblown and Tarbolton - the Coalfields - 06",4a,Challenged white communities,S02002349,"Annbank, Mossblown and Tarbolton - the Coalfields",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189446 +189446,S00129506,7c3,Outer City Hardship,S01012505,"Lochside, Braehead and Whitletts - 06",4a,Challenged white communities,S02002343,"Lochside, Braehead and Whitletts",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189447 +189447,S00129359,8b2,Hard-Pressed Rented Terraces,S01012465,Castlehill and Kincaidston - 07,5d,Endeavouring social renters,S02002336,Castlehill and Kincaidston,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189448 +189448,S00129893,1c1,Rural Employment and Retirees,S01012442,Carrick North - 02,2a,Ageing rural neighbourhoods,S02002333,Carrick North,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189449 +189449,S00129958,1c1,Rural Employment and Retirees,S01012537,"Annbank, Mossblown and Tarbolton - the Coalfields - 03",5d,Endeavouring social renters,S02002349,"Annbank, Mossblown and Tarbolton - the Coalfields",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189450 +189450,S00129963,1c1,Rural Employment and Retirees,S01012444,Carrick North - 04,2a,Ageing rural neighbourhoods,S02002333,Carrick North,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189451 +189451,S00129145,1b1,Rural Life,S01012543,"Dundonald, Loans and Symington - 02",2d,Rural traits,S02002350,"Dundonald, Loans and Symington",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189452 +189452,S00129167,1b1,Rural Life,S01012532,Prestwick Airport and Monkton - 02,2d,Rural traits,S02002348,Prestwick Airport and Monkton,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189453 +189453,S00129168,1b1,Rural Life,S01012532,Prestwick Airport and Monkton - 02,2d,Rural traits,S02002348,Prestwick Airport and Monkton,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189454 +189454,S00129175,1b1,Rural Life,S01012423,Carrick South - 07,2d,Rural traits,S02002329,Carrick South,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189455 +189455,S00129195,1b1,Rural Life,S01012443,Carrick North - 03,2c,Remoter communities,S02002333,Carrick North,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189456 +189456,S00129217,1b1,Rural Life,S01012433,Girvan Ailsa - 05,5e,Primary sector workers,S02002331,Girvan Ailsa,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189457 +189457,S00129238,1b1,Rural Life,S01012428,Girvan Glendoune - 05,5d,Endeavouring social renters,S02002330,Girvan Glendoune,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189458 +189458,S00129249,1b1,Rural Life,S01012424,Girvan Glendoune - 01,5e,Primary sector workers,S02002330,Girvan Glendoune,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189459 +189459,S00129416,1b1,Rural Life,S01012474,Holmston and Forehill - 02,5e,Primary sector workers,S02002338,Holmston and Forehill,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189460 +189460,S00129847,1b1,Rural Life,S01012543,"Dundonald, Loans and Symington - 02",2d,Rural traits,S02002350,"Dundonald, Loans and Symington",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189461 +189461,S00129935,1b1,Rural Life,S01012547,"Dundonald, Loans and Symington - 06",5c,Comfortable neighbourhoods,S02002350,"Dundonald, Loans and Symington",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189462 +189462,S00129954,1b1,Rural Life,S01012535,"Annbank, Mossblown and Tarbolton - the Coalfields - 01",5c,Comfortable neighbourhoods,S02002349,"Annbank, Mossblown and Tarbolton - the Coalfields",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189463 +189463,S00129956,1b1,Rural Life,S01012541,"Annbank, Mossblown and Tarbolton - the Coalfields - 07",2d,Rural traits,S02002349,"Annbank, Mossblown and Tarbolton - the Coalfields",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189464 +189464,S00129968,1b1,Rural Life,S01012423,Carrick South - 07,2d,Rural traits,S02002329,Carrick South,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189465 +189465,S00130075,1b1,Rural Life,S01012514,Heathfield - 03,8c,Comfortable suburbia,S02002345,Heathfield,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189466 +189466,S00129144,1b2,Rural White-Collar Workers,S01012543,"Dundonald, Loans and Symington - 02",2d,Rural traits,S02002350,"Dundonald, Loans and Symington",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189467 +189467,S00129194,1b2,Rural White-Collar Workers,S01012443,Carrick North - 03,2c,Remoter communities,S02002333,Carrick North,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189468 +189468,S00129215,1b2,Rural White-Collar Workers,S01012431,Girvan Ailsa - 03,5a,Ageing urban communities,S02002331,Girvan Ailsa,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189469 +189469,S00129904,1b2,Rural White-Collar Workers,S01012531,Prestwick Airport and Monkton - 01,2d,Rural traits,S02002348,Prestwick Airport and Monkton,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189470 +189470,S00129952,1b2,Rural White-Collar Workers,S01012450,Coylton - 05,2c,Remoter communities,S02002334,Coylton,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189471 +189471,S00129953,1b2,Rural White-Collar Workers,S01012450,Coylton - 05,2c,Remoter communities,S02002334,Coylton,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189472 +189472,S00129150,1a1,Rural Workers and Families,S01012536,"Annbank, Mossblown and Tarbolton - the Coalfields - 02",5d,Endeavouring social renters,S02002349,"Annbank, Mossblown and Tarbolton - the Coalfields",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189473 +189473,S00129156,1a1,Rural Workers and Families,S01012450,Coylton - 05,2c,Remoter communities,S02002334,Coylton,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189474 +189474,S00129189,1a1,Rural Workers and Families,S01012438,Maybole - 05,2d,Rural traits,S02002332,Maybole,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189475 +189475,S00129810,1a1,Rural Workers and Families,S01012557,Barassie - 01,8b,Ageing suburbanites,S02002352,Barassie,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189476 +189476,S00129868,1a1,Rural Workers and Families,S01012421,Carrick South - 05,2d,Rural traits,S02002329,Carrick South,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189477 +189477,S00129869,1a1,Rural Workers and Families,S01012450,Coylton - 05,2c,Remoter communities,S02002334,Coylton,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189478 +189478,S00129878,1a1,Rural Workers and Families,S01012450,Coylton - 05,2c,Remoter communities,S02002334,Coylton,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189479 +189479,S00129964,1a1,Rural Workers and Families,S01012443,Carrick North - 03,2c,Remoter communities,S02002333,Carrick North,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189480 +189480,S00130021,1a1,Rural Workers and Families,S01012473,Holmston and Forehill - 01,8b,Ageing suburbanites,S02002338,Holmston and Forehill,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189481 +189481,S00129225,5b3,Self-Sufficient Retirement,S01012431,Girvan Ailsa - 03,5a,Ageing urban communities,S02002331,Girvan Ailsa,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189482 +189482,S00129597,8c3,Renting Hard-Pressed Workers,S01012497,Dalmilling - 02,4a,Challenged white communities,S02002342,Dalmilling,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189483 +189483,S00129751,8a2,Industrious Hardship,S01012531,Prestwick Airport and Monkton - 01,2d,Rural traits,S02002348,Prestwick Airport and Monkton,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189484 +189484,S00129360,8b2,Hard-Pressed Rented Terraces,S01012465,Castlehill and Kincaidston - 07,5d,Endeavouring social renters,S02002336,Castlehill and Kincaidston,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189485 +189485,S00129509,7c3,Outer City Hardship,S01012505,"Lochside, Braehead and Whitletts - 06",4a,Challenged white communities,S02002343,"Lochside, Braehead and Whitletts",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189486 +189486,S00129604,8c3,Renting Hard-Pressed Workers,S01012498,Dalmilling - 03,4a,Challenged white communities,S02002342,Dalmilling,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189487 +189487,S00129606,8c3,Renting Hard-Pressed Workers,S01012498,Dalmilling - 03,4a,Challenged white communities,S02002342,Dalmilling,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189488 +189488,S00129654,8c3,Renting Hard-Pressed Workers,S01012528,Prestwick East - 05,5d,Endeavouring social renters,S02002347,Prestwick East,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189489 +189489,S00129655,8c3,Renting Hard-Pressed Workers,S01012527,Prestwick East - 04,5c,Comfortable neighbourhoods,S02002347,Prestwick East,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189490 +189490,S00129657,8c3,Renting Hard-Pressed Workers,S01012528,Prestwick East - 05,5d,Endeavouring social renters,S02002347,Prestwick East,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189491 +189491,S00129680,8c3,Renting Hard-Pressed Workers,S01012523,Prestwick West - 06,5c,Comfortable neighbourhoods,S02002346,Prestwick West,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189492 +189492,S00129722,8c3,Renting Hard-Pressed Workers,S01012535,"Annbank, Mossblown and Tarbolton - the Coalfields - 01",5c,Comfortable neighbourhoods,S02002349,"Annbank, Mossblown and Tarbolton - the Coalfields",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189493 +189493,S00129739,8c3,Renting Hard-Pressed Workers,S01012541,"Annbank, Mossblown and Tarbolton - the Coalfields - 07",2d,Rural traits,S02002349,"Annbank, Mossblown and Tarbolton - the Coalfields",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189494 +189494,S00129740,8c3,Renting Hard-Pressed Workers,S01012541,"Annbank, Mossblown and Tarbolton - the Coalfields - 07",2d,Rural traits,S02002349,"Annbank, Mossblown and Tarbolton - the Coalfields",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189495 +189495,S00129741,8c3,Renting Hard-Pressed Workers,S01012541,"Annbank, Mossblown and Tarbolton - the Coalfields - 07",2d,Rural traits,S02002349,"Annbank, Mossblown and Tarbolton - the Coalfields",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189496 +189496,S00129743,8c3,Renting Hard-Pressed Workers,S01012540,"Annbank, Mossblown and Tarbolton - the Coalfields - 06",4a,Challenged white communities,S02002349,"Annbank, Mossblown and Tarbolton - the Coalfields",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189497 +189497,S00129788,8c3,Renting Hard-Pressed Workers,S01012564,Troon - 02,8a,Affluent communities,S02002353,Troon,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189498 +189498,S00129803,8c3,Renting Hard-Pressed Workers,S01012559,Barassie - 03,4d,Hard-pressed flat dwellers,S02002352,Barassie,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189499 +189499,S00129841,8c3,Renting Hard-Pressed Workers,S01012542,"Dundonald, Loans and Symington - 01",2a,Ageing rural neighbourhoods,S02002350,"Dundonald, Loans and Symington",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189500 +189500,S00129924,8c3,Renting Hard-Pressed Workers,S01012550,Muirhead - 02,5c,Comfortable neighbourhoods,S02002351,Muirhead,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189501 +189501,S00129926,8c3,Renting Hard-Pressed Workers,S01012550,Muirhead - 02,5c,Comfortable neighbourhoods,S02002351,Muirhead,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189502 +189502,S00129929,8c3,Renting Hard-Pressed Workers,S01012441,Carrick North - 01,2c,Remoter communities,S02002333,Carrick North,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189503 +189503,S00129983,8c3,Renting Hard-Pressed Workers,S01012437,Maybole - 04,5d,Endeavouring social renters,S02002332,Maybole,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189504 +189504,S00130040,8c3,Renting Hard-Pressed Workers,S01012488,"Ayr North Harbour, Wallacetown and Newton South - 02",4a,Challenged white communities,S02002340,"Ayr North Harbour, Wallacetown and Newton South",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189505 +189505,S00130073,8c3,Renting Hard-Pressed Workers,S01012516,Heathfield - 05,5c,Comfortable neighbourhoods,S02002345,Heathfield,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189506 +189506,S00130083,8c3,Renting Hard-Pressed Workers,S01012538,"Annbank, Mossblown and Tarbolton - the Coalfields - 04",5e,Primary sector workers,S02002349,"Annbank, Mossblown and Tarbolton - the Coalfields",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189507 +189507,S00129871,1c2,Renting Rural Retirement,S01012419,Carrick South - 03,2c,Remoter communities,S02002329,Carrick South,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189508 +189508,S00129969,1c2,Renting Rural Retirement,S01012422,Carrick South - 06,2d,Rural traits,S02002329,Carrick South,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189509 +189509,S00130113,1c2,Renting Rural Retirement,S01012544,"Dundonald, Loans and Symington - 03",2a,Ageing rural neighbourhoods,S02002350,"Dundonald, Loans and Symington",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189510 +189510,S00129561,7d4,Retired City Hardship,S01012493,Craigie - 01,5a,Ageing urban communities,S02002341,Craigie,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189511 +189511,S00129562,7d4,Retired City Hardship,S01012493,Craigie - 01,5a,Ageing urban communities,S02002341,Craigie,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189512 +189512,S00130055,7d4,Retired City Hardship,S01012493,Craigie - 01,5a,Ageing urban communities,S02002341,Craigie,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189513 +189513,S00129361,8b2,Hard-Pressed Rented Terraces,S01012463,Castlehill and Kincaidston - 05,4a,Challenged white communities,S02002336,Castlehill and Kincaidston,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189514 +189514,S00129364,8b2,Hard-Pressed Rented Terraces,S01012463,Castlehill and Kincaidston - 05,4a,Challenged white communities,S02002336,Castlehill and Kincaidston,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189515 +189515,S00129829,8a2,Industrious Hardship,S01012549,Muirhead - 01,4a,Challenged white communities,S02002351,Muirhead,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189516 +189516,S00129365,8b2,Hard-Pressed Rented Terraces,S01012464,Castlehill and Kincaidston - 06,4a,Challenged white communities,S02002336,Castlehill and Kincaidston,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189517 +189517,S00129865,8a2,Industrious Hardship,S01012544,"Dundonald, Loans and Symington - 03",2a,Ageing rural neighbourhoods,S02002350,"Dundonald, Loans and Symington",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189518 +189518,S00129368,8b2,Hard-Pressed Rented Terraces,S01012462,Castlehill and Kincaidston - 04,4a,Challenged white communities,S02002336,Castlehill and Kincaidston,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189519 +189519,S00129513,7c3,Outer City Hardship,S01012505,"Lochside, Braehead and Whitletts - 06",4a,Challenged white communities,S02002343,"Lochside, Braehead and Whitletts",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189520 +189520,S00129872,8a2,Industrious Hardship,S01012418,Carrick South - 02,2c,Remoter communities,S02002329,Carrick South,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189521 +189521,S00129884,8a2,Industrious Hardship,S01012478,Holmston and Forehill - 06,5d,Endeavouring social renters,S02002338,Holmston and Forehill,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189522 +189522,S00129900,8a2,Industrious Hardship,S01012496,Dalmilling - 01,4a,Challenged white communities,S02002342,Dalmilling,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189523 +189523,S00129937,8a2,Industrious Hardship,S01012423,Carrick South - 07,2d,Rural traits,S02002329,Carrick South,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189524 +189524,S00129946,8a2,Industrious Hardship,S01012476,Holmston and Forehill - 04,5d,Endeavouring social renters,S02002338,Holmston and Forehill,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189525 +189525,S00129982,8a2,Industrious Hardship,S01012420,Carrick South - 04,2d,Rural traits,S02002329,Carrick South,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189526 +189526,S00130080,8a2,Industrious Hardship,S01012446,Coylton - 01,5c,Comfortable neighbourhoods,S02002334,Coylton,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189527 +189527,S00130081,8a2,Industrious Hardship,S01012536,"Annbank, Mossblown and Tarbolton - the Coalfields - 02",5d,Endeavouring social renters,S02002349,"Annbank, Mossblown and Tarbolton - the Coalfields",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189528 +189528,S00130082,8a2,Industrious Hardship,S01012538,"Annbank, Mossblown and Tarbolton - the Coalfields - 04",5e,Primary sector workers,S02002349,"Annbank, Mossblown and Tarbolton - the Coalfields",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189529 +189529,S00130085,8a2,Industrious Hardship,S01012538,"Annbank, Mossblown and Tarbolton - the Coalfields - 04",5e,Primary sector workers,S02002349,"Annbank, Mossblown and Tarbolton - the Coalfields",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189530 +189530,S00129154,8a1,Industrious Transitions,S01012538,"Annbank, Mossblown and Tarbolton - the Coalfields - 04",5e,Primary sector workers,S02002349,"Annbank, Mossblown and Tarbolton - the Coalfields",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189531 +189531,S00129170,8a1,Industrious Transitions,S01012514,Heathfield - 03,8c,Comfortable suburbia,S02002345,Heathfield,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189532 +189532,S00129343,8a1,Industrious Transitions,S01012468,Belmont - 03,5d,Endeavouring social renters,S02002337,Belmont,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189533 +189533,S00129345,8a1,Industrious Transitions,S01012468,Belmont - 03,5d,Endeavouring social renters,S02002337,Belmont,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189534 +189534,S00129347,8a1,Industrious Transitions,S01012468,Belmont - 03,5d,Endeavouring social renters,S02002337,Belmont,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189535 +189535,S00129395,8a1,Industrious Transitions,S01012478,Holmston and Forehill - 06,5d,Endeavouring social renters,S02002338,Holmston and Forehill,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189536 +189536,S00129405,8a1,Industrious Transitions,S01012467,Belmont - 02,5d,Endeavouring social renters,S02002337,Belmont,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189537 +189537,S00129407,8a1,Industrious Transitions,S01012467,Belmont - 02,5d,Endeavouring social renters,S02002337,Belmont,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189538 +189538,S00129411,8a1,Industrious Transitions,S01012476,Holmston and Forehill - 04,5d,Endeavouring social renters,S02002338,Holmston and Forehill,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189539 +189539,S00129635,8a1,Industrious Transitions,S01012519,Prestwick West - 02,5e,Primary sector workers,S02002346,Prestwick West,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189540 +189540,S00129683,8a1,Industrious Transitions,S01012530,Prestwick East - 07,8b,Ageing suburbanites,S02002347,Prestwick East,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189541 +189541,S00129684,8a1,Industrious Transitions,S01012530,Prestwick East - 07,8b,Ageing suburbanites,S02002347,Prestwick East,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189542 +189542,S00129843,8a1,Industrious Transitions,S01012542,"Dundonald, Loans and Symington - 01",2a,Ageing rural neighbourhoods,S02002350,"Dundonald, Loans and Symington",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189543 +189543,S00129858,8a1,Industrious Transitions,S01012547,"Dundonald, Loans and Symington - 06",5c,Comfortable neighbourhoods,S02002350,"Dundonald, Loans and Symington",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189544 +189544,S00129894,8a1,Industrious Transitions,S01012442,Carrick North - 02,2a,Ageing rural neighbourhoods,S02002333,Carrick North,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189545 +189545,S00129962,8a1,Industrious Transitions,S01012445,Carrick North - 05,8c,Comfortable suburbia,S02002333,Carrick North,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189546 +189546,S00130013,8a1,Industrious Transitions,S01012478,Holmston and Forehill - 06,5d,Endeavouring social renters,S02002338,Holmston and Forehill,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189547 +189547,S00130099,8a1,Industrious Transitions,S01012561,Barassie - 05,5c,Comfortable neighbourhoods,S02002352,Barassie,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189548 +189548,S00130126,8a1,Industrious Transitions,S01012513,Heathfield - 02,8c,Comfortable suburbia,S02002345,Heathfield,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189549 +189549,S00129370,8b2,Hard-Pressed Rented Terraces,S01012470,Belmont - 05,5c,Comfortable neighbourhoods,S02002337,Belmont,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189550 +189550,S00129372,8b2,Hard-Pressed Rented Terraces,S01012462,Castlehill and Kincaidston - 04,4a,Challenged white communities,S02002336,Castlehill and Kincaidston,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189551 +189551,S00129373,8b2,Hard-Pressed Rented Terraces,S01012462,Castlehill and Kincaidston - 04,4a,Challenged white communities,S02002336,Castlehill and Kincaidston,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189552 +189552,S00129377,8b2,Hard-Pressed Rented Terraces,S01012461,Castlehill and Kincaidston - 03,5c,Comfortable neighbourhoods,S02002336,Castlehill and Kincaidston,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189553 +189553,S00129379,8b2,Hard-Pressed Rented Terraces,S01012462,Castlehill and Kincaidston - 04,4a,Challenged white communities,S02002336,Castlehill and Kincaidston,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189554 +189554,S00129380,8b2,Hard-Pressed Rented Terraces,S01012461,Castlehill and Kincaidston - 03,5c,Comfortable neighbourhoods,S02002336,Castlehill and Kincaidston,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189555 +189555,S00129381,8b2,Hard-Pressed Rented Terraces,S01012462,Castlehill and Kincaidston - 04,4a,Challenged white communities,S02002336,Castlehill and Kincaidston,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189556 +189556,S00129382,8b2,Hard-Pressed Rented Terraces,S01012462,Castlehill and Kincaidston - 04,4a,Challenged white communities,S02002336,Castlehill and Kincaidston,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189557 +189557,S00129396,8b2,Hard-Pressed Rented Terraces,S01012475,Holmston and Forehill - 03,5c,Comfortable neighbourhoods,S02002338,Holmston and Forehill,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189558 +189558,S00129399,8b2,Hard-Pressed Rented Terraces,S01012476,Holmston and Forehill - 04,5d,Endeavouring social renters,S02002338,Holmston and Forehill,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189559 +189559,S00129400,8b2,Hard-Pressed Rented Terraces,S01012476,Holmston and Forehill - 04,5d,Endeavouring social renters,S02002338,Holmston and Forehill,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189560 +189560,S00129402,8b2,Hard-Pressed Rented Terraces,S01012478,Holmston and Forehill - 06,5d,Endeavouring social renters,S02002338,Holmston and Forehill,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189561 +189561,S00129403,8b2,Hard-Pressed Rented Terraces,S01012478,Holmston and Forehill - 06,5d,Endeavouring social renters,S02002338,Holmston and Forehill,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189562 +189562,S00129404,8b2,Hard-Pressed Rented Terraces,S01012467,Belmont - 02,5d,Endeavouring social renters,S02002337,Belmont,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189563 +189563,S00129406,8b2,Hard-Pressed Rented Terraces,S01012467,Belmont - 02,5d,Endeavouring social renters,S02002337,Belmont,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189564 +189564,S00129409,8b2,Hard-Pressed Rented Terraces,S01012476,Holmston and Forehill - 04,5d,Endeavouring social renters,S02002338,Holmston and Forehill,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189565 +189565,S00129503,8b2,Hard-Pressed Rented Terraces,S01012505,"Lochside, Braehead and Whitletts - 06",4a,Challenged white communities,S02002343,"Lochside, Braehead and Whitletts",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189566 +189566,S00129524,8b2,Hard-Pressed Rented Terraces,S01012500,"Lochside, Braehead and Whitletts - 01",4a,Challenged white communities,S02002343,"Lochside, Braehead and Whitletts",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189567 +189567,S00129571,8b2,Hard-Pressed Rented Terraces,S01012494,Craigie - 02,4a,Challenged white communities,S02002341,Craigie,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189568 +189568,S00129574,8b2,Hard-Pressed Rented Terraces,S01012495,Craigie - 03,4a,Challenged white communities,S02002341,Craigie,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189569 +189569,S00129575,8b2,Hard-Pressed Rented Terraces,S01012495,Craigie - 03,4a,Challenged white communities,S02002341,Craigie,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189570 +189570,S00129576,8b2,Hard-Pressed Rented Terraces,S01012494,Craigie - 02,4a,Challenged white communities,S02002341,Craigie,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189571 +189571,S00129577,8b2,Hard-Pressed Rented Terraces,S01012494,Craigie - 02,4a,Challenged white communities,S02002341,Craigie,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189572 +189572,S00129578,8b2,Hard-Pressed Rented Terraces,S01012494,Craigie - 02,4a,Challenged white communities,S02002341,Craigie,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189573 +189573,S00129579,8b2,Hard-Pressed Rented Terraces,S01012494,Craigie - 02,4a,Challenged white communities,S02002341,Craigie,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189574 +189574,S00129580,8b2,Hard-Pressed Rented Terraces,S01012494,Craigie - 02,4a,Challenged white communities,S02002341,Craigie,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189575 +189575,S00129581,8b2,Hard-Pressed Rented Terraces,S01012495,Craigie - 03,4a,Challenged white communities,S02002341,Craigie,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189576 +189576,S00129582,8b2,Hard-Pressed Rented Terraces,S01012495,Craigie - 03,4a,Challenged white communities,S02002341,Craigie,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189577 +189577,S00129584,8b2,Hard-Pressed Rented Terraces,S01012495,Craigie - 03,4a,Challenged white communities,S02002341,Craigie,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189578 +189578,S00129585,8b2,Hard-Pressed Rented Terraces,S01012494,Craigie - 02,4a,Challenged white communities,S02002341,Craigie,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189579 +189579,S00129531,7c3,Outer City Hardship,S01012501,"Lochside, Braehead and Whitletts - 02",4d,Hard-pressed flat dwellers,S02002343,"Lochside, Braehead and Whitletts",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189580 +189580,S00129541,7c3,Outer City Hardship,S01012509,Newton North - 04,5c,Comfortable neighbourhoods,S02002344,Newton North,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189581 +189581,S00129544,7c3,Outer City Hardship,S01012508,Newton North - 03,5c,Comfortable neighbourhoods,S02002344,Newton North,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189582 +189582,S00129572,7c3,Outer City Hardship,S01012495,Craigie - 03,4a,Challenged white communities,S02002341,Craigie,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189583 +189583,S00129626,7c3,Outer City Hardship,S01012518,Prestwick West - 01,5c,Comfortable neighbourhoods,S02002346,Prestwick West,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189584 +189584,S00129665,7c3,Outer City Hardship,S01012515,Heathfield - 04,4a,Challenged white communities,S02002345,Heathfield,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189585 +189585,S00129718,7c3,Outer City Hardship,S01012446,Coylton - 01,5c,Comfortable neighbourhoods,S02002334,Coylton,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189586 +189586,S00129724,7c3,Outer City Hardship,S01012535,"Annbank, Mossblown and Tarbolton - the Coalfields - 01",5c,Comfortable neighbourhoods,S02002349,"Annbank, Mossblown and Tarbolton - the Coalfields",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189587 +189587,S00129770,7c3,Outer City Hardship,S01012567,Troon - 05,4d,Hard-pressed flat dwellers,S02002353,Troon,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189588 +189588,S00129791,7c3,Outer City Hardship,S01012562,Barassie - 06,4d,Hard-pressed flat dwellers,S02002352,Barassie,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189589 +189589,S00129792,7c3,Outer City Hardship,S01012562,Barassie - 06,4d,Hard-pressed flat dwellers,S02002352,Barassie,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189590 +189590,S00129914,7c3,Outer City Hardship,S01012535,"Annbank, Mossblown and Tarbolton - the Coalfields - 01",5c,Comfortable neighbourhoods,S02002349,"Annbank, Mossblown and Tarbolton - the Coalfields",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189591 +189591,S00129915,7c3,Outer City Hardship,S01012535,"Annbank, Mossblown and Tarbolton - the Coalfields - 01",5c,Comfortable neighbourhoods,S02002349,"Annbank, Mossblown and Tarbolton - the Coalfields",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189592 +189592,S00129916,7c3,Outer City Hardship,S01012536,"Annbank, Mossblown and Tarbolton - the Coalfields - 02",5d,Endeavouring social renters,S02002349,"Annbank, Mossblown and Tarbolton - the Coalfields",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189593 +189593,S00129938,7c3,Outer City Hardship,S01012425,Girvan Glendoune - 02,4a,Challenged white communities,S02002330,Girvan Glendoune,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189594 +189594,S00129976,7c3,Outer City Hardship,S01012432,Girvan Ailsa - 04,5e,Primary sector workers,S02002331,Girvan Ailsa,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189595 +189595,S00129977,7c3,Outer City Hardship,S01012433,Girvan Ailsa - 05,5e,Primary sector workers,S02002331,Girvan Ailsa,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189596 +189596,S00129984,7c3,Outer City Hardship,S01012437,Maybole - 04,5d,Endeavouring social renters,S02002332,Maybole,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189597 +189597,S00130014,7c3,Outer City Hardship,S01012474,Holmston and Forehill - 02,5e,Primary sector workers,S02002338,Holmston and Forehill,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189598 +189598,S00130015,7c3,Outer City Hardship,S01012466,Belmont - 01,5c,Comfortable neighbourhoods,S02002337,Belmont,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189599 +189599,S00130086,7c3,Outer City Hardship,S01012541,"Annbank, Mossblown and Tarbolton - the Coalfields - 07",2d,Rural traits,S02002349,"Annbank, Mossblown and Tarbolton - the Coalfields",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189600 +189600,S00131065,8c1,Ageing Industrious Workers,S01012665,Hareleeshill - 01,4a,Challenged white communities,S02002374,Hareleeshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189601 +189601,S00130051,5a1,White Professionals,S01012510,Newton North - 05,5c,Comfortable neighbourhoods,S02002344,Newton North,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189602 +189602,S00131089,8c1,Ageing Industrious Workers,S01012675,Strutherhill - 05,4a,Challenged white communities,S02002375,Strutherhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189603 +189603,S00131092,8c1,Ageing Industrious Workers,S01012661,"Larkhall Central, Raploch, Millheugh and Burnhead - 02",5c,Comfortable neighbourhoods,S02002373,"Larkhall Central, Raploch, Millheugh and Burnhead",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189604 +189604,S00129385,6b3,Semi-Detached Ageing,S01012459,Castlehill and Kincaidston - 01,8b,Ageing suburbanites,S02002336,Castlehill and Kincaidston,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189605 +189605,S00131246,6a4,Ageing in Suburbia,S01012600,Carluke West - 03,8c,Comfortable suburbia,S02002359,Carluke West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189606 +189606,S00130719,1a3,Agricultural Communities,S01012654,Ashgill and Netherburn - 02,2d,Rural traits,S02002371,Ashgill and Netherburn,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189607 +189607,S00131709,1b3,Ageing Rural Flat Tenants,S01012945,Stewartfield West - 04,8a,Affluent communities,S02002425,Stewartfield West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189608 +189608,S00129229,5b3,Self-Sufficient Retirement,S01012430,Girvan Ailsa - 02,5e,Primary sector workers,S02002331,Girvan Ailsa,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189609 +189609,S00130067,5a1,White Professionals,S01012521,Prestwick West - 04,5c,Comfortable neighbourhoods,S02002346,Prestwick West,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189610 +189610,S00132281,1b3,Ageing Rural Flat Tenants,S01012616,"Crossford, Braidwood and Yieldshields - 02",2d,Rural traits,S02002363,"Crossford, Braidwood and Yieldshields",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189611 +189611,S00130727,1a3,Agricultural Communities,S01012636,Hazelbank and Kirkfieldbank - 05,2c,Remoter communities,S02002367,Hazelbank and Kirkfieldbank,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189612 +189612,S00129387,6b3,Semi-Detached Ageing,S01012479,Holmston and Forehill - 07,8b,Ageing suburbanites,S02002338,Holmston and Forehill,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189613 +189613,S00129333,5b3,Self-Sufficient Retirement,S01012484,Ayr South Harbour and Town Centre - 05,5a,Ageing urban communities,S02002339,Ayr South Harbour and Town Centre,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189614 +189614,S00131247,6a4,Ageing in Suburbia,S01012600,Carluke West - 03,8c,Comfortable suburbia,S02002359,Carluke West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189615 +189615,S00132592,7d1,Ageing Communities and Families,S01012660,"Larkhall Central, Raploch, Millheugh and Burnhead - 01",5c,Comfortable neighbourhoods,S02002373,"Larkhall Central, Raploch, Millheugh and Burnhead",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189616 +189616,S00131097,8c1,Ageing Industrious Workers,S01012662,"Larkhall Central, Raploch, Millheugh and Burnhead - 03",4a,Challenged white communities,S02002373,"Larkhall Central, Raploch, Millheugh and Burnhead",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189617 +189617,S00132632,7d1,Ageing Communities and Families,S01012936,West Mains - 03,5c,Comfortable neighbourhoods,S02002423,West Mains,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189618 +189618,S00130769,1a3,Agricultural Communities,S01012632,Hazelbank and Kirkfieldbank - 01,2c,Remoter communities,S02002367,Hazelbank and Kirkfieldbank,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189619 +189619,S00129388,6b3,Semi-Detached Ageing,S01012479,Holmston and Forehill - 07,8b,Ageing suburbanites,S02002338,Holmston and Forehill,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189620 +189620,S00130089,5a1,White Professionals,S01012531,Prestwick Airport and Monkton - 01,2d,Rural traits,S02002348,Prestwick Airport and Monkton,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189621 +189621,S00132303,1b3,Ageing Rural Flat Tenants,S01012756,High Blantyre - 05,5c,Comfortable neighbourhoods,S02002391,High Blantyre,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189622 +189622,S00131100,8c1,Ageing Industrious Workers,S01012664,"Larkhall Central, Raploch, Millheugh and Burnhead - 05",5a,Ageing urban communities,S02002373,"Larkhall Central, Raploch, Millheugh and Burnhead",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189623 +189623,S00132647,7d1,Ageing Communities and Families,S01012919,St Leonards North - 04,4a,Challenged white communities,S02002420,St Leonards North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189624 +189624,S00131472,6a4,Ageing in Suburbia,S01012940,Stewartfield East - 03,8a,Affluent communities,S02002424,Stewartfield East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189625 +189625,S00129336,5b3,Self-Sufficient Retirement,S01012484,Ayr South Harbour and Town Centre - 05,5a,Ageing urban communities,S02002339,Ayr South Harbour and Town Centre,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189626 +189626,S00130772,1a3,Agricultural Communities,S01012628,Lanark South - 02,8a,Affluent communities,S02002366,Lanark South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189627 +189627,S00129390,6b3,Semi-Detached Ageing,S01012477,Holmston and Forehill - 05,8b,Ageing suburbanites,S02002338,Holmston and Forehill,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189628 +189628,S00130127,5a1,White Professionals,S01012513,Heathfield - 02,8c,Comfortable suburbia,S02002345,Heathfield,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189629 +189629,S00132316,1b3,Ageing Rural Flat Tenants,S01012640,"Douglas, Coalburn and Rigside - 04",4a,Challenged white communities,S02002368,"Douglas, Coalburn and Rigside",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189630 +189630,S00131201,8c1,Ageing Industrious Workers,S01012610,Carluke East - 05,4a,Challenged white communities,S02002361,Carluke East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189631 +189631,S00132653,7d1,Ageing Communities and Families,S01012930,East Mains - 01,5a,Ageing urban communities,S02002422,East Mains,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189632 +189632,S00132654,7d1,Ageing Communities and Families,S01012930,East Mains - 01,5a,Ageing urban communities,S02002422,East Mains,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189633 +189633,S00132765,7d1,Ageing Communities and Families,S01012718,Hamilton Centre and Low Parks - 03,5a,Ageing urban communities,S02002384,Hamilton Centre and Low Parks,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189634 +189634,S00132815,7d1,Ageing Communities and Families,S01012794,Whitehill - 02,3c,Highly qualified professionals,S02002398,Whitehill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189635 +189635,S00132880,7d1,Ageing Communities and Families,S01012938,Stewartfield East - 01,8a,Affluent communities,S02002424,Stewartfield East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189636 +189636,S00130234,6a4,Ageing in Suburbia,S01012843,Cambuslang Central - 01,8a,Affluent communities,S02002406,Cambuslang Central,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189637 +189637,S00130235,6a4,Ageing in Suburbia,S01012843,Cambuslang Central - 01,8a,Affluent communities,S02002406,Cambuslang Central,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189638 +189638,S00130244,6a4,Ageing in Suburbia,S01012844,Cambuslang Central - 02,8a,Affluent communities,S02002406,Cambuslang Central,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189639 +189639,S00130245,6a4,Ageing in Suburbia,S01012842,Whitlawburn and Greenlees - 07,5c,Comfortable neighbourhoods,S02002405,Whitlawburn and Greenlees,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189640 +189640,S00130247,6a4,Ageing in Suburbia,S01012844,Cambuslang Central - 02,8a,Affluent communities,S02002406,Cambuslang Central,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189641 +189641,S00130253,6a4,Ageing in Suburbia,S01012844,Cambuslang Central - 02,8a,Affluent communities,S02002406,Cambuslang Central,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189642 +189642,S00130286,6a4,Ageing in Suburbia,S01012830,Vicarland and Cairns - 01,5c,Comfortable neighbourhoods,S02002404,Vicarland and Cairns,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189643 +189643,S00130312,6a4,Ageing in Suburbia,S01012871,Bankhead South - 02,3b,Asian traits,S02002411,Bankhead South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189644 +189644,S00130369,6a4,Ageing in Suburbia,S01012880,High Crosshill - 03,8a,Affluent communities,S02002413,High Crosshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189645 +189645,S00130370,6a4,Ageing in Suburbia,S01012880,High Crosshill - 03,8a,Affluent communities,S02002413,High Crosshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189646 +189646,S00130371,6a4,Ageing in Suburbia,S01012880,High Crosshill - 03,8a,Affluent communities,S02002413,High Crosshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189647 +189647,S00130382,6a4,Ageing in Suburbia,S01012851,"Burgh, Eastfield and Silverbank - 04",5c,Comfortable neighbourhoods,S02002407,"Burgh, Eastfield and Silverbank",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189648 +189648,S00130459,6a4,Ageing in Suburbia,S01012886,Burnside and Springhall - 05,8c,Comfortable suburbia,S02002414,Burnside and Springhall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189649 +189649,S00130474,6a4,Ageing in Suburbia,S01012888,Burnside and Springhall - 07,8a,Affluent communities,S02002414,Burnside and Springhall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189650 +189650,S00130509,6a4,Ageing in Suburbia,S01012887,Burnside and Springhall - 06,8a,Affluent communities,S02002414,Burnside and Springhall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189651 +189651,S00130510,6a4,Ageing in Suburbia,S01012887,Burnside and Springhall - 06,8a,Affluent communities,S02002414,Burnside and Springhall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189652 +189652,S00130515,6a4,Ageing in Suburbia,S01012887,Burnside and Springhall - 06,8a,Affluent communities,S02002414,Burnside and Springhall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189653 +189653,S00130520,6a4,Ageing in Suburbia,S01012878,High Crosshill - 01,8c,Comfortable suburbia,S02002413,High Crosshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189654 +189654,S00130525,6a4,Ageing in Suburbia,S01012843,Cambuslang Central - 01,8a,Affluent communities,S02002406,Cambuslang Central,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189655 +189655,S00130532,6a4,Ageing in Suburbia,S01012860,Shawfield and Clincarthill - 01,5a,Ageing urban communities,S02002409,Shawfield and Clincarthill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189656 +189656,S00130555,6a4,Ageing in Suburbia,S01012827,Westburn and Newton - 07,8c,Comfortable suburbia,S02002403,Westburn and Newton,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189657 +189657,S00130588,6a4,Ageing in Suburbia,S01012841,Whitlawburn and Greenlees - 06,8c,Comfortable suburbia,S02002405,Whitlawburn and Greenlees,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189658 +189658,S00130669,6a4,Ageing in Suburbia,S01012952,"Thorntonhall, Jackton and Gardenhall - 05",2b,Prospering countryside life,S02002426,"Thorntonhall, Jackton and Gardenhall",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189659 +189659,S00130717,6a4,Ageing in Suburbia,S01012654,Ashgill and Netherburn - 02,2d,Rural traits,S02002371,Ashgill and Netherburn,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189660 +189660,S00130736,6a4,Ageing in Suburbia,S01012635,Hazelbank and Kirkfieldbank - 04,2d,Rural traits,S02002367,Hazelbank and Kirkfieldbank,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189661 +189661,S00130773,6a4,Ageing in Suburbia,S01012628,Lanark South - 02,8a,Affluent communities,S02002366,Lanark South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189662 +189662,S00130878,6a4,Ageing in Suburbia,S01012652,Kirkmuirhill and Blackwood - 06,8b,Ageing suburbanites,S02002370,Kirkmuirhill and Blackwood,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189663 +189663,S00130881,6a4,Ageing in Suburbia,S01012621,Lanark North West - 03,5c,Comfortable neighbourhoods,S02002364,Lanark North West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189664 +189664,S00130882,6a4,Ageing in Suburbia,S01012620,Lanark North West - 02,8a,Affluent communities,S02002364,Lanark North West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189665 +189665,S00130884,6a4,Ageing in Suburbia,S01012622,Lanark North West - 04,5c,Comfortable neighbourhoods,S02002364,Lanark North West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189666 +189666,S00130920,6a4,Ageing in Suburbia,S01012620,Lanark North West - 02,8a,Affluent communities,S02002364,Lanark North West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189667 +189667,S00130931,6a4,Ageing in Suburbia,S01012629,Lanark South - 03,8a,Affluent communities,S02002366,Lanark South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189668 +189668,S00130933,6a4,Ageing in Suburbia,S01012627,Lanark South - 01,5c,Comfortable neighbourhoods,S02002366,Lanark South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189669 +189669,S00130934,6a4,Ageing in Suburbia,S01012628,Lanark South - 02,8a,Affluent communities,S02002366,Lanark South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189670 +189670,S00130960,6a4,Ageing in Suburbia,S01012691,Strathaven North - 01,8c,Comfortable suburbia,S02002378,Strathaven North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189671 +189671,S00130977,6a4,Ageing in Suburbia,S01012689,Strathaven South - 06,8b,Ageing suburbanites,S02002377,Strathaven South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189672 +189672,S00130997,6a4,Ageing in Suburbia,S01012680,Stonehouse - 05,8c,Comfortable suburbia,S02002376,Stonehouse,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189673 +189673,S00131185,6a4,Ageing in Suburbia,S01012613,Carluke South - 03,5d,Endeavouring social renters,S02002362,Carluke South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189674 +189674,S00131213,6a4,Ageing in Suburbia,S01012612,Carluke South - 02,5d,Endeavouring social renters,S02002362,Carluke South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189675 +189675,S00131224,6a4,Ageing in Suburbia,S01012599,Carluke West - 02,5c,Comfortable neighbourhoods,S02002359,Carluke West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189676 +189676,S00131226,6a4,Ageing in Suburbia,S01012599,Carluke West - 02,5c,Comfortable neighbourhoods,S02002359,Carluke West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189677 +189677,S00131231,6a4,Ageing in Suburbia,S01012601,Carluke West - 04,8b,Ageing suburbanites,S02002359,Carluke West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189678 +189678,S00129391,6b3,Semi-Detached Ageing,S01012477,Holmston and Forehill - 05,8b,Ageing suburbanites,S02002338,Holmston and Forehill,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189679 +189679,S00130774,1a3,Agricultural Communities,S01012571,Clydesdale South - 02,2d,Rural traits,S02002354,Clydesdale South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189680 +189680,S00129547,6b3,Semi-Detached Ageing,S01012516,Heathfield - 05,5c,Comfortable neighbourhoods,S02002345,Heathfield,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189681 +189681,S00130780,1a3,Agricultural Communities,S01012632,Hazelbank and Kirkfieldbank - 01,2c,Remoter communities,S02002367,Hazelbank and Kirkfieldbank,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189682 +189682,S00129338,5b3,Self-Sufficient Retirement,S01012470,Belmont - 05,5c,Comfortable neighbourhoods,S02002337,Belmont,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189683 +189683,S00131216,8c1,Ageing Industrious Workers,S01012612,Carluke South - 02,5d,Endeavouring social renters,S02002362,Carluke South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189684 +189684,S00132363,1b3,Ageing Rural Flat Tenants,S01012570,Clydesdale South - 01,2d,Rural traits,S02002354,Clydesdale South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189685 +189685,S00130131,5a1,White Professionals,S01012514,Heathfield - 03,8c,Comfortable suburbia,S02002345,Heathfield,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189686 +189686,S00131478,6a4,Ageing in Suburbia,S01012938,Stewartfield East - 01,8a,Affluent communities,S02002424,Stewartfield East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189687 +189687,S00129548,6b3,Semi-Detached Ageing,S01012516,Heathfield - 05,5c,Comfortable neighbourhoods,S02002345,Heathfield,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189688 +189688,S00129556,6b3,Semi-Detached Ageing,S01012510,Newton North - 05,5c,Comfortable neighbourhoods,S02002344,Newton North,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189689 +189689,S00129559,6b3,Semi-Detached Ageing,S01012510,Newton North - 05,5c,Comfortable neighbourhoods,S02002344,Newton North,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189690 +189690,S00129570,6b3,Semi-Detached Ageing,S01012502,"Lochside, Braehead and Whitletts - 03",4d,Hard-pressed flat dwellers,S02002343,"Lochside, Braehead and Whitletts",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189691 +189691,S00129614,6b3,Semi-Detached Ageing,S01012522,Prestwick West - 05,8b,Ageing suburbanites,S02002346,Prestwick West,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189692 +189692,S00129621,6b3,Semi-Detached Ageing,S01012522,Prestwick West - 05,8b,Ageing suburbanites,S02002346,Prestwick West,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189693 +189693,S00129653,6b3,Semi-Detached Ageing,S01012527,Prestwick East - 04,5c,Comfortable neighbourhoods,S02002347,Prestwick East,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189694 +189694,S00129673,6b3,Semi-Detached Ageing,S01012523,Prestwick West - 06,5c,Comfortable neighbourhoods,S02002346,Prestwick West,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189695 +189695,S00129674,6b3,Semi-Detached Ageing,S01012512,Heathfield - 01,5c,Comfortable neighbourhoods,S02002345,Heathfield,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189696 +189696,S00129676,6b3,Semi-Detached Ageing,S01012530,Prestwick East - 07,8b,Ageing suburbanites,S02002347,Prestwick East,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189697 +189697,S00129687,6b3,Semi-Detached Ageing,S01012530,Prestwick East - 07,8b,Ageing suburbanites,S02002347,Prestwick East,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189698 +189698,S00129692,6b3,Semi-Detached Ageing,S01012513,Heathfield - 02,8c,Comfortable suburbia,S02002345,Heathfield,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189699 +189699,S00129701,6b3,Semi-Detached Ageing,S01012524,Prestwick East - 01,5c,Comfortable neighbourhoods,S02002347,Prestwick East,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189700 +189700,S00129703,6b3,Semi-Detached Ageing,S01012524,Prestwick East - 01,5c,Comfortable neighbourhoods,S02002347,Prestwick East,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189701 +189701,S00129714,6b3,Semi-Detached Ageing,S01012447,Coylton - 02,8b,Ageing suburbanites,S02002334,Coylton,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189702 +189702,S00129716,6b3,Semi-Detached Ageing,S01012447,Coylton - 02,8b,Ageing suburbanites,S02002334,Coylton,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189703 +189703,S00129725,6b3,Semi-Detached Ageing,S01012536,"Annbank, Mossblown and Tarbolton - the Coalfields - 02",5d,Endeavouring social renters,S02002349,"Annbank, Mossblown and Tarbolton - the Coalfields",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189704 +189704,S00129763,6b3,Semi-Detached Ageing,S01012564,Troon - 02,8a,Affluent communities,S02002353,Troon,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189705 +189705,S00129819,6b3,Semi-Detached Ageing,S01012555,Muirhead - 07,8b,Ageing suburbanites,S02002351,Muirhead,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189706 +189706,S00129821,6b3,Semi-Detached Ageing,S01012554,Muirhead - 06,8c,Comfortable suburbia,S02002351,Muirhead,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189707 +189707,S00129823,6b3,Semi-Detached Ageing,S01012554,Muirhead - 06,8c,Comfortable suburbia,S02002351,Muirhead,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189708 +189708,S00129834,6b3,Semi-Detached Ageing,S01012551,Muirhead - 03,8b,Ageing suburbanites,S02002351,Muirhead,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189709 +189709,S00129907,6b3,Semi-Detached Ageing,S01012527,Prestwick East - 04,5c,Comfortable neighbourhoods,S02002347,Prestwick East,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189710 +189710,S00129909,6b3,Semi-Detached Ageing,S01012524,Prestwick East - 01,5c,Comfortable neighbourhoods,S02002347,Prestwick East,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189711 +189711,S00129944,6b3,Semi-Detached Ageing,S01012477,Holmston and Forehill - 05,8b,Ageing suburbanites,S02002338,Holmston and Forehill,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189712 +189712,S00129945,6b3,Semi-Detached Ageing,S01012477,Holmston and Forehill - 05,8b,Ageing suburbanites,S02002338,Holmston and Forehill,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189713 +189713,S00130025,6b3,Semi-Detached Ageing,S01012452,Alloway and Doonfoot - 02,8b,Ageing suburbanites,S02002335,Alloway and Doonfoot,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189714 +189714,S00130028,6b3,Semi-Detached Ageing,S01012452,Alloway and Doonfoot - 02,8b,Ageing suburbanites,S02002335,Alloway and Doonfoot,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189715 +189715,S00130105,6b3,Semi-Detached Ageing,S01012552,Muirhead - 04,8b,Ageing suburbanites,S02002351,Muirhead,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189716 +189716,S00130142,6b3,Semi-Detached Ageing,S01012551,Muirhead - 03,8b,Ageing suburbanites,S02002351,Muirhead,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189717 +189717,S00129767,7a1,Transitional Eastern European Neighbourhoods,S01012567,Troon - 05,4d,Hard-pressed flat dwellers,S02002353,Troon,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189718 +189718,S00130039,7a1,Transitional Eastern European Neighbourhoods,S01012500,"Lochside, Braehead and Whitletts - 01",4a,Challenged white communities,S02002343,"Lochside, Braehead and Whitletts",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189719 +189719,S00129213,5a1,White Professionals,S01012431,Girvan Ailsa - 03,5a,Ageing urban communities,S02002331,Girvan Ailsa,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189720 +189720,S00129234,5a1,White Professionals,S01012429,Girvan Ailsa - 01,5e,Primary sector workers,S02002331,Girvan Ailsa,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189721 +189721,S00129277,5a1,White Professionals,S01012439,Maybole - 06,5a,Ageing urban communities,S02002332,Maybole,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189722 +189722,S00129334,5a1,White Professionals,S01012469,Belmont - 04,8a,Affluent communities,S02002337,Belmont,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189723 +189723,S00129629,5a1,White Professionals,S01012518,Prestwick West - 01,5c,Comfortable neighbourhoods,S02002346,Prestwick West,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189724 +189724,S00129640,5a1,White Professionals,S01012519,Prestwick West - 02,5e,Primary sector workers,S02002346,Prestwick West,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189725 +189725,S00129808,5a1,White Professionals,S01012557,Barassie - 01,8b,Ageing suburbanites,S02002352,Barassie,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189726 +189726,S00129822,5a1,White Professionals,S01012554,Muirhead - 06,8c,Comfortable suburbia,S02002351,Muirhead,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189727 +189727,S00129859,5a1,White Professionals,S01012545,"Dundonald, Loans and Symington - 04",5c,Comfortable neighbourhoods,S02002350,"Dundonald, Loans and Symington",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189728 +189728,S00129883,5a1,White Professionals,S01012463,Castlehill and Kincaidston - 05,4a,Challenged white communities,S02002336,Castlehill and Kincaidston,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189729 +189729,S00129940,5a1,White Professionals,S01012484,Ayr South Harbour and Town Centre - 05,5a,Ageing urban communities,S02002339,Ayr South Harbour and Town Centre,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189730 +189730,S00130006,5a1,White Professionals,S01012459,Castlehill and Kincaidston - 01,8b,Ageing suburbanites,S02002336,Castlehill and Kincaidston,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189731 +189731,S00131394,8c1,Ageing Industrious Workers,S01012910,Calderwood Central - 05,4d,Hard-pressed flat dwellers,S02002418,Calderwood Central,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189732 +189732,S00130139,5a1,White Professionals,S01012553,Muirhead - 05,8c,Comfortable suburbia,S02002351,Muirhead,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189733 +189733,S00131435,8c1,Ageing Industrious Workers,S01012930,East Mains - 01,5a,Ageing urban communities,S02002422,East Mains,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189734 +189734,S00132383,1b3,Ageing Rural Flat Tenants,S01012645,Lesmahagow - 04,5a,Ageing urban communities,S02002369,Lesmahagow,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189735 +189735,S00129455,6b2,White Suburban Communities,S01012458,Alloway and Doonfoot - 08,8a,Affluent communities,S02002335,Alloway and Doonfoot,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189736 +189736,S00130783,1a3,Agricultural Communities,S01012570,Clydesdale South - 01,2d,Rural traits,S02002354,Clydesdale South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189737 +189737,S00131458,8c1,Ageing Industrious Workers,S01012915,Calderwood West and Nerston - 05,5c,Comfortable neighbourhoods,S02002419,Calderwood West and Nerston,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189738 +189738,S00129493,6b2,White Suburban Communities,S01012509,Newton North - 04,5c,Comfortable neighbourhoods,S02002344,Newton North,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189739 +189739,S00132395,1b3,Ageing Rural Flat Tenants,S01012630,Lanark South - 04,5e,Primary sector workers,S02002366,Lanark South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189740 +189740,S00130784,1a3,Agricultural Communities,S01012571,Clydesdale South - 02,2d,Rural traits,S02002354,Clydesdale South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189741 +189741,S00131661,8c1,Ageing Industrious Workers,S01012998,"Birniehill, Kelvin and Whitehills East - 04",5c,Comfortable neighbourhoods,S02002435,"Birniehill, Kelvin and Whitehills East",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189742 +189742,S00129497,6b2,White Suburban Communities,S01012507,Newton North - 02,4a,Challenged white communities,S02002344,Newton North,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189743 +189743,S00132401,1b3,Ageing Rural Flat Tenants,S01012634,Hazelbank and Kirkfieldbank - 03,5c,Comfortable neighbourhoods,S02002367,Hazelbank and Kirkfieldbank,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189744 +189744,S00132432,1b3,Ageing Rural Flat Tenants,S01012681,Stonehouse - 06,2d,Rural traits,S02002376,Stonehouse,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189745 +189745,S00132499,1b3,Ageing Rural Flat Tenants,S01012700,"Glassford, Quarter and Allanton - 02",2d,Rural traits,S02002380,"Glassford, Quarter and Allanton",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189746 +189746,S00132508,1b3,Ageing Rural Flat Tenants,S01012632,Hazelbank and Kirkfieldbank - 01,2c,Remoter communities,S02002367,Hazelbank and Kirkfieldbank,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189747 +189747,S00132528,1b3,Ageing Rural Flat Tenants,S01012574,"Biggar, Symington, Thankerton and Dolphinton - 01",2c,Remoter communities,S02002355,"Biggar, Symington, Thankerton and Dolphinton",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189748 +189748,S00132532,1b3,Ageing Rural Flat Tenants,S01012576,"Biggar, Symington, Thankerton and Dolphinton - 03",5a,Ageing urban communities,S02002355,"Biggar, Symington, Thankerton and Dolphinton",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189749 +189749,S00132861,1b3,Ageing Rural Flat Tenants,S01012635,Hazelbank and Kirkfieldbank - 04,2d,Rural traits,S02002367,Hazelbank and Kirkfieldbank,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189750 +189750,S00132872,1b3,Ageing Rural Flat Tenants,S01012578,"Biggar, Symington, Thankerton and Dolphinton - 05",2a,Ageing rural neighbourhoods,S02002355,"Biggar, Symington, Thankerton and Dolphinton",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189751 +189751,S00130749,8c2,Ageing Rural Industry Workers,S01012584,"Carstairs, Carstairs Junction and Carnwath - 04",2d,Rural traits,S02002356,"Carstairs, Carstairs Junction and Carnwath",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189752 +189752,S00130777,8c2,Ageing Rural Industry Workers,S01012641,"Douglas, Coalburn and Rigside - 05",5a,Ageing urban communities,S02002368,"Douglas, Coalburn and Rigside",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189753 +189753,S00130824,8c2,Ageing Rural Industry Workers,S01012641,"Douglas, Coalburn and Rigside - 05",5a,Ageing urban communities,S02002368,"Douglas, Coalburn and Rigside",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189754 +189754,S00130835,8c2,Ageing Rural Industry Workers,S01012577,"Biggar, Symington, Thankerton and Dolphinton - 04",2c,Remoter communities,S02002355,"Biggar, Symington, Thankerton and Dolphinton",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189755 +189755,S00130836,8c2,Ageing Rural Industry Workers,S01012578,"Biggar, Symington, Thankerton and Dolphinton - 05",2a,Ageing rural neighbourhoods,S02002355,"Biggar, Symington, Thankerton and Dolphinton",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189756 +189756,S00130858,8c2,Ageing Rural Industry Workers,S01012645,Lesmahagow - 04,5a,Ageing urban communities,S02002369,Lesmahagow,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189757 +189757,S00130887,8c2,Ageing Rural Industry Workers,S01012619,Lanark North West - 01,5a,Ageing urban communities,S02002364,Lanark North West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189758 +189758,S00131571,6a4,Ageing in Suburbia,S01012956,Hairmyres and Westwood West - 04,5a,Ageing urban communities,S02002427,Hairmyres and Westwood West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189759 +189759,S00129344,5b3,Self-Sufficient Retirement,S01012468,Belmont - 03,5d,Endeavouring social renters,S02002337,Belmont,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189760 +189760,S00130905,8c2,Ageing Rural Industry Workers,S01012624,Lanark North East - 02,4a,Challenged white communities,S02002365,Lanark North East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189761 +189761,S00130914,8c2,Ageing Rural Industry Workers,S01012623,Lanark North East - 01,4a,Challenged white communities,S02002365,Lanark North East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189762 +189762,S00130932,8c2,Ageing Rural Industry Workers,S01012627,Lanark South - 01,5c,Comfortable neighbourhoods,S02002366,Lanark South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189763 +189763,S00130939,8c2,Ageing Rural Industry Workers,S01012685,Strathaven South - 02,5d,Endeavouring social renters,S02002377,Strathaven South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189764 +189764,S00130968,8c2,Ageing Rural Industry Workers,S01012692,Strathaven North - 02,5a,Ageing urban communities,S02002378,Strathaven North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189765 +189765,S00130991,8c2,Ageing Rural Industry Workers,S01012581,"Carstairs, Carstairs Junction and Carnwath - 01",5d,Endeavouring social renters,S02002356,"Carstairs, Carstairs Junction and Carnwath",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189766 +189766,S00131012,8c2,Ageing Rural Industry Workers,S01012679,Stonehouse - 04,5c,Comfortable neighbourhoods,S02002376,Stonehouse,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189767 +189767,S00131031,8c2,Ageing Rural Industry Workers,S01012585,"Carstairs, Carstairs Junction and Carnwath - 05",4a,Challenged white communities,S02002356,"Carstairs, Carstairs Junction and Carnwath",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189768 +189768,S00131099,8c2,Ageing Rural Industry Workers,S01012664,"Larkhall Central, Raploch, Millheugh and Burnhead - 05",5a,Ageing urban communities,S02002373,"Larkhall Central, Raploch, Millheugh and Burnhead",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189769 +189769,S00131123,8c2,Ageing Rural Industry Workers,S01012666,Hareleeshill - 02,4a,Challenged white communities,S02002374,Hareleeshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189770 +189770,S00131192,8c2,Ageing Rural Industry Workers,S01012608,Carluke East - 03,5d,Endeavouring social renters,S02002361,Carluke East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189771 +189771,S00131708,8c2,Ageing Rural Industry Workers,S01012997,"Birniehill, Kelvin and Whitehills East - 03",5c,Comfortable neighbourhoods,S02002435,"Birniehill, Kelvin and Whitehills East",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189772 +189772,S00132179,8c2,Ageing Rural Industry Workers,S01012590,"Forth, Braehead and Auchengray - 04",5d,Endeavouring social renters,S02002357,"Forth, Braehead and Auchengray",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189773 +189773,S00132402,8c2,Ageing Rural Industry Workers,S01012581,"Carstairs, Carstairs Junction and Carnwath - 01",5d,Endeavouring social renters,S02002356,"Carstairs, Carstairs Junction and Carnwath",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189774 +189774,S00132406,8c2,Ageing Rural Industry Workers,S01012682,Stonehouse - 07,5a,Ageing urban communities,S02002376,Stonehouse,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189775 +189775,S00132445,8c2,Ageing Rural Industry Workers,S01012605,Carluke North - 04,5d,Endeavouring social renters,S02002360,Carluke North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189776 +189776,S00132515,8c2,Ageing Rural Industry Workers,S01012572,Clydesdale South - 03,2c,Remoter communities,S02002354,Clydesdale South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189777 +189777,S00132523,8c2,Ageing Rural Industry Workers,S01012579,"Biggar, Symington, Thankerton and Dolphinton - 06",2d,Rural traits,S02002355,"Biggar, Symington, Thankerton and Dolphinton",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189778 +189778,S00132529,8c2,Ageing Rural Industry Workers,S01012574,"Biggar, Symington, Thankerton and Dolphinton - 01",2c,Remoter communities,S02002355,"Biggar, Symington, Thankerton and Dolphinton",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189779 +189779,S00132533,8c2,Ageing Rural Industry Workers,S01012577,"Biggar, Symington, Thankerton and Dolphinton - 04",2c,Remoter communities,S02002355,"Biggar, Symington, Thankerton and Dolphinton",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189780 +189780,S00132581,8c2,Ageing Rural Industry Workers,S01012583,"Carstairs, Carstairs Junction and Carnwath - 03",5c,Comfortable neighbourhoods,S02002356,"Carstairs, Carstairs Junction and Carnwath",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189781 +189781,S00132582,8c2,Ageing Rural Industry Workers,S01012583,"Carstairs, Carstairs Junction and Carnwath - 03",5c,Comfortable neighbourhoods,S02002356,"Carstairs, Carstairs Junction and Carnwath",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189782 +189782,S00132591,8c2,Ageing Rural Industry Workers,S01012655,Ashgill and Netherburn - 03,5a,Ageing urban communities,S02002371,Ashgill and Netherburn,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189783 +189783,S00130681,1a3,Agricultural Communities,S01012696,"Chapelton, Glengavel and Sandford - 02",2a,Ageing rural neighbourhoods,S02002379,"Chapelton, Glengavel and Sandford",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189784 +189784,S00130682,1a3,Agricultural Communities,S01012697,"Chapelton, Glengavel and Sandford - 03",2c,Remoter communities,S02002379,"Chapelton, Glengavel and Sandford",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189785 +189785,S00130683,1a3,Agricultural Communities,S01012697,"Chapelton, Glengavel and Sandford - 03",2c,Remoter communities,S02002379,"Chapelton, Glengavel and Sandford",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189786 +189786,S00130689,1a3,Agricultural Communities,S01012699,"Glassford, Quarter and Allanton - 01",2d,Rural traits,S02002380,"Glassford, Quarter and Allanton",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189787 +189787,S00130691,1a3,Agricultural Communities,S01012701,"Glassford, Quarter and Allanton - 03",2b,Prospering countryside life,S02002380,"Glassford, Quarter and Allanton",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189788 +189788,S00129615,6b2,White Suburban Communities,S01012522,Prestwick West - 05,8b,Ageing suburbanites,S02002346,Prestwick West,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189789 +189789,S00129620,6b2,White Suburban Communities,S01012522,Prestwick West - 05,8b,Ageing suburbanites,S02002346,Prestwick West,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189790 +189790,S00131725,8c1,Ageing Industrious Workers,S01012593,Law - 02,8c,Comfortable suburbia,S02002358,Law,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189791 +189791,S00131573,6a4,Ageing in Suburbia,S01012962,Mossneuk and Newlandsmuir - 05,8c,Comfortable suburbia,S02002428,Mossneuk and Newlandsmuir,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189792 +189792,S00130789,1a3,Agricultural Communities,S01012570,Clydesdale South - 01,2d,Rural traits,S02002354,Clydesdale South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189793 +189793,S00129633,6b2,White Suburban Communities,S01012521,Prestwick West - 04,5c,Comfortable neighbourhoods,S02002346,Prestwick West,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189794 +189794,S00129642,6b2,White Suburban Communities,S01012525,Prestwick East - 02,8b,Ageing suburbanites,S02002347,Prestwick East,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189795 +189795,S00129672,6b2,White Suburban Communities,S01012530,Prestwick East - 07,8b,Ageing suburbanites,S02002347,Prestwick East,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189796 +189796,S00130009,6b2,White Suburban Communities,S01012479,Holmston and Forehill - 07,8b,Ageing suburbanites,S02002338,Holmston and Forehill,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189797 +189797,S00129350,5b3,Self-Sufficient Retirement,S01012466,Belmont - 01,5c,Comfortable neighbourhoods,S02002337,Belmont,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189798 +189798,S00130052,6b2,White Suburban Communities,S01012493,Craigie - 01,5a,Ageing urban communities,S02002341,Craigie,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189799 +189799,S00130066,6b2,White Suburban Communities,S01012518,Prestwick West - 01,5c,Comfortable neighbourhoods,S02002346,Prestwick West,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189800 +189800,S00130078,6b2,White Suburban Communities,S01012447,Coylton - 02,8b,Ageing suburbanites,S02002334,Coylton,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189801 +189801,S00130101,6b2,White Suburban Communities,S01012560,Barassie - 04,5c,Comfortable neighbourhoods,S02002352,Barassie,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189802 +189802,S00130106,6b2,White Suburban Communities,S01012552,Muirhead - 04,8b,Ageing suburbanites,S02002351,Muirhead,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189803 +189803,S00130110,6b2,White Suburban Communities,S01012548,"Dundonald, Loans and Symington - 07",2d,Rural traits,S02002350,"Dundonald, Loans and Symington",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189804 +189804,S00130119,6b2,White Suburban Communities,S01012431,Girvan Ailsa - 03,5a,Ageing urban communities,S02002331,Girvan Ailsa,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189805 +189805,S00130128,6b2,White Suburban Communities,S01012514,Heathfield - 03,8c,Comfortable suburbia,S02002345,Heathfield,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189806 +189806,S00130130,6b2,White Suburban Communities,S01012514,Heathfield - 03,8c,Comfortable suburbia,S02002345,Heathfield,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189807 +189807,S00130137,6b2,White Suburban Communities,S01012553,Muirhead - 05,8c,Comfortable suburbia,S02002351,Muirhead,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189808 +189808,S00130141,6b2,White Suburban Communities,S01012553,Muirhead - 05,8c,Comfortable suburbia,S02002351,Muirhead,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189809 +189809,S00129588,8d1,Young Hard-Pressed Families,S01012496,Dalmilling - 01,4a,Challenged white communities,S02002342,Dalmilling,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189810 +189810,S00129589,8d1,Young Hard-Pressed Families,S01012496,Dalmilling - 01,4a,Challenged white communities,S02002342,Dalmilling,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189811 +189811,S00129600,8d1,Young Hard-Pressed Families,S01012498,Dalmilling - 03,4a,Challenged white communities,S02002342,Dalmilling,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189812 +189812,S00130170,7d1,Ageing Communities and Families,S01012847,Cambuslang Central - 05,5c,Comfortable neighbourhoods,S02002406,Cambuslang Central,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189813 +189813,S00130341,7d1,Ageing Communities and Families,S01012865,Burnhill and Bankhead North - 01,4a,Challenged white communities,S02002410,Burnhill and Bankhead North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189814 +189814,S00130380,7d1,Ageing Communities and Families,S01012881,High Crosshill - 04,5a,Ageing urban communities,S02002413,High Crosshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189815 +189815,S00130513,7d1,Ageing Communities and Families,S01012879,High Crosshill - 02,5c,Comfortable neighbourhoods,S02002413,High Crosshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189816 +189816,S00130885,7d1,Ageing Communities and Families,S01012619,Lanark North West - 01,5a,Ageing urban communities,S02002364,Lanark North West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189817 +189817,S00130926,7d1,Ageing Communities and Families,S01012630,Lanark South - 04,5e,Primary sector workers,S02002366,Lanark South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189818 +189818,S00131152,7d1,Ageing Communities and Families,S01012656,Merryton and Meadowhill - 01,4a,Challenged white communities,S02002372,Merryton and Meadowhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189819 +189819,S00131194,7d1,Ageing Communities and Families,S01012602,Carluke North - 01,5a,Ageing urban communities,S02002360,Carluke North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189820 +189820,S00131229,7d1,Ageing Communities and Families,S01012601,Carluke West - 04,8b,Ageing suburbanites,S02002359,Carluke West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189821 +189821,S00131243,7d1,Ageing Communities and Families,S01012602,Carluke North - 01,5a,Ageing urban communities,S02002360,Carluke North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189822 +189822,S00131255,7d1,Ageing Communities and Families,S01012934,West Mains - 01,5c,Comfortable neighbourhoods,S02002423,West Mains,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189823 +189823,S00131300,7d1,Ageing Communities and Families,S01012929,St Leonards South - 07,5c,Comfortable neighbourhoods,S02002421,St Leonards South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189824 +189824,S00131305,7d1,Ageing Communities and Families,S01012928,St Leonards South - 06,5c,Comfortable neighbourhoods,S02002421,St Leonards South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189825 +189825,S00131604,7d1,Ageing Communities and Families,S01012972,Whitehills West - 03,4a,Challenged white communities,S02002430,Whitehills West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189826 +189826,S00131857,7d1,Ageing Communities and Families,S01012722,Laighstonehall - 02,4d,Hard-pressed flat dwellers,S02002385,Laighstonehall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189827 +189827,S00131885,7d1,Ageing Communities and Families,S01012724,Laighstonehall - 04,5c,Comfortable neighbourhoods,S02002385,Laighstonehall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189828 +189828,S00131950,7d1,Ageing Communities and Families,S01012713,Silvertonhill - 02,5c,Comfortable neighbourhoods,S02002383,Silvertonhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189829 +189829,S00132013,7d1,Ageing Communities and Families,S01012791,Burnbank South and Chantinghall - 04,8b,Ageing suburbanites,S02002397,Burnbank South and Chantinghall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189830 +189830,S00132191,7d1,Ageing Communities and Families,S01012799,Bothwell South - 02,5c,Comfortable neighbourhoods,S02002399,Bothwell South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189831 +189831,S00132441,7d1,Ageing Communities and Families,S01012692,Strathaven North - 02,5a,Ageing urban communities,S02002378,Strathaven North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189832 +189832,S00132571,7d1,Ageing Communities and Families,S01012679,Stonehouse - 04,5c,Comfortable neighbourhoods,S02002376,Stonehouse,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189833 +189833,S00131742,8c1,Ageing Industrious Workers,S01012761,Blantyre South and Wheatlands - 03,4a,Challenged white communities,S02002392,Blantyre South and Wheatlands,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189834 +189834,S00129386,5b3,Self-Sufficient Retirement,S01012467,Belmont - 02,5d,Endeavouring social renters,S02002337,Belmont,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189835 +189835,S00131772,8c1,Ageing Industrious Workers,S01012764,Blantyre South and Wheatlands - 06,4a,Challenged white communities,S02002392,Blantyre South and Wheatlands,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189836 +189836,S00129415,5b3,Self-Sufficient Retirement,S01012474,Holmston and Forehill - 02,5e,Primary sector workers,S02002338,Holmston and Forehill,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189837 +189837,S00131617,6a4,Ageing in Suburbia,S01012979,Greenhills - 05,5d,Endeavouring social renters,S02002431,Greenhills,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189838 +189838,S00131813,8c1,Ageing Industrious Workers,S01012778,Burnbank North - 05,4a,Challenged white communities,S02002395,Burnbank North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189839 +189839,S00129438,5b3,Self-Sufficient Retirement,S01012444,Carrick North - 04,2a,Ageing rural neighbourhoods,S02002333,Carrick North,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189840 +189840,S00131929,6a4,Ageing in Suburbia,S01012701,"Glassford, Quarter and Allanton - 03",2b,Prospering countryside life,S02002380,"Glassford, Quarter and Allanton",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189841 +189841,S00131866,8c1,Ageing Industrious Workers,S01012721,Laighstonehall - 01,5c,Comfortable neighbourhoods,S02002385,Laighstonehall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189842 +189842,S00129496,5b3,Self-Sufficient Retirement,S01012509,Newton North - 04,5c,Comfortable neighbourhoods,S02002344,Newton North,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189843 +189843,S00131938,6a4,Ageing in Suburbia,S01012717,Hamilton Centre and Low Parks - 02,4d,Hard-pressed flat dwellers,S02002384,Hamilton Centre and Low Parks,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189844 +189844,S00131904,8c1,Ageing Industrious Workers,S01012708,Low Waters - 01,4a,Challenged white communities,S02002382,Low Waters,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189845 +189845,S00130792,1a3,Agricultural Communities,S01012571,Clydesdale South - 02,2d,Rural traits,S02002354,Clydesdale South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189846 +189846,S00129532,5b3,Self-Sufficient Retirement,S01012517,Heathfield - 06,4a,Challenged white communities,S02002345,Heathfield,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189847 +189847,S00131946,6a4,Ageing in Suburbia,S01012714,Silvertonhill - 03,8b,Ageing suburbanites,S02002383,Silvertonhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189848 +189848,S00132193,6a4,Ageing in Suburbia,S01012799,Bothwell South - 02,5c,Comfortable neighbourhoods,S02002399,Bothwell South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189849 +189849,S00132194,6a4,Ageing in Suburbia,S01012799,Bothwell South - 02,5c,Comfortable neighbourhoods,S02002399,Bothwell South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189850 +189850,S00132218,6a4,Ageing in Suburbia,S01012801,Bothwell South - 04,8a,Affluent communities,S02002399,Bothwell South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189851 +189851,S00132234,6a4,Ageing in Suburbia,S01012808,Uddingston and Gardenside - 02,5c,Comfortable neighbourhoods,S02002401,Uddingston and Gardenside,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189852 +189852,S00132255,6a4,Ageing in Suburbia,S01012813,Uddingston and Gardenside - 07,8c,Comfortable suburbia,S02002401,Uddingston and Gardenside,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189853 +189853,S00132260,6a4,Ageing in Suburbia,S01012813,Uddingston and Gardenside - 07,8c,Comfortable suburbia,S02002401,Uddingston and Gardenside,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189854 +189854,S00132261,6a4,Ageing in Suburbia,S01012813,Uddingston and Gardenside - 07,8c,Comfortable suburbia,S02002401,Uddingston and Gardenside,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189855 +189855,S00132264,6a4,Ageing in Suburbia,S01012813,Uddingston and Gardenside - 07,8c,Comfortable suburbia,S02002401,Uddingston and Gardenside,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189856 +189856,S00132288,6a4,Ageing in Suburbia,S01012836,Whitlawburn and Greenlees - 01,8c,Comfortable suburbia,S02002405,Whitlawburn and Greenlees,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189857 +189857,S00132324,6a4,Ageing in Suburbia,S01012716,Hamilton Centre and Low Parks - 01,8a,Affluent communities,S02002384,Hamilton Centre and Low Parks,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189858 +189858,S00132326,6a4,Ageing in Suburbia,S01012716,Hamilton Centre and Low Parks - 01,8a,Affluent communities,S02002384,Hamilton Centre and Low Parks,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189859 +189859,S00132354,6a4,Ageing in Suburbia,S01012800,Bothwell South - 03,8a,Affluent communities,S02002399,Bothwell South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189860 +189860,S00132355,6a4,Ageing in Suburbia,S01012800,Bothwell South - 03,8a,Affluent communities,S02002399,Bothwell South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189861 +189861,S00132356,6a4,Ageing in Suburbia,S01012800,Bothwell South - 03,8a,Affluent communities,S02002399,Bothwell South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189862 +189862,S00132387,6a4,Ageing in Suburbia,S01012622,Lanark North West - 04,5c,Comfortable neighbourhoods,S02002364,Lanark North West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189863 +189863,S00132530,6a4,Ageing in Suburbia,S01012638,"Douglas, Coalburn and Rigside - 02",5e,Primary sector workers,S02002368,"Douglas, Coalburn and Rigside",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189864 +189864,S00132563,6a4,Ageing in Suburbia,S01012693,Strathaven North - 03,8b,Ageing suburbanites,S02002378,Strathaven North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189865 +189865,S00132644,6a4,Ageing in Suburbia,S01012920,St Leonards North - 05,8a,Affluent communities,S02002420,St Leonards North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189866 +189866,S00132677,6a4,Ageing in Suburbia,S01012944,Stewartfield West - 03,8b,Ageing suburbanites,S02002425,Stewartfield West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189867 +189867,S00132696,6a4,Ageing in Suburbia,S01012955,Hairmyres and Westwood West - 03,8a,Affluent communities,S02002427,Hairmyres and Westwood West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189868 +189868,S00132703,6a4,Ageing in Suburbia,S01012953,Hairmyres and Westwood West - 01,8c,Comfortable suburbia,S02002427,Hairmyres and Westwood West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189869 +189869,S00132747,6a4,Ageing in Suburbia,S01012758,High Blantyre - 07,4a,Challenged white communities,S02002391,High Blantyre,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189870 +189870,S00132778,6a4,Ageing in Suburbia,S01012717,Hamilton Centre and Low Parks - 02,4d,Hard-pressed flat dwellers,S02002384,Hamilton Centre and Low Parks,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189871 +189871,S00132792,6a4,Ageing in Suburbia,S01012737,Little Earnock - 05,5b,Aspiring urban households,S02002388,Little Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189872 +189872,S00132834,6a4,Ageing in Suburbia,S01012800,Bothwell South - 03,8a,Affluent communities,S02002399,Bothwell South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189873 +189873,S00132840,6a4,Ageing in Suburbia,S01012808,Uddingston and Gardenside - 02,5c,Comfortable neighbourhoods,S02002401,Uddingston and Gardenside,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189874 +189874,S00130148,8c1,Ageing Industrious Workers,S01012848,"Burgh, Eastfield and Silverbank - 01",5c,Comfortable neighbourhoods,S02002407,"Burgh, Eastfield and Silverbank",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189875 +189875,S00130166,8c1,Ageing Industrious Workers,S01012846,Cambuslang Central - 04,4d,Hard-pressed flat dwellers,S02002406,Cambuslang Central,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189876 +189876,S00130277,8c1,Ageing Industrious Workers,S01012830,Vicarland and Cairns - 01,5c,Comfortable neighbourhoods,S02002404,Vicarland and Cairns,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189877 +189877,S00130376,8c1,Ageing Industrious Workers,S01012881,High Crosshill - 04,5a,Ageing urban communities,S02002413,High Crosshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189878 +189878,S00130476,8c1,Ageing Industrious Workers,S01012888,Burnside and Springhall - 07,8a,Affluent communities,S02002414,Burnside and Springhall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189879 +189879,S00130481,8c1,Ageing Industrious Workers,S01012889,Fernhill and Cathkin - 01,5c,Comfortable neighbourhoods,S02002415,Fernhill and Cathkin,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189880 +189880,S00130675,8c1,Ageing Industrious Workers,S01012895,Nerston and EK Landward Area - 02,2b,Prospering countryside life,S02002416,Nerston and EK Landward Area,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189881 +189881,S00130817,8c1,Ageing Industrious Workers,S01012638,"Douglas, Coalburn and Rigside - 02",5e,Primary sector workers,S02002368,"Douglas, Coalburn and Rigside",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189882 +189882,S00130850,8c1,Ageing Industrious Workers,S01012644,Lesmahagow - 03,4a,Challenged white communities,S02002369,Lesmahagow,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189883 +189883,S00130861,8c1,Ageing Industrious Workers,S01012646,Lesmahagow - 05,8c,Comfortable suburbia,S02002369,Lesmahagow,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189884 +189884,S00130895,8c1,Ageing Industrious Workers,S01012622,Lanark North West - 04,5c,Comfortable neighbourhoods,S02002364,Lanark North West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189885 +189885,S00130978,8c1,Ageing Industrious Workers,S01012690,Strathaven South - 07,8b,Ageing suburbanites,S02002377,Strathaven South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189886 +189886,S00131024,8c1,Ageing Industrious Workers,S01012615,"Crossford, Braidwood and Yieldshields - 01",2d,Rural traits,S02002363,"Crossford, Braidwood and Yieldshields",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189887 +189887,S00131026,8c1,Ageing Industrious Workers,S01012615,"Crossford, Braidwood and Yieldshields - 01",2d,Rural traits,S02002363,"Crossford, Braidwood and Yieldshields",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189888 +189888,S00130793,1a3,Agricultural Communities,S01012571,Clydesdale South - 02,2d,Rural traits,S02002354,Clydesdale South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189889 +189889,S00131960,8c1,Ageing Industrious Workers,S01012729,Woodhead and Meikle Earnock - 01,5c,Comfortable neighbourhoods,S02002387,Woodhead and Meikle Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189890 +189890,S00129553,5b3,Self-Sufficient Retirement,S01012517,Heathfield - 06,4a,Challenged white communities,S02002345,Heathfield,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189891 +189891,S00130794,1a3,Agricultural Communities,S01012572,Clydesdale South - 03,2c,Remoter communities,S02002354,Clydesdale South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189892 +189892,S00131961,8c1,Ageing Industrious Workers,S01012729,Woodhead and Meikle Earnock - 01,5c,Comfortable neighbourhoods,S02002387,Woodhead and Meikle Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189893 +189893,S00129628,5b3,Self-Sufficient Retirement,S01012524,Prestwick East - 01,5c,Comfortable neighbourhoods,S02002347,Prestwick East,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189894 +189894,S00130796,1a3,Agricultural Communities,S01012577,"Biggar, Symington, Thankerton and Dolphinton - 04",2c,Remoter communities,S02002355,"Biggar, Symington, Thankerton and Dolphinton",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189895 +189895,S00132028,8c1,Ageing Industrious Workers,S01012736,Little Earnock - 04,5c,Comfortable neighbourhoods,S02002388,Little Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189896 +189896,S00129632,5b3,Self-Sufficient Retirement,S01012521,Prestwick West - 04,5c,Comfortable neighbourhoods,S02002346,Prestwick West,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189897 +189897,S00130800,1a3,Agricultural Communities,S01012573,Clydesdale South - 04,2c,Remoter communities,S02002354,Clydesdale South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189898 +189898,S00130802,1a3,Agricultural Communities,S01012574,"Biggar, Symington, Thankerton and Dolphinton - 01",2c,Remoter communities,S02002355,"Biggar, Symington, Thankerton and Dolphinton",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189899 +189899,S00132311,1a3,Agricultural Communities,S01012586,"Carstairs, Carstairs Junction and Carnwath - 06",2a,Ageing rural neighbourhoods,S02002356,"Carstairs, Carstairs Junction and Carnwath",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189900 +189900,S00132320,1a3,Agricultural Communities,S01012573,Clydesdale South - 04,2c,Remoter communities,S02002354,Clydesdale South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189901 +189901,S00132339,1a3,Agricultural Communities,S01012633,Hazelbank and Kirkfieldbank - 02,2c,Remoter communities,S02002367,Hazelbank and Kirkfieldbank,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189902 +189902,S00132341,1a3,Agricultural Communities,S01012633,Hazelbank and Kirkfieldbank - 02,2c,Remoter communities,S02002367,Hazelbank and Kirkfieldbank,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189903 +189903,S00132358,1a3,Agricultural Communities,S01012695,"Chapelton, Glengavel and Sandford - 01",2c,Remoter communities,S02002379,"Chapelton, Glengavel and Sandford",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189904 +189904,S00132365,1a3,Agricultural Communities,S01012575,"Biggar, Symington, Thankerton and Dolphinton - 02",2c,Remoter communities,S02002355,"Biggar, Symington, Thankerton and Dolphinton",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189905 +189905,S00132431,1a3,Agricultural Communities,S01012681,Stonehouse - 06,2d,Rural traits,S02002376,Stonehouse,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189906 +189906,S00132436,1a3,Agricultural Communities,S01012653,Ashgill and Netherburn - 01,2d,Rural traits,S02002371,Ashgill and Netherburn,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189907 +189907,S00132437,1a3,Agricultural Communities,S01012654,Ashgill and Netherburn - 02,2d,Rural traits,S02002371,Ashgill and Netherburn,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189908 +189908,S00132503,1a3,Agricultural Communities,S01012587,"Forth, Braehead and Auchengray - 01",2c,Remoter communities,S02002357,"Forth, Braehead and Auchengray",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189909 +189909,S00132505,1a3,Agricultural Communities,S01012587,"Forth, Braehead and Auchengray - 01",2c,Remoter communities,S02002357,"Forth, Braehead and Auchengray",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189910 +189910,S00132511,1a3,Agricultural Communities,S01012695,"Chapelton, Glengavel and Sandford - 01",2c,Remoter communities,S02002379,"Chapelton, Glengavel and Sandford",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189911 +189911,S00132514,1a3,Agricultural Communities,S01012572,Clydesdale South - 03,2c,Remoter communities,S02002354,Clydesdale South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189912 +189912,S00132517,1a3,Agricultural Communities,S01012572,Clydesdale South - 03,2c,Remoter communities,S02002354,Clydesdale South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189913 +189913,S00132521,1a3,Agricultural Communities,S01012579,"Biggar, Symington, Thankerton and Dolphinton - 06",2d,Rural traits,S02002355,"Biggar, Symington, Thankerton and Dolphinton",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189914 +189914,S00130146,7c1,Challenged Transitionaries,S01012850,"Burgh, Eastfield and Silverbank - 03",4a,Challenged white communities,S02002407,"Burgh, Eastfield and Silverbank",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189915 +189915,S00130150,7c1,Challenged Transitionaries,S01012850,"Burgh, Eastfield and Silverbank - 03",4a,Challenged white communities,S02002407,"Burgh, Eastfield and Silverbank",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189916 +189916,S00130151,7c1,Challenged Transitionaries,S01012856,Farme Cross and Gallowflat North - 01,4d,Hard-pressed flat dwellers,S02002408,Farme Cross and Gallowflat North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189917 +189917,S00130157,7c1,Challenged Transitionaries,S01012856,Farme Cross and Gallowflat North - 01,4d,Hard-pressed flat dwellers,S02002408,Farme Cross and Gallowflat North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189918 +189918,S00130158,7c1,Challenged Transitionaries,S01012849,"Burgh, Eastfield and Silverbank - 02",4d,Hard-pressed flat dwellers,S02002407,"Burgh, Eastfield and Silverbank",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189919 +189919,S00130188,7c1,Challenged Transitionaries,S01012824,Westburn and Newton - 04,5c,Comfortable neighbourhoods,S02002403,Westburn and Newton,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189920 +189920,S00130194,7c1,Challenged Transitionaries,S01012819,"Halfway, Hallside and Drumsagard - 06",4d,Hard-pressed flat dwellers,S02002402,"Halfway, Hallside and Drumsagard",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189921 +189921,S00130217,7c1,Challenged Transitionaries,S01012837,Whitlawburn and Greenlees - 02,4d,Hard-pressed flat dwellers,S02002405,Whitlawburn and Greenlees,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189922 +189922,S00130237,7c1,Challenged Transitionaries,S01012841,Whitlawburn and Greenlees - 06,8c,Comfortable suburbia,S02002405,Whitlawburn and Greenlees,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189923 +189923,S00130261,7c1,Challenged Transitionaries,S01012834,Vicarland and Cairns - 05,4a,Challenged white communities,S02002404,Vicarland and Cairns,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189924 +189924,S00130263,7c1,Challenged Transitionaries,S01012835,Vicarland and Cairns - 06,4d,Hard-pressed flat dwellers,S02002404,Vicarland and Cairns,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189925 +189925,S00130273,7c1,Challenged Transitionaries,S01012833,Vicarland and Cairns - 04,4a,Challenged white communities,S02002404,Vicarland and Cairns,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189926 +189926,S00130291,7c1,Challenged Transitionaries,S01012867,Burnhill and Bankhead North - 03,4d,Hard-pressed flat dwellers,S02002410,Burnhill and Bankhead North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189927 +189927,S00130292,7c1,Challenged Transitionaries,S01012867,Burnhill and Bankhead North - 03,4d,Hard-pressed flat dwellers,S02002410,Burnhill and Bankhead North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189928 +189928,S00130304,7c1,Challenged Transitionaries,S01012859,Farme Cross and Gallowflat North - 04,4d,Hard-pressed flat dwellers,S02002408,Farme Cross and Gallowflat North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189929 +189929,S00130305,7c1,Challenged Transitionaries,S01012858,Farme Cross and Gallowflat North - 03,4d,Hard-pressed flat dwellers,S02002408,Farme Cross and Gallowflat North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189930 +189930,S00130307,7c1,Challenged Transitionaries,S01012859,Farme Cross and Gallowflat North - 04,4d,Hard-pressed flat dwellers,S02002408,Farme Cross and Gallowflat North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189931 +189931,S00130314,7c1,Challenged Transitionaries,S01012871,Bankhead South - 02,3b,Asian traits,S02002411,Bankhead South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189932 +189932,S00130317,7c1,Challenged Transitionaries,S01012872,Bankhead South - 03,3d,Households in terraces and flats,S02002411,Bankhead South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189933 +189933,S00130319,7c1,Challenged Transitionaries,S01012873,Bankhead South - 04,4d,Hard-pressed flat dwellers,S02002411,Bankhead South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189934 +189934,S00132042,8c1,Ageing Industrious Workers,S01012746,Earnock - 06,5b,Aspiring urban households,S02002389,Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189935 +189935,S00129646,5b3,Self-Sufficient Retirement,S01012525,Prestwick East - 02,8b,Ageing suburbanites,S02002347,Prestwick East,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189936 +189936,S00132158,8c1,Ageing Industrious Workers,S01012797,Whitehill - 05,4a,Challenged white communities,S02002398,Whitehill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189937 +189937,S00129647,5b3,Self-Sufficient Retirement,S01012519,Prestwick West - 02,5e,Primary sector workers,S02002346,Prestwick West,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189938 +189938,S00132236,8c1,Ageing Industrious Workers,S01012808,Uddingston and Gardenside - 02,5c,Comfortable neighbourhoods,S02002401,Uddingston and Gardenside,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189939 +189939,S00129652,5b3,Self-Sufficient Retirement,S01012533,Prestwick Airport and Monkton - 03,5c,Comfortable neighbourhoods,S02002348,Prestwick Airport and Monkton,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189940 +189940,S00132252,8c1,Ageing Industrious Workers,S01012811,Uddingston and Gardenside - 05,5c,Comfortable neighbourhoods,S02002401,Uddingston and Gardenside,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189941 +189941,S00129663,5b3,Self-Sufficient Retirement,S01012529,Prestwick East - 06,5a,Ageing urban communities,S02002347,Prestwick East,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189942 +189942,S00132282,8c1,Ageing Industrious Workers,S01012616,"Crossford, Braidwood and Yieldshields - 02",2d,Rural traits,S02002363,"Crossford, Braidwood and Yieldshields",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189943 +189943,S00129706,5b3,Self-Sufficient Retirement,S01012525,Prestwick East - 02,8b,Ageing suburbanites,S02002347,Prestwick East,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189944 +189944,S00132411,8c1,Ageing Industrious Workers,S01012583,"Carstairs, Carstairs Junction and Carnwath - 03",5c,Comfortable neighbourhoods,S02002356,"Carstairs, Carstairs Junction and Carnwath",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189945 +189945,S00132522,8c1,Ageing Industrious Workers,S01012579,"Biggar, Symington, Thankerton and Dolphinton - 06",2d,Rural traits,S02002355,"Biggar, Symington, Thankerton and Dolphinton",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189946 +189946,S00132524,8c1,Ageing Industrious Workers,S01012579,"Biggar, Symington, Thankerton and Dolphinton - 06",2d,Rural traits,S02002355,"Biggar, Symington, Thankerton and Dolphinton",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189947 +189947,S00132540,8c1,Ageing Industrious Workers,S01012645,Lesmahagow - 04,5a,Ageing urban communities,S02002369,Lesmahagow,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189948 +189948,S00132541,8c1,Ageing Industrious Workers,S01012645,Lesmahagow - 04,5a,Ageing urban communities,S02002369,Lesmahagow,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189949 +189949,S00132580,8c1,Ageing Industrious Workers,S01012583,"Carstairs, Carstairs Junction and Carnwath - 03",5c,Comfortable neighbourhoods,S02002356,"Carstairs, Carstairs Junction and Carnwath",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189950 +189950,S00132583,8c1,Ageing Industrious Workers,S01012583,"Carstairs, Carstairs Junction and Carnwath - 03",5c,Comfortable neighbourhoods,S02002356,"Carstairs, Carstairs Junction and Carnwath",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189951 +189951,S00132599,8c1,Ageing Industrious Workers,S01012664,"Larkhall Central, Raploch, Millheugh and Burnhead - 05",5a,Ageing urban communities,S02002373,"Larkhall Central, Raploch, Millheugh and Burnhead",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189952 +189952,S00132650,8c1,Ageing Industrious Workers,S01012902,Calderwood East - 02,4a,Challenged white communities,S02002417,Calderwood East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189953 +189953,S00132664,8c1,Ageing Industrious Workers,S01012915,Calderwood West and Nerston - 05,5c,Comfortable neighbourhoods,S02002419,Calderwood West and Nerston,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189954 +189954,S00132742,8c1,Ageing Industrious Workers,S01012594,Law - 03,5c,Comfortable neighbourhoods,S02002358,Law,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189955 +189955,S00132784,8c1,Ageing Industrious Workers,S01012710,Low Waters - 03,5c,Comfortable neighbourhoods,S02002382,Low Waters,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189956 +189956,S00132785,8c1,Ageing Industrious Workers,S01012710,Low Waters - 03,5c,Comfortable neighbourhoods,S02002382,Low Waters,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189957 +189957,S00132848,8c1,Ageing Industrious Workers,S01012594,Law - 03,5c,Comfortable neighbourhoods,S02002358,Law,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189958 +189958,S00132877,8c1,Ageing Industrious Workers,S01012661,"Larkhall Central, Raploch, Millheugh and Burnhead - 02",5c,Comfortable neighbourhoods,S02002373,"Larkhall Central, Raploch, Millheugh and Burnhead",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189959 +189959,S00130745,1b3,Ageing Rural Flat Tenants,S01012582,"Carstairs, Carstairs Junction and Carnwath - 02",2c,Remoter communities,S02002356,"Carstairs, Carstairs Junction and Carnwath",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189960 +189960,S00130756,1b3,Ageing Rural Flat Tenants,S01012640,"Douglas, Coalburn and Rigside - 04",4a,Challenged white communities,S02002368,"Douglas, Coalburn and Rigside",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189961 +189961,S00130795,1b3,Ageing Rural Flat Tenants,S01012575,"Biggar, Symington, Thankerton and Dolphinton - 02",2c,Remoter communities,S02002355,"Biggar, Symington, Thankerton and Dolphinton",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189962 +189962,S00130804,1b3,Ageing Rural Flat Tenants,S01012575,"Biggar, Symington, Thankerton and Dolphinton - 02",2c,Remoter communities,S02002355,"Biggar, Symington, Thankerton and Dolphinton",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189963 +189963,S00130859,1b3,Ageing Rural Flat Tenants,S01012646,Lesmahagow - 05,8c,Comfortable suburbia,S02002369,Lesmahagow,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189964 +189964,S00130871,1b3,Ageing Rural Flat Tenants,S01012650,Kirkmuirhill and Blackwood - 04,5c,Comfortable neighbourhoods,S02002370,Kirkmuirhill and Blackwood,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189965 +189965,S00130988,1b3,Ageing Rural Flat Tenants,S01012581,"Carstairs, Carstairs Junction and Carnwath - 01",5d,Endeavouring social renters,S02002356,"Carstairs, Carstairs Junction and Carnwath",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189966 +189966,S00131015,1b3,Ageing Rural Flat Tenants,S01012681,Stonehouse - 06,2d,Rural traits,S02002376,Stonehouse,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189967 +189967,S00131050,1b3,Ageing Rural Flat Tenants,S01012698,"Chapelton, Glengavel and Sandford - 04",2d,Rural traits,S02002379,"Chapelton, Glengavel and Sandford",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189968 +189968,S00131183,1b3,Ageing Rural Flat Tenants,S01012611,Carluke South - 01,5c,Comfortable neighbourhoods,S02002362,Carluke South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,189969 +189969,S00129708,5b3,Self-Sufficient Retirement,S01012449,Coylton - 04,5d,Endeavouring social renters,S02002334,Coylton,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189970 +189970,S00129715,5b3,Self-Sufficient Retirement,S01012446,Coylton - 01,5c,Comfortable neighbourhoods,S02002334,Coylton,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189971 +189971,S00129762,5b3,Self-Sufficient Retirement,S01012564,Troon - 02,8a,Affluent communities,S02002353,Troon,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189972 +189972,S00129783,5b3,Self-Sufficient Retirement,S01012565,Troon - 03,5c,Comfortable neighbourhoods,S02002353,Troon,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189973 +189973,S00129785,5b3,Self-Sufficient Retirement,S01012565,Troon - 03,5c,Comfortable neighbourhoods,S02002353,Troon,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189974 +189974,S00129800,5b3,Self-Sufficient Retirement,S01012558,Barassie - 02,4a,Challenged white communities,S02002352,Barassie,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189975 +189975,S00129801,5b3,Self-Sufficient Retirement,S01012561,Barassie - 05,5c,Comfortable neighbourhoods,S02002352,Barassie,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189976 +189976,S00129838,5b3,Self-Sufficient Retirement,S01012552,Muirhead - 04,8b,Ageing suburbanites,S02002351,Muirhead,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189977 +189977,S00129880,5b3,Self-Sufficient Retirement,S01012482,Ayr South Harbour and Town Centre - 03,5a,Ageing urban communities,S02002339,Ayr South Harbour and Town Centre,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189978 +189978,S00129889,5b3,Self-Sufficient Retirement,S01012458,Alloway and Doonfoot - 08,8a,Affluent communities,S02002335,Alloway and Doonfoot,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189979 +189979,S00129903,5b3,Self-Sufficient Retirement,S01012523,Prestwick West - 06,5c,Comfortable neighbourhoods,S02002346,Prestwick West,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189980 +189980,S00129910,5b3,Self-Sufficient Retirement,S01012524,Prestwick East - 01,5c,Comfortable neighbourhoods,S02002347,Prestwick East,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189981 +189981,S00129930,5b3,Self-Sufficient Retirement,S01012548,"Dundonald, Loans and Symington - 07",2d,Rural traits,S02002350,"Dundonald, Loans and Symington",S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189982 +189982,S00129941,5b3,Self-Sufficient Retirement,S01012484,Ayr South Harbour and Town Centre - 05,5a,Ageing urban communities,S02002339,Ayr South Harbour and Town Centre,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189983 +189983,S00129950,5b3,Self-Sufficient Retirement,S01012549,Muirhead - 01,4a,Challenged white communities,S02002351,Muirhead,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189984 +189984,S00129995,5b3,Self-Sufficient Retirement,S01012481,Ayr South Harbour and Town Centre - 02,4b,Constrained renters,S02002339,Ayr South Harbour and Town Centre,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189985 +189985,S00130035,5b3,Self-Sufficient Retirement,S01012507,Newton North - 02,4a,Challenged white communities,S02002344,Newton North,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189986 +189986,S00130048,5b3,Self-Sufficient Retirement,S01012508,Newton North - 03,5c,Comfortable neighbourhoods,S02002344,Newton North,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189987 +189987,S00130063,5b3,Self-Sufficient Retirement,S01012520,Prestwick West - 03,5a,Ageing urban communities,S02002346,Prestwick West,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189988 +189988,S00130065,5b3,Self-Sufficient Retirement,S01012518,Prestwick West - 01,5c,Comfortable neighbourhoods,S02002346,Prestwick West,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189989 +189989,S00130070,5b3,Self-Sufficient Retirement,S01012534,Prestwick Airport and Monkton - 04,5a,Ageing urban communities,S02002348,Prestwick Airport and Monkton,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189990 +189990,S00130076,5b3,Self-Sufficient Retirement,S01012447,Coylton - 02,8b,Ageing suburbanites,S02002334,Coylton,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189991 +189991,S00130088,5b3,Self-Sufficient Retirement,S01012531,Prestwick Airport and Monkton - 01,2d,Rural traits,S02002348,Prestwick Airport and Monkton,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189992 +189992,S00130090,5b3,Self-Sufficient Retirement,S01012568,Troon - 06,5c,Comfortable neighbourhoods,S02002353,Troon,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189993 +189993,S00130100,5b3,Self-Sufficient Retirement,S01012561,Barassie - 05,5c,Comfortable neighbourhoods,S02002352,Barassie,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189994 +189994,S00130116,5b3,Self-Sufficient Retirement,S01012430,Girvan Ailsa - 02,5e,Primary sector workers,S02002331,Girvan Ailsa,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189995 +189995,S00130117,5b3,Self-Sufficient Retirement,S01012431,Girvan Ailsa - 03,5a,Ageing urban communities,S02002331,Girvan Ailsa,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189996 +189996,S00130125,5b3,Self-Sufficient Retirement,S01012513,Heathfield - 02,8c,Comfortable suburbia,S02002345,Heathfield,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189997 +189997,S00130140,5b3,Self-Sufficient Retirement,S01012553,Muirhead - 05,8c,Comfortable suburbia,S02002351,Muirhead,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189998 +189998,S00129188,6b3,Semi-Detached Ageing,S01012438,Maybole - 05,2d,Rural traits,S02002332,Maybole,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,189999 +189999,S00129346,6b3,Semi-Detached Ageing,S01012470,Belmont - 05,5c,Comfortable neighbourhoods,S02002337,Belmont,S12000028,South Ayrshire,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,190000 +190000,S00130705,6a2,Comfortable Suburbia,S01012739,Little Earnock - 07,8c,Comfortable suburbia,S02002388,Little Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190001 +190001,S00130708,6a2,Comfortable Suburbia,S01012734,Little Earnock - 02,8c,Comfortable suburbia,S02002388,Little Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190002 +190002,S00130709,6a2,Comfortable Suburbia,S01012733,Little Earnock - 01,8c,Comfortable suburbia,S02002388,Little Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190003 +190003,S00130711,6a2,Comfortable Suburbia,S01012740,Little Earnock - 08,8c,Comfortable suburbia,S02002388,Little Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190004 +190004,S00130712,6a2,Comfortable Suburbia,S01012740,Little Earnock - 08,8c,Comfortable suburbia,S02002388,Little Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190005 +190005,S00130713,6a2,Comfortable Suburbia,S01012734,Little Earnock - 02,8c,Comfortable suburbia,S02002388,Little Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190006 +190006,S00130732,6a2,Comfortable Suburbia,S01012592,Law - 01,2b,Prospering countryside life,S02002358,Law,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190007 +190007,S00130737,6a2,Comfortable Suburbia,S01012635,Hazelbank and Kirkfieldbank - 04,2d,Rural traits,S02002367,Hazelbank and Kirkfieldbank,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190008 +190008,S00130759,6a2,Comfortable Suburbia,S01012647,Kirkmuirhill and Blackwood - 01,8c,Comfortable suburbia,S02002370,Kirkmuirhill and Blackwood,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190009 +190009,S00130761,6a2,Comfortable Suburbia,S01012647,Kirkmuirhill and Blackwood - 01,8c,Comfortable suburbia,S02002370,Kirkmuirhill and Blackwood,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190010 +190010,S00132071,7c1,Challenged Transitionaries,S01012751,Hillhouse - 05,4a,Challenged white communities,S02002390,Hillhouse,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190011 +190011,S00132738,7c1,Challenged Transitionaries,S01012996,"Birniehill, Kelvin and Whitehills East - 02",4a,Challenged white communities,S02002435,"Birniehill, Kelvin and Whitehills East",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190012 +190012,S00130770,6a2,Comfortable Suburbia,S01012628,Lanark South - 02,8a,Affluent communities,S02002366,Lanark South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190013 +190013,S00130771,6a2,Comfortable Suburbia,S01012628,Lanark South - 02,8a,Affluent communities,S02002366,Lanark South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190014 +190014,S00130782,6a2,Comfortable Suburbia,S01012632,Hazelbank and Kirkfieldbank - 01,2c,Remoter communities,S02002367,Hazelbank and Kirkfieldbank,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190015 +190015,S00130922,6a2,Comfortable Suburbia,S01012620,Lanark North West - 02,8a,Affluent communities,S02002364,Lanark North West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190016 +190016,S00130944,6a2,Comfortable Suburbia,S01012687,Strathaven South - 04,8b,Ageing suburbanites,S02002377,Strathaven South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190017 +190017,S00130962,6a2,Comfortable Suburbia,S01012691,Strathaven North - 01,8c,Comfortable suburbia,S02002378,Strathaven North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190018 +190018,S00130964,6a2,Comfortable Suburbia,S01012693,Strathaven North - 03,8b,Ageing suburbanites,S02002378,Strathaven North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190019 +190019,S00130966,6a2,Comfortable Suburbia,S01012693,Strathaven North - 03,8b,Ageing suburbanites,S02002378,Strathaven North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190020 +190020,S00130983,6a2,Comfortable Suburbia,S01012689,Strathaven South - 06,8b,Ageing suburbanites,S02002377,Strathaven South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190021 +190021,S00131025,6a2,Comfortable Suburbia,S01012615,"Crossford, Braidwood and Yieldshields - 01",2d,Rural traits,S02002363,"Crossford, Braidwood and Yieldshields",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190022 +190022,S00131040,6a2,Comfortable Suburbia,S01012699,"Glassford, Quarter and Allanton - 01",2d,Rural traits,S02002380,"Glassford, Quarter and Allanton",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190023 +190023,S00131044,6a2,Comfortable Suburbia,S01012653,Ashgill and Netherburn - 01,2d,Rural traits,S02002371,Ashgill and Netherburn,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190024 +190024,S00131048,6a2,Comfortable Suburbia,S01012698,"Chapelton, Glengavel and Sandford - 04",2d,Rural traits,S02002379,"Chapelton, Glengavel and Sandford",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190025 +190025,S00131172,6a2,Comfortable Suburbia,S01012611,Carluke South - 01,5c,Comfortable neighbourhoods,S02002362,Carluke South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190026 +190026,S00131329,6a2,Comfortable Suburbia,S01012920,St Leonards North - 05,8a,Affluent communities,S02002420,St Leonards North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190027 +190027,S00131443,6a2,Comfortable Suburbia,S01012915,Calderwood West and Nerston - 05,5c,Comfortable neighbourhoods,S02002419,Calderwood West and Nerston,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190028 +190028,S00131465,6a2,Comfortable Suburbia,S01012943,Stewartfield West - 02,8c,Comfortable suburbia,S02002425,Stewartfield West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190029 +190029,S00131466,6a2,Comfortable Suburbia,S01012939,Stewartfield East - 02,8c,Comfortable suburbia,S02002424,Stewartfield East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190030 +190030,S00131468,6a2,Comfortable Suburbia,S01012940,Stewartfield East - 03,8a,Affluent communities,S02002424,Stewartfield East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190031 +190031,S00131471,6a2,Comfortable Suburbia,S01012940,Stewartfield East - 03,8a,Affluent communities,S02002424,Stewartfield East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190032 +190032,S00131495,6a2,Comfortable Suburbia,S01012961,Mossneuk and Newlandsmuir - 04,8c,Comfortable suburbia,S02002428,Mossneuk and Newlandsmuir,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190033 +190033,S00131574,6a2,Comfortable Suburbia,S01012962,Mossneuk and Newlandsmuir - 05,8c,Comfortable suburbia,S02002428,Mossneuk and Newlandsmuir,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190034 +190034,S00131583,6a2,Comfortable Suburbia,S01012962,Mossneuk and Newlandsmuir - 05,8c,Comfortable suburbia,S02002428,Mossneuk and Newlandsmuir,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190035 +190035,S00131712,6a2,Comfortable Suburbia,S01012700,"Glassford, Quarter and Allanton - 02",2d,Rural traits,S02002380,"Glassford, Quarter and Allanton",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190036 +190036,S00131713,6a2,Comfortable Suburbia,S01012593,Law - 02,8c,Comfortable suburbia,S02002358,Law,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190037 +190037,S00131933,6a2,Comfortable Suburbia,S01012712,Silvertonhill - 01,8b,Ageing suburbanites,S02002383,Silvertonhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190038 +190038,S00132044,6a2,Comfortable Suburbia,S01012742,Earnock - 02,8b,Ageing suburbanites,S02002389,Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190039 +190039,S00132187,6a2,Comfortable Suburbia,S01012798,Bothwell South - 01,8a,Affluent communities,S02002399,Bothwell South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190040 +190040,S00132198,6a2,Comfortable Suburbia,S01012802,Bothwell South - 05,8c,Comfortable suburbia,S02002399,Bothwell South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190041 +190041,S00132201,6a2,Comfortable Suburbia,S01012798,Bothwell South - 01,8a,Affluent communities,S02002399,Bothwell South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190042 +190042,S00132207,6a2,Comfortable Suburbia,S01012800,Bothwell South - 03,8a,Affluent communities,S02002399,Bothwell South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190043 +190043,S00132212,6a2,Comfortable Suburbia,S01012803,Bothwell North - 01,8b,Ageing suburbanites,S02002400,Bothwell North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190044 +190044,S00132235,6a2,Comfortable Suburbia,S01012808,Uddingston and Gardenside - 02,5c,Comfortable neighbourhoods,S02002401,Uddingston and Gardenside,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190045 +190045,S00132248,6a2,Comfortable Suburbia,S01012807,Uddingston and Gardenside - 01,8a,Affluent communities,S02002401,Uddingston and Gardenside,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190046 +190046,S00132263,6a2,Comfortable Suburbia,S01012813,Uddingston and Gardenside - 07,8c,Comfortable suburbia,S02002401,Uddingston and Gardenside,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190047 +190047,S00132267,6a2,Comfortable Suburbia,S01012807,Uddingston and Gardenside - 01,8a,Affluent communities,S02002401,Uddingston and Gardenside,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190048 +190048,S00132268,6a2,Comfortable Suburbia,S01012802,Bothwell South - 05,8c,Comfortable suburbia,S02002399,Bothwell South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190049 +190049,S00132271,6a2,Comfortable Suburbia,S01012939,Stewartfield East - 02,8c,Comfortable suburbia,S02002424,Stewartfield East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190050 +190050,S00132273,6a2,Comfortable Suburbia,S01012944,Stewartfield West - 03,8b,Ageing suburbanites,S02002425,Stewartfield West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190051 +190051,S00132274,6a2,Comfortable Suburbia,S01012606,Carluke East - 01,8c,Comfortable suburbia,S02002361,Carluke East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190052 +190052,S00130954,7c1,Challenged Transitionaries,S01012686,Strathaven South - 03,5c,Comfortable neighbourhoods,S02002377,Strathaven South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190053 +190053,S00131540,7c1,Challenged Transitionaries,S01012988,Westwood East - 03,4a,Challenged white communities,S02002433,Westwood East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190054 +190054,S00130321,7c1,Challenged Transitionaries,S01012867,Burnhill and Bankhead North - 03,4d,Hard-pressed flat dwellers,S02002410,Burnhill and Bankhead North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190055 +190055,S00131372,7c1,Challenged Transitionaries,S01012906,Calderwood Central - 01,4a,Challenged white communities,S02002418,Calderwood Central,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190056 +190056,S00131675,7c1,Challenged Transitionaries,S01012993,The Murray - 04,4d,Hard-pressed flat dwellers,S02002434,The Murray,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190057 +190057,S00132745,7c1,Challenged Transitionaries,S01012756,High Blantyre - 05,5c,Comfortable neighbourhoods,S02002391,High Blantyre,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190058 +190058,S00130986,7c1,Challenged Transitionaries,S01012633,Hazelbank and Kirkfieldbank - 02,2c,Remoter communities,S02002367,Hazelbank and Kirkfieldbank,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190059 +190059,S00132079,7c1,Challenged Transitionaries,S01012782,Burnbank Central and Udston - 02,4d,Hard-pressed flat dwellers,S02002396,Burnbank Central and Udston,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190060 +190060,S00131679,7c1,Challenged Transitionaries,S01012991,The Murray - 02,4a,Challenged white communities,S02002434,The Murray,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190061 +190061,S00132752,7c1,Challenged Transitionaries,S01012773,Blantytre North and Coatshill - 04,5d,Endeavouring social renters,S02002394,Blantytre North and Coatshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190062 +190062,S00131541,7c1,Challenged Transitionaries,S01012988,Westwood East - 03,4a,Challenged white communities,S02002433,Westwood East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190063 +190063,S00131053,7c1,Challenged Transitionaries,S01012655,Ashgill and Netherburn - 03,5a,Ageing urban communities,S02002371,Ashgill and Netherburn,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190064 +190064,S00132084,7c1,Challenged Transitionaries,S01012748,Hillhouse - 02,4a,Challenged white communities,S02002390,Hillhouse,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190065 +190065,S00131374,7c1,Challenged Transitionaries,S01012907,Calderwood Central - 02,4a,Challenged white communities,S02002418,Calderwood Central,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190066 +190066,S00130325,7c1,Challenged Transitionaries,S01012866,Burnhill and Bankhead North - 02,4d,Hard-pressed flat dwellers,S02002410,Burnhill and Bankhead North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190067 +190067,S00131681,7c1,Challenged Transitionaries,S01012990,The Murray - 01,4a,Challenged white communities,S02002434,The Murray,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190068 +190068,S00132760,7c1,Challenged Transitionaries,S01012760,Blantyre South and Wheatlands - 02,4d,Hard-pressed flat dwellers,S02002392,Blantyre South and Wheatlands,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190069 +190069,S00131543,7c1,Challenged Transitionaries,S01012987,Westwood East - 02,4a,Challenged white communities,S02002433,Westwood East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190070 +190070,S00131061,7c1,Challenged Transitionaries,S01012672,Strutherhill - 02,4a,Challenged white communities,S02002375,Strutherhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190071 +190071,S00132093,7c1,Challenged Transitionaries,S01012781,Burnbank Central and Udston - 01,5c,Comfortable neighbourhoods,S02002396,Burnbank Central and Udston,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190072 +190072,S00131375,7c1,Challenged Transitionaries,S01012906,Calderwood Central - 01,4a,Challenged white communities,S02002418,Calderwood Central,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190073 +190073,S00130326,7c1,Challenged Transitionaries,S01012873,Bankhead South - 04,4d,Hard-pressed flat dwellers,S02002411,Bankhead South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190074 +190074,S00131683,7c1,Challenged Transitionaries,S01012993,The Murray - 04,4d,Hard-pressed flat dwellers,S02002434,The Murray,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190075 +190075,S00131377,7c1,Challenged Transitionaries,S01012906,Calderwood Central - 01,4a,Challenged white communities,S02002418,Calderwood Central,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190076 +190076,S00131379,7c1,Challenged Transitionaries,S01012907,Calderwood Central - 02,4a,Challenged white communities,S02002418,Calderwood Central,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190077 +190077,S00131381,7c1,Challenged Transitionaries,S01012906,Calderwood Central - 01,4a,Challenged white communities,S02002418,Calderwood Central,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190078 +190078,S00131382,7c1,Challenged Transitionaries,S01012906,Calderwood Central - 01,4a,Challenged white communities,S02002418,Calderwood Central,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190079 +190079,S00131383,7c1,Challenged Transitionaries,S01012906,Calderwood Central - 01,4a,Challenged white communities,S02002418,Calderwood Central,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190080 +190080,S00131384,7c1,Challenged Transitionaries,S01012908,Calderwood Central - 03,4a,Challenged white communities,S02002418,Calderwood Central,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190081 +190081,S00131386,7c1,Challenged Transitionaries,S01012909,Calderwood Central - 04,4a,Challenged white communities,S02002418,Calderwood Central,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190082 +190082,S00131388,7c1,Challenged Transitionaries,S01012909,Calderwood Central - 04,4a,Challenged white communities,S02002418,Calderwood Central,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190083 +190083,S00131390,7c1,Challenged Transitionaries,S01012909,Calderwood Central - 04,4a,Challenged white communities,S02002418,Calderwood Central,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190084 +190084,S00131391,7c1,Challenged Transitionaries,S01012910,Calderwood Central - 05,4d,Hard-pressed flat dwellers,S02002418,Calderwood Central,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190085 +190085,S00131393,7c1,Challenged Transitionaries,S01012910,Calderwood Central - 05,4d,Hard-pressed flat dwellers,S02002418,Calderwood Central,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190086 +190086,S00131404,7c1,Challenged Transitionaries,S01012904,Calderwood East - 04,4a,Challenged white communities,S02002417,Calderwood East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190087 +190087,S00131406,7c1,Challenged Transitionaries,S01012904,Calderwood East - 04,4a,Challenged white communities,S02002417,Calderwood East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190088 +190088,S00131407,7c1,Challenged Transitionaries,S01012905,Calderwood East - 05,4a,Challenged white communities,S02002417,Calderwood East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190089 +190089,S00131412,7c1,Challenged Transitionaries,S01012905,Calderwood East - 05,4a,Challenged white communities,S02002417,Calderwood East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190090 +190090,S00131413,7c1,Challenged Transitionaries,S01012903,Calderwood East - 03,4d,Hard-pressed flat dwellers,S02002417,Calderwood East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190091 +190091,S00131414,7c1,Challenged Transitionaries,S01012903,Calderwood East - 03,4d,Hard-pressed flat dwellers,S02002417,Calderwood East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190092 +190092,S00131415,7c1,Challenged Transitionaries,S01012903,Calderwood East - 03,4d,Hard-pressed flat dwellers,S02002417,Calderwood East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190093 +190093,S00131416,7c1,Challenged Transitionaries,S01012905,Calderwood East - 05,4a,Challenged white communities,S02002417,Calderwood East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190094 +190094,S00131417,7c1,Challenged Transitionaries,S01012903,Calderwood East - 03,4d,Hard-pressed flat dwellers,S02002417,Calderwood East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190095 +190095,S00131420,7c1,Challenged Transitionaries,S01012903,Calderwood East - 03,4d,Hard-pressed flat dwellers,S02002417,Calderwood East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190096 +190096,S00131421,7c1,Challenged Transitionaries,S01012902,Calderwood East - 02,4a,Challenged white communities,S02002417,Calderwood East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190097 +190097,S00131423,7c1,Challenged Transitionaries,S01012902,Calderwood East - 02,4a,Challenged white communities,S02002417,Calderwood East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190098 +190098,S00131424,7c1,Challenged Transitionaries,S01012901,Calderwood East - 01,4d,Hard-pressed flat dwellers,S02002417,Calderwood East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190099 +190099,S00131427,7c1,Challenged Transitionaries,S01012901,Calderwood East - 01,4d,Hard-pressed flat dwellers,S02002417,Calderwood East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190100 +190100,S00131429,7c1,Challenged Transitionaries,S01012922,St Leonards North - 07,5c,Comfortable neighbourhoods,S02002420,St Leonards North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190101 +190101,S00131430,7c1,Challenged Transitionaries,S01012922,St Leonards North - 07,5c,Comfortable neighbourhoods,S02002420,St Leonards North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190102 +190102,S00131450,7c1,Challenged Transitionaries,S01012931,East Mains - 02,5c,Comfortable neighbourhoods,S02002422,East Mains,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190103 +190103,S00131454,7c1,Challenged Transitionaries,S01012914,Calderwood West and Nerston - 04,4a,Challenged white communities,S02002419,Calderwood West and Nerston,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190104 +190104,S00131457,7c1,Challenged Transitionaries,S01012914,Calderwood West and Nerston - 04,4a,Challenged white communities,S02002419,Calderwood West and Nerston,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190105 +190105,S00131459,7c1,Challenged Transitionaries,S01012914,Calderwood West and Nerston - 04,4a,Challenged white communities,S02002419,Calderwood West and Nerston,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190106 +190106,S00131462,7c1,Challenged Transitionaries,S01012915,Calderwood West and Nerston - 05,5c,Comfortable neighbourhoods,S02002419,Calderwood West and Nerston,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190107 +190107,S00131464,7c1,Challenged Transitionaries,S01012915,Calderwood West and Nerston - 05,5c,Comfortable neighbourhoods,S02002419,Calderwood West and Nerston,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190108 +190108,S00131502,7c1,Challenged Transitionaries,S01012977,Greenhills - 03,4a,Challenged white communities,S02002431,Greenhills,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190109 +190109,S00131504,7c1,Challenged Transitionaries,S01012977,Greenhills - 03,4a,Challenged white communities,S02002431,Greenhills,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190110 +190110,S00131505,7c1,Challenged Transitionaries,S01012977,Greenhills - 03,4a,Challenged white communities,S02002431,Greenhills,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190111 +190111,S00131509,7c1,Challenged Transitionaries,S01012976,Greenhills - 02,4a,Challenged white communities,S02002431,Greenhills,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190112 +190112,S00131510,7c1,Challenged Transitionaries,S01012977,Greenhills - 03,4a,Challenged white communities,S02002431,Greenhills,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190113 +190113,S00131515,7c1,Challenged Transitionaries,S01012983,Westwood South - 04,5b,Aspiring urban households,S02002432,Westwood South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190114 +190114,S00131522,7c1,Challenged Transitionaries,S01012981,Westwood South - 02,4a,Challenged white communities,S02002432,Westwood South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190115 +190115,S00131523,7c1,Challenged Transitionaries,S01012982,Westwood South - 03,4a,Challenged white communities,S02002432,Westwood South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190116 +190116,S00131525,7c1,Challenged Transitionaries,S01012981,Westwood South - 02,4a,Challenged white communities,S02002432,Westwood South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190117 +190117,S00131526,7c1,Challenged Transitionaries,S01012984,Westwood South - 05,4a,Challenged white communities,S02002432,Westwood South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190118 +190118,S00131530,7c1,Challenged Transitionaries,S01012984,Westwood South - 05,4a,Challenged white communities,S02002432,Westwood South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190119 +190119,S00131533,7c1,Challenged Transitionaries,S01012985,Westwood South - 06,5c,Comfortable neighbourhoods,S02002432,Westwood South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190120 +190120,S00131534,7c1,Challenged Transitionaries,S01012987,Westwood East - 02,4a,Challenged white communities,S02002433,Westwood East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190121 +190121,S00131537,7c1,Challenged Transitionaries,S01012988,Westwood East - 03,4a,Challenged white communities,S02002433,Westwood East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190122 +190122,S00132774,7c1,Challenged Transitionaries,S01012706,Eddlewood - 04,4a,Challenged white communities,S02002381,Eddlewood,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190123 +190123,S00131685,7c1,Challenged Transitionaries,S01012992,The Murray - 03,4a,Challenged white communities,S02002434,The Murray,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190124 +190124,S00132095,7c1,Challenged Transitionaries,S01012784,Burnbank Central and Udston - 04,4a,Challenged white communities,S02002396,Burnbank Central and Udston,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190125 +190125,S00131544,7c1,Challenged Transitionaries,S01012988,Westwood East - 03,4a,Challenged white communities,S02002433,Westwood East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190126 +190126,S00130328,7c1,Challenged Transitionaries,S01012871,Bankhead South - 02,3b,Asian traits,S02002411,Bankhead South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190127 +190127,S00132775,7c1,Challenged Transitionaries,S01012708,Low Waters - 01,4a,Challenged white communities,S02002382,Low Waters,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190128 +190128,S00132783,7c1,Challenged Transitionaries,S01012731,Woodhead and Meikle Earnock - 03,4a,Challenged white communities,S02002387,Woodhead and Meikle Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190129 +190129,S00132801,7c1,Challenged Transitionaries,S01012784,Burnbank Central and Udston - 04,4a,Challenged white communities,S02002396,Burnbank Central and Udston,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190130 +190130,S00132808,7c1,Challenged Transitionaries,S01012782,Burnbank Central and Udston - 02,4d,Hard-pressed flat dwellers,S02002396,Burnbank Central and Udston,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190131 +190131,S00132821,7c1,Challenged Transitionaries,S01012787,Burnbank Central and Udston - 07,5c,Comfortable neighbourhoods,S02002396,Burnbank Central and Udston,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190132 +190132,S00132844,7c1,Challenged Transitionaries,S01012812,Uddingston and Gardenside - 06,5c,Comfortable neighbourhoods,S02002401,Uddingston and Gardenside,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190133 +190133,S00132846,7c1,Challenged Transitionaries,S01012810,Uddingston and Gardenside - 04,4d,Hard-pressed flat dwellers,S02002401,Uddingston and Gardenside,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190134 +190134,S00130189,6a2,Comfortable Suburbia,S01012824,Westburn and Newton - 04,5c,Comfortable neighbourhoods,S02002403,Westburn and Newton,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190135 +190135,S00130231,6a2,Comfortable Suburbia,S01012878,High Crosshill - 01,8c,Comfortable suburbia,S02002413,High Crosshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190136 +190136,S00130533,6a2,Comfortable Suburbia,S01012820,"Halfway, Hallside and Drumsagard - 07",8c,Comfortable suburbia,S02002402,"Halfway, Hallside and Drumsagard",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190137 +190137,S00130537,6a2,Comfortable Suburbia,S01012821,Westburn and Newton - 01,3a,Achieving neighbourhoods,S02002403,Westburn and Newton,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190138 +190138,S00130539,6a2,Comfortable Suburbia,S01012817,"Halfway, Hallside and Drumsagard - 04",8c,Comfortable suburbia,S02002402,"Halfway, Hallside and Drumsagard",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190139 +190139,S00130540,6a2,Comfortable Suburbia,S01012817,"Halfway, Hallside and Drumsagard - 04",8c,Comfortable suburbia,S02002402,"Halfway, Hallside and Drumsagard",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190140 +190140,S00131087,7c1,Challenged Transitionaries,S01012675,Strutherhill - 05,4a,Challenged white communities,S02002375,Strutherhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190141 +190141,S00130542,6a2,Comfortable Suburbia,S01012821,Westburn and Newton - 01,3a,Achieving neighbourhoods,S02002403,Westburn and Newton,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190142 +190142,S00130554,6a2,Comfortable Suburbia,S01012827,Westburn and Newton - 07,8c,Comfortable suburbia,S02002403,Westburn and Newton,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190143 +190143,S00130566,6a2,Comfortable Suburbia,S01012828,Westburn and Newton - 08,8c,Comfortable suburbia,S02002403,Westburn and Newton,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190144 +190144,S00130573,6a2,Comfortable Suburbia,S01012836,Whitlawburn and Greenlees - 01,8c,Comfortable suburbia,S02002405,Whitlawburn and Greenlees,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190145 +190145,S00130591,6a2,Comfortable Suburbia,S01012840,Whitlawburn and Greenlees - 05,8c,Comfortable suburbia,S02002405,Whitlawburn and Greenlees,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190146 +190146,S00130593,6a2,Comfortable Suburbia,S01012840,Whitlawburn and Greenlees - 05,8c,Comfortable suburbia,S02002405,Whitlawburn and Greenlees,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190147 +190147,S00130634,6a2,Comfortable Suburbia,S01012889,Fernhill and Cathkin - 01,5c,Comfortable neighbourhoods,S02002415,Fernhill and Cathkin,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190148 +190148,S00130635,6a2,Comfortable Suburbia,S01012889,Fernhill and Cathkin - 01,5c,Comfortable neighbourhoods,S02002415,Fernhill and Cathkin,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190149 +190149,S00130636,6a2,Comfortable Suburbia,S01012889,Fernhill and Cathkin - 01,5c,Comfortable neighbourhoods,S02002415,Fernhill and Cathkin,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190150 +190150,S00130646,6a2,Comfortable Suburbia,S01012820,"Halfway, Hallside and Drumsagard - 07",8c,Comfortable suburbia,S02002402,"Halfway, Hallside and Drumsagard",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190151 +190151,S00130648,6a2,Comfortable Suburbia,S01012818,"Halfway, Hallside and Drumsagard - 05",8c,Comfortable suburbia,S02002402,"Halfway, Hallside and Drumsagard",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190152 +190152,S00130652,6a2,Comfortable Suburbia,S01012815,"Halfway, Hallside and Drumsagard - 02",8c,Comfortable suburbia,S02002402,"Halfway, Hallside and Drumsagard",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190153 +190153,S00130654,6a2,Comfortable Suburbia,S01012815,"Halfway, Hallside and Drumsagard - 02",8c,Comfortable suburbia,S02002402,"Halfway, Hallside and Drumsagard",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190154 +190154,S00130656,6a2,Comfortable Suburbia,S01012817,"Halfway, Hallside and Drumsagard - 04",8c,Comfortable suburbia,S02002402,"Halfway, Hallside and Drumsagard",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190155 +190155,S00130657,6a2,Comfortable Suburbia,S01012817,"Halfway, Hallside and Drumsagard - 04",8c,Comfortable suburbia,S02002402,"Halfway, Hallside and Drumsagard",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190156 +190156,S00130658,6a2,Comfortable Suburbia,S01012814,"Halfway, Hallside and Drumsagard - 01",8c,Comfortable suburbia,S02002402,"Halfway, Hallside and Drumsagard",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190157 +190157,S00130661,6a2,Comfortable Suburbia,S01012815,"Halfway, Hallside and Drumsagard - 02",8c,Comfortable suburbia,S02002402,"Halfway, Hallside and Drumsagard",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190158 +190158,S00130666,6a2,Comfortable Suburbia,S01012818,"Halfway, Hallside and Drumsagard - 05",8c,Comfortable suburbia,S02002402,"Halfway, Hallside and Drumsagard",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190159 +190159,S00130667,6a2,Comfortable Suburbia,S01012818,"Halfway, Hallside and Drumsagard - 05",8c,Comfortable suburbia,S02002402,"Halfway, Hallside and Drumsagard",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190160 +190160,S00130670,6a2,Comfortable Suburbia,S01012952,"Thorntonhall, Jackton and Gardenhall - 05",2b,Prospering countryside life,S02002426,"Thorntonhall, Jackton and Gardenhall",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190161 +190161,S00130671,6a2,Comfortable Suburbia,S01012951,"Thorntonhall, Jackton and Gardenhall - 04",8c,Comfortable suburbia,S02002426,"Thorntonhall, Jackton and Gardenhall",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190162 +190162,S00130673,6a2,Comfortable Suburbia,S01012951,"Thorntonhall, Jackton and Gardenhall - 04",8c,Comfortable suburbia,S02002426,"Thorntonhall, Jackton and Gardenhall",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190163 +190163,S00130692,6a2,Comfortable Suburbia,S01012733,Little Earnock - 01,8c,Comfortable suburbia,S02002388,Little Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190164 +190164,S00130693,6a2,Comfortable Suburbia,S01012739,Little Earnock - 07,8c,Comfortable suburbia,S02002388,Little Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190165 +190165,S00130694,6a2,Comfortable Suburbia,S01012733,Little Earnock - 01,8c,Comfortable suburbia,S02002388,Little Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190166 +190166,S00130696,6a2,Comfortable Suburbia,S01012733,Little Earnock - 01,8c,Comfortable suburbia,S02002388,Little Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190167 +190167,S00130698,6a2,Comfortable Suburbia,S01012740,Little Earnock - 08,8c,Comfortable suburbia,S02002388,Little Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190168 +190168,S00130699,6a2,Comfortable Suburbia,S01012734,Little Earnock - 02,8c,Comfortable suburbia,S02002388,Little Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190169 +190169,S00130700,6a2,Comfortable Suburbia,S01012733,Little Earnock - 01,8c,Comfortable suburbia,S02002388,Little Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190170 +190170,S00130701,6a2,Comfortable Suburbia,S01012740,Little Earnock - 08,8c,Comfortable suburbia,S02002388,Little Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190171 +190171,S00130702,6a2,Comfortable Suburbia,S01012739,Little Earnock - 07,8c,Comfortable suburbia,S02002388,Little Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190172 +190172,S00130704,6a2,Comfortable Suburbia,S01012733,Little Earnock - 01,8c,Comfortable suburbia,S02002388,Little Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190173 +190173,S00131093,7c1,Challenged Transitionaries,S01012662,"Larkhall Central, Raploch, Millheugh and Burnhead - 03",4a,Challenged white communities,S02002373,"Larkhall Central, Raploch, Millheugh and Burnhead",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190174 +190174,S00131096,7c1,Challenged Transitionaries,S01012662,"Larkhall Central, Raploch, Millheugh and Burnhead - 03",4a,Challenged white communities,S02002373,"Larkhall Central, Raploch, Millheugh and Burnhead",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190175 +190175,S00131687,7c1,Challenged Transitionaries,S01012992,The Murray - 03,4a,Challenged white communities,S02002434,The Murray,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190176 +190176,S00131549,7c1,Challenged Transitionaries,S01012986,Westwood East - 01,4a,Challenged white communities,S02002433,Westwood East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190177 +190177,S00130343,7c1,Challenged Transitionaries,S01012865,Burnhill and Bankhead North - 01,4a,Challenged white communities,S02002410,Burnhill and Bankhead North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190178 +190178,S00132096,7c1,Challenged Transitionaries,S01012784,Burnbank Central and Udston - 04,4a,Challenged white communities,S02002396,Burnbank Central and Udston,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190179 +190179,S00131098,7c1,Challenged Transitionaries,S01012664,"Larkhall Central, Raploch, Millheugh and Burnhead - 05",5a,Ageing urban communities,S02002373,"Larkhall Central, Raploch, Millheugh and Burnhead",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190180 +190180,S00131101,7c1,Challenged Transitionaries,S01012662,"Larkhall Central, Raploch, Millheugh and Burnhead - 03",4a,Challenged white communities,S02002373,"Larkhall Central, Raploch, Millheugh and Burnhead",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190181 +190181,S00131103,7c1,Challenged Transitionaries,S01012657,Merryton and Meadowhill - 02,5c,Comfortable neighbourhoods,S02002372,Merryton and Meadowhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190182 +190182,S00131114,7c1,Challenged Transitionaries,S01012666,Hareleeshill - 02,4a,Challenged white communities,S02002374,Hareleeshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190183 +190183,S00131195,7c1,Challenged Transitionaries,S01012614,Carluke South - 04,5a,Ageing urban communities,S02002362,Carluke South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190184 +190184,S00131240,7c1,Challenged Transitionaries,S01012603,Carluke North - 02,5c,Comfortable neighbourhoods,S02002360,Carluke North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190185 +190185,S00131260,7c1,Challenged Transitionaries,S01012937,West Mains - 04,5c,Comfortable neighbourhoods,S02002423,West Mains,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190186 +190186,S00131275,7c1,Challenged Transitionaries,S01012942,Stewartfield West - 01,4a,Challenged white communities,S02002425,Stewartfield West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190187 +190187,S00131277,7c1,Challenged Transitionaries,S01012942,Stewartfield West - 01,4a,Challenged white communities,S02002425,Stewartfield West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190188 +190188,S00131278,7c1,Challenged Transitionaries,S01012943,Stewartfield West - 02,8c,Comfortable suburbia,S02002425,Stewartfield West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190189 +190189,S00131279,7c1,Challenged Transitionaries,S01012942,Stewartfield West - 01,4a,Challenged white communities,S02002425,Stewartfield West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190190 +190190,S00131281,7c1,Challenged Transitionaries,S01012896,Nerston and EK Landward Area - 03,4d,Hard-pressed flat dwellers,S02002416,Nerston and EK Landward Area,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190191 +190191,S00131285,7c1,Challenged Transitionaries,S01012923,St Leonards South - 01,4a,Challenged white communities,S02002421,St Leonards South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190192 +190192,S00131287,7c1,Challenged Transitionaries,S01012923,St Leonards South - 01,4a,Challenged white communities,S02002421,St Leonards South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190193 +190193,S00131295,7c1,Challenged Transitionaries,S01012928,St Leonards South - 06,5c,Comfortable neighbourhoods,S02002421,St Leonards South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190194 +190194,S00131301,7c1,Challenged Transitionaries,S01012919,St Leonards North - 04,4a,Challenged white communities,S02002420,St Leonards North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190195 +190195,S00131302,7c1,Challenged Transitionaries,S01012919,St Leonards North - 04,4a,Challenged white communities,S02002420,St Leonards North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190196 +190196,S00131303,7c1,Challenged Transitionaries,S01012916,St Leonards North - 01,5c,Comfortable neighbourhoods,S02002420,St Leonards North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190197 +190197,S00131304,7c1,Challenged Transitionaries,S01012928,St Leonards South - 06,5c,Comfortable neighbourhoods,S02002421,St Leonards South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190198 +190198,S00131306,7c1,Challenged Transitionaries,S01012929,St Leonards South - 07,5c,Comfortable neighbourhoods,S02002421,St Leonards South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190199 +190199,S00131308,7c1,Challenged Transitionaries,S01012929,St Leonards South - 07,5c,Comfortable neighbourhoods,S02002421,St Leonards South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190200 +190200,S00131311,7c1,Challenged Transitionaries,S01012924,St Leonards South - 02,4b,Constrained renters,S02002421,St Leonards South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190201 +190201,S00131313,7c1,Challenged Transitionaries,S01012924,St Leonards South - 02,4b,Constrained renters,S02002421,St Leonards South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190202 +190202,S00131320,7c1,Challenged Transitionaries,S01012916,St Leonards North - 01,5c,Comfortable neighbourhoods,S02002420,St Leonards North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190203 +190203,S00131333,7c1,Challenged Transitionaries,S01012911,Calderwood West and Nerston - 01,5c,Comfortable neighbourhoods,S02002419,Calderwood West and Nerston,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190204 +190204,S00131334,7c1,Challenged Transitionaries,S01012911,Calderwood West and Nerston - 01,5c,Comfortable neighbourhoods,S02002419,Calderwood West and Nerston,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190205 +190205,S00131335,7c1,Challenged Transitionaries,S01012921,St Leonards North - 06,4d,Hard-pressed flat dwellers,S02002420,St Leonards North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190206 +190206,S00131336,7c1,Challenged Transitionaries,S01012921,St Leonards North - 06,4d,Hard-pressed flat dwellers,S02002420,St Leonards North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190207 +190207,S00131338,7c1,Challenged Transitionaries,S01012921,St Leonards North - 06,4d,Hard-pressed flat dwellers,S02002420,St Leonards North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190208 +190208,S00131340,7c1,Challenged Transitionaries,S01012921,St Leonards North - 06,4d,Hard-pressed flat dwellers,S02002420,St Leonards North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190209 +190209,S00131342,7c1,Challenged Transitionaries,S01012921,St Leonards North - 06,4d,Hard-pressed flat dwellers,S02002420,St Leonards North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190210 +190210,S00131345,7c1,Challenged Transitionaries,S01012922,St Leonards North - 07,5c,Comfortable neighbourhoods,S02002420,St Leonards North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190211 +190211,S00131348,7c1,Challenged Transitionaries,S01012912,Calderwood West and Nerston - 02,4a,Challenged white communities,S02002419,Calderwood West and Nerston,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190212 +190212,S00131350,7c1,Challenged Transitionaries,S01012913,Calderwood West and Nerston - 03,4a,Challenged white communities,S02002419,Calderwood West and Nerston,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190213 +190213,S00131355,7c1,Challenged Transitionaries,S01012913,Calderwood West and Nerston - 03,4a,Challenged white communities,S02002419,Calderwood West and Nerston,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190214 +190214,S00131356,7c1,Challenged Transitionaries,S01012912,Calderwood West and Nerston - 02,4a,Challenged white communities,S02002419,Calderwood West and Nerston,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190215 +190215,S00131357,7c1,Challenged Transitionaries,S01012913,Calderwood West and Nerston - 03,4a,Challenged white communities,S02002419,Calderwood West and Nerston,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190216 +190216,S00131360,7c1,Challenged Transitionaries,S01012913,Calderwood West and Nerston - 03,4a,Challenged white communities,S02002419,Calderwood West and Nerston,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190217 +190217,S00131361,7c1,Challenged Transitionaries,S01012908,Calderwood Central - 03,4a,Challenged white communities,S02002418,Calderwood Central,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190218 +190218,S00131362,7c1,Challenged Transitionaries,S01012908,Calderwood Central - 03,4a,Challenged white communities,S02002418,Calderwood Central,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190219 +190219,S00131364,7c1,Challenged Transitionaries,S01012908,Calderwood Central - 03,4a,Challenged white communities,S02002418,Calderwood Central,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190220 +190220,S00131367,7c1,Challenged Transitionaries,S01012907,Calderwood Central - 02,4a,Challenged white communities,S02002418,Calderwood Central,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190221 +190221,S00131370,7c1,Challenged Transitionaries,S01012906,Calderwood Central - 01,4a,Challenged white communities,S02002418,Calderwood Central,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190222 +190222,S00130344,7c1,Challenged Transitionaries,S01012860,Shawfield and Clincarthill - 01,5a,Ageing urban communities,S02002409,Shawfield and Clincarthill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190223 +190223,S00131552,7c1,Challenged Transitionaries,S01012986,Westwood East - 01,4a,Challenged white communities,S02002433,Westwood East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190224 +190224,S00130346,7c1,Challenged Transitionaries,S01012860,Shawfield and Clincarthill - 01,5a,Ageing urban communities,S02002409,Shawfield and Clincarthill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190225 +190225,S00130365,7c1,Challenged Transitionaries,S01012861,Shawfield and Clincarthill - 02,5c,Comfortable neighbourhoods,S02002409,Shawfield and Clincarthill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190226 +190226,S00131688,7c1,Challenged Transitionaries,S01012992,The Murray - 03,4a,Challenged white communities,S02002434,The Murray,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190227 +190227,S00132106,7c1,Challenged Transitionaries,S01012792,Burnbank South and Chantinghall - 05,4d,Hard-pressed flat dwellers,S02002397,Burnbank South and Chantinghall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190228 +190228,S00131553,7c1,Challenged Transitionaries,S01012986,Westwood East - 01,4a,Challenged white communities,S02002433,Westwood East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190229 +190229,S00132115,7c1,Challenged Transitionaries,S01012785,Burnbank Central and Udston - 05,4d,Hard-pressed flat dwellers,S02002396,Burnbank Central and Udston,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190230 +190230,S00131692,7c1,Challenged Transitionaries,S01012997,"Birniehill, Kelvin and Whitehills East - 03",5c,Comfortable neighbourhoods,S02002435,"Birniehill, Kelvin and Whitehills East",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190231 +190231,S00130384,7c1,Challenged Transitionaries,S01012850,"Burgh, Eastfield and Silverbank - 03",4a,Challenged white communities,S02002407,"Burgh, Eastfield and Silverbank",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190232 +190232,S00131556,7c1,Challenged Transitionaries,S01012989,Westwood East - 04,4a,Challenged white communities,S02002433,Westwood East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190233 +190233,S00131730,7c1,Challenged Transitionaries,S01012756,High Blantyre - 05,5c,Comfortable neighbourhoods,S02002391,High Blantyre,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190234 +190234,S00130385,7c1,Challenged Transitionaries,S01012851,"Burgh, Eastfield and Silverbank - 04",5c,Comfortable neighbourhoods,S02002407,"Burgh, Eastfield and Silverbank",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190235 +190235,S00132118,7c1,Challenged Transitionaries,S01012783,Burnbank Central and Udston - 03,4d,Hard-pressed flat dwellers,S02002396,Burnbank Central and Udston,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190236 +190236,S00131557,7c1,Challenged Transitionaries,S01012989,Westwood East - 04,4a,Challenged white communities,S02002433,Westwood East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190237 +190237,S00131734,7c1,Challenged Transitionaries,S01012762,Blantyre South and Wheatlands - 04,5d,Endeavouring social renters,S02002392,Blantyre South and Wheatlands,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190238 +190238,S00130406,7c1,Challenged Transitionaries,S01012857,Farme Cross and Gallowflat North - 02,4d,Hard-pressed flat dwellers,S02002408,Farme Cross and Gallowflat North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190239 +190239,S00132121,7c1,Challenged Transitionaries,S01012783,Burnbank Central and Udston - 03,4d,Hard-pressed flat dwellers,S02002396,Burnbank Central and Udston,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190240 +190240,S00131558,7c1,Challenged Transitionaries,S01012989,Westwood East - 04,4a,Challenged white communities,S02002433,Westwood East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190241 +190241,S00131738,7c1,Challenged Transitionaries,S01012761,Blantyre South and Wheatlands - 03,4a,Challenged white communities,S02002392,Blantyre South and Wheatlands,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190242 +190242,S00131783,7c1,Challenged Transitionaries,S01012771,Blantytre North and Coatshill - 02,4a,Challenged white communities,S02002394,Blantytre North and Coatshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190243 +190243,S00131784,7c1,Challenged Transitionaries,S01012770,Blantytre North and Coatshill - 01,5c,Comfortable neighbourhoods,S02002394,Blantytre North and Coatshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190244 +190244,S00131787,7c1,Challenged Transitionaries,S01012770,Blantytre North and Coatshill - 01,5c,Comfortable neighbourhoods,S02002394,Blantytre North and Coatshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190245 +190245,S00131789,7c1,Challenged Transitionaries,S01012771,Blantytre North and Coatshill - 02,4a,Challenged white communities,S02002394,Blantytre North and Coatshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190246 +190246,S00131790,7c1,Challenged Transitionaries,S01012771,Blantytre North and Coatshill - 02,4a,Challenged white communities,S02002394,Blantytre North and Coatshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190247 +190247,S00131792,7c1,Challenged Transitionaries,S01012771,Blantytre North and Coatshill - 02,4a,Challenged white communities,S02002394,Blantytre North and Coatshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190248 +190248,S00131798,7c1,Challenged Transitionaries,S01012776,Burnbank North - 03,4a,Challenged white communities,S02002395,Burnbank North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190249 +190249,S00131800,7c1,Challenged Transitionaries,S01012776,Burnbank North - 03,4a,Challenged white communities,S02002395,Burnbank North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190250 +190250,S00131801,7c1,Challenged Transitionaries,S01012776,Burnbank North - 03,4a,Challenged white communities,S02002395,Burnbank North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190251 +190251,S00131814,7c1,Challenged Transitionaries,S01012755,High Blantyre - 04,4d,Hard-pressed flat dwellers,S02002391,High Blantyre,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190252 +190252,S00131828,7c1,Challenged Transitionaries,S01012752,High Blantyre - 01,5d,Endeavouring social renters,S02002391,High Blantyre,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190253 +190253,S00131832,7c1,Challenged Transitionaries,S01012753,High Blantyre - 02,4a,Challenged white communities,S02002391,High Blantyre,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190254 +190254,S00131840,7c1,Challenged Transitionaries,S01012757,High Blantyre - 06,4a,Challenged white communities,S02002391,High Blantyre,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190255 +190255,S00131847,7c1,Challenged Transitionaries,S01012759,Blantyre South and Wheatlands - 01,4a,Challenged white communities,S02002392,Blantyre South and Wheatlands,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190256 +190256,S00131851,7c1,Challenged Transitionaries,S01012760,Blantyre South and Wheatlands - 02,4d,Hard-pressed flat dwellers,S02002392,Blantyre South and Wheatlands,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190257 +190257,S00131856,7c1,Challenged Transitionaries,S01012722,Laighstonehall - 02,4d,Hard-pressed flat dwellers,S02002385,Laighstonehall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190258 +190258,S00131865,7c1,Challenged Transitionaries,S01012721,Laighstonehall - 01,5c,Comfortable neighbourhoods,S02002385,Laighstonehall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190259 +190259,S00131868,7c1,Challenged Transitionaries,S01012715,Silvertonhill - 04,4d,Hard-pressed flat dwellers,S02002383,Silvertonhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190260 +190260,S00131891,7c1,Challenged Transitionaries,S01012718,Hamilton Centre and Low Parks - 03,5a,Ageing urban communities,S02002384,Hamilton Centre and Low Parks,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190261 +190261,S00131898,7c1,Challenged Transitionaries,S01012715,Silvertonhill - 04,4d,Hard-pressed flat dwellers,S02002383,Silvertonhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190262 +190262,S00131905,7c1,Challenged Transitionaries,S01012708,Low Waters - 01,4a,Challenged white communities,S02002382,Low Waters,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190263 +190263,S00131906,7c1,Challenged Transitionaries,S01012711,Low Waters - 04,4d,Hard-pressed flat dwellers,S02002382,Low Waters,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190264 +190264,S00131941,7c1,Challenged Transitionaries,S01012717,Hamilton Centre and Low Parks - 02,4d,Hard-pressed flat dwellers,S02002384,Hamilton Centre and Low Parks,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190265 +190265,S00131955,7c1,Challenged Transitionaries,S01012711,Low Waters - 04,4d,Hard-pressed flat dwellers,S02002382,Low Waters,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190266 +190266,S00131962,7c1,Challenged Transitionaries,S01012729,Woodhead and Meikle Earnock - 01,5c,Comfortable neighbourhoods,S02002387,Woodhead and Meikle Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190267 +190267,S00131964,7c1,Challenged Transitionaries,S01012729,Woodhead and Meikle Earnock - 01,5c,Comfortable neighbourhoods,S02002387,Woodhead and Meikle Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190268 +190268,S00131965,7c1,Challenged Transitionaries,S01012735,Little Earnock - 03,4a,Challenged white communities,S02002388,Little Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190269 +190269,S00131966,7c1,Challenged Transitionaries,S01012735,Little Earnock - 03,4a,Challenged white communities,S02002388,Little Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190270 +190270,S00131967,7c1,Challenged Transitionaries,S01012730,Woodhead and Meikle Earnock - 02,4a,Challenged white communities,S02002387,Woodhead and Meikle Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190271 +190271,S00131969,7c1,Challenged Transitionaries,S01012730,Woodhead and Meikle Earnock - 02,4a,Challenged white communities,S02002387,Woodhead and Meikle Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190272 +190272,S00131975,7c1,Challenged Transitionaries,S01012730,Woodhead and Meikle Earnock - 02,4a,Challenged white communities,S02002387,Woodhead and Meikle Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190273 +190273,S00131991,7c1,Challenged Transitionaries,S01012726,Fairhill - 01,4a,Challenged white communities,S02002386,Fairhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190274 +190274,S00132001,7c1,Challenged Transitionaries,S01012728,Fairhill - 03,4d,Hard-pressed flat dwellers,S02002386,Fairhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190275 +190275,S00132005,7c1,Challenged Transitionaries,S01012724,Laighstonehall - 04,5c,Comfortable neighbourhoods,S02002385,Laighstonehall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190276 +190276,S00132008,7c1,Challenged Transitionaries,S01012724,Laighstonehall - 04,5c,Comfortable neighbourhoods,S02002385,Laighstonehall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190277 +190277,S00132009,7c1,Challenged Transitionaries,S01012789,Burnbank South and Chantinghall - 02,5c,Comfortable neighbourhoods,S02002397,Burnbank South and Chantinghall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190278 +190278,S00132011,7c1,Challenged Transitionaries,S01012789,Burnbank South and Chantinghall - 02,5c,Comfortable neighbourhoods,S02002397,Burnbank South and Chantinghall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190279 +190279,S00132068,7c1,Challenged Transitionaries,S01012751,Hillhouse - 05,4a,Challenged white communities,S02002390,Hillhouse,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190280 +190280,S00132070,7c1,Challenged Transitionaries,S01012751,Hillhouse - 05,4a,Challenged white communities,S02002390,Hillhouse,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190281 +190281,S00131561,7c1,Challenged Transitionaries,S01012989,Westwood East - 04,4a,Challenged white communities,S02002433,Westwood East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190282 +190282,S00131562,7c1,Challenged Transitionaries,S01012989,Westwood East - 04,4a,Challenged white communities,S02002433,Westwood East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190283 +190283,S00131589,7c1,Challenged Transitionaries,S01012953,Hairmyres and Westwood West - 01,8c,Comfortable suburbia,S02002427,Hairmyres and Westwood West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190284 +190284,S00131596,7c1,Challenged Transitionaries,S01012966,Crosshouse and Lindsayfield - 04,5a,Ageing urban communities,S02002429,Crosshouse and Lindsayfield,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190285 +190285,S00131602,7c1,Challenged Transitionaries,S01012972,Whitehills West - 03,4a,Challenged white communities,S02002430,Whitehills West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190286 +190286,S00131605,7c1,Challenged Transitionaries,S01012973,Whitehills West - 04,4a,Challenged white communities,S02002430,Whitehills West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190287 +190287,S00131606,7c1,Challenged Transitionaries,S01012972,Whitehills West - 03,4a,Challenged white communities,S02002430,Whitehills West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190288 +190288,S00132139,7c1,Challenged Transitionaries,S01012793,Whitehill - 01,4d,Hard-pressed flat dwellers,S02002398,Whitehill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190289 +190289,S00131612,7c1,Challenged Transitionaries,S01012974,Whitehills West - 05,4a,Challenged white communities,S02002430,Whitehills West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190290 +190290,S00131614,7c1,Challenged Transitionaries,S01012973,Whitehills West - 04,4a,Challenged white communities,S02002430,Whitehills West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190291 +190291,S00131615,7c1,Challenged Transitionaries,S01012978,Greenhills - 04,4a,Challenged white communities,S02002431,Greenhills,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190292 +190292,S00131622,7c1,Challenged Transitionaries,S01012978,Greenhills - 04,4a,Challenged white communities,S02002431,Greenhills,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190293 +190293,S00131624,7c1,Challenged Transitionaries,S01012976,Greenhills - 02,4a,Challenged white communities,S02002431,Greenhills,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190294 +190294,S00131626,7c1,Challenged Transitionaries,S01012980,Westwood South - 01,4d,Hard-pressed flat dwellers,S02002432,Westwood South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190295 +190295,S00131627,7c1,Challenged Transitionaries,S01012980,Westwood South - 01,4d,Hard-pressed flat dwellers,S02002432,Westwood South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190296 +190296,S00131628,7c1,Challenged Transitionaries,S01012980,Westwood South - 01,4d,Hard-pressed flat dwellers,S02002432,Westwood South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190297 +190297,S00131629,7c1,Challenged Transitionaries,S01012980,Westwood South - 01,4d,Hard-pressed flat dwellers,S02002432,Westwood South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190298 +190298,S00131630,7c1,Challenged Transitionaries,S01012980,Westwood South - 01,4d,Hard-pressed flat dwellers,S02002432,Westwood South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190299 +190299,S00131631,7c1,Challenged Transitionaries,S01012982,Westwood South - 03,4a,Challenged white communities,S02002432,Westwood South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190300 +190300,S00131632,7c1,Challenged Transitionaries,S01012982,Westwood South - 03,4a,Challenged white communities,S02002432,Westwood South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190301 +190301,S00131633,7c1,Challenged Transitionaries,S01012982,Westwood South - 03,4a,Challenged white communities,S02002432,Westwood South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190302 +190302,S00131636,7c1,Challenged Transitionaries,S01012982,Westwood South - 03,4a,Challenged white communities,S02002432,Westwood South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190303 +190303,S00131637,7c1,Challenged Transitionaries,S01012982,Westwood South - 03,4a,Challenged white communities,S02002432,Westwood South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190304 +190304,S00131639,7c1,Challenged Transitionaries,S01012981,Westwood South - 02,4a,Challenged white communities,S02002432,Westwood South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190305 +190305,S00130418,7c1,Challenged Transitionaries,S01012857,Farme Cross and Gallowflat North - 02,4d,Hard-pressed flat dwellers,S02002408,Farme Cross and Gallowflat North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190306 +190306,S00131640,7c1,Challenged Transitionaries,S01012981,Westwood South - 02,4a,Challenged white communities,S02002432,Westwood South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190307 +190307,S00131641,7c1,Challenged Transitionaries,S01012981,Westwood South - 02,4a,Challenged white communities,S02002432,Westwood South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190308 +190308,S00131643,7c1,Challenged Transitionaries,S01012974,Whitehills West - 05,4a,Challenged white communities,S02002430,Whitehills West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190309 +190309,S00131644,7c1,Challenged Transitionaries,S01012998,"Birniehill, Kelvin and Whitehills East - 04",5c,Comfortable neighbourhoods,S02002435,"Birniehill, Kelvin and Whitehills East",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190310 +190310,S00131648,7c1,Challenged Transitionaries,S01013000,"Birniehill, Kelvin and Whitehills East - 06",4a,Challenged white communities,S02002435,"Birniehill, Kelvin and Whitehills East",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190311 +190311,S00131649,7c1,Challenged Transitionaries,S01013000,"Birniehill, Kelvin and Whitehills East - 06",4a,Challenged white communities,S02002435,"Birniehill, Kelvin and Whitehills East",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190312 +190312,S00131651,7c1,Challenged Transitionaries,S01012998,"Birniehill, Kelvin and Whitehills East - 04",5c,Comfortable neighbourhoods,S02002435,"Birniehill, Kelvin and Whitehills East",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190313 +190313,S00131653,7c1,Challenged Transitionaries,S01012998,"Birniehill, Kelvin and Whitehills East - 04",5c,Comfortable neighbourhoods,S02002435,"Birniehill, Kelvin and Whitehills East",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190314 +190314,S00131655,7c1,Challenged Transitionaries,S01012999,"Birniehill, Kelvin and Whitehills East - 05",4a,Challenged white communities,S02002435,"Birniehill, Kelvin and Whitehills East",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190315 +190315,S00131662,7c1,Challenged Transitionaries,S01012994,The Murray - 05,4d,Hard-pressed flat dwellers,S02002434,The Murray,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190316 +190316,S00131663,7c1,Challenged Transitionaries,S01012994,The Murray - 05,4d,Hard-pressed flat dwellers,S02002434,The Murray,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190317 +190317,S00131666,7c1,Challenged Transitionaries,S01012994,The Murray - 05,4d,Hard-pressed flat dwellers,S02002434,The Murray,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190318 +190318,S00131667,7c1,Challenged Transitionaries,S01012990,The Murray - 01,4a,Challenged white communities,S02002434,The Murray,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190319 +190319,S00131668,7c1,Challenged Transitionaries,S01012990,The Murray - 01,4a,Challenged white communities,S02002434,The Murray,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190320 +190320,S00131669,7c1,Challenged Transitionaries,S01012991,The Murray - 02,4a,Challenged white communities,S02002434,The Murray,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190321 +190321,S00131671,7c1,Challenged Transitionaries,S01012994,The Murray - 05,4d,Hard-pressed flat dwellers,S02002434,The Murray,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190322 +190322,S00131672,7c1,Challenged Transitionaries,S01012991,The Murray - 02,4a,Challenged white communities,S02002434,The Murray,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190323 +190323,S00130425,7c1,Challenged Transitionaries,S01012858,Farme Cross and Gallowflat North - 03,4d,Hard-pressed flat dwellers,S02002408,Farme Cross and Gallowflat North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190324 +190324,S00130430,7c1,Challenged Transitionaries,S01012876,Spittal - 03,4a,Challenged white communities,S02002412,Spittal,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190325 +190325,S00130443,7c1,Challenged Transitionaries,S01012892,Fernhill and Cathkin - 04,4d,Hard-pressed flat dwellers,S02002415,Fernhill and Cathkin,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190326 +190326,S00130448,7c1,Challenged Transitionaries,S01012893,Fernhill and Cathkin - 05,4d,Hard-pressed flat dwellers,S02002415,Fernhill and Cathkin,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190327 +190327,S00130450,7c1,Challenged Transitionaries,S01012893,Fernhill and Cathkin - 05,4d,Hard-pressed flat dwellers,S02002415,Fernhill and Cathkin,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190328 +190328,S00130455,7c1,Challenged Transitionaries,S01012892,Fernhill and Cathkin - 04,4d,Hard-pressed flat dwellers,S02002415,Fernhill and Cathkin,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190329 +190329,S00130469,7c1,Challenged Transitionaries,S01012874,Spittal - 01,4d,Hard-pressed flat dwellers,S02002412,Spittal,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190330 +190330,S00130470,7c1,Challenged Transitionaries,S01012874,Spittal - 01,4d,Hard-pressed flat dwellers,S02002412,Spittal,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190331 +190331,S00130477,7c1,Challenged Transitionaries,S01012875,Spittal - 02,4d,Hard-pressed flat dwellers,S02002412,Spittal,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190332 +190332,S00130478,7c1,Challenged Transitionaries,S01012875,Spittal - 02,4d,Hard-pressed flat dwellers,S02002412,Spittal,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190333 +190333,S00130483,7c1,Challenged Transitionaries,S01012890,Fernhill and Cathkin - 02,4a,Challenged white communities,S02002415,Fernhill and Cathkin,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190334 +190334,S00130484,7c1,Challenged Transitionaries,S01012890,Fernhill and Cathkin - 02,4a,Challenged white communities,S02002415,Fernhill and Cathkin,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190335 +190335,S00130486,7c1,Challenged Transitionaries,S01012890,Fernhill and Cathkin - 02,4a,Challenged white communities,S02002415,Fernhill and Cathkin,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190336 +190336,S00130488,7c1,Challenged Transitionaries,S01012891,Fernhill and Cathkin - 03,4a,Challenged white communities,S02002415,Fernhill and Cathkin,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190337 +190337,S00130501,7c1,Challenged Transitionaries,S01012885,Burnside and Springhall - 04,4d,Hard-pressed flat dwellers,S02002414,Burnside and Springhall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190338 +190338,S00130504,7c1,Challenged Transitionaries,S01012885,Burnside and Springhall - 04,4d,Hard-pressed flat dwellers,S02002414,Burnside and Springhall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190339 +190339,S00130508,7c1,Challenged Transitionaries,S01012885,Burnside and Springhall - 04,4d,Hard-pressed flat dwellers,S02002414,Burnside and Springhall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190340 +190340,S00130531,7c1,Challenged Transitionaries,S01012867,Burnhill and Bankhead North - 03,4d,Hard-pressed flat dwellers,S02002410,Burnhill and Bankhead North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190341 +190341,S00130545,7c1,Challenged Transitionaries,S01012857,Farme Cross and Gallowflat North - 02,4d,Hard-pressed flat dwellers,S02002408,Farme Cross and Gallowflat North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190342 +190342,S00130547,7c1,Challenged Transitionaries,S01012858,Farme Cross and Gallowflat North - 03,4d,Hard-pressed flat dwellers,S02002408,Farme Cross and Gallowflat North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190343 +190343,S00130548,7c1,Challenged Transitionaries,S01012892,Fernhill and Cathkin - 04,4d,Hard-pressed flat dwellers,S02002415,Fernhill and Cathkin,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190344 +190344,S00130557,7c1,Challenged Transitionaries,S01012825,Westburn and Newton - 05,4d,Hard-pressed flat dwellers,S02002403,Westburn and Newton,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190345 +190345,S00130596,7c1,Challenged Transitionaries,S01012837,Whitlawburn and Greenlees - 02,4d,Hard-pressed flat dwellers,S02002405,Whitlawburn and Greenlees,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190346 +190346,S00130608,7c1,Challenged Transitionaries,S01012871,Bankhead South - 02,3b,Asian traits,S02002411,Bankhead South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190347 +190347,S00130616,7c1,Challenged Transitionaries,S01012870,Bankhead South - 01,5c,Comfortable neighbourhoods,S02002411,Bankhead South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190348 +190348,S00130617,7c1,Challenged Transitionaries,S01012870,Bankhead South - 01,5c,Comfortable neighbourhoods,S02002411,Bankhead South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190349 +190349,S00130618,7c1,Challenged Transitionaries,S01012870,Bankhead South - 01,5c,Comfortable neighbourhoods,S02002411,Bankhead South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190350 +190350,S00130626,7c1,Challenged Transitionaries,S01012850,"Burgh, Eastfield and Silverbank - 03",4a,Challenged white communities,S02002407,"Burgh, Eastfield and Silverbank",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190351 +190351,S00130629,7c1,Challenged Transitionaries,S01012892,Fernhill and Cathkin - 04,4d,Hard-pressed flat dwellers,S02002415,Fernhill and Cathkin,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190352 +190352,S00130632,7c1,Challenged Transitionaries,S01012875,Spittal - 02,4d,Hard-pressed flat dwellers,S02002412,Spittal,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190353 +190353,S00130815,7c1,Challenged Transitionaries,S01012638,"Douglas, Coalburn and Rigside - 02",5e,Primary sector workers,S02002368,"Douglas, Coalburn and Rigside",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190354 +190354,S00130845,7c1,Challenged Transitionaries,S01012642,Lesmahagow - 01,4a,Challenged white communities,S02002369,Lesmahagow,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190355 +190355,S00130856,7c1,Challenged Transitionaries,S01012646,Lesmahagow - 05,8c,Comfortable suburbia,S02002369,Lesmahagow,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190356 +190356,S00130894,7c1,Challenged Transitionaries,S01012625,Lanark North East - 03,4a,Challenged white communities,S02002365,Lanark North East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190357 +190357,S00130903,7c1,Challenged Transitionaries,S01012625,Lanark North East - 03,4a,Challenged white communities,S02002365,Lanark North East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190358 +190358,S00130908,7c1,Challenged Transitionaries,S01012630,Lanark South - 04,5e,Primary sector workers,S02002366,Lanark South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190359 +190359,S00130912,7c1,Challenged Transitionaries,S01012623,Lanark North East - 01,4a,Challenged white communities,S02002365,Lanark North East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190360 +190360,S00130918,7c1,Challenged Transitionaries,S01012635,Hazelbank and Kirkfieldbank - 04,2d,Rural traits,S02002367,Hazelbank and Kirkfieldbank,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190361 +190361,S00132161,7c1,Challenged Transitionaries,S01012780,Burnbank North - 07,4d,Hard-pressed flat dwellers,S02002395,Burnbank North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190362 +190362,S00132165,7c1,Challenged Transitionaries,S01012777,Burnbank North - 04,5b,Aspiring urban households,S02002395,Burnbank North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190363 +190363,S00132232,7c1,Challenged Transitionaries,S01012808,Uddingston and Gardenside - 02,5c,Comfortable neighbourhoods,S02002401,Uddingston and Gardenside,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190364 +190364,S00132293,7c1,Challenged Transitionaries,S01013000,"Birniehill, Kelvin and Whitehills East - 06",4a,Challenged white communities,S02002435,"Birniehill, Kelvin and Whitehills East",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190365 +190365,S00132296,7c1,Challenged Transitionaries,S01012700,"Glassford, Quarter and Allanton - 02",2d,Rural traits,S02002380,"Glassford, Quarter and Allanton",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190366 +190366,S00132298,7c1,Challenged Transitionaries,S01012595,Law - 04,5c,Comfortable neighbourhoods,S02002358,Law,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190367 +190367,S00132304,7c1,Challenged Transitionaries,S01012761,Blantyre South and Wheatlands - 03,4a,Challenged white communities,S02002392,Blantyre South and Wheatlands,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190368 +190368,S00132394,7c1,Challenged Transitionaries,S01012630,Lanark South - 04,5e,Primary sector workers,S02002366,Lanark South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190369 +190369,S00132409,7c1,Challenged Transitionaries,S01012683,Stonehouse - 08,5c,Comfortable neighbourhoods,S02002376,Stonehouse,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190370 +190370,S00132418,7c1,Challenged Transitionaries,S01012657,Merryton and Meadowhill - 02,5c,Comfortable neighbourhoods,S02002372,Merryton and Meadowhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190371 +190371,S00132438,7c1,Challenged Transitionaries,S01012909,Calderwood Central - 04,4a,Challenged white communities,S02002418,Calderwood Central,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190372 +190372,S00132442,7c1,Challenged Transitionaries,S01012662,"Larkhall Central, Raploch, Millheugh and Burnhead - 03",4a,Challenged white communities,S02002373,"Larkhall Central, Raploch, Millheugh and Burnhead",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190373 +190373,S00132453,7c1,Challenged Transitionaries,S01012929,St Leonards South - 07,5c,Comfortable neighbourhoods,S02002421,St Leonards South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190374 +190374,S00132458,7c1,Challenged Transitionaries,S01012918,St Leonards North - 03,4d,Hard-pressed flat dwellers,S02002420,St Leonards North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190375 +190375,S00132459,7c1,Challenged Transitionaries,S01012918,St Leonards North - 03,4d,Hard-pressed flat dwellers,S02002420,St Leonards North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190376 +190376,S00132460,7c1,Challenged Transitionaries,S01012904,Calderwood East - 04,4a,Challenged white communities,S02002417,Calderwood East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190377 +190377,S00132465,7c1,Challenged Transitionaries,S01012902,Calderwood East - 02,4a,Challenged white communities,S02002417,Calderwood East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190378 +190378,S00132466,7c1,Challenged Transitionaries,S01012902,Calderwood East - 02,4a,Challenged white communities,S02002417,Calderwood East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190379 +190379,S00132467,7c1,Challenged Transitionaries,S01012901,Calderwood East - 01,4d,Hard-pressed flat dwellers,S02002417,Calderwood East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190380 +190380,S00132473,7c1,Challenged Transitionaries,S01012969,Crosshouse and Lindsayfield - 07,4a,Challenged white communities,S02002429,Crosshouse and Lindsayfield,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190381 +190381,S00132488,7c1,Challenged Transitionaries,S01012784,Burnbank Central and Udston - 04,4a,Challenged white communities,S02002396,Burnbank Central and Udston,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190382 +190382,S00132490,7c1,Challenged Transitionaries,S01012792,Burnbank South and Chantinghall - 05,4d,Hard-pressed flat dwellers,S02002397,Burnbank South and Chantinghall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190383 +190383,S00132550,7c1,Challenged Transitionaries,S01012621,Lanark North West - 03,5c,Comfortable neighbourhoods,S02002364,Lanark North West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190384 +190384,S00132553,7c1,Challenged Transitionaries,S01012624,Lanark North East - 02,4a,Challenged white communities,S02002365,Lanark North East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190385 +190385,S00132568,7c1,Challenged Transitionaries,S01012634,Hazelbank and Kirkfieldbank - 03,5c,Comfortable neighbourhoods,S02002367,Hazelbank and Kirkfieldbank,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190386 +190386,S00132578,7c1,Challenged Transitionaries,S01012585,"Carstairs, Carstairs Junction and Carnwath - 05",4a,Challenged white communities,S02002356,"Carstairs, Carstairs Junction and Carnwath",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190387 +190387,S00132588,7c1,Challenged Transitionaries,S01012655,Ashgill and Netherburn - 03,5a,Ageing urban communities,S02002371,Ashgill and Netherburn,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190388 +190388,S00132616,7c1,Challenged Transitionaries,S01012602,Carluke North - 01,5a,Ageing urban communities,S02002360,Carluke North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190389 +190389,S00132631,7c1,Challenged Transitionaries,S01012936,West Mains - 03,5c,Comfortable neighbourhoods,S02002423,West Mains,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190390 +190390,S00132633,7c1,Challenged Transitionaries,S01012937,West Mains - 04,5c,Comfortable neighbourhoods,S02002423,West Mains,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190391 +190391,S00132637,7c1,Challenged Transitionaries,S01012923,St Leonards South - 01,4a,Challenged white communities,S02002421,St Leonards South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190392 +190392,S00132639,7c1,Challenged Transitionaries,S01012896,Nerston and EK Landward Area - 03,4d,Hard-pressed flat dwellers,S02002416,Nerston and EK Landward Area,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190393 +190393,S00132689,7c1,Challenged Transitionaries,S01012957,Hairmyres and Westwood West - 05,4a,Challenged white communities,S02002427,Hairmyres and Westwood West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190394 +190394,S00132710,7c1,Challenged Transitionaries,S01012975,Greenhills - 01,4a,Challenged white communities,S02002431,Greenhills,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190395 +190395,S00132716,7c1,Challenged Transitionaries,S01012971,Whitehills West - 02,4a,Challenged white communities,S02002430,Whitehills West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190396 +190396,S00132730,7c1,Challenged Transitionaries,S01012993,The Murray - 04,4d,Hard-pressed flat dwellers,S02002434,The Murray,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190397 +190397,S00132731,7c1,Challenged Transitionaries,S01012990,The Murray - 01,4a,Challenged white communities,S02002434,The Murray,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190398 +190398,S00132732,7c1,Challenged Transitionaries,S01012992,The Murray - 03,4a,Challenged white communities,S02002434,The Murray,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190399 +190399,S00132733,7c1,Challenged Transitionaries,S01012993,The Murray - 04,4d,Hard-pressed flat dwellers,S02002434,The Murray,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190400 +190400,S00132140,7c2,Constrained Young Families,S01012795,Whitehill - 03,4a,Challenged white communities,S02002398,Whitehill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190401 +190401,S00132142,7c2,Constrained Young Families,S01012795,Whitehill - 03,4a,Challenged white communities,S02002398,Whitehill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190402 +190402,S00132144,7c2,Constrained Young Families,S01012796,Whitehill - 04,4a,Challenged white communities,S02002398,Whitehill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190403 +190403,S00132145,7c2,Constrained Young Families,S01012796,Whitehill - 04,4a,Challenged white communities,S02002398,Whitehill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190404 +190404,S00132146,7c2,Constrained Young Families,S01012795,Whitehill - 03,4a,Challenged white communities,S02002398,Whitehill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190405 +190405,S00132150,7c2,Constrained Young Families,S01012795,Whitehill - 03,4a,Challenged white communities,S02002398,Whitehill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190406 +190406,S00132160,7c2,Constrained Young Families,S01012780,Burnbank North - 07,4d,Hard-pressed flat dwellers,S02002395,Burnbank North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190407 +190407,S00132182,7c2,Constrained Young Families,S01012591,"Forth, Braehead and Auchengray - 05",4a,Challenged white communities,S02002357,"Forth, Braehead and Auchengray",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190408 +190408,S00132352,7c2,Constrained Young Families,S01012591,"Forth, Braehead and Auchengray - 05",4a,Challenged white communities,S02002357,"Forth, Braehead and Auchengray",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190409 +190409,S00132371,7c2,Constrained Young Families,S01012894,Nerston and EK Landward Area - 01,5c,Comfortable neighbourhoods,S02002416,Nerston and EK Landward Area,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190410 +190410,S00132379,7c2,Constrained Young Families,S01012640,"Douglas, Coalburn and Rigside - 04",4a,Challenged white communities,S02002368,"Douglas, Coalburn and Rigside",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190411 +190411,S00132429,7c2,Constrained Young Families,S01012937,West Mains - 04,5c,Comfortable neighbourhoods,S02002423,West Mains,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190412 +190412,S00132440,7c2,Constrained Young Families,S01012631,Lanark South - 05,4a,Challenged white communities,S02002366,Lanark South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190413 +190413,S00132477,7c2,Constrained Young Families,S01012975,Greenhills - 01,4a,Challenged white communities,S02002431,Greenhills,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190414 +190414,S00132486,7c2,Constrained Young Families,S01012748,Hillhouse - 02,4a,Challenged white communities,S02002390,Hillhouse,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190415 +190415,S00131249,5b1,Delayed Retirement,S01012928,St Leonards South - 06,5c,Comfortable neighbourhoods,S02002421,St Leonards South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190416 +190416,S00132797,5b2,Communal Retirement,S01012790,Burnbank South and Chantinghall - 03,5a,Ageing urban communities,S02002397,Burnbank South and Chantinghall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190417 +190417,S00130164,7b2,Deprived Neighbourhoods,S01012846,Cambuslang Central - 04,4d,Hard-pressed flat dwellers,S02002406,Cambuslang Central,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190418 +190418,S00131072,7c2,Constrained Young Families,S01012674,Strutherhill - 04,4a,Challenged white communities,S02002375,Strutherhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190419 +190419,S00132531,7c2,Constrained Young Families,S01012637,"Douglas, Coalburn and Rigside - 01",4a,Challenged white communities,S02002368,"Douglas, Coalburn and Rigside",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190420 +190420,S00132537,7c2,Constrained Young Families,S01012642,Lesmahagow - 01,4a,Challenged white communities,S02002369,Lesmahagow,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190421 +190421,S00132543,7c2,Constrained Young Families,S01012651,Kirkmuirhill and Blackwood - 05,4a,Challenged white communities,S02002370,Kirkmuirhill and Blackwood,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190422 +190422,S00132612,7c2,Constrained Young Families,S01012609,Carluke East - 04,4a,Challenged white communities,S02002361,Carluke East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190423 +190423,S00132756,7c2,Constrained Young Families,S01012779,Burnbank North - 06,4a,Challenged white communities,S02002395,Burnbank North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190424 +190424,S00132758,7c2,Constrained Young Families,S01012780,Burnbank North - 07,4d,Hard-pressed flat dwellers,S02002395,Burnbank North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190425 +190425,S00130159,5b1,Delayed Retirement,S01012856,Farme Cross and Gallowflat North - 01,4d,Hard-pressed flat dwellers,S02002408,Farme Cross and Gallowflat North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190426 +190426,S00130203,5b1,Delayed Retirement,S01012815,"Halfway, Hallside and Drumsagard - 02",8c,Comfortable suburbia,S02002402,"Halfway, Hallside and Drumsagard",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190427 +190427,S00130232,5b1,Delayed Retirement,S01012878,High Crosshill - 01,8c,Comfortable suburbia,S02002413,High Crosshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190428 +190428,S00130241,5b1,Delayed Retirement,S01012848,"Burgh, Eastfield and Silverbank - 01",5c,Comfortable neighbourhoods,S02002407,"Burgh, Eastfield and Silverbank",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190429 +190429,S00130316,5b1,Delayed Retirement,S01012872,Bankhead South - 03,3d,Households in terraces and flats,S02002411,Bankhead South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190430 +190430,S00130318,5b1,Delayed Retirement,S01012873,Bankhead South - 04,4d,Hard-pressed flat dwellers,S02002411,Bankhead South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190431 +190431,S00130329,5b1,Delayed Retirement,S01012871,Bankhead South - 02,3b,Asian traits,S02002411,Bankhead South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190432 +190432,S00130330,5b1,Delayed Retirement,S01012866,Burnhill and Bankhead North - 02,4d,Hard-pressed flat dwellers,S02002410,Burnhill and Bankhead North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190433 +190433,S00130378,5b1,Delayed Retirement,S01012880,High Crosshill - 03,8a,Affluent communities,S02002413,High Crosshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190434 +190434,S00130402,5b1,Delayed Retirement,S01012854,"Burgh, Eastfield and Silverbank - 07",5c,Comfortable neighbourhoods,S02002407,"Burgh, Eastfield and Silverbank",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190435 +190435,S00132692,6a2,Comfortable Suburbia,S01012955,Hairmyres and Westwood West - 03,8a,Affluent communities,S02002427,Hairmyres and Westwood West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190436 +190436,S00131284,8b1,Deprived Blue-Collar Terraces,S01012923,St Leonards South - 01,4a,Challenged white communities,S02002421,St Leonards South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190437 +190437,S00132275,6a2,Comfortable Suburbia,S01012606,Carluke East - 01,8c,Comfortable suburbia,S02002361,Carluke East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190438 +190438,S00130409,5b1,Delayed Retirement,S01012854,"Burgh, Eastfield and Silverbank - 07",5c,Comfortable neighbourhoods,S02002407,"Burgh, Eastfield and Silverbank",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190439 +190439,S00130411,5b1,Delayed Retirement,S01012854,"Burgh, Eastfield and Silverbank - 07",5c,Comfortable neighbourhoods,S02002407,"Burgh, Eastfield and Silverbank",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190440 +190440,S00130413,5b1,Delayed Retirement,S01012854,"Burgh, Eastfield and Silverbank - 07",5c,Comfortable neighbourhoods,S02002407,"Burgh, Eastfield and Silverbank",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190441 +190441,S00130415,5b1,Delayed Retirement,S01012855,"Burgh, Eastfield and Silverbank - 08",3a,Achieving neighbourhoods,S02002407,"Burgh, Eastfield and Silverbank",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190442 +190442,S00130462,5b1,Delayed Retirement,S01012886,Burnside and Springhall - 05,8c,Comfortable suburbia,S02002414,Burnside and Springhall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190443 +190443,S00130467,5b1,Delayed Retirement,S01012888,Burnside and Springhall - 07,8a,Affluent communities,S02002414,Burnside and Springhall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190444 +190444,S00130511,5b1,Delayed Retirement,S01012887,Burnside and Springhall - 06,8a,Affluent communities,S02002414,Burnside and Springhall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190445 +190445,S00130514,5b1,Delayed Retirement,S01012887,Burnside and Springhall - 06,8a,Affluent communities,S02002414,Burnside and Springhall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190446 +190446,S00130524,5b1,Delayed Retirement,S01012843,Cambuslang Central - 01,8a,Affluent communities,S02002406,Cambuslang Central,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190447 +190447,S00130558,5b1,Delayed Retirement,S01012827,Westburn and Newton - 07,8c,Comfortable suburbia,S02002403,Westburn and Newton,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190448 +190448,S00130562,5b1,Delayed Retirement,S01012825,Westburn and Newton - 05,4d,Hard-pressed flat dwellers,S02002403,Westburn and Newton,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190449 +190449,S00130578,5b1,Delayed Retirement,S01012823,Westburn and Newton - 03,8c,Comfortable suburbia,S02002403,Westburn and Newton,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190450 +190450,S00130590,5b1,Delayed Retirement,S01012840,Whitlawburn and Greenlees - 05,8c,Comfortable suburbia,S02002405,Whitlawburn and Greenlees,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190451 +190451,S00130609,5b1,Delayed Retirement,S01012872,Bankhead South - 03,3d,Households in terraces and flats,S02002411,Bankhead South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190452 +190452,S00130623,5b1,Delayed Retirement,S01012879,High Crosshill - 02,5c,Comfortable neighbourhoods,S02002413,High Crosshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190453 +190453,S00130624,5b1,Delayed Retirement,S01012881,High Crosshill - 04,5a,Ageing urban communities,S02002413,High Crosshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190454 +190454,S00130716,5b1,Delayed Retirement,S01012794,Whitehill - 02,3c,Highly qualified professionals,S02002398,Whitehill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190455 +190455,S00130958,5b1,Delayed Retirement,S01012688,Strathaven South - 05,5c,Comfortable neighbourhoods,S02002377,Strathaven South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190456 +190456,S00131218,5b1,Delayed Retirement,S01012598,Carluke West - 01,8c,Comfortable suburbia,S02002359,Carluke West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190457 +190457,S00130197,7b2,Deprived Neighbourhoods,S01012822,Westburn and Newton - 02,4d,Hard-pressed flat dwellers,S02002403,Westburn and Newton,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190458 +190458,S00130199,7b2,Deprived Neighbourhoods,S01012819,"Halfway, Hallside and Drumsagard - 06",4d,Hard-pressed flat dwellers,S02002402,"Halfway, Hallside and Drumsagard",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190459 +190459,S00131073,7c2,Constrained Young Families,S01012672,Strutherhill - 02,4a,Challenged white communities,S02002375,Strutherhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190460 +190460,S00131250,5b1,Delayed Retirement,S01012928,St Leonards South - 06,5c,Comfortable neighbourhoods,S02002421,St Leonards South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190461 +190461,S00132839,5b2,Communal Retirement,S01012806,Bothwell North - 04,5c,Comfortable neighbourhoods,S02002400,Bothwell North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190462 +190462,S00132277,6a2,Comfortable Suburbia,S01012606,Carluke East - 01,8c,Comfortable suburbia,S02002361,Carluke East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190463 +190463,S00131324,5b1,Delayed Retirement,S01012916,St Leonards North - 01,5c,Comfortable neighbourhoods,S02002420,St Leonards North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190464 +190464,S00130202,7b2,Deprived Neighbourhoods,S01012819,"Halfway, Hallside and Drumsagard - 06",4d,Hard-pressed flat dwellers,S02002402,"Halfway, Hallside and Drumsagard",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190465 +190465,S00130172,7c2,Constrained Young Families,S01012847,Cambuslang Central - 05,5c,Comfortable neighbourhoods,S02002406,Cambuslang Central,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190466 +190466,S00131077,7c2,Constrained Young Families,S01012672,Strutherhill - 02,4a,Challenged white communities,S02002375,Strutherhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190467 +190467,S00132697,6a2,Comfortable Suburbia,S01012950,"Thorntonhall, Jackton and Gardenhall - 03",8c,Comfortable suburbia,S02002426,"Thorntonhall, Jackton and Gardenhall",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190468 +190468,S00131296,8b1,Deprived Blue-Collar Terraces,S01012928,St Leonards South - 06,5c,Comfortable neighbourhoods,S02002421,St Leonards South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190469 +190469,S00132698,6a2,Comfortable Suburbia,S01012950,"Thorntonhall, Jackton and Gardenhall - 03",8c,Comfortable suburbia,S02002426,"Thorntonhall, Jackton and Gardenhall",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190470 +190470,S00131444,5b1,Delayed Retirement,S01012915,Calderwood West and Nerston - 05,5c,Comfortable neighbourhoods,S02002419,Calderwood West and Nerston,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190471 +190471,S00131297,8b1,Deprived Blue-Collar Terraces,S01012926,St Leonards South - 04,5c,Comfortable neighbourhoods,S02002421,St Leonards South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190472 +190472,S00131082,7c2,Constrained Young Families,S01012674,Strutherhill - 04,4a,Challenged white communities,S02002375,Strutherhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190473 +190473,S00130173,7c2,Constrained Young Families,S01012826,Westburn and Newton - 06,4a,Challenged white communities,S02002403,Westburn and Newton,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190474 +190474,S00132699,6a2,Comfortable Suburbia,S01012950,"Thorntonhall, Jackton and Gardenhall - 03",8c,Comfortable suburbia,S02002426,"Thorntonhall, Jackton and Gardenhall",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190475 +190475,S00132289,6a2,Comfortable Suburbia,S01012836,Whitlawburn and Greenlees - 01,8c,Comfortable suburbia,S02002405,Whitlawburn and Greenlees,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190476 +190476,S00130206,7b2,Deprived Neighbourhoods,S01012838,Whitlawburn and Greenlees - 03,4d,Hard-pressed flat dwellers,S02002405,Whitlawburn and Greenlees,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190477 +190477,S00131470,5b1,Delayed Retirement,S01012940,Stewartfield East - 03,8a,Affluent communities,S02002424,Stewartfield East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190478 +190478,S00131310,8b1,Deprived Blue-Collar Terraces,S01012924,St Leonards South - 02,4b,Constrained renters,S02002421,St Leonards South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190479 +190479,S00131111,7c2,Constrained Young Families,S01012665,Hareleeshill - 01,4a,Challenged white communities,S02002374,Hareleeshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190480 +190480,S00130180,7c2,Constrained Young Families,S01012829,Westburn and Newton - 09,4a,Challenged white communities,S02002403,Westburn and Newton,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190481 +190481,S00132700,6a2,Comfortable Suburbia,S01012950,"Thorntonhall, Jackton and Gardenhall - 03",8c,Comfortable suburbia,S02002426,"Thorntonhall, Jackton and Gardenhall",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190482 +190482,S00132297,6a2,Comfortable Suburbia,S01012593,Law - 02,8c,Comfortable suburbia,S02002358,Law,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190483 +190483,S00132701,6a2,Comfortable Suburbia,S01012950,"Thorntonhall, Jackton and Gardenhall - 03",8c,Comfortable suburbia,S02002426,"Thorntonhall, Jackton and Gardenhall",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190484 +190484,S00130209,7b2,Deprived Neighbourhoods,S01012838,Whitlawburn and Greenlees - 03,4d,Hard-pressed flat dwellers,S02002405,Whitlawburn and Greenlees,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190485 +190485,S00130183,7c2,Constrained Young Families,S01012829,Westburn and Newton - 09,4a,Challenged white communities,S02002403,Westburn and Newton,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190486 +190486,S00131124,7c2,Constrained Young Families,S01012667,Hareleeshill - 03,4a,Challenged white communities,S02002374,Hareleeshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190487 +190487,S00131318,8b1,Deprived Blue-Collar Terraces,S01012923,St Leonards South - 01,4a,Challenged white communities,S02002421,St Leonards South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190488 +190488,S00132299,6a2,Comfortable Suburbia,S01012769,Low Blantyre and Bardykes - 05,8c,Comfortable suburbia,S02002393,Low Blantyre and Bardykes,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190489 +190489,S00131873,5b1,Delayed Retirement,S01012715,Silvertonhill - 04,4d,Hard-pressed flat dwellers,S02002383,Silvertonhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190490 +190490,S00132708,6a2,Comfortable Suburbia,S01012965,Crosshouse and Lindsayfield - 03,5a,Ageing urban communities,S02002429,Crosshouse and Lindsayfield,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190491 +190491,S00131881,5b1,Delayed Retirement,S01012724,Laighstonehall - 04,5c,Comfortable neighbourhoods,S02002385,Laighstonehall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190492 +190492,S00130211,7b2,Deprived Neighbourhoods,S01012838,Whitlawburn and Greenlees - 03,4d,Hard-pressed flat dwellers,S02002405,Whitlawburn and Greenlees,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190493 +190493,S00131322,8b1,Deprived Blue-Collar Terraces,S01012929,St Leonards South - 07,5c,Comfortable neighbourhoods,S02002421,St Leonards South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190494 +190494,S00131126,7c2,Constrained Young Families,S01012667,Hareleeshill - 03,4a,Challenged white communities,S02002374,Hareleeshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190495 +190495,S00132300,6a2,Comfortable Suburbia,S01012769,Low Blantyre and Bardykes - 05,8c,Comfortable suburbia,S02002393,Low Blantyre and Bardykes,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190496 +190496,S00130184,7c2,Constrained Young Families,S01012829,Westburn and Newton - 09,4a,Challenged white communities,S02002403,Westburn and Newton,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190497 +190497,S00132720,6a2,Comfortable Suburbia,S01012963,Crosshouse and Lindsayfield - 01,8c,Comfortable suburbia,S02002429,Crosshouse and Lindsayfield,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190498 +190498,S00131887,5b1,Delayed Retirement,S01012718,Hamilton Centre and Low Parks - 03,5a,Ageing urban communities,S02002384,Hamilton Centre and Low Parks,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190499 +190499,S00131888,5b1,Delayed Retirement,S01012718,Hamilton Centre and Low Parks - 03,5a,Ageing urban communities,S02002384,Hamilton Centre and Low Parks,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190500 +190500,S00131889,5b1,Delayed Retirement,S01012718,Hamilton Centre and Low Parks - 03,5a,Ageing urban communities,S02002384,Hamilton Centre and Low Parks,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190501 +190501,S00132190,5b1,Delayed Retirement,S01012799,Bothwell South - 02,5c,Comfortable neighbourhoods,S02002399,Bothwell South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190502 +190502,S00132192,5b1,Delayed Retirement,S01012799,Bothwell South - 02,5c,Comfortable neighbourhoods,S02002399,Bothwell South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190503 +190503,S00132203,5b1,Delayed Retirement,S01012801,Bothwell South - 04,8a,Affluent communities,S02002399,Bothwell South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190504 +190504,S00132204,5b1,Delayed Retirement,S01012801,Bothwell South - 04,8a,Affluent communities,S02002399,Bothwell South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190505 +190505,S00132206,5b1,Delayed Retirement,S01012799,Bothwell South - 02,5c,Comfortable neighbourhoods,S02002399,Bothwell South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190506 +190506,S00132245,5b1,Delayed Retirement,S01012809,Uddingston and Gardenside - 03,5c,Comfortable neighbourhoods,S02002401,Uddingston and Gardenside,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190507 +190507,S00132247,5b1,Delayed Retirement,S01012809,Uddingston and Gardenside - 03,5c,Comfortable neighbourhoods,S02002401,Uddingston and Gardenside,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190508 +190508,S00132266,5b1,Delayed Retirement,S01012807,Uddingston and Gardenside - 01,8a,Affluent communities,S02002401,Uddingston and Gardenside,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190509 +190509,S00132308,5b1,Delayed Retirement,S01012770,Blantytre North and Coatshill - 01,5c,Comfortable neighbourhoods,S02002394,Blantytre North and Coatshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190510 +190510,S00132325,5b1,Delayed Retirement,S01012716,Hamilton Centre and Low Parks - 01,8a,Affluent communities,S02002384,Hamilton Centre and Low Parks,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190511 +190511,S00132331,5b1,Delayed Retirement,S01012702,"Glassford, Quarter and Allanton - 04",5c,Comfortable neighbourhoods,S02002380,"Glassford, Quarter and Allanton",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190512 +190512,S00132357,5b1,Delayed Retirement,S01012800,Bothwell South - 03,8a,Affluent communities,S02002399,Bothwell South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190513 +190513,S00132496,5b1,Delayed Retirement,S01012951,"Thorntonhall, Jackton and Gardenhall - 04",8c,Comfortable suburbia,S02002426,"Thorntonhall, Jackton and Gardenhall",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190514 +190514,S00132562,5b1,Delayed Retirement,S01012691,Strathaven North - 01,8c,Comfortable suburbia,S02002378,Strathaven North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190515 +190515,S00132629,5b1,Delayed Retirement,S01012600,Carluke West - 03,8c,Comfortable suburbia,S02002359,Carluke West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190516 +190516,S00132655,5b1,Delayed Retirement,S01012930,East Mains - 01,5a,Ageing urban communities,S02002422,East Mains,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190517 +190517,S00132763,5b1,Delayed Retirement,S01012725,Laighstonehall - 05,3c,Highly qualified professionals,S02002385,Laighstonehall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190518 +190518,S00132766,5b1,Delayed Retirement,S01012719,Hamilton Centre and Low Parks - 04,3d,Households in terraces and flats,S02002384,Hamilton Centre and Low Parks,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190519 +190519,S00132767,5b1,Delayed Retirement,S01012719,Hamilton Centre and Low Parks - 04,3d,Households in terraces and flats,S02002384,Hamilton Centre and Low Parks,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190520 +190520,S00132769,5b1,Delayed Retirement,S01012719,Hamilton Centre and Low Parks - 04,3d,Households in terraces and flats,S02002384,Hamilton Centre and Low Parks,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190521 +190521,S00132790,5b1,Delayed Retirement,S01012737,Little Earnock - 05,5b,Aspiring urban households,S02002388,Little Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190522 +190522,S00132796,5b1,Delayed Retirement,S01012790,Burnbank South and Chantinghall - 03,5a,Ageing urban communities,S02002397,Burnbank South and Chantinghall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190523 +190523,S00132799,5b1,Delayed Retirement,S01012790,Burnbank South and Chantinghall - 03,5a,Ageing urban communities,S02002397,Burnbank South and Chantinghall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190524 +190524,S00132814,5b1,Delayed Retirement,S01012794,Whitehill - 02,3c,Highly qualified professionals,S02002398,Whitehill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190525 +190525,S00132842,5b1,Delayed Retirement,S01012808,Uddingston and Gardenside - 02,5c,Comfortable neighbourhoods,S02002401,Uddingston and Gardenside,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190526 +190526,S00130187,8b1,Deprived Blue-Collar Terraces,S01012820,"Halfway, Hallside and Drumsagard - 07",8c,Comfortable suburbia,S02002402,"Halfway, Hallside and Drumsagard",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190527 +190527,S00130192,8b1,Deprived Blue-Collar Terraces,S01012818,"Halfway, Hallside and Drumsagard - 05",8c,Comfortable suburbia,S02002402,"Halfway, Hallside and Drumsagard",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190528 +190528,S00130507,8b1,Deprived Blue-Collar Terraces,S01012887,Burnside and Springhall - 06,8a,Affluent communities,S02002414,Burnside and Springhall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190529 +190529,S00130572,8b1,Deprived Blue-Collar Terraces,S01012836,Whitlawburn and Greenlees - 01,8c,Comfortable suburbia,S02002405,Whitlawburn and Greenlees,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190530 +190530,S00130739,8b1,Deprived Blue-Collar Terraces,S01012586,"Carstairs, Carstairs Junction and Carnwath - 06",2a,Ageing rural neighbourhoods,S02002356,"Carstairs, Carstairs Junction and Carnwath",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190531 +190531,S00130740,8b1,Deprived Blue-Collar Terraces,S01012586,"Carstairs, Carstairs Junction and Carnwath - 06",2a,Ageing rural neighbourhoods,S02002356,"Carstairs, Carstairs Junction and Carnwath",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190532 +190532,S00130900,8b1,Deprived Blue-Collar Terraces,S01012625,Lanark North East - 03,4a,Challenged white communities,S02002365,Lanark North East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190533 +190533,S00131020,8b1,Deprived Blue-Collar Terraces,S01012683,Stonehouse - 08,5c,Comfortable neighbourhoods,S02002376,Stonehouse,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190534 +190534,S00131095,8b1,Deprived Blue-Collar Terraces,S01012661,"Larkhall Central, Raploch, Millheugh and Burnhead - 02",5c,Comfortable neighbourhoods,S02002373,"Larkhall Central, Raploch, Millheugh and Burnhead",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190535 +190535,S00131134,8b1,Deprived Blue-Collar Terraces,S01012668,Hareleeshill - 04,4a,Challenged white communities,S02002374,Hareleeshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190536 +190536,S00131148,8b1,Deprived Blue-Collar Terraces,S01012668,Hareleeshill - 04,4a,Challenged white communities,S02002374,Hareleeshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190537 +190537,S00131150,8b1,Deprived Blue-Collar Terraces,S01012663,"Larkhall Central, Raploch, Millheugh and Burnhead - 04",8c,Comfortable suburbia,S02002373,"Larkhall Central, Raploch, Millheugh and Burnhead",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190538 +190538,S00131261,8b1,Deprived Blue-Collar Terraces,S01012937,West Mains - 04,5c,Comfortable neighbourhoods,S02002423,West Mains,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190539 +190539,S00131274,8b1,Deprived Blue-Collar Terraces,S01012937,West Mains - 04,5c,Comfortable neighbourhoods,S02002423,West Mains,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190540 +190540,S00131282,8b1,Deprived Blue-Collar Terraces,S01012923,St Leonards South - 01,4a,Challenged white communities,S02002421,St Leonards South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190541 +190541,S00131127,7c2,Constrained Young Families,S01012668,Hareleeshill - 04,4a,Challenged white communities,S02002374,Hareleeshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190542 +190542,S00132722,6a2,Comfortable Suburbia,S01012964,Crosshouse and Lindsayfield - 02,8c,Comfortable suburbia,S02002429,Crosshouse and Lindsayfield,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190543 +190543,S00132327,6a2,Comfortable Suburbia,S01012716,Hamilton Centre and Low Parks - 01,8a,Affluent communities,S02002384,Hamilton Centre and Low Parks,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190544 +190544,S00130212,7b2,Deprived Neighbourhoods,S01012838,Whitlawburn and Greenlees - 03,4d,Hard-pressed flat dwellers,S02002405,Whitlawburn and Greenlees,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190545 +190545,S00132723,6a2,Comfortable Suburbia,S01012964,Crosshouse and Lindsayfield - 02,8c,Comfortable suburbia,S02002429,Crosshouse and Lindsayfield,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190546 +190546,S00131129,7c2,Constrained Young Families,S01012667,Hareleeshill - 03,4a,Challenged white communities,S02002374,Hareleeshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190547 +190547,S00132340,6a2,Comfortable Suburbia,S01012633,Hazelbank and Kirkfieldbank - 02,2c,Remoter communities,S02002367,Hazelbank and Kirkfieldbank,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190548 +190548,S00130200,7c2,Constrained Young Families,S01012819,"Halfway, Hallside and Drumsagard - 06",4d,Hard-pressed flat dwellers,S02002402,"Halfway, Hallside and Drumsagard",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190549 +190549,S00131328,8b1,Deprived Blue-Collar Terraces,S01012917,St Leonards North - 02,8c,Comfortable suburbia,S02002420,St Leonards North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190550 +190550,S00130215,7b2,Deprived Neighbourhoods,S01012837,Whitlawburn and Greenlees - 02,4d,Hard-pressed flat dwellers,S02002405,Whitlawburn and Greenlees,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190551 +190551,S00130216,7b2,Deprived Neighbourhoods,S01012837,Whitlawburn and Greenlees - 02,4d,Hard-pressed flat dwellers,S02002405,Whitlawburn and Greenlees,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190552 +190552,S00130221,7b2,Deprived Neighbourhoods,S01012837,Whitlawburn and Greenlees - 02,4d,Hard-pressed flat dwellers,S02002405,Whitlawburn and Greenlees,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190553 +190553,S00130222,7b2,Deprived Neighbourhoods,S01012837,Whitlawburn and Greenlees - 02,4d,Hard-pressed flat dwellers,S02002405,Whitlawburn and Greenlees,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190554 +190554,S00130289,7b2,Deprived Neighbourhoods,S01012867,Burnhill and Bankhead North - 03,4d,Hard-pressed flat dwellers,S02002410,Burnhill and Bankhead North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190555 +190555,S00130301,7b2,Deprived Neighbourhoods,S01012864,Shawfield and Clincarthill - 05,4d,Hard-pressed flat dwellers,S02002409,Shawfield and Clincarthill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190556 +190556,S00130356,7b2,Deprived Neighbourhoods,S01012863,Shawfield and Clincarthill - 04,4d,Hard-pressed flat dwellers,S02002409,Shawfield and Clincarthill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190557 +190557,S00130419,7b2,Deprived Neighbourhoods,S01012857,Farme Cross and Gallowflat North - 02,4d,Hard-pressed flat dwellers,S02002408,Farme Cross and Gallowflat North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190558 +190558,S00130445,7b2,Deprived Neighbourhoods,S01012892,Fernhill and Cathkin - 04,4d,Hard-pressed flat dwellers,S02002415,Fernhill and Cathkin,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190559 +190559,S00130451,7b2,Deprived Neighbourhoods,S01012874,Spittal - 01,4d,Hard-pressed flat dwellers,S02002412,Spittal,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190560 +190560,S00130493,7b2,Deprived Neighbourhoods,S01012883,Burnside and Springhall - 02,4d,Hard-pressed flat dwellers,S02002414,Burnside and Springhall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190561 +190561,S00130497,7b2,Deprived Neighbourhoods,S01012883,Burnside and Springhall - 02,4d,Hard-pressed flat dwellers,S02002414,Burnside and Springhall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190562 +190562,S00130503,7b2,Deprived Neighbourhoods,S01012884,Burnside and Springhall - 03,4d,Hard-pressed flat dwellers,S02002414,Burnside and Springhall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190563 +190563,S00130569,7b2,Deprived Neighbourhoods,S01012825,Westburn and Newton - 05,4d,Hard-pressed flat dwellers,S02002403,Westburn and Newton,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190564 +190564,S00130570,7b2,Deprived Neighbourhoods,S01012825,Westburn and Newton - 05,4d,Hard-pressed flat dwellers,S02002403,Westburn and Newton,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190565 +190565,S00130585,7b2,Deprived Neighbourhoods,S01012882,Burnside and Springhall - 01,4d,Hard-pressed flat dwellers,S02002414,Burnside and Springhall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190566 +190566,S00130619,7b2,Deprived Neighbourhoods,S01012863,Shawfield and Clincarthill - 04,4d,Hard-pressed flat dwellers,S02002409,Shawfield and Clincarthill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190567 +190567,S00130911,7b2,Deprived Neighbourhoods,S01012623,Lanark North East - 01,4a,Challenged white communities,S02002365,Lanark North East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190568 +190568,S00130919,7b2,Deprived Neighbourhoods,S01012631,Lanark South - 05,4a,Challenged white communities,S02002366,Lanark South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190569 +190569,S00131199,7b2,Deprived Neighbourhoods,S01012610,Carluke East - 05,4a,Challenged white communities,S02002361,Carluke East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190570 +190570,S00131233,7b2,Deprived Neighbourhoods,S01012603,Carluke North - 02,5c,Comfortable neighbourhoods,S02002360,Carluke North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190571 +190571,S00131387,7b2,Deprived Neighbourhoods,S01012910,Calderwood Central - 05,4d,Hard-pressed flat dwellers,S02002418,Calderwood Central,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190572 +190572,S00131389,7b2,Deprived Neighbourhoods,S01012910,Calderwood Central - 05,4d,Hard-pressed flat dwellers,S02002418,Calderwood Central,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190573 +190573,S00131398,7b2,Deprived Neighbourhoods,S01012910,Calderwood Central - 05,4d,Hard-pressed flat dwellers,S02002418,Calderwood Central,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190574 +190574,S00131399,7b2,Deprived Neighbourhoods,S01012910,Calderwood Central - 05,4d,Hard-pressed flat dwellers,S02002418,Calderwood Central,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190575 +190575,S00131410,7b2,Deprived Neighbourhoods,S01012899,Nerston and EK Landward Area - 06,4d,Hard-pressed flat dwellers,S02002416,Nerston and EK Landward Area,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190576 +190576,S00131532,7b2,Deprived Neighbourhoods,S01012956,Hairmyres and Westwood West - 04,5a,Ageing urban communities,S02002427,Hairmyres and Westwood West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190577 +190577,S00131795,7b2,Deprived Neighbourhoods,S01012776,Burnbank North - 03,4a,Challenged white communities,S02002395,Burnbank North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190578 +190578,S00131811,7b2,Deprived Neighbourhoods,S01012760,Blantyre South and Wheatlands - 02,4d,Hard-pressed flat dwellers,S02002392,Blantyre South and Wheatlands,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190579 +190579,S00131815,7b2,Deprived Neighbourhoods,S01012755,High Blantyre - 04,4d,Hard-pressed flat dwellers,S02002391,High Blantyre,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190580 +190580,S00131942,7b2,Deprived Neighbourhoods,S01012717,Hamilton Centre and Low Parks - 02,4d,Hard-pressed flat dwellers,S02002384,Hamilton Centre and Low Parks,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190581 +190581,S00132439,7b2,Deprived Neighbourhoods,S01012899,Nerston and EK Landward Area - 06,4d,Hard-pressed flat dwellers,S02002416,Nerston and EK Landward Area,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190582 +190582,S00132451,7b2,Deprived Neighbourhoods,S01012896,Nerston and EK Landward Area - 03,4d,Hard-pressed flat dwellers,S02002416,Nerston and EK Landward Area,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190583 +190583,S00132463,7b2,Deprived Neighbourhoods,S01012899,Nerston and EK Landward Area - 06,4d,Hard-pressed flat dwellers,S02002416,Nerston and EK Landward Area,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190584 +190584,S00132641,7b2,Deprived Neighbourhoods,S01012896,Nerston and EK Landward Area - 03,4d,Hard-pressed flat dwellers,S02002416,Nerston and EK Landward Area,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190585 +190585,S00132813,7b2,Deprived Neighbourhoods,S01012793,Whitehill - 01,4d,Hard-pressed flat dwellers,S02002398,Whitehill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190586 +190586,S00130228,6a3,Detached Retirement Living,S01012832,Vicarland and Cairns - 03,5d,Endeavouring social renters,S02002404,Vicarland and Cairns,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190587 +190587,S00130255,6a3,Detached Retirement Living,S01012843,Cambuslang Central - 01,8a,Affluent communities,S02002406,Cambuslang Central,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190588 +190588,S00130335,6a3,Detached Retirement Living,S01012870,Bankhead South - 01,5c,Comfortable neighbourhoods,S02002411,Bankhead South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190589 +190589,S00130381,6a3,Detached Retirement Living,S01012881,High Crosshill - 04,5a,Ageing urban communities,S02002413,High Crosshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190590 +190590,S00130395,6a3,Detached Retirement Living,S01012851,"Burgh, Eastfield and Silverbank - 04",5c,Comfortable neighbourhoods,S02002407,"Burgh, Eastfield and Silverbank",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190591 +190591,S00130466,6a3,Detached Retirement Living,S01012888,Burnside and Springhall - 07,8a,Affluent communities,S02002414,Burnside and Springhall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190592 +190592,S00132360,6a2,Comfortable Suburbia,S01012807,Uddingston and Gardenside - 01,8a,Affluent communities,S02002401,Uddingston and Gardenside,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190593 +190593,S00132724,6a2,Comfortable Suburbia,S01012963,Crosshouse and Lindsayfield - 01,8c,Comfortable suburbia,S02002429,Crosshouse and Lindsayfield,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190594 +190594,S00131351,8b1,Deprived Blue-Collar Terraces,S01012913,Calderwood West and Nerston - 03,4a,Challenged white communities,S02002419,Calderwood West and Nerston,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190595 +190595,S00131130,7c2,Constrained Young Families,S01012668,Hareleeshill - 04,4a,Challenged white communities,S02002374,Hareleeshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190596 +190596,S00130214,7c2,Constrained Young Families,S01012837,Whitlawburn and Greenlees - 02,4d,Hard-pressed flat dwellers,S02002405,Whitlawburn and Greenlees,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190597 +190597,S00132366,6a2,Comfortable Suburbia,S01012578,"Biggar, Symington, Thankerton and Dolphinton - 05",2a,Ageing rural neighbourhoods,S02002355,"Biggar, Symington, Thankerton and Dolphinton",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190598 +190598,S00132725,6a2,Comfortable Suburbia,S01012963,Crosshouse and Lindsayfield - 01,8c,Comfortable suburbia,S02002429,Crosshouse and Lindsayfield,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190599 +190599,S00130220,7c2,Constrained Young Families,S01012837,Whitlawburn and Greenlees - 02,4d,Hard-pressed flat dwellers,S02002405,Whitlawburn and Greenlees,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190600 +190600,S00131132,7c2,Constrained Young Families,S01012660,"Larkhall Central, Raploch, Millheugh and Burnhead - 01",5c,Comfortable neighbourhoods,S02002373,"Larkhall Central, Raploch, Millheugh and Burnhead",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190601 +190601,S00131354,8b1,Deprived Blue-Collar Terraces,S01012913,Calderwood West and Nerston - 03,4a,Challenged white communities,S02002419,Calderwood West and Nerston,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190602 +190602,S00132373,6a2,Comfortable Suburbia,S01012894,Nerston and EK Landward Area - 01,5c,Comfortable neighbourhoods,S02002416,Nerston and EK Landward Area,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190603 +190603,S00132726,6a2,Comfortable Suburbia,S01012963,Crosshouse and Lindsayfield - 01,8c,Comfortable suburbia,S02002429,Crosshouse and Lindsayfield,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190604 +190604,S00130269,7c2,Constrained Young Families,S01012833,Vicarland and Cairns - 04,4a,Challenged white communities,S02002404,Vicarland and Cairns,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190605 +190605,S00132727,6a2,Comfortable Suburbia,S01012964,Crosshouse and Lindsayfield - 02,8c,Comfortable suburbia,S02002429,Crosshouse and Lindsayfield,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190606 +190606,S00132375,6a2,Comfortable Suburbia,S01012574,"Biggar, Symington, Thankerton and Dolphinton - 01",2c,Remoter communities,S02002355,"Biggar, Symington, Thankerton and Dolphinton",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190607 +190607,S00130271,7c2,Constrained Young Families,S01012833,Vicarland and Cairns - 04,4a,Challenged white communities,S02002404,Vicarland and Cairns,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190608 +190608,S00131373,8b1,Deprived Blue-Collar Terraces,S01012907,Calderwood Central - 02,4a,Challenged white communities,S02002418,Calderwood Central,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190609 +190609,S00131135,7c2,Constrained Young Families,S01012668,Hareleeshill - 04,4a,Challenged white communities,S02002374,Hareleeshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190610 +190610,S00132728,6a2,Comfortable Suburbia,S01012963,Crosshouse and Lindsayfield - 01,8c,Comfortable suburbia,S02002429,Crosshouse and Lindsayfield,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190611 +190611,S00132386,6a2,Comfortable Suburbia,S01012652,Kirkmuirhill and Blackwood - 06,8b,Ageing suburbanites,S02002370,Kirkmuirhill and Blackwood,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190612 +190612,S00130288,7c2,Constrained Young Families,S01012867,Burnhill and Bankhead North - 03,4d,Hard-pressed flat dwellers,S02002410,Burnhill and Bankhead North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190613 +190613,S00131405,8b1,Deprived Blue-Collar Terraces,S01012904,Calderwood East - 04,4a,Challenged white communities,S02002417,Calderwood East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190614 +190614,S00131426,8b1,Deprived Blue-Collar Terraces,S01012901,Calderwood East - 01,4d,Hard-pressed flat dwellers,S02002417,Calderwood East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190615 +190615,S00131428,8b1,Deprived Blue-Collar Terraces,S01012901,Calderwood East - 01,4d,Hard-pressed flat dwellers,S02002417,Calderwood East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190616 +190616,S00131432,8b1,Deprived Blue-Collar Terraces,S01012922,St Leonards North - 07,5c,Comfortable neighbourhoods,S02002420,St Leonards North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190617 +190617,S00131456,8b1,Deprived Blue-Collar Terraces,S01012914,Calderwood West and Nerston - 04,4a,Challenged white communities,S02002419,Calderwood West and Nerston,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190618 +190618,S00131500,8b1,Deprived Blue-Collar Terraces,S01012968,Crosshouse and Lindsayfield - 06,4a,Challenged white communities,S02002429,Crosshouse and Lindsayfield,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190619 +190619,S00131501,8b1,Deprived Blue-Collar Terraces,S01012969,Crosshouse and Lindsayfield - 07,4a,Challenged white communities,S02002429,Crosshouse and Lindsayfield,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190620 +190620,S00131516,8b1,Deprived Blue-Collar Terraces,S01012983,Westwood South - 04,5b,Aspiring urban households,S02002432,Westwood South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190621 +190621,S00131518,8b1,Deprived Blue-Collar Terraces,S01012985,Westwood South - 06,5c,Comfortable neighbourhoods,S02002432,Westwood South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190622 +190622,S00131527,8b1,Deprived Blue-Collar Terraces,S01012984,Westwood South - 05,4a,Challenged white communities,S02002432,Westwood South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190623 +190623,S00131528,8b1,Deprived Blue-Collar Terraces,S01012984,Westwood South - 05,4a,Challenged white communities,S02002432,Westwood South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190624 +190624,S00131560,8b1,Deprived Blue-Collar Terraces,S01012989,Westwood East - 04,4a,Challenged white communities,S02002433,Westwood East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190625 +190625,S00131588,8b1,Deprived Blue-Collar Terraces,S01012949,"Thorntonhall, Jackton and Gardenhall - 02",8c,Comfortable suburbia,S02002426,"Thorntonhall, Jackton and Gardenhall",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190626 +190626,S00131598,8b1,Deprived Blue-Collar Terraces,S01012972,Whitehills West - 03,4a,Challenged white communities,S02002430,Whitehills West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190627 +190627,S00131600,8b1,Deprived Blue-Collar Terraces,S01012971,Whitehills West - 02,4a,Challenged white communities,S02002430,Whitehills West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190628 +190628,S00131613,8b1,Deprived Blue-Collar Terraces,S01012973,Whitehills West - 04,4a,Challenged white communities,S02002430,Whitehills West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190629 +190629,S00131656,8b1,Deprived Blue-Collar Terraces,S01013000,"Birniehill, Kelvin and Whitehills East - 06",4a,Challenged white communities,S02002435,"Birniehill, Kelvin and Whitehills East",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190630 +190630,S00131689,8b1,Deprived Blue-Collar Terraces,S01012990,The Murray - 01,4a,Challenged white communities,S02002434,The Murray,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190631 +190631,S00131691,8b1,Deprived Blue-Collar Terraces,S01012992,The Murray - 03,4a,Challenged white communities,S02002434,The Murray,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190632 +190632,S00131703,8b1,Deprived Blue-Collar Terraces,S01012996,"Birniehill, Kelvin and Whitehills East - 02",4a,Challenged white communities,S02002435,"Birniehill, Kelvin and Whitehills East",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190633 +190633,S00131733,8b1,Deprived Blue-Collar Terraces,S01012762,Blantyre South and Wheatlands - 04,5d,Endeavouring social renters,S02002392,Blantyre South and Wheatlands,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190634 +190634,S00132025,8b1,Deprived Blue-Collar Terraces,S01012737,Little Earnock - 05,5b,Aspiring urban households,S02002388,Little Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190635 +190635,S00132209,8b1,Deprived Blue-Collar Terraces,S01012803,Bothwell North - 01,8b,Ageing suburbanites,S02002400,Bothwell North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190636 +190636,S00132257,8b1,Deprived Blue-Collar Terraces,S01012811,Uddingston and Gardenside - 05,5c,Comfortable neighbourhoods,S02002401,Uddingston and Gardenside,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190637 +190637,S00132452,8b1,Deprived Blue-Collar Terraces,S01012929,St Leonards South - 07,5c,Comfortable neighbourhoods,S02002421,St Leonards South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190638 +190638,S00132454,8b1,Deprived Blue-Collar Terraces,S01012927,St Leonards South - 05,4a,Challenged white communities,S02002421,St Leonards South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190639 +190639,S00132468,8b1,Deprived Blue-Collar Terraces,S01012922,St Leonards North - 07,5c,Comfortable neighbourhoods,S02002420,St Leonards North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190640 +190640,S00132480,8b1,Deprived Blue-Collar Terraces,S01012721,Laighstonehall - 01,5c,Comfortable neighbourhoods,S02002385,Laighstonehall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190641 +190641,S00132595,8b1,Deprived Blue-Collar Terraces,S01012658,Merryton and Meadowhill - 03,8b,Ageing suburbanites,S02002372,Merryton and Meadowhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190642 +190642,S00132601,8b1,Deprived Blue-Collar Terraces,S01012656,Merryton and Meadowhill - 01,4a,Challenged white communities,S02002372,Merryton and Meadowhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190643 +190643,S00132646,8b1,Deprived Blue-Collar Terraces,S01012919,St Leonards North - 04,4a,Challenged white communities,S02002420,St Leonards North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190644 +190644,S00132648,8b1,Deprived Blue-Collar Terraces,S01012918,St Leonards North - 03,4d,Hard-pressed flat dwellers,S02002420,St Leonards North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190645 +190645,S00132651,8b1,Deprived Blue-Collar Terraces,S01012907,Calderwood Central - 02,4a,Challenged white communities,S02002418,Calderwood Central,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190646 +190646,S00132684,8b1,Deprived Blue-Collar Terraces,S01012967,Crosshouse and Lindsayfield - 05,5d,Endeavouring social renters,S02002429,Crosshouse and Lindsayfield,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190647 +190647,S00132686,8b1,Deprived Blue-Collar Terraces,S01012985,Westwood South - 06,5c,Comfortable neighbourhoods,S02002432,Westwood South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190648 +190648,S00132687,8b1,Deprived Blue-Collar Terraces,S01012988,Westwood East - 03,4a,Challenged white communities,S02002433,Westwood East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190649 +190649,S00132789,8b1,Deprived Blue-Collar Terraces,S01012737,Little Earnock - 05,5b,Aspiring urban households,S02002388,Little Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190650 +190650,S00132803,8b1,Deprived Blue-Collar Terraces,S01012781,Burnbank Central and Udston - 01,5c,Comfortable neighbourhoods,S02002396,Burnbank Central and Udston,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190651 +190651,S00132819,8b1,Deprived Blue-Collar Terraces,S01012776,Burnbank North - 03,4a,Challenged white communities,S02002395,Burnbank North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190652 +190652,S00132824,8b1,Deprived Blue-Collar Terraces,S01012777,Burnbank North - 04,5b,Aspiring urban households,S02002395,Burnbank North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190653 +190653,S00132741,6a2,Comfortable Suburbia,S01012699,"Glassford, Quarter and Allanton - 01",2d,Rural traits,S02002380,"Glassford, Quarter and Allanton",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190654 +190654,S00132397,6a2,Comfortable Suburbia,S01012629,Lanark South - 03,8a,Affluent communities,S02002366,Lanark South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190655 +190655,S00130294,7c2,Constrained Young Families,S01012869,Burnhill and Bankhead North - 05,4d,Hard-pressed flat dwellers,S02002410,Burnhill and Bankhead North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190656 +190656,S00131200,7c2,Constrained Young Families,S01012610,Carluke East - 05,4a,Challenged white communities,S02002361,Carluke East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190657 +190657,S00131205,7c2,Constrained Young Families,S01012610,Carluke East - 05,4a,Challenged white communities,S02002361,Carluke East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190658 +190658,S00131607,7c2,Constrained Young Families,S01012972,Whitehills West - 03,4a,Challenged white communities,S02002430,Whitehills West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190659 +190659,S00131686,7c2,Constrained Young Families,S01012992,The Murray - 03,4a,Challenged white communities,S02002434,The Murray,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190660 +190660,S00131704,7c2,Constrained Young Families,S01012998,"Birniehill, Kelvin and Whitehills East - 04",5c,Comfortable neighbourhoods,S02002435,"Birniehill, Kelvin and Whitehills East",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190661 +190661,S00132771,6a2,Comfortable Suburbia,S01012720,Hamilton Centre and Low Parks - 05,1a,Cosmopolitan student neighbourhoods,S02002384,Hamilton Centre and Low Parks,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190662 +190662,S00131741,7c2,Constrained Young Families,S01012760,Blantyre South and Wheatlands - 02,4d,Hard-pressed flat dwellers,S02002392,Blantyre South and Wheatlands,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190663 +190663,S00132403,6a2,Comfortable Suburbia,S01012679,Stonehouse - 04,5c,Comfortable neighbourhoods,S02002376,Stonehouse,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190664 +190664,S00130295,7c2,Constrained Young Families,S01012869,Burnhill and Bankhead North - 05,4d,Hard-pressed flat dwellers,S02002410,Burnhill and Bankhead North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190665 +190665,S00132777,6a2,Comfortable Suburbia,S01012712,Silvertonhill - 01,8b,Ageing suburbanites,S02002383,Silvertonhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190666 +190666,S00131761,7c2,Constrained Young Families,S01012766,Low Blantyre and Bardykes - 02,5d,Endeavouring social renters,S02002393,Low Blantyre and Bardykes,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190667 +190667,S00131802,7c2,Constrained Young Families,S01012779,Burnbank North - 06,4a,Challenged white communities,S02002395,Burnbank North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190668 +190668,S00131803,7c2,Constrained Young Families,S01012779,Burnbank North - 06,4a,Challenged white communities,S02002395,Burnbank North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190669 +190669,S00131806,7c2,Constrained Young Families,S01012780,Burnbank North - 07,4d,Hard-pressed flat dwellers,S02002395,Burnbank North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190670 +190670,S00131807,7c2,Constrained Young Families,S01012780,Burnbank North - 07,4d,Hard-pressed flat dwellers,S02002395,Burnbank North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190671 +190671,S00131808,7c2,Constrained Young Families,S01012778,Burnbank North - 05,4a,Challenged white communities,S02002395,Burnbank North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190672 +190672,S00131812,7c2,Constrained Young Families,S01012778,Burnbank North - 05,4a,Challenged white communities,S02002395,Burnbank North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190673 +190673,S00131818,7c2,Constrained Young Families,S01012755,High Blantyre - 04,4d,Hard-pressed flat dwellers,S02002391,High Blantyre,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190674 +190674,S00131821,7c2,Constrained Young Families,S01012754,High Blantyre - 03,4a,Challenged white communities,S02002391,High Blantyre,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190675 +190675,S00131830,7c2,Constrained Young Families,S01012752,High Blantyre - 01,5d,Endeavouring social renters,S02002391,High Blantyre,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190676 +190676,S00131833,7c2,Constrained Young Families,S01012757,High Blantyre - 06,4a,Challenged white communities,S02002391,High Blantyre,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190677 +190677,S00131848,7c2,Constrained Young Families,S01012759,Blantyre South and Wheatlands - 01,4a,Challenged white communities,S02002392,Blantyre South and Wheatlands,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190678 +190678,S00131850,7c2,Constrained Young Families,S01012761,Blantyre South and Wheatlands - 03,4a,Challenged white communities,S02002392,Blantyre South and Wheatlands,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190679 +190679,S00131901,7c2,Constrained Young Families,S01012704,Eddlewood - 02,4a,Challenged white communities,S02002381,Eddlewood,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190680 +190680,S00131907,7c2,Constrained Young Families,S01012711,Low Waters - 04,4d,Hard-pressed flat dwellers,S02002382,Low Waters,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190681 +190681,S00131910,7c2,Constrained Young Families,S01012708,Low Waters - 01,4a,Challenged white communities,S02002382,Low Waters,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190682 +190682,S00131911,7c2,Constrained Young Families,S01012711,Low Waters - 04,4d,Hard-pressed flat dwellers,S02002382,Low Waters,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190683 +190683,S00131925,7c2,Constrained Young Families,S01012709,Low Waters - 02,5c,Comfortable neighbourhoods,S02002382,Low Waters,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190684 +190684,S00131976,7c2,Constrained Young Families,S01012727,Fairhill - 02,4a,Challenged white communities,S02002386,Fairhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190685 +190685,S00131992,7c2,Constrained Young Families,S01012728,Fairhill - 03,4d,Hard-pressed flat dwellers,S02002386,Fairhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190686 +190686,S00131994,7c2,Constrained Young Families,S01012728,Fairhill - 03,4d,Hard-pressed flat dwellers,S02002386,Fairhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190687 +190687,S00130323,7c2,Constrained Young Families,S01012866,Burnhill and Bankhead North - 02,4d,Hard-pressed flat dwellers,S02002410,Burnhill and Bankhead North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190688 +190688,S00132412,6a2,Comfortable Suburbia,S01012898,Nerston and EK Landward Area - 05,8c,Comfortable suburbia,S02002416,Nerston and EK Landward Area,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190689 +190689,S00132826,6a2,Comfortable Suburbia,S01012777,Burnbank North - 04,5b,Aspiring urban households,S02002395,Burnbank North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190690 +190690,S00131997,7c2,Constrained Young Families,S01012727,Fairhill - 02,4a,Challenged white communities,S02002386,Fairhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190691 +190691,S00132000,7c2,Constrained Young Families,S01012728,Fairhill - 03,4d,Hard-pressed flat dwellers,S02002386,Fairhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190692 +190692,S00132004,7c2,Constrained Young Families,S01012788,Burnbank South and Chantinghall - 01,4a,Challenged white communities,S02002397,Burnbank South and Chantinghall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190693 +190693,S00132022,7c2,Constrained Young Families,S01012736,Little Earnock - 04,5c,Comfortable neighbourhoods,S02002388,Little Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190694 +190694,S00132061,7c2,Constrained Young Families,S01012749,Hillhouse - 03,4d,Hard-pressed flat dwellers,S02002390,Hillhouse,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190695 +190695,S00132080,7c2,Constrained Young Families,S01012782,Burnbank Central and Udston - 02,4d,Hard-pressed flat dwellers,S02002396,Burnbank Central and Udston,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190696 +190696,S00132081,7c2,Constrained Young Families,S01012782,Burnbank Central and Udston - 02,4d,Hard-pressed flat dwellers,S02002396,Burnbank Central and Udston,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190697 +190697,S00132083,7c2,Constrained Young Families,S01012748,Hillhouse - 02,4a,Challenged white communities,S02002390,Hillhouse,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190698 +190698,S00132086,7c2,Constrained Young Families,S01012748,Hillhouse - 02,4a,Challenged white communities,S02002390,Hillhouse,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190699 +190699,S00132124,7c2,Constrained Young Families,S01012785,Burnbank Central and Udston - 05,4d,Hard-pressed flat dwellers,S02002396,Burnbank Central and Udston,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190700 +190700,S00132137,7c2,Constrained Young Families,S01012793,Whitehill - 01,4d,Hard-pressed flat dwellers,S02002398,Whitehill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190701 +190701,S00132414,6a2,Comfortable Suburbia,S01012898,Nerston and EK Landward Area - 05,8c,Comfortable suburbia,S02002416,Nerston and EK Landward Area,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190702 +190702,S00132415,6a2,Comfortable Suburbia,S01012898,Nerston and EK Landward Area - 05,8c,Comfortable suburbia,S02002416,Nerston and EK Landward Area,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190703 +190703,S00132492,6a2,Comfortable Suburbia,S01012952,"Thorntonhall, Jackton and Gardenhall - 05",2b,Prospering countryside life,S02002426,"Thorntonhall, Jackton and Gardenhall",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190704 +190704,S00132493,6a2,Comfortable Suburbia,S01012951,"Thorntonhall, Jackton and Gardenhall - 04",8c,Comfortable suburbia,S02002426,"Thorntonhall, Jackton and Gardenhall",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190705 +190705,S00132494,6a2,Comfortable Suburbia,S01012951,"Thorntonhall, Jackton and Gardenhall - 04",8c,Comfortable suburbia,S02002426,"Thorntonhall, Jackton and Gardenhall",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190706 +190706,S00132495,6a2,Comfortable Suburbia,S01012951,"Thorntonhall, Jackton and Gardenhall - 04",8c,Comfortable suburbia,S02002426,"Thorntonhall, Jackton and Gardenhall",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190707 +190707,S00132498,6a2,Comfortable Suburbia,S01012951,"Thorntonhall, Jackton and Gardenhall - 04",8c,Comfortable suburbia,S02002426,"Thorntonhall, Jackton and Gardenhall",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190708 +190708,S00132510,6a2,Comfortable Suburbia,S01012636,Hazelbank and Kirkfieldbank - 05,2c,Remoter communities,S02002367,Hazelbank and Kirkfieldbank,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190709 +190709,S00132555,6a2,Comfortable Suburbia,S01012631,Lanark South - 05,4a,Challenged white communities,S02002366,Lanark South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190710 +190710,S00132561,6a2,Comfortable Suburbia,S01012691,Strathaven North - 01,8c,Comfortable suburbia,S02002378,Strathaven North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190711 +190711,S00132564,6a2,Comfortable Suburbia,S01012693,Strathaven North - 03,8b,Ageing suburbanites,S02002378,Strathaven North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190712 +190712,S00132565,6a2,Comfortable Suburbia,S01012694,Strathaven North - 04,5b,Aspiring urban households,S02002378,Strathaven North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190713 +190713,S00132566,6a2,Comfortable Suburbia,S01012693,Strathaven North - 03,8b,Ageing suburbanites,S02002378,Strathaven North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190714 +190714,S00132567,6a2,Comfortable Suburbia,S01012693,Strathaven North - 03,8b,Ageing suburbanites,S02002378,Strathaven North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190715 +190715,S00132589,6a2,Comfortable Suburbia,S01012654,Ashgill and Netherburn - 02,2d,Rural traits,S02002371,Ashgill and Netherburn,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190716 +190716,S00132590,6a2,Comfortable Suburbia,S01012654,Ashgill and Netherburn - 02,2d,Rural traits,S02002371,Ashgill and Netherburn,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190717 +190717,S00132602,6a2,Comfortable Suburbia,S01012659,Merryton and Meadowhill - 04,8c,Comfortable suburbia,S02002372,Merryton and Meadowhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190718 +190718,S00132603,6a2,Comfortable Suburbia,S01012659,Merryton and Meadowhill - 04,8c,Comfortable suburbia,S02002372,Merryton and Meadowhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190719 +190719,S00132604,6a2,Comfortable Suburbia,S01012659,Merryton and Meadowhill - 04,8c,Comfortable suburbia,S02002372,Merryton and Meadowhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190720 +190720,S00132610,6a2,Comfortable Suburbia,S01012607,Carluke East - 02,5c,Comfortable neighbourhoods,S02002361,Carluke East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190721 +190721,S00130426,7c2,Constrained Young Families,S01012876,Spittal - 03,4a,Challenged white communities,S02002412,Spittal,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190722 +190722,S00132838,6a2,Comfortable Suburbia,S01012806,Bothwell North - 04,5c,Comfortable neighbourhoods,S02002400,Bothwell North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190723 +190723,S00132618,6a2,Comfortable Suburbia,S01012606,Carluke East - 01,8c,Comfortable suburbia,S02002361,Carluke East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190724 +190724,S00132619,6a2,Comfortable Suburbia,S01012606,Carluke East - 01,8c,Comfortable suburbia,S02002361,Carluke East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190725 +190725,S00132622,6a2,Comfortable Suburbia,S01012618,"Crossford, Braidwood and Yieldshields - 04",2d,Rural traits,S02002363,"Crossford, Braidwood and Yieldshields",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190726 +190726,S00132625,6a2,Comfortable Suburbia,S01012601,Carluke West - 04,8b,Ageing suburbanites,S02002359,Carluke West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190727 +190727,S00132665,6a2,Comfortable Suburbia,S01012941,Stewartfield East - 04,8c,Comfortable suburbia,S02002424,Stewartfield East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190728 +190728,S00132667,6a2,Comfortable Suburbia,S01012941,Stewartfield East - 04,8c,Comfortable suburbia,S02002424,Stewartfield East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190729 +190729,S00132668,6a2,Comfortable Suburbia,S01012941,Stewartfield East - 04,8c,Comfortable suburbia,S02002424,Stewartfield East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190730 +190730,S00132670,6a2,Comfortable Suburbia,S01012941,Stewartfield East - 04,8c,Comfortable suburbia,S02002424,Stewartfield East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190731 +190731,S00132671,6a2,Comfortable Suburbia,S01012946,Stewartfield West - 05,8c,Comfortable suburbia,S02002425,Stewartfield West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190732 +190732,S00132673,6a2,Comfortable Suburbia,S01012946,Stewartfield West - 05,8c,Comfortable suburbia,S02002425,Stewartfield West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190733 +190733,S00132674,6a2,Comfortable Suburbia,S01012941,Stewartfield East - 04,8c,Comfortable suburbia,S02002424,Stewartfield East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190734 +190734,S00132675,6a2,Comfortable Suburbia,S01012941,Stewartfield East - 04,8c,Comfortable suburbia,S02002424,Stewartfield East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190735 +190735,S00132680,6a2,Comfortable Suburbia,S01012945,Stewartfield West - 04,8a,Affluent communities,S02002425,Stewartfield West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190736 +190736,S00132683,6a2,Comfortable Suburbia,S01012938,Stewartfield East - 01,8a,Affluent communities,S02002424,Stewartfield East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190737 +190737,S00130427,7c2,Constrained Young Families,S01012876,Spittal - 03,4a,Challenged white communities,S02002412,Spittal,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190738 +190738,S00132852,6a2,Comfortable Suburbia,S01012947,Stewartfield West - 06,8a,Affluent communities,S02002425,Stewartfield West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190739 +190739,S00130441,7c2,Constrained Young Families,S01012892,Fernhill and Cathkin - 04,4d,Hard-pressed flat dwellers,S02002415,Fernhill and Cathkin,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190740 +190740,S00132853,6a2,Comfortable Suburbia,S01012947,Stewartfield West - 06,8a,Affluent communities,S02002425,Stewartfield West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190741 +190741,S00130452,7c2,Constrained Young Families,S01012874,Spittal - 01,4d,Hard-pressed flat dwellers,S02002412,Spittal,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190742 +190742,S00132854,6a2,Comfortable Suburbia,S01012947,Stewartfield West - 06,8a,Affluent communities,S02002425,Stewartfield West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190743 +190743,S00130453,7c2,Constrained Young Families,S01012893,Fernhill and Cathkin - 05,4d,Hard-pressed flat dwellers,S02002415,Fernhill and Cathkin,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190744 +190744,S00132857,6a2,Comfortable Suburbia,S01012945,Stewartfield West - 04,8a,Affluent communities,S02002425,Stewartfield West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190745 +190745,S00130456,7c2,Constrained Young Families,S01012891,Fernhill and Cathkin - 03,4a,Challenged white communities,S02002415,Fernhill and Cathkin,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190746 +190746,S00132858,6a2,Comfortable Suburbia,S01012945,Stewartfield West - 04,8a,Affluent communities,S02002425,Stewartfield West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190747 +190747,S00130472,7c2,Constrained Young Families,S01012875,Spittal - 02,4d,Hard-pressed flat dwellers,S02002412,Spittal,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190748 +190748,S00132859,6a2,Comfortable Suburbia,S01012593,Law - 02,8c,Comfortable suburbia,S02002358,Law,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190749 +190749,S00132865,6a2,Comfortable Suburbia,S01012705,Eddlewood - 03,8c,Comfortable suburbia,S02002381,Eddlewood,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190750 +190750,S00132866,6a2,Comfortable Suburbia,S01012705,Eddlewood - 03,8c,Comfortable suburbia,S02002381,Eddlewood,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190751 +190751,S00132867,6a2,Comfortable Suburbia,S01012705,Eddlewood - 03,8c,Comfortable suburbia,S02002381,Eddlewood,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190752 +190752,S00132868,6a2,Comfortable Suburbia,S01012703,Eddlewood - 01,8c,Comfortable suburbia,S02002381,Eddlewood,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190753 +190753,S00132869,6a2,Comfortable Suburbia,S01012703,Eddlewood - 01,8c,Comfortable suburbia,S02002381,Eddlewood,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190754 +190754,S00132870,6a2,Comfortable Suburbia,S01012703,Eddlewood - 01,8c,Comfortable suburbia,S02002381,Eddlewood,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190755 +190755,S00132873,6a2,Comfortable Suburbia,S01012646,Lesmahagow - 05,8c,Comfortable suburbia,S02002369,Lesmahagow,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190756 +190756,S00132878,6a2,Comfortable Suburbia,S01012932,East Mains - 03,5c,Comfortable neighbourhoods,S02002422,East Mains,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190757 +190757,S00130264,5b2,Communal Retirement,S01012834,Vicarland and Cairns - 05,4a,Challenged white communities,S02002404,Vicarland and Cairns,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190758 +190758,S00130337,5b2,Communal Retirement,S01012860,Shawfield and Clincarthill - 01,5a,Ageing urban communities,S02002409,Shawfield and Clincarthill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190759 +190759,S00130338,5b2,Communal Retirement,S01012860,Shawfield and Clincarthill - 01,5a,Ageing urban communities,S02002409,Shawfield and Clincarthill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190760 +190760,S00130374,5b2,Communal Retirement,S01012881,High Crosshill - 04,5a,Ageing urban communities,S02002413,High Crosshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190761 +190761,S00130741,5b2,Communal Retirement,S01012586,"Carstairs, Carstairs Junction and Carnwath - 06",2a,Ageing rural neighbourhoods,S02002356,"Carstairs, Carstairs Junction and Carnwath",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190762 +190762,S00130840,5b2,Communal Retirement,S01012576,"Biggar, Symington, Thankerton and Dolphinton - 03",5a,Ageing urban communities,S02002355,"Biggar, Symington, Thankerton and Dolphinton",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190763 +190763,S00130937,5b2,Communal Retirement,S01012684,Strathaven South - 01,5a,Ageing urban communities,S02002377,Strathaven South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190764 +190764,S00131016,5b2,Communal Retirement,S01012682,Stonehouse - 07,5a,Ageing urban communities,S02002376,Stonehouse,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190765 +190765,S00131193,5b2,Communal Retirement,S01012614,Carluke South - 04,5a,Ageing urban communities,S02002362,Carluke South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190766 +190766,S00131559,5b2,Communal Retirement,S01012989,Westwood East - 04,4a,Challenged white communities,S02002433,Westwood East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190767 +190767,S00131897,5b2,Communal Retirement,S01012718,Hamilton Centre and Low Parks - 03,5a,Ageing urban communities,S02002384,Hamilton Centre and Low Parks,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190768 +190768,S00132134,5b2,Communal Retirement,S01012793,Whitehill - 01,4d,Hard-pressed flat dwellers,S02002398,Whitehill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190769 +190769,S00132361,5b2,Communal Retirement,S01012809,Uddingston and Gardenside - 03,5c,Comfortable neighbourhoods,S02002401,Uddingston and Gardenside,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190770 +190770,S00132398,5b2,Communal Retirement,S01012628,Lanark South - 02,8a,Affluent communities,S02002366,Lanark South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190771 +190771,S00132594,5b2,Communal Retirement,S01012664,"Larkhall Central, Raploch, Millheugh and Burnhead - 05",5a,Ageing urban communities,S02002373,"Larkhall Central, Raploch, Millheugh and Burnhead",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190772 +190772,S00132691,5b2,Communal Retirement,S01012955,Hairmyres and Westwood West - 03,8a,Affluent communities,S02002427,Hairmyres and Westwood West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190773 +190773,S00130485,7c2,Constrained Young Families,S01012890,Fernhill and Cathkin - 02,4a,Challenged white communities,S02002415,Fernhill and Cathkin,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190774 +190774,S00130494,7c2,Constrained Young Families,S01012883,Burnside and Springhall - 02,4d,Hard-pressed flat dwellers,S02002414,Burnside and Springhall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190775 +190775,S00130496,7c2,Constrained Young Families,S01012883,Burnside and Springhall - 02,4d,Hard-pressed flat dwellers,S02002414,Burnside and Springhall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190776 +190776,S00130499,7c2,Constrained Young Families,S01012883,Burnside and Springhall - 02,4d,Hard-pressed flat dwellers,S02002414,Burnside and Springhall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190777 +190777,S00130549,7c2,Constrained Young Families,S01012892,Fernhill and Cathkin - 04,4d,Hard-pressed flat dwellers,S02002415,Fernhill and Cathkin,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190778 +190778,S00130556,7c2,Constrained Young Families,S01012826,Westburn and Newton - 06,4a,Challenged white communities,S02002403,Westburn and Newton,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190779 +190779,S00130561,7c2,Constrained Young Families,S01012826,Westburn and Newton - 06,4a,Challenged white communities,S02002403,Westburn and Newton,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190780 +190780,S00130574,7c2,Constrained Young Families,S01012838,Whitlawburn and Greenlees - 03,4d,Hard-pressed flat dwellers,S02002405,Whitlawburn and Greenlees,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190781 +190781,S00130584,7c2,Constrained Young Families,S01012882,Burnside and Springhall - 01,4d,Hard-pressed flat dwellers,S02002414,Burnside and Springhall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190782 +190782,S00130602,7c2,Constrained Young Families,S01012869,Burnhill and Bankhead North - 05,4d,Hard-pressed flat dwellers,S02002410,Burnhill and Bankhead North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190783 +190783,S00130806,7c2,Constrained Young Families,S01012637,"Douglas, Coalburn and Rigside - 01",4a,Challenged white communities,S02002368,"Douglas, Coalburn and Rigside",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190784 +190784,S00130826,7c2,Constrained Young Families,S01012640,"Douglas, Coalburn and Rigside - 04",4a,Challenged white communities,S02002368,"Douglas, Coalburn and Rigside",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190785 +190785,S00130842,7c2,Constrained Young Families,S01012642,Lesmahagow - 01,4a,Challenged white communities,S02002369,Lesmahagow,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190786 +190786,S00130844,7c2,Constrained Young Families,S01012642,Lesmahagow - 01,4a,Challenged white communities,S02002369,Lesmahagow,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190787 +190787,S00130849,7c2,Constrained Young Families,S01012642,Lesmahagow - 01,4a,Challenged white communities,S02002369,Lesmahagow,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190788 +190788,S00130851,7c2,Constrained Young Families,S01012644,Lesmahagow - 03,4a,Challenged white communities,S02002369,Lesmahagow,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190789 +190789,S00130874,7c2,Constrained Young Families,S01012651,Kirkmuirhill and Blackwood - 05,4a,Challenged white communities,S02002370,Kirkmuirhill and Blackwood,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190790 +190790,S00130915,7c2,Constrained Young Families,S01012631,Lanark South - 05,4a,Challenged white communities,S02002366,Lanark South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190791 +190791,S00130916,7c2,Constrained Young Families,S01012631,Lanark South - 05,4a,Challenged white communities,S02002366,Lanark South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190792 +190792,S00130917,7c2,Constrained Young Families,S01012635,Hazelbank and Kirkfieldbank - 04,2d,Rural traits,S02002367,Hazelbank and Kirkfieldbank,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190793 +190793,S00130985,7c2,Constrained Young Families,S01012634,Hazelbank and Kirkfieldbank - 03,5c,Comfortable neighbourhoods,S02002367,Hazelbank and Kirkfieldbank,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190794 +190794,S00130989,7c2,Constrained Young Families,S01012581,"Carstairs, Carstairs Junction and Carnwath - 01",5d,Endeavouring social renters,S02002356,"Carstairs, Carstairs Junction and Carnwath",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190795 +190795,S00131010,7c2,Constrained Young Families,S01012679,Stonehouse - 04,5c,Comfortable neighbourhoods,S02002376,Stonehouse,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190796 +190796,S00131011,7c2,Constrained Young Families,S01012677,Stonehouse - 02,4a,Challenged white communities,S02002376,Stonehouse,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190797 +190797,S00131014,7c2,Constrained Young Families,S01012681,Stonehouse - 06,2d,Rural traits,S02002376,Stonehouse,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190798 +190798,S00131023,7c2,Constrained Young Families,S01012683,Stonehouse - 08,5c,Comfortable neighbourhoods,S02002376,Stonehouse,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190799 +190799,S00131062,7c2,Constrained Young Families,S01012672,Strutherhill - 02,4a,Challenged white communities,S02002375,Strutherhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190800 +190800,S00130414,7b3,Endeavouring Flat Dwellers,S01012855,"Burgh, Eastfield and Silverbank - 08",3a,Achieving neighbourhoods,S02002407,"Burgh, Eastfield and Silverbank",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190801 +190801,S00130417,7b3,Endeavouring Flat Dwellers,S01012855,"Burgh, Eastfield and Silverbank - 08",3a,Achieving neighbourhoods,S02002407,"Burgh, Eastfield and Silverbank",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190802 +190802,S00131402,7b3,Endeavouring Flat Dwellers,S01012904,Calderwood East - 04,4a,Challenged white communities,S02002417,Calderwood East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190803 +190803,S00130422,7b3,Endeavouring Flat Dwellers,S01012856,Farme Cross and Gallowflat North - 01,4d,Hard-pressed flat dwellers,S02002408,Farme Cross and Gallowflat North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190804 +190804,S00130424,7b3,Endeavouring Flat Dwellers,S01012858,Farme Cross and Gallowflat North - 03,4d,Hard-pressed flat dwellers,S02002408,Farme Cross and Gallowflat North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190805 +190805,S00130429,7b3,Endeavouring Flat Dwellers,S01012876,Spittal - 03,4a,Challenged white communities,S02002412,Spittal,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190806 +190806,S00131409,7b3,Endeavouring Flat Dwellers,S01012899,Nerston and EK Landward Area - 06,4d,Hard-pressed flat dwellers,S02002416,Nerston and EK Landward Area,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190807 +190807,S00130431,7b3,Endeavouring Flat Dwellers,S01012876,Spittal - 03,4a,Challenged white communities,S02002412,Spittal,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190808 +190808,S00131411,7b3,Endeavouring Flat Dwellers,S01012899,Nerston and EK Landward Area - 06,4d,Hard-pressed flat dwellers,S02002416,Nerston and EK Landward Area,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190809 +190809,S00130442,7b3,Endeavouring Flat Dwellers,S01012892,Fernhill and Cathkin - 04,4d,Hard-pressed flat dwellers,S02002415,Fernhill and Cathkin,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190810 +190810,S00131418,7b3,Endeavouring Flat Dwellers,S01012903,Calderwood East - 03,4d,Hard-pressed flat dwellers,S02002417,Calderwood East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190811 +190811,S00130454,7b3,Endeavouring Flat Dwellers,S01012893,Fernhill and Cathkin - 05,4d,Hard-pressed flat dwellers,S02002415,Fernhill and Cathkin,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190812 +190812,S00131425,7b3,Endeavouring Flat Dwellers,S01012901,Calderwood East - 01,4d,Hard-pressed flat dwellers,S02002417,Calderwood East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190813 +190813,S00130498,7b3,Endeavouring Flat Dwellers,S01012884,Burnside and Springhall - 03,4d,Hard-pressed flat dwellers,S02002414,Burnside and Springhall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190814 +190814,S00132474,7b3,Endeavouring Flat Dwellers,S01012988,Westwood East - 03,4a,Challenged white communities,S02002433,Westwood East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190815 +190815,S00131934,6a3,Detached Retirement Living,S01012712,Silvertonhill - 01,8b,Ageing suburbanites,S02002383,Silvertonhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190816 +190816,S00130468,6a3,Detached Retirement Living,S01012888,Burnside and Springhall - 07,8a,Affluent communities,S02002414,Burnside and Springhall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190817 +190817,S00131434,7b3,Endeavouring Flat Dwellers,S01012930,East Mains - 01,5a,Ageing urban communities,S02002422,East Mains,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190818 +190818,S00131437,7b3,Endeavouring Flat Dwellers,S01012930,East Mains - 01,5a,Ageing urban communities,S02002422,East Mains,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190819 +190819,S00131438,7b3,Endeavouring Flat Dwellers,S01012930,East Mains - 01,5a,Ageing urban communities,S02002422,East Mains,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190820 +190820,S00131452,7b3,Endeavouring Flat Dwellers,S01012931,East Mains - 02,5c,Comfortable neighbourhoods,S02002422,East Mains,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190821 +190821,S00131531,7b3,Endeavouring Flat Dwellers,S01012956,Hairmyres and Westwood West - 04,5a,Ageing urban communities,S02002427,Hairmyres and Westwood West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190822 +190822,S00131535,7b3,Endeavouring Flat Dwellers,S01012984,Westwood South - 05,4a,Challenged white communities,S02002432,Westwood South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190823 +190823,S00131548,7b3,Endeavouring Flat Dwellers,S01012986,Westwood East - 01,4a,Challenged white communities,S02002433,Westwood East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190824 +190824,S00131550,7b3,Endeavouring Flat Dwellers,S01012986,Westwood East - 01,4a,Challenged white communities,S02002433,Westwood East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190825 +190825,S00131551,7b3,Endeavouring Flat Dwellers,S01012986,Westwood East - 01,4a,Challenged white communities,S02002433,Westwood East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190826 +190826,S00131564,7b3,Endeavouring Flat Dwellers,S01012957,Hairmyres and Westwood West - 05,4a,Challenged white communities,S02002427,Hairmyres and Westwood West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190827 +190827,S00131565,7b3,Endeavouring Flat Dwellers,S01012957,Hairmyres and Westwood West - 05,4a,Challenged white communities,S02002427,Hairmyres and Westwood West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190828 +190828,S00131621,7b3,Endeavouring Flat Dwellers,S01012978,Greenhills - 04,4a,Challenged white communities,S02002431,Greenhills,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190829 +190829,S00131625,7b3,Endeavouring Flat Dwellers,S01012980,Westwood South - 01,4d,Hard-pressed flat dwellers,S02002432,Westwood South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190830 +190830,S00131634,7b3,Endeavouring Flat Dwellers,S01012981,Westwood South - 02,4a,Challenged white communities,S02002432,Westwood South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190831 +190831,S00131635,7b3,Endeavouring Flat Dwellers,S01012982,Westwood South - 03,4a,Challenged white communities,S02002432,Westwood South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190832 +190832,S00131642,7b3,Endeavouring Flat Dwellers,S01012974,Whitehills West - 05,4a,Challenged white communities,S02002430,Whitehills West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190833 +190833,S00130809,7b1,Eastern European Communities,S01012637,"Douglas, Coalburn and Rigside - 01",4a,Challenged white communities,S02002368,"Douglas, Coalburn and Rigside",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190834 +190834,S00131380,5a3,Families in Terraces and Flats,S01012909,Calderwood Central - 04,4a,Challenged white communities,S02002418,Calderwood Central,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190835 +190835,S00130195,8b2,Hard-Pressed Rented Terraces,S01012824,Westburn and Newton - 04,5c,Comfortable neighbourhoods,S02002403,Westburn and Newton,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190836 +190836,S00131659,7b3,Endeavouring Flat Dwellers,S01012994,The Murray - 05,4d,Hard-pressed flat dwellers,S02002434,The Murray,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190837 +190837,S00131664,7b3,Endeavouring Flat Dwellers,S01012994,The Murray - 05,4d,Hard-pressed flat dwellers,S02002434,The Murray,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190838 +190838,S00131673,7b3,Endeavouring Flat Dwellers,S01012994,The Murray - 05,4d,Hard-pressed flat dwellers,S02002434,The Murray,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190839 +190839,S00131676,7b3,Endeavouring Flat Dwellers,S01012993,The Murray - 04,4d,Hard-pressed flat dwellers,S02002434,The Murray,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190840 +190840,S00131854,7b3,Endeavouring Flat Dwellers,S01012710,Low Waters - 03,5c,Comfortable neighbourhoods,S02002382,Low Waters,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190841 +190841,S00131855,7b3,Endeavouring Flat Dwellers,S01012710,Low Waters - 03,5c,Comfortable neighbourhoods,S02002382,Low Waters,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190842 +190842,S00131859,7b3,Endeavouring Flat Dwellers,S01012722,Laighstonehall - 02,4d,Hard-pressed flat dwellers,S02002385,Laighstonehall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190843 +190843,S00131860,7b3,Endeavouring Flat Dwellers,S01012723,Laighstonehall - 03,4d,Hard-pressed flat dwellers,S02002385,Laighstonehall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190844 +190844,S00131872,7b3,Endeavouring Flat Dwellers,S01012715,Silvertonhill - 04,4d,Hard-pressed flat dwellers,S02002383,Silvertonhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190845 +190845,S00131874,7b3,Endeavouring Flat Dwellers,S01012725,Laighstonehall - 05,3c,Highly qualified professionals,S02002385,Laighstonehall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190846 +190846,S00131892,7b3,Endeavouring Flat Dwellers,S01012719,Hamilton Centre and Low Parks - 04,3d,Households in terraces and flats,S02002384,Hamilton Centre and Low Parks,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190847 +190847,S00131896,7b3,Endeavouring Flat Dwellers,S01012720,Hamilton Centre and Low Parks - 05,1a,Cosmopolitan student neighbourhoods,S02002384,Hamilton Centre and Low Parks,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190848 +190848,S00131908,7b3,Endeavouring Flat Dwellers,S01012708,Low Waters - 01,4a,Challenged white communities,S02002382,Low Waters,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190849 +190849,S00131951,7b3,Endeavouring Flat Dwellers,S01012715,Silvertonhill - 04,4d,Hard-pressed flat dwellers,S02002383,Silvertonhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190850 +190850,S00132069,7b3,Endeavouring Flat Dwellers,S01012751,Hillhouse - 05,4a,Challenged white communities,S02002390,Hillhouse,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190851 +190851,S00132109,7b3,Endeavouring Flat Dwellers,S01012774,Burnbank North - 01,5a,Ageing urban communities,S02002395,Burnbank North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190852 +190852,S00132120,7b3,Endeavouring Flat Dwellers,S01012785,Burnbank Central and Udston - 05,4d,Hard-pressed flat dwellers,S02002396,Burnbank Central and Udston,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190853 +190853,S00132133,7b3,Endeavouring Flat Dwellers,S01012793,Whitehill - 01,4d,Hard-pressed flat dwellers,S02002398,Whitehill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190854 +190854,S00132167,7b3,Endeavouring Flat Dwellers,S01012787,Burnbank Central and Udston - 07,5c,Comfortable neighbourhoods,S02002396,Burnbank Central and Udston,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190855 +190855,S00132237,7b3,Endeavouring Flat Dwellers,S01012810,Uddingston and Gardenside - 04,4d,Hard-pressed flat dwellers,S02002401,Uddingston and Gardenside,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190856 +190856,S00132239,7b3,Endeavouring Flat Dwellers,S01012810,Uddingston and Gardenside - 04,4d,Hard-pressed flat dwellers,S02002401,Uddingston and Gardenside,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190857 +190857,S00132242,7b3,Endeavouring Flat Dwellers,S01012809,Uddingston and Gardenside - 03,5c,Comfortable neighbourhoods,S02002401,Uddingston and Gardenside,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190858 +190858,S00132243,7b3,Endeavouring Flat Dwellers,S01012809,Uddingston and Gardenside - 03,5c,Comfortable neighbourhoods,S02002401,Uddingston and Gardenside,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190859 +190859,S00132335,7b3,Endeavouring Flat Dwellers,S01012627,Lanark South - 01,5c,Comfortable neighbourhoods,S02002366,Lanark South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190860 +190860,S00132455,7b3,Endeavouring Flat Dwellers,S01012927,St Leonards South - 05,4a,Challenged white communities,S02002421,St Leonards South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190861 +190861,S00132461,7b3,Endeavouring Flat Dwellers,S01012904,Calderwood East - 04,4a,Challenged white communities,S02002417,Calderwood East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190862 +190862,S00132462,7b3,Endeavouring Flat Dwellers,S01012899,Nerston and EK Landward Area - 06,4d,Hard-pressed flat dwellers,S02002416,Nerston and EK Landward Area,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190863 +190863,S00132464,7b3,Endeavouring Flat Dwellers,S01012902,Calderwood East - 02,4a,Challenged white communities,S02002417,Calderwood East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190864 +190864,S00132469,7b3,Endeavouring Flat Dwellers,S01012922,St Leonards North - 07,5c,Comfortable neighbourhoods,S02002420,St Leonards North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190865 +190865,S00132489,7b3,Endeavouring Flat Dwellers,S01012784,Burnbank Central and Udston - 04,4a,Challenged white communities,S02002396,Burnbank Central and Udston,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190866 +190866,S00131936,6a3,Detached Retirement Living,S01012714,Silvertonhill - 03,8b,Ageing suburbanites,S02002383,Silvertonhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190867 +190867,S00130500,7b3,Endeavouring Flat Dwellers,S01012882,Burnside and Springhall - 01,4d,Hard-pressed flat dwellers,S02002414,Burnside and Springhall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190868 +190868,S00131937,6a3,Detached Retirement Living,S01012714,Silvertonhill - 03,8b,Ageing suburbanites,S02002383,Silvertonhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190869 +190869,S00130660,6a3,Detached Retirement Living,S01012814,"Halfway, Hallside and Drumsagard - 01",8c,Comfortable suburbia,S02002402,"Halfway, Hallside and Drumsagard",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190870 +190870,S00132640,7b3,Endeavouring Flat Dwellers,S01012896,Nerston and EK Landward Area - 03,4d,Hard-pressed flat dwellers,S02002416,Nerston and EK Landward Area,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190871 +190871,S00130204,8b2,Hard-Pressed Rented Terraces,S01012816,"Halfway, Hallside and Drumsagard - 03",3a,Achieving neighbourhoods,S02002402,"Halfway, Hallside and Drumsagard",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190872 +190872,S00131715,7b1,Eastern European Communities,S01012596,Law - 05,4a,Challenged white communities,S02002358,Law,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190873 +190873,S00131392,5a3,Families in Terraces and Flats,S01012910,Calderwood Central - 05,4d,Hard-pressed flat dwellers,S02002418,Calderwood Central,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190874 +190874,S00131861,7b1,Eastern European Communities,S01012722,Laighstonehall - 02,4d,Hard-pressed flat dwellers,S02002385,Laighstonehall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190875 +190875,S00130505,7b3,Endeavouring Flat Dwellers,S01012885,Burnside and Springhall - 04,4d,Hard-pressed flat dwellers,S02002414,Burnside and Springhall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190876 +190876,S00132649,7b3,Endeavouring Flat Dwellers,S01012918,St Leonards North - 03,4d,Hard-pressed flat dwellers,S02002420,St Leonards North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190877 +190877,S00130506,7b3,Endeavouring Flat Dwellers,S01012885,Burnside and Springhall - 04,4d,Hard-pressed flat dwellers,S02002414,Burnside and Springhall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190878 +190878,S00131999,7b1,Eastern European Communities,S01012728,Fairhill - 03,4d,Hard-pressed flat dwellers,S02002386,Fairhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190879 +190879,S00131513,5a3,Families in Terraces and Flats,S01012983,Westwood South - 04,5b,Aspiring urban households,S02002432,Westwood South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190880 +190880,S00130219,8b2,Hard-Pressed Rented Terraces,S01012839,Whitlawburn and Greenlees - 04,5c,Comfortable neighbourhoods,S02002405,Whitlawburn and Greenlees,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190881 +190881,S00130763,6a3,Detached Retirement Living,S01012647,Kirkmuirhill and Blackwood - 01,8c,Comfortable suburbia,S02002370,Kirkmuirhill and Blackwood,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190882 +190882,S00131939,6a3,Detached Retirement Living,S01012716,Hamilton Centre and Low Parks - 01,8a,Affluent communities,S02002384,Hamilton Centre and Low Parks,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190883 +190883,S00130803,6a3,Detached Retirement Living,S01012574,"Biggar, Symington, Thankerton and Dolphinton - 01",2c,Remoter communities,S02002355,"Biggar, Symington, Thankerton and Dolphinton",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190884 +190884,S00132059,7b1,Eastern European Communities,S01012749,Hillhouse - 03,4d,Hard-pressed flat dwellers,S02002390,Hillhouse,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190885 +190885,S00131956,6a3,Detached Retirement Living,S01012716,Hamilton Centre and Low Parks - 01,8a,Affluent communities,S02002384,Hamilton Centre and Low Parks,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190886 +190886,S00130528,7b3,Endeavouring Flat Dwellers,S01012858,Farme Cross and Gallowflat North - 03,4d,Hard-pressed flat dwellers,S02002408,Farme Cross and Gallowflat North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190887 +190887,S00131609,5a3,Families in Terraces and Flats,S01012973,Whitehills West - 04,4a,Challenged white communities,S02002430,Whitehills West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190888 +190888,S00130257,8b2,Hard-Pressed Rented Terraces,S01012835,Vicarland and Cairns - 06,4d,Hard-pressed flat dwellers,S02002404,Vicarland and Cairns,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190889 +190889,S00132658,7b3,Endeavouring Flat Dwellers,S01012931,East Mains - 02,5c,Comfortable neighbourhoods,S02002422,East Mains,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190890 +190890,S00130805,6a3,Detached Retirement Living,S01012574,"Biggar, Symington, Thankerton and Dolphinton - 01",2c,Remoter communities,S02002355,"Biggar, Symington, Thankerton and Dolphinton",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190891 +190891,S00132659,7b3,Endeavouring Flat Dwellers,S01012931,East Mains - 02,5c,Comfortable neighbourhoods,S02002422,East Mains,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190892 +190892,S00132062,7b1,Eastern European Communities,S01012749,Hillhouse - 03,4d,Hard-pressed flat dwellers,S02002390,Hillhouse,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190893 +190893,S00132014,6a3,Detached Retirement Living,S01012791,Burnbank South and Chantinghall - 04,8b,Ageing suburbanites,S02002397,Burnbank South and Chantinghall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190894 +190894,S00130530,7b3,Endeavouring Flat Dwellers,S01012859,Farme Cross and Gallowflat North - 04,4d,Hard-pressed flat dwellers,S02002408,Farme Cross and Gallowflat North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190895 +190895,S00131657,5a3,Families in Terraces and Flats,S01012999,"Birniehill, Kelvin and Whitehills East - 05",4a,Challenged white communities,S02002435,"Birniehill, Kelvin and Whitehills East",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190896 +190896,S00130260,8b2,Hard-Pressed Rented Terraces,S01012835,Vicarland and Cairns - 06,4d,Hard-pressed flat dwellers,S02002404,Vicarland and Cairns,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190897 +190897,S00132695,7b3,Endeavouring Flat Dwellers,S01012955,Hairmyres and Westwood West - 03,8a,Affluent communities,S02002427,Hairmyres and Westwood West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190898 +190898,S00132037,5a3,Families in Terraces and Flats,S01012741,Earnock - 01,8c,Comfortable suburbia,S02002389,Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190899 +190899,S00132138,5a3,Families in Terraces and Flats,S01012794,Whitehill - 02,3c,Highly qualified professionals,S02002398,Whitehill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190900 +190900,S00132155,5a3,Families in Terraces and Flats,S01012796,Whitehill - 04,4a,Challenged white communities,S02002398,Whitehill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190901 +190901,S00132241,5a3,Families in Terraces and Flats,S01012812,Uddingston and Gardenside - 06,5c,Comfortable neighbourhoods,S02002401,Uddingston and Gardenside,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190902 +190902,S00132329,5a3,Families in Terraces and Flats,S01012721,Laighstonehall - 01,5c,Comfortable neighbourhoods,S02002385,Laighstonehall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190903 +190903,S00132661,5a3,Families in Terraces and Flats,S01012914,Calderwood West and Nerston - 04,4a,Challenged white communities,S02002419,Calderwood West and Nerston,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190904 +190904,S00132755,5a3,Families in Terraces and Flats,S01012779,Burnbank North - 06,4a,Challenged white communities,S02002395,Burnbank North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190905 +190905,S00132757,5a3,Families in Terraces and Flats,S01012780,Burnbank North - 07,4d,Hard-pressed flat dwellers,S02002395,Burnbank North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190906 +190906,S00132791,5a3,Families in Terraces and Flats,S01012737,Little Earnock - 05,5b,Aspiring urban households,S02002388,Little Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190907 +190907,S00130155,7a2,Hampered Aspiration,S01012849,"Burgh, Eastfield and Silverbank - 02",4d,Hard-pressed flat dwellers,S02002407,"Burgh, Eastfield and Silverbank",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190908 +190908,S00130447,7a2,Hampered Aspiration,S01012892,Fernhill and Cathkin - 04,4d,Hard-pressed flat dwellers,S02002415,Fernhill and Cathkin,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190909 +190909,S00130479,7a2,Hampered Aspiration,S01012875,Spittal - 02,4d,Hard-pressed flat dwellers,S02002412,Spittal,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190910 +190910,S00130886,7a2,Hampered Aspiration,S01012619,Lanark North West - 01,5a,Ageing urban communities,S02002364,Lanark North West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190911 +190911,S00131283,7a2,Hampered Aspiration,S01012923,St Leonards South - 01,4a,Challenged white communities,S02002421,St Leonards South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190912 +190912,S00131341,7a2,Hampered Aspiration,S01012921,St Leonards North - 06,4d,Hard-pressed flat dwellers,S02002420,St Leonards North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190913 +190913,S00131524,7a2,Hampered Aspiration,S01012981,Westwood South - 02,4a,Challenged white communities,S02002432,Westwood South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190914 +190914,S00130839,6a3,Detached Retirement Living,S01012576,"Biggar, Symington, Thankerton and Dolphinton - 03",5a,Ageing urban communities,S02002355,"Biggar, Symington, Thankerton and Dolphinton",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190915 +190915,S00131650,7a2,Hampered Aspiration,S01013000,"Birniehill, Kelvin and Whitehills East - 06",4a,Challenged white communities,S02002435,"Birniehill, Kelvin and Whitehills East",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190916 +190916,S00131674,7a2,Hampered Aspiration,S01012994,The Murray - 05,4d,Hard-pressed flat dwellers,S02002434,The Murray,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190917 +190917,S00131677,7a2,Hampered Aspiration,S01012991,The Murray - 02,4a,Challenged white communities,S02002434,The Murray,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190918 +190918,S00131682,7a2,Hampered Aspiration,S01012993,The Murray - 04,4d,Hard-pressed flat dwellers,S02002434,The Murray,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190919 +190919,S00131926,7a2,Hampered Aspiration,S01012709,Low Waters - 02,5c,Comfortable neighbourhoods,S02002382,Low Waters,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190920 +190920,S00131943,7a2,Hampered Aspiration,S01012717,Hamilton Centre and Low Parks - 02,4d,Hard-pressed flat dwellers,S02002384,Hamilton Centre and Low Parks,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190921 +190921,S00132101,7a2,Hampered Aspiration,S01012792,Burnbank South and Chantinghall - 05,4d,Hard-pressed flat dwellers,S02002397,Burnbank South and Chantinghall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190922 +190922,S00132153,7a2,Hampered Aspiration,S01012796,Whitehill - 04,4a,Challenged white communities,S02002398,Whitehill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190923 +190923,S00132163,7a2,Hampered Aspiration,S01012775,Burnbank North - 02,5c,Comfortable neighbourhoods,S02002395,Burnbank North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190924 +190924,S00132560,7a2,Hampered Aspiration,S01012688,Strathaven South - 05,5c,Comfortable neighbourhoods,S02002377,Strathaven South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190925 +190925,S00132652,7a2,Hampered Aspiration,S01012901,Calderwood East - 01,4d,Hard-pressed flat dwellers,S02002417,Calderwood East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190926 +190926,S00132660,7a2,Hampered Aspiration,S01012914,Calderwood West and Nerston - 04,4a,Challenged white communities,S02002419,Calderwood West and Nerston,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190927 +190927,S00132718,7a2,Hampered Aspiration,S01012974,Whitehills West - 05,4a,Challenged white communities,S02002430,Whitehills West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190928 +190928,S00132779,7a2,Hampered Aspiration,S01012717,Hamilton Centre and Low Parks - 02,4d,Hard-pressed flat dwellers,S02002384,Hamilton Centre and Low Parks,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190929 +190929,S00130285,8d2,Hard-Pressed Ethnic Mix,S01012830,Vicarland and Cairns - 01,5c,Comfortable neighbourhoods,S02002404,Vicarland and Cairns,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190930 +190930,S00130892,8d2,Hard-Pressed Ethnic Mix,S01012624,Lanark North East - 02,4a,Challenged white communities,S02002365,Lanark North East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190931 +190931,S00131455,8d2,Hard-Pressed Ethnic Mix,S01012914,Calderwood West and Nerston - 04,4a,Challenged white communities,S02002419,Calderwood West and Nerston,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190932 +190932,S00131638,8d2,Hard-Pressed Ethnic Mix,S01012981,Westwood South - 02,4a,Challenged white communities,S02002432,Westwood South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190933 +190933,S00131968,8d2,Hard-Pressed Ethnic Mix,S01012735,Little Earnock - 03,4a,Challenged white communities,S02002388,Little Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190934 +190934,S00132016,8d2,Hard-Pressed Ethnic Mix,S01012789,Burnbank South and Chantinghall - 02,5c,Comfortable neighbourhoods,S02002397,Burnbank South and Chantinghall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190935 +190935,S00130275,8d3,Hard-Pressed European Settlers,S01012833,Vicarland and Cairns - 04,4a,Challenged white communities,S02002404,Vicarland and Cairns,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190936 +190936,S00130828,8d3,Hard-Pressed European Settlers,S01012640,"Douglas, Coalburn and Rigside - 04",4a,Challenged white communities,S02002368,"Douglas, Coalburn and Rigside",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190937 +190937,S00131085,8d3,Hard-Pressed European Settlers,S01012675,Strutherhill - 05,4a,Challenged white communities,S02002375,Strutherhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190938 +190938,S00131344,8d3,Hard-Pressed European Settlers,S01012922,St Leonards North - 07,5c,Comfortable neighbourhoods,S02002420,St Leonards North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190939 +190939,S00131775,8d3,Hard-Pressed European Settlers,S01012764,Blantyre South and Wheatlands - 06,4a,Challenged white communities,S02002392,Blantyre South and Wheatlands,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190940 +190940,S00132147,8d3,Hard-Pressed European Settlers,S01012795,Whitehill - 03,4a,Challenged white communities,S02002398,Whitehill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190941 +190941,S00132156,8d3,Hard-Pressed European Settlers,S01012796,Whitehill - 04,4a,Challenged white communities,S02002398,Whitehill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190942 +190942,S00130182,8b2,Hard-Pressed Rented Terraces,S01012829,Westburn and Newton - 09,4a,Challenged white communities,S02002403,Westburn and Newton,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190943 +190943,S00130186,8b2,Hard-Pressed Rented Terraces,S01012819,"Halfway, Hallside and Drumsagard - 06",4d,Hard-pressed flat dwellers,S02002402,"Halfway, Hallside and Drumsagard",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190944 +190944,S00132082,7b1,Eastern European Communities,S01012748,Hillhouse - 02,4a,Challenged white communities,S02002390,Hillhouse,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190945 +190945,S00132759,7b3,Endeavouring Flat Dwellers,S01012770,Blantytre North and Coatshill - 01,5c,Comfortable neighbourhoods,S02002394,Blantytre North and Coatshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190946 +190946,S00130544,7b3,Endeavouring Flat Dwellers,S01012863,Shawfield and Clincarthill - 04,4d,Hard-pressed flat dwellers,S02002409,Shawfield and Clincarthill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190947 +190947,S00132114,7b1,Eastern European Communities,S01012785,Burnbank Central and Udston - 05,4d,Hard-pressed flat dwellers,S02002396,Burnbank Central and Udston,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190948 +190948,S00132046,6a3,Detached Retirement Living,S01012743,Earnock - 03,8b,Ageing suburbanites,S02002389,Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190949 +190949,S00130268,8b2,Hard-Pressed Rented Terraces,S01012832,Vicarland and Cairns - 03,5d,Endeavouring social renters,S02002404,Vicarland and Cairns,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190950 +190950,S00132048,6a3,Detached Retirement Living,S01012743,Earnock - 03,8b,Ageing suburbanites,S02002389,Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190951 +190951,S00130872,6a3,Detached Retirement Living,S01012650,Kirkmuirhill and Blackwood - 04,5c,Comfortable neighbourhoods,S02002370,Kirkmuirhill and Blackwood,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190952 +190952,S00132122,7b1,Eastern European Communities,S01012785,Burnbank Central and Udston - 05,4d,Hard-pressed flat dwellers,S02002396,Burnbank Central and Udston,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190953 +190953,S00132770,7b3,Endeavouring Flat Dwellers,S01012719,Hamilton Centre and Low Parks - 04,3d,Households in terraces and flats,S02002384,Hamilton Centre and Low Parks,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190954 +190954,S00132089,6a3,Detached Retirement Living,S01012747,Hillhouse - 01,5d,Endeavouring social renters,S02002390,Hillhouse,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190955 +190955,S00132125,7b1,Eastern European Communities,S01012786,Burnbank Central and Udston - 06,4d,Hard-pressed flat dwellers,S02002396,Burnbank Central and Udston,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190956 +190956,S00130875,6a3,Detached Retirement Living,S01012650,Kirkmuirhill and Blackwood - 04,5c,Comfortable neighbourhoods,S02002370,Kirkmuirhill and Blackwood,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190957 +190957,S00130276,8b2,Hard-Pressed Rented Terraces,S01012832,Vicarland and Cairns - 03,5d,Endeavouring social renters,S02002404,Vicarland and Cairns,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190958 +190958,S00130546,7b3,Endeavouring Flat Dwellers,S01012863,Shawfield and Clincarthill - 04,4d,Hard-pressed flat dwellers,S02002409,Shawfield and Clincarthill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190959 +190959,S00132772,7b3,Endeavouring Flat Dwellers,S01012725,Laighstonehall - 05,3c,Highly qualified professionals,S02002385,Laighstonehall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190960 +190960,S00130331,8b2,Hard-Pressed Rented Terraces,S01012870,Bankhead South - 01,5c,Comfortable neighbourhoods,S02002411,Bankhead South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190961 +190961,S00130876,6a3,Detached Retirement Living,S01012652,Kirkmuirhill and Blackwood - 06,8b,Ageing suburbanites,S02002370,Kirkmuirhill and Blackwood,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190962 +190962,S00132098,6a3,Detached Retirement Living,S01012791,Burnbank South and Chantinghall - 04,8b,Ageing suburbanites,S02002397,Burnbank South and Chantinghall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190963 +190963,S00130560,7b3,Endeavouring Flat Dwellers,S01012882,Burnside and Springhall - 01,4d,Hard-pressed flat dwellers,S02002414,Burnside and Springhall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190964 +190964,S00132126,7b1,Eastern European Communities,S01012786,Burnbank Central and Udston - 06,4d,Hard-pressed flat dwellers,S02002396,Burnbank Central and Udston,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190965 +190965,S00132806,7b3,Endeavouring Flat Dwellers,S01012782,Burnbank Central and Udston - 02,4d,Hard-pressed flat dwellers,S02002396,Burnbank Central and Udston,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190966 +190966,S00130334,8b2,Hard-Pressed Rented Terraces,S01012870,Bankhead South - 01,5c,Comfortable neighbourhoods,S02002411,Bankhead South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190967 +190967,S00130880,6a3,Detached Retirement Living,S01012621,Lanark North West - 03,5c,Comfortable neighbourhoods,S02002364,Lanark North West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190968 +190968,S00132189,6a3,Detached Retirement Living,S01012799,Bothwell South - 02,5c,Comfortable neighbourhoods,S02002399,Bothwell South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190969 +190969,S00130582,7b3,Endeavouring Flat Dwellers,S01012822,Westburn and Newton - 02,4d,Hard-pressed flat dwellers,S02002403,Westburn and Newton,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190970 +190970,S00132166,7b1,Eastern European Communities,S01012786,Burnbank Central and Udston - 06,4d,Hard-pressed flat dwellers,S02002396,Burnbank Central and Udston,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190971 +190971,S00132199,6a3,Detached Retirement Living,S01012802,Bothwell South - 05,8c,Comfortable suburbia,S02002399,Bothwell South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190972 +190972,S00132180,7b1,Eastern European Communities,S01012591,"Forth, Braehead and Auchengray - 05",4a,Challenged white communities,S02002357,"Forth, Braehead and Auchengray",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190973 +190973,S00130604,7b3,Endeavouring Flat Dwellers,S01012867,Burnhill and Bankhead North - 03,4d,Hard-pressed flat dwellers,S02002410,Burnhill and Bankhead North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190974 +190974,S00130898,6a3,Detached Retirement Living,S01012626,Lanark North East - 04,8b,Ageing suburbanites,S02002365,Lanark North East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190975 +190975,S00132835,7b3,Endeavouring Flat Dwellers,S01012800,Bothwell South - 03,8a,Affluent communities,S02002399,Bothwell South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190976 +190976,S00132210,6a3,Detached Retirement Living,S01012803,Bothwell North - 01,8b,Ageing suburbanites,S02002400,Bothwell North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190977 +190977,S00130345,8b2,Hard-Pressed Rented Terraces,S01012860,Shawfield and Clincarthill - 01,5a,Ageing urban communities,S02002409,Shawfield and Clincarthill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190978 +190978,S00132342,7b1,Eastern European Communities,S01012774,Burnbank North - 01,5a,Ageing urban communities,S02002395,Burnbank North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190979 +190979,S00130373,8b2,Hard-Pressed Rented Terraces,S01012880,High Crosshill - 03,8a,Affluent communities,S02002413,High Crosshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190980 +190980,S00132258,6a3,Detached Retirement Living,S01012812,Uddingston and Gardenside - 06,5c,Comfortable neighbourhoods,S02002401,Uddingston and Gardenside,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190981 +190981,S00132343,7b1,Eastern European Communities,S01012784,Burnbank Central and Udston - 04,4a,Challenged white communities,S02002396,Burnbank Central and Udston,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190982 +190982,S00130606,7b3,Endeavouring Flat Dwellers,S01012864,Shawfield and Clincarthill - 05,4d,Hard-pressed flat dwellers,S02002409,Shawfield and Clincarthill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190983 +190983,S00130677,1a2,Established Farming Communities,S01012900,Nerston and EK Landward Area - 07,2a,Ageing rural neighbourhoods,S02002416,Nerston and EK Landward Area,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190984 +190984,S00130383,8b2,Hard-Pressed Rented Terraces,S01012851,"Burgh, Eastfield and Silverbank - 04",5c,Comfortable neighbourhoods,S02002407,"Burgh, Eastfield and Silverbank",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190985 +190985,S00130921,6a3,Detached Retirement Living,S01012620,Lanark North West - 02,8a,Affluent communities,S02002364,Lanark North West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190986 +190986,S00132269,6a3,Detached Retirement Living,S01012802,Bothwell South - 05,8c,Comfortable suburbia,S02002399,Bothwell South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190987 +190987,S00132471,7b1,Eastern European Communities,S01012968,Crosshouse and Lindsayfield - 06,4a,Challenged white communities,S02002429,Crosshouse and Lindsayfield,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190988 +190988,S00130607,7b3,Endeavouring Flat Dwellers,S01012864,Shawfield and Clincarthill - 05,4d,Hard-pressed flat dwellers,S02002409,Shawfield and Clincarthill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190989 +190989,S00130680,1a2,Established Farming Communities,S01012696,"Chapelton, Glengavel and Sandford - 02",2a,Ageing rural neighbourhoods,S02002379,"Chapelton, Glengavel and Sandford",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190990 +190990,S00130386,8b2,Hard-Pressed Rented Terraces,S01012851,"Burgh, Eastfield and Silverbank - 04",5c,Comfortable neighbourhoods,S02002407,"Burgh, Eastfield and Silverbank",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190991 +190991,S00130387,8b2,Hard-Pressed Rented Terraces,S01012850,"Burgh, Eastfield and Silverbank - 03",4a,Challenged white communities,S02002407,"Burgh, Eastfield and Silverbank",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190992 +190992,S00130388,8b2,Hard-Pressed Rented Terraces,S01012851,"Burgh, Eastfield and Silverbank - 04",5c,Comfortable neighbourhoods,S02002407,"Burgh, Eastfield and Silverbank",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190993 +190993,S00130389,8b2,Hard-Pressed Rented Terraces,S01012850,"Burgh, Eastfield and Silverbank - 03",4a,Challenged white communities,S02002407,"Burgh, Eastfield and Silverbank",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190994 +190994,S00130428,8b2,Hard-Pressed Rented Terraces,S01012876,Spittal - 03,4a,Challenged white communities,S02002412,Spittal,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190995 +190995,S00130433,8b2,Hard-Pressed Rented Terraces,S01012876,Spittal - 03,4a,Challenged white communities,S02002412,Spittal,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190996 +190996,S00130434,8b2,Hard-Pressed Rented Terraces,S01012876,Spittal - 03,4a,Challenged white communities,S02002412,Spittal,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190997 +190997,S00130436,8b2,Hard-Pressed Rented Terraces,S01012877,Spittal - 04,4a,Challenged white communities,S02002412,Spittal,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190998 +190998,S00130437,8b2,Hard-Pressed Rented Terraces,S01012877,Spittal - 04,4a,Challenged white communities,S02002412,Spittal,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,190999 +190999,S00130438,8b2,Hard-Pressed Rented Terraces,S01012877,Spittal - 04,4a,Challenged white communities,S02002412,Spittal,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191000 +191000,S00130440,8b2,Hard-Pressed Rented Terraces,S01012892,Fernhill and Cathkin - 04,4d,Hard-pressed flat dwellers,S02002415,Fernhill and Cathkin,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191001 +191001,S00130446,8b2,Hard-Pressed Rented Terraces,S01012892,Fernhill and Cathkin - 04,4d,Hard-pressed flat dwellers,S02002415,Fernhill and Cathkin,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191002 +191002,S00130457,8b2,Hard-Pressed Rented Terraces,S01012886,Burnside and Springhall - 05,8c,Comfortable suburbia,S02002414,Burnside and Springhall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191003 +191003,S00130465,8b2,Hard-Pressed Rented Terraces,S01012874,Spittal - 01,4d,Hard-pressed flat dwellers,S02002412,Spittal,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191004 +191004,S00130471,8b2,Hard-Pressed Rented Terraces,S01012874,Spittal - 01,4d,Hard-pressed flat dwellers,S02002412,Spittal,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191005 +191005,S00130487,8b2,Hard-Pressed Rented Terraces,S01012891,Fernhill and Cathkin - 03,4a,Challenged white communities,S02002415,Fernhill and Cathkin,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191006 +191006,S00130519,8b2,Hard-Pressed Rented Terraces,S01012879,High Crosshill - 02,5c,Comfortable neighbourhoods,S02002413,High Crosshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191007 +191007,S00130550,8b2,Hard-Pressed Rented Terraces,S01012893,Fernhill and Cathkin - 05,4d,Hard-pressed flat dwellers,S02002415,Fernhill and Cathkin,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191008 +191008,S00130553,8b2,Hard-Pressed Rented Terraces,S01012890,Fernhill and Cathkin - 02,4a,Challenged white communities,S02002415,Fernhill and Cathkin,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191009 +191009,S00130576,8b2,Hard-Pressed Rented Terraces,S01012819,"Halfway, Hallside and Drumsagard - 06",4d,Hard-pressed flat dwellers,S02002402,"Halfway, Hallside and Drumsagard",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191010 +191010,S00130577,8b2,Hard-Pressed Rented Terraces,S01012819,"Halfway, Hallside and Drumsagard - 06",4d,Hard-pressed flat dwellers,S02002402,"Halfway, Hallside and Drumsagard",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191011 +191011,S00130599,8b2,Hard-Pressed Rented Terraces,S01012833,Vicarland and Cairns - 04,4a,Challenged white communities,S02002404,Vicarland and Cairns,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191012 +191012,S00130600,8b2,Hard-Pressed Rented Terraces,S01012833,Vicarland and Cairns - 04,4a,Challenged white communities,S02002404,Vicarland and Cairns,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191013 +191013,S00130615,8b2,Hard-Pressed Rented Terraces,S01012865,Burnhill and Bankhead North - 01,4a,Challenged white communities,S02002410,Burnhill and Bankhead North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191014 +191014,S00130790,8b2,Hard-Pressed Rented Terraces,S01012570,Clydesdale South - 01,2d,Rural traits,S02002354,Clydesdale South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191015 +191015,S00130813,8b2,Hard-Pressed Rented Terraces,S01012638,"Douglas, Coalburn and Rigside - 02",5e,Primary sector workers,S02002368,"Douglas, Coalburn and Rigside",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191016 +191016,S00130822,8b2,Hard-Pressed Rented Terraces,S01012639,"Douglas, Coalburn and Rigside - 03",5d,Endeavouring social renters,S02002368,"Douglas, Coalburn and Rigside",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191017 +191017,S00130827,8b2,Hard-Pressed Rented Terraces,S01012640,"Douglas, Coalburn and Rigside - 04",4a,Challenged white communities,S02002368,"Douglas, Coalburn and Rigside",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191018 +191018,S00130829,8b2,Hard-Pressed Rented Terraces,S01012640,"Douglas, Coalburn and Rigside - 04",4a,Challenged white communities,S02002368,"Douglas, Coalburn and Rigside",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191019 +191019,S00130841,8b2,Hard-Pressed Rented Terraces,S01012641,"Douglas, Coalburn and Rigside - 05",5a,Ageing urban communities,S02002368,"Douglas, Coalburn and Rigside",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191020 +191020,S00130843,8b2,Hard-Pressed Rented Terraces,S01012642,Lesmahagow - 01,4a,Challenged white communities,S02002369,Lesmahagow,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191021 +191021,S00130846,8b2,Hard-Pressed Rented Terraces,S01012642,Lesmahagow - 01,4a,Challenged white communities,S02002369,Lesmahagow,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191022 +191022,S00130847,8b2,Hard-Pressed Rented Terraces,S01012643,Lesmahagow - 02,5d,Endeavouring social renters,S02002369,Lesmahagow,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191023 +191023,S00130855,8b2,Hard-Pressed Rented Terraces,S01012643,Lesmahagow - 02,5d,Endeavouring social renters,S02002369,Lesmahagow,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191024 +191024,S00130862,8b2,Hard-Pressed Rented Terraces,S01012648,Kirkmuirhill and Blackwood - 02,4a,Challenged white communities,S02002370,Kirkmuirhill and Blackwood,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191025 +191025,S00130863,8b2,Hard-Pressed Rented Terraces,S01012648,Kirkmuirhill and Blackwood - 02,4a,Challenged white communities,S02002370,Kirkmuirhill and Blackwood,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191026 +191026,S00130864,8b2,Hard-Pressed Rented Terraces,S01012648,Kirkmuirhill and Blackwood - 02,4a,Challenged white communities,S02002370,Kirkmuirhill and Blackwood,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191027 +191027,S00130865,8b2,Hard-Pressed Rented Terraces,S01012649,Kirkmuirhill and Blackwood - 03,5c,Comfortable neighbourhoods,S02002370,Kirkmuirhill and Blackwood,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191028 +191028,S00130685,1a2,Established Farming Communities,S01012684,Strathaven South - 01,5a,Ageing urban communities,S02002377,Strathaven South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191029 +191029,S00130690,1a2,Established Farming Communities,S01012699,"Glassford, Quarter and Allanton - 01",2d,Rural traits,S02002380,"Glassford, Quarter and Allanton",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191030 +191030,S00130720,1a2,Established Farming Communities,S01012580,"Biggar, Symington, Thankerton and Dolphinton - 07",2c,Remoter communities,S02002355,"Biggar, Symington, Thankerton and Dolphinton",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191031 +191031,S00130721,1a2,Established Farming Communities,S01012580,"Biggar, Symington, Thankerton and Dolphinton - 07",2c,Remoter communities,S02002355,"Biggar, Symington, Thankerton and Dolphinton",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191032 +191032,S00130731,1a2,Established Farming Communities,S01012592,Law - 01,2b,Prospering countryside life,S02002358,Law,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191033 +191033,S00130733,1a2,Established Farming Communities,S01012635,Hazelbank and Kirkfieldbank - 04,2d,Rural traits,S02002367,Hazelbank and Kirkfieldbank,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191034 +191034,S00130734,1a2,Established Farming Communities,S01012582,"Carstairs, Carstairs Junction and Carnwath - 02",2c,Remoter communities,S02002356,"Carstairs, Carstairs Junction and Carnwath",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191035 +191035,S00130750,1a2,Established Farming Communities,S01012584,"Carstairs, Carstairs Junction and Carnwath - 04",2d,Rural traits,S02002356,"Carstairs, Carstairs Junction and Carnwath",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191036 +191036,S00130752,1a2,Established Farming Communities,S01012588,"Forth, Braehead and Auchengray - 02",2c,Remoter communities,S02002357,"Forth, Braehead and Auchengray",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191037 +191037,S00130753,1a2,Established Farming Communities,S01012587,"Forth, Braehead and Auchengray - 01",2c,Remoter communities,S02002357,"Forth, Braehead and Auchengray",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191038 +191038,S00130760,1a2,Established Farming Communities,S01012636,Hazelbank and Kirkfieldbank - 05,2c,Remoter communities,S02002367,Hazelbank and Kirkfieldbank,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191039 +191039,S00130768,1a2,Established Farming Communities,S01012635,Hazelbank and Kirkfieldbank - 04,2d,Rural traits,S02002367,Hazelbank and Kirkfieldbank,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191040 +191040,S00130799,1a2,Established Farming Communities,S01012574,"Biggar, Symington, Thankerton and Dolphinton - 01",2c,Remoter communities,S02002355,"Biggar, Symington, Thankerton and Dolphinton",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191041 +191041,S00130801,1a2,Established Farming Communities,S01012573,Clydesdale South - 04,2c,Remoter communities,S02002354,Clydesdale South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191042 +191042,S00131027,1a2,Established Farming Communities,S01012615,"Crossford, Braidwood and Yieldshields - 01",2d,Rural traits,S02002363,"Crossford, Braidwood and Yieldshields",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191043 +191043,S00131210,1a2,Established Farming Communities,S01012616,"Crossford, Braidwood and Yieldshields - 02",2d,Rural traits,S02002363,"Crossford, Braidwood and Yieldshields",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191044 +191044,S00132276,1a2,Established Farming Communities,S01012617,"Crossford, Braidwood and Yieldshields - 03",2c,Remoter communities,S02002363,"Crossford, Braidwood and Yieldshields",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191045 +191045,S00132278,1a2,Established Farming Communities,S01012618,"Crossford, Braidwood and Yieldshields - 04",2d,Rural traits,S02002363,"Crossford, Braidwood and Yieldshields",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191046 +191046,S00132292,1a2,Established Farming Communities,S01012616,"Crossford, Braidwood and Yieldshields - 02",2d,Rural traits,S02002363,"Crossford, Braidwood and Yieldshields",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191047 +191047,S00132312,1a2,Established Farming Communities,S01012586,"Carstairs, Carstairs Junction and Carnwath - 06",2a,Ageing rural neighbourhoods,S02002356,"Carstairs, Carstairs Junction and Carnwath",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191048 +191048,S00132370,1a2,Established Farming Communities,S01012894,Nerston and EK Landward Area - 01,5c,Comfortable neighbourhoods,S02002416,Nerston and EK Landward Area,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191049 +191049,S00132506,1a2,Established Farming Communities,S01012587,"Forth, Braehead and Auchengray - 01",2c,Remoter communities,S02002357,"Forth, Braehead and Auchengray",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191050 +191050,S00132507,1a2,Established Farming Communities,S01012632,Hazelbank and Kirkfieldbank - 01,2c,Remoter communities,S02002367,Hazelbank and Kirkfieldbank,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191051 +191051,S00132509,1a2,Established Farming Communities,S01012633,Hazelbank and Kirkfieldbank - 02,2c,Remoter communities,S02002367,Hazelbank and Kirkfieldbank,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191052 +191052,S00132512,1a2,Established Farming Communities,S01012695,"Chapelton, Glengavel and Sandford - 01",2c,Remoter communities,S02002379,"Chapelton, Glengavel and Sandford",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191053 +191053,S00132518,1a2,Established Farming Communities,S01012580,"Biggar, Symington, Thankerton and Dolphinton - 07",2c,Remoter communities,S02002355,"Biggar, Symington, Thankerton and Dolphinton",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191054 +191054,S00132520,1a2,Established Farming Communities,S01012579,"Biggar, Symington, Thankerton and Dolphinton - 06",2d,Rural traits,S02002355,"Biggar, Symington, Thankerton and Dolphinton",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191055 +191055,S00130143,5a3,Families in Terraces and Flats,S01012872,Bankhead South - 03,3d,Households in terraces and flats,S02002411,Bankhead South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191056 +191056,S00130362,5a3,Families in Terraces and Flats,S01012861,Shawfield and Clincarthill - 02,5c,Comfortable neighbourhoods,S02002409,Shawfield and Clincarthill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191057 +191057,S00130368,5a3,Families in Terraces and Flats,S01012861,Shawfield and Clincarthill - 02,5c,Comfortable neighbourhoods,S02002409,Shawfield and Clincarthill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191058 +191058,S00130377,5a3,Families in Terraces and Flats,S01012879,High Crosshill - 02,5c,Comfortable neighbourhoods,S02002413,High Crosshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191059 +191059,S00130412,5a3,Families in Terraces and Flats,S01012854,"Burgh, Eastfield and Silverbank - 07",5c,Comfortable neighbourhoods,S02002407,"Burgh, Eastfield and Silverbank",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191060 +191060,S00130523,5a3,Families in Terraces and Flats,S01012879,High Crosshill - 02,5c,Comfortable neighbourhoods,S02002413,High Crosshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191061 +191061,S00131307,5a3,Families in Terraces and Flats,S01012927,St Leonards South - 05,4a,Challenged white communities,S02002421,St Leonards South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191062 +191062,S00131315,5a3,Families in Terraces and Flats,S01012924,St Leonards South - 02,4b,Constrained renters,S02002421,St Leonards South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191063 +191063,S00131376,5a3,Families in Terraces and Flats,S01012906,Calderwood Central - 01,4a,Challenged white communities,S02002418,Calderwood Central,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191064 +191064,S00132307,6a3,Detached Retirement Living,S01012762,Blantyre South and Wheatlands - 04,5d,Endeavouring social renters,S02002392,Blantyre South and Wheatlands,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191065 +191065,S00130610,7b3,Endeavouring Flat Dwellers,S01012872,Bankhead South - 03,3d,Households in terraces and flats,S02002411,Bankhead South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191066 +191066,S00132706,7b1,Eastern European Communities,S01012965,Crosshouse and Lindsayfield - 03,5a,Ageing urban communities,S02002429,Crosshouse and Lindsayfield,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191067 +191067,S00130924,6a3,Detached Retirement Living,S01012620,Lanark North West - 02,8a,Affluent communities,S02002364,Lanark North West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191068 +191068,S00132322,6a3,Detached Retirement Living,S01012707,Eddlewood - 05,8b,Ageing suburbanites,S02002381,Eddlewood,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191069 +191069,S00132349,6a3,Detached Retirement Living,S01012641,"Douglas, Coalburn and Rigside - 05",5a,Ageing urban communities,S02002368,"Douglas, Coalburn and Rigside",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191070 +191070,S00132381,6a3,Detached Retirement Living,S01012578,"Biggar, Symington, Thankerton and Dolphinton - 05",2a,Ageing rural neighbourhoods,S02002355,"Biggar, Symington, Thankerton and Dolphinton",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191071 +191071,S00132389,6a3,Detached Retirement Living,S01012626,Lanark North East - 04,8b,Ageing suburbanites,S02002365,Lanark North East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191072 +191072,S00132404,6a3,Detached Retirement Living,S01012679,Stonehouse - 04,5c,Comfortable neighbourhoods,S02002376,Stonehouse,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191073 +191073,S00132419,6a3,Detached Retirement Living,S01012670,Hareleeshill - 06,8b,Ageing suburbanites,S02002374,Hareleeshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191074 +191074,S00132424,6a3,Detached Retirement Living,S01012614,Carluke South - 04,5a,Ageing urban communities,S02002362,Carluke South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191075 +191075,S00132425,6a3,Detached Retirement Living,S01012598,Carluke West - 01,8c,Comfortable suburbia,S02002359,Carluke West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191076 +191076,S00132504,6a3,Detached Retirement Living,S01012588,"Forth, Braehead and Auchengray - 02",2c,Remoter communities,S02002357,"Forth, Braehead and Auchengray",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191077 +191077,S00132547,6a3,Detached Retirement Living,S01012652,Kirkmuirhill and Blackwood - 06,8b,Ageing suburbanites,S02002370,Kirkmuirhill and Blackwood,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191078 +191078,S00132572,6a3,Detached Retirement Living,S01012682,Stonehouse - 07,5a,Ageing urban communities,S02002376,Stonehouse,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191079 +191079,S00132573,6a3,Detached Retirement Living,S01012682,Stonehouse - 07,5a,Ageing urban communities,S02002376,Stonehouse,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191080 +191080,S00132576,6a3,Detached Retirement Living,S01012615,"Crossford, Braidwood and Yieldshields - 01",2d,Rural traits,S02002363,"Crossford, Braidwood and Yieldshields",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191081 +191081,S00132609,6a3,Detached Retirement Living,S01012607,Carluke East - 02,5c,Comfortable neighbourhoods,S02002361,Carluke East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191082 +191082,S00132614,6a3,Detached Retirement Living,S01012608,Carluke East - 03,5d,Endeavouring social renters,S02002361,Carluke East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191083 +191083,S00132621,6a3,Detached Retirement Living,S01012617,"Crossford, Braidwood and Yieldshields - 03",2c,Remoter communities,S02002363,"Crossford, Braidwood and Yieldshields",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191084 +191084,S00132666,6a3,Detached Retirement Living,S01012939,Stewartfield East - 02,8c,Comfortable suburbia,S02002424,Stewartfield East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191085 +191085,S00132679,6a3,Detached Retirement Living,S01012946,Stewartfield West - 05,8c,Comfortable suburbia,S02002425,Stewartfield West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191086 +191086,S00132739,6a3,Detached Retirement Living,S01012700,"Glassford, Quarter and Allanton - 02",2d,Rural traits,S02002380,"Glassford, Quarter and Allanton",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191087 +191087,S00132776,6a3,Detached Retirement Living,S01012712,Silvertonhill - 01,8b,Ageing suburbanites,S02002383,Silvertonhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191088 +191088,S00132871,6a3,Detached Retirement Living,S01012578,"Biggar, Symington, Thankerton and Dolphinton - 05",2a,Ageing rural neighbourhoods,S02002355,"Biggar, Symington, Thankerton and Dolphinton",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191089 +191089,S00130728,1c3,Detached Rural Retirement,S01012616,"Crossford, Braidwood and Yieldshields - 02",2d,Rural traits,S02002363,"Crossford, Braidwood and Yieldshields",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191090 +191090,S00132290,1c3,Detached Rural Retirement,S01012900,Nerston and EK Landward Area - 07,2a,Ageing rural neighbourhoods,S02002416,Nerston and EK Landward Area,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191091 +191091,S00132291,1c3,Detached Rural Retirement,S01012900,Nerston and EK Landward Area - 07,2a,Ageing rural neighbourhoods,S02002416,Nerston and EK Landward Area,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191092 +191092,S00130207,7b1,Eastern European Communities,S01012837,Whitlawburn and Greenlees - 02,4d,Hard-pressed flat dwellers,S02002405,Whitlawburn and Greenlees,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191093 +191093,S00130210,7b1,Eastern European Communities,S01012838,Whitlawburn and Greenlees - 03,4d,Hard-pressed flat dwellers,S02002405,Whitlawburn and Greenlees,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191094 +191094,S00130213,7b1,Eastern European Communities,S01012838,Whitlawburn and Greenlees - 03,4d,Hard-pressed flat dwellers,S02002405,Whitlawburn and Greenlees,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191095 +191095,S00130293,7b1,Eastern European Communities,S01012869,Burnhill and Bankhead North - 05,4d,Hard-pressed flat dwellers,S02002410,Burnhill and Bankhead North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191096 +191096,S00130296,7b1,Eastern European Communities,S01012869,Burnhill and Bankhead North - 05,4d,Hard-pressed flat dwellers,S02002410,Burnhill and Bankhead North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191097 +191097,S00130297,7b1,Eastern European Communities,S01012864,Shawfield and Clincarthill - 05,4d,Hard-pressed flat dwellers,S02002409,Shawfield and Clincarthill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191098 +191098,S00130298,7b1,Eastern European Communities,S01012868,Burnhill and Bankhead North - 04,4d,Hard-pressed flat dwellers,S02002410,Burnhill and Bankhead North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191099 +191099,S00130352,7b1,Eastern European Communities,S01012868,Burnhill and Bankhead North - 04,4d,Hard-pressed flat dwellers,S02002410,Burnhill and Bankhead North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191100 +191100,S00130358,7b1,Eastern European Communities,S01012862,Shawfield and Clincarthill - 03,4d,Hard-pressed flat dwellers,S02002409,Shawfield and Clincarthill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191101 +191101,S00130571,7b1,Eastern European Communities,S01012838,Whitlawburn and Greenlees - 03,4d,Hard-pressed flat dwellers,S02002405,Whitlawburn and Greenlees,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191102 +191102,S00130943,6a3,Detached Retirement Living,S01012686,Strathaven South - 03,5c,Comfortable neighbourhoods,S02002377,Strathaven South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191103 +191103,S00130946,6a3,Detached Retirement Living,S01012687,Strathaven South - 04,8b,Ageing suburbanites,S02002377,Strathaven South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191104 +191104,S00132810,7b1,Eastern European Communities,S01012785,Burnbank Central and Udston - 05,4d,Hard-pressed flat dwellers,S02002396,Burnbank Central and Udston,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191105 +191105,S00130947,6a3,Detached Retirement Living,S01012689,Strathaven South - 06,8b,Ageing suburbanites,S02002377,Strathaven South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191106 +191106,S00132811,7b1,Eastern European Communities,S01012785,Burnbank Central and Udston - 05,4d,Hard-pressed flat dwellers,S02002396,Burnbank Central and Udston,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191107 +191107,S00130611,7b3,Endeavouring Flat Dwellers,S01012871,Bankhead South - 02,3b,Asian traits,S02002411,Bankhead South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191108 +191108,S00130948,6a3,Detached Retirement Living,S01012687,Strathaven South - 04,8b,Ageing suburbanites,S02002377,Strathaven South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191109 +191109,S00132828,7b1,Eastern European Communities,S01012786,Burnbank Central and Udston - 06,4d,Hard-pressed flat dwellers,S02002396,Burnbank Central and Udston,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191110 +191110,S00130613,7b3,Endeavouring Flat Dwellers,S01012873,Bankhead South - 04,4d,Hard-pressed flat dwellers,S02002411,Bankhead South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191111 +191111,S00130950,6a3,Detached Retirement Living,S01012687,Strathaven South - 04,8b,Ageing suburbanites,S02002377,Strathaven South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191112 +191112,S00132832,7b1,Eastern European Communities,S01012786,Burnbank Central and Udston - 06,4d,Hard-pressed flat dwellers,S02002396,Burnbank Central and Udston,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191113 +191113,S00130620,7b3,Endeavouring Flat Dwellers,S01012863,Shawfield and Clincarthill - 04,4d,Hard-pressed flat dwellers,S02002409,Shawfield and Clincarthill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191114 +191114,S00130951,6a3,Detached Retirement Living,S01012686,Strathaven South - 03,5c,Comfortable neighbourhoods,S02002377,Strathaven South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191115 +191115,S00132833,7b1,Eastern European Communities,S01012786,Burnbank Central and Udston - 06,4d,Hard-pressed flat dwellers,S02002396,Burnbank Central and Udston,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191116 +191116,S00130959,6a3,Detached Retirement Living,S01012691,Strathaven North - 01,8c,Comfortable suburbia,S02002378,Strathaven North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191117 +191117,S00130627,7b3,Endeavouring Flat Dwellers,S01012857,Farme Cross and Gallowflat North - 02,4d,Hard-pressed flat dwellers,S02002408,Farme Cross and Gallowflat North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191118 +191118,S00131119,6a3,Detached Retirement Living,S01012667,Hareleeshill - 03,4a,Challenged white communities,S02002374,Hareleeshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191119 +191119,S00130162,7b3,Endeavouring Flat Dwellers,S01012846,Cambuslang Central - 04,4d,Hard-pressed flat dwellers,S02002406,Cambuslang Central,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191120 +191120,S00131120,6a3,Detached Retirement Living,S01012669,Hareleeshill - 05,8b,Ageing suburbanites,S02002374,Hareleeshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191121 +191121,S00130165,7b3,Endeavouring Flat Dwellers,S01012846,Cambuslang Central - 04,4d,Hard-pressed flat dwellers,S02002406,Cambuslang Central,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191122 +191122,S00130628,7b3,Endeavouring Flat Dwellers,S01012857,Farme Cross and Gallowflat North - 02,4d,Hard-pressed flat dwellers,S02002408,Farme Cross and Gallowflat North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191123 +191123,S00131140,6a3,Detached Retirement Living,S01012670,Hareleeshill - 06,8b,Ageing suburbanites,S02002374,Hareleeshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191124 +191124,S00130167,7b3,Endeavouring Flat Dwellers,S01012846,Cambuslang Central - 04,4d,Hard-pressed flat dwellers,S02002406,Cambuslang Central,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191125 +191125,S00130630,7b3,Endeavouring Flat Dwellers,S01012893,Fernhill and Cathkin - 05,4d,Hard-pressed flat dwellers,S02002415,Fernhill and Cathkin,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191126 +191126,S00131144,6a3,Detached Retirement Living,S01012663,"Larkhall Central, Raploch, Millheugh and Burnhead - 04",8c,Comfortable suburbia,S02002373,"Larkhall Central, Raploch, Millheugh and Burnhead",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191127 +191127,S00130171,7b3,Endeavouring Flat Dwellers,S01012846,Cambuslang Central - 04,4d,Hard-pressed flat dwellers,S02002406,Cambuslang Central,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191128 +191128,S00130631,7b3,Endeavouring Flat Dwellers,S01012874,Spittal - 01,4d,Hard-pressed flat dwellers,S02002412,Spittal,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191129 +191129,S00131168,6a3,Detached Retirement Living,S01012655,Ashgill and Netherburn - 03,5a,Ageing urban communities,S02002371,Ashgill and Netherburn,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191130 +191130,S00130642,7b3,Endeavouring Flat Dwellers,S01012858,Farme Cross and Gallowflat North - 03,4d,Hard-pressed flat dwellers,S02002408,Farme Cross and Gallowflat North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191131 +191131,S00130193,7b3,Endeavouring Flat Dwellers,S01012822,Westburn and Newton - 02,4d,Hard-pressed flat dwellers,S02002403,Westburn and Newton,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191132 +191132,S00130643,7b3,Endeavouring Flat Dwellers,S01012858,Farme Cross and Gallowflat North - 03,4d,Hard-pressed flat dwellers,S02002408,Farme Cross and Gallowflat North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191133 +191133,S00131170,6a3,Detached Retirement Living,S01012611,Carluke South - 01,5c,Comfortable neighbourhoods,S02002362,Carluke South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191134 +191134,S00130904,7b3,Endeavouring Flat Dwellers,S01012624,Lanark North East - 02,4a,Challenged white communities,S02002365,Lanark North East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191135 +191135,S00130196,7b3,Endeavouring Flat Dwellers,S01012822,Westburn and Newton - 02,4d,Hard-pressed flat dwellers,S02002403,Westburn and Newton,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191136 +191136,S00131171,6a3,Detached Retirement Living,S01012611,Carluke South - 01,5c,Comfortable neighbourhoods,S02002362,Carluke South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191137 +191137,S00130957,7b3,Endeavouring Flat Dwellers,S01012688,Strathaven South - 05,5c,Comfortable neighbourhoods,S02002377,Strathaven South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191138 +191138,S00130201,7b3,Endeavouring Flat Dwellers,S01012819,"Halfway, Hallside and Drumsagard - 06",4d,Hard-pressed flat dwellers,S02002402,"Halfway, Hallside and Drumsagard",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191139 +191139,S00131187,6a3,Detached Retirement Living,S01012613,Carluke South - 03,5d,Endeavouring social renters,S02002362,Carluke South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191140 +191140,S00131094,7b3,Endeavouring Flat Dwellers,S01012662,"Larkhall Central, Raploch, Millheugh and Burnhead - 03",4a,Challenged white communities,S02002373,"Larkhall Central, Raploch, Millheugh and Burnhead",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191141 +191141,S00130208,7b3,Endeavouring Flat Dwellers,S01012838,Whitlawburn and Greenlees - 03,4d,Hard-pressed flat dwellers,S02002405,Whitlawburn and Greenlees,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191142 +191142,S00131207,6a3,Detached Retirement Living,S01012605,Carluke North - 04,5d,Endeavouring social renters,S02002360,Carluke North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191143 +191143,S00131202,7b3,Endeavouring Flat Dwellers,S01012610,Carluke East - 05,4a,Challenged white communities,S02002361,Carluke East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191144 +191144,S00130218,7b3,Endeavouring Flat Dwellers,S01012839,Whitlawburn and Greenlees - 04,5c,Comfortable neighbourhoods,S02002405,Whitlawburn and Greenlees,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191145 +191145,S00130284,7b3,Endeavouring Flat Dwellers,S01012830,Vicarland and Cairns - 01,5c,Comfortable neighbourhoods,S02002404,Vicarland and Cairns,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191146 +191146,S00130299,7b3,Endeavouring Flat Dwellers,S01012868,Burnhill and Bankhead North - 04,4d,Hard-pressed flat dwellers,S02002410,Burnhill and Bankhead North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191147 +191147,S00130300,7b3,Endeavouring Flat Dwellers,S01012864,Shawfield and Clincarthill - 05,4d,Hard-pressed flat dwellers,S02002409,Shawfield and Clincarthill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191148 +191148,S00130302,7b3,Endeavouring Flat Dwellers,S01012864,Shawfield and Clincarthill - 05,4d,Hard-pressed flat dwellers,S02002409,Shawfield and Clincarthill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191149 +191149,S00130303,7b3,Endeavouring Flat Dwellers,S01012858,Farme Cross and Gallowflat North - 03,4d,Hard-pressed flat dwellers,S02002408,Farme Cross and Gallowflat North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191150 +191150,S00130306,7b3,Endeavouring Flat Dwellers,S01012858,Farme Cross and Gallowflat North - 03,4d,Hard-pressed flat dwellers,S02002408,Farme Cross and Gallowflat North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191151 +191151,S00130310,7b3,Endeavouring Flat Dwellers,S01012859,Farme Cross and Gallowflat North - 04,4d,Hard-pressed flat dwellers,S02002408,Farme Cross and Gallowflat North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191152 +191152,S00130315,7b3,Endeavouring Flat Dwellers,S01012872,Bankhead South - 03,3d,Households in terraces and flats,S02002411,Bankhead South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191153 +191153,S00130324,7b3,Endeavouring Flat Dwellers,S01012866,Burnhill and Bankhead North - 02,4d,Hard-pressed flat dwellers,S02002410,Burnhill and Bankhead North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191154 +191154,S00130348,7b3,Endeavouring Flat Dwellers,S01012868,Burnhill and Bankhead North - 04,4d,Hard-pressed flat dwellers,S02002410,Burnhill and Bankhead North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191155 +191155,S00130351,7b3,Endeavouring Flat Dwellers,S01012862,Shawfield and Clincarthill - 03,4d,Hard-pressed flat dwellers,S02002409,Shawfield and Clincarthill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191156 +191156,S00130353,7b3,Endeavouring Flat Dwellers,S01012862,Shawfield and Clincarthill - 03,4d,Hard-pressed flat dwellers,S02002409,Shawfield and Clincarthill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191157 +191157,S00130354,7b3,Endeavouring Flat Dwellers,S01012863,Shawfield and Clincarthill - 04,4d,Hard-pressed flat dwellers,S02002409,Shawfield and Clincarthill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191158 +191158,S00130355,7b3,Endeavouring Flat Dwellers,S01012863,Shawfield and Clincarthill - 04,4d,Hard-pressed flat dwellers,S02002409,Shawfield and Clincarthill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191159 +191159,S00130357,7b3,Endeavouring Flat Dwellers,S01012863,Shawfield and Clincarthill - 04,4d,Hard-pressed flat dwellers,S02002409,Shawfield and Clincarthill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191160 +191160,S00130359,7b3,Endeavouring Flat Dwellers,S01012862,Shawfield and Clincarthill - 03,4d,Hard-pressed flat dwellers,S02002409,Shawfield and Clincarthill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191161 +191161,S00130360,7b3,Endeavouring Flat Dwellers,S01012862,Shawfield and Clincarthill - 03,4d,Hard-pressed flat dwellers,S02002409,Shawfield and Clincarthill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191162 +191162,S00130361,7b3,Endeavouring Flat Dwellers,S01012862,Shawfield and Clincarthill - 03,4d,Hard-pressed flat dwellers,S02002409,Shawfield and Clincarthill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191163 +191163,S00130367,7b3,Endeavouring Flat Dwellers,S01012861,Shawfield and Clincarthill - 02,5c,Comfortable neighbourhoods,S02002409,Shawfield and Clincarthill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191164 +191164,S00131211,6a3,Detached Retirement Living,S01012614,Carluke South - 04,5a,Ageing urban communities,S02002362,Carluke South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191165 +191165,S00131221,6a3,Detached Retirement Living,S01012598,Carluke West - 01,8c,Comfortable suburbia,S02002359,Carluke West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191166 +191166,S00131228,6a3,Detached Retirement Living,S01012601,Carluke West - 04,8b,Ageing suburbanites,S02002359,Carluke West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191167 +191167,S00131230,6a3,Detached Retirement Living,S01012601,Carluke West - 04,8b,Ageing suburbanites,S02002359,Carluke West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191168 +191168,S00131248,6a3,Detached Retirement Living,S01012600,Carluke West - 03,8c,Comfortable suburbia,S02002359,Carluke West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191169 +191169,S00131286,6a3,Detached Retirement Living,S01012925,St Leonards South - 03,8c,Comfortable suburbia,S02002421,St Leonards South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191170 +191170,S00131467,6a3,Detached Retirement Living,S01012938,Stewartfield East - 01,8a,Affluent communities,S02002424,Stewartfield East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191171 +191171,S00131469,6a3,Detached Retirement Living,S01012940,Stewartfield East - 03,8a,Affluent communities,S02002424,Stewartfield East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191172 +191172,S00131473,6a3,Detached Retirement Living,S01012944,Stewartfield West - 03,8b,Ageing suburbanites,S02002425,Stewartfield West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191173 +191173,S00131474,6a3,Detached Retirement Living,S01012944,Stewartfield West - 03,8b,Ageing suburbanites,S02002425,Stewartfield West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191174 +191174,S00131475,6a3,Detached Retirement Living,S01012938,Stewartfield East - 01,8a,Affluent communities,S02002424,Stewartfield East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191175 +191175,S00131477,6a3,Detached Retirement Living,S01012943,Stewartfield West - 02,8c,Comfortable suburbia,S02002425,Stewartfield West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191176 +191176,S00131576,6a3,Detached Retirement Living,S01012960,Mossneuk and Newlandsmuir - 03,5d,Endeavouring social renters,S02002428,Mossneuk and Newlandsmuir,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191177 +191177,S00131586,6a3,Detached Retirement Living,S01012948,"Thorntonhall, Jackton and Gardenhall - 01",8b,Ageing suburbanites,S02002426,"Thorntonhall, Jackton and Gardenhall",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191178 +191178,S00131758,6a3,Detached Retirement Living,S01012767,Low Blantyre and Bardykes - 03,8b,Ageing suburbanites,S02002393,Low Blantyre and Bardykes,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191179 +191179,S00131253,7b3,Endeavouring Flat Dwellers,S01012934,West Mains - 01,5c,Comfortable neighbourhoods,S02002423,West Mains,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191180 +191180,S00131918,6a3,Detached Retirement Living,S01012707,Eddlewood - 05,8b,Ageing suburbanites,S02002381,Eddlewood,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191181 +191181,S00131919,6a3,Detached Retirement Living,S01012707,Eddlewood - 05,8b,Ageing suburbanites,S02002381,Eddlewood,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191182 +191182,S00131921,6a3,Detached Retirement Living,S01012707,Eddlewood - 05,8b,Ageing suburbanites,S02002381,Eddlewood,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191183 +191183,S00131923,6a3,Detached Retirement Living,S01012709,Low Waters - 02,5c,Comfortable neighbourhoods,S02002382,Low Waters,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191184 +191184,S00131928,6a3,Detached Retirement Living,S01012712,Silvertonhill - 01,8b,Ageing suburbanites,S02002383,Silvertonhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191185 +191185,S00131931,6a3,Detached Retirement Living,S01012701,"Glassford, Quarter and Allanton - 03",2b,Prospering countryside life,S02002380,"Glassford, Quarter and Allanton",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191186 +191186,S00131254,7b3,Endeavouring Flat Dwellers,S01012934,West Mains - 01,5c,Comfortable neighbourhoods,S02002423,West Mains,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191187 +191187,S00131262,7b3,Endeavouring Flat Dwellers,S01012936,West Mains - 03,5c,Comfortable neighbourhoods,S02002423,West Mains,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191188 +191188,S00131269,7b3,Endeavouring Flat Dwellers,S01012942,Stewartfield West - 01,4a,Challenged white communities,S02002425,Stewartfield West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191189 +191189,S00131290,7b3,Endeavouring Flat Dwellers,S01012926,St Leonards South - 04,5c,Comfortable neighbourhoods,S02002421,St Leonards South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191190 +191190,S00131293,7b3,Endeavouring Flat Dwellers,S01012926,St Leonards South - 04,5c,Comfortable neighbourhoods,S02002421,St Leonards South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191191 +191191,S00131312,7b3,Endeavouring Flat Dwellers,S01012926,St Leonards South - 04,5c,Comfortable neighbourhoods,S02002421,St Leonards South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191192 +191192,S00131314,7b3,Endeavouring Flat Dwellers,S01012924,St Leonards South - 02,4b,Constrained renters,S02002421,St Leonards South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191193 +191193,S00131321,7b3,Endeavouring Flat Dwellers,S01012916,St Leonards North - 01,5c,Comfortable neighbourhoods,S02002420,St Leonards North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191194 +191194,S00131347,7b3,Endeavouring Flat Dwellers,S01012912,Calderwood West and Nerston - 02,4a,Challenged white communities,S02002419,Calderwood West and Nerston,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191195 +191195,S00131359,7b3,Endeavouring Flat Dwellers,S01012908,Calderwood Central - 03,4a,Challenged white communities,S02002418,Calderwood Central,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191196 +191196,S00131366,7b3,Endeavouring Flat Dwellers,S01012907,Calderwood Central - 02,4a,Challenged white communities,S02002418,Calderwood Central,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191197 +191197,S00131395,7b3,Endeavouring Flat Dwellers,S01012910,Calderwood Central - 05,4d,Hard-pressed flat dwellers,S02002418,Calderwood Central,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191198 +191198,S00131396,7b3,Endeavouring Flat Dwellers,S01012910,Calderwood Central - 05,4d,Hard-pressed flat dwellers,S02002418,Calderwood Central,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191199 +191199,S00131401,7b3,Endeavouring Flat Dwellers,S01012909,Calderwood Central - 04,4a,Challenged white communities,S02002418,Calderwood Central,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191200 +191200,S00131912,8b2,Hard-Pressed Rented Terraces,S01012704,Eddlewood - 02,4a,Challenged white communities,S02002381,Eddlewood,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191201 +191201,S00131913,8b2,Hard-Pressed Rented Terraces,S01012704,Eddlewood - 02,4a,Challenged white communities,S02002381,Eddlewood,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191202 +191202,S00131915,8b2,Hard-Pressed Rented Terraces,S01012706,Eddlewood - 04,4a,Challenged white communities,S02002381,Eddlewood,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191203 +191203,S00131916,8b2,Hard-Pressed Rented Terraces,S01012706,Eddlewood - 04,4a,Challenged white communities,S02002381,Eddlewood,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191204 +191204,S00131917,8b2,Hard-Pressed Rented Terraces,S01012706,Eddlewood - 04,4a,Challenged white communities,S02002381,Eddlewood,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191205 +191205,S00131963,8b2,Hard-Pressed Rented Terraces,S01012735,Little Earnock - 03,4a,Challenged white communities,S02002388,Little Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191206 +191206,S00131970,8b2,Hard-Pressed Rented Terraces,S01012730,Woodhead and Meikle Earnock - 02,4a,Challenged white communities,S02002387,Woodhead and Meikle Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191207 +191207,S00132750,8b2,Hard-Pressed Rented Terraces,S01012772,Blantytre North and Coatshill - 03,4a,Challenged white communities,S02002394,Blantytre North and Coatshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191208 +191208,S00131971,8b2,Hard-Pressed Rented Terraces,S01012732,Woodhead and Meikle Earnock - 04,4a,Challenged white communities,S02002387,Woodhead and Meikle Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191209 +191209,S00131972,8b2,Hard-Pressed Rented Terraces,S01012730,Woodhead and Meikle Earnock - 02,4a,Challenged white communities,S02002387,Woodhead and Meikle Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191210 +191210,S00131973,8b2,Hard-Pressed Rented Terraces,S01012732,Woodhead and Meikle Earnock - 04,4a,Challenged white communities,S02002387,Woodhead and Meikle Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191211 +191211,S00131974,8b2,Hard-Pressed Rented Terraces,S01012732,Woodhead and Meikle Earnock - 04,4a,Challenged white communities,S02002387,Woodhead and Meikle Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191212 +191212,S00131977,8b2,Hard-Pressed Rented Terraces,S01012732,Woodhead and Meikle Earnock - 04,4a,Challenged white communities,S02002387,Woodhead and Meikle Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191213 +191213,S00131978,8b2,Hard-Pressed Rented Terraces,S01012732,Woodhead and Meikle Earnock - 04,4a,Challenged white communities,S02002387,Woodhead and Meikle Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191214 +191214,S00131979,8b2,Hard-Pressed Rented Terraces,S01012731,Woodhead and Meikle Earnock - 03,4a,Challenged white communities,S02002387,Woodhead and Meikle Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191215 +191215,S00131982,8b2,Hard-Pressed Rented Terraces,S01012731,Woodhead and Meikle Earnock - 03,4a,Challenged white communities,S02002387,Woodhead and Meikle Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191216 +191216,S00131984,8b2,Hard-Pressed Rented Terraces,S01012731,Woodhead and Meikle Earnock - 03,4a,Challenged white communities,S02002387,Woodhead and Meikle Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191217 +191217,S00132007,8b2,Hard-Pressed Rented Terraces,S01012724,Laighstonehall - 04,5c,Comfortable neighbourhoods,S02002385,Laighstonehall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191218 +191218,S00132018,8b2,Hard-Pressed Rented Terraces,S01012738,Little Earnock - 06,5c,Comfortable neighbourhoods,S02002388,Little Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191219 +191219,S00132021,8b2,Hard-Pressed Rented Terraces,S01012736,Little Earnock - 04,5c,Comfortable neighbourhoods,S02002388,Little Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191220 +191220,S00132023,8b2,Hard-Pressed Rented Terraces,S01012737,Little Earnock - 05,5b,Aspiring urban households,S02002388,Little Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191221 +191221,S00132027,8b2,Hard-Pressed Rented Terraces,S01012738,Little Earnock - 06,5c,Comfortable neighbourhoods,S02002388,Little Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191222 +191222,S00132050,8b2,Hard-Pressed Rented Terraces,S01012747,Hillhouse - 01,5d,Endeavouring social renters,S02002390,Hillhouse,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191223 +191223,S00131720,8b2,Hard-Pressed Rented Terraces,S01012595,Law - 04,5c,Comfortable neighbourhoods,S02002358,Law,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191224 +191224,S00131156,8b2,Hard-Pressed Rented Terraces,S01012656,Merryton and Meadowhill - 01,4a,Challenged white communities,S02002372,Merryton and Meadowhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191225 +191225,S00132228,8b2,Hard-Pressed Rented Terraces,S01012806,Bothwell North - 04,5c,Comfortable neighbourhoods,S02002400,Bothwell North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191226 +191226,S00132053,8b2,Hard-Pressed Rented Terraces,S01012746,Earnock - 06,5b,Aspiring urban households,S02002389,Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191227 +191227,S00132056,8b2,Hard-Pressed Rented Terraces,S01012749,Hillhouse - 03,4d,Hard-pressed flat dwellers,S02002390,Hillhouse,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191228 +191228,S00132064,8b2,Hard-Pressed Rented Terraces,S01012751,Hillhouse - 05,4a,Challenged white communities,S02002390,Hillhouse,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191229 +191229,S00132065,8b2,Hard-Pressed Rented Terraces,S01012751,Hillhouse - 05,4a,Challenged white communities,S02002390,Hillhouse,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191230 +191230,S00132066,8b2,Hard-Pressed Rented Terraces,S01012751,Hillhouse - 05,4a,Challenged white communities,S02002390,Hillhouse,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191231 +191231,S00132067,8b2,Hard-Pressed Rented Terraces,S01012751,Hillhouse - 05,4a,Challenged white communities,S02002390,Hillhouse,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191232 +191232,S00132076,8b2,Hard-Pressed Rented Terraces,S01012750,Hillhouse - 04,4b,Constrained renters,S02002390,Hillhouse,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191233 +191233,S00132078,8b2,Hard-Pressed Rented Terraces,S01012750,Hillhouse - 04,4b,Constrained renters,S02002390,Hillhouse,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191234 +191234,S00132090,8b2,Hard-Pressed Rented Terraces,S01012747,Hillhouse - 01,5d,Endeavouring social renters,S02002390,Hillhouse,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191235 +191235,S00132103,8b2,Hard-Pressed Rented Terraces,S01012792,Burnbank South and Chantinghall - 05,4d,Hard-pressed flat dwellers,S02002397,Burnbank South and Chantinghall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191236 +191236,S00132141,8b2,Hard-Pressed Rented Terraces,S01012795,Whitehill - 03,4a,Challenged white communities,S02002398,Whitehill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191237 +191237,S00132151,8b2,Hard-Pressed Rented Terraces,S01012797,Whitehill - 05,4a,Challenged white communities,S02002398,Whitehill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191238 +191238,S00132154,8b2,Hard-Pressed Rented Terraces,S01012796,Whitehill - 04,4a,Challenged white communities,S02002398,Whitehill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191239 +191239,S00132169,8b2,Hard-Pressed Rented Terraces,S01012589,"Forth, Braehead and Auchengray - 03",5d,Endeavouring social renters,S02002357,"Forth, Braehead and Auchengray",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191240 +191240,S00132170,8b2,Hard-Pressed Rented Terraces,S01012589,"Forth, Braehead and Auchengray - 03",5d,Endeavouring social renters,S02002357,"Forth, Braehead and Auchengray",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191241 +191241,S00132171,8b2,Hard-Pressed Rented Terraces,S01012589,"Forth, Braehead and Auchengray - 03",5d,Endeavouring social renters,S02002357,"Forth, Braehead and Auchengray",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191242 +191242,S00132174,8b2,Hard-Pressed Rented Terraces,S01012590,"Forth, Braehead and Auchengray - 04",5d,Endeavouring social renters,S02002357,"Forth, Braehead and Auchengray",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191243 +191243,S00132183,8b2,Hard-Pressed Rented Terraces,S01012591,"Forth, Braehead and Auchengray - 05",4a,Challenged white communities,S02002357,"Forth, Braehead and Auchengray",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191244 +191244,S00132215,8b2,Hard-Pressed Rented Terraces,S01012804,Bothwell North - 02,5d,Endeavouring social renters,S02002400,Bothwell North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191245 +191245,S00132216,8b2,Hard-Pressed Rented Terraces,S01012804,Bothwell North - 02,5d,Endeavouring social renters,S02002400,Bothwell North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191246 +191246,S00132217,8b2,Hard-Pressed Rented Terraces,S01012804,Bothwell North - 02,5d,Endeavouring social renters,S02002400,Bothwell North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191247 +191247,S00132220,8b2,Hard-Pressed Rented Terraces,S01012804,Bothwell North - 02,5d,Endeavouring social renters,S02002400,Bothwell North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191248 +191248,S00132221,8b2,Hard-Pressed Rented Terraces,S01012805,Bothwell North - 03,4a,Challenged white communities,S02002400,Bothwell North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191249 +191249,S00132223,8b2,Hard-Pressed Rented Terraces,S01012805,Bothwell North - 03,4a,Challenged white communities,S02002400,Bothwell North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191250 +191250,S00132224,8b2,Hard-Pressed Rented Terraces,S01012805,Bothwell North - 03,4a,Challenged white communities,S02002400,Bothwell North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191251 +191251,S00132558,8a2,Industrious Hardship,S01012685,Strathaven South - 02,5d,Endeavouring social renters,S02002377,Strathaven South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191252 +191252,S00132225,8b2,Hard-Pressed Rented Terraces,S01012805,Bothwell North - 03,4a,Challenged white communities,S02002400,Bothwell North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191253 +191253,S00132226,8b2,Hard-Pressed Rented Terraces,S01012805,Bothwell North - 03,4a,Challenged white communities,S02002400,Bothwell North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191254 +191254,S00132227,8b2,Hard-Pressed Rented Terraces,S01012806,Bothwell North - 04,5c,Comfortable neighbourhoods,S02002400,Bothwell North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191255 +191255,S00131486,8b2,Hard-Pressed Rented Terraces,S01012968,Crosshouse and Lindsayfield - 06,4a,Challenged white communities,S02002429,Crosshouse and Lindsayfield,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191256 +191256,S00130869,8b2,Hard-Pressed Rented Terraces,S01012651,Kirkmuirhill and Blackwood - 05,4a,Challenged white communities,S02002370,Kirkmuirhill and Blackwood,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191257 +191257,S00130870,8b2,Hard-Pressed Rented Terraces,S01012651,Kirkmuirhill and Blackwood - 05,4a,Challenged white communities,S02002370,Kirkmuirhill and Blackwood,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191258 +191258,S00131723,8b2,Hard-Pressed Rented Terraces,S01012596,Law - 05,4a,Challenged white communities,S02002358,Law,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191259 +191259,S00131488,8b2,Hard-Pressed Rented Terraces,S01012968,Crosshouse and Lindsayfield - 06,4a,Challenged white communities,S02002429,Crosshouse and Lindsayfield,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191260 +191260,S00131724,8b2,Hard-Pressed Rented Terraces,S01012596,Law - 05,4a,Challenged white communities,S02002358,Law,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191261 +191261,S00131173,8b2,Hard-Pressed Rented Terraces,S01012607,Carluke East - 02,5c,Comfortable neighbourhoods,S02002361,Carluke East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191262 +191262,S00132229,8b2,Hard-Pressed Rented Terraces,S01012804,Bothwell North - 02,5d,Endeavouring social renters,S02002400,Bothwell North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191263 +191263,S00132847,8b2,Hard-Pressed Rented Terraces,S01012648,Kirkmuirhill and Blackwood - 02,4a,Challenged white communities,S02002370,Kirkmuirhill and Blackwood,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191264 +191264,S00130889,8b2,Hard-Pressed Rented Terraces,S01012624,Lanark North East - 02,4a,Challenged white communities,S02002365,Lanark North East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191265 +191265,S00132735,8a2,Industrious Hardship,S01012996,"Birniehill, Kelvin and Whitehills East - 02",4a,Challenged white communities,S02002435,"Birniehill, Kelvin and Whitehills East",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191266 +191266,S00130364,6a1,Indian Tech Achievers,S01012861,Shawfield and Clincarthill - 02,5c,Comfortable neighbourhoods,S02002409,Shawfield and Clincarthill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191267 +191267,S00132230,8b2,Hard-Pressed Rented Terraces,S01012806,Bothwell North - 04,5c,Comfortable neighbourhoods,S02002400,Bothwell North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191268 +191268,S00131489,8b2,Hard-Pressed Rented Terraces,S01012959,Mossneuk and Newlandsmuir - 02,5b,Aspiring urban households,S02002428,Mossneuk and Newlandsmuir,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191269 +191269,S00131735,8b2,Hard-Pressed Rented Terraces,S01012762,Blantyre South and Wheatlands - 04,5d,Endeavouring social renters,S02002392,Blantyre South and Wheatlands,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191270 +191270,S00131175,8b2,Hard-Pressed Rented Terraces,S01012607,Carluke East - 02,5c,Comfortable neighbourhoods,S02002361,Carluke East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191271 +191271,S00131736,8b2,Hard-Pressed Rented Terraces,S01012762,Blantyre South and Wheatlands - 04,5d,Endeavouring social renters,S02002392,Blantyre South and Wheatlands,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191272 +191272,S00132751,8a2,Industrious Hardship,S01012773,Blantytre North and Coatshill - 04,5d,Endeavouring social renters,S02002394,Blantytre North and Coatshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191273 +191273,S00130891,8b2,Hard-Pressed Rented Terraces,S01012622,Lanark North West - 04,5c,Comfortable neighbourhoods,S02002364,Lanark North West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191274 +191274,S00131491,8b2,Hard-Pressed Rented Terraces,S01012960,Mossneuk and Newlandsmuir - 03,5d,Endeavouring social renters,S02002428,Mossneuk and Newlandsmuir,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191275 +191275,S00132249,8b2,Hard-Pressed Rented Terraces,S01012811,Uddingston and Gardenside - 05,5c,Comfortable neighbourhoods,S02002401,Uddingston and Gardenside,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191276 +191276,S00131177,8b2,Hard-Pressed Rented Terraces,S01012608,Carluke East - 03,5d,Endeavouring social renters,S02002361,Carluke East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191277 +191277,S00130538,6a1,Indian Tech Achievers,S01012820,"Halfway, Hallside and Drumsagard - 07",8c,Comfortable suburbia,S02002402,"Halfway, Hallside and Drumsagard",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191278 +191278,S00130940,8b2,Hard-Pressed Rented Terraces,S01012685,Strathaven South - 02,5d,Endeavouring social renters,S02002377,Strathaven South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191279 +191279,S00131737,8b2,Hard-Pressed Rented Terraces,S01012762,Blantyre South and Wheatlands - 04,5d,Endeavouring social renters,S02002392,Blantyre South and Wheatlands,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191280 +191280,S00132855,8a2,Industrious Hardship,S01012960,Mossneuk and Newlandsmuir - 03,5d,Endeavouring social renters,S02002428,Mossneuk and Newlandsmuir,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191281 +191281,S00130941,8b2,Hard-Pressed Rented Terraces,S01012685,Strathaven South - 02,5d,Endeavouring social renters,S02002377,Strathaven South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191282 +191282,S00131492,8b2,Hard-Pressed Rented Terraces,S01012967,Crosshouse and Lindsayfield - 05,5d,Endeavouring social renters,S02002429,Crosshouse and Lindsayfield,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191283 +191283,S00132250,8b2,Hard-Pressed Rented Terraces,S01012811,Uddingston and Gardenside - 05,5c,Comfortable neighbourhoods,S02002401,Uddingston and Gardenside,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191284 +191284,S00131178,8b2,Hard-Pressed Rented Terraces,S01012608,Carluke East - 03,5d,Endeavouring social renters,S02002361,Carluke East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191285 +191285,S00130637,6a1,Indian Tech Achievers,S01012890,Fernhill and Cathkin - 02,4a,Challenged white communities,S02002415,Fernhill and Cathkin,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191286 +191286,S00131740,8b2,Hard-Pressed Rented Terraces,S01012761,Blantyre South and Wheatlands - 03,4a,Challenged white communities,S02002392,Blantyre South and Wheatlands,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191287 +191287,S00131503,8b2,Hard-Pressed Rented Terraces,S01012977,Greenhills - 03,4a,Challenged white communities,S02002431,Greenhills,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191288 +191288,S00130967,8b2,Hard-Pressed Rented Terraces,S01012694,Strathaven North - 04,5b,Aspiring urban households,S02002378,Strathaven North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191289 +191289,S00130645,6a1,Indian Tech Achievers,S01012859,Farme Cross and Gallowflat North - 04,4d,Hard-pressed flat dwellers,S02002408,Farme Cross and Gallowflat North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191290 +191290,S00132251,8b2,Hard-Pressed Rented Terraces,S01012811,Uddingston and Gardenside - 05,5c,Comfortable neighbourhoods,S02002401,Uddingston and Gardenside,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191291 +191291,S00131179,8b2,Hard-Pressed Rented Terraces,S01012609,Carluke East - 04,4a,Challenged white communities,S02002361,Carluke East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191292 +191292,S00130265,8a1,Industrious Transitions,S01012834,Vicarland and Cairns - 05,4a,Challenged white communities,S02002404,Vicarland and Cairns,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191293 +191293,S00131743,8b2,Hard-Pressed Rented Terraces,S01012763,Blantyre South and Wheatlands - 05,4a,Challenged white communities,S02002392,Blantyre South and Wheatlands,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191294 +191294,S00131506,8b2,Hard-Pressed Rented Terraces,S01012976,Greenhills - 02,4a,Challenged white communities,S02002431,Greenhills,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191295 +191295,S00130984,8b2,Hard-Pressed Rented Terraces,S01012634,Hazelbank and Kirkfieldbank - 03,5c,Comfortable neighbourhoods,S02002367,Hazelbank and Kirkfieldbank,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191296 +191296,S00130703,6a1,Indian Tech Achievers,S01012739,Little Earnock - 07,8c,Comfortable suburbia,S02002388,Little Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191297 +191297,S00132256,8b2,Hard-Pressed Rented Terraces,S01012812,Uddingston and Gardenside - 06,5c,Comfortable neighbourhoods,S02002401,Uddingston and Gardenside,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191298 +191298,S00131181,8b2,Hard-Pressed Rented Terraces,S01012609,Carluke East - 04,4a,Challenged white communities,S02002361,Carluke East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191299 +191299,S00132283,8b2,Hard-Pressed Rented Terraces,S01012985,Westwood South - 06,5c,Comfortable neighbourhoods,S02002432,Westwood South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191300 +191300,S00132305,8b2,Hard-Pressed Rented Terraces,S01012764,Blantyre South and Wheatlands - 06,4a,Challenged white communities,S02002392,Blantyre South and Wheatlands,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191301 +191301,S00132310,8b2,Hard-Pressed Rented Terraces,S01012752,High Blantyre - 01,5d,Endeavouring social renters,S02002391,High Blantyre,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191302 +191302,S00132319,8b2,Hard-Pressed Rented Terraces,S01012706,Eddlewood - 04,4a,Challenged white communities,S02002381,Eddlewood,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191303 +191303,S00132333,8b2,Hard-Pressed Rented Terraces,S01012735,Little Earnock - 03,4a,Challenged white communities,S02002388,Little Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191304 +191304,S00132334,8b2,Hard-Pressed Rented Terraces,S01012732,Woodhead and Meikle Earnock - 04,4a,Challenged white communities,S02002387,Woodhead and Meikle Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191305 +191305,S00132345,8b2,Hard-Pressed Rented Terraces,S01012796,Whitehill - 04,4a,Challenged white communities,S02002398,Whitehill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191306 +191306,S00132362,8b2,Hard-Pressed Rented Terraces,S01012812,Uddingston and Gardenside - 06,5c,Comfortable neighbourhoods,S02002401,Uddingston and Gardenside,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191307 +191307,S00132382,8b2,Hard-Pressed Rented Terraces,S01012643,Lesmahagow - 02,5d,Endeavouring social renters,S02002369,Lesmahagow,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191308 +191308,S00132390,8b2,Hard-Pressed Rented Terraces,S01012625,Lanark North East - 03,4a,Challenged white communities,S02002365,Lanark North East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191309 +191309,S00132391,8b2,Hard-Pressed Rented Terraces,S01012635,Hazelbank and Kirkfieldbank - 04,2d,Rural traits,S02002367,Hazelbank and Kirkfieldbank,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191310 +191310,S00132421,8b2,Hard-Pressed Rented Terraces,S01012608,Carluke East - 03,5d,Endeavouring social renters,S02002361,Carluke East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191311 +191311,S00132422,8b2,Hard-Pressed Rented Terraces,S01012613,Carluke South - 03,5d,Endeavouring social renters,S02002362,Carluke South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191312 +191312,S00132434,8b2,Hard-Pressed Rented Terraces,S01012912,Calderwood West and Nerston - 02,4a,Challenged white communities,S02002419,Calderwood West and Nerston,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191313 +191313,S00132435,8b2,Hard-Pressed Rented Terraces,S01012913,Calderwood West and Nerston - 03,4a,Challenged white communities,S02002419,Calderwood West and Nerston,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191314 +191314,S00132443,8b2,Hard-Pressed Rented Terraces,S01012662,"Larkhall Central, Raploch, Millheugh and Burnhead - 03",4a,Challenged white communities,S02002373,"Larkhall Central, Raploch, Millheugh and Burnhead",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191315 +191315,S00132446,8b2,Hard-Pressed Rented Terraces,S01012612,Carluke South - 02,5d,Endeavouring social renters,S02002362,Carluke South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191316 +191316,S00132470,8b2,Hard-Pressed Rented Terraces,S01012968,Crosshouse and Lindsayfield - 06,4a,Challenged white communities,S02002429,Crosshouse and Lindsayfield,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191317 +191317,S00132472,8b2,Hard-Pressed Rented Terraces,S01012969,Crosshouse and Lindsayfield - 07,4a,Challenged white communities,S02002429,Crosshouse and Lindsayfield,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191318 +191318,S00132476,8b2,Hard-Pressed Rented Terraces,S01012975,Greenhills - 01,4a,Challenged white communities,S02002431,Greenhills,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191319 +191319,S00132478,8b2,Hard-Pressed Rented Terraces,S01012978,Greenhills - 04,4a,Challenged white communities,S02002431,Greenhills,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191320 +191320,S00132479,8b2,Hard-Pressed Rented Terraces,S01012978,Greenhills - 04,4a,Challenged white communities,S02002431,Greenhills,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191321 +191321,S00132483,8b2,Hard-Pressed Rented Terraces,S01012788,Burnbank South and Chantinghall - 01,4a,Challenged white communities,S02002397,Burnbank South and Chantinghall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191322 +191322,S00132485,8b2,Hard-Pressed Rented Terraces,S01012788,Burnbank South and Chantinghall - 01,4a,Challenged white communities,S02002397,Burnbank South and Chantinghall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191323 +191323,S00132554,8b2,Hard-Pressed Rented Terraces,S01012624,Lanark North East - 02,4a,Challenged white communities,S02002365,Lanark North East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191324 +191324,S00132584,8b2,Hard-Pressed Rented Terraces,S01012583,"Carstairs, Carstairs Junction and Carnwath - 03",5c,Comfortable neighbourhoods,S02002356,"Carstairs, Carstairs Junction and Carnwath",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191325 +191325,S00132596,8b2,Hard-Pressed Rented Terraces,S01012665,Hareleeshill - 01,4a,Challenged white communities,S02002374,Hareleeshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191326 +191326,S00132597,8b2,Hard-Pressed Rented Terraces,S01012665,Hareleeshill - 01,4a,Challenged white communities,S02002374,Hareleeshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191327 +191327,S00132600,8b2,Hard-Pressed Rented Terraces,S01012656,Merryton and Meadowhill - 01,4a,Challenged white communities,S02002372,Merryton and Meadowhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191328 +191328,S00132613,8b2,Hard-Pressed Rented Terraces,S01012609,Carluke East - 04,4a,Challenged white communities,S02002361,Carluke East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191329 +191329,S00132685,8b2,Hard-Pressed Rented Terraces,S01012967,Crosshouse and Lindsayfield - 05,5d,Endeavouring social renters,S02002429,Crosshouse and Lindsayfield,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191330 +191330,S00132688,8b2,Hard-Pressed Rented Terraces,S01012988,Westwood East - 03,4a,Challenged white communities,S02002433,Westwood East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191331 +191331,S00132690,8b2,Hard-Pressed Rented Terraces,S01012957,Hairmyres and Westwood West - 05,4a,Challenged white communities,S02002427,Hairmyres and Westwood West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191332 +191332,S00132711,8b2,Hard-Pressed Rented Terraces,S01012975,Greenhills - 01,4a,Challenged white communities,S02002431,Greenhills,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191333 +191333,S00132712,8b2,Hard-Pressed Rented Terraces,S01012975,Greenhills - 01,4a,Challenged white communities,S02002431,Greenhills,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191334 +191334,S00132713,8b2,Hard-Pressed Rented Terraces,S01012971,Whitehills West - 02,4a,Challenged white communities,S02002430,Whitehills West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191335 +191335,S00132715,8b2,Hard-Pressed Rented Terraces,S01012970,Whitehills West - 01,5d,Endeavouring social renters,S02002430,Whitehills West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191336 +191336,S00132717,8b2,Hard-Pressed Rented Terraces,S01012974,Whitehills West - 05,4a,Challenged white communities,S02002430,Whitehills West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191337 +191337,S00132729,8b2,Hard-Pressed Rented Terraces,S01012993,The Murray - 04,4d,Hard-pressed flat dwellers,S02002434,The Murray,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191338 +191338,S00132734,8b2,Hard-Pressed Rented Terraces,S01012970,Whitehills West - 01,5d,Endeavouring social renters,S02002430,Whitehills West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191339 +191339,S00132736,8b2,Hard-Pressed Rented Terraces,S01012996,"Birniehill, Kelvin and Whitehills East - 02",4a,Challenged white communities,S02002435,"Birniehill, Kelvin and Whitehills East",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191340 +191340,S00132737,8b2,Hard-Pressed Rented Terraces,S01012974,Whitehills West - 05,4a,Challenged white communities,S02002430,Whitehills West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191341 +191341,S00132746,8b2,Hard-Pressed Rented Terraces,S01012756,High Blantyre - 05,5c,Comfortable neighbourhoods,S02002391,High Blantyre,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191342 +191342,S00131508,8b2,Hard-Pressed Rented Terraces,S01012976,Greenhills - 02,4a,Challenged white communities,S02002431,Greenhills,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191343 +191343,S00131990,6a1,Indian Tech Achievers,S01012729,Woodhead and Meikle Earnock - 01,5c,Comfortable neighbourhoods,S02002387,Woodhead and Meikle Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191344 +191344,S00130332,8a1,Industrious Transitions,S01012870,Bankhead South - 01,5c,Comfortable neighbourhoods,S02002411,Bankhead South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191345 +191345,S00131182,8b2,Hard-Pressed Rented Terraces,S01012611,Carluke South - 01,5c,Comfortable neighbourhoods,S02002362,Carluke South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191346 +191346,S00131184,8b2,Hard-Pressed Rented Terraces,S01012611,Carluke South - 01,5c,Comfortable neighbourhoods,S02002362,Carluke South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191347 +191347,S00131001,8b2,Hard-Pressed Rented Terraces,S01012676,Stonehouse - 01,5d,Endeavouring social renters,S02002376,Stonehouse,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191348 +191348,S00131188,8b2,Hard-Pressed Rented Terraces,S01012613,Carluke South - 03,5d,Endeavouring social renters,S02002362,Carluke South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191349 +191349,S00131002,8b2,Hard-Pressed Rented Terraces,S01012676,Stonehouse - 01,5d,Endeavouring social renters,S02002376,Stonehouse,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191350 +191350,S00131744,8b2,Hard-Pressed Rented Terraces,S01012763,Blantyre South and Wheatlands - 05,4a,Challenged white communities,S02002392,Blantyre South and Wheatlands,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191351 +191351,S00131189,8b2,Hard-Pressed Rented Terraces,S01012613,Carluke South - 03,5d,Endeavouring social renters,S02002362,Carluke South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191352 +191352,S00131208,8b2,Hard-Pressed Rented Terraces,S01012605,Carluke North - 04,5d,Endeavouring social renters,S02002360,Carluke North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191353 +191353,S00131209,8b2,Hard-Pressed Rented Terraces,S01012618,"Crossford, Braidwood and Yieldshields - 04",2d,Rural traits,S02002363,"Crossford, Braidwood and Yieldshields",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191354 +191354,S00131220,8b2,Hard-Pressed Rented Terraces,S01012612,Carluke South - 02,5d,Endeavouring social renters,S02002362,Carluke South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191355 +191355,S00131235,8b2,Hard-Pressed Rented Terraces,S01012604,Carluke North - 03,5d,Endeavouring social renters,S02002360,Carluke North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191356 +191356,S00131236,8b2,Hard-Pressed Rented Terraces,S01012604,Carluke North - 03,5d,Endeavouring social renters,S02002360,Carluke North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191357 +191357,S00131237,8b2,Hard-Pressed Rented Terraces,S01012603,Carluke North - 02,5c,Comfortable neighbourhoods,S02002360,Carluke North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191358 +191358,S00131238,8b2,Hard-Pressed Rented Terraces,S01012604,Carluke North - 03,5d,Endeavouring social renters,S02002360,Carluke North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191359 +191359,S00131239,8b2,Hard-Pressed Rented Terraces,S01012604,Carluke North - 03,5d,Endeavouring social renters,S02002360,Carluke North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191360 +191360,S00131264,8b2,Hard-Pressed Rented Terraces,S01012935,West Mains - 02,5c,Comfortable neighbourhoods,S02002423,West Mains,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191361 +191361,S00131265,8b2,Hard-Pressed Rented Terraces,S01012934,West Mains - 01,5c,Comfortable neighbourhoods,S02002423,West Mains,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191362 +191362,S00131267,8b2,Hard-Pressed Rented Terraces,S01012935,West Mains - 02,5c,Comfortable neighbourhoods,S02002423,West Mains,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191363 +191363,S00131268,8b2,Hard-Pressed Rented Terraces,S01012935,West Mains - 02,5c,Comfortable neighbourhoods,S02002423,West Mains,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191364 +191364,S00131270,8b2,Hard-Pressed Rented Terraces,S01012935,West Mains - 02,5c,Comfortable neighbourhoods,S02002423,West Mains,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191365 +191365,S00131272,8b2,Hard-Pressed Rented Terraces,S01012942,Stewartfield West - 01,4a,Challenged white communities,S02002425,Stewartfield West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191366 +191366,S00131273,8b2,Hard-Pressed Rented Terraces,S01012935,West Mains - 02,5c,Comfortable neighbourhoods,S02002423,West Mains,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191367 +191367,S00131519,8b2,Hard-Pressed Rented Terraces,S01012956,Hairmyres and Westwood West - 04,5a,Ageing urban communities,S02002427,Hairmyres and Westwood West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191368 +191368,S00130397,8a1,Industrious Transitions,S01012852,"Burgh, Eastfield and Silverbank - 05",8c,Comfortable suburbia,S02002407,"Burgh, Eastfield and Silverbank",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191369 +191369,S00132200,6a1,Indian Tech Achievers,S01012802,Bothwell South - 05,8c,Comfortable suburbia,S02002399,Bothwell South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191370 +191370,S00131276,8b2,Hard-Pressed Rented Terraces,S01012942,Stewartfield West - 01,4a,Challenged white communities,S02002425,Stewartfield West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191371 +191371,S00131280,8b2,Hard-Pressed Rented Terraces,S01012896,Nerston and EK Landward Area - 03,4d,Hard-pressed flat dwellers,S02002416,Nerston and EK Landward Area,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191372 +191372,S00131309,8b2,Hard-Pressed Rented Terraces,S01012927,St Leonards South - 05,4a,Challenged white communities,S02002421,St Leonards South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191373 +191373,S00131319,8b2,Hard-Pressed Rented Terraces,S01012927,St Leonards South - 05,4a,Challenged white communities,S02002421,St Leonards South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191374 +191374,S00131325,8b2,Hard-Pressed Rented Terraces,S01012916,St Leonards North - 01,5c,Comfortable neighbourhoods,S02002420,St Leonards North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191375 +191375,S00131339,8b2,Hard-Pressed Rented Terraces,S01012918,St Leonards North - 03,4d,Hard-pressed flat dwellers,S02002420,St Leonards North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191376 +191376,S00131346,8b2,Hard-Pressed Rented Terraces,S01012912,Calderwood West and Nerston - 02,4a,Challenged white communities,S02002419,Calderwood West and Nerston,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191377 +191377,S00131353,8b2,Hard-Pressed Rented Terraces,S01012913,Calderwood West and Nerston - 03,4a,Challenged white communities,S02002419,Calderwood West and Nerston,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191378 +191378,S00131363,8b2,Hard-Pressed Rented Terraces,S01012908,Calderwood Central - 03,4a,Challenged white communities,S02002418,Calderwood Central,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191379 +191379,S00131365,8b2,Hard-Pressed Rented Terraces,S01012908,Calderwood Central - 03,4a,Challenged white communities,S02002418,Calderwood Central,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191380 +191380,S00131369,8b2,Hard-Pressed Rented Terraces,S01012907,Calderwood Central - 02,4a,Challenged white communities,S02002418,Calderwood Central,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191381 +191381,S00131397,8b2,Hard-Pressed Rented Terraces,S01012900,Nerston and EK Landward Area - 07,2a,Ageing rural neighbourhoods,S02002416,Nerston and EK Landward Area,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191382 +191382,S00131400,8b2,Hard-Pressed Rented Terraces,S01012910,Calderwood Central - 05,4d,Hard-pressed flat dwellers,S02002418,Calderwood Central,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191383 +191383,S00131403,8b2,Hard-Pressed Rented Terraces,S01012904,Calderwood East - 04,4a,Challenged white communities,S02002417,Calderwood East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191384 +191384,S00131408,8b2,Hard-Pressed Rented Terraces,S01012899,Nerston and EK Landward Area - 06,4d,Hard-pressed flat dwellers,S02002416,Nerston and EK Landward Area,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191385 +191385,S00131419,8b2,Hard-Pressed Rented Terraces,S01012903,Calderwood East - 03,4d,Hard-pressed flat dwellers,S02002417,Calderwood East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191386 +191386,S00131431,8b2,Hard-Pressed Rented Terraces,S01012922,St Leonards North - 07,5c,Comfortable neighbourhoods,S02002420,St Leonards North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191387 +191387,S00131449,8b2,Hard-Pressed Rented Terraces,S01012931,East Mains - 02,5c,Comfortable neighbourhoods,S02002422,East Mains,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191388 +191388,S00131460,8b2,Hard-Pressed Rented Terraces,S01012933,East Mains - 04,5c,Comfortable neighbourhoods,S02002422,East Mains,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191389 +191389,S00131481,8b2,Hard-Pressed Rented Terraces,S01012966,Crosshouse and Lindsayfield - 04,5a,Ageing urban communities,S02002429,Crosshouse and Lindsayfield,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191390 +191390,S00131482,8b2,Hard-Pressed Rented Terraces,S01012966,Crosshouse and Lindsayfield - 04,5a,Ageing urban communities,S02002429,Crosshouse and Lindsayfield,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191391 +191391,S00131483,8b2,Hard-Pressed Rented Terraces,S01012967,Crosshouse and Lindsayfield - 05,5d,Endeavouring social renters,S02002429,Crosshouse and Lindsayfield,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191392 +191392,S00131484,8b2,Hard-Pressed Rented Terraces,S01012969,Crosshouse and Lindsayfield - 07,4a,Challenged white communities,S02002429,Crosshouse and Lindsayfield,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191393 +191393,S00131485,8b2,Hard-Pressed Rented Terraces,S01012958,Mossneuk and Newlandsmuir - 01,5d,Endeavouring social renters,S02002428,Mossneuk and Newlandsmuir,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191394 +191394,S00131745,8b2,Hard-Pressed Rented Terraces,S01012763,Blantyre South and Wheatlands - 05,4a,Challenged white communities,S02002392,Blantyre South and Wheatlands,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191395 +191395,S00131520,8b2,Hard-Pressed Rented Terraces,S01012985,Westwood South - 06,5c,Comfortable neighbourhoods,S02002432,Westwood South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191396 +191396,S00131003,8b2,Hard-Pressed Rented Terraces,S01012676,Stonehouse - 01,5d,Endeavouring social renters,S02002376,Stonehouse,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191397 +191397,S00131746,8b2,Hard-Pressed Rented Terraces,S01012763,Blantyre South and Wheatlands - 05,4a,Challenged white communities,S02002392,Blantyre South and Wheatlands,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191398 +191398,S00131004,8b2,Hard-Pressed Rented Terraces,S01012676,Stonehouse - 01,5d,Endeavouring social renters,S02002376,Stonehouse,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191399 +191399,S00131747,8b2,Hard-Pressed Rented Terraces,S01012764,Blantyre South and Wheatlands - 06,4a,Challenged white communities,S02002392,Blantyre South and Wheatlands,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191400 +191400,S00130489,8a1,Industrious Transitions,S01012891,Fernhill and Cathkin - 03,4a,Challenged white communities,S02002415,Fernhill and Cathkin,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191401 +191401,S00131005,8b2,Hard-Pressed Rented Terraces,S01012677,Stonehouse - 02,4a,Challenged white communities,S02002376,Stonehouse,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191402 +191402,S00131521,8b2,Hard-Pressed Rented Terraces,S01012985,Westwood South - 06,5c,Comfortable neighbourhoods,S02002432,Westwood South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191403 +191403,S00132682,6a1,Indian Tech Achievers,S01012938,Stewartfield East - 01,8a,Affluent communities,S02002424,Stewartfield East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191404 +191404,S00131750,8b2,Hard-Pressed Rented Terraces,S01012766,Low Blantyre and Bardykes - 02,5d,Endeavouring social renters,S02002393,Low Blantyre and Bardykes,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191405 +191405,S00130647,8a1,Industrious Transitions,S01012820,"Halfway, Hallside and Drumsagard - 07",8c,Comfortable suburbia,S02002402,"Halfway, Hallside and Drumsagard",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191406 +191406,S00132851,6a1,Indian Tech Achievers,S01012945,Stewartfield West - 04,8a,Affluent communities,S02002425,Stewartfield West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191407 +191407,S00131008,8b2,Hard-Pressed Rented Terraces,S01012677,Stonehouse - 02,4a,Challenged white communities,S02002376,Stonehouse,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191408 +191408,S00131529,8b2,Hard-Pressed Rented Terraces,S01012984,Westwood South - 05,4a,Challenged white communities,S02002432,Westwood South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191409 +191409,S00131762,8b2,Hard-Pressed Rented Terraces,S01012773,Blantytre North and Coatshill - 04,5d,Endeavouring social renters,S02002394,Blantytre North and Coatshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191410 +191410,S00130743,8a1,Industrious Transitions,S01012582,"Carstairs, Carstairs Junction and Carnwath - 02",2c,Remoter communities,S02002356,"Carstairs, Carstairs Junction and Carnwath",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191411 +191411,S00131536,8b2,Hard-Pressed Rented Terraces,S01012987,Westwood East - 02,4a,Challenged white communities,S02002433,Westwood East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191412 +191412,S00130290,8a2,Industrious Hardship,S01012873,Bankhead South - 04,4d,Hard-pressed flat dwellers,S02002411,Bankhead South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191413 +191413,S00131009,8b2,Hard-Pressed Rented Terraces,S01012677,Stonehouse - 02,4a,Challenged white communities,S02002376,Stonehouse,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191414 +191414,S00131763,8b2,Hard-Pressed Rented Terraces,S01012773,Blantytre North and Coatshill - 04,5d,Endeavouring social renters,S02002394,Blantytre North and Coatshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191415 +191415,S00130788,8a1,Industrious Transitions,S01012571,Clydesdale South - 02,2d,Rural traits,S02002354,Clydesdale South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191416 +191416,S00131538,8b2,Hard-Pressed Rented Terraces,S01012988,Westwood East - 03,4a,Challenged white communities,S02002433,Westwood East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191417 +191417,S00130807,8a2,Industrious Hardship,S01012637,"Douglas, Coalburn and Rigside - 01",4a,Challenged white communities,S02002368,"Douglas, Coalburn and Rigside",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191418 +191418,S00131764,8b2,Hard-Pressed Rented Terraces,S01012766,Low Blantyre and Bardykes - 02,5d,Endeavouring social renters,S02002393,Low Blantyre and Bardykes,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191419 +191419,S00131021,8b2,Hard-Pressed Rented Terraces,S01012683,Stonehouse - 08,5c,Comfortable neighbourhoods,S02002376,Stonehouse,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191420 +191420,S00130848,8a1,Industrious Transitions,S01012643,Lesmahagow - 02,5d,Endeavouring social renters,S02002369,Lesmahagow,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191421 +191421,S00131542,8b2,Hard-Pressed Rented Terraces,S01012988,Westwood East - 03,4a,Challenged white communities,S02002433,Westwood East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191422 +191422,S00130812,8a2,Industrious Hardship,S01012638,"Douglas, Coalburn and Rigside - 02",5e,Primary sector workers,S02002368,"Douglas, Coalburn and Rigside",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191423 +191423,S00131765,8b2,Hard-Pressed Rented Terraces,S01012766,Low Blantyre and Bardykes - 02,5d,Endeavouring social renters,S02002393,Low Blantyre and Bardykes,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191424 +191424,S00131032,8b2,Hard-Pressed Rented Terraces,S01012585,"Carstairs, Carstairs Junction and Carnwath - 05",4a,Challenged white communities,S02002356,"Carstairs, Carstairs Junction and Carnwath",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191425 +191425,S00130938,8a1,Industrious Transitions,S01012685,Strathaven South - 02,5d,Endeavouring social renters,S02002377,Strathaven South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191426 +191426,S00131545,8b2,Hard-Pressed Rented Terraces,S01012987,Westwood East - 02,4a,Challenged white communities,S02002433,Westwood East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191427 +191427,S00130819,8a2,Industrious Hardship,S01012639,"Douglas, Coalburn and Rigside - 03",5d,Endeavouring social renters,S02002368,"Douglas, Coalburn and Rigside",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191428 +191428,S00131766,8b2,Hard-Pressed Rented Terraces,S01012765,Low Blantyre and Bardykes - 01,5d,Endeavouring social renters,S02002393,Low Blantyre and Bardykes,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191429 +191429,S00131034,8b2,Hard-Pressed Rented Terraces,S01012585,"Carstairs, Carstairs Junction and Carnwath - 05",4a,Challenged white communities,S02002356,"Carstairs, Carstairs Junction and Carnwath",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191430 +191430,S00131041,8b2,Hard-Pressed Rented Terraces,S01012653,Ashgill and Netherburn - 01,2d,Rural traits,S02002371,Ashgill and Netherburn,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191431 +191431,S00131042,8b2,Hard-Pressed Rented Terraces,S01012653,Ashgill and Netherburn - 01,2d,Rural traits,S02002371,Ashgill and Netherburn,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191432 +191432,S00131043,8b2,Hard-Pressed Rented Terraces,S01012653,Ashgill and Netherburn - 01,2d,Rural traits,S02002371,Ashgill and Netherburn,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191433 +191433,S00131046,8b2,Hard-Pressed Rented Terraces,S01012653,Ashgill and Netherburn - 01,2d,Rural traits,S02002371,Ashgill and Netherburn,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191434 +191434,S00131057,8b2,Hard-Pressed Rented Terraces,S01012671,Strutherhill - 01,5d,Endeavouring social renters,S02002375,Strutherhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191435 +191435,S00131058,8b2,Hard-Pressed Rented Terraces,S01012671,Strutherhill - 01,5d,Endeavouring social renters,S02002375,Strutherhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191436 +191436,S00131059,8b2,Hard-Pressed Rented Terraces,S01012671,Strutherhill - 01,5d,Endeavouring social renters,S02002375,Strutherhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191437 +191437,S00131060,8b2,Hard-Pressed Rented Terraces,S01012671,Strutherhill - 01,5d,Endeavouring social renters,S02002375,Strutherhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191438 +191438,S00131063,8b2,Hard-Pressed Rented Terraces,S01012672,Strutherhill - 02,4a,Challenged white communities,S02002375,Strutherhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191439 +191439,S00131064,8b2,Hard-Pressed Rented Terraces,S01012671,Strutherhill - 01,5d,Endeavouring social renters,S02002375,Strutherhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191440 +191440,S00131066,8b2,Hard-Pressed Rented Terraces,S01012671,Strutherhill - 01,5d,Endeavouring social renters,S02002375,Strutherhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191441 +191441,S00131067,8b2,Hard-Pressed Rented Terraces,S01012672,Strutherhill - 02,4a,Challenged white communities,S02002375,Strutherhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191442 +191442,S00131068,8b2,Hard-Pressed Rented Terraces,S01012671,Strutherhill - 01,5d,Endeavouring social renters,S02002375,Strutherhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191443 +191443,S00131069,8b2,Hard-Pressed Rented Terraces,S01012675,Strutherhill - 05,4a,Challenged white communities,S02002375,Strutherhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191444 +191444,S00131070,8b2,Hard-Pressed Rented Terraces,S01012672,Strutherhill - 02,4a,Challenged white communities,S02002375,Strutherhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191445 +191445,S00131075,8b2,Hard-Pressed Rented Terraces,S01012673,Strutherhill - 03,4a,Challenged white communities,S02002375,Strutherhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191446 +191446,S00131076,8b2,Hard-Pressed Rented Terraces,S01012673,Strutherhill - 03,4a,Challenged white communities,S02002375,Strutherhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191447 +191447,S00131078,8b2,Hard-Pressed Rented Terraces,S01012673,Strutherhill - 03,4a,Challenged white communities,S02002375,Strutherhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191448 +191448,S00131079,8b2,Hard-Pressed Rented Terraces,S01012673,Strutherhill - 03,4a,Challenged white communities,S02002375,Strutherhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191449 +191449,S00131080,8b2,Hard-Pressed Rented Terraces,S01012673,Strutherhill - 03,4a,Challenged white communities,S02002375,Strutherhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191450 +191450,S00131081,8b2,Hard-Pressed Rented Terraces,S01012674,Strutherhill - 04,4a,Challenged white communities,S02002375,Strutherhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191451 +191451,S00131083,8b2,Hard-Pressed Rented Terraces,S01012675,Strutherhill - 05,4a,Challenged white communities,S02002375,Strutherhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191452 +191452,S00131084,8b2,Hard-Pressed Rented Terraces,S01012675,Strutherhill - 05,4a,Challenged white communities,S02002375,Strutherhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191453 +191453,S00131109,8b2,Hard-Pressed Rented Terraces,S01012665,Hareleeshill - 01,4a,Challenged white communities,S02002374,Hareleeshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191454 +191454,S00131110,8b2,Hard-Pressed Rented Terraces,S01012665,Hareleeshill - 01,4a,Challenged white communities,S02002374,Hareleeshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191455 +191455,S00131112,8b2,Hard-Pressed Rented Terraces,S01012666,Hareleeshill - 02,4a,Challenged white communities,S02002374,Hareleeshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191456 +191456,S00131113,8b2,Hard-Pressed Rented Terraces,S01012666,Hareleeshill - 02,4a,Challenged white communities,S02002374,Hareleeshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191457 +191457,S00131115,8b2,Hard-Pressed Rented Terraces,S01012666,Hareleeshill - 02,4a,Challenged white communities,S02002374,Hareleeshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191458 +191458,S00131116,8b2,Hard-Pressed Rented Terraces,S01012666,Hareleeshill - 02,4a,Challenged white communities,S02002374,Hareleeshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191459 +191459,S00131151,8b2,Hard-Pressed Rented Terraces,S01012656,Merryton and Meadowhill - 01,4a,Challenged white communities,S02002372,Merryton and Meadowhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191460 +191460,S00131154,8b2,Hard-Pressed Rented Terraces,S01012656,Merryton and Meadowhill - 01,4a,Challenged white communities,S02002372,Merryton and Meadowhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191461 +191461,S00131155,8b2,Hard-Pressed Rented Terraces,S01012656,Merryton and Meadowhill - 01,4a,Challenged white communities,S02002372,Merryton and Meadowhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191462 +191462,S00130969,8a1,Industrious Transitions,S01012692,Strathaven North - 02,5a,Ageing urban communities,S02002378,Strathaven North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191463 +191463,S00130970,8a1,Industrious Transitions,S01012694,Strathaven North - 04,5b,Aspiring urban households,S02002378,Strathaven North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191464 +191464,S00131767,8b2,Hard-Pressed Rented Terraces,S01012766,Low Blantyre and Bardykes - 02,5d,Endeavouring social renters,S02002393,Low Blantyre and Bardykes,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191465 +191465,S00130976,8a1,Industrious Transitions,S01012689,Strathaven South - 06,8b,Ageing suburbanites,S02002377,Strathaven South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191466 +191466,S00131768,8b2,Hard-Pressed Rented Terraces,S01012765,Low Blantyre and Bardykes - 01,5d,Endeavouring social renters,S02002393,Low Blantyre and Bardykes,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191467 +191467,S00131006,8a1,Industrious Transitions,S01012676,Stonehouse - 01,5d,Endeavouring social renters,S02002376,Stonehouse,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191468 +191468,S00131769,8b2,Hard-Pressed Rented Terraces,S01012764,Blantyre South and Wheatlands - 06,4a,Challenged white communities,S02002392,Blantyre South and Wheatlands,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191469 +191469,S00131052,8a1,Industrious Transitions,S01012654,Ashgill and Netherburn - 02,2d,Rural traits,S02002371,Ashgill and Netherburn,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191470 +191470,S00131771,8b2,Hard-Pressed Rented Terraces,S01012764,Blantyre South and Wheatlands - 06,4a,Challenged white communities,S02002392,Blantyre South and Wheatlands,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191471 +191471,S00131091,8a1,Industrious Transitions,S01012660,"Larkhall Central, Raploch, Millheugh and Burnhead - 01",5c,Comfortable neighbourhoods,S02002373,"Larkhall Central, Raploch, Millheugh and Burnhead",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191472 +191472,S00131773,8b2,Hard-Pressed Rented Terraces,S01012764,Blantyre South and Wheatlands - 06,4a,Challenged white communities,S02002392,Blantyre South and Wheatlands,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191473 +191473,S00131137,8a1,Industrious Transitions,S01012669,Hareleeshill - 05,8b,Ageing suburbanites,S02002374,Hareleeshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191474 +191474,S00131778,8b2,Hard-Pressed Rented Terraces,S01012772,Blantytre North and Coatshill - 03,4a,Challenged white communities,S02002394,Blantytre North and Coatshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191475 +191475,S00131146,8a1,Industrious Transitions,S01012670,Hareleeshill - 06,8b,Ageing suburbanites,S02002374,Hareleeshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191476 +191476,S00131780,8b2,Hard-Pressed Rented Terraces,S01012772,Blantytre North and Coatshill - 03,4a,Challenged white communities,S02002394,Blantytre North and Coatshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191477 +191477,S00131547,8b2,Hard-Pressed Rented Terraces,S01012987,Westwood East - 02,4a,Challenged white communities,S02002433,Westwood East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191478 +191478,S00131222,8a1,Industrious Transitions,S01012614,Carluke South - 04,5a,Ageing urban communities,S02002362,Carluke South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191479 +191479,S00131252,8a1,Industrious Transitions,S01012935,West Mains - 02,5c,Comfortable neighbourhoods,S02002423,West Mains,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191480 +191480,S00131385,8a1,Industrious Transitions,S01012909,Calderwood Central - 04,4a,Challenged white communities,S02002418,Calderwood Central,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191481 +191481,S00131447,8a1,Industrious Transitions,S01012933,East Mains - 04,5c,Comfortable neighbourhoods,S02002422,East Mains,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191482 +191482,S00131496,8a1,Industrious Transitions,S01012958,Mossneuk and Newlandsmuir - 01,5d,Endeavouring social renters,S02002428,Mossneuk and Newlandsmuir,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191483 +191483,S00131498,8a1,Industrious Transitions,S01012958,Mossneuk and Newlandsmuir - 01,5d,Endeavouring social renters,S02002428,Mossneuk and Newlandsmuir,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191484 +191484,S00131507,8a1,Industrious Transitions,S01012969,Crosshouse and Lindsayfield - 07,4a,Challenged white communities,S02002429,Crosshouse and Lindsayfield,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191485 +191485,S00131555,8a1,Industrious Transitions,S01012986,Westwood East - 01,4a,Challenged white communities,S02002433,Westwood East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191486 +191486,S00131707,8a1,Industrious Transitions,S01012995,"Birniehill, Kelvin and Whitehills East - 01",5d,Endeavouring social renters,S02002435,"Birniehill, Kelvin and Whitehills East",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191487 +191487,S00130823,8a2,Industrious Hardship,S01012639,"Douglas, Coalburn and Rigside - 03",5d,Endeavouring social renters,S02002368,"Douglas, Coalburn and Rigside",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191488 +191488,S00131718,8a1,Industrious Transitions,S01012597,Law - 06,5c,Comfortable neighbourhoods,S02002358,Law,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191489 +191489,S00131732,8a1,Industrious Transitions,S01012758,High Blantyre - 07,4a,Challenged white communities,S02002391,High Blantyre,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191490 +191490,S00131776,8a1,Industrious Transitions,S01012770,Blantytre North and Coatshill - 01,5c,Comfortable neighbourhoods,S02002394,Blantytre North and Coatshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191491 +191491,S00131804,8a1,Industrious Transitions,S01012778,Burnbank North - 05,4a,Challenged white communities,S02002395,Burnbank North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191492 +191492,S00132020,8a1,Industrious Transitions,S01012736,Little Earnock - 04,5c,Comfortable neighbourhoods,S02002388,Little Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191493 +191493,S00132049,8a1,Industrious Transitions,S01012747,Hillhouse - 01,5d,Endeavouring social renters,S02002390,Hillhouse,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191494 +191494,S00132110,8a1,Industrious Transitions,S01012774,Burnbank North - 01,5a,Ageing urban communities,S02002395,Burnbank North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191495 +191495,S00132168,8a1,Industrious Transitions,S01012589,"Forth, Braehead and Auchengray - 03",5d,Endeavouring social renters,S02002357,"Forth, Braehead and Auchengray",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191496 +191496,S00132172,8a1,Industrious Transitions,S01012589,"Forth, Braehead and Auchengray - 03",5d,Endeavouring social renters,S02002357,"Forth, Braehead and Auchengray",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191497 +191497,S00132233,8a1,Industrious Transitions,S01012808,Uddingston and Gardenside - 02,5c,Comfortable neighbourhoods,S02002401,Uddingston and Gardenside,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191498 +191498,S00132301,8a1,Industrious Transitions,S01012766,Low Blantyre and Bardykes - 02,5d,Endeavouring social renters,S02002393,Low Blantyre and Bardykes,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191499 +191499,S00132302,8a1,Industrious Transitions,S01012766,Low Blantyre and Bardykes - 02,5d,Endeavouring social renters,S02002393,Low Blantyre and Bardykes,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191500 +191500,S00132336,8a1,Industrious Transitions,S01012636,Hazelbank and Kirkfieldbank - 05,2c,Remoter communities,S02002367,Hazelbank and Kirkfieldbank,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191501 +191501,S00132351,8a1,Industrious Transitions,S01012589,"Forth, Braehead and Auchengray - 03",5d,Endeavouring social renters,S02002357,"Forth, Braehead and Auchengray",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191502 +191502,S00132545,8a1,Industrious Transitions,S01012650,Kirkmuirhill and Blackwood - 04,5c,Comfortable neighbourhoods,S02002370,Kirkmuirhill and Blackwood,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191503 +191503,S00132657,8a1,Industrious Transitions,S01012931,East Mains - 02,5c,Comfortable neighbourhoods,S02002422,East Mains,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191504 +191504,S00132800,8a1,Industrious Transitions,S01012784,Burnbank Central and Udston - 04,4a,Challenged white communities,S02002396,Burnbank Central and Udston,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191505 +191505,S00132825,8a1,Industrious Transitions,S01012777,Burnbank North - 04,5b,Aspiring urban households,S02002395,Burnbank North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191506 +191506,S00130154,2c2,Migrant Commuters,S01012849,"Burgh, Eastfield and Silverbank - 02",4d,Hard-pressed flat dwellers,S02002407,"Burgh, Eastfield and Silverbank",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191507 +191507,S00130160,2c2,Migrant Commuters,S01012846,Cambuslang Central - 04,4d,Hard-pressed flat dwellers,S02002406,Cambuslang Central,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191508 +191508,S00131781,8b2,Hard-Pressed Rented Terraces,S01012772,Blantytre North and Coatshill - 03,4a,Challenged white communities,S02002394,Blantytre North and Coatshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191509 +191509,S00131554,8b2,Hard-Pressed Rented Terraces,S01012986,Westwood East - 01,4a,Challenged white communities,S02002433,Westwood East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191510 +191510,S00130833,8a2,Industrious Hardship,S01012577,"Biggar, Symington, Thankerton and Dolphinton - 04",2c,Remoter communities,S02002355,"Biggar, Symington, Thankerton and Dolphinton",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191511 +191511,S00131563,8b2,Hard-Pressed Rented Terraces,S01012989,Westwood East - 04,4a,Challenged white communities,S02002433,Westwood East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191512 +191512,S00131782,8b2,Hard-Pressed Rented Terraces,S01012772,Blantytre North and Coatshill - 03,4a,Challenged white communities,S02002394,Blantytre North and Coatshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191513 +191513,S00130854,8a2,Industrious Hardship,S01012644,Lesmahagow - 03,4a,Challenged white communities,S02002369,Lesmahagow,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191514 +191514,S00131566,8b2,Hard-Pressed Rented Terraces,S01012957,Hairmyres and Westwood West - 05,4a,Challenged white communities,S02002427,Hairmyres and Westwood West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191515 +191515,S00130893,8a2,Industrious Hardship,S01012622,Lanark North West - 04,5c,Comfortable neighbourhoods,S02002364,Lanark North West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191516 +191516,S00131785,8b2,Hard-Pressed Rented Terraces,S01012773,Blantytre North and Coatshill - 04,5d,Endeavouring social renters,S02002394,Blantytre North and Coatshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191517 +191517,S00131567,8b2,Hard-Pressed Rented Terraces,S01012956,Hairmyres and Westwood West - 04,5a,Ageing urban communities,S02002427,Hairmyres and Westwood West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191518 +191518,S00130902,8a2,Industrious Hardship,S01012625,Lanark North East - 03,4a,Challenged white communities,S02002365,Lanark North East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191519 +191519,S00131786,8b2,Hard-Pressed Rented Terraces,S01012770,Blantytre North and Coatshill - 01,5c,Comfortable neighbourhoods,S02002394,Blantytre North and Coatshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191520 +191520,S00131568,8b2,Hard-Pressed Rented Terraces,S01012956,Hairmyres and Westwood West - 04,5a,Ageing urban communities,S02002427,Hairmyres and Westwood West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191521 +191521,S00130990,8a2,Industrious Hardship,S01012581,"Carstairs, Carstairs Junction and Carnwath - 01",5d,Endeavouring social renters,S02002356,"Carstairs, Carstairs Junction and Carnwath",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191522 +191522,S00131788,8b2,Hard-Pressed Rented Terraces,S01012770,Blantytre North and Coatshill - 01,5c,Comfortable neighbourhoods,S02002394,Blantytre North and Coatshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191523 +191523,S00131569,8b2,Hard-Pressed Rented Terraces,S01012956,Hairmyres and Westwood West - 04,5a,Ageing urban communities,S02002427,Hairmyres and Westwood West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191524 +191524,S00130992,8a2,Industrious Hardship,S01012581,"Carstairs, Carstairs Junction and Carnwath - 01",5d,Endeavouring social renters,S02002356,"Carstairs, Carstairs Junction and Carnwath",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191525 +191525,S00131797,8b2,Hard-Pressed Rented Terraces,S01012752,High Blantyre - 01,5d,Endeavouring social renters,S02002391,High Blantyre,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191526 +191526,S00131799,8b2,Hard-Pressed Rented Terraces,S01012776,Burnbank North - 03,4a,Challenged white communities,S02002395,Burnbank North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191527 +191527,S00131805,8b2,Hard-Pressed Rented Terraces,S01012778,Burnbank North - 05,4a,Challenged white communities,S02002395,Burnbank North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191528 +191528,S00131822,8b2,Hard-Pressed Rented Terraces,S01012754,High Blantyre - 03,4a,Challenged white communities,S02002391,High Blantyre,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191529 +191529,S00131823,8b2,Hard-Pressed Rented Terraces,S01012754,High Blantyre - 03,4a,Challenged white communities,S02002391,High Blantyre,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191530 +191530,S00131824,8b2,Hard-Pressed Rented Terraces,S01012753,High Blantyre - 02,4a,Challenged white communities,S02002391,High Blantyre,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191531 +191531,S00131826,8b2,Hard-Pressed Rented Terraces,S01012753,High Blantyre - 02,4a,Challenged white communities,S02002391,High Blantyre,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191532 +191532,S00131829,8b2,Hard-Pressed Rented Terraces,S01012753,High Blantyre - 02,4a,Challenged white communities,S02002391,High Blantyre,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191533 +191533,S00131831,8b2,Hard-Pressed Rented Terraces,S01012752,High Blantyre - 01,5d,Endeavouring social renters,S02002391,High Blantyre,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191534 +191534,S00131835,8b2,Hard-Pressed Rented Terraces,S01012758,High Blantyre - 07,4a,Challenged white communities,S02002391,High Blantyre,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191535 +191535,S00131836,8b2,Hard-Pressed Rented Terraces,S01012757,High Blantyre - 06,4a,Challenged white communities,S02002391,High Blantyre,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191536 +191536,S00131837,8b2,Hard-Pressed Rented Terraces,S01012758,High Blantyre - 07,4a,Challenged white communities,S02002391,High Blantyre,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191537 +191537,S00131844,8b2,Hard-Pressed Rented Terraces,S01012759,Blantyre South and Wheatlands - 01,4a,Challenged white communities,S02002392,Blantyre South and Wheatlands,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191538 +191538,S00131846,8b2,Hard-Pressed Rented Terraces,S01012759,Blantyre South and Wheatlands - 01,4a,Challenged white communities,S02002392,Blantyre South and Wheatlands,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191539 +191539,S00131849,8b2,Hard-Pressed Rented Terraces,S01012759,Blantyre South and Wheatlands - 01,4a,Challenged white communities,S02002392,Blantyre South and Wheatlands,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191540 +191540,S00131899,8b2,Hard-Pressed Rented Terraces,S01012704,Eddlewood - 02,4a,Challenged white communities,S02002381,Eddlewood,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191541 +191541,S00131900,8b2,Hard-Pressed Rented Terraces,S01012704,Eddlewood - 02,4a,Challenged white communities,S02002381,Eddlewood,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191542 +191542,S00131902,8b2,Hard-Pressed Rented Terraces,S01012703,Eddlewood - 01,8c,Comfortable suburbia,S02002381,Eddlewood,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191543 +191543,S00131903,8b2,Hard-Pressed Rented Terraces,S01012704,Eddlewood - 02,4a,Challenged white communities,S02002381,Eddlewood,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191544 +191544,S00131909,8b2,Hard-Pressed Rented Terraces,S01012708,Low Waters - 01,4a,Challenged white communities,S02002382,Low Waters,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191545 +191545,S00131597,8b2,Hard-Pressed Rented Terraces,S01012971,Whitehills West - 02,4a,Challenged white communities,S02002430,Whitehills West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191546 +191546,S00131599,8b2,Hard-Pressed Rented Terraces,S01012971,Whitehills West - 02,4a,Challenged white communities,S02002430,Whitehills West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191547 +191547,S00131601,8b2,Hard-Pressed Rented Terraces,S01012972,Whitehills West - 03,4a,Challenged white communities,S02002430,Whitehills West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191548 +191548,S00131603,8b2,Hard-Pressed Rented Terraces,S01012972,Whitehills West - 03,4a,Challenged white communities,S02002430,Whitehills West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191549 +191549,S00131608,8b2,Hard-Pressed Rented Terraces,S01012973,Whitehills West - 04,4a,Challenged white communities,S02002430,Whitehills West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191550 +191550,S00131611,8b2,Hard-Pressed Rented Terraces,S01012973,Whitehills West - 04,4a,Challenged white communities,S02002430,Whitehills West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191551 +191551,S00131616,8b2,Hard-Pressed Rented Terraces,S01012979,Greenhills - 05,5d,Endeavouring social renters,S02002431,Greenhills,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191552 +191552,S00131618,8b2,Hard-Pressed Rented Terraces,S01012979,Greenhills - 05,5d,Endeavouring social renters,S02002431,Greenhills,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191553 +191553,S00131619,8b2,Hard-Pressed Rented Terraces,S01012979,Greenhills - 05,5d,Endeavouring social renters,S02002431,Greenhills,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191554 +191554,S00131620,8b2,Hard-Pressed Rented Terraces,S01012979,Greenhills - 05,5d,Endeavouring social renters,S02002431,Greenhills,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191555 +191555,S00131623,8b2,Hard-Pressed Rented Terraces,S01012978,Greenhills - 04,4a,Challenged white communities,S02002431,Greenhills,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191556 +191556,S00131646,8b2,Hard-Pressed Rented Terraces,S01013000,"Birniehill, Kelvin and Whitehills East - 06",4a,Challenged white communities,S02002435,"Birniehill, Kelvin and Whitehills East",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191557 +191557,S00131647,8b2,Hard-Pressed Rented Terraces,S01012998,"Birniehill, Kelvin and Whitehills East - 04",5c,Comfortable neighbourhoods,S02002435,"Birniehill, Kelvin and Whitehills East",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191558 +191558,S00131652,8b2,Hard-Pressed Rented Terraces,S01012999,"Birniehill, Kelvin and Whitehills East - 05",4a,Challenged white communities,S02002435,"Birniehill, Kelvin and Whitehills East",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191559 +191559,S00131654,8b2,Hard-Pressed Rented Terraces,S01012999,"Birniehill, Kelvin and Whitehills East - 05",4a,Challenged white communities,S02002435,"Birniehill, Kelvin and Whitehills East",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191560 +191560,S00131665,8b2,Hard-Pressed Rented Terraces,S01012991,The Murray - 02,4a,Challenged white communities,S02002434,The Murray,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191561 +191561,S00131680,8b2,Hard-Pressed Rented Terraces,S01012991,The Murray - 02,4a,Challenged white communities,S02002434,The Murray,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191562 +191562,S00131684,8b2,Hard-Pressed Rented Terraces,S01012993,The Murray - 04,4d,Hard-pressed flat dwellers,S02002434,The Murray,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191563 +191563,S00131690,8b2,Hard-Pressed Rented Terraces,S01012992,The Murray - 03,4a,Challenged white communities,S02002434,The Murray,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191564 +191564,S00131696,8b2,Hard-Pressed Rented Terraces,S01012997,"Birniehill, Kelvin and Whitehills East - 03",5c,Comfortable neighbourhoods,S02002435,"Birniehill, Kelvin and Whitehills East",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191565 +191565,S00131697,8b2,Hard-Pressed Rented Terraces,S01012995,"Birniehill, Kelvin and Whitehills East - 01",5d,Endeavouring social renters,S02002435,"Birniehill, Kelvin and Whitehills East",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191566 +191566,S00131698,8b2,Hard-Pressed Rented Terraces,S01012974,Whitehills West - 05,4a,Challenged white communities,S02002430,Whitehills West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191567 +191567,S00131700,8b2,Hard-Pressed Rented Terraces,S01012995,"Birniehill, Kelvin and Whitehills East - 01",5d,Endeavouring social renters,S02002435,"Birniehill, Kelvin and Whitehills East",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191568 +191568,S00131701,8b2,Hard-Pressed Rented Terraces,S01012970,Whitehills West - 01,5d,Endeavouring social renters,S02002430,Whitehills West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191569 +191569,S00131702,8b2,Hard-Pressed Rented Terraces,S01012970,Whitehills West - 01,5d,Endeavouring social renters,S02002430,Whitehills West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191570 +191570,S00131705,8b2,Hard-Pressed Rented Terraces,S01012997,"Birniehill, Kelvin and Whitehills East - 03",5c,Comfortable neighbourhoods,S02002435,"Birniehill, Kelvin and Whitehills East",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191571 +191571,S00131706,8b2,Hard-Pressed Rented Terraces,S01012970,Whitehills West - 01,5d,Endeavouring social renters,S02002430,Whitehills West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191572 +191572,S00131107,8a2,Industrious Hardship,S01012660,"Larkhall Central, Raploch, Millheugh and Burnhead - 01",5c,Comfortable neighbourhoods,S02002373,"Larkhall Central, Raploch, Millheugh and Burnhead",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191573 +191573,S00131121,8a2,Industrious Hardship,S01012666,Hareleeshill - 02,4a,Challenged white communities,S02002374,Hareleeshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191574 +191574,S00131122,8a2,Industrious Hardship,S01012667,Hareleeshill - 03,4a,Challenged white communities,S02002374,Hareleeshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191575 +191575,S00131128,8a2,Industrious Hardship,S01012668,Hareleeshill - 04,4a,Challenged white communities,S02002374,Hareleeshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191576 +191576,S00131169,8a2,Industrious Hardship,S01012655,Ashgill and Netherburn - 03,5a,Ageing urban communities,S02002371,Ashgill and Netherburn,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191577 +191577,S00131176,8a2,Industrious Hardship,S01012608,Carluke East - 03,5d,Endeavouring social renters,S02002361,Carluke East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191578 +191578,S00131186,8a2,Industrious Hardship,S01012613,Carluke South - 03,5d,Endeavouring social renters,S02002362,Carluke South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191579 +191579,S00131232,8a2,Industrious Hardship,S01012603,Carluke North - 02,5c,Comfortable neighbourhoods,S02002360,Carluke North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191580 +191580,S00131722,8a2,Industrious Hardship,S01012596,Law - 05,4a,Challenged white communities,S02002358,Law,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191581 +191581,S00131727,8a2,Industrious Hardship,S01012897,Nerston and EK Landward Area - 04,8c,Comfortable suburbia,S02002416,Nerston and EK Landward Area,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191582 +191582,S00131739,8a2,Industrious Hardship,S01012759,Blantyre South and Wheatlands - 01,4a,Challenged white communities,S02002392,Blantyre South and Wheatlands,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191583 +191583,S00131796,8a2,Industrious Hardship,S01012754,High Blantyre - 03,4a,Challenged white communities,S02002391,High Blantyre,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191584 +191584,S00131940,8a2,Industrious Hardship,S01012716,Hamilton Centre and Low Parks - 01,8a,Affluent communities,S02002384,Hamilton Centre and Low Parks,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191585 +191585,S00131954,8a2,Industrious Hardship,S01012711,Low Waters - 04,4d,Hard-pressed flat dwellers,S02002382,Low Waters,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191586 +191586,S00131958,8a2,Industrious Hardship,S01012702,"Glassford, Quarter and Allanton - 04",5c,Comfortable neighbourhoods,S02002380,"Glassford, Quarter and Allanton",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191587 +191587,S00131983,8a2,Industrious Hardship,S01012731,Woodhead and Meikle Earnock - 03,4a,Challenged white communities,S02002387,Woodhead and Meikle Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191588 +191588,S00131986,8a2,Industrious Hardship,S01012726,Fairhill - 01,4a,Challenged white communities,S02002386,Fairhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191589 +191589,S00131996,8a2,Industrious Hardship,S01012788,Burnbank South and Chantinghall - 01,4a,Challenged white communities,S02002397,Burnbank South and Chantinghall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191590 +191590,S00132003,8a2,Industrious Hardship,S01012788,Burnbank South and Chantinghall - 01,4a,Challenged white communities,S02002397,Burnbank South and Chantinghall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191591 +191591,S00132006,8a2,Industrious Hardship,S01012788,Burnbank South and Chantinghall - 01,4a,Challenged white communities,S02002397,Burnbank South and Chantinghall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191592 +191592,S00132026,8a2,Industrious Hardship,S01012737,Little Earnock - 05,5b,Aspiring urban households,S02002388,Little Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191593 +191593,S00132164,8a2,Industrious Hardship,S01012775,Burnbank North - 02,5c,Comfortable neighbourhoods,S02002395,Burnbank North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191594 +191594,S00132175,8a2,Industrious Hardship,S01012590,"Forth, Braehead and Auchengray - 04",5d,Endeavouring social renters,S02002357,"Forth, Braehead and Auchengray",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191595 +191595,S00132359,8a2,Industrious Hardship,S01012695,"Chapelton, Glengavel and Sandford - 01",2c,Remoter communities,S02002379,"Chapelton, Glengavel and Sandford",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191596 +191596,S00132372,8a2,Industrious Hardship,S01012894,Nerston and EK Landward Area - 01,5c,Comfortable neighbourhoods,S02002416,Nerston and EK Landward Area,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191597 +191597,S00132444,8a2,Industrious Hardship,S01012605,Carluke North - 04,5d,Endeavouring social renters,S02002360,Carluke North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191598 +191598,S00132482,8a2,Industrious Hardship,S01012788,Burnbank South and Chantinghall - 01,4a,Challenged white communities,S02002397,Burnbank South and Chantinghall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191599 +191599,S00132556,8a2,Industrious Hardship,S01012631,Lanark South - 05,4a,Challenged white communities,S02002366,Lanark South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191600 +191600,S00130308,2c2,Migrant Commuters,S01012859,Farme Cross and Gallowflat North - 04,4d,Hard-pressed flat dwellers,S02002408,Farme Cross and Gallowflat North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191601 +191601,S00130309,2c2,Migrant Commuters,S01012859,Farme Cross and Gallowflat North - 04,4d,Hard-pressed flat dwellers,S02002408,Farme Cross and Gallowflat North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191602 +191602,S00131289,2c2,Migrant Commuters,S01012925,St Leonards South - 03,8c,Comfortable suburbia,S02002421,St Leonards South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191603 +191603,S00131546,7c3,Outer City Hardship,S01012987,Westwood East - 02,4a,Challenged white communities,S02002433,Westwood East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191604 +191604,S00130238,6b4,Older Workers and Retirement,S01012843,Cambuslang Central - 01,8a,Affluent communities,S02002406,Cambuslang Central,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191605 +191605,S00132762,7c3,Outer City Hardship,S01012723,Laighstonehall - 03,4d,Hard-pressed flat dwellers,S02002385,Laighstonehall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191606 +191606,S00132177,8c3,Renting Hard-Pressed Workers,S01012590,"Forth, Braehead and Auchengray - 04",5d,Endeavouring social renters,S02002357,"Forth, Braehead and Auchengray",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191607 +191607,S00131054,8c3,Renting Hard-Pressed Workers,S01012655,Ashgill and Netherburn - 03,5a,Ageing urban communities,S02002371,Ashgill and Netherburn,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191608 +191608,S00131893,2c2,Migrant Commuters,S01012719,Hamilton Centre and Low Parks - 04,3d,Households in terraces and flats,S02002384,Hamilton Centre and Low Parks,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191609 +191609,S00131895,2c2,Migrant Commuters,S01012720,Hamilton Centre and Low Parks - 05,1a,Cosmopolitan student neighbourhoods,S02002384,Hamilton Centre and Low Parks,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191610 +191610,S00131945,2c2,Migrant Commuters,S01012715,Silvertonhill - 04,4d,Hard-pressed flat dwellers,S02002383,Silvertonhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191611 +191611,S00132135,2c2,Migrant Commuters,S01012720,Hamilton Centre and Low Parks - 05,1a,Cosmopolitan student neighbourhoods,S02002384,Hamilton Centre and Low Parks,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191612 +191612,S00132318,2c2,Migrant Commuters,S01012725,Laighstonehall - 05,3c,Highly qualified professionals,S02002385,Laighstonehall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191613 +191613,S00132773,2c2,Migrant Commuters,S01012725,Laighstonehall - 05,3c,Highly qualified professionals,S02002385,Laighstonehall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191614 +191614,S00132812,2c2,Migrant Commuters,S01012793,Whitehill - 01,4d,Hard-pressed flat dwellers,S02002398,Whitehill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191615 +191615,S00132764,2c1,Migrant Families,S01012718,Hamilton Centre and Low Parks - 03,5a,Ageing urban communities,S02002384,Hamilton Centre and Low Parks,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191616 +191616,S00130198,7a3,Multi-Ethnic Hardship,S01012822,Westburn and Newton - 02,4d,Hard-pressed flat dwellers,S02002403,Westburn and Newton,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191617 +191617,S00130449,7a3,Multi-Ethnic Hardship,S01012893,Fernhill and Cathkin - 05,4d,Hard-pressed flat dwellers,S02002415,Fernhill and Cathkin,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191618 +191618,S00131834,7a3,Multi-Ethnic Hardship,S01012758,High Blantyre - 07,4a,Challenged white communities,S02002391,High Blantyre,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191619 +191619,S00131998,7a3,Multi-Ethnic Hardship,S01012728,Fairhill - 03,4d,Hard-pressed flat dwellers,S02002386,Fairhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191620 +191620,S00132085,7a3,Multi-Ethnic Hardship,S01012748,Hillhouse - 02,4a,Challenged white communities,S02002390,Hillhouse,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191621 +191621,S00132097,7a3,Multi-Ethnic Hardship,S01012784,Burnbank Central and Udston - 04,4a,Challenged white communities,S02002396,Burnbank Central and Udston,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191622 +191622,S00132148,7a3,Multi-Ethnic Hardship,S01012793,Whitehill - 01,4d,Hard-pressed flat dwellers,S02002398,Whitehill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191623 +191623,S00132152,7a3,Multi-Ethnic Hardship,S01012795,Whitehill - 03,4a,Challenged white communities,S02002398,Whitehill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191624 +191624,S00130176,5a2,Multi-Ethnic Professionals with Families,S01012827,Westburn and Newton - 07,8c,Comfortable suburbia,S02002403,Westburn and Newton,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191625 +191625,S00130190,5a2,Multi-Ethnic Professionals with Families,S01012824,Westburn and Newton - 04,5c,Comfortable neighbourhoods,S02002403,Westburn and Newton,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191626 +191626,S00130249,5a2,Multi-Ethnic Professionals with Families,S01012845,Cambuslang Central - 03,5c,Comfortable neighbourhoods,S02002406,Cambuslang Central,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191627 +191627,S00130534,5a2,Multi-Ethnic Professionals with Families,S01012821,Westburn and Newton - 01,3a,Achieving neighbourhoods,S02002403,Westburn and Newton,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191628 +191628,S00130536,5a2,Multi-Ethnic Professionals with Families,S01012821,Westburn and Newton - 01,3a,Achieving neighbourhoods,S02002403,Westburn and Newton,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191629 +191629,S00130614,5a2,Multi-Ethnic Professionals with Families,S01012866,Burnhill and Bankhead North - 02,4d,Hard-pressed flat dwellers,S02002410,Burnhill and Bankhead North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191630 +191630,S00130668,5a2,Multi-Ethnic Professionals with Families,S01012818,"Halfway, Hallside and Drumsagard - 05",8c,Comfortable suburbia,S02002402,"Halfway, Hallside and Drumsagard",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191631 +191631,S00130674,5a2,Multi-Ethnic Professionals with Families,S01012895,Nerston and EK Landward Area - 02,2b,Prospering countryside life,S02002416,Nerston and EK Landward Area,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191632 +191632,S00132054,5a2,Multi-Ethnic Professionals with Families,S01012746,Earnock - 06,5b,Aspiring urban households,S02002389,Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191633 +191633,S00132374,5a2,Multi-Ethnic Professionals with Families,S01012894,Nerston and EK Landward Area - 01,5c,Comfortable neighbourhoods,S02002416,Nerston and EK Landward Area,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191634 +191634,S00130236,6b1,Multi-Ethnic Suburbia,S01012841,Whitlawburn and Greenlees - 06,8c,Comfortable suburbia,S02002405,Whitlawburn and Greenlees,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191635 +191635,S00130410,6b1,Multi-Ethnic Suburbia,S01012855,"Burgh, Eastfield and Silverbank - 08",3a,Achieving neighbourhoods,S02002407,"Burgh, Eastfield and Silverbank",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191636 +191636,S00130649,6b1,Multi-Ethnic Suburbia,S01012816,"Halfway, Hallside and Drumsagard - 03",3a,Achieving neighbourhoods,S02002402,"Halfway, Hallside and Drumsagard",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191637 +191637,S00130650,6b1,Multi-Ethnic Suburbia,S01012816,"Halfway, Hallside and Drumsagard - 03",3a,Achieving neighbourhoods,S02002402,"Halfway, Hallside and Drumsagard",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191638 +191638,S00130655,6b1,Multi-Ethnic Suburbia,S01012815,"Halfway, Hallside and Drumsagard - 02",8c,Comfortable suburbia,S02002402,"Halfway, Hallside and Drumsagard",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191639 +191639,S00131927,6b1,Multi-Ethnic Suburbia,S01012712,Silvertonhill - 01,8b,Ageing suburbanites,S02002383,Silvertonhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191640 +191640,S00132294,6b1,Multi-Ethnic Suburbia,S01012994,The Murray - 05,4d,Hard-pressed flat dwellers,S02002434,The Murray,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191641 +191641,S00132330,6b1,Multi-Ethnic Suburbia,S01012705,Eddlewood - 03,8c,Comfortable suburbia,S02002381,Eddlewood,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191642 +191642,S00132484,6b1,Multi-Ethnic Suburbia,S01012789,Burnbank South and Chantinghall - 02,5c,Comfortable neighbourhoods,S02002397,Burnbank South and Chantinghall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191643 +191643,S00132669,6b1,Multi-Ethnic Suburbia,S01012939,Stewartfield East - 02,8c,Comfortable suburbia,S02002424,Stewartfield East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191644 +191644,S00132676,6b1,Multi-Ethnic Suburbia,S01012946,Stewartfield West - 05,8c,Comfortable suburbia,S02002425,Stewartfield West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191645 +191645,S00132788,6b1,Multi-Ethnic Suburbia,S01012745,Earnock - 05,8b,Ageing suburbanites,S02002389,Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191646 +191646,S00130672,1a4,Older Farming Communities,S01012952,"Thorntonhall, Jackton and Gardenhall - 05",2b,Prospering countryside life,S02002426,"Thorntonhall, Jackton and Gardenhall",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191647 +191647,S00130726,1a4,Older Farming Communities,S01012592,Law - 01,2b,Prospering countryside life,S02002358,Law,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191648 +191648,S00130778,1a4,Older Farming Communities,S01012641,"Douglas, Coalburn and Rigside - 05",5a,Ageing urban communities,S02002368,"Douglas, Coalburn and Rigside",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191649 +191649,S00130831,1a4,Older Farming Communities,S01012575,"Biggar, Symington, Thankerton and Dolphinton - 02",2c,Remoter communities,S02002355,"Biggar, Symington, Thankerton and Dolphinton",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191650 +191650,S00130987,1a4,Older Farming Communities,S01012634,Hazelbank and Kirkfieldbank - 03,5c,Comfortable neighbourhoods,S02002367,Hazelbank and Kirkfieldbank,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191651 +191651,S00132350,1a4,Older Farming Communities,S01012641,"Douglas, Coalburn and Rigside - 05",5a,Ageing urban communities,S02002368,"Douglas, Coalburn and Rigside",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191652 +191652,S00132399,1a4,Older Farming Communities,S01012693,Strathaven North - 03,8b,Ageing suburbanites,S02002378,Strathaven North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191653 +191653,S00132497,1a4,Older Farming Communities,S01012952,"Thorntonhall, Jackton and Gardenhall - 05",2b,Prospering countryside life,S02002426,"Thorntonhall, Jackton and Gardenhall",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191654 +191654,S00130225,6b4,Older Workers and Retirement,S01012839,Whitlawburn and Greenlees - 04,5c,Comfortable neighbourhoods,S02002405,Whitlawburn and Greenlees,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191655 +191655,S00132794,6b4,Older Workers and Retirement,S01012741,Earnock - 01,8c,Comfortable suburbia,S02002389,Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191656 +191656,S00131570,6b4,Older Workers and Retirement,S01012957,Hairmyres and Westwood West - 05,4a,Challenged white communities,S02002427,Hairmyres and Westwood West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191657 +191657,S00130243,6b4,Older Workers and Retirement,S01012844,Cambuslang Central - 02,8a,Affluent communities,S02002406,Cambuslang Central,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191658 +191658,S00130246,6b4,Older Workers and Retirement,S01012844,Cambuslang Central - 02,8a,Affluent communities,S02002406,Cambuslang Central,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191659 +191659,S00130251,6b4,Older Workers and Retirement,S01012845,Cambuslang Central - 03,5c,Comfortable neighbourhoods,S02002406,Cambuslang Central,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191660 +191660,S00132768,7c3,Outer City Hardship,S01012719,Hamilton Centre and Low Parks - 04,3d,Households in terraces and flats,S02002384,Hamilton Centre and Low Parks,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191661 +191661,S00130267,6b4,Older Workers and Retirement,S01012832,Vicarland and Cairns - 03,5d,Endeavouring social renters,S02002404,Vicarland and Cairns,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191662 +191662,S00131572,6b4,Older Workers and Retirement,S01012956,Hairmyres and Westwood West - 04,5a,Ageing urban communities,S02002427,Hairmyres and Westwood West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191663 +191663,S00131104,8c3,Renting Hard-Pressed Workers,S01012657,Merryton and Meadowhill - 02,5c,Comfortable neighbourhoods,S02002372,Merryton and Meadowhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191664 +191664,S00130336,6b4,Older Workers and Retirement,S01012860,Shawfield and Clincarthill - 01,5a,Ageing urban communities,S02002409,Shawfield and Clincarthill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191665 +191665,S00132786,7c3,Outer City Hardship,S01012726,Fairhill - 01,4a,Challenged white communities,S02002386,Fairhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191666 +191666,S00131658,7c3,Outer City Hardship,S01012999,"Birniehill, Kelvin and Whitehills East - 05",4a,Challenged white communities,S02002435,"Birniehill, Kelvin and Whitehills East",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191667 +191667,S00132181,8c3,Renting Hard-Pressed Workers,S01012591,"Forth, Braehead and Auchengray - 05",4a,Challenged white communities,S02002357,"Forth, Braehead and Auchengray",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191668 +191668,S00131584,6b4,Older Workers and Retirement,S01012960,Mossneuk and Newlandsmuir - 03,5d,Endeavouring social renters,S02002428,Mossneuk and Newlandsmuir,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191669 +191669,S00131106,8c3,Renting Hard-Pressed Workers,S01012657,Merryton and Meadowhill - 02,5c,Comfortable neighbourhoods,S02002372,Merryton and Meadowhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191670 +191670,S00130372,6b4,Older Workers and Retirement,S01012880,High Crosshill - 03,8a,Affluent communities,S02002413,High Crosshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191671 +191671,S00132807,7c3,Outer City Hardship,S01012782,Burnbank Central and Udston - 02,4d,Hard-pressed flat dwellers,S02002396,Burnbank Central and Udston,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191672 +191672,S00131717,7c3,Outer City Hardship,S01012596,Law - 05,4a,Challenged white communities,S02002358,Law,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191673 +191673,S00132184,8c3,Renting Hard-Pressed Workers,S01012591,"Forth, Braehead and Auchengray - 05",4a,Challenged white communities,S02002357,"Forth, Braehead and Auchengray",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191674 +191674,S00132805,6b4,Older Workers and Retirement,S01012781,Burnbank Central and Udston - 01,5c,Comfortable neighbourhoods,S02002396,Burnbank Central and Udston,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191675 +191675,S00131587,6b4,Older Workers and Retirement,S01012949,"Thorntonhall, Jackton and Gardenhall - 02",8c,Comfortable suburbia,S02002426,"Thorntonhall, Jackton and Gardenhall",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191676 +191676,S00131108,8c3,Renting Hard-Pressed Workers,S01012665,Hareleeshill - 01,4a,Challenged white communities,S02002374,Hareleeshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191677 +191677,S00131133,8c3,Renting Hard-Pressed Workers,S01012668,Hareleeshill - 04,4a,Challenged white communities,S02002374,Hareleeshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191678 +191678,S00131174,8c3,Renting Hard-Pressed Workers,S01012607,Carluke East - 02,5c,Comfortable neighbourhoods,S02002361,Carluke East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191679 +191679,S00131180,8c3,Renting Hard-Pressed Workers,S01012609,Carluke East - 04,4a,Challenged white communities,S02002361,Carluke East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191680 +191680,S00131190,8c3,Renting Hard-Pressed Workers,S01012609,Carluke East - 04,4a,Challenged white communities,S02002361,Carluke East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191681 +191681,S00131191,8c3,Renting Hard-Pressed Workers,S01012609,Carluke East - 04,4a,Challenged white communities,S02002361,Carluke East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191682 +191682,S00131197,8c3,Renting Hard-Pressed Workers,S01012610,Carluke East - 05,4a,Challenged white communities,S02002361,Carluke East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191683 +191683,S00131198,8c3,Renting Hard-Pressed Workers,S01012610,Carluke East - 05,4a,Challenged white communities,S02002361,Carluke East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191684 +191684,S00131204,8c3,Renting Hard-Pressed Workers,S01012618,"Crossford, Braidwood and Yieldshields - 04",2d,Rural traits,S02002363,"Crossford, Braidwood and Yieldshields",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191685 +191685,S00131259,8c3,Renting Hard-Pressed Workers,S01012936,West Mains - 03,5c,Comfortable neighbourhoods,S02002423,West Mains,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191686 +191686,S00131271,8c3,Renting Hard-Pressed Workers,S01012935,West Mains - 02,5c,Comfortable neighbourhoods,S02002423,West Mains,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191687 +191687,S00131294,8c3,Renting Hard-Pressed Workers,S01012926,St Leonards South - 04,5c,Comfortable neighbourhoods,S02002421,St Leonards South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191688 +191688,S00131330,8c3,Renting Hard-Pressed Workers,S01012911,Calderwood West and Nerston - 01,5c,Comfortable neighbourhoods,S02002419,Calderwood West and Nerston,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191689 +191689,S00131352,8c3,Renting Hard-Pressed Workers,S01012913,Calderwood West and Nerston - 03,4a,Challenged white communities,S02002419,Calderwood West and Nerston,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191690 +191690,S00131358,8c3,Renting Hard-Pressed Workers,S01012912,Calderwood West and Nerston - 02,4a,Challenged white communities,S02002419,Calderwood West and Nerston,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191691 +191691,S00131368,8c3,Renting Hard-Pressed Workers,S01012907,Calderwood Central - 02,4a,Challenged white communities,S02002418,Calderwood Central,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191692 +191692,S00131439,8c3,Renting Hard-Pressed Workers,S01012932,East Mains - 03,5c,Comfortable neighbourhoods,S02002422,East Mains,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191693 +191693,S00131442,8c3,Renting Hard-Pressed Workers,S01012932,East Mains - 03,5c,Comfortable neighbourhoods,S02002422,East Mains,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191694 +191694,S00131463,8c3,Renting Hard-Pressed Workers,S01012933,East Mains - 04,5c,Comfortable neighbourhoods,S02002422,East Mains,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191695 +191695,S00131480,8c3,Renting Hard-Pressed Workers,S01012969,Crosshouse and Lindsayfield - 07,4a,Challenged white communities,S02002429,Crosshouse and Lindsayfield,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191696 +191696,S00131539,8c3,Renting Hard-Pressed Workers,S01012987,Westwood East - 02,4a,Challenged white communities,S02002433,Westwood East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191697 +191697,S00131670,8c3,Renting Hard-Pressed Workers,S01012991,The Murray - 02,4a,Challenged white communities,S02002434,The Murray,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191698 +191698,S00131695,8c3,Renting Hard-Pressed Workers,S01012996,"Birniehill, Kelvin and Whitehills East - 02",4a,Challenged white communities,S02002435,"Birniehill, Kelvin and Whitehills East",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191699 +191699,S00131721,8c3,Renting Hard-Pressed Workers,S01012596,Law - 05,4a,Challenged white communities,S02002358,Law,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191700 +191700,S00131774,8c3,Renting Hard-Pressed Workers,S01012764,Blantyre South and Wheatlands - 06,4a,Challenged white communities,S02002392,Blantyre South and Wheatlands,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191701 +191701,S00131825,8c3,Renting Hard-Pressed Workers,S01012752,High Blantyre - 01,5d,Endeavouring social renters,S02002391,High Blantyre,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191702 +191702,S00131838,8c3,Renting Hard-Pressed Workers,S01012757,High Blantyre - 06,4a,Challenged white communities,S02002391,High Blantyre,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191703 +191703,S00131867,8c3,Renting Hard-Pressed Workers,S01012721,Laighstonehall - 01,5c,Comfortable neighbourhoods,S02002385,Laighstonehall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191704 +191704,S00131870,8c3,Renting Hard-Pressed Workers,S01012721,Laighstonehall - 01,5c,Comfortable neighbourhoods,S02002385,Laighstonehall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191705 +191705,S00131914,8c3,Renting Hard-Pressed Workers,S01012706,Eddlewood - 04,4a,Challenged white communities,S02002381,Eddlewood,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191706 +191706,S00131981,8c3,Renting Hard-Pressed Workers,S01012727,Fairhill - 02,4a,Challenged white communities,S02002386,Fairhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191707 +191707,S00131985,8c3,Renting Hard-Pressed Workers,S01012726,Fairhill - 01,4a,Challenged white communities,S02002386,Fairhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191708 +191708,S00131987,8c3,Renting Hard-Pressed Workers,S01012726,Fairhill - 01,4a,Challenged white communities,S02002386,Fairhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191709 +191709,S00131995,8c3,Renting Hard-Pressed Workers,S01012727,Fairhill - 02,4a,Challenged white communities,S02002386,Fairhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191710 +191710,S00132010,8c3,Renting Hard-Pressed Workers,S01012789,Burnbank South and Chantinghall - 02,5c,Comfortable neighbourhoods,S02002397,Burnbank South and Chantinghall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191711 +191711,S00132019,8c3,Renting Hard-Pressed Workers,S01012738,Little Earnock - 06,5c,Comfortable neighbourhoods,S02002388,Little Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191712 +191712,S00132029,8c3,Renting Hard-Pressed Workers,S01012736,Little Earnock - 04,5c,Comfortable neighbourhoods,S02002388,Little Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191713 +191713,S00132052,8c3,Renting Hard-Pressed Workers,S01012746,Earnock - 06,5b,Aspiring urban households,S02002389,Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191714 +191714,S00132055,8c3,Renting Hard-Pressed Workers,S01012747,Hillhouse - 01,5d,Endeavouring social renters,S02002390,Hillhouse,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191715 +191715,S00132057,8c3,Renting Hard-Pressed Workers,S01012749,Hillhouse - 03,4d,Hard-pressed flat dwellers,S02002390,Hillhouse,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191716 +191716,S00132058,8c3,Renting Hard-Pressed Workers,S01012749,Hillhouse - 03,4d,Hard-pressed flat dwellers,S02002390,Hillhouse,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191717 +191717,S00132104,8c3,Renting Hard-Pressed Workers,S01012792,Burnbank South and Chantinghall - 05,4d,Hard-pressed flat dwellers,S02002397,Burnbank South and Chantinghall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191718 +191718,S00132105,8c3,Renting Hard-Pressed Workers,S01012792,Burnbank South and Chantinghall - 05,4d,Hard-pressed flat dwellers,S02002397,Burnbank South and Chantinghall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191719 +191719,S00132112,8c3,Renting Hard-Pressed Workers,S01012774,Burnbank North - 01,5a,Ageing urban communities,S02002395,Burnbank North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191720 +191720,S00132113,8c3,Renting Hard-Pressed Workers,S01012774,Burnbank North - 01,5a,Ageing urban communities,S02002395,Burnbank North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191721 +191721,S00132149,8c3,Renting Hard-Pressed Workers,S01012795,Whitehill - 03,4a,Challenged white communities,S02002398,Whitehill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191722 +191722,S00132176,8c3,Renting Hard-Pressed Workers,S01012590,"Forth, Braehead and Auchengray - 04",5d,Endeavouring social renters,S02002357,"Forth, Braehead and Auchengray",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191723 +191723,S00130393,6b4,Older Workers and Retirement,S01012853,"Burgh, Eastfield and Silverbank - 06",8b,Ageing suburbanites,S02002407,"Burgh, Eastfield and Silverbank",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191724 +191724,S00132809,7c3,Outer City Hardship,S01012781,Burnbank Central and Udston - 01,5c,Comfortable neighbourhoods,S02002396,Burnbank Central and Udston,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191725 +191725,S00132850,6b4,Older Workers and Retirement,S01012594,Law - 03,5c,Comfortable neighbourhoods,S02002358,Law,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191726 +191726,S00131590,6b4,Older Workers and Retirement,S01012949,"Thorntonhall, Jackton and Gardenhall - 02",8c,Comfortable suburbia,S02002426,"Thorntonhall, Jackton and Gardenhall",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191727 +191727,S00132213,8c3,Renting Hard-Pressed Workers,S01012804,Bothwell North - 02,5d,Endeavouring social renters,S02002400,Bothwell North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191728 +191728,S00131719,7c3,Outer City Hardship,S01012597,Law - 06,5c,Comfortable neighbourhoods,S02002358,Law,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191729 +191729,S00130394,6b4,Older Workers and Retirement,S01012853,"Burgh, Eastfield and Silverbank - 06",8b,Ageing suburbanites,S02002407,"Burgh, Eastfield and Silverbank",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191730 +191730,S00130399,6b4,Older Workers and Retirement,S01012852,"Burgh, Eastfield and Silverbank - 05",8c,Comfortable suburbia,S02002407,"Burgh, Eastfield and Silverbank",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191731 +191731,S00130400,6b4,Older Workers and Retirement,S01012852,"Burgh, Eastfield and Silverbank - 05",8c,Comfortable suburbia,S02002407,"Burgh, Eastfield and Silverbank",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191732 +191732,S00130404,6b4,Older Workers and Retirement,S01012852,"Burgh, Eastfield and Silverbank - 05",8c,Comfortable suburbia,S02002407,"Burgh, Eastfield and Silverbank",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191733 +191733,S00130407,6b4,Older Workers and Retirement,S01012853,"Burgh, Eastfield and Silverbank - 06",8b,Ageing suburbanites,S02002407,"Burgh, Eastfield and Silverbank",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191734 +191734,S00130460,6b4,Older Workers and Retirement,S01012886,Burnside and Springhall - 05,8c,Comfortable suburbia,S02002414,Burnside and Springhall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191735 +191735,S00130461,6b4,Older Workers and Retirement,S01012884,Burnside and Springhall - 03,4d,Hard-pressed flat dwellers,S02002414,Burnside and Springhall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191736 +191736,S00130463,6b4,Older Workers and Retirement,S01012886,Burnside and Springhall - 05,8c,Comfortable suburbia,S02002414,Burnside and Springhall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191737 +191737,S00130464,6b4,Older Workers and Retirement,S01012886,Burnside and Springhall - 05,8c,Comfortable suburbia,S02002414,Burnside and Springhall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191738 +191738,S00130490,6b4,Older Workers and Retirement,S01012882,Burnside and Springhall - 01,4d,Hard-pressed flat dwellers,S02002414,Burnside and Springhall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191739 +191739,S00130491,6b4,Older Workers and Retirement,S01012883,Burnside and Springhall - 02,4d,Hard-pressed flat dwellers,S02002414,Burnside and Springhall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191740 +191740,S00130492,6b4,Older Workers and Retirement,S01012882,Burnside and Springhall - 01,4d,Hard-pressed flat dwellers,S02002414,Burnside and Springhall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191741 +191741,S00130512,6b4,Older Workers and Retirement,S01012887,Burnside and Springhall - 06,8a,Affluent communities,S02002414,Burnside and Springhall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191742 +191742,S00130518,6b4,Older Workers and Retirement,S01012879,High Crosshill - 02,5c,Comfortable neighbourhoods,S02002413,High Crosshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191743 +191743,S00130580,6b4,Older Workers and Retirement,S01012823,Westburn and Newton - 03,8c,Comfortable suburbia,S02002403,Westburn and Newton,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191744 +191744,S00130583,6b4,Older Workers and Retirement,S01012823,Westburn and Newton - 03,8c,Comfortable suburbia,S02002403,Westburn and Newton,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191745 +191745,S00130589,6b4,Older Workers and Retirement,S01012841,Whitlawburn and Greenlees - 06,8c,Comfortable suburbia,S02002405,Whitlawburn and Greenlees,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191746 +191746,S00130598,6b4,Older Workers and Retirement,S01012845,Cambuslang Central - 03,5c,Comfortable neighbourhoods,S02002406,Cambuslang Central,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191747 +191747,S00130653,6b4,Older Workers and Retirement,S01012815,"Halfway, Hallside and Drumsagard - 02",8c,Comfortable suburbia,S02002402,"Halfway, Hallside and Drumsagard",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191748 +191748,S00130659,6b4,Older Workers and Retirement,S01012814,"Halfway, Hallside and Drumsagard - 01",8c,Comfortable suburbia,S02002402,"Halfway, Hallside and Drumsagard",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191749 +191749,S00130663,6b4,Older Workers and Retirement,S01012814,"Halfway, Hallside and Drumsagard - 01",8c,Comfortable suburbia,S02002402,"Halfway, Hallside and Drumsagard",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191750 +191750,S00130738,6b4,Older Workers and Retirement,S01012583,"Carstairs, Carstairs Junction and Carnwath - 03",5c,Comfortable neighbourhoods,S02002356,"Carstairs, Carstairs Junction and Carnwath",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191751 +191751,S00130744,6b4,Older Workers and Retirement,S01012582,"Carstairs, Carstairs Junction and Carnwath - 02",2c,Remoter communities,S02002356,"Carstairs, Carstairs Junction and Carnwath",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191752 +191752,S00130762,6b4,Older Workers and Retirement,S01012647,Kirkmuirhill and Blackwood - 01,8c,Comfortable suburbia,S02002370,Kirkmuirhill and Blackwood,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191753 +191753,S00130852,6b4,Older Workers and Retirement,S01012644,Lesmahagow - 03,4a,Challenged white communities,S02002369,Lesmahagow,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191754 +191754,S00130857,6b4,Older Workers and Retirement,S01012645,Lesmahagow - 04,5a,Ageing urban communities,S02002369,Lesmahagow,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191755 +191755,S00130867,6b4,Older Workers and Retirement,S01012649,Kirkmuirhill and Blackwood - 03,5c,Comfortable neighbourhoods,S02002370,Kirkmuirhill and Blackwood,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191756 +191756,S00130879,6b4,Older Workers and Retirement,S01012621,Lanark North West - 03,5c,Comfortable neighbourhoods,S02002364,Lanark North West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191757 +191757,S00130888,6b4,Older Workers and Retirement,S01012619,Lanark North West - 01,5a,Ageing urban communities,S02002364,Lanark North West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191758 +191758,S00130923,6b4,Older Workers and Retirement,S01012620,Lanark North West - 02,8a,Affluent communities,S02002364,Lanark North West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191759 +191759,S00130929,6b4,Older Workers and Retirement,S01012629,Lanark South - 03,8a,Affluent communities,S02002366,Lanark South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191760 +191760,S00130949,6b4,Older Workers and Retirement,S01012686,Strathaven South - 03,5c,Comfortable neighbourhoods,S02002377,Strathaven South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191761 +191761,S00131017,6b4,Older Workers and Retirement,S01012682,Stonehouse - 07,5a,Ageing urban communities,S02002376,Stonehouse,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191762 +191762,S00131030,6b4,Older Workers and Retirement,S01012584,"Carstairs, Carstairs Junction and Carnwath - 04",2d,Rural traits,S02002356,"Carstairs, Carstairs Junction and Carnwath",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191763 +191763,S00131056,6b4,Older Workers and Retirement,S01012655,Ashgill and Netherburn - 03,5a,Ageing urban communities,S02002371,Ashgill and Netherburn,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191764 +191764,S00131162,6b4,Older Workers and Retirement,S01012658,Merryton and Meadowhill - 03,8b,Ageing suburbanites,S02002372,Merryton and Meadowhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191765 +191765,S00131165,6b4,Older Workers and Retirement,S01012658,Merryton and Meadowhill - 03,8b,Ageing suburbanites,S02002372,Merryton and Meadowhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191766 +191766,S00131219,6b4,Older Workers and Retirement,S01012598,Carluke West - 01,8c,Comfortable suburbia,S02002359,Carluke West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191767 +191767,S00131256,6b4,Older Workers and Retirement,S01012934,West Mains - 01,5c,Comfortable neighbourhoods,S02002423,West Mains,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191768 +191768,S00131288,6b4,Older Workers and Retirement,S01012925,St Leonards South - 03,8c,Comfortable suburbia,S02002421,St Leonards South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191769 +191769,S00131487,6b4,Older Workers and Retirement,S01012961,Mossneuk and Newlandsmuir - 04,8c,Comfortable suburbia,S02002428,Mossneuk and Newlandsmuir,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191770 +191770,S00131494,6b4,Older Workers and Retirement,S01012961,Mossneuk and Newlandsmuir - 04,8c,Comfortable suburbia,S02002428,Mossneuk and Newlandsmuir,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191771 +191771,S00131794,7c3,Outer City Hardship,S01012771,Blantytre North and Coatshill - 02,4a,Challenged white communities,S02002394,Blantytre North and Coatshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191772 +191772,S00130363,4a1,Private Renting Young Families,S01012861,Shawfield and Clincarthill - 02,5c,Comfortable neighbourhoods,S02002409,Shawfield and Clincarthill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191773 +191773,S00132222,8c3,Renting Hard-Pressed Workers,S01012805,Bothwell North - 03,4a,Challenged white communities,S02002400,Bothwell North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191774 +191774,S00131810,7c3,Outer City Hardship,S01012771,Blantytre North and Coatshill - 02,4a,Challenged white communities,S02002394,Blantytre North and Coatshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191775 +191775,S00131592,6b4,Older Workers and Retirement,S01012948,"Thorntonhall, Jackton and Gardenhall - 01",8b,Ageing suburbanites,S02002426,"Thorntonhall, Jackton and Gardenhall",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191776 +191776,S00130147,7c3,Outer City Hardship,S01012849,"Burgh, Eastfield and Silverbank - 02",4d,Hard-pressed flat dwellers,S02002407,"Burgh, Eastfield and Silverbank",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191777 +191777,S00131699,6b4,Older Workers and Retirement,S01012995,"Birniehill, Kelvin and Whitehills East - 01",5d,Endeavouring social renters,S02002435,"Birniehill, Kelvin and Whitehills East",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191778 +191778,S00130156,2c3,Professional Service Cosmopolitans,S01012849,"Burgh, Eastfield and Silverbank - 02",4d,Hard-pressed flat dwellers,S02002407,"Burgh, Eastfield and Silverbank",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191779 +191779,S00132536,8c3,Renting Hard-Pressed Workers,S01012643,Lesmahagow - 02,5d,Endeavouring social renters,S02002369,Lesmahagow,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191780 +191780,S00131839,7c3,Outer City Hardship,S01012757,High Blantyre - 06,4a,Challenged white communities,S02002391,High Blantyre,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191781 +191781,S00131726,6b4,Older Workers and Retirement,S01012593,Law - 02,8c,Comfortable suburbia,S02002358,Law,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191782 +191782,S00130149,7c3,Outer City Hardship,S01012849,"Burgh, Eastfield and Silverbank - 02",4d,Hard-pressed flat dwellers,S02002407,"Burgh, Eastfield and Silverbank",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191783 +191783,S00130259,2c3,Professional Service Cosmopolitans,S01012835,Vicarland and Cairns - 06,4d,Hard-pressed flat dwellers,S02002404,Vicarland and Cairns,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191784 +191784,S00132542,8c3,Renting Hard-Pressed Workers,S01012651,Kirkmuirhill and Blackwood - 05,4a,Challenged white communities,S02002370,Kirkmuirhill and Blackwood,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191785 +191785,S00130152,7c3,Outer City Hardship,S01012856,Farme Cross and Gallowflat North - 01,4d,Hard-pressed flat dwellers,S02002408,Farme Cross and Gallowflat North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191786 +191786,S00131842,7c3,Outer City Hardship,S01012759,Blantyre South and Wheatlands - 01,4a,Challenged white communities,S02002392,Blantyre South and Wheatlands,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191787 +191787,S00130529,2c3,Professional Service Cosmopolitans,S01012859,Farme Cross and Gallowflat North - 04,4d,Hard-pressed flat dwellers,S02002408,Farme Cross and Gallowflat North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191788 +191788,S00131748,6b4,Older Workers and Retirement,S01012767,Low Blantyre and Bardykes - 03,8b,Ageing suburbanites,S02002393,Low Blantyre and Bardykes,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191789 +191789,S00132743,8c3,Renting Hard-Pressed Workers,S01012595,Law - 04,5c,Comfortable neighbourhoods,S02002358,Law,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191790 +191790,S00130177,7c3,Outer City Hardship,S01012829,Westburn and Newton - 09,4a,Challenged white communities,S02002403,Westburn and Newton,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191791 +191791,S00131843,7c3,Outer City Hardship,S01012755,High Blantyre - 04,4d,Hard-pressed flat dwellers,S02002391,High Blantyre,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191792 +191792,S00130605,2c3,Professional Service Cosmopolitans,S01012864,Shawfield and Clincarthill - 05,4d,Hard-pressed flat dwellers,S02002409,Shawfield and Clincarthill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191793 +191793,S00131754,6b4,Older Workers and Retirement,S01012768,Low Blantyre and Bardykes - 04,8b,Ageing suburbanites,S02002393,Low Blantyre and Bardykes,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191794 +191794,S00132782,8c3,Renting Hard-Pressed Workers,S01012731,Woodhead and Meikle Earnock - 03,4a,Challenged white communities,S02002387,Woodhead and Meikle Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191795 +191795,S00130178,7c3,Outer City Hardship,S01012829,Westburn and Newton - 09,4a,Challenged white communities,S02002403,Westburn and Newton,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191796 +191796,S00130179,7c3,Outer City Hardship,S01012829,Westburn and Newton - 09,4a,Challenged white communities,S02002403,Westburn and Newton,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191797 +191797,S00130262,7c3,Outer City Hardship,S01012835,Vicarland and Cairns - 06,4d,Hard-pressed flat dwellers,S02002404,Vicarland and Cairns,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191798 +191798,S00130278,7c3,Outer City Hardship,S01012830,Vicarland and Cairns - 01,5c,Comfortable neighbourhoods,S02002404,Vicarland and Cairns,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191799 +191799,S00130279,7c3,Outer City Hardship,S01012830,Vicarland and Cairns - 01,5c,Comfortable neighbourhoods,S02002404,Vicarland and Cairns,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191800 +191800,S00130281,7c3,Outer City Hardship,S01012831,Vicarland and Cairns - 02,4a,Challenged white communities,S02002404,Vicarland and Cairns,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191801 +191801,S00130322,7c3,Outer City Hardship,S01012866,Burnhill and Bankhead North - 02,4d,Hard-pressed flat dwellers,S02002410,Burnhill and Bankhead North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191802 +191802,S00130327,7c3,Outer City Hardship,S01012866,Burnhill and Bankhead North - 02,4d,Hard-pressed flat dwellers,S02002410,Burnhill and Bankhead North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191803 +191803,S00130340,7c3,Outer City Hardship,S01012865,Burnhill and Bankhead North - 01,4a,Challenged white communities,S02002410,Burnhill and Bankhead North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191804 +191804,S00130342,7c3,Outer City Hardship,S01012865,Burnhill and Bankhead North - 01,4a,Challenged white communities,S02002410,Burnhill and Bankhead North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191805 +191805,S00130405,7c3,Outer City Hardship,S01012857,Farme Cross and Gallowflat North - 02,4d,Hard-pressed flat dwellers,S02002408,Farme Cross and Gallowflat North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191806 +191806,S00130473,7c3,Outer City Hardship,S01012874,Spittal - 01,4d,Hard-pressed flat dwellers,S02002412,Spittal,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191807 +191807,S00130526,7c3,Outer City Hardship,S01012834,Vicarland and Cairns - 05,4a,Challenged white communities,S02002404,Vicarland and Cairns,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191808 +191808,S00130565,7c3,Outer City Hardship,S01012824,Westburn and Newton - 04,5c,Comfortable neighbourhoods,S02002403,Westburn and Newton,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191809 +191809,S00130601,7c3,Outer City Hardship,S01012868,Burnhill and Bankhead North - 04,4d,Hard-pressed flat dwellers,S02002410,Burnhill and Bankhead North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191810 +191810,S00130603,7c3,Outer City Hardship,S01012867,Burnhill and Bankhead North - 03,4d,Hard-pressed flat dwellers,S02002410,Burnhill and Bankhead North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191811 +191811,S00130625,7c3,Outer City Hardship,S01012851,"Burgh, Eastfield and Silverbank - 04",5c,Comfortable neighbourhoods,S02002407,"Burgh, Eastfield and Silverbank",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191812 +191812,S00130758,7c3,Outer City Hardship,S01012627,Lanark South - 01,5c,Comfortable neighbourhoods,S02002366,Lanark South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191813 +191813,S00130775,7c3,Outer City Hardship,S01012571,Clydesdale South - 02,2d,Rural traits,S02002354,Clydesdale South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191814 +191814,S00130808,7c3,Outer City Hardship,S01012637,"Douglas, Coalburn and Rigside - 01",4a,Challenged white communities,S02002368,"Douglas, Coalburn and Rigside",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191815 +191815,S00130814,7c3,Outer City Hardship,S01012637,"Douglas, Coalburn and Rigside - 01",4a,Challenged white communities,S02002368,"Douglas, Coalburn and Rigside",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191816 +191816,S00130816,7c3,Outer City Hardship,S01012638,"Douglas, Coalburn and Rigside - 02",5e,Primary sector workers,S02002368,"Douglas, Coalburn and Rigside",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191817 +191817,S00130820,7c3,Outer City Hardship,S01012639,"Douglas, Coalburn and Rigside - 03",5d,Endeavouring social renters,S02002368,"Douglas, Coalburn and Rigside",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191818 +191818,S00130825,7c3,Outer City Hardship,S01012641,"Douglas, Coalburn and Rigside - 05",5a,Ageing urban communities,S02002368,"Douglas, Coalburn and Rigside",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191819 +191819,S00130837,7c3,Outer City Hardship,S01012576,"Biggar, Symington, Thankerton and Dolphinton - 03",5a,Ageing urban communities,S02002355,"Biggar, Symington, Thankerton and Dolphinton",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191820 +191820,S00130853,7c3,Outer City Hardship,S01012644,Lesmahagow - 03,4a,Challenged white communities,S02002369,Lesmahagow,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191821 +191821,S00130866,7c3,Outer City Hardship,S01012649,Kirkmuirhill and Blackwood - 03,5c,Comfortable neighbourhoods,S02002370,Kirkmuirhill and Blackwood,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191822 +191822,S00130896,7c3,Outer City Hardship,S01012622,Lanark North West - 04,5c,Comfortable neighbourhoods,S02002364,Lanark North West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191823 +191823,S00130913,7c3,Outer City Hardship,S01012623,Lanark North East - 01,4a,Challenged white communities,S02002365,Lanark North East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191824 +191824,S00130930,7c3,Outer City Hardship,S01012630,Lanark South - 04,5e,Primary sector workers,S02002366,Lanark South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191825 +191825,S00130972,7c3,Outer City Hardship,S01012692,Strathaven North - 02,5a,Ageing urban communities,S02002378,Strathaven North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191826 +191826,S00131055,7c3,Outer City Hardship,S01012655,Ashgill and Netherburn - 03,5a,Ageing urban communities,S02002371,Ashgill and Netherburn,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191827 +191827,S00131102,7c3,Outer City Hardship,S01012657,Merryton and Meadowhill - 02,5c,Comfortable neighbourhoods,S02002372,Merryton and Meadowhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191828 +191828,S00131125,7c3,Outer City Hardship,S01012667,Hareleeshill - 03,4a,Challenged white communities,S02002374,Hareleeshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191829 +191829,S00131131,7c3,Outer City Hardship,S01012660,"Larkhall Central, Raploch, Millheugh and Burnhead - 01",5c,Comfortable neighbourhoods,S02002373,"Larkhall Central, Raploch, Millheugh and Burnhead",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191830 +191830,S00131196,7c3,Outer City Hardship,S01012614,Carluke South - 04,5a,Ageing urban communities,S02002362,Carluke South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191831 +191831,S00131203,7c3,Outer City Hardship,S01012610,Carluke East - 05,4a,Challenged white communities,S02002361,Carluke East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191832 +191832,S00131223,7c3,Outer City Hardship,S01012614,Carluke South - 04,5a,Ageing urban communities,S02002362,Carluke South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191833 +191833,S00131234,7c3,Outer City Hardship,S01012603,Carluke North - 02,5c,Comfortable neighbourhoods,S02002360,Carluke North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191834 +191834,S00131241,7c3,Outer City Hardship,S01012602,Carluke North - 01,5a,Ageing urban communities,S02002360,Carluke North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191835 +191835,S00131251,7c3,Outer City Hardship,S01012936,West Mains - 03,5c,Comfortable neighbourhoods,S02002423,West Mains,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191836 +191836,S00131257,7c3,Outer City Hardship,S01012934,West Mains - 01,5c,Comfortable neighbourhoods,S02002423,West Mains,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191837 +191837,S00131258,7c3,Outer City Hardship,S01012934,West Mains - 01,5c,Comfortable neighbourhoods,S02002423,West Mains,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191838 +191838,S00131858,7c3,Outer City Hardship,S01012722,Laighstonehall - 02,4d,Hard-pressed flat dwellers,S02002385,Laighstonehall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191839 +191839,S00132818,8c3,Renting Hard-Pressed Workers,S01012775,Burnbank North - 02,5c,Comfortable neighbourhoods,S02002395,Burnbank North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191840 +191840,S00131755,6b4,Older Workers and Retirement,S01012769,Low Blantyre and Bardykes - 05,8c,Comfortable suburbia,S02002393,Low Blantyre and Bardykes,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191841 +191841,S00130612,2c3,Professional Service Cosmopolitans,S01012873,Bankhead South - 04,4d,Hard-pressed flat dwellers,S02002411,Bankhead South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191842 +191842,S00131862,7c3,Outer City Hardship,S01012723,Laighstonehall - 03,4d,Hard-pressed flat dwellers,S02002385,Laighstonehall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191843 +191843,S00131760,6b4,Older Workers and Retirement,S01012767,Low Blantyre and Bardykes - 03,8b,Ageing suburbanites,S02002393,Low Blantyre and Bardykes,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191844 +191844,S00132829,8c3,Renting Hard-Pressed Workers,S01012777,Burnbank North - 04,5b,Aspiring urban households,S02002395,Burnbank North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191845 +191845,S00130707,2c3,Professional Service Cosmopolitans,S01012733,Little Earnock - 01,8c,Comfortable suburbia,S02002388,Little Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191846 +191846,S00131863,7c3,Outer City Hardship,S01012723,Laighstonehall - 03,4d,Hard-pressed flat dwellers,S02002385,Laighstonehall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191847 +191847,S00131864,7c3,Outer City Hardship,S01012722,Laighstonehall - 02,4d,Hard-pressed flat dwellers,S02002385,Laighstonehall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191848 +191848,S00131871,7c3,Outer City Hardship,S01012715,Silvertonhill - 04,4d,Hard-pressed flat dwellers,S02002383,Silvertonhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191849 +191849,S00131876,7c3,Outer City Hardship,S01012723,Laighstonehall - 03,4d,Hard-pressed flat dwellers,S02002385,Laighstonehall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191850 +191850,S00131877,7c3,Outer City Hardship,S01012724,Laighstonehall - 04,5c,Comfortable neighbourhoods,S02002385,Laighstonehall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191851 +191851,S00131879,7c3,Outer City Hardship,S01012723,Laighstonehall - 03,4d,Hard-pressed flat dwellers,S02002385,Laighstonehall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191852 +191852,S00131880,7c3,Outer City Hardship,S01012724,Laighstonehall - 04,5c,Comfortable neighbourhoods,S02002385,Laighstonehall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191853 +191853,S00131884,7c3,Outer City Hardship,S01012791,Burnbank South and Chantinghall - 04,8b,Ageing suburbanites,S02002397,Burnbank South and Chantinghall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191854 +191854,S00131890,7c3,Outer City Hardship,S01012718,Hamilton Centre and Low Parks - 03,5a,Ageing urban communities,S02002384,Hamilton Centre and Low Parks,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191855 +191855,S00131957,7c3,Outer City Hardship,S01012702,"Glassford, Quarter and Allanton - 04",5c,Comfortable neighbourhoods,S02002380,"Glassford, Quarter and Allanton",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191856 +191856,S00131980,7c3,Outer City Hardship,S01012731,Woodhead and Meikle Earnock - 03,4a,Challenged white communities,S02002387,Woodhead and Meikle Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191857 +191857,S00131988,7c3,Outer City Hardship,S01012710,Low Waters - 03,5c,Comfortable neighbourhoods,S02002382,Low Waters,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191858 +191858,S00131993,7c3,Outer City Hardship,S01012727,Fairhill - 02,4a,Challenged white communities,S02002386,Fairhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191859 +191859,S00132002,7c3,Outer City Hardship,S01012722,Laighstonehall - 02,4d,Hard-pressed flat dwellers,S02002385,Laighstonehall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191860 +191860,S00132017,7c3,Outer City Hardship,S01012738,Little Earnock - 06,5c,Comfortable neighbourhoods,S02002388,Little Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191861 +191861,S00132077,7c3,Outer City Hardship,S01012782,Burnbank Central and Udston - 02,4d,Hard-pressed flat dwellers,S02002396,Burnbank Central and Udston,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191862 +191862,S00132108,7c3,Outer City Hardship,S01012774,Burnbank North - 01,5a,Ageing urban communities,S02002395,Burnbank North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191863 +191863,S00132117,7c3,Outer City Hardship,S01012783,Burnbank Central and Udston - 03,4d,Hard-pressed flat dwellers,S02002396,Burnbank Central and Udston,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191864 +191864,S00132119,7c3,Outer City Hardship,S01012783,Burnbank Central and Udston - 03,4d,Hard-pressed flat dwellers,S02002396,Burnbank Central and Udston,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191865 +191865,S00132123,7c3,Outer City Hardship,S01012783,Burnbank Central and Udston - 03,4d,Hard-pressed flat dwellers,S02002396,Burnbank Central and Udston,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191866 +191866,S00132127,7c3,Outer City Hardship,S01012786,Burnbank Central and Udston - 06,4d,Hard-pressed flat dwellers,S02002396,Burnbank Central and Udston,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191867 +191867,S00132162,7c3,Outer City Hardship,S01012775,Burnbank North - 02,5c,Comfortable neighbourhoods,S02002395,Burnbank North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191868 +191868,S00132173,7c3,Outer City Hardship,S01012590,"Forth, Braehead and Auchengray - 04",5d,Endeavouring social renters,S02002357,"Forth, Braehead and Auchengray",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191869 +191869,S00132178,7c3,Outer City Hardship,S01012590,"Forth, Braehead and Auchengray - 04",5d,Endeavouring social renters,S02002357,"Forth, Braehead and Auchengray",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191870 +191870,S00132186,7c3,Outer City Hardship,S01012798,Bothwell South - 01,8a,Affluent communities,S02002399,Bothwell South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191871 +191871,S00132188,7c3,Outer City Hardship,S01012798,Bothwell South - 01,8a,Affluent communities,S02002399,Bothwell South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191872 +191872,S00132238,7c3,Outer City Hardship,S01012810,Uddingston and Gardenside - 04,4d,Hard-pressed flat dwellers,S02002401,Uddingston and Gardenside,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191873 +191873,S00132344,7c3,Outer City Hardship,S01012571,Clydesdale South - 02,2d,Rural traits,S02002354,Clydesdale South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191874 +191874,S00132376,7c3,Outer City Hardship,S01012637,"Douglas, Coalburn and Rigside - 01",4a,Challenged white communities,S02002368,"Douglas, Coalburn and Rigside",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191875 +191875,S00132378,7c3,Outer City Hardship,S01012640,"Douglas, Coalburn and Rigside - 04",4a,Challenged white communities,S02002368,"Douglas, Coalburn and Rigside",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191876 +191876,S00132393,7c3,Outer City Hardship,S01012623,Lanark North East - 01,4a,Challenged white communities,S02002365,Lanark North East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191877 +191877,S00132410,7c3,Outer City Hardship,S01012615,"Crossford, Braidwood and Yieldshields - 01",2d,Rural traits,S02002363,"Crossford, Braidwood and Yieldshields",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191878 +191878,S00132417,7c3,Outer City Hardship,S01012654,Ashgill and Netherburn - 02,2d,Rural traits,S02002371,Ashgill and Netherburn,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191879 +191879,S00132481,7c3,Outer City Hardship,S01012710,Low Waters - 03,5c,Comfortable neighbourhoods,S02002382,Low Waters,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191880 +191880,S00132501,7c3,Outer City Hardship,S01012578,"Biggar, Symington, Thankerton and Dolphinton - 05",2a,Ageing rural neighbourhoods,S02002355,"Biggar, Symington, Thankerton and Dolphinton",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191881 +191881,S00132569,7c3,Outer City Hardship,S01012634,Hazelbank and Kirkfieldbank - 03,5c,Comfortable neighbourhoods,S02002367,Hazelbank and Kirkfieldbank,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191882 +191882,S00132579,7c3,Outer City Hardship,S01012585,"Carstairs, Carstairs Junction and Carnwath - 05",4a,Challenged white communities,S02002356,"Carstairs, Carstairs Junction and Carnwath",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191883 +191883,S00132587,7c3,Outer City Hardship,S01012655,Ashgill and Netherburn - 03,5a,Ageing urban communities,S02002371,Ashgill and Netherburn,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191884 +191884,S00132761,7c3,Outer City Hardship,S01012723,Laighstonehall - 03,4d,Hard-pressed flat dwellers,S02002385,Laighstonehall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191885 +191885,S00132836,8c3,Renting Hard-Pressed Workers,S01012805,Bothwell North - 03,4a,Challenged white communities,S02002400,Bothwell North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191886 +191886,S00130715,2c3,Professional Service Cosmopolitans,S01012794,Whitehill - 02,3c,Highly qualified professionals,S02002398,Whitehill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191887 +191887,S00131791,6b4,Older Workers and Retirement,S01012771,Blantytre North and Coatshill - 02,4a,Challenged white communities,S02002394,Blantytre North and Coatshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191888 +191888,S00132136,2c3,Professional Service Cosmopolitans,S01012720,Hamilton Centre and Low Parks - 05,1a,Cosmopolitan student neighbourhoods,S02002384,Hamilton Centre and Low Parks,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191889 +191889,S00131793,6b4,Older Workers and Retirement,S01012773,Blantytre North and Coatshill - 04,5d,Endeavouring social renters,S02002394,Blantytre North and Coatshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191890 +191890,S00132328,2c3,Professional Service Cosmopolitans,S01012717,Hamilton Centre and Low Parks - 02,4d,Hard-pressed flat dwellers,S02002384,Hamilton Centre and Low Parks,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191891 +191891,S00132845,8c3,Renting Hard-Pressed Workers,S01012810,Uddingston and Gardenside - 04,4d,Hard-pressed flat dwellers,S02002401,Uddingston and Gardenside,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191892 +191892,S00131869,6b4,Older Workers and Retirement,S01012721,Laighstonehall - 01,5c,Comfortable neighbourhoods,S02002385,Laighstonehall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191893 +191893,S00132346,2c3,Professional Service Cosmopolitans,S01012720,Hamilton Centre and Low Parks - 05,1a,Cosmopolitan student neighbourhoods,S02002384,Hamilton Centre and Low Parks,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191894 +191894,S00130942,1c2,Renting Rural Retirement,S01012686,Strathaven South - 03,5c,Comfortable neighbourhoods,S02002377,Strathaven South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191895 +191895,S00131886,6b4,Older Workers and Retirement,S01012791,Burnbank South and Chantinghall - 04,8b,Ageing suburbanites,S02002397,Burnbank South and Chantinghall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191896 +191896,S00131935,6b4,Older Workers and Retirement,S01012714,Silvertonhill - 03,8b,Ageing suburbanites,S02002383,Silvertonhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191897 +191897,S00131944,6b4,Older Workers and Retirement,S01012714,Silvertonhill - 03,8b,Ageing suburbanites,S02002383,Silvertonhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191898 +191898,S00131948,6b4,Older Workers and Retirement,S01012713,Silvertonhill - 02,5c,Comfortable neighbourhoods,S02002383,Silvertonhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191899 +191899,S00131952,6b4,Older Workers and Retirement,S01012713,Silvertonhill - 02,5c,Comfortable neighbourhoods,S02002383,Silvertonhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191900 +191900,S00131989,6b4,Older Workers and Retirement,S01012729,Woodhead and Meikle Earnock - 01,5c,Comfortable neighbourhoods,S02002387,Woodhead and Meikle Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191901 +191901,S00132030,6b4,Older Workers and Retirement,S01012745,Earnock - 05,8b,Ageing suburbanites,S02002389,Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191902 +191902,S00132040,6b4,Older Workers and Retirement,S01012736,Little Earnock - 04,5c,Comfortable neighbourhoods,S02002388,Little Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191903 +191903,S00132047,6b4,Older Workers and Retirement,S01012742,Earnock - 02,8b,Ageing suburbanites,S02002389,Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191904 +191904,S00132088,6b4,Older Workers and Retirement,S01012747,Hillhouse - 01,5d,Endeavouring social renters,S02002390,Hillhouse,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191905 +191905,S00132091,6b4,Older Workers and Retirement,S01012745,Earnock - 05,8b,Ageing suburbanites,S02002389,Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191906 +191906,S00132092,6b4,Older Workers and Retirement,S01012745,Earnock - 05,8b,Ageing suburbanites,S02002389,Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191907 +191907,S00132100,6b4,Older Workers and Retirement,S01012791,Burnbank South and Chantinghall - 04,8b,Ageing suburbanites,S02002397,Burnbank South and Chantinghall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191908 +191908,S00132131,6b4,Older Workers and Retirement,S01012744,Earnock - 04,8c,Comfortable suburbia,S02002389,Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191909 +191909,S00132196,6b4,Older Workers and Retirement,S01012798,Bothwell South - 01,8a,Affluent communities,S02002399,Bothwell South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191910 +191910,S00132208,6b4,Older Workers and Retirement,S01012803,Bothwell North - 01,8b,Ageing suburbanites,S02002400,Bothwell North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191911 +191911,S00132214,6b4,Older Workers and Retirement,S01012804,Bothwell North - 02,5d,Endeavouring social renters,S02002400,Bothwell North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191912 +191912,S00132321,6b4,Older Workers and Retirement,S01012707,Eddlewood - 05,8b,Ageing suburbanites,S02002381,Eddlewood,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191913 +191913,S00132337,6b4,Older Workers and Retirement,S01012742,Earnock - 02,8b,Ageing suburbanites,S02002389,Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191914 +191914,S00132385,6b4,Older Workers and Retirement,S01012652,Kirkmuirhill and Blackwood - 06,8b,Ageing suburbanites,S02002370,Kirkmuirhill and Blackwood,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191915 +191915,S00132408,6b4,Older Workers and Retirement,S01012682,Stonehouse - 07,5a,Ageing urban communities,S02002376,Stonehouse,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191916 +191916,S00132456,6b4,Older Workers and Retirement,S01012920,St Leonards North - 05,8a,Affluent communities,S02002420,St Leonards North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191917 +191917,S00132457,6b4,Older Workers and Retirement,S01012920,St Leonards North - 05,8a,Affluent communities,S02002420,St Leonards North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191918 +191918,S00132544,6b4,Older Workers and Retirement,S01012649,Kirkmuirhill and Blackwood - 03,5c,Comfortable neighbourhoods,S02002370,Kirkmuirhill and Blackwood,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191919 +191919,S00132548,6b4,Older Workers and Retirement,S01012652,Kirkmuirhill and Blackwood - 06,8b,Ageing suburbanites,S02002370,Kirkmuirhill and Blackwood,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191920 +191920,S00132549,6b4,Older Workers and Retirement,S01012652,Kirkmuirhill and Blackwood - 06,8b,Ageing suburbanites,S02002370,Kirkmuirhill and Blackwood,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191921 +191921,S00132559,6b4,Older Workers and Retirement,S01012684,Strathaven South - 01,5a,Ageing urban communities,S02002377,Strathaven South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191922 +191922,S00132611,6b4,Older Workers and Retirement,S01012607,Carluke East - 02,5c,Comfortable neighbourhoods,S02002361,Carluke East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191923 +191923,S00132620,6b4,Older Workers and Retirement,S01012607,Carluke East - 02,5c,Comfortable neighbourhoods,S02002361,Carluke East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191924 +191924,S00132624,6b4,Older Workers and Retirement,S01012601,Carluke West - 04,8b,Ageing suburbanites,S02002359,Carluke West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191925 +191925,S00132630,6b4,Older Workers and Retirement,S01012598,Carluke West - 01,8c,Comfortable suburbia,S02002359,Carluke West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191926 +191926,S00132678,6b4,Older Workers and Retirement,S01012946,Stewartfield West - 05,8c,Comfortable suburbia,S02002425,Stewartfield West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191927 +191927,S00132704,6b4,Older Workers and Retirement,S01012966,Crosshouse and Lindsayfield - 04,5a,Ageing urban communities,S02002429,Crosshouse and Lindsayfield,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191928 +191928,S00132754,6b4,Older Workers and Retirement,S01012771,Blantytre North and Coatshill - 02,4a,Challenged white communities,S02002394,Blantytre North and Coatshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191929 +191929,S00132793,6b4,Older Workers and Retirement,S01012736,Little Earnock - 04,5c,Comfortable neighbourhoods,S02002388,Little Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191930 +191930,S00131167,1c2,Renting Rural Retirement,S01012671,Strutherhill - 01,5d,Endeavouring social renters,S02002375,Strutherhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191931 +191931,S00132367,1c2,Renting Rural Retirement,S01012578,"Biggar, Symington, Thankerton and Dolphinton - 05",2a,Ageing rural neighbourhoods,S02002355,"Biggar, Symington, Thankerton and Dolphinton",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191932 +191932,S00132672,2c3,Professional Service Cosmopolitans,S01012946,Stewartfield West - 05,8c,Comfortable suburbia,S02002425,Stewartfield West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191933 +191933,S00132707,1c2,Renting Rural Retirement,S01012965,Crosshouse and Lindsayfield - 03,5a,Ageing urban communities,S02002429,Crosshouse and Lindsayfield,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191934 +191934,S00132740,1c2,Renting Rural Retirement,S01012700,"Glassford, Quarter and Allanton - 02",2d,Rural traits,S02002380,"Glassford, Quarter and Allanton",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191935 +191935,S00132817,2c3,Professional Service Cosmopolitans,S01012794,Whitehill - 02,3c,Highly qualified professionals,S02002398,Whitehill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191936 +191936,S00130163,7d4,Retired City Hardship,S01012846,Cambuslang Central - 04,4d,Hard-pressed flat dwellers,S02002406,Cambuslang Central,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191937 +191937,S00132830,2c3,Professional Service Cosmopolitans,S01012787,Burnbank Central and Udston - 07,5c,Comfortable neighbourhoods,S02002396,Burnbank Central and Udston,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191938 +191938,S00130339,7d4,Retired City Hardship,S01012860,Shawfield and Clincarthill - 01,5a,Ageing urban communities,S02002409,Shawfield and Clincarthill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191939 +191939,S00130144,8c3,Renting Hard-Pressed Workers,S01012848,"Burgh, Eastfield and Silverbank - 01",5c,Comfortable neighbourhoods,S02002407,"Burgh, Eastfield and Silverbank",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191940 +191940,S00130639,7d4,Retired City Hardship,S01012884,Burnside and Springhall - 03,4d,Hard-pressed flat dwellers,S02002414,Burnside and Springhall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191941 +191941,S00130174,8c3,Renting Hard-Pressed Workers,S01012825,Westburn and Newton - 05,4d,Hard-pressed flat dwellers,S02002403,Westburn and Newton,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191942 +191942,S00130641,7d4,Retired City Hardship,S01012884,Burnside and Springhall - 03,4d,Hard-pressed flat dwellers,S02002414,Burnside and Springhall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191943 +191943,S00130270,8c3,Renting Hard-Pressed Workers,S01012834,Vicarland and Cairns - 05,4a,Challenged white communities,S02002404,Vicarland and Cairns,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191944 +191944,S00130907,7d4,Retired City Hardship,S01012630,Lanark South - 04,5e,Primary sector workers,S02002366,Lanark South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191945 +191945,S00131378,7d4,Retired City Hardship,S01012906,Calderwood Central - 01,4a,Challenged white communities,S02002418,Calderwood Central,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191946 +191946,S00132195,7d4,Retired City Hardship,S01012799,Bothwell South - 02,5c,Comfortable neighbourhoods,S02002399,Bothwell South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191947 +191947,S00132202,7d4,Retired City Hardship,S01012801,Bothwell South - 04,8a,Affluent communities,S02002399,Bothwell South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191948 +191948,S00132348,7d4,Retired City Hardship,S01012641,"Douglas, Coalburn and Rigside - 05",5a,Ageing urban communities,S02002368,"Douglas, Coalburn and Rigside",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191949 +191949,S00132534,7d4,Retired City Hardship,S01012578,"Biggar, Symington, Thankerton and Dolphinton - 05",2a,Ageing rural neighbourhoods,S02002355,"Biggar, Symington, Thankerton and Dolphinton",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191950 +191950,S00132781,7d4,Retired City Hardship,S01012717,Hamilton Centre and Low Parks - 02,4d,Hard-pressed flat dwellers,S02002384,Hamilton Centre and Low Parks,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191951 +191951,S00132843,7d4,Retired City Hardship,S01012808,Uddingston and Gardenside - 02,5c,Comfortable neighbourhoods,S02002401,Uddingston and Gardenside,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191952 +191952,S00130256,7d3,Retired Communal City Dwellers,S01012835,Vicarland and Cairns - 06,4d,Hard-pressed flat dwellers,S02002404,Vicarland and Cairns,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191953 +191953,S00130421,7d3,Retired Communal City Dwellers,S01012857,Farme Cross and Gallowflat North - 02,4d,Hard-pressed flat dwellers,S02002408,Farme Cross and Gallowflat North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191954 +191954,S00130910,7d3,Retired Communal City Dwellers,S01012629,Lanark South - 03,8a,Affluent communities,S02002366,Lanark South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191955 +191955,S00131242,7d3,Retired Communal City Dwellers,S01012602,Carluke North - 01,5a,Ageing urban communities,S02002360,Carluke North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191956 +191956,S00131436,7d3,Retired Communal City Dwellers,S01012930,East Mains - 01,5a,Ageing urban communities,S02002422,East Mains,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191957 +191957,S00131610,7d3,Retired Communal City Dwellers,S01012974,Whitehills West - 05,4a,Challenged white communities,S02002430,Whitehills West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191958 +191958,S00131820,7d3,Retired Communal City Dwellers,S01012755,High Blantyre - 04,4d,Hard-pressed flat dwellers,S02002391,High Blantyre,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191959 +191959,S00131894,7d3,Retired Communal City Dwellers,S01012719,Hamilton Centre and Low Parks - 04,3d,Households in terraces and flats,S02002384,Hamilton Centre and Low Parks,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191960 +191960,S00132099,7d3,Retired Communal City Dwellers,S01012792,Burnbank South and Chantinghall - 05,4d,Hard-pressed flat dwellers,S02002397,Burnbank South and Chantinghall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191961 +191961,S00132107,7d3,Retired Communal City Dwellers,S01012774,Burnbank North - 01,5a,Ageing urban communities,S02002395,Burnbank North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191962 +191962,S00132244,7d3,Retired Communal City Dwellers,S01012810,Uddingston and Gardenside - 04,4d,Hard-pressed flat dwellers,S02002401,Uddingston and Gardenside,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191963 +191963,S00132315,7d3,Retired Communal City Dwellers,S01012760,Blantyre South and Wheatlands - 02,4d,Hard-pressed flat dwellers,S02002392,Blantyre South and Wheatlands,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191964 +191964,S00132491,7d3,Retired Communal City Dwellers,S01012792,Burnbank South and Chantinghall - 05,4d,Hard-pressed flat dwellers,S02002397,Burnbank South and Chantinghall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191965 +191965,S00132539,7d3,Retired Communal City Dwellers,S01012645,Lesmahagow - 04,5a,Ageing urban communities,S02002369,Lesmahagow,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191966 +191966,S00132551,7d3,Retired Communal City Dwellers,S01012619,Lanark North West - 01,5a,Ageing urban communities,S02002364,Lanark North West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191967 +191967,S00132552,7d3,Retired Communal City Dwellers,S01012619,Lanark North West - 01,5a,Ageing urban communities,S02002364,Lanark North West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191968 +191968,S00132656,7d3,Retired Communal City Dwellers,S01012930,East Mains - 01,5a,Ageing urban communities,S02002422,East Mains,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191969 +191969,S00132863,7d3,Retired Communal City Dwellers,S01012711,Low Waters - 04,4d,Hard-pressed flat dwellers,S02002382,Low Waters,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191970 +191970,S00130153,7d2,Retired Independent City Dwellers,S01012856,Farme Cross and Gallowflat North - 01,4d,Hard-pressed flat dwellers,S02002408,Farme Cross and Gallowflat North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191971 +191971,S00130161,7d2,Retired Independent City Dwellers,S01012846,Cambuslang Central - 04,4d,Hard-pressed flat dwellers,S02002406,Cambuslang Central,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191972 +191972,S00130272,8c3,Renting Hard-Pressed Workers,S01012833,Vicarland and Cairns - 04,4a,Challenged white communities,S02002404,Vicarland and Cairns,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191973 +191973,S00130274,8c3,Renting Hard-Pressed Workers,S01012831,Vicarland and Cairns - 02,4a,Challenged white communities,S02002404,Vicarland and Cairns,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191974 +191974,S00130280,8c3,Renting Hard-Pressed Workers,S01012831,Vicarland and Cairns - 02,4a,Challenged white communities,S02002404,Vicarland and Cairns,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191975 +191975,S00130283,8c3,Renting Hard-Pressed Workers,S01012831,Vicarland and Cairns - 02,4a,Challenged white communities,S02002404,Vicarland and Cairns,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191976 +191976,S00130432,8c3,Renting Hard-Pressed Workers,S01012877,Spittal - 04,4a,Challenged white communities,S02002412,Spittal,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191977 +191977,S00130435,8c3,Renting Hard-Pressed Workers,S01012877,Spittal - 04,4a,Challenged white communities,S02002412,Spittal,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191978 +191978,S00130439,8c3,Renting Hard-Pressed Workers,S01012892,Fernhill and Cathkin - 04,4d,Hard-pressed flat dwellers,S02002415,Fernhill and Cathkin,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191979 +191979,S00130480,8c3,Renting Hard-Pressed Workers,S01012889,Fernhill and Cathkin - 01,5c,Comfortable neighbourhoods,S02002415,Fernhill and Cathkin,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191980 +191980,S00130638,8c3,Renting Hard-Pressed Workers,S01012891,Fernhill and Cathkin - 03,4a,Challenged white communities,S02002415,Fernhill and Cathkin,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191981 +191981,S00130644,8c3,Renting Hard-Pressed Workers,S01012859,Farme Cross and Gallowflat North - 04,4d,Hard-pressed flat dwellers,S02002408,Farme Cross and Gallowflat North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191982 +191982,S00130706,8c3,Renting Hard-Pressed Workers,S01012740,Little Earnock - 08,8c,Comfortable suburbia,S02002388,Little Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191983 +191983,S00130725,8c3,Renting Hard-Pressed Workers,S01012616,"Crossford, Braidwood and Yieldshields - 02",2d,Rural traits,S02002363,"Crossford, Braidwood and Yieldshields",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191984 +191984,S00130810,8c3,Renting Hard-Pressed Workers,S01012637,"Douglas, Coalburn and Rigside - 01",4a,Challenged white communities,S02002368,"Douglas, Coalburn and Rigside",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191985 +191985,S00130811,8c3,Renting Hard-Pressed Workers,S01012638,"Douglas, Coalburn and Rigside - 02",5e,Primary sector workers,S02002368,"Douglas, Coalburn and Rigside",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191986 +191986,S00130830,8c3,Renting Hard-Pressed Workers,S01012640,"Douglas, Coalburn and Rigside - 04",4a,Challenged white communities,S02002368,"Douglas, Coalburn and Rigside",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191987 +191987,S00130868,8c3,Renting Hard-Pressed Workers,S01012651,Kirkmuirhill and Blackwood - 05,4a,Challenged white communities,S02002370,Kirkmuirhill and Blackwood,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191988 +191988,S00130890,8c3,Renting Hard-Pressed Workers,S01012622,Lanark North West - 04,5c,Comfortable neighbourhoods,S02002364,Lanark North West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191989 +191989,S00130897,8c3,Renting Hard-Pressed Workers,S01012626,Lanark North East - 04,8b,Ageing suburbanites,S02002365,Lanark North East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191990 +191990,S00130901,8c3,Renting Hard-Pressed Workers,S01012624,Lanark North East - 02,4a,Challenged white communities,S02002365,Lanark North East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191991 +191991,S00130909,8c3,Renting Hard-Pressed Workers,S01012631,Lanark South - 05,4a,Challenged white communities,S02002366,Lanark South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191992 +191992,S00130935,8c3,Renting Hard-Pressed Workers,S01012685,Strathaven South - 02,5d,Endeavouring social renters,S02002377,Strathaven South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191993 +191993,S00131007,8c3,Renting Hard-Pressed Workers,S01012677,Stonehouse - 02,4a,Challenged white communities,S02002376,Stonehouse,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191994 +191994,S00131013,8c3,Renting Hard-Pressed Workers,S01012679,Stonehouse - 04,5c,Comfortable neighbourhoods,S02002376,Stonehouse,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191995 +191995,S00131022,8c3,Renting Hard-Pressed Workers,S01012683,Stonehouse - 08,5c,Comfortable neighbourhoods,S02002376,Stonehouse,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191996 +191996,S00131033,8c3,Renting Hard-Pressed Workers,S01012584,"Carstairs, Carstairs Junction and Carnwath - 04",2d,Rural traits,S02002356,"Carstairs, Carstairs Junction and Carnwath",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191997 +191997,S00131037,8c3,Renting Hard-Pressed Workers,S01012699,"Glassford, Quarter and Allanton - 01",2d,Rural traits,S02002380,"Glassford, Quarter and Allanton",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191998 +191998,S00131039,8c3,Renting Hard-Pressed Workers,S01012699,"Glassford, Quarter and Allanton - 01",2d,Rural traits,S02002380,"Glassford, Quarter and Allanton",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,191999 +191999,S00131049,8c3,Renting Hard-Pressed Workers,S01012698,"Chapelton, Glengavel and Sandford - 04",2d,Rural traits,S02002379,"Chapelton, Glengavel and Sandford",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192000 +192000,S00130282,7d2,Retired Independent City Dwellers,S01012831,Vicarland and Cairns - 02,4a,Challenged white communities,S02002404,Vicarland and Cairns,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192001 +192001,S00130347,7d2,Retired Independent City Dwellers,S01012865,Burnhill and Bankhead North - 01,4a,Challenged white communities,S02002410,Burnhill and Bankhead North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192002 +192002,S00130349,7d2,Retired Independent City Dwellers,S01012865,Burnhill and Bankhead North - 01,4a,Challenged white communities,S02002410,Burnhill and Bankhead North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192003 +192003,S00130350,7d2,Retired Independent City Dwellers,S01012862,Shawfield and Clincarthill - 03,4d,Hard-pressed flat dwellers,S02002409,Shawfield and Clincarthill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192004 +192004,S00130420,7d2,Retired Independent City Dwellers,S01012857,Farme Cross and Gallowflat North - 02,4d,Hard-pressed flat dwellers,S02002408,Farme Cross and Gallowflat North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192005 +192005,S00130516,5b3,Self-Sufficient Retirement,S01012879,High Crosshill - 02,5c,Comfortable neighbourhoods,S02002413,High Crosshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192006 +192006,S00130714,6b2,White Suburban Communities,S01012739,Little Earnock - 07,8c,Comfortable suburbia,S02002388,Little Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192007 +192007,S00130423,7d2,Retired Independent City Dwellers,S01012856,Farme Cross and Gallowflat North - 01,4d,Hard-pressed flat dwellers,S02002408,Farme Cross and Gallowflat North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192008 +192008,S00130444,7d2,Retired Independent City Dwellers,S01012892,Fernhill and Cathkin - 04,4d,Hard-pressed flat dwellers,S02002415,Fernhill and Cathkin,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192009 +192009,S00130495,7d2,Retired Independent City Dwellers,S01012883,Burnside and Springhall - 02,4d,Hard-pressed flat dwellers,S02002414,Burnside and Springhall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192010 +192010,S00130502,7d2,Retired Independent City Dwellers,S01012885,Burnside and Springhall - 04,4d,Hard-pressed flat dwellers,S02002414,Burnside and Springhall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192011 +192011,S00130527,7d2,Retired Independent City Dwellers,S01012868,Burnhill and Bankhead North - 04,4d,Hard-pressed flat dwellers,S02002410,Burnhill and Bankhead North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192012 +192012,S00130906,7d2,Retired Independent City Dwellers,S01012630,Lanark South - 04,5e,Primary sector workers,S02002366,Lanark South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192013 +192013,S00130928,7d2,Retired Independent City Dwellers,S01012630,Lanark South - 04,5e,Primary sector workers,S02002366,Lanark South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192014 +192014,S00131451,7d2,Retired Independent City Dwellers,S01012931,East Mains - 02,5c,Comfortable neighbourhoods,S02002422,East Mains,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192015 +192015,S00131517,7d2,Retired Independent City Dwellers,S01012956,Hairmyres and Westwood West - 04,5a,Ageing urban communities,S02002427,Hairmyres and Westwood West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192016 +192016,S00131853,7d2,Retired Independent City Dwellers,S01012780,Burnbank North - 07,4d,Hard-pressed flat dwellers,S02002395,Burnbank North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192017 +192017,S00131924,7d2,Retired Independent City Dwellers,S01012709,Low Waters - 02,5c,Comfortable neighbourhoods,S02002382,Low Waters,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192018 +192018,S00132102,7d2,Retired Independent City Dwellers,S01012792,Burnbank South and Chantinghall - 05,4d,Hard-pressed flat dwellers,S02002397,Burnbank South and Chantinghall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192019 +192019,S00132240,7d2,Retired Independent City Dwellers,S01012810,Uddingston and Gardenside - 04,4d,Hard-pressed flat dwellers,S02002401,Uddingston and Gardenside,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192020 +192020,S00132295,7d2,Retired Independent City Dwellers,S01012994,The Murray - 05,4d,Hard-pressed flat dwellers,S02002434,The Murray,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192021 +192021,S00132448,7d2,Retired Independent City Dwellers,S01012896,Nerston and EK Landward Area - 03,4d,Hard-pressed flat dwellers,S02002416,Nerston and EK Landward Area,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192022 +192022,S00132449,7d2,Retired Independent City Dwellers,S01012896,Nerston and EK Landward Area - 03,4d,Hard-pressed flat dwellers,S02002416,Nerston and EK Landward Area,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192023 +192023,S00132450,7d2,Retired Independent City Dwellers,S01012896,Nerston and EK Landward Area - 03,4d,Hard-pressed flat dwellers,S02002416,Nerston and EK Landward Area,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192024 +192024,S00132475,7d2,Retired Independent City Dwellers,S01012988,Westwood East - 03,4a,Challenged white communities,S02002433,Westwood East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192025 +192025,S00132538,7d2,Retired Independent City Dwellers,S01012645,Lesmahagow - 04,5a,Ageing urban communities,S02002369,Lesmahagow,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192026 +192026,S00132663,7d2,Retired Independent City Dwellers,S01012915,Calderwood West and Nerston - 05,5c,Comfortable neighbourhoods,S02002419,Calderwood West and Nerston,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192027 +192027,S00132744,7d2,Retired Independent City Dwellers,S01012756,High Blantyre - 05,5c,Comfortable neighbourhoods,S02002391,High Blantyre,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192028 +192028,S00132780,7d2,Retired Independent City Dwellers,S01012717,Hamilton Centre and Low Parks - 02,4d,Hard-pressed flat dwellers,S02002384,Hamilton Centre and Low Parks,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192029 +192029,S00132816,7d2,Retired Independent City Dwellers,S01012794,Whitehill - 02,3c,Highly qualified professionals,S02002398,Whitehill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192030 +192030,S00130678,1c1,Rural Employment and Retirees,S01012696,"Chapelton, Glengavel and Sandford - 02",2a,Ageing rural neighbourhoods,S02002379,"Chapelton, Glengavel and Sandford",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192031 +192031,S00132353,1c1,Rural Employment and Retirees,S01012638,"Douglas, Coalburn and Rigside - 02",5e,Primary sector workers,S02002368,"Douglas, Coalburn and Rigside",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192032 +192032,S00132513,1c1,Rural Employment and Retirees,S01012572,Clydesdale South - 03,2c,Remoter communities,S02002354,Clydesdale South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192033 +192033,S00132526,1c1,Rural Employment and Retirees,S01012573,Clydesdale South - 04,2c,Remoter communities,S02002354,Clydesdale South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192034 +192034,S00130722,1b1,Rural Life,S01012580,"Biggar, Symington, Thankerton and Dolphinton - 07",2c,Remoter communities,S02002355,"Biggar, Symington, Thankerton and Dolphinton",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192035 +192035,S00130723,1b1,Rural Life,S01012588,"Forth, Braehead and Auchengray - 02",2c,Remoter communities,S02002357,"Forth, Braehead and Auchengray",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192036 +192036,S00130724,1b1,Rural Life,S01012588,"Forth, Braehead and Auchengray - 02",2c,Remoter communities,S02002357,"Forth, Braehead and Auchengray",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192037 +192037,S00130767,1b1,Rural Life,S01012636,Hazelbank and Kirkfieldbank - 05,2c,Remoter communities,S02002367,Hazelbank and Kirkfieldbank,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192038 +192038,S00130786,1b1,Rural Life,S01012571,Clydesdale South - 02,2d,Rural traits,S02002354,Clydesdale South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192039 +192039,S00130834,1b1,Rural Life,S01012577,"Biggar, Symington, Thankerton and Dolphinton - 04",2c,Remoter communities,S02002355,"Biggar, Symington, Thankerton and Dolphinton",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192040 +192040,S00130877,1b1,Rural Life,S01012652,Kirkmuirhill and Blackwood - 06,8b,Ageing suburbanites,S02002370,Kirkmuirhill and Blackwood,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192041 +192041,S00131000,1b1,Rural Life,S01012680,Stonehouse - 05,8c,Comfortable suburbia,S02002376,Stonehouse,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192042 +192042,S00131029,1b1,Rural Life,S01012584,"Carstairs, Carstairs Junction and Carnwath - 04",2d,Rural traits,S02002356,"Carstairs, Carstairs Junction and Carnwath",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192043 +192043,S00131047,1b1,Rural Life,S01012698,"Chapelton, Glengavel and Sandford - 04",2d,Rural traits,S02002379,"Chapelton, Glengavel and Sandford",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192044 +192044,S00131153,1b1,Rural Life,S01012664,"Larkhall Central, Raploch, Millheugh and Burnhead - 05",5a,Ageing urban communities,S02002373,"Larkhall Central, Raploch, Millheugh and Burnhead",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192045 +192045,S00132219,1b1,Rural Life,S01012804,Bothwell North - 02,5d,Endeavouring social renters,S02002400,Bothwell North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192046 +192046,S00132280,1b1,Rural Life,S01012616,"Crossford, Braidwood and Yieldshields - 02",2d,Rural traits,S02002363,"Crossford, Braidwood and Yieldshields",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192047 +192047,S00132535,1b1,Rural Life,S01012576,"Biggar, Symington, Thankerton and Dolphinton - 03",5a,Ageing urban communities,S02002355,"Biggar, Symington, Thankerton and Dolphinton",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192048 +192048,S00132615,1b1,Rural Life,S01012608,Carluke East - 03,5d,Endeavouring social renters,S02002361,Carluke East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192049 +192049,S00132849,1b1,Rural Life,S01012595,Law - 04,5c,Comfortable neighbourhoods,S02002358,Law,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192050 +192050,S00132862,1b1,Rural Life,S01012635,Hazelbank and Kirkfieldbank - 04,2d,Rural traits,S02002367,Hazelbank and Kirkfieldbank,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192051 +192051,S00130568,1b2,Rural White-Collar Workers,S01012900,Nerston and EK Landward Area - 07,2a,Ageing rural neighbourhoods,S02002416,Nerston and EK Landward Area,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192052 +192052,S00130993,6b3,Semi-Detached Ageing,S01012678,Stonehouse - 03,8b,Ageing suburbanites,S02002376,Stonehouse,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192053 +192053,S00130730,1b2,Rural White-Collar Workers,S01012592,Law - 01,2b,Prospering countryside life,S02002358,Law,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192054 +192054,S00132128,6b3,Semi-Detached Ageing,S01012744,Earnock - 04,8c,Comfortable suburbia,S02002389,Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192055 +192055,S00130764,5a1,White Professionals,S01012647,Kirkmuirhill and Blackwood - 01,8c,Comfortable suburbia,S02002370,Kirkmuirhill and Blackwood,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192056 +192056,S00132205,5b3,Self-Sufficient Retirement,S01012801,Bothwell South - 04,8a,Affluent communities,S02002399,Bothwell South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192057 +192057,S00130597,5b3,Self-Sufficient Retirement,S01012845,Cambuslang Central - 03,5c,Comfortable neighbourhoods,S02002406,Cambuslang Central,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192058 +192058,S00130765,6b2,White Suburban Communities,S01012647,Kirkmuirhill and Blackwood - 01,8c,Comfortable suburbia,S02002370,Kirkmuirhill and Blackwood,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192059 +192059,S00130994,6b3,Semi-Detached Ageing,S01012678,Stonehouse - 03,8b,Ageing suburbanites,S02002376,Stonehouse,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192060 +192060,S00130995,6b3,Semi-Detached Ageing,S01012678,Stonehouse - 03,8b,Ageing suburbanites,S02002376,Stonehouse,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192061 +192061,S00130996,6b3,Semi-Detached Ageing,S01012678,Stonehouse - 03,8b,Ageing suburbanites,S02002376,Stonehouse,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192062 +192062,S00131117,6b3,Semi-Detached Ageing,S01012669,Hareleeshill - 05,8b,Ageing suburbanites,S02002374,Hareleeshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192063 +192063,S00131145,6b3,Semi-Detached Ageing,S01012670,Hareleeshill - 06,8b,Ageing suburbanites,S02002374,Hareleeshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192064 +192064,S00131163,6b3,Semi-Detached Ageing,S01012658,Merryton and Meadowhill - 03,8b,Ageing suburbanites,S02002372,Merryton and Meadowhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192065 +192065,S00131166,6b3,Semi-Detached Ageing,S01012658,Merryton and Meadowhill - 03,8b,Ageing suburbanites,S02002372,Merryton and Meadowhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192066 +192066,S00131206,6b3,Semi-Detached Ageing,S01012605,Carluke North - 04,5d,Endeavouring social renters,S02002360,Carluke North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192067 +192067,S00131212,6b3,Semi-Detached Ageing,S01012614,Carluke South - 04,5a,Ageing urban communities,S02002362,Carluke South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192068 +192068,S00131214,6b3,Semi-Detached Ageing,S01012614,Carluke South - 04,5a,Ageing urban communities,S02002362,Carluke South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192069 +192069,S00131215,6b3,Semi-Detached Ageing,S01012612,Carluke South - 02,5d,Endeavouring social renters,S02002362,Carluke South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192070 +192070,S00131245,6b3,Semi-Detached Ageing,S01012600,Carluke West - 03,8c,Comfortable suburbia,S02002359,Carluke West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192071 +192071,S00131263,6b3,Semi-Detached Ageing,S01012934,West Mains - 01,5c,Comfortable neighbourhoods,S02002423,West Mains,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192072 +192072,S00131331,6b3,Semi-Detached Ageing,S01012911,Calderwood West and Nerston - 01,5c,Comfortable neighbourhoods,S02002419,Calderwood West and Nerston,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192073 +192073,S00131577,6b3,Semi-Detached Ageing,S01012953,Hairmyres and Westwood West - 01,8c,Comfortable suburbia,S02002427,Hairmyres and Westwood West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192074 +192074,S00131578,6b3,Semi-Detached Ageing,S01012954,Hairmyres and Westwood West - 02,8c,Comfortable suburbia,S02002427,Hairmyres and Westwood West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192075 +192075,S00131580,6b3,Semi-Detached Ageing,S01012954,Hairmyres and Westwood West - 02,8c,Comfortable suburbia,S02002427,Hairmyres and Westwood West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192076 +192076,S00131585,6b3,Semi-Detached Ageing,S01012948,"Thorntonhall, Jackton and Gardenhall - 01",8b,Ageing suburbanites,S02002426,"Thorntonhall, Jackton and Gardenhall",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192077 +192077,S00131591,6b3,Semi-Detached Ageing,S01012948,"Thorntonhall, Jackton and Gardenhall - 01",8b,Ageing suburbanites,S02002426,"Thorntonhall, Jackton and Gardenhall",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192078 +192078,S00131593,6b3,Semi-Detached Ageing,S01012948,"Thorntonhall, Jackton and Gardenhall - 01",8b,Ageing suburbanites,S02002426,"Thorntonhall, Jackton and Gardenhall",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192079 +192079,S00131710,6b3,Semi-Detached Ageing,S01012700,"Glassford, Quarter and Allanton - 02",2d,Rural traits,S02002380,"Glassford, Quarter and Allanton",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192080 +192080,S00131711,6b3,Semi-Detached Ageing,S01012700,"Glassford, Quarter and Allanton - 02",2d,Rural traits,S02002380,"Glassford, Quarter and Allanton",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192081 +192081,S00131714,6b3,Semi-Detached Ageing,S01012595,Law - 04,5c,Comfortable neighbourhoods,S02002358,Law,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192082 +192082,S00131728,6b3,Semi-Detached Ageing,S01012897,Nerston and EK Landward Area - 04,8c,Comfortable suburbia,S02002416,Nerston and EK Landward Area,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192083 +192083,S00131731,6b3,Semi-Detached Ageing,S01012756,High Blantyre - 05,5c,Comfortable neighbourhoods,S02002391,High Blantyre,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192084 +192084,S00131749,6b3,Semi-Detached Ageing,S01012767,Low Blantyre and Bardykes - 03,8b,Ageing suburbanites,S02002393,Low Blantyre and Bardykes,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192085 +192085,S00131751,6b3,Semi-Detached Ageing,S01012765,Low Blantyre and Bardykes - 01,5d,Endeavouring social renters,S02002393,Low Blantyre and Bardykes,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192086 +192086,S00131752,6b3,Semi-Detached Ageing,S01012768,Low Blantyre and Bardykes - 04,8b,Ageing suburbanites,S02002393,Low Blantyre and Bardykes,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192087 +192087,S00131753,6b3,Semi-Detached Ageing,S01012768,Low Blantyre and Bardykes - 04,8b,Ageing suburbanites,S02002393,Low Blantyre and Bardykes,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192088 +192088,S00131756,6b3,Semi-Detached Ageing,S01012768,Low Blantyre and Bardykes - 04,8b,Ageing suburbanites,S02002393,Low Blantyre and Bardykes,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192089 +192089,S00131757,6b3,Semi-Detached Ageing,S01012767,Low Blantyre and Bardykes - 03,8b,Ageing suburbanites,S02002393,Low Blantyre and Bardykes,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192090 +192090,S00131759,6b3,Semi-Detached Ageing,S01012768,Low Blantyre and Bardykes - 04,8b,Ageing suburbanites,S02002393,Low Blantyre and Bardykes,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192091 +192091,S00131882,6b3,Semi-Detached Ageing,S01012724,Laighstonehall - 04,5c,Comfortable neighbourhoods,S02002385,Laighstonehall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192092 +192092,S00131920,6b3,Semi-Detached Ageing,S01012707,Eddlewood - 05,8b,Ageing suburbanites,S02002381,Eddlewood,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192093 +192093,S00131922,6b3,Semi-Detached Ageing,S01012709,Low Waters - 02,5c,Comfortable neighbourhoods,S02002382,Low Waters,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192094 +192094,S00131930,6b3,Semi-Detached Ageing,S01012701,"Glassford, Quarter and Allanton - 03",2b,Prospering countryside life,S02002380,"Glassford, Quarter and Allanton",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192095 +192095,S00131932,6b3,Semi-Detached Ageing,S01012701,"Glassford, Quarter and Allanton - 03",2b,Prospering countryside life,S02002380,"Glassford, Quarter and Allanton",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192096 +192096,S00131947,6b3,Semi-Detached Ageing,S01012713,Silvertonhill - 02,5c,Comfortable neighbourhoods,S02002383,Silvertonhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192097 +192097,S00131953,6b3,Semi-Detached Ageing,S01012713,Silvertonhill - 02,5c,Comfortable neighbourhoods,S02002383,Silvertonhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192098 +192098,S00131959,6b3,Semi-Detached Ageing,S01012729,Woodhead and Meikle Earnock - 01,5c,Comfortable neighbourhoods,S02002387,Woodhead and Meikle Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192099 +192099,S00132012,6b3,Semi-Detached Ageing,S01012791,Burnbank South and Chantinghall - 04,8b,Ageing suburbanites,S02002397,Burnbank South and Chantinghall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192100 +192100,S00132031,6b3,Semi-Detached Ageing,S01012745,Earnock - 05,8b,Ageing suburbanites,S02002389,Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192101 +192101,S00132032,6b3,Semi-Detached Ageing,S01012743,Earnock - 03,8b,Ageing suburbanites,S02002389,Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192102 +192102,S00132033,6b3,Semi-Detached Ageing,S01012743,Earnock - 03,8b,Ageing suburbanites,S02002389,Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192103 +192103,S00132035,6b3,Semi-Detached Ageing,S01012742,Earnock - 02,8b,Ageing suburbanites,S02002389,Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192104 +192104,S00132038,6b3,Semi-Detached Ageing,S01012741,Earnock - 01,8c,Comfortable suburbia,S02002389,Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192105 +192105,S00132039,6b3,Semi-Detached Ageing,S01012741,Earnock - 01,8c,Comfortable suburbia,S02002389,Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192106 +192106,S00132087,6b3,Semi-Detached Ageing,S01012747,Hillhouse - 01,5d,Endeavouring social renters,S02002390,Hillhouse,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192107 +192107,S00132094,6b3,Semi-Detached Ageing,S01012781,Burnbank Central and Udston - 01,5c,Comfortable neighbourhoods,S02002396,Burnbank Central and Udston,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192108 +192108,S00132246,5b3,Self-Sufficient Retirement,S01012809,Uddingston and Gardenside - 03,5c,Comfortable neighbourhoods,S02002401,Uddingston and Gardenside,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192109 +192109,S00130622,5b3,Self-Sufficient Retirement,S01012881,High Crosshill - 04,5a,Ageing urban communities,S02002413,High Crosshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192110 +192110,S00130746,1b2,Rural White-Collar Workers,S01012582,"Carstairs, Carstairs Junction and Carnwath - 02",2c,Remoter communities,S02002356,"Carstairs, Carstairs Junction and Carnwath",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192111 +192111,S00130766,6b2,White Suburban Communities,S01012647,Kirkmuirhill and Blackwood - 01,8c,Comfortable suburbia,S02002370,Kirkmuirhill and Blackwood,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192112 +192112,S00130821,5a1,White Professionals,S01012639,"Douglas, Coalburn and Rigside - 03",5d,Endeavouring social renters,S02002368,"Douglas, Coalburn and Rigside",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192113 +192113,S00130640,5b3,Self-Sufficient Retirement,S01012884,Burnside and Springhall - 03,4d,Hard-pressed flat dwellers,S02002414,Burnside and Springhall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192114 +192114,S00130651,5b3,Self-Sufficient Retirement,S01012816,"Halfway, Hallside and Drumsagard - 03",3a,Achieving neighbourhoods,S02002402,"Halfway, Hallside and Drumsagard",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192115 +192115,S00130718,5b3,Self-Sufficient Retirement,S01012661,"Larkhall Central, Raploch, Millheugh and Burnhead - 02",5c,Comfortable neighbourhoods,S02002373,"Larkhall Central, Raploch, Millheugh and Burnhead",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192116 +192116,S00130838,5b3,Self-Sufficient Retirement,S01012578,"Biggar, Symington, Thankerton and Dolphinton - 05",2a,Ageing rural neighbourhoods,S02002355,"Biggar, Symington, Thankerton and Dolphinton",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192117 +192117,S00130873,5b3,Self-Sufficient Retirement,S01012650,Kirkmuirhill and Blackwood - 04,5c,Comfortable neighbourhoods,S02002370,Kirkmuirhill and Blackwood,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192118 +192118,S00130899,5b3,Self-Sufficient Retirement,S01012626,Lanark North East - 04,8b,Ageing suburbanites,S02002365,Lanark North East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192119 +192119,S00130925,5b3,Self-Sufficient Retirement,S01012620,Lanark North West - 02,8a,Affluent communities,S02002364,Lanark North West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192120 +192120,S00130936,5b3,Self-Sufficient Retirement,S01012684,Strathaven South - 01,5a,Ageing urban communities,S02002377,Strathaven South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192121 +192121,S00130952,5b3,Self-Sufficient Retirement,S01012686,Strathaven South - 03,5c,Comfortable neighbourhoods,S02002377,Strathaven South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192122 +192122,S00130955,5b3,Self-Sufficient Retirement,S01012686,Strathaven South - 03,5c,Comfortable neighbourhoods,S02002377,Strathaven South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192123 +192123,S00130956,5b3,Self-Sufficient Retirement,S01012688,Strathaven South - 05,5c,Comfortable neighbourhoods,S02002377,Strathaven South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192124 +192124,S00130963,5b3,Self-Sufficient Retirement,S01012691,Strathaven North - 01,8c,Comfortable suburbia,S02002378,Strathaven North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192125 +192125,S00130971,5b3,Self-Sufficient Retirement,S01012692,Strathaven North - 02,5a,Ageing urban communities,S02002378,Strathaven North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192126 +192126,S00130973,5b3,Self-Sufficient Retirement,S01012688,Strathaven South - 05,5c,Comfortable neighbourhoods,S02002377,Strathaven South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192127 +192127,S00130974,5b3,Self-Sufficient Retirement,S01012688,Strathaven South - 05,5c,Comfortable neighbourhoods,S02002377,Strathaven South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192128 +192128,S00132211,6b3,Semi-Detached Ageing,S01012803,Bothwell North - 01,8b,Ageing suburbanites,S02002400,Bothwell North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192129 +192129,S00130975,5b3,Self-Sufficient Retirement,S01012688,Strathaven South - 05,5c,Comfortable neighbourhoods,S02002377,Strathaven South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192130 +192130,S00131018,5b3,Self-Sufficient Retirement,S01012681,Stonehouse - 06,2d,Rural traits,S02002376,Stonehouse,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192131 +192131,S00131019,5b3,Self-Sufficient Retirement,S01012681,Stonehouse - 06,2d,Rural traits,S02002376,Stonehouse,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192132 +192132,S00131028,5b3,Self-Sufficient Retirement,S01012584,"Carstairs, Carstairs Junction and Carnwath - 04",2d,Rural traits,S02002356,"Carstairs, Carstairs Junction and Carnwath",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192133 +192133,S00131036,5b3,Self-Sufficient Retirement,S01012585,"Carstairs, Carstairs Junction and Carnwath - 05",4a,Challenged white communities,S02002356,"Carstairs, Carstairs Junction and Carnwath",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192134 +192134,S00131038,5b3,Self-Sufficient Retirement,S01012699,"Glassford, Quarter and Allanton - 01",2d,Rural traits,S02002380,"Glassford, Quarter and Allanton",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192135 +192135,S00131090,5b3,Self-Sufficient Retirement,S01012661,"Larkhall Central, Raploch, Millheugh and Burnhead - 02",5c,Comfortable neighbourhoods,S02002373,"Larkhall Central, Raploch, Millheugh and Burnhead",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192136 +192136,S00131158,5b3,Self-Sufficient Retirement,S01012664,"Larkhall Central, Raploch, Millheugh and Burnhead - 05",5a,Ageing urban communities,S02002373,"Larkhall Central, Raploch, Millheugh and Burnhead",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192137 +192137,S00131159,5b3,Self-Sufficient Retirement,S01012664,"Larkhall Central, Raploch, Millheugh and Burnhead - 05",5a,Ageing urban communities,S02002373,"Larkhall Central, Raploch, Millheugh and Burnhead",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192138 +192138,S00131164,5b3,Self-Sufficient Retirement,S01012658,Merryton and Meadowhill - 03,8b,Ageing suburbanites,S02002372,Merryton and Meadowhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192139 +192139,S00131225,5b3,Self-Sufficient Retirement,S01012599,Carluke West - 02,5c,Comfortable neighbourhoods,S02002359,Carluke West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192140 +192140,S00131227,5b3,Self-Sufficient Retirement,S01012599,Carluke West - 02,5c,Comfortable neighbourhoods,S02002359,Carluke West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192141 +192141,S00131266,5b3,Self-Sufficient Retirement,S01012935,West Mains - 02,5c,Comfortable neighbourhoods,S02002423,West Mains,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192142 +192142,S00131299,5b3,Self-Sufficient Retirement,S01012928,St Leonards South - 06,5c,Comfortable neighbourhoods,S02002421,St Leonards South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192143 +192143,S00131323,5b3,Self-Sufficient Retirement,S01012916,St Leonards North - 01,5c,Comfortable neighbourhoods,S02002420,St Leonards North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192144 +192144,S00131440,5b3,Self-Sufficient Retirement,S01012932,East Mains - 03,5c,Comfortable neighbourhoods,S02002422,East Mains,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192145 +192145,S00131448,5b3,Self-Sufficient Retirement,S01012933,East Mains - 04,5c,Comfortable neighbourhoods,S02002422,East Mains,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192146 +192146,S00131453,5b3,Self-Sufficient Retirement,S01012931,East Mains - 02,5c,Comfortable neighbourhoods,S02002422,East Mains,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192147 +192147,S00131461,5b3,Self-Sufficient Retirement,S01012933,East Mains - 04,5c,Comfortable neighbourhoods,S02002422,East Mains,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192148 +192148,S00131479,5b3,Self-Sufficient Retirement,S01012938,Stewartfield East - 01,8a,Affluent communities,S02002424,Stewartfield East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192149 +192149,S00131490,5b3,Self-Sufficient Retirement,S01012959,Mossneuk and Newlandsmuir - 02,5b,Aspiring urban households,S02002428,Mossneuk and Newlandsmuir,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192150 +192150,S00131594,5b3,Self-Sufficient Retirement,S01012949,"Thorntonhall, Jackton and Gardenhall - 02",8c,Comfortable suburbia,S02002426,"Thorntonhall, Jackton and Gardenhall",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192151 +192151,S00131716,5b3,Self-Sufficient Retirement,S01012596,Law - 05,4a,Challenged white communities,S02002358,Law,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192152 +192152,S00131827,5b3,Self-Sufficient Retirement,S01012752,High Blantyre - 01,5d,Endeavouring social renters,S02002391,High Blantyre,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192153 +192153,S00131841,5b3,Self-Sufficient Retirement,S01012760,Blantyre South and Wheatlands - 02,4d,Hard-pressed flat dwellers,S02002392,Blantyre South and Wheatlands,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192154 +192154,S00131875,5b3,Self-Sufficient Retirement,S01012725,Laighstonehall - 05,3c,Highly qualified professionals,S02002385,Laighstonehall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192155 +192155,S00131878,5b3,Self-Sufficient Retirement,S01012725,Laighstonehall - 05,3c,Highly qualified professionals,S02002385,Laighstonehall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192156 +192156,S00131883,5b3,Self-Sufficient Retirement,S01012724,Laighstonehall - 04,5c,Comfortable neighbourhoods,S02002385,Laighstonehall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192157 +192157,S00131949,5b3,Self-Sufficient Retirement,S01012713,Silvertonhill - 02,5c,Comfortable neighbourhoods,S02002383,Silvertonhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192158 +192158,S00132129,5b3,Self-Sufficient Retirement,S01012741,Earnock - 01,8c,Comfortable suburbia,S02002389,Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192159 +192159,S00132185,5b3,Self-Sufficient Retirement,S01012798,Bothwell South - 01,8a,Affluent communities,S02002399,Bothwell South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192160 +192160,S00132197,5b3,Self-Sufficient Retirement,S01012798,Bothwell South - 01,8a,Affluent communities,S02002399,Bothwell South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192161 +192161,S00132253,5b3,Self-Sufficient Retirement,S01012811,Uddingston and Gardenside - 05,5c,Comfortable neighbourhoods,S02002401,Uddingston and Gardenside,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192162 +192162,S00132259,5b3,Self-Sufficient Retirement,S01012812,Uddingston and Gardenside - 06,5c,Comfortable neighbourhoods,S02002401,Uddingston and Gardenside,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192163 +192163,S00130953,5a1,White Professionals,S01012686,Strathaven South - 03,5c,Comfortable neighbourhoods,S02002377,Strathaven South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192164 +192164,S00132270,5b3,Self-Sufficient Retirement,S01012931,East Mains - 02,5c,Comfortable neighbourhoods,S02002422,East Mains,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192165 +192165,S00130747,1b2,Rural White-Collar Workers,S01012586,"Carstairs, Carstairs Junction and Carnwath - 06",2a,Ageing rural neighbourhoods,S02002356,"Carstairs, Carstairs Junction and Carnwath",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192166 +192166,S00130781,6b2,White Suburban Communities,S01012632,Hazelbank and Kirkfieldbank - 01,2c,Remoter communities,S02002367,Hazelbank and Kirkfieldbank,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192167 +192167,S00131105,5a1,White Professionals,S01012657,Merryton and Meadowhill - 02,5c,Comfortable neighbourhoods,S02002372,Merryton and Meadowhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192168 +192168,S00132286,5b3,Self-Sufficient Retirement,S01012593,Law - 02,8c,Comfortable suburbia,S02002358,Law,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192169 +192169,S00130748,1b2,Rural White-Collar Workers,S01012579,"Biggar, Symington, Thankerton and Dolphinton - 06",2d,Rural traits,S02002355,"Biggar, Symington, Thankerton and Dolphinton",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192170 +192170,S00132306,6b3,Semi-Detached Ageing,S01012765,Low Blantyre and Bardykes - 01,5d,Endeavouring social renters,S02002393,Low Blantyre and Bardykes,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192171 +192171,S00131147,5a1,White Professionals,S01012670,Hareleeshill - 06,8b,Ageing suburbanites,S02002374,Hareleeshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192172 +192172,S00132338,6b3,Semi-Detached Ageing,S01012744,Earnock - 04,8c,Comfortable suburbia,S02002389,Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192173 +192173,S00130751,1b2,Rural White-Collar Workers,S01012580,"Biggar, Symington, Thankerton and Dolphinton - 07",2c,Remoter communities,S02002355,"Biggar, Symington, Thankerton and Dolphinton",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192174 +192174,S00132287,5b3,Self-Sufficient Retirement,S01012953,Hairmyres and Westwood West - 01,8c,Comfortable suburbia,S02002427,Hairmyres and Westwood West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192175 +192175,S00130982,6b2,White Suburban Communities,S01012684,Strathaven South - 01,5a,Ageing urban communities,S02002377,Strathaven South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192176 +192176,S00131149,5a1,White Professionals,S01012663,"Larkhall Central, Raploch, Millheugh and Burnhead - 04",8c,Comfortable suburbia,S02002373,"Larkhall Central, Raploch, Millheugh and Burnhead",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192177 +192177,S00132377,6b3,Semi-Detached Ageing,S01012641,"Douglas, Coalburn and Rigside - 05",5a,Ageing urban communities,S02002368,"Douglas, Coalburn and Rigside",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192178 +192178,S00130757,1b2,Rural White-Collar Workers,S01012633,Hazelbank and Kirkfieldbank - 02,2c,Remoter communities,S02002367,Hazelbank and Kirkfieldbank,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192179 +192179,S00132309,5b3,Self-Sufficient Retirement,S01012773,Blantytre North and Coatshill - 04,5d,Endeavouring social renters,S02002394,Blantytre North and Coatshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192180 +192180,S00130998,6b2,White Suburban Communities,S01012680,Stonehouse - 05,8c,Comfortable suburbia,S02002376,Stonehouse,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192181 +192181,S00130999,6b2,White Suburban Communities,S01012680,Stonehouse - 05,8c,Comfortable suburbia,S02002376,Stonehouse,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192182 +192182,S00131045,6b2,White Suburban Communities,S01012653,Ashgill and Netherburn - 01,2d,Rural traits,S02002371,Ashgill and Netherburn,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192183 +192183,S00131051,6b2,White Suburban Communities,S01012698,"Chapelton, Glengavel and Sandford - 04",2d,Rural traits,S02002379,"Chapelton, Glengavel and Sandford",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192184 +192184,S00131086,6b2,White Suburban Communities,S01012665,Hareleeshill - 01,4a,Challenged white communities,S02002374,Hareleeshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192185 +192185,S00131088,6b2,White Suburban Communities,S01012660,"Larkhall Central, Raploch, Millheugh and Burnhead - 01",5c,Comfortable neighbourhoods,S02002373,"Larkhall Central, Raploch, Millheugh and Burnhead",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192186 +192186,S00131118,6b2,White Suburban Communities,S01012669,Hareleeshill - 05,8b,Ageing suburbanites,S02002374,Hareleeshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192187 +192187,S00131136,6b2,White Suburban Communities,S01012669,Hareleeshill - 05,8b,Ageing suburbanites,S02002374,Hareleeshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192188 +192188,S00131138,6b2,White Suburban Communities,S01012669,Hareleeshill - 05,8b,Ageing suburbanites,S02002374,Hareleeshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192189 +192189,S00131139,6b2,White Suburban Communities,S01012669,Hareleeshill - 05,8b,Ageing suburbanites,S02002374,Hareleeshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192190 +192190,S00131141,6b2,White Suburban Communities,S01012670,Hareleeshill - 06,8b,Ageing suburbanites,S02002374,Hareleeshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192191 +192191,S00131142,6b2,White Suburban Communities,S01012663,"Larkhall Central, Raploch, Millheugh and Burnhead - 04",8c,Comfortable suburbia,S02002373,"Larkhall Central, Raploch, Millheugh and Burnhead",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192192 +192192,S00131143,6b2,White Suburban Communities,S01012663,"Larkhall Central, Raploch, Millheugh and Burnhead - 04",8c,Comfortable suburbia,S02002373,"Larkhall Central, Raploch, Millheugh and Burnhead",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192193 +192193,S00131157,6b2,White Suburban Communities,S01012656,Merryton and Meadowhill - 01,4a,Challenged white communities,S02002372,Merryton and Meadowhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192194 +192194,S00131161,6b2,White Suburban Communities,S01012658,Merryton and Meadowhill - 03,8b,Ageing suburbanites,S02002372,Merryton and Meadowhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192195 +192195,S00131217,6b2,White Suburban Communities,S01012598,Carluke West - 01,8c,Comfortable suburbia,S02002359,Carluke West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192196 +192196,S00131244,6b2,White Suburban Communities,S01012600,Carluke West - 03,8c,Comfortable suburbia,S02002359,Carluke West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192197 +192197,S00131291,6b2,White Suburban Communities,S01012925,St Leonards South - 03,8c,Comfortable suburbia,S02002421,St Leonards South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192198 +192198,S00131292,6b2,White Suburban Communities,S01012926,St Leonards South - 04,5c,Comfortable neighbourhoods,S02002421,St Leonards South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192199 +192199,S00131298,6b2,White Suburban Communities,S01012929,St Leonards South - 07,5c,Comfortable neighbourhoods,S02002421,St Leonards South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192200 +192200,S00131326,6b2,White Suburban Communities,S01012917,St Leonards North - 02,8c,Comfortable suburbia,S02002420,St Leonards North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192201 +192201,S00131327,6b2,White Suburban Communities,S01012917,St Leonards North - 02,8c,Comfortable suburbia,S02002420,St Leonards North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192202 +192202,S00131343,6b2,White Suburban Communities,S01012922,St Leonards North - 07,5c,Comfortable neighbourhoods,S02002420,St Leonards North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192203 +192203,S00131371,6b2,White Suburban Communities,S01012906,Calderwood Central - 01,4a,Challenged white communities,S02002418,Calderwood Central,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192204 +192204,S00131422,6b2,White Suburban Communities,S01012902,Calderwood East - 02,4a,Challenged white communities,S02002417,Calderwood East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192205 +192205,S00131441,6b2,White Suburban Communities,S01012936,West Mains - 03,5c,Comfortable neighbourhoods,S02002423,West Mains,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192206 +192206,S00131445,6b2,White Suburban Communities,S01012915,Calderwood West and Nerston - 05,5c,Comfortable neighbourhoods,S02002419,Calderwood West and Nerston,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192207 +192207,S00131476,6b2,White Suburban Communities,S01012943,Stewartfield West - 02,8c,Comfortable suburbia,S02002425,Stewartfield West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192208 +192208,S00131493,6b2,White Suburban Communities,S01012959,Mossneuk and Newlandsmuir - 02,5b,Aspiring urban households,S02002428,Mossneuk and Newlandsmuir,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192209 +192209,S00131497,6b2,White Suburban Communities,S01012961,Mossneuk and Newlandsmuir - 04,8c,Comfortable suburbia,S02002428,Mossneuk and Newlandsmuir,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192210 +192210,S00131511,6b2,White Suburban Communities,S01012983,Westwood South - 04,5b,Aspiring urban households,S02002432,Westwood South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192211 +192211,S00131512,6b2,White Suburban Communities,S01012983,Westwood South - 04,5b,Aspiring urban households,S02002432,Westwood South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192212 +192212,S00131575,6b2,White Suburban Communities,S01012962,Mossneuk and Newlandsmuir - 05,8c,Comfortable suburbia,S02002428,Mossneuk and Newlandsmuir,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192213 +192213,S00131579,6b2,White Suburban Communities,S01012962,Mossneuk and Newlandsmuir - 05,8c,Comfortable suburbia,S02002428,Mossneuk and Newlandsmuir,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192214 +192214,S00131582,6b2,White Suburban Communities,S01012953,Hairmyres and Westwood West - 01,8c,Comfortable suburbia,S02002427,Hairmyres and Westwood West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192215 +192215,S00131595,6b2,White Suburban Communities,S01012949,"Thorntonhall, Jackton and Gardenhall - 02",8c,Comfortable suburbia,S02002426,"Thorntonhall, Jackton and Gardenhall",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192216 +192216,S00131645,6b2,White Suburban Communities,S01012998,"Birniehill, Kelvin and Whitehills East - 04",5c,Comfortable neighbourhoods,S02002435,"Birniehill, Kelvin and Whitehills East",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192217 +192217,S00131660,6b2,White Suburban Communities,S01012998,"Birniehill, Kelvin and Whitehills East - 04",5c,Comfortable neighbourhoods,S02002435,"Birniehill, Kelvin and Whitehills East",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192218 +192218,S00131693,6b2,White Suburban Communities,S01012995,"Birniehill, Kelvin and Whitehills East - 01",5d,Endeavouring social renters,S02002435,"Birniehill, Kelvin and Whitehills East",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192219 +192219,S00131694,6b2,White Suburban Communities,S01012995,"Birniehill, Kelvin and Whitehills East - 01",5d,Endeavouring social renters,S02002435,"Birniehill, Kelvin and Whitehills East",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192220 +192220,S00131729,6b2,White Suburban Communities,S01012752,High Blantyre - 01,5d,Endeavouring social renters,S02002391,High Blantyre,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192221 +192221,S00131777,6b2,White Suburban Communities,S01012770,Blantytre North and Coatshill - 01,5c,Comfortable neighbourhoods,S02002394,Blantytre North and Coatshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192222 +192222,S00131817,6b2,White Suburban Communities,S01012778,Burnbank North - 05,4a,Challenged white communities,S02002395,Burnbank North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192223 +192223,S00131819,6b2,White Suburban Communities,S01012754,High Blantyre - 03,4a,Challenged white communities,S02002391,High Blantyre,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192224 +192224,S00132015,6b2,White Suburban Communities,S01012789,Burnbank South and Chantinghall - 02,5c,Comfortable neighbourhoods,S02002397,Burnbank South and Chantinghall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192225 +192225,S00131332,5a1,White Professionals,S01012911,Calderwood West and Nerston - 01,5c,Comfortable neighbourhoods,S02002419,Calderwood West and Nerston,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192226 +192226,S00132317,5b3,Self-Sufficient Retirement,S01012725,Laighstonehall - 05,3c,Highly qualified professionals,S02002385,Laighstonehall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192227 +192227,S00132407,6b3,Semi-Detached Ageing,S01012682,Stonehouse - 07,5a,Ageing urban communities,S02002376,Stonehouse,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192228 +192228,S00131349,5a1,White Professionals,S01012911,Calderwood West and Nerston - 01,5c,Comfortable neighbourhoods,S02002419,Calderwood West and Nerston,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192229 +192229,S00132546,6b3,Semi-Detached Ageing,S01012652,Kirkmuirhill and Blackwood - 06,8b,Ageing suburbanites,S02002370,Kirkmuirhill and Blackwood,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192230 +192230,S00132570,6b3,Semi-Detached Ageing,S01012678,Stonehouse - 03,8b,Ageing suburbanites,S02002376,Stonehouse,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192231 +192231,S00132627,6b3,Semi-Detached Ageing,S01012603,Carluke North - 02,5c,Comfortable neighbourhoods,S02002360,Carluke North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192232 +192232,S00132645,6b3,Semi-Detached Ageing,S01012920,St Leonards North - 05,8a,Affluent communities,S02002420,St Leonards North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192233 +192233,S00132681,6b3,Semi-Detached Ageing,S01012944,Stewartfield West - 03,8b,Ageing suburbanites,S02002425,Stewartfield West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192234 +192234,S00132693,6b3,Semi-Detached Ageing,S01012955,Hairmyres and Westwood West - 03,8a,Affluent communities,S02002427,Hairmyres and Westwood West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192235 +192235,S00132753,6b3,Semi-Detached Ageing,S01012773,Blantytre North and Coatshill - 04,5d,Endeavouring social renters,S02002394,Blantytre North and Coatshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192236 +192236,S00132860,6b3,Semi-Detached Ageing,S01012594,Law - 03,5c,Comfortable neighbourhoods,S02002358,Law,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192237 +192237,S00130776,7a1,Transitional Eastern European Neighbourhoods,S01012641,"Douglas, Coalburn and Rigside - 05",5a,Ageing urban communities,S02002368,"Douglas, Coalburn and Rigside",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192238 +192238,S00130927,7a1,Transitional Eastern European Neighbourhoods,S01012630,Lanark South - 04,5e,Primary sector workers,S02002366,Lanark South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192239 +192239,S00131035,7a1,Transitional Eastern European Neighbourhoods,S01012585,"Carstairs, Carstairs Junction and Carnwath - 05",4a,Challenged white communities,S02002356,"Carstairs, Carstairs Junction and Carnwath",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192240 +192240,S00131160,7a1,Transitional Eastern European Neighbourhoods,S01012664,"Larkhall Central, Raploch, Millheugh and Burnhead - 05",5a,Ageing urban communities,S02002373,"Larkhall Central, Raploch, Millheugh and Burnhead",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192241 +192241,S00131316,7a1,Transitional Eastern European Neighbourhoods,S01012927,St Leonards South - 05,4a,Challenged white communities,S02002421,St Leonards South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192242 +192242,S00131317,7a1,Transitional Eastern European Neighbourhoods,S01012927,St Leonards South - 05,4a,Challenged white communities,S02002421,St Leonards South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192243 +192243,S00131337,7a1,Transitional Eastern European Neighbourhoods,S01012921,St Leonards North - 06,4d,Hard-pressed flat dwellers,S02002420,St Leonards North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192244 +192244,S00130779,1b2,Rural White-Collar Workers,S01012695,"Chapelton, Glengavel and Sandford - 01",2c,Remoter communities,S02002379,"Chapelton, Glengavel and Sandford",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192245 +192245,S00131678,7a1,Transitional Eastern European Neighbourhoods,S01012993,The Murray - 04,4d,Hard-pressed flat dwellers,S02002434,The Murray,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192246 +192246,S00131809,7a1,Transitional Eastern European Neighbourhoods,S01012778,Burnbank North - 05,4a,Challenged white communities,S02002395,Burnbank North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192247 +192247,S00131845,7a1,Transitional Eastern European Neighbourhoods,S01012760,Blantyre South and Wheatlands - 02,4d,Hard-pressed flat dwellers,S02002392,Blantyre South and Wheatlands,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192248 +192248,S00132063,7a1,Transitional Eastern European Neighbourhoods,S01012749,Hillhouse - 03,4d,Hard-pressed flat dwellers,S02002390,Hillhouse,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192249 +192249,S00132072,7a1,Transitional Eastern European Neighbourhoods,S01012750,Hillhouse - 04,4b,Constrained renters,S02002390,Hillhouse,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192250 +192250,S00132073,7a1,Transitional Eastern European Neighbourhoods,S01012750,Hillhouse - 04,4b,Constrained renters,S02002390,Hillhouse,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192251 +192251,S00132074,7a1,Transitional Eastern European Neighbourhoods,S01012750,Hillhouse - 04,4b,Constrained renters,S02002390,Hillhouse,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192252 +192252,S00132116,7a1,Transitional Eastern European Neighbourhoods,S01012783,Burnbank Central and Udston - 03,4d,Hard-pressed flat dwellers,S02002396,Burnbank Central and Udston,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192253 +192253,S00130145,5a1,White Professionals,S01012848,"Burgh, Eastfield and Silverbank - 01",5c,Comfortable neighbourhoods,S02002407,"Burgh, Eastfield and Silverbank",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192254 +192254,S00130185,5a1,White Professionals,S01012828,Westburn and Newton - 08,8c,Comfortable suburbia,S02002403,Westburn and Newton,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192255 +192255,S00130191,5a1,White Professionals,S01012824,Westburn and Newton - 04,5c,Comfortable neighbourhoods,S02002403,Westburn and Newton,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192256 +192256,S00130205,5a1,White Professionals,S01012816,"Halfway, Hallside and Drumsagard - 03",3a,Achieving neighbourhoods,S02002402,"Halfway, Hallside and Drumsagard",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192257 +192257,S00130226,5a1,White Professionals,S01012839,Whitlawburn and Greenlees - 04,5c,Comfortable neighbourhoods,S02002405,Whitlawburn and Greenlees,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192258 +192258,S00130242,5a1,White Professionals,S01012848,"Burgh, Eastfield and Silverbank - 01",5c,Comfortable neighbourhoods,S02002407,"Burgh, Eastfield and Silverbank",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192259 +192259,S00130248,5a1,White Professionals,S01012849,"Burgh, Eastfield and Silverbank - 02",4d,Hard-pressed flat dwellers,S02002407,"Burgh, Eastfield and Silverbank",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192260 +192260,S00130320,5a1,White Professionals,S01012873,Bankhead South - 04,4d,Hard-pressed flat dwellers,S02002411,Bankhead South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192261 +192261,S00130391,5a1,White Professionals,S01012853,"Burgh, Eastfield and Silverbank - 06",8b,Ageing suburbanites,S02002407,"Burgh, Eastfield and Silverbank",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192262 +192262,S00130398,5a1,White Professionals,S01012852,"Burgh, Eastfield and Silverbank - 05",8c,Comfortable suburbia,S02002407,"Burgh, Eastfield and Silverbank",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192263 +192263,S00130401,5a1,White Professionals,S01012854,"Burgh, Eastfield and Silverbank - 07",5c,Comfortable neighbourhoods,S02002407,"Burgh, Eastfield and Silverbank",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192264 +192264,S00130403,5a1,White Professionals,S01012852,"Burgh, Eastfield and Silverbank - 05",8c,Comfortable suburbia,S02002407,"Burgh, Eastfield and Silverbank",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192265 +192265,S00130416,5a1,White Professionals,S01012855,"Burgh, Eastfield and Silverbank - 08",3a,Achieving neighbourhoods,S02002407,"Burgh, Eastfield and Silverbank",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192266 +192266,S00130535,5a1,White Professionals,S01012820,"Halfway, Hallside and Drumsagard - 07",8c,Comfortable suburbia,S02002402,"Halfway, Hallside and Drumsagard",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192267 +192267,S00130564,5a1,White Professionals,S01012828,Westburn and Newton - 08,8c,Comfortable suburbia,S02002403,Westburn and Newton,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192268 +192268,S00130567,5a1,White Professionals,S01012828,Westburn and Newton - 08,8c,Comfortable suburbia,S02002403,Westburn and Newton,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192269 +192269,S00130586,5a1,White Professionals,S01012842,Whitlawburn and Greenlees - 07,5c,Comfortable neighbourhoods,S02002405,Whitlawburn and Greenlees,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192270 +192270,S00130587,5a1,White Professionals,S01012842,Whitlawburn and Greenlees - 07,5c,Comfortable neighbourhoods,S02002405,Whitlawburn and Greenlees,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192271 +192271,S00130595,5a1,White Professionals,S01012842,Whitlawburn and Greenlees - 07,5c,Comfortable neighbourhoods,S02002405,Whitlawburn and Greenlees,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192272 +192272,S00130633,5a1,White Professionals,S01012889,Fernhill and Cathkin - 01,5c,Comfortable neighbourhoods,S02002415,Fernhill and Cathkin,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192273 +192273,S00130662,5a1,White Professionals,S01012814,"Halfway, Hallside and Drumsagard - 01",8c,Comfortable suburbia,S02002402,"Halfway, Hallside and Drumsagard",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192274 +192274,S00131433,5a1,White Professionals,S01012930,East Mains - 01,5a,Ageing urban communities,S02002422,East Mains,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192275 +192275,S00130785,1b2,Rural White-Collar Workers,S01012571,Clydesdale South - 02,2d,Rural traits,S02002354,Clydesdale South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192276 +192276,S00131446,5a1,White Professionals,S01012933,East Mains - 04,5c,Comfortable neighbourhoods,S02002422,East Mains,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192277 +192277,S00132323,5b3,Self-Sufficient Retirement,S01012711,Low Waters - 04,4d,Hard-pressed flat dwellers,S02002382,Low Waters,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192278 +192278,S00130832,1b2,Rural White-Collar Workers,S01012576,"Biggar, Symington, Thankerton and Dolphinton - 03",5a,Ageing urban communities,S02002355,"Biggar, Symington, Thankerton and Dolphinton",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192279 +192279,S00130883,1b2,Rural White-Collar Workers,S01012621,Lanark North West - 03,5c,Comfortable neighbourhoods,S02002364,Lanark North West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192280 +192280,S00130965,1b2,Rural White-Collar Workers,S01012691,Strathaven North - 01,8c,Comfortable suburbia,S02002378,Strathaven North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192281 +192281,S00132364,1b2,Rural White-Collar Workers,S01012575,"Biggar, Symington, Thankerton and Dolphinton - 02",2c,Remoter communities,S02002355,"Biggar, Symington, Thankerton and Dolphinton",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192282 +192282,S00132368,1b2,Rural White-Collar Workers,S01012895,Nerston and EK Landward Area - 02,2b,Prospering countryside life,S02002416,Nerston and EK Landward Area,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192283 +192283,S00132413,1b2,Rural White-Collar Workers,S01012897,Nerston and EK Landward Area - 04,8c,Comfortable suburbia,S02002416,Nerston and EK Landward Area,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192284 +192284,S00132433,1b2,Rural White-Collar Workers,S01012920,St Leonards North - 05,8a,Affluent communities,S02002420,St Leonards North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192285 +192285,S00132525,1b2,Rural White-Collar Workers,S01012573,Clydesdale South - 04,2c,Remoter communities,S02002354,Clydesdale South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192286 +192286,S00130676,1a1,Rural Workers and Families,S01012895,Nerston and EK Landward Area - 02,2b,Prospering countryside life,S02002416,Nerston and EK Landward Area,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192287 +192287,S00130679,1a1,Rural Workers and Families,S01012696,"Chapelton, Glengavel and Sandford - 02",2a,Ageing rural neighbourhoods,S02002379,"Chapelton, Glengavel and Sandford",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192288 +192288,S00130686,1a1,Rural Workers and Families,S01012696,"Chapelton, Glengavel and Sandford - 02",2a,Ageing rural neighbourhoods,S02002379,"Chapelton, Glengavel and Sandford",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192289 +192289,S00130687,1a1,Rural Workers and Families,S01012696,"Chapelton, Glengavel and Sandford - 02",2a,Ageing rural neighbourhoods,S02002379,"Chapelton, Glengavel and Sandford",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192290 +192290,S00130688,1a1,Rural Workers and Families,S01012698,"Chapelton, Glengavel and Sandford - 04",2d,Rural traits,S02002379,"Chapelton, Glengavel and Sandford",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192291 +192291,S00130697,1a1,Rural Workers and Families,S01012733,Little Earnock - 01,8c,Comfortable suburbia,S02002388,Little Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192292 +192292,S00130729,1a1,Rural Workers and Families,S01012616,"Crossford, Braidwood and Yieldshields - 02",2d,Rural traits,S02002363,"Crossford, Braidwood and Yieldshields",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192293 +192293,S00130735,1a1,Rural Workers and Families,S01012582,"Carstairs, Carstairs Junction and Carnwath - 02",2c,Remoter communities,S02002356,"Carstairs, Carstairs Junction and Carnwath",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192294 +192294,S00130742,1a1,Rural Workers and Families,S01012582,"Carstairs, Carstairs Junction and Carnwath - 02",2c,Remoter communities,S02002356,"Carstairs, Carstairs Junction and Carnwath",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192295 +192295,S00130754,1a1,Rural Workers and Families,S01012587,"Forth, Braehead and Auchengray - 01",2c,Remoter communities,S02002357,"Forth, Braehead and Auchengray",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192296 +192296,S00130755,1a1,Rural Workers and Families,S01012584,"Carstairs, Carstairs Junction and Carnwath - 04",2d,Rural traits,S02002356,"Carstairs, Carstairs Junction and Carnwath",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192297 +192297,S00130787,1a1,Rural Workers and Families,S01012571,Clydesdale South - 02,2d,Rural traits,S02002354,Clydesdale South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192298 +192298,S00130791,1a1,Rural Workers and Families,S01012570,Clydesdale South - 01,2d,Rural traits,S02002354,Clydesdale South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192299 +192299,S00130797,1a1,Rural Workers and Families,S01012577,"Biggar, Symington, Thankerton and Dolphinton - 04",2c,Remoter communities,S02002355,"Biggar, Symington, Thankerton and Dolphinton",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192300 +192300,S00130798,1a1,Rural Workers and Families,S01012577,"Biggar, Symington, Thankerton and Dolphinton - 04",2c,Remoter communities,S02002355,"Biggar, Symington, Thankerton and Dolphinton",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192301 +192301,S00132272,1a1,Rural Workers and Families,S01012617,"Crossford, Braidwood and Yieldshields - 03",2c,Remoter communities,S02002363,"Crossford, Braidwood and Yieldshields",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192302 +192302,S00132314,1a1,Rural Workers and Families,S01012588,"Forth, Braehead and Auchengray - 02",2c,Remoter communities,S02002357,"Forth, Braehead and Auchengray",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192303 +192303,S00132388,1a1,Rural Workers and Families,S01012697,"Chapelton, Glengavel and Sandford - 03",2c,Remoter communities,S02002379,"Chapelton, Glengavel and Sandford",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192304 +192304,S00132500,1a1,Rural Workers and Families,S01012699,"Glassford, Quarter and Allanton - 01",2d,Rural traits,S02002380,"Glassford, Quarter and Allanton",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192305 +192305,S00132516,1a1,Rural Workers and Families,S01012573,Clydesdale South - 04,2c,Remoter communities,S02002354,Clydesdale South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192306 +192306,S00132519,1a1,Rural Workers and Families,S01012580,"Biggar, Symington, Thankerton and Dolphinton - 07",2c,Remoter communities,S02002355,"Biggar, Symington, Thankerton and Dolphinton",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192307 +192307,S00132527,1a1,Rural Workers and Families,S01012574,"Biggar, Symington, Thankerton and Dolphinton - 01",2c,Remoter communities,S02002355,"Biggar, Symington, Thankerton and Dolphinton",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192308 +192308,S00132874,1a1,Rural Workers and Families,S01012646,Lesmahagow - 05,8c,Comfortable suburbia,S02002369,Lesmahagow,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192309 +192309,S00130230,5b3,Self-Sufficient Retirement,S01012878,High Crosshill - 01,8c,Comfortable suburbia,S02002413,High Crosshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192310 +192310,S00130239,5b3,Self-Sufficient Retirement,S01012843,Cambuslang Central - 01,8a,Affluent communities,S02002406,Cambuslang Central,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192311 +192311,S00130250,5b3,Self-Sufficient Retirement,S01012845,Cambuslang Central - 03,5c,Comfortable neighbourhoods,S02002406,Cambuslang Central,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192312 +192312,S00130252,5b3,Self-Sufficient Retirement,S01012845,Cambuslang Central - 03,5c,Comfortable neighbourhoods,S02002406,Cambuslang Central,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192313 +192313,S00130254,5b3,Self-Sufficient Retirement,S01012835,Vicarland and Cairns - 06,4d,Hard-pressed flat dwellers,S02002404,Vicarland and Cairns,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192314 +192314,S00130258,5b3,Self-Sufficient Retirement,S01012835,Vicarland and Cairns - 06,4d,Hard-pressed flat dwellers,S02002404,Vicarland and Cairns,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192315 +192315,S00130287,5b3,Self-Sufficient Retirement,S01012830,Vicarland and Cairns - 01,5c,Comfortable neighbourhoods,S02002404,Vicarland and Cairns,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192316 +192316,S00130333,5b3,Self-Sufficient Retirement,S01012870,Bankhead South - 01,5c,Comfortable neighbourhoods,S02002411,Bankhead South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192317 +192317,S00130366,5b3,Self-Sufficient Retirement,S01012861,Shawfield and Clincarthill - 02,5c,Comfortable neighbourhoods,S02002409,Shawfield and Clincarthill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192318 +192318,S00130375,5b3,Self-Sufficient Retirement,S01012852,"Burgh, Eastfield and Silverbank - 05",8c,Comfortable suburbia,S02002407,"Burgh, Eastfield and Silverbank",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192319 +192319,S00130379,5b3,Self-Sufficient Retirement,S01012880,High Crosshill - 03,8a,Affluent communities,S02002413,High Crosshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192320 +192320,S00132380,5b3,Self-Sufficient Retirement,S01012576,"Biggar, Symington, Thankerton and Dolphinton - 03",5a,Ageing urban communities,S02002355,"Biggar, Symington, Thankerton and Dolphinton",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192321 +192321,S00131499,5a1,White Professionals,S01012959,Mossneuk and Newlandsmuir - 02,5b,Aspiring urban households,S02002428,Mossneuk and Newlandsmuir,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192322 +192322,S00132392,5b3,Self-Sufficient Retirement,S01012623,Lanark North East - 01,4a,Challenged white communities,S02002365,Lanark North East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192323 +192323,S00132405,5b3,Self-Sufficient Retirement,S01012679,Stonehouse - 04,5c,Comfortable neighbourhoods,S02002376,Stonehouse,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192324 +192324,S00131514,5a1,White Professionals,S01012983,Westwood South - 04,5b,Aspiring urban households,S02002432,Westwood South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192325 +192325,S00132420,5b3,Self-Sufficient Retirement,S01012611,Carluke South - 01,5c,Comfortable neighbourhoods,S02002362,Carluke South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192326 +192326,S00131581,5a1,White Professionals,S01012954,Hairmyres and Westwood West - 02,8c,Comfortable suburbia,S02002427,Hairmyres and Westwood West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192327 +192327,S00132428,5b3,Self-Sufficient Retirement,S01012937,West Mains - 04,5c,Comfortable neighbourhoods,S02002423,West Mains,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192328 +192328,S00131816,5a1,White Professionals,S01012760,Blantyre South and Wheatlands - 02,4d,Hard-pressed flat dwellers,S02002392,Blantyre South and Wheatlands,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192329 +192329,S00132557,5b3,Self-Sufficient Retirement,S01012631,Lanark South - 05,4a,Challenged white communities,S02002366,Lanark South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192330 +192330,S00131852,5a1,White Professionals,S01012777,Burnbank North - 04,5b,Aspiring urban households,S02002395,Burnbank North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192331 +192331,S00132577,5b3,Self-Sufficient Retirement,S01012615,"Crossford, Braidwood and Yieldshields - 01",2d,Rural traits,S02002363,"Crossford, Braidwood and Yieldshields",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192332 +192332,S00132024,5a1,White Professionals,S01012738,Little Earnock - 06,5c,Comfortable neighbourhoods,S02002388,Little Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192333 +192333,S00132598,5b3,Self-Sufficient Retirement,S01012663,"Larkhall Central, Raploch, Millheugh and Burnhead - 04",8c,Comfortable suburbia,S02002373,"Larkhall Central, Raploch, Millheugh and Burnhead",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192334 +192334,S00132617,5b3,Self-Sufficient Retirement,S01012602,Carluke North - 01,5a,Ageing urban communities,S02002360,Carluke North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192335 +192335,S00132623,5b3,Self-Sufficient Retirement,S01012599,Carluke West - 02,5c,Comfortable neighbourhoods,S02002359,Carluke West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192336 +192336,S00132628,5b3,Self-Sufficient Retirement,S01012603,Carluke North - 02,5c,Comfortable neighbourhoods,S02002360,Carluke North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192337 +192337,S00132634,5b3,Self-Sufficient Retirement,S01012937,West Mains - 04,5c,Comfortable neighbourhoods,S02002423,West Mains,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192338 +192338,S00132662,5b3,Self-Sufficient Retirement,S01012914,Calderwood West and Nerston - 04,4a,Challenged white communities,S02002419,Calderwood West and Nerston,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192339 +192339,S00132749,5b3,Self-Sufficient Retirement,S01012761,Blantyre South and Wheatlands - 03,4a,Challenged white communities,S02002392,Blantyre South and Wheatlands,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192340 +192340,S00132820,5b3,Self-Sufficient Retirement,S01012787,Burnbank Central and Udston - 07,5c,Comfortable neighbourhoods,S02002396,Burnbank Central and Udston,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192341 +192341,S00132837,5b3,Self-Sufficient Retirement,S01012805,Bothwell North - 03,4a,Challenged white communities,S02002400,Bothwell North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192342 +192342,S00132841,5b3,Self-Sufficient Retirement,S01012808,Uddingston and Gardenside - 02,5c,Comfortable neighbourhoods,S02002401,Uddingston and Gardenside,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192343 +192343,S00132879,5b3,Self-Sufficient Retirement,S01012936,West Mains - 03,5c,Comfortable neighbourhoods,S02002423,West Mains,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192344 +192344,S00130169,6b3,Semi-Detached Ageing,S01012847,Cambuslang Central - 05,5c,Comfortable neighbourhoods,S02002406,Cambuslang Central,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192345 +192345,S00130223,6b3,Semi-Detached Ageing,S01012839,Whitlawburn and Greenlees - 04,5c,Comfortable neighbourhoods,S02002405,Whitlawburn and Greenlees,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192346 +192346,S00130224,6b3,Semi-Detached Ageing,S01012839,Whitlawburn and Greenlees - 04,5c,Comfortable neighbourhoods,S02002405,Whitlawburn and Greenlees,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192347 +192347,S00130233,6b3,Semi-Detached Ageing,S01012843,Cambuslang Central - 01,8a,Affluent communities,S02002406,Cambuslang Central,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192348 +192348,S00130311,6b3,Semi-Detached Ageing,S01012871,Bankhead South - 02,3b,Asian traits,S02002411,Bankhead South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192349 +192349,S00130313,6b3,Semi-Detached Ageing,S01012871,Bankhead South - 02,3b,Asian traits,S02002411,Bankhead South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192350 +192350,S00130390,6b3,Semi-Detached Ageing,S01012853,"Burgh, Eastfield and Silverbank - 06",8b,Ageing suburbanites,S02002407,"Burgh, Eastfield and Silverbank",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192351 +192351,S00130392,6b3,Semi-Detached Ageing,S01012853,"Burgh, Eastfield and Silverbank - 06",8b,Ageing suburbanites,S02002407,"Burgh, Eastfield and Silverbank",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192352 +192352,S00130396,6b3,Semi-Detached Ageing,S01012853,"Burgh, Eastfield and Silverbank - 06",8b,Ageing suburbanites,S02002407,"Burgh, Eastfield and Silverbank",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192353 +192353,S00130475,6b3,Semi-Detached Ageing,S01012888,Burnside and Springhall - 07,8a,Affluent communities,S02002414,Burnside and Springhall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192354 +192354,S00130517,6b3,Semi-Detached Ageing,S01012878,High Crosshill - 01,8c,Comfortable suburbia,S02002413,High Crosshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192355 +192355,S00130521,6b3,Semi-Detached Ageing,S01012878,High Crosshill - 01,8c,Comfortable suburbia,S02002413,High Crosshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192356 +192356,S00130522,6b3,Semi-Detached Ageing,S01012878,High Crosshill - 01,8c,Comfortable suburbia,S02002413,High Crosshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192357 +192357,S00130551,6b3,Semi-Detached Ageing,S01012846,Cambuslang Central - 04,4d,Hard-pressed flat dwellers,S02002406,Cambuslang Central,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192358 +192358,S00130592,6b3,Semi-Detached Ageing,S01012840,Whitlawburn and Greenlees - 05,8c,Comfortable suburbia,S02002405,Whitlawburn and Greenlees,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192359 +192359,S00130594,6b3,Semi-Detached Ageing,S01012832,Vicarland and Cairns - 03,5d,Endeavouring social renters,S02002404,Vicarland and Cairns,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192360 +192360,S00130860,6b3,Semi-Detached Ageing,S01012646,Lesmahagow - 05,8c,Comfortable suburbia,S02002369,Lesmahagow,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192361 +192361,S00130945,6b3,Semi-Detached Ageing,S01012687,Strathaven South - 04,8b,Ageing suburbanites,S02002377,Strathaven South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192362 +192362,S00130961,6b3,Semi-Detached Ageing,S01012692,Strathaven North - 02,5a,Ageing urban communities,S02002378,Strathaven North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192363 +192363,S00130979,6b3,Semi-Detached Ageing,S01012690,Strathaven South - 07,8b,Ageing suburbanites,S02002377,Strathaven South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192364 +192364,S00130980,6b3,Semi-Detached Ageing,S01012690,Strathaven South - 07,8b,Ageing suburbanites,S02002377,Strathaven South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192365 +192365,S00130981,6b3,Semi-Detached Ageing,S01012690,Strathaven South - 07,8b,Ageing suburbanites,S02002377,Strathaven South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192366 +192366,S00132111,5a1,White Professionals,S01012774,Burnbank North - 01,5a,Ageing urban communities,S02002395,Burnbank North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192367 +192367,S00132265,5a1,White Professionals,S01012813,Uddingston and Gardenside - 07,8c,Comfortable suburbia,S02002401,Uddingston and Gardenside,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192368 +192368,S00132279,5a1,White Professionals,S01012958,Mossneuk and Newlandsmuir - 01,5d,Endeavouring social renters,S02002428,Mossneuk and Newlandsmuir,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192369 +192369,S00132347,5a1,White Professionals,S01012797,Whitehill - 05,4a,Challenged white communities,S02002398,Whitehill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192370 +192370,S00132574,5a1,White Professionals,S01012683,Stonehouse - 08,5c,Comfortable neighbourhoods,S02002376,Stonehouse,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192371 +192371,S00132575,5a1,White Professionals,S01012681,Stonehouse - 06,2d,Rural traits,S02002376,Stonehouse,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192372 +192372,S00132586,5a1,White Professionals,S01012699,"Glassford, Quarter and Allanton - 01",2d,Rural traits,S02002380,"Glassford, Quarter and Allanton",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192373 +192373,S00132636,5a1,White Professionals,S01012943,Stewartfield West - 02,8c,Comfortable suburbia,S02002425,Stewartfield West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192374 +192374,S00132642,5a1,White Professionals,S01012917,St Leonards North - 02,8c,Comfortable suburbia,S02002420,St Leonards North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192375 +192375,S00132643,5a1,White Professionals,S01012917,St Leonards North - 02,8c,Comfortable suburbia,S02002420,St Leonards North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192376 +192376,S00132795,5a1,White Professionals,S01012741,Earnock - 01,8c,Comfortable suburbia,S02002389,Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192377 +192377,S00132798,5a1,White Professionals,S01012790,Burnbank South and Chantinghall - 03,5a,Ageing urban communities,S02002397,Burnbank South and Chantinghall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192378 +192378,S00132802,5a1,White Professionals,S01012784,Burnbank Central and Udston - 04,4a,Challenged white communities,S02002396,Burnbank Central and Udston,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192379 +192379,S00132804,5a1,White Professionals,S01012781,Burnbank Central and Udston - 01,5c,Comfortable neighbourhoods,S02002396,Burnbank Central and Udston,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192380 +192380,S00132831,5a1,White Professionals,S01012787,Burnbank Central and Udston - 07,5c,Comfortable neighbourhoods,S02002396,Burnbank Central and Udston,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192381 +192381,S00130168,6b2,White Suburban Communities,S01012847,Cambuslang Central - 05,5c,Comfortable neighbourhoods,S02002406,Cambuslang Central,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192382 +192382,S00130227,6b2,White Suburban Communities,S01012841,Whitlawburn and Greenlees - 06,8c,Comfortable suburbia,S02002405,Whitlawburn and Greenlees,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192383 +192383,S00130229,6b2,White Suburban Communities,S01012878,High Crosshill - 01,8c,Comfortable suburbia,S02002413,High Crosshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192384 +192384,S00130240,6b2,White Suburban Communities,S01012848,"Burgh, Eastfield and Silverbank - 01",5c,Comfortable neighbourhoods,S02002407,"Burgh, Eastfield and Silverbank",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192385 +192385,S00130408,6b2,White Suburban Communities,S01012854,"Burgh, Eastfield and Silverbank - 07",5c,Comfortable neighbourhoods,S02002407,"Burgh, Eastfield and Silverbank",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192386 +192386,S00130458,6b2,White Suburban Communities,S01012886,Burnside and Springhall - 05,8c,Comfortable suburbia,S02002414,Burnside and Springhall,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192387 +192387,S00130482,6b2,White Suburban Communities,S01012889,Fernhill and Cathkin - 01,5c,Comfortable neighbourhoods,S02002415,Fernhill and Cathkin,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192388 +192388,S00130541,6b2,White Suburban Communities,S01012821,Westburn and Newton - 01,3a,Achieving neighbourhoods,S02002403,Westburn and Newton,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192389 +192389,S00130543,6b2,White Suburban Communities,S01012855,"Burgh, Eastfield and Silverbank - 08",3a,Achieving neighbourhoods,S02002407,"Burgh, Eastfield and Silverbank",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192390 +192390,S00130563,6b2,White Suburban Communities,S01012828,Westburn and Newton - 08,8c,Comfortable suburbia,S02002403,Westburn and Newton,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192391 +192391,S00130575,6b2,White Suburban Communities,S01012836,Whitlawburn and Greenlees - 01,8c,Comfortable suburbia,S02002405,Whitlawburn and Greenlees,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192392 +192392,S00130579,6b2,White Suburban Communities,S01012823,Westburn and Newton - 03,8c,Comfortable suburbia,S02002403,Westburn and Newton,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192393 +192393,S00130581,6b2,White Suburban Communities,S01012823,Westburn and Newton - 03,8c,Comfortable suburbia,S02002403,Westburn and Newton,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192394 +192394,S00130621,6b2,White Suburban Communities,S01012879,High Crosshill - 02,5c,Comfortable neighbourhoods,S02002413,High Crosshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192395 +192395,S00130664,6b2,White Suburban Communities,S01012814,"Halfway, Hallside and Drumsagard - 01",8c,Comfortable suburbia,S02002402,"Halfway, Hallside and Drumsagard",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192396 +192396,S00130665,6b2,White Suburban Communities,S01012814,"Halfway, Hallside and Drumsagard - 01",8c,Comfortable suburbia,S02002402,"Halfway, Hallside and Drumsagard",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192397 +192397,S00130684,6b2,White Suburban Communities,S01012697,"Chapelton, Glengavel and Sandford - 03",2c,Remoter communities,S02002379,"Chapelton, Glengavel and Sandford",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192398 +192398,S00130695,6b2,White Suburban Communities,S01012740,Little Earnock - 08,8c,Comfortable suburbia,S02002388,Little Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192399 +192399,S00130710,6b2,White Suburban Communities,S01012734,Little Earnock - 02,8c,Comfortable suburbia,S02002388,Little Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192400 +192400,S00132923,1a3,Agricultural Communities,S01013120,Highland - 04,2a,Ageing rural neighbourhoods,S02002459,Highland,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192401 +192401,S00132929,1a3,Agricultural Communities,S01013002,Blane Valley - 02,2c,Remoter communities,S02002436,Blane Valley,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192402 +192402,S00132934,1a3,Agricultural Communities,S01013013,Balfron and Drymen - 05,2b,Prospering countryside life,S02002437,Balfron and Drymen,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192403 +192403,S00132939,1a3,Agricultural Communities,S01013015,Kippen and Fintry - 01,2c,Remoter communities,S02002438,Kippen and Fintry,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192404 +192404,S00133394,1a3,Agricultural Communities,S01013028,Plean and Rural SE - 04,2c,Remoter communities,S02002440,Plean and Rural SE,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192405 +192405,S00133396,1a3,Agricultural Communities,S01013107,Carse of Stirling - 02,2b,Prospering countryside life,S02002457,Carse of Stirling,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192406 +192406,S00133403,1a3,Agricultural Communities,S01013001,Blane Valley - 01,2b,Prospering countryside life,S02002436,Blane Valley,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192407 +192407,S00133405,1a3,Agricultural Communities,S01013002,Blane Valley - 02,2c,Remoter communities,S02002436,Blane Valley,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192408 +192408,S00133451,1a3,Agricultural Communities,S01013014,Balfron and Drymen - 06,2d,Rural traits,S02002437,Balfron and Drymen,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192409 +192409,S00133452,1a3,Agricultural Communities,S01013016,Kippen and Fintry - 02,2c,Remoter communities,S02002438,Kippen and Fintry,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192410 +192410,S00133456,1a3,Agricultural Communities,S01013018,Kippen and Fintry - 04,2b,Prospering countryside life,S02002438,Kippen and Fintry,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192411 +192411,S00133463,1a3,Agricultural Communities,S01013109,Carse of Stirling - 04,2c,Remoter communities,S02002457,Carse of Stirling,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192412 +192412,S00133465,1a3,Agricultural Communities,S01013028,Plean and Rural SE - 04,2c,Remoter communities,S02002440,Plean and Rural SE,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192413 +192413,S00133482,1a3,Agricultural Communities,S01013110,Carse of Stirling - 05,2c,Remoter communities,S02002457,Carse of Stirling,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192414 +192414,S00132034,6b2,White Suburban Communities,S01012742,Earnock - 02,8b,Ageing suburbanites,S02002389,Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192415 +192415,S00133251,6a4,Ageing in Suburbia,S01013063,King's Park and Torbrex - 05,3c,Highly qualified professionals,S02002447,King's Park and Torbrex,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192416 +192416,S00133256,5b1,Delayed Retirement,S01013063,King's Park and Torbrex - 05,3c,Highly qualified professionals,S02002447,King's Park and Torbrex,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192417 +192417,S00133283,5b2,Communal Retirement,S01013080,Causewayhead - 01,3c,Highly qualified professionals,S02002452,Causewayhead,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192418 +192418,S00132943,1b3,Ageing Rural Flat Tenants,S01013015,Kippen and Fintry - 01,2c,Remoter communities,S02002438,Kippen and Fintry,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192419 +192419,S00133483,1a3,Agricultural Communities,S01013110,Carse of Stirling - 05,2c,Remoter communities,S02002457,Carse of Stirling,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192420 +192420,S00133488,1a3,Agricultural Communities,S01013019,Cambusbarron - 01,2b,Prospering countryside life,S02002439,Cambusbarron,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192421 +192421,S00133496,1a3,Agricultural Communities,S01013097,Dunblane East - 04,2b,Prospering countryside life,S02002455,Dunblane East,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192422 +192422,S00133011,7c1,Challenged Transitionaries,S01013041,Bannockburn - 05,5c,Comfortable neighbourhoods,S02002443,Bannockburn,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192423 +192423,S00133015,7c1,Challenged Transitionaries,S01013038,Bannockburn - 02,4a,Challenged white communities,S02002443,Bannockburn,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192424 +192424,S00133016,7c1,Challenged Transitionaries,S01013038,Bannockburn - 02,4a,Challenged white communities,S02002443,Bannockburn,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192425 +192425,S00133021,7c1,Challenged Transitionaries,S01013040,Bannockburn - 04,5c,Comfortable neighbourhoods,S02002443,Bannockburn,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192426 +192426,S00133022,7c1,Challenged Transitionaries,S01013038,Bannockburn - 02,4a,Challenged white communities,S02002443,Bannockburn,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192427 +192427,S00133029,7c1,Challenged Transitionaries,S01013042,Hillpark - 01,5c,Comfortable neighbourhoods,S02002444,Hillpark,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192428 +192428,S00133092,7c1,Challenged Transitionaries,S01013064,Braehead - 01,4a,Challenged white communities,S02002448,Braehead,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192429 +192429,S00133094,7c1,Challenged Transitionaries,S01013065,Braehead - 02,4d,Hard-pressed flat dwellers,S02002448,Braehead,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192430 +192430,S00133121,7c1,Challenged Transitionaries,S01013057,Borestone - 04,4a,Challenged white communities,S02002446,Borestone,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192431 +192431,S00133125,7c1,Challenged Transitionaries,S01013056,Borestone - 03,4a,Challenged white communities,S02002446,Borestone,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192432 +192432,S00133139,7c1,Challenged Transitionaries,S01013020,Cambusbarron - 02,5c,Comfortable neighbourhoods,S02002439,Cambusbarron,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192433 +192433,S00133157,7c1,Challenged Transitionaries,S01013051,Broomridge - 05,4a,Challenged white communities,S02002445,Broomridge,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192434 +192434,S00133166,7c1,Challenged Transitionaries,S01013052,Broomridge - 06,5c,Comfortable neighbourhoods,S02002445,Broomridge,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192435 +192435,S00133167,7c1,Challenged Transitionaries,S01013052,Broomridge - 06,5c,Comfortable neighbourhoods,S02002445,Broomridge,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192436 +192436,S00133176,7c1,Challenged Transitionaries,S01013056,Borestone - 03,4a,Challenged white communities,S02002446,Borestone,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192437 +192437,S00131071,8d1,Young Hard-Pressed Families,S01012674,Strutherhill - 04,4a,Challenged white communities,S02002375,Strutherhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192438 +192438,S00133183,7c1,Challenged Transitionaries,S01013053,Broomridge - 07,4d,Hard-pressed flat dwellers,S02002445,Broomridge,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192439 +192439,S00133262,7c1,Challenged Transitionaries,S01013077,Cornton - 02,4a,Challenged white communities,S02002451,Cornton,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192440 +192440,S00133328,7c1,Challenged Transitionaries,S01013101,Dunblane West - 01,5c,Comfortable neighbourhoods,S02002456,Dunblane West,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192441 +192441,S00133329,7c1,Challenged Transitionaries,S01013101,Dunblane West - 01,5c,Comfortable neighbourhoods,S02002456,Dunblane West,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192442 +192442,S00133432,7c1,Challenged Transitionaries,S01013065,Braehead - 02,4d,Hard-pressed flat dwellers,S02002448,Braehead,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192443 +192443,S00133470,7c1,Challenged Transitionaries,S01013064,Braehead - 01,4a,Challenged white communities,S02002448,Braehead,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192444 +192444,S00133478,7c1,Challenged Transitionaries,S01013075,Raploch - 04,4d,Hard-pressed flat dwellers,S02002450,Raploch,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192445 +192445,S00133535,7c1,Challenged Transitionaries,S01013066,Braehead - 03,5a,Ageing urban communities,S02002448,Braehead,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192446 +192446,S00132881,6a2,Comfortable Suburbia,S01013026,Plean and Rural SE - 02,5c,Comfortable neighbourhoods,S02002440,Plean and Rural SE,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192447 +192447,S00132938,6a2,Comfortable Suburbia,S01013011,Balfron and Drymen - 03,2b,Prospering countryside life,S02002437,Balfron and Drymen,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192448 +192448,S00132949,6a2,Comfortable Suburbia,S01013007,Blane Valley - 07,8a,Affluent communities,S02002436,Blane Valley,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192449 +192449,S00132950,6a2,Comfortable Suburbia,S01013007,Blane Valley - 07,8a,Affluent communities,S02002436,Blane Valley,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192450 +192450,S00132951,6a2,Comfortable Suburbia,S01013007,Blane Valley - 07,8a,Affluent communities,S02002436,Blane Valley,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192451 +192451,S00132958,6a2,Comfortable Suburbia,S01013003,Blane Valley - 03,8a,Affluent communities,S02002436,Blane Valley,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192452 +192452,S00132960,6a2,Comfortable Suburbia,S01013004,Blane Valley - 04,8b,Ageing suburbanites,S02002436,Blane Valley,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192453 +192453,S00132962,6a2,Comfortable Suburbia,S01013005,Blane Valley - 05,2a,Ageing rural neighbourhoods,S02002436,Blane Valley,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192454 +192454,S00133004,6a2,Comfortable Suburbia,S01013039,Bannockburn - 03,8c,Comfortable suburbia,S02002443,Bannockburn,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192455 +192455,S00133033,6a2,Comfortable Suburbia,S01013047,Broomridge - 01,8c,Comfortable suburbia,S02002445,Broomridge,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192456 +192456,S00133053,6a2,Comfortable Suburbia,S01013084,Bridge of Allan and University - 02,8b,Ageing suburbanites,S02002453,Bridge of Allan and University,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192457 +192457,S00132036,6b2,White Suburban Communities,S01012744,Earnock - 04,8c,Comfortable suburbia,S02002389,Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192458 +192458,S00133055,6a2,Comfortable Suburbia,S01013084,Bridge of Allan and University - 02,8b,Ageing suburbanites,S02002453,Bridge of Allan and University,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192459 +192459,S00133278,5b1,Delayed Retirement,S01013080,Causewayhead - 01,3c,Highly qualified professionals,S02002452,Causewayhead,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192460 +192460,S00132041,6b2,White Suburban Communities,S01012746,Earnock - 06,5b,Aspiring urban households,S02002389,Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192461 +192461,S00133285,5b2,Communal Retirement,S01013080,Causewayhead - 01,3c,Highly qualified professionals,S02002452,Causewayhead,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192462 +192462,S00133071,6a2,Comfortable Suburbia,S01013088,Bridge of Allan and University - 06,2b,Prospering countryside life,S02002453,Bridge of Allan and University,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192463 +192463,S00132946,1b3,Ageing Rural Flat Tenants,S01013002,Blane Valley - 02,2c,Remoter communities,S02002436,Blane Valley,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192464 +192464,S00133332,5b1,Delayed Retirement,S01013105,Dunblane West - 05,8a,Affluent communities,S02002456,Dunblane West,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192465 +192465,S00132043,6b2,White Suburban Communities,S01012746,Earnock - 06,5b,Aspiring urban households,S02002389,Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192466 +192466,S00133355,5b2,Communal Retirement,S01013099,Dunblane East - 06,3c,Highly qualified professionals,S02002455,Dunblane East,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192467 +192467,S00133252,6a4,Ageing in Suburbia,S01013063,King's Park and Torbrex - 05,3c,Highly qualified professionals,S02002447,King's Park and Torbrex,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192468 +192468,S00133143,6a2,Comfortable Suburbia,S01013019,Cambusbarron - 01,2b,Prospering countryside life,S02002439,Cambusbarron,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192469 +192469,S00132963,1b3,Ageing Rural Flat Tenants,S01013005,Blane Valley - 05,2a,Ageing rural neighbourhoods,S02002436,Blane Valley,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192470 +192470,S00133333,5b1,Delayed Retirement,S01013105,Dunblane West - 05,8a,Affluent communities,S02002456,Dunblane West,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192471 +192471,S00132045,6b2,White Suburban Communities,S01012742,Earnock - 02,8b,Ageing suburbanites,S02002389,Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192472 +192472,S00133383,5b2,Communal Retirement,S01013115,Callander and Trossachs - 04,5a,Ageing urban communities,S02002458,Callander and Trossachs,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192473 +192473,S00133259,6a4,Ageing in Suburbia,S01013081,Causewayhead - 02,8c,Comfortable suburbia,S02002452,Causewayhead,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192474 +192474,S00133153,6a2,Comfortable Suburbia,S01013019,Cambusbarron - 01,2b,Prospering countryside life,S02002439,Cambusbarron,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192475 +192475,S00131074,8d1,Young Hard-Pressed Families,S01012672,Strutherhill - 02,4a,Challenged white communities,S02002375,Strutherhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192476 +192476,S00132130,6b2,White Suburban Communities,S01012744,Earnock - 04,8c,Comfortable suburbia,S02002389,Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192477 +192477,S00133155,6a2,Comfortable Suburbia,S01013023,Cambusbarron - 05,8a,Affluent communities,S02002439,Cambusbarron,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192478 +192478,S00131770,8d1,Young Hard-Pressed Families,S01012765,Low Blantyre and Bardykes - 01,5d,Endeavouring social renters,S02002393,Low Blantyre and Bardykes,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192479 +192479,S00132132,6b2,White Suburban Communities,S01012744,Earnock - 04,8c,Comfortable suburbia,S02002389,Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192480 +192480,S00133305,1b3,Ageing Rural Flat Tenants,S01013014,Balfron and Drymen - 06,2d,Rural traits,S02002437,Balfron and Drymen,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192481 +192481,S00133345,5b1,Delayed Retirement,S01013105,Dunblane West - 05,8a,Affluent communities,S02002456,Dunblane West,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192482 +192482,S00133156,6a2,Comfortable Suburbia,S01013023,Cambusbarron - 05,8a,Affluent communities,S02002439,Cambusbarron,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192483 +192483,S00131779,8d1,Young Hard-Pressed Families,S01012772,Blantytre North and Coatshill - 03,4a,Challenged white communities,S02002394,Blantytre North and Coatshill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192484 +192484,S00133271,6a4,Ageing in Suburbia,S01013082,Causewayhead - 03,8b,Ageing suburbanites,S02002452,Causewayhead,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192485 +192485,S00132254,6b2,White Suburban Communities,S01012811,Uddingston and Gardenside - 05,5c,Comfortable neighbourhoods,S02002401,Uddingston and Gardenside,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192486 +192486,S00133385,5b2,Communal Retirement,S01013115,Callander and Trossachs - 04,5a,Ageing urban communities,S02002458,Callander and Trossachs,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192487 +192487,S00132262,6b2,White Suburban Communities,S01012813,Uddingston and Gardenside - 07,8c,Comfortable suburbia,S02002401,Uddingston and Gardenside,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192488 +192488,S00133351,5b1,Delayed Retirement,S01013099,Dunblane East - 06,3c,Highly qualified professionals,S02002455,Dunblane East,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192489 +192489,S00133439,5b2,Communal Retirement,S01013054,Borestone - 01,5e,Primary sector workers,S02002446,Borestone,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192490 +192490,S00133241,6a2,Comfortable Suburbia,S01013061,King's Park and Torbrex - 03,8a,Affluent communities,S02002447,King's Park and Torbrex,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192491 +192491,S00133274,6a4,Ageing in Suburbia,S01013082,Causewayhead - 03,8b,Ageing suburbanites,S02002452,Causewayhead,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192492 +192492,S00132051,8d1,Young Hard-Pressed Families,S01012747,Hillhouse - 01,5d,Endeavouring social renters,S02002390,Hillhouse,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192493 +192493,S00132284,6b2,White Suburban Communities,S01012597,Law - 06,5c,Comfortable neighbourhoods,S02002358,Law,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192494 +192494,S00133315,1b3,Ageing Rural Flat Tenants,S01013018,Kippen and Fintry - 04,2b,Prospering countryside life,S02002438,Kippen and Fintry,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192495 +192495,S00133358,5b1,Delayed Retirement,S01013100,Dunblane East - 07,8a,Affluent communities,S02002455,Dunblane East,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192496 +192496,S00132060,8d1,Young Hard-Pressed Families,S01012749,Hillhouse - 03,4d,Hard-pressed flat dwellers,S02002390,Hillhouse,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192497 +192497,S00133335,1b3,Ageing Rural Flat Tenants,S01013105,Dunblane West - 05,8a,Affluent communities,S02002456,Dunblane West,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192498 +192498,S00133397,1b3,Ageing Rural Flat Tenants,S01013114,Callander and Trossachs - 03,2a,Ageing rural neighbourhoods,S02002458,Callander and Trossachs,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192499 +192499,S00133402,1b3,Ageing Rural Flat Tenants,S01013001,Blane Valley - 01,2b,Prospering countryside life,S02002436,Blane Valley,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192500 +192500,S00133503,1b3,Ageing Rural Flat Tenants,S01013119,Highland - 03,2a,Ageing rural neighbourhoods,S02002459,Highland,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192501 +192501,S00133509,1b3,Ageing Rural Flat Tenants,S01013015,Kippen and Fintry - 01,2c,Remoter communities,S02002438,Kippen and Fintry,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192502 +192502,S00133624,1b3,Ageing Rural Flat Tenants,S01013120,Highland - 04,2a,Ageing rural neighbourhoods,S02002459,Highland,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192503 +192503,S00132887,8c2,Ageing Rural Industry Workers,S01013117,Highland - 01,5e,Primary sector workers,S02002459,Highland,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192504 +192504,S00132925,8c2,Ageing Rural Industry Workers,S01013120,Highland - 04,2a,Ageing rural neighbourhoods,S02002459,Highland,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192505 +192505,S00132935,8c2,Ageing Rural Industry Workers,S01013011,Balfron and Drymen - 03,2b,Prospering countryside life,S02002437,Balfron and Drymen,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192506 +192506,S00132959,8c2,Ageing Rural Industry Workers,S01013004,Blane Valley - 04,8b,Ageing suburbanites,S02002436,Blane Valley,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192507 +192507,S00132982,8c2,Ageing Rural Industry Workers,S01013013,Balfron and Drymen - 05,2b,Prospering countryside life,S02002437,Balfron and Drymen,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192508 +192508,S00132986,8c2,Ageing Rural Industry Workers,S01013011,Balfron and Drymen - 03,2b,Prospering countryside life,S02002437,Balfron and Drymen,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192509 +192509,S00132991,8c2,Ageing Rural Industry Workers,S01013029,Cowie - 01,4a,Challenged white communities,S02002441,Cowie,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192510 +192510,S00132992,8c2,Ageing Rural Industry Workers,S01013030,Cowie - 02,4a,Challenged white communities,S02002441,Cowie,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192511 +192511,S00132995,8c2,Ageing Rural Industry Workers,S01013031,Cowie - 03,4a,Challenged white communities,S02002441,Cowie,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192512 +192512,S00132997,8c2,Ageing Rural Industry Workers,S01013029,Cowie - 01,4a,Challenged white communities,S02002441,Cowie,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192513 +192513,S00133024,8c2,Ageing Rural Industry Workers,S01013043,Hillpark - 02,4a,Challenged white communities,S02002444,Hillpark,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192514 +192514,S00133110,8c2,Ageing Rural Industry Workers,S01013056,Borestone - 03,4a,Challenged white communities,S02002446,Borestone,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192515 +192515,S00133310,6a4,Ageing in Suburbia,S01013017,Kippen and Fintry - 03,5c,Comfortable neighbourhoods,S02002438,Kippen and Fintry,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192516 +192516,S00133312,6a2,Comfortable Suburbia,S01013018,Kippen and Fintry - 04,2b,Prospering countryside life,S02002438,Kippen and Fintry,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192517 +192517,S00133575,5b2,Communal Retirement,S01013062,King's Park and Torbrex - 04,8a,Affluent communities,S02002447,King's Park and Torbrex,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192518 +192518,S00133124,8c2,Ageing Rural Industry Workers,S01013056,Borestone - 03,4a,Challenged white communities,S02002446,Borestone,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192519 +192519,S00133140,8c2,Ageing Rural Industry Workers,S01013020,Cambusbarron - 02,5c,Comfortable neighbourhoods,S02002439,Cambusbarron,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192520 +192520,S00133163,8c2,Ageing Rural Industry Workers,S01013052,Broomridge - 06,5c,Comfortable neighbourhoods,S02002445,Broomridge,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192521 +192521,S00133175,8c2,Ageing Rural Industry Workers,S01013054,Borestone - 01,5e,Primary sector workers,S02002446,Borestone,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192522 +192522,S00133178,8c2,Ageing Rural Industry Workers,S01013050,Broomridge - 04,4a,Challenged white communities,S02002445,Broomridge,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192523 +192523,S00133216,8c2,Ageing Rural Industry Workers,S01013074,Raploch - 03,4d,Hard-pressed flat dwellers,S02002450,Raploch,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192524 +192524,S00133306,8c2,Ageing Rural Industry Workers,S01013014,Balfron and Drymen - 06,2d,Rural traits,S02002437,Balfron and Drymen,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192525 +192525,S00133386,8c2,Ageing Rural Industry Workers,S01013113,Callander and Trossachs - 02,5e,Primary sector workers,S02002458,Callander and Trossachs,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192526 +192526,S00133387,8c2,Ageing Rural Industry Workers,S01013113,Callander and Trossachs - 02,5e,Primary sector workers,S02002458,Callander and Trossachs,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192527 +192527,S00133388,8c2,Ageing Rural Industry Workers,S01013113,Callander and Trossachs - 02,5e,Primary sector workers,S02002458,Callander and Trossachs,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192528 +192528,S00133391,8c2,Ageing Rural Industry Workers,S01013120,Highland - 04,2a,Ageing rural neighbourhoods,S02002459,Highland,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192529 +192529,S00133414,8c2,Ageing Rural Industry Workers,S01013027,Plean and Rural SE - 03,4a,Challenged white communities,S02002440,Plean and Rural SE,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192530 +192530,S00133421,8c2,Ageing Rural Industry Workers,S01013031,Cowie - 03,4a,Challenged white communities,S02002441,Cowie,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192531 +192531,S00133460,8c2,Ageing Rural Industry Workers,S01013110,Carse of Stirling - 05,2c,Remoter communities,S02002457,Carse of Stirling,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192532 +192532,S00133468,8c2,Ageing Rural Industry Workers,S01013027,Plean and Rural SE - 03,4a,Challenged white communities,S02002440,Plean and Rural SE,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192533 +192533,S00133499,8c2,Ageing Rural Industry Workers,S01013114,Callander and Trossachs - 03,2a,Ageing rural neighbourhoods,S02002458,Callander and Trossachs,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192534 +192534,S00133505,8c2,Ageing Rural Industry Workers,S01013121,Highland - 05,2a,Ageing rural neighbourhoods,S02002459,Highland,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192535 +192535,S00133518,8c2,Ageing Rural Industry Workers,S01013040,Bannockburn - 04,5c,Comfortable neighbourhoods,S02002443,Bannockburn,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192536 +192536,S00133582,8c2,Ageing Rural Industry Workers,S01013076,Cornton - 01,1a,Cosmopolitan student neighbourhoods,S02002451,Cornton,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192537 +192537,S00132892,1a3,Agricultural Communities,S01013016,Kippen and Fintry - 02,2c,Remoter communities,S02002438,Kippen and Fintry,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192538 +192538,S00132894,1a3,Agricultural Communities,S01013016,Kippen and Fintry - 02,2c,Remoter communities,S02002438,Kippen and Fintry,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192539 +192539,S00132895,1a3,Agricultural Communities,S01013016,Kippen and Fintry - 02,2c,Remoter communities,S02002438,Kippen and Fintry,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192540 +192540,S00132905,1a3,Agricultural Communities,S01013093,Forth - 04,2b,Prospering countryside life,S02002454,Forth,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192541 +192541,S00132907,1a3,Agricultural Communities,S01013093,Forth - 04,2b,Prospering countryside life,S02002454,Forth,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192542 +192542,S00132909,1a3,Agricultural Communities,S01013107,Carse of Stirling - 02,2b,Prospering countryside life,S02002457,Carse of Stirling,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192543 +192543,S00132913,1a3,Agricultural Communities,S01013107,Carse of Stirling - 02,2b,Prospering countryside life,S02002457,Carse of Stirling,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192544 +192544,S00132919,1a3,Agricultural Communities,S01013119,Highland - 03,2a,Ageing rural neighbourhoods,S02002459,Highland,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192545 +192545,S00133417,5b1,Delayed Retirement,S01013010,Balfron and Drymen - 02,2c,Remoter communities,S02002437,Balfron and Drymen,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192546 +192546,S00132285,6b2,White Suburban Communities,S01012597,Law - 06,5c,Comfortable neighbourhoods,S02002358,Law,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192547 +192547,S00132075,8d1,Young Hard-Pressed Families,S01012750,Hillhouse - 04,4b,Constrained renters,S02002390,Hillhouse,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192548 +192548,S00133473,5b1,Delayed Retirement,S01013050,Broomridge - 04,4a,Challenged white communities,S02002445,Broomridge,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192549 +192549,S00132313,6b2,White Suburban Communities,S01012586,"Carstairs, Carstairs Junction and Carnwath - 06",2a,Ageing rural neighbourhoods,S02002356,"Carstairs, Carstairs Junction and Carnwath",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192550 +192550,S00133316,6a2,Comfortable Suburbia,S01013018,Kippen and Fintry - 04,2b,Prospering countryside life,S02002438,Kippen and Fintry,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192551 +192551,S00133326,6a4,Ageing in Suburbia,S01013102,Dunblane West - 02,8a,Affluent communities,S02002456,Dunblane West,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192552 +192552,S00133614,5b2,Communal Retirement,S01013117,Highland - 01,5e,Primary sector workers,S02002459,Highland,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192553 +192553,S00133346,6a4,Ageing in Suburbia,S01013105,Dunblane West - 05,8a,Affluent communities,S02002456,Dunblane West,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192554 +192554,S00133617,5b2,Communal Retirement,S01013115,Callander and Trossachs - 04,5a,Ageing urban communities,S02002458,Callander and Trossachs,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192555 +192555,S00132332,6b2,White Suburban Communities,S01012702,"Glassford, Quarter and Allanton - 04",5c,Comfortable neighbourhoods,S02002380,"Glassford, Quarter and Allanton",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192556 +192556,S00133549,5b1,Delayed Retirement,S01013048,Broomridge - 02,5b,Aspiring urban households,S02002445,Broomridge,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192557 +192557,S00133320,6a2,Comfortable Suburbia,S01013102,Dunblane West - 02,8a,Affluent communities,S02002456,Dunblane West,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192558 +192558,S00133349,6a4,Ageing in Suburbia,S01013100,Dunblane East - 07,8a,Affluent communities,S02002455,Dunblane East,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192559 +192559,S00132143,8d1,Young Hard-Pressed Families,S01012795,Whitehill - 03,4a,Challenged white communities,S02002398,Whitehill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192560 +192560,S00132964,7c2,Constrained Young Families,S01013026,Plean and Rural SE - 02,5c,Comfortable neighbourhoods,S02002440,Plean and Rural SE,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192561 +192561,S00132369,6b2,White Suburban Communities,S01012894,Nerston and EK Landward Area - 01,5c,Comfortable neighbourhoods,S02002416,Nerston and EK Landward Area,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192562 +192562,S00133581,5b1,Delayed Retirement,S01013076,Cornton - 01,1a,Cosmopolitan student neighbourhoods,S02002451,Cornton,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192563 +192563,S00133321,6a2,Comfortable Suburbia,S01013103,Dunblane West - 03,8c,Comfortable suburbia,S02002456,Dunblane West,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192564 +192564,S00132157,8d1,Young Hard-Pressed Families,S01012797,Whitehill - 05,4a,Challenged white communities,S02002398,Whitehill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192565 +192565,S00132384,6b2,White Suburban Communities,S01012649,Kirkmuirhill and Blackwood - 03,5c,Comfortable neighbourhoods,S02002370,Kirkmuirhill and Blackwood,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192566 +192566,S00133323,6a2,Comfortable Suburbia,S01013103,Dunblane West - 03,8c,Comfortable suburbia,S02002456,Dunblane West,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192567 +192567,S00133324,6a2,Comfortable Suburbia,S01013103,Dunblane West - 03,8c,Comfortable suburbia,S02002456,Dunblane West,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192568 +192568,S00133334,6a2,Comfortable Suburbia,S01013104,Dunblane West - 04,8b,Ageing suburbanites,S02002456,Dunblane West,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192569 +192569,S00133342,6a2,Comfortable Suburbia,S01013105,Dunblane West - 05,8a,Affluent communities,S02002456,Dunblane West,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192570 +192570,S00133347,6a2,Comfortable Suburbia,S01013103,Dunblane West - 03,8c,Comfortable suburbia,S02002456,Dunblane West,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192571 +192571,S00133357,6a2,Comfortable Suburbia,S01013094,Dunblane East - 01,8b,Ageing suburbanites,S02002455,Dunblane East,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192572 +192572,S00133359,6a2,Comfortable Suburbia,S01013095,Dunblane East - 02,8a,Affluent communities,S02002455,Dunblane East,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192573 +192573,S00133368,6a2,Comfortable Suburbia,S01013107,Carse of Stirling - 02,2b,Prospering countryside life,S02002457,Carse of Stirling,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192574 +192574,S00133377,6a2,Comfortable Suburbia,S01013106,Carse of Stirling - 01,5c,Comfortable neighbourhoods,S02002457,Carse of Stirling,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192575 +192575,S00133400,6a2,Comfortable Suburbia,S01013006,Blane Valley - 06,2b,Prospering countryside life,S02002436,Blane Valley,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192576 +192576,S00133413,6a2,Comfortable Suburbia,S01013003,Blane Valley - 03,8a,Affluent communities,S02002436,Blane Valley,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192577 +192577,S00133459,6a2,Comfortable Suburbia,S01013095,Dunblane East - 02,8a,Affluent communities,S02002455,Dunblane East,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192578 +192578,S00133489,6a2,Comfortable Suburbia,S01013098,Dunblane East - 05,8a,Affluent communities,S02002455,Dunblane East,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192579 +192579,S00133491,6a2,Comfortable Suburbia,S01013095,Dunblane East - 02,8a,Affluent communities,S02002455,Dunblane East,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192580 +192580,S00133492,6a2,Comfortable Suburbia,S01013098,Dunblane East - 05,8a,Affluent communities,S02002455,Dunblane East,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192581 +192581,S00133493,6a2,Comfortable Suburbia,S01013098,Dunblane East - 05,8a,Affluent communities,S02002455,Dunblane East,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192582 +192582,S00133494,6a2,Comfortable Suburbia,S01013098,Dunblane East - 05,8a,Affluent communities,S02002455,Dunblane East,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192583 +192583,S00133495,6a2,Comfortable Suburbia,S01013098,Dunblane East - 05,8a,Affluent communities,S02002455,Dunblane East,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192584 +192584,S00133500,6a2,Comfortable Suburbia,S01013112,Callander and Trossachs - 01,5e,Primary sector workers,S02002458,Callander and Trossachs,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192585 +192585,S00133350,6a4,Ageing in Suburbia,S01013100,Dunblane East - 07,8a,Affluent communities,S02002455,Dunblane East,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192586 +192586,S00132971,7c2,Constrained Young Families,S01013027,Plean and Rural SE - 03,4a,Challenged white communities,S02002440,Plean and Rural SE,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192587 +192587,S00133514,6a2,Comfortable Suburbia,S01013038,Bannockburn - 02,4a,Challenged white communities,S02002443,Bannockburn,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192588 +192588,S00133519,6a2,Comfortable Suburbia,S01013039,Bannockburn - 03,8c,Comfortable suburbia,S02002443,Bannockburn,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192589 +192589,S00133522,6a2,Comfortable Suburbia,S01013039,Bannockburn - 03,8c,Comfortable suburbia,S02002443,Bannockburn,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192590 +192590,S00133541,6a2,Comfortable Suburbia,S01013058,Borestone - 05,8c,Comfortable suburbia,S02002446,Borestone,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192591 +192591,S00133546,6a2,Comfortable Suburbia,S01013049,Broomridge - 03,8c,Comfortable suburbia,S02002445,Broomridge,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192592 +192592,S00133548,6a2,Comfortable Suburbia,S01013047,Broomridge - 01,8c,Comfortable suburbia,S02002445,Broomridge,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192593 +192593,S00133586,6a2,Comfortable Suburbia,S01013079,Cornton - 04,5a,Ageing urban communities,S02002451,Cornton,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192594 +192594,S00133590,6a2,Comfortable Suburbia,S01013079,Cornton - 04,5a,Ageing urban communities,S02002451,Cornton,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192595 +192595,S00133592,6a2,Comfortable Suburbia,S01013079,Cornton - 04,5a,Ageing urban communities,S02002451,Cornton,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192596 +192596,S00133600,6a2,Comfortable Suburbia,S01013017,Kippen and Fintry - 03,5c,Comfortable neighbourhoods,S02002438,Kippen and Fintry,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192597 +192597,S00133608,6a2,Comfortable Suburbia,S01013094,Dunblane East - 01,8b,Ageing suburbanites,S02002455,Dunblane East,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192598 +192598,S00133609,6a2,Comfortable Suburbia,S01013094,Dunblane East - 01,8b,Ageing suburbanites,S02002455,Dunblane East,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192599 +192599,S00133613,6a2,Comfortable Suburbia,S01013095,Dunblane East - 02,8a,Affluent communities,S02002455,Dunblane East,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192600 +192600,S00132973,5b2,Communal Retirement,S01013026,Plean and Rural SE - 02,5c,Comfortable neighbourhoods,S02002440,Plean and Rural SE,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192601 +192601,S00132980,5b2,Communal Retirement,S01013012,Balfron and Drymen - 04,5e,Primary sector workers,S02002437,Balfron and Drymen,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192602 +192602,S00133017,5b2,Communal Retirement,S01013037,Bannockburn - 01,5a,Ageing urban communities,S02002443,Bannockburn,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192603 +192603,S00133172,5b2,Communal Retirement,S01013053,Broomridge - 07,4d,Hard-pressed flat dwellers,S02002445,Broomridge,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192604 +192604,S00133246,5b2,Communal Retirement,S01013066,Braehead - 03,5a,Ageing urban communities,S02002448,Braehead,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192605 +192605,S00133247,5b2,Communal Retirement,S01013063,King's Park and Torbrex - 05,3c,Highly qualified professionals,S02002447,King's Park and Torbrex,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192606 +192606,S00133605,5b1,Delayed Retirement,S01013104,Dunblane West - 04,8b,Ageing suburbanites,S02002456,Dunblane West,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192607 +192607,S00133606,5b1,Delayed Retirement,S01013099,Dunblane East - 06,3c,Highly qualified professionals,S02002455,Dunblane East,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192608 +192608,S00133633,5b1,Delayed Retirement,S01013088,Bridge of Allan and University - 06,2b,Prospering countryside life,S02002453,Bridge of Allan and University,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192609 +192609,S00133135,8b1,Deprived Blue-Collar Terraces,S01013021,Cambusbarron - 03,5d,Endeavouring social renters,S02002439,Cambusbarron,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192610 +192610,S00133595,8b1,Deprived Blue-Collar Terraces,S01013034,Fallin - 02,4a,Challenged white communities,S02002442,Fallin,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192611 +192611,S00133179,7b2,Deprived Neighbourhoods,S01013053,Broomridge - 07,4d,Hard-pressed flat dwellers,S02002445,Broomridge,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192612 +192612,S00133211,7b2,Deprived Neighbourhoods,S01013073,Raploch - 02,4d,Hard-pressed flat dwellers,S02002450,Raploch,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192613 +192613,S00133214,7b2,Deprived Neighbourhoods,S01013074,Raploch - 03,4d,Hard-pressed flat dwellers,S02002450,Raploch,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192614 +192614,S00133221,7b2,Deprived Neighbourhoods,S01013075,Raploch - 04,4d,Hard-pressed flat dwellers,S02002450,Raploch,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192615 +192615,S00133448,7b2,Deprived Neighbourhoods,S01013074,Raploch - 03,4d,Hard-pressed flat dwellers,S02002450,Raploch,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192616 +192616,S00132957,6a3,Detached Retirement Living,S01013003,Blane Valley - 03,8a,Affluent communities,S02002436,Blane Valley,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192617 +192617,S00132961,6a3,Detached Retirement Living,S01013005,Blane Valley - 05,2a,Ageing rural neighbourhoods,S02002436,Blane Valley,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192618 +192618,S00132987,6a3,Detached Retirement Living,S01013013,Balfron and Drymen - 05,2b,Prospering countryside life,S02002437,Balfron and Drymen,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192619 +192619,S00133352,6a4,Ageing in Suburbia,S01013099,Dunblane East - 06,3c,Highly qualified professionals,S02002455,Dunblane East,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192620 +192620,S00132159,8d1,Young Hard-Pressed Families,S01012797,Whitehill - 05,4a,Challenged white communities,S02002398,Whitehill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192621 +192621,S00133020,6a3,Detached Retirement Living,S01013037,Bannockburn - 01,5a,Ageing urban communities,S02002443,Bannockburn,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192622 +192622,S00133356,6a4,Ageing in Suburbia,S01013100,Dunblane East - 07,8a,Affluent communities,S02002455,Dunblane East,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192623 +192623,S00132396,6b2,White Suburban Communities,S01012628,Lanark South - 02,8a,Affluent communities,S02002366,Lanark South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192624 +192624,S00133050,6a3,Detached Retirement Living,S01013084,Bridge of Allan and University - 02,8b,Ageing suburbanites,S02002453,Bridge of Allan and University,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192625 +192625,S00133381,6a4,Ageing in Suburbia,S01013116,Callander and Trossachs - 05,2a,Ageing rural neighbourhoods,S02002458,Callander and Trossachs,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192626 +192626,S00132231,8d1,Young Hard-Pressed Families,S01012806,Bothwell North - 04,5c,Comfortable neighbourhoods,S02002400,Bothwell North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192627 +192627,S00132400,6b2,White Suburban Communities,S01012685,Strathaven South - 02,5d,Endeavouring social renters,S02002377,Strathaven South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192628 +192628,S00133052,6a3,Detached Retirement Living,S01013084,Bridge of Allan and University - 02,8b,Ageing suburbanites,S02002453,Bridge of Allan and University,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192629 +192629,S00133399,6a4,Ageing in Suburbia,S01013008,Blane Valley - 08,5c,Comfortable neighbourhoods,S02002436,Blane Valley,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192630 +192630,S00132426,8d1,Young Hard-Pressed Families,S01012905,Calderwood East - 05,4a,Challenged white communities,S02002417,Calderwood East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192631 +192631,S00132416,6b2,White Suburban Communities,S01012897,Nerston and EK Landward Area - 04,8c,Comfortable suburbia,S02002416,Nerston and EK Landward Area,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192632 +192632,S00133054,6a3,Detached Retirement Living,S01013084,Bridge of Allan and University - 02,8b,Ageing suburbanites,S02002453,Bridge of Allan and University,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192633 +192633,S00132978,7c2,Constrained Young Families,S01013009,Balfron and Drymen - 01,5e,Primary sector workers,S02002437,Balfron and Drymen,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192634 +192634,S00132427,8d1,Young Hard-Pressed Families,S01012905,Calderwood East - 05,4a,Challenged white communities,S02002417,Calderwood East,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192635 +192635,S00133411,6a4,Ageing in Suburbia,S01013004,Blane Valley - 04,8b,Ageing suburbanites,S02002436,Blane Valley,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192636 +192636,S00132423,6b2,White Suburban Communities,S01012604,Carluke North - 03,5d,Endeavouring social renters,S02002360,Carluke North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192637 +192637,S00133065,6a3,Detached Retirement Living,S01013089,Bridge of Allan and University - 07,3c,Highly qualified professionals,S02002453,Bridge of Allan and University,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192638 +192638,S00132447,8d1,Young Hard-Pressed Families,S01012612,Carluke South - 02,5d,Endeavouring social renters,S02002362,Carluke South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192639 +192639,S00132996,7c2,Constrained Young Families,S01013031,Cowie - 03,4a,Challenged white communities,S02002441,Cowie,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192640 +192640,S00133434,6a4,Ageing in Suburbia,S01013024,Cambusbarron - 06,8b,Ageing suburbanites,S02002439,Cambusbarron,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192641 +192641,S00133067,6a3,Detached Retirement Living,S01013088,Bridge of Allan and University - 06,2b,Prospering countryside life,S02002453,Bridge of Allan and University,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192642 +192642,S00132430,6b2,White Suburban Communities,S01012926,St Leonards South - 04,5c,Comfortable neighbourhoods,S02002421,St Leonards South,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192643 +192643,S00133436,6a4,Ageing in Suburbia,S01013023,Cambusbarron - 05,8a,Affluent communities,S02002439,Cambusbarron,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192644 +192644,S00132487,8d1,Young Hard-Pressed Families,S01012748,Hillhouse - 02,4a,Challenged white communities,S02002390,Hillhouse,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192645 +192645,S00133154,6a3,Detached Retirement Living,S01013023,Cambusbarron - 05,8a,Affluent communities,S02002439,Cambusbarron,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192646 +192646,S00132502,6b2,White Suburban Communities,S01012587,"Forth, Braehead and Auchengray - 01",2c,Remoter communities,S02002357,"Forth, Braehead and Auchengray",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192647 +192647,S00133453,6a4,Ageing in Suburbia,S01013014,Balfron and Drymen - 06,2d,Rural traits,S02002437,Balfron and Drymen,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192648 +192648,S00132714,8d1,Young Hard-Pressed Families,S01012971,Whitehills West - 02,4a,Challenged white communities,S02002430,Whitehills West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192649 +192649,S00133002,7c2,Constrained Young Families,S01013029,Cowie - 01,4a,Challenged white communities,S02002441,Cowie,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192650 +192650,S00133235,6a3,Detached Retirement Living,S01013061,King's Park and Torbrex - 03,8a,Affluent communities,S02002447,King's Park and Torbrex,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192651 +192651,S00133105,7c2,Constrained Young Families,S01013066,Braehead - 03,5a,Ageing urban communities,S02002448,Braehead,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192652 +192652,S00132585,6b2,White Suburban Communities,S01012699,"Glassford, Quarter and Allanton - 01",2d,Rural traits,S02002380,"Glassford, Quarter and Allanton",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192653 +192653,S00132856,8d1,Young Hard-Pressed Families,S01012960,Mossneuk and Newlandsmuir - 03,5d,Endeavouring social renters,S02002428,Mossneuk and Newlandsmuir,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192654 +192654,S00133237,6a3,Detached Retirement Living,S01013061,King's Park and Torbrex - 03,8a,Affluent communities,S02002447,King's Park and Torbrex,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192655 +192655,S00133528,6a4,Ageing in Suburbia,S01013087,Bridge of Allan and University - 05,3c,Highly qualified professionals,S02002453,Bridge of Allan and University,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192656 +192656,S00133106,7c2,Constrained Young Families,S01013050,Broomridge - 04,4a,Challenged white communities,S02002445,Broomridge,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192657 +192657,S00132593,6b2,White Suburban Communities,S01012660,"Larkhall Central, Raploch, Millheugh and Burnhead - 01",5c,Comfortable neighbourhoods,S02002373,"Larkhall Central, Raploch, Millheugh and Burnhead",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192658 +192658,S00133531,6a4,Ageing in Suburbia,S01013049,Broomridge - 03,8c,Comfortable suburbia,S02002445,Broomridge,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192659 +192659,S00133161,7d1,Ageing Communities and Families,S01013052,Broomridge - 06,5c,Comfortable neighbourhoods,S02002445,Broomridge,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192660 +192660,S00132605,6b2,White Suburban Communities,S01012659,Merryton and Meadowhill - 04,8c,Comfortable suburbia,S02002372,Merryton and Meadowhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192661 +192661,S00133240,6a3,Detached Retirement Living,S01013059,King's Park and Torbrex - 01,8a,Affluent communities,S02002447,King's Park and Torbrex,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192662 +192662,S00133573,6a4,Ageing in Suburbia,S01013062,King's Park and Torbrex - 04,8a,Affluent communities,S02002447,King's Park and Torbrex,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192663 +192663,S00133170,7d1,Ageing Communities and Families,S01013051,Broomridge - 05,4a,Challenged white communities,S02002445,Broomridge,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192664 +192664,S00132606,6b2,White Suburban Communities,S01012659,Merryton and Meadowhill - 04,8c,Comfortable suburbia,S02002372,Merryton and Meadowhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192665 +192665,S00133258,6a3,Detached Retirement Living,S01013081,Causewayhead - 02,8c,Comfortable suburbia,S02002452,Causewayhead,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192666 +192666,S00133574,6a4,Ageing in Suburbia,S01013060,King's Park and Torbrex - 02,8a,Affluent communities,S02002447,King's Park and Torbrex,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192667 +192667,S00133222,7d1,Ageing Communities and Families,S01013075,Raploch - 04,4d,Hard-pressed flat dwellers,S02002450,Raploch,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192668 +192668,S00132607,6b2,White Suburban Communities,S01012659,Merryton and Meadowhill - 04,8c,Comfortable suburbia,S02002372,Merryton and Meadowhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192669 +192669,S00133272,6a3,Detached Retirement Living,S01013082,Causewayhead - 03,8b,Ageing suburbanites,S02002452,Causewayhead,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192670 +192670,S00133576,6a4,Ageing in Suburbia,S01013063,King's Park and Torbrex - 05,3c,Highly qualified professionals,S02002447,King's Park and Torbrex,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192671 +192671,S00133382,7d1,Ageing Communities and Families,S01013115,Callander and Trossachs - 04,5a,Ageing urban communities,S02002458,Callander and Trossachs,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192672 +192672,S00133515,7d1,Ageing Communities and Families,S01013040,Bannockburn - 04,5c,Comfortable neighbourhoods,S02002443,Bannockburn,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192673 +192673,S00133564,7d1,Ageing Communities and Families,S01013075,Raploch - 04,4d,Hard-pressed flat dwellers,S02002450,Raploch,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192674 +192674,S00133565,7d1,Ageing Communities and Families,S01013090,Forth - 01,1a,Cosmopolitan student neighbourhoods,S02002454,Forth,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192675 +192675,S00133616,7d1,Ageing Communities and Families,S01013115,Callander and Trossachs - 04,5a,Ageing urban communities,S02002458,Callander and Trossachs,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192676 +192676,S00132906,6a4,Ageing in Suburbia,S01013093,Forth - 04,2b,Prospering countryside life,S02002454,Forth,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192677 +192677,S00132928,6a4,Ageing in Suburbia,S01013008,Blane Valley - 08,5c,Comfortable neighbourhoods,S02002436,Blane Valley,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192678 +192678,S00132936,6a4,Ageing in Suburbia,S01013011,Balfron and Drymen - 03,2b,Prospering countryside life,S02002437,Balfron and Drymen,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192679 +192679,S00132956,6a4,Ageing in Suburbia,S01013003,Blane Valley - 03,8a,Affluent communities,S02002436,Blane Valley,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192680 +192680,S00132985,6a4,Ageing in Suburbia,S01013013,Balfron and Drymen - 05,2b,Prospering countryside life,S02002437,Balfron and Drymen,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192681 +192681,S00133047,6a4,Ageing in Suburbia,S01013083,Bridge of Allan and University - 01,1a,Cosmopolitan student neighbourhoods,S02002453,Bridge of Allan and University,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192682 +192682,S00133068,6a4,Ageing in Suburbia,S01013088,Bridge of Allan and University - 06,2b,Prospering countryside life,S02002453,Bridge of Allan and University,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192683 +192683,S00133069,6a4,Ageing in Suburbia,S01013088,Bridge of Allan and University - 06,2b,Prospering countryside life,S02002453,Bridge of Allan and University,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192684 +192684,S00133072,6a4,Ageing in Suburbia,S01013086,Bridge of Allan and University - 04,3c,Highly qualified professionals,S02002453,Bridge of Allan and University,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192685 +192685,S00133077,6a4,Ageing in Suburbia,S01013086,Bridge of Allan and University - 04,3c,Highly qualified professionals,S02002453,Bridge of Allan and University,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192686 +192686,S00133078,6a4,Ageing in Suburbia,S01013087,Bridge of Allan and University - 05,3c,Highly qualified professionals,S02002453,Bridge of Allan and University,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192687 +192687,S00133129,6a4,Ageing in Suburbia,S01013059,King's Park and Torbrex - 01,8a,Affluent communities,S02002447,King's Park and Torbrex,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192688 +192688,S00133112,7c2,Constrained Young Families,S01013057,Borestone - 04,4a,Challenged white communities,S02002446,Borestone,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192689 +192689,S00133146,6a4,Ageing in Suburbia,S01013024,Cambusbarron - 06,8b,Ageing suburbanites,S02002439,Cambusbarron,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192690 +192690,S00133149,6a4,Ageing in Suburbia,S01013062,King's Park and Torbrex - 04,8a,Affluent communities,S02002447,King's Park and Torbrex,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192691 +192691,S00133150,6a4,Ageing in Suburbia,S01013023,Cambusbarron - 05,8a,Affluent communities,S02002439,Cambusbarron,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192692 +192692,S00133151,6a4,Ageing in Suburbia,S01013023,Cambusbarron - 05,8a,Affluent communities,S02002439,Cambusbarron,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192693 +192693,S00133152,6a4,Ageing in Suburbia,S01013061,King's Park and Torbrex - 03,8a,Affluent communities,S02002447,King's Park and Torbrex,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192694 +192694,S00133158,6a4,Ageing in Suburbia,S01013051,Broomridge - 05,4a,Challenged white communities,S02002445,Broomridge,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192695 +192695,S00133184,6a4,Ageing in Suburbia,S01013049,Broomridge - 03,8c,Comfortable suburbia,S02002445,Broomridge,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192696 +192696,S00133233,6a4,Ageing in Suburbia,S01013061,King's Park and Torbrex - 03,8a,Affluent communities,S02002447,King's Park and Torbrex,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192697 +192697,S00133234,6a4,Ageing in Suburbia,S01013061,King's Park and Torbrex - 03,8a,Affluent communities,S02002447,King's Park and Torbrex,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192698 +192698,S00133236,6a4,Ageing in Suburbia,S01013061,King's Park and Torbrex - 03,8a,Affluent communities,S02002447,King's Park and Torbrex,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192699 +192699,S00133238,6a4,Ageing in Suburbia,S01013062,King's Park and Torbrex - 04,8a,Affluent communities,S02002447,King's Park and Torbrex,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192700 +192700,S00133245,6a4,Ageing in Suburbia,S01013060,King's Park and Torbrex - 02,8a,Affluent communities,S02002447,King's Park and Torbrex,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192701 +192701,S00133250,6a4,Ageing in Suburbia,S01013063,King's Park and Torbrex - 05,3c,Highly qualified professionals,S02002447,King's Park and Torbrex,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192702 +192702,S00132608,6b2,White Suburban Communities,S01012659,Merryton and Meadowhill - 04,8c,Comfortable suburbia,S02002372,Merryton and Meadowhill,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192703 +192703,S00132626,6b2,White Suburban Communities,S01012601,Carluke West - 04,8b,Ageing suburbanites,S02002359,Carluke West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192704 +192704,S00133276,6a3,Detached Retirement Living,S01013082,Causewayhead - 03,8b,Ageing suburbanites,S02002452,Causewayhead,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192705 +192705,S00132635,6b2,White Suburban Communities,S01012943,Stewartfield West - 02,8c,Comfortable suburbia,S02002425,Stewartfield West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192706 +192706,S00132638,6b2,White Suburban Communities,S01012896,Nerston and EK Landward Area - 03,4d,Hard-pressed flat dwellers,S02002416,Nerston and EK Landward Area,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192707 +192707,S00133277,6a3,Detached Retirement Living,S01013082,Causewayhead - 03,8b,Ageing suburbanites,S02002452,Causewayhead,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192708 +192708,S00132694,6b2,White Suburban Communities,S01012955,Hairmyres and Westwood West - 03,8a,Affluent communities,S02002427,Hairmyres and Westwood West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192709 +192709,S00133583,6a4,Ageing in Suburbia,S01013082,Causewayhead - 03,8b,Ageing suburbanites,S02002452,Causewayhead,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192710 +192710,S00133281,6a3,Detached Retirement Living,S01013080,Causewayhead - 01,3c,Highly qualified professionals,S02002452,Causewayhead,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192711 +192711,S00133591,6a4,Ageing in Suburbia,S01013079,Cornton - 04,5a,Ageing urban communities,S02002451,Cornton,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192712 +192712,S00132702,6b2,White Suburban Communities,S01012953,Hairmyres and Westwood West - 01,8c,Comfortable suburbia,S02002427,Hairmyres and Westwood West,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192713 +192713,S00133311,6a3,Detached Retirement Living,S01013016,Kippen and Fintry - 02,2c,Remoter communities,S02002438,Kippen and Fintry,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192714 +192714,S00133610,6a4,Ageing in Suburbia,S01013095,Dunblane East - 02,8a,Affluent communities,S02002455,Dunblane East,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192715 +192715,S00132705,6b2,White Suburban Communities,S01012965,Crosshouse and Lindsayfield - 03,5a,Ageing urban communities,S02002429,Crosshouse and Lindsayfield,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192716 +192716,S00133313,6a3,Detached Retirement Living,S01013018,Kippen and Fintry - 04,2b,Prospering countryside life,S02002438,Kippen and Fintry,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192717 +192717,S00133618,6a4,Ageing in Suburbia,S01013116,Callander and Trossachs - 05,2a,Ageing rural neighbourhoods,S02002458,Callander and Trossachs,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192718 +192718,S00133632,6a4,Ageing in Suburbia,S01013032,Cowie - 04,5b,Aspiring urban households,S02002441,Cowie,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192719 +192719,S00133634,6a4,Ageing in Suburbia,S01013088,Bridge of Allan and University - 06,2b,Prospering countryside life,S02002453,Bridge of Allan and University,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192720 +192720,S00132947,8c1,Ageing Industrious Workers,S01013008,Blane Valley - 08,5c,Comfortable neighbourhoods,S02002436,Blane Valley,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192721 +192721,S00132948,8c1,Ageing Industrious Workers,S01013008,Blane Valley - 08,5c,Comfortable neighbourhoods,S02002436,Blane Valley,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192722 +192722,S00132974,8c1,Ageing Industrious Workers,S01013009,Balfron and Drymen - 01,5e,Primary sector workers,S02002437,Balfron and Drymen,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192723 +192723,S00132981,8c1,Ageing Industrious Workers,S01013012,Balfron and Drymen - 04,5e,Primary sector workers,S02002437,Balfron and Drymen,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192724 +192724,S00133023,8c1,Ageing Industrious Workers,S01013040,Bannockburn - 04,5c,Comfortable neighbourhoods,S02002443,Bannockburn,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192725 +192725,S00133045,8c1,Ageing Industrious Workers,S01013044,Hillpark - 03,4a,Challenged white communities,S02002444,Hillpark,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192726 +192726,S00133057,8c1,Ageing Industrious Workers,S01013085,Bridge of Allan and University - 03,3c,Highly qualified professionals,S02002453,Bridge of Allan and University,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192727 +192727,S00133147,8c1,Ageing Industrious Workers,S01013020,Cambusbarron - 02,5c,Comfortable neighbourhoods,S02002439,Cambusbarron,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192728 +192728,S00133336,8c1,Ageing Industrious Workers,S01013101,Dunblane West - 01,5c,Comfortable neighbourhoods,S02002456,Dunblane West,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192729 +192729,S00133415,8c1,Ageing Industrious Workers,S01013026,Plean and Rural SE - 02,5c,Comfortable neighbourhoods,S02002440,Plean and Rural SE,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192730 +192730,S00133441,8c1,Ageing Industrious Workers,S01013054,Borestone - 01,5e,Primary sector workers,S02002446,Borestone,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192731 +192731,S00133454,8c1,Ageing Industrious Workers,S01013017,Kippen and Fintry - 03,5c,Comfortable neighbourhoods,S02002438,Kippen and Fintry,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192732 +192732,S00133517,8c1,Ageing Industrious Workers,S01013041,Bannockburn - 05,5c,Comfortable neighbourhoods,S02002443,Bannockburn,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192733 +192733,S00133620,8c1,Ageing Industrious Workers,S01013112,Callander and Trossachs - 01,5e,Primary sector workers,S02002458,Callander and Trossachs,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192734 +192734,S00132884,1b3,Ageing Rural Flat Tenants,S01013054,Borestone - 01,5e,Primary sector workers,S02002446,Borestone,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192735 +192735,S00132890,1b3,Ageing Rural Flat Tenants,S01013111,Carse of Stirling - 06,2a,Ageing rural neighbourhoods,S02002457,Carse of Stirling,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192736 +192736,S00132891,1b3,Ageing Rural Flat Tenants,S01013111,Carse of Stirling - 06,2a,Ageing rural neighbourhoods,S02002457,Carse of Stirling,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192737 +192737,S00132899,1b3,Ageing Rural Flat Tenants,S01013109,Carse of Stirling - 04,2c,Remoter communities,S02002457,Carse of Stirling,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192738 +192738,S00132916,1b3,Ageing Rural Flat Tenants,S01013114,Callander and Trossachs - 03,2a,Ageing rural neighbourhoods,S02002458,Callander and Trossachs,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192739 +192739,S00132920,1b3,Ageing Rural Flat Tenants,S01013119,Highland - 03,2a,Ageing rural neighbourhoods,S02002459,Highland,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192740 +192740,S00132937,1b3,Ageing Rural Flat Tenants,S01013011,Balfron and Drymen - 03,2b,Prospering countryside life,S02002437,Balfron and Drymen,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192741 +192741,S00133117,7c2,Constrained Young Families,S01013057,Borestone - 04,4a,Challenged white communities,S02002446,Borestone,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192742 +192742,S00132709,6b2,White Suburban Communities,S01012963,Crosshouse and Lindsayfield - 01,8c,Comfortable suburbia,S02002429,Crosshouse and Lindsayfield,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192743 +192743,S00132719,6b2,White Suburban Communities,S01012966,Crosshouse and Lindsayfield - 04,5a,Ageing urban communities,S02002429,Crosshouse and Lindsayfield,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192744 +192744,S00132721,6b2,White Suburban Communities,S01012964,Crosshouse and Lindsayfield - 02,8c,Comfortable suburbia,S02002429,Crosshouse and Lindsayfield,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192745 +192745,S00132748,6b2,White Suburban Communities,S01012761,Blantyre South and Wheatlands - 03,4a,Challenged white communities,S02002392,Blantyre South and Wheatlands,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192746 +192746,S00132787,6b2,White Suburban Communities,S01012745,Earnock - 05,8b,Ageing suburbanites,S02002389,Earnock,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192747 +192747,S00133319,6a3,Detached Retirement Living,S01013102,Dunblane West - 02,8a,Affluent communities,S02002456,Dunblane West,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192748 +192748,S00132822,6b2,White Suburban Communities,S01012787,Burnbank Central and Udston - 07,5c,Comfortable neighbourhoods,S02002396,Burnbank Central and Udston,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192749 +192749,S00133322,6a3,Detached Retirement Living,S01013103,Dunblane West - 03,8c,Comfortable suburbia,S02002456,Dunblane West,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192750 +192750,S00132823,6b2,White Suburban Communities,S01012777,Burnbank North - 04,5b,Aspiring urban households,S02002395,Burnbank North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192751 +192751,S00133337,6a3,Detached Retirement Living,S01013104,Dunblane West - 04,8b,Ageing suburbanites,S02002456,Dunblane West,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192752 +192752,S00132827,6b2,White Suburban Communities,S01012777,Burnbank North - 04,5b,Aspiring urban households,S02002395,Burnbank North,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192753 +192753,S00133339,6a3,Detached Retirement Living,S01013104,Dunblane West - 04,8b,Ageing suburbanites,S02002456,Dunblane West,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192754 +192754,S00133340,6a3,Detached Retirement Living,S01013104,Dunblane West - 04,8b,Ageing suburbanites,S02002456,Dunblane West,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192755 +192755,S00133341,6a3,Detached Retirement Living,S01013104,Dunblane West - 04,8b,Ageing suburbanites,S02002456,Dunblane West,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192756 +192756,S00133343,6a3,Detached Retirement Living,S01013105,Dunblane West - 05,8a,Affluent communities,S02002456,Dunblane West,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192757 +192757,S00133344,6a3,Detached Retirement Living,S01013105,Dunblane West - 05,8a,Affluent communities,S02002456,Dunblane West,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192758 +192758,S00133348,6a3,Detached Retirement Living,S01013104,Dunblane West - 04,8b,Ageing suburbanites,S02002456,Dunblane West,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192759 +192759,S00133118,7c2,Constrained Young Families,S01013057,Borestone - 04,4a,Challenged white communities,S02002446,Borestone,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192760 +192760,S00132864,6b2,White Suburban Communities,S01012705,Eddlewood - 03,8c,Comfortable suburbia,S02002381,Eddlewood,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192761 +192761,S00132875,6b2,White Suburban Communities,S01012646,Lesmahagow - 05,8c,Comfortable suburbia,S02002369,Lesmahagow,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192762 +192762,S00132876,6b2,White Suburban Communities,S01012661,"Larkhall Central, Raploch, Millheugh and Burnhead - 02",5c,Comfortable neighbourhoods,S02002373,"Larkhall Central, Raploch, Millheugh and Burnhead",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192763 +192763,S00130175,8d1,Young Hard-Pressed Families,S01012826,Westburn and Newton - 06,4a,Challenged white communities,S02002403,Westburn and Newton,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192764 +192764,S00130181,8d1,Young Hard-Pressed Families,S01012829,Westburn and Newton - 09,4a,Challenged white communities,S02002403,Westburn and Newton,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192765 +192765,S00130266,8d1,Young Hard-Pressed Families,S01012832,Vicarland and Cairns - 03,5d,Endeavouring social renters,S02002404,Vicarland and Cairns,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192766 +192766,S00130552,8d1,Young Hard-Pressed Families,S01012890,Fernhill and Cathkin - 02,4a,Challenged white communities,S02002415,Fernhill and Cathkin,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192767 +192767,S00130559,8d1,Young Hard-Pressed Families,S01012826,Westburn and Newton - 06,4a,Challenged white communities,S02002403,Westburn and Newton,S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192768 +192768,S00130818,8d1,Young Hard-Pressed Families,S01012639,"Douglas, Coalburn and Rigside - 03",5d,Endeavouring social renters,S02002368,"Douglas, Coalburn and Rigside",S12000029,South Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,192769 +192769,S00133122,7c2,Constrained Young Families,S01013057,Borestone - 04,4a,Challenged white communities,S02002446,Borestone,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192770 +192770,S00133168,7c2,Constrained Young Families,S01013051,Broomridge - 05,4a,Challenged white communities,S02002445,Broomridge,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192771 +192771,S00133205,7c2,Constrained Young Families,S01013072,Raploch - 01,4a,Challenged white communities,S02002450,Raploch,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192772 +192772,S00133206,7c2,Constrained Young Families,S01013072,Raploch - 01,4a,Challenged white communities,S02002450,Raploch,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192773 +192773,S00133207,7c2,Constrained Young Families,S01013072,Raploch - 01,4a,Challenged white communities,S02002450,Raploch,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192774 +192774,S00133208,7c2,Constrained Young Families,S01013072,Raploch - 01,4a,Challenged white communities,S02002450,Raploch,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192775 +192775,S00133267,7c2,Constrained Young Families,S01013078,Cornton - 03,4d,Hard-pressed flat dwellers,S02002451,Cornton,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192776 +192776,S00133270,7c2,Constrained Young Families,S01013078,Cornton - 03,4d,Hard-pressed flat dwellers,S02002451,Cornton,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192777 +192777,S00133294,7c2,Constrained Young Families,S01013035,Fallin - 03,4a,Challenged white communities,S02002442,Fallin,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192778 +192778,S00133360,7c2,Constrained Young Families,S01013096,Dunblane East - 03,5a,Ageing urban communities,S02002455,Dunblane East,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192779 +192779,S00133424,7c2,Constrained Young Families,S01013022,Cambusbarron - 04,5c,Comfortable neighbourhoods,S02002439,Cambusbarron,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192780 +192780,S00133543,7c2,Constrained Young Families,S01013051,Broomridge - 05,4a,Challenged white communities,S02002445,Broomridge,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192781 +192781,S00133567,7c2,Constrained Young Families,S01013092,Forth - 03,3d,Households in terraces and flats,S02002454,Forth,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192782 +192782,S00133587,7c2,Constrained Young Families,S01013079,Cornton - 04,5a,Ageing urban communities,S02002451,Cornton,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192783 +192783,S00132926,5b1,Delayed Retirement,S01013006,Blane Valley - 06,2b,Prospering countryside life,S02002436,Blane Valley,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192784 +192784,S00132953,5b1,Delayed Retirement,S01013007,Blane Valley - 07,8a,Affluent communities,S02002436,Blane Valley,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192785 +192785,S00133049,5b1,Delayed Retirement,S01013089,Bridge of Allan and University - 07,3c,Highly qualified professionals,S02002453,Bridge of Allan and University,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192786 +192786,S00133075,5b1,Delayed Retirement,S01013086,Bridge of Allan and University - 04,3c,Highly qualified professionals,S02002453,Bridge of Allan and University,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192787 +192787,S00133079,5b1,Delayed Retirement,S01013087,Bridge of Allan and University - 05,3c,Highly qualified professionals,S02002453,Bridge of Allan and University,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192788 +192788,S00133081,5b1,Delayed Retirement,S01013087,Bridge of Allan and University - 05,3c,Highly qualified professionals,S02002453,Bridge of Allan and University,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192789 +192789,S00133082,5b1,Delayed Retirement,S01013087,Bridge of Allan and University - 05,3c,Highly qualified professionals,S02002453,Bridge of Allan and University,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192790 +192790,S00133083,5b1,Delayed Retirement,S01013048,Broomridge - 02,5b,Aspiring urban households,S02002445,Broomridge,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192791 +192791,S00133100,5b1,Delayed Retirement,S01013048,Broomridge - 02,5b,Aspiring urban households,S02002445,Broomridge,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192792 +192792,S00133102,5b1,Delayed Retirement,S01013048,Broomridge - 02,5b,Aspiring urban households,S02002445,Broomridge,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192793 +192793,S00133142,5b1,Delayed Retirement,S01013019,Cambusbarron - 01,2b,Prospering countryside life,S02002439,Cambusbarron,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192794 +192794,S00133231,5b1,Delayed Retirement,S01013090,Forth - 01,1a,Cosmopolitan student neighbourhoods,S02002454,Forth,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192795 +192795,S00133239,5b1,Delayed Retirement,S01013062,King's Park and Torbrex - 04,8a,Affluent communities,S02002447,King's Park and Torbrex,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192796 +192796,S00133243,5b1,Delayed Retirement,S01013062,King's Park and Torbrex - 04,8a,Affluent communities,S02002447,King's Park and Torbrex,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192797 +192797,S00133248,5b1,Delayed Retirement,S01013062,King's Park and Torbrex - 04,8a,Affluent communities,S02002447,King's Park and Torbrex,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192798 +192798,S00133249,5b1,Delayed Retirement,S01013062,King's Park and Torbrex - 04,8a,Affluent communities,S02002447,King's Park and Torbrex,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192799 +192799,S00133253,5b1,Delayed Retirement,S01013063,King's Park and Torbrex - 05,3c,Highly qualified professionals,S02002447,King's Park and Torbrex,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192800 +192800,S00133435,7a2,Hampered Aspiration,S01013022,Cambusbarron - 04,5c,Comfortable neighbourhoods,S02002439,Cambusbarron,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192801 +192801,S00133557,7a2,Hampered Aspiration,S01013070,City Centre - 04,1a,Cosmopolitan student neighbourhoods,S02002449,City Centre,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192802 +192802,S00133589,7a2,Hampered Aspiration,S01013079,Cornton - 04,5a,Ageing urban communities,S02002451,Cornton,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192803 +192803,S00133263,8d3,Hard-Pressed European Settlers,S01013077,Cornton - 02,4a,Challenged white communities,S02002451,Cornton,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192804 +192804,S00132967,8b2,Hard-Pressed Rented Terraces,S01013026,Plean and Rural SE - 02,5c,Comfortable neighbourhoods,S02002440,Plean and Rural SE,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192805 +192805,S00132969,8b2,Hard-Pressed Rented Terraces,S01013027,Plean and Rural SE - 03,4a,Challenged white communities,S02002440,Plean and Rural SE,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192806 +192806,S00132990,8b2,Hard-Pressed Rented Terraces,S01013029,Cowie - 01,4a,Challenged white communities,S02002441,Cowie,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192807 +192807,S00132993,8b2,Hard-Pressed Rented Terraces,S01013031,Cowie - 03,4a,Challenged white communities,S02002441,Cowie,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192808 +192808,S00133001,8b2,Hard-Pressed Rented Terraces,S01013030,Cowie - 02,4a,Challenged white communities,S02002441,Cowie,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192809 +192809,S00133003,8b2,Hard-Pressed Rented Terraces,S01013029,Cowie - 01,4a,Challenged white communities,S02002441,Cowie,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192810 +192810,S00133369,6a3,Detached Retirement Living,S01013107,Carse of Stirling - 02,2b,Prospering countryside life,S02002457,Carse of Stirling,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192811 +192811,S00133009,8b2,Hard-Pressed Rented Terraces,S01013041,Bannockburn - 05,5c,Comfortable neighbourhoods,S02002443,Bannockburn,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192812 +192812,S00133010,8b2,Hard-Pressed Rented Terraces,S01013041,Bannockburn - 05,5c,Comfortable neighbourhoods,S02002443,Bannockburn,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192813 +192813,S00133027,8b2,Hard-Pressed Rented Terraces,S01013043,Hillpark - 02,4a,Challenged white communities,S02002444,Hillpark,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192814 +192814,S00133370,6a3,Detached Retirement Living,S01013107,Carse of Stirling - 02,2b,Prospering countryside life,S02002457,Carse of Stirling,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192815 +192815,S00133048,2b1,Students and Commuters,S01013089,Bridge of Allan and University - 07,3c,Highly qualified professionals,S02002453,Bridge of Allan and University,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192816 +192816,S00133626,1c1,Rural Employment and Retirees,S01013120,Highland - 04,2a,Ageing rural neighbourhoods,S02002459,Highland,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192817 +192817,S00133028,8b2,Hard-Pressed Rented Terraces,S01013042,Hillpark - 01,5c,Comfortable neighbourhoods,S02002444,Hillpark,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192818 +192818,S00133374,6a3,Detached Retirement Living,S01013108,Carse of Stirling - 03,2d,Rural traits,S02002457,Carse of Stirling,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192819 +192819,S00133378,6a3,Detached Retirement Living,S01013116,Callander and Trossachs - 05,2a,Ageing rural neighbourhoods,S02002458,Callander and Trossachs,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192820 +192820,S00133408,6a3,Detached Retirement Living,S01013003,Blane Valley - 03,8a,Affluent communities,S02002436,Blane Valley,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192821 +192821,S00133410,6a3,Detached Retirement Living,S01013004,Blane Valley - 04,8b,Ageing suburbanites,S02002436,Blane Valley,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192822 +192822,S00133419,6a3,Detached Retirement Living,S01013009,Balfron and Drymen - 01,5e,Primary sector workers,S02002437,Balfron and Drymen,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192823 +192823,S00133507,6a3,Detached Retirement Living,S01013007,Blane Valley - 07,8a,Affluent communities,S02002436,Blane Valley,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192824 +192824,S00133551,6a3,Detached Retirement Living,S01013048,Broomridge - 02,5b,Aspiring urban households,S02002445,Broomridge,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192825 +192825,S00133585,6a3,Detached Retirement Living,S01013083,Bridge of Allan and University - 01,1a,Cosmopolitan student neighbourhoods,S02002453,Bridge of Allan and University,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192826 +192826,S00133066,5b3,Self-Sufficient Retirement,S01013089,Bridge of Allan and University - 07,3c,Highly qualified professionals,S02002453,Bridge of Allan and University,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192827 +192827,S00132930,1a4,Older Farming Communities,S01013001,Blane Valley - 01,2b,Prospering countryside life,S02002436,Blane Valley,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192828 +192828,S00133025,8c3,Renting Hard-Pressed Workers,S01013042,Hillpark - 01,5c,Comfortable neighbourhoods,S02002444,Hillpark,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192829 +192829,S00133611,6a3,Detached Retirement Living,S01013094,Dunblane East - 01,8b,Ageing suburbanites,S02002455,Dunblane East,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192830 +192830,S00133623,6a3,Detached Retirement Living,S01013114,Callander and Trossachs - 03,2a,Ageing rural neighbourhoods,S02002458,Callander and Trossachs,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192831 +192831,S00133097,1c3,Detached Rural Retirement,S01013066,Braehead - 03,5a,Ageing urban communities,S02002448,Braehead,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192832 +192832,S00133380,1c3,Detached Rural Retirement,S01013116,Callander and Trossachs - 05,2a,Ageing rural neighbourhoods,S02002458,Callander and Trossachs,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192833 +192833,S00133406,1c3,Detached Rural Retirement,S01013025,Plean and Rural SE - 01,2a,Ageing rural neighbourhoods,S02002440,Plean and Rural SE,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192834 +192834,S00133444,1c3,Detached Rural Retirement,S01013025,Plean and Rural SE - 01,2a,Ageing rural neighbourhoods,S02002440,Plean and Rural SE,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192835 +192835,S00133508,1c3,Detached Rural Retirement,S01013006,Blane Valley - 06,2b,Prospering countryside life,S02002436,Blane Valley,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192836 +192836,S00133128,7b1,Eastern European Communities,S01013055,Borestone - 02,4b,Constrained renters,S02002446,Borestone,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192837 +192837,S00133189,7b1,Eastern European Communities,S01013068,City Centre - 02,1a,Cosmopolitan student neighbourhoods,S02002449,City Centre,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192838 +192838,S00133191,7b1,Eastern European Communities,S01013068,City Centre - 02,1a,Cosmopolitan student neighbourhoods,S02002449,City Centre,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192839 +192839,S00133193,7b1,Eastern European Communities,S01013068,City Centre - 02,1a,Cosmopolitan student neighbourhoods,S02002449,City Centre,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192840 +192840,S00133213,7b1,Eastern European Communities,S01013073,Raploch - 02,4d,Hard-pressed flat dwellers,S02002450,Raploch,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192841 +192841,S00133219,7b1,Eastern European Communities,S01013075,Raploch - 04,4d,Hard-pressed flat dwellers,S02002450,Raploch,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192842 +192842,S00133223,7b1,Eastern European Communities,S01013075,Raploch - 04,4d,Hard-pressed flat dwellers,S02002450,Raploch,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192843 +192843,S00133447,7b1,Eastern European Communities,S01013074,Raploch - 03,4d,Hard-pressed flat dwellers,S02002450,Raploch,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192844 +192844,S00133018,7b3,Endeavouring Flat Dwellers,S01013038,Bannockburn - 02,4a,Challenged white communities,S02002443,Bannockburn,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192845 +192845,S00133133,7b3,Endeavouring Flat Dwellers,S01013055,Borestone - 02,4b,Constrained renters,S02002446,Borestone,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192846 +192846,S00133192,7b3,Endeavouring Flat Dwellers,S01013068,City Centre - 02,1a,Cosmopolitan student neighbourhoods,S02002449,City Centre,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192847 +192847,S00133458,8b2,Hard-Pressed Rented Terraces,S01013096,Dunblane East - 03,5a,Ageing urban communities,S02002455,Dunblane East,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192848 +192848,S00133185,2b1,Students and Commuters,S01013068,City Centre - 02,1a,Cosmopolitan student neighbourhoods,S02002449,City Centre,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192849 +192849,S00133030,8b2,Hard-Pressed Rented Terraces,S01013046,Hillpark - 05,4a,Challenged white communities,S02002444,Hillpark,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192850 +192850,S00133627,1c1,Rural Employment and Retirees,S01013120,Highland - 04,2a,Ageing rural neighbourhoods,S02002459,Highland,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192851 +192851,S00133220,7b3,Endeavouring Flat Dwellers,S01013075,Raploch - 04,4d,Hard-pressed flat dwellers,S02002450,Raploch,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192852 +192852,S00133330,7b3,Endeavouring Flat Dwellers,S01013101,Dunblane West - 01,5c,Comfortable neighbourhoods,S02002456,Dunblane West,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192853 +192853,S00132883,1a2,Established Farming Communities,S01013025,Plean and Rural SE - 01,2a,Ageing rural neighbourhoods,S02002440,Plean and Rural SE,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192854 +192854,S00132900,1a2,Established Farming Communities,S01013018,Kippen and Fintry - 04,2b,Prospering countryside life,S02002438,Kippen and Fintry,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192855 +192855,S00132911,1a2,Established Farming Communities,S01013097,Dunblane East - 04,2b,Prospering countryside life,S02002455,Dunblane East,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192856 +192856,S00132927,1a2,Established Farming Communities,S01013006,Blane Valley - 06,2b,Prospering countryside life,S02002436,Blane Valley,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192857 +192857,S00132932,1a2,Established Farming Communities,S01013010,Balfron and Drymen - 02,2c,Remoter communities,S02002437,Balfron and Drymen,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192858 +192858,S00132933,1a2,Established Farming Communities,S01013010,Balfron and Drymen - 02,2c,Remoter communities,S02002437,Balfron and Drymen,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192859 +192859,S00133438,1a2,Established Farming Communities,S01013111,Carse of Stirling - 06,2a,Ageing rural neighbourhoods,S02002457,Carse of Stirling,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192860 +192860,S00133443,1a2,Established Farming Communities,S01013014,Balfron and Drymen - 06,2d,Rural traits,S02002437,Balfron and Drymen,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192861 +192861,S00133058,5a3,Families in Terraces and Flats,S01013085,Bridge of Allan and University - 03,3c,Highly qualified professionals,S02002453,Bridge of Allan and University,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192862 +192862,S00133073,5a3,Families in Terraces and Flats,S01013086,Bridge of Allan and University - 04,3c,Highly qualified professionals,S02002453,Bridge of Allan and University,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192863 +192863,S00133131,5a3,Families in Terraces and Flats,S01013059,King's Park and Torbrex - 01,8a,Affluent communities,S02002447,King's Park and Torbrex,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192864 +192864,S00133225,5a3,Families in Terraces and Flats,S01013090,Forth - 01,1a,Cosmopolitan student neighbourhoods,S02002454,Forth,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192865 +192865,S00133226,5a3,Families in Terraces and Flats,S01013090,Forth - 01,1a,Cosmopolitan student neighbourhoods,S02002454,Forth,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192866 +192866,S00133486,5a3,Families in Terraces and Flats,S01013019,Cambusbarron - 01,2b,Prospering countryside life,S02002439,Cambusbarron,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192867 +192867,S00133487,5a3,Families in Terraces and Flats,S01013019,Cambusbarron - 01,2b,Prospering countryside life,S02002439,Cambusbarron,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192868 +192868,S00133545,5a3,Families in Terraces and Flats,S01013049,Broomridge - 03,8c,Comfortable suburbia,S02002445,Broomridge,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192869 +192869,S00133063,7a2,Hampered Aspiration,S01013089,Bridge of Allan and University - 07,3c,Highly qualified professionals,S02002453,Bridge of Allan and University,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192870 +192870,S00133098,7a2,Hampered Aspiration,S01013065,Braehead - 02,4d,Hard-pressed flat dwellers,S02002448,Braehead,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192871 +192871,S00133104,7a2,Hampered Aspiration,S01013066,Braehead - 03,5a,Ageing urban communities,S02002448,Braehead,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192872 +192872,S00133194,7a2,Hampered Aspiration,S01013069,City Centre - 03,1a,Cosmopolitan student neighbourhoods,S02002449,City Centre,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192873 +192873,S00133074,5b3,Self-Sufficient Retirement,S01013086,Bridge of Allan and University - 04,3c,Highly qualified professionals,S02002453,Bridge of Allan and University,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192874 +192874,S00133059,8c3,Renting Hard-Pressed Workers,S01013085,Bridge of Allan and University - 03,3c,Highly qualified professionals,S02002453,Bridge of Allan and University,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192875 +192875,S00132944,1a4,Older Farming Communities,S01013015,Kippen and Fintry - 01,2c,Remoter communities,S02002438,Kippen and Fintry,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192876 +192876,S00133186,2b1,Students and Commuters,S01013067,City Centre - 01,1a,Cosmopolitan student neighbourhoods,S02002449,City Centre,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192877 +192877,S00132886,1b1,Rural Life,S01013118,Highland - 02,2a,Ageing rural neighbourhoods,S02002459,Highland,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192878 +192878,S00133087,8c3,Renting Hard-Pressed Workers,S01013064,Braehead - 01,4a,Challenged white communities,S02002448,Braehead,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192879 +192879,S00132988,1a4,Older Farming Communities,S01013013,Balfron and Drymen - 05,2b,Prospering countryside life,S02002437,Balfron and Drymen,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192880 +192880,S00133085,5b3,Self-Sufficient Retirement,S01013049,Broomridge - 03,8c,Comfortable suburbia,S02002445,Broomridge,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192881 +192881,S00133031,8b2,Hard-Pressed Rented Terraces,S01013046,Hillpark - 05,4a,Challenged white communities,S02002444,Hillpark,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192882 +192882,S00133472,8b2,Hard-Pressed Rented Terraces,S01013064,Braehead - 01,4a,Challenged white communities,S02002448,Braehead,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192883 +192883,S00133093,8c3,Renting Hard-Pressed Workers,S01013065,Braehead - 02,4d,Hard-pressed flat dwellers,S02002448,Braehead,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192884 +192884,S00133612,8b2,Hard-Pressed Rented Terraces,S01013096,Dunblane East - 03,5a,Ageing urban communities,S02002455,Dunblane East,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192885 +192885,S00133113,8c3,Renting Hard-Pressed Workers,S01013057,Borestone - 04,4a,Challenged white communities,S02002446,Borestone,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192886 +192886,S00133187,2b1,Students and Commuters,S01013067,City Centre - 01,1a,Cosmopolitan student neighbourhoods,S02002449,City Centre,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192887 +192887,S00133416,6a1,Indian Tech Achievers,S01013026,Plean and Rural SE - 02,5c,Comfortable neighbourhoods,S02002440,Plean and Rural SE,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192888 +192888,S00133080,1a4,Older Farming Communities,S01013088,Bridge of Allan and University - 06,2b,Prospering countryside life,S02002453,Bridge of Allan and University,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192889 +192889,S00133114,8c3,Renting Hard-Pressed Workers,S01013056,Borestone - 03,4a,Challenged white communities,S02002446,Borestone,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192890 +192890,S00133086,5b3,Self-Sufficient Retirement,S01013049,Broomridge - 03,8c,Comfortable suburbia,S02002445,Broomridge,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192891 +192891,S00132897,1b1,Rural Life,S01013109,Carse of Stirling - 04,2c,Remoter communities,S02002457,Carse of Stirling,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192892 +192892,S00133197,2b1,Students and Commuters,S01013071,City Centre - 05,1a,Cosmopolitan student neighbourhoods,S02002449,City Centre,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192893 +192893,S00133032,8b2,Hard-Pressed Rented Terraces,S01013046,Hillpark - 05,4a,Challenged white communities,S02002444,Hillpark,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192894 +192894,S00132922,8a2,Industrious Hardship,S01013121,Highland - 05,2a,Ageing rural neighbourhoods,S02002459,Highland,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192895 +192895,S00133418,1a4,Older Farming Communities,S01013010,Balfron and Drymen - 02,2c,Remoter communities,S02002437,Balfron and Drymen,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192896 +192896,S00133130,8c3,Renting Hard-Pressed Workers,S01013055,Borestone - 02,4b,Constrained renters,S02002446,Borestone,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192897 +192897,S00133101,5b3,Self-Sufficient Retirement,S01013048,Broomridge - 02,5b,Aspiring urban households,S02002445,Broomridge,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192898 +192898,S00132898,1b1,Rural Life,S01013109,Carse of Stirling - 04,2c,Remoter communities,S02002457,Carse of Stirling,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192899 +192899,S00133199,2b1,Students and Commuters,S01013070,City Centre - 04,1a,Cosmopolitan student neighbourhoods,S02002449,City Centre,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192900 +192900,S00133035,8b2,Hard-Pressed Rented Terraces,S01013045,Hillpark - 04,5c,Comfortable neighbourhoods,S02002444,Hillpark,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192901 +192901,S00133461,1a4,Older Farming Communities,S01013116,Callander and Trossachs - 05,2a,Ageing rural neighbourhoods,S02002458,Callander and Trossachs,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192902 +192902,S00133538,1a4,Older Farming Communities,S01013059,King's Park and Torbrex - 01,8a,Affluent communities,S02002447,King's Park and Torbrex,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192903 +192903,S00133629,1a4,Older Farming Communities,S01013005,Blane Valley - 05,2a,Ageing rural neighbourhoods,S02002436,Blane Valley,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192904 +192904,S00133013,6b4,Older Workers and Retirement,S01013037,Bannockburn - 01,5a,Ageing urban communities,S02002443,Bannockburn,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192905 +192905,S00133019,6b4,Older Workers and Retirement,S01013037,Bannockburn - 01,5a,Ageing urban communities,S02002443,Bannockburn,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192906 +192906,S00133051,6b4,Older Workers and Retirement,S01013084,Bridge of Allan and University - 02,8b,Ageing suburbanites,S02002453,Bridge of Allan and University,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192907 +192907,S00133103,6b4,Older Workers and Retirement,S01013048,Broomridge - 02,5b,Aspiring urban households,S02002445,Broomridge,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192908 +192908,S00133145,6b4,Older Workers and Retirement,S01013024,Cambusbarron - 06,8b,Ageing suburbanites,S02002439,Cambusbarron,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192909 +192909,S00133280,6b4,Older Workers and Retirement,S01013081,Causewayhead - 02,8c,Comfortable suburbia,S02002452,Causewayhead,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192910 +192910,S00133433,6b4,Older Workers and Retirement,S01013047,Broomridge - 01,8c,Comfortable suburbia,S02002445,Broomridge,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192911 +192911,S00133442,6b4,Older Workers and Retirement,S01013054,Borestone - 01,5e,Primary sector workers,S02002446,Borestone,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192912 +192912,S00133532,6b4,Older Workers and Retirement,S01013049,Broomridge - 03,8c,Comfortable suburbia,S02002445,Broomridge,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192913 +192913,S00133540,6b4,Older Workers and Retirement,S01013058,Borestone - 05,8c,Comfortable suburbia,S02002446,Borestone,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192914 +192914,S00133547,6b4,Older Workers and Retirement,S01013047,Broomridge - 01,8c,Comfortable suburbia,S02002445,Broomridge,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192915 +192915,S00133550,6b4,Older Workers and Retirement,S01013047,Broomridge - 01,8c,Comfortable suburbia,S02002445,Broomridge,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192916 +192916,S00133596,6b4,Older Workers and Retirement,S01013033,Fallin - 01,5c,Comfortable neighbourhoods,S02002442,Fallin,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192917 +192917,S00132893,7c3,Outer City Hardship,S01013017,Kippen and Fintry - 03,5c,Comfortable neighbourhoods,S02002438,Kippen and Fintry,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192918 +192918,S00133095,7c3,Outer City Hardship,S01013065,Braehead - 02,4d,Hard-pressed flat dwellers,S02002448,Braehead,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192919 +192919,S00133096,7c3,Outer City Hardship,S01013065,Braehead - 02,4d,Hard-pressed flat dwellers,S02002448,Braehead,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192920 +192920,S00133127,7c3,Outer City Hardship,S01013056,Borestone - 03,4a,Challenged white communities,S02002446,Borestone,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192921 +192921,S00133159,7c3,Outer City Hardship,S01013054,Borestone - 01,5e,Primary sector workers,S02002446,Borestone,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192922 +192922,S00133182,7c3,Outer City Hardship,S01013053,Broomridge - 07,4d,Hard-pressed flat dwellers,S02002445,Broomridge,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192923 +192923,S00133204,7c3,Outer City Hardship,S01013072,Raploch - 01,4a,Challenged white communities,S02002450,Raploch,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192924 +192924,S00133218,7c3,Outer City Hardship,S01013075,Raploch - 04,4d,Hard-pressed flat dwellers,S02002450,Raploch,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192925 +192925,S00133227,7c3,Outer City Hardship,S01013092,Forth - 03,3d,Households in terraces and flats,S02002454,Forth,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192926 +192926,S00133327,7c3,Outer City Hardship,S01013101,Dunblane West - 01,5c,Comfortable neighbourhoods,S02002456,Dunblane West,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192927 +192927,S00133338,7c3,Outer City Hardship,S01013101,Dunblane West - 01,5c,Comfortable neighbourhoods,S02002456,Dunblane West,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192928 +192928,S00133375,7c3,Outer City Hardship,S01013108,Carse of Stirling - 03,2d,Rural traits,S02002457,Carse of Stirling,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192929 +192929,S00133427,7c3,Outer City Hardship,S01013038,Bannockburn - 02,4a,Challenged white communities,S02002443,Bannockburn,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192930 +192930,S00133498,7c3,Outer City Hardship,S01013112,Callander and Trossachs - 01,5e,Primary sector workers,S02002458,Callander and Trossachs,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192931 +192931,S00133537,7c3,Outer City Hardship,S01013057,Borestone - 04,4a,Challenged white communities,S02002446,Borestone,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192932 +192932,S00133544,7c3,Outer City Hardship,S01013051,Broomridge - 05,4a,Challenged white communities,S02002445,Broomridge,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192933 +192933,S00133597,7c3,Outer City Hardship,S01013033,Fallin - 01,5c,Comfortable neighbourhoods,S02002442,Fallin,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192934 +192934,S00133602,7c3,Outer City Hardship,S01013102,Dunblane West - 02,8a,Affluent communities,S02002456,Dunblane West,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192935 +192935,S00133619,7c3,Outer City Hardship,S01013115,Callander and Trossachs - 04,5a,Ageing urban communities,S02002458,Callander and Trossachs,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192936 +192936,S00133210,2c3,Professional Service Cosmopolitans,S01013073,Raploch - 02,4d,Hard-pressed flat dwellers,S02002450,Raploch,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192937 +192937,S00133450,2c3,Professional Service Cosmopolitans,S01013091,Forth - 02,1a,Cosmopolitan student neighbourhoods,S02002454,Forth,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192938 +192938,S00133570,2c3,Professional Service Cosmopolitans,S01013092,Forth - 03,3d,Households in terraces and flats,S02002454,Forth,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192939 +192939,S00133571,2c3,Professional Service Cosmopolitans,S01013060,King's Park and Torbrex - 02,8a,Affluent communities,S02002447,King's Park and Torbrex,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192940 +192940,S00132965,8c3,Renting Hard-Pressed Workers,S01013026,Plean and Rural SE - 02,5c,Comfortable neighbourhoods,S02002440,Plean and Rural SE,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192941 +192941,S00132968,8c3,Renting Hard-Pressed Workers,S01013027,Plean and Rural SE - 03,4a,Challenged white communities,S02002440,Plean and Rural SE,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192942 +192942,S00132970,8c3,Renting Hard-Pressed Workers,S01013027,Plean and Rural SE - 03,4a,Challenged white communities,S02002440,Plean and Rural SE,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192943 +192943,S00132972,8c3,Renting Hard-Pressed Workers,S01013027,Plean and Rural SE - 03,4a,Challenged white communities,S02002440,Plean and Rural SE,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192944 +192944,S00132983,8c3,Renting Hard-Pressed Workers,S01013012,Balfron and Drymen - 04,5e,Primary sector workers,S02002437,Balfron and Drymen,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192945 +192945,S00132994,8c3,Renting Hard-Pressed Workers,S01013031,Cowie - 03,4a,Challenged white communities,S02002441,Cowie,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192946 +192946,S00133132,8c3,Renting Hard-Pressed Workers,S01013055,Borestone - 02,4b,Constrained renters,S02002446,Borestone,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192947 +192947,S00133107,5b3,Self-Sufficient Retirement,S01013050,Broomridge - 04,4a,Challenged white communities,S02002445,Broomridge,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192948 +192948,S00132942,1b1,Rural Life,S01013015,Kippen and Fintry - 01,2c,Remoter communities,S02002438,Kippen and Fintry,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192949 +192949,S00133036,8b2,Hard-Pressed Rented Terraces,S01013045,Hillpark - 04,5c,Comfortable neighbourhoods,S02002444,Hillpark,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192950 +192950,S00132998,8a2,Industrious Hardship,S01013030,Cowie - 02,4a,Challenged white communities,S02002441,Cowie,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192951 +192951,S00132977,1b1,Rural Life,S01013009,Balfron and Drymen - 01,5e,Primary sector workers,S02002437,Balfron and Drymen,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192952 +192952,S00133148,8c3,Renting Hard-Pressed Workers,S01013022,Cambusbarron - 04,5c,Comfortable neighbourhoods,S02002439,Cambusbarron,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192953 +192953,S00133164,5b3,Self-Sufficient Retirement,S01013052,Broomridge - 06,5c,Comfortable neighbourhoods,S02002445,Broomridge,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192954 +192954,S00133200,2b1,Students and Commuters,S01013071,City Centre - 05,1a,Cosmopolitan student neighbourhoods,S02002449,City Centre,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192955 +192955,S00133037,8b2,Hard-Pressed Rented Terraces,S01013043,Hillpark - 02,4a,Challenged white communities,S02002444,Hillpark,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192956 +192956,S00133229,5b3,Self-Sufficient Retirement,S01013092,Forth - 03,3d,Households in terraces and flats,S02002454,Forth,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192957 +192957,S00132999,8a2,Industrious Hardship,S01013030,Cowie - 02,4a,Challenged white communities,S02002441,Cowie,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192958 +192958,S00133201,2b1,Students and Commuters,S01013070,City Centre - 04,1a,Cosmopolitan student neighbourhoods,S02002449,City Centre,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192959 +192959,S00133007,1b1,Rural Life,S01013042,Hillpark - 01,5c,Comfortable neighbourhoods,S02002444,Hillpark,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192960 +192960,S00133177,8c3,Renting Hard-Pressed Workers,S01013055,Borestone - 02,4b,Constrained renters,S02002446,Borestone,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192961 +192961,S00133041,8b2,Hard-Pressed Rented Terraces,S01013044,Hillpark - 03,4a,Challenged white communities,S02002444,Hillpark,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192962 +192962,S00133242,5b3,Self-Sufficient Retirement,S01013059,King's Park and Torbrex - 01,8a,Affluent communities,S02002447,King's Park and Torbrex,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192963 +192963,S00133000,8a2,Industrious Hardship,S01013030,Cowie - 02,4a,Challenged white communities,S02002441,Cowie,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192964 +192964,S00133202,2b1,Students and Commuters,S01013071,City Centre - 05,1a,Cosmopolitan student neighbourhoods,S02002449,City Centre,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192965 +192965,S00133314,1b1,Rural Life,S01013018,Kippen and Fintry - 04,2b,Prospering countryside life,S02002438,Kippen and Fintry,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192966 +192966,S00133289,8c3,Renting Hard-Pressed Workers,S01013036,Fallin - 04,4a,Challenged white communities,S02002442,Fallin,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192967 +192967,S00133389,1b1,Rural Life,S01013113,Callander and Trossachs - 02,5e,Primary sector workers,S02002458,Callander and Trossachs,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192968 +192968,S00133244,5b3,Self-Sufficient Retirement,S01013060,King's Park and Torbrex - 02,8a,Affluent communities,S02002447,King's Park and Torbrex,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192969 +192969,S00133042,8b2,Hard-Pressed Rented Terraces,S01013044,Hillpark - 03,4a,Challenged white communities,S02002444,Hillpark,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192970 +192970,S00133026,8a2,Industrious Hardship,S01013043,Hillpark - 02,4a,Challenged white communities,S02002444,Hillpark,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192971 +192971,S00133292,8c3,Renting Hard-Pressed Workers,S01013035,Fallin - 03,4a,Challenged white communities,S02002442,Fallin,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192972 +192972,S00133224,2b1,Students and Commuters,S01013090,Forth - 01,1a,Cosmopolitan student neighbourhoods,S02002454,Forth,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192973 +192973,S00133393,1b1,Rural Life,S01013032,Cowie - 04,5b,Aspiring urban households,S02002441,Cowie,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192974 +192974,S00133260,5b3,Self-Sufficient Retirement,S01013081,Causewayhead - 02,8c,Comfortable suburbia,S02002452,Causewayhead,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192975 +192975,S00133044,8b2,Hard-Pressed Rented Terraces,S01013044,Hillpark - 03,4a,Challenged white communities,S02002444,Hillpark,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192976 +192976,S00133254,2b1,Students and Commuters,S01013091,Forth - 02,1a,Cosmopolitan student neighbourhoods,S02002454,Forth,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192977 +192977,S00133109,8a2,Industrious Hardship,S01013056,Borestone - 03,4a,Challenged white communities,S02002446,Borestone,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192978 +192978,S00133084,8b2,Hard-Pressed Rented Terraces,S01013064,Braehead - 01,4a,Challenged white communities,S02002448,Braehead,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192979 +192979,S00133255,2b1,Students and Commuters,S01013067,City Centre - 01,1a,Cosmopolitan student neighbourhoods,S02002449,City Centre,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192980 +192980,S00133476,2b1,Students and Commuters,S01013071,City Centre - 05,1a,Cosmopolitan student neighbourhoods,S02002449,City Centre,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192981 +192981,S00133553,2b1,Students and Commuters,S01013067,City Centre - 01,1a,Cosmopolitan student neighbourhoods,S02002449,City Centre,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192982 +192982,S00133554,2b1,Students and Commuters,S01013069,City Centre - 03,1a,Cosmopolitan student neighbourhoods,S02002449,City Centre,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192983 +192983,S00133555,2b1,Students and Commuters,S01013069,City Centre - 03,1a,Cosmopolitan student neighbourhoods,S02002449,City Centre,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192984 +192984,S00133559,2b1,Students and Commuters,S01013071,City Centre - 05,1a,Cosmopolitan student neighbourhoods,S02002449,City Centre,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192985 +192985,S00133560,2b1,Students and Commuters,S01013070,City Centre - 04,1a,Cosmopolitan student neighbourhoods,S02002449,City Centre,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192986 +192986,S00133561,2b1,Students and Commuters,S01013090,Forth - 01,1a,Cosmopolitan student neighbourhoods,S02002454,Forth,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192987 +192987,S00133563,2b1,Students and Commuters,S01013090,Forth - 01,1a,Cosmopolitan student neighbourhoods,S02002454,Forth,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192988 +192988,S00133569,2b1,Students and Commuters,S01013091,Forth - 02,1a,Cosmopolitan student neighbourhoods,S02002454,Forth,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192989 +192989,S00133578,2b1,Students and Commuters,S01013067,City Centre - 01,1a,Cosmopolitan student neighbourhoods,S02002449,City Centre,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192990 +192990,S00133579,2b1,Students and Commuters,S01013067,City Centre - 01,1a,Cosmopolitan student neighbourhoods,S02002449,City Centre,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192991 +192991,S00133190,2a3,Students and Professionals,S01013068,City Centre - 02,1a,Cosmopolitan student neighbourhoods,S02002449,City Centre,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192992 +192992,S00133195,2a3,Students and Professionals,S01013069,City Centre - 03,1a,Cosmopolitan student neighbourhoods,S02002449,City Centre,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192993 +192993,S00133196,2a3,Students and Professionals,S01013069,City Centre - 03,1a,Cosmopolitan student neighbourhoods,S02002449,City Centre,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192994 +192994,S00133198,2a3,Students and Professionals,S01013069,City Centre - 03,1a,Cosmopolitan student neighbourhoods,S02002449,City Centre,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192995 +192995,S00133203,2a3,Students and Professionals,S01013071,City Centre - 05,1a,Cosmopolitan student neighbourhoods,S02002449,City Centre,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192996 +192996,S00133232,2a3,Students and Professionals,S01013090,Forth - 01,1a,Cosmopolitan student neighbourhoods,S02002454,Forth,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192997 +192997,S00133318,8c3,Renting Hard-Pressed Workers,S01013101,Dunblane West - 01,5c,Comfortable neighbourhoods,S02002456,Dunblane West,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192998 +192998,S00133284,5b3,Self-Sufficient Retirement,S01013080,Causewayhead - 01,3c,Highly qualified professionals,S02002452,Causewayhead,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,192999 +192999,S00133412,1b1,Rural Life,S01013004,Blane Valley - 04,8b,Ageing suburbanites,S02002436,Blane Valley,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193000 +193000,S00133552,2a3,Students and Professionals,S01013067,City Centre - 01,1a,Cosmopolitan student neighbourhoods,S02002449,City Centre,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193001 +193001,S00133556,2a3,Students and Professionals,S01013070,City Centre - 04,1a,Cosmopolitan student neighbourhoods,S02002449,City Centre,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193002 +193002,S00133181,7a1,Transitional Eastern European Neighbourhoods,S01013053,Broomridge - 07,4d,Hard-pressed flat dwellers,S02002445,Broomridge,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193003 +193003,S00133212,7a1,Transitional Eastern European Neighbourhoods,S01013073,Raploch - 02,4d,Hard-pressed flat dwellers,S02002450,Raploch,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193004 +193004,S00133215,7a1,Transitional Eastern European Neighbourhoods,S01013074,Raploch - 03,4d,Hard-pressed flat dwellers,S02002450,Raploch,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193005 +193005,S00133217,7a1,Transitional Eastern European Neighbourhoods,S01013074,Raploch - 03,4d,Hard-pressed flat dwellers,S02002450,Raploch,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193006 +193006,S00133261,7a1,Transitional Eastern European Neighbourhoods,S01013077,Cornton - 02,4a,Challenged white communities,S02002451,Cornton,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193007 +193007,S00133264,7a1,Transitional Eastern European Neighbourhoods,S01013077,Cornton - 02,4a,Challenged white communities,S02002451,Cornton,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193008 +193008,S00133268,7a1,Transitional Eastern European Neighbourhoods,S01013078,Cornton - 03,4d,Hard-pressed flat dwellers,S02002451,Cornton,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193009 +193009,S00133269,7a1,Transitional Eastern European Neighbourhoods,S01013078,Cornton - 03,4d,Hard-pressed flat dwellers,S02002451,Cornton,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193010 +193010,S00133440,7a1,Transitional Eastern European Neighbourhoods,S01013055,Borestone - 02,4b,Constrained renters,S02002446,Borestone,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193011 +193011,S00133477,7a1,Transitional Eastern European Neighbourhoods,S01013075,Raploch - 04,4d,Hard-pressed flat dwellers,S02002450,Raploch,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193012 +193012,S00133497,7a1,Transitional Eastern European Neighbourhoods,S01013114,Callander and Trossachs - 03,2a,Ageing rural neighbourhoods,S02002458,Callander and Trossachs,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193013 +193013,S00133536,7a1,Transitional Eastern European Neighbourhoods,S01013056,Borestone - 03,4a,Challenged white communities,S02002446,Borestone,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193014 +193014,S00133558,7a1,Transitional Eastern European Neighbourhoods,S01013068,City Centre - 02,1a,Cosmopolitan student neighbourhoods,S02002449,City Centre,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193015 +193015,S00133046,5a1,White Professionals,S01013047,Broomridge - 01,8c,Comfortable suburbia,S02002445,Broomridge,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193016 +193016,S00133228,5a1,White Professionals,S01013092,Forth - 03,3d,Households in terraces and flats,S02002454,Forth,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193017 +193017,S00133353,5a1,White Professionals,S01013099,Dunblane East - 06,3c,Highly qualified professionals,S02002455,Dunblane East,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193018 +193018,S00133534,5a1,White Professionals,S01013066,Braehead - 03,5a,Ageing urban communities,S02002448,Braehead,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193019 +193019,S00133598,5a1,White Professionals,S01013033,Fallin - 01,5c,Comfortable neighbourhoods,S02002442,Fallin,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193020 +193020,S00132989,6b2,White Suburban Communities,S01013011,Balfron and Drymen - 03,2b,Prospering countryside life,S02002437,Balfron and Drymen,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193021 +193021,S00133111,8a2,Industrious Hardship,S01013056,Borestone - 03,4a,Challenged white communities,S02002446,Borestone,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193022 +193022,S00133115,8a2,Industrious Hardship,S01013055,Borestone - 02,4b,Constrained renters,S02002446,Borestone,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193023 +193023,S00133116,8a2,Industrious Hardship,S01013056,Borestone - 03,4a,Challenged white communities,S02002446,Borestone,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193024 +193024,S00133136,8a2,Industrious Hardship,S01013021,Cambusbarron - 03,5d,Endeavouring social renters,S02002439,Cambusbarron,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193025 +193025,S00133138,8a2,Industrious Hardship,S01013021,Cambusbarron - 03,5d,Endeavouring social renters,S02002439,Cambusbarron,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193026 +193026,S00133303,5b3,Self-Sufficient Retirement,S01013014,Balfron and Drymen - 06,2d,Rural traits,S02002437,Balfron and Drymen,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193027 +193027,S00133366,8c3,Renting Hard-Pressed Workers,S01013106,Carse of Stirling - 01,5c,Comfortable neighbourhoods,S02002457,Carse of Stirling,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193028 +193028,S00133160,8a2,Industrious Hardship,S01013044,Hillpark - 03,4a,Challenged white communities,S02002444,Hillpark,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193029 +193029,S00133480,1b1,Rural Life,S01013110,Carse of Stirling - 05,2c,Remoter communities,S02002457,Carse of Stirling,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193030 +193030,S00133431,8c3,Renting Hard-Pressed Workers,S01013046,Hillpark - 05,4a,Challenged white communities,S02002444,Hillpark,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193031 +193031,S00133088,8b2,Hard-Pressed Rented Terraces,S01013066,Braehead - 03,5a,Ageing urban communities,S02002448,Braehead,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193032 +193032,S00133282,8a2,Industrious Hardship,S01013080,Causewayhead - 01,3c,Highly qualified professionals,S02002452,Causewayhead,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193033 +193033,S00133513,8c3,Renting Hard-Pressed Workers,S01013038,Bannockburn - 02,4a,Challenged white communities,S02002443,Bannockburn,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193034 +193034,S00133485,1b1,Rural Life,S01013109,Carse of Stirling - 04,2c,Remoter communities,S02002457,Carse of Stirling,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193035 +193035,S00133089,8b2,Hard-Pressed Rented Terraces,S01013064,Braehead - 01,4a,Challenged white communities,S02002448,Braehead,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193036 +193036,S00133304,5b3,Self-Sufficient Retirement,S01013014,Balfron and Drymen - 06,2d,Rural traits,S02002437,Balfron and Drymen,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193037 +193037,S00133296,8a2,Industrious Hardship,S01013034,Fallin - 02,4a,Challenged white communities,S02002442,Fallin,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193038 +193038,S00133525,8c3,Renting Hard-Pressed Workers,S01013045,Hillpark - 04,5c,Comfortable neighbourhoods,S02002444,Hillpark,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193039 +193039,S00133631,1b1,Rural Life,S01013032,Cowie - 04,5b,Aspiring urban households,S02002441,Cowie,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193040 +193040,S00132908,1b2,Rural White-Collar Workers,S01013093,Forth - 04,2b,Prospering countryside life,S02002454,Forth,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193041 +193041,S00132931,1b2,Rural White-Collar Workers,S01013010,Balfron and Drymen - 02,2c,Remoter communities,S02002437,Balfron and Drymen,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193042 +193042,S00132976,1b2,Rural White-Collar Workers,S01013009,Balfron and Drymen - 01,5e,Primary sector workers,S02002437,Balfron and Drymen,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193043 +193043,S00133006,1b2,Rural White-Collar Workers,S01013042,Hillpark - 01,5c,Comfortable neighbourhoods,S02002444,Hillpark,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193044 +193044,S00133364,1b2,Rural White-Collar Workers,S01013118,Highland - 02,2a,Ageing rural neighbourhoods,S02002459,Highland,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193045 +193045,S00133379,1b2,Rural White-Collar Workers,S01013116,Callander and Trossachs - 05,2a,Ageing rural neighbourhoods,S02002458,Callander and Trossachs,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193046 +193046,S00133404,1b2,Rural White-Collar Workers,S01013001,Blane Valley - 01,2b,Prospering countryside life,S02002436,Blane Valley,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193047 +193047,S00133425,1b2,Rural White-Collar Workers,S01013025,Plean and Rural SE - 01,2a,Ageing rural neighbourhoods,S02002440,Plean and Rural SE,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193048 +193048,S00133490,1b2,Rural White-Collar Workers,S01013097,Dunblane East - 04,2b,Prospering countryside life,S02002455,Dunblane East,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193049 +193049,S00133506,1b2,Rural White-Collar Workers,S01013006,Blane Valley - 06,2b,Prospering countryside life,S02002436,Blane Valley,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193050 +193050,S00132896,1a1,Rural Workers and Families,S01013110,Carse of Stirling - 05,2c,Remoter communities,S02002457,Carse of Stirling,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193051 +193051,S00132901,1a1,Rural Workers and Families,S01013109,Carse of Stirling - 04,2c,Remoter communities,S02002457,Carse of Stirling,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193052 +193052,S00132902,1a1,Rural Workers and Families,S01013109,Carse of Stirling - 04,2c,Remoter communities,S02002457,Carse of Stirling,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193053 +193053,S00132910,1a1,Rural Workers and Families,S01013097,Dunblane East - 04,2b,Prospering countryside life,S02002455,Dunblane East,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193054 +193054,S00132912,1a1,Rural Workers and Families,S01013108,Carse of Stirling - 03,2d,Rural traits,S02002457,Carse of Stirling,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193055 +193055,S00132941,1a1,Rural Workers and Families,S01013005,Blane Valley - 05,2a,Ageing rural neighbourhoods,S02002436,Blane Valley,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193056 +193056,S00132945,1a1,Rural Workers and Families,S01013015,Kippen and Fintry - 01,2c,Remoter communities,S02002438,Kippen and Fintry,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193057 +193057,S00133307,1a1,Rural Workers and Families,S01013016,Kippen and Fintry - 02,2c,Remoter communities,S02002438,Kippen and Fintry,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193058 +193058,S00133422,1a1,Rural Workers and Families,S01013019,Cambusbarron - 01,2b,Prospering countryside life,S02002439,Cambusbarron,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193059 +193059,S00133445,1a1,Rural Workers and Families,S01013111,Carse of Stirling - 06,2a,Ageing rural neighbourhoods,S02002457,Carse of Stirling,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193060 +193060,S00133464,1a1,Rural Workers and Families,S01013088,Bridge of Allan and University - 06,2b,Prospering countryside life,S02002453,Bridge of Allan and University,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193061 +193061,S00133484,1a1,Rural Workers and Families,S01013109,Carse of Stirling - 04,2c,Remoter communities,S02002457,Carse of Stirling,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193062 +193062,S00133510,1a1,Rural Workers and Families,S01013015,Kippen and Fintry - 01,2c,Remoter communities,S02002438,Kippen and Fintry,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193063 +193063,S00133628,1a1,Rural Workers and Families,S01013005,Blane Valley - 05,2a,Ageing rural neighbourhoods,S02002436,Blane Valley,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193064 +193064,S00132889,5b3,Self-Sufficient Retirement,S01013117,Highland - 01,5e,Primary sector workers,S02002459,Highland,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193065 +193065,S00132904,5b3,Self-Sufficient Retirement,S01013093,Forth - 04,2b,Prospering countryside life,S02002454,Forth,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193066 +193066,S00132952,5b3,Self-Sufficient Retirement,S01013008,Blane Valley - 08,5c,Comfortable neighbourhoods,S02002436,Blane Valley,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193067 +193067,S00132955,5b3,Self-Sufficient Retirement,S01013006,Blane Valley - 06,2b,Prospering countryside life,S02002436,Blane Valley,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193068 +193068,S00132975,5b3,Self-Sufficient Retirement,S01013009,Balfron and Drymen - 01,5e,Primary sector workers,S02002437,Balfron and Drymen,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193069 +193069,S00132979,5b3,Self-Sufficient Retirement,S01013012,Balfron and Drymen - 04,5e,Primary sector workers,S02002437,Balfron and Drymen,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193070 +193070,S00133008,5b3,Self-Sufficient Retirement,S01013041,Bannockburn - 05,5c,Comfortable neighbourhoods,S02002443,Bannockburn,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193071 +193071,S00133012,5b3,Self-Sufficient Retirement,S01013040,Bannockburn - 04,5c,Comfortable neighbourhoods,S02002443,Bannockburn,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193072 +193072,S00133034,5b3,Self-Sufficient Retirement,S01013045,Hillpark - 04,5c,Comfortable neighbourhoods,S02002444,Hillpark,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193073 +193073,S00133062,5b3,Self-Sufficient Retirement,S01013089,Bridge of Allan and University - 07,3c,Highly qualified professionals,S02002453,Bridge of Allan and University,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193074 +193074,S00133064,5b3,Self-Sufficient Retirement,S01013089,Bridge of Allan and University - 07,3c,Highly qualified professionals,S02002453,Bridge of Allan and University,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193075 +193075,S00133090,8b2,Hard-Pressed Rented Terraces,S01013064,Braehead - 01,4a,Challenged white communities,S02002448,Braehead,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193076 +193076,S00133584,8c3,Renting Hard-Pressed Workers,S01013078,Cornton - 03,4d,Hard-pressed flat dwellers,S02002451,Cornton,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193077 +193077,S00133300,8a2,Industrious Hardship,S01013034,Fallin - 02,4a,Challenged white communities,S02002442,Fallin,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193078 +193078,S00133091,8b2,Hard-Pressed Rented Terraces,S01013065,Braehead - 02,4d,Hard-pressed flat dwellers,S02002448,Braehead,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193079 +193079,S00133301,8a2,Industrious Hardship,S01013034,Fallin - 02,4a,Challenged white communities,S02002442,Fallin,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193080 +193080,S00133141,8b2,Hard-Pressed Rented Terraces,S01013020,Cambusbarron - 02,5c,Comfortable neighbourhoods,S02002439,Cambusbarron,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193081 +193081,S00133594,8c3,Renting Hard-Pressed Workers,S01013033,Fallin - 01,5c,Comfortable neighbourhoods,S02002442,Fallin,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193082 +193082,S00133376,8a2,Industrious Hardship,S01013108,Carse of Stirling - 03,2d,Rural traits,S02002457,Carse of Stirling,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193083 +193083,S00133390,8a2,Industrious Hardship,S01013113,Callander and Trossachs - 02,5e,Primary sector workers,S02002458,Callander and Trossachs,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193084 +193084,S00133455,8a2,Industrious Hardship,S01013018,Kippen and Fintry - 04,2b,Prospering countryside life,S02002438,Kippen and Fintry,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193085 +193085,S00133309,5b3,Self-Sufficient Retirement,S01013017,Kippen and Fintry - 03,5c,Comfortable neighbourhoods,S02002438,Kippen and Fintry,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193086 +193086,S00133162,8b2,Hard-Pressed Rented Terraces,S01013052,Broomridge - 06,5c,Comfortable neighbourhoods,S02002445,Broomridge,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193087 +193087,S00133630,8c3,Renting Hard-Pressed Workers,S01013032,Cowie - 04,5b,Aspiring urban households,S02002441,Cowie,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193088 +193088,S00133469,8a2,Industrious Hardship,S01013027,Plean and Rural SE - 03,4a,Challenged white communities,S02002440,Plean and Rural SE,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193089 +193089,S00133325,5b3,Self-Sufficient Retirement,S01013101,Dunblane West - 01,5c,Comfortable neighbourhoods,S02002456,Dunblane West,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193090 +193090,S00133165,8b2,Hard-Pressed Rented Terraces,S01013051,Broomridge - 05,4a,Challenged white communities,S02002445,Broomridge,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193091 +193091,S00132954,1c2,Renting Rural Retirement,S01013007,Blane Valley - 07,8a,Affluent communities,S02002436,Blane Valley,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193092 +193092,S00133520,8a2,Industrious Hardship,S01013040,Bannockburn - 04,5c,Comfortable neighbourhoods,S02002443,Bannockburn,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193093 +193093,S00133331,5b3,Self-Sufficient Retirement,S01013099,Dunblane East - 06,3c,Highly qualified professionals,S02002455,Dunblane East,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193094 +193094,S00133169,8b2,Hard-Pressed Rented Terraces,S01013051,Broomridge - 05,4a,Challenged white communities,S02002445,Broomridge,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193095 +193095,S00133363,1c2,Renting Rural Retirement,S01013117,Highland - 01,5e,Primary sector workers,S02002459,Highland,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193096 +193096,S00133625,1c2,Renting Rural Retirement,S01013120,Highland - 04,2a,Ageing rural neighbourhoods,S02002459,Highland,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193097 +193097,S00133056,7d4,Retired City Hardship,S01013085,Bridge of Allan and University - 03,3c,Highly qualified professionals,S02002453,Bridge of Allan and University,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193098 +193098,S00133539,7d4,Retired City Hardship,S01013059,King's Park and Torbrex - 01,8a,Affluent communities,S02002447,King's Park and Torbrex,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193099 +193099,S00133603,7d4,Retired City Hardship,S01013102,Dunblane West - 02,8a,Affluent communities,S02002456,Dunblane West,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193100 +193100,S00133014,7d3,Retired Communal City Dwellers,S01013038,Bannockburn - 02,4a,Challenged white communities,S02002443,Bannockburn,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193101 +193101,S00133108,7d3,Retired Communal City Dwellers,S01013050,Broomridge - 04,4a,Challenged white communities,S02002445,Broomridge,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193102 +193102,S00133446,7d3,Retired Communal City Dwellers,S01013073,Raploch - 02,4d,Hard-pressed flat dwellers,S02002450,Raploch,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193103 +193103,S00133173,7d2,Retired Independent City Dwellers,S01013053,Broomridge - 07,4d,Hard-pressed flat dwellers,S02002445,Broomridge,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193104 +193104,S00133449,7d2,Retired Independent City Dwellers,S01013074,Raploch - 03,4d,Hard-pressed flat dwellers,S02002450,Raploch,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193105 +193105,S00133511,7d2,Retired Independent City Dwellers,S01013007,Blane Valley - 07,8a,Affluent communities,S02002436,Blane Valley,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193106 +193106,S00133577,7d2,Retired Independent City Dwellers,S01013063,King's Park and Torbrex - 05,3c,Highly qualified professionals,S02002447,King's Park and Torbrex,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193107 +193107,S00132885,1c1,Rural Employment and Retirees,S01013118,Highland - 02,2a,Ageing rural neighbourhoods,S02002459,Highland,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193108 +193108,S00132888,1c1,Rural Employment and Retirees,S01013118,Highland - 02,2a,Ageing rural neighbourhoods,S02002459,Highland,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193109 +193109,S00132903,1c1,Rural Employment and Retirees,S01013109,Carse of Stirling - 04,2c,Remoter communities,S02002457,Carse of Stirling,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193110 +193110,S00132915,1c1,Rural Employment and Retirees,S01013114,Callander and Trossachs - 03,2a,Ageing rural neighbourhoods,S02002458,Callander and Trossachs,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193111 +193111,S00132917,1c1,Rural Employment and Retirees,S01013119,Highland - 03,2a,Ageing rural neighbourhoods,S02002459,Highland,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193112 +193112,S00132918,1c1,Rural Employment and Retirees,S01013119,Highland - 03,2a,Ageing rural neighbourhoods,S02002459,Highland,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193113 +193113,S00132921,1c1,Rural Employment and Retirees,S01013121,Highland - 05,2a,Ageing rural neighbourhoods,S02002459,Highland,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193114 +193114,S00132924,1c1,Rural Employment and Retirees,S01013120,Highland - 04,2a,Ageing rural neighbourhoods,S02002459,Highland,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193115 +193115,S00132940,1c1,Rural Employment and Retirees,S01013005,Blane Valley - 05,2a,Ageing rural neighbourhoods,S02002436,Blane Valley,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193116 +193116,S00133392,1c1,Rural Employment and Retirees,S01013120,Highland - 04,2a,Ageing rural neighbourhoods,S02002459,Highland,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193117 +193117,S00133398,1c1,Rural Employment and Retirees,S01013120,Highland - 04,2a,Ageing rural neighbourhoods,S02002459,Highland,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193118 +193118,S00133401,1c1,Rural Employment and Retirees,S01013118,Highland - 02,2a,Ageing rural neighbourhoods,S02002459,Highland,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193119 +193119,S00133466,1c1,Rural Employment and Retirees,S01013097,Dunblane East - 04,2b,Prospering countryside life,S02002455,Dunblane East,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193120 +193120,S00133479,1c1,Rural Employment and Retirees,S01013118,Highland - 02,2a,Ageing rural neighbourhoods,S02002459,Highland,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193121 +193121,S00133481,1c1,Rural Employment and Retirees,S01013111,Carse of Stirling - 06,2a,Ageing rural neighbourhoods,S02002457,Carse of Stirling,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193122 +193122,S00133502,1c1,Rural Employment and Retirees,S01013119,Highland - 03,2a,Ageing rural neighbourhoods,S02002459,Highland,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193123 +193123,S00133504,1c1,Rural Employment and Retirees,S01013121,Highland - 05,2a,Ageing rural neighbourhoods,S02002459,Highland,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193124 +193124,S00133601,8a2,Industrious Hardship,S01013017,Kippen and Fintry - 03,5c,Comfortable neighbourhoods,S02002438,Kippen and Fintry,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193125 +193125,S00133621,8a2,Industrious Hardship,S01013113,Callander and Trossachs - 02,5e,Primary sector workers,S02002458,Callander and Trossachs,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193126 +193126,S00133171,8b2,Hard-Pressed Rented Terraces,S01013051,Broomridge - 05,4a,Challenged white communities,S02002445,Broomridge,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193127 +193127,S00133622,8a2,Industrious Hardship,S01013113,Callander and Trossachs - 02,5e,Primary sector workers,S02002458,Callander and Trossachs,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193128 +193128,S00132984,8a1,Industrious Transitions,S01013013,Balfron and Drymen - 05,2b,Prospering countryside life,S02002437,Balfron and Drymen,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193129 +193129,S00133174,8b2,Hard-Pressed Rented Terraces,S01013054,Borestone - 01,5e,Primary sector workers,S02002446,Borestone,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193130 +193130,S00133040,8a1,Industrious Transitions,S01013044,Hillpark - 03,4a,Challenged white communities,S02002444,Hillpark,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193131 +193131,S00133076,8a1,Industrious Transitions,S01013085,Bridge of Allan and University - 03,3c,Highly qualified professionals,S02002453,Bridge of Allan and University,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193132 +193132,S00133354,5b3,Self-Sufficient Retirement,S01013099,Dunblane East - 06,3c,Highly qualified professionals,S02002455,Dunblane East,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193133 +193133,S00133134,8a1,Industrious Transitions,S01013021,Cambusbarron - 03,5d,Endeavouring social renters,S02002439,Cambusbarron,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193134 +193134,S00133137,8a1,Industrious Transitions,S01013020,Cambusbarron - 02,5c,Comfortable neighbourhoods,S02002439,Cambusbarron,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193135 +193135,S00133061,2c2,Migrant Commuters,S01013086,Bridge of Allan and University - 04,3c,Highly qualified professionals,S02002453,Bridge of Allan and University,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193136 +193136,S00133099,2c2,Migrant Commuters,S01013065,Braehead - 02,4d,Hard-pressed flat dwellers,S02002448,Braehead,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193137 +193137,S00133188,2c2,Migrant Commuters,S01013068,City Centre - 02,1a,Cosmopolitan student neighbourhoods,S02002449,City Centre,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193138 +193138,S00133562,2c2,Migrant Commuters,S01013091,Forth - 02,1a,Cosmopolitan student neighbourhoods,S02002454,Forth,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193139 +193139,S00133060,2c1,Migrant Families,S01013086,Bridge of Allan and University - 04,3c,Highly qualified professionals,S02002453,Bridge of Allan and University,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193140 +193140,S00133070,2c1,Migrant Families,S01013086,Bridge of Allan and University - 04,3c,Highly qualified professionals,S02002453,Bridge of Allan and University,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193141 +193141,S00133230,2c1,Migrant Families,S01013092,Forth - 03,3d,Households in terraces and flats,S02002454,Forth,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193142 +193142,S00133527,2c1,Migrant Families,S01013086,Bridge of Allan and University - 04,3c,Highly qualified professionals,S02002453,Bridge of Allan and University,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193143 +193143,S00133566,2c1,Migrant Families,S01013092,Forth - 03,3d,Households in terraces and flats,S02002454,Forth,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193144 +193144,S00133568,2c1,Migrant Families,S01013092,Forth - 03,3d,Households in terraces and flats,S02002454,Forth,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193145 +193145,S00133279,5a2,Multi-Ethnic Professionals with Families,S01013080,Causewayhead - 01,3c,Highly qualified professionals,S02002452,Causewayhead,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193146 +193146,S00133426,5a2,Multi-Ethnic Professionals with Families,S01013058,Borestone - 05,8c,Comfortable suburbia,S02002446,Borestone,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193147 +193147,S00133471,5a2,Multi-Ethnic Professionals with Families,S01013064,Braehead - 01,4a,Challenged white communities,S02002448,Braehead,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193148 +193148,S00133523,5a2,Multi-Ethnic Professionals with Families,S01013045,Hillpark - 04,5c,Comfortable neighbourhoods,S02002444,Hillpark,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193149 +193149,S00133588,5a2,Multi-Ethnic Professionals with Families,S01013079,Cornton - 04,5a,Ageing urban communities,S02002451,Cornton,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193150 +193150,S00133180,8b2,Hard-Pressed Rented Terraces,S01013050,Broomridge - 04,4a,Challenged white communities,S02002445,Broomridge,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193151 +193151,S00132882,1a4,Older Farming Communities,S01013028,Plean and Rural SE - 04,2c,Remoter communities,S02002440,Plean and Rural SE,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193152 +193152,S00132914,1a4,Older Farming Communities,S01013114,Callander and Trossachs - 03,2a,Ageing rural neighbourhoods,S02002458,Callander and Trossachs,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193153 +193153,S00133265,8b2,Hard-Pressed Rented Terraces,S01013077,Cornton - 02,4a,Challenged white communities,S02002451,Cornton,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193154 +193154,S00133266,8b2,Hard-Pressed Rented Terraces,S01013077,Cornton - 02,4a,Challenged white communities,S02002451,Cornton,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193155 +193155,S00133286,8b2,Hard-Pressed Rented Terraces,S01013028,Plean and Rural SE - 04,2c,Remoter communities,S02002440,Plean and Rural SE,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193156 +193156,S00133287,8b2,Hard-Pressed Rented Terraces,S01013036,Fallin - 04,4a,Challenged white communities,S02002442,Fallin,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193157 +193157,S00133288,8b2,Hard-Pressed Rented Terraces,S01013036,Fallin - 04,4a,Challenged white communities,S02002442,Fallin,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193158 +193158,S00133291,8b2,Hard-Pressed Rented Terraces,S01013036,Fallin - 04,4a,Challenged white communities,S02002442,Fallin,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193159 +193159,S00133293,8b2,Hard-Pressed Rented Terraces,S01013035,Fallin - 03,4a,Challenged white communities,S02002442,Fallin,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193160 +193160,S00133295,8b2,Hard-Pressed Rented Terraces,S01013035,Fallin - 03,4a,Challenged white communities,S02002442,Fallin,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193161 +193161,S00133365,5b3,Self-Sufficient Retirement,S01013117,Highland - 01,5e,Primary sector workers,S02002459,Highland,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193162 +193162,S00133297,8b2,Hard-Pressed Rented Terraces,S01013035,Fallin - 03,4a,Challenged white communities,S02002442,Fallin,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193163 +193163,S00133367,5b3,Self-Sufficient Retirement,S01013106,Carse of Stirling - 01,5c,Comfortable neighbourhoods,S02002457,Carse of Stirling,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193164 +193164,S00133298,8b2,Hard-Pressed Rented Terraces,S01013034,Fallin - 02,4a,Challenged white communities,S02002442,Fallin,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193165 +193165,S00133371,5b3,Self-Sufficient Retirement,S01013106,Carse of Stirling - 01,5c,Comfortable neighbourhoods,S02002457,Carse of Stirling,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193166 +193166,S00133302,8b2,Hard-Pressed Rented Terraces,S01013034,Fallin - 02,4a,Challenged white communities,S02002442,Fallin,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193167 +193167,S00133372,5b3,Self-Sufficient Retirement,S01013106,Carse of Stirling - 01,5c,Comfortable neighbourhoods,S02002457,Carse of Stirling,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193168 +193168,S00133317,8b2,Hard-Pressed Rented Terraces,S01013101,Dunblane West - 01,5c,Comfortable neighbourhoods,S02002456,Dunblane West,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193169 +193169,S00133373,5b3,Self-Sufficient Retirement,S01013106,Carse of Stirling - 01,5c,Comfortable neighbourhoods,S02002457,Carse of Stirling,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193170 +193170,S00133384,5b3,Self-Sufficient Retirement,S01013112,Callander and Trossachs - 01,5e,Primary sector workers,S02002458,Callander and Trossachs,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193171 +193171,S00133407,5b3,Self-Sufficient Retirement,S01013008,Blane Valley - 08,5c,Comfortable neighbourhoods,S02002436,Blane Valley,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193172 +193172,S00133420,5b3,Self-Sufficient Retirement,S01013012,Balfron and Drymen - 04,5e,Primary sector workers,S02002437,Balfron and Drymen,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193173 +193173,S00133457,5b3,Self-Sufficient Retirement,S01013099,Dunblane East - 06,3c,Highly qualified professionals,S02002455,Dunblane East,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193174 +193174,S00133462,5b3,Self-Sufficient Retirement,S01013066,Braehead - 03,5a,Ageing urban communities,S02002448,Braehead,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193175 +193175,S00133467,5b3,Self-Sufficient Retirement,S01013097,Dunblane East - 04,2b,Prospering countryside life,S02002455,Dunblane East,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193176 +193176,S00133474,5b3,Self-Sufficient Retirement,S01013050,Broomridge - 04,4a,Challenged white communities,S02002445,Broomridge,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193177 +193177,S00133512,5b3,Self-Sufficient Retirement,S01013007,Blane Valley - 07,8a,Affluent communities,S02002436,Blane Valley,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193178 +193178,S00133516,5b3,Self-Sufficient Retirement,S01013040,Bannockburn - 04,5c,Comfortable neighbourhoods,S02002443,Bannockburn,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193179 +193179,S00133530,5b3,Self-Sufficient Retirement,S01013049,Broomridge - 03,8c,Comfortable suburbia,S02002445,Broomridge,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193180 +193180,S00133533,5b3,Self-Sufficient Retirement,S01013048,Broomridge - 02,5b,Aspiring urban households,S02002445,Broomridge,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193181 +193181,S00133572,5b3,Self-Sufficient Retirement,S01013059,King's Park and Torbrex - 01,8a,Affluent communities,S02002447,King's Park and Torbrex,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193182 +193182,S00133599,5b3,Self-Sufficient Retirement,S01013033,Fallin - 01,5c,Comfortable neighbourhoods,S02002442,Fallin,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193183 +193183,S00133604,5b3,Self-Sufficient Retirement,S01013104,Dunblane West - 04,8b,Ageing suburbanites,S02002456,Dunblane West,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193184 +193184,S00133607,5b3,Self-Sufficient Retirement,S01013099,Dunblane East - 06,3c,Highly qualified professionals,S02002455,Dunblane East,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193185 +193185,S00133615,5b3,Self-Sufficient Retirement,S01013117,Highland - 01,5e,Primary sector workers,S02002459,Highland,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193186 +193186,S00132966,6b3,Semi-Detached Ageing,S01013026,Plean and Rural SE - 02,5c,Comfortable neighbourhoods,S02002440,Plean and Rural SE,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193187 +193187,S00133123,6b3,Semi-Detached Ageing,S01013059,King's Park and Torbrex - 01,8a,Affluent communities,S02002447,King's Park and Torbrex,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193188 +193188,S00133273,6b3,Semi-Detached Ageing,S01013081,Causewayhead - 02,8c,Comfortable suburbia,S02002452,Causewayhead,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193189 +193189,S00133501,6b3,Semi-Detached Ageing,S01013112,Callander and Trossachs - 01,5e,Primary sector workers,S02002458,Callander and Trossachs,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193190 +193190,S00133209,4a2,Social Renting New Arrivals,S01013073,Raploch - 02,4d,Hard-pressed flat dwellers,S02002450,Raploch,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193191 +193191,S00133526,4a2,Social Renting New Arrivals,S01013085,Bridge of Allan and University - 03,3c,Highly qualified professionals,S02002453,Bridge of Allan and University,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193192 +193192,S00133362,2a1,Student Communal Living,S01013096,Dunblane East - 03,5a,Ageing urban communities,S02002455,Dunblane East,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193193 +193193,S00133529,2a1,Student Communal Living,S01013087,Bridge of Allan and University - 05,3c,Highly qualified professionals,S02002453,Bridge of Allan and University,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193194 +193194,S00133580,2a1,Student Communal Living,S01013076,Cornton - 01,1a,Cosmopolitan student neighbourhoods,S02002451,Cornton,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193195 +193195,S00133635,2a1,Student Communal Living,S01013083,Bridge of Allan and University - 01,1a,Cosmopolitan student neighbourhoods,S02002453,Bridge of Allan and University,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193196 +193196,S00133475,2a2,Student Digs,S01013071,City Centre - 05,1a,Cosmopolitan student neighbourhoods,S02002449,City Centre,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193197 +193197,S00133361,8b2,Hard-Pressed Rented Terraces,S01013096,Dunblane East - 03,5a,Ageing urban communities,S02002455,Dunblane East,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193198 +193198,S00133430,8b2,Hard-Pressed Rented Terraces,S01013046,Hillpark - 05,4a,Challenged white communities,S02002444,Hillpark,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193199 +193199,S00133437,8b2,Hard-Pressed Rented Terraces,S01013052,Broomridge - 06,5c,Comfortable neighbourhoods,S02002445,Broomridge,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193200 +193200,S00133005,6b2,White Suburban Communities,S01013042,Hillpark - 01,5c,Comfortable neighbourhoods,S02002444,Hillpark,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193201 +193201,S00133126,6b2,White Suburban Communities,S01013055,Borestone - 02,4b,Constrained renters,S02002446,Borestone,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193202 +193202,S00090434,6a2,Comfortable Suburbia,S01006520,"Cults, Bieldside and Milltimber East - 03",8a,Affluent communities,S02001238,"Cults, Bieldside and Milltimber East",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193203 +193203,S00133144,6b2,White Suburban Communities,S01013024,Cambusbarron - 06,8b,Ageing suburbanites,S02002439,Cambusbarron,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193204 +193204,S00133257,6b2,White Suburban Communities,S01013081,Causewayhead - 02,8c,Comfortable suburbia,S02002452,Causewayhead,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193205 +193205,S00133275,6b2,White Suburban Communities,S01013082,Causewayhead - 03,8b,Ageing suburbanites,S02002452,Causewayhead,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193206 +193206,S00090752,5b2,Communal Retirement,S01006572,West End North - 02,8a,Affluent communities,S02001247,West End North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193207 +193207,S00089421,6a4,Ageing in Suburbia,S01006522,"Cults, Bieldside and Milltimber East - 05",8a,Affluent communities,S02001238,"Cults, Bieldside and Milltimber East",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193208 +193208,S00089924,7c1,Challenged Transitionaries,S01006706,Mastrick - 06,4a,Challenged white communities,S02001270,Mastrick,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193209 +193209,S00089507,3c1,Constrained Neighbourhoods,S01006666,Seaton - 01,4d,Hard-pressed flat dwellers,S02001264,Seaton,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193210 +193210,S00090499,6a2,Comfortable Suburbia,S01006774,Oldmachar East - 07,8c,Comfortable suburbia,S02001281,Oldmachar East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193211 +193211,S00133308,6b2,White Suburban Communities,S01013017,Kippen and Fintry - 03,5c,Comfortable neighbourhoods,S02002438,Kippen and Fintry,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193212 +193212,S00090510,6a2,Comfortable Suburbia,S01006512,Culter - 07,2b,Prospering countryside life,S02001236,Culter,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193213 +193213,S00133395,6b2,White Suburban Communities,S01013032,Cowie - 04,5b,Aspiring urban households,S02002441,Cowie,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193214 +193214,S00089554,3c1,Constrained Neighbourhoods,S01006685,Woodside - 05,4d,Hard-pressed flat dwellers,S02001267,Woodside,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193215 +193215,S00090803,5b2,Communal Retirement,S01006756,Danestone - 01,3c,Highly qualified professionals,S02001279,Danestone,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193216 +193216,S00089925,7c1,Challenged Transitionaries,S01006706,Mastrick - 06,4a,Challenged white communities,S02001270,Mastrick,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193217 +193217,S00089423,6a4,Ageing in Suburbia,S01006522,"Cults, Bieldside and Milltimber East - 05",8a,Affluent communities,S02001238,"Cults, Bieldside and Milltimber East",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193218 +193218,S00090665,6a2,Comfortable Suburbia,S01006519,"Cults, Bieldside and Milltimber East - 02",8a,Affluent communities,S02001238,"Cults, Bieldside and Milltimber East",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193219 +193219,S00089429,5b1,Delayed Retirement,S01006523,"Cults, Bieldside and Milltimber East - 06",8a,Affluent communities,S02001238,"Cults, Bieldside and Milltimber East",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193220 +193220,S00089613,8c1,Ageing Industrious Workers,S01006676,Tillydrone - 02,7a,Urban cultural mix,S02001266,Tillydrone,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193221 +193221,S00133409,6b2,White Suburban Communities,S01013004,Blane Valley - 04,8b,Ageing suburbanites,S02002436,Blane Valley,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193222 +193222,S00133423,6b2,White Suburban Communities,S01013022,Cambusbarron - 04,5c,Comfortable neighbourhoods,S02002439,Cambusbarron,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193223 +193223,S00133428,6b2,White Suburban Communities,S01013037,Bannockburn - 01,5a,Ageing urban communities,S02002443,Bannockburn,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193224 +193224,S00133429,6b2,White Suburban Communities,S01013024,Cambusbarron - 06,8b,Ageing suburbanites,S02002439,Cambusbarron,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193225 +193225,S00133521,6b2,White Suburban Communities,S01013039,Bannockburn - 03,8c,Comfortable suburbia,S02002443,Bannockburn,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193226 +193226,S00133524,6b2,White Suburban Communities,S01013045,Hillpark - 04,5c,Comfortable neighbourhoods,S02002444,Hillpark,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193227 +193227,S00133542,6b2,White Suburban Communities,S01013058,Borestone - 05,8c,Comfortable suburbia,S02002446,Borestone,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193228 +193228,S00133593,6b2,White Suburban Communities,S01013083,Bridge of Allan and University - 01,1a,Cosmopolitan student neighbourhoods,S02002453,Bridge of Allan and University,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193229 +193229,S00133038,8d1,Young Hard-Pressed Families,S01013043,Hillpark - 02,4a,Challenged white communities,S02002444,Hillpark,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193230 +193230,S00133039,8d1,Young Hard-Pressed Families,S01013043,Hillpark - 02,4a,Challenged white communities,S02002444,Hillpark,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193231 +193231,S00133043,8d1,Young Hard-Pressed Families,S01013044,Hillpark - 03,4a,Challenged white communities,S02002444,Hillpark,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193232 +193232,S00133119,8d1,Young Hard-Pressed Families,S01013057,Borestone - 04,4a,Challenged white communities,S02002446,Borestone,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193233 +193233,S00133120,8d1,Young Hard-Pressed Families,S01013057,Borestone - 04,4a,Challenged white communities,S02002446,Borestone,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193234 +193234,S00133290,8d1,Young Hard-Pressed Families,S01013036,Fallin - 04,4a,Challenged white communities,S02002442,Fallin,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193235 +193235,S00133299,8d1,Young Hard-Pressed Families,S01013035,Fallin - 03,4a,Challenged white communities,S02002442,Fallin,S12000030,Stirling,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,193236 +193236,S00089367,7d1,Ageing Communities and Families,S01006529,Garthdee - 04,1a,Cosmopolitan student neighbourhoods,S02001239,Garthdee,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193237 +193237,S00089395,7d1,Ageing Communities and Families,S01006551,Hazlehead - 05,4b,Constrained renters,S02001243,Hazlehead,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193238 +193238,S00089414,7d1,Ageing Communities and Families,S01006517,"Cults, Bieldside and Milltimber West - 05",2b,Prospering countryside life,S02001237,"Cults, Bieldside and Milltimber West",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193239 +193239,S00089454,7d1,Ageing Communities and Families,S01006639,Hanover South - 03,1a,Cosmopolitan student neighbourhoods,S02001259,Hanover South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193240 +193240,S00089528,7d1,Ageing Communities and Families,S01006695,Stockethill - 02,4c,Hampered neighbourhoods,S02001269,Stockethill,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193241 +193241,S00089886,7d1,Ageing Communities and Families,S01006700,Stockethill - 07,3d,Households in terraces and flats,S02001269,Stockethill,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193242 +193242,S00090124,7d1,Ageing Communities and Families,S01006762,Oldmachar West - 01,2d,Rural traits,S02001280,Oldmachar West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193243 +193243,S00090125,7d1,Ageing Communities and Families,S01006762,Oldmachar West - 01,2d,Rural traits,S02001280,Oldmachar West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193244 +193244,S00090651,7d1,Ageing Communities and Families,S01006541,"Braeside, Mannofield, Broomhill and Seafield South - 05",5c,Comfortable neighbourhoods,S02001241,"Braeside, Mannofield, Broomhill and Seafield South",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193245 +193245,S00090653,7d1,Ageing Communities and Families,S01006545,"Braeside, Mannofield, Broomhill and Seafield North - 04",3c,Highly qualified professionals,S02001242,"Braeside, Mannofield, Broomhill and Seafield North",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193246 +193246,S00090657,7d1,Ageing Communities and Families,S01006529,Garthdee - 04,1a,Cosmopolitan student neighbourhoods,S02001239,Garthdee,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193247 +193247,S00088964,6a4,Ageing in Suburbia,S01006506,Culter - 01,3c,Highly qualified professionals,S02001236,Culter,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193248 +193248,S00089118,6a4,Ageing in Suburbia,S01006608,"Kincorth, Leggart and Nigg South - 01",8c,Comfortable suburbia,S02001254,"Kincorth, Leggart and Nigg South",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193249 +193249,S00089137,6a4,Ageing in Suburbia,S01006606,"Kincorth, Leggart and Nigg North - 04",5c,Comfortable neighbourhoods,S02001253,"Kincorth, Leggart and Nigg North",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193250 +193250,S00089241,6a4,Ageing in Suburbia,S01006533,"Braeside, Mannofield, Broomhill and Seafield East - 02",8a,Affluent communities,S02001240,"Braeside, Mannofield, Broomhill and Seafield East",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193251 +193251,S00089243,6a4,Ageing in Suburbia,S01006533,"Braeside, Mannofield, Broomhill and Seafield East - 02",8a,Affluent communities,S02001240,"Braeside, Mannofield, Broomhill and Seafield East",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193252 +193252,S00089246,6a4,Ageing in Suburbia,S01006532,"Braeside, Mannofield, Broomhill and Seafield East - 01",3c,Highly qualified professionals,S02001240,"Braeside, Mannofield, Broomhill and Seafield East",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193253 +193253,S00089330,6a4,Ageing in Suburbia,S01006537,"Braeside, Mannofield, Broomhill and Seafield South - 01",8a,Affluent communities,S02001241,"Braeside, Mannofield, Broomhill and Seafield South",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193254 +193254,S00089350,6a4,Ageing in Suburbia,S01006546,"Braeside, Mannofield, Broomhill and Seafield North - 05",8a,Affluent communities,S02001242,"Braeside, Mannofield, Broomhill and Seafield North",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193255 +193255,S00089384,6a4,Ageing in Suburbia,S01006544,"Braeside, Mannofield, Broomhill and Seafield North - 03",3c,Highly qualified professionals,S02001242,"Braeside, Mannofield, Broomhill and Seafield North",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193256 +193256,S00089386,6a4,Ageing in Suburbia,S01006550,Hazlehead - 04,8a,Affluent communities,S02001243,Hazlehead,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193257 +193257,S00089387,6a4,Ageing in Suburbia,S01006550,Hazlehead - 04,8a,Affluent communities,S02001243,Hazlehead,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193258 +193258,S00089398,6a4,Ageing in Suburbia,S01006547,Hazlehead - 01,5c,Comfortable neighbourhoods,S02001243,Hazlehead,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193259 +193259,S00089400,6a4,Ageing in Suburbia,S01006547,Hazlehead - 01,5c,Comfortable neighbourhoods,S02001243,Hazlehead,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193260 +193260,S00089403,6a4,Ageing in Suburbia,S01006518,"Cults, Bieldside and Milltimber East - 01",8a,Affluent communities,S02001238,"Cults, Bieldside and Milltimber East",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193261 +193261,S00089405,6a4,Ageing in Suburbia,S01006518,"Cults, Bieldside and Milltimber East - 01",8a,Affluent communities,S02001238,"Cults, Bieldside and Milltimber East",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193262 +193262,S00089417,6a4,Ageing in Suburbia,S01006517,"Cults, Bieldside and Milltimber West - 05",2b,Prospering countryside life,S02001237,"Cults, Bieldside and Milltimber West",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193263 +193263,S00089420,6a4,Ageing in Suburbia,S01006523,"Cults, Bieldside and Milltimber East - 06",8a,Affluent communities,S02001238,"Cults, Bieldside and Milltimber East",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193264 +193264,S00090807,5b2,Communal Retirement,S01006757,Danestone - 02,5a,Ageing urban communities,S02001279,Danestone,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193265 +193265,S00089951,8c1,Ageing Industrious Workers,S01006557,Summerhill - 05,4b,Constrained renters,S02001244,Summerhill,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193266 +193266,S00089433,5b1,Delayed Retirement,S01006524,"Cults, Bieldside and Milltimber East - 07",3c,Highly qualified professionals,S02001238,"Cults, Bieldside and Milltimber East",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193267 +193267,S00089424,6a4,Ageing in Suburbia,S01006522,"Cults, Bieldside and Milltimber East - 05",8a,Affluent communities,S02001238,"Cults, Bieldside and Milltimber East",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193268 +193268,S00089936,7c1,Challenged Transitionaries,S01006701,Mastrick - 01,4d,Hard-pressed flat dwellers,S02001270,Mastrick,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193269 +193269,S00090667,6a2,Comfortable Suburbia,S01006520,"Cults, Bieldside and Milltimber East - 03",8a,Affluent communities,S02001238,"Cults, Bieldside and Milltimber East",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193270 +193270,S00089555,5b1,Delayed Retirement,S01006679,Tillydrone - 05,3d,Households in terraces and flats,S02001266,Tillydrone,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193271 +193271,S00090844,5b2,Communal Retirement,S01006788,Denmore - 04,3a,Achieving neighbourhoods,S02001284,Denmore,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193272 +193272,S00089937,7c1,Challenged Transitionaries,S01006556,Summerhill - 04,4d,Hard-pressed flat dwellers,S02001244,Summerhill,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193273 +193273,S00089430,6a4,Ageing in Suburbia,S01006523,"Cults, Bieldside and Milltimber East - 06",8a,Affluent communities,S02001238,"Cults, Bieldside and Milltimber East",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193274 +193274,S00090105,8c1,Ageing Industrious Workers,S01006769,Oldmachar East - 02,5b,Aspiring urban households,S02001281,Oldmachar East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193275 +193275,S00089568,3c1,Constrained Neighbourhoods,S01006682,Woodside - 02,7a,Urban cultural mix,S02001267,Woodside,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193276 +193276,S00090182,8c1,Ageing Industrious Workers,S01006744,Bucksburn North - 02,4b,Constrained renters,S02001277,Bucksburn North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193277 +193277,S00089556,5b1,Delayed Retirement,S01006684,Woodside - 04,1a,Cosmopolitan student neighbourhoods,S02001267,Woodside,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193278 +193278,S00089606,3c1,Constrained Neighbourhoods,S01006677,Tillydrone - 03,1a,Cosmopolitan student neighbourhoods,S02001266,Tillydrone,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193279 +193279,S00090190,8c1,Ageing Industrious Workers,S01006748,Bucksburn North - 06,5c,Comfortable neighbourhoods,S02001277,Bucksburn North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193280 +193280,S00090799,6a2,Comfortable Suburbia,S01006759,Danestone - 04,8c,Comfortable suburbia,S02001279,Danestone,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193281 +193281,S00089432,6a4,Ageing in Suburbia,S01006524,"Cults, Bieldside and Milltimber East - 07",3c,Highly qualified professionals,S02001238,"Cults, Bieldside and Milltimber East",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193282 +193282,S00089952,7c1,Challenged Transitionaries,S01006557,Summerhill - 05,4b,Constrained renters,S02001244,Summerhill,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193283 +193283,S00090925,5b2,Communal Retirement,S01006734,Kingswells - 03,8a,Affluent communities,S02001275,Kingswells,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193284 +193284,S00090800,6a2,Comfortable Suburbia,S01006759,Danestone - 04,8c,Comfortable suburbia,S02001279,Danestone,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193285 +193285,S00089657,5b1,Delayed Retirement,S01006665,"Froghall, Powis and Sunnybank - 08",1a,Cosmopolitan student neighbourhoods,S02001263,"Froghall, Powis and Sunnybank",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193286 +193286,S00088996,3c2,Constrained Commuters,S01006647,George Street - 03,1a,Cosmopolitan student neighbourhoods,S02001261,George Street,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193287 +193287,S00090816,6a2,Comfortable Suburbia,S01006768,Oldmachar East - 01,8b,Ageing suburbanites,S02001281,Oldmachar East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193288 +193288,S00089973,7c1,Challenged Transitionaries,S01006701,Mastrick - 01,4d,Hard-pressed flat dwellers,S02001270,Mastrick,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193289 +193289,S00090237,8c1,Ageing Industrious Workers,S01006617,Cove South - 05,5c,Comfortable neighbourhoods,S02001255,Cove South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193290 +193290,S00089434,6a4,Ageing in Suburbia,S01006524,"Cults, Bieldside and Milltimber East - 07",3c,Highly qualified professionals,S02001238,"Cults, Bieldside and Milltimber East",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193291 +193291,S00089869,3c1,Constrained Neighbourhoods,S01006696,Stockethill - 03,4d,Hard-pressed flat dwellers,S02001269,Stockethill,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193292 +193292,S00089690,5b1,Delayed Retirement,S01006692,Hilton - 07,3d,Households in terraces and flats,S02001268,Hilton,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193293 +193293,S00090817,6a2,Comfortable Suburbia,S01006768,Oldmachar East - 01,8b,Ageing suburbanites,S02001281,Oldmachar East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193294 +193294,S00089437,6a4,Ageing in Suburbia,S01006525,"Cults, Bieldside and Milltimber East - 08",3a,Achieving neighbourhoods,S02001238,"Cults, Bieldside and Milltimber East",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193295 +193295,S00090298,8c1,Ageing Industrious Workers,S01006510,Culter - 05,5a,Ageing urban communities,S02001236,Culter,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193296 +193296,S00089989,7c1,Challenged Transitionaries,S01006702,Mastrick - 02,4a,Challenged white communities,S02001270,Mastrick,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193297 +193297,S00090531,3c1,Constrained Neighbourhoods,S01006645,George Street - 01,1a,Cosmopolitan student neighbourhoods,S02001261,George Street,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193298 +193298,S00089042,3c2,Constrained Commuters,S01006629,Torry West - 06,4d,Hard-pressed flat dwellers,S02001257,Torry West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193299 +193299,S00089715,5b1,Delayed Retirement,S01006560,Midstocket - 03,3c,Highly qualified professionals,S02001245,Midstocket,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193300 +193300,S00090821,6a2,Comfortable Suburbia,S01006767,Oldmachar West - 06,5b,Aspiring urban households,S02001280,Oldmachar West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193301 +193301,S00090822,6a2,Comfortable Suburbia,S01006768,Oldmachar East - 01,8b,Ageing suburbanites,S02001281,Oldmachar East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193302 +193302,S00090823,6a2,Comfortable Suburbia,S01006768,Oldmachar East - 01,8b,Ageing suburbanites,S02001281,Oldmachar East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193303 +193303,S00090825,6a2,Comfortable Suburbia,S01006766,Oldmachar West - 05,8c,Comfortable suburbia,S02001280,Oldmachar West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193304 +193304,S00090854,6a2,Comfortable Suburbia,S01006617,Cove South - 05,5c,Comfortable neighbourhoods,S02001255,Cove South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193305 +193305,S00090869,6a2,Comfortable Suburbia,S01006615,Cove South - 03,8c,Comfortable suburbia,S02001255,Cove South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193306 +193306,S00090870,6a2,Comfortable Suburbia,S01006613,Cove South - 01,8c,Comfortable suburbia,S02001255,Cove South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193307 +193307,S00090871,6a2,Comfortable Suburbia,S01006613,Cove South - 01,8c,Comfortable suburbia,S02001255,Cove South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193308 +193308,S00090872,6a2,Comfortable Suburbia,S01006613,Cove South - 01,8c,Comfortable suburbia,S02001255,Cove South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193309 +193309,S00090928,6a2,Comfortable Suburbia,S01006733,Kingswells - 02,8c,Comfortable suburbia,S02001275,Kingswells,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193310 +193310,S00090929,6a2,Comfortable Suburbia,S01006733,Kingswells - 02,8c,Comfortable suburbia,S02001275,Kingswells,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193311 +193311,S00090930,6a2,Comfortable Suburbia,S01006736,Kingswells - 05,8c,Comfortable suburbia,S02001275,Kingswells,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193312 +193312,S00090931,6a2,Comfortable Suburbia,S01006736,Kingswells - 05,8c,Comfortable suburbia,S02001275,Kingswells,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193313 +193313,S00090933,6a2,Comfortable Suburbia,S01006736,Kingswells - 05,8c,Comfortable suburbia,S02001275,Kingswells,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193314 +193314,S00090937,6a2,Comfortable Suburbia,S01006736,Kingswells - 05,8c,Comfortable suburbia,S02001275,Kingswells,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193315 +193315,S00090938,6a2,Comfortable Suburbia,S01006733,Kingswells - 02,8c,Comfortable suburbia,S02001275,Kingswells,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193316 +193316,S00090939,6a2,Comfortable Suburbia,S01006734,Kingswells - 03,8a,Affluent communities,S02001275,Kingswells,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193317 +193317,S00090940,6a2,Comfortable Suburbia,S01006734,Kingswells - 03,8a,Affluent communities,S02001275,Kingswells,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193318 +193318,S00090941,6a2,Comfortable Suburbia,S01006733,Kingswells - 02,8c,Comfortable suburbia,S02001275,Kingswells,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193319 +193319,S00090942,6a2,Comfortable Suburbia,S01006733,Kingswells - 02,8c,Comfortable suburbia,S02001275,Kingswells,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193320 +193320,S00090946,6a2,Comfortable Suburbia,S01006735,Kingswells - 04,8a,Affluent communities,S02001275,Kingswells,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193321 +193321,S00090947,6a2,Comfortable Suburbia,S01006735,Kingswells - 04,8a,Affluent communities,S02001275,Kingswells,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193322 +193322,S00089143,5b2,Communal Retirement,S01006606,"Kincorth, Leggart and Nigg North - 04",5c,Comfortable neighbourhoods,S02001253,"Kincorth, Leggart and Nigg North",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193323 +193323,S00089194,5b2,Communal Retirement,S01006574,West End North - 04,3c,Highly qualified professionals,S02001247,West End North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193324 +193324,S00089203,5b2,Communal Retirement,S01006575,West End South - 01,3c,Highly qualified professionals,S02001248,West End South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193325 +193325,S00089248,5b2,Communal Retirement,S01006532,"Braeside, Mannofield, Broomhill and Seafield East - 01",3c,Highly qualified professionals,S02001240,"Braeside, Mannofield, Broomhill and Seafield East",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193326 +193326,S00089250,5b2,Communal Retirement,S01006533,"Braeside, Mannofield, Broomhill and Seafield East - 02",8a,Affluent communities,S02001240,"Braeside, Mannofield, Broomhill and Seafield East",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193327 +193327,S00089251,5b2,Communal Retirement,S01006533,"Braeside, Mannofield, Broomhill and Seafield East - 02",8a,Affluent communities,S02001240,"Braeside, Mannofield, Broomhill and Seafield East",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193328 +193328,S00089362,5b2,Communal Retirement,S01006532,"Braeside, Mannofield, Broomhill and Seafield East - 01",3c,Highly qualified professionals,S02001240,"Braeside, Mannofield, Broomhill and Seafield East",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193329 +193329,S00089374,5b2,Communal Retirement,S01006600,Ferryhill South - 03,3c,Highly qualified professionals,S02001252,Ferryhill South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193330 +193330,S00089385,5b2,Communal Retirement,S01006544,"Braeside, Mannofield, Broomhill and Seafield North - 03",3c,Highly qualified professionals,S02001242,"Braeside, Mannofield, Broomhill and Seafield North",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193331 +193331,S00089431,5b2,Communal Retirement,S01006524,"Cults, Bieldside and Milltimber East - 07",3c,Highly qualified professionals,S02001238,"Cults, Bieldside and Milltimber East",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193332 +193332,S00089813,5b2,Communal Retirement,S01006714,Cummings Park - 01,4a,Challenged white communities,S02001272,Cummings Park,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193333 +193333,S00090203,5b2,Communal Retirement,S01006784,Balgownie and Donmouth East - 04,3a,Achieving neighbourhoods,S02001283,Balgownie and Donmouth East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193334 +193334,S00090255,5b2,Communal Retirement,S01006748,Bucksburn North - 06,5c,Comfortable neighbourhoods,S02001277,Bucksburn North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193335 +193335,S00090314,5b2,Communal Retirement,S01006513,"Cults, Bieldside and Milltimber West - 01",8a,Affluent communities,S02001237,"Cults, Bieldside and Milltimber West",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193336 +193336,S00090415,5b2,Communal Retirement,S01006539,"Braeside, Mannofield, Broomhill and Seafield South - 03",8a,Affluent communities,S02001241,"Braeside, Mannofield, Broomhill and Seafield South",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193337 +193337,S00090426,5b2,Communal Retirement,S01006755,Dyce - 07,2b,Prospering countryside life,S02001278,Dyce,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193338 +193338,S00090547,5b2,Communal Retirement,S01006602,Ferryhill South - 05,3c,Highly qualified professionals,S02001252,Ferryhill South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193339 +193339,S00090556,5b2,Communal Retirement,S01006593,Ferryhill North - 03,1a,Cosmopolitan student neighbourhoods,S02001251,Ferryhill North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193340 +193340,S00090709,5b2,Communal Retirement,S01006681,Woodside - 01,4d,Hard-pressed flat dwellers,S02001267,Woodside,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193341 +193341,S00090020,7c1,Challenged Transitionaries,S01006721,Northfield - 03,4a,Challenged white communities,S02001273,Northfield,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193342 +193342,S00089717,5b1,Delayed Retirement,S01006560,Midstocket - 03,3c,Highly qualified professionals,S02001245,Midstocket,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193343 +193343,S00089063,3c2,Constrained Commuters,S01006628,Torry West - 05,1a,Cosmopolitan student neighbourhoods,S02001257,Torry West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193344 +193344,S00090636,3c1,Constrained Neighbourhoods,S01006601,Ferryhill South - 04,1a,Cosmopolitan student neighbourhoods,S02001252,Ferryhill South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193345 +193345,S00090300,8c1,Ageing Industrious Workers,S01006511,Culter - 06,8b,Ageing suburbanites,S02001236,Culter,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193346 +193346,S00089114,7c2,Constrained Young Families,S01006631,Torry East - 01,4d,Hard-pressed flat dwellers,S02001258,Torry East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193347 +193347,S00090085,7c1,Challenged Transitionaries,S01006775,Balgownie and Donmouth West - 01,5c,Comfortable neighbourhoods,S02001282,Balgownie and Donmouth West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193348 +193348,S00089101,3c2,Constrained Commuters,S01006632,Torry East - 02,4d,Hard-pressed flat dwellers,S02001258,Torry East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193349 +193349,S00089728,5b1,Delayed Retirement,S01006563,Midstocket - 06,3c,Highly qualified professionals,S02001245,Midstocket,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193350 +193350,S00089438,6a4,Ageing in Suburbia,S01006519,"Cults, Bieldside and Milltimber East - 02",8a,Affluent communities,S02001238,"Cults, Bieldside and Milltimber East",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193351 +193351,S00089109,3c2,Constrained Commuters,S01006631,Torry East - 01,4d,Hard-pressed flat dwellers,S02001258,Torry East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193352 +193352,S00089738,5b1,Delayed Retirement,S01006549,Hazlehead - 03,8a,Affluent communities,S02001243,Hazlehead,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193353 +193353,S00089439,6a4,Ageing in Suburbia,S01006518,"Cults, Bieldside and Milltimber East - 01",8a,Affluent communities,S02001238,"Cults, Bieldside and Milltimber East",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193354 +193354,S00090333,8c1,Ageing Industrious Workers,S01006700,Stockethill - 07,3d,Households in terraces and flats,S02001269,Stockethill,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193355 +193355,S00090089,7c1,Challenged Transitionaries,S01006779,Balgownie and Donmouth West - 05,4a,Challenged white communities,S02001282,Balgownie and Donmouth West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193356 +193356,S00089450,3c2,Constrained Commuters,S01006637,Hanover South - 01,1a,Cosmopolitan student neighbourhoods,S02001259,Hanover South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193357 +193357,S00089123,7c2,Constrained Young Families,S01006630,Torry West - 07,4d,Hard-pressed flat dwellers,S02001257,Torry West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193358 +193358,S00089740,5b1,Delayed Retirement,S01006572,West End North - 02,8a,Affluent communities,S02001247,West End North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193359 +193359,S00089440,6a4,Ageing in Suburbia,S01006518,"Cults, Bieldside and Milltimber East - 01",8a,Affluent communities,S02001238,"Cults, Bieldside and Milltimber East",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193360 +193360,S00090369,8c1,Ageing Industrious Workers,S01006748,Bucksburn North - 06,5c,Comfortable neighbourhoods,S02001277,Bucksburn North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193361 +193361,S00090097,7c1,Challenged Transitionaries,S01006776,Balgownie and Donmouth West - 02,4d,Hard-pressed flat dwellers,S02001282,Balgownie and Donmouth West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193362 +193362,S00090853,8c1,Ageing Industrious Workers,S01006617,Cove South - 05,5c,Comfortable neighbourhoods,S02001255,Cove South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193363 +193363,S00089183,7c2,Constrained Young Families,S01006623,Cove North - 05,4b,Constrained renters,S02001256,Cove North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193364 +193364,S00089741,5b1,Delayed Retirement,S01006572,West End North - 02,8a,Affluent communities,S02001247,West End North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193365 +193365,S00089495,3c2,Constrained Commuters,S01006669,Seaton - 04,1a,Cosmopolitan student neighbourhoods,S02001264,Seaton,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193366 +193366,S00090147,7c1,Challenged Transitionaries,S01006742,Bucksburn South - 05,4a,Challenged white communities,S02001276,Bucksburn South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193367 +193367,S00089704,6a4,Ageing in Suburbia,S01006572,West End North - 02,8a,Affluent communities,S02001247,West End North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193368 +193368,S00090894,8c1,Ageing Industrious Workers,S01006511,Culter - 06,8b,Ageing suburbanites,S02001236,Culter,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193369 +193369,S00089292,7c2,Constrained Young Families,S01006526,Garthdee - 01,4d,Hard-pressed flat dwellers,S02001239,Garthdee,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193370 +193370,S00089751,5b1,Delayed Retirement,S01006559,Midstocket - 02,3c,Highly qualified professionals,S02001245,Midstocket,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193371 +193371,S00089993,1b3,Ageing Rural Flat Tenants,S01006574,West End North - 04,3c,Highly qualified professionals,S02001247,West End North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193372 +193372,S00089608,7c2,Constrained Young Families,S01006676,Tillydrone - 02,7a,Urban cultural mix,S02001266,Tillydrone,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193373 +193373,S00089712,6a4,Ageing in Suburbia,S01006561,Midstocket - 04,3a,Achieving neighbourhoods,S02001245,Midstocket,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193374 +193374,S00089501,3c2,Constrained Commuters,S01006666,Seaton - 01,4d,Hard-pressed flat dwellers,S02001264,Seaton,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193375 +193375,S00089753,5b1,Delayed Retirement,S01006559,Midstocket - 02,3c,Highly qualified professionals,S02001245,Midstocket,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193376 +193376,S00090177,7c1,Challenged Transitionaries,S01006744,Bucksburn North - 02,4b,Constrained renters,S02001277,Bucksburn North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193377 +193377,S00090422,1b3,Ageing Rural Flat Tenants,S01006732,Kingswells - 01,2a,Ageing rural neighbourhoods,S02001275,Kingswells,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193378 +193378,S00089817,7c2,Constrained Young Families,S01006716,Cummings Park - 03,4a,Challenged white communities,S02001272,Cummings Park,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193379 +193379,S00089739,6a4,Ageing in Suburbia,S01006549,Hazlehead - 03,8a,Affluent communities,S02001243,Hazlehead,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193380 +193380,S00089511,3c2,Constrained Commuters,S01006674,Old Aberdeen - 04,4d,Hard-pressed flat dwellers,S02001265,Old Aberdeen,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193381 +193381,S00089758,5b1,Delayed Retirement,S01006570,Rosemount - 07,3c,Highly qualified professionals,S02001246,Rosemount,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193382 +193382,S00090277,7c1,Challenged Transitionaries,S01006751,Dyce - 03,5c,Comfortable neighbourhoods,S02001278,Dyce,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193383 +193383,S00090917,1b3,Ageing Rural Flat Tenants,S01006507,Culter - 02,5c,Comfortable neighbourhoods,S02001236,Culter,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193384 +193384,S00089837,7c2,Constrained Young Families,S01006717,Cummings Park - 04,4a,Challenged white communities,S02001272,Cummings Park,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193385 +193385,S00089838,7c2,Constrained Young Families,S01006713,Sheddocksley - 06,4a,Challenged white communities,S02001271,Sheddocksley,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193386 +193386,S00089844,7c2,Constrained Young Families,S01006722,Northfield - 04,4c,Hampered neighbourhoods,S02001273,Northfield,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193387 +193387,S00089920,7c2,Constrained Young Families,S01006707,Mastrick - 07,4d,Hard-pressed flat dwellers,S02001270,Mastrick,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193388 +193388,S00089933,7c2,Constrained Young Families,S01006701,Mastrick - 01,4d,Hard-pressed flat dwellers,S02001270,Mastrick,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193389 +193389,S00089943,7c2,Constrained Young Families,S01006556,Summerhill - 04,4d,Hard-pressed flat dwellers,S02001244,Summerhill,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193390 +193390,S00089950,7c2,Constrained Young Families,S01006709,Sheddocksley - 02,4c,Hampered neighbourhoods,S02001271,Sheddocksley,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193391 +193391,S00089963,7c2,Constrained Young Families,S01006711,Sheddocksley - 04,4a,Challenged white communities,S02001271,Sheddocksley,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193392 +193392,S00089971,7c2,Constrained Young Families,S01006701,Mastrick - 01,4d,Hard-pressed flat dwellers,S02001270,Mastrick,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193393 +193393,S00089990,7c2,Constrained Young Families,S01006713,Sheddocksley - 06,4a,Challenged white communities,S02001271,Sheddocksley,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193394 +193394,S00090008,7c2,Constrained Young Families,S01006721,Northfield - 03,4a,Challenged white communities,S02001273,Northfield,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193395 +193395,S00090031,7c2,Constrained Young Families,S01006724,Northfield - 06,4d,Hard-pressed flat dwellers,S02001273,Northfield,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193396 +193396,S00090033,7c2,Constrained Young Families,S01006715,Cummings Park - 02,4c,Hampered neighbourhoods,S02001272,Cummings Park,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193397 +193397,S00090038,7c2,Constrained Young Families,S01006718,Cummings Park - 05,4c,Hampered neighbourhoods,S02001272,Cummings Park,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193398 +193398,S00090098,7c2,Constrained Young Families,S01006776,Balgownie and Donmouth West - 02,4d,Hard-pressed flat dwellers,S02001282,Balgownie and Donmouth West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193399 +193399,S00090193,7c2,Constrained Young Families,S01006779,Balgownie and Donmouth West - 05,4a,Challenged white communities,S02001282,Balgownie and Donmouth West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193400 +193400,S00089129,5b1,Delayed Retirement,S01006612,"Kincorth, Leggart and Nigg South - 05",5c,Comfortable neighbourhoods,S02001254,"Kincorth, Leggart and Nigg South",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193401 +193401,S00089186,5b1,Delayed Retirement,S01006545,"Braeside, Mannofield, Broomhill and Seafield North - 04",3c,Highly qualified professionals,S02001242,"Braeside, Mannofield, Broomhill and Seafield North",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193402 +193402,S00089188,5b1,Delayed Retirement,S01006581,West End South - 07,8a,Affluent communities,S02001248,West End South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193403 +193403,S00089189,5b1,Delayed Retirement,S01006581,West End South - 07,8a,Affluent communities,S02001248,West End South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193404 +193404,S00089190,5b1,Delayed Retirement,S01006544,"Braeside, Mannofield, Broomhill and Seafield North - 03",3c,Highly qualified professionals,S02001242,"Braeside, Mannofield, Broomhill and Seafield North",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193405 +193405,S00089196,5b1,Delayed Retirement,S01006581,West End South - 07,8a,Affluent communities,S02001248,West End South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193406 +193406,S00089198,5b1,Delayed Retirement,S01006581,West End South - 07,8a,Affluent communities,S02001248,West End South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193407 +193407,S00089200,5b1,Delayed Retirement,S01006575,West End South - 01,3c,Highly qualified professionals,S02001248,West End South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193408 +193408,S00089202,5b1,Delayed Retirement,S01006575,West End South - 01,3c,Highly qualified professionals,S02001248,West End South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193409 +193409,S00089205,5b1,Delayed Retirement,S01006576,West End South - 02,3a,Achieving neighbourhoods,S02001248,West End South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193410 +193410,S00089207,5b1,Delayed Retirement,S01006576,West End South - 02,3a,Achieving neighbourhoods,S02001248,West End South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193411 +193411,S00089234,5b1,Delayed Retirement,S01006577,West End South - 03,1a,Cosmopolitan student neighbourhoods,S02001248,West End South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193412 +193412,S00089253,5b1,Delayed Retirement,S01006535,"Braeside, Mannofield, Broomhill and Seafield East - 04",3c,Highly qualified professionals,S02001240,"Braeside, Mannofield, Broomhill and Seafield East",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193413 +193413,S00089254,5b1,Delayed Retirement,S01006534,"Braeside, Mannofield, Broomhill and Seafield East - 03",3a,Achieving neighbourhoods,S02001240,"Braeside, Mannofield, Broomhill and Seafield East",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193414 +193414,S00089283,5b1,Delayed Retirement,S01006601,Ferryhill South - 04,1a,Cosmopolitan student neighbourhoods,S02001252,Ferryhill South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193415 +193415,S00089328,5b1,Delayed Retirement,S01006537,"Braeside, Mannofield, Broomhill and Seafield South - 01",8a,Affluent communities,S02001241,"Braeside, Mannofield, Broomhill and Seafield South",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193416 +193416,S00089345,5b1,Delayed Retirement,S01006540,"Braeside, Mannofield, Broomhill and Seafield South - 04",3a,Achieving neighbourhoods,S02001241,"Braeside, Mannofield, Broomhill and Seafield South",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193417 +193417,S00089351,5b1,Delayed Retirement,S01006544,"Braeside, Mannofield, Broomhill and Seafield North - 03",3c,Highly qualified professionals,S02001242,"Braeside, Mannofield, Broomhill and Seafield North",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193418 +193418,S00089363,5b1,Delayed Retirement,S01006532,"Braeside, Mannofield, Broomhill and Seafield East - 01",3c,Highly qualified professionals,S02001240,"Braeside, Mannofield, Broomhill and Seafield East",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193419 +193419,S00089419,5b1,Delayed Retirement,S01006523,"Cults, Bieldside and Milltimber East - 06",8a,Affluent communities,S02001238,"Cults, Bieldside and Milltimber East",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193420 +193420,S00089428,5b1,Delayed Retirement,S01006523,"Cults, Bieldside and Milltimber East - 06",8a,Affluent communities,S02001238,"Cults, Bieldside and Milltimber East",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193421 +193421,S00090288,7c1,Challenged Transitionaries,S01006507,Culter - 02,5c,Comfortable neighbourhoods,S02001236,Culter,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193422 +193422,S00089153,8c2,Ageing Rural Industry Workers,S01006603,"Kincorth, Leggart and Nigg North - 01",4b,Constrained renters,S02001253,"Kincorth, Leggart and Nigg North",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193423 +193423,S00089759,5b1,Delayed Retirement,S01006570,Rosemount - 07,3c,Highly qualified professionals,S02001246,Rosemount,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193424 +193424,S00090368,7c1,Challenged Transitionaries,S01006744,Bucksburn North - 02,4b,Constrained renters,S02001277,Bucksburn North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193425 +193425,S00089742,6a4,Ageing in Suburbia,S01006572,West End North - 02,8a,Affluent communities,S02001247,West End North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193426 +193426,S00089884,5b1,Delayed Retirement,S01006563,Midstocket - 06,3c,Highly qualified professionals,S02001245,Midstocket,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193427 +193427,S00089513,3c2,Constrained Commuters,S01006673,Old Aberdeen - 03,1a,Cosmopolitan student neighbourhoods,S02001265,Old Aberdeen,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193428 +193428,S00089882,6a4,Ageing in Suburbia,S01006700,Stockethill - 07,3d,Households in terraces and flats,S02001269,Stockethill,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193429 +193429,S00090186,8c2,Ageing Rural Industry Workers,S01006743,Bucksburn North - 01,5c,Comfortable neighbourhoods,S02001277,Bucksburn North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193430 +193430,S00090489,7c1,Challenged Transitionaries,S01006557,Summerhill - 05,4b,Constrained renters,S02001244,Summerhill,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193431 +193431,S00089913,5b1,Delayed Retirement,S01006554,Summerhill - 02,5a,Ageing urban communities,S02001244,Summerhill,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193432 +193432,S00089514,3c2,Constrained Commuters,S01006672,Old Aberdeen - 02,1a,Cosmopolitan student neighbourhoods,S02001265,Old Aberdeen,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193433 +193433,S00089901,6a4,Ageing in Suburbia,S01006552,Hazlehead - 06,3a,Achieving neighbourhoods,S02001243,Hazlehead,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193434 +193434,S00090262,8c2,Ageing Rural Industry Workers,S01006749,Dyce - 01,4b,Constrained renters,S02001278,Dyce,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193435 +193435,S00090601,7c1,Challenged Transitionaries,S01006612,"Kincorth, Leggart and Nigg South - 05",5c,Comfortable neighbourhoods,S02001254,"Kincorth, Leggart and Nigg South",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193436 +193436,S00089946,5b1,Delayed Retirement,S01006555,Summerhill - 03,4b,Constrained renters,S02001244,Summerhill,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193437 +193437,S00089544,3c2,Constrained Commuters,S01006726,Heathryfold and Middlefield - 01,4d,Hard-pressed flat dwellers,S02001274,Heathryfold and Middlefield,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193438 +193438,S00089548,3c2,Constrained Commuters,S01006685,Woodside - 05,4d,Hard-pressed flat dwellers,S02001267,Woodside,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193439 +193439,S00089570,3c2,Constrained Commuters,S01006682,Woodside - 02,7a,Urban cultural mix,S02001267,Woodside,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193440 +193440,S00089578,3c2,Constrained Commuters,S01006683,Woodside - 03,1a,Cosmopolitan student neighbourhoods,S02001267,Woodside,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193441 +193441,S00089579,3c2,Constrained Commuters,S01006683,Woodside - 03,1a,Cosmopolitan student neighbourhoods,S02001267,Woodside,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193442 +193442,S00089581,3c2,Constrained Commuters,S01006683,Woodside - 03,1a,Cosmopolitan student neighbourhoods,S02001267,Woodside,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193443 +193443,S00089582,3c2,Constrained Commuters,S01006682,Woodside - 02,7a,Urban cultural mix,S02001267,Woodside,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193444 +193444,S00089586,3c2,Constrained Commuters,S01006684,Woodside - 04,1a,Cosmopolitan student neighbourhoods,S02001267,Woodside,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193445 +193445,S00089598,3c2,Constrained Commuters,S01006675,Tillydrone - 01,7a,Urban cultural mix,S02001266,Tillydrone,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193446 +193446,S00089599,3c2,Constrained Commuters,S01006675,Tillydrone - 01,7a,Urban cultural mix,S02001266,Tillydrone,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193447 +193447,S00089609,3c2,Constrained Commuters,S01006676,Tillydrone - 02,7a,Urban cultural mix,S02001266,Tillydrone,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193448 +193448,S00089616,3c2,Constrained Commuters,S01006680,Tillydrone - 06,4d,Hard-pressed flat dwellers,S02001266,Tillydrone,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193449 +193449,S00089618,3c2,Constrained Commuters,S01006678,Tillydrone - 04,4b,Constrained renters,S02001266,Tillydrone,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193450 +193450,S00089619,3c2,Constrained Commuters,S01006680,Tillydrone - 06,4d,Hard-pressed flat dwellers,S02001266,Tillydrone,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193451 +193451,S00089629,3c2,Constrained Commuters,S01006660,"Froghall, Powis and Sunnybank - 03",1a,Cosmopolitan student neighbourhoods,S02001263,"Froghall, Powis and Sunnybank",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193452 +193452,S00089630,3c2,Constrained Commuters,S01006660,"Froghall, Powis and Sunnybank - 03",1a,Cosmopolitan student neighbourhoods,S02001263,"Froghall, Powis and Sunnybank",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193453 +193453,S00089644,3c2,Constrained Commuters,S01006658,"Froghall, Powis and Sunnybank - 01",1a,Cosmopolitan student neighbourhoods,S02001263,"Froghall, Powis and Sunnybank",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193454 +193454,S00089645,3c2,Constrained Commuters,S01006658,"Froghall, Powis and Sunnybank - 01",1a,Cosmopolitan student neighbourhoods,S02001263,"Froghall, Powis and Sunnybank",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193455 +193455,S00089785,3c2,Constrained Commuters,S01006564,Rosemount - 01,1a,Cosmopolitan student neighbourhoods,S02001246,Rosemount,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193456 +193456,S00089786,3c2,Constrained Commuters,S01006564,Rosemount - 01,1a,Cosmopolitan student neighbourhoods,S02001246,Rosemount,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193457 +193457,S00090442,3c2,Constrained Commuters,S01006667,Seaton - 02,1a,Cosmopolitan student neighbourhoods,S02001264,Seaton,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193458 +193458,S00090447,3c2,Constrained Commuters,S01006674,Old Aberdeen - 04,4d,Hard-pressed flat dwellers,S02001265,Old Aberdeen,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193459 +193459,S00090458,3c2,Constrained Commuters,S01006675,Tillydrone - 01,7a,Urban cultural mix,S02001266,Tillydrone,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193460 +193460,S00090463,3c2,Constrained Commuters,S01006662,"Froghall, Powis and Sunnybank - 05",1a,Cosmopolitan student neighbourhoods,S02001263,"Froghall, Powis and Sunnybank",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193461 +193461,S00090464,3c2,Constrained Commuters,S01006635,Torry East - 05,4b,Constrained renters,S02001258,Torry East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193462 +193462,S00090470,3c2,Constrained Commuters,S01006667,Seaton - 02,1a,Cosmopolitan student neighbourhoods,S02001264,Seaton,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193463 +193463,S00090473,3c2,Constrained Commuters,S01006667,Seaton - 02,1a,Cosmopolitan student neighbourhoods,S02001264,Seaton,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193464 +193464,S00090476,3c2,Constrained Commuters,S01006674,Old Aberdeen - 04,4d,Hard-pressed flat dwellers,S02001265,Old Aberdeen,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193465 +193465,S00090529,3c2,Constrained Commuters,S01006645,George Street - 01,1a,Cosmopolitan student neighbourhoods,S02001261,George Street,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193466 +193466,S00090590,3c2,Constrained Commuters,S01006627,Torry West - 04,1a,Cosmopolitan student neighbourhoods,S02001257,Torry West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193467 +193467,S00090671,3c2,Constrained Commuters,S01006589,City Centre East - 03,1a,Cosmopolitan student neighbourhoods,S02001250,City Centre East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193468 +193468,S00089053,3c1,Constrained Neighbourhoods,S01006624,Torry West - 01,1a,Cosmopolitan student neighbourhoods,S02001257,Torry West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193469 +193469,S00089468,3c1,Constrained Neighbourhoods,S01006641,Hanover North - 01,1a,Cosmopolitan student neighbourhoods,S02001260,Hanover North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193470 +193470,S00089498,3c1,Constrained Neighbourhoods,S01006672,Old Aberdeen - 02,1a,Cosmopolitan student neighbourhoods,S02001265,Old Aberdeen,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193471 +193471,S00090613,7c1,Challenged Transitionaries,S01006607,"Kincorth, Leggart and Nigg North - 05",4a,Challenged white communities,S02001253,"Kincorth, Leggart and Nigg North",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193472 +193472,S00090284,8c2,Ageing Rural Industry Workers,S01006750,Dyce - 02,5a,Ageing urban communities,S02001278,Dyce,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193473 +193473,S00090614,7c1,Challenged Transitionaries,S01006607,"Kincorth, Leggart and Nigg North - 05",4a,Challenged white communities,S02001253,"Kincorth, Leggart and Nigg North",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193474 +193474,S00090773,7c1,Challenged Transitionaries,S01006694,Stockethill - 01,4d,Hard-pressed flat dwellers,S02001269,Stockethill,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193475 +193475,S00090293,8c2,Ageing Rural Industry Workers,S01006509,Culter - 04,5c,Comfortable neighbourhoods,S02001236,Culter,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193476 +193476,S00089994,5b1,Delayed Retirement,S01006574,West End North - 04,3c,Highly qualified professionals,S02001247,West End North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193477 +193477,S00090787,7c1,Challenged Transitionaries,S01006721,Northfield - 03,4a,Challenged white communities,S02001273,Northfield,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193478 +193478,S00090884,8c2,Ageing Rural Industry Workers,S01006750,Dyce - 02,5a,Ageing urban communities,S02001278,Dyce,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193479 +193479,S00089995,5b1,Delayed Retirement,S01006574,West End North - 04,3c,Highly qualified professionals,S02001247,West End North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193480 +193480,S00089907,6a4,Ageing in Suburbia,S01006553,Summerhill - 01,5a,Ageing urban communities,S02001244,Summerhill,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193481 +193481,S00090813,7c1,Challenged Transitionaries,S01006781,Balgownie and Donmouth East - 01,8c,Comfortable suburbia,S02001283,Balgownie and Donmouth East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193482 +193482,S00088965,1a3,Agricultural Communities,S01006755,Dyce - 07,2b,Prospering countryside life,S02001278,Dyce,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193483 +193483,S00089998,5b1,Delayed Retirement,S01006549,Hazlehead - 03,8a,Affluent communities,S02001243,Hazlehead,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193484 +193484,S00089919,6a4,Ageing in Suburbia,S01006554,Summerhill - 02,5a,Ageing urban communities,S02001244,Summerhill,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193485 +193485,S00090832,7c1,Challenged Transitionaries,S01006740,Bucksburn South - 03,4a,Challenged white communities,S02001276,Bucksburn South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193486 +193486,S00088968,1a3,Agricultural Communities,S01006732,Kingswells - 01,2a,Ageing rural neighbourhoods,S02001275,Kingswells,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193487 +193487,S00090071,5b1,Delayed Retirement,S01006758,Danestone - 03,8c,Comfortable suburbia,S02001279,Danestone,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193488 +193488,S00090000,6a4,Ageing in Suburbia,S01006549,Hazlehead - 03,8a,Affluent communities,S02001243,Hazlehead,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193489 +193489,S00090834,7c1,Challenged Transitionaries,S01006739,Bucksburn South - 02,3a,Achieving neighbourhoods,S02001276,Bucksburn South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193490 +193490,S00090328,1a3,Agricultural Communities,S01006517,"Cults, Bieldside and Milltimber West - 05",2b,Prospering countryside life,S02001237,"Cults, Bieldside and Milltimber West",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193491 +193491,S00090072,5b1,Delayed Retirement,S01006757,Danestone - 02,5a,Ageing urban communities,S02001279,Danestone,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193492 +193492,S00090074,5b1,Delayed Retirement,S01006761,Danestone - 06,8c,Comfortable suburbia,S02001279,Danestone,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193493 +193493,S00090076,5b1,Delayed Retirement,S01006758,Danestone - 03,8c,Comfortable suburbia,S02001279,Danestone,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193494 +193494,S00090081,5b1,Delayed Retirement,S01006759,Danestone - 04,8c,Comfortable suburbia,S02001279,Danestone,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193495 +193495,S00090091,5b1,Delayed Retirement,S01006772,Oldmachar East - 05,8c,Comfortable suburbia,S02001281,Oldmachar East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193496 +193496,S00090165,5b1,Delayed Retirement,S01006739,Bucksburn South - 02,3a,Achieving neighbourhoods,S02001276,Bucksburn South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193497 +193497,S00090201,5b1,Delayed Retirement,S01006782,Balgownie and Donmouth East - 02,3a,Achieving neighbourhoods,S02001283,Balgownie and Donmouth East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193498 +193498,S00090231,5b1,Delayed Retirement,S01006616,Cove South - 04,3a,Achieving neighbourhoods,S02001255,Cove South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193499 +193499,S00090258,5b1,Delayed Retirement,S01006754,Dyce - 06,8b,Ageing suburbanites,S02001278,Dyce,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193500 +193500,S00090259,5b1,Delayed Retirement,S01006748,Bucksburn North - 06,5c,Comfortable neighbourhoods,S02001277,Bucksburn North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193501 +193501,S00090325,5b1,Delayed Retirement,S01006561,Midstocket - 04,3a,Achieving neighbourhoods,S02001245,Midstocket,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193502 +193502,S00090377,5b1,Delayed Retirement,S01006506,Culter - 01,3c,Highly qualified professionals,S02001236,Culter,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193503 +193503,S00090378,5b1,Delayed Retirement,S01006509,Culter - 04,5c,Comfortable neighbourhoods,S02001236,Culter,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193504 +193504,S00090386,5b1,Delayed Retirement,S01006509,Culter - 04,5c,Comfortable neighbourhoods,S02001236,Culter,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193505 +193505,S00090416,5b1,Delayed Retirement,S01006540,"Braeside, Mannofield, Broomhill and Seafield South - 04",3a,Achieving neighbourhoods,S02001241,"Braeside, Mannofield, Broomhill and Seafield South",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193506 +193506,S00090433,5b1,Delayed Retirement,S01006523,"Cults, Bieldside and Milltimber East - 06",8a,Affluent communities,S02001238,"Cults, Bieldside and Milltimber East",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193507 +193507,S00090501,5b1,Delayed Retirement,S01006786,Denmore - 02,3a,Achieving neighbourhoods,S02001284,Denmore,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193508 +193508,S00090542,5b1,Delayed Retirement,S01006598,Ferryhill South - 01,3a,Achieving neighbourhoods,S02001252,Ferryhill South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193509 +193509,S00090548,5b1,Delayed Retirement,S01006598,Ferryhill South - 01,3a,Achieving neighbourhoods,S02001252,Ferryhill South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193510 +193510,S00090664,5b1,Delayed Retirement,S01006542,"Braeside, Mannofield, Broomhill and Seafield North - 01",8a,Affluent communities,S02001242,"Braeside, Mannofield, Broomhill and Seafield North",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193511 +193511,S00090670,5b1,Delayed Retirement,S01006524,"Cults, Bieldside and Milltimber East - 07",3c,Highly qualified professionals,S02001238,"Cults, Bieldside and Milltimber East",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193512 +193512,S00090740,5b1,Delayed Retirement,S01006653,Ashgrove - 01,1a,Cosmopolitan student neighbourhoods,S02001262,Ashgrove,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193513 +193513,S00090745,5b1,Delayed Retirement,S01006691,Hilton - 06,1a,Cosmopolitan student neighbourhoods,S02001268,Hilton,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193514 +193514,S00090836,5b1,Delayed Retirement,S01006738,Bucksburn South - 01,4b,Constrained renters,S02001276,Bucksburn South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193515 +193515,S00090838,5b1,Delayed Retirement,S01006738,Bucksburn South - 01,4b,Constrained renters,S02001276,Bucksburn South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193516 +193516,S00090845,5b1,Delayed Retirement,S01006786,Denmore - 02,3a,Achieving neighbourhoods,S02001284,Denmore,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193517 +193517,S00090899,5b1,Delayed Retirement,S01006602,Ferryhill South - 05,3c,Highly qualified professionals,S02001252,Ferryhill South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193518 +193518,S00090331,1a3,Agricultural Communities,S01006732,Kingswells - 01,2a,Ageing rural neighbourhoods,S02001275,Kingswells,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193519 +193519,S00090878,7c1,Challenged Transitionaries,S01006749,Dyce - 01,4b,Constrained renters,S02001278,Dyce,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193520 +193520,S00090001,6a4,Ageing in Suburbia,S01006549,Hazlehead - 03,8a,Affluent communities,S02001243,Hazlehead,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193521 +193521,S00090200,6a4,Ageing in Suburbia,S01006784,Balgownie and Donmouth East - 04,3a,Achieving neighbourhoods,S02001283,Balgownie and Donmouth East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193522 +193522,S00090382,1a3,Agricultural Communities,S01006516,"Cults, Bieldside and Milltimber West - 04",8a,Affluent communities,S02001237,"Cults, Bieldside and Milltimber West",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193523 +193523,S00090224,6a4,Ageing in Suburbia,S01006786,Denmore - 02,3a,Achieving neighbourhoods,S02001284,Denmore,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193524 +193524,S00090881,7c1,Challenged Transitionaries,S01006752,Dyce - 04,4a,Challenged white communities,S02001278,Dyce,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193525 +193525,S00090509,1a3,Agricultural Communities,S01006512,Culter - 07,2b,Prospering countryside life,S02001236,Culter,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193526 +193526,S00090225,6a4,Ageing in Suburbia,S01006785,Denmore - 01,8c,Comfortable suburbia,S02001284,Denmore,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193527 +193527,S00090887,7c1,Challenged Transitionaries,S01006750,Dyce - 02,5a,Ageing urban communities,S02001278,Dyce,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193528 +193528,S00089100,7c1,Challenged Transitionaries,S01006635,Torry East - 05,4b,Constrained renters,S02001258,Torry East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193529 +193529,S00089124,7c1,Challenged Transitionaries,S01006630,Torry West - 07,4d,Hard-pressed flat dwellers,S02001257,Torry West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193530 +193530,S00089125,7c1,Challenged Transitionaries,S01006633,Torry East - 03,4b,Constrained renters,S02001258,Torry East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193531 +193531,S00089162,7c1,Challenged Transitionaries,S01006611,"Kincorth, Leggart and Nigg South - 04",4d,Hard-pressed flat dwellers,S02001254,"Kincorth, Leggart and Nigg South",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193532 +193532,S00089163,7c1,Challenged Transitionaries,S01006611,"Kincorth, Leggart and Nigg South - 04",4d,Hard-pressed flat dwellers,S02001254,"Kincorth, Leggart and Nigg South",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193533 +193533,S00089166,7c1,Challenged Transitionaries,S01006610,"Kincorth, Leggart and Nigg South - 03",4a,Challenged white communities,S02001254,"Kincorth, Leggart and Nigg South",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193534 +193534,S00089167,7c1,Challenged Transitionaries,S01006610,"Kincorth, Leggart and Nigg South - 03",4a,Challenged white communities,S02001254,"Kincorth, Leggart and Nigg South",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193535 +193535,S00089172,7c1,Challenged Transitionaries,S01006605,"Kincorth, Leggart and Nigg North - 03",4d,Hard-pressed flat dwellers,S02001253,"Kincorth, Leggart and Nigg North",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193536 +193536,S00089173,7c1,Challenged Transitionaries,S01006605,"Kincorth, Leggart and Nigg North - 03",4d,Hard-pressed flat dwellers,S02001253,"Kincorth, Leggart and Nigg North",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193537 +193537,S00089174,7c1,Challenged Transitionaries,S01006607,"Kincorth, Leggart and Nigg North - 05",4a,Challenged white communities,S02001253,"Kincorth, Leggart and Nigg North",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193538 +193538,S00089177,7c1,Challenged Transitionaries,S01006609,"Kincorth, Leggart and Nigg South - 02",4a,Challenged white communities,S02001254,"Kincorth, Leggart and Nigg South",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193539 +193539,S00089180,7c1,Challenged Transitionaries,S01006607,"Kincorth, Leggart and Nigg North - 05",4a,Challenged white communities,S02001253,"Kincorth, Leggart and Nigg North",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193540 +193540,S00089181,7c1,Challenged Transitionaries,S01006623,Cove North - 05,4b,Constrained renters,S02001256,Cove North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193541 +193541,S00089358,7c1,Challenged Transitionaries,S01006530,Garthdee - 05,4d,Hard-pressed flat dwellers,S02001239,Garthdee,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193542 +193542,S00089401,7c1,Challenged Transitionaries,S01006547,Hazlehead - 01,5c,Comfortable neighbourhoods,S02001243,Hazlehead,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193543 +193543,S00089604,7c1,Challenged Transitionaries,S01006677,Tillydrone - 03,1a,Cosmopolitan student neighbourhoods,S02001266,Tillydrone,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193544 +193544,S00089710,7c1,Challenged Transitionaries,S01006563,Midstocket - 06,3c,Highly qualified professionals,S02001245,Midstocket,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193545 +193545,S00089711,7c1,Challenged Transitionaries,S01006562,Midstocket - 05,3c,Highly qualified professionals,S02001245,Midstocket,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193546 +193546,S00089734,7c1,Challenged Transitionaries,S01006569,Rosemount - 06,1a,Cosmopolitan student neighbourhoods,S02001246,Rosemount,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193547 +193547,S00089807,7c1,Challenged Transitionaries,S01006705,Mastrick - 05,4a,Challenged white communities,S02001270,Mastrick,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193548 +193548,S00089810,7c1,Challenged Transitionaries,S01006714,Cummings Park - 01,4a,Challenged white communities,S02001272,Cummings Park,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193549 +193549,S00089856,7c1,Challenged Transitionaries,S01006694,Stockethill - 01,4d,Hard-pressed flat dwellers,S02001269,Stockethill,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193550 +193550,S00089916,7c1,Challenged Transitionaries,S01006703,Mastrick - 03,4c,Hampered neighbourhoods,S02001270,Mastrick,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193551 +193551,S00090892,7c1,Challenged Transitionaries,S01006509,Culter - 04,5c,Comfortable neighbourhoods,S02001236,Culter,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193552 +193552,S00090919,7c1,Challenged Transitionaries,S01006508,Culter - 03,3a,Achieving neighbourhoods,S02001236,Culter,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193553 +193553,S00088956,6a2,Comfortable Suburbia,S01006732,Kingswells - 01,2a,Ageing rural neighbourhoods,S02001275,Kingswells,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193554 +193554,S00088958,6a2,Comfortable Suburbia,S01006732,Kingswells - 01,2a,Ageing rural neighbourhoods,S02001275,Kingswells,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193555 +193555,S00088960,6a2,Comfortable Suburbia,S01006518,"Cults, Bieldside and Milltimber East - 01",8a,Affluent communities,S02001238,"Cults, Bieldside and Milltimber East",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193556 +193556,S00089406,6a2,Comfortable Suburbia,S01006517,"Cults, Bieldside and Milltimber West - 05",2b,Prospering countryside life,S02001237,"Cults, Bieldside and Milltimber West",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193557 +193557,S00089410,6a2,Comfortable Suburbia,S01006519,"Cults, Bieldside and Milltimber East - 02",8a,Affluent communities,S02001238,"Cults, Bieldside and Milltimber East",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193558 +193558,S00089411,6a2,Comfortable Suburbia,S01006519,"Cults, Bieldside and Milltimber East - 02",8a,Affluent communities,S02001238,"Cults, Bieldside and Milltimber East",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193559 +193559,S00089412,6a2,Comfortable Suburbia,S01006525,"Cults, Bieldside and Milltimber East - 08",3a,Achieving neighbourhoods,S02001238,"Cults, Bieldside and Milltimber East",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193560 +193560,S00089413,6a2,Comfortable Suburbia,S01006519,"Cults, Bieldside and Milltimber East - 02",8a,Affluent communities,S02001238,"Cults, Bieldside and Milltimber East",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193561 +193561,S00089418,6a2,Comfortable Suburbia,S01006517,"Cults, Bieldside and Milltimber West - 05",2b,Prospering countryside life,S02001237,"Cults, Bieldside and Milltimber West",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193562 +193562,S00089703,6a2,Comfortable Suburbia,S01006572,West End North - 02,8a,Affluent communities,S02001247,West End North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193563 +193563,S00090141,6a2,Comfortable Suburbia,S01006769,Oldmachar East - 02,5b,Aspiring urban households,S02001281,Oldmachar East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193564 +193564,S00090305,6a2,Comfortable Suburbia,S01006514,"Cults, Bieldside and Milltimber West - 02",8a,Affluent communities,S02001237,"Cults, Bieldside and Milltimber West",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193565 +193565,S00090306,6a2,Comfortable Suburbia,S01006514,"Cults, Bieldside and Milltimber West - 02",8a,Affluent communities,S02001237,"Cults, Bieldside and Milltimber West",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193566 +193566,S00090309,6a2,Comfortable Suburbia,S01006515,"Cults, Bieldside and Milltimber West - 03",8a,Affluent communities,S02001237,"Cults, Bieldside and Milltimber West",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193567 +193567,S00090316,6a2,Comfortable Suburbia,S01006735,Kingswells - 04,8a,Affluent communities,S02001275,Kingswells,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193568 +193568,S00090395,6a2,Comfortable Suburbia,S01006516,"Cults, Bieldside and Milltimber West - 04",8a,Affluent communities,S02001237,"Cults, Bieldside and Milltimber West",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193569 +193569,S00090403,6a2,Comfortable Suburbia,S01006615,Cove South - 03,8c,Comfortable suburbia,S02001255,Cove South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193570 +193570,S00090405,6a2,Comfortable Suburbia,S01006615,Cove South - 03,8c,Comfortable suburbia,S02001255,Cove South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193571 +193571,S00090427,6a2,Comfortable Suburbia,S01006518,"Cults, Bieldside and Milltimber East - 01",8a,Affluent communities,S02001238,"Cults, Bieldside and Milltimber East",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193572 +193572,S00090428,6a2,Comfortable Suburbia,S01006520,"Cults, Bieldside and Milltimber East - 03",8a,Affluent communities,S02001238,"Cults, Bieldside and Milltimber East",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193573 +193573,S00090260,6a4,Ageing in Suburbia,S01006748,Bucksburn North - 06,5c,Comfortable neighbourhoods,S02001277,Bucksburn North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193574 +193574,S00090269,6a4,Ageing in Suburbia,S01006755,Dyce - 07,2b,Prospering countryside life,S02001278,Dyce,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193575 +193575,S00090299,6a4,Ageing in Suburbia,S01006511,Culter - 06,8b,Ageing suburbanites,S02001236,Culter,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193576 +193576,S00090308,6a4,Ageing in Suburbia,S01006515,"Cults, Bieldside and Milltimber West - 03",8a,Affluent communities,S02001237,"Cults, Bieldside and Milltimber West",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193577 +193577,S00090313,6a4,Ageing in Suburbia,S01006515,"Cults, Bieldside and Milltimber West - 03",8a,Affluent communities,S02001237,"Cults, Bieldside and Milltimber West",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193578 +193578,S00090315,6a4,Ageing in Suburbia,S01006737,Kingswells - 06,8c,Comfortable suburbia,S02001275,Kingswells,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193579 +193579,S00090326,6a4,Ageing in Suburbia,S01006562,Midstocket - 05,3c,Highly qualified professionals,S02001245,Midstocket,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193580 +193580,S00090334,6a4,Ageing in Suburbia,S01006572,West End North - 02,8a,Affluent communities,S02001247,West End North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193581 +193581,S00090380,6a4,Ageing in Suburbia,S01006510,Culter - 05,5a,Ageing urban communities,S02001236,Culter,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193582 +193582,S00090387,6a4,Ageing in Suburbia,S01006521,"Cults, Bieldside and Milltimber East - 04",8a,Affluent communities,S02001238,"Cults, Bieldside and Milltimber East",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193583 +193583,S00090420,6a4,Ageing in Suburbia,S01006542,"Braeside, Mannofield, Broomhill and Seafield North - 01",8a,Affluent communities,S02001242,"Braeside, Mannofield, Broomhill and Seafield North",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193584 +193584,S00090430,6a4,Ageing in Suburbia,S01006521,"Cults, Bieldside and Milltimber East - 04",8a,Affluent communities,S02001238,"Cults, Bieldside and Milltimber East",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193585 +193585,S00090431,6a4,Ageing in Suburbia,S01006521,"Cults, Bieldside and Milltimber East - 04",8a,Affluent communities,S02001238,"Cults, Bieldside and Milltimber East",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193586 +193586,S00090432,6a4,Ageing in Suburbia,S01006523,"Cults, Bieldside and Milltimber East - 06",8a,Affluent communities,S02001238,"Cults, Bieldside and Milltimber East",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193587 +193587,S00090543,6a4,Ageing in Suburbia,S01006598,Ferryhill South - 01,3a,Achieving neighbourhoods,S02001252,Ferryhill South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193588 +193588,S00090669,6a4,Ageing in Suburbia,S01006524,"Cults, Bieldside and Milltimber East - 07",3c,Highly qualified professionals,S02001238,"Cults, Bieldside and Milltimber East",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193589 +193589,S00090753,6a4,Ageing in Suburbia,S01006572,West End North - 02,8a,Affluent communities,S02001247,West End North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193590 +193590,S00090804,6a4,Ageing in Suburbia,S01006759,Danestone - 04,8c,Comfortable suburbia,S02001279,Danestone,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193591 +193591,S00090819,6a4,Ageing in Suburbia,S01006772,Oldmachar East - 05,8c,Comfortable suburbia,S02001281,Oldmachar East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193592 +193592,S00090829,6a4,Ageing in Suburbia,S01006773,Oldmachar East - 06,8a,Affluent communities,S02001281,Oldmachar East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193593 +193593,S00090850,6a4,Ageing in Suburbia,S01006617,Cove South - 05,5c,Comfortable neighbourhoods,S02001255,Cove South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193594 +193594,S00090851,6a4,Ageing in Suburbia,S01006618,Cove South - 06,8c,Comfortable suburbia,S02001255,Cove South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193595 +193595,S00090897,6a4,Ageing in Suburbia,S01006514,"Cults, Bieldside and Milltimber West - 02",8a,Affluent communities,S02001237,"Cults, Bieldside and Milltimber West",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193596 +193596,S00090905,6a4,Ageing in Suburbia,S01006757,Danestone - 02,5a,Ageing urban communities,S02001279,Danestone,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193597 +193597,S00090916,6a4,Ageing in Suburbia,S01006507,Culter - 02,5c,Comfortable neighbourhoods,S02001236,Culter,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193598 +193598,S00089133,8c1,Ageing Industrious Workers,S01006603,"Kincorth, Leggart and Nigg North - 01",4b,Constrained renters,S02001253,"Kincorth, Leggart and Nigg North",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193599 +193599,S00089290,8c1,Ageing Industrious Workers,S01006527,Garthdee - 02,4c,Hampered neighbourhoods,S02001239,Garthdee,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193600 +193600,S00089126,7b1,Eastern European Communities,S01006630,Torry West - 07,4d,Hard-pressed flat dwellers,S02001257,Torry West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193601 +193601,S00089147,7b1,Eastern European Communities,S01006611,"Kincorth, Leggart and Nigg South - 04",4d,Hard-pressed flat dwellers,S02001254,"Kincorth, Leggart and Nigg South",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193602 +193602,S00089149,7b1,Eastern European Communities,S01006603,"Kincorth, Leggart and Nigg North - 01",4b,Constrained renters,S02001253,"Kincorth, Leggart and Nigg North",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193603 +193603,S00089175,7b1,Eastern European Communities,S01006605,"Kincorth, Leggart and Nigg North - 03",4d,Hard-pressed flat dwellers,S02001253,"Kincorth, Leggart and Nigg North",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193604 +193604,S00089307,7b1,Eastern European Communities,S01006531,Garthdee - 06,4d,Hard-pressed flat dwellers,S02001239,Garthdee,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193605 +193605,S00089370,7b1,Eastern European Communities,S01006599,Ferryhill South - 02,1a,Cosmopolitan student neighbourhoods,S02001252,Ferryhill South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193606 +193606,S00089392,7b1,Eastern European Communities,S01006547,Hazlehead - 01,5c,Comfortable neighbourhoods,S02001243,Hazlehead,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193607 +193607,S00089393,7b1,Eastern European Communities,S01006551,Hazlehead - 05,4b,Constrained renters,S02001243,Hazlehead,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193608 +193608,S00089451,7b1,Eastern European Communities,S01006639,Hanover South - 03,1a,Cosmopolitan student neighbourhoods,S02001259,Hanover South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193609 +193609,S00089493,7b1,Eastern European Communities,S01006669,Seaton - 04,1a,Cosmopolitan student neighbourhoods,S02001264,Seaton,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193610 +193610,S00089603,7a2,Hampered Aspiration,S01006677,Tillydrone - 03,1a,Cosmopolitan student neighbourhoods,S02001266,Tillydrone,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193611 +193611,S00090700,7b1,Eastern European Communities,S01006674,Old Aberdeen - 04,4d,Hard-pressed flat dwellers,S02001265,Old Aberdeen,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193612 +193612,S00090481,7b3,Endeavouring Flat Dwellers,S01006681,Woodside - 01,4d,Hard-pressed flat dwellers,S02001267,Woodside,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193613 +193613,S00090210,6a3,Detached Retirement Living,S01006782,Balgownie and Donmouth East - 02,3a,Achieving neighbourhoods,S02001283,Balgownie and Donmouth East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193614 +193614,S00089499,7b1,Eastern European Communities,S01006672,Old Aberdeen - 02,1a,Cosmopolitan student neighbourhoods,S02001265,Old Aberdeen,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193615 +193615,S00089502,7b1,Eastern European Communities,S01006672,Old Aberdeen - 02,1a,Cosmopolitan student neighbourhoods,S02001265,Old Aberdeen,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193616 +193616,S00089506,7b1,Eastern European Communities,S01006666,Seaton - 01,4d,Hard-pressed flat dwellers,S02001264,Seaton,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193617 +193617,S00089508,7b1,Eastern European Communities,S01006673,Old Aberdeen - 03,1a,Cosmopolitan student neighbourhoods,S02001265,Old Aberdeen,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193618 +193618,S00089510,7b1,Eastern European Communities,S01006673,Old Aberdeen - 03,1a,Cosmopolitan student neighbourhoods,S02001265,Old Aberdeen,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193619 +193619,S00089512,7b1,Eastern European Communities,S01006674,Old Aberdeen - 04,4d,Hard-pressed flat dwellers,S02001265,Old Aberdeen,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193620 +193620,S00089518,7b1,Eastern European Communities,S01006674,Old Aberdeen - 04,4d,Hard-pressed flat dwellers,S02001265,Old Aberdeen,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193621 +193621,S00089539,7b1,Eastern European Communities,S01006686,Hilton - 01,4d,Hard-pressed flat dwellers,S02001268,Hilton,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193622 +193622,S00089541,7b1,Eastern European Communities,S01006685,Woodside - 05,4d,Hard-pressed flat dwellers,S02001267,Woodside,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193623 +193623,S00089543,7b1,Eastern European Communities,S01006681,Woodside - 01,4d,Hard-pressed flat dwellers,S02001267,Woodside,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193624 +193624,S00089546,7b1,Eastern European Communities,S01006681,Woodside - 01,4d,Hard-pressed flat dwellers,S02001267,Woodside,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193625 +193625,S00089549,7b1,Eastern European Communities,S01006685,Woodside - 05,4d,Hard-pressed flat dwellers,S02001267,Woodside,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193626 +193626,S00089559,7b1,Eastern European Communities,S01006693,Hilton - 08,1a,Cosmopolitan student neighbourhoods,S02001268,Hilton,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193627 +193627,S00089562,7b1,Eastern European Communities,S01006693,Hilton - 08,1a,Cosmopolitan student neighbourhoods,S02001268,Hilton,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193628 +193628,S00089567,7b1,Eastern European Communities,S01006682,Woodside - 02,7a,Urban cultural mix,S02001267,Woodside,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193629 +193629,S00089569,7b1,Eastern European Communities,S01006682,Woodside - 02,7a,Urban cultural mix,S02001267,Woodside,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193630 +193630,S00089577,7b1,Eastern European Communities,S01006683,Woodside - 03,1a,Cosmopolitan student neighbourhoods,S02001267,Woodside,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193631 +193631,S00089986,7b1,Eastern European Communities,S01006704,Mastrick - 04,4d,Hard-pressed flat dwellers,S02001270,Mastrick,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193632 +193632,S00089729,5a3,Families in Terraces and Flats,S01006558,Midstocket - 01,3c,Highly qualified professionals,S02001245,Midstocket,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193633 +193633,S00089580,7b1,Eastern European Communities,S01006683,Woodside - 03,1a,Cosmopolitan student neighbourhoods,S02001267,Woodside,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193634 +193634,S00089592,7b1,Eastern European Communities,S01006680,Tillydrone - 06,4d,Hard-pressed flat dwellers,S02001266,Tillydrone,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193635 +193635,S00089594,7b1,Eastern European Communities,S01006678,Tillydrone - 04,4b,Constrained renters,S02001266,Tillydrone,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193636 +193636,S00089597,7b1,Eastern European Communities,S01006675,Tillydrone - 01,7a,Urban cultural mix,S02001266,Tillydrone,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193637 +193637,S00089602,7b1,Eastern European Communities,S01006677,Tillydrone - 03,1a,Cosmopolitan student neighbourhoods,S02001266,Tillydrone,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193638 +193638,S00089611,7b1,Eastern European Communities,S01006678,Tillydrone - 04,4b,Constrained renters,S02001266,Tillydrone,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193639 +193639,S00089612,7b1,Eastern European Communities,S01006676,Tillydrone - 02,7a,Urban cultural mix,S02001266,Tillydrone,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193640 +193640,S00089615,7b1,Eastern European Communities,S01006678,Tillydrone - 04,4b,Constrained renters,S02001266,Tillydrone,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193641 +193641,S00089617,7b1,Eastern European Communities,S01006678,Tillydrone - 04,4b,Constrained renters,S02001266,Tillydrone,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193642 +193642,S00089620,7b1,Eastern European Communities,S01006680,Tillydrone - 06,4d,Hard-pressed flat dwellers,S02001266,Tillydrone,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193643 +193643,S00089809,7b1,Eastern European Communities,S01006707,Mastrick - 07,4d,Hard-pressed flat dwellers,S02001270,Mastrick,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193644 +193644,S00089816,7b1,Eastern European Communities,S01006729,Heathryfold and Middlefield - 04,4d,Hard-pressed flat dwellers,S02001274,Heathryfold and Middlefield,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193645 +193645,S00089850,7b1,Eastern European Communities,S01006724,Northfield - 06,4d,Hard-pressed flat dwellers,S02001273,Northfield,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193646 +193646,S00089855,7b1,Eastern European Communities,S01006694,Stockethill - 01,4d,Hard-pressed flat dwellers,S02001269,Stockethill,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193647 +193647,S00089861,7b1,Eastern European Communities,S01006698,Stockethill - 05,4d,Hard-pressed flat dwellers,S02001269,Stockethill,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193648 +193648,S00089866,7b1,Eastern European Communities,S01006697,Stockethill - 04,4b,Constrained renters,S02001269,Stockethill,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193649 +193649,S00089912,7b1,Eastern European Communities,S01006554,Summerhill - 02,5a,Ageing urban communities,S02001244,Summerhill,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193650 +193650,S00089934,7b1,Eastern European Communities,S01006701,Mastrick - 01,4d,Hard-pressed flat dwellers,S02001270,Mastrick,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193651 +193651,S00089938,7b1,Eastern European Communities,S01006556,Summerhill - 04,4d,Hard-pressed flat dwellers,S02001244,Summerhill,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193652 +193652,S00089940,7b1,Eastern European Communities,S01006555,Summerhill - 03,4b,Constrained renters,S02001244,Summerhill,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193653 +193653,S00089942,7b1,Eastern European Communities,S01006555,Summerhill - 03,4b,Constrained renters,S02001244,Summerhill,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193654 +193654,S00089982,7b1,Eastern European Communities,S01006704,Mastrick - 04,4d,Hard-pressed flat dwellers,S02001270,Mastrick,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193655 +193655,S00089983,7b1,Eastern European Communities,S01006704,Mastrick - 04,4d,Hard-pressed flat dwellers,S02001270,Mastrick,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193656 +193656,S00090900,5b1,Delayed Retirement,S01006602,Ferryhill South - 05,3c,Highly qualified professionals,S02001252,Ferryhill South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193657 +193657,S00089819,7a2,Hampered Aspiration,S01006686,Hilton - 01,4d,Hard-pressed flat dwellers,S02001268,Hilton,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193658 +193658,S00089862,7a2,Hampered Aspiration,S01006698,Stockethill - 05,4d,Hard-pressed flat dwellers,S02001269,Stockethill,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193659 +193659,S00090220,6a3,Detached Retirement Living,S01006787,Denmore - 03,5b,Aspiring urban households,S02001284,Denmore,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193660 +193660,S00089871,7a2,Hampered Aspiration,S01006696,Stockethill - 03,4d,Hard-pressed flat dwellers,S02001269,Stockethill,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193661 +193661,S00090227,6a3,Detached Retirement Living,S01006785,Denmore - 01,8c,Comfortable suburbia,S02001284,Denmore,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193662 +193662,S00090712,7b1,Eastern European Communities,S01006684,Woodside - 04,1a,Cosmopolitan student neighbourhoods,S02001267,Woodside,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193663 +193663,S00089891,7a2,Hampered Aspiration,S01006655,Ashgrove - 03,1a,Cosmopolitan student neighbourhoods,S02001262,Ashgrove,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193664 +193664,S00090240,6a3,Detached Retirement Living,S01006619,Cove North - 01,5b,Aspiring urban households,S02001256,Cove North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193665 +193665,S00090729,7b1,Eastern European Communities,S01006656,Ashgrove - 04,1a,Cosmopolitan student neighbourhoods,S02001262,Ashgrove,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193666 +193666,S00090921,5b1,Delayed Retirement,S01006508,Culter - 03,3a,Achieving neighbourhoods,S02001236,Culter,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193667 +193667,S00090513,7b3,Endeavouring Flat Dwellers,S01006585,City Centre West - 04,1a,Cosmopolitan student neighbourhoods,S02001249,City Centre West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193668 +193668,S00089731,5a3,Families in Terraces and Flats,S01006569,Rosemount - 06,1a,Cosmopolitan student neighbourhoods,S02001246,Rosemount,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193669 +193669,S00089897,7a2,Hampered Aspiration,S01006654,Ashgrove - 02,1a,Cosmopolitan student neighbourhoods,S02001262,Ashgrove,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193670 +193670,S00090301,6a3,Detached Retirement Living,S01006511,Culter - 06,8b,Ageing suburbanites,S02001236,Culter,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193671 +193671,S00089977,8b1,Deprived Blue-Collar Terraces,S01006708,Sheddocksley - 01,4a,Challenged white communities,S02001271,Sheddocksley,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193672 +193672,S00090533,7b3,Endeavouring Flat Dwellers,S01006645,George Street - 01,1a,Cosmopolitan student neighbourhoods,S02001261,George Street,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193673 +193673,S00090028,7b1,Eastern European Communities,S01006724,Northfield - 06,4d,Hard-pressed flat dwellers,S02001273,Northfield,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193674 +193674,S00090744,7b1,Eastern European Communities,S01006657,Ashgrove - 05,1a,Cosmopolitan student neighbourhoods,S02001262,Ashgrove,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193675 +193675,S00089744,5a3,Families in Terraces and Flats,S01006573,West End North - 03,3a,Achieving neighbourhoods,S02001247,West End North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193676 +193676,S00090286,7a2,Hampered Aspiration,S01006506,Culter - 01,3c,Highly qualified professionals,S02001236,Culter,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193677 +193677,S00089745,5a3,Families in Terraces and Flats,S01006573,West End North - 03,3a,Achieving neighbourhoods,S02001247,West End North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193678 +193678,S00090040,7b1,Eastern European Communities,S01006729,Heathryfold and Middlefield - 04,4d,Hard-pressed flat dwellers,S02001274,Heathryfold and Middlefield,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193679 +193679,S00090746,7b1,Eastern European Communities,S01006654,Ashgrove - 02,1a,Cosmopolitan student neighbourhoods,S02001262,Ashgrove,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193680 +193680,S00090173,8b1,Deprived Blue-Collar Terraces,S01006747,Bucksburn North - 05,8b,Ageing suburbanites,S02001277,Bucksburn North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193681 +193681,S00090302,6a3,Detached Retirement Living,S01006511,Culter - 06,8b,Ageing suburbanites,S02001236,Culter,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193682 +193682,S00090592,7b3,Endeavouring Flat Dwellers,S01006626,Torry West - 03,4d,Hard-pressed flat dwellers,S02001257,Torry West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193683 +193683,S00089746,5a3,Families in Terraces and Flats,S01006574,West End North - 04,3c,Highly qualified professionals,S02001247,West End North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193684 +193684,S00090448,7a2,Hampered Aspiration,S01006571,West End North - 01,3c,Highly qualified professionals,S02001247,West End North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193685 +193685,S00090250,8b1,Deprived Blue-Collar Terraces,S01006621,Cove North - 03,5b,Aspiring urban households,S02001256,Cove North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193686 +193686,S00090606,7b3,Endeavouring Flat Dwellers,S01006609,"Kincorth, Leggart and Nigg South - 02",4a,Challenged white communities,S02001254,"Kincorth, Leggart and Nigg South",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193687 +193687,S00090775,7b1,Eastern European Communities,S01006697,Stockethill - 04,4b,Constrained renters,S02001269,Stockethill,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193688 +193688,S00090354,6a3,Detached Retirement Living,S01006758,Danestone - 03,8c,Comfortable suburbia,S02001279,Danestone,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193689 +193689,S00090044,7b1,Eastern European Communities,S01006726,Heathryfold and Middlefield - 01,4d,Hard-pressed flat dwellers,S02001274,Heathryfold and Middlefield,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193690 +193690,S00089747,5a3,Families in Terraces and Flats,S01006571,West End North - 01,3c,Highly qualified professionals,S02001247,West End North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193691 +193691,S00090517,7a2,Hampered Aspiration,S01006564,Rosemount - 01,1a,Cosmopolitan student neighbourhoods,S02001246,Rosemount,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193692 +193692,S00090646,7a2,Hampered Aspiration,S01006530,Garthdee - 05,4d,Hard-pressed flat dwellers,S02001239,Garthdee,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193693 +193693,S00090888,7a2,Hampered Aspiration,S01006506,Culter - 01,3c,Highly qualified professionals,S02001236,Culter,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193694 +193694,S00089826,8d2,Hard-Pressed Ethnic Mix,S01006717,Cummings Park - 04,4a,Challenged white communities,S02001272,Cummings Park,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193695 +193695,S00089846,8d2,Hard-Pressed Ethnic Mix,S01006722,Northfield - 04,4c,Hampered neighbourhoods,S02001273,Northfield,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193696 +193696,S00089928,8d2,Hard-Pressed Ethnic Mix,S01006706,Mastrick - 06,4a,Challenged white communities,S02001270,Mastrick,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193697 +193697,S00089931,8d2,Hard-Pressed Ethnic Mix,S01006703,Mastrick - 03,4c,Hampered neighbourhoods,S02001270,Mastrick,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193698 +193698,S00089957,8d2,Hard-Pressed Ethnic Mix,S01006710,Sheddocksley - 03,4a,Challenged white communities,S02001271,Sheddocksley,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193699 +193699,S00089974,8d2,Hard-Pressed Ethnic Mix,S01006708,Sheddocksley - 01,4a,Challenged white communities,S02001271,Sheddocksley,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193700 +193700,S00090018,8d2,Hard-Pressed Ethnic Mix,S01006720,Northfield - 02,4a,Challenged white communities,S02001273,Northfield,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193701 +193701,S00090087,8d2,Hard-Pressed Ethnic Mix,S01006780,Balgownie and Donmouth West - 06,5c,Comfortable neighbourhoods,S02001282,Balgownie and Donmouth West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193702 +193702,S00090346,8d2,Hard-Pressed Ethnic Mix,S01006729,Heathryfold and Middlefield - 04,4d,Hard-pressed flat dwellers,S02001274,Heathryfold and Middlefield,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193703 +193703,S00090644,8d2,Hard-Pressed Ethnic Mix,S01006527,Garthdee - 02,4c,Hampered neighbourhoods,S02001239,Garthdee,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193704 +193704,S00090791,8d2,Hard-Pressed Ethnic Mix,S01006716,Cummings Park - 03,4a,Challenged white communities,S02001272,Cummings Park,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193705 +193705,S00090794,8d2,Hard-Pressed Ethnic Mix,S01006730,Heathryfold and Middlefield - 05,4c,Hampered neighbourhoods,S02001274,Heathryfold and Middlefield,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193706 +193706,S00089179,8d3,Hard-Pressed European Settlers,S01006609,"Kincorth, Leggart and Nigg South - 02",4a,Challenged white communities,S02001254,"Kincorth, Leggart and Nigg South",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193707 +193707,S00089295,8d3,Hard-Pressed European Settlers,S01006527,Garthdee - 02,4c,Hampered neighbourhoods,S02001239,Garthdee,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193708 +193708,S00089397,8d3,Hard-Pressed European Settlers,S01006547,Hazlehead - 01,5c,Comfortable neighbourhoods,S02001243,Hazlehead,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193709 +193709,S00089595,8d3,Hard-Pressed European Settlers,S01006678,Tillydrone - 04,4b,Constrained renters,S02001266,Tillydrone,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193710 +193710,S00089818,8d3,Hard-Pressed European Settlers,S01006718,Cummings Park - 05,4c,Hampered neighbourhoods,S02001272,Cummings Park,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193711 +193711,S00089836,8d3,Hard-Pressed European Settlers,S01006722,Northfield - 04,4c,Hampered neighbourhoods,S02001273,Northfield,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193712 +193712,S00089841,8d3,Hard-Pressed European Settlers,S01006722,Northfield - 04,4c,Hampered neighbourhoods,S02001273,Northfield,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193713 +193713,S00090009,8d3,Hard-Pressed European Settlers,S01006721,Northfield - 03,4a,Challenged white communities,S02001273,Northfield,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193714 +193714,S00090019,8d3,Hard-Pressed European Settlers,S01006725,Northfield - 07,4a,Challenged white communities,S02001273,Northfield,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193715 +193715,S00090025,8d3,Hard-Pressed European Settlers,S01006725,Northfield - 07,4a,Challenged white communities,S02001273,Northfield,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193716 +193716,S00090032,8d3,Hard-Pressed European Settlers,S01006715,Cummings Park - 02,4c,Hampered neighbourhoods,S02001272,Cummings Park,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193717 +193717,S00090039,8d3,Hard-Pressed European Settlers,S01006718,Cummings Park - 05,4c,Hampered neighbourhoods,S02001272,Cummings Park,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193718 +193718,S00089130,8b2,Hard-Pressed Rented Terraces,S01006612,"Kincorth, Leggart and Nigg South - 05",5c,Comfortable neighbourhoods,S02001254,"Kincorth, Leggart and Nigg South",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193719 +193719,S00089134,8b2,Hard-Pressed Rented Terraces,S01006604,"Kincorth, Leggart and Nigg North - 02",4a,Challenged white communities,S02001253,"Kincorth, Leggart and Nigg North",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193720 +193720,S00089144,8b2,Hard-Pressed Rented Terraces,S01006604,"Kincorth, Leggart and Nigg North - 02",4a,Challenged white communities,S02001253,"Kincorth, Leggart and Nigg North",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193721 +193721,S00089145,8b2,Hard-Pressed Rented Terraces,S01006604,"Kincorth, Leggart and Nigg North - 02",4a,Challenged white communities,S02001253,"Kincorth, Leggart and Nigg North",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193722 +193722,S00089155,8b2,Hard-Pressed Rented Terraces,S01006612,"Kincorth, Leggart and Nigg South - 05",5c,Comfortable neighbourhoods,S02001254,"Kincorth, Leggart and Nigg South",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193723 +193723,S00089157,8b2,Hard-Pressed Rented Terraces,S01006612,"Kincorth, Leggart and Nigg South - 05",5c,Comfortable neighbourhoods,S02001254,"Kincorth, Leggart and Nigg South",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193724 +193724,S00089158,8b2,Hard-Pressed Rented Terraces,S01006603,"Kincorth, Leggart and Nigg North - 01",4b,Constrained renters,S02001253,"Kincorth, Leggart and Nigg North",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193725 +193725,S00089159,8b2,Hard-Pressed Rented Terraces,S01006611,"Kincorth, Leggart and Nigg South - 04",4d,Hard-pressed flat dwellers,S02001254,"Kincorth, Leggart and Nigg South",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193726 +193726,S00089160,8b2,Hard-Pressed Rented Terraces,S01006611,"Kincorth, Leggart and Nigg South - 04",4d,Hard-pressed flat dwellers,S02001254,"Kincorth, Leggart and Nigg South",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193727 +193727,S00089161,8b2,Hard-Pressed Rented Terraces,S01006611,"Kincorth, Leggart and Nigg South - 04",4d,Hard-pressed flat dwellers,S02001254,"Kincorth, Leggart and Nigg South",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193728 +193728,S00089165,8b2,Hard-Pressed Rented Terraces,S01006611,"Kincorth, Leggart and Nigg South - 04",4d,Hard-pressed flat dwellers,S02001254,"Kincorth, Leggart and Nigg South",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193729 +193729,S00089178,8b2,Hard-Pressed Rented Terraces,S01006609,"Kincorth, Leggart and Nigg South - 02",4a,Challenged white communities,S02001254,"Kincorth, Leggart and Nigg South",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193730 +193730,S00089291,8b2,Hard-Pressed Rented Terraces,S01006526,Garthdee - 01,4d,Hard-pressed flat dwellers,S02001239,Garthdee,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193731 +193731,S00089296,8b2,Hard-Pressed Rented Terraces,S01006526,Garthdee - 01,4d,Hard-pressed flat dwellers,S02001239,Garthdee,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193732 +193732,S00089298,8b2,Hard-Pressed Rented Terraces,S01006527,Garthdee - 02,4c,Hampered neighbourhoods,S02001239,Garthdee,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193733 +193733,S00090356,8b1,Deprived Blue-Collar Terraces,S01006769,Oldmachar East - 02,5b,Aspiring urban households,S02001281,Oldmachar East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193734 +193734,S00090361,6a3,Detached Retirement Living,S01006764,Oldmachar West - 03,3a,Achieving neighbourhoods,S02001280,Oldmachar West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193735 +193735,S00089748,5a3,Families in Terraces and Flats,S01006574,West End North - 04,3c,Highly qualified professionals,S02001247,West End North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193736 +193736,S00090047,7b1,Eastern European Communities,S01006726,Heathryfold and Middlefield - 01,4d,Hard-pressed flat dwellers,S02001274,Heathryfold and Middlefield,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193737 +193737,S00090641,7b3,Endeavouring Flat Dwellers,S01006526,Garthdee - 01,4d,Hard-pressed flat dwellers,S02001239,Garthdee,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193738 +193738,S00090600,8b1,Deprived Blue-Collar Terraces,S01006604,"Kincorth, Leggart and Nigg North - 02",4a,Challenged white communities,S02001253,"Kincorth, Leggart and Nigg North",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193739 +193739,S00090374,6a3,Detached Retirement Living,S01006754,Dyce - 06,8b,Ageing suburbanites,S02001278,Dyce,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193740 +193740,S00089749,5a3,Families in Terraces and Flats,S01006574,West End North - 04,3c,Highly qualified professionals,S02001247,West End North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193741 +193741,S00090048,7b1,Eastern European Communities,S01006726,Heathryfold and Middlefield - 01,4d,Hard-pressed flat dwellers,S02001274,Heathryfold and Middlefield,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193742 +193742,S00090049,7b1,Eastern European Communities,S01006727,Heathryfold and Middlefield - 02,4d,Hard-pressed flat dwellers,S02001274,Heathryfold and Middlefield,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193743 +193743,S00090050,7b1,Eastern European Communities,S01006727,Heathryfold and Middlefield - 02,4d,Hard-pressed flat dwellers,S02001274,Heathryfold and Middlefield,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193744 +193744,S00090776,7b1,Eastern European Communities,S01006696,Stockethill - 03,4d,Hard-pressed flat dwellers,S02001269,Stockethill,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193745 +193745,S00090375,6a3,Detached Retirement Living,S01006754,Dyce - 06,8b,Ageing suburbanites,S02001278,Dyce,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193746 +193746,S00089752,5a3,Families in Terraces and Flats,S01006559,Midstocket - 02,3c,Highly qualified professionals,S02001245,Midstocket,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193747 +193747,S00090051,7b1,Eastern European Communities,S01006726,Heathryfold and Middlefield - 01,4d,Hard-pressed flat dwellers,S02001274,Heathryfold and Middlefield,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193748 +193748,S00090777,7b1,Eastern European Communities,S01006696,Stockethill - 03,4d,Hard-pressed flat dwellers,S02001269,Stockethill,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193749 +193749,S00090691,7b3,Endeavouring Flat Dwellers,S01006670,Seaton - 05,1a,Cosmopolitan student neighbourhoods,S02001264,Seaton,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193750 +193750,S00090793,8b1,Deprived Blue-Collar Terraces,S01006730,Heathryfold and Middlefield - 05,4c,Hampered neighbourhoods,S02001274,Heathryfold and Middlefield,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193751 +193751,S00090706,7b3,Endeavouring Flat Dwellers,S01006686,Hilton - 01,4d,Hard-pressed flat dwellers,S02001268,Hilton,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193752 +193752,S00090384,6a3,Detached Retirement Living,S01006735,Kingswells - 04,8a,Affluent communities,S02001275,Kingswells,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193753 +193753,S00090830,8b1,Deprived Blue-Collar Terraces,S01006763,Oldmachar West - 02,8c,Comfortable suburbia,S02001280,Oldmachar West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193754 +193754,S00090065,7b1,Eastern European Communities,S01006727,Heathryfold and Middlefield - 02,4d,Hard-pressed flat dwellers,S02001274,Heathryfold and Middlefield,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193755 +193755,S00090849,8b1,Deprived Blue-Collar Terraces,S01006616,Cove South - 04,3a,Achieving neighbourhoods,S02001255,Cove South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193756 +193756,S00089754,5a3,Families in Terraces and Flats,S01006570,Rosemount - 07,3c,Highly qualified professionals,S02001246,Rosemount,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193757 +193757,S00090785,7b1,Eastern European Communities,S01006704,Mastrick - 04,4d,Hard-pressed flat dwellers,S02001270,Mastrick,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193758 +193758,S00090707,7b3,Endeavouring Flat Dwellers,S01006687,Hilton - 02,4d,Hard-pressed flat dwellers,S02001268,Hilton,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193759 +193759,S00090392,6a3,Detached Retirement Living,S01006608,"Kincorth, Leggart and Nigg South - 01",8c,Comfortable suburbia,S02001254,"Kincorth, Leggart and Nigg South",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193760 +193760,S00090066,7b1,Eastern European Communities,S01006724,Northfield - 06,4d,Hard-pressed flat dwellers,S02001273,Northfield,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193761 +193761,S00090761,7b3,Endeavouring Flat Dwellers,S01006567,Rosemount - 04,1a,Cosmopolitan student neighbourhoods,S02001246,Rosemount,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193762 +193762,S00090786,7b1,Eastern European Communities,S01006704,Mastrick - 04,4d,Hard-pressed flat dwellers,S02001270,Mastrick,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193763 +193763,S00089755,5a3,Families in Terraces and Flats,S01006570,Rosemount - 07,3c,Highly qualified professionals,S02001246,Rosemount,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193764 +193764,S00090944,8b1,Deprived Blue-Collar Terraces,S01006737,Kingswells - 06,8c,Comfortable suburbia,S02001275,Kingswells,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193765 +193765,S00090394,6a3,Detached Retirement Living,S01006516,"Cults, Bieldside and Milltimber West - 04",8a,Affluent communities,S02001237,"Cults, Bieldside and Milltimber West",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193766 +193766,S00090319,7b1,Eastern European Communities,S01006658,"Froghall, Powis and Sunnybank - 01",1a,Cosmopolitan student neighbourhoods,S02001263,"Froghall, Powis and Sunnybank",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193767 +193767,S00090772,7b3,Endeavouring Flat Dwellers,S01006694,Stockethill - 01,4d,Hard-pressed flat dwellers,S02001269,Stockethill,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193768 +193768,S00090796,7b1,Eastern European Communities,S01006731,Heathryfold and Middlefield - 06,4a,Challenged white communities,S02001274,Heathryfold and Middlefield,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193769 +193769,S00089761,5a3,Families in Terraces and Flats,S01006571,West End North - 01,3c,Highly qualified professionals,S02001247,West End North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193770 +193770,S00090418,6a3,Detached Retirement Living,S01006538,"Braeside, Mannofield, Broomhill and Seafield South - 02",8c,Comfortable suburbia,S02001241,"Braeside, Mannofield, Broomhill and Seafield South",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193771 +193771,S00090797,7b1,Eastern European Communities,S01006731,Heathryfold and Middlefield - 06,4a,Challenged white communities,S02001274,Heathryfold and Middlefield,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193772 +193772,S00088983,7b2,Deprived Neighbourhoods,S01006586,City Centre West - 05,1a,Cosmopolitan student neighbourhoods,S02001249,City Centre West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193773 +193773,S00089763,5a3,Families in Terraces and Flats,S01006571,West End North - 01,3c,Highly qualified professionals,S02001247,West End North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193774 +193774,S00090421,6a3,Detached Retirement Living,S01006546,"Braeside, Mannofield, Broomhill and Seafield North - 05",8a,Affluent communities,S02001242,"Braeside, Mannofield, Broomhill and Seafield North",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193775 +193775,S00090837,7b1,Eastern European Communities,S01006738,Bucksburn South - 01,4b,Constrained renters,S02001276,Bucksburn South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193776 +193776,S00088988,7b2,Deprived Neighbourhoods,S01006648,George Street - 04,1a,Cosmopolitan student neighbourhoods,S02001261,George Street,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193777 +193777,S00089152,7b2,Deprived Neighbourhoods,S01006603,"Kincorth, Leggart and Nigg North - 01",4b,Constrained renters,S02001253,"Kincorth, Leggart and Nigg North",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193778 +193778,S00089171,7b2,Deprived Neighbourhoods,S01006605,"Kincorth, Leggart and Nigg North - 03",4d,Hard-pressed flat dwellers,S02001253,"Kincorth, Leggart and Nigg North",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193779 +193779,S00089526,7b2,Deprived Neighbourhoods,S01006688,Hilton - 03,4d,Hard-pressed flat dwellers,S02001268,Hilton,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193780 +193780,S00089672,7b2,Deprived Neighbourhoods,S01006649,George Street - 05,1a,Cosmopolitan student neighbourhoods,S02001261,George Street,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193781 +193781,S00089673,7b2,Deprived Neighbourhoods,S01006651,George Street - 07,1a,Cosmopolitan student neighbourhoods,S02001261,George Street,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193782 +193782,S00089853,7b2,Deprived Neighbourhoods,S01006694,Stockethill - 01,4d,Hard-pressed flat dwellers,S02001269,Stockethill,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193783 +193783,S00089935,7b2,Deprived Neighbourhoods,S01006701,Mastrick - 01,4d,Hard-pressed flat dwellers,S02001270,Mastrick,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193784 +193784,S00090023,7b2,Deprived Neighbourhoods,S01006725,Northfield - 07,4a,Challenged white communities,S02001273,Northfield,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193785 +193785,S00090046,7b2,Deprived Neighbourhoods,S01006729,Heathryfold and Middlefield - 04,4d,Hard-pressed flat dwellers,S02001274,Heathryfold and Middlefield,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193786 +193786,S00090487,7b2,Deprived Neighbourhoods,S01006698,Stockethill - 05,4d,Hard-pressed flat dwellers,S02001269,Stockethill,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193787 +193787,S00090647,7b2,Deprived Neighbourhoods,S01006530,Garthdee - 05,4d,Hard-pressed flat dwellers,S02001239,Garthdee,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193788 +193788,S00089119,6a3,Detached Retirement Living,S01006608,"Kincorth, Leggart and Nigg South - 01",8c,Comfortable suburbia,S02001254,"Kincorth, Leggart and Nigg South",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193789 +193789,S00089329,6a3,Detached Retirement Living,S01006537,"Braeside, Mannofield, Broomhill and Seafield South - 01",8a,Affluent communities,S02001241,"Braeside, Mannofield, Broomhill and Seafield South",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193790 +193790,S00089347,6a3,Detached Retirement Living,S01006546,"Braeside, Mannofield, Broomhill and Seafield North - 05",8a,Affluent communities,S02001242,"Braeside, Mannofield, Broomhill and Seafield North",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193791 +193791,S00089348,6a3,Detached Retirement Living,S01006546,"Braeside, Mannofield, Broomhill and Seafield North - 05",8a,Affluent communities,S02001242,"Braeside, Mannofield, Broomhill and Seafield North",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193792 +193792,S00088963,1a2,Established Farming Communities,S01006506,Culter - 01,3c,Highly qualified professionals,S02001236,Culter,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193793 +193793,S00090339,7b1,Eastern European Communities,S01006703,Mastrick - 03,4c,Hampered neighbourhoods,S02001270,Mastrick,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193794 +193794,S00089352,6a3,Detached Retirement Living,S01006546,"Braeside, Mannofield, Broomhill and Seafield North - 05",8a,Affluent communities,S02001242,"Braeside, Mannofield, Broomhill and Seafield North",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193795 +193795,S00089355,6a3,Detached Retirement Living,S01006550,Hazlehead - 04,8a,Affluent communities,S02001243,Hazlehead,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193796 +193796,S00089380,6a3,Detached Retirement Living,S01006548,Hazlehead - 02,8b,Ageing suburbanites,S02001243,Hazlehead,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193797 +193797,S00089381,6a3,Detached Retirement Living,S01006550,Hazlehead - 04,8a,Affluent communities,S02001243,Hazlehead,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193798 +193798,S00089383,6a3,Detached Retirement Living,S01006544,"Braeside, Mannofield, Broomhill and Seafield North - 03",3c,Highly qualified professionals,S02001242,"Braeside, Mannofield, Broomhill and Seafield North",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193799 +193799,S00089404,6a3,Detached Retirement Living,S01006518,"Cults, Bieldside and Milltimber East - 01",8a,Affluent communities,S02001238,"Cults, Bieldside and Milltimber East",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193800 +193800,S00089435,6a3,Detached Retirement Living,S01006524,"Cults, Bieldside and Milltimber East - 07",3c,Highly qualified professionals,S02001238,"Cults, Bieldside and Milltimber East",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193801 +193801,S00089709,6a3,Detached Retirement Living,S01006562,Midstocket - 05,3c,Highly qualified professionals,S02001245,Midstocket,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193802 +193802,S00089899,6a3,Detached Retirement Living,S01006552,Hazlehead - 06,3a,Achieving neighbourhoods,S02001243,Hazlehead,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193803 +193803,S00089908,6a3,Detached Retirement Living,S01006553,Summerhill - 01,5a,Ageing urban communities,S02001244,Summerhill,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193804 +193804,S00089915,6a3,Detached Retirement Living,S01006554,Summerhill - 02,5a,Ageing urban communities,S02001244,Summerhill,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193805 +193805,S00089997,6a3,Detached Retirement Living,S01006549,Hazlehead - 03,8a,Affluent communities,S02001243,Hazlehead,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193806 +193806,S00090075,6a3,Detached Retirement Living,S01006761,Danestone - 06,8c,Comfortable suburbia,S02001279,Danestone,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193807 +193807,S00090101,6a3,Detached Retirement Living,S01006777,Balgownie and Donmouth West - 03,8b,Ageing suburbanites,S02001282,Balgownie and Donmouth West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193808 +193808,S00090102,6a3,Detached Retirement Living,S01006777,Balgownie and Donmouth West - 03,8b,Ageing suburbanites,S02001282,Balgownie and Donmouth West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193809 +193809,S00090108,6a3,Detached Retirement Living,S01006770,Oldmachar East - 03,8b,Ageing suburbanites,S02001281,Oldmachar East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193810 +193810,S00090117,6a3,Detached Retirement Living,S01006773,Oldmachar East - 06,8a,Affluent communities,S02001281,Oldmachar East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193811 +193811,S00090118,6a3,Detached Retirement Living,S01006772,Oldmachar East - 05,8c,Comfortable suburbia,S02001281,Oldmachar East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193812 +193812,S00090120,6a3,Detached Retirement Living,S01006774,Oldmachar East - 07,8c,Comfortable suburbia,S02001281,Oldmachar East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193813 +193813,S00090127,6a3,Detached Retirement Living,S01006762,Oldmachar West - 01,2d,Rural traits,S02001280,Oldmachar West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193814 +193814,S00090129,6a3,Detached Retirement Living,S01006762,Oldmachar West - 01,2d,Rural traits,S02001280,Oldmachar West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193815 +193815,S00090132,6a3,Detached Retirement Living,S01006766,Oldmachar West - 05,8c,Comfortable suburbia,S02001280,Oldmachar West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193816 +193816,S00089764,5a3,Families in Terraces and Flats,S01006571,West End North - 01,3c,Highly qualified professionals,S02001247,West End North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193817 +193817,S00090424,6a3,Detached Retirement Living,S01006548,Hazlehead - 02,8b,Ageing suburbanites,S02001243,Hazlehead,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193818 +193818,S00088984,7b3,Endeavouring Flat Dwellers,S01006565,Rosemount - 02,1a,Cosmopolitan student neighbourhoods,S02001246,Rosemount,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193819 +193819,S00089799,5a3,Families in Terraces and Flats,S01006566,Rosemount - 03,1a,Cosmopolitan student neighbourhoods,S02001246,Rosemount,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193820 +193820,S00090429,6a3,Detached Retirement Living,S01006522,"Cults, Bieldside and Milltimber East - 05",8a,Affluent communities,S02001238,"Cults, Bieldside and Milltimber East",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193821 +193821,S00090347,7b1,Eastern European Communities,S01006726,Heathryfold and Middlefield - 01,4d,Hard-pressed flat dwellers,S02001274,Heathryfold and Middlefield,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193822 +193822,S00088969,1a2,Established Farming Communities,S01006788,Denmore - 04,3a,Achieving neighbourhoods,S02001284,Denmore,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193823 +193823,S00089078,7b3,Endeavouring Flat Dwellers,S01006626,Torry West - 03,4d,Hard-pressed flat dwellers,S02001257,Torry West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193824 +193824,S00089947,5a3,Families in Terraces and Flats,S01006555,Summerhill - 03,4b,Constrained renters,S02001244,Summerhill,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193825 +193825,S00090496,6a3,Detached Retirement Living,S01006758,Danestone - 03,8c,Comfortable suburbia,S02001279,Danestone,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193826 +193826,S00089081,7b3,Endeavouring Flat Dwellers,S01006632,Torry East - 02,4d,Hard-pressed flat dwellers,S02001258,Torry East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193827 +193827,S00090400,1a2,Established Farming Communities,S01006515,"Cults, Bieldside and Milltimber West - 03",8a,Affluent communities,S02001237,"Cults, Bieldside and Milltimber West",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193828 +193828,S00090413,7b1,Eastern European Communities,S01006531,Garthdee - 06,4d,Hard-pressed flat dwellers,S02001239,Garthdee,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193829 +193829,S00090133,5a3,Families in Terraces and Flats,S01006764,Oldmachar West - 03,3a,Achieving neighbourhoods,S02001280,Oldmachar West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193830 +193830,S00090505,6a3,Detached Retirement Living,S01006748,Bucksburn North - 06,5c,Comfortable neighbourhoods,S02001277,Bucksburn North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193831 +193831,S00089104,7b3,Endeavouring Flat Dwellers,S01006627,Torry West - 04,1a,Cosmopolitan student neighbourhoods,S02001257,Torry West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193832 +193832,S00089105,7b3,Endeavouring Flat Dwellers,S01006631,Torry East - 01,4d,Hard-pressed flat dwellers,S02001258,Torry East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193833 +193833,S00089151,7b3,Endeavouring Flat Dwellers,S01006603,"Kincorth, Leggart and Nigg North - 01",4b,Constrained renters,S02001253,"Kincorth, Leggart and Nigg North",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193834 +193834,S00089360,7b3,Endeavouring Flat Dwellers,S01006599,Ferryhill South - 02,1a,Cosmopolitan student neighbourhoods,S02001252,Ferryhill South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193835 +193835,S00089441,7b3,Endeavouring Flat Dwellers,S01006639,Hanover South - 03,1a,Cosmopolitan student neighbourhoods,S02001259,Hanover South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193836 +193836,S00089452,7b3,Endeavouring Flat Dwellers,S01006637,Hanover South - 01,1a,Cosmopolitan student neighbourhoods,S02001259,Hanover South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193837 +193837,S00089455,7b3,Endeavouring Flat Dwellers,S01006638,Hanover South - 02,1a,Cosmopolitan student neighbourhoods,S02001259,Hanover South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193838 +193838,S00089484,7b3,Endeavouring Flat Dwellers,S01006644,Hanover North - 04,1a,Cosmopolitan student neighbourhoods,S02001260,Hanover North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193839 +193839,S00089492,7b3,Endeavouring Flat Dwellers,S01006669,Seaton - 04,1a,Cosmopolitan student neighbourhoods,S02001264,Seaton,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193840 +193840,S00089524,7b3,Endeavouring Flat Dwellers,S01006688,Hilton - 03,4d,Hard-pressed flat dwellers,S02001268,Hilton,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193841 +193841,S00089529,7b3,Endeavouring Flat Dwellers,S01006686,Hilton - 01,4d,Hard-pressed flat dwellers,S02001268,Hilton,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193842 +193842,S00089531,7b3,Endeavouring Flat Dwellers,S01006687,Hilton - 02,4d,Hard-pressed flat dwellers,S02001268,Hilton,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193843 +193843,S00089532,7b3,Endeavouring Flat Dwellers,S01006687,Hilton - 02,4d,Hard-pressed flat dwellers,S02001268,Hilton,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193844 +193844,S00089533,7b3,Endeavouring Flat Dwellers,S01006687,Hilton - 02,4d,Hard-pressed flat dwellers,S02001268,Hilton,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193845 +193845,S00089534,7b3,Endeavouring Flat Dwellers,S01006687,Hilton - 02,4d,Hard-pressed flat dwellers,S02001268,Hilton,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193846 +193846,S00089535,7b3,Endeavouring Flat Dwellers,S01006687,Hilton - 02,4d,Hard-pressed flat dwellers,S02001268,Hilton,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193847 +193847,S00089536,7b3,Endeavouring Flat Dwellers,S01006686,Hilton - 01,4d,Hard-pressed flat dwellers,S02001268,Hilton,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193848 +193848,S00089537,7b3,Endeavouring Flat Dwellers,S01006686,Hilton - 01,4d,Hard-pressed flat dwellers,S02001268,Hilton,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193849 +193849,S00089538,7b3,Endeavouring Flat Dwellers,S01006687,Hilton - 02,4d,Hard-pressed flat dwellers,S02001268,Hilton,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193850 +193850,S00089540,7b3,Endeavouring Flat Dwellers,S01006685,Woodside - 05,4d,Hard-pressed flat dwellers,S02001267,Woodside,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193851 +193851,S00089547,7b3,Endeavouring Flat Dwellers,S01006685,Woodside - 05,4d,Hard-pressed flat dwellers,S02001267,Woodside,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193852 +193852,S00089550,7b3,Endeavouring Flat Dwellers,S01006687,Hilton - 02,4d,Hard-pressed flat dwellers,S02001268,Hilton,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193853 +193853,S00089551,7b3,Endeavouring Flat Dwellers,S01006685,Woodside - 05,4d,Hard-pressed flat dwellers,S02001267,Woodside,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193854 +193854,S00089707,7b3,Endeavouring Flat Dwellers,S01006562,Midstocket - 05,3c,Highly qualified professionals,S02001245,Midstocket,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193855 +193855,S00089811,7b3,Endeavouring Flat Dwellers,S01006707,Mastrick - 07,4d,Hard-pressed flat dwellers,S02001270,Mastrick,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193856 +193856,S00089867,7b3,Endeavouring Flat Dwellers,S01006697,Stockethill - 04,4b,Constrained renters,S02001269,Stockethill,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193857 +193857,S00089868,7b3,Endeavouring Flat Dwellers,S01006697,Stockethill - 04,4b,Constrained renters,S02001269,Stockethill,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193858 +193858,S00089885,7b3,Endeavouring Flat Dwellers,S01006700,Stockethill - 07,3d,Households in terraces and flats,S02001269,Stockethill,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193859 +193859,S00089893,7b3,Endeavouring Flat Dwellers,S01006654,Ashgrove - 02,1a,Cosmopolitan student neighbourhoods,S02001262,Ashgrove,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193860 +193860,S00089898,7b3,Endeavouring Flat Dwellers,S01006654,Ashgrove - 02,1a,Cosmopolitan student neighbourhoods,S02001262,Ashgrove,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193861 +193861,S00090187,7b3,Endeavouring Flat Dwellers,S01006743,Bucksburn North - 01,5c,Comfortable neighbourhoods,S02001277,Bucksburn North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193862 +193862,S00090189,7b3,Endeavouring Flat Dwellers,S01006738,Bucksburn South - 01,4b,Constrained renters,S02001276,Bucksburn South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193863 +193863,S00090289,7b3,Endeavouring Flat Dwellers,S01006506,Culter - 01,3c,Highly qualified professionals,S02001236,Culter,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193864 +193864,S00090324,7b3,Endeavouring Flat Dwellers,S01006691,Hilton - 06,1a,Cosmopolitan student neighbourhoods,S02001268,Hilton,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193865 +193865,S00090135,5a3,Families in Terraces and Flats,S01006764,Oldmachar West - 03,3a,Achieving neighbourhoods,S02001280,Oldmachar West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193866 +193866,S00090506,6a3,Detached Retirement Living,S01006748,Bucksburn North - 06,5c,Comfortable neighbourhoods,S02001277,Bucksburn North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193867 +193867,S00090443,7b1,Eastern European Communities,S01006669,Seaton - 04,1a,Cosmopolitan student neighbourhoods,S02001264,Seaton,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193868 +193868,S00090401,1a2,Established Farming Communities,S01006512,Culter - 07,2b,Prospering countryside life,S02001236,Culter,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193869 +193869,S00090136,5a3,Families in Terraces and Flats,S01006764,Oldmachar West - 03,3a,Achieving neighbourhoods,S02001280,Oldmachar West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193870 +193870,S00090164,5a3,Families in Terraces and Flats,S01006739,Bucksburn South - 02,3a,Achieving neighbourhoods,S02001276,Bucksburn South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193871 +193871,S00090166,5a3,Families in Terraces and Flats,S01006738,Bucksburn South - 01,4b,Constrained renters,S02001276,Bucksburn South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193872 +193872,S00090238,5a3,Families in Terraces and Flats,S01006619,Cove North - 01,5b,Aspiring urban households,S02001256,Cove North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193873 +193873,S00090251,5a3,Families in Terraces and Flats,S01006622,Cove North - 04,3a,Achieving neighbourhoods,S02001256,Cove North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193874 +193874,S00090287,5a3,Families in Terraces and Flats,S01006506,Culter - 01,3c,Highly qualified professionals,S02001236,Culter,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193875 +193875,S00090323,5a3,Families in Terraces and Flats,S01006655,Ashgrove - 03,1a,Cosmopolitan student neighbourhoods,S02001262,Ashgrove,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193876 +193876,S00090396,5a3,Families in Terraces and Flats,S01006577,West End South - 03,1a,Cosmopolitan student neighbourhoods,S02001248,West End South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193877 +193877,S00090498,5a3,Families in Terraces and Flats,S01006760,Danestone - 05,3a,Achieving neighbourhoods,S02001279,Danestone,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193878 +193878,S00090555,5a3,Families in Terraces and Flats,S01006593,Ferryhill North - 03,1a,Cosmopolitan student neighbourhoods,S02001251,Ferryhill North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193879 +193879,S00090559,5a3,Families in Terraces and Flats,S01006595,Ferryhill North - 05,1a,Cosmopolitan student neighbourhoods,S02001251,Ferryhill North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193880 +193880,S00090615,5a3,Families in Terraces and Flats,S01006575,West End South - 01,3c,Highly qualified professionals,S02001248,West End South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193881 +193881,S00090626,5a3,Families in Terraces and Flats,S01006580,West End South - 06,1a,Cosmopolitan student neighbourhoods,S02001248,West End South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193882 +193882,S00090633,5a3,Families in Terraces and Flats,S01006601,Ferryhill South - 04,1a,Cosmopolitan student neighbourhoods,S02001252,Ferryhill South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193883 +193883,S00090660,5a3,Families in Terraces and Flats,S01006599,Ferryhill South - 02,1a,Cosmopolitan student neighbourhoods,S02001252,Ferryhill South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193884 +193884,S00090708,5a3,Families in Terraces and Flats,S01006681,Woodside - 01,4d,Hard-pressed flat dwellers,S02001267,Woodside,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193885 +193885,S00090741,5a3,Families in Terraces and Flats,S01006653,Ashgrove - 01,1a,Cosmopolitan student neighbourhoods,S02001262,Ashgrove,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193886 +193886,S00090747,5a3,Families in Terraces and Flats,S01006561,Midstocket - 04,3a,Achieving neighbourhoods,S02001245,Midstocket,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193887 +193887,S00090748,5a3,Families in Terraces and Flats,S01006560,Midstocket - 03,3c,Highly qualified professionals,S02001245,Midstocket,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193888 +193888,S00090751,5a3,Families in Terraces and Flats,S01006558,Midstocket - 01,3c,Highly qualified professionals,S02001245,Midstocket,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193889 +193889,S00090754,5a3,Families in Terraces and Flats,S01006573,West End North - 03,3a,Achieving neighbourhoods,S02001247,West End North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193890 +193890,S00090904,5a3,Families in Terraces and Flats,S01006552,Hazlehead - 06,3a,Achieving neighbourhoods,S02001243,Hazlehead,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193891 +193891,S00090918,5a3,Families in Terraces and Flats,S01006508,Culter - 03,3a,Achieving neighbourhoods,S02001236,Culter,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193892 +193892,S00089148,7a2,Hampered Aspiration,S01006603,"Kincorth, Leggart and Nigg North - 01",4b,Constrained renters,S02001253,"Kincorth, Leggart and Nigg North",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193893 +193893,S00089300,7a2,Hampered Aspiration,S01006528,Garthdee - 03,1a,Cosmopolitan student neighbourhoods,S02001239,Garthdee,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193894 +193894,S00089303,7a2,Hampered Aspiration,S01006530,Garthdee - 05,4d,Hard-pressed flat dwellers,S02001239,Garthdee,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193895 +193895,S00089309,7a2,Hampered Aspiration,S01006531,Garthdee - 06,4d,Hard-pressed flat dwellers,S02001239,Garthdee,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193896 +193896,S00089371,7a2,Hampered Aspiration,S01006599,Ferryhill South - 02,1a,Cosmopolitan student neighbourhoods,S02001252,Ferryhill South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193897 +193897,S00089402,7a2,Hampered Aspiration,S01006547,Hazlehead - 01,5c,Comfortable neighbourhoods,S02001243,Hazlehead,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193898 +193898,S00089563,7a2,Hampered Aspiration,S01006690,Hilton - 05,1a,Cosmopolitan student neighbourhoods,S02001268,Hilton,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193899 +193899,S00089565,7a2,Hampered Aspiration,S01006690,Hilton - 05,1a,Cosmopolitan student neighbourhoods,S02001268,Hilton,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193900 +193900,S00089585,7a2,Hampered Aspiration,S01006679,Tillydrone - 05,3d,Households in terraces and flats,S02001266,Tillydrone,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193901 +193901,S00090452,7b1,Eastern European Communities,S01006684,Woodside - 04,1a,Cosmopolitan student neighbourhoods,S02001267,Woodside,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193902 +193902,S00090455,7b1,Eastern European Communities,S01006675,Tillydrone - 01,7a,Urban cultural mix,S02001266,Tillydrone,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193903 +193903,S00090456,7b1,Eastern European Communities,S01006683,Woodside - 03,1a,Cosmopolitan student neighbourhoods,S02001267,Woodside,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193904 +193904,S00090457,7b1,Eastern European Communities,S01006675,Tillydrone - 01,7a,Urban cultural mix,S02001266,Tillydrone,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193905 +193905,S00090459,7b1,Eastern European Communities,S01006675,Tillydrone - 01,7a,Urban cultural mix,S02001266,Tillydrone,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193906 +193906,S00090466,7b1,Eastern European Communities,S01006636,Torry East - 06,4d,Hard-pressed flat dwellers,S02001258,Torry East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193907 +193907,S00090826,6a3,Detached Retirement Living,S01006762,Oldmachar West - 01,2d,Rural traits,S02001280,Oldmachar West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193908 +193908,S00090467,7b1,Eastern European Communities,S01006636,Torry East - 06,4d,Hard-pressed flat dwellers,S02001258,Torry East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193909 +193909,S00090472,7b1,Eastern European Communities,S01006667,Seaton - 02,1a,Cosmopolitan student neighbourhoods,S02001264,Seaton,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193910 +193910,S00090474,7b1,Eastern European Communities,S01006666,Seaton - 01,4d,Hard-pressed flat dwellers,S02001264,Seaton,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193911 +193911,S00090475,7b1,Eastern European Communities,S01006666,Seaton - 01,4d,Hard-pressed flat dwellers,S02001264,Seaton,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193912 +193912,S00090477,7b1,Eastern European Communities,S01006674,Old Aberdeen - 04,4d,Hard-pressed flat dwellers,S02001265,Old Aberdeen,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193913 +193913,S00090478,7b1,Eastern European Communities,S01006671,Old Aberdeen - 01,1a,Cosmopolitan student neighbourhoods,S02001265,Old Aberdeen,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193914 +193914,S00090482,7b1,Eastern European Communities,S01006676,Tillydrone - 02,7a,Urban cultural mix,S02001266,Tillydrone,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193915 +193915,S00090483,7b1,Eastern European Communities,S01006676,Tillydrone - 02,7a,Urban cultural mix,S02001266,Tillydrone,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193916 +193916,S00090486,7b1,Eastern European Communities,S01006698,Stockethill - 05,4d,Hard-pressed flat dwellers,S02001269,Stockethill,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193917 +193917,S00090491,7b1,Eastern European Communities,S01006557,Summerhill - 05,4b,Constrained renters,S02001244,Summerhill,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193918 +193918,S00090528,7b1,Eastern European Communities,S01006645,George Street - 01,1a,Cosmopolitan student neighbourhoods,S02001261,George Street,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193919 +193919,S00090532,7b1,Eastern European Communities,S01006645,George Street - 01,1a,Cosmopolitan student neighbourhoods,S02001261,George Street,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193920 +193920,S00090534,7b1,Eastern European Communities,S01006647,George Street - 03,1a,Cosmopolitan student neighbourhoods,S02001261,George Street,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193921 +193921,S00090535,7b1,Eastern European Communities,S01006647,George Street - 03,1a,Cosmopolitan student neighbourhoods,S02001261,George Street,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193922 +193922,S00090536,7b1,Eastern European Communities,S01006647,George Street - 03,1a,Cosmopolitan student neighbourhoods,S02001261,George Street,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193923 +193923,S00090537,7b1,Eastern European Communities,S01006647,George Street - 03,1a,Cosmopolitan student neighbourhoods,S02001261,George Street,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193924 +193924,S00090581,7b1,Eastern European Communities,S01006582,City Centre West - 01,1a,Cosmopolitan student neighbourhoods,S02001249,City Centre West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193925 +193925,S00090593,7b1,Eastern European Communities,S01006626,Torry West - 03,4d,Hard-pressed flat dwellers,S02001257,Torry West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193926 +193926,S00090595,7b1,Eastern European Communities,S01006636,Torry East - 06,4d,Hard-pressed flat dwellers,S02001258,Torry East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193927 +193927,S00090596,7b1,Eastern European Communities,S01006636,Torry East - 06,4d,Hard-pressed flat dwellers,S02001258,Torry East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193928 +193928,S00090597,7b1,Eastern European Communities,S01006623,Cove North - 05,4b,Constrained renters,S02001256,Cove North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193929 +193929,S00090598,7b1,Eastern European Communities,S01006623,Cove North - 05,4b,Constrained renters,S02001256,Cove North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193930 +193930,S00090599,7b1,Eastern European Communities,S01006605,"Kincorth, Leggart and Nigg North - 03",4d,Hard-pressed flat dwellers,S02001253,"Kincorth, Leggart and Nigg North",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193931 +193931,S00090650,7b1,Eastern European Communities,S01006531,Garthdee - 06,4d,Hard-pressed flat dwellers,S02001239,Garthdee,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193932 +193932,S00090672,7b1,Eastern European Communities,S01006589,City Centre East - 03,1a,Cosmopolitan student neighbourhoods,S02001250,City Centre East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193933 +193933,S00090697,7b1,Eastern European Communities,S01006667,Seaton - 02,1a,Cosmopolitan student neighbourhoods,S02001264,Seaton,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193934 +193934,S00090698,7b1,Eastern European Communities,S01006667,Seaton - 02,1a,Cosmopolitan student neighbourhoods,S02001264,Seaton,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193935 +193935,S00090699,7b1,Eastern European Communities,S01006674,Old Aberdeen - 04,4d,Hard-pressed flat dwellers,S02001265,Old Aberdeen,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193936 +193936,S00090440,1a2,Established Farming Communities,S01006517,"Cults, Bieldside and Milltimber West - 05",2b,Prospering countryside life,S02001237,"Cults, Bieldside and Milltimber West",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193937 +193937,S00090890,1a2,Established Farming Communities,S01006512,Culter - 07,2b,Prospering countryside life,S02001236,Culter,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193938 +193938,S00090589,3d2,Established Tech Workers,S01006627,Torry West - 04,1a,Cosmopolitan student neighbourhoods,S02001257,Torry West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193939 +193939,S00090551,2d3,EU White-Collar Workers,S01006592,Ferryhill North - 02,1a,Cosmopolitan student neighbourhoods,S02001251,Ferryhill North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193940 +193940,S00088970,5a3,Families in Terraces and Flats,S01006571,West End North - 01,3c,Highly qualified professionals,S02001247,West End North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193941 +193941,S00089006,5a3,Families in Terraces and Flats,S01006598,Ferryhill South - 01,3a,Achieving neighbourhoods,S02001252,Ferryhill South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193942 +193942,S00089010,5a3,Families in Terraces and Flats,S01006592,Ferryhill North - 02,1a,Cosmopolitan student neighbourhoods,S02001251,Ferryhill North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193943 +193943,S00089018,5a3,Families in Terraces and Flats,S01006596,Ferryhill North - 06,1a,Cosmopolitan student neighbourhoods,S02001251,Ferryhill North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193944 +193944,S00089021,5a3,Families in Terraces and Flats,S01006596,Ferryhill North - 06,1a,Cosmopolitan student neighbourhoods,S02001251,Ferryhill North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193945 +193945,S00089023,5a3,Families in Terraces and Flats,S01006595,Ferryhill North - 05,1a,Cosmopolitan student neighbourhoods,S02001251,Ferryhill North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193946 +193946,S00089046,5a3,Families in Terraces and Flats,S01006624,Torry West - 01,1a,Cosmopolitan student neighbourhoods,S02001257,Torry West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193947 +193947,S00089199,5a3,Families in Terraces and Flats,S01006575,West End South - 01,3c,Highly qualified professionals,S02001248,West End South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193948 +193948,S00089228,5a3,Families in Terraces and Flats,S01006576,West End South - 02,3a,Achieving neighbourhoods,S02001248,West End South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193949 +193949,S00089249,5a3,Families in Terraces and Flats,S01006534,"Braeside, Mannofield, Broomhill and Seafield East - 03",3a,Achieving neighbourhoods,S02001240,"Braeside, Mannofield, Broomhill and Seafield East",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193950 +193950,S00089255,5a3,Families in Terraces and Flats,S01006535,"Braeside, Mannofield, Broomhill and Seafield East - 04",3c,Highly qualified professionals,S02001240,"Braeside, Mannofield, Broomhill and Seafield East",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193951 +193951,S00089259,5a3,Families in Terraces and Flats,S01006534,"Braeside, Mannofield, Broomhill and Seafield East - 03",3a,Achieving neighbourhoods,S02001240,"Braeside, Mannofield, Broomhill and Seafield East",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193952 +193952,S00089261,5a3,Families in Terraces and Flats,S01006536,"Braeside, Mannofield, Broomhill and Seafield East - 05",1a,Cosmopolitan student neighbourhoods,S02001240,"Braeside, Mannofield, Broomhill and Seafield East",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193953 +193953,S00090943,6a3,Detached Retirement Living,S01006737,Kingswells - 06,8c,Comfortable suburbia,S02001275,Kingswells,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193954 +193954,S00089264,5a3,Families in Terraces and Flats,S01006536,"Braeside, Mannofield, Broomhill and Seafield East - 05",1a,Cosmopolitan student neighbourhoods,S02001240,"Braeside, Mannofield, Broomhill and Seafield East",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193955 +193955,S00089274,5a3,Families in Terraces and Flats,S01006601,Ferryhill South - 04,1a,Cosmopolitan student neighbourhoods,S02001252,Ferryhill South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193956 +193956,S00089279,5a3,Families in Terraces and Flats,S01006600,Ferryhill South - 03,3c,Highly qualified professionals,S02001252,Ferryhill South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193957 +193957,S00089280,5a3,Families in Terraces and Flats,S01006600,Ferryhill South - 03,3c,Highly qualified professionals,S02001252,Ferryhill South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193958 +193958,S00089312,5a3,Families in Terraces and Flats,S01006540,"Braeside, Mannofield, Broomhill and Seafield South - 04",3a,Achieving neighbourhoods,S02001241,"Braeside, Mannofield, Broomhill and Seafield South",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193959 +193959,S00089390,5a3,Families in Terraces and Flats,S01006551,Hazlehead - 05,4b,Constrained renters,S02001243,Hazlehead,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193960 +193960,S00089596,5a3,Families in Terraces and Flats,S01006679,Tillydrone - 05,3d,Households in terraces and flats,S02001266,Tillydrone,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193961 +193961,S00089634,5a3,Families in Terraces and Flats,S01006661,"Froghall, Powis and Sunnybank - 04",1a,Cosmopolitan student neighbourhoods,S02001263,"Froghall, Powis and Sunnybank",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193962 +193962,S00089636,5a3,Families in Terraces and Flats,S01006661,"Froghall, Powis and Sunnybank - 04",1a,Cosmopolitan student neighbourhoods,S02001263,"Froghall, Powis and Sunnybank",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193963 +193963,S00089692,5a3,Families in Terraces and Flats,S01006692,Hilton - 07,3d,Households in terraces and flats,S02001268,Hilton,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193964 +193964,S00089695,5a3,Families in Terraces and Flats,S01006689,Hilton - 04,3a,Achieving neighbourhoods,S02001268,Hilton,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193965 +193965,S00089700,5a3,Families in Terraces and Flats,S01006691,Hilton - 06,1a,Cosmopolitan student neighbourhoods,S02001268,Hilton,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193966 +193966,S00089719,5a3,Families in Terraces and Flats,S01006561,Midstocket - 04,3a,Achieving neighbourhoods,S02001245,Midstocket,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193967 +193967,S00089720,5a3,Families in Terraces and Flats,S01006561,Midstocket - 04,3a,Achieving neighbourhoods,S02001245,Midstocket,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193968 +193968,S00089723,5a3,Families in Terraces and Flats,S01006559,Midstocket - 02,3c,Highly qualified professionals,S02001245,Midstocket,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193969 +193969,S00089724,5a3,Families in Terraces and Flats,S01006560,Midstocket - 03,3c,Highly qualified professionals,S02001245,Midstocket,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193970 +193970,S00089725,5a3,Families in Terraces and Flats,S01006560,Midstocket - 03,3c,Highly qualified professionals,S02001245,Midstocket,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193971 +193971,S00089726,5a3,Families in Terraces and Flats,S01006563,Midstocket - 06,3c,Highly qualified professionals,S02001245,Midstocket,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193972 +193972,S00090303,1c3,Detached Rural Retirement,S01006514,"Cults, Bieldside and Milltimber West - 02",8a,Affluent communities,S02001237,"Cults, Bieldside and Milltimber West",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193973 +193973,S00088973,7b1,Eastern European Communities,S01006585,City Centre West - 04,1a,Cosmopolitan student neighbourhoods,S02001249,City Centre West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193974 +193974,S00088974,7b1,Eastern European Communities,S01006585,City Centre West - 04,1a,Cosmopolitan student neighbourhoods,S02001249,City Centre West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193975 +193975,S00089040,7b1,Eastern European Communities,S01006629,Torry West - 06,4d,Hard-pressed flat dwellers,S02001257,Torry West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193976 +193976,S00089043,7b1,Eastern European Communities,S01006629,Torry West - 06,4d,Hard-pressed flat dwellers,S02001257,Torry West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193977 +193977,S00089044,7b1,Eastern European Communities,S01006629,Torry West - 06,4d,Hard-pressed flat dwellers,S02001257,Torry West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193978 +193978,S00089045,7b1,Eastern European Communities,S01006624,Torry West - 01,1a,Cosmopolitan student neighbourhoods,S02001257,Torry West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193979 +193979,S00089062,7b1,Eastern European Communities,S01006628,Torry West - 05,1a,Cosmopolitan student neighbourhoods,S02001257,Torry West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193980 +193980,S00089068,7b1,Eastern European Communities,S01006627,Torry West - 04,1a,Cosmopolitan student neighbourhoods,S02001257,Torry West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193981 +193981,S00089069,7b1,Eastern European Communities,S01006628,Torry West - 05,1a,Cosmopolitan student neighbourhoods,S02001257,Torry West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193982 +193982,S00089071,7b1,Eastern European Communities,S01006627,Torry West - 04,1a,Cosmopolitan student neighbourhoods,S02001257,Torry West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193983 +193983,S00089074,7b1,Eastern European Communities,S01006628,Torry West - 05,1a,Cosmopolitan student neighbourhoods,S02001257,Torry West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193984 +193984,S00089076,7b1,Eastern European Communities,S01006626,Torry West - 03,4d,Hard-pressed flat dwellers,S02001257,Torry West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193985 +193985,S00089079,7b1,Eastern European Communities,S01006626,Torry West - 03,4d,Hard-pressed flat dwellers,S02001257,Torry West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193986 +193986,S00089080,7b1,Eastern European Communities,S01006632,Torry East - 02,4d,Hard-pressed flat dwellers,S02001258,Torry East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193987 +193987,S00089082,7b1,Eastern European Communities,S01006632,Torry East - 02,4d,Hard-pressed flat dwellers,S02001258,Torry East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193988 +193988,S00089083,7b1,Eastern European Communities,S01006626,Torry West - 03,4d,Hard-pressed flat dwellers,S02001257,Torry West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193989 +193989,S00089095,7b1,Eastern European Communities,S01006635,Torry East - 05,4b,Constrained renters,S02001258,Torry East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193990 +193990,S00089097,7b1,Eastern European Communities,S01006632,Torry East - 02,4d,Hard-pressed flat dwellers,S02001258,Torry East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193991 +193991,S00089098,7b1,Eastern European Communities,S01006632,Torry East - 02,4d,Hard-pressed flat dwellers,S02001258,Torry East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193992 +193992,S00089099,7b1,Eastern European Communities,S01006635,Torry East - 05,4b,Constrained renters,S02001258,Torry East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193993 +193993,S00089102,7b1,Eastern European Communities,S01006632,Torry East - 02,4d,Hard-pressed flat dwellers,S02001258,Torry East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193994 +193994,S00089107,7b1,Eastern European Communities,S01006631,Torry East - 01,4d,Hard-pressed flat dwellers,S02001258,Torry East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193995 +193995,S00089108,7b1,Eastern European Communities,S01006631,Torry East - 01,4d,Hard-pressed flat dwellers,S02001258,Torry East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193996 +193996,S00089112,7b1,Eastern European Communities,S01006634,Torry East - 04,4d,Hard-pressed flat dwellers,S02001258,Torry East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193997 +193997,S00089116,7b1,Eastern European Communities,S01006636,Torry East - 06,4d,Hard-pressed flat dwellers,S02001258,Torry East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193998 +193998,S00089117,7b1,Eastern European Communities,S01006634,Torry East - 04,4d,Hard-pressed flat dwellers,S02001258,Torry East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,193999 +193999,S00089122,7b1,Eastern European Communities,S01006630,Torry West - 07,4d,Hard-pressed flat dwellers,S02001257,Torry West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194000 +194000,S00090629,2c1,Migrant Families,S01006597,Ferryhill North - 07,1a,Cosmopolitan student neighbourhoods,S02001251,Ferryhill North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194001 +194001,S00090648,2c1,Migrant Families,S01006528,Garthdee - 03,1a,Cosmopolitan student neighbourhoods,S02001239,Garthdee,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194002 +194002,S00090661,2c1,Migrant Families,S01006600,Ferryhill South - 03,3c,Highly qualified professionals,S02001252,Ferryhill South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194003 +194003,S00090680,2c1,Migrant Families,S01006637,Hanover South - 01,1a,Cosmopolitan student neighbourhoods,S02001259,Hanover South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194004 +194004,S00089980,8b2,Hard-Pressed Rented Terraces,S01006712,Sheddocksley - 05,5d,Endeavouring social renters,S02001271,Sheddocksley,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194005 +194005,S00090243,8b2,Hard-Pressed Rented Terraces,S01006620,Cove North - 02,5b,Aspiring urban households,S02001256,Cove North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194006 +194006,S00090705,2c1,Migrant Families,S01006690,Hilton - 05,1a,Cosmopolitan student neighbourhoods,S02001268,Hilton,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194007 +194007,S00090742,2c1,Migrant Families,S01006691,Hilton - 06,1a,Cosmopolitan student neighbourhoods,S02001268,Hilton,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194008 +194008,S00090757,2c1,Migrant Families,S01006569,Rosemount - 06,1a,Cosmopolitan student neighbourhoods,S02001246,Rosemount,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194009 +194009,S00090769,2c1,Migrant Families,S01006656,Ashgrove - 04,1a,Cosmopolitan student neighbourhoods,S02001262,Ashgrove,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194010 +194010,S00090806,2c1,Migrant Families,S01006756,Danestone - 01,3c,Highly qualified professionals,S02001279,Danestone,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194011 +194011,S00090835,2c1,Migrant Families,S01006739,Bucksburn South - 02,3a,Achieving neighbourhoods,S02001276,Bucksburn South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194012 +194012,S00088992,2b2,Multicultural Student Neighbourhoods,S01006646,George Street - 02,1a,Cosmopolitan student neighbourhoods,S02001261,George Street,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194013 +194013,S00089225,2b2,Multicultural Student Neighbourhoods,S01006579,West End South - 05,1a,Cosmopolitan student neighbourhoods,S02001248,West End South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194014 +194014,S00089656,2b2,Multicultural Student Neighbourhoods,S01006665,"Froghall, Powis and Sunnybank - 08",1a,Cosmopolitan student neighbourhoods,S02001263,"Froghall, Powis and Sunnybank",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194015 +194015,S00089694,2b2,Multicultural Student Neighbourhoods,S01006689,Hilton - 04,3a,Achieving neighbourhoods,S02001268,Hilton,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194016 +194016,S00089774,2b2,Multicultural Student Neighbourhoods,S01006569,Rosemount - 06,1a,Cosmopolitan student neighbourhoods,S02001246,Rosemount,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194017 +194017,S00090507,2b2,Multicultural Student Neighbourhoods,S01006653,Ashgrove - 01,1a,Cosmopolitan student neighbourhoods,S02001262,Ashgrove,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194018 +194018,S00090516,2b2,Multicultural Student Neighbourhoods,S01006586,City Centre West - 05,1a,Cosmopolitan student neighbourhoods,S02001249,City Centre West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194019 +194019,S00090570,2b2,Multicultural Student Neighbourhoods,S01006590,City Centre East - 04,1a,Cosmopolitan student neighbourhoods,S02001250,City Centre East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194020 +194020,S00090580,2b2,Multicultural Student Neighbourhoods,S01006582,City Centre West - 01,1a,Cosmopolitan student neighbourhoods,S02001249,City Centre West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194021 +194021,S00090588,2b2,Multicultural Student Neighbourhoods,S01006588,City Centre East - 02,1a,Cosmopolitan student neighbourhoods,S02001250,City Centre East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194022 +194022,S00089029,2c2,Migrant Commuters,S01006595,Ferryhill North - 05,1a,Cosmopolitan student neighbourhoods,S02001251,Ferryhill North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194023 +194023,S00089664,2c2,Migrant Commuters,S01006652,George Street - 08,1a,Cosmopolitan student neighbourhoods,S02001261,George Street,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194024 +194024,S00089089,7a3,Multi-Ethnic Hardship,S01006635,Torry East - 05,4b,Constrained renters,S02001258,Torry East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194025 +194025,S00089150,7a3,Multi-Ethnic Hardship,S01006611,"Kincorth, Leggart and Nigg South - 04",4d,Hard-pressed flat dwellers,S02001254,"Kincorth, Leggart and Nigg South",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194026 +194026,S00089297,7a3,Multi-Ethnic Hardship,S01006527,Garthdee - 02,4c,Hampered neighbourhoods,S02001239,Garthdee,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194027 +194027,S00089610,7a3,Multi-Ethnic Hardship,S01006678,Tillydrone - 04,4b,Constrained renters,S02001266,Tillydrone,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194028 +194028,S00089622,7a3,Multi-Ethnic Hardship,S01006678,Tillydrone - 04,4b,Constrained renters,S02001266,Tillydrone,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194029 +194029,S00089875,7a3,Multi-Ethnic Hardship,S01006695,Stockethill - 02,4c,Hampered neighbourhoods,S02001269,Stockethill,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194030 +194030,S00089896,7a3,Multi-Ethnic Hardship,S01006654,Ashgrove - 02,1a,Cosmopolitan student neighbourhoods,S02001262,Ashgrove,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194031 +194031,S00089923,7a3,Multi-Ethnic Hardship,S01006707,Mastrick - 07,4d,Hard-pressed flat dwellers,S02001270,Mastrick,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194032 +194032,S00089929,7a3,Multi-Ethnic Hardship,S01006703,Mastrick - 03,4c,Hampered neighbourhoods,S02001270,Mastrick,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194033 +194033,S00089968,7a3,Multi-Ethnic Hardship,S01006709,Sheddocksley - 02,4c,Hampered neighbourhoods,S02001271,Sheddocksley,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194034 +194034,S00089984,7a3,Multi-Ethnic Hardship,S01006703,Mastrick - 03,4c,Hampered neighbourhoods,S02001270,Mastrick,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194035 +194035,S00090029,7a3,Multi-Ethnic Hardship,S01006724,Northfield - 06,4d,Hard-pressed flat dwellers,S02001273,Northfield,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194036 +194036,S00090042,7a3,Multi-Ethnic Hardship,S01006729,Heathryfold and Middlefield - 04,4d,Hard-pressed flat dwellers,S02001274,Heathryfold and Middlefield,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194037 +194037,S00090060,7a3,Multi-Ethnic Hardship,S01006728,Heathryfold and Middlefield - 03,4d,Hard-pressed flat dwellers,S02001274,Heathryfold and Middlefield,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194038 +194038,S00090064,7a3,Multi-Ethnic Hardship,S01006728,Heathryfold and Middlefield - 03,4d,Hard-pressed flat dwellers,S02001274,Heathryfold and Middlefield,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194039 +194039,S00090069,7a3,Multi-Ethnic Hardship,S01006730,Heathryfold and Middlefield - 05,4c,Hampered neighbourhoods,S02001274,Heathryfold and Middlefield,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194040 +194040,S00090283,7a3,Multi-Ethnic Hardship,S01006749,Dyce - 01,4b,Constrained renters,S02001278,Dyce,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194041 +194041,S00090779,2c2,Migrant Commuters,S01006699,Stockethill - 06,3d,Households in terraces and flats,S02001269,Stockethill,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194042 +194042,S00090460,7a3,Multi-Ethnic Hardship,S01006676,Tillydrone - 02,7a,Urban cultural mix,S02001266,Tillydrone,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194043 +194043,S00090465,7a3,Multi-Ethnic Hardship,S01006635,Torry East - 05,4b,Constrained renters,S02001258,Torry East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194044 +194044,S00090490,7a3,Multi-Ethnic Hardship,S01006557,Summerhill - 05,4b,Constrained renters,S02001244,Summerhill,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194045 +194045,S00090603,7a3,Multi-Ethnic Hardship,S01006610,"Kincorth, Leggart and Nigg South - 03",4a,Challenged white communities,S02001254,"Kincorth, Leggart and Nigg South",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194046 +194046,S00090645,7a3,Multi-Ethnic Hardship,S01006530,Garthdee - 05,4d,Hard-pressed flat dwellers,S02001239,Garthdee,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194047 +194047,S00090711,7a3,Multi-Ethnic Hardship,S01006693,Hilton - 08,1a,Cosmopolitan student neighbourhoods,S02001268,Hilton,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194048 +194048,S00088999,5a2,Multi-Ethnic Professionals with Families,S01006598,Ferryhill South - 01,3a,Achieving neighbourhoods,S02001252,Ferryhill South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194049 +194049,S00089002,5a2,Multi-Ethnic Professionals with Families,S01006602,Ferryhill South - 05,3c,Highly qualified professionals,S02001252,Ferryhill South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194050 +194050,S00089201,5a2,Multi-Ethnic Professionals with Families,S01006575,West End South - 01,3c,Highly qualified professionals,S02001248,West End South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194051 +194051,S00089206,5a2,Multi-Ethnic Professionals with Families,S01006576,West End South - 02,3a,Achieving neighbourhoods,S02001248,West End South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194052 +194052,S00089247,5a2,Multi-Ethnic Professionals with Families,S01006532,"Braeside, Mannofield, Broomhill and Seafield East - 01",3c,Highly qualified professionals,S02001240,"Braeside, Mannofield, Broomhill and Seafield East",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194053 +194053,S00089271,5a2,Multi-Ethnic Professionals with Families,S01006535,"Braeside, Mannofield, Broomhill and Seafield East - 04",3c,Highly qualified professionals,S02001240,"Braeside, Mannofield, Broomhill and Seafield East",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194054 +194054,S00089337,5a2,Multi-Ethnic Professionals with Families,S01006537,"Braeside, Mannofield, Broomhill and Seafield South - 01",8a,Affluent communities,S02001241,"Braeside, Mannofield, Broomhill and Seafield South",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194055 +194055,S00089302,8b2,Hard-Pressed Rented Terraces,S01006528,Garthdee - 03,1a,Cosmopolitan student neighbourhoods,S02001239,Garthdee,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194056 +194056,S00090121,6a1,Indian Tech Achievers,S01006771,Oldmachar East - 04,8c,Comfortable suburbia,S02001281,Oldmachar East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194057 +194057,S00089668,2c2,Migrant Commuters,S01006642,Hanover North - 02,1a,Cosmopolitan student neighbourhoods,S02001260,Hanover North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194058 +194058,S00089803,8b2,Hard-Pressed Rented Terraces,S01006705,Mastrick - 05,4a,Challenged white communities,S02001270,Mastrick,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194059 +194059,S00089679,2c2,Migrant Commuters,S01006651,George Street - 07,1a,Cosmopolitan student neighbourhoods,S02001261,George Street,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194060 +194060,S00090245,8b2,Hard-Pressed Rented Terraces,S01006620,Cove North - 02,5b,Aspiring urban households,S02001256,Cove North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194061 +194061,S00089031,2c2,Migrant Commuters,S01006591,Ferryhill North - 01,1a,Cosmopolitan student neighbourhoods,S02001251,Ferryhill North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194062 +194062,S00089804,8b2,Hard-Pressed Rented Terraces,S01006705,Mastrick - 05,4a,Challenged white communities,S02001270,Mastrick,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194063 +194063,S00089805,8b2,Hard-Pressed Rented Terraces,S01006705,Mastrick - 05,4a,Challenged white communities,S02001270,Mastrick,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194064 +194064,S00089806,8b2,Hard-Pressed Rented Terraces,S01006705,Mastrick - 05,4a,Challenged white communities,S02001270,Mastrick,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194065 +194065,S00089808,8b2,Hard-Pressed Rented Terraces,S01006714,Cummings Park - 01,4a,Challenged white communities,S02001272,Cummings Park,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194066 +194066,S00089815,8b2,Hard-Pressed Rented Terraces,S01006716,Cummings Park - 03,4a,Challenged white communities,S02001272,Cummings Park,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194067 +194067,S00089822,8b2,Hard-Pressed Rented Terraces,S01006717,Cummings Park - 04,4a,Challenged white communities,S02001272,Cummings Park,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194068 +194068,S00089824,8b2,Hard-Pressed Rented Terraces,S01006717,Cummings Park - 04,4a,Challenged white communities,S02001272,Cummings Park,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194069 +194069,S00089825,8b2,Hard-Pressed Rented Terraces,S01006717,Cummings Park - 04,4a,Challenged white communities,S02001272,Cummings Park,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194070 +194070,S00089827,8b2,Hard-Pressed Rented Terraces,S01006717,Cummings Park - 04,4a,Challenged white communities,S02001272,Cummings Park,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194071 +194071,S00089829,8b2,Hard-Pressed Rented Terraces,S01006702,Mastrick - 02,4a,Challenged white communities,S02001270,Mastrick,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194072 +194072,S00089830,8b2,Hard-Pressed Rented Terraces,S01006702,Mastrick - 02,4a,Challenged white communities,S02001270,Mastrick,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194073 +194073,S00089831,8b2,Hard-Pressed Rented Terraces,S01006702,Mastrick - 02,4a,Challenged white communities,S02001270,Mastrick,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194074 +194074,S00089832,8b2,Hard-Pressed Rented Terraces,S01006702,Mastrick - 02,4a,Challenged white communities,S02001270,Mastrick,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194075 +194075,S00089833,8b2,Hard-Pressed Rented Terraces,S01006702,Mastrick - 02,4a,Challenged white communities,S02001270,Mastrick,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194076 +194076,S00089834,8b2,Hard-Pressed Rented Terraces,S01006702,Mastrick - 02,4a,Challenged white communities,S02001270,Mastrick,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194077 +194077,S00089835,8b2,Hard-Pressed Rented Terraces,S01006717,Cummings Park - 04,4a,Challenged white communities,S02001272,Cummings Park,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194078 +194078,S00089842,8b2,Hard-Pressed Rented Terraces,S01006715,Cummings Park - 02,4c,Hampered neighbourhoods,S02001272,Cummings Park,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194079 +194079,S00088972,2c1,Migrant Families,S01006584,City Centre West - 03,1a,Cosmopolitan student neighbourhoods,S02001249,City Centre West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194080 +194080,S00090140,6a1,Indian Tech Achievers,S01006764,Oldmachar West - 03,3a,Achieving neighbourhoods,S02001280,Oldmachar West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194081 +194081,S00089985,8b2,Hard-Pressed Rented Terraces,S01006713,Sheddocksley - 06,4a,Challenged white communities,S02001271,Sheddocksley,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194082 +194082,S00089847,8b2,Hard-Pressed Rented Terraces,S01006723,Northfield - 05,4a,Challenged white communities,S02001273,Northfield,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194083 +194083,S00089848,8b2,Hard-Pressed Rented Terraces,S01006723,Northfield - 05,4a,Challenged white communities,S02001273,Northfield,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194084 +194084,S00089849,8b2,Hard-Pressed Rented Terraces,S01006723,Northfield - 05,4a,Challenged white communities,S02001273,Northfield,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194085 +194085,S00089858,8b2,Hard-Pressed Rented Terraces,S01006694,Stockethill - 01,4d,Hard-pressed flat dwellers,S02001269,Stockethill,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194086 +194086,S00089864,8b2,Hard-Pressed Rented Terraces,S01006697,Stockethill - 04,4b,Constrained renters,S02001269,Stockethill,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194087 +194087,S00089870,8b2,Hard-Pressed Rented Terraces,S01006696,Stockethill - 03,4d,Hard-pressed flat dwellers,S02001269,Stockethill,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194088 +194088,S00089906,8b2,Hard-Pressed Rented Terraces,S01006556,Summerhill - 04,4d,Hard-pressed flat dwellers,S02001244,Summerhill,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194089 +194089,S00089909,8b2,Hard-Pressed Rented Terraces,S01006553,Summerhill - 01,5a,Ageing urban communities,S02001244,Summerhill,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194090 +194090,S00089910,8b2,Hard-Pressed Rented Terraces,S01006553,Summerhill - 01,5a,Ageing urban communities,S02001244,Summerhill,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194091 +194091,S00089911,8b2,Hard-Pressed Rented Terraces,S01006556,Summerhill - 04,4d,Hard-pressed flat dwellers,S02001244,Summerhill,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194092 +194092,S00089921,8b2,Hard-Pressed Rented Terraces,S01006707,Mastrick - 07,4d,Hard-pressed flat dwellers,S02001270,Mastrick,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194093 +194093,S00089922,8b2,Hard-Pressed Rented Terraces,S01006707,Mastrick - 07,4d,Hard-pressed flat dwellers,S02001270,Mastrick,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194094 +194094,S00089926,8b2,Hard-Pressed Rented Terraces,S01006706,Mastrick - 06,4a,Challenged white communities,S02001270,Mastrick,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194095 +194095,S00089927,8b2,Hard-Pressed Rented Terraces,S01006706,Mastrick - 06,4a,Challenged white communities,S02001270,Mastrick,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194096 +194096,S00089932,8b2,Hard-Pressed Rented Terraces,S01006703,Mastrick - 03,4c,Hampered neighbourhoods,S02001270,Mastrick,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194097 +194097,S00089949,8b2,Hard-Pressed Rented Terraces,S01006557,Summerhill - 05,4b,Constrained renters,S02001244,Summerhill,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194098 +194098,S00089954,8b2,Hard-Pressed Rented Terraces,S01006710,Sheddocksley - 03,4a,Challenged white communities,S02001271,Sheddocksley,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194099 +194099,S00089955,8b2,Hard-Pressed Rented Terraces,S01006710,Sheddocksley - 03,4a,Challenged white communities,S02001271,Sheddocksley,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194100 +194100,S00089958,8b2,Hard-Pressed Rented Terraces,S01006710,Sheddocksley - 03,4a,Challenged white communities,S02001271,Sheddocksley,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194101 +194101,S00089959,8b2,Hard-Pressed Rented Terraces,S01006710,Sheddocksley - 03,4a,Challenged white communities,S02001271,Sheddocksley,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194102 +194102,S00089960,8b2,Hard-Pressed Rented Terraces,S01006710,Sheddocksley - 03,4a,Challenged white communities,S02001271,Sheddocksley,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194103 +194103,S00089965,8b2,Hard-Pressed Rented Terraces,S01006708,Sheddocksley - 01,4a,Challenged white communities,S02001271,Sheddocksley,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194104 +194104,S00089966,8b2,Hard-Pressed Rented Terraces,S01006708,Sheddocksley - 01,4a,Challenged white communities,S02001271,Sheddocksley,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194105 +194105,S00089967,8b2,Hard-Pressed Rented Terraces,S01006709,Sheddocksley - 02,4c,Hampered neighbourhoods,S02001271,Sheddocksley,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194106 +194106,S00089969,8b2,Hard-Pressed Rented Terraces,S01006708,Sheddocksley - 01,4a,Challenged white communities,S02001271,Sheddocksley,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194107 +194107,S00089970,8b2,Hard-Pressed Rented Terraces,S01006704,Mastrick - 04,4d,Hard-pressed flat dwellers,S02001270,Mastrick,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194108 +194108,S00089972,8b2,Hard-Pressed Rented Terraces,S01006704,Mastrick - 04,4d,Hard-pressed flat dwellers,S02001270,Mastrick,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194109 +194109,S00089975,8b2,Hard-Pressed Rented Terraces,S01006712,Sheddocksley - 05,5d,Endeavouring social renters,S02001271,Sheddocksley,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194110 +194110,S00089976,8b2,Hard-Pressed Rented Terraces,S01006708,Sheddocksley - 01,4a,Challenged white communities,S02001271,Sheddocksley,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194111 +194111,S00089978,8b2,Hard-Pressed Rented Terraces,S01006712,Sheddocksley - 05,5d,Endeavouring social renters,S02001271,Sheddocksley,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194112 +194112,S00089979,8b2,Hard-Pressed Rented Terraces,S01006713,Sheddocksley - 06,4a,Challenged white communities,S02001271,Sheddocksley,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194113 +194113,S00089033,2c2,Migrant Commuters,S01006590,City Centre East - 04,1a,Cosmopolitan student neighbourhoods,S02001250,City Centre East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194114 +194114,S00090246,8b2,Hard-Pressed Rented Terraces,S01006620,Cove North - 02,5b,Aspiring urban households,S02001256,Cove North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194115 +194115,S00089688,2c2,Migrant Commuters,S01006677,Tillydrone - 03,1a,Cosmopolitan student neighbourhoods,S02001266,Tillydrone,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194116 +194116,S00089035,2c2,Migrant Commuters,S01006587,City Centre East - 01,1a,Cosmopolitan student neighbourhoods,S02001250,City Centre East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194117 +194117,S00090248,8b2,Hard-Pressed Rented Terraces,S01006620,Cove North - 02,5b,Aspiring urban households,S02001256,Cove North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194118 +194118,S00090199,6a1,Indian Tech Achievers,S01006784,Balgownie and Donmouth East - 04,3a,Achieving neighbourhoods,S02001283,Balgownie and Donmouth East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194119 +194119,S00089987,8b2,Hard-Pressed Rented Terraces,S01006713,Sheddocksley - 06,4a,Challenged white communities,S02001271,Sheddocksley,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194120 +194120,S00088975,2c1,Migrant Families,S01006584,City Centre West - 03,1a,Cosmopolitan student neighbourhoods,S02001249,City Centre West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194121 +194121,S00089988,8b2,Hard-Pressed Rented Terraces,S01006713,Sheddocksley - 06,4a,Challenged white communities,S02001271,Sheddocksley,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194122 +194122,S00089991,8b2,Hard-Pressed Rented Terraces,S01006711,Sheddocksley - 04,4a,Challenged white communities,S02001271,Sheddocksley,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194123 +194123,S00089992,8b2,Hard-Pressed Rented Terraces,S01006711,Sheddocksley - 04,4a,Challenged white communities,S02001271,Sheddocksley,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194124 +194124,S00090002,8b2,Hard-Pressed Rented Terraces,S01006719,Northfield - 01,4a,Challenged white communities,S02001273,Northfield,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194125 +194125,S00090004,8b2,Hard-Pressed Rented Terraces,S01006719,Northfield - 01,4a,Challenged white communities,S02001273,Northfield,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194126 +194126,S00090005,8b2,Hard-Pressed Rented Terraces,S01006723,Northfield - 05,4a,Challenged white communities,S02001273,Northfield,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194127 +194127,S00090010,8b2,Hard-Pressed Rented Terraces,S01006721,Northfield - 03,4a,Challenged white communities,S02001273,Northfield,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194128 +194128,S00090011,8b2,Hard-Pressed Rented Terraces,S01006721,Northfield - 03,4a,Challenged white communities,S02001273,Northfield,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194129 +194129,S00090012,8b2,Hard-Pressed Rented Terraces,S01006719,Northfield - 01,4a,Challenged white communities,S02001273,Northfield,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194130 +194130,S00090013,8b2,Hard-Pressed Rented Terraces,S01006721,Northfield - 03,4a,Challenged white communities,S02001273,Northfield,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194131 +194131,S00090014,8b2,Hard-Pressed Rented Terraces,S01006721,Northfield - 03,4a,Challenged white communities,S02001273,Northfield,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194132 +194132,S00090016,8b2,Hard-Pressed Rented Terraces,S01006720,Northfield - 02,4a,Challenged white communities,S02001273,Northfield,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194133 +194133,S00090017,8b2,Hard-Pressed Rented Terraces,S01006720,Northfield - 02,4a,Challenged white communities,S02001273,Northfield,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194134 +194134,S00090021,8b2,Hard-Pressed Rented Terraces,S01006720,Northfield - 02,4a,Challenged white communities,S02001273,Northfield,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194135 +194135,S00090022,8b2,Hard-Pressed Rented Terraces,S01006725,Northfield - 07,4a,Challenged white communities,S02001273,Northfield,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194136 +194136,S00090024,8b2,Hard-Pressed Rented Terraces,S01006725,Northfield - 07,4a,Challenged white communities,S02001273,Northfield,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194137 +194137,S00090026,8b2,Hard-Pressed Rented Terraces,S01006725,Northfield - 07,4a,Challenged white communities,S02001273,Northfield,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194138 +194138,S00090059,8b2,Hard-Pressed Rented Terraces,S01006728,Heathryfold and Middlefield - 03,4d,Hard-pressed flat dwellers,S02001274,Heathryfold and Middlefield,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194139 +194139,S00090062,8b2,Hard-Pressed Rented Terraces,S01006728,Heathryfold and Middlefield - 03,4d,Hard-pressed flat dwellers,S02001274,Heathryfold and Middlefield,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194140 +194140,S00090067,8b2,Hard-Pressed Rented Terraces,S01006730,Heathryfold and Middlefield - 05,4c,Hampered neighbourhoods,S02001274,Heathryfold and Middlefield,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194141 +194141,S00090068,8b2,Hard-Pressed Rented Terraces,S01006730,Heathryfold and Middlefield - 05,4c,Hampered neighbourhoods,S02001274,Heathryfold and Middlefield,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194142 +194142,S00090070,8b2,Hard-Pressed Rented Terraces,S01006731,Heathryfold and Middlefield - 06,4a,Challenged white communities,S02001274,Heathryfold and Middlefield,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194143 +194143,S00090090,8b2,Hard-Pressed Rented Terraces,S01006779,Balgownie and Donmouth West - 05,4a,Challenged white communities,S02001282,Balgownie and Donmouth West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194144 +194144,S00090092,8b2,Hard-Pressed Rented Terraces,S01006779,Balgownie and Donmouth West - 05,4a,Challenged white communities,S02001282,Balgownie and Donmouth West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194145 +194145,S00090126,8b2,Hard-Pressed Rented Terraces,S01006767,Oldmachar West - 06,5b,Aspiring urban households,S02001280,Oldmachar West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194146 +194146,S00090128,8b2,Hard-Pressed Rented Terraces,S01006767,Oldmachar West - 06,5b,Aspiring urban households,S02001280,Oldmachar West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194147 +194147,S00090142,8b2,Hard-Pressed Rented Terraces,S01006742,Bucksburn South - 05,4a,Challenged white communities,S02001276,Bucksburn South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194148 +194148,S00090143,8b2,Hard-Pressed Rented Terraces,S01006742,Bucksburn South - 05,4a,Challenged white communities,S02001276,Bucksburn South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194149 +194149,S00090144,8b2,Hard-Pressed Rented Terraces,S01006742,Bucksburn South - 05,4a,Challenged white communities,S02001276,Bucksburn South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194150 +194150,S00090145,8b2,Hard-Pressed Rented Terraces,S01006741,Bucksburn South - 04,4a,Challenged white communities,S02001276,Bucksburn South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194151 +194151,S00090146,8b2,Hard-Pressed Rented Terraces,S01006741,Bucksburn South - 04,4a,Challenged white communities,S02001276,Bucksburn South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194152 +194152,S00090148,8b2,Hard-Pressed Rented Terraces,S01006742,Bucksburn South - 05,4a,Challenged white communities,S02001276,Bucksburn South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194153 +194153,S00090149,8b2,Hard-Pressed Rented Terraces,S01006741,Bucksburn South - 04,4a,Challenged white communities,S02001276,Bucksburn South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194154 +194154,S00090150,8b2,Hard-Pressed Rented Terraces,S01006741,Bucksburn South - 04,4a,Challenged white communities,S02001276,Bucksburn South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194155 +194155,S00090151,8b2,Hard-Pressed Rented Terraces,S01006746,Bucksburn North - 04,5d,Endeavouring social renters,S02001277,Bucksburn North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194156 +194156,S00090152,8b2,Hard-Pressed Rented Terraces,S01006741,Bucksburn South - 04,4a,Challenged white communities,S02001276,Bucksburn South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194157 +194157,S00090158,8b2,Hard-Pressed Rented Terraces,S01006746,Bucksburn North - 04,5d,Endeavouring social renters,S02001277,Bucksburn North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194158 +194158,S00090160,8b2,Hard-Pressed Rented Terraces,S01006740,Bucksburn South - 03,4a,Challenged white communities,S02001276,Bucksburn South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194159 +194159,S00090161,8b2,Hard-Pressed Rented Terraces,S01006740,Bucksburn South - 03,4a,Challenged white communities,S02001276,Bucksburn South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194160 +194160,S00090162,8b2,Hard-Pressed Rented Terraces,S01006740,Bucksburn South - 03,4a,Challenged white communities,S02001276,Bucksburn South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194161 +194161,S00090169,8b2,Hard-Pressed Rented Terraces,S01006745,Bucksburn North - 03,4b,Constrained renters,S02001277,Bucksburn North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194162 +194162,S00090170,8b2,Hard-Pressed Rented Terraces,S01006740,Bucksburn South - 03,4a,Challenged white communities,S02001276,Bucksburn South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194163 +194163,S00090192,8b2,Hard-Pressed Rented Terraces,S01006779,Balgownie and Donmouth West - 05,4a,Challenged white communities,S02001282,Balgownie and Donmouth West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194164 +194164,S00090194,8b2,Hard-Pressed Rented Terraces,S01006779,Balgownie and Donmouth West - 05,4a,Challenged white communities,S02001282,Balgownie and Donmouth West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194165 +194165,S00090206,8b2,Hard-Pressed Rented Terraces,S01006782,Balgownie and Donmouth East - 02,3a,Achieving neighbourhoods,S02001283,Balgownie and Donmouth East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194166 +194166,S00090228,8b2,Hard-Pressed Rented Terraces,S01006787,Denmore - 03,5b,Aspiring urban households,S02001284,Denmore,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194167 +194167,S00090242,8b2,Hard-Pressed Rented Terraces,S01006619,Cove North - 01,5b,Aspiring urban households,S02001256,Cove North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194168 +194168,S00090307,6a1,Indian Tech Achievers,S01006515,"Cults, Bieldside and Milltimber West - 03",8a,Affluent communities,S02001237,"Cults, Bieldside and Milltimber West",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194169 +194169,S00090317,6a1,Indian Tech Achievers,S01006737,Kingswells - 06,8c,Comfortable suburbia,S02001275,Kingswells,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194170 +194170,S00089055,2c2,Migrant Commuters,S01006624,Torry West - 01,1a,Cosmopolitan student neighbourhoods,S02001257,Torry West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194171 +194171,S00090261,8b2,Hard-Pressed Rented Terraces,S01006749,Dyce - 01,4b,Constrained renters,S02001278,Dyce,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194172 +194172,S00090335,6a1,Indian Tech Achievers,S01006560,Midstocket - 03,3c,Highly qualified professionals,S02001245,Midstocket,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194173 +194173,S00090399,6a1,Indian Tech Achievers,S01006514,"Cults, Bieldside and Milltimber West - 02",8a,Affluent communities,S02001237,"Cults, Bieldside and Milltimber West",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194174 +194174,S00090404,6a1,Indian Tech Achievers,S01006608,"Kincorth, Leggart and Nigg South - 01",8c,Comfortable suburbia,S02001254,"Kincorth, Leggart and Nigg South",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194175 +194175,S00090500,6a1,Indian Tech Achievers,S01006774,Oldmachar East - 07,8c,Comfortable suburbia,S02001281,Oldmachar East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194176 +194176,S00090652,6a1,Indian Tech Achievers,S01006545,"Braeside, Mannofield, Broomhill and Seafield North - 04",3c,Highly qualified professionals,S02001242,"Braeside, Mannofield, Broomhill and Seafield North",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194177 +194177,S00090663,6a1,Indian Tech Achievers,S01006542,"Braeside, Mannofield, Broomhill and Seafield North - 01",8a,Affluent communities,S02001242,"Braeside, Mannofield, Broomhill and Seafield North",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194178 +194178,S00090666,6a1,Indian Tech Achievers,S01006519,"Cults, Bieldside and Milltimber East - 02",8a,Affluent communities,S02001238,"Cults, Bieldside and Milltimber East",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194179 +194179,S00090668,6a1,Indian Tech Achievers,S01006520,"Cults, Bieldside and Milltimber East - 03",8a,Affluent communities,S02001238,"Cults, Bieldside and Milltimber East",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194180 +194180,S00090801,6a1,Indian Tech Achievers,S01006756,Danestone - 01,3c,Highly qualified professionals,S02001279,Danestone,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194181 +194181,S00090802,6a1,Indian Tech Achievers,S01006756,Danestone - 01,3c,Highly qualified professionals,S02001279,Danestone,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194182 +194182,S00090840,6a1,Indian Tech Achievers,S01006782,Balgownie and Donmouth East - 02,3a,Achieving neighbourhoods,S02001283,Balgownie and Donmouth East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194183 +194183,S00090896,6a1,Indian Tech Achievers,S01006514,"Cults, Bieldside and Milltimber West - 02",8a,Affluent communities,S02001237,"Cults, Bieldside and Milltimber West",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194184 +194184,S00090924,6a1,Indian Tech Achievers,S01006734,Kingswells - 03,8a,Affluent communities,S02001275,Kingswells,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194185 +194185,S00089766,2c2,Migrant Commuters,S01006564,Rosemount - 01,1a,Cosmopolitan student neighbourhoods,S02001246,Rosemount,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194186 +194186,S00090926,6a1,Indian Tech Achievers,S01006734,Kingswells - 03,8a,Affluent communities,S02001275,Kingswells,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194187 +194187,S00090932,6a1,Indian Tech Achievers,S01006736,Kingswells - 05,8c,Comfortable suburbia,S02001275,Kingswells,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194188 +194188,S00089839,8a2,Industrious Hardship,S01006723,Northfield - 05,4a,Challenged white communities,S02001273,Northfield,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194189 +194189,S00090007,8a2,Industrious Hardship,S01006719,Northfield - 01,4a,Challenged white communities,S02001273,Northfield,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194190 +194190,S00090035,8a2,Industrious Hardship,S01006718,Cummings Park - 05,4c,Hampered neighbourhoods,S02001272,Cummings Park,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194191 +194191,S00090037,8a2,Industrious Hardship,S01006718,Cummings Park - 05,4c,Hampered neighbourhoods,S02001272,Cummings Park,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194192 +194192,S00090083,8a2,Industrious Hardship,S01006775,Balgownie and Donmouth West - 01,5c,Comfortable neighbourhoods,S02001282,Balgownie and Donmouth West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194193 +194193,S00090153,8a2,Industrious Hardship,S01006746,Bucksburn North - 04,5d,Endeavouring social renters,S02001277,Bucksburn North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194194 +194194,S00090155,8a2,Industrious Hardship,S01006746,Bucksburn North - 04,5d,Endeavouring social renters,S02001277,Bucksburn North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194195 +194195,S00090156,8a2,Industrious Hardship,S01006746,Bucksburn North - 04,5d,Endeavouring social renters,S02001277,Bucksburn North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194196 +194196,S00090223,8a2,Industrious Hardship,S01006787,Denmore - 03,5b,Aspiring urban households,S02001284,Denmore,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194197 +194197,S00090236,8a2,Industrious Hardship,S01006617,Cove South - 05,5c,Comfortable neighbourhoods,S02001255,Cove South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194198 +194198,S00090280,8a2,Industrious Hardship,S01006752,Dyce - 04,4a,Challenged white communities,S02001278,Dyce,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194199 +194199,S00090297,8a2,Industrious Hardship,S01006510,Culter - 05,5a,Ageing urban communities,S02001236,Culter,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194200 +194200,S00090355,8a2,Industrious Hardship,S01006775,Balgownie and Donmouth West - 01,5c,Comfortable neighbourhoods,S02001282,Balgownie and Donmouth West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194201 +194201,S00090495,8a2,Industrious Hardship,S01006712,Sheddocksley - 05,5d,Endeavouring social renters,S02001271,Sheddocksley,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194202 +194202,S00090856,8a2,Industrious Hardship,S01006621,Cove North - 03,5b,Aspiring urban households,S02001256,Cove North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194203 +194203,S00090895,8a2,Industrious Hardship,S01006511,Culter - 06,8b,Ageing suburbanites,S02001236,Culter,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194204 +194204,S00089812,8a1,Industrious Transitions,S01006714,Cummings Park - 01,4a,Challenged white communities,S02001272,Cummings Park,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194205 +194205,S00089876,8a1,Industrious Transitions,S01006695,Stockethill - 02,4c,Hampered neighbourhoods,S02001269,Stockethill,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194206 +194206,S00090095,8a1,Industrious Transitions,S01006778,Balgownie and Donmouth West - 04,5c,Comfortable neighbourhoods,S02001282,Balgownie and Donmouth West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194207 +194207,S00089004,2c1,Migrant Families,S01006596,Ferryhill North - 06,1a,Cosmopolitan student neighbourhoods,S02001251,Ferryhill North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194208 +194208,S00090104,8a1,Industrious Transitions,S01006769,Oldmachar East - 02,5b,Aspiring urban households,S02001281,Oldmachar East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194209 +194209,S00090107,8a1,Industrious Transitions,S01006769,Oldmachar East - 02,5b,Aspiring urban households,S02001281,Oldmachar East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194210 +194210,S00090191,8a1,Industrious Transitions,S01006780,Balgownie and Donmouth West - 06,5c,Comfortable neighbourhoods,S02001282,Balgownie and Donmouth West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194211 +194211,S00090222,8a1,Industrious Transitions,S01006786,Denmore - 02,3a,Achieving neighbourhoods,S02001284,Denmore,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194212 +194212,S00090241,8a1,Industrious Transitions,S01006617,Cove South - 05,5c,Comfortable neighbourhoods,S02001255,Cove South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194213 +194213,S00090282,8a1,Industrious Transitions,S01006749,Dyce - 01,4b,Constrained renters,S02001278,Dyce,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194214 +194214,S00090336,8a1,Industrious Transitions,S01006553,Summerhill - 01,5a,Ageing urban communities,S02001244,Summerhill,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194215 +194215,S00089721,4c3,Inner City Ethnic Mix,S01006563,Midstocket - 06,3c,Highly qualified professionals,S02001245,Midstocket,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194216 +194216,S00088981,2c2,Migrant Commuters,S01006586,City Centre West - 05,1a,Cosmopolitan student neighbourhoods,S02001249,City Centre West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194217 +194217,S00088982,2c2,Migrant Commuters,S01006586,City Centre West - 05,1a,Cosmopolitan student neighbourhoods,S02001249,City Centre West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194218 +194218,S00088985,2c2,Migrant Commuters,S01006565,Rosemount - 02,1a,Cosmopolitan student neighbourhoods,S02001246,Rosemount,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194219 +194219,S00090268,8b2,Hard-Pressed Rented Terraces,S01006753,Dyce - 05,5c,Comfortable neighbourhoods,S02001278,Dyce,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194220 +194220,S00090276,8b2,Hard-Pressed Rented Terraces,S01006752,Dyce - 04,4a,Challenged white communities,S02001278,Dyce,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194221 +194221,S00090294,8b2,Hard-Pressed Rented Terraces,S01006507,Culter - 02,5c,Comfortable neighbourhoods,S02001236,Culter,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194222 +194222,S00090296,8b2,Hard-Pressed Rented Terraces,S01006507,Culter - 02,5c,Comfortable neighbourhoods,S02001236,Culter,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194223 +194223,S00089057,2c2,Migrant Commuters,S01006624,Torry West - 01,1a,Cosmopolitan student neighbourhoods,S02001257,Torry West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194224 +194224,S00090337,8b2,Hard-Pressed Rented Terraces,S01006554,Summerhill - 02,5a,Ageing urban communities,S02001244,Summerhill,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194225 +194225,S00089058,2c2,Migrant Commuters,S01006624,Torry West - 01,1a,Cosmopolitan student neighbourhoods,S02001257,Torry West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194226 +194226,S00089778,2c2,Migrant Commuters,S01006567,Rosemount - 04,1a,Cosmopolitan student neighbourhoods,S02001246,Rosemount,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194227 +194227,S00090340,8b2,Hard-Pressed Rented Terraces,S01006709,Sheddocksley - 02,4c,Hampered neighbourhoods,S02001271,Sheddocksley,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194228 +194228,S00090341,8b2,Hard-Pressed Rented Terraces,S01006709,Sheddocksley - 02,4c,Hampered neighbourhoods,S02001271,Sheddocksley,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194229 +194229,S00090342,8b2,Hard-Pressed Rented Terraces,S01006701,Mastrick - 01,4d,Hard-pressed flat dwellers,S02001270,Mastrick,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194230 +194230,S00090343,8b2,Hard-Pressed Rented Terraces,S01006713,Sheddocksley - 06,4a,Challenged white communities,S02001271,Sheddocksley,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194231 +194231,S00090344,8b2,Hard-Pressed Rented Terraces,S01006711,Sheddocksley - 04,4a,Challenged white communities,S02001271,Sheddocksley,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194232 +194232,S00090351,8b2,Hard-Pressed Rented Terraces,S01006725,Northfield - 07,4a,Challenged white communities,S02001273,Northfield,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194233 +194233,S00090352,8b2,Hard-Pressed Rented Terraces,S01006731,Heathryfold and Middlefield - 06,4a,Challenged white communities,S02001274,Heathryfold and Middlefield,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194234 +194234,S00090393,8b2,Hard-Pressed Rented Terraces,S01006607,"Kincorth, Leggart and Nigg North - 05",4a,Challenged white communities,S02001253,"Kincorth, Leggart and Nigg North",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194235 +194235,S00090409,8b2,Hard-Pressed Rented Terraces,S01006711,Sheddocksley - 04,4a,Challenged white communities,S02001271,Sheddocksley,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194236 +194236,S00090492,8b2,Hard-Pressed Rented Terraces,S01006711,Sheddocksley - 04,4a,Challenged white communities,S02001271,Sheddocksley,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194237 +194237,S00090494,8b2,Hard-Pressed Rented Terraces,S01006712,Sheddocksley - 05,5d,Endeavouring social renters,S02001271,Sheddocksley,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194238 +194238,S00090503,8b2,Hard-Pressed Rented Terraces,S01006620,Cove North - 02,5b,Aspiring urban households,S02001256,Cove North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194239 +194239,S00090504,8b2,Hard-Pressed Rented Terraces,S01006619,Cove North - 01,5b,Aspiring urban households,S02001256,Cove North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194240 +194240,S00090602,8b2,Hard-Pressed Rented Terraces,S01006612,"Kincorth, Leggart and Nigg South - 05",5c,Comfortable neighbourhoods,S02001254,"Kincorth, Leggart and Nigg South",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194241 +194241,S00090604,8b2,Hard-Pressed Rented Terraces,S01006610,"Kincorth, Leggart and Nigg South - 03",4a,Challenged white communities,S02001254,"Kincorth, Leggart and Nigg South",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194242 +194242,S00090605,8b2,Hard-Pressed Rented Terraces,S01006609,"Kincorth, Leggart and Nigg South - 02",4a,Challenged white communities,S02001254,"Kincorth, Leggart and Nigg South",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194243 +194243,S00089012,2c1,Migrant Families,S01006593,Ferryhill North - 03,1a,Cosmopolitan student neighbourhoods,S02001251,Ferryhill North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194244 +194244,S00090607,8b2,Hard-Pressed Rented Terraces,S01006609,"Kincorth, Leggart and Nigg South - 02",4a,Challenged white communities,S02001254,"Kincorth, Leggart and Nigg South",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194245 +194245,S00090608,8b2,Hard-Pressed Rented Terraces,S01006609,"Kincorth, Leggart and Nigg South - 02",4a,Challenged white communities,S02001254,"Kincorth, Leggart and Nigg South",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194246 +194246,S00090609,8b2,Hard-Pressed Rented Terraces,S01006609,"Kincorth, Leggart and Nigg South - 02",4a,Challenged white communities,S02001254,"Kincorth, Leggart and Nigg South",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194247 +194247,S00090610,8b2,Hard-Pressed Rented Terraces,S01006609,"Kincorth, Leggart and Nigg South - 02",4a,Challenged white communities,S02001254,"Kincorth, Leggart and Nigg South",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194248 +194248,S00090611,8b2,Hard-Pressed Rented Terraces,S01006607,"Kincorth, Leggart and Nigg North - 05",4a,Challenged white communities,S02001253,"Kincorth, Leggart and Nigg North",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194249 +194249,S00090612,8b2,Hard-Pressed Rented Terraces,S01006607,"Kincorth, Leggart and Nigg North - 05",4a,Challenged white communities,S02001253,"Kincorth, Leggart and Nigg North",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194250 +194250,S00090783,8b2,Hard-Pressed Rented Terraces,S01006709,Sheddocksley - 02,4c,Hampered neighbourhoods,S02001271,Sheddocksley,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194251 +194251,S00090784,8b2,Hard-Pressed Rented Terraces,S01006711,Sheddocksley - 04,4a,Challenged white communities,S02001271,Sheddocksley,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194252 +194252,S00090788,8b2,Hard-Pressed Rented Terraces,S01006721,Northfield - 03,4a,Challenged white communities,S02001273,Northfield,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194253 +194253,S00090789,8b2,Hard-Pressed Rented Terraces,S01006719,Northfield - 01,4a,Challenged white communities,S02001273,Northfield,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194254 +194254,S00090790,8b2,Hard-Pressed Rented Terraces,S01006719,Northfield - 01,4a,Challenged white communities,S02001273,Northfield,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194255 +194255,S00090792,8b2,Hard-Pressed Rented Terraces,S01006716,Cummings Park - 03,4a,Challenged white communities,S02001272,Cummings Park,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194256 +194256,S00090798,8b2,Hard-Pressed Rented Terraces,S01006731,Heathryfold and Middlefield - 06,4a,Challenged white communities,S02001274,Heathryfold and Middlefield,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194257 +194257,S00090827,8b2,Hard-Pressed Rented Terraces,S01006767,Oldmachar West - 06,5b,Aspiring urban households,S02001280,Oldmachar West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194258 +194258,S00090831,8b2,Hard-Pressed Rented Terraces,S01006740,Bucksburn South - 03,4a,Challenged white communities,S02001276,Bucksburn South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194259 +194259,S00090857,8b2,Hard-Pressed Rented Terraces,S01006621,Cove North - 03,5b,Aspiring urban households,S02001256,Cove North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194260 +194260,S00090877,8b2,Hard-Pressed Rented Terraces,S01006754,Dyce - 06,8b,Ageing suburbanites,S02001278,Dyce,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194261 +194261,S00090879,8b2,Hard-Pressed Rented Terraces,S01006752,Dyce - 04,4a,Challenged white communities,S02001278,Dyce,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194262 +194262,S00088971,2d2,Highly-Qualified Quaternary Workers,S01006584,City Centre West - 03,1a,Cosmopolitan student neighbourhoods,S02001249,City Centre West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194263 +194263,S00088998,2d2,Highly-Qualified Quaternary Workers,S01006598,Ferryhill South - 01,3a,Achieving neighbourhoods,S02001252,Ferryhill South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194264 +194264,S00089388,6a1,Indian Tech Achievers,S01006551,Hazlehead - 05,4b,Constrained renters,S02001243,Hazlehead,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194265 +194265,S00089416,6a1,Indian Tech Achievers,S01006517,"Cults, Bieldside and Milltimber West - 05",2b,Prospering countryside life,S02001237,"Cults, Bieldside and Milltimber West",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194266 +194266,S00089436,6a1,Indian Tech Achievers,S01006525,"Cults, Bieldside and Milltimber East - 08",3a,Achieving neighbourhoods,S02001238,"Cults, Bieldside and Milltimber East",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194267 +194267,S00089706,6a1,Indian Tech Achievers,S01006562,Midstocket - 05,3c,Highly qualified professionals,S02001245,Midstocket,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194268 +194268,S00089059,2c2,Migrant Commuters,S01006628,Torry West - 05,1a,Cosmopolitan student neighbourhoods,S02001257,Torry West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194269 +194269,S00089779,2c2,Migrant Commuters,S01006567,Rosemount - 04,1a,Cosmopolitan student neighbourhoods,S02001246,Rosemount,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194270 +194270,S00089013,2c1,Migrant Families,S01006593,Ferryhill North - 03,1a,Cosmopolitan student neighbourhoods,S02001251,Ferryhill North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194271 +194271,S00089060,2c2,Migrant Commuters,S01006628,Torry West - 05,1a,Cosmopolitan student neighbourhoods,S02001257,Torry West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194272 +194272,S00089787,2c2,Migrant Commuters,S01006567,Rosemount - 04,1a,Cosmopolitan student neighbourhoods,S02001246,Rosemount,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194273 +194273,S00089014,2c1,Migrant Families,S01006593,Ferryhill North - 03,1a,Cosmopolitan student neighbourhoods,S02001251,Ferryhill North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194274 +194274,S00089061,2c2,Migrant Commuters,S01006628,Torry West - 05,1a,Cosmopolitan student neighbourhoods,S02001257,Torry West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194275 +194275,S00089792,2c2,Migrant Commuters,S01006567,Rosemount - 04,1a,Cosmopolitan student neighbourhoods,S02001246,Rosemount,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194276 +194276,S00089016,2c1,Migrant Families,S01006593,Ferryhill North - 03,1a,Cosmopolitan student neighbourhoods,S02001251,Ferryhill North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194277 +194277,S00089064,2c2,Migrant Commuters,S01006628,Torry West - 05,1a,Cosmopolitan student neighbourhoods,S02001257,Torry West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194278 +194278,S00089859,2c2,Migrant Commuters,S01006698,Stockethill - 05,4d,Hard-pressed flat dwellers,S02001269,Stockethill,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194279 +194279,S00089019,2c1,Migrant Families,S01006596,Ferryhill North - 06,1a,Cosmopolitan student neighbourhoods,S02001251,Ferryhill North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194280 +194280,S00089020,2c1,Migrant Families,S01006596,Ferryhill North - 06,1a,Cosmopolitan student neighbourhoods,S02001251,Ferryhill North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194281 +194281,S00089022,2c1,Migrant Families,S01006595,Ferryhill North - 05,1a,Cosmopolitan student neighbourhoods,S02001251,Ferryhill North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194282 +194282,S00089032,2c1,Migrant Families,S01006590,City Centre East - 04,1a,Cosmopolitan student neighbourhoods,S02001250,City Centre East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194283 +194283,S00089054,2c1,Migrant Families,S01006624,Torry West - 01,1a,Cosmopolitan student neighbourhoods,S02001257,Torry West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194284 +194284,S00089056,2c1,Migrant Families,S01006624,Torry West - 01,1a,Cosmopolitan student neighbourhoods,S02001257,Torry West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194285 +194285,S00089191,2c1,Migrant Families,S01006544,"Braeside, Mannofield, Broomhill and Seafield North - 03",3c,Highly qualified professionals,S02001242,"Braeside, Mannofield, Broomhill and Seafield North",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194286 +194286,S00089221,2c1,Migrant Families,S01006578,West End South - 04,1a,Cosmopolitan student neighbourhoods,S02001248,West End South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194287 +194287,S00089224,2c1,Migrant Families,S01006578,West End South - 04,1a,Cosmopolitan student neighbourhoods,S02001248,West End South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194288 +194288,S00089230,2c1,Migrant Families,S01006580,West End South - 06,1a,Cosmopolitan student neighbourhoods,S02001248,West End South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194289 +194289,S00089232,2c1,Migrant Families,S01006577,West End South - 03,1a,Cosmopolitan student neighbourhoods,S02001248,West End South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194290 +194290,S00089266,2c1,Migrant Families,S01006536,"Braeside, Mannofield, Broomhill and Seafield East - 05",1a,Cosmopolitan student neighbourhoods,S02001240,"Braeside, Mannofield, Broomhill and Seafield East",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194291 +194291,S00089270,2c1,Migrant Families,S01006536,"Braeside, Mannofield, Broomhill and Seafield East - 05",1a,Cosmopolitan student neighbourhoods,S02001240,"Braeside, Mannofield, Broomhill and Seafield East",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194292 +194292,S00089281,2c1,Migrant Families,S01006600,Ferryhill South - 03,3c,Highly qualified professionals,S02001252,Ferryhill South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194293 +194293,S00089343,2c1,Migrant Families,S01006545,"Braeside, Mannofield, Broomhill and Seafield North - 04",3c,Highly qualified professionals,S02001242,"Braeside, Mannofield, Broomhill and Seafield North",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194294 +194294,S00089372,2c1,Migrant Families,S01006599,Ferryhill South - 02,1a,Cosmopolitan student neighbourhoods,S02001252,Ferryhill South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194295 +194295,S00089373,2c1,Migrant Families,S01006600,Ferryhill South - 03,3c,Highly qualified professionals,S02001252,Ferryhill South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194296 +194296,S00089542,2c1,Migrant Families,S01006681,Woodside - 01,4d,Hard-pressed flat dwellers,S02001267,Woodside,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194297 +194297,S00089553,2c1,Migrant Families,S01006681,Woodside - 01,4d,Hard-pressed flat dwellers,S02001267,Woodside,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194298 +194298,S00089560,2c1,Migrant Families,S01006693,Hilton - 08,1a,Cosmopolitan student neighbourhoods,S02001268,Hilton,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194299 +194299,S00089561,2c1,Migrant Families,S01006693,Hilton - 08,1a,Cosmopolitan student neighbourhoods,S02001268,Hilton,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194300 +194300,S00089566,2c1,Migrant Families,S01006690,Hilton - 05,1a,Cosmopolitan student neighbourhoods,S02001268,Hilton,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194301 +194301,S00089684,2c1,Migrant Families,S01006655,Ashgrove - 03,1a,Cosmopolitan student neighbourhoods,S02001262,Ashgrove,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194302 +194302,S00089733,2c1,Migrant Families,S01006559,Midstocket - 02,3c,Highly qualified professionals,S02001245,Midstocket,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194303 +194303,S00089756,2c1,Migrant Families,S01006570,Rosemount - 07,3c,Highly qualified professionals,S02001246,Rosemount,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194304 +194304,S00089757,2c1,Migrant Families,S01006570,Rosemount - 07,3c,Highly qualified professionals,S02001246,Rosemount,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194305 +194305,S00089762,2c1,Migrant Families,S01006570,Rosemount - 07,3c,Highly qualified professionals,S02001246,Rosemount,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194306 +194306,S00089794,2c1,Migrant Families,S01006656,Ashgrove - 04,1a,Cosmopolitan student neighbourhoods,S02001262,Ashgrove,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194307 +194307,S00089892,2c1,Migrant Families,S01006655,Ashgrove - 03,1a,Cosmopolitan student neighbourhoods,S02001262,Ashgrove,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194308 +194308,S00089918,2c1,Migrant Families,S01006554,Summerhill - 02,5a,Ageing urban communities,S02001244,Summerhill,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194309 +194309,S00089948,2c1,Migrant Families,S01006555,Summerhill - 03,4b,Constrained renters,S02001244,Summerhill,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194310 +194310,S00090167,2c1,Migrant Families,S01006738,Bucksburn South - 01,4b,Constrained renters,S02001276,Bucksburn South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194311 +194311,S00090411,2c1,Migrant Families,S01006536,"Braeside, Mannofield, Broomhill and Seafield East - 05",1a,Cosmopolitan student neighbourhoods,S02001240,"Braeside, Mannofield, Broomhill and Seafield East",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194312 +194312,S00090449,2c1,Migrant Families,S01006571,West End North - 01,3c,Highly qualified professionals,S02001247,West End North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194313 +194313,S00090485,2c1,Migrant Families,S01006650,George Street - 06,1a,Cosmopolitan student neighbourhoods,S02001261,George Street,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194314 +194314,S00090553,2c1,Migrant Families,S01006591,Ferryhill North - 01,1a,Cosmopolitan student neighbourhoods,S02001251,Ferryhill North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194315 +194315,S00090554,2c1,Migrant Families,S01006591,Ferryhill North - 01,1a,Cosmopolitan student neighbourhoods,S02001251,Ferryhill North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194316 +194316,S00090560,2c1,Migrant Families,S01006597,Ferryhill North - 07,1a,Cosmopolitan student neighbourhoods,S02001251,Ferryhill North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194317 +194317,S00090569,2c1,Migrant Families,S01006591,Ferryhill North - 01,1a,Cosmopolitan student neighbourhoods,S02001251,Ferryhill North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194318 +194318,S00090572,2c1,Migrant Families,S01006582,City Centre West - 01,1a,Cosmopolitan student neighbourhoods,S02001249,City Centre West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194319 +194319,S00090575,2c1,Migrant Families,S01006582,City Centre West - 01,1a,Cosmopolitan student neighbourhoods,S02001249,City Centre West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194320 +194320,S00090576,2c1,Migrant Families,S01006582,City Centre West - 01,1a,Cosmopolitan student neighbourhoods,S02001249,City Centre West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194321 +194321,S00089860,2c2,Migrant Commuters,S01006698,Stockethill - 05,4d,Hard-pressed flat dwellers,S02001269,Stockethill,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194322 +194322,S00089874,2c2,Migrant Commuters,S01006700,Stockethill - 07,3d,Households in terraces and flats,S02001269,Stockethill,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194323 +194323,S00089887,2c2,Migrant Commuters,S01006654,Ashgrove - 02,1a,Cosmopolitan student neighbourhoods,S02001262,Ashgrove,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194324 +194324,S00089888,2c2,Migrant Commuters,S01006654,Ashgrove - 02,1a,Cosmopolitan student neighbourhoods,S02001262,Ashgrove,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194325 +194325,S00089065,2c2,Migrant Commuters,S01006628,Torry West - 05,1a,Cosmopolitan student neighbourhoods,S02001257,Torry West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194326 +194326,S00089894,2c2,Migrant Commuters,S01006653,Ashgrove - 01,1a,Cosmopolitan student neighbourhoods,S02001262,Ashgrove,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194327 +194327,S00089066,2c2,Migrant Commuters,S01006628,Torry West - 05,1a,Cosmopolitan student neighbourhoods,S02001257,Torry West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194328 +194328,S00090330,2c2,Migrant Commuters,S01006648,George Street - 04,1a,Cosmopolitan student neighbourhoods,S02001261,George Street,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194329 +194329,S00089067,2c2,Migrant Commuters,S01006628,Torry West - 05,1a,Cosmopolitan student neighbourhoods,S02001257,Torry West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194330 +194330,S00090332,2c2,Migrant Commuters,S01006645,George Street - 01,1a,Cosmopolitan student neighbourhoods,S02001261,George Street,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194331 +194331,S00089070,2c2,Migrant Commuters,S01006628,Torry West - 05,1a,Cosmopolitan student neighbourhoods,S02001257,Torry West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194332 +194332,S00089072,2c2,Migrant Commuters,S01006627,Torry West - 04,1a,Cosmopolitan student neighbourhoods,S02001257,Torry West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194333 +194333,S00089073,2c2,Migrant Commuters,S01006627,Torry West - 04,1a,Cosmopolitan student neighbourhoods,S02001257,Torry West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194334 +194334,S00089075,2c2,Migrant Commuters,S01006628,Torry West - 05,1a,Cosmopolitan student neighbourhoods,S02001257,Torry West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194335 +194335,S00089077,2c2,Migrant Commuters,S01006626,Torry West - 03,4d,Hard-pressed flat dwellers,S02001257,Torry West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194336 +194336,S00089103,2c2,Migrant Commuters,S01006632,Torry East - 02,4d,Hard-pressed flat dwellers,S02001258,Torry East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194337 +194337,S00089208,2c2,Migrant Commuters,S01006576,West End South - 02,3a,Achieving neighbourhoods,S02001248,West End South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194338 +194338,S00089222,2c2,Migrant Commuters,S01006578,West End South - 04,1a,Cosmopolitan student neighbourhoods,S02001248,West End South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194339 +194339,S00089223,2c2,Migrant Commuters,S01006578,West End South - 04,1a,Cosmopolitan student neighbourhoods,S02001248,West End South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194340 +194340,S00089227,2c2,Migrant Commuters,S01006578,West End South - 04,1a,Cosmopolitan student neighbourhoods,S02001248,West End South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194341 +194341,S00089235,2c2,Migrant Commuters,S01006577,West End South - 03,1a,Cosmopolitan student neighbourhoods,S02001248,West End South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194342 +194342,S00089236,2c2,Migrant Commuters,S01006577,West End South - 03,1a,Cosmopolitan student neighbourhoods,S02001248,West End South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194343 +194343,S00089263,2c2,Migrant Commuters,S01006536,"Braeside, Mannofield, Broomhill and Seafield East - 05",1a,Cosmopolitan student neighbourhoods,S02001240,"Braeside, Mannofield, Broomhill and Seafield East",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194344 +194344,S00089267,2c2,Migrant Commuters,S01006535,"Braeside, Mannofield, Broomhill and Seafield East - 04",3c,Highly qualified professionals,S02001240,"Braeside, Mannofield, Broomhill and Seafield East",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194345 +194345,S00089276,2c2,Migrant Commuters,S01006600,Ferryhill South - 03,3c,Highly qualified professionals,S02001252,Ferryhill South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194346 +194346,S00089293,2c2,Migrant Commuters,S01006526,Garthdee - 01,4d,Hard-pressed flat dwellers,S02001239,Garthdee,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194347 +194347,S00089366,2c2,Migrant Commuters,S01006599,Ferryhill South - 02,1a,Cosmopolitan student neighbourhoods,S02001252,Ferryhill South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194348 +194348,S00089456,2c2,Migrant Commuters,S01006638,Hanover South - 02,1a,Cosmopolitan student neighbourhoods,S02001259,Hanover South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194349 +194349,S00089461,2c2,Migrant Commuters,S01006639,Hanover South - 03,1a,Cosmopolitan student neighbourhoods,S02001259,Hanover South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194350 +194350,S00089467,2c2,Migrant Commuters,S01006641,Hanover North - 01,1a,Cosmopolitan student neighbourhoods,S02001260,Hanover North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194351 +194351,S00089471,2c2,Migrant Commuters,S01006641,Hanover North - 01,1a,Cosmopolitan student neighbourhoods,S02001260,Hanover North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194352 +194352,S00089472,2c2,Migrant Commuters,S01006644,Hanover North - 04,1a,Cosmopolitan student neighbourhoods,S02001260,Hanover North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194353 +194353,S00089473,2c2,Migrant Commuters,S01006644,Hanover North - 04,1a,Cosmopolitan student neighbourhoods,S02001260,Hanover North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194354 +194354,S00089475,2c2,Migrant Commuters,S01006641,Hanover North - 01,1a,Cosmopolitan student neighbourhoods,S02001260,Hanover North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194355 +194355,S00089476,2c2,Migrant Commuters,S01006641,Hanover North - 01,1a,Cosmopolitan student neighbourhoods,S02001260,Hanover North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194356 +194356,S00089487,2c2,Migrant Commuters,S01006670,Seaton - 05,1a,Cosmopolitan student neighbourhoods,S02001264,Seaton,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194357 +194357,S00089496,2c2,Migrant Commuters,S01006669,Seaton - 04,1a,Cosmopolitan student neighbourhoods,S02001264,Seaton,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194358 +194358,S00089500,2c2,Migrant Commuters,S01006672,Old Aberdeen - 02,1a,Cosmopolitan student neighbourhoods,S02001265,Old Aberdeen,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194359 +194359,S00089509,2c2,Migrant Commuters,S01006673,Old Aberdeen - 03,1a,Cosmopolitan student neighbourhoods,S02001265,Old Aberdeen,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194360 +194360,S00089530,2c2,Migrant Commuters,S01006687,Hilton - 02,4d,Hard-pressed flat dwellers,S02001268,Hilton,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194361 +194361,S00089557,2c2,Migrant Commuters,S01006684,Woodside - 04,1a,Cosmopolitan student neighbourhoods,S02001267,Woodside,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194362 +194362,S00089564,2c2,Migrant Commuters,S01006693,Hilton - 08,1a,Cosmopolitan student neighbourhoods,S02001268,Hilton,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194363 +194363,S00089601,2c2,Migrant Commuters,S01006677,Tillydrone - 03,1a,Cosmopolitan student neighbourhoods,S02001266,Tillydrone,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194364 +194364,S00089632,2c2,Migrant Commuters,S01006662,"Froghall, Powis and Sunnybank - 05",1a,Cosmopolitan student neighbourhoods,S02001263,"Froghall, Powis and Sunnybank",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194365 +194365,S00089642,2c2,Migrant Commuters,S01006658,"Froghall, Powis and Sunnybank - 01",1a,Cosmopolitan student neighbourhoods,S02001263,"Froghall, Powis and Sunnybank",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194366 +194366,S00089646,2c2,Migrant Commuters,S01006665,"Froghall, Powis and Sunnybank - 08",1a,Cosmopolitan student neighbourhoods,S02001263,"Froghall, Powis and Sunnybank",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194367 +194367,S00090388,2c2,Migrant Commuters,S01006627,Torry West - 04,1a,Cosmopolitan student neighbourhoods,S02001257,Torry West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194368 +194368,S00090412,2c2,Migrant Commuters,S01006535,"Braeside, Mannofield, Broomhill and Seafield East - 04",3c,Highly qualified professionals,S02001240,"Braeside, Mannofield, Broomhill and Seafield East",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194369 +194369,S00090469,2c2,Migrant Commuters,S01006579,West End South - 05,1a,Cosmopolitan student neighbourhoods,S02001248,West End South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194370 +194370,S00090471,2c2,Migrant Commuters,S01006667,Seaton - 02,1a,Cosmopolitan student neighbourhoods,S02001264,Seaton,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194371 +194371,S00090514,2c2,Migrant Commuters,S01006585,City Centre West - 04,1a,Cosmopolitan student neighbourhoods,S02001249,City Centre West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194372 +194372,S00090522,2c2,Migrant Commuters,S01006648,George Street - 04,1a,Cosmopolitan student neighbourhoods,S02001261,George Street,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194373 +194373,S00090530,2c2,Migrant Commuters,S01006645,George Street - 01,1a,Cosmopolitan student neighbourhoods,S02001261,George Street,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194374 +194374,S00090539,2c2,Migrant Commuters,S01006647,George Street - 03,1a,Cosmopolitan student neighbourhoods,S02001261,George Street,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194375 +194375,S00090563,2c2,Migrant Commuters,S01006583,City Centre West - 02,1a,Cosmopolitan student neighbourhoods,S02001249,City Centre West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194376 +194376,S00090591,2c2,Migrant Commuters,S01006627,Torry West - 04,1a,Cosmopolitan student neighbourhoods,S02001257,Torry West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194377 +194377,S00090622,2c2,Migrant Commuters,S01006580,West End South - 06,1a,Cosmopolitan student neighbourhoods,S02001248,West End South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194378 +194378,S00090637,2c2,Migrant Commuters,S01006601,Ferryhill South - 04,1a,Cosmopolitan student neighbourhoods,S02001252,Ferryhill South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194379 +194379,S00090662,2c2,Migrant Commuters,S01006600,Ferryhill South - 03,3c,Highly qualified professionals,S02001252,Ferryhill South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194380 +194380,S00090681,2c2,Migrant Commuters,S01006637,Hanover South - 01,1a,Cosmopolitan student neighbourhoods,S02001259,Hanover South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194381 +194381,S00090682,2c2,Migrant Commuters,S01006641,Hanover North - 01,1a,Cosmopolitan student neighbourhoods,S02001260,Hanover North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194382 +194382,S00090685,2c2,Migrant Commuters,S01006644,Hanover North - 04,1a,Cosmopolitan student neighbourhoods,S02001260,Hanover North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194383 +194383,S00090687,2c2,Migrant Commuters,S01006644,Hanover North - 04,1a,Cosmopolitan student neighbourhoods,S02001260,Hanover North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194384 +194384,S00090692,2c2,Migrant Commuters,S01006670,Seaton - 05,1a,Cosmopolitan student neighbourhoods,S02001264,Seaton,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194385 +194385,S00090693,2c2,Migrant Commuters,S01006668,Seaton - 03,1a,Cosmopolitan student neighbourhoods,S02001264,Seaton,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194386 +194386,S00090696,2c2,Migrant Commuters,S01006667,Seaton - 02,1a,Cosmopolitan student neighbourhoods,S02001264,Seaton,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194387 +194387,S00090702,2c2,Migrant Commuters,S01006671,Old Aberdeen - 01,1a,Cosmopolitan student neighbourhoods,S02001265,Old Aberdeen,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194388 +194388,S00090704,2c2,Migrant Commuters,S01006690,Hilton - 05,1a,Cosmopolitan student neighbourhoods,S02001268,Hilton,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194389 +194389,S00090710,2c2,Migrant Commuters,S01006693,Hilton - 08,1a,Cosmopolitan student neighbourhoods,S02001268,Hilton,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194390 +194390,S00090720,2c2,Migrant Commuters,S01006642,Hanover North - 02,1a,Cosmopolitan student neighbourhoods,S02001260,Hanover North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194391 +194391,S00090725,2c2,Migrant Commuters,S01006652,George Street - 08,1a,Cosmopolitan student neighbourhoods,S02001261,George Street,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194392 +194392,S00090728,2c2,Migrant Commuters,S01006656,Ashgrove - 04,1a,Cosmopolitan student neighbourhoods,S02001262,Ashgrove,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194393 +194393,S00090730,2c2,Migrant Commuters,S01006656,Ashgrove - 04,1a,Cosmopolitan student neighbourhoods,S02001262,Ashgrove,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194394 +194394,S00090731,2c2,Migrant Commuters,S01006649,George Street - 05,1a,Cosmopolitan student neighbourhoods,S02001261,George Street,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194395 +194395,S00090732,2c2,Migrant Commuters,S01006649,George Street - 05,1a,Cosmopolitan student neighbourhoods,S02001261,George Street,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194396 +194396,S00090736,2c2,Migrant Commuters,S01006650,George Street - 06,1a,Cosmopolitan student neighbourhoods,S02001261,George Street,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194397 +194397,S00090743,2c2,Migrant Commuters,S01006657,Ashgrove - 05,1a,Cosmopolitan student neighbourhoods,S02001262,Ashgrove,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194398 +194398,S00090763,2c2,Migrant Commuters,S01006565,Rosemount - 02,1a,Cosmopolitan student neighbourhoods,S02001246,Rosemount,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194399 +194399,S00090766,2c2,Migrant Commuters,S01006656,Ashgrove - 04,1a,Cosmopolitan student neighbourhoods,S02001262,Ashgrove,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194400 +194400,S00090278,8c3,Renting Hard-Pressed Workers,S01006751,Dyce - 03,5c,Comfortable neighbourhoods,S02001278,Dyce,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194401 +194401,S00090295,8c3,Renting Hard-Pressed Workers,S01006509,Culter - 04,5c,Comfortable neighbourhoods,S02001236,Culter,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194402 +194402,S00090366,8c3,Renting Hard-Pressed Workers,S01006745,Bucksburn North - 03,4b,Constrained renters,S02001277,Bucksburn North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194403 +194403,S00090379,8c3,Renting Hard-Pressed Workers,S01006510,Culter - 05,5a,Ageing urban communities,S02001236,Culter,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194404 +194404,S00090795,8c3,Renting Hard-Pressed Workers,S01006730,Heathryfold and Middlefield - 05,4c,Hampered neighbourhoods,S02001274,Heathryfold and Middlefield,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194405 +194405,S00090882,8c3,Renting Hard-Pressed Workers,S01006752,Dyce - 04,4a,Challenged white communities,S02001278,Dyce,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194406 +194406,S00090886,8c3,Renting Hard-Pressed Workers,S01006750,Dyce - 02,5a,Ageing urban communities,S02001278,Dyce,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194407 +194407,S00090891,8c3,Renting Hard-Pressed Workers,S01006507,Culter - 02,5c,Comfortable neighbourhoods,S02001236,Culter,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194408 +194408,S00089113,7d4,Retired City Hardship,S01006636,Torry East - 06,4d,Hard-pressed flat dwellers,S02001258,Torry East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194409 +194409,S00089138,7d4,Retired City Hardship,S01006606,"Kincorth, Leggart and Nigg North - 04",5c,Comfortable neighbourhoods,S02001253,"Kincorth, Leggart and Nigg North",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194410 +194410,S00089168,7d4,Retired City Hardship,S01006605,"Kincorth, Leggart and Nigg North - 03",4d,Hard-pressed flat dwellers,S02001253,"Kincorth, Leggart and Nigg North",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194411 +194411,S00089275,7d4,Retired City Hardship,S01006600,Ferryhill South - 03,3c,Highly qualified professionals,S02001252,Ferryhill South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194412 +194412,S00089278,7d4,Retired City Hardship,S01006600,Ferryhill South - 03,3c,Highly qualified professionals,S02001252,Ferryhill South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194413 +194413,S00089287,7d4,Retired City Hardship,S01006594,Ferryhill North - 04,1a,Cosmopolitan student neighbourhoods,S02001251,Ferryhill North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194414 +194414,S00089342,7d4,Retired City Hardship,S01006545,"Braeside, Mannofield, Broomhill and Seafield North - 04",3c,Highly qualified professionals,S02001242,"Braeside, Mannofield, Broomhill and Seafield North",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194415 +194415,S00089399,7d4,Retired City Hardship,S01006547,Hazlehead - 01,5c,Comfortable neighbourhoods,S02001243,Hazlehead,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194416 +194416,S00090178,6b3,Semi-Detached Ageing,S01006747,Bucksburn North - 05,8b,Ageing suburbanites,S02001277,Bucksburn North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194417 +194417,S00089407,5a2,Multi-Ethnic Professionals with Families,S01006525,"Cults, Bieldside and Milltimber East - 08",3a,Achieving neighbourhoods,S02001238,"Cults, Bieldside and Milltimber East",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194418 +194418,S00089319,6b4,Older Workers and Retirement,S01006538,"Braeside, Mannofield, Broomhill and Seafield South - 02",8c,Comfortable suburbia,S02001241,"Braeside, Mannofield, Broomhill and Seafield South",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194419 +194419,S00090202,2c3,Professional Service Cosmopolitans,S01006784,Balgownie and Donmouth East - 04,3a,Achieving neighbourhoods,S02001283,Balgownie and Donmouth East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194420 +194420,S00089460,7d4,Retired City Hardship,S01006639,Hanover South - 03,1a,Cosmopolitan student neighbourhoods,S02001259,Hanover South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194421 +194421,S00089503,7d4,Retired City Hardship,S01006666,Seaton - 01,4d,Hard-pressed flat dwellers,S02001264,Seaton,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194422 +194422,S00089504,7d4,Retired City Hardship,S01006666,Seaton - 01,4d,Hard-pressed flat dwellers,S02001264,Seaton,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194423 +194423,S00089505,7d4,Retired City Hardship,S01006666,Seaton - 01,4d,Hard-pressed flat dwellers,S02001264,Seaton,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194424 +194424,S00089545,7d4,Retired City Hardship,S01006681,Woodside - 01,4d,Hard-pressed flat dwellers,S02001267,Woodside,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194425 +194425,S00089621,7d4,Retired City Hardship,S01006680,Tillydrone - 06,4d,Hard-pressed flat dwellers,S02001266,Tillydrone,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194426 +194426,S00089783,7d4,Retired City Hardship,S01006564,Rosemount - 01,1a,Cosmopolitan student neighbourhoods,S02001246,Rosemount,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194427 +194427,S00089828,7d4,Retired City Hardship,S01006717,Cummings Park - 04,4a,Challenged white communities,S02001272,Cummings Park,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194428 +194428,S00089852,7d4,Retired City Hardship,S01006694,Stockethill - 01,4d,Hard-pressed flat dwellers,S02001269,Stockethill,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194429 +194429,S00089854,7d4,Retired City Hardship,S01006694,Stockethill - 01,4d,Hard-pressed flat dwellers,S02001269,Stockethill,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194430 +194430,S00089944,7d4,Retired City Hardship,S01006556,Summerhill - 04,4d,Hard-pressed flat dwellers,S02001244,Summerhill,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194431 +194431,S00089956,7d4,Retired City Hardship,S01006710,Sheddocksley - 03,4a,Challenged white communities,S02001271,Sheddocksley,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194432 +194432,S00089964,7d4,Retired City Hardship,S01006711,Sheddocksley - 04,4a,Challenged white communities,S02001271,Sheddocksley,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194433 +194433,S00089981,7d4,Retired City Hardship,S01006708,Sheddocksley - 01,4a,Challenged white communities,S02001271,Sheddocksley,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194434 +194434,S00090058,7d4,Retired City Hardship,S01006727,Heathryfold and Middlefield - 02,4d,Hard-pressed flat dwellers,S02001274,Heathryfold and Middlefield,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194435 +194435,S00090093,7d4,Retired City Hardship,S01006779,Balgownie and Donmouth West - 05,4a,Challenged white communities,S02001282,Balgownie and Donmouth West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194436 +194436,S00090273,7d4,Retired City Hardship,S01006751,Dyce - 03,5c,Comfortable neighbourhoods,S02001278,Dyce,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194437 +194437,S00090363,7d4,Retired City Hardship,S01006745,Bucksburn North - 03,4b,Constrained renters,S02001277,Bucksburn North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194438 +194438,S00090479,7d4,Retired City Hardship,S01006674,Old Aberdeen - 04,4d,Hard-pressed flat dwellers,S02001265,Old Aberdeen,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194439 +194439,S00090480,7d4,Retired City Hardship,S01006681,Woodside - 01,4d,Hard-pressed flat dwellers,S02001267,Woodside,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194440 +194440,S00090546,7d4,Retired City Hardship,S01006602,Ferryhill South - 05,3c,Highly qualified professionals,S02001252,Ferryhill South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194441 +194441,S00090643,7d4,Retired City Hardship,S01006526,Garthdee - 01,4d,Hard-pressed flat dwellers,S02001239,Garthdee,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194442 +194442,S00090771,7d4,Retired City Hardship,S01006698,Stockethill - 05,4d,Hard-pressed flat dwellers,S02001269,Stockethill,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194443 +194443,S00090780,7d4,Retired City Hardship,S01006553,Summerhill - 01,5a,Ageing urban communities,S02001244,Summerhill,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194444 +194444,S00090815,7d4,Retired City Hardship,S01006776,Balgownie and Donmouth West - 02,4d,Hard-pressed flat dwellers,S02001282,Balgownie and Donmouth West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194445 +194445,S00089041,7d3,Retired Communal City Dwellers,S01006629,Torry West - 06,4d,Hard-pressed flat dwellers,S02001257,Torry West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194446 +194446,S00089305,7d3,Retired Communal City Dwellers,S01006530,Garthdee - 05,4d,Hard-pressed flat dwellers,S02001239,Garthdee,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194447 +194447,S00089716,7d3,Retired Communal City Dwellers,S01006560,Midstocket - 03,3c,Highly qualified professionals,S02001245,Midstocket,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194448 +194448,S00090292,7d3,Retired Communal City Dwellers,S01006510,Culter - 05,5a,Ageing urban communities,S02001236,Culter,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194449 +194449,S00090594,7d3,Retired Communal City Dwellers,S01006631,Torry East - 01,4d,Hard-pressed flat dwellers,S02001258,Torry East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194450 +194450,S00089394,7d2,Retired Independent City Dwellers,S01006551,Hazlehead - 05,4b,Constrained renters,S02001243,Hazlehead,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194451 +194451,S00089396,7d2,Retired Independent City Dwellers,S01006551,Hazlehead - 05,4b,Constrained renters,S02001243,Hazlehead,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194452 +194452,S00089486,7d2,Retired Independent City Dwellers,S01006670,Seaton - 05,1a,Cosmopolitan student neighbourhoods,S02001264,Seaton,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194453 +194453,S00089494,7d2,Retired Independent City Dwellers,S01006669,Seaton - 04,1a,Cosmopolitan student neighbourhoods,S02001264,Seaton,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194454 +194454,S00089527,7d2,Retired Independent City Dwellers,S01006688,Hilton - 03,4d,Hard-pressed flat dwellers,S02001268,Hilton,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194455 +194455,S00090270,5b3,Self-Sufficient Retirement,S01006755,Dyce - 07,2b,Prospering countryside life,S02001278,Dyce,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194456 +194456,S00089691,7c3,Outer City Hardship,S01006692,Hilton - 07,3d,Households in terraces and flats,S02001268,Hilton,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194457 +194457,S00089408,5a2,Multi-Ethnic Professionals with Families,S01006525,"Cults, Bieldside and Milltimber East - 08",3a,Achieving neighbourhoods,S02001238,"Cults, Bieldside and Milltimber East",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194458 +194458,S00089689,7d2,Retired Independent City Dwellers,S01006692,Hilton - 07,3d,Households in terraces and flats,S02001268,Hilton,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194459 +194459,S00089708,7d2,Retired Independent City Dwellers,S01006562,Midstocket - 05,3c,Highly qualified professionals,S02001245,Midstocket,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194460 +194460,S00089801,7d2,Retired Independent City Dwellers,S01006705,Mastrick - 05,4a,Challenged white communities,S02001270,Mastrick,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194461 +194461,S00089814,7d2,Retired Independent City Dwellers,S01006714,Cummings Park - 01,4a,Challenged white communities,S02001272,Cummings Park,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194462 +194462,S00089889,7d2,Retired Independent City Dwellers,S01006654,Ashgrove - 02,1a,Cosmopolitan student neighbourhoods,S02001262,Ashgrove,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194463 +194463,S00089962,7d2,Retired Independent City Dwellers,S01006711,Sheddocksley - 04,4a,Challenged white communities,S02001271,Sheddocksley,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194464 +194464,S00090493,7d2,Retired Independent City Dwellers,S01006711,Sheddocksley - 04,4a,Challenged white communities,S02001271,Sheddocksley,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194465 +194465,S00089321,6b4,Older Workers and Retirement,S01006538,"Braeside, Mannofield, Broomhill and Seafield South - 02",8c,Comfortable suburbia,S02001241,"Braeside, Mannofield, Broomhill and Seafield South",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194466 +194466,S00090519,7d2,Retired Independent City Dwellers,S01006586,City Centre West - 05,1a,Cosmopolitan student neighbourhoods,S02001249,City Centre West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194467 +194467,S00090520,7d2,Retired Independent City Dwellers,S01006586,City Centre West - 05,1a,Cosmopolitan student neighbourhoods,S02001249,City Centre West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194468 +194468,S00090770,7d2,Retired Independent City Dwellers,S01006698,Stockethill - 05,4d,Hard-pressed flat dwellers,S02001269,Stockethill,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194469 +194469,S00088961,1c1,Rural Employment and Retirees,S01006524,"Cults, Bieldside and Milltimber East - 07",3c,Highly qualified professionals,S02001238,"Cults, Bieldside and Milltimber East",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194470 +194470,S00090197,6b3,Semi-Detached Ageing,S01006780,Balgownie and Donmouth West - 06,5c,Comfortable neighbourhoods,S02001282,Balgownie and Donmouth West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194471 +194471,S00090423,1c1,Rural Employment and Retirees,S01006732,Kingswells - 01,2a,Ageing rural neighbourhoods,S02001275,Kingswells,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194472 +194472,S00090219,1b1,Rural Life,S01006787,Denmore - 03,5b,Aspiring urban households,S02001284,Denmore,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194473 +194473,S00090234,1b2,Rural White-Collar Workers,S01006619,Cove North - 01,5b,Aspiring urban households,S02001256,Cove North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194474 +194474,S00090417,1b2,Rural White-Collar Workers,S01006538,"Braeside, Mannofield, Broomhill and Seafield South - 02",8c,Comfortable suburbia,S02001241,"Braeside, Mannofield, Broomhill and Seafield South",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194475 +194475,S00090436,1b2,Rural White-Collar Workers,S01006762,Oldmachar West - 01,2d,Rural traits,S02001280,Oldmachar West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194476 +194476,S00090211,2c3,Professional Service Cosmopolitans,S01006782,Balgownie and Donmouth East - 02,3a,Achieving neighbourhoods,S02001283,Balgownie and Donmouth East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194477 +194477,S00088957,1a1,Rural Workers and Families,S01006732,Kingswells - 01,2a,Ageing rural neighbourhoods,S02001275,Kingswells,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194478 +194478,S00088959,1a1,Rural Workers and Families,S01006737,Kingswells - 06,8c,Comfortable suburbia,S02001275,Kingswells,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194479 +194479,S00088962,1a1,Rural Workers and Families,S01006517,"Cults, Bieldside and Milltimber West - 05",2b,Prospering countryside life,S02001237,"Cults, Bieldside and Milltimber West",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194480 +194480,S00088967,1a1,Rural Workers and Families,S01006755,Dyce - 07,2b,Prospering countryside life,S02001278,Dyce,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194481 +194481,S00090389,1a1,Rural Workers and Families,S01006547,Hazlehead - 01,5c,Comfortable neighbourhoods,S02001243,Hazlehead,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194482 +194482,S00090390,1a1,Rural Workers and Families,S01006547,Hazlehead - 01,5c,Comfortable neighbourhoods,S02001243,Hazlehead,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194483 +194483,S00090435,1a1,Rural Workers and Families,S01006788,Denmore - 04,3a,Achieving neighbourhoods,S02001284,Denmore,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194484 +194484,S00088966,5b3,Self-Sufficient Retirement,S01006732,Kingswells - 01,2a,Ageing rural neighbourhoods,S02001275,Kingswells,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194485 +194485,S00089132,5b3,Self-Sufficient Retirement,S01006612,"Kincorth, Leggart and Nigg South - 05",5c,Comfortable neighbourhoods,S02001254,"Kincorth, Leggart and Nigg South",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194486 +194486,S00089141,5b3,Self-Sufficient Retirement,S01006606,"Kincorth, Leggart and Nigg North - 04",5c,Comfortable neighbourhoods,S02001253,"Kincorth, Leggart and Nigg North",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194487 +194487,S00089238,5b3,Self-Sufficient Retirement,S01006539,"Braeside, Mannofield, Broomhill and Seafield South - 03",8a,Affluent communities,S02001241,"Braeside, Mannofield, Broomhill and Seafield South",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194488 +194488,S00089240,5b3,Self-Sufficient Retirement,S01006539,"Braeside, Mannofield, Broomhill and Seafield South - 03",8a,Affluent communities,S02001241,"Braeside, Mannofield, Broomhill and Seafield South",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194489 +194489,S00089260,5b3,Self-Sufficient Retirement,S01006534,"Braeside, Mannofield, Broomhill and Seafield East - 03",3a,Achieving neighbourhoods,S02001240,"Braeside, Mannofield, Broomhill and Seafield East",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194490 +194490,S00089340,5b3,Self-Sufficient Retirement,S01006541,"Braeside, Mannofield, Broomhill and Seafield South - 05",5c,Comfortable neighbourhoods,S02001241,"Braeside, Mannofield, Broomhill and Seafield South",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194491 +194491,S00089341,5b3,Self-Sufficient Retirement,S01006545,"Braeside, Mannofield, Broomhill and Seafield North - 04",3c,Highly qualified professionals,S02001242,"Braeside, Mannofield, Broomhill and Seafield North",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194492 +194492,S00089356,5b3,Self-Sufficient Retirement,S01006530,Garthdee - 05,4d,Hard-pressed flat dwellers,S02001239,Garthdee,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194493 +194493,S00089409,5b3,Self-Sufficient Retirement,S01006525,"Cults, Bieldside and Milltimber East - 08",3a,Achieving neighbourhoods,S02001238,"Cults, Bieldside and Milltimber East",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194494 +194494,S00089422,5b3,Self-Sufficient Retirement,S01006523,"Cults, Bieldside and Milltimber East - 06",8a,Affluent communities,S02001238,"Cults, Bieldside and Milltimber East",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194495 +194495,S00089443,5b3,Self-Sufficient Retirement,S01006637,Hanover South - 01,1a,Cosmopolitan student neighbourhoods,S02001259,Hanover South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194496 +194496,S00089572,5b3,Self-Sufficient Retirement,S01006692,Hilton - 07,3d,Households in terraces and flats,S02001268,Hilton,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194497 +194497,S00089714,5b3,Self-Sufficient Retirement,S01006560,Midstocket - 03,3c,Highly qualified professionals,S02001245,Midstocket,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194498 +194498,S00089732,5b3,Self-Sufficient Retirement,S01006558,Midstocket - 01,3c,Highly qualified professionals,S02001245,Midstocket,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194499 +194499,S00089996,5b3,Self-Sufficient Retirement,S01006549,Hazlehead - 03,8a,Affluent communities,S02001243,Hazlehead,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194500 +194500,S00090123,5b3,Self-Sufficient Retirement,S01006772,Oldmachar East - 05,8c,Comfortable suburbia,S02001281,Oldmachar East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194501 +194501,S00090138,5b3,Self-Sufficient Retirement,S01006765,Oldmachar West - 04,5b,Aspiring urban households,S02001280,Oldmachar West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194502 +194502,S00090163,5b3,Self-Sufficient Retirement,S01006739,Bucksburn South - 02,3a,Achieving neighbourhoods,S02001276,Bucksburn South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194503 +194503,S00090168,5b3,Self-Sufficient Retirement,S01006738,Bucksburn South - 01,4b,Constrained renters,S02001276,Bucksburn South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194504 +194504,S00090185,5b3,Self-Sufficient Retirement,S01006743,Bucksburn North - 01,5c,Comfortable neighbourhoods,S02001277,Bucksburn North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194505 +194505,S00090196,5b3,Self-Sufficient Retirement,S01006782,Balgownie and Donmouth East - 02,3a,Achieving neighbourhoods,S02001283,Balgownie and Donmouth East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194506 +194506,S00090229,5b3,Self-Sufficient Retirement,S01006618,Cove South - 06,8c,Comfortable suburbia,S02001255,Cove South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194507 +194507,S00090233,5b3,Self-Sufficient Retirement,S01006619,Cove North - 01,5b,Aspiring urban households,S02001256,Cove North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194508 +194508,S00090265,5b3,Self-Sufficient Retirement,S01006753,Dyce - 05,5c,Comfortable neighbourhoods,S02001278,Dyce,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194509 +194509,S00090267,5b3,Self-Sufficient Retirement,S01006753,Dyce - 05,5c,Comfortable neighbourhoods,S02001278,Dyce,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194510 +194510,S00090274,5b3,Self-Sufficient Retirement,S01006751,Dyce - 03,5c,Comfortable neighbourhoods,S02001278,Dyce,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194511 +194511,S00089324,6b4,Older Workers and Retirement,S01006543,"Braeside, Mannofield, Broomhill and Seafield North - 02",8b,Ageing suburbanites,S02001242,"Braeside, Mannofield, Broomhill and Seafield North",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194512 +194512,S00090345,2c3,Professional Service Cosmopolitans,S01006573,West End North - 03,3a,Achieving neighbourhoods,S02001247,West End North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194513 +194513,S00090208,6b3,Semi-Detached Ageing,S01006783,Balgownie and Donmouth East - 03,5c,Comfortable neighbourhoods,S02001283,Balgownie and Donmouth East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194514 +194514,S00090212,6b3,Semi-Detached Ageing,S01006783,Balgownie and Donmouth East - 03,5c,Comfortable neighbourhoods,S02001283,Balgownie and Donmouth East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194515 +194515,S00089914,7c3,Outer City Hardship,S01006554,Summerhill - 02,5a,Ageing urban communities,S02001244,Summerhill,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194516 +194516,S00089425,5a2,Multi-Ethnic Professionals with Families,S01006521,"Cults, Bieldside and Milltimber East - 04",8a,Affluent communities,S02001238,"Cults, Bieldside and Milltimber East",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194517 +194517,S00090397,2c3,Professional Service Cosmopolitans,S01006575,West End South - 01,3c,Highly qualified professionals,S02001248,West End South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194518 +194518,S00090213,6b3,Semi-Detached Ageing,S01006783,Balgownie and Donmouth East - 03,5c,Comfortable neighbourhoods,S02001283,Balgownie and Donmouth East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194519 +194519,S00090082,7c3,Outer City Hardship,S01006776,Balgownie and Donmouth West - 02,4d,Hard-pressed flat dwellers,S02001282,Balgownie and Donmouth West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194520 +194520,S00089334,6b4,Older Workers and Retirement,S01006540,"Braeside, Mannofield, Broomhill and Seafield South - 04",3a,Achieving neighbourhoods,S02001241,"Braeside, Mannofield, Broomhill and Seafield South",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194521 +194521,S00089575,5a2,Multi-Ethnic Professionals with Families,S01006692,Hilton - 07,3d,Households in terraces and flats,S02001268,Hilton,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194522 +194522,S00090285,5b3,Self-Sufficient Retirement,S01006510,Culter - 05,5a,Ageing urban communities,S02001236,Culter,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194523 +194523,S00090408,2c3,Professional Service Cosmopolitans,S01006536,"Braeside, Mannofield, Broomhill and Seafield East - 05",1a,Cosmopolitan student neighbourhoods,S02001240,"Braeside, Mannofield, Broomhill and Seafield East",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194524 +194524,S00090214,6b3,Semi-Detached Ageing,S01006781,Balgownie and Donmouth East - 01,8c,Comfortable suburbia,S02001283,Balgownie and Donmouth East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194525 +194525,S00090176,7c3,Outer City Hardship,S01006744,Bucksburn North - 02,4b,Constrained renters,S02001277,Bucksburn North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194526 +194526,S00089353,6b4,Older Workers and Retirement,S01006550,Hazlehead - 04,8a,Affluent communities,S02001243,Hazlehead,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194527 +194527,S00089697,5a2,Multi-Ethnic Professionals with Families,S01006689,Hilton - 04,3a,Achieving neighbourhoods,S02001268,Hilton,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194528 +194528,S00090365,5b3,Self-Sufficient Retirement,S01006745,Bucksburn North - 03,4b,Constrained renters,S02001277,Bucksburn North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194529 +194529,S00090451,2c3,Professional Service Cosmopolitans,S01006584,City Centre West - 03,1a,Cosmopolitan student neighbourhoods,S02001249,City Centre West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194530 +194530,S00090468,2c3,Professional Service Cosmopolitans,S01006579,West End South - 05,1a,Cosmopolitan student neighbourhoods,S02001248,West End South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194531 +194531,S00090512,2c3,Professional Service Cosmopolitans,S01006584,City Centre West - 03,1a,Cosmopolitan student neighbourhoods,S02001249,City Centre West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194532 +194532,S00090544,2c3,Professional Service Cosmopolitans,S01006598,Ferryhill South - 01,3a,Achieving neighbourhoods,S02001252,Ferryhill South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194533 +194533,S00090545,2c3,Professional Service Cosmopolitans,S01006598,Ferryhill South - 01,3a,Achieving neighbourhoods,S02001252,Ferryhill South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194534 +194534,S00090558,2c3,Professional Service Cosmopolitans,S01006595,Ferryhill North - 05,1a,Cosmopolitan student neighbourhoods,S02001251,Ferryhill North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194535 +194535,S00090561,2c3,Professional Service Cosmopolitans,S01006595,Ferryhill North - 05,1a,Cosmopolitan student neighbourhoods,S02001251,Ferryhill North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194536 +194536,S00090574,2c3,Professional Service Cosmopolitans,S01006590,City Centre East - 04,1a,Cosmopolitan student neighbourhoods,S02001250,City Centre East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194537 +194537,S00090618,2c3,Professional Service Cosmopolitans,S01006579,West End South - 05,1a,Cosmopolitan student neighbourhoods,S02001248,West End South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194538 +194538,S00090621,2c3,Professional Service Cosmopolitans,S01006580,West End South - 06,1a,Cosmopolitan student neighbourhoods,S02001248,West End South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194539 +194539,S00090624,2c3,Professional Service Cosmopolitans,S01006580,West End South - 06,1a,Cosmopolitan student neighbourhoods,S02001248,West End South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194540 +194540,S00090627,2c3,Professional Service Cosmopolitans,S01006577,West End South - 03,1a,Cosmopolitan student neighbourhoods,S02001248,West End South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194541 +194541,S00090628,2c3,Professional Service Cosmopolitans,S01006577,West End South - 03,1a,Cosmopolitan student neighbourhoods,S02001248,West End South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194542 +194542,S00090630,2c3,Professional Service Cosmopolitans,S01006535,"Braeside, Mannofield, Broomhill and Seafield East - 04",3c,Highly qualified professionals,S02001240,"Braeside, Mannofield, Broomhill and Seafield East",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194543 +194543,S00090631,2c3,Professional Service Cosmopolitans,S01006535,"Braeside, Mannofield, Broomhill and Seafield East - 04",3c,Highly qualified professionals,S02001240,"Braeside, Mannofield, Broomhill and Seafield East",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194544 +194544,S00090632,2c3,Professional Service Cosmopolitans,S01006600,Ferryhill South - 03,3c,Highly qualified professionals,S02001252,Ferryhill South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194545 +194545,S00090634,2c3,Professional Service Cosmopolitans,S01006601,Ferryhill South - 04,1a,Cosmopolitan student neighbourhoods,S02001252,Ferryhill South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194546 +194546,S00090638,2c3,Professional Service Cosmopolitans,S01006594,Ferryhill North - 04,1a,Cosmopolitan student neighbourhoods,S02001251,Ferryhill North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194547 +194547,S00090639,2c3,Professional Service Cosmopolitans,S01006594,Ferryhill North - 04,1a,Cosmopolitan student neighbourhoods,S02001251,Ferryhill North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194548 +194548,S00090656,2c3,Professional Service Cosmopolitans,S01006542,"Braeside, Mannofield, Broomhill and Seafield North - 01",8a,Affluent communities,S02001242,"Braeside, Mannofield, Broomhill and Seafield North",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194549 +194549,S00090659,2c3,Professional Service Cosmopolitans,S01006599,Ferryhill South - 02,1a,Cosmopolitan student neighbourhoods,S02001252,Ferryhill South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194550 +194550,S00090739,2c3,Professional Service Cosmopolitans,S01006653,Ashgrove - 01,1a,Cosmopolitan student neighbourhoods,S02001262,Ashgrove,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194551 +194551,S00090805,2c3,Professional Service Cosmopolitans,S01006756,Danestone - 01,3c,Highly qualified professionals,S02001279,Danestone,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194552 +194552,S00089128,8c3,Renting Hard-Pressed Workers,S01006630,Torry West - 07,4d,Hard-pressed flat dwellers,S02001257,Torry West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194553 +194553,S00089131,8c3,Renting Hard-Pressed Workers,S01006612,"Kincorth, Leggart and Nigg South - 05",5c,Comfortable neighbourhoods,S02001254,"Kincorth, Leggart and Nigg South",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194554 +194554,S00089164,8c3,Renting Hard-Pressed Workers,S01006611,"Kincorth, Leggart and Nigg South - 04",4d,Hard-pressed flat dwellers,S02001254,"Kincorth, Leggart and Nigg South",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194555 +194555,S00089169,8c3,Renting Hard-Pressed Workers,S01006605,"Kincorth, Leggart and Nigg North - 03",4d,Hard-pressed flat dwellers,S02001253,"Kincorth, Leggart and Nigg North",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194556 +194556,S00089182,8c3,Renting Hard-Pressed Workers,S01006623,Cove North - 05,4b,Constrained renters,S02001256,Cove North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194557 +194557,S00089304,8c3,Renting Hard-Pressed Workers,S01006528,Garthdee - 03,1a,Cosmopolitan student neighbourhoods,S02001239,Garthdee,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194558 +194558,S00089359,8c3,Renting Hard-Pressed Workers,S01006529,Garthdee - 04,1a,Cosmopolitan student neighbourhoods,S02001239,Garthdee,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194559 +194559,S00089415,8c3,Renting Hard-Pressed Workers,S01006517,"Cults, Bieldside and Milltimber West - 05",2b,Prospering countryside life,S02001237,"Cults, Bieldside and Milltimber West",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194560 +194560,S00089821,8c3,Renting Hard-Pressed Workers,S01006714,Cummings Park - 01,4a,Challenged white communities,S02001272,Cummings Park,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194561 +194561,S00089851,8c3,Renting Hard-Pressed Workers,S01006723,Northfield - 05,4a,Challenged white communities,S02001273,Northfield,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194562 +194562,S00089877,8c3,Renting Hard-Pressed Workers,S01006695,Stockethill - 02,4c,Hampered neighbourhoods,S02001269,Stockethill,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194563 +194563,S00089904,8c3,Renting Hard-Pressed Workers,S01006556,Summerhill - 04,4d,Hard-pressed flat dwellers,S02001244,Summerhill,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194564 +194564,S00089953,8c3,Renting Hard-Pressed Workers,S01006709,Sheddocksley - 02,4c,Hampered neighbourhoods,S02001271,Sheddocksley,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194565 +194565,S00089961,8c3,Renting Hard-Pressed Workers,S01006710,Sheddocksley - 03,4a,Challenged white communities,S02001271,Sheddocksley,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194566 +194566,S00090034,8c3,Renting Hard-Pressed Workers,S01006716,Cummings Park - 03,4a,Challenged white communities,S02001272,Cummings Park,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194567 +194567,S00090088,8c3,Renting Hard-Pressed Workers,S01006780,Balgownie and Donmouth West - 06,5c,Comfortable neighbourhoods,S02001282,Balgownie and Donmouth West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194568 +194568,S00090099,8c3,Renting Hard-Pressed Workers,S01006778,Balgownie and Donmouth West - 04,5c,Comfortable neighbourhoods,S02001282,Balgownie and Donmouth West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194569 +194569,S00090154,8c3,Renting Hard-Pressed Workers,S01006746,Bucksburn North - 04,5d,Endeavouring social renters,S02001277,Bucksburn North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194570 +194570,S00090157,8c3,Renting Hard-Pressed Workers,S01006746,Bucksburn North - 04,5d,Endeavouring social renters,S02001277,Bucksburn North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194571 +194571,S00090159,8c3,Renting Hard-Pressed Workers,S01006741,Bucksburn South - 04,4a,Challenged white communities,S02001276,Bucksburn South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194572 +194572,S00090188,8c3,Renting Hard-Pressed Workers,S01006743,Bucksburn North - 01,5c,Comfortable neighbourhoods,S02001277,Bucksburn North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194573 +194573,S00090272,8c3,Renting Hard-Pressed Workers,S01006751,Dyce - 03,5c,Comfortable neighbourhoods,S02001278,Dyce,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194574 +194574,S00090216,6b3,Semi-Detached Ageing,S01006781,Balgownie and Donmouth East - 01,8c,Comfortable suburbia,S02001283,Balgownie and Donmouth East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194575 +194575,S00089427,6b4,Older Workers and Retirement,S01006523,"Cults, Bieldside and Milltimber East - 06",8a,Affluent communities,S02001238,"Cults, Bieldside and Milltimber East",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194576 +194576,S00090367,5b3,Self-Sufficient Retirement,S01006745,Bucksburn North - 03,4b,Constrained renters,S02001277,Bucksburn North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194577 +194577,S00090179,7c3,Outer City Hardship,S01006745,Bucksburn North - 03,4b,Constrained renters,S02001277,Bucksburn North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194578 +194578,S00089718,5a2,Multi-Ethnic Professionals with Families,S01006560,Midstocket - 03,3c,Highly qualified professionals,S02001245,Midstocket,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194579 +194579,S00090180,7c3,Outer City Hardship,S01006745,Bucksburn North - 03,4b,Constrained renters,S02001277,Bucksburn North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194580 +194580,S00089863,5a2,Multi-Ethnic Professionals with Families,S01006697,Stockethill - 04,4b,Constrained renters,S02001269,Stockethill,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194581 +194581,S00090218,5a2,Multi-Ethnic Professionals with Families,S01006787,Denmore - 03,5b,Aspiring urban households,S02001284,Denmore,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194582 +194582,S00090383,5a2,Multi-Ethnic Professionals with Families,S01006734,Kingswells - 03,8a,Affluent communities,S02001275,Kingswells,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194583 +194583,S00090406,5a2,Multi-Ethnic Professionals with Families,S01006615,Cove South - 03,8c,Comfortable suburbia,S02001255,Cove South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194584 +194584,S00090407,5a2,Multi-Ethnic Professionals with Families,S01006608,"Kincorth, Leggart and Nigg South - 01",8c,Comfortable suburbia,S02001254,"Kincorth, Leggart and Nigg South",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194585 +194585,S00090839,5a2,Multi-Ethnic Professionals with Families,S01006782,Balgownie and Donmouth East - 02,3a,Achieving neighbourhoods,S02001283,Balgownie and Donmouth East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194586 +194586,S00090843,5a2,Multi-Ethnic Professionals with Families,S01006785,Denmore - 01,8c,Comfortable suburbia,S02001284,Denmore,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194587 +194587,S00090846,5a2,Multi-Ethnic Professionals with Families,S01006788,Denmore - 04,3a,Achieving neighbourhoods,S02001284,Denmore,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194588 +194588,S00090848,5a2,Multi-Ethnic Professionals with Families,S01006788,Denmore - 04,3a,Achieving neighbourhoods,S02001284,Denmore,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194589 +194589,S00090858,5a2,Multi-Ethnic Professionals with Families,S01006622,Cove North - 04,3a,Achieving neighbourhoods,S02001256,Cove North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194590 +194590,S00090868,5a2,Multi-Ethnic Professionals with Families,S01006613,Cove South - 01,8c,Comfortable suburbia,S02001255,Cove South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194591 +194591,S00090898,5a2,Multi-Ethnic Professionals with Families,S01006602,Ferryhill South - 05,3c,Highly qualified professionals,S02001252,Ferryhill South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194592 +194592,S00090903,5a2,Multi-Ethnic Professionals with Families,S01006552,Hazlehead - 06,3a,Achieving neighbourhoods,S02001243,Hazlehead,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194593 +194593,S00090908,5a2,Multi-Ethnic Professionals with Families,S01006775,Balgownie and Donmouth West - 01,5c,Comfortable neighbourhoods,S02001282,Balgownie and Donmouth West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194594 +194594,S00090910,5a2,Multi-Ethnic Professionals with Families,S01006763,Oldmachar West - 02,8c,Comfortable suburbia,S02001280,Oldmachar West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194595 +194595,S00090911,5a2,Multi-Ethnic Professionals with Families,S01006763,Oldmachar West - 02,8c,Comfortable suburbia,S02001280,Oldmachar West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194596 +194596,S00089519,6b4,Older Workers and Retirement,S01006688,Hilton - 03,4d,Hard-pressed flat dwellers,S02001268,Hilton,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194597 +194597,S00090371,5b3,Self-Sufficient Retirement,S01006743,Bucksburn North - 01,5c,Comfortable neighbourhoods,S02001277,Bucksburn North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194598 +194598,S00090221,6b3,Semi-Detached Ageing,S01006786,Denmore - 02,3a,Achieving neighbourhoods,S02001284,Denmore,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194599 +194599,S00090922,5a2,Multi-Ethnic Professionals with Families,S01006734,Kingswells - 03,8a,Affluent communities,S02001275,Kingswells,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194600 +194600,S00090934,5a2,Multi-Ethnic Professionals with Families,S01006736,Kingswells - 05,8c,Comfortable suburbia,S02001275,Kingswells,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194601 +194601,S00089316,6b1,Multi-Ethnic Suburbia,S01006540,"Braeside, Mannofield, Broomhill and Seafield South - 04",3a,Achieving neighbourhoods,S02001241,"Braeside, Mannofield, Broomhill and Seafield South",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194602 +194602,S00089318,6b1,Multi-Ethnic Suburbia,S01006538,"Braeside, Mannofield, Broomhill and Seafield South - 02",8c,Comfortable suburbia,S02001241,"Braeside, Mannofield, Broomhill and Seafield South",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194603 +194603,S00089325,6b1,Multi-Ethnic Suburbia,S01006543,"Braeside, Mannofield, Broomhill and Seafield North - 02",8b,Ageing suburbanites,S02001242,"Braeside, Mannofield, Broomhill and Seafield North",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194604 +194604,S00089336,6b1,Multi-Ethnic Suburbia,S01006541,"Braeside, Mannofield, Broomhill and Seafield South - 05",5c,Comfortable neighbourhoods,S02001241,"Braeside, Mannofield, Broomhill and Seafield South",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194605 +194605,S00089378,6b1,Multi-Ethnic Suburbia,S01006548,Hazlehead - 02,8b,Ageing suburbanites,S02001243,Hazlehead,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194606 +194606,S00089522,6b1,Multi-Ethnic Suburbia,S01006688,Hilton - 03,4d,Hard-pressed flat dwellers,S02001268,Hilton,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194607 +194607,S00090114,6b1,Multi-Ethnic Suburbia,S01006773,Oldmachar East - 06,8a,Affluent communities,S02001281,Oldmachar East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194608 +194608,S00090116,6b1,Multi-Ethnic Suburbia,S01006773,Oldmachar East - 06,8a,Affluent communities,S02001281,Oldmachar East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194609 +194609,S00090119,6b1,Multi-Ethnic Suburbia,S01006774,Oldmachar East - 07,8c,Comfortable suburbia,S02001281,Oldmachar East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194610 +194610,S00090171,6b1,Multi-Ethnic Suburbia,S01006747,Bucksburn North - 05,8b,Ageing suburbanites,S02001277,Bucksburn North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194611 +194611,S00090310,6b1,Multi-Ethnic Suburbia,S01006513,"Cults, Bieldside and Milltimber West - 01",8a,Affluent communities,S02001237,"Cults, Bieldside and Milltimber West",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194612 +194612,S00090372,6b1,Multi-Ethnic Suburbia,S01006772,Oldmachar East - 05,8c,Comfortable suburbia,S02001281,Oldmachar East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194613 +194613,S00090414,6b1,Multi-Ethnic Suburbia,S01006539,"Braeside, Mannofield, Broomhill and Seafield South - 03",8a,Affluent communities,S02001241,"Braeside, Mannofield, Broomhill and Seafield South",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194614 +194614,S00090781,6b1,Multi-Ethnic Suburbia,S01006553,Summerhill - 01,5a,Ageing urban communities,S02001244,Summerhill,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194615 +194615,S00090841,6b1,Multi-Ethnic Suburbia,S01006781,Balgownie and Donmouth East - 01,8c,Comfortable suburbia,S02001283,Balgownie and Donmouth East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194616 +194616,S00090847,6b1,Multi-Ethnic Suburbia,S01006788,Denmore - 04,3a,Achieving neighbourhoods,S02001284,Denmore,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194617 +194617,S00090864,6b1,Multi-Ethnic Suburbia,S01006614,Cove South - 02,8c,Comfortable suburbia,S02001255,Cove South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194618 +194618,S00090915,6b1,Multi-Ethnic Suburbia,S01006763,Oldmachar West - 02,8c,Comfortable suburbia,S02001280,Oldmachar West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194619 +194619,S00090935,6b1,Multi-Ethnic Suburbia,S01006736,Kingswells - 05,8c,Comfortable suburbia,S02001275,Kingswells,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194620 +194620,S00090945,6b1,Multi-Ethnic Suburbia,S01006737,Kingswells - 06,8c,Comfortable suburbia,S02001275,Kingswells,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194621 +194621,S00089120,6b4,Older Workers and Retirement,S01006623,Cove North - 05,4b,Constrained renters,S02001256,Cove North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194622 +194622,S00089184,6b4,Older Workers and Retirement,S01006581,West End South - 07,8a,Affluent communities,S02001248,West End South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194623 +194623,S00089185,6b4,Older Workers and Retirement,S01006581,West End South - 07,8a,Affluent communities,S02001248,West End South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194624 +194624,S00089244,6b4,Older Workers and Retirement,S01006534,"Braeside, Mannofield, Broomhill and Seafield East - 03",3a,Achieving neighbourhoods,S02001240,"Braeside, Mannofield, Broomhill and Seafield East",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194625 +194625,S00089245,6b4,Older Workers and Retirement,S01006532,"Braeside, Mannofield, Broomhill and Seafield East - 01",3c,Highly qualified professionals,S02001240,"Braeside, Mannofield, Broomhill and Seafield East",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194626 +194626,S00089313,6b4,Older Workers and Retirement,S01006539,"Braeside, Mannofield, Broomhill and Seafield South - 03",8a,Affluent communities,S02001241,"Braeside, Mannofield, Broomhill and Seafield South",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194627 +194627,S00089705,6b4,Older Workers and Retirement,S01006562,Midstocket - 05,3c,Highly qualified professionals,S02001245,Midstocket,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194628 +194628,S00089713,6b4,Older Workers and Retirement,S01006561,Midstocket - 04,3a,Achieving neighbourhoods,S02001245,Midstocket,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194629 +194629,S00090232,6b3,Semi-Detached Ageing,S01006618,Cove South - 06,8c,Comfortable suburbia,S02001255,Cove South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194630 +194630,S00089883,6b4,Older Workers and Retirement,S01006563,Midstocket - 06,3c,Highly qualified professionals,S02001245,Midstocket,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194631 +194631,S00090253,6b3,Semi-Detached Ageing,S01006754,Dyce - 06,8b,Ageing suburbanites,S02001278,Dyce,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194632 +194632,S00089999,6b4,Older Workers and Retirement,S01006549,Hazlehead - 03,8a,Affluent communities,S02001243,Hazlehead,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194633 +194633,S00090184,7c3,Outer City Hardship,S01006744,Bucksburn North - 02,4b,Constrained renters,S02001277,Bucksburn North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194634 +194634,S00090385,5b3,Self-Sufficient Retirement,S01006508,Culter - 03,3a,Achieving neighbourhoods,S02001236,Culter,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194635 +194635,S00090257,6b3,Semi-Detached Ageing,S01006754,Dyce - 06,8b,Ageing suburbanites,S02001278,Dyce,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194636 +194636,S00090263,6b3,Semi-Detached Ageing,S01006753,Dyce - 05,5c,Comfortable neighbourhoods,S02001278,Dyce,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194637 +194637,S00090353,6b3,Semi-Detached Ageing,S01006757,Danestone - 02,5a,Ageing urban communities,S02001279,Danestone,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194638 +194638,S00090381,6b3,Semi-Detached Ageing,S01006511,Culter - 06,8b,Ageing suburbanites,S02001236,Culter,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194639 +194639,S00090425,6b3,Semi-Detached Ageing,S01006550,Hazlehead - 04,8a,Affluent communities,S02001243,Hazlehead,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194640 +194640,S00090502,6b3,Semi-Detached Ageing,S01006786,Denmore - 02,3a,Achieving neighbourhoods,S02001284,Denmore,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194641 +194641,S00090703,6b3,Semi-Detached Ageing,S01006689,Hilton - 04,3a,Achieving neighbourhoods,S02001268,Hilton,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194642 +194642,S00090810,6b3,Semi-Detached Ageing,S01006777,Balgownie and Donmouth West - 03,8b,Ageing suburbanites,S02001282,Balgownie and Donmouth West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194643 +194643,S00090811,6b3,Semi-Detached Ageing,S01006777,Balgownie and Donmouth West - 03,8b,Ageing suburbanites,S02001282,Balgownie and Donmouth West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194644 +194644,S00090812,6b3,Semi-Detached Ageing,S01006778,Balgownie and Donmouth West - 04,5c,Comfortable neighbourhoods,S02001282,Balgownie and Donmouth West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194645 +194645,S00090842,6b3,Semi-Detached Ageing,S01006781,Balgownie and Donmouth East - 01,8c,Comfortable suburbia,S02001283,Balgownie and Donmouth East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194646 +194646,S00090862,6b3,Semi-Detached Ageing,S01006616,Cove South - 04,3a,Achieving neighbourhoods,S02001255,Cove South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194647 +194647,S00090874,6b3,Semi-Detached Ageing,S01006615,Cove South - 03,8c,Comfortable suburbia,S02001255,Cove South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194648 +194648,S00090906,6b3,Semi-Detached Ageing,S01006757,Danestone - 02,5a,Ageing urban communities,S02001279,Danestone,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194649 +194649,S00090913,6b3,Semi-Detached Ageing,S01006763,Oldmachar West - 02,8c,Comfortable suburbia,S02001280,Oldmachar West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194650 +194650,S00090927,6b3,Semi-Detached Ageing,S01006734,Kingswells - 03,8a,Affluent communities,S02001275,Kingswells,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194651 +194651,S00089301,4a2,Social Renting New Arrivals,S01006528,Garthdee - 03,1a,Cosmopolitan student neighbourhoods,S02001239,Garthdee,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194652 +194652,S00089308,4a2,Social Renting New Arrivals,S01006531,Garthdee - 06,4d,Hard-pressed flat dwellers,S02001239,Garthdee,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194653 +194653,S00089625,4a2,Social Renting New Arrivals,S01006659,"Froghall, Powis and Sunnybank - 02",1a,Cosmopolitan student neighbourhoods,S02001263,"Froghall, Powis and Sunnybank",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194654 +194654,S00089865,4a2,Social Renting New Arrivals,S01006697,Stockethill - 04,4b,Constrained renters,S02001269,Stockethill,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194655 +194655,S00089873,4a2,Social Renting New Arrivals,S01006695,Stockethill - 02,4c,Hampered neighbourhoods,S02001269,Stockethill,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194656 +194656,S00089879,4a2,Social Renting New Arrivals,S01006699,Stockethill - 06,3d,Households in terraces and flats,S02001269,Stockethill,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194657 +194657,S00090642,4a2,Social Renting New Arrivals,S01006526,Garthdee - 01,4d,Hard-pressed flat dwellers,S02001239,Garthdee,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194658 +194658,S00090649,4a2,Social Renting New Arrivals,S01006528,Garthdee - 03,1a,Cosmopolitan student neighbourhoods,S02001239,Garthdee,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194659 +194659,S00089466,2a1,Student Communal Living,S01006641,Hanover North - 01,1a,Cosmopolitan student neighbourhoods,S02001260,Hanover North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194660 +194660,S00089497,2a1,Student Communal Living,S01006672,Old Aberdeen - 02,1a,Cosmopolitan student neighbourhoods,S02001265,Old Aberdeen,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194661 +194661,S00089515,2a1,Student Communal Living,S01006673,Old Aberdeen - 03,1a,Cosmopolitan student neighbourhoods,S02001265,Old Aberdeen,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194662 +194662,S00089633,2a1,Student Communal Living,S01006662,"Froghall, Powis and Sunnybank - 05",1a,Cosmopolitan student neighbourhoods,S02001263,"Froghall, Powis and Sunnybank",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194663 +194663,S00089651,2a1,Student Communal Living,S01006669,Seaton - 04,1a,Cosmopolitan student neighbourhoods,S02001264,Seaton,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194664 +194664,S00089660,2a1,Student Communal Living,S01006658,"Froghall, Powis and Sunnybank - 01",1a,Cosmopolitan student neighbourhoods,S02001263,"Froghall, Powis and Sunnybank",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194665 +194665,S00090362,2a1,Student Communal Living,S01006516,"Cults, Bieldside and Milltimber West - 04",8a,Affluent communities,S02001237,"Cults, Bieldside and Milltimber West",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194666 +194666,S00090444,2a1,Student Communal Living,S01006669,Seaton - 04,1a,Cosmopolitan student neighbourhoods,S02001264,Seaton,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194667 +194667,S00090695,2a1,Student Communal Living,S01006669,Seaton - 04,1a,Cosmopolitan student neighbourhoods,S02001264,Seaton,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194668 +194668,S00090701,2a1,Student Communal Living,S01006671,Old Aberdeen - 01,1a,Cosmopolitan student neighbourhoods,S02001265,Old Aberdeen,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194669 +194669,S00089652,2a2,Student Digs,S01006663,"Froghall, Powis and Sunnybank - 06",1a,Cosmopolitan student neighbourhoods,S02001263,"Froghall, Powis and Sunnybank",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194670 +194670,S00088976,2b1,Students and Commuters,S01006585,City Centre West - 04,1a,Cosmopolitan student neighbourhoods,S02001249,City Centre West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194671 +194671,S00088977,2b1,Students and Commuters,S01006585,City Centre West - 04,1a,Cosmopolitan student neighbourhoods,S02001249,City Centre West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194672 +194672,S00088979,2b1,Students and Commuters,S01006585,City Centre West - 04,1a,Cosmopolitan student neighbourhoods,S02001249,City Centre West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194673 +194673,S00088980,2b1,Students and Commuters,S01006585,City Centre West - 04,1a,Cosmopolitan student neighbourhoods,S02001249,City Centre West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194674 +194674,S00088986,2b1,Students and Commuters,S01006586,City Centre West - 05,1a,Cosmopolitan student neighbourhoods,S02001249,City Centre West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194675 +194675,S00090094,6b4,Older Workers and Retirement,S01006777,Balgownie and Donmouth West - 03,8b,Ageing suburbanites,S02001282,Balgownie and Donmouth West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194676 +194676,S00090110,6b4,Older Workers and Retirement,S01006770,Oldmachar East - 03,8b,Ageing suburbanites,S02001281,Oldmachar East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194677 +194677,S00090111,6b4,Older Workers and Retirement,S01006769,Oldmachar East - 02,5b,Aspiring urban households,S02001281,Oldmachar East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194678 +194678,S00090122,6b4,Older Workers and Retirement,S01006772,Oldmachar East - 05,8c,Comfortable suburbia,S02001281,Oldmachar East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194679 +194679,S00090130,6b4,Older Workers and Retirement,S01006762,Oldmachar West - 01,2d,Rural traits,S02001280,Oldmachar West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194680 +194680,S00090195,6b4,Older Workers and Retirement,S01006784,Balgownie and Donmouth East - 04,3a,Achieving neighbourhoods,S02001283,Balgownie and Donmouth East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194681 +194681,S00090204,6b4,Older Workers and Retirement,S01006783,Balgownie and Donmouth East - 03,5c,Comfortable neighbourhoods,S02001283,Balgownie and Donmouth East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194682 +194682,S00090235,6b4,Older Workers and Retirement,S01006618,Cove South - 06,8c,Comfortable suburbia,S02001255,Cove South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194683 +194683,S00090244,6b4,Older Workers and Retirement,S01006620,Cove North - 02,5b,Aspiring urban households,S02001256,Cove North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194684 +194684,S00090247,6b4,Older Workers and Retirement,S01006620,Cove North - 02,5b,Aspiring urban households,S02001256,Cove North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194685 +194685,S00090254,6b4,Older Workers and Retirement,S01006753,Dyce - 05,5c,Comfortable neighbourhoods,S02001278,Dyce,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194686 +194686,S00090264,6b4,Older Workers and Retirement,S01006753,Dyce - 05,5c,Comfortable neighbourhoods,S02001278,Dyce,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194687 +194687,S00090266,6b4,Older Workers and Retirement,S01006753,Dyce - 05,5c,Comfortable neighbourhoods,S02001278,Dyce,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194688 +194688,S00090271,6b4,Older Workers and Retirement,S01006755,Dyce - 07,2b,Prospering countryside life,S02001278,Dyce,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194689 +194689,S00090304,6b4,Older Workers and Retirement,S01006516,"Cults, Bieldside and Milltimber West - 04",8a,Affluent communities,S02001237,"Cults, Bieldside and Milltimber West",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194690 +194690,S00090312,6b4,Older Workers and Retirement,S01006513,"Cults, Bieldside and Milltimber West - 01",8a,Affluent communities,S02001237,"Cults, Bieldside and Milltimber West",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194691 +194691,S00090358,6b4,Older Workers and Retirement,S01006761,Danestone - 06,8c,Comfortable suburbia,S02001279,Danestone,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194692 +194692,S00090402,6b4,Older Workers and Retirement,S01006534,"Braeside, Mannofield, Broomhill and Seafield East - 03",3a,Achieving neighbourhoods,S02001240,"Braeside, Mannofield, Broomhill and Seafield East",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194693 +194693,S00090655,6b4,Older Workers and Retirement,S01006542,"Braeside, Mannofield, Broomhill and Seafield North - 01",8a,Affluent communities,S02001242,"Braeside, Mannofield, Broomhill and Seafield North",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194694 +194694,S00090755,6b4,Older Workers and Retirement,S01006573,West End North - 03,3a,Achieving neighbourhoods,S02001247,West End North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194695 +194695,S00090818,6b4,Older Workers and Retirement,S01006772,Oldmachar East - 05,8c,Comfortable suburbia,S02001281,Oldmachar East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194696 +194696,S00090859,6b4,Older Workers and Retirement,S01006622,Cove North - 04,3a,Achieving neighbourhoods,S02001256,Cove North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194697 +194697,S00090876,6b4,Older Workers and Retirement,S01006614,Cove South - 02,8c,Comfortable suburbia,S02001255,Cove South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194698 +194698,S00090880,6b4,Older Workers and Retirement,S01006753,Dyce - 05,5c,Comfortable neighbourhoods,S02001278,Dyce,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194699 +194699,S00090909,6b4,Older Workers and Retirement,S01006759,Danestone - 04,8c,Comfortable suburbia,S02001279,Danestone,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194700 +194700,S00090936,6b4,Older Workers and Retirement,S01006733,Kingswells - 02,8c,Comfortable suburbia,S02001275,Kingswells,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194701 +194701,S00089049,7c3,Outer City Hardship,S01006625,Torry West - 02,4b,Constrained renters,S02001257,Torry West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194702 +194702,S00089084,7c3,Outer City Hardship,S01006629,Torry West - 06,4d,Hard-pressed flat dwellers,S02001257,Torry West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194703 +194703,S00089085,7c3,Outer City Hardship,S01006626,Torry West - 03,4d,Hard-pressed flat dwellers,S02001257,Torry West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194704 +194704,S00089086,7c3,Outer City Hardship,S01006629,Torry West - 06,4d,Hard-pressed flat dwellers,S02001257,Torry West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194705 +194705,S00089139,7c3,Outer City Hardship,S01006606,"Kincorth, Leggart and Nigg North - 04",5c,Comfortable neighbourhoods,S02001253,"Kincorth, Leggart and Nigg North",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194706 +194706,S00089140,7c3,Outer City Hardship,S01006606,"Kincorth, Leggart and Nigg North - 04",5c,Comfortable neighbourhoods,S02001253,"Kincorth, Leggart and Nigg North",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194707 +194707,S00089154,7c3,Outer City Hardship,S01006603,"Kincorth, Leggart and Nigg North - 01",4b,Constrained renters,S02001253,"Kincorth, Leggart and Nigg North",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194708 +194708,S00089176,7c3,Outer City Hardship,S01006607,"Kincorth, Leggart and Nigg North - 05",4a,Challenged white communities,S02001253,"Kincorth, Leggart and Nigg North",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194709 +194709,S00089311,7c3,Outer City Hardship,S01006531,Garthdee - 06,4d,Hard-pressed flat dwellers,S02001239,Garthdee,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194710 +194710,S00089357,7c3,Outer City Hardship,S01006530,Garthdee - 05,4d,Hard-pressed flat dwellers,S02001239,Garthdee,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194711 +194711,S00089361,7c3,Outer City Hardship,S01006529,Garthdee - 04,1a,Cosmopolitan student neighbourhoods,S02001239,Garthdee,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194712 +194712,S00089523,7c3,Outer City Hardship,S01006688,Hilton - 03,4d,Hard-pressed flat dwellers,S02001268,Hilton,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194713 +194713,S00089525,7c3,Outer City Hardship,S01006688,Hilton - 03,4d,Hard-pressed flat dwellers,S02001268,Hilton,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194714 +194714,S00090391,5b3,Self-Sufficient Retirement,S01006547,Hazlehead - 01,5c,Comfortable neighbourhoods,S02001243,Hazlehead,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194715 +194715,S00090275,7c3,Outer City Hardship,S01006752,Dyce - 04,4a,Challenged white communities,S02001278,Dyce,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194716 +194716,S00090419,5b3,Self-Sufficient Retirement,S01006747,Bucksburn North - 05,8b,Ageing suburbanites,S02001277,Bucksburn North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194717 +194717,S00090625,5b3,Self-Sufficient Retirement,S01006580,West End South - 06,1a,Cosmopolitan student neighbourhoods,S02001248,West End South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194718 +194718,S00090654,5b3,Self-Sufficient Retirement,S01006545,"Braeside, Mannofield, Broomhill and Seafield North - 04",3c,Highly qualified professionals,S02001242,"Braeside, Mannofield, Broomhill and Seafield North",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194719 +194719,S00090852,5b3,Self-Sufficient Retirement,S01006616,Cove South - 04,3a,Achieving neighbourhoods,S02001255,Cove South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194720 +194720,S00090867,5b3,Self-Sufficient Retirement,S01006613,Cove South - 01,8c,Comfortable suburbia,S02001255,Cove South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194721 +194721,S00090885,5b3,Self-Sufficient Retirement,S01006750,Dyce - 02,5a,Ageing urban communities,S02001278,Dyce,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194722 +194722,S00090889,5b3,Self-Sufficient Retirement,S01006506,Culter - 01,3c,Highly qualified professionals,S02001236,Culter,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194723 +194723,S00090893,5b3,Self-Sufficient Retirement,S01006509,Culter - 04,5c,Comfortable neighbourhoods,S02001236,Culter,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194724 +194724,S00090907,5b3,Self-Sufficient Retirement,S01006775,Balgownie and Donmouth West - 01,5c,Comfortable neighbourhoods,S02001282,Balgownie and Donmouth West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194725 +194725,S00089135,6b3,Semi-Detached Ageing,S01006606,"Kincorth, Leggart and Nigg North - 04",5c,Comfortable neighbourhoods,S02001253,"Kincorth, Leggart and Nigg North",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194726 +194726,S00089136,6b3,Semi-Detached Ageing,S01006606,"Kincorth, Leggart and Nigg North - 04",5c,Comfortable neighbourhoods,S02001253,"Kincorth, Leggart and Nigg North",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194727 +194727,S00089284,6b3,Semi-Detached Ageing,S01006601,Ferryhill South - 04,1a,Cosmopolitan student neighbourhoods,S02001252,Ferryhill South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194728 +194728,S00089315,6b3,Semi-Detached Ageing,S01006540,"Braeside, Mannofield, Broomhill and Seafield South - 04",3a,Achieving neighbourhoods,S02001241,"Braeside, Mannofield, Broomhill and Seafield South",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194729 +194729,S00089317,6b3,Semi-Detached Ageing,S01006540,"Braeside, Mannofield, Broomhill and Seafield South - 04",3a,Achieving neighbourhoods,S02001241,"Braeside, Mannofield, Broomhill and Seafield South",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194730 +194730,S00089322,6b3,Semi-Detached Ageing,S01006543,"Braeside, Mannofield, Broomhill and Seafield North - 02",8b,Ageing suburbanites,S02001242,"Braeside, Mannofield, Broomhill and Seafield North",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194731 +194731,S00089323,6b3,Semi-Detached Ageing,S01006543,"Braeside, Mannofield, Broomhill and Seafield North - 02",8b,Ageing suburbanites,S02001242,"Braeside, Mannofield, Broomhill and Seafield North",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194732 +194732,S00089326,6b3,Semi-Detached Ageing,S01006543,"Braeside, Mannofield, Broomhill and Seafield North - 02",8b,Ageing suburbanites,S02001242,"Braeside, Mannofield, Broomhill and Seafield North",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194733 +194733,S00089327,6b3,Semi-Detached Ageing,S01006543,"Braeside, Mannofield, Broomhill and Seafield North - 02",8b,Ageing suburbanites,S02001242,"Braeside, Mannofield, Broomhill and Seafield North",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194734 +194734,S00089331,6b3,Semi-Detached Ageing,S01006537,"Braeside, Mannofield, Broomhill and Seafield South - 01",8a,Affluent communities,S02001241,"Braeside, Mannofield, Broomhill and Seafield South",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194735 +194735,S00089333,6b3,Semi-Detached Ageing,S01006541,"Braeside, Mannofield, Broomhill and Seafield South - 05",5c,Comfortable neighbourhoods,S02001241,"Braeside, Mannofield, Broomhill and Seafield South",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194736 +194736,S00089338,6b3,Semi-Detached Ageing,S01006543,"Braeside, Mannofield, Broomhill and Seafield North - 02",8b,Ageing suburbanites,S02001242,"Braeside, Mannofield, Broomhill and Seafield North",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194737 +194737,S00089339,6b3,Semi-Detached Ageing,S01006541,"Braeside, Mannofield, Broomhill and Seafield South - 05",5c,Comfortable neighbourhoods,S02001241,"Braeside, Mannofield, Broomhill and Seafield South",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194738 +194738,S00089349,6b3,Semi-Detached Ageing,S01006545,"Braeside, Mannofield, Broomhill and Seafield North - 04",3c,Highly qualified professionals,S02001242,"Braeside, Mannofield, Broomhill and Seafield North",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194739 +194739,S00089354,6b3,Semi-Detached Ageing,S01006550,Hazlehead - 04,8a,Affluent communities,S02001243,Hazlehead,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194740 +194740,S00089375,6b3,Semi-Detached Ageing,S01006542,"Braeside, Mannofield, Broomhill and Seafield North - 01",8a,Affluent communities,S02001242,"Braeside, Mannofield, Broomhill and Seafield North",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194741 +194741,S00089376,6b3,Semi-Detached Ageing,S01006542,"Braeside, Mannofield, Broomhill and Seafield North - 01",8a,Affluent communities,S02001242,"Braeside, Mannofield, Broomhill and Seafield North",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194742 +194742,S00089377,6b3,Semi-Detached Ageing,S01006542,"Braeside, Mannofield, Broomhill and Seafield North - 01",8a,Affluent communities,S02001242,"Braeside, Mannofield, Broomhill and Seafield North",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194743 +194743,S00089379,6b3,Semi-Detached Ageing,S01006548,Hazlehead - 02,8b,Ageing suburbanites,S02001243,Hazlehead,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194744 +194744,S00089382,6b3,Semi-Detached Ageing,S01006548,Hazlehead - 02,8b,Ageing suburbanites,S02001243,Hazlehead,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194745 +194745,S00089389,6b3,Semi-Detached Ageing,S01006548,Hazlehead - 02,8b,Ageing suburbanites,S02001243,Hazlehead,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194746 +194746,S00089520,6b3,Semi-Detached Ageing,S01006688,Hilton - 03,4d,Hard-pressed flat dwellers,S02001268,Hilton,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194747 +194747,S00089589,6b3,Semi-Detached Ageing,S01006679,Tillydrone - 05,3d,Households in terraces and flats,S02001266,Tillydrone,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194748 +194748,S00089880,6b3,Semi-Detached Ageing,S01006699,Stockethill - 06,3d,Households in terraces and flats,S02001269,Stockethill,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194749 +194749,S00090078,6b3,Semi-Detached Ageing,S01006761,Danestone - 06,8c,Comfortable suburbia,S02001279,Danestone,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194750 +194750,S00090100,6b3,Semi-Detached Ageing,S01006778,Balgownie and Donmouth West - 04,5c,Comfortable neighbourhoods,S02001282,Balgownie and Donmouth West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194751 +194751,S00090109,6b3,Semi-Detached Ageing,S01006770,Oldmachar East - 03,8b,Ageing suburbanites,S02001281,Oldmachar East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194752 +194752,S00090112,6b3,Semi-Detached Ageing,S01006770,Oldmachar East - 03,8b,Ageing suburbanites,S02001281,Oldmachar East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194753 +194753,S00090279,7c3,Outer City Hardship,S01006752,Dyce - 04,4a,Challenged white communities,S02001278,Dyce,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194754 +194754,S00090113,6b3,Semi-Detached Ageing,S01006770,Oldmachar East - 03,8b,Ageing suburbanites,S02001281,Oldmachar East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194755 +194755,S00090115,6b3,Semi-Detached Ageing,S01006773,Oldmachar East - 06,8a,Affluent communities,S02001281,Oldmachar East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194756 +194756,S00090172,6b3,Semi-Detached Ageing,S01006747,Bucksburn North - 05,8b,Ageing suburbanites,S02001277,Bucksburn North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194757 +194757,S00090174,6b3,Semi-Detached Ageing,S01006747,Bucksburn North - 05,8b,Ageing suburbanites,S02001277,Bucksburn North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194758 +194758,S00090175,6b3,Semi-Detached Ageing,S01006747,Bucksburn North - 05,8b,Ageing suburbanites,S02001277,Bucksburn North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194759 +194759,S00090291,7c3,Outer City Hardship,S01006506,Culter - 01,3c,Highly qualified professionals,S02001236,Culter,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194760 +194760,S00090370,7c3,Outer City Hardship,S01006738,Bucksburn South - 01,4b,Constrained renters,S02001276,Bucksburn South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194761 +194761,S00090410,7c3,Outer City Hardship,S01006713,Sheddocksley - 06,4a,Challenged white communities,S02001271,Sheddocksley,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194762 +194762,S00090814,7c3,Outer City Hardship,S01006776,Balgownie and Donmouth West - 02,4d,Hard-pressed flat dwellers,S02001282,Balgownie and Donmouth West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194763 +194763,S00090883,7c3,Outer City Hardship,S01006749,Dyce - 01,4b,Constrained renters,S02001278,Dyce,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194764 +194764,S00089288,4a1,Private Renting Young Families,S01006528,Garthdee - 03,1a,Cosmopolitan student neighbourhoods,S02001239,Garthdee,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194765 +194765,S00088978,2c3,Professional Service Cosmopolitans,S01006585,City Centre West - 04,1a,Cosmopolitan student neighbourhoods,S02001249,City Centre West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194766 +194766,S00089000,2c3,Professional Service Cosmopolitans,S01006595,Ferryhill North - 05,1a,Cosmopolitan student neighbourhoods,S02001251,Ferryhill North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194767 +194767,S00089007,2c3,Professional Service Cosmopolitans,S01006592,Ferryhill North - 02,1a,Cosmopolitan student neighbourhoods,S02001251,Ferryhill North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194768 +194768,S00089009,2c3,Professional Service Cosmopolitans,S01006592,Ferryhill North - 02,1a,Cosmopolitan student neighbourhoods,S02001251,Ferryhill North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194769 +194769,S00089026,2c3,Professional Service Cosmopolitans,S01006597,Ferryhill North - 07,1a,Cosmopolitan student neighbourhoods,S02001251,Ferryhill North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194770 +194770,S00089187,2c3,Professional Service Cosmopolitans,S01006545,"Braeside, Mannofield, Broomhill and Seafield North - 04",3c,Highly qualified professionals,S02001242,"Braeside, Mannofield, Broomhill and Seafield North",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194771 +194771,S00089214,2c3,Professional Service Cosmopolitans,S01006578,West End South - 04,1a,Cosmopolitan student neighbourhoods,S02001248,West End South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194772 +194772,S00089215,2c3,Professional Service Cosmopolitans,S01006579,West End South - 05,1a,Cosmopolitan student neighbourhoods,S02001248,West End South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194773 +194773,S00089226,2c3,Professional Service Cosmopolitans,S01006576,West End South - 02,3a,Achieving neighbourhoods,S02001248,West End South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194774 +194774,S00089229,2c3,Professional Service Cosmopolitans,S01006580,West End South - 06,1a,Cosmopolitan student neighbourhoods,S02001248,West End South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194775 +194775,S00089231,2c3,Professional Service Cosmopolitans,S01006577,West End South - 03,1a,Cosmopolitan student neighbourhoods,S02001248,West End South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194776 +194776,S00089258,2c3,Professional Service Cosmopolitans,S01006534,"Braeside, Mannofield, Broomhill and Seafield East - 03",3a,Achieving neighbourhoods,S02001240,"Braeside, Mannofield, Broomhill and Seafield East",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194777 +194777,S00089262,2c3,Professional Service Cosmopolitans,S01006536,"Braeside, Mannofield, Broomhill and Seafield East - 05",1a,Cosmopolitan student neighbourhoods,S02001240,"Braeside, Mannofield, Broomhill and Seafield East",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194778 +194778,S00089268,2c3,Professional Service Cosmopolitans,S01006535,"Braeside, Mannofield, Broomhill and Seafield East - 04",3c,Highly qualified professionals,S02001240,"Braeside, Mannofield, Broomhill and Seafield East",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194779 +194779,S00089269,2c3,Professional Service Cosmopolitans,S01006535,"Braeside, Mannofield, Broomhill and Seafield East - 04",3c,Highly qualified professionals,S02001240,"Braeside, Mannofield, Broomhill and Seafield East",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194780 +194780,S00089273,2c3,Professional Service Cosmopolitans,S01006601,Ferryhill South - 04,1a,Cosmopolitan student neighbourhoods,S02001252,Ferryhill South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194781 +194781,S00089285,2c3,Professional Service Cosmopolitans,S01006601,Ferryhill South - 04,1a,Cosmopolitan student neighbourhoods,S02001252,Ferryhill South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194782 +194782,S00089314,2c3,Professional Service Cosmopolitans,S01006540,"Braeside, Mannofield, Broomhill and Seafield South - 04",3a,Achieving neighbourhoods,S02001241,"Braeside, Mannofield, Broomhill and Seafield South",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194783 +194783,S00089368,2c3,Professional Service Cosmopolitans,S01006529,Garthdee - 04,1a,Cosmopolitan student neighbourhoods,S02001239,Garthdee,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194784 +194784,S00089683,2c3,Professional Service Cosmopolitans,S01006655,Ashgrove - 03,1a,Cosmopolitan student neighbourhoods,S02001262,Ashgrove,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194785 +194785,S00089701,2c3,Professional Service Cosmopolitans,S01006691,Hilton - 06,1a,Cosmopolitan student neighbourhoods,S02001268,Hilton,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194786 +194786,S00089722,2c3,Professional Service Cosmopolitans,S01006559,Midstocket - 02,3c,Highly qualified professionals,S02001245,Midstocket,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194787 +194787,S00089727,2c3,Professional Service Cosmopolitans,S01006563,Midstocket - 06,3c,Highly qualified professionals,S02001245,Midstocket,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194788 +194788,S00089730,2c3,Professional Service Cosmopolitans,S01006558,Midstocket - 01,3c,Highly qualified professionals,S02001245,Midstocket,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194789 +194789,S00089736,2c3,Professional Service Cosmopolitans,S01006566,Rosemount - 03,1a,Cosmopolitan student neighbourhoods,S02001246,Rosemount,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194790 +194790,S00089737,2c3,Professional Service Cosmopolitans,S01006566,Rosemount - 03,1a,Cosmopolitan student neighbourhoods,S02001246,Rosemount,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194791 +194791,S00089750,2c3,Professional Service Cosmopolitans,S01006574,West End North - 04,3c,Highly qualified professionals,S02001247,West End North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194792 +194792,S00089760,2c3,Professional Service Cosmopolitans,S01006568,Rosemount - 05,1a,Cosmopolitan student neighbourhoods,S02001246,Rosemount,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194793 +194793,S00089769,2c3,Professional Service Cosmopolitans,S01006564,Rosemount - 01,1a,Cosmopolitan student neighbourhoods,S02001246,Rosemount,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194794 +194794,S00089770,2c3,Professional Service Cosmopolitans,S01006568,Rosemount - 05,1a,Cosmopolitan student neighbourhoods,S02001246,Rosemount,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194795 +194795,S00089775,2c3,Professional Service Cosmopolitans,S01006568,Rosemount - 05,1a,Cosmopolitan student neighbourhoods,S02001246,Rosemount,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194796 +194796,S00089782,2c3,Professional Service Cosmopolitans,S01006564,Rosemount - 01,1a,Cosmopolitan student neighbourhoods,S02001246,Rosemount,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194797 +194797,S00089793,2c3,Professional Service Cosmopolitans,S01006656,Ashgrove - 04,1a,Cosmopolitan student neighbourhoods,S02001262,Ashgrove,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194798 +194798,S00089797,2c3,Professional Service Cosmopolitans,S01006566,Rosemount - 03,1a,Cosmopolitan student neighbourhoods,S02001246,Rosemount,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194799 +194799,S00089800,2c3,Professional Service Cosmopolitans,S01006566,Rosemount - 03,1a,Cosmopolitan student neighbourhoods,S02001246,Rosemount,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194800 +194800,S00090073,5a1,White Professionals,S01006761,Danestone - 06,8c,Comfortable suburbia,S02001279,Danestone,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194801 +194801,S00089111,7a1,Transitional Eastern European Neighbourhoods,S01006631,Torry East - 01,4d,Hard-pressed flat dwellers,S02001258,Torry East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194802 +194802,S00090077,5a1,White Professionals,S01006760,Danestone - 05,3a,Achieving neighbourhoods,S02001279,Danestone,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194803 +194803,S00090086,5a1,White Professionals,S01006780,Balgownie and Donmouth West - 06,5c,Comfortable neighbourhoods,S02001282,Balgownie and Donmouth West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194804 +194804,S00089115,7a1,Transitional Eastern European Neighbourhoods,S01006636,Torry East - 06,4d,Hard-pressed flat dwellers,S02001258,Torry East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194805 +194805,S00089516,2a3,Students and Professionals,S01006673,Old Aberdeen - 03,1a,Cosmopolitan student neighbourhoods,S02001265,Old Aberdeen,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194806 +194806,S00090131,5a1,White Professionals,S01006765,Oldmachar West - 04,5b,Aspiring urban households,S02001280,Oldmachar West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194807 +194807,S00089121,7a1,Transitional Eastern European Neighbourhoods,S01006623,Cove North - 05,4b,Constrained renters,S02001256,Cove North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194808 +194808,S00090586,2b1,Students and Commuters,S01006588,City Centre East - 02,1a,Cosmopolitan student neighbourhoods,S02001250,City Centre East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194809 +194809,S00088987,2b1,Students and Commuters,S01006589,City Centre East - 03,1a,Cosmopolitan student neighbourhoods,S02001250,City Centre East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194810 +194810,S00089517,2a3,Students and Professionals,S01006672,Old Aberdeen - 02,1a,Cosmopolitan student neighbourhoods,S02001265,Old Aberdeen,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194811 +194811,S00090134,5a1,White Professionals,S01006764,Oldmachar West - 03,3a,Achieving neighbourhoods,S02001280,Oldmachar West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194812 +194812,S00089127,7a1,Transitional Eastern European Neighbourhoods,S01006630,Torry West - 07,4d,Hard-pressed flat dwellers,S02001257,Torry West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194813 +194813,S00090063,7a1,Transitional Eastern European Neighbourhoods,S01006728,Heathryfold and Middlefield - 03,4d,Hard-pressed flat dwellers,S02001274,Heathryfold and Middlefield,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194814 +194814,S00090587,2b1,Students and Commuters,S01006588,City Centre East - 02,1a,Cosmopolitan student neighbourhoods,S02001250,City Centre East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194815 +194815,S00089477,2b1,Students and Commuters,S01006641,Hanover North - 01,1a,Cosmopolitan student neighbourhoods,S02001260,Hanover North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194816 +194816,S00088989,2b1,Students and Commuters,S01006648,George Street - 04,1a,Cosmopolitan student neighbourhoods,S02001261,George Street,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194817 +194817,S00089781,2b1,Students and Commuters,S01006564,Rosemount - 01,1a,Cosmopolitan student neighbourhoods,S02001246,Rosemount,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194818 +194818,S00089571,2a3,Students and Professionals,S01006683,Woodside - 03,1a,Cosmopolitan student neighbourhoods,S02001267,Woodside,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194819 +194819,S00090137,5a1,White Professionals,S01006765,Oldmachar West - 04,5b,Aspiring urban households,S02001280,Oldmachar West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194820 +194820,S00089142,7a1,Transitional Eastern European Neighbourhoods,S01006604,"Kincorth, Leggart and Nigg North - 02",4a,Challenged white communities,S02001253,"Kincorth, Leggart and Nigg North",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194821 +194821,S00090084,7a1,Transitional Eastern European Neighbourhoods,S01006775,Balgownie and Donmouth West - 01,5c,Comfortable neighbourhoods,S02001282,Balgownie and Donmouth West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194822 +194822,S00090617,2b1,Students and Commuters,S01006579,West End South - 05,1a,Cosmopolitan student neighbourhoods,S02001248,West End South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194823 +194823,S00089478,2b1,Students and Commuters,S01006643,Hanover North - 03,1a,Cosmopolitan student neighbourhoods,S02001260,Hanover North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194824 +194824,S00088990,2b1,Students and Commuters,S01006648,George Street - 04,1a,Cosmopolitan student neighbourhoods,S02001261,George Street,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194825 +194825,S00088991,2b1,Students and Commuters,S01006646,George Street - 02,1a,Cosmopolitan student neighbourhoods,S02001261,George Street,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194826 +194826,S00088993,2b1,Students and Commuters,S01006648,George Street - 04,1a,Cosmopolitan student neighbourhoods,S02001261,George Street,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194827 +194827,S00088994,2b1,Students and Commuters,S01006647,George Street - 03,1a,Cosmopolitan student neighbourhoods,S02001261,George Street,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194828 +194828,S00088995,2b1,Students and Commuters,S01006648,George Street - 04,1a,Cosmopolitan student neighbourhoods,S02001261,George Street,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194829 +194829,S00089008,2b1,Students and Commuters,S01006592,Ferryhill North - 02,1a,Cosmopolitan student neighbourhoods,S02001251,Ferryhill North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194830 +194830,S00089011,2b1,Students and Commuters,S01006587,City Centre East - 01,1a,Cosmopolitan student neighbourhoods,S02001250,City Centre East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194831 +194831,S00089015,2b1,Students and Commuters,S01006593,Ferryhill North - 03,1a,Cosmopolitan student neighbourhoods,S02001251,Ferryhill North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194832 +194832,S00089017,2b1,Students and Commuters,S01006593,Ferryhill North - 03,1a,Cosmopolitan student neighbourhoods,S02001251,Ferryhill North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194833 +194833,S00089024,2b1,Students and Commuters,S01006597,Ferryhill North - 07,1a,Cosmopolitan student neighbourhoods,S02001251,Ferryhill North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194834 +194834,S00089025,2b1,Students and Commuters,S01006597,Ferryhill North - 07,1a,Cosmopolitan student neighbourhoods,S02001251,Ferryhill North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194835 +194835,S00089027,2b1,Students and Commuters,S01006597,Ferryhill North - 07,1a,Cosmopolitan student neighbourhoods,S02001251,Ferryhill North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194836 +194836,S00089028,2b1,Students and Commuters,S01006583,City Centre West - 02,1a,Cosmopolitan student neighbourhoods,S02001249,City Centre West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194837 +194837,S00089030,2b1,Students and Commuters,S01006596,Ferryhill North - 06,1a,Cosmopolitan student neighbourhoods,S02001251,Ferryhill North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194838 +194838,S00089036,2b1,Students and Commuters,S01006590,City Centre East - 04,1a,Cosmopolitan student neighbourhoods,S02001250,City Centre East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194839 +194839,S00089037,2b1,Students and Commuters,S01006582,City Centre West - 01,1a,Cosmopolitan student neighbourhoods,S02001249,City Centre West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194840 +194840,S00089038,2b1,Students and Commuters,S01006587,City Centre East - 01,1a,Cosmopolitan student neighbourhoods,S02001250,City Centre East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194841 +194841,S00089039,2b1,Students and Commuters,S01006587,City Centre East - 01,1a,Cosmopolitan student neighbourhoods,S02001250,City Centre East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194842 +194842,S00089209,2b1,Students and Commuters,S01006578,West End South - 04,1a,Cosmopolitan student neighbourhoods,S02001248,West End South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194843 +194843,S00089210,2b1,Students and Commuters,S01006579,West End South - 05,1a,Cosmopolitan student neighbourhoods,S02001248,West End South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194844 +194844,S00089211,2b1,Students and Commuters,S01006583,City Centre West - 02,1a,Cosmopolitan student neighbourhoods,S02001249,City Centre West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194845 +194845,S00089212,2b1,Students and Commuters,S01006571,West End North - 01,3c,Highly qualified professionals,S02001247,West End North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194846 +194846,S00089213,2b1,Students and Commuters,S01006578,West End South - 04,1a,Cosmopolitan student neighbourhoods,S02001248,West End South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194847 +194847,S00089216,2b1,Students and Commuters,S01006579,West End South - 05,1a,Cosmopolitan student neighbourhoods,S02001248,West End South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194848 +194848,S00089217,2b1,Students and Commuters,S01006579,West End South - 05,1a,Cosmopolitan student neighbourhoods,S02001248,West End South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194849 +194849,S00089218,2b1,Students and Commuters,S01006578,West End South - 04,1a,Cosmopolitan student neighbourhoods,S02001248,West End South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194850 +194850,S00089219,2b1,Students and Commuters,S01006578,West End South - 04,1a,Cosmopolitan student neighbourhoods,S02001248,West End South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194851 +194851,S00089220,2b1,Students and Commuters,S01006578,West End South - 04,1a,Cosmopolitan student neighbourhoods,S02001248,West End South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194852 +194852,S00089265,2b1,Students and Commuters,S01006536,"Braeside, Mannofield, Broomhill and Seafield East - 05",1a,Cosmopolitan student neighbourhoods,S02001240,"Braeside, Mannofield, Broomhill and Seafield East",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194853 +194853,S00089286,2b1,Students and Commuters,S01006594,Ferryhill North - 04,1a,Cosmopolitan student neighbourhoods,S02001251,Ferryhill North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194854 +194854,S00089364,2b1,Students and Commuters,S01006529,Garthdee - 04,1a,Cosmopolitan student neighbourhoods,S02001239,Garthdee,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194855 +194855,S00089365,2b1,Students and Commuters,S01006529,Garthdee - 04,1a,Cosmopolitan student neighbourhoods,S02001239,Garthdee,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194856 +194856,S00089369,2b1,Students and Commuters,S01006529,Garthdee - 04,1a,Cosmopolitan student neighbourhoods,S02001239,Garthdee,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194857 +194857,S00089444,2b1,Students and Commuters,S01006640,Hanover South - 04,1a,Cosmopolitan student neighbourhoods,S02001259,Hanover South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194858 +194858,S00089445,2b1,Students and Commuters,S01006640,Hanover South - 04,1a,Cosmopolitan student neighbourhoods,S02001259,Hanover South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194859 +194859,S00089446,2b1,Students and Commuters,S01006640,Hanover South - 04,1a,Cosmopolitan student neighbourhoods,S02001259,Hanover South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194860 +194860,S00089447,2b1,Students and Commuters,S01006640,Hanover South - 04,1a,Cosmopolitan student neighbourhoods,S02001259,Hanover South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194861 +194861,S00089448,2b1,Students and Commuters,S01006640,Hanover South - 04,1a,Cosmopolitan student neighbourhoods,S02001259,Hanover South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194862 +194862,S00089449,2b1,Students and Commuters,S01006640,Hanover South - 04,1a,Cosmopolitan student neighbourhoods,S02001259,Hanover South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194863 +194863,S00089453,2b1,Students and Commuters,S01006639,Hanover South - 03,1a,Cosmopolitan student neighbourhoods,S02001259,Hanover South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194864 +194864,S00089457,2b1,Students and Commuters,S01006639,Hanover South - 03,1a,Cosmopolitan student neighbourhoods,S02001259,Hanover South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194865 +194865,S00089458,2b1,Students and Commuters,S01006639,Hanover South - 03,1a,Cosmopolitan student neighbourhoods,S02001259,Hanover South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194866 +194866,S00089459,2b1,Students and Commuters,S01006638,Hanover South - 02,1a,Cosmopolitan student neighbourhoods,S02001259,Hanover South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194867 +194867,S00089462,2b1,Students and Commuters,S01006638,Hanover South - 02,1a,Cosmopolitan student neighbourhoods,S02001259,Hanover South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194868 +194868,S00089463,2b1,Students and Commuters,S01006638,Hanover South - 02,1a,Cosmopolitan student neighbourhoods,S02001259,Hanover South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194869 +194869,S00089465,2b1,Students and Commuters,S01006641,Hanover North - 01,1a,Cosmopolitan student neighbourhoods,S02001260,Hanover North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194870 +194870,S00089470,2b1,Students and Commuters,S01006641,Hanover North - 01,1a,Cosmopolitan student neighbourhoods,S02001260,Hanover North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194871 +194871,S00089474,2b1,Students and Commuters,S01006641,Hanover North - 01,1a,Cosmopolitan student neighbourhoods,S02001260,Hanover North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194872 +194872,S00090139,5a1,White Professionals,S01006765,Oldmachar West - 04,5b,Aspiring urban households,S02001280,Oldmachar West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194873 +194873,S00090619,2b1,Students and Commuters,S01006579,West End South - 05,1a,Cosmopolitan student neighbourhoods,S02001248,West End South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194874 +194874,S00090096,7a1,Transitional Eastern European Neighbourhoods,S01006776,Balgownie and Donmouth West - 02,4d,Hard-pressed flat dwellers,S02001282,Balgownie and Donmouth West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194875 +194875,S00089784,2b1,Students and Commuters,S01006565,Rosemount - 02,1a,Cosmopolitan student neighbourhoods,S02001246,Rosemount,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194876 +194876,S00089576,2a3,Students and Professionals,S01006692,Hilton - 07,3d,Households in terraces and flats,S02001268,Hilton,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194877 +194877,S00089146,7a1,Transitional Eastern European Neighbourhoods,S01006604,"Kincorth, Leggart and Nigg North - 02",4a,Challenged white communities,S02001253,"Kincorth, Leggart and Nigg North",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194878 +194878,S00089479,2b1,Students and Commuters,S01006643,Hanover North - 03,1a,Cosmopolitan student neighbourhoods,S02001260,Hanover North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194879 +194879,S00090620,2b1,Students and Commuters,S01006579,West End South - 05,1a,Cosmopolitan student neighbourhoods,S02001248,West End South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194880 +194880,S00090640,2b1,Students and Commuters,S01006594,Ferryhill North - 04,1a,Cosmopolitan student neighbourhoods,S02001251,Ferryhill North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194881 +194881,S00090673,2b1,Students and Commuters,S01006589,City Centre East - 03,1a,Cosmopolitan student neighbourhoods,S02001250,City Centre East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194882 +194882,S00090674,2b1,Students and Commuters,S01006589,City Centre East - 03,1a,Cosmopolitan student neighbourhoods,S02001250,City Centre East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194883 +194883,S00090675,2b1,Students and Commuters,S01006589,City Centre East - 03,1a,Cosmopolitan student neighbourhoods,S02001250,City Centre East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194884 +194884,S00090676,2b1,Students and Commuters,S01006589,City Centre East - 03,1a,Cosmopolitan student neighbourhoods,S02001250,City Centre East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194885 +194885,S00090677,2b1,Students and Commuters,S01006637,Hanover South - 01,1a,Cosmopolitan student neighbourhoods,S02001259,Hanover South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194886 +194886,S00090678,2b1,Students and Commuters,S01006637,Hanover South - 01,1a,Cosmopolitan student neighbourhoods,S02001259,Hanover South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194887 +194887,S00090679,2b1,Students and Commuters,S01006588,City Centre East - 02,1a,Cosmopolitan student neighbourhoods,S02001250,City Centre East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194888 +194888,S00090683,2b1,Students and Commuters,S01006638,Hanover South - 02,1a,Cosmopolitan student neighbourhoods,S02001259,Hanover South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194889 +194889,S00090684,2b1,Students and Commuters,S01006644,Hanover North - 04,1a,Cosmopolitan student neighbourhoods,S02001260,Hanover North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194890 +194890,S00090686,2b1,Students and Commuters,S01006644,Hanover North - 04,1a,Cosmopolitan student neighbourhoods,S02001260,Hanover North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194891 +194891,S00090688,2b1,Students and Commuters,S01006644,Hanover North - 04,1a,Cosmopolitan student neighbourhoods,S02001260,Hanover North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194892 +194892,S00090689,2b1,Students and Commuters,S01006644,Hanover North - 04,1a,Cosmopolitan student neighbourhoods,S02001260,Hanover North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194893 +194893,S00090690,2b1,Students and Commuters,S01006670,Seaton - 05,1a,Cosmopolitan student neighbourhoods,S02001264,Seaton,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194894 +194894,S00090694,2b1,Students and Commuters,S01006668,Seaton - 03,1a,Cosmopolitan student neighbourhoods,S02001264,Seaton,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194895 +194895,S00090716,2b1,Students and Commuters,S01006664,"Froghall, Powis and Sunnybank - 07",1a,Cosmopolitan student neighbourhoods,S02001263,"Froghall, Powis and Sunnybank",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194896 +194896,S00090717,2b1,Students and Commuters,S01006642,Hanover North - 02,1a,Cosmopolitan student neighbourhoods,S02001260,Hanover North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194897 +194897,S00090718,2b1,Students and Commuters,S01006639,Hanover South - 03,1a,Cosmopolitan student neighbourhoods,S02001259,Hanover South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194898 +194898,S00090719,2b1,Students and Commuters,S01006642,Hanover North - 02,1a,Cosmopolitan student neighbourhoods,S02001260,Hanover North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194899 +194899,S00090721,2b1,Students and Commuters,S01006652,George Street - 08,1a,Cosmopolitan student neighbourhoods,S02001261,George Street,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194900 +194900,S00090722,2b1,Students and Commuters,S01006652,George Street - 08,1a,Cosmopolitan student neighbourhoods,S02001261,George Street,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194901 +194901,S00090724,2b1,Students and Commuters,S01006642,Hanover North - 02,1a,Cosmopolitan student neighbourhoods,S02001260,Hanover North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194902 +194902,S00090726,2b1,Students and Commuters,S01006651,George Street - 07,1a,Cosmopolitan student neighbourhoods,S02001261,George Street,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194903 +194903,S00090733,2b1,Students and Commuters,S01006649,George Street - 05,1a,Cosmopolitan student neighbourhoods,S02001261,George Street,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194904 +194904,S00090734,2b1,Students and Commuters,S01006649,George Street - 05,1a,Cosmopolitan student neighbourhoods,S02001261,George Street,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194905 +194905,S00090735,2b1,Students and Commuters,S01006649,George Street - 05,1a,Cosmopolitan student neighbourhoods,S02001261,George Street,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194906 +194906,S00090737,2b1,Students and Commuters,S01006650,George Street - 06,1a,Cosmopolitan student neighbourhoods,S02001261,George Street,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194907 +194907,S00090738,2b1,Students and Commuters,S01006651,George Street - 07,1a,Cosmopolitan student neighbourhoods,S02001261,George Street,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194908 +194908,S00090749,2b1,Students and Commuters,S01006568,Rosemount - 05,1a,Cosmopolitan student neighbourhoods,S02001246,Rosemount,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194909 +194909,S00090750,2b1,Students and Commuters,S01006558,Midstocket - 01,3c,Highly qualified professionals,S02001245,Midstocket,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194910 +194910,S00090756,2b1,Students and Commuters,S01006569,Rosemount - 06,1a,Cosmopolitan student neighbourhoods,S02001246,Rosemount,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194911 +194911,S00090758,2b1,Students and Commuters,S01006567,Rosemount - 04,1a,Cosmopolitan student neighbourhoods,S02001246,Rosemount,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194912 +194912,S00090759,2b1,Students and Commuters,S01006567,Rosemount - 04,1a,Cosmopolitan student neighbourhoods,S02001246,Rosemount,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194913 +194913,S00090760,2b1,Students and Commuters,S01006568,Rosemount - 05,1a,Cosmopolitan student neighbourhoods,S02001246,Rosemount,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194914 +194914,S00090762,2b1,Students and Commuters,S01006565,Rosemount - 02,1a,Cosmopolitan student neighbourhoods,S02001246,Rosemount,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194915 +194915,S00090764,2b1,Students and Commuters,S01006565,Rosemount - 02,1a,Cosmopolitan student neighbourhoods,S02001246,Rosemount,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194916 +194916,S00090765,2b1,Students and Commuters,S01006565,Rosemount - 02,1a,Cosmopolitan student neighbourhoods,S02001246,Rosemount,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194917 +194917,S00090767,2b1,Students and Commuters,S01006656,Ashgrove - 04,1a,Cosmopolitan student neighbourhoods,S02001262,Ashgrove,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194918 +194918,S00090768,2b1,Students and Commuters,S01006656,Ashgrove - 04,1a,Cosmopolitan student neighbourhoods,S02001262,Ashgrove,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194919 +194919,S00090901,2b1,Students and Commuters,S01006586,City Centre West - 05,1a,Cosmopolitan student neighbourhoods,S02001249,City Centre West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194920 +194920,S00090902,2b1,Students and Commuters,S01006586,City Centre West - 05,1a,Cosmopolitan student neighbourhoods,S02001249,City Centre West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194921 +194921,S00089003,2a3,Students and Professionals,S01006596,Ferryhill North - 06,1a,Cosmopolitan student neighbourhoods,S02001251,Ferryhill North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194922 +194922,S00089294,2a3,Students and Professionals,S01006528,Garthdee - 03,1a,Cosmopolitan student neighbourhoods,S02001239,Garthdee,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194923 +194923,S00089464,2a3,Students and Professionals,S01006638,Hanover South - 02,1a,Cosmopolitan student neighbourhoods,S02001259,Hanover South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194924 +194924,S00089469,2a3,Students and Professionals,S01006641,Hanover North - 01,1a,Cosmopolitan student neighbourhoods,S02001260,Hanover North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194925 +194925,S00089156,7a1,Transitional Eastern European Neighbourhoods,S01006603,"Kincorth, Leggart and Nigg North - 01",4b,Constrained renters,S02001253,"Kincorth, Leggart and Nigg North",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194926 +194926,S00090209,5a1,White Professionals,S01006783,Balgownie and Donmouth East - 03,5c,Comfortable neighbourhoods,S02001283,Balgownie and Donmouth East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194927 +194927,S00089789,2b1,Students and Commuters,S01006565,Rosemount - 02,1a,Cosmopolitan student neighbourhoods,S02001246,Rosemount,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194928 +194928,S00089624,2a3,Students and Professionals,S01006659,"Froghall, Powis and Sunnybank - 02",1a,Cosmopolitan student neighbourhoods,S02001263,"Froghall, Powis and Sunnybank",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194929 +194929,S00089480,2b1,Students and Commuters,S01006643,Hanover North - 03,1a,Cosmopolitan student neighbourhoods,S02001260,Hanover North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194930 +194930,S00090181,7a1,Transitional Eastern European Neighbourhoods,S01006745,Bucksburn North - 03,4b,Constrained renters,S02001277,Bucksburn North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194931 +194931,S00089481,2b1,Students and Commuters,S01006643,Hanover North - 03,1a,Cosmopolitan student neighbourhoods,S02001260,Hanover North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194932 +194932,S00089482,2b1,Students and Commuters,S01006643,Hanover North - 03,1a,Cosmopolitan student neighbourhoods,S02001260,Hanover North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194933 +194933,S00089170,7a1,Transitional Eastern European Neighbourhoods,S01006605,"Kincorth, Leggart and Nigg North - 03",4d,Hard-pressed flat dwellers,S02001253,"Kincorth, Leggart and Nigg North",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194934 +194934,S00090183,7a1,Transitional Eastern European Neighbourhoods,S01006744,Bucksburn North - 02,4b,Constrained renters,S02001277,Bucksburn North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194935 +194935,S00089483,2b1,Students and Commuters,S01006643,Hanover North - 03,1a,Cosmopolitan student neighbourhoods,S02001260,Hanover North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194936 +194936,S00090217,5a1,White Professionals,S01006781,Balgownie and Donmouth East - 01,8c,Comfortable suburbia,S02001283,Balgownie and Donmouth East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194937 +194937,S00089626,2a3,Students and Professionals,S01006659,"Froghall, Powis and Sunnybank - 02",1a,Cosmopolitan student neighbourhoods,S02001263,"Froghall, Powis and Sunnybank",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194938 +194938,S00089790,2b1,Students and Commuters,S01006565,Rosemount - 02,1a,Cosmopolitan student neighbourhoods,S02001246,Rosemount,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194939 +194939,S00089299,7a1,Transitional Eastern European Neighbourhoods,S01006528,Garthdee - 03,1a,Cosmopolitan student neighbourhoods,S02001239,Garthdee,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194940 +194940,S00090205,7a1,Transitional Eastern European Neighbourhoods,S01006783,Balgownie and Donmouth East - 03,5c,Comfortable neighbourhoods,S02001283,Balgownie and Donmouth East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194941 +194941,S00089306,7a1,Transitional Eastern European Neighbourhoods,S01006531,Garthdee - 06,4d,Hard-pressed flat dwellers,S02001239,Garthdee,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194942 +194942,S00089485,2b1,Students and Commuters,S01006670,Seaton - 05,1a,Cosmopolitan student neighbourhoods,S02001264,Seaton,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194943 +194943,S00090230,5a1,White Professionals,S01006616,Cove South - 04,3a,Achieving neighbourhoods,S02001255,Cove South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194944 +194944,S00089796,2b1,Students and Commuters,S01006656,Ashgrove - 04,1a,Cosmopolitan student neighbourhoods,S02001262,Ashgrove,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194945 +194945,S00090290,7a1,Transitional Eastern European Neighbourhoods,S01006508,Culter - 03,3a,Achieving neighbourhoods,S02001236,Culter,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194946 +194946,S00089310,7a1,Transitional Eastern European Neighbourhoods,S01006531,Garthdee - 06,4d,Hard-pressed flat dwellers,S02001239,Garthdee,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194947 +194947,S00089488,2b1,Students and Commuters,S01006668,Seaton - 03,1a,Cosmopolitan student neighbourhoods,S02001264,Seaton,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194948 +194948,S00089798,2b1,Students and Commuters,S01006566,Rosemount - 03,1a,Cosmopolitan student neighbourhoods,S02001246,Rosemount,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194949 +194949,S00090249,5a1,White Professionals,S01006621,Cove North - 03,5b,Aspiring urban households,S02001256,Cove North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194950 +194950,S00089489,2b1,Students and Commuters,S01006668,Seaton - 03,1a,Cosmopolitan student neighbourhoods,S02001264,Seaton,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194951 +194951,S00090338,7a1,Transitional Eastern European Neighbourhoods,S01006703,Mastrick - 03,4c,Hampered neighbourhoods,S02001270,Mastrick,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194952 +194952,S00089344,7a1,Transitional Eastern European Neighbourhoods,S01006545,"Braeside, Mannofield, Broomhill and Seafield North - 04",3c,Highly qualified professionals,S02001242,"Braeside, Mannofield, Broomhill and Seafield North",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194953 +194953,S00089890,2b1,Students and Commuters,S01006655,Ashgrove - 03,1a,Cosmopolitan student neighbourhoods,S02001262,Ashgrove,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194954 +194954,S00090252,5a1,White Professionals,S01006622,Cove North - 04,3a,Achieving neighbourhoods,S02001256,Cove North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194955 +194955,S00089490,2b1,Students and Commuters,S01006668,Seaton - 03,1a,Cosmopolitan student neighbourhoods,S02001264,Seaton,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194956 +194956,S00090348,7a1,Transitional Eastern European Neighbourhoods,S01006726,Heathryfold and Middlefield - 01,4d,Hard-pressed flat dwellers,S02001274,Heathryfold and Middlefield,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194957 +194957,S00089391,7a1,Transitional Eastern European Neighbourhoods,S01006551,Hazlehead - 05,4b,Constrained renters,S02001243,Hazlehead,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194958 +194958,S00089895,2b1,Students and Commuters,S01006657,Ashgrove - 05,1a,Cosmopolitan student neighbourhoods,S02001262,Ashgrove,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194959 +194959,S00090281,5a1,White Professionals,S01006749,Dyce - 01,4b,Constrained renters,S02001278,Dyce,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194960 +194960,S00089491,2b1,Students and Commuters,S01006668,Seaton - 03,1a,Cosmopolitan student neighbourhoods,S02001264,Seaton,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194961 +194961,S00090349,7a1,Transitional Eastern European Neighbourhoods,S01006726,Heathryfold and Middlefield - 01,4d,Hard-pressed flat dwellers,S02001274,Heathryfold and Middlefield,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194962 +194962,S00090350,7a1,Transitional Eastern European Neighbourhoods,S01006726,Heathryfold and Middlefield - 01,4d,Hard-pressed flat dwellers,S02001274,Heathryfold and Middlefield,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194963 +194963,S00090364,7a1,Transitional Eastern European Neighbourhoods,S01006740,Bucksburn South - 03,4a,Challenged white communities,S02001276,Bucksburn South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194964 +194964,S00090441,7a1,Transitional Eastern European Neighbourhoods,S01006666,Seaton - 01,4d,Hard-pressed flat dwellers,S02001264,Seaton,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194965 +194965,S00090450,7a1,Transitional Eastern European Neighbourhoods,S01006700,Stockethill - 07,3d,Households in terraces and flats,S02001269,Stockethill,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194966 +194966,S00090488,7a1,Transitional Eastern European Neighbourhoods,S01006557,Summerhill - 05,4b,Constrained renters,S02001244,Summerhill,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194967 +194967,S00090658,7a1,Transitional Eastern European Neighbourhoods,S01006599,Ferryhill South - 02,1a,Cosmopolitan student neighbourhoods,S02001252,Ferryhill South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194968 +194968,S00090774,7a1,Transitional Eastern European Neighbourhoods,S01006697,Stockethill - 04,4b,Constrained renters,S02001269,Stockethill,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194969 +194969,S00090778,7a1,Transitional Eastern European Neighbourhoods,S01006699,Stockethill - 06,3d,Households in terraces and flats,S02001269,Stockethill,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194970 +194970,S00090782,7a1,Transitional Eastern European Neighbourhoods,S01006709,Sheddocksley - 02,4c,Hampered neighbourhoods,S02001271,Sheddocksley,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194971 +194971,S00090833,7a1,Transitional Eastern European Neighbourhoods,S01006739,Bucksburn South - 02,3a,Achieving neighbourhoods,S02001276,Bucksburn South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194972 +194972,S00089034,2d1,Urban Cultural Mix,S01006590,City Centre East - 04,1a,Cosmopolitan student neighbourhoods,S02001250,City Centre East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194973 +194973,S00089192,2d1,Urban Cultural Mix,S01006544,"Braeside, Mannofield, Broomhill and Seafield North - 03",3c,Highly qualified professionals,S02001242,"Braeside, Mannofield, Broomhill and Seafield North",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194974 +194974,S00089193,2d1,Urban Cultural Mix,S01006544,"Braeside, Mannofield, Broomhill and Seafield North - 03",3c,Highly qualified professionals,S02001242,"Braeside, Mannofield, Broomhill and Seafield North",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194975 +194975,S00090616,2d1,Urban Cultural Mix,S01006575,West End South - 01,3c,Highly qualified professionals,S02001248,West End South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194976 +194976,S00090623,2d1,Urban Cultural Mix,S01006580,West End South - 06,1a,Cosmopolitan student neighbourhoods,S02001248,West End South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194977 +194977,S00088997,5a1,White Professionals,S01006602,Ferryhill South - 05,3c,Highly qualified professionals,S02001252,Ferryhill South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194978 +194978,S00089005,5a1,White Professionals,S01006598,Ferryhill South - 01,3a,Achieving neighbourhoods,S02001252,Ferryhill South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194979 +194979,S00089195,5a1,White Professionals,S01006574,West End North - 04,3c,Highly qualified professionals,S02001247,West End North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194980 +194980,S00089197,5a1,White Professionals,S01006581,West End South - 07,8a,Affluent communities,S02001248,West End South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194981 +194981,S00089204,5a1,White Professionals,S01006576,West End South - 02,3a,Achieving neighbourhoods,S02001248,West End South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194982 +194982,S00089233,5a1,White Professionals,S01006577,West End South - 03,1a,Cosmopolitan student neighbourhoods,S02001248,West End South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194983 +194983,S00089237,5a1,White Professionals,S01006533,"Braeside, Mannofield, Broomhill and Seafield East - 02",8a,Affluent communities,S02001240,"Braeside, Mannofield, Broomhill and Seafield East",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194984 +194984,S00089239,5a1,White Professionals,S01006533,"Braeside, Mannofield, Broomhill and Seafield East - 02",8a,Affluent communities,S02001240,"Braeside, Mannofield, Broomhill and Seafield East",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194985 +194985,S00089242,5a1,White Professionals,S01006533,"Braeside, Mannofield, Broomhill and Seafield East - 02",8a,Affluent communities,S02001240,"Braeside, Mannofield, Broomhill and Seafield East",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194986 +194986,S00089252,5a1,White Professionals,S01006534,"Braeside, Mannofield, Broomhill and Seafield East - 03",3a,Achieving neighbourhoods,S02001240,"Braeside, Mannofield, Broomhill and Seafield East",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194987 +194987,S00089256,5a1,White Professionals,S01006535,"Braeside, Mannofield, Broomhill and Seafield East - 04",3c,Highly qualified professionals,S02001240,"Braeside, Mannofield, Broomhill and Seafield East",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194988 +194988,S00089257,5a1,White Professionals,S01006535,"Braeside, Mannofield, Broomhill and Seafield East - 04",3c,Highly qualified professionals,S02001240,"Braeside, Mannofield, Broomhill and Seafield East",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194989 +194989,S00089272,5a1,White Professionals,S01006536,"Braeside, Mannofield, Broomhill and Seafield East - 05",1a,Cosmopolitan student neighbourhoods,S02001240,"Braeside, Mannofield, Broomhill and Seafield East",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194990 +194990,S00089277,5a1,White Professionals,S01006600,Ferryhill South - 03,3c,Highly qualified professionals,S02001252,Ferryhill South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194991 +194991,S00089282,5a1,White Professionals,S01006600,Ferryhill South - 03,3c,Highly qualified professionals,S02001252,Ferryhill South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194992 +194992,S00089335,5a1,White Professionals,S01006541,"Braeside, Mannofield, Broomhill and Seafield South - 05",5c,Comfortable neighbourhoods,S02001241,"Braeside, Mannofield, Broomhill and Seafield South",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194993 +194993,S00089426,5a1,White Professionals,S01006521,"Cults, Bieldside and Milltimber East - 04",8a,Affluent communities,S02001238,"Cults, Bieldside and Milltimber East",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194994 +194994,S00089442,5a1,White Professionals,S01006637,Hanover South - 01,1a,Cosmopolitan student neighbourhoods,S02001259,Hanover South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194995 +194995,S00089521,5a1,White Professionals,S01006688,Hilton - 03,4d,Hard-pressed flat dwellers,S02001268,Hilton,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194996 +194996,S00089588,5a1,White Professionals,S01006679,Tillydrone - 05,3d,Households in terraces and flats,S02001266,Tillydrone,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194997 +194997,S00089590,5a1,White Professionals,S01006679,Tillydrone - 05,3d,Households in terraces and flats,S02001266,Tillydrone,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194998 +194998,S00089698,5a1,White Professionals,S01006689,Hilton - 04,3a,Achieving neighbourhoods,S02001268,Hilton,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,194999 +194999,S00089743,5a1,White Professionals,S01006573,West End North - 03,3a,Achieving neighbourhoods,S02001247,West End North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195000 +195000,S00089765,5a1,White Professionals,S01006571,West End North - 01,3c,Highly qualified professionals,S02001247,West End North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195001 +195001,S00089902,5a1,White Professionals,S01006552,Hazlehead - 06,3a,Achieving neighbourhoods,S02001243,Hazlehead,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195002 +195002,S00090360,5a1,White Professionals,S01006765,Oldmachar West - 04,5b,Aspiring urban households,S02001280,Oldmachar West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195003 +195003,S00089558,7a1,Transitional Eastern European Neighbourhoods,S01006693,Hilton - 08,1a,Cosmopolitan student neighbourhoods,S02001268,Hilton,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195004 +195004,S00089552,2b1,Students and Commuters,S01006693,Hilton - 08,1a,Cosmopolitan student neighbourhoods,S02001268,Hilton,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195005 +195005,S00090376,5a1,White Professionals,S01006749,Dyce - 01,4b,Constrained renters,S02001278,Dyce,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195006 +195006,S00089573,7a1,Transitional Eastern European Neighbourhoods,S01006683,Woodside - 03,1a,Cosmopolitan student neighbourhoods,S02001267,Woodside,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195007 +195007,S00089583,7a1,Transitional Eastern European Neighbourhoods,S01006682,Woodside - 02,7a,Urban cultural mix,S02001267,Woodside,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195008 +195008,S00089584,7a1,Transitional Eastern European Neighbourhoods,S01006684,Woodside - 04,1a,Cosmopolitan student neighbourhoods,S02001267,Woodside,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195009 +195009,S00090320,2b1,Students and Commuters,S01006651,George Street - 07,1a,Cosmopolitan student neighbourhoods,S02001261,George Street,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195010 +195010,S00089574,2b1,Students and Commuters,S01006683,Woodside - 03,1a,Cosmopolitan student neighbourhoods,S02001267,Woodside,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195011 +195011,S00090453,5a1,White Professionals,S01006693,Hilton - 08,1a,Cosmopolitan student neighbourhoods,S02001268,Hilton,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195012 +195012,S00089587,7a1,Transitional Eastern European Neighbourhoods,S01006684,Woodside - 04,1a,Cosmopolitan student neighbourhoods,S02001267,Woodside,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195013 +195013,S00090321,2b1,Students and Commuters,S01006642,Hanover North - 02,1a,Cosmopolitan student neighbourhoods,S02001260,Hanover North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195014 +195014,S00089627,2b1,Students and Commuters,S01006660,"Froghall, Powis and Sunnybank - 03",1a,Cosmopolitan student neighbourhoods,S02001263,"Froghall, Powis and Sunnybank",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195015 +195015,S00090322,2b1,Students and Commuters,S01006652,George Street - 08,1a,Cosmopolitan student neighbourhoods,S02001261,George Street,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195016 +195016,S00090497,5a1,White Professionals,S01006760,Danestone - 05,3a,Achieving neighbourhoods,S02001279,Danestone,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195017 +195017,S00089591,7a1,Transitional Eastern European Neighbourhoods,S01006678,Tillydrone - 04,4b,Constrained renters,S02001266,Tillydrone,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195018 +195018,S00089628,2b1,Students and Commuters,S01006660,"Froghall, Powis and Sunnybank - 03",1a,Cosmopolitan student neighbourhoods,S02001263,"Froghall, Powis and Sunnybank",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195019 +195019,S00090327,2b1,Students and Commuters,S01006586,City Centre West - 05,1a,Cosmopolitan student neighbourhoods,S02001249,City Centre West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195020 +195020,S00090549,5a1,White Professionals,S01006592,Ferryhill North - 02,1a,Cosmopolitan student neighbourhoods,S02001251,Ferryhill North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195021 +195021,S00089593,7a1,Transitional Eastern European Neighbourhoods,S01006680,Tillydrone - 06,4d,Hard-pressed flat dwellers,S02001266,Tillydrone,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195022 +195022,S00089631,2b1,Students and Commuters,S01006662,"Froghall, Powis and Sunnybank - 05",1a,Cosmopolitan student neighbourhoods,S02001263,"Froghall, Powis and Sunnybank",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195023 +195023,S00090329,2b1,Students and Commuters,S01006567,Rosemount - 04,1a,Cosmopolitan student neighbourhoods,S02001246,Rosemount,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195024 +195024,S00090635,5a1,White Professionals,S01006601,Ferryhill South - 04,1a,Cosmopolitan student neighbourhoods,S02001252,Ferryhill South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195025 +195025,S00089600,7a1,Transitional Eastern European Neighbourhoods,S01006675,Tillydrone - 01,7a,Urban cultural mix,S02001266,Tillydrone,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195026 +195026,S00089635,2b1,Students and Commuters,S01006661,"Froghall, Powis and Sunnybank - 04",1a,Cosmopolitan student neighbourhoods,S02001263,"Froghall, Powis and Sunnybank",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195027 +195027,S00089637,2b1,Students and Commuters,S01006661,"Froghall, Powis and Sunnybank - 04",1a,Cosmopolitan student neighbourhoods,S02001263,"Froghall, Powis and Sunnybank",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195028 +195028,S00089639,2b1,Students and Commuters,S01006658,"Froghall, Powis and Sunnybank - 01",1a,Cosmopolitan student neighbourhoods,S02001263,"Froghall, Powis and Sunnybank",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195029 +195029,S00089641,2b1,Students and Commuters,S01006658,"Froghall, Powis and Sunnybank - 01",1a,Cosmopolitan student neighbourhoods,S02001263,"Froghall, Powis and Sunnybank",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195030 +195030,S00089643,2b1,Students and Commuters,S01006658,"Froghall, Powis and Sunnybank - 01",1a,Cosmopolitan student neighbourhoods,S02001263,"Froghall, Powis and Sunnybank",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195031 +195031,S00089653,2b1,Students and Commuters,S01006663,"Froghall, Powis and Sunnybank - 06",1a,Cosmopolitan student neighbourhoods,S02001263,"Froghall, Powis and Sunnybank",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195032 +195032,S00089658,2b1,Students and Commuters,S01006665,"Froghall, Powis and Sunnybank - 08",1a,Cosmopolitan student neighbourhoods,S02001263,"Froghall, Powis and Sunnybank",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195033 +195033,S00089659,2b1,Students and Commuters,S01006665,"Froghall, Powis and Sunnybank - 08",1a,Cosmopolitan student neighbourhoods,S02001263,"Froghall, Powis and Sunnybank",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195034 +195034,S00089661,2b1,Students and Commuters,S01006658,"Froghall, Powis and Sunnybank - 01",1a,Cosmopolitan student neighbourhoods,S02001263,"Froghall, Powis and Sunnybank",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195035 +195035,S00089663,2b1,Students and Commuters,S01006651,George Street - 07,1a,Cosmopolitan student neighbourhoods,S02001261,George Street,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195036 +195036,S00089665,2b1,Students and Commuters,S01006642,Hanover North - 02,1a,Cosmopolitan student neighbourhoods,S02001260,Hanover North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195037 +195037,S00089666,2b1,Students and Commuters,S01006643,Hanover North - 03,1a,Cosmopolitan student neighbourhoods,S02001260,Hanover North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195038 +195038,S00089667,2b1,Students and Commuters,S01006643,Hanover North - 03,1a,Cosmopolitan student neighbourhoods,S02001260,Hanover North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195039 +195039,S00089669,2b1,Students and Commuters,S01006639,Hanover South - 03,1a,Cosmopolitan student neighbourhoods,S02001259,Hanover South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195040 +195040,S00089670,2b1,Students and Commuters,S01006642,Hanover North - 02,1a,Cosmopolitan student neighbourhoods,S02001260,Hanover North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195041 +195041,S00089671,2b1,Students and Commuters,S01006642,Hanover North - 02,1a,Cosmopolitan student neighbourhoods,S02001260,Hanover North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195042 +195042,S00089674,2b1,Students and Commuters,S01006649,George Street - 05,1a,Cosmopolitan student neighbourhoods,S02001261,George Street,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195043 +195043,S00089675,2b1,Students and Commuters,S01006649,George Street - 05,1a,Cosmopolitan student neighbourhoods,S02001261,George Street,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195044 +195044,S00089676,2b1,Students and Commuters,S01006650,George Street - 06,1a,Cosmopolitan student neighbourhoods,S02001261,George Street,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195045 +195045,S00089677,2b1,Students and Commuters,S01006649,George Street - 05,1a,Cosmopolitan student neighbourhoods,S02001261,George Street,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195046 +195046,S00089678,2b1,Students and Commuters,S01006650,George Street - 06,1a,Cosmopolitan student neighbourhoods,S02001261,George Street,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195047 +195047,S00089680,2b1,Students and Commuters,S01006650,George Street - 06,1a,Cosmopolitan student neighbourhoods,S02001261,George Street,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195048 +195048,S00089682,2b1,Students and Commuters,S01006650,George Street - 06,1a,Cosmopolitan student neighbourhoods,S02001261,George Street,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195049 +195049,S00089687,2b1,Students and Commuters,S01006657,Ashgrove - 05,1a,Cosmopolitan student neighbourhoods,S02001262,Ashgrove,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195050 +195050,S00089735,2b1,Students and Commuters,S01006568,Rosemount - 05,1a,Cosmopolitan student neighbourhoods,S02001246,Rosemount,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195051 +195051,S00089767,2b1,Students and Commuters,S01006564,Rosemount - 01,1a,Cosmopolitan student neighbourhoods,S02001246,Rosemount,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195052 +195052,S00089768,2b1,Students and Commuters,S01006564,Rosemount - 01,1a,Cosmopolitan student neighbourhoods,S02001246,Rosemount,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195053 +195053,S00089771,2b1,Students and Commuters,S01006568,Rosemount - 05,1a,Cosmopolitan student neighbourhoods,S02001246,Rosemount,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195054 +195054,S00089772,2b1,Students and Commuters,S01006568,Rosemount - 05,1a,Cosmopolitan student neighbourhoods,S02001246,Rosemount,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195055 +195055,S00089773,2b1,Students and Commuters,S01006569,Rosemount - 06,1a,Cosmopolitan student neighbourhoods,S02001246,Rosemount,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195056 +195056,S00089776,2b1,Students and Commuters,S01006568,Rosemount - 05,1a,Cosmopolitan student neighbourhoods,S02001246,Rosemount,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195057 +195057,S00089777,2b1,Students and Commuters,S01006568,Rosemount - 05,1a,Cosmopolitan student neighbourhoods,S02001246,Rosemount,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195058 +195058,S00089780,2b1,Students and Commuters,S01006567,Rosemount - 04,1a,Cosmopolitan student neighbourhoods,S02001246,Rosemount,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195059 +195059,S00090808,5a1,White Professionals,S01006757,Danestone - 02,5a,Ageing urban communities,S02001279,Danestone,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195060 +195060,S00090398,2b1,Students and Commuters,S01006579,West End South - 05,1a,Cosmopolitan student neighbourhoods,S02001248,West End South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195061 +195061,S00090437,2b1,Students and Commuters,S01006638,Hanover South - 02,1a,Cosmopolitan student neighbourhoods,S02001259,Hanover South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195062 +195062,S00089605,7a1,Transitional Eastern European Neighbourhoods,S01006677,Tillydrone - 03,1a,Cosmopolitan student neighbourhoods,S02001266,Tillydrone,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195063 +195063,S00090809,5a1,White Professionals,S01006760,Danestone - 05,3a,Achieving neighbourhoods,S02001279,Danestone,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195064 +195064,S00090438,2b1,Students and Commuters,S01006643,Hanover North - 03,1a,Cosmopolitan student neighbourhoods,S02001260,Hanover North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195065 +195065,S00089614,7a1,Transitional Eastern European Neighbourhoods,S01006680,Tillydrone - 06,4d,Hard-pressed flat dwellers,S02001266,Tillydrone,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195066 +195066,S00090828,5a1,White Professionals,S01006766,Oldmachar West - 05,8c,Comfortable suburbia,S02001280,Oldmachar West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195067 +195067,S00090439,2b1,Students and Commuters,S01006644,Hanover North - 04,1a,Cosmopolitan student neighbourhoods,S02001260,Hanover North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195068 +195068,S00089623,7a1,Transitional Eastern European Neighbourhoods,S01006678,Tillydrone - 04,4b,Constrained renters,S02001266,Tillydrone,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195069 +195069,S00090855,5a1,White Professionals,S01006620,Cove North - 02,5b,Aspiring urban households,S02001256,Cove North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195070 +195070,S00090446,2b1,Students and Commuters,S01006673,Old Aberdeen - 03,1a,Cosmopolitan student neighbourhoods,S02001265,Old Aberdeen,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195071 +195071,S00089649,7a1,Transitional Eastern European Neighbourhoods,S01006664,"Froghall, Powis and Sunnybank - 07",1a,Cosmopolitan student neighbourhoods,S02001263,"Froghall, Powis and Sunnybank",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195072 +195072,S00090860,5a1,White Professionals,S01006622,Cove North - 04,3a,Achieving neighbourhoods,S02001256,Cove North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195073 +195073,S00090454,2b1,Students and Commuters,S01006584,City Centre West - 03,1a,Cosmopolitan student neighbourhoods,S02001249,City Centre West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195074 +195074,S00089791,7a1,Transitional Eastern European Neighbourhoods,S01006565,Rosemount - 02,1a,Cosmopolitan student neighbourhoods,S02001246,Rosemount,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195075 +195075,S00090861,5a1,White Professionals,S01006622,Cove North - 04,3a,Achieving neighbourhoods,S02001256,Cove North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195076 +195076,S00090461,2b1,Students and Commuters,S01006660,"Froghall, Powis and Sunnybank - 03",1a,Cosmopolitan student neighbourhoods,S02001263,"Froghall, Powis and Sunnybank",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195077 +195077,S00089802,7a1,Transitional Eastern European Neighbourhoods,S01006705,Mastrick - 05,4a,Challenged white communities,S02001270,Mastrick,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195078 +195078,S00089820,7a1,Transitional Eastern European Neighbourhoods,S01006729,Heathryfold and Middlefield - 04,4d,Hard-pressed flat dwellers,S02001274,Heathryfold and Middlefield,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195079 +195079,S00089840,7a1,Transitional Eastern European Neighbourhoods,S01006713,Sheddocksley - 06,4a,Challenged white communities,S02001271,Sheddocksley,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195080 +195080,S00089843,7a1,Transitional Eastern European Neighbourhoods,S01006722,Northfield - 04,4c,Hampered neighbourhoods,S02001273,Northfield,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195081 +195081,S00089857,7a1,Transitional Eastern European Neighbourhoods,S01006696,Stockethill - 03,4d,Hard-pressed flat dwellers,S02001269,Stockethill,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195082 +195082,S00089872,7a1,Transitional Eastern European Neighbourhoods,S01006696,Stockethill - 03,4d,Hard-pressed flat dwellers,S02001269,Stockethill,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195083 +195083,S00089878,7a1,Transitional Eastern European Neighbourhoods,S01006695,Stockethill - 02,4c,Hampered neighbourhoods,S02001269,Stockethill,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195084 +195084,S00089917,7a1,Transitional Eastern European Neighbourhoods,S01006707,Mastrick - 07,4d,Hard-pressed flat dwellers,S02001270,Mastrick,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195085 +195085,S00089930,7a1,Transitional Eastern European Neighbourhoods,S01006706,Mastrick - 06,4a,Challenged white communities,S02001270,Mastrick,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195086 +195086,S00089939,7a1,Transitional Eastern European Neighbourhoods,S01006556,Summerhill - 04,4d,Hard-pressed flat dwellers,S02001244,Summerhill,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195087 +195087,S00089941,7a1,Transitional Eastern European Neighbourhoods,S01006555,Summerhill - 03,4b,Constrained renters,S02001244,Summerhill,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195088 +195088,S00089945,7a1,Transitional Eastern European Neighbourhoods,S01006555,Summerhill - 03,4b,Constrained renters,S02001244,Summerhill,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195089 +195089,S00090015,7a1,Transitional Eastern European Neighbourhoods,S01006720,Northfield - 02,4a,Challenged white communities,S02001273,Northfield,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195090 +195090,S00090027,7a1,Transitional Eastern European Neighbourhoods,S01006724,Northfield - 06,4d,Hard-pressed flat dwellers,S02001273,Northfield,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195091 +195091,S00090036,7a1,Transitional Eastern European Neighbourhoods,S01006715,Cummings Park - 02,4c,Hampered neighbourhoods,S02001272,Cummings Park,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195092 +195092,S00090041,7a1,Transitional Eastern European Neighbourhoods,S01006718,Cummings Park - 05,4c,Hampered neighbourhoods,S02001272,Cummings Park,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195093 +195093,S00090043,7a1,Transitional Eastern European Neighbourhoods,S01006729,Heathryfold and Middlefield - 04,4d,Hard-pressed flat dwellers,S02001274,Heathryfold and Middlefield,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195094 +195094,S00090045,7a1,Transitional Eastern European Neighbourhoods,S01006726,Heathryfold and Middlefield - 01,4d,Hard-pressed flat dwellers,S02001274,Heathryfold and Middlefield,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195095 +195095,S00090052,7a1,Transitional Eastern European Neighbourhoods,S01006727,Heathryfold and Middlefield - 02,4d,Hard-pressed flat dwellers,S02001274,Heathryfold and Middlefield,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195096 +195096,S00090053,7a1,Transitional Eastern European Neighbourhoods,S01006727,Heathryfold and Middlefield - 02,4d,Hard-pressed flat dwellers,S02001274,Heathryfold and Middlefield,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195097 +195097,S00090054,7a1,Transitional Eastern European Neighbourhoods,S01006724,Northfield - 06,4d,Hard-pressed flat dwellers,S02001273,Northfield,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195098 +195098,S00090056,7a1,Transitional Eastern European Neighbourhoods,S01006727,Heathryfold and Middlefield - 02,4d,Hard-pressed flat dwellers,S02001274,Heathryfold and Middlefield,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195099 +195099,S00090057,7a1,Transitional Eastern European Neighbourhoods,S01006727,Heathryfold and Middlefield - 02,4d,Hard-pressed flat dwellers,S02001274,Heathryfold and Middlefield,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195100 +195100,S00090061,7a1,Transitional Eastern European Neighbourhoods,S01006728,Heathryfold and Middlefield - 03,4d,Hard-pressed flat dwellers,S02001274,Heathryfold and Middlefield,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195101 +195101,S00090865,5a1,White Professionals,S01006614,Cove South - 02,8c,Comfortable suburbia,S02001255,Cove South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195102 +195102,S00090875,5a1,White Professionals,S01006613,Cove South - 01,8c,Comfortable suburbia,S02001255,Cove South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195103 +195103,S00090920,5a1,White Professionals,S01006508,Culter - 03,3a,Achieving neighbourhoods,S02001236,Culter,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195104 +195104,S00089001,6b2,White Suburban Communities,S01006594,Ferryhill North - 04,1a,Cosmopolitan student neighbourhoods,S02001251,Ferryhill North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195105 +195105,S00089320,6b2,White Suburban Communities,S01006538,"Braeside, Mannofield, Broomhill and Seafield South - 02",8c,Comfortable suburbia,S02001241,"Braeside, Mannofield, Broomhill and Seafield South",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195106 +195106,S00090484,2b1,Students and Commuters,S01006650,George Street - 06,1a,Cosmopolitan student neighbourhoods,S02001261,George Street,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195107 +195107,S00089332,6b2,White Suburban Communities,S01006537,"Braeside, Mannofield, Broomhill and Seafield South - 01",8a,Affluent communities,S02001241,"Braeside, Mannofield, Broomhill and Seafield South",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195108 +195108,S00089346,6b2,White Suburban Communities,S01006545,"Braeside, Mannofield, Broomhill and Seafield North - 04",3c,Highly qualified professionals,S02001242,"Braeside, Mannofield, Broomhill and Seafield North",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195109 +195109,S00090508,2b1,Students and Commuters,S01006654,Ashgrove - 02,1a,Cosmopolitan student neighbourhoods,S02001262,Ashgrove,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195110 +195110,S00089900,6b2,White Suburban Communities,S01006552,Hazlehead - 06,3a,Achieving neighbourhoods,S02001243,Hazlehead,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195111 +195111,S00090511,2b1,Students and Commuters,S01006584,City Centre West - 03,1a,Cosmopolitan student neighbourhoods,S02001249,City Centre West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195112 +195112,S00089903,6b2,White Suburban Communities,S01006552,Hazlehead - 06,3a,Achieving neighbourhoods,S02001243,Hazlehead,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195113 +195113,S00090515,2b1,Students and Commuters,S01006586,City Centre West - 05,1a,Cosmopolitan student neighbourhoods,S02001249,City Centre West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195114 +195114,S00089905,6b2,White Suburban Communities,S01006553,Summerhill - 01,5a,Ageing urban communities,S02001244,Summerhill,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195115 +195115,S00090518,2b1,Students and Commuters,S01006564,Rosemount - 01,1a,Cosmopolitan student neighbourhoods,S02001246,Rosemount,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195116 +195116,S00090079,6b2,White Suburban Communities,S01006760,Danestone - 05,3a,Achieving neighbourhoods,S02001279,Danestone,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195117 +195117,S00090521,2b1,Students and Commuters,S01006648,George Street - 04,1a,Cosmopolitan student neighbourhoods,S02001261,George Street,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195118 +195118,S00090080,6b2,White Suburban Communities,S01006757,Danestone - 02,5a,Ageing urban communities,S02001279,Danestone,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195119 +195119,S00090523,2b1,Students and Commuters,S01006648,George Street - 04,1a,Cosmopolitan student neighbourhoods,S02001261,George Street,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195120 +195120,S00090103,6b2,White Suburban Communities,S01006769,Oldmachar East - 02,5b,Aspiring urban households,S02001281,Oldmachar East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195121 +195121,S00090524,2b1,Students and Commuters,S01006648,George Street - 04,1a,Cosmopolitan student neighbourhoods,S02001261,George Street,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195122 +195122,S00090106,6b2,White Suburban Communities,S01006769,Oldmachar East - 02,5b,Aspiring urban households,S02001281,Oldmachar East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195123 +195123,S00090525,2b1,Students and Commuters,S01006565,Rosemount - 02,1a,Cosmopolitan student neighbourhoods,S02001246,Rosemount,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195124 +195124,S00090526,2b1,Students and Commuters,S01006648,George Street - 04,1a,Cosmopolitan student neighbourhoods,S02001261,George Street,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195125 +195125,S00090527,2b1,Students and Commuters,S01006648,George Street - 04,1a,Cosmopolitan student neighbourhoods,S02001261,George Street,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195126 +195126,S00090538,2b1,Students and Commuters,S01006646,George Street - 02,1a,Cosmopolitan student neighbourhoods,S02001261,George Street,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195127 +195127,S00090540,2b1,Students and Commuters,S01006646,George Street - 02,1a,Cosmopolitan student neighbourhoods,S02001261,George Street,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195128 +195128,S00090541,2b1,Students and Commuters,S01006646,George Street - 02,1a,Cosmopolitan student neighbourhoods,S02001261,George Street,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195129 +195129,S00090550,2b1,Students and Commuters,S01006592,Ferryhill North - 02,1a,Cosmopolitan student neighbourhoods,S02001251,Ferryhill North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195130 +195130,S00090552,2b1,Students and Commuters,S01006591,Ferryhill North - 01,1a,Cosmopolitan student neighbourhoods,S02001251,Ferryhill North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195131 +195131,S00090557,2b1,Students and Commuters,S01006595,Ferryhill North - 05,1a,Cosmopolitan student neighbourhoods,S02001251,Ferryhill North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195132 +195132,S00090562,2b1,Students and Commuters,S01006595,Ferryhill North - 05,1a,Cosmopolitan student neighbourhoods,S02001251,Ferryhill North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195133 +195133,S00090564,2b1,Students and Commuters,S01006583,City Centre West - 02,1a,Cosmopolitan student neighbourhoods,S02001249,City Centre West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195134 +195134,S00090565,2b1,Students and Commuters,S01006583,City Centre West - 02,1a,Cosmopolitan student neighbourhoods,S02001249,City Centre West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195135 +195135,S00090566,2b1,Students and Commuters,S01006583,City Centre West - 02,1a,Cosmopolitan student neighbourhoods,S02001249,City Centre West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195136 +195136,S00090567,2b1,Students and Commuters,S01006583,City Centre West - 02,1a,Cosmopolitan student neighbourhoods,S02001249,City Centre West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195137 +195137,S00090573,2b1,Students and Commuters,S01006590,City Centre East - 04,1a,Cosmopolitan student neighbourhoods,S02001250,City Centre East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195138 +195138,S00090577,2b1,Students and Commuters,S01006582,City Centre West - 01,1a,Cosmopolitan student neighbourhoods,S02001249,City Centre West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195139 +195139,S00090578,2b1,Students and Commuters,S01006582,City Centre West - 01,1a,Cosmopolitan student neighbourhoods,S02001249,City Centre West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195140 +195140,S00090579,2b1,Students and Commuters,S01006586,City Centre West - 05,1a,Cosmopolitan student neighbourhoods,S02001249,City Centre West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195141 +195141,S00090582,2b1,Students and Commuters,S01006587,City Centre East - 01,1a,Cosmopolitan student neighbourhoods,S02001250,City Centre East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195142 +195142,S00090583,2b1,Students and Commuters,S01006590,City Centre East - 04,1a,Cosmopolitan student neighbourhoods,S02001250,City Centre East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195143 +195143,S00090584,2b1,Students and Commuters,S01006588,City Centre East - 02,1a,Cosmopolitan student neighbourhoods,S02001250,City Centre East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195144 +195144,S00090585,2b1,Students and Commuters,S01006588,City Centre East - 02,1a,Cosmopolitan student neighbourhoods,S02001250,City Centre East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195145 +195145,S00090198,6b2,White Suburban Communities,S01006784,Balgownie and Donmouth East - 04,3a,Achieving neighbourhoods,S02001283,Balgownie and Donmouth East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195146 +195146,S00090207,6b2,White Suburban Communities,S01006783,Balgownie and Donmouth East - 03,5c,Comfortable neighbourhoods,S02001283,Balgownie and Donmouth East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195147 +195147,S00090215,6b2,White Suburban Communities,S01006781,Balgownie and Donmouth East - 01,8c,Comfortable suburbia,S02001283,Balgownie and Donmouth East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195148 +195148,S00090226,6b2,White Suburban Communities,S01006785,Denmore - 01,8c,Comfortable suburbia,S02001284,Denmore,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195149 +195149,S00090239,6b2,White Suburban Communities,S01006619,Cove North - 01,5b,Aspiring urban households,S02001256,Cove North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195150 +195150,S00090256,6b2,White Suburban Communities,S01006754,Dyce - 06,8b,Ageing suburbanites,S02001278,Dyce,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195151 +195151,S00090311,6b2,White Suburban Communities,S01006513,"Cults, Bieldside and Milltimber West - 01",8a,Affluent communities,S02001237,"Cults, Bieldside and Milltimber West",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195152 +195152,S00090357,6b2,White Suburban Communities,S01006771,Oldmachar East - 04,8c,Comfortable suburbia,S02001281,Oldmachar East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195153 +195153,S00090373,6b2,White Suburban Communities,S01006619,Cove North - 01,5b,Aspiring urban households,S02001256,Cove North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195154 +195154,S00090820,6b2,White Suburban Communities,S01006767,Oldmachar West - 06,5b,Aspiring urban households,S02001280,Oldmachar West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195155 +195155,S00090824,6b2,White Suburban Communities,S01006766,Oldmachar West - 05,8c,Comfortable suburbia,S02001280,Oldmachar West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195156 +195156,S00089638,2a3,Students and Professionals,S01006661,"Froghall, Powis and Sunnybank - 04",1a,Cosmopolitan student neighbourhoods,S02001263,"Froghall, Powis and Sunnybank",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195157 +195157,S00089640,2a3,Students and Professionals,S01006659,"Froghall, Powis and Sunnybank - 02",1a,Cosmopolitan student neighbourhoods,S02001263,"Froghall, Powis and Sunnybank",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195158 +195158,S00089647,2a3,Students and Professionals,S01006664,"Froghall, Powis and Sunnybank - 07",1a,Cosmopolitan student neighbourhoods,S02001263,"Froghall, Powis and Sunnybank",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195159 +195159,S00089648,2a3,Students and Professionals,S01006663,"Froghall, Powis and Sunnybank - 06",1a,Cosmopolitan student neighbourhoods,S02001263,"Froghall, Powis and Sunnybank",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195160 +195160,S00089650,2a3,Students and Professionals,S01006663,"Froghall, Powis and Sunnybank - 06",1a,Cosmopolitan student neighbourhoods,S02001263,"Froghall, Powis and Sunnybank",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195161 +195161,S00089654,2a3,Students and Professionals,S01006663,"Froghall, Powis and Sunnybank - 06",1a,Cosmopolitan student neighbourhoods,S02001263,"Froghall, Powis and Sunnybank",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195162 +195162,S00089655,2a3,Students and Professionals,S01006665,"Froghall, Powis and Sunnybank - 08",1a,Cosmopolitan student neighbourhoods,S02001263,"Froghall, Powis and Sunnybank",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195163 +195163,S00089662,2a3,Students and Professionals,S01006642,Hanover North - 02,1a,Cosmopolitan student neighbourhoods,S02001260,Hanover North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195164 +195164,S00089681,2a3,Students and Professionals,S01006650,George Street - 06,1a,Cosmopolitan student neighbourhoods,S02001261,George Street,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195165 +195165,S00089685,2a3,Students and Professionals,S01006657,Ashgrove - 05,1a,Cosmopolitan student neighbourhoods,S02001262,Ashgrove,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195166 +195166,S00089686,2a3,Students and Professionals,S01006650,George Street - 06,1a,Cosmopolitan student neighbourhoods,S02001261,George Street,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195167 +195167,S00089693,2a3,Students and Professionals,S01006692,Hilton - 07,3d,Households in terraces and flats,S02001268,Hilton,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195168 +195168,S00089696,2a3,Students and Professionals,S01006689,Hilton - 04,3a,Achieving neighbourhoods,S02001268,Hilton,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195169 +195169,S00089699,2a3,Students and Professionals,S01006657,Ashgrove - 05,1a,Cosmopolitan student neighbourhoods,S02001262,Ashgrove,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195170 +195170,S00089702,2a3,Students and Professionals,S01006691,Hilton - 06,1a,Cosmopolitan student neighbourhoods,S02001268,Hilton,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195171 +195171,S00089788,2a3,Students and Professionals,S01006567,Rosemount - 04,1a,Cosmopolitan student neighbourhoods,S02001246,Rosemount,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195172 +195172,S00089795,2a3,Students and Professionals,S01006566,Rosemount - 03,1a,Cosmopolitan student neighbourhoods,S02001246,Rosemount,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195173 +195173,S00089881,2a3,Students and Professionals,S01006700,Stockethill - 07,3d,Households in terraces and flats,S02001269,Stockethill,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195174 +195174,S00090318,2a3,Students and Professionals,S01006661,"Froghall, Powis and Sunnybank - 04",1a,Cosmopolitan student neighbourhoods,S02001263,"Froghall, Powis and Sunnybank",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195175 +195175,S00090359,2a3,Students and Professionals,S01006591,Ferryhill North - 01,1a,Cosmopolitan student neighbourhoods,S02001251,Ferryhill North,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195176 +195176,S00090445,2a3,Students and Professionals,S01006671,Old Aberdeen - 01,1a,Cosmopolitan student neighbourhoods,S02001265,Old Aberdeen,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195177 +195177,S00090462,2a3,Students and Professionals,S01006662,"Froghall, Powis and Sunnybank - 05",1a,Cosmopolitan student neighbourhoods,S02001263,"Froghall, Powis and Sunnybank",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195178 +195178,S00090568,2a3,Students and Professionals,S01006583,City Centre West - 02,1a,Cosmopolitan student neighbourhoods,S02001249,City Centre West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195179 +195179,S00090571,2a3,Students and Professionals,S01006590,City Centre East - 04,1a,Cosmopolitan student neighbourhoods,S02001250,City Centre East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195180 +195180,S00090713,2a3,Students and Professionals,S01006659,"Froghall, Powis and Sunnybank - 02",1a,Cosmopolitan student neighbourhoods,S02001263,"Froghall, Powis and Sunnybank",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195181 +195181,S00090714,2a3,Students and Professionals,S01006659,"Froghall, Powis and Sunnybank - 02",1a,Cosmopolitan student neighbourhoods,S02001263,"Froghall, Powis and Sunnybank",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195182 +195182,S00090715,2a3,Students and Professionals,S01006664,"Froghall, Powis and Sunnybank - 07",1a,Cosmopolitan student neighbourhoods,S02001263,"Froghall, Powis and Sunnybank",S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195183 +195183,S00090723,2a3,Students and Professionals,S01006652,George Street - 08,1a,Cosmopolitan student neighbourhoods,S02001261,George Street,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195184 +195184,S00090727,2a3,Students and Professionals,S01006651,George Street - 07,1a,Cosmopolitan student neighbourhoods,S02001261,George Street,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195185 +195185,S00089047,7a1,Transitional Eastern European Neighbourhoods,S01006624,Torry West - 01,1a,Cosmopolitan student neighbourhoods,S02001257,Torry West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195186 +195186,S00089048,7a1,Transitional Eastern European Neighbourhoods,S01006625,Torry West - 02,4b,Constrained renters,S02001257,Torry West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195187 +195187,S00089050,7a1,Transitional Eastern European Neighbourhoods,S01006625,Torry West - 02,4b,Constrained renters,S02001257,Torry West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195188 +195188,S00089051,7a1,Transitional Eastern European Neighbourhoods,S01006625,Torry West - 02,4b,Constrained renters,S02001257,Torry West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195189 +195189,S00089052,7a1,Transitional Eastern European Neighbourhoods,S01006625,Torry West - 02,4b,Constrained renters,S02001257,Torry West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195190 +195190,S00089087,7a1,Transitional Eastern European Neighbourhoods,S01006632,Torry East - 02,4d,Hard-pressed flat dwellers,S02001258,Torry East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195191 +195191,S00089088,7a1,Transitional Eastern European Neighbourhoods,S01006633,Torry East - 03,4b,Constrained renters,S02001258,Torry East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195192 +195192,S00089090,7a1,Transitional Eastern European Neighbourhoods,S01006633,Torry East - 03,4b,Constrained renters,S02001258,Torry East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195193 +195193,S00089091,7a1,Transitional Eastern European Neighbourhoods,S01006633,Torry East - 03,4b,Constrained renters,S02001258,Torry East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195194 +195194,S00089092,7a1,Transitional Eastern European Neighbourhoods,S01006634,Torry East - 04,4d,Hard-pressed flat dwellers,S02001258,Torry East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195195 +195195,S00089093,7a1,Transitional Eastern European Neighbourhoods,S01006633,Torry East - 03,4b,Constrained renters,S02001258,Torry East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195196 +195196,S00089094,7a1,Transitional Eastern European Neighbourhoods,S01006634,Torry East - 04,4d,Hard-pressed flat dwellers,S02001258,Torry East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195197 +195197,S00089096,7a1,Transitional Eastern European Neighbourhoods,S01006634,Torry East - 04,4d,Hard-pressed flat dwellers,S02001258,Torry East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195198 +195198,S00089106,7a1,Transitional Eastern European Neighbourhoods,S01006631,Torry East - 01,4d,Hard-pressed flat dwellers,S02001258,Torry East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195199 +195199,S00089110,7a1,Transitional Eastern European Neighbourhoods,S01006631,Torry East - 01,4d,Hard-pressed flat dwellers,S02001258,Torry East,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195200 +195200,S00090863,6b2,White Suburban Communities,S01006614,Cove South - 02,8c,Comfortable suburbia,S02001255,Cove South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195201 +195201,S00090866,6b2,White Suburban Communities,S01006616,Cove South - 04,3a,Achieving neighbourhoods,S02001255,Cove South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195202 +195202,S00090873,6b2,White Suburban Communities,S01006615,Cove South - 03,8c,Comfortable suburbia,S02001255,Cove South,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195203 +195203,S00090912,6b2,White Suburban Communities,S01006763,Oldmachar West - 02,8c,Comfortable suburbia,S02001280,Oldmachar West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195204 +195204,S00090914,6b2,White Suburban Communities,S01006763,Oldmachar West - 02,8c,Comfortable suburbia,S02001280,Oldmachar West,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195205 +195205,S00090923,6b2,White Suburban Communities,S01006735,Kingswells - 04,8a,Affluent communities,S02001275,Kingswells,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195206 +195206,S00092329,8c2,Ageing Rural Industry Workers,S01007022,Turriff - 06,2d,Rural traits,S02001323,Turriff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195207 +195207,S00091850,8c2,Ageing Rural Industry Workers,S01007009,Huntly - 02,5e,Primary sector workers,S02001321,Huntly,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195208 +195208,S00092680,1b3,Ageing Rural Flat Tenants,S01006875,Cromar and Kildrummy - 01,2d,Rural traits,S02001300,Cromar and Kildrummy,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195209 +195209,S00092806,6a4,Ageing in Suburbia,S01006967,Ellon West - 03,8b,Ageing suburbanites,S02001314,Ellon West,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195210 +195210,S00089607,3a2,Young Families and Students,S01006676,Tillydrone - 02,7a,Urban cultural mix,S02001266,Tillydrone,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195211 +195211,S00089289,8d1,Young Hard-Pressed Families,S01006527,Garthdee - 02,4c,Hampered neighbourhoods,S02001239,Garthdee,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195212 +195212,S00089823,8d1,Young Hard-Pressed Families,S01006714,Cummings Park - 01,4a,Challenged white communities,S02001272,Cummings Park,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195213 +195213,S00089845,8d1,Young Hard-Pressed Families,S01006722,Northfield - 04,4c,Hampered neighbourhoods,S02001273,Northfield,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195214 +195214,S00090003,8d1,Young Hard-Pressed Families,S01006719,Northfield - 01,4a,Challenged white communities,S02001273,Northfield,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195215 +195215,S00090006,8d1,Young Hard-Pressed Families,S01006723,Northfield - 05,4a,Challenged white communities,S02001273,Northfield,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195216 +195216,S00090030,8d1,Young Hard-Pressed Families,S01006715,Cummings Park - 02,4c,Hampered neighbourhoods,S02001272,Cummings Park,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195217 +195217,S00090055,8d1,Young Hard-Pressed Families,S01006727,Heathryfold and Middlefield - 02,4d,Hard-pressed flat dwellers,S02001274,Heathryfold and Middlefield,S12000033,Aberdeen City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,195218 +195218,S00090986,7d1,Ageing Communities and Families,S01007115,Fraserburgh Smiddyhill - 04,2a,Ageing rural neighbourhoods,S02001340,Fraserburgh Smiddyhill,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195219 +195219,S00091184,7d1,Ageing Communities and Families,S01006878,Cromar and Kildrummy - 04,2c,Remoter communities,S02001300,Cromar and Kildrummy,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195220 +195220,S00091514,7d1,Ageing Communities and Families,S01006835,Stonehaven North - 06,5e,Primary sector workers,S02001292,Stonehaven North,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195221 +195221,S00091516,7d1,Ageing Communities and Families,S01006835,Stonehaven North - 06,5e,Primary sector workers,S02001292,Stonehaven North,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195222 +195222,S00091517,7d1,Ageing Communities and Families,S01006835,Stonehaven North - 06,5e,Primary sector workers,S02001292,Stonehaven North,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195223 +195223,S00091520,7d1,Ageing Communities and Families,S01006835,Stonehaven North - 06,5e,Primary sector workers,S02001292,Stonehaven North,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195224 +195224,S00091522,7d1,Ageing Communities and Families,S01006828,Stonehaven South - 06,5e,Primary sector workers,S02001291,Stonehaven South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195225 +195225,S00091545,7d1,Ageing Communities and Families,S01006865,Banchory West - 01,2a,Ageing rural neighbourhoods,S02001298,Banchory West,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195226 +195226,S00091562,7d1,Ageing Communities and Families,S01006860,Banchory East - 02,5e,Primary sector workers,S02001297,Banchory East,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195227 +195227,S00091603,7d1,Ageing Communities and Families,S01006799,Aboyne and South Deeside - 06,5e,Primary sector workers,S02001286,Aboyne and South Deeside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195228 +195228,S00091606,7d1,Ageing Communities and Families,S01006795,Aboyne and South Deeside - 02,2a,Ageing rural neighbourhoods,S02001286,Aboyne and South Deeside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195229 +195229,S00091679,7d1,Ageing Communities and Families,S01006891,Kemnay - 03,5a,Ageing urban communities,S02001302,Kemnay,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195230 +195230,S00091694,7d1,Ageing Communities and Families,S01006955,Balmedie and Potterton - 04,5c,Comfortable neighbourhoods,S02001312,Balmedie and Potterton,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195231 +195231,S00091710,7d1,Ageing Communities and Families,S01006905,Inverurie South - 04,5e,Primary sector workers,S02001304,Inverurie South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195232 +195232,S00091721,7d1,Ageing Communities and Families,S01006894,Inverurie North - 01,5c,Comfortable neighbourhoods,S02001303,Inverurie North,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195233 +195233,S00091730,7d1,Ageing Communities and Families,S01006906,Inverurie South - 05,4a,Challenged white communities,S02001304,Inverurie South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195234 +195234,S00091732,7d1,Ageing Communities and Families,S01006896,Inverurie North - 03,5e,Primary sector workers,S02001303,Inverurie North,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195235 +195235,S00091802,7d1,Ageing Communities and Families,S01006959,Ellon East - 02,5a,Ageing urban communities,S02001313,Ellon East,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195236 +195236,S00091833,7d1,Ageing Communities and Families,S01007010,Huntly - 03,5a,Ageing urban communities,S02001321,Huntly,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195237 +195237,S00091841,7d1,Ageing Communities and Families,S01007011,Huntly - 04,4b,Constrained renters,S02001321,Huntly,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195238 +195238,S00091849,7d1,Ageing Communities and Families,S01007009,Huntly - 02,5e,Primary sector workers,S02001321,Huntly,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195239 +195239,S00091902,7d1,Ageing Communities and Families,S01007079,Peterhead Bay - 02,5e,Primary sector workers,S02001335,Peterhead Bay,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195240 +195240,S00091904,7d1,Ageing Communities and Families,S01007079,Peterhead Bay - 02,5e,Primary sector workers,S02001335,Peterhead Bay,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195241 +195241,S00091911,7d1,Ageing Communities and Families,S01007079,Peterhead Bay - 02,5e,Primary sector workers,S02001335,Peterhead Bay,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195242 +195242,S00092001,7d1,Ageing Communities and Families,S01007051,Deer and Mormond - 02,5e,Primary sector workers,S02001330,Deer and Mormond,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195243 +195243,S00092028,7d1,Ageing Communities and Families,S01007021,Turriff - 05,5e,Primary sector workers,S02001323,Turriff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195244 +195244,S00092030,7d1,Ageing Communities and Families,S01007020,Turriff - 04,5e,Primary sector workers,S02001323,Turriff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195245 +195245,S00092083,7d1,Ageing Communities and Families,S01007041,Macduff - 05,5e,Primary sector workers,S02001327,Macduff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195246 +195246,S00092124,7d1,Ageing Communities and Families,S01007026,"Portsoy, Fordyce and Cornhill - 04",5e,Primary sector workers,S02001324,"Portsoy, Fordyce and Cornhill",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195247 +195247,S00092225,7d1,Ageing Communities and Families,S01006851,Banchory-Devenick and Findon - 04,5c,Comfortable neighbourhoods,S02001295,Banchory-Devenick and Findon,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195248 +195248,S00092272,7d1,Ageing Communities and Families,S01006969,Ellon West - 05,5a,Ageing urban communities,S02001314,Ellon West,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195249 +195249,S00092404,7d1,Ageing Communities and Families,S01006836,Stonehaven North - 07,8c,Comfortable suburbia,S02001292,Stonehaven North,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195250 +195250,S00092692,7d1,Ageing Communities and Families,S01006925,Blackburn - 01,8b,Ageing suburbanites,S02001307,Blackburn,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195251 +195251,S00092707,7d1,Ageing Communities and Families,S01006883,Howe of Alford - 04,5e,Primary sector workers,S02001301,Howe of Alford,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195252 +195252,S00092736,7d1,Ageing Communities and Families,S01006908,Inverurie South - 07,5e,Primary sector workers,S02001304,Inverurie South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195253 +195253,S00092739,7d1,Ageing Communities and Families,S01006895,Inverurie North - 02,4b,Constrained renters,S02001303,Inverurie North,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195254 +195254,S00091288,1a3,Agricultural Communities,S01006856,"Dunecht, Durris and Drumoak - 04",2c,Remoter communities,S02001296,"Dunecht, Durris and Drumoak",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195255 +195255,S00091815,1b3,Ageing Rural Flat Tenants,S01006966,Ellon West - 02,5d,Endeavouring social renters,S02001314,Ellon West,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195256 +195256,S00092750,7d1,Ageing Communities and Families,S01006901,Inverurie North - 08,5e,Primary sector workers,S02001303,Inverurie North,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195257 +195257,S00091429,8c1,Ageing Industrious Workers,S01006869,Crathes and Torphins - 01,2c,Remoter communities,S02001299,Crathes and Torphins,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195258 +195258,S00091458,8c1,Ageing Industrious Workers,S01006803,Mearns and Laurencekirk - 03,5e,Primary sector workers,S02001287,Mearns and Laurencekirk,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195259 +195259,S00091480,8c1,Ageing Industrious Workers,S01006827,Stonehaven South - 05,5c,Comfortable neighbourhoods,S02001291,Stonehaven South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195260 +195260,S00091715,8c1,Ageing Industrious Workers,S01006905,Inverurie South - 04,5e,Primary sector workers,S02001304,Inverurie South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195261 +195261,S00091889,8c1,Ageing Industrious Workers,S01007080,Peterhead Bay - 03,4b,Constrained renters,S02001335,Peterhead Bay,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195262 +195262,S00092249,8c1,Ageing Industrious Workers,S01006920,Kintore - 05,5c,Comfortable neighbourhoods,S02001306,Kintore,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195263 +195263,S00092268,8c1,Ageing Industrious Workers,S01006971,Ellon West - 07,5e,Primary sector workers,S02001314,Ellon West,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195264 +195264,S00092279,8c1,Ageing Industrious Workers,S01007011,Huntly - 04,4b,Constrained renters,S02001321,Huntly,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195265 +195265,S00092431,8c1,Ageing Industrious Workers,S01006805,Mearns and Laurencekirk - 05,2d,Rural traits,S02001287,Mearns and Laurencekirk,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195266 +195266,S00092373,8c2,Ageing Rural Industry Workers,S01006988,Barrahill - 04,2c,Remoter communities,S02001317,Barrahill,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195267 +195267,S00092705,1b3,Ageing Rural Flat Tenants,S01006883,Howe of Alford - 04,5e,Primary sector workers,S02001301,Howe of Alford,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195268 +195268,S00091860,8c2,Ageing Rural Industry Workers,S01007008,Huntly - 01,5e,Primary sector workers,S02001321,Huntly,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195269 +195269,S00092516,8c1,Ageing Industrious Workers,S01006886,Howe of Alford - 07,2b,Prospering countryside life,S02001301,Howe of Alford,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195270 +195270,S00092522,8c1,Ageing Industrious Workers,S01006981,Ythsie - 04,2c,Remoter communities,S02001316,Ythsie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195271 +195271,S00092560,8c1,Ageing Industrious Workers,S01006960,Ellon East - 03,8c,Comfortable suburbia,S02001313,Ellon East,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195272 +195272,S00092599,8c1,Ageing Industrious Workers,S01006813,Mearns North and Inverbervie - 03,5e,Primary sector workers,S02001289,Mearns North and Inverbervie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195273 +195273,S00092618,8c1,Ageing Industrious Workers,S01006830,Stonehaven North - 01,5c,Comfortable neighbourhoods,S02001292,Stonehaven North,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195274 +195274,S00092722,8c1,Ageing Industrious Workers,S01006955,Balmedie and Potterton - 04,5c,Comfortable neighbourhoods,S02001312,Balmedie and Potterton,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195275 +195275,S00092778,8c1,Ageing Industrious Workers,S01006986,Barrahill - 02,5a,Ageing urban communities,S02001317,Barrahill,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195276 +195276,S00092800,8c1,Ageing Industrious Workers,S01006959,Ellon East - 02,5a,Ageing urban communities,S02001313,Ellon East,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195277 +195277,S00092856,8c1,Ageing Industrious Workers,S01007063,Auchnagatt - 03,5e,Primary sector workers,S02001332,Auchnagatt,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195278 +195278,S00092881,8c1,Ageing Industrious Workers,S01007049,New Pitsligo - 04,5e,Primary sector workers,S02001329,New Pitsligo,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195279 +195279,S00092913,8c1,Ageing Industrious Workers,S01007111,Rosehearty and Strathbeg - 09,5e,Primary sector workers,S02001339,Rosehearty and Strathbeg,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195280 +195280,S00090954,1b3,Ageing Rural Flat Tenants,S01007028,Aberchirder and Whitehills - 02,2c,Remoter communities,S02001325,Aberchirder and Whitehills,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195281 +195281,S00090965,1b3,Ageing Rural Flat Tenants,S01007047,New Pitsligo - 02,2c,Remoter communities,S02001329,New Pitsligo,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195282 +195282,S00091120,1b3,Ageing Rural Flat Tenants,S01006857,"Dunecht, Durris and Drumoak - 05",2c,Remoter communities,S02001296,"Dunecht, Durris and Drumoak",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195283 +195283,S00091188,1b3,Ageing Rural Flat Tenants,S01007006,Clashindarroch - 05,2c,Remoter communities,S02001320,Clashindarroch,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195284 +195284,S00091194,1b3,Ageing Rural Flat Tenants,S01007006,Clashindarroch - 05,2c,Remoter communities,S02001320,Clashindarroch,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195285 +195285,S00091213,1b3,Ageing Rural Flat Tenants,S01006888,Howe of Alford - 09,2c,Remoter communities,S02001301,Howe of Alford,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195286 +195286,S00091217,1b3,Ageing Rural Flat Tenants,S01006997,"Insch, Oyne and Ythanwells - 01",2c,Remoter communities,S02001319,"Insch, Oyne and Ythanwells",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195287 +195287,S00091827,1b3,Ageing Rural Flat Tenants,S01007067,Cruden - 03,8b,Ageing suburbanites,S02001333,Cruden,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195288 +195288,S00092758,7d1,Ageing Communities and Families,S01006948,Newmachar and Fintray - 03,2b,Prospering countryside life,S02001311,Newmachar and Fintray,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195289 +195289,S00091239,1b3,Ageing Rural Flat Tenants,S01006918,Kintore - 03,8c,Comfortable suburbia,S02001306,Kintore,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195290 +195290,S00091254,1b3,Ageing Rural Flat Tenants,S01006912,Durno-Chapel of Garioch - 04,2c,Remoter communities,S02001305,Durno-Chapel of Garioch,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195291 +195291,S00091290,1b3,Ageing Rural Flat Tenants,S01006791,East Cairngorms - 03,2c,Remoter communities,S02001285,East Cairngorms,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195292 +195292,S00091410,1b3,Ageing Rural Flat Tenants,S01006876,Cromar and Kildrummy - 02,2c,Remoter communities,S02001300,Cromar and Kildrummy,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195293 +195293,S00091453,1b3,Ageing Rural Flat Tenants,S01006810,Mearns South and Benholm - 05,2d,Rural traits,S02001288,Mearns South and Benholm,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195294 +195294,S00091456,1b3,Ageing Rural Flat Tenants,S01006803,Mearns and Laurencekirk - 03,5e,Primary sector workers,S02001287,Mearns and Laurencekirk,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195295 +195295,S00091459,1b3,Ageing Rural Flat Tenants,S01006803,Mearns and Laurencekirk - 03,5e,Primary sector workers,S02001287,Mearns and Laurencekirk,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195296 +195296,S00091472,1b3,Ageing Rural Flat Tenants,S01006815,Mearns North and Inverbervie - 05,5e,Primary sector workers,S02001289,Mearns North and Inverbervie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195297 +195297,S00091515,1b3,Ageing Rural Flat Tenants,S01006835,Stonehaven North - 06,5e,Primary sector workers,S02001292,Stonehaven North,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195298 +195298,S00091569,1b3,Ageing Rural Flat Tenants,S01006862,Banchory East - 04,5c,Comfortable neighbourhoods,S02001297,Banchory East,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195299 +195299,S00091615,1b3,Ageing Rural Flat Tenants,S01006870,Crathes and Torphins - 02,2d,Rural traits,S02001299,Crathes and Torphins,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195300 +195300,S00091698,1b3,Ageing Rural Flat Tenants,S01006953,Balmedie and Potterton - 02,8c,Comfortable suburbia,S02001312,Balmedie and Potterton,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195301 +195301,S00091703,1b3,Ageing Rural Flat Tenants,S01006903,Inverurie South - 02,5e,Primary sector workers,S02001304,Inverurie South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195302 +195302,S00091717,1b3,Ageing Rural Flat Tenants,S01006905,Inverurie South - 04,5e,Primary sector workers,S02001304,Inverurie South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195303 +195303,S00091722,1b3,Ageing Rural Flat Tenants,S01006902,Inverurie South - 01,5e,Primary sector workers,S02001304,Inverurie South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195304 +195304,S00091726,1b3,Ageing Rural Flat Tenants,S01006894,Inverurie North - 01,5c,Comfortable neighbourhoods,S02001303,Inverurie North,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195305 +195305,S00091733,1b3,Ageing Rural Flat Tenants,S01006907,Inverurie South - 06,5e,Primary sector workers,S02001304,Inverurie South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195306 +195306,S00091289,1a3,Agricultural Communities,S01006791,East Cairngorms - 03,2c,Remoter communities,S02001285,East Cairngorms,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195307 +195307,S00091740,1b3,Ageing Rural Flat Tenants,S01006897,Inverurie North - 04,5b,Aspiring urban households,S02001303,Inverurie North,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195308 +195308,S00091768,1b3,Ageing Rural Flat Tenants,S01006985,Barrahill - 01,5e,Primary sector workers,S02001317,Barrahill,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195309 +195309,S00091774,1b3,Ageing Rural Flat Tenants,S01006982,Ythsie - 05,2d,Rural traits,S02001316,Ythsie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195310 +195310,S00091777,1b3,Ageing Rural Flat Tenants,S01007001,"Insch, Oyne and Ythanwells - 05",2a,Ageing rural neighbourhoods,S02001319,"Insch, Oyne and Ythanwells",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195311 +195311,S00091795,1b3,Ageing Rural Flat Tenants,S01006958,Ellon East - 01,8b,Ageing suburbanites,S02001313,Ellon East,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195312 +195312,S00092748,1b3,Ageing Rural Flat Tenants,S01006901,Inverurie North - 08,5e,Primary sector workers,S02001303,Inverurie North,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195313 +195313,S00091861,8c2,Ageing Rural Industry Workers,S01007008,Huntly - 01,5e,Primary sector workers,S02001321,Huntly,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195314 +195314,S00091302,1a3,Agricultural Communities,S01007003,Clashindarroch - 02,2c,Remoter communities,S02001320,Clashindarroch,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195315 +195315,S00092425,8c2,Ageing Rural Industry Workers,S01006875,Cromar and Kildrummy - 01,2d,Rural traits,S02001300,Cromar and Kildrummy,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195316 +195316,S00091829,1b3,Ageing Rural Flat Tenants,S01006991,Fyvie-Rothie - 01,2d,Rural traits,S02001318,Fyvie-Rothie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195317 +195317,S00091868,8c2,Ageing Rural Industry Workers,S01007070,Cruden - 06,5e,Primary sector workers,S02001333,Cruden,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195318 +195318,S00092430,8c2,Ageing Rural Industry Workers,S01006809,Mearns South and Benholm - 04,2d,Rural traits,S02001288,Mearns South and Benholm,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195319 +195319,S00091306,1a3,Agricultural Communities,S01007015,Auchterless and Monquhitter - 03,2c,Remoter communities,S02001322,Auchterless and Monquhitter,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195320 +195320,S00092770,1b3,Ageing Rural Flat Tenants,S01006974,Ythanside - 03,8c,Comfortable suburbia,S02001315,Ythanside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195321 +195321,S00092812,1b3,Ageing Rural Flat Tenants,S01006996,Fyvie-Rothie - 06,2d,Rural traits,S02001318,Fyvie-Rothie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195322 +195322,S00092814,1b3,Ageing Rural Flat Tenants,S01006996,Fyvie-Rothie - 06,2d,Rural traits,S02001318,Fyvie-Rothie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195323 +195323,S00092798,7d1,Ageing Communities and Families,S01006959,Ellon East - 02,5a,Ageing urban communities,S02001313,Ellon East,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195324 +195324,S00092815,1b3,Ageing Rural Flat Tenants,S01006996,Fyvie-Rothie - 06,2d,Rural traits,S02001318,Fyvie-Rothie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195325 +195325,S00092802,7d1,Ageing Communities and Families,S01006971,Ellon West - 07,5e,Primary sector workers,S02001314,Ellon West,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195326 +195326,S00092433,8c2,Ageing Rural Industry Workers,S01006813,Mearns North and Inverbervie - 03,5e,Primary sector workers,S02001289,Mearns North and Inverbervie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195327 +195327,S00092819,1b3,Ageing Rural Flat Tenants,S01006991,Fyvie-Rothie - 01,2d,Rural traits,S02001318,Fyvie-Rothie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195328 +195328,S00091832,1b3,Ageing Rural Flat Tenants,S01007010,Huntly - 03,5a,Ageing urban communities,S02001321,Huntly,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195329 +195329,S00091327,1a3,Agricultural Communities,S01006806,Mearns South and Benholm - 01,2c,Remoter communities,S02001288,Mearns South and Benholm,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195330 +195330,S00091871,8c2,Ageing Rural Industry Workers,S01007069,Cruden - 05,2d,Rural traits,S02001333,Cruden,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195331 +195331,S00092840,7d1,Ageing Communities and Families,S01007079,Peterhead Bay - 02,5e,Primary sector workers,S02001335,Peterhead Bay,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195332 +195332,S00092436,8c2,Ageing Rural Industry Workers,S01007099,Longside and Rattray - 05,2d,Rural traits,S02001338,Longside and Rattray,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195333 +195333,S00092820,1b3,Ageing Rural Flat Tenants,S01006991,Fyvie-Rothie - 01,2d,Rural traits,S02001318,Fyvie-Rothie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195334 +195334,S00091834,1b3,Ageing Rural Flat Tenants,S01007010,Huntly - 03,5a,Ageing urban communities,S02001321,Huntly,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195335 +195335,S00092822,1b3,Ageing Rural Flat Tenants,S01007071,Cruden - 07,5e,Primary sector workers,S02001333,Cruden,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195336 +195336,S00091900,8c2,Ageing Rural Industry Workers,S01007078,Peterhead Bay - 01,4b,Constrained renters,S02001335,Peterhead Bay,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195337 +195337,S00092848,7d1,Ageing Communities and Families,S01007092,Peterhead Ugieside - 04,4a,Challenged white communities,S02001337,Peterhead Ugieside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195338 +195338,S00091330,1a3,Agricultural Communities,S01006806,Mearns South and Benholm - 01,2c,Remoter communities,S02001288,Mearns South and Benholm,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195339 +195339,S00091865,1b3,Ageing Rural Flat Tenants,S01007069,Cruden - 05,2d,Rural traits,S02001333,Cruden,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195340 +195340,S00092440,8c2,Ageing Rural Industry Workers,S01006824,Stonehaven South - 02,4a,Challenged white communities,S02001291,Stonehaven South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195341 +195341,S00092825,1b3,Ageing Rural Flat Tenants,S01007071,Cruden - 07,5e,Primary sector workers,S02001333,Cruden,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195342 +195342,S00091908,8c2,Ageing Rural Industry Workers,S01007079,Peterhead Bay - 02,5e,Primary sector workers,S02001335,Peterhead Bay,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195343 +195343,S00092873,7d1,Ageing Communities and Families,S01007020,Turriff - 04,5e,Primary sector workers,S02001323,Turriff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195344 +195344,S00092839,1b3,Ageing Rural Flat Tenants,S01007079,Peterhead Bay - 02,5e,Primary sector workers,S02001335,Peterhead Bay,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195345 +195345,S00091331,1a3,Agricultural Communities,S01006807,Mearns South and Benholm - 02,2c,Remoter communities,S02001288,Mearns South and Benholm,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195346 +195346,S00092451,8c2,Ageing Rural Industry Workers,S01006803,Mearns and Laurencekirk - 03,5e,Primary sector workers,S02001287,Mearns and Laurencekirk,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195347 +195347,S00091243,6a4,Ageing in Suburbia,S01006923,Kintore - 08,2a,Ageing rural neighbourhoods,S02001306,Kintore,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195348 +195348,S00091895,1b3,Ageing Rural Flat Tenants,S01007080,Peterhead Bay - 03,4b,Constrained renters,S02001335,Peterhead Bay,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195349 +195349,S00091922,8c2,Ageing Rural Industry Workers,S01007081,Peterhead Harbour - 01,4b,Constrained renters,S02001336,Peterhead Harbour,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195350 +195350,S00092844,1b3,Ageing Rural Flat Tenants,S01007093,Peterhead Ugieside - 05,2a,Ageing rural neighbourhoods,S02001337,Peterhead Ugieside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195351 +195351,S00091333,1a3,Agricultural Communities,S01006806,Mearns South and Benholm - 01,2c,Remoter communities,S02001288,Mearns South and Benholm,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195352 +195352,S00092592,8c2,Ageing Rural Industry Workers,S01006804,Mearns and Laurencekirk - 04,5e,Primary sector workers,S02001287,Mearns and Laurencekirk,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195353 +195353,S00091444,6a4,Ageing in Suburbia,S01006789,East Cairngorms - 01,5a,Ageing urban communities,S02001285,East Cairngorms,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195354 +195354,S00091931,8c2,Ageing Rural Industry Workers,S01007082,Peterhead Harbour - 02,4b,Constrained renters,S02001336,Peterhead Harbour,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195355 +195355,S00092845,1b3,Ageing Rural Flat Tenants,S01007093,Peterhead Ugieside - 05,2a,Ageing rural neighbourhoods,S02001337,Peterhead Ugieside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195356 +195356,S00091334,1a3,Agricultural Communities,S01006802,Mearns and Laurencekirk - 02,2c,Remoter communities,S02001287,Mearns and Laurencekirk,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195357 +195357,S00091339,1a3,Agricultural Communities,S01006802,Mearns and Laurencekirk - 02,2c,Remoter communities,S02001287,Mearns and Laurencekirk,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195358 +195358,S00091340,1a3,Agricultural Communities,S01006801,Mearns and Laurencekirk - 01,2c,Remoter communities,S02001287,Mearns and Laurencekirk,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195359 +195359,S00091343,1a3,Agricultural Communities,S01006811,Mearns North and Inverbervie - 01,2c,Remoter communities,S02001289,Mearns North and Inverbervie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195360 +195360,S00091349,1a3,Agricultural Communities,S01006811,Mearns North and Inverbervie - 01,2c,Remoter communities,S02001289,Mearns North and Inverbervie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195361 +195361,S00091351,1a3,Agricultural Communities,S01006805,Mearns and Laurencekirk - 05,2d,Rural traits,S02001287,Mearns and Laurencekirk,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195362 +195362,S00091353,1a3,Agricultural Communities,S01006812,Mearns North and Inverbervie - 02,2c,Remoter communities,S02001289,Mearns North and Inverbervie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195363 +195363,S00091355,1a3,Agricultural Communities,S01006819,"Fetteresso, Netherley and Catter - 02",2c,Remoter communities,S02001290,"Fetteresso, Netherley and Catter",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195364 +195364,S00091371,1a3,Agricultural Communities,S01006819,"Fetteresso, Netherley and Catter - 02",2c,Remoter communities,S02001290,"Fetteresso, Netherley and Catter",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195365 +195365,S00091383,1a3,Agricultural Communities,S01006800,Aboyne and South Deeside - 07,2b,Prospering countryside life,S02001286,Aboyne and South Deeside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195366 +195366,S00091385,1a3,Agricultural Communities,S01006855,"Dunecht, Durris and Drumoak - 03",2c,Remoter communities,S02001296,"Dunecht, Durris and Drumoak",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195367 +195367,S00091394,1a3,Agricultural Communities,S01006873,Crathes and Torphins - 05,2a,Ageing rural neighbourhoods,S02001299,Crathes and Torphins,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195368 +195368,S00091414,1a3,Agricultural Communities,S01006876,Cromar and Kildrummy - 02,2c,Remoter communities,S02001300,Cromar and Kildrummy,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195369 +195369,S00091418,1a3,Agricultural Communities,S01006879,Cromar and Kildrummy - 05,2c,Remoter communities,S02001300,Cromar and Kildrummy,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195370 +195370,S00091423,1a3,Agricultural Communities,S01006796,Aboyne and South Deeside - 03,2c,Remoter communities,S02001286,Aboyne and South Deeside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195371 +195371,S00091432,1a3,Agricultural Communities,S01006807,Mearns South and Benholm - 02,2c,Remoter communities,S02001288,Mearns South and Benholm,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195372 +195372,S00091434,1a3,Agricultural Communities,S01006817,Mearns North and Inverbervie - 07,2c,Remoter communities,S02001289,Mearns North and Inverbervie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195373 +195373,S00091910,1b3,Ageing Rural Flat Tenants,S01007080,Peterhead Bay - 03,4b,Constrained renters,S02001335,Peterhead Bay,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195374 +195374,S00091436,1a3,Agricultural Communities,S01006817,Mearns North and Inverbervie - 07,2c,Remoter communities,S02001289,Mearns North and Inverbervie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195375 +195375,S00091442,1a3,Agricultural Communities,S01006791,East Cairngorms - 03,2c,Remoter communities,S02001285,East Cairngorms,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195376 +195376,S00091443,1a3,Agricultural Communities,S01006792,East Cairngorms - 04,2c,Remoter communities,S02001285,East Cairngorms,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195377 +195377,S00091445,1a3,Agricultural Communities,S01006792,East Cairngorms - 04,2c,Remoter communities,S02001285,East Cairngorms,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195378 +195378,S00092128,1a3,Agricultural Communities,S01007027,Aberchirder and Whitehills - 01,5e,Primary sector workers,S02001325,Aberchirder and Whitehills,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195379 +195379,S00092357,1a3,Agricultural Communities,S01006980,Ythsie - 03,2c,Remoter communities,S02001316,Ythsie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195380 +195380,S00092374,1a3,Agricultural Communities,S01006988,Barrahill - 04,2c,Remoter communities,S02001317,Barrahill,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195381 +195381,S00092390,1a3,Agricultural Communities,S01006856,"Dunecht, Durris and Drumoak - 04",2c,Remoter communities,S02001296,"Dunecht, Durris and Drumoak",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195382 +195382,S00092392,1a3,Agricultural Communities,S01006977,Ythanside - 06,2c,Remoter communities,S02001315,Ythanside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195383 +195383,S00092393,1a3,Agricultural Communities,S01006977,Ythanside - 06,2c,Remoter communities,S02001315,Ythanside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195384 +195384,S00092394,1a3,Agricultural Communities,S01006976,Ythanside - 05,2c,Remoter communities,S02001315,Ythanside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195385 +195385,S00092402,1a3,Agricultural Communities,S01006812,Mearns North and Inverbervie - 02,2c,Remoter communities,S02001289,Mearns North and Inverbervie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195386 +195386,S00092411,1a3,Agricultural Communities,S01007107,Rosehearty and Strathbeg - 05,2c,Remoter communities,S02001339,Rosehearty and Strathbeg,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195387 +195387,S00092412,1a3,Agricultural Communities,S01006855,"Dunecht, Durris and Drumoak - 03",2c,Remoter communities,S02001296,"Dunecht, Durris and Drumoak",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195388 +195388,S00092417,1a3,Agricultural Communities,S01006797,Aboyne and South Deeside - 04,2c,Remoter communities,S02001286,Aboyne and South Deeside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195389 +195389,S00092421,1a3,Agricultural Communities,S01006817,Mearns North and Inverbervie - 07,2c,Remoter communities,S02001289,Mearns North and Inverbervie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195390 +195390,S00092423,1a3,Agricultural Communities,S01006810,Mearns South and Benholm - 05,2d,Rural traits,S02001288,Mearns South and Benholm,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195391 +195391,S00092532,1a3,Agricultural Communities,S01007005,Clashindarroch - 04,2c,Remoter communities,S02001320,Clashindarroch,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195392 +195392,S00092533,1a3,Agricultural Communities,S01007005,Clashindarroch - 04,2c,Remoter communities,S02001320,Clashindarroch,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195393 +195393,S00092537,1a3,Agricultural Communities,S01006912,Durno-Chapel of Garioch - 04,2c,Remoter communities,S02001305,Durno-Chapel of Garioch,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195394 +195394,S00092563,1a3,Agricultural Communities,S01006811,Mearns North and Inverbervie - 01,2c,Remoter communities,S02001289,Mearns North and Inverbervie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195395 +195395,S00092572,1a3,Agricultural Communities,S01006822,"Fetteresso, Netherley and Catter - 05",2c,Remoter communities,S02001290,"Fetteresso, Netherley and Catter",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195396 +195396,S00092585,1a3,Agricultural Communities,S01006808,Mearns South and Benholm - 03,2c,Remoter communities,S02001288,Mearns South and Benholm,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195397 +195397,S00092588,1a3,Agricultural Communities,S01006808,Mearns South and Benholm - 03,2c,Remoter communities,S02001288,Mearns South and Benholm,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195398 +195398,S00092590,1a3,Agricultural Communities,S01006792,East Cairngorms - 04,2c,Remoter communities,S02001285,East Cairngorms,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195399 +195399,S00092891,1b3,Ageing Rural Flat Tenants,S01007044,Gardenstown and King Edward - 03,2d,Rural traits,S02001328,Gardenstown and King Edward,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195400 +195400,S00091929,1b3,Ageing Rural Flat Tenants,S01007082,Peterhead Harbour - 02,4b,Constrained renters,S02001336,Peterhead Harbour,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195401 +195401,S00092627,8c2,Ageing Rural Industry Workers,S01006839,Newtonhill - 01,5d,Endeavouring social renters,S02001293,Newtonhill,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195402 +195402,S00092657,8c2,Ageing Rural Industry Workers,S01006851,Banchory-Devenick and Findon - 04,5c,Comfortable neighbourhoods,S02001295,Banchory-Devenick and Findon,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195403 +195403,S00092666,8c2,Ageing Rural Industry Workers,S01006794,Aboyne and South Deeside - 01,5e,Primary sector workers,S02001286,Aboyne and South Deeside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195404 +195404,S00091935,8c2,Ageing Rural Industry Workers,S01007081,Peterhead Harbour - 01,4b,Constrained renters,S02001336,Peterhead Harbour,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195405 +195405,S00092892,1b3,Ageing Rural Flat Tenants,S01007044,Gardenstown and King Edward - 03,2d,Rural traits,S02001328,Gardenstown and King Edward,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195406 +195406,S00092679,8c2,Ageing Rural Industry Workers,S01006875,Cromar and Kildrummy - 01,2d,Rural traits,S02001300,Cromar and Kildrummy,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195407 +195407,S00091981,1b3,Ageing Rural Flat Tenants,S01007050,Deer and Mormond - 01,2d,Rural traits,S02001330,Deer and Mormond,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195408 +195408,S00092003,8c2,Ageing Rural Industry Workers,S01007051,Deer and Mormond - 02,5e,Primary sector workers,S02001330,Deer and Mormond,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195409 +195409,S00092901,1b3,Ageing Rural Flat Tenants,S01007027,Aberchirder and Whitehills - 01,5e,Primary sector workers,S02001325,Aberchirder and Whitehills,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195410 +195410,S00092718,8c2,Ageing Rural Industry Workers,S01006892,Kemnay - 04,5d,Endeavouring social renters,S02001302,Kemnay,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195411 +195411,S00091451,6a4,Ageing in Suburbia,S01006810,Mearns South and Benholm - 05,2d,Rural traits,S02001288,Mearns South and Benholm,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195412 +195412,S00091985,1b3,Ageing Rural Flat Tenants,S01007050,Deer and Mormond - 01,2d,Rural traits,S02001330,Deer and Mormond,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195413 +195413,S00092002,1b3,Ageing Rural Flat Tenants,S01007051,Deer and Mormond - 02,5e,Primary sector workers,S02001330,Deer and Mormond,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195414 +195414,S00092036,1b3,Ageing Rural Flat Tenants,S01007031,Aberchirder and Whitehills - 05,2d,Rural traits,S02001325,Aberchirder and Whitehills,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195415 +195415,S00092056,1b3,Ageing Rural Flat Tenants,S01007036,Banff - 05,5e,Primary sector workers,S02001326,Banff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195416 +195416,S00092070,1b3,Ageing Rural Flat Tenants,S01007032,Banff - 01,5e,Primary sector workers,S02001326,Banff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195417 +195417,S00092075,1b3,Ageing Rural Flat Tenants,S01007032,Banff - 01,5e,Primary sector workers,S02001326,Banff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195418 +195418,S00092086,1b3,Ageing Rural Flat Tenants,S01007041,Macduff - 05,5e,Primary sector workers,S02001327,Macduff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195419 +195419,S00092096,1b3,Ageing Rural Flat Tenants,S01007039,Macduff - 03,5e,Primary sector workers,S02001327,Macduff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195420 +195420,S00092100,1b3,Ageing Rural Flat Tenants,S01007039,Macduff - 03,5e,Primary sector workers,S02001327,Macduff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195421 +195421,S00092106,1b3,Ageing Rural Flat Tenants,S01007037,Macduff - 01,5e,Primary sector workers,S02001327,Macduff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195422 +195422,S00092113,1b3,Ageing Rural Flat Tenants,S01007044,Gardenstown and King Edward - 03,2d,Rural traits,S02001328,Gardenstown and King Edward,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195423 +195423,S00092120,1b3,Ageing Rural Flat Tenants,S01007025,"Portsoy, Fordyce and Cornhill - 03",5e,Primary sector workers,S02001324,"Portsoy, Fordyce and Cornhill",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195424 +195424,S00092121,1b3,Ageing Rural Flat Tenants,S01007026,"Portsoy, Fordyce and Cornhill - 04",5e,Primary sector workers,S02001324,"Portsoy, Fordyce and Cornhill",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195425 +195425,S00092123,1b3,Ageing Rural Flat Tenants,S01007026,"Portsoy, Fordyce and Cornhill - 04",5e,Primary sector workers,S02001324,"Portsoy, Fordyce and Cornhill",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195426 +195426,S00092126,1b3,Ageing Rural Flat Tenants,S01007027,Aberchirder and Whitehills - 01,5e,Primary sector workers,S02001325,Aberchirder and Whitehills,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195427 +195427,S00092127,1b3,Ageing Rural Flat Tenants,S01007027,Aberchirder and Whitehills - 01,5e,Primary sector workers,S02001325,Aberchirder and Whitehills,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195428 +195428,S00092144,1b3,Ageing Rural Flat Tenants,S01007112,Fraserburgh Smiddyhill - 01,2c,Remoter communities,S02001340,Fraserburgh Smiddyhill,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195429 +195429,S00092162,1b3,Ageing Rural Flat Tenants,S01007120,Fraserburgh Lochpots - 03,4b,Constrained renters,S02001341,Fraserburgh Lochpots,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195430 +195430,S00092263,1b3,Ageing Rural Flat Tenants,S01006986,Barrahill - 02,5a,Ageing urban communities,S02001317,Barrahill,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195431 +195431,S00092264,1b3,Ageing Rural Flat Tenants,S01006987,Barrahill - 03,5e,Primary sector workers,S02001317,Barrahill,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195432 +195432,S00092282,1b3,Ageing Rural Flat Tenants,S01007070,Cruden - 06,5e,Primary sector workers,S02001333,Cruden,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195433 +195433,S00092285,1b3,Ageing Rural Flat Tenants,S01007074,Peterhead Links - 03,4a,Challenged white communities,S02001334,Peterhead Links,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195434 +195434,S00092287,1b3,Ageing Rural Flat Tenants,S01007080,Peterhead Bay - 03,4b,Constrained renters,S02001335,Peterhead Bay,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195435 +195435,S00092291,1b3,Ageing Rural Flat Tenants,S01007094,Peterhead Ugieside - 06,2d,Rural traits,S02001337,Peterhead Ugieside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195436 +195436,S00092313,1b3,Ageing Rural Flat Tenants,S01007040,Macduff - 04,5e,Primary sector workers,S02001327,Macduff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195437 +195437,S00092353,1b3,Ageing Rural Flat Tenants,S01006982,Ythsie - 05,2d,Rural traits,S02001316,Ythsie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195438 +195438,S00092362,1b3,Ageing Rural Flat Tenants,S01007006,Clashindarroch - 05,2c,Remoter communities,S02001320,Clashindarroch,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195439 +195439,S00092371,1b3,Ageing Rural Flat Tenants,S01006919,Kintore - 04,8c,Comfortable suburbia,S02001306,Kintore,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195440 +195440,S00092380,1b3,Ageing Rural Flat Tenants,S01006952,Balmedie and Potterton - 01,2c,Remoter communities,S02001312,Balmedie and Potterton,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195441 +195441,S00092429,1b3,Ageing Rural Flat Tenants,S01006809,Mearns South and Benholm - 04,2d,Rural traits,S02001288,Mearns South and Benholm,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195442 +195442,S00092481,1b3,Ageing Rural Flat Tenants,S01007024,"Portsoy, Fordyce and Cornhill - 02",2c,Remoter communities,S02001324,"Portsoy, Fordyce and Cornhill",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195443 +195443,S00092491,1b3,Ageing Rural Flat Tenants,S01007099,Longside and Rattray - 05,2d,Rural traits,S02001338,Longside and Rattray,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195444 +195444,S00092577,1b3,Ageing Rural Flat Tenants,S01006798,Aboyne and South Deeside - 05,2c,Remoter communities,S02001286,Aboyne and South Deeside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195445 +195445,S00092593,1b3,Ageing Rural Flat Tenants,S01006804,Mearns and Laurencekirk - 04,5e,Primary sector workers,S02001287,Mearns and Laurencekirk,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195446 +195446,S00092597,1b3,Ageing Rural Flat Tenants,S01006813,Mearns North and Inverbervie - 03,5e,Primary sector workers,S02001289,Mearns North and Inverbervie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195447 +195447,S00092598,1b3,Ageing Rural Flat Tenants,S01006813,Mearns North and Inverbervie - 03,5e,Primary sector workers,S02001289,Mearns North and Inverbervie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195448 +195448,S00092605,1b3,Ageing Rural Flat Tenants,S01006816,Mearns North and Inverbervie - 06,5e,Primary sector workers,S02001289,Mearns North and Inverbervie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195449 +195449,S00092608,1b3,Ageing Rural Flat Tenants,S01006816,Mearns North and Inverbervie - 06,5e,Primary sector workers,S02001289,Mearns North and Inverbervie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195450 +195450,S00092635,1b3,Ageing Rural Flat Tenants,S01006868,Banchory West - 04,5e,Primary sector workers,S02001298,Banchory West,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195451 +195451,S00092671,1b3,Ageing Rural Flat Tenants,S01006799,Aboyne and South Deeside - 06,5e,Primary sector workers,S02001286,Aboyne and South Deeside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195452 +195452,S00092004,8c2,Ageing Rural Industry Workers,S01007051,Deer and Mormond - 02,5e,Primary sector workers,S02001330,Deer and Mormond,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195453 +195453,S00092910,1b3,Ageing Rural Flat Tenants,S01007105,Rosehearty and Strathbeg - 03,2d,Rural traits,S02001339,Rosehearty and Strathbeg,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195454 +195454,S00091465,6a4,Ageing in Suburbia,S01006814,Mearns North and Inverbervie - 04,8a,Affluent communities,S02001289,Mearns North and Inverbervie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195455 +195455,S00092729,8c2,Ageing Rural Industry Workers,S01006904,Inverurie South - 03,5e,Primary sector workers,S02001304,Inverurie South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195456 +195456,S00091494,6a4,Ageing in Suburbia,S01006832,Stonehaven North - 03,5a,Ageing urban communities,S02001292,Stonehaven North,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195457 +195457,S00091495,6a4,Ageing in Suburbia,S01006833,Stonehaven North - 04,8a,Affluent communities,S02001292,Stonehaven North,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195458 +195458,S00092732,8c2,Ageing Rural Industry Workers,S01006906,Inverurie South - 05,4a,Challenged white communities,S02001304,Inverurie South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195459 +195459,S00091554,6a4,Ageing in Suburbia,S01006867,Banchory West - 03,8a,Affluent communities,S02001298,Banchory West,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195460 +195460,S00092821,8c2,Ageing Rural Industry Workers,S01007071,Cruden - 07,5e,Primary sector workers,S02001333,Cruden,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195461 +195461,S00092011,8c2,Ageing Rural Industry Workers,S01007017,Turriff - 01,5e,Primary sector workers,S02001323,Turriff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195462 +195462,S00091565,6a4,Ageing in Suburbia,S01006860,Banchory East - 02,5e,Primary sector workers,S02001297,Banchory East,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195463 +195463,S00092826,8c2,Ageing Rural Industry Workers,S01007070,Cruden - 06,5e,Primary sector workers,S02001333,Cruden,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195464 +195464,S00092911,1b3,Ageing Rural Flat Tenants,S01007110,Rosehearty and Strathbeg - 08,5e,Primary sector workers,S02001339,Rosehearty and Strathbeg,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195465 +195465,S00092018,8c2,Ageing Rural Industry Workers,S01007017,Turriff - 01,5e,Primary sector workers,S02001323,Turriff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195466 +195466,S00091567,6a4,Ageing in Suburbia,S01006865,Banchory West - 01,2a,Ageing rural neighbourhoods,S02001298,Banchory West,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195467 +195467,S00092858,8c2,Ageing Rural Industry Workers,S01007057,Mintlaw - 01,2d,Rural traits,S02001331,Mintlaw,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195468 +195468,S00092019,8c2,Ageing Rural Industry Workers,S01007019,Turriff - 03,5e,Primary sector workers,S02001323,Turriff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195469 +195469,S00092912,1b3,Ageing Rural Flat Tenants,S01007110,Rosehearty and Strathbeg - 08,5e,Primary sector workers,S02001339,Rosehearty and Strathbeg,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195470 +195470,S00092020,8c2,Ageing Rural Industry Workers,S01007019,Turriff - 03,5e,Primary sector workers,S02001323,Turriff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195471 +195471,S00091601,6a4,Ageing in Suburbia,S01006794,Aboyne and South Deeside - 01,5e,Primary sector workers,S02001286,Aboyne and South Deeside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195472 +195472,S00092866,8c2,Ageing Rural Industry Workers,S01007018,Turriff - 02,5e,Primary sector workers,S02001323,Turriff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195473 +195473,S00091626,6a4,Ageing in Suburbia,S01006930,Westhill North and South - 02,8b,Ageing suburbanites,S02001308,Westhill North and South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195474 +195474,S00092024,8c2,Ageing Rural Industry Workers,S01007019,Turriff - 03,5e,Primary sector workers,S02001323,Turriff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195475 +195475,S00092919,1b3,Ageing Rural Flat Tenants,S01006884,Howe of Alford - 05,2d,Rural traits,S02001301,Howe of Alford,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195476 +195476,S00092867,8c2,Ageing Rural Industry Workers,S01007018,Turriff - 02,5e,Primary sector workers,S02001323,Turriff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195477 +195477,S00091628,6a4,Ageing in Suburbia,S01006935,Westhill Central - 01,8b,Ageing suburbanites,S02001309,Westhill Central,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195478 +195478,S00092025,8c2,Ageing Rural Industry Workers,S01007021,Turriff - 05,5e,Primary sector workers,S02001323,Turriff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195479 +195479,S00092933,1b3,Ageing Rural Flat Tenants,S01007054,Deer and Mormond - 05,5e,Primary sector workers,S02001330,Deer and Mormond,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195480 +195480,S00092868,8c2,Ageing Rural Industry Workers,S01007018,Turriff - 02,5e,Primary sector workers,S02001323,Turriff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195481 +195481,S00091652,6a4,Ageing in Suburbia,S01006940,Westhill Central - 06,8c,Comfortable suburbia,S02001309,Westhill Central,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195482 +195482,S00092031,8c2,Ageing Rural Industry Workers,S01007020,Turriff - 04,5e,Primary sector workers,S02001323,Turriff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195483 +195483,S00092934,1b3,Ageing Rural Flat Tenants,S01007054,Deer and Mormond - 05,5e,Primary sector workers,S02001330,Deer and Mormond,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195484 +195484,S00092874,8c2,Ageing Rural Industry Workers,S01007020,Turriff - 04,5e,Primary sector workers,S02001323,Turriff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195485 +195485,S00091653,6a4,Ageing in Suburbia,S01006938,Westhill Central - 04,5c,Comfortable neighbourhoods,S02001309,Westhill Central,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195486 +195486,S00091734,6a4,Ageing in Suburbia,S01006908,Inverurie South - 07,5e,Primary sector workers,S02001304,Inverurie South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195487 +195487,S00091750,6a4,Ageing in Suburbia,S01006898,Inverurie North - 05,5c,Comfortable neighbourhoods,S02001303,Inverurie North,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195488 +195488,S00091754,6a4,Ageing in Suburbia,S01006946,Newmachar and Fintray - 01,8c,Comfortable suburbia,S02001311,Newmachar and Fintray,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195489 +195489,S00091757,6a4,Ageing in Suburbia,S01006948,Newmachar and Fintray - 03,2b,Prospering countryside life,S02001311,Newmachar and Fintray,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195490 +195490,S00091760,6a4,Ageing in Suburbia,S01006973,Ythanside - 02,2d,Rural traits,S02001315,Ythanside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195491 +195491,S00091765,6a4,Ageing in Suburbia,S01006985,Barrahill - 01,5e,Primary sector workers,S02001317,Barrahill,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195492 +195492,S00091771,6a4,Ageing in Suburbia,S01006987,Barrahill - 03,5e,Primary sector workers,S02001317,Barrahill,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195493 +195493,S00091793,6a4,Ageing in Suburbia,S01006962,Ellon East - 05,8b,Ageing suburbanites,S02001313,Ellon East,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195494 +195494,S00091862,6a4,Ageing in Suburbia,S01007009,Huntly - 02,5e,Primary sector workers,S02001321,Huntly,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195495 +195495,S00092074,6a4,Ageing in Suburbia,S01007034,Banff - 03,5e,Primary sector workers,S02001326,Banff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195496 +195496,S00092237,6a4,Ageing in Suburbia,S01006871,Crathes and Torphins - 03,8a,Affluent communities,S02001299,Crathes and Torphins,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195497 +195497,S00092280,6a4,Ageing in Suburbia,S01007009,Huntly - 02,5e,Primary sector workers,S02001321,Huntly,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195498 +195498,S00092299,6a4,Ageing in Suburbia,S01007057,Mintlaw - 01,2d,Rural traits,S02001331,Mintlaw,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195499 +195499,S00092301,6a4,Ageing in Suburbia,S01007051,Deer and Mormond - 02,5e,Primary sector workers,S02001330,Deer and Mormond,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195500 +195500,S00092382,6a4,Ageing in Suburbia,S01006957,Balmedie and Potterton - 06,2b,Prospering countryside life,S02001312,Balmedie and Potterton,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195501 +195501,S00092441,6a4,Ageing in Suburbia,S01006826,Stonehaven South - 04,5a,Ageing urban communities,S02001291,Stonehaven South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195502 +195502,S00092446,6a4,Ageing in Suburbia,S01006789,East Cairngorms - 01,5a,Ageing urban communities,S02001285,East Cairngorms,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195503 +195503,S00092449,6a4,Ageing in Suburbia,S01006868,Banchory West - 04,5e,Primary sector workers,S02001298,Banchory West,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195504 +195504,S00092459,6a4,Ageing in Suburbia,S01006844,Portlethen - 03,8c,Comfortable suburbia,S02001294,Portlethen,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195505 +195505,S00092461,6a4,Ageing in Suburbia,S01006937,Westhill Central - 03,8c,Comfortable suburbia,S02001309,Westhill Central,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195506 +195506,S00092538,6a4,Ageing in Suburbia,S01006909,Durno-Chapel of Garioch - 01,8c,Comfortable suburbia,S02001305,Durno-Chapel of Garioch,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195507 +195507,S00092611,6a4,Ageing in Suburbia,S01006823,Stonehaven South - 01,8a,Affluent communities,S02001291,Stonehaven South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195508 +195508,S00092649,6a4,Ageing in Suburbia,S01006859,Banchory East - 01,8a,Affluent communities,S02001297,Banchory East,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195509 +195509,S00092665,6a4,Ageing in Suburbia,S01006795,Aboyne and South Deeside - 02,2a,Ageing rural neighbourhoods,S02001286,Aboyne and South Deeside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195510 +195510,S00092677,6a4,Ageing in Suburbia,S01006871,Crathes and Torphins - 03,8a,Affluent communities,S02001299,Crathes and Torphins,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195511 +195511,S00092688,6a4,Ageing in Suburbia,S01006942,Garlogie and Elrick - 02,8c,Comfortable suburbia,S02001310,Garlogie and Elrick,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195512 +195512,S00092727,6a4,Ageing in Suburbia,S01006905,Inverurie South - 04,5e,Primary sector workers,S02001304,Inverurie South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195513 +195513,S00092765,6a4,Ageing in Suburbia,S01006946,Newmachar and Fintray - 01,8c,Comfortable suburbia,S02001311,Newmachar and Fintray,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195514 +195514,S00092791,6a4,Ageing in Suburbia,S01006965,Ellon West - 01,5a,Ageing urban communities,S02001314,Ellon West,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195515 +195515,S00092034,8c2,Ageing Rural Industry Workers,S01007042,Gardenstown and King Edward - 01,2d,Rural traits,S02001328,Gardenstown and King Edward,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195516 +195516,S00092941,1b3,Ageing Rural Flat Tenants,S01006891,Kemnay - 03,5a,Ageing urban communities,S02001302,Kemnay,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195517 +195517,S00092971,1b3,Ageing Rural Flat Tenants,S01007114,Fraserburgh Smiddyhill - 03,5e,Primary sector workers,S02001340,Fraserburgh Smiddyhill,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195518 +195518,S00092877,8c2,Ageing Rural Industry Workers,S01007031,Aberchirder and Whitehills - 05,2d,Rural traits,S02001325,Aberchirder and Whitehills,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195519 +195519,S00092974,1b3,Ageing Rural Flat Tenants,S01007048,New Pitsligo - 03,2c,Remoter communities,S02001329,New Pitsligo,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195520 +195520,S00092035,8c2,Ageing Rural Industry Workers,S01007031,Aberchirder and Whitehills - 05,2d,Rural traits,S02001325,Aberchirder and Whitehills,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195521 +195521,S00091001,8c2,Ageing Rural Industry Workers,S01007091,Peterhead Ugieside - 03,5e,Primary sector workers,S02001337,Peterhead Ugieside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195522 +195522,S00092879,8c2,Ageing Rural Industry Workers,S01007030,Aberchirder and Whitehills - 04,5e,Primary sector workers,S02001325,Aberchirder and Whitehills,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195523 +195523,S00092038,8c2,Ageing Rural Industry Workers,S01007030,Aberchirder and Whitehills - 04,5e,Primary sector workers,S02001325,Aberchirder and Whitehills,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195524 +195524,S00091002,8c2,Ageing Rural Industry Workers,S01007091,Peterhead Ugieside - 03,5e,Primary sector workers,S02001337,Peterhead Ugieside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195525 +195525,S00091267,8c2,Ageing Rural Industry Workers,S01006911,Durno-Chapel of Garioch - 03,8c,Comfortable suburbia,S02001305,Durno-Chapel of Garioch,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195526 +195526,S00091421,8c2,Ageing Rural Industry Workers,S01006796,Aboyne and South Deeside - 03,2c,Remoter communities,S02001286,Aboyne and South Deeside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195527 +195527,S00091448,8c2,Ageing Rural Industry Workers,S01006809,Mearns South and Benholm - 04,2d,Rural traits,S02001288,Mearns South and Benholm,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195528 +195528,S00091454,8c2,Ageing Rural Industry Workers,S01006810,Mearns South and Benholm - 05,2d,Rural traits,S02001288,Mearns South and Benholm,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195529 +195529,S00091455,8c2,Ageing Rural Industry Workers,S01006810,Mearns South and Benholm - 05,2d,Rural traits,S02001288,Mearns South and Benholm,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195530 +195530,S00091460,8c2,Ageing Rural Industry Workers,S01006805,Mearns and Laurencekirk - 05,2d,Rural traits,S02001287,Mearns and Laurencekirk,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195531 +195531,S00091466,8c2,Ageing Rural Industry Workers,S01006817,Mearns North and Inverbervie - 07,2c,Remoter communities,S02001289,Mearns North and Inverbervie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195532 +195532,S00091469,8c2,Ageing Rural Industry Workers,S01006815,Mearns North and Inverbervie - 05,5e,Primary sector workers,S02001289,Mearns North and Inverbervie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195533 +195533,S00091471,8c2,Ageing Rural Industry Workers,S01006816,Mearns North and Inverbervie - 06,5e,Primary sector workers,S02001289,Mearns North and Inverbervie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195534 +195534,S00091482,8c2,Ageing Rural Industry Workers,S01006826,Stonehaven South - 04,5a,Ageing urban communities,S02001291,Stonehaven South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195535 +195535,S00091666,8c2,Ageing Rural Industry Workers,S01006923,Kintore - 08,2a,Ageing rural neighbourhoods,S02001306,Kintore,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195536 +195536,S00091707,8c2,Ageing Rural Industry Workers,S01006903,Inverurie South - 02,5e,Primary sector workers,S02001304,Inverurie South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195537 +195537,S00091714,8c2,Ageing Rural Industry Workers,S01006905,Inverurie South - 04,5e,Primary sector workers,S02001304,Inverurie South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195538 +195538,S00091716,8c2,Ageing Rural Industry Workers,S01006905,Inverurie South - 04,5e,Primary sector workers,S02001304,Inverurie South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195539 +195539,S00091773,8c2,Ageing Rural Industry Workers,S01006982,Ythsie - 05,2d,Rural traits,S02001316,Ythsie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195540 +195540,S00091778,8c2,Ageing Rural Industry Workers,S01007000,"Insch, Oyne and Ythanwells - 04",2d,Rural traits,S02001319,"Insch, Oyne and Ythanwells",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195541 +195541,S00091780,8c2,Ageing Rural Industry Workers,S01007001,"Insch, Oyne and Ythanwells - 05",2a,Ageing rural neighbourhoods,S02001319,"Insch, Oyne and Ythanwells",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195542 +195542,S00091836,8c2,Ageing Rural Industry Workers,S01007012,Huntly - 05,4a,Challenged white communities,S02001321,Huntly,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195543 +195543,S00091840,8c2,Ageing Rural Industry Workers,S01007011,Huntly - 04,4b,Constrained renters,S02001321,Huntly,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195544 +195544,S00091842,8c2,Ageing Rural Industry Workers,S01007010,Huntly - 03,5a,Ageing urban communities,S02001321,Huntly,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195545 +195545,S00091843,8c2,Ageing Rural Industry Workers,S01007011,Huntly - 04,4b,Constrained renters,S02001321,Huntly,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195546 +195546,S00091848,8c2,Ageing Rural Industry Workers,S01007009,Huntly - 02,5e,Primary sector workers,S02001321,Huntly,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195547 +195547,S00092880,8c2,Ageing Rural Industry Workers,S01007049,New Pitsligo - 04,5e,Primary sector workers,S02001329,New Pitsligo,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195548 +195548,S00092047,8c2,Ageing Rural Industry Workers,S01007101,Longside and Rattray - 07,5e,Primary sector workers,S02001338,Longside and Rattray,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195549 +195549,S00092917,8c2,Ageing Rural Industry Workers,S01007109,Rosehearty and Strathbeg - 07,5e,Primary sector workers,S02001339,Rosehearty and Strathbeg,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195550 +195550,S00092054,8c2,Ageing Rural Industry Workers,S01007106,Rosehearty and Strathbeg - 04,2d,Rural traits,S02001339,Rosehearty and Strathbeg,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195551 +195551,S00092918,8c2,Ageing Rural Industry Workers,S01007109,Rosehearty and Strathbeg - 07,5e,Primary sector workers,S02001339,Rosehearty and Strathbeg,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195552 +195552,S00092064,8c2,Ageing Rural Industry Workers,S01007035,Banff - 04,4b,Constrained renters,S02001326,Banff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195553 +195553,S00092932,8c2,Ageing Rural Industry Workers,S01007054,Deer and Mormond - 05,5e,Primary sector workers,S02001330,Deer and Mormond,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195554 +195554,S00092066,8c2,Ageing Rural Industry Workers,S01007035,Banff - 04,4b,Constrained renters,S02001326,Banff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195555 +195555,S00092942,8c2,Ageing Rural Industry Workers,S01006891,Kemnay - 03,5a,Ageing urban communities,S02001302,Kemnay,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195556 +195556,S00092069,8c2,Ageing Rural Industry Workers,S01007032,Banff - 01,5e,Primary sector workers,S02001326,Banff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195557 +195557,S00090951,1a3,Agricultural Communities,S01007023,"Portsoy, Fordyce and Cornhill - 01",2c,Remoter communities,S02001324,"Portsoy, Fordyce and Cornhill",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195558 +195558,S00092071,8c2,Ageing Rural Industry Workers,S01007034,Banff - 03,5e,Primary sector workers,S02001326,Banff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195559 +195559,S00090970,1a3,Agricultural Communities,S01007046,New Pitsligo - 01,2c,Remoter communities,S02001329,New Pitsligo,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195560 +195560,S00092072,8c2,Ageing Rural Industry Workers,S01007034,Banff - 03,5e,Primary sector workers,S02001326,Banff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195561 +195561,S00092073,8c2,Ageing Rural Industry Workers,S01007034,Banff - 03,5e,Primary sector workers,S02001326,Banff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195562 +195562,S00092082,8c2,Ageing Rural Industry Workers,S01007041,Macduff - 05,5e,Primary sector workers,S02001327,Macduff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195563 +195563,S00092129,8c2,Ageing Rural Industry Workers,S01007027,Aberchirder and Whitehills - 01,5e,Primary sector workers,S02001325,Aberchirder and Whitehills,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195564 +195564,S00092134,8c2,Ageing Rural Industry Workers,S01007119,Fraserburgh Lochpots - 02,4a,Challenged white communities,S02001341,Fraserburgh Lochpots,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195565 +195565,S00092149,8c2,Ageing Rural Industry Workers,S01007124,Fraserburgh Central-Academy - 04,5e,Primary sector workers,S02001342,Fraserburgh Central-Academy,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195566 +195566,S00092156,8c2,Ageing Rural Industry Workers,S01007123,Fraserburgh Central-Academy - 03,5e,Primary sector workers,S02001342,Fraserburgh Central-Academy,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195567 +195567,S00092157,8c2,Ageing Rural Industry Workers,S01007123,Fraserburgh Central-Academy - 03,5e,Primary sector workers,S02001342,Fraserburgh Central-Academy,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195568 +195568,S00092158,8c2,Ageing Rural Industry Workers,S01007120,Fraserburgh Lochpots - 03,4b,Constrained renters,S02001341,Fraserburgh Lochpots,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195569 +195569,S00092161,8c2,Ageing Rural Industry Workers,S01007120,Fraserburgh Lochpots - 03,4b,Constrained renters,S02001341,Fraserburgh Lochpots,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195570 +195570,S00092165,8c2,Ageing Rural Industry Workers,S01007128,Fraserburgh Harbour and Broadsea - 04,4b,Constrained renters,S02001343,Fraserburgh Harbour and Broadsea,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195571 +195571,S00092213,8c2,Ageing Rural Industry Workers,S01007110,Rosehearty and Strathbeg - 08,5e,Primary sector workers,S02001339,Rosehearty and Strathbeg,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195572 +195572,S00092216,8c2,Ageing Rural Industry Workers,S01007111,Rosehearty and Strathbeg - 09,5e,Primary sector workers,S02001339,Rosehearty and Strathbeg,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195573 +195573,S00092217,8c2,Ageing Rural Industry Workers,S01007110,Rosehearty and Strathbeg - 08,5e,Primary sector workers,S02001339,Rosehearty and Strathbeg,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195574 +195574,S00092218,8c2,Ageing Rural Industry Workers,S01007109,Rosehearty and Strathbeg - 07,5e,Primary sector workers,S02001339,Rosehearty and Strathbeg,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195575 +195575,S00092255,8c2,Ageing Rural Industry Workers,S01006906,Inverurie South - 05,4a,Challenged white communities,S02001304,Inverurie South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195576 +195576,S00092275,8c2,Ageing Rural Industry Workers,S01007071,Cruden - 07,5e,Primary sector workers,S02001333,Cruden,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195577 +195577,S00092281,8c2,Ageing Rural Industry Workers,S01007008,Huntly - 01,5e,Primary sector workers,S02001321,Huntly,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195578 +195578,S00092288,8c2,Ageing Rural Industry Workers,S01007084,Peterhead Harbour - 04,5a,Ageing urban communities,S02001336,Peterhead Harbour,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195579 +195579,S00092307,8c2,Ageing Rural Industry Workers,S01007033,Banff - 02,5e,Primary sector workers,S02001326,Banff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195580 +195580,S00092321,8c2,Ageing Rural Industry Workers,S01007123,Fraserburgh Central-Academy - 03,5e,Primary sector workers,S02001342,Fraserburgh Central-Academy,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195581 +195581,S00092323,8c2,Ageing Rural Industry Workers,S01007109,Rosehearty and Strathbeg - 07,5e,Primary sector workers,S02001339,Rosehearty and Strathbeg,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195582 +195582,S00090975,1a3,Agricultural Communities,S01007108,Rosehearty and Strathbeg - 06,2c,Remoter communities,S02001339,Rosehearty and Strathbeg,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195583 +195583,S00090994,1a3,Agricultural Communities,S01007104,Rosehearty and Strathbeg - 02,2c,Remoter communities,S02001339,Rosehearty and Strathbeg,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195584 +195584,S00091059,1a3,Agricultural Communities,S01007014,Auchterless and Monquhitter - 02,2c,Remoter communities,S02001322,Auchterless and Monquhitter,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195585 +195585,S00091072,1a3,Agricultural Communities,S01006994,Fyvie-Rothie - 04,2c,Remoter communities,S02001318,Fyvie-Rothie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195586 +195586,S00091079,1a3,Agricultural Communities,S01007013,Auchterless and Monquhitter - 01,2c,Remoter communities,S02001322,Auchterless and Monquhitter,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195587 +195587,S00091098,1a3,Agricultural Communities,S01007014,Auchterless and Monquhitter - 02,2c,Remoter communities,S02001322,Auchterless and Monquhitter,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195588 +195588,S00091119,1a3,Agricultural Communities,S01006931,Westhill North and South - 03,2c,Remoter communities,S02001308,Westhill North and South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195589 +195589,S00091130,1a3,Agricultural Communities,S01006934,Westhill North and South - 06,2a,Ageing rural neighbourhoods,S02001308,Westhill North and South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195590 +195590,S00091139,1a3,Agricultural Communities,S01006886,Howe of Alford - 07,2b,Prospering countryside life,S02001301,Howe of Alford,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195591 +195591,S00091140,1a3,Agricultural Communities,S01006880,Howe of Alford - 01,2c,Remoter communities,S02001301,Howe of Alford,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195592 +195592,S00091144,1a3,Agricultural Communities,S01006878,Cromar and Kildrummy - 04,2c,Remoter communities,S02001300,Cromar and Kildrummy,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195593 +195593,S00091169,1a3,Agricultural Communities,S01006978,Ythsie - 01,2c,Remoter communities,S02001316,Ythsie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195594 +195594,S00091185,1a3,Agricultural Communities,S01006878,Cromar and Kildrummy - 04,2c,Remoter communities,S02001300,Cromar and Kildrummy,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195595 +195595,S00091191,1a3,Agricultural Communities,S01007004,Clashindarroch - 03,2c,Remoter communities,S02001320,Clashindarroch,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195596 +195596,S00091193,1a3,Agricultural Communities,S01007004,Clashindarroch - 03,2c,Remoter communities,S02001320,Clashindarroch,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195597 +195597,S00091203,1a3,Agricultural Communities,S01007007,Clashindarroch - 06,2c,Remoter communities,S02001320,Clashindarroch,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195598 +195598,S00091221,1a3,Agricultural Communities,S01006910,Durno-Chapel of Garioch - 02,2b,Prospering countryside life,S02001305,Durno-Chapel of Garioch,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195599 +195599,S00091245,1a3,Agricultural Communities,S01006922,Kintore - 07,2c,Remoter communities,S02001306,Kintore,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195600 +195600,S00092338,6a2,Comfortable Suburbia,S01006926,Blackburn - 02,8c,Comfortable suburbia,S02001307,Blackburn,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195601 +195601,S00092339,6a2,Comfortable Suburbia,S01006927,Blackburn - 03,8c,Comfortable suburbia,S02001307,Blackburn,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195602 +195602,S00092340,6a2,Comfortable Suburbia,S01006927,Blackburn - 03,8c,Comfortable suburbia,S02001307,Blackburn,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195603 +195603,S00092341,6a2,Comfortable Suburbia,S01006927,Blackburn - 03,8c,Comfortable suburbia,S02001307,Blackburn,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195604 +195604,S00092344,6a2,Comfortable Suburbia,S01006944,Garlogie and Elrick - 04,3a,Achieving neighbourhoods,S02001310,Garlogie and Elrick,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195605 +195605,S00092345,6a2,Comfortable Suburbia,S01006943,Garlogie and Elrick - 03,8c,Comfortable suburbia,S02001310,Garlogie and Elrick,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195606 +195606,S00092346,6a2,Comfortable Suburbia,S01006943,Garlogie and Elrick - 03,8c,Comfortable suburbia,S02001310,Garlogie and Elrick,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195607 +195607,S00092347,6a2,Comfortable Suburbia,S01006944,Garlogie and Elrick - 04,3a,Achieving neighbourhoods,S02001310,Garlogie and Elrick,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195608 +195608,S00092348,6a2,Comfortable Suburbia,S01006944,Garlogie and Elrick - 04,3a,Achieving neighbourhoods,S02001310,Garlogie and Elrick,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195609 +195609,S00092349,6a2,Comfortable Suburbia,S01006943,Garlogie and Elrick - 03,8c,Comfortable suburbia,S02001310,Garlogie and Elrick,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195610 +195610,S00092354,6a2,Comfortable Suburbia,S01006982,Ythsie - 05,2d,Rural traits,S02001316,Ythsie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195611 +195611,S00092358,6a2,Comfortable Suburbia,S01006978,Ythsie - 01,2c,Remoter communities,S02001316,Ythsie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195612 +195612,S00092372,6a2,Comfortable Suburbia,S01006988,Barrahill - 04,2c,Remoter communities,S02001317,Barrahill,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195613 +195613,S00091155,1c3,Detached Rural Retirement,S01006877,Cromar and Kildrummy - 03,2c,Remoter communities,S02001300,Cromar and Kildrummy,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195614 +195614,S00092368,6a3,Detached Retirement Living,S01006910,Durno-Chapel of Garioch - 02,2b,Prospering countryside life,S02001305,Durno-Chapel of Garioch,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195615 +195615,S00091631,6a3,Detached Retirement Living,S01006930,Westhill North and South - 02,8b,Ageing suburbanites,S02001308,Westhill North and South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195616 +195616,S00092381,6a2,Comfortable Suburbia,S01006952,Balmedie and Potterton - 01,2c,Remoter communities,S02001312,Balmedie and Potterton,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195617 +195617,S00091341,6a2,Comfortable Suburbia,S01006801,Mearns and Laurencekirk - 01,2c,Remoter communities,S02001287,Mearns and Laurencekirk,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195618 +195618,S00092647,6a2,Comfortable Suburbia,S01006859,Banchory East - 01,8a,Affluent communities,S02001297,Banchory East,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195619 +195619,S00092385,6a2,Comfortable Suburbia,S01006956,Balmedie and Potterton - 05,8c,Comfortable suburbia,S02001312,Balmedie and Potterton,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195620 +195620,S00092403,6a2,Comfortable Suburbia,S01006836,Stonehaven North - 07,8c,Comfortable suburbia,S02001292,Stonehaven North,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195621 +195621,S00092406,6a2,Comfortable Suburbia,S01006836,Stonehaven North - 07,8c,Comfortable suburbia,S02001292,Stonehaven North,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195622 +195622,S00092407,6a2,Comfortable Suburbia,S01006834,Stonehaven North - 05,8c,Comfortable suburbia,S02001292,Stonehaven North,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195623 +195623,S00092434,6a2,Comfortable Suburbia,S01006816,Mearns North and Inverbervie - 06,5e,Primary sector workers,S02001289,Mearns North and Inverbervie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195624 +195624,S00092450,6a2,Comfortable Suburbia,S01006868,Banchory West - 04,5e,Primary sector workers,S02001298,Banchory West,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195625 +195625,S00092492,6a2,Comfortable Suburbia,S01007099,Longside and Rattray - 05,2d,Rural traits,S02001338,Longside and Rattray,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195626 +195626,S00092506,6a2,Comfortable Suburbia,S01006949,Newmachar and Fintray - 04,2c,Remoter communities,S02001311,Newmachar and Fintray,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195627 +195627,S00092519,6a2,Comfortable Suburbia,S01006880,Howe of Alford - 01,2c,Remoter communities,S02001301,Howe of Alford,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195628 +195628,S00092526,6a2,Comfortable Suburbia,S01006998,"Insch, Oyne and Ythanwells - 02",2c,Remoter communities,S02001319,"Insch, Oyne and Ythanwells",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195629 +195629,S00092527,6a2,Comfortable Suburbia,S01006998,"Insch, Oyne and Ythanwells - 02",2c,Remoter communities,S02001319,"Insch, Oyne and Ythanwells",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195630 +195630,S00092550,6a2,Comfortable Suburbia,S01006960,Ellon East - 03,8c,Comfortable suburbia,S02001313,Ellon East,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195631 +195631,S00092552,6a2,Comfortable Suburbia,S01006961,Ellon East - 04,8c,Comfortable suburbia,S02001313,Ellon East,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195632 +195632,S00092553,6a2,Comfortable Suburbia,S01006960,Ellon East - 03,8c,Comfortable suburbia,S02001313,Ellon East,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195633 +195633,S00092554,6a2,Comfortable Suburbia,S01006960,Ellon East - 03,8c,Comfortable suburbia,S02001313,Ellon East,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195634 +195634,S00092555,6a2,Comfortable Suburbia,S01006961,Ellon East - 04,8c,Comfortable suburbia,S02001313,Ellon East,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195635 +195635,S00092557,6a2,Comfortable Suburbia,S01006961,Ellon East - 04,8c,Comfortable suburbia,S02001313,Ellon East,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195636 +195636,S00092558,6a2,Comfortable Suburbia,S01006960,Ellon East - 03,8c,Comfortable suburbia,S02001313,Ellon East,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195637 +195637,S00092559,6a2,Comfortable Suburbia,S01006961,Ellon East - 04,8c,Comfortable suburbia,S02001313,Ellon East,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195638 +195638,S00092567,6a2,Comfortable Suburbia,S01006834,Stonehaven North - 05,8c,Comfortable suburbia,S02001292,Stonehaven North,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195639 +195639,S00092569,6a2,Comfortable Suburbia,S01006837,Stonehaven North - 08,8c,Comfortable suburbia,S02001292,Stonehaven North,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195640 +195640,S00092578,6a2,Comfortable Suburbia,S01006798,Aboyne and South Deeside - 05,2c,Remoter communities,S02001286,Aboyne and South Deeside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195641 +195641,S00092584,6a2,Comfortable Suburbia,S01006872,Crathes and Torphins - 04,2c,Remoter communities,S02001299,Crathes and Torphins,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195642 +195642,S00092602,6a2,Comfortable Suburbia,S01006814,Mearns North and Inverbervie - 04,8a,Affluent communities,S02001289,Mearns North and Inverbervie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195643 +195643,S00092603,6a2,Comfortable Suburbia,S01006814,Mearns North and Inverbervie - 04,8a,Affluent communities,S02001289,Mearns North and Inverbervie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195644 +195644,S00092604,6a2,Comfortable Suburbia,S01006814,Mearns North and Inverbervie - 04,8a,Affluent communities,S02001289,Mearns North and Inverbervie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195645 +195645,S00092606,6a2,Comfortable Suburbia,S01006814,Mearns North and Inverbervie - 04,8a,Affluent communities,S02001289,Mearns North and Inverbervie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195646 +195646,S00092612,6a2,Comfortable Suburbia,S01006823,Stonehaven South - 01,8a,Affluent communities,S02001291,Stonehaven South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195647 +195647,S00092621,6a2,Comfortable Suburbia,S01006838,Stonehaven North - 09,8c,Comfortable suburbia,S02001292,Stonehaven North,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195648 +195648,S00092624,6a2,Comfortable Suburbia,S01006840,Newtonhill - 02,8b,Ageing suburbanites,S02001293,Newtonhill,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195649 +195649,S00092625,6a2,Comfortable Suburbia,S01006840,Newtonhill - 02,8b,Ageing suburbanites,S02001293,Newtonhill,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195650 +195650,S00092632,6a2,Comfortable Suburbia,S01006841,Newtonhill - 03,8c,Comfortable suburbia,S02001293,Newtonhill,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195651 +195651,S00092637,6a2,Comfortable Suburbia,S01006861,Banchory East - 03,8c,Comfortable suburbia,S02001297,Banchory East,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195652 +195652,S00092638,6a2,Comfortable Suburbia,S01006861,Banchory East - 03,8c,Comfortable suburbia,S02001297,Banchory East,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195653 +195653,S00092640,6a2,Comfortable Suburbia,S01006861,Banchory East - 03,8c,Comfortable suburbia,S02001297,Banchory East,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195654 +195654,S00092646,6a2,Comfortable Suburbia,S01006859,Banchory East - 01,8a,Affluent communities,S02001297,Banchory East,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195655 +195655,S00092278,7c2,Constrained Young Families,S01007011,Huntly - 04,4b,Constrained renters,S02001321,Huntly,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195656 +195656,S00092923,1a3,Agricultural Communities,S01006789,East Cairngorms - 01,5a,Ageing urban communities,S02001285,East Cairngorms,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195657 +195657,S00091365,6a2,Comfortable Suburbia,S01006840,Newtonhill - 02,8b,Ageing suburbanites,S02001293,Newtonhill,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195658 +195658,S00091370,6a2,Comfortable Suburbia,S01006829,Stonehaven South - 07,8c,Comfortable suburbia,S02001291,Stonehaven South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195659 +195659,S00091372,6a2,Comfortable Suburbia,S01006829,Stonehaven South - 07,8c,Comfortable suburbia,S02001291,Stonehaven South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195660 +195660,S00091381,6a2,Comfortable Suburbia,S01006800,Aboyne and South Deeside - 07,2b,Prospering countryside life,S02001286,Aboyne and South Deeside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195661 +195661,S00091401,6a2,Comfortable Suburbia,S01006872,Crathes and Torphins - 04,2c,Remoter communities,S02001299,Crathes and Torphins,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195662 +195662,S00091405,6a2,Comfortable Suburbia,S01006859,Banchory East - 01,8a,Affluent communities,S02001297,Banchory East,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195663 +195663,S00091483,6a2,Comfortable Suburbia,S01006826,Stonehaven South - 04,5a,Ageing urban communities,S02001291,Stonehaven South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195664 +195664,S00091484,6a2,Comfortable Suburbia,S01006826,Stonehaven South - 04,5a,Ageing urban communities,S02001291,Stonehaven South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195665 +195665,S00091485,6a2,Comfortable Suburbia,S01006838,Stonehaven North - 09,8c,Comfortable suburbia,S02001292,Stonehaven North,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195666 +195666,S00091530,6a2,Comfortable Suburbia,S01006840,Newtonhill - 02,8b,Ageing suburbanites,S02001293,Newtonhill,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195667 +195667,S00091531,6a2,Comfortable Suburbia,S01006840,Newtonhill - 02,8b,Ageing suburbanites,S02001293,Newtonhill,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195668 +195668,S00091532,6a2,Comfortable Suburbia,S01006841,Newtonhill - 03,8c,Comfortable suburbia,S02001293,Newtonhill,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195669 +195669,S00091574,6a2,Comfortable Suburbia,S01006866,Banchory West - 02,8a,Affluent communities,S02001298,Banchory West,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195670 +195670,S00091575,6a2,Comfortable Suburbia,S01006843,Portlethen - 02,8b,Ageing suburbanites,S02001294,Portlethen,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195671 +195671,S00091587,6a2,Comfortable Suburbia,S01006845,Portlethen - 04,8c,Comfortable suburbia,S02001294,Portlethen,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195672 +195672,S00091592,6a2,Comfortable Suburbia,S01006849,Banchory-Devenick and Findon - 02,5b,Aspiring urban households,S02001295,Banchory-Devenick and Findon,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195673 +195673,S00091623,6a2,Comfortable Suburbia,S01006929,Westhill North and South - 01,8a,Affluent communities,S02001308,Westhill North and South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195674 +195674,S00092648,6a2,Comfortable Suburbia,S01006859,Banchory East - 01,8a,Affluent communities,S02001297,Banchory East,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195675 +195675,S00091632,6a3,Detached Retirement Living,S01006933,Westhill North and South - 05,8b,Ageing suburbanites,S02001308,Westhill North and South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195676 +195676,S00092388,6a3,Detached Retirement Living,S01006954,Balmedie and Potterton - 03,8b,Ageing suburbanites,S02001312,Balmedie and Potterton,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195677 +195677,S00091251,1c3,Detached Rural Retirement,S01006923,Kintore - 08,2a,Ageing rural neighbourhoods,S02001306,Kintore,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195678 +195678,S00092464,7c2,Constrained Young Families,S01006906,Inverurie South - 05,4a,Challenged white communities,S02001304,Inverurie South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195679 +195679,S00091624,6a2,Comfortable Suburbia,S01006930,Westhill North and South - 02,8b,Ageing suburbanites,S02001308,Westhill North and South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195680 +195680,S00091627,6a2,Comfortable Suburbia,S01006929,Westhill North and South - 01,8a,Affluent communities,S02001308,Westhill North and South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195681 +195681,S00091630,6a2,Comfortable Suburbia,S01006929,Westhill North and South - 01,8a,Affluent communities,S02001308,Westhill North and South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195682 +195682,S00091637,6a2,Comfortable Suburbia,S01006933,Westhill North and South - 05,8b,Ageing suburbanites,S02001308,Westhill North and South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195683 +195683,S00092977,1a3,Agricultural Communities,S01006999,"Insch, Oyne and Ythanwells - 03",2c,Remoter communities,S02001319,"Insch, Oyne and Ythanwells",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195684 +195684,S00091646,6a2,Comfortable Suburbia,S01006942,Garlogie and Elrick - 02,8c,Comfortable suburbia,S02001310,Garlogie and Elrick,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195685 +195685,S00091651,6a2,Comfortable Suburbia,S01006940,Westhill Central - 06,8c,Comfortable suburbia,S02001309,Westhill Central,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195686 +195686,S00091476,7c1,Challenged Transitionaries,S01006824,Stonehaven South - 02,4a,Challenged white communities,S02001291,Stonehaven South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195687 +195687,S00092444,6a3,Detached Retirement Living,S01006841,Newtonhill - 03,8c,Comfortable suburbia,S02001293,Newtonhill,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195688 +195688,S00091409,1c3,Detached Rural Retirement,S01006874,Crathes and Torphins - 06,2c,Remoter communities,S02001299,Crathes and Torphins,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195689 +195689,S00091654,6a2,Comfortable Suburbia,S01006937,Westhill Central - 03,8c,Comfortable suburbia,S02001309,Westhill Central,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195690 +195690,S00092650,6a2,Comfortable Suburbia,S01006859,Banchory East - 01,8a,Affluent communities,S02001297,Banchory East,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195691 +195691,S00091633,6a3,Detached Retirement Living,S01006933,Westhill North and South - 05,8b,Ageing suburbanites,S02001308,Westhill North and South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195692 +195692,S00092614,7c2,Constrained Young Families,S01006824,Stonehaven South - 02,4a,Challenged white communities,S02001291,Stonehaven South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195693 +195693,S00091736,7c1,Challenged Transitionaries,S01006908,Inverurie South - 07,5e,Primary sector workers,S02001304,Inverurie South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195694 +195694,S00092517,6a3,Detached Retirement Living,S01006880,Howe of Alford - 01,2c,Remoter communities,S02001301,Howe of Alford,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195695 +195695,S00091692,6a2,Comfortable Suburbia,S01006956,Balmedie and Potterton - 05,8c,Comfortable suburbia,S02001312,Balmedie and Potterton,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195696 +195696,S00092827,7c2,Constrained Young Families,S01007070,Cruden - 06,5e,Primary sector workers,S02001333,Cruden,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195697 +195697,S00092544,6a3,Detached Retirement Living,S01006953,Balmedie and Potterton - 02,8c,Comfortable suburbia,S02001312,Balmedie and Potterton,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195698 +195698,S00092674,6a2,Comfortable Suburbia,S01006854,"Dunecht, Durris and Drumoak - 02",8b,Ageing suburbanites,S02001296,"Dunecht, Durris and Drumoak",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195699 +195699,S00091885,7c1,Challenged Transitionaries,S01007075,Peterhead Links - 04,4b,Constrained renters,S02001334,Peterhead Links,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195700 +195700,S00091634,6a3,Detached Retirement Living,S01006940,Westhill Central - 06,8c,Comfortable suburbia,S02001309,Westhill Central,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195701 +195701,S00091438,1c3,Detached Rural Retirement,S01006879,Cromar and Kildrummy - 05,2c,Remoter communities,S02001300,Cromar and Kildrummy,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195702 +195702,S00091695,6a2,Comfortable Suburbia,S01006953,Balmedie and Potterton - 02,8c,Comfortable suburbia,S02001312,Balmedie and Potterton,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195703 +195703,S00091548,5b1,Delayed Retirement,S01006865,Banchory West - 01,2a,Ageing rural neighbourhoods,S02001298,Banchory West,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195704 +195704,S00092545,6a3,Detached Retirement Living,S01006953,Balmedie and Potterton - 02,8c,Comfortable suburbia,S02001312,Balmedie and Potterton,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195705 +195705,S00092576,6a3,Detached Retirement Living,S01006818,"Fetteresso, Netherley and Catter - 01",2c,Remoter communities,S02001290,"Fetteresso, Netherley and Catter",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195706 +195706,S00092582,6a3,Detached Retirement Living,S01006873,Crathes and Torphins - 05,2a,Ageing rural neighbourhoods,S02001299,Crathes and Torphins,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195707 +195707,S00092594,6a3,Detached Retirement Living,S01006801,Mearns and Laurencekirk - 01,2c,Remoter communities,S02001287,Mearns and Laurencekirk,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195708 +195708,S00092629,6a3,Detached Retirement Living,S01006841,Newtonhill - 03,8c,Comfortable suburbia,S02001293,Newtonhill,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195709 +195709,S00092636,6a3,Detached Retirement Living,S01006863,Banchory East - 05,5e,Primary sector workers,S02001297,Banchory East,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195710 +195710,S00092642,6a3,Detached Retirement Living,S01006862,Banchory East - 04,5c,Comfortable neighbourhoods,S02001297,Banchory East,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195711 +195711,S00092643,6a3,Detached Retirement Living,S01006862,Banchory East - 04,5c,Comfortable neighbourhoods,S02001297,Banchory East,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195712 +195712,S00092651,6a3,Detached Retirement Living,S01006859,Banchory East - 01,8a,Affluent communities,S02001297,Banchory East,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195713 +195713,S00092654,6a3,Detached Retirement Living,S01006842,Portlethen - 01,8b,Ageing suburbanites,S02001294,Portlethen,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195714 +195714,S00092655,6a3,Detached Retirement Living,S01006842,Portlethen - 01,8b,Ageing suburbanites,S02001294,Portlethen,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195715 +195715,S00092667,6a3,Detached Retirement Living,S01006794,Aboyne and South Deeside - 01,5e,Primary sector workers,S02001286,Aboyne and South Deeside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195716 +195716,S00092676,6a3,Detached Retirement Living,S01006871,Crathes and Torphins - 03,8a,Affluent communities,S02001299,Crathes and Torphins,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195717 +195717,S00092683,6a3,Detached Retirement Living,S01006930,Westhill North and South - 02,8b,Ageing suburbanites,S02001308,Westhill North and South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195718 +195718,S00092697,6a3,Detached Retirement Living,S01006926,Blackburn - 02,8c,Comfortable suburbia,S02001307,Blackburn,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195719 +195719,S00092700,6a3,Detached Retirement Living,S01006919,Kintore - 04,8c,Comfortable suburbia,S02001306,Kintore,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195720 +195720,S00092703,6a3,Detached Retirement Living,S01006954,Balmedie and Potterton - 03,8b,Ageing suburbanites,S02001312,Balmedie and Potterton,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195721 +195721,S00092704,6a3,Detached Retirement Living,S01006884,Howe of Alford - 05,2d,Rural traits,S02001301,Howe of Alford,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195722 +195722,S00092710,6a3,Detached Retirement Living,S01006885,Howe of Alford - 06,2c,Remoter communities,S02001301,Howe of Alford,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195723 +195723,S00092713,6a3,Detached Retirement Living,S01006890,Kemnay - 02,8c,Comfortable suburbia,S02001302,Kemnay,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195724 +195724,S00092714,6a3,Detached Retirement Living,S01006890,Kemnay - 02,8c,Comfortable suburbia,S02001302,Kemnay,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195725 +195725,S00092717,6a3,Detached Retirement Living,S01006893,Kemnay - 05,5d,Endeavouring social renters,S02001302,Kemnay,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195726 +195726,S00092749,6a3,Detached Retirement Living,S01006900,Inverurie North - 07,8c,Comfortable suburbia,S02001303,Inverurie North,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195727 +195727,S00092782,6a3,Detached Retirement Living,S01006983,Ythsie - 06,2c,Remoter communities,S02001316,Ythsie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195728 +195728,S00092784,6a3,Detached Retirement Living,S01006983,Ythsie - 06,2c,Remoter communities,S02001316,Ythsie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195729 +195729,S00092785,6a3,Detached Retirement Living,S01007000,"Insch, Oyne and Ythanwells - 04",2d,Rural traits,S02001319,"Insch, Oyne and Ythanwells",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195730 +195730,S00092794,6a3,Detached Retirement Living,S01006962,Ellon East - 05,8b,Ageing suburbanites,S02001313,Ellon East,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195731 +195731,S00092803,6a3,Detached Retirement Living,S01006971,Ellon West - 07,5e,Primary sector workers,S02001314,Ellon West,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195732 +195732,S00092807,6a3,Detached Retirement Living,S01006980,Ythsie - 03,2c,Remoter communities,S02001316,Ythsie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195733 +195733,S00092808,6a3,Detached Retirement Living,S01006979,Ythsie - 02,2d,Rural traits,S02001316,Ythsie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195734 +195734,S00092837,6a3,Detached Retirement Living,S01007093,Peterhead Ugieside - 05,2a,Ageing rural neighbourhoods,S02001337,Peterhead Ugieside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195735 +195735,S00092850,6a3,Detached Retirement Living,S01007089,Peterhead Ugieside - 01,8b,Ageing suburbanites,S02001337,Peterhead Ugieside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195736 +195736,S00092857,6a3,Detached Retirement Living,S01007057,Mintlaw - 01,2d,Rural traits,S02001331,Mintlaw,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195737 +195737,S00092862,6a3,Detached Retirement Living,S01007059,Mintlaw - 03,5e,Primary sector workers,S02001331,Mintlaw,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195738 +195738,S00092895,6a3,Detached Retirement Living,S01007026,"Portsoy, Fordyce and Cornhill - 04",5e,Primary sector workers,S02001324,"Portsoy, Fordyce and Cornhill",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195739 +195739,S00092902,6a3,Detached Retirement Living,S01007115,Fraserburgh Smiddyhill - 04,2a,Ageing rural neighbourhoods,S02001340,Fraserburgh Smiddyhill,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195740 +195740,S00092944,6a3,Detached Retirement Living,S01006998,"Insch, Oyne and Ythanwells - 02",2c,Remoter communities,S02001319,"Insch, Oyne and Ythanwells",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195741 +195741,S00092959,6a3,Detached Retirement Living,S01006970,Ellon West - 06,8a,Affluent communities,S02001314,Ellon West,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195742 +195742,S00092960,6a3,Detached Retirement Living,S01006970,Ellon West - 06,8a,Affluent communities,S02001314,Ellon West,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195743 +195743,S00092961,6a3,Detached Retirement Living,S01006970,Ellon West - 06,8a,Affluent communities,S02001314,Ellon West,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195744 +195744,S00092963,6a3,Detached Retirement Living,S01007072,Peterhead Links - 01,2d,Rural traits,S02001334,Peterhead Links,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195745 +195745,S00092969,6a3,Detached Retirement Living,S01007018,Turriff - 02,5e,Primary sector workers,S02001323,Turriff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195746 +195746,S00092979,6a3,Detached Retirement Living,S01006848,Banchory-Devenick and Findon - 01,2a,Ageing rural neighbourhoods,S02001295,Banchory-Devenick and Findon,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195747 +195747,S00090959,1c3,Detached Rural Retirement,S01007036,Banff - 05,5e,Primary sector workers,S02001326,Banff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195748 +195748,S00091080,1c3,Detached Rural Retirement,S01007014,Auchterless and Monquhitter - 02,2c,Remoter communities,S02001322,Auchterless and Monquhitter,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195749 +195749,S00092684,6a2,Comfortable Suburbia,S01006930,Westhill North and South - 02,8b,Ageing suburbanites,S02001308,Westhill North and South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195750 +195750,S00092689,6a2,Comfortable Suburbia,S01006942,Garlogie and Elrick - 02,8c,Comfortable suburbia,S02001310,Garlogie and Elrick,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195751 +195751,S00092690,6a2,Comfortable Suburbia,S01006942,Garlogie and Elrick - 02,8c,Comfortable suburbia,S02001310,Garlogie and Elrick,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195752 +195752,S00092696,6a2,Comfortable Suburbia,S01006926,Blackburn - 02,8c,Comfortable suburbia,S02001307,Blackburn,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195753 +195753,S00092699,6a2,Comfortable Suburbia,S01006916,Kintore - 01,5c,Comfortable neighbourhoods,S02001306,Kintore,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195754 +195754,S00092702,6a2,Comfortable Suburbia,S01006954,Balmedie and Potterton - 03,8b,Ageing suburbanites,S02001312,Balmedie and Potterton,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195755 +195755,S00092733,6a2,Comfortable Suburbia,S01006894,Inverurie North - 01,5c,Comfortable neighbourhoods,S02001303,Inverurie North,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195756 +195756,S00092747,6a2,Comfortable Suburbia,S01006900,Inverurie North - 07,8c,Comfortable suburbia,S02001303,Inverurie North,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195757 +195757,S00092751,6a2,Comfortable Suburbia,S01006899,Inverurie North - 06,8b,Ageing suburbanites,S02001303,Inverurie North,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195758 +195758,S00092754,6a2,Comfortable Suburbia,S01006899,Inverurie North - 06,8b,Ageing suburbanites,S02001303,Inverurie North,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195759 +195759,S00092755,6a2,Comfortable Suburbia,S01006898,Inverurie North - 05,5c,Comfortable neighbourhoods,S02001303,Inverurie North,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195760 +195760,S00092763,6a2,Comfortable Suburbia,S01006947,Newmachar and Fintray - 02,8c,Comfortable suburbia,S02001311,Newmachar and Fintray,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195761 +195761,S00092767,6a2,Comfortable Suburbia,S01006947,Newmachar and Fintray - 02,8c,Comfortable suburbia,S02001311,Newmachar and Fintray,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195762 +195762,S00092773,6a2,Comfortable Suburbia,S01006985,Barrahill - 01,5e,Primary sector workers,S02001317,Barrahill,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195763 +195763,S00092779,6a2,Comfortable Suburbia,S01006986,Barrahill - 02,5a,Ageing urban communities,S02001317,Barrahill,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195764 +195764,S00092816,6a2,Comfortable Suburbia,S01006996,Fyvie-Rothie - 06,2d,Rural traits,S02001318,Fyvie-Rothie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195765 +195765,S00092865,6a2,Comfortable Suburbia,S01007059,Mintlaw - 03,5e,Primary sector workers,S02001331,Mintlaw,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195766 +195766,S00092940,6a2,Comfortable Suburbia,S01006891,Kemnay - 03,5a,Ageing urban communities,S02001302,Kemnay,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195767 +195767,S00092948,6a2,Comfortable Suburbia,S01006929,Westhill North and South - 01,8a,Affluent communities,S02001308,Westhill North and South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195768 +195768,S00092949,6a2,Comfortable Suburbia,S01006929,Westhill North and South - 01,8a,Affluent communities,S02001308,Westhill North and South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195769 +195769,S00092957,6a2,Comfortable Suburbia,S01006970,Ellon West - 06,8a,Affluent communities,S02001314,Ellon West,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195770 +195770,S00092958,6a2,Comfortable Suburbia,S01006970,Ellon West - 06,8a,Affluent communities,S02001314,Ellon West,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195771 +195771,S00092966,6a2,Comfortable Suburbia,S01007018,Turriff - 02,5e,Primary sector workers,S02001323,Turriff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195772 +195772,S00091497,5b2,Communal Retirement,S01006832,Stonehaven North - 03,5a,Ageing urban communities,S02001292,Stonehaven North,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195773 +195773,S00091505,5b2,Communal Retirement,S01006827,Stonehaven South - 05,5c,Comfortable neighbourhoods,S02001291,Stonehaven South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195774 +195774,S00091506,5b2,Communal Retirement,S01006823,Stonehaven South - 01,8a,Affluent communities,S02001291,Stonehaven South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195775 +195775,S00091512,5b2,Communal Retirement,S01006833,Stonehaven North - 04,8a,Affluent communities,S02001292,Stonehaven North,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195776 +195776,S00091518,5b2,Communal Retirement,S01006828,Stonehaven South - 06,5e,Primary sector workers,S02001291,Stonehaven South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195777 +195777,S00091553,5b2,Communal Retirement,S01006865,Banchory West - 01,2a,Ageing rural neighbourhoods,S02001298,Banchory West,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195778 +195778,S00091607,5b2,Communal Retirement,S01006795,Aboyne and South Deeside - 02,2a,Ageing rural neighbourhoods,S02001286,Aboyne and South Deeside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195779 +195779,S00091709,5b2,Communal Retirement,S01006905,Inverurie South - 04,5e,Primary sector workers,S02001304,Inverurie South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195780 +195780,S00091953,5b2,Communal Retirement,S01007085,Peterhead Harbour - 05,4b,Constrained renters,S02001336,Peterhead Harbour,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195781 +195781,S00091954,5b2,Communal Retirement,S01007085,Peterhead Harbour - 05,4b,Constrained renters,S02001336,Peterhead Harbour,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195782 +195782,S00092190,5b2,Communal Retirement,S01007113,Fraserburgh Smiddyhill - 02,5a,Ageing urban communities,S02001340,Fraserburgh Smiddyhill,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195783 +195783,S00092724,5b2,Communal Retirement,S01006904,Inverurie South - 03,5e,Primary sector workers,S02001304,Inverurie South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195784 +195784,S00092804,5b2,Communal Retirement,S01006969,Ellon West - 05,5a,Ageing urban communities,S02001314,Ellon West,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195785 +195785,S00092924,5b2,Communal Retirement,S01006789,East Cairngorms - 01,5a,Ageing urban communities,S02001285,East Cairngorms,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195786 +195786,S00091403,7c2,Constrained Young Families,S01006864,Banchory East - 06,5e,Primary sector workers,S02001297,Banchory East,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195787 +195787,S00091477,7c2,Constrained Young Families,S01006824,Stonehaven South - 02,4a,Challenged white communities,S02001291,Stonehaven South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195788 +195788,S00091502,7c2,Constrained Young Families,S01006827,Stonehaven South - 05,5c,Comfortable neighbourhoods,S02001291,Stonehaven South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195789 +195789,S00091706,7c2,Constrained Young Families,S01006903,Inverurie South - 02,5e,Primary sector workers,S02001304,Inverurie South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195790 +195790,S00091901,7c2,Constrained Young Families,S01007078,Peterhead Bay - 01,4b,Constrained renters,S02001335,Peterhead Bay,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195791 +195791,S00091918,7c2,Constrained Young Families,S01007083,Peterhead Harbour - 03,4b,Constrained renters,S02001336,Peterhead Harbour,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195792 +195792,S00091937,7c2,Constrained Young Families,S01007082,Peterhead Harbour - 02,4b,Constrained renters,S02001336,Peterhead Harbour,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195793 +195793,S00092097,7c2,Constrained Young Families,S01007039,Macduff - 03,5e,Primary sector workers,S02001327,Macduff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195794 +195794,S00092098,7c2,Constrained Young Families,S01007039,Macduff - 03,5e,Primary sector workers,S02001327,Macduff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195795 +195795,S00091887,7c1,Challenged Transitionaries,S01007074,Peterhead Links - 03,4a,Challenged white communities,S02001334,Peterhead Links,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195796 +195796,S00091441,1c3,Detached Rural Retirement,S01006793,East Cairngorms - 05,2a,Ageing rural neighbourhoods,S02001285,East Cairngorms,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195797 +195797,S00091635,6a3,Detached Retirement Living,S01006933,Westhill North and South - 05,8b,Ageing suburbanites,S02001308,Westhill North and South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195798 +195798,S00091697,6a2,Comfortable Suburbia,S01006957,Balmedie and Potterton - 06,2b,Prospering countryside life,S02001312,Balmedie and Potterton,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195799 +195799,S00091578,5b1,Delayed Retirement,S01006844,Portlethen - 03,8c,Comfortable suburbia,S02001294,Portlethen,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195800 +195800,S00091638,6a3,Detached Retirement Living,S01006940,Westhill Central - 06,8c,Comfortable suburbia,S02001309,Westhill Central,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195801 +195801,S00091642,6a3,Detached Retirement Living,S01006939,Westhill Central - 05,8b,Ageing suburbanites,S02001309,Westhill Central,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195802 +195802,S00091643,6a3,Detached Retirement Living,S01006945,Garlogie and Elrick - 05,8a,Affluent communities,S02001310,Garlogie and Elrick,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195803 +195803,S00091648,6a3,Detached Retirement Living,S01006939,Westhill Central - 05,8b,Ageing suburbanites,S02001309,Westhill Central,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195804 +195804,S00091656,6a3,Detached Retirement Living,S01006941,Garlogie and Elrick - 01,8c,Comfortable suburbia,S02001310,Garlogie and Elrick,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195805 +195805,S00091664,6a3,Detached Retirement Living,S01006925,Blackburn - 01,8b,Ageing suburbanites,S02001307,Blackburn,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195806 +195806,S00091665,6a3,Detached Retirement Living,S01006921,Kintore - 06,8c,Comfortable suburbia,S02001306,Kintore,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195807 +195807,S00091691,6a3,Detached Retirement Living,S01006890,Kemnay - 02,8c,Comfortable suburbia,S02001302,Kemnay,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195808 +195808,S00091708,6a3,Detached Retirement Living,S01006905,Inverurie South - 04,5e,Primary sector workers,S02001304,Inverurie South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195809 +195809,S00091711,6a3,Detached Retirement Living,S01006907,Inverurie South - 06,5e,Primary sector workers,S02001304,Inverurie South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195810 +195810,S00091727,6a3,Detached Retirement Living,S01006896,Inverurie North - 03,5e,Primary sector workers,S02001303,Inverurie North,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195811 +195811,S00091752,6a3,Detached Retirement Living,S01006951,Newmachar and Fintray - 06,8b,Ageing suburbanites,S02001311,Newmachar and Fintray,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195812 +195812,S00091753,6a3,Detached Retirement Living,S01006951,Newmachar and Fintray - 06,8b,Ageing suburbanites,S02001311,Newmachar and Fintray,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195813 +195813,S00091756,6a3,Detached Retirement Living,S01006948,Newmachar and Fintray - 03,2b,Prospering countryside life,S02001311,Newmachar and Fintray,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195814 +195814,S00091758,6a3,Detached Retirement Living,S01006973,Ythanside - 02,2d,Rural traits,S02001315,Ythanside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195815 +195815,S00091786,6a3,Detached Retirement Living,S01006963,Ellon East - 06,8b,Ageing suburbanites,S02001313,Ellon East,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195816 +195816,S00091787,6a3,Detached Retirement Living,S01006963,Ellon East - 06,8b,Ageing suburbanites,S02001313,Ellon East,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195817 +195817,S00091796,6a3,Detached Retirement Living,S01006958,Ellon East - 01,8b,Ageing suburbanites,S02001313,Ellon East,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195818 +195818,S00091798,6a3,Detached Retirement Living,S01006958,Ellon East - 01,8b,Ageing suburbanites,S02001313,Ellon East,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195819 +195819,S00091799,6a3,Detached Retirement Living,S01006958,Ellon East - 01,8b,Ageing suburbanites,S02001313,Ellon East,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195820 +195820,S00091800,6a3,Detached Retirement Living,S01006958,Ellon East - 01,8b,Ageing suburbanites,S02001313,Ellon East,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195821 +195821,S00091801,6a3,Detached Retirement Living,S01006958,Ellon East - 01,8b,Ageing suburbanites,S02001313,Ellon East,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195822 +195822,S00091884,6a3,Detached Retirement Living,S01007077,Peterhead Links - 06,5d,Endeavouring social renters,S02001334,Peterhead Links,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195823 +195823,S00091920,6a3,Detached Retirement Living,S01007094,Peterhead Ugieside - 06,2d,Rural traits,S02001337,Peterhead Ugieside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195824 +195824,S00091923,6a3,Detached Retirement Living,S01007094,Peterhead Ugieside - 06,2d,Rural traits,S02001337,Peterhead Ugieside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195825 +195825,S00091980,6a3,Detached Retirement Living,S01007073,Peterhead Links - 02,2a,Ageing rural neighbourhoods,S02001334,Peterhead Links,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195826 +195826,S00091986,6a3,Detached Retirement Living,S01007057,Mintlaw - 01,2d,Rural traits,S02001331,Mintlaw,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195827 +195827,S00091996,6a3,Detached Retirement Living,S01007058,Mintlaw - 02,5e,Primary sector workers,S02001331,Mintlaw,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195828 +195828,S00092013,6a3,Detached Retirement Living,S01007018,Turriff - 02,5e,Primary sector workers,S02001323,Turriff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195829 +195829,S00092191,6a3,Detached Retirement Living,S01007122,Fraserburgh Central-Academy - 02,5e,Primary sector workers,S02001342,Fraserburgh Central-Academy,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195830 +195830,S00092209,6a3,Detached Retirement Living,S01007103,Rosehearty and Strathbeg - 01,2d,Rural traits,S02001339,Rosehearty and Strathbeg,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195831 +195831,S00092228,6a3,Detached Retirement Living,S01006847,Portlethen - 06,8b,Ageing suburbanites,S02001294,Portlethen,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195832 +195832,S00092234,6a3,Detached Retirement Living,S01006854,"Dunecht, Durris and Drumoak - 02",8b,Ageing suburbanites,S02001296,"Dunecht, Durris and Drumoak",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195833 +195833,S00092235,6a3,Detached Retirement Living,S01006870,Crathes and Torphins - 02,2d,Rural traits,S02001299,Crathes and Torphins,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195834 +195834,S00092242,6a3,Detached Retirement Living,S01006939,Westhill Central - 05,8b,Ageing suburbanites,S02001309,Westhill Central,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195835 +195835,S00092245,6a3,Detached Retirement Living,S01006925,Blackburn - 01,8b,Ageing suburbanites,S02001307,Blackburn,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195836 +195836,S00092247,6a3,Detached Retirement Living,S01006918,Kintore - 03,8c,Comfortable suburbia,S02001306,Kintore,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195837 +195837,S00092248,6a3,Detached Retirement Living,S01006920,Kintore - 05,5c,Comfortable neighbourhoods,S02001306,Kintore,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195838 +195838,S00092250,6a3,Detached Retirement Living,S01006954,Balmedie and Potterton - 03,8b,Ageing suburbanites,S02001312,Balmedie and Potterton,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195839 +195839,S00092256,6a3,Detached Retirement Living,S01006894,Inverurie North - 01,5c,Comfortable neighbourhoods,S02001303,Inverurie North,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195840 +195840,S00092260,6a3,Detached Retirement Living,S01006900,Inverurie North - 07,8c,Comfortable suburbia,S02001303,Inverurie North,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195841 +195841,S00092265,6a3,Detached Retirement Living,S01006985,Barrahill - 01,5e,Primary sector workers,S02001317,Barrahill,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195842 +195842,S00092274,6a3,Detached Retirement Living,S01006980,Ythsie - 03,2c,Remoter communities,S02001316,Ythsie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195843 +195843,S00092276,6a3,Detached Retirement Living,S01007071,Cruden - 07,5e,Primary sector workers,S02001333,Cruden,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195844 +195844,S00092316,6a3,Detached Retirement Living,S01007116,Fraserburgh Smiddyhill - 05,2c,Remoter communities,S02001340,Fraserburgh Smiddyhill,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195845 +195845,S00091543,1c3,Detached Rural Retirement,S01006790,East Cairngorms - 02,5e,Primary sector workers,S02001285,East Cairngorms,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195846 +195846,S00092284,7c1,Challenged Transitionaries,S01007074,Peterhead Links - 03,4a,Challenged white communities,S02001334,Peterhead Links,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195847 +195847,S00091625,5b1,Delayed Retirement,S01006935,Westhill Central - 01,8b,Ageing suburbanites,S02001309,Westhill Central,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195848 +195848,S00091699,6a2,Comfortable Suburbia,S01006953,Balmedie and Potterton - 02,8c,Comfortable suburbia,S02001312,Balmedie and Potterton,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195849 +195849,S00091604,1c3,Detached Rural Retirement,S01006799,Aboyne and South Deeside - 06,5e,Primary sector workers,S02001286,Aboyne and South Deeside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195850 +195850,S00091779,1c3,Detached Rural Retirement,S01007001,"Insch, Oyne and Ythanwells - 05",2a,Ageing rural neighbourhoods,S02001319,"Insch, Oyne and Ythanwells",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195851 +195851,S00091844,1c3,Detached Rural Retirement,S01007010,Huntly - 03,5a,Ageing urban communities,S02001321,Huntly,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195852 +195852,S00091906,1c3,Detached Rural Retirement,S01007078,Peterhead Bay - 01,4b,Constrained renters,S02001335,Peterhead Bay,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195853 +195853,S00091913,1c3,Detached Rural Retirement,S01007084,Peterhead Harbour - 04,5a,Ageing urban communities,S02001336,Peterhead Harbour,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195854 +195854,S00092048,1c3,Detached Rural Retirement,S01007101,Longside and Rattray - 07,5e,Primary sector workers,S02001338,Longside and Rattray,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195855 +195855,S00092383,1c3,Detached Rural Retirement,S01006957,Balmedie and Potterton - 06,2b,Prospering countryside life,S02001312,Balmedie and Potterton,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195856 +195856,S00092483,1c3,Detached Rural Retirement,S01007024,"Portsoy, Fordyce and Cornhill - 02",2c,Remoter communities,S02001324,"Portsoy, Fordyce and Cornhill",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195857 +195857,S00092583,1c3,Detached Rural Retirement,S01006873,Crathes and Torphins - 05,2a,Ageing rural neighbourhoods,S02001299,Crathes and Torphins,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195858 +195858,S00092596,1c3,Detached Rural Retirement,S01006801,Mearns and Laurencekirk - 01,2c,Remoter communities,S02001287,Mearns and Laurencekirk,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195859 +195859,S00092904,1c3,Detached Rural Retirement,S01007115,Fraserburgh Smiddyhill - 04,2a,Ageing rural neighbourhoods,S02001340,Fraserburgh Smiddyhill,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195860 +195860,S00091932,7b1,Eastern European Communities,S01007088,Peterhead Harbour - 08,4b,Constrained renters,S02001336,Peterhead Harbour,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195861 +195861,S00091933,7b1,Eastern European Communities,S01007088,Peterhead Harbour - 08,4b,Constrained renters,S02001336,Peterhead Harbour,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195862 +195862,S00091934,7b1,Eastern European Communities,S01007088,Peterhead Harbour - 08,4b,Constrained renters,S02001336,Peterhead Harbour,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195863 +195863,S00091942,7b1,Eastern European Communities,S01007083,Peterhead Harbour - 03,4b,Constrained renters,S02001336,Peterhead Harbour,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195864 +195864,S00091943,7b1,Eastern European Communities,S01007088,Peterhead Harbour - 08,4b,Constrained renters,S02001336,Peterhead Harbour,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195865 +195865,S00091944,7b1,Eastern European Communities,S01007087,Peterhead Harbour - 07,4b,Constrained renters,S02001336,Peterhead Harbour,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195866 +195866,S00091947,7b1,Eastern European Communities,S01007087,Peterhead Harbour - 07,4b,Constrained renters,S02001336,Peterhead Harbour,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195867 +195867,S00091949,7b1,Eastern European Communities,S01007086,Peterhead Harbour - 06,4b,Constrained renters,S02001336,Peterhead Harbour,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195868 +195868,S00091956,7b1,Eastern European Communities,S01007086,Peterhead Harbour - 06,4b,Constrained renters,S02001336,Peterhead Harbour,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195869 +195869,S00091961,7b1,Eastern European Communities,S01007086,Peterhead Harbour - 06,4b,Constrained renters,S02001336,Peterhead Harbour,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195870 +195870,S00091963,7b1,Eastern European Communities,S01007086,Peterhead Harbour - 06,4b,Constrained renters,S02001336,Peterhead Harbour,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195871 +195871,S00091964,7b1,Eastern European Communities,S01007086,Peterhead Harbour - 06,4b,Constrained renters,S02001336,Peterhead Harbour,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195872 +195872,S00091968,7b1,Eastern European Communities,S01007087,Peterhead Harbour - 07,4b,Constrained renters,S02001336,Peterhead Harbour,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195873 +195873,S00092294,7b1,Eastern European Communities,S01007080,Peterhead Bay - 03,4b,Constrained renters,S02001335,Peterhead Bay,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195874 +195874,S00092622,7b1,Eastern European Communities,S01006828,Stonehaven South - 06,5e,Primary sector workers,S02001291,Stonehaven South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195875 +195875,S00092938,7b1,Eastern European Communities,S01007121,Fraserburgh Central-Academy - 01,4b,Constrained renters,S02001342,Fraserburgh Central-Academy,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195876 +195876,S00091739,7b3,Endeavouring Flat Dwellers,S01006895,Inverurie North - 02,4b,Constrained renters,S02001303,Inverurie North,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195877 +195877,S00092405,7b3,Endeavouring Flat Dwellers,S01006836,Stonehaven North - 07,8c,Comfortable suburbia,S02001292,Stonehaven North,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195878 +195878,S00090971,1a2,Established Farming Communities,S01007046,New Pitsligo - 01,2c,Remoter communities,S02001329,New Pitsligo,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195879 +195879,S00091000,1a2,Established Farming Communities,S01007098,Longside and Rattray - 04,2c,Remoter communities,S02001338,Longside and Rattray,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195880 +195880,S00091012,1a2,Established Farming Communities,S01007065,Cruden - 01,2d,Rural traits,S02001333,Cruden,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195881 +195881,S00091022,1a2,Established Farming Communities,S01007096,Longside and Rattray - 02,2c,Remoter communities,S02001338,Longside and Rattray,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195882 +195882,S00091049,1a2,Established Farming Communities,S01007065,Cruden - 01,2d,Rural traits,S02001333,Cruden,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195883 +195883,S00091089,1a2,Established Farming Communities,S01006995,Fyvie-Rothie - 05,2c,Remoter communities,S02001318,Fyvie-Rothie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195884 +195884,S00091100,1a2,Established Farming Communities,S01006934,Westhill North and South - 06,2a,Ageing rural neighbourhoods,S02001308,Westhill North and South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195885 +195885,S00091101,1a2,Established Farming Communities,S01006952,Balmedie and Potterton - 01,2c,Remoter communities,S02001312,Balmedie and Potterton,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195886 +195886,S00091102,1a2,Established Farming Communities,S01006952,Balmedie and Potterton - 01,2c,Remoter communities,S02001312,Balmedie and Potterton,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195887 +195887,S00091108,1a2,Established Farming Communities,S01006949,Newmachar and Fintray - 04,2c,Remoter communities,S02001311,Newmachar and Fintray,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195888 +195888,S00091131,1a2,Established Farming Communities,S01006858,"Dunecht, Durris and Drumoak - 06",2c,Remoter communities,S02001296,"Dunecht, Durris and Drumoak",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195889 +195889,S00091135,1a2,Established Farming Communities,S01006881,Howe of Alford - 02,2c,Remoter communities,S02001301,Howe of Alford,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195890 +195890,S00091136,1a2,Established Farming Communities,S01006886,Howe of Alford - 07,2b,Prospering countryside life,S02001301,Howe of Alford,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195891 +195891,S00091141,1a2,Established Farming Communities,S01006856,"Dunecht, Durris and Drumoak - 04",2c,Remoter communities,S02001296,"Dunecht, Durris and Drumoak",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195892 +195892,S00091162,1a2,Established Farming Communities,S01006972,Ythanside - 01,2c,Remoter communities,S02001315,Ythanside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195893 +195893,S00091640,5b1,Delayed Retirement,S01006942,Garlogie and Elrick - 02,8c,Comfortable suburbia,S02001310,Garlogie and Elrick,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195894 +195894,S00092454,7c1,Challenged Transitionaries,S01006824,Stonehaven South - 02,4a,Challenged white communities,S02001291,Stonehaven South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195895 +195895,S00091700,6a2,Comfortable Suburbia,S01006953,Balmedie and Potterton - 02,8c,Comfortable suburbia,S02001312,Balmedie and Potterton,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195896 +195896,S00091658,5b1,Delayed Retirement,S01006938,Westhill Central - 04,5c,Comfortable neighbourhoods,S02001309,Westhill Central,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195897 +195897,S00091663,5b1,Delayed Retirement,S01006928,Blackburn - 04,2d,Rural traits,S02001307,Blackburn,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195898 +195898,S00091667,5b1,Delayed Retirement,S01006920,Kintore - 05,5c,Comfortable neighbourhoods,S02001306,Kintore,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195899 +195899,S00091794,5b1,Delayed Retirement,S01006962,Ellon East - 05,8b,Ageing suburbanites,S02001313,Ellon East,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195900 +195900,S00092220,5b1,Delayed Retirement,S01006859,Banchory East - 01,8a,Affluent communities,S02001297,Banchory East,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195901 +195901,S00092244,5b1,Delayed Retirement,S01006937,Westhill Central - 03,8c,Comfortable suburbia,S02001309,Westhill Central,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195902 +195902,S00092334,5b1,Delayed Retirement,S01006927,Blackburn - 03,8c,Comfortable suburbia,S02001307,Blackburn,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195903 +195903,S00092418,5b1,Delayed Retirement,S01006797,Aboyne and South Deeside - 04,2c,Remoter communities,S02001286,Aboyne and South Deeside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195904 +195904,S00092438,5b1,Delayed Retirement,S01006823,Stonehaven South - 01,8a,Affluent communities,S02001291,Stonehaven South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195905 +195905,S00091761,6a2,Comfortable Suburbia,S01006974,Ythanside - 03,8c,Comfortable suburbia,S02001315,Ythanside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195906 +195906,S00092460,5b1,Delayed Retirement,S01006844,Portlethen - 03,8c,Comfortable suburbia,S02001294,Portlethen,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195907 +195907,S00090948,6a2,Comfortable Suburbia,S01006928,Blackburn - 04,2d,Rural traits,S02001307,Blackburn,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195908 +195908,S00091762,6a2,Comfortable Suburbia,S01006974,Ythanside - 03,8c,Comfortable suburbia,S02001315,Ythanside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195909 +195909,S00092511,5b1,Delayed Retirement,S01006946,Newmachar and Fintray - 01,8c,Comfortable suburbia,S02001311,Newmachar and Fintray,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195910 +195910,S00091003,6a2,Comfortable Suburbia,S01007098,Longside and Rattray - 04,2c,Remoter communities,S02001338,Longside and Rattray,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195911 +195911,S00091004,6a2,Comfortable Suburbia,S01007091,Peterhead Ugieside - 03,5e,Primary sector workers,S02001337,Peterhead Ugieside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195912 +195912,S00091020,6a2,Comfortable Suburbia,S01007096,Longside and Rattray - 02,2c,Remoter communities,S02001338,Longside and Rattray,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195913 +195913,S00091035,6a2,Comfortable Suburbia,S01007064,Auchnagatt - 04,2c,Remoter communities,S02001332,Auchnagatt,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195914 +195914,S00091048,6a2,Comfortable Suburbia,S01007071,Cruden - 07,5e,Primary sector workers,S02001333,Cruden,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195915 +195915,S00091057,6a2,Comfortable Suburbia,S01007014,Auchterless and Monquhitter - 02,2c,Remoter communities,S02001322,Auchterless and Monquhitter,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195916 +195916,S00091111,6a2,Comfortable Suburbia,S01006950,Newmachar and Fintray - 05,8c,Comfortable suburbia,S02001311,Newmachar and Fintray,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195917 +195917,S00091112,6a2,Comfortable Suburbia,S01006950,Newmachar and Fintray - 05,8c,Comfortable suburbia,S02001311,Newmachar and Fintray,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195918 +195918,S00091123,6a2,Comfortable Suburbia,S01006943,Garlogie and Elrick - 03,8c,Comfortable suburbia,S02001310,Garlogie and Elrick,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195919 +195919,S00091126,6a2,Comfortable Suburbia,S01006932,Westhill North and South - 04,8c,Comfortable suburbia,S02001308,Westhill North and South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195920 +195920,S00091129,6a2,Comfortable Suburbia,S01006932,Westhill North and South - 04,8c,Comfortable suburbia,S02001308,Westhill North and South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195921 +195921,S00091138,6a2,Comfortable Suburbia,S01006886,Howe of Alford - 07,2b,Prospering countryside life,S02001301,Howe of Alford,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195922 +195922,S00091178,6a2,Comfortable Suburbia,S01006980,Ythsie - 03,2c,Remoter communities,S02001316,Ythsie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195923 +195923,S00091212,6a2,Comfortable Suburbia,S01006997,"Insch, Oyne and Ythanwells - 01",2c,Remoter communities,S02001319,"Insch, Oyne and Ythanwells",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195924 +195924,S00091234,6a2,Comfortable Suburbia,S01006917,Kintore - 02,8c,Comfortable suburbia,S02001306,Kintore,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195925 +195925,S00091235,6a2,Comfortable Suburbia,S01006917,Kintore - 02,8c,Comfortable suburbia,S02001306,Kintore,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195926 +195926,S00091236,6a2,Comfortable Suburbia,S01006917,Kintore - 02,8c,Comfortable suburbia,S02001306,Kintore,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195927 +195927,S00091237,6a2,Comfortable Suburbia,S01006916,Kintore - 01,5c,Comfortable neighbourhoods,S02001306,Kintore,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195928 +195928,S00091240,6a2,Comfortable Suburbia,S01006917,Kintore - 02,8c,Comfortable suburbia,S02001306,Kintore,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195929 +195929,S00091241,6a2,Comfortable Suburbia,S01006921,Kintore - 06,8c,Comfortable suburbia,S02001306,Kintore,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195930 +195930,S00091242,6a2,Comfortable Suburbia,S01006921,Kintore - 06,8c,Comfortable suburbia,S02001306,Kintore,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195931 +195931,S00091248,6a2,Comfortable Suburbia,S01006921,Kintore - 06,8c,Comfortable suburbia,S02001306,Kintore,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195932 +195932,S00091249,6a2,Comfortable Suburbia,S01006921,Kintore - 06,8c,Comfortable suburbia,S02001306,Kintore,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195933 +195933,S00091258,6a2,Comfortable Suburbia,S01006911,Durno-Chapel of Garioch - 03,8c,Comfortable suburbia,S02001305,Durno-Chapel of Garioch,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195934 +195934,S00091260,6a2,Comfortable Suburbia,S01006911,Durno-Chapel of Garioch - 03,8c,Comfortable suburbia,S02001305,Durno-Chapel of Garioch,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195935 +195935,S00091261,6a2,Comfortable Suburbia,S01006911,Durno-Chapel of Garioch - 03,8c,Comfortable suburbia,S02001305,Durno-Chapel of Garioch,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195936 +195936,S00091262,6a2,Comfortable Suburbia,S01006909,Durno-Chapel of Garioch - 01,8c,Comfortable suburbia,S02001305,Durno-Chapel of Garioch,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195937 +195937,S00091263,6a2,Comfortable Suburbia,S01006913,Durno-Chapel of Garioch - 05,2c,Remoter communities,S02001305,Durno-Chapel of Garioch,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195938 +195938,S00091264,6a2,Comfortable Suburbia,S01006909,Durno-Chapel of Garioch - 01,8c,Comfortable suburbia,S02001305,Durno-Chapel of Garioch,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195939 +195939,S00091265,6a2,Comfortable Suburbia,S01006909,Durno-Chapel of Garioch - 01,8c,Comfortable suburbia,S02001305,Durno-Chapel of Garioch,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195940 +195940,S00091266,6a2,Comfortable Suburbia,S01006909,Durno-Chapel of Garioch - 01,8c,Comfortable suburbia,S02001305,Durno-Chapel of Garioch,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195941 +195941,S00091268,6a2,Comfortable Suburbia,S01006913,Durno-Chapel of Garioch - 05,2c,Remoter communities,S02001305,Durno-Chapel of Garioch,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195942 +195942,S00091272,6a2,Comfortable Suburbia,S01006989,Barrahill - 05,2c,Remoter communities,S02001317,Barrahill,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195943 +195943,S00091276,6a2,Comfortable Suburbia,S01006990,Barrahill - 06,2b,Prospering countryside life,S02001317,Barrahill,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195944 +195944,S00091278,6a2,Comfortable Suburbia,S01006990,Barrahill - 06,2b,Prospering countryside life,S02001317,Barrahill,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195945 +195945,S00091279,6a2,Comfortable Suburbia,S01006990,Barrahill - 06,2b,Prospering countryside life,S02001317,Barrahill,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195946 +195946,S00091307,6a2,Comfortable Suburbia,S01006845,Portlethen - 04,8c,Comfortable suburbia,S02001294,Portlethen,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195947 +195947,S00091310,6a2,Comfortable Suburbia,S01006849,Banchory-Devenick and Findon - 02,5b,Aspiring urban households,S02001295,Banchory-Devenick and Findon,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195948 +195948,S00091313,6a2,Comfortable Suburbia,S01006849,Banchory-Devenick and Findon - 02,5b,Aspiring urban households,S02001295,Banchory-Devenick and Findon,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195949 +195949,S00091324,6a2,Comfortable Suburbia,S01006804,Mearns and Laurencekirk - 04,5e,Primary sector workers,S02001287,Mearns and Laurencekirk,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195950 +195950,S00091325,6a2,Comfortable Suburbia,S01006804,Mearns and Laurencekirk - 04,5e,Primary sector workers,S02001287,Mearns and Laurencekirk,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195951 +195951,S00091785,6a2,Comfortable Suburbia,S01006964,Ellon East - 07,5b,Aspiring urban households,S02001313,Ellon East,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195952 +195952,S00091788,6a2,Comfortable Suburbia,S01006963,Ellon East - 06,8b,Ageing suburbanites,S02001313,Ellon East,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195953 +195953,S00091823,6a2,Comfortable Suburbia,S01007068,Cruden - 04,5a,Ageing urban communities,S02001333,Cruden,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195954 +195954,S00091976,6a2,Comfortable Suburbia,S01007089,Peterhead Ugieside - 01,8b,Ageing suburbanites,S02001337,Peterhead Ugieside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195955 +195955,S00091999,6a2,Comfortable Suburbia,S01007059,Mintlaw - 03,5e,Primary sector workers,S02001331,Mintlaw,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195956 +195956,S00092099,6a2,Comfortable Suburbia,S01007039,Macduff - 03,5e,Primary sector workers,S02001327,Macduff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195957 +195957,S00092556,5b1,Delayed Retirement,S01006970,Ellon West - 06,8a,Affluent communities,S02001314,Ellon West,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195958 +195958,S00092207,6a2,Comfortable Suburbia,S01007103,Rosehearty and Strathbeg - 01,2d,Rural traits,S02001339,Rosehearty and Strathbeg,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195959 +195959,S00092212,6a2,Comfortable Suburbia,S01007105,Rosehearty and Strathbeg - 03,2d,Rural traits,S02001339,Rosehearty and Strathbeg,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195960 +195960,S00092628,5b1,Delayed Retirement,S01006841,Newtonhill - 03,8c,Comfortable suburbia,S02001293,Newtonhill,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195961 +195961,S00092221,6a2,Comfortable Suburbia,S01006867,Banchory West - 03,8a,Affluent communities,S02001298,Banchory West,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195962 +195962,S00092793,5b1,Delayed Retirement,S01006964,Ellon East - 07,5b,Aspiring urban households,S02001313,Ellon East,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195963 +195963,S00092226,6a2,Comfortable Suburbia,S01006847,Portlethen - 06,8b,Ageing suburbanites,S02001294,Portlethen,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195964 +195964,S00092920,5b1,Delayed Retirement,S01006884,Howe of Alford - 05,2d,Rural traits,S02001301,Howe of Alford,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195965 +195965,S00092233,6a2,Comfortable Suburbia,S01006854,"Dunecht, Durris and Drumoak - 02",8b,Ageing suburbanites,S02001296,"Dunecht, Durris and Drumoak",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195966 +195966,S00092238,6a2,Comfortable Suburbia,S01006871,Crathes and Torphins - 03,8a,Affluent communities,S02001299,Crathes and Torphins,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195967 +195967,S00092239,6a2,Comfortable Suburbia,S01006930,Westhill North and South - 02,8b,Ageing suburbanites,S02001308,Westhill North and South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195968 +195968,S00092246,6a2,Comfortable Suburbia,S01006918,Kintore - 03,8c,Comfortable suburbia,S02001306,Kintore,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195969 +195969,S00092251,6a2,Comfortable Suburbia,S01006952,Balmedie and Potterton - 01,2c,Remoter communities,S02001312,Balmedie and Potterton,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195970 +195970,S00092267,6a2,Comfortable Suburbia,S01007001,"Insch, Oyne and Ythanwells - 05",2a,Ageing rural neighbourhoods,S02001319,"Insch, Oyne and Ythanwells",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195971 +195971,S00092336,6a2,Comfortable Suburbia,S01006926,Blackburn - 02,8c,Comfortable suburbia,S02001307,Blackburn,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195972 +195972,S00092337,6a2,Comfortable Suburbia,S01006927,Blackburn - 03,8c,Comfortable suburbia,S02001307,Blackburn,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195973 +195973,S00091886,8b1,Deprived Blue-Collar Terraces,S01007075,Peterhead Links - 04,4b,Constrained renters,S02001334,Peterhead Links,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195974 +195974,S00092257,7b2,Deprived Neighbourhoods,S01006902,Inverurie South - 01,5e,Primary sector workers,S02001304,Inverurie South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195975 +195975,S00092269,7b2,Deprived Neighbourhoods,S01006959,Ellon East - 02,5a,Ageing urban communities,S02001313,Ellon East,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195976 +195976,S00092308,7b2,Deprived Neighbourhoods,S01007032,Banff - 01,5e,Primary sector workers,S02001326,Banff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195977 +195977,S00091023,6a3,Detached Retirement Living,S01007053,Deer and Mormond - 04,2c,Remoter communities,S02001330,Deer and Mormond,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195978 +195978,S00091226,6a3,Detached Retirement Living,S01006910,Durno-Chapel of Garioch - 02,2b,Prospering countryside life,S02001305,Durno-Chapel of Garioch,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195979 +195979,S00091238,6a3,Detached Retirement Living,S01006922,Kintore - 07,2c,Remoter communities,S02001306,Kintore,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195980 +195980,S00091250,6a3,Detached Retirement Living,S01006923,Kintore - 08,2a,Ageing rural neighbourhoods,S02001306,Kintore,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195981 +195981,S00091321,6a3,Detached Retirement Living,S01006853,"Dunecht, Durris and Drumoak - 01",2b,Prospering countryside life,S02001296,"Dunecht, Durris and Drumoak",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195982 +195982,S00091376,6a3,Detached Retirement Living,S01006867,Banchory West - 03,8a,Affluent communities,S02001298,Banchory West,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195983 +195983,S00091380,6a3,Detached Retirement Living,S01006800,Aboyne and South Deeside - 07,2b,Prospering countryside life,S02001286,Aboyne and South Deeside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195984 +195984,S00091413,6a3,Detached Retirement Living,S01006876,Cromar and Kildrummy - 02,2c,Remoter communities,S02001300,Cromar and Kildrummy,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195985 +195985,S00091446,6a3,Detached Retirement Living,S01006808,Mearns South and Benholm - 03,2c,Remoter communities,S02001288,Mearns South and Benholm,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195986 +195986,S00091474,6a3,Detached Retirement Living,S01006823,Stonehaven South - 01,8a,Affluent communities,S02001291,Stonehaven South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195987 +195987,S00091481,6a3,Detached Retirement Living,S01006830,Stonehaven North - 01,5c,Comfortable neighbourhoods,S02001292,Stonehaven North,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195988 +195988,S00091490,6a3,Detached Retirement Living,S01006831,Stonehaven North - 02,8b,Ageing suburbanites,S02001292,Stonehaven North,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195989 +195989,S00091496,6a3,Detached Retirement Living,S01006833,Stonehaven North - 04,8a,Affluent communities,S02001292,Stonehaven North,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195990 +195990,S00091534,6a3,Detached Retirement Living,S01006840,Newtonhill - 02,8b,Ageing suburbanites,S02001293,Newtonhill,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195991 +195991,S00091544,6a3,Detached Retirement Living,S01006790,East Cairngorms - 02,5e,Primary sector workers,S02001285,East Cairngorms,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195992 +195992,S00091550,6a3,Detached Retirement Living,S01006867,Banchory West - 03,8a,Affluent communities,S02001298,Banchory West,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195993 +195993,S00091555,6a3,Detached Retirement Living,S01006866,Banchory West - 02,8a,Affluent communities,S02001298,Banchory West,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195994 +195994,S00091559,6a3,Detached Retirement Living,S01006866,Banchory West - 02,8a,Affluent communities,S02001298,Banchory West,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195995 +195995,S00091566,6a3,Detached Retirement Living,S01006865,Banchory West - 01,2a,Ageing rural neighbourhoods,S02001298,Banchory West,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195996 +195996,S00091605,6a3,Detached Retirement Living,S01006795,Aboyne and South Deeside - 02,2a,Ageing rural neighbourhoods,S02001286,Aboyne and South Deeside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195997 +195997,S00091612,6a3,Detached Retirement Living,S01006854,"Dunecht, Durris and Drumoak - 02",8b,Ageing suburbanites,S02001296,"Dunecht, Durris and Drumoak",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195998 +195998,S00091619,6a3,Detached Retirement Living,S01006935,Westhill Central - 01,8b,Ageing suburbanites,S02001309,Westhill Central,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,195999 +195999,S00091629,6a3,Detached Retirement Living,S01006930,Westhill North and South - 02,8b,Ageing suburbanites,S02001308,Westhill North and South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196000 +196000,S00091168,1a2,Established Farming Communities,S01006979,Ythsie - 02,2d,Rural traits,S02001316,Ythsie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196001 +196001,S00091199,1a2,Established Farming Communities,S01007002,Clashindarroch - 01,2c,Remoter communities,S02001320,Clashindarroch,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196002 +196002,S00091220,1a2,Established Farming Communities,S01006992,Fyvie-Rothie - 02,2c,Remoter communities,S02001318,Fyvie-Rothie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196003 +196003,S00091225,1a2,Established Farming Communities,S01006910,Durno-Chapel of Garioch - 02,2b,Prospering countryside life,S02001305,Durno-Chapel of Garioch,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196004 +196004,S00091228,1a2,Established Farming Communities,S01006915,Durno-Chapel of Garioch - 07,2c,Remoter communities,S02001305,Durno-Chapel of Garioch,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196005 +196005,S00091231,1a2,Established Farming Communities,S01006989,Barrahill - 05,2c,Remoter communities,S02001317,Barrahill,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196006 +196006,S00091650,5a3,Families in Terraces and Flats,S01006937,Westhill Central - 03,8c,Comfortable suburbia,S02001309,Westhill Central,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196007 +196007,S00091253,1a2,Established Farming Communities,S01006924,Kintore - 09,2c,Remoter communities,S02001306,Kintore,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196008 +196008,S00091255,1a2,Established Farming Communities,S01006924,Kintore - 09,2c,Remoter communities,S02001306,Kintore,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196009 +196009,S00091273,1a2,Established Farming Communities,S01006989,Barrahill - 05,2c,Remoter communities,S02001317,Barrahill,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196010 +196010,S00091744,5a3,Families in Terraces and Flats,S01006896,Inverurie North - 03,5e,Primary sector workers,S02001303,Inverurie North,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196011 +196011,S00092153,8a2,Industrious Hardship,S01007124,Fraserburgh Central-Academy - 04,5e,Primary sector workers,S02001342,Fraserburgh Central-Academy,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196012 +196012,S00091284,1a2,Established Farming Communities,S01006957,Balmedie and Potterton - 06,2b,Prospering countryside life,S02001312,Balmedie and Potterton,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196013 +196013,S00091959,5a3,Families in Terraces and Flats,S01007085,Peterhead Harbour - 05,4b,Constrained renters,S02001336,Peterhead Harbour,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196014 +196014,S00092154,8a2,Industrious Hardship,S01007124,Fraserburgh Central-Academy - 04,5e,Primary sector workers,S02001342,Fraserburgh Central-Academy,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196015 +196015,S00091287,1a2,Established Farming Communities,S01006856,"Dunecht, Durris and Drumoak - 04",2c,Remoter communities,S02001296,"Dunecht, Durris and Drumoak",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196016 +196016,S00091808,8a2,Industrious Hardship,S01006968,Ellon West - 04,5c,Comfortable neighbourhoods,S02001314,Ellon West,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196017 +196017,S00092324,1a4,Older Farming Communities,S01007117,Fraserburgh Smiddyhill - 06,2c,Remoter communities,S02001340,Fraserburgh Smiddyhill,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196018 +196018,S00092029,5a3,Families in Terraces and Flats,S01007020,Turriff - 04,5e,Primary sector workers,S02001323,Turriff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196019 +196019,S00092909,8a2,Industrious Hardship,S01007105,Rosehearty and Strathbeg - 03,2d,Rural traits,S02001339,Rosehearty and Strathbeg,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196020 +196020,S00092160,8a2,Industrious Hardship,S01007120,Fraserburgh Lochpots - 03,4b,Constrained renters,S02001341,Fraserburgh Lochpots,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196021 +196021,S00092900,8a1,Industrious Transitions,S01007027,Aberchirder and Whitehills - 01,5e,Primary sector workers,S02001325,Aberchirder and Whitehills,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196022 +196022,S00091813,8a2,Industrious Hardship,S01006966,Ellon West - 02,5d,Endeavouring social renters,S02001314,Ellon West,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196023 +196023,S00091883,8b2,Hard-Pressed Rented Terraces,S01007077,Peterhead Links - 06,5d,Endeavouring social renters,S02001334,Peterhead Links,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196024 +196024,S00091295,1a2,Established Farming Communities,S01006976,Ythanside - 05,2c,Remoter communities,S02001315,Ythanside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196025 +196025,S00091814,8a2,Industrious Hardship,S01006966,Ellon West - 02,5d,Endeavouring social renters,S02001314,Ellon West,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196026 +196026,S00091888,8b2,Hard-Pressed Rented Terraces,S01007073,Peterhead Links - 02,2a,Ageing rural neighbourhoods,S02001334,Peterhead Links,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196027 +196027,S00092914,8a1,Industrious Transitions,S01007111,Rosehearty and Strathbeg - 09,5e,Primary sector workers,S02001339,Rosehearty and Strathbeg,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196028 +196028,S00092377,1a4,Older Farming Communities,S01006990,Barrahill - 06,2b,Prospering countryside life,S02001317,Barrahill,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196029 +196029,S00092076,5a3,Families in Terraces and Flats,S01007032,Banff - 01,5e,Primary sector workers,S02001326,Banff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196030 +196030,S00092206,8a2,Industrious Hardship,S01007103,Rosehearty and Strathbeg - 01,2d,Rural traits,S02001339,Rosehearty and Strathbeg,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196031 +196031,S00092916,8a2,Industrious Hardship,S01007109,Rosehearty and Strathbeg - 07,5e,Primary sector workers,S02001339,Rosehearty and Strathbeg,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196032 +196032,S00092214,8a2,Industrious Hardship,S01007110,Rosehearty and Strathbeg - 08,5e,Primary sector workers,S02001339,Rosehearty and Strathbeg,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196033 +196033,S00091298,1a2,Established Farming Communities,S01006977,Ythanside - 06,2c,Remoter communities,S02001315,Ythanside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196034 +196034,S00092915,8a1,Industrious Transitions,S01007111,Rosehearty and Strathbeg - 09,5e,Primary sector workers,S02001339,Rosehearty and Strathbeg,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196035 +196035,S00092178,5a3,Families in Terraces and Flats,S01007127,Fraserburgh Harbour and Broadsea - 03,4b,Constrained renters,S02001343,Fraserburgh Harbour and Broadsea,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196036 +196036,S00091824,8a2,Industrious Hardship,S01007068,Cruden - 04,5a,Ageing urban communities,S02001333,Cruden,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196037 +196037,S00092408,1a4,Older Farming Communities,S01006821,"Fetteresso, Netherley and Catter - 04",2c,Remoter communities,S02001290,"Fetteresso, Netherley and Catter",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196038 +196038,S00092943,8a2,Industrious Hardship,S01006892,Kemnay - 04,5d,Endeavouring social renters,S02001302,Kemnay,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196039 +196039,S00091924,8b2,Hard-Pressed Rented Terraces,S01007094,Peterhead Ugieside - 06,2d,Rural traits,S02001337,Peterhead Ugieside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196040 +196040,S00092304,8a2,Industrious Hardship,S01007019,Turriff - 03,5e,Primary sector workers,S02001323,Turriff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196041 +196041,S00091299,1a2,Established Farming Communities,S01006975,Ythanside - 04,2c,Remoter communities,S02001315,Ythanside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196042 +196042,S00092929,8a1,Industrious Transitions,S01006969,Ellon West - 05,5a,Ageing urban communities,S02001314,Ellon West,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196043 +196043,S00092200,5a3,Families in Terraces and Flats,S01007121,Fraserburgh Central-Academy - 01,4b,Constrained renters,S02001342,Fraserburgh Central-Academy,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196044 +196044,S00091828,8a2,Industrious Hardship,S01006991,Fyvie-Rothie - 01,2d,Rural traits,S02001318,Fyvie-Rothie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196045 +196045,S00092447,1a4,Older Farming Communities,S01007069,Cruden - 05,2d,Rural traits,S02001333,Cruden,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196046 +196046,S00092946,8a2,Industrious Hardship,S01007021,Turriff - 05,5e,Primary sector workers,S02001323,Turriff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196047 +196047,S00092101,8b2,Hard-Pressed Rented Terraces,S01007040,Macduff - 04,5e,Primary sector workers,S02001327,Macduff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196048 +196048,S00092305,8a2,Industrious Hardship,S01007021,Turriff - 05,5e,Primary sector workers,S02001323,Turriff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196049 +196049,S00091301,1a2,Established Farming Communities,S01006975,Ythanside - 04,2c,Remoter communities,S02001315,Ythanside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196050 +196050,S00091317,1a2,Established Farming Communities,S01006853,"Dunecht, Durris and Drumoak - 01",2b,Prospering countryside life,S02001296,"Dunecht, Durris and Drumoak",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196051 +196051,S00091318,1a2,Established Farming Communities,S01006848,Banchory-Devenick and Findon - 01,2a,Ageing rural neighbourhoods,S02001295,Banchory-Devenick and Findon,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196052 +196052,S00091322,1a2,Established Farming Communities,S01006853,"Dunecht, Durris and Drumoak - 01",2b,Prospering countryside life,S02001296,"Dunecht, Durris and Drumoak",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196053 +196053,S00091338,1a2,Established Farming Communities,S01006802,Mearns and Laurencekirk - 02,2c,Remoter communities,S02001287,Mearns and Laurencekirk,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196054 +196054,S00091350,1a2,Established Farming Communities,S01006812,Mearns North and Inverbervie - 02,2c,Remoter communities,S02001289,Mearns North and Inverbervie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196055 +196055,S00091356,1a2,Established Farming Communities,S01006822,"Fetteresso, Netherley and Catter - 05",2c,Remoter communities,S02001290,"Fetteresso, Netherley and Catter",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196056 +196056,S00091374,1a2,Established Farming Communities,S01006818,"Fetteresso, Netherley and Catter - 01",2c,Remoter communities,S02001290,"Fetteresso, Netherley and Catter",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196057 +196057,S00091379,1a2,Established Farming Communities,S01006800,Aboyne and South Deeside - 07,2b,Prospering countryside life,S02001286,Aboyne and South Deeside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196058 +196058,S00091382,1a2,Established Farming Communities,S01006800,Aboyne and South Deeside - 07,2b,Prospering countryside life,S02001286,Aboyne and South Deeside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196059 +196059,S00091388,1a2,Established Farming Communities,S01006855,"Dunecht, Durris and Drumoak - 03",2c,Remoter communities,S02001296,"Dunecht, Durris and Drumoak",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196060 +196060,S00091391,1a2,Established Farming Communities,S01006857,"Dunecht, Durris and Drumoak - 05",2c,Remoter communities,S02001296,"Dunecht, Durris and Drumoak",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196061 +196061,S00091393,1a2,Established Farming Communities,S01006857,"Dunecht, Durris and Drumoak - 05",2c,Remoter communities,S02001296,"Dunecht, Durris and Drumoak",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196062 +196062,S00091398,1a2,Established Farming Communities,S01006873,Crathes and Torphins - 05,2a,Ageing rural neighbourhoods,S02001299,Crathes and Torphins,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196063 +196063,S00091419,1a2,Established Farming Communities,S01006796,Aboyne and South Deeside - 03,2c,Remoter communities,S02001286,Aboyne and South Deeside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196064 +196064,S00091426,1a2,Established Farming Communities,S01006869,Crathes and Torphins - 01,2c,Remoter communities,S02001299,Crathes and Torphins,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196065 +196065,S00091597,1a2,Established Farming Communities,S01006852,Banchory-Devenick and Findon - 05,2b,Prospering countryside life,S02001295,Banchory-Devenick and Findon,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196066 +196066,S00092201,1a2,Established Farming Communities,S01007112,Fraserburgh Smiddyhill - 01,2c,Remoter communities,S02001340,Fraserburgh Smiddyhill,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196067 +196067,S00092236,1a2,Established Farming Communities,S01006870,Crathes and Torphins - 02,2d,Rural traits,S02001299,Crathes and Torphins,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196068 +196068,S00092302,1a2,Established Farming Communities,S01007051,Deer and Mormond - 02,5e,Primary sector workers,S02001330,Deer and Mormond,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196069 +196069,S00092326,1a2,Established Farming Communities,S01007022,Turriff - 06,2d,Rural traits,S02001323,Turriff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196070 +196070,S00092399,1a2,Established Farming Communities,S01006852,Banchory-Devenick and Findon - 05,2b,Prospering countryside life,S02001295,Banchory-Devenick and Findon,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196071 +196071,S00092400,1a2,Established Farming Communities,S01006848,Banchory-Devenick and Findon - 01,2a,Ageing rural neighbourhoods,S02001295,Banchory-Devenick and Findon,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196072 +196072,S00092413,1a2,Established Farming Communities,S01006855,"Dunecht, Durris and Drumoak - 03",2c,Remoter communities,S02001296,"Dunecht, Durris and Drumoak",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196073 +196073,S00092507,1a2,Established Farming Communities,S01006949,Newmachar and Fintray - 04,2c,Remoter communities,S02001311,Newmachar and Fintray,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196074 +196074,S00092508,1a2,Established Farming Communities,S01006949,Newmachar and Fintray - 04,2c,Remoter communities,S02001311,Newmachar and Fintray,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196075 +196075,S00092509,1a2,Established Farming Communities,S01006948,Newmachar and Fintray - 03,2b,Prospering countryside life,S02001311,Newmachar and Fintray,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196076 +196076,S00092539,1a2,Established Farming Communities,S01006909,Durno-Chapel of Garioch - 01,8c,Comfortable suburbia,S02001305,Durno-Chapel of Garioch,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196077 +196077,S00092540,1a2,Established Farming Communities,S01006914,Durno-Chapel of Garioch - 06,2c,Remoter communities,S02001305,Durno-Chapel of Garioch,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196078 +196078,S00092579,1a2,Established Farming Communities,S01006798,Aboyne and South Deeside - 05,2c,Remoter communities,S02001286,Aboyne and South Deeside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196079 +196079,S00092580,1a2,Established Farming Communities,S01006873,Crathes and Torphins - 05,2a,Ageing rural neighbourhoods,S02001299,Crathes and Torphins,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196080 +196080,S00092586,1a2,Established Farming Communities,S01006808,Mearns South and Benholm - 03,2c,Remoter communities,S02001288,Mearns South and Benholm,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196081 +196081,S00092708,1a2,Established Farming Communities,S01006883,Howe of Alford - 04,5e,Primary sector workers,S02001301,Howe of Alford,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196082 +196082,S00092726,1a2,Established Farming Communities,S01006905,Inverurie South - 04,5e,Primary sector workers,S02001304,Inverurie South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196083 +196083,S00092852,1a2,Established Farming Communities,S01007063,Auchnagatt - 03,5e,Primary sector workers,S02001332,Auchnagatt,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196084 +196084,S00092976,1a2,Established Farming Communities,S01006973,Ythanside - 02,2d,Rural traits,S02001315,Ythanside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196085 +196085,S00092931,8a1,Industrious Transitions,S01007054,Deer and Mormond - 05,5e,Primary sector workers,S02001330,Deer and Mormond,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196086 +196086,S00091526,7a2,Hampered Aspiration,S01006828,Stonehaven South - 06,5e,Primary sector workers,S02001291,Stonehaven South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196087 +196087,S00092448,1a4,Older Farming Communities,S01006790,East Cairngorms - 02,5e,Primary sector workers,S02001285,East Cairngorms,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196088 +196088,S00092320,8a2,Industrious Hardship,S01007124,Fraserburgh Central-Academy - 04,5e,Primary sector workers,S02001342,Fraserburgh Central-Academy,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196089 +196089,S00092947,8a2,Industrious Hardship,S01007021,Turriff - 05,5e,Primary sector workers,S02001323,Turriff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196090 +196090,S00092103,8b2,Hard-Pressed Rented Terraces,S01007040,Macduff - 04,5e,Primary sector workers,S02001327,Macduff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196091 +196091,S00092945,8a1,Industrious Transitions,S01006998,"Insch, Oyne and Ythanwells - 02",2c,Remoter communities,S02001319,"Insch, Oyne and Ythanwells",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196092 +196092,S00092484,1a4,Older Farming Communities,S01007024,"Portsoy, Fordyce and Cornhill - 02",2c,Remoter communities,S02001324,"Portsoy, Fordyce and Cornhill",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196093 +196093,S00092363,8d2,Hard-Pressed Ethnic Mix,S01007008,Huntly - 01,5e,Primary sector workers,S02001321,Huntly,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196094 +196094,S00092955,8a2,Industrious Hardship,S01006892,Kemnay - 04,5d,Endeavouring social renters,S02001302,Kemnay,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196095 +196095,S00092452,8a2,Industrious Hardship,S01006803,Mearns and Laurencekirk - 03,5e,Primary sector workers,S02001287,Mearns and Laurencekirk,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196096 +196096,S00091839,8a2,Industrious Hardship,S01007012,Huntly - 05,4a,Challenged white communities,S02001321,Huntly,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196097 +196097,S00092970,8a2,Industrious Hardship,S01007114,Fraserburgh Smiddyhill - 03,5e,Primary sector workers,S02001340,Fraserburgh Smiddyhill,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196098 +196098,S00092742,8d2,Hard-Pressed Ethnic Mix,S01006895,Inverurie North - 02,4b,Constrained renters,S02001303,Inverurie North,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196099 +196099,S00091857,8a2,Industrious Hardship,S01007008,Huntly - 01,5e,Primary sector workers,S02001321,Huntly,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196100 +196100,S00092581,1a4,Older Farming Communities,S01006873,Crathes and Torphins - 05,2a,Ageing rural neighbourhoods,S02001299,Crathes and Torphins,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196101 +196101,S00092972,8a1,Industrious Transitions,S01007114,Fraserburgh Smiddyhill - 03,5e,Primary sector workers,S02001340,Fraserburgh Smiddyhill,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196102 +196102,S00092463,8a2,Industrious Hardship,S01006906,Inverurie South - 05,4a,Challenged white communities,S02001304,Inverurie South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196103 +196103,S00091171,8a1,Industrious Transitions,S01006978,Ythsie - 01,2c,Remoter communities,S02001316,Ythsie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196104 +196104,S00092133,8b2,Hard-Pressed Rented Terraces,S01007119,Fraserburgh Lochpots - 02,4a,Challenged white communities,S02001341,Fraserburgh Lochpots,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196105 +196105,S00091864,8d3,Hard-Pressed European Settlers,S01007069,Cruden - 05,2d,Rural traits,S02001333,Cruden,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196106 +196106,S00091867,8a2,Industrious Hardship,S01007070,Cruden - 06,5e,Primary sector workers,S02001333,Cruden,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196107 +196107,S00092664,1a4,Older Farming Communities,S01006795,Aboyne and South Deeside - 02,2a,Ageing rural neighbourhoods,S02001286,Aboyne and South Deeside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196108 +196108,S00091519,2c1,Migrant Families,S01006835,Stonehaven North - 06,5e,Primary sector workers,S02001292,Stonehaven North,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196109 +196109,S00092466,8a2,Industrious Hardship,S01006901,Inverurie North - 08,5e,Primary sector workers,S02001303,Inverurie North,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196110 +196110,S00091411,8a1,Industrious Transitions,S01006876,Cromar and Kildrummy - 02,2c,Remoter communities,S02001300,Cromar and Kildrummy,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196111 +196111,S00092141,8b2,Hard-Pressed Rented Terraces,S01007118,Fraserburgh Lochpots - 01,4b,Constrained renters,S02001341,Fraserburgh Lochpots,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196112 +196112,S00092786,1a4,Older Farming Communities,S01007000,"Insch, Oyne and Ythanwells - 04",2d,Rural traits,S02001319,"Insch, Oyne and Ythanwells",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196113 +196113,S00091546,2c1,Migrant Families,S01006865,Banchory West - 01,2a,Ageing rural neighbourhoods,S02001298,Banchory West,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196114 +196114,S00091925,8d3,Hard-Pressed European Settlers,S01007081,Peterhead Harbour - 01,4b,Constrained renters,S02001336,Peterhead Harbour,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196115 +196115,S00092147,8b2,Hard-Pressed Rented Terraces,S01007114,Fraserburgh Smiddyhill - 03,5e,Primary sector workers,S02001340,Fraserburgh Smiddyhill,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196116 +196116,S00091869,8a2,Industrious Hardship,S01007070,Cruden - 06,5e,Primary sector workers,S02001333,Cruden,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196117 +196117,S00091412,8a1,Industrious Transitions,S01006876,Cromar and Kildrummy - 02,2c,Remoter communities,S02001300,Cromar and Kildrummy,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196118 +196118,S00092476,8a2,Industrious Hardship,S01007078,Peterhead Bay - 01,4b,Constrained renters,S02001335,Peterhead Bay,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196119 +196119,S00092824,1a4,Older Farming Communities,S01007071,Cruden - 07,5e,Primary sector workers,S02001333,Cruden,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196120 +196120,S00091718,2c1,Migrant Families,S01006907,Inverurie South - 06,5e,Primary sector workers,S02001304,Inverurie South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196121 +196121,S00092859,1a4,Older Farming Communities,S01007058,Mintlaw - 02,5e,Primary sector workers,S02001331,Mintlaw,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196122 +196122,S00091450,8a1,Industrious Transitions,S01006809,Mearns South and Benholm - 04,2d,Rural traits,S02001288,Mearns South and Benholm,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196123 +196123,S00092063,8d3,Hard-Pressed European Settlers,S01007035,Banff - 04,4b,Constrained renters,S02001326,Banff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196124 +196124,S00092486,8a2,Industrious Hardship,S01007023,"Portsoy, Fordyce and Cornhill - 01",2c,Remoter communities,S02001324,"Portsoy, Fordyce and Cornhill",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196125 +196125,S00092166,8b2,Hard-Pressed Rented Terraces,S01007128,Fraserburgh Harbour and Broadsea - 04,4b,Constrained renters,S02001343,Fraserburgh Harbour and Broadsea,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196126 +196126,S00091731,2c1,Migrant Families,S01006896,Inverurie North - 03,5e,Primary sector workers,S02001303,Inverurie North,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196127 +196127,S00091870,8a2,Industrious Hardship,S01007069,Cruden - 05,2d,Rural traits,S02001333,Cruden,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196128 +196128,S00092860,1a4,Older Farming Communities,S01007057,Mintlaw - 01,2d,Rural traits,S02001331,Mintlaw,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196129 +196129,S00091475,8a1,Industrious Transitions,S01006825,Stonehaven South - 03,5b,Aspiring urban households,S02001291,Stonehaven South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196130 +196130,S00092878,1a4,Older Farming Communities,S01007030,Aberchirder and Whitehills - 04,5e,Primary sector workers,S02001325,Aberchirder and Whitehills,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196131 +196131,S00092107,8d3,Hard-Pressed European Settlers,S01007037,Macduff - 01,5e,Primary sector workers,S02001327,Macduff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196132 +196132,S00092497,8a2,Industrious Hardship,S01007052,Deer and Mormond - 03,2c,Remoter communities,S02001330,Deer and Mormond,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196133 +196133,S00091972,8a2,Industrious Hardship,S01007092,Peterhead Ugieside - 04,4a,Challenged white communities,S02001337,Peterhead Ugieside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196134 +196134,S00091955,2c1,Migrant Families,S01007086,Peterhead Harbour - 06,4b,Constrained renters,S02001336,Peterhead Harbour,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196135 +196135,S00091590,8a1,Industrious Transitions,S01006850,Banchory-Devenick and Findon - 03,5b,Aspiring urban households,S02001295,Banchory-Devenick and Findon,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196136 +196136,S00092224,8b2,Hard-Pressed Rented Terraces,S01006851,Banchory-Devenick and Findon - 04,5c,Comfortable neighbourhoods,S02001295,Banchory-Devenick and Findon,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196137 +196137,S00092893,1a4,Older Farming Communities,S01007044,Gardenstown and King Edward - 03,2d,Rural traits,S02001328,Gardenstown and King Edward,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196138 +196138,S00092138,8d3,Hard-Pressed European Settlers,S01007118,Fraserburgh Lochpots - 01,4b,Constrained renters,S02001341,Fraserburgh Lochpots,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196139 +196139,S00092139,8d3,Hard-Pressed European Settlers,S01007118,Fraserburgh Lochpots - 01,4b,Constrained renters,S02001341,Fraserburgh Lochpots,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196140 +196140,S00092140,8d3,Hard-Pressed European Settlers,S01007118,Fraserburgh Lochpots - 01,4b,Constrained renters,S02001341,Fraserburgh Lochpots,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196141 +196141,S00092159,8d3,Hard-Pressed European Settlers,S01007120,Fraserburgh Lochpots - 03,4b,Constrained renters,S02001341,Fraserburgh Lochpots,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196142 +196142,S00092163,8d3,Hard-Pressed European Settlers,S01007128,Fraserburgh Harbour and Broadsea - 04,4b,Constrained renters,S02001343,Fraserburgh Harbour and Broadsea,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196143 +196143,S00092168,8d3,Hard-Pressed European Settlers,S01007126,Fraserburgh Harbour and Broadsea - 02,4b,Constrained renters,S02001343,Fraserburgh Harbour and Broadsea,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196144 +196144,S00092169,8d3,Hard-Pressed European Settlers,S01007125,Fraserburgh Harbour and Broadsea - 01,4b,Constrained renters,S02001343,Fraserburgh Harbour and Broadsea,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196145 +196145,S00092172,8d3,Hard-Pressed European Settlers,S01007125,Fraserburgh Harbour and Broadsea - 01,4b,Constrained renters,S02001343,Fraserburgh Harbour and Broadsea,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196146 +196146,S00092173,8d3,Hard-Pressed European Settlers,S01007125,Fraserburgh Harbour and Broadsea - 01,4b,Constrained renters,S02001343,Fraserburgh Harbour and Broadsea,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196147 +196147,S00092177,8d3,Hard-Pressed European Settlers,S01007127,Fraserburgh Harbour and Broadsea - 03,4b,Constrained renters,S02001343,Fraserburgh Harbour and Broadsea,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196148 +196148,S00092215,8d3,Hard-Pressed European Settlers,S01007110,Rosehearty and Strathbeg - 08,5e,Primary sector workers,S02001339,Rosehearty and Strathbeg,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196149 +196149,S00092297,8d3,Hard-Pressed European Settlers,S01007092,Peterhead Ugieside - 04,4a,Challenged white communities,S02001337,Peterhead Ugieside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196150 +196150,S00092470,8d3,Hard-Pressed European Settlers,S01007118,Fraserburgh Lochpots - 01,4b,Constrained renters,S02001341,Fraserburgh Lochpots,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196151 +196151,S00092471,8d3,Hard-Pressed European Settlers,S01007120,Fraserburgh Lochpots - 03,4b,Constrained renters,S02001341,Fraserburgh Lochpots,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196152 +196152,S00092566,8d3,Hard-Pressed European Settlers,S01006812,Mearns North and Inverbervie - 02,2c,Remoter communities,S02001289,Mearns North and Inverbervie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196153 +196153,S00092832,8d3,Hard-Pressed European Settlers,S01007075,Peterhead Links - 04,4b,Constrained renters,S02001334,Peterhead Links,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196154 +196154,S00092834,8d3,Hard-Pressed European Settlers,S01007074,Peterhead Links - 03,4a,Challenged white communities,S02001334,Peterhead Links,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196155 +196155,S00091467,8b2,Hard-Pressed Rented Terraces,S01006815,Mearns North and Inverbervie - 05,5e,Primary sector workers,S02001289,Mearns North and Inverbervie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196156 +196156,S00091473,8b2,Hard-Pressed Rented Terraces,S01006825,Stonehaven South - 03,5b,Aspiring urban households,S02001291,Stonehaven South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196157 +196157,S00091478,8b2,Hard-Pressed Rented Terraces,S01006824,Stonehaven South - 02,4a,Challenged white communities,S02001291,Stonehaven South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196158 +196158,S00091539,8b2,Hard-Pressed Rented Terraces,S01006839,Newtonhill - 01,5d,Endeavouring social renters,S02001293,Newtonhill,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196159 +196159,S00091560,8b2,Hard-Pressed Rented Terraces,S01006868,Banchory West - 04,5e,Primary sector workers,S02001298,Banchory West,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196160 +196160,S00091571,8b2,Hard-Pressed Rented Terraces,S01006860,Banchory East - 02,5e,Primary sector workers,S02001297,Banchory East,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196161 +196161,S00091572,8b2,Hard-Pressed Rented Terraces,S01006863,Banchory East - 05,5e,Primary sector workers,S02001297,Banchory East,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196162 +196162,S00091818,8b2,Hard-Pressed Rented Terraces,S01007068,Cruden - 04,5a,Ageing urban communities,S02001333,Cruden,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196163 +196163,S00091835,8b2,Hard-Pressed Rented Terraces,S01007012,Huntly - 05,4a,Challenged white communities,S02001321,Huntly,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196164 +196164,S00091837,8b2,Hard-Pressed Rented Terraces,S01007012,Huntly - 05,4a,Challenged white communities,S02001321,Huntly,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196165 +196165,S00091838,8b2,Hard-Pressed Rented Terraces,S01007012,Huntly - 05,4a,Challenged white communities,S02001321,Huntly,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196166 +196166,S00091873,8b2,Hard-Pressed Rented Terraces,S01007076,Peterhead Links - 05,5d,Endeavouring social renters,S02001334,Peterhead Links,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196167 +196167,S00091874,8b2,Hard-Pressed Rented Terraces,S01007076,Peterhead Links - 05,5d,Endeavouring social renters,S02001334,Peterhead Links,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196168 +196168,S00091875,8b2,Hard-Pressed Rented Terraces,S01007072,Peterhead Links - 01,2d,Rural traits,S02001334,Peterhead Links,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196169 +196169,S00091877,8b2,Hard-Pressed Rented Terraces,S01007076,Peterhead Links - 05,5d,Endeavouring social renters,S02001334,Peterhead Links,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196170 +196170,S00091878,8b2,Hard-Pressed Rented Terraces,S01007076,Peterhead Links - 05,5d,Endeavouring social renters,S02001334,Peterhead Links,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196171 +196171,S00091880,8b2,Hard-Pressed Rented Terraces,S01007075,Peterhead Links - 04,4b,Constrained renters,S02001334,Peterhead Links,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196172 +196172,S00091881,8b2,Hard-Pressed Rented Terraces,S01007075,Peterhead Links - 04,4b,Constrained renters,S02001334,Peterhead Links,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196173 +196173,S00091882,8b2,Hard-Pressed Rented Terraces,S01007077,Peterhead Links - 06,5d,Endeavouring social renters,S02001334,Peterhead Links,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196174 +196174,S00091951,7a3,Multi-Ethnic Hardship,S01007086,Peterhead Harbour - 06,4b,Constrained renters,S02001336,Peterhead Harbour,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196175 +196175,S00092232,8b2,Hard-Pressed Rented Terraces,S01006851,Banchory-Devenick and Findon - 04,5c,Comfortable neighbourhoods,S02001295,Banchory-Devenick and Findon,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196176 +196176,S00092515,8a2,Industrious Hardship,S01006886,Howe of Alford - 07,2b,Prospering countryside life,S02001301,Howe of Alford,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196177 +196177,S00091591,8a1,Industrious Transitions,S01006849,Banchory-Devenick and Findon - 02,5b,Aspiring urban households,S02001295,Banchory-Devenick and Findon,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196178 +196178,S00092548,8a2,Industrious Hardship,S01006857,"Dunecht, Durris and Drumoak - 05",2c,Remoter communities,S02001296,"Dunecht, Durris and Drumoak",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196179 +196179,S00091122,5a2,Multi-Ethnic Professionals with Families,S01006944,Garlogie and Elrick - 04,3a,Achieving neighbourhoods,S02001310,Garlogie and Elrick,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196180 +196180,S00092439,8b2,Hard-Pressed Rented Terraces,S01006825,Stonehaven South - 03,5b,Aspiring urban households,S02001291,Stonehaven South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196181 +196181,S00091977,8a2,Industrious Hardship,S01007077,Peterhead Links - 06,5d,Endeavouring social renters,S02001334,Peterhead Links,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196182 +196182,S00092561,8a2,Industrious Hardship,S01006806,Mearns South and Benholm - 01,2c,Remoter communities,S02001288,Mearns South and Benholm,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196183 +196183,S00091593,8a1,Industrious Transitions,S01006850,Banchory-Devenick and Findon - 03,5b,Aspiring urban households,S02001295,Banchory-Devenick and Findon,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196184 +196184,S00091461,5a2,Multi-Ethnic Professionals with Families,S01006805,Mearns and Laurencekirk - 05,2d,Rural traits,S02001287,Mearns and Laurencekirk,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196185 +196185,S00091579,5a2,Multi-Ethnic Professionals with Families,S01006844,Portlethen - 03,8c,Comfortable suburbia,S02001294,Portlethen,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196186 +196186,S00092093,5a2,Multi-Ethnic Professionals with Families,S01007038,Macduff - 02,5e,Primary sector workers,S02001327,Macduff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196187 +196187,S00092897,1a4,Older Farming Communities,S01007026,"Portsoy, Fordyce and Cornhill - 04",5e,Primary sector workers,S02001324,"Portsoy, Fordyce and Cornhill",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196188 +196188,S00091594,8a1,Industrious Transitions,S01006851,Banchory-Devenick and Findon - 04,5c,Comfortable neighbourhoods,S02001295,Banchory-Devenick and Findon,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196189 +196189,S00092600,8a2,Industrious Hardship,S01006813,Mearns North and Inverbervie - 03,5e,Primary sector workers,S02001289,Mearns North and Inverbervie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196190 +196190,S00092223,6b1,Multi-Ethnic Suburbia,S01006863,Banchory East - 05,5e,Primary sector workers,S02001297,Banchory East,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196191 +196191,S00091984,8a2,Industrious Hardship,S01007050,Deer and Mormond - 01,2d,Rural traits,S02001330,Deer and Mormond,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196192 +196192,S00092926,1a4,Older Farming Communities,S01006789,East Cairngorms - 01,5a,Ageing urban communities,S02001285,East Cairngorms,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196193 +196193,S00091598,8a1,Industrious Transitions,S01006850,Banchory-Devenick and Findon - 03,5b,Aspiring urban households,S02001295,Banchory-Devenick and Findon,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196194 +196194,S00092443,8b2,Hard-Pressed Rented Terraces,S01006839,Newtonhill - 01,5d,Endeavouring social renters,S02001293,Newtonhill,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196195 +196195,S00092633,8a2,Industrious Hardship,S01006790,East Cairngorms - 02,5e,Primary sector workers,S02001285,East Cairngorms,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196196 +196196,S00090967,1a4,Older Farming Communities,S01007109,Rosehearty and Strathbeg - 07,5e,Primary sector workers,S02001339,Rosehearty and Strathbeg,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196197 +196197,S00091987,8a2,Industrious Hardship,S01007058,Mintlaw - 02,5e,Primary sector workers,S02001331,Mintlaw,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196198 +196198,S00092964,1a4,Older Farming Communities,S01007073,Peterhead Links - 02,2a,Ageing rural neighbourhoods,S02001334,Peterhead Links,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196199 +196199,S00091647,8a1,Industrious Transitions,S01006942,Garlogie and Elrick - 02,8c,Comfortable suburbia,S02001310,Garlogie and Elrick,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196200 +196200,S00092980,1a4,Older Farming Communities,S01006848,Banchory-Devenick and Findon - 01,2a,Ageing rural neighbourhoods,S02001295,Banchory-Devenick and Findon,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196201 +196201,S00092645,8a2,Industrious Hardship,S01006860,Banchory East - 02,5e,Primary sector workers,S02001297,Banchory East,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196202 +196202,S00091991,8a2,Industrious Hardship,S01007059,Mintlaw - 03,5e,Primary sector workers,S02001331,Mintlaw,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196203 +196203,S00091016,1a4,Older Farming Communities,S01007066,Cruden - 02,2c,Remoter communities,S02001333,Cruden,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196204 +196204,S00091659,8a1,Industrious Transitions,S01006941,Garlogie and Elrick - 01,8c,Comfortable suburbia,S02001310,Garlogie and Elrick,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196205 +196205,S00092469,8b2,Hard-Pressed Rented Terraces,S01007118,Fraserburgh Lochpots - 01,4b,Constrained renters,S02001341,Fraserburgh Lochpots,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196206 +196206,S00091113,6b4,Older Workers and Retirement,S01006950,Newmachar and Fintray - 05,8c,Comfortable suburbia,S02001311,Newmachar and Fintray,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196207 +196207,S00092668,8a2,Industrious Hardship,S01006799,Aboyne and South Deeside - 06,5e,Primary sector workers,S02001286,Aboyne and South Deeside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196208 +196208,S00091993,8a2,Industrious Hardship,S01007060,Mintlaw - 04,5d,Endeavouring social renters,S02001331,Mintlaw,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196209 +196209,S00091055,1a4,Older Farming Communities,S01007030,Aberchirder and Whitehills - 04,5e,Primary sector workers,S02001325,Aberchirder and Whitehills,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196210 +196210,S00092644,8b2,Hard-Pressed Rented Terraces,S01006860,Banchory East - 02,5e,Primary sector workers,S02001297,Banchory East,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196211 +196211,S00091233,6b4,Older Workers and Retirement,S01006917,Kintore - 02,8c,Comfortable suburbia,S02001306,Kintore,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196212 +196212,S00091660,8a1,Industrious Transitions,S01006941,Garlogie and Elrick - 01,8c,Comfortable suburbia,S02001310,Garlogie and Elrick,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196213 +196213,S00092672,8a2,Industrious Hardship,S01006854,"Dunecht, Durris and Drumoak - 02",8b,Ageing suburbanites,S02001296,"Dunecht, Durris and Drumoak",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196214 +196214,S00091151,1a4,Older Farming Communities,S01006887,Howe of Alford - 08,2b,Prospering countryside life,S02001301,Howe of Alford,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196215 +196215,S00091994,8a2,Industrious Hardship,S01007060,Mintlaw - 04,5d,Endeavouring social renters,S02001331,Mintlaw,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196216 +196216,S00092828,8b2,Hard-Pressed Rented Terraces,S01007075,Peterhead Links - 04,4b,Constrained renters,S02001334,Peterhead Links,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196217 +196217,S00091323,6b4,Older Workers and Retirement,S01006804,Mearns and Laurencekirk - 04,5e,Primary sector workers,S02001287,Mearns and Laurencekirk,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196218 +196218,S00091683,8a1,Industrious Transitions,S01006889,Kemnay - 01,5d,Endeavouring social renters,S02001302,Kemnay,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196219 +196219,S00091362,6b4,Older Workers and Retirement,S01006820,"Fetteresso, Netherley and Catter - 03",2b,Prospering countryside life,S02001290,"Fetteresso, Netherley and Catter",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196220 +196220,S00092673,8a2,Industrious Hardship,S01006854,"Dunecht, Durris and Drumoak - 02",8b,Ageing suburbanites,S02001296,"Dunecht, Durris and Drumoak",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196221 +196221,S00091995,8a2,Industrious Hardship,S01007060,Mintlaw - 04,5d,Endeavouring social renters,S02001331,Mintlaw,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196222 +196222,S00091685,8a1,Industrious Transitions,S01006889,Kemnay - 01,5d,Endeavouring social renters,S02001302,Kemnay,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196223 +196223,S00091246,1a4,Older Farming Communities,S01006922,Kintore - 07,2c,Remoter communities,S02001306,Kintore,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196224 +196224,S00092829,8b2,Hard-Pressed Rented Terraces,S01007077,Peterhead Links - 06,5d,Endeavouring social renters,S02001334,Peterhead Links,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196225 +196225,S00091486,6b4,Older Workers and Retirement,S01006838,Stonehaven North - 09,8c,Comfortable suburbia,S02001292,Stonehaven North,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196226 +196226,S00092681,8a2,Industrious Hardship,S01006875,Cromar and Kildrummy - 01,2d,Rural traits,S02001300,Cromar and Kildrummy,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196227 +196227,S00091998,8a2,Industrious Hardship,S01007060,Mintlaw - 04,5d,Endeavouring social renters,S02001331,Mintlaw,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196228 +196228,S00092835,8b2,Hard-Pressed Rented Terraces,S01007074,Peterhead Links - 03,4a,Challenged white communities,S02001334,Peterhead Links,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196229 +196229,S00091523,6b4,Older Workers and Retirement,S01006828,Stonehaven South - 06,5e,Primary sector workers,S02001291,Stonehaven South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196230 +196230,S00091817,8a1,Industrious Transitions,S01007068,Cruden - 04,5a,Ageing urban communities,S02001333,Cruden,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196231 +196231,S00092682,8a2,Industrious Hardship,S01006875,Cromar and Kildrummy - 01,2d,Rural traits,S02001300,Cromar and Kildrummy,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196232 +196232,S00092009,8a2,Industrious Hardship,S01007100,Longside and Rattray - 06,2c,Remoter communities,S02001338,Longside and Rattray,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196233 +196233,S00091309,1a4,Older Farming Communities,S01006852,Banchory-Devenick and Findon - 05,2b,Prospering countryside life,S02001295,Banchory-Devenick and Findon,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196234 +196234,S00092885,8b2,Hard-Pressed Rented Terraces,S01007033,Banff - 02,5e,Primary sector workers,S02001326,Banff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196235 +196235,S00091537,6b4,Older Workers and Retirement,S01006839,Newtonhill - 01,5d,Endeavouring social renters,S02001293,Newtonhill,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196236 +196236,S00091821,8a1,Industrious Transitions,S01007065,Cruden - 01,2d,Rural traits,S02001333,Cruden,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196237 +196237,S00092694,8a2,Industrious Hardship,S01006928,Blackburn - 04,2d,Rural traits,S02001307,Blackburn,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196238 +196238,S00091557,6b4,Older Workers and Retirement,S01006866,Banchory West - 02,8a,Affluent communities,S02001298,Banchory West,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196239 +196239,S00091400,1a4,Older Farming Communities,S01006872,Crathes and Torphins - 04,2c,Remoter communities,S02001299,Crathes and Torphins,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196240 +196240,S00091863,8a1,Industrious Transitions,S01007069,Cruden - 05,2d,Rural traits,S02001333,Cruden,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196241 +196241,S00092015,8a2,Industrious Hardship,S01007017,Turriff - 01,5e,Primary sector workers,S02001323,Turriff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196242 +196242,S00092888,8b2,Hard-Pressed Rented Terraces,S01007033,Banff - 02,5e,Primary sector workers,S02001326,Banff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196243 +196243,S00092695,8a2,Industrious Hardship,S01006928,Blackburn - 04,2d,Rural traits,S02001307,Blackburn,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196244 +196244,S00091570,6b4,Older Workers and Retirement,S01006862,Banchory East - 04,5c,Comfortable neighbourhoods,S02001297,Banchory East,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196245 +196245,S00091422,1a4,Older Farming Communities,S01006796,Aboyne and South Deeside - 03,2c,Remoter communities,S02001286,Aboyne and South Deeside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196246 +196246,S00091576,6b4,Older Workers and Retirement,S01006843,Portlethen - 02,8b,Ageing suburbanites,S02001294,Portlethen,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196247 +196247,S00092716,8a2,Industrious Hardship,S01006893,Kemnay - 05,5d,Endeavouring social renters,S02001302,Kemnay,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196248 +196248,S00091320,6a1,Indian Tech Achievers,S01006853,"Dunecht, Durris and Drumoak - 01",2b,Prospering countryside life,S02001296,"Dunecht, Durris and Drumoak",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196249 +196249,S00091876,8a1,Industrious Transitions,S01007076,Peterhead Links - 05,5d,Endeavouring social renters,S02001334,Peterhead Links,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196250 +196250,S00091424,1a4,Older Farming Communities,S01006796,Aboyne and South Deeside - 03,2c,Remoter communities,S02001286,Aboyne and South Deeside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196251 +196251,S00092016,8a2,Industrious Hardship,S01007017,Turriff - 01,5e,Primary sector workers,S02001323,Turriff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196252 +196252,S00091583,6b4,Older Workers and Retirement,S01006846,Portlethen - 05,5c,Comfortable neighbourhoods,S02001294,Portlethen,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196253 +196253,S00092719,8a2,Industrious Hardship,S01006891,Kemnay - 03,5a,Ageing urban communities,S02001302,Kemnay,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196254 +196254,S00091645,6a1,Indian Tech Achievers,S01006945,Garlogie and Elrick - 05,8a,Affluent communities,S02001310,Garlogie and Elrick,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196255 +196255,S00092731,8a2,Industrious Hardship,S01006902,Inverurie South - 01,5e,Primary sector workers,S02001304,Inverurie South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196256 +196256,S00092037,8a2,Industrious Hardship,S01007030,Aberchirder and Whitehills - 04,5e,Primary sector workers,S02001325,Aberchirder and Whitehills,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196257 +196257,S00091584,6b4,Older Workers and Retirement,S01006846,Portlethen - 05,5c,Comfortable neighbourhoods,S02001294,Portlethen,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196258 +196258,S00091439,1a4,Older Farming Communities,S01006875,Cromar and Kildrummy - 01,2d,Rural traits,S02001300,Cromar and Kildrummy,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196259 +196259,S00090989,8a2,Industrious Hardship,S01007103,Rosehearty and Strathbeg - 01,2d,Rural traits,S02001339,Rosehearty and Strathbeg,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196260 +196260,S00091879,8a1,Industrious Transitions,S01007076,Peterhead Links - 05,5d,Endeavouring social renters,S02001334,Peterhead Links,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196261 +196261,S00092743,8a2,Industrious Hardship,S01006895,Inverurie North - 02,4b,Constrained renters,S02001303,Inverurie North,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196262 +196262,S00092039,8a2,Industrious Hardship,S01007030,Aberchirder and Whitehills - 04,5e,Primary sector workers,S02001325,Aberchirder and Whitehills,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196263 +196263,S00091588,6b4,Older Workers and Retirement,S01006845,Portlethen - 04,8c,Comfortable suburbia,S02001294,Portlethen,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196264 +196264,S00091620,6b4,Older Workers and Retirement,S01006936,Westhill Central - 02,5c,Comfortable neighbourhoods,S02001309,Westhill Central,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196265 +196265,S00091641,6b4,Older Workers and Retirement,S01006945,Garlogie and Elrick - 05,8a,Affluent communities,S02001310,Garlogie and Elrick,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196266 +196266,S00091649,6b4,Older Workers and Retirement,S01006940,Westhill Central - 06,8c,Comfortable suburbia,S02001309,Westhill Central,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196267 +196267,S00091661,6b4,Older Workers and Retirement,S01006925,Blackburn - 01,8b,Ageing suburbanites,S02001307,Blackburn,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196268 +196268,S00091662,6b4,Older Workers and Retirement,S01006928,Blackburn - 04,2d,Rural traits,S02001307,Blackburn,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196269 +196269,S00091720,6b4,Older Workers and Retirement,S01006902,Inverurie South - 01,5e,Primary sector workers,S02001304,Inverurie South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196270 +196270,S00091745,6b4,Older Workers and Retirement,S01006899,Inverurie North - 06,8b,Ageing suburbanites,S02001303,Inverurie North,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196271 +196271,S00091746,6b4,Older Workers and Retirement,S01006898,Inverurie North - 05,5c,Comfortable neighbourhoods,S02001303,Inverurie North,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196272 +196272,S00091748,6b4,Older Workers and Retirement,S01006898,Inverurie North - 05,5c,Comfortable neighbourhoods,S02001303,Inverurie North,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196273 +196273,S00091755,6b4,Older Workers and Retirement,S01006948,Newmachar and Fintray - 03,2b,Prospering countryside life,S02001311,Newmachar and Fintray,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196274 +196274,S00091806,6b4,Older Workers and Retirement,S01006969,Ellon West - 05,5a,Ageing urban communities,S02001314,Ellon West,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196275 +196275,S00091811,6b4,Older Workers and Retirement,S01006968,Ellon West - 04,5c,Comfortable neighbourhoods,S02001314,Ellon West,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196276 +196276,S00091825,6b4,Older Workers and Retirement,S01007067,Cruden - 03,8b,Ageing suburbanites,S02001333,Cruden,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196277 +196277,S00091826,6b4,Older Workers and Retirement,S01007067,Cruden - 03,8b,Ageing suburbanites,S02001333,Cruden,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196278 +196278,S00091830,6b4,Older Workers and Retirement,S01007066,Cruden - 02,2c,Remoter communities,S02001333,Cruden,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196279 +196279,S00091975,6b4,Older Workers and Retirement,S01007089,Peterhead Ugieside - 01,8b,Ageing suburbanites,S02001337,Peterhead Ugieside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196280 +196280,S00092118,6b4,Older Workers and Retirement,S01007025,"Portsoy, Fordyce and Cornhill - 03",5e,Primary sector workers,S02001324,"Portsoy, Fordyce and Cornhill",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196281 +196281,S00092175,6b4,Older Workers and Retirement,S01007125,Fraserburgh Harbour and Broadsea - 01,4b,Constrained renters,S02001343,Fraserburgh Harbour and Broadsea,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196282 +196282,S00092204,6b4,Older Workers and Retirement,S01007115,Fraserburgh Smiddyhill - 04,2a,Ageing rural neighbourhoods,S02001340,Fraserburgh Smiddyhill,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196283 +196283,S00092759,8a2,Industrious Hardship,S01006951,Newmachar and Fintray - 06,8b,Ageing suburbanites,S02001311,Newmachar and Fintray,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196284 +196284,S00092041,8a2,Industrious Hardship,S01007049,New Pitsligo - 04,5e,Primary sector workers,S02001329,New Pitsligo,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196285 +196285,S00091447,1a4,Older Farming Communities,S01006809,Mearns South and Benholm - 04,2d,Rural traits,S02001288,Mearns South and Benholm,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196286 +196286,S00092761,8a2,Industrious Hardship,S01006948,Newmachar and Fintray - 03,2b,Prospering countryside life,S02001311,Newmachar and Fintray,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196287 +196287,S00092042,8a2,Industrious Hardship,S01007049,New Pitsligo - 04,5e,Primary sector workers,S02001329,New Pitsligo,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196288 +196288,S00091979,8a1,Industrious Transitions,S01007072,Peterhead Links - 01,2d,Rural traits,S02001334,Peterhead Links,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196289 +196289,S00091114,8a2,Industrious Hardship,S01006950,Newmachar and Fintray - 05,8c,Comfortable suburbia,S02001311,Newmachar and Fintray,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196290 +196290,S00092044,8a2,Industrious Hardship,S01007054,Deer and Mormond - 05,5e,Primary sector workers,S02001330,Deer and Mormond,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196291 +196291,S00092772,8a2,Industrious Hardship,S01006985,Barrahill - 01,5e,Primary sector workers,S02001317,Barrahill,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196292 +196292,S00091127,8a2,Industrious Hardship,S01006932,Westhill North and South - 04,8c,Comfortable suburbia,S02001308,Westhill North and South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196293 +196293,S00092008,8a1,Industrious Transitions,S01007100,Longside and Rattray - 06,2c,Remoter communities,S02001338,Longside and Rattray,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196294 +196294,S00092045,8a2,Industrious Hardship,S01007054,Deer and Mormond - 05,5e,Primary sector workers,S02001330,Deer and Mormond,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196295 +196295,S00091552,1a4,Older Farming Communities,S01006865,Banchory West - 01,2a,Ageing rural neighbourhoods,S02001298,Banchory West,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196296 +196296,S00092774,8a2,Industrious Hardship,S01006985,Barrahill - 01,5e,Primary sector workers,S02001317,Barrahill,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196297 +196297,S00091183,8a2,Industrious Hardship,S01006878,Cromar and Kildrummy - 04,2c,Remoter communities,S02001300,Cromar and Kildrummy,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196298 +196298,S00092040,8a1,Industrious Transitions,S01007049,New Pitsligo - 04,5e,Primary sector workers,S02001329,New Pitsligo,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196299 +196299,S00092046,8a2,Industrious Hardship,S01007101,Longside and Rattray - 07,5e,Primary sector workers,S02001338,Longside and Rattray,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196300 +196300,S00091556,1a4,Older Farming Communities,S01006865,Banchory West - 01,2a,Ageing rural neighbourhoods,S02001298,Banchory West,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196301 +196301,S00092775,8a2,Industrious Hardship,S01006985,Barrahill - 01,5e,Primary sector workers,S02001317,Barrahill,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196302 +196302,S00091189,8a2,Industrious Hardship,S01007006,Clashindarroch - 05,2c,Remoter communities,S02001320,Clashindarroch,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196303 +196303,S00092043,8a1,Industrious Transitions,S01007049,New Pitsligo - 04,5e,Primary sector workers,S02001329,New Pitsligo,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196304 +196304,S00092059,8a1,Industrious Transitions,S01007036,Banff - 05,5e,Primary sector workers,S02001326,Banff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196305 +196305,S00092148,8a1,Industrious Transitions,S01007114,Fraserburgh Smiddyhill - 03,5e,Primary sector workers,S02001340,Fraserburgh Smiddyhill,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196306 +196306,S00092155,8a1,Industrious Transitions,S01007123,Fraserburgh Central-Academy - 03,5e,Primary sector workers,S02001342,Fraserburgh Central-Academy,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196307 +196307,S00092194,8a1,Industrious Transitions,S01007124,Fraserburgh Central-Academy - 04,5e,Primary sector workers,S02001342,Fraserburgh Central-Academy,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196308 +196308,S00092195,8a1,Industrious Transitions,S01007123,Fraserburgh Central-Academy - 03,5e,Primary sector workers,S02001342,Fraserburgh Central-Academy,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196309 +196309,S00092259,8a1,Industrious Transitions,S01006897,Inverurie North - 04,5b,Aspiring urban households,S02001303,Inverurie North,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196310 +196310,S00092306,8a1,Industrious Transitions,S01007049,New Pitsligo - 04,5e,Primary sector workers,S02001329,New Pitsligo,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196311 +196311,S00092356,8a1,Industrious Transitions,S01006979,Ythsie - 02,2d,Rural traits,S02001316,Ythsie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196312 +196312,S00092456,8a1,Industrious Transitions,S01006830,Stonehaven North - 01,5c,Comfortable neighbourhoods,S02001292,Stonehaven North,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196313 +196313,S00092570,8a1,Industrious Transitions,S01006834,Stonehaven North - 05,8c,Comfortable suburbia,S02001292,Stonehaven North,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196314 +196314,S00092661,8a1,Industrious Transitions,S01006850,Banchory-Devenick and Findon - 03,5b,Aspiring urban households,S02001295,Banchory-Devenick and Findon,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196315 +196315,S00092662,8a1,Industrious Transitions,S01006850,Banchory-Devenick and Findon - 03,5b,Aspiring urban households,S02001295,Banchory-Devenick and Findon,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196316 +196316,S00092663,8a1,Industrious Transitions,S01006850,Banchory-Devenick and Findon - 03,5b,Aspiring urban households,S02001295,Banchory-Devenick and Findon,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196317 +196317,S00092686,8a1,Industrious Transitions,S01006938,Westhill Central - 04,5c,Comfortable neighbourhoods,S02001309,Westhill Central,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196318 +196318,S00092760,8a1,Industrious Transitions,S01006948,Newmachar and Fintray - 03,2b,Prospering countryside life,S02001311,Newmachar and Fintray,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196319 +196319,S00092813,8a1,Industrious Transitions,S01006996,Fyvie-Rothie - 06,2d,Rural traits,S02001318,Fyvie-Rothie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196320 +196320,S00092833,8a1,Industrious Transitions,S01007078,Peterhead Bay - 01,4b,Constrained renters,S02001335,Peterhead Bay,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196321 +196321,S00092886,8a1,Industrious Transitions,S01007033,Banff - 02,5e,Primary sector workers,S02001326,Banff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196322 +196322,S00092889,8a1,Industrious Transitions,S01007032,Banff - 01,5e,Primary sector workers,S02001326,Banff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196323 +196323,S00091609,1a4,Older Farming Communities,S01006799,Aboyne and South Deeside - 06,5e,Primary sector workers,S02001286,Aboyne and South Deeside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196324 +196324,S00091611,1a4,Older Farming Communities,S01006799,Aboyne and South Deeside - 06,5e,Primary sector workers,S02001286,Aboyne and South Deeside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196325 +196325,S00091672,1a4,Older Farming Communities,S01006952,Balmedie and Potterton - 01,2c,Remoter communities,S02001312,Balmedie and Potterton,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196326 +196326,S00091751,1a4,Older Farming Communities,S01006898,Inverurie North - 05,5c,Comfortable neighbourhoods,S02001303,Inverurie North,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196327 +196327,S00091822,1a4,Older Farming Communities,S01007068,Cruden - 04,5a,Ageing urban communities,S02001333,Cruden,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196328 +196328,S00092809,8a2,Industrious Hardship,S01006979,Ythsie - 02,2d,Rural traits,S02001316,Ythsie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196329 +196329,S00091892,1a4,Older Farming Communities,S01007073,Peterhead Links - 02,2a,Ageing rural neighbourhoods,S02001334,Peterhead Links,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196330 +196330,S00091907,1a4,Older Farming Communities,S01007079,Peterhead Bay - 02,5e,Primary sector workers,S02001335,Peterhead Bay,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196331 +196331,S00092823,8a2,Industrious Hardship,S01007071,Cruden - 07,5e,Primary sector workers,S02001333,Cruden,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196332 +196332,S00091921,1a4,Older Farming Communities,S01007094,Peterhead Ugieside - 06,2d,Rural traits,S02001337,Peterhead Ugieside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196333 +196333,S00092049,8a2,Industrious Hardship,S01007101,Longside and Rattray - 07,5e,Primary sector workers,S02001338,Longside and Rattray,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196334 +196334,S00092836,8a2,Industrious Hardship,S01007074,Peterhead Links - 03,4a,Challenged white communities,S02001334,Peterhead Links,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196335 +196335,S00091982,1a4,Older Farming Communities,S01007050,Deer and Mormond - 01,2d,Rural traits,S02001330,Deer and Mormond,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196336 +196336,S00092006,1a4,Older Farming Communities,S01007100,Longside and Rattray - 06,2c,Remoter communities,S02001338,Longside and Rattray,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196337 +196337,S00091347,8a2,Industrious Hardship,S01006811,Mearns North and Inverbervie - 01,2c,Remoter communities,S02001289,Mearns North and Inverbervie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196338 +196338,S00092023,1a4,Older Farming Communities,S01007019,Turriff - 03,5e,Primary sector workers,S02001323,Turriff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196339 +196339,S00092846,8a2,Industrious Hardship,S01007092,Peterhead Ugieside - 04,4a,Challenged white communities,S02001337,Peterhead Ugieside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196340 +196340,S00091449,8a2,Industrious Hardship,S01006809,Mearns South and Benholm - 04,2d,Rural traits,S02001288,Mearns South and Benholm,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196341 +196341,S00092026,1a4,Older Farming Communities,S01007021,Turriff - 05,5e,Primary sector workers,S02001323,Turriff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196342 +196342,S00092057,1a4,Older Farming Communities,S01007036,Banff - 05,5e,Primary sector workers,S02001326,Banff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196343 +196343,S00092132,1a4,Older Farming Communities,S01007116,Fraserburgh Smiddyhill - 05,2c,Remoter communities,S02001340,Fraserburgh Smiddyhill,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196344 +196344,S00092143,1a4,Older Farming Communities,S01007112,Fraserburgh Smiddyhill - 01,2c,Remoter communities,S02001340,Fraserburgh Smiddyhill,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196345 +196345,S00092145,1a4,Older Farming Communities,S01007113,Fraserburgh Smiddyhill - 02,5a,Ageing urban communities,S02001340,Fraserburgh Smiddyhill,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196346 +196346,S00092202,1a4,Older Farming Communities,S01007115,Fraserburgh Smiddyhill - 04,2a,Ageing rural neighbourhoods,S02001340,Fraserburgh Smiddyhill,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196347 +196347,S00092289,1a4,Older Farming Communities,S01007094,Peterhead Ugieside - 06,2d,Rural traits,S02001337,Peterhead Ugieside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196348 +196348,S00092322,1a4,Older Farming Communities,S01007113,Fraserburgh Smiddyhill - 02,5a,Ageing urban communities,S02001340,Fraserburgh Smiddyhill,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196349 +196349,S00092060,8a2,Industrious Hardship,S01007035,Banff - 04,4b,Constrained renters,S02001326,Banff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196350 +196350,S00092847,8a2,Industrious Hardship,S01007092,Peterhead Ugieside - 04,4a,Challenged white communities,S02001337,Peterhead Ugieside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196351 +196351,S00091487,8a2,Industrious Hardship,S01006838,Stonehaven North - 09,8c,Comfortable suburbia,S02001292,Stonehaven North,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196352 +196352,S00092849,8a2,Industrious Hardship,S01007092,Peterhead Ugieside - 04,4a,Challenged white communities,S02001337,Peterhead Ugieside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196353 +196353,S00092061,8a2,Industrious Hardship,S01007035,Banff - 04,4b,Constrained renters,S02001326,Banff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196354 +196354,S00091500,8a2,Industrious Hardship,S01006827,Stonehaven South - 05,5c,Comfortable neighbourhoods,S02001291,Stonehaven South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196355 +196355,S00092861,8a2,Industrious Hardship,S01007058,Mintlaw - 02,5e,Primary sector workers,S02001331,Mintlaw,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196356 +196356,S00092085,8a2,Industrious Hardship,S01007041,Macduff - 05,5e,Primary sector workers,S02001327,Macduff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196357 +196357,S00091538,8a2,Industrious Hardship,S01006839,Newtonhill - 01,5d,Endeavouring social renters,S02001293,Newtonhill,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196358 +196358,S00092864,8a2,Industrious Hardship,S01007059,Mintlaw - 03,5e,Primary sector workers,S02001331,Mintlaw,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196359 +196359,S00092087,8a2,Industrious Hardship,S01007041,Macduff - 05,5e,Primary sector workers,S02001327,Macduff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196360 +196360,S00092088,8a2,Industrious Hardship,S01007038,Macduff - 02,5e,Primary sector workers,S02001327,Macduff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196361 +196361,S00092095,8a2,Industrious Hardship,S01007039,Macduff - 03,5e,Primary sector workers,S02001327,Macduff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196362 +196362,S00092102,8a2,Industrious Hardship,S01007037,Macduff - 01,5e,Primary sector workers,S02001327,Macduff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196363 +196363,S00092105,8a2,Industrious Hardship,S01007040,Macduff - 04,5e,Primary sector workers,S02001327,Macduff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196364 +196364,S00092110,8a2,Industrious Hardship,S01007037,Macduff - 01,5e,Primary sector workers,S02001327,Macduff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196365 +196365,S00092111,8a2,Industrious Hardship,S01007037,Macduff - 01,5e,Primary sector workers,S02001327,Macduff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196366 +196366,S00092112,8a2,Industrious Hardship,S01007037,Macduff - 01,5e,Primary sector workers,S02001327,Macduff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196367 +196367,S00092115,8a2,Industrious Hardship,S01007025,"Portsoy, Fordyce and Cornhill - 03",5e,Primary sector workers,S02001324,"Portsoy, Fordyce and Cornhill",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196368 +196368,S00092116,8a2,Industrious Hardship,S01007025,"Portsoy, Fordyce and Cornhill - 03",5e,Primary sector workers,S02001324,"Portsoy, Fordyce and Cornhill",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196369 +196369,S00092117,8a2,Industrious Hardship,S01007025,"Portsoy, Fordyce and Cornhill - 03",5e,Primary sector workers,S02001324,"Portsoy, Fordyce and Cornhill",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196370 +196370,S00092130,8a2,Industrious Hardship,S01007027,Aberchirder and Whitehills - 01,5e,Primary sector workers,S02001325,Aberchirder and Whitehills,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196371 +196371,S00092135,8a2,Industrious Hardship,S01007119,Fraserburgh Lochpots - 02,4a,Challenged white communities,S02001341,Fraserburgh Lochpots,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196372 +196372,S00092137,8a2,Industrious Hardship,S01007119,Fraserburgh Lochpots - 02,4a,Challenged white communities,S02001341,Fraserburgh Lochpots,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196373 +196373,S00092150,8a2,Industrious Hardship,S01007124,Fraserburgh Central-Academy - 04,5e,Primary sector workers,S02001342,Fraserburgh Central-Academy,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196374 +196374,S00092151,8a2,Industrious Hardship,S01007124,Fraserburgh Central-Academy - 04,5e,Primary sector workers,S02001342,Fraserburgh Central-Academy,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196375 +196375,S00092152,8a2,Industrious Hardship,S01007124,Fraserburgh Central-Academy - 04,5e,Primary sector workers,S02001342,Fraserburgh Central-Academy,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196376 +196376,S00091558,8a2,Industrious Hardship,S01006868,Banchory West - 04,5e,Primary sector workers,S02001298,Banchory West,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196377 +196377,S00091573,8a2,Industrious Hardship,S01006863,Banchory East - 05,5e,Primary sector workers,S02001297,Banchory East,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196378 +196378,S00092875,8a2,Industrious Hardship,S01007042,Gardenstown and King Edward - 01,2d,Rural traits,S02001328,Gardenstown and King Edward,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196379 +196379,S00091595,8a2,Industrious Hardship,S01006851,Banchory-Devenick and Findon - 04,5c,Comfortable neighbourhoods,S02001295,Banchory-Devenick and Findon,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196380 +196380,S00092882,8a2,Industrious Hardship,S01007049,New Pitsligo - 04,5e,Primary sector workers,S02001329,New Pitsligo,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196381 +196381,S00091596,8a2,Industrious Hardship,S01006852,Banchory-Devenick and Findon - 05,2b,Prospering countryside life,S02001295,Banchory-Devenick and Findon,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196382 +196382,S00092883,8a2,Industrious Hardship,S01007106,Rosehearty and Strathbeg - 04,2d,Rural traits,S02001339,Rosehearty and Strathbeg,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196383 +196383,S00091600,8a2,Industrious Hardship,S01006794,Aboyne and South Deeside - 01,5e,Primary sector workers,S02001286,Aboyne and South Deeside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196384 +196384,S00092887,8a2,Industrious Hardship,S01007033,Banff - 02,5e,Primary sector workers,S02001326,Banff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196385 +196385,S00091608,8a2,Industrious Hardship,S01006799,Aboyne and South Deeside - 06,5e,Primary sector workers,S02001286,Aboyne and South Deeside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196386 +196386,S00092898,8a2,Industrious Hardship,S01007025,"Portsoy, Fordyce and Cornhill - 03",5e,Primary sector workers,S02001324,"Portsoy, Fordyce and Cornhill",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196387 +196387,S00092905,8a2,Industrious Hardship,S01007119,Fraserburgh Lochpots - 02,4a,Challenged white communities,S02001341,Fraserburgh Lochpots,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196388 +196388,S00091675,8a2,Industrious Hardship,S01006882,Howe of Alford - 03,5e,Primary sector workers,S02001301,Howe of Alford,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196389 +196389,S00091682,8a2,Industrious Hardship,S01006889,Kemnay - 01,5d,Endeavouring social renters,S02001302,Kemnay,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196390 +196390,S00091684,8a2,Industrious Hardship,S01006889,Kemnay - 01,5d,Endeavouring social renters,S02001302,Kemnay,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196391 +196391,S00091687,8a2,Industrious Hardship,S01006889,Kemnay - 01,5d,Endeavouring social renters,S02001302,Kemnay,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196392 +196392,S00091688,8a2,Industrious Hardship,S01006893,Kemnay - 05,5d,Endeavouring social renters,S02001302,Kemnay,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196393 +196393,S00091689,8a2,Industrious Hardship,S01006892,Kemnay - 04,5d,Endeavouring social renters,S02001302,Kemnay,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196394 +196394,S00091724,8a2,Industrious Hardship,S01006894,Inverurie North - 01,5c,Comfortable neighbourhoods,S02001303,Inverurie North,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196395 +196395,S00091759,8a2,Industrious Hardship,S01006973,Ythanside - 02,2d,Rural traits,S02001315,Ythanside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196396 +196396,S00091767,8a2,Industrious Hardship,S01006985,Barrahill - 01,5e,Primary sector workers,S02001317,Barrahill,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196397 +196397,S00091782,8a2,Industrious Hardship,S01007000,"Insch, Oyne and Ythanwells - 04",2d,Rural traits,S02001319,"Insch, Oyne and Ythanwells",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196398 +196398,S00091783,8a2,Industrious Hardship,S01007001,"Insch, Oyne and Ythanwells - 05",2a,Ageing rural neighbourhoods,S02001319,"Insch, Oyne and Ythanwells",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196399 +196399,S00091807,8a2,Industrious Hardship,S01006968,Ellon West - 04,5c,Comfortable neighbourhoods,S02001314,Ellon West,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196400 +196400,S00092871,1b1,Rural Life,S01007022,Turriff - 06,2d,Rural traits,S02001323,Turriff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196401 +196401,S00092872,1b1,Rural Life,S01007021,Turriff - 05,5e,Primary sector workers,S02001323,Turriff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196402 +196402,S00092894,1b1,Rural Life,S01007044,Gardenstown and King Edward - 03,2d,Rural traits,S02001328,Gardenstown and King Edward,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196403 +196403,S00092899,1b1,Rural Life,S01007025,"Portsoy, Fordyce and Cornhill - 03",5e,Primary sector workers,S02001324,"Portsoy, Fordyce and Cornhill",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196404 +196404,S00092725,7d4,Retired City Hardship,S01006904,Inverurie South - 03,5e,Primary sector workers,S02001304,Inverurie South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196405 +196405,S00091069,1a1,Rural Workers and Families,S01007045,Gardenstown and King Edward - 04,2c,Remoter communities,S02001328,Gardenstown and King Edward,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196406 +196406,S00092254,7c3,Outer City Hardship,S01006906,Inverurie South - 05,4a,Challenged white communities,S02001304,Inverurie South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196407 +196407,S00092956,1b1,Rural Life,S01006892,Kemnay - 04,5d,Endeavouring social renters,S02001302,Kemnay,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196408 +196408,S00092968,1b1,Rural Life,S01007018,Turriff - 02,5e,Primary sector workers,S02001323,Turriff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196409 +196409,S00091125,1b2,Rural White-Collar Workers,S01006931,Westhill North and South - 03,2c,Remoter communities,S02001308,Westhill North and South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196410 +196410,S00091153,1b2,Rural White-Collar Workers,S01006887,Howe of Alford - 08,2b,Prospering countryside life,S02001301,Howe of Alford,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196411 +196411,S00091166,1b2,Rural White-Collar Workers,S01006984,Ythsie - 07,2c,Remoter communities,S02001316,Ythsie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196412 +196412,S00091300,1b2,Rural White-Collar Workers,S01006975,Ythanside - 04,2c,Remoter communities,S02001315,Ythanside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196413 +196413,S00091305,1b2,Rural White-Collar Workers,S01007015,Auchterless and Monquhitter - 03,2c,Remoter communities,S02001322,Auchterless and Monquhitter,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196414 +196414,S00091329,1b2,Rural White-Collar Workers,S01006806,Mearns South and Benholm - 01,2c,Remoter communities,S02001288,Mearns South and Benholm,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196415 +196415,S00091368,1b2,Rural White-Collar Workers,S01006819,"Fetteresso, Netherley and Catter - 02",2c,Remoter communities,S02001290,"Fetteresso, Netherley and Catter",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196416 +196416,S00091622,1b2,Rural White-Collar Workers,S01006935,Westhill Central - 01,8b,Ageing suburbanites,S02001309,Westhill Central,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196417 +196417,S00092398,1b2,Rural White-Collar Workers,S01006852,Banchory-Devenick and Findon - 05,2b,Prospering countryside life,S02001295,Banchory-Devenick and Findon,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196418 +196418,S00092432,1b2,Rural White-Collar Workers,S01006805,Mearns and Laurencekirk - 05,2d,Rural traits,S02001287,Mearns and Laurencekirk,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196419 +196419,S00092510,1b2,Rural White-Collar Workers,S01006946,Newmachar and Fintray - 01,8c,Comfortable suburbia,S02001311,Newmachar and Fintray,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196420 +196420,S00092564,1b2,Rural White-Collar Workers,S01006811,Mearns North and Inverbervie - 01,2c,Remoter communities,S02001289,Mearns North and Inverbervie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196421 +196421,S00092810,1b2,Rural White-Collar Workers,S01006979,Ythsie - 02,2d,Rural traits,S02001316,Ythsie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196422 +196422,S00090949,1a1,Rural Workers and Families,S01007024,"Portsoy, Fordyce and Cornhill - 02",2c,Remoter communities,S02001324,"Portsoy, Fordyce and Cornhill",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196423 +196423,S00090950,1a1,Rural Workers and Families,S01007024,"Portsoy, Fordyce and Cornhill - 02",2c,Remoter communities,S02001324,"Portsoy, Fordyce and Cornhill",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196424 +196424,S00091159,1a1,Rural Workers and Families,S01007005,Clashindarroch - 04,2c,Remoter communities,S02001320,Clashindarroch,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196425 +196425,S00090992,1a1,Rural Workers and Families,S01007107,Rosehearty and Strathbeg - 05,2c,Remoter communities,S02001339,Rosehearty and Strathbeg,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196426 +196426,S00091457,1b1,Rural Life,S01006803,Mearns and Laurencekirk - 03,5e,Primary sector workers,S02001287,Mearns and Laurencekirk,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196427 +196427,S00090952,1a1,Rural Workers and Families,S01007023,"Portsoy, Fordyce and Cornhill - 01",2c,Remoter communities,S02001324,"Portsoy, Fordyce and Cornhill",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196428 +196428,S00090953,1a1,Rural Workers and Families,S01007024,"Portsoy, Fordyce and Cornhill - 02",2c,Remoter communities,S02001324,"Portsoy, Fordyce and Cornhill",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196429 +196429,S00090955,1a1,Rural Workers and Families,S01007045,Gardenstown and King Edward - 04,2c,Remoter communities,S02001328,Gardenstown and King Edward,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196430 +196430,S00090956,1a1,Rural Workers and Families,S01007029,Aberchirder and Whitehills - 03,2c,Remoter communities,S02001325,Aberchirder and Whitehills,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196431 +196431,S00090957,1a1,Rural Workers and Families,S01007029,Aberchirder and Whitehills - 03,2c,Remoter communities,S02001325,Aberchirder and Whitehills,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196432 +196432,S00090958,1a1,Rural Workers and Families,S01007028,Aberchirder and Whitehills - 02,2c,Remoter communities,S02001325,Aberchirder and Whitehills,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196433 +196433,S00090960,1a1,Rural Workers and Families,S01007043,Gardenstown and King Edward - 02,2c,Remoter communities,S02001328,Gardenstown and King Edward,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196434 +196434,S00090961,1a1,Rural Workers and Families,S01007043,Gardenstown and King Edward - 02,2c,Remoter communities,S02001328,Gardenstown and King Edward,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196435 +196435,S00090962,1a1,Rural Workers and Families,S01007043,Gardenstown and King Edward - 02,2c,Remoter communities,S02001328,Gardenstown and King Edward,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196436 +196436,S00090963,1a1,Rural Workers and Families,S01007045,Gardenstown and King Edward - 04,2c,Remoter communities,S02001328,Gardenstown and King Edward,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196437 +196437,S00090964,1a1,Rural Workers and Families,S01007045,Gardenstown and King Edward - 04,2c,Remoter communities,S02001328,Gardenstown and King Edward,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196438 +196438,S00090966,1a1,Rural Workers and Families,S01007111,Rosehearty and Strathbeg - 09,5e,Primary sector workers,S02001339,Rosehearty and Strathbeg,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196439 +196439,S00090968,1a1,Rural Workers and Families,S01007047,New Pitsligo - 02,2c,Remoter communities,S02001329,New Pitsligo,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196440 +196440,S00090969,1a1,Rural Workers and Families,S01007047,New Pitsligo - 02,2c,Remoter communities,S02001329,New Pitsligo,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196441 +196441,S00090974,1a1,Rural Workers and Families,S01007108,Rosehearty and Strathbeg - 06,2c,Remoter communities,S02001339,Rosehearty and Strathbeg,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196442 +196442,S00090976,1a1,Rural Workers and Families,S01007055,Deer and Mormond - 06,2c,Remoter communities,S02001330,Deer and Mormond,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196443 +196443,S00090977,1a1,Rural Workers and Families,S01007055,Deer and Mormond - 06,2c,Remoter communities,S02001330,Deer and Mormond,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196444 +196444,S00090978,1a1,Rural Workers and Families,S01007102,Longside and Rattray - 08,2c,Remoter communities,S02001338,Longside and Rattray,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196445 +196445,S00090979,1a1,Rural Workers and Families,S01007102,Longside and Rattray - 08,2c,Remoter communities,S02001338,Longside and Rattray,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196446 +196446,S00090980,1a1,Rural Workers and Families,S01007102,Longside and Rattray - 08,2c,Remoter communities,S02001338,Longside and Rattray,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196447 +196447,S00090981,1a1,Rural Workers and Families,S01007055,Deer and Mormond - 06,2c,Remoter communities,S02001330,Deer and Mormond,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196448 +196448,S00090982,1a1,Rural Workers and Families,S01007107,Rosehearty and Strathbeg - 05,2c,Remoter communities,S02001339,Rosehearty and Strathbeg,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196449 +196449,S00090983,1a1,Rural Workers and Families,S01007107,Rosehearty and Strathbeg - 05,2c,Remoter communities,S02001339,Rosehearty and Strathbeg,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196450 +196450,S00090984,1a1,Rural Workers and Families,S01007116,Fraserburgh Smiddyhill - 05,2c,Remoter communities,S02001340,Fraserburgh Smiddyhill,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196451 +196451,S00090985,1a1,Rural Workers and Families,S01007108,Rosehearty and Strathbeg - 06,2c,Remoter communities,S02001339,Rosehearty and Strathbeg,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196452 +196452,S00090987,1a1,Rural Workers and Families,S01007108,Rosehearty and Strathbeg - 06,2c,Remoter communities,S02001339,Rosehearty and Strathbeg,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196453 +196453,S00090988,1a1,Rural Workers and Families,S01007116,Fraserburgh Smiddyhill - 05,2c,Remoter communities,S02001340,Fraserburgh Smiddyhill,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196454 +196454,S00090990,1a1,Rural Workers and Families,S01007106,Rosehearty and Strathbeg - 04,2d,Rural traits,S02001339,Rosehearty and Strathbeg,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196455 +196455,S00090991,1a1,Rural Workers and Families,S01007104,Rosehearty and Strathbeg - 02,2c,Remoter communities,S02001339,Rosehearty and Strathbeg,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196456 +196456,S00092231,6b4,Older Workers and Retirement,S01006845,Portlethen - 04,8c,Comfortable suburbia,S02001294,Portlethen,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196457 +196457,S00091853,7d3,Retired Communal City Dwellers,S01007011,Huntly - 04,4b,Constrained renters,S02001321,Huntly,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196458 +196458,S00090993,1a1,Rural Workers and Families,S01007104,Rosehearty and Strathbeg - 02,2c,Remoter communities,S02001339,Rosehearty and Strathbeg,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196459 +196459,S00091463,1b1,Rural Life,S01006805,Mearns and Laurencekirk - 05,2d,Rural traits,S02001287,Mearns and Laurencekirk,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196460 +196460,S00090995,1a1,Rural Workers and Families,S01007099,Longside and Rattray - 05,2d,Rural traits,S02001338,Longside and Rattray,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196461 +196461,S00090996,1a1,Rural Workers and Families,S01007100,Longside and Rattray - 06,2c,Remoter communities,S02001338,Longside and Rattray,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196462 +196462,S00091613,1b1,Rural Life,S01006871,Crathes and Torphins - 03,8a,Affluent communities,S02001299,Crathes and Torphins,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196463 +196463,S00091160,1a1,Rural Workers and Families,S01007005,Clashindarroch - 04,2c,Remoter communities,S02001320,Clashindarroch,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196464 +196464,S00090997,1a1,Rural Workers and Families,S01007097,Longside and Rattray - 03,2c,Remoter communities,S02001338,Longside and Rattray,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196465 +196465,S00091070,1a1,Rural Workers and Families,S01007045,Gardenstown and King Edward - 04,2c,Remoter communities,S02001328,Gardenstown and King Edward,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196466 +196466,S00092271,7c3,Outer City Hardship,S01006971,Ellon West - 07,5e,Primary sector workers,S02001314,Ellon West,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196467 +196467,S00092262,6b4,Older Workers and Retirement,S01006974,Ythanside - 03,8c,Comfortable suburbia,S02001315,Ythanside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196468 +196468,S00092081,7d3,Retired Communal City Dwellers,S01007032,Banff - 01,5e,Primary sector workers,S02001326,Banff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196469 +196469,S00092266,6b4,Older Workers and Retirement,S01007001,"Insch, Oyne and Ythanwells - 05",2a,Ageing rural neighbourhoods,S02001319,"Insch, Oyne and Ythanwells",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196470 +196470,S00092475,7c3,Outer City Hardship,S01007078,Peterhead Bay - 01,4b,Constrained renters,S02001335,Peterhead Bay,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196471 +196471,S00090998,1a1,Rural Workers and Families,S01007097,Longside and Rattray - 03,2c,Remoter communities,S02001338,Longside and Rattray,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196472 +196472,S00091071,1a1,Rural Workers and Families,S01007031,Aberchirder and Whitehills - 05,2d,Rural traits,S02001325,Aberchirder and Whitehills,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196473 +196473,S00091161,1a1,Rural Workers and Families,S01007005,Clashindarroch - 04,2c,Remoter communities,S02001320,Clashindarroch,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196474 +196474,S00091614,1b1,Rural Life,S01006870,Crathes and Torphins - 02,2d,Rural traits,S02001299,Crathes and Torphins,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196475 +196475,S00091163,1a1,Rural Workers and Families,S01006981,Ythsie - 04,2c,Remoter communities,S02001316,Ythsie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196476 +196476,S00091007,1a1,Rural Workers and Families,S01007098,Longside and Rattray - 04,2c,Remoter communities,S02001338,Longside and Rattray,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196477 +196477,S00092273,6b4,Older Workers and Retirement,S01006968,Ellon West - 04,5c,Comfortable neighbourhoods,S02001314,Ellon West,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196478 +196478,S00092607,7c3,Outer City Hardship,S01006816,Mearns North and Inverbervie - 06,5e,Primary sector workers,S02001289,Mearns North and Inverbervie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196479 +196479,S00091618,1b1,Rural Life,S01006937,Westhill Central - 03,8c,Comfortable suburbia,S02001309,Westhill Central,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196480 +196480,S00092295,7d3,Retired Communal City Dwellers,S01007087,Peterhead Harbour - 07,4b,Constrained renters,S02001336,Peterhead Harbour,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196481 +196481,S00091073,1a1,Rural Workers and Families,S01006994,Fyvie-Rothie - 04,2c,Remoter communities,S02001318,Fyvie-Rothie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196482 +196482,S00091167,1a1,Rural Workers and Families,S01006982,Ythsie - 05,2d,Rural traits,S02001316,Ythsie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196483 +196483,S00091074,1a1,Rural Workers and Families,S01006994,Fyvie-Rothie - 04,2c,Remoter communities,S02001318,Fyvie-Rothie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196484 +196484,S00092634,7c3,Outer City Hardship,S01006790,East Cairngorms - 02,5e,Primary sector workers,S02001285,East Cairngorms,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196485 +196485,S00091657,1b1,Rural Life,S01006941,Garlogie and Elrick - 01,8c,Comfortable suburbia,S02001310,Garlogie and Elrick,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196486 +196486,S00092428,7d3,Retired Communal City Dwellers,S01006793,East Cairngorms - 05,2a,Ageing rural neighbourhoods,S02001285,East Cairngorms,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196487 +196487,S00091008,1a1,Rural Workers and Families,S01007098,Longside and Rattray - 04,2c,Remoter communities,S02001338,Longside and Rattray,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196488 +196488,S00092283,6b4,Older Workers and Retirement,S01007077,Peterhead Links - 06,5d,Endeavouring social renters,S02001334,Peterhead Links,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196489 +196489,S00091170,1a1,Rural Workers and Families,S01006978,Ythsie - 01,2c,Remoter communities,S02001316,Ythsie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196490 +196490,S00091075,1a1,Rural Workers and Families,S01006992,Fyvie-Rothie - 02,2c,Remoter communities,S02001318,Fyvie-Rothie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196491 +196491,S00092715,7c3,Outer City Hardship,S01006890,Kemnay - 02,8c,Comfortable suburbia,S02001302,Kemnay,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196492 +196492,S00091670,1b1,Rural Life,S01006923,Kintore - 08,2a,Ageing rural neighbourhoods,S02001306,Kintore,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196493 +196493,S00091677,1b1,Rural Life,S01006884,Howe of Alford - 05,2d,Rural traits,S02001301,Howe of Alford,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196494 +196494,S00091678,1b1,Rural Life,S01006884,Howe of Alford - 05,2d,Rural traits,S02001301,Howe of Alford,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196495 +196495,S00091741,1b1,Rural Life,S01006897,Inverurie North - 04,5b,Aspiring urban households,S02001303,Inverurie North,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196496 +196496,S00091763,1b1,Rural Life,S01006974,Ythanside - 03,8c,Comfortable suburbia,S02001315,Ythanside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196497 +196497,S00091776,1b1,Rural Life,S01006998,"Insch, Oyne and Ythanwells - 02",2c,Remoter communities,S02001319,"Insch, Oyne and Ythanwells",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196498 +196498,S00091820,1b1,Rural Life,S01007065,Cruden - 01,2d,Rural traits,S02001333,Cruden,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196499 +196499,S00091846,1b1,Rural Life,S01007009,Huntly - 02,5e,Primary sector workers,S02001321,Huntly,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196500 +196500,S00091866,1b1,Rural Life,S01007069,Cruden - 05,2d,Rural traits,S02001333,Cruden,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196501 +196501,S00091990,1b1,Rural Life,S01007059,Mintlaw - 03,5e,Primary sector workers,S02001331,Mintlaw,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196502 +196502,S00091992,1b1,Rural Life,S01007059,Mintlaw - 03,5e,Primary sector workers,S02001331,Mintlaw,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196503 +196503,S00092005,1b1,Rural Life,S01007096,Longside and Rattray - 02,2c,Remoter communities,S02001338,Longside and Rattray,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196504 +196504,S00092014,1b1,Rural Life,S01007018,Turriff - 02,5e,Primary sector workers,S02001323,Turriff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196505 +196505,S00092027,1b1,Rural Life,S01007021,Turriff - 05,5e,Primary sector workers,S02001323,Turriff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196506 +196506,S00092032,1b1,Rural Life,S01007042,Gardenstown and King Edward - 01,2d,Rural traits,S02001328,Gardenstown and King Edward,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196507 +196507,S00092033,1b1,Rural Life,S01007042,Gardenstown and King Edward - 01,2d,Rural traits,S02001328,Gardenstown and King Edward,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196508 +196508,S00092052,1b1,Rural Life,S01007106,Rosehearty and Strathbeg - 04,2d,Rural traits,S02001339,Rosehearty and Strathbeg,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196509 +196509,S00092058,1b1,Rural Life,S01007036,Banff - 05,5e,Primary sector workers,S02001326,Banff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196510 +196510,S00092108,1b1,Rural Life,S01007040,Macduff - 04,5e,Primary sector workers,S02001327,Macduff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196511 +196511,S00092125,1b1,Rural Life,S01007026,"Portsoy, Fordyce and Cornhill - 04",5e,Primary sector workers,S02001324,"Portsoy, Fordyce and Cornhill",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196512 +196512,S00092203,1b1,Rural Life,S01007114,Fraserburgh Smiddyhill - 03,5e,Primary sector workers,S02001340,Fraserburgh Smiddyhill,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196513 +196513,S00092222,1b1,Rural Life,S01006868,Banchory West - 04,5e,Primary sector workers,S02001298,Banchory West,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196514 +196514,S00092298,1b1,Rural Life,S01007063,Auchnagatt - 03,5e,Primary sector workers,S02001332,Auchnagatt,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196515 +196515,S00092303,1b1,Rural Life,S01007017,Turriff - 01,5e,Primary sector workers,S02001323,Turriff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196516 +196516,S00092309,1b1,Rural Life,S01007032,Banff - 01,5e,Primary sector workers,S02001326,Banff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196517 +196517,S00092314,1b1,Rural Life,S01007026,"Portsoy, Fordyce and Cornhill - 04",5e,Primary sector workers,S02001324,"Portsoy, Fordyce and Cornhill",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196518 +196518,S00092351,1b1,Rural Life,S01007005,Clashindarroch - 04,2c,Remoter communities,S02001320,Clashindarroch,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196519 +196519,S00092359,1b1,Rural Life,S01006978,Ythsie - 01,2c,Remoter communities,S02001316,Ythsie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196520 +196520,S00092420,1b1,Rural Life,S01006807,Mearns South and Benholm - 02,2c,Remoter communities,S02001288,Mearns South and Benholm,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196521 +196521,S00092480,1b1,Rural Life,S01007028,Aberchirder and Whitehills - 02,2c,Remoter communities,S02001325,Aberchirder and Whitehills,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196522 +196522,S00092482,1b1,Rural Life,S01007024,"Portsoy, Fordyce and Cornhill - 02",2c,Remoter communities,S02001324,"Portsoy, Fordyce and Cornhill",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196523 +196523,S00092485,1b1,Rural Life,S01007023,"Portsoy, Fordyce and Cornhill - 01",2c,Remoter communities,S02001324,"Portsoy, Fordyce and Cornhill",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196524 +196524,S00092493,1b1,Rural Life,S01007099,Longside and Rattray - 05,2d,Rural traits,S02001338,Longside and Rattray,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196525 +196525,S00092514,1b1,Rural Life,S01006934,Westhill North and South - 06,2a,Ageing rural neighbourhoods,S02001308,Westhill North and South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196526 +196526,S00092523,1b1,Rural Life,S01006981,Ythsie - 04,2c,Remoter communities,S02001316,Ythsie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196527 +196527,S00092542,1b1,Rural Life,S01006915,Durno-Chapel of Garioch - 07,2c,Remoter communities,S02001305,Durno-Chapel of Garioch,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196528 +196528,S00092562,1b1,Rural Life,S01006806,Mearns South and Benholm - 01,2c,Remoter communities,S02001288,Mearns South and Benholm,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196529 +196529,S00092565,1b1,Rural Life,S01006812,Mearns North and Inverbervie - 02,2c,Remoter communities,S02001289,Mearns North and Inverbervie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196530 +196530,S00092574,1b1,Rural Life,S01006818,"Fetteresso, Netherley and Catter - 01",2c,Remoter communities,S02001290,"Fetteresso, Netherley and Catter",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196531 +196531,S00092591,1b1,Rural Life,S01006792,East Cairngorms - 04,2c,Remoter communities,S02001285,East Cairngorms,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196532 +196532,S00092670,1b1,Rural Life,S01006799,Aboyne and South Deeside - 06,5e,Primary sector workers,S02001286,Aboyne and South Deeside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196533 +196533,S00092678,1b1,Rural Life,S01006871,Crathes and Torphins - 03,8a,Affluent communities,S02001299,Crathes and Torphins,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196534 +196534,S00092787,1b1,Rural Life,S01007001,"Insch, Oyne and Ythanwells - 05",2a,Ageing rural neighbourhoods,S02001319,"Insch, Oyne and Ythanwells",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196535 +196535,S00092853,1b1,Rural Life,S01007063,Auchnagatt - 03,5e,Primary sector workers,S02001332,Auchnagatt,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196536 +196536,S00092457,6b4,Older Workers and Retirement,S01006843,Portlethen - 02,8b,Ageing suburbanites,S02001294,Portlethen,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196537 +196537,S00091009,1a1,Rural Workers and Families,S01007098,Longside and Rattray - 04,2c,Remoter communities,S02001338,Longside and Rattray,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196538 +196538,S00091173,1a1,Rural Workers and Families,S01006978,Ythsie - 01,2c,Remoter communities,S02001316,Ythsie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196539 +196539,S00092799,7c3,Outer City Hardship,S01006959,Ellon East - 02,5a,Ageing urban communities,S02001313,Ellon East,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196540 +196540,S00091174,1a1,Rural Workers and Families,S01007062,Auchnagatt - 02,2c,Remoter communities,S02001332,Auchnagatt,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196541 +196541,S00092458,6b4,Older Workers and Retirement,S01006843,Portlethen - 02,8b,Ageing suburbanites,S02001294,Portlethen,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196542 +196542,S00091010,1a1,Rural Workers and Families,S01007098,Longside and Rattray - 04,2c,Remoter communities,S02001338,Longside and Rattray,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196543 +196543,S00092843,7c3,Outer City Hardship,S01007087,Peterhead Harbour - 07,4b,Constrained renters,S02001336,Peterhead Harbour,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196544 +196544,S00092869,7d3,Retired Communal City Dwellers,S01007017,Turriff - 01,5e,Primary sector workers,S02001323,Turriff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196545 +196545,S00091175,1a1,Rural Workers and Families,S01007062,Auchnagatt - 02,2c,Remoter communities,S02001332,Auchnagatt,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196546 +196546,S00092906,7c3,Outer City Hardship,S01007128,Fraserburgh Harbour and Broadsea - 04,4b,Constrained renters,S02001343,Fraserburgh Harbour and Broadsea,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196547 +196547,S00091011,1a1,Rural Workers and Families,S01007066,Cruden - 02,2c,Remoter communities,S02001333,Cruden,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196548 +196548,S00091997,7d2,Retired Independent City Dwellers,S01007058,Mintlaw - 02,5e,Primary sector workers,S02001331,Mintlaw,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196549 +196549,S00092467,6b4,Older Workers and Retirement,S01006967,Ellon West - 03,8b,Ageing suburbanites,S02001314,Ellon West,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196550 +196550,S00091176,1a1,Rural Workers and Families,S01007061,Auchnagatt - 01,2c,Remoter communities,S02001332,Auchnagatt,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196551 +196551,S00091076,1a1,Rural Workers and Families,S01007048,New Pitsligo - 03,2c,Remoter communities,S02001329,New Pitsligo,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196552 +196552,S00091013,1a1,Rural Workers and Families,S01007065,Cruden - 01,2d,Rural traits,S02001333,Cruden,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196553 +196553,S00091077,1a1,Rural Workers and Families,S01006993,Fyvie-Rothie - 03,2c,Remoter communities,S02001318,Fyvie-Rothie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196554 +196554,S00091014,1a1,Rural Workers and Families,S01007066,Cruden - 02,2c,Remoter communities,S02001333,Cruden,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196555 +196555,S00092601,6b4,Older Workers and Retirement,S01006814,Mearns North and Inverbervie - 04,8a,Affluent communities,S02001289,Mearns North and Inverbervie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196556 +196556,S00091015,1a1,Rural Workers and Families,S01007066,Cruden - 02,2c,Remoter communities,S02001333,Cruden,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196557 +196557,S00091078,1a1,Rural Workers and Families,S01007013,Auchterless and Monquhitter - 01,2c,Remoter communities,S02001322,Auchterless and Monquhitter,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196558 +196558,S00092167,7d2,Retired Independent City Dwellers,S01007128,Fraserburgh Harbour and Broadsea - 04,4b,Constrained renters,S02001343,Fraserburgh Harbour and Broadsea,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196559 +196559,S00092950,2c3,Professional Service Cosmopolitans,S01006940,Westhill Central - 06,8c,Comfortable suburbia,S02001309,Westhill Central,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196560 +196560,S00091177,1a1,Rural Workers and Families,S01006978,Ythsie - 01,2c,Remoter communities,S02001316,Ythsie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196561 +196561,S00091104,8c3,Renting Hard-Pressed Workers,S01006916,Kintore - 01,5c,Comfortable neighbourhoods,S02001306,Kintore,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196562 +196562,S00092609,6b4,Older Workers and Retirement,S01006825,Stonehaven South - 03,5b,Aspiring urban households,S02001291,Stonehaven South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196563 +196563,S00091017,1a1,Rural Workers and Families,S01007066,Cruden - 02,2c,Remoter communities,S02001333,Cruden,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196564 +196564,S00092192,7d2,Retired Independent City Dwellers,S01007122,Fraserburgh Central-Academy - 02,5e,Primary sector workers,S02001342,Fraserburgh Central-Academy,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196565 +196565,S00091179,1a1,Rural Workers and Families,S01006980,Ythsie - 03,2c,Remoter communities,S02001316,Ythsie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196566 +196566,S00091464,8c3,Renting Hard-Pressed Workers,S01006813,Mearns North and Inverbervie - 03,5e,Primary sector workers,S02001289,Mearns North and Inverbervie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196567 +196567,S00092626,6b4,Older Workers and Retirement,S01006839,Newtonhill - 01,5d,Endeavouring social renters,S02001293,Newtonhill,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196568 +196568,S00091580,8c3,Renting Hard-Pressed Workers,S01006846,Portlethen - 05,5c,Comfortable neighbourhoods,S02001294,Portlethen,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196569 +196569,S00091018,1a1,Rural Workers and Families,S01007066,Cruden - 02,2c,Remoter communities,S02001333,Cruden,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196570 +196570,S00092653,6b4,Older Workers and Retirement,S01006844,Portlethen - 03,8c,Comfortable suburbia,S02001294,Portlethen,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196571 +196571,S00091180,1a1,Rural Workers and Families,S01007061,Auchnagatt - 01,2c,Remoter communities,S02001332,Auchnagatt,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196572 +196572,S00092870,7d2,Retired Independent City Dwellers,S01007017,Turriff - 01,5e,Primary sector workers,S02001323,Turriff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196573 +196573,S00091686,8c3,Renting Hard-Pressed Workers,S01006889,Kemnay - 01,5d,Endeavouring social renters,S02001302,Kemnay,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196574 +196574,S00091019,1a1,Rural Workers and Families,S01007096,Longside and Rattray - 02,2c,Remoter communities,S02001338,Longside and Rattray,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196575 +196575,S00092659,6b4,Older Workers and Retirement,S01006842,Portlethen - 01,8b,Ageing suburbanites,S02001294,Portlethen,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196576 +196576,S00091181,1a1,Rural Workers and Families,S01006980,Ythsie - 03,2c,Remoter communities,S02001316,Ythsie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196577 +196577,S00091026,1c1,Rural Employment and Retirees,S01007056,Deer and Mormond - 07,2c,Remoter communities,S02001330,Deer and Mormond,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196578 +196578,S00091705,8c3,Renting Hard-Pressed Workers,S01006903,Inverurie South - 02,5e,Primary sector workers,S02001304,Inverurie South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196579 +196579,S00091024,1a1,Rural Workers and Families,S01007062,Auchnagatt - 02,2c,Remoter communities,S02001332,Auchnagatt,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196580 +196580,S00092744,6b4,Older Workers and Retirement,S01006897,Inverurie North - 04,5b,Aspiring urban households,S02001303,Inverurie North,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196581 +196581,S00091182,1a1,Rural Workers and Families,S01007007,Clashindarroch - 06,2c,Remoter communities,S02001320,Clashindarroch,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196582 +196582,S00091094,1c1,Rural Employment and Retirees,S01006999,"Insch, Oyne and Ythanwells - 03",2c,Remoter communities,S02001319,"Insch, Oyne and Ythanwells",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196583 +196583,S00091224,1c1,Rural Employment and Retirees,S01006912,Durno-Chapel of Garioch - 04,2c,Remoter communities,S02001305,Durno-Chapel of Garioch,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196584 +196584,S00091319,1c1,Rural Employment and Retirees,S01006848,Banchory-Devenick and Findon - 01,2a,Ageing rural neighbourhoods,S02001295,Banchory-Devenick and Findon,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196585 +196585,S00091354,1c1,Rural Employment and Retirees,S01006812,Mearns North and Inverbervie - 02,2c,Remoter communities,S02001289,Mearns North and Inverbervie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196586 +196586,S00091428,1c1,Rural Employment and Retirees,S01006797,Aboyne and South Deeside - 04,2c,Remoter communities,S02001286,Aboyne and South Deeside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196587 +196587,S00091440,1c1,Rural Employment and Retirees,S01006793,East Cairngorms - 05,2a,Ageing rural neighbourhoods,S02001285,East Cairngorms,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196588 +196588,S00091926,1c1,Rural Employment and Retirees,S01007094,Peterhead Ugieside - 06,2d,Rural traits,S02001337,Peterhead Ugieside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196589 +196589,S00092012,1c1,Rural Employment and Retirees,S01007020,Turriff - 04,5e,Primary sector workers,S02001323,Turriff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196590 +196590,S00092084,1c1,Rural Employment and Retirees,S01007041,Macduff - 05,5e,Primary sector workers,S02001327,Macduff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196591 +196591,S00092370,1c1,Rural Employment and Retirees,S01006914,Durno-Chapel of Garioch - 06,2c,Remoter communities,S02001305,Durno-Chapel of Garioch,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196592 +196592,S00092378,1c1,Rural Employment and Retirees,S01006990,Barrahill - 06,2b,Prospering countryside life,S02001317,Barrahill,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196593 +196593,S00092427,1c1,Rural Employment and Retirees,S01006793,East Cairngorms - 05,2a,Ageing rural neighbourhoods,S02001285,East Cairngorms,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196594 +196594,S00092589,1c1,Rural Employment and Retirees,S01006793,East Cairngorms - 05,2a,Ageing rural neighbourhoods,S02001285,East Cairngorms,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196595 +196595,S00092756,1c1,Rural Employment and Retirees,S01006896,Inverurie North - 03,5e,Primary sector workers,S02001303,Inverurie North,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196596 +196596,S00092935,1c1,Rural Employment and Retirees,S01007054,Deer and Mormond - 05,5e,Primary sector workers,S02001330,Deer and Mormond,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196597 +196597,S00090972,1b1,Rural Life,S01007046,New Pitsligo - 01,2c,Remoter communities,S02001329,New Pitsligo,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196598 +196598,S00090973,1b1,Rural Life,S01007046,New Pitsligo - 01,2c,Remoter communities,S02001329,New Pitsligo,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196599 +196599,S00090999,1b1,Rural Life,S01007097,Longside and Rattray - 03,2c,Remoter communities,S02001338,Longside and Rattray,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196600 +196600,S00091036,1b1,Rural Life,S01007064,Auchnagatt - 04,2c,Remoter communities,S02001332,Auchnagatt,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196601 +196601,S00091037,1b1,Rural Life,S01007064,Auchnagatt - 04,2c,Remoter communities,S02001332,Auchnagatt,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196602 +196602,S00091039,1b1,Rural Life,S01007052,Deer and Mormond - 03,2c,Remoter communities,S02001330,Deer and Mormond,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196603 +196603,S00091042,1b1,Rural Life,S01007095,Longside and Rattray - 01,2c,Remoter communities,S02001338,Longside and Rattray,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196604 +196604,S00091066,1b1,Rural Life,S01007042,Gardenstown and King Edward - 01,2d,Rural traits,S02001328,Gardenstown and King Edward,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196605 +196605,S00091164,1b1,Rural Life,S01006981,Ythsie - 04,2c,Remoter communities,S02001316,Ythsie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196606 +196606,S00091165,1b1,Rural Life,S01006984,Ythsie - 07,2c,Remoter communities,S02001316,Ythsie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196607 +196607,S00091192,1b1,Rural Life,S01007004,Clashindarroch - 03,2c,Remoter communities,S02001320,Clashindarroch,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196608 +196608,S00091204,1b1,Rural Life,S01007007,Clashindarroch - 06,2c,Remoter communities,S02001320,Clashindarroch,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196609 +196609,S00091211,1b1,Rural Life,S01006997,"Insch, Oyne and Ythanwells - 01",2c,Remoter communities,S02001319,"Insch, Oyne and Ythanwells",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196610 +196610,S00091274,1b1,Rural Life,S01006989,Barrahill - 05,2c,Remoter communities,S02001317,Barrahill,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196611 +196611,S00091282,1b1,Rural Life,S01006957,Balmedie and Potterton - 06,2b,Prospering countryside life,S02001312,Balmedie and Potterton,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196612 +196612,S00091294,1b1,Rural Life,S01006977,Ythanside - 06,2c,Remoter communities,S02001315,Ythanside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196613 +196613,S00091328,1b1,Rural Life,S01006806,Mearns South and Benholm - 01,2c,Remoter communities,S02001288,Mearns South and Benholm,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196614 +196614,S00091335,1b1,Rural Life,S01006802,Mearns and Laurencekirk - 02,2c,Remoter communities,S02001287,Mearns and Laurencekirk,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196615 +196615,S00091345,1b1,Rural Life,S01006811,Mearns North and Inverbervie - 01,2c,Remoter communities,S02001289,Mearns North and Inverbervie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196616 +196616,S00091346,1b1,Rural Life,S01006811,Mearns North and Inverbervie - 01,2c,Remoter communities,S02001289,Mearns North and Inverbervie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196617 +196617,S00091364,1b1,Rural Life,S01006820,"Fetteresso, Netherley and Catter - 03",2b,Prospering countryside life,S02001290,"Fetteresso, Netherley and Catter",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196618 +196618,S00091387,1b1,Rural Life,S01006855,"Dunecht, Durris and Drumoak - 03",2c,Remoter communities,S02001296,"Dunecht, Durris and Drumoak",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196619 +196619,S00091431,1b1,Rural Life,S01006807,Mearns South and Benholm - 02,2c,Remoter communities,S02001288,Mearns South and Benholm,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196620 +196620,S00091435,1b1,Rural Life,S01006817,Mearns North and Inverbervie - 07,2c,Remoter communities,S02001289,Mearns North and Inverbervie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196621 +196621,S00091081,1a1,Rural Workers and Families,S01007016,Auchterless and Monquhitter - 04,2c,Remoter communities,S02001322,Auchterless and Monquhitter,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196622 +196622,S00091186,1a1,Rural Workers and Families,S01006878,Cromar and Kildrummy - 04,2c,Remoter communities,S02001300,Cromar and Kildrummy,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196623 +196623,S00091025,1a1,Rural Workers and Families,S01007056,Deer and Mormond - 07,2c,Remoter communities,S02001330,Deer and Mormond,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196624 +196624,S00091749,8c3,Renting Hard-Pressed Workers,S01006898,Inverurie North - 05,5c,Comfortable neighbourhoods,S02001303,Inverurie North,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196625 +196625,S00091027,1a1,Rural Workers and Families,S01007056,Deer and Mormond - 07,2c,Remoter communities,S02001330,Deer and Mormond,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196626 +196626,S00091082,1a1,Rural Workers and Families,S01007016,Auchterless and Monquhitter - 04,2c,Remoter communities,S02001322,Auchterless and Monquhitter,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196627 +196627,S00091187,1a1,Rural Workers and Families,S01007006,Clashindarroch - 05,2c,Remoter communities,S02001320,Clashindarroch,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196628 +196628,S00091190,1a1,Rural Workers and Families,S01007004,Clashindarroch - 03,2c,Remoter communities,S02001320,Clashindarroch,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196629 +196629,S00092753,6b4,Older Workers and Retirement,S01006899,Inverurie North - 06,8b,Ageing suburbanites,S02001303,Inverurie North,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196630 +196630,S00091028,1a1,Rural Workers and Families,S01007053,Deer and Mormond - 04,2c,Remoter communities,S02001330,Deer and Mormond,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196631 +196631,S00091195,1a1,Rural Workers and Families,S01007006,Clashindarroch - 05,2c,Remoter communities,S02001320,Clashindarroch,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196632 +196632,S00091083,1a1,Rural Workers and Families,S01007016,Auchterless and Monquhitter - 04,2c,Remoter communities,S02001322,Auchterless and Monquhitter,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196633 +196633,S00092790,6b4,Older Workers and Retirement,S01006965,Ellon West - 01,5a,Ageing urban communities,S02001314,Ellon West,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196634 +196634,S00091029,1a1,Rural Workers and Families,S01007053,Deer and Mormond - 04,2c,Remoter communities,S02001330,Deer and Mormond,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196635 +196635,S00091803,8c3,Renting Hard-Pressed Workers,S01006959,Ellon East - 02,5a,Ageing urban communities,S02001313,Ellon East,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196636 +196636,S00091196,1a1,Rural Workers and Families,S01007006,Clashindarroch - 05,2c,Remoter communities,S02001320,Clashindarroch,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196637 +196637,S00091084,1a1,Rural Workers and Families,S01007050,Deer and Mormond - 01,2d,Rural traits,S02001330,Deer and Mormond,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196638 +196638,S00092801,6b4,Older Workers and Retirement,S01006959,Ellon East - 02,5a,Ageing urban communities,S02001313,Ellon East,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196639 +196639,S00091030,1a1,Rural Workers and Families,S01007053,Deer and Mormond - 04,2c,Remoter communities,S02001330,Deer and Mormond,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196640 +196640,S00091031,1a1,Rural Workers and Families,S01007064,Auchnagatt - 04,2c,Remoter communities,S02001332,Auchnagatt,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196641 +196641,S00091032,1a1,Rural Workers and Families,S01007064,Auchnagatt - 04,2c,Remoter communities,S02001332,Auchnagatt,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196642 +196642,S00091033,1a1,Rural Workers and Families,S01006975,Ythanside - 04,2c,Remoter communities,S02001315,Ythanside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196643 +196643,S00091034,1a1,Rural Workers and Families,S01006975,Ythanside - 04,2c,Remoter communities,S02001315,Ythanside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196644 +196644,S00091038,1a1,Rural Workers and Families,S01007052,Deer and Mormond - 03,2c,Remoter communities,S02001330,Deer and Mormond,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196645 +196645,S00091040,1a1,Rural Workers and Families,S01007095,Longside and Rattray - 01,2c,Remoter communities,S02001338,Longside and Rattray,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196646 +196646,S00091041,1a1,Rural Workers and Families,S01007095,Longside and Rattray - 01,2c,Remoter communities,S02001338,Longside and Rattray,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196647 +196647,S00091043,1a1,Rural Workers and Families,S01007061,Auchnagatt - 01,2c,Remoter communities,S02001332,Auchnagatt,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196648 +196648,S00091044,1a1,Rural Workers and Families,S01007062,Auchnagatt - 02,2c,Remoter communities,S02001332,Auchnagatt,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196649 +196649,S00091045,1a1,Rural Workers and Families,S01007061,Auchnagatt - 01,2c,Remoter communities,S02001332,Auchnagatt,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196650 +196650,S00091046,1a1,Rural Workers and Families,S01007061,Auchnagatt - 01,2c,Remoter communities,S02001332,Auchnagatt,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196651 +196651,S00091047,1a1,Rural Workers and Families,S01006975,Ythanside - 04,2c,Remoter communities,S02001315,Ythanside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196652 +196652,S00091050,1a1,Rural Workers and Families,S01007062,Auchnagatt - 02,2c,Remoter communities,S02001332,Auchnagatt,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196653 +196653,S00091051,1a1,Rural Workers and Families,S01007031,Aberchirder and Whitehills - 05,2d,Rural traits,S02001325,Aberchirder and Whitehills,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196654 +196654,S00091052,1a1,Rural Workers and Families,S01007015,Auchterless and Monquhitter - 03,2c,Remoter communities,S02001322,Auchterless and Monquhitter,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196655 +196655,S00091053,1a1,Rural Workers and Families,S01007024,"Portsoy, Fordyce and Cornhill - 02",2c,Remoter communities,S02001324,"Portsoy, Fordyce and Cornhill",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196656 +196656,S00091054,1a1,Rural Workers and Families,S01007029,Aberchirder and Whitehills - 03,2c,Remoter communities,S02001325,Aberchirder and Whitehills,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196657 +196657,S00091056,1a1,Rural Workers and Families,S01007014,Auchterless and Monquhitter - 02,2c,Remoter communities,S02001322,Auchterless and Monquhitter,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196658 +196658,S00091058,1a1,Rural Workers and Families,S01007014,Auchterless and Monquhitter - 02,2c,Remoter communities,S02001322,Auchterless and Monquhitter,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196659 +196659,S00091060,1a1,Rural Workers and Families,S01007014,Auchterless and Monquhitter - 02,2c,Remoter communities,S02001322,Auchterless and Monquhitter,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196660 +196660,S00091061,1a1,Rural Workers and Families,S01007013,Auchterless and Monquhitter - 01,2c,Remoter communities,S02001322,Auchterless and Monquhitter,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196661 +196661,S00091062,1a1,Rural Workers and Families,S01007043,Gardenstown and King Edward - 02,2c,Remoter communities,S02001328,Gardenstown and King Edward,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196662 +196662,S00091063,1a1,Rural Workers and Families,S01007013,Auchterless and Monquhitter - 01,2c,Remoter communities,S02001322,Auchterless and Monquhitter,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196663 +196663,S00091064,1a1,Rural Workers and Families,S01007043,Gardenstown and King Edward - 02,2c,Remoter communities,S02001328,Gardenstown and King Edward,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196664 +196664,S00091065,1a1,Rural Workers and Families,S01007042,Gardenstown and King Edward - 01,2d,Rural traits,S02001328,Gardenstown and King Edward,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196665 +196665,S00091067,1a1,Rural Workers and Families,S01007048,New Pitsligo - 03,2c,Remoter communities,S02001329,New Pitsligo,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196666 +196666,S00091068,1a1,Rural Workers and Families,S01007048,New Pitsligo - 03,2c,Remoter communities,S02001329,New Pitsligo,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196667 +196667,S00091197,1a1,Rural Workers and Families,S01007003,Clashindarroch - 02,2c,Remoter communities,S02001320,Clashindarroch,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196668 +196668,S00091198,1a1,Rural Workers and Families,S01007002,Clashindarroch - 01,2c,Remoter communities,S02001320,Clashindarroch,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196669 +196669,S00091085,1a1,Rural Workers and Families,S01006993,Fyvie-Rothie - 03,2c,Remoter communities,S02001318,Fyvie-Rothie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196670 +196670,S00091086,1a1,Rural Workers and Families,S01007048,New Pitsligo - 03,2c,Remoter communities,S02001329,New Pitsligo,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196671 +196671,S00091087,1a1,Rural Workers and Families,S01007056,Deer and Mormond - 07,2c,Remoter communities,S02001330,Deer and Mormond,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196672 +196672,S00092805,6b4,Older Workers and Retirement,S01006967,Ellon West - 03,8b,Ageing suburbanites,S02001314,Ellon West,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196673 +196673,S00091088,1a1,Rural Workers and Families,S01006995,Fyvie-Rothie - 05,2c,Remoter communities,S02001318,Fyvie-Rothie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196674 +196674,S00091201,1a1,Rural Workers and Families,S01007007,Clashindarroch - 06,2c,Remoter communities,S02001320,Clashindarroch,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196675 +196675,S00092818,6b4,Older Workers and Retirement,S01007067,Cruden - 03,8b,Ageing suburbanites,S02001333,Cruden,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196676 +196676,S00091804,8c3,Renting Hard-Pressed Workers,S01006971,Ellon West - 07,5e,Primary sector workers,S02001314,Ellon West,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196677 +196677,S00091090,1a1,Rural Workers and Families,S01006994,Fyvie-Rothie - 04,2c,Remoter communities,S02001318,Fyvie-Rothie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196678 +196678,S00091092,1a1,Rural Workers and Families,S01006995,Fyvie-Rothie - 05,2c,Remoter communities,S02001318,Fyvie-Rothie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196679 +196679,S00091093,1a1,Rural Workers and Families,S01006999,"Insch, Oyne and Ythanwells - 03",2c,Remoter communities,S02001319,"Insch, Oyne and Ythanwells",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196680 +196680,S00091095,1a1,Rural Workers and Families,S01006995,Fyvie-Rothie - 05,2c,Remoter communities,S02001318,Fyvie-Rothie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196681 +196681,S00091096,1a1,Rural Workers and Families,S01006995,Fyvie-Rothie - 05,2c,Remoter communities,S02001318,Fyvie-Rothie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196682 +196682,S00091097,1a1,Rural Workers and Families,S01006999,"Insch, Oyne and Ythanwells - 03",2c,Remoter communities,S02001319,"Insch, Oyne and Ythanwells",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196683 +196683,S00091099,1a1,Rural Workers and Families,S01007016,Auchterless and Monquhitter - 04,2c,Remoter communities,S02001322,Auchterless and Monquhitter,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196684 +196684,S00091105,1a1,Rural Workers and Families,S01006988,Barrahill - 04,2c,Remoter communities,S02001317,Barrahill,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196685 +196685,S00091106,1a1,Rural Workers and Families,S01006984,Ythsie - 07,2c,Remoter communities,S02001316,Ythsie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196686 +196686,S00091107,1a1,Rural Workers and Families,S01006984,Ythsie - 07,2c,Remoter communities,S02001316,Ythsie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196687 +196687,S00091109,1a1,Rural Workers and Families,S01006948,Newmachar and Fintray - 03,2b,Prospering countryside life,S02001311,Newmachar and Fintray,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196688 +196688,S00091110,1a1,Rural Workers and Families,S01006952,Balmedie and Potterton - 01,2c,Remoter communities,S02001312,Balmedie and Potterton,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196689 +196689,S00091115,1a1,Rural Workers and Families,S01006877,Cromar and Kildrummy - 03,2c,Remoter communities,S02001300,Cromar and Kildrummy,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196690 +196690,S00091116,1a1,Rural Workers and Families,S01006881,Howe of Alford - 02,2c,Remoter communities,S02001301,Howe of Alford,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196691 +196691,S00091117,1a1,Rural Workers and Families,S01006881,Howe of Alford - 02,2c,Remoter communities,S02001301,Howe of Alford,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196692 +196692,S00091118,1a1,Rural Workers and Families,S01006857,"Dunecht, Durris and Drumoak - 05",2c,Remoter communities,S02001296,"Dunecht, Durris and Drumoak",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196693 +196693,S00091121,1a1,Rural Workers and Families,S01006931,Westhill North and South - 03,2c,Remoter communities,S02001308,Westhill North and South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196694 +196694,S00091132,1a1,Rural Workers and Families,S01006858,"Dunecht, Durris and Drumoak - 06",2c,Remoter communities,S02001296,"Dunecht, Durris and Drumoak",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196695 +196695,S00091133,1a1,Rural Workers and Families,S01006858,"Dunecht, Durris and Drumoak - 06",2c,Remoter communities,S02001296,"Dunecht, Durris and Drumoak",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196696 +196696,S00091134,1a1,Rural Workers and Families,S01006858,"Dunecht, Durris and Drumoak - 06",2c,Remoter communities,S02001296,"Dunecht, Durris and Drumoak",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196697 +196697,S00091137,1a1,Rural Workers and Families,S01006886,Howe of Alford - 07,2b,Prospering countryside life,S02001301,Howe of Alford,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196698 +196698,S00091142,1a1,Rural Workers and Families,S01006858,"Dunecht, Durris and Drumoak - 06",2c,Remoter communities,S02001296,"Dunecht, Durris and Drumoak",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196699 +196699,S00091143,1a1,Rural Workers and Families,S01006878,Cromar and Kildrummy - 04,2c,Remoter communities,S02001300,Cromar and Kildrummy,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196700 +196700,S00091145,1a1,Rural Workers and Families,S01006877,Cromar and Kildrummy - 03,2c,Remoter communities,S02001300,Cromar and Kildrummy,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196701 +196701,S00091146,1a1,Rural Workers and Families,S01006877,Cromar and Kildrummy - 03,2c,Remoter communities,S02001300,Cromar and Kildrummy,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196702 +196702,S00091147,1a1,Rural Workers and Families,S01006877,Cromar and Kildrummy - 03,2c,Remoter communities,S02001300,Cromar and Kildrummy,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196703 +196703,S00091148,1a1,Rural Workers and Families,S01006877,Cromar and Kildrummy - 03,2c,Remoter communities,S02001300,Cromar and Kildrummy,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196704 +196704,S00091149,1a1,Rural Workers and Families,S01006885,Howe of Alford - 06,2c,Remoter communities,S02001301,Howe of Alford,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196705 +196705,S00091150,1a1,Rural Workers and Families,S01006887,Howe of Alford - 08,2b,Prospering countryside life,S02001301,Howe of Alford,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196706 +196706,S00091154,1a1,Rural Workers and Families,S01006877,Cromar and Kildrummy - 03,2c,Remoter communities,S02001300,Cromar and Kildrummy,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196707 +196707,S00091156,1a1,Rural Workers and Families,S01006881,Howe of Alford - 02,2c,Remoter communities,S02001301,Howe of Alford,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196708 +196708,S00091157,1a1,Rural Workers and Families,S01006885,Howe of Alford - 06,2c,Remoter communities,S02001301,Howe of Alford,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196709 +196709,S00091158,1a1,Rural Workers and Families,S01007005,Clashindarroch - 04,2c,Remoter communities,S02001320,Clashindarroch,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196710 +196710,S00092841,6b4,Older Workers and Retirement,S01007084,Peterhead Harbour - 04,5a,Ageing urban communities,S02001336,Peterhead Harbour,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196711 +196711,S00091858,8c3,Renting Hard-Pressed Workers,S01007011,Huntly - 04,4b,Constrained renters,S02001321,Huntly,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196712 +196712,S00091202,1a1,Rural Workers and Families,S01007007,Clashindarroch - 06,2c,Remoter communities,S02001320,Clashindarroch,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196713 +196713,S00091897,8c3,Renting Hard-Pressed Workers,S01007080,Peterhead Bay - 03,4b,Constrained renters,S02001335,Peterhead Bay,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196714 +196714,S00092927,6b4,Older Workers and Retirement,S01006969,Ellon West - 05,5a,Ageing urban communities,S02001314,Ellon West,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196715 +196715,S00091205,1a1,Rural Workers and Families,S01007007,Clashindarroch - 06,2c,Remoter communities,S02001320,Clashindarroch,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196716 +196716,S00091988,8c3,Renting Hard-Pressed Workers,S01007060,Mintlaw - 04,5d,Endeavouring social renters,S02001331,Mintlaw,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196717 +196717,S00091206,1a1,Rural Workers and Families,S01007007,Clashindarroch - 06,2c,Remoter communities,S02001320,Clashindarroch,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196718 +196718,S00092928,6b4,Older Workers and Retirement,S01006969,Ellon West - 05,5a,Ageing urban communities,S02001314,Ellon West,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196719 +196719,S00091989,8c3,Renting Hard-Pressed Workers,S01007058,Mintlaw - 02,5e,Primary sector workers,S02001331,Mintlaw,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196720 +196720,S00091207,1a1,Rural Workers and Families,S01007002,Clashindarroch - 01,2c,Remoter communities,S02001320,Clashindarroch,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196721 +196721,S00092930,6b4,Older Workers and Retirement,S01006969,Ellon West - 05,5a,Ageing urban communities,S02001314,Ellon West,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196722 +196722,S00092617,8c3,Renting Hard-Pressed Workers,S01006830,Stonehaven North - 01,5c,Comfortable neighbourhoods,S02001292,Stonehaven North,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196723 +196723,S00091208,1a1,Rural Workers and Families,S01007003,Clashindarroch - 02,2c,Remoter communities,S02001320,Clashindarroch,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196724 +196724,S00091312,7c3,Outer City Hardship,S01006849,Banchory-Devenick and Findon - 02,5b,Aspiring urban households,S02001295,Banchory-Devenick and Findon,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196725 +196725,S00092723,8c3,Renting Hard-Pressed Workers,S01006955,Balmedie and Potterton - 04,5c,Comfortable neighbourhoods,S02001312,Balmedie and Potterton,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196726 +196726,S00091209,1a1,Rural Workers and Families,S01007004,Clashindarroch - 03,2c,Remoter communities,S02001320,Clashindarroch,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196727 +196727,S00091314,7c3,Outer City Hardship,S01006849,Banchory-Devenick and Findon - 02,5b,Aspiring urban households,S02001295,Banchory-Devenick and Findon,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196728 +196728,S00092730,8c3,Renting Hard-Pressed Workers,S01006904,Inverurie South - 03,5e,Primary sector workers,S02001304,Inverurie South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196729 +196729,S00091210,1a1,Rural Workers and Families,S01006998,"Insch, Oyne and Ythanwells - 02",2c,Remoter communities,S02001319,"Insch, Oyne and Ythanwells",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196730 +196730,S00091337,7c3,Outer City Hardship,S01006802,Mearns and Laurencekirk - 02,2c,Remoter communities,S02001287,Mearns and Laurencekirk,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196731 +196731,S00091468,7c3,Outer City Hardship,S01006815,Mearns North and Inverbervie - 05,5e,Primary sector workers,S02001289,Mearns North and Inverbervie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196732 +196732,S00091470,7c3,Outer City Hardship,S01006815,Mearns North and Inverbervie - 05,5e,Primary sector workers,S02001289,Mearns North and Inverbervie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196733 +196733,S00091568,7c3,Outer City Hardship,S01006862,Banchory East - 04,5c,Comfortable neighbourhoods,S02001297,Banchory East,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196734 +196734,S00091668,7c3,Outer City Hardship,S01006920,Kintore - 05,5c,Comfortable neighbourhoods,S02001306,Kintore,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196735 +196735,S00091702,7c3,Outer City Hardship,S01006903,Inverurie South - 02,5e,Primary sector workers,S02001304,Inverurie South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196736 +196736,S00091728,7c3,Outer City Hardship,S01006906,Inverurie South - 05,4a,Challenged white communities,S02001304,Inverurie South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196737 +196737,S00091781,7c3,Outer City Hardship,S01007000,"Insch, Oyne and Ythanwells - 04",2d,Rural traits,S02001319,"Insch, Oyne and Ythanwells",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196738 +196738,S00091819,7c3,Outer City Hardship,S01007068,Cruden - 04,5a,Ageing urban communities,S02001333,Cruden,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196739 +196739,S00091845,7c3,Outer City Hardship,S01007009,Huntly - 02,5e,Primary sector workers,S02001321,Huntly,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196740 +196740,S00091893,7c3,Outer City Hardship,S01007080,Peterhead Bay - 03,4b,Constrained renters,S02001335,Peterhead Bay,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196741 +196741,S00091896,7c3,Outer City Hardship,S01007080,Peterhead Bay - 03,4b,Constrained renters,S02001335,Peterhead Bay,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196742 +196742,S00091898,7c3,Outer City Hardship,S01007078,Peterhead Bay - 01,4b,Constrained renters,S02001335,Peterhead Bay,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196743 +196743,S00091909,7c3,Outer City Hardship,S01007079,Peterhead Bay - 02,5e,Primary sector workers,S02001335,Peterhead Bay,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196744 +196744,S00091948,7c3,Outer City Hardship,S01007087,Peterhead Harbour - 07,4b,Constrained renters,S02001336,Peterhead Harbour,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196745 +196745,S00092007,7c3,Outer City Hardship,S01007096,Longside and Rattray - 02,2c,Remoter communities,S02001338,Longside and Rattray,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196746 +196746,S00092017,7c3,Outer City Hardship,S01007017,Turriff - 01,5e,Primary sector workers,S02001323,Turriff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196747 +196747,S00092068,7c3,Outer City Hardship,S01007033,Banff - 02,5e,Primary sector workers,S02001326,Banff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196748 +196748,S00092104,7c3,Outer City Hardship,S01007037,Macduff - 01,5e,Primary sector workers,S02001327,Macduff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196749 +196749,S00092109,7c3,Outer City Hardship,S01007040,Macduff - 04,5e,Primary sector workers,S02001327,Macduff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196750 +196750,S00092119,7c3,Outer City Hardship,S01007025,"Portsoy, Fordyce and Cornhill - 03",5e,Primary sector workers,S02001324,"Portsoy, Fordyce and Cornhill",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196751 +196751,S00092122,7c3,Outer City Hardship,S01007026,"Portsoy, Fordyce and Cornhill - 04",5e,Primary sector workers,S02001324,"Portsoy, Fordyce and Cornhill",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196752 +196752,S00092131,7c3,Outer City Hardship,S01007027,Aberchirder and Whitehills - 01,5e,Primary sector workers,S02001325,Aberchirder and Whitehills,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196753 +196753,S00092198,7c3,Outer City Hardship,S01007122,Fraserburgh Central-Academy - 02,5e,Primary sector workers,S02001342,Fraserburgh Central-Academy,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196754 +196754,S00092199,7c3,Outer City Hardship,S01007122,Fraserburgh Central-Academy - 02,5e,Primary sector workers,S02001342,Fraserburgh Central-Academy,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196755 +196755,S00092735,8c3,Renting Hard-Pressed Workers,S01006902,Inverurie South - 01,5e,Primary sector workers,S02001304,Inverurie South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196756 +196756,S00091214,1a1,Rural Workers and Families,S01006888,Howe of Alford - 09,2c,Remoter communities,S02001301,Howe of Alford,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196757 +196757,S00091216,1a1,Rural Workers and Families,S01006888,Howe of Alford - 09,2c,Remoter communities,S02001301,Howe of Alford,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196758 +196758,S00092740,8c3,Renting Hard-Pressed Workers,S01006895,Inverurie North - 02,4b,Constrained renters,S02001303,Inverurie North,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196759 +196759,S00091218,1a1,Rural Workers and Families,S01006997,"Insch, Oyne and Ythanwells - 01",2c,Remoter communities,S02001319,"Insch, Oyne and Ythanwells",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196760 +196760,S00092762,8c3,Renting Hard-Pressed Workers,S01006947,Newmachar and Fintray - 02,8c,Comfortable suburbia,S02001311,Newmachar and Fintray,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196761 +196761,S00091219,1a1,Rural Workers and Families,S01006992,Fyvie-Rothie - 02,2c,Remoter communities,S02001318,Fyvie-Rothie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196762 +196762,S00092890,8c3,Renting Hard-Pressed Workers,S01007032,Banff - 01,5e,Primary sector workers,S02001326,Banff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196763 +196763,S00091223,1a1,Rural Workers and Families,S01006910,Durno-Chapel of Garioch - 02,2b,Prospering countryside life,S02001305,Durno-Chapel of Garioch,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196764 +196764,S00092954,8c3,Renting Hard-Pressed Workers,S01006891,Kemnay - 03,5a,Ageing urban communities,S02001302,Kemnay,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196765 +196765,S00091227,1a1,Rural Workers and Families,S01006914,Durno-Chapel of Garioch - 06,2c,Remoter communities,S02001305,Durno-Chapel of Garioch,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196766 +196766,S00091542,1c2,Renting Rural Retirement,S01006790,East Cairngorms - 02,5e,Primary sector workers,S02001285,East Cairngorms,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196767 +196767,S00091229,1a1,Rural Workers and Families,S01006915,Durno-Chapel of Garioch - 07,2c,Remoter communities,S02001305,Durno-Chapel of Garioch,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196768 +196768,S00091230,1a1,Rural Workers and Families,S01006915,Durno-Chapel of Garioch - 07,2c,Remoter communities,S02001305,Durno-Chapel of Garioch,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196769 +196769,S00091247,1a1,Rural Workers and Families,S01006928,Blackburn - 04,2d,Rural traits,S02001307,Blackburn,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196770 +196770,S00091256,1a1,Rural Workers and Families,S01006924,Kintore - 09,2c,Remoter communities,S02001306,Kintore,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196771 +196771,S00091257,1a1,Rural Workers and Families,S01006924,Kintore - 09,2c,Remoter communities,S02001306,Kintore,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196772 +196772,S00091259,1a1,Rural Workers and Families,S01006913,Durno-Chapel of Garioch - 05,2c,Remoter communities,S02001305,Durno-Chapel of Garioch,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196773 +196773,S00091269,1a1,Rural Workers and Families,S01006912,Durno-Chapel of Garioch - 04,2c,Remoter communities,S02001305,Durno-Chapel of Garioch,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196774 +196774,S00091270,1a1,Rural Workers and Families,S01006912,Durno-Chapel of Garioch - 04,2c,Remoter communities,S02001305,Durno-Chapel of Garioch,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196775 +196775,S00091271,1a1,Rural Workers and Families,S01006989,Barrahill - 05,2c,Remoter communities,S02001317,Barrahill,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196776 +196776,S00091275,1a1,Rural Workers and Families,S01006989,Barrahill - 05,2c,Remoter communities,S02001317,Barrahill,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196777 +196777,S00091280,1a1,Rural Workers and Families,S01006992,Fyvie-Rothie - 02,2c,Remoter communities,S02001318,Fyvie-Rothie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196778 +196778,S00091283,1a1,Rural Workers and Families,S01006972,Ythanside - 01,2c,Remoter communities,S02001315,Ythanside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196779 +196779,S00091285,1a1,Rural Workers and Families,S01006957,Balmedie and Potterton - 06,2b,Prospering countryside life,S02001312,Balmedie and Potterton,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196780 +196780,S00091286,1a1,Rural Workers and Families,S01006856,"Dunecht, Durris and Drumoak - 04",2c,Remoter communities,S02001296,"Dunecht, Durris and Drumoak",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196781 +196781,S00091680,1c2,Renting Rural Retirement,S01006891,Kemnay - 03,5a,Ageing urban communities,S02001302,Kemnay,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196782 +196782,S00091701,1c2,Renting Rural Retirement,S01006903,Inverurie South - 02,5e,Primary sector workers,S02001304,Inverurie South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196783 +196783,S00091809,1c2,Renting Rural Retirement,S01006965,Ellon West - 01,5a,Ageing urban communities,S02001314,Ellon West,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196784 +196784,S00091859,1c2,Renting Rural Retirement,S01007008,Huntly - 01,5e,Primary sector workers,S02001321,Huntly,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196785 +196785,S00091905,1c2,Renting Rural Retirement,S01007093,Peterhead Ugieside - 05,2a,Ageing rural neighbourhoods,S02001337,Peterhead Ugieside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196786 +196786,S00091941,1c2,Renting Rural Retirement,S01007083,Peterhead Harbour - 03,4b,Constrained renters,S02001336,Peterhead Harbour,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196787 +196787,S00091978,1c2,Renting Rural Retirement,S01007073,Peterhead Links - 02,2a,Ageing rural neighbourhoods,S02001334,Peterhead Links,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196788 +196788,S00092055,1c2,Renting Rural Retirement,S01007036,Banff - 05,5e,Primary sector workers,S02001326,Banff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196789 +196789,S00092343,1c2,Renting Rural Retirement,S01007043,Gardenstown and King Edward - 02,2c,Remoter communities,S02001328,Gardenstown and King Edward,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196790 +196790,S00092513,1c2,Renting Rural Retirement,S01006934,Westhill North and South - 06,2a,Ageing rural neighbourhoods,S02001308,Westhill North and South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196791 +196791,S00092776,1c2,Renting Rural Retirement,S01006986,Barrahill - 02,5a,Ageing urban communities,S02001317,Barrahill,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196792 +196792,S00092896,1c2,Renting Rural Retirement,S01007026,"Portsoy, Fordyce and Cornhill - 04",5e,Primary sector workers,S02001324,"Portsoy, Fordyce and Cornhill",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196793 +196793,S00092922,1c2,Renting Rural Retirement,S01006885,Howe of Alford - 06,2c,Remoter communities,S02001301,Howe of Alford,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196794 +196794,S00091674,7d4,Retired City Hardship,S01006882,Howe of Alford - 03,5e,Primary sector workers,S02001301,Howe of Alford,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196795 +196795,S00091725,7d4,Retired City Hardship,S01006894,Inverurie North - 01,5c,Comfortable neighbourhoods,S02001303,Inverurie North,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196796 +196796,S00091729,7d4,Retired City Hardship,S01006906,Inverurie South - 05,4a,Challenged white communities,S02001304,Inverurie South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196797 +196797,S00092079,7d4,Retired City Hardship,S01007032,Banff - 01,5e,Primary sector workers,S02001326,Banff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196798 +196798,S00092181,7d4,Retired City Hardship,S01007121,Fraserburgh Central-Academy - 01,4b,Constrained renters,S02001342,Fraserburgh Central-Academy,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196799 +196799,S00092188,7d4,Retired City Hardship,S01007121,Fraserburgh Central-Academy - 01,4b,Constrained renters,S02001342,Fraserburgh Central-Academy,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196800 +196800,S00092978,1a1,Rural Workers and Families,S01006999,"Insch, Oyne and Ythanwells - 03",2c,Remoter communities,S02001319,"Insch, Oyne and Ythanwells",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196801 +196801,S00091291,1a1,Rural Workers and Families,S01006791,East Cairngorms - 03,2c,Remoter communities,S02001285,East Cairngorms,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196802 +196802,S00091292,1a1,Rural Workers and Families,S01006791,East Cairngorms - 03,2c,Remoter communities,S02001285,East Cairngorms,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196803 +196803,S00092187,5b3,Self-Sufficient Retirement,S01007113,Fraserburgh Smiddyhill - 02,5a,Ageing urban communities,S02001340,Fraserburgh Smiddyhill,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196804 +196804,S00092229,6b3,Semi-Detached Ageing,S01006847,Portlethen - 06,8b,Ageing suburbanites,S02001294,Portlethen,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196805 +196805,S00091737,7a1,Transitional Eastern European Neighbourhoods,S01006908,Inverurie South - 07,5e,Primary sector workers,S02001304,Inverurie South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196806 +196806,S00092477,1a1,Rural Workers and Families,S01007117,Fraserburgh Smiddyhill - 06,2c,Remoter communities,S02001340,Fraserburgh Smiddyhill,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196807 +196807,S00091764,1a1,Rural Workers and Families,S01006985,Barrahill - 01,5e,Primary sector workers,S02001317,Barrahill,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196808 +196808,S00091124,5b3,Self-Sufficient Retirement,S01006944,Garlogie and Elrick - 04,3a,Achieving neighbourhoods,S02001310,Garlogie and Elrick,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196809 +196809,S00092478,1a1,Rural Workers and Families,S01007117,Fraserburgh Smiddyhill - 06,2c,Remoter communities,S02001340,Fraserburgh Smiddyhill,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196810 +196810,S00091766,7a1,Transitional Eastern European Neighbourhoods,S01006987,Barrahill - 03,5e,Primary sector workers,S02001317,Barrahill,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196811 +196811,S00092230,6b3,Semi-Detached Ageing,S01006843,Portlethen - 02,8b,Ageing suburbanites,S02001294,Portlethen,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196812 +196812,S00092193,5b3,Self-Sufficient Retirement,S01007122,Fraserburgh Central-Academy - 02,5e,Primary sector workers,S02001342,Fraserburgh Central-Academy,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196813 +196813,S00092318,7a1,Transitional Eastern European Neighbourhoods,S01007120,Fraserburgh Lochpots - 03,4b,Constrained renters,S02001341,Fraserburgh Lochpots,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196814 +196814,S00091983,1a1,Rural Workers and Families,S01007050,Deer and Mormond - 01,2d,Rural traits,S02001330,Deer and Mormond,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196815 +196815,S00091293,1a1,Rural Workers and Families,S01006975,Ythanside - 04,2c,Remoter communities,S02001315,Ythanside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196816 +196816,S00091152,5b3,Self-Sufficient Retirement,S01006887,Howe of Alford - 08,2b,Prospering countryside life,S02001301,Howe of Alford,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196817 +196817,S00092240,6b3,Semi-Detached Ageing,S01006936,Westhill Central - 02,5c,Comfortable neighbourhoods,S02001309,Westhill Central,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196818 +196818,S00092479,1a1,Rural Workers and Families,S01007028,Aberchirder and Whitehills - 02,2c,Remoter communities,S02001325,Aberchirder and Whitehills,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196819 +196819,S00092219,5b3,Self-Sufficient Retirement,S01006865,Banchory West - 01,2a,Ageing rural neighbourhoods,S02001298,Banchory West,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196820 +196820,S00092053,1a1,Rural Workers and Families,S01007106,Rosehearty and Strathbeg - 04,2d,Rural traits,S02001339,Rosehearty and Strathbeg,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196821 +196821,S00092453,7a1,Transitional Eastern European Neighbourhoods,S01006824,Stonehaven South - 02,4a,Challenged white communities,S02001291,Stonehaven South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196822 +196822,S00091296,1a1,Rural Workers and Families,S01006976,Ythanside - 05,2c,Remoter communities,S02001315,Ythanside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196823 +196823,S00091852,7a1,Transitional Eastern European Neighbourhoods,S01007008,Huntly - 01,5e,Primary sector workers,S02001321,Huntly,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196824 +196824,S00091336,5b3,Self-Sufficient Retirement,S01006802,Mearns and Laurencekirk - 02,2c,Remoter communities,S02001287,Mearns and Laurencekirk,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196825 +196825,S00092261,6b3,Semi-Detached Ageing,S01006951,Newmachar and Fintray - 06,8b,Ageing suburbanites,S02001311,Newmachar and Fintray,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196826 +196826,S00092487,1a1,Rural Workers and Families,S01007029,Aberchirder and Whitehills - 03,2c,Remoter communities,S02001325,Aberchirder and Whitehills,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196827 +196827,S00092241,5b3,Self-Sufficient Retirement,S01006938,Westhill Central - 04,5c,Comfortable neighbourhoods,S02001309,Westhill Central,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196828 +196828,S00092142,1a1,Rural Workers and Families,S01007112,Fraserburgh Smiddyhill - 01,2c,Remoter communities,S02001340,Fraserburgh Smiddyhill,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196829 +196829,S00092472,7a1,Transitional Eastern European Neighbourhoods,S01007120,Fraserburgh Lochpots - 03,4b,Constrained renters,S02001341,Fraserburgh Lochpots,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196830 +196830,S00091297,1a1,Rural Workers and Families,S01006977,Ythanside - 06,2c,Remoter communities,S02001315,Ythanside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196831 +196831,S00091855,7a1,Transitional Eastern European Neighbourhoods,S01007011,Huntly - 04,4b,Constrained renters,S02001321,Huntly,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196832 +196832,S00091894,7a1,Transitional Eastern European Neighbourhoods,S01007080,Peterhead Bay - 03,4b,Constrained renters,S02001335,Peterhead Bay,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196833 +196833,S00091452,5b3,Self-Sufficient Retirement,S01006810,Mearns South and Benholm - 05,2d,Rural traits,S02001288,Mearns South and Benholm,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196834 +196834,S00092488,1a1,Rural Workers and Families,S01007028,Aberchirder and Whitehills - 02,2c,Remoter communities,S02001325,Aberchirder and Whitehills,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196835 +196835,S00092286,6b3,Semi-Detached Ageing,S01007078,Peterhead Bay - 01,4b,Constrained renters,S02001335,Peterhead Bay,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196836 +196836,S00092568,7a1,Transitional Eastern European Neighbourhoods,S01006837,Stonehaven North - 08,8c,Comfortable suburbia,S02001292,Stonehaven North,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196837 +196837,S00092146,1a1,Rural Workers and Families,S01007112,Fraserburgh Smiddyhill - 01,2c,Remoter communities,S02001340,Fraserburgh Smiddyhill,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196838 +196838,S00091899,7a1,Transitional Eastern European Neighbourhoods,S01007079,Peterhead Bay - 02,5e,Primary sector workers,S02001335,Peterhead Bay,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196839 +196839,S00091498,5b3,Self-Sufficient Retirement,S01006832,Stonehaven North - 03,5a,Ageing urban communities,S02001292,Stonehaven North,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196840 +196840,S00092296,6b3,Semi-Detached Ageing,S01007090,Peterhead Ugieside - 02,5b,Aspiring urban households,S02001337,Peterhead Ugieside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196841 +196841,S00092613,7a1,Transitional Eastern European Neighbourhoods,S01006824,Stonehaven South - 02,4a,Challenged white communities,S02001291,Stonehaven South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196842 +196842,S00092489,1a1,Rural Workers and Families,S01007043,Gardenstown and King Edward - 02,2c,Remoter communities,S02001328,Gardenstown and King Edward,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196843 +196843,S00091303,1a1,Rural Workers and Families,S01006999,"Insch, Oyne and Ythanwells - 03",2c,Remoter communities,S02001319,"Insch, Oyne and Ythanwells",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196844 +196844,S00092253,5b3,Self-Sufficient Retirement,S01006904,Inverurie South - 03,5e,Primary sector workers,S02001304,Inverurie South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196845 +196845,S00091304,1a1,Rural Workers and Families,S01006999,"Insch, Oyne and Ythanwells - 03",2c,Remoter communities,S02001319,"Insch, Oyne and Ythanwells",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196846 +196846,S00091903,7a1,Transitional Eastern European Neighbourhoods,S01007079,Peterhead Bay - 02,5e,Primary sector workers,S02001335,Peterhead Bay,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196847 +196847,S00092205,1a1,Rural Workers and Families,S01007103,Rosehearty and Strathbeg - 01,2d,Rural traits,S02001339,Rosehearty and Strathbeg,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196848 +196848,S00091503,5b3,Self-Sufficient Retirement,S01006827,Stonehaven South - 05,5c,Comfortable neighbourhoods,S02001291,Stonehaven South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196849 +196849,S00092490,1a1,Rural Workers and Families,S01007028,Aberchirder and Whitehills - 02,2c,Remoter communities,S02001325,Aberchirder and Whitehills,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196850 +196850,S00092720,7a1,Transitional Eastern European Neighbourhoods,S01006955,Balmedie and Potterton - 04,5c,Comfortable neighbourhoods,S02001312,Balmedie and Potterton,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196851 +196851,S00092300,6b3,Semi-Detached Ageing,S01007051,Deer and Mormond - 02,5e,Primary sector workers,S02001330,Deer and Mormond,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196852 +196852,S00092270,5b3,Self-Sufficient Retirement,S01006959,Ellon East - 02,5a,Ageing urban communities,S02001313,Ellon East,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196853 +196853,S00091311,1a1,Rural Workers and Families,S01006848,Banchory-Devenick and Findon - 01,2a,Ageing rural neighbourhoods,S02001295,Banchory-Devenick and Findon,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196854 +196854,S00091912,7a1,Transitional Eastern European Neighbourhoods,S01007084,Peterhead Harbour - 04,5a,Ageing urban communities,S02001336,Peterhead Harbour,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196855 +196855,S00092208,1a1,Rural Workers and Families,S01007103,Rosehearty and Strathbeg - 01,2d,Rural traits,S02001339,Rosehearty and Strathbeg,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196856 +196856,S00091504,5b3,Self-Sufficient Retirement,S01006827,Stonehaven South - 05,5c,Comfortable neighbourhoods,S02001291,Stonehaven South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196857 +196857,S00092310,6b3,Semi-Detached Ageing,S01007037,Macduff - 01,5e,Primary sector workers,S02001327,Macduff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196858 +196858,S00092328,6b3,Semi-Detached Ageing,S01007022,Turriff - 06,2d,Rural traits,S02001323,Turriff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196859 +196859,S00092435,6b3,Semi-Detached Ageing,S01006816,Mearns North and Inverbervie - 06,5e,Primary sector workers,S02001289,Mearns North and Inverbervie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196860 +196860,S00092468,6b3,Semi-Detached Ageing,S01006967,Ellon West - 03,8b,Ageing suburbanites,S02001314,Ellon West,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196861 +196861,S00092473,6b3,Semi-Detached Ageing,S01006847,Portlethen - 06,8b,Ageing suburbanites,S02001294,Portlethen,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196862 +196862,S00092474,6b3,Semi-Detached Ageing,S01006847,Portlethen - 06,8b,Ageing suburbanites,S02001294,Portlethen,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196863 +196863,S00092512,6b3,Semi-Detached Ageing,S01006947,Newmachar and Fintray - 02,8c,Comfortable suburbia,S02001311,Newmachar and Fintray,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196864 +196864,S00092610,6b3,Semi-Detached Ageing,S01006825,Stonehaven South - 03,5b,Aspiring urban households,S02001291,Stonehaven South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196865 +196865,S00092615,6b3,Semi-Detached Ageing,S01006830,Stonehaven North - 01,5c,Comfortable neighbourhoods,S02001292,Stonehaven North,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196866 +196866,S00092616,6b3,Semi-Detached Ageing,S01006830,Stonehaven North - 01,5c,Comfortable neighbourhoods,S02001292,Stonehaven North,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196867 +196867,S00092620,6b3,Semi-Detached Ageing,S01006826,Stonehaven South - 04,5a,Ageing urban communities,S02001291,Stonehaven South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196868 +196868,S00092630,6b3,Semi-Detached Ageing,S01006841,Newtonhill - 03,8c,Comfortable suburbia,S02001293,Newtonhill,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196869 +196869,S00092656,6b3,Semi-Detached Ageing,S01006842,Portlethen - 01,8b,Ageing suburbanites,S02001294,Portlethen,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196870 +196870,S00092658,6b3,Semi-Detached Ageing,S01006842,Portlethen - 01,8b,Ageing suburbanites,S02001294,Portlethen,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196871 +196871,S00092660,6b3,Semi-Detached Ageing,S01006842,Portlethen - 01,8b,Ageing suburbanites,S02001294,Portlethen,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196872 +196872,S00092669,6b3,Semi-Detached Ageing,S01006799,Aboyne and South Deeside - 06,5e,Primary sector workers,S02001286,Aboyne and South Deeside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196873 +196873,S00092675,6b3,Semi-Detached Ageing,S01006854,"Dunecht, Durris and Drumoak - 02",8b,Ageing suburbanites,S02001296,"Dunecht, Durris and Drumoak",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196874 +196874,S00092685,6b3,Semi-Detached Ageing,S01006942,Garlogie and Elrick - 02,8c,Comfortable suburbia,S02001310,Garlogie and Elrick,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196875 +196875,S00092706,6b3,Semi-Detached Ageing,S01006884,Howe of Alford - 05,2d,Rural traits,S02001301,Howe of Alford,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196876 +196876,S00092709,6b3,Semi-Detached Ageing,S01006882,Howe of Alford - 03,5e,Primary sector workers,S02001301,Howe of Alford,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196877 +196877,S00092721,6b3,Semi-Detached Ageing,S01006955,Balmedie and Potterton - 04,5c,Comfortable neighbourhoods,S02001312,Balmedie and Potterton,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196878 +196878,S00092752,6b3,Semi-Detached Ageing,S01006899,Inverurie North - 06,8b,Ageing suburbanites,S02001303,Inverurie North,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196879 +196879,S00092766,6b3,Semi-Detached Ageing,S01006947,Newmachar and Fintray - 02,8c,Comfortable suburbia,S02001311,Newmachar and Fintray,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196880 +196880,S00092777,6b3,Semi-Detached Ageing,S01006986,Barrahill - 02,5a,Ageing urban communities,S02001317,Barrahill,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196881 +196881,S00092781,6b3,Semi-Detached Ageing,S01006983,Ythsie - 06,2c,Remoter communities,S02001316,Ythsie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196882 +196882,S00092795,6b3,Semi-Detached Ageing,S01006962,Ellon East - 05,8b,Ageing suburbanites,S02001313,Ellon East,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196883 +196883,S00092797,6b3,Semi-Detached Ageing,S01006962,Ellon East - 05,8b,Ageing suburbanites,S02001313,Ellon East,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196884 +196884,S00092817,6b3,Semi-Detached Ageing,S01007067,Cruden - 03,8b,Ageing suburbanites,S02001333,Cruden,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196885 +196885,S00092830,6b3,Semi-Detached Ageing,S01007093,Peterhead Ugieside - 05,2a,Ageing rural neighbourhoods,S02001337,Peterhead Ugieside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196886 +196886,S00092854,6b3,Semi-Detached Ageing,S01007063,Auchnagatt - 03,5e,Primary sector workers,S02001332,Auchnagatt,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196887 +196887,S00092863,6b3,Semi-Detached Ageing,S01007059,Mintlaw - 03,5e,Primary sector workers,S02001331,Mintlaw,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196888 +196888,S00092884,6b3,Semi-Detached Ageing,S01007106,Rosehearty and Strathbeg - 04,2d,Rural traits,S02001339,Rosehearty and Strathbeg,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196889 +196889,S00092967,6b3,Semi-Detached Ageing,S01007018,Turriff - 02,5e,Primary sector workers,S02001323,Turriff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196890 +196890,S00091103,7a1,Transitional Eastern European Neighbourhoods,S01006916,Kintore - 01,5c,Comfortable neighbourhoods,S02001306,Kintore,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196891 +196891,S00091200,7a1,Transitional Eastern European Neighbourhoods,S01007002,Clashindarroch - 01,2c,Remoter communities,S02001320,Clashindarroch,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196892 +196892,S00091462,7a1,Transitional Eastern European Neighbourhoods,S01006805,Mearns and Laurencekirk - 05,2d,Rural traits,S02001287,Mearns and Laurencekirk,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196893 +196893,S00091508,7a1,Transitional Eastern European Neighbourhoods,S01006832,Stonehaven North - 03,5a,Ageing urban communities,S02001292,Stonehaven North,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196894 +196894,S00091511,7a1,Transitional Eastern European Neighbourhoods,S01006835,Stonehaven North - 06,5e,Primary sector workers,S02001292,Stonehaven North,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196895 +196895,S00091527,7a1,Transitional Eastern European Neighbourhoods,S01006828,Stonehaven South - 06,5e,Primary sector workers,S02001291,Stonehaven South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196896 +196896,S00091529,7a1,Transitional Eastern European Neighbourhoods,S01006828,Stonehaven South - 06,5e,Primary sector workers,S02001291,Stonehaven South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196897 +196897,S00091540,7a1,Transitional Eastern European Neighbourhoods,S01006790,East Cairngorms - 02,5e,Primary sector workers,S02001285,East Cairngorms,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196898 +196898,S00091713,7a1,Transitional Eastern European Neighbourhoods,S01006907,Inverurie South - 06,5e,Primary sector workers,S02001304,Inverurie South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196899 +196899,S00091719,7a1,Transitional Eastern European Neighbourhoods,S01006907,Inverurie South - 06,5e,Primary sector workers,S02001304,Inverurie South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196900 +196900,S00092728,7a1,Transitional Eastern European Neighbourhoods,S01006904,Inverurie South - 03,5e,Primary sector workers,S02001304,Inverurie South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196901 +196901,S00091510,5b3,Self-Sufficient Retirement,S01006832,Stonehaven North - 03,5a,Ageing urban communities,S02001292,Stonehaven North,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196902 +196902,S00092737,7a1,Transitional Eastern European Neighbourhoods,S01006908,Inverurie South - 07,5e,Primary sector workers,S02001304,Inverurie South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196903 +196903,S00091315,1a1,Rural Workers and Families,S01006853,"Dunecht, Durris and Drumoak - 01",2b,Prospering countryside life,S02001296,"Dunecht, Durris and Drumoak",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196904 +196904,S00092210,1a1,Rural Workers and Families,S01007105,Rosehearty and Strathbeg - 03,2d,Rural traits,S02001339,Rosehearty and Strathbeg,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196905 +196905,S00091915,7a1,Transitional Eastern European Neighbourhoods,S01007083,Peterhead Harbour - 03,4b,Constrained renters,S02001336,Peterhead Harbour,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196906 +196906,S00091916,7a1,Transitional Eastern European Neighbourhoods,S01007083,Peterhead Harbour - 03,4b,Constrained renters,S02001336,Peterhead Harbour,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196907 +196907,S00092293,5b3,Self-Sufficient Retirement,S01007085,Peterhead Harbour - 05,4b,Constrained renters,S02001336,Peterhead Harbour,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196908 +196908,S00091513,5b3,Self-Sufficient Retirement,S01006835,Stonehaven North - 06,5e,Primary sector workers,S02001292,Stonehaven North,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196909 +196909,S00092494,1a1,Rural Workers and Families,S01007095,Longside and Rattray - 01,2c,Remoter communities,S02001338,Longside and Rattray,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196910 +196910,S00091917,7a1,Transitional Eastern European Neighbourhoods,S01007083,Peterhead Harbour - 03,4b,Constrained renters,S02001336,Peterhead Harbour,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196911 +196911,S00091326,1a1,Rural Workers and Families,S01006806,Mearns South and Benholm - 01,2c,Remoter communities,S02001288,Mearns South and Benholm,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196912 +196912,S00092211,1a1,Rural Workers and Families,S01007105,Rosehearty and Strathbeg - 03,2d,Rural traits,S02001339,Rosehearty and Strathbeg,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196913 +196913,S00092738,7a1,Transitional Eastern European Neighbourhoods,S01006908,Inverurie South - 07,5e,Primary sector workers,S02001304,Inverurie South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196914 +196914,S00092623,5b3,Self-Sufficient Retirement,S01006823,Stonehaven South - 01,8a,Affluent communities,S02001291,Stonehaven South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196915 +196915,S00091521,5b3,Self-Sufficient Retirement,S01006835,Stonehaven North - 06,5e,Primary sector workers,S02001292,Stonehaven North,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196916 +196916,S00092495,1a1,Rural Workers and Families,S01007100,Longside and Rattray - 06,2c,Remoter communities,S02001338,Longside and Rattray,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196917 +196917,S00092496,1a1,Rural Workers and Families,S01007052,Deer and Mormond - 03,2c,Remoter communities,S02001330,Deer and Mormond,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196918 +196918,S00092498,1a1,Rural Workers and Families,S01007014,Auchterless and Monquhitter - 02,2c,Remoter communities,S02001322,Auchterless and Monquhitter,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196919 +196919,S00092499,1a1,Rural Workers and Families,S01007015,Auchterless and Monquhitter - 03,2c,Remoter communities,S02001322,Auchterless and Monquhitter,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196920 +196920,S00092500,1a1,Rural Workers and Families,S01007045,Gardenstown and King Edward - 04,2c,Remoter communities,S02001328,Gardenstown and King Edward,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196921 +196921,S00092501,1a1,Rural Workers and Families,S01007045,Gardenstown and King Edward - 04,2c,Remoter communities,S02001328,Gardenstown and King Edward,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196922 +196922,S00092502,1a1,Rural Workers and Families,S01006993,Fyvie-Rothie - 03,2c,Remoter communities,S02001318,Fyvie-Rothie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196923 +196923,S00092503,1a1,Rural Workers and Families,S01006993,Fyvie-Rothie - 03,2c,Remoter communities,S02001318,Fyvie-Rothie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196924 +196924,S00092504,1a1,Rural Workers and Families,S01007048,New Pitsligo - 03,2c,Remoter communities,S02001329,New Pitsligo,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196925 +196925,S00092505,1a1,Rural Workers and Families,S01007048,New Pitsligo - 03,2c,Remoter communities,S02001329,New Pitsligo,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196926 +196926,S00092518,1a1,Rural Workers and Families,S01006880,Howe of Alford - 01,2c,Remoter communities,S02001301,Howe of Alford,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196927 +196927,S00092520,1a1,Rural Workers and Families,S01006888,Howe of Alford - 09,2c,Remoter communities,S02001301,Howe of Alford,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196928 +196928,S00092521,1a1,Rural Workers and Families,S01006888,Howe of Alford - 09,2c,Remoter communities,S02001301,Howe of Alford,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196929 +196929,S00092524,1a1,Rural Workers and Families,S01006981,Ythsie - 04,2c,Remoter communities,S02001316,Ythsie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196930 +196930,S00092525,1a1,Rural Workers and Families,S01006972,Ythanside - 01,2c,Remoter communities,S02001315,Ythanside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196931 +196931,S00092528,1a1,Rural Workers and Families,S01006998,"Insch, Oyne and Ythanwells - 02",2c,Remoter communities,S02001319,"Insch, Oyne and Ythanwells",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196932 +196932,S00092529,1a1,Rural Workers and Families,S01006998,"Insch, Oyne and Ythanwells - 02",2c,Remoter communities,S02001319,"Insch, Oyne and Ythanwells",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196933 +196933,S00092530,1a1,Rural Workers and Families,S01006998,"Insch, Oyne and Ythanwells - 02",2c,Remoter communities,S02001319,"Insch, Oyne and Ythanwells",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196934 +196934,S00092531,1a1,Rural Workers and Families,S01006999,"Insch, Oyne and Ythanwells - 03",2c,Remoter communities,S02001319,"Insch, Oyne and Ythanwells",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196935 +196935,S00092534,1a1,Rural Workers and Families,S01006910,Durno-Chapel of Garioch - 02,2b,Prospering countryside life,S02001305,Durno-Chapel of Garioch,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196936 +196936,S00092535,1a1,Rural Workers and Families,S01006886,Howe of Alford - 07,2b,Prospering countryside life,S02001301,Howe of Alford,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196937 +196937,S00092536,1a1,Rural Workers and Families,S01006914,Durno-Chapel of Garioch - 06,2c,Remoter communities,S02001305,Durno-Chapel of Garioch,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196938 +196938,S00092541,1a1,Rural Workers and Families,S01006914,Durno-Chapel of Garioch - 06,2c,Remoter communities,S02001305,Durno-Chapel of Garioch,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196939 +196939,S00092543,1a1,Rural Workers and Families,S01006915,Durno-Chapel of Garioch - 07,2c,Remoter communities,S02001305,Durno-Chapel of Garioch,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196940 +196940,S00092546,1a1,Rural Workers and Families,S01006952,Balmedie and Potterton - 01,2c,Remoter communities,S02001312,Balmedie and Potterton,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196941 +196941,S00092547,1a1,Rural Workers and Families,S01006857,"Dunecht, Durris and Drumoak - 05",2c,Remoter communities,S02001296,"Dunecht, Durris and Drumoak",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196942 +196942,S00092549,1a1,Rural Workers and Families,S01006977,Ythanside - 06,2c,Remoter communities,S02001315,Ythanside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196943 +196943,S00092571,1a1,Rural Workers and Families,S01006822,"Fetteresso, Netherley and Catter - 05",2c,Remoter communities,S02001290,"Fetteresso, Netherley and Catter",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196944 +196944,S00092573,1a1,Rural Workers and Families,S01006821,"Fetteresso, Netherley and Catter - 04",2c,Remoter communities,S02001290,"Fetteresso, Netherley and Catter",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196945 +196945,S00092575,1a1,Rural Workers and Families,S01006818,"Fetteresso, Netherley and Catter - 01",2c,Remoter communities,S02001290,"Fetteresso, Netherley and Catter",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196946 +196946,S00092587,1a1,Rural Workers and Families,S01006805,Mearns and Laurencekirk - 05,2d,Rural traits,S02001287,Mearns and Laurencekirk,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196947 +196947,S00092595,1a1,Rural Workers and Families,S01006801,Mearns and Laurencekirk - 01,2c,Remoter communities,S02001287,Mearns and Laurencekirk,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196948 +196948,S00092639,1a1,Rural Workers and Families,S01006861,Banchory East - 03,8c,Comfortable suburbia,S02001297,Banchory East,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196949 +196949,S00092641,1a1,Rural Workers and Families,S01006863,Banchory East - 05,5e,Primary sector workers,S02001297,Banchory East,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196950 +196950,S00092771,1a1,Rural Workers and Families,S01006974,Ythanside - 03,8c,Comfortable suburbia,S02001315,Ythanside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196951 +196951,S00092838,1a1,Rural Workers and Families,S01007093,Peterhead Ugieside - 05,2a,Ageing rural neighbourhoods,S02001337,Peterhead Ugieside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196952 +196952,S00092851,1a1,Rural Workers and Families,S01007089,Peterhead Ugieside - 01,8b,Ageing suburbanites,S02001337,Peterhead Ugieside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196953 +196953,S00092903,1a1,Rural Workers and Families,S01007116,Fraserburgh Smiddyhill - 05,2c,Remoter communities,S02001340,Fraserburgh Smiddyhill,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196954 +196954,S00092962,1a1,Rural Workers and Families,S01007072,Peterhead Links - 01,2d,Rural traits,S02001334,Peterhead Links,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196955 +196955,S00092965,1a1,Rural Workers and Families,S01007072,Peterhead Links - 01,2d,Rural traits,S02001334,Peterhead Links,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196956 +196956,S00092973,1a1,Rural Workers and Families,S01007048,New Pitsligo - 03,2c,Remoter communities,S02001329,New Pitsligo,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196957 +196957,S00092975,1a1,Rural Workers and Families,S01006972,Ythanside - 01,2c,Remoter communities,S02001315,Ythanside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196958 +196958,S00091332,1a1,Rural Workers and Families,S01006802,Mearns and Laurencekirk - 02,2c,Remoter communities,S02001287,Mearns and Laurencekirk,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196959 +196959,S00092687,5b3,Self-Sufficient Retirement,S01006938,Westhill Central - 04,5c,Comfortable neighbourhoods,S02001309,Westhill Central,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196960 +196960,S00092741,7a1,Transitional Eastern European Neighbourhoods,S01006895,Inverurie North - 02,4b,Constrained renters,S02001303,Inverurie North,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196961 +196961,S00092252,1a1,Rural Workers and Families,S01007096,Longside and Rattray - 02,2c,Remoter communities,S02001338,Longside and Rattray,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196962 +196962,S00091524,5b3,Self-Sufficient Retirement,S01006828,Stonehaven South - 06,5e,Primary sector workers,S02001291,Stonehaven South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196963 +196963,S00091342,1a1,Rural Workers and Families,S01006801,Mearns and Laurencekirk - 01,2c,Remoter communities,S02001287,Mearns and Laurencekirk,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196964 +196964,S00092698,5b3,Self-Sufficient Retirement,S01006918,Kintore - 03,8c,Comfortable suburbia,S02001306,Kintore,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196965 +196965,S00092277,1a1,Rural Workers and Families,S01006975,Ythanside - 04,2c,Remoter communities,S02001315,Ythanside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196966 +196966,S00092842,7a1,Transitional Eastern European Neighbourhoods,S01007087,Peterhead Harbour - 07,4b,Constrained renters,S02001336,Peterhead Harbour,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196967 +196967,S00091919,7a1,Transitional Eastern European Neighbourhoods,S01007083,Peterhead Harbour - 03,4b,Constrained renters,S02001336,Peterhead Harbour,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196968 +196968,S00091525,5b3,Self-Sufficient Retirement,S01006828,Stonehaven South - 06,5e,Primary sector workers,S02001291,Stonehaven South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196969 +196969,S00092764,5b3,Self-Sufficient Retirement,S01006946,Newmachar and Fintray - 01,8c,Comfortable suburbia,S02001311,Newmachar and Fintray,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196970 +196970,S00092876,7a1,Transitional Eastern European Neighbourhoods,S01007031,Aberchirder and Whitehills - 05,2d,Rural traits,S02001325,Aberchirder and Whitehills,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196971 +196971,S00091927,7a1,Transitional Eastern European Neighbourhoods,S01007081,Peterhead Harbour - 01,4b,Constrained renters,S02001336,Peterhead Harbour,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196972 +196972,S00092290,1a1,Rural Workers and Families,S01007094,Peterhead Ugieside - 06,2d,Rural traits,S02001337,Peterhead Ugieside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196973 +196973,S00091344,1a1,Rural Workers and Families,S01006801,Mearns and Laurencekirk - 01,2c,Remoter communities,S02001287,Mearns and Laurencekirk,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196974 +196974,S00091528,5b3,Self-Sufficient Retirement,S01006828,Stonehaven South - 06,5e,Primary sector workers,S02001291,Stonehaven South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196975 +196975,S00092769,5b3,Self-Sufficient Retirement,S01006974,Ythanside - 03,8c,Comfortable suburbia,S02001315,Ythanside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196976 +196976,S00092907,7a1,Transitional Eastern European Neighbourhoods,S01007126,Fraserburgh Harbour and Broadsea - 02,4b,Constrained renters,S02001343,Fraserburgh Harbour and Broadsea,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196977 +196977,S00091928,7a1,Transitional Eastern European Neighbourhoods,S01007081,Peterhead Harbour - 01,4b,Constrained renters,S02001336,Peterhead Harbour,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196978 +196978,S00092311,1a1,Rural Workers and Families,S01007037,Macduff - 01,5e,Primary sector workers,S02001327,Macduff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196979 +196979,S00091352,1a1,Rural Workers and Families,S01006818,"Fetteresso, Netherley and Catter - 01",2c,Remoter communities,S02001290,"Fetteresso, Netherley and Catter",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196980 +196980,S00092312,1a1,Rural Workers and Families,S01007015,Auchterless and Monquhitter - 03,2c,Remoter communities,S02001322,Auchterless and Monquhitter,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196981 +196981,S00091541,5b3,Self-Sufficient Retirement,S01006790,East Cairngorms - 02,5e,Primary sector workers,S02001285,East Cairngorms,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196982 +196982,S00092792,5b3,Self-Sufficient Retirement,S01006964,Ellon East - 07,5b,Aspiring urban households,S02001313,Ellon East,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196983 +196983,S00091357,1a1,Rural Workers and Families,S01006822,"Fetteresso, Netherley and Catter - 05",2c,Remoter communities,S02001290,"Fetteresso, Netherley and Catter",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196984 +196984,S00092908,7a1,Transitional Eastern European Neighbourhoods,S01007126,Fraserburgh Harbour and Broadsea - 02,4b,Constrained renters,S02001343,Fraserburgh Harbour and Broadsea,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196985 +196985,S00092315,1a1,Rural Workers and Families,S01007027,Aberchirder and Whitehills - 01,5e,Primary sector workers,S02001325,Aberchirder and Whitehills,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196986 +196986,S00091547,5b3,Self-Sufficient Retirement,S01006865,Banchory West - 01,2a,Ageing rural neighbourhoods,S02001298,Banchory West,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196987 +196987,S00092317,1a1,Rural Workers and Families,S01007116,Fraserburgh Smiddyhill - 05,2c,Remoter communities,S02001340,Fraserburgh Smiddyhill,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196988 +196988,S00092936,7a1,Transitional Eastern European Neighbourhoods,S01007127,Fraserburgh Harbour and Broadsea - 03,4b,Constrained renters,S02001343,Fraserburgh Harbour and Broadsea,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196989 +196989,S00091358,1a1,Rural Workers and Families,S01006822,"Fetteresso, Netherley and Catter - 05",2c,Remoter communities,S02001290,"Fetteresso, Netherley and Catter",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196990 +196990,S00092811,5b3,Self-Sufficient Retirement,S01006979,Ythsie - 02,2d,Rural traits,S02001316,Ythsie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196991 +196991,S00091549,5b3,Self-Sufficient Retirement,S01006867,Banchory West - 03,8a,Affluent communities,S02001298,Banchory West,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196992 +196992,S00092319,1a1,Rural Workers and Families,S01007117,Fraserburgh Smiddyhill - 06,2c,Remoter communities,S02001340,Fraserburgh Smiddyhill,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196993 +196993,S00092937,7a1,Transitional Eastern European Neighbourhoods,S01007127,Fraserburgh Harbour and Broadsea - 03,4b,Constrained renters,S02001343,Fraserburgh Harbour and Broadsea,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196994 +196994,S00091359,1a1,Rural Workers and Families,S01006822,"Fetteresso, Netherley and Catter - 05",2c,Remoter communities,S02001290,"Fetteresso, Netherley and Catter",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196995 +196995,S00092831,5b3,Self-Sufficient Retirement,S01007093,Peterhead Ugieside - 05,2a,Ageing rural neighbourhoods,S02001337,Peterhead Ugieside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196996 +196996,S00091561,5b3,Self-Sufficient Retirement,S01006868,Banchory West - 04,5e,Primary sector workers,S02001298,Banchory West,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196997 +196997,S00092325,1a1,Rural Workers and Families,S01007031,Aberchirder and Whitehills - 05,2d,Rural traits,S02001325,Aberchirder and Whitehills,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196998 +196998,S00092939,7a1,Transitional Eastern European Neighbourhoods,S01007121,Fraserburgh Central-Academy - 01,4b,Constrained renters,S02001342,Fraserburgh Central-Academy,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,196999 +196999,S00091360,1a1,Rural Workers and Families,S01006822,"Fetteresso, Netherley and Catter - 05",2c,Remoter communities,S02001290,"Fetteresso, Netherley and Catter",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197000 +197000,S00092925,5b3,Self-Sufficient Retirement,S01006789,East Cairngorms - 01,5a,Ageing urban communities,S02001285,East Cairngorms,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197001 +197001,S00092951,5b3,Self-Sufficient Retirement,S01006936,Westhill Central - 02,5c,Comfortable neighbourhoods,S02001309,Westhill Central,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197002 +197002,S00091005,6b3,Semi-Detached Ageing,S01007091,Peterhead Ugieside - 03,5e,Primary sector workers,S02001337,Peterhead Ugieside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197003 +197003,S00091172,6b3,Semi-Detached Ageing,S01006978,Ythsie - 01,2c,Remoter communities,S02001316,Ythsie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197004 +197004,S00091252,6b3,Semi-Detached Ageing,S01006923,Kintore - 08,2a,Ageing rural neighbourhoods,S02001306,Kintore,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197005 +197005,S00091308,6b3,Semi-Detached Ageing,S01006843,Portlethen - 02,8b,Ageing suburbanites,S02001294,Portlethen,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197006 +197006,S00091402,6b3,Semi-Detached Ageing,S01006864,Banchory East - 06,5e,Primary sector workers,S02001297,Banchory East,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197007 +197007,S00091479,6b3,Semi-Detached Ageing,S01006827,Stonehaven South - 05,5c,Comfortable neighbourhoods,S02001291,Stonehaven South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197008 +197008,S00091491,6b3,Semi-Detached Ageing,S01006831,Stonehaven North - 02,8b,Ageing suburbanites,S02001292,Stonehaven North,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197009 +197009,S00091492,6b3,Semi-Detached Ageing,S01006837,Stonehaven North - 08,8c,Comfortable suburbia,S02001292,Stonehaven North,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197010 +197010,S00091499,6b3,Semi-Detached Ageing,S01006832,Stonehaven North - 03,5a,Ageing urban communities,S02001292,Stonehaven North,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197011 +197011,S00091533,6b3,Semi-Detached Ageing,S01006839,Newtonhill - 01,5d,Endeavouring social renters,S02001293,Newtonhill,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197012 +197012,S00091536,6b3,Semi-Detached Ageing,S01006839,Newtonhill - 01,5d,Endeavouring social renters,S02001293,Newtonhill,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197013 +197013,S00091551,6b3,Semi-Detached Ageing,S01006867,Banchory West - 03,8a,Affluent communities,S02001298,Banchory West,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197014 +197014,S00091563,6b3,Semi-Detached Ageing,S01006860,Banchory East - 02,5e,Primary sector workers,S02001297,Banchory East,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197015 +197015,S00091586,6b3,Semi-Detached Ageing,S01006845,Portlethen - 04,8c,Comfortable suburbia,S02001294,Portlethen,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197016 +197016,S00091589,6b3,Semi-Detached Ageing,S01006843,Portlethen - 02,8b,Ageing suburbanites,S02001294,Portlethen,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197017 +197017,S00091599,6b3,Semi-Detached Ageing,S01006794,Aboyne and South Deeside - 01,5e,Primary sector workers,S02001286,Aboyne and South Deeside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197018 +197018,S00091616,6b3,Semi-Detached Ageing,S01006936,Westhill Central - 02,5c,Comfortable neighbourhoods,S02001309,Westhill Central,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197019 +197019,S00091617,6b3,Semi-Detached Ageing,S01006936,Westhill Central - 02,5c,Comfortable neighbourhoods,S02001309,Westhill Central,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197020 +197020,S00091621,6b3,Semi-Detached Ageing,S01006935,Westhill Central - 01,8b,Ageing suburbanites,S02001309,Westhill Central,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197021 +197021,S00091636,6b3,Semi-Detached Ageing,S01006939,Westhill Central - 05,8b,Ageing suburbanites,S02001309,Westhill Central,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197022 +197022,S00091671,6b3,Semi-Detached Ageing,S01006954,Balmedie and Potterton - 03,8b,Ageing suburbanites,S02001312,Balmedie and Potterton,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197023 +197023,S00091681,6b3,Semi-Detached Ageing,S01006889,Kemnay - 01,5d,Endeavouring social renters,S02001302,Kemnay,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197024 +197024,S00091772,6b3,Semi-Detached Ageing,S01006982,Ythsie - 05,2d,Rural traits,S02001316,Ythsie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197025 +197025,S00091775,6b3,Semi-Detached Ageing,S01006983,Ythsie - 06,2c,Remoter communities,S02001316,Ythsie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197026 +197026,S00091789,6b3,Semi-Detached Ageing,S01006962,Ellon East - 05,8b,Ageing suburbanites,S02001313,Ellon East,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197027 +197027,S00091790,6b3,Semi-Detached Ageing,S01006963,Ellon East - 06,8b,Ageing suburbanites,S02001313,Ellon East,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197028 +197028,S00091791,6b3,Semi-Detached Ageing,S01006962,Ellon East - 05,8b,Ageing suburbanites,S02001313,Ellon East,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197029 +197029,S00091792,6b3,Semi-Detached Ageing,S01006962,Ellon East - 05,8b,Ageing suburbanites,S02001313,Ellon East,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197030 +197030,S00091797,6b3,Semi-Detached Ageing,S01006958,Ellon East - 01,8b,Ageing suburbanites,S02001313,Ellon East,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197031 +197031,S00091810,6b3,Semi-Detached Ageing,S01006967,Ellon West - 03,8b,Ageing suburbanites,S02001314,Ellon West,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197032 +197032,S00091816,6b3,Semi-Detached Ageing,S01006966,Ellon West - 02,5d,Endeavouring social renters,S02001314,Ellon West,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197033 +197033,S00091890,6b3,Semi-Detached Ageing,S01007074,Peterhead Links - 03,4a,Challenged white communities,S02001334,Peterhead Links,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197034 +197034,S00091891,6b3,Semi-Detached Ageing,S01007073,Peterhead Links - 02,2a,Ageing rural neighbourhoods,S02001334,Peterhead Links,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197035 +197035,S00091564,5b3,Self-Sufficient Retirement,S01006862,Banchory East - 04,5c,Comfortable neighbourhoods,S02001297,Banchory East,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197036 +197036,S00091091,5a1,White Professionals,S01006995,Fyvie-Rothie - 05,2c,Remoter communities,S02001318,Fyvie-Rothie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197037 +197037,S00092327,1a1,Rural Workers and Families,S01007013,Auchterless and Monquhitter - 01,2c,Remoter communities,S02001322,Auchterless and Monquhitter,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197038 +197038,S00092330,1a1,Rural Workers and Families,S01007056,Deer and Mormond - 07,2c,Remoter communities,S02001330,Deer and Mormond,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197039 +197039,S00091361,1a1,Rural Workers and Families,S01006820,"Fetteresso, Netherley and Catter - 03",2b,Prospering countryside life,S02001290,"Fetteresso, Netherley and Catter",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197040 +197040,S00091577,5b3,Self-Sufficient Retirement,S01006844,Portlethen - 03,8c,Comfortable suburbia,S02001294,Portlethen,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197041 +197041,S00091366,1a1,Rural Workers and Families,S01006821,"Fetteresso, Netherley and Catter - 04",2c,Remoter communities,S02001290,"Fetteresso, Netherley and Catter",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197042 +197042,S00092331,1a1,Rural Workers and Families,S01007047,New Pitsligo - 02,2c,Remoter communities,S02001329,New Pitsligo,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197043 +197043,S00091222,5a1,White Professionals,S01006910,Durno-Chapel of Garioch - 02,2b,Prospering countryside life,S02001305,Durno-Chapel of Garioch,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197044 +197044,S00091585,5b3,Self-Sufficient Retirement,S01006845,Portlethen - 04,8c,Comfortable suburbia,S02001294,Portlethen,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197045 +197045,S00091367,1a1,Rural Workers and Families,S01006821,"Fetteresso, Netherley and Catter - 04",2c,Remoter communities,S02001290,"Fetteresso, Netherley and Catter",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197046 +197046,S00091507,5a1,White Professionals,S01006832,Stonehaven North - 03,5a,Ageing urban communities,S02001292,Stonehaven North,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197047 +197047,S00092332,1a1,Rural Workers and Families,S01006928,Blackburn - 04,2d,Rural traits,S02001307,Blackburn,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197048 +197048,S00091644,5b3,Self-Sufficient Retirement,S01006945,Garlogie and Elrick - 05,8a,Affluent communities,S02001310,Garlogie and Elrick,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197049 +197049,S00091369,1a1,Rural Workers and Families,S01006819,"Fetteresso, Netherley and Catter - 02",2c,Remoter communities,S02001290,"Fetteresso, Netherley and Catter",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197050 +197050,S00091535,5a1,White Professionals,S01006839,Newtonhill - 01,5d,Endeavouring social renters,S02001293,Newtonhill,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197051 +197051,S00092342,1a1,Rural Workers and Families,S01007043,Gardenstown and King Edward - 02,2c,Remoter communities,S02001328,Gardenstown and King Edward,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197052 +197052,S00091669,5b3,Self-Sufficient Retirement,S01006919,Kintore - 04,8c,Comfortable suburbia,S02001306,Kintore,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197053 +197053,S00091375,1a1,Rural Workers and Families,S01006818,"Fetteresso, Netherley and Catter - 01",2c,Remoter communities,S02001290,"Fetteresso, Netherley and Catter",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197054 +197054,S00091581,5a1,White Professionals,S01006846,Portlethen - 05,5c,Comfortable neighbourhoods,S02001294,Portlethen,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197055 +197055,S00092350,1a1,Rural Workers and Families,S01006881,Howe of Alford - 02,2c,Remoter communities,S02001301,Howe of Alford,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197056 +197056,S00092352,1a1,Rural Workers and Families,S01006984,Ythsie - 07,2c,Remoter communities,S02001316,Ythsie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197057 +197057,S00092355,1a1,Rural Workers and Families,S01006979,Ythsie - 02,2d,Rural traits,S02001316,Ythsie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197058 +197058,S00092360,1a1,Rural Workers and Families,S01006981,Ythsie - 04,2c,Remoter communities,S02001316,Ythsie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197059 +197059,S00092361,1a1,Rural Workers and Families,S01006983,Ythsie - 06,2c,Remoter communities,S02001316,Ythsie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197060 +197060,S00092364,1a1,Rural Workers and Families,S01007003,Clashindarroch - 02,2c,Remoter communities,S02001320,Clashindarroch,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197061 +197061,S00092365,1a1,Rural Workers and Families,S01006997,"Insch, Oyne and Ythanwells - 01",2c,Remoter communities,S02001319,"Insch, Oyne and Ythanwells",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197062 +197062,S00092367,1a1,Rural Workers and Families,S01007000,"Insch, Oyne and Ythanwells - 04",2d,Rural traits,S02001319,"Insch, Oyne and Ythanwells",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197063 +197063,S00092369,1a1,Rural Workers and Families,S01007047,New Pitsligo - 02,2c,Remoter communities,S02001329,New Pitsligo,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197064 +197064,S00092375,1a1,Rural Workers and Families,S01006992,Fyvie-Rothie - 02,2c,Remoter communities,S02001318,Fyvie-Rothie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197065 +197065,S00092376,1a1,Rural Workers and Families,S01006990,Barrahill - 06,2b,Prospering countryside life,S02001317,Barrahill,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197066 +197066,S00092379,1a1,Rural Workers and Families,S01006988,Barrahill - 04,2c,Remoter communities,S02001317,Barrahill,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197067 +197067,S00092384,1a1,Rural Workers and Families,S01007046,New Pitsligo - 01,2c,Remoter communities,S02001329,New Pitsligo,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197068 +197068,S00092391,1a1,Rural Workers and Families,S01007108,Rosehearty and Strathbeg - 06,2c,Remoter communities,S02001339,Rosehearty and Strathbeg,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197069 +197069,S00092395,1a1,Rural Workers and Families,S01007061,Auchnagatt - 01,2c,Remoter communities,S02001332,Auchnagatt,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197070 +197070,S00092396,1a1,Rural Workers and Families,S01007061,Auchnagatt - 01,2c,Remoter communities,S02001332,Auchnagatt,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197071 +197071,S00092397,1a1,Rural Workers and Families,S01007055,Deer and Mormond - 06,2c,Remoter communities,S02001330,Deer and Mormond,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197072 +197072,S00092401,1a1,Rural Workers and Families,S01006853,"Dunecht, Durris and Drumoak - 01",2b,Prospering countryside life,S02001296,"Dunecht, Durris and Drumoak",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197073 +197073,S00092409,1a1,Rural Workers and Families,S01006819,"Fetteresso, Netherley and Catter - 02",2c,Remoter communities,S02001290,"Fetteresso, Netherley and Catter",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197074 +197074,S00092410,1a1,Rural Workers and Families,S01007107,Rosehearty and Strathbeg - 05,2c,Remoter communities,S02001339,Rosehearty and Strathbeg,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197075 +197075,S00092414,1a1,Rural Workers and Families,S01006798,Aboyne and South Deeside - 05,2c,Remoter communities,S02001286,Aboyne and South Deeside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197076 +197076,S00092415,1a1,Rural Workers and Families,S01006873,Crathes and Torphins - 05,2a,Ageing rural neighbourhoods,S02001299,Crathes and Torphins,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197077 +197077,S00092416,1a1,Rural Workers and Families,S01006874,Crathes and Torphins - 06,2c,Remoter communities,S02001299,Crathes and Torphins,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197078 +197078,S00092424,1a1,Rural Workers and Families,S01006810,Mearns South and Benholm - 05,2d,Rural traits,S02001288,Mearns South and Benholm,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197079 +197079,S00092426,1a1,Rural Workers and Families,S01006879,Cromar and Kildrummy - 05,2c,Remoter communities,S02001300,Cromar and Kildrummy,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197080 +197080,S00092437,1a1,Rural Workers and Families,S01007099,Longside and Rattray - 05,2d,Rural traits,S02001338,Longside and Rattray,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197081 +197081,S00092442,1a1,Rural Workers and Families,S01007102,Longside and Rattray - 08,2c,Remoter communities,S02001338,Longside and Rattray,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197082 +197082,S00091377,1a1,Rural Workers and Families,S01006800,Aboyne and South Deeside - 07,2b,Prospering countryside life,S02001286,Aboyne and South Deeside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197083 +197083,S00091704,5b3,Self-Sufficient Retirement,S01006903,Inverurie South - 02,5e,Primary sector workers,S02001304,Inverurie South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197084 +197084,S00091378,1a1,Rural Workers and Families,S01006798,Aboyne and South Deeside - 05,2c,Remoter communities,S02001286,Aboyne and South Deeside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197085 +197085,S00091712,5b3,Self-Sufficient Retirement,S01006907,Inverurie South - 06,5e,Primary sector workers,S02001304,Inverurie South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197086 +197086,S00091384,1a1,Rural Workers and Families,S01006855,"Dunecht, Durris and Drumoak - 03",2c,Remoter communities,S02001296,"Dunecht, Durris and Drumoak",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197087 +197087,S00091723,5b3,Self-Sufficient Retirement,S01006894,Inverurie North - 01,5c,Comfortable neighbourhoods,S02001303,Inverurie North,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197088 +197088,S00091386,1a1,Rural Workers and Families,S01006872,Crathes and Torphins - 04,2c,Remoter communities,S02001299,Crathes and Torphins,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197089 +197089,S00091735,5b3,Self-Sufficient Retirement,S01006908,Inverurie South - 07,5e,Primary sector workers,S02001304,Inverurie South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197090 +197090,S00091582,5a1,White Professionals,S01006845,Portlethen - 04,8c,Comfortable suburbia,S02001294,Portlethen,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197091 +197091,S00091389,1a1,Rural Workers and Families,S01006855,"Dunecht, Durris and Drumoak - 03",2c,Remoter communities,S02001296,"Dunecht, Durris and Drumoak",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197092 +197092,S00091738,5b3,Self-Sufficient Retirement,S01006908,Inverurie South - 07,5e,Primary sector workers,S02001304,Inverurie South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197093 +197093,S00091742,5b3,Self-Sufficient Retirement,S01006896,Inverurie North - 03,5e,Primary sector workers,S02001303,Inverurie North,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197094 +197094,S00091743,5b3,Self-Sufficient Retirement,S01006901,Inverurie North - 08,5e,Primary sector workers,S02001303,Inverurie North,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197095 +197095,S00091747,5b3,Self-Sufficient Retirement,S01006898,Inverurie North - 05,5c,Comfortable neighbourhoods,S02001303,Inverurie North,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197096 +197096,S00091769,5b3,Self-Sufficient Retirement,S01006987,Barrahill - 03,5e,Primary sector workers,S02001317,Barrahill,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197097 +197097,S00091784,5b3,Self-Sufficient Retirement,S01006963,Ellon East - 06,8b,Ageing suburbanites,S02001313,Ellon East,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197098 +197098,S00091805,5b3,Self-Sufficient Retirement,S01006965,Ellon West - 01,5a,Ageing urban communities,S02001314,Ellon West,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197099 +197099,S00091831,5b3,Self-Sufficient Retirement,S01007010,Huntly - 03,5a,Ageing urban communities,S02001321,Huntly,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197100 +197100,S00091847,5b3,Self-Sufficient Retirement,S01007009,Huntly - 02,5e,Primary sector workers,S02001321,Huntly,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197101 +197101,S00091851,5b3,Self-Sufficient Retirement,S01007009,Huntly - 02,5e,Primary sector workers,S02001321,Huntly,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197102 +197102,S00091854,5b3,Self-Sufficient Retirement,S01007010,Huntly - 03,5a,Ageing urban communities,S02001321,Huntly,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197103 +197103,S00091856,5b3,Self-Sufficient Retirement,S01007008,Huntly - 01,5e,Primary sector workers,S02001321,Huntly,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197104 +197104,S00091914,5b3,Self-Sufficient Retirement,S01007084,Peterhead Harbour - 04,5a,Ageing urban communities,S02001336,Peterhead Harbour,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197105 +197105,S00091938,5b3,Self-Sufficient Retirement,S01007081,Peterhead Harbour - 01,4b,Constrained renters,S02001336,Peterhead Harbour,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197106 +197106,S00092021,5b3,Self-Sufficient Retirement,S01007020,Turriff - 04,5e,Primary sector workers,S02001323,Turriff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197107 +197107,S00092080,5b3,Self-Sufficient Retirement,S01007032,Banff - 01,5e,Primary sector workers,S02001326,Banff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197108 +197108,S00092089,5b3,Self-Sufficient Retirement,S01007041,Macduff - 05,5e,Primary sector workers,S02001327,Macduff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197109 +197109,S00092092,5b3,Self-Sufficient Retirement,S01007038,Macduff - 02,5e,Primary sector workers,S02001327,Macduff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197110 +197110,S00092094,5b3,Self-Sufficient Retirement,S01007038,Macduff - 02,5e,Primary sector workers,S02001327,Macduff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197111 +197111,S00092164,5b3,Self-Sufficient Retirement,S01007128,Fraserburgh Harbour and Broadsea - 04,4b,Constrained renters,S02001343,Fraserburgh Harbour and Broadsea,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197112 +197112,S00092174,5b3,Self-Sufficient Retirement,S01007125,Fraserburgh Harbour and Broadsea - 01,4b,Constrained renters,S02001343,Fraserburgh Harbour and Broadsea,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197113 +197113,S00092176,5b3,Self-Sufficient Retirement,S01007125,Fraserburgh Harbour and Broadsea - 01,4b,Constrained renters,S02001343,Fraserburgh Harbour and Broadsea,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197114 +197114,S00092186,5b3,Self-Sufficient Retirement,S01007113,Fraserburgh Smiddyhill - 02,5a,Ageing urban communities,S02001340,Fraserburgh Smiddyhill,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197115 +197115,S00091390,1a1,Rural Workers and Families,S01006857,"Dunecht, Durris and Drumoak - 05",2c,Remoter communities,S02001296,"Dunecht, Durris and Drumoak",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197116 +197116,S00091693,5a1,White Professionals,S01006956,Balmedie and Potterton - 05,8c,Comfortable suburbia,S02001312,Balmedie and Potterton,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197117 +197117,S00091392,1a1,Rural Workers and Families,S01006872,Crathes and Torphins - 04,2c,Remoter communities,S02001299,Crathes and Torphins,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197118 +197118,S00091969,5a1,White Professionals,S01007090,Peterhead Ugieside - 02,5b,Aspiring urban households,S02001337,Peterhead Ugieside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197119 +197119,S00091395,1a1,Rural Workers and Families,S01006874,Crathes and Torphins - 06,2c,Remoter communities,S02001299,Crathes and Torphins,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197120 +197120,S00091970,5a1,White Professionals,S01007090,Peterhead Ugieside - 02,5b,Aspiring urban households,S02001337,Peterhead Ugieside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197121 +197121,S00091396,1a1,Rural Workers and Families,S01006798,Aboyne and South Deeside - 05,2c,Remoter communities,S02001286,Aboyne and South Deeside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197122 +197122,S00091971,5a1,White Professionals,S01007090,Peterhead Ugieside - 02,5b,Aspiring urban households,S02001337,Peterhead Ugieside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197123 +197123,S00091397,1a1,Rural Workers and Families,S01006869,Crathes and Torphins - 01,2c,Remoter communities,S02001299,Crathes and Torphins,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197124 +197124,S00091973,5a1,White Professionals,S01007090,Peterhead Ugieside - 02,5b,Aspiring urban households,S02001337,Peterhead Ugieside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197125 +197125,S00091399,1a1,Rural Workers and Families,S01006873,Crathes and Torphins - 05,2a,Ageing rural neighbourhoods,S02001299,Crathes and Torphins,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197126 +197126,S00091974,5a1,White Professionals,S01007090,Peterhead Ugieside - 02,5b,Aspiring urban households,S02001337,Peterhead Ugieside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197127 +197127,S00091406,1a1,Rural Workers and Families,S01006872,Crathes and Torphins - 04,2c,Remoter communities,S02001299,Crathes and Torphins,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197128 +197128,S00092022,5a1,White Professionals,S01007019,Turriff - 03,5e,Primary sector workers,S02001323,Turriff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197129 +197129,S00091407,1a1,Rural Workers and Families,S01006874,Crathes and Torphins - 06,2c,Remoter communities,S02001299,Crathes and Torphins,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197130 +197130,S00091408,1a1,Rural Workers and Families,S01006874,Crathes and Torphins - 06,2c,Remoter communities,S02001299,Crathes and Torphins,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197131 +197131,S00091415,1a1,Rural Workers and Families,S01006876,Cromar and Kildrummy - 02,2c,Remoter communities,S02001300,Cromar and Kildrummy,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197132 +197132,S00091416,1a1,Rural Workers and Families,S01006876,Cromar and Kildrummy - 02,2c,Remoter communities,S02001300,Cromar and Kildrummy,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197133 +197133,S00091417,1a1,Rural Workers and Families,S01006879,Cromar and Kildrummy - 05,2c,Remoter communities,S02001300,Cromar and Kildrummy,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197134 +197134,S00091420,1a1,Rural Workers and Families,S01006879,Cromar and Kildrummy - 05,2c,Remoter communities,S02001300,Cromar and Kildrummy,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197135 +197135,S00091425,1a1,Rural Workers and Families,S01006797,Aboyne and South Deeside - 04,2c,Remoter communities,S02001286,Aboyne and South Deeside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197136 +197136,S00091427,1a1,Rural Workers and Families,S01006797,Aboyne and South Deeside - 04,2c,Remoter communities,S02001286,Aboyne and South Deeside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197137 +197137,S00091430,1a1,Rural Workers and Families,S01006869,Crathes and Torphins - 01,2c,Remoter communities,S02001299,Crathes and Torphins,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197138 +197138,S00091433,1a1,Rural Workers and Families,S01006809,Mearns South and Benholm - 04,2d,Rural traits,S02001288,Mearns South and Benholm,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197139 +197139,S00091437,1a1,Rural Workers and Families,S01006879,Cromar and Kildrummy - 05,2c,Remoter communities,S02001300,Cromar and Kildrummy,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197140 +197140,S00091602,1a1,Rural Workers and Families,S01006795,Aboyne and South Deeside - 02,2a,Ageing rural neighbourhoods,S02001286,Aboyne and South Deeside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197141 +197141,S00091610,1a1,Rural Workers and Families,S01006795,Aboyne and South Deeside - 02,2a,Ageing rural neighbourhoods,S02001286,Aboyne and South Deeside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197142 +197142,S00091673,1a1,Rural Workers and Families,S01006952,Balmedie and Potterton - 01,2c,Remoter communities,S02001312,Balmedie and Potterton,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197143 +197143,S00091676,1a1,Rural Workers and Families,S01006882,Howe of Alford - 03,5e,Primary sector workers,S02001301,Howe of Alford,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197144 +197144,S00092114,5a1,White Professionals,S01007044,Gardenstown and King Edward - 03,2d,Rural traits,S02001328,Gardenstown and King Edward,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197145 +197145,S00092227,5a1,White Professionals,S01006851,Banchory-Devenick and Findon - 04,5c,Comfortable neighbourhoods,S02001295,Banchory-Devenick and Findon,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197146 +197146,S00092387,5a1,White Professionals,S01006954,Balmedie and Potterton - 03,8b,Ageing suburbanites,S02001312,Balmedie and Potterton,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197147 +197147,S00092462,5a1,White Professionals,S01006937,Westhill Central - 03,8c,Comfortable suburbia,S02001309,Westhill Central,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197148 +197148,S00092693,5a1,White Professionals,S01006928,Blackburn - 04,2d,Rural traits,S02001307,Blackburn,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197149 +197149,S00092734,5a1,White Professionals,S01006902,Inverurie South - 01,5e,Primary sector workers,S02001304,Inverurie South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197150 +197150,S00092745,5a1,White Professionals,S01006900,Inverurie North - 07,8c,Comfortable suburbia,S02001303,Inverurie North,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197151 +197151,S00092757,5a1,White Professionals,S01006897,Inverurie North - 04,5b,Aspiring urban households,S02001303,Inverurie North,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197152 +197152,S00092788,5a1,White Professionals,S01006964,Ellon East - 07,5b,Aspiring urban households,S02001313,Ellon East,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197153 +197153,S00092789,5a1,White Professionals,S01006964,Ellon East - 07,5b,Aspiring urban households,S02001313,Ellon East,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197154 +197154,S00091021,6b2,White Suburban Communities,S01007096,Longside and Rattray - 02,2c,Remoter communities,S02001338,Longside and Rattray,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197155 +197155,S00091128,6b2,White Suburban Communities,S01006932,Westhill North and South - 04,8c,Comfortable suburbia,S02001308,Westhill North and South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197156 +197156,S00091215,6b2,White Suburban Communities,S01006888,Howe of Alford - 09,2c,Remoter communities,S02001301,Howe of Alford,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197157 +197157,S00091232,6b2,White Suburban Communities,S01006917,Kintore - 02,8c,Comfortable suburbia,S02001306,Kintore,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197158 +197158,S00091244,6b2,White Suburban Communities,S01006922,Kintore - 07,2c,Remoter communities,S02001306,Kintore,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197159 +197159,S00091277,6b2,White Suburban Communities,S01006990,Barrahill - 06,2b,Prospering countryside life,S02001317,Barrahill,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197160 +197160,S00091281,6b2,White Suburban Communities,S01006957,Balmedie and Potterton - 06,2b,Prospering countryside life,S02001312,Balmedie and Potterton,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197161 +197161,S00091316,6b2,White Suburban Communities,S01006853,"Dunecht, Durris and Drumoak - 01",2b,Prospering countryside life,S02001296,"Dunecht, Durris and Drumoak",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197162 +197162,S00091348,6b2,White Suburban Communities,S01006811,Mearns North and Inverbervie - 01,2c,Remoter communities,S02001289,Mearns North and Inverbervie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197163 +197163,S00091363,6b2,White Suburban Communities,S01006820,"Fetteresso, Netherley and Catter - 03",2b,Prospering countryside life,S02001290,"Fetteresso, Netherley and Catter",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197164 +197164,S00091930,7a1,Transitional Eastern European Neighbourhoods,S01007082,Peterhead Harbour - 02,4b,Constrained renters,S02001336,Peterhead Harbour,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197165 +197165,S00091936,7a1,Transitional Eastern European Neighbourhoods,S01007082,Peterhead Harbour - 02,4b,Constrained renters,S02001336,Peterhead Harbour,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197166 +197166,S00091939,7a1,Transitional Eastern European Neighbourhoods,S01007088,Peterhead Harbour - 08,4b,Constrained renters,S02001336,Peterhead Harbour,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197167 +197167,S00091940,7a1,Transitional Eastern European Neighbourhoods,S01007083,Peterhead Harbour - 03,4b,Constrained renters,S02001336,Peterhead Harbour,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197168 +197168,S00091945,7a1,Transitional Eastern European Neighbourhoods,S01007087,Peterhead Harbour - 07,4b,Constrained renters,S02001336,Peterhead Harbour,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197169 +197169,S00091946,7a1,Transitional Eastern European Neighbourhoods,S01007087,Peterhead Harbour - 07,4b,Constrained renters,S02001336,Peterhead Harbour,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197170 +197170,S00091950,7a1,Transitional Eastern European Neighbourhoods,S01007086,Peterhead Harbour - 06,4b,Constrained renters,S02001336,Peterhead Harbour,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197171 +197171,S00091952,7a1,Transitional Eastern European Neighbourhoods,S01007085,Peterhead Harbour - 05,4b,Constrained renters,S02001336,Peterhead Harbour,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197172 +197172,S00091957,7a1,Transitional Eastern European Neighbourhoods,S01007085,Peterhead Harbour - 05,4b,Constrained renters,S02001336,Peterhead Harbour,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197173 +197173,S00091958,7a1,Transitional Eastern European Neighbourhoods,S01007085,Peterhead Harbour - 05,4b,Constrained renters,S02001336,Peterhead Harbour,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197174 +197174,S00091960,7a1,Transitional Eastern European Neighbourhoods,S01007085,Peterhead Harbour - 05,4b,Constrained renters,S02001336,Peterhead Harbour,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197175 +197175,S00091962,7a1,Transitional Eastern European Neighbourhoods,S01007086,Peterhead Harbour - 06,4b,Constrained renters,S02001336,Peterhead Harbour,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197176 +197176,S00091965,7a1,Transitional Eastern European Neighbourhoods,S01007086,Peterhead Harbour - 06,4b,Constrained renters,S02001336,Peterhead Harbour,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197177 +197177,S00091966,7a1,Transitional Eastern European Neighbourhoods,S01007086,Peterhead Harbour - 06,4b,Constrained renters,S02001336,Peterhead Harbour,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197178 +197178,S00091967,7a1,Transitional Eastern European Neighbourhoods,S01007087,Peterhead Harbour - 07,4b,Constrained renters,S02001336,Peterhead Harbour,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197179 +197179,S00092000,7a1,Transitional Eastern European Neighbourhoods,S01007059,Mintlaw - 03,5e,Primary sector workers,S02001331,Mintlaw,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197180 +197180,S00092010,7a1,Transitional Eastern European Neighbourhoods,S01007017,Turriff - 01,5e,Primary sector workers,S02001323,Turriff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197181 +197181,S00092062,7a1,Transitional Eastern European Neighbourhoods,S01007035,Banff - 04,4b,Constrained renters,S02001326,Banff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197182 +197182,S00092067,7a1,Transitional Eastern European Neighbourhoods,S01007034,Banff - 03,5e,Primary sector workers,S02001326,Banff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197183 +197183,S00092077,7a1,Transitional Eastern European Neighbourhoods,S01007036,Banff - 05,5e,Primary sector workers,S02001326,Banff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197184 +197184,S00092078,7a1,Transitional Eastern European Neighbourhoods,S01007032,Banff - 01,5e,Primary sector workers,S02001326,Banff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197185 +197185,S00092090,7a1,Transitional Eastern European Neighbourhoods,S01007038,Macduff - 02,5e,Primary sector workers,S02001327,Macduff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197186 +197186,S00092091,7a1,Transitional Eastern European Neighbourhoods,S01007038,Macduff - 02,5e,Primary sector workers,S02001327,Macduff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197187 +197187,S00092170,7a1,Transitional Eastern European Neighbourhoods,S01007126,Fraserburgh Harbour and Broadsea - 02,4b,Constrained renters,S02001343,Fraserburgh Harbour and Broadsea,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197188 +197188,S00092171,7a1,Transitional Eastern European Neighbourhoods,S01007126,Fraserburgh Harbour and Broadsea - 02,4b,Constrained renters,S02001343,Fraserburgh Harbour and Broadsea,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197189 +197189,S00092179,7a1,Transitional Eastern European Neighbourhoods,S01007126,Fraserburgh Harbour and Broadsea - 02,4b,Constrained renters,S02001343,Fraserburgh Harbour and Broadsea,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197190 +197190,S00092180,7a1,Transitional Eastern European Neighbourhoods,S01007126,Fraserburgh Harbour and Broadsea - 02,4b,Constrained renters,S02001343,Fraserburgh Harbour and Broadsea,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197191 +197191,S00092182,7a1,Transitional Eastern European Neighbourhoods,S01007127,Fraserburgh Harbour and Broadsea - 03,4b,Constrained renters,S02001343,Fraserburgh Harbour and Broadsea,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197192 +197192,S00092183,7a1,Transitional Eastern European Neighbourhoods,S01007127,Fraserburgh Harbour and Broadsea - 03,4b,Constrained renters,S02001343,Fraserburgh Harbour and Broadsea,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197193 +197193,S00092184,7a1,Transitional Eastern European Neighbourhoods,S01007127,Fraserburgh Harbour and Broadsea - 03,4b,Constrained renters,S02001343,Fraserburgh Harbour and Broadsea,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197194 +197194,S00092185,7a1,Transitional Eastern European Neighbourhoods,S01007127,Fraserburgh Harbour and Broadsea - 03,4b,Constrained renters,S02001343,Fraserburgh Harbour and Broadsea,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197195 +197195,S00092189,7a1,Transitional Eastern European Neighbourhoods,S01007121,Fraserburgh Central-Academy - 01,4b,Constrained renters,S02001342,Fraserburgh Central-Academy,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197196 +197196,S00092196,7a1,Transitional Eastern European Neighbourhoods,S01007123,Fraserburgh Central-Academy - 03,5e,Primary sector workers,S02001342,Fraserburgh Central-Academy,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197197 +197197,S00092197,7a1,Transitional Eastern European Neighbourhoods,S01007128,Fraserburgh Harbour and Broadsea - 04,4b,Constrained renters,S02001343,Fraserburgh Harbour and Broadsea,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197198 +197198,S00092258,7a1,Transitional Eastern European Neighbourhoods,S01006896,Inverurie North - 03,5e,Primary sector workers,S02001303,Inverurie North,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197199 +197199,S00092292,7a1,Transitional Eastern European Neighbourhoods,S01007086,Peterhead Harbour - 06,4b,Constrained renters,S02001336,Peterhead Harbour,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197200 +197200,S00094675,1b3,Ageing Rural Flat Tenants,S01007330,Kintyre Trail - 02,2c,Remoter communities,S02001379,Kintyre Trail,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197201 +197201,S00094676,1b3,Ageing Rural Flat Tenants,S01007333,Campbeltown - 01,5a,Ageing urban communities,S02001380,Campbeltown,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197202 +197202,S00094685,1b3,Ageing Rural Flat Tenants,S01007356,Cowal North - 02,2d,Rural traits,S02001384,Cowal North,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197203 +197203,S00094694,1b3,Ageing Rural Flat Tenants,S01007331,Kintyre Trail - 03,2c,Remoter communities,S02001379,Kintyre Trail,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197204 +197204,S00094700,1b3,Ageing Rural Flat Tenants,S01007312,Mid Argyll - 02,2d,Rural traits,S02001375,Mid Argyll,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197205 +197205,S00094236,7d1,Ageing Communities and Families,S01007344,Rothesay Town - 01,5e,Primary sector workers,S02001382,Rothesay Town,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197206 +197206,S00094658,8c2,Ageing Rural Industry Workers,S01007316,Greater Lochgilphead - 02,5e,Primary sector workers,S02001376,Greater Lochgilphead,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197207 +197207,S00094218,5b2,Communal Retirement,S01007342,Bute - 03,8a,Affluent communities,S02001381,Bute,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197208 +197208,S00094424,6a4,Ageing in Suburbia,S01007384,Helensburgh West and Rhu - 04,5c,Comfortable neighbourhoods,S02001388,Helensburgh West and Rhu,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197209 +197209,S00091373,6b2,White Suburban Communities,S01006829,Stonehaven South - 07,8c,Comfortable suburbia,S02001291,Stonehaven South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197210 +197210,S00094703,1b3,Ageing Rural Flat Tenants,S01007313,Mid Argyll - 03,2c,Remoter communities,S02001375,Mid Argyll,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197211 +197211,S00094705,1b3,Ageing Rural Flat Tenants,S01007314,Mid Argyll - 04,2c,Remoter communities,S02001375,Mid Argyll,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197212 +197212,S00094716,1b3,Ageing Rural Flat Tenants,S01007303,Benderloch Trail - 03,2a,Ageing rural neighbourhoods,S02001373,Benderloch Trail,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197213 +197213,S00094721,1b3,Ageing Rural Flat Tenants,S01007304,Benderloch Trail - 04,2c,Remoter communities,S02001373,Benderloch Trail,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197214 +197214,S00094733,1b3,Ageing Rural Flat Tenants,S01007338,Campbeltown - 06,5d,Endeavouring social renters,S02001380,Campbeltown,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197215 +197215,S00094775,1b3,Ageing Rural Flat Tenants,S01007316,Greater Lochgilphead - 02,5e,Primary sector workers,S02001376,Greater Lochgilphead,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197216 +197216,S00094788,1b3,Ageing Rural Flat Tenants,S01007292,Oban South - 04,5c,Comfortable neighbourhoods,S02001371,Oban South,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197217 +197217,S00094016,8c2,Ageing Rural Industry Workers,S01007356,Cowal North - 02,2d,Rural traits,S02001384,Cowal North,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197218 +197218,S00094030,8c2,Ageing Rural Industry Workers,S01007357,Cowal North - 03,2c,Remoter communities,S02001384,Cowal North,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197219 +197219,S00094033,8c2,Ageing Rural Industry Workers,S01007331,Kintyre Trail - 03,2c,Remoter communities,S02001379,Kintyre Trail,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197220 +197220,S00094043,8c2,Ageing Rural Industry Workers,S01007329,Kintyre Trail - 01,2c,Remoter communities,S02001379,Kintyre Trail,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197221 +197221,S00094065,8c2,Ageing Rural Industry Workers,S01007311,Mid Argyll - 01,2a,Ageing rural neighbourhoods,S02001375,Mid Argyll,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197222 +197222,S00094107,8c2,Ageing Rural Industry Workers,S01007326,Whisky Isles - 03,2c,Remoter communities,S02001378,Whisky Isles,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197223 +197223,S00094153,8c2,Ageing Rural Industry Workers,S01007378,Garelochhead - 06,2a,Ageing rural neighbourhoods,S02001387,Garelochhead,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197224 +197224,S00094157,8c2,Ageing Rural Industry Workers,S01007338,Campbeltown - 06,5d,Endeavouring social renters,S02001380,Campbeltown,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197225 +197225,S00094169,8c2,Ageing Rural Industry Workers,S01007337,Campbeltown - 05,5e,Primary sector workers,S02001380,Campbeltown,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197226 +197226,S00094180,8c2,Ageing Rural Industry Workers,S01007333,Campbeltown - 01,5a,Ageing urban communities,S02001380,Campbeltown,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197227 +197227,S00094181,8c2,Ageing Rural Industry Workers,S01007334,Campbeltown - 02,4a,Challenged white communities,S02001380,Campbeltown,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197228 +197228,S00094063,1b3,Ageing Rural Flat Tenants,S01007311,Mid Argyll - 01,2a,Ageing rural neighbourhoods,S02001375,Mid Argyll,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197229 +197229,S00094586,1a3,Agricultural Communities,S01007303,Benderloch Trail - 03,2a,Ageing rural neighbourhoods,S02001373,Benderloch Trail,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197230 +197230,S00094193,8c2,Ageing Rural Industry Workers,S01007328,Whisky Isles - 05,5e,Primary sector workers,S02001378,Whisky Isles,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197231 +197231,S00094194,8c2,Ageing Rural Industry Workers,S01007328,Whisky Isles - 05,5e,Primary sector workers,S02001378,Whisky Isles,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197232 +197232,S00094195,8c2,Ageing Rural Industry Workers,S01007328,Whisky Isles - 05,5e,Primary sector workers,S02001378,Whisky Isles,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197233 +197233,S00094197,8c2,Ageing Rural Industry Workers,S01007327,Whisky Isles - 04,5e,Primary sector workers,S02001378,Whisky Isles,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197234 +197234,S00094198,8c2,Ageing Rural Industry Workers,S01007327,Whisky Isles - 04,5e,Primary sector workers,S02001378,Whisky Isles,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197235 +197235,S00094201,8c2,Ageing Rural Industry Workers,S01007327,Whisky Isles - 04,5e,Primary sector workers,S02001378,Whisky Isles,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197236 +197236,S00094207,8c2,Ageing Rural Industry Workers,S01007348,Rothesay Town - 05,4a,Challenged white communities,S02001382,Rothesay Town,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197237 +197237,S00094224,8c2,Ageing Rural Industry Workers,S01007347,Rothesay Town - 04,4a,Challenged white communities,S02001382,Rothesay Town,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197238 +197238,S00094225,8c2,Ageing Rural Industry Workers,S01007347,Rothesay Town - 04,4a,Challenged white communities,S02001382,Rothesay Town,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197239 +197239,S00094289,8c2,Ageing Rural Industry Workers,S01007368,Dunoon - 03,4a,Challenged white communities,S02001386,Dunoon,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197240 +197240,S00094290,8c2,Ageing Rural Industry Workers,S01007369,Dunoon - 04,5e,Primary sector workers,S02001386,Dunoon,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197241 +197241,S00094291,8c2,Ageing Rural Industry Workers,S01007369,Dunoon - 04,5e,Primary sector workers,S02001386,Dunoon,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197242 +197242,S00094307,8c2,Ageing Rural Industry Workers,S01007366,Dunoon - 01,4d,Hard-pressed flat dwellers,S02001386,Dunoon,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197243 +197243,S00094352,8c2,Ageing Rural Industry Workers,S01007374,Garelochhead - 02,5c,Comfortable neighbourhoods,S02001387,Garelochhead,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197244 +197244,S00094354,8c2,Ageing Rural Industry Workers,S01007374,Garelochhead - 02,5c,Comfortable neighbourhoods,S02001387,Garelochhead,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197245 +197245,S00094472,8c2,Ageing Rural Industry Workers,S01007376,Garelochhead - 04,5d,Endeavouring social renters,S02001387,Garelochhead,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197246 +197246,S00094489,8c2,Ageing Rural Industry Workers,S01007315,Greater Lochgilphead - 01,5e,Primary sector workers,S02001376,Greater Lochgilphead,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197247 +197247,S00094493,8c2,Ageing Rural Industry Workers,S01007316,Greater Lochgilphead - 02,5e,Primary sector workers,S02001376,Greater Lochgilphead,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197248 +197248,S00094519,8c2,Ageing Rural Industry Workers,S01007291,Oban South - 03,5e,Primary sector workers,S02001371,Oban South,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197249 +197249,S00094547,8c2,Ageing Rural Industry Workers,S01007299,Oban North - 03,4b,Constrained renters,S02001372,Oban North,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197250 +197250,S00094555,8c2,Ageing Rural Industry Workers,S01007302,Benderloch Trail - 02,5e,Primary sector workers,S02001373,Benderloch Trail,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197251 +197251,S00094577,8c2,Ageing Rural Industry Workers,S01007309,Loch Awe - 02,2c,Remoter communities,S02001374,Loch Awe,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197252 +197252,S00094590,8c2,Ageing Rural Industry Workers,S01007325,Whisky Isles - 02,2c,Remoter communities,S02001378,Whisky Isles,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197253 +197253,S00094606,8c2,Ageing Rural Industry Workers,S01007335,Campbeltown - 03,4a,Challenged white communities,S02001380,Campbeltown,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197254 +197254,S00094608,8c2,Ageing Rural Industry Workers,S01007328,Whisky Isles - 05,5e,Primary sector workers,S02001378,Whisky Isles,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197255 +197255,S00094609,8c2,Ageing Rural Industry Workers,S01007327,Whisky Isles - 04,5e,Primary sector workers,S02001378,Whisky Isles,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197256 +197256,S00094657,8c2,Ageing Rural Industry Workers,S01007318,Greater Lochgilphead - 04,5e,Primary sector workers,S02001376,Greater Lochgilphead,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197257 +197257,S00094243,7d1,Ageing Communities and Families,S01007340,Bute - 01,5e,Primary sector workers,S02001381,Bute,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197258 +197258,S00091404,6b2,White Suburban Communities,S01006864,Banchory East - 06,5e,Primary sector workers,S02001297,Banchory East,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197259 +197259,S00094235,5b2,Communal Retirement,S01007344,Rothesay Town - 01,5e,Primary sector workers,S02001382,Rothesay Town,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197260 +197260,S00094430,6a4,Ageing in Suburbia,S01007385,Helensburgh West and Rhu - 05,5c,Comfortable neighbourhoods,S02001388,Helensburgh West and Rhu,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197261 +197261,S00094677,8c2,Ageing Rural Industry Workers,S01007330,Kintyre Trail - 02,2c,Remoter communities,S02001379,Kintyre Trail,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197262 +197262,S00094249,7d1,Ageing Communities and Families,S01007323,Knapdale - 04,2d,Rural traits,S02001377,Knapdale,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197263 +197263,S00094262,5b2,Communal Retirement,S01007372,Dunoon - 07,5a,Ageing urban communities,S02001386,Dunoon,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197264 +197264,S00091488,6b2,White Suburban Communities,S01006831,Stonehaven North - 02,8b,Ageing suburbanites,S02001292,Stonehaven North,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197265 +197265,S00094073,1b3,Ageing Rural Flat Tenants,S01007310,Loch Awe - 03,2c,Remoter communities,S02001374,Loch Awe,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197266 +197266,S00094587,1a3,Agricultural Communities,S01007304,Benderloch Trail - 04,2c,Remoter communities,S02001373,Benderloch Trail,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197267 +197267,S00094431,6a4,Ageing in Suburbia,S01007385,Helensburgh West and Rhu - 05,5c,Comfortable neighbourhoods,S02001388,Helensburgh West and Rhu,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197268 +197268,S00091489,6b2,White Suburban Communities,S01006830,Stonehaven North - 01,5c,Comfortable neighbourhoods,S02001292,Stonehaven North,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197269 +197269,S00094588,1a3,Agricultural Communities,S01007326,Whisky Isles - 03,2c,Remoter communities,S02001378,Whisky Isles,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197270 +197270,S00094679,8c2,Ageing Rural Industry Workers,S01007335,Campbeltown - 03,4a,Challenged white communities,S02001380,Campbeltown,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197271 +197271,S00094256,7d1,Ageing Communities and Families,S01007354,Cowal South - 04,5c,Comfortable neighbourhoods,S02001383,Cowal South,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197272 +197272,S00094434,6a4,Ageing in Suburbia,S01007384,Helensburgh West and Rhu - 04,5c,Comfortable neighbourhoods,S02001388,Helensburgh West and Rhu,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197273 +197273,S00094076,1b3,Ageing Rural Flat Tenants,S01007310,Loch Awe - 03,2c,Remoter communities,S02001374,Loch Awe,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197274 +197274,S00094272,5b2,Communal Retirement,S01007372,Dunoon - 07,5a,Ageing urban communities,S02001386,Dunoon,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197275 +197275,S00091493,6b2,White Suburban Communities,S01006831,Stonehaven North - 02,8b,Ageing suburbanites,S02001292,Stonehaven North,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197276 +197276,S00094594,1a3,Agricultural Communities,S01007288,"Mull, Iona, Coll and Tiree - 05",2c,Remoter communities,S02001370,"Mull, Iona, Coll and Tiree",S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197277 +197277,S00091509,6b2,White Suburban Communities,S01006832,Stonehaven North - 03,5a,Ageing urban communities,S02001292,Stonehaven North,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197278 +197278,S00094692,8c2,Ageing Rural Industry Workers,S01007332,Kintyre Trail - 04,2c,Remoter communities,S02001379,Kintyre Trail,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197279 +197279,S00094268,7d1,Ageing Communities and Families,S01007371,Dunoon - 06,5e,Primary sector workers,S02001386,Dunoon,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197280 +197280,S00094296,5b2,Communal Retirement,S01007361,Hunter's Quay - 03,5a,Ageing urban communities,S02001385,Hunter's Quay,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197281 +197281,S00094595,1a3,Agricultural Communities,S01007285,"Mull, Iona, Coll and Tiree - 02",2c,Remoter communities,S02001370,"Mull, Iona, Coll and Tiree",S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197282 +197282,S00091639,6b2,White Suburban Communities,S01006939,Westhill Central - 05,8b,Ageing suburbanites,S02001309,Westhill Central,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197283 +197283,S00094693,8c2,Ageing Rural Industry Workers,S01007331,Kintyre Trail - 03,2c,Remoter communities,S02001379,Kintyre Trail,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197284 +197284,S00094734,8c2,Ageing Rural Industry Workers,S01007338,Campbeltown - 06,5d,Endeavouring social renters,S02001380,Campbeltown,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197285 +197285,S00094597,1a3,Agricultural Communities,S01007404,Lomond Shore - 01,2c,Remoter communities,S02001392,Lomond Shore,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197286 +197286,S00094312,7d1,Ageing Communities and Families,S01007366,Dunoon - 01,4d,Hard-pressed flat dwellers,S02001386,Dunoon,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197287 +197287,S00094774,8c2,Ageing Rural Industry Workers,S01007316,Greater Lochgilphead - 02,5e,Primary sector workers,S02001376,Greater Lochgilphead,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197288 +197288,S00091655,6b2,White Suburban Communities,S01006937,Westhill Central - 03,8c,Comfortable suburbia,S02001309,Westhill Central,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197289 +197289,S00094304,5b2,Communal Retirement,S01007367,Dunoon - 02,5e,Primary sector workers,S02001386,Dunoon,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197290 +197290,S00094615,1a3,Agricultural Communities,S01007353,Cowal South - 03,2d,Rural traits,S02001383,Cowal South,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197291 +197291,S00094336,7d1,Ageing Communities and Families,S01007407,Lomond Shore - 04,8a,Affluent communities,S02001392,Lomond Shore,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197292 +197292,S00094776,8c2,Ageing Rural Industry Workers,S01007317,Greater Lochgilphead - 03,2d,Rural traits,S02001376,Greater Lochgilphead,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197293 +197293,S00091690,6b2,White Suburban Communities,S01006891,Kemnay - 03,5a,Ageing urban communities,S02001302,Kemnay,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197294 +197294,S00094399,5b2,Communal Retirement,S01007397,Helensburgh Centre - 04,5c,Comfortable neighbourhoods,S02001390,Helensburgh Centre,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197295 +197295,S00094662,1a3,Agricultural Communities,S01007332,Kintyre Trail - 04,2c,Remoter communities,S02001379,Kintyre Trail,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197296 +197296,S00094374,7d1,Ageing Communities and Families,S01007396,Helensburgh Centre - 03,4d,Hard-pressed flat dwellers,S02001390,Helensburgh Centre,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197297 +197297,S00091696,6b2,White Suburban Communities,S01006956,Balmedie and Potterton - 05,8c,Comfortable suburbia,S02001312,Balmedie and Potterton,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197298 +197298,S00093995,1a3,Agricultural Communities,S01007308,Loch Awe - 01,2c,Remoter communities,S02001374,Loch Awe,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197299 +197299,S00091770,6b2,White Suburban Communities,S01006987,Barrahill - 03,5e,Primary sector workers,S02001317,Barrahill,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197300 +197300,S00094418,5b2,Communal Retirement,S01007393,Helensburgh North - 07,5a,Ageing urban communities,S02001389,Helensburgh North,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197301 +197301,S00094664,1a3,Agricultural Communities,S01007332,Kintyre Trail - 04,2c,Remoter communities,S02001379,Kintyre Trail,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197302 +197302,S00094398,7d1,Ageing Communities and Families,S01007396,Helensburgh Centre - 03,4d,Hard-pressed flat dwellers,S02001390,Helensburgh Centre,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197303 +197303,S00094691,1a3,Agricultural Communities,S01007332,Kintyre Trail - 04,2c,Remoter communities,S02001379,Kintyre Trail,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197304 +197304,S00091872,6b2,White Suburban Communities,S01007073,Peterhead Links - 02,2a,Ageing rural neighbourhoods,S02001334,Peterhead Links,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197305 +197305,S00094457,5b2,Communal Retirement,S01007393,Helensburgh North - 07,5a,Ageing urban communities,S02001389,Helensburgh North,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197306 +197306,S00094006,1a3,Agricultural Communities,S01007351,Cowal South - 01,2a,Ageing rural neighbourhoods,S02001383,Cowal South,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197307 +197307,S00094402,7d1,Ageing Communities and Families,S01007396,Helensburgh Centre - 03,4d,Hard-pressed flat dwellers,S02001390,Helensburgh Centre,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197308 +197308,S00094695,1a3,Agricultural Communities,S01007330,Kintyre Trail - 02,2c,Remoter communities,S02001379,Kintyre Trail,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197309 +197309,S00092051,6b2,White Suburban Communities,S01007106,Rosehearty and Strathbeg - 04,2d,Rural traits,S02001339,Rosehearty and Strathbeg,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197310 +197310,S00094458,5b2,Communal Retirement,S01007393,Helensburgh North - 07,5a,Ageing urban communities,S02001389,Helensburgh North,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197311 +197311,S00094008,1a3,Agricultural Communities,S01007352,Cowal South - 02,2c,Remoter communities,S02001383,Cowal South,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197312 +197312,S00094405,7d1,Ageing Communities and Families,S01007396,Helensburgh Centre - 03,4d,Hard-pressed flat dwellers,S02001390,Helensburgh Centre,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197313 +197313,S00094701,1a3,Agricultural Communities,S01007313,Mid Argyll - 03,2c,Remoter communities,S02001375,Mid Argyll,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197314 +197314,S00094702,1a3,Agricultural Communities,S01007313,Mid Argyll - 03,2c,Remoter communities,S02001375,Mid Argyll,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197315 +197315,S00094708,1a3,Agricultural Communities,S01007312,Mid Argyll - 02,2d,Rural traits,S02001375,Mid Argyll,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197316 +197316,S00094709,1a3,Agricultural Communities,S01007308,Loch Awe - 01,2c,Remoter communities,S02001374,Loch Awe,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197317 +197317,S00094712,1a3,Agricultural Communities,S01007307,Benderloch Trail - 07,2c,Remoter communities,S02001373,Benderloch Trail,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197318 +197318,S00094718,1a3,Agricultural Communities,S01007303,Benderloch Trail - 03,2a,Ageing rural neighbourhoods,S02001373,Benderloch Trail,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197319 +197319,S00094724,1a3,Agricultural Communities,S01007288,"Mull, Iona, Coll and Tiree - 05",2c,Remoter communities,S02001370,"Mull, Iona, Coll and Tiree",S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197320 +197320,S00094731,1a3,Agricultural Communities,S01007373,Garelochhead - 01,2b,Prospering countryside life,S02001387,Garelochhead,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197321 +197321,S00094798,1a3,Agricultural Communities,S01007343,Bute - 04,2c,Remoter communities,S02001381,Bute,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197322 +197322,S00094799,1a3,Agricultural Communities,S01007343,Bute - 04,2c,Remoter communities,S02001381,Bute,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197323 +197323,S00094160,7c1,Challenged Transitionaries,S01007337,Campbeltown - 05,5e,Primary sector workers,S02001380,Campbeltown,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197324 +197324,S00094208,7c1,Challenged Transitionaries,S01007348,Rothesay Town - 05,4a,Challenged white communities,S02001382,Rothesay Town,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197325 +197325,S00094339,7c1,Challenged Transitionaries,S01007407,Lomond Shore - 04,8a,Affluent communities,S02001392,Lomond Shore,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197326 +197326,S00094382,7c1,Challenged Transitionaries,S01007399,Helensburgh East - 02,4d,Hard-pressed flat dwellers,S02001391,Helensburgh East,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197327 +197327,S00094426,7c1,Challenged Transitionaries,S01007385,Helensburgh West and Rhu - 05,5c,Comfortable neighbourhoods,S02001388,Helensburgh West and Rhu,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197328 +197328,S00094428,7c1,Challenged Transitionaries,S01007385,Helensburgh West and Rhu - 05,5c,Comfortable neighbourhoods,S02001388,Helensburgh West and Rhu,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197329 +197329,S00094466,7c1,Challenged Transitionaries,S01007383,Helensburgh West and Rhu - 03,5c,Comfortable neighbourhoods,S02001388,Helensburgh West and Rhu,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197330 +197330,S00094475,7c1,Challenged Transitionaries,S01007376,Garelochhead - 04,5d,Endeavouring social renters,S02001387,Garelochhead,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197331 +197331,S00094501,7c1,Challenged Transitionaries,S01007379,Garelochhead - 07,4a,Challenged white communities,S02001387,Garelochhead,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197332 +197332,S00094536,7c1,Challenged Transitionaries,S01007298,Oban North - 02,5e,Primary sector workers,S02001372,Oban North,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197333 +197333,S00094652,7c1,Challenged Transitionaries,S01007383,Helensburgh West and Rhu - 03,5c,Comfortable neighbourhoods,S02001388,Helensburgh West and Rhu,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197334 +197334,S00094678,7c1,Challenged Transitionaries,S01007335,Campbeltown - 03,4a,Challenged white communities,S02001380,Campbeltown,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197335 +197335,S00094097,6a2,Comfortable Suburbia,S01007305,Benderloch Trail - 05,2c,Remoter communities,S02001373,Benderloch Trail,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197336 +197336,S00094136,6a2,Comfortable Suburbia,S01007405,Lomond Shore - 02,2b,Prospering countryside life,S02001392,Lomond Shore,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197337 +197337,S00094341,6a2,Comfortable Suburbia,S01007407,Lomond Shore - 04,8a,Affluent communities,S02001392,Lomond Shore,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197338 +197338,S00094364,6a2,Comfortable Suburbia,S01007403,Helensburgh East - 06,8c,Comfortable suburbia,S02001391,Helensburgh East,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197339 +197339,S00094444,6a2,Comfortable Suburbia,S01007388,Helensburgh North - 02,8b,Ageing suburbanites,S02001389,Helensburgh North,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197340 +197340,S00094446,6a2,Comfortable Suburbia,S01007388,Helensburgh North - 02,8b,Ageing suburbanites,S02001389,Helensburgh North,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197341 +197341,S00094449,6a2,Comfortable Suburbia,S01007387,Helensburgh North - 01,8a,Affluent communities,S02001389,Helensburgh North,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197342 +197342,S00094450,6a2,Comfortable Suburbia,S01007387,Helensburgh North - 01,8a,Affluent communities,S02001389,Helensburgh North,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197343 +197343,S00094461,6a2,Comfortable Suburbia,S01007386,Helensburgh West and Rhu - 06,8a,Affluent communities,S02001388,Helensburgh West and Rhu,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197344 +197344,S00094462,6a2,Comfortable Suburbia,S01007386,Helensburgh West and Rhu - 06,8a,Affluent communities,S02001388,Helensburgh West and Rhu,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197345 +197345,S00094463,6a2,Comfortable Suburbia,S01007386,Helensburgh West and Rhu - 06,8a,Affluent communities,S02001388,Helensburgh West and Rhu,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197346 +197346,S00094602,6a2,Comfortable Suburbia,S01007377,Garelochhead - 05,2b,Prospering countryside life,S02001387,Garelochhead,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197347 +197347,S00094643,6a2,Comfortable Suburbia,S01007391,Helensburgh North - 05,8b,Ageing suburbanites,S02001389,Helensburgh North,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197348 +197348,S00094649,6a2,Comfortable Suburbia,S01007387,Helensburgh North - 01,8a,Affluent communities,S02001389,Helensburgh North,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197349 +197349,S00094067,5b2,Communal Retirement,S01007311,Mid Argyll - 01,2a,Ageing rural neighbourhoods,S02001375,Mid Argyll,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197350 +197350,S00094177,5b2,Communal Retirement,S01007333,Campbeltown - 01,5a,Ageing urban communities,S02001380,Campbeltown,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197351 +197351,S00094217,5b2,Communal Retirement,S01007342,Bute - 03,8a,Affluent communities,S02001381,Bute,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197352 +197352,S00094468,5b2,Communal Retirement,S01007382,Helensburgh West and Rhu - 02,8a,Affluent communities,S02001388,Helensburgh West and Rhu,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197353 +197353,S00092243,6b2,White Suburban Communities,S01006937,Westhill Central - 03,8c,Comfortable suburbia,S02001309,Westhill Central,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197354 +197354,S00094412,7d1,Ageing Communities and Families,S01007395,Helensburgh Centre - 02,4d,Hard-pressed flat dwellers,S02001390,Helensburgh Centre,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197355 +197355,S00092333,6b2,White Suburban Communities,S01006927,Blackburn - 03,8c,Comfortable suburbia,S02001307,Blackburn,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197356 +197356,S00094515,5b2,Communal Retirement,S01007296,Oban South - 08,4b,Constrained renters,S02001371,Oban South,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197357 +197357,S00094021,1a3,Agricultural Communities,S01007355,Cowal North - 01,2a,Ageing rural neighbourhoods,S02001384,Cowal North,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197358 +197358,S00094413,7d1,Ageing Communities and Families,S01007393,Helensburgh North - 07,5a,Ageing urban communities,S02001389,Helensburgh North,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197359 +197359,S00094023,1a3,Agricultural Communities,S01007355,Cowal North - 01,2a,Ageing rural neighbourhoods,S02001384,Cowal North,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197360 +197360,S00094540,5b2,Communal Retirement,S01007297,Oban North - 01,3c,Highly qualified professionals,S02001372,Oban North,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197361 +197361,S00092335,6b2,White Suburban Communities,S01006926,Blackburn - 02,8c,Comfortable suburbia,S02001307,Blackburn,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197362 +197362,S00094481,7d1,Ageing Communities and Families,S01007319,Greater Lochgilphead - 05,5e,Primary sector workers,S02001376,Greater Lochgilphead,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197363 +197363,S00094026,1a3,Agricultural Communities,S01007352,Cowal South - 02,2c,Remoter communities,S02001383,Cowal South,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197364 +197364,S00094599,5b2,Communal Retirement,S01007378,Garelochhead - 06,2a,Ageing rural neighbourhoods,S02001387,Garelochhead,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197365 +197365,S00092366,6b2,White Suburban Communities,S01007000,"Insch, Oyne and Ythanwells - 04",2d,Rural traits,S02001319,"Insch, Oyne and Ythanwells",S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197366 +197366,S00094485,7d1,Ageing Communities and Families,S01007319,Greater Lochgilphead - 05,5e,Primary sector workers,S02001376,Greater Lochgilphead,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197367 +197367,S00094029,1a3,Agricultural Communities,S01007357,Cowal North - 03,2c,Remoter communities,S02001384,Cowal North,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197368 +197368,S00094728,5b2,Communal Retirement,S01007358,Cowal North - 04,2a,Ageing rural neighbourhoods,S02001384,Cowal North,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197369 +197369,S00094739,5b2,Communal Retirement,S01007350,Rothesay Town - 07,4d,Hard-pressed flat dwellers,S02001382,Rothesay Town,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197370 +197370,S00094079,7c2,Constrained Young Families,S01007290,Oban South - 02,4b,Constrained renters,S02001371,Oban South,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197371 +197371,S00094172,7c2,Constrained Young Families,S01007334,Campbeltown - 02,4a,Challenged white communities,S02001380,Campbeltown,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197372 +197372,S00094182,7c2,Constrained Young Families,S01007334,Campbeltown - 02,4a,Challenged white communities,S02001380,Campbeltown,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197373 +197373,S00094185,7c2,Constrained Young Families,S01007335,Campbeltown - 03,4a,Challenged white communities,S02001380,Campbeltown,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197374 +197374,S00094189,7c2,Constrained Young Families,S01007335,Campbeltown - 03,4a,Challenged white communities,S02001380,Campbeltown,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197375 +197375,S00094196,7c2,Constrained Young Families,S01007328,Whisky Isles - 05,5e,Primary sector workers,S02001378,Whisky Isles,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197376 +197376,S00094211,7c2,Constrained Young Families,S01007349,Rothesay Town - 06,5e,Primary sector workers,S02001382,Rothesay Town,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197377 +197377,S00094212,7c2,Constrained Young Families,S01007349,Rothesay Town - 06,5e,Primary sector workers,S02001382,Rothesay Town,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197378 +197378,S00094233,7c2,Constrained Young Families,S01007345,Rothesay Town - 02,4d,Hard-pressed flat dwellers,S02001382,Rothesay Town,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197379 +197379,S00094283,7c2,Constrained Young Families,S01007369,Dunoon - 04,5e,Primary sector workers,S02001386,Dunoon,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197380 +197380,S00094305,7c2,Constrained Young Families,S01007366,Dunoon - 01,4d,Hard-pressed flat dwellers,S02001386,Dunoon,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197381 +197381,S00094315,7c2,Constrained Young Families,S01007364,Hunter's Quay - 06,4a,Challenged white communities,S02001385,Hunter's Quay,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197382 +197382,S00094317,7c2,Constrained Young Families,S01007364,Hunter's Quay - 06,4a,Challenged white communities,S02001385,Hunter's Quay,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197383 +197383,S00094321,7c2,Constrained Young Families,S01007364,Hunter's Quay - 06,4a,Challenged white communities,S02001385,Hunter's Quay,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197384 +197384,S00094322,7c2,Constrained Young Families,S01007364,Hunter's Quay - 06,4a,Challenged white communities,S02001385,Hunter's Quay,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197385 +197385,S00094386,7c2,Constrained Young Families,S01007398,Helensburgh East - 01,4a,Challenged white communities,S02001391,Helensburgh East,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197386 +197386,S00094387,7c2,Constrained Young Families,S01007399,Helensburgh East - 02,4d,Hard-pressed flat dwellers,S02001391,Helensburgh East,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197387 +197387,S00094388,7c2,Constrained Young Families,S01007398,Helensburgh East - 01,4a,Challenged white communities,S02001391,Helensburgh East,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197388 +197388,S00094389,7c2,Constrained Young Families,S01007398,Helensburgh East - 01,4a,Challenged white communities,S02001391,Helensburgh East,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197389 +197389,S00094474,7c2,Constrained Young Families,S01007376,Garelochhead - 04,5d,Endeavouring social renters,S02001387,Garelochhead,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197390 +197390,S00094492,7c2,Constrained Young Families,S01007316,Greater Lochgilphead - 02,5e,Primary sector workers,S02001376,Greater Lochgilphead,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197391 +197391,S00094548,7c2,Constrained Young Families,S01007300,Oban North - 04,4b,Constrained renters,S02001372,Oban North,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197392 +197392,S00094549,7c2,Constrained Young Families,S01007300,Oban North - 04,4b,Constrained renters,S02001372,Oban North,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197393 +197393,S00094550,7c2,Constrained Young Families,S01007300,Oban North - 04,4b,Constrained renters,S02001372,Oban North,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197394 +197394,S00094551,7c2,Constrained Young Families,S01007300,Oban North - 04,4b,Constrained renters,S02001372,Oban North,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197395 +197395,S00094630,7c2,Constrained Young Families,S01007365,Hunter's Quay - 07,5e,Primary sector workers,S02001385,Hunter's Quay,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197396 +197396,S00094665,7c2,Constrained Young Families,S01007293,Oban South - 05,4d,Hard-pressed flat dwellers,S02001371,Oban South,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197397 +197397,S00094743,7c2,Constrained Young Families,S01007345,Rothesay Town - 02,4d,Hard-pressed flat dwellers,S02001382,Rothesay Town,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197398 +197398,S00094782,7c2,Constrained Young Families,S01007295,Oban South - 07,4d,Hard-pressed flat dwellers,S02001371,Oban South,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197399 +197399,S00094789,7c2,Constrained Young Families,S01007293,Oban South - 05,4d,Hard-pressed flat dwellers,S02001371,Oban South,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197400 +197400,S00094795,7c2,Constrained Young Families,S01007290,Oban South - 02,4b,Constrained renters,S02001371,Oban South,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197401 +197401,S00094135,5b1,Delayed Retirement,S01007405,Lomond Shore - 02,2b,Prospering countryside life,S02001392,Lomond Shore,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197402 +197402,S00094263,5b1,Delayed Retirement,S01007372,Dunoon - 07,5a,Ageing urban communities,S02001386,Dunoon,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197403 +197403,S00094347,5b1,Delayed Retirement,S01007408,Lomond Shore - 05,5c,Comfortable neighbourhoods,S02001392,Lomond Shore,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197404 +197404,S00094035,1a3,Agricultural Communities,S01007329,Kintyre Trail - 01,2c,Remoter communities,S02001379,Kintyre Trail,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197405 +197405,S00094036,1a3,Agricultural Communities,S01007329,Kintyre Trail - 01,2c,Remoter communities,S02001379,Kintyre Trail,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197406 +197406,S00094037,1a3,Agricultural Communities,S01007330,Kintyre Trail - 02,2c,Remoter communities,S02001379,Kintyre Trail,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197407 +197407,S00094517,7d1,Ageing Communities and Families,S01007291,Oban South - 03,5e,Primary sector workers,S02001371,Oban South,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197408 +197408,S00094041,1a3,Agricultural Communities,S01007329,Kintyre Trail - 01,2c,Remoter communities,S02001379,Kintyre Trail,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197409 +197409,S00094557,7d1,Ageing Communities and Families,S01007286,"Mull, Iona, Coll and Tiree - 03",2d,Rural traits,S02001370,"Mull, Iona, Coll and Tiree",S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197410 +197410,S00094447,6a4,Ageing in Suburbia,S01007392,Helensburgh North - 06,8a,Affluent communities,S02001389,Helensburgh North,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197411 +197411,S00094042,1a3,Agricultural Communities,S01007329,Kintyre Trail - 01,2c,Remoter communities,S02001379,Kintyre Trail,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197412 +197412,S00092386,6b2,White Suburban Communities,S01006956,Balmedie and Potterton - 05,8c,Comfortable suburbia,S02001312,Balmedie and Potterton,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197413 +197413,S00094566,7d1,Ageing Communities and Families,S01007343,Bute - 04,2c,Remoter communities,S02001381,Bute,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197414 +197414,S00094451,6a4,Ageing in Suburbia,S01007387,Helensburgh North - 01,8a,Affluent communities,S02001389,Helensburgh North,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197415 +197415,S00094085,1b3,Ageing Rural Flat Tenants,S01007306,Benderloch Trail - 06,2d,Rural traits,S02001373,Benderloch Trail,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197416 +197416,S00092389,6b2,White Suburban Communities,S01006956,Balmedie and Potterton - 05,8c,Comfortable suburbia,S02001312,Balmedie and Potterton,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197417 +197417,S00094045,1a3,Agricultural Communities,S01007321,Knapdale - 02,2c,Remoter communities,S02001377,Knapdale,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197418 +197418,S00094619,7d1,Ageing Communities and Families,S01007341,Bute - 02,5a,Ageing urban communities,S02001381,Bute,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197419 +197419,S00094452,6a4,Ageing in Suburbia,S01007392,Helensburgh North - 06,8a,Affluent communities,S02001389,Helensburgh North,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197420 +197420,S00094099,1b3,Ageing Rural Flat Tenants,S01007304,Benderloch Trail - 04,2c,Remoter communities,S02001373,Benderloch Trail,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197421 +197421,S00092419,6b2,White Suburban Communities,S01006807,Mearns South and Benholm - 02,2c,Remoter communities,S02001288,Mearns South and Benholm,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197422 +197422,S00094046,1a3,Agricultural Communities,S01007321,Knapdale - 02,2c,Remoter communities,S02001377,Knapdale,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197423 +197423,S00094622,7d1,Ageing Communities and Families,S01007322,Knapdale - 03,5e,Primary sector workers,S02001377,Knapdale,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197424 +197424,S00094453,6a4,Ageing in Suburbia,S01007392,Helensburgh North - 06,8a,Affluent communities,S02001389,Helensburgh North,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197425 +197425,S00092422,6b2,White Suburban Communities,S01006813,Mearns North and Inverbervie - 03,5e,Primary sector workers,S02001289,Mearns North and Inverbervie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197426 +197426,S00092445,6b2,White Suburban Communities,S01006841,Newtonhill - 03,8c,Comfortable suburbia,S02001293,Newtonhill,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197427 +197427,S00092455,6b2,White Suburban Communities,S01006837,Stonehaven North - 08,8c,Comfortable suburbia,S02001292,Stonehaven North,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197428 +197428,S00092551,6b2,White Suburban Communities,S01006961,Ellon East - 04,8c,Comfortable suburbia,S02001313,Ellon East,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197429 +197429,S00092619,6b2,White Suburban Communities,S01006826,Stonehaven South - 04,5a,Ageing urban communities,S02001291,Stonehaven South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197430 +197430,S00092631,6b2,White Suburban Communities,S01006841,Newtonhill - 03,8c,Comfortable suburbia,S02001293,Newtonhill,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197431 +197431,S00092652,6b2,White Suburban Communities,S01006842,Portlethen - 01,8b,Ageing suburbanites,S02001294,Portlethen,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197432 +197432,S00092691,6b2,White Suburban Communities,S01006942,Garlogie and Elrick - 02,8c,Comfortable suburbia,S02001310,Garlogie and Elrick,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197433 +197433,S00092701,6b2,White Suburban Communities,S01006919,Kintore - 04,8c,Comfortable suburbia,S02001306,Kintore,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197434 +197434,S00092711,6b2,White Suburban Communities,S01006890,Kemnay - 02,8c,Comfortable suburbia,S02001302,Kemnay,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197435 +197435,S00092712,6b2,White Suburban Communities,S01006890,Kemnay - 02,8c,Comfortable suburbia,S02001302,Kemnay,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197436 +197436,S00092746,6b2,White Suburban Communities,S01006900,Inverurie North - 07,8c,Comfortable suburbia,S02001303,Inverurie North,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197437 +197437,S00092768,6b2,White Suburban Communities,S01006947,Newmachar and Fintray - 02,8c,Comfortable suburbia,S02001311,Newmachar and Fintray,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197438 +197438,S00092780,6b2,White Suburban Communities,S01006983,Ythsie - 06,2c,Remoter communities,S02001316,Ythsie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197439 +197439,S00092783,6b2,White Suburban Communities,S01006982,Ythsie - 05,2d,Rural traits,S02001316,Ythsie,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197440 +197440,S00092796,6b2,White Suburban Communities,S01006963,Ellon East - 06,8b,Ageing suburbanites,S02001313,Ellon East,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197441 +197441,S00092855,6b2,White Suburban Communities,S01007063,Auchnagatt - 03,5e,Primary sector workers,S02001332,Auchnagatt,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197442 +197442,S00092921,6b2,White Suburban Communities,S01006883,Howe of Alford - 04,5e,Primary sector workers,S02001301,Howe of Alford,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197443 +197443,S00092952,6b2,White Suburban Communities,S01006940,Westhill Central - 06,8c,Comfortable suburbia,S02001309,Westhill Central,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197444 +197444,S00091006,8d1,Young Hard-Pressed Families,S01007091,Peterhead Ugieside - 03,5e,Primary sector workers,S02001337,Peterhead Ugieside,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197445 +197445,S00091501,8d1,Young Hard-Pressed Families,S01006827,Stonehaven South - 05,5c,Comfortable neighbourhoods,S02001291,Stonehaven South,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197446 +197446,S00091812,8d1,Young Hard-Pressed Families,S01006966,Ellon West - 02,5d,Endeavouring social renters,S02001314,Ellon West,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197447 +197447,S00092050,8d1,Young Hard-Pressed Families,S01007101,Longside and Rattray - 07,5e,Primary sector workers,S02001338,Longside and Rattray,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197448 +197448,S00092065,8d1,Young Hard-Pressed Families,S01007035,Banff - 04,4b,Constrained renters,S02001326,Banff,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197449 +197449,S00092136,8d1,Young Hard-Pressed Families,S01007119,Fraserburgh Lochpots - 02,4a,Challenged white communities,S02001341,Fraserburgh Lochpots,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197450 +197450,S00092465,8d1,Young Hard-Pressed Families,S01006901,Inverurie North - 08,5e,Primary sector workers,S02001303,Inverurie North,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197451 +197451,S00092953,8d1,Young Hard-Pressed Families,S01006892,Kemnay - 04,5d,Endeavouring social renters,S02001302,Kemnay,S12000034,Aberdeenshire,7a1r,Country Living,S92000003,Scotland,S92000003,Scotland,197452 +197452,S00094166,7d1,Ageing Communities and Families,S01007339,Campbeltown - 07,5e,Primary sector workers,S02001380,Campbeltown,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197453 +197453,S00094199,7d1,Ageing Communities and Families,S01007327,Whisky Isles - 04,5e,Primary sector workers,S02001378,Whisky Isles,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197454 +197454,S00094215,7d1,Ageing Communities and Families,S01007350,Rothesay Town - 07,4d,Hard-pressed flat dwellers,S02001382,Rothesay Town,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197455 +197455,S00094100,1b3,Ageing Rural Flat Tenants,S01007329,Kintyre Trail - 01,2c,Remoter communities,S02001379,Kintyre Trail,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197456 +197456,S00094454,6a4,Ageing in Suburbia,S01007387,Helensburgh North - 01,8a,Affluent communities,S02001389,Helensburgh North,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197457 +197457,S00094108,1b3,Ageing Rural Flat Tenants,S01007326,Whisky Isles - 03,2c,Remoter communities,S02001378,Whisky Isles,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197458 +197458,S00094640,7d1,Ageing Communities and Families,S01007394,Helensburgh Centre - 01,5a,Ageing urban communities,S02001390,Helensburgh Centre,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197459 +197459,S00094110,1b3,Ageing Rural Flat Tenants,S01007325,Whisky Isles - 02,2c,Remoter communities,S02001378,Whisky Isles,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197460 +197460,S00094456,6a4,Ageing in Suburbia,S01007387,Helensburgh North - 01,8a,Affluent communities,S02001389,Helensburgh North,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197461 +197461,S00094659,7d1,Ageing Communities and Families,S01007316,Greater Lochgilphead - 02,5e,Primary sector workers,S02001376,Greater Lochgilphead,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197462 +197462,S00094111,1b3,Ageing Rural Flat Tenants,S01007325,Whisky Isles - 02,2c,Remoter communities,S02001378,Whisky Isles,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197463 +197463,S00094049,1a3,Agricultural Communities,S01007320,Knapdale - 01,2c,Remoter communities,S02001377,Knapdale,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197464 +197464,S00094464,6a4,Ageing in Suburbia,S01007383,Helensburgh West and Rhu - 03,5c,Comfortable neighbourhoods,S02001388,Helensburgh West and Rhu,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197465 +197465,S00094467,6a4,Ageing in Suburbia,S01007383,Helensburgh West and Rhu - 03,5c,Comfortable neighbourhoods,S02001388,Helensburgh West and Rhu,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197466 +197466,S00094470,6a4,Ageing in Suburbia,S01007381,Helensburgh West and Rhu - 01,8a,Affluent communities,S02001388,Helensburgh West and Rhu,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197467 +197467,S00094562,6a4,Ageing in Suburbia,S01007286,"Mull, Iona, Coll and Tiree - 03",2d,Rural traits,S02001370,"Mull, Iona, Coll and Tiree",S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197468 +197468,S00094598,6a4,Ageing in Suburbia,S01007381,Helensburgh West and Rhu - 01,8a,Affluent communities,S02001388,Helensburgh West and Rhu,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197469 +197469,S00094601,6a4,Ageing in Suburbia,S01007377,Garelochhead - 05,2b,Prospering countryside life,S02001387,Garelochhead,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197470 +197470,S00094603,6a4,Ageing in Suburbia,S01007377,Garelochhead - 05,2b,Prospering countryside life,S02001387,Garelochhead,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197471 +197471,S00094610,6a4,Ageing in Suburbia,S01007342,Bute - 03,8a,Affluent communities,S02001381,Bute,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197472 +197472,S00094618,6a4,Ageing in Suburbia,S01007353,Cowal South - 03,2d,Rural traits,S02001383,Cowal South,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197473 +197473,S00094631,6a4,Ageing in Suburbia,S01007356,Cowal North - 02,2d,Rural traits,S02001384,Cowal North,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197474 +197474,S00094636,6a4,Ageing in Suburbia,S01007373,Garelochhead - 01,2b,Prospering countryside life,S02001387,Garelochhead,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197475 +197475,S00094637,6a4,Ageing in Suburbia,S01007402,Helensburgh East - 05,8b,Ageing suburbanites,S02001391,Helensburgh East,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197476 +197476,S00094647,6a4,Ageing in Suburbia,S01007388,Helensburgh North - 02,8b,Ageing suburbanites,S02001389,Helensburgh North,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197477 +197477,S00094650,6a4,Ageing in Suburbia,S01007386,Helensburgh West and Rhu - 06,8a,Affluent communities,S02001388,Helensburgh West and Rhu,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197478 +197478,S00094653,6a4,Ageing in Suburbia,S01007382,Helensburgh West and Rhu - 02,8a,Affluent communities,S02001388,Helensburgh West and Rhu,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197479 +197479,S00094654,6a4,Ageing in Suburbia,S01007382,Helensburgh West and Rhu - 02,8a,Affluent communities,S02001388,Helensburgh West and Rhu,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197480 +197480,S00094757,6a4,Ageing in Suburbia,S01007406,Lomond Shore - 03,8a,Affluent communities,S02001392,Lomond Shore,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197481 +197481,S00094767,6a4,Ageing in Suburbia,S01007382,Helensburgh West and Rhu - 02,8a,Affluent communities,S02001388,Helensburgh West and Rhu,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197482 +197482,S00094066,8c1,Ageing Industrious Workers,S01007311,Mid Argyll - 01,2a,Ageing rural neighbourhoods,S02001375,Mid Argyll,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197483 +197483,S00094192,8c1,Ageing Industrious Workers,S01007328,Whisky Isles - 05,5e,Primary sector workers,S02001378,Whisky Isles,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197484 +197484,S00094242,8c1,Ageing Industrious Workers,S01007341,Bute - 02,5a,Ageing urban communities,S02001381,Bute,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197485 +197485,S00094297,8c1,Ageing Industrious Workers,S01007361,Hunter's Quay - 03,5a,Ageing urban communities,S02001385,Hunter's Quay,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197486 +197486,S00094498,8c1,Ageing Industrious Workers,S01007315,Greater Lochgilphead - 01,5e,Primary sector workers,S02001376,Greater Lochgilphead,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197487 +197487,S00094500,8c1,Ageing Industrious Workers,S01007379,Garelochhead - 07,4a,Challenged white communities,S02001387,Garelochhead,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197488 +197488,S00094628,8c1,Ageing Industrious Workers,S01007367,Dunoon - 02,5e,Primary sector workers,S02001386,Dunoon,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197489 +197489,S00094683,8c1,Ageing Industrious Workers,S01007359,Hunter's Quay - 01,5e,Primary sector workers,S02001385,Hunter's Quay,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197490 +197490,S00094713,8c1,Ageing Industrious Workers,S01007306,Benderloch Trail - 06,2d,Rural traits,S02001373,Benderloch Trail,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197491 +197491,S00094746,8c1,Ageing Industrious Workers,S01007340,Bute - 01,5e,Primary sector workers,S02001381,Bute,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197492 +197492,S00094000,1b3,Ageing Rural Flat Tenants,S01007351,Cowal South - 01,2a,Ageing rural neighbourhoods,S02001383,Cowal South,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197493 +197493,S00094002,1b3,Ageing Rural Flat Tenants,S01007351,Cowal South - 01,2a,Ageing rural neighbourhoods,S02001383,Cowal South,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197494 +197494,S00094010,1b3,Ageing Rural Flat Tenants,S01007352,Cowal South - 02,2c,Remoter communities,S02001383,Cowal South,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197495 +197495,S00094015,1b3,Ageing Rural Flat Tenants,S01007356,Cowal North - 02,2d,Rural traits,S02001384,Cowal North,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197496 +197496,S00094018,1b3,Ageing Rural Flat Tenants,S01007356,Cowal North - 02,2d,Rural traits,S02001384,Cowal North,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197497 +197497,S00094019,1b3,Ageing Rural Flat Tenants,S01007355,Cowal North - 01,2a,Ageing rural neighbourhoods,S02001384,Cowal North,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197498 +197498,S00094022,1b3,Ageing Rural Flat Tenants,S01007355,Cowal North - 01,2a,Ageing rural neighbourhoods,S02001384,Cowal North,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197499 +197499,S00094025,1b3,Ageing Rural Flat Tenants,S01007357,Cowal North - 03,2c,Remoter communities,S02001384,Cowal North,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197500 +197500,S00094031,1b3,Ageing Rural Flat Tenants,S01007357,Cowal North - 03,2c,Remoter communities,S02001384,Cowal North,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197501 +197501,S00094054,1b3,Ageing Rural Flat Tenants,S01007313,Mid Argyll - 03,2c,Remoter communities,S02001375,Mid Argyll,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197502 +197502,S00094057,1b3,Ageing Rural Flat Tenants,S01007313,Mid Argyll - 03,2c,Remoter communities,S02001375,Mid Argyll,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197503 +197503,S00094061,1b3,Ageing Rural Flat Tenants,S01007312,Mid Argyll - 02,2d,Rural traits,S02001375,Mid Argyll,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197504 +197504,S00094112,1b3,Ageing Rural Flat Tenants,S01007325,Whisky Isles - 02,2c,Remoter communities,S02001378,Whisky Isles,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197505 +197505,S00094670,7d1,Ageing Communities and Families,S01007302,Benderloch Trail - 02,5e,Primary sector workers,S02001373,Benderloch Trail,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197506 +197506,S00094052,1a3,Agricultural Communities,S01007320,Knapdale - 01,2c,Remoter communities,S02001377,Knapdale,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197507 +197507,S00094116,1b3,Ageing Rural Flat Tenants,S01007288,"Mull, Iona, Coll and Tiree - 05",2c,Remoter communities,S02001370,"Mull, Iona, Coll and Tiree",S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197508 +197508,S00094736,7d1,Ageing Communities and Families,S01007339,Campbeltown - 07,5e,Primary sector workers,S02001380,Campbeltown,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197509 +197509,S00094068,1a3,Agricultural Communities,S01007311,Mid Argyll - 01,2a,Ageing rural neighbourhoods,S02001375,Mid Argyll,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197510 +197510,S00094118,1b3,Ageing Rural Flat Tenants,S01007287,"Mull, Iona, Coll and Tiree - 04",2a,Ageing rural neighbourhoods,S02001370,"Mull, Iona, Coll and Tiree",S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197511 +197511,S00094742,7d1,Ageing Communities and Families,S01007344,Rothesay Town - 01,5e,Primary sector workers,S02001382,Rothesay Town,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197512 +197512,S00094069,1a3,Agricultural Communities,S01007308,Loch Awe - 01,2c,Remoter communities,S02001374,Loch Awe,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197513 +197513,S00094132,1b3,Ageing Rural Flat Tenants,S01007284,"Mull, Iona, Coll and Tiree - 01",2c,Remoter communities,S02001370,"Mull, Iona, Coll and Tiree",S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197514 +197514,S00094753,7d1,Ageing Communities and Families,S01007362,Hunter's Quay - 04,5a,Ageing urban communities,S02001385,Hunter's Quay,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197515 +197515,S00094077,1a3,Agricultural Communities,S01007309,Loch Awe - 02,2c,Remoter communities,S02001374,Loch Awe,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197516 +197516,S00094140,1b3,Ageing Rural Flat Tenants,S01007358,Cowal North - 04,2a,Ageing rural neighbourhoods,S02001384,Cowal North,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197517 +197517,S00094761,7d1,Ageing Communities and Families,S01007400,Helensburgh East - 03,5c,Comfortable neighbourhoods,S02001391,Helensburgh East,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197518 +197518,S00094080,1a3,Agricultural Communities,S01007307,Benderloch Trail - 07,2c,Remoter communities,S02001373,Benderloch Trail,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197519 +197519,S00094083,1a3,Agricultural Communities,S01007307,Benderloch Trail - 07,2c,Remoter communities,S02001373,Benderloch Trail,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197520 +197520,S00094089,1a3,Agricultural Communities,S01007307,Benderloch Trail - 07,2c,Remoter communities,S02001373,Benderloch Trail,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197521 +197521,S00094092,1a3,Agricultural Communities,S01007301,Benderloch Trail - 01,2c,Remoter communities,S02001373,Benderloch Trail,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197522 +197522,S00094098,1a3,Agricultural Communities,S01007304,Benderloch Trail - 04,2c,Remoter communities,S02001373,Benderloch Trail,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197523 +197523,S00094101,1a3,Agricultural Communities,S01007326,Whisky Isles - 03,2c,Remoter communities,S02001378,Whisky Isles,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197524 +197524,S00094103,1a3,Agricultural Communities,S01007325,Whisky Isles - 02,2c,Remoter communities,S02001378,Whisky Isles,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197525 +197525,S00094104,1a3,Agricultural Communities,S01007325,Whisky Isles - 02,2c,Remoter communities,S02001378,Whisky Isles,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197526 +197526,S00094105,1a3,Agricultural Communities,S01007326,Whisky Isles - 03,2c,Remoter communities,S02001378,Whisky Isles,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197527 +197527,S00094114,1a3,Agricultural Communities,S01007324,Whisky Isles - 01,2c,Remoter communities,S02001378,Whisky Isles,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197528 +197528,S00094120,1a3,Agricultural Communities,S01007285,"Mull, Iona, Coll and Tiree - 02",2c,Remoter communities,S02001370,"Mull, Iona, Coll and Tiree",S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197529 +197529,S00094122,1a3,Agricultural Communities,S01007285,"Mull, Iona, Coll and Tiree - 02",2c,Remoter communities,S02001370,"Mull, Iona, Coll and Tiree",S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197530 +197530,S00094133,1a3,Agricultural Communities,S01007284,"Mull, Iona, Coll and Tiree - 01",2c,Remoter communities,S02001370,"Mull, Iona, Coll and Tiree",S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197531 +197531,S00094137,1a3,Agricultural Communities,S01007405,Lomond Shore - 02,2b,Prospering countryside life,S02001392,Lomond Shore,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197532 +197532,S00094139,1a3,Agricultural Communities,S01007406,Lomond Shore - 03,8a,Affluent communities,S02001392,Lomond Shore,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197533 +197533,S00094149,1a3,Agricultural Communities,S01007404,Lomond Shore - 01,2c,Remoter communities,S02001392,Lomond Shore,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197534 +197534,S00094151,1a3,Agricultural Communities,S01007375,Garelochhead - 03,2b,Prospering countryside life,S02001387,Garelochhead,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197535 +197535,S00094511,1a3,Agricultural Communities,S01007289,Oban South - 01,2c,Remoter communities,S02001371,Oban South,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197536 +197536,S00094567,1a3,Agricultural Communities,S01007320,Knapdale - 01,2c,Remoter communities,S02001377,Knapdale,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197537 +197537,S00094568,1a3,Agricultural Communities,S01007314,Mid Argyll - 04,2c,Remoter communities,S02001375,Mid Argyll,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197538 +197538,S00094580,1a3,Agricultural Communities,S01007343,Bute - 04,2c,Remoter communities,S02001381,Bute,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197539 +197539,S00094582,1a3,Agricultural Communities,S01007304,Benderloch Trail - 04,2c,Remoter communities,S02001373,Benderloch Trail,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197540 +197540,S00094583,1a3,Agricultural Communities,S01007304,Benderloch Trail - 04,2c,Remoter communities,S02001373,Benderloch Trail,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197541 +197541,S00094141,1b3,Ageing Rural Flat Tenants,S01007358,Cowal North - 04,2a,Ageing rural neighbourhoods,S02001384,Cowal North,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197542 +197542,S00094147,1b3,Ageing Rural Flat Tenants,S01007404,Lomond Shore - 01,2c,Remoter communities,S02001392,Lomond Shore,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197543 +197543,S00094202,1b3,Ageing Rural Flat Tenants,S01007327,Whisky Isles - 04,5e,Primary sector workers,S02001378,Whisky Isles,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197544 +197544,S00094209,1b3,Ageing Rural Flat Tenants,S01007349,Rothesay Town - 06,5e,Primary sector workers,S02001382,Rothesay Town,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197545 +197545,S00094210,1b3,Ageing Rural Flat Tenants,S01007349,Rothesay Town - 06,5e,Primary sector workers,S02001382,Rothesay Town,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197546 +197546,S00094239,1b3,Ageing Rural Flat Tenants,S01007341,Bute - 02,5a,Ageing urban communities,S02001381,Bute,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197547 +197547,S00094778,7d1,Ageing Communities and Families,S01007296,Oban South - 08,4b,Constrained renters,S02001371,Oban South,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197548 +197548,S00094247,1b3,Ageing Rural Flat Tenants,S01007322,Knapdale - 03,5e,Primary sector workers,S02001377,Knapdale,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197549 +197549,S00094024,6a4,Ageing in Suburbia,S01007357,Cowal North - 03,2c,Remoter communities,S02001384,Cowal North,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197550 +197550,S00094251,1b3,Ageing Rural Flat Tenants,S01007323,Knapdale - 04,2d,Rural traits,S02001377,Knapdale,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197551 +197551,S00094148,6a4,Ageing in Suburbia,S01007381,Helensburgh West and Rhu - 01,8a,Affluent communities,S02001388,Helensburgh West and Rhu,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197552 +197552,S00094254,1b3,Ageing Rural Flat Tenants,S01007322,Knapdale - 03,5e,Primary sector workers,S02001377,Knapdale,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197553 +197553,S00094221,6a4,Ageing in Suburbia,S01007342,Bute - 03,8a,Affluent communities,S02001381,Bute,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197554 +197554,S00094257,1b3,Ageing Rural Flat Tenants,S01007354,Cowal South - 04,5c,Comfortable neighbourhoods,S02001383,Cowal South,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197555 +197555,S00094258,1b3,Ageing Rural Flat Tenants,S01007354,Cowal South - 04,5c,Comfortable neighbourhoods,S02001383,Cowal South,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197556 +197556,S00094266,1b3,Ageing Rural Flat Tenants,S01007372,Dunoon - 07,5a,Ageing urban communities,S02001386,Dunoon,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197557 +197557,S00094309,1b3,Ageing Rural Flat Tenants,S01007363,Hunter's Quay - 05,5e,Primary sector workers,S02001385,Hunter's Quay,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197558 +197558,S00094323,1b3,Ageing Rural Flat Tenants,S01007363,Hunter's Quay - 05,5e,Primary sector workers,S02001385,Hunter's Quay,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197559 +197559,S00094328,1b3,Ageing Rural Flat Tenants,S01007362,Hunter's Quay - 04,5a,Ageing urban communities,S02001385,Hunter's Quay,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197560 +197560,S00094344,1b3,Ageing Rural Flat Tenants,S01007408,Lomond Shore - 05,5c,Comfortable neighbourhoods,S02001392,Lomond Shore,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197561 +197561,S00094479,1b3,Ageing Rural Flat Tenants,S01007319,Greater Lochgilphead - 05,5e,Primary sector workers,S02001376,Greater Lochgilphead,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197562 +197562,S00094480,1b3,Ageing Rural Flat Tenants,S01007319,Greater Lochgilphead - 05,5e,Primary sector workers,S02001376,Greater Lochgilphead,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197563 +197563,S00094484,1b3,Ageing Rural Flat Tenants,S01007318,Greater Lochgilphead - 04,5e,Primary sector workers,S02001376,Greater Lochgilphead,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197564 +197564,S00094496,1b3,Ageing Rural Flat Tenants,S01007316,Greater Lochgilphead - 02,5e,Primary sector workers,S02001376,Greater Lochgilphead,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197565 +197565,S00094504,1b3,Ageing Rural Flat Tenants,S01007380,Garelochhead - 08,5c,Comfortable neighbourhoods,S02001387,Garelochhead,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197566 +197566,S00094509,1b3,Ageing Rural Flat Tenants,S01007289,Oban South - 01,2c,Remoter communities,S02001371,Oban South,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197567 +197567,S00094538,1b3,Ageing Rural Flat Tenants,S01007298,Oban North - 02,5e,Primary sector workers,S02001372,Oban North,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197568 +197568,S00094559,1b3,Ageing Rural Flat Tenants,S01007286,"Mull, Iona, Coll and Tiree - 03",2d,Rural traits,S02001370,"Mull, Iona, Coll and Tiree",S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197569 +197569,S00094564,1b3,Ageing Rural Flat Tenants,S01007286,"Mull, Iona, Coll and Tiree - 03",2d,Rural traits,S02001370,"Mull, Iona, Coll and Tiree",S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197570 +197570,S00094573,1b3,Ageing Rural Flat Tenants,S01007310,Loch Awe - 03,2c,Remoter communities,S02001374,Loch Awe,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197571 +197571,S00094574,1b3,Ageing Rural Flat Tenants,S01007310,Loch Awe - 03,2c,Remoter communities,S02001374,Loch Awe,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197572 +197572,S00094575,1b3,Ageing Rural Flat Tenants,S01007310,Loch Awe - 03,2c,Remoter communities,S02001374,Loch Awe,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197573 +197573,S00094585,1b3,Ageing Rural Flat Tenants,S01007305,Benderloch Trail - 05,2c,Remoter communities,S02001373,Benderloch Trail,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197574 +197574,S00094589,1b3,Ageing Rural Flat Tenants,S01007325,Whisky Isles - 02,2c,Remoter communities,S02001378,Whisky Isles,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197575 +197575,S00094621,1b3,Ageing Rural Flat Tenants,S01007323,Knapdale - 04,2d,Rural traits,S02001377,Knapdale,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197576 +197576,S00094663,1b3,Ageing Rural Flat Tenants,S01007294,Oban South - 06,5e,Primary sector workers,S02001371,Oban South,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197577 +197577,S00094667,1b3,Ageing Rural Flat Tenants,S01007294,Oban South - 06,5e,Primary sector workers,S02001371,Oban South,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197578 +197578,S00094669,1b3,Ageing Rural Flat Tenants,S01007297,Oban North - 01,3c,Highly qualified professionals,S02001372,Oban North,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197579 +197579,S00094671,1b3,Ageing Rural Flat Tenants,S01007331,Kintyre Trail - 03,2c,Remoter communities,S02001379,Kintyre Trail,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197580 +197580,S00094672,1b3,Ageing Rural Flat Tenants,S01007331,Kintyre Trail - 03,2c,Remoter communities,S02001379,Kintyre Trail,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197581 +197581,S00094222,6a4,Ageing in Suburbia,S01007342,Bute - 03,8a,Affluent communities,S02001381,Bute,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197582 +197582,S00094264,6a4,Ageing in Suburbia,S01007372,Dunoon - 07,5a,Ageing urban communities,S02001386,Dunoon,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197583 +197583,S00094265,6a4,Ageing in Suburbia,S01007371,Dunoon - 06,5e,Primary sector workers,S02001386,Dunoon,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197584 +197584,S00094279,6a4,Ageing in Suburbia,S01007371,Dunoon - 06,5e,Primary sector workers,S02001386,Dunoon,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197585 +197585,S00094293,6a4,Ageing in Suburbia,S01007361,Hunter's Quay - 03,5a,Ageing urban communities,S02001385,Hunter's Quay,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197586 +197586,S00094299,6a4,Ageing in Suburbia,S01007361,Hunter's Quay - 03,5a,Ageing urban communities,S02001385,Hunter's Quay,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197587 +197587,S00094335,6a4,Ageing in Suburbia,S01007406,Lomond Shore - 03,8a,Affluent communities,S02001392,Lomond Shore,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197588 +197588,S00094337,6a4,Ageing in Suburbia,S01007406,Lomond Shore - 03,8a,Affluent communities,S02001392,Lomond Shore,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197589 +197589,S00094338,6a4,Ageing in Suburbia,S01007407,Lomond Shore - 04,8a,Affluent communities,S02001392,Lomond Shore,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197590 +197590,S00094340,6a4,Ageing in Suburbia,S01007407,Lomond Shore - 04,8a,Affluent communities,S02001392,Lomond Shore,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197591 +197591,S00094342,6a4,Ageing in Suburbia,S01007407,Lomond Shore - 04,8a,Affluent communities,S02001392,Lomond Shore,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197592 +197592,S00094349,6a4,Ageing in Suburbia,S01007374,Garelochhead - 02,5c,Comfortable neighbourhoods,S02001387,Garelochhead,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197593 +197593,S00094351,6a4,Ageing in Suburbia,S01007374,Garelochhead - 02,5c,Comfortable neighbourhoods,S02001387,Garelochhead,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197594 +197594,S00094357,6a4,Ageing in Suburbia,S01007375,Garelochhead - 03,2b,Prospering countryside life,S02001387,Garelochhead,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197595 +197595,S00094361,6a4,Ageing in Suburbia,S01007403,Helensburgh East - 06,8c,Comfortable suburbia,S02001391,Helensburgh East,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197596 +197596,S00094376,6a4,Ageing in Suburbia,S01007400,Helensburgh East - 03,5c,Comfortable neighbourhoods,S02001391,Helensburgh East,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197597 +197597,S00094393,6a4,Ageing in Suburbia,S01007397,Helensburgh Centre - 04,5c,Comfortable neighbourhoods,S02001390,Helensburgh Centre,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197598 +197598,S00094397,6a4,Ageing in Suburbia,S01007392,Helensburgh North - 06,8a,Affluent communities,S02001389,Helensburgh North,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197599 +197599,S00094423,6a4,Ageing in Suburbia,S01007394,Helensburgh Centre - 01,5a,Ageing urban communities,S02001390,Helensburgh Centre,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197600 +197600,S00094348,5b1,Delayed Retirement,S01007373,Garelochhead - 01,2b,Prospering countryside life,S02001387,Garelochhead,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197601 +197601,S00094372,5b1,Delayed Retirement,S01007401,Helensburgh East - 04,8c,Comfortable suburbia,S02001391,Helensburgh East,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197602 +197602,S00094394,5b1,Delayed Retirement,S01007397,Helensburgh Centre - 04,5c,Comfortable neighbourhoods,S02001390,Helensburgh Centre,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197603 +197603,S00094395,5b1,Delayed Retirement,S01007397,Helensburgh Centre - 04,5c,Comfortable neighbourhoods,S02001390,Helensburgh Centre,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197604 +197604,S00094416,5b1,Delayed Retirement,S01007395,Helensburgh Centre - 02,4d,Hard-pressed flat dwellers,S02001390,Helensburgh Centre,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197605 +197605,S00094419,5b1,Delayed Retirement,S01007394,Helensburgh Centre - 01,5a,Ageing urban communities,S02001390,Helensburgh Centre,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197606 +197606,S00094420,5b1,Delayed Retirement,S01007394,Helensburgh Centre - 01,5a,Ageing urban communities,S02001390,Helensburgh Centre,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197607 +197607,S00094329,1c3,Detached Rural Retirement,S01007362,Hunter's Quay - 04,5a,Ageing urban communities,S02001385,Hunter's Quay,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197608 +197608,S00094184,7c3,Outer City Hardship,S01007335,Campbeltown - 03,4a,Challenged white communities,S02001380,Campbeltown,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197609 +197609,S00094095,1a4,Older Farming Communities,S01007305,Benderloch Trail - 05,2c,Remoter communities,S02001373,Benderloch Trail,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197610 +197610,S00094503,8c3,Renting Hard-Pressed Workers,S01007379,Garelochhead - 07,4a,Challenged white communities,S02001387,Garelochhead,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197611 +197611,S00094572,1c1,Rural Employment and Retirees,S01007308,Loch Awe - 01,2c,Remoter communities,S02001374,Loch Awe,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197612 +197612,S00094422,5b1,Delayed Retirement,S01007394,Helensburgh Centre - 01,5a,Ageing urban communities,S02001390,Helensburgh Centre,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197613 +197613,S00094455,5b1,Delayed Retirement,S01007386,Helensburgh West and Rhu - 06,8a,Affluent communities,S02001388,Helensburgh West and Rhu,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197614 +197614,S00094465,5b1,Delayed Retirement,S01007383,Helensburgh West and Rhu - 03,5c,Comfortable neighbourhoods,S02001388,Helensburgh West and Rhu,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197615 +197615,S00094471,5b1,Delayed Retirement,S01007381,Helensburgh West and Rhu - 01,8a,Affluent communities,S02001388,Helensburgh West and Rhu,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197616 +197616,S00094563,5b1,Delayed Retirement,S01007286,"Mull, Iona, Coll and Tiree - 03",2d,Rural traits,S02001370,"Mull, Iona, Coll and Tiree",S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197617 +197617,S00094624,5b1,Delayed Retirement,S01007354,Cowal South - 04,5c,Comfortable neighbourhoods,S02001383,Cowal South,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197618 +197618,S00094755,5b1,Delayed Retirement,S01007360,Hunter's Quay - 02,2a,Ageing rural neighbourhoods,S02001385,Hunter's Quay,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197619 +197619,S00094791,5b1,Delayed Retirement,S01007290,Oban South - 02,4b,Constrained renters,S02001371,Oban South,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197620 +197620,S00094436,8b1,Deprived Blue-Collar Terraces,S01007390,Helensburgh North - 04,4a,Challenged white communities,S02001389,Helensburgh North,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197621 +197621,S00094439,8b1,Deprived Blue-Collar Terraces,S01007389,Helensburgh North - 03,4b,Constrained renters,S02001389,Helensburgh North,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197622 +197622,S00094645,8b1,Deprived Blue-Collar Terraces,S01007390,Helensburgh North - 04,4a,Challenged white communities,S02001389,Helensburgh North,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197623 +197623,S00094188,7b2,Deprived Neighbourhoods,S01007335,Campbeltown - 03,4a,Challenged white communities,S02001380,Campbeltown,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197624 +197624,S00094227,7b2,Deprived Neighbourhoods,S01007346,Rothesay Town - 03,4d,Hard-pressed flat dwellers,S02001382,Rothesay Town,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197625 +197625,S00094306,7b2,Deprived Neighbourhoods,S01007366,Dunoon - 01,4d,Hard-pressed flat dwellers,S02001386,Dunoon,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197626 +197626,S00094380,7b2,Deprived Neighbourhoods,S01007399,Helensburgh East - 02,4d,Hard-pressed flat dwellers,S02001391,Helensburgh East,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197627 +197627,S00094613,7b2,Deprived Neighbourhoods,S01007347,Rothesay Town - 04,4a,Challenged white communities,S02001382,Rothesay Town,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197628 +197628,S00094741,7b2,Deprived Neighbourhoods,S01007345,Rothesay Town - 02,4d,Hard-pressed flat dwellers,S02001382,Rothesay Town,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197629 +197629,S00094593,1a1,Rural Workers and Families,S01007287,"Mull, Iona, Coll and Tiree - 04",2a,Ageing rural neighbourhoods,S02001370,"Mull, Iona, Coll and Tiree",S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197630 +197630,S00094750,7a2,Hampered Aspiration,S01007361,Hunter's Quay - 03,5a,Ageing urban communities,S02001385,Hunter's Quay,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197631 +197631,S00094084,6a3,Detached Retirement Living,S01007307,Benderloch Trail - 07,2c,Remoter communities,S02001373,Benderloch Trail,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197632 +197632,S00094163,6a3,Detached Retirement Living,S01007339,Campbeltown - 07,5e,Primary sector workers,S02001380,Campbeltown,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197633 +197633,S00094253,6a3,Detached Retirement Living,S01007322,Knapdale - 03,5e,Primary sector workers,S02001377,Knapdale,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197634 +197634,S00094343,6a3,Detached Retirement Living,S01007407,Lomond Shore - 04,8a,Affluent communities,S02001392,Lomond Shore,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197635 +197635,S00094350,6a3,Detached Retirement Living,S01007373,Garelochhead - 01,2b,Prospering countryside life,S02001387,Garelochhead,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197636 +197636,S00094360,6a3,Detached Retirement Living,S01007402,Helensburgh East - 05,8b,Ageing suburbanites,S02001391,Helensburgh East,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197637 +197637,S00094432,6a3,Detached Retirement Living,S01007385,Helensburgh West and Rhu - 05,5c,Comfortable neighbourhoods,S02001388,Helensburgh West and Rhu,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197638 +197638,S00094443,6a3,Detached Retirement Living,S01007391,Helensburgh North - 05,8b,Ageing suburbanites,S02001389,Helensburgh North,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197639 +197639,S00094460,6a3,Detached Retirement Living,S01007386,Helensburgh West and Rhu - 06,8a,Affluent communities,S02001388,Helensburgh West and Rhu,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197640 +197640,S00094604,6a3,Detached Retirement Living,S01007377,Garelochhead - 05,2b,Prospering countryside life,S02001387,Garelochhead,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197641 +197641,S00094612,6a3,Detached Retirement Living,S01007353,Cowal South - 03,2d,Rural traits,S02001383,Cowal South,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197642 +197642,S00094641,6a3,Detached Retirement Living,S01007385,Helensburgh West and Rhu - 05,5c,Comfortable neighbourhoods,S02001388,Helensburgh West and Rhu,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197643 +197643,S00094646,6a3,Detached Retirement Living,S01007391,Helensburgh North - 05,8b,Ageing suburbanites,S02001389,Helensburgh North,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197644 +197644,S00094648,6a3,Detached Retirement Living,S01007388,Helensburgh North - 02,8b,Ageing suburbanites,S02001389,Helensburgh North,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197645 +197645,S00094651,6a3,Detached Retirement Living,S01007381,Helensburgh West and Rhu - 01,8a,Affluent communities,S02001388,Helensburgh West and Rhu,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197646 +197646,S00094656,6a3,Detached Retirement Living,S01007318,Greater Lochgilphead - 04,5e,Primary sector workers,S02001376,Greater Lochgilphead,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197647 +197647,S00094689,6a3,Detached Retirement Living,S01007355,Cowal North - 01,2a,Ageing rural neighbourhoods,S02001384,Cowal North,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197648 +197648,S00094715,6a3,Detached Retirement Living,S01007303,Benderloch Trail - 03,2a,Ageing rural neighbourhoods,S02001373,Benderloch Trail,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197649 +197649,S00094730,6a3,Detached Retirement Living,S01007373,Garelochhead - 01,2b,Prospering countryside life,S02001387,Garelochhead,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197650 +197650,S00094758,6a3,Detached Retirement Living,S01007406,Lomond Shore - 03,8a,Affluent communities,S02001392,Lomond Shore,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197651 +197651,S00094787,6a3,Detached Retirement Living,S01007292,Oban South - 04,5c,Comfortable neighbourhoods,S02001371,Oban South,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197652 +197652,S00093997,1c3,Detached Rural Retirement,S01007358,Cowal North - 04,2a,Ageing rural neighbourhoods,S02001384,Cowal North,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197653 +197653,S00094004,1c3,Detached Rural Retirement,S01007351,Cowal South - 01,2a,Ageing rural neighbourhoods,S02001383,Cowal South,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197654 +197654,S00094090,1c3,Detached Rural Retirement,S01007301,Benderloch Trail - 01,2c,Remoter communities,S02001373,Benderloch Trail,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197655 +197655,S00094238,1c3,Detached Rural Retirement,S01007341,Bute - 02,5a,Ageing urban communities,S02001381,Bute,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197656 +197656,S00094295,1c3,Detached Rural Retirement,S01007361,Hunter's Quay - 03,5a,Ageing urban communities,S02001385,Hunter's Quay,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197657 +197657,S00094334,1c3,Detached Rural Retirement,S01007360,Hunter's Quay - 02,2a,Ageing rural neighbourhoods,S02001385,Hunter's Quay,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197658 +197658,S00094629,8c3,Renting Hard-Pressed Workers,S01007368,Dunoon - 03,4a,Challenged white communities,S02001386,Dunoon,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197659 +197659,S00094578,1c1,Rural Employment and Retirees,S01007309,Loch Awe - 02,2c,Remoter communities,S02001374,Loch Awe,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197660 +197660,S00094206,7c3,Outer City Hardship,S01007348,Rothesay Town - 05,4a,Challenged white communities,S02001382,Rothesay Town,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197661 +197661,S00094115,1a4,Older Farming Communities,S01007288,"Mull, Iona, Coll and Tiree - 05",2c,Remoter communities,S02001370,"Mull, Iona, Coll and Tiree",S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197662 +197662,S00094539,1c3,Detached Rural Retirement,S01007299,Oban North - 03,4b,Constrained renters,S02001372,Oban North,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197663 +197663,S00094729,8c3,Renting Hard-Pressed Workers,S01007358,Cowal North - 04,2a,Ageing rural neighbourhoods,S02001384,Cowal North,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197664 +197664,S00094591,1c1,Rural Employment and Retirees,S01007324,Whisky Isles - 01,2c,Remoter communities,S02001378,Whisky Isles,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197665 +197665,S00094620,1a1,Rural Workers and Families,S01007322,Knapdale - 03,5e,Primary sector workers,S02001377,Knapdale,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197666 +197666,S00094186,8b2,Hard-Pressed Rented Terraces,S01007335,Campbeltown - 03,4a,Challenged white communities,S02001380,Campbeltown,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197667 +197667,S00094214,7c3,Outer City Hardship,S01007350,Rothesay Town - 07,4d,Hard-pressed flat dwellers,S02001382,Rothesay Town,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197668 +197668,S00094565,1c3,Detached Rural Retirement,S01007330,Kintyre Trail - 02,2c,Remoter communities,S02001379,Kintyre Trail,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197669 +197669,S00094223,7c3,Outer City Hardship,S01007347,Rothesay Town - 04,4a,Challenged white communities,S02001382,Rothesay Town,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197670 +197670,S00094673,1a1,Rural Workers and Families,S01007331,Kintyre Trail - 03,2c,Remoter communities,S02001379,Kintyre Trail,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197671 +197671,S00094325,8b2,Hard-Pressed Rented Terraces,S01007364,Hunter's Quay - 06,4a,Challenged white communities,S02001385,Hunter's Quay,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197672 +197672,S00094592,1c1,Rural Employment and Retirees,S01007287,"Mull, Iona, Coll and Tiree - 04",2a,Ageing rural neighbourhoods,S02001370,"Mull, Iona, Coll and Tiree",S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197673 +197673,S00094154,1a4,Older Farming Communities,S01007378,Garelochhead - 06,2a,Ageing rural neighbourhoods,S02001387,Garelochhead,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197674 +197674,S00094766,8c3,Renting Hard-Pressed Workers,S01007384,Helensburgh West and Rhu - 04,5c,Comfortable neighbourhoods,S02001388,Helensburgh West and Rhu,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197675 +197675,S00094579,1c3,Detached Rural Retirement,S01007309,Loch Awe - 02,2c,Remoter communities,S02001374,Loch Awe,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197676 +197676,S00094231,7c3,Outer City Hardship,S01007346,Rothesay Town - 03,4d,Hard-pressed flat dwellers,S02001382,Rothesay Town,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197677 +197677,S00094696,1a1,Rural Workers and Families,S01007330,Kintyre Trail - 02,2c,Remoter communities,S02001379,Kintyre Trail,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197678 +197678,S00094441,8b2,Hard-Pressed Rented Terraces,S01007390,Helensburgh North - 04,4a,Challenged white communities,S02001389,Helensburgh North,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197679 +197679,S00094234,7c3,Outer City Hardship,S01007345,Rothesay Town - 02,4d,Hard-pressed flat dwellers,S02001382,Rothesay Town,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197680 +197680,S00094699,1a1,Rural Workers and Families,S01007317,Greater Lochgilphead - 03,2d,Rural traits,S02001376,Greater Lochgilphead,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197681 +197681,S00094605,1c1,Rural Employment and Retirees,S01007337,Campbeltown - 05,5e,Primary sector workers,S02001380,Campbeltown,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197682 +197682,S00094711,1a1,Rural Workers and Families,S01007307,Benderloch Trail - 07,2c,Remoter communities,S02001373,Benderloch Trail,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197683 +197683,S00094179,1a4,Older Farming Communities,S01007333,Campbeltown - 01,5a,Ageing urban communities,S02001380,Campbeltown,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197684 +197684,S00094473,8b2,Hard-Pressed Rented Terraces,S01007376,Garelochhead - 04,5d,Endeavouring social renters,S02001387,Garelochhead,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197685 +197685,S00094769,8c3,Renting Hard-Pressed Workers,S01007376,Garelochhead - 04,5d,Endeavouring social renters,S02001387,Garelochhead,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197686 +197686,S00094732,1c3,Detached Rural Retirement,S01007373,Garelochhead - 01,2b,Prospering countryside life,S02001387,Garelochhead,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197687 +197687,S00094240,7c3,Outer City Hardship,S01007341,Bute - 02,5a,Ageing urban communities,S02001381,Bute,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197688 +197688,S00094230,7b1,Eastern European Communities,S01007346,Rothesay Town - 03,4d,Hard-pressed flat dwellers,S02001382,Rothesay Town,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197689 +197689,S00094250,1a4,Older Farming Communities,S01007323,Knapdale - 04,2d,Rural traits,S02001377,Knapdale,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197690 +197690,S00094717,1a1,Rural Workers and Families,S01007303,Benderloch Trail - 03,2a,Ageing rural neighbourhoods,S02001373,Benderloch Trail,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197691 +197691,S00094246,7c3,Outer City Hardship,S01007322,Knapdale - 03,5e,Primary sector workers,S02001377,Knapdale,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197692 +197692,S00094770,8c3,Renting Hard-Pressed Workers,S01007376,Garelochhead - 04,5d,Endeavouring social renters,S02001387,Garelochhead,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197693 +197693,S00094722,1c1,Rural Employment and Retirees,S01007304,Benderloch Trail - 04,2c,Remoter communities,S02001373,Benderloch Trail,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197694 +197694,S00094477,8b2,Hard-Pressed Rented Terraces,S01007376,Garelochhead - 04,5d,Endeavouring social renters,S02001387,Garelochhead,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197695 +197695,S00094232,7b1,Eastern European Communities,S01007346,Rothesay Town - 03,4d,Hard-pressed flat dwellers,S02001382,Rothesay Town,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197696 +197696,S00094720,1a1,Rural Workers and Families,S01007303,Benderloch Trail - 03,2a,Ageing rural neighbourhoods,S02001373,Benderloch Trail,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197697 +197697,S00094800,1c1,Rural Employment and Retirees,S01007287,"Mull, Iona, Coll and Tiree - 04",2a,Ageing rural neighbourhoods,S02001370,"Mull, Iona, Coll and Tiree",S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197698 +197698,S00094260,1a4,Older Farming Communities,S01007353,Cowal South - 03,2d,Rural traits,S02001383,Cowal South,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197699 +197699,S00094248,7c3,Outer City Hardship,S01007323,Knapdale - 04,2d,Rural traits,S02001377,Knapdale,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197700 +197700,S00094486,8b2,Hard-Pressed Rented Terraces,S01007315,Greater Lochgilphead - 01,5e,Primary sector workers,S02001376,Greater Lochgilphead,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197701 +197701,S00093999,1c2,Renting Rural Retirement,S01007351,Cowal South - 01,2a,Ageing rural neighbourhoods,S02001383,Cowal South,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197702 +197702,S00094275,7b1,Eastern European Communities,S01007370,Dunoon - 05,4b,Constrained renters,S02001386,Dunoon,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197703 +197703,S00094726,1a1,Rural Workers and Families,S01007285,"Mull, Iona, Coll and Tiree - 02",2c,Remoter communities,S02001370,"Mull, Iona, Coll and Tiree",S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197704 +197704,S00094261,1a4,Older Farming Communities,S01007354,Cowal South - 04,5c,Comfortable neighbourhoods,S02001383,Cowal South,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197705 +197705,S00094044,1b1,Rural Life,S01007321,Knapdale - 02,2c,Remoter communities,S02001377,Knapdale,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197706 +197706,S00094358,1a4,Older Farming Communities,S01007375,Garelochhead - 03,2b,Prospering countryside life,S02001387,Garelochhead,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197707 +197707,S00094252,7c3,Outer City Hardship,S01007322,Knapdale - 03,5e,Primary sector workers,S02001377,Knapdale,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197708 +197708,S00094502,8b2,Hard-Pressed Rented Terraces,S01007379,Garelochhead - 07,4a,Challenged white communities,S02001387,Garelochhead,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197709 +197709,S00094130,1c2,Renting Rural Retirement,S01007284,"Mull, Iona, Coll and Tiree - 01",2c,Remoter communities,S02001370,"Mull, Iona, Coll and Tiree",S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197710 +197710,S00094522,7b1,Eastern European Communities,S01007295,Oban South - 07,4d,Hard-pressed flat dwellers,S02001371,Oban South,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197711 +197711,S00094727,1a1,Rural Workers and Families,S01007285,"Mull, Iona, Coll and Tiree - 02",2c,Remoter communities,S02001370,"Mull, Iona, Coll and Tiree",S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197712 +197712,S00094523,7b1,Eastern European Communities,S01007295,Oban South - 07,4d,Hard-pressed flat dwellers,S02001371,Oban South,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197713 +197713,S00094274,7c3,Outer City Hardship,S01007370,Dunoon - 05,4b,Constrained renters,S02001386,Dunoon,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197714 +197714,S00094060,1b1,Rural Life,S01007312,Mid Argyll - 02,2d,Rural traits,S02001375,Mid Argyll,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197715 +197715,S00094801,1a1,Rural Workers and Families,S01007287,"Mull, Iona, Coll and Tiree - 04",2a,Ageing rural neighbourhoods,S02001370,"Mull, Iona, Coll and Tiree",S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197716 +197716,S00094396,1a4,Older Farming Communities,S01007392,Helensburgh North - 06,8a,Affluent communities,S02001389,Helensburgh North,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197717 +197717,S00094162,1c2,Renting Rural Retirement,S01007339,Campbeltown - 07,5e,Primary sector workers,S02001380,Campbeltown,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197718 +197718,S00094505,8b2,Hard-Pressed Rented Terraces,S01007380,Garelochhead - 08,5c,Comfortable neighbourhoods,S02001387,Garelochhead,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197719 +197719,S00094527,7b1,Eastern European Communities,S01007293,Oban South - 05,4d,Hard-pressed flat dwellers,S02001371,Oban South,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197720 +197720,S00094277,7c3,Outer City Hardship,S01007370,Dunoon - 05,4b,Constrained renters,S02001386,Dunoon,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197721 +197721,S00094281,7c3,Outer City Hardship,S01007369,Dunoon - 04,5e,Primary sector workers,S02001386,Dunoon,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197722 +197722,S00094282,7c3,Outer City Hardship,S01007369,Dunoon - 04,5e,Primary sector workers,S02001386,Dunoon,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197723 +197723,S00094285,7c3,Outer City Hardship,S01007365,Hunter's Quay - 07,5e,Primary sector workers,S02001385,Hunter's Quay,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197724 +197724,S00094301,7c3,Outer City Hardship,S01007362,Hunter's Quay - 04,5a,Ageing urban communities,S02001385,Hunter's Quay,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197725 +197725,S00094313,7c3,Outer City Hardship,S01007366,Dunoon - 01,4d,Hard-pressed flat dwellers,S02001386,Dunoon,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197726 +197726,S00094314,7c3,Outer City Hardship,S01007363,Hunter's Quay - 05,5e,Primary sector workers,S02001385,Hunter's Quay,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197727 +197727,S00094318,7c3,Outer City Hardship,S01007364,Hunter's Quay - 06,4a,Challenged white communities,S02001385,Hunter's Quay,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197728 +197728,S00094330,7c3,Outer City Hardship,S01007361,Hunter's Quay - 03,5a,Ageing urban communities,S02001385,Hunter's Quay,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197729 +197729,S00094331,7c3,Outer City Hardship,S01007359,Hunter's Quay - 01,5e,Primary sector workers,S02001385,Hunter's Quay,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197730 +197730,S00094345,7c3,Outer City Hardship,S01007408,Lomond Shore - 05,5c,Comfortable neighbourhoods,S02001392,Lomond Shore,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197731 +197731,S00094370,7c3,Outer City Hardship,S01007399,Helensburgh East - 02,4d,Hard-pressed flat dwellers,S02001391,Helensburgh East,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197732 +197732,S00094375,7c3,Outer City Hardship,S01007400,Helensburgh East - 03,5c,Comfortable neighbourhoods,S02001391,Helensburgh East,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197733 +197733,S00094385,7c3,Outer City Hardship,S01007398,Helensburgh East - 01,4a,Challenged white communities,S02001391,Helensburgh East,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197734 +197734,S00094427,7c3,Outer City Hardship,S01007385,Helensburgh West and Rhu - 05,5c,Comfortable neighbourhoods,S02001388,Helensburgh West and Rhu,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197735 +197735,S00094494,7c3,Outer City Hardship,S01007316,Greater Lochgilphead - 02,5e,Primary sector workers,S02001376,Greater Lochgilphead,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197736 +197736,S00094525,7c3,Outer City Hardship,S01007294,Oban South - 06,5e,Primary sector workers,S02001371,Oban South,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197737 +197737,S00094531,7c3,Outer City Hardship,S01007292,Oban South - 04,5c,Comfortable neighbourhoods,S02001371,Oban South,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197738 +197738,S00094537,7c3,Outer City Hardship,S01007299,Oban North - 03,4b,Constrained renters,S02001372,Oban North,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197739 +197739,S00094543,7c3,Outer City Hardship,S01007299,Oban North - 03,4b,Constrained renters,S02001372,Oban North,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197740 +197740,S00094556,7c3,Outer City Hardship,S01007286,"Mull, Iona, Coll and Tiree - 03",2d,Rural traits,S02001370,"Mull, Iona, Coll and Tiree",S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197741 +197741,S00094634,7c3,Outer City Hardship,S01007408,Lomond Shore - 05,5c,Comfortable neighbourhoods,S02001392,Lomond Shore,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197742 +197742,S00094635,7c3,Outer City Hardship,S01007408,Lomond Shore - 05,5c,Comfortable neighbourhoods,S02001392,Lomond Shore,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197743 +197743,S00094738,7c3,Outer City Hardship,S01007350,Rothesay Town - 07,4d,Hard-pressed flat dwellers,S02001382,Rothesay Town,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197744 +197744,S00094740,7c3,Outer City Hardship,S01007345,Rothesay Town - 02,4d,Hard-pressed flat dwellers,S02001382,Rothesay Town,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197745 +197745,S00094751,7c3,Outer City Hardship,S01007361,Hunter's Quay - 03,5a,Ageing urban communities,S02001385,Hunter's Quay,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197746 +197746,S00094780,7c3,Outer City Hardship,S01007294,Oban South - 06,5e,Primary sector workers,S02001371,Oban South,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197747 +197747,S00094781,7c3,Outer City Hardship,S01007294,Oban South - 06,5e,Primary sector workers,S02001371,Oban South,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197748 +197748,S00094784,7c3,Outer City Hardship,S01007294,Oban South - 06,5e,Primary sector workers,S02001371,Oban South,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197749 +197749,S00094785,7c3,Outer City Hardship,S01007294,Oban South - 06,5e,Primary sector workers,S02001371,Oban South,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197750 +197750,S00094790,7c3,Outer City Hardship,S01007291,Oban South - 03,5e,Primary sector workers,S02001371,Oban South,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197751 +197751,S00094794,7c3,Outer City Hardship,S01007290,Oban South - 02,4b,Constrained renters,S02001371,Oban South,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197752 +197752,S00094409,2c3,Professional Service Cosmopolitans,S01007395,Helensburgh Centre - 02,4d,Hard-pressed flat dwellers,S02001390,Helensburgh Centre,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197753 +197753,S00093996,8c3,Renting Hard-Pressed Workers,S01007358,Cowal North - 04,2a,Ageing rural neighbourhoods,S02001384,Cowal North,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197754 +197754,S00094226,8c3,Renting Hard-Pressed Workers,S01007347,Rothesay Town - 04,4a,Challenged white communities,S02001382,Rothesay Town,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197755 +197755,S00094346,8c3,Renting Hard-Pressed Workers,S01007408,Lomond Shore - 05,5c,Comfortable neighbourhoods,S02001392,Lomond Shore,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197756 +197756,S00094390,8c3,Renting Hard-Pressed Workers,S01007398,Helensburgh East - 01,4a,Challenged white communities,S02001391,Helensburgh East,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197757 +197757,S00094392,8c3,Renting Hard-Pressed Workers,S01007398,Helensburgh East - 01,4a,Challenged white communities,S02001391,Helensburgh East,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197758 +197758,S00094476,8c3,Renting Hard-Pressed Workers,S01007376,Garelochhead - 04,5d,Endeavouring social renters,S02001387,Garelochhead,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197759 +197759,S00094445,1a4,Older Farming Communities,S01007391,Helensburgh North - 05,8b,Ageing suburbanites,S02001389,Helensburgh North,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197760 +197760,S00094507,8b2,Hard-Pressed Rented Terraces,S01007380,Garelochhead - 08,5c,Comfortable neighbourhoods,S02001387,Garelochhead,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197761 +197761,S00094176,1c2,Renting Rural Retirement,S01007333,Campbeltown - 01,5a,Ageing urban communities,S02001380,Campbeltown,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197762 +197762,S00094681,7b1,Eastern European Communities,S01007293,Oban South - 05,4d,Hard-pressed flat dwellers,S02001371,Oban South,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197763 +197763,S00094487,1a4,Older Farming Communities,S01007315,Greater Lochgilphead - 01,5e,Primary sector workers,S02001376,Greater Lochgilphead,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197764 +197764,S00094200,1c2,Renting Rural Retirement,S01007327,Whisky Isles - 04,5e,Primary sector workers,S02001378,Whisky Isles,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197765 +197765,S00094529,8b2,Hard-Pressed Rented Terraces,S01007293,Oban South - 05,4d,Hard-pressed flat dwellers,S02001371,Oban South,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197766 +197766,S00094803,1a1,Rural Workers and Families,S01007331,Kintyre Trail - 03,2c,Remoter communities,S02001379,Kintyre Trail,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197767 +197767,S00094170,5b3,Self-Sufficient Retirement,S01007336,Campbeltown - 04,4b,Constrained renters,S02001380,Campbeltown,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197768 +197768,S00094625,8b2,Hard-Pressed Rented Terraces,S01007372,Dunoon - 07,5a,Ageing urban communities,S02001386,Dunoon,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197769 +197769,S00094178,5b3,Self-Sufficient Retirement,S01007333,Campbeltown - 01,5a,Ageing urban communities,S02001380,Campbeltown,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197770 +197770,S00094488,1a4,Older Farming Communities,S01007315,Greater Lochgilphead - 01,5e,Primary sector workers,S02001376,Greater Lochgilphead,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197771 +197771,S00094003,8a2,Industrious Hardship,S01007351,Cowal South - 01,2a,Ageing rural neighbourhoods,S02001383,Cowal South,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197772 +197772,S00094526,1c2,Renting Rural Retirement,S01007291,Oban South - 03,5e,Primary sector workers,S02001371,Oban South,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197773 +197773,S00094220,5b3,Self-Sufficient Retirement,S01007342,Bute - 03,8a,Affluent communities,S02001381,Bute,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197774 +197774,S00094737,7b1,Eastern European Communities,S01007347,Rothesay Town - 04,4a,Challenged white communities,S02001382,Rothesay Town,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197775 +197775,S00094510,1a4,Older Farming Communities,S01007289,Oban South - 01,2c,Remoter communities,S02001371,Oban South,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197776 +197776,S00094034,8a2,Industrious Hardship,S01007331,Kintyre Trail - 03,2c,Remoter communities,S02001379,Kintyre Trail,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197777 +197777,S00094088,1b1,Rural Life,S01007306,Benderloch Trail - 06,2d,Rural traits,S02001373,Benderloch Trail,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197778 +197778,S00094687,1c2,Renting Rural Retirement,S01007355,Cowal North - 01,2a,Ageing rural neighbourhoods,S02001384,Cowal North,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197779 +197779,S00094725,1c2,Renting Rural Retirement,S01007285,"Mull, Iona, Coll and Tiree - 02",2c,Remoter communities,S02001370,"Mull, Iona, Coll and Tiree",S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197780 +197780,S00094213,7d4,Retired City Hardship,S01007350,Rothesay Town - 07,4d,Hard-pressed flat dwellers,S02001382,Rothesay Town,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197781 +197781,S00094607,7d4,Retired City Hardship,S01007337,Campbeltown - 05,5e,Primary sector workers,S02001380,Campbeltown,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197782 +197782,S00094228,7d3,Retired Communal City Dwellers,S01007346,Rothesay Town - 03,4d,Hard-pressed flat dwellers,S02001382,Rothesay Town,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197783 +197783,S00094294,7d3,Retired Communal City Dwellers,S01007361,Hunter's Quay - 03,5a,Ageing urban communities,S02001385,Hunter's Quay,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197784 +197784,S00094478,7d3,Retired Communal City Dwellers,S01007319,Greater Lochgilphead - 05,5e,Primary sector workers,S02001376,Greater Lochgilphead,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197785 +197785,S00094497,7d3,Retired Communal City Dwellers,S01007317,Greater Lochgilphead - 03,2d,Rural traits,S02001376,Greater Lochgilphead,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197786 +197786,S00094513,7d3,Retired Communal City Dwellers,S01007296,Oban South - 08,4b,Constrained renters,S02001371,Oban South,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197787 +197787,S00094735,7d3,Retired Communal City Dwellers,S01007336,Campbeltown - 04,4b,Constrained renters,S02001380,Campbeltown,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197788 +197788,S00094763,7d3,Retired Communal City Dwellers,S01007393,Helensburgh North - 07,5a,Ageing urban communities,S02001389,Helensburgh North,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197789 +197789,S00094159,7d2,Retired Independent City Dwellers,S01007337,Campbeltown - 05,5e,Primary sector workers,S02001380,Campbeltown,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197790 +197790,S00094161,7d2,Retired Independent City Dwellers,S01007337,Campbeltown - 05,5e,Primary sector workers,S02001380,Campbeltown,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197791 +197791,S00094187,7d2,Retired Independent City Dwellers,S01007334,Campbeltown - 02,4a,Challenged white communities,S02001380,Campbeltown,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197792 +197792,S00094203,7d2,Retired Independent City Dwellers,S01007348,Rothesay Town - 05,4a,Challenged white communities,S02001382,Rothesay Town,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197793 +197793,S00094245,7d2,Retired Independent City Dwellers,S01007340,Bute - 01,5e,Primary sector workers,S02001381,Bute,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197794 +197794,S00094417,7d2,Retired Independent City Dwellers,S01007395,Helensburgh Centre - 02,4d,Hard-pressed flat dwellers,S02001390,Helensburgh Centre,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197795 +197795,S00094459,7d2,Retired Independent City Dwellers,S01007386,Helensburgh West and Rhu - 06,8a,Affluent communities,S02001388,Helensburgh West and Rhu,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197796 +197796,S00094518,7d2,Retired Independent City Dwellers,S01007295,Oban South - 07,4d,Hard-pressed flat dwellers,S02001371,Oban South,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197797 +197797,S00094744,7d2,Retired Independent City Dwellers,S01007346,Rothesay Town - 03,4d,Hard-pressed flat dwellers,S02001382,Rothesay Town,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197798 +197798,S00094745,7d2,Retired Independent City Dwellers,S01007345,Rothesay Town - 02,4d,Hard-pressed flat dwellers,S02001382,Rothesay Town,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197799 +197799,S00094007,1c1,Rural Employment and Retirees,S01007352,Cowal South - 02,2c,Remoter communities,S02001383,Cowal South,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197800 +197800,S00094038,1c1,Rural Employment and Retirees,S01007330,Kintyre Trail - 02,2c,Remoter communities,S02001379,Kintyre Trail,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197801 +197801,S00094048,1c1,Rural Employment and Retirees,S01007321,Knapdale - 02,2c,Remoter communities,S02001377,Knapdale,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197802 +197802,S00094053,1c1,Rural Employment and Retirees,S01007313,Mid Argyll - 03,2c,Remoter communities,S02001375,Mid Argyll,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197803 +197803,S00094062,1c1,Rural Employment and Retirees,S01007311,Mid Argyll - 01,2a,Ageing rural neighbourhoods,S02001375,Mid Argyll,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197804 +197804,S00094070,1c1,Rural Employment and Retirees,S01007308,Loch Awe - 01,2c,Remoter communities,S02001374,Loch Awe,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197805 +197805,S00094071,1c1,Rural Employment and Retirees,S01007308,Loch Awe - 01,2c,Remoter communities,S02001374,Loch Awe,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197806 +197806,S00094081,1c1,Rural Employment and Retirees,S01007309,Loch Awe - 02,2c,Remoter communities,S02001374,Loch Awe,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197807 +197807,S00094082,1c1,Rural Employment and Retirees,S01007309,Loch Awe - 02,2c,Remoter communities,S02001374,Loch Awe,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197808 +197808,S00094113,1c1,Rural Employment and Retirees,S01007324,Whisky Isles - 01,2c,Remoter communities,S02001378,Whisky Isles,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197809 +197809,S00094117,1c1,Rural Employment and Retirees,S01007288,"Mull, Iona, Coll and Tiree - 05",2c,Remoter communities,S02001370,"Mull, Iona, Coll and Tiree",S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197810 +197810,S00094123,1c1,Rural Employment and Retirees,S01007287,"Mull, Iona, Coll and Tiree - 04",2a,Ageing rural neighbourhoods,S02001370,"Mull, Iona, Coll and Tiree",S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197811 +197811,S00094142,1c1,Rural Employment and Retirees,S01007358,Cowal North - 04,2a,Ageing rural neighbourhoods,S02001384,Cowal North,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197812 +197812,S00094143,1c1,Rural Employment and Retirees,S01007358,Cowal North - 04,2a,Ageing rural neighbourhoods,S02001384,Cowal North,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197813 +197813,S00094512,1c1,Rural Employment and Retirees,S01007289,Oban South - 01,2c,Remoter communities,S02001371,Oban South,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197814 +197814,S00094535,1c1,Rural Employment and Retirees,S01007297,Oban North - 01,3c,Highly qualified professionals,S02001372,Oban North,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197815 +197815,S00094560,1c1,Rural Employment and Retirees,S01007286,"Mull, Iona, Coll and Tiree - 03",2d,Rural traits,S02001370,"Mull, Iona, Coll and Tiree",S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197816 +197816,S00094514,1a4,Older Farming Communities,S01007289,Oban South - 01,2c,Remoter communities,S02001371,Oban South,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197817 +197817,S00094561,1a4,Older Farming Communities,S01007286,"Mull, Iona, Coll and Tiree - 03",2d,Rural traits,S02001370,"Mull, Iona, Coll and Tiree",S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197818 +197818,S00094783,7b1,Eastern European Communities,S01007295,Oban South - 07,4d,Hard-pressed flat dwellers,S02001371,Oban South,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197819 +197819,S00094581,1a4,Older Farming Communities,S01007301,Benderloch Trail - 01,2c,Remoter communities,S02001373,Benderloch Trail,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197820 +197820,S00094584,1a4,Older Farming Communities,S01007301,Benderloch Trail - 01,2c,Remoter communities,S02001373,Benderloch Trail,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197821 +197821,S00094091,1b1,Rural Life,S01007301,Benderloch Trail - 01,2c,Remoter communities,S02001373,Benderloch Trail,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197822 +197822,S00094164,7b3,Endeavouring Flat Dwellers,S01007336,Campbeltown - 04,4b,Constrained renters,S02001380,Campbeltown,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197823 +197823,S00094617,1a4,Older Farming Communities,S01007344,Rothesay Town - 01,5e,Primary sector workers,S02001382,Rothesay Town,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197824 +197824,S00094109,1b1,Rural Life,S01007326,Whisky Isles - 03,2c,Remoter communities,S02001378,Whisky Isles,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197825 +197825,S00094237,5b3,Self-Sufficient Retirement,S01007341,Bute - 02,5a,Ageing urban communities,S02001381,Bute,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197826 +197826,S00094165,7b3,Endeavouring Flat Dwellers,S01007336,Campbeltown - 04,4b,Constrained renters,S02001380,Campbeltown,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197827 +197827,S00094244,5b3,Self-Sufficient Retirement,S01007340,Bute - 01,5e,Primary sector workers,S02001381,Bute,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197828 +197828,S00094119,1b1,Rural Life,S01007285,"Mull, Iona, Coll and Tiree - 02",2c,Remoter communities,S02001370,"Mull, Iona, Coll and Tiree",S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197829 +197829,S00094632,1a4,Older Farming Communities,S01007361,Hunter's Quay - 03,5a,Ageing urban communities,S02001385,Hunter's Quay,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197830 +197830,S00094633,1a4,Older Farming Communities,S01007355,Cowal North - 01,2a,Ageing rural neighbourhoods,S02001384,Cowal North,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197831 +197831,S00094096,8a2,Industrious Hardship,S01007305,Benderloch Trail - 05,2c,Remoter communities,S02001373,Benderloch Trail,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197832 +197832,S00094171,7b3,Endeavouring Flat Dwellers,S01007336,Campbeltown - 04,4b,Constrained renters,S02001380,Campbeltown,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197833 +197833,S00094661,1a4,Older Farming Communities,S01007289,Oban South - 01,2c,Remoter communities,S02001371,Oban South,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197834 +197834,S00094125,1b1,Rural Life,S01007284,"Mull, Iona, Coll and Tiree - 01",2c,Remoter communities,S02001370,"Mull, Iona, Coll and Tiree",S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197835 +197835,S00094259,5b3,Self-Sufficient Retirement,S01007354,Cowal South - 04,5c,Comfortable neighbourhoods,S02001383,Cowal South,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197836 +197836,S00094156,8a2,Industrious Hardship,S01007338,Campbeltown - 06,5d,Endeavouring social renters,S02001380,Campbeltown,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197837 +197837,S00094174,7b3,Endeavouring Flat Dwellers,S01007334,Campbeltown - 02,4a,Challenged white communities,S02001380,Campbeltown,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197838 +197838,S00094686,1a4,Older Farming Communities,S01007355,Cowal North - 01,2a,Ageing rural neighbourhoods,S02001384,Cowal North,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197839 +197839,S00094229,7b3,Endeavouring Flat Dwellers,S01007346,Rothesay Town - 03,4d,Hard-pressed flat dwellers,S02001382,Rothesay Town,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197840 +197840,S00094158,1b1,Rural Life,S01007338,Campbeltown - 06,5d,Endeavouring social renters,S02001380,Campbeltown,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197841 +197841,S00094190,8a2,Industrious Hardship,S01007338,Campbeltown - 06,5d,Endeavouring social renters,S02001380,Campbeltown,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197842 +197842,S00094690,1a4,Older Farming Communities,S01007356,Cowal North - 02,2d,Rural traits,S02001384,Cowal North,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197843 +197843,S00094267,5b3,Self-Sufficient Retirement,S01007371,Dunoon - 06,5e,Primary sector workers,S02001386,Dunoon,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197844 +197844,S00094273,7b3,Endeavouring Flat Dwellers,S01007370,Dunoon - 05,4b,Constrained renters,S02001386,Dunoon,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197845 +197845,S00094191,1b1,Rural Life,S01007328,Whisky Isles - 05,5e,Primary sector workers,S02001378,Whisky Isles,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197846 +197846,S00094204,8a2,Industrious Hardship,S01007348,Rothesay Town - 05,4a,Challenged white communities,S02001382,Rothesay Town,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197847 +197847,S00094697,1a4,Older Farming Communities,S01007320,Knapdale - 01,2c,Remoter communities,S02001377,Knapdale,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197848 +197848,S00094332,8a2,Industrious Hardship,S01007359,Hunter's Quay - 01,5e,Primary sector workers,S02001385,Hunter's Quay,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197849 +197849,S00094381,7b3,Endeavouring Flat Dwellers,S01007399,Helensburgh East - 02,4d,Hard-pressed flat dwellers,S02001391,Helensburgh East,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197850 +197850,S00094300,1b1,Rural Life,S01007365,Hunter's Quay - 07,5e,Primary sector workers,S02001385,Hunter's Quay,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197851 +197851,S00094698,1a4,Older Farming Communities,S01007320,Knapdale - 01,2c,Remoter communities,S02001377,Knapdale,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197852 +197852,S00094269,5b3,Self-Sufficient Retirement,S01007371,Dunoon - 06,5e,Primary sector workers,S02001386,Dunoon,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197853 +197853,S00094469,8a2,Industrious Hardship,S01007382,Helensburgh West and Rhu - 02,8a,Affluent communities,S02001388,Helensburgh West and Rhu,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197854 +197854,S00094383,7b3,Endeavouring Flat Dwellers,S01007399,Helensburgh East - 02,4d,Hard-pressed flat dwellers,S02001391,Helensburgh East,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197855 +197855,S00094499,1b1,Rural Life,S01007315,Greater Lochgilphead - 01,5e,Primary sector workers,S02001376,Greater Lochgilphead,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197856 +197856,S00094704,1a4,Older Farming Communities,S01007313,Mid Argyll - 03,2c,Remoter communities,S02001375,Mid Argyll,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197857 +197857,S00094674,1b1,Rural Life,S01007331,Kintyre Trail - 03,2c,Remoter communities,S02001379,Kintyre Trail,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197858 +197858,S00094482,8a2,Industrious Hardship,S01007318,Greater Lochgilphead - 04,5e,Primary sector workers,S02001376,Greater Lochgilphead,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197859 +197859,S00094707,1a4,Older Farming Communities,S01007312,Mid Argyll - 02,2d,Rural traits,S02001375,Mid Argyll,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197860 +197860,S00094270,5b3,Self-Sufficient Retirement,S01007370,Dunoon - 05,4b,Constrained renters,S02001386,Dunoon,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197861 +197861,S00094706,1b1,Rural Life,S01007314,Mid Argyll - 04,2c,Remoter communities,S02001375,Mid Argyll,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197862 +197862,S00094483,8a2,Industrious Hardship,S01007318,Greater Lochgilphead - 04,5e,Primary sector workers,S02001376,Greater Lochgilphead,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197863 +197863,S00094719,1a4,Older Farming Communities,S01007303,Benderloch Trail - 03,2a,Ageing rural neighbourhoods,S02001373,Benderloch Trail,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197864 +197864,S00094384,7b3,Endeavouring Flat Dwellers,S01007399,Helensburgh East - 02,4d,Hard-pressed flat dwellers,S02001391,Helensburgh East,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197865 +197865,S00094276,5b3,Self-Sufficient Retirement,S01007370,Dunoon - 05,4b,Constrained renters,S02001386,Dunoon,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197866 +197866,S00094714,1b1,Rural Life,S01007306,Benderloch Trail - 06,2d,Rural traits,S02001373,Benderloch Trail,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197867 +197867,S00094491,8a2,Industrious Hardship,S01007315,Greater Lochgilphead - 01,5e,Primary sector workers,S02001376,Greater Lochgilphead,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197868 +197868,S00094278,5b3,Self-Sufficient Retirement,S01007370,Dunoon - 05,4b,Constrained renters,S02001386,Dunoon,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197869 +197869,S00094754,1a4,Older Farming Communities,S01007360,Hunter's Quay - 02,2a,Ageing rural neighbourhoods,S02001385,Hunter's Quay,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197870 +197870,S00094401,7b3,Endeavouring Flat Dwellers,S01007396,Helensburgh Centre - 03,4d,Hard-pressed flat dwellers,S02001390,Helensburgh Centre,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197871 +197871,S00094723,1b1,Rural Life,S01007325,Whisky Isles - 02,2c,Remoter communities,S02001378,Whisky Isles,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197872 +197872,S00094552,8a2,Industrious Hardship,S01007302,Benderloch Trail - 02,5e,Primary sector workers,S02001373,Benderloch Trail,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197873 +197873,S00094280,5b3,Self-Sufficient Retirement,S01007369,Dunoon - 04,5e,Primary sector workers,S02001386,Dunoon,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197874 +197874,S00094771,1a4,Older Farming Communities,S01007319,Greater Lochgilphead - 05,5e,Primary sector workers,S02001376,Greater Lochgilphead,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197875 +197875,S00094403,7b3,Endeavouring Flat Dwellers,S01007396,Helensburgh Centre - 03,4d,Hard-pressed flat dwellers,S02001390,Helensburgh Centre,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197876 +197876,S00094011,1b2,Rural White-Collar Workers,S01007372,Dunoon - 07,5a,Ageing urban communities,S02001386,Dunoon,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197877 +197877,S00094802,1a4,Older Farming Communities,S01007332,Kintyre Trail - 04,2c,Remoter communities,S02001379,Kintyre Trail,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197878 +197878,S00094553,8a2,Industrious Hardship,S01007302,Benderloch Trail - 02,5e,Primary sector workers,S02001373,Benderloch Trail,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197879 +197879,S00094286,5b3,Self-Sufficient Retirement,S01007369,Dunoon - 04,5e,Primary sector workers,S02001386,Dunoon,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197880 +197880,S00094404,7b3,Endeavouring Flat Dwellers,S01007396,Helensburgh Centre - 03,4d,Hard-pressed flat dwellers,S02001390,Helensburgh Centre,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197881 +197881,S00094017,1b2,Rural White-Collar Workers,S01007356,Cowal North - 02,2d,Rural traits,S02001384,Cowal North,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197882 +197882,S00094219,6b4,Older Workers and Retirement,S01007342,Bute - 03,8a,Affluent communities,S02001381,Bute,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197883 +197883,S00094554,8a2,Industrious Hardship,S01007302,Benderloch Trail - 02,5e,Primary sector workers,S02001373,Benderloch Trail,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197884 +197884,S00094287,5b3,Self-Sufficient Retirement,S01007368,Dunoon - 03,4a,Challenged white communities,S02001386,Dunoon,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197885 +197885,S00094406,7b3,Endeavouring Flat Dwellers,S01007397,Helensburgh Centre - 04,5c,Comfortable neighbourhoods,S02001390,Helensburgh Centre,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197886 +197886,S00094145,1b2,Rural White-Collar Workers,S01007404,Lomond Shore - 01,2c,Remoter communities,S02001392,Lomond Shore,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197887 +197887,S00094241,6b4,Older Workers and Retirement,S01007341,Bute - 02,5a,Ageing urban communities,S02001381,Bute,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197888 +197888,S00094571,8a2,Industrious Hardship,S01007311,Mid Argyll - 01,2a,Ageing rural neighbourhoods,S02001375,Mid Argyll,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197889 +197889,S00094710,8a2,Industrious Hardship,S01007308,Loch Awe - 01,2c,Remoter communities,S02001374,Loch Awe,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197890 +197890,S00094777,8a2,Industrious Hardship,S01007317,Greater Lochgilphead - 03,2d,Rural traits,S02001376,Greater Lochgilphead,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197891 +197891,S00094255,8a1,Industrious Transitions,S01007353,Cowal South - 03,2d,Rural traits,S02001383,Cowal South,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197892 +197892,S00094353,8a1,Industrious Transitions,S01007374,Garelochhead - 02,5c,Comfortable neighbourhoods,S02001387,Garelochhead,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197893 +197893,S00094570,8a1,Industrious Transitions,S01007314,Mid Argyll - 04,2c,Remoter communities,S02001375,Mid Argyll,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197894 +197894,S00094521,2c1,Migrant Families,S01007296,Oban South - 08,4b,Constrained renters,S02001371,Oban South,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197895 +197895,S00094541,2c1,Migrant Families,S01007297,Oban North - 01,3c,Highly qualified professionals,S02001372,Oban North,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197896 +197896,S00094542,2c1,Migrant Families,S01007297,Oban North - 01,3c,Highly qualified professionals,S02001372,Oban North,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197897 +197897,S00094528,7a3,Multi-Ethnic Hardship,S01007293,Oban South - 05,4d,Hard-pressed flat dwellers,S02001371,Oban South,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197898 +197898,S00094367,5a2,Multi-Ethnic Professionals with Families,S01007401,Helensburgh East - 04,8c,Comfortable suburbia,S02001391,Helensburgh East,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197899 +197899,S00094001,1a4,Older Farming Communities,S01007351,Cowal South - 01,2a,Ageing rural neighbourhoods,S02001383,Cowal South,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197900 +197900,S00094005,1a4,Older Farming Communities,S01007351,Cowal South - 01,2a,Ageing rural neighbourhoods,S02001383,Cowal South,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197901 +197901,S00094009,1a4,Older Farming Communities,S01007352,Cowal South - 02,2c,Remoter communities,S02001383,Cowal South,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197902 +197902,S00094020,1a4,Older Farming Communities,S01007355,Cowal North - 01,2a,Ageing rural neighbourhoods,S02001384,Cowal North,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197903 +197903,S00094027,1a4,Older Farming Communities,S01007357,Cowal North - 03,2c,Remoter communities,S02001384,Cowal North,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197904 +197904,S00094028,1a4,Older Farming Communities,S01007357,Cowal North - 03,2c,Remoter communities,S02001384,Cowal North,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197905 +197905,S00094032,1a4,Older Farming Communities,S01007339,Campbeltown - 07,5e,Primary sector workers,S02001380,Campbeltown,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197906 +197906,S00094039,1a4,Older Farming Communities,S01007330,Kintyre Trail - 02,2c,Remoter communities,S02001379,Kintyre Trail,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197907 +197907,S00094040,1a4,Older Farming Communities,S01007329,Kintyre Trail - 01,2c,Remoter communities,S02001379,Kintyre Trail,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197908 +197908,S00094050,1a4,Older Farming Communities,S01007320,Knapdale - 01,2c,Remoter communities,S02001377,Knapdale,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197909 +197909,S00094059,1a4,Older Farming Communities,S01007312,Mid Argyll - 02,2d,Rural traits,S02001375,Mid Argyll,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197910 +197910,S00094075,1a4,Older Farming Communities,S01007310,Loch Awe - 03,2c,Remoter communities,S02001374,Loch Awe,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197911 +197911,S00094087,1a4,Older Farming Communities,S01007306,Benderloch Trail - 06,2d,Rural traits,S02001373,Benderloch Trail,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197912 +197912,S00094303,5b3,Self-Sufficient Retirement,S01007367,Dunoon - 02,5e,Primary sector workers,S02001386,Dunoon,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197913 +197913,S00094407,7b3,Endeavouring Flat Dwellers,S01007397,Helensburgh Centre - 04,5c,Comfortable neighbourhoods,S02001390,Helensburgh Centre,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197914 +197914,S00094152,1b2,Rural White-Collar Workers,S01007377,Garelochhead - 05,2b,Prospering countryside life,S02001387,Garelochhead,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197915 +197915,S00094308,5b3,Self-Sufficient Retirement,S01007363,Hunter's Quay - 05,5e,Primary sector workers,S02001385,Hunter's Quay,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197916 +197916,S00094408,7b3,Endeavouring Flat Dwellers,S01007395,Helensburgh Centre - 02,4d,Hard-pressed flat dwellers,S02001390,Helensburgh Centre,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197917 +197917,S00094319,6b4,Older Workers and Retirement,S01007365,Hunter's Quay - 07,5e,Primary sector workers,S02001385,Hunter's Quay,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197918 +197918,S00094410,7b3,Endeavouring Flat Dwellers,S01007395,Helensburgh Centre - 02,4d,Hard-pressed flat dwellers,S02001390,Helensburgh Centre,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197919 +197919,S00094569,1b2,Rural White-Collar Workers,S01007343,Bute - 04,2c,Remoter communities,S02001381,Bute,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197920 +197920,S00094326,6b4,Older Workers and Retirement,S01007362,Hunter's Quay - 04,5a,Ageing urban communities,S02001385,Hunter's Quay,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197921 +197921,S00094411,7b3,Endeavouring Flat Dwellers,S01007395,Helensburgh Centre - 02,4d,Hard-pressed flat dwellers,S02001390,Helensburgh Centre,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197922 +197922,S00094310,5b3,Self-Sufficient Retirement,S01007367,Dunoon - 02,5e,Primary sector workers,S02001386,Dunoon,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197923 +197923,S00094596,1b2,Rural White-Collar Workers,S01007405,Lomond Shore - 02,2b,Prospering countryside life,S02001392,Lomond Shore,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197924 +197924,S00094368,6b4,Older Workers and Retirement,S01007401,Helensburgh East - 04,8c,Comfortable suburbia,S02001391,Helensburgh East,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197925 +197925,S00094414,7b3,Endeavouring Flat Dwellers,S01007395,Helensburgh Centre - 02,4d,Hard-pressed flat dwellers,S02001390,Helensburgh Centre,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197926 +197926,S00094311,5b3,Self-Sufficient Retirement,S01007366,Dunoon - 01,4d,Hard-pressed flat dwellers,S02001386,Dunoon,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197927 +197927,S00094688,1b2,Rural White-Collar Workers,S01007355,Cowal North - 01,2a,Ageing rural neighbourhoods,S02001384,Cowal North,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197928 +197928,S00093998,1a1,Rural Workers and Families,S01007343,Bute - 04,2c,Remoter communities,S02001381,Bute,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197929 +197929,S00094012,1a1,Rural Workers and Families,S01007365,Hunter's Quay - 07,5e,Primary sector workers,S02001385,Hunter's Quay,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197930 +197930,S00094047,1a1,Rural Workers and Families,S01007321,Knapdale - 02,2c,Remoter communities,S02001377,Knapdale,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197931 +197931,S00094051,1a1,Rural Workers and Families,S01007320,Knapdale - 01,2c,Remoter communities,S02001377,Knapdale,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197932 +197932,S00094055,1a1,Rural Workers and Families,S01007313,Mid Argyll - 03,2c,Remoter communities,S02001375,Mid Argyll,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197933 +197933,S00094056,1a1,Rural Workers and Families,S01007313,Mid Argyll - 03,2c,Remoter communities,S02001375,Mid Argyll,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197934 +197934,S00094058,1a1,Rural Workers and Families,S01007314,Mid Argyll - 04,2c,Remoter communities,S02001375,Mid Argyll,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197935 +197935,S00094074,1a1,Rural Workers and Families,S01007310,Loch Awe - 03,2c,Remoter communities,S02001374,Loch Awe,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197936 +197936,S00094078,1a1,Rural Workers and Families,S01007307,Benderloch Trail - 07,2c,Remoter communities,S02001373,Benderloch Trail,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197937 +197937,S00094093,1a1,Rural Workers and Families,S01007305,Benderloch Trail - 05,2c,Remoter communities,S02001373,Benderloch Trail,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197938 +197938,S00094094,1a1,Rural Workers and Families,S01007305,Benderloch Trail - 05,2c,Remoter communities,S02001373,Benderloch Trail,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197939 +197939,S00094102,1a1,Rural Workers and Families,S01007326,Whisky Isles - 03,2c,Remoter communities,S02001378,Whisky Isles,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197940 +197940,S00094106,1a1,Rural Workers and Families,S01007326,Whisky Isles - 03,2c,Remoter communities,S02001378,Whisky Isles,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197941 +197941,S00094121,1a1,Rural Workers and Families,S01007285,"Mull, Iona, Coll and Tiree - 02",2c,Remoter communities,S02001370,"Mull, Iona, Coll and Tiree",S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197942 +197942,S00094124,1a1,Rural Workers and Families,S01007284,"Mull, Iona, Coll and Tiree - 01",2c,Remoter communities,S02001370,"Mull, Iona, Coll and Tiree",S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197943 +197943,S00094126,1a1,Rural Workers and Families,S01007284,"Mull, Iona, Coll and Tiree - 01",2c,Remoter communities,S02001370,"Mull, Iona, Coll and Tiree",S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197944 +197944,S00094127,1a1,Rural Workers and Families,S01007284,"Mull, Iona, Coll and Tiree - 01",2c,Remoter communities,S02001370,"Mull, Iona, Coll and Tiree",S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197945 +197945,S00094128,1a1,Rural Workers and Families,S01007284,"Mull, Iona, Coll and Tiree - 01",2c,Remoter communities,S02001370,"Mull, Iona, Coll and Tiree",S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197946 +197946,S00094129,1a1,Rural Workers and Families,S01007284,"Mull, Iona, Coll and Tiree - 01",2c,Remoter communities,S02001370,"Mull, Iona, Coll and Tiree",S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197947 +197947,S00094131,1a1,Rural Workers and Families,S01007284,"Mull, Iona, Coll and Tiree - 01",2c,Remoter communities,S02001370,"Mull, Iona, Coll and Tiree",S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197948 +197948,S00094146,1a1,Rural Workers and Families,S01007404,Lomond Shore - 01,2c,Remoter communities,S02001392,Lomond Shore,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197949 +197949,S00094324,5b3,Self-Sufficient Retirement,S01007363,Hunter's Quay - 05,5e,Primary sector workers,S02001385,Hunter's Quay,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197950 +197950,S00094415,7b3,Endeavouring Flat Dwellers,S01007395,Helensburgh Centre - 02,4d,Hard-pressed flat dwellers,S02001390,Helensburgh Centre,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197951 +197951,S00094327,5b3,Self-Sufficient Retirement,S01007363,Hunter's Quay - 05,5e,Primary sector workers,S02001385,Hunter's Quay,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197952 +197952,S00094421,6b4,Older Workers and Retirement,S01007385,Helensburgh West and Rhu - 05,5c,Comfortable neighbourhoods,S02001388,Helensburgh West and Rhu,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197953 +197953,S00094516,7b3,Endeavouring Flat Dwellers,S01007296,Oban South - 08,4b,Constrained renters,S02001371,Oban South,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197954 +197954,S00094425,6b4,Older Workers and Retirement,S01007394,Helensburgh Centre - 01,5a,Ageing urban communities,S02001390,Helensburgh Centre,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197955 +197955,S00094333,5b3,Self-Sufficient Retirement,S01007360,Hunter's Quay - 02,2a,Ageing rural neighbourhoods,S02001385,Hunter's Quay,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197956 +197956,S00094546,7b3,Endeavouring Flat Dwellers,S01007299,Oban North - 03,4b,Constrained renters,S02001372,Oban North,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197957 +197957,S00094442,6b4,Older Workers and Retirement,S01007391,Helensburgh North - 05,8b,Ageing suburbanites,S02001389,Helensburgh North,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197958 +197958,S00094355,5b3,Self-Sufficient Retirement,S01007375,Garelochhead - 03,2b,Prospering countryside life,S02001387,Garelochhead,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197959 +197959,S00094747,7b3,Endeavouring Flat Dwellers,S01007340,Bute - 01,5e,Primary sector workers,S02001381,Bute,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197960 +197960,S00094508,6b4,Older Workers and Retirement,S01007289,Oban South - 01,2c,Remoter communities,S02001371,Oban South,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197961 +197961,S00094356,5b3,Self-Sufficient Retirement,S01007375,Garelochhead - 03,2b,Prospering countryside life,S02001387,Garelochhead,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197962 +197962,S00094748,7b3,Endeavouring Flat Dwellers,S01007340,Bute - 01,5e,Primary sector workers,S02001381,Bute,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197963 +197963,S00094534,6b4,Older Workers and Retirement,S01007298,Oban North - 02,5e,Primary sector workers,S02001372,Oban North,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197964 +197964,S00094371,5b3,Self-Sufficient Retirement,S01007400,Helensburgh East - 03,5c,Comfortable neighbourhoods,S02001391,Helensburgh East,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197965 +197965,S00094373,5b3,Self-Sufficient Retirement,S01007401,Helensburgh East - 04,8c,Comfortable suburbia,S02001391,Helensburgh East,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197966 +197966,S00094377,5b3,Self-Sufficient Retirement,S01007400,Helensburgh East - 03,5c,Comfortable neighbourhoods,S02001391,Helensburgh East,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197967 +197967,S00094378,5b3,Self-Sufficient Retirement,S01007397,Helensburgh Centre - 04,5c,Comfortable neighbourhoods,S02001390,Helensburgh Centre,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197968 +197968,S00094379,5b3,Self-Sufficient Retirement,S01007400,Helensburgh East - 03,5c,Comfortable neighbourhoods,S02001391,Helensburgh East,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197969 +197969,S00094391,5b3,Self-Sufficient Retirement,S01007397,Helensburgh Centre - 04,5c,Comfortable neighbourhoods,S02001390,Helensburgh Centre,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197970 +197970,S00094400,5b3,Self-Sufficient Retirement,S01007396,Helensburgh Centre - 03,4d,Hard-pressed flat dwellers,S02001390,Helensburgh Centre,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197971 +197971,S00094433,5b3,Self-Sufficient Retirement,S01007384,Helensburgh West and Rhu - 04,5c,Comfortable neighbourhoods,S02001388,Helensburgh West and Rhu,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197972 +197972,S00094490,5b3,Self-Sufficient Retirement,S01007315,Greater Lochgilphead - 01,5e,Primary sector workers,S02001376,Greater Lochgilphead,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197973 +197973,S00094524,5b3,Self-Sufficient Retirement,S01007294,Oban South - 06,5e,Primary sector workers,S02001371,Oban South,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197974 +197974,S00094533,5b3,Self-Sufficient Retirement,S01007297,Oban North - 01,3c,Highly qualified professionals,S02001372,Oban North,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197975 +197975,S00094600,5b3,Self-Sufficient Retirement,S01007378,Garelochhead - 06,2a,Ageing rural neighbourhoods,S02001387,Garelochhead,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197976 +197976,S00094611,5b3,Self-Sufficient Retirement,S01007342,Bute - 03,8a,Affluent communities,S02001381,Bute,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197977 +197977,S00094614,5b3,Self-Sufficient Retirement,S01007353,Cowal South - 03,2d,Rural traits,S02001383,Cowal South,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197978 +197978,S00094616,5b3,Self-Sufficient Retirement,S01007344,Rothesay Town - 01,5e,Primary sector workers,S02001382,Rothesay Town,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197979 +197979,S00094779,7b3,Endeavouring Flat Dwellers,S01007296,Oban South - 08,4b,Constrained renters,S02001371,Oban South,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197980 +197980,S00094072,1a2,Established Farming Communities,S01007310,Loch Awe - 03,2c,Remoter communities,S02001374,Loch Awe,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197981 +197981,S00094086,1a2,Established Farming Communities,S01007306,Benderloch Trail - 06,2d,Rural traits,S02001373,Benderloch Trail,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197982 +197982,S00094134,1a2,Established Farming Communities,S01007405,Lomond Shore - 02,2b,Prospering countryside life,S02001392,Lomond Shore,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197983 +197983,S00094138,1a2,Established Farming Communities,S01007405,Lomond Shore - 02,2b,Prospering countryside life,S02001392,Lomond Shore,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197984 +197984,S00094155,1a2,Established Farming Communities,S01007378,Garelochhead - 06,2a,Ageing rural neighbourhoods,S02001387,Garelochhead,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197985 +197985,S00094362,5a3,Families in Terraces and Flats,S01007403,Helensburgh East - 06,8c,Comfortable suburbia,S02001391,Helensburgh East,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197986 +197986,S00094429,5a3,Families in Terraces and Flats,S01007384,Helensburgh West and Rhu - 04,5c,Comfortable neighbourhoods,S02001388,Helensburgh West and Rhu,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197987 +197987,S00094438,5a3,Families in Terraces and Flats,S01007389,Helensburgh North - 03,4b,Constrained renters,S02001389,Helensburgh North,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197988 +197988,S00094639,5a3,Families in Terraces and Flats,S01007395,Helensburgh Centre - 02,4d,Hard-pressed flat dwellers,S02001390,Helensburgh Centre,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197989 +197989,S00094271,7a2,Hampered Aspiration,S01007370,Dunoon - 05,4b,Constrained renters,S02001386,Dunoon,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197990 +197990,S00094532,7a2,Hampered Aspiration,S01007297,Oban North - 01,3c,Highly qualified professionals,S02001372,Oban North,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197991 +197991,S00094756,6b4,Older Workers and Retirement,S01007360,Hunter's Quay - 02,2a,Ageing rural neighbourhoods,S02001385,Hunter's Quay,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197992 +197992,S00094762,6b4,Older Workers and Retirement,S01007400,Helensburgh East - 03,5c,Comfortable neighbourhoods,S02001391,Helensburgh East,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197993 +197993,S00094792,6b4,Older Workers and Retirement,S01007290,Oban South - 02,4b,Constrained renters,S02001371,Oban South,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197994 +197994,S00094013,7c3,Outer City Hardship,S01007359,Hunter's Quay - 01,5e,Primary sector workers,S02001385,Hunter's Quay,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197995 +197995,S00094167,7c3,Outer City Hardship,S01007337,Campbeltown - 05,5e,Primary sector workers,S02001380,Campbeltown,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197996 +197996,S00094168,7c3,Outer City Hardship,S01007337,Campbeltown - 05,5e,Primary sector workers,S02001380,Campbeltown,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197997 +197997,S00094173,7c3,Outer City Hardship,S01007334,Campbeltown - 02,4a,Challenged white communities,S02001380,Campbeltown,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197998 +197998,S00094175,7c3,Outer City Hardship,S01007334,Campbeltown - 02,4a,Challenged white communities,S02001380,Campbeltown,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,197999 +197999,S00094183,7c3,Outer City Hardship,S01007333,Campbeltown - 01,5a,Ageing urban communities,S02001380,Campbeltown,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,198000 +198000,S00105079,6a4,Ageing in Suburbia,S01008546,Fairmilehead - 06,8a,Affluent communities,S02001599,Fairmilehead,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198001 +198001,S00105080,6a4,Ageing in Suburbia,S01008508,Craiglockhart - 01,3c,Highly qualified professionals,S02001593,Craiglockhart,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198002 +198002,S00105396,6a4,Ageing in Suburbia,S01008873,Deans Village - 06,3c,Highly qualified professionals,S02001660,Deans Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198003 +198003,S00105418,6a4,Ageing in Suburbia,S01008972,Corstorphine - 03,8a,Affluent communities,S02001679,Corstorphine,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198004 +198004,S00105419,6a4,Ageing in Suburbia,S01008972,Corstorphine - 03,8a,Affluent communities,S02001679,Corstorphine,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198005 +198005,S00105421,6a4,Ageing in Suburbia,S01008972,Corstorphine - 03,8a,Affluent communities,S02001679,Corstorphine,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198006 +198006,S00094627,5b3,Self-Sufficient Retirement,S01007370,Dunoon - 05,4b,Constrained renters,S02001386,Dunoon,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,198007 +198007,S00103579,6a4,Ageing in Suburbia,S01008898,Blackhall - 07,8a,Affluent communities,S02001664,Blackhall,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198008 +198008,S00105742,6a4,Ageing in Suburbia,S01008512,Craiglockhart - 05,8a,Affluent communities,S02001593,Craiglockhart,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198009 +198009,S00094759,6b2,White Suburban Communities,S01007402,Helensburgh East - 05,8b,Ageing suburbanites,S02001391,Helensburgh East,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,198010 +198010,S00105422,6a4,Ageing in Suburbia,S01008971,Corstorphine - 02,8a,Affluent communities,S02001679,Corstorphine,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198011 +198011,S00105423,6a4,Ageing in Suburbia,S01008971,Corstorphine - 02,8a,Affluent communities,S02001679,Corstorphine,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198012 +198012,S00105424,6a4,Ageing in Suburbia,S01008971,Corstorphine - 02,8a,Affluent communities,S02001679,Corstorphine,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198013 +198013,S00105425,6a4,Ageing in Suburbia,S01008969,Corstorphine North - 03,3a,Achieving neighbourhoods,S02001678,Corstorphine North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198014 +198014,S00105429,6a4,Ageing in Suburbia,S01008881,Murrayfield and Ravelston - 01,3c,Highly qualified professionals,S02001662,Murrayfield and Ravelston,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198015 +198015,S00105432,6a4,Ageing in Suburbia,S01008881,Murrayfield and Ravelston - 01,3c,Highly qualified professionals,S02001662,Murrayfield and Ravelston,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198016 +198016,S00105433,6a4,Ageing in Suburbia,S01008883,Murrayfield and Ravelston - 03,8a,Affluent communities,S02001662,Murrayfield and Ravelston,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198017 +198017,S00105434,6a4,Ageing in Suburbia,S01008883,Murrayfield and Ravelston - 03,8a,Affluent communities,S02001662,Murrayfield and Ravelston,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198018 +198018,S00105438,6a4,Ageing in Suburbia,S01008883,Murrayfield and Ravelston - 03,8a,Affluent communities,S02001662,Murrayfield and Ravelston,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198019 +198019,S00105439,6a4,Ageing in Suburbia,S01008883,Murrayfield and Ravelston - 03,8a,Affluent communities,S02001662,Murrayfield and Ravelston,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198020 +198020,S00105470,6a4,Ageing in Suburbia,S01008977,Carrick Knowe - 01,8a,Affluent communities,S02001680,Carrick Knowe,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198021 +198021,S00105488,6a4,Ageing in Suburbia,S01008974,Corstorphine - 05,3c,Highly qualified professionals,S02001679,Corstorphine,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198022 +198022,S00105524,6a4,Ageing in Suburbia,S01008992,South Gyle - 06,3d,Households in terraces and flats,S02001682,South Gyle,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198023 +198023,S00105525,6a4,Ageing in Suburbia,S01008993,"Ratho, Ingliston and Gogar - 01",3a,Achieving neighbourhoods,S02001683,"Ratho, Ingliston and Gogar",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198024 +198024,S00105529,6a4,Ageing in Suburbia,S01008963,East Craigs South - 04,8a,Affluent communities,S02001677,East Craigs South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198025 +198025,S00105535,6a4,Ageing in Suburbia,S01008963,East Craigs South - 04,8a,Affluent communities,S02001677,East Craigs South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198026 +198026,S00105536,6a4,Ageing in Suburbia,S01008963,East Craigs South - 04,8a,Affluent communities,S02001677,East Craigs South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198027 +198027,S00105537,6a4,Ageing in Suburbia,S01008988,South Gyle - 02,3c,Highly qualified professionals,S02001682,South Gyle,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198028 +198028,S00105540,6a4,Ageing in Suburbia,S01008964,East Craigs South - 05,8a,Affluent communities,S02001677,East Craigs South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198029 +198029,S00105575,6a4,Ageing in Suburbia,S01008966,East Craigs South - 07,8a,Affluent communities,S02001677,East Craigs South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198030 +198030,S00105583,6a4,Ageing in Suburbia,S01008967,Corstorphine North - 01,8a,Affluent communities,S02001678,Corstorphine North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198031 +198031,S00105590,6a4,Ageing in Suburbia,S01008970,Corstorphine - 01,8a,Affluent communities,S02001679,Corstorphine,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198032 +198032,S00105593,6a4,Ageing in Suburbia,S01008967,Corstorphine North - 01,8a,Affluent communities,S02001678,Corstorphine North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198033 +198033,S00105594,6a4,Ageing in Suburbia,S01008970,Corstorphine - 01,8a,Affluent communities,S02001679,Corstorphine,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198034 +198034,S00105602,6a4,Ageing in Suburbia,S01008968,Corstorphine North - 02,8c,Comfortable suburbia,S02001678,Corstorphine North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198035 +198035,S00105606,6a4,Ageing in Suburbia,S01008969,Corstorphine North - 03,3a,Achieving neighbourhoods,S02001678,Corstorphine North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198036 +198036,S00105698,6a4,Ageing in Suburbia,S01008443,Bonaly and The Pentlands - 06,8a,Affluent communities,S02001580,Bonaly and The Pentlands,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198037 +198037,S00105700,6a4,Ageing in Suburbia,S01008443,Bonaly and The Pentlands - 06,8a,Affluent communities,S02001580,Bonaly and The Pentlands,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198038 +198038,S00105701,6a4,Ageing in Suburbia,S01008443,Bonaly and The Pentlands - 06,8a,Affluent communities,S02001580,Bonaly and The Pentlands,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198039 +198039,S00105704,6a4,Ageing in Suburbia,S01008447,Colinton and Kingsknowe - 04,8a,Affluent communities,S02001581,Colinton and Kingsknowe,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198040 +198040,S00105705,6a4,Ageing in Suburbia,S01008447,Colinton and Kingsknowe - 04,8a,Affluent communities,S02001581,Colinton and Kingsknowe,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198041 +198041,S00105715,6a4,Ageing in Suburbia,S01008446,Colinton and Kingsknowe - 03,8a,Affluent communities,S02001581,Colinton and Kingsknowe,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198042 +198042,S00105716,6a4,Ageing in Suburbia,S01008446,Colinton and Kingsknowe - 03,8a,Affluent communities,S02001581,Colinton and Kingsknowe,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198043 +198043,S00105718,6a4,Ageing in Suburbia,S01008446,Colinton and Kingsknowe - 03,8a,Affluent communities,S02001581,Colinton and Kingsknowe,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198044 +198044,S00105721,6a4,Ageing in Suburbia,S01008440,Bonaly and The Pentlands - 03,8a,Affluent communities,S02001580,Bonaly and The Pentlands,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198045 +198045,S00105722,6a4,Ageing in Suburbia,S01008440,Bonaly and The Pentlands - 03,8a,Affluent communities,S02001580,Bonaly and The Pentlands,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198046 +198046,S00105727,6a4,Ageing in Suburbia,S01008440,Bonaly and The Pentlands - 03,8a,Affluent communities,S02001580,Bonaly and The Pentlands,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198047 +198047,S00105732,6a4,Ageing in Suburbia,S01008439,Bonaly and The Pentlands - 02,8a,Affluent communities,S02001580,Bonaly and The Pentlands,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198048 +198048,S00105733,6a4,Ageing in Suburbia,S01008439,Bonaly and The Pentlands - 02,8a,Affluent communities,S02001580,Bonaly and The Pentlands,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198049 +198049,S00105734,6a4,Ageing in Suburbia,S01008513,Craiglockhart - 06,8a,Affluent communities,S02001593,Craiglockhart,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198050 +198050,S00105735,6a4,Ageing in Suburbia,S01008513,Craiglockhart - 06,8a,Affluent communities,S02001593,Craiglockhart,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198051 +198051,S00105737,6a4,Ageing in Suburbia,S01008512,Craiglockhart - 05,8a,Affluent communities,S02001593,Craiglockhart,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198052 +198052,S00105738,6a4,Ageing in Suburbia,S01008511,Craiglockhart - 04,8a,Affluent communities,S02001593,Craiglockhart,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198053 +198053,S00105740,6a4,Ageing in Suburbia,S01008511,Craiglockhart - 04,8a,Affluent communities,S02001593,Craiglockhart,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198054 +198054,S00106380,6a4,Ageing in Suburbia,S01008552,Mortonhall and Anwickhill - 03,3a,Achieving neighbourhoods,S02001601,Mortonhall and Anwickhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198055 +198055,S00104071,6a4,Ageing in Suburbia,S01008831,Trinity - 06,3c,Highly qualified professionals,S02001651,Trinity,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198056 +198056,S00106312,8c2,Ageing Rural Industry Workers,S01008582,The Inch - 02,4d,Hard-pressed flat dwellers,S02001608,The Inch,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198057 +198057,S00105743,6a4,Ageing in Suburbia,S01008512,Craiglockhart - 05,8a,Affluent communities,S02001593,Craiglockhart,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198058 +198058,S00106431,6a4,Ageing in Suburbia,S01008995,"Ratho, Ingliston and Gogar - 03",8c,Comfortable suburbia,S02001683,"Ratho, Ingliston and Gogar",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198059 +198059,S00104509,6a4,Ageing in Suburbia,S01008750,Craigentinny - 04,8a,Affluent communities,S02001636,Craigentinny,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198060 +198060,S00103580,6a4,Ageing in Suburbia,S01008898,Blackhall - 07,8a,Affluent communities,S02001664,Blackhall,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198061 +198061,S00106468,8c2,Ageing Rural Industry Workers,S01009002,"Dalmeny, Kirkliston and Newbridge - 06",2a,Ageing rural neighbourhoods,S02001684,"Dalmeny, Kirkliston and Newbridge",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198062 +198062,S00094638,5b3,Self-Sufficient Retirement,S01007401,Helensburgh East - 04,8c,Comfortable suburbia,S02001391,Helensburgh East,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,198063 +198063,S00094288,8d1,Young Hard-Pressed Families,S01007368,Dunoon - 03,4a,Challenged white communities,S02001386,Dunoon,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,198064 +198064,S00094655,5b3,Self-Sufficient Retirement,S01007382,Helensburgh West and Rhu - 02,8a,Affluent communities,S02001388,Helensburgh West and Rhu,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,198065 +198065,S00104512,6a4,Ageing in Suburbia,S01008748,Craigentinny - 02,8a,Affluent communities,S02001636,Craigentinny,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198066 +198066,S00103303,1a3,Agricultural Communities,S01008993,"Ratho, Ingliston and Gogar - 01",3a,Achieving neighbourhoods,S02001683,"Ratho, Ingliston and Gogar",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198067 +198067,S00105744,6a4,Ageing in Suburbia,S01008512,Craiglockhart - 05,8a,Affluent communities,S02001593,Craiglockhart,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198068 +198068,S00106471,6a4,Ageing in Suburbia,S01009006,Queensferry East - 04,5c,Comfortable neighbourhoods,S02001685,Queensferry East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198069 +198069,S00094660,5b3,Self-Sufficient Retirement,S01007380,Garelochhead - 08,5c,Comfortable neighbourhoods,S02001387,Garelochhead,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,198070 +198070,S00094292,8d1,Young Hard-Pressed Families,S01007368,Dunoon - 03,4a,Challenged white communities,S02001386,Dunoon,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,198071 +198071,S00103581,6a4,Ageing in Suburbia,S01008898,Blackhall - 07,8a,Affluent communities,S02001664,Blackhall,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198072 +198072,S00104513,6a4,Ageing in Suburbia,S01008748,Craigentinny - 02,8a,Affluent communities,S02001636,Craigentinny,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198073 +198073,S00103305,1a3,Agricultural Communities,S01008993,"Ratho, Ingliston and Gogar - 01",3a,Achieving neighbourhoods,S02001683,"Ratho, Ingliston and Gogar",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198074 +198074,S00104514,6a4,Ageing in Suburbia,S01008748,Craigentinny - 02,8a,Affluent communities,S02001636,Craigentinny,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198075 +198075,S00105747,6a4,Ageing in Suburbia,S01008511,Craiglockhart - 04,8a,Affluent communities,S02001593,Craiglockhart,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198076 +198076,S00094668,5b3,Self-Sufficient Retirement,S01007297,Oban North - 01,3c,Highly qualified professionals,S02001372,Oban North,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,198077 +198077,S00094320,8d1,Young Hard-Pressed Families,S01007364,Hunter's Quay - 06,4a,Challenged white communities,S02001385,Hunter's Quay,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,198078 +198078,S00103614,6a4,Ageing in Suburbia,S01008890,"Craigleith, Orchard Brae and Crewe Toll - 05",8a,Affluent communities,S02001663,"Craigleith, Orchard Brae and Crewe Toll",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198079 +198079,S00106864,1a3,Agricultural Communities,S01008418,Balerno and Bonnington Village - 02,2b,Prospering countryside life,S02001576,Balerno and Bonnington Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198080 +198080,S00106494,6a4,Ageing in Suburbia,S01009008,Queensferry East - 06,5c,Comfortable neighbourhoods,S02001685,Queensferry East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198081 +198081,S00104542,6a4,Ageing in Suburbia,S01008749,Craigentinny - 03,8a,Affluent communities,S02001636,Craigentinny,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198082 +198082,S00094749,5b3,Self-Sufficient Retirement,S01007354,Cowal South - 04,5c,Comfortable neighbourhoods,S02001383,Cowal South,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,198083 +198083,S00106512,6a4,Ageing in Suburbia,S01009008,Queensferry East - 06,5c,Comfortable neighbourhoods,S02001685,Queensferry East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198084 +198084,S00094440,8d1,Young Hard-Pressed Families,S01007389,Helensburgh North - 03,4b,Constrained renters,S02001389,Helensburgh North,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,198085 +198085,S00103624,6a4,Ageing in Suburbia,S01008890,"Craigleith, Orchard Brae and Crewe Toll - 05",8a,Affluent communities,S02001663,"Craigleith, Orchard Brae and Crewe Toll",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198086 +198086,S00106865,1a3,Agricultural Communities,S01008417,Balerno and Bonnington Village - 01,2b,Prospering countryside life,S02001576,Balerno and Bonnington Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198087 +198087,S00104545,6a4,Ageing in Suburbia,S01008749,Craigentinny - 03,8a,Affluent communities,S02001636,Craigentinny,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198088 +198088,S00105748,6a4,Ageing in Suburbia,S01008511,Craiglockhart - 04,8a,Affluent communities,S02001593,Craiglockhart,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198089 +198089,S00106567,6a4,Ageing in Suburbia,S01008535,Comiston and Swanston - 03,8a,Affluent communities,S02001598,Comiston and Swanston,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198090 +198090,S00094764,5b3,Self-Sufficient Retirement,S01007393,Helensburgh North - 07,5a,Ageing urban communities,S02001389,Helensburgh North,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,198091 +198091,S00094506,8d1,Young Hard-Pressed Families,S01007380,Garelochhead - 08,5c,Comfortable neighbourhoods,S02001387,Garelochhead,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,198092 +198092,S00103637,6a4,Ageing in Suburbia,S01008887,"Craigleith, Orchard Brae and Crewe Toll - 02",3c,Highly qualified professionals,S02001663,"Craigleith, Orchard Brae and Crewe Toll",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198093 +198093,S00106869,1a3,Agricultural Communities,S01008997,"Dalmeny, Kirkliston and Newbridge - 01",2d,Rural traits,S02001684,"Dalmeny, Kirkliston and Newbridge",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198094 +198094,S00104547,6a4,Ageing in Suburbia,S01008749,Craigentinny - 03,8a,Affluent communities,S02001636,Craigentinny,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198095 +198095,S00105760,6a4,Ageing in Suburbia,S01008510,Craiglockhart - 03,3a,Achieving neighbourhoods,S02001593,Craiglockhart,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198096 +198096,S00106569,6a4,Ageing in Suburbia,S01008545,Fairmilehead - 05,8a,Affluent communities,S02001599,Fairmilehead,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198097 +198097,S00106083,4c1,Achieving Minorities,S01008719,"Jewel, Brunstane and Newcraighall - 03",3d,Households in terraces and flats,S02001630,"Jewel, Brunstane and Newcraighall",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198098 +198098,S00094765,5b3,Self-Sufficient Retirement,S01007385,Helensburgh West and Rhu - 05,5c,Comfortable neighbourhoods,S02001388,Helensburgh West and Rhu,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,198099 +198099,S00105763,6a4,Ageing in Suburbia,S01008510,Craiglockhart - 03,3a,Achieving neighbourhoods,S02001593,Craiglockhart,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198100 +198100,S00103650,6a4,Ageing in Suburbia,S01008894,Blackhall - 03,8a,Affluent communities,S02001664,Blackhall,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198101 +198101,S00104556,6a4,Ageing in Suburbia,S01008700,Willowbrae and Duddingston Village - 07,3c,Highly qualified professionals,S02001626,Willowbrae and Duddingston Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198102 +198102,S00106606,6a4,Ageing in Suburbia,S01008447,Colinton and Kingsknowe - 04,8a,Affluent communities,S02001581,Colinton and Kingsknowe,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198103 +198103,S00107584,1a3,Agricultural Communities,S01009002,"Dalmeny, Kirkliston and Newbridge - 06",2a,Ageing rural neighbourhoods,S02001684,"Dalmeny, Kirkliston and Newbridge",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198104 +198104,S00094772,5b3,Self-Sufficient Retirement,S01007319,Greater Lochgilphead - 05,5e,Primary sector workers,S02001376,Greater Lochgilphead,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,198105 +198105,S00106326,4c1,Achieving Minorities,S01008572,Moredun and Craigour - 04,3c,Highly qualified professionals,S02001605,Moredun and Craigour,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198106 +198106,S00094144,6b3,Semi-Detached Ageing,S01007358,Cowal North - 04,2a,Ageing rural neighbourhoods,S02001384,Cowal North,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,198107 +198107,S00094298,6b3,Semi-Detached Ageing,S01007361,Hunter's Quay - 03,5a,Ageing urban communities,S02001385,Hunter's Quay,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,198108 +198108,S00106334,4c1,Achieving Minorities,S01008568,Fernieside and Moredun South - 05,3d,Households in terraces and flats,S02001604,Fernieside and Moredun South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198109 +198109,S00105840,6a4,Ageing in Suburbia,S01008448,Colinton and Kingsknowe - 05,8a,Affluent communities,S02001581,Colinton and Kingsknowe,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198110 +198110,S00106352,4c1,Achieving Minorities,S01008567,Fernieside and Moredun South - 04,4c,Hampered neighbourhoods,S02001604,Fernieside and Moredun South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198111 +198111,S00094366,6b3,Semi-Detached Ageing,S01007403,Helensburgh East - 06,8c,Comfortable suburbia,S02001391,Helensburgh East,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,198112 +198112,S00106646,4b1,Asian Terraces and Flats,S01008704,Craigmillar - 04,7a,Urban cultural mix,S02001627,Craigmillar,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198113 +198113,S00106607,6a4,Ageing in Suburbia,S01008439,Bonaly and The Pentlands - 02,8a,Affluent communities,S02001580,Bonaly and The Pentlands,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198114 +198114,S00103651,6a4,Ageing in Suburbia,S01008895,Blackhall - 04,8a,Affluent communities,S02001664,Blackhall,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198115 +198115,S00094369,6b3,Semi-Detached Ageing,S01007401,Helensburgh East - 04,8c,Comfortable suburbia,S02001391,Helensburgh East,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,198116 +198116,S00105846,6a4,Ageing in Suburbia,S01008448,Colinton and Kingsknowe - 05,8a,Affluent communities,S02001581,Colinton and Kingsknowe,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198117 +198117,S00106401,4c1,Achieving Minorities,S01008560,Hyvots and Gilmerton - 02,4c,Hampered neighbourhoods,S02001603,Hyvots and Gilmerton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198118 +198118,S00103584,7c1,Challenged Transitionaries,S01008899,Drylaw - 01,4d,Hard-pressed flat dwellers,S02001665,Drylaw,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198119 +198119,S00104572,6a4,Ageing in Suburbia,S01008697,Willowbrae and Duddingston Village - 04,3c,Highly qualified professionals,S02001626,Willowbrae and Duddingston Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198120 +198120,S00106621,6a4,Ageing in Suburbia,S01008424,Balerno and Bonnington Village - 08,8a,Affluent communities,S02001576,Balerno and Bonnington Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198121 +198121,S00094448,6b3,Semi-Detached Ageing,S01007388,Helensburgh North - 02,8b,Ageing suburbanites,S02001389,Helensburgh North,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,198122 +198122,S00104801,6a4,Ageing in Suburbia,S01008610,The Grange - 07,1a,Cosmopolitan student neighbourhoods,S02001612,The Grange,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198123 +198123,S00107545,4c1,Achieving Minorities,S01008547,Gilmerton South and the Murrays - 01,3b,Asian traits,S02001600,Gilmerton South and the Murrays,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198124 +198124,S00105848,6a4,Ageing in Suburbia,S01008448,Colinton and Kingsknowe - 05,8a,Affluent communities,S02001581,Colinton and Kingsknowe,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198125 +198125,S00106625,6a4,Ageing in Suburbia,S01008418,Balerno and Bonnington Village - 02,2b,Prospering countryside life,S02001576,Balerno and Bonnington Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198126 +198126,S00103585,7c1,Challenged Transitionaries,S01008899,Drylaw - 01,4d,Hard-pressed flat dwellers,S02001665,Drylaw,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198127 +198127,S00103652,6a4,Ageing in Suburbia,S01008895,Blackhall - 04,8a,Affluent communities,S02001664,Blackhall,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198128 +198128,S00094530,6b3,Semi-Detached Ageing,S01007292,Oban South - 04,5c,Comfortable neighbourhoods,S02001371,Oban South,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,198129 +198129,S00104802,6a4,Ageing in Suburbia,S01008610,The Grange - 07,1a,Cosmopolitan student neighbourhoods,S02001612,The Grange,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198130 +198130,S00103406,7d1,Ageing Communities and Families,S01008833,"Inverleith, Goldenacre and Warriston - 02",3c,Highly qualified professionals,S02001652,"Inverleith, Goldenacre and Warriston",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198131 +198131,S00105849,6a4,Ageing in Suburbia,S01008447,Colinton and Kingsknowe - 04,8a,Affluent communities,S02001581,Colinton and Kingsknowe,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198132 +198132,S00094623,6b3,Semi-Detached Ageing,S01007354,Cowal South - 04,5c,Comfortable neighbourhoods,S02001383,Cowal South,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,198133 +198133,S00103653,6a4,Ageing in Suburbia,S01008895,Blackhall - 04,8a,Affluent communities,S02001664,Blackhall,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198134 +198134,S00103602,7d1,Ageing Communities and Families,S01008903,Drylaw - 05,4d,Hard-pressed flat dwellers,S02001665,Drylaw,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198135 +198135,S00104812,6a4,Ageing in Suburbia,S01008607,The Grange - 04,3c,Highly qualified professionals,S02001612,The Grange,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198136 +198136,S00106626,6a4,Ageing in Suburbia,S01008422,Balerno and Bonnington Village - 06,8a,Affluent communities,S02001576,Balerno and Bonnington Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198137 +198137,S00103591,7c1,Challenged Transitionaries,S01008900,Drylaw - 02,4d,Hard-pressed flat dwellers,S02001665,Drylaw,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198138 +198138,S00103596,7c1,Challenged Transitionaries,S01008901,Drylaw - 03,4d,Hard-pressed flat dwellers,S02001665,Drylaw,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198139 +198139,S00104813,6a4,Ageing in Suburbia,S01008607,The Grange - 04,3c,Highly qualified professionals,S02001612,The Grange,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198140 +198140,S00103598,7c1,Challenged Transitionaries,S01008901,Drylaw - 03,4d,Hard-pressed flat dwellers,S02001665,Drylaw,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198141 +198141,S00094666,6b3,Semi-Detached Ageing,S01007292,Oban South - 04,5c,Comfortable neighbourhoods,S02001371,Oban South,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,198142 +198142,S00106663,6a4,Ageing in Suburbia,S01008572,Moredun and Craigour - 04,3c,Highly qualified professionals,S02001605,Moredun and Craigour,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198143 +198143,S00103949,7d1,Ageing Communities and Families,S01008916,Granton South and Wardieburn - 01,4d,Hard-pressed flat dwellers,S02001668,Granton South and Wardieburn,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198144 +198144,S00103654,6a4,Ageing in Suburbia,S01008895,Blackhall - 04,8a,Affluent communities,S02001664,Blackhall,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198145 +198145,S00104832,6a4,Ageing in Suburbia,S01008587,"Blackford, West Mains and Mayfield Road - 01",3c,Highly qualified professionals,S02001609,"Blackford, West Mains and Mayfield Road",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198146 +198146,S00105870,6a4,Ageing in Suburbia,S01008433,Baberton and Juniper Green - 01,8c,Comfortable suburbia,S02001579,Baberton and Juniper Green,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198147 +198147,S00103599,7c1,Challenged Transitionaries,S01008903,Drylaw - 05,4d,Hard-pressed flat dwellers,S02001665,Drylaw,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198148 +198148,S00094752,6b3,Semi-Detached Ageing,S01007362,Hunter's Quay - 04,5a,Ageing urban communities,S02001385,Hunter's Quay,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,198149 +198149,S00106669,6a4,Ageing in Suburbia,S01008552,Mortonhall and Anwickhill - 03,3a,Achieving neighbourhoods,S02001601,Mortonhall and Anwickhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198150 +198150,S00104082,7d1,Ageing Communities and Families,S01008825,Trinity East and The Dudleys - 05,3c,Highly qualified professionals,S02001650,Trinity East and The Dudleys,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198151 +198151,S00103655,6a4,Ageing in Suburbia,S01008894,Blackhall - 03,8a,Affluent communities,S02001664,Blackhall,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198152 +198152,S00104493,7d1,Ageing Communities and Families,S01008755,Restalrig (Loganlea) and Craigentinny West - 05,1a,Cosmopolitan student neighbourhoods,S02001637,Restalrig (Loganlea) and Craigentinny West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198153 +198153,S00105871,6a4,Ageing in Suburbia,S01008434,Baberton and Juniper Green - 02,8c,Comfortable suburbia,S02001579,Baberton and Juniper Green,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198154 +198154,S00104928,6a4,Ageing in Suburbia,S01008514,Morningside and Craighouse - 01,3c,Highly qualified professionals,S02001594,Morningside and Craighouse,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198155 +198155,S00094760,6b3,Semi-Detached Ageing,S01007402,Helensburgh East - 05,8b,Ageing suburbanites,S02001391,Helensburgh East,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,198156 +198156,S00103656,6a4,Ageing in Suburbia,S01008894,Blackhall - 03,8a,Affluent communities,S02001664,Blackhall,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198157 +198157,S00106706,6a4,Ageing in Suburbia,S01008946,"Barnton, Cammo and Cramond South - 03",8a,Affluent communities,S02001674,"Barnton, Cammo and Cramond South",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198158 +198158,S00103605,7c1,Challenged Transitionaries,S01008903,Drylaw - 05,4d,Hard-pressed flat dwellers,S02001665,Drylaw,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198159 +198159,S00104496,7d1,Ageing Communities and Families,S01008751,Restalrig (Loganlea) and Craigentinny West - 01,4d,Hard-pressed flat dwellers,S02001637,Restalrig (Loganlea) and Craigentinny West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198160 +198160,S00105879,6a4,Ageing in Suburbia,S01008434,Baberton and Juniper Green - 02,8c,Comfortable suburbia,S02001579,Baberton and Juniper Green,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198161 +198161,S00094773,6b3,Semi-Detached Ageing,S01007317,Greater Lochgilphead - 03,2d,Rural traits,S02001376,Greater Lochgilphead,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,198162 +198162,S00103657,6a4,Ageing in Suburbia,S01008893,Blackhall - 02,8a,Affluent communities,S02001664,Blackhall,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198163 +198163,S00103607,7c1,Challenged Transitionaries,S01008903,Drylaw - 05,4d,Hard-pressed flat dwellers,S02001665,Drylaw,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198164 +198164,S00106707,6a4,Ageing in Suburbia,S01008946,"Barnton, Cammo and Cramond South - 03",8a,Affluent communities,S02001674,"Barnton, Cammo and Cramond South",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198165 +198165,S00105924,6a4,Ageing in Suburbia,S01008429,Currie East - 01,8b,Ageing suburbanites,S02001578,Currie East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198166 +198166,S00104937,6a4,Ageing in Suburbia,S01008522,Greenbank and The Braids - 04,8a,Affluent communities,S02001595,Greenbank and The Braids,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198167 +198167,S00104806,7d1,Ageing Communities and Families,S01008624,Morningside - 01,3c,Highly qualified professionals,S02001615,Morningside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198168 +198168,S00094786,6b3,Semi-Detached Ageing,S01007292,Oban South - 04,5c,Comfortable neighbourhoods,S02001371,Oban South,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,198169 +198169,S00103659,6a4,Ageing in Suburbia,S01008893,Blackhall - 02,8a,Affluent communities,S02001664,Blackhall,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198170 +198170,S00103617,7c1,Challenged Transitionaries,S01008902,Drylaw - 04,4d,Hard-pressed flat dwellers,S02001665,Drylaw,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198171 +198171,S00106714,6a4,Ageing in Suburbia,S01008946,"Barnton, Cammo and Cramond South - 03",8a,Affluent communities,S02001674,"Barnton, Cammo and Cramond South",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198172 +198172,S00105933,6a4,Ageing in Suburbia,S01008429,Currie East - 01,8b,Ageing suburbanites,S02001578,Currie East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198173 +198173,S00104939,6a4,Ageing in Suburbia,S01008521,Greenbank and The Braids - 03,8a,Affluent communities,S02001595,Greenbank and The Braids,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198174 +198174,S00104811,7d1,Ageing Communities and Families,S01008589,"Blackford, West Mains and Mayfield Road - 03",3c,Highly qualified professionals,S02001609,"Blackford, West Mains and Mayfield Road",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198175 +198175,S00094642,4a2,Social Renting New Arrivals,S01007389,Helensburgh North - 03,4b,Constrained renters,S02001389,Helensburgh North,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,198176 +198176,S00094064,7a1,Transitional Eastern European Neighbourhoods,S01007311,Mid Argyll - 01,2a,Ageing rural neighbourhoods,S02001375,Mid Argyll,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,198177 +198177,S00094205,7a1,Transitional Eastern European Neighbourhoods,S01007348,Rothesay Town - 05,4a,Challenged white communities,S02001382,Rothesay Town,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,198178 +198178,S00094216,7a1,Transitional Eastern European Neighbourhoods,S01007350,Rothesay Town - 07,4d,Hard-pressed flat dwellers,S02001382,Rothesay Town,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,198179 +198179,S00094284,7a1,Transitional Eastern European Neighbourhoods,S01007367,Dunoon - 02,5e,Primary sector workers,S02001386,Dunoon,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,198180 +198180,S00094302,7a1,Transitional Eastern European Neighbourhoods,S01007367,Dunoon - 02,5e,Primary sector workers,S02001386,Dunoon,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,198181 +198181,S00094316,7a1,Transitional Eastern European Neighbourhoods,S01007364,Hunter's Quay - 06,4a,Challenged white communities,S02001385,Hunter's Quay,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,198182 +198182,S00094520,7a1,Transitional Eastern European Neighbourhoods,S01007291,Oban South - 03,5e,Primary sector workers,S02001371,Oban South,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,198183 +198183,S00094544,7a1,Transitional Eastern European Neighbourhoods,S01007300,Oban North - 04,4b,Constrained renters,S02001372,Oban North,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,198184 +198184,S00094545,7a1,Transitional Eastern European Neighbourhoods,S01007299,Oban North - 03,4b,Constrained renters,S02001372,Oban North,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,198185 +198185,S00094558,7a1,Transitional Eastern European Neighbourhoods,S01007286,"Mull, Iona, Coll and Tiree - 03",2d,Rural traits,S02001370,"Mull, Iona, Coll and Tiree",S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,198186 +198186,S00094626,7a1,Transitional Eastern European Neighbourhoods,S01007371,Dunoon - 06,5e,Primary sector workers,S02001386,Dunoon,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,198187 +198187,S00094680,7a1,Transitional Eastern European Neighbourhoods,S01007293,Oban South - 05,4d,Hard-pressed flat dwellers,S02001371,Oban South,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,198188 +198188,S00094682,7a1,Transitional Eastern European Neighbourhoods,S01007298,Oban North - 02,5e,Primary sector workers,S02001372,Oban North,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,198189 +198189,S00094768,7a1,Transitional Eastern European Neighbourhoods,S01007383,Helensburgh West and Rhu - 03,5c,Comfortable neighbourhoods,S02001388,Helensburgh West and Rhu,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,198190 +198190,S00094793,7a1,Transitional Eastern European Neighbourhoods,S01007291,Oban South - 03,5e,Primary sector workers,S02001371,Oban South,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,198191 +198191,S00094796,7a1,Transitional Eastern European Neighbourhoods,S01007299,Oban North - 03,4b,Constrained renters,S02001372,Oban North,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,198192 +198192,S00094797,7a1,Transitional Eastern European Neighbourhoods,S01007299,Oban North - 03,4b,Constrained renters,S02001372,Oban North,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,198193 +198193,S00094363,5a1,White Professionals,S01007403,Helensburgh East - 06,8c,Comfortable suburbia,S02001391,Helensburgh East,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,198194 +198194,S00094435,5a1,White Professionals,S01007384,Helensburgh West and Rhu - 04,5c,Comfortable neighbourhoods,S02001388,Helensburgh West and Rhu,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,198195 +198195,S00094437,5a1,White Professionals,S01007389,Helensburgh North - 03,4b,Constrained renters,S02001389,Helensburgh North,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,198196 +198196,S00094495,5a1,White Professionals,S01007317,Greater Lochgilphead - 03,2d,Rural traits,S02001376,Greater Lochgilphead,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,198197 +198197,S00094576,5a1,White Professionals,S01007310,Loch Awe - 03,2c,Remoter communities,S02001374,Loch Awe,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,198198 +198198,S00094644,5a1,White Professionals,S01007390,Helensburgh North - 04,4a,Challenged white communities,S02001389,Helensburgh North,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,198199 +198199,S00094014,6b2,White Suburban Communities,S01007359,Hunter's Quay - 01,5e,Primary sector workers,S02001385,Hunter's Quay,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,198200 +198200,S00094150,6b2,White Suburban Communities,S01007377,Garelochhead - 05,2b,Prospering countryside life,S02001387,Garelochhead,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,198201 +198201,S00094359,6b2,White Suburban Communities,S01007402,Helensburgh East - 05,8b,Ageing suburbanites,S02001391,Helensburgh East,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,198202 +198202,S00094365,6b2,White Suburban Communities,S01007403,Helensburgh East - 06,8c,Comfortable suburbia,S02001391,Helensburgh East,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,198203 +198203,S00094684,6b2,White Suburban Communities,S01007359,Hunter's Quay - 01,5e,Primary sector workers,S02001385,Hunter's Quay,S12000035,Argyll and Bute,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,198204 +198204,S00103618,7c1,Challenged Transitionaries,S01008902,Drylaw - 04,4d,Hard-pressed flat dwellers,S02001665,Drylaw,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198205 +198205,S00105946,6a4,Ageing in Suburbia,S01008431,Currie East - 03,8a,Affluent communities,S02001578,Currie East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198206 +198206,S00104814,7d1,Ageing Communities and Families,S01008607,The Grange - 04,3c,Highly qualified professionals,S02001612,The Grange,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198207 +198207,S00104940,6a4,Ageing in Suburbia,S01008521,Greenbank and The Braids - 03,8a,Affluent communities,S02001595,Greenbank and The Braids,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198208 +198208,S00103661,6a4,Ageing in Suburbia,S01008884,Murrayfield and Ravelston - 04,8a,Affluent communities,S02001662,Murrayfield and Ravelston,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198209 +198209,S00105947,6a4,Ageing in Suburbia,S01008432,Currie East - 04,8a,Affluent communities,S02001578,Currie East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198210 +198210,S00103713,7c1,Challenged Transitionaries,S01008929,Muirhouse - 01,4d,Hard-pressed flat dwellers,S02001671,Muirhouse,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198211 +198211,S00105292,7d1,Ageing Communities and Families,S01008486,Slateford and Chesser - 01,4d,Hard-pressed flat dwellers,S02001589,Slateford and Chesser,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198212 +198212,S00106822,6a4,Ageing in Suburbia,S01008966,East Craigs South - 07,8a,Affluent communities,S02001677,East Craigs South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198213 +198213,S00105379,7d1,Ageing Communities and Families,S01008878,Balgreen and Roseburn - 04,3c,Highly qualified professionals,S02001661,Balgreen and Roseburn,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198214 +198214,S00105380,7d1,Ageing Communities and Families,S01008878,Balgreen and Roseburn - 04,3c,Highly qualified professionals,S02001661,Balgreen and Roseburn,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198215 +198215,S00105389,7d1,Ageing Communities and Families,S01008875,Balgreen and Roseburn - 01,1a,Cosmopolitan student neighbourhoods,S02001661,Balgreen and Roseburn,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198216 +198216,S00105504,7d1,Ageing Communities and Families,S01008975,Corstorphine - 06,4d,Hard-pressed flat dwellers,S02001679,Corstorphine,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198217 +198217,S00105574,7d1,Ageing Communities and Families,S01008958,East Craigs North - 04,4d,Hard-pressed flat dwellers,S02001676,East Craigs North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198218 +198218,S00105686,7d1,Ageing Communities and Families,S01008526,Colinton Mains and Firrhill - 03,4d,Hard-pressed flat dwellers,S02001596,Colinton Mains and Firrhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198219 +198219,S00105712,7d1,Ageing Communities and Families,S01008445,Colinton and Kingsknowe - 02,3c,Highly qualified professionals,S02001581,Colinton and Kingsknowe,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198220 +198220,S00105774,7d1,Ageing Communities and Families,S01008486,Slateford and Chesser - 01,4d,Hard-pressed flat dwellers,S02001589,Slateford and Chesser,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198221 +198221,S00105858,7d1,Ageing Communities and Families,S01008482,Longstone and Saughton - 02,4d,Hard-pressed flat dwellers,S02001588,Longstone and Saughton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198222 +198222,S00105908,7d1,Ageing Communities and Families,S01008428,Currie West - 04,5c,Comfortable neighbourhoods,S02001577,Currie West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198223 +198223,S00105985,7d1,Ageing Communities and Families,S01008421,Balerno and Bonnington Village - 05,5c,Comfortable neighbourhoods,S02001576,Balerno and Bonnington Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198224 +198224,S00106064,7d1,Ageing Communities and Families,S01008724,Joppa - 03,5a,Ageing urban communities,S02001631,Joppa,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198225 +198225,S00106138,7d1,Ageing Communities and Families,S01008716,"Bingham, Magdalene and The Christians - 05",4d,Hard-pressed flat dwellers,S02001629,"Bingham, Magdalene and The Christians",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198226 +198226,S00106371,7d1,Ageing Communities and Families,S01008564,Fernieside and Moredun South - 01,4d,Hard-pressed flat dwellers,S02001604,Fernieside and Moredun South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198227 +198227,S00106513,7d1,Ageing Communities and Families,S01009008,Queensferry East - 06,5c,Comfortable neighbourhoods,S02001685,Queensferry East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198228 +198228,S00106571,7d1,Ageing Communities and Families,S01008506,Shandon - 05,1a,Cosmopolitan student neighbourhoods,S02001592,Shandon,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198229 +198229,S00106710,7d1,Ageing Communities and Families,S01008951,Clermiston and Drumbrae - 04,4d,Hard-pressed flat dwellers,S02001675,Clermiston and Drumbrae,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198230 +198230,S00106778,7d1,Ageing Communities and Families,S01008759,Restalrig and Lochend - 04,4d,Hard-pressed flat dwellers,S02001638,Restalrig and Lochend,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198231 +198231,S00106995,7d1,Ageing Communities and Families,S01008824,Trinity East and The Dudleys - 04,3c,Highly qualified professionals,S02001650,Trinity East and The Dudleys,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198232 +198232,S00106999,7d1,Ageing Communities and Families,S01008820,Bonnington - 04,1a,Cosmopolitan student neighbourhoods,S02001649,Bonnington,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198233 +198233,S00107207,7d1,Ageing Communities and Families,S01008686,Abbeyhill - 01,1a,Cosmopolitan student neighbourhoods,S02001624,Abbeyhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198234 +198234,S00107273,7d1,Ageing Communities and Families,S01008514,Morningside and Craighouse - 01,3c,Highly qualified professionals,S02001594,Morningside and Craighouse,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198235 +198235,S00107429,7d1,Ageing Communities and Families,S01008509,Craiglockhart - 02,3c,Highly qualified professionals,S02001593,Craiglockhart,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198236 +198236,S00107455,7d1,Ageing Communities and Families,S01008419,Balerno and Bonnington Village - 03,8a,Affluent communities,S02001576,Balerno and Bonnington Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198237 +198237,S00107548,7d1,Ageing Communities and Families,S01008549,Gilmerton South and the Murrays - 03,3a,Achieving neighbourhoods,S02001600,Gilmerton South and the Murrays,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198238 +198238,S00103310,6a4,Ageing in Suburbia,S01008995,"Ratho, Ingliston and Gogar - 03",8c,Comfortable suburbia,S02001683,"Ratho, Ingliston and Gogar",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198239 +198239,S00103574,6a4,Ageing in Suburbia,S01008898,Blackhall - 07,8a,Affluent communities,S02001664,Blackhall,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198240 +198240,S00103578,6a4,Ageing in Suburbia,S01008893,Blackhall - 02,8a,Affluent communities,S02001664,Blackhall,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198241 +198241,S00103746,7c1,Challenged Transitionaries,S01008904,West Pilton - 01,1a,Cosmopolitan student neighbourhoods,S02001666,West Pilton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198242 +198242,S00103798,7c1,Challenged Transitionaries,S01008928,Granton West and Salvesen - 05,4b,Constrained renters,S02001670,Granton West and Salvesen,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198243 +198243,S00104941,6a4,Ageing in Suburbia,S01008521,Greenbank and The Braids - 03,8a,Affluent communities,S02001595,Greenbank and The Braids,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198244 +198244,S00103840,7c1,Challenged Transitionaries,S01008953,Clermiston and Drumbrae - 06,4d,Hard-pressed flat dwellers,S02001675,Clermiston and Drumbrae,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198245 +198245,S00103665,6a4,Ageing in Suburbia,S01008884,Murrayfield and Ravelston - 04,8a,Affluent communities,S02001662,Murrayfield and Ravelston,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198246 +198246,S00103843,7c1,Challenged Transitionaries,S01008952,Clermiston and Drumbrae - 05,4d,Hard-pressed flat dwellers,S02001675,Clermiston and Drumbrae,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198247 +198247,S00103853,7c1,Challenged Transitionaries,S01008953,Clermiston and Drumbrae - 06,4d,Hard-pressed flat dwellers,S02001675,Clermiston and Drumbrae,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198248 +198248,S00103855,7c1,Challenged Transitionaries,S01008953,Clermiston and Drumbrae - 06,4d,Hard-pressed flat dwellers,S02001675,Clermiston and Drumbrae,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198249 +198249,S00105962,6a4,Ageing in Suburbia,S01008436,Baberton and Juniper Green - 04,8a,Affluent communities,S02001579,Baberton and Juniper Green,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198250 +198250,S00103857,7c1,Challenged Transitionaries,S01008954,Clermiston and Drumbrae - 07,4d,Hard-pressed flat dwellers,S02001675,Clermiston and Drumbrae,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198251 +198251,S00103858,7c1,Challenged Transitionaries,S01008953,Clermiston and Drumbrae - 06,4d,Hard-pressed flat dwellers,S02001675,Clermiston and Drumbrae,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198252 +198252,S00103860,7c1,Challenged Transitionaries,S01008954,Clermiston and Drumbrae - 07,4d,Hard-pressed flat dwellers,S02001675,Clermiston and Drumbrae,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198253 +198253,S00103867,7c1,Challenged Transitionaries,S01008954,Clermiston and Drumbrae - 07,4d,Hard-pressed flat dwellers,S02001675,Clermiston and Drumbrae,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198254 +198254,S00103871,7c1,Challenged Transitionaries,S01008951,Clermiston and Drumbrae - 04,4d,Hard-pressed flat dwellers,S02001675,Clermiston and Drumbrae,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198255 +198255,S00103873,7c1,Challenged Transitionaries,S01008951,Clermiston and Drumbrae - 04,4d,Hard-pressed flat dwellers,S02001675,Clermiston and Drumbrae,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198256 +198256,S00103878,7c1,Challenged Transitionaries,S01008950,Clermiston and Drumbrae - 03,4c,Hampered neighbourhoods,S02001675,Clermiston and Drumbrae,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198257 +198257,S00103880,7c1,Challenged Transitionaries,S01008950,Clermiston and Drumbrae - 03,4c,Hampered neighbourhoods,S02001675,Clermiston and Drumbrae,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198258 +198258,S00103945,7c1,Challenged Transitionaries,S01008916,Granton South and Wardieburn - 01,4d,Hard-pressed flat dwellers,S02001668,Granton South and Wardieburn,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198259 +198259,S00103983,7c1,Challenged Transitionaries,S01008909,Boswall and Pilton - 01,4d,Hard-pressed flat dwellers,S02001667,Boswall and Pilton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198260 +198260,S00103990,7c1,Challenged Transitionaries,S01008908,West Pilton - 05,7a,Urban cultural mix,S02001666,West Pilton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198261 +198261,S00103991,7c1,Challenged Transitionaries,S01008908,West Pilton - 05,7a,Urban cultural mix,S02001666,West Pilton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198262 +198262,S00103992,7c1,Challenged Transitionaries,S01008909,Boswall and Pilton - 01,4d,Hard-pressed flat dwellers,S02001667,Boswall and Pilton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198263 +198263,S00104007,7c1,Challenged Transitionaries,S01008910,Boswall and Pilton - 02,3d,Households in terraces and flats,S02001667,Boswall and Pilton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198264 +198264,S00104010,7c1,Challenged Transitionaries,S01008913,Boswall and Pilton - 05,3d,Households in terraces and flats,S02001667,Boswall and Pilton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198265 +198265,S00104014,7c1,Challenged Transitionaries,S01008914,Boswall and Pilton - 06,5c,Comfortable neighbourhoods,S02001667,Boswall and Pilton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198266 +198266,S00104015,7c1,Challenged Transitionaries,S01008914,Boswall and Pilton - 06,5c,Comfortable neighbourhoods,S02001667,Boswall and Pilton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198267 +198267,S00104016,7c1,Challenged Transitionaries,S01008914,Boswall and Pilton - 06,5c,Comfortable neighbourhoods,S02001667,Boswall and Pilton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198268 +198268,S00104021,7c1,Challenged Transitionaries,S01008914,Boswall and Pilton - 06,5c,Comfortable neighbourhoods,S02001667,Boswall and Pilton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198269 +198269,S00104022,7c1,Challenged Transitionaries,S01008912,Boswall and Pilton - 04,3a,Achieving neighbourhoods,S02001667,Boswall and Pilton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198270 +198270,S00104023,7c1,Challenged Transitionaries,S01008914,Boswall and Pilton - 06,5c,Comfortable neighbourhoods,S02001667,Boswall and Pilton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198271 +198271,S00104066,7c1,Challenged Transitionaries,S01008831,Trinity - 06,3c,Highly qualified professionals,S02001651,Trinity,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198272 +198272,S00104204,7c1,Challenged Transitionaries,S01008777,North Leith and Newhaven - 06,1a,Cosmopolitan student neighbourhoods,S02001641,North Leith and Newhaven,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198273 +198273,S00104230,7c1,Challenged Transitionaries,S01008765,Leith (Hermitage and Prospect Bank) - 04,3c,Highly qualified professionals,S02001639,Leith (Hermitage and Prospect Bank),S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198274 +198274,S00106823,6a4,Ageing in Suburbia,S01008966,East Craigs South - 07,8a,Affluent communities,S02001677,East Craigs South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198275 +198275,S00103666,6a4,Ageing in Suburbia,S01008884,Murrayfield and Ravelston - 04,8a,Affluent communities,S02001662,Murrayfield and Ravelston,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198276 +198276,S00106862,6a4,Ageing in Suburbia,S01008419,Balerno and Bonnington Village - 03,8a,Affluent communities,S02001576,Balerno and Bonnington Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198277 +198277,S00104943,6a4,Ageing in Suburbia,S01008519,Greenbank and The Braids - 01,3c,Highly qualified professionals,S02001595,Greenbank and The Braids,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198278 +198278,S00105965,6a4,Ageing in Suburbia,S01008418,Balerno and Bonnington Village - 02,2b,Prospering countryside life,S02001576,Balerno and Bonnington Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198279 +198279,S00103669,6a4,Ageing in Suburbia,S01008884,Murrayfield and Ravelston - 04,8a,Affluent communities,S02001662,Murrayfield and Ravelston,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198280 +198280,S00106943,6a4,Ageing in Suburbia,S01008892,Blackhall - 01,3c,Highly qualified professionals,S02001664,Blackhall,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198281 +198281,S00104948,6a4,Ageing in Suburbia,S01008514,Morningside and Craighouse - 01,3c,Highly qualified professionals,S02001594,Morningside and Craighouse,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198282 +198282,S00105966,6a4,Ageing in Suburbia,S01008418,Balerno and Bonnington Village - 02,2b,Prospering countryside life,S02001576,Balerno and Bonnington Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198283 +198283,S00105969,6a4,Ageing in Suburbia,S01008418,Balerno and Bonnington Village - 02,2b,Prospering countryside life,S02001576,Balerno and Bonnington Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198284 +198284,S00105970,6a4,Ageing in Suburbia,S01008420,Balerno and Bonnington Village - 04,8a,Affluent communities,S02001576,Balerno and Bonnington Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198285 +198285,S00105971,6a4,Ageing in Suburbia,S01008420,Balerno and Bonnington Village - 04,8a,Affluent communities,S02001576,Balerno and Bonnington Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198286 +198286,S00105973,6a4,Ageing in Suburbia,S01008417,Balerno and Bonnington Village - 01,2b,Prospering countryside life,S02001576,Balerno and Bonnington Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198287 +198287,S00105980,6a4,Ageing in Suburbia,S01008417,Balerno and Bonnington Village - 01,2b,Prospering countryside life,S02001576,Balerno and Bonnington Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198288 +198288,S00105984,6a4,Ageing in Suburbia,S01008422,Balerno and Bonnington Village - 06,8a,Affluent communities,S02001576,Balerno and Bonnington Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198289 +198289,S00105996,6a4,Ageing in Suburbia,S01008738,Duddingston and Portobello South - 05,8a,Affluent communities,S02001633,Duddingston and Portobello South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198290 +198290,S00105997,6a4,Ageing in Suburbia,S01008738,Duddingston and Portobello South - 05,8a,Affluent communities,S02001633,Duddingston and Portobello South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198291 +198291,S00105998,6a4,Ageing in Suburbia,S01008738,Duddingston and Portobello South - 05,8a,Affluent communities,S02001633,Duddingston and Portobello South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198292 +198292,S00106000,6a4,Ageing in Suburbia,S01008738,Duddingston and Portobello South - 05,8a,Affluent communities,S02001633,Duddingston and Portobello South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198293 +198293,S00106001,6a4,Ageing in Suburbia,S01008737,Duddingston and Portobello South - 04,8a,Affluent communities,S02001633,Duddingston and Portobello South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198294 +198294,S00106003,6a4,Ageing in Suburbia,S01008737,Duddingston and Portobello South - 04,8a,Affluent communities,S02001633,Duddingston and Portobello South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198295 +198295,S00106007,6a4,Ageing in Suburbia,S01008735,Duddingston and Portobello South - 02,8a,Affluent communities,S02001633,Duddingston and Portobello South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198296 +198296,S00106040,6a4,Ageing in Suburbia,S01008736,Duddingston and Portobello South - 03,8a,Affluent communities,S02001633,Duddingston and Portobello South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198297 +198297,S00106061,6a4,Ageing in Suburbia,S01008726,Joppa - 05,8a,Affluent communities,S02001631,Joppa,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198298 +198298,S00106078,6a4,Ageing in Suburbia,S01008722,Joppa - 01,5c,Comfortable neighbourhoods,S02001631,Joppa,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198299 +198299,S00106118,6a4,Ageing in Suburbia,S01008714,"Bingham, Magdalene and The Christians - 03",4d,Hard-pressed flat dwellers,S02001629,"Bingham, Magdalene and The Christians",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198300 +198300,S00106216,6a4,Ageing in Suburbia,S01008597,Prestonfield - 03,8a,Affluent communities,S02001610,Prestonfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198301 +198301,S00106223,6a4,Ageing in Suburbia,S01008597,Prestonfield - 03,8a,Affluent communities,S02001610,Prestonfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198302 +198302,S00106225,6a4,Ageing in Suburbia,S01008597,Prestonfield - 03,8a,Affluent communities,S02001610,Prestonfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198303 +198303,S00106237,6a4,Ageing in Suburbia,S01008552,Mortonhall and Anwickhill - 03,3a,Achieving neighbourhoods,S02001601,Mortonhall and Anwickhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198304 +198304,S00106280,6a4,Ageing in Suburbia,S01008578,Liberton West and Braid Hills - 02,8a,Affluent communities,S02001607,Liberton West and Braid Hills,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198305 +198305,S00106281,6a4,Ageing in Suburbia,S01008578,Liberton West and Braid Hills - 02,8a,Affluent communities,S02001607,Liberton West and Braid Hills,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198306 +198306,S00106282,6a4,Ageing in Suburbia,S01008579,Liberton West and Braid Hills - 03,8a,Affluent communities,S02001607,Liberton West and Braid Hills,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198307 +198307,S00106284,6a4,Ageing in Suburbia,S01008579,Liberton West and Braid Hills - 03,8a,Affluent communities,S02001607,Liberton West and Braid Hills,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198308 +198308,S00106288,6a4,Ageing in Suburbia,S01008577,Liberton West and Braid Hills - 01,8a,Affluent communities,S02001607,Liberton West and Braid Hills,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198309 +198309,S00106289,6a4,Ageing in Suburbia,S01008578,Liberton West and Braid Hills - 02,8a,Affluent communities,S02001607,Liberton West and Braid Hills,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198310 +198310,S00106290,6a4,Ageing in Suburbia,S01008578,Liberton West and Braid Hills - 02,8a,Affluent communities,S02001607,Liberton West and Braid Hills,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198311 +198311,S00106316,6a4,Ageing in Suburbia,S01008576,Liberton East - 04,3c,Highly qualified professionals,S02001606,Liberton East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198312 +198312,S00103670,6a4,Ageing in Suburbia,S01008885,Murrayfield and Ravelston - 05,8a,Affluent communities,S02001662,Murrayfield and Ravelston,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198313 +198313,S00103671,6a4,Ageing in Suburbia,S01008885,Murrayfield and Ravelston - 05,8a,Affluent communities,S02001662,Murrayfield and Ravelston,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198314 +198314,S00103672,6a4,Ageing in Suburbia,S01008885,Murrayfield and Ravelston - 05,8a,Affluent communities,S02001662,Murrayfield and Ravelston,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198315 +198315,S00103675,6a4,Ageing in Suburbia,S01008885,Murrayfield and Ravelston - 05,8a,Affluent communities,S02001662,Murrayfield and Ravelston,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198316 +198316,S00103774,6a4,Ageing in Suburbia,S01008936,Siverknowes and Davidson's Mains - 02,8a,Affluent communities,S02001672,Siverknowes and Davidson's Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198317 +198317,S00103775,6a4,Ageing in Suburbia,S01008898,Blackhall - 07,8a,Affluent communities,S02001664,Blackhall,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198318 +198318,S00103783,6a4,Ageing in Suburbia,S01008935,Siverknowes and Davidson's Mains - 01,3a,Achieving neighbourhoods,S02001672,Siverknowes and Davidson's Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198319 +198319,S00103785,6a4,Ageing in Suburbia,S01008938,Siverknowes and Davidson's Mains - 04,8a,Affluent communities,S02001672,Siverknowes and Davidson's Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198320 +198320,S00103786,6a4,Ageing in Suburbia,S01008938,Siverknowes and Davidson's Mains - 04,8a,Affluent communities,S02001672,Siverknowes and Davidson's Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198321 +198321,S00103800,6a4,Ageing in Suburbia,S01008944,"Barnton, Cammo and Cramond South - 01",8a,Affluent communities,S02001674,"Barnton, Cammo and Cramond South",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198322 +198322,S00103801,6a4,Ageing in Suburbia,S01009002,"Dalmeny, Kirkliston and Newbridge - 06",2a,Ageing rural neighbourhoods,S02001684,"Dalmeny, Kirkliston and Newbridge",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198323 +198323,S00103804,6a4,Ageing in Suburbia,S01008944,"Barnton, Cammo and Cramond South - 01",8a,Affluent communities,S02001674,"Barnton, Cammo and Cramond South",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198324 +198324,S00103806,6a4,Ageing in Suburbia,S01008943,Cramond - 03,8a,Affluent communities,S02001673,Cramond,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198325 +198325,S00103807,6a4,Ageing in Suburbia,S01008943,Cramond - 03,8a,Affluent communities,S02001673,Cramond,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198326 +198326,S00103817,6a4,Ageing in Suburbia,S01008941,Cramond - 01,8a,Affluent communities,S02001673,Cramond,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198327 +198327,S00103824,6a4,Ageing in Suburbia,S01008940,Siverknowes and Davidson's Mains - 06,8a,Affluent communities,S02001672,Siverknowes and Davidson's Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198328 +198328,S00103825,6a4,Ageing in Suburbia,S01008940,Siverknowes and Davidson's Mains - 06,8a,Affluent communities,S02001672,Siverknowes and Davidson's Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198329 +198329,S00104950,6a4,Ageing in Suburbia,S01008518,Morningside and Craighouse - 05,3c,Highly qualified professionals,S02001594,Morningside and Craighouse,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198330 +198330,S00103826,6a4,Ageing in Suburbia,S01008940,Siverknowes and Davidson's Mains - 06,8a,Affluent communities,S02001672,Siverknowes and Davidson's Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198331 +198331,S00103829,6a4,Ageing in Suburbia,S01008947,"Barnton, Cammo and Cramond South - 04",8a,Affluent communities,S02001674,"Barnton, Cammo and Cramond South",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198332 +198332,S00103830,6a4,Ageing in Suburbia,S01008947,"Barnton, Cammo and Cramond South - 04",8a,Affluent communities,S02001674,"Barnton, Cammo and Cramond South",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198333 +198333,S00103833,6a4,Ageing in Suburbia,S01008947,"Barnton, Cammo and Cramond South - 04",8a,Affluent communities,S02001674,"Barnton, Cammo and Cramond South",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198334 +198334,S00103835,6a4,Ageing in Suburbia,S01008946,"Barnton, Cammo and Cramond South - 03",8a,Affluent communities,S02001674,"Barnton, Cammo and Cramond South",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198335 +198335,S00103838,6a4,Ageing in Suburbia,S01008944,"Barnton, Cammo and Cramond South - 01",8a,Affluent communities,S02001674,"Barnton, Cammo and Cramond South",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198336 +198336,S00103864,6a4,Ageing in Suburbia,S01008948,Clermiston and Drumbrae - 01,3a,Achieving neighbourhoods,S02001675,Clermiston and Drumbrae,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198337 +198337,S00103886,6a4,Ageing in Suburbia,S01008950,Clermiston and Drumbrae - 03,4c,Hampered neighbourhoods,S02001675,Clermiston and Drumbrae,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198338 +198338,S00103899,6a4,Ageing in Suburbia,S01008897,Blackhall - 06,3c,Highly qualified professionals,S02001664,Blackhall,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198339 +198339,S00103902,6a4,Ageing in Suburbia,S01008945,"Barnton, Cammo and Cramond South - 02",8a,Affluent communities,S02001674,"Barnton, Cammo and Cramond South",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198340 +198340,S00103920,6a4,Ageing in Suburbia,S01008955,East Craigs North - 01,3a,Achieving neighbourhoods,S02001676,East Craigs North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198341 +198341,S00103921,6a4,Ageing in Suburbia,S01008955,East Craigs North - 01,3a,Achieving neighbourhoods,S02001676,East Craigs North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198342 +198342,S00104050,6a4,Ageing in Suburbia,S01008828,Trinity - 03,3c,Highly qualified professionals,S02001651,Trinity,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198343 +198343,S00104070,6a4,Ageing in Suburbia,S01008831,Trinity - 06,3c,Highly qualified professionals,S02001651,Trinity,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198344 +198344,S00106977,6a4,Ageing in Suburbia,S01008936,Siverknowes and Davidson's Mains - 02,8a,Affluent communities,S02001672,Siverknowes and Davidson's Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198345 +198345,S00104971,6a4,Ageing in Suburbia,S01008518,Morningside and Craighouse - 05,3c,Highly qualified professionals,S02001594,Morningside and Craighouse,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198346 +198346,S00107249,6a4,Ageing in Suburbia,S01008624,Morningside - 01,3c,Highly qualified professionals,S02001615,Morningside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198347 +198347,S00105000,6a4,Ageing in Suburbia,S01008634,Merchiston and Greenhill - 03,1a,Cosmopolitan student neighbourhoods,S02001616,Merchiston and Greenhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198348 +198348,S00107282,6a4,Ageing in Suburbia,S01008539,Comiston and Swanston - 07,8a,Affluent communities,S02001598,Comiston and Swanston,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198349 +198349,S00105004,6a4,Ageing in Suburbia,S01008536,Comiston and Swanston - 04,8a,Affluent communities,S02001598,Comiston and Swanston,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198350 +198350,S00107284,6a4,Ageing in Suburbia,S01008544,Fairmilehead - 04,8c,Comfortable suburbia,S02001599,Fairmilehead,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198351 +198351,S00105006,6a4,Ageing in Suburbia,S01008538,Comiston and Swanston - 06,8a,Affluent communities,S02001598,Comiston and Swanston,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198352 +198352,S00107287,6a4,Ageing in Suburbia,S01008541,Fairmilehead - 01,8c,Comfortable suburbia,S02001599,Fairmilehead,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198353 +198353,S00105007,6a4,Ageing in Suburbia,S01008539,Comiston and Swanston - 07,8a,Affluent communities,S02001598,Comiston and Swanston,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198354 +198354,S00107288,6a4,Ageing in Suburbia,S01008539,Comiston and Swanston - 07,8a,Affluent communities,S02001598,Comiston and Swanston,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198355 +198355,S00105009,6a4,Ageing in Suburbia,S01008542,Fairmilehead - 02,8a,Affluent communities,S02001599,Fairmilehead,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198356 +198356,S00105010,6a4,Ageing in Suburbia,S01008542,Fairmilehead - 02,8a,Affluent communities,S02001599,Fairmilehead,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198357 +198357,S00105021,6a4,Ageing in Suburbia,S01008542,Fairmilehead - 02,8a,Affluent communities,S02001599,Fairmilehead,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198358 +198358,S00105028,6a4,Ageing in Suburbia,S01008540,Comiston and Swanston - 08,8a,Affluent communities,S02001598,Comiston and Swanston,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198359 +198359,S00105030,6a4,Ageing in Suburbia,S01008540,Comiston and Swanston - 08,8a,Affluent communities,S02001598,Comiston and Swanston,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198360 +198360,S00105031,6a4,Ageing in Suburbia,S01008540,Comiston and Swanston - 08,8a,Affluent communities,S02001598,Comiston and Swanston,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198361 +198361,S00105033,6a4,Ageing in Suburbia,S01008540,Comiston and Swanston - 08,8a,Affluent communities,S02001598,Comiston and Swanston,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198362 +198362,S00105034,6a4,Ageing in Suburbia,S01008520,Greenbank and The Braids - 02,8a,Affluent communities,S02001595,Greenbank and The Braids,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198363 +198363,S00105035,6a4,Ageing in Suburbia,S01008540,Comiston and Swanston - 08,8a,Affluent communities,S02001598,Comiston and Swanston,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198364 +198364,S00105037,6a4,Ageing in Suburbia,S01008520,Greenbank and The Braids - 02,8a,Affluent communities,S02001595,Greenbank and The Braids,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198365 +198365,S00105051,6a4,Ageing in Suburbia,S01008626,Morningside - 03,3c,Highly qualified professionals,S02001615,Morningside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198366 +198366,S00105052,6a4,Ageing in Suburbia,S01008625,Morningside - 02,3c,Highly qualified professionals,S02001615,Morningside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198367 +198367,S00105054,6a4,Ageing in Suburbia,S01008625,Morningside - 02,3c,Highly qualified professionals,S02001615,Morningside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198368 +198368,S00105055,6a4,Ageing in Suburbia,S01008625,Morningside - 02,3c,Highly qualified professionals,S02001615,Morningside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198369 +198369,S00105061,6a4,Ageing in Suburbia,S01008535,Comiston and Swanston - 03,8a,Affluent communities,S02001598,Comiston and Swanston,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198370 +198370,S00105064,6a4,Ageing in Suburbia,S01008535,Comiston and Swanston - 03,8a,Affluent communities,S02001598,Comiston and Swanston,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198371 +198371,S00105066,6a4,Ageing in Suburbia,S01008537,Comiston and Swanston - 05,8a,Affluent communities,S02001598,Comiston and Swanston,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198372 +198372,S00105067,6a4,Ageing in Suburbia,S01008534,Comiston and Swanston - 02,3a,Achieving neighbourhoods,S02001598,Comiston and Swanston,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198373 +198373,S00105068,6a4,Ageing in Suburbia,S01008537,Comiston and Swanston - 05,8a,Affluent communities,S02001598,Comiston and Swanston,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198374 +198374,S00105072,6a4,Ageing in Suburbia,S01008537,Comiston and Swanston - 05,8a,Affluent communities,S02001598,Comiston and Swanston,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198375 +198375,S00105075,6a4,Ageing in Suburbia,S01008538,Comiston and Swanston - 06,8a,Affluent communities,S02001598,Comiston and Swanston,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198376 +198376,S00105076,6a4,Ageing in Suburbia,S01008545,Fairmilehead - 05,8a,Affluent communities,S02001599,Fairmilehead,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198377 +198377,S00107289,6a4,Ageing in Suburbia,S01008539,Comiston and Swanston - 07,8a,Affluent communities,S02001598,Comiston and Swanston,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198378 +198378,S00107296,6a4,Ageing in Suburbia,S01008545,Fairmilehead - 05,8a,Affluent communities,S02001599,Fairmilehead,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198379 +198379,S00107453,6a4,Ageing in Suburbia,S01008423,Balerno and Bonnington Village - 07,2b,Prospering countryside life,S02001576,Balerno and Bonnington Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198380 +198380,S00107454,6a4,Ageing in Suburbia,S01008419,Balerno and Bonnington Village - 03,8a,Affluent communities,S02001576,Balerno and Bonnington Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198381 +198381,S00107458,6a4,Ageing in Suburbia,S01008735,Duddingston and Portobello South - 02,8a,Affluent communities,S02001633,Duddingston and Portobello South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198382 +198382,S00107462,6a4,Ageing in Suburbia,S01008723,Joppa - 02,3c,Highly qualified professionals,S02001631,Joppa,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198383 +198383,S00107529,6a4,Ageing in Suburbia,S01008577,Liberton West and Braid Hills - 01,8a,Affluent communities,S02001607,Liberton West and Braid Hills,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198384 +198384,S00107530,6a4,Ageing in Suburbia,S01008577,Liberton West and Braid Hills - 01,8a,Affluent communities,S02001607,Liberton West and Braid Hills,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198385 +198385,S00107583,6a4,Ageing in Suburbia,S01008424,Balerno and Bonnington Village - 08,8a,Affluent communities,S02001576,Balerno and Bonnington Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198386 +198386,S00107604,6a4,Ageing in Suburbia,S01008960,East Craigs South - 01,3a,Achieving neighbourhoods,S02001677,East Craigs South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198387 +198387,S00103869,8c1,Ageing Industrious Workers,S01008949,Clermiston and Drumbrae - 02,4a,Challenged white communities,S02001675,Clermiston and Drumbrae,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198388 +198388,S00104562,8c1,Ageing Industrious Workers,S01008699,Willowbrae and Duddingston Village - 06,4d,Hard-pressed flat dwellers,S02001626,Willowbrae and Duddingston Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198389 +198389,S00104641,8c1,Ageing Industrious Workers,S01008744,Northfield and Piershill - 02,4d,Hard-pressed flat dwellers,S02001635,Northfield and Piershill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198390 +198390,S00105579,8c1,Ageing Industrious Workers,S01008953,Clermiston and Drumbrae - 06,4d,Hard-pressed flat dwellers,S02001675,Clermiston and Drumbrae,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198391 +198391,S00105912,8c1,Ageing Industrious Workers,S01008426,Currie West - 02,5d,Endeavouring social renters,S02001577,Currie West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198392 +198392,S00105923,8c1,Ageing Industrious Workers,S01008430,Currie East - 02,8c,Comfortable suburbia,S02001578,Currie East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198393 +198393,S00106367,8c1,Ageing Industrious Workers,S01008565,Fernieside and Moredun South - 02,4d,Hard-pressed flat dwellers,S02001604,Fernieside and Moredun South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198394 +198394,S00106381,8c1,Ageing Industrious Workers,S01008553,"Gracemount, Southhouse and Burdiehouse - 01",5c,Comfortable neighbourhoods,S02001602,"Gracemount, Southhouse and Burdiehouse",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198395 +198395,S00106436,8c1,Ageing Industrious Workers,S01008994,"Ratho, Ingliston and Gogar - 02",5c,Comfortable neighbourhoods,S02001683,"Ratho, Ingliston and Gogar",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198396 +198396,S00106439,8c1,Ageing Industrious Workers,S01008997,"Dalmeny, Kirkliston and Newbridge - 01",2d,Rural traits,S02001684,"Dalmeny, Kirkliston and Newbridge",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198397 +198397,S00106461,8c1,Ageing Industrious Workers,S01009000,"Dalmeny, Kirkliston and Newbridge - 04",8c,Comfortable suburbia,S02001684,"Dalmeny, Kirkliston and Newbridge",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198398 +198398,S00107476,8c1,Ageing Industrious Workers,S01008722,Joppa - 01,5c,Comfortable neighbourhoods,S02001631,Joppa,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198399 +198399,S00105925,8c2,Ageing Rural Industry Workers,S01008429,Currie East - 01,8b,Ageing suburbanites,S02001578,Currie East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198400 +198400,S00105852,7c1,Challenged Transitionaries,S01008484,Longstone and Saughton - 04,5c,Comfortable neighbourhoods,S02001588,Longstone and Saughton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198401 +198401,S00106167,4a3,Commuters with Young Families,S01008706,Niddrie - 01,4d,Hard-pressed flat dwellers,S02001628,Niddrie,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198402 +198402,S00105855,7c1,Challenged Transitionaries,S01008484,Longstone and Saughton - 04,5c,Comfortable neighbourhoods,S02001588,Longstone and Saughton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198403 +198403,S00106176,4a3,Commuters with Young Families,S01008583,The Inch - 03,7a,Urban cultural mix,S02001608,The Inch,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198404 +198404,S00105695,6a2,Comfortable Suburbia,S01008441,Bonaly and The Pentlands - 04,8a,Affluent communities,S02001580,Bonaly and The Pentlands,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198405 +198405,S00104211,3c2,Constrained Commuters,S01008781,The Shore and Constitution Street - 04,6a,Inner city cosmopolitan,S02001642,The Shore and Constitution Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198406 +198406,S00105857,7c1,Challenged Transitionaries,S01008482,Longstone and Saughton - 02,4d,Hard-pressed flat dwellers,S02001588,Longstone and Saughton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198407 +198407,S00106860,3c2,Constrained Commuters,S01008456,The Calders - 03,6a,Inner city cosmopolitan,S02001583,The Calders,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198408 +198408,S00106821,7c1,Challenged Transitionaries,S01008959,East Craigs North - 05,5c,Comfortable neighbourhoods,S02001676,East Craigs North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198409 +198409,S00104093,5b2,Communal Retirement,S01008823,Trinity East and The Dudleys - 03,3c,Highly qualified professionals,S02001650,Trinity East and The Dudleys,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198410 +198410,S00104302,7c1,Challenged Transitionaries,S01008763,Leith (Hermitage and Prospect Bank) - 02,3d,Households in terraces and flats,S02001639,Leith (Hermitage and Prospect Bank),S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198411 +198411,S00106179,4a3,Commuters with Young Families,S01008586,The Inch - 06,4c,Hampered neighbourhoods,S02001608,The Inch,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198412 +198412,S00106182,4a3,Commuters with Young Families,S01008586,The Inch - 06,4c,Hampered neighbourhoods,S02001608,The Inch,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198413 +198413,S00106260,4a3,Commuters with Young Families,S01008557,"Gracemount, Southhouse and Burdiehouse - 05",7a,Urban cultural mix,S02001602,"Gracemount, Southhouse and Burdiehouse",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198414 +198414,S00106301,4a3,Commuters with Young Families,S01008581,The Inch - 01,4d,Hard-pressed flat dwellers,S02001608,The Inch,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198415 +198415,S00106373,4a3,Commuters with Young Families,S01008554,"Gracemount, Southhouse and Burdiehouse - 02",4c,Hampered neighbourhoods,S02001602,"Gracemount, Southhouse and Burdiehouse",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198416 +198416,S00106418,4a3,Commuters with Young Families,S01008562,Hyvots and Gilmerton - 04,4d,Hard-pressed flat dwellers,S02001603,Hyvots and Gilmerton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198417 +198417,S00106420,4a3,Commuters with Young Families,S01008560,Hyvots and Gilmerton - 02,4c,Hampered neighbourhoods,S02001603,Hyvots and Gilmerton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198418 +198418,S00106615,4a3,Commuters with Young Families,S01008458,The Calders - 05,4d,Hard-pressed flat dwellers,S02001583,The Calders,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198419 +198419,S00106636,4a3,Commuters with Young Families,S01008595,Prestonfield - 01,1a,Cosmopolitan student neighbourhoods,S02001610,Prestonfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198420 +198420,S00107495,4a3,Commuters with Young Families,S01008707,Niddrie - 02,4d,Hard-pressed flat dwellers,S02001628,Niddrie,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198421 +198421,S00103615,3c2,Constrained Commuters,S01008902,Drylaw - 04,4d,Hard-pressed flat dwellers,S02001665,Drylaw,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198422 +198422,S00103616,3c2,Constrained Commuters,S01008902,Drylaw - 04,4d,Hard-pressed flat dwellers,S02001665,Drylaw,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198423 +198423,S00103619,3c2,Constrained Commuters,S01008902,Drylaw - 04,4d,Hard-pressed flat dwellers,S02001665,Drylaw,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198424 +198424,S00103710,3c2,Constrained Commuters,S01008929,Muirhouse - 01,4d,Hard-pressed flat dwellers,S02001671,Muirhouse,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198425 +198425,S00103711,3c2,Constrained Commuters,S01008929,Muirhouse - 01,4d,Hard-pressed flat dwellers,S02001671,Muirhouse,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198426 +198426,S00103722,3c2,Constrained Commuters,S01008905,West Pilton - 02,4d,Hard-pressed flat dwellers,S02001666,West Pilton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198427 +198427,S00103731,3c2,Constrained Commuters,S01008927,Granton West and Salvesen - 04,1a,Cosmopolitan student neighbourhoods,S02001670,Granton West and Salvesen,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198428 +198428,S00103732,3c2,Constrained Commuters,S01008927,Granton West and Salvesen - 04,1a,Cosmopolitan student neighbourhoods,S02001670,Granton West and Salvesen,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198429 +198429,S00103737,3c2,Constrained Commuters,S01008905,West Pilton - 02,4d,Hard-pressed flat dwellers,S02001666,West Pilton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198430 +198430,S00103738,3c2,Constrained Commuters,S01008905,West Pilton - 02,4d,Hard-pressed flat dwellers,S02001666,West Pilton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198431 +198431,S00103748,3c2,Constrained Commuters,S01008904,West Pilton - 01,1a,Cosmopolitan student neighbourhoods,S02001666,West Pilton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198432 +198432,S00103751,3c2,Constrained Commuters,S01008904,West Pilton - 01,1a,Cosmopolitan student neighbourhoods,S02001666,West Pilton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198433 +198433,S00103754,3c2,Constrained Commuters,S01008904,West Pilton - 01,1a,Cosmopolitan student neighbourhoods,S02001666,West Pilton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198434 +198434,S00103755,3c2,Constrained Commuters,S01008904,West Pilton - 01,1a,Cosmopolitan student neighbourhoods,S02001666,West Pilton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198435 +198435,S00103757,3c2,Constrained Commuters,S01008907,West Pilton - 04,4d,Hard-pressed flat dwellers,S02001666,West Pilton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198436 +198436,S00103758,3c2,Constrained Commuters,S01008906,West Pilton - 03,7a,Urban cultural mix,S02001666,West Pilton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198437 +198437,S00103759,3c2,Constrained Commuters,S01008906,West Pilton - 03,7a,Urban cultural mix,S02001666,West Pilton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198438 +198438,S00103761,3c2,Constrained Commuters,S01008907,West Pilton - 04,4d,Hard-pressed flat dwellers,S02001666,West Pilton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198439 +198439,S00103766,3c2,Constrained Commuters,S01008925,Granton West and Salvesen - 02,7a,Urban cultural mix,S02001670,Granton West and Salvesen,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198440 +198440,S00103845,3c2,Constrained Commuters,S01008952,Clermiston and Drumbrae - 05,4d,Hard-pressed flat dwellers,S02001675,Clermiston and Drumbrae,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198441 +198441,S00103928,3c2,Constrained Commuters,S01008921,Granton and Royston Mains - 02,4d,Hard-pressed flat dwellers,S02001669,Granton and Royston Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198442 +198442,S00103929,3c2,Constrained Commuters,S01008922,Granton and Royston Mains - 03,4d,Hard-pressed flat dwellers,S02001669,Granton and Royston Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198443 +198443,S00103930,3c2,Constrained Commuters,S01008921,Granton and Royston Mains - 02,4d,Hard-pressed flat dwellers,S02001669,Granton and Royston Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198444 +198444,S00103931,3c2,Constrained Commuters,S01008918,Granton South and Wardieburn - 03,6a,Inner city cosmopolitan,S02001668,Granton South and Wardieburn,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198445 +198445,S00103933,3c2,Constrained Commuters,S01008918,Granton South and Wardieburn - 03,6a,Inner city cosmopolitan,S02001668,Granton South and Wardieburn,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198446 +198446,S00103936,3c2,Constrained Commuters,S01008918,Granton South and Wardieburn - 03,6a,Inner city cosmopolitan,S02001668,Granton South and Wardieburn,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198447 +198447,S00103937,3c2,Constrained Commuters,S01008917,Granton South and Wardieburn - 02,4d,Hard-pressed flat dwellers,S02001668,Granton South and Wardieburn,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198448 +198448,S00103938,3c2,Constrained Commuters,S01008917,Granton South and Wardieburn - 02,4d,Hard-pressed flat dwellers,S02001668,Granton South and Wardieburn,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198449 +198449,S00103940,3c2,Constrained Commuters,S01008919,Granton South and Wardieburn - 04,6a,Inner city cosmopolitan,S02001668,Granton South and Wardieburn,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198450 +198450,S00103943,3c2,Constrained Commuters,S01008916,Granton South and Wardieburn - 01,4d,Hard-pressed flat dwellers,S02001668,Granton South and Wardieburn,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198451 +198451,S00103952,3c2,Constrained Commuters,S01008916,Granton South and Wardieburn - 01,4d,Hard-pressed flat dwellers,S02001668,Granton South and Wardieburn,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198452 +198452,S00103954,3c2,Constrained Commuters,S01008919,Granton South and Wardieburn - 04,6a,Inner city cosmopolitan,S02001668,Granton South and Wardieburn,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198453 +198453,S00103957,3c2,Constrained Commuters,S01008919,Granton South and Wardieburn - 04,6a,Inner city cosmopolitan,S02001668,Granton South and Wardieburn,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198454 +198454,S00103958,3c2,Constrained Commuters,S01008919,Granton South and Wardieburn - 04,6a,Inner city cosmopolitan,S02001668,Granton South and Wardieburn,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198455 +198455,S00103979,3c2,Constrained Commuters,S01008908,West Pilton - 05,7a,Urban cultural mix,S02001666,West Pilton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198456 +198456,S00104137,3c2,Constrained Commuters,S01008776,North Leith and Newhaven - 05,1a,Cosmopolitan student neighbourhoods,S02001641,North Leith and Newhaven,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198457 +198457,S00104147,3c2,Constrained Commuters,S01008815,Pilrig - 03,1a,Cosmopolitan student neighbourhoods,S02001648,Pilrig,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198458 +198458,S00104173,3c2,Constrained Commuters,S01008816,Pilrig - 04,1a,Cosmopolitan student neighbourhoods,S02001648,Pilrig,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198459 +198459,S00105720,6a2,Comfortable Suburbia,S01008440,Bonaly and The Pentlands - 03,8a,Affluent communities,S02001580,Bonaly and The Pentlands,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198460 +198460,S00104095,5b2,Communal Retirement,S01008822,Trinity East and The Dudleys - 02,3c,Highly qualified professionals,S02001650,Trinity East and The Dudleys,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198461 +198461,S00106861,3c2,Constrained Commuters,S01008456,The Calders - 03,6a,Inner city cosmopolitan,S02001583,The Calders,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198462 +198462,S00104531,7c1,Challenged Transitionaries,S01008758,Restalrig and Lochend - 03,4d,Hard-pressed flat dwellers,S02001638,Restalrig and Lochend,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198463 +198463,S00106828,7c1,Challenged Transitionaries,S01008529,Oxgangs - 01,5c,Comfortable neighbourhoods,S02001597,Oxgangs,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198464 +198464,S00106019,7c1,Challenged Transitionaries,S01008732,Portobello - 05,4d,Hard-pressed flat dwellers,S02001632,Portobello,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198465 +198465,S00104234,3c2,Constrained Commuters,S01008804,Leith (Albert Street) - 03,1a,Cosmopolitan student neighbourhoods,S02001646,Leith (Albert Street),S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198466 +198466,S00105723,6a2,Comfortable Suburbia,S01008440,Bonaly and The Pentlands - 03,8a,Affluent communities,S02001580,Bonaly and The Pentlands,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198467 +198467,S00105741,6a2,Comfortable Suburbia,S01008513,Craiglockhart - 06,8a,Affluent communities,S02001593,Craiglockhart,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198468 +198468,S00105845,6a2,Comfortable Suburbia,S01008448,Colinton and Kingsknowe - 05,8a,Affluent communities,S02001581,Colinton and Kingsknowe,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198469 +198469,S00105961,6a2,Comfortable Suburbia,S01008435,Baberton and Juniper Green - 03,8c,Comfortable suburbia,S02001579,Baberton and Juniper Green,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198470 +198470,S00105964,6a2,Comfortable Suburbia,S01008438,Bonaly and The Pentlands - 01,2b,Prospering countryside life,S02001580,Bonaly and The Pentlands,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198471 +198471,S00105982,6a2,Comfortable Suburbia,S01008422,Balerno and Bonnington Village - 06,8a,Affluent communities,S02001576,Balerno and Bonnington Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198472 +198472,S00105987,6a2,Comfortable Suburbia,S01008423,Balerno and Bonnington Village - 07,2b,Prospering countryside life,S02001576,Balerno and Bonnington Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198473 +198473,S00105988,6a2,Comfortable Suburbia,S01008423,Balerno and Bonnington Village - 07,2b,Prospering countryside life,S02001576,Balerno and Bonnington Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198474 +198474,S00105989,6a2,Comfortable Suburbia,S01008425,Currie West - 01,3b,Asian traits,S02001577,Currie West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198475 +198475,S00105990,6a2,Comfortable Suburbia,S01008423,Balerno and Bonnington Village - 07,2b,Prospering countryside life,S02001576,Balerno and Bonnington Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198476 +198476,S00106002,6a2,Comfortable Suburbia,S01008737,Duddingston and Portobello South - 04,8a,Affluent communities,S02001633,Duddingston and Portobello South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198477 +198477,S00106042,6a2,Comfortable Suburbia,S01008723,Joppa - 02,3c,Highly qualified professionals,S02001631,Joppa,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198478 +198478,S00106043,6a2,Comfortable Suburbia,S01008721,"Jewel, Brunstane and Newcraighall - 05",8c,Comfortable suburbia,S02001630,"Jewel, Brunstane and Newcraighall",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198479 +198479,S00106066,6a2,Comfortable Suburbia,S01008724,Joppa - 03,5a,Ageing urban communities,S02001631,Joppa,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198480 +198480,S00106068,6a2,Comfortable Suburbia,S01008722,Joppa - 01,5c,Comfortable neighbourhoods,S02001631,Joppa,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198481 +198481,S00106080,6a2,Comfortable Suburbia,S01008722,Joppa - 01,5c,Comfortable neighbourhoods,S02001631,Joppa,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198482 +198482,S00106472,6a2,Comfortable Suburbia,S01009008,Queensferry East - 06,5c,Comfortable neighbourhoods,S02001685,Queensferry East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198483 +198483,S00106561,6a2,Comfortable Suburbia,S01008521,Greenbank and The Braids - 03,8a,Affluent communities,S02001595,Greenbank and The Braids,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198484 +198484,S00106570,6a2,Comfortable Suburbia,S01008546,Fairmilehead - 06,8a,Affluent communities,S02001599,Fairmilehead,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198485 +198485,S00106598,6a2,Comfortable Suburbia,S01008976,Corstorphine - 07,8a,Affluent communities,S02001679,Corstorphine,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198486 +198486,S00106604,6a2,Comfortable Suburbia,S01008968,Corstorphine North - 02,8c,Comfortable suburbia,S02001678,Corstorphine North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198487 +198487,S00106609,6a2,Comfortable Suburbia,S01008513,Craiglockhart - 06,8a,Affluent communities,S02001593,Craiglockhart,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198488 +198488,S00106610,6a2,Comfortable Suburbia,S01008513,Craiglockhart - 06,8a,Affluent communities,S02001593,Craiglockhart,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198489 +198489,S00106627,6a2,Comfortable Suburbia,S01008422,Balerno and Bonnington Village - 06,8a,Affluent communities,S02001576,Balerno and Bonnington Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198490 +198490,S00106868,6a2,Comfortable Suburbia,S01008997,"Dalmeny, Kirkliston and Newbridge - 01",2d,Rural traits,S02001684,"Dalmeny, Kirkliston and Newbridge",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198491 +198491,S00107285,6a2,Comfortable Suburbia,S01008544,Fairmilehead - 04,8c,Comfortable suburbia,S02001599,Fairmilehead,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198492 +198492,S00107295,6a2,Comfortable Suburbia,S01008545,Fairmilehead - 05,8a,Affluent communities,S02001599,Fairmilehead,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198493 +198493,S00107297,6a2,Comfortable Suburbia,S01008544,Fairmilehead - 04,8c,Comfortable suburbia,S02001599,Fairmilehead,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198494 +198494,S00107451,6a2,Comfortable Suburbia,S01008424,Balerno and Bonnington Village - 08,8a,Affluent communities,S02001576,Balerno and Bonnington Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198495 +198495,S00107534,6a2,Comfortable Suburbia,S01008575,Liberton East - 03,3a,Achieving neighbourhoods,S02001606,Liberton East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198496 +198496,S00107547,6a2,Comfortable Suburbia,S01008547,Gilmerton South and the Murrays - 01,3b,Asian traits,S02001600,Gilmerton South and the Murrays,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198497 +198497,S00107565,6a2,Comfortable Suburbia,S01008995,"Ratho, Ingliston and Gogar - 03",8c,Comfortable suburbia,S02001683,"Ratho, Ingliston and Gogar",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198498 +198498,S00107570,6a2,Comfortable Suburbia,S01009001,"Dalmeny, Kirkliston and Newbridge - 05",8c,Comfortable suburbia,S02001684,"Dalmeny, Kirkliston and Newbridge",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198499 +198499,S00107571,6a2,Comfortable Suburbia,S01009001,"Dalmeny, Kirkliston and Newbridge - 05",8c,Comfortable suburbia,S02001684,"Dalmeny, Kirkliston and Newbridge",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198500 +198500,S00107578,6a2,Comfortable Suburbia,S01009003,Queensferry East - 01,8c,Comfortable suburbia,S02001685,Queensferry East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198501 +198501,S00107579,6a2,Comfortable Suburbia,S01009003,Queensferry East - 01,8c,Comfortable suburbia,S02001685,Queensferry East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198502 +198502,S00107582,6a2,Comfortable Suburbia,S01008424,Balerno and Bonnington Village - 08,8a,Affluent communities,S02001576,Balerno and Bonnington Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198503 +198503,S00103307,5b2,Communal Retirement,S01008438,Bonaly and The Pentlands - 01,2b,Prospering countryside life,S02001580,Bonaly and The Pentlands,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198504 +198504,S00103308,5b2,Communal Retirement,S01008704,Craigmillar - 04,7a,Urban cultural mix,S02001627,Craigmillar,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198505 +198505,S00103312,5b2,Communal Retirement,S01009002,"Dalmeny, Kirkliston and Newbridge - 06",2a,Ageing rural neighbourhoods,S02001684,"Dalmeny, Kirkliston and Newbridge",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198506 +198506,S00103369,5b2,Communal Retirement,S01008834,"Inverleith, Goldenacre and Warriston - 03",3c,Highly qualified professionals,S02001652,"Inverleith, Goldenacre and Warriston",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198507 +198507,S00103660,5b2,Communal Retirement,S01008893,Blackhall - 02,8a,Affluent communities,S02001664,Blackhall,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198508 +198508,S00103677,5b2,Communal Retirement,S01008870,Deans Village - 03,3c,Highly qualified professionals,S02001660,Deans Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198509 +198509,S00103839,5b2,Communal Retirement,S01008943,Cramond - 03,8a,Affluent communities,S02001673,Cramond,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198510 +198510,S00104046,5b2,Communal Retirement,S01008827,Trinity - 02,3c,Highly qualified professionals,S02001651,Trinity,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198511 +198511,S00104072,5b2,Communal Retirement,S01008826,Trinity - 01,3c,Highly qualified professionals,S02001651,Trinity,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198512 +198512,S00104083,5b2,Communal Retirement,S01008825,Trinity East and The Dudleys - 05,3c,Highly qualified professionals,S02001650,Trinity East and The Dudleys,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198513 +198513,S00104087,5b2,Communal Retirement,S01008819,Bonnington - 03,3c,Highly qualified professionals,S02001649,Bonnington,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198514 +198514,S00104559,7c1,Challenged Transitionaries,S01008699,Willowbrae and Duddingston Village - 06,4d,Hard-pressed flat dwellers,S02001626,Willowbrae and Duddingston Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198515 +198515,S00104315,3c2,Constrained Commuters,S01008813,Pilrig - 01,1a,Cosmopolitan student neighbourhoods,S02001648,Pilrig,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198516 +198516,S00106983,7c1,Challenged Transitionaries,S01008954,Clermiston and Drumbrae - 07,4d,Hard-pressed flat dwellers,S02001675,Clermiston and Drumbrae,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198517 +198517,S00104096,5b2,Communal Retirement,S01008823,Trinity East and The Dudleys - 03,3c,Highly qualified professionals,S02001650,Trinity East and The Dudleys,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198518 +198518,S00106991,3c2,Constrained Commuters,S01008919,Granton South and Wardieburn - 04,6a,Inner city cosmopolitan,S02001668,Granton South and Wardieburn,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198519 +198519,S00106056,7c1,Challenged Transitionaries,S01008727,Joppa - 06,3c,Highly qualified professionals,S02001631,Joppa,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198520 +198520,S00104618,7c1,Challenged Transitionaries,S01008739,Mountcastle - 01,4a,Challenged white communities,S02001634,Mountcastle,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198521 +198521,S00104635,7c1,Challenged Transitionaries,S01008744,Northfield and Piershill - 02,4d,Hard-pressed flat dwellers,S02001635,Northfield and Piershill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198522 +198522,S00104636,7c1,Challenged Transitionaries,S01008744,Northfield and Piershill - 02,4d,Hard-pressed flat dwellers,S02001635,Northfield and Piershill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198523 +198523,S00104638,7c1,Challenged Transitionaries,S01008744,Northfield and Piershill - 02,4d,Hard-pressed flat dwellers,S02001635,Northfield and Piershill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198524 +198524,S00104639,7c1,Challenged Transitionaries,S01008744,Northfield and Piershill - 02,4d,Hard-pressed flat dwellers,S02001635,Northfield and Piershill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198525 +198525,S00104849,7c1,Challenged Transitionaries,S01008592,"Blackford, West Mains and Mayfield Road - 06",3c,Highly qualified professionals,S02001609,"Blackford, West Mains and Mayfield Road",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198526 +198526,S00105174,7c1,Challenged Transitionaries,S01008493,Gorgie West - 02,1a,Cosmopolitan student neighbourhoods,S02001590,Gorgie West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198527 +198527,S00105175,7c1,Challenged Transitionaries,S01008493,Gorgie West - 02,1a,Cosmopolitan student neighbourhoods,S02001590,Gorgie West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198528 +198528,S00105244,7c1,Challenged Transitionaries,S01008469,Broomhouse and Bankhead - 02,7b,Young ethnic communities,S02001586,Broomhouse and Bankhead,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198529 +198529,S00105246,7c1,Challenged Transitionaries,S01008470,Broomhouse and Bankhead - 03,7a,Urban cultural mix,S02001586,Broomhouse and Bankhead,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198530 +198530,S00105249,7c1,Challenged Transitionaries,S01008468,Broomhouse and Bankhead - 01,4d,Hard-pressed flat dwellers,S02001586,Broomhouse and Bankhead,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198531 +198531,S00105263,7c1,Challenged Transitionaries,S01008481,Longstone and Saughton - 01,4b,Constrained renters,S02001588,Longstone and Saughton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198532 +198532,S00105280,7c1,Challenged Transitionaries,S01008475,Stenhouse and Saughton Mains - 03,4d,Hard-pressed flat dwellers,S02001587,Stenhouse and Saughton Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198533 +198533,S00105293,7c1,Challenged Transitionaries,S01008486,Slateford and Chesser - 01,4d,Hard-pressed flat dwellers,S02001589,Slateford and Chesser,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198534 +198534,S00105336,7c1,Challenged Transitionaries,S01008458,The Calders - 05,4d,Hard-pressed flat dwellers,S02001583,The Calders,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198535 +198535,S00105337,7c1,Challenged Transitionaries,S01008467,Parkhead and Sighthill - 04,4d,Hard-pressed flat dwellers,S02001585,Parkhead and Sighthill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198536 +198536,S00105339,7c1,Challenged Transitionaries,S01008467,Parkhead and Sighthill - 04,4d,Hard-pressed flat dwellers,S02001585,Parkhead and Sighthill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198537 +198537,S00105341,7c1,Challenged Transitionaries,S01008467,Parkhead and Sighthill - 04,4d,Hard-pressed flat dwellers,S02001585,Parkhead and Sighthill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198538 +198538,S00105342,7c1,Challenged Transitionaries,S01008467,Parkhead and Sighthill - 04,4d,Hard-pressed flat dwellers,S02001585,Parkhead and Sighthill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198539 +198539,S00105349,7c1,Challenged Transitionaries,S01008465,Parkhead and Sighthill - 02,4d,Hard-pressed flat dwellers,S02001585,Parkhead and Sighthill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198540 +198540,S00105352,7c1,Challenged Transitionaries,S01008465,Parkhead and Sighthill - 02,4d,Hard-pressed flat dwellers,S02001585,Parkhead and Sighthill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198541 +198541,S00105353,7c1,Challenged Transitionaries,S01008464,Parkhead and Sighthill - 01,4d,Hard-pressed flat dwellers,S02001585,Parkhead and Sighthill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198542 +198542,S00105354,7c1,Challenged Transitionaries,S01008465,Parkhead and Sighthill - 02,4d,Hard-pressed flat dwellers,S02001585,Parkhead and Sighthill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198543 +198543,S00105356,7c1,Challenged Transitionaries,S01008465,Parkhead and Sighthill - 02,4d,Hard-pressed flat dwellers,S02001585,Parkhead and Sighthill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198544 +198544,S00105359,7c1,Challenged Transitionaries,S01008464,Parkhead and Sighthill - 01,4d,Hard-pressed flat dwellers,S02001585,Parkhead and Sighthill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198545 +198545,S00105367,7c1,Challenged Transitionaries,S01008879,Balgreen and Roseburn - 05,3d,Households in terraces and flats,S02001661,Balgreen and Roseburn,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198546 +198546,S00105383,7c1,Challenged Transitionaries,S01008878,Balgreen and Roseburn - 04,3c,Highly qualified professionals,S02001661,Balgreen and Roseburn,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198547 +198547,S00105455,7c1,Challenged Transitionaries,S01008982,Corstorphine South - 02,4d,Hard-pressed flat dwellers,S02001681,Corstorphine South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198548 +198548,S00105460,7c1,Challenged Transitionaries,S01008984,Corstorphine South - 04,3d,Households in terraces and flats,S02001681,Corstorphine South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198549 +198549,S00105481,7c1,Challenged Transitionaries,S01008975,Corstorphine - 06,4d,Hard-pressed flat dwellers,S02001679,Corstorphine,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198550 +198550,S00105559,7c1,Challenged Transitionaries,S01008959,East Craigs North - 05,5c,Comfortable neighbourhoods,S02001676,East Craigs North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198551 +198551,S00105560,7c1,Challenged Transitionaries,S01008959,East Craigs North - 05,5c,Comfortable neighbourhoods,S02001676,East Craigs North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198552 +198552,S00105641,7c1,Challenged Transitionaries,S01008532,Oxgangs - 04,4d,Hard-pressed flat dwellers,S02001597,Oxgangs,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198553 +198553,S00105642,7c1,Challenged Transitionaries,S01008532,Oxgangs - 04,4d,Hard-pressed flat dwellers,S02001597,Oxgangs,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198554 +198554,S00105644,7c1,Challenged Transitionaries,S01008530,Oxgangs - 02,4d,Hard-pressed flat dwellers,S02001597,Oxgangs,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198555 +198555,S00105659,7c1,Challenged Transitionaries,S01008524,Colinton Mains and Firrhill - 01,4d,Hard-pressed flat dwellers,S02001596,Colinton Mains and Firrhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198556 +198556,S00105660,7c1,Challenged Transitionaries,S01008525,Colinton Mains and Firrhill - 02,4d,Hard-pressed flat dwellers,S02001596,Colinton Mains and Firrhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198557 +198557,S00105662,7c1,Challenged Transitionaries,S01008524,Colinton Mains and Firrhill - 01,4d,Hard-pressed flat dwellers,S02001596,Colinton Mains and Firrhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198558 +198558,S00105671,7c1,Challenged Transitionaries,S01008525,Colinton Mains and Firrhill - 02,4d,Hard-pressed flat dwellers,S02001596,Colinton Mains and Firrhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198559 +198559,S00105673,7c1,Challenged Transitionaries,S01008528,Colinton Mains and Firrhill - 05,3d,Households in terraces and flats,S02001596,Colinton Mains and Firrhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198560 +198560,S00105676,7c1,Challenged Transitionaries,S01008527,Colinton Mains and Firrhill - 04,3d,Households in terraces and flats,S02001596,Colinton Mains and Firrhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198561 +198561,S00105677,7c1,Challenged Transitionaries,S01008527,Colinton Mains and Firrhill - 04,3d,Households in terraces and flats,S02001596,Colinton Mains and Firrhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198562 +198562,S00105684,7c1,Challenged Transitionaries,S01008526,Colinton Mains and Firrhill - 03,4d,Hard-pressed flat dwellers,S02001596,Colinton Mains and Firrhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198563 +198563,S00105791,7c1,Challenged Transitionaries,S01008489,Slateford and Chesser - 04,4d,Hard-pressed flat dwellers,S02001589,Slateford and Chesser,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198564 +198564,S00105830,7c1,Challenged Transitionaries,S01008482,Longstone and Saughton - 02,4d,Hard-pressed flat dwellers,S02001588,Longstone and Saughton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198565 +198565,S00105835,7c1,Challenged Transitionaries,S01008482,Longstone and Saughton - 02,4d,Hard-pressed flat dwellers,S02001588,Longstone and Saughton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198566 +198566,S00105851,7c1,Challenged Transitionaries,S01008484,Longstone and Saughton - 04,5c,Comfortable neighbourhoods,S02001588,Longstone and Saughton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198567 +198567,S00104492,3c2,Constrained Commuters,S01008753,Restalrig (Loganlea) and Craigentinny West - 03,4d,Hard-pressed flat dwellers,S02001637,Restalrig (Loganlea) and Craigentinny West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198568 +198568,S00107012,3c2,Constrained Commuters,S01008790,Great Junction Street - 06,1a,Cosmopolitan student neighbourhoods,S02001643,Great Junction Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198569 +198569,S00106994,7c1,Challenged Transitionaries,S01008914,Boswall and Pilton - 06,5c,Comfortable neighbourhoods,S02001667,Boswall and Pilton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198570 +198570,S00107022,3c2,Constrained Commuters,S01008778,The Shore and Constitution Street - 01,1a,Cosmopolitan student neighbourhoods,S02001642,The Shore and Constitution Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198571 +198571,S00104534,3c2,Constrained Commuters,S01008759,Restalrig and Lochend - 04,4d,Hard-pressed flat dwellers,S02001638,Restalrig and Lochend,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198572 +198572,S00106072,7c1,Challenged Transitionaries,S01008725,Joppa - 04,3c,Highly qualified professionals,S02001631,Joppa,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198573 +198573,S00106084,7c1,Challenged Transitionaries,S01008711,Niddrie - 06,4d,Hard-pressed flat dwellers,S02001628,Niddrie,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198574 +198574,S00104103,5b2,Communal Retirement,S01008772,North Leith and Newhaven - 01,3c,Highly qualified professionals,S02001641,North Leith and Newhaven,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198575 +198575,S00106111,7c1,Challenged Transitionaries,S01008712,"Bingham, Magdalene and The Christians - 01",4d,Hard-pressed flat dwellers,S02001629,"Bingham, Magdalene and The Christians",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198576 +198576,S00107043,3c2,Constrained Commuters,S01008771,Western Harbour and Leith Docks - 04,1a,Cosmopolitan student neighbourhoods,S02001640,Western Harbour and Leith Docks,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198577 +198577,S00106127,7c1,Challenged Transitionaries,S01008713,"Bingham, Magdalene and The Christians - 02",4d,Hard-pressed flat dwellers,S02001629,"Bingham, Magdalene and The Christians",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198578 +198578,S00104145,5b2,Communal Retirement,S01008813,Pilrig - 01,1a,Cosmopolitan student neighbourhoods,S02001648,Pilrig,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198579 +198579,S00104600,3c2,Constrained Commuters,S01008746,Northfield and Piershill - 04,6a,Inner city cosmopolitan,S02001635,Northfield and Piershill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198580 +198580,S00107073,7c1,Challenged Transitionaries,S01008777,North Leith and Newhaven - 06,1a,Cosmopolitan student neighbourhoods,S02001641,North Leith and Newhaven,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198581 +198581,S00107051,3c2,Constrained Commuters,S01008787,Great Junction Street - 03,1a,Cosmopolitan student neighbourhoods,S02001643,Great Junction Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198582 +198582,S00106135,7c1,Challenged Transitionaries,S01008716,"Bingham, Magdalene and The Christians - 05",4d,Hard-pressed flat dwellers,S02001629,"Bingham, Magdalene and The Christians",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198583 +198583,S00104218,5b2,Communal Retirement,S01008768,Western Harbour and Leith Docks - 01,3c,Highly qualified professionals,S02001640,Western Harbour and Leith Docks,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198584 +198584,S00104601,3c2,Constrained Commuters,S01008746,Northfield and Piershill - 04,6a,Inner city cosmopolitan,S02001635,Northfield and Piershill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198585 +198585,S00107100,7c1,Challenged Transitionaries,S01008766,Leith (Hermitage and Prospect Bank) - 05,3c,Highly qualified professionals,S02001639,Leith (Hermitage and Prospect Bank),S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198586 +198586,S00107053,3c2,Constrained Commuters,S01008785,Great Junction Street - 01,6a,Inner city cosmopolitan,S02001643,Great Junction Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198587 +198587,S00107054,3c2,Constrained Commuters,S01008785,Great Junction Street - 01,6a,Inner city cosmopolitan,S02001643,Great Junction Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198588 +198588,S00107072,3c2,Constrained Commuters,S01008777,North Leith and Newhaven - 06,1a,Cosmopolitan student neighbourhoods,S02001641,North Leith and Newhaven,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198589 +198589,S00107091,3c2,Constrained Commuters,S01008795,South Leith - 04,1a,Cosmopolitan student neighbourhoods,S02001644,South Leith,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198590 +198590,S00107096,3c2,Constrained Commuters,S01008796,South Leith - 05,1a,Cosmopolitan student neighbourhoods,S02001644,South Leith,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198591 +198591,S00107184,3c2,Constrained Commuters,S01008761,Restalrig and Lochend - 06,1a,Cosmopolitan student neighbourhoods,S02001638,Restalrig and Lochend,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198592 +198592,S00107320,3c2,Constrained Commuters,S01008494,Gorgie West - 03,1a,Cosmopolitan student neighbourhoods,S02001590,Gorgie West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198593 +198593,S00107322,3c2,Constrained Commuters,S01008500,Gorgie East - 04,1a,Cosmopolitan student neighbourhoods,S02001591,Gorgie East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198594 +198594,S00107324,3c2,Constrained Commuters,S01008653,Dalry and Fountainbridge - 03,1a,Cosmopolitan student neighbourhoods,S02001619,Dalry and Fountainbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198595 +198595,S00107354,3c2,Constrained Commuters,S01008455,The Calders - 02,1a,Cosmopolitan student neighbourhoods,S02001583,The Calders,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198596 +198596,S00107355,3c2,Constrained Commuters,S01008455,The Calders - 02,1a,Cosmopolitan student neighbourhoods,S02001583,The Calders,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198597 +198597,S00107443,3c2,Constrained Commuters,S01008463,Murrayburn and Wester Hailes North - 05,4d,Hard-pressed flat dwellers,S02001584,Murrayburn and Wester Hailes North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198598 +198598,S00107449,3c2,Constrained Commuters,S01008452,Clovenstone and Wester Hailes - 04,7a,Urban cultural mix,S02001582,Clovenstone and Wester Hailes,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198599 +198599,S00107494,3c2,Constrained Commuters,S01008707,Niddrie - 02,4d,Hard-pressed flat dwellers,S02001628,Niddrie,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198600 +198600,S00107601,3c2,Constrained Commuters,S01008682,"Canongate, Southside and Dumbiedykes - 03",1a,Cosmopolitan student neighbourhoods,S02001623,"Canongate, Southside and Dumbiedykes",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198601 +198601,S00107622,3c2,Constrained Commuters,S01008929,Muirhouse - 01,4d,Hard-pressed flat dwellers,S02001671,Muirhouse,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198602 +198602,S00103705,3c1,Constrained Neighbourhoods,S01008934,Muirhouse - 06,7a,Urban cultural mix,S02001671,Muirhouse,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198603 +198603,S00103760,3c1,Constrained Neighbourhoods,S01008906,West Pilton - 03,7a,Urban cultural mix,S02001666,West Pilton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198604 +198604,S00103977,3c1,Constrained Neighbourhoods,S01008908,West Pilton - 05,7a,Urban cultural mix,S02001666,West Pilton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198605 +198605,S00104267,3c1,Constrained Neighbourhoods,S01008796,South Leith - 05,1a,Cosmopolitan student neighbourhoods,S02001644,South Leith,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198606 +198606,S00104368,3c1,Constrained Neighbourhoods,S01008836,Broughton North and Powderhall - 01,1a,Cosmopolitan student neighbourhoods,S02001653,Broughton North and Powderhall,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198607 +198607,S00104370,3c1,Constrained Neighbourhoods,S01008836,Broughton North and Powderhall - 01,1a,Cosmopolitan student neighbourhoods,S02001653,Broughton North and Powderhall,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198608 +198608,S00104462,3c1,Constrained Neighbourhoods,S01008803,Leith (Albert Street) - 02,1a,Cosmopolitan student neighbourhoods,S02001646,Leith (Albert Street),S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198609 +198609,S00104541,3c1,Constrained Neighbourhoods,S01008752,Restalrig (Loganlea) and Craigentinny West - 02,4d,Hard-pressed flat dwellers,S02001637,Restalrig (Loganlea) and Craigentinny West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198610 +198610,S00104599,3c1,Constrained Neighbourhoods,S01008746,Northfield and Piershill - 04,6a,Inner city cosmopolitan,S02001635,Northfield and Piershill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198611 +198611,S00104643,3c1,Constrained Neighbourhoods,S01008684,"Canongate, Southside and Dumbiedykes - 05",1a,Cosmopolitan student neighbourhoods,S02001623,"Canongate, Southside and Dumbiedykes",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198612 +198612,S00105303,3c1,Constrained Neighbourhoods,S01008478,Stenhouse and Saughton Mains - 06,1a,Cosmopolitan student neighbourhoods,S02001587,Stenhouse and Saughton Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198613 +198613,S00105646,3c1,Constrained Neighbourhoods,S01008530,Oxgangs - 02,4d,Hard-pressed flat dwellers,S02001597,Oxgangs,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198614 +198614,S00105649,3c1,Constrained Neighbourhoods,S01008531,Oxgangs - 03,4d,Hard-pressed flat dwellers,S02001597,Oxgangs,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198615 +198615,S00105887,3c1,Constrained Neighbourhoods,S01008450,Clovenstone and Wester Hailes - 02,4d,Hard-pressed flat dwellers,S02001582,Clovenstone and Wester Hailes,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198616 +198616,S00106103,3c1,Constrained Neighbourhoods,S01008712,"Bingham, Magdalene and The Christians - 01",4d,Hard-pressed flat dwellers,S02001629,"Bingham, Magdalene and The Christians",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198617 +198617,S00106104,3c1,Constrained Neighbourhoods,S01008712,"Bingham, Magdalene and The Christians - 01",4d,Hard-pressed flat dwellers,S02001629,"Bingham, Magdalene and The Christians",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198618 +198618,S00106774,3c1,Constrained Neighbourhoods,S01008758,Restalrig and Lochend - 03,4d,Hard-pressed flat dwellers,S02001638,Restalrig and Lochend,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198619 +198619,S00107077,3c1,Constrained Neighbourhoods,S01008782,The Shore and Constitution Street - 05,1a,Cosmopolitan student neighbourhoods,S02001642,The Shore and Constitution Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198620 +198620,S00107110,3c1,Constrained Neighbourhoods,S01008813,Pilrig - 01,1a,Cosmopolitan student neighbourhoods,S02001648,Pilrig,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198621 +198621,S00107142,3c1,Constrained Neighbourhoods,S01008806,Hillside and Calton Hill - 01,1a,Cosmopolitan student neighbourhoods,S02001647,Hillside and Calton Hill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198622 +198622,S00107190,3c1,Constrained Neighbourhoods,S01008746,Northfield and Piershill - 04,6a,Inner city cosmopolitan,S02001635,Northfield and Piershill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198623 +198623,S00107448,3c1,Constrained Neighbourhoods,S01008452,Clovenstone and Wester Hailes - 04,7a,Urban cultural mix,S02001582,Clovenstone and Wester Hailes,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198624 +198624,S00103583,7c2,Constrained Young Families,S01008899,Drylaw - 01,4d,Hard-pressed flat dwellers,S02001665,Drylaw,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198625 +198625,S00103603,7c2,Constrained Young Families,S01008903,Drylaw - 05,4d,Hard-pressed flat dwellers,S02001665,Drylaw,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198626 +198626,S00103604,7c2,Constrained Young Families,S01008903,Drylaw - 05,4d,Hard-pressed flat dwellers,S02001665,Drylaw,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198627 +198627,S00103693,7c2,Constrained Young Families,S01008932,Muirhouse - 04,7a,Urban cultural mix,S02001671,Muirhouse,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198628 +198628,S00103697,7c2,Constrained Young Families,S01008931,Muirhouse - 03,4d,Hard-pressed flat dwellers,S02001671,Muirhouse,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198629 +198629,S00104642,3c2,Constrained Commuters,S01008684,"Canongate, Southside and Dumbiedykes - 05",1a,Cosmopolitan student neighbourhoods,S02001623,"Canongate, Southside and Dumbiedykes",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198630 +198630,S00107171,7c1,Challenged Transitionaries,S01008755,Restalrig (Loganlea) and Craigentinny West - 05,1a,Cosmopolitan student neighbourhoods,S02001637,Restalrig (Loganlea) and Craigentinny West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198631 +198631,S00106145,7c1,Challenged Transitionaries,S01008702,Craigmillar - 02,1a,Cosmopolitan student neighbourhoods,S02001627,Craigmillar,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198632 +198632,S00104644,3c2,Constrained Commuters,S01008684,"Canongate, Southside and Dumbiedykes - 05",1a,Cosmopolitan student neighbourhoods,S02001623,"Canongate, Southside and Dumbiedykes",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198633 +198633,S00107359,7c1,Challenged Transitionaries,S01008464,Parkhead and Sighthill - 01,4d,Hard-pressed flat dwellers,S02001585,Parkhead and Sighthill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198634 +198634,S00104228,5b2,Communal Retirement,S01008766,Leith (Hermitage and Prospect Bank) - 05,3c,Highly qualified professionals,S02001639,Leith (Hermitage and Prospect Bank),S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198635 +198635,S00107383,7c1,Challenged Transitionaries,S01008984,Corstorphine South - 04,3d,Households in terraces and flats,S02001681,Corstorphine South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198636 +198636,S00104231,5b2,Communal Retirement,S01008766,Leith (Hermitage and Prospect Bank) - 05,3c,Highly qualified professionals,S02001639,Leith (Hermitage and Prospect Bank),S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198637 +198637,S00107392,7c1,Challenged Transitionaries,S01008979,Carrick Knowe - 03,3d,Households in terraces and flats,S02001680,Carrick Knowe,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198638 +198638,S00107412,7c1,Challenged Transitionaries,S01008532,Oxgangs - 04,4d,Hard-pressed flat dwellers,S02001597,Oxgangs,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198639 +198639,S00107504,7c1,Challenged Transitionaries,S01008585,The Inch - 05,3d,Households in terraces and flats,S02001608,The Inch,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198640 +198640,S00107506,7c1,Challenged Transitionaries,S01008584,The Inch - 04,3d,Households in terraces and flats,S02001608,The Inch,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198641 +198641,S00107560,7c1,Challenged Transitionaries,S01008563,Hyvots and Gilmerton - 05,4d,Hard-pressed flat dwellers,S02001603,Hyvots and Gilmerton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198642 +198642,S00107580,7c1,Challenged Transitionaries,S01009008,Queensferry East - 06,5c,Comfortable neighbourhoods,S02001685,Queensferry East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198643 +198643,S00103626,6a2,Comfortable Suburbia,S01008891,"Craigleith, Orchard Brae and Crewe Toll - 06",8a,Affluent communities,S02001663,"Craigleith, Orchard Brae and Crewe Toll",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198644 +198644,S00103673,6a2,Comfortable Suburbia,S01008885,Murrayfield and Ravelston - 05,8a,Affluent communities,S02001662,Murrayfield and Ravelston,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198645 +198645,S00103674,6a2,Comfortable Suburbia,S01008885,Murrayfield and Ravelston - 05,8a,Affluent communities,S02001662,Murrayfield and Ravelston,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198646 +198646,S00103802,6a2,Comfortable Suburbia,S01008944,"Barnton, Cammo and Cramond South - 01",8a,Affluent communities,S02001674,"Barnton, Cammo and Cramond South",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198647 +198647,S00103803,6a2,Comfortable Suburbia,S01008944,"Barnton, Cammo and Cramond South - 01",8a,Affluent communities,S02001674,"Barnton, Cammo and Cramond South",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198648 +198648,S00103809,6a2,Comfortable Suburbia,S01008943,Cramond - 03,8a,Affluent communities,S02001673,Cramond,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198649 +198649,S00103814,6a2,Comfortable Suburbia,S01008942,Cramond - 02,3a,Achieving neighbourhoods,S02001673,Cramond,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198650 +198650,S00103816,6a2,Comfortable Suburbia,S01008943,Cramond - 03,8a,Affluent communities,S02001673,Cramond,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198651 +198651,S00103831,6a2,Comfortable Suburbia,S01008947,"Barnton, Cammo and Cramond South - 04",8a,Affluent communities,S02001674,"Barnton, Cammo and Cramond South",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198652 +198652,S00103836,6a2,Comfortable Suburbia,S01008946,"Barnton, Cammo and Cramond South - 03",8a,Affluent communities,S02001674,"Barnton, Cammo and Cramond South",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198653 +198653,S00104645,3c2,Constrained Commuters,S01008684,"Canongate, Southside and Dumbiedykes - 05",1a,Cosmopolitan student neighbourhoods,S02001623,"Canongate, Southside and Dumbiedykes",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198654 +198654,S00106153,7c1,Challenged Transitionaries,S01008704,Craigmillar - 04,7a,Urban cultural mix,S02001627,Craigmillar,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198655 +198655,S00103894,6a2,Comfortable Suburbia,S01008897,Blackhall - 06,3c,Highly qualified professionals,S02001664,Blackhall,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198656 +198656,S00103896,6a2,Comfortable Suburbia,S01008896,Blackhall - 05,8a,Affluent communities,S02001664,Blackhall,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198657 +198657,S00103898,6a2,Comfortable Suburbia,S01008895,Blackhall - 04,8a,Affluent communities,S02001664,Blackhall,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198658 +198658,S00103904,6a2,Comfortable Suburbia,S01008945,"Barnton, Cammo and Cramond South - 02",8a,Affluent communities,S02001674,"Barnton, Cammo and Cramond South",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198659 +198659,S00103906,6a2,Comfortable Suburbia,S01008945,"Barnton, Cammo and Cramond South - 02",8a,Affluent communities,S02001674,"Barnton, Cammo and Cramond South",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198660 +198660,S00103909,6a2,Comfortable Suburbia,S01008946,"Barnton, Cammo and Cramond South - 03",8a,Affluent communities,S02001674,"Barnton, Cammo and Cramond South",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198661 +198661,S00104927,6a2,Comfortable Suburbia,S01008521,Greenbank and The Braids - 03,8a,Affluent communities,S02001595,Greenbank and The Braids,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198662 +198662,S00104938,6a2,Comfortable Suburbia,S01008521,Greenbank and The Braids - 03,8a,Affluent communities,S02001595,Greenbank and The Braids,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198663 +198663,S00105005,6a2,Comfortable Suburbia,S01008538,Comiston and Swanston - 06,8a,Affluent communities,S02001598,Comiston and Swanston,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198664 +198664,S00105011,6a2,Comfortable Suburbia,S01008542,Fairmilehead - 02,8a,Affluent communities,S02001599,Fairmilehead,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198665 +198665,S00105036,6a2,Comfortable Suburbia,S01008520,Greenbank and The Braids - 02,8a,Affluent communities,S02001595,Greenbank and The Braids,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198666 +198666,S00105038,6a2,Comfortable Suburbia,S01008520,Greenbank and The Braids - 02,8a,Affluent communities,S02001595,Greenbank and The Braids,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198667 +198667,S00105056,6a2,Comfortable Suburbia,S01008546,Fairmilehead - 06,8a,Affluent communities,S02001599,Fairmilehead,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198668 +198668,S00105059,6a2,Comfortable Suburbia,S01008535,Comiston and Swanston - 03,8a,Affluent communities,S02001598,Comiston and Swanston,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198669 +198669,S00105074,6a2,Comfortable Suburbia,S01008536,Comiston and Swanston - 04,8a,Affluent communities,S02001598,Comiston and Swanston,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198670 +198670,S00105534,6a2,Comfortable Suburbia,S01008963,East Craigs South - 04,8a,Affluent communities,S02001677,East Craigs South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198671 +198671,S00105542,6a2,Comfortable Suburbia,S01008962,East Craigs South - 03,8a,Affluent communities,S02001677,East Craigs South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198672 +198672,S00105544,6a2,Comfortable Suburbia,S01008965,East Craigs South - 06,8a,Affluent communities,S02001677,East Craigs South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198673 +198673,S00105573,6a2,Comfortable Suburbia,S01008966,East Craigs South - 07,8a,Affluent communities,S02001677,East Craigs South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198674 +198674,S00105577,6a2,Comfortable Suburbia,S01008965,East Craigs South - 06,8a,Affluent communities,S02001677,East Craigs South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198675 +198675,S00105584,6a2,Comfortable Suburbia,S01008967,Corstorphine North - 01,8a,Affluent communities,S02001678,Corstorphine North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198676 +198676,S00105596,6a2,Comfortable Suburbia,S01008970,Corstorphine - 01,8a,Affluent communities,S02001679,Corstorphine,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198677 +198677,S00105691,6a2,Comfortable Suburbia,S01008439,Bonaly and The Pentlands - 02,8a,Affluent communities,S02001580,Bonaly and The Pentlands,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198678 +198678,S00105693,6a2,Comfortable Suburbia,S01008441,Bonaly and The Pentlands - 04,8a,Affluent communities,S02001580,Bonaly and The Pentlands,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198679 +198679,S00105694,6a2,Comfortable Suburbia,S01008442,Bonaly and The Pentlands - 05,8a,Affluent communities,S02001580,Bonaly and The Pentlands,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198680 +198680,S00104786,5b2,Communal Retirement,S01008600,Newington and Dalkeith Road - 02,1a,Cosmopolitan student neighbourhoods,S02001611,Newington and Dalkeith Road,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198681 +198681,S00104791,5b2,Communal Retirement,S01008624,Morningside - 01,3c,Highly qualified professionals,S02001615,Morningside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198682 +198682,S00104796,5b2,Communal Retirement,S01008624,Morningside - 01,3c,Highly qualified professionals,S02001615,Morningside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198683 +198683,S00104829,5b2,Communal Retirement,S01008599,Newington and Dalkeith Road - 01,1a,Cosmopolitan student neighbourhoods,S02001611,Newington and Dalkeith Road,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198684 +198684,S00106171,7c1,Challenged Transitionaries,S01008583,The Inch - 03,7a,Urban cultural mix,S02001608,The Inch,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198685 +198685,S00106178,7c1,Challenged Transitionaries,S01008586,The Inch - 06,4c,Hampered neighbourhoods,S02001608,The Inch,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198686 +198686,S00104694,3c2,Constrained Commuters,S01008684,"Canongate, Southside and Dumbiedykes - 05",1a,Cosmopolitan student neighbourhoods,S02001623,"Canongate, Southside and Dumbiedykes",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198687 +198687,S00106180,7c1,Challenged Transitionaries,S01008586,The Inch - 06,4c,Hampered neighbourhoods,S02001608,The Inch,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198688 +198688,S00104696,3c2,Constrained Commuters,S01008684,"Canongate, Southside and Dumbiedykes - 05",1a,Cosmopolitan student neighbourhoods,S02001623,"Canongate, Southside and Dumbiedykes",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198689 +198689,S00106184,7c1,Challenged Transitionaries,S01008585,The Inch - 05,3d,Households in terraces and flats,S02001608,The Inch,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198690 +198690,S00104699,3c2,Constrained Commuters,S01008683,"Canongate, Southside and Dumbiedykes - 04",1a,Cosmopolitan student neighbourhoods,S02001623,"Canongate, Southside and Dumbiedykes",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198691 +198691,S00104708,3c2,Constrained Commuters,S01008683,"Canongate, Southside and Dumbiedykes - 04",1a,Cosmopolitan student neighbourhoods,S02001623,"Canongate, Southside and Dumbiedykes",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198692 +198692,S00105172,3c2,Constrained Commuters,S01008493,Gorgie West - 02,1a,Cosmopolitan student neighbourhoods,S02001590,Gorgie West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198693 +198693,S00105257,3c2,Constrained Commuters,S01008471,Broomhouse and Bankhead - 04,4d,Hard-pressed flat dwellers,S02001586,Broomhouse and Bankhead,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198694 +198694,S00105259,3c2,Constrained Commuters,S01008471,Broomhouse and Bankhead - 04,4d,Hard-pressed flat dwellers,S02001586,Broomhouse and Bankhead,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198695 +198695,S00105278,3c2,Constrained Commuters,S01008474,Stenhouse and Saughton Mains - 02,4d,Hard-pressed flat dwellers,S02001587,Stenhouse and Saughton Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198696 +198696,S00105317,3c2,Constrained Commuters,S01008455,The Calders - 02,1a,Cosmopolitan student neighbourhoods,S02001583,The Calders,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198697 +198697,S00105318,3c2,Constrained Commuters,S01008455,The Calders - 02,1a,Cosmopolitan student neighbourhoods,S02001583,The Calders,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198698 +198698,S00105321,3c2,Constrained Commuters,S01008455,The Calders - 02,1a,Cosmopolitan student neighbourhoods,S02001583,The Calders,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198699 +198699,S00105324,3c2,Constrained Commuters,S01008456,The Calders - 03,6a,Inner city cosmopolitan,S02001583,The Calders,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198700 +198700,S00105643,3c2,Constrained Commuters,S01008530,Oxgangs - 02,4d,Hard-pressed flat dwellers,S02001597,Oxgangs,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198701 +198701,S00105799,3c2,Constrained Commuters,S01008491,Slateford and Chesser - 06,1a,Cosmopolitan student neighbourhoods,S02001589,Slateford and Chesser,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198702 +198702,S00105803,3c2,Constrained Commuters,S01008459,Murrayburn and Wester Hailes North - 01,4d,Hard-pressed flat dwellers,S02001584,Murrayburn and Wester Hailes North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198703 +198703,S00105814,3c2,Constrained Commuters,S01008460,Murrayburn and Wester Hailes North - 02,4d,Hard-pressed flat dwellers,S02001584,Murrayburn and Wester Hailes North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198704 +198704,S00105828,3c2,Constrained Commuters,S01008463,Murrayburn and Wester Hailes North - 05,4d,Hard-pressed flat dwellers,S02001584,Murrayburn and Wester Hailes North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198705 +198705,S00104851,5b2,Communal Retirement,S01008587,"Blackford, West Mains and Mayfield Road - 01",3c,Highly qualified professionals,S02001609,"Blackford, West Mains and Mayfield Road",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198706 +198706,S00105881,3c2,Constrained Commuters,S01008449,Clovenstone and Wester Hailes - 01,7a,Urban cultural mix,S02001582,Clovenstone and Wester Hailes,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198707 +198707,S00105886,3c2,Constrained Commuters,S01008449,Clovenstone and Wester Hailes - 01,7a,Urban cultural mix,S02001582,Clovenstone and Wester Hailes,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198708 +198708,S00105893,3c2,Constrained Commuters,S01008453,Clovenstone and Wester Hailes - 05,6a,Inner city cosmopolitan,S02001582,Clovenstone and Wester Hailes,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198709 +198709,S00105895,3c2,Constrained Commuters,S01008451,Clovenstone and Wester Hailes - 03,7a,Urban cultural mix,S02001582,Clovenstone and Wester Hailes,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198710 +198710,S00105898,3c2,Constrained Commuters,S01008451,Clovenstone and Wester Hailes - 03,7a,Urban cultural mix,S02001582,Clovenstone and Wester Hailes,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198711 +198711,S00105899,3c2,Constrained Commuters,S01008453,Clovenstone and Wester Hailes - 05,6a,Inner city cosmopolitan,S02001582,Clovenstone and Wester Hailes,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198712 +198712,S00105900,3c2,Constrained Commuters,S01008453,Clovenstone and Wester Hailes - 05,6a,Inner city cosmopolitan,S02001582,Clovenstone and Wester Hailes,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198713 +198713,S00106087,3c2,Constrained Commuters,S01008711,Niddrie - 06,4d,Hard-pressed flat dwellers,S02001628,Niddrie,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198714 +198714,S00106126,3c2,Constrained Commuters,S01008713,"Bingham, Magdalene and The Christians - 02",4d,Hard-pressed flat dwellers,S02001629,"Bingham, Magdalene and The Christians",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198715 +198715,S00106141,3c2,Constrained Commuters,S01008703,Craigmillar - 03,7a,Urban cultural mix,S02001627,Craigmillar,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198716 +198716,S00106148,3c2,Constrained Commuters,S01008702,Craigmillar - 02,1a,Cosmopolitan student neighbourhoods,S02001627,Craigmillar,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198717 +198717,S00106152,3c2,Constrained Commuters,S01008703,Craigmillar - 03,7a,Urban cultural mix,S02001627,Craigmillar,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198718 +198718,S00106222,3c2,Constrained Commuters,S01008598,Prestonfield - 04,1a,Cosmopolitan student neighbourhoods,S02001610,Prestonfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198719 +198719,S00106335,3c2,Constrained Commuters,S01008569,Moredun and Craigour - 01,6a,Inner city cosmopolitan,S02001605,Moredun and Craigour,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198720 +198720,S00106337,3c2,Constrained Commuters,S01008569,Moredun and Craigour - 01,6a,Inner city cosmopolitan,S02001605,Moredun and Craigour,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198721 +198721,S00106339,3c2,Constrained Commuters,S01008569,Moredun and Craigour - 01,6a,Inner city cosmopolitan,S02001605,Moredun and Craigour,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198722 +198722,S00106399,3c2,Constrained Commuters,S01008555,"Gracemount, Southhouse and Burdiehouse - 03",4d,Hard-pressed flat dwellers,S02001602,"Gracemount, Southhouse and Burdiehouse",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198723 +198723,S00106525,3c2,Constrained Commuters,S01008785,Great Junction Street - 01,6a,Inner city cosmopolitan,S02001643,Great Junction Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198724 +198724,S00106581,3c2,Constrained Commuters,S01008472,Broomhouse and Bankhead - 05,7a,Urban cultural mix,S02001586,Broomhouse and Bankhead,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198725 +198725,S00106613,3c2,Constrained Commuters,S01008459,Murrayburn and Wester Hailes North - 01,4d,Hard-pressed flat dwellers,S02001584,Murrayburn and Wester Hailes North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198726 +198726,S00106644,3c2,Constrained Commuters,S01008705,Craigmillar - 05,7a,Urban cultural mix,S02001627,Craigmillar,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198727 +198727,S00106751,3c2,Constrained Commuters,S01008798,Easter Road and Hawkhill Avenue - 01,1a,Cosmopolitan student neighbourhoods,S02001645,Easter Road and Hawkhill Avenue,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198728 +198728,S00106855,3c2,Constrained Commuters,S01008492,Gorgie West - 01,1a,Cosmopolitan student neighbourhoods,S02001590,Gorgie West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198729 +198729,S00106257,7c1,Challenged Transitionaries,S01008556,"Gracemount, Southhouse and Burdiehouse - 04",4d,Hard-pressed flat dwellers,S02001602,"Gracemount, Southhouse and Burdiehouse",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198730 +198730,S00106263,7c1,Challenged Transitionaries,S01008556,"Gracemount, Southhouse and Burdiehouse - 04",4d,Hard-pressed flat dwellers,S02001602,"Gracemount, Southhouse and Burdiehouse",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198731 +198731,S00106267,7c1,Challenged Transitionaries,S01008558,"Gracemount, Southhouse and Burdiehouse - 06",4d,Hard-pressed flat dwellers,S02001602,"Gracemount, Southhouse and Burdiehouse",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198732 +198732,S00106269,7c1,Challenged Transitionaries,S01008558,"Gracemount, Southhouse and Burdiehouse - 06",4d,Hard-pressed flat dwellers,S02001602,"Gracemount, Southhouse and Burdiehouse",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198733 +198733,S00106273,7c1,Challenged Transitionaries,S01008558,"Gracemount, Southhouse and Burdiehouse - 06",4d,Hard-pressed flat dwellers,S02001602,"Gracemount, Southhouse and Burdiehouse",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198734 +198734,S00106274,7c1,Challenged Transitionaries,S01008558,"Gracemount, Southhouse and Burdiehouse - 06",4d,Hard-pressed flat dwellers,S02001602,"Gracemount, Southhouse and Burdiehouse",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198735 +198735,S00106295,7c1,Challenged Transitionaries,S01008581,The Inch - 01,4d,Hard-pressed flat dwellers,S02001608,The Inch,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198736 +198736,S00106307,7c1,Challenged Transitionaries,S01008582,The Inch - 02,4d,Hard-pressed flat dwellers,S02001608,The Inch,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198737 +198737,S00106308,7c1,Challenged Transitionaries,S01008582,The Inch - 02,4d,Hard-pressed flat dwellers,S02001608,The Inch,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198738 +198738,S00106311,7c1,Challenged Transitionaries,S01008582,The Inch - 02,4d,Hard-pressed flat dwellers,S02001608,The Inch,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198739 +198739,S00106315,7c1,Challenged Transitionaries,S01008561,Hyvots and Gilmerton - 03,4a,Challenged white communities,S02001603,Hyvots and Gilmerton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198740 +198740,S00106364,7c1,Challenged Transitionaries,S01008565,Fernieside and Moredun South - 02,4d,Hard-pressed flat dwellers,S02001604,Fernieside and Moredun South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198741 +198741,S00106389,7c1,Challenged Transitionaries,S01008555,"Gracemount, Southhouse and Burdiehouse - 03",4d,Hard-pressed flat dwellers,S02001602,"Gracemount, Southhouse and Burdiehouse",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198742 +198742,S00106426,7c1,Challenged Transitionaries,S01008559,Hyvots and Gilmerton - 01,4a,Challenged white communities,S02001603,Hyvots and Gilmerton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198743 +198743,S00106428,7c1,Challenged Transitionaries,S01008559,Hyvots and Gilmerton - 01,4a,Challenged white communities,S02001603,Hyvots and Gilmerton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198744 +198744,S00106429,7c1,Challenged Transitionaries,S01008720,"Jewel, Brunstane and Newcraighall - 04",4a,Challenged white communities,S02001630,"Jewel, Brunstane and Newcraighall",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198745 +198745,S00106434,7c1,Challenged Transitionaries,S01008994,"Ratho, Ingliston and Gogar - 02",5c,Comfortable neighbourhoods,S02001683,"Ratho, Ingliston and Gogar",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198746 +198746,S00106455,7c1,Challenged Transitionaries,S01008999,"Dalmeny, Kirkliston and Newbridge - 03",5c,Comfortable neighbourhoods,S02001684,"Dalmeny, Kirkliston and Newbridge",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198747 +198747,S00106492,7c1,Challenged Transitionaries,S01009009,Queensferry West - 01,4d,Hard-pressed flat dwellers,S02001686,Queensferry West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198748 +198748,S00106493,7c1,Challenged Transitionaries,S01009009,Queensferry West - 01,4d,Hard-pressed flat dwellers,S02001686,Queensferry West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198749 +198749,S00106495,7c1,Challenged Transitionaries,S01009008,Queensferry East - 06,5c,Comfortable neighbourhoods,S02001685,Queensferry East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198750 +198750,S00106496,7c1,Challenged Transitionaries,S01009006,Queensferry East - 04,5c,Comfortable neighbourhoods,S02001685,Queensferry East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198751 +198751,S00106499,7c1,Challenged Transitionaries,S01009005,Queensferry East - 03,5b,Aspiring urban households,S02001685,Queensferry East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198752 +198752,S00106502,7c1,Challenged Transitionaries,S01009007,Queensferry East - 05,4a,Challenged white communities,S02001685,Queensferry East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198753 +198753,S00104853,5b2,Communal Retirement,S01008593,"Blackford, West Mains and Mayfield Road - 07",3c,Highly qualified professionals,S02001609,"Blackford, West Mains and Mayfield Road",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198754 +198754,S00106504,7c1,Challenged Transitionaries,S01009004,Queensferry East - 02,5b,Aspiring urban households,S02001685,Queensferry East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198755 +198755,S00106521,7c1,Challenged Transitionaries,S01008789,Great Junction Street - 05,4d,Hard-pressed flat dwellers,S02001643,Great Junction Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198756 +198756,S00106582,7c1,Challenged Transitionaries,S01008472,Broomhouse and Bankhead - 05,7a,Urban cultural mix,S02001586,Broomhouse and Bankhead,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198757 +198757,S00106592,7c1,Challenged Transitionaries,S01008466,Parkhead and Sighthill - 03,4d,Hard-pressed flat dwellers,S02001585,Parkhead and Sighthill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198758 +198758,S00106629,7c1,Challenged Transitionaries,S01008731,Portobello - 04,4d,Hard-pressed flat dwellers,S02001632,Portobello,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198759 +198759,S00106635,7c1,Challenged Transitionaries,S01008719,"Jewel, Brunstane and Newcraighall - 03",3d,Households in terraces and flats,S02001630,"Jewel, Brunstane and Newcraighall",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198760 +198760,S00106645,7c1,Challenged Transitionaries,S01008706,Niddrie - 01,4d,Hard-pressed flat dwellers,S02001628,Niddrie,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198761 +198761,S00106650,7c1,Challenged Transitionaries,S01008586,The Inch - 06,4c,Hampered neighbourhoods,S02001608,The Inch,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198762 +198762,S00106673,7c1,Challenged Transitionaries,S01008559,Hyvots and Gilmerton - 01,4a,Challenged white communities,S02001603,Hyvots and Gilmerton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198763 +198763,S00106693,7c1,Challenged Transitionaries,S01008932,Muirhouse - 04,7a,Urban cultural mix,S02001671,Muirhouse,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198764 +198764,S00104873,5b2,Communal Retirement,S01008628,Morningside - 05,1a,Cosmopolitan student neighbourhoods,S02001615,Morningside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198765 +198765,S00104881,5b2,Communal Retirement,S01008637,Merchiston and Greenhill - 06,1a,Cosmopolitan student neighbourhoods,S02001616,Merchiston and Greenhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198766 +198766,S00104882,5b2,Communal Retirement,S01008637,Merchiston and Greenhill - 06,1a,Cosmopolitan student neighbourhoods,S02001616,Merchiston and Greenhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198767 +198767,S00104884,5b2,Communal Retirement,S01008635,Merchiston and Greenhill - 04,1a,Cosmopolitan student neighbourhoods,S02001616,Merchiston and Greenhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198768 +198768,S00104961,5b2,Communal Retirement,S01008514,Morningside and Craighouse - 01,3c,Highly qualified professionals,S02001594,Morningside and Craighouse,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198769 +198769,S00104980,5b2,Communal Retirement,S01008632,Merchiston and Greenhill - 01,1a,Cosmopolitan student neighbourhoods,S02001616,Merchiston and Greenhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198770 +198770,S00104989,5b2,Communal Retirement,S01008506,Shandon - 05,1a,Cosmopolitan student neighbourhoods,S02001592,Shandon,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198771 +198771,S00105050,5b2,Communal Retirement,S01008627,Morningside - 04,3c,Highly qualified professionals,S02001615,Morningside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198772 +198772,S00105086,5b2,Communal Retirement,S01008506,Shandon - 05,1a,Cosmopolitan student neighbourhoods,S02001592,Shandon,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198773 +198773,S00105375,5b2,Communal Retirement,S01008880,Balgreen and Roseburn - 06,3c,Highly qualified professionals,S02001661,Balgreen and Roseburn,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198774 +198774,S00105414,5b2,Communal Retirement,S01008972,Corstorphine - 03,8a,Affluent communities,S02001679,Corstorphine,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198775 +198775,S00105431,5b2,Communal Retirement,S01008881,Murrayfield and Ravelston - 01,3c,Highly qualified professionals,S02001662,Murrayfield and Ravelston,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198776 +198776,S00105436,5b2,Communal Retirement,S01008882,Murrayfield and Ravelston - 02,3c,Highly qualified professionals,S02001662,Murrayfield and Ravelston,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198777 +198777,S00105441,5b2,Communal Retirement,S01008883,Murrayfield and Ravelston - 03,8a,Affluent communities,S02001662,Murrayfield and Ravelston,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198778 +198778,S00105689,5b2,Communal Retirement,S01008526,Colinton Mains and Firrhill - 03,4d,Hard-pressed flat dwellers,S02001596,Colinton Mains and Firrhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198779 +198779,S00105709,5b2,Communal Retirement,S01008446,Colinton and Kingsknowe - 03,8a,Affluent communities,S02001581,Colinton and Kingsknowe,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198780 +198780,S00105736,5b2,Communal Retirement,S01008513,Craiglockhart - 06,8a,Affluent communities,S02001593,Craiglockhart,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198781 +198781,S00105959,5b2,Communal Retirement,S01008436,Baberton and Juniper Green - 04,8a,Affluent communities,S02001579,Baberton and Juniper Green,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198782 +198782,S00106054,5b2,Communal Retirement,S01008727,Joppa - 06,3c,Highly qualified professionals,S02001631,Joppa,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198783 +198783,S00106065,5b2,Communal Retirement,S01008724,Joppa - 03,5a,Ageing urban communities,S02001631,Joppa,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198784 +198784,S00106191,5b2,Communal Retirement,S01008587,"Blackford, West Mains and Mayfield Road - 01",3c,Highly qualified professionals,S02001609,"Blackford, West Mains and Mayfield Road",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198785 +198785,S00106194,5b2,Communal Retirement,S01008587,"Blackford, West Mains and Mayfield Road - 01",3c,Highly qualified professionals,S02001609,"Blackford, West Mains and Mayfield Road",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198786 +198786,S00106200,5b2,Communal Retirement,S01008594,"Blackford, West Mains and Mayfield Road - 08",3c,Highly qualified professionals,S02001609,"Blackford, West Mains and Mayfield Road",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198787 +198787,S00106228,5b2,Communal Retirement,S01008598,Prestonfield - 04,1a,Cosmopolitan student neighbourhoods,S02001610,Prestonfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198788 +198788,S00106238,5b2,Communal Retirement,S01008551,Mortonhall and Anwickhill - 02,3c,Highly qualified professionals,S02001601,Mortonhall and Anwickhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198789 +198789,S00106287,5b2,Communal Retirement,S01008578,Liberton West and Braid Hills - 02,8a,Affluent communities,S02001607,Liberton West and Braid Hills,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198790 +198790,S00106661,5b2,Communal Retirement,S01008577,Liberton West and Braid Hills - 01,8a,Affluent communities,S02001607,Liberton West and Braid Hills,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198791 +198791,S00106721,5b2,Communal Retirement,S01008832,"Inverleith, Goldenacre and Warriston - 01",3c,Highly qualified professionals,S02001652,"Inverleith, Goldenacre and Warriston",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198792 +198792,S00107188,5b2,Communal Retirement,S01008761,Restalrig and Lochend - 06,1a,Cosmopolitan student neighbourhoods,S02001638,Restalrig and Lochend,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198793 +198793,S00107384,5b2,Communal Retirement,S01008988,South Gyle - 02,3c,Highly qualified professionals,S02001682,South Gyle,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198794 +198794,S00107420,5b2,Communal Retirement,S01008445,Colinton and Kingsknowe - 02,3c,Highly qualified professionals,S02001581,Colinton and Kingsknowe,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198795 +198795,S00107524,5b2,Communal Retirement,S01008574,Liberton East - 02,3b,Asian traits,S02001606,Liberton East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198796 +198796,S00107569,5b2,Communal Retirement,S01009001,"Dalmeny, Kirkliston and Newbridge - 05",8c,Comfortable suburbia,S02001684,"Dalmeny, Kirkliston and Newbridge",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198797 +198797,S00103700,4a3,Commuters with Young Families,S01008933,Muirhouse - 05,4d,Hard-pressed flat dwellers,S02001671,Muirhouse,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198798 +198798,S00105242,4a3,Commuters with Young Families,S01008468,Broomhouse and Bankhead - 01,4d,Hard-pressed flat dwellers,S02001586,Broomhouse and Bankhead,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198799 +198799,S00105639,4a3,Commuters with Young Families,S01008533,Comiston and Swanston - 01,3a,Achieving neighbourhoods,S02001598,Comiston and Swanston,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198800 +198800,S00103399,5b1,Delayed Retirement,S01008834,"Inverleith, Goldenacre and Warriston - 03",3c,Highly qualified professionals,S02001652,"Inverleith, Goldenacre and Warriston",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198801 +198801,S00103424,5b1,Delayed Retirement,S01008850,New Town West - 02,1a,Cosmopolitan student neighbourhoods,S02001656,New Town West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198802 +198802,S00103540,5b1,Delayed Retirement,S01008861,Stockbridge - 05,3c,Highly qualified professionals,S02001658,Stockbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198803 +198803,S00103612,5b1,Delayed Retirement,S01008889,"Craigleith, Orchard Brae and Crewe Toll - 04",3c,Highly qualified professionals,S02001663,"Craigleith, Orchard Brae and Crewe Toll",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198804 +198804,S00103622,5b1,Delayed Retirement,S01008901,Drylaw - 03,4d,Hard-pressed flat dwellers,S02001665,Drylaw,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198805 +198805,S00103634,5b1,Delayed Retirement,S01008891,"Craigleith, Orchard Brae and Crewe Toll - 06",8a,Affluent communities,S02001663,"Craigleith, Orchard Brae and Crewe Toll",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198806 +198806,S00103638,5b1,Delayed Retirement,S01008887,"Craigleith, Orchard Brae and Crewe Toll - 02",3c,Highly qualified professionals,S02001663,"Craigleith, Orchard Brae and Crewe Toll",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198807 +198807,S00103640,5b1,Delayed Retirement,S01008887,"Craigleith, Orchard Brae and Crewe Toll - 02",3c,Highly qualified professionals,S02001663,"Craigleith, Orchard Brae and Crewe Toll",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198808 +198808,S00104930,5b1,Delayed Retirement,S01008523,Greenbank and The Braids - 05,3a,Achieving neighbourhoods,S02001595,Greenbank and The Braids,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198809 +198809,S00103648,5b1,Delayed Retirement,S01008896,Blackhall - 05,8a,Affluent communities,S02001664,Blackhall,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198810 +198810,S00103658,5b1,Delayed Retirement,S01008892,Blackhall - 01,3c,Highly qualified professionals,S02001664,Blackhall,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198811 +198811,S00103662,5b1,Delayed Retirement,S01008892,Blackhall - 01,3c,Highly qualified professionals,S02001664,Blackhall,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198812 +198812,S00104933,5b1,Delayed Retirement,S01008523,Greenbank and The Braids - 05,3a,Achieving neighbourhoods,S02001595,Greenbank and The Braids,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198813 +198813,S00103663,5b1,Delayed Retirement,S01008892,Blackhall - 01,3c,Highly qualified professionals,S02001664,Blackhall,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198814 +198814,S00104942,5b1,Delayed Retirement,S01008519,Greenbank and The Braids - 01,3c,Highly qualified professionals,S02001595,Greenbank and The Braids,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198815 +198815,S00104031,5b1,Delayed Retirement,S01008829,Trinity - 04,3c,Highly qualified professionals,S02001651,Trinity,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198816 +198816,S00103664,5b1,Delayed Retirement,S01008892,Blackhall - 01,3c,Highly qualified professionals,S02001664,Blackhall,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198817 +198817,S00104956,5b1,Delayed Retirement,S01008515,Morningside and Craighouse - 02,3c,Highly qualified professionals,S02001594,Morningside and Craighouse,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198818 +198818,S00107576,8b1,Deprived Blue-Collar Terraces,S01009004,Queensferry East - 02,5b,Aspiring urban households,S02001685,Queensferry East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198819 +198819,S00105530,5b1,Delayed Retirement,S01008993,"Ratho, Ingliston and Gogar - 01",3a,Achieving neighbourhoods,S02001683,"Ratho, Ingliston and Gogar",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198820 +198820,S00106843,5b1,Delayed Retirement,S01008551,Mortonhall and Anwickhill - 02,3c,Highly qualified professionals,S02001601,Mortonhall and Anwickhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198821 +198821,S00106047,5b1,Delayed Retirement,S01008726,Joppa - 05,8a,Affluent communities,S02001631,Joppa,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198822 +198822,S00104034,5b1,Delayed Retirement,S01008829,Trinity - 04,3c,Highly qualified professionals,S02001651,Trinity,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198823 +198823,S00104040,5b1,Delayed Retirement,S01008828,Trinity - 03,3c,Highly qualified professionals,S02001651,Trinity,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198824 +198824,S00104048,5b1,Delayed Retirement,S01008827,Trinity - 02,3c,Highly qualified professionals,S02001651,Trinity,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198825 +198825,S00104054,5b1,Delayed Retirement,S01008831,Trinity - 06,3c,Highly qualified professionals,S02001651,Trinity,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198826 +198826,S00104058,5b1,Delayed Retirement,S01008830,Trinity - 05,3c,Highly qualified professionals,S02001651,Trinity,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198827 +198827,S00104060,5b1,Delayed Retirement,S01008830,Trinity - 05,3c,Highly qualified professionals,S02001651,Trinity,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198828 +198828,S00104067,5b1,Delayed Retirement,S01008824,Trinity East and The Dudleys - 04,3c,Highly qualified professionals,S02001650,Trinity East and The Dudleys,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198829 +198829,S00104068,5b1,Delayed Retirement,S01008831,Trinity - 06,3c,Highly qualified professionals,S02001651,Trinity,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198830 +198830,S00104069,5b1,Delayed Retirement,S01008831,Trinity - 06,3c,Highly qualified professionals,S02001651,Trinity,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198831 +198831,S00104074,5b1,Delayed Retirement,S01008825,Trinity East and The Dudleys - 05,3c,Highly qualified professionals,S02001650,Trinity East and The Dudleys,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198832 +198832,S00104077,5b1,Delayed Retirement,S01008826,Trinity - 01,3c,Highly qualified professionals,S02001651,Trinity,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198833 +198833,S00104078,5b1,Delayed Retirement,S01008824,Trinity East and The Dudleys - 04,3c,Highly qualified professionals,S02001650,Trinity East and The Dudleys,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198834 +198834,S00104080,5b1,Delayed Retirement,S01008825,Trinity East and The Dudleys - 05,3c,Highly qualified professionals,S02001650,Trinity East and The Dudleys,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198835 +198835,S00104084,5b1,Delayed Retirement,S01008818,Bonnington - 02,3c,Highly qualified professionals,S02001649,Bonnington,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198836 +198836,S00104086,5b1,Delayed Retirement,S01008835,"Inverleith, Goldenacre and Warriston - 04",3c,Highly qualified professionals,S02001652,"Inverleith, Goldenacre and Warriston",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198837 +198837,S00104099,5b1,Delayed Retirement,S01008824,Trinity East and The Dudleys - 04,3c,Highly qualified professionals,S02001650,Trinity East and The Dudleys,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198838 +198838,S00104100,5b1,Delayed Retirement,S01008822,Trinity East and The Dudleys - 02,3c,Highly qualified professionals,S02001650,Trinity East and The Dudleys,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198839 +198839,S00103699,7c2,Constrained Young Families,S01008931,Muirhouse - 03,4d,Hard-pressed flat dwellers,S02001671,Muirhouse,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198840 +198840,S00104227,5b1,Delayed Retirement,S01008766,Leith (Hermitage and Prospect Bank) - 05,3c,Highly qualified professionals,S02001639,Leith (Hermitage and Prospect Bank),S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198841 +198841,S00104325,5b1,Delayed Retirement,S01008841,Broughton South - 02,1a,Cosmopolitan student neighbourhoods,S02001654,Broughton South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198842 +198842,S00104348,5b1,Delayed Retirement,S01008835,"Inverleith, Goldenacre and Warriston - 04",3c,Highly qualified professionals,S02001652,"Inverleith, Goldenacre and Warriston",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198843 +198843,S00104349,5b1,Delayed Retirement,S01008835,"Inverleith, Goldenacre and Warriston - 04",3c,Highly qualified professionals,S02001652,"Inverleith, Goldenacre and Warriston",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198844 +198844,S00104351,5b1,Delayed Retirement,S01008835,"Inverleith, Goldenacre and Warriston - 04",3c,Highly qualified professionals,S02001652,"Inverleith, Goldenacre and Warriston",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198845 +198845,S00104504,5b1,Delayed Retirement,S01008751,Restalrig (Loganlea) and Craigentinny West - 01,4d,Hard-pressed flat dwellers,S02001637,Restalrig (Loganlea) and Craigentinny West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198846 +198846,S00104515,5b1,Delayed Retirement,S01008749,Craigentinny - 03,8a,Affluent communities,S02001636,Craigentinny,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198847 +198847,S00104516,5b1,Delayed Retirement,S01008749,Craigentinny - 03,8a,Affluent communities,S02001636,Craigentinny,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198848 +198848,S00104565,5b1,Delayed Retirement,S01008698,Willowbrae and Duddingston Village - 05,8c,Comfortable suburbia,S02001626,Willowbrae and Duddingston Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198849 +198849,S00104627,5b1,Delayed Retirement,S01008698,Willowbrae and Duddingston Village - 05,8c,Comfortable suburbia,S02001626,Willowbrae and Duddingston Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198850 +198850,S00104739,5b1,Delayed Retirement,S01008610,The Grange - 07,1a,Cosmopolitan student neighbourhoods,S02001612,The Grange,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198851 +198851,S00104740,5b1,Delayed Retirement,S01008613,Marchmont East and Sciennes - 03,1a,Cosmopolitan student neighbourhoods,S02001613,Marchmont East and Sciennes,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198852 +198852,S00104776,5b1,Delayed Retirement,S01008611,Marchmont East and Sciennes - 01,1a,Cosmopolitan student neighbourhoods,S02001613,Marchmont East and Sciennes,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198853 +198853,S00104784,5b1,Delayed Retirement,S01008600,Newington and Dalkeith Road - 02,1a,Cosmopolitan student neighbourhoods,S02001611,Newington and Dalkeith Road,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198854 +198854,S00104790,5b1,Delayed Retirement,S01008600,Newington and Dalkeith Road - 02,1a,Cosmopolitan student neighbourhoods,S02001611,Newington and Dalkeith Road,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198855 +198855,S00104797,5b1,Delayed Retirement,S01008624,Morningside - 01,3c,Highly qualified professionals,S02001615,Morningside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198856 +198856,S00104803,5b1,Delayed Retirement,S01008608,The Grange - 05,3c,Highly qualified professionals,S02001612,The Grange,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198857 +198857,S00104804,5b1,Delayed Retirement,S01008609,The Grange - 06,3c,Highly qualified professionals,S02001612,The Grange,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198858 +198858,S00104805,5b1,Delayed Retirement,S01008608,The Grange - 05,3c,Highly qualified professionals,S02001612,The Grange,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198859 +198859,S00104810,5b1,Delayed Retirement,S01008607,The Grange - 04,3c,Highly qualified professionals,S02001612,The Grange,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198860 +198860,S00104815,5b1,Delayed Retirement,S01008605,The Grange - 02,1a,Cosmopolitan student neighbourhoods,S02001612,The Grange,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198861 +198861,S00104819,5b1,Delayed Retirement,S01008606,The Grange - 03,3c,Highly qualified professionals,S02001612,The Grange,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198862 +198862,S00104822,5b1,Delayed Retirement,S01008606,The Grange - 03,3c,Highly qualified professionals,S02001612,The Grange,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198863 +198863,S00104828,5b1,Delayed Retirement,S01008594,"Blackford, West Mains and Mayfield Road - 08",3c,Highly qualified professionals,S02001609,"Blackford, West Mains and Mayfield Road",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198864 +198864,S00104830,5b1,Delayed Retirement,S01008599,Newington and Dalkeith Road - 01,1a,Cosmopolitan student neighbourhoods,S02001611,Newington and Dalkeith Road,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198865 +198865,S00104833,5b1,Delayed Retirement,S01008609,The Grange - 06,3c,Highly qualified professionals,S02001612,The Grange,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198866 +198866,S00104837,5b1,Delayed Retirement,S01008588,"Blackford, West Mains and Mayfield Road - 02",3c,Highly qualified professionals,S02001609,"Blackford, West Mains and Mayfield Road",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198867 +198867,S00104843,5b1,Delayed Retirement,S01008590,"Blackford, West Mains and Mayfield Road - 04",1a,Cosmopolitan student neighbourhoods,S02001609,"Blackford, West Mains and Mayfield Road",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198868 +198868,S00104883,5b1,Delayed Retirement,S01008635,Merchiston and Greenhill - 04,1a,Cosmopolitan student neighbourhoods,S02001616,Merchiston and Greenhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198869 +198869,S00104888,5b1,Delayed Retirement,S01008637,Merchiston and Greenhill - 06,1a,Cosmopolitan student neighbourhoods,S02001616,Merchiston and Greenhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198870 +198870,S00104922,5b1,Delayed Retirement,S01008642,Bruntsfield - 05,1a,Cosmopolitan student neighbourhoods,S02001617,Bruntsfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198871 +198871,S00104929,5b1,Delayed Retirement,S01008523,Greenbank and The Braids - 05,3a,Achieving neighbourhoods,S02001595,Greenbank and The Braids,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198872 +198872,S00103668,5b1,Delayed Retirement,S01008884,Murrayfield and Ravelston - 04,8a,Affluent communities,S02001662,Murrayfield and Ravelston,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198873 +198873,S00103676,5b1,Delayed Retirement,S01008870,Deans Village - 03,3c,Highly qualified professionals,S02001660,Deans Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198874 +198874,S00103680,5b1,Delayed Retirement,S01008873,Deans Village - 06,3c,Highly qualified professionals,S02001660,Deans Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198875 +198875,S00103683,5b1,Delayed Retirement,S01008870,Deans Village - 03,3c,Highly qualified professionals,S02001660,Deans Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198876 +198876,S00103687,5b1,Delayed Retirement,S01008867,Comely Bank - 04,3c,Highly qualified professionals,S02001659,Comely Bank,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198877 +198877,S00103767,5b1,Delayed Retirement,S01008937,Siverknowes and Davidson's Mains - 03,3c,Highly qualified professionals,S02001672,Siverknowes and Davidson's Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198878 +198878,S00104972,5b1,Delayed Retirement,S01008518,Morningside and Craighouse - 05,3c,Highly qualified professionals,S02001594,Morningside and Craighouse,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198879 +198879,S00103769,5b1,Delayed Retirement,S01008937,Siverknowes and Davidson's Mains - 03,3c,Highly qualified professionals,S02001672,Siverknowes and Davidson's Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198880 +198880,S00103770,5b1,Delayed Retirement,S01008937,Siverknowes and Davidson's Mains - 03,3c,Highly qualified professionals,S02001672,Siverknowes and Davidson's Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198881 +198881,S00103773,5b1,Delayed Retirement,S01008937,Siverknowes and Davidson's Mains - 03,3c,Highly qualified professionals,S02001672,Siverknowes and Davidson's Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198882 +198882,S00104979,5b1,Delayed Retirement,S01008633,Merchiston and Greenhill - 02,3c,Highly qualified professionals,S02001616,Merchiston and Greenhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198883 +198883,S00103779,5b1,Delayed Retirement,S01008935,Siverknowes and Davidson's Mains - 01,3a,Achieving neighbourhoods,S02001672,Siverknowes and Davidson's Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198884 +198884,S00106050,5b1,Delayed Retirement,S01008729,Portobello - 02,3c,Highly qualified professionals,S02001632,Portobello,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198885 +198885,S00103707,7b2,Deprived Neighbourhoods,S01008929,Muirhouse - 01,4d,Hard-pressed flat dwellers,S02001671,Muirhouse,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198886 +198886,S00105532,5b1,Delayed Retirement,S01008993,"Ratho, Ingliston and Gogar - 01",3a,Achieving neighbourhoods,S02001683,"Ratho, Ingliston and Gogar",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198887 +198887,S00106993,5b1,Delayed Retirement,S01008912,Boswall and Pilton - 04,3a,Achieving neighbourhoods,S02001667,Boswall and Pilton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198888 +198888,S00103715,7c2,Constrained Young Families,S01008930,Muirhouse - 02,4d,Hard-pressed flat dwellers,S02001671,Muirhouse,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198889 +198889,S00103712,7b2,Deprived Neighbourhoods,S01008930,Muirhouse - 02,4d,Hard-pressed flat dwellers,S02001671,Muirhouse,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198890 +198890,S00104983,5b1,Delayed Retirement,S01008633,Merchiston and Greenhill - 02,3c,Highly qualified professionals,S02001616,Merchiston and Greenhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198891 +198891,S00105548,5b1,Delayed Retirement,S01008962,East Craigs South - 03,8a,Affluent communities,S02001677,East Craigs South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198892 +198892,S00103719,7c2,Constrained Young Families,S01008930,Muirhouse - 02,4d,Hard-pressed flat dwellers,S02001671,Muirhouse,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198893 +198893,S00106053,5b1,Delayed Retirement,S01008727,Joppa - 06,3c,Highly qualified professionals,S02001631,Joppa,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198894 +198894,S00103788,5b1,Delayed Retirement,S01008939,Siverknowes and Davidson's Mains - 05,8a,Affluent communities,S02001672,Siverknowes and Davidson's Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198895 +198895,S00103714,7b2,Deprived Neighbourhoods,S01008930,Muirhouse - 02,4d,Hard-pressed flat dwellers,S02001671,Muirhouse,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198896 +198896,S00104985,5b1,Delayed Retirement,S01008633,Merchiston and Greenhill - 02,3c,Highly qualified professionals,S02001616,Merchiston and Greenhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198897 +198897,S00107098,5b1,Delayed Retirement,S01008764,Leith (Hermitage and Prospect Bank) - 03,3d,Households in terraces and flats,S02001639,Leith (Hermitage and Prospect Bank),S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198898 +198898,S00105549,5b1,Delayed Retirement,S01008962,East Craigs South - 03,8a,Affluent communities,S02001677,East Craigs South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198899 +198899,S00103721,7c2,Constrained Young Families,S01008931,Muirhouse - 03,4d,Hard-pressed flat dwellers,S02001671,Muirhouse,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198900 +198900,S00105558,5b1,Delayed Retirement,S01008959,East Craigs North - 05,5c,Comfortable neighbourhoods,S02001676,East Craigs North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198901 +198901,S00106059,5b1,Delayed Retirement,S01008727,Joppa - 06,3c,Highly qualified professionals,S02001631,Joppa,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198902 +198902,S00104986,5b1,Delayed Retirement,S01008633,Merchiston and Greenhill - 02,3c,Highly qualified professionals,S02001616,Merchiston and Greenhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198903 +198903,S00107191,5b1,Delayed Retirement,S01008742,Mountcastle - 04,3c,Highly qualified professionals,S02001634,Mountcastle,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198904 +198904,S00103756,7c2,Constrained Young Families,S01008907,West Pilton - 04,4d,Hard-pressed flat dwellers,S02001666,West Pilton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198905 +198905,S00103789,5b1,Delayed Retirement,S01008938,Siverknowes and Davidson's Mains - 04,8a,Affluent communities,S02001672,Siverknowes and Davidson's Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198906 +198906,S00105591,5b1,Delayed Retirement,S01008970,Corstorphine - 01,8a,Affluent communities,S02001679,Corstorphine,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198907 +198907,S00103720,7b2,Deprived Neighbourhoods,S01008930,Muirhouse - 02,4d,Hard-pressed flat dwellers,S02001671,Muirhouse,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198908 +198908,S00105592,5b1,Delayed Retirement,S01008970,Corstorphine - 01,8a,Affluent communities,S02001679,Corstorphine,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198909 +198909,S00106062,5b1,Delayed Retirement,S01008726,Joppa - 05,8a,Affluent communities,S02001631,Joppa,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198910 +198910,S00104987,5b1,Delayed Retirement,S01008633,Merchiston and Greenhill - 02,3c,Highly qualified professionals,S02001616,Merchiston and Greenhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198911 +198911,S00107242,5b1,Delayed Retirement,S01008611,Marchmont East and Sciennes - 01,1a,Cosmopolitan student neighbourhoods,S02001613,Marchmont East and Sciennes,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198912 +198912,S00103790,5b1,Delayed Retirement,S01008938,Siverknowes and Davidson's Mains - 04,8a,Affluent communities,S02001672,Siverknowes and Davidson's Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198913 +198913,S00104539,7c2,Constrained Young Families,S01008759,Restalrig and Lochend - 04,4d,Hard-pressed flat dwellers,S02001638,Restalrig and Lochend,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198914 +198914,S00103747,7b2,Deprived Neighbourhoods,S01008904,West Pilton - 01,1a,Cosmopolitan student neighbourhoods,S02001666,West Pilton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198915 +198915,S00105595,5b1,Delayed Retirement,S01008970,Corstorphine - 01,8a,Affluent communities,S02001679,Corstorphine,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198916 +198916,S00106073,5b1,Delayed Retirement,S01008725,Joppa - 04,3c,Highly qualified professionals,S02001631,Joppa,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198917 +198917,S00106077,5b1,Delayed Retirement,S01008722,Joppa - 01,5c,Comfortable neighbourhoods,S02001631,Joppa,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198918 +198918,S00106091,5b1,Delayed Retirement,S01008718,"Jewel, Brunstane and Newcraighall - 02",3d,Households in terraces and flats,S02001630,"Jewel, Brunstane and Newcraighall",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198919 +198919,S00106108,5b1,Delayed Retirement,S01008700,Willowbrae and Duddingston Village - 07,3c,Highly qualified professionals,S02001626,Willowbrae and Duddingston Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198920 +198920,S00106116,5b1,Delayed Retirement,S01008714,"Bingham, Magdalene and The Christians - 03",4d,Hard-pressed flat dwellers,S02001629,"Bingham, Magdalene and The Christians",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198921 +198921,S00106196,5b1,Delayed Retirement,S01008593,"Blackford, West Mains and Mayfield Road - 07",3c,Highly qualified professionals,S02001609,"Blackford, West Mains and Mayfield Road",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198922 +198922,S00106198,5b1,Delayed Retirement,S01008593,"Blackford, West Mains and Mayfield Road - 07",3c,Highly qualified professionals,S02001609,"Blackford, West Mains and Mayfield Road",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198923 +198923,S00106203,5b1,Delayed Retirement,S01008598,Prestonfield - 04,1a,Cosmopolitan student neighbourhoods,S02001610,Prestonfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198924 +198924,S00106224,5b1,Delayed Retirement,S01008597,Prestonfield - 03,8a,Affluent communities,S02001610,Prestonfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198925 +198925,S00106236,5b1,Delayed Retirement,S01008551,Mortonhall and Anwickhill - 02,3c,Highly qualified professionals,S02001601,Mortonhall and Anwickhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198926 +198926,S00106247,5b1,Delayed Retirement,S01008579,Liberton West and Braid Hills - 03,8a,Affluent communities,S02001607,Liberton West and Braid Hills,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198927 +198927,S00106249,5b1,Delayed Retirement,S01008551,Mortonhall and Anwickhill - 02,3c,Highly qualified professionals,S02001601,Mortonhall and Anwickhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198928 +198928,S00106271,5b1,Delayed Retirement,S01008575,Liberton East - 03,3a,Achieving neighbourhoods,S02001606,Liberton East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198929 +198929,S00106272,5b1,Delayed Retirement,S01008575,Liberton East - 03,3a,Achieving neighbourhoods,S02001606,Liberton East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198930 +198930,S00106275,5b1,Delayed Retirement,S01008576,Liberton East - 04,3c,Highly qualified professionals,S02001606,Liberton East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198931 +198931,S00106277,5b1,Delayed Retirement,S01008575,Liberton East - 03,3a,Achieving neighbourhoods,S02001606,Liberton East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198932 +198932,S00106286,5b1,Delayed Retirement,S01008579,Liberton West and Braid Hills - 03,8a,Affluent communities,S02001607,Liberton West and Braid Hills,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198933 +198933,S00106304,5b1,Delayed Retirement,S01008582,The Inch - 02,4d,Hard-pressed flat dwellers,S02001608,The Inch,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198934 +198934,S00106378,5b1,Delayed Retirement,S01008552,Mortonhall and Anwickhill - 03,3a,Achieving neighbourhoods,S02001601,Mortonhall and Anwickhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198935 +198935,S00106404,5b1,Delayed Retirement,S01008563,Hyvots and Gilmerton - 05,4d,Hard-pressed flat dwellers,S02001603,Hyvots and Gilmerton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198936 +198936,S00106407,5b1,Delayed Retirement,S01008549,Gilmerton South and the Murrays - 03,3a,Achieving neighbourhoods,S02001600,Gilmerton South and the Murrays,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198937 +198937,S00106462,5b1,Delayed Retirement,S01009000,"Dalmeny, Kirkliston and Newbridge - 04",8c,Comfortable suburbia,S02001684,"Dalmeny, Kirkliston and Newbridge",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198938 +198938,S00106490,5b1,Delayed Retirement,S01009013,Queensferry West - 05,8c,Comfortable suburbia,S02001686,Queensferry West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198939 +198939,S00106507,5b1,Delayed Retirement,S01009003,Queensferry East - 01,8c,Comfortable suburbia,S02001685,Queensferry East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198940 +198940,S00106551,5b1,Delayed Retirement,S01008608,The Grange - 05,3c,Highly qualified professionals,S02001612,The Grange,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198941 +198941,S00106552,5b1,Delayed Retirement,S01008609,The Grange - 06,3c,Highly qualified professionals,S02001612,The Grange,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198942 +198942,S00106553,5b1,Delayed Retirement,S01008624,Morningside - 01,3c,Highly qualified professionals,S02001615,Morningside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198943 +198943,S00106554,5b1,Delayed Retirement,S01008599,Newington and Dalkeith Road - 01,1a,Cosmopolitan student neighbourhoods,S02001611,Newington and Dalkeith Road,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198944 +198944,S00106589,5b1,Delayed Retirement,S01008458,The Calders - 05,4d,Hard-pressed flat dwellers,S02001583,The Calders,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198945 +198945,S00106594,5b1,Delayed Retirement,S01008976,Corstorphine - 07,8a,Affluent communities,S02001679,Corstorphine,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198946 +198946,S00106599,5b1,Delayed Retirement,S01008975,Corstorphine - 06,4d,Hard-pressed flat dwellers,S02001679,Corstorphine,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198947 +198947,S00106624,5b1,Delayed Retirement,S01008437,Baberton and Juniper Green - 05,3c,Highly qualified professionals,S02001579,Baberton and Juniper Green,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198948 +198948,S00106630,5b1,Delayed Retirement,S01008733,Portobello - 06,3d,Households in terraces and flats,S02001632,Portobello,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198949 +198949,S00106633,5b1,Delayed Retirement,S01008727,Joppa - 06,3c,Highly qualified professionals,S02001631,Joppa,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198950 +198950,S00106653,5b1,Delayed Retirement,S01008597,Prestonfield - 03,8a,Affluent communities,S02001610,Prestonfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198951 +198951,S00106655,5b1,Delayed Retirement,S01008550,Mortonhall and Anwickhill - 01,3b,Asian traits,S02001601,Mortonhall and Anwickhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198952 +198952,S00106680,5b1,Delayed Retirement,S01009003,Queensferry East - 01,8c,Comfortable suburbia,S02001685,Queensferry East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198953 +198953,S00106686,5b1,Delayed Retirement,S01008892,Blackhall - 01,3c,Highly qualified professionals,S02001664,Blackhall,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198954 +198954,S00106704,5b1,Delayed Retirement,S01008944,"Barnton, Cammo and Cramond South - 01",8a,Affluent communities,S02001674,"Barnton, Cammo and Cramond South",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198955 +198955,S00106705,5b1,Delayed Retirement,S01008941,Cramond - 01,8a,Affluent communities,S02001673,Cramond,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198956 +198956,S00106712,5b1,Delayed Retirement,S01009013,Queensferry West - 05,8c,Comfortable suburbia,S02001686,Queensferry West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198957 +198957,S00106719,5b1,Delayed Retirement,S01008922,Granton and Royston Mains - 03,4d,Hard-pressed flat dwellers,S02001669,Granton and Royston Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198958 +198958,S00106722,5b1,Delayed Retirement,S01008829,Trinity - 04,3c,Highly qualified professionals,S02001651,Trinity,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198959 +198959,S00106724,5b1,Delayed Retirement,S01008831,Trinity - 06,3c,Highly qualified professionals,S02001651,Trinity,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198960 +198960,S00106835,5b1,Delayed Retirement,S01008491,Slateford and Chesser - 06,1a,Cosmopolitan student neighbourhoods,S02001589,Slateford and Chesser,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198961 +198961,S00104988,5b1,Delayed Retirement,S01008506,Shandon - 05,1a,Cosmopolitan student neighbourhoods,S02001592,Shandon,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198962 +198962,S00105248,7c2,Constrained Young Families,S01008470,Broomhouse and Bankhead - 03,7a,Urban cultural mix,S02001586,Broomhouse and Bankhead,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198963 +198963,S00107254,5b1,Delayed Retirement,S01008607,The Grange - 04,3c,Highly qualified professionals,S02001612,The Grange,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198964 +198964,S00103959,7b2,Deprived Neighbourhoods,S01008921,Granton and Royston Mains - 02,4d,Hard-pressed flat dwellers,S02001669,Granton and Royston Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198965 +198965,S00103805,5b1,Delayed Retirement,S01008944,"Barnton, Cammo and Cramond South - 01",8a,Affluent communities,S02001674,"Barnton, Cammo and Cramond South",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198966 +198966,S00105607,5b1,Delayed Retirement,S01008961,East Craigs South - 02,3a,Achieving neighbourhoods,S02001677,East Craigs South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198967 +198967,S00104991,5b1,Delayed Retirement,S01008633,Merchiston and Greenhill - 02,3c,Highly qualified professionals,S02001616,Merchiston and Greenhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198968 +198968,S00105267,7c2,Constrained Young Families,S01008480,Stenhouse and Saughton Mains - 08,1a,Cosmopolitan student neighbourhoods,S02001587,Stenhouse and Saughton Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198969 +198969,S00107256,5b1,Delayed Retirement,S01008609,The Grange - 06,3c,Highly qualified professionals,S02001612,The Grange,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198970 +198970,S00103808,5b1,Delayed Retirement,S01008942,Cramond - 02,3a,Achieving neighbourhoods,S02001673,Cramond,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198971 +198971,S00103984,7b2,Deprived Neighbourhoods,S01008923,Granton and Royston Mains - 04,4d,Hard-pressed flat dwellers,S02001669,Granton and Royston Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198972 +198972,S00105619,5b1,Delayed Retirement,S01008985,Corstorphine South - 05,3d,Households in terraces and flats,S02001681,Corstorphine South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198973 +198973,S00104994,5b1,Delayed Retirement,S01008634,Merchiston and Greenhill - 03,1a,Cosmopolitan student neighbourhoods,S02001616,Merchiston and Greenhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198974 +198974,S00105564,7c2,Constrained Young Families,S01008957,East Craigs North - 03,3d,Households in terraces and flats,S02001676,East Craigs North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198975 +198975,S00107258,5b1,Delayed Retirement,S01008588,"Blackford, West Mains and Mayfield Road - 02",3c,Highly qualified professionals,S02001609,"Blackford, West Mains and Mayfield Road",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198976 +198976,S00103810,5b1,Delayed Retirement,S01008943,Cramond - 03,8a,Affluent communities,S02001673,Cramond,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198977 +198977,S00107266,5b1,Delayed Retirement,S01008623,Marchmont West - 07,1a,Cosmopolitan student neighbourhoods,S02001614,Marchmont West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198978 +198978,S00104009,7b2,Deprived Neighbourhoods,S01008917,Granton South and Wardieburn - 02,4d,Hard-pressed flat dwellers,S02001668,Granton South and Wardieburn,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198979 +198979,S00104995,5b1,Delayed Retirement,S01008636,Merchiston and Greenhill - 05,1a,Cosmopolitan student neighbourhoods,S02001616,Merchiston and Greenhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198980 +198980,S00105630,5b1,Delayed Retirement,S01008444,Colinton and Kingsknowe - 01,3a,Achieving neighbourhoods,S02001581,Colinton and Kingsknowe,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198981 +198981,S00103815,5b1,Delayed Retirement,S01008942,Cramond - 02,3a,Achieving neighbourhoods,S02001673,Cramond,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198982 +198982,S00105656,7c2,Constrained Young Families,S01008525,Colinton Mains and Firrhill - 02,4d,Hard-pressed flat dwellers,S02001596,Colinton Mains and Firrhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198983 +198983,S00107270,5b1,Delayed Retirement,S01008522,Greenbank and The Braids - 04,8a,Affluent communities,S02001595,Greenbank and The Braids,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198984 +198984,S00104131,7b2,Deprived Neighbourhoods,S01008774,North Leith and Newhaven - 03,1a,Cosmopolitan student neighbourhoods,S02001641,North Leith and Newhaven,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198985 +198985,S00105002,5b1,Delayed Retirement,S01008536,Comiston and Swanston - 04,8a,Affluent communities,S02001598,Comiston and Swanston,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198986 +198986,S00105039,5b1,Delayed Retirement,S01008520,Greenbank and The Braids - 02,8a,Affluent communities,S02001595,Greenbank and The Braids,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198987 +198987,S00105043,5b1,Delayed Retirement,S01008520,Greenbank and The Braids - 02,8a,Affluent communities,S02001595,Greenbank and The Braids,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198988 +198988,S00105047,5b1,Delayed Retirement,S01008626,Morningside - 03,3c,Highly qualified professionals,S02001615,Morningside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198989 +198989,S00105048,5b1,Delayed Retirement,S01008627,Morningside - 04,3c,Highly qualified professionals,S02001615,Morningside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198990 +198990,S00105081,5b1,Delayed Retirement,S01008504,Shandon - 03,1a,Cosmopolitan student neighbourhoods,S02001592,Shandon,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198991 +198991,S00105082,5b1,Delayed Retirement,S01008508,Craiglockhart - 01,3c,Highly qualified professionals,S02001593,Craiglockhart,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198992 +198992,S00105083,5b1,Delayed Retirement,S01008508,Craiglockhart - 01,3c,Highly qualified professionals,S02001593,Craiglockhart,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198993 +198993,S00105099,5b1,Delayed Retirement,S01008504,Shandon - 03,1a,Cosmopolitan student neighbourhoods,S02001592,Shandon,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198994 +198994,S00105176,5b1,Delayed Retirement,S01008493,Gorgie West - 02,1a,Cosmopolitan student neighbourhoods,S02001590,Gorgie West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198995 +198995,S00105363,5b1,Delayed Retirement,S01008879,Balgreen and Roseburn - 05,3d,Households in terraces and flats,S02001661,Balgreen and Roseburn,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198996 +198996,S00105365,5b1,Delayed Retirement,S01008879,Balgreen and Roseburn - 05,3d,Households in terraces and flats,S02001661,Balgreen and Roseburn,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198997 +198997,S00105384,5b1,Delayed Retirement,S01008878,Balgreen and Roseburn - 04,3c,Highly qualified professionals,S02001661,Balgreen and Roseburn,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198998 +198998,S00105385,5b1,Delayed Retirement,S01008878,Balgreen and Roseburn - 04,3c,Highly qualified professionals,S02001661,Balgreen and Roseburn,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,198999 +198999,S00105387,5b1,Delayed Retirement,S01008876,Balgreen and Roseburn - 02,8a,Affluent communities,S02001661,Balgreen and Roseburn,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199000 +199000,S00105394,5b1,Delayed Retirement,S01008873,Deans Village - 06,3c,Highly qualified professionals,S02001660,Deans Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199001 +199001,S00105397,5b1,Delayed Retirement,S01008873,Deans Village - 06,3c,Highly qualified professionals,S02001660,Deans Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199002 +199002,S00105430,5b1,Delayed Retirement,S01008881,Murrayfield and Ravelston - 01,3c,Highly qualified professionals,S02001662,Murrayfield and Ravelston,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199003 +199003,S00105437,5b1,Delayed Retirement,S01008883,Murrayfield and Ravelston - 03,8a,Affluent communities,S02001662,Murrayfield and Ravelston,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199004 +199004,S00105440,5b1,Delayed Retirement,S01008883,Murrayfield and Ravelston - 03,8a,Affluent communities,S02001662,Murrayfield and Ravelston,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199005 +199005,S00105442,5b1,Delayed Retirement,S01008883,Murrayfield and Ravelston - 03,8a,Affluent communities,S02001662,Murrayfield and Ravelston,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199006 +199006,S00105445,5b1,Delayed Retirement,S01008882,Murrayfield and Ravelston - 02,3c,Highly qualified professionals,S02001662,Murrayfield and Ravelston,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199007 +199007,S00105446,5b1,Delayed Retirement,S01008882,Murrayfield and Ravelston - 02,3c,Highly qualified professionals,S02001662,Murrayfield and Ravelston,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199008 +199008,S00105449,5b1,Delayed Retirement,S01008873,Deans Village - 06,3c,Highly qualified professionals,S02001660,Deans Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199009 +199009,S00105458,5b1,Delayed Retirement,S01008984,Corstorphine South - 04,3d,Households in terraces and flats,S02001681,Corstorphine South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199010 +199010,S00105469,5b1,Delayed Retirement,S01008976,Corstorphine - 07,8a,Affluent communities,S02001679,Corstorphine,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199011 +199011,S00105473,5b1,Delayed Retirement,S01008973,Corstorphine - 04,3c,Highly qualified professionals,S02001679,Corstorphine,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199012 +199012,S00105477,5b1,Delayed Retirement,S01008977,Carrick Knowe - 01,8a,Affluent communities,S02001680,Carrick Knowe,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199013 +199013,S00105482,5b1,Delayed Retirement,S01008974,Corstorphine - 05,3c,Highly qualified professionals,S02001679,Corstorphine,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199014 +199014,S00105484,5b1,Delayed Retirement,S01008974,Corstorphine - 05,3c,Highly qualified professionals,S02001679,Corstorphine,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199015 +199015,S00105487,5b1,Delayed Retirement,S01008974,Corstorphine - 05,3c,Highly qualified professionals,S02001679,Corstorphine,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199016 +199016,S00105514,5b1,Delayed Retirement,S01008978,Carrick Knowe - 02,3d,Households in terraces and flats,S02001680,Carrick Knowe,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199017 +199017,S00105522,5b1,Delayed Retirement,S01008992,South Gyle - 06,3d,Households in terraces and flats,S02001682,South Gyle,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199018 +199018,S00105523,5b1,Delayed Retirement,S01008992,South Gyle - 06,3d,Households in terraces and flats,S02001682,South Gyle,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199019 +199019,S00105526,5b1,Delayed Retirement,S01008993,"Ratho, Ingliston and Gogar - 01",3a,Achieving neighbourhoods,S02001683,"Ratho, Ingliston and Gogar",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199020 +199020,S00105527,5b1,Delayed Retirement,S01008993,"Ratho, Ingliston and Gogar - 01",3a,Achieving neighbourhoods,S02001683,"Ratho, Ingliston and Gogar",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199021 +199021,S00105632,5b1,Delayed Retirement,S01008444,Colinton and Kingsknowe - 01,3a,Achieving neighbourhoods,S02001581,Colinton and Kingsknowe,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199022 +199022,S00105816,7c2,Constrained Young Families,S01008460,Murrayburn and Wester Hailes North - 02,4d,Hard-pressed flat dwellers,S02001584,Murrayburn and Wester Hailes North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199023 +199023,S00107280,5b1,Delayed Retirement,S01008636,Merchiston and Greenhill - 05,1a,Cosmopolitan student neighbourhoods,S02001616,Merchiston and Greenhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199024 +199024,S00103819,5b1,Delayed Retirement,S01008941,Cramond - 01,8a,Affluent communities,S02001673,Cramond,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199025 +199025,S00104171,7b2,Deprived Neighbourhoods,S01008789,Great Junction Street - 05,4d,Hard-pressed flat dwellers,S02001643,Great Junction Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199026 +199026,S00105674,5b1,Delayed Retirement,S01008528,Colinton Mains and Firrhill - 05,3d,Households in terraces and flats,S02001596,Colinton Mains and Firrhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199027 +199027,S00103822,5b1,Delayed Retirement,S01008941,Cramond - 01,8a,Affluent communities,S02001673,Cramond,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199028 +199028,S00107283,5b1,Delayed Retirement,S01008536,Comiston and Swanston - 04,8a,Affluent communities,S02001598,Comiston and Swanston,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199029 +199029,S00105882,7c2,Constrained Young Families,S01008449,Clovenstone and Wester Hailes - 01,7a,Urban cultural mix,S02001582,Clovenstone and Wester Hailes,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199030 +199030,S00104196,7b2,Deprived Neighbourhoods,S01008785,Great Junction Street - 01,6a,Inner city cosmopolitan,S02001643,Great Junction Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199031 +199031,S00105678,5b1,Delayed Retirement,S01008528,Colinton Mains and Firrhill - 05,3d,Households in terraces and flats,S02001596,Colinton Mains and Firrhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199032 +199032,S00103828,5b1,Delayed Retirement,S01008947,"Barnton, Cammo and Cramond South - 04",8a,Affluent communities,S02001674,"Barnton, Cammo and Cramond South",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199033 +199033,S00107290,5b1,Delayed Retirement,S01008539,Comiston and Swanston - 07,8a,Affluent communities,S02001598,Comiston and Swanston,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199034 +199034,S00106100,7c2,Constrained Young Families,S01008712,"Bingham, Magdalene and The Christians - 01",4d,Hard-pressed flat dwellers,S02001629,"Bingham, Magdalene and The Christians",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199035 +199035,S00104205,7b2,Deprived Neighbourhoods,S01008777,North Leith and Newhaven - 06,1a,Cosmopolitan student neighbourhoods,S02001641,North Leith and Newhaven,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199036 +199036,S00105696,5b1,Delayed Retirement,S01008442,Bonaly and The Pentlands - 05,8a,Affluent communities,S02001580,Bonaly and The Pentlands,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199037 +199037,S00103834,5b1,Delayed Retirement,S01008946,"Barnton, Cammo and Cramond South - 03",8a,Affluent communities,S02001674,"Barnton, Cammo and Cramond South",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199038 +199038,S00107291,5b1,Delayed Retirement,S01008539,Comiston and Swanston - 07,8a,Affluent communities,S02001598,Comiston and Swanston,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199039 +199039,S00106101,7c2,Constrained Young Families,S01008712,"Bingham, Magdalene and The Christians - 01",4d,Hard-pressed flat dwellers,S02001629,"Bingham, Magdalene and The Christians",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199040 +199040,S00106102,7c2,Constrained Young Families,S01008712,"Bingham, Magdalene and The Christians - 01",4d,Hard-pressed flat dwellers,S02001629,"Bingham, Magdalene and The Christians",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199041 +199041,S00106130,7c2,Constrained Young Families,S01008715,"Bingham, Magdalene and The Christians - 04",4a,Challenged white communities,S02001629,"Bingham, Magdalene and The Christians",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199042 +199042,S00106161,7c2,Constrained Young Families,S01008707,Niddrie - 02,4d,Hard-pressed flat dwellers,S02001628,Niddrie,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199043 +199043,S00106165,7c2,Constrained Young Families,S01008706,Niddrie - 01,4d,Hard-pressed flat dwellers,S02001628,Niddrie,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199044 +199044,S00106258,7c2,Constrained Young Families,S01008556,"Gracemount, Southhouse and Burdiehouse - 04",4d,Hard-pressed flat dwellers,S02001602,"Gracemount, Southhouse and Burdiehouse",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199045 +199045,S00106321,7c2,Constrained Young Families,S01008572,Moredun and Craigour - 04,3c,Highly qualified professionals,S02001605,Moredun and Craigour,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199046 +199046,S00106349,7c2,Constrained Young Families,S01008567,Fernieside and Moredun South - 04,4c,Hampered neighbourhoods,S02001604,Fernieside and Moredun South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199047 +199047,S00106355,7c2,Constrained Young Families,S01008566,Fernieside and Moredun South - 03,4a,Challenged white communities,S02001604,Fernieside and Moredun South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199048 +199048,S00106362,7c2,Constrained Young Families,S01008565,Fernieside and Moredun South - 02,4d,Hard-pressed flat dwellers,S02001604,Fernieside and Moredun South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199049 +199049,S00106395,7c2,Constrained Young Families,S01008555,"Gracemount, Southhouse and Burdiehouse - 03",4d,Hard-pressed flat dwellers,S02001602,"Gracemount, Southhouse and Burdiehouse",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199050 +199050,S00106409,7c2,Constrained Young Families,S01008562,Hyvots and Gilmerton - 04,4d,Hard-pressed flat dwellers,S02001603,Hyvots and Gilmerton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199051 +199051,S00106412,7c2,Constrained Young Families,S01008562,Hyvots and Gilmerton - 04,4d,Hard-pressed flat dwellers,S02001603,Hyvots and Gilmerton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199052 +199052,S00106413,7c2,Constrained Young Families,S01008562,Hyvots and Gilmerton - 04,4d,Hard-pressed flat dwellers,S02001603,Hyvots and Gilmerton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199053 +199053,S00106414,7c2,Constrained Young Families,S01008562,Hyvots and Gilmerton - 04,4d,Hard-pressed flat dwellers,S02001603,Hyvots and Gilmerton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199054 +199054,S00106416,7c2,Constrained Young Families,S01008562,Hyvots and Gilmerton - 04,4d,Hard-pressed flat dwellers,S02001603,Hyvots and Gilmerton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199055 +199055,S00106425,7c2,Constrained Young Families,S01008559,Hyvots and Gilmerton - 01,4a,Challenged white communities,S02001603,Hyvots and Gilmerton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199056 +199056,S00106447,7c2,Constrained Young Families,S01008998,"Dalmeny, Kirkliston and Newbridge - 02",4a,Challenged white communities,S02001684,"Dalmeny, Kirkliston and Newbridge",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199057 +199057,S00106612,7c2,Constrained Young Families,S01008458,The Calders - 05,4d,Hard-pressed flat dwellers,S02001583,The Calders,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199058 +199058,S00106647,7c2,Constrained Young Families,S01008707,Niddrie - 02,4d,Hard-pressed flat dwellers,S02001628,Niddrie,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199059 +199059,S00106699,7c2,Constrained Young Families,S01008924,Granton West and Salvesen - 01,4c,Hampered neighbourhoods,S02001670,Granton West and Salvesen,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199060 +199060,S00106701,7c2,Constrained Young Families,S01008924,Granton West and Salvesen - 01,4c,Hampered neighbourhoods,S02001670,Granton West and Salvesen,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199061 +199061,S00106702,7c2,Constrained Young Families,S01008924,Granton West and Salvesen - 01,4c,Hampered neighbourhoods,S02001670,Granton West and Salvesen,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199062 +199062,S00106971,7c2,Constrained Young Families,S01008924,Granton West and Salvesen - 01,4c,Hampered neighbourhoods,S02001670,Granton West and Salvesen,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199063 +199063,S00107438,7c2,Constrained Young Families,S01008454,The Calders - 01,4d,Hard-pressed flat dwellers,S02001583,The Calders,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199064 +199064,S00107498,7c2,Constrained Young Families,S01008709,Niddrie - 04,4d,Hard-pressed flat dwellers,S02001628,Niddrie,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199065 +199065,S00107499,7c2,Constrained Young Families,S01008709,Niddrie - 04,4d,Hard-pressed flat dwellers,S02001628,Niddrie,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199066 +199066,S00107503,7c2,Constrained Young Families,S01008706,Niddrie - 01,4d,Hard-pressed flat dwellers,S02001628,Niddrie,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199067 +199067,S00107505,7c2,Constrained Young Families,S01008584,The Inch - 04,3d,Households in terraces and flats,S02001608,The Inch,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199068 +199068,S00107537,7c2,Constrained Young Families,S01008565,Fernieside and Moredun South - 02,4d,Hard-pressed flat dwellers,S02001604,Fernieside and Moredun South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199069 +199069,S00103364,5b1,Delayed Retirement,S01008832,"Inverleith, Goldenacre and Warriston - 01",3c,Highly qualified professionals,S02001652,"Inverleith, Goldenacre and Warriston",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199070 +199070,S00103365,5b1,Delayed Retirement,S01008833,"Inverleith, Goldenacre and Warriston - 02",3c,Highly qualified professionals,S02001652,"Inverleith, Goldenacre and Warriston",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199071 +199071,S00103366,5b1,Delayed Retirement,S01008832,"Inverleith, Goldenacre and Warriston - 01",3c,Highly qualified professionals,S02001652,"Inverleith, Goldenacre and Warriston",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199072 +199072,S00103367,5b1,Delayed Retirement,S01008832,"Inverleith, Goldenacre and Warriston - 01",3c,Highly qualified professionals,S02001652,"Inverleith, Goldenacre and Warriston",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199073 +199073,S00103368,5b1,Delayed Retirement,S01008834,"Inverleith, Goldenacre and Warriston - 03",3c,Highly qualified professionals,S02001652,"Inverleith, Goldenacre and Warriston",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199074 +199074,S00103394,5b1,Delayed Retirement,S01008835,"Inverleith, Goldenacre and Warriston - 04",3c,Highly qualified professionals,S02001652,"Inverleith, Goldenacre and Warriston",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199075 +199075,S00103397,5b1,Delayed Retirement,S01008834,"Inverleith, Goldenacre and Warriston - 03",3c,Highly qualified professionals,S02001652,"Inverleith, Goldenacre and Warriston",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199076 +199076,S00105697,5b1,Delayed Retirement,S01008442,Bonaly and The Pentlands - 05,8a,Affluent communities,S02001580,Bonaly and The Pentlands,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199077 +199077,S00104283,7b2,Deprived Neighbourhoods,S01008794,South Leith - 03,1a,Cosmopolitan student neighbourhoods,S02001644,South Leith,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199078 +199078,S00107294,5b1,Delayed Retirement,S01008545,Fairmilehead - 05,8a,Affluent communities,S02001599,Fairmilehead,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199079 +199079,S00107344,5b1,Delayed Retirement,S01008472,Broomhouse and Bankhead - 05,7a,Urban cultural mix,S02001586,Broomhouse and Bankhead,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199080 +199080,S00104402,7b2,Deprived Neighbourhoods,S01008686,Abbeyhill - 01,1a,Cosmopolitan student neighbourhoods,S02001624,Abbeyhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199081 +199081,S00105703,5b1,Delayed Retirement,S01008447,Colinton and Kingsknowe - 04,8a,Affluent communities,S02001581,Colinton and Kingsknowe,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199082 +199082,S00107360,5b1,Delayed Retirement,S01008464,Parkhead and Sighthill - 01,4d,Hard-pressed flat dwellers,S02001585,Parkhead and Sighthill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199083 +199083,S00103837,5b1,Delayed Retirement,S01008946,"Barnton, Cammo and Cramond South - 03",8a,Affluent communities,S02001674,"Barnton, Cammo and Cramond South",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199084 +199084,S00104467,7b2,Deprived Neighbourhoods,S01008757,Restalrig and Lochend - 02,4d,Hard-pressed flat dwellers,S02001638,Restalrig and Lochend,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199085 +199085,S00105706,5b1,Delayed Retirement,S01008442,Bonaly and The Pentlands - 05,8a,Affluent communities,S02001580,Bonaly and The Pentlands,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199086 +199086,S00107362,5b1,Delayed Retirement,S01008878,Balgreen and Roseburn - 04,3c,Highly qualified professionals,S02001661,Balgreen and Roseburn,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199087 +199087,S00103862,5b1,Delayed Retirement,S01008948,Clermiston and Drumbrae - 01,3a,Achieving neighbourhoods,S02001675,Clermiston and Drumbrae,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199088 +199088,S00104488,7b2,Deprived Neighbourhoods,S01008754,Restalrig (Loganlea) and Craigentinny West - 04,1a,Cosmopolitan student neighbourhoods,S02001637,Restalrig (Loganlea) and Craigentinny West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199089 +199089,S00104523,7b2,Deprived Neighbourhoods,S01008760,Restalrig and Lochend - 05,4d,Hard-pressed flat dwellers,S02001638,Restalrig and Lochend,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199090 +199090,S00104524,7b2,Deprived Neighbourhoods,S01008760,Restalrig and Lochend - 05,4d,Hard-pressed flat dwellers,S02001638,Restalrig and Lochend,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199091 +199091,S00104525,7b2,Deprived Neighbourhoods,S01008760,Restalrig and Lochend - 05,4d,Hard-pressed flat dwellers,S02001638,Restalrig and Lochend,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199092 +199092,S00104557,7b2,Deprived Neighbourhoods,S01008699,Willowbrae and Duddingston Village - 06,4d,Hard-pressed flat dwellers,S02001626,Willowbrae and Duddingston Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199093 +199093,S00105330,7b2,Deprived Neighbourhoods,S01008457,The Calders - 04,4d,Hard-pressed flat dwellers,S02001583,The Calders,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199094 +199094,S00105655,7b2,Deprived Neighbourhoods,S01008524,Colinton Mains and Firrhill - 01,4d,Hard-pressed flat dwellers,S02001596,Colinton Mains and Firrhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199095 +199095,S00105809,7b2,Deprived Neighbourhoods,S01008459,Murrayburn and Wester Hailes North - 01,4d,Hard-pressed flat dwellers,S02001584,Murrayburn and Wester Hailes North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199096 +199096,S00105812,7b2,Deprived Neighbourhoods,S01008459,Murrayburn and Wester Hailes North - 01,4d,Hard-pressed flat dwellers,S02001584,Murrayburn and Wester Hailes North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199097 +199097,S00105894,7b2,Deprived Neighbourhoods,S01008452,Clovenstone and Wester Hailes - 04,7a,Urban cultural mix,S02001582,Clovenstone and Wester Hailes,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199098 +199098,S00106122,7b2,Deprived Neighbourhoods,S01008713,"Bingham, Magdalene and The Christians - 02",4d,Hard-pressed flat dwellers,S02001629,"Bingham, Magdalene and The Christians",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199099 +199099,S00106124,7b2,Deprived Neighbourhoods,S01008713,"Bingham, Magdalene and The Christians - 02",4d,Hard-pressed flat dwellers,S02001629,"Bingham, Magdalene and The Christians",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199100 +199100,S00106157,7b2,Deprived Neighbourhoods,S01008708,Niddrie - 03,4d,Hard-pressed flat dwellers,S02001628,Niddrie,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199101 +199101,S00106158,7b2,Deprived Neighbourhoods,S01008708,Niddrie - 03,4d,Hard-pressed flat dwellers,S02001628,Niddrie,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199102 +199102,S00106211,7b2,Deprived Neighbourhoods,S01008595,Prestonfield - 01,1a,Cosmopolitan student neighbourhoods,S02001610,Prestonfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199103 +199103,S00106265,7b2,Deprived Neighbourhoods,S01008558,"Gracemount, Southhouse and Burdiehouse - 06",4d,Hard-pressed flat dwellers,S02001602,"Gracemount, Southhouse and Burdiehouse",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199104 +199104,S00106330,7b2,Deprived Neighbourhoods,S01008570,Moredun and Craigour - 02,4d,Hard-pressed flat dwellers,S02001605,Moredun and Craigour,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199105 +199105,S00106338,7b2,Deprived Neighbourhoods,S01008569,Moredun and Craigour - 01,6a,Inner city cosmopolitan,S02001605,Moredun and Craigour,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199106 +199106,S00106340,7b2,Deprived Neighbourhoods,S01008569,Moredun and Craigour - 01,6a,Inner city cosmopolitan,S02001605,Moredun and Craigour,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199107 +199107,S00106388,7b2,Deprived Neighbourhoods,S01008554,"Gracemount, Southhouse and Burdiehouse - 02",4c,Hampered neighbourhoods,S02001602,"Gracemount, Southhouse and Burdiehouse",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199108 +199108,S00106639,7b2,Deprived Neighbourhoods,S01008701,Craigmillar - 01,4d,Hard-pressed flat dwellers,S02001627,Craigmillar,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199109 +199109,S00106769,7b2,Deprived Neighbourhoods,S01008808,Hillside and Calton Hill - 03,1a,Cosmopolitan student neighbourhoods,S02001647,Hillside and Calton Hill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199110 +199110,S00106844,7b2,Deprived Neighbourhoods,S01008569,Moredun and Craigour - 01,6a,Inner city cosmopolitan,S02001605,Moredun and Craigour,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199111 +199111,S00106845,7b2,Deprived Neighbourhoods,S01008569,Moredun and Craigour - 01,6a,Inner city cosmopolitan,S02001605,Moredun and Craigour,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199112 +199112,S00106911,7b2,Deprived Neighbourhoods,S01008657,Dalry and Fountainbridge - 07,1a,Cosmopolitan student neighbourhoods,S02001619,Dalry and Fountainbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199113 +199113,S00106967,7b2,Deprived Neighbourhoods,S01008933,Muirhouse - 05,4d,Hard-pressed flat dwellers,S02001671,Muirhouse,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199114 +199114,S00106986,7b2,Deprived Neighbourhoods,S01008922,Granton and Royston Mains - 03,4d,Hard-pressed flat dwellers,S02001669,Granton and Royston Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199115 +199115,S00106988,7b2,Deprived Neighbourhoods,S01008917,Granton South and Wardieburn - 02,4d,Hard-pressed flat dwellers,S02001668,Granton South and Wardieburn,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199116 +199116,S00107002,7b2,Deprived Neighbourhoods,S01008773,North Leith and Newhaven - 02,1a,Cosmopolitan student neighbourhoods,S02001641,North Leith and Newhaven,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199117 +199117,S00107225,7b2,Deprived Neighbourhoods,S01008682,"Canongate, Southside and Dumbiedykes - 03",1a,Cosmopolitan student neighbourhoods,S02001623,"Canongate, Southside and Dumbiedykes",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199118 +199118,S00107439,7b2,Deprived Neighbourhoods,S01008458,The Calders - 05,4d,Hard-pressed flat dwellers,S02001583,The Calders,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199119 +199119,S00107485,7b2,Deprived Neighbourhoods,S01008703,Craigmillar - 03,7a,Urban cultural mix,S02001627,Craigmillar,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199120 +199120,S00107490,7b2,Deprived Neighbourhoods,S01008708,Niddrie - 03,4d,Hard-pressed flat dwellers,S02001628,Niddrie,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199121 +199121,S00107607,7b2,Deprived Neighbourhoods,S01008462,Murrayburn and Wester Hailes North - 04,4d,Hard-pressed flat dwellers,S02001584,Murrayburn and Wester Hailes North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199122 +199122,S00105713,5b1,Delayed Retirement,S01008445,Colinton and Kingsknowe - 02,3c,Highly qualified professionals,S02001581,Colinton and Kingsknowe,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199123 +199123,S00107365,5b1,Delayed Retirement,S01008877,Balgreen and Roseburn - 03,3a,Achieving neighbourhoods,S02001661,Balgreen and Roseburn,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199124 +199124,S00107380,5b1,Delayed Retirement,S01008894,Blackhall - 03,8a,Affluent communities,S02001664,Blackhall,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199125 +199125,S00107381,5b1,Delayed Retirement,S01008881,Murrayfield and Ravelston - 01,3c,Highly qualified professionals,S02001662,Murrayfield and Ravelston,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199126 +199126,S00103863,5b1,Delayed Retirement,S01008948,Clermiston and Drumbrae - 01,3a,Achieving neighbourhoods,S02001675,Clermiston and Drumbrae,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199127 +199127,S00105714,5b1,Delayed Retirement,S01008444,Colinton and Kingsknowe - 01,3a,Achieving neighbourhoods,S02001581,Colinton and Kingsknowe,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199128 +199128,S00107408,5b1,Delayed Retirement,S01008992,South Gyle - 06,3d,Households in terraces and flats,S02001682,South Gyle,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199129 +199129,S00103885,5b1,Delayed Retirement,S01008948,Clermiston and Drumbrae - 01,3a,Achieving neighbourhoods,S02001675,Clermiston and Drumbrae,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199130 +199130,S00105728,5b1,Delayed Retirement,S01008439,Bonaly and The Pentlands - 02,8a,Affluent communities,S02001580,Bonaly and The Pentlands,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199131 +199131,S00107417,5b1,Delayed Retirement,S01008527,Colinton Mains and Firrhill - 04,3d,Households in terraces and flats,S02001596,Colinton Mains and Firrhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199132 +199132,S00103887,5b1,Delayed Retirement,S01008950,Clermiston and Drumbrae - 03,4c,Hampered neighbourhoods,S02001675,Clermiston and Drumbrae,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199133 +199133,S00105729,5b1,Delayed Retirement,S01008438,Bonaly and The Pentlands - 01,2b,Prospering countryside life,S02001580,Bonaly and The Pentlands,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199134 +199134,S00107452,5b1,Delayed Retirement,S01008423,Balerno and Bonnington Village - 07,2b,Prospering countryside life,S02001576,Balerno and Bonnington Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199135 +199135,S00103890,5b1,Delayed Retirement,S01008897,Blackhall - 06,3c,Highly qualified professionals,S02001664,Blackhall,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199136 +199136,S00105730,5b1,Delayed Retirement,S01008439,Bonaly and The Pentlands - 02,8a,Affluent communities,S02001580,Bonaly and The Pentlands,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199137 +199137,S00105731,5b1,Delayed Retirement,S01008442,Bonaly and The Pentlands - 05,8a,Affluent communities,S02001580,Bonaly and The Pentlands,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199138 +199138,S00105745,5b1,Delayed Retirement,S01008511,Craiglockhart - 04,8a,Affluent communities,S02001593,Craiglockhart,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199139 +199139,S00105746,5b1,Delayed Retirement,S01008511,Craiglockhart - 04,8a,Affluent communities,S02001593,Craiglockhart,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199140 +199140,S00105751,5b1,Delayed Retirement,S01008509,Craiglockhart - 02,3c,Highly qualified professionals,S02001593,Craiglockhart,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199141 +199141,S00105753,5b1,Delayed Retirement,S01008509,Craiglockhart - 02,3c,Highly qualified professionals,S02001593,Craiglockhart,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199142 +199142,S00105754,5b1,Delayed Retirement,S01008508,Craiglockhart - 01,3c,Highly qualified professionals,S02001593,Craiglockhart,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199143 +199143,S00105755,5b1,Delayed Retirement,S01008514,Morningside and Craighouse - 01,3c,Highly qualified professionals,S02001594,Morningside and Craighouse,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199144 +199144,S00105758,5b1,Delayed Retirement,S01008510,Craiglockhart - 03,3a,Achieving neighbourhoods,S02001593,Craiglockhart,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199145 +199145,S00105764,5b1,Delayed Retirement,S01008486,Slateford and Chesser - 01,4d,Hard-pressed flat dwellers,S02001589,Slateford and Chesser,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199146 +199146,S00105769,5b1,Delayed Retirement,S01008486,Slateford and Chesser - 01,4d,Hard-pressed flat dwellers,S02001589,Slateford and Chesser,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199147 +199147,S00105785,5b1,Delayed Retirement,S01008487,Slateford and Chesser - 02,1a,Cosmopolitan student neighbourhoods,S02001589,Slateford and Chesser,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199148 +199148,S00105788,5b1,Delayed Retirement,S01008478,Stenhouse and Saughton Mains - 06,1a,Cosmopolitan student neighbourhoods,S02001587,Stenhouse and Saughton Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199149 +199149,S00105843,5b1,Delayed Retirement,S01008448,Colinton and Kingsknowe - 05,8a,Affluent communities,S02001581,Colinton and Kingsknowe,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199150 +199150,S00105847,5b1,Delayed Retirement,S01008448,Colinton and Kingsknowe - 05,8a,Affluent communities,S02001581,Colinton and Kingsknowe,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199151 +199151,S00105950,5b1,Delayed Retirement,S01008437,Baberton and Juniper Green - 05,3c,Highly qualified professionals,S02001579,Baberton and Juniper Green,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199152 +199152,S00105951,5b1,Delayed Retirement,S01008437,Baberton and Juniper Green - 05,3c,Highly qualified professionals,S02001579,Baberton and Juniper Green,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199153 +199153,S00105956,5b1,Delayed Retirement,S01008437,Baberton and Juniper Green - 05,3c,Highly qualified professionals,S02001579,Baberton and Juniper Green,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199154 +199154,S00105957,5b1,Delayed Retirement,S01008436,Baberton and Juniper Green - 04,8a,Affluent communities,S02001579,Baberton and Juniper Green,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199155 +199155,S00105960,5b1,Delayed Retirement,S01008436,Baberton and Juniper Green - 04,8a,Affluent communities,S02001579,Baberton and Juniper Green,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199156 +199156,S00105967,5b1,Delayed Retirement,S01008418,Balerno and Bonnington Village - 02,2b,Prospering countryside life,S02001576,Balerno and Bonnington Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199157 +199157,S00105968,5b1,Delayed Retirement,S01008418,Balerno and Bonnington Village - 02,2b,Prospering countryside life,S02001576,Balerno and Bonnington Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199158 +199158,S00105972,5b1,Delayed Retirement,S01008417,Balerno and Bonnington Village - 01,2b,Prospering countryside life,S02001576,Balerno and Bonnington Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199159 +199159,S00105994,5b1,Delayed Retirement,S01008737,Duddingston and Portobello South - 04,8a,Affluent communities,S02001633,Duddingston and Portobello South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199160 +199160,S00106004,5b1,Delayed Retirement,S01008735,Duddingston and Portobello South - 02,8a,Affluent communities,S02001633,Duddingston and Portobello South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199161 +199161,S00106006,5b1,Delayed Retirement,S01008735,Duddingston and Portobello South - 02,8a,Affluent communities,S02001633,Duddingston and Portobello South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199162 +199162,S00106015,5b1,Delayed Retirement,S01008729,Portobello - 02,3c,Highly qualified professionals,S02001632,Portobello,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199163 +199163,S00106018,5b1,Delayed Retirement,S01008729,Portobello - 02,3c,Highly qualified professionals,S02001632,Portobello,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199164 +199164,S00103891,5b1,Delayed Retirement,S01008897,Blackhall - 06,3c,Highly qualified professionals,S02001664,Blackhall,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199165 +199165,S00103892,5b1,Delayed Retirement,S01008896,Blackhall - 05,8a,Affluent communities,S02001664,Blackhall,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199166 +199166,S00107508,5b1,Delayed Retirement,S01008594,"Blackford, West Mains and Mayfield Road - 08",3c,Highly qualified professionals,S02001609,"Blackford, West Mains and Mayfield Road",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199167 +199167,S00103897,5b1,Delayed Retirement,S01008895,Blackhall - 04,8a,Affluent communities,S02001664,Blackhall,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199168 +199168,S00107510,5b1,Delayed Retirement,S01008594,"Blackford, West Mains and Mayfield Road - 08",3c,Highly qualified professionals,S02001609,"Blackford, West Mains and Mayfield Road",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199169 +199169,S00103900,5b1,Delayed Retirement,S01008897,Blackhall - 06,3c,Highly qualified professionals,S02001664,Blackhall,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199170 +199170,S00103914,5b1,Delayed Retirement,S01008957,East Craigs North - 03,3d,Households in terraces and flats,S02001676,East Craigs North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199171 +199171,S00103916,5b1,Delayed Retirement,S01008957,East Craigs North - 03,3d,Households in terraces and flats,S02001676,East Craigs North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199172 +199172,S00103918,5b1,Delayed Retirement,S01008957,East Craigs North - 03,3d,Households in terraces and flats,S02001676,East Craigs North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199173 +199173,S00103919,5b1,Delayed Retirement,S01008957,East Craigs North - 03,3d,Households in terraces and flats,S02001676,East Craigs North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199174 +199174,S00103947,5b1,Delayed Retirement,S01008915,Boswall and Pilton - 07,3c,Highly qualified professionals,S02001667,Boswall and Pilton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199175 +199175,S00104008,5b1,Delayed Retirement,S01008910,Boswall and Pilton - 02,3d,Households in terraces and flats,S02001667,Boswall and Pilton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199176 +199176,S00107511,5b1,Delayed Retirement,S01008597,Prestonfield - 03,8a,Affluent communities,S02001610,Prestonfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199177 +199177,S00107519,5b1,Delayed Retirement,S01008550,Mortonhall and Anwickhill - 01,3b,Asian traits,S02001601,Mortonhall and Anwickhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199178 +199178,S00107521,5b1,Delayed Retirement,S01008550,Mortonhall and Anwickhill - 01,3b,Asian traits,S02001601,Mortonhall and Anwickhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199179 +199179,S00107551,5b1,Delayed Retirement,S01008548,Gilmerton South and the Murrays - 02,3a,Achieving neighbourhoods,S02001600,Gilmerton South and the Murrays,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199180 +199180,S00107581,5b1,Delayed Retirement,S01009008,Queensferry East - 06,5c,Comfortable neighbourhoods,S02001685,Queensferry East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199181 +199181,S00107598,5b1,Delayed Retirement,S01008742,Mountcastle - 04,3c,Highly qualified professionals,S02001634,Mountcastle,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199182 +199182,S00107599,5b1,Delayed Retirement,S01008745,Northfield and Piershill - 03,3c,Highly qualified professionals,S02001635,Northfield and Piershill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199183 +199183,S00107612,5b1,Delayed Retirement,S01008584,The Inch - 04,3d,Households in terraces and flats,S02001608,The Inch,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199184 +199184,S00107617,5b1,Delayed Retirement,S01008573,Liberton East - 01,3c,Highly qualified professionals,S02001606,Liberton East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199185 +199185,S00107618,5b1,Delayed Retirement,S01008573,Liberton East - 01,3c,Highly qualified professionals,S02001606,Liberton East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199186 +199186,S00104590,8b1,Deprived Blue-Collar Terraces,S01008696,Willowbrae and Duddingston Village - 03,3a,Achieving neighbourhoods,S02001626,Willowbrae and Duddingston Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199187 +199187,S00104619,8b1,Deprived Blue-Collar Terraces,S01008739,Mountcastle - 01,4a,Challenged white communities,S02001634,Mountcastle,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199188 +199188,S00105502,8b1,Deprived Blue-Collar Terraces,S01008985,Corstorphine South - 05,3d,Households in terraces and flats,S02001681,Corstorphine South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199189 +199189,S00105518,8b1,Deprived Blue-Collar Terraces,S01008978,Carrick Knowe - 02,3d,Households in terraces and flats,S02001680,Carrick Knowe,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199190 +199190,S00105832,8b1,Deprived Blue-Collar Terraces,S01008481,Longstone and Saughton - 01,4b,Constrained renters,S02001588,Longstone and Saughton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199191 +199191,S00105976,8b1,Deprived Blue-Collar Terraces,S01008421,Balerno and Bonnington Village - 05,5c,Comfortable neighbourhoods,S02001576,Balerno and Bonnington Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199192 +199192,S00105978,8b1,Deprived Blue-Collar Terraces,S01008421,Balerno and Bonnington Village - 05,5c,Comfortable neighbourhoods,S02001576,Balerno and Bonnington Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199193 +199193,S00106187,8b1,Deprived Blue-Collar Terraces,S01008584,The Inch - 04,3d,Households in terraces and flats,S02001608,The Inch,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199194 +199194,S00106489,8b1,Deprived Blue-Collar Terraces,S01009010,Queensferry West - 02,5c,Comfortable neighbourhoods,S02001686,Queensferry West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199195 +199195,S00106503,8b1,Deprived Blue-Collar Terraces,S01009005,Queensferry East - 03,5b,Aspiring urban households,S02001685,Queensferry East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199196 +199196,S00106506,8b1,Deprived Blue-Collar Terraces,S01009004,Queensferry East - 02,5b,Aspiring urban households,S02001685,Queensferry East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199197 +199197,S00106510,8b1,Deprived Blue-Collar Terraces,S01009007,Queensferry East - 05,4a,Challenged white communities,S02001685,Queensferry East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199198 +199198,S00106974,8b1,Deprived Blue-Collar Terraces,S01008925,Granton West and Salvesen - 02,7a,Urban cultural mix,S02001670,Granton West and Salvesen,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199199 +199199,S00107410,8b1,Deprived Blue-Collar Terraces,S01008533,Comiston and Swanston - 01,3a,Achieving neighbourhoods,S02001598,Comiston and Swanston,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199200 +199200,S00107502,7b1,Eastern European Communities,S01008706,Niddrie - 01,4d,Hard-pressed flat dwellers,S02001628,Niddrie,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199201 +199201,S00107608,7b2,Deprived Neighbourhoods,S01008462,Murrayburn and Wester Hailes North - 04,4d,Hard-pressed flat dwellers,S02001584,Murrayburn and Wester Hailes North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199202 +199202,S00107587,7b1,Eastern European Communities,S01008820,Bonnington - 04,1a,Cosmopolitan student neighbourhoods,S02001649,Bonnington,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199203 +199203,S00103511,7b3,Endeavouring Flat Dwellers,S01008661,Tollcross - 03,1a,Cosmopolitan student neighbourhoods,S02001620,Tollcross,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199204 +199204,S00105329,7b3,Endeavouring Flat Dwellers,S01008457,The Calders - 04,4d,Hard-pressed flat dwellers,S02001583,The Calders,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199205 +199205,S00107609,7b2,Deprived Neighbourhoods,S01008462,Murrayburn and Wester Hailes North - 04,4d,Hard-pressed flat dwellers,S02001584,Murrayburn and Wester Hailes North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199206 +199206,S00103621,7b3,Endeavouring Flat Dwellers,S01008901,Drylaw - 03,4d,Hard-pressed flat dwellers,S02001665,Drylaw,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199207 +199207,S00105348,7b3,Endeavouring Flat Dwellers,S01008466,Parkhead and Sighthill - 03,4d,Hard-pressed flat dwellers,S02001585,Parkhead and Sighthill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199208 +199208,S00107621,7b2,Deprived Neighbourhoods,S01008929,Muirhouse - 01,4d,Hard-pressed flat dwellers,S02001671,Muirhouse,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199209 +199209,S00103736,7b3,Endeavouring Flat Dwellers,S01008905,West Pilton - 02,4d,Hard-pressed flat dwellers,S02001666,West Pilton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199210 +199210,S00104499,7b3,Endeavouring Flat Dwellers,S01008752,Restalrig (Loganlea) and Craigentinny West - 02,4d,Hard-pressed flat dwellers,S02001637,Restalrig (Loganlea) and Craigentinny West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199211 +199211,S00106491,7b3,Endeavouring Flat Dwellers,S01009009,Queensferry West - 01,4d,Hard-pressed flat dwellers,S02001686,Queensferry West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199212 +199212,S00105355,7b3,Endeavouring Flat Dwellers,S01008464,Parkhead and Sighthill - 01,4d,Hard-pressed flat dwellers,S02001585,Parkhead and Sighthill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199213 +199213,S00103635,6a3,Detached Retirement Living,S01008891,"Craigleith, Orchard Brae and Crewe Toll - 06",8a,Affluent communities,S02001663,"Craigleith, Orchard Brae and Crewe Toll",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199214 +199214,S00103744,7b3,Endeavouring Flat Dwellers,S01008905,West Pilton - 02,4d,Hard-pressed flat dwellers,S02001666,West Pilton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199215 +199215,S00103946,7b1,Eastern European Communities,S01008916,Granton South and Wardieburn - 01,4d,Hard-pressed flat dwellers,S02001668,Granton South and Wardieburn,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199216 +199216,S00105892,7b1,Eastern European Communities,S01008452,Clovenstone and Wester Hailes - 04,7a,Urban cultural mix,S02001582,Clovenstone and Wester Hailes,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199217 +199217,S00104500,7b3,Endeavouring Flat Dwellers,S01008752,Restalrig (Loganlea) and Craigentinny West - 02,4d,Hard-pressed flat dwellers,S02001637,Restalrig (Loganlea) and Craigentinny West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199218 +199218,S00106524,7b3,Endeavouring Flat Dwellers,S01008785,Great Junction Street - 01,6a,Inner city cosmopolitan,S02001643,Great Junction Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199219 +199219,S00105357,7b3,Endeavouring Flat Dwellers,S01008465,Parkhead and Sighthill - 02,4d,Hard-pressed flat dwellers,S02001585,Parkhead and Sighthill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199220 +199220,S00103645,6a3,Detached Retirement Living,S01008894,Blackhall - 03,8a,Affluent communities,S02001664,Blackhall,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199221 +199221,S00103842,7b3,Endeavouring Flat Dwellers,S01008952,Clermiston and Drumbrae - 05,4d,Hard-pressed flat dwellers,S02001675,Clermiston and Drumbrae,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199222 +199222,S00103955,7b1,Eastern European Communities,S01008921,Granton and Royston Mains - 02,4d,Hard-pressed flat dwellers,S02001669,Granton and Royston Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199223 +199223,S00103956,7b1,Eastern European Communities,S01008921,Granton and Royston Mains - 02,4d,Hard-pressed flat dwellers,S02001669,Granton and Royston Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199224 +199224,S00103960,7b1,Eastern European Communities,S01008921,Granton and Royston Mains - 02,4d,Hard-pressed flat dwellers,S02001669,Granton and Royston Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199225 +199225,S00103976,7b1,Eastern European Communities,S01008923,Granton and Royston Mains - 04,4d,Hard-pressed flat dwellers,S02001669,Granton and Royston Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199226 +199226,S00104201,7b1,Eastern European Communities,S01008777,North Leith and Newhaven - 06,1a,Cosmopolitan student neighbourhoods,S02001641,North Leith and Newhaven,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199227 +199227,S00104244,7b1,Eastern European Communities,S01008802,Leith (Albert Street) - 01,1a,Cosmopolitan student neighbourhoods,S02001646,Leith (Albert Street),S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199228 +199228,S00104273,7b1,Eastern European Communities,S01008794,South Leith - 03,1a,Cosmopolitan student neighbourhoods,S02001644,South Leith,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199229 +199229,S00105939,6a3,Detached Retirement Living,S01008431,Currie East - 03,8a,Affluent communities,S02001578,Currie East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199230 +199230,S00104471,7b1,Eastern European Communities,S01008757,Restalrig and Lochend - 02,4d,Hard-pressed flat dwellers,S02001638,Restalrig and Lochend,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199231 +199231,S00104489,7b1,Eastern European Communities,S01008756,Restalrig and Lochend - 01,4d,Hard-pressed flat dwellers,S02001638,Restalrig and Lochend,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199232 +199232,S00104501,7b1,Eastern European Communities,S01008751,Restalrig (Loganlea) and Craigentinny West - 01,4d,Hard-pressed flat dwellers,S02001637,Restalrig (Loganlea) and Craigentinny West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199233 +199233,S00104526,7b1,Eastern European Communities,S01008760,Restalrig and Lochend - 05,4d,Hard-pressed flat dwellers,S02001638,Restalrig and Lochend,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199234 +199234,S00104535,7b1,Eastern European Communities,S01008760,Restalrig and Lochend - 05,4d,Hard-pressed flat dwellers,S02001638,Restalrig and Lochend,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199235 +199235,S00104536,7b1,Eastern European Communities,S01008760,Restalrig and Lochend - 05,4d,Hard-pressed flat dwellers,S02001638,Restalrig and Lochend,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199236 +199236,S00105170,7b1,Eastern European Communities,S01008478,Stenhouse and Saughton Mains - 06,1a,Cosmopolitan student neighbourhoods,S02001587,Stenhouse and Saughton Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199237 +199237,S00105256,7b1,Eastern European Communities,S01008471,Broomhouse and Bankhead - 04,4d,Hard-pressed flat dwellers,S02001586,Broomhouse and Bankhead,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199238 +199238,S00105270,7b1,Eastern European Communities,S01008480,Stenhouse and Saughton Mains - 08,1a,Cosmopolitan student neighbourhoods,S02001587,Stenhouse and Saughton Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199239 +199239,S00105273,7b1,Eastern European Communities,S01008473,Stenhouse and Saughton Mains - 01,4d,Hard-pressed flat dwellers,S02001587,Stenhouse and Saughton Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199240 +199240,S00105296,7b1,Eastern European Communities,S01008479,Stenhouse and Saughton Mains - 07,4d,Hard-pressed flat dwellers,S02001587,Stenhouse and Saughton Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199241 +199241,S00105319,7b1,Eastern European Communities,S01008992,South Gyle - 06,3d,Households in terraces and flats,S02001682,South Gyle,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199242 +199242,S00105320,7b1,Eastern European Communities,S01008455,The Calders - 02,1a,Cosmopolitan student neighbourhoods,S02001583,The Calders,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199243 +199243,S00105323,7b1,Eastern European Communities,S01008456,The Calders - 03,6a,Inner city cosmopolitan,S02001583,The Calders,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199244 +199244,S00105327,7b1,Eastern European Communities,S01008456,The Calders - 03,6a,Inner city cosmopolitan,S02001583,The Calders,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199245 +199245,S00105344,7b1,Eastern European Communities,S01008468,Broomhouse and Bankhead - 01,4d,Hard-pressed flat dwellers,S02001586,Broomhouse and Bankhead,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199246 +199246,S00105572,7b1,Eastern European Communities,S01008958,East Craigs North - 04,4d,Hard-pressed flat dwellers,S02001676,East Craigs North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199247 +199247,S00105663,7b1,Eastern European Communities,S01008525,Colinton Mains and Firrhill - 02,4d,Hard-pressed flat dwellers,S02001596,Colinton Mains and Firrhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199248 +199248,S00105800,7b1,Eastern European Communities,S01008489,Slateford and Chesser - 04,4d,Hard-pressed flat dwellers,S02001589,Slateford and Chesser,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199249 +199249,S00105802,7b1,Eastern European Communities,S01008454,The Calders - 01,4d,Hard-pressed flat dwellers,S02001583,The Calders,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199250 +199250,S00105805,7b1,Eastern European Communities,S01008454,The Calders - 01,4d,Hard-pressed flat dwellers,S02001583,The Calders,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199251 +199251,S00105807,7b1,Eastern European Communities,S01008459,Murrayburn and Wester Hailes North - 01,4d,Hard-pressed flat dwellers,S02001584,Murrayburn and Wester Hailes North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199252 +199252,S00105808,7b1,Eastern European Communities,S01008459,Murrayburn and Wester Hailes North - 01,4d,Hard-pressed flat dwellers,S02001584,Murrayburn and Wester Hailes North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199253 +199253,S00105810,7b1,Eastern European Communities,S01008460,Murrayburn and Wester Hailes North - 02,4d,Hard-pressed flat dwellers,S02001584,Murrayburn and Wester Hailes North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199254 +199254,S00105811,7b1,Eastern European Communities,S01008460,Murrayburn and Wester Hailes North - 02,4d,Hard-pressed flat dwellers,S02001584,Murrayburn and Wester Hailes North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199255 +199255,S00105813,7b1,Eastern European Communities,S01008460,Murrayburn and Wester Hailes North - 02,4d,Hard-pressed flat dwellers,S02001584,Murrayburn and Wester Hailes North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199256 +199256,S00105815,7b1,Eastern European Communities,S01008460,Murrayburn and Wester Hailes North - 02,4d,Hard-pressed flat dwellers,S02001584,Murrayburn and Wester Hailes North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199257 +199257,S00105817,7b1,Eastern European Communities,S01008461,Murrayburn and Wester Hailes North - 03,4d,Hard-pressed flat dwellers,S02001584,Murrayburn and Wester Hailes North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199258 +199258,S00105818,7b1,Eastern European Communities,S01008461,Murrayburn and Wester Hailes North - 03,4d,Hard-pressed flat dwellers,S02001584,Murrayburn and Wester Hailes North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199259 +199259,S00105819,7b1,Eastern European Communities,S01008461,Murrayburn and Wester Hailes North - 03,4d,Hard-pressed flat dwellers,S02001584,Murrayburn and Wester Hailes North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199260 +199260,S00105821,7b1,Eastern European Communities,S01008461,Murrayburn and Wester Hailes North - 03,4d,Hard-pressed flat dwellers,S02001584,Murrayburn and Wester Hailes North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199261 +199261,S00105822,7b1,Eastern European Communities,S01008461,Murrayburn and Wester Hailes North - 03,4d,Hard-pressed flat dwellers,S02001584,Murrayburn and Wester Hailes North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199262 +199262,S00105823,7b1,Eastern European Communities,S01008460,Murrayburn and Wester Hailes North - 02,4d,Hard-pressed flat dwellers,S02001584,Murrayburn and Wester Hailes North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199263 +199263,S00105824,7b1,Eastern European Communities,S01008461,Murrayburn and Wester Hailes North - 03,4d,Hard-pressed flat dwellers,S02001584,Murrayburn and Wester Hailes North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199264 +199264,S00105825,7b1,Eastern European Communities,S01008461,Murrayburn and Wester Hailes North - 03,4d,Hard-pressed flat dwellers,S02001584,Murrayburn and Wester Hailes North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199265 +199265,S00105826,7b1,Eastern European Communities,S01008463,Murrayburn and Wester Hailes North - 05,4d,Hard-pressed flat dwellers,S02001584,Murrayburn and Wester Hailes North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199266 +199266,S00105827,7b1,Eastern European Communities,S01008463,Murrayburn and Wester Hailes North - 05,4d,Hard-pressed flat dwellers,S02001584,Murrayburn and Wester Hailes North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199267 +199267,S00105829,7b1,Eastern European Communities,S01008463,Murrayburn and Wester Hailes North - 05,4d,Hard-pressed flat dwellers,S02001584,Murrayburn and Wester Hailes North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199268 +199268,S00105883,7b1,Eastern European Communities,S01008449,Clovenstone and Wester Hailes - 01,7a,Urban cultural mix,S02001582,Clovenstone and Wester Hailes,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199269 +199269,S00105888,7b1,Eastern European Communities,S01008450,Clovenstone and Wester Hailes - 02,4d,Hard-pressed flat dwellers,S02001582,Clovenstone and Wester Hailes,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199270 +199270,S00105889,7b1,Eastern European Communities,S01008450,Clovenstone and Wester Hailes - 02,4d,Hard-pressed flat dwellers,S02001582,Clovenstone and Wester Hailes,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199271 +199271,S00105890,7b1,Eastern European Communities,S01008452,Clovenstone and Wester Hailes - 04,7a,Urban cultural mix,S02001582,Clovenstone and Wester Hailes,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199272 +199272,S00104527,7b3,Endeavouring Flat Dwellers,S01008760,Restalrig and Lochend - 05,4d,Hard-pressed flat dwellers,S02001638,Restalrig and Lochend,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199273 +199273,S00105364,7b3,Endeavouring Flat Dwellers,S01008879,Balgreen and Roseburn - 05,3d,Households in terraces and flats,S02001661,Balgreen and Roseburn,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199274 +199274,S00103846,7b3,Endeavouring Flat Dwellers,S01008952,Clermiston and Drumbrae - 05,4d,Hard-pressed flat dwellers,S02001675,Clermiston and Drumbrae,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199275 +199275,S00106580,7b3,Endeavouring Flat Dwellers,S01008471,Broomhouse and Bankhead - 04,4d,Hard-pressed flat dwellers,S02001586,Broomhouse and Bankhead,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199276 +199276,S00103847,7b3,Endeavouring Flat Dwellers,S01008952,Clermiston and Drumbrae - 05,4d,Hard-pressed flat dwellers,S02001675,Clermiston and Drumbrae,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199277 +199277,S00104528,7b3,Endeavouring Flat Dwellers,S01008760,Restalrig and Lochend - 05,4d,Hard-pressed flat dwellers,S02001638,Restalrig and Lochend,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199278 +199278,S00105370,7b3,Endeavouring Flat Dwellers,S01008879,Balgreen and Roseburn - 05,3d,Households in terraces and flats,S02001661,Balgreen and Roseburn,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199279 +199279,S00105940,6a3,Detached Retirement Living,S01008431,Currie East - 03,8a,Affluent communities,S02001578,Currie East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199280 +199280,S00103776,6a3,Detached Retirement Living,S01008936,Siverknowes and Davidson's Mains - 02,8a,Affluent communities,S02001672,Siverknowes and Davidson's Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199281 +199281,S00103777,6a3,Detached Retirement Living,S01008898,Blackhall - 07,8a,Affluent communities,S02001664,Blackhall,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199282 +199282,S00103784,6a3,Detached Retirement Living,S01008938,Siverknowes and Davidson's Mains - 04,8a,Affluent communities,S02001672,Siverknowes and Davidson's Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199283 +199283,S00105897,7b1,Eastern European Communities,S01008451,Clovenstone and Wester Hailes - 03,7a,Urban cultural mix,S02001582,Clovenstone and Wester Hailes,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199284 +199284,S00105374,7b3,Endeavouring Flat Dwellers,S01008880,Balgreen and Roseburn - 06,3c,Highly qualified professionals,S02001661,Balgreen and Roseburn,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199285 +199285,S00106586,7b3,Endeavouring Flat Dwellers,S01008475,Stenhouse and Saughton Mains - 03,4d,Hard-pressed flat dwellers,S02001587,Stenhouse and Saughton Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199286 +199286,S00104926,6a3,Detached Retirement Living,S01008521,Greenbank and The Braids - 03,8a,Affluent communities,S02001595,Greenbank and The Braids,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199287 +199287,S00103848,7b3,Endeavouring Flat Dwellers,S01008952,Clermiston and Drumbrae - 05,4d,Hard-pressed flat dwellers,S02001675,Clermiston and Drumbrae,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199288 +199288,S00105942,6a3,Detached Retirement Living,S01008430,Currie East - 02,8c,Comfortable suburbia,S02001578,Currie East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199289 +199289,S00106095,7b1,Eastern European Communities,S01008711,Niddrie - 06,4d,Hard-pressed flat dwellers,S02001628,Niddrie,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199290 +199290,S00104529,7b3,Endeavouring Flat Dwellers,S01008760,Restalrig and Lochend - 05,4d,Hard-pressed flat dwellers,S02001638,Restalrig and Lochend,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199291 +199291,S00105378,7b3,Endeavouring Flat Dwellers,S01008878,Balgreen and Roseburn - 04,3c,Highly qualified professionals,S02001661,Balgreen and Roseburn,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199292 +199292,S00106588,7b3,Endeavouring Flat Dwellers,S01008455,The Calders - 02,1a,Cosmopolitan student neighbourhoods,S02001583,The Calders,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199293 +199293,S00105001,6a3,Detached Retirement Living,S01008536,Comiston and Swanston - 04,8a,Affluent communities,S02001598,Comiston and Swanston,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199294 +199294,S00103849,7b3,Endeavouring Flat Dwellers,S01008952,Clermiston and Drumbrae - 05,4d,Hard-pressed flat dwellers,S02001675,Clermiston and Drumbrae,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199295 +199295,S00105943,6a3,Detached Retirement Living,S01008431,Currie East - 03,8a,Affluent communities,S02001578,Currie East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199296 +199296,S00103852,7b3,Endeavouring Flat Dwellers,S01008951,Clermiston and Drumbrae - 04,4d,Hard-pressed flat dwellers,S02001675,Clermiston and Drumbrae,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199297 +199297,S00104532,7b3,Endeavouring Flat Dwellers,S01008758,Restalrig and Lochend - 03,4d,Hard-pressed flat dwellers,S02001638,Restalrig and Lochend,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199298 +199298,S00106648,7b3,Endeavouring Flat Dwellers,S01008707,Niddrie - 02,4d,Hard-pressed flat dwellers,S02001628,Niddrie,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199299 +199299,S00106123,7b1,Eastern European Communities,S01008713,"Bingham, Magdalene and The Christians - 02",4d,Hard-pressed flat dwellers,S02001629,"Bingham, Magdalene and The Christians",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199300 +199300,S00105453,7b3,Endeavouring Flat Dwellers,S01008982,Corstorphine South - 02,4d,Hard-pressed flat dwellers,S02001681,Corstorphine South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199301 +199301,S00105944,6a3,Detached Retirement Living,S01008432,Currie East - 04,8a,Affluent communities,S02001578,Currie East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199302 +199302,S00103874,7b3,Endeavouring Flat Dwellers,S01008951,Clermiston and Drumbrae - 04,4d,Hard-pressed flat dwellers,S02001675,Clermiston and Drumbrae,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199303 +199303,S00105008,6a3,Detached Retirement Living,S01008538,Comiston and Swanston - 06,8a,Affluent communities,S02001598,Comiston and Swanston,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199304 +199304,S00106129,7b1,Eastern European Communities,S01008715,"Bingham, Magdalene and The Christians - 04",4a,Challenged white communities,S02001629,"Bingham, Magdalene and The Christians",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199305 +199305,S00105475,7b3,Endeavouring Flat Dwellers,S01008975,Corstorphine - 06,4d,Hard-pressed flat dwellers,S02001679,Corstorphine,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199306 +199306,S00106687,7b3,Endeavouring Flat Dwellers,S01008899,Drylaw - 01,4d,Hard-pressed flat dwellers,S02001665,Drylaw,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199307 +199307,S00104533,7b3,Endeavouring Flat Dwellers,S01008759,Restalrig and Lochend - 04,4d,Hard-pressed flat dwellers,S02001638,Restalrig and Lochend,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199308 +199308,S00103913,7b3,Endeavouring Flat Dwellers,S01008955,East Craigs North - 01,3a,Achieving neighbourhoods,S02001676,East Craigs North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199309 +199309,S00105948,6a3,Detached Retirement Living,S01008432,Currie East - 04,8a,Affluent communities,S02001578,Currie East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199310 +199310,S00105040,6a3,Detached Retirement Living,S01008520,Greenbank and The Braids - 02,8a,Affluent communities,S02001595,Greenbank and The Braids,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199311 +199311,S00106139,7b1,Eastern European Communities,S01008716,"Bingham, Magdalene and The Christians - 05",4d,Hard-pressed flat dwellers,S02001629,"Bingham, Magdalene and The Christians",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199312 +199312,S00106142,7b1,Eastern European Communities,S01008701,Craigmillar - 01,4d,Hard-pressed flat dwellers,S02001627,Craigmillar,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199313 +199313,S00106159,7b1,Eastern European Communities,S01008708,Niddrie - 03,4d,Hard-pressed flat dwellers,S02001628,Niddrie,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199314 +199314,S00106210,7b1,Eastern European Communities,S01008595,Prestonfield - 01,1a,Cosmopolitan student neighbourhoods,S02001610,Prestonfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199315 +199315,S00106254,7b1,Eastern European Communities,S01008557,"Gracemount, Southhouse and Burdiehouse - 05",7a,Urban cultural mix,S02001602,"Gracemount, Southhouse and Burdiehouse",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199316 +199316,S00106256,7b1,Eastern European Communities,S01008556,"Gracemount, Southhouse and Burdiehouse - 04",4d,Hard-pressed flat dwellers,S02001602,"Gracemount, Southhouse and Burdiehouse",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199317 +199317,S00106331,7b1,Eastern European Communities,S01008570,Moredun and Craigour - 02,4d,Hard-pressed flat dwellers,S02001605,Moredun and Craigour,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199318 +199318,S00106332,7b1,Eastern European Communities,S01008570,Moredun and Craigour - 02,4d,Hard-pressed flat dwellers,S02001605,Moredun and Craigour,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199319 +199319,S00106333,7b1,Eastern European Communities,S01008570,Moredun and Craigour - 02,4d,Hard-pressed flat dwellers,S02001605,Moredun and Craigour,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199320 +199320,S00106336,7b1,Eastern European Communities,S01008569,Moredun and Craigour - 01,6a,Inner city cosmopolitan,S02001605,Moredun and Craigour,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199321 +199321,S00106363,7b1,Eastern European Communities,S01008565,Fernieside and Moredun South - 02,4d,Hard-pressed flat dwellers,S02001604,Fernieside and Moredun South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199322 +199322,S00106386,7b1,Eastern European Communities,S01008554,"Gracemount, Southhouse and Burdiehouse - 02",4c,Hampered neighbourhoods,S02001602,"Gracemount, Southhouse and Burdiehouse",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199323 +199323,S00106398,7b1,Eastern European Communities,S01008555,"Gracemount, Southhouse and Burdiehouse - 03",4d,Hard-pressed flat dwellers,S02001602,"Gracemount, Southhouse and Burdiehouse",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199324 +199324,S00106518,7b1,Eastern European Communities,S01008817,Bonnington - 01,1a,Cosmopolitan student neighbourhoods,S02001649,Bonnington,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199325 +199325,S00106616,7b1,Eastern European Communities,S01008463,Murrayburn and Wester Hailes North - 05,4d,Hard-pressed flat dwellers,S02001584,Murrayburn and Wester Hailes North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199326 +199326,S00106619,7b1,Eastern European Communities,S01008449,Clovenstone and Wester Hailes - 01,7a,Urban cultural mix,S02001582,Clovenstone and Wester Hailes,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199327 +199327,S00106620,7b1,Eastern European Communities,S01008450,Clovenstone and Wester Hailes - 02,4d,Hard-pressed flat dwellers,S02001582,Clovenstone and Wester Hailes,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199328 +199328,S00106641,7b1,Eastern European Communities,S01008703,Craigmillar - 03,7a,Urban cultural mix,S02001627,Craigmillar,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199329 +199329,S00106656,7b1,Eastern European Communities,S01008557,"Gracemount, Southhouse and Burdiehouse - 05",7a,Urban cultural mix,S02001602,"Gracemount, Southhouse and Burdiehouse",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199330 +199330,S00106694,7b1,Eastern European Communities,S01008933,Muirhouse - 05,4d,Hard-pressed flat dwellers,S02001671,Muirhouse,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199331 +199331,S00106695,7b1,Eastern European Communities,S01008929,Muirhouse - 01,4d,Hard-pressed flat dwellers,S02001671,Muirhouse,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199332 +199332,S00106697,7b1,Eastern European Communities,S01008930,Muirhouse - 02,4d,Hard-pressed flat dwellers,S02001671,Muirhouse,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199333 +199333,S00106698,7b1,Eastern European Communities,S01008930,Muirhouse - 02,4d,Hard-pressed flat dwellers,S02001671,Muirhouse,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199334 +199334,S00106831,7b1,Eastern European Communities,S01008524,Colinton Mains and Firrhill - 01,4d,Hard-pressed flat dwellers,S02001596,Colinton Mains and Firrhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199335 +199335,S00106838,7b1,Eastern European Communities,S01008451,Clovenstone and Wester Hailes - 03,7a,Urban cultural mix,S02001582,Clovenstone and Wester Hailes,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199336 +199336,S00106839,7b1,Eastern European Communities,S01008451,Clovenstone and Wester Hailes - 03,7a,Urban cultural mix,S02001582,Clovenstone and Wester Hailes,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199337 +199337,S00106964,7b1,Eastern European Communities,S01008933,Muirhouse - 05,4d,Hard-pressed flat dwellers,S02001671,Muirhouse,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199338 +199338,S00106966,7b1,Eastern European Communities,S01008933,Muirhouse - 05,4d,Hard-pressed flat dwellers,S02001671,Muirhouse,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199339 +199339,S00106989,7b1,Eastern European Communities,S01008921,Granton and Royston Mains - 02,4d,Hard-pressed flat dwellers,S02001669,Granton and Royston Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199340 +199340,S00107003,7b1,Eastern European Communities,S01008773,North Leith and Newhaven - 02,1a,Cosmopolitan student neighbourhoods,S02001641,North Leith and Newhaven,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199341 +199341,S00107038,7b1,Eastern European Communities,S01008771,Western Harbour and Leith Docks - 04,1a,Cosmopolitan student neighbourhoods,S02001640,Western Harbour and Leith Docks,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199342 +199342,S00107050,7b1,Eastern European Communities,S01008787,Great Junction Street - 03,1a,Cosmopolitan student neighbourhoods,S02001643,Great Junction Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199343 +199343,S00107052,7b1,Eastern European Communities,S01008787,Great Junction Street - 03,1a,Cosmopolitan student neighbourhoods,S02001643,Great Junction Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199344 +199344,S00107161,7b1,Eastern European Communities,S01008692,Meadowbank and Abbeyhill North - 04,1a,Cosmopolitan student neighbourhoods,S02001625,Meadowbank and Abbeyhill North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199345 +199345,S00107167,7b1,Eastern European Communities,S01008755,Restalrig (Loganlea) and Craigentinny West - 05,1a,Cosmopolitan student neighbourhoods,S02001637,Restalrig (Loganlea) and Craigentinny West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199346 +199346,S00107172,7b1,Eastern European Communities,S01008755,Restalrig (Loganlea) and Craigentinny West - 05,1a,Cosmopolitan student neighbourhoods,S02001637,Restalrig (Loganlea) and Craigentinny West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199347 +199347,S00107173,7b1,Eastern European Communities,S01008755,Restalrig (Loganlea) and Craigentinny West - 05,1a,Cosmopolitan student neighbourhoods,S02001637,Restalrig (Loganlea) and Craigentinny West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199348 +199348,S00107174,7b1,Eastern European Communities,S01008751,Restalrig (Loganlea) and Craigentinny West - 01,4d,Hard-pressed flat dwellers,S02001637,Restalrig (Loganlea) and Craigentinny West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199349 +199349,S00107321,7b1,Eastern European Communities,S01008500,Gorgie East - 04,1a,Cosmopolitan student neighbourhoods,S02001591,Gorgie East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199350 +199350,S00107345,7b1,Eastern European Communities,S01008474,Stenhouse and Saughton Mains - 02,4d,Hard-pressed flat dwellers,S02001587,Stenhouse and Saughton Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199351 +199351,S00107357,7b1,Eastern European Communities,S01008457,The Calders - 04,4d,Hard-pressed flat dwellers,S02001583,The Calders,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199352 +199352,S00107358,7b1,Eastern European Communities,S01008457,The Calders - 04,4d,Hard-pressed flat dwellers,S02001583,The Calders,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199353 +199353,S00107442,7b1,Eastern European Communities,S01008463,Murrayburn and Wester Hailes North - 05,4d,Hard-pressed flat dwellers,S02001584,Murrayburn and Wester Hailes North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199354 +199354,S00107489,7b1,Eastern European Communities,S01008707,Niddrie - 02,4d,Hard-pressed flat dwellers,S02001628,Niddrie,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199355 +199355,S00107491,7b1,Eastern European Communities,S01008708,Niddrie - 03,4d,Hard-pressed flat dwellers,S02001628,Niddrie,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199356 +199356,S00106708,7b3,Endeavouring Flat Dwellers,S01008952,Clermiston and Drumbrae - 05,4d,Hard-pressed flat dwellers,S02001675,Clermiston and Drumbrae,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199357 +199357,S00105949,6a3,Detached Retirement Living,S01008432,Currie East - 04,8a,Affluent communities,S02001578,Currie East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199358 +199358,S00103923,7b3,Endeavouring Flat Dwellers,S01008923,Granton and Royston Mains - 04,4d,Hard-pressed flat dwellers,S02001669,Granton and Royston Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199359 +199359,S00105057,6a3,Detached Retirement Living,S01008546,Fairmilehead - 06,8a,Affluent communities,S02001599,Fairmilehead,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199360 +199360,S00104537,7b3,Endeavouring Flat Dwellers,S01008759,Restalrig and Lochend - 04,4d,Hard-pressed flat dwellers,S02001638,Restalrig and Lochend,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199361 +199361,S00105626,7b3,Endeavouring Flat Dwellers,S01008985,Corstorphine South - 05,3d,Households in terraces and flats,S02001681,Corstorphine South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199362 +199362,S00106742,7b3,Endeavouring Flat Dwellers,S01008900,Drylaw - 02,4d,Hard-pressed flat dwellers,S02001665,Drylaw,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199363 +199363,S00106743,7b3,Endeavouring Flat Dwellers,S01008899,Drylaw - 01,4d,Hard-pressed flat dwellers,S02001665,Drylaw,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199364 +199364,S00106775,7b3,Endeavouring Flat Dwellers,S01008758,Restalrig and Lochend - 03,4d,Hard-pressed flat dwellers,S02001638,Restalrig and Lochend,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199365 +199365,S00106776,7b3,Endeavouring Flat Dwellers,S01008759,Restalrig and Lochend - 04,4d,Hard-pressed flat dwellers,S02001638,Restalrig and Lochend,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199366 +199366,S00106777,7b3,Endeavouring Flat Dwellers,S01008760,Restalrig and Lochend - 05,4d,Hard-pressed flat dwellers,S02001638,Restalrig and Lochend,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199367 +199367,S00106816,7b3,Endeavouring Flat Dwellers,S01008477,Stenhouse and Saughton Mains - 05,4d,Hard-pressed flat dwellers,S02001587,Stenhouse and Saughton Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199368 +199368,S00106817,7b3,Endeavouring Flat Dwellers,S01008477,Stenhouse and Saughton Mains - 05,4d,Hard-pressed flat dwellers,S02001587,Stenhouse and Saughton Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199369 +199369,S00106829,7b3,Endeavouring Flat Dwellers,S01008529,Oxgangs - 01,5c,Comfortable neighbourhoods,S02001597,Oxgangs,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199370 +199370,S00106833,7b3,Endeavouring Flat Dwellers,S01008490,Slateford and Chesser - 05,1a,Cosmopolitan student neighbourhoods,S02001589,Slateford and Chesser,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199371 +199371,S00106850,7b3,Endeavouring Flat Dwellers,S01009009,Queensferry West - 01,4d,Hard-pressed flat dwellers,S02001686,Queensferry West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199372 +199372,S00106927,7b3,Endeavouring Flat Dwellers,S01008661,Tollcross - 03,1a,Cosmopolitan student neighbourhoods,S02001620,Tollcross,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199373 +199373,S00106997,7b3,Endeavouring Flat Dwellers,S01008773,North Leith and Newhaven - 02,1a,Cosmopolitan student neighbourhoods,S02001641,North Leith and Newhaven,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199374 +199374,S00107001,7b3,Endeavouring Flat Dwellers,S01008774,North Leith and Newhaven - 03,1a,Cosmopolitan student neighbourhoods,S02001641,North Leith and Newhaven,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199375 +199375,S00107067,7b3,Endeavouring Flat Dwellers,S01008788,Great Junction Street - 04,1a,Cosmopolitan student neighbourhoods,S02001643,Great Junction Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199376 +199376,S00107169,7b3,Endeavouring Flat Dwellers,S01008753,Restalrig (Loganlea) and Craigentinny West - 03,4d,Hard-pressed flat dwellers,S02001637,Restalrig (Loganlea) and Craigentinny West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199377 +199377,S00107170,7b3,Endeavouring Flat Dwellers,S01008753,Restalrig (Loganlea) and Craigentinny West - 03,4d,Hard-pressed flat dwellers,S02001637,Restalrig (Loganlea) and Craigentinny West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199378 +199378,S00107175,7b3,Endeavouring Flat Dwellers,S01008752,Restalrig (Loganlea) and Craigentinny West - 02,4d,Hard-pressed flat dwellers,S02001637,Restalrig (Loganlea) and Craigentinny West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199379 +199379,S00107180,7b3,Endeavouring Flat Dwellers,S01008758,Restalrig and Lochend - 03,4d,Hard-pressed flat dwellers,S02001638,Restalrig and Lochend,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199380 +199380,S00107181,7b3,Endeavouring Flat Dwellers,S01008758,Restalrig and Lochend - 03,4d,Hard-pressed flat dwellers,S02001638,Restalrig and Lochend,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199381 +199381,S00107183,7b3,Endeavouring Flat Dwellers,S01008758,Restalrig and Lochend - 03,4d,Hard-pressed flat dwellers,S02001638,Restalrig and Lochend,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199382 +199382,S00107195,7b3,Endeavouring Flat Dwellers,S01008743,Northfield and Piershill - 01,4d,Hard-pressed flat dwellers,S02001635,Northfield and Piershill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199383 +199383,S00107196,7b3,Endeavouring Flat Dwellers,S01008743,Northfield and Piershill - 01,4d,Hard-pressed flat dwellers,S02001635,Northfield and Piershill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199384 +199384,S00107346,7b3,Endeavouring Flat Dwellers,S01008474,Stenhouse and Saughton Mains - 02,4d,Hard-pressed flat dwellers,S02001587,Stenhouse and Saughton Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199385 +199385,S00107351,7b3,Endeavouring Flat Dwellers,S01008477,Stenhouse and Saughton Mains - 05,4d,Hard-pressed flat dwellers,S02001587,Stenhouse and Saughton Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199386 +199386,S00107352,7b3,Endeavouring Flat Dwellers,S01008477,Stenhouse and Saughton Mains - 05,4d,Hard-pressed flat dwellers,S02001587,Stenhouse and Saughton Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199387 +199387,S00107353,7b3,Endeavouring Flat Dwellers,S01008477,Stenhouse and Saughton Mains - 05,4d,Hard-pressed flat dwellers,S02001587,Stenhouse and Saughton Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199388 +199388,S00107356,7b3,Endeavouring Flat Dwellers,S01008457,The Calders - 04,4d,Hard-pressed flat dwellers,S02001583,The Calders,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199389 +199389,S00107414,7b3,Endeavouring Flat Dwellers,S01008531,Oxgangs - 03,4d,Hard-pressed flat dwellers,S02001597,Oxgangs,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199390 +199390,S00107415,7b3,Endeavouring Flat Dwellers,S01008531,Oxgangs - 03,4d,Hard-pressed flat dwellers,S02001597,Oxgangs,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199391 +199391,S00107416,7b3,Endeavouring Flat Dwellers,S01008527,Colinton Mains and Firrhill - 04,3d,Households in terraces and flats,S02001596,Colinton Mains and Firrhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199392 +199392,S00107430,7b3,Endeavouring Flat Dwellers,S01008492,Gorgie West - 01,1a,Cosmopolitan student neighbourhoods,S02001590,Gorgie West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199393 +199393,S00107432,7b3,Endeavouring Flat Dwellers,S01008492,Gorgie West - 01,1a,Cosmopolitan student neighbourhoods,S02001590,Gorgie West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199394 +199394,S00107459,7b3,Endeavouring Flat Dwellers,S01008734,Duddingston and Portobello South - 01,3c,Highly qualified professionals,S02001633,Duddingston and Portobello South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199395 +199395,S00107468,7b3,Endeavouring Flat Dwellers,S01008728,Portobello - 01,4d,Hard-pressed flat dwellers,S02001632,Portobello,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199396 +199396,S00107469,7b3,Endeavouring Flat Dwellers,S01008728,Portobello - 01,4d,Hard-pressed flat dwellers,S02001632,Portobello,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199397 +199397,S00107470,7b3,Endeavouring Flat Dwellers,S01008728,Portobello - 01,4d,Hard-pressed flat dwellers,S02001632,Portobello,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199398 +199398,S00107472,7b3,Endeavouring Flat Dwellers,S01008730,Portobello - 03,1a,Cosmopolitan student neighbourhoods,S02001632,Portobello,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199399 +199399,S00106866,1a2,Established Farming Communities,S01008996,"Ratho, Ingliston and Gogar - 04",5e,Primary sector workers,S02001683,"Ratho, Ingliston and Gogar",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199400 +199400,S00106867,1a2,Established Farming Communities,S01008997,"Dalmeny, Kirkliston and Newbridge - 01",2d,Rural traits,S02001684,"Dalmeny, Kirkliston and Newbridge",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199401 +199401,S00105250,3a1,Established Renting Families,S01008470,Broomhouse and Bankhead - 03,7a,Urban cultural mix,S02001586,Broomhouse and Bankhead,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199402 +199402,S00105261,3a1,Established Renting Families,S01008472,Broomhouse and Bankhead - 05,7a,Urban cultural mix,S02001586,Broomhouse and Bankhead,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199403 +199403,S00106149,3a1,Established Renting Families,S01008703,Craigmillar - 03,7a,Urban cultural mix,S02001627,Craigmillar,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199404 +199404,S00105981,6a3,Detached Retirement Living,S01008417,Balerno and Bonnington Village - 01,2b,Prospering countryside life,S02001576,Balerno and Bonnington Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199405 +199405,S00103944,7b3,Endeavouring Flat Dwellers,S01008916,Granton South and Wardieburn - 01,4d,Hard-pressed flat dwellers,S02001668,Granton South and Wardieburn,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199406 +199406,S00104543,7b3,Endeavouring Flat Dwellers,S01008752,Restalrig (Loganlea) and Craigentinny West - 02,4d,Hard-pressed flat dwellers,S02001637,Restalrig (Loganlea) and Craigentinny West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199407 +199407,S00105058,6a3,Detached Retirement Living,S01008546,Fairmilehead - 06,8a,Affluent communities,S02001599,Fairmilehead,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199408 +199408,S00103950,7b3,Endeavouring Flat Dwellers,S01008916,Granton South and Wardieburn - 01,4d,Hard-pressed flat dwellers,S02001668,Granton South and Wardieburn,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199409 +199409,S00106005,6a3,Detached Retirement Living,S01008735,Duddingston and Portobello South - 02,8a,Affluent communities,S02001633,Duddingston and Portobello South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199410 +199410,S00105635,7b3,Endeavouring Flat Dwellers,S01008529,Oxgangs - 01,5c,Comfortable neighbourhoods,S02001597,Oxgangs,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199411 +199411,S00104551,7b3,Endeavouring Flat Dwellers,S01008799,Easter Road and Hawkhill Avenue - 02,1a,Cosmopolitan student neighbourhoods,S02001645,Easter Road and Hawkhill Avenue,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199412 +199412,S00105063,6a3,Detached Retirement Living,S01008535,Comiston and Swanston - 03,8a,Affluent communities,S02001598,Comiston and Swanston,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199413 +199413,S00103951,7b3,Endeavouring Flat Dwellers,S01008916,Granton South and Wardieburn - 01,4d,Hard-pressed flat dwellers,S02001668,Granton South and Wardieburn,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199414 +199414,S00103971,7b3,Endeavouring Flat Dwellers,S01008920,Granton and Royston Mains - 01,1a,Cosmopolitan student neighbourhoods,S02001669,Granton and Royston Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199415 +199415,S00103980,7b3,Endeavouring Flat Dwellers,S01008908,West Pilton - 05,7a,Urban cultural mix,S02001666,West Pilton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199416 +199416,S00104038,7b3,Endeavouring Flat Dwellers,S01008828,Trinity - 03,3c,Highly qualified professionals,S02001651,Trinity,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199417 +199417,S00104042,7b3,Endeavouring Flat Dwellers,S01008826,Trinity - 01,3c,Highly qualified professionals,S02001651,Trinity,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199418 +199418,S00104043,7b3,Endeavouring Flat Dwellers,S01008826,Trinity - 01,3c,Highly qualified professionals,S02001651,Trinity,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199419 +199419,S00104063,7b3,Endeavouring Flat Dwellers,S01008835,"Inverleith, Goldenacre and Warriston - 04",3c,Highly qualified professionals,S02001652,"Inverleith, Goldenacre and Warriston",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199420 +199420,S00104104,7b3,Endeavouring Flat Dwellers,S01008772,North Leith and Newhaven - 01,3c,Highly qualified professionals,S02001641,North Leith and Newhaven,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199421 +199421,S00104106,7b3,Endeavouring Flat Dwellers,S01008772,North Leith and Newhaven - 01,3c,Highly qualified professionals,S02001641,North Leith and Newhaven,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199422 +199422,S00104111,7b3,Endeavouring Flat Dwellers,S01008772,North Leith and Newhaven - 01,3c,Highly qualified professionals,S02001641,North Leith and Newhaven,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199423 +199423,S00104126,7b3,Endeavouring Flat Dwellers,S01008775,North Leith and Newhaven - 04,1a,Cosmopolitan student neighbourhoods,S02001641,North Leith and Newhaven,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199424 +199424,S00104161,7b3,Endeavouring Flat Dwellers,S01008790,Great Junction Street - 06,1a,Cosmopolitan student neighbourhoods,S02001643,Great Junction Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199425 +199425,S00104197,7b3,Endeavouring Flat Dwellers,S01008776,North Leith and Newhaven - 05,1a,Cosmopolitan student neighbourhoods,S02001641,North Leith and Newhaven,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199426 +199426,S00104200,7b3,Endeavouring Flat Dwellers,S01008777,North Leith and Newhaven - 06,1a,Cosmopolitan student neighbourhoods,S02001641,North Leith and Newhaven,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199427 +199427,S00104219,7b3,Endeavouring Flat Dwellers,S01008768,Western Harbour and Leith Docks - 01,3c,Highly qualified professionals,S02001640,Western Harbour and Leith Docks,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199428 +199428,S00104221,7b3,Endeavouring Flat Dwellers,S01008767,Leith (Hermitage and Prospect Bank) - 06,4d,Hard-pressed flat dwellers,S02001639,Leith (Hermitage and Prospect Bank),S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199429 +199429,S00104272,7b3,Endeavouring Flat Dwellers,S01008794,South Leith - 03,1a,Cosmopolitan student neighbourhoods,S02001644,South Leith,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199430 +199430,S00104298,7b3,Endeavouring Flat Dwellers,S01008764,Leith (Hermitage and Prospect Bank) - 03,3d,Households in terraces and flats,S02001639,Leith (Hermitage and Prospect Bank),S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199431 +199431,S00104305,7b3,Endeavouring Flat Dwellers,S01008763,Leith (Hermitage and Prospect Bank) - 02,3d,Households in terraces and flats,S02001639,Leith (Hermitage and Prospect Bank),S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199432 +199432,S00104366,7b3,Endeavouring Flat Dwellers,S01008836,Broughton North and Powderhall - 01,1a,Cosmopolitan student neighbourhoods,S02001653,Broughton North and Powderhall,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199433 +199433,S00104469,7b3,Endeavouring Flat Dwellers,S01008757,Restalrig and Lochend - 02,4d,Hard-pressed flat dwellers,S02001638,Restalrig and Lochend,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199434 +199434,S00104470,7b3,Endeavouring Flat Dwellers,S01008757,Restalrig and Lochend - 02,4d,Hard-pressed flat dwellers,S02001638,Restalrig and Lochend,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199435 +199435,S00104472,7b3,Endeavouring Flat Dwellers,S01008757,Restalrig and Lochend - 02,4d,Hard-pressed flat dwellers,S02001638,Restalrig and Lochend,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199436 +199436,S00104473,7b3,Endeavouring Flat Dwellers,S01008757,Restalrig and Lochend - 02,4d,Hard-pressed flat dwellers,S02001638,Restalrig and Lochend,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199437 +199437,S00104475,7b3,Endeavouring Flat Dwellers,S01008756,Restalrig and Lochend - 01,4d,Hard-pressed flat dwellers,S02001638,Restalrig and Lochend,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199438 +199438,S00104476,7b3,Endeavouring Flat Dwellers,S01008756,Restalrig and Lochend - 01,4d,Hard-pressed flat dwellers,S02001638,Restalrig and Lochend,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199439 +199439,S00104481,7b3,Endeavouring Flat Dwellers,S01008753,Restalrig (Loganlea) and Craigentinny West - 03,4d,Hard-pressed flat dwellers,S02001637,Restalrig (Loganlea) and Craigentinny West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199440 +199440,S00104486,7b3,Endeavouring Flat Dwellers,S01008753,Restalrig (Loganlea) and Craigentinny West - 03,4d,Hard-pressed flat dwellers,S02001637,Restalrig (Loganlea) and Craigentinny West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199441 +199441,S00104490,7b3,Endeavouring Flat Dwellers,S01008754,Restalrig (Loganlea) and Craigentinny West - 04,1a,Cosmopolitan student neighbourhoods,S02001637,Restalrig (Loganlea) and Craigentinny West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199442 +199442,S00104491,7b3,Endeavouring Flat Dwellers,S01008756,Restalrig and Lochend - 01,4d,Hard-pressed flat dwellers,S02001638,Restalrig and Lochend,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199443 +199443,S00104494,7b3,Endeavouring Flat Dwellers,S01008752,Restalrig (Loganlea) and Craigentinny West - 02,4d,Hard-pressed flat dwellers,S02001637,Restalrig (Loganlea) and Craigentinny West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199444 +199444,S00104497,7b3,Endeavouring Flat Dwellers,S01008752,Restalrig (Loganlea) and Craigentinny West - 02,4d,Hard-pressed flat dwellers,S02001637,Restalrig (Loganlea) and Craigentinny West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199445 +199445,S00104498,7b3,Endeavouring Flat Dwellers,S01008752,Restalrig (Loganlea) and Craigentinny West - 02,4d,Hard-pressed flat dwellers,S02001637,Restalrig (Loganlea) and Craigentinny West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199446 +199446,S00104558,7b3,Endeavouring Flat Dwellers,S01008699,Willowbrae and Duddingston Village - 06,4d,Hard-pressed flat dwellers,S02001626,Willowbrae and Duddingston Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199447 +199447,S00105069,6a3,Detached Retirement Living,S01008537,Comiston and Swanston - 05,8a,Affluent communities,S02001598,Comiston and Swanston,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199448 +199448,S00105645,7b3,Endeavouring Flat Dwellers,S01008530,Oxgangs - 02,4d,Hard-pressed flat dwellers,S02001597,Oxgangs,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199449 +199449,S00106113,6a3,Detached Retirement Living,S01008736,Duddingston and Portobello South - 03,8a,Affluent communities,S02001633,Duddingston and Portobello South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199450 +199450,S00104560,7b3,Endeavouring Flat Dwellers,S01008699,Willowbrae and Duddingston Village - 06,4d,Hard-pressed flat dwellers,S02001626,Willowbrae and Duddingston Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199451 +199451,S00105647,7b3,Endeavouring Flat Dwellers,S01008530,Oxgangs - 02,4d,Hard-pressed flat dwellers,S02001597,Oxgangs,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199452 +199452,S00105070,6a3,Detached Retirement Living,S01008546,Fairmilehead - 06,8a,Affluent communities,S02001599,Fairmilehead,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199453 +199453,S00106283,6a3,Detached Retirement Living,S01008579,Liberton West and Braid Hills - 03,8a,Affluent communities,S02001607,Liberton West and Braid Hills,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199454 +199454,S00104561,7b3,Endeavouring Flat Dwellers,S01008699,Willowbrae and Duddingston Village - 06,4d,Hard-pressed flat dwellers,S02001626,Willowbrae and Duddingston Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199455 +199455,S00105648,7b3,Endeavouring Flat Dwellers,S01008530,Oxgangs - 02,4d,Hard-pressed flat dwellers,S02001597,Oxgangs,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199456 +199456,S00105071,6a3,Detached Retirement Living,S01008537,Comiston and Swanston - 05,8a,Affluent communities,S02001598,Comiston and Swanston,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199457 +199457,S00106285,6a3,Detached Retirement Living,S01008579,Liberton West and Braid Hills - 03,8a,Affluent communities,S02001607,Liberton West and Braid Hills,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199458 +199458,S00104563,7b3,Endeavouring Flat Dwellers,S01008699,Willowbrae and Duddingston Village - 06,4d,Hard-pressed flat dwellers,S02001626,Willowbrae and Duddingston Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199459 +199459,S00105651,7b3,Endeavouring Flat Dwellers,S01008524,Colinton Mains and Firrhill - 01,4d,Hard-pressed flat dwellers,S02001596,Colinton Mains and Firrhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199460 +199460,S00105073,6a3,Detached Retirement Living,S01008538,Comiston and Swanston - 06,8a,Affluent communities,S02001598,Comiston and Swanston,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199461 +199461,S00106437,6a3,Detached Retirement Living,S01008995,"Ratho, Ingliston and Gogar - 03",8c,Comfortable suburbia,S02001683,"Ratho, Ingliston and Gogar",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199462 +199462,S00106459,6a3,Detached Retirement Living,S01009000,"Dalmeny, Kirkliston and Newbridge - 04",8c,Comfortable suburbia,S02001684,"Dalmeny, Kirkliston and Newbridge",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199463 +199463,S00106603,6a3,Detached Retirement Living,S01008968,Corstorphine North - 02,8c,Comfortable suburbia,S02001678,Corstorphine North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199464 +199464,S00106608,6a3,Detached Retirement Living,S01008439,Bonaly and The Pentlands - 02,8a,Affluent communities,S02001580,Bonaly and The Pentlands,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199465 +199465,S00106617,6a3,Detached Retirement Living,S01008484,Longstone and Saughton - 04,5c,Comfortable neighbourhoods,S02001588,Longstone and Saughton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199466 +199466,S00106715,6a3,Detached Retirement Living,S01008948,Clermiston and Drumbrae - 01,3a,Achieving neighbourhoods,S02001675,Clermiston and Drumbrae,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199467 +199467,S00106959,6a3,Detached Retirement Living,S01008893,Blackhall - 02,8a,Affluent communities,S02001664,Blackhall,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199468 +199468,S00106978,6a3,Detached Retirement Living,S01008947,"Barnton, Cammo and Cramond South - 04",8a,Affluent communities,S02001674,"Barnton, Cammo and Cramond South",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199469 +199469,S00107450,6a3,Detached Retirement Living,S01008424,Balerno and Bonnington Village - 08,8a,Affluent communities,S02001576,Balerno and Bonnington Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199470 +199470,S00103582,7b1,Eastern European Communities,S01008899,Drylaw - 01,4d,Hard-pressed flat dwellers,S02001665,Drylaw,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199471 +199471,S00103594,7b1,Eastern European Communities,S01008900,Drylaw - 02,4d,Hard-pressed flat dwellers,S02001665,Drylaw,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199472 +199472,S00103600,7b1,Eastern European Communities,S01008903,Drylaw - 05,4d,Hard-pressed flat dwellers,S02001665,Drylaw,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199473 +199473,S00103610,7b1,Eastern European Communities,S01008902,Drylaw - 04,4d,Hard-pressed flat dwellers,S02001665,Drylaw,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199474 +199474,S00103702,7b1,Eastern European Communities,S01008930,Muirhouse - 02,4d,Hard-pressed flat dwellers,S02001671,Muirhouse,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199475 +199475,S00103706,7b1,Eastern European Communities,S01008929,Muirhouse - 01,4d,Hard-pressed flat dwellers,S02001671,Muirhouse,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199476 +199476,S00103716,7b1,Eastern European Communities,S01008931,Muirhouse - 03,4d,Hard-pressed flat dwellers,S02001671,Muirhouse,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199477 +199477,S00103717,7b1,Eastern European Communities,S01008931,Muirhouse - 03,4d,Hard-pressed flat dwellers,S02001671,Muirhouse,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199478 +199478,S00103728,7b1,Eastern European Communities,S01008927,Granton West and Salvesen - 04,1a,Cosmopolitan student neighbourhoods,S02001670,Granton West and Salvesen,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199479 +199479,S00103741,7b1,Eastern European Communities,S01008905,West Pilton - 02,4d,Hard-pressed flat dwellers,S02001666,West Pilton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199480 +199480,S00103742,7b1,Eastern European Communities,S01008905,West Pilton - 02,4d,Hard-pressed flat dwellers,S02001666,West Pilton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199481 +199481,S00103743,7b1,Eastern European Communities,S01008905,West Pilton - 02,4d,Hard-pressed flat dwellers,S02001666,West Pilton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199482 +199482,S00103745,7b1,Eastern European Communities,S01008905,West Pilton - 02,4d,Hard-pressed flat dwellers,S02001666,West Pilton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199483 +199483,S00103749,7b1,Eastern European Communities,S01008904,West Pilton - 01,1a,Cosmopolitan student neighbourhoods,S02001666,West Pilton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199484 +199484,S00103753,7b1,Eastern European Communities,S01008904,West Pilton - 01,1a,Cosmopolitan student neighbourhoods,S02001666,West Pilton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199485 +199485,S00103762,7b1,Eastern European Communities,S01008907,West Pilton - 04,4d,Hard-pressed flat dwellers,S02001666,West Pilton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199486 +199486,S00103763,7b1,Eastern European Communities,S01008906,West Pilton - 03,7a,Urban cultural mix,S02001666,West Pilton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199487 +199487,S00103850,7b1,Eastern European Communities,S01008951,Clermiston and Drumbrae - 04,4d,Hard-pressed flat dwellers,S02001675,Clermiston and Drumbrae,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199488 +199488,S00103851,7b1,Eastern European Communities,S01008953,Clermiston and Drumbrae - 06,4d,Hard-pressed flat dwellers,S02001675,Clermiston and Drumbrae,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199489 +199489,S00103924,7b1,Eastern European Communities,S01008923,Granton and Royston Mains - 04,4d,Hard-pressed flat dwellers,S02001669,Granton and Royston Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199490 +199490,S00103925,7b1,Eastern European Communities,S01008921,Granton and Royston Mains - 02,4d,Hard-pressed flat dwellers,S02001669,Granton and Royston Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199491 +199491,S00103926,7b1,Eastern European Communities,S01008923,Granton and Royston Mains - 04,4d,Hard-pressed flat dwellers,S02001669,Granton and Royston Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199492 +199492,S00103927,7b1,Eastern European Communities,S01008921,Granton and Royston Mains - 02,4d,Hard-pressed flat dwellers,S02001669,Granton and Royston Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199493 +199493,S00103932,7b1,Eastern European Communities,S01008918,Granton South and Wardieburn - 03,6a,Inner city cosmopolitan,S02001668,Granton South and Wardieburn,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199494 +199494,S00103934,7b1,Eastern European Communities,S01008917,Granton South and Wardieburn - 02,4d,Hard-pressed flat dwellers,S02001668,Granton South and Wardieburn,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199495 +199495,S00103935,7b1,Eastern European Communities,S01008917,Granton South and Wardieburn - 02,4d,Hard-pressed flat dwellers,S02001668,Granton South and Wardieburn,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199496 +199496,S00103939,7b1,Eastern European Communities,S01008918,Granton South and Wardieburn - 03,6a,Inner city cosmopolitan,S02001668,Granton South and Wardieburn,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199497 +199497,S00103941,7b1,Eastern European Communities,S01008918,Granton South and Wardieburn - 03,6a,Inner city cosmopolitan,S02001668,Granton South and Wardieburn,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199498 +199498,S00103942,7b1,Eastern European Communities,S01008916,Granton South and Wardieburn - 01,4d,Hard-pressed flat dwellers,S02001668,Granton South and Wardieburn,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199499 +199499,S00105654,7b3,Endeavouring Flat Dwellers,S01008524,Colinton Mains and Firrhill - 01,4d,Hard-pressed flat dwellers,S02001596,Colinton Mains and Firrhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199500 +199500,S00105658,7b3,Endeavouring Flat Dwellers,S01008524,Colinton Mains and Firrhill - 01,4d,Hard-pressed flat dwellers,S02001596,Colinton Mains and Firrhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199501 +199501,S00105661,7b3,Endeavouring Flat Dwellers,S01008524,Colinton Mains and Firrhill - 01,4d,Hard-pressed flat dwellers,S02001596,Colinton Mains and Firrhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199502 +199502,S00105666,7b3,Endeavouring Flat Dwellers,S01008531,Oxgangs - 03,4d,Hard-pressed flat dwellers,S02001597,Oxgangs,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199503 +199503,S00105667,7b3,Endeavouring Flat Dwellers,S01008531,Oxgangs - 03,4d,Hard-pressed flat dwellers,S02001597,Oxgangs,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199504 +199504,S00105668,7b3,Endeavouring Flat Dwellers,S01008530,Oxgangs - 02,4d,Hard-pressed flat dwellers,S02001597,Oxgangs,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199505 +199505,S00105672,7b3,Endeavouring Flat Dwellers,S01008528,Colinton Mains and Firrhill - 05,3d,Households in terraces and flats,S02001596,Colinton Mains and Firrhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199506 +199506,S00105682,7b3,Endeavouring Flat Dwellers,S01008527,Colinton Mains and Firrhill - 04,3d,Households in terraces and flats,S02001596,Colinton Mains and Firrhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199507 +199507,S00105776,7b3,Endeavouring Flat Dwellers,S01008488,Slateford and Chesser - 03,1a,Cosmopolitan student neighbourhoods,S02001589,Slateford and Chesser,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199508 +199508,S00105777,7b3,Endeavouring Flat Dwellers,S01008490,Slateford and Chesser - 05,1a,Cosmopolitan student neighbourhoods,S02001589,Slateford and Chesser,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199509 +199509,S00105782,7b3,Endeavouring Flat Dwellers,S01008488,Slateford and Chesser - 03,1a,Cosmopolitan student neighbourhoods,S02001589,Slateford and Chesser,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199510 +199510,S00105783,7b3,Endeavouring Flat Dwellers,S01008488,Slateford and Chesser - 03,1a,Cosmopolitan student neighbourhoods,S02001589,Slateford and Chesser,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199511 +199511,S00105839,7b3,Endeavouring Flat Dwellers,S01008483,Longstone and Saughton - 03,4d,Hard-pressed flat dwellers,S02001588,Longstone and Saughton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199512 +199512,S00105842,7b3,Endeavouring Flat Dwellers,S01008484,Longstone and Saughton - 04,5c,Comfortable neighbourhoods,S02001588,Longstone and Saughton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199513 +199513,S00106016,7b3,Endeavouring Flat Dwellers,S01008732,Portobello - 05,4d,Hard-pressed flat dwellers,S02001632,Portobello,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199514 +199514,S00106029,7b3,Endeavouring Flat Dwellers,S01008732,Portobello - 05,4d,Hard-pressed flat dwellers,S02001632,Portobello,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199515 +199515,S00106032,7b3,Endeavouring Flat Dwellers,S01008731,Portobello - 04,4d,Hard-pressed flat dwellers,S02001632,Portobello,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199516 +199516,S00106045,7b3,Endeavouring Flat Dwellers,S01008723,Joppa - 02,3c,Highly qualified professionals,S02001631,Joppa,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199517 +199517,S00106049,7b3,Endeavouring Flat Dwellers,S01008728,Portobello - 01,4d,Hard-pressed flat dwellers,S02001632,Portobello,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199518 +199518,S00106075,7b3,Endeavouring Flat Dwellers,S01008725,Joppa - 04,3c,Highly qualified professionals,S02001631,Joppa,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199519 +199519,S00106085,7b3,Endeavouring Flat Dwellers,S01008711,Niddrie - 06,4d,Hard-pressed flat dwellers,S02001628,Niddrie,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199520 +199520,S00106119,7b3,Endeavouring Flat Dwellers,S01008714,"Bingham, Magdalene and The Christians - 03",4d,Hard-pressed flat dwellers,S02001629,"Bingham, Magdalene and The Christians",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199521 +199521,S00106120,7b3,Endeavouring Flat Dwellers,S01008714,"Bingham, Magdalene and The Christians - 03",4d,Hard-pressed flat dwellers,S02001629,"Bingham, Magdalene and The Christians",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199522 +199522,S00106125,7b3,Endeavouring Flat Dwellers,S01008713,"Bingham, Magdalene and The Christians - 02",4d,Hard-pressed flat dwellers,S02001629,"Bingham, Magdalene and The Christians",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199523 +199523,S00106128,7b3,Endeavouring Flat Dwellers,S01008714,"Bingham, Magdalene and The Christians - 03",4d,Hard-pressed flat dwellers,S02001629,"Bingham, Magdalene and The Christians",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199524 +199524,S00106137,7b3,Endeavouring Flat Dwellers,S01008716,"Bingham, Magdalene and The Christians - 05",4d,Hard-pressed flat dwellers,S02001629,"Bingham, Magdalene and The Christians",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199525 +199525,S00106146,7b3,Endeavouring Flat Dwellers,S01008702,Craigmillar - 02,1a,Cosmopolitan student neighbourhoods,S02001627,Craigmillar,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199526 +199526,S00106177,7b3,Endeavouring Flat Dwellers,S01008583,The Inch - 03,7a,Urban cultural mix,S02001608,The Inch,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199527 +199527,S00106262,7b3,Endeavouring Flat Dwellers,S01008558,"Gracemount, Southhouse and Burdiehouse - 06",4d,Hard-pressed flat dwellers,S02001602,"Gracemount, Southhouse and Burdiehouse",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199528 +199528,S00106300,7b3,Endeavouring Flat Dwellers,S01008581,The Inch - 01,4d,Hard-pressed flat dwellers,S02001608,The Inch,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199529 +199529,S00106361,7b3,Endeavouring Flat Dwellers,S01008571,Moredun and Craigour - 03,4c,Hampered neighbourhoods,S02001605,Moredun and Craigour,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199530 +199530,S00106396,7b3,Endeavouring Flat Dwellers,S01008555,"Gracemount, Southhouse and Burdiehouse - 03",4d,Hard-pressed flat dwellers,S02001602,"Gracemount, Southhouse and Burdiehouse",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199531 +199531,S00106408,7b3,Endeavouring Flat Dwellers,S01008563,Hyvots and Gilmerton - 05,4d,Hard-pressed flat dwellers,S02001603,Hyvots and Gilmerton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199532 +199532,S00106411,7b3,Endeavouring Flat Dwellers,S01008563,Hyvots and Gilmerton - 05,4d,Hard-pressed flat dwellers,S02001603,Hyvots and Gilmerton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199533 +199533,S00105077,6a3,Detached Retirement Living,S01008545,Fairmilehead - 05,8a,Affluent communities,S02001599,Fairmilehead,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199534 +199534,S00104602,7b3,Endeavouring Flat Dwellers,S01008746,Northfield and Piershill - 04,6a,Inner city cosmopolitan,S02001635,Northfield and Piershill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199535 +199535,S00104621,7b3,Endeavouring Flat Dwellers,S01008743,Northfield and Piershill - 01,4d,Hard-pressed flat dwellers,S02001635,Northfield and Piershill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199536 +199536,S00104622,7b3,Endeavouring Flat Dwellers,S01008743,Northfield and Piershill - 01,4d,Hard-pressed flat dwellers,S02001635,Northfield and Piershill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199537 +199537,S00104624,7b3,Endeavouring Flat Dwellers,S01008743,Northfield and Piershill - 01,4d,Hard-pressed flat dwellers,S02001635,Northfield and Piershill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199538 +199538,S00104625,7b3,Endeavouring Flat Dwellers,S01008743,Northfield and Piershill - 01,4d,Hard-pressed flat dwellers,S02001635,Northfield and Piershill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199539 +199539,S00104634,7b3,Endeavouring Flat Dwellers,S01008744,Northfield and Piershill - 02,4d,Hard-pressed flat dwellers,S02001635,Northfield and Piershill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199540 +199540,S00104637,7b3,Endeavouring Flat Dwellers,S01008744,Northfield and Piershill - 02,4d,Hard-pressed flat dwellers,S02001635,Northfield and Piershill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199541 +199541,S00104640,7b3,Endeavouring Flat Dwellers,S01008744,Northfield and Piershill - 02,4d,Hard-pressed flat dwellers,S02001635,Northfield and Piershill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199542 +199542,S00105260,7b3,Endeavouring Flat Dwellers,S01008473,Stenhouse and Saughton Mains - 01,4d,Hard-pressed flat dwellers,S02001587,Stenhouse and Saughton Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199543 +199543,S00105272,7b3,Endeavouring Flat Dwellers,S01008473,Stenhouse and Saughton Mains - 01,4d,Hard-pressed flat dwellers,S02001587,Stenhouse and Saughton Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199544 +199544,S00105275,7b3,Endeavouring Flat Dwellers,S01008474,Stenhouse and Saughton Mains - 02,4d,Hard-pressed flat dwellers,S02001587,Stenhouse and Saughton Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199545 +199545,S00105276,7b3,Endeavouring Flat Dwellers,S01008474,Stenhouse and Saughton Mains - 02,4d,Hard-pressed flat dwellers,S02001587,Stenhouse and Saughton Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199546 +199546,S00105277,7b3,Endeavouring Flat Dwellers,S01008474,Stenhouse and Saughton Mains - 02,4d,Hard-pressed flat dwellers,S02001587,Stenhouse and Saughton Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199547 +199547,S00105282,7b3,Endeavouring Flat Dwellers,S01008476,Stenhouse and Saughton Mains - 04,4d,Hard-pressed flat dwellers,S02001587,Stenhouse and Saughton Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199548 +199548,S00105283,7b3,Endeavouring Flat Dwellers,S01008475,Stenhouse and Saughton Mains - 03,4d,Hard-pressed flat dwellers,S02001587,Stenhouse and Saughton Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199549 +199549,S00105285,7b3,Endeavouring Flat Dwellers,S01008475,Stenhouse and Saughton Mains - 03,4d,Hard-pressed flat dwellers,S02001587,Stenhouse and Saughton Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199550 +199550,S00105287,7b3,Endeavouring Flat Dwellers,S01008475,Stenhouse and Saughton Mains - 03,4d,Hard-pressed flat dwellers,S02001587,Stenhouse and Saughton Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199551 +199551,S00105288,7b3,Endeavouring Flat Dwellers,S01008479,Stenhouse and Saughton Mains - 07,4d,Hard-pressed flat dwellers,S02001587,Stenhouse and Saughton Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199552 +199552,S00105290,7b3,Endeavouring Flat Dwellers,S01008486,Slateford and Chesser - 01,4d,Hard-pressed flat dwellers,S02001589,Slateford and Chesser,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199553 +199553,S00105298,7b3,Endeavouring Flat Dwellers,S01008479,Stenhouse and Saughton Mains - 07,4d,Hard-pressed flat dwellers,S02001587,Stenhouse and Saughton Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199554 +199554,S00105299,7b3,Endeavouring Flat Dwellers,S01008479,Stenhouse and Saughton Mains - 07,4d,Hard-pressed flat dwellers,S02001587,Stenhouse and Saughton Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199555 +199555,S00105301,7b3,Endeavouring Flat Dwellers,S01008478,Stenhouse and Saughton Mains - 06,1a,Cosmopolitan student neighbourhoods,S02001587,Stenhouse and Saughton Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199556 +199556,S00105302,7b3,Endeavouring Flat Dwellers,S01008478,Stenhouse and Saughton Mains - 06,1a,Cosmopolitan student neighbourhoods,S02001587,Stenhouse and Saughton Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199557 +199557,S00105304,7b3,Endeavouring Flat Dwellers,S01008476,Stenhouse and Saughton Mains - 04,4d,Hard-pressed flat dwellers,S02001587,Stenhouse and Saughton Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199558 +199558,S00105305,7b3,Endeavouring Flat Dwellers,S01008476,Stenhouse and Saughton Mains - 04,4d,Hard-pressed flat dwellers,S02001587,Stenhouse and Saughton Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199559 +199559,S00105306,7b3,Endeavouring Flat Dwellers,S01008476,Stenhouse and Saughton Mains - 04,4d,Hard-pressed flat dwellers,S02001587,Stenhouse and Saughton Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199560 +199560,S00105307,7b3,Endeavouring Flat Dwellers,S01008476,Stenhouse and Saughton Mains - 04,4d,Hard-pressed flat dwellers,S02001587,Stenhouse and Saughton Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199561 +199561,S00105308,7b3,Endeavouring Flat Dwellers,S01008476,Stenhouse and Saughton Mains - 04,4d,Hard-pressed flat dwellers,S02001587,Stenhouse and Saughton Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199562 +199562,S00105310,7b3,Endeavouring Flat Dwellers,S01008477,Stenhouse and Saughton Mains - 05,4d,Hard-pressed flat dwellers,S02001587,Stenhouse and Saughton Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199563 +199563,S00105311,7b3,Endeavouring Flat Dwellers,S01008477,Stenhouse and Saughton Mains - 05,4d,Hard-pressed flat dwellers,S02001587,Stenhouse and Saughton Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199564 +199564,S00105312,7b3,Endeavouring Flat Dwellers,S01008477,Stenhouse and Saughton Mains - 05,4d,Hard-pressed flat dwellers,S02001587,Stenhouse and Saughton Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199565 +199565,S00105314,7b3,Endeavouring Flat Dwellers,S01008456,The Calders - 03,6a,Inner city cosmopolitan,S02001583,The Calders,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199566 +199566,S00105315,7b3,Endeavouring Flat Dwellers,S01008456,The Calders - 03,6a,Inner city cosmopolitan,S02001583,The Calders,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199567 +199567,S00105316,7b3,Endeavouring Flat Dwellers,S01008455,The Calders - 02,1a,Cosmopolitan student neighbourhoods,S02001583,The Calders,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199568 +199568,S00105326,7b3,Endeavouring Flat Dwellers,S01008456,The Calders - 03,6a,Inner city cosmopolitan,S02001583,The Calders,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199569 +199569,S00105328,7b3,Endeavouring Flat Dwellers,S01008457,The Calders - 04,4d,Hard-pressed flat dwellers,S02001583,The Calders,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199570 +199570,S00105078,6a3,Detached Retirement Living,S01008546,Fairmilehead - 06,8a,Affluent communities,S02001599,Fairmilehead,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199571 +199571,S00105479,6a3,Detached Retirement Living,S01008976,Corstorphine - 07,8a,Affluent communities,S02001679,Corstorphine,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199572 +199572,S00105489,6a3,Detached Retirement Living,S01008974,Corstorphine - 05,3c,Highly qualified professionals,S02001679,Corstorphine,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199573 +199573,S00105528,6a3,Detached Retirement Living,S01008963,East Craigs South - 04,8a,Affluent communities,S02001677,East Craigs South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199574 +199574,S00105543,6a3,Detached Retirement Living,S01008965,East Craigs South - 06,8a,Affluent communities,S02001677,East Craigs South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199575 +199575,S00105546,6a3,Detached Retirement Living,S01008965,East Craigs South - 06,8a,Affluent communities,S02001677,East Craigs South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199576 +199576,S00105547,6a3,Detached Retirement Living,S01008965,East Craigs South - 06,8a,Affluent communities,S02001677,East Craigs South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199577 +199577,S00105576,6a3,Detached Retirement Living,S01008966,East Craigs South - 07,8a,Affluent communities,S02001677,East Craigs South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199578 +199578,S00105578,6a3,Detached Retirement Living,S01008965,East Craigs South - 06,8a,Affluent communities,S02001677,East Craigs South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199579 +199579,S00105582,6a3,Detached Retirement Living,S01008967,Corstorphine North - 01,8a,Affluent communities,S02001678,Corstorphine North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199580 +199580,S00105586,6a3,Detached Retirement Living,S01008967,Corstorphine North - 01,8a,Affluent communities,S02001678,Corstorphine North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199581 +199581,S00105597,6a3,Detached Retirement Living,S01008968,Corstorphine North - 02,8c,Comfortable suburbia,S02001678,Corstorphine North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199582 +199582,S00105598,6a3,Detached Retirement Living,S01008970,Corstorphine - 01,8a,Affluent communities,S02001679,Corstorphine,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199583 +199583,S00105599,6a3,Detached Retirement Living,S01008968,Corstorphine North - 02,8c,Comfortable suburbia,S02001678,Corstorphine North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199584 +199584,S00105601,6a3,Detached Retirement Living,S01008968,Corstorphine North - 02,8c,Comfortable suburbia,S02001678,Corstorphine North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199585 +199585,S00105604,6a3,Detached Retirement Living,S01008969,Corstorphine North - 03,3a,Achieving neighbourhoods,S02001678,Corstorphine North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199586 +199586,S00105610,6a3,Detached Retirement Living,S01008961,East Craigs South - 02,3a,Achieving neighbourhoods,S02001677,East Craigs South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199587 +199587,S00105702,6a3,Detached Retirement Living,S01008443,Bonaly and The Pentlands - 06,8a,Affluent communities,S02001580,Bonaly and The Pentlands,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199588 +199588,S00105717,6a3,Detached Retirement Living,S01008446,Colinton and Kingsknowe - 03,8a,Affluent communities,S02001581,Colinton and Kingsknowe,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199589 +199589,S00105719,6a3,Detached Retirement Living,S01008446,Colinton and Kingsknowe - 03,8a,Affluent communities,S02001581,Colinton and Kingsknowe,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199590 +199590,S00105762,6a3,Detached Retirement Living,S01008510,Craiglockhart - 03,3a,Achieving neighbourhoods,S02001593,Craiglockhart,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199591 +199591,S00105865,6a3,Detached Retirement Living,S01008434,Baberton and Juniper Green - 02,8c,Comfortable suburbia,S02001579,Baberton and Juniper Green,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199592 +199592,S00105868,6a3,Detached Retirement Living,S01008435,Baberton and Juniper Green - 03,8c,Comfortable suburbia,S02001579,Baberton and Juniper Green,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199593 +199593,S00105901,6a3,Detached Retirement Living,S01008424,Balerno and Bonnington Village - 08,8a,Affluent communities,S02001576,Balerno and Bonnington Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199594 +199594,S00105903,6a3,Detached Retirement Living,S01008427,Currie West - 03,8c,Comfortable suburbia,S02001577,Currie West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199595 +199595,S00105904,6a3,Detached Retirement Living,S01008424,Balerno and Bonnington Village - 08,8a,Affluent communities,S02001576,Balerno and Bonnington Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199596 +199596,S00105926,6a3,Detached Retirement Living,S01008425,Currie West - 01,3b,Asian traits,S02001577,Currie West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199597 +199597,S00105929,6a3,Detached Retirement Living,S01008429,Currie East - 01,8b,Ageing suburbanites,S02001578,Currie East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199598 +199598,S00105930,6a3,Detached Retirement Living,S01008429,Currie East - 01,8b,Ageing suburbanites,S02001578,Currie East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199599 +199599,S00105938,6a3,Detached Retirement Living,S01008431,Currie East - 03,8a,Affluent communities,S02001578,Currie East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199600 +199600,S00106681,5a3,Families in Terraces and Flats,S01009003,Queensferry East - 01,8c,Comfortable suburbia,S02001685,Queensferry East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199601 +199601,S00103987,7a2,Hampered Aspiration,S01008909,Boswall and Pilton - 01,4d,Hard-pressed flat dwellers,S02001667,Boswall and Pilton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199602 +199602,S00106685,5a3,Families in Terraces and Flats,S01008893,Blackhall - 02,8a,Affluent communities,S02001664,Blackhall,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199603 +199603,S00106731,5a3,Families in Terraces and Flats,S01008834,"Inverleith, Goldenacre and Warriston - 03",3c,Highly qualified professionals,S02001652,"Inverleith, Goldenacre and Warriston",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199604 +199604,S00104632,8b2,Hard-Pressed Rented Terraces,S01008741,Mountcastle - 03,5c,Comfortable neighbourhoods,S02001634,Mountcastle,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199605 +199605,S00106392,7a2,Hampered Aspiration,S01008555,"Gracemount, Southhouse and Burdiehouse - 03",4d,Hard-pressed flat dwellers,S02001602,"Gracemount, Southhouse and Burdiehouse",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199606 +199606,S00106151,3a1,Established Renting Families,S01008703,Craigmillar - 03,7a,Urban cultural mix,S02001627,Craigmillar,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199607 +199607,S00104944,5a3,Families in Terraces and Flats,S01008519,Greenbank and The Braids - 01,3c,Highly qualified professionals,S02001595,Greenbank and The Braids,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199608 +199608,S00104128,5a3,Families in Terraces and Flats,S01008775,North Leith and Newhaven - 04,1a,Cosmopolitan student neighbourhoods,S02001641,North Leith and Newhaven,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199609 +199609,S00104011,7a2,Hampered Aspiration,S01008913,Boswall and Pilton - 05,3d,Households in terraces and flats,S02001667,Boswall and Pilton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199610 +199610,S00104149,5a3,Families in Terraces and Flats,S01008814,Pilrig - 02,1a,Cosmopolitan student neighbourhoods,S02001648,Pilrig,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199611 +199611,S00106700,3a1,Established Renting Families,S01008924,Granton West and Salvesen - 01,4c,Hampered neighbourhoods,S02001670,Granton West and Salvesen,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199612 +199612,S00106484,7a2,Hampered Aspiration,S01009010,Queensferry West - 02,5c,Comfortable neighbourhoods,S02001686,Queensferry West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199613 +199613,S00104633,8b2,Hard-Pressed Rented Terraces,S01008741,Mountcastle - 03,5c,Comfortable neighbourhoods,S02001634,Mountcastle,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199614 +199614,S00104945,5a3,Families in Terraces and Flats,S01008519,Greenbank and The Braids - 01,3c,Highly qualified professionals,S02001595,Greenbank and The Braids,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199615 +199615,S00105612,5a3,Families in Terraces and Flats,S01008990,South Gyle - 04,3a,Achieving neighbourhoods,S02001682,South Gyle,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199616 +199616,S00106747,5a3,Families in Terraces and Flats,S01008791,Great Junction Street - 07,1a,Cosmopolitan student neighbourhoods,S02001643,Great Junction Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199617 +199617,S00106631,7a2,Hampered Aspiration,S01008728,Portobello - 01,4d,Hard-pressed flat dwellers,S02001632,Portobello,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199618 +199618,S00106970,3a1,Established Renting Families,S01008924,Granton West and Salvesen - 01,4c,Hampered neighbourhoods,S02001670,Granton West and Salvesen,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199619 +199619,S00104153,5a3,Families in Terraces and Flats,S01008814,Pilrig - 02,1a,Cosmopolitan student neighbourhoods,S02001648,Pilrig,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199620 +199620,S00104109,7a2,Hampered Aspiration,S01008773,North Leith and Newhaven - 02,1a,Cosmopolitan student neighbourhoods,S02001641,North Leith and Newhaven,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199621 +199621,S00105239,8b2,Hard-Pressed Rented Terraces,S01008469,Broomhouse and Bankhead - 02,7b,Young ethnic communities,S02001586,Broomhouse and Bankhead,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199622 +199622,S00104946,5a3,Families in Terraces and Flats,S01008519,Greenbank and The Braids - 01,3c,Highly qualified professionals,S02001595,Greenbank and The Braids,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199623 +199623,S00106748,5a3,Families in Terraces and Flats,S01008818,Bonnington - 02,3c,Highly qualified professionals,S02001649,Bonnington,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199624 +199624,S00105613,5a3,Families in Terraces and Flats,S01008990,South Gyle - 04,3a,Achieving neighbourhoods,S02001682,South Gyle,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199625 +199625,S00106667,7a2,Hampered Aspiration,S01008566,Fernieside and Moredun South - 03,4a,Challenged white communities,S02001604,Fernieside and Moredun South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199626 +199626,S00107493,3a1,Established Renting Families,S01008709,Niddrie - 04,4d,Hard-pressed flat dwellers,S02001628,Niddrie,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199627 +199627,S00104181,5a3,Families in Terraces and Flats,S01008818,Bonnington - 02,3c,Highly qualified professionals,S02001649,Bonnington,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199628 +199628,S00104124,7a2,Hampered Aspiration,S01008821,Trinity East and The Dudleys - 01,3c,Highly qualified professionals,S02001650,Trinity East and The Dudleys,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199629 +199629,S00105262,8b2,Hard-Pressed Rented Terraces,S01008481,Longstone and Saughton - 01,4b,Constrained renters,S02001588,Longstone and Saughton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199630 +199630,S00104947,5a3,Families in Terraces and Flats,S01008519,Greenbank and The Braids - 01,3c,Highly qualified professionals,S02001595,Greenbank and The Braids,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199631 +199631,S00106824,5a3,Families in Terraces and Flats,S01008989,South Gyle - 03,3d,Households in terraces and flats,S02001682,South Gyle,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199632 +199632,S00104224,5a3,Families in Terraces and Flats,S01008767,Leith (Hermitage and Prospect Bank) - 06,4d,Hard-pressed flat dwellers,S02001639,Leith (Hermitage and Prospect Bank),S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199633 +199633,S00106674,7a2,Hampered Aspiration,S01008720,"Jewel, Brunstane and Newcraighall - 04",4a,Challenged white communities,S02001630,"Jewel, Brunstane and Newcraighall",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199634 +199634,S00104337,3d2,Established Tech Workers,S01008846,New Town East and Gayfield - 02,1a,Cosmopolitan student neighbourhoods,S02001655,New Town East and Gayfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199635 +199635,S00104949,5a3,Families in Terraces and Flats,S01008514,Morningside and Craighouse - 01,3c,Highly qualified professionals,S02001594,Morningside and Craighouse,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199636 +199636,S00105338,8b2,Hard-Pressed Rented Terraces,S01008458,The Calders - 05,4d,Hard-pressed flat dwellers,S02001583,The Calders,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199637 +199637,S00106825,5a3,Families in Terraces and Flats,S01008989,South Gyle - 03,3d,Households in terraces and flats,S02001682,South Gyle,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199638 +199638,S00104136,7a2,Hampered Aspiration,S01008775,North Leith and Newhaven - 04,1a,Cosmopolitan student neighbourhoods,S02001641,North Leith and Newhaven,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199639 +199639,S00105615,5a3,Families in Terraces and Flats,S01008990,South Gyle - 04,3a,Achieving neighbourhoods,S02001682,South Gyle,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199640 +199640,S00104229,5a3,Families in Terraces and Flats,S01008766,Leith (Hermitage and Prospect Bank) - 05,3c,Highly qualified professionals,S02001639,Leith (Hermitage and Prospect Bank),S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199641 +199641,S00106718,7a2,Hampered Aspiration,S01008922,Granton and Royston Mains - 03,4d,Hard-pressed flat dwellers,S02001669,Granton and Royston Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199642 +199642,S00106189,3d2,Established Tech Workers,S01008584,The Inch - 04,3d,Households in terraces and flats,S02001608,The Inch,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199643 +199643,S00104951,5a3,Families in Terraces and Flats,S01008515,Morningside and Craighouse - 02,3c,Highly qualified professionals,S02001594,Morningside and Craighouse,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199644 +199644,S00105493,8b2,Hard-Pressed Rented Terraces,S01008988,South Gyle - 02,3c,Highly qualified professionals,S02001682,South Gyle,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199645 +199645,S00106826,5a3,Families in Terraces and Flats,S01008990,South Gyle - 04,3a,Achieving neighbourhoods,S02001682,South Gyle,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199646 +199646,S00105636,8b2,Hard-Pressed Rented Terraces,S01008529,Oxgangs - 01,5c,Comfortable neighbourhoods,S02001597,Oxgangs,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199647 +199647,S00105638,8b2,Hard-Pressed Rented Terraces,S01008529,Oxgangs - 01,5c,Comfortable neighbourhoods,S02001597,Oxgangs,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199648 +199648,S00105836,8b2,Hard-Pressed Rented Terraces,S01008483,Longstone and Saughton - 03,4d,Hard-pressed flat dwellers,S02001588,Longstone and Saughton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199649 +199649,S00105853,8b2,Hard-Pressed Rented Terraces,S01008485,Longstone and Saughton - 05,3d,Households in terraces and flats,S02001588,Longstone and Saughton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199650 +199650,S00105874,8b2,Hard-Pressed Rented Terraces,S01008433,Baberton and Juniper Green - 01,8c,Comfortable suburbia,S02001579,Baberton and Juniper Green,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199651 +199651,S00105910,8b2,Hard-Pressed Rented Terraces,S01008428,Currie West - 04,5c,Comfortable neighbourhoods,S02001577,Currie West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199652 +199652,S00105911,8b2,Hard-Pressed Rented Terraces,S01008426,Currie West - 02,5d,Endeavouring social renters,S02001577,Currie West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199653 +199653,S00105919,8b2,Hard-Pressed Rented Terraces,S01008426,Currie West - 02,5d,Endeavouring social renters,S02001577,Currie West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199654 +199654,S00105920,8b2,Hard-Pressed Rented Terraces,S01008426,Currie West - 02,5d,Endeavouring social renters,S02001577,Currie West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199655 +199655,S00105921,8b2,Hard-Pressed Rented Terraces,S01008425,Currie West - 01,3b,Asian traits,S02001577,Currie West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199656 +199656,S00105922,8b2,Hard-Pressed Rented Terraces,S01008426,Currie West - 02,5d,Endeavouring social renters,S02001577,Currie West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199657 +199657,S00105977,8b2,Hard-Pressed Rented Terraces,S01008421,Balerno and Bonnington Village - 05,5c,Comfortable neighbourhoods,S02001576,Balerno and Bonnington Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199658 +199658,S00106028,8b2,Hard-Pressed Rented Terraces,S01008731,Portobello - 04,4d,Hard-pressed flat dwellers,S02001632,Portobello,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199659 +199659,S00106034,8b2,Hard-Pressed Rented Terraces,S01008731,Portobello - 04,4d,Hard-pressed flat dwellers,S02001632,Portobello,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199660 +199660,S00106089,8b2,Hard-Pressed Rented Terraces,S01008718,"Jewel, Brunstane and Newcraighall - 02",3d,Households in terraces and flats,S02001630,"Jewel, Brunstane and Newcraighall",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199661 +199661,S00106098,8b2,Hard-Pressed Rented Terraces,S01008712,"Bingham, Magdalene and The Christians - 01",4d,Hard-pressed flat dwellers,S02001629,"Bingham, Magdalene and The Christians",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199662 +199662,S00106131,8b2,Hard-Pressed Rented Terraces,S01008715,"Bingham, Magdalene and The Christians - 04",4a,Challenged white communities,S02001629,"Bingham, Magdalene and The Christians",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199663 +199663,S00106133,8b2,Hard-Pressed Rented Terraces,S01008715,"Bingham, Magdalene and The Christians - 04",4a,Challenged white communities,S02001629,"Bingham, Magdalene and The Christians",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199664 +199664,S00106134,8b2,Hard-Pressed Rented Terraces,S01008715,"Bingham, Magdalene and The Christians - 04",4a,Challenged white communities,S02001629,"Bingham, Magdalene and The Christians",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199665 +199665,S00106140,8b2,Hard-Pressed Rented Terraces,S01008715,"Bingham, Magdalene and The Christians - 04",4a,Challenged white communities,S02001629,"Bingham, Magdalene and The Christians",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199666 +199666,S00106252,8b2,Hard-Pressed Rented Terraces,S01008557,"Gracemount, Southhouse and Burdiehouse - 05",7a,Urban cultural mix,S02001602,"Gracemount, Southhouse and Burdiehouse",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199667 +199667,S00106264,8b2,Hard-Pressed Rented Terraces,S01008558,"Gracemount, Southhouse and Burdiehouse - 06",4d,Hard-pressed flat dwellers,S02001602,"Gracemount, Southhouse and Burdiehouse",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199668 +199668,S00106297,8b2,Hard-Pressed Rented Terraces,S01008581,The Inch - 01,4d,Hard-pressed flat dwellers,S02001608,The Inch,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199669 +199669,S00106298,8b2,Hard-Pressed Rented Terraces,S01008581,The Inch - 01,4d,Hard-pressed flat dwellers,S02001608,The Inch,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199670 +199670,S00106324,8b2,Hard-Pressed Rented Terraces,S01008572,Moredun and Craigour - 04,3c,Highly qualified professionals,S02001605,Moredun and Craigour,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199671 +199671,S00106325,8b2,Hard-Pressed Rented Terraces,S01008572,Moredun and Craigour - 04,3c,Highly qualified professionals,S02001605,Moredun and Craigour,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199672 +199672,S00106350,8b2,Hard-Pressed Rented Terraces,S01008567,Fernieside and Moredun South - 04,4c,Hampered neighbourhoods,S02001604,Fernieside and Moredun South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199673 +199673,S00106356,8b2,Hard-Pressed Rented Terraces,S01008566,Fernieside and Moredun South - 03,4a,Challenged white communities,S02001604,Fernieside and Moredun South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199674 +199674,S00106357,8b2,Hard-Pressed Rented Terraces,S01008566,Fernieside and Moredun South - 03,4a,Challenged white communities,S02001604,Fernieside and Moredun South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199675 +199675,S00106366,8b2,Hard-Pressed Rented Terraces,S01008566,Fernieside and Moredun South - 03,4a,Challenged white communities,S02001604,Fernieside and Moredun South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199676 +199676,S00106368,8b2,Hard-Pressed Rented Terraces,S01008565,Fernieside and Moredun South - 02,4d,Hard-pressed flat dwellers,S02001604,Fernieside and Moredun South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199677 +199677,S00106369,8b2,Hard-Pressed Rented Terraces,S01008564,Fernieside and Moredun South - 01,4d,Hard-pressed flat dwellers,S02001604,Fernieside and Moredun South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199678 +199678,S00106370,8b2,Hard-Pressed Rented Terraces,S01008564,Fernieside and Moredun South - 01,4d,Hard-pressed flat dwellers,S02001604,Fernieside and Moredun South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199679 +199679,S00106372,8b2,Hard-Pressed Rented Terraces,S01008564,Fernieside and Moredun South - 01,4d,Hard-pressed flat dwellers,S02001604,Fernieside and Moredun South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199680 +199680,S00106376,8b2,Hard-Pressed Rented Terraces,S01008552,Mortonhall and Anwickhill - 03,3a,Achieving neighbourhoods,S02001601,Mortonhall and Anwickhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199681 +199681,S00106423,8b2,Hard-Pressed Rented Terraces,S01008561,Hyvots and Gilmerton - 03,4a,Challenged white communities,S02001603,Hyvots and Gilmerton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199682 +199682,S00106424,8b2,Hard-Pressed Rented Terraces,S01008559,Hyvots and Gilmerton - 01,4a,Challenged white communities,S02001603,Hyvots and Gilmerton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199683 +199683,S00106427,8b2,Hard-Pressed Rented Terraces,S01008559,Hyvots and Gilmerton - 01,4a,Challenged white communities,S02001603,Hyvots and Gilmerton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199684 +199684,S00106433,8b2,Hard-Pressed Rented Terraces,S01008994,"Ratho, Ingliston and Gogar - 02",5c,Comfortable neighbourhoods,S02001683,"Ratho, Ingliston and Gogar",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199685 +199685,S00106438,8b2,Hard-Pressed Rented Terraces,S01008997,"Dalmeny, Kirkliston and Newbridge - 01",2d,Rural traits,S02001684,"Dalmeny, Kirkliston and Newbridge",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199686 +199686,S00106443,8b2,Hard-Pressed Rented Terraces,S01008996,"Ratho, Ingliston and Gogar - 04",5e,Primary sector workers,S02001683,"Ratho, Ingliston and Gogar",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199687 +199687,S00106444,8b2,Hard-Pressed Rented Terraces,S01008996,"Ratho, Ingliston and Gogar - 04",5e,Primary sector workers,S02001683,"Ratho, Ingliston and Gogar",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199688 +199688,S00106456,8b2,Hard-Pressed Rented Terraces,S01008999,"Dalmeny, Kirkliston and Newbridge - 03",5c,Comfortable neighbourhoods,S02001684,"Dalmeny, Kirkliston and Newbridge",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199689 +199689,S00106464,8b2,Hard-Pressed Rented Terraces,S01009002,"Dalmeny, Kirkliston and Newbridge - 06",2a,Ageing rural neighbourhoods,S02001684,"Dalmeny, Kirkliston and Newbridge",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199690 +199690,S00106783,7a2,Hampered Aspiration,S01008743,Northfield and Piershill - 01,4d,Hard-pressed flat dwellers,S02001635,Northfield and Piershill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199691 +199691,S00106965,7a2,Hampered Aspiration,S01008934,Muirhouse - 06,7a,Urban cultural mix,S02001671,Muirhouse,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199692 +199692,S00104183,7a2,Hampered Aspiration,S01008789,Great Junction Street - 05,4d,Hard-pressed flat dwellers,S02001643,Great Junction Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199693 +199693,S00106215,3d2,Established Tech Workers,S01008596,Prestonfield - 02,1a,Cosmopolitan student neighbourhoods,S02001610,Prestonfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199694 +199694,S00105617,5a3,Families in Terraces and Flats,S01008990,South Gyle - 04,3a,Achieving neighbourhoods,S02001682,South Gyle,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199695 +199695,S00104952,5a3,Families in Terraces and Flats,S01008518,Morningside and Craighouse - 05,3c,Highly qualified professionals,S02001594,Morningside and Craighouse,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199696 +199696,S00106827,5a3,Families in Terraces and Flats,S01008990,South Gyle - 04,3a,Achieving neighbourhoods,S02001682,South Gyle,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199697 +199697,S00106992,7a2,Hampered Aspiration,S01008908,West Pilton - 05,7a,Urban cultural mix,S02001666,West Pilton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199698 +199698,S00107194,7a2,Hampered Aspiration,S01008743,Northfield and Piershill - 01,4d,Hard-pressed flat dwellers,S02001635,Northfield and Piershill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199699 +199699,S00107394,7a2,Hampered Aspiration,S01008980,Carrick Knowe - 04,3d,Households in terraces and flats,S02001680,Carrick Knowe,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199700 +199700,S00107457,7a2,Hampered Aspiration,S01008421,Balerno and Bonnington Village - 05,5c,Comfortable neighbourhoods,S02001576,Balerno and Bonnington Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199701 +199701,S00107492,7a2,Hampered Aspiration,S01008708,Niddrie - 03,4d,Hard-pressed flat dwellers,S02001628,Niddrie,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199702 +199702,S00107556,7a2,Hampered Aspiration,S01008549,Gilmerton South and the Murrays - 03,3a,Achieving neighbourhoods,S02001600,Gilmerton South and the Murrays,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199703 +199703,S00103595,8d2,Hard-Pressed Ethnic Mix,S01008901,Drylaw - 03,4d,Hard-pressed flat dwellers,S02001665,Drylaw,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199704 +199704,S00105266,8d2,Hard-Pressed Ethnic Mix,S01008481,Longstone and Saughton - 01,4b,Constrained renters,S02001588,Longstone and Saughton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199705 +199705,S00106327,8d2,Hard-Pressed Ethnic Mix,S01008571,Moredun and Craigour - 03,4c,Hampered neighbourhoods,S02001605,Moredun and Craigour,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199706 +199706,S00106328,8d2,Hard-Pressed Ethnic Mix,S01008570,Moredun and Craigour - 02,4d,Hard-pressed flat dwellers,S02001605,Moredun and Craigour,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199707 +199707,S00106415,8d2,Hard-Pressed Ethnic Mix,S01008561,Hyvots and Gilmerton - 03,4a,Challenged white communities,S02001603,Hyvots and Gilmerton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199708 +199708,S00106665,8d2,Hard-Pressed Ethnic Mix,S01008572,Moredun and Craigour - 04,3c,Highly qualified professionals,S02001605,Moredun and Craigour,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199709 +199709,S00106980,8d2,Hard-Pressed Ethnic Mix,S01008949,Clermiston and Drumbrae - 02,4a,Challenged white communities,S02001675,Clermiston and Drumbrae,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199710 +199710,S00107527,8d2,Hard-Pressed Ethnic Mix,S01008557,"Gracemount, Southhouse and Burdiehouse - 05",7a,Urban cultural mix,S02001602,"Gracemount, Southhouse and Burdiehouse",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199711 +199711,S00103765,8d3,Hard-Pressed European Settlers,S01008924,Granton West and Salvesen - 01,4c,Hampered neighbourhoods,S02001670,Granton West and Salvesen,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199712 +199712,S00103856,8d3,Hard-Pressed European Settlers,S01008953,Clermiston and Drumbrae - 06,4d,Hard-pressed flat dwellers,S02001675,Clermiston and Drumbrae,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199713 +199713,S00104232,5a3,Families in Terraces and Flats,S01008766,Leith (Hermitage and Prospect Bank) - 05,3c,Highly qualified professionals,S02001639,Leith (Hermitage and Prospect Bank),S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199714 +199714,S00103911,8d3,Hard-Pressed European Settlers,S01008956,East Craigs North - 02,3a,Achieving neighbourhoods,S02001676,East Craigs North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199715 +199715,S00105265,8d3,Hard-Pressed European Settlers,S01008481,Longstone and Saughton - 01,4b,Constrained renters,S02001588,Longstone and Saughton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199716 +199716,S00106181,8d3,Hard-Pressed European Settlers,S01008586,The Inch - 06,4c,Hampered neighbourhoods,S02001608,The Inch,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199717 +199717,S00106344,8d3,Hard-Pressed European Settlers,S01008570,Moredun and Craigour - 02,4d,Hard-pressed flat dwellers,S02001605,Moredun and Craigour,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199718 +199718,S00106345,8d3,Hard-Pressed European Settlers,S01008570,Moredun and Craigour - 02,4d,Hard-pressed flat dwellers,S02001605,Moredun and Craigour,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199719 +199719,S00106360,8d3,Hard-Pressed European Settlers,S01008566,Fernieside and Moredun South - 03,4a,Challenged white communities,S02001604,Fernieside and Moredun South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199720 +199720,S00106382,8d3,Hard-Pressed European Settlers,S01008554,"Gracemount, Southhouse and Burdiehouse - 02",4c,Hampered neighbourhoods,S02001602,"Gracemount, Southhouse and Burdiehouse",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199721 +199721,S00106385,8d3,Hard-Pressed European Settlers,S01008554,"Gracemount, Southhouse and Burdiehouse - 02",4c,Hampered neighbourhoods,S02001602,"Gracemount, Southhouse and Burdiehouse",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199722 +199722,S00106422,8d3,Hard-Pressed European Settlers,S01008560,Hyvots and Gilmerton - 02,4c,Hampered neighbourhoods,S02001603,Hyvots and Gilmerton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199723 +199723,S00106445,8d3,Hard-Pressed European Settlers,S01008998,"Dalmeny, Kirkliston and Newbridge - 02",4a,Challenged white communities,S02001684,"Dalmeny, Kirkliston and Newbridge",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199724 +199724,S00107187,8d3,Hard-Pressed European Settlers,S01008760,Restalrig and Lochend - 05,4d,Hard-pressed flat dwellers,S02001638,Restalrig and Lochend,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199725 +199725,S00107496,8d3,Hard-Pressed European Settlers,S01008709,Niddrie - 04,4d,Hard-pressed flat dwellers,S02001628,Niddrie,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199726 +199726,S00107562,8d3,Hard-Pressed European Settlers,S01008561,Hyvots and Gilmerton - 03,4a,Challenged white communities,S02001603,Hyvots and Gilmerton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199727 +199727,S00103601,8b2,Hard-Pressed Rented Terraces,S01008903,Drylaw - 05,4d,Hard-pressed flat dwellers,S02001665,Drylaw,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199728 +199728,S00103859,8b2,Hard-Pressed Rented Terraces,S01008954,Clermiston and Drumbrae - 07,4d,Hard-pressed flat dwellers,S02001675,Clermiston and Drumbrae,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199729 +199729,S00103861,8b2,Hard-Pressed Rented Terraces,S01008954,Clermiston and Drumbrae - 07,4d,Hard-pressed flat dwellers,S02001675,Clermiston and Drumbrae,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199730 +199730,S00103865,8b2,Hard-Pressed Rented Terraces,S01008949,Clermiston and Drumbrae - 02,4a,Challenged white communities,S02001675,Clermiston and Drumbrae,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199731 +199731,S00103866,8b2,Hard-Pressed Rented Terraces,S01008949,Clermiston and Drumbrae - 02,4a,Challenged white communities,S02001675,Clermiston and Drumbrae,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199732 +199732,S00103868,8b2,Hard-Pressed Rented Terraces,S01008949,Clermiston and Drumbrae - 02,4a,Challenged white communities,S02001675,Clermiston and Drumbrae,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199733 +199733,S00103879,8b2,Hard-Pressed Rented Terraces,S01008950,Clermiston and Drumbrae - 03,4c,Hampered neighbourhoods,S02001675,Clermiston and Drumbrae,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199734 +199734,S00103881,8b2,Hard-Pressed Rented Terraces,S01008950,Clermiston and Drumbrae - 03,4c,Hampered neighbourhoods,S02001675,Clermiston and Drumbrae,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199735 +199735,S00103882,8b2,Hard-Pressed Rented Terraces,S01008950,Clermiston and Drumbrae - 03,4c,Hampered neighbourhoods,S02001675,Clermiston and Drumbrae,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199736 +199736,S00103883,8b2,Hard-Pressed Rented Terraces,S01008949,Clermiston and Drumbrae - 02,4a,Challenged white communities,S02001675,Clermiston and Drumbrae,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199737 +199737,S00103884,8b2,Hard-Pressed Rented Terraces,S01008949,Clermiston and Drumbrae - 02,4a,Challenged white communities,S02001675,Clermiston and Drumbrae,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199738 +199738,S00103888,8b2,Hard-Pressed Rented Terraces,S01008950,Clermiston and Drumbrae - 03,4c,Hampered neighbourhoods,S02001675,Clermiston and Drumbrae,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199739 +199739,S00104617,8b2,Hard-Pressed Rented Terraces,S01008740,Mountcastle - 02,8c,Comfortable suburbia,S02001634,Mountcastle,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199740 +199740,S00103376,2d3,EU White-Collar Workers,S01008855,Canonmills and New Town North - 03,1a,Cosmopolitan student neighbourhoods,S02001657,Canonmills and New Town North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199741 +199741,S00104954,5a3,Families in Terraces and Flats,S01008515,Morningside and Craighouse - 02,3c,Highly qualified professionals,S02001594,Morningside and Craighouse,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199742 +199742,S00104220,7a2,Hampered Aspiration,S01008768,Western Harbour and Leith Docks - 01,3c,Highly qualified professionals,S02001640,Western Harbour and Leith Docks,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199743 +199743,S00106947,5a3,Families in Terraces and Flats,S01008889,"Craigleith, Orchard Brae and Crewe Toll - 04",3c,Highly qualified professionals,S02001663,"Craigleith, Orchard Brae and Crewe Toll",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199744 +199744,S00105618,5a3,Families in Terraces and Flats,S01008989,South Gyle - 03,3d,Households in terraces and flats,S02001682,South Gyle,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199745 +199745,S00104290,5a3,Families in Terraces and Flats,S01008792,South Leith - 01,1a,Cosmopolitan student neighbourhoods,S02001644,South Leith,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199746 +199746,S00105640,5a3,Families in Terraces and Flats,S01008533,Comiston and Swanston - 01,3a,Achieving neighbourhoods,S02001598,Comiston and Swanston,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199747 +199747,S00103644,2d3,EU White-Collar Workers,S01008886,"Craigleith, Orchard Brae and Crewe Toll - 01",3c,Highly qualified professionals,S02001663,"Craigleith, Orchard Brae and Crewe Toll",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199748 +199748,S00104294,5a3,Families in Terraces and Flats,S01008765,Leith (Hermitage and Prospect Bank) - 04,3c,Highly qualified professionals,S02001639,Leith (Hermitage and Prospect Bank),S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199749 +199749,S00104955,5a3,Families in Terraces and Flats,S01008514,Morningside and Craighouse - 01,3c,Highly qualified professionals,S02001594,Morningside and Craighouse,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199750 +199750,S00104222,7a2,Hampered Aspiration,S01008767,Leith (Hermitage and Prospect Bank) - 06,4d,Hard-pressed flat dwellers,S02001639,Leith (Hermitage and Prospect Bank),S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199751 +199751,S00105669,5a3,Families in Terraces and Flats,S01008528,Colinton Mains and Firrhill - 05,3d,Households in terraces and flats,S02001596,Colinton Mains and Firrhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199752 +199752,S00106948,5a3,Families in Terraces and Flats,S01008888,"Craigleith, Orchard Brae and Crewe Toll - 03",1a,Cosmopolitan student neighbourhoods,S02001663,"Craigleith, Orchard Brae and Crewe Toll",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199753 +199753,S00107079,2d3,EU White-Collar Workers,S01008782,The Shore and Constitution Street - 05,1a,Cosmopolitan student neighbourhoods,S02001642,The Shore and Constitution Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199754 +199754,S00104296,5a3,Families in Terraces and Flats,S01008764,Leith (Hermitage and Prospect Bank) - 03,3d,Households in terraces and flats,S02001639,Leith (Hermitage and Prospect Bank),S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199755 +199755,S00107097,2d3,EU White-Collar Workers,S01008796,South Leith - 05,1a,Cosmopolitan student neighbourhoods,S02001644,South Leith,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199756 +199756,S00104970,5a3,Families in Terraces and Flats,S01008518,Morningside and Craighouse - 05,3c,Highly qualified professionals,S02001594,Morningside and Craighouse,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199757 +199757,S00106957,5a3,Families in Terraces and Flats,S01008886,"Craigleith, Orchard Brae and Crewe Toll - 01",3c,Highly qualified professionals,S02001663,"Craigleith, Orchard Brae and Crewe Toll",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199758 +199758,S00105680,5a3,Families in Terraces and Flats,S01008527,Colinton Mains and Firrhill - 04,3d,Households in terraces and flats,S02001596,Colinton Mains and Firrhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199759 +199759,S00104297,5a3,Families in Terraces and Flats,S01008765,Leith (Hermitage and Prospect Bank) - 04,3c,Highly qualified professionals,S02001639,Leith (Hermitage and Prospect Bank),S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199760 +199760,S00104286,7a2,Hampered Aspiration,S01008792,South Leith - 01,1a,Cosmopolitan student neighbourhoods,S02001644,South Leith,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199761 +199761,S00107597,2d3,EU White-Collar Workers,S01008843,Broughton South - 04,1a,Cosmopolitan student neighbourhoods,S02001654,Broughton South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199762 +199762,S00104411,7a2,Hampered Aspiration,S01008690,Meadowbank and Abbeyhill North - 02,1a,Cosmopolitan student neighbourhoods,S02001625,Meadowbank and Abbeyhill North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199763 +199763,S00104981,5a3,Families in Terraces and Flats,S01008633,Merchiston and Greenhill - 02,3c,Highly qualified professionals,S02001616,Merchiston and Greenhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199764 +199764,S00105681,5a3,Families in Terraces and Flats,S01008527,Colinton Mains and Firrhill - 04,3d,Households in terraces and flats,S02001596,Colinton Mains and Firrhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199765 +199765,S00107000,5a3,Families in Terraces and Flats,S01008775,North Leith and Newhaven - 04,1a,Cosmopolitan student neighbourhoods,S02001641,North Leith and Newhaven,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199766 +199766,S00103360,5a3,Families in Terraces and Flats,S01008858,Stockbridge - 02,1a,Cosmopolitan student neighbourhoods,S02001658,Stockbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199767 +199767,S00104299,5a3,Families in Terraces and Flats,S01008763,Leith (Hermitage and Prospect Bank) - 02,3d,Households in terraces and flats,S02001639,Leith (Hermitage and Prospect Bank),S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199768 +199768,S00103393,5a3,Families in Terraces and Flats,S01008834,"Inverleith, Goldenacre and Warriston - 03",3c,Highly qualified professionals,S02001652,"Inverleith, Goldenacre and Warriston",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199769 +199769,S00104522,7a2,Hampered Aspiration,S01008746,Northfield and Piershill - 04,6a,Inner city cosmopolitan,S02001635,Northfield and Piershill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199770 +199770,S00105012,5a3,Families in Terraces and Flats,S01008544,Fairmilehead - 04,8c,Comfortable suburbia,S02001599,Fairmilehead,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199771 +199771,S00105707,5a3,Families in Terraces and Flats,S01008442,Bonaly and The Pentlands - 05,8a,Affluent communities,S02001580,Bonaly and The Pentlands,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199772 +199772,S00107102,5a3,Families in Terraces and Flats,S01008762,Leith (Hermitage and Prospect Bank) - 01,4a,Challenged white communities,S02001639,Leith (Hermitage and Prospect Bank),S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199773 +199773,S00104540,7a2,Hampered Aspiration,S01008753,Restalrig (Loganlea) and Craigentinny West - 03,4d,Hard-pressed flat dwellers,S02001637,Restalrig (Loganlea) and Craigentinny West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199774 +199774,S00105092,5a3,Families in Terraces and Flats,S01008505,Shandon - 04,1a,Cosmopolitan student neighbourhoods,S02001592,Shandon,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199775 +199775,S00105725,5a3,Families in Terraces and Flats,S01008440,Bonaly and The Pentlands - 03,8a,Affluent communities,S02001580,Bonaly and The Pentlands,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199776 +199776,S00103398,5a3,Families in Terraces and Flats,S01008834,"Inverleith, Goldenacre and Warriston - 03",3c,Highly qualified professionals,S02001652,"Inverleith, Goldenacre and Warriston",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199777 +199777,S00104300,5a3,Families in Terraces and Flats,S01008763,Leith (Hermitage and Prospect Bank) - 02,3d,Households in terraces and flats,S02001639,Leith (Hermitage and Prospect Bank),S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199778 +199778,S00107104,5a3,Families in Terraces and Flats,S01008764,Leith (Hermitage and Prospect Bank) - 03,3d,Households in terraces and flats,S02001639,Leith (Hermitage and Prospect Bank),S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199779 +199779,S00104623,7a2,Hampered Aspiration,S01008739,Mountcastle - 01,4a,Challenged white communities,S02001634,Mountcastle,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199780 +199780,S00105749,5a3,Families in Terraces and Flats,S01008508,Craiglockhart - 01,3c,Highly qualified professionals,S02001593,Craiglockhart,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199781 +199781,S00105093,5a3,Families in Terraces and Flats,S01008505,Shandon - 04,1a,Cosmopolitan student neighbourhoods,S02001592,Shandon,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199782 +199782,S00103527,5a3,Families in Terraces and Flats,S01008863,Stockbridge - 07,1a,Cosmopolitan student neighbourhoods,S02001658,Stockbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199783 +199783,S00104303,5a3,Families in Terraces and Flats,S01008764,Leith (Hermitage and Prospect Bank) - 03,3d,Households in terraces and flats,S02001639,Leith (Hermitage and Prospect Bank),S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199784 +199784,S00107112,5a3,Families in Terraces and Flats,S01008813,Pilrig - 01,1a,Cosmopolitan student neighbourhoods,S02001648,Pilrig,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199785 +199785,S00105253,7a2,Hampered Aspiration,S01008471,Broomhouse and Bankhead - 04,4d,Hard-pressed flat dwellers,S02001586,Broomhouse and Bankhead,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199786 +199786,S00105750,5a3,Families in Terraces and Flats,S01008509,Craiglockhart - 02,3c,Highly qualified professionals,S02001593,Craiglockhart,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199787 +199787,S00105094,5a3,Families in Terraces and Flats,S01008504,Shandon - 03,1a,Cosmopolitan student neighbourhoods,S02001592,Shandon,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199788 +199788,S00105767,5a3,Families in Terraces and Flats,S01008486,Slateford and Chesser - 01,4d,Hard-pressed flat dwellers,S02001589,Slateford and Chesser,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199789 +199789,S00104304,5a3,Families in Terraces and Flats,S01008763,Leith (Hermitage and Prospect Bank) - 02,3d,Households in terraces and flats,S02001639,Leith (Hermitage and Prospect Bank),S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199790 +199790,S00107182,5a3,Families in Terraces and Flats,S01008761,Restalrig and Lochend - 06,1a,Cosmopolitan student neighbourhoods,S02001638,Restalrig and Lochend,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199791 +199791,S00105291,7a2,Hampered Aspiration,S01008481,Longstone and Saughton - 01,4b,Constrained renters,S02001588,Longstone and Saughton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199792 +199792,S00105096,5a3,Families in Terraces and Flats,S01008504,Shandon - 03,1a,Cosmopolitan student neighbourhoods,S02001592,Shandon,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199793 +199793,S00103539,5a3,Families in Terraces and Flats,S01008867,Comely Bank - 04,3c,Highly qualified professionals,S02001659,Comely Bank,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199794 +199794,S00105787,5a3,Families in Terraces and Flats,S01008489,Slateford and Chesser - 04,4d,Hard-pressed flat dwellers,S02001589,Slateford and Chesser,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199795 +199795,S00104306,5a3,Families in Terraces and Flats,S01008763,Leith (Hermitage and Prospect Bank) - 02,3d,Households in terraces and flats,S02001639,Leith (Hermitage and Prospect Bank),S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199796 +199796,S00105295,7a2,Hampered Aspiration,S01008479,Stenhouse and Saughton Mains - 07,4d,Hard-pressed flat dwellers,S02001587,Stenhouse and Saughton Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199797 +199797,S00105130,5a3,Families in Terraces and Flats,S01008507,Shandon - 06,1a,Cosmopolitan student neighbourhoods,S02001592,Shandon,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199798 +199798,S00103541,5a3,Families in Terraces and Flats,S01008861,Stockbridge - 05,3c,Highly qualified professionals,S02001658,Stockbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199799 +199799,S00105833,5a3,Families in Terraces and Flats,S01008481,Longstone and Saughton - 01,4b,Constrained renters,S02001588,Longstone and Saughton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199800 +199800,S00107255,5a3,Families in Terraces and Flats,S01008609,The Grange - 06,3c,Highly qualified professionals,S02001612,The Grange,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199801 +199801,S00104307,5a3,Families in Terraces and Flats,S01008762,Leith (Hermitage and Prospect Bank) - 01,4a,Challenged white communities,S02001639,Leith (Hermitage and Prospect Bank),S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199802 +199802,S00105297,7a2,Hampered Aspiration,S01008479,Stenhouse and Saughton Mains - 07,4d,Hard-pressed flat dwellers,S02001587,Stenhouse and Saughton Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199803 +199803,S00105331,5a3,Families in Terraces and Flats,S01008458,The Calders - 05,4d,Hard-pressed flat dwellers,S02001583,The Calders,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199804 +199804,S00105334,5a3,Families in Terraces and Flats,S01008467,Parkhead and Sighthill - 04,4d,Hard-pressed flat dwellers,S02001585,Parkhead and Sighthill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199805 +199805,S00105345,5a3,Families in Terraces and Flats,S01008466,Parkhead and Sighthill - 03,4d,Hard-pressed flat dwellers,S02001585,Parkhead and Sighthill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199806 +199806,S00105366,5a3,Families in Terraces and Flats,S01008879,Balgreen and Roseburn - 05,3d,Households in terraces and flats,S02001661,Balgreen and Roseburn,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199807 +199807,S00105368,5a3,Families in Terraces and Flats,S01008879,Balgreen and Roseburn - 05,3d,Households in terraces and flats,S02001661,Balgreen and Roseburn,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199808 +199808,S00105369,5a3,Families in Terraces and Flats,S01008879,Balgreen and Roseburn - 05,3d,Households in terraces and flats,S02001661,Balgreen and Roseburn,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199809 +199809,S00105371,5a3,Families in Terraces and Flats,S01008880,Balgreen and Roseburn - 06,3c,Highly qualified professionals,S02001661,Balgreen and Roseburn,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199810 +199810,S00105372,5a3,Families in Terraces and Flats,S01008880,Balgreen and Roseburn - 06,3c,Highly qualified professionals,S02001661,Balgreen and Roseburn,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199811 +199811,S00105373,5a3,Families in Terraces and Flats,S01008880,Balgreen and Roseburn - 06,3c,Highly qualified professionals,S02001661,Balgreen and Roseburn,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199812 +199812,S00105376,5a3,Families in Terraces and Flats,S01008877,Balgreen and Roseburn - 03,3a,Achieving neighbourhoods,S02001661,Balgreen and Roseburn,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199813 +199813,S00105381,5a3,Families in Terraces and Flats,S01008878,Balgreen and Roseburn - 04,3c,Highly qualified professionals,S02001661,Balgreen and Roseburn,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199814 +199814,S00105395,5a3,Families in Terraces and Flats,S01008874,Deans Village - 07,1a,Cosmopolitan student neighbourhoods,S02001660,Deans Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199815 +199815,S00105398,5a3,Families in Terraces and Flats,S01008874,Deans Village - 07,1a,Cosmopolitan student neighbourhoods,S02001660,Deans Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199816 +199816,S00105415,5a3,Families in Terraces and Flats,S01008972,Corstorphine - 03,8a,Affluent communities,S02001679,Corstorphine,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199817 +199817,S00105443,5a3,Families in Terraces and Flats,S01008882,Murrayfield and Ravelston - 02,3c,Highly qualified professionals,S02001662,Murrayfield and Ravelston,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199818 +199818,S00105452,5a3,Families in Terraces and Flats,S01008982,Corstorphine South - 02,4d,Hard-pressed flat dwellers,S02001681,Corstorphine South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199819 +199819,S00105459,5a3,Families in Terraces and Flats,S01008984,Corstorphine South - 04,3d,Households in terraces and flats,S02001681,Corstorphine South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199820 +199820,S00105461,5a3,Families in Terraces and Flats,S01008985,Corstorphine South - 05,3d,Households in terraces and flats,S02001681,Corstorphine South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199821 +199821,S00105474,5a3,Families in Terraces and Flats,S01008973,Corstorphine - 04,3c,Highly qualified professionals,S02001679,Corstorphine,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199822 +199822,S00105480,5a3,Families in Terraces and Flats,S01008975,Corstorphine - 06,4d,Hard-pressed flat dwellers,S02001679,Corstorphine,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199823 +199823,S00105509,5a3,Families in Terraces and Flats,S01008979,Carrick Knowe - 03,3d,Households in terraces and flats,S02001680,Carrick Knowe,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199824 +199824,S00105510,5a3,Families in Terraces and Flats,S01008980,Carrick Knowe - 04,3d,Households in terraces and flats,S02001680,Carrick Knowe,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199825 +199825,S00105513,5a3,Families in Terraces and Flats,S01008979,Carrick Knowe - 03,3d,Households in terraces and flats,S02001680,Carrick Knowe,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199826 +199826,S00105515,5a3,Families in Terraces and Flats,S01008978,Carrick Knowe - 02,3d,Households in terraces and flats,S02001680,Carrick Knowe,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199827 +199827,S00105516,5a3,Families in Terraces and Flats,S01008978,Carrick Knowe - 02,3d,Households in terraces and flats,S02001680,Carrick Knowe,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199828 +199828,S00105531,5a3,Families in Terraces and Flats,S01008963,East Craigs South - 04,8a,Affluent communities,S02001677,East Craigs South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199829 +199829,S00105553,5a3,Families in Terraces and Flats,S01008961,East Craigs South - 02,3a,Achieving neighbourhoods,S02001677,East Craigs South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199830 +199830,S00105554,5a3,Families in Terraces and Flats,S01008961,East Craigs South - 02,3a,Achieving neighbourhoods,S02001677,East Craigs South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199831 +199831,S00105555,5a3,Families in Terraces and Flats,S01008961,East Craigs South - 02,3a,Achieving neighbourhoods,S02001677,East Craigs South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199832 +199832,S00105565,5a3,Families in Terraces and Flats,S01008956,East Craigs North - 02,3a,Achieving neighbourhoods,S02001676,East Craigs North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199833 +199833,S00105568,5a3,Families in Terraces and Flats,S01008956,East Craigs North - 02,3a,Achieving neighbourhoods,S02001676,East Craigs North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199834 +199834,S00105609,5a3,Families in Terraces and Flats,S01008958,East Craigs North - 04,4d,Hard-pressed flat dwellers,S02001676,East Craigs North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199835 +199835,S00105611,5a3,Families in Terraces and Flats,S01008961,East Craigs South - 02,3a,Achieving neighbourhoods,S02001677,East Craigs South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199836 +199836,S00105335,7a2,Hampered Aspiration,S01008458,The Calders - 05,4d,Hard-pressed flat dwellers,S02001583,The Calders,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199837 +199837,S00103586,5a3,Families in Terraces and Flats,S01008900,Drylaw - 02,4d,Hard-pressed flat dwellers,S02001665,Drylaw,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199838 +199838,S00104310,5a3,Families in Terraces and Flats,S01008763,Leith (Hermitage and Prospect Bank) - 02,3d,Households in terraces and flats,S02001639,Leith (Hermitage and Prospect Bank),S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199839 +199839,S00107272,5a3,Families in Terraces and Flats,S01008522,Greenbank and The Braids - 04,8a,Affluent communities,S02001595,Greenbank and The Braids,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199840 +199840,S00105834,5a3,Families in Terraces and Flats,S01008482,Longstone and Saughton - 02,4d,Hard-pressed flat dwellers,S02001588,Longstone and Saughton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199841 +199841,S00105340,7a2,Hampered Aspiration,S01008466,Parkhead and Sighthill - 03,4d,Hard-pressed flat dwellers,S02001585,Parkhead and Sighthill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199842 +199842,S00103606,5a3,Families in Terraces and Flats,S01008903,Drylaw - 05,4d,Hard-pressed flat dwellers,S02001665,Drylaw,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199843 +199843,S00104326,5a3,Families in Terraces and Flats,S01008840,Broughton South - 01,1a,Cosmopolitan student neighbourhoods,S02001654,Broughton South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199844 +199844,S00105860,5a3,Families in Terraces and Flats,S01008485,Longstone and Saughton - 05,3d,Households in terraces and flats,S02001588,Longstone and Saughton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199845 +199845,S00107364,5a3,Families in Terraces and Flats,S01008877,Balgreen and Roseburn - 03,3a,Achieving neighbourhoods,S02001661,Balgreen and Roseburn,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199846 +199846,S00105346,7a2,Hampered Aspiration,S01008466,Parkhead and Sighthill - 03,4d,Hard-pressed flat dwellers,S02001585,Parkhead and Sighthill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199847 +199847,S00103609,5a3,Families in Terraces and Flats,S01008889,"Craigleith, Orchard Brae and Crewe Toll - 04",3c,Highly qualified professionals,S02001663,"Craigleith, Orchard Brae and Crewe Toll",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199848 +199848,S00104338,5a3,Families in Terraces and Flats,S01008839,Broughton North and Powderhall - 04,1a,Cosmopolitan student neighbourhoods,S02001653,Broughton North and Powderhall,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199849 +199849,S00105862,5a3,Families in Terraces and Flats,S01008485,Longstone and Saughton - 05,3d,Households in terraces and flats,S02001588,Longstone and Saughton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199850 +199850,S00107382,5a3,Families in Terraces and Flats,S01008984,Corstorphine South - 04,3d,Households in terraces and flats,S02001681,Corstorphine South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199851 +199851,S00105347,7a2,Hampered Aspiration,S01008466,Parkhead and Sighthill - 03,4d,Hard-pressed flat dwellers,S02001585,Parkhead and Sighthill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199852 +199852,S00103641,5a3,Families in Terraces and Flats,S01008886,"Craigleith, Orchard Brae and Crewe Toll - 01",3c,Highly qualified professionals,S02001663,"Craigleith, Orchard Brae and Crewe Toll",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199853 +199853,S00104354,5a3,Families in Terraces and Flats,S01008838,Broughton North and Powderhall - 03,1a,Cosmopolitan student neighbourhoods,S02001653,Broughton North and Powderhall,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199854 +199854,S00105351,7a2,Hampered Aspiration,S01008465,Parkhead and Sighthill - 02,4d,Hard-pressed flat dwellers,S02001585,Parkhead and Sighthill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199855 +199855,S00105863,5a3,Families in Terraces and Flats,S01008485,Longstone and Saughton - 05,3d,Households in terraces and flats,S02001588,Longstone and Saughton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199856 +199856,S00107395,5a3,Families in Terraces and Flats,S01008980,Carrick Knowe - 04,3d,Households in terraces and flats,S02001680,Carrick Knowe,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199857 +199857,S00105358,7a2,Hampered Aspiration,S01008464,Parkhead and Sighthill - 01,4d,Hard-pressed flat dwellers,S02001585,Parkhead and Sighthill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199858 +199858,S00105884,5a3,Families in Terraces and Flats,S01008449,Clovenstone and Wester Hailes - 01,7a,Urban cultural mix,S02001582,Clovenstone and Wester Hailes,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199859 +199859,S00103642,5a3,Families in Terraces and Flats,S01008887,"Craigleith, Orchard Brae and Crewe Toll - 02",3c,Highly qualified professionals,S02001663,"Craigleith, Orchard Brae and Crewe Toll",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199860 +199860,S00104575,5a3,Families in Terraces and Flats,S01008697,Willowbrae and Duddingston Village - 04,3c,Highly qualified professionals,S02001626,Willowbrae and Duddingston Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199861 +199861,S00103678,5a3,Families in Terraces and Flats,S01008870,Deans Village - 03,3c,Highly qualified professionals,S02001660,Deans Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199862 +199862,S00105909,5a3,Families in Terraces and Flats,S01008428,Currie West - 04,5c,Comfortable neighbourhoods,S02001577,Currie West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199863 +199863,S00107397,5a3,Families in Terraces and Flats,S01008955,East Craigs North - 01,3a,Achieving neighbourhoods,S02001676,East Craigs North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199864 +199864,S00104577,5a3,Families in Terraces and Flats,S01008696,Willowbrae and Duddingston Village - 03,3a,Achieving neighbourhoods,S02001626,Willowbrae and Duddingston Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199865 +199865,S00105360,7a2,Hampered Aspiration,S01008464,Parkhead and Sighthill - 01,4d,Hard-pressed flat dwellers,S02001585,Parkhead and Sighthill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199866 +199866,S00103686,5a3,Families in Terraces and Flats,S01008867,Comely Bank - 04,3c,Highly qualified professionals,S02001659,Comely Bank,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199867 +199867,S00105974,5a3,Families in Terraces and Flats,S01008421,Balerno and Bonnington Village - 05,5c,Comfortable neighbourhoods,S02001576,Balerno and Bonnington Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199868 +199868,S00107399,5a3,Families in Terraces and Flats,S01008990,South Gyle - 04,3a,Achieving neighbourhoods,S02001682,South Gyle,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199869 +199869,S00107404,5a3,Families in Terraces and Flats,S01008989,South Gyle - 03,3d,Households in terraces and flats,S02001682,South Gyle,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199870 +199870,S00107407,5a3,Families in Terraces and Flats,S01008991,South Gyle - 05,3a,Achieving neighbourhoods,S02001682,South Gyle,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199871 +199871,S00107427,5a3,Families in Terraces and Flats,S01008508,Craiglockhart - 01,3c,Highly qualified professionals,S02001593,Craiglockhart,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199872 +199872,S00107444,5a3,Families in Terraces and Flats,S01008485,Longstone and Saughton - 05,3d,Households in terraces and flats,S02001588,Longstone and Saughton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199873 +199873,S00107460,5a3,Families in Terraces and Flats,S01008733,Portobello - 06,3d,Households in terraces and flats,S02001632,Portobello,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199874 +199874,S00107461,5a3,Families in Terraces and Flats,S01008733,Portobello - 06,3d,Households in terraces and flats,S02001632,Portobello,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199875 +199875,S00107473,5a3,Families in Terraces and Flats,S01008727,Joppa - 06,3c,Highly qualified professionals,S02001631,Joppa,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199876 +199876,S00107475,5a3,Families in Terraces and Flats,S01008724,Joppa - 03,5a,Ageing urban communities,S02001631,Joppa,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199877 +199877,S00107549,5a3,Families in Terraces and Flats,S01008548,Gilmerton South and the Murrays - 02,3a,Achieving neighbourhoods,S02001600,Gilmerton South and the Murrays,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199878 +199878,S00107553,5a3,Families in Terraces and Flats,S01008548,Gilmerton South and the Murrays - 02,3a,Achieving neighbourhoods,S02001600,Gilmerton South and the Murrays,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199879 +199879,S00107555,5a3,Families in Terraces and Flats,S01008549,Gilmerton South and the Murrays - 03,3a,Achieving neighbourhoods,S02001600,Gilmerton South and the Murrays,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199880 +199880,S00107557,5a3,Families in Terraces and Flats,S01008564,Fernieside and Moredun South - 01,4d,Hard-pressed flat dwellers,S02001604,Fernieside and Moredun South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199881 +199881,S00107558,5a3,Families in Terraces and Flats,S01008564,Fernieside and Moredun South - 01,4d,Hard-pressed flat dwellers,S02001604,Fernieside and Moredun South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199882 +199882,S00107602,5a3,Families in Terraces and Flats,S01008960,East Craigs South - 01,3a,Achieving neighbourhoods,S02001677,East Craigs South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199883 +199883,S00107606,5a3,Families in Terraces and Flats,S01008960,East Craigs South - 01,3a,Achieving neighbourhoods,S02001677,East Craigs South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199884 +199884,S00107616,5a3,Families in Terraces and Flats,S01008572,Moredun and Craigour - 04,3c,Highly qualified professionals,S02001605,Moredun and Craigour,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199885 +199885,S00103572,7a2,Hampered Aspiration,S01008892,Blackhall - 01,3c,Highly qualified professionals,S02001664,Blackhall,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199886 +199886,S00103750,7a2,Hampered Aspiration,S01008906,West Pilton - 03,7a,Urban cultural mix,S02001666,West Pilton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199887 +199887,S00103799,7a2,Hampered Aspiration,S01008928,Granton West and Salvesen - 05,4b,Constrained renters,S02001670,Granton West and Salvesen,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199888 +199888,S00103854,7a2,Hampered Aspiration,S01008953,Clermiston and Drumbrae - 06,4d,Hard-pressed flat dwellers,S02001675,Clermiston and Drumbrae,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199889 +199889,S00103872,7a2,Hampered Aspiration,S01008951,Clermiston and Drumbrae - 04,4d,Hard-pressed flat dwellers,S02001675,Clermiston and Drumbrae,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199890 +199890,S00103875,7a2,Hampered Aspiration,S01008969,Corstorphine North - 03,3a,Achieving neighbourhoods,S02001678,Corstorphine North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199891 +199891,S00103876,7a2,Hampered Aspiration,S01008969,Corstorphine North - 03,3a,Achieving neighbourhoods,S02001678,Corstorphine North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199892 +199892,S00103877,7a2,Hampered Aspiration,S01008969,Corstorphine North - 03,3a,Achieving neighbourhoods,S02001678,Corstorphine North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199893 +199893,S00103953,7a2,Hampered Aspiration,S01008916,Granton South and Wardieburn - 01,4d,Hard-pressed flat dwellers,S02001668,Granton South and Wardieburn,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199894 +199894,S00103961,7a2,Hampered Aspiration,S01008828,Trinity - 03,3c,Highly qualified professionals,S02001651,Trinity,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199895 +199895,S00104578,5a3,Families in Terraces and Flats,S01008696,Willowbrae and Duddingston Village - 03,3a,Achieving neighbourhoods,S02001626,Willowbrae and Duddingston Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199896 +199896,S00105451,7a2,Hampered Aspiration,S01008982,Corstorphine South - 02,4d,Hard-pressed flat dwellers,S02001681,Corstorphine South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199897 +199897,S00105485,7a2,Hampered Aspiration,S01008975,Corstorphine - 06,4d,Hard-pressed flat dwellers,S02001679,Corstorphine,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199898 +199898,S00105494,7a2,Hampered Aspiration,S01008988,South Gyle - 02,3c,Highly qualified professionals,S02001682,South Gyle,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199899 +199899,S00103729,5a3,Families in Terraces and Flats,S01008926,Granton West and Salvesen - 03,4b,Constrained renters,S02001670,Granton West and Salvesen,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199900 +199900,S00104579,5a3,Families in Terraces and Flats,S01008696,Willowbrae and Duddingston Village - 03,3a,Achieving neighbourhoods,S02001626,Willowbrae and Duddingston Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199901 +199901,S00105511,7a2,Hampered Aspiration,S01008980,Carrick Knowe - 04,3d,Households in terraces and flats,S02001680,Carrick Knowe,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199902 +199902,S00106014,5a3,Families in Terraces and Flats,S01008729,Portobello - 02,3c,Highly qualified professionals,S02001632,Portobello,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199903 +199903,S00103768,5a3,Families in Terraces and Flats,S01008937,Siverknowes and Davidson's Mains - 03,3c,Highly qualified professionals,S02001672,Siverknowes and Davidson's Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199904 +199904,S00103922,5a3,Families in Terraces and Flats,S01008955,East Craigs North - 01,3a,Achieving neighbourhoods,S02001676,East Craigs North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199905 +199905,S00103986,5a3,Families in Terraces and Flats,S01008922,Granton and Royston Mains - 03,4d,Hard-pressed flat dwellers,S02001669,Granton and Royston Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199906 +199906,S00103989,5a3,Families in Terraces and Flats,S01008909,Boswall and Pilton - 01,4d,Hard-pressed flat dwellers,S02001667,Boswall and Pilton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199907 +199907,S00103995,5a3,Families in Terraces and Flats,S01008909,Boswall and Pilton - 01,4d,Hard-pressed flat dwellers,S02001667,Boswall and Pilton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199908 +199908,S00104004,5a3,Families in Terraces and Flats,S01008910,Boswall and Pilton - 02,3d,Households in terraces and flats,S02001667,Boswall and Pilton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199909 +199909,S00104005,5a3,Families in Terraces and Flats,S01008913,Boswall and Pilton - 05,3d,Households in terraces and flats,S02001667,Boswall and Pilton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199910 +199910,S00104012,5a3,Families in Terraces and Flats,S01008910,Boswall and Pilton - 02,3d,Households in terraces and flats,S02001667,Boswall and Pilton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199911 +199911,S00104013,5a3,Families in Terraces and Flats,S01008913,Boswall and Pilton - 05,3d,Households in terraces and flats,S02001667,Boswall and Pilton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199912 +199912,S00104018,5a3,Families in Terraces and Flats,S01008915,Boswall and Pilton - 07,3c,Highly qualified professionals,S02001667,Boswall and Pilton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199913 +199913,S00104027,5a3,Families in Terraces and Flats,S01008912,Boswall and Pilton - 04,3a,Achieving neighbourhoods,S02001667,Boswall and Pilton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199914 +199914,S00104029,5a3,Families in Terraces and Flats,S01008912,Boswall and Pilton - 04,3a,Achieving neighbourhoods,S02001667,Boswall and Pilton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199915 +199915,S00104036,5a3,Families in Terraces and Flats,S01008828,Trinity - 03,3c,Highly qualified professionals,S02001651,Trinity,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199916 +199916,S00104049,5a3,Families in Terraces and Flats,S01008827,Trinity - 02,3c,Highly qualified professionals,S02001651,Trinity,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199917 +199917,S00104051,5a3,Families in Terraces and Flats,S01008827,Trinity - 02,3c,Highly qualified professionals,S02001651,Trinity,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199918 +199918,S00104055,5a3,Families in Terraces and Flats,S01008830,Trinity - 05,3c,Highly qualified professionals,S02001651,Trinity,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199919 +199919,S00104075,5a3,Families in Terraces and Flats,S01008824,Trinity East and The Dudleys - 04,3c,Highly qualified professionals,S02001650,Trinity East and The Dudleys,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199920 +199920,S00104079,5a3,Families in Terraces and Flats,S01008825,Trinity East and The Dudleys - 05,3c,Highly qualified professionals,S02001650,Trinity East and The Dudleys,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199921 +199921,S00104094,5a3,Families in Terraces and Flats,S01008821,Trinity East and The Dudleys - 01,3c,Highly qualified professionals,S02001650,Trinity East and The Dudleys,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199922 +199922,S00104101,5a3,Families in Terraces and Flats,S01008822,Trinity East and The Dudleys - 02,3c,Highly qualified professionals,S02001650,Trinity East and The Dudleys,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199923 +199923,S00104102,5a3,Families in Terraces and Flats,S01008772,North Leith and Newhaven - 01,3c,Highly qualified professionals,S02001641,North Leith and Newhaven,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199924 +199924,S00104114,5a3,Families in Terraces and Flats,S01008773,North Leith and Newhaven - 02,1a,Cosmopolitan student neighbourhoods,S02001641,North Leith and Newhaven,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199925 +199925,S00104117,5a3,Families in Terraces and Flats,S01008822,Trinity East and The Dudleys - 02,3c,Highly qualified professionals,S02001650,Trinity East and The Dudleys,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199926 +199926,S00104118,5a3,Families in Terraces and Flats,S01008822,Trinity East and The Dudleys - 02,3c,Highly qualified professionals,S02001650,Trinity East and The Dudleys,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199927 +199927,S00105570,7a2,Hampered Aspiration,S01008958,East Craigs North - 04,4d,Hard-pressed flat dwellers,S02001676,East Craigs North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199928 +199928,S00105652,7a2,Hampered Aspiration,S01008524,Colinton Mains and Firrhill - 01,4d,Hard-pressed flat dwellers,S02001596,Colinton Mains and Firrhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199929 +199929,S00106025,5a3,Families in Terraces and Flats,S01008733,Portobello - 06,3d,Households in terraces and flats,S02001632,Portobello,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199930 +199930,S00105675,7a2,Hampered Aspiration,S01008526,Colinton Mains and Firrhill - 03,4d,Hard-pressed flat dwellers,S02001596,Colinton Mains and Firrhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199931 +199931,S00106051,5a3,Families in Terraces and Flats,S01008727,Joppa - 06,3c,Highly qualified professionals,S02001631,Joppa,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199932 +199932,S00105679,7a2,Hampered Aspiration,S01008525,Colinton Mains and Firrhill - 02,4d,Hard-pressed flat dwellers,S02001596,Colinton Mains and Firrhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199933 +199933,S00106055,5a3,Families in Terraces and Flats,S01008725,Joppa - 04,3c,Highly qualified professionals,S02001631,Joppa,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199934 +199934,S00105683,7a2,Hampered Aspiration,S01008526,Colinton Mains and Firrhill - 03,4d,Hard-pressed flat dwellers,S02001596,Colinton Mains and Firrhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199935 +199935,S00106063,5a3,Families in Terraces and Flats,S01008724,Joppa - 03,5a,Ageing urban communities,S02001631,Joppa,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199936 +199936,S00106071,5a3,Families in Terraces and Flats,S01008725,Joppa - 04,3c,Highly qualified professionals,S02001631,Joppa,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199937 +199937,S00106079,5a3,Families in Terraces and Flats,S01008722,Joppa - 01,5c,Comfortable neighbourhoods,S02001631,Joppa,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199938 +199938,S00106082,5a3,Families in Terraces and Flats,S01008719,"Jewel, Brunstane and Newcraighall - 03",3d,Households in terraces and flats,S02001630,"Jewel, Brunstane and Newcraighall",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199939 +199939,S00106090,5a3,Families in Terraces and Flats,S01008718,"Jewel, Brunstane and Newcraighall - 02",3d,Households in terraces and flats,S02001630,"Jewel, Brunstane and Newcraighall",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199940 +199940,S00106092,5a3,Families in Terraces and Flats,S01008718,"Jewel, Brunstane and Newcraighall - 02",3d,Households in terraces and flats,S02001630,"Jewel, Brunstane and Newcraighall",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199941 +199941,S00106106,5a3,Families in Terraces and Flats,S01008700,Willowbrae and Duddingston Village - 07,3c,Highly qualified professionals,S02001626,Willowbrae and Duddingston Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199942 +199942,S00106109,5a3,Families in Terraces and Flats,S01008700,Willowbrae and Duddingston Village - 07,3c,Highly qualified professionals,S02001626,Willowbrae and Duddingston Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199943 +199943,S00106172,5a3,Families in Terraces and Flats,S01008583,The Inch - 03,7a,Urban cultural mix,S02001608,The Inch,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199944 +199944,S00106242,5a3,Families in Terraces and Flats,S01008550,Mortonhall and Anwickhill - 01,3b,Asian traits,S02001601,Mortonhall and Anwickhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199945 +199945,S00106244,5a3,Families in Terraces and Flats,S01008550,Mortonhall and Anwickhill - 01,3b,Asian traits,S02001601,Mortonhall and Anwickhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199946 +199946,S00106293,5a3,Families in Terraces and Flats,S01008580,Liberton West and Braid Hills - 04,3c,Highly qualified professionals,S02001607,Liberton West and Braid Hills,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199947 +199947,S00106342,5a3,Families in Terraces and Flats,S01008568,Fernieside and Moredun South - 05,3d,Households in terraces and flats,S02001604,Fernieside and Moredun South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199948 +199948,S00106377,5a3,Families in Terraces and Flats,S01008552,Mortonhall and Anwickhill - 03,3a,Achieving neighbourhoods,S02001601,Mortonhall and Anwickhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199949 +199949,S00106465,5a3,Families in Terraces and Flats,S01009005,Queensferry East - 03,5b,Aspiring urban households,S02001685,Queensferry East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199950 +199950,S00106466,5a3,Families in Terraces and Flats,S01009005,Queensferry East - 03,5b,Aspiring urban households,S02001685,Queensferry East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199951 +199951,S00106497,5a3,Families in Terraces and Flats,S01009006,Queensferry East - 04,5c,Comfortable neighbourhoods,S02001685,Queensferry East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199952 +199952,S00106498,5a3,Families in Terraces and Flats,S01009005,Queensferry East - 03,5b,Aspiring urban households,S02001685,Queensferry East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199953 +199953,S00106500,5a3,Families in Terraces and Flats,S01009006,Queensferry East - 04,5c,Comfortable neighbourhoods,S02001685,Queensferry East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199954 +199954,S00106505,5a3,Families in Terraces and Flats,S01009004,Queensferry East - 02,5b,Aspiring urban households,S02001685,Queensferry East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199955 +199955,S00106550,5a3,Families in Terraces and Flats,S01008604,The Grange - 01,1a,Cosmopolitan student neighbourhoods,S02001612,The Grange,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199956 +199956,S00106605,5a3,Families in Terraces and Flats,S01008534,Comiston and Swanston - 02,3a,Achieving neighbourhoods,S02001598,Comiston and Swanston,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199957 +199957,S00106611,5a3,Families in Terraces and Flats,S01008508,Craiglockhart - 01,3c,Highly qualified professionals,S02001593,Craiglockhart,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199958 +199958,S00105789,7a2,Hampered Aspiration,S01008487,Slateford and Chesser - 02,1a,Cosmopolitan student neighbourhoods,S02001589,Slateford and Chesser,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199959 +199959,S00105859,7a2,Hampered Aspiration,S01008482,Longstone and Saughton - 02,4d,Hard-pressed flat dwellers,S02001588,Longstone and Saughton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199960 +199960,S00106036,7a2,Hampered Aspiration,S01008730,Portobello - 03,1a,Cosmopolitan student neighbourhoods,S02001632,Portobello,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199961 +199961,S00106037,7a2,Hampered Aspiration,S01008730,Portobello - 03,1a,Cosmopolitan student neighbourhoods,S02001632,Portobello,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199962 +199962,S00106048,7a2,Hampered Aspiration,S01008728,Portobello - 01,4d,Hard-pressed flat dwellers,S02001632,Portobello,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199963 +199963,S00106052,7a2,Hampered Aspiration,S01008727,Joppa - 06,3c,Highly qualified professionals,S02001631,Joppa,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199964 +199964,S00106175,7a2,Hampered Aspiration,S01008583,The Inch - 03,7a,Urban cultural mix,S02001608,The Inch,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199965 +199965,S00106185,7a2,Hampered Aspiration,S01008585,The Inch - 05,3d,Households in terraces and flats,S02001608,The Inch,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199966 +199966,S00106188,7a2,Hampered Aspiration,S01008584,The Inch - 04,3d,Households in terraces and flats,S02001608,The Inch,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199967 +199967,S00106250,7a2,Hampered Aspiration,S01008556,"Gracemount, Southhouse and Burdiehouse - 04",4d,Hard-pressed flat dwellers,S02001602,"Gracemount, Southhouse and Burdiehouse",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199968 +199968,S00106266,7a2,Hampered Aspiration,S01008558,"Gracemount, Southhouse and Burdiehouse - 06",4d,Hard-pressed flat dwellers,S02001602,"Gracemount, Southhouse and Burdiehouse",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199969 +199969,S00106292,7a2,Hampered Aspiration,S01008580,Liberton West and Braid Hills - 04,3c,Highly qualified professionals,S02001607,Liberton West and Braid Hills,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199970 +199970,S00106305,7a2,Hampered Aspiration,S01008582,The Inch - 02,4d,Hard-pressed flat dwellers,S02001608,The Inch,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199971 +199971,S00106306,7a2,Hampered Aspiration,S01008582,The Inch - 02,4d,Hard-pressed flat dwellers,S02001608,The Inch,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199972 +199972,S00106310,7a2,Hampered Aspiration,S01008582,The Inch - 02,4d,Hard-pressed flat dwellers,S02001608,The Inch,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199973 +199973,S00106314,7a2,Hampered Aspiration,S01008581,The Inch - 01,4d,Hard-pressed flat dwellers,S02001608,The Inch,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199974 +199974,S00106358,7a2,Hampered Aspiration,S01008566,Fernieside and Moredun South - 03,4a,Challenged white communities,S02001604,Fernieside and Moredun South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199975 +199975,S00104587,5a3,Families in Terraces and Flats,S01008695,Willowbrae and Duddingston Village - 02,3c,Highly qualified professionals,S02001626,Willowbrae and Duddingston Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199976 +199976,S00104591,5a3,Families in Terraces and Flats,S01008696,Willowbrae and Duddingston Village - 03,3a,Achieving neighbourhoods,S02001626,Willowbrae and Duddingston Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199977 +199977,S00104592,5a3,Families in Terraces and Flats,S01008696,Willowbrae and Duddingston Village - 03,3a,Achieving neighbourhoods,S02001626,Willowbrae and Duddingston Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199978 +199978,S00104594,5a3,Families in Terraces and Flats,S01008695,Willowbrae and Duddingston Village - 02,3c,Highly qualified professionals,S02001626,Willowbrae and Duddingston Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199979 +199979,S00104603,5a3,Families in Terraces and Flats,S01008745,Northfield and Piershill - 03,3c,Highly qualified professionals,S02001635,Northfield and Piershill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199980 +199980,S00104605,5a3,Families in Terraces and Flats,S01008745,Northfield and Piershill - 03,3c,Highly qualified professionals,S02001635,Northfield and Piershill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199981 +199981,S00104606,5a3,Families in Terraces and Flats,S01008745,Northfield and Piershill - 03,3c,Highly qualified professionals,S02001635,Northfield and Piershill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199982 +199982,S00104608,5a3,Families in Terraces and Flats,S01008742,Mountcastle - 04,3c,Highly qualified professionals,S02001634,Mountcastle,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199983 +199983,S00104614,5a3,Families in Terraces and Flats,S01008741,Mountcastle - 03,5c,Comfortable neighbourhoods,S02001634,Mountcastle,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199984 +199984,S00104629,5a3,Families in Terraces and Flats,S01008744,Northfield and Piershill - 02,4d,Hard-pressed flat dwellers,S02001635,Northfield and Piershill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199985 +199985,S00104631,5a3,Families in Terraces and Flats,S01008739,Mountcastle - 01,4a,Challenged white communities,S02001634,Mountcastle,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199986 +199986,S00104807,5a3,Families in Terraces and Flats,S01008589,"Blackford, West Mains and Mayfield Road - 03",3c,Highly qualified professionals,S02001609,"Blackford, West Mains and Mayfield Road",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199987 +199987,S00104823,5a3,Families in Terraces and Flats,S01008591,"Blackford, West Mains and Mayfield Road - 05",1a,Cosmopolitan student neighbourhoods,S02001609,"Blackford, West Mains and Mayfield Road",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199988 +199988,S00104824,5a3,Families in Terraces and Flats,S01008606,The Grange - 03,3c,Highly qualified professionals,S02001612,The Grange,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199989 +199989,S00104825,5a3,Families in Terraces and Flats,S01008606,The Grange - 03,3c,Highly qualified professionals,S02001612,The Grange,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199990 +199990,S00104836,5a3,Families in Terraces and Flats,S01008609,The Grange - 06,3c,Highly qualified professionals,S02001612,The Grange,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199991 +199991,S00104842,5a3,Families in Terraces and Flats,S01008591,"Blackford, West Mains and Mayfield Road - 05",1a,Cosmopolitan student neighbourhoods,S02001609,"Blackford, West Mains and Mayfield Road",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199992 +199992,S00104846,5a3,Families in Terraces and Flats,S01008592,"Blackford, West Mains and Mayfield Road - 06",3c,Highly qualified professionals,S02001609,"Blackford, West Mains and Mayfield Road",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199993 +199993,S00104856,5a3,Families in Terraces and Flats,S01008625,Morningside - 02,3c,Highly qualified professionals,S02001615,Morningside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199994 +199994,S00104857,5a3,Families in Terraces and Flats,S01008627,Morningside - 04,3c,Highly qualified professionals,S02001615,Morningside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199995 +199995,S00104858,5a3,Families in Terraces and Flats,S01008627,Morningside - 04,3c,Highly qualified professionals,S02001615,Morningside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199996 +199996,S00104920,5a3,Families in Terraces and Flats,S01008642,Bruntsfield - 05,1a,Cosmopolitan student neighbourhoods,S02001617,Bruntsfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199997 +199997,S00104932,5a3,Families in Terraces and Flats,S01008523,Greenbank and The Braids - 05,3a,Achieving neighbourhoods,S02001595,Greenbank and The Braids,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199998 +199998,S00104934,5a3,Families in Terraces and Flats,S01008523,Greenbank and The Braids - 05,3a,Achieving neighbourhoods,S02001595,Greenbank and The Braids,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,199999 +199999,S00104935,5a3,Families in Terraces and Flats,S01008523,Greenbank and The Braids - 05,3a,Achieving neighbourhoods,S02001595,Greenbank and The Braids,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200000 +200000,S00106486,8b2,Hard-Pressed Rented Terraces,S01009013,Queensferry West - 05,8c,Comfortable suburbia,S02001686,Queensferry West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200001 +200001,S00106487,8b2,Hard-Pressed Rented Terraces,S01009010,Queensferry West - 02,5c,Comfortable neighbourhoods,S02001686,Queensferry West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200002 +200002,S00106501,8b2,Hard-Pressed Rented Terraces,S01009007,Queensferry East - 05,4a,Challenged white communities,S02001685,Queensferry East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200003 +200003,S00106509,8b2,Hard-Pressed Rented Terraces,S01009007,Queensferry East - 05,4a,Challenged white communities,S02001685,Queensferry East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200004 +200004,S00106596,8b2,Hard-Pressed Rented Terraces,S01008988,South Gyle - 02,3c,Highly qualified professionals,S02001682,South Gyle,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200005 +200005,S00106668,8b2,Hard-Pressed Rented Terraces,S01008565,Fernieside and Moredun South - 02,4d,Hard-pressed flat dwellers,S02001604,Fernieside and Moredun South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200006 +200006,S00106852,8b2,Hard-Pressed Rented Terraces,S01009006,Queensferry East - 04,5c,Comfortable neighbourhoods,S02001685,Queensferry East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200007 +200007,S00106981,8b2,Hard-Pressed Rented Terraces,S01008949,Clermiston and Drumbrae - 02,4a,Challenged white communities,S02001675,Clermiston and Drumbrae,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200008 +200008,S00107105,8b2,Hard-Pressed Rented Terraces,S01008762,Leith (Hermitage and Prospect Bank) - 01,4a,Challenged white communities,S02001639,Leith (Hermitage and Prospect Bank),S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200009 +200009,S00107413,8b2,Hard-Pressed Rented Terraces,S01008532,Oxgangs - 04,4d,Hard-pressed flat dwellers,S02001597,Oxgangs,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200010 +200010,S00107447,8b2,Hard-Pressed Rented Terraces,S01008485,Longstone and Saughton - 05,3d,Households in terraces and flats,S02001588,Longstone and Saughton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200011 +200011,S00107456,8b2,Hard-Pressed Rented Terraces,S01008421,Balerno and Bonnington Village - 05,5c,Comfortable neighbourhoods,S02001576,Balerno and Bonnington Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200012 +200012,S00107480,8b2,Hard-Pressed Rented Terraces,S01008719,"Jewel, Brunstane and Newcraighall - 03",3d,Households in terraces and flats,S02001630,"Jewel, Brunstane and Newcraighall",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200013 +200013,S00105167,2c2,Migrant Commuters,S01008652,Dalry and Fountainbridge - 02,1a,Cosmopolitan student neighbourhoods,S02001619,Dalry and Fountainbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200014 +200014,S00106441,8a1,Industrious Transitions,S01008997,"Dalmeny, Kirkliston and Newbridge - 01",2d,Rural traits,S02001684,"Dalmeny, Kirkliston and Newbridge",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200015 +200015,S00107500,8b2,Hard-Pressed Rented Terraces,S01008709,Niddrie - 04,4d,Hard-pressed flat dwellers,S02001628,Niddrie,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200016 +200016,S00107561,8b2,Hard-Pressed Rented Terraces,S01008561,Hyvots and Gilmerton - 03,4a,Challenged white communities,S02001603,Hyvots and Gilmerton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200017 +200017,S00107564,8b2,Hard-Pressed Rented Terraces,S01008994,"Ratho, Ingliston and Gogar - 02",5c,Comfortable neighbourhoods,S02001683,"Ratho, Ingliston and Gogar",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200018 +200018,S00103330,2d2,Highly-Qualified Quaternary Workers,S01008675,"Old Town, Princes Street and Leith Street - 02",1a,Cosmopolitan student neighbourhoods,S02001622,"Old Town, Princes Street and Leith Street",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200019 +200019,S00103392,2d2,Highly-Qualified Quaternary Workers,S01008834,"Inverleith, Goldenacre and Warriston - 03",3c,Highly qualified professionals,S02001652,"Inverleith, Goldenacre and Warriston",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200020 +200020,S00103421,2d2,Highly-Qualified Quaternary Workers,S01008850,New Town West - 02,1a,Cosmopolitan student neighbourhoods,S02001656,New Town West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200021 +200021,S00103439,2d2,Highly-Qualified Quaternary Workers,S01008853,Canonmills and New Town North - 01,1a,Cosmopolitan student neighbourhoods,S02001657,Canonmills and New Town North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200022 +200022,S00103444,2d2,Highly-Qualified Quaternary Workers,S01008849,New Town West - 01,1a,Cosmopolitan student neighbourhoods,S02001656,New Town West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200023 +200023,S00103464,2d2,Highly-Qualified Quaternary Workers,S01008868,Deans Village - 01,1a,Cosmopolitan student neighbourhoods,S02001660,Deans Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200024 +200024,S00103484,2d2,Highly-Qualified Quaternary Workers,S01008639,Bruntsfield - 02,1a,Cosmopolitan student neighbourhoods,S02001617,Bruntsfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200025 +200025,S00103550,2d2,Highly-Qualified Quaternary Workers,S01008860,Stockbridge - 04,1a,Cosmopolitan student neighbourhoods,S02001658,Stockbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200026 +200026,S00103564,2d2,Highly-Qualified Quaternary Workers,S01008863,Stockbridge - 07,1a,Cosmopolitan student neighbourhoods,S02001658,Stockbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200027 +200027,S00103679,2d2,Highly-Qualified Quaternary Workers,S01008870,Deans Village - 03,3c,Highly qualified professionals,S02001660,Deans Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200028 +200028,S00103910,2d2,Highly-Qualified Quaternary Workers,S01008956,East Craigs North - 02,3a,Achieving neighbourhoods,S02001676,East Craigs North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200029 +200029,S00104002,2d2,Highly-Qualified Quaternary Workers,S01008913,Boswall and Pilton - 05,3d,Households in terraces and flats,S02001667,Boswall and Pilton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200030 +200030,S00107044,2d2,Highly-Qualified Quaternary Workers,S01008771,Western Harbour and Leith Docks - 04,1a,Cosmopolitan student neighbourhoods,S02001640,Western Harbour and Leith Docks,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200031 +200031,S00104252,2c2,Migrant Commuters,S01008798,Easter Road and Hawkhill Avenue - 01,1a,Cosmopolitan student neighbourhoods,S02001645,Easter Road and Hawkhill Avenue,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200032 +200032,S00106527,2c2,Migrant Commuters,S01008786,Great Junction Street - 02,1a,Cosmopolitan student neighbourhoods,S02001643,Great Junction Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200033 +200033,S00104425,2c2,Migrant Commuters,S01008801,Easter Road and Hawkhill Avenue - 04,1a,Cosmopolitan student neighbourhoods,S02001645,Easter Road and Hawkhill Avenue,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200034 +200034,S00104092,2c2,Migrant Commuters,S01008820,Bonnington - 04,1a,Cosmopolitan student neighbourhoods,S02001649,Bonnington,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200035 +200035,S00104119,2d2,Highly-Qualified Quaternary Workers,S01008821,Trinity East and The Dudleys - 01,3c,Highly qualified professionals,S02001650,Trinity East and The Dudleys,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200036 +200036,S00104331,2d2,Highly-Qualified Quaternary Workers,S01008840,Broughton South - 01,1a,Cosmopolitan student neighbourhoods,S02001654,Broughton South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200037 +200037,S00104372,2d2,Highly-Qualified Quaternary Workers,S01008809,Hillside and Calton Hill - 04,1a,Cosmopolitan student neighbourhoods,S02001647,Hillside and Calton Hill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200038 +200038,S00104374,2d2,Highly-Qualified Quaternary Workers,S01008809,Hillside and Calton Hill - 04,1a,Cosmopolitan student neighbourhoods,S02001647,Hillside and Calton Hill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200039 +200039,S00104410,2d2,Highly-Qualified Quaternary Workers,S01008690,Meadowbank and Abbeyhill North - 02,1a,Cosmopolitan student neighbourhoods,S02001625,Meadowbank and Abbeyhill North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200040 +200040,S00104580,2d2,Highly-Qualified Quaternary Workers,S01008694,Willowbrae and Duddingston Village - 01,1a,Cosmopolitan student neighbourhoods,S02001626,Willowbrae and Duddingston Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200041 +200041,S00104794,2d2,Highly-Qualified Quaternary Workers,S01008608,The Grange - 05,3c,Highly qualified professionals,S02001612,The Grange,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200042 +200042,S00104826,2d2,Highly-Qualified Quaternary Workers,S01008594,"Blackford, West Mains and Mayfield Road - 08",3c,Highly qualified professionals,S02001609,"Blackford, West Mains and Mayfield Road",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200043 +200043,S00104864,2d2,Highly-Qualified Quaternary Workers,S01008630,Morningside - 07,1a,Cosmopolitan student neighbourhoods,S02001615,Morningside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200044 +200044,S00104914,2d2,Highly-Qualified Quaternary Workers,S01008643,Bruntsfield - 06,1a,Cosmopolitan student neighbourhoods,S02001617,Bruntsfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200045 +200045,S00104916,2d2,Highly-Qualified Quaternary Workers,S01008643,Bruntsfield - 06,1a,Cosmopolitan student neighbourhoods,S02001617,Bruntsfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200046 +200046,S00104996,2d2,Highly-Qualified Quaternary Workers,S01008635,Merchiston and Greenhill - 04,1a,Cosmopolitan student neighbourhoods,S02001616,Merchiston and Greenhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200047 +200047,S00105095,2d2,Highly-Qualified Quaternary Workers,S01008504,Shandon - 03,1a,Cosmopolitan student neighbourhoods,S02001592,Shandon,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200048 +200048,S00105125,2d2,Highly-Qualified Quaternary Workers,S01008503,Shandon - 02,1a,Cosmopolitan student neighbourhoods,S02001592,Shandon,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200049 +200049,S00105127,2d2,Highly-Qualified Quaternary Workers,S01008507,Shandon - 06,1a,Cosmopolitan student neighbourhoods,S02001592,Shandon,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200050 +200050,S00105152,2d2,Highly-Qualified Quaternary Workers,S01008646,Polwarth - 02,1a,Cosmopolitan student neighbourhoods,S02001618,Polwarth,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200051 +200051,S00106206,2d2,Highly-Qualified Quaternary Workers,S01008596,Prestonfield - 02,1a,Cosmopolitan student neighbourhoods,S02001610,Prestonfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200052 +200052,S00106207,2d2,Highly-Qualified Quaternary Workers,S01008596,Prestonfield - 02,1a,Cosmopolitan student neighbourhoods,S02001610,Prestonfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200053 +200053,S00106291,2d2,Highly-Qualified Quaternary Workers,S01008580,Liberton West and Braid Hills - 04,3c,Highly qualified professionals,S02001607,Liberton West and Braid Hills,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200054 +200054,S00106539,2d2,Highly-Qualified Quaternary Workers,S01008858,Stockbridge - 02,1a,Cosmopolitan student neighbourhoods,S02001658,Stockbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200055 +200055,S00106882,2d2,Highly-Qualified Quaternary Workers,S01008847,New Town East and Gayfield - 03,1a,Cosmopolitan student neighbourhoods,S02001655,New Town East and Gayfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200056 +200056,S00106962,2d2,Highly-Qualified Quaternary Workers,S01008869,Deans Village - 02,1a,Cosmopolitan student neighbourhoods,S02001660,Deans Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200057 +200057,S00105171,2c2,Migrant Commuters,S01008493,Gorgie West - 02,1a,Cosmopolitan student neighbourhoods,S02001590,Gorgie West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200058 +200058,S00105178,2c2,Migrant Commuters,S01008493,Gorgie West - 02,1a,Cosmopolitan student neighbourhoods,S02001590,Gorgie West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200059 +200059,S00106508,8a1,Industrious Transitions,S01009003,Queensferry East - 01,8c,Comfortable suburbia,S02001685,Queensferry East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200060 +200060,S00105183,2c2,Migrant Commuters,S01008494,Gorgie West - 03,1a,Cosmopolitan student neighbourhoods,S02001590,Gorgie West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200061 +200061,S00106529,2c2,Migrant Commuters,S01008778,The Shore and Constitution Street - 01,1a,Cosmopolitan student neighbourhoods,S02001642,The Shore and Constitution Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200062 +200062,S00105199,2c2,Migrant Commuters,S01008498,Gorgie East - 02,1a,Cosmopolitan student neighbourhoods,S02001591,Gorgie East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200063 +200063,S00106622,8a1,Industrious Transitions,S01008425,Currie West - 01,3b,Asian traits,S02001577,Currie West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200064 +200064,S00104253,2c2,Migrant Commuters,S01008798,Easter Road and Hawkhill Avenue - 01,1a,Cosmopolitan student neighbourhoods,S02001645,Easter Road and Hawkhill Avenue,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200065 +200065,S00107114,2d2,Highly-Qualified Quaternary Workers,S01008844,Broughton South - 05,1a,Cosmopolitan student neighbourhoods,S02001654,Broughton South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200066 +200066,S00104107,2c2,Migrant Commuters,S01008773,North Leith and Newhaven - 02,1a,Cosmopolitan student neighbourhoods,S02001641,North Leith and Newhaven,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200067 +200067,S00104428,2c2,Migrant Commuters,S01008808,Hillside and Calton Hill - 03,1a,Cosmopolitan student neighbourhoods,S02001647,Hillside and Calton Hill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200068 +200068,S00104121,2c2,Migrant Commuters,S01008817,Bonnington - 01,1a,Cosmopolitan student neighbourhoods,S02001649,Bonnington,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200069 +200069,S00106530,2c2,Migrant Commuters,S01008792,South Leith - 01,1a,Cosmopolitan student neighbourhoods,S02001644,South Leith,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200070 +200070,S00105222,2c2,Migrant Commuters,S01008653,Dalry and Fountainbridge - 03,1a,Cosmopolitan student neighbourhoods,S02001619,Dalry and Fountainbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200071 +200071,S00104254,2c2,Migrant Commuters,S01008800,Easter Road and Hawkhill Avenue - 03,1a,Cosmopolitan student neighbourhoods,S02001645,Easter Road and Hawkhill Avenue,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200072 +200072,S00107293,2d2,Highly-Qualified Quaternary Workers,S01008626,Morningside - 03,3c,Highly qualified professionals,S02001615,Morningside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200073 +200073,S00104123,2c2,Migrant Commuters,S01008820,Bonnington - 04,1a,Cosmopolitan student neighbourhoods,S02001649,Bonnington,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200074 +200074,S00104429,2c2,Migrant Commuters,S01008807,Hillside and Calton Hill - 02,1a,Cosmopolitan student neighbourhoods,S02001647,Hillside and Calton Hill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200075 +200075,S00106677,8a1,Industrious Transitions,S01008999,"Dalmeny, Kirkliston and Newbridge - 03",5c,Comfortable neighbourhoods,S02001684,"Dalmeny, Kirkliston and Newbridge",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200076 +200076,S00106532,2c2,Migrant Commuters,S01008803,Leith (Albert Street) - 02,1a,Cosmopolitan student neighbourhoods,S02001646,Leith (Albert Street),S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200077 +200077,S00105226,2c2,Migrant Commuters,S01008654,Dalry and Fountainbridge - 04,1a,Cosmopolitan student neighbourhoods,S02001619,Dalry and Fountainbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200078 +200078,S00104255,2c2,Migrant Commuters,S01008798,Easter Road and Hawkhill Avenue - 01,1a,Cosmopolitan student neighbourhoods,S02001645,Easter Road and Hawkhill Avenue,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200079 +200079,S00104130,2c2,Migrant Commuters,S01008774,North Leith and Newhaven - 03,1a,Cosmopolitan student neighbourhoods,S02001641,North Leith and Newhaven,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200080 +200080,S00105240,4c3,Inner City Ethnic Mix,S01008469,Broomhouse and Bankhead - 02,7b,Young ethnic communities,S02001586,Broomhouse and Bankhead,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200081 +200081,S00105228,2c2,Migrant Commuters,S01008656,Dalry and Fountainbridge - 06,1a,Cosmopolitan student neighbourhoods,S02001619,Dalry and Fountainbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200082 +200082,S00104431,2c2,Migrant Commuters,S01008807,Hillside and Calton Hill - 02,1a,Cosmopolitan student neighbourhoods,S02001647,Hillside and Calton Hill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200083 +200083,S00106533,2c2,Migrant Commuters,S01008843,Broughton South - 04,1a,Cosmopolitan student neighbourhoods,S02001654,Broughton South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200084 +200084,S00103577,6a1,Indian Tech Achievers,S01008898,Blackhall - 07,8a,Affluent communities,S02001664,Blackhall,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200085 +200085,S00104256,2c2,Migrant Commuters,S01008795,South Leith - 04,1a,Cosmopolitan student neighbourhoods,S02001644,South Leith,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200086 +200086,S00104132,2c2,Migrant Commuters,S01008774,North Leith and Newhaven - 03,1a,Cosmopolitan student neighbourhoods,S02001641,North Leith and Newhaven,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200087 +200087,S00105490,4c3,Inner City Ethnic Mix,S01008974,Corstorphine - 05,3c,Highly qualified professionals,S02001679,Corstorphine,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200088 +200088,S00105234,2c2,Migrant Commuters,S01008656,Dalry and Fountainbridge - 06,1a,Cosmopolitan student neighbourhoods,S02001619,Dalry and Fountainbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200089 +200089,S00106534,2c2,Migrant Commuters,S01008844,Broughton South - 05,1a,Cosmopolitan student neighbourhoods,S02001654,Broughton South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200090 +200090,S00106535,2c2,Migrant Commuters,S01008844,Broughton South - 05,1a,Cosmopolitan student neighbourhoods,S02001654,Broughton South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200091 +200091,S00106537,2c2,Migrant Commuters,S01008695,Willowbrae and Duddingston Village - 02,3c,Highly qualified professionals,S02001626,Willowbrae and Duddingston Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200092 +200092,S00106538,2c2,Migrant Commuters,S01008746,Northfield and Piershill - 04,6a,Inner city cosmopolitan,S02001635,Northfield and Piershill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200093 +200093,S00106560,2c2,Migrant Commuters,S01008629,Morningside - 06,1a,Cosmopolitan student neighbourhoods,S02001615,Morningside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200094 +200094,S00106565,2c2,Migrant Commuters,S01008516,Morningside and Craighouse - 03,1a,Cosmopolitan student neighbourhoods,S02001594,Morningside and Craighouse,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200095 +200095,S00106578,2c2,Migrant Commuters,S01008652,Dalry and Fountainbridge - 02,1a,Cosmopolitan student neighbourhoods,S02001619,Dalry and Fountainbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200096 +200096,S00106628,2c2,Migrant Commuters,S01008734,Duddingston and Portobello South - 01,3c,Highly qualified professionals,S02001633,Duddingston and Portobello South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200097 +200097,S00106683,2c2,Migrant Commuters,S01008862,Stockbridge - 06,1a,Cosmopolitan student neighbourhoods,S02001658,Stockbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200098 +200098,S00106735,2c2,Migrant Commuters,S01008659,Tollcross - 01,1a,Cosmopolitan student neighbourhoods,S02001620,Tollcross,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200099 +200099,S00106750,2c2,Migrant Commuters,S01008797,South Leith - 06,1a,Cosmopolitan student neighbourhoods,S02001644,South Leith,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200100 +200100,S00106752,2c2,Migrant Commuters,S01008797,South Leith - 06,1a,Cosmopolitan student neighbourhoods,S02001644,South Leith,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200101 +200101,S00106753,2c2,Migrant Commuters,S01008793,South Leith - 02,1a,Cosmopolitan student neighbourhoods,S02001644,South Leith,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200102 +200102,S00106754,2c2,Migrant Commuters,S01008793,South Leith - 02,1a,Cosmopolitan student neighbourhoods,S02001644,South Leith,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200103 +200103,S00106763,2c2,Migrant Commuters,S01008692,Meadowbank and Abbeyhill North - 04,1a,Cosmopolitan student neighbourhoods,S02001625,Meadowbank and Abbeyhill North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200104 +200104,S00106765,2c2,Migrant Commuters,S01008692,Meadowbank and Abbeyhill North - 04,1a,Cosmopolitan student neighbourhoods,S02001625,Meadowbank and Abbeyhill North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200105 +200105,S00106767,2c2,Migrant Commuters,S01008807,Hillside and Calton Hill - 02,1a,Cosmopolitan student neighbourhoods,S02001647,Hillside and Calton Hill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200106 +200106,S00106768,2c2,Migrant Commuters,S01008807,Hillside and Calton Hill - 02,1a,Cosmopolitan student neighbourhoods,S02001647,Hillside and Calton Hill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200107 +200107,S00106784,2c2,Migrant Commuters,S01008688,Abbeyhill - 03,1a,Cosmopolitan student neighbourhoods,S02001624,Abbeyhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200108 +200108,S00106796,2c2,Migrant Commuters,S01008631,Morningside - 08,1a,Cosmopolitan student neighbourhoods,S02001615,Morningside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200109 +200109,S00106800,2c2,Migrant Commuters,S01008498,Gorgie East - 02,1a,Cosmopolitan student neighbourhoods,S02001591,Gorgie East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200110 +200110,S00106801,2c2,Migrant Commuters,S01008498,Gorgie East - 02,1a,Cosmopolitan student neighbourhoods,S02001591,Gorgie East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200111 +200111,S00106819,2c2,Migrant Commuters,S01008874,Deans Village - 07,1a,Cosmopolitan student neighbourhoods,S02001660,Deans Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200112 +200112,S00106832,2c2,Migrant Commuters,S01008490,Slateford and Chesser - 05,1a,Cosmopolitan student neighbourhoods,S02001589,Slateford and Chesser,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200113 +200113,S00106834,2c2,Migrant Commuters,S01008491,Slateford and Chesser - 06,1a,Cosmopolitan student neighbourhoods,S02001589,Slateford and Chesser,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200114 +200114,S00106859,2c2,Migrant Commuters,S01008503,Shandon - 02,1a,Cosmopolitan student neighbourhoods,S02001592,Shandon,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200115 +200115,S00106874,2c2,Migrant Commuters,S01008679,"Old Town, Princes Street and Leith Street - 06",1a,Cosmopolitan student neighbourhoods,S02001622,"Old Town, Princes Street and Leith Street",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200116 +200116,S00106898,2c2,Migrant Commuters,S01008860,Stockbridge - 04,1a,Cosmopolitan student neighbourhoods,S02001658,Stockbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200117 +200117,S00106915,2c2,Migrant Commuters,S01008659,Tollcross - 01,1a,Cosmopolitan student neighbourhoods,S02001620,Tollcross,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200118 +200118,S00106942,2c2,Migrant Commuters,S01008859,Stockbridge - 03,1a,Cosmopolitan student neighbourhoods,S02001658,Stockbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200119 +200119,S00106944,2c2,Migrant Commuters,S01008892,Blackhall - 01,3c,Highly qualified professionals,S02001664,Blackhall,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200120 +200120,S00107004,2c2,Migrant Commuters,S01008774,North Leith and Newhaven - 03,1a,Cosmopolitan student neighbourhoods,S02001641,North Leith and Newhaven,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200121 +200121,S00107005,2c2,Migrant Commuters,S01008774,North Leith and Newhaven - 03,1a,Cosmopolitan student neighbourhoods,S02001641,North Leith and Newhaven,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200122 +200122,S00107014,2c2,Migrant Commuters,S01008817,Bonnington - 01,1a,Cosmopolitan student neighbourhoods,S02001649,Bonnington,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200123 +200123,S00107015,2c2,Migrant Commuters,S01008817,Bonnington - 01,1a,Cosmopolitan student neighbourhoods,S02001649,Bonnington,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200124 +200124,S00107019,2c2,Migrant Commuters,S01008778,The Shore and Constitution Street - 01,1a,Cosmopolitan student neighbourhoods,S02001642,The Shore and Constitution Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200125 +200125,S00107020,2c2,Migrant Commuters,S01008778,The Shore and Constitution Street - 01,1a,Cosmopolitan student neighbourhoods,S02001642,The Shore and Constitution Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200126 +200126,S00107034,2c2,Migrant Commuters,S01008770,Western Harbour and Leith Docks - 03,1a,Cosmopolitan student neighbourhoods,S02001640,Western Harbour and Leith Docks,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200127 +200127,S00107048,2c2,Migrant Commuters,S01008786,Great Junction Street - 02,1a,Cosmopolitan student neighbourhoods,S02001643,Great Junction Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200128 +200128,S00107049,2c2,Migrant Commuters,S01008786,Great Junction Street - 02,1a,Cosmopolitan student neighbourhoods,S02001643,Great Junction Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200129 +200129,S00107055,2c2,Migrant Commuters,S01008783,The Shore and Constitution Street - 06,1a,Cosmopolitan student neighbourhoods,S02001642,The Shore and Constitution Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200130 +200130,S00107056,2c2,Migrant Commuters,S01008783,The Shore and Constitution Street - 06,1a,Cosmopolitan student neighbourhoods,S02001642,The Shore and Constitution Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200131 +200131,S00107059,2c2,Migrant Commuters,S01008783,The Shore and Constitution Street - 06,1a,Cosmopolitan student neighbourhoods,S02001642,The Shore and Constitution Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200132 +200132,S00107060,2c2,Migrant Commuters,S01008783,The Shore and Constitution Street - 06,1a,Cosmopolitan student neighbourhoods,S02001642,The Shore and Constitution Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200133 +200133,S00107061,2c2,Migrant Commuters,S01008784,The Shore and Constitution Street - 07,1a,Cosmopolitan student neighbourhoods,S02001642,The Shore and Constitution Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200134 +200134,S00104257,2c2,Migrant Commuters,S01008795,South Leith - 04,1a,Cosmopolitan student neighbourhoods,S02001644,South Leith,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200135 +200135,S00105664,4c3,Inner City Ethnic Mix,S01008525,Colinton Mains and Firrhill - 02,4d,Hard-pressed flat dwellers,S02001596,Colinton Mains and Firrhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200136 +200136,S00106637,4c3,Inner City Ethnic Mix,S01008595,Prestonfield - 01,1a,Cosmopolitan student neighbourhoods,S02001610,Prestonfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200137 +200137,S00104133,2c2,Migrant Commuters,S01008777,North Leith and Newhaven - 06,1a,Cosmopolitan student neighbourhoods,S02001641,North Leith and Newhaven,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200138 +200138,S00104432,2c2,Migrant Commuters,S01008805,Leith (Albert Street) - 04,1a,Cosmopolitan student neighbourhoods,S02001646,Leith (Albert Street),S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200139 +200139,S00105237,2c2,Migrant Commuters,S01008657,Dalry and Fountainbridge - 07,1a,Cosmopolitan student neighbourhoods,S02001619,Dalry and Fountainbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200140 +200140,S00103613,6a1,Indian Tech Achievers,S01008890,"Craigleith, Orchard Brae and Crewe Toll - 05",8a,Affluent communities,S02001663,"Craigleith, Orchard Brae and Crewe Toll",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200141 +200141,S00104258,2c2,Migrant Commuters,S01008798,Easter Road and Hawkhill Avenue - 01,1a,Cosmopolitan student neighbourhoods,S02001645,Easter Road and Hawkhill Avenue,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200142 +200142,S00105274,2c2,Migrant Commuters,S01008474,Stenhouse and Saughton Mains - 02,4d,Hard-pressed flat dwellers,S02001587,Stenhouse and Saughton Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200143 +200143,S00103649,6a1,Indian Tech Achievers,S01008895,Blackhall - 04,8a,Affluent communities,S02001664,Blackhall,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200144 +200144,S00104138,2c2,Migrant Commuters,S01008776,North Leith and Newhaven - 05,1a,Cosmopolitan student neighbourhoods,S02001641,North Leith and Newhaven,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200145 +200145,S00104435,2c2,Migrant Commuters,S01008806,Hillside and Calton Hill - 01,1a,Cosmopolitan student neighbourhoods,S02001647,Hillside and Calton Hill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200146 +200146,S00106654,4c3,Inner City Ethnic Mix,S01008600,Newington and Dalkeith Road - 02,1a,Cosmopolitan student neighbourhoods,S02001611,Newington and Dalkeith Road,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200147 +200147,S00104260,2c2,Migrant Commuters,S01008797,South Leith - 06,1a,Cosmopolitan student neighbourhoods,S02001644,South Leith,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200148 +200148,S00105284,2c2,Migrant Commuters,S01008475,Stenhouse and Saughton Mains - 03,4d,Hard-pressed flat dwellers,S02001587,Stenhouse and Saughton Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200149 +200149,S00104139,2c2,Migrant Commuters,S01008776,North Leith and Newhaven - 05,1a,Cosmopolitan student neighbourhoods,S02001641,North Leith and Newhaven,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200150 +200150,S00103329,2c2,Migrant Commuters,S01008675,"Old Town, Princes Street and Leith Street - 02",1a,Cosmopolitan student neighbourhoods,S02001622,"Old Town, Princes Street and Leith Street",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200151 +200151,S00103667,6a1,Indian Tech Achievers,S01008884,Murrayfield and Ravelston - 04,8a,Affluent communities,S02001662,Murrayfield and Ravelston,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200152 +200152,S00104444,2c2,Migrant Commuters,S01008800,Easter Road and Hawkhill Avenue - 03,1a,Cosmopolitan student neighbourhoods,S02001645,Easter Road and Hawkhill Avenue,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200153 +200153,S00104261,2c2,Migrant Commuters,S01008795,South Leith - 04,1a,Cosmopolitan student neighbourhoods,S02001644,South Leith,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200154 +200154,S00105286,2c2,Migrant Commuters,S01008479,Stenhouse and Saughton Mains - 07,4d,Hard-pressed flat dwellers,S02001587,Stenhouse and Saughton Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200155 +200155,S00104140,2c2,Migrant Commuters,S01008776,North Leith and Newhaven - 05,1a,Cosmopolitan student neighbourhoods,S02001641,North Leith and Newhaven,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200156 +200156,S00104148,2c2,Migrant Commuters,S01008814,Pilrig - 02,1a,Cosmopolitan student neighbourhoods,S02001648,Pilrig,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200157 +200157,S00104151,2c2,Migrant Commuters,S01008814,Pilrig - 02,1a,Cosmopolitan student neighbourhoods,S02001648,Pilrig,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200158 +200158,S00104152,2c2,Migrant Commuters,S01008815,Pilrig - 03,1a,Cosmopolitan student neighbourhoods,S02001648,Pilrig,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200159 +200159,S00104154,2c2,Migrant Commuters,S01008815,Pilrig - 03,1a,Cosmopolitan student neighbourhoods,S02001648,Pilrig,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200160 +200160,S00104155,2c2,Migrant Commuters,S01008815,Pilrig - 03,1a,Cosmopolitan student neighbourhoods,S02001648,Pilrig,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200161 +200161,S00104156,2c2,Migrant Commuters,S01008815,Pilrig - 03,1a,Cosmopolitan student neighbourhoods,S02001648,Pilrig,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200162 +200162,S00104159,2c2,Migrant Commuters,S01008786,Great Junction Street - 02,1a,Cosmopolitan student neighbourhoods,S02001643,Great Junction Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200163 +200163,S00104160,2c2,Migrant Commuters,S01008790,Great Junction Street - 06,1a,Cosmopolitan student neighbourhoods,S02001643,Great Junction Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200164 +200164,S00104163,2c2,Migrant Commuters,S01008788,Great Junction Street - 04,1a,Cosmopolitan student neighbourhoods,S02001643,Great Junction Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200165 +200165,S00104164,2c2,Migrant Commuters,S01008788,Great Junction Street - 04,1a,Cosmopolitan student neighbourhoods,S02001643,Great Junction Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200166 +200166,S00104165,2c2,Migrant Commuters,S01008789,Great Junction Street - 05,4d,Hard-pressed flat dwellers,S02001643,Great Junction Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200167 +200167,S00104167,2c2,Migrant Commuters,S01008791,Great Junction Street - 07,1a,Cosmopolitan student neighbourhoods,S02001643,Great Junction Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200168 +200168,S00104168,2c2,Migrant Commuters,S01008791,Great Junction Street - 07,1a,Cosmopolitan student neighbourhoods,S02001643,Great Junction Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200169 +200169,S00104169,2c2,Migrant Commuters,S01008791,Great Junction Street - 07,1a,Cosmopolitan student neighbourhoods,S02001643,Great Junction Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200170 +200170,S00104176,2c2,Migrant Commuters,S01008816,Pilrig - 04,1a,Cosmopolitan student neighbourhoods,S02001648,Pilrig,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200171 +200171,S00104177,2c2,Migrant Commuters,S01008818,Bonnington - 02,3c,Highly qualified professionals,S02001649,Bonnington,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200172 +200172,S00104178,2c2,Migrant Commuters,S01008818,Bonnington - 02,3c,Highly qualified professionals,S02001649,Bonnington,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200173 +200173,S00104179,2c2,Migrant Commuters,S01008818,Bonnington - 02,3c,Highly qualified professionals,S02001649,Bonnington,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200174 +200174,S00104184,2c2,Migrant Commuters,S01008789,Great Junction Street - 05,4d,Hard-pressed flat dwellers,S02001643,Great Junction Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200175 +200175,S00104186,2c2,Migrant Commuters,S01008785,Great Junction Street - 01,6a,Inner city cosmopolitan,S02001643,Great Junction Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200176 +200176,S00104187,2c2,Migrant Commuters,S01008786,Great Junction Street - 02,1a,Cosmopolitan student neighbourhoods,S02001643,Great Junction Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200177 +200177,S00104188,2c2,Migrant Commuters,S01008786,Great Junction Street - 02,1a,Cosmopolitan student neighbourhoods,S02001643,Great Junction Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200178 +200178,S00104189,2c2,Migrant Commuters,S01008777,North Leith and Newhaven - 06,1a,Cosmopolitan student neighbourhoods,S02001641,North Leith and Newhaven,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200179 +200179,S00104190,2c2,Migrant Commuters,S01008786,Great Junction Street - 02,1a,Cosmopolitan student neighbourhoods,S02001643,Great Junction Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200180 +200180,S00104191,2c2,Migrant Commuters,S01008786,Great Junction Street - 02,1a,Cosmopolitan student neighbourhoods,S02001643,Great Junction Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200181 +200181,S00104192,2c2,Migrant Commuters,S01008778,The Shore and Constitution Street - 01,1a,Cosmopolitan student neighbourhoods,S02001642,The Shore and Constitution Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200182 +200182,S00104198,2c2,Migrant Commuters,S01008777,North Leith and Newhaven - 06,1a,Cosmopolitan student neighbourhoods,S02001641,North Leith and Newhaven,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200183 +200183,S00104199,2c2,Migrant Commuters,S01008777,North Leith and Newhaven - 06,1a,Cosmopolitan student neighbourhoods,S02001641,North Leith and Newhaven,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200184 +200184,S00104202,2c2,Migrant Commuters,S01008777,North Leith and Newhaven - 06,1a,Cosmopolitan student neighbourhoods,S02001641,North Leith and Newhaven,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200185 +200185,S00104203,2c2,Migrant Commuters,S01008776,North Leith and Newhaven - 05,1a,Cosmopolitan student neighbourhoods,S02001641,North Leith and Newhaven,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200186 +200186,S00104208,2c2,Migrant Commuters,S01008785,Great Junction Street - 01,6a,Inner city cosmopolitan,S02001643,Great Junction Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200187 +200187,S00104209,2c2,Migrant Commuters,S01008781,The Shore and Constitution Street - 04,6a,Inner city cosmopolitan,S02001642,The Shore and Constitution Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200188 +200188,S00104210,2c2,Migrant Commuters,S01008781,The Shore and Constitution Street - 04,6a,Inner city cosmopolitan,S02001642,The Shore and Constitution Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200189 +200189,S00104214,2c2,Migrant Commuters,S01008781,The Shore and Constitution Street - 04,6a,Inner city cosmopolitan,S02001642,The Shore and Constitution Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200190 +200190,S00104216,2c2,Migrant Commuters,S01008781,The Shore and Constitution Street - 04,6a,Inner city cosmopolitan,S02001642,The Shore and Constitution Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200191 +200191,S00104236,2c2,Migrant Commuters,S01008803,Leith (Albert Street) - 02,1a,Cosmopolitan student neighbourhoods,S02001646,Leith (Albert Street),S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200192 +200192,S00104238,2c2,Migrant Commuters,S01008803,Leith (Albert Street) - 02,1a,Cosmopolitan student neighbourhoods,S02001646,Leith (Albert Street),S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200193 +200193,S00104239,2c2,Migrant Commuters,S01008803,Leith (Albert Street) - 02,1a,Cosmopolitan student neighbourhoods,S02001646,Leith (Albert Street),S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200194 +200194,S00104245,2c2,Migrant Commuters,S01008803,Leith (Albert Street) - 02,1a,Cosmopolitan student neighbourhoods,S02001646,Leith (Albert Street),S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200195 +200195,S00104249,2c2,Migrant Commuters,S01008802,Leith (Albert Street) - 01,1a,Cosmopolitan student neighbourhoods,S02001646,Leith (Albert Street),S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200196 +200196,S00104263,2c2,Migrant Commuters,S01008795,South Leith - 04,1a,Cosmopolitan student neighbourhoods,S02001644,South Leith,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200197 +200197,S00103793,6a1,Indian Tech Achievers,S01008935,Siverknowes and Davidson's Mains - 01,3a,Achieving neighbourhoods,S02001672,Siverknowes and Davidson's Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200198 +200198,S00105289,2c2,Migrant Commuters,S01008475,Stenhouse and Saughton Mains - 03,4d,Hard-pressed flat dwellers,S02001587,Stenhouse and Saughton Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200199 +200199,S00104264,2c2,Migrant Commuters,S01008797,South Leith - 06,1a,Cosmopolitan student neighbourhoods,S02001644,South Leith,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200200 +200200,S00103832,6a1,Indian Tech Achievers,S01008947,"Barnton, Cammo and Cramond South - 04",8a,Affluent communities,S02001674,"Barnton, Cammo and Cramond South",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200201 +200201,S00104449,2c2,Migrant Commuters,S01008800,Easter Road and Hawkhill Avenue - 03,1a,Cosmopolitan student neighbourhoods,S02001645,Easter Road and Hawkhill Avenue,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200202 +200202,S00103331,2c2,Migrant Commuters,S01008675,"Old Town, Princes Street and Leith Street - 02",1a,Cosmopolitan student neighbourhoods,S02001622,"Old Town, Princes Street and Leith Street",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200203 +200203,S00105309,2c2,Migrant Commuters,S01008476,Stenhouse and Saughton Mains - 04,4d,Hard-pressed flat dwellers,S02001587,Stenhouse and Saughton Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200204 +200204,S00104265,2c2,Migrant Commuters,S01008797,South Leith - 06,1a,Cosmopolitan student neighbourhoods,S02001644,South Leith,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200205 +200205,S00103893,6a1,Indian Tech Achievers,S01008897,Blackhall - 06,3c,Highly qualified professionals,S02001664,Blackhall,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200206 +200206,S00105393,2c2,Migrant Commuters,S01008875,Balgreen and Roseburn - 01,1a,Cosmopolitan student neighbourhoods,S02001661,Balgreen and Roseburn,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200207 +200207,S00103336,2c2,Migrant Commuters,S01008661,Tollcross - 03,1a,Cosmopolitan student neighbourhoods,S02001620,Tollcross,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200208 +200208,S00105486,2c2,Migrant Commuters,S01008975,Corstorphine - 06,4d,Hard-pressed flat dwellers,S02001679,Corstorphine,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200209 +200209,S00104450,2c2,Migrant Commuters,S01008800,Easter Road and Hawkhill Avenue - 03,1a,Cosmopolitan student neighbourhoods,S02001645,Easter Road and Hawkhill Avenue,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200210 +200210,S00104266,2c2,Migrant Commuters,S01008796,South Leith - 05,1a,Cosmopolitan student neighbourhoods,S02001644,South Leith,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200211 +200211,S00103903,6a1,Indian Tech Achievers,S01008945,"Barnton, Cammo and Cramond South - 02",8a,Affluent communities,S02001674,"Barnton, Cammo and Cramond South",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200212 +200212,S00104268,2c2,Migrant Commuters,S01008796,South Leith - 05,1a,Cosmopolitan student neighbourhoods,S02001644,South Leith,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200213 +200213,S00104451,2c2,Migrant Commuters,S01008801,Easter Road and Hawkhill Avenue - 04,1a,Cosmopolitan student neighbourhoods,S02001645,Easter Road and Hawkhill Avenue,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200214 +200214,S00103339,2c2,Migrant Commuters,S01008676,"Old Town, Princes Street and Leith Street - 03",1a,Cosmopolitan student neighbourhoods,S02001622,"Old Town, Princes Street and Leith Street",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200215 +200215,S00103905,6a1,Indian Tech Achievers,S01008945,"Barnton, Cammo and Cramond South - 02",8a,Affluent communities,S02001674,"Barnton, Cammo and Cramond South",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200216 +200216,S00105507,2c2,Migrant Commuters,S01008979,Carrick Knowe - 03,3d,Households in terraces and flats,S02001680,Carrick Knowe,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200217 +200217,S00104270,2c2,Migrant Commuters,S01008793,South Leith - 02,1a,Cosmopolitan student neighbourhoods,S02001644,South Leith,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200218 +200218,S00104452,2c2,Migrant Commuters,S01008800,Easter Road and Hawkhill Avenue - 03,1a,Cosmopolitan student neighbourhoods,S02001645,Easter Road and Hawkhill Avenue,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200219 +200219,S00103340,2c2,Migrant Commuters,S01008676,"Old Town, Princes Street and Leith Street - 03",1a,Cosmopolitan student neighbourhoods,S02001622,"Old Town, Princes Street and Leith Street",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200220 +200220,S00105621,2c2,Migrant Commuters,S01008983,Corstorphine South - 03,1a,Cosmopolitan student neighbourhoods,S02001681,Corstorphine South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200221 +200221,S00104517,6a1,Indian Tech Achievers,S01008749,Craigentinny - 03,8a,Affluent communities,S02001636,Craigentinny,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200222 +200222,S00105622,2c2,Migrant Commuters,S01008983,Corstorphine South - 03,1a,Cosmopolitan student neighbourhoods,S02001681,Corstorphine South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200223 +200223,S00104271,2c2,Migrant Commuters,S01008792,South Leith - 01,1a,Cosmopolitan student neighbourhoods,S02001644,South Leith,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200224 +200224,S00104454,2c2,Migrant Commuters,S01008802,Leith (Albert Street) - 01,1a,Cosmopolitan student neighbourhoods,S02001646,Leith (Albert Street),S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200225 +200225,S00103354,2c2,Migrant Commuters,S01008851,New Town West - 03,1a,Cosmopolitan student neighbourhoods,S02001656,New Town West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200226 +200226,S00104544,6a1,Indian Tech Achievers,S01008749,Craigentinny - 03,8a,Affluent communities,S02001636,Craigentinny,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200227 +200227,S00105623,2c2,Migrant Commuters,S01008983,Corstorphine South - 03,1a,Cosmopolitan student neighbourhoods,S02001681,Corstorphine South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200228 +200228,S00104275,2c2,Migrant Commuters,S01008795,South Leith - 04,1a,Cosmopolitan student neighbourhoods,S02001644,South Leith,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200229 +200229,S00103355,2c2,Migrant Commuters,S01008851,New Town West - 03,1a,Cosmopolitan student neighbourhoods,S02001656,New Town West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200230 +200230,S00104457,2c2,Migrant Commuters,S01008802,Leith (Albert Street) - 01,1a,Cosmopolitan student neighbourhoods,S02001646,Leith (Albert Street),S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200231 +200231,S00104568,6a1,Indian Tech Achievers,S01008698,Willowbrae and Duddingston Village - 05,8c,Comfortable suburbia,S02001626,Willowbrae and Duddingston Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200232 +200232,S00105625,2c2,Migrant Commuters,S01008983,Corstorphine South - 03,1a,Cosmopolitan student neighbourhoods,S02001681,Corstorphine South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200233 +200233,S00104276,2c2,Migrant Commuters,S01008796,South Leith - 05,1a,Cosmopolitan student neighbourhoods,S02001644,South Leith,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200234 +200234,S00103356,2c2,Migrant Commuters,S01008851,New Town West - 03,1a,Cosmopolitan student neighbourhoods,S02001656,New Town West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200235 +200235,S00104459,2c2,Migrant Commuters,S01008804,Leith (Albert Street) - 03,1a,Cosmopolitan student neighbourhoods,S02001646,Leith (Albert Street),S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200236 +200236,S00104464,2c2,Migrant Commuters,S01008690,Meadowbank and Abbeyhill North - 02,1a,Cosmopolitan student neighbourhoods,S02001625,Meadowbank and Abbeyhill North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200237 +200237,S00104466,2c2,Migrant Commuters,S01008691,Meadowbank and Abbeyhill North - 03,1a,Cosmopolitan student neighbourhoods,S02001625,Meadowbank and Abbeyhill North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200238 +200238,S00104474,2c2,Migrant Commuters,S01008756,Restalrig and Lochend - 01,4d,Hard-pressed flat dwellers,S02001638,Restalrig and Lochend,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200239 +200239,S00104480,2c2,Migrant Commuters,S01008754,Restalrig (Loganlea) and Craigentinny West - 04,1a,Cosmopolitan student neighbourhoods,S02001637,Restalrig (Loganlea) and Craigentinny West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200240 +200240,S00104482,2c2,Migrant Commuters,S01008755,Restalrig (Loganlea) and Craigentinny West - 05,1a,Cosmopolitan student neighbourhoods,S02001637,Restalrig (Loganlea) and Craigentinny West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200241 +200241,S00104483,2c2,Migrant Commuters,S01008755,Restalrig (Loganlea) and Craigentinny West - 05,1a,Cosmopolitan student neighbourhoods,S02001637,Restalrig (Loganlea) and Craigentinny West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200242 +200242,S00104484,2c2,Migrant Commuters,S01008756,Restalrig and Lochend - 01,4d,Hard-pressed flat dwellers,S02001638,Restalrig and Lochend,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200243 +200243,S00104485,2c2,Migrant Commuters,S01008754,Restalrig (Loganlea) and Craigentinny West - 04,1a,Cosmopolitan student neighbourhoods,S02001637,Restalrig (Loganlea) and Craigentinny West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200244 +200244,S00104549,2c2,Migrant Commuters,S01008799,Easter Road and Hawkhill Avenue - 02,1a,Cosmopolitan student neighbourhoods,S02001645,Easter Road and Hawkhill Avenue,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200245 +200245,S00104553,2c2,Migrant Commuters,S01008799,Easter Road and Hawkhill Avenue - 02,1a,Cosmopolitan student neighbourhoods,S02001645,Easter Road and Hawkhill Avenue,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200246 +200246,S00104583,2c2,Migrant Commuters,S01008694,Willowbrae and Duddingston Village - 01,1a,Cosmopolitan student neighbourhoods,S02001626,Willowbrae and Duddingston Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200247 +200247,S00104588,2c2,Migrant Commuters,S01008695,Willowbrae and Duddingston Village - 02,3c,Highly qualified professionals,S02001626,Willowbrae and Duddingston Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200248 +200248,S00104596,2c2,Migrant Commuters,S01008746,Northfield and Piershill - 04,6a,Inner city cosmopolitan,S02001635,Northfield and Piershill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200249 +200249,S00104628,2c2,Migrant Commuters,S01008743,Northfield and Piershill - 01,4d,Hard-pressed flat dwellers,S02001635,Northfield and Piershill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200250 +200250,S00104630,2c2,Migrant Commuters,S01008744,Northfield and Piershill - 02,4d,Hard-pressed flat dwellers,S02001635,Northfield and Piershill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200251 +200251,S00104647,2c2,Migrant Commuters,S01008679,"Old Town, Princes Street and Leith Street - 06",1a,Cosmopolitan student neighbourhoods,S02001622,"Old Town, Princes Street and Leith Street",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200252 +200252,S00104651,2c2,Migrant Commuters,S01008685,"Canongate, Southside and Dumbiedykes - 06",1a,Cosmopolitan student neighbourhoods,S02001623,"Canongate, Southside and Dumbiedykes",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200253 +200253,S00104655,2c2,Migrant Commuters,S01008687,Abbeyhill - 02,1a,Cosmopolitan student neighbourhoods,S02001624,Abbeyhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200254 +200254,S00104656,2c2,Migrant Commuters,S01008687,Abbeyhill - 02,1a,Cosmopolitan student neighbourhoods,S02001624,Abbeyhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200255 +200255,S00104660,2c2,Migrant Commuters,S01008688,Abbeyhill - 03,1a,Cosmopolitan student neighbourhoods,S02001624,Abbeyhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200256 +200256,S00104662,2c2,Migrant Commuters,S01008691,Meadowbank and Abbeyhill North - 03,1a,Cosmopolitan student neighbourhoods,S02001625,Meadowbank and Abbeyhill North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200257 +200257,S00104701,2c2,Migrant Commuters,S01008681,"Canongate, Southside and Dumbiedykes - 02",1a,Cosmopolitan student neighbourhoods,S02001623,"Canongate, Southside and Dumbiedykes",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200258 +200258,S00104702,2c2,Migrant Commuters,S01008681,"Canongate, Southside and Dumbiedykes - 02",1a,Cosmopolitan student neighbourhoods,S02001623,"Canongate, Southside and Dumbiedykes",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200259 +200259,S00104768,2c2,Migrant Commuters,S01008612,Marchmont East and Sciennes - 02,1a,Cosmopolitan student neighbourhoods,S02001613,Marchmont East and Sciennes,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200260 +200260,S00104847,2c2,Migrant Commuters,S01008592,"Blackford, West Mains and Mayfield Road - 06",3c,Highly qualified professionals,S02001609,"Blackford, West Mains and Mayfield Road",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200261 +200261,S00104867,2c2,Migrant Commuters,S01008632,Merchiston and Greenhill - 01,1a,Cosmopolitan student neighbourhoods,S02001616,Merchiston and Greenhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200262 +200262,S00104963,2c2,Migrant Commuters,S01008516,Morningside and Craighouse - 03,1a,Cosmopolitan student neighbourhoods,S02001594,Morningside and Craighouse,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200263 +200263,S00104966,2c2,Migrant Commuters,S01008516,Morningside and Craighouse - 03,1a,Cosmopolitan student neighbourhoods,S02001594,Morningside and Craighouse,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200264 +200264,S00105121,2c2,Migrant Commuters,S01008497,Gorgie East - 01,1a,Cosmopolitan student neighbourhoods,S02001591,Gorgie East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200265 +200265,S00105139,2c2,Migrant Commuters,S01008649,Polwarth - 05,1a,Cosmopolitan student neighbourhoods,S02001618,Polwarth,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200266 +200266,S00105145,2c2,Migrant Commuters,S01008649,Polwarth - 05,1a,Cosmopolitan student neighbourhoods,S02001618,Polwarth,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200267 +200267,S00105147,2c2,Migrant Commuters,S01008650,Polwarth - 06,1a,Cosmopolitan student neighbourhoods,S02001618,Polwarth,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200268 +200268,S00105160,2c2,Migrant Commuters,S01008652,Dalry and Fountainbridge - 02,1a,Cosmopolitan student neighbourhoods,S02001619,Dalry and Fountainbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200269 +200269,S00105164,2c2,Migrant Commuters,S01008652,Dalry and Fountainbridge - 02,1a,Cosmopolitan student neighbourhoods,S02001619,Dalry and Fountainbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200270 +200270,S00105165,2c2,Migrant Commuters,S01008651,Dalry and Fountainbridge - 01,1a,Cosmopolitan student neighbourhoods,S02001619,Dalry and Fountainbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200271 +200271,S00105166,2c2,Migrant Commuters,S01008651,Dalry and Fountainbridge - 01,1a,Cosmopolitan student neighbourhoods,S02001619,Dalry and Fountainbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200272 +200272,S00104571,6a1,Indian Tech Achievers,S01008697,Willowbrae and Duddingston Village - 04,3c,Highly qualified professionals,S02001626,Willowbrae and Duddingston Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200273 +200273,S00104277,2c2,Migrant Commuters,S01008796,South Leith - 05,1a,Cosmopolitan student neighbourhoods,S02001644,South Leith,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200274 +200274,S00104278,2c2,Migrant Commuters,S01008796,South Leith - 05,1a,Cosmopolitan student neighbourhoods,S02001644,South Leith,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200275 +200275,S00105627,2c2,Migrant Commuters,S01008983,Corstorphine South - 03,1a,Cosmopolitan student neighbourhoods,S02001681,Corstorphine South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200276 +200276,S00104280,2c2,Migrant Commuters,S01008795,South Leith - 04,1a,Cosmopolitan student neighbourhoods,S02001644,South Leith,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200277 +200277,S00105019,6a1,Indian Tech Achievers,S01008543,Fairmilehead - 03,8c,Comfortable suburbia,S02001599,Fairmilehead,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200278 +200278,S00104281,2c2,Migrant Commuters,S01008795,South Leith - 04,1a,Cosmopolitan student neighbourhoods,S02001644,South Leith,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200279 +200279,S00105685,2c2,Migrant Commuters,S01008526,Colinton Mains and Firrhill - 03,4d,Hard-pressed flat dwellers,S02001596,Colinton Mains and Firrhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200280 +200280,S00105020,6a1,Indian Tech Achievers,S01008541,Fairmilehead - 01,8c,Comfortable suburbia,S02001599,Fairmilehead,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200281 +200281,S00104282,2c2,Migrant Commuters,S01008794,South Leith - 03,1a,Cosmopolitan student neighbourhoods,S02001644,South Leith,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200282 +200282,S00105687,2c2,Migrant Commuters,S01008526,Colinton Mains and Firrhill - 03,4d,Hard-pressed flat dwellers,S02001596,Colinton Mains and Firrhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200283 +200283,S00103385,2c2,Migrant Commuters,S01008856,Canonmills and New Town North - 04,1a,Cosmopolitan student neighbourhoods,S02001657,Canonmills and New Town North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200284 +200284,S00105027,6a1,Indian Tech Achievers,S01008539,Comiston and Swanston - 07,8a,Affluent communities,S02001598,Comiston and Swanston,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200285 +200285,S00105060,6a1,Indian Tech Achievers,S01008534,Comiston and Swanston - 02,3a,Achieving neighbourhoods,S02001598,Comiston and Swanston,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200286 +200286,S00105538,6a1,Indian Tech Achievers,S01008964,East Craigs South - 05,8a,Affluent communities,S02001677,East Craigs South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200287 +200287,S00105541,6a1,Indian Tech Achievers,S01008964,East Craigs South - 05,8a,Affluent communities,S02001677,East Craigs South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200288 +200288,S00105690,6a1,Indian Tech Achievers,S01008441,Bonaly and The Pentlands - 04,8a,Affluent communities,S02001580,Bonaly and The Pentlands,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200289 +200289,S00105739,6a1,Indian Tech Achievers,S01008511,Craiglockhart - 04,8a,Affluent communities,S02001593,Craiglockhart,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200290 +200290,S00105878,6a1,Indian Tech Achievers,S01008435,Baberton and Juniper Green - 03,8c,Comfortable suburbia,S02001579,Baberton and Juniper Green,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200291 +200291,S00105935,6a1,Indian Tech Achievers,S01008425,Currie West - 01,3b,Asian traits,S02001577,Currie West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200292 +200292,S00105986,6a1,Indian Tech Achievers,S01008423,Balerno and Bonnington Village - 07,2b,Prospering countryside life,S02001576,Balerno and Bonnington Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200293 +200293,S00105999,6a1,Indian Tech Achievers,S01008738,Duddingston and Portobello South - 05,8a,Affluent communities,S02001633,Duddingston and Portobello South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200294 +200294,S00106009,6a1,Indian Tech Achievers,S01008735,Duddingston and Portobello South - 02,8a,Affluent communities,S02001633,Duddingston and Portobello South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200295 +200295,S00106107,6a1,Indian Tech Achievers,S01008700,Willowbrae and Duddingston Village - 07,3c,Highly qualified professionals,S02001626,Willowbrae and Duddingston Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200296 +200296,S00106110,6a1,Indian Tech Achievers,S01008736,Duddingston and Portobello South - 03,8a,Affluent communities,S02001633,Duddingston and Portobello South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200297 +200297,S00106115,6a1,Indian Tech Achievers,S01008736,Duddingston and Portobello South - 03,8a,Affluent communities,S02001633,Duddingston and Portobello South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200298 +200298,S00106170,6a1,Indian Tech Achievers,S01008549,Gilmerton South and the Murrays - 03,3a,Achieving neighbourhoods,S02001600,Gilmerton South and the Murrays,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200299 +200299,S00106190,6a1,Indian Tech Achievers,S01008587,"Blackford, West Mains and Mayfield Road - 01",3c,Highly qualified professionals,S02001609,"Blackford, West Mains and Mayfield Road",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200300 +200300,S00106279,6a1,Indian Tech Achievers,S01008577,Liberton West and Braid Hills - 01,8a,Affluent communities,S02001607,Liberton West and Braid Hills,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200301 +200301,S00106294,6a1,Indian Tech Achievers,S01008580,Liberton West and Braid Hills - 04,3c,Highly qualified professionals,S02001607,Liberton West and Braid Hills,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200302 +200302,S00106375,6a1,Indian Tech Achievers,S01008552,Mortonhall and Anwickhill - 03,3a,Achieving neighbourhoods,S02001601,Mortonhall and Anwickhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200303 +200303,S00106840,6a1,Indian Tech Achievers,S01008427,Currie West - 03,8c,Comfortable suburbia,S02001577,Currie West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200304 +200304,S00107520,6a1,Indian Tech Achievers,S01008550,Mortonhall and Anwickhill - 01,3b,Asian traits,S02001601,Mortonhall and Anwickhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200305 +200305,S00107525,6a1,Indian Tech Achievers,S01008574,Liberton East - 02,3b,Asian traits,S02001606,Liberton East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200306 +200306,S00107533,6a1,Indian Tech Achievers,S01008575,Liberton East - 03,3a,Achieving neighbourhoods,S02001606,Liberton East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200307 +200307,S00107542,6a1,Indian Tech Achievers,S01008548,Gilmerton South and the Murrays - 02,3a,Achieving neighbourhoods,S02001600,Gilmerton South and the Murrays,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200308 +200308,S00107543,6a1,Indian Tech Achievers,S01008547,Gilmerton South and the Murrays - 01,3b,Asian traits,S02001600,Gilmerton South and the Murrays,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200309 +200309,S00107619,6a1,Indian Tech Achievers,S01008573,Liberton East - 01,3c,Highly qualified professionals,S02001606,Liberton East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200310 +200310,S00107620,6a1,Indian Tech Achievers,S01008573,Liberton East - 01,3c,Highly qualified professionals,S02001606,Liberton East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200311 +200311,S00106346,8a2,Industrious Hardship,S01008570,Moredun and Craigour - 02,4d,Hard-pressed flat dwellers,S02001605,Moredun and Craigour,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200312 +200312,S00106353,8a2,Industrious Hardship,S01008567,Fernieside and Moredun South - 04,4c,Hampered neighbourhoods,S02001604,Fernieside and Moredun South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200313 +200313,S00106435,8a2,Industrious Hardship,S01008994,"Ratho, Ingliston and Gogar - 02",5c,Comfortable neighbourhoods,S02001683,"Ratho, Ingliston and Gogar",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200314 +200314,S00105653,8a1,Industrious Transitions,S01008531,Oxgangs - 03,4d,Hard-pressed flat dwellers,S02001597,Oxgangs,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200315 +200315,S00106394,8a1,Industrious Transitions,S01008553,"Gracemount, Southhouse and Burdiehouse - 01",5c,Comfortable neighbourhoods,S02001602,"Gracemount, Southhouse and Burdiehouse",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200316 +200316,S00104287,2c2,Migrant Commuters,S01008792,South Leith - 01,1a,Cosmopolitan student neighbourhoods,S02001644,South Leith,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200317 +200317,S00103413,2c2,Migrant Commuters,S01008860,Stockbridge - 04,1a,Cosmopolitan student neighbourhoods,S02001658,Stockbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200318 +200318,S00103418,2c2,Migrant Commuters,S01008851,New Town West - 03,1a,Cosmopolitan student neighbourhoods,S02001656,New Town West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200319 +200319,S00103445,2c2,Migrant Commuters,S01008848,New Town East and Gayfield - 04,1a,Cosmopolitan student neighbourhoods,S02001655,New Town East and Gayfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200320 +200320,S00105779,2c2,Migrant Commuters,S01008488,Slateford and Chesser - 03,1a,Cosmopolitan student neighbourhoods,S02001589,Slateford and Chesser,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200321 +200321,S00104288,2c2,Migrant Commuters,S01008792,South Leith - 01,1a,Cosmopolitan student neighbourhoods,S02001644,South Leith,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200322 +200322,S00103472,2c2,Migrant Commuters,S01008658,Dalry and Fountainbridge - 08,1a,Cosmopolitan student neighbourhoods,S02001619,Dalry and Fountainbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200323 +200323,S00105781,2c2,Migrant Commuters,S01008490,Slateford and Chesser - 05,1a,Cosmopolitan student neighbourhoods,S02001589,Slateford and Chesser,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200324 +200324,S00104308,2c2,Migrant Commuters,S01008762,Leith (Hermitage and Prospect Bank) - 01,4a,Challenged white communities,S02001639,Leith (Hermitage and Prospect Bank),S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200325 +200325,S00103473,2c2,Migrant Commuters,S01008658,Dalry and Fountainbridge - 08,1a,Cosmopolitan student neighbourhoods,S02001619,Dalry and Fountainbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200326 +200326,S00105784,2c2,Migrant Commuters,S01008490,Slateford and Chesser - 05,1a,Cosmopolitan student neighbourhoods,S02001589,Slateford and Chesser,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200327 +200327,S00104316,2c2,Migrant Commuters,S01008813,Pilrig - 01,1a,Cosmopolitan student neighbourhoods,S02001648,Pilrig,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200328 +200328,S00103477,2c2,Migrant Commuters,S01008658,Dalry and Fountainbridge - 08,1a,Cosmopolitan student neighbourhoods,S02001619,Dalry and Fountainbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200329 +200329,S00105792,2c2,Migrant Commuters,S01008489,Slateford and Chesser - 04,4d,Hard-pressed flat dwellers,S02001589,Slateford and Chesser,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200330 +200330,S00104317,2c2,Migrant Commuters,S01008813,Pilrig - 01,1a,Cosmopolitan student neighbourhoods,S02001648,Pilrig,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200331 +200331,S00103491,2c2,Migrant Commuters,S01008665,Tollcross - 07,1a,Cosmopolitan student neighbourhoods,S02001620,Tollcross,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200332 +200332,S00105793,2c2,Migrant Commuters,S01008490,Slateford and Chesser - 05,1a,Cosmopolitan student neighbourhoods,S02001589,Slateford and Chesser,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200333 +200333,S00104319,2c2,Migrant Commuters,S01008813,Pilrig - 01,1a,Cosmopolitan student neighbourhoods,S02001648,Pilrig,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200334 +200334,S00103552,2c2,Migrant Commuters,S01008862,Stockbridge - 06,1a,Cosmopolitan student neighbourhoods,S02001658,Stockbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200335 +200335,S00103565,2c2,Migrant Commuters,S01008863,Stockbridge - 07,1a,Cosmopolitan student neighbourhoods,S02001658,Stockbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200336 +200336,S00103685,2c2,Migrant Commuters,S01008869,Deans Village - 02,1a,Cosmopolitan student neighbourhoods,S02001660,Deans Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200337 +200337,S00103692,2c2,Migrant Commuters,S01008932,Muirhouse - 04,7a,Urban cultural mix,S02001671,Muirhouse,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200338 +200338,S00103695,2c2,Migrant Commuters,S01008932,Muirhouse - 04,7a,Urban cultural mix,S02001671,Muirhouse,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200339 +200339,S00103723,2c2,Migrant Commuters,S01008927,Granton West and Salvesen - 04,1a,Cosmopolitan student neighbourhoods,S02001670,Granton West and Salvesen,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200340 +200340,S00103724,2c2,Migrant Commuters,S01008927,Granton West and Salvesen - 04,1a,Cosmopolitan student neighbourhoods,S02001670,Granton West and Salvesen,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200341 +200341,S00103725,2c2,Migrant Commuters,S01008927,Granton West and Salvesen - 04,1a,Cosmopolitan student neighbourhoods,S02001670,Granton West and Salvesen,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200342 +200342,S00103726,2c2,Migrant Commuters,S01008927,Granton West and Salvesen - 04,1a,Cosmopolitan student neighbourhoods,S02001670,Granton West and Salvesen,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200343 +200343,S00103739,2c2,Migrant Commuters,S01008905,West Pilton - 02,4d,Hard-pressed flat dwellers,S02001666,West Pilton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200344 +200344,S00103752,2c2,Migrant Commuters,S01008904,West Pilton - 01,1a,Cosmopolitan student neighbourhoods,S02001666,West Pilton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200345 +200345,S00103962,2c2,Migrant Commuters,S01008920,Granton and Royston Mains - 01,1a,Cosmopolitan student neighbourhoods,S02001669,Granton and Royston Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200346 +200346,S00103966,2c2,Migrant Commuters,S01008920,Granton and Royston Mains - 01,1a,Cosmopolitan student neighbourhoods,S02001669,Granton and Royston Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200347 +200347,S00103968,2c2,Migrant Commuters,S01008920,Granton and Royston Mains - 01,1a,Cosmopolitan student neighbourhoods,S02001669,Granton and Royston Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200348 +200348,S00103969,2c2,Migrant Commuters,S01008920,Granton and Royston Mains - 01,1a,Cosmopolitan student neighbourhoods,S02001669,Granton and Royston Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200349 +200349,S00103972,2c2,Migrant Commuters,S01008928,Granton West and Salvesen - 05,4b,Constrained renters,S02001670,Granton West and Salvesen,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200350 +200350,S00103973,2c2,Migrant Commuters,S01008928,Granton West and Salvesen - 05,4b,Constrained renters,S02001670,Granton West and Salvesen,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200351 +200351,S00103974,2c2,Migrant Commuters,S01008928,Granton West and Salvesen - 05,4b,Constrained renters,S02001670,Granton West and Salvesen,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200352 +200352,S00103975,2c2,Migrant Commuters,S01008920,Granton and Royston Mains - 01,1a,Cosmopolitan student neighbourhoods,S02001669,Granton and Royston Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200353 +200353,S00103978,2c2,Migrant Commuters,S01008908,West Pilton - 05,7a,Urban cultural mix,S02001666,West Pilton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200354 +200354,S00103998,2c2,Migrant Commuters,S01008911,Boswall and Pilton - 03,1a,Cosmopolitan student neighbourhoods,S02001667,Boswall and Pilton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200355 +200355,S00104000,2c2,Migrant Commuters,S01008911,Boswall and Pilton - 03,1a,Cosmopolitan student neighbourhoods,S02001667,Boswall and Pilton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200356 +200356,S00104041,2c2,Migrant Commuters,S01008828,Trinity - 03,3c,Highly qualified professionals,S02001651,Trinity,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200357 +200357,S00104044,2c2,Migrant Commuters,S01008826,Trinity - 01,3c,Highly qualified professionals,S02001651,Trinity,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200358 +200358,S00104090,2c2,Migrant Commuters,S01008817,Bonnington - 01,1a,Cosmopolitan student neighbourhoods,S02001649,Bonnington,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200359 +200359,S00105794,2c2,Migrant Commuters,S01008490,Slateford and Chesser - 05,1a,Cosmopolitan student neighbourhoods,S02001589,Slateford and Chesser,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200360 +200360,S00105801,2c2,Migrant Commuters,S01008491,Slateford and Chesser - 06,1a,Cosmopolitan student neighbourhoods,S02001589,Slateford and Chesser,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200361 +200361,S00104340,2c2,Migrant Commuters,S01008838,Broughton North and Powderhall - 03,1a,Cosmopolitan student neighbourhoods,S02001653,Broughton North and Powderhall,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200362 +200362,S00105838,2c2,Migrant Commuters,S01008483,Longstone and Saughton - 03,4d,Hard-pressed flat dwellers,S02001588,Longstone and Saughton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200363 +200363,S00106017,2c2,Migrant Commuters,S01008732,Portobello - 05,4d,Hard-pressed flat dwellers,S02001632,Portobello,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200364 +200364,S00104341,2c2,Migrant Commuters,S01008839,Broughton North and Powderhall - 04,1a,Cosmopolitan student neighbourhoods,S02001653,Broughton North and Powderhall,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200365 +200365,S00106022,2c2,Migrant Commuters,S01008733,Portobello - 06,3d,Households in terraces and flats,S02001632,Portobello,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200366 +200366,S00104343,2c2,Migrant Commuters,S01008839,Broughton North and Powderhall - 04,1a,Cosmopolitan student neighbourhoods,S02001653,Broughton North and Powderhall,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200367 +200367,S00106023,2c2,Migrant Commuters,S01008733,Portobello - 06,3d,Households in terraces and flats,S02001632,Portobello,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200368 +200368,S00106026,2c2,Migrant Commuters,S01008733,Portobello - 06,3d,Households in terraces and flats,S02001632,Portobello,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200369 +200369,S00106027,2c2,Migrant Commuters,S01008733,Portobello - 06,3d,Households in terraces and flats,S02001632,Portobello,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200370 +200370,S00106031,2c2,Migrant Commuters,S01008730,Portobello - 03,1a,Cosmopolitan student neighbourhoods,S02001632,Portobello,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200371 +200371,S00106204,2c2,Migrant Commuters,S01008596,Prestonfield - 02,1a,Cosmopolitan student neighbourhoods,S02001610,Prestonfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200372 +200372,S00106209,2c2,Migrant Commuters,S01008595,Prestonfield - 01,1a,Cosmopolitan student neighbourhoods,S02001610,Prestonfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200373 +200373,S00106212,2c2,Migrant Commuters,S01008595,Prestonfield - 01,1a,Cosmopolitan student neighbourhoods,S02001610,Prestonfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200374 +200374,S00106213,2c2,Migrant Commuters,S01008596,Prestonfield - 02,1a,Cosmopolitan student neighbourhoods,S02001610,Prestonfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200375 +200375,S00106219,2c2,Migrant Commuters,S01008596,Prestonfield - 02,1a,Cosmopolitan student neighbourhoods,S02001610,Prestonfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200376 +200376,S00106230,2c2,Migrant Commuters,S01008601,Newington and Dalkeith Road - 03,1a,Cosmopolitan student neighbourhoods,S02001611,Newington and Dalkeith Road,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200377 +200377,S00106313,2c2,Migrant Commuters,S01008581,The Inch - 01,4d,Hard-pressed flat dwellers,S02001608,The Inch,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200378 +200378,S00106343,2c2,Migrant Commuters,S01008569,Moredun and Craigour - 01,6a,Inner city cosmopolitan,S02001605,Moredun and Craigour,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200379 +200379,S00106514,2c2,Migrant Commuters,S01008773,North Leith and Newhaven - 02,1a,Cosmopolitan student neighbourhoods,S02001641,North Leith and Newhaven,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200380 +200380,S00106516,2c2,Migrant Commuters,S01008790,Great Junction Street - 06,1a,Cosmopolitan student neighbourhoods,S02001643,Great Junction Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200381 +200381,S00106522,2c2,Migrant Commuters,S01008778,The Shore and Constitution Street - 01,1a,Cosmopolitan student neighbourhoods,S02001642,The Shore and Constitution Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200382 +200382,S00104344,2c2,Migrant Commuters,S01008838,Broughton North and Powderhall - 03,1a,Cosmopolitan student neighbourhoods,S02001653,Broughton North and Powderhall,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200383 +200383,S00104345,2c2,Migrant Commuters,S01008837,Broughton North and Powderhall - 02,1a,Cosmopolitan student neighbourhoods,S02001653,Broughton North and Powderhall,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200384 +200384,S00104353,2c2,Migrant Commuters,S01008838,Broughton North and Powderhall - 03,1a,Cosmopolitan student neighbourhoods,S02001653,Broughton North and Powderhall,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200385 +200385,S00104356,2c2,Migrant Commuters,S01008837,Broughton North and Powderhall - 02,1a,Cosmopolitan student neighbourhoods,S02001653,Broughton North and Powderhall,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200386 +200386,S00104367,2c2,Migrant Commuters,S01008836,Broughton North and Powderhall - 01,1a,Cosmopolitan student neighbourhoods,S02001653,Broughton North and Powderhall,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200387 +200387,S00104371,2c2,Migrant Commuters,S01008836,Broughton North and Powderhall - 01,1a,Cosmopolitan student neighbourhoods,S02001653,Broughton North and Powderhall,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200388 +200388,S00104386,2c2,Migrant Commuters,S01008806,Hillside and Calton Hill - 01,1a,Cosmopolitan student neighbourhoods,S02001647,Hillside and Calton Hill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200389 +200389,S00104399,2c2,Migrant Commuters,S01008686,Abbeyhill - 01,1a,Cosmopolitan student neighbourhoods,S02001624,Abbeyhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200390 +200390,S00104400,2c2,Migrant Commuters,S01008809,Hillside and Calton Hill - 04,1a,Cosmopolitan student neighbourhoods,S02001647,Hillside and Calton Hill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200391 +200391,S00104401,2c2,Migrant Commuters,S01008686,Abbeyhill - 01,1a,Cosmopolitan student neighbourhoods,S02001624,Abbeyhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200392 +200392,S00104403,2c2,Migrant Commuters,S01008686,Abbeyhill - 01,1a,Cosmopolitan student neighbourhoods,S02001624,Abbeyhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200393 +200393,S00104404,2c2,Migrant Commuters,S01008686,Abbeyhill - 01,1a,Cosmopolitan student neighbourhoods,S02001624,Abbeyhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200394 +200394,S00104406,2c2,Migrant Commuters,S01008690,Meadowbank and Abbeyhill North - 02,1a,Cosmopolitan student neighbourhoods,S02001625,Meadowbank and Abbeyhill North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200395 +200395,S00104416,2c2,Migrant Commuters,S01008689,Meadowbank and Abbeyhill North - 01,1a,Cosmopolitan student neighbourhoods,S02001625,Meadowbank and Abbeyhill North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200396 +200396,S00104417,2c2,Migrant Commuters,S01008689,Meadowbank and Abbeyhill North - 01,1a,Cosmopolitan student neighbourhoods,S02001625,Meadowbank and Abbeyhill North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200397 +200397,S00104420,2c2,Migrant Commuters,S01008689,Meadowbank and Abbeyhill North - 01,1a,Cosmopolitan student neighbourhoods,S02001625,Meadowbank and Abbeyhill North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200398 +200398,S00104422,2c2,Migrant Commuters,S01008807,Hillside and Calton Hill - 02,1a,Cosmopolitan student neighbourhoods,S02001647,Hillside and Calton Hill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200399 +200399,S00104423,2c2,Migrant Commuters,S01008807,Hillside and Calton Hill - 02,1a,Cosmopolitan student neighbourhoods,S02001647,Hillside and Calton Hill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200400 +200400,S00104120,5a2,Multi-Ethnic Professionals with Families,S01008821,Trinity East and The Dudleys - 01,3c,Highly qualified professionals,S02001650,Trinity East and The Dudleys,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200401 +200401,S00104144,5a2,Multi-Ethnic Professionals with Families,S01008842,Broughton South - 03,1a,Cosmopolitan student neighbourhoods,S02001654,Broughton South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200402 +200402,S00104615,5a2,Multi-Ethnic Professionals with Families,S01008740,Mountcastle - 02,8c,Comfortable suburbia,S02001634,Mountcastle,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200403 +200403,S00104757,5a2,Multi-Ethnic Professionals with Families,S01008613,Marchmont East and Sciennes - 03,1a,Cosmopolitan student neighbourhoods,S02001613,Marchmont East and Sciennes,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200404 +200404,S00103701,7a3,Multi-Ethnic Hardship,S01008930,Muirhouse - 02,4d,Hard-pressed flat dwellers,S02001671,Muirhouse,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200405 +200405,S00107063,2c2,Migrant Commuters,S01008785,Great Junction Street - 01,6a,Inner city cosmopolitan,S02001643,Great Junction Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200406 +200406,S00104831,5a2,Multi-Ethnic Professionals with Families,S01008599,Newington and Dalkeith Road - 01,1a,Cosmopolitan student neighbourhoods,S02001611,Newington and Dalkeith Road,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200407 +200407,S00104850,5a2,Multi-Ethnic Professionals with Families,S01008592,"Blackford, West Mains and Mayfield Road - 06",3c,Highly qualified professionals,S02001609,"Blackford, West Mains and Mayfield Road",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200408 +200408,S00104852,5a2,Multi-Ethnic Professionals with Families,S01008591,"Blackford, West Mains and Mayfield Road - 05",1a,Cosmopolitan student neighbourhoods,S02001609,"Blackford, West Mains and Mayfield Road",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200409 +200409,S00105015,5a2,Multi-Ethnic Professionals with Families,S01008542,Fairmilehead - 02,8a,Affluent communities,S02001599,Fairmilehead,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200410 +200410,S00105022,5a2,Multi-Ethnic Professionals with Families,S01008542,Fairmilehead - 02,8a,Affluent communities,S02001599,Fairmilehead,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200411 +200411,S00105024,5a2,Multi-Ethnic Professionals with Families,S01008541,Fairmilehead - 01,8c,Comfortable suburbia,S02001599,Fairmilehead,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200412 +200412,S00105420,5a2,Multi-Ethnic Professionals with Families,S01008971,Corstorphine - 02,8a,Affluent communities,S02001679,Corstorphine,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200413 +200413,S00105447,5a2,Multi-Ethnic Professionals with Families,S01008882,Murrayfield and Ravelston - 02,3c,Highly qualified professionals,S02001662,Murrayfield and Ravelston,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200414 +200414,S00105478,5a2,Multi-Ethnic Professionals with Families,S01008976,Corstorphine - 07,8a,Affluent communities,S02001679,Corstorphine,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200415 +200415,S00105520,5a2,Multi-Ethnic Professionals with Families,S01008973,Corstorphine - 04,3c,Highly qualified professionals,S02001679,Corstorphine,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200416 +200416,S00105867,5a2,Multi-Ethnic Professionals with Families,S01008435,Baberton and Juniper Green - 03,8c,Comfortable suburbia,S02001579,Baberton and Juniper Green,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200417 +200417,S00106097,5a2,Multi-Ethnic Professionals with Families,S01008717,"Jewel, Brunstane and Newcraighall - 01",3a,Achieving neighbourhoods,S02001630,"Jewel, Brunstane and Newcraighall",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200418 +200418,S00106197,5a2,Multi-Ethnic Professionals with Families,S01008593,"Blackford, West Mains and Mayfield Road - 07",3c,Highly qualified professionals,S02001609,"Blackford, West Mains and Mayfield Road",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200419 +200419,S00106199,5a2,Multi-Ethnic Professionals with Families,S01008593,"Blackford, West Mains and Mayfield Road - 07",3c,Highly qualified professionals,S02001609,"Blackford, West Mains and Mayfield Road",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200420 +200420,S00103796,6b1,Multi-Ethnic Suburbia,S01008939,Siverknowes and Davidson's Mains - 05,8a,Affluent communities,S02001672,Siverknowes and Davidson's Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200421 +200421,S00106239,5a2,Multi-Ethnic Professionals with Families,S01008551,Mortonhall and Anwickhill - 02,3c,Highly qualified professionals,S02001601,Mortonhall and Anwickhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200422 +200422,S00106240,5a2,Multi-Ethnic Professionals with Families,S01008551,Mortonhall and Anwickhill - 02,3c,Highly qualified professionals,S02001601,Mortonhall and Anwickhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200423 +200423,S00106241,5a2,Multi-Ethnic Professionals with Families,S01008551,Mortonhall and Anwickhill - 02,3c,Highly qualified professionals,S02001601,Mortonhall and Anwickhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200424 +200424,S00106245,5a2,Multi-Ethnic Professionals with Families,S01008551,Mortonhall and Anwickhill - 02,3c,Highly qualified professionals,S02001601,Mortonhall and Anwickhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200425 +200425,S00106341,5a2,Multi-Ethnic Professionals with Families,S01008568,Fernieside and Moredun South - 05,3d,Households in terraces and flats,S02001604,Fernieside and Moredun South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200426 +200426,S00106365,5a2,Multi-Ethnic Professionals with Families,S01008565,Fernieside and Moredun South - 02,4d,Hard-pressed flat dwellers,S02001604,Fernieside and Moredun South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200427 +200427,S00106440,5a2,Multi-Ethnic Professionals with Families,S01008997,"Dalmeny, Kirkliston and Newbridge - 01",2d,Rural traits,S02001684,"Dalmeny, Kirkliston and Newbridge",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200428 +200428,S00106634,5a2,Multi-Ethnic Professionals with Families,S01008719,"Jewel, Brunstane and Newcraighall - 03",3d,Households in terraces and flats,S02001630,"Jewel, Brunstane and Newcraighall",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200429 +200429,S00106842,5a2,Multi-Ethnic Professionals with Families,S01008551,Mortonhall and Anwickhill - 02,3c,Highly qualified professionals,S02001601,Mortonhall and Anwickhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200430 +200430,S00106847,5a2,Multi-Ethnic Professionals with Families,S01008721,"Jewel, Brunstane and Newcraighall - 05",8c,Comfortable suburbia,S02001630,"Jewel, Brunstane and Newcraighall",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200431 +200431,S00106946,5a2,Multi-Ethnic Professionals with Families,S01008889,"Craigleith, Orchard Brae and Crewe Toll - 04",3c,Highly qualified professionals,S02001663,"Craigleith, Orchard Brae and Crewe Toll",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200432 +200432,S00106972,5a2,Multi-Ethnic Professionals with Families,S01008925,Granton West and Salvesen - 02,7a,Urban cultural mix,S02001670,Granton West and Salvesen,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200433 +200433,S00107402,5a2,Multi-Ethnic Professionals with Families,S01008991,South Gyle - 05,3a,Achieving neighbourhoods,S02001682,South Gyle,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200434 +200434,S00107405,5a2,Multi-Ethnic Professionals with Families,S01008991,South Gyle - 05,3a,Achieving neighbourhoods,S02001682,South Gyle,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200435 +200435,S00107409,5a2,Multi-Ethnic Professionals with Families,S01008991,South Gyle - 05,3a,Achieving neighbourhoods,S02001682,South Gyle,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200436 +200436,S00107419,5a2,Multi-Ethnic Professionals with Families,S01008445,Colinton and Kingsknowe - 02,3c,Highly qualified professionals,S02001581,Colinton and Kingsknowe,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200437 +200437,S00107463,5a2,Multi-Ethnic Professionals with Families,S01008723,Joppa - 02,3c,Highly qualified professionals,S02001631,Joppa,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200438 +200438,S00107479,5a2,Multi-Ethnic Professionals with Families,S01008719,"Jewel, Brunstane and Newcraighall - 03",3d,Households in terraces and flats,S02001630,"Jewel, Brunstane and Newcraighall",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200439 +200439,S00107482,5a2,Multi-Ethnic Professionals with Families,S01008719,"Jewel, Brunstane and Newcraighall - 03",3d,Households in terraces and flats,S02001630,"Jewel, Brunstane and Newcraighall",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200440 +200440,S00107483,5a2,Multi-Ethnic Professionals with Families,S01008717,"Jewel, Brunstane and Newcraighall - 01",3a,Achieving neighbourhoods,S02001630,"Jewel, Brunstane and Newcraighall",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200441 +200441,S00107522,5a2,Multi-Ethnic Professionals with Families,S01008574,Liberton East - 02,3b,Asian traits,S02001606,Liberton East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200442 +200442,S00107536,5a2,Multi-Ethnic Professionals with Families,S01008568,Fernieside and Moredun South - 05,3d,Households in terraces and flats,S02001604,Fernieside and Moredun South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200443 +200443,S00107544,5a2,Multi-Ethnic Professionals with Families,S01008547,Gilmerton South and the Murrays - 01,3b,Asian traits,S02001600,Gilmerton South and the Murrays,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200444 +200444,S00107546,5a2,Multi-Ethnic Professionals with Families,S01008547,Gilmerton South and the Murrays - 01,3b,Asian traits,S02001600,Gilmerton South and the Murrays,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200445 +200445,S00107603,5a2,Multi-Ethnic Professionals with Families,S01008960,East Craigs South - 01,3a,Achieving neighbourhoods,S02001677,East Craigs South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200446 +200446,S00107605,5a2,Multi-Ethnic Professionals with Families,S01008960,East Craigs South - 01,3a,Achieving neighbourhoods,S02001677,East Craigs South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200447 +200447,S00103629,6b1,Multi-Ethnic Suburbia,S01008890,"Craigleith, Orchard Brae and Crewe Toll - 05",8a,Affluent communities,S02001663,"Craigleith, Orchard Brae and Crewe Toll",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200448 +200448,S00103631,6b1,Multi-Ethnic Suburbia,S01008891,"Craigleith, Orchard Brae and Crewe Toll - 06",8a,Affluent communities,S02001663,"Craigleith, Orchard Brae and Crewe Toll",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200449 +200449,S00103643,6b1,Multi-Ethnic Suburbia,S01008887,"Craigleith, Orchard Brae and Crewe Toll - 02",3c,Highly qualified professionals,S02001663,"Craigleith, Orchard Brae and Crewe Toll",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200450 +200450,S00106976,2c1,Migrant Families,S01008937,Siverknowes and Davidson's Mains - 03,3c,Highly qualified professionals,S02001672,Siverknowes and Davidson's Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200451 +200451,S00103772,6b1,Multi-Ethnic Suburbia,S01008937,Siverknowes and Davidson's Mains - 03,3c,Highly qualified professionals,S02001672,Siverknowes and Davidson's Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200452 +200452,S00103780,6b1,Multi-Ethnic Suburbia,S01008935,Siverknowes and Davidson's Mains - 01,3a,Achieving neighbourhoods,S02001672,Siverknowes and Davidson's Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200453 +200453,S00103794,6b1,Multi-Ethnic Suburbia,S01008935,Siverknowes and Davidson's Mains - 01,3a,Achieving neighbourhoods,S02001672,Siverknowes and Davidson's Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200454 +200454,S00107446,2c2,Migrant Commuters,S01008485,Longstone and Saughton - 05,3d,Households in terraces and flats,S02001588,Longstone and Saughton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200455 +200455,S00106720,7c3,Outer City Hardship,S01008917,Granton South and Wardieburn - 02,4d,Hard-pressed flat dwellers,S02001668,Granton South and Wardieburn,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200456 +200456,S00105726,6b4,Older Workers and Retirement,S01008440,Bonaly and The Pentlands - 03,8a,Affluent communities,S02001580,Bonaly and The Pentlands,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200457 +200457,S00107513,2c2,Migrant Commuters,S01008595,Prestonfield - 01,1a,Cosmopolitan student neighbourhoods,S02001610,Prestonfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200458 +200458,S00107514,2c2,Migrant Commuters,S01008596,Prestonfield - 02,1a,Cosmopolitan student neighbourhoods,S02001610,Prestonfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200459 +200459,S00107517,2c2,Migrant Commuters,S01008603,Newington and Dalkeith Road - 05,1a,Cosmopolitan student neighbourhoods,S02001611,Newington and Dalkeith Road,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200460 +200460,S00107586,2c2,Migrant Commuters,S01008820,Bonnington - 04,1a,Cosmopolitan student neighbourhoods,S02001649,Bonnington,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200461 +200461,S00107588,2c2,Migrant Commuters,S01008820,Bonnington - 04,1a,Cosmopolitan student neighbourhoods,S02001649,Bonnington,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200462 +200462,S00107589,2c2,Migrant Commuters,S01008820,Bonnington - 04,1a,Cosmopolitan student neighbourhoods,S02001649,Bonnington,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200463 +200463,S00107590,2c2,Migrant Commuters,S01008820,Bonnington - 04,1a,Cosmopolitan student neighbourhoods,S02001649,Bonnington,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200464 +200464,S00103401,2c1,Migrant Families,S01008833,"Inverleith, Goldenacre and Warriston - 02",3c,Highly qualified professionals,S02001652,"Inverleith, Goldenacre and Warriston",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200465 +200465,S00103549,2c1,Migrant Families,S01008862,Stockbridge - 06,1a,Cosmopolitan student neighbourhoods,S02001658,Stockbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200466 +200466,S00103611,2c1,Migrant Families,S01008902,Drylaw - 04,4d,Hard-pressed flat dwellers,S02001665,Drylaw,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200467 +200467,S00103694,2c1,Migrant Families,S01008932,Muirhouse - 04,7a,Urban cultural mix,S02001671,Muirhouse,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200468 +200468,S00103778,2c1,Migrant Families,S01008935,Siverknowes and Davidson's Mains - 01,3a,Achieving neighbourhoods,S02001672,Siverknowes and Davidson's Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200469 +200469,S00103963,2c1,Migrant Families,S01008920,Granton and Royston Mains - 01,1a,Cosmopolitan student neighbourhoods,S02001669,Granton and Royston Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200470 +200470,S00103967,2c1,Migrant Families,S01008920,Granton and Royston Mains - 01,1a,Cosmopolitan student neighbourhoods,S02001669,Granton and Royston Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200471 +200471,S00103970,2c1,Migrant Families,S01008920,Granton and Royston Mains - 01,1a,Cosmopolitan student neighbourhoods,S02001669,Granton and Royston Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200472 +200472,S00103996,2c1,Migrant Families,S01008911,Boswall and Pilton - 03,1a,Cosmopolitan student neighbourhoods,S02001667,Boswall and Pilton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200473 +200473,S00104003,2c1,Migrant Families,S01008911,Boswall and Pilton - 03,1a,Cosmopolitan student neighbourhoods,S02001667,Boswall and Pilton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200474 +200474,S00104113,2c1,Migrant Families,S01008773,North Leith and Newhaven - 02,1a,Cosmopolitan student neighbourhoods,S02001641,North Leith and Newhaven,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200475 +200475,S00104134,2c1,Migrant Families,S01008774,North Leith and Newhaven - 03,1a,Cosmopolitan student neighbourhoods,S02001641,North Leith and Newhaven,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200476 +200476,S00104141,2c1,Migrant Families,S01008776,North Leith and Newhaven - 05,1a,Cosmopolitan student neighbourhoods,S02001641,North Leith and Newhaven,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200477 +200477,S00104180,2c1,Migrant Families,S01008819,Bonnington - 03,3c,Highly qualified professionals,S02001649,Bonnington,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200478 +200478,S00104185,2c1,Migrant Families,S01008778,The Shore and Constitution Street - 01,1a,Cosmopolitan student neighbourhoods,S02001642,The Shore and Constitution Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200479 +200479,S00104217,2c1,Migrant Families,S01008768,Western Harbour and Leith Docks - 01,3c,Highly qualified professionals,S02001640,Western Harbour and Leith Docks,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200480 +200480,S00104274,2c1,Migrant Families,S01008794,South Leith - 03,1a,Cosmopolitan student neighbourhoods,S02001644,South Leith,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200481 +200481,S00104301,2c1,Migrant Families,S01008763,Leith (Hermitage and Prospect Bank) - 02,3d,Households in terraces and flats,S02001639,Leith (Hermitage and Prospect Bank),S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200482 +200482,S00104320,2c1,Migrant Families,S01008813,Pilrig - 01,1a,Cosmopolitan student neighbourhoods,S02001648,Pilrig,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200483 +200483,S00104487,2c1,Migrant Families,S01008754,Restalrig (Loganlea) and Craigentinny West - 04,1a,Cosmopolitan student neighbourhoods,S02001637,Restalrig (Loganlea) and Craigentinny West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200484 +200484,S00103704,7a3,Multi-Ethnic Hardship,S01008934,Muirhouse - 06,7a,Urban cultural mix,S02001671,Muirhouse,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200485 +200485,S00104581,2c1,Migrant Families,S01008694,Willowbrae and Duddingston Village - 01,1a,Cosmopolitan student neighbourhoods,S02001626,Willowbrae and Duddingston Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200486 +200486,S00104658,2c1,Migrant Families,S01008688,Abbeyhill - 03,1a,Cosmopolitan student neighbourhoods,S02001624,Abbeyhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200487 +200487,S00104661,2c1,Migrant Families,S01008688,Abbeyhill - 03,1a,Cosmopolitan student neighbourhoods,S02001624,Abbeyhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200488 +200488,S00104855,2c1,Migrant Families,S01008591,"Blackford, West Mains and Mayfield Road - 05",1a,Cosmopolitan student neighbourhoods,S02001609,"Blackford, West Mains and Mayfield Road",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200489 +200489,S00104880,2c1,Migrant Families,S01008629,Morningside - 06,1a,Cosmopolitan student neighbourhoods,S02001615,Morningside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200490 +200490,S00105173,2c1,Migrant Families,S01008493,Gorgie West - 02,1a,Cosmopolitan student neighbourhoods,S02001590,Gorgie West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200491 +200491,S00105350,2c1,Migrant Families,S01008465,Parkhead and Sighthill - 02,4d,Hard-pressed flat dwellers,S02001585,Parkhead and Sighthill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200492 +200492,S00105361,2c1,Migrant Families,S01008464,Parkhead and Sighthill - 01,4d,Hard-pressed flat dwellers,S02001585,Parkhead and Sighthill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200493 +200493,S00105457,2c1,Migrant Families,S01008982,Corstorphine South - 02,4d,Hard-pressed flat dwellers,S02001681,Corstorphine South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200494 +200494,S00105506,2c1,Migrant Families,S01008980,Carrick Knowe - 04,3d,Households in terraces and flats,S02001680,Carrick Knowe,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200495 +200495,S00105517,2c1,Migrant Families,S01008979,Carrick Knowe - 03,3d,Households in terraces and flats,S02001680,Carrick Knowe,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200496 +200496,S00105614,2c1,Migrant Families,S01008990,South Gyle - 04,3a,Achieving neighbourhoods,S02001682,South Gyle,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200497 +200497,S00105616,2c1,Migrant Families,S01008989,South Gyle - 03,3d,Households in terraces and flats,S02001682,South Gyle,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200498 +200498,S00105624,2c1,Migrant Families,S01008983,Corstorphine South - 03,1a,Cosmopolitan student neighbourhoods,S02001681,Corstorphine South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200499 +200499,S00105770,2c1,Migrant Families,S01008487,Slateford and Chesser - 02,1a,Cosmopolitan student neighbourhoods,S02001589,Slateford and Chesser,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200500 +200500,S00105775,2c1,Migrant Families,S01008488,Slateford and Chesser - 03,1a,Cosmopolitan student neighbourhoods,S02001589,Slateford and Chesser,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200501 +200501,S00103912,6b1,Multi-Ethnic Suburbia,S01008955,East Craigs North - 01,3a,Achieving neighbourhoods,S02001676,East Craigs North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200502 +200502,S00107064,2c2,Migrant Commuters,S01008784,The Shore and Constitution Street - 07,1a,Cosmopolitan student neighbourhoods,S02001642,The Shore and Constitution Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200503 +200503,S00106779,7c3,Outer City Hardship,S01008759,Restalrig and Lochend - 04,4d,Hard-pressed flat dwellers,S02001638,Restalrig and Lochend,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200504 +200504,S00105759,6b4,Older Workers and Retirement,S01008510,Craiglockhart - 03,3a,Achieving neighbourhoods,S02001593,Craiglockhart,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200505 +200505,S00106033,2c1,Migrant Families,S01008730,Portobello - 03,1a,Cosmopolitan student neighbourhoods,S02001632,Portobello,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200506 +200506,S00106035,2c1,Migrant Families,S01008730,Portobello - 03,1a,Cosmopolitan student neighbourhoods,S02001632,Portobello,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200507 +200507,S00106192,2c1,Migrant Families,S01008587,"Blackford, West Mains and Mayfield Road - 01",3c,Highly qualified professionals,S02001609,"Blackford, West Mains and Mayfield Road",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200508 +200508,S00106519,2c1,Migrant Families,S01008817,Bonnington - 01,1a,Cosmopolitan student neighbourhoods,S02001649,Bonnington,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200509 +200509,S00106591,2c1,Migrant Families,S01008466,Parkhead and Sighthill - 03,4d,Hard-pressed flat dwellers,S02001585,Parkhead and Sighthill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200510 +200510,S00106664,2c1,Migrant Families,S01008576,Liberton East - 04,3c,Highly qualified professionals,S02001606,Liberton East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200511 +200511,S00106998,2c1,Migrant Families,S01008773,North Leith and Newhaven - 02,1a,Cosmopolitan student neighbourhoods,S02001641,North Leith and Newhaven,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200512 +200512,S00103718,7a3,Multi-Ethnic Hardship,S01008931,Muirhouse - 03,4d,Hard-pressed flat dwellers,S02001671,Muirhouse,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200513 +200513,S00107066,2c2,Migrant Commuters,S01008788,Great Junction Street - 04,1a,Cosmopolitan student neighbourhoods,S02001643,Great Junction Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200514 +200514,S00107006,2c1,Migrant Families,S01008774,North Leith and Newhaven - 03,1a,Cosmopolitan student neighbourhoods,S02001641,North Leith and Newhaven,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200515 +200515,S00104135,7a3,Multi-Ethnic Hardship,S01008774,North Leith and Newhaven - 03,1a,Cosmopolitan student neighbourhoods,S02001641,North Leith and Newhaven,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200516 +200516,S00107078,2c2,Migrant Commuters,S01008782,The Shore and Constitution Street - 05,1a,Cosmopolitan student neighbourhoods,S02001642,The Shore and Constitution Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200517 +200517,S00105866,6b4,Older Workers and Retirement,S01008435,Baberton and Juniper Green - 03,8c,Comfortable suburbia,S02001579,Baberton and Juniper Green,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200518 +200518,S00107563,7c3,Outer City Hardship,S01008994,"Ratho, Ingliston and Gogar - 02",5c,Comfortable neighbourhoods,S02001683,"Ratho, Ingliston and Gogar",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200519 +200519,S00107011,2c1,Migrant Families,S01008791,Great Junction Street - 07,1a,Cosmopolitan student neighbourhoods,S02001643,Great Junction Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200520 +200520,S00104235,7a3,Multi-Ethnic Hardship,S01008803,Leith (Albert Street) - 02,1a,Cosmopolitan student neighbourhoods,S02001646,Leith (Albert Street),S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200521 +200521,S00105013,6b1,Multi-Ethnic Suburbia,S01008543,Fairmilehead - 03,8c,Comfortable suburbia,S02001599,Fairmilehead,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200522 +200522,S00107080,2c2,Migrant Commuters,S01008780,The Shore and Constitution Street - 03,1a,Cosmopolitan student neighbourhoods,S02001642,The Shore and Constitution Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200523 +200523,S00105869,6b4,Older Workers and Retirement,S01008434,Baberton and Juniper Green - 02,8c,Comfortable suburbia,S02001579,Baberton and Juniper Green,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200524 +200524,S00106421,4b2,Pakistani Communities,S01008560,Hyvots and Gilmerton - 02,4c,Hampered neighbourhoods,S02001603,Hyvots and Gilmerton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200525 +200525,S00107018,2c1,Migrant Families,S01008815,Pilrig - 03,1a,Cosmopolitan student neighbourhoods,S02001648,Pilrig,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200526 +200526,S00104530,7a3,Multi-Ethnic Hardship,S01008758,Restalrig and Lochend - 03,4d,Hard-pressed flat dwellers,S02001638,Restalrig and Lochend,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200527 +200527,S00105017,6b1,Multi-Ethnic Suburbia,S01008543,Fairmilehead - 03,8c,Comfortable suburbia,S02001599,Fairmilehead,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200528 +200528,S00105251,7a3,Multi-Ethnic Hardship,S01008470,Broomhouse and Bankhead - 03,7a,Urban cultural mix,S02001586,Broomhouse and Bankhead,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200529 +200529,S00107082,2c2,Migrant Commuters,S01008780,The Shore and Constitution Street - 03,1a,Cosmopolitan student neighbourhoods,S02001642,The Shore and Constitution Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200530 +200530,S00106640,4b2,Pakistani Communities,S01008703,Craigmillar - 03,7a,Urban cultural mix,S02001627,Craigmillar,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200531 +200531,S00105872,6b4,Older Workers and Retirement,S01008433,Baberton and Juniper Green - 01,8c,Comfortable suburbia,S02001579,Baberton and Juniper Green,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200532 +200532,S00105025,6b1,Multi-Ethnic Suburbia,S01008541,Fairmilehead - 01,8c,Comfortable suburbia,S02001599,Fairmilehead,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200533 +200533,S00107101,2c1,Migrant Families,S01008765,Leith (Hermitage and Prospect Bank) - 04,3c,Highly qualified professionals,S02001639,Leith (Hermitage and Prospect Bank),S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200534 +200534,S00105254,7a3,Multi-Ethnic Hardship,S01008471,Broomhouse and Bankhead - 04,4d,Hard-pressed flat dwellers,S02001586,Broomhouse and Bankhead,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200535 +200535,S00107089,2c2,Migrant Commuters,S01008794,South Leith - 03,1a,Cosmopolitan student neighbourhoods,S02001644,South Leith,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200536 +200536,S00105271,7a3,Multi-Ethnic Hardship,S01008473,Stenhouse and Saughton Mains - 01,4d,Hard-pressed flat dwellers,S02001587,Stenhouse and Saughton Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200537 +200537,S00107134,2c1,Migrant Families,S01008841,Broughton South - 02,1a,Cosmopolitan student neighbourhoods,S02001654,Broughton South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200538 +200538,S00105032,6b1,Multi-Ethnic Suburbia,S01008540,Comiston and Swanston - 08,8a,Affluent communities,S02001598,Comiston and Swanston,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200539 +200539,S00107090,2c2,Migrant Commuters,S01008795,South Leith - 04,1a,Cosmopolitan student neighbourhoods,S02001644,South Leith,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200540 +200540,S00105876,6b4,Older Workers and Retirement,S01008433,Baberton and Juniper Green - 01,8c,Comfortable suburbia,S02001579,Baberton and Juniper Green,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200541 +200541,S00107528,4b2,Pakistani Communities,S01008557,"Gracemount, Southhouse and Burdiehouse - 05",7a,Urban cultural mix,S02001602,"Gracemount, Southhouse and Burdiehouse",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200542 +200542,S00105294,7a3,Multi-Ethnic Hardship,S01008479,Stenhouse and Saughton Mains - 07,4d,Hard-pressed flat dwellers,S02001587,Stenhouse and Saughton Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200543 +200543,S00107393,2c1,Migrant Families,S01008980,Carrick Knowe - 04,3d,Households in terraces and flats,S02001680,Carrick Knowe,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200544 +200544,S00105476,6b1,Multi-Ethnic Suburbia,S01008977,Carrick Knowe - 01,8a,Affluent communities,S02001680,Carrick Knowe,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200545 +200545,S00107094,2c2,Migrant Commuters,S01008796,South Leith - 05,1a,Cosmopolitan student neighbourhoods,S02001644,South Leith,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200546 +200546,S00105906,6b4,Older Workers and Retirement,S01008428,Currie West - 04,5c,Comfortable neighbourhoods,S02001577,Currie West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200547 +200547,S00103590,4a1,Private Renting Young Families,S01008900,Drylaw - 02,4d,Hard-pressed flat dwellers,S02001665,Drylaw,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200548 +200548,S00105563,7a3,Multi-Ethnic Hardship,S01008957,East Craigs North - 03,3d,Households in terraces and flats,S02001676,East Craigs North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200549 +200549,S00105665,7a3,Multi-Ethnic Hardship,S01008525,Colinton Mains and Firrhill - 02,4d,Hard-pressed flat dwellers,S02001596,Colinton Mains and Firrhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200550 +200550,S00105804,7a3,Multi-Ethnic Hardship,S01008454,The Calders - 01,4d,Hard-pressed flat dwellers,S02001583,The Calders,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200551 +200551,S00105806,7a3,Multi-Ethnic Hardship,S01008459,Murrayburn and Wester Hailes North - 01,4d,Hard-pressed flat dwellers,S02001584,Murrayburn and Wester Hailes North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200552 +200552,S00105820,7a3,Multi-Ethnic Hardship,S01008461,Murrayburn and Wester Hailes North - 03,4d,Hard-pressed flat dwellers,S02001584,Murrayburn and Wester Hailes North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200553 +200553,S00105896,7a3,Multi-Ethnic Hardship,S01008451,Clovenstone and Wester Hailes - 03,7a,Urban cultural mix,S02001582,Clovenstone and Wester Hailes,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200554 +200554,S00106086,7a3,Multi-Ethnic Hardship,S01008711,Niddrie - 06,4d,Hard-pressed flat dwellers,S02001628,Niddrie,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200555 +200555,S00106088,7a3,Multi-Ethnic Hardship,S01008711,Niddrie - 06,4d,Hard-pressed flat dwellers,S02001628,Niddrie,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200556 +200556,S00106105,7a3,Multi-Ethnic Hardship,S01008712,"Bingham, Magdalene and The Christians - 01",4d,Hard-pressed flat dwellers,S02001629,"Bingham, Magdalene and The Christians",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200557 +200557,S00106150,7a3,Multi-Ethnic Hardship,S01008703,Craigmillar - 03,7a,Urban cultural mix,S02001627,Craigmillar,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200558 +200558,S00106155,7a3,Multi-Ethnic Hardship,S01008704,Craigmillar - 04,7a,Urban cultural mix,S02001627,Craigmillar,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200559 +200559,S00106156,7a3,Multi-Ethnic Hardship,S01008704,Craigmillar - 04,7a,Urban cultural mix,S02001627,Craigmillar,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200560 +200560,S00106162,7a3,Multi-Ethnic Hardship,S01008709,Niddrie - 04,4d,Hard-pressed flat dwellers,S02001628,Niddrie,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200561 +200561,S00106163,7a3,Multi-Ethnic Hardship,S01008710,Niddrie - 05,7a,Urban cultural mix,S02001628,Niddrie,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200562 +200562,S00106168,7a3,Multi-Ethnic Hardship,S01008701,Craigmillar - 01,4d,Hard-pressed flat dwellers,S02001627,Craigmillar,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200563 +200563,S00106169,7a3,Multi-Ethnic Hardship,S01008701,Craigmillar - 01,4d,Hard-pressed flat dwellers,S02001627,Craigmillar,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200564 +200564,S00106397,7a3,Multi-Ethnic Hardship,S01008555,"Gracemount, Southhouse and Burdiehouse - 03",4d,Hard-pressed flat dwellers,S02001602,"Gracemount, Southhouse and Burdiehouse",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200565 +200565,S00106417,7a3,Multi-Ethnic Hardship,S01008562,Hyvots and Gilmerton - 04,4d,Hard-pressed flat dwellers,S02001603,Hyvots and Gilmerton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200566 +200566,S00106419,7a3,Multi-Ethnic Hardship,S01008563,Hyvots and Gilmerton - 05,4d,Hard-pressed flat dwellers,S02001603,Hyvots and Gilmerton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200567 +200567,S00106643,7a3,Multi-Ethnic Hardship,S01008705,Craigmillar - 05,7a,Urban cultural mix,S02001627,Craigmillar,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200568 +200568,S00106657,7a3,Multi-Ethnic Hardship,S01008557,"Gracemount, Southhouse and Burdiehouse - 05",7a,Urban cultural mix,S02001602,"Gracemount, Southhouse and Burdiehouse",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200569 +200569,S00106671,7a3,Multi-Ethnic Hardship,S01008547,Gilmerton South and the Murrays - 01,3b,Asian traits,S02001600,Gilmerton South and the Murrays,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200570 +200570,S00106696,7a3,Multi-Ethnic Hardship,S01008930,Muirhouse - 02,4d,Hard-pressed flat dwellers,S02001671,Muirhouse,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200571 +200571,S00107008,7a3,Multi-Ethnic Hardship,S01008776,North Leith and Newhaven - 05,1a,Cosmopolitan student neighbourhoods,S02001641,North Leith and Newhaven,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200572 +200572,S00107440,7a3,Multi-Ethnic Hardship,S01008454,The Calders - 01,4d,Hard-pressed flat dwellers,S02001583,The Calders,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200573 +200573,S00107441,7a3,Multi-Ethnic Hardship,S01008454,The Calders - 01,4d,Hard-pressed flat dwellers,S02001583,The Calders,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200574 +200574,S00107497,7a3,Multi-Ethnic Hardship,S01008707,Niddrie - 02,4d,Hard-pressed flat dwellers,S02001628,Niddrie,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200575 +200575,S00107610,7a3,Multi-Ethnic Hardship,S01008462,Murrayburn and Wester Hailes North - 04,4d,Hard-pressed flat dwellers,S02001584,Murrayburn and Wester Hailes North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200576 +200576,S00107611,7a3,Multi-Ethnic Hardship,S01008462,Murrayburn and Wester Hailes North - 04,4d,Hard-pressed flat dwellers,S02001584,Murrayburn and Wester Hailes North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200577 +200577,S00104785,3b3,Multi-Ethnic Professional Service Workers,S01008600,Newington and Dalkeith Road - 02,1a,Cosmopolitan student neighbourhoods,S02001611,Newington and Dalkeith Road,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200578 +200578,S00105837,3b3,Multi-Ethnic Professional Service Workers,S01008483,Longstone and Saughton - 03,4d,Hard-pressed flat dwellers,S02001588,Longstone and Saughton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200579 +200579,S00107226,3b3,Multi-Ethnic Professional Service Workers,S01008682,"Canongate, Southside and Dumbiedykes - 03",1a,Cosmopolitan student neighbourhoods,S02001623,"Canongate, Southside and Dumbiedykes",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200580 +200580,S00103575,5a2,Multi-Ethnic Professionals with Families,S01008893,Blackhall - 02,8a,Affluent communities,S02001664,Blackhall,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200581 +200581,S00103588,5a2,Multi-Ethnic Professionals with Families,S01008900,Drylaw - 02,4d,Hard-pressed flat dwellers,S02001665,Drylaw,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200582 +200582,S00103593,5a2,Multi-Ethnic Professionals with Families,S01008901,Drylaw - 03,4d,Hard-pressed flat dwellers,S02001665,Drylaw,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200583 +200583,S00103703,5a2,Multi-Ethnic Professionals with Families,S01008934,Muirhouse - 06,7a,Urban cultural mix,S02001671,Muirhouse,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200584 +200584,S00103889,5a2,Multi-Ethnic Professionals with Families,S01008950,Clermiston and Drumbrae - 03,4c,Hampered neighbourhoods,S02001675,Clermiston and Drumbrae,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200585 +200585,S00103908,5a2,Multi-Ethnic Professionals with Families,S01008946,"Barnton, Cammo and Cramond South - 03",8a,Affluent communities,S02001674,"Barnton, Cammo and Cramond South",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200586 +200586,S00104047,5a2,Multi-Ethnic Professionals with Families,S01008827,Trinity - 02,3c,Highly qualified professionals,S02001651,Trinity,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200587 +200587,S00104116,5a2,Multi-Ethnic Professionals with Families,S01008822,Trinity East and The Dudleys - 02,3c,Highly qualified professionals,S02001650,Trinity East and The Dudleys,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200588 +200588,S00107099,2c2,Migrant Commuters,S01008794,South Leith - 03,1a,Cosmopolitan student neighbourhoods,S02001644,South Leith,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200589 +200589,S00107400,2c1,Migrant Families,S01008989,South Gyle - 03,3d,Households in terraces and flats,S02001682,South Gyle,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200590 +200590,S00105498,6b1,Multi-Ethnic Suburbia,S01008987,South Gyle - 01,8b,Ageing suburbanites,S02001682,South Gyle,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200591 +200591,S00104538,4a1,Private Renting Young Families,S01008758,Restalrig and Lochend - 03,4d,Hard-pressed flat dwellers,S02001638,Restalrig and Lochend,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200592 +200592,S00105917,6b4,Older Workers and Retirement,S01008427,Currie West - 03,8c,Comfortable suburbia,S02001577,Currie West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200593 +200593,S00107108,2c2,Migrant Commuters,S01008845,New Town East and Gayfield - 01,1a,Cosmopolitan student neighbourhoods,S02001655,New Town East and Gayfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200594 +200594,S00107487,2c1,Migrant Families,S01008705,Craigmillar - 05,7a,Urban cultural mix,S02001627,Craigmillar,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200595 +200595,S00105539,6b1,Multi-Ethnic Suburbia,S01008964,East Craigs South - 05,8a,Affluent communities,S02001677,East Craigs South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200596 +200596,S00105928,6b4,Older Workers and Retirement,S01008425,Currie West - 01,3b,Asian traits,S02001577,Currie West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200597 +200597,S00105991,4a1,Private Renting Young Families,S01008421,Balerno and Bonnington Village - 05,5c,Comfortable neighbourhoods,S02001576,Balerno and Bonnington Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200598 +200598,S00107126,2c2,Migrant Commuters,S01008841,Broughton South - 02,1a,Cosmopolitan student neighbourhoods,S02001654,Broughton South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200599 +200599,S00107591,2c1,Migrant Families,S01008820,Bonnington - 04,1a,Cosmopolitan student neighbourhoods,S02001649,Bonnington,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200600 +200600,S00105550,6b1,Multi-Ethnic Suburbia,S01008962,East Craigs South - 03,8a,Affluent communities,S02001677,East Craigs South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200601 +200601,S00105581,6b1,Multi-Ethnic Suburbia,S01008967,Corstorphine North - 01,8a,Affluent communities,S02001678,Corstorphine North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200602 +200602,S00105605,6b1,Multi-Ethnic Suburbia,S01008968,Corstorphine North - 02,8c,Comfortable suburbia,S02001678,Corstorphine North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200603 +200603,S00105711,6b1,Multi-Ethnic Suburbia,S01008444,Colinton and Kingsknowe - 01,3a,Achieving neighbourhoods,S02001581,Colinton and Kingsknowe,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200604 +200604,S00105877,6b1,Multi-Ethnic Suburbia,S01008434,Baberton and Juniper Green - 02,8c,Comfortable suburbia,S02001579,Baberton and Juniper Green,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200605 +200605,S00105927,6b1,Multi-Ethnic Suburbia,S01008425,Currie West - 01,3b,Asian traits,S02001577,Currie West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200606 +200606,S00106246,6b1,Multi-Ethnic Suburbia,S01008550,Mortonhall and Anwickhill - 01,3b,Asian traits,S02001601,Mortonhall and Anwickhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200607 +200607,S00106322,6b1,Multi-Ethnic Suburbia,S01008571,Moredun and Craigour - 03,4c,Hampered neighbourhoods,S02001605,Moredun and Craigour,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200608 +200608,S00106597,6b1,Multi-Ethnic Suburbia,S01008987,South Gyle - 01,8b,Ageing suburbanites,S02001682,South Gyle,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200609 +200609,S00106672,6b1,Multi-Ethnic Suburbia,S01008549,Gilmerton South and the Murrays - 03,3a,Achieving neighbourhoods,S02001600,Gilmerton South and the Murrays,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200610 +200610,S00106841,6b1,Multi-Ethnic Suburbia,S01008427,Currie West - 03,8c,Comfortable suburbia,S02001577,Currie West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200611 +200611,S00107523,6b1,Multi-Ethnic Suburbia,S01008574,Liberton East - 02,3b,Asian traits,S02001606,Liberton East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200612 +200612,S00107526,6b1,Multi-Ethnic Suburbia,S01008574,Liberton East - 02,3b,Asian traits,S02001606,Liberton East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200613 +200613,S00107568,6b1,Multi-Ethnic Suburbia,S01009000,"Dalmeny, Kirkliston and Newbridge - 04",8c,Comfortable suburbia,S02001684,"Dalmeny, Kirkliston and Newbridge",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200614 +200614,S00103708,3d1,New EU Tech Workers,S01008934,Muirhouse - 06,7a,Urban cultural mix,S02001671,Muirhouse,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200615 +200615,S00106030,3d1,New EU Tech Workers,S01008732,Portobello - 05,4d,Hard-pressed flat dwellers,S02001632,Portobello,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200616 +200616,S00103636,6b4,Older Workers and Retirement,S01008885,Murrayfield and Ravelston - 05,8a,Affluent communities,S02001662,Murrayfield and Ravelston,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200617 +200617,S00103639,6b4,Older Workers and Retirement,S01008887,"Craigleith, Orchard Brae and Crewe Toll - 02",3c,Highly qualified professionals,S02001663,"Craigleith, Orchard Brae and Crewe Toll",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200618 +200618,S00103787,6b4,Older Workers and Retirement,S01008938,Siverknowes and Davidson's Mains - 04,8a,Affluent communities,S02001672,Siverknowes and Davidson's Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200619 +200619,S00103792,6b4,Older Workers and Retirement,S01008939,Siverknowes and Davidson's Mains - 05,8a,Affluent communities,S02001672,Siverknowes and Davidson's Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200620 +200620,S00103795,6b4,Older Workers and Retirement,S01008939,Siverknowes and Davidson's Mains - 05,8a,Affluent communities,S02001672,Siverknowes and Davidson's Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200621 +200621,S00103917,6b4,Older Workers and Retirement,S01008957,East Craigs North - 03,3d,Households in terraces and flats,S02001676,East Craigs North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200622 +200622,S00104037,6b4,Older Workers and Retirement,S01008828,Trinity - 03,3c,Highly qualified professionals,S02001651,Trinity,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200623 +200623,S00104284,6b4,Older Workers and Retirement,S01008762,Leith (Hermitage and Prospect Bank) - 01,4a,Challenged white communities,S02001639,Leith (Hermitage and Prospect Bank),S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200624 +200624,S00104503,6b4,Older Workers and Retirement,S01008750,Craigentinny - 04,8a,Affluent communities,S02001636,Craigentinny,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200625 +200625,S00104505,6b4,Older Workers and Retirement,S01008750,Craigentinny - 04,8a,Affluent communities,S02001636,Craigentinny,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200626 +200626,S00104506,6b4,Older Workers and Retirement,S01008750,Craigentinny - 04,8a,Affluent communities,S02001636,Craigentinny,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200627 +200627,S00104510,6b4,Older Workers and Retirement,S01008748,Craigentinny - 02,8a,Affluent communities,S02001636,Craigentinny,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200628 +200628,S00104511,6b4,Older Workers and Retirement,S01008748,Craigentinny - 02,8a,Affluent communities,S02001636,Craigentinny,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200629 +200629,S00104519,6b4,Older Workers and Retirement,S01008747,Craigentinny - 01,3a,Achieving neighbourhoods,S02001636,Craigentinny,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200630 +200630,S00104566,6b4,Older Workers and Retirement,S01008697,Willowbrae and Duddingston Village - 04,3c,Highly qualified professionals,S02001626,Willowbrae and Duddingston Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200631 +200631,S00104567,6b4,Older Workers and Retirement,S01008698,Willowbrae and Duddingston Village - 05,8c,Comfortable suburbia,S02001626,Willowbrae and Duddingston Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200632 +200632,S00104570,6b4,Older Workers and Retirement,S01008697,Willowbrae and Duddingston Village - 04,3c,Highly qualified professionals,S02001626,Willowbrae and Duddingston Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200633 +200633,S00104609,6b4,Older Workers and Retirement,S01008741,Mountcastle - 03,5c,Comfortable neighbourhoods,S02001634,Mountcastle,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200634 +200634,S00104613,6b4,Older Workers and Retirement,S01008741,Mountcastle - 03,5c,Comfortable neighbourhoods,S02001634,Mountcastle,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200635 +200635,S00105029,6b4,Older Workers and Retirement,S01008540,Comiston and Swanston - 08,8a,Affluent communities,S02001598,Comiston and Swanston,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200636 +200636,S00105465,6b4,Older Workers and Retirement,S01008981,Corstorphine South - 01,8c,Comfortable suburbia,S02001681,Corstorphine South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200637 +200637,S00105499,6b4,Older Workers and Retirement,S01008986,Corstorphine South - 06,8b,Ageing suburbanites,S02001681,Corstorphine South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200638 +200638,S00105533,6b4,Older Workers and Retirement,S01008963,East Craigs South - 04,8a,Affluent communities,S02001677,East Craigs South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200639 +200639,S00105580,6b4,Older Workers and Retirement,S01008967,Corstorphine North - 01,8a,Affluent communities,S02001678,Corstorphine North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200640 +200640,S00105589,6b4,Older Workers and Retirement,S01008970,Corstorphine - 01,8a,Affluent communities,S02001679,Corstorphine,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200641 +200641,S00106154,4a1,Private Renting Young Families,S01008704,Craigmillar - 04,7a,Urban cultural mix,S02001627,Craigmillar,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200642 +200642,S00107129,2c2,Migrant Commuters,S01008841,Broughton South - 02,1a,Cosmopolitan student neighbourhoods,S02001654,Broughton South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200643 +200643,S00107593,2c1,Migrant Families,S01008824,Trinity East and The Dudleys - 04,3c,Highly qualified professionals,S02001650,Trinity East and The Dudleys,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200644 +200644,S00106348,4a1,Private Renting Young Families,S01008568,Fernieside and Moredun South - 05,3d,Households in terraces and flats,S02001604,Fernieside and Moredun South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200645 +200645,S00105995,6b4,Older Workers and Retirement,S01008737,Duddingston and Portobello South - 04,8a,Affluent communities,S02001633,Duddingston and Portobello South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200646 +200646,S00107146,2c2,Migrant Commuters,S01008690,Meadowbank and Abbeyhill North - 02,1a,Cosmopolitan student neighbourhoods,S02001625,Meadowbank and Abbeyhill North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200647 +200647,S00105241,4c2,Multicultural New Arrivals,S01008469,Broomhouse and Bankhead - 02,7b,Young ethnic communities,S02001586,Broomhouse and Bankhead,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200648 +200648,S00106012,6b4,Older Workers and Retirement,S01008734,Duddingston and Portobello South - 01,3c,Highly qualified professionals,S02001633,Duddingston and Portobello South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200649 +200649,S00106359,4a1,Private Renting Young Families,S01008566,Fernieside and Moredun South - 03,4a,Challenged white communities,S02001604,Fernieside and Moredun South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200650 +200650,S00107149,2c2,Migrant Commuters,S01008691,Meadowbank and Abbeyhill North - 03,1a,Cosmopolitan student neighbourhoods,S02001625,Meadowbank and Abbeyhill North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200651 +200651,S00103321,2b2,Multicultural Student Neighbourhoods,S01008678,"Old Town, Princes Street and Leith Street - 05",1a,Cosmopolitan student neighbourhoods,S02001622,"Old Town, Princes Street and Leith Street",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200652 +200652,S00106041,6b4,Older Workers and Retirement,S01008723,Joppa - 02,3c,Highly qualified professionals,S02001631,Joppa,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200653 +200653,S00106067,6b4,Older Workers and Retirement,S01008724,Joppa - 03,5a,Ageing urban communities,S02001631,Joppa,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200654 +200654,S00106093,6b4,Older Workers and Retirement,S01008718,"Jewel, Brunstane and Newcraighall - 02",3d,Households in terraces and flats,S02001630,"Jewel, Brunstane and Newcraighall",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200655 +200655,S00106268,6b4,Older Workers and Retirement,S01008577,Liberton West and Braid Hills - 01,8a,Affluent communities,S02001607,Liberton West and Braid Hills,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200656 +200656,S00106319,6b4,Older Workers and Retirement,S01008573,Liberton East - 01,3c,Highly qualified professionals,S02001606,Liberton East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200657 +200657,S00106379,6b4,Older Workers and Retirement,S01008553,"Gracemount, Southhouse and Burdiehouse - 01",5c,Comfortable neighbourhoods,S02001602,"Gracemount, Southhouse and Burdiehouse",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200658 +200658,S00106393,6b4,Older Workers and Retirement,S01008553,"Gracemount, Southhouse and Burdiehouse - 01",5c,Comfortable neighbourhoods,S02001602,"Gracemount, Southhouse and Burdiehouse",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200659 +200659,S00106473,6b4,Older Workers and Retirement,S01009008,Queensferry East - 06,5c,Comfortable neighbourhoods,S02001685,Queensferry East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200660 +200660,S00106475,6b4,Older Workers and Retirement,S01009011,Queensferry West - 03,8c,Comfortable suburbia,S02001686,Queensferry West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200661 +200661,S00106478,6b4,Older Workers and Retirement,S01009010,Queensferry West - 02,5c,Comfortable neighbourhoods,S02001686,Queensferry West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200662 +200662,S00106632,6b4,Older Workers and Retirement,S01008423,Balerno and Bonnington Village - 07,2b,Prospering countryside life,S02001576,Balerno and Bonnington Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200663 +200663,S00106689,6b4,Older Workers and Retirement,S01008890,"Craigleith, Orchard Brae and Crewe Toll - 05",8a,Affluent communities,S02001663,"Craigleith, Orchard Brae and Crewe Toll",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200664 +200664,S00106849,6b4,Older Workers and Retirement,S01009012,Queensferry West - 04,8c,Comfortable suburbia,S02001686,Queensferry West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200665 +200665,S00107164,6b4,Older Workers and Retirement,S01008693,Meadowbank and Abbeyhill North - 05,5c,Comfortable neighbourhoods,S02001625,Meadowbank and Abbeyhill North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200666 +200666,S00107193,6b4,Older Workers and Retirement,S01008740,Mountcastle - 02,8c,Comfortable suburbia,S02001634,Mountcastle,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200667 +200667,S00107286,6b4,Older Workers and Retirement,S01008541,Fairmilehead - 01,8c,Comfortable suburbia,S02001599,Fairmilehead,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200668 +200668,S00107465,6b4,Older Workers and Retirement,S01008721,"Jewel, Brunstane and Newcraighall - 05",8c,Comfortable suburbia,S02001630,"Jewel, Brunstane and Newcraighall",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200669 +200669,S00107474,6b4,Older Workers and Retirement,S01008724,Joppa - 03,5a,Ageing urban communities,S02001631,Joppa,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200670 +200670,S00103597,7c3,Outer City Hardship,S01008901,Drylaw - 03,4d,Hard-pressed flat dwellers,S02001665,Drylaw,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200671 +200671,S00103727,7c3,Outer City Hardship,S01008926,Granton West and Salvesen - 03,4b,Constrained renters,S02001670,Granton West and Salvesen,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200672 +200672,S00103841,7c3,Outer City Hardship,S01008953,Clermiston and Drumbrae - 06,4d,Hard-pressed flat dwellers,S02001675,Clermiston and Drumbrae,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200673 +200673,S00103993,7c3,Outer City Hardship,S01008922,Granton and Royston Mains - 03,4d,Hard-pressed flat dwellers,S02001669,Granton and Royston Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200674 +200674,S00103994,7c3,Outer City Hardship,S01008922,Granton and Royston Mains - 03,4d,Hard-pressed flat dwellers,S02001669,Granton and Royston Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200675 +200675,S00104019,7c3,Outer City Hardship,S01008829,Trinity - 04,3c,Highly qualified professionals,S02001651,Trinity,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200676 +200676,S00104024,7c3,Outer City Hardship,S01008912,Boswall and Pilton - 04,3a,Achieving neighbourhoods,S02001667,Boswall and Pilton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200677 +200677,S00104030,7c3,Outer City Hardship,S01008829,Trinity - 04,3c,Highly qualified professionals,S02001651,Trinity,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200678 +200678,S00104064,7c3,Outer City Hardship,S01008835,"Inverleith, Goldenacre and Warriston - 04",3c,Highly qualified professionals,S02001652,"Inverleith, Goldenacre and Warriston",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200679 +200679,S00104478,7c3,Outer City Hardship,S01008693,Meadowbank and Abbeyhill North - 05,5c,Comfortable neighbourhoods,S02001625,Meadowbank and Abbeyhill North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200680 +200680,S00105907,7c3,Outer City Hardship,S01008428,Currie West - 04,5c,Comfortable neighbourhoods,S02001577,Currie West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200681 +200681,S00105913,7c3,Outer City Hardship,S01008428,Currie West - 04,5c,Comfortable neighbourhoods,S02001577,Currie West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200682 +200682,S00105937,7c3,Outer City Hardship,S01008431,Currie East - 03,8a,Affluent communities,S02001578,Currie East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200683 +200683,S00106112,7c3,Outer City Hardship,S01008736,Duddingston and Portobello South - 03,8a,Affluent communities,S02001633,Duddingston and Portobello South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200684 +200684,S00106117,7c3,Outer City Hardship,S01008714,"Bingham, Magdalene and The Christians - 03",4d,Hard-pressed flat dwellers,S02001629,"Bingham, Magdalene and The Christians",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200685 +200685,S00106259,7c3,Outer City Hardship,S01008557,"Gracemount, Southhouse and Burdiehouse - 05",7a,Urban cultural mix,S02001602,"Gracemount, Southhouse and Burdiehouse",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200686 +200686,S00106383,7c3,Outer City Hardship,S01008553,"Gracemount, Southhouse and Burdiehouse - 01",5c,Comfortable neighbourhoods,S02001602,"Gracemount, Southhouse and Burdiehouse",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200687 +200687,S00106387,7c3,Outer City Hardship,S01008554,"Gracemount, Southhouse and Burdiehouse - 02",4c,Hampered neighbourhoods,S02001602,"Gracemount, Southhouse and Burdiehouse",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200688 +200688,S00106400,7c3,Outer City Hardship,S01008555,"Gracemount, Southhouse and Burdiehouse - 03",4d,Hard-pressed flat dwellers,S02001602,"Gracemount, Southhouse and Burdiehouse",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200689 +200689,S00106452,7c3,Outer City Hardship,S01008999,"Dalmeny, Kirkliston and Newbridge - 03",5c,Comfortable neighbourhoods,S02001684,"Dalmeny, Kirkliston and Newbridge",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200690 +200690,S00106666,7c3,Outer City Hardship,S01008565,Fernieside and Moredun South - 02,4d,Hard-pressed flat dwellers,S02001604,Fernieside and Moredun South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200691 +200691,S00107150,2c2,Migrant Commuters,S01008691,Meadowbank and Abbeyhill North - 03,1a,Cosmopolitan student neighbourhoods,S02001625,Meadowbank and Abbeyhill North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200692 +200692,S00107151,2c2,Migrant Commuters,S01008691,Meadowbank and Abbeyhill North - 03,1a,Cosmopolitan student neighbourhoods,S02001625,Meadowbank and Abbeyhill North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200693 +200693,S00107153,2c2,Migrant Commuters,S01008691,Meadowbank and Abbeyhill North - 03,1a,Cosmopolitan student neighbourhoods,S02001625,Meadowbank and Abbeyhill North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200694 +200694,S00103332,2b2,Multicultural Student Neighbourhoods,S01008674,"Old Town, Princes Street and Leith Street - 01",1a,Cosmopolitan student neighbourhoods,S02001622,"Old Town, Princes Street and Leith Street",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200695 +200695,S00107154,2c2,Migrant Commuters,S01008691,Meadowbank and Abbeyhill North - 03,1a,Cosmopolitan student neighbourhoods,S02001625,Meadowbank and Abbeyhill North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200696 +200696,S00103333,2b2,Multicultural Student Neighbourhoods,S01008674,"Old Town, Princes Street and Leith Street - 01",1a,Cosmopolitan student neighbourhoods,S02001622,"Old Town, Princes Street and Leith Street",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200697 +200697,S00107155,2c2,Migrant Commuters,S01008801,Easter Road and Hawkhill Avenue - 04,1a,Cosmopolitan student neighbourhoods,S02001645,Easter Road and Hawkhill Avenue,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200698 +200698,S00107156,2c2,Migrant Commuters,S01008801,Easter Road and Hawkhill Avenue - 04,1a,Cosmopolitan student neighbourhoods,S02001645,Easter Road and Hawkhill Avenue,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200699 +200699,S00107501,4a1,Private Renting Young Families,S01008710,Niddrie - 05,7a,Urban cultural mix,S02001628,Niddrie,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200700 +200700,S00107157,2c2,Migrant Commuters,S01008801,Easter Road and Hawkhill Avenue - 04,1a,Cosmopolitan student neighbourhoods,S02001645,Easter Road and Hawkhill Avenue,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200701 +200701,S00107158,2c2,Migrant Commuters,S01008801,Easter Road and Hawkhill Avenue - 04,1a,Cosmopolitan student neighbourhoods,S02001645,Easter Road and Hawkhill Avenue,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200702 +200702,S00107159,2c2,Migrant Commuters,S01008800,Easter Road and Hawkhill Avenue - 03,1a,Cosmopolitan student neighbourhoods,S02001645,Easter Road and Hawkhill Avenue,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200703 +200703,S00107160,2c2,Migrant Commuters,S01008800,Easter Road and Hawkhill Avenue - 03,1a,Cosmopolitan student neighbourhoods,S02001645,Easter Road and Hawkhill Avenue,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200704 +200704,S00107165,2c2,Migrant Commuters,S01008755,Restalrig (Loganlea) and Craigentinny West - 05,1a,Cosmopolitan student neighbourhoods,S02001637,Restalrig (Loganlea) and Craigentinny West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200705 +200705,S00107166,2c2,Migrant Commuters,S01008755,Restalrig (Loganlea) and Craigentinny West - 05,1a,Cosmopolitan student neighbourhoods,S02001637,Restalrig (Loganlea) and Craigentinny West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200706 +200706,S00107168,2c2,Migrant Commuters,S01008754,Restalrig (Loganlea) and Craigentinny West - 04,1a,Cosmopolitan student neighbourhoods,S02001637,Restalrig (Loganlea) and Craigentinny West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200707 +200707,S00107186,2c2,Migrant Commuters,S01008761,Restalrig and Lochend - 06,1a,Cosmopolitan student neighbourhoods,S02001638,Restalrig and Lochend,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200708 +200708,S00107197,2c2,Migrant Commuters,S01008684,"Canongate, Southside and Dumbiedykes - 05",1a,Cosmopolitan student neighbourhoods,S02001623,"Canongate, Southside and Dumbiedykes",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200709 +200709,S00107201,2c2,Migrant Commuters,S01008685,"Canongate, Southside and Dumbiedykes - 06",1a,Cosmopolitan student neighbourhoods,S02001623,"Canongate, Southside and Dumbiedykes",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200710 +200710,S00107202,2c2,Migrant Commuters,S01008685,"Canongate, Southside and Dumbiedykes - 06",1a,Cosmopolitan student neighbourhoods,S02001623,"Canongate, Southside and Dumbiedykes",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200711 +200711,S00107203,2c2,Migrant Commuters,S01008685,"Canongate, Southside and Dumbiedykes - 06",1a,Cosmopolitan student neighbourhoods,S02001623,"Canongate, Southside and Dumbiedykes",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200712 +200712,S00107205,2c2,Migrant Commuters,S01008685,"Canongate, Southside and Dumbiedykes - 06",1a,Cosmopolitan student neighbourhoods,S02001623,"Canongate, Southside and Dumbiedykes",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200713 +200713,S00107208,2c2,Migrant Commuters,S01008686,Abbeyhill - 01,1a,Cosmopolitan student neighbourhoods,S02001624,Abbeyhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200714 +200714,S00103338,2b2,Multicultural Student Neighbourhoods,S01008676,"Old Town, Princes Street and Leith Street - 03",1a,Cosmopolitan student neighbourhoods,S02001622,"Old Town, Princes Street and Leith Street",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200715 +200715,S00107214,2c2,Migrant Commuters,S01008688,Abbeyhill - 03,1a,Cosmopolitan student neighbourhoods,S02001624,Abbeyhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200716 +200716,S00107230,2c2,Migrant Commuters,S01008683,"Canongate, Southside and Dumbiedykes - 04",1a,Cosmopolitan student neighbourhoods,S02001623,"Canongate, Southside and Dumbiedykes",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200717 +200717,S00107275,2c2,Migrant Commuters,S01008518,Morningside and Craighouse - 05,3c,Highly qualified professionals,S02001594,Morningside and Craighouse,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200718 +200718,S00107311,2c2,Migrant Commuters,S01008507,Shandon - 06,1a,Cosmopolitan student neighbourhoods,S02001592,Shandon,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200719 +200719,S00107315,2c2,Migrant Commuters,S01008648,Polwarth - 04,1a,Cosmopolitan student neighbourhoods,S02001618,Polwarth,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200720 +200720,S00107318,2c2,Migrant Commuters,S01008644,Bruntsfield - 07,1a,Cosmopolitan student neighbourhoods,S02001617,Bruntsfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200721 +200721,S00107319,2c2,Migrant Commuters,S01008493,Gorgie West - 02,1a,Cosmopolitan student neighbourhoods,S02001590,Gorgie West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200722 +200722,S00107330,2c2,Migrant Commuters,S01008653,Dalry and Fountainbridge - 03,1a,Cosmopolitan student neighbourhoods,S02001619,Dalry and Fountainbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200723 +200723,S00107338,2c2,Migrant Commuters,S01008655,Dalry and Fountainbridge - 05,1a,Cosmopolitan student neighbourhoods,S02001619,Dalry and Fountainbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200724 +200724,S00107347,2c2,Migrant Commuters,S01008489,Slateford and Chesser - 04,4d,Hard-pressed flat dwellers,S02001589,Slateford and Chesser,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200725 +200725,S00107375,2c2,Migrant Commuters,S01008875,Balgreen and Roseburn - 01,1a,Cosmopolitan student neighbourhoods,S02001661,Balgreen and Roseburn,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200726 +200726,S00107386,2c2,Migrant Commuters,S01008988,South Gyle - 02,3c,Highly qualified professionals,S02001682,South Gyle,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200727 +200727,S00107431,2c2,Migrant Commuters,S01008492,Gorgie West - 01,1a,Cosmopolitan student neighbourhoods,S02001590,Gorgie West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200728 +200728,S00107433,2c2,Migrant Commuters,S01008491,Slateford and Chesser - 06,1a,Cosmopolitan student neighbourhoods,S02001589,Slateford and Chesser,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200729 +200729,S00107445,2c2,Migrant Commuters,S01008485,Longstone and Saughton - 05,3d,Households in terraces and flats,S02001588,Longstone and Saughton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200730 +200730,S00103351,2c3,Professional Service Cosmopolitans,S01008868,Deans Village - 01,1a,Cosmopolitan student neighbourhoods,S02001660,Deans Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200731 +200731,S00103352,2c3,Professional Service Cosmopolitans,S01008868,Deans Village - 01,1a,Cosmopolitan student neighbourhoods,S02001660,Deans Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200732 +200732,S00103357,2c3,Professional Service Cosmopolitans,S01008859,Stockbridge - 03,1a,Cosmopolitan student neighbourhoods,S02001658,Stockbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200733 +200733,S00103359,2c3,Professional Service Cosmopolitans,S01008859,Stockbridge - 03,1a,Cosmopolitan student neighbourhoods,S02001658,Stockbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200734 +200734,S00103361,2c3,Professional Service Cosmopolitans,S01008858,Stockbridge - 02,1a,Cosmopolitan student neighbourhoods,S02001658,Stockbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200735 +200735,S00103362,2c3,Professional Service Cosmopolitans,S01008858,Stockbridge - 02,1a,Cosmopolitan student neighbourhoods,S02001658,Stockbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200736 +200736,S00103363,2c3,Professional Service Cosmopolitans,S01008858,Stockbridge - 02,1a,Cosmopolitan student neighbourhoods,S02001658,Stockbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200737 +200737,S00103370,2c3,Professional Service Cosmopolitans,S01008857,Stockbridge - 01,1a,Cosmopolitan student neighbourhoods,S02001658,Stockbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200738 +200738,S00103371,2c3,Professional Service Cosmopolitans,S01008857,Stockbridge - 01,1a,Cosmopolitan student neighbourhoods,S02001658,Stockbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200739 +200739,S00103372,2c3,Professional Service Cosmopolitans,S01008857,Stockbridge - 01,1a,Cosmopolitan student neighbourhoods,S02001658,Stockbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200740 +200740,S00103373,2c3,Professional Service Cosmopolitans,S01008857,Stockbridge - 01,1a,Cosmopolitan student neighbourhoods,S02001658,Stockbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200741 +200741,S00103374,2c3,Professional Service Cosmopolitans,S01008855,Canonmills and New Town North - 03,1a,Cosmopolitan student neighbourhoods,S02001657,Canonmills and New Town North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200742 +200742,S00103375,2c3,Professional Service Cosmopolitans,S01008857,Stockbridge - 01,1a,Cosmopolitan student neighbourhoods,S02001658,Stockbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200743 +200743,S00103377,2c3,Professional Service Cosmopolitans,S01008855,Canonmills and New Town North - 03,1a,Cosmopolitan student neighbourhoods,S02001657,Canonmills and New Town North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200744 +200744,S00103378,2c3,Professional Service Cosmopolitans,S01008855,Canonmills and New Town North - 03,1a,Cosmopolitan student neighbourhoods,S02001657,Canonmills and New Town North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200745 +200745,S00103379,2c3,Professional Service Cosmopolitans,S01008855,Canonmills and New Town North - 03,1a,Cosmopolitan student neighbourhoods,S02001657,Canonmills and New Town North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200746 +200746,S00103455,2b2,Multicultural Student Neighbourhoods,S01008868,Deans Village - 01,1a,Cosmopolitan student neighbourhoods,S02001660,Deans Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200747 +200747,S00103380,2c3,Professional Service Cosmopolitans,S01008857,Stockbridge - 01,1a,Cosmopolitan student neighbourhoods,S02001658,Stockbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200748 +200748,S00103381,2c3,Professional Service Cosmopolitans,S01008855,Canonmills and New Town North - 03,1a,Cosmopolitan student neighbourhoods,S02001657,Canonmills and New Town North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200749 +200749,S00103383,2c3,Professional Service Cosmopolitans,S01008856,Canonmills and New Town North - 04,1a,Cosmopolitan student neighbourhoods,S02001657,Canonmills and New Town North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200750 +200750,S00103384,2c3,Professional Service Cosmopolitans,S01008856,Canonmills and New Town North - 04,1a,Cosmopolitan student neighbourhoods,S02001657,Canonmills and New Town North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200751 +200751,S00103386,2c3,Professional Service Cosmopolitans,S01008838,Broughton North and Powderhall - 03,1a,Cosmopolitan student neighbourhoods,S02001653,Broughton North and Powderhall,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200752 +200752,S00103387,2c3,Professional Service Cosmopolitans,S01008838,Broughton North and Powderhall - 03,1a,Cosmopolitan student neighbourhoods,S02001653,Broughton North and Powderhall,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200753 +200753,S00103388,2c3,Professional Service Cosmopolitans,S01008856,Canonmills and New Town North - 04,1a,Cosmopolitan student neighbourhoods,S02001657,Canonmills and New Town North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200754 +200754,S00103389,2c3,Professional Service Cosmopolitans,S01008838,Broughton North and Powderhall - 03,1a,Cosmopolitan student neighbourhoods,S02001653,Broughton North and Powderhall,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200755 +200755,S00103390,2c3,Professional Service Cosmopolitans,S01008838,Broughton North and Powderhall - 03,1a,Cosmopolitan student neighbourhoods,S02001653,Broughton North and Powderhall,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200756 +200756,S00103391,2c3,Professional Service Cosmopolitans,S01008838,Broughton North and Powderhall - 03,1a,Cosmopolitan student neighbourhoods,S02001653,Broughton North and Powderhall,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200757 +200757,S00103395,2c3,Professional Service Cosmopolitans,S01008834,"Inverleith, Goldenacre and Warriston - 03",3c,Highly qualified professionals,S02001652,"Inverleith, Goldenacre and Warriston",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200758 +200758,S00103396,2c3,Professional Service Cosmopolitans,S01008834,"Inverleith, Goldenacre and Warriston - 03",3c,Highly qualified professionals,S02001652,"Inverleith, Goldenacre and Warriston",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200759 +200759,S00103400,2c3,Professional Service Cosmopolitans,S01008833,"Inverleith, Goldenacre and Warriston - 02",3c,Highly qualified professionals,S02001652,"Inverleith, Goldenacre and Warriston",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200760 +200760,S00103402,2c3,Professional Service Cosmopolitans,S01008833,"Inverleith, Goldenacre and Warriston - 02",3c,Highly qualified professionals,S02001652,"Inverleith, Goldenacre and Warriston",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200761 +200761,S00103403,2c3,Professional Service Cosmopolitans,S01008833,"Inverleith, Goldenacre and Warriston - 02",3c,Highly qualified professionals,S02001652,"Inverleith, Goldenacre and Warriston",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200762 +200762,S00103405,2c3,Professional Service Cosmopolitans,S01008833,"Inverleith, Goldenacre and Warriston - 02",3c,Highly qualified professionals,S02001652,"Inverleith, Goldenacre and Warriston",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200763 +200763,S00103407,2c3,Professional Service Cosmopolitans,S01008833,"Inverleith, Goldenacre and Warriston - 02",3c,Highly qualified professionals,S02001652,"Inverleith, Goldenacre and Warriston",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200764 +200764,S00103408,2c3,Professional Service Cosmopolitans,S01008852,New Town West - 04,1a,Cosmopolitan student neighbourhoods,S02001656,New Town West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200765 +200765,S00103409,2c3,Professional Service Cosmopolitans,S01008852,New Town West - 04,1a,Cosmopolitan student neighbourhoods,S02001656,New Town West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200766 +200766,S00103410,2c3,Professional Service Cosmopolitans,S01008852,New Town West - 04,1a,Cosmopolitan student neighbourhoods,S02001656,New Town West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200767 +200767,S00103412,2c3,Professional Service Cosmopolitans,S01008861,Stockbridge - 05,3c,Highly qualified professionals,S02001658,Stockbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200768 +200768,S00103490,2b2,Multicultural Student Neighbourhoods,S01008663,Tollcross - 05,1a,Cosmopolitan student neighbourhoods,S02001620,Tollcross,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200769 +200769,S00103492,2b2,Multicultural Student Neighbourhoods,S01008663,Tollcross - 05,1a,Cosmopolitan student neighbourhoods,S02001620,Tollcross,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200770 +200770,S00103965,2b2,Multicultural Student Neighbourhoods,S01008920,Granton and Royston Mains - 01,1a,Cosmopolitan student neighbourhoods,S02001669,Granton and Royston Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200771 +200771,S00104687,2b2,Multicultural Student Neighbourhoods,S01008672,Meadows and Southside - 07,1a,Cosmopolitan student neighbourhoods,S02001621,Meadows and Southside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200772 +200772,S00104700,2b2,Multicultural Student Neighbourhoods,S01008683,"Canongate, Southside and Dumbiedykes - 04",1a,Cosmopolitan student neighbourhoods,S02001623,"Canongate, Southside and Dumbiedykes",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200773 +200773,S00104710,2b2,Multicultural Student Neighbourhoods,S01008678,"Old Town, Princes Street and Leith Street - 05",1a,Cosmopolitan student neighbourhoods,S02001622,"Old Town, Princes Street and Leith Street",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200774 +200774,S00104712,2b2,Multicultural Student Neighbourhoods,S01008623,Marchmont West - 07,1a,Cosmopolitan student neighbourhoods,S02001614,Marchmont West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200775 +200775,S00105209,2b2,Multicultural Student Neighbourhoods,S01008648,Polwarth - 04,1a,Cosmopolitan student neighbourhoods,S02001618,Polwarth,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200776 +200776,S00106577,2b2,Multicultural Student Neighbourhoods,S01008645,Polwarth - 01,1a,Cosmopolitan student neighbourhoods,S02001618,Polwarth,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200777 +200777,S00106579,2b2,Multicultural Student Neighbourhoods,S01008495,Gorgie West - 04,1a,Cosmopolitan student neighbourhoods,S02001590,Gorgie West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200778 +200778,S00106725,2b2,Multicultural Student Neighbourhoods,S01008677,"Old Town, Princes Street and Leith Street - 04",1a,Cosmopolitan student neighbourhoods,S02001622,"Old Town, Princes Street and Leith Street",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200779 +200779,S00106764,2b2,Multicultural Student Neighbourhoods,S01008692,Meadowbank and Abbeyhill North - 04,1a,Cosmopolitan student neighbourhoods,S02001625,Meadowbank and Abbeyhill North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200780 +200780,S00106806,2b2,Multicultural Student Neighbourhoods,S01008651,Dalry and Fountainbridge - 01,1a,Cosmopolitan student neighbourhoods,S02001619,Dalry and Fountainbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200781 +200781,S00106871,2b2,Multicultural Student Neighbourhoods,S01008678,"Old Town, Princes Street and Leith Street - 05",1a,Cosmopolitan student neighbourhoods,S02001622,"Old Town, Princes Street and Leith Street",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200782 +200782,S00106872,2b2,Multicultural Student Neighbourhoods,S01008678,"Old Town, Princes Street and Leith Street - 05",1a,Cosmopolitan student neighbourhoods,S02001622,"Old Town, Princes Street and Leith Street",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200783 +200783,S00106873,2b2,Multicultural Student Neighbourhoods,S01008679,"Old Town, Princes Street and Leith Street - 06",1a,Cosmopolitan student neighbourhoods,S02001622,"Old Town, Princes Street and Leith Street",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200784 +200784,S00106909,2b2,Multicultural Student Neighbourhoods,S01008657,Dalry and Fountainbridge - 07,1a,Cosmopolitan student neighbourhoods,S02001619,Dalry and Fountainbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200785 +200785,S00106926,2b2,Multicultural Student Neighbourhoods,S01008661,Tollcross - 03,1a,Cosmopolitan student neighbourhoods,S02001620,Tollcross,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200786 +200786,S00107041,2b2,Multicultural Student Neighbourhoods,S01008770,Western Harbour and Leith Docks - 03,1a,Cosmopolitan student neighbourhoods,S02001640,Western Harbour and Leith Docks,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200787 +200787,S00107107,2b2,Multicultural Student Neighbourhoods,S01008843,Broughton South - 04,1a,Cosmopolitan student neighbourhoods,S02001654,Broughton South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200788 +200788,S00107131,2b2,Multicultural Student Neighbourhoods,S01008842,Broughton South - 03,1a,Cosmopolitan student neighbourhoods,S02001654,Broughton South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200789 +200789,S00107206,2b2,Multicultural Student Neighbourhoods,S01008685,"Canongate, Southside and Dumbiedykes - 06",1a,Cosmopolitan student neighbourhoods,S02001623,"Canongate, Southside and Dumbiedykes",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200790 +200790,S00107218,2b2,Multicultural Student Neighbourhoods,S01008670,Meadows and Southside - 05,1a,Cosmopolitan student neighbourhoods,S02001621,Meadows and Southside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200791 +200791,S00107232,2b2,Multicultural Student Neighbourhoods,S01008680,"Canongate, Southside and Dumbiedykes - 01",1a,Cosmopolitan student neighbourhoods,S02001623,"Canongate, Southside and Dumbiedykes",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200792 +200792,S00107235,2b2,Multicultural Student Neighbourhoods,S01008673,Meadows and Southside - 08,1a,Cosmopolitan student neighbourhoods,S02001621,Meadows and Southside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200793 +200793,S00107245,2b2,Multicultural Student Neighbourhoods,S01008604,The Grange - 01,1a,Cosmopolitan student neighbourhoods,S02001612,The Grange,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200794 +200794,S00107337,2b2,Multicultural Student Neighbourhoods,S01008655,Dalry and Fountainbridge - 05,1a,Cosmopolitan student neighbourhoods,S02001619,Dalry and Fountainbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200795 +200795,S00107624,2b2,Multicultural Student Neighbourhoods,S01008677,"Old Town, Princes Street and Leith Street - 04",1a,Cosmopolitan student neighbourhoods,S02001622,"Old Town, Princes Street and Leith Street",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200796 +200796,S00103587,7a3,Multi-Ethnic Hardship,S01008900,Drylaw - 02,4d,Hard-pressed flat dwellers,S02001665,Drylaw,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200797 +200797,S00103589,7a3,Multi-Ethnic Hardship,S01008900,Drylaw - 02,4d,Hard-pressed flat dwellers,S02001665,Drylaw,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200798 +200798,S00103623,7a3,Multi-Ethnic Hardship,S01008902,Drylaw - 04,4d,Hard-pressed flat dwellers,S02001665,Drylaw,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200799 +200799,S00103698,7a3,Multi-Ethnic Hardship,S01008931,Muirhouse - 03,4d,Hard-pressed flat dwellers,S02001671,Muirhouse,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200800 +200800,S00104800,2c3,Professional Service Cosmopolitans,S01008610,The Grange - 07,1a,Cosmopolitan student neighbourhoods,S02001612,The Grange,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200801 +200801,S00104835,2c3,Professional Service Cosmopolitans,S01008588,"Blackford, West Mains and Mayfield Road - 02",3c,Highly qualified professionals,S02001609,"Blackford, West Mains and Mayfield Road",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200802 +200802,S00104838,2c3,Professional Service Cosmopolitans,S01008588,"Blackford, West Mains and Mayfield Road - 02",3c,Highly qualified professionals,S02001609,"Blackford, West Mains and Mayfield Road",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200803 +200803,S00104839,2c3,Professional Service Cosmopolitans,S01008590,"Blackford, West Mains and Mayfield Road - 04",1a,Cosmopolitan student neighbourhoods,S02001609,"Blackford, West Mains and Mayfield Road",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200804 +200804,S00104088,2c3,Professional Service Cosmopolitans,S01008819,Bonnington - 03,3c,Highly qualified professionals,S02001649,Bonnington,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200805 +200805,S00106781,2c3,Professional Service Cosmopolitans,S01008694,Willowbrae and Duddingston Village - 01,1a,Cosmopolitan student neighbourhoods,S02001626,Willowbrae and Duddingston Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200806 +200806,S00105628,2c3,Professional Service Cosmopolitans,S01008985,Corstorphine South - 05,3d,Households in terraces and flats,S02001681,Corstorphine South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200807 +200807,S00105049,2c3,Professional Service Cosmopolitans,S01008517,Morningside and Craighouse - 04,1a,Cosmopolitan student neighbourhoods,S02001594,Morningside and Craighouse,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200808 +200808,S00104840,2c3,Professional Service Cosmopolitans,S01008590,"Blackford, West Mains and Mayfield Road - 04",1a,Cosmopolitan student neighbourhoods,S02001609,"Blackford, West Mains and Mayfield Road",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200809 +200809,S00104859,2c3,Professional Service Cosmopolitans,S01008628,Morningside - 05,1a,Cosmopolitan student neighbourhoods,S02001615,Morningside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200810 +200810,S00104860,2c3,Professional Service Cosmopolitans,S01008628,Morningside - 05,1a,Cosmopolitan student neighbourhoods,S02001615,Morningside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200811 +200811,S00104861,2c3,Professional Service Cosmopolitans,S01008631,Morningside - 08,1a,Cosmopolitan student neighbourhoods,S02001615,Morningside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200812 +200812,S00104863,2c3,Professional Service Cosmopolitans,S01008631,Morningside - 08,1a,Cosmopolitan student neighbourhoods,S02001615,Morningside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200813 +200813,S00104865,2c3,Professional Service Cosmopolitans,S01008632,Merchiston and Greenhill - 01,1a,Cosmopolitan student neighbourhoods,S02001616,Merchiston and Greenhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200814 +200814,S00104866,2c3,Professional Service Cosmopolitans,S01008632,Merchiston and Greenhill - 01,1a,Cosmopolitan student neighbourhoods,S02001616,Merchiston and Greenhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200815 +200815,S00104868,2c3,Professional Service Cosmopolitans,S01008632,Merchiston and Greenhill - 01,1a,Cosmopolitan student neighbourhoods,S02001616,Merchiston and Greenhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200816 +200816,S00104869,2c3,Professional Service Cosmopolitans,S01008632,Merchiston and Greenhill - 01,1a,Cosmopolitan student neighbourhoods,S02001616,Merchiston and Greenhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200817 +200817,S00104870,2c3,Professional Service Cosmopolitans,S01008630,Morningside - 07,1a,Cosmopolitan student neighbourhoods,S02001615,Morningside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200818 +200818,S00104872,2c3,Professional Service Cosmopolitans,S01008630,Morningside - 07,1a,Cosmopolitan student neighbourhoods,S02001615,Morningside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200819 +200819,S00104874,2c3,Professional Service Cosmopolitans,S01008628,Morningside - 05,1a,Cosmopolitan student neighbourhoods,S02001615,Morningside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200820 +200820,S00104875,2c3,Professional Service Cosmopolitans,S01008629,Morningside - 06,1a,Cosmopolitan student neighbourhoods,S02001615,Morningside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200821 +200821,S00104876,2c3,Professional Service Cosmopolitans,S01008629,Morningside - 06,1a,Cosmopolitan student neighbourhoods,S02001615,Morningside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200822 +200822,S00104877,2c3,Professional Service Cosmopolitans,S01008629,Morningside - 06,1a,Cosmopolitan student neighbourhoods,S02001615,Morningside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200823 +200823,S00104878,2c3,Professional Service Cosmopolitans,S01008636,Merchiston and Greenhill - 05,1a,Cosmopolitan student neighbourhoods,S02001616,Merchiston and Greenhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200824 +200824,S00104879,2c3,Professional Service Cosmopolitans,S01008636,Merchiston and Greenhill - 05,1a,Cosmopolitan student neighbourhoods,S02001616,Merchiston and Greenhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200825 +200825,S00104885,2c3,Professional Service Cosmopolitans,S01008636,Merchiston and Greenhill - 05,1a,Cosmopolitan student neighbourhoods,S02001616,Merchiston and Greenhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200826 +200826,S00104887,2c3,Professional Service Cosmopolitans,S01008637,Merchiston and Greenhill - 06,1a,Cosmopolitan student neighbourhoods,S02001616,Merchiston and Greenhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200827 +200827,S00104889,2c3,Professional Service Cosmopolitans,S01008637,Merchiston and Greenhill - 06,1a,Cosmopolitan student neighbourhoods,S02001616,Merchiston and Greenhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200828 +200828,S00104890,2c3,Professional Service Cosmopolitans,S01008641,Bruntsfield - 04,1a,Cosmopolitan student neighbourhoods,S02001617,Bruntsfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200829 +200829,S00104893,2c3,Professional Service Cosmopolitans,S01008642,Bruntsfield - 05,1a,Cosmopolitan student neighbourhoods,S02001617,Bruntsfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200830 +200830,S00104906,2c3,Professional Service Cosmopolitans,S01008640,Bruntsfield - 03,1a,Cosmopolitan student neighbourhoods,S02001617,Bruntsfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200831 +200831,S00104915,2c3,Professional Service Cosmopolitans,S01008643,Bruntsfield - 06,1a,Cosmopolitan student neighbourhoods,S02001617,Bruntsfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200832 +200832,S00104918,2c3,Professional Service Cosmopolitans,S01008643,Bruntsfield - 06,1a,Cosmopolitan student neighbourhoods,S02001617,Bruntsfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200833 +200833,S00104925,2c3,Professional Service Cosmopolitans,S01008634,Merchiston and Greenhill - 03,1a,Cosmopolitan student neighbourhoods,S02001616,Merchiston and Greenhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200834 +200834,S00104931,2c3,Professional Service Cosmopolitans,S01008523,Greenbank and The Braids - 05,3a,Achieving neighbourhoods,S02001595,Greenbank and The Braids,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200835 +200835,S00104957,2c3,Professional Service Cosmopolitans,S01008514,Morningside and Craighouse - 01,3c,Highly qualified professionals,S02001594,Morningside and Craighouse,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200836 +200836,S00104958,2c3,Professional Service Cosmopolitans,S01008516,Morningside and Craighouse - 03,1a,Cosmopolitan student neighbourhoods,S02001594,Morningside and Craighouse,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200837 +200837,S00104959,2c3,Professional Service Cosmopolitans,S01008516,Morningside and Craighouse - 03,1a,Cosmopolitan student neighbourhoods,S02001594,Morningside and Craighouse,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200838 +200838,S00104962,2c3,Professional Service Cosmopolitans,S01008516,Morningside and Craighouse - 03,1a,Cosmopolitan student neighbourhoods,S02001594,Morningside and Craighouse,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200839 +200839,S00104965,2c3,Professional Service Cosmopolitans,S01008515,Morningside and Craighouse - 02,3c,Highly qualified professionals,S02001594,Morningside and Craighouse,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200840 +200840,S00104969,2c3,Professional Service Cosmopolitans,S01008517,Morningside and Craighouse - 04,1a,Cosmopolitan student neighbourhoods,S02001594,Morningside and Craighouse,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200841 +200841,S00104973,2c3,Professional Service Cosmopolitans,S01008518,Morningside and Craighouse - 05,3c,Highly qualified professionals,S02001594,Morningside and Craighouse,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200842 +200842,S00104974,2c3,Professional Service Cosmopolitans,S01008518,Morningside and Craighouse - 05,3c,Highly qualified professionals,S02001594,Morningside and Craighouse,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200843 +200843,S00104975,2c3,Professional Service Cosmopolitans,S01008518,Morningside and Craighouse - 05,3c,Highly qualified professionals,S02001594,Morningside and Craighouse,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200844 +200844,S00104977,2c3,Professional Service Cosmopolitans,S01008517,Morningside and Craighouse - 04,1a,Cosmopolitan student neighbourhoods,S02001594,Morningside and Craighouse,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200845 +200845,S00104978,2c3,Professional Service Cosmopolitans,S01008631,Morningside - 08,1a,Cosmopolitan student neighbourhoods,S02001615,Morningside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200846 +200846,S00104982,2c3,Professional Service Cosmopolitans,S01008633,Merchiston and Greenhill - 02,3c,Highly qualified professionals,S02001616,Merchiston and Greenhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200847 +200847,S00104984,2c3,Professional Service Cosmopolitans,S01008633,Merchiston and Greenhill - 02,3c,Highly qualified professionals,S02001616,Merchiston and Greenhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200848 +200848,S00104990,2c3,Professional Service Cosmopolitans,S01008506,Shandon - 05,1a,Cosmopolitan student neighbourhoods,S02001592,Shandon,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200849 +200849,S00104992,2c3,Professional Service Cosmopolitans,S01008633,Merchiston and Greenhill - 02,3c,Highly qualified professionals,S02001616,Merchiston and Greenhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200850 +200850,S00104998,2c3,Professional Service Cosmopolitans,S01008635,Merchiston and Greenhill - 04,1a,Cosmopolitan student neighbourhoods,S02001616,Merchiston and Greenhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200851 +200851,S00104999,2c3,Professional Service Cosmopolitans,S01008635,Merchiston and Greenhill - 04,1a,Cosmopolitan student neighbourhoods,S02001616,Merchiston and Greenhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200852 +200852,S00105045,2c3,Professional Service Cosmopolitans,S01008626,Morningside - 03,3c,Highly qualified professionals,S02001615,Morningside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200853 +200853,S00105046,2c3,Professional Service Cosmopolitans,S01008626,Morningside - 03,3c,Highly qualified professionals,S02001615,Morningside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200854 +200854,S00104376,2c3,Professional Service Cosmopolitans,S01008811,Hillside and Calton Hill - 06,1a,Cosmopolitan student neighbourhoods,S02001647,Hillside and Calton Hill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200855 +200855,S00103414,2c3,Professional Service Cosmopolitans,S01008852,New Town West - 04,1a,Cosmopolitan student neighbourhoods,S02001656,New Town West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200856 +200856,S00103536,2c3,Professional Service Cosmopolitans,S01008867,Comely Bank - 04,3c,Highly qualified professionals,S02001659,Comely Bank,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200857 +200857,S00104091,2c3,Professional Service Cosmopolitans,S01008819,Bonnington - 03,3c,Highly qualified professionals,S02001649,Bonnington,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200858 +200858,S00105771,2c3,Professional Service Cosmopolitans,S01008487,Slateford and Chesser - 02,1a,Cosmopolitan student neighbourhoods,S02001589,Slateford and Chesser,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200859 +200859,S00104378,2c3,Professional Service Cosmopolitans,S01008811,Hillside and Calton Hill - 06,1a,Cosmopolitan student neighbourhoods,S02001647,Hillside and Calton Hill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200860 +200860,S00103537,2c3,Professional Service Cosmopolitans,S01008861,Stockbridge - 05,3c,Highly qualified professionals,S02001658,Stockbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200861 +200861,S00103415,2c3,Professional Service Cosmopolitans,S01008851,New Town West - 03,1a,Cosmopolitan student neighbourhoods,S02001656,New Town West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200862 +200862,S00105084,2c3,Professional Service Cosmopolitans,S01008506,Shandon - 05,1a,Cosmopolitan student neighbourhoods,S02001592,Shandon,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200863 +200863,S00106782,2c3,Professional Service Cosmopolitans,S01008743,Northfield and Piershill - 01,4d,Hard-pressed flat dwellers,S02001635,Northfield and Piershill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200864 +200864,S00103416,2c3,Professional Service Cosmopolitans,S01008851,New Town West - 03,1a,Cosmopolitan student neighbourhoods,S02001656,New Town West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200865 +200865,S00103538,2c3,Professional Service Cosmopolitans,S01008861,Stockbridge - 05,3c,Highly qualified professionals,S02001658,Stockbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200866 +200866,S00105085,2c3,Professional Service Cosmopolitans,S01008506,Shandon - 05,1a,Cosmopolitan student neighbourhoods,S02001592,Shandon,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200867 +200867,S00106785,2c3,Professional Service Cosmopolitans,S01008688,Abbeyhill - 03,1a,Cosmopolitan student neighbourhoods,S02001624,Abbeyhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200868 +200868,S00103417,2c3,Professional Service Cosmopolitans,S01008850,New Town West - 02,1a,Cosmopolitan student neighbourhoods,S02001656,New Town West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200869 +200869,S00104381,2c3,Professional Service Cosmopolitans,S01008812,Hillside and Calton Hill - 07,1a,Cosmopolitan student neighbourhoods,S02001647,Hillside and Calton Hill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200870 +200870,S00104097,2c3,Professional Service Cosmopolitans,S01008824,Trinity East and The Dudleys - 04,3c,Highly qualified professionals,S02001650,Trinity East and The Dudleys,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200871 +200871,S00103542,2c3,Professional Service Cosmopolitans,S01008861,Stockbridge - 05,3c,Highly qualified professionals,S02001658,Stockbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200872 +200872,S00105087,2c3,Professional Service Cosmopolitans,S01008506,Shandon - 05,1a,Cosmopolitan student neighbourhoods,S02001592,Shandon,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200873 +200873,S00106790,2c3,Professional Service Cosmopolitans,S01008629,Morningside - 06,1a,Cosmopolitan student neighbourhoods,S02001615,Morningside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200874 +200874,S00103419,2c3,Professional Service Cosmopolitans,S01008851,New Town West - 03,1a,Cosmopolitan student neighbourhoods,S02001656,New Town West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200875 +200875,S00104384,2c3,Professional Service Cosmopolitans,S01008810,Hillside and Calton Hill - 05,1a,Cosmopolitan student neighbourhoods,S02001647,Hillside and Calton Hill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200876 +200876,S00104385,2c3,Professional Service Cosmopolitans,S01008810,Hillside and Calton Hill - 05,1a,Cosmopolitan student neighbourhoods,S02001647,Hillside and Calton Hill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200877 +200877,S00104388,2c3,Professional Service Cosmopolitans,S01008812,Hillside and Calton Hill - 07,1a,Cosmopolitan student neighbourhoods,S02001647,Hillside and Calton Hill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200878 +200878,S00104391,2c3,Professional Service Cosmopolitans,S01008810,Hillside and Calton Hill - 05,1a,Cosmopolitan student neighbourhoods,S02001647,Hillside and Calton Hill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200879 +200879,S00104392,2c3,Professional Service Cosmopolitans,S01008810,Hillside and Calton Hill - 05,1a,Cosmopolitan student neighbourhoods,S02001647,Hillside and Calton Hill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200880 +200880,S00104393,2c3,Professional Service Cosmopolitans,S01008810,Hillside and Calton Hill - 05,1a,Cosmopolitan student neighbourhoods,S02001647,Hillside and Calton Hill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200881 +200881,S00104394,2c3,Professional Service Cosmopolitans,S01008808,Hillside and Calton Hill - 03,1a,Cosmopolitan student neighbourhoods,S02001647,Hillside and Calton Hill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200882 +200882,S00104395,2c3,Professional Service Cosmopolitans,S01008808,Hillside and Calton Hill - 03,1a,Cosmopolitan student neighbourhoods,S02001647,Hillside and Calton Hill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200883 +200883,S00104396,2c3,Professional Service Cosmopolitans,S01008808,Hillside and Calton Hill - 03,1a,Cosmopolitan student neighbourhoods,S02001647,Hillside and Calton Hill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200884 +200884,S00104397,2c3,Professional Service Cosmopolitans,S01008809,Hillside and Calton Hill - 04,1a,Cosmopolitan student neighbourhoods,S02001647,Hillside and Calton Hill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200885 +200885,S00104407,2c3,Professional Service Cosmopolitans,S01008690,Meadowbank and Abbeyhill North - 02,1a,Cosmopolitan student neighbourhoods,S02001625,Meadowbank and Abbeyhill North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200886 +200886,S00104408,2c3,Professional Service Cosmopolitans,S01008691,Meadowbank and Abbeyhill North - 03,1a,Cosmopolitan student neighbourhoods,S02001625,Meadowbank and Abbeyhill North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200887 +200887,S00104409,2c3,Professional Service Cosmopolitans,S01008691,Meadowbank and Abbeyhill North - 03,1a,Cosmopolitan student neighbourhoods,S02001625,Meadowbank and Abbeyhill North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200888 +200888,S00104412,2c3,Professional Service Cosmopolitans,S01008690,Meadowbank and Abbeyhill North - 02,1a,Cosmopolitan student neighbourhoods,S02001625,Meadowbank and Abbeyhill North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200889 +200889,S00105778,2c3,Professional Service Cosmopolitans,S01008488,Slateford and Chesser - 03,1a,Cosmopolitan student neighbourhoods,S02001589,Slateford and Chesser,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200890 +200890,S00104414,2c3,Professional Service Cosmopolitans,S01008689,Meadowbank and Abbeyhill North - 01,1a,Cosmopolitan student neighbourhoods,S02001625,Meadowbank and Abbeyhill North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200891 +200891,S00104415,2c3,Professional Service Cosmopolitans,S01008689,Meadowbank and Abbeyhill North - 01,1a,Cosmopolitan student neighbourhoods,S02001625,Meadowbank and Abbeyhill North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200892 +200892,S00104418,2c3,Professional Service Cosmopolitans,S01008689,Meadowbank and Abbeyhill North - 01,1a,Cosmopolitan student neighbourhoods,S02001625,Meadowbank and Abbeyhill North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200893 +200893,S00104421,2c3,Professional Service Cosmopolitans,S01008689,Meadowbank and Abbeyhill North - 01,1a,Cosmopolitan student neighbourhoods,S02001625,Meadowbank and Abbeyhill North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200894 +200894,S00104427,2c3,Professional Service Cosmopolitans,S01008807,Hillside and Calton Hill - 02,1a,Cosmopolitan student neighbourhoods,S02001647,Hillside and Calton Hill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200895 +200895,S00104439,2c3,Professional Service Cosmopolitans,S01008805,Leith (Albert Street) - 04,1a,Cosmopolitan student neighbourhoods,S02001646,Leith (Albert Street),S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200896 +200896,S00104442,2c3,Professional Service Cosmopolitans,S01008801,Easter Road and Hawkhill Avenue - 04,1a,Cosmopolitan student neighbourhoods,S02001645,Easter Road and Hawkhill Avenue,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200897 +200897,S00104445,2c3,Professional Service Cosmopolitans,S01008800,Easter Road and Hawkhill Avenue - 03,1a,Cosmopolitan student neighbourhoods,S02001645,Easter Road and Hawkhill Avenue,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200898 +200898,S00104447,2c3,Professional Service Cosmopolitans,S01008800,Easter Road and Hawkhill Avenue - 03,1a,Cosmopolitan student neighbourhoods,S02001645,Easter Road and Hawkhill Avenue,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200899 +200899,S00104448,2c3,Professional Service Cosmopolitans,S01008800,Easter Road and Hawkhill Avenue - 03,1a,Cosmopolitan student neighbourhoods,S02001645,Easter Road and Hawkhill Avenue,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200900 +200900,S00104564,2c3,Professional Service Cosmopolitans,S01008699,Willowbrae and Duddingston Village - 06,4d,Hard-pressed flat dwellers,S02001626,Willowbrae and Duddingston Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200901 +200901,S00104573,2c3,Professional Service Cosmopolitans,S01008697,Willowbrae and Duddingston Village - 04,3c,Highly qualified professionals,S02001626,Willowbrae and Duddingston Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200902 +200902,S00104574,2c3,Professional Service Cosmopolitans,S01008697,Willowbrae and Duddingston Village - 04,3c,Highly qualified professionals,S02001626,Willowbrae and Duddingston Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200903 +200903,S00104582,2c3,Professional Service Cosmopolitans,S01008694,Willowbrae and Duddingston Village - 01,1a,Cosmopolitan student neighbourhoods,S02001626,Willowbrae and Duddingston Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200904 +200904,S00104584,2c3,Professional Service Cosmopolitans,S01008694,Willowbrae and Duddingston Village - 01,1a,Cosmopolitan student neighbourhoods,S02001626,Willowbrae and Duddingston Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200905 +200905,S00104585,2c3,Professional Service Cosmopolitans,S01008694,Willowbrae and Duddingston Village - 01,1a,Cosmopolitan student neighbourhoods,S02001626,Willowbrae and Duddingston Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200906 +200906,S00104593,2c3,Professional Service Cosmopolitans,S01008697,Willowbrae and Duddingston Village - 04,3c,Highly qualified professionals,S02001626,Willowbrae and Duddingston Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200907 +200907,S00104595,2c3,Professional Service Cosmopolitans,S01008695,Willowbrae and Duddingston Village - 02,3c,Highly qualified professionals,S02001626,Willowbrae and Duddingston Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200908 +200908,S00104597,2c3,Professional Service Cosmopolitans,S01008695,Willowbrae and Duddingston Village - 02,3c,Highly qualified professionals,S02001626,Willowbrae and Duddingston Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200909 +200909,S00104604,2c3,Professional Service Cosmopolitans,S01008695,Willowbrae and Duddingston Village - 02,3c,Highly qualified professionals,S02001626,Willowbrae and Duddingston Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200910 +200910,S00104607,2c3,Professional Service Cosmopolitans,S01008746,Northfield and Piershill - 04,6a,Inner city cosmopolitan,S02001635,Northfield and Piershill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200911 +200911,S00104657,2c3,Professional Service Cosmopolitans,S01008688,Abbeyhill - 03,1a,Cosmopolitan student neighbourhoods,S02001624,Abbeyhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200912 +200912,S00104663,2c3,Professional Service Cosmopolitans,S01008691,Meadowbank and Abbeyhill North - 03,1a,Cosmopolitan student neighbourhoods,S02001625,Meadowbank and Abbeyhill North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200913 +200913,S00104713,2c3,Professional Service Cosmopolitans,S01008622,Marchmont West - 06,1a,Cosmopolitan student neighbourhoods,S02001614,Marchmont West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200914 +200914,S00104715,2c3,Professional Service Cosmopolitans,S01008622,Marchmont West - 06,1a,Cosmopolitan student neighbourhoods,S02001614,Marchmont West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200915 +200915,S00104731,2c3,Professional Service Cosmopolitans,S01008617,Marchmont West - 01,1a,Cosmopolitan student neighbourhoods,S02001614,Marchmont West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200916 +200916,S00104737,2c3,Professional Service Cosmopolitans,S01008616,Marchmont East and Sciennes - 06,1a,Cosmopolitan student neighbourhoods,S02001613,Marchmont East and Sciennes,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200917 +200917,S00104741,2c3,Professional Service Cosmopolitans,S01008613,Marchmont East and Sciennes - 03,1a,Cosmopolitan student neighbourhoods,S02001613,Marchmont East and Sciennes,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200918 +200918,S00104751,2c3,Professional Service Cosmopolitans,S01008614,Marchmont East and Sciennes - 04,1a,Cosmopolitan student neighbourhoods,S02001613,Marchmont East and Sciennes,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200919 +200919,S00104755,2c3,Professional Service Cosmopolitans,S01008613,Marchmont East and Sciennes - 03,1a,Cosmopolitan student neighbourhoods,S02001613,Marchmont East and Sciennes,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200920 +200920,S00104787,2c3,Professional Service Cosmopolitans,S01008600,Newington and Dalkeith Road - 02,1a,Cosmopolitan student neighbourhoods,S02001611,Newington and Dalkeith Road,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200921 +200921,S00104793,2c3,Professional Service Cosmopolitans,S01008608,The Grange - 05,3c,Highly qualified professionals,S02001612,The Grange,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200922 +200922,S00104795,2c3,Professional Service Cosmopolitans,S01008624,Morningside - 01,3c,Highly qualified professionals,S02001615,Morningside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200923 +200923,S00104098,2c3,Professional Service Cosmopolitans,S01008824,Trinity East and The Dudleys - 04,3c,Highly qualified professionals,S02001650,Trinity East and The Dudleys,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200924 +200924,S00105088,2c3,Professional Service Cosmopolitans,S01008504,Shandon - 03,1a,Cosmopolitan student neighbourhoods,S02001592,Shandon,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200925 +200925,S00106791,2c3,Professional Service Cosmopolitans,S01008636,Merchiston and Greenhill - 05,1a,Cosmopolitan student neighbourhoods,S02001616,Merchiston and Greenhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200926 +200926,S00106794,2c3,Professional Service Cosmopolitans,S01008517,Morningside and Craighouse - 04,1a,Cosmopolitan student neighbourhoods,S02001594,Morningside and Craighouse,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200927 +200927,S00106797,2c3,Professional Service Cosmopolitans,S01008631,Morningside - 08,1a,Cosmopolitan student neighbourhoods,S02001615,Morningside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200928 +200928,S00103543,2c3,Professional Service Cosmopolitans,S01008861,Stockbridge - 05,3c,Highly qualified professionals,S02001658,Stockbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200929 +200929,S00104105,2c3,Professional Service Cosmopolitans,S01008772,North Leith and Newhaven - 01,3c,Highly qualified professionals,S02001641,North Leith and Newhaven,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200930 +200930,S00105089,2c3,Professional Service Cosmopolitans,S01008504,Shandon - 03,1a,Cosmopolitan student neighbourhoods,S02001592,Shandon,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200931 +200931,S00105786,2c3,Professional Service Cosmopolitans,S01008487,Slateford and Chesser - 02,1a,Cosmopolitan student neighbourhoods,S02001589,Slateford and Chesser,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200932 +200932,S00106856,2c3,Professional Service Cosmopolitans,S01008492,Gorgie West - 01,1a,Cosmopolitan student neighbourhoods,S02001590,Gorgie West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200933 +200933,S00103544,2c3,Professional Service Cosmopolitans,S01008862,Stockbridge - 06,1a,Cosmopolitan student neighbourhoods,S02001658,Stockbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200934 +200934,S00105090,2c3,Professional Service Cosmopolitans,S01008505,Shandon - 04,1a,Cosmopolitan student neighbourhoods,S02001592,Shandon,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200935 +200935,S00104110,2c3,Professional Service Cosmopolitans,S01008772,North Leith and Newhaven - 01,3c,Highly qualified professionals,S02001641,North Leith and Newhaven,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200936 +200936,S00104112,2c3,Professional Service Cosmopolitans,S01008772,North Leith and Newhaven - 01,3c,Highly qualified professionals,S02001641,North Leith and Newhaven,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200937 +200937,S00103422,2c3,Professional Service Cosmopolitans,S01008850,New Town West - 02,1a,Cosmopolitan student neighbourhoods,S02001656,New Town West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200938 +200938,S00106858,2c3,Professional Service Cosmopolitans,S01008492,Gorgie West - 01,1a,Cosmopolitan student neighbourhoods,S02001590,Gorgie West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200939 +200939,S00103423,2c3,Professional Service Cosmopolitans,S01008855,Canonmills and New Town North - 03,1a,Cosmopolitan student neighbourhoods,S02001657,Canonmills and New Town North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200940 +200940,S00104115,2c3,Professional Service Cosmopolitans,S01008773,North Leith and Newhaven - 02,1a,Cosmopolitan student neighbourhoods,S02001641,North Leith and Newhaven,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200941 +200941,S00103545,2c3,Professional Service Cosmopolitans,S01008861,Stockbridge - 05,3c,Highly qualified professionals,S02001658,Stockbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200942 +200942,S00105091,2c3,Professional Service Cosmopolitans,S01008506,Shandon - 05,1a,Cosmopolitan student neighbourhoods,S02001592,Shandon,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200943 +200943,S00105795,2c3,Professional Service Cosmopolitans,S01008490,Slateford and Chesser - 05,1a,Cosmopolitan student neighbourhoods,S02001589,Slateford and Chesser,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200944 +200944,S00106881,2c3,Professional Service Cosmopolitans,S01008847,New Town East and Gayfield - 03,1a,Cosmopolitan student neighbourhoods,S02001655,New Town East and Gayfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200945 +200945,S00103425,2c3,Professional Service Cosmopolitans,S01008850,New Town West - 02,1a,Cosmopolitan student neighbourhoods,S02001656,New Town West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200946 +200946,S00105097,2c3,Professional Service Cosmopolitans,S01008505,Shandon - 04,1a,Cosmopolitan student neighbourhoods,S02001592,Shandon,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200947 +200947,S00103546,2c3,Professional Service Cosmopolitans,S01008860,Stockbridge - 04,1a,Cosmopolitan student neighbourhoods,S02001658,Stockbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200948 +200948,S00104122,2c3,Professional Service Cosmopolitans,S01008820,Bonnington - 04,1a,Cosmopolitan student neighbourhoods,S02001649,Bonnington,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200949 +200949,S00105796,2c3,Professional Service Cosmopolitans,S01008490,Slateford and Chesser - 05,1a,Cosmopolitan student neighbourhoods,S02001589,Slateford and Chesser,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200950 +200950,S00106890,2c3,Professional Service Cosmopolitans,S01008851,New Town West - 03,1a,Cosmopolitan student neighbourhoods,S02001656,New Town West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200951 +200951,S00103426,2c3,Professional Service Cosmopolitans,S01008850,New Town West - 02,1a,Cosmopolitan student neighbourhoods,S02001656,New Town West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200952 +200952,S00103427,2c3,Professional Service Cosmopolitans,S01008850,New Town West - 02,1a,Cosmopolitan student neighbourhoods,S02001656,New Town West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200953 +200953,S00103428,2c3,Professional Service Cosmopolitans,S01008855,Canonmills and New Town North - 03,1a,Cosmopolitan student neighbourhoods,S02001657,Canonmills and New Town North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200954 +200954,S00103429,2c3,Professional Service Cosmopolitans,S01008855,Canonmills and New Town North - 03,1a,Cosmopolitan student neighbourhoods,S02001657,Canonmills and New Town North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200955 +200955,S00103430,2c3,Professional Service Cosmopolitans,S01008855,Canonmills and New Town North - 03,1a,Cosmopolitan student neighbourhoods,S02001657,Canonmills and New Town North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200956 +200956,S00103431,2c3,Professional Service Cosmopolitans,S01008854,Canonmills and New Town North - 02,1a,Cosmopolitan student neighbourhoods,S02001657,Canonmills and New Town North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200957 +200957,S00103433,2c3,Professional Service Cosmopolitans,S01008854,Canonmills and New Town North - 02,1a,Cosmopolitan student neighbourhoods,S02001657,Canonmills and New Town North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200958 +200958,S00103436,2c3,Professional Service Cosmopolitans,S01008854,Canonmills and New Town North - 02,1a,Cosmopolitan student neighbourhoods,S02001657,Canonmills and New Town North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200959 +200959,S00103437,2c3,Professional Service Cosmopolitans,S01008849,New Town West - 01,1a,Cosmopolitan student neighbourhoods,S02001656,New Town West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200960 +200960,S00103438,2c3,Professional Service Cosmopolitans,S01008854,Canonmills and New Town North - 02,1a,Cosmopolitan student neighbourhoods,S02001657,Canonmills and New Town North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200961 +200961,S00103441,2c3,Professional Service Cosmopolitans,S01008854,Canonmills and New Town North - 02,1a,Cosmopolitan student neighbourhoods,S02001657,Canonmills and New Town North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200962 +200962,S00103442,2c3,Professional Service Cosmopolitans,S01008849,New Town West - 01,1a,Cosmopolitan student neighbourhoods,S02001656,New Town West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200963 +200963,S00103443,2c3,Professional Service Cosmopolitans,S01008854,Canonmills and New Town North - 02,1a,Cosmopolitan student neighbourhoods,S02001657,Canonmills and New Town North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200964 +200964,S00103448,2c3,Professional Service Cosmopolitans,S01008848,New Town East and Gayfield - 04,1a,Cosmopolitan student neighbourhoods,S02001655,New Town East and Gayfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200965 +200965,S00103449,2c3,Professional Service Cosmopolitans,S01008853,Canonmills and New Town North - 01,1a,Cosmopolitan student neighbourhoods,S02001657,Canonmills and New Town North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200966 +200966,S00103450,2c3,Professional Service Cosmopolitans,S01008853,Canonmills and New Town North - 01,1a,Cosmopolitan student neighbourhoods,S02001657,Canonmills and New Town North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200967 +200967,S00103451,2c3,Professional Service Cosmopolitans,S01008853,Canonmills and New Town North - 01,1a,Cosmopolitan student neighbourhoods,S02001657,Canonmills and New Town North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200968 +200968,S00103452,2c3,Professional Service Cosmopolitans,S01008848,New Town East and Gayfield - 04,1a,Cosmopolitan student neighbourhoods,S02001655,New Town East and Gayfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200969 +200969,S00103453,2c3,Professional Service Cosmopolitans,S01008853,Canonmills and New Town North - 01,1a,Cosmopolitan student neighbourhoods,S02001657,Canonmills and New Town North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200970 +200970,S00103454,2c3,Professional Service Cosmopolitans,S01008847,New Town East and Gayfield - 03,1a,Cosmopolitan student neighbourhoods,S02001655,New Town East and Gayfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200971 +200971,S00103457,2c3,Professional Service Cosmopolitans,S01008869,Deans Village - 02,1a,Cosmopolitan student neighbourhoods,S02001660,Deans Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200972 +200972,S00103459,2c3,Professional Service Cosmopolitans,S01008869,Deans Village - 02,1a,Cosmopolitan student neighbourhoods,S02001660,Deans Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200973 +200973,S00103460,2c3,Professional Service Cosmopolitans,S01008869,Deans Village - 02,1a,Cosmopolitan student neighbourhoods,S02001660,Deans Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200974 +200974,S00103462,2c3,Professional Service Cosmopolitans,S01008852,New Town West - 04,1a,Cosmopolitan student neighbourhoods,S02001656,New Town West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200975 +200975,S00103463,2c3,Professional Service Cosmopolitans,S01008852,New Town West - 04,1a,Cosmopolitan student neighbourhoods,S02001656,New Town West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200976 +200976,S00103480,2c3,Professional Service Cosmopolitans,S01008639,Bruntsfield - 02,1a,Cosmopolitan student neighbourhoods,S02001617,Bruntsfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200977 +200977,S00103482,2c3,Professional Service Cosmopolitans,S01008644,Bruntsfield - 07,1a,Cosmopolitan student neighbourhoods,S02001617,Bruntsfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200978 +200978,S00103483,2c3,Professional Service Cosmopolitans,S01008639,Bruntsfield - 02,1a,Cosmopolitan student neighbourhoods,S02001617,Bruntsfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200979 +200979,S00103485,2c3,Professional Service Cosmopolitans,S01008638,Bruntsfield - 01,1a,Cosmopolitan student neighbourhoods,S02001617,Bruntsfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200980 +200980,S00103504,2c3,Professional Service Cosmopolitans,S01008667,Meadows and Southside - 02,1a,Cosmopolitan student neighbourhoods,S02001621,Meadows and Southside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200981 +200981,S00103521,2c3,Professional Service Cosmopolitans,S01008867,Comely Bank - 04,3c,Highly qualified professionals,S02001659,Comely Bank,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200982 +200982,S00103522,2c3,Professional Service Cosmopolitans,S01008867,Comely Bank - 04,3c,Highly qualified professionals,S02001659,Comely Bank,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200983 +200983,S00103523,2c3,Professional Service Cosmopolitans,S01008865,Comely Bank - 02,1a,Cosmopolitan student neighbourhoods,S02001659,Comely Bank,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200984 +200984,S00103526,2c3,Professional Service Cosmopolitans,S01008864,Comely Bank - 01,1a,Cosmopolitan student neighbourhoods,S02001659,Comely Bank,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200985 +200985,S00103528,2c3,Professional Service Cosmopolitans,S01008866,Comely Bank - 03,1a,Cosmopolitan student neighbourhoods,S02001659,Comely Bank,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200986 +200986,S00103529,2c3,Professional Service Cosmopolitans,S01008864,Comely Bank - 01,1a,Cosmopolitan student neighbourhoods,S02001659,Comely Bank,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200987 +200987,S00103530,2c3,Professional Service Cosmopolitans,S01008864,Comely Bank - 01,1a,Cosmopolitan student neighbourhoods,S02001659,Comely Bank,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200988 +200988,S00103531,2c3,Professional Service Cosmopolitans,S01008865,Comely Bank - 02,1a,Cosmopolitan student neighbourhoods,S02001659,Comely Bank,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200989 +200989,S00103532,2c3,Professional Service Cosmopolitans,S01008866,Comely Bank - 03,1a,Cosmopolitan student neighbourhoods,S02001659,Comely Bank,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200990 +200990,S00103533,2c3,Professional Service Cosmopolitans,S01008866,Comely Bank - 03,1a,Cosmopolitan student neighbourhoods,S02001659,Comely Bank,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200991 +200991,S00103534,2c3,Professional Service Cosmopolitans,S01008866,Comely Bank - 03,1a,Cosmopolitan student neighbourhoods,S02001659,Comely Bank,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200992 +200992,S00103535,2c3,Professional Service Cosmopolitans,S01008867,Comely Bank - 04,3c,Highly qualified professionals,S02001659,Comely Bank,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200993 +200993,S00105098,2c3,Professional Service Cosmopolitans,S01008505,Shandon - 04,1a,Cosmopolitan student neighbourhoods,S02001592,Shandon,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200994 +200994,S00103547,2c3,Professional Service Cosmopolitans,S01008860,Stockbridge - 04,1a,Cosmopolitan student neighbourhoods,S02001658,Stockbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200995 +200995,S00104125,2c3,Professional Service Cosmopolitans,S01008775,North Leith and Newhaven - 04,1a,Cosmopolitan student neighbourhoods,S02001641,North Leith and Newhaven,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200996 +200996,S00105797,2c3,Professional Service Cosmopolitans,S01008490,Slateford and Chesser - 05,1a,Cosmopolitan student neighbourhoods,S02001589,Slateford and Chesser,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200997 +200997,S00105844,2c3,Professional Service Cosmopolitans,S01008448,Colinton and Kingsknowe - 05,8a,Affluent communities,S02001581,Colinton and Kingsknowe,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200998 +200998,S00106038,2c3,Professional Service Cosmopolitans,S01008730,Portobello - 03,1a,Cosmopolitan student neighbourhoods,S02001632,Portobello,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,200999 +200999,S00106891,2c3,Professional Service Cosmopolitans,S01008859,Stockbridge - 03,1a,Cosmopolitan student neighbourhoods,S02001658,Stockbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201000 +201000,S00105100,2c3,Professional Service Cosmopolitans,S01008504,Shandon - 03,1a,Cosmopolitan student neighbourhoods,S02001592,Shandon,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201001 +201001,S00103548,2c3,Professional Service Cosmopolitans,S01008860,Stockbridge - 04,1a,Cosmopolitan student neighbourhoods,S02001658,Stockbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201002 +201002,S00104127,2c3,Professional Service Cosmopolitans,S01008773,North Leith and Newhaven - 02,1a,Cosmopolitan student neighbourhoods,S02001641,North Leith and Newhaven,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201003 +201003,S00106039,2c3,Professional Service Cosmopolitans,S01008730,Portobello - 03,1a,Cosmopolitan student neighbourhoods,S02001632,Portobello,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201004 +201004,S00106892,2c3,Professional Service Cosmopolitans,S01008859,Stockbridge - 03,1a,Cosmopolitan student neighbourhoods,S02001658,Stockbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201005 +201005,S00106248,2c3,Professional Service Cosmopolitans,S01008558,"Gracemount, Southhouse and Burdiehouse - 06",4d,Hard-pressed flat dwellers,S02001602,"Gracemount, Southhouse and Burdiehouse",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201006 +201006,S00105104,2c3,Professional Service Cosmopolitans,S01008503,Shandon - 02,1a,Cosmopolitan student neighbourhoods,S02001592,Shandon,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201007 +201007,S00103553,2c3,Professional Service Cosmopolitans,S01008862,Stockbridge - 06,1a,Cosmopolitan student neighbourhoods,S02001658,Stockbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201008 +201008,S00104142,2c3,Professional Service Cosmopolitans,S01008789,Great Junction Street - 05,4d,Hard-pressed flat dwellers,S02001643,Great Junction Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201009 +201009,S00106893,2c3,Professional Service Cosmopolitans,S01008859,Stockbridge - 03,1a,Cosmopolitan student neighbourhoods,S02001658,Stockbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201010 +201010,S00106483,2c3,Professional Service Cosmopolitans,S01009010,Queensferry West - 02,5c,Comfortable neighbourhoods,S02001686,Queensferry West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201011 +201011,S00105109,2c3,Professional Service Cosmopolitans,S01008502,Shandon - 01,1a,Cosmopolitan student neighbourhoods,S02001592,Shandon,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201012 +201012,S00103555,2c3,Professional Service Cosmopolitans,S01008862,Stockbridge - 06,1a,Cosmopolitan student neighbourhoods,S02001658,Stockbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201013 +201013,S00106894,2c3,Professional Service Cosmopolitans,S01008859,Stockbridge - 03,1a,Cosmopolitan student neighbourhoods,S02001658,Stockbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201014 +201014,S00104162,2c3,Professional Service Cosmopolitans,S01008786,Great Junction Street - 02,1a,Cosmopolitan student neighbourhoods,S02001643,Great Junction Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201015 +201015,S00106515,2c3,Professional Service Cosmopolitans,S01008821,Trinity East and The Dudleys - 01,3c,Highly qualified professionals,S02001650,Trinity East and The Dudleys,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201016 +201016,S00103556,2c3,Professional Service Cosmopolitans,S01008866,Comely Bank - 03,1a,Cosmopolitan student neighbourhoods,S02001659,Comely Bank,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201017 +201017,S00105126,2c3,Professional Service Cosmopolitans,S01008507,Shandon - 06,1a,Cosmopolitan student neighbourhoods,S02001592,Shandon,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201018 +201018,S00106895,2c3,Professional Service Cosmopolitans,S01008855,Canonmills and New Town North - 03,1a,Cosmopolitan student neighbourhoods,S02001657,Canonmills and New Town North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201019 +201019,S00104172,2c3,Professional Service Cosmopolitans,S01008816,Pilrig - 04,1a,Cosmopolitan student neighbourhoods,S02001648,Pilrig,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201020 +201020,S00106523,2c3,Professional Service Cosmopolitans,S01008778,The Shore and Constitution Street - 01,1a,Cosmopolitan student neighbourhoods,S02001642,The Shore and Constitution Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201021 +201021,S00103557,2c3,Professional Service Cosmopolitans,S01008866,Comely Bank - 03,1a,Cosmopolitan student neighbourhoods,S02001659,Comely Bank,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201022 +201022,S00105128,2c3,Professional Service Cosmopolitans,S01008507,Shandon - 06,1a,Cosmopolitan student neighbourhoods,S02001592,Shandon,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201023 +201023,S00104174,2c3,Professional Service Cosmopolitans,S01008816,Pilrig - 04,1a,Cosmopolitan student neighbourhoods,S02001648,Pilrig,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201024 +201024,S00106896,2c3,Professional Service Cosmopolitans,S01008852,New Town West - 04,1a,Cosmopolitan student neighbourhoods,S02001656,New Town West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201025 +201025,S00104193,2c3,Professional Service Cosmopolitans,S01008779,The Shore and Constitution Street - 02,1a,Cosmopolitan student neighbourhoods,S02001642,The Shore and Constitution Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201026 +201026,S00106528,2c3,Professional Service Cosmopolitans,S01008778,The Shore and Constitution Street - 01,1a,Cosmopolitan student neighbourhoods,S02001642,The Shore and Constitution Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201027 +201027,S00103558,2c3,Professional Service Cosmopolitans,S01008866,Comely Bank - 03,1a,Cosmopolitan student neighbourhoods,S02001659,Comely Bank,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201028 +201028,S00105129,2c3,Professional Service Cosmopolitans,S01008507,Shandon - 06,1a,Cosmopolitan student neighbourhoods,S02001592,Shandon,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201029 +201029,S00106536,2c3,Professional Service Cosmopolitans,S01008845,New Town East and Gayfield - 01,1a,Cosmopolitan student neighbourhoods,S02001655,New Town East and Gayfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201030 +201030,S00103559,2c3,Professional Service Cosmopolitans,S01008863,Stockbridge - 07,1a,Cosmopolitan student neighbourhoods,S02001658,Stockbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201031 +201031,S00104194,2c3,Professional Service Cosmopolitans,S01008779,The Shore and Constitution Street - 02,1a,Cosmopolitan student neighbourhoods,S02001642,The Shore and Constitution Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201032 +201032,S00106897,2c3,Professional Service Cosmopolitans,S01008852,New Town West - 04,1a,Cosmopolitan student neighbourhoods,S02001656,New Town West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201033 +201033,S00105132,2c3,Professional Service Cosmopolitans,S01008646,Polwarth - 02,1a,Cosmopolitan student neighbourhoods,S02001618,Polwarth,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201034 +201034,S00106543,2c3,Professional Service Cosmopolitans,S01008682,"Canongate, Southside and Dumbiedykes - 03",1a,Cosmopolitan student neighbourhoods,S02001623,"Canongate, Southside and Dumbiedykes",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201035 +201035,S00103560,2c3,Professional Service Cosmopolitans,S01008863,Stockbridge - 07,1a,Cosmopolitan student neighbourhoods,S02001658,Stockbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201036 +201036,S00104206,2c3,Professional Service Cosmopolitans,S01008768,Western Harbour and Leith Docks - 01,3c,Highly qualified professionals,S02001640,Western Harbour and Leith Docks,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201037 +201037,S00106901,2c3,Professional Service Cosmopolitans,S01008851,New Town West - 03,1a,Cosmopolitan student neighbourhoods,S02001656,New Town West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201038 +201038,S00106902,2c3,Professional Service Cosmopolitans,S01008849,New Town West - 01,1a,Cosmopolitan student neighbourhoods,S02001656,New Town West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201039 +201039,S00106903,2c3,Professional Service Cosmopolitans,S01008849,New Town West - 01,1a,Cosmopolitan student neighbourhoods,S02001656,New Town West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201040 +201040,S00106904,2c3,Professional Service Cosmopolitans,S01008848,New Town East and Gayfield - 04,1a,Cosmopolitan student neighbourhoods,S02001655,New Town East and Gayfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201041 +201041,S00106905,2c3,Professional Service Cosmopolitans,S01008848,New Town East and Gayfield - 04,1a,Cosmopolitan student neighbourhoods,S02001655,New Town East and Gayfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201042 +201042,S00106906,2c3,Professional Service Cosmopolitans,S01008849,New Town West - 01,1a,Cosmopolitan student neighbourhoods,S02001656,New Town West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201043 +201043,S00106907,2c3,Professional Service Cosmopolitans,S01008848,New Town East and Gayfield - 04,1a,Cosmopolitan student neighbourhoods,S02001655,New Town East and Gayfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201044 +201044,S00106908,2c3,Professional Service Cosmopolitans,S01008869,Deans Village - 02,1a,Cosmopolitan student neighbourhoods,S02001660,Deans Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201045 +201045,S00106933,2c3,Professional Service Cosmopolitans,S01008865,Comely Bank - 02,1a,Cosmopolitan student neighbourhoods,S02001659,Comely Bank,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201046 +201046,S00106934,2c3,Professional Service Cosmopolitans,S01008865,Comely Bank - 02,1a,Cosmopolitan student neighbourhoods,S02001659,Comely Bank,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201047 +201047,S00106935,2c3,Professional Service Cosmopolitans,S01008865,Comely Bank - 02,1a,Cosmopolitan student neighbourhoods,S02001659,Comely Bank,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201048 +201048,S00106936,2c3,Professional Service Cosmopolitans,S01008865,Comely Bank - 02,1a,Cosmopolitan student neighbourhoods,S02001659,Comely Bank,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201049 +201049,S00106938,2c3,Professional Service Cosmopolitans,S01008864,Comely Bank - 01,1a,Cosmopolitan student neighbourhoods,S02001659,Comely Bank,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201050 +201050,S00106939,2c3,Professional Service Cosmopolitans,S01008864,Comely Bank - 01,1a,Cosmopolitan student neighbourhoods,S02001659,Comely Bank,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201051 +201051,S00106940,2c3,Professional Service Cosmopolitans,S01008863,Stockbridge - 07,1a,Cosmopolitan student neighbourhoods,S02001658,Stockbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201052 +201052,S00106941,2c3,Professional Service Cosmopolitans,S01008866,Comely Bank - 03,1a,Cosmopolitan student neighbourhoods,S02001659,Comely Bank,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201053 +201053,S00106945,2c3,Professional Service Cosmopolitans,S01008889,"Craigleith, Orchard Brae and Crewe Toll - 04",3c,Highly qualified professionals,S02001663,"Craigleith, Orchard Brae and Crewe Toll",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201054 +201054,S00106949,2c3,Professional Service Cosmopolitans,S01008888,"Craigleith, Orchard Brae and Crewe Toll - 03",1a,Cosmopolitan student neighbourhoods,S02001663,"Craigleith, Orchard Brae and Crewe Toll",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201055 +201055,S00106950,2c3,Professional Service Cosmopolitans,S01008888,"Craigleith, Orchard Brae and Crewe Toll - 03",1a,Cosmopolitan student neighbourhoods,S02001663,"Craigleith, Orchard Brae and Crewe Toll",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201056 +201056,S00106951,2c3,Professional Service Cosmopolitans,S01008888,"Craigleith, Orchard Brae and Crewe Toll - 03",1a,Cosmopolitan student neighbourhoods,S02001663,"Craigleith, Orchard Brae and Crewe Toll",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201057 +201057,S00106952,2c3,Professional Service Cosmopolitans,S01008888,"Craigleith, Orchard Brae and Crewe Toll - 03",1a,Cosmopolitan student neighbourhoods,S02001663,"Craigleith, Orchard Brae and Crewe Toll",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201058 +201058,S00106953,2c3,Professional Service Cosmopolitans,S01008888,"Craigleith, Orchard Brae and Crewe Toll - 03",1a,Cosmopolitan student neighbourhoods,S02001663,"Craigleith, Orchard Brae and Crewe Toll",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201059 +201059,S00106954,2c3,Professional Service Cosmopolitans,S01008886,"Craigleith, Orchard Brae and Crewe Toll - 01",3c,Highly qualified professionals,S02001663,"Craigleith, Orchard Brae and Crewe Toll",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201060 +201060,S00106955,2c3,Professional Service Cosmopolitans,S01008865,Comely Bank - 02,1a,Cosmopolitan student neighbourhoods,S02001659,Comely Bank,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201061 +201061,S00106956,2c3,Professional Service Cosmopolitans,S01008886,"Craigleith, Orchard Brae and Crewe Toll - 01",3c,Highly qualified professionals,S02001663,"Craigleith, Orchard Brae and Crewe Toll",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201062 +201062,S00106960,2c3,Professional Service Cosmopolitans,S01008887,"Craigleith, Orchard Brae and Crewe Toll - 02",3c,Highly qualified professionals,S02001663,"Craigleith, Orchard Brae and Crewe Toll",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201063 +201063,S00106961,2c3,Professional Service Cosmopolitans,S01008886,"Craigleith, Orchard Brae and Crewe Toll - 01",3c,Highly qualified professionals,S02001663,"Craigleith, Orchard Brae and Crewe Toll",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201064 +201064,S00106963,2c3,Professional Service Cosmopolitans,S01008870,Deans Village - 03,3c,Highly qualified professionals,S02001660,Deans Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201065 +201065,S00106979,2c3,Professional Service Cosmopolitans,S01008947,"Barnton, Cammo and Cramond South - 04",8a,Affluent communities,S02001674,"Barnton, Cammo and Cramond South",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201066 +201066,S00106996,2c3,Professional Service Cosmopolitans,S01008823,Trinity East and The Dudleys - 03,3c,Highly qualified professionals,S02001650,Trinity East and The Dudleys,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201067 +201067,S00107007,2c3,Professional Service Cosmopolitans,S01008775,North Leith and Newhaven - 04,1a,Cosmopolitan student neighbourhoods,S02001641,North Leith and Newhaven,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201068 +201068,S00107016,2c3,Professional Service Cosmopolitans,S01008817,Bonnington - 01,1a,Cosmopolitan student neighbourhoods,S02001649,Bonnington,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201069 +201069,S00103561,2c3,Professional Service Cosmopolitans,S01008866,Comely Bank - 03,1a,Cosmopolitan student neighbourhoods,S02001659,Comely Bank,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201070 +201070,S00106559,2c3,Professional Service Cosmopolitans,S01008630,Morningside - 07,1a,Cosmopolitan student neighbourhoods,S02001615,Morningside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201071 +201071,S00105140,2c3,Professional Service Cosmopolitans,S01008646,Polwarth - 02,1a,Cosmopolitan student neighbourhoods,S02001618,Polwarth,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201072 +201072,S00105157,2c3,Professional Service Cosmopolitans,S01008645,Polwarth - 01,1a,Cosmopolitan student neighbourhoods,S02001618,Polwarth,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201073 +201073,S00105202,2c3,Professional Service Cosmopolitans,S01008647,Polwarth - 03,1a,Cosmopolitan student neighbourhoods,S02001618,Polwarth,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201074 +201074,S00104207,2c3,Professional Service Cosmopolitans,S01008792,South Leith - 01,1a,Cosmopolitan student neighbourhoods,S02001644,South Leith,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201075 +201075,S00106563,2c3,Professional Service Cosmopolitans,S01008517,Morningside and Craighouse - 04,1a,Cosmopolitan student neighbourhoods,S02001594,Morningside and Craighouse,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201076 +201076,S00103562,2c3,Professional Service Cosmopolitans,S01008863,Stockbridge - 07,1a,Cosmopolitan student neighbourhoods,S02001658,Stockbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201077 +201077,S00105204,2c3,Professional Service Cosmopolitans,S01008647,Polwarth - 03,1a,Cosmopolitan student neighbourhoods,S02001618,Polwarth,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201078 +201078,S00104212,2c3,Professional Service Cosmopolitans,S01008781,The Shore and Constitution Street - 04,6a,Inner city cosmopolitan,S02001642,The Shore and Constitution Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201079 +201079,S00106568,2c3,Professional Service Cosmopolitans,S01008833,"Inverleith, Goldenacre and Warriston - 02",3c,Highly qualified professionals,S02001652,"Inverleith, Goldenacre and Warriston",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201080 +201080,S00103563,2c3,Professional Service Cosmopolitans,S01008863,Stockbridge - 07,1a,Cosmopolitan student neighbourhoods,S02001658,Stockbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201081 +201081,S00105205,2c3,Professional Service Cosmopolitans,S01008498,Gorgie East - 02,1a,Cosmopolitan student neighbourhoods,S02001591,Gorgie East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201082 +201082,S00104240,2c3,Professional Service Cosmopolitans,S01008797,South Leith - 06,1a,Cosmopolitan student neighbourhoods,S02001644,South Leith,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201083 +201083,S00106574,2c3,Professional Service Cosmopolitans,S01008503,Shandon - 02,1a,Cosmopolitan student neighbourhoods,S02001592,Shandon,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201084 +201084,S00103566,2c3,Professional Service Cosmopolitans,S01008860,Stockbridge - 04,1a,Cosmopolitan student neighbourhoods,S02001658,Stockbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201085 +201085,S00103567,2c3,Professional Service Cosmopolitans,S01008860,Stockbridge - 04,1a,Cosmopolitan student neighbourhoods,S02001658,Stockbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201086 +201086,S00103568,2c3,Professional Service Cosmopolitans,S01008862,Stockbridge - 06,1a,Cosmopolitan student neighbourhoods,S02001658,Stockbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201087 +201087,S00103569,2c3,Professional Service Cosmopolitans,S01008860,Stockbridge - 04,1a,Cosmopolitan student neighbourhoods,S02001658,Stockbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201088 +201088,S00103571,2c3,Professional Service Cosmopolitans,S01008858,Stockbridge - 02,1a,Cosmopolitan student neighbourhoods,S02001658,Stockbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201089 +201089,S00103681,2c3,Professional Service Cosmopolitans,S01008869,Deans Village - 02,1a,Cosmopolitan student neighbourhoods,S02001660,Deans Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201090 +201090,S00103682,2c3,Professional Service Cosmopolitans,S01008870,Deans Village - 03,3c,Highly qualified professionals,S02001660,Deans Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201091 +201091,S00103684,2c3,Professional Service Cosmopolitans,S01008870,Deans Village - 03,3c,Highly qualified professionals,S02001660,Deans Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201092 +201092,S00103688,2c3,Professional Service Cosmopolitans,S01008867,Comely Bank - 04,3c,Highly qualified professionals,S02001659,Comely Bank,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201093 +201093,S00103689,2c3,Professional Service Cosmopolitans,S01008869,Deans Village - 02,1a,Cosmopolitan student neighbourhoods,S02001660,Deans Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201094 +201094,S00103690,2c3,Professional Service Cosmopolitans,S01008869,Deans Village - 02,1a,Cosmopolitan student neighbourhoods,S02001660,Deans Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201095 +201095,S00103691,2c3,Professional Service Cosmopolitans,S01008867,Comely Bank - 04,3c,Highly qualified professionals,S02001659,Comely Bank,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201096 +201096,S00103709,2c3,Professional Service Cosmopolitans,S01008934,Muirhouse - 06,7a,Urban cultural mix,S02001671,Muirhouse,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201097 +201097,S00103812,2c3,Professional Service Cosmopolitans,S01008942,Cramond - 02,3a,Achieving neighbourhoods,S02001673,Cramond,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201098 +201098,S00103813,2c3,Professional Service Cosmopolitans,S01008942,Cramond - 02,3a,Achieving neighbourhoods,S02001673,Cramond,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201099 +201099,S00103964,2c3,Professional Service Cosmopolitans,S01008920,Granton and Royston Mains - 01,1a,Cosmopolitan student neighbourhoods,S02001669,Granton and Royston Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201100 +201100,S00103997,2c3,Professional Service Cosmopolitans,S01008911,Boswall and Pilton - 03,1a,Cosmopolitan student neighbourhoods,S02001667,Boswall and Pilton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201101 +201101,S00103999,2c3,Professional Service Cosmopolitans,S01008911,Boswall and Pilton - 03,1a,Cosmopolitan student neighbourhoods,S02001667,Boswall and Pilton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201102 +201102,S00104006,2c3,Professional Service Cosmopolitans,S01008910,Boswall and Pilton - 02,3d,Households in terraces and flats,S02001667,Boswall and Pilton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201103 +201103,S00104025,2c3,Professional Service Cosmopolitans,S01008911,Boswall and Pilton - 03,1a,Cosmopolitan student neighbourhoods,S02001667,Boswall and Pilton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201104 +201104,S00104028,2c3,Professional Service Cosmopolitans,S01008832,"Inverleith, Goldenacre and Warriston - 01",3c,Highly qualified professionals,S02001652,"Inverleith, Goldenacre and Warriston",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201105 +201105,S00104035,2c3,Professional Service Cosmopolitans,S01008830,Trinity - 05,3c,Highly qualified professionals,S02001651,Trinity,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201106 +201106,S00104045,2c3,Professional Service Cosmopolitans,S01008826,Trinity - 01,3c,Highly qualified professionals,S02001651,Trinity,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201107 +201107,S00104053,2c3,Professional Service Cosmopolitans,S01008830,Trinity - 05,3c,Highly qualified professionals,S02001651,Trinity,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201108 +201108,S00104056,2c3,Professional Service Cosmopolitans,S01008830,Trinity - 05,3c,Highly qualified professionals,S02001651,Trinity,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201109 +201109,S00104057,2c3,Professional Service Cosmopolitans,S01008828,Trinity - 03,3c,Highly qualified professionals,S02001651,Trinity,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201110 +201110,S00104059,2c3,Professional Service Cosmopolitans,S01008830,Trinity - 05,3c,Highly qualified professionals,S02001651,Trinity,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201111 +201111,S00104073,2c3,Professional Service Cosmopolitans,S01008826,Trinity - 01,3c,Highly qualified professionals,S02001651,Trinity,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201112 +201112,S00104081,2c3,Professional Service Cosmopolitans,S01008825,Trinity East and The Dudleys - 05,3c,Highly qualified professionals,S02001650,Trinity East and The Dudleys,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201113 +201113,S00104085,2c3,Professional Service Cosmopolitans,S01008819,Bonnington - 03,3c,Highly qualified professionals,S02001649,Bonnington,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201114 +201114,S00105208,2c3,Professional Service Cosmopolitans,S01008498,Gorgie East - 02,1a,Cosmopolitan student neighbourhoods,S02001591,Gorgie East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201115 +201115,S00105236,2c3,Professional Service Cosmopolitans,S01008657,Dalry and Fountainbridge - 07,1a,Cosmopolitan student neighbourhoods,S02001619,Dalry and Fountainbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201116 +201116,S00106575,2c3,Professional Service Cosmopolitans,S01008497,Gorgie East - 01,1a,Cosmopolitan student neighbourhoods,S02001591,Gorgie East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201117 +201117,S00104243,2c3,Professional Service Cosmopolitans,S01008798,Easter Road and Hawkhill Avenue - 01,1a,Cosmopolitan student neighbourhoods,S02001645,Easter Road and Hawkhill Avenue,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201118 +201118,S00105238,2c3,Professional Service Cosmopolitans,S01008657,Dalry and Fountainbridge - 07,1a,Cosmopolitan student neighbourhoods,S02001619,Dalry and Fountainbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201119 +201119,S00105377,2c3,Professional Service Cosmopolitans,S01008877,Balgreen and Roseburn - 03,3a,Achieving neighbourhoods,S02001661,Balgreen and Roseburn,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201120 +201120,S00105390,2c3,Professional Service Cosmopolitans,S01008875,Balgreen and Roseburn - 01,1a,Cosmopolitan student neighbourhoods,S02001661,Balgreen and Roseburn,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201121 +201121,S00105392,2c3,Professional Service Cosmopolitans,S01008875,Balgreen and Roseburn - 01,1a,Cosmopolitan student neighbourhoods,S02001661,Balgreen and Roseburn,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201122 +201122,S00105399,2c3,Professional Service Cosmopolitans,S01008874,Deans Village - 07,1a,Cosmopolitan student neighbourhoods,S02001660,Deans Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201123 +201123,S00105400,2c3,Professional Service Cosmopolitans,S01008872,Deans Village - 05,1a,Cosmopolitan student neighbourhoods,S02001660,Deans Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201124 +201124,S00105401,2c3,Professional Service Cosmopolitans,S01008872,Deans Village - 05,1a,Cosmopolitan student neighbourhoods,S02001660,Deans Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201125 +201125,S00105402,2c3,Professional Service Cosmopolitans,S01008872,Deans Village - 05,1a,Cosmopolitan student neighbourhoods,S02001660,Deans Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201126 +201126,S00105403,2c3,Professional Service Cosmopolitans,S01008871,Deans Village - 04,1a,Cosmopolitan student neighbourhoods,S02001660,Deans Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201127 +201127,S00105404,2c3,Professional Service Cosmopolitans,S01008871,Deans Village - 04,1a,Cosmopolitan student neighbourhoods,S02001660,Deans Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201128 +201128,S00105405,2c3,Professional Service Cosmopolitans,S01008871,Deans Village - 04,1a,Cosmopolitan student neighbourhoods,S02001660,Deans Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201129 +201129,S00105406,2c3,Professional Service Cosmopolitans,S01008872,Deans Village - 05,1a,Cosmopolitan student neighbourhoods,S02001660,Deans Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201130 +201130,S00105408,2c3,Professional Service Cosmopolitans,S01008872,Deans Village - 05,1a,Cosmopolitan student neighbourhoods,S02001660,Deans Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201131 +201131,S00105409,2c3,Professional Service Cosmopolitans,S01008871,Deans Village - 04,1a,Cosmopolitan student neighbourhoods,S02001660,Deans Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201132 +201132,S00105410,2c3,Professional Service Cosmopolitans,S01008871,Deans Village - 04,1a,Cosmopolitan student neighbourhoods,S02001660,Deans Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201133 +201133,S00105411,2c3,Professional Service Cosmopolitans,S01008871,Deans Village - 04,1a,Cosmopolitan student neighbourhoods,S02001660,Deans Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201134 +201134,S00105448,2c3,Professional Service Cosmopolitans,S01008873,Deans Village - 06,3c,Highly qualified professionals,S02001660,Deans Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201135 +201135,S00105450,2c3,Professional Service Cosmopolitans,S01008873,Deans Village - 06,3c,Highly qualified professionals,S02001660,Deans Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201136 +201136,S00105454,2c3,Professional Service Cosmopolitans,S01008982,Corstorphine South - 02,4d,Hard-pressed flat dwellers,S02001681,Corstorphine South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201137 +201137,S00105456,2c3,Professional Service Cosmopolitans,S01008982,Corstorphine South - 02,4d,Hard-pressed flat dwellers,S02001681,Corstorphine South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201138 +201138,S00105508,2c3,Professional Service Cosmopolitans,S01008979,Carrick Knowe - 03,3d,Households in terraces and flats,S02001680,Carrick Knowe,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201139 +201139,S00105512,2c3,Professional Service Cosmopolitans,S01008978,Carrick Knowe - 02,3d,Households in terraces and flats,S02001680,Carrick Knowe,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201140 +201140,S00105521,2c3,Professional Service Cosmopolitans,S01008973,Corstorphine - 04,3c,Highly qualified professionals,S02001679,Corstorphine,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201141 +201141,S00105588,2c3,Professional Service Cosmopolitans,S01008970,Corstorphine - 01,8a,Affluent communities,S02001679,Corstorphine,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201142 +201142,S00105608,2c3,Professional Service Cosmopolitans,S01008958,East Craigs North - 04,4d,Hard-pressed flat dwellers,S02001676,East Craigs North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201143 +201143,S00105620,2c3,Professional Service Cosmopolitans,S01008983,Corstorphine South - 03,1a,Cosmopolitan student neighbourhoods,S02001681,Corstorphine South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201144 +201144,S00104246,2c3,Professional Service Cosmopolitans,S01008798,Easter Road and Hawkhill Avenue - 01,1a,Cosmopolitan student neighbourhoods,S02001645,Easter Road and Hawkhill Avenue,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201145 +201145,S00104259,2c3,Professional Service Cosmopolitans,S01008797,South Leith - 06,1a,Cosmopolitan student neighbourhoods,S02001644,South Leith,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201146 +201146,S00106576,2c3,Professional Service Cosmopolitans,S01008645,Polwarth - 01,1a,Cosmopolitan student neighbourhoods,S02001618,Polwarth,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201147 +201147,S00104262,2c3,Professional Service Cosmopolitans,S01008795,South Leith - 04,1a,Cosmopolitan student neighbourhoods,S02001644,South Leith,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201148 +201148,S00106583,2c3,Professional Service Cosmopolitans,S01008852,New Town West - 04,1a,Cosmopolitan student neighbourhoods,S02001656,New Town West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201149 +201149,S00104289,2c3,Professional Service Cosmopolitans,S01008792,South Leith - 01,1a,Cosmopolitan student neighbourhoods,S02001644,South Leith,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201150 +201150,S00106590,2c3,Professional Service Cosmopolitans,S01008467,Parkhead and Sighthill - 04,4d,Hard-pressed flat dwellers,S02001585,Parkhead and Sighthill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201151 +201151,S00106595,2c3,Professional Service Cosmopolitans,S01008848,New Town East and Gayfield - 04,1a,Cosmopolitan student neighbourhoods,S02001655,New Town East and Gayfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201152 +201152,S00106601,2c3,Professional Service Cosmopolitans,S01008868,Deans Village - 01,1a,Cosmopolitan student neighbourhoods,S02001660,Deans Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201153 +201153,S00106602,2c3,Professional Service Cosmopolitans,S01008869,Deans Village - 02,1a,Cosmopolitan student neighbourhoods,S02001660,Deans Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201154 +201154,S00106614,2c3,Professional Service Cosmopolitans,S01008458,The Calders - 05,4d,Hard-pressed flat dwellers,S02001583,The Calders,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201155 +201155,S00106658,2c3,Professional Service Cosmopolitans,S01008865,Comely Bank - 02,1a,Cosmopolitan student neighbourhoods,S02001659,Comely Bank,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201156 +201156,S00106659,2c3,Professional Service Cosmopolitans,S01008865,Comely Bank - 02,1a,Cosmopolitan student neighbourhoods,S02001659,Comely Bank,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201157 +201157,S00106660,2c3,Professional Service Cosmopolitans,S01008865,Comely Bank - 02,1a,Cosmopolitan student neighbourhoods,S02001659,Comely Bank,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201158 +201158,S00106662,2c3,Professional Service Cosmopolitans,S01008832,"Inverleith, Goldenacre and Warriston - 01",3c,Highly qualified professionals,S02001652,"Inverleith, Goldenacre and Warriston",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201159 +201159,S00106684,2c3,Professional Service Cosmopolitans,S01008862,Stockbridge - 06,1a,Cosmopolitan student neighbourhoods,S02001658,Stockbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201160 +201160,S00106692,2c3,Professional Service Cosmopolitans,S01008886,"Craigleith, Orchard Brae and Crewe Toll - 01",3c,Highly qualified professionals,S02001663,"Craigleith, Orchard Brae and Crewe Toll",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201161 +201161,S00106727,2c3,Professional Service Cosmopolitans,S01008859,Stockbridge - 03,1a,Cosmopolitan student neighbourhoods,S02001658,Stockbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201162 +201162,S00106728,2c3,Professional Service Cosmopolitans,S01008857,Stockbridge - 01,1a,Cosmopolitan student neighbourhoods,S02001658,Stockbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201163 +201163,S00106729,2c3,Professional Service Cosmopolitans,S01008857,Stockbridge - 01,1a,Cosmopolitan student neighbourhoods,S02001658,Stockbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201164 +201164,S00106730,2c3,Professional Service Cosmopolitans,S01008834,"Inverleith, Goldenacre and Warriston - 03",3c,Highly qualified professionals,S02001652,"Inverleith, Goldenacre and Warriston",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201165 +201165,S00106732,2c3,Professional Service Cosmopolitans,S01008658,Dalry and Fountainbridge - 08,1a,Cosmopolitan student neighbourhoods,S02001619,Dalry and Fountainbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201166 +201166,S00106741,2c3,Professional Service Cosmopolitans,S01008888,"Craigleith, Orchard Brae and Crewe Toll - 03",1a,Cosmopolitan student neighbourhoods,S02001663,"Craigleith, Orchard Brae and Crewe Toll",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201167 +201167,S00106745,2c3,Professional Service Cosmopolitans,S01008815,Pilrig - 03,1a,Cosmopolitan student neighbourhoods,S02001648,Pilrig,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201168 +201168,S00106746,2c3,Professional Service Cosmopolitans,S01008816,Pilrig - 04,1a,Cosmopolitan student neighbourhoods,S02001648,Pilrig,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201169 +201169,S00106759,2c3,Professional Service Cosmopolitans,S01008810,Hillside and Calton Hill - 05,1a,Cosmopolitan student neighbourhoods,S02001647,Hillside and Calton Hill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201170 +201170,S00106760,2c3,Professional Service Cosmopolitans,S01008808,Hillside and Calton Hill - 03,1a,Cosmopolitan student neighbourhoods,S02001647,Hillside and Calton Hill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201171 +201171,S00106761,2c3,Professional Service Cosmopolitans,S01008808,Hillside and Calton Hill - 03,1a,Cosmopolitan student neighbourhoods,S02001647,Hillside and Calton Hill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201172 +201172,S00106762,2c3,Professional Service Cosmopolitans,S01008808,Hillside and Calton Hill - 03,1a,Cosmopolitan student neighbourhoods,S02001647,Hillside and Calton Hill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201173 +201173,S00106766,2c3,Professional Service Cosmopolitans,S01008692,Meadowbank and Abbeyhill North - 04,1a,Cosmopolitan student neighbourhoods,S02001625,Meadowbank and Abbeyhill North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201174 +201174,S00106770,2c3,Professional Service Cosmopolitans,S01008807,Hillside and Calton Hill - 02,1a,Cosmopolitan student neighbourhoods,S02001647,Hillside and Calton Hill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201175 +201175,S00106780,2c3,Professional Service Cosmopolitans,S01008694,Willowbrae and Duddingston Village - 01,1a,Cosmopolitan student neighbourhoods,S02001626,Willowbrae and Duddingston Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201176 +201176,S00104291,2c3,Professional Service Cosmopolitans,S01008765,Leith (Hermitage and Prospect Bank) - 04,3c,Highly qualified professionals,S02001639,Leith (Hermitage and Prospect Bank),S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201177 +201177,S00104292,2c3,Professional Service Cosmopolitans,S01008765,Leith (Hermitage and Prospect Bank) - 04,3c,Highly qualified professionals,S02001639,Leith (Hermitage and Prospect Bank),S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201178 +201178,S00104295,2c3,Professional Service Cosmopolitans,S01008765,Leith (Hermitage and Prospect Bank) - 04,3c,Highly qualified professionals,S02001639,Leith (Hermitage and Prospect Bank),S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201179 +201179,S00104318,2c3,Professional Service Cosmopolitans,S01008843,Broughton South - 04,1a,Cosmopolitan student neighbourhoods,S02001654,Broughton South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201180 +201180,S00104321,2c3,Professional Service Cosmopolitans,S01008843,Broughton South - 04,1a,Cosmopolitan student neighbourhoods,S02001654,Broughton South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201181 +201181,S00104327,2c3,Professional Service Cosmopolitans,S01008840,Broughton South - 01,1a,Cosmopolitan student neighbourhoods,S02001654,Broughton South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201182 +201182,S00104328,2c3,Professional Service Cosmopolitans,S01008840,Broughton South - 01,1a,Cosmopolitan student neighbourhoods,S02001654,Broughton South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201183 +201183,S00104329,2c3,Professional Service Cosmopolitans,S01008840,Broughton South - 01,1a,Cosmopolitan student neighbourhoods,S02001654,Broughton South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201184 +201184,S00104332,2c3,Professional Service Cosmopolitans,S01008840,Broughton South - 01,1a,Cosmopolitan student neighbourhoods,S02001654,Broughton South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201185 +201185,S00104333,2c3,Professional Service Cosmopolitans,S01008840,Broughton South - 01,1a,Cosmopolitan student neighbourhoods,S02001654,Broughton South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201186 +201186,S00104334,2c3,Professional Service Cosmopolitans,S01008840,Broughton South - 01,1a,Cosmopolitan student neighbourhoods,S02001654,Broughton South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201187 +201187,S00104336,2c3,Professional Service Cosmopolitans,S01008839,Broughton North and Powderhall - 04,1a,Cosmopolitan student neighbourhoods,S02001653,Broughton North and Powderhall,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201188 +201188,S00104339,2c3,Professional Service Cosmopolitans,S01008839,Broughton North and Powderhall - 04,1a,Cosmopolitan student neighbourhoods,S02001653,Broughton North and Powderhall,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201189 +201189,S00104347,2c3,Professional Service Cosmopolitans,S01008838,Broughton North and Powderhall - 03,1a,Cosmopolitan student neighbourhoods,S02001653,Broughton North and Powderhall,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201190 +201190,S00104350,2c3,Professional Service Cosmopolitans,S01008836,Broughton North and Powderhall - 01,1a,Cosmopolitan student neighbourhoods,S02001653,Broughton North and Powderhall,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201191 +201191,S00104355,2c3,Professional Service Cosmopolitans,S01008837,Broughton North and Powderhall - 02,1a,Cosmopolitan student neighbourhoods,S02001653,Broughton North and Powderhall,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201192 +201192,S00104357,2c3,Professional Service Cosmopolitans,S01008837,Broughton North and Powderhall - 02,1a,Cosmopolitan student neighbourhoods,S02001653,Broughton North and Powderhall,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201193 +201193,S00104360,2c3,Professional Service Cosmopolitans,S01008837,Broughton North and Powderhall - 02,1a,Cosmopolitan student neighbourhoods,S02001653,Broughton North and Powderhall,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201194 +201194,S00104361,2c3,Professional Service Cosmopolitans,S01008837,Broughton North and Powderhall - 02,1a,Cosmopolitan student neighbourhoods,S02001653,Broughton North and Powderhall,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201195 +201195,S00104363,2c3,Professional Service Cosmopolitans,S01008839,Broughton North and Powderhall - 04,1a,Cosmopolitan student neighbourhoods,S02001653,Broughton North and Powderhall,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201196 +201196,S00104365,2c3,Professional Service Cosmopolitans,S01008839,Broughton North and Powderhall - 04,1a,Cosmopolitan student neighbourhoods,S02001653,Broughton North and Powderhall,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201197 +201197,S00104369,2c3,Professional Service Cosmopolitans,S01008837,Broughton North and Powderhall - 02,1a,Cosmopolitan student neighbourhoods,S02001653,Broughton North and Powderhall,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201198 +201198,S00104373,2c3,Professional Service Cosmopolitans,S01008809,Hillside and Calton Hill - 04,1a,Cosmopolitan student neighbourhoods,S02001647,Hillside and Calton Hill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201199 +201199,S00104375,2c3,Professional Service Cosmopolitans,S01008809,Hillside and Calton Hill - 04,1a,Cosmopolitan student neighbourhoods,S02001647,Hillside and Calton Hill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201200 +201200,S00107253,2c3,Professional Service Cosmopolitans,S01008608,The Grange - 05,3c,Highly qualified professionals,S02001612,The Grange,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201201 +201201,S00107257,2c3,Professional Service Cosmopolitans,S01008588,"Blackford, West Mains and Mayfield Road - 02",3c,Highly qualified professionals,S02001609,"Blackford, West Mains and Mayfield Road",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201202 +201202,S00107259,2c3,Professional Service Cosmopolitans,S01008590,"Blackford, West Mains and Mayfield Road - 04",1a,Cosmopolitan student neighbourhoods,S02001609,"Blackford, West Mains and Mayfield Road",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201203 +201203,S00107261,2c3,Professional Service Cosmopolitans,S01008590,"Blackford, West Mains and Mayfield Road - 04",1a,Cosmopolitan student neighbourhoods,S02001609,"Blackford, West Mains and Mayfield Road",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201204 +201204,S00107262,2c3,Professional Service Cosmopolitans,S01008590,"Blackford, West Mains and Mayfield Road - 04",1a,Cosmopolitan student neighbourhoods,S02001609,"Blackford, West Mains and Mayfield Road",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201205 +201205,S00107263,2c3,Professional Service Cosmopolitans,S01008627,Morningside - 04,3c,Highly qualified professionals,S02001615,Morningside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201206 +201206,S00107264,2c3,Professional Service Cosmopolitans,S01008628,Morningside - 05,1a,Cosmopolitan student neighbourhoods,S02001615,Morningside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201207 +201207,S00107265,2c3,Professional Service Cosmopolitans,S01008623,Marchmont West - 07,1a,Cosmopolitan student neighbourhoods,S02001614,Marchmont West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201208 +201208,S00107021,2c3,Professional Service Cosmopolitans,S01008778,The Shore and Constitution Street - 01,1a,Cosmopolitan student neighbourhoods,S02001642,The Shore and Constitution Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201209 +201209,S00105850,5b3,Self-Sufficient Retirement,S01008484,Longstone and Saughton - 04,5c,Comfortable neighbourhoods,S02001588,Longstone and Saughton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201210 +201210,S00106448,8c3,Renting Hard-Pressed Workers,S01008998,"Dalmeny, Kirkliston and Newbridge - 02",4a,Challenged white communities,S02001684,"Dalmeny, Kirkliston and Newbridge",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201211 +201211,S00103782,6b3,Semi-Detached Ageing,S01008935,Siverknowes and Davidson's Mains - 01,3a,Achieving neighbourhoods,S02001672,Siverknowes and Davidson's Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201212 +201212,S00107271,2c3,Professional Service Cosmopolitans,S01008522,Greenbank and The Braids - 04,8a,Affluent communities,S02001595,Greenbank and The Braids,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201213 +201213,S00107274,2c3,Professional Service Cosmopolitans,S01008514,Morningside and Craighouse - 01,3c,Highly qualified professionals,S02001594,Morningside and Craighouse,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201214 +201214,S00107277,2c3,Professional Service Cosmopolitans,S01008517,Morningside and Craighouse - 04,1a,Cosmopolitan student neighbourhoods,S02001594,Morningside and Craighouse,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201215 +201215,S00107279,2c3,Professional Service Cosmopolitans,S01008631,Morningside - 08,1a,Cosmopolitan student neighbourhoods,S02001615,Morningside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201216 +201216,S00107281,2c3,Professional Service Cosmopolitans,S01008632,Merchiston and Greenhill - 01,1a,Cosmopolitan student neighbourhoods,S02001616,Merchiston and Greenhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201217 +201217,S00107292,2c3,Professional Service Cosmopolitans,S01008626,Morningside - 03,3c,Highly qualified professionals,S02001615,Morningside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201218 +201218,S00107305,2c3,Professional Service Cosmopolitans,S01008503,Shandon - 02,1a,Cosmopolitan student neighbourhoods,S02001592,Shandon,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201219 +201219,S00107306,2c3,Professional Service Cosmopolitans,S01008506,Shandon - 05,1a,Cosmopolitan student neighbourhoods,S02001592,Shandon,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201220 +201220,S00107307,2c3,Professional Service Cosmopolitans,S01008507,Shandon - 06,1a,Cosmopolitan student neighbourhoods,S02001592,Shandon,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201221 +201221,S00107312,2c3,Professional Service Cosmopolitans,S01008634,Merchiston and Greenhill - 03,1a,Cosmopolitan student neighbourhoods,S02001616,Merchiston and Greenhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201222 +201222,S00107313,2c3,Professional Service Cosmopolitans,S01008646,Polwarth - 02,1a,Cosmopolitan student neighbourhoods,S02001618,Polwarth,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201223 +201223,S00107314,2c3,Professional Service Cosmopolitans,S01008648,Polwarth - 04,1a,Cosmopolitan student neighbourhoods,S02001618,Polwarth,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201224 +201224,S00107317,2c3,Professional Service Cosmopolitans,S01008644,Bruntsfield - 07,1a,Cosmopolitan student neighbourhoods,S02001617,Bruntsfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201225 +201225,S00107336,2c3,Professional Service Cosmopolitans,S01008657,Dalry and Fountainbridge - 07,1a,Cosmopolitan student neighbourhoods,S02001619,Dalry and Fountainbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201226 +201226,S00107370,2c3,Professional Service Cosmopolitans,S01008874,Deans Village - 07,1a,Cosmopolitan student neighbourhoods,S02001660,Deans Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201227 +201227,S00103456,2b1,Students and Commuters,S01008871,Deans Village - 04,1a,Cosmopolitan student neighbourhoods,S02001660,Deans Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201228 +201228,S00107371,2c3,Professional Service Cosmopolitans,S01008874,Deans Village - 07,1a,Cosmopolitan student neighbourhoods,S02001660,Deans Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201229 +201229,S00107372,2c3,Professional Service Cosmopolitans,S01008874,Deans Village - 07,1a,Cosmopolitan student neighbourhoods,S02001660,Deans Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201230 +201230,S00107373,2c3,Professional Service Cosmopolitans,S01008874,Deans Village - 07,1a,Cosmopolitan student neighbourhoods,S02001660,Deans Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201231 +201231,S00107376,2c3,Professional Service Cosmopolitans,S01008872,Deans Village - 05,1a,Cosmopolitan student neighbourhoods,S02001660,Deans Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201232 +201232,S00107378,2c3,Professional Service Cosmopolitans,S01008871,Deans Village - 04,1a,Cosmopolitan student neighbourhoods,S02001660,Deans Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201233 +201233,S00107379,2c3,Professional Service Cosmopolitans,S01008871,Deans Village - 04,1a,Cosmopolitan student neighbourhoods,S02001660,Deans Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201234 +201234,S00107385,2c3,Professional Service Cosmopolitans,S01008988,South Gyle - 02,3c,Highly qualified professionals,S02001682,South Gyle,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201235 +201235,S00107388,2c3,Professional Service Cosmopolitans,S01008988,South Gyle - 02,3c,Highly qualified professionals,S02001682,South Gyle,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201236 +201236,S00107389,2c3,Professional Service Cosmopolitans,S01008988,South Gyle - 02,3c,Highly qualified professionals,S02001682,South Gyle,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201237 +201237,S00107423,2c3,Professional Service Cosmopolitans,S01008509,Craiglockhart - 02,3c,Highly qualified professionals,S02001593,Craiglockhart,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201238 +201238,S00107424,2c3,Professional Service Cosmopolitans,S01008509,Craiglockhart - 02,3c,Highly qualified professionals,S02001593,Craiglockhart,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201239 +201239,S00107425,2c3,Professional Service Cosmopolitans,S01008509,Craiglockhart - 02,3c,Highly qualified professionals,S02001593,Craiglockhart,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201240 +201240,S00107426,2c3,Professional Service Cosmopolitans,S01008509,Craiglockhart - 02,3c,Highly qualified professionals,S02001593,Craiglockhart,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201241 +201241,S00107436,2c3,Professional Service Cosmopolitans,S01008491,Slateford and Chesser - 06,1a,Cosmopolitan student neighbourhoods,S02001589,Slateford and Chesser,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201242 +201242,S00107509,2c3,Professional Service Cosmopolitans,S01008594,"Blackford, West Mains and Mayfield Road - 08",3c,Highly qualified professionals,S02001609,"Blackford, West Mains and Mayfield Road",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201243 +201243,S00107592,2c3,Professional Service Cosmopolitans,S01008824,Trinity East and The Dudleys - 04,3c,Highly qualified professionals,S02001650,Trinity East and The Dudleys,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201244 +201244,S00107613,2c3,Professional Service Cosmopolitans,S01008584,The Inch - 04,3d,Households in terraces and flats,S02001608,The Inch,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201245 +201245,S00107614,2c3,Professional Service Cosmopolitans,S01008576,Liberton East - 04,3c,Highly qualified professionals,S02001606,Liberton East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201246 +201246,S00107615,2c3,Professional Service Cosmopolitans,S01008572,Moredun and Craigour - 04,3c,Highly qualified professionals,S02001605,Moredun and Craigour,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201247 +201247,S00104502,8c3,Renting Hard-Pressed Workers,S01008750,Craigentinny - 04,8a,Affluent communities,S02001636,Craigentinny,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201248 +201248,S00105979,8c3,Renting Hard-Pressed Workers,S01008421,Balerno and Bonnington Village - 05,5c,Comfortable neighbourhoods,S02001576,Balerno and Bonnington Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201249 +201249,S00106136,8c3,Renting Hard-Pressed Workers,S01008716,"Bingham, Magdalene and The Christians - 05",4d,Hard-pressed flat dwellers,S02001629,"Bingham, Magdalene and The Christians",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201250 +201250,S00106183,8c3,Renting Hard-Pressed Workers,S01008586,The Inch - 06,4c,Hampered neighbourhoods,S02001608,The Inch,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201251 +201251,S00106354,8c3,Renting Hard-Pressed Workers,S01008566,Fernieside and Moredun South - 03,4a,Challenged white communities,S02001604,Fernieside and Moredun South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201252 +201252,S00106384,8c3,Renting Hard-Pressed Workers,S01008554,"Gracemount, Southhouse and Burdiehouse - 02",4c,Hampered neighbourhoods,S02001602,"Gracemount, Southhouse and Burdiehouse",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201253 +201253,S00106402,8c3,Renting Hard-Pressed Workers,S01008560,Hyvots and Gilmerton - 02,4c,Hampered neighbourhoods,S02001603,Hyvots and Gilmerton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201254 +201254,S00106442,8c3,Renting Hard-Pressed Workers,S01008996,"Ratho, Ingliston and Gogar - 04",5e,Primary sector workers,S02001683,"Ratho, Ingliston and Gogar",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201255 +201255,S00106642,4a2,Social Renting New Arrivals,S01008703,Craigmillar - 03,7a,Urban cultural mix,S02001627,Craigmillar,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201256 +201256,S00106214,7d2,Retired Independent City Dwellers,S01008595,Prestonfield - 01,1a,Cosmopolitan student neighbourhoods,S02001610,Prestonfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201257 +201257,S00105856,5b3,Self-Sufficient Retirement,S01008484,Longstone and Saughton - 04,5c,Comfortable neighbourhoods,S02001588,Longstone and Saughton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201258 +201258,S00106449,8c3,Renting Hard-Pressed Workers,S01008998,"Dalmeny, Kirkliston and Newbridge - 02",4a,Challenged white communities,S02001684,"Dalmeny, Kirkliston and Newbridge",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201259 +201259,S00106649,4a2,Social Renting New Arrivals,S01008710,Niddrie - 05,7a,Urban cultural mix,S02001628,Niddrie,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201260 +201260,S00104468,6b3,Semi-Detached Ageing,S01008693,Meadowbank and Abbeyhill North - 05,5c,Comfortable neighbourhoods,S02001625,Meadowbank and Abbeyhill North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201261 +201261,S00106391,7d2,Retired Independent City Dwellers,S01008555,"Gracemount, Southhouse and Burdiehouse - 03",4d,Hard-pressed flat dwellers,S02001602,"Gracemount, Southhouse and Burdiehouse",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201262 +201262,S00107024,2c3,Professional Service Cosmopolitans,S01008769,Western Harbour and Leith Docks - 02,1a,Cosmopolitan student neighbourhoods,S02001640,Western Harbour and Leith Docks,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201263 +201263,S00105932,5b3,Self-Sufficient Retirement,S01008431,Currie East - 03,8a,Affluent communities,S02001578,Currie East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201264 +201264,S00106969,4a2,Social Renting New Arrivals,S01008924,Granton West and Salvesen - 01,4c,Hampered neighbourhoods,S02001670,Granton West and Salvesen,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201265 +201265,S00103461,2b1,Students and Commuters,S01008852,New Town West - 04,1a,Cosmopolitan student neighbourhoods,S02001656,New Town West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201266 +201266,S00106451,8c3,Renting Hard-Pressed Workers,S01008998,"Dalmeny, Kirkliston and Newbridge - 02",4a,Challenged white communities,S02001684,"Dalmeny, Kirkliston and Newbridge",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201267 +201267,S00104477,6b3,Semi-Detached Ageing,S01008693,Meadowbank and Abbeyhill North - 05,5c,Comfortable neighbourhoods,S02001625,Meadowbank and Abbeyhill North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201268 +201268,S00106470,8c3,Renting Hard-Pressed Workers,S01009006,Queensferry East - 04,5c,Comfortable neighbourhoods,S02001685,Queensferry East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201269 +201269,S00103465,2b1,Students and Commuters,S01008868,Deans Village - 01,1a,Cosmopolitan student neighbourhoods,S02001660,Deans Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201270 +201270,S00105934,5b3,Self-Sufficient Retirement,S01008430,Currie East - 02,8c,Comfortable suburbia,S02001578,Currie East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201271 +201271,S00107025,2c3,Professional Service Cosmopolitans,S01008771,Western Harbour and Leith Docks - 04,1a,Cosmopolitan student neighbourhoods,S02001640,Western Harbour and Leith Docks,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201272 +201272,S00107411,4a2,Social Renting New Arrivals,S01008533,Comiston and Swanston - 01,3a,Achieving neighbourhoods,S02001598,Comiston and Swanston,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201273 +201273,S00106587,7d2,Retired Independent City Dwellers,S01008476,Stenhouse and Saughton Mains - 04,4d,Hard-pressed flat dwellers,S02001587,Stenhouse and Saughton Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201274 +201274,S00106837,8c3,Renting Hard-Pressed Workers,S01008434,Baberton and Juniper Green - 02,8c,Comfortable suburbia,S02001579,Baberton and Juniper Green,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201275 +201275,S00105941,5b3,Self-Sufficient Retirement,S01008430,Currie East - 02,8c,Comfortable suburbia,S02001578,Currie East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201276 +201276,S00107026,2c3,Professional Service Cosmopolitans,S01008769,Western Harbour and Leith Docks - 02,1a,Cosmopolitan student neighbourhoods,S02001640,Western Harbour and Leith Docks,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201277 +201277,S00103466,2b1,Students and Commuters,S01008660,Tollcross - 02,1a,Cosmopolitan student neighbourhoods,S02001620,Tollcross,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201278 +201278,S00106682,7d2,Retired Independent City Dwellers,S01009009,Queensferry West - 01,4d,Hard-pressed flat dwellers,S02001686,Queensferry West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201279 +201279,S00105065,6b3,Semi-Detached Ageing,S01008534,Comiston and Swanston - 02,3a,Achieving neighbourhoods,S02001598,Comiston and Swanston,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201280 +201280,S00107507,4a2,Social Renting New Arrivals,S01008585,The Inch - 05,3d,Households in terraces and flats,S02001608,The Inch,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201281 +201281,S00107538,8c3,Renting Hard-Pressed Workers,S01008571,Moredun and Craigour - 03,4c,Hampered neighbourhoods,S02001605,Moredun and Craigour,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201282 +201282,S00105952,5b3,Self-Sufficient Retirement,S01008430,Currie East - 02,8c,Comfortable suburbia,S02001578,Currie East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201283 +201283,S00107027,2c3,Professional Service Cosmopolitans,S01008771,Western Harbour and Leith Docks - 04,1a,Cosmopolitan student neighbourhoods,S02001640,Western Harbour and Leith Docks,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201284 +201284,S00103467,2b1,Students and Commuters,S01008660,Tollcross - 02,1a,Cosmopolitan student neighbourhoods,S02001620,Tollcross,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201285 +201285,S00106740,7d2,Retired Independent City Dwellers,S01008832,"Inverleith, Goldenacre and Warriston - 01",3c,Highly qualified professionals,S02001652,"Inverleith, Goldenacre and Warriston",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201286 +201286,S00103468,2b1,Students and Commuters,S01008660,Tollcross - 02,1a,Cosmopolitan student neighbourhoods,S02001620,Tollcross,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201287 +201287,S00105491,6b3,Semi-Detached Ageing,S01008986,Corstorphine South - 06,8b,Ageing suburbanites,S02001681,Corstorphine South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201288 +201288,S00103573,7d4,Retired City Hardship,S01008892,Blackhall - 01,3c,Highly qualified professionals,S02001664,Blackhall,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201289 +201289,S00105492,6b3,Semi-Detached Ageing,S01008987,South Gyle - 01,8b,Ageing suburbanites,S02001682,South Gyle,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201290 +201290,S00107029,2c3,Professional Service Cosmopolitans,S01008769,Western Harbour and Leith Docks - 02,1a,Cosmopolitan student neighbourhoods,S02001640,Western Harbour and Leith Docks,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201291 +201291,S00103469,2b1,Students and Commuters,S01008660,Tollcross - 02,1a,Cosmopolitan student neighbourhoods,S02001620,Tollcross,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201292 +201292,S00107030,2c3,Professional Service Cosmopolitans,S01008770,Western Harbour and Leith Docks - 03,1a,Cosmopolitan student neighbourhoods,S02001640,Western Harbour and Leith Docks,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201293 +201293,S00104269,7d4,Retired City Hardship,S01008793,South Leith - 02,1a,Cosmopolitan student neighbourhoods,S02001644,South Leith,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201294 +201294,S00105495,6b3,Semi-Detached Ageing,S01008987,South Gyle - 01,8b,Ageing suburbanites,S02001682,South Gyle,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201295 +201295,S00106830,7d2,Retired Independent City Dwellers,S01008531,Oxgangs - 03,4d,Hard-pressed flat dwellers,S02001597,Oxgangs,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201296 +201296,S00105953,5b3,Self-Sufficient Retirement,S01008437,Baberton and Juniper Green - 05,3c,Highly qualified professionals,S02001579,Baberton and Juniper Green,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201297 +201297,S00107535,4a2,Social Renting New Arrivals,S01008568,Fernieside and Moredun South - 05,3d,Households in terraces and flats,S02001604,Fernieside and Moredun South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201298 +201298,S00105954,5b3,Self-Sufficient Retirement,S01008437,Baberton and Juniper Green - 05,3c,Highly qualified professionals,S02001579,Baberton and Juniper Green,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201299 +201299,S00103470,2b1,Students and Commuters,S01008660,Tollcross - 02,1a,Cosmopolitan student neighbourhoods,S02001620,Tollcross,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201300 +201300,S00107032,2c3,Professional Service Cosmopolitans,S01008770,Western Harbour and Leith Docks - 03,1a,Cosmopolitan student neighbourhoods,S02001640,Western Harbour and Leith Docks,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201301 +201301,S00104285,7d4,Retired City Hardship,S01008794,South Leith - 03,1a,Cosmopolitan student neighbourhoods,S02001644,South Leith,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201302 +201302,S00105496,6b3,Semi-Detached Ageing,S01008987,South Gyle - 01,8b,Ageing suburbanites,S02001682,South Gyle,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201303 +201303,S00107550,4a2,Social Renting New Arrivals,S01008548,Gilmerton South and the Murrays - 02,3a,Achieving neighbourhoods,S02001600,Gilmerton South and the Murrays,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201304 +201304,S00105958,5b3,Self-Sufficient Retirement,S01008436,Baberton and Juniper Green - 04,8a,Affluent communities,S02001579,Baberton and Juniper Green,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201305 +201305,S00103471,2b1,Students and Commuters,S01008659,Tollcross - 01,1a,Cosmopolitan student neighbourhoods,S02001620,Tollcross,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201306 +201306,S00107033,2c3,Professional Service Cosmopolitans,S01008771,Western Harbour and Leith Docks - 04,1a,Cosmopolitan student neighbourhoods,S02001640,Western Harbour and Leith Docks,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201307 +201307,S00105497,6b3,Semi-Detached Ageing,S01008987,South Gyle - 01,8b,Ageing suburbanites,S02001682,South Gyle,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201308 +201308,S00103474,2b1,Students and Commuters,S01008651,Dalry and Fountainbridge - 01,1a,Cosmopolitan student neighbourhoods,S02001619,Dalry and Fountainbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201309 +201309,S00104521,7d4,Retired City Hardship,S01008742,Mountcastle - 04,3c,Highly qualified professionals,S02001634,Mountcastle,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201310 +201310,S00107035,2c3,Professional Service Cosmopolitans,S01008769,Western Harbour and Leith Docks - 02,1a,Cosmopolitan student neighbourhoods,S02001640,Western Harbour and Leith Docks,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201311 +201311,S00105963,5b3,Self-Sufficient Retirement,S01008443,Bonaly and The Pentlands - 06,8a,Affluent communities,S02001580,Bonaly and The Pentlands,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201312 +201312,S00105325,3b1,Striving Service Workers,S01008456,The Calders - 03,6a,Inner city cosmopolitan,S02001583,The Calders,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201313 +201313,S00105500,6b3,Semi-Detached Ageing,S01008986,Corstorphine South - 06,8b,Ageing suburbanites,S02001681,Corstorphine South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201314 +201314,S00103475,2b1,Students and Commuters,S01008658,Dalry and Fountainbridge - 08,1a,Cosmopolitan student neighbourhoods,S02001619,Dalry and Fountainbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201315 +201315,S00104652,7d4,Retired City Hardship,S01008686,Abbeyhill - 01,1a,Cosmopolitan student neighbourhoods,S02001624,Abbeyhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201316 +201316,S00107036,2c3,Professional Service Cosmopolitans,S01008770,Western Harbour and Leith Docks - 03,1a,Cosmopolitan student neighbourhoods,S02001640,Western Harbour and Leith Docks,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201317 +201317,S00103524,2a1,Student Communal Living,S01008864,Comely Bank - 01,1a,Cosmopolitan student neighbourhoods,S02001659,Comely Bank,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201318 +201318,S00105975,5b3,Self-Sufficient Retirement,S01008420,Balerno and Bonnington Village - 04,8a,Affluent communities,S02001576,Balerno and Bonnington Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201319 +201319,S00106229,2a1,Student Communal Living,S01008601,Newington and Dalkeith Road - 03,1a,Cosmopolitan student neighbourhoods,S02001611,Newington and Dalkeith Road,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201320 +201320,S00105501,6b3,Semi-Detached Ageing,S01008985,Corstorphine South - 05,3d,Households in terraces and flats,S02001681,Corstorphine South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201321 +201321,S00103476,2b1,Students and Commuters,S01008658,Dalry and Fountainbridge - 08,1a,Cosmopolitan student neighbourhoods,S02001619,Dalry and Fountainbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201322 +201322,S00104904,7d4,Retired City Hardship,S01008638,Bruntsfield - 01,1a,Cosmopolitan student neighbourhoods,S02001617,Bruntsfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201323 +201323,S00107037,2c3,Professional Service Cosmopolitans,S01008771,Western Harbour and Leith Docks - 04,1a,Cosmopolitan student neighbourhoods,S02001640,Western Harbour and Leith Docks,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201324 +201324,S00105505,7d4,Retired City Hardship,S01008975,Corstorphine - 06,4d,Hard-pressed flat dwellers,S02001679,Corstorphine,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201325 +201325,S00105983,5b3,Self-Sufficient Retirement,S01008422,Balerno and Bonnington Village - 06,8a,Affluent communities,S02001576,Balerno and Bonnington Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201326 +201326,S00107204,2a1,Student Communal Living,S01008685,"Canongate, Southside and Dumbiedykes - 06",1a,Cosmopolitan student neighbourhoods,S02001623,"Canongate, Southside and Dumbiedykes",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201327 +201327,S00107039,2c3,Professional Service Cosmopolitans,S01008770,Western Harbour and Leith Docks - 03,1a,Cosmopolitan student neighbourhoods,S02001640,Western Harbour and Leith Docks,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201328 +201328,S00103478,2b1,Students and Commuters,S01008658,Dalry and Fountainbridge - 08,1a,Cosmopolitan student neighbourhoods,S02001619,Dalry and Fountainbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201329 +201329,S00105551,6b3,Semi-Detached Ageing,S01008961,East Craigs South - 02,3a,Achieving neighbourhoods,S02001677,East Craigs South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201330 +201330,S00105657,7d4,Retired City Hardship,S01008525,Colinton Mains and Firrhill - 02,4d,Hard-pressed flat dwellers,S02001596,Colinton Mains and Firrhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201331 +201331,S00105552,6b3,Semi-Detached Ageing,S01008962,East Craigs South - 03,8a,Affluent communities,S02001677,East Craigs South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201332 +201332,S00106010,5b3,Self-Sufficient Retirement,S01008734,Duddingston and Portobello South - 01,3c,Highly qualified professionals,S02001633,Duddingston and Portobello South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201333 +201333,S00107231,2a1,Student Communal Living,S01008683,"Canongate, Southside and Dumbiedykes - 04",1a,Cosmopolitan student neighbourhoods,S02001623,"Canongate, Southside and Dumbiedykes",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201334 +201334,S00107040,2c3,Professional Service Cosmopolitans,S01008769,Western Harbour and Leith Docks - 02,1a,Cosmopolitan student neighbourhoods,S02001640,Western Harbour and Leith Docks,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201335 +201335,S00103479,2b1,Students and Commuters,S01008659,Tollcross - 01,1a,Cosmopolitan student neighbourhoods,S02001620,Tollcross,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201336 +201336,S00106020,5b3,Self-Sufficient Retirement,S01008732,Portobello - 05,4d,Hard-pressed flat dwellers,S02001632,Portobello,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201337 +201337,S00107042,2c3,Professional Service Cosmopolitans,S01008771,Western Harbour and Leith Docks - 04,1a,Cosmopolitan student neighbourhoods,S02001640,Western Harbour and Leith Docks,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201338 +201338,S00107248,2a1,Student Communal Living,S01008601,Newington and Dalkeith Road - 03,1a,Cosmopolitan student neighbourhoods,S02001611,Newington and Dalkeith Road,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201339 +201339,S00105600,6b3,Semi-Detached Ageing,S01008968,Corstorphine North - 02,8c,Comfortable suburbia,S02001678,Corstorphine North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201340 +201340,S00105765,7d4,Retired City Hardship,S01008486,Slateford and Chesser - 01,4d,Hard-pressed flat dwellers,S02001589,Slateford and Chesser,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201341 +201341,S00105692,6b3,Semi-Detached Ageing,S01008441,Bonaly and The Pentlands - 04,8a,Affluent communities,S02001580,Bonaly and The Pentlands,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201342 +201342,S00103481,2b1,Students and Commuters,S01008643,Bruntsfield - 06,1a,Cosmopolitan student neighbourhoods,S02001617,Bruntsfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201343 +201343,S00104736,2a2,Student Digs,S01008617,Marchmont West - 01,1a,Cosmopolitan student neighbourhoods,S02001614,Marchmont West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201344 +201344,S00106021,5b3,Self-Sufficient Retirement,S01008729,Portobello - 02,3c,Highly qualified professionals,S02001632,Portobello,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201345 +201345,S00107045,2c3,Professional Service Cosmopolitans,S01008769,Western Harbour and Leith Docks - 02,1a,Cosmopolitan student neighbourhoods,S02001640,Western Harbour and Leith Docks,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201346 +201346,S00105841,7d4,Retired City Hardship,S01008483,Longstone and Saughton - 03,4d,Hard-pressed flat dwellers,S02001588,Longstone and Saughton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201347 +201347,S00105864,6b3,Semi-Detached Ageing,S01008436,Baberton and Juniper Green - 04,8a,Affluent communities,S02001579,Baberton and Juniper Green,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201348 +201348,S00103487,2b1,Students and Commuters,S01008665,Tollcross - 07,1a,Cosmopolitan student neighbourhoods,S02001620,Tollcross,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201349 +201349,S00103314,2b1,Students and Commuters,S01008678,"Old Town, Princes Street and Leith Street - 05",1a,Cosmopolitan student neighbourhoods,S02001622,"Old Town, Princes Street and Leith Street",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201350 +201350,S00106057,5b3,Self-Sufficient Retirement,S01008725,Joppa - 04,3c,Highly qualified professionals,S02001631,Joppa,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201351 +201351,S00107046,2c3,Professional Service Cosmopolitans,S01008769,Western Harbour and Leith Docks - 02,1a,Cosmopolitan student neighbourhoods,S02001640,Western Harbour and Leith Docks,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201352 +201352,S00106403,7d4,Retired City Hardship,S01008562,Hyvots and Gilmerton - 04,4d,Hard-pressed flat dwellers,S02001603,Hyvots and Gilmerton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201353 +201353,S00103315,2b1,Students and Commuters,S01008679,"Old Town, Princes Street and Leith Street - 06",1a,Cosmopolitan student neighbourhoods,S02001622,"Old Town, Princes Street and Leith Street",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201354 +201354,S00106060,5b3,Self-Sufficient Retirement,S01008726,Joppa - 05,8a,Affluent communities,S02001631,Joppa,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201355 +201355,S00103488,2b1,Students and Commuters,S01008664,Tollcross - 06,1a,Cosmopolitan student neighbourhoods,S02001620,Tollcross,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201356 +201356,S00105880,6b3,Semi-Detached Ageing,S01008435,Baberton and Juniper Green - 03,8c,Comfortable suburbia,S02001579,Baberton and Juniper Green,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201357 +201357,S00107047,2c3,Professional Service Cosmopolitans,S01008770,Western Harbour and Leith Docks - 03,1a,Cosmopolitan student neighbourhoods,S02001640,Western Harbour and Leith Docks,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201358 +201358,S00106793,7d4,Retired City Hardship,S01008638,Bruntsfield - 01,1a,Cosmopolitan student neighbourhoods,S02001617,Bruntsfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201359 +201359,S00106069,5b3,Self-Sufficient Retirement,S01008724,Joppa - 03,5a,Ageing urban communities,S02001631,Joppa,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201360 +201360,S00103316,2b1,Students and Commuters,S01008679,"Old Town, Princes Street and Leith Street - 06",1a,Cosmopolitan student neighbourhoods,S02001622,"Old Town, Princes Street and Leith Street",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201361 +201361,S00106070,5b3,Self-Sufficient Retirement,S01008722,Joppa - 01,5c,Comfortable neighbourhoods,S02001631,Joppa,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201362 +201362,S00103493,2b1,Students and Commuters,S01008665,Tollcross - 07,1a,Cosmopolitan student neighbourhoods,S02001620,Tollcross,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201363 +201363,S00105936,6b3,Semi-Detached Ageing,S01008429,Currie East - 01,8b,Ageing suburbanites,S02001578,Currie East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201364 +201364,S00107057,2c3,Professional Service Cosmopolitans,S01008784,The Shore and Constitution Street - 07,1a,Cosmopolitan student neighbourhoods,S02001642,The Shore and Constitution Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201365 +201365,S00106818,7d4,Retired City Hardship,S01008874,Deans Village - 07,1a,Cosmopolitan student neighbourhoods,S02001660,Deans Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201366 +201366,S00107058,2c3,Professional Service Cosmopolitans,S01008784,The Shore and Constitution Street - 07,1a,Cosmopolitan student neighbourhoods,S02001642,The Shore and Constitution Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201367 +201367,S00103317,2b1,Students and Commuters,S01008679,"Old Town, Princes Street and Leith Street - 06",1a,Cosmopolitan student neighbourhoods,S02001622,"Old Town, Princes Street and Leith Street",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201368 +201368,S00106820,7d4,Retired City Hardship,S01008958,East Craigs North - 04,4d,Hard-pressed flat dwellers,S02001676,East Craigs North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201369 +201369,S00105945,6b3,Semi-Detached Ageing,S01008432,Currie East - 04,8a,Affluent communities,S02001578,Currie East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201370 +201370,S00103494,2b1,Students and Commuters,S01008663,Tollcross - 05,1a,Cosmopolitan student neighbourhoods,S02001620,Tollcross,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201371 +201371,S00107068,2c3,Professional Service Cosmopolitans,S01008788,Great Junction Street - 04,1a,Cosmopolitan student neighbourhoods,S02001643,Great Junction Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201372 +201372,S00106195,5b3,Self-Sufficient Retirement,S01008593,"Blackford, West Mains and Mayfield Road - 07",3c,Highly qualified professionals,S02001609,"Blackford, West Mains and Mayfield Road",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201373 +201373,S00106937,7d4,Retired City Hardship,S01008864,Comely Bank - 01,1a,Cosmopolitan student neighbourhoods,S02001659,Comely Bank,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201374 +201374,S00103318,2b1,Students and Commuters,S01008679,"Old Town, Princes Street and Leith Street - 06",1a,Cosmopolitan student neighbourhoods,S02001622,"Old Town, Princes Street and Leith Street",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201375 +201375,S00106990,7d4,Retired City Hardship,S01008916,Granton South and Wardieburn - 01,4d,Hard-pressed flat dwellers,S02001668,Granton South and Wardieburn,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201376 +201376,S00106114,6b3,Semi-Detached Ageing,S01008736,Duddingston and Portobello South - 03,8a,Affluent communities,S02001633,Duddingston and Portobello South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201377 +201377,S00103495,2b1,Students and Commuters,S01008664,Tollcross - 06,1a,Cosmopolitan student neighbourhoods,S02001620,Tollcross,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201378 +201378,S00107069,2c3,Professional Service Cosmopolitans,S01008788,Great Junction Street - 04,1a,Cosmopolitan student neighbourhoods,S02001643,Great Junction Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201379 +201379,S00106270,5b3,Self-Sufficient Retirement,S01008577,Liberton West and Braid Hills - 01,8a,Affluent communities,S02001607,Liberton West and Braid Hills,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201380 +201380,S00107070,2c3,Professional Service Cosmopolitans,S01008778,The Shore and Constitution Street - 01,1a,Cosmopolitan student neighbourhoods,S02001642,The Shore and Constitution Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201381 +201381,S00107260,7d4,Retired City Hardship,S01008590,"Blackford, West Mains and Mayfield Road - 04",1a,Cosmopolitan student neighbourhoods,S02001609,"Blackford, West Mains and Mayfield Road",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201382 +201382,S00106309,5b3,Self-Sufficient Retirement,S01008582,The Inch - 02,4d,Hard-pressed flat dwellers,S02001608,The Inch,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201383 +201383,S00103319,2b1,Students and Commuters,S01008677,"Old Town, Princes Street and Leith Street - 04",1a,Cosmopolitan student neighbourhoods,S02001622,"Old Town, Princes Street and Leith Street",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201384 +201384,S00103496,2b1,Students and Commuters,S01008663,Tollcross - 05,1a,Cosmopolitan student neighbourhoods,S02001620,Tollcross,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201385 +201385,S00106278,6b3,Semi-Detached Ageing,S01008578,Liberton West and Braid Hills - 02,8a,Affluent communities,S02001607,Liberton West and Braid Hills,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201386 +201386,S00107071,2c3,Professional Service Cosmopolitans,S01008778,The Shore and Constitution Street - 01,1a,Cosmopolitan student neighbourhoods,S02001642,The Shore and Constitution Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201387 +201387,S00107367,7d4,Retired City Hardship,S01008875,Balgreen and Roseburn - 01,1a,Cosmopolitan student neighbourhoods,S02001661,Balgreen and Roseburn,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201388 +201388,S00107368,7d4,Retired City Hardship,S01008876,Balgreen and Roseburn - 02,8a,Affluent communities,S02001661,Balgreen and Roseburn,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201389 +201389,S00107418,7d4,Retired City Hardship,S01008445,Colinton and Kingsknowe - 02,3c,Highly qualified professionals,S02001581,Colinton and Kingsknowe,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201390 +201390,S00107477,7d4,Retired City Hardship,S01008722,Joppa - 01,5c,Comfortable neighbourhoods,S02001631,Joppa,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201391 +201391,S00103797,7d3,Retired Communal City Dwellers,S01008928,Granton West and Salvesen - 05,4b,Constrained renters,S02001670,Granton West and Salvesen,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201392 +201392,S00104626,7d3,Retired Communal City Dwellers,S01008743,Northfield and Piershill - 01,4d,Hard-pressed flat dwellers,S02001635,Northfield and Piershill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201393 +201393,S00104792,7d3,Retired Communal City Dwellers,S01008609,The Grange - 06,3c,Highly qualified professionals,S02001612,The Grange,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201394 +201394,S00105300,7d3,Retired Communal City Dwellers,S01008478,Stenhouse and Saughton Mains - 06,1a,Cosmopolitan student neighbourhoods,S02001587,Stenhouse and Saughton Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201395 +201395,S00105343,7d3,Retired Communal City Dwellers,S01008468,Broomhouse and Bankhead - 01,4d,Hard-pressed flat dwellers,S02001586,Broomhouse and Bankhead,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201396 +201396,S00105428,7d3,Retired Communal City Dwellers,S01008973,Corstorphine - 04,3c,Highly qualified professionals,S02001679,Corstorphine,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201397 +201397,S00106096,7d3,Retired Communal City Dwellers,S01008712,"Bingham, Magdalene and The Christians - 01",4d,Hard-pressed flat dwellers,S02001629,"Bingham, Magdalene and The Christians",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201398 +201398,S00106253,7d3,Retired Communal City Dwellers,S01008557,"Gracemount, Southhouse and Burdiehouse - 05",7a,Urban cultural mix,S02001602,"Gracemount, Southhouse and Burdiehouse",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201399 +201399,S00106318,7d3,Retired Communal City Dwellers,S01008573,Liberton East - 01,3c,Highly qualified professionals,S02001606,Liberton East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201400 +201400,S00106985,7d3,Retired Communal City Dwellers,S01008954,Clermiston and Drumbrae - 07,4d,Hard-pressed flat dwellers,S02001675,Clermiston and Drumbrae,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201401 +201401,S00107486,7d3,Retired Communal City Dwellers,S01008705,Craigmillar - 05,7a,Urban cultural mix,S02001627,Craigmillar,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201402 +201402,S00103458,7d2,Retired Independent City Dwellers,S01008869,Deans Village - 02,1a,Cosmopolitan student neighbourhoods,S02001660,Deans Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201403 +201403,S00103570,7d2,Retired Independent City Dwellers,S01008859,Stockbridge - 03,1a,Cosmopolitan student neighbourhoods,S02001658,Stockbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201404 +201404,S00104108,7d2,Retired Independent City Dwellers,S01008773,North Leith and Newhaven - 02,1a,Cosmopolitan student neighbourhoods,S02001641,North Leith and Newhaven,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201405 +201405,S00104352,7d2,Retired Independent City Dwellers,S01008835,"Inverleith, Goldenacre and Warriston - 04",3c,Highly qualified professionals,S02001652,"Inverleith, Goldenacre and Warriston",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201406 +201406,S00104424,7d2,Retired Independent City Dwellers,S01008689,Meadowbank and Abbeyhill North - 01,1a,Cosmopolitan student neighbourhoods,S02001625,Meadowbank and Abbeyhill North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201407 +201407,S00105279,7d2,Retired Independent City Dwellers,S01008474,Stenhouse and Saughton Mains - 02,4d,Hard-pressed flat dwellers,S02001587,Stenhouse and Saughton Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201408 +201408,S00105322,7d2,Retired Independent City Dwellers,S01008457,The Calders - 04,4d,Hard-pressed flat dwellers,S02001583,The Calders,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201409 +201409,S00105362,7d2,Retired Independent City Dwellers,S01008879,Balgreen and Roseburn - 05,3d,Households in terraces and flats,S02001661,Balgreen and Roseburn,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201410 +201410,S00105688,7d2,Retired Independent City Dwellers,S01008526,Colinton Mains and Firrhill - 03,4d,Hard-pressed flat dwellers,S02001596,Colinton Mains and Firrhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201411 +201411,S00105955,7d2,Retired Independent City Dwellers,S01008437,Baberton and Juniper Green - 05,3c,Highly qualified professionals,S02001579,Baberton and Juniper Green,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201412 +201412,S00106132,7d2,Retired Independent City Dwellers,S01008715,"Bingham, Magdalene and The Christians - 04",4a,Challenged white communities,S02001629,"Bingham, Magdalene and The Christians",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201413 +201413,S00106208,7d2,Retired Independent City Dwellers,S01008595,Prestonfield - 01,1a,Cosmopolitan student neighbourhoods,S02001610,Prestonfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201414 +201414,S00106323,6b3,Semi-Detached Ageing,S01008571,Moredun and Craigour - 03,4c,Hampered neighbourhoods,S02001605,Moredun and Craigour,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201415 +201415,S00107074,2c3,Professional Service Cosmopolitans,S01008782,The Shore and Constitution Street - 05,1a,Cosmopolitan student neighbourhoods,S02001642,The Shore and Constitution Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201416 +201416,S00106317,5b3,Self-Sufficient Retirement,S01008576,Liberton East - 04,3c,Highly qualified professionals,S02001606,Liberton East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201417 +201417,S00106406,6b3,Semi-Detached Ageing,S01008549,Gilmerton South and the Murrays - 03,3a,Achieving neighbourhoods,S02001600,Gilmerton South and the Murrays,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201418 +201418,S00103497,2b1,Students and Commuters,S01008664,Tollcross - 06,1a,Cosmopolitan student neighbourhoods,S02001620,Tollcross,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201419 +201419,S00107075,2c3,Professional Service Cosmopolitans,S01008782,The Shore and Constitution Street - 05,1a,Cosmopolitan student neighbourhoods,S02001642,The Shore and Constitution Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201420 +201420,S00103320,2b1,Students and Commuters,S01008678,"Old Town, Princes Street and Leith Street - 05",1a,Cosmopolitan student neighbourhoods,S02001622,"Old Town, Princes Street and Leith Street",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201421 +201421,S00106320,5b3,Self-Sufficient Retirement,S01008571,Moredun and Craigour - 03,4c,Hampered neighbourhoods,S02001605,Moredun and Craigour,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201422 +201422,S00106405,5b3,Self-Sufficient Retirement,S01008563,Hyvots and Gilmerton - 05,4d,Hard-pressed flat dwellers,S02001603,Hyvots and Gilmerton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201423 +201423,S00106430,5b3,Self-Sufficient Retirement,S01008720,"Jewel, Brunstane and Newcraighall - 04",4a,Challenged white communities,S02001630,"Jewel, Brunstane and Newcraighall",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201424 +201424,S00106446,5b3,Self-Sufficient Retirement,S01008999,"Dalmeny, Kirkliston and Newbridge - 03",5c,Comfortable neighbourhoods,S02001684,"Dalmeny, Kirkliston and Newbridge",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201425 +201425,S00106450,5b3,Self-Sufficient Retirement,S01008999,"Dalmeny, Kirkliston and Newbridge - 03",5c,Comfortable neighbourhoods,S02001684,"Dalmeny, Kirkliston and Newbridge",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201426 +201426,S00106453,5b3,Self-Sufficient Retirement,S01008999,"Dalmeny, Kirkliston and Newbridge - 03",5c,Comfortable neighbourhoods,S02001684,"Dalmeny, Kirkliston and Newbridge",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201427 +201427,S00106454,5b3,Self-Sufficient Retirement,S01008999,"Dalmeny, Kirkliston and Newbridge - 03",5c,Comfortable neighbourhoods,S02001684,"Dalmeny, Kirkliston and Newbridge",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201428 +201428,S00106467,5b3,Self-Sufficient Retirement,S01009002,"Dalmeny, Kirkliston and Newbridge - 06",2a,Ageing rural neighbourhoods,S02001684,"Dalmeny, Kirkliston and Newbridge",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201429 +201429,S00106511,5b3,Self-Sufficient Retirement,S01009003,Queensferry East - 01,8c,Comfortable suburbia,S02001685,Queensferry East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201430 +201430,S00106555,5b3,Self-Sufficient Retirement,S01008609,The Grange - 06,3c,Highly qualified professionals,S02001612,The Grange,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201431 +201431,S00106557,5b3,Self-Sufficient Retirement,S01008592,"Blackford, West Mains and Mayfield Road - 06",3c,Highly qualified professionals,S02001609,"Blackford, West Mains and Mayfield Road",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201432 +201432,S00106623,5b3,Self-Sufficient Retirement,S01008432,Currie East - 04,8a,Affluent communities,S02001578,Currie East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201433 +201433,S00106676,5b3,Self-Sufficient Retirement,S01008995,"Ratho, Ingliston and Gogar - 03",8c,Comfortable suburbia,S02001683,"Ratho, Ingliston and Gogar",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201434 +201434,S00106688,5b3,Self-Sufficient Retirement,S01008890,"Craigleith, Orchard Brae and Crewe Toll - 05",8a,Affluent communities,S02001663,"Craigleith, Orchard Brae and Crewe Toll",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201435 +201435,S00106709,5b3,Self-Sufficient Retirement,S01008948,Clermiston and Drumbrae - 01,3a,Achieving neighbourhoods,S02001675,Clermiston and Drumbrae,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201436 +201436,S00106716,5b3,Self-Sufficient Retirement,S01008915,Boswall and Pilton - 07,3c,Highly qualified professionals,S02001667,Boswall and Pilton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201437 +201437,S00106863,5b3,Self-Sufficient Retirement,S01008419,Balerno and Bonnington Village - 03,8a,Affluent communities,S02001576,Balerno and Bonnington Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201438 +201438,S00106870,5b3,Self-Sufficient Retirement,S01008997,"Dalmeny, Kirkliston and Newbridge - 01",2d,Rural traits,S02001684,"Dalmeny, Kirkliston and Newbridge",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201439 +201439,S00107192,5b3,Self-Sufficient Retirement,S01008741,Mountcastle - 03,5c,Comfortable neighbourhoods,S02001634,Mountcastle,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201440 +201440,S00107421,5b3,Self-Sufficient Retirement,S01008439,Bonaly and The Pentlands - 02,8a,Affluent communities,S02001580,Bonaly and The Pentlands,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201441 +201441,S00107471,5b3,Self-Sufficient Retirement,S01008727,Joppa - 06,3c,Highly qualified professionals,S02001631,Joppa,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201442 +201442,S00107532,5b3,Self-Sufficient Retirement,S01008575,Liberton East - 03,3a,Achieving neighbourhoods,S02001606,Liberton East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201443 +201443,S00107539,5b3,Self-Sufficient Retirement,S01008560,Hyvots and Gilmerton - 02,4c,Hampered neighbourhoods,S02001603,Hyvots and Gilmerton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201444 +201444,S00107552,5b3,Self-Sufficient Retirement,S01008548,Gilmerton South and the Murrays - 02,3a,Achieving neighbourhoods,S02001600,Gilmerton South and the Murrays,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201445 +201445,S00107566,5b3,Self-Sufficient Retirement,S01008995,"Ratho, Ingliston and Gogar - 03",8c,Comfortable suburbia,S02001683,"Ratho, Ingliston and Gogar",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201446 +201446,S00107585,5b3,Self-Sufficient Retirement,S01008942,Cramond - 02,3a,Achieving neighbourhoods,S02001673,Cramond,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201447 +201447,S00103781,6b3,Semi-Detached Ageing,S01008935,Siverknowes and Davidson's Mains - 01,3a,Achieving neighbourhoods,S02001672,Siverknowes and Davidson's Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201448 +201448,S00103322,2b1,Students and Commuters,S01008678,"Old Town, Princes Street and Leith Street - 05",1a,Cosmopolitan student neighbourhoods,S02001622,"Old Town, Princes Street and Leith Street",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201449 +201449,S00103323,2b1,Students and Commuters,S01008674,"Old Town, Princes Street and Leith Street - 01",1a,Cosmopolitan student neighbourhoods,S02001622,"Old Town, Princes Street and Leith Street",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201450 +201450,S00107076,2c3,Professional Service Cosmopolitans,S01008782,The Shore and Constitution Street - 05,1a,Cosmopolitan student neighbourhoods,S02001642,The Shore and Constitution Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201451 +201451,S00103324,2b1,Students and Commuters,S01008660,Tollcross - 02,1a,Cosmopolitan student neighbourhoods,S02001620,Tollcross,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201452 +201452,S00103325,2b1,Students and Commuters,S01008660,Tollcross - 02,1a,Cosmopolitan student neighbourhoods,S02001620,Tollcross,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201453 +201453,S00107083,2c3,Professional Service Cosmopolitans,S01008780,The Shore and Constitution Street - 03,1a,Cosmopolitan student neighbourhoods,S02001642,The Shore and Constitution Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201454 +201454,S00103326,2b1,Students and Commuters,S01008660,Tollcross - 02,1a,Cosmopolitan student neighbourhoods,S02001620,Tollcross,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201455 +201455,S00107084,2c3,Professional Service Cosmopolitans,S01008779,The Shore and Constitution Street - 02,1a,Cosmopolitan student neighbourhoods,S02001642,The Shore and Constitution Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201456 +201456,S00103327,2b1,Students and Commuters,S01008675,"Old Town, Princes Street and Leith Street - 02",1a,Cosmopolitan student neighbourhoods,S02001622,"Old Town, Princes Street and Leith Street",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201457 +201457,S00107085,2c3,Professional Service Cosmopolitans,S01008779,The Shore and Constitution Street - 02,1a,Cosmopolitan student neighbourhoods,S02001642,The Shore and Constitution Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201458 +201458,S00103328,2b1,Students and Commuters,S01008675,"Old Town, Princes Street and Leith Street - 02",1a,Cosmopolitan student neighbourhoods,S02001622,"Old Town, Princes Street and Leith Street",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201459 +201459,S00107086,2c3,Professional Service Cosmopolitans,S01008779,The Shore and Constitution Street - 02,1a,Cosmopolitan student neighbourhoods,S02001642,The Shore and Constitution Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201460 +201460,S00103334,2b1,Students and Commuters,S01008674,"Old Town, Princes Street and Leith Street - 01",1a,Cosmopolitan student neighbourhoods,S02001622,"Old Town, Princes Street and Leith Street",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201461 +201461,S00107087,2c3,Professional Service Cosmopolitans,S01008779,The Shore and Constitution Street - 02,1a,Cosmopolitan student neighbourhoods,S02001642,The Shore and Constitution Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201462 +201462,S00103335,2b1,Students and Commuters,S01008675,"Old Town, Princes Street and Leith Street - 02",1a,Cosmopolitan student neighbourhoods,S02001622,"Old Town, Princes Street and Leith Street",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201463 +201463,S00107088,2c3,Professional Service Cosmopolitans,S01008779,The Shore and Constitution Street - 02,1a,Cosmopolitan student neighbourhoods,S02001642,The Shore and Constitution Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201464 +201464,S00103337,2b1,Students and Commuters,S01008661,Tollcross - 03,1a,Cosmopolitan student neighbourhoods,S02001620,Tollcross,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201465 +201465,S00107106,2c3,Professional Service Cosmopolitans,S01008763,Leith (Hermitage and Prospect Bank) - 02,3d,Households in terraces and flats,S02001639,Leith (Hermitage and Prospect Bank),S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201466 +201466,S00107116,2c3,Professional Service Cosmopolitans,S01008844,Broughton South - 05,1a,Cosmopolitan student neighbourhoods,S02001654,Broughton South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201467 +201467,S00107121,2c3,Professional Service Cosmopolitans,S01008846,New Town East and Gayfield - 02,1a,Cosmopolitan student neighbourhoods,S02001655,New Town East and Gayfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201468 +201468,S00107130,2c3,Professional Service Cosmopolitans,S01008842,Broughton South - 03,1a,Cosmopolitan student neighbourhoods,S02001654,Broughton South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201469 +201469,S00107133,2c3,Professional Service Cosmopolitans,S01008841,Broughton South - 02,1a,Cosmopolitan student neighbourhoods,S02001654,Broughton South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201470 +201470,S00107135,2c3,Professional Service Cosmopolitans,S01008811,Hillside and Calton Hill - 06,1a,Cosmopolitan student neighbourhoods,S02001647,Hillside and Calton Hill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201471 +201471,S00107136,2c3,Professional Service Cosmopolitans,S01008811,Hillside and Calton Hill - 06,1a,Cosmopolitan student neighbourhoods,S02001647,Hillside and Calton Hill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201472 +201472,S00107147,2c3,Professional Service Cosmopolitans,S01008690,Meadowbank and Abbeyhill North - 02,1a,Cosmopolitan student neighbourhoods,S02001625,Meadowbank and Abbeyhill North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201473 +201473,S00107162,2c3,Professional Service Cosmopolitans,S01008692,Meadowbank and Abbeyhill North - 04,1a,Cosmopolitan student neighbourhoods,S02001625,Meadowbank and Abbeyhill North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201474 +201474,S00107177,2c3,Professional Service Cosmopolitans,S01008747,Craigentinny - 01,3a,Achieving neighbourhoods,S02001636,Craigentinny,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201475 +201475,S00107179,2c3,Professional Service Cosmopolitans,S01008742,Mountcastle - 04,3c,Highly qualified professionals,S02001634,Mountcastle,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201476 +201476,S00107200,2c3,Professional Service Cosmopolitans,S01008684,"Canongate, Southside and Dumbiedykes - 05",1a,Cosmopolitan student neighbourhoods,S02001623,"Canongate, Southside and Dumbiedykes",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201477 +201477,S00107213,2c3,Professional Service Cosmopolitans,S01008691,Meadowbank and Abbeyhill North - 03,1a,Cosmopolitan student neighbourhoods,S02001625,Meadowbank and Abbeyhill North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201478 +201478,S00107236,2c3,Professional Service Cosmopolitans,S01008623,Marchmont West - 07,1a,Cosmopolitan student neighbourhoods,S02001614,Marchmont West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201479 +201479,S00107250,2c3,Professional Service Cosmopolitans,S01008608,The Grange - 05,3c,Highly qualified professionals,S02001612,The Grange,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201480 +201480,S00107251,2c3,Professional Service Cosmopolitans,S01008610,The Grange - 07,1a,Cosmopolitan student neighbourhoods,S02001612,The Grange,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201481 +201481,S00107252,2c3,Professional Service Cosmopolitans,S01008610,The Grange - 07,1a,Cosmopolitan student neighbourhoods,S02001612,The Grange,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201482 +201482,S00103341,2b1,Students and Commuters,S01008676,"Old Town, Princes Street and Leith Street - 03",1a,Cosmopolitan student neighbourhoods,S02001622,"Old Town, Princes Street and Leith Street",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201483 +201483,S00103342,2b1,Students and Commuters,S01008846,New Town East and Gayfield - 02,1a,Cosmopolitan student neighbourhoods,S02001655,New Town East and Gayfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201484 +201484,S00103343,2b1,Students and Commuters,S01008676,"Old Town, Princes Street and Leith Street - 03",1a,Cosmopolitan student neighbourhoods,S02001622,"Old Town, Princes Street and Leith Street",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201485 +201485,S00103344,2b1,Students and Commuters,S01008846,New Town East and Gayfield - 02,1a,Cosmopolitan student neighbourhoods,S02001655,New Town East and Gayfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201486 +201486,S00103345,2b1,Students and Commuters,S01008847,New Town East and Gayfield - 03,1a,Cosmopolitan student neighbourhoods,S02001655,New Town East and Gayfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201487 +201487,S00103348,2b1,Students and Commuters,S01008676,"Old Town, Princes Street and Leith Street - 03",1a,Cosmopolitan student neighbourhoods,S02001622,"Old Town, Princes Street and Leith Street",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201488 +201488,S00103349,2b1,Students and Commuters,S01008677,"Old Town, Princes Street and Leith Street - 04",1a,Cosmopolitan student neighbourhoods,S02001622,"Old Town, Princes Street and Leith Street",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201489 +201489,S00103350,2b1,Students and Commuters,S01008677,"Old Town, Princes Street and Leith Street - 04",1a,Cosmopolitan student neighbourhoods,S02001622,"Old Town, Princes Street and Leith Street",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201490 +201490,S00103353,2b1,Students and Commuters,S01008868,Deans Village - 01,1a,Cosmopolitan student neighbourhoods,S02001660,Deans Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201491 +201491,S00103358,2b1,Students and Commuters,S01008859,Stockbridge - 03,1a,Cosmopolitan student neighbourhoods,S02001658,Stockbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201492 +201492,S00103382,2b1,Students and Commuters,S01008856,Canonmills and New Town North - 04,1a,Cosmopolitan student neighbourhoods,S02001657,Canonmills and New Town North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201493 +201493,S00103404,2b1,Students and Commuters,S01008833,"Inverleith, Goldenacre and Warriston - 02",3c,Highly qualified professionals,S02001652,"Inverleith, Goldenacre and Warriston",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201494 +201494,S00103420,2b1,Students and Commuters,S01008850,New Town West - 02,1a,Cosmopolitan student neighbourhoods,S02001656,New Town West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201495 +201495,S00103432,2b1,Students and Commuters,S01008854,Canonmills and New Town North - 02,1a,Cosmopolitan student neighbourhoods,S02001657,Canonmills and New Town North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201496 +201496,S00103434,2b1,Students and Commuters,S01008854,Canonmills and New Town North - 02,1a,Cosmopolitan student neighbourhoods,S02001657,Canonmills and New Town North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201497 +201497,S00103435,2b1,Students and Commuters,S01008854,Canonmills and New Town North - 02,1a,Cosmopolitan student neighbourhoods,S02001657,Canonmills and New Town North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201498 +201498,S00103440,2b1,Students and Commuters,S01008854,Canonmills and New Town North - 02,1a,Cosmopolitan student neighbourhoods,S02001657,Canonmills and New Town North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201499 +201499,S00103446,2b1,Students and Commuters,S01008847,New Town East and Gayfield - 03,1a,Cosmopolitan student neighbourhoods,S02001655,New Town East and Gayfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201500 +201500,S00103447,2b1,Students and Commuters,S01008847,New Town East and Gayfield - 03,1a,Cosmopolitan student neighbourhoods,S02001655,New Town East and Gayfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201501 +201501,S00106457,6b3,Semi-Detached Ageing,S01009001,"Dalmeny, Kirkliston and Newbridge - 05",8c,Comfortable suburbia,S02001684,"Dalmeny, Kirkliston and Newbridge",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201502 +201502,S00103498,2b1,Students and Commuters,S01008664,Tollcross - 06,1a,Cosmopolitan student neighbourhoods,S02001620,Tollcross,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201503 +201503,S00103499,2b1,Students and Commuters,S01008666,Meadows and Southside - 01,1a,Cosmopolitan student neighbourhoods,S02001621,Meadows and Southside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201504 +201504,S00103500,2b1,Students and Commuters,S01008666,Meadows and Southside - 01,1a,Cosmopolitan student neighbourhoods,S02001621,Meadows and Southside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201505 +201505,S00103501,2b1,Students and Commuters,S01008666,Meadows and Southside - 01,1a,Cosmopolitan student neighbourhoods,S02001621,Meadows and Southside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201506 +201506,S00103502,2b1,Students and Commuters,S01008664,Tollcross - 06,1a,Cosmopolitan student neighbourhoods,S02001620,Tollcross,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201507 +201507,S00103503,2b1,Students and Commuters,S01008664,Tollcross - 06,1a,Cosmopolitan student neighbourhoods,S02001620,Tollcross,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201508 +201508,S00103505,2b1,Students and Commuters,S01008666,Meadows and Southside - 01,1a,Cosmopolitan student neighbourhoods,S02001621,Meadows and Southside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201509 +201509,S00103506,2b1,Students and Commuters,S01008663,Tollcross - 05,1a,Cosmopolitan student neighbourhoods,S02001620,Tollcross,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201510 +201510,S00103507,2b1,Students and Commuters,S01008673,Meadows and Southside - 08,1a,Cosmopolitan student neighbourhoods,S02001621,Meadows and Southside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201511 +201511,S00103508,2b1,Students and Commuters,S01008673,Meadows and Southside - 08,1a,Cosmopolitan student neighbourhoods,S02001621,Meadows and Southside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201512 +201512,S00103509,2b1,Students and Commuters,S01008673,Meadows and Southside - 08,1a,Cosmopolitan student neighbourhoods,S02001621,Meadows and Southside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201513 +201513,S00103510,2b1,Students and Commuters,S01008673,Meadows and Southside - 08,1a,Cosmopolitan student neighbourhoods,S02001621,Meadows and Southside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201514 +201514,S00103512,2b1,Students and Commuters,S01008662,Tollcross - 04,1a,Cosmopolitan student neighbourhoods,S02001620,Tollcross,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201515 +201515,S00103513,2b1,Students and Commuters,S01008659,Tollcross - 01,1a,Cosmopolitan student neighbourhoods,S02001620,Tollcross,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201516 +201516,S00103514,2b1,Students and Commuters,S01008662,Tollcross - 04,1a,Cosmopolitan student neighbourhoods,S02001620,Tollcross,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201517 +201517,S00103515,2b1,Students and Commuters,S01008661,Tollcross - 03,1a,Cosmopolitan student neighbourhoods,S02001620,Tollcross,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201518 +201518,S00103516,2b1,Students and Commuters,S01008660,Tollcross - 02,1a,Cosmopolitan student neighbourhoods,S02001620,Tollcross,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201519 +201519,S00103517,2b1,Students and Commuters,S01008661,Tollcross - 03,1a,Cosmopolitan student neighbourhoods,S02001620,Tollcross,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201520 +201520,S00103518,2b1,Students and Commuters,S01008661,Tollcross - 03,1a,Cosmopolitan student neighbourhoods,S02001620,Tollcross,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201521 +201521,S00103519,2b1,Students and Commuters,S01008660,Tollcross - 02,1a,Cosmopolitan student neighbourhoods,S02001620,Tollcross,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201522 +201522,S00103520,2b1,Students and Commuters,S01008659,Tollcross - 01,1a,Cosmopolitan student neighbourhoods,S02001620,Tollcross,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201523 +201523,S00103551,2b1,Students and Commuters,S01008862,Stockbridge - 06,1a,Cosmopolitan student neighbourhoods,S02001658,Stockbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201524 +201524,S00103554,2b1,Students and Commuters,S01008862,Stockbridge - 06,1a,Cosmopolitan student neighbourhoods,S02001658,Stockbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201525 +201525,S00104001,2b1,Students and Commuters,S01008911,Boswall and Pilton - 03,1a,Cosmopolitan student neighbourhoods,S02001667,Boswall and Pilton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201526 +201526,S00104129,2b1,Students and Commuters,S01008774,North Leith and Newhaven - 03,1a,Cosmopolitan student neighbourhoods,S02001641,North Leith and Newhaven,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201527 +201527,S00104146,2b1,Students and Commuters,S01008814,Pilrig - 02,1a,Cosmopolitan student neighbourhoods,S02001648,Pilrig,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201528 +201528,S00104150,2b1,Students and Commuters,S01008814,Pilrig - 02,1a,Cosmopolitan student neighbourhoods,S02001648,Pilrig,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201529 +201529,S00104157,2b1,Students and Commuters,S01008815,Pilrig - 03,1a,Cosmopolitan student neighbourhoods,S02001648,Pilrig,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201530 +201530,S00106458,6b3,Semi-Detached Ageing,S01009000,"Dalmeny, Kirkliston and Newbridge - 04",8c,Comfortable suburbia,S02001684,"Dalmeny, Kirkliston and Newbridge",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201531 +201531,S00106460,6b3,Semi-Detached Ageing,S01009001,"Dalmeny, Kirkliston and Newbridge - 05",8c,Comfortable suburbia,S02001684,"Dalmeny, Kirkliston and Newbridge",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201532 +201532,S00106463,6b3,Semi-Detached Ageing,S01009000,"Dalmeny, Kirkliston and Newbridge - 04",8c,Comfortable suburbia,S02001684,"Dalmeny, Kirkliston and Newbridge",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201533 +201533,S00106482,6b3,Semi-Detached Ageing,S01009010,Queensferry West - 02,5c,Comfortable neighbourhoods,S02001686,Queensferry West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201534 +201534,S00106851,6b3,Semi-Detached Ageing,S01009010,Queensferry West - 02,5c,Comfortable neighbourhoods,S02001686,Queensferry West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201535 +201535,S00107387,6b3,Semi-Detached Ageing,S01008988,South Gyle - 02,3c,Highly qualified professionals,S02001682,South Gyle,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201536 +201536,S00107390,6b3,Semi-Detached Ageing,S01008986,Corstorphine South - 06,8b,Ageing suburbanites,S02001681,Corstorphine South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201537 +201537,S00107512,6b3,Semi-Detached Ageing,S01008595,Prestonfield - 01,1a,Cosmopolitan student neighbourhoods,S02001610,Prestonfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201538 +201538,S00107567,6b3,Semi-Detached Ageing,S01009000,"Dalmeny, Kirkliston and Newbridge - 04",8c,Comfortable suburbia,S02001684,"Dalmeny, Kirkliston and Newbridge",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201539 +201539,S00103696,4a2,Social Renting New Arrivals,S01008932,Muirhouse - 04,7a,Urban cultural mix,S02001671,Muirhouse,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201540 +201540,S00103735,4a2,Social Renting New Arrivals,S01008925,Granton West and Salvesen - 02,7a,Urban cultural mix,S02001670,Granton West and Salvesen,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201541 +201541,S00104335,4a2,Social Renting New Arrivals,S01008840,Broughton South - 01,1a,Cosmopolitan student neighbourhoods,S02001654,Broughton South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201542 +201542,S00104430,4a2,Social Renting New Arrivals,S01008807,Hillside and Calton Hill - 02,1a,Cosmopolitan student neighbourhoods,S02001647,Hillside and Calton Hill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201543 +201543,S00105243,4a2,Social Renting New Arrivals,S01008469,Broomhouse and Bankhead - 02,7b,Young ethnic communities,S02001586,Broomhouse and Bankhead,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201544 +201544,S00105252,4a2,Social Renting New Arrivals,S01008470,Broomhouse and Bankhead - 03,7a,Urban cultural mix,S02001586,Broomhouse and Bankhead,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201545 +201545,S00105268,4a2,Social Renting New Arrivals,S01008473,Stenhouse and Saughton Mains - 01,4d,Hard-pressed flat dwellers,S02001587,Stenhouse and Saughton Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201546 +201546,S00105571,4a2,Social Renting New Arrivals,S01008958,East Craigs North - 04,4d,Hard-pressed flat dwellers,S02001676,East Craigs North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201547 +201547,S00105854,4a2,Social Renting New Arrivals,S01008484,Longstone and Saughton - 04,5c,Comfortable neighbourhoods,S02001588,Longstone and Saughton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201548 +201548,S00106186,4a2,Social Renting New Arrivals,S01008585,The Inch - 05,3d,Households in terraces and flats,S02001608,The Inch,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201549 +201549,S00106251,4a2,Social Renting New Arrivals,S01008556,"Gracemount, Southhouse and Burdiehouse - 04",4d,Hard-pressed flat dwellers,S02001602,"Gracemount, Southhouse and Burdiehouse",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201550 +201550,S00106261,4a2,Social Renting New Arrivals,S01008558,"Gracemount, Southhouse and Burdiehouse - 06",4d,Hard-pressed flat dwellers,S02001602,"Gracemount, Southhouse and Burdiehouse",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201551 +201551,S00106299,4a2,Social Renting New Arrivals,S01008581,The Inch - 01,4d,Hard-pressed flat dwellers,S02001608,The Inch,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201552 +201552,S00106302,4a2,Social Renting New Arrivals,S01008581,The Inch - 01,4d,Hard-pressed flat dwellers,S02001608,The Inch,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201553 +201553,S00106303,4a2,Social Renting New Arrivals,S01008582,The Inch - 02,4d,Hard-pressed flat dwellers,S02001608,The Inch,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201554 +201554,S00106374,4a2,Social Renting New Arrivals,S01008554,"Gracemount, Southhouse and Burdiehouse - 02",4c,Hampered neighbourhoods,S02001602,"Gracemount, Southhouse and Burdiehouse",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201555 +201555,S00106390,4a2,Social Renting New Arrivals,S01008555,"Gracemount, Southhouse and Burdiehouse - 03",4d,Hard-pressed flat dwellers,S02001602,"Gracemount, Southhouse and Burdiehouse",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201556 +201556,S00106982,7d2,Retired Independent City Dwellers,S01008954,Clermiston and Drumbrae - 07,4d,Hard-pressed flat dwellers,S02001675,Clermiston and Drumbrae,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201557 +201557,S00107349,7d2,Retired Independent City Dwellers,S01008478,Stenhouse and Saughton Mains - 06,1a,Cosmopolitan student neighbourhoods,S02001587,Stenhouse and Saughton Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201558 +201558,S00103306,1b2,Rural White-Collar Workers,S01008438,Bonaly and The Pentlands - 01,2b,Prospering countryside life,S02001580,Bonaly and The Pentlands,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201559 +201559,S00103309,1b2,Rural White-Collar Workers,S01008423,Balerno and Bonnington Village - 07,2b,Prospering countryside life,S02001576,Balerno and Bonnington Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201560 +201560,S00103311,1b2,Rural White-Collar Workers,S01009000,"Dalmeny, Kirkliston and Newbridge - 04",8c,Comfortable suburbia,S02001684,"Dalmeny, Kirkliston and Newbridge",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201561 +201561,S00103313,1b2,Rural White-Collar Workers,S01009002,"Dalmeny, Kirkliston and Newbridge - 06",2a,Ageing rural neighbourhoods,S02001684,"Dalmeny, Kirkliston and Newbridge",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201562 +201562,S00103647,1b2,Rural White-Collar Workers,S01008894,Blackhall - 03,8a,Affluent communities,S02001664,Blackhall,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201563 +201563,S00106556,1b2,Rural White-Collar Workers,S01008425,Currie West - 01,3b,Asian traits,S02001577,Currie West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201564 +201564,S00106690,1b2,Rural White-Collar Workers,S01008549,Gilmerton South and the Murrays - 03,3a,Achieving neighbourhoods,S02001600,Gilmerton South and the Murrays,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201565 +201565,S00106711,1b2,Rural White-Collar Workers,S01008993,"Ratho, Ingliston and Gogar - 01",3a,Achieving neighbourhoods,S02001683,"Ratho, Ingliston and Gogar",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201566 +201566,S00103628,5b3,Self-Sufficient Retirement,S01008890,"Craigleith, Orchard Brae and Crewe Toll - 05",8a,Affluent communities,S02001663,"Craigleith, Orchard Brae and Crewe Toll",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201567 +201567,S00103646,5b3,Self-Sufficient Retirement,S01008894,Blackhall - 03,8a,Affluent communities,S02001664,Blackhall,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201568 +201568,S00103771,5b3,Self-Sufficient Retirement,S01008937,Siverknowes and Davidson's Mains - 03,3c,Highly qualified professionals,S02001672,Siverknowes and Davidson's Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201569 +201569,S00103791,5b3,Self-Sufficient Retirement,S01008939,Siverknowes and Davidson's Mains - 05,8a,Affluent communities,S02001672,Siverknowes and Davidson's Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201570 +201570,S00103818,5b3,Self-Sufficient Retirement,S01008941,Cramond - 01,8a,Affluent communities,S02001673,Cramond,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201571 +201571,S00103820,5b3,Self-Sufficient Retirement,S01008941,Cramond - 01,8a,Affluent communities,S02001673,Cramond,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201572 +201572,S00103823,5b3,Self-Sufficient Retirement,S01008940,Siverknowes and Davidson's Mains - 06,8a,Affluent communities,S02001672,Siverknowes and Davidson's Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201573 +201573,S00103907,5b3,Self-Sufficient Retirement,S01008955,East Craigs North - 01,3a,Achieving neighbourhoods,S02001676,East Craigs North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201574 +201574,S00103948,5b3,Self-Sufficient Retirement,S01008916,Granton South and Wardieburn - 01,4d,Hard-pressed flat dwellers,S02001668,Granton South and Wardieburn,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201575 +201575,S00104017,5b3,Self-Sufficient Retirement,S01008915,Boswall and Pilton - 07,3c,Highly qualified professionals,S02001667,Boswall and Pilton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201576 +201576,S00104020,5b3,Self-Sufficient Retirement,S01008914,Boswall and Pilton - 06,5c,Comfortable neighbourhoods,S02001667,Boswall and Pilton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201577 +201577,S00104039,5b3,Self-Sufficient Retirement,S01008914,Boswall and Pilton - 06,5c,Comfortable neighbourhoods,S02001667,Boswall and Pilton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201578 +201578,S00104089,5b3,Self-Sufficient Retirement,S01008819,Bonnington - 03,3c,Highly qualified professionals,S02001649,Bonnington,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201579 +201579,S00104175,5b3,Self-Sufficient Retirement,S01008816,Pilrig - 04,1a,Cosmopolitan student neighbourhoods,S02001648,Pilrig,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201580 +201580,S00104479,5b3,Self-Sufficient Retirement,S01008693,Meadowbank and Abbeyhill North - 05,5c,Comfortable neighbourhoods,S02001625,Meadowbank and Abbeyhill North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201581 +201581,S00104546,5b3,Self-Sufficient Retirement,S01008749,Craigentinny - 03,8a,Affluent communities,S02001636,Craigentinny,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201582 +201582,S00104554,5b3,Self-Sufficient Retirement,S01008699,Willowbrae and Duddingston Village - 06,4d,Hard-pressed flat dwellers,S02001626,Willowbrae and Duddingston Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201583 +201583,S00104555,5b3,Self-Sufficient Retirement,S01008699,Willowbrae and Duddingston Village - 06,4d,Hard-pressed flat dwellers,S02001626,Willowbrae and Duddingston Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201584 +201584,S00104816,5b3,Self-Sufficient Retirement,S01008607,The Grange - 04,3c,Highly qualified professionals,S02001612,The Grange,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201585 +201585,S00105003,5b3,Self-Sufficient Retirement,S01008536,Comiston and Swanston - 04,8a,Affluent communities,S02001598,Comiston and Swanston,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201586 +201586,S00105053,5b3,Self-Sufficient Retirement,S01008625,Morningside - 02,3c,Highly qualified professionals,S02001615,Morningside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201587 +201587,S00105177,5b3,Self-Sufficient Retirement,S01008494,Gorgie West - 03,1a,Cosmopolitan student neighbourhoods,S02001590,Gorgie West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201588 +201588,S00105332,5b3,Self-Sufficient Retirement,S01008458,The Calders - 05,4d,Hard-pressed flat dwellers,S02001583,The Calders,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201589 +201589,S00105382,5b3,Self-Sufficient Retirement,S01008878,Balgreen and Roseburn - 04,3c,Highly qualified professionals,S02001661,Balgreen and Roseburn,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201590 +201590,S00105464,5b3,Self-Sufficient Retirement,S01008981,Corstorphine South - 01,8c,Comfortable suburbia,S02001681,Corstorphine South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201591 +201591,S00105467,5b3,Self-Sufficient Retirement,S01008981,Corstorphine South - 01,8c,Comfortable suburbia,S02001681,Corstorphine South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201592 +201592,S00105471,5b3,Self-Sufficient Retirement,S01008977,Carrick Knowe - 01,8a,Affluent communities,S02001680,Carrick Knowe,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201593 +201593,S00105472,5b3,Self-Sufficient Retirement,S01008977,Carrick Knowe - 01,8a,Affluent communities,S02001680,Carrick Knowe,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201594 +201594,S00105483,5b3,Self-Sufficient Retirement,S01008974,Corstorphine - 05,3c,Highly qualified professionals,S02001679,Corstorphine,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201595 +201595,S00105545,5b3,Self-Sufficient Retirement,S01008965,East Craigs South - 06,8a,Affluent communities,S02001677,East Craigs South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201596 +201596,S00105603,5b3,Self-Sufficient Retirement,S01008968,Corstorphine North - 02,8c,Comfortable suburbia,S02001678,Corstorphine North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201597 +201597,S00105637,5b3,Self-Sufficient Retirement,S01008529,Oxgangs - 01,5c,Comfortable neighbourhoods,S02001597,Oxgangs,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201598 +201598,S00105708,5b3,Self-Sufficient Retirement,S01008440,Bonaly and The Pentlands - 03,8a,Affluent communities,S02001580,Bonaly and The Pentlands,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201599 +201599,S00105710,5b3,Self-Sufficient Retirement,S01008445,Colinton and Kingsknowe - 02,3c,Highly qualified professionals,S02001581,Colinton and Kingsknowe,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201600 +201600,S00106787,2b1,Students and Commuters,S01008668,Meadows and Southside - 03,1a,Cosmopolitan student neighbourhoods,S02001621,Meadows and Southside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201601 +201601,S00106788,2b1,Students and Commuters,S01008668,Meadows and Southside - 03,1a,Cosmopolitan student neighbourhoods,S02001621,Meadows and Southside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201602 +201602,S00106789,2b1,Students and Commuters,S01008611,Marchmont East and Sciennes - 01,1a,Cosmopolitan student neighbourhoods,S02001613,Marchmont East and Sciennes,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201603 +201603,S00106792,2b1,Students and Commuters,S01008638,Bruntsfield - 01,1a,Cosmopolitan student neighbourhoods,S02001617,Bruntsfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201604 +201604,S00104771,2b1,Students and Commuters,S01008670,Meadows and Southside - 05,1a,Cosmopolitan student neighbourhoods,S02001621,Meadows and Southside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201605 +201605,S00104158,2b1,Students and Commuters,S01008790,Great Junction Street - 06,1a,Cosmopolitan student neighbourhoods,S02001643,Great Junction Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201606 +201606,S00105187,2b1,Students and Commuters,S01008495,Gorgie West - 04,1a,Cosmopolitan student neighbourhoods,S02001590,Gorgie West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201607 +201607,S00106174,2b1,Students and Commuters,S01008583,The Inch - 03,7a,Urban cultural mix,S02001608,The Inch,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201608 +201608,S00105103,2b1,Students and Commuters,S01008496,Gorgie West - 05,1a,Cosmopolitan student neighbourhoods,S02001590,Gorgie West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201609 +201609,S00106795,2b1,Students and Commuters,S01008517,Morningside and Craighouse - 04,1a,Cosmopolitan student neighbourhoods,S02001594,Morningside and Craighouse,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201610 +201610,S00106798,2b1,Students and Commuters,S01008496,Gorgie West - 05,1a,Cosmopolitan student neighbourhoods,S02001590,Gorgie West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201611 +201611,S00106799,2b1,Students and Commuters,S01008497,Gorgie East - 01,1a,Cosmopolitan student neighbourhoods,S02001591,Gorgie East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201612 +201612,S00106802,2b1,Students and Commuters,S01008649,Polwarth - 05,1a,Cosmopolitan student neighbourhoods,S02001618,Polwarth,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201613 +201613,S00106803,2b1,Students and Commuters,S01008649,Polwarth - 05,1a,Cosmopolitan student neighbourhoods,S02001618,Polwarth,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201614 +201614,S00106804,2b1,Students and Commuters,S01008650,Polwarth - 06,1a,Cosmopolitan student neighbourhoods,S02001618,Polwarth,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201615 +201615,S00106805,2b1,Students and Commuters,S01008650,Polwarth - 06,1a,Cosmopolitan student neighbourhoods,S02001618,Polwarth,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201616 +201616,S00106807,2b1,Students and Commuters,S01008651,Dalry and Fountainbridge - 01,1a,Cosmopolitan student neighbourhoods,S02001619,Dalry and Fountainbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201617 +201617,S00106808,2b1,Students and Commuters,S01008654,Dalry and Fountainbridge - 04,1a,Cosmopolitan student neighbourhoods,S02001619,Dalry and Fountainbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201618 +201618,S00106809,2b1,Students and Commuters,S01008651,Dalry and Fountainbridge - 01,1a,Cosmopolitan student neighbourhoods,S02001619,Dalry and Fountainbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201619 +201619,S00106810,2b1,Students and Commuters,S01008654,Dalry and Fountainbridge - 04,1a,Cosmopolitan student neighbourhoods,S02001619,Dalry and Fountainbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201620 +201620,S00106811,2b1,Students and Commuters,S01008654,Dalry and Fountainbridge - 04,1a,Cosmopolitan student neighbourhoods,S02001619,Dalry and Fountainbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201621 +201621,S00106812,2b1,Students and Commuters,S01008654,Dalry and Fountainbridge - 04,1a,Cosmopolitan student neighbourhoods,S02001619,Dalry and Fountainbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201622 +201622,S00106813,2b1,Students and Commuters,S01008656,Dalry and Fountainbridge - 06,1a,Cosmopolitan student neighbourhoods,S02001619,Dalry and Fountainbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201623 +201623,S00106814,2b1,Students and Commuters,S01008656,Dalry and Fountainbridge - 06,1a,Cosmopolitan student neighbourhoods,S02001619,Dalry and Fountainbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201624 +201624,S00106815,2b1,Students and Commuters,S01008655,Dalry and Fountainbridge - 05,1a,Cosmopolitan student neighbourhoods,S02001619,Dalry and Fountainbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201625 +201625,S00104698,2b1,Students and Commuters,S01008683,"Canongate, Southside and Dumbiedykes - 04",1a,Cosmopolitan student neighbourhoods,S02001623,"Canongate, Southside and Dumbiedykes",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201626 +201626,S00106854,2b1,Students and Commuters,S01008492,Gorgie West - 01,1a,Cosmopolitan student neighbourhoods,S02001590,Gorgie West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201627 +201627,S00106857,2b1,Students and Commuters,S01008492,Gorgie West - 01,1a,Cosmopolitan student neighbourhoods,S02001590,Gorgie West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201628 +201628,S00106875,2b1,Students and Commuters,S01008675,"Old Town, Princes Street and Leith Street - 02",1a,Cosmopolitan student neighbourhoods,S02001622,"Old Town, Princes Street and Leith Street",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201629 +201629,S00106876,2b1,Students and Commuters,S01008675,"Old Town, Princes Street and Leith Street - 02",1a,Cosmopolitan student neighbourhoods,S02001622,"Old Town, Princes Street and Leith Street",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201630 +201630,S00106877,2b1,Students and Commuters,S01008674,"Old Town, Princes Street and Leith Street - 01",1a,Cosmopolitan student neighbourhoods,S02001622,"Old Town, Princes Street and Leith Street",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201631 +201631,S00106878,2b1,Students and Commuters,S01008674,"Old Town, Princes Street and Leith Street - 01",1a,Cosmopolitan student neighbourhoods,S02001622,"Old Town, Princes Street and Leith Street",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201632 +201632,S00106879,2b1,Students and Commuters,S01008674,"Old Town, Princes Street and Leith Street - 01",1a,Cosmopolitan student neighbourhoods,S02001622,"Old Town, Princes Street and Leith Street",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201633 +201633,S00106880,2b1,Students and Commuters,S01008674,"Old Town, Princes Street and Leith Street - 01",1a,Cosmopolitan student neighbourhoods,S02001622,"Old Town, Princes Street and Leith Street",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201634 +201634,S00106884,2b1,Students and Commuters,S01008845,New Town East and Gayfield - 01,1a,Cosmopolitan student neighbourhoods,S02001655,New Town East and Gayfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201635 +201635,S00106885,2b1,Students and Commuters,S01008849,New Town West - 01,1a,Cosmopolitan student neighbourhoods,S02001656,New Town West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201636 +201636,S00106886,2b1,Students and Commuters,S01008849,New Town West - 01,1a,Cosmopolitan student neighbourhoods,S02001656,New Town West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201637 +201637,S00106887,2b1,Students and Commuters,S01008868,Deans Village - 01,1a,Cosmopolitan student neighbourhoods,S02001660,Deans Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201638 +201638,S00106888,2b1,Students and Commuters,S01008868,Deans Village - 01,1a,Cosmopolitan student neighbourhoods,S02001660,Deans Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201639 +201639,S00106889,2b1,Students and Commuters,S01008851,New Town West - 03,1a,Cosmopolitan student neighbourhoods,S02001656,New Town West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201640 +201640,S00106899,2b1,Students and Commuters,S01008860,Stockbridge - 04,1a,Cosmopolitan student neighbourhoods,S02001658,Stockbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201641 +201641,S00106900,2b1,Students and Commuters,S01008851,New Town West - 03,1a,Cosmopolitan student neighbourhoods,S02001656,New Town West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201642 +201642,S00106910,2b1,Students and Commuters,S01008655,Dalry and Fountainbridge - 05,1a,Cosmopolitan student neighbourhoods,S02001619,Dalry and Fountainbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201643 +201643,S00106912,2b1,Students and Commuters,S01008657,Dalry and Fountainbridge - 07,1a,Cosmopolitan student neighbourhoods,S02001619,Dalry and Fountainbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201644 +201644,S00106914,2b1,Students and Commuters,S01008659,Tollcross - 01,1a,Cosmopolitan student neighbourhoods,S02001620,Tollcross,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201645 +201645,S00106916,2b1,Students and Commuters,S01008658,Dalry and Fountainbridge - 08,1a,Cosmopolitan student neighbourhoods,S02001619,Dalry and Fountainbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201646 +201646,S00106917,2b1,Students and Commuters,S01008658,Dalry and Fountainbridge - 08,1a,Cosmopolitan student neighbourhoods,S02001619,Dalry and Fountainbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201647 +201647,S00106918,2b1,Students and Commuters,S01008639,Bruntsfield - 02,1a,Cosmopolitan student neighbourhoods,S02001617,Bruntsfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201648 +201648,S00106919,2b1,Students and Commuters,S01008665,Tollcross - 07,1a,Cosmopolitan student neighbourhoods,S02001620,Tollcross,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201649 +201649,S00106920,2b1,Students and Commuters,S01008665,Tollcross - 07,1a,Cosmopolitan student neighbourhoods,S02001620,Tollcross,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201650 +201650,S00106921,2b1,Students and Commuters,S01008665,Tollcross - 07,1a,Cosmopolitan student neighbourhoods,S02001620,Tollcross,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201651 +201651,S00106922,2b1,Students and Commuters,S01008665,Tollcross - 07,1a,Cosmopolitan student neighbourhoods,S02001620,Tollcross,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201652 +201652,S00106923,2b1,Students and Commuters,S01008665,Tollcross - 07,1a,Cosmopolitan student neighbourhoods,S02001620,Tollcross,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201653 +201653,S00106924,2b1,Students and Commuters,S01008667,Meadows and Southside - 02,1a,Cosmopolitan student neighbourhoods,S02001621,Meadows and Southside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201654 +201654,S00106925,2b1,Students and Commuters,S01008667,Meadows and Southside - 02,1a,Cosmopolitan student neighbourhoods,S02001621,Meadows and Southside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201655 +201655,S00106928,2b1,Students and Commuters,S01008663,Tollcross - 05,1a,Cosmopolitan student neighbourhoods,S02001620,Tollcross,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201656 +201656,S00104453,2b1,Students and Commuters,S01008802,Leith (Albert Street) - 01,1a,Cosmopolitan student neighbourhoods,S02001646,Leith (Albert Street),S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201657 +201657,S00106193,2b1,Students and Commuters,S01008587,"Blackford, West Mains and Mayfield Road - 01",3c,Highly qualified professionals,S02001609,"Blackford, West Mains and Mayfield Road",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201658 +201658,S00105105,2b1,Students and Commuters,S01008496,Gorgie West - 05,1a,Cosmopolitan student neighbourhoods,S02001590,Gorgie West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201659 +201659,S00104166,2b1,Students and Commuters,S01008791,Great Junction Street - 07,1a,Cosmopolitan student neighbourhoods,S02001643,Great Junction Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201660 +201660,S00105188,2b1,Students and Commuters,S01008495,Gorgie West - 04,1a,Cosmopolitan student neighbourhoods,S02001590,Gorgie West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201661 +201661,S00104772,2b1,Students and Commuters,S01008612,Marchmont East and Sciennes - 02,1a,Cosmopolitan student neighbourhoods,S02001613,Marchmont East and Sciennes,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201662 +201662,S00104455,2b1,Students and Commuters,S01008802,Leith (Albert Street) - 01,1a,Cosmopolitan student neighbourhoods,S02001646,Leith (Albert Street),S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201663 +201663,S00104456,2b1,Students and Commuters,S01008802,Leith (Albert Street) - 01,1a,Cosmopolitan student neighbourhoods,S02001646,Leith (Albert Street),S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201664 +201664,S00104458,2b1,Students and Commuters,S01008802,Leith (Albert Street) - 01,1a,Cosmopolitan student neighbourhoods,S02001646,Leith (Albert Street),S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201665 +201665,S00104460,2b1,Students and Commuters,S01008802,Leith (Albert Street) - 01,1a,Cosmopolitan student neighbourhoods,S02001646,Leith (Albert Street),S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201666 +201666,S00104461,2b1,Students and Commuters,S01008804,Leith (Albert Street) - 03,1a,Cosmopolitan student neighbourhoods,S02001646,Leith (Albert Street),S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201667 +201667,S00104463,2b1,Students and Commuters,S01008804,Leith (Albert Street) - 03,1a,Cosmopolitan student neighbourhoods,S02001646,Leith (Albert Street),S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201668 +201668,S00104465,2b1,Students and Commuters,S01008691,Meadowbank and Abbeyhill North - 03,1a,Cosmopolitan student neighbourhoods,S02001625,Meadowbank and Abbeyhill North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201669 +201669,S00104548,2b1,Students and Commuters,S01008799,Easter Road and Hawkhill Avenue - 02,1a,Cosmopolitan student neighbourhoods,S02001645,Easter Road and Hawkhill Avenue,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201670 +201670,S00104550,2b1,Students and Commuters,S01008799,Easter Road and Hawkhill Avenue - 02,1a,Cosmopolitan student neighbourhoods,S02001645,Easter Road and Hawkhill Avenue,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201671 +201671,S00104552,2b1,Students and Commuters,S01008799,Easter Road and Hawkhill Avenue - 02,1a,Cosmopolitan student neighbourhoods,S02001645,Easter Road and Hawkhill Avenue,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201672 +201672,S00104586,2b1,Students and Commuters,S01008694,Willowbrae and Duddingston Village - 01,1a,Cosmopolitan student neighbourhoods,S02001626,Willowbrae and Duddingston Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201673 +201673,S00104646,2b1,Students and Commuters,S01008677,"Old Town, Princes Street and Leith Street - 04",1a,Cosmopolitan student neighbourhoods,S02001622,"Old Town, Princes Street and Leith Street",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201674 +201674,S00104648,2b1,Students and Commuters,S01008685,"Canongate, Southside and Dumbiedykes - 06",1a,Cosmopolitan student neighbourhoods,S02001623,"Canongate, Southside and Dumbiedykes",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201675 +201675,S00104649,2b1,Students and Commuters,S01008685,"Canongate, Southside and Dumbiedykes - 06",1a,Cosmopolitan student neighbourhoods,S02001623,"Canongate, Southside and Dumbiedykes",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201676 +201676,S00104650,2b1,Students and Commuters,S01008677,"Old Town, Princes Street and Leith Street - 04",1a,Cosmopolitan student neighbourhoods,S02001622,"Old Town, Princes Street and Leith Street",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201677 +201677,S00104703,2b1,Students and Commuters,S01008681,"Canongate, Southside and Dumbiedykes - 02",1a,Cosmopolitan student neighbourhoods,S02001623,"Canongate, Southside and Dumbiedykes",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201678 +201678,S00104653,2b1,Students and Commuters,S01008687,Abbeyhill - 02,1a,Cosmopolitan student neighbourhoods,S02001624,Abbeyhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201679 +201679,S00104654,2b1,Students and Commuters,S01008687,Abbeyhill - 02,1a,Cosmopolitan student neighbourhoods,S02001624,Abbeyhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201680 +201680,S00104659,2b1,Students and Commuters,S01008686,Abbeyhill - 01,1a,Cosmopolitan student neighbourhoods,S02001624,Abbeyhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201681 +201681,S00104664,2b1,Students and Commuters,S01008669,Meadows and Southside - 04,1a,Cosmopolitan student neighbourhoods,S02001621,Meadows and Southside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201682 +201682,S00104665,2b1,Students and Commuters,S01008603,Newington and Dalkeith Road - 05,1a,Cosmopolitan student neighbourhoods,S02001611,Newington and Dalkeith Road,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201683 +201683,S00104666,2b1,Students and Commuters,S01008669,Meadows and Southside - 04,1a,Cosmopolitan student neighbourhoods,S02001621,Meadows and Southside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201684 +201684,S00104667,2b1,Students and Commuters,S01008601,Newington and Dalkeith Road - 03,1a,Cosmopolitan student neighbourhoods,S02001611,Newington and Dalkeith Road,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201685 +201685,S00104668,2b1,Students and Commuters,S01008603,Newington and Dalkeith Road - 05,1a,Cosmopolitan student neighbourhoods,S02001611,Newington and Dalkeith Road,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201686 +201686,S00104669,2b1,Students and Commuters,S01008601,Newington and Dalkeith Road - 03,1a,Cosmopolitan student neighbourhoods,S02001611,Newington and Dalkeith Road,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201687 +201687,S00104670,2b1,Students and Commuters,S01008603,Newington and Dalkeith Road - 05,1a,Cosmopolitan student neighbourhoods,S02001611,Newington and Dalkeith Road,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201688 +201688,S00104671,2b1,Students and Commuters,S01008671,Meadows and Southside - 06,1a,Cosmopolitan student neighbourhoods,S02001621,Meadows and Southside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201689 +201689,S00104672,2b1,Students and Commuters,S01008670,Meadows and Southside - 05,1a,Cosmopolitan student neighbourhoods,S02001621,Meadows and Southside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201690 +201690,S00104673,2b1,Students and Commuters,S01008671,Meadows and Southside - 06,1a,Cosmopolitan student neighbourhoods,S02001621,Meadows and Southside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201691 +201691,S00104674,2b1,Students and Commuters,S01008670,Meadows and Southside - 05,1a,Cosmopolitan student neighbourhoods,S02001621,Meadows and Southside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201692 +201692,S00104675,2b1,Students and Commuters,S01008670,Meadows and Southside - 05,1a,Cosmopolitan student neighbourhoods,S02001621,Meadows and Southside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201693 +201693,S00104676,2b1,Students and Commuters,S01008603,Newington and Dalkeith Road - 05,1a,Cosmopolitan student neighbourhoods,S02001611,Newington and Dalkeith Road,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201694 +201694,S00104677,2b1,Students and Commuters,S01008682,"Canongate, Southside and Dumbiedykes - 03",1a,Cosmopolitan student neighbourhoods,S02001623,"Canongate, Southside and Dumbiedykes",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201695 +201695,S00104678,2b1,Students and Commuters,S01008682,"Canongate, Southside and Dumbiedykes - 03",1a,Cosmopolitan student neighbourhoods,S02001623,"Canongate, Southside and Dumbiedykes",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201696 +201696,S00104679,2b1,Students and Commuters,S01008603,Newington and Dalkeith Road - 05,1a,Cosmopolitan student neighbourhoods,S02001611,Newington and Dalkeith Road,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201697 +201697,S00104680,2b1,Students and Commuters,S01008672,Meadows and Southside - 07,1a,Cosmopolitan student neighbourhoods,S02001621,Meadows and Southside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201698 +201698,S00104681,2b1,Students and Commuters,S01008671,Meadows and Southside - 06,1a,Cosmopolitan student neighbourhoods,S02001621,Meadows and Southside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201699 +201699,S00104682,2b1,Students and Commuters,S01008671,Meadows and Southside - 06,1a,Cosmopolitan student neighbourhoods,S02001621,Meadows and Southside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201700 +201700,S00104683,2b1,Students and Commuters,S01008671,Meadows and Southside - 06,1a,Cosmopolitan student neighbourhoods,S02001621,Meadows and Southside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201701 +201701,S00104684,2b1,Students and Commuters,S01008673,Meadows and Southside - 08,1a,Cosmopolitan student neighbourhoods,S02001621,Meadows and Southside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201702 +201702,S00104685,2b1,Students and Commuters,S01008673,Meadows and Southside - 08,1a,Cosmopolitan student neighbourhoods,S02001621,Meadows and Southside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201703 +201703,S00104686,2b1,Students and Commuters,S01008673,Meadows and Southside - 08,1a,Cosmopolitan student neighbourhoods,S02001621,Meadows and Southside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201704 +201704,S00104688,2b1,Students and Commuters,S01008673,Meadows and Southside - 08,1a,Cosmopolitan student neighbourhoods,S02001621,Meadows and Southside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201705 +201705,S00104689,2b1,Students and Commuters,S01008672,Meadows and Southside - 07,1a,Cosmopolitan student neighbourhoods,S02001621,Meadows and Southside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201706 +201706,S00104690,2b1,Students and Commuters,S01008672,Meadows and Southside - 07,1a,Cosmopolitan student neighbourhoods,S02001621,Meadows and Southside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201707 +201707,S00104691,2b1,Students and Commuters,S01008681,"Canongate, Southside and Dumbiedykes - 02",1a,Cosmopolitan student neighbourhoods,S02001623,"Canongate, Southside and Dumbiedykes",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201708 +201708,S00104692,2b1,Students and Commuters,S01008683,"Canongate, Southside and Dumbiedykes - 04",1a,Cosmopolitan student neighbourhoods,S02001623,"Canongate, Southside and Dumbiedykes",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201709 +201709,S00104693,2b1,Students and Commuters,S01008684,"Canongate, Southside and Dumbiedykes - 05",1a,Cosmopolitan student neighbourhoods,S02001623,"Canongate, Southside and Dumbiedykes",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201710 +201710,S00104695,2b1,Students and Commuters,S01008683,"Canongate, Southside and Dumbiedykes - 04",1a,Cosmopolitan student neighbourhoods,S02001623,"Canongate, Southside and Dumbiedykes",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201711 +201711,S00104697,2b1,Students and Commuters,S01008683,"Canongate, Southside and Dumbiedykes - 04",1a,Cosmopolitan student neighbourhoods,S02001623,"Canongate, Southside and Dumbiedykes",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201712 +201712,S00104773,2b1,Students and Commuters,S01008611,Marchmont East and Sciennes - 01,1a,Cosmopolitan student neighbourhoods,S02001613,Marchmont East and Sciennes,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201713 +201713,S00105106,2b1,Students and Commuters,S01008496,Gorgie West - 05,1a,Cosmopolitan student neighbourhoods,S02001590,Gorgie West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201714 +201714,S00104170,2b1,Students and Commuters,S01008791,Great Junction Street - 07,1a,Cosmopolitan student neighbourhoods,S02001643,Great Junction Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201715 +201715,S00105189,2b1,Students and Commuters,S01008495,Gorgie West - 04,1a,Cosmopolitan student neighbourhoods,S02001590,Gorgie West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201716 +201716,S00106202,2b1,Students and Commuters,S01008599,Newington and Dalkeith Road - 01,1a,Cosmopolitan student neighbourhoods,S02001611,Newington and Dalkeith Road,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201717 +201717,S00104774,2b1,Students and Commuters,S01008611,Marchmont East and Sciennes - 01,1a,Cosmopolitan student neighbourhoods,S02001613,Marchmont East and Sciennes,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201718 +201718,S00105190,2b1,Students and Commuters,S01008495,Gorgie West - 04,1a,Cosmopolitan student neighbourhoods,S02001590,Gorgie West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201719 +201719,S00105107,2b1,Students and Commuters,S01008496,Gorgie West - 05,1a,Cosmopolitan student neighbourhoods,S02001590,Gorgie West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201720 +201720,S00104195,2b1,Students and Commuters,S01008780,The Shore and Constitution Street - 03,1a,Cosmopolitan student neighbourhoods,S02001642,The Shore and Constitution Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201721 +201721,S00104704,2b1,Students and Commuters,S01008681,"Canongate, Southside and Dumbiedykes - 02",1a,Cosmopolitan student neighbourhoods,S02001623,"Canongate, Southside and Dumbiedykes",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201722 +201722,S00106205,2b1,Students and Commuters,S01008599,Newington and Dalkeith Road - 01,1a,Cosmopolitan student neighbourhoods,S02001611,Newington and Dalkeith Road,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201723 +201723,S00104777,2b1,Students and Commuters,S01008604,The Grange - 01,1a,Cosmopolitan student neighbourhoods,S02001612,The Grange,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201724 +201724,S00105108,2b1,Students and Commuters,S01008496,Gorgie West - 05,1a,Cosmopolitan student neighbourhoods,S02001590,Gorgie West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201725 +201725,S00105191,2b1,Students and Commuters,S01008495,Gorgie West - 04,1a,Cosmopolitan student neighbourhoods,S02001590,Gorgie West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201726 +201726,S00104705,2b1,Students and Commuters,S01008680,"Canongate, Southside and Dumbiedykes - 01",1a,Cosmopolitan student neighbourhoods,S02001623,"Canongate, Southside and Dumbiedykes",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201727 +201727,S00106220,2b1,Students and Commuters,S01008598,Prestonfield - 04,1a,Cosmopolitan student neighbourhoods,S02001610,Prestonfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201728 +201728,S00104213,2b1,Students and Commuters,S01008781,The Shore and Constitution Street - 04,6a,Inner city cosmopolitan,S02001642,The Shore and Constitution Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201729 +201729,S00104778,2b1,Students and Commuters,S01008605,The Grange - 02,1a,Cosmopolitan student neighbourhoods,S02001612,The Grange,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201730 +201730,S00105110,2b1,Students and Commuters,S01008496,Gorgie West - 05,1a,Cosmopolitan student neighbourhoods,S02001590,Gorgie West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201731 +201731,S00105192,2b1,Students and Commuters,S01008495,Gorgie West - 04,1a,Cosmopolitan student neighbourhoods,S02001590,Gorgie West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201732 +201732,S00104706,2b1,Students and Commuters,S01008681,"Canongate, Southside and Dumbiedykes - 02",1a,Cosmopolitan student neighbourhoods,S02001623,"Canongate, Southside and Dumbiedykes",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201733 +201733,S00106221,2b1,Students and Commuters,S01008598,Prestonfield - 04,1a,Cosmopolitan student neighbourhoods,S02001610,Prestonfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201734 +201734,S00104707,2b1,Students and Commuters,S01008680,"Canongate, Southside and Dumbiedykes - 01",1a,Cosmopolitan student neighbourhoods,S02001623,"Canongate, Southside and Dumbiedykes",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201735 +201735,S00104779,2b1,Students and Commuters,S01008605,The Grange - 02,1a,Cosmopolitan student neighbourhoods,S02001612,The Grange,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201736 +201736,S00105193,2b1,Students and Commuters,S01008495,Gorgie West - 04,1a,Cosmopolitan student neighbourhoods,S02001590,Gorgie West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201737 +201737,S00104215,2b1,Students and Commuters,S01008781,The Shore and Constitution Street - 04,6a,Inner city cosmopolitan,S02001642,The Shore and Constitution Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201738 +201738,S00106226,2b1,Students and Commuters,S01008598,Prestonfield - 04,1a,Cosmopolitan student neighbourhoods,S02001610,Prestonfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201739 +201739,S00105111,2b1,Students and Commuters,S01008496,Gorgie West - 05,1a,Cosmopolitan student neighbourhoods,S02001590,Gorgie West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201740 +201740,S00104709,2b1,Students and Commuters,S01008683,"Canongate, Southside and Dumbiedykes - 04",1a,Cosmopolitan student neighbourhoods,S02001623,"Canongate, Southside and Dumbiedykes",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201741 +201741,S00105112,2b1,Students and Commuters,S01008496,Gorgie West - 05,1a,Cosmopolitan student neighbourhoods,S02001590,Gorgie West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201742 +201742,S00105194,2b1,Students and Commuters,S01008495,Gorgie West - 04,1a,Cosmopolitan student neighbourhoods,S02001590,Gorgie West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201743 +201743,S00104780,2b1,Students and Commuters,S01008604,The Grange - 01,1a,Cosmopolitan student neighbourhoods,S02001612,The Grange,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201744 +201744,S00106231,2b1,Students and Commuters,S01008602,Newington and Dalkeith Road - 04,1a,Cosmopolitan student neighbourhoods,S02001611,Newington and Dalkeith Road,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201745 +201745,S00104711,2b1,Students and Commuters,S01008617,Marchmont West - 01,1a,Cosmopolitan student neighbourhoods,S02001614,Marchmont West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201746 +201746,S00104237,2b1,Students and Commuters,S01008803,Leith (Albert Street) - 02,1a,Cosmopolitan student neighbourhoods,S02001646,Leith (Albert Street),S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201747 +201747,S00105113,2b1,Students and Commuters,S01008496,Gorgie West - 05,1a,Cosmopolitan student neighbourhoods,S02001590,Gorgie West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201748 +201748,S00105195,2b1,Students and Commuters,S01008495,Gorgie West - 04,1a,Cosmopolitan student neighbourhoods,S02001590,Gorgie West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201749 +201749,S00104781,2b1,Students and Commuters,S01008604,The Grange - 01,1a,Cosmopolitan student neighbourhoods,S02001612,The Grange,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201750 +201750,S00104782,2b1,Students and Commuters,S01008668,Meadows and Southside - 03,1a,Cosmopolitan student neighbourhoods,S02001621,Meadows and Southside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201751 +201751,S00104783,2b1,Students and Commuters,S01008668,Meadows and Southside - 03,1a,Cosmopolitan student neighbourhoods,S02001621,Meadows and Southside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201752 +201752,S00104789,2b1,Students and Commuters,S01008599,Newington and Dalkeith Road - 01,1a,Cosmopolitan student neighbourhoods,S02001611,Newington and Dalkeith Road,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201753 +201753,S00104798,2b1,Students and Commuters,S01008610,The Grange - 07,1a,Cosmopolitan student neighbourhoods,S02001612,The Grange,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201754 +201754,S00104799,2b1,Students and Commuters,S01008623,Marchmont West - 07,1a,Cosmopolitan student neighbourhoods,S02001614,Marchmont West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201755 +201755,S00104818,2b1,Students and Commuters,S01008605,The Grange - 02,1a,Cosmopolitan student neighbourhoods,S02001612,The Grange,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201756 +201756,S00104821,2b1,Students and Commuters,S01008605,The Grange - 02,1a,Cosmopolitan student neighbourhoods,S02001612,The Grange,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201757 +201757,S00104841,2b1,Students and Commuters,S01008591,"Blackford, West Mains and Mayfield Road - 05",1a,Cosmopolitan student neighbourhoods,S02001609,"Blackford, West Mains and Mayfield Road",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201758 +201758,S00104845,2b1,Students and Commuters,S01008592,"Blackford, West Mains and Mayfield Road - 06",3c,Highly qualified professionals,S02001609,"Blackford, West Mains and Mayfield Road",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201759 +201759,S00104848,2b1,Students and Commuters,S01008592,"Blackford, West Mains and Mayfield Road - 06",3c,Highly qualified professionals,S02001609,"Blackford, West Mains and Mayfield Road",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201760 +201760,S00104854,2b1,Students and Commuters,S01008591,"Blackford, West Mains and Mayfield Road - 05",1a,Cosmopolitan student neighbourhoods,S02001609,"Blackford, West Mains and Mayfield Road",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201761 +201761,S00104862,2b1,Students and Commuters,S01008631,Morningside - 08,1a,Cosmopolitan student neighbourhoods,S02001615,Morningside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201762 +201762,S00104871,2b1,Students and Commuters,S01008630,Morningside - 07,1a,Cosmopolitan student neighbourhoods,S02001615,Morningside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201763 +201763,S00104886,2b1,Students and Commuters,S01008636,Merchiston and Greenhill - 05,1a,Cosmopolitan student neighbourhoods,S02001616,Merchiston and Greenhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201764 +201764,S00104891,2b1,Students and Commuters,S01008641,Bruntsfield - 04,1a,Cosmopolitan student neighbourhoods,S02001617,Bruntsfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201765 +201765,S00104892,2b1,Students and Commuters,S01008641,Bruntsfield - 04,1a,Cosmopolitan student neighbourhoods,S02001617,Bruntsfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201766 +201766,S00104894,2b1,Students and Commuters,S01008642,Bruntsfield - 05,1a,Cosmopolitan student neighbourhoods,S02001617,Bruntsfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201767 +201767,S00104895,2b1,Students and Commuters,S01008642,Bruntsfield - 05,1a,Cosmopolitan student neighbourhoods,S02001617,Bruntsfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201768 +201768,S00104896,2b1,Students and Commuters,S01008641,Bruntsfield - 04,1a,Cosmopolitan student neighbourhoods,S02001617,Bruntsfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201769 +201769,S00104897,2b1,Students and Commuters,S01008641,Bruntsfield - 04,1a,Cosmopolitan student neighbourhoods,S02001617,Bruntsfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201770 +201770,S00104898,2b1,Students and Commuters,S01008640,Bruntsfield - 03,1a,Cosmopolitan student neighbourhoods,S02001617,Bruntsfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201771 +201771,S00104899,2b1,Students and Commuters,S01008640,Bruntsfield - 03,1a,Cosmopolitan student neighbourhoods,S02001617,Bruntsfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201772 +201772,S00104900,2b1,Students and Commuters,S01008640,Bruntsfield - 03,1a,Cosmopolitan student neighbourhoods,S02001617,Bruntsfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201773 +201773,S00104901,2b1,Students and Commuters,S01008638,Bruntsfield - 01,1a,Cosmopolitan student neighbourhoods,S02001617,Bruntsfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201774 +201774,S00104902,2b1,Students and Commuters,S01008666,Meadows and Southside - 01,1a,Cosmopolitan student neighbourhoods,S02001621,Meadows and Southside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201775 +201775,S00104905,2b1,Students and Commuters,S01008638,Bruntsfield - 01,1a,Cosmopolitan student neighbourhoods,S02001617,Bruntsfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201776 +201776,S00104907,2b1,Students and Commuters,S01008640,Bruntsfield - 03,1a,Cosmopolitan student neighbourhoods,S02001617,Bruntsfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201777 +201777,S00104909,2b1,Students and Commuters,S01008639,Bruntsfield - 02,1a,Cosmopolitan student neighbourhoods,S02001617,Bruntsfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201778 +201778,S00104910,2b1,Students and Commuters,S01008639,Bruntsfield - 02,1a,Cosmopolitan student neighbourhoods,S02001617,Bruntsfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201779 +201779,S00104912,2b1,Students and Commuters,S01008642,Bruntsfield - 05,1a,Cosmopolitan student neighbourhoods,S02001617,Bruntsfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201780 +201780,S00104913,2b1,Students and Commuters,S01008642,Bruntsfield - 05,1a,Cosmopolitan student neighbourhoods,S02001617,Bruntsfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201781 +201781,S00104917,2b1,Students and Commuters,S01008643,Bruntsfield - 06,1a,Cosmopolitan student neighbourhoods,S02001617,Bruntsfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201782 +201782,S00104919,2b1,Students and Commuters,S01008642,Bruntsfield - 05,1a,Cosmopolitan student neighbourhoods,S02001617,Bruntsfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201783 +201783,S00104921,2b1,Students and Commuters,S01008635,Merchiston and Greenhill - 04,1a,Cosmopolitan student neighbourhoods,S02001616,Merchiston and Greenhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201784 +201784,S00104923,2b1,Students and Commuters,S01008644,Bruntsfield - 07,1a,Cosmopolitan student neighbourhoods,S02001617,Bruntsfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201785 +201785,S00104964,2b1,Students and Commuters,S01008516,Morningside and Craighouse - 03,1a,Cosmopolitan student neighbourhoods,S02001594,Morningside and Craighouse,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201786 +201786,S00104967,2b1,Students and Commuters,S01008516,Morningside and Craighouse - 03,1a,Cosmopolitan student neighbourhoods,S02001594,Morningside and Craighouse,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201787 +201787,S00104968,2b1,Students and Commuters,S01008516,Morningside and Craighouse - 03,1a,Cosmopolitan student neighbourhoods,S02001594,Morningside and Craighouse,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201788 +201788,S00104976,2b1,Students and Commuters,S01008517,Morningside and Craighouse - 04,1a,Cosmopolitan student neighbourhoods,S02001594,Morningside and Craighouse,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201789 +201789,S00105101,2b1,Students and Commuters,S01008504,Shandon - 03,1a,Cosmopolitan student neighbourhoods,S02001592,Shandon,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201790 +201790,S00105102,2b1,Students and Commuters,S01008502,Shandon - 01,1a,Cosmopolitan student neighbourhoods,S02001592,Shandon,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201791 +201791,S00106232,2b1,Students and Commuters,S01008603,Newington and Dalkeith Road - 05,1a,Cosmopolitan student neighbourhoods,S02001611,Newington and Dalkeith Road,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201792 +201792,S00105196,2b1,Students and Commuters,S01008495,Gorgie West - 04,1a,Cosmopolitan student neighbourhoods,S02001590,Gorgie West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201793 +201793,S00105114,2b1,Students and Commuters,S01008496,Gorgie West - 05,1a,Cosmopolitan student neighbourhoods,S02001590,Gorgie West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201794 +201794,S00104241,2b1,Students and Commuters,S01008803,Leith (Albert Street) - 02,1a,Cosmopolitan student neighbourhoods,S02001646,Leith (Albert Street),S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201795 +201795,S00104714,2b1,Students and Commuters,S01008623,Marchmont West - 07,1a,Cosmopolitan student neighbourhoods,S02001614,Marchmont West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201796 +201796,S00104716,2b1,Students and Commuters,S01008622,Marchmont West - 06,1a,Cosmopolitan student neighbourhoods,S02001614,Marchmont West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201797 +201797,S00106233,2b1,Students and Commuters,S01008601,Newington and Dalkeith Road - 03,1a,Cosmopolitan student neighbourhoods,S02001611,Newington and Dalkeith Road,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201798 +201798,S00105115,2b1,Students and Commuters,S01008497,Gorgie East - 01,1a,Cosmopolitan student neighbourhoods,S02001591,Gorgie East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201799 +201799,S00104717,2b1,Students and Commuters,S01008621,Marchmont West - 05,1a,Cosmopolitan student neighbourhoods,S02001614,Marchmont West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201800 +201800,S00105197,2b1,Students and Commuters,S01008498,Gorgie East - 02,1a,Cosmopolitan student neighbourhoods,S02001591,Gorgie East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201801 +201801,S00104242,2b1,Students and Commuters,S01008797,South Leith - 06,1a,Cosmopolitan student neighbourhoods,S02001644,South Leith,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201802 +201802,S00106234,2b1,Students and Commuters,S01008602,Newington and Dalkeith Road - 04,1a,Cosmopolitan student neighbourhoods,S02001611,Newington and Dalkeith Road,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201803 +201803,S00105116,2b1,Students and Commuters,S01008497,Gorgie East - 01,1a,Cosmopolitan student neighbourhoods,S02001591,Gorgie East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201804 +201804,S00104718,2b1,Students and Commuters,S01008621,Marchmont West - 05,1a,Cosmopolitan student neighbourhoods,S02001614,Marchmont West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201805 +201805,S00105117,2b1,Students and Commuters,S01008497,Gorgie East - 01,1a,Cosmopolitan student neighbourhoods,S02001591,Gorgie East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201806 +201806,S00105198,2b1,Students and Commuters,S01008498,Gorgie East - 02,1a,Cosmopolitan student neighbourhoods,S02001591,Gorgie East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201807 +201807,S00106235,2b1,Students and Commuters,S01008602,Newington and Dalkeith Road - 04,1a,Cosmopolitan student neighbourhoods,S02001611,Newington and Dalkeith Road,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201808 +201808,S00104719,2b1,Students and Commuters,S01008621,Marchmont West - 05,1a,Cosmopolitan student neighbourhoods,S02001614,Marchmont West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201809 +201809,S00104247,2b1,Students and Commuters,S01008802,Leith (Albert Street) - 01,1a,Cosmopolitan student neighbourhoods,S02001646,Leith (Albert Street),S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201810 +201810,S00105118,2b1,Students and Commuters,S01008497,Gorgie East - 01,1a,Cosmopolitan student neighbourhoods,S02001591,Gorgie East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201811 +201811,S00105200,2b1,Students and Commuters,S01008647,Polwarth - 03,1a,Cosmopolitan student neighbourhoods,S02001618,Polwarth,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201812 +201812,S00106517,2b1,Students and Commuters,S01008786,Great Junction Street - 02,1a,Cosmopolitan student neighbourhoods,S02001643,Great Junction Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201813 +201813,S00105201,2b1,Students and Commuters,S01008647,Polwarth - 03,1a,Cosmopolitan student neighbourhoods,S02001618,Polwarth,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201814 +201814,S00106520,2b1,Students and Commuters,S01008675,"Old Town, Princes Street and Leith Street - 02",1a,Cosmopolitan student neighbourhoods,S02001622,"Old Town, Princes Street and Leith Street",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201815 +201815,S00105203,2b1,Students and Commuters,S01008498,Gorgie East - 02,1a,Cosmopolitan student neighbourhoods,S02001591,Gorgie East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201816 +201816,S00106526,2b1,Students and Commuters,S01008785,Great Junction Street - 01,6a,Inner city cosmopolitan,S02001643,Great Junction Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201817 +201817,S00106531,2b1,Students and Commuters,S01008803,Leith (Albert Street) - 02,1a,Cosmopolitan student neighbourhoods,S02001646,Leith (Albert Street),S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201818 +201818,S00106540,2b1,Students and Commuters,S01008670,Meadows and Southside - 05,1a,Cosmopolitan student neighbourhoods,S02001621,Meadows and Southside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201819 +201819,S00106541,2b1,Students and Commuters,S01008603,Newington and Dalkeith Road - 05,1a,Cosmopolitan student neighbourhoods,S02001611,Newington and Dalkeith Road,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201820 +201820,S00106542,2b1,Students and Commuters,S01008682,"Canongate, Southside and Dumbiedykes - 03",1a,Cosmopolitan student neighbourhoods,S02001623,"Canongate, Southside and Dumbiedykes",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201821 +201821,S00106544,2b1,Students and Commuters,S01008682,"Canongate, Southside and Dumbiedykes - 03",1a,Cosmopolitan student neighbourhoods,S02001623,"Canongate, Southside and Dumbiedykes",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201822 +201822,S00106545,2b1,Students and Commuters,S01008681,"Canongate, Southside and Dumbiedykes - 02",1a,Cosmopolitan student neighbourhoods,S02001623,"Canongate, Southside and Dumbiedykes",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201823 +201823,S00106546,2b1,Students and Commuters,S01008680,"Canongate, Southside and Dumbiedykes - 01",1a,Cosmopolitan student neighbourhoods,S02001623,"Canongate, Southside and Dumbiedykes",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201824 +201824,S00106547,2b1,Students and Commuters,S01008680,"Canongate, Southside and Dumbiedykes - 01",1a,Cosmopolitan student neighbourhoods,S02001623,"Canongate, Southside and Dumbiedykes",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201825 +201825,S00106548,2b1,Students and Commuters,S01008618,Marchmont West - 02,1a,Cosmopolitan student neighbourhoods,S02001614,Marchmont West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201826 +201826,S00106549,2b1,Students and Commuters,S01008618,Marchmont West - 02,1a,Cosmopolitan student neighbourhoods,S02001614,Marchmont West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201827 +201827,S00106558,2b1,Students and Commuters,S01008594,"Blackford, West Mains and Mayfield Road - 08",3c,Highly qualified professionals,S02001609,"Blackford, West Mains and Mayfield Road",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201828 +201828,S00106564,2b1,Students and Commuters,S01008516,Morningside and Craighouse - 03,1a,Cosmopolitan student neighbourhoods,S02001594,Morningside and Craighouse,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201829 +201829,S00106572,2b1,Students and Commuters,S01008503,Shandon - 02,1a,Cosmopolitan student neighbourhoods,S02001592,Shandon,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201830 +201830,S00106573,2b1,Students and Commuters,S01008503,Shandon - 02,1a,Cosmopolitan student neighbourhoods,S02001592,Shandon,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201831 +201831,S00104248,2b1,Students and Commuters,S01008802,Leith (Albert Street) - 01,1a,Cosmopolitan student neighbourhoods,S02001646,Leith (Albert Street),S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201832 +201832,S00105119,2b1,Students and Commuters,S01008497,Gorgie East - 01,1a,Cosmopolitan student neighbourhoods,S02001591,Gorgie East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201833 +201833,S00104720,2b1,Students and Commuters,S01008621,Marchmont West - 05,1a,Cosmopolitan student neighbourhoods,S02001614,Marchmont West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201834 +201834,S00106584,2b1,Students and Commuters,S01008480,Stenhouse and Saughton Mains - 08,1a,Cosmopolitan student neighbourhoods,S02001587,Stenhouse and Saughton Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201835 +201835,S00106585,2b1,Students and Commuters,S01008480,Stenhouse and Saughton Mains - 08,1a,Cosmopolitan student neighbourhoods,S02001587,Stenhouse and Saughton Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201836 +201836,S00106652,2b1,Students and Commuters,S01008659,Tollcross - 01,1a,Cosmopolitan student neighbourhoods,S02001620,Tollcross,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201837 +201837,S00106717,2b1,Students and Commuters,S01008678,"Old Town, Princes Street and Leith Street - 05",1a,Cosmopolitan student neighbourhoods,S02001622,"Old Town, Princes Street and Leith Street",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201838 +201838,S00106723,2b1,Students and Commuters,S01008677,"Old Town, Princes Street and Leith Street - 04",1a,Cosmopolitan student neighbourhoods,S02001622,"Old Town, Princes Street and Leith Street",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201839 +201839,S00106726,2b1,Students and Commuters,S01008859,Stockbridge - 03,1a,Cosmopolitan student neighbourhoods,S02001658,Stockbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201840 +201840,S00106733,2b1,Students and Commuters,S01008658,Dalry and Fountainbridge - 08,1a,Cosmopolitan student neighbourhoods,S02001619,Dalry and Fountainbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201841 +201841,S00106734,2b1,Students and Commuters,S01008658,Dalry and Fountainbridge - 08,1a,Cosmopolitan student neighbourhoods,S02001619,Dalry and Fountainbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201842 +201842,S00106736,2b1,Students and Commuters,S01008667,Meadows and Southside - 02,1a,Cosmopolitan student neighbourhoods,S02001621,Meadows and Southside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201843 +201843,S00106737,2b1,Students and Commuters,S01008666,Meadows and Southside - 01,1a,Cosmopolitan student neighbourhoods,S02001621,Meadows and Southside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201844 +201844,S00106738,2b1,Students and Commuters,S01008667,Meadows and Southside - 02,1a,Cosmopolitan student neighbourhoods,S02001621,Meadows and Southside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201845 +201845,S00106739,2b1,Students and Commuters,S01008663,Tollcross - 05,1a,Cosmopolitan student neighbourhoods,S02001620,Tollcross,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201846 +201846,S00106744,2b1,Students and Commuters,S01008815,Pilrig - 03,1a,Cosmopolitan student neighbourhoods,S02001648,Pilrig,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201847 +201847,S00106755,2b1,Students and Commuters,S01008811,Hillside and Calton Hill - 06,1a,Cosmopolitan student neighbourhoods,S02001647,Hillside and Calton Hill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201848 +201848,S00106756,2b1,Students and Commuters,S01008811,Hillside and Calton Hill - 06,1a,Cosmopolitan student neighbourhoods,S02001647,Hillside and Calton Hill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201849 +201849,S00106757,2b1,Students and Commuters,S01008837,Broughton North and Powderhall - 02,1a,Cosmopolitan student neighbourhoods,S02001653,Broughton North and Powderhall,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201850 +201850,S00106758,2b1,Students and Commuters,S01008837,Broughton North and Powderhall - 02,1a,Cosmopolitan student neighbourhoods,S02001653,Broughton North and Powderhall,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201851 +201851,S00106771,2b1,Students and Commuters,S01008804,Leith (Albert Street) - 03,1a,Cosmopolitan student neighbourhoods,S02001646,Leith (Albert Street),S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201852 +201852,S00106772,2b1,Students and Commuters,S01008804,Leith (Albert Street) - 03,1a,Cosmopolitan student neighbourhoods,S02001646,Leith (Albert Street),S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201853 +201853,S00106773,2b1,Students and Commuters,S01008805,Leith (Albert Street) - 04,1a,Cosmopolitan student neighbourhoods,S02001646,Leith (Albert Street),S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201854 +201854,S00106786,2b1,Students and Commuters,S01008612,Marchmont East and Sciennes - 02,1a,Cosmopolitan student neighbourhoods,S02001613,Marchmont East and Sciennes,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201855 +201855,S00105206,2b1,Students and Commuters,S01008648,Polwarth - 04,1a,Cosmopolitan student neighbourhoods,S02001618,Polwarth,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201856 +201856,S00105207,2b1,Students and Commuters,S01008499,Gorgie East - 03,1a,Cosmopolitan student neighbourhoods,S02001591,Gorgie East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201857 +201857,S00105210,2b1,Students and Commuters,S01008498,Gorgie East - 02,1a,Cosmopolitan student neighbourhoods,S02001591,Gorgie East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201858 +201858,S00105211,2b1,Students and Commuters,S01008648,Polwarth - 04,1a,Cosmopolitan student neighbourhoods,S02001618,Polwarth,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201859 +201859,S00105212,2b1,Students and Commuters,S01008499,Gorgie East - 03,1a,Cosmopolitan student neighbourhoods,S02001591,Gorgie East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201860 +201860,S00105213,2b1,Students and Commuters,S01008499,Gorgie East - 03,1a,Cosmopolitan student neighbourhoods,S02001591,Gorgie East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201861 +201861,S00105214,2b1,Students and Commuters,S01008499,Gorgie East - 03,1a,Cosmopolitan student neighbourhoods,S02001591,Gorgie East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201862 +201862,S00105215,2b1,Students and Commuters,S01008499,Gorgie East - 03,1a,Cosmopolitan student neighbourhoods,S02001591,Gorgie East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201863 +201863,S00105216,2b1,Students and Commuters,S01008499,Gorgie East - 03,1a,Cosmopolitan student neighbourhoods,S02001591,Gorgie East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201864 +201864,S00105217,2b1,Students and Commuters,S01008499,Gorgie East - 03,1a,Cosmopolitan student neighbourhoods,S02001591,Gorgie East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201865 +201865,S00105218,2b1,Students and Commuters,S01008499,Gorgie East - 03,1a,Cosmopolitan student neighbourhoods,S02001591,Gorgie East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201866 +201866,S00105219,2b1,Students and Commuters,S01008499,Gorgie East - 03,1a,Cosmopolitan student neighbourhoods,S02001591,Gorgie East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201867 +201867,S00105220,2b1,Students and Commuters,S01008499,Gorgie East - 03,1a,Cosmopolitan student neighbourhoods,S02001591,Gorgie East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201868 +201868,S00105221,2b1,Students and Commuters,S01008653,Dalry and Fountainbridge - 03,1a,Cosmopolitan student neighbourhoods,S02001619,Dalry and Fountainbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201869 +201869,S00105223,2b1,Students and Commuters,S01008653,Dalry and Fountainbridge - 03,1a,Cosmopolitan student neighbourhoods,S02001619,Dalry and Fountainbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201870 +201870,S00105224,2b1,Students and Commuters,S01008653,Dalry and Fountainbridge - 03,1a,Cosmopolitan student neighbourhoods,S02001619,Dalry and Fountainbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201871 +201871,S00105225,2b1,Students and Commuters,S01008654,Dalry and Fountainbridge - 04,1a,Cosmopolitan student neighbourhoods,S02001619,Dalry and Fountainbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201872 +201872,S00105227,2b1,Students and Commuters,S01008652,Dalry and Fountainbridge - 02,1a,Cosmopolitan student neighbourhoods,S02001619,Dalry and Fountainbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201873 +201873,S00105229,2b1,Students and Commuters,S01008654,Dalry and Fountainbridge - 04,1a,Cosmopolitan student neighbourhoods,S02001619,Dalry and Fountainbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201874 +201874,S00105230,2b1,Students and Commuters,S01008656,Dalry and Fountainbridge - 06,1a,Cosmopolitan student neighbourhoods,S02001619,Dalry and Fountainbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201875 +201875,S00105231,2b1,Students and Commuters,S01008656,Dalry and Fountainbridge - 06,1a,Cosmopolitan student neighbourhoods,S02001619,Dalry and Fountainbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201876 +201876,S00105232,2b1,Students and Commuters,S01008654,Dalry and Fountainbridge - 04,1a,Cosmopolitan student neighbourhoods,S02001619,Dalry and Fountainbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201877 +201877,S00105233,2b1,Students and Commuters,S01008656,Dalry and Fountainbridge - 06,1a,Cosmopolitan student neighbourhoods,S02001619,Dalry and Fountainbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201878 +201878,S00105235,2b1,Students and Commuters,S01008656,Dalry and Fountainbridge - 06,1a,Cosmopolitan student neighbourhoods,S02001619,Dalry and Fountainbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201879 +201879,S00105391,2b1,Students and Commuters,S01008875,Balgreen and Roseburn - 01,1a,Cosmopolitan student neighbourhoods,S02001661,Balgreen and Roseburn,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201880 +201880,S00105407,2b1,Students and Commuters,S01008872,Deans Village - 05,1a,Cosmopolitan student neighbourhoods,S02001660,Deans Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201881 +201881,S00105412,2b1,Students and Commuters,S01008872,Deans Village - 05,1a,Cosmopolitan student neighbourhoods,S02001660,Deans Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201882 +201882,S00105413,2b1,Students and Commuters,S01008871,Deans Village - 04,1a,Cosmopolitan student neighbourhoods,S02001660,Deans Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201883 +201883,S00105772,2b1,Students and Commuters,S01008487,Slateford and Chesser - 02,1a,Cosmopolitan student neighbourhoods,S02001589,Slateford and Chesser,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201884 +201884,S00105773,2b1,Students and Commuters,S01008487,Slateford and Chesser - 02,1a,Cosmopolitan student neighbourhoods,S02001589,Slateford and Chesser,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201885 +201885,S00105780,2b1,Students and Commuters,S01008488,Slateford and Chesser - 03,1a,Cosmopolitan student neighbourhoods,S02001589,Slateford and Chesser,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201886 +201886,S00105798,2b1,Students and Commuters,S01008504,Shandon - 03,1a,Cosmopolitan student neighbourhoods,S02001592,Shandon,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201887 +201887,S00106143,2b1,Students and Commuters,S01008702,Craigmillar - 02,1a,Cosmopolitan student neighbourhoods,S02001627,Craigmillar,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201888 +201888,S00106144,2b1,Students and Commuters,S01008702,Craigmillar - 02,1a,Cosmopolitan student neighbourhoods,S02001627,Craigmillar,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201889 +201889,S00106147,2b1,Students and Commuters,S01008702,Craigmillar - 02,1a,Cosmopolitan student neighbourhoods,S02001627,Craigmillar,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201890 +201890,S00104250,2b1,Students and Commuters,S01008798,Easter Road and Hawkhill Avenue - 01,1a,Cosmopolitan student neighbourhoods,S02001645,Easter Road and Hawkhill Avenue,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201891 +201891,S00104721,2b1,Students and Commuters,S01008621,Marchmont West - 05,1a,Cosmopolitan student neighbourhoods,S02001614,Marchmont West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201892 +201892,S00105120,2b1,Students and Commuters,S01008497,Gorgie East - 01,1a,Cosmopolitan student neighbourhoods,S02001591,Gorgie East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201893 +201893,S00104722,2b1,Students and Commuters,S01008620,Marchmont West - 04,1a,Cosmopolitan student neighbourhoods,S02001614,Marchmont West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201894 +201894,S00104723,2b1,Students and Commuters,S01008620,Marchmont West - 04,1a,Cosmopolitan student neighbourhoods,S02001614,Marchmont West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201895 +201895,S00104725,2b1,Students and Commuters,S01008620,Marchmont West - 04,1a,Cosmopolitan student neighbourhoods,S02001614,Marchmont West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201896 +201896,S00104726,2b1,Students and Commuters,S01008618,Marchmont West - 02,1a,Cosmopolitan student neighbourhoods,S02001614,Marchmont West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201897 +201897,S00104727,2b1,Students and Commuters,S01008618,Marchmont West - 02,1a,Cosmopolitan student neighbourhoods,S02001614,Marchmont West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201898 +201898,S00104728,2b1,Students and Commuters,S01008619,Marchmont West - 03,1a,Cosmopolitan student neighbourhoods,S02001614,Marchmont West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201899 +201899,S00104729,2b1,Students and Commuters,S01008619,Marchmont West - 03,1a,Cosmopolitan student neighbourhoods,S02001614,Marchmont West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201900 +201900,S00104730,2b1,Students and Commuters,S01008619,Marchmont West - 03,1a,Cosmopolitan student neighbourhoods,S02001614,Marchmont West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201901 +201901,S00104732,2b1,Students and Commuters,S01008617,Marchmont West - 01,1a,Cosmopolitan student neighbourhoods,S02001614,Marchmont West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201902 +201902,S00104733,2b1,Students and Commuters,S01008618,Marchmont West - 02,1a,Cosmopolitan student neighbourhoods,S02001614,Marchmont West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201903 +201903,S00104734,2b1,Students and Commuters,S01008617,Marchmont West - 01,1a,Cosmopolitan student neighbourhoods,S02001614,Marchmont West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201904 +201904,S00104735,2b1,Students and Commuters,S01008617,Marchmont West - 01,1a,Cosmopolitan student neighbourhoods,S02001614,Marchmont West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201905 +201905,S00104738,2b1,Students and Commuters,S01008616,Marchmont East and Sciennes - 06,1a,Cosmopolitan student neighbourhoods,S02001613,Marchmont East and Sciennes,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201906 +201906,S00104743,2b1,Students and Commuters,S01008616,Marchmont East and Sciennes - 06,1a,Cosmopolitan student neighbourhoods,S02001613,Marchmont East and Sciennes,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201907 +201907,S00104744,2b1,Students and Commuters,S01008615,Marchmont East and Sciennes - 05,1a,Cosmopolitan student neighbourhoods,S02001613,Marchmont East and Sciennes,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201908 +201908,S00104745,2b1,Students and Commuters,S01008615,Marchmont East and Sciennes - 05,1a,Cosmopolitan student neighbourhoods,S02001613,Marchmont East and Sciennes,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201909 +201909,S00104746,2b1,Students and Commuters,S01008615,Marchmont East and Sciennes - 05,1a,Cosmopolitan student neighbourhoods,S02001613,Marchmont East and Sciennes,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201910 +201910,S00104747,2b1,Students and Commuters,S01008614,Marchmont East and Sciennes - 04,1a,Cosmopolitan student neighbourhoods,S02001613,Marchmont East and Sciennes,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201911 +201911,S00104748,2b1,Students and Commuters,S01008614,Marchmont East and Sciennes - 04,1a,Cosmopolitan student neighbourhoods,S02001613,Marchmont East and Sciennes,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201912 +201912,S00104749,2b1,Students and Commuters,S01008615,Marchmont East and Sciennes - 05,1a,Cosmopolitan student neighbourhoods,S02001613,Marchmont East and Sciennes,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201913 +201913,S00105122,2b1,Students and Commuters,S01008498,Gorgie East - 02,1a,Cosmopolitan student neighbourhoods,S02001591,Gorgie East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201914 +201914,S00104752,2b1,Students and Commuters,S01008615,Marchmont East and Sciennes - 05,1a,Cosmopolitan student neighbourhoods,S02001613,Marchmont East and Sciennes,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201915 +201915,S00104753,2b1,Students and Commuters,S01008614,Marchmont East and Sciennes - 04,1a,Cosmopolitan student neighbourhoods,S02001613,Marchmont East and Sciennes,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201916 +201916,S00104754,2b1,Students and Commuters,S01008614,Marchmont East and Sciennes - 04,1a,Cosmopolitan student neighbourhoods,S02001613,Marchmont East and Sciennes,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201917 +201917,S00104758,2b1,Students and Commuters,S01008613,Marchmont East and Sciennes - 03,1a,Cosmopolitan student neighbourhoods,S02001613,Marchmont East and Sciennes,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201918 +201918,S00104759,2b1,Students and Commuters,S01008613,Marchmont East and Sciennes - 03,1a,Cosmopolitan student neighbourhoods,S02001613,Marchmont East and Sciennes,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201919 +201919,S00104760,2b1,Students and Commuters,S01008612,Marchmont East and Sciennes - 02,1a,Cosmopolitan student neighbourhoods,S02001613,Marchmont East and Sciennes,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201920 +201920,S00104761,2b1,Students and Commuters,S01008612,Marchmont East and Sciennes - 02,1a,Cosmopolitan student neighbourhoods,S02001613,Marchmont East and Sciennes,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201921 +201921,S00104762,2b1,Students and Commuters,S01008613,Marchmont East and Sciennes - 03,1a,Cosmopolitan student neighbourhoods,S02001613,Marchmont East and Sciennes,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201922 +201922,S00104763,2b1,Students and Commuters,S01008613,Marchmont East and Sciennes - 03,1a,Cosmopolitan student neighbourhoods,S02001613,Marchmont East and Sciennes,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201923 +201923,S00104764,2b1,Students and Commuters,S01008612,Marchmont East and Sciennes - 02,1a,Cosmopolitan student neighbourhoods,S02001613,Marchmont East and Sciennes,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201924 +201924,S00104765,2b1,Students and Commuters,S01008611,Marchmont East and Sciennes - 01,1a,Cosmopolitan student neighbourhoods,S02001613,Marchmont East and Sciennes,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201925 +201925,S00104766,2b1,Students and Commuters,S01008611,Marchmont East and Sciennes - 01,1a,Cosmopolitan student neighbourhoods,S02001613,Marchmont East and Sciennes,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201926 +201926,S00104767,2b1,Students and Commuters,S01008611,Marchmont East and Sciennes - 01,1a,Cosmopolitan student neighbourhoods,S02001613,Marchmont East and Sciennes,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201927 +201927,S00104769,2b1,Students and Commuters,S01008611,Marchmont East and Sciennes - 01,1a,Cosmopolitan student neighbourhoods,S02001613,Marchmont East and Sciennes,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201928 +201928,S00104770,2b1,Students and Commuters,S01008611,Marchmont East and Sciennes - 01,1a,Cosmopolitan student neighbourhoods,S02001613,Marchmont East and Sciennes,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201929 +201929,S00104251,2b1,Students and Commuters,S01008798,Easter Road and Hawkhill Avenue - 01,1a,Cosmopolitan student neighbourhoods,S02001645,Easter Road and Hawkhill Avenue,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201930 +201930,S00105123,2b1,Students and Commuters,S01008497,Gorgie East - 01,1a,Cosmopolitan student neighbourhoods,S02001591,Gorgie East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201931 +201931,S00105124,2b1,Students and Commuters,S01008503,Shandon - 02,1a,Cosmopolitan student neighbourhoods,S02001592,Shandon,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201932 +201932,S00105133,2b1,Students and Commuters,S01008646,Polwarth - 02,1a,Cosmopolitan student neighbourhoods,S02001618,Polwarth,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201933 +201933,S00105135,2b1,Students and Commuters,S01008646,Polwarth - 02,1a,Cosmopolitan student neighbourhoods,S02001618,Polwarth,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201934 +201934,S00105136,2b1,Students and Commuters,S01008649,Polwarth - 05,1a,Cosmopolitan student neighbourhoods,S02001618,Polwarth,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201935 +201935,S00105137,2b1,Students and Commuters,S01008649,Polwarth - 05,1a,Cosmopolitan student neighbourhoods,S02001618,Polwarth,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201936 +201936,S00105138,2b1,Students and Commuters,S01008646,Polwarth - 02,1a,Cosmopolitan student neighbourhoods,S02001618,Polwarth,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201937 +201937,S00105141,2b1,Students and Commuters,S01008646,Polwarth - 02,1a,Cosmopolitan student neighbourhoods,S02001618,Polwarth,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201938 +201938,S00105142,2b1,Students and Commuters,S01008649,Polwarth - 05,1a,Cosmopolitan student neighbourhoods,S02001618,Polwarth,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201939 +201939,S00105143,2b1,Students and Commuters,S01008649,Polwarth - 05,1a,Cosmopolitan student neighbourhoods,S02001618,Polwarth,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201940 +201940,S00105144,2b1,Students and Commuters,S01008648,Polwarth - 04,1a,Cosmopolitan student neighbourhoods,S02001618,Polwarth,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201941 +201941,S00105146,2b1,Students and Commuters,S01008649,Polwarth - 05,1a,Cosmopolitan student neighbourhoods,S02001618,Polwarth,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201942 +201942,S00105148,2b1,Students and Commuters,S01008650,Polwarth - 06,1a,Cosmopolitan student neighbourhoods,S02001618,Polwarth,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201943 +201943,S00104279,2b1,Students and Commuters,S01008795,South Leith - 04,1a,Cosmopolitan student neighbourhoods,S02001644,South Leith,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201944 +201944,S00105149,2b1,Students and Commuters,S01008650,Polwarth - 06,1a,Cosmopolitan student neighbourhoods,S02001618,Polwarth,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201945 +201945,S00104311,2b1,Students and Commuters,S01008812,Hillside and Calton Hill - 07,1a,Cosmopolitan student neighbourhoods,S02001647,Hillside and Calton Hill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201946 +201946,S00105150,2b1,Students and Commuters,S01008649,Polwarth - 05,1a,Cosmopolitan student neighbourhoods,S02001618,Polwarth,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201947 +201947,S00104312,2b1,Students and Commuters,S01008845,New Town East and Gayfield - 01,1a,Cosmopolitan student neighbourhoods,S02001655,New Town East and Gayfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201948 +201948,S00104313,2b1,Students and Commuters,S01008843,Broughton South - 04,1a,Cosmopolitan student neighbourhoods,S02001654,Broughton South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201949 +201949,S00104314,2b1,Students and Commuters,S01008805,Leith (Albert Street) - 04,1a,Cosmopolitan student neighbourhoods,S02001646,Leith (Albert Street),S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201950 +201950,S00104322,2b1,Students and Commuters,S01008843,Broughton South - 04,1a,Cosmopolitan student neighbourhoods,S02001654,Broughton South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201951 +201951,S00104323,2b1,Students and Commuters,S01008846,New Town East and Gayfield - 02,1a,Cosmopolitan student neighbourhoods,S02001655,New Town East and Gayfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201952 +201952,S00104324,2b1,Students and Commuters,S01008846,New Town East and Gayfield - 02,1a,Cosmopolitan student neighbourhoods,S02001655,New Town East and Gayfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201953 +201953,S00104330,2b1,Students and Commuters,S01008840,Broughton South - 01,1a,Cosmopolitan student neighbourhoods,S02001654,Broughton South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201954 +201954,S00104342,2b1,Students and Commuters,S01008839,Broughton North and Powderhall - 04,1a,Cosmopolitan student neighbourhoods,S02001653,Broughton North and Powderhall,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201955 +201955,S00104346,2b1,Students and Commuters,S01008838,Broughton North and Powderhall - 03,1a,Cosmopolitan student neighbourhoods,S02001653,Broughton North and Powderhall,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201956 +201956,S00104358,2b1,Students and Commuters,S01008837,Broughton North and Powderhall - 02,1a,Cosmopolitan student neighbourhoods,S02001653,Broughton North and Powderhall,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201957 +201957,S00104359,2b1,Students and Commuters,S01008836,Broughton North and Powderhall - 01,1a,Cosmopolitan student neighbourhoods,S02001653,Broughton North and Powderhall,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201958 +201958,S00104362,2b1,Students and Commuters,S01008839,Broughton North and Powderhall - 04,1a,Cosmopolitan student neighbourhoods,S02001653,Broughton North and Powderhall,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201959 +201959,S00104364,2b1,Students and Commuters,S01008837,Broughton North and Powderhall - 02,1a,Cosmopolitan student neighbourhoods,S02001653,Broughton North and Powderhall,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201960 +201960,S00104377,2b1,Students and Commuters,S01008811,Hillside and Calton Hill - 06,1a,Cosmopolitan student neighbourhoods,S02001647,Hillside and Calton Hill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201961 +201961,S00104379,2b1,Students and Commuters,S01008811,Hillside and Calton Hill - 06,1a,Cosmopolitan student neighbourhoods,S02001647,Hillside and Calton Hill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201962 +201962,S00104380,2b1,Students and Commuters,S01008811,Hillside and Calton Hill - 06,1a,Cosmopolitan student neighbourhoods,S02001647,Hillside and Calton Hill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201963 +201963,S00104382,2b1,Students and Commuters,S01008806,Hillside and Calton Hill - 01,1a,Cosmopolitan student neighbourhoods,S02001647,Hillside and Calton Hill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201964 +201964,S00104383,2b1,Students and Commuters,S01008806,Hillside and Calton Hill - 01,1a,Cosmopolitan student neighbourhoods,S02001647,Hillside and Calton Hill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201965 +201965,S00104387,2b1,Students and Commuters,S01008810,Hillside and Calton Hill - 05,1a,Cosmopolitan student neighbourhoods,S02001647,Hillside and Calton Hill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201966 +201966,S00104389,2b1,Students and Commuters,S01008806,Hillside and Calton Hill - 01,1a,Cosmopolitan student neighbourhoods,S02001647,Hillside and Calton Hill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201967 +201967,S00104390,2b1,Students and Commuters,S01008810,Hillside and Calton Hill - 05,1a,Cosmopolitan student neighbourhoods,S02001647,Hillside and Calton Hill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201968 +201968,S00104398,2b1,Students and Commuters,S01008809,Hillside and Calton Hill - 04,1a,Cosmopolitan student neighbourhoods,S02001647,Hillside and Calton Hill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201969 +201969,S00104405,2b1,Students and Commuters,S01008686,Abbeyhill - 01,1a,Cosmopolitan student neighbourhoods,S02001624,Abbeyhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201970 +201970,S00104413,2b1,Students and Commuters,S01008689,Meadowbank and Abbeyhill North - 01,1a,Cosmopolitan student neighbourhoods,S02001625,Meadowbank and Abbeyhill North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201971 +201971,S00104419,2b1,Students and Commuters,S01008689,Meadowbank and Abbeyhill North - 01,1a,Cosmopolitan student neighbourhoods,S02001625,Meadowbank and Abbeyhill North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201972 +201972,S00104426,2b1,Students and Commuters,S01008807,Hillside and Calton Hill - 02,1a,Cosmopolitan student neighbourhoods,S02001647,Hillside and Calton Hill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201973 +201973,S00104433,2b1,Students and Commuters,S01008806,Hillside and Calton Hill - 01,1a,Cosmopolitan student neighbourhoods,S02001647,Hillside and Calton Hill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201974 +201974,S00104434,2b1,Students and Commuters,S01008806,Hillside and Calton Hill - 01,1a,Cosmopolitan student neighbourhoods,S02001647,Hillside and Calton Hill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201975 +201975,S00104436,2b1,Students and Commuters,S01008806,Hillside and Calton Hill - 01,1a,Cosmopolitan student neighbourhoods,S02001647,Hillside and Calton Hill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201976 +201976,S00104437,2b1,Students and Commuters,S01008806,Hillside and Calton Hill - 01,1a,Cosmopolitan student neighbourhoods,S02001647,Hillside and Calton Hill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201977 +201977,S00104438,2b1,Students and Commuters,S01008806,Hillside and Calton Hill - 01,1a,Cosmopolitan student neighbourhoods,S02001647,Hillside and Calton Hill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201978 +201978,S00104440,2b1,Students and Commuters,S01008801,Easter Road and Hawkhill Avenue - 04,1a,Cosmopolitan student neighbourhoods,S02001645,Easter Road and Hawkhill Avenue,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201979 +201979,S00104441,2b1,Students and Commuters,S01008801,Easter Road and Hawkhill Avenue - 04,1a,Cosmopolitan student neighbourhoods,S02001645,Easter Road and Hawkhill Avenue,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201980 +201980,S00104443,2b1,Students and Commuters,S01008800,Easter Road and Hawkhill Avenue - 03,1a,Cosmopolitan student neighbourhoods,S02001645,Easter Road and Hawkhill Avenue,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201981 +201981,S00104446,2b1,Students and Commuters,S01008800,Easter Road and Hawkhill Avenue - 03,1a,Cosmopolitan student neighbourhoods,S02001645,Easter Road and Hawkhill Avenue,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201982 +201982,S00105151,2b1,Students and Commuters,S01008645,Polwarth - 01,1a,Cosmopolitan student neighbourhoods,S02001618,Polwarth,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201983 +201983,S00105154,2b1,Students and Commuters,S01008645,Polwarth - 01,1a,Cosmopolitan student neighbourhoods,S02001618,Polwarth,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201984 +201984,S00105155,2b1,Students and Commuters,S01008645,Polwarth - 01,1a,Cosmopolitan student neighbourhoods,S02001618,Polwarth,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201985 +201985,S00105156,2b1,Students and Commuters,S01008644,Bruntsfield - 07,1a,Cosmopolitan student neighbourhoods,S02001617,Bruntsfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201986 +201986,S00105158,2b1,Students and Commuters,S01008650,Polwarth - 06,1a,Cosmopolitan student neighbourhoods,S02001618,Polwarth,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201987 +201987,S00105159,2b1,Students and Commuters,S01008650,Polwarth - 06,1a,Cosmopolitan student neighbourhoods,S02001618,Polwarth,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201988 +201988,S00105161,2b1,Students and Commuters,S01008650,Polwarth - 06,1a,Cosmopolitan student neighbourhoods,S02001618,Polwarth,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201989 +201989,S00105162,2b1,Students and Commuters,S01008652,Dalry and Fountainbridge - 02,1a,Cosmopolitan student neighbourhoods,S02001619,Dalry and Fountainbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201990 +201990,S00105163,2b1,Students and Commuters,S01008652,Dalry and Fountainbridge - 02,1a,Cosmopolitan student neighbourhoods,S02001619,Dalry and Fountainbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201991 +201991,S00105168,2b1,Students and Commuters,S01008644,Bruntsfield - 07,1a,Cosmopolitan student neighbourhoods,S02001617,Bruntsfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201992 +201992,S00105169,2b1,Students and Commuters,S01008651,Dalry and Fountainbridge - 01,1a,Cosmopolitan student neighbourhoods,S02001619,Dalry and Fountainbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201993 +201993,S00105179,2b1,Students and Commuters,S01008493,Gorgie West - 02,1a,Cosmopolitan student neighbourhoods,S02001590,Gorgie West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201994 +201994,S00105180,2b1,Students and Commuters,S01008494,Gorgie West - 03,1a,Cosmopolitan student neighbourhoods,S02001590,Gorgie West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201995 +201995,S00105181,2b1,Students and Commuters,S01008494,Gorgie West - 03,1a,Cosmopolitan student neighbourhoods,S02001590,Gorgie West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201996 +201996,S00105182,2b1,Students and Commuters,S01008494,Gorgie West - 03,1a,Cosmopolitan student neighbourhoods,S02001590,Gorgie West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201997 +201997,S00105184,2b1,Students and Commuters,S01008494,Gorgie West - 03,1a,Cosmopolitan student neighbourhoods,S02001590,Gorgie West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201998 +201998,S00105185,2b1,Students and Commuters,S01008494,Gorgie West - 03,1a,Cosmopolitan student neighbourhoods,S02001590,Gorgie West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,201999 +201999,S00105186,2b1,Students and Commuters,S01008495,Gorgie West - 04,1a,Cosmopolitan student neighbourhoods,S02001590,Gorgie West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202000 +202000,S00106929,2b1,Students and Commuters,S01008663,Tollcross - 05,1a,Cosmopolitan student neighbourhoods,S02001620,Tollcross,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202001 +202001,S00106930,2b1,Students and Commuters,S01008661,Tollcross - 03,1a,Cosmopolitan student neighbourhoods,S02001620,Tollcross,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202002 +202002,S00106931,2b1,Students and Commuters,S01008662,Tollcross - 04,1a,Cosmopolitan student neighbourhoods,S02001620,Tollcross,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202003 +202003,S00106932,2b1,Students and Commuters,S01008662,Tollcross - 04,1a,Cosmopolitan student neighbourhoods,S02001620,Tollcross,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202004 +202004,S00107009,2b1,Students and Commuters,S01008791,Great Junction Street - 07,1a,Cosmopolitan student neighbourhoods,S02001643,Great Junction Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202005 +202005,S00107013,2b1,Students and Commuters,S01008790,Great Junction Street - 06,1a,Cosmopolitan student neighbourhoods,S02001643,Great Junction Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202006 +202006,S00107023,2b1,Students and Commuters,S01008769,Western Harbour and Leith Docks - 02,1a,Cosmopolitan student neighbourhoods,S02001640,Western Harbour and Leith Docks,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202007 +202007,S00107028,2b1,Students and Commuters,S01008770,Western Harbour and Leith Docks - 03,1a,Cosmopolitan student neighbourhoods,S02001640,Western Harbour and Leith Docks,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202008 +202008,S00107031,2b1,Students and Commuters,S01008769,Western Harbour and Leith Docks - 02,1a,Cosmopolitan student neighbourhoods,S02001640,Western Harbour and Leith Docks,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202009 +202009,S00106432,6b2,White Suburban Communities,S01008995,"Ratho, Ingliston and Gogar - 03",8c,Comfortable suburbia,S02001683,"Ratho, Ingliston and Gogar",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202010 +202010,S00107396,5a1,White Professionals,S01008981,Corstorphine South - 01,8c,Comfortable suburbia,S02001681,Corstorphine South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202011 +202011,S00105562,5a1,White Professionals,S01008959,East Craigs North - 05,5c,Comfortable neighbourhoods,S02001676,East Craigs North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202012 +202012,S00107062,2b1,Students and Commuters,S01008784,The Shore and Constitution Street - 07,1a,Cosmopolitan student neighbourhoods,S02001642,The Shore and Constitution Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202013 +202013,S00107065,2b1,Students and Commuters,S01008788,Great Junction Street - 04,1a,Cosmopolitan student neighbourhoods,S02001643,Great Junction Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202014 +202014,S00107081,2b1,Students and Commuters,S01008780,The Shore and Constitution Street - 03,1a,Cosmopolitan student neighbourhoods,S02001642,The Shore and Constitution Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202015 +202015,S00107092,2b1,Students and Commuters,S01008797,South Leith - 06,1a,Cosmopolitan student neighbourhoods,S02001644,South Leith,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202016 +202016,S00107093,2b1,Students and Commuters,S01008797,South Leith - 06,1a,Cosmopolitan student neighbourhoods,S02001644,South Leith,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202017 +202017,S00107095,2b1,Students and Commuters,S01008796,South Leith - 05,1a,Cosmopolitan student neighbourhoods,S02001644,South Leith,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202018 +202018,S00107109,2b1,Students and Commuters,S01008845,New Town East and Gayfield - 01,1a,Cosmopolitan student neighbourhoods,S02001655,New Town East and Gayfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202019 +202019,S00107111,2b1,Students and Commuters,S01008813,Pilrig - 01,1a,Cosmopolitan student neighbourhoods,S02001648,Pilrig,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202020 +202020,S00107113,2b1,Students and Commuters,S01008813,Pilrig - 01,1a,Cosmopolitan student neighbourhoods,S02001648,Pilrig,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202021 +202021,S00107115,2b1,Students and Commuters,S01008844,Broughton South - 05,1a,Cosmopolitan student neighbourhoods,S02001654,Broughton South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202022 +202022,S00107117,2b1,Students and Commuters,S01008844,Broughton South - 05,1a,Cosmopolitan student neighbourhoods,S02001654,Broughton South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202023 +202023,S00107118,2b1,Students and Commuters,S01008845,New Town East and Gayfield - 01,1a,Cosmopolitan student neighbourhoods,S02001655,New Town East and Gayfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202024 +202024,S00107119,2b1,Students and Commuters,S01008845,New Town East and Gayfield - 01,1a,Cosmopolitan student neighbourhoods,S02001655,New Town East and Gayfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202025 +202025,S00107120,2b1,Students and Commuters,S01008845,New Town East and Gayfield - 01,1a,Cosmopolitan student neighbourhoods,S02001655,New Town East and Gayfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202026 +202026,S00107122,2b1,Students and Commuters,S01008853,Canonmills and New Town North - 01,1a,Cosmopolitan student neighbourhoods,S02001657,Canonmills and New Town North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202027 +202027,S00103821,5a1,White Professionals,S01008941,Cramond - 01,8a,Affluent communities,S02001673,Cramond,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202028 +202028,S00107481,2b1,Students and Commuters,S01008719,"Jewel, Brunstane and Newcraighall - 03",3d,Households in terraces and flats,S02001630,"Jewel, Brunstane and Newcraighall",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202029 +202029,S00107123,2b1,Students and Commuters,S01008856,Canonmills and New Town North - 04,1a,Cosmopolitan student neighbourhoods,S02001657,Canonmills and New Town North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202030 +202030,S00107124,2b1,Students and Commuters,S01008842,Broughton South - 03,1a,Cosmopolitan student neighbourhoods,S02001654,Broughton South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202031 +202031,S00107125,2b1,Students and Commuters,S01008842,Broughton South - 03,1a,Cosmopolitan student neighbourhoods,S02001654,Broughton South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202032 +202032,S00107128,2b1,Students and Commuters,S01008842,Broughton South - 03,1a,Cosmopolitan student neighbourhoods,S02001654,Broughton South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202033 +202033,S00107132,2b1,Students and Commuters,S01008842,Broughton South - 03,1a,Cosmopolitan student neighbourhoods,S02001654,Broughton South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202034 +202034,S00107137,2b1,Students and Commuters,S01008812,Hillside and Calton Hill - 07,1a,Cosmopolitan student neighbourhoods,S02001647,Hillside and Calton Hill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202035 +202035,S00107138,2b1,Students and Commuters,S01008812,Hillside and Calton Hill - 07,1a,Cosmopolitan student neighbourhoods,S02001647,Hillside and Calton Hill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202036 +202036,S00107139,2b1,Students and Commuters,S01008805,Leith (Albert Street) - 04,1a,Cosmopolitan student neighbourhoods,S02001646,Leith (Albert Street),S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202037 +202037,S00107140,2b1,Students and Commuters,S01008805,Leith (Albert Street) - 04,1a,Cosmopolitan student neighbourhoods,S02001646,Leith (Albert Street),S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202038 +202038,S00107141,2b1,Students and Commuters,S01008805,Leith (Albert Street) - 04,1a,Cosmopolitan student neighbourhoods,S02001646,Leith (Albert Street),S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202039 +202039,S00107143,2b1,Students and Commuters,S01008690,Meadowbank and Abbeyhill North - 02,1a,Cosmopolitan student neighbourhoods,S02001625,Meadowbank and Abbeyhill North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202040 +202040,S00107144,2b1,Students and Commuters,S01008690,Meadowbank and Abbeyhill North - 02,1a,Cosmopolitan student neighbourhoods,S02001625,Meadowbank and Abbeyhill North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202041 +202041,S00107145,2b1,Students and Commuters,S01008690,Meadowbank and Abbeyhill North - 02,1a,Cosmopolitan student neighbourhoods,S02001625,Meadowbank and Abbeyhill North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202042 +202042,S00107148,2b1,Students and Commuters,S01008692,Meadowbank and Abbeyhill North - 04,1a,Cosmopolitan student neighbourhoods,S02001625,Meadowbank and Abbeyhill North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202043 +202043,S00107185,2b1,Students and Commuters,S01008761,Restalrig and Lochend - 06,1a,Cosmopolitan student neighbourhoods,S02001638,Restalrig and Lochend,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202044 +202044,S00103982,7a1,Transitional Eastern European Neighbourhoods,S01008923,Granton and Royston Mains - 04,4d,Hard-pressed flat dwellers,S02001669,Granton and Royston Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202045 +202045,S00107198,2b1,Students and Commuters,S01008684,"Canongate, Southside and Dumbiedykes - 05",1a,Cosmopolitan student neighbourhoods,S02001623,"Canongate, Southside and Dumbiedykes",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202046 +202046,S00107199,2b1,Students and Commuters,S01008684,"Canongate, Southside and Dumbiedykes - 05",1a,Cosmopolitan student neighbourhoods,S02001623,"Canongate, Southside and Dumbiedykes",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202047 +202047,S00107209,2b1,Students and Commuters,S01008687,Abbeyhill - 02,1a,Cosmopolitan student neighbourhoods,S02001624,Abbeyhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202048 +202048,S00107210,2b1,Students and Commuters,S01008687,Abbeyhill - 02,1a,Cosmopolitan student neighbourhoods,S02001624,Abbeyhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202049 +202049,S00107211,2b1,Students and Commuters,S01008687,Abbeyhill - 02,1a,Cosmopolitan student neighbourhoods,S02001624,Abbeyhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202050 +202050,S00107212,2b1,Students and Commuters,S01008691,Meadowbank and Abbeyhill North - 03,1a,Cosmopolitan student neighbourhoods,S02001625,Meadowbank and Abbeyhill North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202051 +202051,S00107215,2b1,Students and Commuters,S01008669,Meadows and Southside - 04,1a,Cosmopolitan student neighbourhoods,S02001621,Meadows and Southside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202052 +202052,S00107216,2b1,Students and Commuters,S01008669,Meadows and Southside - 04,1a,Cosmopolitan student neighbourhoods,S02001621,Meadows and Southside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202053 +202053,S00107217,2b1,Students and Commuters,S01008603,Newington and Dalkeith Road - 05,1a,Cosmopolitan student neighbourhoods,S02001611,Newington and Dalkeith Road,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202054 +202054,S00107219,2b1,Students and Commuters,S01008672,Meadows and Southside - 07,1a,Cosmopolitan student neighbourhoods,S02001621,Meadows and Southside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202055 +202055,S00107220,2b1,Students and Commuters,S01008672,Meadows and Southside - 07,1a,Cosmopolitan student neighbourhoods,S02001621,Meadows and Southside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202056 +202056,S00107221,2b1,Students and Commuters,S01008673,Meadows and Southside - 08,1a,Cosmopolitan student neighbourhoods,S02001621,Meadows and Southside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202057 +202057,S00107398,5a1,White Professionals,S01008956,East Craigs North - 02,3a,Achieving neighbourhoods,S02001676,East Craigs North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202058 +202058,S00106469,6b2,White Suburban Communities,S01009005,Queensferry East - 03,5b,Aspiring urban households,S02001685,Queensferry East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202059 +202059,S00103985,7a1,Transitional Eastern European Neighbourhoods,S01008909,Boswall and Pilton - 01,4d,Hard-pressed flat dwellers,S02001667,Boswall and Pilton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202060 +202060,S00105566,5a1,White Professionals,S01008956,East Craigs North - 02,3a,Achieving neighbourhoods,S02001676,East Craigs North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202061 +202061,S00107222,2b1,Students and Commuters,S01008671,Meadows and Southside - 06,1a,Cosmopolitan student neighbourhoods,S02001621,Meadows and Southside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202062 +202062,S00106474,6b2,White Suburban Communities,S01009011,Queensferry West - 03,8c,Comfortable suburbia,S02001686,Queensferry West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202063 +202063,S00107515,2b1,Students and Commuters,S01008602,Newington and Dalkeith Road - 04,1a,Cosmopolitan student neighbourhoods,S02001611,Newington and Dalkeith Road,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202064 +202064,S00103895,5a1,White Professionals,S01008896,Blackhall - 05,8a,Affluent communities,S02001664,Blackhall,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202065 +202065,S00107403,5a1,White Professionals,S01008991,South Gyle - 05,3a,Achieving neighbourhoods,S02001682,South Gyle,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202066 +202066,S00107516,2b1,Students and Commuters,S01008602,Newington and Dalkeith Road - 04,1a,Cosmopolitan student neighbourhoods,S02001611,Newington and Dalkeith Road,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202067 +202067,S00103901,5a1,White Professionals,S01008897,Blackhall - 06,3c,Highly qualified professionals,S02001664,Blackhall,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202068 +202068,S00103988,7a1,Transitional Eastern European Neighbourhoods,S01008909,Boswall and Pilton - 01,4d,Hard-pressed flat dwellers,S02001667,Boswall and Pilton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202069 +202069,S00107223,2b1,Students and Commuters,S01008681,"Canongate, Southside and Dumbiedykes - 02",1a,Cosmopolitan student neighbourhoods,S02001623,"Canongate, Southside and Dumbiedykes",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202070 +202070,S00105567,5a1,White Professionals,S01008956,East Craigs North - 02,3a,Achieving neighbourhoods,S02001676,East Craigs North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202071 +202071,S00106476,6b2,White Suburban Communities,S01009011,Queensferry West - 03,8c,Comfortable suburbia,S02001686,Queensferry West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202072 +202072,S00105569,5a1,White Professionals,S01008956,East Craigs North - 02,3a,Achieving neighbourhoods,S02001676,East Craigs North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202073 +202073,S00103915,5a1,White Professionals,S01008957,East Craigs North - 03,3d,Households in terraces and flats,S02001676,East Craigs North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202074 +202074,S00107406,5a1,White Professionals,S01008991,South Gyle - 05,3a,Achieving neighbourhoods,S02001682,South Gyle,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202075 +202075,S00107224,2b1,Students and Commuters,S01008681,"Canongate, Southside and Dumbiedykes - 02",1a,Cosmopolitan student neighbourhoods,S02001623,"Canongate, Southside and Dumbiedykes",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202076 +202076,S00104182,7a1,Transitional Eastern European Neighbourhoods,S01008789,Great Junction Street - 05,4d,Hard-pressed flat dwellers,S02001643,Great Junction Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202077 +202077,S00107518,2b1,Students and Commuters,S01008602,Newington and Dalkeith Road - 04,1a,Cosmopolitan student neighbourhoods,S02001611,Newington and Dalkeith Road,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202078 +202078,S00106477,6b2,White Suburban Communities,S01009011,Queensferry West - 03,8c,Comfortable suburbia,S02001686,Queensferry West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202079 +202079,S00105631,5a1,White Professionals,S01008444,Colinton and Kingsknowe - 01,3a,Achieving neighbourhoods,S02001581,Colinton and Kingsknowe,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202080 +202080,S00105633,5a1,White Professionals,S01008444,Colinton and Kingsknowe - 01,3a,Achieving neighbourhoods,S02001581,Colinton and Kingsknowe,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202081 +202081,S00105724,5a1,White Professionals,S01008438,Bonaly and The Pentlands - 01,2b,Prospering countryside life,S02001580,Bonaly and The Pentlands,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202082 +202082,S00105752,5a1,White Professionals,S01008509,Craiglockhart - 02,3c,Highly qualified professionals,S02001593,Craiglockhart,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202083 +202083,S00105757,5a1,White Professionals,S01008510,Craiglockhart - 03,3a,Achieving neighbourhoods,S02001593,Craiglockhart,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202084 +202084,S00105766,5a1,White Professionals,S01008486,Slateford and Chesser - 01,4d,Hard-pressed flat dwellers,S02001589,Slateford and Chesser,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202085 +202085,S00105768,5a1,White Professionals,S01008486,Slateford and Chesser - 01,4d,Hard-pressed flat dwellers,S02001589,Slateford and Chesser,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202086 +202086,S00105790,5a1,White Professionals,S01008489,Slateford and Chesser - 04,4d,Hard-pressed flat dwellers,S02001589,Slateford and Chesser,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202087 +202087,S00105861,5a1,White Professionals,S01008485,Longstone and Saughton - 05,3d,Households in terraces and flats,S02001588,Longstone and Saughton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202088 +202088,S00105873,5a1,White Professionals,S01008433,Baberton and Juniper Green - 01,8c,Comfortable suburbia,S02001579,Baberton and Juniper Green,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202089 +202089,S00105915,5a1,White Professionals,S01008427,Currie West - 03,8c,Comfortable suburbia,S02001577,Currie West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202090 +202090,S00106011,5a1,White Professionals,S01008735,Duddingston and Portobello South - 02,8a,Affluent communities,S02001633,Duddingston and Portobello South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202091 +202091,S00106013,5a1,White Professionals,S01008734,Duddingston and Portobello South - 01,3c,Highly qualified professionals,S02001633,Duddingston and Portobello South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202092 +202092,S00106046,5a1,White Professionals,S01008726,Joppa - 05,8a,Affluent communities,S02001631,Joppa,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202093 +202093,S00106058,5a1,White Professionals,S01008725,Joppa - 04,3c,Highly qualified professionals,S02001631,Joppa,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202094 +202094,S00106076,5a1,White Professionals,S01008722,Joppa - 01,5c,Comfortable neighbourhoods,S02001631,Joppa,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202095 +202095,S00106081,5a1,White Professionals,S01008720,"Jewel, Brunstane and Newcraighall - 04",4a,Challenged white communities,S02001630,"Jewel, Brunstane and Newcraighall",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202096 +202096,S00106094,5a1,White Professionals,S01008717,"Jewel, Brunstane and Newcraighall - 01",3a,Achieving neighbourhoods,S02001630,"Jewel, Brunstane and Newcraighall",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202097 +202097,S00106217,5a1,White Professionals,S01008597,Prestonfield - 03,8a,Affluent communities,S02001610,Prestonfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202098 +202098,S00106218,5a1,White Professionals,S01008597,Prestonfield - 03,8a,Affluent communities,S02001610,Prestonfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202099 +202099,S00106243,5a1,White Professionals,S01008551,Mortonhall and Anwickhill - 02,3c,Highly qualified professionals,S02001601,Mortonhall and Anwickhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202100 +202100,S00106276,5a1,White Professionals,S01008576,Liberton East - 04,3c,Highly qualified professionals,S02001606,Liberton East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202101 +202101,S00106296,5a1,White Professionals,S01008580,Liberton West and Braid Hills - 04,3c,Highly qualified professionals,S02001607,Liberton West and Braid Hills,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202102 +202102,S00106481,5a1,White Professionals,S01009012,Queensferry West - 04,8c,Comfortable suburbia,S02001686,Queensferry West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202103 +202103,S00106485,5a1,White Professionals,S01009012,Queensferry West - 04,8c,Comfortable suburbia,S02001686,Queensferry West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202104 +202104,S00106488,5a1,White Professionals,S01009013,Queensferry West - 05,8c,Comfortable suburbia,S02001686,Queensferry West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202105 +202105,S00106562,5a1,White Professionals,S01008425,Currie West - 01,3b,Asian traits,S02001577,Currie West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202106 +202106,S00106566,5a1,White Professionals,S01008544,Fairmilehead - 04,8c,Comfortable suburbia,S02001599,Fairmilehead,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202107 +202107,S00106593,5a1,White Professionals,S01008969,Corstorphine North - 03,3a,Achieving neighbourhoods,S02001678,Corstorphine North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202108 +202108,S00106600,5a1,White Professionals,S01008993,"Ratho, Ingliston and Gogar - 01",3a,Achieving neighbourhoods,S02001683,"Ratho, Ingliston and Gogar",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202109 +202109,S00106638,5a1,White Professionals,S01008568,Fernieside and Moredun South - 05,3d,Households in terraces and flats,S02001604,Fernieside and Moredun South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202110 +202110,S00106651,5a1,White Professionals,S01008594,"Blackford, West Mains and Mayfield Road - 08",3c,Highly qualified professionals,S02001609,"Blackford, West Mains and Mayfield Road",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202111 +202111,S00106670,5a1,White Professionals,S01008552,Mortonhall and Anwickhill - 03,3a,Achieving neighbourhoods,S02001601,Mortonhall and Anwickhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202112 +202112,S00106678,5a1,White Professionals,S01009013,Queensferry West - 05,8c,Comfortable suburbia,S02001686,Queensferry West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202113 +202113,S00106679,5a1,White Professionals,S01009003,Queensferry East - 01,8c,Comfortable suburbia,S02001685,Queensferry East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202114 +202114,S00106703,5a1,White Professionals,S01008944,"Barnton, Cammo and Cramond South - 01",8a,Affluent communities,S02001674,"Barnton, Cammo and Cramond South",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202115 +202115,S00106713,5a1,White Professionals,S01008945,"Barnton, Cammo and Cramond South - 02",8a,Affluent communities,S02001674,"Barnton, Cammo and Cramond South",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202116 +202116,S00106749,5a1,White Professionals,S01008818,Bonnington - 02,3c,Highly qualified professionals,S02001649,Bonnington,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202117 +202117,S00106836,5a1,White Professionals,S01008434,Baberton and Juniper Green - 02,8c,Comfortable suburbia,S02001579,Baberton and Juniper Green,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202118 +202118,S00106853,5a1,White Professionals,S01009007,Queensferry East - 05,4a,Challenged white communities,S02001685,Queensferry East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202119 +202119,S00106958,5a1,White Professionals,S01008892,Blackhall - 01,3c,Highly qualified professionals,S02001664,Blackhall,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202120 +202120,S00106984,5a1,White Professionals,S01008948,Clermiston and Drumbrae - 01,3a,Achieving neighbourhoods,S02001675,Clermiston and Drumbrae,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202121 +202121,S00107103,5a1,White Professionals,S01008764,Leith (Hermitage and Prospect Bank) - 03,3d,Households in terraces and flats,S02001639,Leith (Hermitage and Prospect Bank),S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202122 +202122,S00107176,5a1,White Professionals,S01008747,Craigentinny - 01,3a,Achieving neighbourhoods,S02001636,Craigentinny,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202123 +202123,S00107369,5a1,White Professionals,S01008876,Balgreen and Roseburn - 02,8a,Affluent communities,S02001661,Balgreen and Roseburn,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202124 +202124,S00107391,5a1,White Professionals,S01008986,Corstorphine South - 06,8b,Ageing suburbanites,S02001681,Corstorphine South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202125 +202125,S00107227,2b1,Students and Commuters,S01008683,"Canongate, Southside and Dumbiedykes - 04",1a,Cosmopolitan student neighbourhoods,S02001623,"Canongate, Southside and Dumbiedykes",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202126 +202126,S00105245,7a1,Transitional Eastern European Neighbourhoods,S01008470,Broomhouse and Bankhead - 03,7a,Urban cultural mix,S02001586,Broomhouse and Bankhead,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202127 +202127,S00107594,2b1,Students and Commuters,S01008844,Broughton South - 05,1a,Cosmopolitan student neighbourhoods,S02001654,Broughton South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202128 +202128,S00106479,6b2,White Suburban Communities,S01009012,Queensferry West - 04,8c,Comfortable suburbia,S02001686,Queensferry West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202129 +202129,S00107422,5a1,White Professionals,S01008439,Bonaly and The Pentlands - 02,8a,Affluent communities,S02001580,Bonaly and The Pentlands,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202130 +202130,S00107464,5a1,White Professionals,S01008721,"Jewel, Brunstane and Newcraighall - 05",8c,Comfortable suburbia,S02001630,"Jewel, Brunstane and Newcraighall",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202131 +202131,S00107467,5a1,White Professionals,S01008721,"Jewel, Brunstane and Newcraighall - 05",8c,Comfortable suburbia,S02001630,"Jewel, Brunstane and Newcraighall",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202132 +202132,S00104026,5a1,White Professionals,S01008912,Boswall and Pilton - 04,3a,Achieving neighbourhoods,S02001667,Boswall and Pilton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202133 +202133,S00107228,2b1,Students and Commuters,S01008685,"Canongate, Southside and Dumbiedykes - 06",1a,Cosmopolitan student neighbourhoods,S02001623,"Canongate, Southside and Dumbiedykes",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202134 +202134,S00106480,6b2,White Suburban Communities,S01009012,Queensferry West - 04,8c,Comfortable suburbia,S02001686,Queensferry West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202135 +202135,S00107484,5a1,White Professionals,S01008717,"Jewel, Brunstane and Newcraighall - 01",3a,Achieving neighbourhoods,S02001630,"Jewel, Brunstane and Newcraighall",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202136 +202136,S00105247,7a1,Transitional Eastern European Neighbourhoods,S01008468,Broomhouse and Bankhead - 01,4d,Hard-pressed flat dwellers,S02001586,Broomhouse and Bankhead,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202137 +202137,S00104032,5a1,White Professionals,S01008829,Trinity - 04,3c,Highly qualified professionals,S02001651,Trinity,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202138 +202138,S00107595,2b1,Students and Commuters,S01008843,Broughton South - 04,1a,Cosmopolitan student neighbourhoods,S02001654,Broughton South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202139 +202139,S00104052,5a1,White Professionals,S01008827,Trinity - 02,3c,Highly qualified professionals,S02001651,Trinity,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202140 +202140,S00107229,2b1,Students and Commuters,S01008679,"Old Town, Princes Street and Leith Street - 06",1a,Cosmopolitan student neighbourhoods,S02001622,"Old Town, Princes Street and Leith Street",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202141 +202141,S00106618,6b2,White Suburban Communities,S01008433,Baberton and Juniper Green - 01,8c,Comfortable suburbia,S02001579,Baberton and Juniper Green,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202142 +202142,S00107531,5a1,White Professionals,S01008576,Liberton East - 04,3c,Highly qualified professionals,S02001606,Liberton East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202143 +202143,S00107596,2b1,Students and Commuters,S01008843,Broughton South - 04,1a,Cosmopolitan student neighbourhoods,S02001654,Broughton South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202144 +202144,S00104061,5a1,White Professionals,S01008831,Trinity - 06,3c,Highly qualified professionals,S02001651,Trinity,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202145 +202145,S00107233,2b1,Students and Commuters,S01008680,"Canongate, Southside and Dumbiedykes - 01",1a,Cosmopolitan student neighbourhoods,S02001623,"Canongate, Southside and Dumbiedykes",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202146 +202146,S00104062,5a1,White Professionals,S01008823,Trinity East and The Dudleys - 03,3c,Highly qualified professionals,S02001650,Trinity East and The Dudleys,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202147 +202147,S00106675,6b2,White Suburban Communities,S01008994,"Ratho, Ingliston and Gogar - 02",5c,Comfortable neighbourhoods,S02001683,"Ratho, Ingliston and Gogar",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202148 +202148,S00107540,5a1,White Professionals,S01008547,Gilmerton South and the Murrays - 01,3b,Asian traits,S02001600,Gilmerton South and the Murrays,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202149 +202149,S00107600,2b1,Students and Commuters,S01008681,"Canongate, Southside and Dumbiedykes - 02",1a,Cosmopolitan student neighbourhoods,S02001623,"Canongate, Southside and Dumbiedykes",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202150 +202150,S00107234,2b1,Students and Commuters,S01008673,Meadows and Southside - 08,1a,Cosmopolitan student neighbourhoods,S02001621,Meadows and Southside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202151 +202151,S00104065,5a1,White Professionals,S01008823,Trinity East and The Dudleys - 03,3c,Highly qualified professionals,S02001650,Trinity East and The Dudleys,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202152 +202152,S00106691,6b2,White Suburban Communities,S01008549,Gilmerton South and the Murrays - 03,3a,Achieving neighbourhoods,S02001600,Gilmerton South and the Murrays,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202153 +202153,S00107541,5a1,White Professionals,S01008547,Gilmerton South and the Murrays - 01,3b,Asian traits,S02001600,Gilmerton South and the Murrays,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202154 +202154,S00107623,2b1,Students and Commuters,S01008677,"Old Town, Princes Street and Leith Street - 04",1a,Cosmopolitan student neighbourhoods,S02001622,"Old Town, Princes Street and Leith Street",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202155 +202155,S00107237,2b1,Students and Commuters,S01008623,Marchmont West - 07,1a,Cosmopolitan student neighbourhoods,S02001614,Marchmont West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202156 +202156,S00104076,5a1,White Professionals,S01008825,Trinity East and The Dudleys - 05,3c,Highly qualified professionals,S02001650,Trinity East and The Dudleys,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202157 +202157,S00107554,5a1,White Professionals,S01008548,Gilmerton South and the Murrays - 02,3a,Achieving neighbourhoods,S02001600,Gilmerton South and the Murrays,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202158 +202158,S00106846,6b2,White Suburban Communities,S01008721,"Jewel, Brunstane and Newcraighall - 05",8c,Comfortable suburbia,S02001630,"Jewel, Brunstane and Newcraighall",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202159 +202159,S00107572,5a1,White Professionals,S01009011,Queensferry West - 03,8c,Comfortable suburbia,S02001686,Queensferry West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202160 +202160,S00103346,2a3,Students and Professionals,S01008846,New Town East and Gayfield - 02,1a,Cosmopolitan student neighbourhoods,S02001655,New Town East and Gayfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202161 +202161,S00107238,2b1,Students and Commuters,S01008620,Marchmont West - 04,1a,Cosmopolitan student neighbourhoods,S02001614,Marchmont West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202162 +202162,S00104223,5a1,White Professionals,S01008767,Leith (Hermitage and Prospect Bank) - 06,4d,Hard-pressed flat dwellers,S02001639,Leith (Hermitage and Prospect Bank),S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202163 +202163,S00104225,5a1,White Professionals,S01008767,Leith (Hermitage and Prospect Bank) - 06,4d,Hard-pressed flat dwellers,S02001639,Leith (Hermitage and Prospect Bank),S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202164 +202164,S00104226,5a1,White Professionals,S01008766,Leith (Hermitage and Prospect Bank) - 05,3c,Highly qualified professionals,S02001639,Leith (Hermitage and Prospect Bank),S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202165 +202165,S00106848,6b2,White Suburban Communities,S01009012,Queensferry West - 04,8c,Comfortable suburbia,S02001686,Queensferry West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202166 +202166,S00104233,5a1,White Professionals,S01008766,Leith (Hermitage and Prospect Bank) - 05,3c,Highly qualified professionals,S02001639,Leith (Hermitage and Prospect Bank),S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202167 +202167,S00107239,2b1,Students and Commuters,S01008620,Marchmont West - 04,1a,Cosmopolitan student neighbourhoods,S02001614,Marchmont West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202168 +202168,S00107574,5a1,White Professionals,S01009013,Queensferry West - 05,8c,Comfortable suburbia,S02001686,Queensferry West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202169 +202169,S00103347,2a3,Students and Professionals,S01008845,New Town East and Gayfield - 01,1a,Cosmopolitan student neighbourhoods,S02001655,New Town East and Gayfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202170 +202170,S00107178,6b2,White Suburban Communities,S01008742,Mountcastle - 04,3c,Highly qualified professionals,S02001634,Mountcastle,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202171 +202171,S00104309,5a1,White Professionals,S01008762,Leith (Hermitage and Prospect Bank) - 01,4a,Challenged white communities,S02001639,Leith (Hermitage and Prospect Bank),S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202172 +202172,S00104495,5a1,White Professionals,S01008751,Restalrig (Loganlea) and Craigentinny West - 01,4d,Hard-pressed flat dwellers,S02001637,Restalrig (Loganlea) and Craigentinny West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202173 +202173,S00104507,5a1,White Professionals,S01008750,Craigentinny - 04,8a,Affluent communities,S02001636,Craigentinny,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202174 +202174,S00104508,5a1,White Professionals,S01008748,Craigentinny - 02,8a,Affluent communities,S02001636,Craigentinny,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202175 +202175,S00104518,5a1,White Professionals,S01008747,Craigentinny - 01,3a,Achieving neighbourhoods,S02001636,Craigentinny,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202176 +202176,S00104520,5a1,White Professionals,S01008747,Craigentinny - 01,3a,Achieving neighbourhoods,S02001636,Craigentinny,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202177 +202177,S00104589,5a1,White Professionals,S01008695,Willowbrae and Duddingston Village - 02,3c,Highly qualified professionals,S02001626,Willowbrae and Duddingston Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202178 +202178,S00104610,5a1,White Professionals,S01008741,Mountcastle - 03,5c,Comfortable neighbourhoods,S02001634,Mountcastle,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202179 +202179,S00104612,5a1,White Professionals,S01008741,Mountcastle - 03,5c,Comfortable neighbourhoods,S02001634,Mountcastle,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202180 +202180,S00104616,5a1,White Professionals,S01008740,Mountcastle - 02,8c,Comfortable suburbia,S02001634,Mountcastle,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202181 +202181,S00104808,5a1,White Professionals,S01008589,"Blackford, West Mains and Mayfield Road - 03",3c,Highly qualified professionals,S02001609,"Blackford, West Mains and Mayfield Road",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202182 +202182,S00104809,5a1,White Professionals,S01008588,"Blackford, West Mains and Mayfield Road - 02",3c,Highly qualified professionals,S02001609,"Blackford, West Mains and Mayfield Road",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202183 +202183,S00104834,5a1,White Professionals,S01008588,"Blackford, West Mains and Mayfield Road - 02",3c,Highly qualified professionals,S02001609,"Blackford, West Mains and Mayfield Road",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202184 +202184,S00104844,5a1,White Professionals,S01008592,"Blackford, West Mains and Mayfield Road - 06",3c,Highly qualified professionals,S02001609,"Blackford, West Mains and Mayfield Road",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202185 +202185,S00104936,5a1,White Professionals,S01008523,Greenbank and The Braids - 05,3a,Achieving neighbourhoods,S02001595,Greenbank and The Braids,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202186 +202186,S00104953,5a1,White Professionals,S01008515,Morningside and Craighouse - 02,3c,Highly qualified professionals,S02001594,Morningside and Craighouse,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202187 +202187,S00104960,5a1,White Professionals,S01008515,Morningside and Craighouse - 02,3c,Highly qualified professionals,S02001594,Morningside and Craighouse,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202188 +202188,S00105018,5a1,White Professionals,S01008542,Fairmilehead - 02,8a,Affluent communities,S02001599,Fairmilehead,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202189 +202189,S00105041,5a1,White Professionals,S01008520,Greenbank and The Braids - 02,8a,Affluent communities,S02001595,Greenbank and The Braids,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202190 +202190,S00105042,5a1,White Professionals,S01008626,Morningside - 03,3c,Highly qualified professionals,S02001615,Morningside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202191 +202191,S00105044,5a1,White Professionals,S01008626,Morningside - 03,3c,Highly qualified professionals,S02001615,Morningside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202192 +202192,S00105062,5a1,White Professionals,S01008534,Comiston and Swanston - 02,3a,Achieving neighbourhoods,S02001598,Comiston and Swanston,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202193 +202193,S00105333,5a1,White Professionals,S01008467,Parkhead and Sighthill - 04,4d,Hard-pressed flat dwellers,S02001585,Parkhead and Sighthill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202194 +202194,S00105386,5a1,White Professionals,S01008876,Balgreen and Roseburn - 02,8a,Affluent communities,S02001661,Balgreen and Roseburn,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202195 +202195,S00105388,5a1,White Professionals,S01008876,Balgreen and Roseburn - 02,8a,Affluent communities,S02001661,Balgreen and Roseburn,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202196 +202196,S00105416,5a1,White Professionals,S01008973,Corstorphine - 04,3c,Highly qualified professionals,S02001679,Corstorphine,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202197 +202197,S00105435,5a1,White Professionals,S01008882,Murrayfield and Ravelston - 02,3c,Highly qualified professionals,S02001662,Murrayfield and Ravelston,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202198 +202198,S00105444,5a1,White Professionals,S01008882,Murrayfield and Ravelston - 02,3c,Highly qualified professionals,S02001662,Murrayfield and Ravelston,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202199 +202199,S00105462,5a1,White Professionals,S01008986,Corstorphine South - 06,8b,Ageing suburbanites,S02001681,Corstorphine South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202200 +202200,S00105463,5a1,White Professionals,S01008985,Corstorphine South - 05,3d,Households in terraces and flats,S02001681,Corstorphine South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202201 +202201,S00105466,5a1,White Professionals,S01008981,Corstorphine South - 01,8c,Comfortable suburbia,S02001681,Corstorphine South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202202 +202202,S00105468,5a1,White Professionals,S01008981,Corstorphine South - 01,8c,Comfortable suburbia,S02001681,Corstorphine South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202203 +202203,S00105503,5a1,White Professionals,S01008986,Corstorphine South - 06,8b,Ageing suburbanites,S02001681,Corstorphine South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202204 +202204,S00105519,5a1,White Professionals,S01008973,Corstorphine - 04,3c,Highly qualified professionals,S02001679,Corstorphine,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202205 +202205,S00105557,5a1,White Professionals,S01008959,East Craigs North - 05,5c,Comfortable neighbourhoods,S02001676,East Craigs North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202206 +202206,S00107240,2b1,Students and Commuters,S01008616,Marchmont East and Sciennes - 06,1a,Cosmopolitan student neighbourhoods,S02001613,Marchmont East and Sciennes,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202207 +202207,S00107361,6b2,White Suburban Communities,S01008880,Balgreen and Roseburn - 06,3c,Highly qualified professionals,S02001661,Balgreen and Roseburn,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202208 +202208,S00107577,5a1,White Professionals,S01009004,Queensferry East - 02,5b,Aspiring urban households,S02001685,Queensferry East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202209 +202209,S00103625,6b2,White Suburban Communities,S01008891,"Craigleith, Orchard Brae and Crewe Toll - 06",8a,Affluent communities,S02001663,"Craigleith, Orchard Brae and Crewe Toll",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202210 +202210,S00103627,6b2,White Suburban Communities,S01008890,"Craigleith, Orchard Brae and Crewe Toll - 05",8a,Affluent communities,S02001663,"Craigleith, Orchard Brae and Crewe Toll",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202211 +202211,S00103411,2a3,Students and Professionals,S01008852,New Town West - 04,1a,Cosmopolitan student neighbourhoods,S02001656,New Town West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202212 +202212,S00107241,2b1,Students and Commuters,S01008616,Marchmont East and Sciennes - 06,1a,Cosmopolitan student neighbourhoods,S02001613,Marchmont East and Sciennes,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202213 +202213,S00107363,6b2,White Suburban Communities,S01008877,Balgreen and Roseburn - 03,3a,Achieving neighbourhoods,S02001661,Balgreen and Roseburn,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202214 +202214,S00103630,6b2,White Suburban Communities,S01008887,"Craigleith, Orchard Brae and Crewe Toll - 02",3c,Highly qualified professionals,S02001663,"Craigleith, Orchard Brae and Crewe Toll",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202215 +202215,S00103486,2a3,Students and Professionals,S01008638,Bruntsfield - 01,1a,Cosmopolitan student neighbourhoods,S02001617,Bruntsfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202216 +202216,S00107243,2b1,Students and Commuters,S01008605,The Grange - 02,1a,Cosmopolitan student neighbourhoods,S02001612,The Grange,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202217 +202217,S00107366,6b2,White Suburban Communities,S01008876,Balgreen and Roseburn - 02,8a,Affluent communities,S02001661,Balgreen and Roseburn,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202218 +202218,S00103633,6b2,White Suburban Communities,S01008891,"Craigleith, Orchard Brae and Crewe Toll - 06",8a,Affluent communities,S02001663,"Craigleith, Orchard Brae and Crewe Toll",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202219 +202219,S00103489,2a3,Students and Professionals,S01008665,Tollcross - 07,1a,Cosmopolitan student neighbourhoods,S02001620,Tollcross,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202220 +202220,S00107247,2b1,Students and Commuters,S01008668,Meadows and Southside - 03,1a,Cosmopolitan student neighbourhoods,S02001621,Meadows and Southside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202221 +202221,S00107401,6b2,White Suburban Communities,S01008991,South Gyle - 05,3a,Achieving neighbourhoods,S02001682,South Gyle,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202222 +202222,S00103827,6b2,White Suburban Communities,S01008940,Siverknowes and Davidson's Mains - 06,8a,Affluent communities,S02001672,Siverknowes and Davidson's Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202223 +202223,S00104569,6b2,White Suburban Communities,S01008697,Willowbrae and Duddingston Village - 04,3c,Highly qualified professionals,S02001626,Willowbrae and Duddingston Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202224 +202224,S00104576,6b2,White Suburban Communities,S01008697,Willowbrae and Duddingston Village - 04,3c,Highly qualified professionals,S02001626,Willowbrae and Duddingston Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202225 +202225,S00104611,6b2,White Suburban Communities,S01008740,Mountcastle - 02,8c,Comfortable suburbia,S02001634,Mountcastle,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202226 +202226,S00104620,6b2,White Suburban Communities,S01008739,Mountcastle - 01,4a,Challenged white communities,S02001634,Mountcastle,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202227 +202227,S00105014,6b2,White Suburban Communities,S01008543,Fairmilehead - 03,8c,Comfortable suburbia,S02001599,Fairmilehead,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202228 +202228,S00105016,6b2,White Suburban Communities,S01008543,Fairmilehead - 03,8c,Comfortable suburbia,S02001599,Fairmilehead,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202229 +202229,S00105023,6b2,White Suburban Communities,S01008541,Fairmilehead - 01,8c,Comfortable suburbia,S02001599,Fairmilehead,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202230 +202230,S00105026,6b2,White Suburban Communities,S01008541,Fairmilehead - 01,8c,Comfortable suburbia,S02001599,Fairmilehead,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202231 +202231,S00105417,6b2,White Suburban Communities,S01008972,Corstorphine - 03,8a,Affluent communities,S02001679,Corstorphine,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202232 +202232,S00105426,6b2,White Suburban Communities,S01008969,Corstorphine North - 03,3a,Achieving neighbourhoods,S02001678,Corstorphine North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202233 +202233,S00105427,6b2,White Suburban Communities,S01008969,Corstorphine North - 03,3a,Achieving neighbourhoods,S02001678,Corstorphine North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202234 +202234,S00105556,6b2,White Suburban Communities,S01008959,East Craigs North - 05,5c,Comfortable neighbourhoods,S02001676,East Craigs North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202235 +202235,S00105561,6b2,White Suburban Communities,S01008958,East Craigs North - 04,4d,Hard-pressed flat dwellers,S02001676,East Craigs North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202236 +202236,S00105585,6b2,White Suburban Communities,S01008967,Corstorphine North - 01,8a,Affluent communities,S02001678,Corstorphine North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202237 +202237,S00105587,6b2,White Suburban Communities,S01008967,Corstorphine North - 01,8a,Affluent communities,S02001678,Corstorphine North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202238 +202238,S00105634,6b2,White Suburban Communities,S01008529,Oxgangs - 01,5c,Comfortable neighbourhoods,S02001597,Oxgangs,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202239 +202239,S00105699,6b2,White Suburban Communities,S01008447,Colinton and Kingsknowe - 04,8a,Affluent communities,S02001581,Colinton and Kingsknowe,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202240 +202240,S00105756,6b2,White Suburban Communities,S01008509,Craiglockhart - 02,3c,Highly qualified professionals,S02001593,Craiglockhart,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202241 +202241,S00105875,6b2,White Suburban Communities,S01008433,Baberton and Juniper Green - 01,8c,Comfortable suburbia,S02001579,Baberton and Juniper Green,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202242 +202242,S00105902,6b2,White Suburban Communities,S01008427,Currie West - 03,8c,Comfortable suburbia,S02001577,Currie West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202243 +202243,S00105905,6b2,White Suburban Communities,S01008428,Currie West - 04,5c,Comfortable neighbourhoods,S02001577,Currie West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202244 +202244,S00105914,6b2,White Suburban Communities,S01008427,Currie West - 03,8c,Comfortable suburbia,S02001577,Currie West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202245 +202245,S00105916,6b2,White Suburban Communities,S01008427,Currie West - 03,8c,Comfortable suburbia,S02001577,Currie West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202246 +202246,S00105918,6b2,White Suburban Communities,S01008427,Currie West - 03,8c,Comfortable suburbia,S02001577,Currie West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202247 +202247,S00105931,6b2,White Suburban Communities,S01008429,Currie East - 01,8b,Ageing suburbanites,S02001578,Currie East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202248 +202248,S00105992,6b2,White Suburban Communities,S01008737,Duddingston and Portobello South - 04,8a,Affluent communities,S02001633,Duddingston and Portobello South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202249 +202249,S00105993,6b2,White Suburban Communities,S01008737,Duddingston and Portobello South - 04,8a,Affluent communities,S02001633,Duddingston and Portobello South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202250 +202250,S00106008,6b2,White Suburban Communities,S01008735,Duddingston and Portobello South - 02,8a,Affluent communities,S02001633,Duddingston and Portobello South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202251 +202251,S00106044,6b2,White Suburban Communities,S01008723,Joppa - 02,3c,Highly qualified professionals,S02001631,Joppa,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202252 +202252,S00106074,6b2,White Suburban Communities,S01008722,Joppa - 01,5c,Comfortable neighbourhoods,S02001631,Joppa,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202253 +202253,S00103525,2a3,Students and Professionals,S01008864,Comely Bank - 01,1a,Cosmopolitan student neighbourhoods,S02001659,Comely Bank,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202254 +202254,S00107428,6b2,White Suburban Communities,S01008510,Craiglockhart - 03,3a,Achieving neighbourhoods,S02001593,Craiglockhart,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202255 +202255,S00107466,6b2,White Suburban Communities,S01008721,"Jewel, Brunstane and Newcraighall - 05",8c,Comfortable suburbia,S02001630,"Jewel, Brunstane and Newcraighall",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202256 +202256,S00107267,2b1,Students and Commuters,S01008641,Bruntsfield - 04,1a,Cosmopolitan student neighbourhoods,S02001617,Bruntsfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202257 +202257,S00105255,7a1,Transitional Eastern European Neighbourhoods,S01008471,Broomhouse and Bankhead - 04,4d,Hard-pressed flat dwellers,S02001586,Broomhouse and Bankhead,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202258 +202258,S00107478,6b2,White Suburban Communities,S01008719,"Jewel, Brunstane and Newcraighall - 03",3d,Households in terraces and flats,S02001630,"Jewel, Brunstane and Newcraighall",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202259 +202259,S00107573,6b2,White Suburban Communities,S01009011,Queensferry West - 03,8c,Comfortable suburbia,S02001686,Queensferry West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202260 +202260,S00107575,6b2,White Suburban Communities,S01009013,Queensferry West - 05,8c,Comfortable suburbia,S02001686,Queensferry West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202261 +202261,S00105891,3a2,Young Families and Students,S01008453,Clovenstone and Wester Hailes - 05,6a,Inner city cosmopolitan,S02001582,Clovenstone and Wester Hailes,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202262 +202262,S00107017,3a2,Young Families and Students,S01008815,Pilrig - 03,1a,Cosmopolitan student neighbourhoods,S02001648,Pilrig,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202263 +202263,S00103730,8d1,Young Hard-Pressed Families,S01008926,Granton West and Salvesen - 03,4b,Constrained renters,S02001670,Granton West and Salvesen,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202264 +202264,S00105269,8d1,Young Hard-Pressed Families,S01008480,Stenhouse and Saughton Mains - 08,1a,Cosmopolitan student neighbourhoods,S02001587,Stenhouse and Saughton Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202265 +202265,S00106329,8d1,Young Hard-Pressed Families,S01008571,Moredun and Craigour - 03,4c,Hampered neighbourhoods,S02001605,Moredun and Craigour,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202266 +202266,S00106347,8d1,Young Hard-Pressed Families,S01008567,Fernieside and Moredun South - 04,4c,Hampered neighbourhoods,S02001604,Fernieside and Moredun South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202267 +202267,S00127424,7d1,Ageing Communities and Families,S01012051,Johnstone North East - 05,5c,Comfortable neighbourhoods,S02002260,Johnstone North East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202268 +202268,S00127466,7d1,Ageing Communities and Families,S01012047,Johnstone North East - 01,4d,Hard-pressed flat dwellers,S02002260,Johnstone North East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202269 +202269,S00127505,7d1,Ageing Communities and Families,S01012052,Johnstone South East - 01,4a,Challenged white communities,S02002261,Johnstone South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202270 +202270,S00127552,7d1,Ageing Communities and Families,S01012035,Kilbarchan - 03,5c,Comfortable neighbourhoods,S02002257,Kilbarchan,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202271 +202271,S00127575,7d1,Ageing Communities and Families,S01012033,Kilbarchan - 01,5c,Comfortable neighbourhoods,S02002257,Kilbarchan,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202272 +202272,S00127609,7d1,Ageing Communities and Families,S01012221,Linwood South - 05,4a,Challenged white communities,S02002287,Linwood South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202273 +202273,S00127730,7d1,Ageing Communities and Families,S01012139,Paisley North East - 06,5c,Comfortable neighbourhoods,S02002275,Paisley North East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202274 +202274,S00104724,2a3,Students and Professionals,S01008620,Marchmont West - 04,1a,Cosmopolitan student neighbourhoods,S02001614,Marchmont West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202275 +202275,S00127737,7d1,Ageing Communities and Families,S01012138,Paisley North East - 05,3c,Highly qualified professionals,S02002275,Paisley North East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202276 +202276,S00127742,7d1,Ageing Communities and Families,S01012138,Paisley North East - 05,3c,Highly qualified professionals,S02002275,Paisley North East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202277 +202277,S00127772,7d1,Ageing Communities and Families,S01012144,Paisley Ralston - 04,5c,Comfortable neighbourhoods,S02002276,Paisley Ralston,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202278 +202278,S00127817,7d1,Ageing Communities and Families,S01012110,Paisley South East - 03,4d,Hard-pressed flat dwellers,S02002271,Paisley South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202279 +202279,S00127822,7d1,Ageing Communities and Families,S01012113,Paisley South East - 06,5c,Comfortable neighbourhoods,S02002271,Paisley South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202280 +202280,S00127824,7d1,Ageing Communities and Families,S01012113,Paisley South East - 06,5c,Comfortable neighbourhoods,S02002271,Paisley South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202281 +202281,S00127949,7d1,Ageing Communities and Families,S01012076,Paisley West - 03,5c,Comfortable neighbourhoods,S02002265,Paisley West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202282 +202282,S00127960,7d1,Ageing Communities and Families,S01012076,Paisley West - 03,5c,Comfortable neighbourhoods,S02002265,Paisley West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202283 +202283,S00127964,7d1,Ageing Communities and Families,S01012093,Paisley South West - 06,5c,Comfortable neighbourhoods,S02002267,Paisley South West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202284 +202284,S00128075,7d1,Ageing Communities and Families,S01012146,Paisley Gallowhill and Hillington - 01,4d,Hard-pressed flat dwellers,S02002277,Paisley Gallowhill and Hillington,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202285 +202285,S00128223,7d1,Ageing Communities and Families,S01012170,Renfrew South - 03,4d,Hard-pressed flat dwellers,S02002280,Renfrew South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202286 +202286,S00128364,7d1,Ageing Communities and Families,S01012209,Erskine West - 06,4a,Challenged white communities,S02002285,Erskine West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202287 +202287,S00128594,7d1,Ageing Communities and Families,S01012139,Paisley North East - 06,5c,Comfortable neighbourhoods,S02002275,Paisley North East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202288 +202288,S00128601,7d1,Ageing Communities and Families,S01012076,Paisley West - 03,5c,Comfortable neighbourhoods,S02002265,Paisley West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202289 +202289,S00128730,7d1,Ageing Communities and Families,S01012134,Paisley North East - 01,3c,Highly qualified professionals,S02002275,Paisley North East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202290 +202290,S00107268,2b1,Students and Commuters,S01008664,Tollcross - 06,1a,Cosmopolitan student neighbourhoods,S02001620,Tollcross,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202291 +202291,S00104742,2a3,Students and Professionals,S01008615,Marchmont East and Sciennes - 05,1a,Cosmopolitan student neighbourhoods,S02001613,Marchmont East and Sciennes,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202292 +202292,S00107269,2b1,Students and Commuters,S01008638,Bruntsfield - 01,1a,Cosmopolitan student neighbourhoods,S02001617,Bruntsfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202293 +202293,S00105258,7a1,Transitional Eastern European Neighbourhoods,S01008472,Broomhouse and Bankhead - 05,7a,Urban cultural mix,S02001586,Broomhouse and Bankhead,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202294 +202294,S00104750,2a3,Students and Professionals,S01008614,Marchmont East and Sciennes - 04,1a,Cosmopolitan student neighbourhoods,S02001613,Marchmont East and Sciennes,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202295 +202295,S00107298,2b1,Students and Commuters,S01008492,Gorgie West - 01,1a,Cosmopolitan student neighbourhoods,S02001590,Gorgie West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202296 +202296,S00105264,7a1,Transitional Eastern European Neighbourhoods,S01008473,Stenhouse and Saughton Mains - 01,4d,Hard-pressed flat dwellers,S02001587,Stenhouse and Saughton Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202297 +202297,S00104756,2a3,Students and Professionals,S01008615,Marchmont East and Sciennes - 05,1a,Cosmopolitan student neighbourhoods,S02001613,Marchmont East and Sciennes,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202298 +202298,S00107299,2b1,Students and Commuters,S01008502,Shandon - 01,1a,Cosmopolitan student neighbourhoods,S02001592,Shandon,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202299 +202299,S00105281,7a1,Transitional Eastern European Neighbourhoods,S01008474,Stenhouse and Saughton Mains - 02,4d,Hard-pressed flat dwellers,S02001587,Stenhouse and Saughton Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202300 +202300,S00104775,2a3,Students and Professionals,S01008611,Marchmont East and Sciennes - 01,1a,Cosmopolitan student neighbourhoods,S02001613,Marchmont East and Sciennes,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202301 +202301,S00104788,2a3,Students and Professionals,S01008604,The Grange - 01,1a,Cosmopolitan student neighbourhoods,S02001612,The Grange,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202302 +202302,S00104820,2a3,Students and Professionals,S01008606,The Grange - 03,3c,Highly qualified professionals,S02001612,The Grange,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202303 +202303,S00104827,2a3,Students and Professionals,S01008604,The Grange - 01,1a,Cosmopolitan student neighbourhoods,S02001612,The Grange,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202304 +202304,S00104903,2a3,Students and Professionals,S01008639,Bruntsfield - 02,1a,Cosmopolitan student neighbourhoods,S02001617,Bruntsfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202305 +202305,S00104908,2a3,Students and Professionals,S01008639,Bruntsfield - 02,1a,Cosmopolitan student neighbourhoods,S02001617,Bruntsfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202306 +202306,S00104911,2a3,Students and Professionals,S01008640,Bruntsfield - 03,1a,Cosmopolitan student neighbourhoods,S02001617,Bruntsfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202307 +202307,S00104924,2a3,Students and Professionals,S01008644,Bruntsfield - 07,1a,Cosmopolitan student neighbourhoods,S02001617,Bruntsfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202308 +202308,S00104993,2a3,Students and Professionals,S01008635,Merchiston and Greenhill - 04,1a,Cosmopolitan student neighbourhoods,S02001616,Merchiston and Greenhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202309 +202309,S00104997,2a3,Students and Professionals,S01008636,Merchiston and Greenhill - 05,1a,Cosmopolitan student neighbourhoods,S02001616,Merchiston and Greenhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202310 +202310,S00105131,2a3,Students and Professionals,S01008634,Merchiston and Greenhill - 03,1a,Cosmopolitan student neighbourhoods,S02001616,Merchiston and Greenhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202311 +202311,S00105134,2a3,Students and Professionals,S01008646,Polwarth - 02,1a,Cosmopolitan student neighbourhoods,S02001618,Polwarth,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202312 +202312,S00105153,2a3,Students and Professionals,S01008645,Polwarth - 01,1a,Cosmopolitan student neighbourhoods,S02001618,Polwarth,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202313 +202313,S00105629,2a3,Students and Professionals,S01008534,Comiston and Swanston - 02,3a,Achieving neighbourhoods,S02001598,Comiston and Swanston,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202314 +202314,S00105761,2a3,Students and Professionals,S01008510,Craiglockhart - 03,3a,Achieving neighbourhoods,S02001593,Craiglockhart,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202315 +202315,S00106201,2a3,Students and Professionals,S01008598,Prestonfield - 04,1a,Cosmopolitan student neighbourhoods,S02001610,Prestonfield,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202316 +202316,S00106227,2a3,Students and Professionals,S01008600,Newington and Dalkeith Road - 02,1a,Cosmopolitan student neighbourhoods,S02001611,Newington and Dalkeith Road,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202317 +202317,S00106883,2a3,Students and Professionals,S01008676,"Old Town, Princes Street and Leith Street - 03",1a,Cosmopolitan student neighbourhoods,S02001622,"Old Town, Princes Street and Leith Street",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202318 +202318,S00106913,2a3,Students and Professionals,S01008659,Tollcross - 01,1a,Cosmopolitan student neighbourhoods,S02001620,Tollcross,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202319 +202319,S00107127,2a3,Students and Professionals,S01008842,Broughton South - 03,1a,Cosmopolitan student neighbourhoods,S02001654,Broughton South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202320 +202320,S00107152,2a3,Students and Professionals,S01008688,Abbeyhill - 03,1a,Cosmopolitan student neighbourhoods,S02001624,Abbeyhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202321 +202321,S00107246,2a3,Students and Professionals,S01008604,The Grange - 01,1a,Cosmopolitan student neighbourhoods,S02001612,The Grange,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202322 +202322,S00107276,2a3,Students and Professionals,S01008517,Morningside and Craighouse - 04,1a,Cosmopolitan student neighbourhoods,S02001594,Morningside and Craighouse,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202323 +202323,S00107278,2a3,Students and Professionals,S01008631,Morningside - 08,1a,Cosmopolitan student neighbourhoods,S02001615,Morningside,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202324 +202324,S00103592,7a1,Transitional Eastern European Neighbourhoods,S01008901,Drylaw - 03,4d,Hard-pressed flat dwellers,S02001665,Drylaw,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202325 +202325,S00103620,7a1,Transitional Eastern European Neighbourhoods,S01008902,Drylaw - 04,4d,Hard-pressed flat dwellers,S02001665,Drylaw,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202326 +202326,S00103740,7a1,Transitional Eastern European Neighbourhoods,S01008905,West Pilton - 02,4d,Hard-pressed flat dwellers,S02001666,West Pilton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202327 +202327,S00103764,7a1,Transitional Eastern European Neighbourhoods,S01008907,West Pilton - 04,4d,Hard-pressed flat dwellers,S02001666,West Pilton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202328 +202328,S00103844,7a1,Transitional Eastern European Neighbourhoods,S01008951,Clermiston and Drumbrae - 04,4d,Hard-pressed flat dwellers,S02001675,Clermiston and Drumbrae,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202329 +202329,S00103870,7a1,Transitional Eastern European Neighbourhoods,S01008951,Clermiston and Drumbrae - 04,4d,Hard-pressed flat dwellers,S02001675,Clermiston and Drumbrae,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202330 +202330,S00103981,7a1,Transitional Eastern European Neighbourhoods,S01008923,Granton and Royston Mains - 04,4d,Hard-pressed flat dwellers,S02001669,Granton and Royston Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202331 +202331,S00105313,7a1,Transitional Eastern European Neighbourhoods,S01008494,Gorgie West - 03,1a,Cosmopolitan student neighbourhoods,S02001590,Gorgie West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202332 +202332,S00107300,2b1,Students and Commuters,S01008502,Shandon - 01,1a,Cosmopolitan student neighbourhoods,S02001592,Shandon,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202333 +202333,S00107301,2b1,Students and Commuters,S01008496,Gorgie West - 05,1a,Cosmopolitan student neighbourhoods,S02001590,Gorgie West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202334 +202334,S00105650,7a1,Transitional Eastern European Neighbourhoods,S01008531,Oxgangs - 03,4d,Hard-pressed flat dwellers,S02001597,Oxgangs,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202335 +202335,S00107302,2b1,Students and Commuters,S01008502,Shandon - 01,1a,Cosmopolitan student neighbourhoods,S02001592,Shandon,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202336 +202336,S00105670,7a1,Transitional Eastern European Neighbourhoods,S01008528,Colinton Mains and Firrhill - 05,3d,Households in terraces and flats,S02001596,Colinton Mains and Firrhill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202337 +202337,S00107303,2b1,Students and Commuters,S01008502,Shandon - 01,1a,Cosmopolitan student neighbourhoods,S02001592,Shandon,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202338 +202338,S00105831,7a1,Transitional Eastern European Neighbourhoods,S01008463,Murrayburn and Wester Hailes North - 05,4d,Hard-pressed flat dwellers,S02001584,Murrayburn and Wester Hailes North,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202339 +202339,S00107304,2b1,Students and Commuters,S01008502,Shandon - 01,1a,Cosmopolitan student neighbourhoods,S02001592,Shandon,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202340 +202340,S00105885,7a1,Transitional Eastern European Neighbourhoods,S01008449,Clovenstone and Wester Hailes - 01,7a,Urban cultural mix,S02001582,Clovenstone and Wester Hailes,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202341 +202341,S00107308,2b1,Students and Commuters,S01008507,Shandon - 06,1a,Cosmopolitan student neighbourhoods,S02001592,Shandon,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202342 +202342,S00106024,7a1,Transitional Eastern European Neighbourhoods,S01008733,Portobello - 06,3d,Households in terraces and flats,S02001632,Portobello,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202343 +202343,S00107309,2b1,Students and Commuters,S01008647,Polwarth - 03,1a,Cosmopolitan student neighbourhoods,S02001618,Polwarth,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202344 +202344,S00106099,7a1,Transitional Eastern European Neighbourhoods,S01008712,"Bingham, Magdalene and The Christians - 01",4d,Hard-pressed flat dwellers,S02001629,"Bingham, Magdalene and The Christians",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202345 +202345,S00107310,2b1,Students and Commuters,S01008647,Polwarth - 03,1a,Cosmopolitan student neighbourhoods,S02001618,Polwarth,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202346 +202346,S00106121,7a1,Transitional Eastern European Neighbourhoods,S01008713,"Bingham, Magdalene and The Christians - 02",4d,Hard-pressed flat dwellers,S02001629,"Bingham, Magdalene and The Christians",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202347 +202347,S00107316,2b1,Students and Commuters,S01008651,Dalry and Fountainbridge - 01,1a,Cosmopolitan student neighbourhoods,S02001619,Dalry and Fountainbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202348 +202348,S00106160,7a1,Transitional Eastern European Neighbourhoods,S01008707,Niddrie - 02,4d,Hard-pressed flat dwellers,S02001628,Niddrie,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202349 +202349,S00106164,7a1,Transitional Eastern European Neighbourhoods,S01008706,Niddrie - 01,4d,Hard-pressed flat dwellers,S02001628,Niddrie,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202350 +202350,S00106166,7a1,Transitional Eastern European Neighbourhoods,S01008710,Niddrie - 05,7a,Urban cultural mix,S02001628,Niddrie,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202351 +202351,S00106173,7a1,Transitional Eastern European Neighbourhoods,S01008583,The Inch - 03,7a,Urban cultural mix,S02001608,The Inch,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202352 +202352,S00106255,7a1,Transitional Eastern European Neighbourhoods,S01008557,"Gracemount, Southhouse and Burdiehouse - 05",7a,Urban cultural mix,S02001602,"Gracemount, Southhouse and Burdiehouse",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202353 +202353,S00106351,7a1,Transitional Eastern European Neighbourhoods,S01008567,Fernieside and Moredun South - 04,4c,Hampered neighbourhoods,S02001604,Fernieside and Moredun South,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202354 +202354,S00106410,7a1,Transitional Eastern European Neighbourhoods,S01008563,Hyvots and Gilmerton - 05,4d,Hard-pressed flat dwellers,S02001603,Hyvots and Gilmerton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202355 +202355,S00106968,7a1,Transitional Eastern European Neighbourhoods,S01008933,Muirhouse - 05,4d,Hard-pressed flat dwellers,S02001671,Muirhouse,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202356 +202356,S00106973,7a1,Transitional Eastern European Neighbourhoods,S01008906,West Pilton - 03,7a,Urban cultural mix,S02001666,West Pilton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202357 +202357,S00106975,7a1,Transitional Eastern European Neighbourhoods,S01008925,Granton West and Salvesen - 02,7a,Urban cultural mix,S02001670,Granton West and Salvesen,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202358 +202358,S00106987,7a1,Transitional Eastern European Neighbourhoods,S01008922,Granton and Royston Mains - 03,4d,Hard-pressed flat dwellers,S02001669,Granton and Royston Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202359 +202359,S00107163,7a1,Transitional Eastern European Neighbourhoods,S01008755,Restalrig (Loganlea) and Craigentinny West - 05,1a,Cosmopolitan student neighbourhoods,S02001637,Restalrig (Loganlea) and Craigentinny West,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202360 +202360,S00107189,7a1,Transitional Eastern European Neighbourhoods,S01008745,Northfield and Piershill - 03,3c,Highly qualified professionals,S02001635,Northfield and Piershill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202361 +202361,S00107343,7a1,Transitional Eastern European Neighbourhoods,S01008472,Broomhouse and Bankhead - 05,7a,Urban cultural mix,S02001586,Broomhouse and Bankhead,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202362 +202362,S00107350,7a1,Transitional Eastern European Neighbourhoods,S01008477,Stenhouse and Saughton Mains - 05,4d,Hard-pressed flat dwellers,S02001587,Stenhouse and Saughton Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202363 +202363,S00107488,7a1,Transitional Eastern European Neighbourhoods,S01008708,Niddrie - 03,4d,Hard-pressed flat dwellers,S02001628,Niddrie,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202364 +202364,S00107559,7a1,Transitional Eastern European Neighbourhoods,S01008563,Hyvots and Gilmerton - 05,4d,Hard-pressed flat dwellers,S02001603,Hyvots and Gilmerton,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202365 +202365,S00104033,2d1,Urban Cultural Mix,S01008829,Trinity - 04,3c,Highly qualified professionals,S02001651,Trinity,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202366 +202366,S00104143,2d1,Urban Cultural Mix,S01008814,Pilrig - 02,1a,Cosmopolitan student neighbourhoods,S02001648,Pilrig,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202367 +202367,S00104293,2d1,Urban Cultural Mix,S01008765,Leith (Hermitage and Prospect Bank) - 04,3c,Highly qualified professionals,S02001639,Leith (Hermitage and Prospect Bank),S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202368 +202368,S00104598,2d1,Urban Cultural Mix,S01008746,Northfield and Piershill - 04,6a,Inner city cosmopolitan,S02001635,Northfield and Piershill,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202369 +202369,S00104817,2d1,Urban Cultural Mix,S01008605,The Grange - 02,1a,Cosmopolitan student neighbourhoods,S02001612,The Grange,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202370 +202370,S00107010,2d1,Urban Cultural Mix,S01008791,Great Junction Street - 07,1a,Cosmopolitan student neighbourhoods,S02001643,Great Junction Street,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202371 +202371,S00107244,2d1,Urban Cultural Mix,S01008604,The Grange - 01,1a,Cosmopolitan student neighbourhoods,S02001612,The Grange,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202372 +202372,S00107374,2d1,Urban Cultural Mix,S01008875,Balgreen and Roseburn - 01,1a,Cosmopolitan student neighbourhoods,S02001661,Balgreen and Roseburn,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202373 +202373,S00103304,5a1,White Professionals,S01008993,"Ratho, Ingliston and Gogar - 01",3a,Achieving neighbourhoods,S02001683,"Ratho, Ingliston and Gogar",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202374 +202374,S00103576,5a1,White Professionals,S01008893,Blackhall - 02,8a,Affluent communities,S02001664,Blackhall,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202375 +202375,S00103608,5a1,White Professionals,S01008903,Drylaw - 05,4d,Hard-pressed flat dwellers,S02001665,Drylaw,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202376 +202376,S00103632,5a1,White Professionals,S01008891,"Craigleith, Orchard Brae and Crewe Toll - 06",8a,Affluent communities,S02001663,"Craigleith, Orchard Brae and Crewe Toll",S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202377 +202377,S00103733,5a1,White Professionals,S01008926,Granton West and Salvesen - 03,4b,Constrained renters,S02001670,Granton West and Salvesen,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202378 +202378,S00103734,5a1,White Professionals,S01008926,Granton West and Salvesen - 03,4b,Constrained renters,S02001670,Granton West and Salvesen,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202379 +202379,S00103811,5a1,White Professionals,S01008942,Cramond - 02,3a,Achieving neighbourhoods,S02001673,Cramond,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202380 +202380,S00107323,2b1,Students and Commuters,S01008500,Gorgie East - 04,1a,Cosmopolitan student neighbourhoods,S02001591,Gorgie East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202381 +202381,S00107325,2b1,Students and Commuters,S01008501,Gorgie East - 05,1a,Cosmopolitan student neighbourhoods,S02001591,Gorgie East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202382 +202382,S00107326,2b1,Students and Commuters,S01008501,Gorgie East - 05,1a,Cosmopolitan student neighbourhoods,S02001591,Gorgie East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202383 +202383,S00107327,2b1,Students and Commuters,S01008500,Gorgie East - 04,1a,Cosmopolitan student neighbourhoods,S02001591,Gorgie East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202384 +202384,S00107328,2b1,Students and Commuters,S01008654,Dalry and Fountainbridge - 04,1a,Cosmopolitan student neighbourhoods,S02001619,Dalry and Fountainbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202385 +202385,S00107329,2b1,Students and Commuters,S01008654,Dalry and Fountainbridge - 04,1a,Cosmopolitan student neighbourhoods,S02001619,Dalry and Fountainbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202386 +202386,S00107331,2b1,Students and Commuters,S01008655,Dalry and Fountainbridge - 05,1a,Cosmopolitan student neighbourhoods,S02001619,Dalry and Fountainbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202387 +202387,S00107332,2b1,Students and Commuters,S01008654,Dalry and Fountainbridge - 04,1a,Cosmopolitan student neighbourhoods,S02001619,Dalry and Fountainbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202388 +202388,S00107333,2b1,Students and Commuters,S01008655,Dalry and Fountainbridge - 05,1a,Cosmopolitan student neighbourhoods,S02001619,Dalry and Fountainbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202389 +202389,S00107334,2b1,Students and Commuters,S01008655,Dalry and Fountainbridge - 05,1a,Cosmopolitan student neighbourhoods,S02001619,Dalry and Fountainbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202390 +202390,S00107335,2b1,Students and Commuters,S01008655,Dalry and Fountainbridge - 05,1a,Cosmopolitan student neighbourhoods,S02001619,Dalry and Fountainbridge,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202391 +202391,S00107339,2b1,Students and Commuters,S01008501,Gorgie East - 05,1a,Cosmopolitan student neighbourhoods,S02001591,Gorgie East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202392 +202392,S00107340,2b1,Students and Commuters,S01008501,Gorgie East - 05,1a,Cosmopolitan student neighbourhoods,S02001591,Gorgie East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202393 +202393,S00107341,2b1,Students and Commuters,S01008501,Gorgie East - 05,1a,Cosmopolitan student neighbourhoods,S02001591,Gorgie East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202394 +202394,S00107342,2b1,Students and Commuters,S01008501,Gorgie East - 05,1a,Cosmopolitan student neighbourhoods,S02001591,Gorgie East,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202395 +202395,S00107348,2b1,Students and Commuters,S01008478,Stenhouse and Saughton Mains - 06,1a,Cosmopolitan student neighbourhoods,S02001587,Stenhouse and Saughton Mains,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202396 +202396,S00107377,2b1,Students and Commuters,S01008872,Deans Village - 05,1a,Cosmopolitan student neighbourhoods,S02001660,Deans Village,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202397 +202397,S00107434,2b1,Students and Commuters,S01008491,Slateford and Chesser - 06,1a,Cosmopolitan student neighbourhoods,S02001589,Slateford and Chesser,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202398 +202398,S00107435,2b1,Students and Commuters,S01008491,Slateford and Chesser - 06,1a,Cosmopolitan student neighbourhoods,S02001589,Slateford and Chesser,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202399 +202399,S00107437,2b1,Students and Commuters,S01008491,Slateford and Chesser - 06,1a,Cosmopolitan student neighbourhoods,S02001589,Slateford and Chesser,S12000036,City of Edinburgh,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,202400 +202400,S00127795,5b2,Communal Retirement,S01012107,Paisley South - 04,5a,Ageing urban communities,S02002270,Paisley South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202401 +202401,S00127861,5b2,Communal Retirement,S01012114,Paisley South East - 07,3c,Highly qualified professionals,S02002271,Paisley South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202402 +202402,S00127966,5b2,Communal Retirement,S01012107,Paisley South - 04,5a,Ageing urban communities,S02002270,Paisley South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202403 +202403,S00128411,5b2,Communal Retirement,S01012188,Erskine East and Inchinnan - 01,5a,Ageing urban communities,S02002283,Erskine East and Inchinnan,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202404 +202404,S00128720,5b2,Communal Retirement,S01012073,Paisley North West - 04,3d,Households in terraces and flats,S02002264,Paisley North West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202405 +202405,S00128824,5b2,Communal Retirement,S01012149,Paisley Gallowhill and Hillington - 04,5a,Ageing urban communities,S02002277,Paisley Gallowhill and Hillington,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202406 +202406,S00127647,3c2,Constrained Commuters,S01012136,Paisley North East - 03,1a,Cosmopolitan student neighbourhoods,S02002275,Paisley North East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202407 +202407,S00127703,3c1,Constrained Neighbourhoods,S01012132,Paisley Central - 07,1a,Cosmopolitan student neighbourhoods,S02002274,Paisley Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202408 +202408,S00128052,3c1,Constrained Neighbourhoods,S01012155,Paisley North - 03,4d,Hard-pressed flat dwellers,S02002278,Paisley North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202409 +202409,S00127410,7c2,Constrained Young Families,S01012060,Elderslie and Phoenix - 04,4a,Challenged white communities,S02002262,Elderslie and Phoenix,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202410 +202410,S00127411,7c2,Constrained Young Families,S01012059,Elderslie and Phoenix - 03,4a,Challenged white communities,S02002262,Elderslie and Phoenix,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202411 +202411,S00128604,7c1,Challenged Transitionaries,S01012087,Paisley Foxbar - 07,4a,Challenged white communities,S02002266,Paisley Foxbar,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202412 +202412,S00128338,6a2,Comfortable Suburbia,S01012231,Houston South - 03,8c,Comfortable suburbia,S02002289,Houston South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202413 +202413,S00128191,7c1,Challenged Transitionaries,S01012169,Renfrew South - 02,4a,Challenged white communities,S02002280,Renfrew South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202414 +202414,S00127412,7c2,Constrained Young Families,S01012059,Elderslie and Phoenix - 03,4a,Challenged white communities,S02002262,Elderslie and Phoenix,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202415 +202415,S00127431,7c2,Constrained Young Families,S01012043,Johnstone North West - 01,4a,Challenged white communities,S02002259,Johnstone North West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202416 +202416,S00127439,7c2,Constrained Young Families,S01012044,Johnstone North West - 02,4d,Hard-pressed flat dwellers,S02002259,Johnstone North West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202417 +202417,S00127448,7c2,Constrained Young Families,S01012056,Johnstone South East - 05,5c,Comfortable neighbourhoods,S02002261,Johnstone South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202418 +202418,S00127475,7c2,Constrained Young Families,S01012048,Johnstone North East - 02,4d,Hard-pressed flat dwellers,S02002260,Johnstone North East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202419 +202419,S00127496,7c2,Constrained Young Families,S01012054,Johnstone South East - 03,4d,Hard-pressed flat dwellers,S02002261,Johnstone South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202420 +202420,S00127500,7c2,Constrained Young Families,S01012053,Johnstone South East - 02,4a,Challenged white communities,S02002261,Johnstone South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202421 +202421,S00127521,7c2,Constrained Young Families,S01012038,Johnstone South West - 02,4d,Hard-pressed flat dwellers,S02002258,Johnstone South West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202422 +202422,S00127522,7c2,Constrained Young Families,S01012038,Johnstone South West - 02,4d,Hard-pressed flat dwellers,S02002258,Johnstone South West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202423 +202423,S00127524,7c2,Constrained Young Families,S01012038,Johnstone South West - 02,4d,Hard-pressed flat dwellers,S02002258,Johnstone South West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202424 +202424,S00127528,7c2,Constrained Young Families,S01012039,Johnstone South West - 03,4a,Challenged white communities,S02002258,Johnstone South West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202425 +202425,S00127576,7c2,Constrained Young Families,S01012217,Linwood South - 01,4d,Hard-pressed flat dwellers,S02002287,Linwood South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202426 +202426,S00127579,7c2,Constrained Young Families,S01012218,Linwood South - 02,4d,Hard-pressed flat dwellers,S02002287,Linwood South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202427 +202427,S00127580,7c2,Constrained Young Families,S01012225,Linwood North - 03,4a,Challenged white communities,S02002288,Linwood North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202428 +202428,S00127581,7c2,Constrained Young Families,S01012225,Linwood North - 03,4a,Challenged white communities,S02002288,Linwood North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202429 +202429,S00127599,7c2,Constrained Young Families,S01012225,Linwood North - 03,4a,Challenged white communities,S02002288,Linwood North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202430 +202430,S00127472,7c1,Challenged Transitionaries,S01012048,Johnstone North East - 02,4d,Hard-pressed flat dwellers,S02002260,Johnstone North East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202431 +202431,S00127877,7c1,Challenged Transitionaries,S01012115,Paisley Dykebar - 01,4a,Challenged white communities,S02002272,Paisley Dykebar,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202432 +202432,S00128560,6a4,Ageing in Suburbia,S01012093,Paisley South West - 06,5c,Comfortable neighbourhoods,S02002267,Paisley South West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202433 +202433,S00127381,6a4,Ageing in Suburbia,S01012117,Paisley Dykebar - 03,8c,Comfortable suburbia,S02002272,Paisley Dykebar,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202434 +202434,S00127602,7c2,Constrained Young Families,S01012218,Linwood South - 02,4d,Hard-pressed flat dwellers,S02002287,Linwood South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202435 +202435,S00127611,7c2,Constrained Young Families,S01012221,Linwood South - 05,4a,Challenged white communities,S02002287,Linwood South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202436 +202436,S00127624,7c2,Constrained Young Families,S01012224,Linwood North - 02,4a,Challenged white communities,S02002288,Linwood North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202437 +202437,S00127854,7c2,Constrained Young Families,S01012121,Paisley East - 02,4a,Challenged white communities,S02002273,Paisley East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202438 +202438,S00127893,7c2,Constrained Young Families,S01012095,Paisley Glenburn West - 01,5c,Comfortable neighbourhoods,S02002268,Paisley Glenburn West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202439 +202439,S00127905,7c2,Constrained Young Families,S01012096,Paisley Glenburn West - 02,4a,Challenged white communities,S02002268,Paisley Glenburn West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202440 +202440,S00127908,7c2,Constrained Young Families,S01012099,Paisley Glenburn West - 05,4d,Hard-pressed flat dwellers,S02002268,Paisley Glenburn West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202441 +202441,S00127910,7c2,Constrained Young Families,S01012099,Paisley Glenburn West - 05,4d,Hard-pressed flat dwellers,S02002268,Paisley Glenburn West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202442 +202442,S00127915,7c2,Constrained Young Families,S01012100,Paisley Glenburn East - 01,4a,Challenged white communities,S02002269,Paisley Glenburn East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202443 +202443,S00127936,7c2,Constrained Young Families,S01012100,Paisley Glenburn East - 01,4a,Challenged white communities,S02002269,Paisley Glenburn East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202444 +202444,S00127998,7c2,Constrained Young Families,S01012081,Paisley Foxbar - 01,4d,Hard-pressed flat dwellers,S02002266,Paisley Foxbar,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202445 +202445,S00128005,7c2,Constrained Young Families,S01012086,Paisley Foxbar - 06,4a,Challenged white communities,S02002266,Paisley Foxbar,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202446 +202446,S00128016,7c2,Constrained Young Families,S01012086,Paisley Foxbar - 06,4a,Challenged white communities,S02002266,Paisley Foxbar,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202447 +202447,S00128021,7c2,Constrained Young Families,S01012083,Paisley Foxbar - 03,4d,Hard-pressed flat dwellers,S02002266,Paisley Foxbar,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202448 +202448,S00128022,7c2,Constrained Young Families,S01012081,Paisley Foxbar - 01,4d,Hard-pressed flat dwellers,S02002266,Paisley Foxbar,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202449 +202449,S00128025,7c2,Constrained Young Families,S01012081,Paisley Foxbar - 01,4d,Hard-pressed flat dwellers,S02002266,Paisley Foxbar,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202450 +202450,S00128030,7c2,Constrained Young Families,S01012065,Paisley Ferguslie - 03,4d,Hard-pressed flat dwellers,S02002263,Paisley Ferguslie,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202451 +202451,S00128031,7c2,Constrained Young Families,S01012065,Paisley Ferguslie - 03,4d,Hard-pressed flat dwellers,S02002263,Paisley Ferguslie,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202452 +202452,S00128032,7c2,Constrained Young Families,S01012068,Paisley Ferguslie - 06,4d,Hard-pressed flat dwellers,S02002263,Paisley Ferguslie,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202453 +202453,S00128038,7c2,Constrained Young Families,S01012069,Paisley Ferguslie - 07,4d,Hard-pressed flat dwellers,S02002263,Paisley Ferguslie,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202454 +202454,S00128070,7c2,Constrained Young Families,S01012156,Paisley North - 04,4d,Hard-pressed flat dwellers,S02002278,Paisley North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202455 +202455,S00128107,7c2,Constrained Young Families,S01012150,Paisley Gallowhill and Hillington - 05,4a,Challenged white communities,S02002277,Paisley Gallowhill and Hillington,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202456 +202456,S00128109,7c2,Constrained Young Families,S01012152,Paisley Gallowhill and Hillington - 07,4d,Hard-pressed flat dwellers,S02002277,Paisley Gallowhill and Hillington,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202457 +202457,S00128194,7c1,Challenged Transitionaries,S01012169,Renfrew South - 02,4a,Challenged white communities,S02002280,Renfrew South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202458 +202458,S00128606,7c1,Challenged Transitionaries,S01012083,Paisley Foxbar - 03,4d,Hard-pressed flat dwellers,S02002266,Paisley Foxbar,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202459 +202459,S00128196,7c1,Challenged Transitionaries,S01012170,Renfrew South - 03,4d,Hard-pressed flat dwellers,S02002280,Renfrew South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202460 +202460,S00128358,6a2,Comfortable Suburbia,S01012205,Erskine West - 02,8c,Comfortable suburbia,S02002285,Erskine West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202461 +202461,S00127388,6a4,Ageing in Suburbia,S01012027,Renfrewshire Rural South and Howwood - 05,2a,Ageing rural neighbourhoods,S02002255,Renfrewshire Rural South and Howwood,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202462 +202462,S00128613,7c1,Challenged Transitionaries,S01012167,Renfrew West - 09,4d,Hard-pressed flat dwellers,S02002279,Renfrew West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202463 +202463,S00128197,7c1,Challenged Transitionaries,S01012172,Renfrew South - 05,4d,Hard-pressed flat dwellers,S02002280,Renfrew South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202464 +202464,S00128392,6a2,Comfortable Suburbia,S01012191,Erskine East and Inchinnan - 04,8c,Comfortable suburbia,S02002283,Erskine East and Inchinnan,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202465 +202465,S00127474,7c1,Challenged Transitionaries,S01012048,Johnstone North East - 02,4d,Hard-pressed flat dwellers,S02002260,Johnstone North East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202466 +202466,S00127878,7c1,Challenged Transitionaries,S01012115,Paisley Dykebar - 01,4a,Challenged white communities,S02002272,Paisley Dykebar,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202467 +202467,S00127389,6a4,Ageing in Suburbia,S01012029,Renfrewshire Rural North and Langbank - 02,2a,Ageing rural neighbourhoods,S02002256,Renfrewshire Rural North and Langbank,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202468 +202468,S00128638,6a4,Ageing in Suburbia,S01012027,Renfrewshire Rural South and Howwood - 05,2a,Ageing rural neighbourhoods,S02002255,Renfrewshire Rural South and Howwood,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202469 +202469,S00128198,7c1,Challenged Transitionaries,S01012172,Renfrew South - 05,4d,Hard-pressed flat dwellers,S02002280,Renfrew South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202470 +202470,S00128614,7c1,Challenged Transitionaries,S01012167,Renfrew West - 09,4d,Hard-pressed flat dwellers,S02002279,Renfrew West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202471 +202471,S00127390,6a4,Ageing in Suburbia,S01012211,Bishopton - 01,5c,Comfortable neighbourhoods,S02002286,Bishopton,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202472 +202472,S00127490,7c1,Challenged Transitionaries,S01012054,Johnstone South East - 03,4d,Hard-pressed flat dwellers,S02002261,Johnstone South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202473 +202473,S00127880,7c1,Challenged Transitionaries,S01012122,Paisley East - 03,5d,Endeavouring social renters,S02002273,Paisley East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202474 +202474,S00128665,6a4,Ageing in Suburbia,S01012056,Johnstone South East - 05,5c,Comfortable neighbourhoods,S02002261,Johnstone South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202475 +202475,S00128393,6a2,Comfortable Suburbia,S01012194,Erskine East and Inchinnan - 07,8c,Comfortable suburbia,S02002283,Erskine East and Inchinnan,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202476 +202476,S00128199,7c1,Challenged Transitionaries,S01012172,Renfrew South - 05,4d,Hard-pressed flat dwellers,S02002280,Renfrew South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202477 +202477,S00128619,7c1,Challenged Transitionaries,S01012210,Erskine West - 07,4a,Challenged white communities,S02002285,Erskine West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202478 +202478,S00127550,6a4,Ageing in Suburbia,S01012036,Kilbarchan - 04,8b,Ageing suburbanites,S02002257,Kilbarchan,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202479 +202479,S00128632,7c1,Challenged Transitionaries,S01012222,Linwood South - 06,4a,Challenged white communities,S02002287,Linwood South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202480 +202480,S00127491,7c1,Challenged Transitionaries,S01012054,Johnstone South East - 03,4d,Hard-pressed flat dwellers,S02002261,Johnstone South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202481 +202481,S00128724,6a4,Ageing in Suburbia,S01012074,Paisley West - 01,3a,Achieving neighbourhoods,S02002265,Paisley West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202482 +202482,S00128200,7c1,Challenged Transitionaries,S01012172,Renfrew South - 05,4d,Hard-pressed flat dwellers,S02002280,Renfrew South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202483 +202483,S00128394,6a2,Comfortable Suburbia,S01012191,Erskine East and Inchinnan - 04,8c,Comfortable suburbia,S02002283,Erskine East and Inchinnan,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202484 +202484,S00127555,6a4,Ageing in Suburbia,S01012036,Kilbarchan - 04,8b,Ageing suburbanites,S02002257,Kilbarchan,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202485 +202485,S00127882,7c1,Challenged Transitionaries,S01012116,Paisley Dykebar - 02,4a,Challenged white communities,S02002272,Paisley Dykebar,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202486 +202486,S00127746,6a4,Ageing in Suburbia,S01012140,Paisley North East - 07,8b,Ageing suburbanites,S02002275,Paisley North East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202487 +202487,S00128668,7c1,Challenged Transitionaries,S01012049,Johnstone North East - 03,4a,Challenged white communities,S02002260,Johnstone North East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202488 +202488,S00127497,7c1,Challenged Transitionaries,S01012053,Johnstone South East - 02,4a,Challenged white communities,S02002261,Johnstone South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202489 +202489,S00128910,6a4,Ageing in Suburbia,S01012212,Bishopton - 02,8b,Ageing suburbanites,S02002286,Bishopton,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202490 +202490,S00128201,7c1,Challenged Transitionaries,S01012172,Renfrew South - 05,4d,Hard-pressed flat dwellers,S02002280,Renfrew South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202491 +202491,S00128395,6a2,Comfortable Suburbia,S01012191,Erskine East and Inchinnan - 04,8c,Comfortable suburbia,S02002283,Erskine East and Inchinnan,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202492 +202492,S00127749,6a4,Ageing in Suburbia,S01012145,Paisley Ralston - 05,8a,Affluent communities,S02002276,Paisley Ralston,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202493 +202493,S00127498,7c1,Challenged Transitionaries,S01012053,Johnstone South East - 02,4a,Challenged white communities,S02002261,Johnstone South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202494 +202494,S00128671,7c1,Challenged Transitionaries,S01012046,Johnstone North West - 04,4d,Hard-pressed flat dwellers,S02002259,Johnstone North West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202495 +202495,S00128912,6a4,Ageing in Suburbia,S01012213,Bishopton - 03,8b,Ageing suburbanites,S02002286,Bishopton,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202496 +202496,S00127884,7c1,Challenged Transitionaries,S01012116,Paisley Dykebar - 02,4a,Challenged white communities,S02002272,Paisley Dykebar,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202497 +202497,S00128202,7c1,Challenged Transitionaries,S01012171,Renfrew South - 04,4a,Challenged white communities,S02002280,Renfrew South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202498 +202498,S00127751,6a4,Ageing in Suburbia,S01012138,Paisley North East - 05,3c,Highly qualified professionals,S02002275,Paisley North East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202499 +202499,S00127503,7c1,Challenged Transitionaries,S01012052,Johnstone South East - 01,4a,Challenged white communities,S02002261,Johnstone South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202500 +202500,S00128672,7c1,Challenged Transitionaries,S01012046,Johnstone North West - 04,4d,Hard-pressed flat dwellers,S02002259,Johnstone North West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202501 +202501,S00128936,6a4,Ageing in Suburbia,S01012077,Paisley West - 04,4d,Hard-pressed flat dwellers,S02002265,Paisley West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202502 +202502,S00127892,7c1,Challenged Transitionaries,S01012098,Paisley Glenburn West - 04,4a,Challenged white communities,S02002268,Paisley Glenburn West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202503 +202503,S00127895,7c1,Challenged Transitionaries,S01012096,Paisley Glenburn West - 02,4a,Challenged white communities,S02002268,Paisley Glenburn West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202504 +202504,S00127898,7c1,Challenged Transitionaries,S01012096,Paisley Glenburn West - 02,4a,Challenged white communities,S02002268,Paisley Glenburn West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202505 +202505,S00127899,7c1,Challenged Transitionaries,S01012096,Paisley Glenburn West - 02,4a,Challenged white communities,S02002268,Paisley Glenburn West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202506 +202506,S00127902,7c1,Challenged Transitionaries,S01012097,Paisley Glenburn West - 03,4a,Challenged white communities,S02002268,Paisley Glenburn West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202507 +202507,S00127916,7c1,Challenged Transitionaries,S01012100,Paisley Glenburn East - 01,4a,Challenged white communities,S02002269,Paisley Glenburn East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202508 +202508,S00127919,7c1,Challenged Transitionaries,S01012100,Paisley Glenburn East - 01,4a,Challenged white communities,S02002269,Paisley Glenburn East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202509 +202509,S00127922,7c1,Challenged Transitionaries,S01012100,Paisley Glenburn East - 01,4a,Challenged white communities,S02002269,Paisley Glenburn East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202510 +202510,S00127945,7c1,Challenged Transitionaries,S01012077,Paisley West - 04,4d,Hard-pressed flat dwellers,S02002265,Paisley West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202511 +202511,S00127952,7c1,Challenged Transitionaries,S01012076,Paisley West - 03,5c,Comfortable neighbourhoods,S02002265,Paisley West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202512 +202512,S00127955,7c1,Challenged Transitionaries,S01012079,Paisley West - 06,4a,Challenged white communities,S02002265,Paisley West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202513 +202513,S00127956,7c1,Challenged Transitionaries,S01012079,Paisley West - 06,4a,Challenged white communities,S02002265,Paisley West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202514 +202514,S00127992,7c1,Challenged Transitionaries,S01012085,Paisley Foxbar - 05,5c,Comfortable neighbourhoods,S02002266,Paisley Foxbar,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202515 +202515,S00128004,7c1,Challenged Transitionaries,S01012086,Paisley Foxbar - 06,4a,Challenged white communities,S02002266,Paisley Foxbar,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202516 +202516,S00128008,7c1,Challenged Transitionaries,S01012086,Paisley Foxbar - 06,4a,Challenged white communities,S02002266,Paisley Foxbar,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202517 +202517,S00128012,7c1,Challenged Transitionaries,S01012082,Paisley Foxbar - 02,4a,Challenged white communities,S02002266,Paisley Foxbar,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202518 +202518,S00128447,6a2,Comfortable Suburbia,S01012216,Bishopton - 06,8b,Ageing suburbanites,S02002286,Bishopton,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202519 +202519,S00128015,7c1,Challenged Transitionaries,S01012083,Paisley Foxbar - 03,4d,Hard-pressed flat dwellers,S02002266,Paisley Foxbar,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202520 +202520,S00128017,7c1,Challenged Transitionaries,S01012082,Paisley Foxbar - 02,4a,Challenged white communities,S02002266,Paisley Foxbar,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202521 +202521,S00128018,7c1,Challenged Transitionaries,S01012082,Paisley Foxbar - 02,4a,Challenged white communities,S02002266,Paisley Foxbar,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202522 +202522,S00128024,7c1,Challenged Transitionaries,S01012081,Paisley Foxbar - 01,4d,Hard-pressed flat dwellers,S02002266,Paisley Foxbar,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202523 +202523,S00128057,7c1,Challenged Transitionaries,S01012158,Paisley North - 06,5a,Ageing urban communities,S02002278,Paisley North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202524 +202524,S00128061,7c1,Challenged Transitionaries,S01012157,Paisley North - 05,4d,Hard-pressed flat dwellers,S02002278,Paisley North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202525 +202525,S00128063,7c1,Challenged Transitionaries,S01012157,Paisley North - 05,4d,Hard-pressed flat dwellers,S02002278,Paisley North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202526 +202526,S00128064,7c1,Challenged Transitionaries,S01012156,Paisley North - 04,4d,Hard-pressed flat dwellers,S02002278,Paisley North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202527 +202527,S00128071,7c1,Challenged Transitionaries,S01012152,Paisley Gallowhill and Hillington - 07,4d,Hard-pressed flat dwellers,S02002277,Paisley Gallowhill and Hillington,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202528 +202528,S00128085,7c1,Challenged Transitionaries,S01012148,Paisley Gallowhill and Hillington - 03,4d,Hard-pressed flat dwellers,S02002277,Paisley Gallowhill and Hillington,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202529 +202529,S00128086,7c1,Challenged Transitionaries,S01012148,Paisley Gallowhill and Hillington - 03,4d,Hard-pressed flat dwellers,S02002277,Paisley Gallowhill and Hillington,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202530 +202530,S00128091,7c1,Challenged Transitionaries,S01012147,Paisley Gallowhill and Hillington - 02,4d,Hard-pressed flat dwellers,S02002277,Paisley Gallowhill and Hillington,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202531 +202531,S00128096,7c1,Challenged Transitionaries,S01012147,Paisley Gallowhill and Hillington - 02,4d,Hard-pressed flat dwellers,S02002277,Paisley Gallowhill and Hillington,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202532 +202532,S00128097,7c1,Challenged Transitionaries,S01012151,Paisley Gallowhill and Hillington - 06,4d,Hard-pressed flat dwellers,S02002277,Paisley Gallowhill and Hillington,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202533 +202533,S00128098,7c1,Challenged Transitionaries,S01012151,Paisley Gallowhill and Hillington - 06,4d,Hard-pressed flat dwellers,S02002277,Paisley Gallowhill and Hillington,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202534 +202534,S00128101,7c1,Challenged Transitionaries,S01012151,Paisley Gallowhill and Hillington - 06,4d,Hard-pressed flat dwellers,S02002277,Paisley Gallowhill and Hillington,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202535 +202535,S00128102,7c1,Challenged Transitionaries,S01012150,Paisley Gallowhill and Hillington - 05,4a,Challenged white communities,S02002277,Paisley Gallowhill and Hillington,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202536 +202536,S00128104,7c1,Challenged Transitionaries,S01012150,Paisley Gallowhill and Hillington - 05,4a,Challenged white communities,S02002277,Paisley Gallowhill and Hillington,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202537 +202537,S00128112,7c1,Challenged Transitionaries,S01012152,Paisley Gallowhill and Hillington - 07,4d,Hard-pressed flat dwellers,S02002277,Paisley Gallowhill and Hillington,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202538 +202538,S00128149,7c1,Challenged Transitionaries,S01012183,Renfrew North - 02,4d,Hard-pressed flat dwellers,S02002282,Renfrew North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202539 +202539,S00128156,7c1,Challenged Transitionaries,S01012187,Renfrew North - 06,4d,Hard-pressed flat dwellers,S02002282,Renfrew North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202540 +202540,S00128157,7c1,Challenged Transitionaries,S01012187,Renfrew North - 06,4d,Hard-pressed flat dwellers,S02002282,Renfrew North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202541 +202541,S00128161,7c1,Challenged Transitionaries,S01012167,Renfrew West - 09,4d,Hard-pressed flat dwellers,S02002279,Renfrew West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202542 +202542,S00128171,7c1,Challenged Transitionaries,S01012165,Renfrew West - 07,4d,Hard-pressed flat dwellers,S02002279,Renfrew West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202543 +202543,S00128173,7c1,Challenged Transitionaries,S01012165,Renfrew West - 07,4d,Hard-pressed flat dwellers,S02002279,Renfrew West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202544 +202544,S00128181,7c1,Challenged Transitionaries,S01012186,Renfrew North - 05,4a,Challenged white communities,S02002282,Renfrew North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202545 +202545,S00128183,7c1,Challenged Transitionaries,S01012187,Renfrew North - 06,4d,Hard-pressed flat dwellers,S02002282,Renfrew North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202546 +202546,S00128184,7c1,Challenged Transitionaries,S01012186,Renfrew North - 05,4a,Challenged white communities,S02002282,Renfrew North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202547 +202547,S00128190,7c1,Challenged Transitionaries,S01012169,Renfrew South - 02,4a,Challenged white communities,S02002280,Renfrew South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202548 +202548,S00128688,7c1,Challenged Transitionaries,S01012220,Linwood South - 04,4d,Hard-pressed flat dwellers,S02002287,Linwood South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202549 +202549,S00127504,7c1,Challenged Transitionaries,S01012053,Johnstone South East - 02,4a,Challenged white communities,S02002261,Johnstone South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202550 +202550,S00128203,7c1,Challenged Transitionaries,S01012171,Renfrew South - 04,4a,Challenged white communities,S02002280,Renfrew South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202551 +202551,S00127753,6a4,Ageing in Suburbia,S01012145,Paisley Ralston - 05,8a,Affluent communities,S02002276,Paisley Ralston,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202552 +202552,S00127755,6a4,Ageing in Suburbia,S01012145,Paisley Ralston - 05,8a,Affluent communities,S02002276,Paisley Ralston,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202553 +202553,S00127758,6a4,Ageing in Suburbia,S01012145,Paisley Ralston - 05,8a,Affluent communities,S02002276,Paisley Ralston,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202554 +202554,S00127408,8c1,Ageing Industrious Workers,S01012060,Elderslie and Phoenix - 04,4a,Challenged white communities,S02002262,Elderslie and Phoenix,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202555 +202555,S00128450,6a2,Comfortable Suburbia,S01012028,Renfrewshire Rural North and Langbank - 01,8a,Affluent communities,S02002256,Renfrewshire Rural North and Langbank,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202556 +202556,S00128691,7c1,Challenged Transitionaries,S01012222,Linwood South - 06,4a,Challenged white communities,S02002287,Linwood South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202557 +202557,S00127507,7c1,Challenged Transitionaries,S01012042,Johnstone South West - 06,4a,Challenged white communities,S02002258,Johnstone South West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202558 +202558,S00128204,7c1,Challenged Transitionaries,S01012172,Renfrew South - 05,4d,Hard-pressed flat dwellers,S02002280,Renfrew South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202559 +202559,S00127779,6a4,Ageing in Suburbia,S01012141,Paisley Ralston - 01,8c,Comfortable suburbia,S02002276,Paisley Ralston,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202560 +202560,S00128469,6a2,Comfortable Suburbia,S01012019,Lochwinnoch - 01,5c,Comfortable neighbourhoods,S02002254,Lochwinnoch,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202561 +202561,S00128692,7c1,Challenged Transitionaries,S01012221,Linwood South - 05,4a,Challenged white communities,S02002287,Linwood South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202562 +202562,S00127512,7c1,Challenged Transitionaries,S01012043,Johnstone North West - 01,4a,Challenged white communities,S02002259,Johnstone North West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202563 +202563,S00127417,8c1,Ageing Industrious Workers,S01012061,Elderslie and Phoenix - 05,5c,Comfortable neighbourhoods,S02002262,Elderslie and Phoenix,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202564 +202564,S00128205,7c1,Challenged Transitionaries,S01012171,Renfrew South - 04,4a,Challenged white communities,S02002280,Renfrew South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202565 +202565,S00127780,6a4,Ageing in Suburbia,S01012142,Paisley Ralston - 02,8b,Ageing suburbanites,S02002276,Paisley Ralston,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202566 +202566,S00127783,6a4,Ageing in Suburbia,S01012142,Paisley Ralston - 02,8b,Ageing suburbanites,S02002276,Paisley Ralston,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202567 +202567,S00127786,6a4,Ageing in Suburbia,S01012094,Paisley South West - 07,8a,Affluent communities,S02002267,Paisley South West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202568 +202568,S00127787,6a4,Ageing in Suburbia,S01012094,Paisley South West - 07,8a,Affluent communities,S02002267,Paisley South West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202569 +202569,S00127788,6a4,Ageing in Suburbia,S01012104,Paisley South - 01,8c,Comfortable suburbia,S02002270,Paisley South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202570 +202570,S00127864,6a4,Ageing in Suburbia,S01012114,Paisley South East - 07,3c,Highly qualified professionals,S02002271,Paisley South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202571 +202571,S00127914,6a4,Ageing in Suburbia,S01012100,Paisley Glenburn East - 01,4a,Challenged white communities,S02002269,Paisley Glenburn East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202572 +202572,S00127935,6a4,Ageing in Suburbia,S01012101,Paisley Glenburn East - 02,8b,Ageing suburbanites,S02002269,Paisley Glenburn East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202573 +202573,S00127967,6a4,Ageing in Suburbia,S01012094,Paisley South West - 07,8a,Affluent communities,S02002267,Paisley South West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202574 +202574,S00127980,6a4,Ageing in Suburbia,S01012090,Paisley South West - 03,8b,Ageing suburbanites,S02002267,Paisley South West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202575 +202575,S00127981,6a4,Ageing in Suburbia,S01012090,Paisley South West - 03,8b,Ageing suburbanites,S02002267,Paisley South West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202576 +202576,S00127982,6a4,Ageing in Suburbia,S01012090,Paisley South West - 03,8b,Ageing suburbanites,S02002267,Paisley South West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202577 +202577,S00128060,6a4,Ageing in Suburbia,S01012158,Paisley North - 06,5a,Ageing urban communities,S02002278,Paisley North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202578 +202578,S00128265,6a4,Ageing in Suburbia,S01012021,Lochwinnoch - 03,5c,Comfortable neighbourhoods,S02002254,Lochwinnoch,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202579 +202579,S00128280,6a4,Ageing in Suburbia,S01012242,Bridge of Weir - 06,8c,Comfortable suburbia,S02002291,Bridge of Weir,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202580 +202580,S00128282,6a4,Ageing in Suburbia,S01012242,Bridge of Weir - 06,8c,Comfortable suburbia,S02002291,Bridge of Weir,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202581 +202581,S00128285,6a4,Ageing in Suburbia,S01012241,Bridge of Weir - 05,8a,Affluent communities,S02002291,Bridge of Weir,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202582 +202582,S00128301,6a4,Ageing in Suburbia,S01012243,Bridge of Weir - 07,8c,Comfortable suburbia,S02002291,Bridge of Weir,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202583 +202583,S00128303,6a4,Ageing in Suburbia,S01012237,Bridge of Weir - 01,8a,Affluent communities,S02002291,Bridge of Weir,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202584 +202584,S00128304,6a4,Ageing in Suburbia,S01012237,Bridge of Weir - 01,8a,Affluent communities,S02002291,Bridge of Weir,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202585 +202585,S00128307,6a4,Ageing in Suburbia,S01012237,Bridge of Weir - 01,8a,Affluent communities,S02002291,Bridge of Weir,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202586 +202586,S00128308,6a4,Ageing in Suburbia,S01012237,Bridge of Weir - 01,8a,Affluent communities,S02002291,Bridge of Weir,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202587 +202587,S00128310,6a4,Ageing in Suburbia,S01012232,Houston South - 04,8c,Comfortable suburbia,S02002289,Houston South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202588 +202588,S00128327,6a4,Ageing in Suburbia,S01012233,Houston North - 01,8b,Ageing suburbanites,S02002290,Houston North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202589 +202589,S00128410,6a4,Ageing in Suburbia,S01012203,Erskine Central - 07,8b,Ageing suburbanites,S02002284,Erskine Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202590 +202590,S00128420,6a4,Ageing in Suburbia,S01012216,Bishopton - 06,8b,Ageing suburbanites,S02002286,Bishopton,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202591 +202591,S00128448,6a4,Ageing in Suburbia,S01012028,Renfrewshire Rural North and Langbank - 01,8a,Affluent communities,S02002256,Renfrewshire Rural North and Langbank,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202592 +202592,S00128451,6a4,Ageing in Suburbia,S01012028,Renfrewshire Rural North and Langbank - 01,8a,Affluent communities,S02002256,Renfrewshire Rural North and Langbank,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202593 +202593,S00128452,6a4,Ageing in Suburbia,S01012028,Renfrewshire Rural North and Langbank - 01,8a,Affluent communities,S02002256,Renfrewshire Rural North and Langbank,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202594 +202594,S00128460,6a4,Ageing in Suburbia,S01012173,Renfrew South - 06,8a,Affluent communities,S02002280,Renfrew South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202595 +202595,S00128482,6a4,Ageing in Suburbia,S01012235,Houston North - 03,8b,Ageing suburbanites,S02002290,Houston North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202596 +202596,S00128493,6a4,Ageing in Suburbia,S01012216,Bishopton - 06,8b,Ageing suburbanites,S02002286,Bishopton,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202597 +202597,S00128495,6a4,Ageing in Suburbia,S01012028,Renfrewshire Rural North and Langbank - 01,8a,Affluent communities,S02002256,Renfrewshire Rural North and Langbank,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202598 +202598,S00128513,6a4,Ageing in Suburbia,S01012031,Renfrewshire Rural North and Langbank - 04,8b,Ageing suburbanites,S02002256,Renfrewshire Rural North and Langbank,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202599 +202599,S00128514,6a4,Ageing in Suburbia,S01012035,Kilbarchan - 03,5c,Comfortable neighbourhoods,S02002257,Kilbarchan,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202600 +202600,S00128536,6a4,Ageing in Suburbia,S01012134,Paisley North East - 01,3c,Highly qualified professionals,S02002275,Paisley North East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202601 +202601,S00128537,6a4,Ageing in Suburbia,S01012143,Paisley Ralston - 03,8b,Ageing suburbanites,S02002276,Paisley Ralston,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202602 +202602,S00128693,7c1,Challenged Transitionaries,S01012223,Linwood North - 01,4a,Challenged white communities,S02002288,Linwood North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202603 +202603,S00127516,7c1,Challenged Transitionaries,S01012037,Johnstone South West - 01,4a,Challenged white communities,S02002258,Johnstone South West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202604 +202604,S00127428,8c1,Ageing Industrious Workers,S01012025,Renfrewshire Rural South and Howwood - 03,5c,Comfortable neighbourhoods,S02002255,Renfrewshire Rural South and Howwood,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202605 +202605,S00128695,7c1,Challenged Transitionaries,S01012222,Linwood South - 06,4a,Challenged white communities,S02002287,Linwood South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202606 +202606,S00128206,7c1,Challenged Transitionaries,S01012171,Renfrew South - 04,4a,Challenged white communities,S02002280,Renfrew South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202607 +202607,S00127517,7c1,Challenged Transitionaries,S01012037,Johnstone South West - 01,4a,Challenged white communities,S02002258,Johnstone South West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202608 +202608,S00127535,7c1,Challenged Transitionaries,S01012055,Johnstone South East - 04,4a,Challenged white communities,S02002261,Johnstone South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202609 +202609,S00128626,6a2,Comfortable Suburbia,S01012196,Erskine East and Inchinnan - 09,8c,Comfortable suburbia,S02002283,Erskine East and Inchinnan,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202610 +202610,S00128711,7c1,Challenged Transitionaries,S01012133,Paisley Central - 08,1a,Cosmopolitan student neighbourhoods,S02002274,Paisley Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202611 +202611,S00127487,8c1,Ageing Industrious Workers,S01012045,Johnstone North West - 03,4d,Hard-pressed flat dwellers,S02002259,Johnstone North West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202612 +202612,S00128207,7c1,Challenged Transitionaries,S01012172,Renfrew South - 05,4d,Hard-pressed flat dwellers,S02002280,Renfrew South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202613 +202613,S00127537,7c1,Challenged Transitionaries,S01012055,Johnstone South East - 04,4a,Challenged white communities,S02002261,Johnstone South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202614 +202614,S00128628,6a2,Comfortable Suburbia,S01012203,Erskine Central - 07,8b,Ageing suburbanites,S02002284,Erskine Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202615 +202615,S00128751,7c1,Challenged Transitionaries,S01012108,Paisley South East - 01,4d,Hard-pressed flat dwellers,S02002271,Paisley South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202616 +202616,S00127506,8c1,Ageing Industrious Workers,S01012058,Elderslie and Phoenix - 02,5c,Comfortable neighbourhoods,S02002262,Elderslie and Phoenix,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202617 +202617,S00128208,7c1,Challenged Transitionaries,S01012170,Renfrew South - 03,4d,Hard-pressed flat dwellers,S02002280,Renfrew South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202618 +202618,S00127539,7c1,Challenged Transitionaries,S01012055,Johnstone South East - 04,4a,Challenged white communities,S02002261,Johnstone South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202619 +202619,S00128640,6a2,Comfortable Suburbia,S01012031,Renfrewshire Rural North and Langbank - 04,8b,Ageing suburbanites,S02002256,Renfrewshire Rural North and Langbank,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202620 +202620,S00128655,6a2,Comfortable Suburbia,S01012051,Johnstone North East - 05,5c,Comfortable neighbourhoods,S02002260,Johnstone North East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202621 +202621,S00128656,6a2,Comfortable Suburbia,S01012051,Johnstone North East - 05,5c,Comfortable neighbourhoods,S02002260,Johnstone North East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202622 +202622,S00128675,6a2,Comfortable Suburbia,S01012040,Johnstone South West - 04,5c,Comfortable neighbourhoods,S02002258,Johnstone South West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202623 +202623,S00128676,6a2,Comfortable Suburbia,S01012040,Johnstone South West - 04,5c,Comfortable neighbourhoods,S02002258,Johnstone South West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202624 +202624,S00128740,6a2,Comfortable Suburbia,S01012106,Paisley South - 03,8c,Comfortable suburbia,S02002270,Paisley South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202625 +202625,S00128762,6a2,Comfortable Suburbia,S01012118,Paisley Dykebar - 04,8c,Comfortable suburbia,S02002272,Paisley Dykebar,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202626 +202626,S00128769,6a2,Comfortable Suburbia,S01012095,Paisley Glenburn West - 01,5c,Comfortable neighbourhoods,S02002268,Paisley Glenburn West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202627 +202627,S00128774,6a2,Comfortable Suburbia,S01012104,Paisley South - 01,8c,Comfortable suburbia,S02002270,Paisley South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202628 +202628,S00128782,6a2,Comfortable Suburbia,S01012075,Paisley West - 02,8c,Comfortable suburbia,S02002265,Paisley West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202629 +202629,S00128784,6a2,Comfortable Suburbia,S01012075,Paisley West - 02,8c,Comfortable suburbia,S02002265,Paisley West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202630 +202630,S00128785,6a2,Comfortable Suburbia,S01012090,Paisley South West - 03,8b,Ageing suburbanites,S02002267,Paisley South West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202631 +202631,S00128786,6a2,Comfortable Suburbia,S01012090,Paisley South West - 03,8b,Ageing suburbanites,S02002267,Paisley South West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202632 +202632,S00128792,6a2,Comfortable Suburbia,S01012088,Paisley South West - 01,5c,Comfortable neighbourhoods,S02002267,Paisley South West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202633 +202633,S00128820,6a2,Comfortable Suburbia,S01012063,Paisley Ferguslie - 01,5b,Aspiring urban households,S02002263,Paisley Ferguslie,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202634 +202634,S00128867,6a2,Comfortable Suburbia,S01012174,Renfrew East - 01,8c,Comfortable suburbia,S02002281,Renfrew East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202635 +202635,S00128868,6a2,Comfortable Suburbia,S01012174,Renfrew East - 01,8c,Comfortable suburbia,S02002281,Renfrew East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202636 +202636,S00128881,6a2,Comfortable Suburbia,S01012233,Houston North - 01,8b,Ageing suburbanites,S02002290,Houston North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202637 +202637,S00128884,6a2,Comfortable Suburbia,S01012232,Houston South - 04,8c,Comfortable suburbia,S02002289,Houston South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202638 +202638,S00128885,6a2,Comfortable Suburbia,S01012231,Houston South - 03,8c,Comfortable suburbia,S02002289,Houston South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202639 +202639,S00128886,6a2,Comfortable Suburbia,S01012230,Houston South - 02,8c,Comfortable suburbia,S02002289,Houston South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202640 +202640,S00128887,6a2,Comfortable Suburbia,S01012230,Houston South - 02,8c,Comfortable suburbia,S02002289,Houston South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202641 +202641,S00128888,6a2,Comfortable Suburbia,S01012230,Houston South - 02,8c,Comfortable suburbia,S02002289,Houston South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202642 +202642,S00128899,6a2,Comfortable Suburbia,S01012194,Erskine East and Inchinnan - 07,8c,Comfortable suburbia,S02002283,Erskine East and Inchinnan,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202643 +202643,S00128900,6a2,Comfortable Suburbia,S01012192,Erskine East and Inchinnan - 05,8c,Comfortable suburbia,S02002283,Erskine East and Inchinnan,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202644 +202644,S00128902,6a2,Comfortable Suburbia,S01012193,Erskine East and Inchinnan - 06,8c,Comfortable suburbia,S02002283,Erskine East and Inchinnan,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202645 +202645,S00128903,6a2,Comfortable Suburbia,S01012193,Erskine East and Inchinnan - 06,8c,Comfortable suburbia,S02002283,Erskine East and Inchinnan,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202646 +202646,S00128904,6a2,Comfortable Suburbia,S01012193,Erskine East and Inchinnan - 06,8c,Comfortable suburbia,S02002283,Erskine East and Inchinnan,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202647 +202647,S00128907,6a2,Comfortable Suburbia,S01012202,Erskine Central - 06,5c,Comfortable neighbourhoods,S02002284,Erskine Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202648 +202648,S00128918,6a2,Comfortable Suburbia,S01012234,Houston North - 02,8c,Comfortable suburbia,S02002290,Houston North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202649 +202649,S00128919,6a2,Comfortable Suburbia,S01012234,Houston North - 02,8c,Comfortable suburbia,S02002290,Houston North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202650 +202650,S00128920,6a2,Comfortable Suburbia,S01012234,Houston North - 02,8c,Comfortable suburbia,S02002290,Houston North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202651 +202651,S00128921,6a2,Comfortable Suburbia,S01012234,Houston North - 02,8c,Comfortable suburbia,S02002290,Houston North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202652 +202652,S00128926,6a2,Comfortable Suburbia,S01012196,Erskine East and Inchinnan - 09,8c,Comfortable suburbia,S02002283,Erskine East and Inchinnan,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202653 +202653,S00128934,6a2,Comfortable Suburbia,S01012078,Paisley West - 05,5a,Ageing urban communities,S02002265,Paisley West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202654 +202654,S00127421,5b2,Communal Retirement,S01012061,Elderslie and Phoenix - 05,5c,Comfortable neighbourhoods,S02002262,Elderslie and Phoenix,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202655 +202655,S00127451,5b2,Communal Retirement,S01012056,Johnstone South East - 05,5c,Comfortable neighbourhoods,S02002261,Johnstone South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202656 +202656,S00127725,5b2,Communal Retirement,S01012134,Paisley North East - 01,3c,Highly qualified professionals,S02002275,Paisley North East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202657 +202657,S00127791,5b2,Communal Retirement,S01012105,Paisley South - 02,5c,Comfortable neighbourhoods,S02002270,Paisley South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202658 +202658,S00128777,7c1,Challenged Transitionaries,S01012102,Paisley Glenburn East - 03,4d,Hard-pressed flat dwellers,S02002269,Paisley Glenburn East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202659 +202659,S00127513,8c1,Ageing Industrious Workers,S01012037,Johnstone South West - 01,4a,Challenged white communities,S02002258,Johnstone South West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202660 +202660,S00128215,7c1,Challenged Transitionaries,S01012170,Renfrew South - 03,4d,Hard-pressed flat dwellers,S02002280,Renfrew South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202661 +202661,S00127540,7c1,Challenged Transitionaries,S01012055,Johnstone South East - 04,4a,Challenged white communities,S02002261,Johnstone South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202662 +202662,S00128218,7c1,Challenged Transitionaries,S01012170,Renfrew South - 03,4d,Hard-pressed flat dwellers,S02002280,Renfrew South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202663 +202663,S00128778,7c1,Challenged Transitionaries,S01012103,Paisley Glenburn East - 04,5c,Comfortable neighbourhoods,S02002269,Paisley Glenburn East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202664 +202664,S00128219,7c1,Challenged Transitionaries,S01012170,Renfrew South - 03,4d,Hard-pressed flat dwellers,S02002280,Renfrew South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202665 +202665,S00127542,7c1,Challenged Transitionaries,S01012041,Johnstone South West - 05,4a,Challenged white communities,S02002258,Johnstone South West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202666 +202666,S00128795,7c1,Challenged Transitionaries,S01012081,Paisley Foxbar - 01,4d,Hard-pressed flat dwellers,S02002266,Paisley Foxbar,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202667 +202667,S00127519,8c1,Ageing Industrious Workers,S01012040,Johnstone South West - 04,5c,Comfortable neighbourhoods,S02002258,Johnstone South West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202668 +202668,S00128220,7c1,Challenged Transitionaries,S01012170,Renfrew South - 03,4d,Hard-pressed flat dwellers,S02002280,Renfrew South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202669 +202669,S00127544,7c1,Challenged Transitionaries,S01012041,Johnstone South West - 05,4a,Challenged white communities,S02002258,Johnstone South West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202670 +202670,S00128816,7c1,Challenged Transitionaries,S01012154,Paisley North - 02,4d,Hard-pressed flat dwellers,S02002278,Paisley North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202671 +202671,S00127547,8c1,Ageing Industrious Workers,S01012040,Johnstone South West - 04,5c,Comfortable neighbourhoods,S02002258,Johnstone South West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202672 +202672,S00128221,7c1,Challenged Transitionaries,S01012168,Renfrew South - 01,5c,Comfortable neighbourhoods,S02002280,Renfrew South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202673 +202673,S00128222,7c1,Challenged Transitionaries,S01012170,Renfrew South - 03,4d,Hard-pressed flat dwellers,S02002280,Renfrew South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202674 +202674,S00128226,7c1,Challenged Transitionaries,S01012169,Renfrew South - 02,4a,Challenged white communities,S02002280,Renfrew South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202675 +202675,S00128234,7c1,Challenged Transitionaries,S01012180,Renfrew East - 07,5c,Comfortable neighbourhoods,S02002281,Renfrew East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202676 +202676,S00128293,7c1,Challenged Transitionaries,S01012239,Bridge of Weir - 03,4a,Challenged white communities,S02002291,Bridge of Weir,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202677 +202677,S00128294,7c1,Challenged Transitionaries,S01012239,Bridge of Weir - 03,4a,Challenged white communities,S02002291,Bridge of Weir,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202678 +202678,S00128297,7c1,Challenged Transitionaries,S01012238,Bridge of Weir - 02,5c,Comfortable neighbourhoods,S02002291,Bridge of Weir,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202679 +202679,S00128299,7c1,Challenged Transitionaries,S01012238,Bridge of Weir - 02,5c,Comfortable neighbourhoods,S02002291,Bridge of Weir,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202680 +202680,S00128346,7c1,Challenged Transitionaries,S01012207,Erskine West - 04,5d,Endeavouring social renters,S02002285,Erskine West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202681 +202681,S00128348,7c1,Challenged Transitionaries,S01012207,Erskine West - 04,5d,Endeavouring social renters,S02002285,Erskine West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202682 +202682,S00128366,7c1,Challenged Transitionaries,S01012208,Erskine West - 05,4a,Challenged white communities,S02002285,Erskine West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202683 +202683,S00128369,7c1,Challenged Transitionaries,S01012209,Erskine West - 06,4a,Challenged white communities,S02002285,Erskine West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202684 +202684,S00128371,7c1,Challenged Transitionaries,S01012208,Erskine West - 05,4a,Challenged white communities,S02002285,Erskine West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202685 +202685,S00128434,7c1,Challenged Transitionaries,S01012211,Bishopton - 01,5c,Comfortable neighbourhoods,S02002286,Bishopton,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202686 +202686,S00128437,7c1,Challenged Transitionaries,S01012211,Bishopton - 01,5c,Comfortable neighbourhoods,S02002286,Bishopton,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202687 +202687,S00128466,7c1,Challenged Transitionaries,S01012186,Renfrew North - 05,4a,Challenged white communities,S02002282,Renfrew North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202688 +202688,S00128499,7c1,Challenged Transitionaries,S01012047,Johnstone North East - 01,4d,Hard-pressed flat dwellers,S02002260,Johnstone North East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202689 +202689,S00128502,7c1,Challenged Transitionaries,S01012048,Johnstone North East - 02,4d,Hard-pressed flat dwellers,S02002260,Johnstone North East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202690 +202690,S00128504,7c1,Challenged Transitionaries,S01012045,Johnstone North West - 03,4d,Hard-pressed flat dwellers,S02002259,Johnstone North West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202691 +202691,S00128509,7c1,Challenged Transitionaries,S01012055,Johnstone South East - 04,4a,Challenged white communities,S02002261,Johnstone South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202692 +202692,S00128519,7c1,Challenged Transitionaries,S01012221,Linwood South - 05,4a,Challenged white communities,S02002287,Linwood South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202693 +202693,S00128522,7c1,Challenged Transitionaries,S01012222,Linwood South - 06,4a,Challenged white communities,S02002287,Linwood South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202694 +202694,S00128523,7c1,Challenged Transitionaries,S01012224,Linwood North - 02,4a,Challenged white communities,S02002288,Linwood North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202695 +202695,S00128524,7c1,Challenged Transitionaries,S01012219,Linwood South - 03,4a,Challenged white communities,S02002287,Linwood South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202696 +202696,S00128556,7c1,Challenged Transitionaries,S01012078,Paisley West - 05,5a,Ageing urban communities,S02002265,Paisley West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202697 +202697,S00128558,7c1,Challenged Transitionaries,S01012077,Paisley West - 04,4d,Hard-pressed flat dwellers,S02002265,Paisley West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202698 +202698,S00128559,7c1,Challenged Transitionaries,S01012079,Paisley West - 06,4a,Challenged white communities,S02002265,Paisley West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202699 +202699,S00128573,7c1,Challenged Transitionaries,S01012069,Paisley Ferguslie - 07,4d,Hard-pressed flat dwellers,S02002263,Paisley Ferguslie,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202700 +202700,S00128583,7c1,Challenged Transitionaries,S01012155,Paisley North - 03,4d,Hard-pressed flat dwellers,S02002278,Paisley North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202701 +202701,S00128586,7c1,Challenged Transitionaries,S01012217,Linwood South - 01,4d,Hard-pressed flat dwellers,S02002287,Linwood South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202702 +202702,S00128603,7c1,Challenged Transitionaries,S01012087,Paisley Foxbar - 07,4a,Challenged white communities,S02002266,Paisley Foxbar,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202703 +202703,S00127798,8c1,Ageing Industrious Workers,S01012107,Paisley South - 04,5a,Ageing urban communities,S02002270,Paisley South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202704 +202704,S00127545,7c1,Challenged Transitionaries,S01012041,Johnstone South West - 05,4a,Challenged white communities,S02002258,Johnstone South West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202705 +202705,S00127560,7c1,Challenged Transitionaries,S01012035,Kilbarchan - 03,5c,Comfortable neighbourhoods,S02002257,Kilbarchan,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202706 +202706,S00128823,7c1,Challenged Transitionaries,S01012151,Paisley Gallowhill and Hillington - 06,4d,Hard-pressed flat dwellers,S02002277,Paisley Gallowhill and Hillington,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202707 +202707,S00127832,8c1,Ageing Industrious Workers,S01012122,Paisley East - 03,5d,Endeavouring social renters,S02002273,Paisley East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202708 +202708,S00127568,7c1,Challenged Transitionaries,S01012033,Kilbarchan - 01,5c,Comfortable neighbourhoods,S02002257,Kilbarchan,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202709 +202709,S00128830,7c1,Challenged Transitionaries,S01012161,Renfrew West - 03,4d,Hard-pressed flat dwellers,S02002279,Renfrew West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202710 +202710,S00127888,8c1,Ageing Industrious Workers,S01012095,Paisley Glenburn West - 01,5c,Comfortable neighbourhoods,S02002268,Paisley Glenburn West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202711 +202711,S00128846,7c1,Challenged Transitionaries,S01012186,Renfrew North - 05,4a,Challenged white communities,S02002282,Renfrew North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202712 +202712,S00127572,7c1,Challenged Transitionaries,S01012033,Kilbarchan - 01,5c,Comfortable neighbourhoods,S02002257,Kilbarchan,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202713 +202713,S00127890,8c1,Ageing Industrious Workers,S01012104,Paisley South - 01,8c,Comfortable suburbia,S02002270,Paisley South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202714 +202714,S00128859,7c1,Challenged Transitionaries,S01012171,Renfrew South - 04,4a,Challenged white communities,S02002280,Renfrew South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202715 +202715,S00127573,7c1,Challenged Transitionaries,S01012034,Kilbarchan - 02,5c,Comfortable neighbourhoods,S02002257,Kilbarchan,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202716 +202716,S00127917,8c1,Ageing Industrious Workers,S01012100,Paisley Glenburn East - 01,4a,Challenged white communities,S02002269,Paisley Glenburn East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202717 +202717,S00127926,8c1,Ageing Industrious Workers,S01012103,Paisley Glenburn East - 04,5c,Comfortable neighbourhoods,S02002269,Paisley Glenburn East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202718 +202718,S00127993,8c1,Ageing Industrious Workers,S01012085,Paisley Foxbar - 05,5c,Comfortable neighbourhoods,S02002266,Paisley Foxbar,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202719 +202719,S00128029,8c1,Ageing Industrious Workers,S01012078,Paisley West - 05,5a,Ageing urban communities,S02002265,Paisley West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202720 +202720,S00128128,8c1,Ageing Industrious Workers,S01012162,Renfrew West - 04,4b,Constrained renters,S02002279,Renfrew West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202721 +202721,S00128237,8c1,Ageing Industrious Workers,S01012180,Renfrew East - 07,5c,Comfortable neighbourhoods,S02002281,Renfrew East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202722 +202722,S00128238,8c1,Ageing Industrious Workers,S01012180,Renfrew East - 07,5c,Comfortable neighbourhoods,S02002281,Renfrew East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202723 +202723,S00128333,8c1,Ageing Industrious Workers,S01012236,Houston North - 04,5c,Comfortable neighbourhoods,S02002290,Houston North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202724 +202724,S00128435,8c1,Ageing Industrious Workers,S01012211,Bishopton - 01,5c,Comfortable neighbourhoods,S02002286,Bishopton,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202725 +202725,S00128454,8c1,Ageing Industrious Workers,S01012158,Paisley North - 06,5a,Ageing urban communities,S02002278,Paisley North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202726 +202726,S00128477,8c1,Ageing Industrious Workers,S01012238,Bridge of Weir - 02,5c,Comfortable neighbourhoods,S02002291,Bridge of Weir,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202727 +202727,S00128539,8c1,Ageing Industrious Workers,S01012029,Renfrewshire Rural North and Langbank - 02,2a,Ageing rural neighbourhoods,S02002256,Renfrewshire Rural North and Langbank,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202728 +202728,S00128625,8c1,Ageing Industrious Workers,S01012202,Erskine Central - 06,5c,Comfortable neighbourhoods,S02002284,Erskine Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202729 +202729,S00128686,8c1,Ageing Industrious Workers,S01012224,Linwood North - 02,4a,Challenged white communities,S02002288,Linwood North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202730 +202730,S00128787,8c1,Ageing Industrious Workers,S01012087,Paisley Foxbar - 07,4a,Challenged white communities,S02002266,Paisley Foxbar,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202731 +202731,S00128798,8c1,Ageing Industrious Workers,S01012080,Paisley West - 07,4d,Hard-pressed flat dwellers,S02002265,Paisley West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202732 +202732,S00128500,1b3,Ageing Rural Flat Tenants,S01012030,Renfrewshire Rural North and Langbank - 03,2d,Rural traits,S02002256,Renfrewshire Rural North and Langbank,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202733 +202733,S00128291,8c2,Ageing Rural Industry Workers,S01012240,Bridge of Weir - 04,5c,Comfortable neighbourhoods,S02002291,Bridge of Weir,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202734 +202734,S00128554,1a3,Agricultural Communities,S01012032,Renfrewshire Rural North and Langbank - 05,2c,Remoter communities,S02002256,Renfrewshire Rural North and Langbank,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202735 +202735,S00128576,1a3,Agricultural Communities,S01012023,Renfrewshire Rural South and Howwood - 01,2c,Remoter communities,S02002255,Renfrewshire Rural South and Howwood,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202736 +202736,S00127383,7c1,Challenged Transitionaries,S01012029,Renfrewshire Rural North and Langbank - 02,2a,Ageing rural neighbourhoods,S02002256,Renfrewshire Rural North and Langbank,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202737 +202737,S00127403,7c1,Challenged Transitionaries,S01012059,Elderslie and Phoenix - 03,4a,Challenged white communities,S02002262,Elderslie and Phoenix,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202738 +202738,S00127407,7c1,Challenged Transitionaries,S01012060,Elderslie and Phoenix - 04,4a,Challenged white communities,S02002262,Elderslie and Phoenix,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202739 +202739,S00127409,7c1,Challenged Transitionaries,S01012060,Elderslie and Phoenix - 04,4a,Challenged white communities,S02002262,Elderslie and Phoenix,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202740 +202740,S00127414,7c1,Challenged Transitionaries,S01012059,Elderslie and Phoenix - 03,4a,Challenged white communities,S02002262,Elderslie and Phoenix,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202741 +202741,S00127427,7c1,Challenged Transitionaries,S01012061,Elderslie and Phoenix - 05,5c,Comfortable neighbourhoods,S02002262,Elderslie and Phoenix,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202742 +202742,S00127454,7c1,Challenged Transitionaries,S01012052,Johnstone South East - 01,4a,Challenged white communities,S02002261,Johnstone South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202743 +202743,S00127457,7c1,Challenged Transitionaries,S01012049,Johnstone North East - 03,4a,Challenged white communities,S02002260,Johnstone North East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202744 +202744,S00127459,7c1,Challenged Transitionaries,S01012050,Johnstone North East - 04,5c,Comfortable neighbourhoods,S02002260,Johnstone North East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202745 +202745,S00127463,7c1,Challenged Transitionaries,S01012049,Johnstone North East - 03,4a,Challenged white communities,S02002260,Johnstone North East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202746 +202746,S00127468,7c1,Challenged Transitionaries,S01012047,Johnstone North East - 01,4d,Hard-pressed flat dwellers,S02002260,Johnstone North East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202747 +202747,S00128860,7c1,Challenged Transitionaries,S01012171,Renfrew South - 04,4a,Challenged white communities,S02002280,Renfrew South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202748 +202748,S00127582,7c1,Challenged Transitionaries,S01012225,Linwood North - 03,4a,Challenged white communities,S02002288,Linwood North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202749 +202749,S00128861,7c1,Challenged Transitionaries,S01012171,Renfrew South - 04,4a,Challenged white communities,S02002280,Renfrew South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202750 +202750,S00128862,7c1,Challenged Transitionaries,S01012171,Renfrew South - 04,4a,Challenged white communities,S02002280,Renfrew South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202751 +202751,S00128870,7c1,Challenged Transitionaries,S01012170,Renfrew South - 03,4d,Hard-pressed flat dwellers,S02002280,Renfrew South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202752 +202752,S00128871,7c1,Challenged Transitionaries,S01012170,Renfrew South - 03,4d,Hard-pressed flat dwellers,S02002280,Renfrew South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202753 +202753,S00128875,7c1,Challenged Transitionaries,S01012020,Lochwinnoch - 02,5c,Comfortable neighbourhoods,S02002254,Lochwinnoch,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202754 +202754,S00128879,7c1,Challenged Transitionaries,S01012238,Bridge of Weir - 02,5c,Comfortable neighbourhoods,S02002291,Bridge of Weir,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202755 +202755,S00128895,7c1,Challenged Transitionaries,S01012209,Erskine West - 06,4a,Challenged white communities,S02002285,Erskine West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202756 +202756,S00127385,6a2,Comfortable Suburbia,S01012026,Renfrewshire Rural South and Howwood - 04,8c,Comfortable suburbia,S02002255,Renfrewshire Rural South and Howwood,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202757 +202757,S00127386,6a2,Comfortable Suburbia,S01012026,Renfrewshire Rural South and Howwood - 04,8c,Comfortable suburbia,S02002255,Renfrewshire Rural South and Howwood,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202758 +202758,S00127387,6a2,Comfortable Suburbia,S01012026,Renfrewshire Rural South and Howwood - 04,8c,Comfortable suburbia,S02002255,Renfrewshire Rural South and Howwood,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202759 +202759,S00127729,6a2,Comfortable Suburbia,S01012139,Paisley North East - 06,5c,Comfortable neighbourhoods,S02002275,Paisley North East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202760 +202760,S00127813,6a2,Comfortable Suburbia,S01012114,Paisley South East - 07,3c,Highly qualified professionals,S02002271,Paisley South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202761 +202761,S00127863,6a2,Comfortable Suburbia,S01012113,Paisley South East - 06,5c,Comfortable neighbourhoods,S02002271,Paisley South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202762 +202762,S00127865,6a2,Comfortable Suburbia,S01012114,Paisley South East - 07,3c,Highly qualified professionals,S02002271,Paisley South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202763 +202763,S00127983,6a2,Comfortable Suburbia,S01012094,Paisley South West - 07,8a,Affluent communities,S02002267,Paisley South West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202764 +202764,S00128277,6a2,Comfortable Suburbia,S01012242,Bridge of Weir - 06,8c,Comfortable suburbia,S02002291,Bridge of Weir,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202765 +202765,S00128278,6a2,Comfortable Suburbia,S01012242,Bridge of Weir - 06,8c,Comfortable suburbia,S02002291,Bridge of Weir,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202766 +202766,S00128279,6a2,Comfortable Suburbia,S01012242,Bridge of Weir - 06,8c,Comfortable suburbia,S02002291,Bridge of Weir,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202767 +202767,S00128281,6a2,Comfortable Suburbia,S01012242,Bridge of Weir - 06,8c,Comfortable suburbia,S02002291,Bridge of Weir,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202768 +202768,S00128284,6a2,Comfortable Suburbia,S01012241,Bridge of Weir - 05,8a,Affluent communities,S02002291,Bridge of Weir,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202769 +202769,S00128320,6a2,Comfortable Suburbia,S01012230,Houston South - 02,8c,Comfortable suburbia,S02002289,Houston South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202770 +202770,S00128323,6a2,Comfortable Suburbia,S01012232,Houston South - 04,8c,Comfortable suburbia,S02002289,Houston South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202771 +202771,S00128326,6a2,Comfortable Suburbia,S01012233,Houston North - 01,8b,Ageing suburbanites,S02002290,Houston North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202772 +202772,S00128328,6a2,Comfortable Suburbia,S01012235,Houston North - 03,8b,Ageing suburbanites,S02002290,Houston North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202773 +202773,S00128337,6a2,Comfortable Suburbia,S01012231,Houston South - 03,8c,Comfortable suburbia,S02002289,Houston South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202774 +202774,S00127583,7c1,Challenged Transitionaries,S01012225,Linwood North - 03,4a,Challenged white communities,S02002288,Linwood North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202775 +202775,S00127586,7c1,Challenged Transitionaries,S01012226,Linwood North - 04,4a,Challenged white communities,S02002288,Linwood North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202776 +202776,S00127587,7c1,Challenged Transitionaries,S01012226,Linwood North - 04,4a,Challenged white communities,S02002288,Linwood North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202777 +202777,S00127601,7c1,Challenged Transitionaries,S01012225,Linwood North - 03,4a,Challenged white communities,S02002288,Linwood North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202778 +202778,S00127605,7c1,Challenged Transitionaries,S01012219,Linwood South - 03,4a,Challenged white communities,S02002287,Linwood South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202779 +202779,S00127608,7c1,Challenged Transitionaries,S01012220,Linwood South - 04,4d,Hard-pressed flat dwellers,S02002287,Linwood South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202780 +202780,S00127610,7c1,Challenged Transitionaries,S01012221,Linwood South - 05,4a,Challenged white communities,S02002287,Linwood South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202781 +202781,S00127613,7c1,Challenged Transitionaries,S01012221,Linwood South - 05,4a,Challenged white communities,S02002287,Linwood South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202782 +202782,S00127616,7c1,Challenged Transitionaries,S01012222,Linwood South - 06,4a,Challenged white communities,S02002287,Linwood South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202783 +202783,S00127621,7c1,Challenged Transitionaries,S01012223,Linwood North - 01,4a,Challenged white communities,S02002288,Linwood North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202784 +202784,S00127622,7c1,Challenged Transitionaries,S01012223,Linwood North - 01,4a,Challenged white communities,S02002288,Linwood North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202785 +202785,S00127623,7c1,Challenged Transitionaries,S01012224,Linwood North - 02,4a,Challenged white communities,S02002288,Linwood North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202786 +202786,S00127625,7c1,Challenged Transitionaries,S01012224,Linwood North - 02,4a,Challenged white communities,S02002288,Linwood North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202787 +202787,S00127656,7c1,Challenged Transitionaries,S01012137,Paisley North East - 04,4d,Hard-pressed flat dwellers,S02002275,Paisley North East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202788 +202788,S00127660,7c1,Challenged Transitionaries,S01012125,Paisley East - 06,4d,Hard-pressed flat dwellers,S02002273,Paisley East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202789 +202789,S00127738,7c1,Challenged Transitionaries,S01012138,Paisley North East - 05,3c,Highly qualified professionals,S02002275,Paisley North East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202790 +202790,S00127821,7c1,Challenged Transitionaries,S01012113,Paisley South East - 06,5c,Comfortable neighbourhoods,S02002271,Paisley South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202791 +202791,S00127826,7c1,Challenged Transitionaries,S01012113,Paisley South East - 06,5c,Comfortable neighbourhoods,S02002271,Paisley South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202792 +202792,S00127829,7c1,Challenged Transitionaries,S01012122,Paisley East - 03,5d,Endeavouring social renters,S02002273,Paisley East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202793 +202793,S00127834,7c1,Challenged Transitionaries,S01012121,Paisley East - 02,4a,Challenged white communities,S02002273,Paisley East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202794 +202794,S00127835,7c1,Challenged Transitionaries,S01012121,Paisley East - 02,4a,Challenged white communities,S02002273,Paisley East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202795 +202795,S00127838,7c1,Challenged Transitionaries,S01012111,Paisley South East - 04,4d,Hard-pressed flat dwellers,S02002271,Paisley South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202796 +202796,S00127849,7c1,Challenged Transitionaries,S01012129,Paisley Central - 04,4d,Hard-pressed flat dwellers,S02002274,Paisley Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202797 +202797,S00127852,7c1,Challenged Transitionaries,S01012121,Paisley East - 02,4a,Challenged white communities,S02002273,Paisley East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202798 +202798,S00127872,7c1,Challenged Transitionaries,S01012115,Paisley Dykebar - 01,4a,Challenged white communities,S02002272,Paisley Dykebar,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202799 +202799,S00127875,7c1,Challenged Transitionaries,S01012115,Paisley Dykebar - 01,4a,Challenged white communities,S02002272,Paisley Dykebar,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202800 +202800,S00128589,7b1,Eastern European Communities,S01012220,Linwood South - 04,4d,Hard-pressed flat dwellers,S02002287,Linwood South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202801 +202801,S00128610,7b1,Eastern European Communities,S01012154,Paisley North - 02,4d,Hard-pressed flat dwellers,S02002278,Paisley North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202802 +202802,S00127604,7b1,Eastern European Communities,S01012218,Linwood South - 02,4d,Hard-pressed flat dwellers,S02002287,Linwood South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202803 +202803,S00128612,7b1,Eastern European Communities,S01012152,Paisley Gallowhill and Hillington - 07,4d,Hard-pressed flat dwellers,S02002277,Paisley Gallowhill and Hillington,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202804 +202804,S00128696,7b1,Eastern European Communities,S01012127,Paisley Central - 02,1a,Cosmopolitan student neighbourhoods,S02002274,Paisley Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202805 +202805,S00127629,7b1,Eastern European Communities,S01012129,Paisley Central - 04,4d,Hard-pressed flat dwellers,S02002274,Paisley Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202806 +202806,S00128815,7b1,Eastern European Communities,S01012154,Paisley North - 02,4d,Hard-pressed flat dwellers,S02002278,Paisley North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202807 +202807,S00127636,7b1,Eastern European Communities,S01012127,Paisley Central - 02,1a,Cosmopolitan student neighbourhoods,S02002274,Paisley Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202808 +202808,S00128834,7b1,Eastern European Communities,S01012161,Renfrew West - 03,4d,Hard-pressed flat dwellers,S02002279,Renfrew West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202809 +202809,S00127637,7b1,Eastern European Communities,S01012153,Paisley North - 01,4d,Hard-pressed flat dwellers,S02002278,Paisley North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202810 +202810,S00128858,7b1,Eastern European Communities,S01012166,Renfrew West - 08,4d,Hard-pressed flat dwellers,S02002279,Renfrew West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202811 +202811,S00127648,7b1,Eastern European Communities,S01012136,Paisley North East - 03,1a,Cosmopolitan student neighbourhoods,S02002275,Paisley North East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202812 +202812,S00127392,7b3,Endeavouring Flat Dwellers,S01012019,Lochwinnoch - 01,5c,Comfortable neighbourhoods,S02002254,Lochwinnoch,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202813 +202813,S00127657,7b1,Eastern European Communities,S01012125,Paisley East - 06,4d,Hard-pressed flat dwellers,S02002273,Paisley East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202814 +202814,S00128110,7c2,Constrained Young Families,S01012149,Paisley Gallowhill and Hillington - 04,5a,Ageing urban communities,S02002277,Paisley Gallowhill and Hillington,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202815 +202815,S00127393,7b3,Endeavouring Flat Dwellers,S01012078,Paisley West - 05,5a,Ageing urban communities,S02002265,Paisley West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202816 +202816,S00127666,7b1,Eastern European Communities,S01012125,Paisley East - 06,4d,Hard-pressed flat dwellers,S02002273,Paisley East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202817 +202817,S00127436,7b2,Deprived Neighbourhoods,S01012044,Johnstone North West - 02,4d,Hard-pressed flat dwellers,S02002259,Johnstone North West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202818 +202818,S00127702,7b3,Endeavouring Flat Dwellers,S01012132,Paisley Central - 07,1a,Cosmopolitan student neighbourhoods,S02002274,Paisley Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202819 +202819,S00127867,5b1,Delayed Retirement,S01012114,Paisley South East - 07,3c,Highly qualified professionals,S02002271,Paisley South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202820 +202820,S00127425,7b3,Endeavouring Flat Dwellers,S01012051,Johnstone North East - 05,5c,Comfortable neighbourhoods,S02002260,Johnstone North East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202821 +202821,S00127453,7b3,Endeavouring Flat Dwellers,S01012052,Johnstone South East - 01,4a,Challenged white communities,S02002261,Johnstone South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202822 +202822,S00127464,7b3,Endeavouring Flat Dwellers,S01012049,Johnstone North East - 03,4a,Challenged white communities,S02002260,Johnstone North East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202823 +202823,S00127470,7b3,Endeavouring Flat Dwellers,S01012047,Johnstone North East - 01,4d,Hard-pressed flat dwellers,S02002260,Johnstone North East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202824 +202824,S00127477,7b3,Endeavouring Flat Dwellers,S01012047,Johnstone North East - 01,4d,Hard-pressed flat dwellers,S02002260,Johnstone North East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202825 +202825,S00127478,7b3,Endeavouring Flat Dwellers,S01012045,Johnstone North West - 03,4d,Hard-pressed flat dwellers,S02002259,Johnstone North West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202826 +202826,S00127479,7b3,Endeavouring Flat Dwellers,S01012045,Johnstone North West - 03,4d,Hard-pressed flat dwellers,S02002259,Johnstone North West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202827 +202827,S00127481,7b3,Endeavouring Flat Dwellers,S01012045,Johnstone North West - 03,4d,Hard-pressed flat dwellers,S02002259,Johnstone North West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202828 +202828,S00127484,7b3,Endeavouring Flat Dwellers,S01012046,Johnstone North West - 04,4d,Hard-pressed flat dwellers,S02002259,Johnstone North West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202829 +202829,S00127488,7b3,Endeavouring Flat Dwellers,S01012045,Johnstone North West - 03,4d,Hard-pressed flat dwellers,S02002259,Johnstone North West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202830 +202830,S00127492,7b3,Endeavouring Flat Dwellers,S01012054,Johnstone South East - 03,4d,Hard-pressed flat dwellers,S02002261,Johnstone South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202831 +202831,S00127501,7b3,Endeavouring Flat Dwellers,S01012053,Johnstone South East - 02,4a,Challenged white communities,S02002261,Johnstone South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202832 +202832,S00127518,7b3,Endeavouring Flat Dwellers,S01012037,Johnstone South West - 01,4a,Challenged white communities,S02002258,Johnstone South West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202833 +202833,S00127548,7b3,Endeavouring Flat Dwellers,S01012053,Johnstone South East - 02,4a,Challenged white communities,S02002261,Johnstone South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202834 +202834,S00127562,7b3,Endeavouring Flat Dwellers,S01012034,Kilbarchan - 02,5c,Comfortable neighbourhoods,S02002257,Kilbarchan,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202835 +202835,S00127578,7b3,Endeavouring Flat Dwellers,S01012217,Linwood South - 01,4d,Hard-pressed flat dwellers,S02002287,Linwood South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202836 +202836,S00128165,7b3,Endeavouring Flat Dwellers,S01012185,Renfrew North - 04,4d,Hard-pressed flat dwellers,S02002282,Renfrew North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202837 +202837,S00128605,7b2,Deprived Neighbourhoods,S01012083,Paisley Foxbar - 03,4d,Hard-pressed flat dwellers,S02002266,Paisley Foxbar,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202838 +202838,S00127607,7b3,Endeavouring Flat Dwellers,S01012220,Linwood South - 04,4d,Hard-pressed flat dwellers,S02002287,Linwood South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202839 +202839,S00127612,7b3,Endeavouring Flat Dwellers,S01012221,Linwood South - 05,4a,Challenged white communities,S02002287,Linwood South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202840 +202840,S00127618,7b3,Endeavouring Flat Dwellers,S01012222,Linwood South - 06,4a,Challenged white communities,S02002287,Linwood South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202841 +202841,S00127638,7b3,Endeavouring Flat Dwellers,S01012135,Paisley North East - 02,4d,Hard-pressed flat dwellers,S02002275,Paisley North East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202842 +202842,S00127642,7b3,Endeavouring Flat Dwellers,S01012135,Paisley North East - 02,4d,Hard-pressed flat dwellers,S02002275,Paisley North East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202843 +202843,S00127643,7b3,Endeavouring Flat Dwellers,S01012135,Paisley North East - 02,4d,Hard-pressed flat dwellers,S02002275,Paisley North East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202844 +202844,S00127644,7b3,Endeavouring Flat Dwellers,S01012135,Paisley North East - 02,4d,Hard-pressed flat dwellers,S02002275,Paisley North East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202845 +202845,S00127645,7b3,Endeavouring Flat Dwellers,S01012135,Paisley North East - 02,4d,Hard-pressed flat dwellers,S02002275,Paisley North East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202846 +202846,S00127649,7b3,Endeavouring Flat Dwellers,S01012136,Paisley North East - 03,1a,Cosmopolitan student neighbourhoods,S02002275,Paisley North East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202847 +202847,S00127650,7b3,Endeavouring Flat Dwellers,S01012136,Paisley North East - 03,1a,Cosmopolitan student neighbourhoods,S02002275,Paisley North East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202848 +202848,S00127652,7b3,Endeavouring Flat Dwellers,S01012136,Paisley North East - 03,1a,Cosmopolitan student neighbourhoods,S02002275,Paisley North East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202849 +202849,S00127654,7b3,Endeavouring Flat Dwellers,S01012125,Paisley East - 06,4d,Hard-pressed flat dwellers,S02002273,Paisley East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202850 +202850,S00127655,7b3,Endeavouring Flat Dwellers,S01012125,Paisley East - 06,4d,Hard-pressed flat dwellers,S02002273,Paisley East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202851 +202851,S00127661,7b3,Endeavouring Flat Dwellers,S01012125,Paisley East - 06,4d,Hard-pressed flat dwellers,S02002273,Paisley East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202852 +202852,S00127667,7b3,Endeavouring Flat Dwellers,S01012125,Paisley East - 06,4d,Hard-pressed flat dwellers,S02002273,Paisley East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202853 +202853,S00127673,7b3,Endeavouring Flat Dwellers,S01012126,Paisley Central - 01,3c,Highly qualified professionals,S02002274,Paisley Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202854 +202854,S00127676,7b3,Endeavouring Flat Dwellers,S01012071,Paisley North West - 02,4d,Hard-pressed flat dwellers,S02002264,Paisley North West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202855 +202855,S00127677,7b3,Endeavouring Flat Dwellers,S01012071,Paisley North West - 02,4d,Hard-pressed flat dwellers,S02002264,Paisley North West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202856 +202856,S00127681,7b3,Endeavouring Flat Dwellers,S01012071,Paisley North West - 02,4d,Hard-pressed flat dwellers,S02002264,Paisley North West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202857 +202857,S00127694,7b3,Endeavouring Flat Dwellers,S01012131,Paisley Central - 06,1a,Cosmopolitan student neighbourhoods,S02002274,Paisley Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202858 +202858,S00127695,7b3,Endeavouring Flat Dwellers,S01012131,Paisley Central - 06,1a,Cosmopolitan student neighbourhoods,S02002274,Paisley Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202859 +202859,S00127696,7b3,Endeavouring Flat Dwellers,S01012131,Paisley Central - 06,1a,Cosmopolitan student neighbourhoods,S02002274,Paisley Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202860 +202860,S00127698,7b3,Endeavouring Flat Dwellers,S01012130,Paisley Central - 05,4d,Hard-pressed flat dwellers,S02002274,Paisley Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202861 +202861,S00127699,7b3,Endeavouring Flat Dwellers,S01012131,Paisley Central - 06,1a,Cosmopolitan student neighbourhoods,S02002274,Paisley Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202862 +202862,S00127701,7b3,Endeavouring Flat Dwellers,S01012131,Paisley Central - 06,1a,Cosmopolitan student neighbourhoods,S02002274,Paisley Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202863 +202863,S00128114,7c2,Constrained Young Families,S01012152,Paisley Gallowhill and Hillington - 07,4d,Hard-pressed flat dwellers,S02002277,Paisley Gallowhill and Hillington,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202864 +202864,S00127683,7b1,Eastern European Communities,S01012070,Paisley North West - 01,4d,Hard-pressed flat dwellers,S02002264,Paisley North West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202865 +202865,S00127709,7b3,Endeavouring Flat Dwellers,S01012071,Paisley North West - 02,4d,Hard-pressed flat dwellers,S02002264,Paisley North West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202866 +202866,S00128169,7c2,Constrained Young Families,S01012165,Renfrew West - 07,4d,Hard-pressed flat dwellers,S02002279,Renfrew West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202867 +202867,S00127684,7b1,Eastern European Communities,S01012070,Paisley North West - 01,4d,Hard-pressed flat dwellers,S02002264,Paisley North West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202868 +202868,S00127934,5b1,Delayed Retirement,S01012101,Paisley Glenburn East - 02,8b,Ageing suburbanites,S02002269,Paisley Glenburn East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202869 +202869,S00127437,7b2,Deprived Neighbourhoods,S01012044,Johnstone North West - 02,4d,Hard-pressed flat dwellers,S02002259,Johnstone North West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202870 +202870,S00128167,7b3,Endeavouring Flat Dwellers,S01012185,Renfrew North - 04,4d,Hard-pressed flat dwellers,S02002282,Renfrew North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202871 +202871,S00127716,7b3,Endeavouring Flat Dwellers,S01012072,Paisley North West - 03,4d,Hard-pressed flat dwellers,S02002264,Paisley North West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202872 +202872,S00127685,7b1,Eastern European Communities,S01012133,Paisley Central - 08,1a,Cosmopolitan student neighbourhoods,S02002274,Paisley Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202873 +202873,S00128170,7c2,Constrained Young Families,S01012165,Renfrew West - 07,4d,Hard-pressed flat dwellers,S02002279,Renfrew West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202874 +202874,S00127957,5b1,Delayed Retirement,S01012093,Paisley South West - 06,5c,Comfortable neighbourhoods,S02002267,Paisley South West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202875 +202875,S00128611,7b2,Deprived Neighbourhoods,S01012152,Paisley Gallowhill and Hillington - 07,4d,Hard-pressed flat dwellers,S02002277,Paisley Gallowhill and Hillington,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202876 +202876,S00127438,7b2,Deprived Neighbourhoods,S01012044,Johnstone North West - 02,4d,Hard-pressed flat dwellers,S02002259,Johnstone North West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202877 +202877,S00127445,7b2,Deprived Neighbourhoods,S01012046,Johnstone North West - 04,4d,Hard-pressed flat dwellers,S02002259,Johnstone North West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202878 +202878,S00127446,7b2,Deprived Neighbourhoods,S01012046,Johnstone North West - 04,4d,Hard-pressed flat dwellers,S02002259,Johnstone North West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202879 +202879,S00127461,7b2,Deprived Neighbourhoods,S01012050,Johnstone North East - 04,5c,Comfortable neighbourhoods,S02002260,Johnstone North East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202880 +202880,S00127469,7b2,Deprived Neighbourhoods,S01012047,Johnstone North East - 01,4d,Hard-pressed flat dwellers,S02002260,Johnstone North East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202881 +202881,S00127480,7b2,Deprived Neighbourhoods,S01012045,Johnstone North West - 03,4d,Hard-pressed flat dwellers,S02002259,Johnstone North West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202882 +202882,S00127482,7b2,Deprived Neighbourhoods,S01012046,Johnstone North West - 04,4d,Hard-pressed flat dwellers,S02002259,Johnstone North West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202883 +202883,S00127489,7b2,Deprived Neighbourhoods,S01012054,Johnstone South East - 03,4d,Hard-pressed flat dwellers,S02002261,Johnstone South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202884 +202884,S00127494,7b2,Deprived Neighbourhoods,S01012054,Johnstone South East - 03,4d,Hard-pressed flat dwellers,S02002261,Johnstone South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202885 +202885,S00127520,7b2,Deprived Neighbourhoods,S01012038,Johnstone South West - 02,4d,Hard-pressed flat dwellers,S02002258,Johnstone South West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202886 +202886,S00127523,7b2,Deprived Neighbourhoods,S01012038,Johnstone South West - 02,4d,Hard-pressed flat dwellers,S02002258,Johnstone South West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202887 +202887,S00127525,7b2,Deprived Neighbourhoods,S01012038,Johnstone South West - 02,4d,Hard-pressed flat dwellers,S02002258,Johnstone South West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202888 +202888,S00127640,7b2,Deprived Neighbourhoods,S01012135,Paisley North East - 02,4d,Hard-pressed flat dwellers,S02002275,Paisley North East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202889 +202889,S00127641,7b2,Deprived Neighbourhoods,S01012135,Paisley North East - 02,4d,Hard-pressed flat dwellers,S02002275,Paisley North East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202890 +202890,S00127653,7b2,Deprived Neighbourhoods,S01012136,Paisley North East - 03,1a,Cosmopolitan student neighbourhoods,S02002275,Paisley North East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202891 +202891,S00127658,7b2,Deprived Neighbourhoods,S01012125,Paisley East - 06,4d,Hard-pressed flat dwellers,S02002273,Paisley East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202892 +202892,S00127668,7b2,Deprived Neighbourhoods,S01012137,Paisley North East - 04,4d,Hard-pressed flat dwellers,S02002275,Paisley North East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202893 +202893,S00127675,7b2,Deprived Neighbourhoods,S01012072,Paisley North West - 03,4d,Hard-pressed flat dwellers,S02002264,Paisley North West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202894 +202894,S00127679,7b2,Deprived Neighbourhoods,S01012071,Paisley North West - 02,4d,Hard-pressed flat dwellers,S02002264,Paisley North West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202895 +202895,S00127682,7b2,Deprived Neighbourhoods,S01012070,Paisley North West - 01,4d,Hard-pressed flat dwellers,S02002264,Paisley North West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202896 +202896,S00127686,7b2,Deprived Neighbourhoods,S01012070,Paisley North West - 01,4d,Hard-pressed flat dwellers,S02002264,Paisley North West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202897 +202897,S00127721,7b2,Deprived Neighbourhoods,S01012072,Paisley North West - 03,4d,Hard-pressed flat dwellers,S02002264,Paisley North West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202898 +202898,S00127801,7b2,Deprived Neighbourhoods,S01012130,Paisley Central - 05,4d,Hard-pressed flat dwellers,S02002274,Paisley Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202899 +202899,S00127802,7b2,Deprived Neighbourhoods,S01012130,Paisley Central - 05,4d,Hard-pressed flat dwellers,S02002274,Paisley Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202900 +202900,S00127803,7b2,Deprived Neighbourhoods,S01012130,Paisley Central - 05,4d,Hard-pressed flat dwellers,S02002274,Paisley Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202901 +202901,S00127805,7b2,Deprived Neighbourhoods,S01012108,Paisley South East - 01,4d,Hard-pressed flat dwellers,S02002271,Paisley South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202902 +202902,S00127886,7b2,Deprived Neighbourhoods,S01012088,Paisley South West - 01,5c,Comfortable neighbourhoods,S02002267,Paisley South West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202903 +202903,S00127889,7b2,Deprived Neighbourhoods,S01012095,Paisley Glenburn West - 01,5c,Comfortable neighbourhoods,S02002268,Paisley Glenburn West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202904 +202904,S00127924,7b2,Deprived Neighbourhoods,S01012102,Paisley Glenburn East - 03,4d,Hard-pressed flat dwellers,S02002269,Paisley Glenburn East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202905 +202905,S00127930,7b2,Deprived Neighbourhoods,S01012102,Paisley Glenburn East - 03,4d,Hard-pressed flat dwellers,S02002269,Paisley Glenburn East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202906 +202906,S00127931,7b2,Deprived Neighbourhoods,S01012102,Paisley Glenburn East - 03,4d,Hard-pressed flat dwellers,S02002269,Paisley Glenburn East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202907 +202907,S00127963,7b2,Deprived Neighbourhoods,S01012079,Paisley West - 06,4a,Challenged white communities,S02002265,Paisley West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202908 +202908,S00127999,7b2,Deprived Neighbourhoods,S01012083,Paisley Foxbar - 03,4d,Hard-pressed flat dwellers,S02002266,Paisley Foxbar,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202909 +202909,S00128013,7b2,Deprived Neighbourhoods,S01012083,Paisley Foxbar - 03,4d,Hard-pressed flat dwellers,S02002266,Paisley Foxbar,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202910 +202910,S00128033,7b2,Deprived Neighbourhoods,S01012068,Paisley Ferguslie - 06,4d,Hard-pressed flat dwellers,S02002263,Paisley Ferguslie,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202911 +202911,S00128040,7b2,Deprived Neighbourhoods,S01012066,Paisley Ferguslie - 04,4d,Hard-pressed flat dwellers,S02002263,Paisley Ferguslie,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202912 +202912,S00128041,7b2,Deprived Neighbourhoods,S01012066,Paisley Ferguslie - 04,4d,Hard-pressed flat dwellers,S02002263,Paisley Ferguslie,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202913 +202913,S00128067,7b2,Deprived Neighbourhoods,S01012156,Paisley North - 04,4d,Hard-pressed flat dwellers,S02002278,Paisley North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202914 +202914,S00128089,7b2,Deprived Neighbourhoods,S01012148,Paisley Gallowhill and Hillington - 03,4d,Hard-pressed flat dwellers,S02002277,Paisley Gallowhill and Hillington,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202915 +202915,S00128094,7b2,Deprived Neighbourhoods,S01012147,Paisley Gallowhill and Hillington - 02,4d,Hard-pressed flat dwellers,S02002277,Paisley Gallowhill and Hillington,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202916 +202916,S00128100,7b2,Deprived Neighbourhoods,S01012151,Paisley Gallowhill and Hillington - 06,4d,Hard-pressed flat dwellers,S02002277,Paisley Gallowhill and Hillington,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202917 +202917,S00128134,7b2,Deprived Neighbourhoods,S01012163,Renfrew West - 05,4d,Hard-pressed flat dwellers,S02002279,Renfrew West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202918 +202918,S00128517,7b2,Deprived Neighbourhoods,S01012220,Linwood South - 04,4d,Hard-pressed flat dwellers,S02002287,Linwood South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202919 +202919,S00128518,7b2,Deprived Neighbourhoods,S01012220,Linwood South - 04,4d,Hard-pressed flat dwellers,S02002287,Linwood South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202920 +202920,S00128568,7b2,Deprived Neighbourhoods,S01012080,Paisley West - 07,4d,Hard-pressed flat dwellers,S02002265,Paisley West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202921 +202921,S00128574,7b2,Deprived Neighbourhoods,S01012069,Paisley Ferguslie - 07,4d,Hard-pressed flat dwellers,S02002263,Paisley Ferguslie,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202922 +202922,S00128575,7b2,Deprived Neighbourhoods,S01012068,Paisley Ferguslie - 06,4d,Hard-pressed flat dwellers,S02002263,Paisley Ferguslie,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202923 +202923,S00128590,7b2,Deprived Neighbourhoods,S01012220,Linwood South - 04,4d,Hard-pressed flat dwellers,S02002287,Linwood South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202924 +202924,S00127717,7b3,Endeavouring Flat Dwellers,S01012072,Paisley North West - 03,4d,Hard-pressed flat dwellers,S02002264,Paisley North West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202925 +202925,S00127689,7b1,Eastern European Communities,S01012127,Paisley Central - 02,1a,Cosmopolitan student neighbourhoods,S02002274,Paisley Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202926 +202926,S00128168,7b3,Endeavouring Flat Dwellers,S01012183,Renfrew North - 02,4d,Hard-pressed flat dwellers,S02002282,Renfrew North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202927 +202927,S00128174,7c2,Constrained Young Families,S01012165,Renfrew West - 07,4d,Hard-pressed flat dwellers,S02002279,Renfrew West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202928 +202928,S00128178,7c2,Constrained Young Families,S01012166,Renfrew West - 08,4d,Hard-pressed flat dwellers,S02002279,Renfrew West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202929 +202929,S00127965,5b1,Delayed Retirement,S01012093,Paisley South West - 06,5c,Comfortable neighbourhoods,S02002267,Paisley South West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202930 +202930,S00128182,7c2,Constrained Young Families,S01012187,Renfrew North - 06,4d,Hard-pressed flat dwellers,S02002282,Renfrew North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202931 +202931,S00127718,7b3,Endeavouring Flat Dwellers,S01012072,Paisley North West - 03,4d,Hard-pressed flat dwellers,S02002264,Paisley North West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202932 +202932,S00127971,5b1,Delayed Retirement,S01012092,Paisley South West - 05,5b,Aspiring urban households,S02002267,Paisley South West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202933 +202933,S00128217,7c2,Constrained Young Families,S01012170,Renfrew South - 03,4d,Hard-pressed flat dwellers,S02002280,Renfrew South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202934 +202934,S00127692,7b1,Eastern European Communities,S01012131,Paisley Central - 06,1a,Cosmopolitan student neighbourhoods,S02002274,Paisley Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202935 +202935,S00128684,7b2,Deprived Neighbourhoods,S01012218,Linwood South - 02,4d,Hard-pressed flat dwellers,S02002287,Linwood South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202936 +202936,S00128211,7b3,Endeavouring Flat Dwellers,S01012170,Renfrew South - 03,4d,Hard-pressed flat dwellers,S02002280,Renfrew South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202937 +202937,S00127723,7b3,Endeavouring Flat Dwellers,S01012134,Paisley North East - 01,3c,Highly qualified professionals,S02002275,Paisley North East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202938 +202938,S00127984,5b1,Delayed Retirement,S01012094,Paisley South West - 07,8a,Affluent communities,S02002267,Paisley South West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202939 +202939,S00128259,7c2,Constrained Young Families,S01012022,Lochwinnoch - 04,5c,Comfortable neighbourhoods,S02002254,Lochwinnoch,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202940 +202940,S00127704,7b1,Eastern European Communities,S01012132,Paisley Central - 07,1a,Cosmopolitan student neighbourhoods,S02002274,Paisley Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202941 +202941,S00128689,7b2,Deprived Neighbourhoods,S01012219,Linwood South - 03,4a,Challenged white communities,S02002287,Linwood South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202942 +202942,S00128462,7b3,Endeavouring Flat Dwellers,S01012161,Renfrew West - 03,4d,Hard-pressed flat dwellers,S02002279,Renfrew West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202943 +202943,S00127804,7b3,Endeavouring Flat Dwellers,S01012130,Paisley Central - 05,4d,Hard-pressed flat dwellers,S02002274,Paisley Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202944 +202944,S00128210,5b1,Delayed Retirement,S01012175,Renfrew East - 02,5b,Aspiring urban households,S02002281,Renfrew East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202945 +202945,S00128391,7c2,Constrained Young Families,S01012198,Erskine Central - 02,5a,Ageing urban communities,S02002284,Erskine Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202946 +202946,S00127705,7b1,Eastern European Communities,S01012132,Paisley Central - 07,1a,Cosmopolitan student neighbourhoods,S02002274,Paisley Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202947 +202947,S00127708,7b1,Eastern European Communities,S01012071,Paisley North West - 02,4d,Hard-pressed flat dwellers,S02002264,Paisley North West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202948 +202948,S00127710,7b1,Eastern European Communities,S01012071,Paisley North West - 02,4d,Hard-pressed flat dwellers,S02002264,Paisley North West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202949 +202949,S00127711,7b1,Eastern European Communities,S01012071,Paisley North West - 02,4d,Hard-pressed flat dwellers,S02002264,Paisley North West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202950 +202950,S00127712,7b1,Eastern European Communities,S01012073,Paisley North West - 04,3d,Households in terraces and flats,S02002264,Paisley North West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202951 +202951,S00127722,7b1,Eastern European Communities,S01012072,Paisley North West - 03,4d,Hard-pressed flat dwellers,S02002264,Paisley North West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202952 +202952,S00127840,7b1,Eastern European Communities,S01012111,Paisley South East - 04,4d,Hard-pressed flat dwellers,S02002271,Paisley South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202953 +202953,S00127843,7b1,Eastern European Communities,S01012109,Paisley South East - 02,4d,Hard-pressed flat dwellers,S02002271,Paisley South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202954 +202954,S00127848,7b1,Eastern European Communities,S01012109,Paisley South East - 02,4d,Hard-pressed flat dwellers,S02002271,Paisley South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202955 +202955,S00127925,7b1,Eastern European Communities,S01012099,Paisley Glenburn West - 05,4d,Hard-pressed flat dwellers,S02002268,Paisley Glenburn West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202956 +202956,S00127946,7b1,Eastern European Communities,S01012077,Paisley West - 04,4d,Hard-pressed flat dwellers,S02002265,Paisley West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202957 +202957,S00128000,7b1,Eastern European Communities,S01012086,Paisley Foxbar - 06,4a,Challenged white communities,S02002266,Paisley Foxbar,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202958 +202958,S00128026,7b1,Eastern European Communities,S01012080,Paisley West - 07,4d,Hard-pressed flat dwellers,S02002265,Paisley West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202959 +202959,S00128027,7b1,Eastern European Communities,S01012080,Paisley West - 07,4d,Hard-pressed flat dwellers,S02002265,Paisley West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202960 +202960,S00128043,7b1,Eastern European Communities,S01012154,Paisley North - 02,4d,Hard-pressed flat dwellers,S02002278,Paisley North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202961 +202961,S00128044,7b1,Eastern European Communities,S01012154,Paisley North - 02,4d,Hard-pressed flat dwellers,S02002278,Paisley North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202962 +202962,S00128046,7b1,Eastern European Communities,S01012153,Paisley North - 01,4d,Hard-pressed flat dwellers,S02002278,Paisley North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202963 +202963,S00128051,7b1,Eastern European Communities,S01012154,Paisley North - 02,4d,Hard-pressed flat dwellers,S02002278,Paisley North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202964 +202964,S00128065,7b1,Eastern European Communities,S01012156,Paisley North - 04,4d,Hard-pressed flat dwellers,S02002278,Paisley North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202965 +202965,S00128084,7b1,Eastern European Communities,S01012147,Paisley Gallowhill and Hillington - 02,4d,Hard-pressed flat dwellers,S02002277,Paisley Gallowhill and Hillington,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202966 +202966,S00128113,7b1,Eastern European Communities,S01012152,Paisley Gallowhill and Hillington - 07,4d,Hard-pressed flat dwellers,S02002277,Paisley Gallowhill and Hillington,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202967 +202967,S00128131,7b1,Eastern European Communities,S01012163,Renfrew West - 05,4d,Hard-pressed flat dwellers,S02002279,Renfrew West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202968 +202968,S00128135,7b1,Eastern European Communities,S01012167,Renfrew West - 09,4d,Hard-pressed flat dwellers,S02002279,Renfrew West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202969 +202969,S00128146,7b1,Eastern European Communities,S01012183,Renfrew North - 02,4d,Hard-pressed flat dwellers,S02002282,Renfrew North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202970 +202970,S00128147,7b1,Eastern European Communities,S01012183,Renfrew North - 02,4d,Hard-pressed flat dwellers,S02002282,Renfrew North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202971 +202971,S00128155,7b1,Eastern European Communities,S01012185,Renfrew North - 04,4d,Hard-pressed flat dwellers,S02002282,Renfrew North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202972 +202972,S00128163,7b1,Eastern European Communities,S01012185,Renfrew North - 04,4d,Hard-pressed flat dwellers,S02002282,Renfrew North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202973 +202973,S00128175,7b1,Eastern European Communities,S01012165,Renfrew West - 07,4d,Hard-pressed flat dwellers,S02002279,Renfrew West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202974 +202974,S00128180,7b1,Eastern European Communities,S01012166,Renfrew West - 08,4d,Hard-pressed flat dwellers,S02002279,Renfrew West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202975 +202975,S00128459,7b1,Eastern European Communities,S01012148,Paisley Gallowhill and Hillington - 03,4d,Hard-pressed flat dwellers,S02002277,Paisley Gallowhill and Hillington,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202976 +202976,S00128505,7b1,Eastern European Communities,S01012054,Johnstone South East - 03,4d,Hard-pressed flat dwellers,S02002261,Johnstone South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202977 +202977,S00128527,7b1,Eastern European Communities,S01012125,Paisley East - 06,4d,Hard-pressed flat dwellers,S02002273,Paisley East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202978 +202978,S00128531,7b1,Eastern European Communities,S01012071,Paisley North West - 02,4d,Hard-pressed flat dwellers,S02002264,Paisley North West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202979 +202979,S00128547,7b1,Eastern European Communities,S01012109,Paisley South East - 02,4d,Hard-pressed flat dwellers,S02002271,Paisley South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202980 +202980,S00128578,7b1,Eastern European Communities,S01012069,Paisley Ferguslie - 07,4d,Hard-pressed flat dwellers,S02002263,Paisley Ferguslie,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202981 +202981,S00128580,7b1,Eastern European Communities,S01012066,Paisley Ferguslie - 04,4d,Hard-pressed flat dwellers,S02002263,Paisley Ferguslie,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202982 +202982,S00128581,7b1,Eastern European Communities,S01012066,Paisley Ferguslie - 04,4d,Hard-pressed flat dwellers,S02002263,Paisley Ferguslie,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202983 +202983,S00128690,7b2,Deprived Neighbourhoods,S01012219,Linwood South - 03,4a,Challenged white communities,S02002287,Linwood South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202984 +202984,S00128243,5b1,Delayed Retirement,S01012175,Renfrew East - 02,5b,Aspiring urban households,S02002281,Renfrew East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202985 +202985,S00128464,7b3,Endeavouring Flat Dwellers,S01012165,Renfrew West - 07,4d,Hard-pressed flat dwellers,S02002279,Renfrew West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202986 +202986,S00127806,7b3,Endeavouring Flat Dwellers,S01012108,Paisley South East - 01,4d,Hard-pressed flat dwellers,S02002271,Paisley South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202987 +202987,S00128457,7c2,Constrained Young Families,S01012157,Paisley North - 05,4d,Hard-pressed flat dwellers,S02002278,Paisley North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202988 +202988,S00128702,7b2,Deprived Neighbourhoods,S01012137,Paisley North East - 04,4d,Hard-pressed flat dwellers,S02002275,Paisley North East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202989 +202989,S00128512,7b3,Endeavouring Flat Dwellers,S01012035,Kilbarchan - 03,5c,Comfortable neighbourhoods,S02002257,Kilbarchan,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202990 +202990,S00127807,7b3,Endeavouring Flat Dwellers,S01012108,Paisley South East - 01,4d,Hard-pressed flat dwellers,S02002271,Paisley South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202991 +202991,S00128246,5b1,Delayed Retirement,S01012176,Renfrew East - 03,8c,Comfortable suburbia,S02002281,Renfrew East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202992 +202992,S00128465,7c2,Constrained Young Families,S01012165,Renfrew West - 07,4d,Hard-pressed flat dwellers,S02002279,Renfrew West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202993 +202993,S00128793,7b2,Deprived Neighbourhoods,S01012082,Paisley Foxbar - 02,4a,Challenged white communities,S02002266,Paisley Foxbar,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202994 +202994,S00128525,7b3,Endeavouring Flat Dwellers,S01012135,Paisley North East - 02,4d,Hard-pressed flat dwellers,S02002275,Paisley North East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202995 +202995,S00127808,7b3,Endeavouring Flat Dwellers,S01012108,Paisley South East - 01,4d,Hard-pressed flat dwellers,S02002271,Paisley South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202996 +202996,S00128283,5b1,Delayed Retirement,S01012241,Bridge of Weir - 05,8a,Affluent communities,S02002291,Bridge of Weir,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202997 +202997,S00128503,7c2,Constrained Young Families,S01012046,Johnstone North West - 04,4d,Hard-pressed flat dwellers,S02002259,Johnstone North West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202998 +202998,S00128794,7b2,Deprived Neighbourhoods,S01012082,Paisley Foxbar - 02,4a,Challenged white communities,S02002266,Paisley Foxbar,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,202999 +202999,S00128526,7b3,Endeavouring Flat Dwellers,S01012135,Paisley North East - 02,4d,Hard-pressed flat dwellers,S02002275,Paisley North East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203000 +203000,S00128528,7b3,Endeavouring Flat Dwellers,S01012070,Paisley North West - 01,4d,Hard-pressed flat dwellers,S02002264,Paisley North West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203001 +203001,S00128535,7b3,Endeavouring Flat Dwellers,S01012072,Paisley North West - 03,4d,Hard-pressed flat dwellers,S02002264,Paisley North West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203002 +203002,S00128544,7b3,Endeavouring Flat Dwellers,S01012129,Paisley Central - 04,4d,Hard-pressed flat dwellers,S02002274,Paisley Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203003 +203003,S00128546,7b3,Endeavouring Flat Dwellers,S01012109,Paisley South East - 02,4d,Hard-pressed flat dwellers,S02002271,Paisley South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203004 +203004,S00128548,7b3,Endeavouring Flat Dwellers,S01012109,Paisley South East - 02,4d,Hard-pressed flat dwellers,S02002271,Paisley South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203005 +203005,S00128549,7b3,Endeavouring Flat Dwellers,S01012129,Paisley Central - 04,4d,Hard-pressed flat dwellers,S02002274,Paisley Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203006 +203006,S00128557,7b3,Endeavouring Flat Dwellers,S01012077,Paisley West - 04,4d,Hard-pressed flat dwellers,S02002265,Paisley West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203007 +203007,S00128591,7b3,Endeavouring Flat Dwellers,S01012070,Paisley North West - 01,4d,Hard-pressed flat dwellers,S02002264,Paisley North West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203008 +203008,S00128592,7b3,Endeavouring Flat Dwellers,S01012070,Paisley North West - 01,4d,Hard-pressed flat dwellers,S02002264,Paisley North West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203009 +203009,S00128669,7b3,Endeavouring Flat Dwellers,S01012045,Johnstone North West - 03,4d,Hard-pressed flat dwellers,S02002259,Johnstone North West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203010 +203010,S00128670,7b3,Endeavouring Flat Dwellers,S01012045,Johnstone North West - 03,4d,Hard-pressed flat dwellers,S02002259,Johnstone North West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203011 +203011,S00128677,7b3,Endeavouring Flat Dwellers,S01012038,Johnstone South West - 02,4d,Hard-pressed flat dwellers,S02002258,Johnstone South West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203012 +203012,S00128697,7b3,Endeavouring Flat Dwellers,S01012127,Paisley Central - 02,1a,Cosmopolitan student neighbourhoods,S02002274,Paisley Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203013 +203013,S00128699,7b3,Endeavouring Flat Dwellers,S01012137,Paisley North East - 04,4d,Hard-pressed flat dwellers,S02002275,Paisley North East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203014 +203014,S00128701,7b3,Endeavouring Flat Dwellers,S01012137,Paisley North East - 04,4d,Hard-pressed flat dwellers,S02002275,Paisley North East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203015 +203015,S00128703,7b3,Endeavouring Flat Dwellers,S01012135,Paisley North East - 02,4d,Hard-pressed flat dwellers,S02002275,Paisley North East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203016 +203016,S00128713,7b3,Endeavouring Flat Dwellers,S01012070,Paisley North West - 01,4d,Hard-pressed flat dwellers,S02002264,Paisley North West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203017 +203017,S00128722,7b3,Endeavouring Flat Dwellers,S01012072,Paisley North West - 03,4d,Hard-pressed flat dwellers,S02002264,Paisley North West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203018 +203018,S00128743,7b3,Endeavouring Flat Dwellers,S01012106,Paisley South - 03,8c,Comfortable suburbia,S02002270,Paisley South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203019 +203019,S00128744,7b3,Endeavouring Flat Dwellers,S01012105,Paisley South - 02,5c,Comfortable neighbourhoods,S02002270,Paisley South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203020 +203020,S00128756,7b3,Endeavouring Flat Dwellers,S01012110,Paisley South East - 03,4d,Hard-pressed flat dwellers,S02002271,Paisley South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203021 +203021,S00128779,7b3,Endeavouring Flat Dwellers,S01012103,Paisley Glenburn East - 04,5c,Comfortable neighbourhoods,S02002269,Paisley Glenburn East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203022 +203022,S00128813,7b3,Endeavouring Flat Dwellers,S01012153,Paisley North - 01,4d,Hard-pressed flat dwellers,S02002278,Paisley North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203023 +203023,S00128831,7b3,Endeavouring Flat Dwellers,S01012161,Renfrew West - 03,4d,Hard-pressed flat dwellers,S02002279,Renfrew West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203024 +203024,S00128832,7b3,Endeavouring Flat Dwellers,S01012161,Renfrew West - 03,4d,Hard-pressed flat dwellers,S02002279,Renfrew West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203025 +203025,S00128833,7b3,Endeavouring Flat Dwellers,S01012162,Renfrew West - 04,4b,Constrained renters,S02002279,Renfrew West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203026 +203026,S00128849,7b3,Endeavouring Flat Dwellers,S01012185,Renfrew North - 04,4d,Hard-pressed flat dwellers,S02002282,Renfrew North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203027 +203027,S00128857,7b3,Endeavouring Flat Dwellers,S01012166,Renfrew West - 08,4d,Hard-pressed flat dwellers,S02002279,Renfrew West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203028 +203028,S00128878,7b3,Endeavouring Flat Dwellers,S01012238,Bridge of Weir - 02,5c,Comfortable neighbourhoods,S02002291,Bridge of Weir,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203029 +203029,S00128892,7b3,Endeavouring Flat Dwellers,S01012210,Erskine West - 07,4a,Challenged white communities,S02002285,Erskine West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203030 +203030,S00128644,1a2,Established Farming Communities,S01012023,Renfrewshire Rural South and Howwood - 01,2c,Remoter communities,S02002255,Renfrewshire Rural South and Howwood,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203031 +203031,S00128646,1a2,Established Farming Communities,S01012032,Renfrewshire Rural North and Langbank - 05,2c,Remoter communities,S02002256,Renfrewshire Rural North and Langbank,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203032 +203032,S00127384,5a3,Families in Terraces and Flats,S01012029,Renfrewshire Rural North and Langbank - 02,2a,Ageing rural neighbourhoods,S02002256,Renfrewshire Rural North and Langbank,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203033 +203033,S00127426,5a3,Families in Terraces and Flats,S01012061,Elderslie and Phoenix - 05,5c,Comfortable neighbourhoods,S02002262,Elderslie and Phoenix,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203034 +203034,S00127473,5a3,Families in Terraces and Flats,S01012048,Johnstone North East - 02,4d,Hard-pressed flat dwellers,S02002260,Johnstone North East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203035 +203035,S00127553,5a3,Families in Terraces and Flats,S01012036,Kilbarchan - 04,8b,Ageing suburbanites,S02002257,Kilbarchan,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203036 +203036,S00127665,5a3,Families in Terraces and Flats,S01012124,Paisley East - 05,3d,Households in terraces and flats,S02002273,Paisley East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203037 +203037,S00127744,5a3,Families in Terraces and Flats,S01012138,Paisley North East - 05,3c,Highly qualified professionals,S02002275,Paisley North East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203038 +203038,S00127770,5a3,Families in Terraces and Flats,S01012144,Paisley Ralston - 04,5c,Comfortable neighbourhoods,S02002276,Paisley Ralston,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203039 +203039,S00127777,5a3,Families in Terraces and Flats,S01012141,Paisley Ralston - 01,8c,Comfortable suburbia,S02002276,Paisley Ralston,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203040 +203040,S00127796,5a3,Families in Terraces and Flats,S01012130,Paisley Central - 05,4d,Hard-pressed flat dwellers,S02002274,Paisley Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203041 +203041,S00127815,7b3,Endeavouring Flat Dwellers,S01012110,Paisley South East - 03,4d,Hard-pressed flat dwellers,S02002271,Paisley South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203042 +203042,S00128507,7c2,Constrained Young Families,S01012038,Johnstone South West - 02,4d,Hard-pressed flat dwellers,S02002258,Johnstone South West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203043 +203043,S00128521,7c2,Constrained Young Families,S01012223,Linwood North - 01,4a,Challenged white communities,S02002288,Linwood North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203044 +203044,S00128555,7c2,Constrained Young Families,S01012079,Paisley West - 06,4a,Challenged white communities,S02002265,Paisley West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203045 +203045,S00127549,6a3,Detached Retirement Living,S01012036,Kilbarchan - 04,8b,Ageing suburbanites,S02002257,Kilbarchan,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203046 +203046,S00127820,7b3,Endeavouring Flat Dwellers,S01012112,Paisley South East - 05,5c,Comfortable neighbourhoods,S02002271,Paisley South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203047 +203047,S00128566,7c2,Constrained Young Families,S01012081,Paisley Foxbar - 01,4d,Hard-pressed flat dwellers,S02002266,Paisley Foxbar,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203048 +203048,S00127574,6a3,Detached Retirement Living,S01012033,Kilbarchan - 01,5c,Comfortable neighbourhoods,S02002257,Kilbarchan,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203049 +203049,S00127841,7b3,Endeavouring Flat Dwellers,S01012109,Paisley South East - 02,4d,Hard-pressed flat dwellers,S02002271,Paisley South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203050 +203050,S00128306,5b1,Delayed Retirement,S01012237,Bridge of Weir - 01,8a,Affluent communities,S02002291,Bridge of Weir,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203051 +203051,S00128567,7c2,Constrained Young Families,S01012081,Paisley Foxbar - 01,4d,Hard-pressed flat dwellers,S02002266,Paisley Foxbar,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203052 +203052,S00128570,7c2,Constrained Young Families,S01012080,Paisley West - 07,4d,Hard-pressed flat dwellers,S02002265,Paisley West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203053 +203053,S00128571,7c2,Constrained Young Families,S01012064,Paisley Ferguslie - 02,4d,Hard-pressed flat dwellers,S02002263,Paisley Ferguslie,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203054 +203054,S00128572,7c2,Constrained Young Families,S01012068,Paisley Ferguslie - 06,4d,Hard-pressed flat dwellers,S02002263,Paisley Ferguslie,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203055 +203055,S00128577,7c2,Constrained Young Families,S01012069,Paisley Ferguslie - 07,4d,Hard-pressed flat dwellers,S02002263,Paisley Ferguslie,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203056 +203056,S00128579,7c2,Constrained Young Families,S01012068,Paisley Ferguslie - 06,4d,Hard-pressed flat dwellers,S02002263,Paisley Ferguslie,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203057 +203057,S00128683,7c2,Constrained Young Families,S01012041,Johnstone South West - 05,4a,Challenged white communities,S02002258,Johnstone South West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203058 +203058,S00128796,7c2,Constrained Young Families,S01012081,Paisley Foxbar - 01,4d,Hard-pressed flat dwellers,S02002266,Paisley Foxbar,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203059 +203059,S00128802,7c2,Constrained Young Families,S01012067,Paisley Ferguslie - 05,4a,Challenged white communities,S02002263,Paisley Ferguslie,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203060 +203060,S00128803,7c2,Constrained Young Families,S01012068,Paisley Ferguslie - 06,4d,Hard-pressed flat dwellers,S02002263,Paisley Ferguslie,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203061 +203061,S00128804,7c2,Constrained Young Families,S01012067,Paisley Ferguslie - 05,4a,Challenged white communities,S02002263,Paisley Ferguslie,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203062 +203062,S00128807,7c2,Constrained Young Families,S01012064,Paisley Ferguslie - 02,4d,Hard-pressed flat dwellers,S02002263,Paisley Ferguslie,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203063 +203063,S00128809,7c2,Constrained Young Families,S01012065,Paisley Ferguslie - 03,4d,Hard-pressed flat dwellers,S02002263,Paisley Ferguslie,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203064 +203064,S00128810,7c2,Constrained Young Families,S01012065,Paisley Ferguslie - 03,4d,Hard-pressed flat dwellers,S02002263,Paisley Ferguslie,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203065 +203065,S00128828,7c2,Constrained Young Families,S01012150,Paisley Gallowhill and Hillington - 05,4a,Challenged white communities,S02002277,Paisley Gallowhill and Hillington,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203066 +203066,S00128835,7c2,Constrained Young Families,S01012162,Renfrew West - 04,4b,Constrained renters,S02002279,Renfrew West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203067 +203067,S00128847,7c2,Constrained Young Families,S01012186,Renfrew North - 05,4a,Challenged white communities,S02002282,Renfrew North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203068 +203068,S00128937,7c2,Constrained Young Families,S01012064,Paisley Ferguslie - 02,4d,Hard-pressed flat dwellers,S02002263,Paisley Ferguslie,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203069 +203069,S00128938,7c2,Constrained Young Families,S01012065,Paisley Ferguslie - 03,4d,Hard-pressed flat dwellers,S02002263,Paisley Ferguslie,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203070 +203070,S00127456,5b1,Delayed Retirement,S01012052,Johnstone South East - 01,4a,Challenged white communities,S02002261,Johnstone South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203071 +203071,S00127669,5b1,Delayed Retirement,S01012126,Paisley Central - 01,3c,Highly qualified professionals,S02002274,Paisley Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203072 +203072,S00127687,5b1,Delayed Retirement,S01012133,Paisley Central - 08,1a,Cosmopolitan student neighbourhoods,S02002274,Paisley Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203073 +203073,S00127714,5b1,Delayed Retirement,S01012073,Paisley North West - 04,3d,Households in terraces and flats,S02002264,Paisley North West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203074 +203074,S00127724,5b1,Delayed Retirement,S01012134,Paisley North East - 01,3c,Highly qualified professionals,S02002275,Paisley North East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203075 +203075,S00127726,5b1,Delayed Retirement,S01012134,Paisley North East - 01,3c,Highly qualified professionals,S02002275,Paisley North East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203076 +203076,S00127745,5b1,Delayed Retirement,S01012138,Paisley North East - 05,3c,Highly qualified professionals,S02002275,Paisley North East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203077 +203077,S00127747,5b1,Delayed Retirement,S01012138,Paisley North East - 05,3c,Highly qualified professionals,S02002275,Paisley North East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203078 +203078,S00127790,5b1,Delayed Retirement,S01012105,Paisley South - 02,5c,Comfortable neighbourhoods,S02002270,Paisley South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203079 +203079,S00127792,5b1,Delayed Retirement,S01012107,Paisley South - 04,5a,Ageing urban communities,S02002270,Paisley South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203080 +203080,S00127793,5b1,Delayed Retirement,S01012107,Paisley South - 04,5a,Ageing urban communities,S02002270,Paisley South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203081 +203081,S00127809,5b1,Delayed Retirement,S01012106,Paisley South - 03,8c,Comfortable suburbia,S02002270,Paisley South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203082 +203082,S00127812,5b1,Delayed Retirement,S01012105,Paisley South - 02,5c,Comfortable neighbourhoods,S02002270,Paisley South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203083 +203083,S00127836,5b1,Delayed Retirement,S01012123,Paisley East - 04,4d,Hard-pressed flat dwellers,S02002273,Paisley East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203084 +203084,S00128467,5b1,Delayed Retirement,S01012175,Renfrew East - 02,5b,Aspiring urban households,S02002281,Renfrew East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203085 +203085,S00127844,7b3,Endeavouring Flat Dwellers,S01012109,Paisley South East - 02,4d,Hard-pressed flat dwellers,S02002271,Paisley South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203086 +203086,S00127754,6a3,Detached Retirement Living,S01012145,Paisley Ralston - 05,8a,Affluent communities,S02002276,Paisley Ralston,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203087 +203087,S00128471,5b1,Delayed Retirement,S01012019,Lochwinnoch - 01,5c,Comfortable neighbourhoods,S02002254,Lochwinnoch,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203088 +203088,S00127944,7b3,Endeavouring Flat Dwellers,S01012077,Paisley West - 04,4d,Hard-pressed flat dwellers,S02002265,Paisley West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203089 +203089,S00128472,5b1,Delayed Retirement,S01012020,Lochwinnoch - 02,5c,Comfortable neighbourhoods,S02002254,Lochwinnoch,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203090 +203090,S00127756,6a3,Detached Retirement Living,S01012143,Paisley Ralston - 03,8b,Ageing suburbanites,S02002276,Paisley Ralston,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203091 +203091,S00127948,7b3,Endeavouring Flat Dwellers,S01012077,Paisley West - 04,4d,Hard-pressed flat dwellers,S02002265,Paisley West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203092 +203092,S00128476,5b1,Delayed Retirement,S01012240,Bridge of Weir - 04,5c,Comfortable neighbourhoods,S02002291,Bridge of Weir,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203093 +203093,S00127757,6a3,Detached Retirement Living,S01012143,Paisley Ralston - 03,8b,Ageing suburbanites,S02002276,Paisley Ralston,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203094 +203094,S00128037,7b3,Endeavouring Flat Dwellers,S01012069,Paisley Ferguslie - 07,4d,Hard-pressed flat dwellers,S02002263,Paisley Ferguslie,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203095 +203095,S00128478,5b1,Delayed Retirement,S01012241,Bridge of Weir - 05,8a,Affluent communities,S02002291,Bridge of Weir,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203096 +203096,S00127761,6a3,Detached Retirement Living,S01012143,Paisley Ralston - 03,8b,Ageing suburbanites,S02002276,Paisley Ralston,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203097 +203097,S00128045,7b3,Endeavouring Flat Dwellers,S01012153,Paisley North - 01,4d,Hard-pressed flat dwellers,S02002278,Paisley North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203098 +203098,S00128564,5b1,Delayed Retirement,S01012030,Renfrewshire Rural North and Langbank - 03,2d,Rural traits,S02002256,Renfrewshire Rural North and Langbank,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203099 +203099,S00127774,6a3,Detached Retirement Living,S01012141,Paisley Ralston - 01,8c,Comfortable suburbia,S02002276,Paisley Ralston,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203100 +203100,S00128047,7b3,Endeavouring Flat Dwellers,S01012153,Paisley North - 01,4d,Hard-pressed flat dwellers,S02002278,Paisley North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203101 +203101,S00128715,5b1,Delayed Retirement,S01012133,Paisley Central - 08,1a,Cosmopolitan student neighbourhoods,S02002274,Paisley Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203102 +203102,S00127862,6a3,Detached Retirement Living,S01012113,Paisley South East - 06,5c,Comfortable neighbourhoods,S02002271,Paisley South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203103 +203103,S00128048,7b3,Endeavouring Flat Dwellers,S01012154,Paisley North - 02,4d,Hard-pressed flat dwellers,S02002278,Paisley North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203104 +203104,S00128049,7b3,Endeavouring Flat Dwellers,S01012155,Paisley North - 03,4d,Hard-pressed flat dwellers,S02002278,Paisley North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203105 +203105,S00128050,7b3,Endeavouring Flat Dwellers,S01012155,Paisley North - 03,4d,Hard-pressed flat dwellers,S02002278,Paisley North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203106 +203106,S00128053,7b3,Endeavouring Flat Dwellers,S01012155,Paisley North - 03,4d,Hard-pressed flat dwellers,S02002278,Paisley North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203107 +203107,S00128055,7b3,Endeavouring Flat Dwellers,S01012158,Paisley North - 06,5a,Ageing urban communities,S02002278,Paisley North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203108 +203108,S00128066,7b3,Endeavouring Flat Dwellers,S01012156,Paisley North - 04,4d,Hard-pressed flat dwellers,S02002278,Paisley North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203109 +203109,S00128068,7b3,Endeavouring Flat Dwellers,S01012156,Paisley North - 04,4d,Hard-pressed flat dwellers,S02002278,Paisley North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203110 +203110,S00128073,7b3,Endeavouring Flat Dwellers,S01012146,Paisley Gallowhill and Hillington - 01,4d,Hard-pressed flat dwellers,S02002277,Paisley Gallowhill and Hillington,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203111 +203111,S00128074,7b3,Endeavouring Flat Dwellers,S01012146,Paisley Gallowhill and Hillington - 01,4d,Hard-pressed flat dwellers,S02002277,Paisley Gallowhill and Hillington,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203112 +203112,S00128076,7b3,Endeavouring Flat Dwellers,S01012146,Paisley Gallowhill and Hillington - 01,4d,Hard-pressed flat dwellers,S02002277,Paisley Gallowhill and Hillington,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203113 +203113,S00128077,7b3,Endeavouring Flat Dwellers,S01012146,Paisley Gallowhill and Hillington - 01,4d,Hard-pressed flat dwellers,S02002277,Paisley Gallowhill and Hillington,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203114 +203114,S00128079,7b3,Endeavouring Flat Dwellers,S01012146,Paisley Gallowhill and Hillington - 01,4d,Hard-pressed flat dwellers,S02002277,Paisley Gallowhill and Hillington,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203115 +203115,S00128080,7b3,Endeavouring Flat Dwellers,S01012146,Paisley Gallowhill and Hillington - 01,4d,Hard-pressed flat dwellers,S02002277,Paisley Gallowhill and Hillington,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203116 +203116,S00128081,7b3,Endeavouring Flat Dwellers,S01012147,Paisley Gallowhill and Hillington - 02,4d,Hard-pressed flat dwellers,S02002277,Paisley Gallowhill and Hillington,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203117 +203117,S00128082,7b3,Endeavouring Flat Dwellers,S01012146,Paisley Gallowhill and Hillington - 01,4d,Hard-pressed flat dwellers,S02002277,Paisley Gallowhill and Hillington,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203118 +203118,S00128083,7b3,Endeavouring Flat Dwellers,S01012148,Paisley Gallowhill and Hillington - 03,4d,Hard-pressed flat dwellers,S02002277,Paisley Gallowhill and Hillington,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203119 +203119,S00128087,7b3,Endeavouring Flat Dwellers,S01012148,Paisley Gallowhill and Hillington - 03,4d,Hard-pressed flat dwellers,S02002277,Paisley Gallowhill and Hillington,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203120 +203120,S00128088,7b3,Endeavouring Flat Dwellers,S01012148,Paisley Gallowhill and Hillington - 03,4d,Hard-pressed flat dwellers,S02002277,Paisley Gallowhill and Hillington,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203121 +203121,S00128090,7b3,Endeavouring Flat Dwellers,S01012148,Paisley Gallowhill and Hillington - 03,4d,Hard-pressed flat dwellers,S02002277,Paisley Gallowhill and Hillington,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203122 +203122,S00128092,7b3,Endeavouring Flat Dwellers,S01012147,Paisley Gallowhill and Hillington - 02,4d,Hard-pressed flat dwellers,S02002277,Paisley Gallowhill and Hillington,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203123 +203123,S00128093,7b3,Endeavouring Flat Dwellers,S01012147,Paisley Gallowhill and Hillington - 02,4d,Hard-pressed flat dwellers,S02002277,Paisley Gallowhill and Hillington,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203124 +203124,S00128111,7b3,Endeavouring Flat Dwellers,S01012149,Paisley Gallowhill and Hillington - 04,5a,Ageing urban communities,S02002277,Paisley Gallowhill and Hillington,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203125 +203125,S00128125,7b3,Endeavouring Flat Dwellers,S01012162,Renfrew West - 04,4b,Constrained renters,S02002279,Renfrew West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203126 +203126,S00128126,7b3,Endeavouring Flat Dwellers,S01012169,Renfrew South - 02,4a,Challenged white communities,S02002280,Renfrew South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203127 +203127,S00128136,7b3,Endeavouring Flat Dwellers,S01012167,Renfrew West - 09,4d,Hard-pressed flat dwellers,S02002279,Renfrew West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203128 +203128,S00128141,7b3,Endeavouring Flat Dwellers,S01012179,Renfrew East - 06,5c,Comfortable neighbourhoods,S02002281,Renfrew East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203129 +203129,S00128145,7b3,Endeavouring Flat Dwellers,S01012182,Renfrew North - 01,3a,Achieving neighbourhoods,S02002282,Renfrew North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203130 +203130,S00128148,7b3,Endeavouring Flat Dwellers,S01012183,Renfrew North - 02,4d,Hard-pressed flat dwellers,S02002282,Renfrew North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203131 +203131,S00128150,7b3,Endeavouring Flat Dwellers,S01012184,Renfrew North - 03,3d,Households in terraces and flats,S02002282,Renfrew North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203132 +203132,S00128158,7b3,Endeavouring Flat Dwellers,S01012187,Renfrew North - 06,4d,Hard-pressed flat dwellers,S02002282,Renfrew North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203133 +203133,S00128159,7b3,Endeavouring Flat Dwellers,S01012187,Renfrew North - 06,4d,Hard-pressed flat dwellers,S02002282,Renfrew North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203134 +203134,S00128726,5b1,Delayed Retirement,S01012074,Paisley West - 01,3a,Achieving neighbourhoods,S02002265,Paisley West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203135 +203135,S00128731,5b1,Delayed Retirement,S01012134,Paisley North East - 01,3c,Highly qualified professionals,S02002275,Paisley North East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203136 +203136,S00128737,5b1,Delayed Retirement,S01012104,Paisley South - 01,8c,Comfortable suburbia,S02002270,Paisley South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203137 +203137,S00128739,5b1,Delayed Retirement,S01012106,Paisley South - 03,8c,Comfortable suburbia,S02002270,Paisley South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203138 +203138,S00128742,5b1,Delayed Retirement,S01012106,Paisley South - 03,8c,Comfortable suburbia,S02002270,Paisley South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203139 +203139,S00128758,5b1,Delayed Retirement,S01012110,Paisley South East - 03,4d,Hard-pressed flat dwellers,S02002271,Paisley South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203140 +203140,S00128827,5b1,Delayed Retirement,S01012149,Paisley Gallowhill and Hillington - 04,5a,Ageing urban communities,S02002277,Paisley Gallowhill and Hillington,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203141 +203141,S00128841,5b1,Delayed Retirement,S01012182,Renfrew North - 01,3a,Achieving neighbourhoods,S02002282,Renfrew North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203142 +203142,S00127391,8b1,Deprived Blue-Collar Terraces,S01012203,Erskine Central - 07,8b,Ageing suburbanites,S02002284,Erskine Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203143 +203143,S00127593,8b1,Deprived Blue-Collar Terraces,S01012228,Linwood North - 06,4a,Challenged white communities,S02002288,Linwood North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203144 +203144,S00127594,8b1,Deprived Blue-Collar Terraces,S01012228,Linwood North - 06,4a,Challenged white communities,S02002288,Linwood North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203145 +203145,S00127596,8b1,Deprived Blue-Collar Terraces,S01012227,Linwood North - 05,4a,Challenged white communities,S02002288,Linwood North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203146 +203146,S00127713,8b1,Deprived Blue-Collar Terraces,S01012076,Paisley West - 03,5c,Comfortable neighbourhoods,S02002265,Paisley West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203147 +203147,S00127874,8b1,Deprived Blue-Collar Terraces,S01012113,Paisley South East - 06,5c,Comfortable neighbourhoods,S02002271,Paisley South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203148 +203148,S00127950,8b1,Deprived Blue-Collar Terraces,S01012075,Paisley West - 02,8c,Comfortable suburbia,S02002265,Paisley West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203149 +203149,S00127975,8b1,Deprived Blue-Collar Terraces,S01012091,Paisley South West - 04,5b,Aspiring urban households,S02002267,Paisley South West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203150 +203150,S00127976,8b1,Deprived Blue-Collar Terraces,S01012091,Paisley South West - 04,5b,Aspiring urban households,S02002267,Paisley South West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203151 +203151,S00127996,8b1,Deprived Blue-Collar Terraces,S01012084,Paisley Foxbar - 04,5b,Aspiring urban households,S02002266,Paisley Foxbar,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203152 +203152,S00128034,8b1,Deprived Blue-Collar Terraces,S01012158,Paisley North - 06,5a,Ageing urban communities,S02002278,Paisley North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203153 +203153,S00128225,8b1,Deprived Blue-Collar Terraces,S01012168,Renfrew South - 01,5c,Comfortable neighbourhoods,S02002280,Renfrew South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203154 +203154,S00128249,8b1,Deprived Blue-Collar Terraces,S01012176,Renfrew East - 03,8c,Comfortable suburbia,S02002281,Renfrew East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203155 +203155,S00128354,8b1,Deprived Blue-Collar Terraces,S01012207,Erskine West - 04,5d,Endeavouring social renters,S02002285,Erskine West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203156 +203156,S00128355,8b1,Deprived Blue-Collar Terraces,S01012207,Erskine West - 04,5d,Endeavouring social renters,S02002285,Erskine West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203157 +203157,S00128377,8b1,Deprived Blue-Collar Terraces,S01012202,Erskine Central - 06,5c,Comfortable neighbourhoods,S02002284,Erskine Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203158 +203158,S00128386,8b1,Deprived Blue-Collar Terraces,S01012199,Erskine Central - 03,5d,Endeavouring social renters,S02002284,Erskine Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203159 +203159,S00128402,8b1,Deprived Blue-Collar Terraces,S01012201,Erskine Central - 05,5d,Endeavouring social renters,S02002284,Erskine Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203160 +203160,S00128599,8b1,Deprived Blue-Collar Terraces,S01012075,Paisley West - 02,8c,Comfortable suburbia,S02002265,Paisley West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203161 +203161,S00128623,8b1,Deprived Blue-Collar Terraces,S01012196,Erskine East and Inchinnan - 09,8c,Comfortable suburbia,S02002283,Erskine East and Inchinnan,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203162 +203162,S00128631,8b1,Deprived Blue-Collar Terraces,S01012222,Linwood South - 06,4a,Challenged white communities,S02002287,Linwood South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203163 +203163,S00128799,8b1,Deprived Blue-Collar Terraces,S01012063,Paisley Ferguslie - 01,5b,Aspiring urban households,S02002263,Paisley Ferguslie,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203164 +203164,S00128843,8b1,Deprived Blue-Collar Terraces,S01012182,Renfrew North - 01,3a,Achieving neighbourhoods,S02002282,Renfrew North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203165 +203165,S00127435,7b2,Deprived Neighbourhoods,S01012044,Johnstone North West - 02,4d,Hard-pressed flat dwellers,S02002259,Johnstone North West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203166 +203166,S00127938,6a3,Detached Retirement Living,S01012089,Paisley South West - 02,8c,Comfortable suburbia,S02002267,Paisley South West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203167 +203167,S00127941,6a3,Detached Retirement Living,S01012089,Paisley South West - 02,8c,Comfortable suburbia,S02002267,Paisley South West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203168 +203168,S00127969,6a3,Detached Retirement Living,S01012094,Paisley South West - 07,8a,Affluent communities,S02002267,Paisley South West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203169 +203169,S00128253,6a3,Detached Retirement Living,S01012179,Renfrew East - 06,5c,Comfortable neighbourhoods,S02002281,Renfrew East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203170 +203170,S00128266,6a3,Detached Retirement Living,S01012021,Lochwinnoch - 03,5c,Comfortable neighbourhoods,S02002254,Lochwinnoch,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203171 +203171,S00128270,6a3,Detached Retirement Living,S01012119,Paisley Dykebar - 05,8b,Ageing suburbanites,S02002272,Paisley Dykebar,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203172 +203172,S00128309,6a3,Detached Retirement Living,S01012231,Houston South - 03,8c,Comfortable suburbia,S02002289,Houston South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203173 +203173,S00128325,6a3,Detached Retirement Living,S01012233,Houston North - 01,8b,Ageing suburbanites,S02002290,Houston North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203174 +203174,S00128332,6a3,Detached Retirement Living,S01012235,Houston North - 03,8b,Ageing suburbanites,S02002290,Houston North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203175 +203175,S00128336,6a3,Detached Retirement Living,S01012231,Houston South - 03,8c,Comfortable suburbia,S02002289,Houston South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203176 +203176,S00128359,6a3,Detached Retirement Living,S01012204,Erskine West - 01,8b,Ageing suburbanites,S02002285,Erskine West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203177 +203177,S00128425,6a3,Detached Retirement Living,S01012215,Bishopton - 05,8b,Ageing suburbanites,S02002286,Bishopton,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203178 +203178,S00128427,6a3,Detached Retirement Living,S01012214,Bishopton - 04,8b,Ageing suburbanites,S02002286,Bishopton,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203179 +203179,S00128433,6a3,Detached Retirement Living,S01012211,Bishopton - 01,5c,Comfortable neighbourhoods,S02002286,Bishopton,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203180 +203180,S00128436,6a3,Detached Retirement Living,S01012211,Bishopton - 01,5c,Comfortable neighbourhoods,S02002286,Bishopton,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203181 +203181,S00128449,6a3,Detached Retirement Living,S01012028,Renfrewshire Rural North and Langbank - 01,8a,Affluent communities,S02002256,Renfrewshire Rural North and Langbank,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203182 +203182,S00128475,6a3,Detached Retirement Living,S01012241,Bridge of Weir - 05,8a,Affluent communities,S02002291,Bridge of Weir,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203183 +203183,S00128483,6a3,Detached Retirement Living,S01012235,Houston North - 03,8b,Ageing suburbanites,S02002290,Houston North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203184 +203184,S00128484,6a3,Detached Retirement Living,S01012235,Houston North - 03,8b,Ageing suburbanites,S02002290,Houston North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203185 +203185,S00128515,6a3,Detached Retirement Living,S01012031,Renfrewshire Rural North and Langbank - 04,8b,Ageing suburbanites,S02002256,Renfrewshire Rural North and Langbank,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203186 +203186,S00128538,6a3,Detached Retirement Living,S01012145,Paisley Ralston - 05,8a,Affluent communities,S02002276,Paisley Ralston,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203187 +203187,S00128627,6a3,Detached Retirement Living,S01012203,Erskine Central - 07,8b,Ageing suburbanites,S02002284,Erskine Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203188 +203188,S00128641,6a3,Detached Retirement Living,S01012031,Renfrewshire Rural North and Langbank - 04,8b,Ageing suburbanites,S02002256,Renfrewshire Rural North and Langbank,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203189 +203189,S00128738,6a3,Detached Retirement Living,S01012104,Paisley South - 01,8c,Comfortable suburbia,S02002270,Paisley South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203190 +203190,S00128909,6a3,Detached Retirement Living,S01012216,Bishopton - 06,8b,Ageing suburbanites,S02002286,Bishopton,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203191 +203191,S00128928,6a3,Detached Retirement Living,S01012203,Erskine Central - 07,8b,Ageing suburbanites,S02002284,Erskine Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203192 +203192,S00128929,6a3,Detached Retirement Living,S01012203,Erskine Central - 07,8b,Ageing suburbanites,S02002284,Erskine Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203193 +203193,S00128506,1c3,Detached Rural Retirement,S01012029,Renfrewshire Rural North and Langbank - 02,2a,Ageing rural neighbourhoods,S02002256,Renfrewshire Rural North and Langbank,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203194 +203194,S00128636,1c3,Detached Rural Retirement,S01012027,Renfrewshire Rural South and Howwood - 05,2a,Ageing rural neighbourhoods,S02002255,Renfrewshire Rural South and Howwood,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203195 +203195,S00127433,7b1,Eastern European Communities,S01012043,Johnstone North West - 01,4a,Challenged white communities,S02002259,Johnstone North West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203196 +203196,S00127434,7b1,Eastern European Communities,S01012043,Johnstone North West - 01,4a,Challenged white communities,S02002259,Johnstone North West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203197 +203197,S00127476,7b1,Eastern European Communities,S01012048,Johnstone North East - 02,4d,Hard-pressed flat dwellers,S02002260,Johnstone North East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203198 +203198,S00127495,7b1,Eastern European Communities,S01012054,Johnstone South East - 03,4d,Hard-pressed flat dwellers,S02002261,Johnstone South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203199 +203199,S00127534,7b1,Eastern European Communities,S01012055,Johnstone South East - 04,4a,Challenged white communities,S02002261,Johnstone South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203200 +203200,S00128357,6b1,Multi-Ethnic Suburbia,S01012204,Erskine West - 01,8b,Ageing suburbanites,S02002285,Erskine West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203201 +203201,S00128550,6b1,Multi-Ethnic Suburbia,S01012120,Paisley East - 01,4a,Challenged white communities,S02002273,Paisley East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203202 +203202,S00128490,8b2,Hard-Pressed Rented Terraces,S01012189,Erskine East and Inchinnan - 02,5c,Comfortable neighbourhoods,S02002283,Erskine East and Inchinnan,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203203 +203203,S00128319,6b4,Older Workers and Retirement,S01012229,Houston South - 01,8c,Comfortable suburbia,S02002289,Houston South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203204 +203204,S00127799,5a3,Families in Terraces and Flats,S01012130,Paisley Central - 05,4d,Hard-pressed flat dwellers,S02002274,Paisley Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203205 +203205,S00128006,8b2,Hard-Pressed Rented Terraces,S01012086,Paisley Foxbar - 06,4a,Challenged white communities,S02002266,Paisley Foxbar,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203206 +203206,S00128818,6b1,Multi-Ethnic Suburbia,S01012062,Elderslie and Phoenix - 06,8c,Comfortable suburbia,S02002262,Elderslie and Phoenix,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203207 +203207,S00128851,6b1,Multi-Ethnic Suburbia,S01012164,Renfrew West - 06,3a,Achieving neighbourhoods,S02002279,Renfrew West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203208 +203208,S00128855,6b1,Multi-Ethnic Suburbia,S01012164,Renfrew West - 06,3a,Achieving neighbourhoods,S02002279,Renfrew West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203209 +203209,S00128492,1a4,Older Farming Communities,S01012191,Erskine East and Inchinnan - 04,8c,Comfortable suburbia,S02002283,Erskine East and Inchinnan,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203210 +203210,S00127394,6b4,Older Workers and Retirement,S01012062,Elderslie and Phoenix - 06,8c,Comfortable suburbia,S02002262,Elderslie and Phoenix,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203211 +203211,S00127395,6b4,Older Workers and Retirement,S01012057,Elderslie and Phoenix - 01,8b,Ageing suburbanites,S02002262,Elderslie and Phoenix,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203212 +203212,S00127398,6b4,Older Workers and Retirement,S01012057,Elderslie and Phoenix - 01,8b,Ageing suburbanites,S02002262,Elderslie and Phoenix,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203213 +203213,S00127399,6b4,Older Workers and Retirement,S01012057,Elderslie and Phoenix - 01,8b,Ageing suburbanites,S02002262,Elderslie and Phoenix,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203214 +203214,S00127400,6b4,Older Workers and Retirement,S01012057,Elderslie and Phoenix - 01,8b,Ageing suburbanites,S02002262,Elderslie and Phoenix,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203215 +203215,S00127404,6b4,Older Workers and Retirement,S01012058,Elderslie and Phoenix - 02,5c,Comfortable neighbourhoods,S02002262,Elderslie and Phoenix,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203216 +203216,S00127405,6b4,Older Workers and Retirement,S01012058,Elderslie and Phoenix - 02,5c,Comfortable neighbourhoods,S02002262,Elderslie and Phoenix,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203217 +203217,S00127406,6b4,Older Workers and Retirement,S01012058,Elderslie and Phoenix - 02,5c,Comfortable neighbourhoods,S02002262,Elderslie and Phoenix,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203218 +203218,S00127441,6b4,Older Workers and Retirement,S01012044,Johnstone North West - 02,4d,Hard-pressed flat dwellers,S02002259,Johnstone North West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203219 +203219,S00127485,6b4,Older Workers and Retirement,S01012045,Johnstone North West - 03,4d,Hard-pressed flat dwellers,S02002259,Johnstone North West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203220 +203220,S00127546,6b4,Older Workers and Retirement,S01012041,Johnstone South West - 05,4a,Challenged white communities,S02002258,Johnstone South West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203221 +203221,S00127558,6b4,Older Workers and Retirement,S01012035,Kilbarchan - 03,5c,Comfortable neighbourhoods,S02002257,Kilbarchan,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203222 +203222,S00127634,2c2,Migrant Commuters,S01012127,Paisley Central - 02,1a,Cosmopolitan student neighbourhoods,S02002274,Paisley Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203223 +203223,S00127530,8b2,Hard-Pressed Rented Terraces,S01012055,Johnstone South East - 04,4a,Challenged white communities,S02002261,Johnstone South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203224 +203224,S00127731,6b4,Older Workers and Retirement,S01012140,Paisley North East - 07,8b,Ageing suburbanites,S02002275,Paisley North East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203225 +203225,S00127732,6b4,Older Workers and Retirement,S01012140,Paisley North East - 07,8b,Ageing suburbanites,S02002275,Paisley North East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203226 +203226,S00127733,6b4,Older Workers and Retirement,S01012140,Paisley North East - 07,8b,Ageing suburbanites,S02002275,Paisley North East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203227 +203227,S00127748,6b4,Older Workers and Retirement,S01012140,Paisley North East - 07,8b,Ageing suburbanites,S02002275,Paisley North East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203228 +203228,S00127760,6b4,Older Workers and Retirement,S01012143,Paisley Ralston - 03,8b,Ageing suburbanites,S02002276,Paisley Ralston,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203229 +203229,S00127766,6b4,Older Workers and Retirement,S01012144,Paisley Ralston - 04,5c,Comfortable neighbourhoods,S02002276,Paisley Ralston,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203230 +203230,S00127782,6b4,Older Workers and Retirement,S01012142,Paisley Ralston - 02,8b,Ageing suburbanites,S02002276,Paisley Ralston,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203231 +203231,S00127789,6b4,Older Workers and Retirement,S01012105,Paisley South - 02,5c,Comfortable neighbourhoods,S02002270,Paisley South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203232 +203232,S00127927,6b4,Older Workers and Retirement,S01012101,Paisley Glenburn East - 02,8b,Ageing suburbanites,S02002269,Paisley Glenburn East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203233 +203233,S00127933,6b4,Older Workers and Retirement,S01012101,Paisley Glenburn East - 02,8b,Ageing suburbanites,S02002269,Paisley Glenburn East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203234 +203234,S00127937,6b4,Older Workers and Retirement,S01012101,Paisley Glenburn East - 02,8b,Ageing suburbanites,S02002269,Paisley Glenburn East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203235 +203235,S00127968,6b4,Older Workers and Retirement,S01012094,Paisley South West - 07,8a,Affluent communities,S02002267,Paisley South West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203236 +203236,S00127977,6b4,Older Workers and Retirement,S01012090,Paisley South West - 03,8b,Ageing suburbanites,S02002267,Paisley South West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203237 +203237,S00128058,6b4,Older Workers and Retirement,S01012158,Paisley North - 06,5a,Ageing urban communities,S02002278,Paisley North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203238 +203238,S00128059,6b4,Older Workers and Retirement,S01012158,Paisley North - 06,5a,Ageing urban communities,S02002278,Paisley North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203239 +203239,S00128120,6b4,Older Workers and Retirement,S01012159,Renfrew West - 01,8b,Ageing suburbanites,S02002279,Renfrew West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203240 +203240,S00128122,6b4,Older Workers and Retirement,S01012160,Renfrew West - 02,8c,Comfortable suburbia,S02002279,Renfrew West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203241 +203241,S00128188,6b4,Older Workers and Retirement,S01012173,Renfrew South - 06,8a,Affluent communities,S02002280,Renfrew South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203242 +203242,S00128214,6b4,Older Workers and Retirement,S01012175,Renfrew East - 02,5b,Aspiring urban households,S02002281,Renfrew East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203243 +203243,S00128227,6b4,Older Workers and Retirement,S01012168,Renfrew South - 01,5c,Comfortable neighbourhoods,S02002280,Renfrew South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203244 +203244,S00128236,6b4,Older Workers and Retirement,S01012179,Renfrew East - 06,5c,Comfortable neighbourhoods,S02002281,Renfrew East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203245 +203245,S00128239,6b4,Older Workers and Retirement,S01012178,Renfrew East - 05,8b,Ageing suburbanites,S02002281,Renfrew East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203246 +203246,S00128241,6b4,Older Workers and Retirement,S01012178,Renfrew East - 05,8b,Ageing suburbanites,S02002281,Renfrew East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203247 +203247,S00128244,6b4,Older Workers and Retirement,S01012176,Renfrew East - 03,8c,Comfortable suburbia,S02002281,Renfrew East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203248 +203248,S00128255,6b4,Older Workers and Retirement,S01012177,Renfrew East - 04,8c,Comfortable suburbia,S02002281,Renfrew East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203249 +203249,S00128256,6b4,Older Workers and Retirement,S01012019,Lochwinnoch - 01,5c,Comfortable neighbourhoods,S02002254,Lochwinnoch,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203250 +203250,S00128271,6b4,Older Workers and Retirement,S01012119,Paisley Dykebar - 05,8b,Ageing suburbanites,S02002272,Paisley Dykebar,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203251 +203251,S00128274,6b4,Older Workers and Retirement,S01012119,Paisley Dykebar - 05,8b,Ageing suburbanites,S02002272,Paisley Dykebar,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203252 +203252,S00128275,6b4,Older Workers and Retirement,S01012119,Paisley Dykebar - 05,8b,Ageing suburbanites,S02002272,Paisley Dykebar,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203253 +203253,S00128313,6b4,Older Workers and Retirement,S01012233,Houston North - 01,8b,Ageing suburbanites,S02002290,Houston North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203254 +203254,S00128316,6b4,Older Workers and Retirement,S01012229,Houston South - 01,8c,Comfortable suburbia,S02002289,Houston South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203255 +203255,S00128317,6b4,Older Workers and Retirement,S01012230,Houston South - 02,8c,Comfortable suburbia,S02002289,Houston South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203256 +203256,S00127734,7c3,Outer City Hardship,S01012139,Paisley North East - 06,5c,Comfortable neighbourhoods,S02002275,Paisley North East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203257 +203257,S00128321,6b4,Older Workers and Retirement,S01012229,Houston South - 01,8c,Comfortable suburbia,S02002289,Houston South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203258 +203258,S00128334,6b4,Older Workers and Retirement,S01012236,Houston North - 04,5c,Comfortable neighbourhoods,S02002290,Houston North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203259 +203259,S00128510,8b2,Hard-Pressed Rented Terraces,S01012039,Johnstone South West - 03,4a,Challenged white communities,S02002258,Johnstone South West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203260 +203260,S00128009,8b2,Hard-Pressed Rented Terraces,S01012086,Paisley Foxbar - 06,4a,Challenged white communities,S02002266,Paisley Foxbar,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203261 +203261,S00127810,5a3,Families in Terraces and Flats,S01012106,Paisley South - 03,8c,Comfortable suburbia,S02002270,Paisley South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203262 +203262,S00128360,6b4,Older Workers and Retirement,S01012204,Erskine West - 01,8b,Ageing suburbanites,S02002285,Erskine West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203263 +203263,S00128390,6b4,Older Workers and Retirement,S01012191,Erskine East and Inchinnan - 04,8c,Comfortable suburbia,S02002283,Erskine East and Inchinnan,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203264 +203264,S00128413,6b4,Older Workers and Retirement,S01012189,Erskine East and Inchinnan - 02,5c,Comfortable neighbourhoods,S02002283,Erskine East and Inchinnan,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203265 +203265,S00128415,6b4,Older Workers and Retirement,S01012191,Erskine East and Inchinnan - 04,8c,Comfortable suburbia,S02002283,Erskine East and Inchinnan,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203266 +203266,S00128416,6b4,Older Workers and Retirement,S01012192,Erskine East and Inchinnan - 05,8c,Comfortable suburbia,S02002283,Erskine East and Inchinnan,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203267 +203267,S00128421,6b4,Older Workers and Retirement,S01012214,Bishopton - 04,8b,Ageing suburbanites,S02002286,Bishopton,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203268 +203268,S00128422,6b4,Older Workers and Retirement,S01012215,Bishopton - 05,8b,Ageing suburbanites,S02002286,Bishopton,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203269 +203269,S00128423,6b4,Older Workers and Retirement,S01012215,Bishopton - 05,8b,Ageing suburbanites,S02002286,Bishopton,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203270 +203270,S00128430,6b4,Older Workers and Retirement,S01012214,Bishopton - 04,8b,Ageing suburbanites,S02002286,Bishopton,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203271 +203271,S00128440,6b4,Older Workers and Retirement,S01012212,Bishopton - 02,8b,Ageing suburbanites,S02002286,Bishopton,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203272 +203272,S00128442,6b4,Older Workers and Retirement,S01012212,Bishopton - 02,8b,Ageing suburbanites,S02002286,Bishopton,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203273 +203273,S00128443,6b4,Older Workers and Retirement,S01012212,Bishopton - 02,8b,Ageing suburbanites,S02002286,Bishopton,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203274 +203274,S00128445,6b4,Older Workers and Retirement,S01012212,Bishopton - 02,8b,Ageing suburbanites,S02002286,Bishopton,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203275 +203275,S00128474,6b4,Older Workers and Retirement,S01012241,Bridge of Weir - 05,8a,Affluent communities,S02002291,Bridge of Weir,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203276 +203276,S00128486,6b4,Older Workers and Retirement,S01012204,Erskine West - 01,8b,Ageing suburbanites,S02002285,Erskine West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203277 +203277,S00128488,6b4,Older Workers and Retirement,S01012050,Johnstone North East - 04,5c,Comfortable neighbourhoods,S02002260,Johnstone North East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203278 +203278,S00128498,6b4,Older Workers and Retirement,S01012050,Johnstone North East - 04,5c,Comfortable neighbourhoods,S02002260,Johnstone North East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203279 +203279,S00127531,8b2,Hard-Pressed Rented Terraces,S01012055,Johnstone South East - 04,4a,Challenged white communities,S02002261,Johnstone South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203280 +203280,S00127735,7c3,Outer City Hardship,S01012139,Paisley North East - 06,5c,Comfortable neighbourhoods,S02002275,Paisley North East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203281 +203281,S00127639,2c2,Migrant Commuters,S01012127,Paisley Central - 02,1a,Cosmopolitan student neighbourhoods,S02002274,Paisley Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203282 +203282,S00128562,6b4,Older Workers and Retirement,S01012085,Paisley Foxbar - 05,5c,Comfortable neighbourhoods,S02002266,Paisley Foxbar,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203283 +203283,S00128569,6b4,Older Workers and Retirement,S01012080,Paisley West - 07,4d,Hard-pressed flat dwellers,S02002265,Paisley West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203284 +203284,S00128647,6b4,Older Workers and Retirement,S01012058,Elderslie and Phoenix - 02,5c,Comfortable neighbourhoods,S02002262,Elderslie and Phoenix,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203285 +203285,S00128651,6b4,Older Workers and Retirement,S01012061,Elderslie and Phoenix - 05,5c,Comfortable neighbourhoods,S02002262,Elderslie and Phoenix,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203286 +203286,S00128654,6b4,Older Workers and Retirement,S01012061,Elderslie and Phoenix - 05,5c,Comfortable neighbourhoods,S02002262,Elderslie and Phoenix,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203287 +203287,S00128661,6b4,Older Workers and Retirement,S01012025,Renfrewshire Rural South and Howwood - 03,5c,Comfortable neighbourhoods,S02002255,Renfrewshire Rural South and Howwood,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203288 +203288,S00128664,6b4,Older Workers and Retirement,S01012056,Johnstone South East - 05,5c,Comfortable neighbourhoods,S02002261,Johnstone South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203289 +203289,S00128667,6b4,Older Workers and Retirement,S01012049,Johnstone North East - 03,4a,Challenged white communities,S02002260,Johnstone North East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203290 +203290,S00128754,6b4,Older Workers and Retirement,S01012105,Paisley South - 02,5c,Comfortable neighbourhoods,S02002270,Paisley South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203291 +203291,S00128761,6b4,Older Workers and Retirement,S01012117,Paisley Dykebar - 03,8c,Comfortable suburbia,S02002272,Paisley Dykebar,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203292 +203292,S00128767,6b4,Older Workers and Retirement,S01012095,Paisley Glenburn West - 01,5c,Comfortable neighbourhoods,S02002268,Paisley Glenburn West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203293 +203293,S00128770,6b4,Older Workers and Retirement,S01012095,Paisley Glenburn West - 01,5c,Comfortable neighbourhoods,S02002268,Paisley Glenburn West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203294 +203294,S00128771,6b4,Older Workers and Retirement,S01012095,Paisley Glenburn West - 01,5c,Comfortable neighbourhoods,S02002268,Paisley Glenburn West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203295 +203295,S00128775,6b4,Older Workers and Retirement,S01012104,Paisley South - 01,8c,Comfortable suburbia,S02002270,Paisley South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203296 +203296,S00128829,6b4,Older Workers and Retirement,S01012160,Renfrew West - 02,8c,Comfortable suburbia,S02002279,Renfrew West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203297 +203297,S00128838,6b4,Older Workers and Retirement,S01012167,Renfrew West - 09,4d,Hard-pressed flat dwellers,S02002279,Renfrew West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203298 +203298,S00128882,6b4,Older Workers and Retirement,S01012230,Houston South - 02,8c,Comfortable suburbia,S02002289,Houston South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203299 +203299,S00128889,6b4,Older Workers and Retirement,S01012230,Houston South - 02,8c,Comfortable suburbia,S02002289,Houston South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203300 +203300,S00128890,6b4,Older Workers and Retirement,S01012206,Erskine West - 03,5b,Aspiring urban households,S02002285,Erskine West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203301 +203301,S00128901,6b4,Older Workers and Retirement,S01012193,Erskine East and Inchinnan - 06,8c,Comfortable suburbia,S02002283,Erskine East and Inchinnan,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203302 +203302,S00128931,6b4,Older Workers and Retirement,S01012074,Paisley West - 01,3a,Achieving neighbourhoods,S02002265,Paisley West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203303 +203303,S00128935,6b4,Older Workers and Retirement,S01012078,Paisley West - 05,5a,Ageing urban communities,S02002265,Paisley West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203304 +203304,S00127423,7c3,Outer City Hardship,S01012051,Johnstone North East - 05,5c,Comfortable neighbourhoods,S02002260,Johnstone North East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203305 +203305,S00127432,7c3,Outer City Hardship,S01012043,Johnstone North West - 01,4a,Challenged white communities,S02002259,Johnstone North West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203306 +203306,S00127440,7c3,Outer City Hardship,S01012044,Johnstone North West - 02,4d,Hard-pressed flat dwellers,S02002259,Johnstone North West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203307 +203307,S00127442,7c3,Outer City Hardship,S01012044,Johnstone North West - 02,4d,Hard-pressed flat dwellers,S02002259,Johnstone North West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203308 +203308,S00127444,7c3,Outer City Hardship,S01012044,Johnstone North West - 02,4d,Hard-pressed flat dwellers,S02002259,Johnstone North West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203309 +203309,S00127483,7c3,Outer City Hardship,S01012046,Johnstone North West - 04,4d,Hard-pressed flat dwellers,S02002259,Johnstone North West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203310 +203310,S00127486,7c3,Outer City Hardship,S01012044,Johnstone North West - 02,4d,Hard-pressed flat dwellers,S02002259,Johnstone North West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203311 +203311,S00127564,7c3,Outer City Hardship,S01012034,Kilbarchan - 02,5c,Comfortable neighbourhoods,S02002257,Kilbarchan,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203312 +203312,S00128010,8b2,Hard-Pressed Rented Terraces,S01012087,Paisley Foxbar - 07,4a,Challenged white communities,S02002266,Paisley Foxbar,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203313 +203313,S00128520,8b2,Hard-Pressed Rented Terraces,S01012222,Linwood South - 06,4a,Challenged white communities,S02002287,Linwood South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203314 +203314,S00127987,5a3,Families in Terraces and Flats,S01012091,Paisley South West - 04,5b,Aspiring urban households,S02002267,Paisley South West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203315 +203315,S00128019,8b2,Hard-Pressed Rented Terraces,S01012082,Paisley Foxbar - 02,4a,Challenged white communities,S02002266,Paisley Foxbar,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203316 +203316,S00127532,8b2,Hard-Pressed Rented Terraces,S01012053,Johnstone South East - 02,4a,Challenged white communities,S02002261,Johnstone South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203317 +203317,S00127646,2c2,Migrant Commuters,S01012136,Paisley North East - 03,1a,Cosmopolitan student neighbourhoods,S02002275,Paisley North East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203318 +203318,S00127651,2c2,Migrant Commuters,S01012136,Paisley North East - 03,1a,Cosmopolitan student neighbourhoods,S02002275,Paisley North East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203319 +203319,S00127736,7c3,Outer City Hardship,S01012139,Paisley North East - 06,5c,Comfortable neighbourhoods,S02002275,Paisley North East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203320 +203320,S00127670,2c2,Migrant Commuters,S01012128,Paisley Central - 03,4d,Hard-pressed flat dwellers,S02002274,Paisley Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203321 +203321,S00127678,2c2,Migrant Commuters,S01012071,Paisley North West - 02,4d,Hard-pressed flat dwellers,S02002264,Paisley North West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203322 +203322,S00127680,2c2,Migrant Commuters,S01012071,Paisley North West - 02,4d,Hard-pressed flat dwellers,S02002264,Paisley North West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203323 +203323,S00127690,2c2,Migrant Commuters,S01012127,Paisley Central - 02,1a,Cosmopolitan student neighbourhoods,S02002274,Paisley Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203324 +203324,S00127707,2c2,Migrant Commuters,S01012132,Paisley Central - 07,1a,Cosmopolitan student neighbourhoods,S02002274,Paisley Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203325 +203325,S00127719,2c2,Migrant Commuters,S01012072,Paisley North West - 03,4d,Hard-pressed flat dwellers,S02002264,Paisley North West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203326 +203326,S00127720,2c2,Migrant Commuters,S01012072,Paisley North West - 03,4d,Hard-pressed flat dwellers,S02002264,Paisley North West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203327 +203327,S00127842,2c2,Migrant Commuters,S01012111,Paisley South East - 04,4d,Hard-pressed flat dwellers,S02002271,Paisley South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203328 +203328,S00128042,2c2,Migrant Commuters,S01012154,Paisley North - 02,4d,Hard-pressed flat dwellers,S02002278,Paisley North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203329 +203329,S00128072,2c2,Migrant Commuters,S01012146,Paisley Gallowhill and Hillington - 01,4d,Hard-pressed flat dwellers,S02002277,Paisley Gallowhill and Hillington,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203330 +203330,S00128164,2c2,Migrant Commuters,S01012185,Renfrew North - 04,4d,Hard-pressed flat dwellers,S02002282,Renfrew North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203331 +203331,S00128166,2c2,Migrant Commuters,S01012185,Renfrew North - 04,4d,Hard-pressed flat dwellers,S02002282,Renfrew North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203332 +203332,S00128545,2c2,Migrant Commuters,S01012123,Paisley East - 04,4d,Hard-pressed flat dwellers,S02002273,Paisley East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203333 +203333,S00128698,2c2,Migrant Commuters,S01012136,Paisley North East - 03,1a,Cosmopolitan student neighbourhoods,S02002275,Paisley North East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203334 +203334,S00128717,2c2,Migrant Commuters,S01012132,Paisley Central - 07,1a,Cosmopolitan student neighbourhoods,S02002274,Paisley Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203335 +203335,S00128729,2c2,Migrant Commuters,S01012134,Paisley North East - 01,3c,Highly qualified professionals,S02002275,Paisley North East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203336 +203336,S00128755,2c2,Migrant Commuters,S01012110,Paisley South East - 03,4d,Hard-pressed flat dwellers,S02002271,Paisley South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203337 +203337,S00128035,5a3,Families in Terraces and Flats,S01012158,Paisley North - 06,5a,Ageing urban communities,S02002278,Paisley North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203338 +203338,S00128020,8b2,Hard-Pressed Rented Terraces,S01012083,Paisley Foxbar - 03,4d,Hard-pressed flat dwellers,S02002266,Paisley Foxbar,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203339 +203339,S00128584,8b2,Hard-Pressed Rented Terraces,S01012042,Johnstone South West - 06,4a,Challenged white communities,S02002258,Johnstone South West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203340 +203340,S00127536,8b2,Hard-Pressed Rented Terraces,S01012055,Johnstone South East - 04,4a,Challenged white communities,S02002261,Johnstone South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203341 +203341,S00127635,2c1,Migrant Families,S01012127,Paisley Central - 02,1a,Cosmopolitan student neighbourhoods,S02002274,Paisley Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203342 +203342,S00127674,2c1,Migrant Families,S01012126,Paisley Central - 01,3c,Highly qualified professionals,S02002274,Paisley Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203343 +203343,S00127743,2c1,Migrant Families,S01012137,Paisley North East - 04,4d,Hard-pressed flat dwellers,S02002275,Paisley North East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203344 +203344,S00128054,2c1,Migrant Families,S01012157,Paisley North - 05,4d,Hard-pressed flat dwellers,S02002278,Paisley North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203345 +203345,S00128130,2c1,Migrant Families,S01012162,Renfrew West - 04,4b,Constrained renters,S02002279,Renfrew West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203346 +203346,S00128132,2c1,Migrant Families,S01012163,Renfrew West - 05,4d,Hard-pressed flat dwellers,S02002279,Renfrew West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203347 +203347,S00128154,2c1,Migrant Families,S01012184,Renfrew North - 03,3d,Households in terraces and flats,S02002282,Renfrew North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203348 +203348,S00128714,2c1,Migrant Families,S01012133,Paisley Central - 08,1a,Cosmopolitan student neighbourhoods,S02002274,Paisley Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203349 +203349,S00128780,2c1,Migrant Families,S01012103,Paisley Glenburn East - 04,5c,Comfortable neighbourhoods,S02002269,Paisley Glenburn East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203350 +203350,S00128814,2c1,Migrant Families,S01012154,Paisley North - 02,4d,Hard-pressed flat dwellers,S02002278,Paisley North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203351 +203351,S00128529,2b2,Multicultural Student Neighbourhoods,S01012131,Paisley Central - 06,1a,Cosmopolitan student neighbourhoods,S02002274,Paisley Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203352 +203352,S00127515,7a3,Multi-Ethnic Hardship,S01012037,Johnstone South West - 01,4a,Challenged white communities,S02002258,Johnstone South West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203353 +203353,S00127577,7a3,Multi-Ethnic Hardship,S01012217,Linwood South - 01,4d,Hard-pressed flat dwellers,S02002287,Linwood South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203354 +203354,S00127597,7a3,Multi-Ethnic Hardship,S01012224,Linwood North - 02,4a,Challenged white communities,S02002288,Linwood North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203355 +203355,S00128138,7a3,Multi-Ethnic Hardship,S01012181,Renfrew East - 08,4a,Challenged white communities,S02002281,Renfrew East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203356 +203356,S00128177,7a3,Multi-Ethnic Hardship,S01012166,Renfrew West - 08,4d,Hard-pressed flat dwellers,S02002279,Renfrew West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203357 +203357,S00128806,7a3,Multi-Ethnic Hardship,S01012064,Paisley Ferguslie - 02,4d,Hard-pressed flat dwellers,S02002263,Paisley Ferguslie,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203358 +203358,S00128144,5a2,Multi-Ethnic Professionals with Families,S01012182,Renfrew North - 01,3a,Achieving neighbourhoods,S02002282,Renfrew North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203359 +203359,S00128456,5a2,Multi-Ethnic Professionals with Families,S01012157,Paisley North - 05,4d,Hard-pressed flat dwellers,S02002278,Paisley North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203360 +203360,S00128639,5a2,Multi-Ethnic Professionals with Families,S01012027,Renfrewshire Rural South and Howwood - 05,2a,Ageing rural neighbourhoods,S02002255,Renfrewshire Rural South and Howwood,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203361 +203361,S00128765,5a2,Multi-Ethnic Professionals with Families,S01012118,Paisley Dykebar - 04,8c,Comfortable suburbia,S02002272,Paisley Dykebar,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203362 +203362,S00128854,5a2,Multi-Ethnic Professionals with Families,S01012164,Renfrew West - 06,3a,Achieving neighbourhoods,S02002279,Renfrew West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203363 +203363,S00128869,5a2,Multi-Ethnic Professionals with Families,S01012174,Renfrew East - 01,8c,Comfortable suburbia,S02002281,Renfrew East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203364 +203364,S00127396,6b1,Multi-Ethnic Suburbia,S01012057,Elderslie and Phoenix - 01,8b,Ageing suburbanites,S02002262,Elderslie and Phoenix,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203365 +203365,S00127397,6b1,Multi-Ethnic Suburbia,S01012057,Elderslie and Phoenix - 01,8b,Ageing suburbanites,S02002262,Elderslie and Phoenix,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203366 +203366,S00127750,6b1,Multi-Ethnic Suburbia,S01012145,Paisley Ralston - 05,8a,Affluent communities,S02002276,Paisley Ralston,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203367 +203367,S00127759,6b1,Multi-Ethnic Suburbia,S01012142,Paisley Ralston - 02,8b,Ageing suburbanites,S02002276,Paisley Ralston,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203368 +203368,S00127765,6b1,Multi-Ethnic Suburbia,S01012143,Paisley Ralston - 03,8b,Ageing suburbanites,S02002276,Paisley Ralston,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203369 +203369,S00128187,6b1,Multi-Ethnic Suburbia,S01012173,Renfrew South - 06,8a,Affluent communities,S02002280,Renfrew South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203370 +203370,S00128151,5a3,Families in Terraces and Flats,S01012184,Renfrew North - 03,3d,Households in terraces and flats,S02002282,Renfrew North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203371 +203371,S00128179,5a3,Families in Terraces and Flats,S01012167,Renfrew West - 09,4d,Hard-pressed flat dwellers,S02002279,Renfrew West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203372 +203372,S00128706,5a3,Families in Terraces and Flats,S01012126,Paisley Central - 01,3c,Highly qualified professionals,S02002274,Paisley Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203373 +203373,S00128707,5a3,Families in Terraces and Flats,S01012126,Paisley Central - 01,3c,Highly qualified professionals,S02002274,Paisley Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203374 +203374,S00127538,8b2,Hard-Pressed Rented Terraces,S01012053,Johnstone South East - 02,4a,Challenged white communities,S02002261,Johnstone South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203375 +203375,S00128062,8b2,Hard-Pressed Rented Terraces,S01012157,Paisley North - 05,4d,Hard-pressed flat dwellers,S02002278,Paisley North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203376 +203376,S00128712,5a3,Families in Terraces and Flats,S01012133,Paisley Central - 08,1a,Cosmopolitan student neighbourhoods,S02002274,Paisley Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203377 +203377,S00128718,5a3,Families in Terraces and Flats,S01012130,Paisley Central - 05,4d,Hard-pressed flat dwellers,S02002274,Paisley Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203378 +203378,S00128721,5a3,Families in Terraces and Flats,S01012073,Paisley North West - 04,3d,Households in terraces and flats,S02002264,Paisley North West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203379 +203379,S00128723,5a3,Families in Terraces and Flats,S01012074,Paisley West - 01,3a,Achieving neighbourhoods,S02002265,Paisley West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203380 +203380,S00128747,5a3,Families in Terraces and Flats,S01012129,Paisley Central - 04,4d,Hard-pressed flat dwellers,S02002274,Paisley Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203381 +203381,S00128800,5a3,Families in Terraces and Flats,S01012063,Paisley Ferguslie - 01,5b,Aspiring urban households,S02002263,Paisley Ferguslie,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203382 +203382,S00128801,5a3,Families in Terraces and Flats,S01012063,Paisley Ferguslie - 01,5b,Aspiring urban households,S02002263,Paisley Ferguslie,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203383 +203383,S00128853,5a3,Families in Terraces and Flats,S01012164,Renfrew West - 06,3a,Achieving neighbourhoods,S02002279,Renfrew West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203384 +203384,S00128585,8b2,Hard-Pressed Rented Terraces,S01012042,Johnstone South West - 06,4a,Challenged white communities,S02002258,Johnstone South West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203385 +203385,S00128933,5a3,Families in Terraces and Flats,S01012074,Paisley West - 01,3a,Achieving neighbourhoods,S02002265,Paisley West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203386 +203386,S00127563,7a2,Hampered Aspiration,S01012034,Kilbarchan - 02,5c,Comfortable neighbourhoods,S02002257,Kilbarchan,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203387 +203387,S00127628,7a2,Hampered Aspiration,S01012128,Paisley Central - 03,4d,Hard-pressed flat dwellers,S02002274,Paisley Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203388 +203388,S00127659,7a2,Hampered Aspiration,S01012124,Paisley East - 05,3d,Households in terraces and flats,S02002273,Paisley East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203389 +203389,S00127671,7a2,Hampered Aspiration,S01012128,Paisley Central - 03,4d,Hard-pressed flat dwellers,S02002274,Paisley Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203390 +203390,S00127672,7a2,Hampered Aspiration,S01012128,Paisley Central - 03,4d,Hard-pressed flat dwellers,S02002274,Paisley Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203391 +203391,S00127797,7a2,Hampered Aspiration,S01012129,Paisley Central - 04,4d,Hard-pressed flat dwellers,S02002274,Paisley Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203392 +203392,S00127816,7a2,Hampered Aspiration,S01012110,Paisley South East - 03,4d,Hard-pressed flat dwellers,S02002271,Paisley South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203393 +203393,S00127847,7a2,Hampered Aspiration,S01012109,Paisley South East - 02,4d,Hard-pressed flat dwellers,S02002271,Paisley South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203394 +203394,S00127739,7c3,Outer City Hardship,S01012138,Paisley North East - 05,3c,Highly qualified professionals,S02002275,Paisley North East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203395 +203395,S00128056,7a2,Hampered Aspiration,S01012157,Paisley North - 05,4d,Hard-pressed flat dwellers,S02002278,Paisley North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203396 +203396,S00128140,7a2,Hampered Aspiration,S01012179,Renfrew East - 06,5c,Comfortable neighbourhoods,S02002281,Renfrew East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203397 +203397,S00128153,7a2,Hampered Aspiration,S01012182,Renfrew North - 01,3a,Achieving neighbourhoods,S02002282,Renfrew North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203398 +203398,S00128162,7a2,Hampered Aspiration,S01012185,Renfrew North - 04,4d,Hard-pressed flat dwellers,S02002282,Renfrew North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203399 +203399,S00128260,7a2,Hampered Aspiration,S01012019,Lochwinnoch - 01,5c,Comfortable neighbourhoods,S02002254,Lochwinnoch,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203400 +203400,S00128736,7a2,Hampered Aspiration,S01012104,Paisley South - 01,8c,Comfortable suburbia,S02002270,Paisley South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203401 +203401,S00128817,7a2,Hampered Aspiration,S01012157,Paisley North - 05,4d,Hard-pressed flat dwellers,S02002278,Paisley North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203402 +203402,S00128836,7a2,Hampered Aspiration,S01012163,Renfrew West - 05,4d,Hard-pressed flat dwellers,S02002279,Renfrew West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203403 +203403,S00128939,7a2,Hampered Aspiration,S01012066,Paisley Ferguslie - 04,4d,Hard-pressed flat dwellers,S02002263,Paisley Ferguslie,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203404 +203404,S00127493,8d2,Hard-Pressed Ethnic Mix,S01012054,Johnstone South East - 03,4d,Hard-pressed flat dwellers,S02002261,Johnstone South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203405 +203405,S00128383,8d2,Hard-Pressed Ethnic Mix,S01012200,Erskine Central - 04,5d,Endeavouring social renters,S02002284,Erskine Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203406 +203406,S00128940,8d2,Hard-Pressed Ethnic Mix,S01012066,Paisley Ferguslie - 04,4d,Hard-pressed flat dwellers,S02002263,Paisley Ferguslie,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203407 +203407,S00128808,8d3,Hard-Pressed European Settlers,S01012064,Paisley Ferguslie - 02,4d,Hard-pressed flat dwellers,S02002263,Paisley Ferguslie,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203408 +203408,S00127415,8b2,Hard-Pressed Rented Terraces,S01012059,Elderslie and Phoenix - 03,4a,Challenged white communities,S02002262,Elderslie and Phoenix,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203409 +203409,S00127416,8b2,Hard-Pressed Rented Terraces,S01012059,Elderslie and Phoenix - 03,4a,Challenged white communities,S02002262,Elderslie and Phoenix,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203410 +203410,S00127419,8b2,Hard-Pressed Rented Terraces,S01012060,Elderslie and Phoenix - 04,4a,Challenged white communities,S02002262,Elderslie and Phoenix,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203411 +203411,S00127420,8b2,Hard-Pressed Rented Terraces,S01012059,Elderslie and Phoenix - 03,4a,Challenged white communities,S02002262,Elderslie and Phoenix,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203412 +203412,S00127462,8b2,Hard-Pressed Rented Terraces,S01012050,Johnstone North East - 04,5c,Comfortable neighbourhoods,S02002260,Johnstone North East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203413 +203413,S00127499,8b2,Hard-Pressed Rented Terraces,S01012053,Johnstone South East - 02,4a,Challenged white communities,S02002261,Johnstone South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203414 +203414,S00127502,8b2,Hard-Pressed Rented Terraces,S01012053,Johnstone South East - 02,4a,Challenged white communities,S02002261,Johnstone South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203415 +203415,S00127508,8b2,Hard-Pressed Rented Terraces,S01012042,Johnstone South West - 06,4a,Challenged white communities,S02002258,Johnstone South West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203416 +203416,S00127511,8b2,Hard-Pressed Rented Terraces,S01012037,Johnstone South West - 01,4a,Challenged white communities,S02002258,Johnstone South West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203417 +203417,S00127514,8b2,Hard-Pressed Rented Terraces,S01012037,Johnstone South West - 01,4a,Challenged white communities,S02002258,Johnstone South West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203418 +203418,S00127526,8b2,Hard-Pressed Rented Terraces,S01012039,Johnstone South West - 03,4a,Challenged white communities,S02002258,Johnstone South West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203419 +203419,S00127529,8b2,Hard-Pressed Rented Terraces,S01012039,Johnstone South West - 03,4a,Challenged white communities,S02002258,Johnstone South West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203420 +203420,S00128099,8b2,Hard-Pressed Rented Terraces,S01012151,Paisley Gallowhill and Hillington - 06,4d,Hard-pressed flat dwellers,S02002277,Paisley Gallowhill and Hillington,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203421 +203421,S00127740,7c3,Outer City Hardship,S01012139,Paisley North East - 06,5c,Comfortable neighbourhoods,S02002275,Paisley North East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203422 +203422,S00127823,7c3,Outer City Hardship,S01012110,Paisley South East - 03,4d,Hard-pressed flat dwellers,S02002271,Paisley South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203423 +203423,S00128587,8b2,Hard-Pressed Rented Terraces,S01012226,Linwood North - 04,4a,Challenged white communities,S02002288,Linwood North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203424 +203424,S00127837,7c3,Outer City Hardship,S01012121,Paisley East - 02,4a,Challenged white communities,S02002273,Paisley East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203425 +203425,S00127869,7c3,Outer City Hardship,S01012112,Paisley South East - 05,5c,Comfortable neighbourhoods,S02002271,Paisley South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203426 +203426,S00128588,8b2,Hard-Pressed Rented Terraces,S01012227,Linwood North - 05,4a,Challenged white communities,S02002288,Linwood North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203427 +203427,S00127541,8b2,Hard-Pressed Rented Terraces,S01012039,Johnstone South West - 03,4a,Challenged white communities,S02002258,Johnstone South West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203428 +203428,S00127870,7c3,Outer City Hardship,S01012113,Paisley South East - 06,5c,Comfortable neighbourhoods,S02002271,Paisley South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203429 +203429,S00128103,8b2,Hard-Pressed Rented Terraces,S01012150,Paisley Gallowhill and Hillington - 05,4a,Challenged white communities,S02002277,Paisley Gallowhill and Hillington,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203430 +203430,S00128607,8b2,Hard-Pressed Rented Terraces,S01012082,Paisley Foxbar - 02,4a,Challenged white communities,S02002266,Paisley Foxbar,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203431 +203431,S00127543,8b2,Hard-Pressed Rented Terraces,S01012041,Johnstone South West - 05,4a,Challenged white communities,S02002258,Johnstone South West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203432 +203432,S00127570,8b2,Hard-Pressed Rented Terraces,S01012033,Kilbarchan - 01,5c,Comfortable neighbourhoods,S02002257,Kilbarchan,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203433 +203433,S00127588,8b2,Hard-Pressed Rented Terraces,S01012227,Linwood North - 05,4a,Challenged white communities,S02002288,Linwood North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203434 +203434,S00127589,8b2,Hard-Pressed Rented Terraces,S01012226,Linwood North - 04,4a,Challenged white communities,S02002288,Linwood North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203435 +203435,S00127590,8b2,Hard-Pressed Rented Terraces,S01012226,Linwood North - 04,4a,Challenged white communities,S02002288,Linwood North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203436 +203436,S00127591,8b2,Hard-Pressed Rented Terraces,S01012228,Linwood North - 06,4a,Challenged white communities,S02002288,Linwood North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203437 +203437,S00127592,8b2,Hard-Pressed Rented Terraces,S01012228,Linwood North - 06,4a,Challenged white communities,S02002288,Linwood North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203438 +203438,S00127595,8b2,Hard-Pressed Rented Terraces,S01012228,Linwood North - 06,4a,Challenged white communities,S02002288,Linwood North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203439 +203439,S00127598,8b2,Hard-Pressed Rented Terraces,S01012227,Linwood North - 05,4a,Challenged white communities,S02002288,Linwood North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203440 +203440,S00127600,8b2,Hard-Pressed Rented Terraces,S01012225,Linwood North - 03,4a,Challenged white communities,S02002288,Linwood North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203441 +203441,S00127606,8b2,Hard-Pressed Rented Terraces,S01012219,Linwood South - 03,4a,Challenged white communities,S02002287,Linwood South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203442 +203442,S00127614,8b2,Hard-Pressed Rented Terraces,S01012219,Linwood South - 03,4a,Challenged white communities,S02002287,Linwood South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203443 +203443,S00127615,8b2,Hard-Pressed Rented Terraces,S01012219,Linwood South - 03,4a,Challenged white communities,S02002287,Linwood South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203444 +203444,S00127617,8b2,Hard-Pressed Rented Terraces,S01012222,Linwood South - 06,4a,Challenged white communities,S02002287,Linwood South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203445 +203445,S00127619,8b2,Hard-Pressed Rented Terraces,S01012222,Linwood South - 06,4a,Challenged white communities,S02002287,Linwood South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203446 +203446,S00127620,8b2,Hard-Pressed Rented Terraces,S01012223,Linwood North - 01,4a,Challenged white communities,S02002288,Linwood North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203447 +203447,S00127776,8b2,Hard-Pressed Rented Terraces,S01012141,Paisley Ralston - 01,8c,Comfortable suburbia,S02002276,Paisley Ralston,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203448 +203448,S00127831,8b2,Hard-Pressed Rented Terraces,S01012122,Paisley East - 03,5d,Endeavouring social renters,S02002273,Paisley East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203449 +203449,S00127833,8b2,Hard-Pressed Rented Terraces,S01012122,Paisley East - 03,5d,Endeavouring social renters,S02002273,Paisley East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203450 +203450,S00127846,8b2,Hard-Pressed Rented Terraces,S01012109,Paisley South East - 02,4d,Hard-pressed flat dwellers,S02002271,Paisley South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203451 +203451,S00127853,8b2,Hard-Pressed Rented Terraces,S01012121,Paisley East - 02,4a,Challenged white communities,S02002273,Paisley East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203452 +203452,S00127857,8b2,Hard-Pressed Rented Terraces,S01012120,Paisley East - 01,4a,Challenged white communities,S02002273,Paisley East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203453 +203453,S00127871,8b2,Hard-Pressed Rented Terraces,S01012113,Paisley South East - 06,5c,Comfortable neighbourhoods,S02002271,Paisley South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203454 +203454,S00127876,8b2,Hard-Pressed Rented Terraces,S01012115,Paisley Dykebar - 01,4a,Challenged white communities,S02002272,Paisley Dykebar,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203455 +203455,S00127879,8b2,Hard-Pressed Rented Terraces,S01012116,Paisley Dykebar - 02,4a,Challenged white communities,S02002272,Paisley Dykebar,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203456 +203456,S00127881,8b2,Hard-Pressed Rented Terraces,S01012116,Paisley Dykebar - 02,4a,Challenged white communities,S02002272,Paisley Dykebar,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203457 +203457,S00127883,8b2,Hard-Pressed Rented Terraces,S01012116,Paisley Dykebar - 02,4a,Challenged white communities,S02002272,Paisley Dykebar,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203458 +203458,S00127897,8b2,Hard-Pressed Rented Terraces,S01012096,Paisley Glenburn West - 02,4a,Challenged white communities,S02002268,Paisley Glenburn West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203459 +203459,S00127900,8b2,Hard-Pressed Rented Terraces,S01012096,Paisley Glenburn West - 02,4a,Challenged white communities,S02002268,Paisley Glenburn West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203460 +203460,S00127901,8b2,Hard-Pressed Rented Terraces,S01012097,Paisley Glenburn West - 03,4a,Challenged white communities,S02002268,Paisley Glenburn West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203461 +203461,S00127903,8b2,Hard-Pressed Rented Terraces,S01012097,Paisley Glenburn West - 03,4a,Challenged white communities,S02002268,Paisley Glenburn West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203462 +203462,S00127904,8b2,Hard-Pressed Rented Terraces,S01012097,Paisley Glenburn West - 03,4a,Challenged white communities,S02002268,Paisley Glenburn West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203463 +203463,S00127911,8b2,Hard-Pressed Rented Terraces,S01012098,Paisley Glenburn West - 04,4a,Challenged white communities,S02002268,Paisley Glenburn West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203464 +203464,S00127913,8b2,Hard-Pressed Rented Terraces,S01012097,Paisley Glenburn West - 03,4a,Challenged white communities,S02002268,Paisley Glenburn West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203465 +203465,S00127920,8b2,Hard-Pressed Rented Terraces,S01012100,Paisley Glenburn East - 01,4a,Challenged white communities,S02002269,Paisley Glenburn East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203466 +203466,S00127921,8b2,Hard-Pressed Rented Terraces,S01012102,Paisley Glenburn East - 03,4d,Hard-pressed flat dwellers,S02002269,Paisley Glenburn East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203467 +203467,S00127928,8b2,Hard-Pressed Rented Terraces,S01012103,Paisley Glenburn East - 04,5c,Comfortable neighbourhoods,S02002269,Paisley Glenburn East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203468 +203468,S00127942,8b2,Hard-Pressed Rented Terraces,S01012079,Paisley West - 06,4a,Challenged white communities,S02002265,Paisley West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203469 +203469,S00127953,8b2,Hard-Pressed Rented Terraces,S01012079,Paisley West - 06,4a,Challenged white communities,S02002265,Paisley West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203470 +203470,S00127974,8b2,Hard-Pressed Rented Terraces,S01012091,Paisley South West - 04,5b,Aspiring urban households,S02002267,Paisley South West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203471 +203471,S00127994,8b2,Hard-Pressed Rented Terraces,S01012084,Paisley Foxbar - 04,5b,Aspiring urban households,S02002266,Paisley Foxbar,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203472 +203472,S00127997,8b2,Hard-Pressed Rented Terraces,S01012084,Paisley Foxbar - 04,5b,Aspiring urban households,S02002266,Paisley Foxbar,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203473 +203473,S00128001,8b2,Hard-Pressed Rented Terraces,S01012086,Paisley Foxbar - 06,4a,Challenged white communities,S02002266,Paisley Foxbar,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203474 +203474,S00128003,8b2,Hard-Pressed Rented Terraces,S01012087,Paisley Foxbar - 07,4a,Challenged white communities,S02002266,Paisley Foxbar,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203475 +203475,S00128108,8b2,Hard-Pressed Rented Terraces,S01012150,Paisley Gallowhill and Hillington - 05,4a,Challenged white communities,S02002277,Paisley Gallowhill and Hillington,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203476 +203476,S00128117,8b2,Hard-Pressed Rented Terraces,S01012159,Renfrew West - 01,8b,Ageing suburbanites,S02002279,Renfrew West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203477 +203477,S00128615,8b2,Hard-Pressed Rented Terraces,S01012168,Renfrew South - 01,5c,Comfortable neighbourhoods,S02002280,Renfrew South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203478 +203478,S00128123,8b2,Hard-Pressed Rented Terraces,S01012160,Renfrew West - 02,8c,Comfortable suburbia,S02002279,Renfrew West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203479 +203479,S00127885,7c3,Outer City Hardship,S01012095,Paisley Glenburn West - 01,5c,Comfortable neighbourhoods,S02002268,Paisley Glenburn West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203480 +203480,S00128624,8b2,Hard-Pressed Rented Terraces,S01012201,Erskine Central - 05,5d,Endeavouring social renters,S02002284,Erskine Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203481 +203481,S00128228,8b2,Hard-Pressed Rented Terraces,S01012168,Renfrew South - 01,5c,Comfortable neighbourhoods,S02002280,Renfrew South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203482 +203482,S00127912,7c3,Outer City Hardship,S01012098,Paisley Glenburn West - 04,4a,Challenged white communities,S02002268,Paisley Glenburn West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203483 +203483,S00127932,7c3,Outer City Hardship,S01012102,Paisley Glenburn East - 03,4d,Hard-pressed flat dwellers,S02002269,Paisley Glenburn East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203484 +203484,S00127961,7c3,Outer City Hardship,S01012093,Paisley South West - 06,5c,Comfortable neighbourhoods,S02002267,Paisley South West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203485 +203485,S00127962,7c3,Outer City Hardship,S01012079,Paisley West - 06,4a,Challenged white communities,S02002265,Paisley West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203486 +203486,S00128007,7c3,Outer City Hardship,S01012086,Paisley Foxbar - 06,4a,Challenged white communities,S02002266,Paisley Foxbar,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203487 +203487,S00128023,7c3,Outer City Hardship,S01012081,Paisley Foxbar - 01,4d,Hard-pressed flat dwellers,S02002266,Paisley Foxbar,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203488 +203488,S00128036,7c3,Outer City Hardship,S01012155,Paisley North - 03,4d,Hard-pressed flat dwellers,S02002278,Paisley North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203489 +203489,S00128095,7c3,Outer City Hardship,S01012147,Paisley Gallowhill and Hillington - 02,4d,Hard-pressed flat dwellers,S02002277,Paisley Gallowhill and Hillington,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203490 +203490,S00128106,7c3,Outer City Hardship,S01012150,Paisley Gallowhill and Hillington - 05,4a,Challenged white communities,S02002277,Paisley Gallowhill and Hillington,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203491 +203491,S00128139,7c3,Outer City Hardship,S01012181,Renfrew East - 08,4a,Challenged white communities,S02002281,Renfrew East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203492 +203492,S00128195,7c3,Outer City Hardship,S01012169,Renfrew South - 02,4a,Challenged white communities,S02002280,Renfrew South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203493 +203493,S00128230,7c3,Outer City Hardship,S01012181,Renfrew East - 08,4a,Challenged white communities,S02002281,Renfrew East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203494 +203494,S00128231,7c3,Outer City Hardship,S01012181,Renfrew East - 08,4a,Challenged white communities,S02002281,Renfrew East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203495 +203495,S00128233,7c3,Outer City Hardship,S01012180,Renfrew East - 07,5c,Comfortable neighbourhoods,S02002281,Renfrew East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203496 +203496,S00128235,7c3,Outer City Hardship,S01012180,Renfrew East - 07,5c,Comfortable neighbourhoods,S02002281,Renfrew East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203497 +203497,S00128269,7c3,Outer City Hardship,S01012020,Lochwinnoch - 02,5c,Comfortable neighbourhoods,S02002254,Lochwinnoch,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203498 +203498,S00128286,7c3,Outer City Hardship,S01012239,Bridge of Weir - 03,4a,Challenged white communities,S02002291,Bridge of Weir,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203499 +203499,S00128287,7c3,Outer City Hardship,S01012240,Bridge of Weir - 04,5c,Comfortable neighbourhoods,S02002291,Bridge of Weir,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203500 +203500,S00128292,7c3,Outer City Hardship,S01012239,Bridge of Weir - 03,4a,Challenged white communities,S02002291,Bridge of Weir,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203501 +203501,S00128295,7c3,Outer City Hardship,S01012239,Bridge of Weir - 03,4a,Challenged white communities,S02002291,Bridge of Weir,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203502 +203502,S00128412,7c3,Outer City Hardship,S01012189,Erskine East and Inchinnan - 02,5c,Comfortable neighbourhoods,S02002283,Erskine East and Inchinnan,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203503 +203503,S00128417,7c3,Outer City Hardship,S01012188,Erskine East and Inchinnan - 01,5a,Ageing urban communities,S02002283,Erskine East and Inchinnan,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203504 +203504,S00128439,7c3,Outer City Hardship,S01012211,Bishopton - 01,5c,Comfortable neighbourhoods,S02002286,Bishopton,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203505 +203505,S00128481,7c3,Outer City Hardship,S01012234,Houston North - 02,8c,Comfortable suburbia,S02002290,Houston North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203506 +203506,S00128553,7c3,Outer City Hardship,S01012100,Paisley Glenburn East - 01,4a,Challenged white communities,S02002269,Paisley Glenburn East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203507 +203507,S00128593,7c3,Outer City Hardship,S01012139,Paisley North East - 06,5c,Comfortable neighbourhoods,S02002275,Paisley North East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203508 +203508,S00128745,7c3,Outer City Hardship,S01012105,Paisley South - 02,5c,Comfortable neighbourhoods,S02002270,Paisley South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203509 +203509,S00128757,7c3,Outer City Hardship,S01012123,Paisley East - 04,4d,Hard-pressed flat dwellers,S02002273,Paisley East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203510 +203510,S00128877,7c3,Outer City Hardship,S01012240,Bridge of Weir - 04,5c,Comfortable neighbourhoods,S02002291,Bridge of Weir,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203511 +203511,S00128880,7c3,Outer City Hardship,S01012234,Houston North - 02,8c,Comfortable suburbia,S02002290,Houston North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203512 +203512,S00128941,7c3,Outer City Hardship,S01012067,Paisley Ferguslie - 05,4a,Challenged white communities,S02002263,Paisley Ferguslie,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203513 +203513,S00127691,2c3,Professional Service Cosmopolitans,S01012130,Paisley Central - 05,4d,Hard-pressed flat dwellers,S02002274,Paisley Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203514 +203514,S00127706,2c3,Professional Service Cosmopolitans,S01012132,Paisley Central - 07,1a,Cosmopolitan student neighbourhoods,S02002274,Paisley Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203515 +203515,S00127715,2c3,Professional Service Cosmopolitans,S01012073,Paisley North West - 04,3d,Households in terraces and flats,S02002264,Paisley North West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203516 +203516,S00127741,2c3,Professional Service Cosmopolitans,S01012137,Paisley North East - 04,4d,Hard-pressed flat dwellers,S02002275,Paisley North East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203517 +203517,S00128152,2c3,Professional Service Cosmopolitans,S01012184,Renfrew North - 03,3d,Households in terraces and flats,S02002282,Renfrew North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203518 +203518,S00128700,2c3,Professional Service Cosmopolitans,S01012137,Paisley North East - 04,4d,Hard-pressed flat dwellers,S02002275,Paisley North East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203519 +203519,S00128704,2c3,Professional Service Cosmopolitans,S01012126,Paisley Central - 01,3c,Highly qualified professionals,S02002274,Paisley Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203520 +203520,S00128705,2c3,Professional Service Cosmopolitans,S01012126,Paisley Central - 01,3c,Highly qualified professionals,S02002274,Paisley Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203521 +203521,S00128708,2c3,Professional Service Cosmopolitans,S01012127,Paisley Central - 02,1a,Cosmopolitan student neighbourhoods,S02002274,Paisley Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203522 +203522,S00128262,8b2,Hard-Pressed Rented Terraces,S01012022,Lochwinnoch - 04,5c,Comfortable neighbourhoods,S02002254,Lochwinnoch,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203523 +203523,S00128263,8b2,Hard-Pressed Rented Terraces,S01012022,Lochwinnoch - 04,5c,Comfortable neighbourhoods,S02002254,Lochwinnoch,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203524 +203524,S00128634,8b2,Hard-Pressed Rented Terraces,S01012073,Paisley North West - 04,3d,Households in terraces and flats,S02002264,Paisley North West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203525 +203525,S00128288,8b2,Hard-Pressed Rented Terraces,S01012240,Bridge of Weir - 04,5c,Comfortable neighbourhoods,S02002291,Bridge of Weir,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203526 +203526,S00128678,8b2,Hard-Pressed Rented Terraces,S01012039,Johnstone South West - 03,4a,Challenged white communities,S02002258,Johnstone South West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203527 +203527,S00128343,8b2,Hard-Pressed Rented Terraces,S01012206,Erskine West - 03,5b,Aspiring urban households,S02002285,Erskine West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203528 +203528,S00128679,8b2,Hard-Pressed Rented Terraces,S01012039,Johnstone South West - 03,4a,Challenged white communities,S02002258,Johnstone South West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203529 +203529,S00128344,8b2,Hard-Pressed Rented Terraces,S01012206,Erskine West - 03,5b,Aspiring urban households,S02002285,Erskine West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203530 +203530,S00128680,8b2,Hard-Pressed Rented Terraces,S01012042,Johnstone South West - 06,4a,Challenged white communities,S02002258,Johnstone South West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203531 +203531,S00128345,8b2,Hard-Pressed Rented Terraces,S01012206,Erskine West - 03,5b,Aspiring urban households,S02002285,Erskine West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203532 +203532,S00128681,8b2,Hard-Pressed Rented Terraces,S01012042,Johnstone South West - 06,4a,Challenged white communities,S02002258,Johnstone South West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203533 +203533,S00128347,8b2,Hard-Pressed Rented Terraces,S01012207,Erskine West - 04,5d,Endeavouring social renters,S02002285,Erskine West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203534 +203534,S00128349,8b2,Hard-Pressed Rented Terraces,S01012210,Erskine West - 07,4a,Challenged white communities,S02002285,Erskine West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203535 +203535,S00128350,8b2,Hard-Pressed Rented Terraces,S01012210,Erskine West - 07,4a,Challenged white communities,S02002285,Erskine West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203536 +203536,S00128351,8b2,Hard-Pressed Rented Terraces,S01012210,Erskine West - 07,4a,Challenged white communities,S02002285,Erskine West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203537 +203537,S00128352,8b2,Hard-Pressed Rented Terraces,S01012210,Erskine West - 07,4a,Challenged white communities,S02002285,Erskine West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203538 +203538,S00128353,8b2,Hard-Pressed Rented Terraces,S01012210,Erskine West - 07,4a,Challenged white communities,S02002285,Erskine West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203539 +203539,S00128356,8b2,Hard-Pressed Rented Terraces,S01012207,Erskine West - 04,5d,Endeavouring social renters,S02002285,Erskine West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203540 +203540,S00128362,8b2,Hard-Pressed Rented Terraces,S01012208,Erskine West - 05,4a,Challenged white communities,S02002285,Erskine West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203541 +203541,S00128365,8b2,Hard-Pressed Rented Terraces,S01012209,Erskine West - 06,4a,Challenged white communities,S02002285,Erskine West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203542 +203542,S00128367,8b2,Hard-Pressed Rented Terraces,S01012209,Erskine West - 06,4a,Challenged white communities,S02002285,Erskine West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203543 +203543,S00128368,8b2,Hard-Pressed Rented Terraces,S01012209,Erskine West - 06,4a,Challenged white communities,S02002285,Erskine West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203544 +203544,S00128372,8b2,Hard-Pressed Rented Terraces,S01012208,Erskine West - 05,4a,Challenged white communities,S02002285,Erskine West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203545 +203545,S00128374,8b2,Hard-Pressed Rented Terraces,S01012198,Erskine Central - 02,5a,Ageing urban communities,S02002284,Erskine Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203546 +203546,S00128375,8b2,Hard-Pressed Rented Terraces,S01012199,Erskine Central - 03,5d,Endeavouring social renters,S02002284,Erskine Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203547 +203547,S00128376,8b2,Hard-Pressed Rented Terraces,S01012200,Erskine Central - 04,5d,Endeavouring social renters,S02002284,Erskine Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203548 +203548,S00128378,8b2,Hard-Pressed Rented Terraces,S01012199,Erskine Central - 03,5d,Endeavouring social renters,S02002284,Erskine Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203549 +203549,S00128379,8b2,Hard-Pressed Rented Terraces,S01012200,Erskine Central - 04,5d,Endeavouring social renters,S02002284,Erskine Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203550 +203550,S00128380,8b2,Hard-Pressed Rented Terraces,S01012200,Erskine Central - 04,5d,Endeavouring social renters,S02002284,Erskine Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203551 +203551,S00128381,8b2,Hard-Pressed Rented Terraces,S01012199,Erskine Central - 03,5d,Endeavouring social renters,S02002284,Erskine Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203552 +203552,S00128382,8b2,Hard-Pressed Rented Terraces,S01012197,Erskine Central - 01,5d,Endeavouring social renters,S02002284,Erskine Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203553 +203553,S00128385,8b2,Hard-Pressed Rented Terraces,S01012198,Erskine Central - 02,5a,Ageing urban communities,S02002284,Erskine Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203554 +203554,S00128387,8b2,Hard-Pressed Rented Terraces,S01012199,Erskine Central - 03,5d,Endeavouring social renters,S02002284,Erskine Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203555 +203555,S00128388,8b2,Hard-Pressed Rented Terraces,S01012195,Erskine East and Inchinnan - 08,5d,Endeavouring social renters,S02002283,Erskine East and Inchinnan,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203556 +203556,S00128397,8b2,Hard-Pressed Rented Terraces,S01012197,Erskine Central - 01,5d,Endeavouring social renters,S02002284,Erskine Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203557 +203557,S00128398,8b2,Hard-Pressed Rented Terraces,S01012195,Erskine East and Inchinnan - 08,5d,Endeavouring social renters,S02002283,Erskine East and Inchinnan,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203558 +203558,S00128400,8b2,Hard-Pressed Rented Terraces,S01012200,Erskine Central - 04,5d,Endeavouring social renters,S02002284,Erskine Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203559 +203559,S00128401,8b2,Hard-Pressed Rented Terraces,S01012201,Erskine Central - 05,5d,Endeavouring social renters,S02002284,Erskine Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203560 +203560,S00128407,8b2,Hard-Pressed Rented Terraces,S01012201,Erskine Central - 05,5d,Endeavouring social renters,S02002284,Erskine Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203561 +203561,S00128408,8b2,Hard-Pressed Rented Terraces,S01012202,Erskine Central - 06,5c,Comfortable neighbourhoods,S02002284,Erskine Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203562 +203562,S00128438,8b2,Hard-Pressed Rented Terraces,S01012211,Bishopton - 01,5c,Comfortable neighbourhoods,S02002286,Bishopton,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203563 +203563,S00128453,8b2,Hard-Pressed Rented Terraces,S01012157,Paisley North - 05,4d,Hard-pressed flat dwellers,S02002278,Paisley North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203564 +203564,S00128489,8b2,Hard-Pressed Rented Terraces,S01012201,Erskine Central - 05,5d,Endeavouring social renters,S02002284,Erskine Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203565 +203565,S00128773,8b2,Hard-Pressed Rented Terraces,S01012099,Paisley Glenburn West - 05,4d,Hard-pressed flat dwellers,S02002268,Paisley Glenburn West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203566 +203566,S00128776,8b2,Hard-Pressed Rented Terraces,S01012103,Paisley Glenburn East - 04,5c,Comfortable neighbourhoods,S02002269,Paisley Glenburn East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203567 +203567,S00128781,8b2,Hard-Pressed Rented Terraces,S01012103,Paisley Glenburn East - 04,5c,Comfortable neighbourhoods,S02002269,Paisley Glenburn East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203568 +203568,S00128822,8b2,Hard-Pressed Rented Terraces,S01012151,Paisley Gallowhill and Hillington - 06,4d,Hard-pressed flat dwellers,S02002277,Paisley Gallowhill and Hillington,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203569 +203569,S00128848,8b2,Hard-Pressed Rented Terraces,S01012186,Renfrew North - 05,4a,Challenged white communities,S02002282,Renfrew North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203570 +203570,S00128866,8b2,Hard-Pressed Rented Terraces,S01012171,Renfrew South - 04,4a,Challenged white communities,S02002280,Renfrew South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203571 +203571,S00128876,8b2,Hard-Pressed Rented Terraces,S01012240,Bridge of Weir - 04,5c,Comfortable neighbourhoods,S02002291,Bridge of Weir,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203572 +203572,S00128893,8b2,Hard-Pressed Rented Terraces,S01012207,Erskine West - 04,5d,Endeavouring social renters,S02002285,Erskine West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203573 +203573,S00128894,8b2,Hard-Pressed Rented Terraces,S01012209,Erskine West - 06,4a,Challenged white communities,S02002285,Erskine West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203574 +203574,S00128915,8b2,Hard-Pressed Rented Terraces,S01012197,Erskine Central - 01,5d,Endeavouring social renters,S02002284,Erskine Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203575 +203575,S00128916,8b2,Hard-Pressed Rented Terraces,S01012197,Erskine Central - 01,5d,Endeavouring social renters,S02002284,Erskine Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203576 +203576,S00128917,8b2,Hard-Pressed Rented Terraces,S01012197,Erskine Central - 01,5d,Endeavouring social renters,S02002284,Erskine Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203577 +203577,S00128922,8b2,Hard-Pressed Rented Terraces,S01012195,Erskine East and Inchinnan - 08,5d,Endeavouring social renters,S02002283,Erskine East and Inchinnan,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203578 +203578,S00128479,6a1,Indian Tech Achievers,S01012237,Bridge of Weir - 01,8a,Affluent communities,S02002291,Bridge of Weir,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203579 +203579,S00128825,6a1,Indian Tech Achievers,S01012149,Paisley Gallowhill and Hillington - 04,5a,Ageing urban communities,S02002277,Paisley Gallowhill and Hillington,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203580 +203580,S00127430,8a2,Industrious Hardship,S01012025,Renfrewshire Rural South and Howwood - 03,5c,Comfortable neighbourhoods,S02002255,Renfrewshire Rural South and Howwood,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203581 +203581,S00127443,8a2,Industrious Hardship,S01012044,Johnstone North West - 02,4d,Hard-pressed flat dwellers,S02002259,Johnstone North West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203582 +203582,S00127509,8a2,Industrious Hardship,S01012042,Johnstone South West - 06,4a,Challenged white communities,S02002258,Johnstone South West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203583 +203583,S00127894,8a2,Industrious Hardship,S01012096,Paisley Glenburn West - 02,4a,Challenged white communities,S02002268,Paisley Glenburn West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203584 +203584,S00127923,8a2,Industrious Hardship,S01012102,Paisley Glenburn East - 03,4d,Hard-pressed flat dwellers,S02002269,Paisley Glenburn East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203585 +203585,S00128115,8a2,Industrious Hardship,S01012159,Renfrew West - 01,8b,Ageing suburbanites,S02002279,Renfrew West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203586 +203586,S00128363,8a2,Industrious Hardship,S01012208,Erskine West - 05,4a,Challenged white communities,S02002285,Erskine West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203587 +203587,S00128694,8a2,Industrious Hardship,S01012223,Linwood North - 01,4a,Challenged white communities,S02002288,Linwood North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203588 +203588,S00127458,8a1,Industrious Transitions,S01012050,Johnstone North East - 04,5c,Comfortable neighbourhoods,S02002260,Johnstone North East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203589 +203589,S00127828,8a1,Industrious Transitions,S01012122,Paisley East - 03,5d,Endeavouring social renters,S02002273,Paisley East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203590 +203590,S00127970,8a1,Industrious Transitions,S01012092,Paisley South West - 05,5b,Aspiring urban households,S02002267,Paisley South West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203591 +203591,S00127990,8a1,Industrious Transitions,S01012085,Paisley Foxbar - 05,5c,Comfortable neighbourhoods,S02002266,Paisley Foxbar,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203592 +203592,S00128389,8a1,Industrious Transitions,S01012195,Erskine East and Inchinnan - 08,5d,Endeavouring social renters,S02002283,Erskine East and Inchinnan,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203593 +203593,S00128409,8a1,Industrious Transitions,S01012190,Erskine East and Inchinnan - 03,8c,Comfortable suburbia,S02002283,Erskine East and Inchinnan,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203594 +203594,S00128563,8a1,Industrious Transitions,S01012084,Paisley Foxbar - 04,5b,Aspiring urban households,S02002266,Paisley Foxbar,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203595 +203595,S00127626,2c2,Migrant Commuters,S01012128,Paisley Central - 03,4d,Hard-pressed flat dwellers,S02002274,Paisley Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203596 +203596,S00127627,2c2,Migrant Commuters,S01012128,Paisley Central - 03,4d,Hard-pressed flat dwellers,S02002274,Paisley Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203597 +203597,S00127630,2c2,Migrant Commuters,S01012131,Paisley Central - 06,1a,Cosmopolitan student neighbourhoods,S02002274,Paisley Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203598 +203598,S00127631,2c2,Migrant Commuters,S01012131,Paisley Central - 06,1a,Cosmopolitan student neighbourhoods,S02002274,Paisley Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203599 +203599,S00127632,2c2,Migrant Commuters,S01012127,Paisley Central - 02,1a,Cosmopolitan student neighbourhoods,S02002274,Paisley Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203600 +203600,S00128622,6b3,Semi-Detached Ageing,S01012198,Erskine Central - 02,5a,Ageing urban communities,S02002284,Erskine Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203601 +203601,S00128629,6b3,Semi-Detached Ageing,S01012192,Erskine East and Inchinnan - 05,8c,Comfortable suburbia,S02002283,Erskine East and Inchinnan,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203602 +203602,S00128630,6b3,Semi-Detached Ageing,S01012188,Erskine East and Inchinnan - 01,5a,Ageing urban communities,S02002283,Erskine East and Inchinnan,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203603 +203603,S00128653,6b3,Semi-Detached Ageing,S01012061,Elderslie and Phoenix - 05,5c,Comfortable neighbourhoods,S02002262,Elderslie and Phoenix,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203604 +203604,S00128666,6b3,Semi-Detached Ageing,S01012056,Johnstone South East - 05,5c,Comfortable neighbourhoods,S02002261,Johnstone South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203605 +203605,S00128682,6b3,Semi-Detached Ageing,S01012041,Johnstone South West - 05,4a,Challenged white communities,S02002258,Johnstone South West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203606 +203606,S00128735,6b3,Semi-Detached Ageing,S01012145,Paisley Ralston - 05,8a,Affluent communities,S02002276,Paisley Ralston,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203607 +203607,S00128766,6b3,Semi-Detached Ageing,S01012118,Paisley Dykebar - 04,8c,Comfortable suburbia,S02002272,Paisley Dykebar,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203608 +203608,S00128783,6b3,Semi-Detached Ageing,S01012075,Paisley West - 02,8c,Comfortable suburbia,S02002265,Paisley West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203609 +203609,S00128873,6b3,Semi-Detached Ageing,S01012178,Renfrew East - 05,8b,Ageing suburbanites,S02002281,Renfrew East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203610 +203610,S00128908,6b3,Semi-Detached Ageing,S01012216,Bishopton - 06,8b,Ageing suburbanites,S02002286,Bishopton,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203611 +203611,S00128930,6b3,Semi-Detached Ageing,S01012203,Erskine Central - 07,8b,Ageing suburbanites,S02002284,Erskine Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203612 +203612,S00128709,2a1,Student Communal Living,S01012133,Paisley Central - 08,1a,Cosmopolitan student neighbourhoods,S02002274,Paisley Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203613 +203613,S00127633,2b1,Students and Commuters,S01012127,Paisley Central - 02,1a,Cosmopolitan student neighbourhoods,S02002274,Paisley Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203614 +203614,S00127688,2b1,Students and Commuters,S01012132,Paisley Central - 07,1a,Cosmopolitan student neighbourhoods,S02002274,Paisley Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203615 +203615,S00128710,2b1,Students and Commuters,S01012133,Paisley Central - 08,1a,Cosmopolitan student neighbourhoods,S02002274,Paisley Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203616 +203616,S00097094,7d1,Ageing Communities and Families,S01013176,IZ09 - 06,5a,Ageing urban communities,S02002468,IZ09,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203617 +203617,S00127603,7a1,Transitional Eastern European Neighbourhoods,S01012218,Linwood South - 02,4d,Hard-pressed flat dwellers,S02002287,Linwood South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203618 +203618,S00127851,7a1,Transitional Eastern European Neighbourhoods,S01012120,Paisley East - 01,4a,Challenged white communities,S02002273,Paisley East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203619 +203619,S00128137,7a1,Transitional Eastern European Neighbourhoods,S01012181,Renfrew East - 08,4a,Challenged white communities,S02002281,Renfrew East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203620 +203620,S00128172,7a1,Transitional Eastern European Neighbourhoods,S01012165,Renfrew West - 07,4d,Hard-pressed flat dwellers,S02002279,Renfrew West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203621 +203621,S00128461,7a1,Transitional Eastern European Neighbourhoods,S01012162,Renfrew West - 04,4b,Constrained renters,S02002279,Renfrew West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203622 +203622,S00128805,7a1,Transitional Eastern European Neighbourhoods,S01012064,Paisley Ferguslie - 02,4d,Hard-pressed flat dwellers,S02002263,Paisley Ferguslie,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203623 +203623,S00128811,7a1,Transitional Eastern European Neighbourhoods,S01012066,Paisley Ferguslie - 04,4d,Hard-pressed flat dwellers,S02002263,Paisley Ferguslie,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203624 +203624,S00127382,5a1,White Professionals,S01012117,Paisley Dykebar - 03,8c,Comfortable suburbia,S02002272,Paisley Dykebar,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203625 +203625,S00127455,5a1,White Professionals,S01012052,Johnstone South East - 01,4a,Challenged white communities,S02002261,Johnstone South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203626 +203626,S00127460,5a1,White Professionals,S01012050,Johnstone North East - 04,5c,Comfortable neighbourhoods,S02002260,Johnstone North East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203627 +203627,S00127465,5a1,White Professionals,S01012049,Johnstone North East - 03,4a,Challenged white communities,S02002260,Johnstone North East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203628 +203628,S00127467,5a1,White Professionals,S01012047,Johnstone North East - 01,4d,Hard-pressed flat dwellers,S02002260,Johnstone North East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203629 +203629,S00127566,5a1,White Professionals,S01012034,Kilbarchan - 02,5c,Comfortable neighbourhoods,S02002257,Kilbarchan,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203630 +203630,S00127585,5a1,White Professionals,S01012225,Linwood North - 03,4a,Challenged white communities,S02002288,Linwood North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203631 +203631,S00127663,5a1,White Professionals,S01012124,Paisley East - 05,3d,Households in terraces and flats,S02002273,Paisley East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203632 +203632,S00127664,5a1,White Professionals,S01012124,Paisley East - 05,3d,Households in terraces and flats,S02002273,Paisley East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203633 +203633,S00128716,2c3,Professional Service Cosmopolitans,S01012132,Paisley Central - 07,1a,Cosmopolitan student neighbourhoods,S02002274,Paisley Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203634 +203634,S00127693,5a1,White Professionals,S01012130,Paisley Central - 05,4d,Hard-pressed flat dwellers,S02002274,Paisley Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203635 +203635,S00127727,5a1,White Professionals,S01012134,Paisley North East - 01,3c,Highly qualified professionals,S02002275,Paisley North East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203636 +203636,S00127728,5a1,White Professionals,S01012139,Paisley North East - 06,5c,Comfortable neighbourhoods,S02002275,Paisley North East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203637 +203637,S00127769,5a1,White Professionals,S01012144,Paisley Ralston - 04,5c,Comfortable neighbourhoods,S02002276,Paisley Ralston,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203638 +203638,S00127771,5a1,White Professionals,S01012144,Paisley Ralston - 04,5c,Comfortable neighbourhoods,S02002276,Paisley Ralston,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203639 +203639,S00127775,5a1,White Professionals,S01012141,Paisley Ralston - 01,8c,Comfortable suburbia,S02002276,Paisley Ralston,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203640 +203640,S00127860,5a1,White Professionals,S01012114,Paisley South East - 07,3c,Highly qualified professionals,S02002271,Paisley South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203641 +203641,S00127959,5a1,White Professionals,S01012093,Paisley South West - 06,5c,Comfortable neighbourhoods,S02002267,Paisley South West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203642 +203642,S00127973,5a1,White Professionals,S01012092,Paisley South West - 05,5b,Aspiring urban households,S02002267,Paisley South West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203643 +203643,S00128118,5a1,White Professionals,S01012159,Renfrew West - 01,8b,Ageing suburbanites,S02002279,Renfrew West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203644 +203644,S00128119,5a1,White Professionals,S01012160,Renfrew West - 02,8c,Comfortable suburbia,S02002279,Renfrew West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203645 +203645,S00128124,5a1,White Professionals,S01012160,Renfrew West - 02,8c,Comfortable suburbia,S02002279,Renfrew West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203646 +203646,S00128127,5a1,White Professionals,S01012162,Renfrew West - 04,4b,Constrained renters,S02002279,Renfrew West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203647 +203647,S00128176,5a1,White Professionals,S01012166,Renfrew West - 08,4d,Hard-pressed flat dwellers,S02002279,Renfrew West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203648 +203648,S00128193,5a1,White Professionals,S01012169,Renfrew South - 02,4a,Challenged white communities,S02002280,Renfrew South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203649 +203649,S00128209,5a1,White Professionals,S01012182,Renfrew North - 01,3a,Achieving neighbourhoods,S02002282,Renfrew North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203650 +203650,S00128212,5a1,White Professionals,S01012175,Renfrew East - 02,5b,Aspiring urban households,S02002281,Renfrew East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203651 +203651,S00128213,5a1,White Professionals,S01012175,Renfrew East - 02,5b,Aspiring urban households,S02002281,Renfrew East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203652 +203652,S00127471,7d4,Retired City Hardship,S01012048,Johnstone North East - 02,4d,Hard-pressed flat dwellers,S02002260,Johnstone North East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203653 +203653,S00128444,6b2,White Suburban Communities,S01012213,Bishopton - 03,8b,Ageing suburbanites,S02002286,Bishopton,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203654 +203654,S00127401,5b3,Self-Sufficient Retirement,S01012058,Elderslie and Phoenix - 02,5c,Comfortable neighbourhoods,S02002262,Elderslie and Phoenix,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203655 +203655,S00128216,5a1,White Professionals,S01012175,Renfrew East - 02,5b,Aspiring urban households,S02002281,Renfrew East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203656 +203656,S00128725,5b3,Self-Sufficient Retirement,S01012072,Paisley North West - 03,4d,Hard-pressed flat dwellers,S02002264,Paisley North West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203657 +203657,S00128480,6b2,White Suburban Communities,S01012234,Houston North - 02,8c,Comfortable suburbia,S02002290,Houston North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203658 +203658,S00127402,5b3,Self-Sufficient Retirement,S01012026,Renfrewshire Rural South and Howwood - 04,8c,Comfortable suburbia,S02002255,Renfrewshire Rural South and Howwood,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203659 +203659,S00128719,2c3,Professional Service Cosmopolitans,S01012130,Paisley Central - 05,4d,Hard-pressed flat dwellers,S02002274,Paisley Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203660 +203660,S00128143,7d4,Retired City Hardship,S01012179,Renfrew East - 06,5c,Comfortable neighbourhoods,S02002281,Renfrew East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203661 +203661,S00128224,5a1,White Professionals,S01012168,Renfrew South - 01,5c,Comfortable neighbourhoods,S02002280,Renfrew South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203662 +203662,S00127422,5b3,Self-Sufficient Retirement,S01012061,Elderslie and Phoenix - 05,5c,Comfortable neighbourhoods,S02002262,Elderslie and Phoenix,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203663 +203663,S00128485,6b2,White Suburban Communities,S01012204,Erskine West - 01,8b,Ageing suburbanites,S02002285,Erskine West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203664 +203664,S00128728,2c3,Professional Service Cosmopolitans,S01012074,Paisley West - 01,3a,Achieving neighbourhoods,S02002265,Paisley West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203665 +203665,S00128595,7d4,Retired City Hardship,S01012108,Paisley South East - 01,4d,Hard-pressed flat dwellers,S02002271,Paisley South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203666 +203666,S00128242,5a1,White Professionals,S01012175,Renfrew East - 02,5b,Aspiring urban households,S02002281,Renfrew East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203667 +203667,S00127450,5b3,Self-Sufficient Retirement,S01012052,Johnstone South East - 01,4a,Challenged white communities,S02002261,Johnstone South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203668 +203668,S00128491,6b2,White Suburban Communities,S01012191,Erskine East and Inchinnan - 04,8c,Comfortable suburbia,S02002283,Erskine East and Inchinnan,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203669 +203669,S00128746,2c3,Professional Service Cosmopolitans,S01012109,Paisley South East - 02,4d,Hard-pressed flat dwellers,S02002271,Paisley South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203670 +203670,S00128741,5b3,Self-Sufficient Retirement,S01012106,Paisley South - 03,8c,Comfortable suburbia,S02002270,Paisley South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203671 +203671,S00096316,6a4,Ageing in Suburbia,S01013236,IZ17 - 09,5c,Comfortable neighbourhoods,S02002476,IZ17,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203672 +203672,S00128600,6b2,White Suburban Communities,S01012075,Paisley West - 02,8c,Comfortable suburbia,S02002265,Paisley West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203673 +203673,S00128596,7d4,Retired City Hardship,S01012108,Paisley South East - 01,4d,Hard-pressed flat dwellers,S02002271,Paisley South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203674 +203674,S00128245,5a1,White Professionals,S01012176,Renfrew East - 03,8c,Comfortable suburbia,S02002281,Renfrew East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203675 +203675,S00096448,6a4,Ageing in Suburbia,S01013192,IZ12 - 02,5a,Ageing urban communities,S02002471,IZ12,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203676 +203676,S00127551,5b3,Self-Sufficient Retirement,S01012043,Johnstone North West - 01,4a,Challenged white communities,S02002259,Johnstone North West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203677 +203677,S00128752,2c3,Professional Service Cosmopolitans,S01012108,Paisley South East - 01,4d,Hard-pressed flat dwellers,S02002271,Paisley South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203678 +203678,S00128748,5b3,Self-Sufficient Retirement,S01012129,Paisley Central - 04,4d,Hard-pressed flat dwellers,S02002274,Paisley Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203679 +203679,S00128616,6b2,White Suburban Communities,S01012168,Renfrew South - 01,5c,Comfortable neighbourhoods,S02002280,Renfrew South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203680 +203680,S00128597,7d4,Retired City Hardship,S01012108,Paisley South East - 01,4d,Hard-pressed flat dwellers,S02002271,Paisley South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203681 +203681,S00128251,5a1,White Professionals,S01012176,Renfrew East - 03,8c,Comfortable suburbia,S02002281,Renfrew East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203682 +203682,S00127554,5b3,Self-Sufficient Retirement,S01012035,Kilbarchan - 03,5c,Comfortable neighbourhoods,S02002257,Kilbarchan,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203683 +203683,S00128633,6b2,White Suburban Communities,S01012076,Paisley West - 03,5c,Comfortable neighbourhoods,S02002265,Paisley West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203684 +203684,S00128840,2c3,Professional Service Cosmopolitans,S01012183,Renfrew North - 02,4d,Hard-pressed flat dwellers,S02002282,Renfrew North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203685 +203685,S00096474,6a4,Ageing in Suburbia,S01013197,IZ12 - 07,5a,Ageing urban communities,S02002471,IZ12,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203686 +203686,S00128598,7d4,Retired City Hardship,S01012108,Paisley South East - 01,4d,Hard-pressed flat dwellers,S02002271,Paisley South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203687 +203687,S00128252,5a1,White Professionals,S01012177,Renfrew East - 04,8c,Comfortable suburbia,S02002281,Renfrew East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203688 +203688,S00127557,5b3,Self-Sufficient Retirement,S01012036,Kilbarchan - 04,8b,Ageing suburbanites,S02002257,Kilbarchan,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203689 +203689,S00128759,5b3,Self-Sufficient Retirement,S01012112,Paisley South East - 05,5c,Comfortable neighbourhoods,S02002271,Paisley South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203690 +203690,S00128637,6b2,White Suburban Communities,S01012027,Renfrewshire Rural South and Howwood - 05,2a,Ageing rural neighbourhoods,S02002255,Renfrewshire Rural South and Howwood,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203691 +203691,S00127413,8c3,Renting Hard-Pressed Workers,S01012059,Elderslie and Phoenix - 03,4a,Challenged white communities,S02002262,Elderslie and Phoenix,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203692 +203692,S00096499,6a4,Ageing in Suburbia,S01013187,IZ11 - 04,4a,Challenged white communities,S02002470,IZ11,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203693 +203693,S00096526,6a4,Ageing in Suburbia,S01013199,IZ13 - 01,5c,Comfortable neighbourhoods,S02002472,IZ13,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203694 +203694,S00096538,6a4,Ageing in Suburbia,S01013200,IZ13 - 02,5a,Ageing urban communities,S02002472,IZ13,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203695 +203695,S00096586,6a4,Ageing in Suburbia,S01013190,IZ11 - 07,5c,Comfortable neighbourhoods,S02002470,IZ11,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203696 +203696,S00096653,6a4,Ageing in Suburbia,S01013226,IZ16 - 04,5c,Comfortable neighbourhoods,S02002475,IZ16,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203697 +203697,S00096885,6a4,Ageing in Suburbia,S01013148,IZ05 - 02,5c,Comfortable neighbourhoods,S02002464,IZ05,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203698 +203698,S00096887,6a4,Ageing in Suburbia,S01013154,IZ06 - 03,4a,Challenged white communities,S02002465,IZ06,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203699 +203699,S00097081,6a4,Ageing in Suburbia,S01013151,IZ05 - 05,5c,Comfortable neighbourhoods,S02002464,IZ05,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203700 +203700,S00097110,6a4,Ageing in Suburbia,S01013152,IZ06 - 01,5c,Comfortable neighbourhoods,S02002465,IZ06,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203701 +203701,S00097111,6a4,Ageing in Suburbia,S01013151,IZ05 - 05,5c,Comfortable neighbourhoods,S02002464,IZ05,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203702 +203702,S00096355,8c1,Ageing Industrious Workers,S01013230,IZ17 - 03,4a,Challenged white communities,S02002476,IZ17,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203703 +203703,S00096424,8c1,Ageing Industrious Workers,S01013223,IZ16 - 01,4d,Hard-pressed flat dwellers,S02002475,IZ16,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203704 +203704,S00096598,8c1,Ageing Industrious Workers,S01013179,IZ10 - 02,5c,Comfortable neighbourhoods,S02002469,IZ10,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203705 +203705,S00096675,8c1,Ageing Industrious Workers,S01013207,IZ14 - 01,5a,Ageing urban communities,S02002473,IZ14,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203706 +203706,S00096687,8c1,Ageing Industrious Workers,S01013227,IZ16 - 05,4a,Challenged white communities,S02002475,IZ16,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203707 +203707,S00096787,8c1,Ageing Industrious Workers,S01013147,IZ05 - 01,5c,Comfortable neighbourhoods,S02002464,IZ05,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203708 +203708,S00096804,8c1,Ageing Industrious Workers,S01013165,IZ08 - 02,5a,Ageing urban communities,S02002467,IZ08,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203709 +203709,S00096856,8c1,Ageing Industrious Workers,S01013164,IZ08 - 01,5c,Comfortable neighbourhoods,S02002467,IZ08,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203710 +203710,S00096886,8c1,Ageing Industrious Workers,S01013152,IZ06 - 01,5c,Comfortable neighbourhoods,S02002465,IZ06,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203711 +203711,S00096973,8c1,Ageing Industrious Workers,S01013152,IZ06 - 01,5c,Comfortable neighbourhoods,S02002465,IZ06,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203712 +203712,S00096981,8c1,Ageing Industrious Workers,S01013175,IZ09 - 05,5c,Comfortable neighbourhoods,S02002468,IZ09,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203713 +203713,S00097046,8c1,Ageing Industrious Workers,S01013134,IZ03 - 01,4a,Challenged white communities,S02002462,IZ03,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203714 +203714,S00096582,1b3,Ageing Rural Flat Tenants,S01013242,IZ18 - 06,2c,Remoter communities,S02002477,IZ18,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203715 +203715,S00096613,1b3,Ageing Rural Flat Tenants,S01013234,IZ17 - 07,8b,Ageing suburbanites,S02002476,IZ17,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203716 +203716,S00096269,1a3,Agricultural Communities,S01013221,IZ15 - 08,4a,Challenged white communities,S02002474,IZ15,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203717 +203717,S00096272,7c1,Challenged Transitionaries,S01013178,IZ10 - 01,5c,Comfortable neighbourhoods,S02002469,IZ10,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203718 +203718,S00096273,7c1,Challenged Transitionaries,S01013179,IZ10 - 02,5c,Comfortable neighbourhoods,S02002469,IZ10,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203719 +203719,S00096275,7c1,Challenged Transitionaries,S01013179,IZ10 - 02,5c,Comfortable neighbourhoods,S02002469,IZ10,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203720 +203720,S00096280,7c1,Challenged Transitionaries,S01013237,IZ18 - 01,5c,Comfortable neighbourhoods,S02002477,IZ18,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203721 +203721,S00096318,7c1,Challenged Transitionaries,S01013235,IZ17 - 08,5c,Comfortable neighbourhoods,S02002476,IZ17,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203722 +203722,S00096320,7c1,Challenged Transitionaries,S01013235,IZ17 - 08,5c,Comfortable neighbourhoods,S02002476,IZ17,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203723 +203723,S00096325,7c1,Challenged Transitionaries,S01013209,IZ14 - 03,4d,Hard-pressed flat dwellers,S02002473,IZ14,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203724 +203724,S00096344,7c1,Challenged Transitionaries,S01013228,IZ17 - 01,4d,Hard-pressed flat dwellers,S02002476,IZ17,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203725 +203725,S00096352,7c1,Challenged Transitionaries,S01013232,IZ17 - 05,4a,Challenged white communities,S02002476,IZ17,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203726 +203726,S00096354,7c1,Challenged Transitionaries,S01013230,IZ17 - 03,4a,Challenged white communities,S02002476,IZ17,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203727 +203727,S00096356,7c1,Challenged Transitionaries,S01013229,IZ17 - 02,4a,Challenged white communities,S02002476,IZ17,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203728 +203728,S00096357,7c1,Challenged Transitionaries,S01013229,IZ17 - 02,4a,Challenged white communities,S02002476,IZ17,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203729 +203729,S00096358,7c1,Challenged Transitionaries,S01013230,IZ17 - 03,4a,Challenged white communities,S02002476,IZ17,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203730 +203730,S00096360,7c1,Challenged Transitionaries,S01013231,IZ17 - 04,4a,Challenged white communities,S02002476,IZ17,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203731 +203731,S00096361,7c1,Challenged Transitionaries,S01013231,IZ17 - 04,4a,Challenged white communities,S02002476,IZ17,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203732 +203732,S00096362,7c1,Challenged Transitionaries,S01013231,IZ17 - 04,4a,Challenged white communities,S02002476,IZ17,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203733 +203733,S00096363,7c1,Challenged Transitionaries,S01013231,IZ17 - 04,4a,Challenged white communities,S02002476,IZ17,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203734 +203734,S00096372,7c1,Challenged Transitionaries,S01013220,IZ15 - 07,4a,Challenged white communities,S02002474,IZ15,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203735 +203735,S00096377,7c1,Challenged Transitionaries,S01013216,IZ15 - 03,4a,Challenged white communities,S02002474,IZ15,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203736 +203736,S00096379,7c1,Challenged Transitionaries,S01013215,IZ15 - 02,5c,Comfortable neighbourhoods,S02002474,IZ15,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203737 +203737,S00096384,7c1,Challenged Transitionaries,S01013215,IZ15 - 02,5c,Comfortable neighbourhoods,S02002474,IZ15,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203738 +203738,S00128298,5a1,White Professionals,S01012243,Bridge of Weir - 07,8c,Comfortable suburbia,S02002291,Bridge of Weir,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203739 +203739,S00128674,7d4,Retired City Hardship,S01012047,Johnstone North East - 01,4d,Hard-pressed flat dwellers,S02002260,Johnstone North East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203740 +203740,S00128791,5b3,Self-Sufficient Retirement,S01012088,Paisley South West - 01,5c,Comfortable neighbourhoods,S02002267,Paisley South West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203741 +203741,S00127561,5b3,Self-Sufficient Retirement,S01012035,Kilbarchan - 03,5c,Comfortable neighbourhoods,S02002257,Kilbarchan,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203742 +203742,S00127565,5b3,Self-Sufficient Retirement,S01012034,Kilbarchan - 02,5c,Comfortable neighbourhoods,S02002257,Kilbarchan,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203743 +203743,S00128659,6b2,White Suburban Communities,S01012024,Renfrewshire Rural South and Howwood - 02,5c,Comfortable neighbourhoods,S02002255,Renfrewshire Rural South and Howwood,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203744 +203744,S00128312,5a1,White Professionals,S01012232,Houston South - 04,8c,Comfortable suburbia,S02002289,Houston South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203745 +203745,S00127567,5b3,Self-Sufficient Retirement,S01012034,Kilbarchan - 02,5c,Comfortable neighbourhoods,S02002257,Kilbarchan,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203746 +203746,S00128733,7d4,Retired City Hardship,S01012134,Paisley North East - 01,3c,Highly qualified professionals,S02002275,Paisley North East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203747 +203747,S00128826,5b3,Self-Sufficient Retirement,S01012149,Paisley Gallowhill and Hillington - 04,5a,Ageing urban communities,S02002277,Paisley Gallowhill and Hillington,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203748 +203748,S00128842,5b3,Self-Sufficient Retirement,S01012183,Renfrew North - 02,4d,Hard-pressed flat dwellers,S02002282,Renfrew North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203749 +203749,S00127429,8c3,Renting Hard-Pressed Workers,S01012025,Renfrewshire Rural South and Howwood - 03,5c,Comfortable neighbourhoods,S02002255,Renfrewshire Rural South and Howwood,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203750 +203750,S00128660,6b2,White Suburban Communities,S01012024,Renfrewshire Rural South and Howwood - 02,5c,Comfortable neighbourhoods,S02002255,Renfrewshire Rural South and Howwood,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203751 +203751,S00127447,8c3,Renting Hard-Pressed Workers,S01012056,Johnstone South East - 05,5c,Comfortable neighbourhoods,S02002261,Johnstone South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203752 +203752,S00128315,5a1,White Professionals,S01012229,Houston South - 01,8c,Comfortable suburbia,S02002289,Houston South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203753 +203753,S00127662,5b3,Self-Sufficient Retirement,S01012124,Paisley East - 05,3d,Households in terraces and flats,S02002273,Paisley East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203754 +203754,S00128883,5b3,Self-Sufficient Retirement,S01012230,Houston South - 02,8c,Comfortable suburbia,S02002289,Houston South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203755 +203755,S00128734,7d4,Retired City Hardship,S01012134,Paisley North East - 01,3c,Highly qualified professionals,S02002275,Paisley North East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203756 +203756,S00128663,6b2,White Suburban Communities,S01012025,Renfrewshire Rural South and Howwood - 03,5c,Comfortable neighbourhoods,S02002255,Renfrewshire Rural South and Howwood,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203757 +203757,S00127449,8c3,Renting Hard-Pressed Workers,S01012056,Johnstone South East - 05,5c,Comfortable neighbourhoods,S02002261,Johnstone South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203758 +203758,S00128318,5a1,White Professionals,S01012229,Houston South - 01,8c,Comfortable suburbia,S02002289,Houston South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203759 +203759,S00128911,5b3,Self-Sufficient Retirement,S01012211,Bishopton - 01,5c,Comfortable neighbourhoods,S02002286,Bishopton,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203760 +203760,S00127794,5b3,Self-Sufficient Retirement,S01012107,Paisley South - 04,5a,Ageing urban communities,S02002270,Paisley South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203761 +203761,S00127800,7d3,Retired Communal City Dwellers,S01012130,Paisley Central - 05,4d,Hard-pressed flat dwellers,S02002274,Paisley Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203762 +203762,S00128760,6b2,White Suburban Communities,S01012118,Paisley Dykebar - 04,8c,Comfortable suburbia,S02002272,Paisley Dykebar,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203763 +203763,S00127510,8c3,Renting Hard-Pressed Workers,S01012042,Johnstone South West - 06,4a,Challenged white communities,S02002258,Johnstone South West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203764 +203764,S00128329,5a1,White Professionals,S01012236,Houston North - 04,5c,Comfortable neighbourhoods,S02002290,Houston North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203765 +203765,S00128428,5a1,White Professionals,S01012215,Bishopton - 05,8b,Ageing suburbanites,S02002286,Bishopton,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203766 +203766,S00128470,5a1,White Professionals,S01012019,Lochwinnoch - 01,5c,Comfortable neighbourhoods,S02002254,Lochwinnoch,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203767 +203767,S00128533,5a1,White Professionals,S01012062,Elderslie and Phoenix - 06,8c,Comfortable suburbia,S02002262,Elderslie and Phoenix,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203768 +203768,S00128551,5a1,White Professionals,S01012101,Paisley Glenburn East - 02,8b,Ageing suburbanites,S02002269,Paisley Glenburn East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203769 +203769,S00128561,5a1,White Professionals,S01012243,Bridge of Weir - 07,8c,Comfortable suburbia,S02002291,Bridge of Weir,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203770 +203770,S00128621,5a1,White Professionals,S01012198,Erskine Central - 02,5a,Ageing urban communities,S02002284,Erskine Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203771 +203771,S00128753,5a1,White Professionals,S01012105,Paisley South - 02,5c,Comfortable neighbourhoods,S02002270,Paisley South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203772 +203772,S00128764,5a1,White Professionals,S01012117,Paisley Dykebar - 03,8c,Comfortable suburbia,S02002272,Paisley Dykebar,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203773 +203773,S00128821,5a1,White Professionals,S01012062,Elderslie and Phoenix - 06,8c,Comfortable suburbia,S02002262,Elderslie and Phoenix,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203774 +203774,S00128837,5a1,White Professionals,S01012163,Renfrew West - 05,4d,Hard-pressed flat dwellers,S02002279,Renfrew West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203775 +203775,S00128850,5a1,White Professionals,S01012164,Renfrew West - 06,3a,Achieving neighbourhoods,S02002279,Renfrew West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203776 +203776,S00128852,5a1,White Professionals,S01012164,Renfrew West - 06,3a,Achieving neighbourhoods,S02002279,Renfrew West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203777 +203777,S00128863,5a1,White Professionals,S01012174,Renfrew East - 01,8c,Comfortable suburbia,S02002281,Renfrew East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203778 +203778,S00128872,5a1,White Professionals,S01012177,Renfrew East - 04,8c,Comfortable suburbia,S02002281,Renfrew East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203779 +203779,S00128906,5a1,White Professionals,S01012202,Erskine Central - 06,5c,Comfortable neighbourhoods,S02002284,Erskine Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203780 +203780,S00128932,5a1,White Professionals,S01012074,Paisley West - 01,3a,Achieving neighbourhoods,S02002265,Paisley West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203781 +203781,S00127556,6b2,White Suburban Communities,S01012036,Kilbarchan - 04,8b,Ageing suburbanites,S02002257,Kilbarchan,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203782 +203782,S00127571,6b2,White Suburban Communities,S01012033,Kilbarchan - 01,5c,Comfortable neighbourhoods,S02002257,Kilbarchan,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203783 +203783,S00127764,6b2,White Suburban Communities,S01012142,Paisley Ralston - 02,8b,Ageing suburbanites,S02002276,Paisley Ralston,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203784 +203784,S00127784,6b2,White Suburban Communities,S01012142,Paisley Ralston - 02,8b,Ageing suburbanites,S02002276,Paisley Ralston,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203785 +203785,S00127866,6b2,White Suburban Communities,S01012112,Paisley South East - 05,5c,Comfortable neighbourhoods,S02002271,Paisley South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203786 +203786,S00127972,6b2,White Suburban Communities,S01012092,Paisley South West - 05,5b,Aspiring urban households,S02002267,Paisley South West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203787 +203787,S00127978,6b2,White Suburban Communities,S01012092,Paisley South West - 05,5b,Aspiring urban households,S02002267,Paisley South West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203788 +203788,S00127995,6b2,White Suburban Communities,S01012084,Paisley Foxbar - 04,5b,Aspiring urban households,S02002266,Paisley Foxbar,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203789 +203789,S00128116,6b2,White Suburban Communities,S01012159,Renfrew West - 01,8b,Ageing suburbanites,S02002279,Renfrew West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203790 +203790,S00128240,6b2,White Suburban Communities,S01012178,Renfrew East - 05,8b,Ageing suburbanites,S02002281,Renfrew East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203791 +203791,S00128254,6b2,White Suburban Communities,S01012177,Renfrew East - 04,8c,Comfortable suburbia,S02002281,Renfrew East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203792 +203792,S00128272,6b2,White Suburban Communities,S01012119,Paisley Dykebar - 05,8b,Ageing suburbanites,S02002272,Paisley Dykebar,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203793 +203793,S00128302,6b2,White Suburban Communities,S01012243,Bridge of Weir - 07,8c,Comfortable suburbia,S02002291,Bridge of Weir,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203794 +203794,S00128324,6b2,White Suburban Communities,S01012229,Houston South - 01,8c,Comfortable suburbia,S02002289,Houston South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203795 +203795,S00128341,6b2,White Suburban Communities,S01012205,Erskine West - 02,8c,Comfortable suburbia,S02002285,Erskine West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203796 +203796,S00128342,6b2,White Suburban Communities,S01012205,Erskine West - 02,8c,Comfortable suburbia,S02002285,Erskine West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203797 +203797,S00128361,6b2,White Suburban Communities,S01012204,Erskine West - 01,8b,Ageing suburbanites,S02002285,Erskine West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203798 +203798,S00128396,6b2,White Suburban Communities,S01012194,Erskine East and Inchinnan - 07,8c,Comfortable suburbia,S02002283,Erskine East and Inchinnan,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203799 +203799,S00128403,6b2,White Suburban Communities,S01012190,Erskine East and Inchinnan - 03,8c,Comfortable suburbia,S02002283,Erskine East and Inchinnan,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203800 +203800,S00128404,6b2,White Suburban Communities,S01012190,Erskine East and Inchinnan - 03,8c,Comfortable suburbia,S02002283,Erskine East and Inchinnan,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203801 +203801,S00128405,6b2,White Suburban Communities,S01012190,Erskine East and Inchinnan - 03,8c,Comfortable suburbia,S02002283,Erskine East and Inchinnan,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203802 +203802,S00128406,6b2,White Suburban Communities,S01012189,Erskine East and Inchinnan - 02,5c,Comfortable neighbourhoods,S02002283,Erskine East and Inchinnan,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203803 +203803,S00128429,6b2,White Suburban Communities,S01012213,Bishopton - 03,8b,Ageing suburbanites,S02002286,Bishopton,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203804 +203804,S00128763,6b2,White Suburban Communities,S01012117,Paisley Dykebar - 03,8c,Comfortable suburbia,S02002272,Paisley Dykebar,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203805 +203805,S00127811,5b3,Self-Sufficient Retirement,S01012106,Paisley South - 03,8c,Comfortable suburbia,S02002270,Paisley South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203806 +203806,S00127909,7d3,Retired Communal City Dwellers,S01012099,Paisley Glenburn West - 05,4d,Hard-pressed flat dwellers,S02002268,Paisley Glenburn West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203807 +203807,S00127533,8c3,Renting Hard-Pressed Workers,S01012052,Johnstone South East - 01,4a,Challenged white communities,S02002261,Johnstone South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203808 +203808,S00128768,6b2,White Suburban Communities,S01012095,Paisley Glenburn West - 01,5c,Comfortable neighbourhoods,S02002268,Paisley Glenburn West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203809 +203809,S00127947,7d3,Retired Communal City Dwellers,S01012078,Paisley West - 05,5a,Ageing urban communities,S02002265,Paisley West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203810 +203810,S00127814,5b3,Self-Sufficient Retirement,S01012114,Paisley South East - 07,3c,Highly qualified professionals,S02002271,Paisley South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203811 +203811,S00127859,5b3,Self-Sufficient Retirement,S01012120,Paisley East - 01,4a,Challenged white communities,S02002273,Paisley East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203812 +203812,S00128924,5b3,Self-Sufficient Retirement,S01012196,Erskine East and Inchinnan - 09,8c,Comfortable suburbia,S02002283,Erskine East and Inchinnan,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203813 +203813,S00127584,8c3,Renting Hard-Pressed Workers,S01012225,Linwood North - 03,4a,Challenged white communities,S02002288,Linwood North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203814 +203814,S00128788,6b2,White Suburban Communities,S01012089,Paisley South West - 02,8c,Comfortable suburbia,S02002267,Paisley South West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203815 +203815,S00128014,7d3,Retired Communal City Dwellers,S01012083,Paisley Foxbar - 03,4d,Hard-pressed flat dwellers,S02002266,Paisley Foxbar,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203816 +203816,S00127929,5b3,Self-Sufficient Retirement,S01012103,Paisley Glenburn East - 04,5c,Comfortable neighbourhoods,S02002269,Paisley Glenburn East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203817 +203817,S00128927,5b3,Self-Sufficient Retirement,S01012191,Erskine East and Inchinnan - 04,8c,Comfortable suburbia,S02002283,Erskine East and Inchinnan,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203818 +203818,S00127830,8c3,Renting Hard-Pressed Workers,S01012122,Paisley East - 03,5d,Endeavouring social renters,S02002273,Paisley East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203819 +203819,S00128789,6b2,White Suburban Communities,S01012088,Paisley South West - 01,5c,Comfortable neighbourhoods,S02002267,Paisley South West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203820 +203820,S00128790,6b2,White Suburban Communities,S01012088,Paisley South West - 01,5c,Comfortable neighbourhoods,S02002267,Paisley South West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203821 +203821,S00128839,6b2,White Suburban Communities,S01012182,Renfrew North - 01,3a,Achieving neighbourhoods,S02002282,Renfrew North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203822 +203822,S00128844,6b2,White Suburban Communities,S01012182,Renfrew North - 01,3a,Achieving neighbourhoods,S02002282,Renfrew North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203823 +203823,S00128845,6b2,White Suburban Communities,S01012186,Renfrew North - 05,4a,Challenged white communities,S02002282,Renfrew North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203824 +203824,S00128856,6b2,White Suburban Communities,S01012164,Renfrew West - 06,3a,Achieving neighbourhoods,S02002279,Renfrew West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203825 +203825,S00128864,6b2,White Suburban Communities,S01012174,Renfrew East - 01,8c,Comfortable suburbia,S02002281,Renfrew East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203826 +203826,S00128865,6b2,White Suburban Communities,S01012174,Renfrew East - 01,8c,Comfortable suburbia,S02002281,Renfrew East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203827 +203827,S00128891,6b2,White Suburban Communities,S01012206,Erskine West - 03,5b,Aspiring urban households,S02002285,Erskine West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203828 +203828,S00128896,6b2,White Suburban Communities,S01012195,Erskine East and Inchinnan - 08,5d,Endeavouring social renters,S02002283,Erskine East and Inchinnan,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203829 +203829,S00128897,6b2,White Suburban Communities,S01012195,Erskine East and Inchinnan - 08,5d,Endeavouring social renters,S02002283,Erskine East and Inchinnan,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203830 +203830,S00128898,6b2,White Suburban Communities,S01012194,Erskine East and Inchinnan - 07,8c,Comfortable suburbia,S02002283,Erskine East and Inchinnan,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203831 +203831,S00128905,6b2,White Suburban Communities,S01012192,Erskine East and Inchinnan - 05,8c,Comfortable suburbia,S02002283,Erskine East and Inchinnan,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203832 +203832,S00128913,6b2,White Suburban Communities,S01012213,Bishopton - 03,8b,Ageing suburbanites,S02002286,Bishopton,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203833 +203833,S00128923,6b2,White Suburban Communities,S01012195,Erskine East and Inchinnan - 08,5d,Endeavouring social renters,S02002283,Erskine East and Inchinnan,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203834 +203834,S00128925,6b2,White Suburban Communities,S01012195,Erskine East and Inchinnan - 08,5d,Endeavouring social renters,S02002283,Erskine East and Inchinnan,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203835 +203835,S00127527,8d1,Young Hard-Pressed Families,S01012039,Johnstone South West - 03,4a,Challenged white communities,S02002258,Johnstone South West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203836 +203836,S00127891,8d1,Young Hard-Pressed Families,S01012099,Paisley Glenburn West - 05,4d,Hard-pressed flat dwellers,S02002268,Paisley Glenburn West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203837 +203837,S00128039,8d1,Young Hard-Pressed Families,S01012067,Paisley Ferguslie - 05,4a,Challenged white communities,S02002263,Paisley Ferguslie,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203838 +203838,S00128455,8d1,Young Hard-Pressed Families,S01012157,Paisley North - 05,4d,Hard-pressed flat dwellers,S02002278,Paisley North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203839 +203839,S00128687,8d1,Young Hard-Pressed Families,S01012220,Linwood South - 04,4d,Hard-pressed flat dwellers,S02002287,Linwood South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203840 +203840,S00128797,8d1,Young Hard-Pressed Families,S01012080,Paisley West - 07,4d,Hard-pressed flat dwellers,S02002265,Paisley West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203841 +203841,S00128812,8d1,Young Hard-Pressed Families,S01012066,Paisley Ferguslie - 04,4d,Hard-pressed flat dwellers,S02002263,Paisley Ferguslie,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203842 +203842,S00128874,8d1,Young Hard-Pressed Families,S01012021,Lochwinnoch - 03,5c,Comfortable neighbourhoods,S02002254,Lochwinnoch,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203843 +203843,S00096341,7d1,Ageing Communities and Families,S01013228,IZ17 - 01,4d,Hard-pressed flat dwellers,S02002476,IZ17,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203844 +203844,S00096350,7d1,Ageing Communities and Families,S01013232,IZ17 - 05,4a,Challenged white communities,S02002476,IZ17,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203845 +203845,S00096527,7d1,Ageing Communities and Families,S01013199,IZ13 - 01,5c,Comfortable neighbourhoods,S02002472,IZ13,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203846 +203846,S00096634,7d1,Ageing Communities and Families,S01013232,IZ17 - 05,4a,Challenged white communities,S02002476,IZ17,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203847 +203847,S00096716,7d1,Ageing Communities and Families,S01013125,IZ01 - 04,4a,Challenged white communities,S02002460,IZ01,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203848 +203848,S00096821,7d1,Ageing Communities and Families,S01013144,IZ04 - 04,4d,Hard-pressed flat dwellers,S02002463,IZ04,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203849 +203849,S00096893,7d1,Ageing Communities and Families,S01013162,IZ07 - 05,4d,Hard-pressed flat dwellers,S02002466,IZ07,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203850 +203850,S00096979,7d1,Ageing Communities and Families,S01013176,IZ09 - 06,5a,Ageing urban communities,S02002468,IZ09,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203851 +203851,S00097037,7d1,Ageing Communities and Families,S01013122,IZ01 - 01,4d,Hard-pressed flat dwellers,S02002460,IZ01,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203852 +203852,S00097059,7d1,Ageing Communities and Families,S01013143,IZ04 - 03,4d,Hard-pressed flat dwellers,S02002463,IZ04,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203853 +203853,S00097064,7d1,Ageing Communities and Families,S01013145,IZ04 - 05,4d,Hard-pressed flat dwellers,S02002463,IZ04,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203854 +203854,S00128129,7d3,Retired Communal City Dwellers,S01012162,Renfrew West - 04,4b,Constrained renters,S02002279,Renfrew West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203855 +203855,S00127939,5b3,Self-Sufficient Retirement,S01012089,Paisley South West - 02,8c,Comfortable suburbia,S02002267,Paisley South West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203856 +203856,S00127839,8c3,Renting Hard-Pressed Workers,S01012111,Paisley South East - 04,4d,Hard-pressed flat dwellers,S02002271,Paisley South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203857 +203857,S00127452,7d2,Retired Independent City Dwellers,S01012052,Johnstone South East - 01,4a,Challenged white communities,S02002261,Johnstone South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203858 +203858,S00127559,6b3,Semi-Detached Ageing,S01012035,Kilbarchan - 03,5c,Comfortable neighbourhoods,S02002257,Kilbarchan,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203859 +203859,S00127958,5b3,Self-Sufficient Retirement,S01012093,Paisley South West - 06,5c,Comfortable neighbourhoods,S02002267,Paisley South West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203860 +203860,S00127697,7d2,Retired Independent City Dwellers,S01012130,Paisley Central - 05,4d,Hard-pressed flat dwellers,S02002274,Paisley Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203861 +203861,S00127845,8c3,Renting Hard-Pressed Workers,S01012123,Paisley East - 04,4d,Hard-pressed flat dwellers,S02002273,Paisley East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203862 +203862,S00127569,6b3,Semi-Detached Ageing,S01012033,Kilbarchan - 01,5c,Comfortable neighbourhoods,S02002257,Kilbarchan,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203863 +203863,S00127986,5b3,Self-Sufficient Retirement,S01012089,Paisley South West - 02,8c,Comfortable suburbia,S02002267,Paisley South West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203864 +203864,S00127700,7d2,Retired Independent City Dwellers,S01012131,Paisley Central - 06,1a,Cosmopolitan student neighbourhoods,S02002274,Paisley Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203865 +203865,S00127855,8c3,Renting Hard-Pressed Workers,S01012121,Paisley East - 02,4a,Challenged white communities,S02002273,Paisley East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203866 +203866,S00127752,6b3,Semi-Detached Ageing,S01012145,Paisley Ralston - 05,8a,Affluent communities,S02002276,Paisley Ralston,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203867 +203867,S00128133,5b3,Self-Sufficient Retirement,S01012163,Renfrew West - 05,4d,Hard-pressed flat dwellers,S02002279,Renfrew West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203868 +203868,S00127818,7d2,Retired Independent City Dwellers,S01012111,Paisley South East - 04,4d,Hard-pressed flat dwellers,S02002271,Paisley South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203869 +203869,S00127856,8c3,Renting Hard-Pressed Workers,S01012121,Paisley East - 02,4a,Challenged white communities,S02002273,Paisley East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203870 +203870,S00127762,6b3,Semi-Detached Ageing,S01012141,Paisley Ralston - 01,8c,Comfortable suburbia,S02002276,Paisley Ralston,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203871 +203871,S00128229,5b3,Self-Sufficient Retirement,S01012181,Renfrew East - 08,4a,Challenged white communities,S02002281,Renfrew East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203872 +203872,S00127819,7d2,Retired Independent City Dwellers,S01012112,Paisley South East - 05,5c,Comfortable neighbourhoods,S02002271,Paisley South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203873 +203873,S00127825,7d2,Retired Independent City Dwellers,S01012112,Paisley South East - 05,5c,Comfortable neighbourhoods,S02002271,Paisley South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203874 +203874,S00127827,7d2,Retired Independent City Dwellers,S01012110,Paisley South East - 03,4d,Hard-pressed flat dwellers,S02002271,Paisley South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203875 +203875,S00127850,7d2,Retired Independent City Dwellers,S01012129,Paisley Central - 04,4d,Hard-pressed flat dwellers,S02002274,Paisley Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203876 +203876,S00127943,7d2,Retired Independent City Dwellers,S01012079,Paisley West - 06,4a,Challenged white communities,S02002265,Paisley West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203877 +203877,S00127951,7d2,Retired Independent City Dwellers,S01012076,Paisley West - 03,5c,Comfortable neighbourhoods,S02002265,Paisley West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203878 +203878,S00128069,7d2,Retired Independent City Dwellers,S01012156,Paisley North - 04,4d,Hard-pressed flat dwellers,S02002278,Paisley North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203879 +203879,S00128078,7d2,Retired Independent City Dwellers,S01012146,Paisley Gallowhill and Hillington - 01,4d,Hard-pressed flat dwellers,S02002277,Paisley Gallowhill and Hillington,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203880 +203880,S00128142,7d2,Retired Independent City Dwellers,S01012179,Renfrew East - 06,5c,Comfortable neighbourhoods,S02002281,Renfrew East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203881 +203881,S00128160,7d2,Retired Independent City Dwellers,S01012187,Renfrew North - 06,4d,Hard-pressed flat dwellers,S02002282,Renfrew North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203882 +203882,S00128373,7d2,Retired Independent City Dwellers,S01012198,Erskine Central - 02,5a,Ageing urban communities,S02002284,Erskine Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203883 +203883,S00128501,7d2,Retired Independent City Dwellers,S01012047,Johnstone North East - 01,4d,Hard-pressed flat dwellers,S02002260,Johnstone North East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203884 +203884,S00128542,7d2,Retired Independent City Dwellers,S01012108,Paisley South East - 01,4d,Hard-pressed flat dwellers,S02002271,Paisley South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203885 +203885,S00128602,7d2,Retired Independent City Dwellers,S01012076,Paisley West - 03,5c,Comfortable neighbourhoods,S02002265,Paisley West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203886 +203886,S00128620,7d2,Retired Independent City Dwellers,S01012210,Erskine West - 07,4a,Challenged white communities,S02002285,Erskine West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203887 +203887,S00128727,7d2,Retired Independent City Dwellers,S01012072,Paisley North West - 03,4d,Hard-pressed flat dwellers,S02002264,Paisley North West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203888 +203888,S00128732,7d2,Retired Independent City Dwellers,S01012137,Paisley North East - 04,4d,Hard-pressed flat dwellers,S02002275,Paisley North East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203889 +203889,S00128749,7d2,Retired Independent City Dwellers,S01012108,Paisley South East - 01,4d,Hard-pressed flat dwellers,S02002271,Paisley South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203890 +203890,S00128750,7d2,Retired Independent City Dwellers,S01012108,Paisley South East - 01,4d,Hard-pressed flat dwellers,S02002271,Paisley South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203891 +203891,S00128772,7d2,Retired Independent City Dwellers,S01012099,Paisley Glenburn West - 05,4d,Hard-pressed flat dwellers,S02002268,Paisley Glenburn West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203892 +203892,S00128565,1c1,Rural Employment and Retirees,S01012030,Renfrewshire Rural North and Langbank - 03,2d,Rural traits,S02002256,Renfrewshire Rural North and Langbank,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203893 +203893,S00128511,1b2,Rural White-Collar Workers,S01012031,Renfrewshire Rural North and Langbank - 04,8b,Ageing suburbanites,S02002256,Renfrewshire Rural North and Langbank,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203894 +203894,S00128530,1b2,Rural White-Collar Workers,S01012030,Renfrewshire Rural North and Langbank - 03,2d,Rural traits,S02002256,Renfrewshire Rural North and Langbank,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203895 +203895,S00128534,1b2,Rural White-Collar Workers,S01012030,Renfrewshire Rural North and Langbank - 03,2d,Rural traits,S02002256,Renfrewshire Rural North and Langbank,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203896 +203896,S00128543,1b2,Rural White-Collar Workers,S01012027,Renfrewshire Rural South and Howwood - 05,2a,Ageing rural neighbourhoods,S02002255,Renfrewshire Rural South and Howwood,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203897 +203897,S00128552,1b2,Rural White-Collar Workers,S01012032,Renfrewshire Rural North and Langbank - 05,2c,Remoter communities,S02002256,Renfrewshire Rural North and Langbank,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203898 +203898,S00128582,1b2,Rural White-Collar Workers,S01012029,Renfrewshire Rural North and Langbank - 02,2a,Ageing rural neighbourhoods,S02002256,Renfrewshire Rural North and Langbank,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203899 +203899,S00128645,1b2,Rural White-Collar Workers,S01012023,Renfrewshire Rural South and Howwood - 01,2c,Remoter communities,S02002255,Renfrewshire Rural South and Howwood,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203900 +203900,S00128657,1b2,Rural White-Collar Workers,S01012024,Renfrewshire Rural South and Howwood - 02,5c,Comfortable neighbourhoods,S02002255,Renfrewshire Rural South and Howwood,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203901 +203901,S00128658,1b2,Rural White-Collar Workers,S01012024,Renfrewshire Rural South and Howwood - 02,5c,Comfortable neighbourhoods,S02002255,Renfrewshire Rural South and Howwood,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203902 +203902,S00128819,1b2,Rural White-Collar Workers,S01012062,Elderslie and Phoenix - 06,8c,Comfortable suburbia,S02002262,Elderslie and Phoenix,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203903 +203903,S00128642,1a1,Rural Workers and Families,S01012023,Renfrewshire Rural South and Howwood - 01,2c,Remoter communities,S02002255,Renfrewshire Rural South and Howwood,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203904 +203904,S00127858,8c3,Renting Hard-Pressed Workers,S01012120,Paisley East - 01,4a,Challenged white communities,S02002273,Paisley East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203905 +203905,S00127868,8c3,Renting Hard-Pressed Workers,S01012112,Paisley South East - 05,5c,Comfortable neighbourhoods,S02002271,Paisley South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203906 +203906,S00127763,6b3,Semi-Detached Ageing,S01012141,Paisley Ralston - 01,8c,Comfortable suburbia,S02002276,Paisley Ralston,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203907 +203907,S00127873,8c3,Renting Hard-Pressed Workers,S01012113,Paisley South East - 06,5c,Comfortable neighbourhoods,S02002271,Paisley South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203908 +203908,S00127887,8c3,Renting Hard-Pressed Workers,S01012088,Paisley South West - 01,5c,Comfortable neighbourhoods,S02002267,Paisley South West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203909 +203909,S00127767,6b3,Semi-Detached Ageing,S01012144,Paisley Ralston - 04,5c,Comfortable neighbourhoods,S02002276,Paisley Ralston,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203910 +203910,S00127896,8c3,Renting Hard-Pressed Workers,S01012096,Paisley Glenburn West - 02,4a,Challenged white communities,S02002268,Paisley Glenburn West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203911 +203911,S00127768,6b3,Semi-Detached Ageing,S01012144,Paisley Ralston - 04,5c,Comfortable neighbourhoods,S02002276,Paisley Ralston,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203912 +203912,S00127906,8c3,Renting Hard-Pressed Workers,S01012097,Paisley Glenburn West - 03,4a,Challenged white communities,S02002268,Paisley Glenburn West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203913 +203913,S00127773,6b3,Semi-Detached Ageing,S01012144,Paisley Ralston - 04,5c,Comfortable neighbourhoods,S02002276,Paisley Ralston,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203914 +203914,S00127907,8c3,Renting Hard-Pressed Workers,S01012098,Paisley Glenburn West - 04,4a,Challenged white communities,S02002268,Paisley Glenburn West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203915 +203915,S00127778,6b3,Semi-Detached Ageing,S01012141,Paisley Ralston - 01,8c,Comfortable suburbia,S02002276,Paisley Ralston,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203916 +203916,S00127918,8c3,Renting Hard-Pressed Workers,S01012100,Paisley Glenburn East - 01,4a,Challenged white communities,S02002269,Paisley Glenburn East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203917 +203917,S00127781,6b3,Semi-Detached Ageing,S01012142,Paisley Ralston - 02,8b,Ageing suburbanites,S02002276,Paisley Ralston,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203918 +203918,S00127954,8c3,Renting Hard-Pressed Workers,S01012079,Paisley West - 06,4a,Challenged white communities,S02002265,Paisley West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203919 +203919,S00127785,6b3,Semi-Detached Ageing,S01012142,Paisley Ralston - 02,8b,Ageing suburbanites,S02002276,Paisley Ralston,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203920 +203920,S00127991,8c3,Renting Hard-Pressed Workers,S01012085,Paisley Foxbar - 05,5c,Comfortable neighbourhoods,S02002266,Paisley Foxbar,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203921 +203921,S00128002,8c3,Renting Hard-Pressed Workers,S01012087,Paisley Foxbar - 07,4a,Challenged white communities,S02002266,Paisley Foxbar,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203922 +203922,S00128011,8c3,Renting Hard-Pressed Workers,S01012087,Paisley Foxbar - 07,4a,Challenged white communities,S02002266,Paisley Foxbar,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203923 +203923,S00128028,8c3,Renting Hard-Pressed Workers,S01012080,Paisley West - 07,4d,Hard-pressed flat dwellers,S02002265,Paisley West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203924 +203924,S00128105,8c3,Renting Hard-Pressed Workers,S01012150,Paisley Gallowhill and Hillington - 05,4a,Challenged white communities,S02002277,Paisley Gallowhill and Hillington,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203925 +203925,S00128192,8c3,Renting Hard-Pressed Workers,S01012169,Renfrew South - 02,4a,Challenged white communities,S02002280,Renfrew South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203926 +203926,S00128232,8c3,Renting Hard-Pressed Workers,S01012181,Renfrew East - 08,4a,Challenged white communities,S02002281,Renfrew East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203927 +203927,S00128264,8c3,Renting Hard-Pressed Workers,S01012021,Lochwinnoch - 03,5c,Comfortable neighbourhoods,S02002254,Lochwinnoch,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203928 +203928,S00128370,8c3,Renting Hard-Pressed Workers,S01012208,Erskine West - 05,4a,Challenged white communities,S02002285,Erskine West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203929 +203929,S00128399,8c3,Renting Hard-Pressed Workers,S01012201,Erskine Central - 05,5d,Endeavouring social renters,S02002284,Erskine Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203930 +203930,S00128414,8c3,Renting Hard-Pressed Workers,S01012189,Erskine East and Inchinnan - 02,5c,Comfortable neighbourhoods,S02002283,Erskine East and Inchinnan,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203931 +203931,S00128487,8c3,Renting Hard-Pressed Workers,S01012208,Erskine West - 05,4a,Challenged white communities,S02002285,Erskine West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203932 +203932,S00128496,8c3,Renting Hard-Pressed Workers,S01012024,Renfrewshire Rural South and Howwood - 02,5c,Comfortable neighbourhoods,S02002255,Renfrewshire Rural South and Howwood,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203933 +203933,S00128508,8c3,Renting Hard-Pressed Workers,S01012052,Johnstone South East - 01,4a,Challenged white communities,S02002261,Johnstone South East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203934 +203934,S00128516,8c3,Renting Hard-Pressed Workers,S01012227,Linwood North - 05,4a,Challenged white communities,S02002288,Linwood North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203935 +203935,S00128635,8c3,Renting Hard-Pressed Workers,S01012095,Paisley Glenburn West - 01,5c,Comfortable neighbourhoods,S02002268,Paisley Glenburn West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203936 +203936,S00128649,8c3,Renting Hard-Pressed Workers,S01012060,Elderslie and Phoenix - 04,4a,Challenged white communities,S02002262,Elderslie and Phoenix,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203937 +203937,S00128650,8c3,Renting Hard-Pressed Workers,S01012060,Elderslie and Phoenix - 04,4a,Challenged white communities,S02002262,Elderslie and Phoenix,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203938 +203938,S00128673,8c3,Renting Hard-Pressed Workers,S01012047,Johnstone North East - 01,4d,Hard-pressed flat dwellers,S02002260,Johnstone North East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203939 +203939,S00128914,8c3,Renting Hard-Pressed Workers,S01012197,Erskine Central - 01,5d,Endeavouring social renters,S02002284,Erskine Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203940 +203940,S00128540,1c2,Renting Rural Retirement,S01012029,Renfrewshire Rural North and Langbank - 02,2a,Ageing rural neighbourhoods,S02002256,Renfrewshire Rural North and Langbank,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203941 +203941,S00128541,1c2,Renting Rural Retirement,S01012029,Renfrewshire Rural North and Langbank - 02,2a,Ageing rural neighbourhoods,S02002256,Renfrewshire Rural North and Langbank,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203942 +203942,S00127418,7d4,Retired City Hardship,S01012060,Elderslie and Phoenix - 04,4a,Challenged white communities,S02002262,Elderslie and Phoenix,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203943 +203943,S00128247,5b3,Self-Sufficient Retirement,S01012176,Renfrew East - 03,8c,Comfortable suburbia,S02002281,Renfrew East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203944 +203944,S00128248,5b3,Self-Sufficient Retirement,S01012176,Renfrew East - 03,8c,Comfortable suburbia,S02002281,Renfrew East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203945 +203945,S00128250,5b3,Self-Sufficient Retirement,S01012176,Renfrew East - 03,8c,Comfortable suburbia,S02002281,Renfrew East,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203946 +203946,S00128257,5b3,Self-Sufficient Retirement,S01012022,Lochwinnoch - 04,5c,Comfortable neighbourhoods,S02002254,Lochwinnoch,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203947 +203947,S00128258,5b3,Self-Sufficient Retirement,S01012019,Lochwinnoch - 01,5c,Comfortable neighbourhoods,S02002254,Lochwinnoch,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203948 +203948,S00128261,5b3,Self-Sufficient Retirement,S01012022,Lochwinnoch - 04,5c,Comfortable neighbourhoods,S02002254,Lochwinnoch,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203949 +203949,S00128267,5b3,Self-Sufficient Retirement,S01012020,Lochwinnoch - 02,5c,Comfortable neighbourhoods,S02002254,Lochwinnoch,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203950 +203950,S00128268,5b3,Self-Sufficient Retirement,S01012020,Lochwinnoch - 02,5c,Comfortable neighbourhoods,S02002254,Lochwinnoch,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203951 +203951,S00128289,5b3,Self-Sufficient Retirement,S01012240,Bridge of Weir - 04,5c,Comfortable neighbourhoods,S02002291,Bridge of Weir,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203952 +203952,S00127940,6b3,Semi-Detached Ageing,S01012089,Paisley South West - 02,8c,Comfortable suburbia,S02002267,Paisley South West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203953 +203953,S00128290,5b3,Self-Sufficient Retirement,S01012240,Bridge of Weir - 04,5c,Comfortable neighbourhoods,S02002291,Bridge of Weir,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203954 +203954,S00128296,5b3,Self-Sufficient Retirement,S01012238,Bridge of Weir - 02,5c,Comfortable neighbourhoods,S02002291,Bridge of Weir,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203955 +203955,S00128330,5b3,Self-Sufficient Retirement,S01012236,Houston North - 04,5c,Comfortable neighbourhoods,S02002290,Houston North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203956 +203956,S00128331,5b3,Self-Sufficient Retirement,S01012236,Houston North - 04,5c,Comfortable neighbourhoods,S02002290,Houston North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203957 +203957,S00128335,5b3,Self-Sufficient Retirement,S01012236,Houston North - 04,5c,Comfortable neighbourhoods,S02002290,Houston North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203958 +203958,S00128340,5b3,Self-Sufficient Retirement,S01012205,Erskine West - 02,8c,Comfortable suburbia,S02002285,Erskine West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203959 +203959,S00128384,5b3,Self-Sufficient Retirement,S01012198,Erskine Central - 02,5a,Ageing urban communities,S02002284,Erskine Central,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203960 +203960,S00128458,5b3,Self-Sufficient Retirement,S01012062,Elderslie and Phoenix - 06,8c,Comfortable suburbia,S02002262,Elderslie and Phoenix,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203961 +203961,S00128463,5b3,Self-Sufficient Retirement,S01012167,Renfrew West - 09,4d,Hard-pressed flat dwellers,S02002279,Renfrew West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203962 +203962,S00128468,5b3,Self-Sufficient Retirement,S01012019,Lochwinnoch - 01,5c,Comfortable neighbourhoods,S02002254,Lochwinnoch,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203963 +203963,S00128473,5b3,Self-Sufficient Retirement,S01012020,Lochwinnoch - 02,5c,Comfortable neighbourhoods,S02002254,Lochwinnoch,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203964 +203964,S00128494,5b3,Self-Sufficient Retirement,S01012216,Bishopton - 06,8b,Ageing suburbanites,S02002286,Bishopton,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203965 +203965,S00128497,5b3,Self-Sufficient Retirement,S01012024,Renfrewshire Rural South and Howwood - 02,5c,Comfortable neighbourhoods,S02002255,Renfrewshire Rural South and Howwood,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203966 +203966,S00128532,5b3,Self-Sufficient Retirement,S01012062,Elderslie and Phoenix - 06,8c,Comfortable suburbia,S02002262,Elderslie and Phoenix,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203967 +203967,S00128618,5b3,Self-Sufficient Retirement,S01012206,Erskine West - 03,5b,Aspiring urban households,S02002285,Erskine West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203968 +203968,S00128643,5b3,Self-Sufficient Retirement,S01012023,Renfrewshire Rural South and Howwood - 01,2c,Remoter communities,S02002255,Renfrewshire Rural South and Howwood,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203969 +203969,S00128648,5b3,Self-Sufficient Retirement,S01012057,Elderslie and Phoenix - 01,8b,Ageing suburbanites,S02002262,Elderslie and Phoenix,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203970 +203970,S00128652,5b3,Self-Sufficient Retirement,S01012061,Elderslie and Phoenix - 05,5c,Comfortable neighbourhoods,S02002262,Elderslie and Phoenix,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203971 +203971,S00128662,5b3,Self-Sufficient Retirement,S01012025,Renfrewshire Rural South and Howwood - 03,5c,Comfortable neighbourhoods,S02002255,Renfrewshire Rural South and Howwood,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203972 +203972,S00128685,5b3,Self-Sufficient Retirement,S01012224,Linwood North - 02,4a,Challenged white communities,S02002288,Linwood North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203973 +203973,S00127979,6b3,Semi-Detached Ageing,S01012090,Paisley South West - 03,8b,Ageing suburbanites,S02002267,Paisley South West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203974 +203974,S00127985,6b3,Semi-Detached Ageing,S01012091,Paisley South West - 04,5b,Aspiring urban households,S02002267,Paisley South West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203975 +203975,S00127988,6b3,Semi-Detached Ageing,S01012089,Paisley South West - 02,8c,Comfortable suburbia,S02002267,Paisley South West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203976 +203976,S00127989,6b3,Semi-Detached Ageing,S01012085,Paisley Foxbar - 05,5c,Comfortable neighbourhoods,S02002266,Paisley Foxbar,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203977 +203977,S00128121,6b3,Semi-Detached Ageing,S01012160,Renfrew West - 02,8c,Comfortable suburbia,S02002279,Renfrew West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203978 +203978,S00128185,6b3,Semi-Detached Ageing,S01012173,Renfrew South - 06,8a,Affluent communities,S02002280,Renfrew South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203979 +203979,S00128186,6b3,Semi-Detached Ageing,S01012173,Renfrew South - 06,8a,Affluent communities,S02002280,Renfrew South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203980 +203980,S00128189,6b3,Semi-Detached Ageing,S01012173,Renfrew South - 06,8a,Affluent communities,S02002280,Renfrew South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203981 +203981,S00128273,6b3,Semi-Detached Ageing,S01012119,Paisley Dykebar - 05,8b,Ageing suburbanites,S02002272,Paisley Dykebar,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203982 +203982,S00128276,6b3,Semi-Detached Ageing,S01012119,Paisley Dykebar - 05,8b,Ageing suburbanites,S02002272,Paisley Dykebar,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203983 +203983,S00128300,6b3,Semi-Detached Ageing,S01012243,Bridge of Weir - 07,8c,Comfortable suburbia,S02002291,Bridge of Weir,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203984 +203984,S00128305,6b3,Semi-Detached Ageing,S01012237,Bridge of Weir - 01,8a,Affluent communities,S02002291,Bridge of Weir,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203985 +203985,S00128311,6b3,Semi-Detached Ageing,S01012234,Houston North - 02,8c,Comfortable suburbia,S02002290,Houston North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203986 +203986,S00128314,6b3,Semi-Detached Ageing,S01012233,Houston North - 01,8b,Ageing suburbanites,S02002290,Houston North,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203987 +203987,S00128322,6b3,Semi-Detached Ageing,S01012232,Houston South - 04,8c,Comfortable suburbia,S02002289,Houston South,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203988 +203988,S00128339,6b3,Semi-Detached Ageing,S01012205,Erskine West - 02,8c,Comfortable suburbia,S02002285,Erskine West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203989 +203989,S00128418,6b3,Semi-Detached Ageing,S01012188,Erskine East and Inchinnan - 01,5a,Ageing urban communities,S02002283,Erskine East and Inchinnan,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203990 +203990,S00128419,6b3,Semi-Detached Ageing,S01012188,Erskine East and Inchinnan - 01,5a,Ageing urban communities,S02002283,Erskine East and Inchinnan,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203991 +203991,S00128424,6b3,Semi-Detached Ageing,S01012213,Bishopton - 03,8b,Ageing suburbanites,S02002286,Bishopton,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203992 +203992,S00128426,6b3,Semi-Detached Ageing,S01012215,Bishopton - 05,8b,Ageing suburbanites,S02002286,Bishopton,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203993 +203993,S00128431,6b3,Semi-Detached Ageing,S01012214,Bishopton - 04,8b,Ageing suburbanites,S02002286,Bishopton,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203994 +203994,S00128432,6b3,Semi-Detached Ageing,S01012214,Bishopton - 04,8b,Ageing suburbanites,S02002286,Bishopton,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203995 +203995,S00128441,6b3,Semi-Detached Ageing,S01012212,Bishopton - 02,8b,Ageing suburbanites,S02002286,Bishopton,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203996 +203996,S00128446,6b3,Semi-Detached Ageing,S01012213,Bishopton - 03,8b,Ageing suburbanites,S02002286,Bishopton,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203997 +203997,S00128608,6b3,Semi-Detached Ageing,S01012078,Paisley West - 05,5a,Ageing urban communities,S02002265,Paisley West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203998 +203998,S00128609,6b3,Semi-Detached Ageing,S01012078,Paisley West - 05,5a,Ageing urban communities,S02002265,Paisley West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,203999 +203999,S00128617,6b3,Semi-Detached Ageing,S01012206,Erskine West - 03,5b,Aspiring urban households,S02002285,Erskine West,S12000038,Renfrewshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204000 +204000,S00096803,7c1,Challenged Transitionaries,S01013165,IZ08 - 02,5a,Ageing urban communities,S02002467,IZ08,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204001 +204001,S00096805,7c1,Challenged Transitionaries,S01013143,IZ04 - 03,4d,Hard-pressed flat dwellers,S02002463,IZ04,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204002 +204002,S00096810,7c1,Challenged Transitionaries,S01013143,IZ04 - 03,4d,Hard-pressed flat dwellers,S02002463,IZ04,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204003 +204003,S00096812,7c1,Challenged Transitionaries,S01013143,IZ04 - 03,4d,Hard-pressed flat dwellers,S02002463,IZ04,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204004 +204004,S00096814,7c1,Challenged Transitionaries,S01013143,IZ04 - 03,4d,Hard-pressed flat dwellers,S02002463,IZ04,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204005 +204005,S00096815,7c1,Challenged Transitionaries,S01013144,IZ04 - 04,4d,Hard-pressed flat dwellers,S02002463,IZ04,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204006 +204006,S00096822,7c1,Challenged Transitionaries,S01013144,IZ04 - 04,4d,Hard-pressed flat dwellers,S02002463,IZ04,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204007 +204007,S00096823,7c1,Challenged Transitionaries,S01013144,IZ04 - 04,4d,Hard-pressed flat dwellers,S02002463,IZ04,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204008 +204008,S00096825,7c1,Challenged Transitionaries,S01013145,IZ04 - 05,4d,Hard-pressed flat dwellers,S02002463,IZ04,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204009 +204009,S00096828,7c1,Challenged Transitionaries,S01013146,IZ04 - 06,4d,Hard-pressed flat dwellers,S02002463,IZ04,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204010 +204010,S00096829,7c1,Challenged Transitionaries,S01013146,IZ04 - 06,4d,Hard-pressed flat dwellers,S02002463,IZ04,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204011 +204011,S00096830,7c1,Challenged Transitionaries,S01013146,IZ04 - 06,4d,Hard-pressed flat dwellers,S02002463,IZ04,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204012 +204012,S00096833,7c1,Challenged Transitionaries,S01013148,IZ05 - 02,5c,Comfortable neighbourhoods,S02002464,IZ05,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204013 +204013,S00096834,7c1,Challenged Transitionaries,S01013148,IZ05 - 02,5c,Comfortable neighbourhoods,S02002464,IZ05,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204014 +204014,S00096836,7c1,Challenged Transitionaries,S01013149,IZ05 - 03,4d,Hard-pressed flat dwellers,S02002464,IZ05,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204015 +204015,S00096839,7c1,Challenged Transitionaries,S01013172,IZ09 - 02,4a,Challenged white communities,S02002468,IZ09,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204016 +204016,S00096840,7c1,Challenged Transitionaries,S01013169,IZ08 - 06,4d,Hard-pressed flat dwellers,S02002467,IZ08,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204017 +204017,S00096841,7c1,Challenged Transitionaries,S01013169,IZ08 - 06,4d,Hard-pressed flat dwellers,S02002467,IZ08,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204018 +204018,S00096853,7c1,Challenged Transitionaries,S01013171,IZ09 - 01,5c,Comfortable neighbourhoods,S02002468,IZ09,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204019 +204019,S00096859,7c1,Challenged Transitionaries,S01013170,IZ08 - 07,4d,Hard-pressed flat dwellers,S02002467,IZ08,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204020 +204020,S00096860,7c1,Challenged Transitionaries,S01013167,IZ08 - 04,4d,Hard-pressed flat dwellers,S02002467,IZ08,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204021 +204021,S00096871,7c1,Challenged Transitionaries,S01013131,IZ02 - 04,4d,Hard-pressed flat dwellers,S02002461,IZ02,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204022 +204022,S00096877,7c1,Challenged Transitionaries,S01013132,IZ02 - 05,4d,Hard-pressed flat dwellers,S02002461,IZ02,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204023 +204023,S00096891,7c1,Challenged Transitionaries,S01013162,IZ07 - 05,4d,Hard-pressed flat dwellers,S02002466,IZ07,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204024 +204024,S00096900,7c1,Challenged Transitionaries,S01013149,IZ05 - 03,4d,Hard-pressed flat dwellers,S02002464,IZ05,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204025 +204025,S00096903,7c1,Challenged Transitionaries,S01013161,IZ07 - 04,4a,Challenged white communities,S02002466,IZ07,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204026 +204026,S00096904,7c1,Challenged Transitionaries,S01013149,IZ05 - 03,4d,Hard-pressed flat dwellers,S02002464,IZ05,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204027 +204027,S00096907,7c1,Challenged Transitionaries,S01013161,IZ07 - 04,4a,Challenged white communities,S02002466,IZ07,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204028 +204028,S00096928,7c1,Challenged Transitionaries,S01013150,IZ05 - 04,5c,Comfortable neighbourhoods,S02002464,IZ05,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204029 +204029,S00096929,7c1,Challenged Transitionaries,S01013159,IZ07 - 02,5c,Comfortable neighbourhoods,S02002466,IZ07,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204030 +204030,S00096932,7c1,Challenged Transitionaries,S01013150,IZ05 - 04,5c,Comfortable neighbourhoods,S02002464,IZ05,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204031 +204031,S00096956,7c1,Challenged Transitionaries,S01013153,IZ06 - 02,4d,Hard-pressed flat dwellers,S02002465,IZ06,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204032 +204032,S00096966,7c1,Challenged Transitionaries,S01013157,IZ06 - 06,4d,Hard-pressed flat dwellers,S02002465,IZ06,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204033 +204033,S00096972,7c1,Challenged Transitionaries,S01013152,IZ06 - 01,5c,Comfortable neighbourhoods,S02002465,IZ06,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204034 +204034,S00096976,7c1,Challenged Transitionaries,S01013175,IZ09 - 05,5c,Comfortable neighbourhoods,S02002468,IZ09,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204035 +204035,S00096986,7c1,Challenged Transitionaries,S01013172,IZ09 - 02,4a,Challenged white communities,S02002468,IZ09,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204036 +204036,S00096991,7c1,Challenged Transitionaries,S01013168,IZ08 - 05,4d,Hard-pressed flat dwellers,S02002467,IZ08,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204037 +204037,S00096997,7c1,Challenged Transitionaries,S01013123,IZ01 - 02,4d,Hard-pressed flat dwellers,S02002460,IZ01,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204038 +204038,S00097001,7c1,Challenged Transitionaries,S01013150,IZ05 - 04,5c,Comfortable neighbourhoods,S02002464,IZ05,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204039 +204039,S00097009,7c1,Challenged Transitionaries,S01013124,IZ01 - 03,4d,Hard-pressed flat dwellers,S02002460,IZ01,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204040 +204040,S00097010,7c1,Challenged Transitionaries,S01013134,IZ03 - 01,4a,Challenged white communities,S02002462,IZ03,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204041 +204041,S00097013,7c1,Challenged Transitionaries,S01013168,IZ08 - 05,4d,Hard-pressed flat dwellers,S02002467,IZ08,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204042 +204042,S00097028,7c1,Challenged Transitionaries,S01013172,IZ09 - 02,4a,Challenged white communities,S02002468,IZ09,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204043 +204043,S00097039,7c1,Challenged Transitionaries,S01013125,IZ01 - 04,4a,Challenged white communities,S02002460,IZ01,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204044 +204044,S00097040,7c1,Challenged Transitionaries,S01013124,IZ01 - 03,4d,Hard-pressed flat dwellers,S02002460,IZ01,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204045 +204045,S00097051,7c1,Challenged Transitionaries,S01013141,IZ04 - 01,4d,Hard-pressed flat dwellers,S02002463,IZ04,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204046 +204046,S00097065,7c1,Challenged Transitionaries,S01013149,IZ05 - 03,4d,Hard-pressed flat dwellers,S02002464,IZ05,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204047 +204047,S00097067,7c1,Challenged Transitionaries,S01013169,IZ08 - 06,4d,Hard-pressed flat dwellers,S02002467,IZ08,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204048 +204048,S00097083,7c1,Challenged Transitionaries,S01013150,IZ05 - 04,5c,Comfortable neighbourhoods,S02002464,IZ05,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204049 +204049,S00097085,7c1,Challenged Transitionaries,S01013155,IZ06 - 04,4d,Hard-pressed flat dwellers,S02002465,IZ06,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204050 +204050,S00096399,7c1,Challenged Transitionaries,S01013221,IZ15 - 08,4a,Challenged white communities,S02002474,IZ15,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204051 +204051,S00097017,7b2,Deprived Neighbourhoods,S01013164,IZ08 - 01,5c,Comfortable neighbourhoods,S02002467,IZ08,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204052 +204052,S00096512,7b2,Deprived Neighbourhoods,S01013185,IZ11 - 02,4a,Challenged white communities,S02002470,IZ11,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204053 +204053,S00096511,7c2,Constrained Young Families,S01013185,IZ11 - 02,4a,Challenged white communities,S02002470,IZ11,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204054 +204054,S00096934,7c2,Constrained Young Families,S01013154,IZ06 - 03,4a,Challenged white communities,S02002465,IZ06,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204055 +204055,S00096322,7b3,Endeavouring Flat Dwellers,S01013209,IZ14 - 03,4d,Hard-pressed flat dwellers,S02002473,IZ14,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204056 +204056,S00097087,7c1,Challenged Transitionaries,S01013157,IZ06 - 06,4d,Hard-pressed flat dwellers,S02002465,IZ06,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204057 +204057,S00097018,7b2,Deprived Neighbourhoods,S01013164,IZ08 - 01,5c,Comfortable neighbourhoods,S02002467,IZ08,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204058 +204058,S00096938,7c2,Constrained Young Families,S01013154,IZ06 - 03,4a,Challenged white communities,S02002465,IZ06,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204059 +204059,S00097090,7c1,Challenged Transitionaries,S01013178,IZ10 - 01,5c,Comfortable neighbourhoods,S02002469,IZ10,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204060 +204060,S00097019,7b2,Deprived Neighbourhoods,S01013169,IZ08 - 06,4d,Hard-pressed flat dwellers,S02002467,IZ08,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204061 +204061,S00096939,7c2,Constrained Young Families,S01013154,IZ06 - 03,4a,Challenged white communities,S02002465,IZ06,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204062 +204062,S00097102,7c1,Challenged Transitionaries,S01013128,IZ02 - 01,4d,Hard-pressed flat dwellers,S02002461,IZ02,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204063 +204063,S00096323,7b3,Endeavouring Flat Dwellers,S01013209,IZ14 - 03,4d,Hard-pressed flat dwellers,S02002473,IZ14,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204064 +204064,S00097020,7b2,Deprived Neighbourhoods,S01013169,IZ08 - 06,4d,Hard-pressed flat dwellers,S02002467,IZ08,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204065 +204065,S00096403,7c1,Challenged Transitionaries,S01013211,IZ14 - 05,5c,Comfortable neighbourhoods,S02002473,IZ14,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204066 +204066,S00096944,7c2,Constrained Young Families,S01013156,IZ06 - 05,4d,Hard-pressed flat dwellers,S02002465,IZ06,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204067 +204067,S00096514,7c2,Constrained Young Families,S01013184,IZ11 - 01,4d,Hard-pressed flat dwellers,S02002470,IZ11,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204068 +204068,S00096579,6a2,Comfortable Suburbia,S01013225,IZ16 - 03,4a,Challenged white communities,S02002475,IZ16,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204069 +204069,S00096326,7b3,Endeavouring Flat Dwellers,S01013209,IZ14 - 03,4d,Hard-pressed flat dwellers,S02002473,IZ14,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204070 +204070,S00097021,7b2,Deprived Neighbourhoods,S01013166,IZ08 - 03,4d,Hard-pressed flat dwellers,S02002467,IZ08,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204071 +204071,S00096329,7b3,Endeavouring Flat Dwellers,S01013223,IZ16 - 01,4d,Hard-pressed flat dwellers,S02002475,IZ16,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204072 +204072,S00096515,7b2,Deprived Neighbourhoods,S01013184,IZ11 - 01,4d,Hard-pressed flat dwellers,S02002470,IZ11,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204073 +204073,S00096405,7c1,Challenged Transitionaries,S01013211,IZ14 - 05,5c,Comfortable neighbourhoods,S02002473,IZ14,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204074 +204074,S00096947,7c2,Constrained Young Families,S01013156,IZ06 - 05,4d,Hard-pressed flat dwellers,S02002465,IZ06,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204075 +204075,S00096587,6a2,Comfortable Suburbia,S01013190,IZ11 - 07,5c,Comfortable neighbourhoods,S02002470,IZ11,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204076 +204076,S00097022,7b2,Deprived Neighbourhoods,S01013166,IZ08 - 03,4d,Hard-pressed flat dwellers,S02002467,IZ08,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204077 +204077,S00096342,7b3,Endeavouring Flat Dwellers,S01013228,IZ17 - 01,4d,Hard-pressed flat dwellers,S02002476,IZ17,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204078 +204078,S00096519,7b2,Deprived Neighbourhoods,S01013187,IZ11 - 04,4a,Challenged white communities,S02002470,IZ11,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204079 +204079,S00096406,7c1,Challenged Transitionaries,S01013211,IZ14 - 05,5c,Comfortable neighbourhoods,S02002473,IZ14,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204080 +204080,S00096611,6a2,Comfortable Suburbia,S01013234,IZ17 - 07,8b,Ageing suburbanites,S02002476,IZ17,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204081 +204081,S00097035,7b2,Deprived Neighbourhoods,S01013122,IZ01 - 01,4d,Hard-pressed flat dwellers,S02002460,IZ01,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204082 +204082,S00096540,7b2,Deprived Neighbourhoods,S01013200,IZ13 - 02,5a,Ageing urban communities,S02002472,IZ13,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204083 +204083,S00096948,7c2,Constrained Young Families,S01013156,IZ06 - 05,4d,Hard-pressed flat dwellers,S02002465,IZ06,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204084 +204084,S00096408,7c1,Challenged Transitionaries,S01013224,IZ16 - 02,4a,Challenged white communities,S02002475,IZ16,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204085 +204085,S00096343,7b3,Endeavouring Flat Dwellers,S01013228,IZ17 - 01,4d,Hard-pressed flat dwellers,S02002476,IZ17,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204086 +204086,S00096612,6a2,Comfortable Suburbia,S01013234,IZ17 - 07,8b,Ageing suburbanites,S02002476,IZ17,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204087 +204087,S00097036,7b2,Deprived Neighbourhoods,S01013122,IZ01 - 01,4d,Hard-pressed flat dwellers,S02002460,IZ01,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204088 +204088,S00096542,7b2,Deprived Neighbourhoods,S01013201,IZ13 - 03,4d,Hard-pressed flat dwellers,S02002472,IZ13,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204089 +204089,S00096949,7c2,Constrained Young Families,S01013156,IZ06 - 05,4d,Hard-pressed flat dwellers,S02002465,IZ06,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204090 +204090,S00096427,7c1,Challenged Transitionaries,S01013194,IZ12 - 04,4d,Hard-pressed flat dwellers,S02002471,IZ12,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204091 +204091,S00096345,7b3,Endeavouring Flat Dwellers,S01013228,IZ17 - 01,4d,Hard-pressed flat dwellers,S02002476,IZ17,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204092 +204092,S00096643,6a2,Comfortable Suburbia,S01013213,IZ14 - 07,8c,Comfortable suburbia,S02002473,IZ14,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204093 +204093,S00097072,7b2,Deprived Neighbourhoods,S01013170,IZ08 - 07,4d,Hard-pressed flat dwellers,S02002467,IZ08,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204094 +204094,S00097074,7b2,Deprived Neighbourhoods,S01013166,IZ08 - 03,4d,Hard-pressed flat dwellers,S02002467,IZ08,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204095 +204095,S00097075,7b2,Deprived Neighbourhoods,S01013167,IZ08 - 04,4d,Hard-pressed flat dwellers,S02002467,IZ08,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204096 +204096,S00097076,7b2,Deprived Neighbourhoods,S01013166,IZ08 - 03,4d,Hard-pressed flat dwellers,S02002467,IZ08,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204097 +204097,S00097077,7b2,Deprived Neighbourhoods,S01013166,IZ08 - 03,4d,Hard-pressed flat dwellers,S02002467,IZ08,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204098 +204098,S00096307,6a3,Detached Retirement Living,S01013241,IZ18 - 05,8b,Ageing suburbanites,S02002477,IZ18,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204099 +204099,S00096314,6a3,Detached Retirement Living,S01013236,IZ17 - 09,5c,Comfortable neighbourhoods,S02002476,IZ17,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204100 +204100,S00096471,6a3,Detached Retirement Living,S01013197,IZ12 - 07,5a,Ageing urban communities,S02002471,IZ12,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204101 +204101,S00096548,6a3,Detached Retirement Living,S01013202,IZ13 - 04,4a,Challenged white communities,S02002472,IZ13,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204102 +204102,S00096618,6a3,Detached Retirement Living,S01013179,IZ10 - 02,5c,Comfortable neighbourhoods,S02002469,IZ10,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204103 +204103,S00096619,6a3,Detached Retirement Living,S01013179,IZ10 - 02,5c,Comfortable neighbourhoods,S02002469,IZ10,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204104 +204104,S00096650,6a3,Detached Retirement Living,S01013214,IZ15 - 01,8b,Ageing suburbanites,S02002474,IZ15,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204105 +204105,S00096884,6a3,Detached Retirement Living,S01013150,IZ05 - 04,5c,Comfortable neighbourhoods,S02002464,IZ05,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204106 +204106,S00096925,6a3,Detached Retirement Living,S01013158,IZ07 - 01,2a,Ageing rural neighbourhoods,S02002466,IZ07,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204107 +204107,S00096999,6a3,Detached Retirement Living,S01013163,IZ07 - 06,5c,Comfortable neighbourhoods,S02002466,IZ07,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204108 +204108,S00097079,6a3,Detached Retirement Living,S01013160,IZ07 - 03,8b,Ageing suburbanites,S02002466,IZ07,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204109 +204109,S00097096,6a3,Detached Retirement Living,S01013174,IZ09 - 04,8c,Comfortable suburbia,S02002468,IZ09,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204110 +204110,S00096578,1c3,Detached Rural Retirement,S01013241,IZ18 - 05,8b,Ageing suburbanites,S02002477,IZ18,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204111 +204111,S00096340,7b1,Eastern European Communities,S01013228,IZ17 - 01,4d,Hard-pressed flat dwellers,S02002476,IZ17,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204112 +204112,S00096490,7b1,Eastern European Communities,S01013183,IZ10 - 06,5c,Comfortable neighbourhoods,S02002469,IZ10,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204113 +204113,S00096508,7b1,Eastern European Communities,S01013186,IZ11 - 03,4d,Hard-pressed flat dwellers,S02002470,IZ11,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204114 +204114,S00096600,7b1,Eastern European Communities,S01013207,IZ14 - 01,5a,Ageing urban communities,S02002473,IZ14,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204115 +204115,S00096640,7b1,Eastern European Communities,S01013231,IZ17 - 04,4a,Challenged white communities,S02002476,IZ17,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204116 +204116,S00096708,7b1,Eastern European Communities,S01013122,IZ01 - 01,4d,Hard-pressed flat dwellers,S02002460,IZ01,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204117 +204117,S00096709,7b1,Eastern European Communities,S01013122,IZ01 - 01,4d,Hard-pressed flat dwellers,S02002460,IZ01,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204118 +204118,S00096710,7b1,Eastern European Communities,S01013122,IZ01 - 01,4d,Hard-pressed flat dwellers,S02002460,IZ01,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204119 +204119,S00096711,7b1,Eastern European Communities,S01013122,IZ01 - 01,4d,Hard-pressed flat dwellers,S02002460,IZ01,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204120 +204120,S00096720,7b1,Eastern European Communities,S01013125,IZ01 - 04,4a,Challenged white communities,S02002460,IZ01,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204121 +204121,S00096723,7b1,Eastern European Communities,S01013127,IZ01 - 06,4d,Hard-pressed flat dwellers,S02002460,IZ01,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204122 +204122,S00096724,7b1,Eastern European Communities,S01013127,IZ01 - 06,4d,Hard-pressed flat dwellers,S02002460,IZ01,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204123 +204123,S00096730,7b1,Eastern European Communities,S01013127,IZ01 - 06,4d,Hard-pressed flat dwellers,S02002460,IZ01,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204124 +204124,S00096746,7b1,Eastern European Communities,S01013135,IZ03 - 02,4d,Hard-pressed flat dwellers,S02002462,IZ03,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204125 +204125,S00096759,7b1,Eastern European Communities,S01013138,IZ03 - 05,4d,Hard-pressed flat dwellers,S02002462,IZ03,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204126 +204126,S00096806,7b1,Eastern European Communities,S01013130,IZ02 - 03,4d,Hard-pressed flat dwellers,S02002461,IZ02,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204127 +204127,S00096862,7b1,Eastern European Communities,S01013167,IZ08 - 04,4d,Hard-pressed flat dwellers,S02002467,IZ08,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204128 +204128,S00096942,7b1,Eastern European Communities,S01013155,IZ06 - 04,4d,Hard-pressed flat dwellers,S02002465,IZ06,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204129 +204129,S00096962,7b1,Eastern European Communities,S01013157,IZ06 - 06,4d,Hard-pressed flat dwellers,S02002465,IZ06,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204130 +204130,S00097034,7b1,Eastern European Communities,S01013123,IZ01 - 02,4d,Hard-pressed flat dwellers,S02002460,IZ01,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204131 +204131,S00097042,7b1,Eastern European Communities,S01013124,IZ01 - 03,4d,Hard-pressed flat dwellers,S02002460,IZ01,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204132 +204132,S00097086,7b1,Eastern European Communities,S01013155,IZ06 - 04,4d,Hard-pressed flat dwellers,S02002465,IZ06,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204133 +204133,S00097101,7b1,Eastern European Communities,S01013128,IZ02 - 01,4d,Hard-pressed flat dwellers,S02002461,IZ02,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204134 +204134,S00096298,7b3,Endeavouring Flat Dwellers,S01013236,IZ17 - 09,5c,Comfortable neighbourhoods,S02002476,IZ17,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204135 +204135,S00096545,7b2,Deprived Neighbourhoods,S01013201,IZ13 - 03,4d,Hard-pressed flat dwellers,S02002472,IZ13,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204136 +204136,S00096546,7b2,Deprived Neighbourhoods,S01013201,IZ13 - 03,4d,Hard-pressed flat dwellers,S02002472,IZ13,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204137 +204137,S00096950,7c2,Constrained Young Families,S01013156,IZ06 - 05,4d,Hard-pressed flat dwellers,S02002465,IZ06,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204138 +204138,S00096551,7b2,Deprived Neighbourhoods,S01013206,IZ13 - 08,4a,Challenged white communities,S02002472,IZ13,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204139 +204139,S00096562,7b2,Deprived Neighbourhoods,S01013202,IZ13 - 04,4a,Challenged white communities,S02002472,IZ13,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204140 +204140,S00096957,7c2,Constrained Young Families,S01013153,IZ06 - 02,4d,Hard-pressed flat dwellers,S02002465,IZ06,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204141 +204141,S00096565,7b2,Deprived Neighbourhoods,S01013203,IZ13 - 05,4a,Challenged white communities,S02002472,IZ13,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204142 +204142,S00096958,7c2,Constrained Young Families,S01013153,IZ06 - 02,4d,Hard-pressed flat dwellers,S02002465,IZ06,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204143 +204143,S00096596,7b2,Deprived Neighbourhoods,S01013184,IZ11 - 01,4d,Hard-pressed flat dwellers,S02002470,IZ11,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204144 +204144,S00096959,7c2,Constrained Young Families,S01013153,IZ06 - 02,4d,Hard-pressed flat dwellers,S02002465,IZ06,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204145 +204145,S00096605,7b2,Deprived Neighbourhoods,S01013222,IZ15 - 09,4d,Hard-pressed flat dwellers,S02002474,IZ15,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204146 +204146,S00096963,7c2,Constrained Young Families,S01013157,IZ06 - 06,4d,Hard-pressed flat dwellers,S02002465,IZ06,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204147 +204147,S00096678,7b2,Deprived Neighbourhoods,S01013207,IZ14 - 01,5a,Ageing urban communities,S02002473,IZ14,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204148 +204148,S00096964,7c2,Constrained Young Families,S01013157,IZ06 - 06,4d,Hard-pressed flat dwellers,S02002465,IZ06,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204149 +204149,S00096967,7c2,Constrained Young Families,S01013157,IZ06 - 06,4d,Hard-pressed flat dwellers,S02002465,IZ06,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204150 +204150,S00096968,7c2,Constrained Young Families,S01013157,IZ06 - 06,4d,Hard-pressed flat dwellers,S02002465,IZ06,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204151 +204151,S00096989,7c2,Constrained Young Families,S01013142,IZ04 - 02,4d,Hard-pressed flat dwellers,S02002463,IZ04,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204152 +204152,S00096855,6a2,Comfortable Suburbia,S01013164,IZ08 - 01,5c,Comfortable neighbourhoods,S02002467,IZ08,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204153 +204153,S00096996,7c2,Constrained Young Families,S01013170,IZ08 - 07,4d,Hard-pressed flat dwellers,S02002467,IZ08,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204154 +204154,S00097004,7c2,Constrained Young Families,S01013154,IZ06 - 03,4a,Challenged white communities,S02002465,IZ06,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204155 +204155,S00097012,7c2,Constrained Young Families,S01013142,IZ04 - 02,4d,Hard-pressed flat dwellers,S02002463,IZ04,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204156 +204156,S00097045,7c2,Constrained Young Families,S01013139,IZ03 - 06,4d,Hard-pressed flat dwellers,S02002462,IZ03,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204157 +204157,S00097047,7c2,Constrained Young Families,S01013139,IZ03 - 06,4d,Hard-pressed flat dwellers,S02002462,IZ03,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204158 +204158,S00097048,7c2,Constrained Young Families,S01013140,IZ03 - 07,4d,Hard-pressed flat dwellers,S02002462,IZ03,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204159 +204159,S00097049,7c2,Constrained Young Families,S01013140,IZ03 - 07,4d,Hard-pressed flat dwellers,S02002462,IZ03,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204160 +204160,S00097055,7c2,Constrained Young Families,S01013130,IZ02 - 03,4d,Hard-pressed flat dwellers,S02002461,IZ02,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204161 +204161,S00097088,7c2,Constrained Young Families,S01013156,IZ06 - 05,4d,Hard-pressed flat dwellers,S02002465,IZ06,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204162 +204162,S00096270,5b1,Delayed Retirement,S01013178,IZ10 - 01,5c,Comfortable neighbourhoods,S02002469,IZ10,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204163 +204163,S00096299,5b1,Delayed Retirement,S01013236,IZ17 - 09,5c,Comfortable neighbourhoods,S02002476,IZ17,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204164 +204164,S00096428,5b1,Delayed Retirement,S01013193,IZ12 - 03,5c,Comfortable neighbourhoods,S02002471,IZ12,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204165 +204165,S00096429,5b1,Delayed Retirement,S01013193,IZ12 - 03,5c,Comfortable neighbourhoods,S02002471,IZ12,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204166 +204166,S00096435,5b1,Delayed Retirement,S01013195,IZ12 - 05,4d,Hard-pressed flat dwellers,S02002471,IZ12,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204167 +204167,S00096436,5b1,Delayed Retirement,S01013195,IZ12 - 05,4d,Hard-pressed flat dwellers,S02002471,IZ12,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204168 +204168,S00096594,5b1,Delayed Retirement,S01013196,IZ12 - 06,4d,Hard-pressed flat dwellers,S02002471,IZ12,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204169 +204169,S00096698,5b1,Delayed Retirement,S01013129,IZ02 - 02,4d,Hard-pressed flat dwellers,S02002461,IZ02,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204170 +204170,S00096817,5b1,Delayed Retirement,S01013165,IZ08 - 02,5a,Ageing urban communities,S02002467,IZ08,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204171 +204171,S00097080,5b1,Delayed Retirement,S01013151,IZ05 - 05,5c,Comfortable neighbourhoods,S02002464,IZ05,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204172 +204172,S00097093,5b1,Delayed Retirement,S01013177,IZ09 - 07,5c,Comfortable neighbourhoods,S02002468,IZ09,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204173 +204173,S00097106,5b1,Delayed Retirement,S01013173,IZ09 - 03,5c,Comfortable neighbourhoods,S02002468,IZ09,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204174 +204174,S00096365,8b1,Deprived Blue-Collar Terraces,S01013231,IZ17 - 04,4a,Challenged white communities,S02002476,IZ17,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204175 +204175,S00096367,8b1,Deprived Blue-Collar Terraces,S01013229,IZ17 - 02,4a,Challenged white communities,S02002476,IZ17,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204176 +204176,S00096400,8b1,Deprived Blue-Collar Terraces,S01013221,IZ15 - 08,4a,Challenged white communities,S02002474,IZ15,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204177 +204177,S00096447,8b1,Deprived Blue-Collar Terraces,S01013192,IZ12 - 02,5a,Ageing urban communities,S02002471,IZ12,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204178 +204178,S00096451,8b1,Deprived Blue-Collar Terraces,S01013191,IZ12 - 01,8c,Comfortable suburbia,S02002471,IZ12,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204179 +204179,S00096452,8b1,Deprived Blue-Collar Terraces,S01013181,IZ10 - 04,5c,Comfortable neighbourhoods,S02002469,IZ10,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204180 +204180,S00096489,8b1,Deprived Blue-Collar Terraces,S01013182,IZ10 - 05,4a,Challenged white communities,S02002469,IZ10,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204181 +204181,S00096522,8b1,Deprived Blue-Collar Terraces,S01013187,IZ11 - 04,4a,Challenged white communities,S02002470,IZ11,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204182 +204182,S00097030,8b1,Deprived Blue-Collar Terraces,S01013174,IZ09 - 04,8c,Comfortable suburbia,S02002468,IZ09,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204183 +204183,S00096338,7b2,Deprived Neighbourhoods,S01013223,IZ16 - 01,4d,Hard-pressed flat dwellers,S02002475,IZ16,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204184 +204184,S00096347,7b2,Deprived Neighbourhoods,S01013227,IZ16 - 05,4a,Challenged white communities,S02002475,IZ16,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204185 +204185,S00096359,7b2,Deprived Neighbourhoods,S01013231,IZ17 - 04,4a,Challenged white communities,S02002476,IZ17,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204186 +204186,S00096509,7b2,Deprived Neighbourhoods,S01013186,IZ11 - 03,4d,Hard-pressed flat dwellers,S02002470,IZ11,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204187 +204187,S00096431,7b3,Endeavouring Flat Dwellers,S01013194,IZ12 - 04,4d,Hard-pressed flat dwellers,S02002471,IZ12,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204188 +204188,S00096453,7c1,Challenged Transitionaries,S01013181,IZ10 - 04,5c,Comfortable neighbourhoods,S02002469,IZ10,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204189 +204189,S00096701,7b2,Deprived Neighbourhoods,S01013123,IZ01 - 02,4d,Hard-pressed flat dwellers,S02002460,IZ01,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204190 +204190,S00096432,7b3,Endeavouring Flat Dwellers,S01013194,IZ12 - 04,4d,Hard-pressed flat dwellers,S02002471,IZ12,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204191 +204191,S00096757,7b2,Deprived Neighbourhoods,S01013136,IZ03 - 03,4d,Hard-pressed flat dwellers,S02002462,IZ03,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204192 +204192,S00096917,6a2,Comfortable Suburbia,S01013158,IZ07 - 01,2a,Ageing rural neighbourhoods,S02002466,IZ07,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204193 +204193,S00096433,7b3,Endeavouring Flat Dwellers,S01013194,IZ12 - 04,4d,Hard-pressed flat dwellers,S02002471,IZ12,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204194 +204194,S00096762,7b2,Deprived Neighbourhoods,S01013135,IZ03 - 02,4d,Hard-pressed flat dwellers,S02002462,IZ03,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204195 +204195,S00097023,6a2,Comfortable Suburbia,S01013171,IZ09 - 01,5c,Comfortable neighbourhoods,S02002468,IZ09,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204196 +204196,S00096440,7b3,Endeavouring Flat Dwellers,S01013195,IZ12 - 05,4d,Hard-pressed flat dwellers,S02002471,IZ12,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204197 +204197,S00096457,7c1,Challenged Transitionaries,S01013181,IZ10 - 04,5c,Comfortable neighbourhoods,S02002469,IZ10,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204198 +204198,S00096767,7b2,Deprived Neighbourhoods,S01013138,IZ03 - 05,4d,Hard-pressed flat dwellers,S02002462,IZ03,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204199 +204199,S00097024,6a2,Comfortable Suburbia,S01013171,IZ09 - 01,5c,Comfortable neighbourhoods,S02002468,IZ09,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204200 +204200,S00096441,7b3,Endeavouring Flat Dwellers,S01013195,IZ12 - 05,4d,Hard-pressed flat dwellers,S02002471,IZ12,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204201 +204201,S00096461,7c1,Challenged Transitionaries,S01013192,IZ12 - 02,5a,Ageing urban communities,S02002471,IZ12,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204202 +204202,S00096775,7b2,Deprived Neighbourhoods,S01013139,IZ03 - 06,4d,Hard-pressed flat dwellers,S02002462,IZ03,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204203 +204203,S00097026,6a2,Comfortable Suburbia,S01013175,IZ09 - 05,5c,Comfortable neighbourhoods,S02002468,IZ09,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204204 +204204,S00096442,7b3,Endeavouring Flat Dwellers,S01013195,IZ12 - 05,4d,Hard-pressed flat dwellers,S02002471,IZ12,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204205 +204205,S00096463,7c1,Challenged Transitionaries,S01013182,IZ10 - 05,4a,Challenged white communities,S02002469,IZ10,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204206 +204206,S00096776,7b2,Deprived Neighbourhoods,S01013139,IZ03 - 06,4d,Hard-pressed flat dwellers,S02002462,IZ03,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204207 +204207,S00096777,7b2,Deprived Neighbourhoods,S01013147,IZ05 - 01,5c,Comfortable neighbourhoods,S02002464,IZ05,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204208 +204208,S00096778,7b2,Deprived Neighbourhoods,S01013140,IZ03 - 07,4d,Hard-pressed flat dwellers,S02002462,IZ03,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204209 +204209,S00096783,7b2,Deprived Neighbourhoods,S01013140,IZ03 - 07,4d,Hard-pressed flat dwellers,S02002462,IZ03,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204210 +204210,S00096791,7b2,Deprived Neighbourhoods,S01013142,IZ04 - 02,4d,Hard-pressed flat dwellers,S02002463,IZ04,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204211 +204211,S00096792,7b2,Deprived Neighbourhoods,S01013142,IZ04 - 02,4d,Hard-pressed flat dwellers,S02002463,IZ04,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204212 +204212,S00096793,7b2,Deprived Neighbourhoods,S01013142,IZ04 - 02,4d,Hard-pressed flat dwellers,S02002463,IZ04,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204213 +204213,S00096795,7b2,Deprived Neighbourhoods,S01013141,IZ04 - 01,4d,Hard-pressed flat dwellers,S02002463,IZ04,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204214 +204214,S00096796,7b2,Deprived Neighbourhoods,S01013142,IZ04 - 02,4d,Hard-pressed flat dwellers,S02002463,IZ04,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204215 +204215,S00096797,7b2,Deprived Neighbourhoods,S01013142,IZ04 - 02,4d,Hard-pressed flat dwellers,S02002463,IZ04,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204216 +204216,S00096798,7b2,Deprived Neighbourhoods,S01013142,IZ04 - 02,4d,Hard-pressed flat dwellers,S02002463,IZ04,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204217 +204217,S00096799,7b2,Deprived Neighbourhoods,S01013130,IZ02 - 03,4d,Hard-pressed flat dwellers,S02002461,IZ02,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204218 +204218,S00096847,7b2,Deprived Neighbourhoods,S01013168,IZ08 - 05,4d,Hard-pressed flat dwellers,S02002467,IZ08,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204219 +204219,S00096848,7b2,Deprived Neighbourhoods,S01013167,IZ08 - 04,4d,Hard-pressed flat dwellers,S02002467,IZ08,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204220 +204220,S00096861,7b2,Deprived Neighbourhoods,S01013167,IZ08 - 04,4d,Hard-pressed flat dwellers,S02002467,IZ08,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204221 +204221,S00096864,7b2,Deprived Neighbourhoods,S01013167,IZ08 - 04,4d,Hard-pressed flat dwellers,S02002467,IZ08,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204222 +204222,S00096865,7b2,Deprived Neighbourhoods,S01013133,IZ02 - 06,4d,Hard-pressed flat dwellers,S02002461,IZ02,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204223 +204223,S00096866,7b2,Deprived Neighbourhoods,S01013133,IZ02 - 06,4d,Hard-pressed flat dwellers,S02002461,IZ02,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204224 +204224,S00096868,7b2,Deprived Neighbourhoods,S01013133,IZ02 - 06,4d,Hard-pressed flat dwellers,S02002461,IZ02,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204225 +204225,S00096869,7b2,Deprived Neighbourhoods,S01013133,IZ02 - 06,4d,Hard-pressed flat dwellers,S02002461,IZ02,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204226 +204226,S00096870,7b2,Deprived Neighbourhoods,S01013133,IZ02 - 06,4d,Hard-pressed flat dwellers,S02002461,IZ02,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204227 +204227,S00096879,7b2,Deprived Neighbourhoods,S01013131,IZ02 - 04,4d,Hard-pressed flat dwellers,S02002461,IZ02,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204228 +204228,S00096880,7b2,Deprived Neighbourhoods,S01013132,IZ02 - 05,4d,Hard-pressed flat dwellers,S02002461,IZ02,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204229 +204229,S00096882,7b2,Deprived Neighbourhoods,S01013131,IZ02 - 04,4d,Hard-pressed flat dwellers,S02002461,IZ02,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204230 +204230,S00096883,7b2,Deprived Neighbourhoods,S01013131,IZ02 - 04,4d,Hard-pressed flat dwellers,S02002461,IZ02,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204231 +204231,S00096952,7b2,Deprived Neighbourhoods,S01013156,IZ06 - 05,4d,Hard-pressed flat dwellers,S02002465,IZ06,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204232 +204232,S00096953,7b2,Deprived Neighbourhoods,S01013153,IZ06 - 02,4d,Hard-pressed flat dwellers,S02002465,IZ06,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204233 +204233,S00096961,7b2,Deprived Neighbourhoods,S01013157,IZ06 - 06,4d,Hard-pressed flat dwellers,S02002465,IZ06,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204234 +204234,S00096994,7b2,Deprived Neighbourhoods,S01013123,IZ01 - 02,4d,Hard-pressed flat dwellers,S02002460,IZ01,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204235 +204235,S00097003,7b2,Deprived Neighbourhoods,S01013154,IZ06 - 03,4a,Challenged white communities,S02002465,IZ06,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204236 +204236,S00097015,7b2,Deprived Neighbourhoods,S01013164,IZ08 - 01,5c,Comfortable neighbourhoods,S02002467,IZ08,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204237 +204237,S00097016,7b2,Deprived Neighbourhoods,S01013164,IZ08 - 01,5c,Comfortable neighbourhoods,S02002467,IZ08,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204238 +204238,S00097032,6a2,Comfortable Suburbia,S01013174,IZ09 - 04,8c,Comfortable suburbia,S02002468,IZ09,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204239 +204239,S00096484,7c1,Challenged Transitionaries,S01013198,IZ12 - 08,5a,Ageing urban communities,S02002471,IZ12,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204240 +204240,S00096445,7b3,Endeavouring Flat Dwellers,S01013193,IZ12 - 03,5c,Comfortable neighbourhoods,S02002471,IZ12,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204241 +204241,S00097109,6a2,Comfortable Suburbia,S01013152,IZ06 - 01,5c,Comfortable neighbourhoods,S02002465,IZ06,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204242 +204242,S00096466,7b3,Endeavouring Flat Dwellers,S01013190,IZ11 - 07,5c,Comfortable neighbourhoods,S02002470,IZ11,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204243 +204243,S00096524,7c1,Challenged Transitionaries,S01013188,IZ11 - 05,5c,Comfortable neighbourhoods,S02002470,IZ11,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204244 +204244,S00096529,5b2,Communal Retirement,S01013199,IZ13 - 01,5c,Comfortable neighbourhoods,S02002472,IZ13,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204245 +204245,S00096467,7b3,Endeavouring Flat Dwellers,S01013190,IZ11 - 07,5c,Comfortable neighbourhoods,S02002470,IZ11,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204246 +204246,S00096528,7c1,Challenged Transitionaries,S01013199,IZ13 - 01,5c,Comfortable neighbourhoods,S02002472,IZ13,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204247 +204247,S00096536,5b2,Communal Retirement,S01013200,IZ13 - 02,5a,Ageing urban communities,S02002472,IZ13,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204248 +204248,S00096558,7c1,Challenged Transitionaries,S01013202,IZ13 - 04,4a,Challenged white communities,S02002472,IZ13,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204249 +204249,S00096468,7b3,Endeavouring Flat Dwellers,S01013182,IZ10 - 05,4a,Challenged white communities,S02002469,IZ10,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204250 +204250,S00096615,5b2,Communal Retirement,S01013235,IZ17 - 08,5c,Comfortable neighbourhoods,S02002476,IZ17,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204251 +204251,S00096560,7c1,Challenged Transitionaries,S01013206,IZ13 - 08,4a,Challenged white communities,S02002472,IZ13,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204252 +204252,S00096502,7b3,Endeavouring Flat Dwellers,S01013185,IZ11 - 02,4a,Challenged white communities,S02002470,IZ11,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204253 +204253,S00096664,5b2,Communal Retirement,S01013192,IZ12 - 02,5a,Ageing urban communities,S02002471,IZ12,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204254 +204254,S00096802,5b2,Communal Retirement,S01013165,IZ08 - 02,5a,Ageing urban communities,S02002467,IZ08,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204255 +204255,S00096281,7c2,Constrained Young Families,S01013221,IZ15 - 08,4a,Challenged white communities,S02002474,IZ15,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204256 +204256,S00096284,7c2,Constrained Young Families,S01013239,IZ18 - 03,4a,Challenged white communities,S02002477,IZ18,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204257 +204257,S00096288,7c2,Constrained Young Families,S01013239,IZ18 - 03,4a,Challenged white communities,S02002477,IZ18,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204258 +204258,S00096289,7c2,Constrained Young Families,S01013239,IZ18 - 03,4a,Challenged white communities,S02002477,IZ18,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204259 +204259,S00096292,7c2,Constrained Young Families,S01013240,IZ18 - 04,4d,Hard-pressed flat dwellers,S02002477,IZ18,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204260 +204260,S00096294,7c2,Constrained Young Families,S01013238,IZ18 - 02,4a,Challenged white communities,S02002477,IZ18,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204261 +204261,S00096295,7c2,Constrained Young Families,S01013238,IZ18 - 02,4a,Challenged white communities,S02002477,IZ18,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204262 +204262,S00096296,7c2,Constrained Young Families,S01013238,IZ18 - 02,4a,Challenged white communities,S02002477,IZ18,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204263 +204263,S00096300,7c2,Constrained Young Families,S01013238,IZ18 - 02,4a,Challenged white communities,S02002477,IZ18,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204264 +204264,S00096301,7c2,Constrained Young Families,S01013240,IZ18 - 04,4d,Hard-pressed flat dwellers,S02002477,IZ18,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204265 +204265,S00096302,7c2,Constrained Young Families,S01013240,IZ18 - 04,4d,Hard-pressed flat dwellers,S02002477,IZ18,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204266 +204266,S00096304,7c2,Constrained Young Families,S01013240,IZ18 - 04,4d,Hard-pressed flat dwellers,S02002477,IZ18,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204267 +204267,S00096305,7c2,Constrained Young Families,S01013236,IZ17 - 09,5c,Comfortable neighbourhoods,S02002476,IZ17,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204268 +204268,S00096339,7c2,Constrained Young Families,S01013223,IZ16 - 01,4d,Hard-pressed flat dwellers,S02002475,IZ16,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204269 +204269,S00096346,7c2,Constrained Young Families,S01013227,IZ16 - 05,4a,Challenged white communities,S02002475,IZ16,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204270 +204270,S00096348,7c2,Constrained Young Families,S01013227,IZ16 - 05,4a,Challenged white communities,S02002475,IZ16,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204271 +204271,S00096349,7c2,Constrained Young Families,S01013227,IZ16 - 05,4a,Challenged white communities,S02002475,IZ16,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204272 +204272,S00096353,7c2,Constrained Young Families,S01013230,IZ17 - 03,4a,Challenged white communities,S02002476,IZ17,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204273 +204273,S00096364,7c2,Constrained Young Families,S01013233,IZ17 - 06,5c,Comfortable neighbourhoods,S02002476,IZ17,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204274 +204274,S00096366,7c2,Constrained Young Families,S01013229,IZ17 - 02,4a,Challenged white communities,S02002476,IZ17,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204275 +204275,S00096368,7c2,Constrained Young Families,S01013229,IZ17 - 02,4a,Challenged white communities,S02002476,IZ17,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204276 +204276,S00096393,7c2,Constrained Young Families,S01013220,IZ15 - 07,4a,Challenged white communities,S02002474,IZ15,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204277 +204277,S00096394,7c2,Constrained Young Families,S01013220,IZ15 - 07,4a,Challenged white communities,S02002474,IZ15,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204278 +204278,S00096395,7c2,Constrained Young Families,S01013220,IZ15 - 07,4a,Challenged white communities,S02002474,IZ15,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204279 +204279,S00096417,7c2,Constrained Young Families,S01013225,IZ16 - 03,4a,Challenged white communities,S02002475,IZ16,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204280 +204280,S00096418,7c2,Constrained Young Families,S01013225,IZ16 - 03,4a,Challenged white communities,S02002475,IZ16,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204281 +204281,S00096419,7c2,Constrained Young Families,S01013225,IZ16 - 03,4a,Challenged white communities,S02002475,IZ16,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204282 +204282,S00096421,7c2,Constrained Young Families,S01013225,IZ16 - 03,4a,Challenged white communities,S02002475,IZ16,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204283 +204283,S00096483,7c2,Constrained Young Families,S01013198,IZ12 - 08,5a,Ageing urban communities,S02002471,IZ12,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204284 +204284,S00096510,7c2,Constrained Young Families,S01013186,IZ11 - 03,4d,Hard-pressed flat dwellers,S02002470,IZ11,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204285 +204285,S00096506,7b3,Endeavouring Flat Dwellers,S01013184,IZ11 - 01,4d,Hard-pressed flat dwellers,S02002470,IZ11,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204286 +204286,S00096518,7b3,Endeavouring Flat Dwellers,S01013186,IZ11 - 03,4d,Hard-pressed flat dwellers,S02002470,IZ11,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204287 +204287,S00096533,7b3,Endeavouring Flat Dwellers,S01013199,IZ13 - 01,5c,Comfortable neighbourhoods,S02002472,IZ13,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204288 +204288,S00096572,7b3,Endeavouring Flat Dwellers,S01013209,IZ14 - 03,4d,Hard-pressed flat dwellers,S02002473,IZ14,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204289 +204289,S00096516,7c2,Constrained Young Families,S01013187,IZ11 - 04,4a,Challenged white communities,S02002470,IZ11,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204290 +204290,S00096588,7b3,Endeavouring Flat Dwellers,S01013196,IZ12 - 06,4d,Hard-pressed flat dwellers,S02002471,IZ12,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204291 +204291,S00096591,7b3,Endeavouring Flat Dwellers,S01013193,IZ12 - 03,5c,Comfortable neighbourhoods,S02002471,IZ12,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204292 +204292,S00096621,7b3,Endeavouring Flat Dwellers,S01013185,IZ11 - 02,4a,Challenged white communities,S02002470,IZ11,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204293 +204293,S00096624,7b3,Endeavouring Flat Dwellers,S01013178,IZ10 - 01,5c,Comfortable neighbourhoods,S02002469,IZ10,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204294 +204294,S00096657,7b3,Endeavouring Flat Dwellers,S01013194,IZ12 - 04,4d,Hard-pressed flat dwellers,S02002471,IZ12,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204295 +204295,S00096658,7b3,Endeavouring Flat Dwellers,S01013194,IZ12 - 04,4d,Hard-pressed flat dwellers,S02002471,IZ12,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204296 +204296,S00096660,7b3,Endeavouring Flat Dwellers,S01013195,IZ12 - 05,4d,Hard-pressed flat dwellers,S02002471,IZ12,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204297 +204297,S00096667,7b3,Endeavouring Flat Dwellers,S01013196,IZ12 - 06,4d,Hard-pressed flat dwellers,S02002471,IZ12,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204298 +204298,S00096668,7b3,Endeavouring Flat Dwellers,S01013196,IZ12 - 06,4d,Hard-pressed flat dwellers,S02002471,IZ12,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204299 +204299,S00096677,7b3,Endeavouring Flat Dwellers,S01013207,IZ14 - 01,5a,Ageing urban communities,S02002473,IZ14,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204300 +204300,S00096697,7b3,Endeavouring Flat Dwellers,S01013129,IZ02 - 02,4d,Hard-pressed flat dwellers,S02002461,IZ02,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204301 +204301,S00096706,7b3,Endeavouring Flat Dwellers,S01013123,IZ01 - 02,4d,Hard-pressed flat dwellers,S02002460,IZ01,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204302 +204302,S00096717,7b3,Endeavouring Flat Dwellers,S01013126,IZ01 - 05,4d,Hard-pressed flat dwellers,S02002460,IZ01,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204303 +204303,S00096722,7b3,Endeavouring Flat Dwellers,S01013126,IZ01 - 05,4d,Hard-pressed flat dwellers,S02002460,IZ01,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204304 +204304,S00096726,7b3,Endeavouring Flat Dwellers,S01013126,IZ01 - 05,4d,Hard-pressed flat dwellers,S02002460,IZ01,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204305 +204305,S00096745,7b3,Endeavouring Flat Dwellers,S01013134,IZ03 - 01,4a,Challenged white communities,S02002462,IZ03,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204306 +204306,S00096758,7b3,Endeavouring Flat Dwellers,S01013138,IZ03 - 05,4d,Hard-pressed flat dwellers,S02002462,IZ03,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204307 +204307,S00096763,7b3,Endeavouring Flat Dwellers,S01013135,IZ03 - 02,4d,Hard-pressed flat dwellers,S02002462,IZ03,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204308 +204308,S00096584,7c1,Challenged Transitionaries,S01013192,IZ12 - 02,5a,Ageing urban communities,S02002471,IZ12,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204309 +204309,S00096765,7b3,Endeavouring Flat Dwellers,S01013135,IZ03 - 02,4d,Hard-pressed flat dwellers,S02002462,IZ03,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204310 +204310,S00096768,7b3,Endeavouring Flat Dwellers,S01013138,IZ03 - 05,4d,Hard-pressed flat dwellers,S02002462,IZ03,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204311 +204311,S00096769,7b3,Endeavouring Flat Dwellers,S01013138,IZ03 - 05,4d,Hard-pressed flat dwellers,S02002462,IZ03,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204312 +204312,S00096771,7b3,Endeavouring Flat Dwellers,S01013138,IZ03 - 05,4d,Hard-pressed flat dwellers,S02002462,IZ03,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204313 +204313,S00096779,7b3,Endeavouring Flat Dwellers,S01013139,IZ03 - 06,4d,Hard-pressed flat dwellers,S02002462,IZ03,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204314 +204314,S00096794,7b3,Endeavouring Flat Dwellers,S01013141,IZ04 - 01,4d,Hard-pressed flat dwellers,S02002463,IZ04,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204315 +204315,S00096807,7b3,Endeavouring Flat Dwellers,S01013130,IZ02 - 03,4d,Hard-pressed flat dwellers,S02002461,IZ02,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204316 +204316,S00096852,7b3,Endeavouring Flat Dwellers,S01013169,IZ08 - 06,4d,Hard-pressed flat dwellers,S02002467,IZ08,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204317 +204317,S00096863,7b3,Endeavouring Flat Dwellers,S01013167,IZ08 - 04,4d,Hard-pressed flat dwellers,S02002467,IZ08,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204318 +204318,S00096867,7b3,Endeavouring Flat Dwellers,S01013166,IZ08 - 03,4d,Hard-pressed flat dwellers,S02002467,IZ08,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204319 +204319,S00096520,7c2,Constrained Young Families,S01013187,IZ11 - 04,4a,Challenged white communities,S02002470,IZ11,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204320 +204320,S00096523,7c2,Constrained Young Families,S01013187,IZ11 - 04,4a,Challenged white communities,S02002470,IZ11,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204321 +204321,S00096539,7c2,Constrained Young Families,S01013201,IZ13 - 03,4d,Hard-pressed flat dwellers,S02002472,IZ13,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204322 +204322,S00096541,7c2,Constrained Young Families,S01013201,IZ13 - 03,4d,Hard-pressed flat dwellers,S02002472,IZ13,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204323 +204323,S00096543,7c2,Constrained Young Families,S01013201,IZ13 - 03,4d,Hard-pressed flat dwellers,S02002472,IZ13,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204324 +204324,S00096544,7c2,Constrained Young Families,S01013201,IZ13 - 03,4d,Hard-pressed flat dwellers,S02002472,IZ13,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204325 +204325,S00096549,7c2,Constrained Young Families,S01013206,IZ13 - 08,4a,Challenged white communities,S02002472,IZ13,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204326 +204326,S00096554,7c2,Constrained Young Families,S01013205,IZ13 - 07,4a,Challenged white communities,S02002472,IZ13,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204327 +204327,S00096561,7c2,Constrained Young Families,S01013205,IZ13 - 07,4a,Challenged white communities,S02002472,IZ13,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204328 +204328,S00096563,7c2,Constrained Young Families,S01013203,IZ13 - 05,4a,Challenged white communities,S02002472,IZ13,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204329 +204329,S00096564,7c2,Constrained Young Families,S01013202,IZ13 - 04,4a,Challenged white communities,S02002472,IZ13,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204330 +204330,S00096566,7c2,Constrained Young Families,S01013203,IZ13 - 05,4a,Challenged white communities,S02002472,IZ13,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204331 +204331,S00096574,7c2,Constrained Young Families,S01013229,IZ17 - 02,4a,Challenged white communities,S02002476,IZ17,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204332 +204332,S00096603,7c2,Constrained Young Families,S01013222,IZ15 - 09,4d,Hard-pressed flat dwellers,S02002474,IZ15,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204333 +204333,S00096633,7c2,Constrained Young Families,S01013232,IZ17 - 05,4a,Challenged white communities,S02002476,IZ17,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204334 +204334,S00096655,7c2,Constrained Young Families,S01013221,IZ15 - 08,4a,Challenged white communities,S02002474,IZ15,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204335 +204335,S00096679,7c2,Constrained Young Families,S01013222,IZ15 - 09,4d,Hard-pressed flat dwellers,S02002474,IZ15,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204336 +204336,S00096680,7c2,Constrained Young Families,S01013222,IZ15 - 09,4d,Hard-pressed flat dwellers,S02002474,IZ15,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204337 +204337,S00096681,7c2,Constrained Young Families,S01013208,IZ14 - 02,4a,Challenged white communities,S02002473,IZ14,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204338 +204338,S00096682,7c2,Constrained Young Families,S01013208,IZ14 - 02,4a,Challenged white communities,S02002473,IZ14,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204339 +204339,S00096684,7c2,Constrained Young Families,S01013208,IZ14 - 02,4a,Challenged white communities,S02002473,IZ14,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204340 +204340,S00096685,7c2,Constrained Young Families,S01013208,IZ14 - 02,4a,Challenged white communities,S02002473,IZ14,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204341 +204341,S00096718,7c2,Constrained Young Families,S01013126,IZ01 - 05,4d,Hard-pressed flat dwellers,S02002460,IZ01,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204342 +204342,S00096725,7c2,Constrained Young Families,S01013126,IZ01 - 05,4d,Hard-pressed flat dwellers,S02002460,IZ01,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204343 +204343,S00096727,7c2,Constrained Young Families,S01013126,IZ01 - 05,4d,Hard-pressed flat dwellers,S02002460,IZ01,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204344 +204344,S00096728,7c2,Constrained Young Families,S01013127,IZ01 - 06,4d,Hard-pressed flat dwellers,S02002460,IZ01,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204345 +204345,S00096589,7c1,Challenged Transitionaries,S01013197,IZ12 - 07,5a,Ageing urban communities,S02002471,IZ12,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204346 +204346,S00096732,7c2,Constrained Young Families,S01013127,IZ01 - 06,4d,Hard-pressed flat dwellers,S02002460,IZ01,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204347 +204347,S00096751,7c2,Constrained Young Families,S01013136,IZ03 - 03,4d,Hard-pressed flat dwellers,S02002462,IZ03,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204348 +204348,S00096760,7c2,Constrained Young Families,S01013135,IZ03 - 02,4d,Hard-pressed flat dwellers,S02002462,IZ03,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204349 +204349,S00096761,7c2,Constrained Young Families,S01013135,IZ03 - 02,4d,Hard-pressed flat dwellers,S02002462,IZ03,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204350 +204350,S00096766,7c2,Constrained Young Families,S01013135,IZ03 - 02,4d,Hard-pressed flat dwellers,S02002462,IZ03,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204351 +204351,S00096774,7c2,Constrained Young Families,S01013139,IZ03 - 06,4d,Hard-pressed flat dwellers,S02002462,IZ03,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204352 +204352,S00096780,7c2,Constrained Young Families,S01013139,IZ03 - 06,4d,Hard-pressed flat dwellers,S02002462,IZ03,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204353 +204353,S00096809,7c2,Constrained Young Families,S01013130,IZ02 - 03,4d,Hard-pressed flat dwellers,S02002461,IZ02,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204354 +204354,S00096813,7c2,Constrained Young Families,S01013144,IZ04 - 04,4d,Hard-pressed flat dwellers,S02002463,IZ04,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204355 +204355,S00096842,7c2,Constrained Young Families,S01013168,IZ08 - 05,4d,Hard-pressed flat dwellers,S02002467,IZ08,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204356 +204356,S00096846,7c2,Constrained Young Families,S01013168,IZ08 - 05,4d,Hard-pressed flat dwellers,S02002467,IZ08,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204357 +204357,S00096849,7c2,Constrained Young Families,S01013166,IZ08 - 03,4d,Hard-pressed flat dwellers,S02002467,IZ08,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204358 +204358,S00096854,7c2,Constrained Young Families,S01013170,IZ08 - 07,4d,Hard-pressed flat dwellers,S02002467,IZ08,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204359 +204359,S00096858,7c2,Constrained Young Families,S01013169,IZ08 - 06,4d,Hard-pressed flat dwellers,S02002467,IZ08,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204360 +204360,S00096875,7c2,Constrained Young Families,S01013133,IZ02 - 06,4d,Hard-pressed flat dwellers,S02002461,IZ02,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204361 +204361,S00096876,7c2,Constrained Young Families,S01013132,IZ02 - 05,4d,Hard-pressed flat dwellers,S02002461,IZ02,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204362 +204362,S00096881,7c2,Constrained Young Families,S01013132,IZ02 - 05,4d,Hard-pressed flat dwellers,S02002461,IZ02,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204363 +204363,S00096896,7c2,Constrained Young Families,S01013162,IZ07 - 05,4d,Hard-pressed flat dwellers,S02002466,IZ07,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204364 +204364,S00096905,7c2,Constrained Young Families,S01013161,IZ07 - 04,4a,Challenged white communities,S02002466,IZ07,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204365 +204365,S00096909,7c2,Constrained Young Families,S01013161,IZ07 - 04,4a,Challenged white communities,S02002466,IZ07,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204366 +204366,S00096910,7c2,Constrained Young Families,S01013163,IZ07 - 06,5c,Comfortable neighbourhoods,S02002466,IZ07,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204367 +204367,S00096590,7c1,Challenged Transitionaries,S01013196,IZ12 - 06,4d,Hard-pressed flat dwellers,S02002471,IZ12,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204368 +204368,S00096599,7c1,Challenged Transitionaries,S01013179,IZ10 - 02,5c,Comfortable neighbourhoods,S02002469,IZ10,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204369 +204369,S00096632,7c1,Challenged Transitionaries,S01013223,IZ16 - 01,4d,Hard-pressed flat dwellers,S02002475,IZ16,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204370 +204370,S00096636,7c1,Challenged Transitionaries,S01013233,IZ17 - 06,5c,Comfortable neighbourhoods,S02002476,IZ17,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204371 +204371,S00096638,7c1,Challenged Transitionaries,S01013230,IZ17 - 03,4a,Challenged white communities,S02002476,IZ17,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204372 +204372,S00096644,7c1,Challenged Transitionaries,S01013217,IZ15 - 04,4a,Challenged white communities,S02002474,IZ15,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204373 +204373,S00096665,7c1,Challenged Transitionaries,S01013190,IZ11 - 07,5c,Comfortable neighbourhoods,S02002470,IZ11,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204374 +204374,S00096695,7c1,Challenged Transitionaries,S01013173,IZ09 - 03,5c,Comfortable neighbourhoods,S02002468,IZ09,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204375 +204375,S00096696,7c1,Challenged Transitionaries,S01013173,IZ09 - 03,5c,Comfortable neighbourhoods,S02002468,IZ09,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204376 +204376,S00096700,7c1,Challenged Transitionaries,S01013128,IZ02 - 01,4d,Hard-pressed flat dwellers,S02002461,IZ02,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204377 +204377,S00096703,7c1,Challenged Transitionaries,S01013123,IZ01 - 02,4d,Hard-pressed flat dwellers,S02002460,IZ01,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204378 +204378,S00096704,7c1,Challenged Transitionaries,S01013124,IZ01 - 03,4d,Hard-pressed flat dwellers,S02002460,IZ01,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204379 +204379,S00096705,7c1,Challenged Transitionaries,S01013129,IZ02 - 02,4d,Hard-pressed flat dwellers,S02002461,IZ02,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204380 +204380,S00096713,7c1,Challenged Transitionaries,S01013125,IZ01 - 04,4a,Challenged white communities,S02002460,IZ01,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204381 +204381,S00096714,7c1,Challenged Transitionaries,S01013125,IZ01 - 04,4a,Challenged white communities,S02002460,IZ01,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204382 +204382,S00096731,7c1,Challenged Transitionaries,S01013127,IZ01 - 06,4d,Hard-pressed flat dwellers,S02002460,IZ01,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204383 +204383,S00096733,7c1,Challenged Transitionaries,S01013127,IZ01 - 06,4d,Hard-pressed flat dwellers,S02002460,IZ01,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204384 +204384,S00096734,7c1,Challenged Transitionaries,S01013129,IZ02 - 02,4d,Hard-pressed flat dwellers,S02002461,IZ02,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204385 +204385,S00096735,7c1,Challenged Transitionaries,S01013129,IZ02 - 02,4d,Hard-pressed flat dwellers,S02002461,IZ02,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204386 +204386,S00096736,7c1,Challenged Transitionaries,S01013129,IZ02 - 02,4d,Hard-pressed flat dwellers,S02002461,IZ02,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204387 +204387,S00096738,7c1,Challenged Transitionaries,S01013129,IZ02 - 02,4d,Hard-pressed flat dwellers,S02002461,IZ02,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204388 +204388,S00096747,7c1,Challenged Transitionaries,S01013136,IZ03 - 03,4d,Hard-pressed flat dwellers,S02002462,IZ03,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204389 +204389,S00096750,7c1,Challenged Transitionaries,S01013137,IZ03 - 04,4a,Challenged white communities,S02002462,IZ03,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204390 +204390,S00096752,7c1,Challenged Transitionaries,S01013137,IZ03 - 04,4a,Challenged white communities,S02002462,IZ03,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204391 +204391,S00096754,7c1,Challenged Transitionaries,S01013137,IZ03 - 04,4a,Challenged white communities,S02002462,IZ03,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204392 +204392,S00096755,7c1,Challenged Transitionaries,S01013136,IZ03 - 03,4d,Hard-pressed flat dwellers,S02002462,IZ03,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204393 +204393,S00096764,7c1,Challenged Transitionaries,S01013135,IZ03 - 02,4d,Hard-pressed flat dwellers,S02002462,IZ03,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204394 +204394,S00096773,7c1,Challenged Transitionaries,S01013139,IZ03 - 06,4d,Hard-pressed flat dwellers,S02002462,IZ03,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204395 +204395,S00096782,7c1,Challenged Transitionaries,S01013140,IZ03 - 07,4d,Hard-pressed flat dwellers,S02002462,IZ03,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204396 +204396,S00096785,7c1,Challenged Transitionaries,S01013140,IZ03 - 07,4d,Hard-pressed flat dwellers,S02002462,IZ03,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204397 +204397,S00096788,7c1,Challenged Transitionaries,S01013147,IZ05 - 01,5c,Comfortable neighbourhoods,S02002464,IZ05,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204398 +204398,S00096789,7c1,Challenged Transitionaries,S01013141,IZ04 - 01,4d,Hard-pressed flat dwellers,S02002463,IZ04,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204399 +204399,S00096790,7c1,Challenged Transitionaries,S01013141,IZ04 - 01,4d,Hard-pressed flat dwellers,S02002463,IZ04,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204400 +204400,S00096772,7c3,Outer City Hardship,S01013139,IZ03 - 06,4d,Hard-pressed flat dwellers,S02002462,IZ03,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204401 +204401,S00096786,8b2,Hard-Pressed Rented Terraces,S01013147,IZ05 - 01,5c,Comfortable neighbourhoods,S02002464,IZ05,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204402 +204402,S00096784,7c3,Outer City Hardship,S01013140,IZ03 - 07,4d,Hard-pressed flat dwellers,S02002462,IZ03,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204403 +204403,S00096811,7c3,Outer City Hardship,S01013143,IZ04 - 03,4d,Hard-pressed flat dwellers,S02002463,IZ04,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204404 +204404,S00096818,8b2,Hard-Pressed Rented Terraces,S01013144,IZ04 - 04,4d,Hard-pressed flat dwellers,S02002463,IZ04,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204405 +204405,S00096816,7c3,Outer City Hardship,S01013144,IZ04 - 04,4d,Hard-pressed flat dwellers,S02002463,IZ04,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204406 +204406,S00096838,8b2,Hard-Pressed Rented Terraces,S01013172,IZ09 - 02,4a,Challenged white communities,S02002468,IZ09,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204407 +204407,S00096878,7b3,Endeavouring Flat Dwellers,S01013132,IZ02 - 05,4d,Hard-pressed flat dwellers,S02002461,IZ02,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204408 +204408,S00096656,5a1,White Professionals,S01013237,IZ18 - 01,5c,Comfortable neighbourhoods,S02002477,IZ18,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204409 +204409,S00096492,5b3,Self-Sufficient Retirement,S01013183,IZ10 - 06,5c,Comfortable neighbourhoods,S02002469,IZ10,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204410 +204410,S00096824,7c3,Outer City Hardship,S01013145,IZ04 - 05,4d,Hard-pressed flat dwellers,S02002463,IZ04,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204411 +204411,S00096844,8b2,Hard-Pressed Rented Terraces,S01013168,IZ08 - 05,4d,Hard-pressed flat dwellers,S02002467,IZ08,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204412 +204412,S00096595,6b4,Older Workers and Retirement,S01013183,IZ10 - 06,5c,Comfortable neighbourhoods,S02002469,IZ10,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204413 +204413,S00096892,7b3,Endeavouring Flat Dwellers,S01013162,IZ07 - 05,4d,Hard-pressed flat dwellers,S02002466,IZ07,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204414 +204414,S00096673,5a1,White Professionals,S01013203,IZ13 - 05,4a,Challenged white communities,S02002472,IZ13,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204415 +204415,S00096569,5b3,Self-Sufficient Retirement,S01013204,IZ13 - 06,5c,Comfortable neighbourhoods,S02002472,IZ13,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204416 +204416,S00096826,7c3,Outer City Hardship,S01013145,IZ04 - 05,4d,Hard-pressed flat dwellers,S02002463,IZ04,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204417 +204417,S00096851,8b2,Hard-Pressed Rented Terraces,S01013171,IZ09 - 01,5c,Comfortable neighbourhoods,S02002468,IZ09,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204418 +204418,S00096286,8b2,Hard-Pressed Rented Terraces,S01013239,IZ18 - 03,4a,Challenged white communities,S02002477,IZ18,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204419 +204419,S00096625,6b4,Older Workers and Retirement,S01013237,IZ18 - 01,5c,Comfortable neighbourhoods,S02002477,IZ18,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204420 +204420,S00096894,7b3,Endeavouring Flat Dwellers,S01013162,IZ07 - 05,4d,Hard-pressed flat dwellers,S02002466,IZ07,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204421 +204421,S00096570,5b3,Self-Sufficient Retirement,S01013204,IZ13 - 06,5c,Comfortable neighbourhoods,S02002472,IZ13,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204422 +204422,S00096674,5a1,White Professionals,S01013204,IZ13 - 06,5c,Comfortable neighbourhoods,S02002472,IZ13,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204423 +204423,S00096827,7c3,Outer City Hardship,S01013145,IZ04 - 05,4d,Hard-pressed flat dwellers,S02002463,IZ04,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204424 +204424,S00096857,8b2,Hard-Pressed Rented Terraces,S01013170,IZ08 - 07,4d,Hard-pressed flat dwellers,S02002467,IZ08,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204425 +204425,S00096897,8b2,Hard-Pressed Rented Terraces,S01013161,IZ07 - 04,4a,Challenged white communities,S02002466,IZ07,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204426 +204426,S00096935,8b2,Hard-Pressed Rented Terraces,S01013154,IZ06 - 03,4a,Challenged white communities,S02002465,IZ06,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204427 +204427,S00096955,8b2,Hard-Pressed Rented Terraces,S01013153,IZ06 - 02,4d,Hard-pressed flat dwellers,S02002465,IZ06,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204428 +204428,S00096971,8b2,Hard-Pressed Rented Terraces,S01013152,IZ06 - 01,5c,Comfortable neighbourhoods,S02002465,IZ06,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204429 +204429,S00096992,8b2,Hard-Pressed Rented Terraces,S01013168,IZ08 - 05,4d,Hard-pressed flat dwellers,S02002467,IZ08,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204430 +204430,S00096993,8b2,Hard-Pressed Rented Terraces,S01013164,IZ08 - 01,5c,Comfortable neighbourhoods,S02002467,IZ08,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204431 +204431,S00097006,8b2,Hard-Pressed Rented Terraces,S01013175,IZ09 - 05,5c,Comfortable neighbourhoods,S02002468,IZ09,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204432 +204432,S00097014,8b2,Hard-Pressed Rented Terraces,S01013168,IZ08 - 05,4d,Hard-pressed flat dwellers,S02002467,IZ08,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204433 +204433,S00097073,8b2,Hard-Pressed Rented Terraces,S01013170,IZ08 - 07,4d,Hard-pressed flat dwellers,S02002467,IZ08,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204434 +204434,S00097084,8b2,Hard-Pressed Rented Terraces,S01013150,IZ05 - 04,5c,Comfortable neighbourhoods,S02002464,IZ05,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204435 +204435,S00097104,8b2,Hard-Pressed Rented Terraces,S01013131,IZ02 - 04,4d,Hard-pressed flat dwellers,S02002461,IZ02,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204436 +204436,S00096287,8a2,Industrious Hardship,S01013239,IZ18 - 03,4a,Challenged white communities,S02002477,IZ18,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204437 +204437,S00096497,8a2,Industrious Hardship,S01013188,IZ11 - 05,5c,Comfortable neighbourhoods,S02002470,IZ11,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204438 +204438,S00096503,8a2,Industrious Hardship,S01013185,IZ11 - 02,4a,Challenged white communities,S02002470,IZ11,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204439 +204439,S00096504,8a2,Industrious Hardship,S01013185,IZ11 - 02,4a,Challenged white communities,S02002470,IZ11,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204440 +204440,S00096505,8a2,Industrious Hardship,S01013186,IZ11 - 03,4d,Hard-pressed flat dwellers,S02002470,IZ11,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204441 +204441,S00096620,8a2,Industrious Hardship,S01013185,IZ11 - 02,4a,Challenged white communities,S02002470,IZ11,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204442 +204442,S00097043,8a2,Industrious Hardship,S01013137,IZ03 - 04,4a,Challenged white communities,S02002462,IZ03,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204443 +204443,S00096477,8a1,Industrious Transitions,S01013189,IZ11 - 06,5c,Comfortable neighbourhoods,S02002470,IZ11,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204444 +204444,S00096480,8a1,Industrious Transitions,S01013198,IZ12 - 08,5a,Ageing urban communities,S02002471,IZ12,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204445 +204445,S00096495,8a1,Industrious Transitions,S01013188,IZ11 - 05,5c,Comfortable neighbourhoods,S02002470,IZ11,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204446 +204446,S00096616,8a1,Industrious Transitions,S01013235,IZ17 - 08,5c,Comfortable neighbourhoods,S02002476,IZ17,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204447 +204447,S00096434,2c2,Migrant Commuters,S01013195,IZ12 - 05,4d,Hard-pressed flat dwellers,S02002471,IZ12,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204448 +204448,S00097099,2c2,Migrant Commuters,S01013128,IZ02 - 01,4d,Hard-pressed flat dwellers,S02002461,IZ02,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204449 +204449,S00096699,2c1,Migrant Families,S01013129,IZ02 - 02,4d,Hard-pressed flat dwellers,S02002461,IZ02,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204450 +204450,S00096808,7a3,Multi-Ethnic Hardship,S01013130,IZ02 - 03,4d,Hard-pressed flat dwellers,S02002461,IZ02,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204451 +204451,S00096628,5a2,Multi-Ethnic Professionals with Families,S01013233,IZ17 - 06,5c,Comfortable neighbourhoods,S02002476,IZ17,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204452 +204452,S00097052,5a2,Multi-Ethnic Professionals with Families,S01013147,IZ05 - 01,5c,Comfortable neighbourhoods,S02002464,IZ05,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204453 +204453,S00096671,6b1,Multi-Ethnic Suburbia,S01013200,IZ13 - 02,5a,Ageing urban communities,S02002472,IZ13,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204454 +204454,S00096924,6b1,Multi-Ethnic Suburbia,S01013159,IZ07 - 02,5c,Comfortable neighbourhoods,S02002466,IZ07,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204455 +204455,S00097070,6b1,Multi-Ethnic Suburbia,S01013171,IZ09 - 01,5c,Comfortable neighbourhoods,S02002468,IZ09,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204456 +204456,S00096264,6b4,Older Workers and Retirement,S01013191,IZ12 - 01,8c,Comfortable suburbia,S02002471,IZ12,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204457 +204457,S00096319,6b4,Older Workers and Retirement,S01013236,IZ17 - 09,5c,Comfortable neighbourhoods,S02002476,IZ17,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204458 +204458,S00096332,6b4,Older Workers and Retirement,S01013209,IZ14 - 03,4d,Hard-pressed flat dwellers,S02002473,IZ14,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204459 +204459,S00096336,6b4,Older Workers and Retirement,S01013210,IZ14 - 04,5c,Comfortable neighbourhoods,S02002473,IZ14,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204460 +204460,S00096369,6b4,Older Workers and Retirement,S01013212,IZ14 - 06,8c,Comfortable suburbia,S02002473,IZ14,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204461 +204461,S00096381,6b4,Older Workers and Retirement,S01013215,IZ15 - 02,5c,Comfortable neighbourhoods,S02002474,IZ15,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204462 +204462,S00096409,6b4,Older Workers and Retirement,S01013211,IZ14 - 05,5c,Comfortable neighbourhoods,S02002473,IZ14,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204463 +204463,S00096456,6b4,Older Workers and Retirement,S01013180,IZ10 - 03,8c,Comfortable suburbia,S02002469,IZ10,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204464 +204464,S00096470,6b4,Older Workers and Retirement,S01013189,IZ11 - 06,5c,Comfortable neighbourhoods,S02002470,IZ11,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204465 +204465,S00096478,6b4,Older Workers and Retirement,S01013197,IZ12 - 07,5a,Ageing urban communities,S02002471,IZ12,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204466 +204466,S00096486,6b4,Older Workers and Retirement,S01013191,IZ12 - 01,8c,Comfortable suburbia,S02002471,IZ12,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204467 +204467,S00096496,6b4,Older Workers and Retirement,S01013183,IZ10 - 06,5c,Comfortable neighbourhoods,S02002469,IZ10,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204468 +204468,S00096573,6b4,Older Workers and Retirement,S01013210,IZ14 - 04,5c,Comfortable neighbourhoods,S02002473,IZ14,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204469 +204469,S00096781,8c3,Renting Hard-Pressed Workers,S01013140,IZ03 - 07,4d,Hard-pressed flat dwellers,S02002462,IZ03,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204470 +204470,S00096291,8b2,Hard-Pressed Rented Terraces,S01013239,IZ18 - 03,4a,Challenged white communities,S02002477,IZ18,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204471 +204471,S00096831,7c3,Outer City Hardship,S01013146,IZ04 - 06,4d,Hard-pressed flat dwellers,S02002463,IZ04,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204472 +204472,S00096906,7b3,Endeavouring Flat Dwellers,S01013161,IZ07 - 04,4a,Challenged white communities,S02002466,IZ07,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204473 +204473,S00096743,5a1,White Professionals,S01013134,IZ03 - 01,4a,Challenged white communities,S02002462,IZ03,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204474 +204474,S00096592,5b3,Self-Sufficient Retirement,S01013196,IZ12 - 06,4d,Hard-pressed flat dwellers,S02002471,IZ12,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204475 +204475,S00096606,5b3,Self-Sufficient Retirement,S01013208,IZ14 - 02,4a,Challenged white communities,S02002473,IZ14,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204476 +204476,S00096609,5b3,Self-Sufficient Retirement,S01013237,IZ18 - 01,5c,Comfortable neighbourhoods,S02002477,IZ18,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204477 +204477,S00096630,6b4,Older Workers and Retirement,S01013211,IZ14 - 05,5c,Comfortable neighbourhoods,S02002473,IZ14,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204478 +204478,S00096801,8c3,Renting Hard-Pressed Workers,S01013165,IZ08 - 02,5a,Ageing urban communities,S02002467,IZ08,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204479 +204479,S00096293,8b2,Hard-Pressed Rented Terraces,S01013239,IZ18 - 03,4a,Challenged white communities,S02002477,IZ18,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204480 +204480,S00096629,5b3,Self-Sufficient Retirement,S01013211,IZ14 - 05,5c,Comfortable neighbourhoods,S02002473,IZ14,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204481 +204481,S00096926,5a1,White Professionals,S01013151,IZ05 - 05,5c,Comfortable neighbourhoods,S02002464,IZ05,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204482 +204482,S00096835,7c3,Outer City Hardship,S01013145,IZ04 - 05,4d,Hard-pressed flat dwellers,S02002463,IZ04,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204483 +204483,S00096642,6b4,Older Workers and Retirement,S01013213,IZ14 - 07,8c,Comfortable suburbia,S02002473,IZ14,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204484 +204484,S00096936,7b3,Endeavouring Flat Dwellers,S01013154,IZ06 - 03,4a,Challenged white communities,S02002465,IZ06,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204485 +204485,S00096843,8c3,Renting Hard-Pressed Workers,S01013168,IZ08 - 05,4d,Hard-pressed flat dwellers,S02002467,IZ08,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204486 +204486,S00096297,8b2,Hard-Pressed Rented Terraces,S01013238,IZ18 - 02,4a,Challenged white communities,S02002477,IZ18,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204487 +204487,S00096631,5b3,Self-Sufficient Retirement,S01013223,IZ16 - 01,4d,Hard-pressed flat dwellers,S02002475,IZ16,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204488 +204488,S00096931,5a1,White Professionals,S01013148,IZ05 - 02,5c,Comfortable neighbourhoods,S02002464,IZ05,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204489 +204489,S00096837,7c3,Outer City Hardship,S01013149,IZ05 - 03,4d,Hard-pressed flat dwellers,S02002464,IZ05,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204490 +204490,S00096649,6b4,Older Workers and Retirement,S01013214,IZ15 - 01,8b,Ageing suburbanites,S02002474,IZ15,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204491 +204491,S00096303,8b2,Hard-Pressed Rented Terraces,S01013240,IZ18 - 04,4d,Hard-pressed flat dwellers,S02002477,IZ18,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204492 +204492,S00096850,7c3,Outer City Hardship,S01013169,IZ08 - 06,4d,Hard-pressed flat dwellers,S02002467,IZ08,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204493 +204493,S00096908,8c3,Renting Hard-Pressed Workers,S01013162,IZ07 - 05,4d,Hard-pressed flat dwellers,S02002466,IZ07,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204494 +204494,S00096662,6b4,Older Workers and Retirement,S01013191,IZ12 - 01,8c,Comfortable suburbia,S02002471,IZ12,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204495 +204495,S00096652,5b3,Self-Sufficient Retirement,S01013226,IZ16 - 04,5c,Comfortable neighbourhoods,S02002475,IZ16,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204496 +204496,S00096940,7b3,Endeavouring Flat Dwellers,S01013155,IZ06 - 04,4d,Hard-pressed flat dwellers,S02002465,IZ06,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204497 +204497,S00096371,8b2,Hard-Pressed Rented Terraces,S01013217,IZ15 - 04,4a,Challenged white communities,S02002474,IZ15,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204498 +204498,S00096888,7c3,Outer City Hardship,S01013151,IZ05 - 05,5c,Comfortable neighbourhoods,S02002464,IZ05,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204499 +204499,S00096975,5a1,White Professionals,S01013177,IZ09 - 07,5c,Comfortable neighbourhoods,S02002468,IZ09,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204500 +204500,S00096933,8c3,Renting Hard-Pressed Workers,S01013150,IZ05 - 04,5c,Comfortable neighbourhoods,S02002464,IZ05,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204501 +204501,S00096890,7c3,Outer City Hardship,S01013162,IZ07 - 05,4d,Hard-pressed flat dwellers,S02002466,IZ07,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204502 +204502,S00096941,7b3,Endeavouring Flat Dwellers,S01013155,IZ06 - 04,4d,Hard-pressed flat dwellers,S02002465,IZ06,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204503 +204503,S00096985,5a1,White Professionals,S01013134,IZ03 - 01,4a,Challenged white communities,S02002462,IZ03,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204504 +204504,S00096661,5b3,Self-Sufficient Retirement,S01013191,IZ12 - 01,8c,Comfortable suburbia,S02002471,IZ12,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204505 +204505,S00096669,6b4,Older Workers and Retirement,S01013188,IZ11 - 05,5c,Comfortable neighbourhoods,S02002470,IZ11,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204506 +204506,S00096373,8b2,Hard-Pressed Rented Terraces,S01013220,IZ15 - 07,4a,Challenged white communities,S02002474,IZ15,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204507 +204507,S00096988,8c3,Renting Hard-Pressed Workers,S01013165,IZ08 - 02,5a,Ageing urban communities,S02002467,IZ08,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204508 +204508,S00096902,7c3,Outer City Hardship,S01013161,IZ07 - 04,4a,Challenged white communities,S02002466,IZ07,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204509 +204509,S00097044,8c3,Renting Hard-Pressed Workers,S01013137,IZ03 - 04,4a,Challenged white communities,S02002462,IZ03,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204510 +204510,S00096943,7b3,Endeavouring Flat Dwellers,S01013155,IZ06 - 04,4d,Hard-pressed flat dwellers,S02002465,IZ06,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204511 +204511,S00096688,6b4,Older Workers and Retirement,S01013227,IZ16 - 05,4a,Challenged white communities,S02002475,IZ16,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204512 +204512,S00097000,5a1,White Professionals,S01013159,IZ07 - 02,5c,Comfortable neighbourhoods,S02002466,IZ07,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204513 +204513,S00096374,8b2,Hard-Pressed Rented Terraces,S01013217,IZ15 - 04,4a,Challenged white communities,S02002474,IZ15,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204514 +204514,S00096927,7c3,Outer City Hardship,S01013148,IZ05 - 02,5c,Comfortable neighbourhoods,S02002464,IZ05,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204515 +204515,S00096663,5b3,Self-Sufficient Retirement,S01013192,IZ12 - 02,5a,Ageing urban communities,S02002471,IZ12,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204516 +204516,S00097062,8c3,Renting Hard-Pressed Workers,S01013164,IZ08 - 01,5c,Comfortable neighbourhoods,S02002467,IZ08,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204517 +204517,S00096945,7b3,Endeavouring Flat Dwellers,S01013155,IZ06 - 04,4d,Hard-pressed flat dwellers,S02002465,IZ06,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204518 +204518,S00096820,6b4,Older Workers and Retirement,S01013164,IZ08 - 01,5c,Comfortable neighbourhoods,S02002467,IZ08,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204519 +204519,S00096911,6b4,Older Workers and Retirement,S01013163,IZ07 - 06,5c,Comfortable neighbourhoods,S02002466,IZ07,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204520 +204520,S00096913,6b4,Older Workers and Retirement,S01013160,IZ07 - 03,8b,Ageing suburbanites,S02002466,IZ07,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204521 +204521,S00096915,6b4,Older Workers and Retirement,S01013159,IZ07 - 02,5c,Comfortable neighbourhoods,S02002466,IZ07,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204522 +204522,S00096916,6b4,Older Workers and Retirement,S01013160,IZ07 - 03,8b,Ageing suburbanites,S02002466,IZ07,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204523 +204523,S00096920,6b4,Older Workers and Retirement,S01013160,IZ07 - 03,8b,Ageing suburbanites,S02002466,IZ07,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204524 +204524,S00096921,6b4,Older Workers and Retirement,S01013159,IZ07 - 02,5c,Comfortable neighbourhoods,S02002466,IZ07,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204525 +204525,S00096922,6b4,Older Workers and Retirement,S01013159,IZ07 - 02,5c,Comfortable neighbourhoods,S02002466,IZ07,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204526 +204526,S00096982,6b4,Older Workers and Retirement,S01013176,IZ09 - 06,5a,Ageing urban communities,S02002468,IZ09,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204527 +204527,S00096998,6b4,Older Workers and Retirement,S01013150,IZ05 - 04,5c,Comfortable neighbourhoods,S02002464,IZ05,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204528 +204528,S00097025,6b4,Older Workers and Retirement,S01013175,IZ09 - 05,5c,Comfortable neighbourhoods,S02002468,IZ09,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204529 +204529,S00097069,6b4,Older Workers and Retirement,S01013175,IZ09 - 05,5c,Comfortable neighbourhoods,S02002468,IZ09,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204530 +204530,S00097071,6b4,Older Workers and Retirement,S01013171,IZ09 - 01,5c,Comfortable neighbourhoods,S02002468,IZ09,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204531 +204531,S00097095,6b4,Older Workers and Retirement,S01013174,IZ09 - 04,8c,Comfortable suburbia,S02002468,IZ09,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204532 +204532,S00097108,6b4,Older Workers and Retirement,S01013174,IZ09 - 04,8c,Comfortable suburbia,S02002468,IZ09,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204533 +204533,S00097112,6b4,Older Workers and Retirement,S01013158,IZ07 - 01,2a,Ageing rural neighbourhoods,S02002466,IZ07,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204534 +204534,S00096290,7c3,Outer City Hardship,S01013239,IZ18 - 03,4a,Challenged white communities,S02002477,IZ18,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204535 +204535,S00096324,7c3,Outer City Hardship,S01013209,IZ14 - 03,4d,Hard-pressed flat dwellers,S02002473,IZ14,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204536 +204536,S00096382,7c3,Outer City Hardship,S01013215,IZ15 - 02,5c,Comfortable neighbourhoods,S02002474,IZ15,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204537 +204537,S00096402,7c3,Outer City Hardship,S01013211,IZ14 - 05,5c,Comfortable neighbourhoods,S02002473,IZ14,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204538 +204538,S00096407,7c3,Outer City Hardship,S01013211,IZ14 - 05,5c,Comfortable neighbourhoods,S02002473,IZ14,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204539 +204539,S00096410,7c3,Outer City Hardship,S01013224,IZ16 - 02,4a,Challenged white communities,S02002475,IZ16,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204540 +204540,S00096422,7c3,Outer City Hardship,S01013225,IZ16 - 03,4a,Challenged white communities,S02002475,IZ16,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204541 +204541,S00096460,7c3,Outer City Hardship,S01013182,IZ10 - 05,4a,Challenged white communities,S02002469,IZ10,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204542 +204542,S00096462,7c3,Outer City Hardship,S01013181,IZ10 - 04,5c,Comfortable neighbourhoods,S02002469,IZ10,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204543 +204543,S00096464,7c3,Outer City Hardship,S01013182,IZ10 - 05,4a,Challenged white communities,S02002469,IZ10,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204544 +204544,S00096465,7c3,Outer City Hardship,S01013182,IZ10 - 05,4a,Challenged white communities,S02002469,IZ10,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204545 +204545,S00096469,7c3,Outer City Hardship,S01013190,IZ11 - 07,5c,Comfortable neighbourhoods,S02002470,IZ11,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204546 +204546,S00096500,7c3,Outer City Hardship,S01013188,IZ11 - 05,5c,Comfortable neighbourhoods,S02002470,IZ11,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204547 +204547,S00096517,7c3,Outer City Hardship,S01013184,IZ11 - 01,4d,Hard-pressed flat dwellers,S02002470,IZ11,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204548 +204548,S00096537,7c3,Outer City Hardship,S01013200,IZ13 - 02,5a,Ageing urban communities,S02002472,IZ13,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204549 +204549,S00096547,7c3,Outer City Hardship,S01013202,IZ13 - 04,4a,Challenged white communities,S02002472,IZ13,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204550 +204550,S00096571,7c3,Outer City Hardship,S01013207,IZ14 - 01,5a,Ageing urban communities,S02002473,IZ14,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204551 +204551,S00096602,7c3,Outer City Hardship,S01013222,IZ15 - 09,4d,Hard-pressed flat dwellers,S02002474,IZ15,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204552 +204552,S00096607,7c3,Outer City Hardship,S01013208,IZ14 - 02,4a,Challenged white communities,S02002473,IZ14,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204553 +204553,S00096626,7c3,Outer City Hardship,S01013235,IZ17 - 08,5c,Comfortable neighbourhoods,S02002476,IZ17,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204554 +204554,S00096672,7c3,Outer City Hardship,S01013200,IZ13 - 02,5a,Ageing urban communities,S02002472,IZ13,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204555 +204555,S00096721,7c3,Outer City Hardship,S01013125,IZ01 - 04,4a,Challenged white communities,S02002460,IZ01,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204556 +204556,S00096740,7c3,Outer City Hardship,S01013134,IZ03 - 01,4a,Challenged white communities,S02002462,IZ03,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204557 +204557,S00096748,7c3,Outer City Hardship,S01013136,IZ03 - 03,4d,Hard-pressed flat dwellers,S02002462,IZ03,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204558 +204558,S00096749,7c3,Outer City Hardship,S01013136,IZ03 - 03,4d,Hard-pressed flat dwellers,S02002462,IZ03,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204559 +204559,S00096770,7c3,Outer City Hardship,S01013138,IZ03 - 05,4d,Hard-pressed flat dwellers,S02002462,IZ03,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204560 +204560,S00096375,8b2,Hard-Pressed Rented Terraces,S01013216,IZ15 - 03,4a,Challenged white communities,S02002474,IZ15,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204561 +204561,S00096690,5b3,Self-Sufficient Retirement,S01013230,IZ17 - 03,4a,Challenged white communities,S02002476,IZ17,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204562 +204562,S00096937,7c3,Outer City Hardship,S01013154,IZ06 - 03,4a,Challenged white communities,S02002465,IZ06,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204563 +204563,S00097091,8c3,Renting Hard-Pressed Workers,S01013177,IZ09 - 07,5c,Comfortable neighbourhoods,S02002468,IZ09,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204564 +204564,S00096946,7b3,Endeavouring Flat Dwellers,S01013155,IZ06 - 04,4d,Hard-pressed flat dwellers,S02002465,IZ06,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204565 +204565,S00096954,7b3,Endeavouring Flat Dwellers,S01013153,IZ06 - 02,4d,Hard-pressed flat dwellers,S02002465,IZ06,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204566 +204566,S00097027,5a1,White Professionals,S01013172,IZ09 - 02,4a,Challenged white communities,S02002468,IZ09,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204567 +204567,S00096951,7c3,Outer City Hardship,S01013156,IZ06 - 05,4d,Hard-pressed flat dwellers,S02002465,IZ06,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204568 +204568,S00096376,8b2,Hard-Pressed Rented Terraces,S01013217,IZ15 - 04,4a,Challenged white communities,S02002474,IZ15,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204569 +204569,S00096960,7b3,Endeavouring Flat Dwellers,S01013153,IZ06 - 02,4d,Hard-pressed flat dwellers,S02002465,IZ06,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204570 +204570,S00096266,1c2,Renting Rural Retirement,S01013207,IZ14 - 01,5a,Ageing urban communities,S02002473,IZ14,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204571 +204571,S00097031,5a1,White Professionals,S01013173,IZ09 - 03,5c,Comfortable neighbourhoods,S02002468,IZ09,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204572 +204572,S00096969,7c3,Outer City Hardship,S01013152,IZ06 - 01,5c,Comfortable neighbourhoods,S02002465,IZ06,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204573 +204573,S00096800,5b3,Self-Sufficient Retirement,S01013165,IZ08 - 02,5a,Ageing urban communities,S02002467,IZ08,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204574 +204574,S00096378,8b2,Hard-Pressed Rented Terraces,S01013215,IZ15 - 02,5c,Comfortable neighbourhoods,S02002474,IZ15,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204575 +204575,S00096965,7b3,Endeavouring Flat Dwellers,S01013157,IZ06 - 06,4d,Hard-pressed flat dwellers,S02002465,IZ06,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204576 +204576,S00096694,1c2,Renting Rural Retirement,S01013158,IZ07 - 01,2a,Ageing rural neighbourhoods,S02002466,IZ07,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204577 +204577,S00097038,5a1,White Professionals,S01013124,IZ01 - 03,4d,Hard-pressed flat dwellers,S02002460,IZ01,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204578 +204578,S00097107,5a1,White Professionals,S01013173,IZ09 - 03,5c,Comfortable neighbourhoods,S02002468,IZ09,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204579 +204579,S00096263,6b2,White Suburban Communities,S01013191,IZ12 - 01,8c,Comfortable suburbia,S02002471,IZ12,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204580 +204580,S00096265,6b2,White Suburban Communities,S01013191,IZ12 - 01,8c,Comfortable suburbia,S02002471,IZ12,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204581 +204581,S00096274,6b2,White Suburban Communities,S01013179,IZ10 - 02,5c,Comfortable neighbourhoods,S02002469,IZ10,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204582 +204582,S00096313,6b2,White Suburban Communities,S01013241,IZ18 - 05,8b,Ageing suburbanites,S02002477,IZ18,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204583 +204583,S00096370,6b2,White Suburban Communities,S01013213,IZ14 - 07,8c,Comfortable suburbia,S02002473,IZ14,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204584 +204584,S00096454,6b2,White Suburban Communities,S01013181,IZ10 - 04,5c,Comfortable neighbourhoods,S02002469,IZ10,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204585 +204585,S00096458,6b2,White Suburban Communities,S01013180,IZ10 - 03,8c,Comfortable suburbia,S02002469,IZ10,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204586 +204586,S00096494,6b2,White Suburban Communities,S01013183,IZ10 - 06,5c,Comfortable neighbourhoods,S02002469,IZ10,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204587 +204587,S00096567,6b2,White Suburban Communities,S01013204,IZ13 - 06,5c,Comfortable neighbourhoods,S02002472,IZ13,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204588 +204588,S00096568,6b2,White Suburban Communities,S01013204,IZ13 - 06,5c,Comfortable neighbourhoods,S02002472,IZ13,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204589 +204589,S00096691,6b2,White Suburban Communities,S01013213,IZ14 - 07,8c,Comfortable suburbia,S02002473,IZ14,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204590 +204590,S00096692,6b2,White Suburban Communities,S01013212,IZ14 - 06,8c,Comfortable suburbia,S02002473,IZ14,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204591 +204591,S00096693,6b2,White Suburban Communities,S01013212,IZ14 - 06,8c,Comfortable suburbia,S02002473,IZ14,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204592 +204592,S00096715,6b2,White Suburban Communities,S01013125,IZ01 - 04,4a,Challenged white communities,S02002460,IZ01,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204593 +204593,S00096889,6b2,White Suburban Communities,S01013163,IZ07 - 06,5c,Comfortable neighbourhoods,S02002466,IZ07,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204594 +204594,S00096901,6b2,White Suburban Communities,S01013149,IZ05 - 03,4d,Hard-pressed flat dwellers,S02002464,IZ05,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204595 +204595,S00096983,6b2,White Suburban Communities,S01013174,IZ09 - 04,8c,Comfortable suburbia,S02002468,IZ09,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204596 +204596,S00097008,6b2,White Suburban Communities,S01013176,IZ09 - 06,5a,Ageing urban communities,S02002468,IZ09,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204597 +204597,S00097029,6b2,White Suburban Communities,S01013172,IZ09 - 02,4a,Challenged white communities,S02002468,IZ09,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204598 +204598,S00097061,6b2,White Suburban Communities,S01013164,IZ08 - 01,5c,Comfortable neighbourhoods,S02002467,IZ08,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204599 +204599,S00097097,6b2,White Suburban Communities,S01013173,IZ09 - 03,5c,Comfortable neighbourhoods,S02002468,IZ09,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204600 +204600,S00096283,8d1,Young Hard-Pressed Families,S01013239,IZ18 - 03,4a,Challenged white communities,S02002477,IZ18,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204601 +204601,S00096285,8d1,Young Hard-Pressed Families,S01013239,IZ18 - 03,4a,Challenged white communities,S02002477,IZ18,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204602 +204602,S00096555,8d1,Young Hard-Pressed Families,S01013205,IZ13 - 07,4a,Challenged white communities,S02002472,IZ13,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204603 +204603,S00096576,8d1,Young Hard-Pressed Families,S01013217,IZ15 - 04,4a,Challenged white communities,S02002474,IZ15,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204604 +204604,S00096647,8d1,Young Hard-Pressed Families,S01013216,IZ15 - 03,4a,Challenged white communities,S02002474,IZ15,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204605 +204605,S00133697,7d1,Ageing Communities and Families,S01013244,Fauldhouse - 02,4a,Challenged white communities,S02002478,Fauldhouse,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204606 +204606,S00133769,7d1,Ageing Communities and Families,S01013371,Blaeberry Hill and East Whitburn - 08,5c,Comfortable neighbourhoods,S02002497,Blaeberry Hill and East Whitburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204607 +204607,S00133886,7d1,Ageing Communities and Families,S01013300,Pumpherston and Uphall Station - 02,5e,Primary sector workers,S02002486,Pumpherston and Uphall Station,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204608 +204608,S00133905,7d1,Ageing Communities and Families,S01013303,Craigshill - 01,5c,Comfortable neighbourhoods,S02002487,Craigshill,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204609 +204609,S00133999,7d1,Ageing Communities and Families,S01013281,Dedridge East - 05,4b,Constrained renters,S02002483,Dedridge East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204610 +204610,S00134042,7d1,Ageing Communities and Families,S01013344,Deans - 03,4a,Challenged white communities,S02002493,Deans,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204611 +204611,S00134145,7d1,Ageing Communities and Families,S01013297,East Calder - 06,5c,Comfortable neighbourhoods,S02002485,East Calder,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204612 +204612,S00134261,7d1,Ageing Communities and Families,S01013384,Armadale - 02,5c,Comfortable neighbourhoods,S02002500,Armadale,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204613 +204613,S00134294,7d1,Ageing Communities and Families,S01013414,Bathgate East - 04,4b,Constrained renters,S02002504,Bathgate East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204614 +204614,S00134417,7d1,Ageing Communities and Families,S01013459,Broxburn Kirkhill - 01,4b,Constrained renters,S02002511,Broxburn Kirkhill,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204615 +204615,S00134556,7d1,Ageing Communities and Families,S01013444,Linlithgow Bridge - 03,4d,Hard-pressed flat dwellers,S02002508,Linlithgow Bridge,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204616 +204616,S00096819,5b3,Self-Sufficient Retirement,S01013144,IZ04 - 04,4d,Hard-pressed flat dwellers,S02002463,IZ04,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204617 +204617,S00096385,8b2,Hard-Pressed Rented Terraces,S01013218,IZ15 - 05,4a,Challenged white communities,S02002474,IZ15,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204618 +204618,S00096330,7d4,Retired City Hardship,S01013223,IZ16 - 01,4d,Hard-pressed flat dwellers,S02002475,IZ16,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204619 +204619,S00096974,7b3,Endeavouring Flat Dwellers,S01013177,IZ09 - 07,5c,Comfortable neighbourhoods,S02002468,IZ09,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204620 +204620,S00096386,8b2,Hard-Pressed Rented Terraces,S01013218,IZ15 - 05,4a,Challenged white communities,S02002474,IZ15,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204621 +204621,S00096832,5b3,Self-Sufficient Retirement,S01013148,IZ05 - 02,5c,Comfortable neighbourhoods,S02002464,IZ05,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204622 +204622,S00097005,7c3,Outer City Hardship,S01013178,IZ10 - 01,5c,Comfortable neighbourhoods,S02002469,IZ10,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204623 +204623,S00096437,7d4,Retired City Hardship,S01013195,IZ12 - 05,4d,Hard-pressed flat dwellers,S02002471,IZ12,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204624 +204624,S00097057,7c3,Outer City Hardship,S01013165,IZ08 - 02,5a,Ageing urban communities,S02002467,IZ08,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204625 +204625,S00096387,8b2,Hard-Pressed Rented Terraces,S01013218,IZ15 - 05,4a,Challenged white communities,S02002474,IZ15,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204626 +204626,S00096531,7d4,Retired City Hardship,S01013199,IZ13 - 01,5c,Comfortable neighbourhoods,S02002472,IZ13,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204627 +204627,S00097066,7c3,Outer City Hardship,S01013149,IZ05 - 03,4d,Hard-pressed flat dwellers,S02002464,IZ05,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204628 +204628,S00097053,5b3,Self-Sufficient Retirement,S01013147,IZ05 - 01,5c,Comfortable neighbourhoods,S02002464,IZ05,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204629 +204629,S00096388,8b2,Hard-Pressed Rented Terraces,S01013218,IZ15 - 05,4a,Challenged white communities,S02002474,IZ15,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204630 +204630,S00096534,7d4,Retired City Hardship,S01013199,IZ13 - 01,5c,Comfortable neighbourhoods,S02002472,IZ13,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204631 +204631,S00097068,7c3,Outer City Hardship,S01013169,IZ08 - 06,4d,Hard-pressed flat dwellers,S02002467,IZ08,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204632 +204632,S00096978,7b3,Endeavouring Flat Dwellers,S01013176,IZ09 - 06,5a,Ageing urban communities,S02002468,IZ09,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204633 +204633,S00097089,5b3,Self-Sufficient Retirement,S01013177,IZ09 - 07,5c,Comfortable neighbourhoods,S02002468,IZ09,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204634 +204634,S00096389,8b2,Hard-Pressed Rented Terraces,S01013219,IZ15 - 06,4a,Challenged white communities,S02002474,IZ15,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204635 +204635,S00096390,8b2,Hard-Pressed Rented Terraces,S01013219,IZ15 - 06,4a,Challenged white communities,S02002474,IZ15,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204636 +204636,S00096391,8b2,Hard-Pressed Rented Terraces,S01013219,IZ15 - 06,4a,Challenged white communities,S02002474,IZ15,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204637 +204637,S00096392,8b2,Hard-Pressed Rented Terraces,S01013219,IZ15 - 06,4a,Challenged white communities,S02002474,IZ15,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204638 +204638,S00096396,8b2,Hard-Pressed Rented Terraces,S01013220,IZ15 - 07,4a,Challenged white communities,S02002474,IZ15,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204639 +204639,S00096397,8b2,Hard-Pressed Rented Terraces,S01013221,IZ15 - 08,4a,Challenged white communities,S02002474,IZ15,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204640 +204640,S00096398,8b2,Hard-Pressed Rented Terraces,S01013221,IZ15 - 08,4a,Challenged white communities,S02002474,IZ15,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204641 +204641,S00096401,8b2,Hard-Pressed Rented Terraces,S01013221,IZ15 - 08,4a,Challenged white communities,S02002474,IZ15,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204642 +204642,S00096415,8b2,Hard-Pressed Rented Terraces,S01013224,IZ16 - 02,4a,Challenged white communities,S02002475,IZ16,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204643 +204643,S00096450,8b2,Hard-Pressed Rented Terraces,S01013181,IZ10 - 04,5c,Comfortable neighbourhoods,S02002469,IZ10,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204644 +204644,S00096455,8b2,Hard-Pressed Rented Terraces,S01013181,IZ10 - 04,5c,Comfortable neighbourhoods,S02002469,IZ10,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204645 +204645,S00096476,8b2,Hard-Pressed Rented Terraces,S01013189,IZ11 - 06,5c,Comfortable neighbourhoods,S02002470,IZ11,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204646 +204646,S00096488,8b2,Hard-Pressed Rented Terraces,S01013182,IZ10 - 05,4a,Challenged white communities,S02002469,IZ10,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204647 +204647,S00096498,8b2,Hard-Pressed Rented Terraces,S01013188,IZ11 - 05,5c,Comfortable neighbourhoods,S02002470,IZ11,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204648 +204648,S00096507,8b2,Hard-Pressed Rented Terraces,S01013185,IZ11 - 02,4a,Challenged white communities,S02002470,IZ11,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204649 +204649,S00096513,8b2,Hard-Pressed Rented Terraces,S01013186,IZ11 - 03,4d,Hard-pressed flat dwellers,S02002470,IZ11,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204650 +204650,S00096550,8b2,Hard-Pressed Rented Terraces,S01013206,IZ13 - 08,4a,Challenged white communities,S02002472,IZ13,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204651 +204651,S00096553,8b2,Hard-Pressed Rented Terraces,S01013204,IZ13 - 06,5c,Comfortable neighbourhoods,S02002472,IZ13,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204652 +204652,S00096556,8b2,Hard-Pressed Rented Terraces,S01013205,IZ13 - 07,4a,Challenged white communities,S02002472,IZ13,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204653 +204653,S00096557,8b2,Hard-Pressed Rented Terraces,S01013204,IZ13 - 06,5c,Comfortable neighbourhoods,S02002472,IZ13,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204654 +204654,S00096559,8b2,Hard-Pressed Rented Terraces,S01013205,IZ13 - 07,4a,Challenged white communities,S02002472,IZ13,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204655 +204655,S00096575,8b2,Hard-Pressed Rented Terraces,S01013213,IZ14 - 07,8c,Comfortable suburbia,S02002473,IZ14,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204656 +204656,S00096597,8b2,Hard-Pressed Rented Terraces,S01013206,IZ13 - 08,4a,Challenged white communities,S02002472,IZ13,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204657 +204657,S00096617,8b2,Hard-Pressed Rented Terraces,S01013235,IZ17 - 08,5c,Comfortable neighbourhoods,S02002476,IZ17,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204658 +204658,S00096622,8b2,Hard-Pressed Rented Terraces,S01013203,IZ13 - 05,4a,Challenged white communities,S02002472,IZ13,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204659 +204659,S00096623,8b2,Hard-Pressed Rented Terraces,S01013203,IZ13 - 05,4a,Challenged white communities,S02002472,IZ13,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204660 +204660,S00096645,8b2,Hard-Pressed Rented Terraces,S01013217,IZ15 - 04,4a,Challenged white communities,S02002474,IZ15,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204661 +204661,S00096646,8b2,Hard-Pressed Rented Terraces,S01013216,IZ15 - 03,4a,Challenged white communities,S02002474,IZ15,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204662 +204662,S00096648,8b2,Hard-Pressed Rented Terraces,S01013216,IZ15 - 03,4a,Challenged white communities,S02002474,IZ15,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204663 +204663,S00096670,8b2,Hard-Pressed Rented Terraces,S01013188,IZ11 - 05,5c,Comfortable neighbourhoods,S02002470,IZ11,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204664 +204664,S00096676,8b2,Hard-Pressed Rented Terraces,S01013207,IZ14 - 01,5a,Ageing urban communities,S02002473,IZ14,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204665 +204665,S00096712,8b2,Hard-Pressed Rented Terraces,S01013124,IZ01 - 03,4d,Hard-pressed flat dwellers,S02002460,IZ01,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204666 +204666,S00096719,8b2,Hard-Pressed Rented Terraces,S01013125,IZ01 - 04,4a,Challenged white communities,S02002460,IZ01,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204667 +204667,S00096737,8b2,Hard-Pressed Rented Terraces,S01013129,IZ02 - 02,4d,Hard-pressed flat dwellers,S02002461,IZ02,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204668 +204668,S00096744,8b2,Hard-Pressed Rented Terraces,S01013134,IZ03 - 01,4a,Challenged white communities,S02002462,IZ03,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204669 +204669,S00096984,7b3,Endeavouring Flat Dwellers,S01013173,IZ09 - 03,5c,Comfortable neighbourhoods,S02002468,IZ09,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204670 +204670,S00096987,7b3,Endeavouring Flat Dwellers,S01013128,IZ02 - 01,4d,Hard-pressed flat dwellers,S02002461,IZ02,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204671 +204671,S00096990,7b3,Endeavouring Flat Dwellers,S01013165,IZ08 - 02,5a,Ageing urban communities,S02002467,IZ08,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204672 +204672,S00096473,7d3,Retired Communal City Dwellers,S01013197,IZ12 - 07,5a,Ageing urban communities,S02002471,IZ12,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204673 +204673,S00096995,7b3,Endeavouring Flat Dwellers,S01013123,IZ01 - 02,4d,Hard-pressed flat dwellers,S02002460,IZ01,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204674 +204674,S00096306,6b3,Semi-Detached Ageing,S01013241,IZ18 - 05,8b,Ageing suburbanites,S02002477,IZ18,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204675 +204675,S00096439,2c3,Professional Service Cosmopolitans,S01013195,IZ12 - 05,4d,Hard-pressed flat dwellers,S02002471,IZ12,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204676 +204676,S00096443,2c3,Professional Service Cosmopolitans,S01013195,IZ12 - 05,4d,Hard-pressed flat dwellers,S02002471,IZ12,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204677 +204677,S00096481,7d3,Retired Communal City Dwellers,S01013198,IZ12 - 08,5a,Ageing urban communities,S02002471,IZ12,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204678 +204678,S00096485,2c3,Professional Service Cosmopolitans,S01013196,IZ12 - 06,4d,Hard-pressed flat dwellers,S02002471,IZ12,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204679 +204679,S00096308,6b3,Semi-Detached Ageing,S01013236,IZ17 - 09,5c,Comfortable neighbourhoods,S02002476,IZ17,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204680 +204680,S00096659,7d3,Retired Communal City Dwellers,S01013195,IZ12 - 05,4d,Hard-pressed flat dwellers,S02002471,IZ12,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204681 +204681,S00096899,2c3,Professional Service Cosmopolitans,S01013149,IZ05 - 03,4d,Hard-pressed flat dwellers,S02002464,IZ05,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204682 +204682,S00096309,6b3,Semi-Detached Ageing,S01013241,IZ18 - 05,8b,Ageing suburbanites,S02002477,IZ18,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204683 +204683,S00096689,7d3,Retired Communal City Dwellers,S01013228,IZ17 - 01,4d,Hard-pressed flat dwellers,S02002476,IZ17,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204684 +204684,S00097002,7b3,Endeavouring Flat Dwellers,S01013154,IZ06 - 03,4a,Challenged white communities,S02002465,IZ06,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204685 +204685,S00096276,8c3,Renting Hard-Pressed Workers,S01013179,IZ10 - 02,5c,Comfortable neighbourhoods,S02002469,IZ10,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204686 +204686,S00096310,6b3,Semi-Detached Ageing,S01013241,IZ18 - 05,8b,Ageing suburbanites,S02002477,IZ18,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204687 +204687,S00096741,7d3,Retired Communal City Dwellers,S01013129,IZ02 - 02,4d,Hard-pressed flat dwellers,S02002461,IZ02,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204688 +204688,S00097007,7b3,Endeavouring Flat Dwellers,S01013176,IZ09 - 06,5a,Ageing urban communities,S02002468,IZ09,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204689 +204689,S00096278,8c3,Renting Hard-Pressed Workers,S01013238,IZ18 - 02,4a,Challenged white communities,S02002477,IZ18,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204690 +204690,S00096311,6b3,Semi-Detached Ageing,S01013241,IZ18 - 05,8b,Ageing suburbanites,S02002477,IZ18,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204691 +204691,S00096312,6b3,Semi-Detached Ageing,S01013236,IZ17 - 09,5c,Comfortable neighbourhoods,S02002476,IZ17,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204692 +204692,S00096317,6b3,Semi-Detached Ageing,S01013236,IZ17 - 09,5c,Comfortable neighbourhoods,S02002476,IZ17,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204693 +204693,S00096491,6b3,Semi-Detached Ageing,S01013183,IZ10 - 06,5c,Comfortable neighbourhoods,S02002469,IZ10,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204694 +204694,S00096493,6b3,Semi-Detached Ageing,S01013183,IZ10 - 06,5c,Comfortable neighbourhoods,S02002469,IZ10,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204695 +204695,S00096614,6b3,Semi-Detached Ageing,S01013236,IZ17 - 09,5c,Comfortable neighbourhoods,S02002476,IZ17,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204696 +204696,S00096627,6b3,Semi-Detached Ageing,S01013233,IZ17 - 06,5c,Comfortable neighbourhoods,S02002476,IZ17,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204697 +204697,S00096651,6b3,Semi-Detached Ageing,S01013214,IZ15 - 01,8b,Ageing suburbanites,S02002474,IZ15,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204698 +204698,S00096912,6b3,Semi-Detached Ageing,S01013163,IZ07 - 06,5c,Comfortable neighbourhoods,S02002466,IZ07,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204699 +204699,S00096914,6b3,Semi-Detached Ageing,S01013161,IZ07 - 04,4a,Challenged white communities,S02002466,IZ07,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204700 +204700,S00096918,6b3,Semi-Detached Ageing,S01013160,IZ07 - 03,8b,Ageing suburbanites,S02002466,IZ07,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204701 +204701,S00096919,6b3,Semi-Detached Ageing,S01013159,IZ07 - 02,5c,Comfortable neighbourhoods,S02002466,IZ07,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204702 +204702,S00096923,6b3,Semi-Detached Ageing,S01013158,IZ07 - 01,2a,Ageing rural neighbourhoods,S02002466,IZ07,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204703 +204703,S00097078,6b3,Semi-Detached Ageing,S01013160,IZ07 - 03,8b,Ageing suburbanites,S02002466,IZ07,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204704 +204704,S00096970,7a1,Transitional Eastern European Neighbourhoods,S01013152,IZ06 - 01,5c,Comfortable neighbourhoods,S02002465,IZ06,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204705 +204705,S00096321,5a1,White Professionals,S01013233,IZ17 - 06,5c,Comfortable neighbourhoods,S02002476,IZ17,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204706 +204706,S00096426,5a1,White Professionals,S01013193,IZ12 - 03,5c,Comfortable neighbourhoods,S02002471,IZ12,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204707 +204707,S00096444,5a1,White Professionals,S01013191,IZ12 - 01,8c,Comfortable suburbia,S02002471,IZ12,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204708 +204708,S00096459,5a1,White Professionals,S01013180,IZ10 - 03,8c,Comfortable suburbia,S02002469,IZ10,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204709 +204709,S00096475,5a1,White Professionals,S01013197,IZ12 - 07,5a,Ageing urban communities,S02002471,IZ12,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204710 +204710,S00096487,5a1,White Professionals,S01013180,IZ10 - 03,8c,Comfortable suburbia,S02002469,IZ10,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204711 +204711,S00096501,5a1,White Professionals,S01013189,IZ11 - 06,5c,Comfortable neighbourhoods,S02002470,IZ11,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204712 +204712,S00096530,5a1,White Professionals,S01013199,IZ13 - 01,5c,Comfortable neighbourhoods,S02002472,IZ13,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204713 +204713,S00096532,5a1,White Professionals,S01013201,IZ13 - 03,4d,Hard-pressed flat dwellers,S02002472,IZ13,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204714 +204714,S00096585,5a1,White Professionals,S01013190,IZ11 - 07,5c,Comfortable neighbourhoods,S02002470,IZ11,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204715 +204715,S00096608,5a1,White Professionals,S01013237,IZ18 - 01,5c,Comfortable neighbourhoods,S02002477,IZ18,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204716 +204716,S00096639,5a1,White Professionals,S01013231,IZ17 - 04,4a,Challenged white communities,S02002476,IZ17,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204717 +204717,S00096641,5a1,White Professionals,S01013231,IZ17 - 04,4a,Challenged white communities,S02002476,IZ17,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204718 +204718,S00096654,5a1,White Professionals,S01013226,IZ16 - 04,5c,Comfortable neighbourhoods,S02002475,IZ16,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204719 +204719,S00097011,7b3,Endeavouring Flat Dwellers,S01013130,IZ02 - 03,4d,Hard-pressed flat dwellers,S02002461,IZ02,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204720 +204720,S00097033,7b3,Endeavouring Flat Dwellers,S01013128,IZ02 - 01,4d,Hard-pressed flat dwellers,S02002461,IZ02,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204721 +204721,S00097041,7b3,Endeavouring Flat Dwellers,S01013124,IZ01 - 03,4d,Hard-pressed flat dwellers,S02002460,IZ01,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204722 +204722,S00097054,7b3,Endeavouring Flat Dwellers,S01013143,IZ04 - 03,4d,Hard-pressed flat dwellers,S02002463,IZ04,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204723 +204723,S00096872,7d3,Retired Communal City Dwellers,S01013133,IZ02 - 06,4d,Hard-pressed flat dwellers,S02002461,IZ02,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204724 +204724,S00097056,7b3,Endeavouring Flat Dwellers,S01013142,IZ04 - 02,4d,Hard-pressed flat dwellers,S02002463,IZ04,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204725 +204725,S00097060,7b3,Endeavouring Flat Dwellers,S01013143,IZ04 - 03,4d,Hard-pressed flat dwellers,S02002463,IZ04,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204726 +204726,S00096980,7d3,Retired Communal City Dwellers,S01013176,IZ09 - 06,5a,Ageing urban communities,S02002468,IZ09,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204727 +204727,S00096282,8c3,Renting Hard-Pressed Workers,S01013238,IZ18 - 02,4a,Challenged white communities,S02002477,IZ18,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204728 +204728,S00097063,7b3,Endeavouring Flat Dwellers,S01013145,IZ04 - 05,4d,Hard-pressed flat dwellers,S02002463,IZ04,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204729 +204729,S00096328,7d2,Retired Independent City Dwellers,S01013223,IZ16 - 01,4d,Hard-pressed flat dwellers,S02002475,IZ16,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204730 +204730,S00097098,7b3,Endeavouring Flat Dwellers,S01013128,IZ02 - 01,4d,Hard-pressed flat dwellers,S02002461,IZ02,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204731 +204731,S00096351,8c3,Renting Hard-Pressed Workers,S01013232,IZ17 - 05,4a,Challenged white communities,S02002476,IZ17,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204732 +204732,S00096337,7d2,Retired Independent City Dwellers,S01013223,IZ16 - 01,4d,Hard-pressed flat dwellers,S02002475,IZ16,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204733 +204733,S00097100,7b3,Endeavouring Flat Dwellers,S01013128,IZ02 - 01,4d,Hard-pressed flat dwellers,S02002461,IZ02,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204734 +204734,S00096411,8c3,Renting Hard-Pressed Workers,S01013224,IZ16 - 02,4a,Challenged white communities,S02002475,IZ16,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204735 +204735,S00096412,7d2,Retired Independent City Dwellers,S01013224,IZ16 - 02,4a,Challenged white communities,S02002475,IZ16,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204736 +204736,S00097103,7b3,Endeavouring Flat Dwellers,S01013123,IZ01 - 02,4d,Hard-pressed flat dwellers,S02002460,IZ01,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204737 +204737,S00096413,8c3,Renting Hard-Pressed Workers,S01013224,IZ16 - 02,4a,Challenged white communities,S02002475,IZ16,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204738 +204738,S00096414,8c3,Renting Hard-Pressed Workers,S01013224,IZ16 - 02,4a,Challenged white communities,S02002475,IZ16,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204739 +204739,S00096416,8c3,Renting Hard-Pressed Workers,S01013226,IZ16 - 04,5c,Comfortable neighbourhoods,S02002475,IZ16,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204740 +204740,S00096420,8c3,Renting Hard-Pressed Workers,S01013225,IZ16 - 03,4a,Challenged white communities,S02002475,IZ16,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204741 +204741,S00096479,8c3,Renting Hard-Pressed Workers,S01013198,IZ12 - 08,5a,Ageing urban communities,S02002471,IZ12,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204742 +204742,S00096521,8c3,Renting Hard-Pressed Workers,S01013187,IZ11 - 04,4a,Challenged white communities,S02002470,IZ11,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204743 +204743,S00096525,8c3,Renting Hard-Pressed Workers,S01013188,IZ11 - 05,5c,Comfortable neighbourhoods,S02002470,IZ11,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204744 +204744,S00096552,8c3,Renting Hard-Pressed Workers,S01013206,IZ13 - 08,4a,Challenged white communities,S02002472,IZ13,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204745 +204745,S00096604,8c3,Renting Hard-Pressed Workers,S01013222,IZ15 - 09,4d,Hard-pressed flat dwellers,S02002474,IZ15,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204746 +204746,S00096610,8c3,Renting Hard-Pressed Workers,S01013240,IZ18 - 04,4d,Hard-pressed flat dwellers,S02002477,IZ18,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204747 +204747,S00096635,8c3,Renting Hard-Pressed Workers,S01013232,IZ17 - 05,4a,Challenged white communities,S02002476,IZ17,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204748 +204748,S00096637,8c3,Renting Hard-Pressed Workers,S01013230,IZ17 - 03,4a,Challenged white communities,S02002476,IZ17,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204749 +204749,S00096666,8c3,Renting Hard-Pressed Workers,S01013196,IZ12 - 06,4d,Hard-pressed flat dwellers,S02002471,IZ12,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204750 +204750,S00096683,8c3,Renting Hard-Pressed Workers,S01013208,IZ14 - 02,4a,Challenged white communities,S02002473,IZ14,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204751 +204751,S00096686,8c3,Renting Hard-Pressed Workers,S01013208,IZ14 - 02,4a,Challenged white communities,S02002473,IZ14,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204752 +204752,S00096729,8c3,Renting Hard-Pressed Workers,S01013126,IZ01 - 05,4d,Hard-pressed flat dwellers,S02002460,IZ01,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204753 +204753,S00096742,8c3,Renting Hard-Pressed Workers,S01013134,IZ03 - 01,4a,Challenged white communities,S02002462,IZ03,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204754 +204754,S00096753,8c3,Renting Hard-Pressed Workers,S01013137,IZ03 - 04,4a,Challenged white communities,S02002462,IZ03,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204755 +204755,S00096756,8c3,Renting Hard-Pressed Workers,S01013136,IZ03 - 03,4d,Hard-pressed flat dwellers,S02002462,IZ03,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204756 +204756,S00096438,7d2,Retired Independent City Dwellers,S01013195,IZ12 - 05,4d,Hard-pressed flat dwellers,S02002471,IZ12,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204757 +204757,S00096446,7d2,Retired Independent City Dwellers,S01013192,IZ12 - 02,5a,Ageing urban communities,S02002471,IZ12,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204758 +204758,S00096535,7d2,Retired Independent City Dwellers,S01013199,IZ13 - 01,5c,Comfortable neighbourhoods,S02002472,IZ13,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204759 +204759,S00096593,7d2,Retired Independent City Dwellers,S01013198,IZ12 - 08,5a,Ageing urban communities,S02002471,IZ12,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204760 +204760,S00097105,7b3,Endeavouring Flat Dwellers,S01013131,IZ02 - 04,4d,Hard-pressed flat dwellers,S02002461,IZ02,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204761 +204761,S00096874,7d2,Retired Independent City Dwellers,S01013133,IZ02 - 06,4d,Hard-pressed flat dwellers,S02002461,IZ02,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204762 +204762,S00096895,7d2,Retired Independent City Dwellers,S01013161,IZ07 - 04,4a,Challenged white communities,S02002466,IZ07,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204763 +204763,S00096334,1a2,Established Farming Communities,S01013210,IZ14 - 04,5c,Comfortable neighbourhoods,S02002473,IZ14,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204764 +204764,S00096977,7d2,Retired Independent City Dwellers,S01013176,IZ09 - 06,5a,Ageing urban communities,S02002468,IZ09,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204765 +204765,S00096327,5a3,Families in Terraces and Flats,S01013209,IZ14 - 03,4d,Hard-pressed flat dwellers,S02002473,IZ14,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204766 +204766,S00096580,1c1,Rural Employment and Retirees,S01013242,IZ18 - 06,2c,Remoter communities,S02002477,IZ18,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204767 +204767,S00096430,5a3,Families in Terraces and Flats,S01013194,IZ12 - 04,4d,Hard-pressed flat dwellers,S02002471,IZ12,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204768 +204768,S00096581,1c1,Rural Employment and Retirees,S01013179,IZ10 - 02,5c,Comfortable neighbourhoods,S02002469,IZ10,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204769 +204769,S00096449,5a3,Families in Terraces and Flats,S01013192,IZ12 - 02,5a,Ageing urban communities,S02002471,IZ12,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204770 +204770,S00096583,1b1,Rural Life,S01013242,IZ18 - 06,2c,Remoter communities,S02002477,IZ18,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204771 +204771,S00096702,5a3,Families in Terraces and Flats,S01013123,IZ01 - 02,4d,Hard-pressed flat dwellers,S02002460,IZ01,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204772 +204772,S00096577,1b2,Rural White-Collar Workers,S01013242,IZ18 - 06,2c,Remoter communities,S02002477,IZ18,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204773 +204773,S00096707,5a3,Families in Terraces and Flats,S01013122,IZ01 - 01,4d,Hard-pressed flat dwellers,S02002460,IZ01,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204774 +204774,S00097092,1b2,Rural White-Collar Workers,S01013177,IZ09 - 07,5c,Comfortable neighbourhoods,S02002468,IZ09,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204775 +204775,S00096267,1a1,Rural Workers and Families,S01013242,IZ18 - 06,2c,Remoter communities,S02002477,IZ18,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204776 +204776,S00096268,1a1,Rural Workers and Families,S01013242,IZ18 - 06,2c,Remoter communities,S02002477,IZ18,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204777 +204777,S00096271,5b3,Self-Sufficient Retirement,S01013178,IZ10 - 01,5c,Comfortable neighbourhoods,S02002469,IZ10,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204778 +204778,S00096277,5b3,Self-Sufficient Retirement,S01013237,IZ18 - 01,5c,Comfortable neighbourhoods,S02002477,IZ18,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204779 +204779,S00096315,5b3,Self-Sufficient Retirement,S01013235,IZ17 - 08,5c,Comfortable neighbourhoods,S02002476,IZ17,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204780 +204780,S00096333,5b3,Self-Sufficient Retirement,S01013210,IZ14 - 04,5c,Comfortable neighbourhoods,S02002473,IZ14,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204781 +204781,S00096335,5b3,Self-Sufficient Retirement,S01013210,IZ14 - 04,5c,Comfortable neighbourhoods,S02002473,IZ14,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204782 +204782,S00096380,5b3,Self-Sufficient Retirement,S01013215,IZ15 - 02,5c,Comfortable neighbourhoods,S02002474,IZ15,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204783 +204783,S00096383,5b3,Self-Sufficient Retirement,S01013215,IZ15 - 02,5c,Comfortable neighbourhoods,S02002474,IZ15,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204784 +204784,S00096404,5b3,Self-Sufficient Retirement,S01013211,IZ14 - 05,5c,Comfortable neighbourhoods,S02002473,IZ14,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204785 +204785,S00096423,5b3,Self-Sufficient Retirement,S01013223,IZ16 - 01,4d,Hard-pressed flat dwellers,S02002475,IZ16,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204786 +204786,S00096425,5b3,Self-Sufficient Retirement,S01013193,IZ12 - 03,5c,Comfortable neighbourhoods,S02002471,IZ12,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204787 +204787,S00096472,5b3,Self-Sufficient Retirement,S01013189,IZ11 - 06,5c,Comfortable neighbourhoods,S02002470,IZ11,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204788 +204788,S00096739,5a3,Families in Terraces and Flats,S01013129,IZ02 - 02,4d,Hard-pressed flat dwellers,S02002461,IZ02,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204789 +204789,S00096873,5a3,Families in Terraces and Flats,S01013133,IZ02 - 06,4d,Hard-pressed flat dwellers,S02002461,IZ02,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204790 +204790,S00096898,5a3,Families in Terraces and Flats,S01013161,IZ07 - 04,4a,Challenged white communities,S02002466,IZ07,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204791 +204791,S00096930,5a3,Families in Terraces and Flats,S01013148,IZ05 - 02,5c,Comfortable neighbourhoods,S02002464,IZ05,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204792 +204792,S00097050,5a3,Families in Terraces and Flats,S01013141,IZ04 - 01,4d,Hard-pressed flat dwellers,S02002463,IZ04,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204793 +204793,S00097058,5a3,Families in Terraces and Flats,S01013143,IZ04 - 03,4d,Hard-pressed flat dwellers,S02002463,IZ04,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204794 +204794,S00097082,5a3,Families in Terraces and Flats,S01013151,IZ05 - 05,5c,Comfortable neighbourhoods,S02002464,IZ05,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204795 +204795,S00096279,7a2,Hampered Aspiration,S01013237,IZ18 - 01,5c,Comfortable neighbourhoods,S02002477,IZ18,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204796 +204796,S00096331,7a2,Hampered Aspiration,S01013223,IZ16 - 01,4d,Hard-pressed flat dwellers,S02002475,IZ16,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204797 +204797,S00096482,7a2,Hampered Aspiration,S01013198,IZ12 - 08,5a,Ageing urban communities,S02002471,IZ12,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204798 +204798,S00096601,7a2,Hampered Aspiration,S01013207,IZ14 - 01,5a,Ageing urban communities,S02002473,IZ14,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204799 +204799,S00096845,7a2,Hampered Aspiration,S01013168,IZ08 - 05,4d,Hard-pressed flat dwellers,S02002467,IZ08,S12000039,West Dunbartonshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204800 +204800,S00134336,8c1,Ageing Industrious Workers,S01013400,"Bathgate, Wester Inch and Inchcross - 01",4a,Challenged white communities,S02002502,"Bathgate, Wester Inch and Inchcross",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204801 +204801,S00134353,8c1,Ageing Industrious Workers,S01013423,Bathgate West - 04,5c,Comfortable neighbourhoods,S02002505,Bathgate West,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204802 +204802,S00134376,8c1,Ageing Industrious Workers,S01013417,Bathgate East - 07,4b,Constrained renters,S02002504,Bathgate East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204803 +204803,S00134378,8c1,Ageing Industrious Workers,S01013417,Bathgate East - 07,4b,Constrained renters,S02002504,Bathgate East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204804 +204804,S00134381,8c1,Ageing Industrious Workers,S01013417,Bathgate East - 07,4b,Constrained renters,S02002504,Bathgate East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204805 +204805,S00134397,8c1,Ageing Industrious Workers,S01013464,"Uphall, Dechmont and Ecclesmachan - 01",5c,Comfortable neighbourhoods,S02002512,"Uphall, Dechmont and Ecclesmachan",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204806 +204806,S00134405,8c1,Ageing Industrious Workers,S01013465,"Uphall, Dechmont and Ecclesmachan - 02",5c,Comfortable neighbourhoods,S02002512,"Uphall, Dechmont and Ecclesmachan",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204807 +204807,S00134498,8c1,Ageing Industrious Workers,S01013456,"Winchburgh, Bridgend and Philpstoun - 04",5c,Comfortable neighbourhoods,S02002510,"Winchburgh, Bridgend and Philpstoun",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204808 +204808,S00134504,6a2,Comfortable Suburbia,S01013435,Linlithgow South - 02,8a,Affluent communities,S02002507,Linlithgow South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204809 +204809,S00134850,6a2,Comfortable Suburbia,S01013266,"Bellsquarry, Adambrae and Kirkton - 04",8c,Comfortable suburbia,S02002481,"Bellsquarry, Adambrae and Kirkton",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204810 +204810,S00134902,7d1,Ageing Communities and Families,S01013358,Blackburn - 02,5e,Primary sector workers,S02002496,Blackburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204811 +204811,S00133791,7c1,Challenged Transitionaries,S01013373,Whitburn Central - 02,4a,Challenged white communities,S02002498,Whitburn Central,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204812 +204812,S00135030,7c2,Constrained Young Families,S01013325,Ladywell - 03,4a,Challenged white communities,S02002490,Ladywell,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204813 +204813,S00134513,8c1,Ageing Industrious Workers,S01013437,Linlithgow South - 04,5c,Comfortable neighbourhoods,S02002507,Linlithgow South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204814 +204814,S00134518,8c1,Ageing Industrious Workers,S01013438,Linlithgow South - 05,5c,Comfortable neighbourhoods,S02002507,Linlithgow South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204815 +204815,S00134630,8c1,Ageing Industrious Workers,S01013246,Fauldhouse - 04,5d,Endeavouring social renters,S02002478,Fauldhouse,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204816 +204816,S00134655,8c1,Ageing Industrious Workers,S01013300,Pumpherston and Uphall Station - 02,5e,Primary sector workers,S02002486,Pumpherston and Uphall Station,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204817 +204817,S00134686,8c1,Ageing Industrious Workers,S01013432,"Blackridge, Westfield and Torphichen - 04",2d,Rural traits,S02002506,"Blackridge, Westfield and Torphichen",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204818 +204818,S00134803,8c1,Ageing Industrious Workers,S01013379,"Whitburn, Croftmalloch and Greenrigg - 02",5c,Comfortable neighbourhoods,S02002499,"Whitburn, Croftmalloch and Greenrigg",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204819 +204819,S00134811,8c1,Ageing Industrious Workers,S01013367,Blaeberry Hill and East Whitburn - 04,5c,Comfortable neighbourhoods,S02002497,Blaeberry Hill and East Whitburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204820 +204820,S00134899,8c1,Ageing Industrious Workers,S01013295,East Calder - 04,5b,Aspiring urban households,S02002485,East Calder,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204821 +204821,S00134948,8c1,Ageing Industrious Workers,S01013428,Bathgate West - 09,4a,Challenged white communities,S02002505,Bathgate West,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204822 +204822,S00134983,8c1,Ageing Industrious Workers,S01013459,Broxburn Kirkhill - 01,4b,Constrained renters,S02002511,Broxburn Kirkhill,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204823 +204823,S00134989,8c1,Ageing Industrious Workers,S01013462,Broxburn Kirkhill - 04,5b,Aspiring urban households,S02002511,Broxburn Kirkhill,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204824 +204824,S00135016,8c1,Ageing Industrious Workers,S01013257,West Calder and Polbeth - 02,5c,Comfortable neighbourhoods,S02002480,West Calder and Polbeth,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204825 +204825,S00135050,8c1,Ageing Industrious Workers,S01013358,Blackburn - 02,5e,Primary sector workers,S02002496,Blackburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204826 +204826,S00133767,1b3,Ageing Rural Flat Tenants,S01013371,Blaeberry Hill and East Whitburn - 08,5c,Comfortable neighbourhoods,S02002497,Blaeberry Hill and East Whitburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204827 +204827,S00134210,1b3,Ageing Rural Flat Tenants,S01013430,"Blackridge, Westfield and Torphichen - 02",5d,Endeavouring social renters,S02002506,"Blackridge, Westfield and Torphichen",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204828 +204828,S00134237,1b3,Ageing Rural Flat Tenants,S01013388,Armadale - 06,5c,Comfortable neighbourhoods,S02002500,Armadale,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204829 +204829,S00134903,7c1,Challenged Transitionaries,S01013361,Blackburn - 05,4a,Challenged white communities,S02002496,Blackburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204830 +204830,S00134649,1b3,Ageing Rural Flat Tenants,S01013250,Breich Valley - 01,2d,Rural traits,S02002479,Breich Valley,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204831 +204831,S00134800,1b3,Ageing Rural Flat Tenants,S01013256,West Calder and Polbeth - 01,5a,Ageing urban communities,S02002480,West Calder and Polbeth,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204832 +204832,S00134994,1b3,Ageing Rural Flat Tenants,S01013433,"Blackridge, Westfield and Torphichen - 05",2b,Prospering countryside life,S02002506,"Blackridge, Westfield and Torphichen",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204833 +204833,S00133713,8c2,Ageing Rural Industry Workers,S01013245,Fauldhouse - 03,5c,Comfortable neighbourhoods,S02002478,Fauldhouse,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204834 +204834,S00133740,8c2,Ageing Rural Industry Workers,S01013364,Blaeberry Hill and East Whitburn - 01,5d,Endeavouring social renters,S02002497,Blaeberry Hill and East Whitburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204835 +204835,S00133808,8c2,Ageing Rural Industry Workers,S01013375,Whitburn Central - 04,4a,Challenged white communities,S02002498,Whitburn Central,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204836 +204836,S00133894,8c2,Ageing Rural Industry Workers,S01013305,Craigshill - 03,4b,Constrained renters,S02002487,Craigshill,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204837 +204837,S00133936,8c2,Ageing Rural Industry Workers,S01013302,Pumpherston and Uphall Station - 04,5b,Aspiring urban households,S02002486,Pumpherston and Uphall Station,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204838 +204838,S00134220,8c2,Ageing Rural Industry Workers,S01013397,Armadale South - 06,5c,Comfortable neighbourhoods,S02002501,Armadale South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204839 +204839,S00134228,8c2,Ageing Rural Industry Workers,S01013383,Armadale - 01,4a,Challenged white communities,S02002500,Armadale,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204840 +204840,S00134252,8c2,Ageing Rural Industry Workers,S01013394,Armadale South - 03,4a,Challenged white communities,S02002501,Armadale South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204841 +204841,S00134324,8c2,Ageing Rural Industry Workers,S01013408,Bathgate and Boghall - 04,4b,Constrained renters,S02002503,Bathgate and Boghall,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204842 +204842,S00134441,8c2,Ageing Rural Industry Workers,S01013481,Broxburn East - 04,2d,Rural traits,S02002514,Broxburn East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204843 +204843,S00134581,8c2,Ageing Rural Industry Workers,S01013453,"Winchburgh, Bridgend and Philpstoun - 01",4a,Challenged white communities,S02002510,"Winchburgh, Bridgend and Philpstoun",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204844 +204844,S00134706,8c2,Ageing Rural Industry Workers,S01013355,Seafield - 02,5c,Comfortable neighbourhoods,S02002495,Seafield,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204845 +204845,S00133657,1a3,Agricultural Communities,S01013455,"Winchburgh, Bridgend and Philpstoun - 03",2b,Prospering countryside life,S02002510,"Winchburgh, Bridgend and Philpstoun",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204846 +204846,S00133666,1a3,Agricultural Communities,S01013300,Pumpherston and Uphall Station - 02,5e,Primary sector workers,S02002486,Pumpherston and Uphall Station,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204847 +204847,S00134608,1a3,Agricultural Communities,S01013466,"Uphall, Dechmont and Ecclesmachan - 03",2a,Ageing rural neighbourhoods,S02002512,"Uphall, Dechmont and Ecclesmachan",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204848 +204848,S00134621,1a3,Agricultural Communities,S01013250,Breich Valley - 01,2d,Rural traits,S02002479,Breich Valley,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204849 +204849,S00134785,1a3,Agricultural Communities,S01013434,Linlithgow South - 01,2b,Prospering countryside life,S02002507,Linlithgow South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204850 +204850,S00133694,7c1,Challenged Transitionaries,S01013248,Fauldhouse - 06,4a,Challenged white communities,S02002478,Fauldhouse,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204851 +204851,S00133711,7c1,Challenged Transitionaries,S01013247,Fauldhouse - 05,4a,Challenged white communities,S02002478,Fauldhouse,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204852 +204852,S00133753,7c1,Challenged Transitionaries,S01013259,West Calder and Polbeth - 04,5c,Comfortable neighbourhoods,S02002480,West Calder and Polbeth,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204853 +204853,S00133787,7c1,Challenged Transitionaries,S01013373,Whitburn Central - 02,4a,Challenged white communities,S02002498,Whitburn Central,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204854 +204854,S00133788,7c1,Challenged Transitionaries,S01013373,Whitburn Central - 02,4a,Challenged white communities,S02002498,Whitburn Central,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204855 +204855,S00133790,7c1,Challenged Transitionaries,S01013373,Whitburn Central - 02,4a,Challenged white communities,S02002498,Whitburn Central,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204856 +204856,S00133719,7c2,Constrained Young Families,S01013251,Breich Valley - 02,4d,Hard-pressed flat dwellers,S02002479,Breich Valley,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204857 +204857,S00134523,6a2,Comfortable Suburbia,S01013440,Linlithgow South - 07,8a,Affluent communities,S02002507,Linlithgow South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204858 +204858,S00134526,6a2,Comfortable Suburbia,S01013440,Linlithgow South - 07,8a,Affluent communities,S02002507,Linlithgow South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204859 +204859,S00133869,5b1,Delayed Retirement,S01013285,Mid Calder and Kirknewton - 02,5b,Aspiring urban households,S02002484,Mid Calder and Kirknewton,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204860 +204860,S00134527,6a2,Comfortable Suburbia,S01013440,Linlithgow South - 07,8a,Affluent communities,S02002507,Linlithgow South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204861 +204861,S00133639,6a4,Ageing in Suburbia,S01013368,Blaeberry Hill and East Whitburn - 05,5a,Ageing urban communities,S02002497,Blaeberry Hill and East Whitburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204862 +204862,S00134399,5b1,Delayed Retirement,S01013464,"Uphall, Dechmont and Ecclesmachan - 01",5c,Comfortable neighbourhoods,S02002512,"Uphall, Dechmont and Ecclesmachan",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204863 +204863,S00134528,6a2,Comfortable Suburbia,S01013440,Linlithgow South - 07,8a,Affluent communities,S02002507,Linlithgow South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204864 +204864,S00134868,6a2,Comfortable Suburbia,S01013341,Knightsridge and Deans North - 05,8c,Comfortable suburbia,S02002492,Knightsridge and Deans North,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204865 +204865,S00134402,5b1,Delayed Retirement,S01013465,"Uphall, Dechmont and Ecclesmachan - 02",5c,Comfortable neighbourhoods,S02002512,"Uphall, Dechmont and Ecclesmachan",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204866 +204866,S00133792,7c1,Challenged Transitionaries,S01013373,Whitburn Central - 02,4a,Challenged white communities,S02002498,Whitburn Central,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204867 +204867,S00133749,6a4,Ageing in Suburbia,S01013258,West Calder and Polbeth - 03,8c,Comfortable suburbia,S02002480,West Calder and Polbeth,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204868 +204868,S00134529,6a2,Comfortable Suburbia,S01013439,Linlithgow South - 06,8b,Ageing suburbanites,S02002507,Linlithgow South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204869 +204869,S00133734,7c2,Constrained Young Families,S01013254,Breich Valley - 05,4a,Challenged white communities,S02002479,Breich Valley,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204870 +204870,S00134881,6a2,Comfortable Suburbia,S01013272,Bankton and Murieston - 03,8c,Comfortable suburbia,S02002482,Bankton and Murieston,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204871 +204871,S00134403,5b1,Delayed Retirement,S01013465,"Uphall, Dechmont and Ecclesmachan - 02",5c,Comfortable neighbourhoods,S02002512,"Uphall, Dechmont and Ecclesmachan",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204872 +204872,S00133793,7c1,Challenged Transitionaries,S01013373,Whitburn Central - 02,4a,Challenged white communities,S02002498,Whitburn Central,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204873 +204873,S00134532,6a2,Comfortable Suburbia,S01013440,Linlithgow South - 07,8a,Affluent communities,S02002507,Linlithgow South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204874 +204874,S00134882,6a2,Comfortable Suburbia,S01013270,Bankton and Murieston - 01,8c,Comfortable suburbia,S02002482,Bankton and Murieston,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204875 +204875,S00133763,7c2,Constrained Young Families,S01013378,"Whitburn, Croftmalloch and Greenrigg - 01",5c,Comfortable neighbourhoods,S02002499,"Whitburn, Croftmalloch and Greenrigg",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204876 +204876,S00134035,6a4,Ageing in Suburbia,S01013317,Livingston Village and Eliburn South - 03,8c,Comfortable suburbia,S02002489,Livingston Village and Eliburn South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204877 +204877,S00134904,7c1,Challenged Transitionaries,S01013361,Blackburn - 05,4a,Challenged white communities,S02002496,Blackburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204878 +204878,S00134883,6a2,Comfortable Suburbia,S01013270,Bankton and Murieston - 01,8c,Comfortable suburbia,S02002482,Bankton and Murieston,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204879 +204879,S00134537,6a2,Comfortable Suburbia,S01013435,Linlithgow South - 02,8a,Affluent communities,S02002507,Linlithgow South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204880 +204880,S00134906,7c1,Challenged Transitionaries,S01013361,Blackburn - 05,4a,Challenged white communities,S02002496,Blackburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204881 +204881,S00133768,7c2,Constrained Young Families,S01013370,Blaeberry Hill and East Whitburn - 07,4d,Hard-pressed flat dwellers,S02002497,Blaeberry Hill and East Whitburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204882 +204882,S00134038,6a4,Ageing in Suburbia,S01013317,Livingston Village and Eliburn South - 03,8c,Comfortable suburbia,S02002489,Livingston Village and Eliburn South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204883 +204883,S00134885,6a2,Comfortable Suburbia,S01013270,Bankton and Murieston - 01,8c,Comfortable suburbia,S02002482,Bankton and Murieston,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204884 +204884,S00134432,5b1,Delayed Retirement,S01013479,Broxburn East - 02,4b,Constrained renters,S02002514,Broxburn East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204885 +204885,S00134593,6a2,Comfortable Suburbia,S01013461,Broxburn Kirkhill - 03,4b,Constrained renters,S02002511,Broxburn Kirkhill,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204886 +204886,S00134918,7c1,Challenged Transitionaries,S01013383,Armadale - 01,4a,Challenged white communities,S02002500,Armadale,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204887 +204887,S00133801,7c1,Challenged Transitionaries,S01013372,Whitburn Central - 01,4a,Challenged white communities,S02002498,Whitburn Central,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204888 +204888,S00133777,7c2,Constrained Young Families,S01013370,Blaeberry Hill and East Whitburn - 07,4d,Hard-pressed flat dwellers,S02002497,Blaeberry Hill and East Whitburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204889 +204889,S00134123,6a4,Ageing in Suburbia,S01013274,Bankton and Murieston - 05,8c,Comfortable suburbia,S02002482,Bankton and Murieston,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204890 +204890,S00133798,7c2,Constrained Young Families,S01013372,Whitburn Central - 01,4a,Challenged white communities,S02002498,Whitburn Central,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204891 +204891,S00134597,6a2,Comfortable Suburbia,S01013433,"Blackridge, Westfield and Torphichen - 05",2b,Prospering countryside life,S02002506,"Blackridge, Westfield and Torphichen",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204892 +204892,S00134487,5b1,Delayed Retirement,S01013458,"Winchburgh, Bridgend and Philpstoun - 06",5c,Comfortable neighbourhoods,S02002510,"Winchburgh, Bridgend and Philpstoun",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204893 +204893,S00134158,6a4,Ageing in Suburbia,S01013293,East Calder - 02,8c,Comfortable suburbia,S02002485,East Calder,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204894 +204894,S00134886,6a2,Comfortable Suburbia,S01013272,Bankton and Murieston - 03,8c,Comfortable suburbia,S02002482,Bankton and Murieston,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204895 +204895,S00133810,7c1,Challenged Transitionaries,S01013376,Whitburn Central - 05,4a,Challenged white communities,S02002498,Whitburn Central,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204896 +204896,S00134963,7c1,Challenged Transitionaries,S01013479,Broxburn East - 02,4b,Constrained renters,S02002514,Broxburn East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204897 +204897,S00133803,7c2,Constrained Young Families,S01013372,Whitburn Central - 01,4a,Challenged white communities,S02002498,Whitburn Central,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204898 +204898,S00135000,7c1,Challenged Transitionaries,S01013438,Linlithgow South - 05,5c,Comfortable neighbourhoods,S02002507,Linlithgow South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204899 +204899,S00133816,7c1,Challenged Transitionaries,S01013374,Whitburn Central - 03,4d,Hard-pressed flat dwellers,S02002498,Whitburn Central,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204900 +204900,S00134600,6a2,Comfortable Suburbia,S01013315,Livingston Village and Eliburn South - 01,8c,Comfortable suburbia,S02002489,Livingston Village and Eliburn South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204901 +204901,S00134887,6a2,Comfortable Suburbia,S01013270,Bankton and Murieston - 01,8c,Comfortable suburbia,S02002482,Bankton and Murieston,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204902 +204902,S00134502,5b1,Delayed Retirement,S01013437,Linlithgow South - 04,5c,Comfortable neighbourhoods,S02002507,Linlithgow South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204903 +204903,S00134297,6a4,Ageing in Suburbia,S01013413,Bathgate East - 03,5c,Comfortable neighbourhoods,S02002504,Bathgate East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204904 +204904,S00133806,7c2,Constrained Young Families,S01013372,Whitburn Central - 01,4a,Challenged white communities,S02002498,Whitburn Central,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204905 +204905,S00135001,7c1,Challenged Transitionaries,S01013438,Linlithgow South - 05,5c,Comfortable neighbourhoods,S02002507,Linlithgow South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204906 +204906,S00133638,6a2,Comfortable Suburbia,S01013367,Blaeberry Hill and East Whitburn - 04,5c,Comfortable neighbourhoods,S02002497,Blaeberry Hill and East Whitburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204907 +204907,S00133640,6a2,Comfortable Suburbia,S01013364,Blaeberry Hill and East Whitburn - 01,5d,Endeavouring social renters,S02002497,Blaeberry Hill and East Whitburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204908 +204908,S00133649,6a2,Comfortable Suburbia,S01013433,"Blackridge, Westfield and Torphichen - 05",2b,Prospering countryside life,S02002506,"Blackridge, Westfield and Torphichen",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204909 +204909,S00133658,6a2,Comfortable Suburbia,S01013472,Broxburn South - 01,8c,Comfortable suburbia,S02002513,Broxburn South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204910 +204910,S00133660,6a2,Comfortable Suburbia,S01013473,Broxburn South - 02,8c,Comfortable suburbia,S02002513,Broxburn South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204911 +204911,S00133661,6a2,Comfortable Suburbia,S01013472,Broxburn South - 01,8c,Comfortable suburbia,S02002513,Broxburn South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204912 +204912,S00133662,6a2,Comfortable Suburbia,S01013473,Broxburn South - 02,8c,Comfortable suburbia,S02002513,Broxburn South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204913 +204913,S00133663,6a2,Comfortable Suburbia,S01013472,Broxburn South - 01,8c,Comfortable suburbia,S02002513,Broxburn South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204914 +204914,S00133671,6a2,Comfortable Suburbia,S01013337,Knightsridge and Deans North - 01,5b,Aspiring urban households,S02002492,Knightsridge and Deans North,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204915 +204915,S00133672,6a2,Comfortable Suburbia,S01013271,Bankton and Murieston - 02,8a,Affluent communities,S02002482,Bankton and Murieston,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204916 +204916,S00133673,6a2,Comfortable Suburbia,S01013271,Bankton and Murieston - 02,8a,Affluent communities,S02002482,Bankton and Murieston,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204917 +204917,S00133674,6a2,Comfortable Suburbia,S01013271,Bankton and Murieston - 02,8a,Affluent communities,S02002482,Bankton and Murieston,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204918 +204918,S00133675,6a2,Comfortable Suburbia,S01013271,Bankton and Murieston - 02,8a,Affluent communities,S02002482,Bankton and Murieston,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204919 +204919,S00133676,6a2,Comfortable Suburbia,S01013272,Bankton and Murieston - 03,8c,Comfortable suburbia,S02002482,Bankton and Murieston,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204920 +204920,S00133677,6a2,Comfortable Suburbia,S01013265,"Bellsquarry, Adambrae and Kirkton - 03",8c,Comfortable suburbia,S02002481,"Bellsquarry, Adambrae and Kirkton",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204921 +204921,S00133720,6a2,Comfortable Suburbia,S01013255,Breich Valley - 06,5a,Ageing urban communities,S02002479,Breich Valley,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204922 +204922,S00133738,6a2,Comfortable Suburbia,S01013364,Blaeberry Hill and East Whitburn - 01,5d,Endeavouring social renters,S02002497,Blaeberry Hill and East Whitburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204923 +204923,S00133759,6a2,Comfortable Suburbia,S01013379,"Whitburn, Croftmalloch and Greenrigg - 02",5c,Comfortable neighbourhoods,S02002499,"Whitburn, Croftmalloch and Greenrigg",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204924 +204924,S00133783,6a2,Comfortable Suburbia,S01013365,Blaeberry Hill and East Whitburn - 02,2d,Rural traits,S02002497,Blaeberry Hill and East Whitburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204925 +204925,S00133868,6a2,Comfortable Suburbia,S01013287,Mid Calder and Kirknewton - 04,8c,Comfortable suburbia,S02002484,Mid Calder and Kirknewton,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204926 +204926,S00133877,6a2,Comfortable Suburbia,S01013287,Mid Calder and Kirknewton - 04,8c,Comfortable suburbia,S02002484,Mid Calder and Kirknewton,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204927 +204927,S00133924,6a2,Comfortable Suburbia,S01013299,Pumpherston and Uphall Station - 01,5d,Endeavouring social renters,S02002486,Pumpherston and Uphall Station,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204928 +204928,S00133935,6a2,Comfortable Suburbia,S01013302,Pumpherston and Uphall Station - 04,5b,Aspiring urban households,S02002486,Pumpherston and Uphall Station,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204929 +204929,S00133942,6a2,Comfortable Suburbia,S01013322,Livingston Village and Eliburn South - 08,5a,Ageing urban communities,S02002489,Livingston Village and Eliburn South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204930 +204930,S00133975,6a2,Comfortable Suburbia,S01013266,"Bellsquarry, Adambrae and Kirkton - 04",8c,Comfortable suburbia,S02002481,"Bellsquarry, Adambrae and Kirkton",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204931 +204931,S00134043,6a2,Comfortable Suburbia,S01013338,Knightsridge and Deans North - 02,8c,Comfortable suburbia,S02002492,Knightsridge and Deans North,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204932 +204932,S00134044,6a2,Comfortable Suburbia,S01013338,Knightsridge and Deans North - 02,8c,Comfortable suburbia,S02002492,Knightsridge and Deans North,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204933 +204933,S00134045,6a2,Comfortable Suburbia,S01013338,Knightsridge and Deans North - 02,8c,Comfortable suburbia,S02002492,Knightsridge and Deans North,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204934 +204934,S00134059,6a2,Comfortable Suburbia,S01013337,Knightsridge and Deans North - 01,5b,Aspiring urban households,S02002492,Knightsridge and Deans North,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204935 +204935,S00134087,6a2,Comfortable Suburbia,S01013340,Knightsridge and Deans North - 04,8c,Comfortable suburbia,S02002492,Knightsridge and Deans North,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204936 +204936,S00134119,6a2,Comfortable Suburbia,S01013275,Bankton and Murieston - 06,8a,Affluent communities,S02002482,Bankton and Murieston,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204937 +204937,S00134124,6a2,Comfortable Suburbia,S01013264,"Bellsquarry, Adambrae and Kirkton - 02",8b,Ageing suburbanites,S02002481,"Bellsquarry, Adambrae and Kirkton",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204938 +204938,S00134128,6a2,Comfortable Suburbia,S01013288,Mid Calder and Kirknewton - 05,5c,Comfortable neighbourhoods,S02002484,Mid Calder and Kirknewton,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204939 +204939,S00134160,6a2,Comfortable Suburbia,S01013293,East Calder - 02,8c,Comfortable suburbia,S02002485,East Calder,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204940 +204940,S00134195,6a2,Comfortable Suburbia,S01013357,Blackburn - 01,5e,Primary sector workers,S02002496,Blackburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204941 +204941,S00134197,6a2,Comfortable Suburbia,S01013357,Blackburn - 01,5e,Primary sector workers,S02002496,Blackburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204942 +204942,S00134208,6a2,Comfortable Suburbia,S01013429,"Blackridge, Westfield and Torphichen - 01",5c,Comfortable neighbourhoods,S02002506,"Blackridge, Westfield and Torphichen",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204943 +204943,S00134225,6a2,Comfortable Suburbia,S01013396,Armadale South - 05,8c,Comfortable suburbia,S02002501,Armadale South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204944 +204944,S00134240,6a2,Comfortable Suburbia,S01013399,Armadale South - 08,5b,Aspiring urban households,S02002501,Armadale South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204945 +204945,S00134309,6a2,Comfortable Suburbia,S01013409,Bathgate and Boghall - 05,5b,Aspiring urban households,S02002503,Bathgate and Boghall,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204946 +204946,S00134310,6a2,Comfortable Suburbia,S01013409,Bathgate and Boghall - 05,5b,Aspiring urban households,S02002503,Bathgate and Boghall,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204947 +204947,S00134394,6a2,Comfortable Suburbia,S01013291,Mid Calder and Kirknewton - 08,8c,Comfortable suburbia,S02002484,Mid Calder and Kirknewton,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204948 +204948,S00134501,6a2,Comfortable Suburbia,S01013435,Linlithgow South - 02,8a,Affluent communities,S02002507,Linlithgow South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204949 +204949,S00134603,6a2,Comfortable Suburbia,S01013315,Livingston Village and Eliburn South - 01,8c,Comfortable suburbia,S02002489,Livingston Village and Eliburn South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204950 +204950,S00134519,5b1,Delayed Retirement,S01013438,Linlithgow South - 05,5c,Comfortable neighbourhoods,S02002507,Linlithgow South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204951 +204951,S00134455,6a4,Ageing in Suburbia,S01013469,"Uphall, Dechmont and Ecclesmachan - 06",5c,Comfortable neighbourhoods,S02002512,"Uphall, Dechmont and Ecclesmachan",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204952 +204952,S00134888,6a2,Comfortable Suburbia,S01013263,"Bellsquarry, Adambrae and Kirkton - 01",8c,Comfortable suburbia,S02002481,"Bellsquarry, Adambrae and Kirkton",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204953 +204953,S00134889,6a2,Comfortable Suburbia,S01013264,"Bellsquarry, Adambrae and Kirkton - 02",8b,Ageing suburbanites,S02002481,"Bellsquarry, Adambrae and Kirkton",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204954 +204954,S00134890,6a2,Comfortable Suburbia,S01013273,Bankton and Murieston - 04,8c,Comfortable suburbia,S02002482,Bankton and Murieston,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204955 +204955,S00133817,7c2,Constrained Young Families,S01013374,Whitburn Central - 03,4d,Hard-pressed flat dwellers,S02002498,Whitburn Central,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204956 +204956,S00133826,7c1,Challenged Transitionaries,S01013376,Whitburn Central - 05,4a,Challenged white communities,S02002498,Whitburn Central,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204957 +204957,S00134605,6a2,Comfortable Suburbia,S01013354,Seafield - 01,5c,Comfortable neighbourhoods,S02002495,Seafield,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204958 +204958,S00134522,6a4,Ageing in Suburbia,S01013441,Linlithgow South - 08,8a,Affluent communities,S02002507,Linlithgow South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204959 +204959,S00134554,5b1,Delayed Retirement,S01013444,Linlithgow Bridge - 03,4d,Hard-pressed flat dwellers,S02002508,Linlithgow Bridge,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204960 +204960,S00133857,7c1,Challenged Transitionaries,S01013368,Blaeberry Hill and East Whitburn - 05,5a,Ageing urban communities,S02002497,Blaeberry Hill and East Whitburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204961 +204961,S00134606,6a2,Comfortable Suburbia,S01013315,Livingston Village and Eliburn South - 01,8c,Comfortable suburbia,S02002489,Livingston Village and Eliburn South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204962 +204962,S00134891,6a2,Comfortable Suburbia,S01013273,Bankton and Murieston - 04,8c,Comfortable suburbia,S02002482,Bankton and Murieston,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204963 +204963,S00133820,7c2,Constrained Young Families,S01013374,Whitburn Central - 03,4d,Hard-pressed flat dwellers,S02002498,Whitburn Central,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204964 +204964,S00134524,6a4,Ageing in Suburbia,S01013439,Linlithgow South - 06,8b,Ageing suburbanites,S02002507,Linlithgow South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204965 +204965,S00134560,5b1,Delayed Retirement,S01013444,Linlithgow Bridge - 03,4d,Hard-pressed flat dwellers,S02002508,Linlithgow Bridge,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204966 +204966,S00134592,5b1,Delayed Retirement,S01013471,"Uphall, Dechmont and Ecclesmachan - 08",4a,Challenged white communities,S02002512,"Uphall, Dechmont and Ecclesmachan",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204967 +204967,S00134609,5b1,Delayed Retirement,S01013444,Linlithgow Bridge - 03,4d,Hard-pressed flat dwellers,S02002508,Linlithgow Bridge,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204968 +204968,S00134617,5b1,Delayed Retirement,S01013341,Knightsridge and Deans North - 05,8c,Comfortable suburbia,S02002492,Knightsridge and Deans North,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204969 +204969,S00134618,5b1,Delayed Retirement,S01013341,Knightsridge and Deans North - 05,8c,Comfortable suburbia,S02002492,Knightsridge and Deans North,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204970 +204970,S00134710,5b1,Delayed Retirement,S01013413,Bathgate East - 03,5c,Comfortable neighbourhoods,S02002504,Bathgate East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204971 +204971,S00134737,5b1,Delayed Retirement,S01013317,Livingston Village and Eliburn South - 03,8c,Comfortable suburbia,S02002489,Livingston Village and Eliburn South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204972 +204972,S00134783,5b1,Delayed Retirement,S01013427,Bathgate West - 08,2b,Prospering countryside life,S02002505,Bathgate West,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204973 +204973,S00134839,5b1,Delayed Retirement,S01013318,Livingston Village and Eliburn South - 04,8c,Comfortable suburbia,S02002489,Livingston Village and Eliburn South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204974 +204974,S00134861,5b1,Delayed Retirement,S01013309,Howden - 01,3a,Achieving neighbourhoods,S02002488,Howden,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204975 +204975,S00134943,5b1,Delayed Retirement,S01013425,Bathgate West - 06,5c,Comfortable neighbourhoods,S02002505,Bathgate West,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204976 +204976,S00134962,5b1,Delayed Retirement,S01013479,Broxburn East - 02,4b,Constrained renters,S02002514,Broxburn East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204977 +204977,S00135006,5b1,Delayed Retirement,S01013447,Linlithgow Bridge - 06,8c,Comfortable suburbia,S02002508,Linlithgow Bridge,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204978 +204978,S00135009,5b1,Delayed Retirement,S01013443,Linlithgow Bridge - 02,5c,Comfortable neighbourhoods,S02002508,Linlithgow Bridge,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204979 +204979,S00135047,5b1,Delayed Retirement,S01013341,Knightsridge and Deans North - 05,8c,Comfortable suburbia,S02002492,Knightsridge and Deans North,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204980 +204980,S00133755,8b1,Deprived Blue-Collar Terraces,S01013259,West Calder and Polbeth - 04,5c,Comfortable neighbourhoods,S02002480,West Calder and Polbeth,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204981 +204981,S00133838,8b1,Deprived Blue-Collar Terraces,S01013261,West Calder and Polbeth - 06,4a,Challenged white communities,S02002480,West Calder and Polbeth,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204982 +204982,S00133890,8b1,Deprived Blue-Collar Terraces,S01013303,Craigshill - 01,5c,Comfortable neighbourhoods,S02002487,Craigshill,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204983 +204983,S00133897,8b1,Deprived Blue-Collar Terraces,S01013305,Craigshill - 03,4b,Constrained renters,S02002487,Craigshill,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204984 +204984,S00133948,8b1,Deprived Blue-Collar Terraces,S01013322,Livingston Village and Eliburn South - 08,5a,Ageing urban communities,S02002489,Livingston Village and Eliburn South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204985 +204985,S00133950,8b1,Deprived Blue-Collar Terraces,S01013323,Ladywell - 01,4b,Constrained renters,S02002490,Ladywell,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204986 +204986,S00133952,8b1,Deprived Blue-Collar Terraces,S01013323,Ladywell - 01,4b,Constrained renters,S02002490,Ladywell,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204987 +204987,S00133959,8b1,Deprived Blue-Collar Terraces,S01013326,Ladywell - 04,4b,Constrained renters,S02002490,Ladywell,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204988 +204988,S00133965,8b1,Deprived Blue-Collar Terraces,S01013329,Ladywell - 07,4a,Challenged white communities,S02002490,Ladywell,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204989 +204989,S00133976,8b1,Deprived Blue-Collar Terraces,S01013268,"Bellsquarry, Adambrae and Kirkton - 06",5b,Aspiring urban households,S02002481,"Bellsquarry, Adambrae and Kirkton",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204990 +204990,S00133977,8b1,Deprived Blue-Collar Terraces,S01013268,"Bellsquarry, Adambrae and Kirkton - 06",5b,Aspiring urban households,S02002481,"Bellsquarry, Adambrae and Kirkton",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204991 +204991,S00133980,8b1,Deprived Blue-Collar Terraces,S01013277,Dedridge East - 01,4b,Constrained renters,S02002483,Dedridge East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204992 +204992,S00133986,8b1,Deprived Blue-Collar Terraces,S01013277,Dedridge East - 01,4b,Constrained renters,S02002483,Dedridge East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204993 +204993,S00133991,8b1,Deprived Blue-Collar Terraces,S01013278,Dedridge East - 02,4b,Constrained renters,S02002483,Dedridge East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204994 +204994,S00133996,8b1,Deprived Blue-Collar Terraces,S01013280,Dedridge East - 04,5b,Aspiring urban households,S02002483,Dedridge East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204995 +204995,S00134001,8b1,Deprived Blue-Collar Terraces,S01013280,Dedridge East - 04,5b,Aspiring urban households,S02002483,Dedridge East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204996 +204996,S00134018,8b1,Deprived Blue-Collar Terraces,S01013311,Howden - 03,4a,Challenged white communities,S02002488,Howden,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204997 +204997,S00134022,8b1,Deprived Blue-Collar Terraces,S01013310,Howden - 02,4a,Challenged white communities,S02002488,Howden,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204998 +204998,S00134030,8b1,Deprived Blue-Collar Terraces,S01013268,"Bellsquarry, Adambrae and Kirkton - 06",5b,Aspiring urban households,S02002481,"Bellsquarry, Adambrae and Kirkton",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,204999 +204999,S00134031,8b1,Deprived Blue-Collar Terraces,S01013268,"Bellsquarry, Adambrae and Kirkton - 06",5b,Aspiring urban households,S02002481,"Bellsquarry, Adambrae and Kirkton",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205000 +205000,S00134046,8b1,Deprived Blue-Collar Terraces,S01013337,Knightsridge and Deans North - 01,5b,Aspiring urban households,S02002492,Knightsridge and Deans North,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205001 +205001,S00134047,8b1,Deprived Blue-Collar Terraces,S01013337,Knightsridge and Deans North - 01,5b,Aspiring urban households,S02002492,Knightsridge and Deans North,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205002 +205002,S00134057,8b1,Deprived Blue-Collar Terraces,S01013345,Deans - 04,4b,Constrained renters,S02002493,Deans,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205003 +205003,S00134061,8b1,Deprived Blue-Collar Terraces,S01013345,Deans - 04,4b,Constrained renters,S02002493,Deans,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205004 +205004,S00134065,8b1,Deprived Blue-Collar Terraces,S01013351,Carmondean and Eliburn North - 06,5b,Aspiring urban households,S02002494,Carmondean and Eliburn North,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205005 +205005,S00134607,6a2,Comfortable Suburbia,S01013315,Livingston Village and Eliburn South - 01,8c,Comfortable suburbia,S02002489,Livingston Village and Eliburn South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205006 +205006,S00134612,6a2,Comfortable Suburbia,S01013452,Linlithgow North - 05,8c,Comfortable suburbia,S02002509,Linlithgow North,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205007 +205007,S00134536,6a4,Ageing in Suburbia,S01013441,Linlithgow South - 08,8a,Affluent communities,S02002507,Linlithgow South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205008 +205008,S00133821,7c2,Constrained Young Families,S01013369,Blaeberry Hill and East Whitburn - 06,4d,Hard-pressed flat dwellers,S02002497,Blaeberry Hill and East Whitburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205009 +205009,S00133927,7c1,Challenged Transitionaries,S01013308,Craigshill - 06,4b,Constrained renters,S02002487,Craigshill,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205010 +205010,S00133898,7c2,Constrained Young Families,S01013306,Craigshill - 04,4d,Hard-pressed flat dwellers,S02002487,Craigshill,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205011 +205011,S00134892,6a2,Comfortable Suburbia,S01013274,Bankton and Murieston - 05,8c,Comfortable suburbia,S02002482,Bankton and Murieston,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205012 +205012,S00134546,6a4,Ageing in Suburbia,S01013443,Linlithgow Bridge - 02,5c,Comfortable neighbourhoods,S02002508,Linlithgow Bridge,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205013 +205013,S00134613,6a2,Comfortable Suburbia,S01013452,Linlithgow North - 05,8c,Comfortable suburbia,S02002509,Linlithgow North,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205014 +205014,S00133947,7c1,Challenged Transitionaries,S01013323,Ladywell - 01,4b,Constrained renters,S02002490,Ladywell,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205015 +205015,S00133915,7c2,Constrained Young Families,S01013308,Craigshill - 06,4b,Constrained renters,S02002487,Craigshill,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205016 +205016,S00134550,6a4,Ageing in Suburbia,S01013443,Linlithgow Bridge - 02,5c,Comfortable neighbourhoods,S02002508,Linlithgow Bridge,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205017 +205017,S00134893,6a2,Comfortable Suburbia,S01013264,"Bellsquarry, Adambrae and Kirkton - 02",8b,Ageing suburbanites,S02002481,"Bellsquarry, Adambrae and Kirkton",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205018 +205018,S00134619,6a2,Comfortable Suburbia,S01013272,Bankton and Murieston - 03,8c,Comfortable suburbia,S02002482,Bankton and Murieston,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205019 +205019,S00133954,7c1,Challenged Transitionaries,S01013321,Livingston Village and Eliburn South - 07,4a,Challenged white communities,S02002489,Livingston Village and Eliburn South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205020 +205020,S00133922,7c2,Constrained Young Families,S01013306,Craigshill - 04,4d,Hard-pressed flat dwellers,S02002487,Craigshill,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205021 +205021,S00134553,6a4,Ageing in Suburbia,S01013445,Linlithgow Bridge - 04,8a,Affluent communities,S02002508,Linlithgow Bridge,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205022 +205022,S00134894,6a2,Comfortable Suburbia,S01013263,"Bellsquarry, Adambrae and Kirkton - 01",8c,Comfortable suburbia,S02002481,"Bellsquarry, Adambrae and Kirkton",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205023 +205023,S00134008,7c1,Challenged Transitionaries,S01013282,Dedridge East - 06,4a,Challenged white communities,S02002483,Dedridge East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205024 +205024,S00134050,7c2,Constrained Young Families,S01013342,Deans - 01,4a,Challenged white communities,S02002493,Deans,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205025 +205025,S00134628,6a2,Comfortable Suburbia,S01013245,Fauldhouse - 03,5c,Comfortable neighbourhoods,S02002478,Fauldhouse,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205026 +205026,S00134564,6a4,Ageing in Suburbia,S01013448,Linlithgow North - 01,8a,Affluent communities,S02002509,Linlithgow North,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205027 +205027,S00134895,6a2,Comfortable Suburbia,S01013273,Bankton and Murieston - 04,8c,Comfortable suburbia,S02002482,Bankton and Murieston,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205028 +205028,S00134054,7c1,Challenged Transitionaries,S01013342,Deans - 01,4a,Challenged white communities,S02002493,Deans,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205029 +205029,S00134088,7c2,Constrained Young Families,S01013336,Knightsridge - 07,4b,Constrained renters,S02002491,Knightsridge,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205030 +205030,S00134637,6a2,Comfortable Suburbia,S01013245,Fauldhouse - 03,5c,Comfortable neighbourhoods,S02002478,Fauldhouse,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205031 +205031,S00134567,6a4,Ageing in Suburbia,S01013449,Linlithgow North - 02,8c,Comfortable suburbia,S02002509,Linlithgow North,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205032 +205032,S00134908,6a2,Comfortable Suburbia,S01013355,Seafield - 02,5c,Comfortable neighbourhoods,S02002495,Seafield,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205033 +205033,S00134922,6a2,Comfortable Suburbia,S01013386,Armadale - 04,8b,Ageing suburbanites,S02002500,Armadale,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205034 +205034,S00134934,6a2,Comfortable Suburbia,S01013421,Bathgate West - 02,8c,Comfortable suburbia,S02002505,Bathgate West,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205035 +205035,S00134935,6a2,Comfortable Suburbia,S01013421,Bathgate West - 02,8c,Comfortable suburbia,S02002505,Bathgate West,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205036 +205036,S00134958,6a2,Comfortable Suburbia,S01013476,Broxburn South - 05,5c,Comfortable neighbourhoods,S02002513,Broxburn South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205037 +205037,S00134965,6a2,Comfortable Suburbia,S01013467,"Uphall, Dechmont and Ecclesmachan - 04",8c,Comfortable suburbia,S02002512,"Uphall, Dechmont and Ecclesmachan",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205038 +205038,S00134966,6a2,Comfortable Suburbia,S01013467,"Uphall, Dechmont and Ecclesmachan - 04",8c,Comfortable suburbia,S02002512,"Uphall, Dechmont and Ecclesmachan",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205039 +205039,S00134968,6a2,Comfortable Suburbia,S01013467,"Uphall, Dechmont and Ecclesmachan - 04",8c,Comfortable suburbia,S02002512,"Uphall, Dechmont and Ecclesmachan",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205040 +205040,S00134969,6a2,Comfortable Suburbia,S01013474,Broxburn South - 03,3a,Achieving neighbourhoods,S02002513,Broxburn South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205041 +205041,S00134974,6a2,Comfortable Suburbia,S01013473,Broxburn South - 02,8c,Comfortable suburbia,S02002513,Broxburn South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205042 +205042,S00135005,6a2,Comfortable Suburbia,S01013447,Linlithgow Bridge - 06,8c,Comfortable suburbia,S02002508,Linlithgow Bridge,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205043 +205043,S00135007,6a2,Comfortable Suburbia,S01013447,Linlithgow Bridge - 06,8c,Comfortable suburbia,S02002508,Linlithgow Bridge,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205044 +205044,S00135010,6a2,Comfortable Suburbia,S01013447,Linlithgow Bridge - 06,8c,Comfortable suburbia,S02002508,Linlithgow Bridge,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205045 +205045,S00135027,6a2,Comfortable Suburbia,S01013330,Knightsridge - 01,3a,Achieving neighbourhoods,S02002491,Knightsridge,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205046 +205046,S00135031,6a2,Comfortable Suburbia,S01013330,Knightsridge - 01,3a,Achieving neighbourhoods,S02002491,Knightsridge,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205047 +205047,S00135034,6a2,Comfortable Suburbia,S01013269,"Bellsquarry, Adambrae and Kirkton - 07",3a,Achieving neighbourhoods,S02002481,"Bellsquarry, Adambrae and Kirkton",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205048 +205048,S00135037,6a2,Comfortable Suburbia,S01013269,"Bellsquarry, Adambrae and Kirkton - 07",3a,Achieving neighbourhoods,S02002481,"Bellsquarry, Adambrae and Kirkton",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205049 +205049,S00135038,6a2,Comfortable Suburbia,S01013269,"Bellsquarry, Adambrae and Kirkton - 07",3a,Achieving neighbourhoods,S02002481,"Bellsquarry, Adambrae and Kirkton",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205050 +205050,S00135044,6a2,Comfortable Suburbia,S01013341,Knightsridge and Deans North - 05,8c,Comfortable suburbia,S02002492,Knightsridge and Deans North,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205051 +205051,S00135046,6a2,Comfortable Suburbia,S01013340,Knightsridge and Deans North - 04,8c,Comfortable suburbia,S02002492,Knightsridge and Deans North,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205052 +205052,S00135048,6a2,Comfortable Suburbia,S01013340,Knightsridge and Deans North - 04,8c,Comfortable suburbia,S02002492,Knightsridge and Deans North,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205053 +205053,S00133636,5b2,Communal Retirement,S01013298,East Calder - 07,5c,Comfortable neighbourhoods,S02002485,East Calder,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205054 +205054,S00133659,5b2,Communal Retirement,S01013472,Broxburn South - 01,8c,Comfortable suburbia,S02002513,Broxburn South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205055 +205055,S00133726,5b2,Communal Retirement,S01013255,Breich Valley - 06,5a,Ageing urban communities,S02002479,Breich Valley,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205056 +205056,S00133752,5b2,Communal Retirement,S01013258,West Calder and Polbeth - 03,8c,Comfortable suburbia,S02002480,West Calder and Polbeth,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205057 +205057,S00133943,5b2,Communal Retirement,S01013322,Livingston Village and Eliburn South - 08,5a,Ageing urban communities,S02002489,Livingston Village and Eliburn South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205058 +205058,S00134408,5b2,Communal Retirement,S01013468,"Uphall, Dechmont and Ecclesmachan - 05",5a,Ageing urban communities,S02002512,"Uphall, Dechmont and Ecclesmachan",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205059 +205059,S00134429,5b2,Communal Retirement,S01013479,Broxburn East - 02,4b,Constrained renters,S02002514,Broxburn East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205060 +205060,S00134589,5b2,Communal Retirement,S01013464,"Uphall, Dechmont and Ecclesmachan - 01",5c,Comfortable neighbourhoods,S02002512,"Uphall, Dechmont and Ecclesmachan",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205061 +205061,S00134982,5b2,Communal Retirement,S01013459,Broxburn Kirkhill - 01,4b,Constrained renters,S02002511,Broxburn Kirkhill,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205062 +205062,S00133691,7c2,Constrained Young Families,S01013244,Fauldhouse - 02,4a,Challenged white communities,S02002478,Fauldhouse,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205063 +205063,S00133695,7c2,Constrained Young Families,S01013248,Fauldhouse - 06,4a,Challenged white communities,S02002478,Fauldhouse,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205064 +205064,S00133705,7c2,Constrained Young Families,S01013248,Fauldhouse - 06,4a,Challenged white communities,S02002478,Fauldhouse,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205065 +205065,S00133712,7c2,Constrained Young Families,S01013247,Fauldhouse - 05,4a,Challenged white communities,S02002478,Fauldhouse,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205066 +205066,S00134640,6a2,Comfortable Suburbia,S01013378,"Whitburn, Croftmalloch and Greenrigg - 01",5c,Comfortable neighbourhoods,S02002499,"Whitburn, Croftmalloch and Greenrigg",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205067 +205067,S00134092,7c2,Constrained Young Families,S01013336,Knightsridge - 07,4b,Constrained renters,S02002491,Knightsridge,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205068 +205068,S00134572,6a4,Ageing in Suburbia,S01013450,Linlithgow North - 03,8c,Comfortable suburbia,S02002509,Linlithgow North,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205069 +205069,S00134610,6a4,Ageing in Suburbia,S01013458,"Winchburgh, Bridgend and Philpstoun - 06",5c,Comfortable neighbourhoods,S02002510,"Winchburgh, Bridgend and Philpstoun",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205070 +205070,S00134154,7c1,Challenged Transitionaries,S01013294,East Calder - 03,5c,Comfortable neighbourhoods,S02002485,East Calder,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205071 +205071,S00134745,6a4,Ageing in Suburbia,S01013275,Bankton and Murieston - 06,8a,Affluent communities,S02002482,Bankton and Murieston,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205072 +205072,S00134176,7c2,Constrained Young Families,S01013359,Blackburn - 03,4a,Challenged white communities,S02002496,Blackburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205073 +205073,S00134780,6a4,Ageing in Suburbia,S01013418,Bathgate East - 08,5c,Comfortable neighbourhoods,S02002504,Bathgate East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205074 +205074,S00134185,7c1,Challenged Transitionaries,S01013363,Blackburn - 07,4d,Hard-pressed flat dwellers,S02002496,Blackburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205075 +205075,S00134180,7c2,Constrained Young Families,S01013358,Blackburn - 02,5e,Primary sector workers,S02002496,Blackburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205076 +205076,S00134670,6a2,Comfortable Suburbia,S01013398,Armadale South - 07,8c,Comfortable suburbia,S02002501,Armadale South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205077 +205077,S00134782,6a4,Ageing in Suburbia,S01013418,Bathgate East - 08,5c,Comfortable neighbourhoods,S02002504,Bathgate East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205078 +205078,S00134188,7c1,Challenged Transitionaries,S01013363,Blackburn - 07,4d,Hard-pressed flat dwellers,S02002496,Blackburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205079 +205079,S00134181,7c2,Constrained Young Families,S01013362,Blackburn - 06,4a,Challenged white communities,S02002496,Blackburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205080 +205080,S00134671,6a2,Comfortable Suburbia,S01013401,"Bathgate, Wester Inch and Inchcross - 02",3a,Achieving neighbourhoods,S02002502,"Bathgate, Wester Inch and Inchcross",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205081 +205081,S00134838,6a4,Ageing in Suburbia,S01013318,Livingston Village and Eliburn South - 04,8c,Comfortable suburbia,S02002489,Livingston Village and Eliburn South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205082 +205082,S00134190,7c1,Challenged Transitionaries,S01013363,Blackburn - 07,4d,Hard-pressed flat dwellers,S02002496,Blackburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205083 +205083,S00134182,7c2,Constrained Young Families,S01013362,Blackburn - 06,4a,Challenged white communities,S02002496,Blackburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205084 +205084,S00134674,6a2,Comfortable Suburbia,S01013404,"Bathgate, Wester Inch and Inchcross - 05",3a,Achieving neighbourhoods,S02002502,"Bathgate, Wester Inch and Inchcross",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205085 +205085,S00134866,6a4,Ageing in Suburbia,S01013339,Knightsridge and Deans North - 03,8c,Comfortable suburbia,S02002492,Knightsridge and Deans North,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205086 +205086,S00134995,6a4,Ageing in Suburbia,S01013433,"Blackridge, Westfield and Torphichen - 05",2b,Prospering countryside life,S02002506,"Blackridge, Westfield and Torphichen",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205087 +205087,S00135002,6a4,Ageing in Suburbia,S01013441,Linlithgow South - 08,8a,Affluent communities,S02002507,Linlithgow South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205088 +205088,S00135008,6a4,Ageing in Suburbia,S01013445,Linlithgow Bridge - 04,8a,Affluent communities,S02002508,Linlithgow Bridge,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205089 +205089,S00135011,6a4,Ageing in Suburbia,S01013445,Linlithgow Bridge - 04,8a,Affluent communities,S02002508,Linlithgow Bridge,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205090 +205090,S00135052,6a4,Ageing in Suburbia,S01013423,Bathgate West - 04,5c,Comfortable neighbourhoods,S02002505,Bathgate West,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205091 +205091,S00133668,8c1,Ageing Industrious Workers,S01013455,"Winchburgh, Bridgend and Philpstoun - 03",2b,Prospering countryside life,S02002510,"Winchburgh, Bridgend and Philpstoun",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205092 +205092,S00133686,8c1,Ageing Industrious Workers,S01013243,Fauldhouse - 01,4a,Challenged white communities,S02002478,Fauldhouse,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205093 +205093,S00133688,8c1,Ageing Industrious Workers,S01013243,Fauldhouse - 01,4a,Challenged white communities,S02002478,Fauldhouse,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205094 +205094,S00133689,8c1,Ageing Industrious Workers,S01013244,Fauldhouse - 02,4a,Challenged white communities,S02002478,Fauldhouse,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205095 +205095,S00133693,8c1,Ageing Industrious Workers,S01013243,Fauldhouse - 01,4a,Challenged white communities,S02002478,Fauldhouse,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205096 +205096,S00133708,8c1,Ageing Industrious Workers,S01013247,Fauldhouse - 05,4a,Challenged white communities,S02002478,Fauldhouse,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205097 +205097,S00133730,8c1,Ageing Industrious Workers,S01013253,Breich Valley - 04,5d,Endeavouring social renters,S02002479,Breich Valley,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205098 +205098,S00133737,8c1,Ageing Industrious Workers,S01013364,Blaeberry Hill and East Whitburn - 01,5d,Endeavouring social renters,S02002497,Blaeberry Hill and East Whitburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205099 +205099,S00133797,8c1,Ageing Industrious Workers,S01013375,Whitburn Central - 04,4a,Challenged white communities,S02002498,Whitburn Central,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205100 +205100,S00133847,8c1,Ageing Industrious Workers,S01013262,West Calder and Polbeth - 07,4a,Challenged white communities,S02002480,West Calder and Polbeth,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205101 +205101,S00134039,8c1,Ageing Industrious Workers,S01013316,Livingston Village and Eliburn South - 02,8c,Comfortable suburbia,S02002489,Livingston Village and Eliburn South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205102 +205102,S00134148,8c1,Ageing Industrious Workers,S01013298,East Calder - 07,5c,Comfortable neighbourhoods,S02002485,East Calder,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205103 +205103,S00134165,8c1,Ageing Industrious Workers,S01013359,Blackburn - 03,4a,Challenged white communities,S02002496,Blackburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205104 +205104,S00134170,8c1,Ageing Industrious Workers,S01013362,Blackburn - 06,4a,Challenged white communities,S02002496,Blackburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205105 +205105,S00134207,8c1,Ageing Industrious Workers,S01013429,"Blackridge, Westfield and Torphichen - 01",5c,Comfortable neighbourhoods,S02002506,"Blackridge, Westfield and Torphichen",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205106 +205106,S00134209,8c1,Ageing Industrious Workers,S01013429,"Blackridge, Westfield and Torphichen - 01",5c,Comfortable neighbourhoods,S02002506,"Blackridge, Westfield and Torphichen",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205107 +205107,S00134232,8c1,Ageing Industrious Workers,S01013388,Armadale - 06,5c,Comfortable neighbourhoods,S02002500,Armadale,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205108 +205108,S00134245,8c1,Ageing Industrious Workers,S01013397,Armadale South - 06,5c,Comfortable neighbourhoods,S02002501,Armadale South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205109 +205109,S00134249,8c1,Ageing Industrious Workers,S01013393,Armadale South - 02,4a,Challenged white communities,S02002501,Armadale South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205110 +205110,S00134255,8c1,Ageing Industrious Workers,S01013394,Armadale South - 03,4a,Challenged white communities,S02002501,Armadale South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205111 +205111,S00134329,8c1,Ageing Industrious Workers,S01013407,Bathgate and Boghall - 03,4b,Constrained renters,S02002503,Bathgate and Boghall,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205112 +205112,S00134199,7c2,Constrained Young Families,S01013357,Blackburn - 01,5e,Primary sector workers,S02002496,Blackburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205113 +205113,S00134675,6a2,Comfortable Suburbia,S01013398,Armadale South - 07,8c,Comfortable suburbia,S02002501,Armadale South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205114 +205114,S00134194,7c1,Challenged Transitionaries,S01013356,Seafield - 03,4a,Challenged white communities,S02002495,Seafield,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205115 +205115,S00134677,6a2,Comfortable Suburbia,S01013402,"Bathgate, Wester Inch and Inchcross - 03",3a,Achieving neighbourhoods,S02002502,"Bathgate, Wester Inch and Inchcross",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205116 +205116,S00134214,7c1,Challenged Transitionaries,S01013431,"Blackridge, Westfield and Torphichen - 03",5e,Primary sector workers,S02002506,"Blackridge, Westfield and Torphichen",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205117 +205117,S00134679,6a2,Comfortable Suburbia,S01013403,"Bathgate, Wester Inch and Inchcross - 04",3a,Achieving neighbourhoods,S02002502,"Bathgate, Wester Inch and Inchcross",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205118 +205118,S00134244,7c1,Challenged Transitionaries,S01013397,Armadale South - 06,5c,Comfortable neighbourhoods,S02002501,Armadale South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205119 +205119,S00134684,6a2,Comfortable Suburbia,S01013401,"Bathgate, Wester Inch and Inchcross - 02",3a,Achieving neighbourhoods,S02002502,"Bathgate, Wester Inch and Inchcross",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205120 +205120,S00134685,6a2,Comfortable Suburbia,S01013398,Armadale South - 07,8c,Comfortable suburbia,S02002501,Armadale South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205121 +205121,S00134688,6a2,Comfortable Suburbia,S01013316,Livingston Village and Eliburn South - 02,8c,Comfortable suburbia,S02002489,Livingston Village and Eliburn South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205122 +205122,S00134689,6a2,Comfortable Suburbia,S01013319,Livingston Village and Eliburn South - 05,5c,Comfortable neighbourhoods,S02002489,Livingston Village and Eliburn South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205123 +205123,S00134727,6a2,Comfortable Suburbia,S01013266,"Bellsquarry, Adambrae and Kirkton - 04",8c,Comfortable suburbia,S02002481,"Bellsquarry, Adambrae and Kirkton",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205124 +205124,S00134728,6a2,Comfortable Suburbia,S01013265,"Bellsquarry, Adambrae and Kirkton - 03",8c,Comfortable suburbia,S02002481,"Bellsquarry, Adambrae and Kirkton",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205125 +205125,S00134760,6a2,Comfortable Suburbia,S01013439,Linlithgow South - 06,8b,Ageing suburbanites,S02002507,Linlithgow South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205126 +205126,S00134762,6a2,Comfortable Suburbia,S01013451,Linlithgow North - 04,8c,Comfortable suburbia,S02002509,Linlithgow North,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205127 +205127,S00134764,6a2,Comfortable Suburbia,S01013424,Bathgate West - 05,8c,Comfortable suburbia,S02002505,Bathgate West,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205128 +205128,S00134766,6a2,Comfortable Suburbia,S01013348,Carmondean and Eliburn North - 03,8c,Comfortable suburbia,S02002494,Carmondean and Eliburn North,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205129 +205129,S00134768,6a2,Comfortable Suburbia,S01013273,Bankton and Murieston - 04,8c,Comfortable suburbia,S02002482,Bankton and Murieston,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205130 +205130,S00134773,6a2,Comfortable Suburbia,S01013392,Armadale South - 01,8c,Comfortable suburbia,S02002501,Armadale South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205131 +205131,S00134784,6a2,Comfortable Suburbia,S01013427,Bathgate West - 08,2b,Prospering countryside life,S02002505,Bathgate West,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205132 +205132,S00134787,6a2,Comfortable Suburbia,S01013454,"Winchburgh, Bridgend and Philpstoun - 02",2b,Prospering countryside life,S02002510,"Winchburgh, Bridgend and Philpstoun",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205133 +205133,S00134791,6a2,Comfortable Suburbia,S01013256,West Calder and Polbeth - 01,5a,Ageing urban communities,S02002480,West Calder and Polbeth,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205134 +205134,S00134812,6a2,Comfortable Suburbia,S01013367,Blaeberry Hill and East Whitburn - 04,5c,Comfortable neighbourhoods,S02002497,Blaeberry Hill and East Whitburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205135 +205135,S00134216,7c2,Constrained Young Families,S01013431,"Blackridge, Westfield and Torphichen - 03",5e,Primary sector workers,S02002506,"Blackridge, Westfield and Torphichen",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205136 +205136,S00134815,6a2,Comfortable Suburbia,S01013287,Mid Calder and Kirknewton - 04,8c,Comfortable suburbia,S02002484,Mid Calder and Kirknewton,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205137 +205137,S00134816,6a2,Comfortable Suburbia,S01013287,Mid Calder and Kirknewton - 04,8c,Comfortable suburbia,S02002484,Mid Calder and Kirknewton,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205138 +205138,S00134834,6a2,Comfortable Suburbia,S01013320,Livingston Village and Eliburn South - 06,3a,Achieving neighbourhoods,S02002489,Livingston Village and Eliburn South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205139 +205139,S00134835,6a2,Comfortable Suburbia,S01013319,Livingston Village and Eliburn South - 05,5c,Comfortable neighbourhoods,S02002489,Livingston Village and Eliburn South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205140 +205140,S00134842,6a2,Comfortable Suburbia,S01013320,Livingston Village and Eliburn South - 06,3a,Achieving neighbourhoods,S02002489,Livingston Village and Eliburn South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205141 +205141,S00134847,6a2,Comfortable Suburbia,S01013265,"Bellsquarry, Adambrae and Kirkton - 03",8c,Comfortable suburbia,S02002481,"Bellsquarry, Adambrae and Kirkton",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205142 +205142,S00134848,6a2,Comfortable Suburbia,S01013266,"Bellsquarry, Adambrae and Kirkton - 04",8c,Comfortable suburbia,S02002481,"Bellsquarry, Adambrae and Kirkton",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205143 +205143,S00134218,7c2,Constrained Young Families,S01013393,Armadale South - 02,4a,Challenged white communities,S02002501,Armadale South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205144 +205144,S00134248,7c2,Constrained Young Families,S01013393,Armadale South - 02,4a,Challenged white communities,S02002501,Armadale South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205145 +205145,S00134253,7c2,Constrained Young Families,S01013394,Armadale South - 03,4a,Challenged white communities,S02002501,Armadale South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205146 +205146,S00134322,7c2,Constrained Young Families,S01013408,Bathgate and Boghall - 04,4b,Constrained renters,S02002503,Bathgate and Boghall,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205147 +205147,S00134364,7c2,Constrained Young Families,S01013428,Bathgate West - 09,4a,Challenged white communities,S02002505,Bathgate West,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205148 +205148,S00134464,7c2,Constrained Young Families,S01013460,Broxburn Kirkhill - 02,4a,Challenged white communities,S02002511,Broxburn Kirkhill,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205149 +205149,S00134583,7c2,Constrained Young Families,S01013453,"Winchburgh, Bridgend and Philpstoun - 01",4a,Challenged white communities,S02002510,"Winchburgh, Bridgend and Philpstoun",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205150 +205150,S00134254,7c1,Challenged Transitionaries,S01013384,Armadale - 02,5c,Comfortable neighbourhoods,S02002500,Armadale,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205151 +205151,S00134276,7c1,Challenged Transitionaries,S01013389,Armadale - 07,4a,Challenged white communities,S02002500,Armadale,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205152 +205152,S00134278,7c1,Challenged Transitionaries,S01013389,Armadale - 07,4a,Challenged white communities,S02002500,Armadale,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205153 +205153,S00134279,7c1,Challenged Transitionaries,S01013390,Armadale - 08,5d,Endeavouring social renters,S02002500,Armadale,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205154 +205154,S00134280,7c1,Challenged Transitionaries,S01013389,Armadale - 07,4a,Challenged white communities,S02002500,Armadale,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205155 +205155,S00134300,7c1,Challenged Transitionaries,S01013411,Bathgate East - 01,5c,Comfortable neighbourhoods,S02002504,Bathgate East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205156 +205156,S00134317,7c1,Challenged Transitionaries,S01013410,Bathgate and Boghall - 06,4d,Hard-pressed flat dwellers,S02002503,Bathgate and Boghall,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205157 +205157,S00134327,7c1,Challenged Transitionaries,S01013407,Bathgate and Boghall - 03,4b,Constrained renters,S02002503,Bathgate and Boghall,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205158 +205158,S00134341,7c1,Challenged Transitionaries,S01013420,Bathgate West - 01,5c,Comfortable neighbourhoods,S02002505,Bathgate West,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205159 +205159,S00134348,7c1,Challenged Transitionaries,S01013426,Bathgate West - 07,4a,Challenged white communities,S02002505,Bathgate West,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205160 +205160,S00134373,7c1,Challenged Transitionaries,S01013415,Bathgate East - 05,4d,Hard-pressed flat dwellers,S02002504,Bathgate East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205161 +205161,S00134426,7c1,Challenged Transitionaries,S01013476,Broxburn South - 05,5c,Comfortable neighbourhoods,S02002513,Broxburn South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205162 +205162,S00134434,7c1,Challenged Transitionaries,S01013479,Broxburn East - 02,4b,Constrained renters,S02002514,Broxburn East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205163 +205163,S00134459,7c1,Challenged Transitionaries,S01013471,"Uphall, Dechmont and Ecclesmachan - 08",4a,Challenged white communities,S02002512,"Uphall, Dechmont and Ecclesmachan",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205164 +205164,S00134482,7c1,Challenged Transitionaries,S01013457,"Winchburgh, Bridgend and Philpstoun - 05",4a,Challenged white communities,S02002510,"Winchburgh, Bridgend and Philpstoun",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205165 +205165,S00134491,7c1,Challenged Transitionaries,S01013457,"Winchburgh, Bridgend and Philpstoun - 05",4a,Challenged white communities,S02002510,"Winchburgh, Bridgend and Philpstoun",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205166 +205166,S00134495,7c1,Challenged Transitionaries,S01013456,"Winchburgh, Bridgend and Philpstoun - 04",5c,Comfortable neighbourhoods,S02002510,"Winchburgh, Bridgend and Philpstoun",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205167 +205167,S00134512,7c1,Challenged Transitionaries,S01013437,Linlithgow South - 04,5c,Comfortable neighbourhoods,S02002507,Linlithgow South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205168 +205168,S00134594,7c2,Constrained Young Families,S01013461,Broxburn Kirkhill - 03,4b,Constrained renters,S02002511,Broxburn Kirkhill,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205169 +205169,S00134541,7c1,Challenged Transitionaries,S01013446,Linlithgow Bridge - 05,5c,Comfortable neighbourhoods,S02002508,Linlithgow Bridge,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205170 +205170,S00134543,7c1,Challenged Transitionaries,S01013442,Linlithgow Bridge - 01,5c,Comfortable neighbourhoods,S02002508,Linlithgow Bridge,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205171 +205171,S00134585,7c1,Challenged Transitionaries,S01013453,"Winchburgh, Bridgend and Philpstoun - 01",4a,Challenged white communities,S02002510,"Winchburgh, Bridgend and Philpstoun",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205172 +205172,S00134626,7c1,Challenged Transitionaries,S01013243,Fauldhouse - 01,4a,Challenged white communities,S02002478,Fauldhouse,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205173 +205173,S00134724,7c1,Challenged Transitionaries,S01013323,Ladywell - 01,4b,Constrained renters,S02002490,Ladywell,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205174 +205174,S00134748,7c1,Challenged Transitionaries,S01013389,Armadale - 07,4a,Challenged white communities,S02002500,Armadale,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205175 +205175,S00134749,7c1,Challenged Transitionaries,S01013389,Armadale - 07,4a,Challenged white communities,S02002500,Armadale,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205176 +205176,S00134807,7c1,Challenged Transitionaries,S01013260,West Calder and Polbeth - 05,4a,Challenged white communities,S02002480,West Calder and Polbeth,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205177 +205177,S00134821,7c1,Challenged Transitionaries,S01013312,Howden - 04,4b,Constrained renters,S02002488,Howden,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205178 +205178,S00134828,7c1,Challenged Transitionaries,S01013321,Livingston Village and Eliburn South - 07,4a,Challenged white communities,S02002489,Livingston Village and Eliburn South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205179 +205179,S00134830,7c1,Challenged Transitionaries,S01013321,Livingston Village and Eliburn South - 07,4a,Challenged white communities,S02002489,Livingston Village and Eliburn South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205180 +205180,S00134898,7c1,Challenged Transitionaries,S01013288,Mid Calder and Kirknewton - 05,5c,Comfortable neighbourhoods,S02002484,Mid Calder and Kirknewton,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205181 +205181,S00134601,7c2,Constrained Young Families,S01013410,Bathgate and Boghall - 06,4d,Hard-pressed flat dwellers,S02002503,Bathgate and Boghall,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205182 +205182,S00134643,7c2,Constrained Young Families,S01013373,Whitburn Central - 02,4a,Challenged white communities,S02002498,Whitburn Central,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205183 +205183,S00134648,7c2,Constrained Young Families,S01013372,Whitburn Central - 01,4a,Challenged white communities,S02002498,Whitburn Central,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205184 +205184,S00134658,7c2,Constrained Young Families,S01013306,Craigshill - 04,4d,Hard-pressed flat dwellers,S02002487,Craigshill,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205185 +205185,S00134690,7c2,Constrained Young Families,S01013319,Livingston Village and Eliburn South - 05,5c,Comfortable neighbourhoods,S02002489,Livingston Village and Eliburn South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205186 +205186,S00134693,7c2,Constrained Young Families,S01013386,Armadale - 04,8b,Ageing suburbanites,S02002500,Armadale,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205187 +205187,S00134704,7c2,Constrained Young Families,S01013356,Seafield - 03,4a,Challenged white communities,S02002495,Seafield,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205188 +205188,S00134719,7c2,Constrained Young Families,S01013260,West Calder and Polbeth - 05,4a,Challenged white communities,S02002480,West Calder and Polbeth,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205189 +205189,S00134726,7c2,Constrained Young Families,S01013328,Ladywell - 06,4b,Constrained renters,S02002490,Ladywell,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205190 +205190,S00134730,7c2,Constrained Young Families,S01013279,Dedridge East - 03,4b,Constrained renters,S02002483,Dedridge East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205191 +205191,S00134743,7c2,Constrained Young Families,S01013336,Knightsridge - 07,4b,Constrained renters,S02002491,Knightsridge,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205192 +205192,S00134796,7c2,Constrained Young Families,S01013252,Breich Valley - 03,5c,Comfortable neighbourhoods,S02002479,Breich Valley,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205193 +205193,S00134818,7c2,Constrained Young Families,S01013312,Howden - 04,4b,Constrained renters,S02002488,Howden,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205194 +205194,S00134822,7c2,Constrained Young Families,S01013312,Howden - 04,4b,Constrained renters,S02002488,Howden,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205195 +205195,S00134862,7c2,Constrained Young Families,S01013344,Deans - 03,4a,Challenged white communities,S02002493,Deans,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205196 +205196,S00134961,7c2,Constrained Young Families,S01013478,Broxburn East - 01,4b,Constrained renters,S02002514,Broxburn East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205197 +205197,S00134981,7c2,Constrained Young Families,S01013459,Broxburn Kirkhill - 01,4b,Constrained renters,S02002511,Broxburn Kirkhill,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205198 +205198,S00135019,7c2,Constrained Young Families,S01013325,Ladywell - 03,4a,Challenged white communities,S02002490,Ladywell,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205199 +205199,S00135021,7c2,Constrained Young Families,S01013325,Ladywell - 03,4a,Challenged white communities,S02002490,Ladywell,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205200 +205200,S00133889,8b2,Hard-Pressed Rented Terraces,S01013303,Craigshill - 01,5c,Comfortable neighbourhoods,S02002487,Craigshill,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205201 +205201,S00134465,8b2,Hard-Pressed Rented Terraces,S01013460,Broxburn Kirkhill - 02,4a,Challenged white communities,S02002511,Broxburn Kirkhill,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205202 +205202,S00134203,8d3,Hard-Pressed European Settlers,S01013354,Seafield - 01,5c,Comfortable neighbourhoods,S02002495,Seafield,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205203 +205203,S00134916,7b1,Eastern European Communities,S01013395,Armadale South - 04,4d,Hard-pressed flat dwellers,S02002501,Armadale South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205204 +205204,S00133893,8b2,Hard-Pressed Rented Terraces,S01013305,Craigshill - 03,4b,Constrained renters,S02002487,Craigshill,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205205 +205205,S00133896,8b2,Hard-Pressed Rented Terraces,S01013305,Craigshill - 03,4b,Constrained renters,S02002487,Craigshill,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205206 +205206,S00133919,8b2,Hard-Pressed Rented Terraces,S01013307,Craigshill - 05,4b,Constrained renters,S02002487,Craigshill,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205207 +205207,S00133934,8b2,Hard-Pressed Rented Terraces,S01013301,Pumpherston and Uphall Station - 03,5d,Endeavouring social renters,S02002486,Pumpherston and Uphall Station,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205208 +205208,S00133944,8b2,Hard-Pressed Rented Terraces,S01013322,Livingston Village and Eliburn South - 08,5a,Ageing urban communities,S02002489,Livingston Village and Eliburn South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205209 +205209,S00133945,8b2,Hard-Pressed Rented Terraces,S01013322,Livingston Village and Eliburn South - 08,5a,Ageing urban communities,S02002489,Livingston Village and Eliburn South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205210 +205210,S00133946,8b2,Hard-Pressed Rented Terraces,S01013322,Livingston Village and Eliburn South - 08,5a,Ageing urban communities,S02002489,Livingston Village and Eliburn South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205211 +205211,S00133949,8b2,Hard-Pressed Rented Terraces,S01013323,Ladywell - 01,4b,Constrained renters,S02002490,Ladywell,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205212 +205212,S00133961,8b2,Hard-Pressed Rented Terraces,S01013327,Ladywell - 05,4a,Challenged white communities,S02002490,Ladywell,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205213 +205213,S00133966,8b2,Hard-Pressed Rented Terraces,S01013329,Ladywell - 07,4a,Challenged white communities,S02002490,Ladywell,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205214 +205214,S00133967,8b2,Hard-Pressed Rented Terraces,S01013328,Ladywell - 06,4b,Constrained renters,S02002490,Ladywell,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205215 +205215,S00133969,8b2,Hard-Pressed Rented Terraces,S01013329,Ladywell - 07,4a,Challenged white communities,S02002490,Ladywell,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205216 +205216,S00133970,8b2,Hard-Pressed Rented Terraces,S01013328,Ladywell - 06,4b,Constrained renters,S02002490,Ladywell,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205217 +205217,S00133979,8b2,Hard-Pressed Rented Terraces,S01013277,Dedridge East - 01,4b,Constrained renters,S02002483,Dedridge East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205218 +205218,S00133981,8b2,Hard-Pressed Rented Terraces,S01013268,"Bellsquarry, Adambrae and Kirkton - 06",5b,Aspiring urban households,S02002481,"Bellsquarry, Adambrae and Kirkton",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205219 +205219,S00133982,8b2,Hard-Pressed Rented Terraces,S01013279,Dedridge East - 03,4b,Constrained renters,S02002483,Dedridge East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205220 +205220,S00134067,8b1,Deprived Blue-Collar Terraces,S01013351,Carmondean and Eliburn North - 06,5b,Aspiring urban households,S02002494,Carmondean and Eliburn North,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205221 +205221,S00134080,8b2,Hard-Pressed Rented Terraces,S01013353,Carmondean and Eliburn North - 08,4a,Challenged white communities,S02002494,Carmondean and Eliburn North,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205222 +205222,S00134539,5a3,Families in Terraces and Flats,S01013442,Linlithgow Bridge - 01,5c,Comfortable neighbourhoods,S02002508,Linlithgow Bridge,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205223 +205223,S00133983,8b2,Hard-Pressed Rented Terraces,S01013279,Dedridge East - 03,4b,Constrained renters,S02002483,Dedridge East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205224 +205224,S00133984,8b2,Hard-Pressed Rented Terraces,S01013277,Dedridge East - 01,4b,Constrained renters,S02002483,Dedridge East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205225 +205225,S00133985,8b2,Hard-Pressed Rented Terraces,S01013278,Dedridge East - 02,4b,Constrained renters,S02002483,Dedridge East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205226 +205226,S00133988,8b2,Hard-Pressed Rented Terraces,S01013277,Dedridge East - 01,4b,Constrained renters,S02002483,Dedridge East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205227 +205227,S00133989,8b2,Hard-Pressed Rented Terraces,S01013278,Dedridge East - 02,4b,Constrained renters,S02002483,Dedridge East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205228 +205228,S00133990,8b2,Hard-Pressed Rented Terraces,S01013278,Dedridge East - 02,4b,Constrained renters,S02002483,Dedridge East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205229 +205229,S00133995,8b2,Hard-Pressed Rented Terraces,S01013283,Dedridge East - 07,3d,Households in terraces and flats,S02002483,Dedridge East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205230 +205230,S00133997,8b2,Hard-Pressed Rented Terraces,S01013281,Dedridge East - 05,4b,Constrained renters,S02002483,Dedridge East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205231 +205231,S00134000,8b2,Hard-Pressed Rented Terraces,S01013280,Dedridge East - 04,5b,Aspiring urban households,S02002483,Dedridge East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205232 +205232,S00134002,8b2,Hard-Pressed Rented Terraces,S01013281,Dedridge East - 05,4b,Constrained renters,S02002483,Dedridge East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205233 +205233,S00134007,8b2,Hard-Pressed Rented Terraces,S01013282,Dedridge East - 06,4a,Challenged white communities,S02002483,Dedridge East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205234 +205234,S00134010,8b2,Hard-Pressed Rented Terraces,S01013282,Dedridge East - 06,4a,Challenged white communities,S02002483,Dedridge East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205235 +205235,S00134014,8b2,Hard-Pressed Rented Terraces,S01013311,Howden - 03,4a,Challenged white communities,S02002488,Howden,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205236 +205236,S00134016,8b2,Hard-Pressed Rented Terraces,S01013311,Howden - 03,4a,Challenged white communities,S02002488,Howden,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205237 +205237,S00134017,8b2,Hard-Pressed Rented Terraces,S01013311,Howden - 03,4a,Challenged white communities,S02002488,Howden,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205238 +205238,S00134019,8b2,Hard-Pressed Rented Terraces,S01013311,Howden - 03,4a,Challenged white communities,S02002488,Howden,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205239 +205239,S00134020,8b2,Hard-Pressed Rented Terraces,S01013310,Howden - 02,4a,Challenged white communities,S02002488,Howden,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205240 +205240,S00134021,8b2,Hard-Pressed Rented Terraces,S01013310,Howden - 02,4a,Challenged white communities,S02002488,Howden,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205241 +205241,S00134023,8b2,Hard-Pressed Rented Terraces,S01013311,Howden - 03,4a,Challenged white communities,S02002488,Howden,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205242 +205242,S00134027,8b2,Hard-Pressed Rented Terraces,S01013314,Howden - 06,4b,Constrained renters,S02002488,Howden,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205243 +205243,S00134032,8b2,Hard-Pressed Rented Terraces,S01013268,"Bellsquarry, Adambrae and Kirkton - 06",5b,Aspiring urban households,S02002481,"Bellsquarry, Adambrae and Kirkton",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205244 +205244,S00134033,8b2,Hard-Pressed Rented Terraces,S01013268,"Bellsquarry, Adambrae and Kirkton - 06",5b,Aspiring urban households,S02002481,"Bellsquarry, Adambrae and Kirkton",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205245 +205245,S00134049,8b2,Hard-Pressed Rented Terraces,S01013344,Deans - 03,4a,Challenged white communities,S02002493,Deans,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205246 +205246,S00134052,8b2,Hard-Pressed Rented Terraces,S01013342,Deans - 01,4a,Challenged white communities,S02002493,Deans,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205247 +205247,S00134053,8b2,Hard-Pressed Rented Terraces,S01013342,Deans - 01,4a,Challenged white communities,S02002493,Deans,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205248 +205248,S00134056,8b2,Hard-Pressed Rented Terraces,S01013345,Deans - 04,4b,Constrained renters,S02002493,Deans,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205249 +205249,S00134058,8b2,Hard-Pressed Rented Terraces,S01013345,Deans - 04,4b,Constrained renters,S02002493,Deans,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205250 +205250,S00134070,8b2,Hard-Pressed Rented Terraces,S01013343,Deans - 02,4a,Challenged white communities,S02002493,Deans,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205251 +205251,S00134071,8b2,Hard-Pressed Rented Terraces,S01013343,Deans - 02,4a,Challenged white communities,S02002493,Deans,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205252 +205252,S00134073,8b2,Hard-Pressed Rented Terraces,S01013343,Deans - 02,4a,Challenged white communities,S02002493,Deans,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205253 +205253,S00134075,8b2,Hard-Pressed Rented Terraces,S01013350,Carmondean and Eliburn North - 05,4b,Constrained renters,S02002494,Carmondean and Eliburn North,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205254 +205254,S00134077,8b2,Hard-Pressed Rented Terraces,S01013353,Carmondean and Eliburn North - 08,4a,Challenged white communities,S02002494,Carmondean and Eliburn North,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205255 +205255,S00134078,8b2,Hard-Pressed Rented Terraces,S01013353,Carmondean and Eliburn North - 08,4a,Challenged white communities,S02002494,Carmondean and Eliburn North,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205256 +205256,S00134468,8b2,Hard-Pressed Rented Terraces,S01013460,Broxburn Kirkhill - 02,4a,Challenged white communities,S02002511,Broxburn Kirkhill,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205257 +205257,S00134230,8d3,Hard-Pressed European Settlers,S01013383,Armadale - 01,4a,Challenged white communities,S02002500,Armadale,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205258 +205258,S00134926,7b1,Eastern European Communities,S01013411,Bathgate East - 01,5c,Comfortable neighbourhoods,S02002504,Bathgate East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205259 +205259,S00134082,8b2,Hard-Pressed Rented Terraces,S01013352,Carmondean and Eliburn North - 07,4a,Challenged white communities,S02002494,Carmondean and Eliburn North,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205260 +205260,S00134081,8b1,Deprived Blue-Collar Terraces,S01013352,Carmondean and Eliburn North - 07,4a,Challenged white communities,S02002494,Carmondean and Eliburn North,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205261 +205261,S00134547,5a3,Families in Terraces and Flats,S01013443,Linlithgow Bridge - 02,5c,Comfortable neighbourhoods,S02002508,Linlithgow Bridge,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205262 +205262,S00134472,8b2,Hard-Pressed Rented Terraces,S01013461,Broxburn Kirkhill - 03,4b,Constrained renters,S02002511,Broxburn Kirkhill,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205263 +205263,S00134497,8b2,Hard-Pressed Rented Terraces,S01013456,"Winchburgh, Bridgend and Philpstoun - 04",5c,Comfortable neighbourhoods,S02002510,"Winchburgh, Bridgend and Philpstoun",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205264 +205264,S00134506,8b2,Hard-Pressed Rented Terraces,S01013436,Linlithgow South - 03,5d,Endeavouring social renters,S02002507,Linlithgow South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205265 +205265,S00134507,8b2,Hard-Pressed Rented Terraces,S01013436,Linlithgow South - 03,5d,Endeavouring social renters,S02002507,Linlithgow South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205266 +205266,S00134510,8b2,Hard-Pressed Rented Terraces,S01013436,Linlithgow South - 03,5d,Endeavouring social renters,S02002507,Linlithgow South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205267 +205267,S00134514,8b2,Hard-Pressed Rented Terraces,S01013437,Linlithgow South - 04,5c,Comfortable neighbourhoods,S02002507,Linlithgow South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205268 +205268,S00134544,8b2,Hard-Pressed Rented Terraces,S01013446,Linlithgow Bridge - 05,5c,Comfortable neighbourhoods,S02002508,Linlithgow Bridge,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205269 +205269,S00134591,8b2,Hard-Pressed Rented Terraces,S01013480,Broxburn East - 03,4b,Constrained renters,S02002514,Broxburn East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205270 +205270,S00134598,8b2,Hard-Pressed Rented Terraces,S01013433,"Blackridge, Westfield and Torphichen - 05",2b,Prospering countryside life,S02002506,"Blackridge, Westfield and Torphichen",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205271 +205271,S00134599,8b2,Hard-Pressed Rented Terraces,S01013456,"Winchburgh, Bridgend and Philpstoun - 04",5c,Comfortable neighbourhoods,S02002510,"Winchburgh, Bridgend and Philpstoun",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205272 +205272,S00134639,8b2,Hard-Pressed Rented Terraces,S01013379,"Whitburn, Croftmalloch and Greenrigg - 02",5c,Comfortable neighbourhoods,S02002499,"Whitburn, Croftmalloch and Greenrigg",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205273 +205273,S00134653,8b2,Hard-Pressed Rented Terraces,S01013381,"Whitburn, Croftmalloch and Greenrigg - 04",5d,Endeavouring social renters,S02002499,"Whitburn, Croftmalloch and Greenrigg",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205274 +205274,S00134708,8b2,Hard-Pressed Rented Terraces,S01013430,"Blackridge, Westfield and Torphichen - 02",5d,Endeavouring social renters,S02002506,"Blackridge, Westfield and Torphichen",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205275 +205275,S00134720,8b2,Hard-Pressed Rented Terraces,S01013308,Craigshill - 06,4b,Constrained renters,S02002487,Craigshill,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205276 +205276,S00134735,8b2,Hard-Pressed Rented Terraces,S01013310,Howden - 02,4a,Challenged white communities,S02002488,Howden,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205277 +205277,S00134736,8b2,Hard-Pressed Rented Terraces,S01013310,Howden - 02,4a,Challenged white communities,S02002488,Howden,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205278 +205278,S00134752,8b2,Hard-Pressed Rented Terraces,S01013420,Bathgate West - 01,5c,Comfortable neighbourhoods,S02002505,Bathgate West,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205279 +205279,S00134753,8b2,Hard-Pressed Rented Terraces,S01013420,Bathgate West - 01,5c,Comfortable neighbourhoods,S02002505,Bathgate West,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205280 +205280,S00134756,8b2,Hard-Pressed Rented Terraces,S01013291,Mid Calder and Kirknewton - 08,8c,Comfortable suburbia,S02002484,Mid Calder and Kirknewton,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205281 +205281,S00134759,8b2,Hard-Pressed Rented Terraces,S01013469,"Uphall, Dechmont and Ecclesmachan - 06",5c,Comfortable neighbourhoods,S02002512,"Uphall, Dechmont and Ecclesmachan",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205282 +205282,S00134793,8b2,Hard-Pressed Rented Terraces,S01013249,Fauldhouse - 07,5d,Endeavouring social renters,S02002478,Fauldhouse,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205283 +205283,S00134794,8b2,Hard-Pressed Rented Terraces,S01013249,Fauldhouse - 07,5d,Endeavouring social renters,S02002478,Fauldhouse,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205284 +205284,S00134801,8b2,Hard-Pressed Rented Terraces,S01013258,West Calder and Polbeth - 03,8c,Comfortable suburbia,S02002480,West Calder and Polbeth,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205285 +205285,S00134805,8b2,Hard-Pressed Rented Terraces,S01013379,"Whitburn, Croftmalloch and Greenrigg - 02",5c,Comfortable neighbourhoods,S02002499,"Whitburn, Croftmalloch and Greenrigg",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205286 +205286,S00134825,8b2,Hard-Pressed Rented Terraces,S01013304,Craigshill - 02,4b,Constrained renters,S02002487,Craigshill,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205287 +205287,S00134856,8b2,Hard-Pressed Rented Terraces,S01013313,Howden - 05,4b,Constrained renters,S02002488,Howden,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205288 +205288,S00134858,8b2,Hard-Pressed Rented Terraces,S01013314,Howden - 06,4b,Constrained renters,S02002488,Howden,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205289 +205289,S00134863,8b2,Hard-Pressed Rented Terraces,S01013344,Deans - 03,4a,Challenged white communities,S02002493,Deans,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205290 +205290,S00134870,8b2,Hard-Pressed Rented Terraces,S01013350,Carmondean and Eliburn North - 05,4b,Constrained renters,S02002494,Carmondean and Eliburn North,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205291 +205291,S00134877,8b2,Hard-Pressed Rented Terraces,S01013334,Knightsridge - 05,4b,Constrained renters,S02002491,Knightsridge,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205292 +205292,S00134901,8b2,Hard-Pressed Rented Terraces,S01013363,Blackburn - 07,4d,Hard-pressed flat dwellers,S02002496,Blackburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205293 +205293,S00134951,8b2,Hard-Pressed Rented Terraces,S01013428,Bathgate West - 09,4a,Challenged white communities,S02002505,Bathgate West,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205294 +205294,S00134975,8b2,Hard-Pressed Rented Terraces,S01013471,"Uphall, Dechmont and Ecclesmachan - 08",4a,Challenged white communities,S02002512,"Uphall, Dechmont and Ecclesmachan",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205295 +205295,S00134867,6a1,Indian Tech Achievers,S01013341,Knightsridge and Deans North - 05,8c,Comfortable suburbia,S02002492,Knightsridge and Deans North,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205296 +205296,S00134971,6a1,Indian Tech Achievers,S01013474,Broxburn South - 03,3a,Achieving neighbourhoods,S02002513,Broxburn South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205297 +205297,S00133643,8a2,Industrious Hardship,S01013391,Armadale - 09,5d,Endeavouring social renters,S02002500,Armadale,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205298 +205298,S00133644,8a2,Industrious Hardship,S01013432,"Blackridge, Westfield and Torphichen - 04",2d,Rural traits,S02002506,"Blackridge, Westfield and Torphichen",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205299 +205299,S00133683,8a2,Industrious Hardship,S01013250,Breich Valley - 01,2d,Rural traits,S02002479,Breich Valley,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205300 +205300,S00133690,8a2,Industrious Hardship,S01013244,Fauldhouse - 02,4a,Challenged white communities,S02002478,Fauldhouse,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205301 +205301,S00133696,8a2,Industrious Hardship,S01013244,Fauldhouse - 02,4a,Challenged white communities,S02002478,Fauldhouse,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205302 +205302,S00133702,8a2,Industrious Hardship,S01013245,Fauldhouse - 03,5c,Comfortable neighbourhoods,S02002478,Fauldhouse,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205303 +205303,S00133715,8a2,Industrious Hardship,S01013246,Fauldhouse - 04,5d,Endeavouring social renters,S02002478,Fauldhouse,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205304 +205304,S00133725,8a2,Industrious Hardship,S01013255,Breich Valley - 06,5a,Ageing urban communities,S02002479,Breich Valley,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205305 +205305,S00133728,8a2,Industrious Hardship,S01013253,Breich Valley - 04,5d,Endeavouring social renters,S02002479,Breich Valley,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205306 +205306,S00133766,8a2,Industrious Hardship,S01013371,Blaeberry Hill and East Whitburn - 08,5c,Comfortable neighbourhoods,S02002497,Blaeberry Hill and East Whitburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205307 +205307,S00133771,8a2,Industrious Hardship,S01013371,Blaeberry Hill and East Whitburn - 08,5c,Comfortable neighbourhoods,S02002497,Blaeberry Hill and East Whitburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205308 +205308,S00133772,8a2,Industrious Hardship,S01013370,Blaeberry Hill and East Whitburn - 07,4d,Hard-pressed flat dwellers,S02002497,Blaeberry Hill and East Whitburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205309 +205309,S00133773,8a2,Industrious Hardship,S01013371,Blaeberry Hill and East Whitburn - 08,5c,Comfortable neighbourhoods,S02002497,Blaeberry Hill and East Whitburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205310 +205310,S00134939,7b1,Eastern European Communities,S01013414,Bathgate East - 04,4b,Constrained renters,S02002504,Bathgate East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205311 +205311,S00134083,8b1,Deprived Blue-Collar Terraces,S01013352,Carmondean and Eliburn North - 07,4a,Challenged white communities,S02002494,Carmondean and Eliburn North,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205312 +205312,S00134611,5a3,Families in Terraces and Flats,S01013450,Linlithgow North - 03,8c,Comfortable suburbia,S02002509,Linlithgow North,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205313 +205313,S00134312,8d3,Hard-Pressed European Settlers,S01013409,Bathgate and Boghall - 05,5b,Aspiring urban households,S02002503,Bathgate and Boghall,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205314 +205314,S00134093,8b2,Hard-Pressed Rented Terraces,S01013335,Knightsridge - 06,4a,Challenged white communities,S02002491,Knightsridge,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205315 +205315,S00134084,8b1,Deprived Blue-Collar Terraces,S01013352,Carmondean and Eliburn North - 07,4a,Challenged white communities,S02002494,Carmondean and Eliburn North,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205316 +205316,S00134109,8b1,Deprived Blue-Collar Terraces,S01013332,Knightsridge - 03,4a,Challenged white communities,S02002491,Knightsridge,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205317 +205317,S00134144,8b1,Deprived Blue-Collar Terraces,S01013297,East Calder - 06,5c,Comfortable neighbourhoods,S02002485,East Calder,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205318 +205318,S00134152,8b1,Deprived Blue-Collar Terraces,S01013292,East Calder - 01,8c,Comfortable suburbia,S02002485,East Calder,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205319 +205319,S00134198,8b1,Deprived Blue-Collar Terraces,S01013361,Blackburn - 05,4a,Challenged white communities,S02002496,Blackburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205320 +205320,S00134391,8b1,Deprived Blue-Collar Terraces,S01013291,Mid Calder and Kirknewton - 08,8c,Comfortable suburbia,S02002484,Mid Calder and Kirknewton,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205321 +205321,S00134393,8b1,Deprived Blue-Collar Terraces,S01013291,Mid Calder and Kirknewton - 08,8c,Comfortable suburbia,S02002484,Mid Calder and Kirknewton,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205322 +205322,S00134395,8b1,Deprived Blue-Collar Terraces,S01013291,Mid Calder and Kirknewton - 08,8c,Comfortable suburbia,S02002484,Mid Calder and Kirknewton,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205323 +205323,S00134469,8b1,Deprived Blue-Collar Terraces,S01013463,Broxburn Kirkhill - 05,4b,Constrained renters,S02002511,Broxburn Kirkhill,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205324 +205324,S00134731,8b1,Deprived Blue-Collar Terraces,S01013281,Dedridge East - 05,4b,Constrained renters,S02002483,Dedridge East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205325 +205325,S00134739,8b1,Deprived Blue-Collar Terraces,S01013337,Knightsridge and Deans North - 01,5b,Aspiring urban households,S02002492,Knightsridge and Deans North,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205326 +205326,S00134741,8b1,Deprived Blue-Collar Terraces,S01013351,Carmondean and Eliburn North - 06,5b,Aspiring urban households,S02002494,Carmondean and Eliburn North,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205327 +205327,S00134757,8b1,Deprived Blue-Collar Terraces,S01013291,Mid Calder and Kirknewton - 08,8c,Comfortable suburbia,S02002484,Mid Calder and Kirknewton,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205328 +205328,S00134758,8b1,Deprived Blue-Collar Terraces,S01013469,"Uphall, Dechmont and Ecclesmachan - 06",5c,Comfortable neighbourhoods,S02002512,"Uphall, Dechmont and Ecclesmachan",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205329 +205329,S00134802,8b1,Deprived Blue-Collar Terraces,S01013259,West Calder and Polbeth - 04,5c,Comfortable neighbourhoods,S02002480,West Calder and Polbeth,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205330 +205330,S00133731,7b2,Deprived Neighbourhoods,S01013254,Breich Valley - 05,4a,Challenged white communities,S02002479,Breich Valley,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205331 +205331,S00133761,7b2,Deprived Neighbourhoods,S01013378,"Whitburn, Croftmalloch and Greenrigg - 01",5c,Comfortable neighbourhoods,S02002499,"Whitburn, Croftmalloch and Greenrigg",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205332 +205332,S00133899,7b2,Deprived Neighbourhoods,S01013306,Craigshill - 04,4d,Hard-pressed flat dwellers,S02002487,Craigshill,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205333 +205333,S00133951,7b2,Deprived Neighbourhoods,S01013323,Ladywell - 01,4b,Constrained renters,S02002490,Ladywell,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205334 +205334,S00134189,7b2,Deprived Neighbourhoods,S01013363,Blackburn - 07,4d,Hard-pressed flat dwellers,S02002496,Blackburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205335 +205335,S00134372,7b2,Deprived Neighbourhoods,S01013415,Bathgate East - 05,4d,Hard-pressed flat dwellers,S02002504,Bathgate East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205336 +205336,S00134582,7b2,Deprived Neighbourhoods,S01013453,"Winchburgh, Bridgend and Philpstoun - 01",4a,Challenged white communities,S02002510,"Winchburgh, Bridgend and Philpstoun",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205337 +205337,S00134718,7b2,Deprived Neighbourhoods,S01013260,West Calder and Polbeth - 05,4a,Challenged white communities,S02002480,West Calder and Polbeth,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205338 +205338,S00134914,7b2,Deprived Neighbourhoods,S01013395,Armadale South - 04,4d,Hard-pressed flat dwellers,S02002501,Armadale South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205339 +205339,S00133780,6a3,Detached Retirement Living,S01013365,Blaeberry Hill and East Whitburn - 02,2d,Rural traits,S02002497,Blaeberry Hill and East Whitburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205340 +205340,S00133861,6a3,Detached Retirement Living,S01013286,Mid Calder and Kirknewton - 03,8c,Comfortable suburbia,S02002484,Mid Calder and Kirknewton,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205341 +205341,S00133872,6a3,Detached Retirement Living,S01013284,Mid Calder and Kirknewton - 01,5b,Aspiring urban households,S02002484,Mid Calder and Kirknewton,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205342 +205342,S00133875,6a3,Detached Retirement Living,S01013287,Mid Calder and Kirknewton - 04,8c,Comfortable suburbia,S02002484,Mid Calder and Kirknewton,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205343 +205343,S00134034,6a3,Detached Retirement Living,S01013316,Livingston Village and Eliburn South - 02,8c,Comfortable suburbia,S02002489,Livingston Village and Eliburn South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205344 +205344,S00134064,6a3,Detached Retirement Living,S01013340,Knightsridge and Deans North - 04,8c,Comfortable suburbia,S02002492,Knightsridge and Deans North,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205345 +205345,S00134068,6a3,Detached Retirement Living,S01013340,Knightsridge and Deans North - 04,8c,Comfortable suburbia,S02002492,Knightsridge and Deans North,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205346 +205346,S00134115,6a3,Detached Retirement Living,S01013276,Bankton and Murieston - 07,8c,Comfortable suburbia,S02002482,Bankton and Murieston,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205347 +205347,S00134127,6a3,Detached Retirement Living,S01013303,Craigshill - 01,5c,Comfortable neighbourhoods,S02002487,Craigshill,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205348 +205348,S00134157,6a3,Detached Retirement Living,S01013293,East Calder - 02,8c,Comfortable suburbia,S02002485,East Calder,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205349 +205349,S00134205,6a3,Detached Retirement Living,S01013354,Seafield - 01,5c,Comfortable neighbourhoods,S02002495,Seafield,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205350 +205350,S00134239,6a3,Detached Retirement Living,S01013399,Armadale South - 08,5b,Aspiring urban households,S02002501,Armadale South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205351 +205351,S00134295,6a3,Detached Retirement Living,S01013413,Bathgate East - 03,5c,Comfortable neighbourhoods,S02002504,Bathgate East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205352 +205352,S00134334,6a3,Detached Retirement Living,S01013405,Bathgate and Boghall - 01,5c,Comfortable neighbourhoods,S02002503,Bathgate and Boghall,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205353 +205353,S00134387,6a3,Detached Retirement Living,S01013289,Mid Calder and Kirknewton - 06,2b,Prospering countryside life,S02002484,Mid Calder and Kirknewton,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205354 +205354,S00134422,6a3,Detached Retirement Living,S01013475,Broxburn South - 04,5b,Aspiring urban households,S02002513,Broxburn South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205355 +205355,S00134525,6a3,Detached Retirement Living,S01013440,Linlithgow South - 07,8a,Affluent communities,S02002507,Linlithgow South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205356 +205356,S00134533,6a3,Detached Retirement Living,S01013439,Linlithgow South - 06,8b,Ageing suburbanites,S02002507,Linlithgow South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205357 +205357,S00134561,6a3,Detached Retirement Living,S01013448,Linlithgow North - 01,8a,Affluent communities,S02002509,Linlithgow North,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205358 +205358,S00134565,6a3,Detached Retirement Living,S01013449,Linlithgow North - 02,8c,Comfortable suburbia,S02002509,Linlithgow North,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205359 +205359,S00134615,6a3,Detached Retirement Living,S01013357,Blackburn - 01,5e,Primary sector workers,S02002496,Blackburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205360 +205360,S00134616,6a3,Detached Retirement Living,S01013357,Blackburn - 01,5e,Primary sector workers,S02002496,Blackburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205361 +205361,S00134641,6a3,Detached Retirement Living,S01013378,"Whitburn, Croftmalloch and Greenrigg - 01",5c,Comfortable neighbourhoods,S02002499,"Whitburn, Croftmalloch and Greenrigg",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205362 +205362,S00134660,5a3,Families in Terraces and Flats,S01013402,"Bathgate, Wester Inch and Inchcross - 03",3a,Achieving neighbourhoods,S02002502,"Bathgate, Wester Inch and Inchcross",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205363 +205363,S00134661,5a3,Families in Terraces and Flats,S01013401,"Bathgate, Wester Inch and Inchcross - 02",3a,Achieving neighbourhoods,S02002502,"Bathgate, Wester Inch and Inchcross",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205364 +205364,S00134094,8b2,Hard-Pressed Rented Terraces,S01013335,Knightsridge - 06,4a,Challenged white communities,S02002491,Knightsridge,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205365 +205365,S00134949,7b1,Eastern European Communities,S01013428,Bathgate West - 09,4a,Challenged white communities,S02002505,Bathgate West,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205366 +205366,S00134662,5a3,Families in Terraces and Flats,S01013404,"Bathgate, Wester Inch and Inchcross - 05",3a,Achieving neighbourhoods,S02002502,"Bathgate, Wester Inch and Inchcross",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205367 +205367,S00134676,5a3,Families in Terraces and Flats,S01013402,"Bathgate, Wester Inch and Inchcross - 03",3a,Achieving neighbourhoods,S02002502,"Bathgate, Wester Inch and Inchcross",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205368 +205368,S00134827,5a3,Families in Terraces and Flats,S01013307,Craigshill - 05,4b,Constrained renters,S02002487,Craigshill,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205369 +205369,S00134860,5a3,Families in Terraces and Flats,S01013309,Howden - 01,3a,Achieving neighbourhoods,S02002488,Howden,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205370 +205370,S00134952,5a3,Families in Terraces and Flats,S01013290,Mid Calder and Kirknewton - 07,5c,Comfortable neighbourhoods,S02002484,Mid Calder and Kirknewton,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205371 +205371,S00134985,5a3,Families in Terraces and Flats,S01013462,Broxburn Kirkhill - 04,5b,Aspiring urban households,S02002511,Broxburn Kirkhill,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205372 +205372,S00134986,5a3,Families in Terraces and Flats,S01013462,Broxburn Kirkhill - 04,5b,Aspiring urban households,S02002511,Broxburn Kirkhill,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205373 +205373,S00135003,5a3,Families in Terraces and Flats,S01013441,Linlithgow South - 08,8a,Affluent communities,S02002507,Linlithgow South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205374 +205374,S00135039,5a3,Families in Terraces and Flats,S01013331,Knightsridge - 02,3a,Achieving neighbourhoods,S02002491,Knightsridge,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205375 +205375,S00133914,7a2,Hampered Aspiration,S01013307,Craigshill - 05,4b,Constrained renters,S02002487,Craigshill,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205376 +205376,S00133960,7a2,Hampered Aspiration,S01013326,Ladywell - 04,4b,Constrained renters,S02002490,Ladywell,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205377 +205377,S00133993,7a2,Hampered Aspiration,S01013279,Dedridge East - 03,4b,Constrained renters,S02002483,Dedridge East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205378 +205378,S00134055,7a2,Hampered Aspiration,S01013342,Deans - 01,4a,Challenged white communities,S02002493,Deans,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205379 +205379,S00134193,7a2,Hampered Aspiration,S01013356,Seafield - 03,4a,Challenged white communities,S02002495,Seafield,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205380 +205380,S00134318,7a2,Hampered Aspiration,S01013410,Bathgate and Boghall - 06,4d,Hard-pressed flat dwellers,S02002503,Bathgate and Boghall,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205381 +205381,S00134419,7a2,Hampered Aspiration,S01013475,Broxburn South - 04,5b,Aspiring urban households,S02002513,Broxburn South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205382 +205382,S00134734,7a2,Hampered Aspiration,S01013282,Dedridge East - 06,4a,Challenged white communities,S02002483,Dedridge East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205383 +205383,S00134852,7a2,Hampered Aspiration,S01013267,"Bellsquarry, Adambrae and Kirkton - 05",5d,Endeavouring social renters,S02002481,"Bellsquarry, Adambrae and Kirkton",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205384 +205384,S00134857,7a2,Hampered Aspiration,S01013314,Howden - 06,4b,Constrained renters,S02002488,Howden,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205385 +205385,S00133956,8d2,Hard-Pressed Ethnic Mix,S01013324,Ladywell - 02,4b,Constrained renters,S02002490,Ladywell,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205386 +205386,S00134086,8d2,Hard-Pressed Ethnic Mix,S01013352,Carmondean and Eliburn North - 07,4a,Challenged white communities,S02002494,Carmondean and Eliburn North,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205387 +205387,S00134473,8d2,Hard-Pressed Ethnic Mix,S01013461,Broxburn Kirkhill - 03,4b,Constrained renters,S02002511,Broxburn Kirkhill,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205388 +205388,S00134485,8d2,Hard-Pressed Ethnic Mix,S01013457,"Winchburgh, Bridgend and Philpstoun - 05",4a,Challenged white communities,S02002510,"Winchburgh, Bridgend and Philpstoun",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205389 +205389,S00134505,8d2,Hard-Pressed Ethnic Mix,S01013436,Linlithgow South - 03,5d,Endeavouring social renters,S02002507,Linlithgow South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205390 +205390,S00133910,8d3,Hard-Pressed European Settlers,S01013304,Craigshill - 02,4b,Constrained renters,S02002487,Craigshill,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205391 +205391,S00133929,8d3,Hard-Pressed European Settlers,S01013307,Craigshill - 05,4b,Constrained renters,S02002487,Craigshill,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205392 +205392,S00133932,8d3,Hard-Pressed European Settlers,S01013301,Pumpherston and Uphall Station - 03,5d,Endeavouring social renters,S02002486,Pumpherston and Uphall Station,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205393 +205393,S00133933,8d3,Hard-Pressed European Settlers,S01013301,Pumpherston and Uphall Station - 03,5d,Endeavouring social renters,S02002486,Pumpherston and Uphall Station,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205394 +205394,S00133955,8d3,Hard-Pressed European Settlers,S01013324,Ladywell - 02,4b,Constrained renters,S02002490,Ladywell,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205395 +205395,S00133963,8d3,Hard-Pressed European Settlers,S01013327,Ladywell - 05,4a,Challenged white communities,S02002490,Ladywell,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205396 +205396,S00133968,8d3,Hard-Pressed European Settlers,S01013329,Ladywell - 07,4a,Challenged white communities,S02002490,Ladywell,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205397 +205397,S00133971,8d3,Hard-Pressed European Settlers,S01013328,Ladywell - 06,4b,Constrained renters,S02002490,Ladywell,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205398 +205398,S00133972,8d3,Hard-Pressed European Settlers,S01013328,Ladywell - 06,4b,Constrained renters,S02002490,Ladywell,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205399 +205399,S00133987,8d3,Hard-Pressed European Settlers,S01013277,Dedridge East - 01,4b,Constrained renters,S02002483,Dedridge East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205400 +205400,S00133998,8d3,Hard-Pressed European Settlers,S01013281,Dedridge East - 05,4b,Constrained renters,S02002483,Dedridge East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205401 +205401,S00134003,8d3,Hard-Pressed European Settlers,S01013281,Dedridge East - 05,4b,Constrained renters,S02002483,Dedridge East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205402 +205402,S00134062,8d3,Hard-Pressed European Settlers,S01013345,Deans - 04,4b,Constrained renters,S02002493,Deans,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205403 +205403,S00134074,8d3,Hard-Pressed European Settlers,S01013350,Carmondean and Eliburn North - 05,4b,Constrained renters,S02002494,Carmondean and Eliburn North,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205404 +205404,S00134079,8d3,Hard-Pressed European Settlers,S01013353,Carmondean and Eliburn North - 08,4a,Challenged white communities,S02002494,Carmondean and Eliburn North,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205405 +205405,S00134089,8d3,Hard-Pressed European Settlers,S01013336,Knightsridge - 07,4b,Constrained renters,S02002491,Knightsridge,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205406 +205406,S00134090,8d3,Hard-Pressed European Settlers,S01013336,Knightsridge - 07,4b,Constrained renters,S02002491,Knightsridge,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205407 +205407,S00134091,8d3,Hard-Pressed European Settlers,S01013336,Knightsridge - 07,4b,Constrained renters,S02002491,Knightsridge,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205408 +205408,S00134096,8d3,Hard-Pressed European Settlers,S01013335,Knightsridge - 06,4a,Challenged white communities,S02002491,Knightsridge,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205409 +205409,S00134101,8d3,Hard-Pressed European Settlers,S01013334,Knightsridge - 05,4b,Constrained renters,S02002491,Knightsridge,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205410 +205410,S00134168,8d3,Hard-Pressed European Settlers,S01013360,Blackburn - 04,4a,Challenged white communities,S02002496,Blackburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205411 +205411,S00134313,8d3,Hard-Pressed European Settlers,S01013409,Bathgate and Boghall - 05,5b,Aspiring urban households,S02002503,Bathgate and Boghall,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205412 +205412,S00134099,8b2,Hard-Pressed Rented Terraces,S01013334,Knightsridge - 05,4b,Constrained renters,S02002491,Knightsridge,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205413 +205413,S00134102,8b2,Hard-Pressed Rented Terraces,S01013334,Knightsridge - 05,4b,Constrained renters,S02002491,Knightsridge,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205414 +205414,S00134104,8b2,Hard-Pressed Rented Terraces,S01013332,Knightsridge - 03,4a,Challenged white communities,S02002491,Knightsridge,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205415 +205415,S00134105,8b2,Hard-Pressed Rented Terraces,S01013332,Knightsridge - 03,4a,Challenged white communities,S02002491,Knightsridge,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205416 +205416,S00134106,8b2,Hard-Pressed Rented Terraces,S01013332,Knightsridge - 03,4a,Challenged white communities,S02002491,Knightsridge,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205417 +205417,S00134107,8b2,Hard-Pressed Rented Terraces,S01013333,Knightsridge - 04,5b,Aspiring urban households,S02002491,Knightsridge,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205418 +205418,S00134108,8b2,Hard-Pressed Rented Terraces,S01013333,Knightsridge - 04,5b,Aspiring urban households,S02002491,Knightsridge,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205419 +205419,S00134110,8b2,Hard-Pressed Rented Terraces,S01013332,Knightsridge - 03,4a,Challenged white communities,S02002491,Knightsridge,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205420 +205420,S00134111,8b2,Hard-Pressed Rented Terraces,S01013343,Deans - 02,4a,Challenged white communities,S02002493,Deans,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205421 +205421,S00134113,8b2,Hard-Pressed Rented Terraces,S01013351,Carmondean and Eliburn North - 06,5b,Aspiring urban households,S02002494,Carmondean and Eliburn North,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205422 +205422,S00134136,8b2,Hard-Pressed Rented Terraces,S01013296,East Calder - 05,4a,Challenged white communities,S02002485,East Calder,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205423 +205423,S00134149,8b2,Hard-Pressed Rented Terraces,S01013298,East Calder - 07,5c,Comfortable neighbourhoods,S02002485,East Calder,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205424 +205424,S00134153,8b2,Hard-Pressed Rented Terraces,S01013297,East Calder - 06,5c,Comfortable neighbourhoods,S02002485,East Calder,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205425 +205425,S00134171,8b2,Hard-Pressed Rented Terraces,S01013362,Blackburn - 06,4a,Challenged white communities,S02002496,Blackburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205426 +205426,S00134179,8b2,Hard-Pressed Rented Terraces,S01013358,Blackburn - 02,5e,Primary sector workers,S02002496,Blackburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205427 +205427,S00134191,8b2,Hard-Pressed Rented Terraces,S01013356,Seafield - 03,4a,Challenged white communities,S02002495,Seafield,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205428 +205428,S00134213,8b2,Hard-Pressed Rented Terraces,S01013429,"Blackridge, Westfield and Torphichen - 01",5c,Comfortable neighbourhoods,S02002506,"Blackridge, Westfield and Torphichen",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205429 +205429,S00134233,8b2,Hard-Pressed Rented Terraces,S01013388,Armadale - 06,5c,Comfortable neighbourhoods,S02002500,Armadale,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205430 +205430,S00134234,8b2,Hard-Pressed Rented Terraces,S01013388,Armadale - 06,5c,Comfortable neighbourhoods,S02002500,Armadale,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205431 +205431,S00134242,8b2,Hard-Pressed Rented Terraces,S01013399,Armadale South - 08,5b,Aspiring urban households,S02002501,Armadale South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205432 +205432,S00134264,8b2,Hard-Pressed Rented Terraces,S01013385,Armadale - 03,5c,Comfortable neighbourhoods,S02002500,Armadale,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205433 +205433,S00134268,8b2,Hard-Pressed Rented Terraces,S01013387,Armadale - 05,4a,Challenged white communities,S02002500,Armadale,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205434 +205434,S00134272,8b2,Hard-Pressed Rented Terraces,S01013391,Armadale - 09,5d,Endeavouring social renters,S02002500,Armadale,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205435 +205435,S00134314,8d3,Hard-Pressed European Settlers,S01013409,Bathgate and Boghall - 05,5b,Aspiring urban households,S02002503,Bathgate and Boghall,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205436 +205436,S00134273,8b2,Hard-Pressed Rented Terraces,S01013390,Armadale - 08,5d,Endeavouring social renters,S02002500,Armadale,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205437 +205437,S00134274,8b2,Hard-Pressed Rented Terraces,S01013390,Armadale - 08,5d,Endeavouring social renters,S02002500,Armadale,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205438 +205438,S00134277,8b2,Hard-Pressed Rented Terraces,S01013390,Armadale - 08,5d,Endeavouring social renters,S02002500,Armadale,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205439 +205439,S00134285,8b2,Hard-Pressed Rented Terraces,S01013389,Armadale - 07,4a,Challenged white communities,S02002500,Armadale,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205440 +205440,S00134311,8b2,Hard-Pressed Rented Terraces,S01013409,Bathgate and Boghall - 05,5b,Aspiring urban households,S02002503,Bathgate and Boghall,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205441 +205441,S00134321,8b2,Hard-Pressed Rented Terraces,S01013408,Bathgate and Boghall - 04,4b,Constrained renters,S02002503,Bathgate and Boghall,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205442 +205442,S00134323,8b2,Hard-Pressed Rented Terraces,S01013406,Bathgate and Boghall - 02,4a,Challenged white communities,S02002503,Bathgate and Boghall,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205443 +205443,S00134330,8b2,Hard-Pressed Rented Terraces,S01013406,Bathgate and Boghall - 02,4a,Challenged white communities,S02002503,Bathgate and Boghall,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205444 +205444,S00134337,8b2,Hard-Pressed Rented Terraces,S01013400,"Bathgate, Wester Inch and Inchcross - 01",4a,Challenged white communities,S02002502,"Bathgate, Wester Inch and Inchcross",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205445 +205445,S00134344,8b2,Hard-Pressed Rented Terraces,S01013426,Bathgate West - 07,4a,Challenged white communities,S02002505,Bathgate West,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205446 +205446,S00134358,8b2,Hard-Pressed Rented Terraces,S01013422,Bathgate West - 03,5d,Endeavouring social renters,S02002505,Bathgate West,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205447 +205447,S00134389,8b2,Hard-Pressed Rented Terraces,S01013290,Mid Calder and Kirknewton - 07,5c,Comfortable neighbourhoods,S02002484,Mid Calder and Kirknewton,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205448 +205448,S00134396,8b2,Hard-Pressed Rented Terraces,S01013464,"Uphall, Dechmont and Ecclesmachan - 01",5c,Comfortable neighbourhoods,S02002512,"Uphall, Dechmont and Ecclesmachan",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205449 +205449,S00134404,8b2,Hard-Pressed Rented Terraces,S01013465,"Uphall, Dechmont and Ecclesmachan - 02",5c,Comfortable neighbourhoods,S02002512,"Uphall, Dechmont and Ecclesmachan",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205450 +205450,S00134407,8b2,Hard-Pressed Rented Terraces,S01013467,"Uphall, Dechmont and Ecclesmachan - 04",8c,Comfortable suburbia,S02002512,"Uphall, Dechmont and Ecclesmachan",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205451 +205451,S00134436,8b2,Hard-Pressed Rented Terraces,S01013480,Broxburn East - 03,4b,Constrained renters,S02002514,Broxburn East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205452 +205452,S00134980,7b1,Eastern European Communities,S01013459,Broxburn Kirkhill - 01,4b,Constrained renters,S02002511,Broxburn Kirkhill,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205453 +205453,S00134437,8b2,Hard-Pressed Rented Terraces,S01013479,Broxburn East - 02,4b,Constrained renters,S02002514,Broxburn East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205454 +205454,S00134439,8b2,Hard-Pressed Rented Terraces,S01013480,Broxburn East - 03,4b,Constrained renters,S02002514,Broxburn East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205455 +205455,S00134442,8b2,Hard-Pressed Rented Terraces,S01013480,Broxburn East - 03,4b,Constrained renters,S02002514,Broxburn East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205456 +205456,S00134454,8b2,Hard-Pressed Rented Terraces,S01013469,"Uphall, Dechmont and Ecclesmachan - 06",5c,Comfortable neighbourhoods,S02002512,"Uphall, Dechmont and Ecclesmachan",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205457 +205457,S00134456,8b2,Hard-Pressed Rented Terraces,S01013471,"Uphall, Dechmont and Ecclesmachan - 08",4a,Challenged white communities,S02002512,"Uphall, Dechmont and Ecclesmachan",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205458 +205458,S00134460,8b2,Hard-Pressed Rented Terraces,S01013471,"Uphall, Dechmont and Ecclesmachan - 08",4a,Challenged white communities,S02002512,"Uphall, Dechmont and Ecclesmachan",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205459 +205459,S00134461,8b2,Hard-Pressed Rented Terraces,S01013471,"Uphall, Dechmont and Ecclesmachan - 08",4a,Challenged white communities,S02002512,"Uphall, Dechmont and Ecclesmachan",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205460 +205460,S00134319,8d3,Hard-Pressed European Settlers,S01013408,Bathgate and Boghall - 04,4b,Constrained renters,S02002503,Bathgate and Boghall,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205461 +205461,S00134362,8d3,Hard-Pressed European Settlers,S01013428,Bathgate West - 09,4a,Challenged white communities,S02002505,Bathgate West,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205462 +205462,S00134382,8d3,Hard-Pressed European Settlers,S01013418,Bathgate East - 08,5c,Comfortable neighbourhoods,S02002504,Bathgate East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205463 +205463,S00133721,7b3,Endeavouring Flat Dwellers,S01013251,Breich Valley - 02,4d,Hard-pressed flat dwellers,S02002479,Breich Valley,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205464 +205464,S00134466,8d3,Hard-Pressed European Settlers,S01013460,Broxburn Kirkhill - 02,4a,Challenged white communities,S02002511,Broxburn Kirkhill,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205465 +205465,S00133754,7b3,Endeavouring Flat Dwellers,S01013259,West Calder and Polbeth - 04,5c,Comfortable neighbourhoods,S02002480,West Calder and Polbeth,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205466 +205466,S00134470,8d3,Hard-Pressed European Settlers,S01013463,Broxburn Kirkhill - 05,4b,Constrained renters,S02002511,Broxburn Kirkhill,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205467 +205467,S00133762,7b3,Endeavouring Flat Dwellers,S01013378,"Whitburn, Croftmalloch and Greenrigg - 01",5c,Comfortable neighbourhoods,S02002499,"Whitburn, Croftmalloch and Greenrigg",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205468 +205468,S00134474,8d3,Hard-Pressed European Settlers,S01013461,Broxburn Kirkhill - 03,4b,Constrained renters,S02002511,Broxburn Kirkhill,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205469 +205469,S00133804,7b3,Endeavouring Flat Dwellers,S01013372,Whitburn Central - 01,4a,Challenged white communities,S02002498,Whitburn Central,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205470 +205470,S00133813,7b3,Endeavouring Flat Dwellers,S01013374,Whitburn Central - 03,4d,Hard-pressed flat dwellers,S02002498,Whitburn Central,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205471 +205471,S00133818,7b3,Endeavouring Flat Dwellers,S01013374,Whitburn Central - 03,4d,Hard-pressed flat dwellers,S02002498,Whitburn Central,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205472 +205472,S00133819,7b3,Endeavouring Flat Dwellers,S01013374,Whitburn Central - 03,4d,Hard-pressed flat dwellers,S02002498,Whitburn Central,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205473 +205473,S00133835,7b3,Endeavouring Flat Dwellers,S01013369,Blaeberry Hill and East Whitburn - 06,4d,Hard-pressed flat dwellers,S02002497,Blaeberry Hill and East Whitburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205474 +205474,S00133901,7b3,Endeavouring Flat Dwellers,S01013306,Craigshill - 04,4d,Hard-pressed flat dwellers,S02002487,Craigshill,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205475 +205475,S00134175,7b3,Endeavouring Flat Dwellers,S01013359,Blackburn - 03,4a,Challenged white communities,S02002496,Blackburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205476 +205476,S00134303,7b3,Endeavouring Flat Dwellers,S01013412,Bathgate East - 02,5c,Comfortable neighbourhoods,S02002504,Bathgate East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205477 +205477,S00134304,7b3,Endeavouring Flat Dwellers,S01013412,Bathgate East - 02,5c,Comfortable neighbourhoods,S02002504,Bathgate East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205478 +205478,S00134492,7b3,Endeavouring Flat Dwellers,S01013457,"Winchburgh, Bridgend and Philpstoun - 05",4a,Challenged white communities,S02002510,"Winchburgh, Bridgend and Philpstoun",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205479 +205479,S00134551,7b3,Endeavouring Flat Dwellers,S01013444,Linlithgow Bridge - 03,4d,Hard-pressed flat dwellers,S02002508,Linlithgow Bridge,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205480 +205480,S00134552,7b3,Endeavouring Flat Dwellers,S01013444,Linlithgow Bridge - 03,4d,Hard-pressed flat dwellers,S02002508,Linlithgow Bridge,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205481 +205481,S00134558,7b3,Endeavouring Flat Dwellers,S01013444,Linlithgow Bridge - 03,4d,Hard-pressed flat dwellers,S02002508,Linlithgow Bridge,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205482 +205482,S00134559,7b3,Endeavouring Flat Dwellers,S01013444,Linlithgow Bridge - 03,4d,Hard-pressed flat dwellers,S02002508,Linlithgow Bridge,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205483 +205483,S00134632,7b3,Endeavouring Flat Dwellers,S01013251,Breich Valley - 02,4d,Hard-pressed flat dwellers,S02002479,Breich Valley,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205484 +205484,S00134636,7b3,Endeavouring Flat Dwellers,S01013259,West Calder and Polbeth - 04,5c,Comfortable neighbourhoods,S02002480,West Calder and Polbeth,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205485 +205485,S00134754,7b3,Endeavouring Flat Dwellers,S01013415,Bathgate East - 05,4d,Hard-pressed flat dwellers,S02002504,Bathgate East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205486 +205486,S00134869,7b3,Endeavouring Flat Dwellers,S01013350,Carmondean and Eliburn North - 05,4b,Constrained renters,S02002494,Carmondean and Eliburn North,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205487 +205487,S00135029,7b3,Endeavouring Flat Dwellers,S01013330,Knightsridge - 01,3a,Achieving neighbourhoods,S02002491,Knightsridge,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205488 +205488,S00133646,1a2,Established Farming Communities,S01013391,Armadale - 09,5d,Endeavouring social renters,S02002500,Armadale,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205489 +205489,S00133648,1a2,Established Farming Communities,S01013433,"Blackridge, Westfield and Torphichen - 05",2b,Prospering countryside life,S02002506,"Blackridge, Westfield and Torphichen",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205490 +205490,S00133670,1a2,Established Farming Communities,S01013462,Broxburn Kirkhill - 04,5b,Aspiring urban households,S02002511,Broxburn Kirkhill,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205491 +205491,S00133679,1a2,Established Farming Communities,S01013357,Blackburn - 01,5e,Primary sector workers,S02002496,Blackburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205492 +205492,S00133680,1a2,Established Farming Communities,S01013269,"Bellsquarry, Adambrae and Kirkton - 07",3a,Achieving neighbourhoods,S02002481,"Bellsquarry, Adambrae and Kirkton",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205493 +205493,S00134151,1a2,Established Farming Communities,S01013292,East Calder - 01,8c,Comfortable suburbia,S02002485,East Calder,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205494 +205494,S00134400,1a2,Established Farming Communities,S01013464,"Uphall, Dechmont and Ecclesmachan - 01",5c,Comfortable neighbourhoods,S02002512,"Uphall, Dechmont and Ecclesmachan",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205495 +205495,S00134620,1a2,Established Farming Communities,S01013250,Breich Valley - 01,2d,Rural traits,S02002479,Breich Valley,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205496 +205496,S00134692,1a2,Established Farming Communities,S01013431,"Blackridge, Westfield and Torphichen - 03",5e,Primary sector workers,S02002506,"Blackridge, Westfield and Torphichen",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205497 +205497,S00134694,1a2,Established Farming Communities,S01013432,"Blackridge, Westfield and Torphichen - 04",2d,Rural traits,S02002506,"Blackridge, Westfield and Torphichen",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205498 +205498,S00134770,1a2,Established Farming Communities,S01013289,Mid Calder and Kirknewton - 06,2b,Prospering countryside life,S02002484,Mid Calder and Kirknewton,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205499 +205499,S00134771,1a2,Established Farming Communities,S01013289,Mid Calder and Kirknewton - 06,2b,Prospering countryside life,S02002484,Mid Calder and Kirknewton,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205500 +205500,S00134790,1a2,Established Farming Communities,S01013250,Breich Valley - 01,2d,Rural traits,S02002479,Breich Valley,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205501 +205501,S00133864,5a3,Families in Terraces and Flats,S01013284,Mid Calder and Kirknewton - 01,5b,Aspiring urban households,S02002484,Mid Calder and Kirknewton,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205502 +205502,S00133865,5a3,Families in Terraces and Flats,S01013284,Mid Calder and Kirknewton - 01,5b,Aspiring urban households,S02002484,Mid Calder and Kirknewton,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205503 +205503,S00133871,5a3,Families in Terraces and Flats,S01013284,Mid Calder and Kirknewton - 01,5b,Aspiring urban households,S02002484,Mid Calder and Kirknewton,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205504 +205504,S00133939,5a3,Families in Terraces and Flats,S01013347,Carmondean and Eliburn North - 02,3a,Achieving neighbourhoods,S02002494,Carmondean and Eliburn North,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205505 +205505,S00133941,5a3,Families in Terraces and Flats,S01013347,Carmondean and Eliburn North - 02,3a,Achieving neighbourhoods,S02002494,Carmondean and Eliburn North,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205506 +205506,S00134028,5a3,Families in Terraces and Flats,S01013313,Howden - 05,4b,Constrained renters,S02002488,Howden,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205507 +205507,S00134131,5a3,Families in Terraces and Flats,S01013295,East Calder - 04,5b,Aspiring urban households,S02002485,East Calder,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205508 +205508,S00134135,5a3,Families in Terraces and Flats,S01013294,East Calder - 03,5c,Comfortable neighbourhoods,S02002485,East Calder,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205509 +205509,S00134292,5a3,Families in Terraces and Flats,S01013414,Bathgate East - 04,4b,Constrained renters,S02002504,Bathgate East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205510 +205510,S00134418,5a3,Families in Terraces and Flats,S01013474,Broxburn South - 03,3a,Achieving neighbourhoods,S02002513,Broxburn South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205511 +205511,S00134476,8d3,Hard-Pressed European Settlers,S01013461,Broxburn Kirkhill - 03,4b,Constrained renters,S02002511,Broxburn Kirkhill,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205512 +205512,S00134667,8d3,Hard-Pressed European Settlers,S01013404,"Bathgate, Wester Inch and Inchcross - 05",3a,Achieving neighbourhoods,S02002502,"Bathgate, Wester Inch and Inchcross",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205513 +205513,S00134702,8d3,Hard-Pressed European Settlers,S01013356,Seafield - 03,4a,Challenged white communities,S02002495,Seafield,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205514 +205514,S00134740,8d3,Hard-Pressed European Settlers,S01013345,Deans - 04,4b,Constrained renters,S02002493,Deans,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205515 +205515,S00134859,8d3,Hard-Pressed European Settlers,S01013309,Howden - 01,3a,Achieving neighbourhoods,S02002488,Howden,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205516 +205516,S00134930,8d3,Hard-Pressed European Settlers,S01013407,Bathgate and Boghall - 03,4b,Constrained renters,S02002503,Bathgate and Boghall,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205517 +205517,S00134933,8d3,Hard-Pressed European Settlers,S01013421,Bathgate West - 02,8c,Comfortable suburbia,S02002505,Bathgate West,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205518 +205518,S00133653,8b2,Hard-Pressed Rented Terraces,S01013454,"Winchburgh, Bridgend and Philpstoun - 02",2b,Prospering countryside life,S02002510,"Winchburgh, Bridgend and Philpstoun",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205519 +205519,S00133687,8b2,Hard-Pressed Rented Terraces,S01013243,Fauldhouse - 01,4a,Challenged white communities,S02002478,Fauldhouse,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205520 +205520,S00133700,8b2,Hard-Pressed Rented Terraces,S01013245,Fauldhouse - 03,5c,Comfortable neighbourhoods,S02002478,Fauldhouse,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205521 +205521,S00133701,8b2,Hard-Pressed Rented Terraces,S01013245,Fauldhouse - 03,5c,Comfortable neighbourhoods,S02002478,Fauldhouse,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205522 +205522,S00133706,8b2,Hard-Pressed Rented Terraces,S01013248,Fauldhouse - 06,4a,Challenged white communities,S02002478,Fauldhouse,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205523 +205523,S00133716,8b2,Hard-Pressed Rented Terraces,S01013246,Fauldhouse - 04,5d,Endeavouring social renters,S02002478,Fauldhouse,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205524 +205524,S00133723,8b2,Hard-Pressed Rented Terraces,S01013251,Breich Valley - 02,4d,Hard-pressed flat dwellers,S02002479,Breich Valley,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205525 +205525,S00133732,8b2,Hard-Pressed Rented Terraces,S01013254,Breich Valley - 05,4a,Challenged white communities,S02002479,Breich Valley,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205526 +205526,S00133733,8b2,Hard-Pressed Rented Terraces,S01013254,Breich Valley - 05,4a,Challenged white communities,S02002479,Breich Valley,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205527 +205527,S00133736,8b2,Hard-Pressed Rented Terraces,S01013364,Blaeberry Hill and East Whitburn - 01,5d,Endeavouring social renters,S02002497,Blaeberry Hill and East Whitburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205528 +205528,S00133743,8b2,Hard-Pressed Rented Terraces,S01013257,West Calder and Polbeth - 02,5c,Comfortable neighbourhoods,S02002480,West Calder and Polbeth,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205529 +205529,S00133745,8b2,Hard-Pressed Rented Terraces,S01013256,West Calder and Polbeth - 01,5a,Ageing urban communities,S02002480,West Calder and Polbeth,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205530 +205530,S00133756,8b2,Hard-Pressed Rented Terraces,S01013259,West Calder and Polbeth - 04,5c,Comfortable neighbourhoods,S02002480,West Calder and Polbeth,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205531 +205531,S00133758,8b2,Hard-Pressed Rented Terraces,S01013379,"Whitburn, Croftmalloch and Greenrigg - 02",5c,Comfortable neighbourhoods,S02002499,"Whitburn, Croftmalloch and Greenrigg",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205532 +205532,S00133760,8b2,Hard-Pressed Rented Terraces,S01013379,"Whitburn, Croftmalloch and Greenrigg - 02",5c,Comfortable neighbourhoods,S02002499,"Whitburn, Croftmalloch and Greenrigg",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205533 +205533,S00133796,8b2,Hard-Pressed Rented Terraces,S01013375,Whitburn Central - 04,4a,Challenged white communities,S02002498,Whitburn Central,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205534 +205534,S00133811,8b2,Hard-Pressed Rented Terraces,S01013376,Whitburn Central - 05,4a,Challenged white communities,S02002498,Whitburn Central,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205535 +205535,S00133829,8b2,Hard-Pressed Rented Terraces,S01013377,Whitburn Central - 06,4a,Challenged white communities,S02002498,Whitburn Central,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205536 +205536,S00133837,8b2,Hard-Pressed Rented Terraces,S01013261,West Calder and Polbeth - 06,4a,Challenged white communities,S02002480,West Calder and Polbeth,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205537 +205537,S00133839,8b2,Hard-Pressed Rented Terraces,S01013261,West Calder and Polbeth - 06,4a,Challenged white communities,S02002480,West Calder and Polbeth,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205538 +205538,S00133841,8b2,Hard-Pressed Rented Terraces,S01013261,West Calder and Polbeth - 06,4a,Challenged white communities,S02002480,West Calder and Polbeth,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205539 +205539,S00133844,8b2,Hard-Pressed Rented Terraces,S01013262,West Calder and Polbeth - 07,4a,Challenged white communities,S02002480,West Calder and Polbeth,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205540 +205540,S00133845,8b2,Hard-Pressed Rented Terraces,S01013262,West Calder and Polbeth - 07,4a,Challenged white communities,S02002480,West Calder and Polbeth,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205541 +205541,S00133846,8b2,Hard-Pressed Rented Terraces,S01013262,West Calder and Polbeth - 07,4a,Challenged white communities,S02002480,West Calder and Polbeth,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205542 +205542,S00133850,8b2,Hard-Pressed Rented Terraces,S01013382,"Whitburn, Croftmalloch and Greenrigg - 05",5d,Endeavouring social renters,S02002499,"Whitburn, Croftmalloch and Greenrigg",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205543 +205543,S00133852,8b2,Hard-Pressed Rented Terraces,S01013381,"Whitburn, Croftmalloch and Greenrigg - 04",5d,Endeavouring social renters,S02002499,"Whitburn, Croftmalloch and Greenrigg",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205544 +205544,S00133853,8b2,Hard-Pressed Rented Terraces,S01013381,"Whitburn, Croftmalloch and Greenrigg - 04",5d,Endeavouring social renters,S02002499,"Whitburn, Croftmalloch and Greenrigg",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205545 +205545,S00133854,8b2,Hard-Pressed Rented Terraces,S01013381,"Whitburn, Croftmalloch and Greenrigg - 04",5d,Endeavouring social renters,S02002499,"Whitburn, Croftmalloch and Greenrigg",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205546 +205546,S00133882,8b2,Hard-Pressed Rented Terraces,S01013299,Pumpherston and Uphall Station - 01,5d,Endeavouring social renters,S02002486,Pumpherston and Uphall Station,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205547 +205547,S00133884,8b2,Hard-Pressed Rented Terraces,S01013299,Pumpherston and Uphall Station - 01,5d,Endeavouring social renters,S02002486,Pumpherston and Uphall Station,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205548 +205548,S00133885,8b2,Hard-Pressed Rented Terraces,S01013300,Pumpherston and Uphall Station - 02,5e,Primary sector workers,S02002486,Pumpherston and Uphall Station,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205549 +205549,S00133888,8b2,Hard-Pressed Rented Terraces,S01013303,Craigshill - 01,5c,Comfortable neighbourhoods,S02002487,Craigshill,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205550 +205550,S00134644,6a3,Detached Retirement Living,S01013252,Breich Valley - 03,5c,Comfortable neighbourhoods,S02002479,Breich Valley,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205551 +205551,S00134647,6a3,Detached Retirement Living,S01013382,"Whitburn, Croftmalloch and Greenrigg - 05",5d,Endeavouring social renters,S02002499,"Whitburn, Croftmalloch and Greenrigg",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205552 +205552,S00134695,6a3,Detached Retirement Living,S01013337,Knightsridge and Deans North - 01,5b,Aspiring urban households,S02002492,Knightsridge and Deans North,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205553 +205553,S00134696,6a3,Detached Retirement Living,S01013263,"Bellsquarry, Adambrae and Kirkton - 01",8c,Comfortable suburbia,S02002481,"Bellsquarry, Adambrae and Kirkton",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205554 +205554,S00134750,6a3,Detached Retirement Living,S01013412,Bathgate East - 02,5c,Comfortable neighbourhoods,S02002504,Bathgate East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205555 +205555,S00134761,6a3,Detached Retirement Living,S01013439,Linlithgow South - 06,8b,Ageing suburbanites,S02002507,Linlithgow South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205556 +205556,S00134788,6a3,Detached Retirement Living,S01013271,Bankton and Murieston - 02,8a,Affluent communities,S02002482,Bankton and Murieston,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205557 +205557,S00134789,6a3,Detached Retirement Living,S01013271,Bankton and Murieston - 02,8a,Affluent communities,S02002482,Bankton and Murieston,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205558 +205558,S00134884,6a3,Detached Retirement Living,S01013270,Bankton and Murieston - 01,8c,Comfortable suburbia,S02002482,Bankton and Murieston,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205559 +205559,S00134923,6a3,Detached Retirement Living,S01013386,Armadale - 04,8b,Ageing suburbanites,S02002500,Armadale,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205560 +205560,S00135004,6a3,Detached Retirement Living,S01013446,Linlithgow Bridge - 05,5c,Comfortable neighbourhoods,S02002508,Linlithgow Bridge,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205561 +205561,S00135033,6a3,Detached Retirement Living,S01013269,"Bellsquarry, Adambrae and Kirkton - 07",3a,Achieving neighbourhoods,S02002481,"Bellsquarry, Adambrae and Kirkton",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205562 +205562,S00133685,1c3,Detached Rural Retirement,S01013432,"Blackridge, Westfield and Torphichen - 04",2d,Rural traits,S02002506,"Blackridge, Westfield and Torphichen",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205563 +205563,S00134282,1c3,Detached Rural Retirement,S01013385,Armadale - 03,5c,Comfortable neighbourhoods,S02002500,Armadale,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205564 +205564,S00133684,7b1,Eastern European Communities,S01013250,Breich Valley - 01,2d,Rural traits,S02002479,Breich Valley,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205565 +205565,S00133710,7b1,Eastern European Communities,S01013247,Fauldhouse - 05,4a,Challenged white communities,S02002478,Fauldhouse,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205566 +205566,S00133717,7b1,Eastern European Communities,S01013251,Breich Valley - 02,4d,Hard-pressed flat dwellers,S02002479,Breich Valley,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205567 +205567,S00133750,7b1,Eastern European Communities,S01013257,West Calder and Polbeth - 02,5c,Comfortable neighbourhoods,S02002480,West Calder and Polbeth,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205568 +205568,S00133794,7b1,Eastern European Communities,S01013375,Whitburn Central - 04,4a,Challenged white communities,S02002498,Whitburn Central,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205569 +205569,S00133815,7b1,Eastern European Communities,S01013374,Whitburn Central - 03,4d,Hard-pressed flat dwellers,S02002498,Whitburn Central,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205570 +205570,S00133891,7b1,Eastern European Communities,S01013312,Howden - 04,4b,Constrained renters,S02002488,Howden,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205571 +205571,S00133900,7b1,Eastern European Communities,S01013306,Craigshill - 04,4d,Hard-pressed flat dwellers,S02002487,Craigshill,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205572 +205572,S00133911,7b1,Eastern European Communities,S01013304,Craigshill - 02,4b,Constrained renters,S02002487,Craigshill,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205573 +205573,S00133912,7b1,Eastern European Communities,S01013304,Craigshill - 02,4b,Constrained renters,S02002487,Craigshill,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205574 +205574,S00133923,7b1,Eastern European Communities,S01013306,Craigshill - 04,4d,Hard-pressed flat dwellers,S02002487,Craigshill,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205575 +205575,S00134177,7b1,Eastern European Communities,S01013359,Blackburn - 03,4a,Challenged white communities,S02002496,Blackburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205576 +205576,S00134184,7b1,Eastern European Communities,S01013363,Blackburn - 07,4d,Hard-pressed flat dwellers,S02002496,Blackburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205577 +205577,S00134187,7b1,Eastern European Communities,S01013363,Blackburn - 07,4d,Hard-pressed flat dwellers,S02002496,Blackburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205578 +205578,S00134226,7b1,Eastern European Communities,S01013395,Armadale South - 04,4d,Hard-pressed flat dwellers,S02002501,Armadale South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205579 +205579,S00134227,7b1,Eastern European Communities,S01013395,Armadale South - 04,4d,Hard-pressed flat dwellers,S02002501,Armadale South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205580 +205580,S00134290,7b1,Eastern European Communities,S01013417,Bathgate East - 07,4b,Constrained renters,S02002504,Bathgate East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205581 +205581,S00134315,7b1,Eastern European Communities,S01013410,Bathgate and Boghall - 06,4d,Hard-pressed flat dwellers,S02002503,Bathgate and Boghall,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205582 +205582,S00134360,7b1,Eastern European Communities,S01013415,Bathgate East - 05,4d,Hard-pressed flat dwellers,S02002504,Bathgate East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205583 +205583,S00134371,7b1,Eastern European Communities,S01013415,Bathgate East - 05,4d,Hard-pressed flat dwellers,S02002504,Bathgate East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205584 +205584,S00134374,7b1,Eastern European Communities,S01013417,Bathgate East - 07,4b,Constrained renters,S02002504,Bathgate East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205585 +205585,S00134415,7b1,Eastern European Communities,S01013459,Broxburn Kirkhill - 01,4b,Constrained renters,S02002511,Broxburn Kirkhill,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205586 +205586,S00134431,7b1,Eastern European Communities,S01013479,Broxburn East - 02,4b,Constrained renters,S02002514,Broxburn East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205587 +205587,S00134435,7b1,Eastern European Communities,S01013479,Broxburn East - 02,4b,Constrained renters,S02002514,Broxburn East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205588 +205588,S00134458,7b1,Eastern European Communities,S01013470,"Uphall, Dechmont and Ecclesmachan - 07",4d,Hard-pressed flat dwellers,S02002512,"Uphall, Dechmont and Ecclesmachan",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205589 +205589,S00134462,7b1,Eastern European Communities,S01013470,"Uphall, Dechmont and Ecclesmachan - 07",4d,Hard-pressed flat dwellers,S02002512,"Uphall, Dechmont and Ecclesmachan",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205590 +205590,S00134580,7b1,Eastern European Communities,S01013453,"Winchburgh, Bridgend and Philpstoun - 01",4a,Challenged white communities,S02002510,"Winchburgh, Bridgend and Philpstoun",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205591 +205591,S00134584,7b1,Eastern European Communities,S01013453,"Winchburgh, Bridgend and Philpstoun - 01",4a,Challenged white communities,S02002510,"Winchburgh, Bridgend and Philpstoun",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205592 +205592,S00134738,7b1,Eastern European Communities,S01013344,Deans - 03,4a,Challenged white communities,S02002493,Deans,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205593 +205593,S00134746,7b1,Eastern European Communities,S01013394,Armadale South - 03,4a,Challenged white communities,S02002501,Armadale South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205594 +205594,S00134795,7b1,Eastern European Communities,S01013252,Breich Valley - 03,5c,Comfortable neighbourhoods,S02002479,Breich Valley,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205595 +205595,S00134819,7b1,Eastern European Communities,S01013305,Craigshill - 03,4b,Constrained renters,S02002487,Craigshill,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205596 +205596,S00134826,7b1,Eastern European Communities,S01013306,Craigshill - 04,4d,Hard-pressed flat dwellers,S02002487,Craigshill,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205597 +205597,S00134873,7b1,Eastern European Communities,S01013349,Carmondean and Eliburn North - 04,3d,Households in terraces and flats,S02002494,Carmondean and Eliburn North,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205598 +205598,S00134879,7b1,Eastern European Communities,S01013334,Knightsridge - 05,4b,Constrained renters,S02002491,Knightsridge,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205599 +205599,S00134913,7b1,Eastern European Communities,S01013395,Armadale South - 04,4d,Hard-pressed flat dwellers,S02002501,Armadale South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205600 +205600,S00133746,7c3,Outer City Hardship,S01013257,West Calder and Polbeth - 02,5c,Comfortable neighbourhoods,S02002480,West Calder and Polbeth,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205601 +205601,S00133774,8c3,Renting Hard-Pressed Workers,S01013370,Blaeberry Hill and East Whitburn - 07,4d,Hard-pressed flat dwellers,S02002497,Blaeberry Hill and East Whitburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205602 +205602,S00133764,7c3,Outer City Hardship,S01013378,"Whitburn, Croftmalloch and Greenrigg - 01",5c,Comfortable neighbourhoods,S02002499,"Whitburn, Croftmalloch and Greenrigg",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205603 +205603,S00133799,8c3,Renting Hard-Pressed Workers,S01013372,Whitburn Central - 01,4a,Challenged white communities,S02002498,Whitburn Central,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205604 +205604,S00133765,7c3,Outer City Hardship,S01013378,"Whitburn, Croftmalloch and Greenrigg - 01",5c,Comfortable neighbourhoods,S02002499,"Whitburn, Croftmalloch and Greenrigg",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205605 +205605,S00133800,8c3,Renting Hard-Pressed Workers,S01013372,Whitburn Central - 01,4a,Challenged white communities,S02002498,Whitburn Central,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205606 +205606,S00133795,7c3,Outer City Hardship,S01013373,Whitburn Central - 02,4a,Challenged white communities,S02002498,Whitburn Central,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205607 +205607,S00133802,8c3,Renting Hard-Pressed Workers,S01013372,Whitburn Central - 01,4a,Challenged white communities,S02002498,Whitburn Central,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205608 +205608,S00133814,7c3,Outer City Hardship,S01013376,Whitburn Central - 05,4a,Challenged white communities,S02002498,Whitburn Central,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205609 +205609,S00133812,8c3,Renting Hard-Pressed Workers,S01013376,Whitburn Central - 05,4a,Challenged white communities,S02002498,Whitburn Central,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205610 +205610,S00134624,1b2,Rural White-Collar Workers,S01013250,Breich Valley - 01,2d,Rural traits,S02002479,Breich Valley,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205611 +205611,S00133822,7c3,Outer City Hardship,S01013369,Blaeberry Hill and East Whitburn - 06,4d,Hard-pressed flat dwellers,S02002497,Blaeberry Hill and East Whitburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205612 +205612,S00133836,8c3,Renting Hard-Pressed Workers,S01013260,West Calder and Polbeth - 05,4a,Challenged white communities,S02002480,West Calder and Polbeth,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205613 +205613,S00133823,7c3,Outer City Hardship,S01013369,Blaeberry Hill and East Whitburn - 06,4d,Hard-pressed flat dwellers,S02002497,Blaeberry Hill and East Whitburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205614 +205614,S00134672,1b2,Rural White-Collar Workers,S01013401,"Bathgate, Wester Inch and Inchcross - 02",3a,Achieving neighbourhoods,S02002502,"Bathgate, Wester Inch and Inchcross",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205615 +205615,S00134920,8c3,Renting Hard-Pressed Workers,S01013385,Armadale - 03,5c,Comfortable neighbourhoods,S02002500,Armadale,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205616 +205616,S00133906,8a1,Industrious Transitions,S01013312,Howden - 04,4b,Constrained renters,S02002488,Howden,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205617 +205617,S00133840,8c3,Renting Hard-Pressed Workers,S01013261,West Calder and Polbeth - 06,4a,Challenged white communities,S02002480,West Calder and Polbeth,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205618 +205618,S00133825,7c3,Outer City Hardship,S01013377,Whitburn Central - 06,4a,Challenged white communities,S02002498,Whitburn Central,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205619 +205619,S00134700,1b2,Rural White-Collar Workers,S01013434,Linlithgow South - 01,2b,Prospering countryside life,S02002507,Linlithgow South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205620 +205620,S00133937,8a1,Industrious Transitions,S01013302,Pumpherston and Uphall Station - 04,5b,Aspiring urban households,S02002486,Pumpherston and Uphall Station,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205621 +205621,S00134703,1b2,Rural White-Collar Workers,S01013434,Linlithgow South - 01,2b,Prospering countryside life,S02002507,Linlithgow South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205622 +205622,S00133830,7c3,Outer City Hardship,S01013377,Whitburn Central - 06,4a,Challenged white communities,S02002498,Whitburn Central,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205623 +205623,S00134709,1b2,Rural White-Collar Workers,S01013454,"Winchburgh, Bridgend and Philpstoun - 02",2b,Prospering countryside life,S02002510,"Winchburgh, Bridgend and Philpstoun",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205624 +205624,S00134134,8a1,Industrious Transitions,S01013294,East Calder - 03,5c,Comfortable neighbourhoods,S02002485,East Calder,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205625 +205625,S00134568,5b3,Self-Sufficient Retirement,S01013449,Linlithgow North - 02,8c,Comfortable suburbia,S02002509,Linlithgow North,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205626 +205626,S00133776,8a2,Industrious Hardship,S01013371,Blaeberry Hill and East Whitburn - 08,5c,Comfortable neighbourhoods,S02002497,Blaeberry Hill and East Whitburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205627 +205627,S00134872,5a2,Multi-Ethnic Professionals with Families,S01013349,Carmondean and Eliburn North - 04,3d,Households in terraces and flats,S02002494,Carmondean and Eliburn North,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205628 +205628,S00133855,8c3,Renting Hard-Pressed Workers,S01013368,Blaeberry Hill and East Whitburn - 05,5a,Ageing urban communities,S02002497,Blaeberry Hill and East Whitburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205629 +205629,S00134921,8c3,Renting Hard-Pressed Workers,S01013385,Armadale - 03,5c,Comfortable neighbourhoods,S02002500,Armadale,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205630 +205630,S00133832,7c3,Outer City Hardship,S01013369,Blaeberry Hill and East Whitburn - 06,4d,Hard-pressed flat dwellers,S02002497,Blaeberry Hill and East Whitburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205631 +205631,S00134711,1b2,Rural White-Collar Workers,S01013298,East Calder - 07,5c,Comfortable neighbourhoods,S02002485,East Calder,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205632 +205632,S00134137,8a1,Industrious Transitions,S01013296,East Calder - 05,4a,Challenged white communities,S02002485,East Calder,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205633 +205633,S00134575,5b3,Self-Sufficient Retirement,S01013452,Linlithgow North - 05,8c,Comfortable suburbia,S02002509,Linlithgow North,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205634 +205634,S00133807,8a2,Industrious Hardship,S01013375,Whitburn Central - 04,4a,Challenged white communities,S02002498,Whitburn Central,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205635 +205635,S00134786,1b2,Rural White-Collar Workers,S01013454,"Winchburgh, Bridgend and Philpstoun - 02",2b,Prospering countryside life,S02002510,"Winchburgh, Bridgend and Philpstoun",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205636 +205636,S00133921,8c3,Renting Hard-Pressed Workers,S01013306,Craigshill - 04,4d,Hard-pressed flat dwellers,S02002487,Craigshill,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205637 +205637,S00133833,7c3,Outer City Hardship,S01013369,Blaeberry Hill and East Whitburn - 06,4d,Hard-pressed flat dwellers,S02002497,Blaeberry Hill and East Whitburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205638 +205638,S00134967,5a2,Multi-Ethnic Professionals with Families,S01013472,Broxburn South - 01,8c,Comfortable suburbia,S02002513,Broxburn South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205639 +205639,S00134142,8a1,Industrious Transitions,S01013294,East Calder - 03,5c,Comfortable neighbourhoods,S02002485,East Calder,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205640 +205640,S00134977,8c3,Renting Hard-Pressed Workers,S01013470,"Uphall, Dechmont and Ecclesmachan - 07",4d,Hard-pressed flat dwellers,S02002512,"Uphall, Dechmont and Ecclesmachan",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205641 +205641,S00134697,5b3,Self-Sufficient Retirement,S01013288,Mid Calder and Kirknewton - 05,5c,Comfortable neighbourhoods,S02002484,Mid Calder and Kirknewton,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205642 +205642,S00133809,8a2,Industrious Hardship,S01013376,Whitburn Central - 05,4a,Challenged white communities,S02002498,Whitburn Central,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205643 +205643,S00133642,1a1,Rural Workers and Families,S01013365,Blaeberry Hill and East Whitburn - 02,2d,Rural traits,S02002497,Blaeberry Hill and East Whitburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205644 +205644,S00134990,5a2,Multi-Ethnic Professionals with Families,S01013478,Broxburn East - 01,4b,Constrained renters,S02002514,Broxburn East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205645 +205645,S00133834,7c3,Outer City Hardship,S01013369,Blaeberry Hill and East Whitburn - 06,4d,Hard-pressed flat dwellers,S02002497,Blaeberry Hill and East Whitburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205646 +205646,S00134051,8c3,Renting Hard-Pressed Workers,S01013344,Deans - 03,4a,Challenged white communities,S02002493,Deans,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205647 +205647,S00134996,8c3,Renting Hard-Pressed Workers,S01013457,"Winchburgh, Bridgend and Philpstoun - 05",4a,Challenged white communities,S02002510,"Winchburgh, Bridgend and Philpstoun",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205648 +205648,S00134701,5b3,Self-Sufficient Retirement,S01013358,Blackburn - 02,5e,Primary sector workers,S02002496,Blackburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205649 +205649,S00133827,8a2,Industrious Hardship,S01013377,Whitburn Central - 06,4a,Challenged white communities,S02002498,Whitburn Central,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205650 +205650,S00134211,8a1,Industrious Transitions,S01013430,"Blackridge, Westfield and Torphichen - 02",5d,Endeavouring social renters,S02002506,"Blackridge, Westfield and Torphichen",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205651 +205651,S00133664,1a1,Rural Workers and Families,S01013481,Broxburn East - 04,2d,Rural traits,S02002514,Broxburn East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205652 +205652,S00135035,5a2,Multi-Ethnic Professionals with Families,S01013269,"Bellsquarry, Adambrae and Kirkton - 07",3a,Achieving neighbourhoods,S02002481,"Bellsquarry, Adambrae and Kirkton",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205653 +205653,S00133887,7c3,Outer City Hardship,S01013299,Pumpherston and Uphall Station - 01,5d,Endeavouring social renters,S02002486,Pumpherston and Uphall Station,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205654 +205654,S00134139,8c3,Renting Hard-Pressed Workers,S01013296,East Calder - 05,4a,Challenged white communities,S02002485,East Calder,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205655 +205655,S00135020,8c3,Renting Hard-Pressed Workers,S01013325,Ladywell - 03,4a,Challenged white communities,S02002490,Ladywell,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205656 +205656,S00134781,5b3,Self-Sufficient Retirement,S01013427,Bathgate West - 08,2b,Prospering countryside life,S02002505,Bathgate West,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205657 +205657,S00133828,8a2,Industrious Hardship,S01013377,Whitburn Central - 06,4a,Challenged white communities,S02002498,Whitburn Central,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205658 +205658,S00134797,5b3,Self-Sufficient Retirement,S01013253,Breich Valley - 04,5d,Endeavouring social renters,S02002479,Breich Valley,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205659 +205659,S00134950,5b3,Self-Sufficient Retirement,S01013428,Bathgate West - 09,4a,Challenged white communities,S02002505,Bathgate West,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205660 +205660,S00134956,5b3,Self-Sufficient Retirement,S01013468,"Uphall, Dechmont and Ecclesmachan - 05",5a,Ageing urban communities,S02002512,"Uphall, Dechmont and Ecclesmachan",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205661 +205661,S00134957,5b3,Self-Sufficient Retirement,S01013468,"Uphall, Dechmont and Ecclesmachan - 05",5a,Ageing urban communities,S02002512,"Uphall, Dechmont and Ecclesmachan",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205662 +205662,S00134998,5b3,Self-Sufficient Retirement,S01013455,"Winchburgh, Bridgend and Philpstoun - 03",2b,Prospering countryside life,S02002510,"Winchburgh, Bridgend and Philpstoun",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205663 +205663,S00135013,5b3,Self-Sufficient Retirement,S01013448,Linlithgow North - 01,8a,Affluent communities,S02002509,Linlithgow North,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205664 +205664,S00135014,5b3,Self-Sufficient Retirement,S01013448,Linlithgow North - 01,8a,Affluent communities,S02002509,Linlithgow North,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205665 +205665,S00135026,5b3,Self-Sufficient Retirement,S01013330,Knightsridge - 01,3a,Achieving neighbourhoods,S02002491,Knightsridge,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205666 +205666,S00135045,5b3,Self-Sufficient Retirement,S01013341,Knightsridge and Deans North - 05,8c,Comfortable suburbia,S02002492,Knightsridge and Deans North,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205667 +205667,S00133748,6b3,Semi-Detached Ageing,S01013258,West Calder and Polbeth - 03,8c,Comfortable suburbia,S02002480,West Calder and Polbeth,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205668 +205668,S00133751,6b3,Semi-Detached Ageing,S01013258,West Calder and Polbeth - 03,8c,Comfortable suburbia,S02002480,West Calder and Polbeth,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205669 +205669,S00133978,6b3,Semi-Detached Ageing,S01013267,"Bellsquarry, Adambrae and Kirkton - 05",5d,Endeavouring social renters,S02002481,"Bellsquarry, Adambrae and Kirkton",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205670 +205670,S00134114,6b3,Semi-Detached Ageing,S01013276,Bankton and Murieston - 07,8c,Comfortable suburbia,S02002482,Bankton and Murieston,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205671 +205671,S00134286,6b3,Semi-Detached Ageing,S01013386,Armadale - 04,8b,Ageing suburbanites,S02002500,Armadale,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205672 +205672,S00134287,6b3,Semi-Detached Ageing,S01013386,Armadale - 04,8b,Ageing suburbanites,S02002500,Armadale,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205673 +205673,S00134299,6b3,Semi-Detached Ageing,S01013413,Bathgate East - 03,5c,Comfortable neighbourhoods,S02002504,Bathgate East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205674 +205674,S00134306,6b3,Semi-Detached Ageing,S01013411,Bathgate East - 01,5c,Comfortable neighbourhoods,S02002504,Bathgate East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205675 +205675,S00134335,6b3,Semi-Detached Ageing,S01013405,Bathgate and Boghall - 01,5c,Comfortable neighbourhoods,S02002503,Bathgate and Boghall,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205676 +205676,S00134411,6b3,Semi-Detached Ageing,S01013467,"Uphall, Dechmont and Ecclesmachan - 04",8c,Comfortable suburbia,S02002512,"Uphall, Dechmont and Ecclesmachan",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205677 +205677,S00134421,6b3,Semi-Detached Ageing,S01013475,Broxburn South - 04,5b,Aspiring urban households,S02002513,Broxburn South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205678 +205678,S00134424,6b3,Semi-Detached Ageing,S01013476,Broxburn South - 05,5c,Comfortable neighbourhoods,S02002513,Broxburn South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205679 +205679,S00134427,6b3,Semi-Detached Ageing,S01013476,Broxburn South - 05,5c,Comfortable neighbourhoods,S02002513,Broxburn South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205680 +205680,S00134452,6b3,Semi-Detached Ageing,S01013469,"Uphall, Dechmont and Ecclesmachan - 06",5c,Comfortable neighbourhoods,S02002512,"Uphall, Dechmont and Ecclesmachan",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205681 +205681,S00134570,6b3,Semi-Detached Ageing,S01013449,Linlithgow North - 02,8c,Comfortable suburbia,S02002509,Linlithgow North,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205682 +205682,S00134571,6b3,Semi-Detached Ageing,S01013450,Linlithgow North - 03,8c,Comfortable suburbia,S02002509,Linlithgow North,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205683 +205683,S00134897,6b3,Semi-Detached Ageing,S01013274,Bankton and Murieston - 05,8c,Comfortable suburbia,S02002482,Bankton and Murieston,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205684 +205684,S00134900,6b3,Semi-Detached Ageing,S01013295,East Calder - 04,5b,Aspiring urban households,S02002485,East Calder,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205685 +205685,S00134004,4a2,Social Renting New Arrivals,S01013281,Dedridge East - 05,4b,Constrained renters,S02002483,Dedridge East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205686 +205686,S00134846,4a2,Social Renting New Arrivals,S01013320,Livingston Village and Eliburn South - 06,3a,Achieving neighbourhoods,S02002489,Livingston Village and Eliburn South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205687 +205687,S00134871,4a2,Social Renting New Arrivals,S01013349,Carmondean and Eliburn North - 04,3d,Households in terraces and flats,S02002494,Carmondean and Eliburn North,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205688 +205688,S00135042,4a2,Social Renting New Arrivals,S01013331,Knightsridge - 02,3a,Achieving neighbourhoods,S02002491,Knightsridge,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205689 +205689,S00133692,7a1,Transitional Eastern European Neighbourhoods,S01013243,Fauldhouse - 01,4a,Challenged white communities,S02002478,Fauldhouse,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205690 +205690,S00133892,7a1,Transitional Eastern European Neighbourhoods,S01013305,Craigshill - 03,4b,Constrained renters,S02002487,Craigshill,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205691 +205691,S00133895,7a1,Transitional Eastern European Neighbourhoods,S01013305,Craigshill - 03,4b,Constrained renters,S02002487,Craigshill,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205692 +205692,S00133902,7a1,Transitional Eastern European Neighbourhoods,S01013312,Howden - 04,4b,Constrained renters,S02002488,Howden,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205693 +205693,S00133903,7a1,Transitional Eastern European Neighbourhoods,S01013312,Howden - 04,4b,Constrained renters,S02002488,Howden,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205694 +205694,S00133907,7a1,Transitional Eastern European Neighbourhoods,S01013304,Craigshill - 02,4b,Constrained renters,S02002487,Craigshill,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205695 +205695,S00133913,7a1,Transitional Eastern European Neighbourhoods,S01013307,Craigshill - 05,4b,Constrained renters,S02002487,Craigshill,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205696 +205696,S00133916,7a1,Transitional Eastern European Neighbourhoods,S01013308,Craigshill - 06,4b,Constrained renters,S02002487,Craigshill,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205697 +205697,S00133917,7a1,Transitional Eastern European Neighbourhoods,S01013307,Craigshill - 05,4b,Constrained renters,S02002487,Craigshill,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205698 +205698,S00133920,7a1,Transitional Eastern European Neighbourhoods,S01013306,Craigshill - 04,4d,Hard-pressed flat dwellers,S02002487,Craigshill,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205699 +205699,S00133926,7a1,Transitional Eastern European Neighbourhoods,S01013308,Craigshill - 06,4b,Constrained renters,S02002487,Craigshill,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205700 +205700,S00133928,7a1,Transitional Eastern European Neighbourhoods,S01013307,Craigshill - 05,4b,Constrained renters,S02002487,Craigshill,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205701 +205701,S00133958,7a1,Transitional Eastern European Neighbourhoods,S01013324,Ladywell - 02,4b,Constrained renters,S02002490,Ladywell,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205702 +205702,S00133962,7a1,Transitional Eastern European Neighbourhoods,S01013327,Ladywell - 05,4a,Challenged white communities,S02002490,Ladywell,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205703 +205703,S00134602,1a1,Rural Workers and Families,S01013348,Carmondean and Eliburn North - 03,8c,Comfortable suburbia,S02002494,Carmondean and Eliburn North,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205704 +205704,S00134098,6b1,Multi-Ethnic Suburbia,S01013333,Knightsridge - 04,5b,Aspiring urban households,S02002491,Knightsridge,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205705 +205705,S00133953,7c3,Outer City Hardship,S01013321,Livingston Village and Eliburn South - 07,4a,Challenged white communities,S02002489,Livingston Village and Eliburn South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205706 +205706,S00133930,1c2,Renting Rural Retirement,S01013301,Pumpherston and Uphall Station - 03,5d,Endeavouring social renters,S02002486,Pumpherston and Uphall Station,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205707 +205707,S00133831,8a2,Industrious Hardship,S01013377,Whitburn Central - 06,4a,Challenged white communities,S02002498,Whitburn Central,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205708 +205708,S00134221,6b1,Multi-Ethnic Suburbia,S01013397,Armadale South - 06,5c,Comfortable neighbourhoods,S02002501,Armadale South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205709 +205709,S00134251,8a1,Industrious Transitions,S01013394,Armadale South - 03,4a,Challenged white communities,S02002501,Armadale South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205710 +205710,S00134141,8c3,Renting Hard-Pressed Workers,S01013296,East Calder - 05,4a,Challenged white communities,S02002485,East Calder,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205711 +205711,S00134646,1c2,Renting Rural Retirement,S01013380,"Whitburn, Croftmalloch and Greenrigg - 03",2a,Ageing rural neighbourhoods,S02002499,"Whitburn, Croftmalloch and Greenrigg",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205712 +205712,S00134687,6b1,Multi-Ethnic Suburbia,S01013347,Carmondean and Eliburn North - 02,3a,Achieving neighbourhoods,S02002494,Carmondean and Eliburn North,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205713 +205713,S00133842,8a2,Industrious Hardship,S01013262,West Calder and Polbeth - 07,4a,Challenged white communities,S02002480,West Calder and Polbeth,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205714 +205714,S00134126,7c3,Outer City Hardship,S01013288,Mid Calder and Kirknewton - 05,5c,Comfortable neighbourhoods,S02002484,Mid Calder and Kirknewton,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205715 +205715,S00134699,6b1,Multi-Ethnic Suburbia,S01013294,East Calder - 03,5c,Comfortable neighbourhoods,S02002485,East Calder,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205716 +205716,S00134779,1a1,Rural Workers and Families,S01013427,Bathgate West - 08,2b,Prospering countryside life,S02002505,Bathgate West,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205717 +205717,S00134256,8a1,Industrious Transitions,S01013384,Armadale - 02,5c,Comfortable neighbourhoods,S02002500,Armadale,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205718 +205718,S00134143,8c3,Renting Hard-Pressed Workers,S01013297,East Calder - 06,5c,Comfortable neighbourhoods,S02002485,East Calder,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205719 +205719,S00134854,1c2,Renting Rural Retirement,S01013267,"Bellsquarry, Adambrae and Kirkton - 05",5d,Endeavouring social renters,S02002481,"Bellsquarry, Adambrae and Kirkton",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205720 +205720,S00134167,8c3,Renting Hard-Pressed Workers,S01013360,Blackburn - 04,4a,Challenged white communities,S02002496,Blackburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205721 +205721,S00134844,6b1,Multi-Ethnic Suburbia,S01013346,Carmondean and Eliburn North - 01,3a,Achieving neighbourhoods,S02002494,Carmondean and Eliburn North,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205722 +205722,S00134166,7c3,Outer City Hardship,S01013360,Blackburn - 04,4a,Challenged white communities,S02002496,Blackburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205723 +205723,S00134293,7d4,Retired City Hardship,S01013413,Bathgate East - 03,5c,Comfortable neighbourhoods,S02002504,Bathgate East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205724 +205724,S00133843,8a2,Industrious Hardship,S01013261,West Calder and Polbeth - 06,4a,Challenged white communities,S02002480,West Calder and Polbeth,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205725 +205725,S00134343,8a1,Industrious Transitions,S01013426,Bathgate West - 07,4a,Challenged white communities,S02002505,Bathgate West,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205726 +205726,S00134169,8c3,Renting Hard-Pressed Workers,S01013360,Blackburn - 04,4a,Challenged white communities,S02002496,Blackburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205727 +205727,S00133645,5b3,Self-Sufficient Retirement,S01013432,"Blackridge, Westfield and Torphichen - 04",2d,Rural traits,S02002506,"Blackridge, Westfield and Torphichen",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205728 +205728,S00135018,6b1,Multi-Ethnic Suburbia,S01013320,Livingston Village and Eliburn South - 06,3a,Achieving neighbourhoods,S02002489,Livingston Village and Eliburn South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205729 +205729,S00134231,7c3,Outer City Hardship,S01013383,Armadale - 01,4a,Challenged white communities,S02002500,Armadale,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205730 +205730,S00134247,7c3,Outer City Hardship,S01013393,Armadale South - 02,4a,Challenged white communities,S02002501,Armadale South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205731 +205731,S00134262,7c3,Outer City Hardship,S01013384,Armadale - 02,5c,Comfortable neighbourhoods,S02002500,Armadale,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205732 +205732,S00134302,7c3,Outer City Hardship,S01013412,Bathgate East - 02,5c,Comfortable neighbourhoods,S02002504,Bathgate East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205733 +205733,S00134340,7c3,Outer City Hardship,S01013400,"Bathgate, Wester Inch and Inchcross - 01",4a,Challenged white communities,S02002502,"Bathgate, Wester Inch and Inchcross",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205734 +205734,S00134367,7c3,Outer City Hardship,S01013416,Bathgate East - 06,4a,Challenged white communities,S02002504,Bathgate East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205735 +205735,S00134428,7c3,Outer City Hardship,S01013476,Broxburn South - 05,5c,Comfortable neighbourhoods,S02002513,Broxburn South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205736 +205736,S00134467,7c3,Outer City Hardship,S01013460,Broxburn Kirkhill - 02,4a,Challenged white communities,S02002511,Broxburn Kirkhill,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205737 +205737,S00134490,7c3,Outer City Hardship,S01013457,"Winchburgh, Bridgend and Philpstoun - 05",4a,Challenged white communities,S02002510,"Winchburgh, Bridgend and Philpstoun",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205738 +205738,S00134493,7c3,Outer City Hardship,S01013457,"Winchburgh, Bridgend and Philpstoun - 05",4a,Challenged white communities,S02002510,"Winchburgh, Bridgend and Philpstoun",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205739 +205739,S00134515,7c3,Outer City Hardship,S01013438,Linlithgow South - 05,5c,Comfortable neighbourhoods,S02002507,Linlithgow South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205740 +205740,S00134517,7c3,Outer City Hardship,S01013437,Linlithgow South - 04,5c,Comfortable neighbourhoods,S02002507,Linlithgow South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205741 +205741,S00134629,7c3,Outer City Hardship,S01013248,Fauldhouse - 06,4a,Challenged white communities,S02002478,Fauldhouse,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205742 +205742,S00134635,7c3,Outer City Hardship,S01013254,Breich Valley - 05,4a,Challenged white communities,S02002479,Breich Valley,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205743 +205743,S00134651,7c3,Outer City Hardship,S01013369,Blaeberry Hill and East Whitburn - 06,4d,Hard-pressed flat dwellers,S02002497,Blaeberry Hill and East Whitburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205744 +205744,S00134673,7c3,Outer City Hardship,S01013403,"Bathgate, Wester Inch and Inchcross - 04",3a,Achieving neighbourhoods,S02002502,"Bathgate, Wester Inch and Inchcross",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205745 +205745,S00134755,7c3,Outer City Hardship,S01013415,Bathgate East - 05,4d,Hard-pressed flat dwellers,S02002504,Bathgate East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205746 +205746,S00134808,7c3,Outer City Hardship,S01013260,West Calder and Polbeth - 05,4a,Challenged white communities,S02002480,West Calder and Polbeth,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205747 +205747,S00134864,7c3,Outer City Hardship,S01013342,Deans - 01,4a,Challenged white communities,S02002493,Deans,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205748 +205748,S00134915,7c3,Outer City Hardship,S01013395,Armadale South - 04,4d,Hard-pressed flat dwellers,S02002501,Armadale South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205749 +205749,S00134928,7c3,Outer City Hardship,S01013411,Bathgate East - 01,5c,Comfortable neighbourhoods,S02002504,Bathgate East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205750 +205750,S00134999,7c3,Outer City Hardship,S01013455,"Winchburgh, Bridgend and Philpstoun - 03",2b,Prospering countryside life,S02002510,"Winchburgh, Bridgend and Philpstoun",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205751 +205751,S00135053,7c3,Outer City Hardship,S01013425,Bathgate West - 06,5c,Comfortable neighbourhoods,S02002505,Bathgate West,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205752 +205752,S00134186,2c3,Professional Service Cosmopolitans,S01013402,"Bathgate, Wester Inch and Inchcross - 03",3a,Achieving neighbourhoods,S02002502,"Bathgate, Wester Inch and Inchcross",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205753 +205753,S00134516,2c3,Professional Service Cosmopolitans,S01013437,Linlithgow South - 04,5c,Comfortable neighbourhoods,S02002507,Linlithgow South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205754 +205754,S00133681,8c3,Renting Hard-Pressed Workers,S01013250,Breich Valley - 01,2d,Rural traits,S02002479,Breich Valley,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205755 +205755,S00133699,8c3,Renting Hard-Pressed Workers,S01013244,Fauldhouse - 02,4a,Challenged white communities,S02002478,Fauldhouse,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205756 +205756,S00133703,8c3,Renting Hard-Pressed Workers,S01013247,Fauldhouse - 05,4a,Challenged white communities,S02002478,Fauldhouse,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205757 +205757,S00133707,8c3,Renting Hard-Pressed Workers,S01013249,Fauldhouse - 07,5d,Endeavouring social renters,S02002478,Fauldhouse,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205758 +205758,S00133718,8c3,Renting Hard-Pressed Workers,S01013251,Breich Valley - 02,4d,Hard-pressed flat dwellers,S02002479,Breich Valley,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205759 +205759,S00133727,8c3,Renting Hard-Pressed Workers,S01013252,Breich Valley - 03,5c,Comfortable neighbourhoods,S02002479,Breich Valley,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205760 +205760,S00133729,8c3,Renting Hard-Pressed Workers,S01013253,Breich Valley - 04,5d,Endeavouring social renters,S02002479,Breich Valley,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205761 +205761,S00133735,8c3,Renting Hard-Pressed Workers,S01013254,Breich Valley - 05,4a,Challenged white communities,S02002479,Breich Valley,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205762 +205762,S00133739,8c3,Renting Hard-Pressed Workers,S01013364,Blaeberry Hill and East Whitburn - 01,5d,Endeavouring social renters,S02002497,Blaeberry Hill and East Whitburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205763 +205763,S00133848,8a2,Industrious Hardship,S01013260,West Calder and Polbeth - 05,4a,Challenged white communities,S02002480,West Calder and Polbeth,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205764 +205764,S00135025,6b1,Multi-Ethnic Suburbia,S01013330,Knightsridge - 01,3a,Achieving neighbourhoods,S02002491,Knightsridge,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205765 +205765,S00134370,7d4,Retired City Hardship,S01013415,Bathgate East - 05,4d,Hard-pressed flat dwellers,S02002504,Bathgate East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205766 +205766,S00134346,8a1,Industrious Transitions,S01013426,Bathgate West - 07,4a,Challenged white communities,S02002505,Bathgate West,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205767 +205767,S00134174,8c3,Renting Hard-Pressed Workers,S01013360,Blackburn - 04,4a,Challenged white communities,S02002496,Blackburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205768 +205768,S00133856,8a2,Industrious Hardship,S01013368,Blaeberry Hill and East Whitburn - 05,5a,Ageing urban communities,S02002497,Blaeberry Hill and East Whitburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205769 +205769,S00133652,5b3,Self-Sufficient Retirement,S01013454,"Winchburgh, Bridgend and Philpstoun - 02",2b,Prospering countryside life,S02002510,"Winchburgh, Bridgend and Philpstoun",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205770 +205770,S00133918,8a2,Industrious Hardship,S01013307,Craigshill - 05,4b,Constrained renters,S02002487,Craigshill,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205771 +205771,S00134183,8c3,Renting Hard-Pressed Workers,S01013363,Blackburn - 07,4d,Hard-pressed flat dwellers,S02002496,Blackburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205772 +205772,S00134349,8a1,Industrious Transitions,S01013423,Bathgate West - 04,5c,Comfortable neighbourhoods,S02002505,Bathgate West,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205773 +205773,S00133654,5b3,Self-Sufficient Retirement,S01013454,"Winchburgh, Bridgend and Philpstoun - 02",2b,Prospering countryside life,S02002510,"Winchburgh, Bridgend and Philpstoun",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205774 +205774,S00134029,8a2,Industrious Hardship,S01013314,Howden - 06,4b,Constrained renters,S02002488,Howden,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205775 +205775,S00134433,7d4,Retired City Hardship,S01013479,Broxburn East - 02,4b,Constrained renters,S02002514,Broxburn East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205776 +205776,S00134201,8c3,Renting Hard-Pressed Workers,S01013355,Seafield - 02,5c,Comfortable neighbourhoods,S02002495,Seafield,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205777 +205777,S00135041,6b1,Multi-Ethnic Suburbia,S01013331,Knightsridge - 02,3a,Achieving neighbourhoods,S02002491,Knightsridge,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205778 +205778,S00134355,8a1,Industrious Transitions,S01013422,Bathgate West - 03,5d,Endeavouring social renters,S02002505,Bathgate West,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205779 +205779,S00133678,5b3,Self-Sufficient Retirement,S01013263,"Bellsquarry, Adambrae and Kirkton - 01",8c,Comfortable suburbia,S02002481,"Bellsquarry, Adambrae and Kirkton",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205780 +205780,S00134097,8a2,Industrious Hardship,S01013335,Knightsridge - 06,4a,Challenged white communities,S02002491,Knightsridge,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205781 +205781,S00134563,7d4,Retired City Hardship,S01013448,Linlithgow North - 01,8a,Affluent communities,S02002509,Linlithgow North,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205782 +205782,S00134202,8c3,Renting Hard-Pressed Workers,S01013355,Seafield - 02,5c,Comfortable neighbourhoods,S02002495,Seafield,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205783 +205783,S00134792,1a4,Older Farming Communities,S01013255,Breich Valley - 06,5a,Ageing urban communities,S02002479,Breich Valley,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205784 +205784,S00134356,8a1,Industrious Transitions,S01013422,Bathgate West - 03,5d,Endeavouring social renters,S02002505,Bathgate West,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205785 +205785,S00134357,8a1,Industrious Transitions,S01013422,Bathgate West - 03,5d,Endeavouring social renters,S02002505,Bathgate West,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205786 +205786,S00134368,8a1,Industrious Transitions,S01013416,Bathgate East - 06,4a,Challenged white communities,S02002504,Bathgate East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205787 +205787,S00134413,8a1,Industrious Transitions,S01013460,Broxburn Kirkhill - 02,4a,Challenged white communities,S02002511,Broxburn Kirkhill,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205788 +205788,S00134450,8a1,Industrious Transitions,S01013477,Broxburn South - 06,4b,Constrained renters,S02002513,Broxburn South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205789 +205789,S00134481,8a1,Industrious Transitions,S01013433,"Blackridge, Westfield and Torphichen - 05",2b,Prospering countryside life,S02002506,"Blackridge, Westfield and Torphichen",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205790 +205790,S00134509,8a1,Industrious Transitions,S01013436,Linlithgow South - 03,5d,Endeavouring social renters,S02002507,Linlithgow South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205791 +205791,S00134634,8a1,Industrious Transitions,S01013252,Breich Valley - 03,5c,Comfortable neighbourhoods,S02002479,Breich Valley,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205792 +205792,S00134657,8a1,Industrious Transitions,S01013300,Pumpherston and Uphall Station - 02,5e,Primary sector workers,S02002486,Pumpherston and Uphall Station,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205793 +205793,S00134659,8a1,Industrious Transitions,S01013304,Craigshill - 02,4b,Constrained renters,S02002487,Craigshill,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205794 +205794,S00134772,8a1,Industrious Transitions,S01013430,"Blackridge, Westfield and Torphichen - 02",5d,Endeavouring social renters,S02002506,"Blackridge, Westfield and Torphichen",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205795 +205795,S00134809,8a1,Industrious Transitions,S01013260,West Calder and Polbeth - 05,4a,Challenged white communities,S02002480,West Calder and Polbeth,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205796 +205796,S00134911,8a1,Industrious Transitions,S01013397,Armadale South - 06,5c,Comfortable neighbourhoods,S02002501,Armadale South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205797 +205797,S00134954,8a1,Industrious Transitions,S01013290,Mid Calder and Kirknewton - 07,5c,Comfortable neighbourhoods,S02002484,Mid Calder and Kirknewton,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205798 +205798,S00134015,2c2,Migrant Commuters,S01013283,Dedridge East - 07,3d,Households in terraces and flats,S02002483,Dedridge East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205799 +205799,S00134012,2c1,Migrant Families,S01013283,Dedridge East - 07,3d,Households in terraces and flats,S02002483,Dedridge East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205800 +205800,S00134013,2c1,Migrant Families,S01013283,Dedridge East - 07,3d,Households in terraces and flats,S02002483,Dedridge East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205801 +205801,S00134375,2c1,Migrant Families,S01013417,Bathgate East - 07,4b,Constrained renters,S02002504,Bathgate East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205802 +205802,S00134669,2c1,Migrant Families,S01013401,"Bathgate, Wester Inch and Inchcross - 02",3a,Achieving neighbourhoods,S02002502,"Bathgate, Wester Inch and Inchcross",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205803 +205803,S00134680,2c1,Migrant Families,S01013403,"Bathgate, Wester Inch and Inchcross - 04",3a,Achieving neighbourhoods,S02002502,"Bathgate, Wester Inch and Inchcross",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205804 +205804,S00134874,2c1,Migrant Families,S01013349,Carmondean and Eliburn North - 04,3d,Households in terraces and flats,S02002494,Carmondean and Eliburn North,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205805 +205805,S00134875,2c1,Migrant Families,S01013349,Carmondean and Eliburn North - 04,3d,Households in terraces and flats,S02002494,Carmondean and Eliburn North,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205806 +205806,S00134876,2c1,Migrant Families,S01013349,Carmondean and Eliburn North - 04,3d,Households in terraces and flats,S02002494,Carmondean and Eliburn North,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205807 +205807,S00135024,2c1,Migrant Families,S01013330,Knightsridge - 01,3a,Achieving neighbourhoods,S02002491,Knightsridge,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205808 +205808,S00135028,2c1,Migrant Families,S01013330,Knightsridge - 01,3a,Achieving neighbourhoods,S02002491,Knightsridge,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205809 +205809,S00135036,2c1,Migrant Families,S01013269,"Bellsquarry, Adambrae and Kirkton - 07",3a,Achieving neighbourhoods,S02002481,"Bellsquarry, Adambrae and Kirkton",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205810 +205810,S00133805,7a3,Multi-Ethnic Hardship,S01013372,Whitburn Central - 01,4a,Challenged white communities,S02002498,Whitburn Central,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205811 +205811,S00133957,7a3,Multi-Ethnic Hardship,S01013324,Ladywell - 02,4b,Constrained renters,S02002490,Ladywell,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205812 +205812,S00134260,7a3,Multi-Ethnic Hardship,S01013383,Armadale - 01,4a,Challenged white communities,S02002500,Armadale,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205813 +205813,S00134475,7a3,Multi-Ethnic Hardship,S01013459,Broxburn Kirkhill - 01,4b,Constrained renters,S02002511,Broxburn Kirkhill,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205814 +205814,S00134072,5a2,Multi-Ethnic Professionals with Families,S01013343,Deans - 02,4a,Challenged white communities,S02002493,Deans,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205815 +205815,S00134471,5a2,Multi-Ethnic Professionals with Families,S01013463,Broxburn Kirkhill - 05,4b,Constrained renters,S02002511,Broxburn Kirkhill,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205816 +205816,S00134663,5a2,Multi-Ethnic Professionals with Families,S01013402,"Bathgate, Wester Inch and Inchcross - 03",3a,Achieving neighbourhoods,S02002502,"Bathgate, Wester Inch and Inchcross",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205817 +205817,S00134665,5a2,Multi-Ethnic Professionals with Families,S01013402,"Bathgate, Wester Inch and Inchcross - 03",3a,Achieving neighbourhoods,S02002502,"Bathgate, Wester Inch and Inchcross",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205818 +205818,S00134832,5a2,Multi-Ethnic Professionals with Families,S01013346,Carmondean and Eliburn North - 01,3a,Achieving neighbourhoods,S02002494,Carmondean and Eliburn North,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205819 +205819,S00134833,5a2,Multi-Ethnic Professionals with Families,S01013347,Carmondean and Eliburn North - 02,3a,Achieving neighbourhoods,S02002494,Carmondean and Eliburn North,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205820 +205820,S00134837,5a2,Multi-Ethnic Professionals with Families,S01013318,Livingston Village and Eliburn South - 04,8c,Comfortable suburbia,S02002489,Livingston Village and Eliburn South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205821 +205821,S00134845,5a2,Multi-Ethnic Professionals with Families,S01013320,Livingston Village and Eliburn South - 06,3a,Achieving neighbourhoods,S02002489,Livingston Village and Eliburn South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205822 +205822,S00134100,8a2,Industrious Hardship,S01013333,Knightsridge - 04,5b,Aspiring urban households,S02002491,Knightsridge,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205823 +205823,S00133757,5b3,Self-Sufficient Retirement,S01013259,West Calder and Polbeth - 04,5c,Comfortable neighbourhoods,S02002480,West Calder and Polbeth,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205824 +205824,S00133778,6b4,Older Workers and Retirement,S01013365,Blaeberry Hill and East Whitburn - 02,2d,Rural traits,S02002497,Blaeberry Hill and East Whitburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205825 +205825,S00134204,8c3,Renting Hard-Pressed Workers,S01013354,Seafield - 01,5c,Comfortable neighbourhoods,S02002495,Seafield,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205826 +205826,S00133779,5b3,Self-Sufficient Retirement,S01013365,Blaeberry Hill and East Whitburn - 02,2d,Rural traits,S02002497,Blaeberry Hill and East Whitburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205827 +205827,S00134130,8a2,Industrious Hardship,S01013296,East Calder - 05,4a,Challenged white communities,S02002485,East Calder,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205828 +205828,S00134212,8c3,Renting Hard-Pressed Workers,S01013429,"Blackridge, Westfield and Torphichen - 01",5c,Comfortable neighbourhoods,S02002506,"Blackridge, Westfield and Torphichen",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205829 +205829,S00133784,6b4,Older Workers and Retirement,S01013366,Blaeberry Hill and East Whitburn - 03,5c,Comfortable neighbourhoods,S02002497,Blaeberry Hill and East Whitburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205830 +205830,S00134036,6b4,Older Workers and Retirement,S01013316,Livingston Village and Eliburn South - 02,8c,Comfortable suburbia,S02002489,Livingston Village and Eliburn South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205831 +205831,S00134155,6b4,Older Workers and Retirement,S01013293,East Calder - 02,8c,Comfortable suburbia,S02002485,East Calder,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205832 +205832,S00133781,5b3,Self-Sufficient Retirement,S01013365,Blaeberry Hill and East Whitburn - 02,2d,Rural traits,S02002497,Blaeberry Hill and East Whitburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205833 +205833,S00134159,6b4,Older Workers and Retirement,S01013293,East Calder - 02,8c,Comfortable suburbia,S02002485,East Calder,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205834 +205834,S00135015,7d4,Retired City Hardship,S01013257,West Calder and Polbeth - 02,5c,Comfortable neighbourhoods,S02002480,West Calder and Polbeth,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205835 +205835,S00133824,5b3,Self-Sufficient Retirement,S01013377,Whitburn Central - 06,4a,Challenged white communities,S02002498,Whitburn Central,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205836 +205836,S00133866,5b3,Self-Sufficient Retirement,S01013285,Mid Calder and Kirknewton - 02,5b,Aspiring urban households,S02002484,Mid Calder and Kirknewton,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205837 +205837,S00133931,5b3,Self-Sufficient Retirement,S01013302,Pumpherston and Uphall Station - 04,5b,Aspiring urban households,S02002486,Pumpherston and Uphall Station,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205838 +205838,S00133938,5b3,Self-Sufficient Retirement,S01013347,Carmondean and Eliburn North - 02,3a,Achieving neighbourhoods,S02002494,Carmondean and Eliburn North,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205839 +205839,S00133940,5b3,Self-Sufficient Retirement,S01013347,Carmondean and Eliburn North - 02,3a,Achieving neighbourhoods,S02002494,Carmondean and Eliburn North,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205840 +205840,S00134121,5b3,Self-Sufficient Retirement,S01013274,Bankton and Murieston - 05,8c,Comfortable suburbia,S02002482,Bankton and Murieston,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205841 +205841,S00134129,5b3,Self-Sufficient Retirement,S01013288,Mid Calder and Kirknewton - 05,5c,Comfortable neighbourhoods,S02002484,Mid Calder and Kirknewton,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205842 +205842,S00134146,5b3,Self-Sufficient Retirement,S01013297,East Calder - 06,5c,Comfortable neighbourhoods,S02002485,East Calder,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205843 +205843,S00134150,5b3,Self-Sufficient Retirement,S01013298,East Calder - 07,5c,Comfortable neighbourhoods,S02002485,East Calder,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205844 +205844,S00134161,5b3,Self-Sufficient Retirement,S01013292,East Calder - 01,8c,Comfortable suburbia,S02002485,East Calder,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205845 +205845,S00134178,5b3,Self-Sufficient Retirement,S01013357,Blackburn - 01,5e,Primary sector workers,S02002496,Blackburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205846 +205846,S00134296,5b3,Self-Sufficient Retirement,S01013413,Bathgate East - 03,5c,Comfortable neighbourhoods,S02002504,Bathgate East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205847 +205847,S00134350,5b3,Self-Sufficient Retirement,S01013425,Bathgate West - 06,5c,Comfortable neighbourhoods,S02002505,Bathgate West,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205848 +205848,S00134359,5b3,Self-Sufficient Retirement,S01013414,Bathgate East - 04,4b,Constrained renters,S02002504,Bathgate East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205849 +205849,S00134390,5b3,Self-Sufficient Retirement,S01013290,Mid Calder and Kirknewton - 07,5c,Comfortable neighbourhoods,S02002484,Mid Calder and Kirknewton,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205850 +205850,S00134401,5b3,Self-Sufficient Retirement,S01013465,"Uphall, Dechmont and Ecclesmachan - 02",5c,Comfortable neighbourhoods,S02002512,"Uphall, Dechmont and Ecclesmachan",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205851 +205851,S00134138,8a2,Industrious Hardship,S01013296,East Calder - 05,4a,Challenged white communities,S02002485,East Calder,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205852 +205852,S00134236,8c3,Renting Hard-Pressed Workers,S01013397,Armadale South - 06,5c,Comfortable neighbourhoods,S02002501,Armadale South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205853 +205853,S00134420,5b3,Self-Sufficient Retirement,S01013459,Broxburn Kirkhill - 01,4b,Constrained renters,S02002511,Broxburn Kirkhill,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205854 +205854,S00134425,5b3,Self-Sufficient Retirement,S01013476,Broxburn South - 05,5c,Comfortable neighbourhoods,S02002513,Broxburn South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205855 +205855,S00134444,5b3,Self-Sufficient Retirement,S01013481,Broxburn East - 04,2d,Rural traits,S02002514,Broxburn East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205856 +205856,S00134445,5b3,Self-Sufficient Retirement,S01013481,Broxburn East - 04,2d,Rural traits,S02002514,Broxburn East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205857 +205857,S00134451,5b3,Self-Sufficient Retirement,S01013469,"Uphall, Dechmont and Ecclesmachan - 06",5c,Comfortable neighbourhoods,S02002512,"Uphall, Dechmont and Ecclesmachan",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205858 +205858,S00134479,5b3,Self-Sufficient Retirement,S01013478,Broxburn East - 01,4b,Constrained renters,S02002514,Broxburn East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205859 +205859,S00134486,5b3,Self-Sufficient Retirement,S01013458,"Winchburgh, Bridgend and Philpstoun - 06",5c,Comfortable neighbourhoods,S02002510,"Winchburgh, Bridgend and Philpstoun",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205860 +205860,S00134488,5b3,Self-Sufficient Retirement,S01013458,"Winchburgh, Bridgend and Philpstoun - 06",5c,Comfortable neighbourhoods,S02002510,"Winchburgh, Bridgend and Philpstoun",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205861 +205861,S00134489,5b3,Self-Sufficient Retirement,S01013456,"Winchburgh, Bridgend and Philpstoun - 04",5c,Comfortable neighbourhoods,S02002510,"Winchburgh, Bridgend and Philpstoun",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205862 +205862,S00134499,5b3,Self-Sufficient Retirement,S01013442,Linlithgow Bridge - 01,5c,Comfortable neighbourhoods,S02002508,Linlithgow Bridge,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205863 +205863,S00134503,5b3,Self-Sufficient Retirement,S01013435,Linlithgow South - 02,8a,Affluent communities,S02002507,Linlithgow South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205864 +205864,S00134520,5b3,Self-Sufficient Retirement,S01013441,Linlithgow South - 08,8a,Affluent communities,S02002507,Linlithgow South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205865 +205865,S00134538,5b3,Self-Sufficient Retirement,S01013442,Linlithgow Bridge - 01,5c,Comfortable neighbourhoods,S02002508,Linlithgow Bridge,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205866 +205866,S00134542,5b3,Self-Sufficient Retirement,S01013446,Linlithgow Bridge - 05,5c,Comfortable neighbourhoods,S02002508,Linlithgow Bridge,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205867 +205867,S00134549,5b3,Self-Sufficient Retirement,S01013443,Linlithgow Bridge - 02,5c,Comfortable neighbourhoods,S02002508,Linlithgow Bridge,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205868 +205868,S00134557,5b3,Self-Sufficient Retirement,S01013444,Linlithgow Bridge - 03,4d,Hard-pressed flat dwellers,S02002508,Linlithgow Bridge,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205869 +205869,S00133709,7d3,Retired Communal City Dwellers,S01013247,Fauldhouse - 05,4a,Challenged white communities,S02002478,Fauldhouse,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205870 +205870,S00134163,6b4,Older Workers and Retirement,S01013359,Blackburn - 03,4a,Challenged white communities,S02002496,Blackburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205871 +205871,S00133744,7d3,Retired Communal City Dwellers,S01013256,West Calder and Polbeth - 01,5a,Ageing urban communities,S02002480,West Calder and Polbeth,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205872 +205872,S00134147,8a2,Industrious Hardship,S01013298,East Calder - 07,5c,Comfortable neighbourhoods,S02002485,East Calder,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205873 +205873,S00134172,8a2,Industrious Hardship,S01013360,Blackburn - 04,4a,Challenged white communities,S02002496,Blackburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205874 +205874,S00134238,8c3,Renting Hard-Pressed Workers,S01013399,Armadale South - 08,5b,Aspiring urban households,S02002501,Armadale South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205875 +205875,S00134173,8a2,Industrious Hardship,S01013360,Blackburn - 04,4a,Challenged white communities,S02002496,Blackburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205876 +205876,S00133770,7d3,Retired Communal City Dwellers,S01013370,Blaeberry Hill and East Whitburn - 07,4d,Hard-pressed flat dwellers,S02002497,Blaeberry Hill and East Whitburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205877 +205877,S00134192,8a2,Industrious Hardship,S01013356,Seafield - 03,4a,Challenged white communities,S02002495,Seafield,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205878 +205878,S00134250,8c3,Renting Hard-Pressed Workers,S01013395,Armadale South - 04,4d,Hard-pressed flat dwellers,S02002501,Armadale South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205879 +205879,S00134206,6b4,Older Workers and Retirement,S01013354,Seafield - 01,5c,Comfortable neighbourhoods,S02002495,Seafield,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205880 +205880,S00134271,7d3,Retired Communal City Dwellers,S01013388,Armadale - 06,5c,Comfortable neighbourhoods,S02002500,Armadale,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205881 +205881,S00134200,8a2,Industrious Hardship,S01013355,Seafield - 02,5c,Comfortable neighbourhoods,S02002495,Seafield,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205882 +205882,S00134259,8c3,Renting Hard-Pressed Workers,S01013384,Armadale - 02,5c,Comfortable neighbourhoods,S02002500,Armadale,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205883 +205883,S00134219,6b4,Older Workers and Retirement,S01013393,Armadale South - 02,4a,Challenged white communities,S02002501,Armadale South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205884 +205884,S00134799,7d3,Retired Communal City Dwellers,S01013256,West Calder and Polbeth - 01,5a,Ageing urban communities,S02002480,West Calder and Polbeth,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205885 +205885,S00134229,8a2,Industrious Hardship,S01013383,Armadale - 01,4a,Challenged white communities,S02002500,Armadale,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205886 +205886,S00134275,8c3,Renting Hard-Pressed Workers,S01013391,Armadale - 09,5d,Endeavouring social renters,S02002500,Armadale,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205887 +205887,S00134288,6b4,Older Workers and Retirement,S01013399,Armadale South - 08,5b,Aspiring urban households,S02002501,Armadale South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205888 +205888,S00134853,7d3,Retired Communal City Dwellers,S01013278,Dedridge East - 02,4b,Constrained renters,S02002483,Dedridge East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205889 +205889,S00134235,8a2,Industrious Hardship,S01013388,Armadale - 06,5c,Comfortable neighbourhoods,S02002500,Armadale,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205890 +205890,S00134243,8a2,Industrious Hardship,S01013397,Armadale South - 06,5c,Comfortable neighbourhoods,S02002501,Armadale South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205891 +205891,S00134246,8a2,Industrious Hardship,S01013393,Armadale South - 02,4a,Challenged white communities,S02002501,Armadale South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205892 +205892,S00134257,8a2,Industrious Hardship,S01013384,Armadale - 02,5c,Comfortable neighbourhoods,S02002500,Armadale,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205893 +205893,S00134258,8a2,Industrious Hardship,S01013384,Armadale - 02,5c,Comfortable neighbourhoods,S02002500,Armadale,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205894 +205894,S00134263,8a2,Industrious Hardship,S01013387,Armadale - 05,4a,Challenged white communities,S02002500,Armadale,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205895 +205895,S00134265,8a2,Industrious Hardship,S01013387,Armadale - 05,4a,Challenged white communities,S02002500,Armadale,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205896 +205896,S00134267,8a2,Industrious Hardship,S01013387,Armadale - 05,4a,Challenged white communities,S02002500,Armadale,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205897 +205897,S00134269,8a2,Industrious Hardship,S01013388,Armadale - 06,5c,Comfortable neighbourhoods,S02002500,Armadale,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205898 +205898,S00134270,8a2,Industrious Hardship,S01013391,Armadale - 09,5d,Endeavouring social renters,S02002500,Armadale,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205899 +205899,S00134301,8a2,Industrious Hardship,S01013413,Bathgate East - 03,5c,Comfortable neighbourhoods,S02002504,Bathgate East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205900 +205900,S00134351,8a2,Industrious Hardship,S01013423,Bathgate West - 04,5c,Comfortable neighbourhoods,S02002505,Bathgate West,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205901 +205901,S00134354,8a2,Industrious Hardship,S01013422,Bathgate West - 03,5d,Endeavouring social renters,S02002505,Bathgate West,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205902 +205902,S00134361,8a2,Industrious Hardship,S01013428,Bathgate West - 09,4a,Challenged white communities,S02002505,Bathgate West,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205903 +205903,S00134379,8a2,Industrious Hardship,S01013418,Bathgate East - 08,5c,Comfortable neighbourhoods,S02002504,Bathgate East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205904 +205904,S00134511,8a2,Industrious Hardship,S01013436,Linlithgow South - 03,5d,Endeavouring social renters,S02002507,Linlithgow South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205905 +205905,S00134586,8a2,Industrious Hardship,S01013453,"Winchburgh, Bridgend and Philpstoun - 01",4a,Challenged white communities,S02002510,"Winchburgh, Bridgend and Philpstoun",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205906 +205906,S00134633,8a2,Industrious Hardship,S01013252,Breich Valley - 03,5c,Comfortable neighbourhoods,S02002479,Breich Valley,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205907 +205907,S00134652,8a2,Industrious Hardship,S01013381,"Whitburn, Croftmalloch and Greenrigg - 04",5d,Endeavouring social renters,S02002499,"Whitburn, Croftmalloch and Greenrigg",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205908 +205908,S00134715,8a2,Industrious Hardship,S01013422,Bathgate West - 03,5d,Endeavouring social renters,S02002505,Bathgate West,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205909 +205909,S00134747,8a2,Industrious Hardship,S01013394,Armadale South - 03,4a,Challenged white communities,S02002501,Armadale South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205910 +205910,S00134798,8a2,Industrious Hardship,S01013253,Breich Valley - 04,5d,Endeavouring social renters,S02002479,Breich Valley,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205911 +205911,S00134810,8a2,Industrious Hardship,S01013367,Blaeberry Hill and East Whitburn - 04,5c,Comfortable neighbourhoods,S02002497,Blaeberry Hill and East Whitburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205912 +205912,S00134976,8a2,Industrious Hardship,S01013471,"Uphall, Dechmont and Ecclesmachan - 08",4a,Challenged white communities,S02002512,"Uphall, Dechmont and Ecclesmachan",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205913 +205913,S00134997,8a2,Industrious Hardship,S01013457,"Winchburgh, Bridgend and Philpstoun - 05",4a,Challenged white communities,S02002510,"Winchburgh, Bridgend and Philpstoun",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205914 +205914,S00133851,8a1,Industrious Transitions,S01013382,"Whitburn, Croftmalloch and Greenrigg - 05",5d,Endeavouring social renters,S02002499,"Whitburn, Croftmalloch and Greenrigg",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205915 +205915,S00133858,8a1,Industrious Transitions,S01013368,Blaeberry Hill and East Whitburn - 05,5a,Ageing urban communities,S02002497,Blaeberry Hill and East Whitburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205916 +205916,S00133880,8a1,Industrious Transitions,S01013299,Pumpherston and Uphall Station - 01,5d,Endeavouring social renters,S02002486,Pumpherston and Uphall Station,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205917 +205917,S00134940,7d3,Retired Communal City Dwellers,S01013414,Bathgate East - 04,4b,Constrained renters,S02002504,Bathgate East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205918 +205918,S00135012,7d3,Retired Communal City Dwellers,S01013445,Linlithgow Bridge - 04,8a,Affluent communities,S02002508,Linlithgow Bridge,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205919 +205919,S00134409,7d2,Retired Independent City Dwellers,S01013468,"Uphall, Dechmont and Ecclesmachan - 05",5a,Ageing urban communities,S02002512,"Uphall, Dechmont and Ecclesmachan",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205920 +205920,S00134449,7d2,Retired Independent City Dwellers,S01013477,Broxburn South - 06,4b,Constrained renters,S02002513,Broxburn South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205921 +205921,S00134555,7d2,Retired Independent City Dwellers,S01013444,Linlithgow Bridge - 03,4d,Hard-pressed flat dwellers,S02002508,Linlithgow Bridge,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205922 +205922,S00134650,7d2,Retired Independent City Dwellers,S01013369,Blaeberry Hill and East Whitburn - 06,4d,Hard-pressed flat dwellers,S02002497,Blaeberry Hill and East Whitburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205923 +205923,S00134917,7d2,Retired Independent City Dwellers,S01013383,Armadale - 01,4a,Challenged white communities,S02002500,Armadale,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205924 +205924,S00134932,7d2,Retired Independent City Dwellers,S01013408,Bathgate and Boghall - 04,4b,Constrained renters,S02002503,Bathgate and Boghall,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205925 +205925,S00134941,7d2,Retired Independent City Dwellers,S01013414,Bathgate East - 04,4b,Constrained renters,S02002504,Bathgate East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205926 +205926,S00134942,7d2,Retired Independent City Dwellers,S01013414,Bathgate East - 04,4b,Constrained renters,S02002504,Bathgate East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205927 +205927,S00133669,1c1,Rural Employment and Retirees,S01013466,"Uphall, Dechmont and Ecclesmachan - 03",2a,Ageing rural neighbourhoods,S02002512,"Uphall, Dechmont and Ecclesmachan",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205928 +205928,S00134530,1c1,Rural Employment and Retirees,S01013440,Linlithgow South - 07,8a,Affluent communities,S02002507,Linlithgow South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205929 +205929,S00133647,1b1,Rural Life,S01013432,"Blackridge, Westfield and Torphichen - 04",2d,Rural traits,S02002506,"Blackridge, Westfield and Torphichen",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205930 +205930,S00133682,1b1,Rural Life,S01013250,Breich Valley - 01,2d,Rural traits,S02002479,Breich Valley,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205931 +205931,S00134222,1b1,Rural Life,S01013396,Armadale South - 05,8c,Comfortable suburbia,S02002501,Armadale South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205932 +205932,S00134614,1b1,Rural Life,S01013356,Seafield - 03,4a,Challenged white communities,S02002495,Seafield,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205933 +205933,S00134777,1b1,Rural Life,S01013430,"Blackridge, Westfield and Torphichen - 02",5d,Endeavouring social renters,S02002506,"Blackridge, Westfield and Torphichen",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205934 +205934,S00134945,1b1,Rural Life,S01013424,Bathgate West - 05,8c,Comfortable suburbia,S02002505,Bathgate West,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205935 +205935,S00135051,1b1,Rural Life,S01013358,Blackburn - 02,5e,Primary sector workers,S02002496,Blackburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205936 +205936,S00134281,8c3,Renting Hard-Pressed Workers,S01013389,Armadale - 07,4a,Challenged white communities,S02002500,Armadale,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205937 +205937,S00133650,1b2,Rural White-Collar Workers,S01013434,Linlithgow South - 01,2b,Prospering countryside life,S02002507,Linlithgow South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205938 +205938,S00133651,1b2,Rural White-Collar Workers,S01013434,Linlithgow South - 01,2b,Prospering countryside life,S02002507,Linlithgow South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205939 +205939,S00134333,6b4,Older Workers and Retirement,S01013405,Bathgate and Boghall - 01,5c,Comfortable neighbourhoods,S02002503,Bathgate and Boghall,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205940 +205940,S00133655,1b2,Rural White-Collar Workers,S01013452,Linlithgow North - 05,8c,Comfortable suburbia,S02002509,Linlithgow North,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205941 +205941,S00133656,1b2,Rural White-Collar Workers,S01013454,"Winchburgh, Bridgend and Philpstoun - 02",2b,Prospering countryside life,S02002510,"Winchburgh, Bridgend and Philpstoun",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205942 +205942,S00133667,1b2,Rural White-Collar Workers,S01013455,"Winchburgh, Bridgend and Philpstoun - 03",2b,Prospering countryside life,S02002510,"Winchburgh, Bridgend and Philpstoun",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205943 +205943,S00134307,1b2,Rural White-Collar Workers,S01013411,Bathgate East - 01,5c,Comfortable neighbourhoods,S02002504,Bathgate East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205944 +205944,S00134406,1b2,Rural White-Collar Workers,S01013465,"Uphall, Dechmont and Ecclesmachan - 02",5c,Comfortable neighbourhoods,S02002512,"Uphall, Dechmont and Ecclesmachan",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205945 +205945,S00134540,1b2,Rural White-Collar Workers,S01013442,Linlithgow Bridge - 01,5c,Comfortable neighbourhoods,S02002508,Linlithgow Bridge,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205946 +205946,S00134588,1b2,Rural White-Collar Workers,S01013289,Mid Calder and Kirknewton - 06,2b,Prospering countryside life,S02002484,Mid Calder and Kirknewton,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205947 +205947,S00134590,1b2,Rural White-Collar Workers,S01013302,Pumpherston and Uphall Station - 04,5b,Aspiring urban households,S02002486,Pumpherston and Uphall Station,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205948 +205948,S00134622,1b2,Rural White-Collar Workers,S01013251,Breich Valley - 02,4d,Hard-pressed flat dwellers,S02002479,Breich Valley,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205949 +205949,S00134623,1b2,Rural White-Collar Workers,S01013250,Breich Valley - 01,2d,Rural traits,S02002479,Breich Valley,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205950 +205950,S00134383,6b4,Older Workers and Retirement,S01013419,Bathgate East - 09,8c,Comfortable suburbia,S02002504,Bathgate East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205951 +205951,S00134384,6b4,Older Workers and Retirement,S01013419,Bathgate East - 09,8c,Comfortable suburbia,S02002504,Bathgate East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205952 +205952,S00134385,6b4,Older Workers and Retirement,S01013419,Bathgate East - 09,8c,Comfortable suburbia,S02002504,Bathgate East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205953 +205953,S00134423,6b4,Older Workers and Retirement,S01013475,Broxburn South - 04,5b,Aspiring urban households,S02002513,Broxburn South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205954 +205954,S00134535,6b4,Older Workers and Retirement,S01013439,Linlithgow South - 06,8b,Ageing suburbanites,S02002507,Linlithgow South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205955 +205955,S00134548,6b4,Older Workers and Retirement,S01013445,Linlithgow Bridge - 04,8a,Affluent communities,S02002508,Linlithgow Bridge,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205956 +205956,S00134566,6b4,Older Workers and Retirement,S01013448,Linlithgow North - 01,8a,Affluent communities,S02002509,Linlithgow North,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205957 +205957,S00134569,6b4,Older Workers and Retirement,S01013449,Linlithgow North - 02,8c,Comfortable suburbia,S02002509,Linlithgow North,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205958 +205958,S00134578,6b4,Older Workers and Retirement,S01013452,Linlithgow North - 05,8c,Comfortable suburbia,S02002509,Linlithgow North,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205959 +205959,S00134579,6b4,Older Workers and Retirement,S01013451,Linlithgow North - 04,8c,Comfortable suburbia,S02002509,Linlithgow North,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205960 +205960,S00134638,6b4,Older Workers and Retirement,S01013246,Fauldhouse - 04,5d,Endeavouring social renters,S02002478,Fauldhouse,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205961 +205961,S00134707,6b4,Older Workers and Retirement,S01013354,Seafield - 01,5c,Comfortable neighbourhoods,S02002495,Seafield,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205962 +205962,S00134714,6b4,Older Workers and Retirement,S01013425,Bathgate West - 06,5c,Comfortable neighbourhoods,S02002505,Bathgate West,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205963 +205963,S00134716,6b4,Older Workers and Retirement,S01013366,Blaeberry Hill and East Whitburn - 03,5c,Comfortable neighbourhoods,S02002497,Blaeberry Hill and East Whitburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205964 +205964,S00134775,6b4,Older Workers and Retirement,S01013392,Armadale South - 01,8c,Comfortable suburbia,S02002501,Armadale South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205965 +205965,S00134806,6b4,Older Workers and Retirement,S01013378,"Whitburn, Croftmalloch and Greenrigg - 01",5c,Comfortable neighbourhoods,S02002499,"Whitburn, Croftmalloch and Greenrigg",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205966 +205966,S00134831,6b4,Older Workers and Retirement,S01013347,Carmondean and Eliburn North - 02,3a,Achieving neighbourhoods,S02002494,Carmondean and Eliburn North,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205967 +205967,S00134909,6b4,Older Workers and Retirement,S01013431,"Blackridge, Westfield and Torphichen - 03",5e,Primary sector workers,S02002506,"Blackridge, Westfield and Torphichen",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205968 +205968,S00134924,6b4,Older Workers and Retirement,S01013386,Armadale - 04,8b,Ageing suburbanites,S02002500,Armadale,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205969 +205969,S00134946,6b4,Older Workers and Retirement,S01013423,Bathgate West - 04,5c,Comfortable neighbourhoods,S02002505,Bathgate West,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205970 +205970,S00134947,6b4,Older Workers and Retirement,S01013424,Bathgate West - 05,8c,Comfortable suburbia,S02002505,Bathgate West,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205971 +205971,S00134955,6b4,Older Workers and Retirement,S01013290,Mid Calder and Kirknewton - 07,5c,Comfortable neighbourhoods,S02002484,Mid Calder and Kirknewton,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205972 +205972,S00134959,6b4,Older Workers and Retirement,S01013475,Broxburn South - 04,5b,Aspiring urban households,S02002513,Broxburn South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205973 +205973,S00133698,7c3,Outer City Hardship,S01013244,Fauldhouse - 02,4a,Challenged white communities,S02002478,Fauldhouse,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205974 +205974,S00133714,7c3,Outer City Hardship,S01013245,Fauldhouse - 03,5c,Comfortable neighbourhoods,S02002478,Fauldhouse,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205975 +205975,S00133741,7c3,Outer City Hardship,S01013256,West Calder and Polbeth - 01,5a,Ageing urban communities,S02002480,West Calder and Polbeth,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205976 +205976,S00133742,7c3,Outer City Hardship,S01013257,West Calder and Polbeth - 02,5c,Comfortable neighbourhoods,S02002480,West Calder and Polbeth,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205977 +205977,S00134283,8c3,Renting Hard-Pressed Workers,S01013387,Armadale - 05,4a,Challenged white communities,S02002500,Armadale,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205978 +205978,S00134308,8c3,Renting Hard-Pressed Workers,S01013405,Bathgate and Boghall - 01,5c,Comfortable neighbourhoods,S02002503,Bathgate and Boghall,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205979 +205979,S00134328,8c3,Renting Hard-Pressed Workers,S01013406,Bathgate and Boghall - 02,4a,Challenged white communities,S02002503,Bathgate and Boghall,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205980 +205980,S00134339,8c3,Renting Hard-Pressed Workers,S01013400,"Bathgate, Wester Inch and Inchcross - 01",4a,Challenged white communities,S02002502,"Bathgate, Wester Inch and Inchcross",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205981 +205981,S00134345,8c3,Renting Hard-Pressed Workers,S01013426,Bathgate West - 07,4a,Challenged white communities,S02002505,Bathgate West,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205982 +205982,S00134352,8c3,Renting Hard-Pressed Workers,S01013423,Bathgate West - 04,5c,Comfortable neighbourhoods,S02002505,Bathgate West,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205983 +205983,S00134365,8c3,Renting Hard-Pressed Workers,S01013428,Bathgate West - 09,4a,Challenged white communities,S02002505,Bathgate West,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205984 +205984,S00134369,8c3,Renting Hard-Pressed Workers,S01013416,Bathgate East - 06,4a,Challenged white communities,S02002504,Bathgate East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205985 +205985,S00134380,8c3,Renting Hard-Pressed Workers,S01013418,Bathgate East - 08,5c,Comfortable neighbourhoods,S02002504,Bathgate East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205986 +205986,S00134392,8c3,Renting Hard-Pressed Workers,S01013290,Mid Calder and Kirknewton - 07,5c,Comfortable neighbourhoods,S02002484,Mid Calder and Kirknewton,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205987 +205987,S00134438,8c3,Renting Hard-Pressed Workers,S01013480,Broxburn East - 03,4b,Constrained renters,S02002514,Broxburn East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205988 +205988,S00134446,8c3,Renting Hard-Pressed Workers,S01013477,Broxburn South - 06,4b,Constrained renters,S02002513,Broxburn South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205989 +205989,S00134457,8c3,Renting Hard-Pressed Workers,S01013470,"Uphall, Dechmont and Ecclesmachan - 07",4d,Hard-pressed flat dwellers,S02002512,"Uphall, Dechmont and Ecclesmachan",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205990 +205990,S00134463,8c3,Renting Hard-Pressed Workers,S01013460,Broxburn Kirkhill - 02,4a,Challenged white communities,S02002511,Broxburn Kirkhill,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205991 +205991,S00134477,8c3,Renting Hard-Pressed Workers,S01013460,Broxburn Kirkhill - 02,4a,Challenged white communities,S02002511,Broxburn Kirkhill,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205992 +205992,S00134480,8c3,Renting Hard-Pressed Workers,S01013433,"Blackridge, Westfield and Torphichen - 05",2b,Prospering countryside life,S02002506,"Blackridge, Westfield and Torphichen",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205993 +205993,S00134484,8c3,Renting Hard-Pressed Workers,S01013458,"Winchburgh, Bridgend and Philpstoun - 06",5c,Comfortable neighbourhoods,S02002510,"Winchburgh, Bridgend and Philpstoun",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205994 +205994,S00134496,8c3,Renting Hard-Pressed Workers,S01013456,"Winchburgh, Bridgend and Philpstoun - 04",5c,Comfortable neighbourhoods,S02002510,"Winchburgh, Bridgend and Philpstoun",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205995 +205995,S00134545,8c3,Renting Hard-Pressed Workers,S01013446,Linlithgow Bridge - 05,5c,Comfortable neighbourhoods,S02002508,Linlithgow Bridge,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205996 +205996,S00134642,8c3,Renting Hard-Pressed Workers,S01013366,Blaeberry Hill and East Whitburn - 03,5c,Comfortable neighbourhoods,S02002497,Blaeberry Hill and East Whitburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205997 +205997,S00134656,8c3,Renting Hard-Pressed Workers,S01013300,Pumpherston and Uphall Station - 02,5e,Primary sector workers,S02002486,Pumpherston and Uphall Station,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205998 +205998,S00134705,8c3,Renting Hard-Pressed Workers,S01013361,Blackburn - 05,4a,Challenged white communities,S02002496,Blackburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,205999 +205999,S00134804,8c3,Renting Hard-Pressed Workers,S01013379,"Whitburn, Croftmalloch and Greenrigg - 02",5c,Comfortable neighbourhoods,S02002499,"Whitburn, Croftmalloch and Greenrigg",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206000 +206000,S00134987,5a1,White Professionals,S01013478,Broxburn East - 01,4b,Constrained renters,S02002514,Broxburn East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206001 +206001,S00134988,5a1,White Professionals,S01013478,Broxburn East - 01,4b,Constrained renters,S02002514,Broxburn East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206002 +206002,S00134992,5a1,White Professionals,S01013461,Broxburn Kirkhill - 03,4b,Constrained renters,S02002511,Broxburn Kirkhill,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206003 +206003,S00134993,5a1,White Professionals,S01013461,Broxburn Kirkhill - 03,4b,Constrained renters,S02002511,Broxburn Kirkhill,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206004 +206004,S00135032,5a1,White Professionals,S01013330,Knightsridge - 01,3a,Achieving neighbourhoods,S02002491,Knightsridge,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206005 +206005,S00135043,5a1,White Professionals,S01013331,Knightsridge - 02,3a,Achieving neighbourhoods,S02002491,Knightsridge,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206006 +206006,S00133637,6b2,White Suburban Communities,S01013366,Blaeberry Hill and East Whitburn - 03,5c,Comfortable neighbourhoods,S02002497,Blaeberry Hill and East Whitburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206007 +206007,S00133641,6b2,White Suburban Communities,S01013368,Blaeberry Hill and East Whitburn - 05,5a,Ageing urban communities,S02002497,Blaeberry Hill and East Whitburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206008 +206008,S00133665,6b2,White Suburban Communities,S01013481,Broxburn East - 04,2d,Rural traits,S02002514,Broxburn East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206009 +206009,S00133704,6b2,White Suburban Communities,S01013247,Fauldhouse - 05,4a,Challenged white communities,S02002478,Fauldhouse,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206010 +206010,S00133747,6b2,White Suburban Communities,S01013258,West Calder and Polbeth - 03,8c,Comfortable suburbia,S02002480,West Calder and Polbeth,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206011 +206011,S00133782,6b2,White Suburban Communities,S01013366,Blaeberry Hill and East Whitburn - 03,5c,Comfortable neighbourhoods,S02002497,Blaeberry Hill and East Whitburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206012 +206012,S00133785,6b2,White Suburban Communities,S01013366,Blaeberry Hill and East Whitburn - 03,5c,Comfortable neighbourhoods,S02002497,Blaeberry Hill and East Whitburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206013 +206013,S00133786,6b2,White Suburban Communities,S01013373,Whitburn Central - 02,4a,Challenged white communities,S02002498,Whitburn Central,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206014 +206014,S00133849,6b2,White Suburban Communities,S01013382,"Whitburn, Croftmalloch and Greenrigg - 05",5d,Endeavouring social renters,S02002499,"Whitburn, Croftmalloch and Greenrigg",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206015 +206015,S00133862,6b2,White Suburban Communities,S01013286,Mid Calder and Kirknewton - 03,8c,Comfortable suburbia,S02002484,Mid Calder and Kirknewton,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206016 +206016,S00133863,6b2,White Suburban Communities,S01013286,Mid Calder and Kirknewton - 03,8c,Comfortable suburbia,S02002484,Mid Calder and Kirknewton,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206017 +206017,S00133873,6b2,White Suburban Communities,S01013284,Mid Calder and Kirknewton - 01,5b,Aspiring urban households,S02002484,Mid Calder and Kirknewton,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206018 +206018,S00133874,6b2,White Suburban Communities,S01013286,Mid Calder and Kirknewton - 03,8c,Comfortable suburbia,S02002484,Mid Calder and Kirknewton,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206019 +206019,S00133876,6b2,White Suburban Communities,S01013284,Mid Calder and Kirknewton - 01,5b,Aspiring urban households,S02002484,Mid Calder and Kirknewton,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206020 +206020,S00133879,6b2,White Suburban Communities,S01013302,Pumpherston and Uphall Station - 04,5b,Aspiring urban households,S02002486,Pumpherston and Uphall Station,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206021 +206021,S00133904,6b2,White Suburban Communities,S01013312,Howden - 04,4b,Constrained renters,S02002488,Howden,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206022 +206022,S00133908,6b2,White Suburban Communities,S01013303,Craigshill - 01,5c,Comfortable neighbourhoods,S02002487,Craigshill,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206023 +206023,S00133925,6b2,White Suburban Communities,S01013299,Pumpherston and Uphall Station - 01,5d,Endeavouring social renters,S02002486,Pumpherston and Uphall Station,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206024 +206024,S00133974,6b2,White Suburban Communities,S01013346,Carmondean and Eliburn North - 01,3a,Achieving neighbourhoods,S02002494,Carmondean and Eliburn North,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206025 +206025,S00134037,6b2,White Suburban Communities,S01013317,Livingston Village and Eliburn South - 03,8c,Comfortable suburbia,S02002489,Livingston Village and Eliburn South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206026 +206026,S00134040,6b2,White Suburban Communities,S01013316,Livingston Village and Eliburn South - 02,8c,Comfortable suburbia,S02002489,Livingston Village and Eliburn South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206027 +206027,S00134048,6b2,White Suburban Communities,S01013337,Knightsridge and Deans North - 01,5b,Aspiring urban households,S02002492,Knightsridge and Deans North,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206028 +206028,S00134060,6b2,White Suburban Communities,S01013339,Knightsridge and Deans North - 03,8c,Comfortable suburbia,S02002492,Knightsridge and Deans North,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206029 +206029,S00134066,6b2,White Suburban Communities,S01013340,Knightsridge and Deans North - 04,8c,Comfortable suburbia,S02002492,Knightsridge and Deans North,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206030 +206030,S00134116,6b2,White Suburban Communities,S01013274,Bankton and Murieston - 05,8c,Comfortable suburbia,S02002482,Bankton and Murieston,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206031 +206031,S00134117,6b2,White Suburban Communities,S01013275,Bankton and Murieston - 06,8a,Affluent communities,S02002482,Bankton and Murieston,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206032 +206032,S00134120,6b2,White Suburban Communities,S01013275,Bankton and Murieston - 06,8a,Affluent communities,S02002482,Bankton and Murieston,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206033 +206033,S00134125,6b2,White Suburban Communities,S01013276,Bankton and Murieston - 07,8c,Comfortable suburbia,S02002482,Bankton and Murieston,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206034 +206034,S00134140,6b2,White Suburban Communities,S01013295,East Calder - 04,5b,Aspiring urban households,S02002485,East Calder,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206035 +206035,S00134156,6b2,White Suburban Communities,S01013292,East Calder - 01,8c,Comfortable suburbia,S02002485,East Calder,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206036 +206036,S00134162,6b2,White Suburban Communities,S01013292,East Calder - 01,8c,Comfortable suburbia,S02002485,East Calder,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206037 +206037,S00134241,6b2,White Suburban Communities,S01013399,Armadale South - 08,5b,Aspiring urban households,S02002501,Armadale South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206038 +206038,S00134342,6b2,White Suburban Communities,S01013425,Bathgate West - 06,5c,Comfortable neighbourhoods,S02002505,Bathgate West,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206039 +206039,S00134386,6b2,White Suburban Communities,S01013412,Bathgate East - 02,5c,Comfortable neighbourhoods,S02002504,Bathgate East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206040 +206040,S00134388,6b2,White Suburban Communities,S01013289,Mid Calder and Kirknewton - 06,2b,Prospering countryside life,S02002484,Mid Calder and Kirknewton,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206041 +206041,S00134430,6b2,White Suburban Communities,S01013462,Broxburn Kirkhill - 04,5b,Aspiring urban households,S02002511,Broxburn Kirkhill,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206042 +206042,S00134453,6b2,White Suburban Communities,S01013469,"Uphall, Dechmont and Ecclesmachan - 06",5c,Comfortable neighbourhoods,S02002512,"Uphall, Dechmont and Ecclesmachan",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206043 +206043,S00134508,6b2,White Suburban Communities,S01013436,Linlithgow South - 03,5d,Endeavouring social renters,S02002507,Linlithgow South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206044 +206044,S00134521,6b2,White Suburban Communities,S01013441,Linlithgow South - 08,8a,Affluent communities,S02002507,Linlithgow South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206045 +206045,S00134531,6b2,White Suburban Communities,S01013440,Linlithgow South - 07,8a,Affluent communities,S02002507,Linlithgow South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206046 +206046,S00134534,6b2,White Suburban Communities,S01013439,Linlithgow South - 06,8b,Ageing suburbanites,S02002507,Linlithgow South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206047 +206047,S00134562,6b2,White Suburban Communities,S01013448,Linlithgow North - 01,8a,Affluent communities,S02002509,Linlithgow North,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206048 +206048,S00134573,6b2,White Suburban Communities,S01013451,Linlithgow North - 04,8c,Comfortable suburbia,S02002509,Linlithgow North,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206049 +206049,S00134577,6b2,White Suburban Communities,S01013451,Linlithgow North - 04,8c,Comfortable suburbia,S02002509,Linlithgow North,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206050 +206050,S00134910,7a1,Transitional Eastern European Neighbourhoods,S01013429,"Blackridge, Westfield and Torphichen - 01",5c,Comfortable neighbourhoods,S02002506,"Blackridge, Westfield and Torphichen",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206051 +206051,S00134363,8d1,Young Hard-Pressed Families,S01013428,Bathgate West - 09,4a,Challenged white communities,S02002505,Bathgate West,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206052 +206052,S00133973,7a1,Transitional Eastern European Neighbourhoods,S01013326,Ladywell - 04,4b,Constrained renters,S02002490,Ladywell,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206053 +206053,S00134596,6b2,White Suburban Communities,S01013462,Broxburn Kirkhill - 04,5b,Aspiring urban households,S02002511,Broxburn Kirkhill,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206054 +206054,S00093130,8c1,Ageing Industrious Workers,S01007147,Monifieth West - 03,8b,Ageing suburbanites,S02001346,Monifieth West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206055 +206055,S00133992,7a1,Transitional Eastern European Neighbourhoods,S01013278,Dedridge East - 02,4b,Constrained renters,S02002483,Dedridge East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206056 +206056,S00093164,8c1,Ageing Industrious Workers,S01007155,Monifieth East - 07,5c,Comfortable neighbourhoods,S02001347,Monifieth East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206057 +206057,S00093211,8c1,Ageing Industrious Workers,S01007158,Carnoustie West - 03,5b,Aspiring urban households,S02001348,Carnoustie West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206058 +206058,S00093218,8c1,Ageing Industrious Workers,S01007159,Carnoustie West - 04,4a,Challenged white communities,S02001348,Carnoustie West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206059 +206059,S00093221,8c1,Ageing Industrious Workers,S01007160,Carnoustie West - 05,5d,Endeavouring social renters,S02001348,Carnoustie West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206060 +206060,S00093229,8c1,Ageing Industrious Workers,S01007163,Carnoustie East - 01,5c,Comfortable neighbourhoods,S02001349,Carnoustie East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206061 +206061,S00093236,8c1,Ageing Industrious Workers,S01007161,Carnoustie West - 06,5c,Comfortable neighbourhoods,S02001348,Carnoustie West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206062 +206062,S00093298,8c1,Ageing Industrious Workers,S01007199,Arbroath Warddykes - 03,4a,Challenged white communities,S02001355,Arbroath Warddykes,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206063 +206063,S00093423,8c1,Ageing Industrious Workers,S01007190,Arbroath Cliffburn - 01,5e,Primary sector workers,S02001354,Arbroath Cliffburn,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206064 +206064,S00093425,8c1,Ageing Industrious Workers,S01007190,Arbroath Cliffburn - 01,5e,Primary sector workers,S02001354,Arbroath Cliffburn,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206065 +206065,S00093437,8c1,Ageing Industrious Workers,S01007261,Forfar West - 02,5c,Comfortable neighbourhoods,S02001366,Forfar West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206066 +206066,S00093450,8c1,Ageing Industrious Workers,S01007264,Forfar West - 05,5a,Ageing urban communities,S02001366,Forfar West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206067 +206067,S00093476,8c1,Ageing Industrious Workers,S01007259,Forfar Central - 06,4b,Constrained renters,S02001365,Forfar Central,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206068 +206068,S00093491,8c1,Ageing Industrious Workers,S01007253,Forfar East - 06,5e,Primary sector workers,S02001364,Forfar East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206069 +206069,S00093502,8c1,Ageing Industrious Workers,S01007256,Forfar Central - 03,4b,Constrained renters,S02001365,Forfar Central,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206070 +206070,S00093528,8c1,Ageing Industrious Workers,S01007227,Friockheim - 02,5e,Primary sector workers,S02001360,Friockheim,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206071 +206071,S00093531,8c1,Ageing Industrious Workers,S01007227,Friockheim - 02,5e,Primary sector workers,S02001360,Friockheim,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206072 +206072,S00093559,8c1,Ageing Industrious Workers,S01007271,Kirriemuir - 01,5e,Primary sector workers,S02001368,Kirriemuir,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206073 +206073,S00093561,8c1,Ageing Industrious Workers,S01007271,Kirriemuir - 01,5e,Primary sector workers,S02001368,Kirriemuir,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206074 +206074,S00093788,1b3,Ageing Rural Flat Tenants,S01007261,Forfar West - 02,5c,Comfortable neighbourhoods,S02001366,Forfar West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206075 +206075,S00093692,8c2,Ageing Rural Industry Workers,S01007238,Brechin West - 04,5e,Primary sector workers,S02001362,Brechin West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206076 +206076,S00134927,7a1,Transitional Eastern European Neighbourhoods,S01013411,Bathgate East - 01,5c,Comfortable neighbourhoods,S02002504,Bathgate East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206077 +206077,S00134595,8d1,Young Hard-Pressed Families,S01013461,Broxburn Kirkhill - 03,4b,Constrained renters,S02002511,Broxburn Kirkhill,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206078 +206078,S00093612,8c1,Ageing Industrious Workers,S01007213,Montrose South - 06,5a,Ageing urban communities,S02001357,Montrose South,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206079 +206079,S00093717,8c1,Ageing Industrious Workers,S01007234,Brechin East - 05,5e,Primary sector workers,S02001361,Brechin East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206080 +206080,S00093724,8c1,Ageing Industrious Workers,S01007224,Hillside - 04,5e,Primary sector workers,S02001359,Hillside,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206081 +206081,S00093726,8c1,Ageing Industrious Workers,S01007283,Angus Glens - 05,2a,Ageing rural neighbourhoods,S02001369,Angus Glens,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206082 +206082,S00093886,8c1,Ageing Industrious Workers,S01007169,Carnoustie East - 07,5c,Comfortable neighbourhoods,S02001349,Carnoustie East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206083 +206083,S00093888,8c1,Ageing Industrious Workers,S01007157,Carnoustie West - 02,5d,Endeavouring social renters,S02001348,Carnoustie West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206084 +206084,S00093027,1b3,Ageing Rural Flat Tenants,S01007281,Angus Glens - 03,2c,Remoter communities,S02001369,Angus Glens,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206085 +206085,S00093032,1b3,Ageing Rural Flat Tenants,S01007281,Angus Glens - 03,2c,Remoter communities,S02001369,Angus Glens,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206086 +206086,S00093043,1b3,Ageing Rural Flat Tenants,S01007269,Kirriemuir Landward - 04,2c,Remoter communities,S02001367,Kirriemuir Landward,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206087 +206087,S00093045,1b3,Ageing Rural Flat Tenants,S01007228,Friockheim - 03,2c,Remoter communities,S02001360,Friockheim,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206088 +206088,S00093069,1b3,Ageing Rural Flat Tenants,S01007222,Hillside - 02,2d,Rural traits,S02001359,Hillside,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206089 +206089,S00093119,1b3,Ageing Rural Flat Tenants,S01007134,South Angus - 06,2c,Remoter communities,S02001344,South Angus,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206090 +206090,S00093163,1b3,Ageing Rural Flat Tenants,S01007155,Monifieth East - 07,5c,Comfortable neighbourhoods,S02001347,Monifieth East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206091 +206091,S00093248,1b3,Ageing Rural Flat Tenants,S01007163,Carnoustie East - 01,5c,Comfortable neighbourhoods,S02001349,Carnoustie East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206092 +206092,S00093332,1b3,Ageing Rural Flat Tenants,S01007179,Arbroath Kirkton - 07,8b,Ageing suburbanites,S02001351,Arbroath Kirkton,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206093 +206093,S00093344,1b3,Ageing Rural Flat Tenants,S01007175,Arbroath Kirkton - 03,5e,Primary sector workers,S02001351,Arbroath Kirkton,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206094 +206094,S00093426,1b3,Ageing Rural Flat Tenants,S01007266,Kirriemuir Landward - 01,5e,Primary sector workers,S02001367,Kirriemuir Landward,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206095 +206095,S00093428,1b3,Ageing Rural Flat Tenants,S01007266,Kirriemuir Landward - 01,5e,Primary sector workers,S02001367,Kirriemuir Landward,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206096 +206096,S00093449,1b3,Ageing Rural Flat Tenants,S01007264,Forfar West - 05,5a,Ageing urban communities,S02001366,Forfar West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206097 +206097,S00093540,1b3,Ageing Rural Flat Tenants,S01007275,Kirriemuir - 05,5a,Ageing urban communities,S02001368,Kirriemuir,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206098 +206098,S00093552,1b3,Ageing Rural Flat Tenants,S01007277,Kirriemuir - 07,2d,Rural traits,S02001368,Kirriemuir,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206099 +206099,S00093562,1b3,Ageing Rural Flat Tenants,S01007271,Kirriemuir - 01,5e,Primary sector workers,S02001368,Kirriemuir,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206100 +206100,S00093620,1b3,Ageing Rural Flat Tenants,S01007215,Montrose North - 01,4b,Constrained renters,S02001358,Montrose North,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206101 +206101,S00093631,1b3,Ageing Rural Flat Tenants,S01007216,Montrose North - 02,5a,Ageing urban communities,S02001358,Montrose North,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206102 +206102,S00093678,1b3,Ageing Rural Flat Tenants,S01007239,Brechin West - 05,2a,Ageing rural neighbourhoods,S02001362,Brechin West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206103 +206103,S00093720,1b3,Ageing Rural Flat Tenants,S01007224,Hillside - 04,5e,Primary sector workers,S02001359,Hillside,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206104 +206104,S00093721,1b3,Ageing Rural Flat Tenants,S01007224,Hillside - 04,5e,Primary sector workers,S02001359,Hillside,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206105 +206105,S00093735,1b3,Ageing Rural Flat Tenants,S01007283,Angus Glens - 05,2a,Ageing rural neighbourhoods,S02001369,Angus Glens,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206106 +206106,S00093743,1b3,Ageing Rural Flat Tenants,S01007221,Hillside - 01,2b,Prospering countryside life,S02001359,Hillside,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206107 +206107,S00093785,1b3,Ageing Rural Flat Tenants,S01007243,Letham and Glamis - 04,2d,Rural traits,S02001363,Letham and Glamis,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206108 +206108,S00093786,1b3,Ageing Rural Flat Tenants,S01007243,Letham and Glamis - 04,2d,Rural traits,S02001363,Letham and Glamis,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206109 +206109,S00093693,8c2,Ageing Rural Industry Workers,S01007236,Brechin West - 02,5e,Primary sector workers,S02001362,Brechin West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206110 +206110,S00134929,7a1,Transitional Eastern European Neighbourhoods,S01013406,Bathgate and Boghall - 02,4a,Challenged white communities,S02002503,Bathgate and Boghall,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206111 +206111,S00134722,8d1,Young Hard-Pressed Families,S01013308,Craigshill - 06,4b,Constrained renters,S02002487,Craigshill,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206112 +206112,S00134625,6b2,White Suburban Communities,S01013257,West Calder and Polbeth - 02,5c,Comfortable neighbourhoods,S02002480,West Calder and Polbeth,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206113 +206113,S00093789,1b3,Ageing Rural Flat Tenants,S01007264,Forfar West - 05,5a,Ageing urban communities,S02001366,Forfar West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206114 +206114,S00093695,8c2,Ageing Rural Industry Workers,S01007236,Brechin West - 02,5e,Primary sector workers,S02001362,Brechin West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206115 +206115,S00133994,7a1,Transitional Eastern European Neighbourhoods,S01013279,Dedridge East - 03,4b,Constrained renters,S02002483,Dedridge East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206116 +206116,S00134627,6b2,White Suburban Communities,S01013245,Fauldhouse - 03,5c,Comfortable neighbourhoods,S02002478,Fauldhouse,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206117 +206117,S00134931,7a1,Transitional Eastern European Neighbourhoods,S01013406,Bathgate and Boghall - 02,4a,Challenged white communities,S02002503,Bathgate and Boghall,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206118 +206118,S00134005,7a1,Transitional Eastern European Neighbourhoods,S01013282,Dedridge East - 06,4a,Challenged white communities,S02002483,Dedridge East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206119 +206119,S00093701,8c2,Ageing Rural Industry Workers,S01007233,Brechin East - 04,5e,Primary sector workers,S02001361,Brechin East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206120 +206120,S00134631,6b2,White Suburban Communities,S01013249,Fauldhouse - 07,5d,Endeavouring social renters,S02002478,Fauldhouse,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206121 +206121,S00134960,7a1,Transitional Eastern European Neighbourhoods,S01013478,Broxburn East - 01,4b,Constrained renters,S02002514,Broxburn East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206122 +206122,S00134006,7a1,Transitional Eastern European Neighbourhoods,S01013282,Dedridge East - 06,4a,Challenged white communities,S02002483,Dedridge East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206123 +206123,S00134725,8d1,Young Hard-Pressed Families,S01013326,Ladywell - 04,4b,Constrained renters,S02002490,Ladywell,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206124 +206124,S00093906,1b3,Ageing Rural Flat Tenants,S01007176,Arbroath Kirkton - 04,5e,Primary sector workers,S02001351,Arbroath Kirkton,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206125 +206125,S00093920,1b3,Ageing Rural Flat Tenants,S01007242,Letham and Glamis - 03,2d,Rural traits,S02001363,Letham and Glamis,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206126 +206126,S00134978,7a1,Transitional Eastern European Neighbourhoods,S01013470,"Uphall, Dechmont and Ecclesmachan - 07",4d,Hard-pressed flat dwellers,S02002512,"Uphall, Dechmont and Ecclesmachan",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206127 +206127,S00093932,1b3,Ageing Rural Flat Tenants,S01007250,Forfar East - 03,5e,Primary sector workers,S02001364,Forfar East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206128 +206128,S00134817,8d1,Young Hard-Pressed Families,S01013312,Howden - 04,4b,Constrained renters,S02002488,Howden,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206129 +206129,S00134009,7a1,Transitional Eastern European Neighbourhoods,S01013283,Dedridge East - 07,3d,Households in terraces and flats,S02002483,Dedridge East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206130 +206130,S00134979,7a1,Transitional Eastern European Neighbourhoods,S01013463,Broxburn Kirkhill - 05,4b,Constrained renters,S02002511,Broxburn Kirkhill,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206131 +206131,S00093702,8c2,Ageing Rural Industry Workers,S01007233,Brechin East - 04,5e,Primary sector workers,S02001361,Brechin East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206132 +206132,S00134645,6b2,White Suburban Communities,S01013364,Blaeberry Hill and East Whitburn - 01,5d,Endeavouring social renters,S02002497,Blaeberry Hill and East Whitburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206133 +206133,S00093936,1b3,Ageing Rural Flat Tenants,S01007252,Forfar East - 05,5e,Primary sector workers,S02001364,Forfar East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206134 +206134,S00134851,8d1,Young Hard-Pressed Families,S01013267,"Bellsquarry, Adambrae and Kirkton - 05",5d,Endeavouring social renters,S02002481,"Bellsquarry, Adambrae and Kirkton",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206135 +206135,S00134011,7a1,Transitional Eastern European Neighbourhoods,S01013283,Dedridge East - 07,3d,Households in terraces and flats,S02002483,Dedridge East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206136 +206136,S00134024,7a1,Transitional Eastern European Neighbourhoods,S01013314,Howden - 06,4b,Constrained renters,S02002488,Howden,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206137 +206137,S00134025,7a1,Transitional Eastern European Neighbourhoods,S01013313,Howden - 05,4b,Constrained renters,S02002488,Howden,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206138 +206138,S00134026,7a1,Transitional Eastern European Neighbourhoods,S01013313,Howden - 05,4b,Constrained renters,S02002488,Howden,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206139 +206139,S00134103,7a1,Transitional Eastern European Neighbourhoods,S01013334,Knightsridge - 05,4b,Constrained renters,S02002491,Knightsridge,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206140 +206140,S00134112,7a1,Transitional Eastern European Neighbourhoods,S01013351,Carmondean and Eliburn North - 06,5b,Aspiring urban households,S02002494,Carmondean and Eliburn North,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206141 +206141,S00134164,7a1,Transitional Eastern European Neighbourhoods,S01013359,Blackburn - 03,4a,Challenged white communities,S02002496,Blackburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206142 +206142,S00134196,7a1,Transitional Eastern European Neighbourhoods,S01013356,Seafield - 03,4a,Challenged white communities,S02002495,Seafield,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206143 +206143,S00134215,7a1,Transitional Eastern European Neighbourhoods,S01013431,"Blackridge, Westfield and Torphichen - 03",5e,Primary sector workers,S02002506,"Blackridge, Westfield and Torphichen",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206144 +206144,S00134289,7a1,Transitional Eastern European Neighbourhoods,S01013414,Bathgate East - 04,4b,Constrained renters,S02002504,Bathgate East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206145 +206145,S00134291,7a1,Transitional Eastern European Neighbourhoods,S01013417,Bathgate East - 07,4b,Constrained renters,S02002504,Bathgate East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206146 +206146,S00134305,7a1,Transitional Eastern European Neighbourhoods,S01013412,Bathgate East - 02,5c,Comfortable neighbourhoods,S02002504,Bathgate East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206147 +206147,S00134316,7a1,Transitional Eastern European Neighbourhoods,S01013409,Bathgate and Boghall - 05,5b,Aspiring urban households,S02002503,Bathgate and Boghall,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206148 +206148,S00134320,7a1,Transitional Eastern European Neighbourhoods,S01013408,Bathgate and Boghall - 04,4b,Constrained renters,S02002503,Bathgate and Boghall,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206149 +206149,S00134325,7a1,Transitional Eastern European Neighbourhoods,S01013407,Bathgate and Boghall - 03,4b,Constrained renters,S02002503,Bathgate and Boghall,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206150 +206150,S00134326,7a1,Transitional Eastern European Neighbourhoods,S01013407,Bathgate and Boghall - 03,4b,Constrained renters,S02002503,Bathgate and Boghall,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206151 +206151,S00134331,7a1,Transitional Eastern European Neighbourhoods,S01013405,Bathgate and Boghall - 01,5c,Comfortable neighbourhoods,S02002503,Bathgate and Boghall,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206152 +206152,S00134332,7a1,Transitional Eastern European Neighbourhoods,S01013405,Bathgate and Boghall - 01,5c,Comfortable neighbourhoods,S02002503,Bathgate and Boghall,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206153 +206153,S00134338,7a1,Transitional Eastern European Neighbourhoods,S01013400,"Bathgate, Wester Inch and Inchcross - 01",4a,Challenged white communities,S02002502,"Bathgate, Wester Inch and Inchcross",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206154 +206154,S00134347,7a1,Transitional Eastern European Neighbourhoods,S01013426,Bathgate West - 07,4a,Challenged white communities,S02002505,Bathgate West,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206155 +206155,S00134366,7a1,Transitional Eastern European Neighbourhoods,S01013416,Bathgate East - 06,4a,Challenged white communities,S02002504,Bathgate East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206156 +206156,S00134377,7a1,Transitional Eastern European Neighbourhoods,S01013417,Bathgate East - 07,4b,Constrained renters,S02002504,Bathgate East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206157 +206157,S00134410,7a1,Transitional Eastern European Neighbourhoods,S01013468,"Uphall, Dechmont and Ecclesmachan - 05",5a,Ageing urban communities,S02002512,"Uphall, Dechmont and Ecclesmachan",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206158 +206158,S00134412,7a1,Transitional Eastern European Neighbourhoods,S01013468,"Uphall, Dechmont and Ecclesmachan - 05",5a,Ageing urban communities,S02002512,"Uphall, Dechmont and Ecclesmachan",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206159 +206159,S00134414,7a1,Transitional Eastern European Neighbourhoods,S01013470,"Uphall, Dechmont and Ecclesmachan - 07",4d,Hard-pressed flat dwellers,S02002512,"Uphall, Dechmont and Ecclesmachan",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206160 +206160,S00134440,7a1,Transitional Eastern European Neighbourhoods,S01013480,Broxburn East - 03,4b,Constrained renters,S02002514,Broxburn East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206161 +206161,S00134443,7a1,Transitional Eastern European Neighbourhoods,S01013480,Broxburn East - 03,4b,Constrained renters,S02002514,Broxburn East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206162 +206162,S00134447,7a1,Transitional Eastern European Neighbourhoods,S01013477,Broxburn South - 06,4b,Constrained renters,S02002513,Broxburn South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206163 +206163,S00134448,7a1,Transitional Eastern European Neighbourhoods,S01013477,Broxburn South - 06,4b,Constrained renters,S02002513,Broxburn South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206164 +206164,S00134478,7a1,Transitional Eastern European Neighbourhoods,S01013461,Broxburn Kirkhill - 03,4b,Constrained renters,S02002511,Broxburn Kirkhill,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206165 +206165,S00134483,7a1,Transitional Eastern European Neighbourhoods,S01013458,"Winchburgh, Bridgend and Philpstoun - 06",5c,Comfortable neighbourhoods,S02002510,"Winchburgh, Bridgend and Philpstoun",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206166 +206166,S00134494,7a1,Transitional Eastern European Neighbourhoods,S01013456,"Winchburgh, Bridgend and Philpstoun - 04",5c,Comfortable neighbourhoods,S02002510,"Winchburgh, Bridgend and Philpstoun",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206167 +206167,S00134604,7a1,Transitional Eastern European Neighbourhoods,S01013410,Bathgate and Boghall - 06,4d,Hard-pressed flat dwellers,S02002503,Bathgate and Boghall,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206168 +206168,S00134712,7a1,Transitional Eastern European Neighbourhoods,S01013412,Bathgate East - 02,5c,Comfortable neighbourhoods,S02002504,Bathgate East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206169 +206169,S00134721,7a1,Transitional Eastern European Neighbourhoods,S01013308,Craigshill - 06,4b,Constrained renters,S02002487,Craigshill,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206170 +206170,S00134723,7a1,Transitional Eastern European Neighbourhoods,S01013323,Ladywell - 01,4b,Constrained renters,S02002490,Ladywell,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206171 +206171,S00134729,7a1,Transitional Eastern European Neighbourhoods,S01013279,Dedridge East - 03,4b,Constrained renters,S02002483,Dedridge East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206172 +206172,S00134733,7a1,Transitional Eastern European Neighbourhoods,S01013282,Dedridge East - 06,4a,Challenged white communities,S02002483,Dedridge East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206173 +206173,S00134742,7a1,Transitional Eastern European Neighbourhoods,S01013336,Knightsridge - 07,4b,Constrained renters,S02002491,Knightsridge,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206174 +206174,S00134820,7a1,Transitional Eastern European Neighbourhoods,S01013305,Craigshill - 03,4b,Constrained renters,S02002487,Craigshill,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206175 +206175,S00134823,7a1,Transitional Eastern European Neighbourhoods,S01013304,Craigshill - 02,4b,Constrained renters,S02002487,Craigshill,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206176 +206176,S00134829,7a1,Transitional Eastern European Neighbourhoods,S01013346,Carmondean and Eliburn North - 01,3a,Achieving neighbourhoods,S02002494,Carmondean and Eliburn North,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206177 +206177,S00134855,7a1,Transitional Eastern European Neighbourhoods,S01013313,Howden - 05,4b,Constrained renters,S02002488,Howden,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206178 +206178,S00134905,7a1,Transitional Eastern European Neighbourhoods,S01013361,Blackburn - 05,4a,Challenged white communities,S02002496,Blackburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206179 +206179,S00133775,5a1,White Professionals,S01013365,Blaeberry Hill and East Whitburn - 02,2d,Rural traits,S02002497,Blaeberry Hill and East Whitburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206180 +206180,S00134654,6b2,White Suburban Communities,S01013368,Blaeberry Hill and East Whitburn - 05,5a,Ageing urban communities,S02002497,Blaeberry Hill and East Whitburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206181 +206181,S00133859,5a1,White Professionals,S01013286,Mid Calder and Kirknewton - 03,8c,Comfortable suburbia,S02002484,Mid Calder and Kirknewton,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206182 +206182,S00135023,8d1,Young Hard-Pressed Families,S01013325,Ladywell - 03,4a,Challenged white communities,S02002490,Ladywell,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206183 +206183,S00093715,8c2,Ageing Rural Industry Workers,S01007234,Brechin East - 05,5e,Primary sector workers,S02001361,Brechin East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206184 +206184,S00093938,1b3,Ageing Rural Flat Tenants,S01007275,Kirriemuir - 05,5a,Ageing urban communities,S02001368,Kirriemuir,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206185 +206185,S00133860,5a1,White Professionals,S01013286,Mid Calder and Kirknewton - 03,8c,Comfortable suburbia,S02002484,Mid Calder and Kirknewton,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206186 +206186,S00093994,1b3,Ageing Rural Flat Tenants,S01007253,Forfar East - 06,5e,Primary sector workers,S02001364,Forfar East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206187 +206187,S00093157,8c2,Ageing Rural Industry Workers,S01007146,Monifieth West - 02,5c,Comfortable neighbourhoods,S02001346,Monifieth West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206188 +206188,S00093168,8c2,Ageing Rural Industry Workers,S01007130,South Angus - 02,5c,Comfortable neighbourhoods,S02001344,South Angus,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206189 +206189,S00093169,8c2,Ageing Rural Industry Workers,S01007130,South Angus - 02,5c,Comfortable neighbourhoods,S02001344,South Angus,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206190 +206190,S00093185,8c2,Ageing Rural Industry Workers,S01007166,Carnoustie East - 04,5c,Comfortable neighbourhoods,S02001349,Carnoustie East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206191 +206191,S00093207,8c2,Ageing Rural Industry Workers,S01007158,Carnoustie West - 03,5b,Aspiring urban households,S02001348,Carnoustie West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206192 +206192,S00093230,8c2,Ageing Rural Industry Workers,S01007160,Carnoustie West - 05,5d,Endeavouring social renters,S02001348,Carnoustie West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206193 +206193,S00093253,8c2,Ageing Rural Industry Workers,S01007139,Monikie - 03,2c,Remoter communities,S02001345,Monikie,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206194 +206194,S00093337,8c2,Ageing Rural Industry Workers,S01007178,Arbroath Kirkton - 06,4a,Challenged white communities,S02001351,Arbroath Kirkton,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206195 +206195,S00093338,8c2,Ageing Rural Industry Workers,S01007178,Arbroath Kirkton - 06,4a,Challenged white communities,S02001351,Arbroath Kirkton,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206196 +206196,S00093341,8c2,Ageing Rural Industry Workers,S01007175,Arbroath Kirkton - 03,5e,Primary sector workers,S02001351,Arbroath Kirkton,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206197 +206197,S00093365,8c2,Ageing Rural Industry Workers,S01007183,Arbroath Keptie - 04,5e,Primary sector workers,S02001352,Arbroath Keptie,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206198 +206198,S00093368,8c2,Ageing Rural Industry Workers,S01007183,Arbroath Keptie - 04,5e,Primary sector workers,S02001352,Arbroath Keptie,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206199 +206199,S00093393,8c2,Ageing Rural Industry Workers,S01007191,Arbroath Cliffburn - 02,4b,Constrained renters,S02001354,Arbroath Cliffburn,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206200 +206200,S00093396,8c2,Ageing Rural Industry Workers,S01007191,Arbroath Cliffburn - 02,4b,Constrained renters,S02001354,Arbroath Cliffburn,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206201 +206201,S00093397,8c2,Ageing Rural Industry Workers,S01007192,Arbroath Cliffburn - 03,4a,Challenged white communities,S02001354,Arbroath Cliffburn,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206202 +206202,S00093405,8c2,Ageing Rural Industry Workers,S01007193,Arbroath Cliffburn - 04,4a,Challenged white communities,S02001354,Arbroath Cliffburn,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206203 +206203,S00093413,8c2,Ageing Rural Industry Workers,S01007194,Arbroath Cliffburn - 05,4b,Constrained renters,S02001354,Arbroath Cliffburn,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206204 +206204,S00134668,6b2,White Suburban Communities,S01013403,"Bathgate, Wester Inch and Inchcross - 04",3a,Achieving neighbourhoods,S02002502,"Bathgate, Wester Inch and Inchcross",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206205 +206205,S00093421,8c2,Ageing Rural Industry Workers,S01007196,Arbroath Cliffburn - 07,4a,Challenged white communities,S02001354,Arbroath Cliffburn,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206206 +206206,S00093422,8c2,Ageing Rural Industry Workers,S01007196,Arbroath Cliffburn - 07,4a,Challenged white communities,S02001354,Arbroath Cliffburn,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206207 +206207,S00093427,8c2,Ageing Rural Industry Workers,S01007266,Kirriemuir Landward - 01,5e,Primary sector workers,S02001367,Kirriemuir Landward,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206208 +206208,S00093430,8c2,Ageing Rural Industry Workers,S01007266,Kirriemuir Landward - 01,5e,Primary sector workers,S02001367,Kirriemuir Landward,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206209 +206209,S00093442,8c2,Ageing Rural Industry Workers,S01007263,Forfar West - 04,5e,Primary sector workers,S02001366,Forfar West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206210 +206210,S00093459,8c2,Ageing Rural Industry Workers,S01007259,Forfar Central - 06,4b,Constrained renters,S02001365,Forfar Central,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206211 +206211,S00093462,8c2,Ageing Rural Industry Workers,S01007259,Forfar Central - 06,4b,Constrained renters,S02001365,Forfar Central,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206212 +206212,S00093473,8c2,Ageing Rural Industry Workers,S01007262,Forfar West - 03,4a,Challenged white communities,S02001366,Forfar West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206213 +206213,S00093474,8c2,Ageing Rural Industry Workers,S01007262,Forfar West - 03,4a,Challenged white communities,S02001366,Forfar West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206214 +206214,S00093485,8c2,Ageing Rural Industry Workers,S01007258,Forfar Central - 05,5e,Primary sector workers,S02001365,Forfar Central,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206215 +206215,S00093494,8c2,Ageing Rural Industry Workers,S01007254,Forfar Central - 01,4b,Constrained renters,S02001365,Forfar Central,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206216 +206216,S00093543,8c2,Ageing Rural Industry Workers,S01007274,Kirriemuir - 04,5e,Primary sector workers,S02001368,Kirriemuir,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206217 +206217,S00093546,8c2,Ageing Rural Industry Workers,S01007276,Kirriemuir - 06,5e,Primary sector workers,S02001368,Kirriemuir,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206218 +206218,S00093554,8c2,Ageing Rural Industry Workers,S01007276,Kirriemuir - 06,5e,Primary sector workers,S02001368,Kirriemuir,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206219 +206219,S00093556,8c2,Ageing Rural Industry Workers,S01007271,Kirriemuir - 01,5e,Primary sector workers,S02001368,Kirriemuir,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206220 +206220,S00093560,8c2,Ageing Rural Industry Workers,S01007271,Kirriemuir - 01,5e,Primary sector workers,S02001368,Kirriemuir,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206221 +206221,S00093569,8c2,Ageing Rural Industry Workers,S01007272,Kirriemuir - 02,4a,Challenged white communities,S02001368,Kirriemuir,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206222 +206222,S00093574,8c2,Ageing Rural Industry Workers,S01007206,Lunan - 03,5e,Primary sector workers,S02001356,Lunan,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206223 +206223,S00093575,8c2,Ageing Rural Industry Workers,S01007207,Lunan - 04,5e,Primary sector workers,S02001356,Lunan,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206224 +206224,S00093635,8c2,Ageing Rural Industry Workers,S01007207,Lunan - 04,5e,Primary sector workers,S02001356,Lunan,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206225 +206225,S00093639,8c2,Ageing Rural Industry Workers,S01007217,Montrose North - 03,4a,Challenged white communities,S02001358,Montrose North,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206226 +206226,S00093640,8c2,Ageing Rural Industry Workers,S01007217,Montrose North - 03,4a,Challenged white communities,S02001358,Montrose North,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206227 +206227,S00093651,8c2,Ageing Rural Industry Workers,S01007219,Montrose North - 05,5e,Primary sector workers,S02001358,Montrose North,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206228 +206228,S00093663,8c2,Ageing Rural Industry Workers,S01007222,Hillside - 02,2d,Rural traits,S02001359,Hillside,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206229 +206229,S00093677,8c2,Ageing Rural Industry Workers,S01007236,Brechin West - 02,5e,Primary sector workers,S02001362,Brechin West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206230 +206230,S00133867,5a1,White Professionals,S01013285,Mid Calder and Kirknewton - 02,5b,Aspiring urban households,S02002484,Mid Calder and Kirknewton,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206231 +206231,S00133870,5a1,White Professionals,S01013285,Mid Calder and Kirknewton - 02,5b,Aspiring urban households,S02002484,Mid Calder and Kirknewton,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206232 +206232,S00133878,5a1,White Professionals,S01013285,Mid Calder and Kirknewton - 02,5b,Aspiring urban households,S02002484,Mid Calder and Kirknewton,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206233 +206233,S00133881,5a1,White Professionals,S01013299,Pumpherston and Uphall Station - 01,5d,Endeavouring social renters,S02002486,Pumpherston and Uphall Station,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206234 +206234,S00133909,5a1,White Professionals,S01013303,Craigshill - 01,5c,Comfortable neighbourhoods,S02002487,Craigshill,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206235 +206235,S00093122,7d1,Ageing Communities and Families,S01007145,Monifieth West - 01,8a,Affluent communities,S02001346,Monifieth West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206236 +206236,S00134063,5a1,White Professionals,S01013339,Knightsridge and Deans North - 03,8c,Comfortable suburbia,S02002492,Knightsridge and Deans North,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206237 +206237,S00093159,7d1,Ageing Communities and Families,S01007154,Monifieth East - 06,5a,Ageing urban communities,S02001347,Monifieth East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206238 +206238,S00134069,5a1,White Professionals,S01013340,Knightsridge and Deans North - 04,8c,Comfortable suburbia,S02002492,Knightsridge and Deans North,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206239 +206239,S00093171,7d1,Ageing Communities and Families,S01007131,South Angus - 03,8b,Ageing suburbanites,S02001344,South Angus,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206240 +206240,S00134076,5a1,White Professionals,S01013351,Carmondean and Eliburn North - 06,5b,Aspiring urban households,S02002494,Carmondean and Eliburn North,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206241 +206241,S00093716,8c2,Ageing Rural Industry Workers,S01007234,Brechin East - 05,5e,Primary sector workers,S02001361,Brechin East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206242 +206242,S00093217,7d1,Ageing Communities and Families,S01007159,Carnoustie West - 04,4a,Challenged white communities,S02001348,Carnoustie West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206243 +206243,S00093241,7d1,Ageing Communities and Families,S01007162,Carnoustie West - 07,5e,Primary sector workers,S02001348,Carnoustie West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206244 +206244,S00093260,7d1,Ageing Communities and Families,S01007185,Arbroath Harbour - 02,4b,Constrained renters,S02001353,Arbroath Harbour,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206245 +206245,S00093274,7d1,Ageing Communities and Families,S01007187,Arbroath Harbour - 04,4b,Constrained renters,S02001353,Arbroath Harbour,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206246 +206246,S00093277,7d1,Ageing Communities and Families,S01007189,Arbroath Harbour - 06,4b,Constrained renters,S02001353,Arbroath Harbour,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206247 +206247,S00093354,7d1,Ageing Communities and Families,S01007182,Arbroath Keptie - 03,5e,Primary sector workers,S02001352,Arbroath Keptie,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206248 +206248,S00093478,7d1,Ageing Communities and Families,S01007265,Forfar West - 06,5e,Primary sector workers,S02001366,Forfar West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206249 +206249,S00093482,7d1,Ageing Communities and Families,S01007258,Forfar Central - 05,5e,Primary sector workers,S02001365,Forfar Central,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206250 +206250,S00093501,7d1,Ageing Communities and Families,S01007256,Forfar Central - 03,4b,Constrained renters,S02001365,Forfar Central,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206251 +206251,S00093514,7d1,Ageing Communities and Families,S01007257,Forfar Central - 04,4b,Constrained renters,S02001365,Forfar Central,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206252 +206252,S00093542,7d1,Ageing Communities and Families,S01007274,Kirriemuir - 04,5e,Primary sector workers,S02001368,Kirriemuir,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206253 +206253,S00093624,7d1,Ageing Communities and Families,S01007214,Montrose South - 07,4b,Constrained renters,S02001357,Montrose South,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206254 +206254,S00093637,7d1,Ageing Communities and Families,S01007217,Montrose North - 03,4a,Challenged white communities,S02001358,Montrose North,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206255 +206255,S00093819,7d1,Ageing Communities and Families,S01007155,Monifieth East - 07,5c,Comfortable neighbourhoods,S02001347,Monifieth East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206256 +206256,S00093896,7d1,Ageing Communities and Families,S01007184,Arbroath Harbour - 01,4b,Constrained renters,S02001353,Arbroath Harbour,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206257 +206257,S00093914,7d1,Ageing Communities and Families,S01007189,Arbroath Harbour - 06,4b,Constrained renters,S02001353,Arbroath Harbour,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206258 +206258,S00093948,7d1,Ageing Communities and Families,S01007215,Montrose North - 01,4b,Constrained renters,S02001358,Montrose North,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206259 +206259,S00093079,6a4,Ageing in Suburbia,S01007202,Arbroath Warddykes - 06,4a,Challenged white communities,S02001355,Arbroath Warddykes,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206260 +206260,S00134691,6b2,White Suburban Communities,S01013386,Armadale - 04,8b,Ageing suburbanites,S02002500,Armadale,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206261 +206261,S00093131,6a4,Ageing in Suburbia,S01007145,Monifieth West - 01,8a,Affluent communities,S02001346,Monifieth West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206262 +206262,S00093142,6a4,Ageing in Suburbia,S01007151,Monifieth East - 03,8b,Ageing suburbanites,S02001347,Monifieth East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206263 +206263,S00093145,6a4,Ageing in Suburbia,S01007151,Monifieth East - 03,8b,Ageing suburbanites,S02001347,Monifieth East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206264 +206264,S00093155,6a4,Ageing in Suburbia,S01007147,Monifieth West - 03,8b,Ageing suburbanites,S02001346,Monifieth West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206265 +206265,S00093165,6a4,Ageing in Suburbia,S01007152,Monifieth East - 04,8a,Affluent communities,S02001347,Monifieth East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206266 +206266,S00093172,6a4,Ageing in Suburbia,S01007130,South Angus - 02,5c,Comfortable neighbourhoods,S02001344,South Angus,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206267 +206267,S00093192,6a4,Ageing in Suburbia,S01007165,Carnoustie East - 03,5a,Ageing urban communities,S02001349,Carnoustie East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206268 +206268,S00093194,6a4,Ageing in Suburbia,S01007165,Carnoustie East - 03,5a,Ageing urban communities,S02001349,Carnoustie East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206269 +206269,S00093196,6a4,Ageing in Suburbia,S01007167,Carnoustie East - 05,8b,Ageing suburbanites,S02001349,Carnoustie East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206270 +206270,S00093315,6a4,Ageing in Suburbia,S01007180,Arbroath Keptie - 01,8b,Ageing suburbanites,S02001352,Arbroath Keptie,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206271 +206271,S00093318,6a4,Ageing in Suburbia,S01007180,Arbroath Keptie - 01,8b,Ageing suburbanites,S02001352,Arbroath Keptie,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206272 +206272,S00093435,6a4,Ageing in Suburbia,S01007261,Forfar West - 02,5c,Comfortable neighbourhoods,S02001366,Forfar West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206273 +206273,S00093609,6a4,Ageing in Suburbia,S01007212,Montrose South - 05,5e,Primary sector workers,S02001357,Montrose South,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206274 +206274,S00093846,6a4,Ageing in Suburbia,S01007221,Hillside - 01,2b,Prospering countryside life,S02001359,Hillside,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206275 +206275,S00093858,6a4,Ageing in Suburbia,S01007129,South Angus - 01,2b,Prospering countryside life,S02001344,South Angus,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206276 +206276,S00093864,6a4,Ageing in Suburbia,S01007134,South Angus - 06,2c,Remoter communities,S02001344,South Angus,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206277 +206277,S00093876,6a4,Ageing in Suburbia,S01007153,Monifieth East - 05,5c,Comfortable neighbourhoods,S02001347,Monifieth East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206278 +206278,S00093881,6a4,Ageing in Suburbia,S01007152,Monifieth East - 04,8a,Affluent communities,S02001347,Monifieth East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206279 +206279,S00093965,6a4,Ageing in Suburbia,S01007233,Brechin East - 04,5e,Primary sector workers,S02001361,Brechin East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206280 +206280,S00093970,6a4,Ageing in Suburbia,S01007150,Monifieth East - 02,8a,Affluent communities,S02001347,Monifieth East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206281 +206281,S00093981,6a4,Ageing in Suburbia,S01007132,South Angus - 04,8b,Ageing suburbanites,S02001344,South Angus,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206282 +206282,S00093094,8c1,Ageing Industrious Workers,S01007204,Lunan - 01,2d,Rural traits,S02001356,Lunan,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206283 +206283,S00134085,5a1,White Professionals,S01013352,Carmondean and Eliburn North - 07,4a,Challenged white communities,S02002494,Carmondean and Eliburn North,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206284 +206284,S00093725,8c2,Ageing Rural Industry Workers,S01007283,Angus Glens - 05,2a,Ageing rural neighbourhoods,S02001369,Angus Glens,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206285 +206285,S00093730,8c2,Ageing Rural Industry Workers,S01007233,Brechin East - 04,5e,Primary sector workers,S02001361,Brechin East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206286 +206286,S00134118,5a1,White Professionals,S01013274,Bankton and Murieston - 05,8c,Comfortable suburbia,S02002482,Bankton and Murieston,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206287 +206287,S00093732,8c2,Ageing Rural Industry Workers,S01007234,Brechin East - 05,5e,Primary sector workers,S02001361,Brechin East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206288 +206288,S00134122,5a1,White Professionals,S01013275,Bankton and Murieston - 06,8a,Affluent communities,S02002482,Bankton and Murieston,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206289 +206289,S00093733,8c2,Ageing Rural Industry Workers,S01007224,Hillside - 04,5e,Primary sector workers,S02001359,Hillside,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206290 +206290,S00134132,5a1,White Professionals,S01013295,East Calder - 04,5b,Aspiring urban households,S02002485,East Calder,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206291 +206291,S00134698,6b2,White Suburban Communities,S01013294,East Calder - 03,5c,Comfortable neighbourhoods,S02002485,East Calder,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206292 +206292,S00134133,5a1,White Professionals,S01013295,East Calder - 04,5b,Aspiring urban households,S02002485,East Calder,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206293 +206293,S00134713,6b2,White Suburban Communities,S01013409,Bathgate and Boghall - 05,5b,Aspiring urban households,S02002503,Bathgate and Boghall,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206294 +206294,S00134223,5a1,White Professionals,S01013396,Armadale South - 05,8c,Comfortable suburbia,S02002501,Armadale South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206295 +206295,S00134717,6b2,White Suburban Communities,S01013366,Blaeberry Hill and East Whitburn - 03,5c,Comfortable neighbourhoods,S02002497,Blaeberry Hill and East Whitburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206296 +206296,S00134224,5a1,White Professionals,S01013396,Armadale South - 05,8c,Comfortable suburbia,S02002501,Armadale South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206297 +206297,S00134751,6b2,White Suburban Communities,S01013412,Bathgate East - 02,5c,Comfortable neighbourhoods,S02002504,Bathgate East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206298 +206298,S00134284,5a1,White Professionals,S01013389,Armadale - 07,4a,Challenged white communities,S02002500,Armadale,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206299 +206299,S00134763,6b2,White Suburban Communities,S01013451,Linlithgow North - 04,8c,Comfortable suburbia,S02002509,Linlithgow North,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206300 +206300,S00134298,5a1,White Professionals,S01013413,Bathgate East - 03,5c,Comfortable neighbourhoods,S02002504,Bathgate East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206301 +206301,S00134398,5a1,White Professionals,S01013464,"Uphall, Dechmont and Ecclesmachan - 01",5c,Comfortable neighbourhoods,S02002512,"Uphall, Dechmont and Ecclesmachan",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206302 +206302,S00134416,5a1,White Professionals,S01013459,Broxburn Kirkhill - 01,4b,Constrained renters,S02002511,Broxburn Kirkhill,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206303 +206303,S00134500,5a1,White Professionals,S01013442,Linlithgow Bridge - 01,5c,Comfortable neighbourhoods,S02002508,Linlithgow Bridge,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206304 +206304,S00134574,5a1,White Professionals,S01013452,Linlithgow North - 05,8c,Comfortable suburbia,S02002509,Linlithgow North,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206305 +206305,S00134576,5a1,White Professionals,S01013450,Linlithgow North - 03,8c,Comfortable suburbia,S02002509,Linlithgow North,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206306 +206306,S00134587,5a1,White Professionals,S01013453,"Winchburgh, Bridgend and Philpstoun - 01",4a,Challenged white communities,S02002510,"Winchburgh, Bridgend and Philpstoun",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206307 +206307,S00134664,5a1,White Professionals,S01013401,"Bathgate, Wester Inch and Inchcross - 02",3a,Achieving neighbourhoods,S02002502,"Bathgate, Wester Inch and Inchcross",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206308 +206308,S00134666,5a1,White Professionals,S01013403,"Bathgate, Wester Inch and Inchcross - 04",3a,Achieving neighbourhoods,S02002502,"Bathgate, Wester Inch and Inchcross",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206309 +206309,S00134678,5a1,White Professionals,S01013402,"Bathgate, Wester Inch and Inchcross - 03",3a,Achieving neighbourhoods,S02002502,"Bathgate, Wester Inch and Inchcross",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206310 +206310,S00134681,5a1,White Professionals,S01013404,"Bathgate, Wester Inch and Inchcross - 05",3a,Achieving neighbourhoods,S02002502,"Bathgate, Wester Inch and Inchcross",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206311 +206311,S00134682,5a1,White Professionals,S01013403,"Bathgate, Wester Inch and Inchcross - 04",3a,Achieving neighbourhoods,S02002502,"Bathgate, Wester Inch and Inchcross",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206312 +206312,S00134683,5a1,White Professionals,S01013402,"Bathgate, Wester Inch and Inchcross - 03",3a,Achieving neighbourhoods,S02002502,"Bathgate, Wester Inch and Inchcross",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206313 +206313,S00134732,5a1,White Professionals,S01013280,Dedridge East - 04,5b,Aspiring urban households,S02002483,Dedridge East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206314 +206314,S00134744,5a1,White Professionals,S01013276,Bankton and Murieston - 07,8c,Comfortable suburbia,S02002482,Bankton and Murieston,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206315 +206315,S00134840,5a1,White Professionals,S01013318,Livingston Village and Eliburn South - 04,8c,Comfortable suburbia,S02002489,Livingston Village and Eliburn South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206316 +206316,S00093780,8c2,Ageing Rural Industry Workers,S01007201,Arbroath Warddykes - 05,5c,Comfortable neighbourhoods,S02001355,Arbroath Warddykes,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206317 +206317,S00134880,5a1,White Professionals,S01013333,Knightsridge - 04,5b,Aspiring urban households,S02002491,Knightsridge,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206318 +206318,S00134907,5a1,White Professionals,S01013354,Seafield - 01,5c,Comfortable neighbourhoods,S02002495,Seafield,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206319 +206319,S00134925,5a1,White Professionals,S01013411,Bathgate East - 01,5c,Comfortable neighbourhoods,S02002504,Bathgate East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206320 +206320,S00134936,5a1,White Professionals,S01013420,Bathgate West - 01,5c,Comfortable neighbourhoods,S02002505,Bathgate West,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206321 +206321,S00134937,5a1,White Professionals,S01013421,Bathgate West - 02,8c,Comfortable suburbia,S02002505,Bathgate West,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206322 +206322,S00134953,5a1,White Professionals,S01013290,Mid Calder and Kirknewton - 07,5c,Comfortable neighbourhoods,S02002484,Mid Calder and Kirknewton,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206323 +206323,S00134970,5a1,White Professionals,S01013474,Broxburn South - 03,3a,Achieving neighbourhoods,S02002513,Broxburn South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206324 +206324,S00134984,5a1,White Professionals,S01013462,Broxburn Kirkhill - 04,5b,Aspiring urban households,S02002511,Broxburn Kirkhill,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206325 +206325,S00093782,8c2,Ageing Rural Industry Workers,S01007173,Arbroath Kirkton - 01,5b,Aspiring urban households,S02001351,Arbroath Kirkton,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206326 +206326,S00093783,8c2,Ageing Rural Industry Workers,S01007191,Arbroath Cliffburn - 02,4b,Constrained renters,S02001354,Arbroath Cliffburn,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206327 +206327,S00093792,8c2,Ageing Rural Industry Workers,S01007245,Letham and Glamis - 06,2d,Rural traits,S02001363,Letham and Glamis,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206328 +206328,S00093793,8c2,Ageing Rural Industry Workers,S01007245,Letham and Glamis - 06,2d,Rural traits,S02001363,Letham and Glamis,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206329 +206329,S00093802,8c2,Ageing Rural Industry Workers,S01007271,Kirriemuir - 01,5e,Primary sector workers,S02001368,Kirriemuir,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206330 +206330,S00093804,8c2,Ageing Rural Industry Workers,S01007207,Lunan - 04,5e,Primary sector workers,S02001356,Lunan,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206331 +206331,S00093810,8c2,Ageing Rural Industry Workers,S01007215,Montrose North - 01,4b,Constrained renters,S02001358,Montrose North,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206332 +206332,S00093818,8c2,Ageing Rural Industry Workers,S01007232,Brechin East - 03,4b,Constrained renters,S02001361,Brechin East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206333 +206333,S00093889,8c2,Ageing Rural Industry Workers,S01007157,Carnoustie West - 02,5d,Endeavouring social renters,S02001348,Carnoustie West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206334 +206334,S00093899,8c2,Ageing Rural Industry Workers,S01007178,Arbroath Kirkton - 06,4a,Challenged white communities,S02001351,Arbroath Kirkton,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206335 +206335,S00093900,8c2,Ageing Rural Industry Workers,S01007178,Arbroath Kirkton - 06,4a,Challenged white communities,S02001351,Arbroath Kirkton,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206336 +206336,S00093903,8c2,Ageing Rural Industry Workers,S01007174,Arbroath Kirkton - 02,5a,Ageing urban communities,S02001351,Arbroath Kirkton,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206337 +206337,S00093904,8c2,Ageing Rural Industry Workers,S01007176,Arbroath Kirkton - 04,5e,Primary sector workers,S02001351,Arbroath Kirkton,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206338 +206338,S00093907,8c2,Ageing Rural Industry Workers,S01007183,Arbroath Keptie - 04,5e,Primary sector workers,S02001352,Arbroath Keptie,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206339 +206339,S00093924,8c2,Ageing Rural Industry Workers,S01007260,Forfar West - 01,4a,Challenged white communities,S02001366,Forfar West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206340 +206340,S00093934,8c2,Ageing Rural Industry Workers,S01007252,Forfar East - 05,5e,Primary sector workers,S02001364,Forfar East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206341 +206341,S00093935,8c2,Ageing Rural Industry Workers,S01007252,Forfar East - 05,5e,Primary sector workers,S02001364,Forfar East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206342 +206342,S00093939,8c2,Ageing Rural Industry Workers,S01007273,Kirriemuir - 03,5c,Comfortable neighbourhoods,S02001368,Kirriemuir,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206343 +206343,S00093940,8c2,Ageing Rural Industry Workers,S01007274,Kirriemuir - 04,5e,Primary sector workers,S02001368,Kirriemuir,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206344 +206344,S00093957,8c2,Ageing Rural Industry Workers,S01007222,Hillside - 02,2d,Rural traits,S02001359,Hillside,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206345 +206345,S00092984,1a3,Agricultural Communities,S01007140,Monikie - 04,2c,Remoter communities,S02001345,Monikie,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206346 +206346,S00092991,1a3,Agricultural Communities,S01007140,Monikie - 04,2c,Remoter communities,S02001345,Monikie,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206347 +206347,S00092994,1a3,Agricultural Communities,S01007247,Letham and Glamis - 08,2c,Remoter communities,S02001363,Letham and Glamis,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206348 +206348,S00092998,1a3,Agricultural Communities,S01007267,Kirriemuir Landward - 02,2c,Remoter communities,S02001367,Kirriemuir Landward,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206349 +206349,S00092999,1a3,Agricultural Communities,S01007268,Kirriemuir Landward - 03,2c,Remoter communities,S02001367,Kirriemuir Landward,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206350 +206350,S00093002,1a3,Agricultural Communities,S01007244,Letham and Glamis - 05,2c,Remoter communities,S02001363,Letham and Glamis,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206351 +206351,S00093009,1a3,Agricultural Communities,S01007240,Letham and Glamis - 01,2c,Remoter communities,S02001363,Letham and Glamis,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206352 +206352,S00093010,1a3,Agricultural Communities,S01007240,Letham and Glamis - 01,2c,Remoter communities,S02001363,Letham and Glamis,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206353 +206353,S00093011,1a3,Agricultural Communities,S01007244,Letham and Glamis - 05,2c,Remoter communities,S02001363,Letham and Glamis,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206354 +206354,S00093013,1a3,Agricultural Communities,S01007228,Friockheim - 03,2c,Remoter communities,S02001360,Friockheim,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206355 +206355,S00093015,1a3,Agricultural Communities,S01007226,Friockheim - 01,2c,Remoter communities,S02001360,Friockheim,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206356 +206356,S00093016,1a3,Agricultural Communities,S01007241,Letham and Glamis - 02,2c,Remoter communities,S02001363,Letham and Glamis,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206357 +206357,S00093022,1a3,Agricultural Communities,S01007246,Letham and Glamis - 07,2c,Remoter communities,S02001363,Letham and Glamis,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206358 +206358,S00093025,1a3,Agricultural Communities,S01007245,Letham and Glamis - 06,2d,Rural traits,S02001363,Letham and Glamis,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206359 +206359,S00093029,1a3,Agricultural Communities,S01007281,Angus Glens - 03,2c,Remoter communities,S02001369,Angus Glens,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206360 +206360,S00093031,1a3,Agricultural Communities,S01007280,Angus Glens - 02,2c,Remoter communities,S02001369,Angus Glens,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206361 +206361,S00093034,1a3,Agricultural Communities,S01007281,Angus Glens - 03,2c,Remoter communities,S02001369,Angus Glens,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206362 +206362,S00093038,1a3,Agricultural Communities,S01007280,Angus Glens - 02,2c,Remoter communities,S02001369,Angus Glens,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206363 +206363,S00134765,6b2,White Suburban Communities,S01013424,Bathgate West - 05,8c,Comfortable suburbia,S02002505,Bathgate West,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206364 +206364,S00134767,6b2,White Suburban Communities,S01013348,Carmondean and Eliburn North - 03,8c,Comfortable suburbia,S02002494,Carmondean and Eliburn North,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206365 +206365,S00134769,6b2,White Suburban Communities,S01013273,Bankton and Murieston - 04,8c,Comfortable suburbia,S02002482,Bankton and Murieston,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206366 +206366,S00134774,6b2,White Suburban Communities,S01013392,Armadale South - 01,8c,Comfortable suburbia,S02002501,Armadale South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206367 +206367,S00134776,6b2,White Suburban Communities,S01013392,Armadale South - 01,8c,Comfortable suburbia,S02002501,Armadale South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206368 +206368,S00134778,6b2,White Suburban Communities,S01013430,"Blackridge, Westfield and Torphichen - 02",5d,Endeavouring social renters,S02002506,"Blackridge, Westfield and Torphichen",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206369 +206369,S00134813,6b2,White Suburban Communities,S01013367,Blaeberry Hill and East Whitburn - 04,5c,Comfortable neighbourhoods,S02002497,Blaeberry Hill and East Whitburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206370 +206370,S00134814,6b2,White Suburban Communities,S01013287,Mid Calder and Kirknewton - 04,8c,Comfortable suburbia,S02002484,Mid Calder and Kirknewton,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206371 +206371,S00134824,6b2,White Suburban Communities,S01013303,Craigshill - 01,5c,Comfortable neighbourhoods,S02002487,Craigshill,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206372 +206372,S00134836,6b2,White Suburban Communities,S01013318,Livingston Village and Eliburn South - 04,8c,Comfortable suburbia,S02002489,Livingston Village and Eliburn South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206373 +206373,S00134841,6b2,White Suburban Communities,S01013319,Livingston Village and Eliburn South - 05,5c,Comfortable neighbourhoods,S02002489,Livingston Village and Eliburn South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206374 +206374,S00134843,6b2,White Suburban Communities,S01013346,Carmondean and Eliburn North - 01,3a,Achieving neighbourhoods,S02002494,Carmondean and Eliburn North,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206375 +206375,S00134849,6b2,White Suburban Communities,S01013263,"Bellsquarry, Adambrae and Kirkton - 01",8c,Comfortable suburbia,S02002481,"Bellsquarry, Adambrae and Kirkton",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206376 +206376,S00134865,6b2,White Suburban Communities,S01013339,Knightsridge and Deans North - 03,8c,Comfortable suburbia,S02002492,Knightsridge and Deans North,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206377 +206377,S00134878,6b2,White Suburban Communities,S01013333,Knightsridge - 04,5b,Aspiring urban households,S02002491,Knightsridge,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206378 +206378,S00134896,6b2,White Suburban Communities,S01013274,Bankton and Murieston - 05,8c,Comfortable suburbia,S02002482,Bankton and Murieston,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206379 +206379,S00134912,6b2,White Suburban Communities,S01013398,Armadale South - 07,8c,Comfortable suburbia,S02002501,Armadale South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206380 +206380,S00134919,6b2,White Suburban Communities,S01013385,Armadale - 03,5c,Comfortable neighbourhoods,S02002500,Armadale,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206381 +206381,S00134938,6b2,White Suburban Communities,S01013421,Bathgate West - 02,8c,Comfortable suburbia,S02002505,Bathgate West,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206382 +206382,S00134944,6b2,White Suburban Communities,S01013420,Bathgate West - 01,5c,Comfortable neighbourhoods,S02002505,Bathgate West,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206383 +206383,S00134964,6b2,White Suburban Communities,S01013467,"Uphall, Dechmont and Ecclesmachan - 04",8c,Comfortable suburbia,S02002512,"Uphall, Dechmont and Ecclesmachan",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206384 +206384,S00134972,6b2,White Suburban Communities,S01013474,Broxburn South - 03,3a,Achieving neighbourhoods,S02002513,Broxburn South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206385 +206385,S00134973,6b2,White Suburban Communities,S01013473,Broxburn South - 02,8c,Comfortable suburbia,S02002513,Broxburn South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206386 +206386,S00134991,6b2,White Suburban Communities,S01013478,Broxburn East - 01,4b,Constrained renters,S02002514,Broxburn East,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206387 +206387,S00135017,6b2,White Suburban Communities,S01013320,Livingston Village and Eliburn South - 06,3a,Achieving neighbourhoods,S02002489,Livingston Village and Eliburn South,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206388 +206388,S00135022,6b2,White Suburban Communities,S01013325,Ladywell - 03,4a,Challenged white communities,S02002490,Ladywell,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206389 +206389,S00135040,6b2,White Suburban Communities,S01013331,Knightsridge - 02,3a,Achieving neighbourhoods,S02002491,Knightsridge,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206390 +206390,S00135049,6b2,White Suburban Communities,S01013358,Blackburn - 02,5e,Primary sector workers,S02002496,Blackburn,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206391 +206391,S00133722,8d1,Young Hard-Pressed Families,S01013255,Breich Valley - 06,5a,Ageing urban communities,S02002479,Breich Valley,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206392 +206392,S00133724,8d1,Young Hard-Pressed Families,S01013255,Breich Valley - 06,5a,Ageing urban communities,S02002479,Breich Valley,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206393 +206393,S00133789,8d1,Young Hard-Pressed Families,S01013373,Whitburn Central - 02,4a,Challenged white communities,S02002498,Whitburn Central,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206394 +206394,S00133883,8d1,Young Hard-Pressed Families,S01013299,Pumpherston and Uphall Station - 01,5d,Endeavouring social renters,S02002486,Pumpherston and Uphall Station,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206395 +206395,S00133964,8d1,Young Hard-Pressed Families,S01013327,Ladywell - 05,4a,Challenged white communities,S02002490,Ladywell,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206396 +206396,S00134041,8d1,Young Hard-Pressed Families,S01013344,Deans - 03,4a,Challenged white communities,S02002493,Deans,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206397 +206397,S00134095,8d1,Young Hard-Pressed Families,S01013335,Knightsridge - 06,4a,Challenged white communities,S02002491,Knightsridge,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206398 +206398,S00134217,8d1,Young Hard-Pressed Families,S01013431,"Blackridge, Westfield and Torphichen - 03",5e,Primary sector workers,S02002506,"Blackridge, Westfield and Torphichen",S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206399 +206399,S00134266,8d1,Young Hard-Pressed Families,S01013387,Armadale - 05,4a,Challenged white communities,S02002500,Armadale,S12000040,West Lothian,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,206400 +206400,S00093214,7c1,Challenged Transitionaries,S01007159,Carnoustie West - 04,4a,Challenged white communities,S02001348,Carnoustie West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206401 +206401,S00093222,7c1,Challenged Transitionaries,S01007160,Carnoustie West - 05,5d,Endeavouring social renters,S02001348,Carnoustie West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206402 +206402,S00093257,7c1,Challenged Transitionaries,S01007184,Arbroath Harbour - 01,4b,Constrained renters,S02001353,Arbroath Harbour,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206403 +206403,S00093202,8b2,Hard-Pressed Rented Terraces,S01007156,Carnoustie West - 01,5d,Endeavouring social renters,S02001348,Carnoustie West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206404 +206404,S00093669,7b1,Eastern European Communities,S01007232,Brechin East - 03,4b,Constrained renters,S02001361,Brechin East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206405 +206405,S00093263,7c1,Challenged Transitionaries,S01007185,Arbroath Harbour - 02,4b,Constrained renters,S02001353,Arbroath Harbour,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206406 +206406,S00093268,7c1,Challenged Transitionaries,S01007188,Arbroath Harbour - 05,4b,Constrained renters,S02001353,Arbroath Harbour,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206407 +206407,S00093269,7c1,Challenged Transitionaries,S01007188,Arbroath Harbour - 05,4b,Constrained renters,S02001353,Arbroath Harbour,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206408 +206408,S00093273,7c1,Challenged Transitionaries,S01007188,Arbroath Harbour - 05,4b,Constrained renters,S02001353,Arbroath Harbour,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206409 +206409,S00093282,7c1,Challenged Transitionaries,S01007187,Arbroath Harbour - 04,4b,Constrained renters,S02001353,Arbroath Harbour,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206410 +206410,S00093299,7c1,Challenged Transitionaries,S01007199,Arbroath Warddykes - 03,4a,Challenged white communities,S02001355,Arbroath Warddykes,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206411 +206411,S00093325,7c1,Challenged Transitionaries,S01007177,Arbroath Kirkton - 05,4b,Constrained renters,S02001351,Arbroath Kirkton,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206412 +206412,S00093329,7c1,Challenged Transitionaries,S01007177,Arbroath Kirkton - 05,4b,Constrained renters,S02001351,Arbroath Kirkton,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206413 +206413,S00093350,7c1,Challenged Transitionaries,S01007184,Arbroath Harbour - 01,4b,Constrained renters,S02001353,Arbroath Harbour,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206414 +206414,S00093351,7c1,Challenged Transitionaries,S01007184,Arbroath Harbour - 01,4b,Constrained renters,S02001353,Arbroath Harbour,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206415 +206415,S00093353,7c1,Challenged Transitionaries,S01007184,Arbroath Harbour - 01,4b,Constrained renters,S02001353,Arbroath Harbour,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206416 +206416,S00093357,7c1,Challenged Transitionaries,S01007182,Arbroath Keptie - 03,5e,Primary sector workers,S02001352,Arbroath Keptie,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206417 +206417,S00093361,7c1,Challenged Transitionaries,S01007183,Arbroath Keptie - 04,5e,Primary sector workers,S02001352,Arbroath Keptie,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206418 +206418,S00093363,7c1,Challenged Transitionaries,S01007183,Arbroath Keptie - 04,5e,Primary sector workers,S02001352,Arbroath Keptie,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206419 +206419,S00093366,7c1,Challenged Transitionaries,S01007200,Arbroath Warddykes - 04,4a,Challenged white communities,S02001355,Arbroath Warddykes,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206420 +206420,S00093369,7c1,Challenged Transitionaries,S01007200,Arbroath Warddykes - 04,4a,Challenged white communities,S02001355,Arbroath Warddykes,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206421 +206421,S00093370,7c1,Challenged Transitionaries,S01007183,Arbroath Keptie - 04,5e,Primary sector workers,S02001352,Arbroath Keptie,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206422 +206422,S00093372,7c1,Challenged Transitionaries,S01007200,Arbroath Warddykes - 04,4a,Challenged white communities,S02001355,Arbroath Warddykes,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206423 +206423,S00093817,6a3,Detached Retirement Living,S01007237,Brechin West - 03,5e,Primary sector workers,S02001362,Brechin West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206424 +206424,S00093373,7c1,Challenged Transitionaries,S01007200,Arbroath Warddykes - 04,4a,Challenged white communities,S02001355,Arbroath Warddykes,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206425 +206425,S00093384,7c1,Challenged Transitionaries,S01007202,Arbroath Warddykes - 06,4a,Challenged white communities,S02001355,Arbroath Warddykes,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206426 +206426,S00093408,7c1,Challenged Transitionaries,S01007192,Arbroath Cliffburn - 03,4a,Challenged white communities,S02001354,Arbroath Cliffburn,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206427 +206427,S00093518,7c1,Challenged Transitionaries,S01007250,Forfar East - 03,5e,Primary sector workers,S02001364,Forfar East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206428 +206428,S00093536,7c1,Challenged Transitionaries,S01007274,Kirriemuir - 04,5e,Primary sector workers,S02001368,Kirriemuir,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206429 +206429,S00093597,7c1,Challenged Transitionaries,S01007211,Montrose South - 04,4b,Constrained renters,S02001357,Montrose South,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206430 +206430,S00093603,7c1,Challenged Transitionaries,S01007209,Montrose South - 02,4b,Constrained renters,S02001357,Montrose South,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206431 +206431,S00093604,7c1,Challenged Transitionaries,S01007211,Montrose South - 04,4b,Constrained renters,S02001357,Montrose South,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206432 +206432,S00093654,7c1,Challenged Transitionaries,S01007219,Montrose North - 05,5e,Primary sector workers,S02001358,Montrose North,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206433 +206433,S00093655,7c1,Challenged Transitionaries,S01007219,Montrose North - 05,5e,Primary sector workers,S02001358,Montrose North,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206434 +206434,S00093656,7c1,Challenged Transitionaries,S01007220,Montrose North - 06,4a,Challenged white communities,S02001358,Montrose North,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206435 +206435,S00093660,7c1,Challenged Transitionaries,S01007219,Montrose North - 05,5e,Primary sector workers,S02001358,Montrose North,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206436 +206436,S00093664,7c1,Challenged Transitionaries,S01007220,Montrose North - 06,4a,Challenged white communities,S02001358,Montrose North,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206437 +206437,S00093672,7c1,Challenged Transitionaries,S01007235,Brechin West - 01,4b,Constrained renters,S02001362,Brechin West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206438 +206438,S00093689,7c1,Challenged Transitionaries,S01007238,Brechin West - 04,5e,Primary sector workers,S02001362,Brechin West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206439 +206439,S00093781,7c1,Challenged Transitionaries,S01007202,Arbroath Warddykes - 06,4a,Challenged white communities,S02001355,Arbroath Warddykes,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206440 +206440,S00093805,7c1,Challenged Transitionaries,S01007211,Montrose South - 04,4b,Constrained renters,S02001357,Montrose South,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206441 +206441,S00093830,7c1,Challenged Transitionaries,S01007219,Montrose North - 05,5e,Primary sector workers,S02001358,Montrose North,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206442 +206442,S00092986,6a2,Comfortable Suburbia,S01007143,Monikie - 07,8c,Comfortable suburbia,S02001345,Monikie,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206443 +206443,S00092987,6a2,Comfortable Suburbia,S01007143,Monikie - 07,8c,Comfortable suburbia,S02001345,Monikie,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206444 +206444,S00092988,6a2,Comfortable Suburbia,S01007143,Monikie - 07,8c,Comfortable suburbia,S02001345,Monikie,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206445 +206445,S00092990,6a2,Comfortable Suburbia,S01007143,Monikie - 07,8c,Comfortable suburbia,S02001345,Monikie,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206446 +206446,S00093080,6a2,Comfortable Suburbia,S01007173,Arbroath Kirkton - 01,5b,Aspiring urban households,S02001351,Arbroath Kirkton,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206447 +206447,S00093100,6a2,Comfortable Suburbia,S01007136,South Angus - 08,2c,Remoter communities,S02001344,South Angus,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206448 +206448,S00093113,6a2,Comfortable Suburbia,S01007137,Monikie - 01,8c,Comfortable suburbia,S02001345,Monikie,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206449 +206449,S00093114,6a2,Comfortable Suburbia,S01007137,Monikie - 01,8c,Comfortable suburbia,S02001345,Monikie,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206450 +206450,S00093116,6a2,Comfortable Suburbia,S01007137,Monikie - 01,8c,Comfortable suburbia,S02001345,Monikie,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206451 +206451,S00093117,6a2,Comfortable Suburbia,S01007137,Monikie - 01,8c,Comfortable suburbia,S02001345,Monikie,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206452 +206452,S00093129,6a2,Comfortable Suburbia,S01007145,Monifieth West - 01,8a,Affluent communities,S02001346,Monifieth West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206453 +206453,S00093041,1a3,Agricultural Communities,S01007269,Kirriemuir Landward - 04,2c,Remoter communities,S02001367,Kirriemuir Landward,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206454 +206454,S00093439,7c2,Constrained Young Families,S01007261,Forfar West - 02,5c,Comfortable neighbourhoods,S02001366,Forfar West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206455 +206455,S00093133,6a2,Comfortable Suburbia,S01007147,Monifieth West - 03,8b,Ageing suburbanites,S02001346,Monifieth West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206456 +206456,S00093147,6a3,Detached Retirement Living,S01007150,Monifieth East - 02,8a,Affluent communities,S02001347,Monifieth East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206457 +206457,S00093205,8b2,Hard-Pressed Rented Terraces,S01007156,Carnoustie West - 01,5d,Endeavouring social renters,S02001348,Carnoustie West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206458 +206458,S00093206,8b2,Hard-Pressed Rented Terraces,S01007157,Carnoustie West - 02,5d,Endeavouring social renters,S02001348,Carnoustie West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206459 +206459,S00093709,7b1,Eastern European Communities,S01007231,Brechin East - 02,4b,Constrained renters,S02001361,Brechin East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206460 +206460,S00093046,1a3,Agricultural Communities,S01007229,Friockheim - 04,2c,Remoter communities,S02001360,Friockheim,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206461 +206461,S00093441,7c2,Constrained Young Families,S01007263,Forfar West - 04,5e,Primary sector workers,S02001366,Forfar West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206462 +206462,S00093208,8b2,Hard-Pressed Rented Terraces,S01007158,Carnoustie West - 03,5b,Aspiring urban households,S02001348,Carnoustie West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206463 +206463,S00093710,7b1,Eastern European Communities,S01007230,Brechin East - 01,4b,Constrained renters,S02001361,Brechin East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206464 +206464,S00093134,6a2,Comfortable Suburbia,S01007147,Monifieth West - 03,8b,Ageing suburbanites,S02001346,Monifieth West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206465 +206465,S00093149,6a3,Detached Retirement Living,S01007150,Monifieth East - 02,8a,Affluent communities,S02001347,Monifieth East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206466 +206466,S00093820,6a3,Detached Retirement Living,S01007167,Carnoustie East - 05,8b,Ageing suburbanites,S02001349,Carnoustie East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206467 +206467,S00093461,7c2,Constrained Young Families,S01007260,Forfar West - 01,4a,Challenged white communities,S02001366,Forfar West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206468 +206468,S00093821,6a3,Detached Retirement Living,S01007167,Carnoustie East - 05,8b,Ageing suburbanites,S02001349,Carnoustie East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206469 +206469,S00093047,1a3,Agricultural Communities,S01007229,Friockheim - 04,2c,Remoter communities,S02001360,Friockheim,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206470 +206470,S00093809,7b1,Eastern European Communities,S01007214,Montrose South - 07,4b,Constrained renters,S02001357,Montrose South,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206471 +206471,S00093375,8b2,Hard-Pressed Rented Terraces,S01007203,Arbroath Warddykes - 07,5d,Endeavouring social renters,S02001355,Arbroath Warddykes,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206472 +206472,S00093146,6a2,Comfortable Suburbia,S01007151,Monifieth East - 03,8b,Ageing suburbanites,S02001347,Monifieth East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206473 +206473,S00093150,6a3,Detached Retirement Living,S01007150,Monifieth East - 02,8a,Affluent communities,S02001347,Monifieth East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206474 +206474,S00093048,1a3,Agricultural Communities,S01007229,Friockheim - 04,2c,Remoter communities,S02001360,Friockheim,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206475 +206475,S00093173,6a3,Detached Retirement Living,S01007131,South Angus - 03,8b,Ageing suburbanites,S02001344,South Angus,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206476 +206476,S00093824,7b1,Eastern European Communities,S01007254,Forfar Central - 01,4b,Constrained renters,S02001365,Forfar Central,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206477 +206477,S00093376,8b2,Hard-Pressed Rented Terraces,S01007203,Arbroath Warddykes - 07,5d,Endeavouring social renters,S02001355,Arbroath Warddykes,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206478 +206478,S00093822,6a3,Detached Retirement Living,S01007179,Arbroath Kirkton - 07,8b,Ageing suburbanites,S02001351,Arbroath Kirkton,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206479 +206479,S00093049,1a3,Agricultural Communities,S01007229,Friockheim - 04,2c,Remoter communities,S02001360,Friockheim,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206480 +206480,S00093465,7c2,Constrained Young Families,S01007260,Forfar West - 01,4a,Challenged white communities,S02001366,Forfar West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206481 +206481,S00093181,6a3,Detached Retirement Living,S01007168,Carnoustie East - 06,8b,Ageing suburbanites,S02001349,Carnoustie East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206482 +206482,S00093447,6a2,Comfortable Suburbia,S01007261,Forfar West - 02,5c,Comfortable neighbourhoods,S02001366,Forfar West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206483 +206483,S00093466,7c2,Constrained Young Families,S01007260,Forfar West - 01,4a,Challenged white communities,S02001366,Forfar West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206484 +206484,S00093650,6a2,Comfortable Suburbia,S01007218,Montrose North - 04,8b,Ageing suburbanites,S02001358,Montrose North,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206485 +206485,S00093826,6a3,Detached Retirement Living,S01007278,Kirriemuir - 08,8b,Ageing suburbanites,S02001368,Kirriemuir,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206486 +206486,S00093381,8b2,Hard-Pressed Rented Terraces,S01007202,Arbroath Warddykes - 06,4a,Challenged white communities,S02001355,Arbroath Warddykes,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206487 +206487,S00093467,7c2,Constrained Young Families,S01007260,Forfar West - 01,4a,Challenged white communities,S02001366,Forfar West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206488 +206488,S00093756,6a2,Comfortable Suburbia,S01007129,South Angus - 01,2b,Prospering countryside life,S02001344,South Angus,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206489 +206489,S00093050,1a3,Agricultural Communities,S01007282,Angus Glens - 04,2c,Remoter communities,S02001369,Angus Glens,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206490 +206490,S00093832,6a3,Detached Retirement Living,S01007141,Monikie - 05,2c,Remoter communities,S02001345,Monikie,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206491 +206491,S00093894,7b1,Eastern European Communities,S01007186,Arbroath Harbour - 03,4b,Constrained renters,S02001353,Arbroath Harbour,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206492 +206492,S00093383,8b2,Hard-Pressed Rented Terraces,S01007201,Arbroath Warddykes - 05,5c,Comfortable neighbourhoods,S02001355,Arbroath Warddykes,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206493 +206493,S00093470,7c2,Constrained Young Families,S01007262,Forfar West - 03,4a,Challenged white communities,S02001366,Forfar West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206494 +206494,S00093182,6a3,Detached Retirement Living,S01007168,Carnoustie East - 06,8b,Ageing suburbanites,S02001349,Carnoustie East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206495 +206495,S00093759,6a2,Comfortable Suburbia,S01007142,Monikie - 06,8a,Affluent communities,S02001345,Monikie,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206496 +206496,S00093051,1a3,Agricultural Communities,S01007282,Angus Glens - 04,2c,Remoter communities,S02001369,Angus Glens,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206497 +206497,S00093834,6a3,Detached Retirement Living,S01007140,Monikie - 04,2c,Remoter communities,S02001345,Monikie,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206498 +206498,S00093895,7b1,Eastern European Communities,S01007189,Arbroath Harbour - 06,4b,Constrained renters,S02001353,Arbroath Harbour,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206499 +206499,S00093395,8b2,Hard-Pressed Rented Terraces,S01007191,Arbroath Cliffburn - 02,4b,Constrained renters,S02001354,Arbroath Cliffburn,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206500 +206500,S00093548,7c2,Constrained Young Families,S01007276,Kirriemuir - 06,5e,Primary sector workers,S02001368,Kirriemuir,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206501 +206501,S00093404,8b2,Hard-Pressed Rented Terraces,S01007193,Arbroath Cliffburn - 04,4a,Challenged white communities,S02001354,Arbroath Cliffburn,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206502 +206502,S00093183,6a3,Detached Retirement Living,S01007168,Carnoustie East - 06,8b,Ageing suburbanites,S02001349,Carnoustie East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206503 +206503,S00093760,6a2,Comfortable Suburbia,S01007142,Monikie - 06,8a,Affluent communities,S02001345,Monikie,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206504 +206504,S00093918,7b1,Eastern European Communities,S01007194,Arbroath Cliffburn - 05,4b,Constrained renters,S02001354,Arbroath Cliffburn,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206505 +206505,S00093563,7c2,Constrained Young Families,S01007272,Kirriemuir - 02,4a,Challenged white communities,S02001368,Kirriemuir,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206506 +206506,S00093406,8b2,Hard-Pressed Rented Terraces,S01007193,Arbroath Cliffburn - 04,4a,Challenged white communities,S02001354,Arbroath Cliffburn,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206507 +206507,S00093187,6a3,Detached Retirement Living,S01007167,Carnoustie East - 05,8b,Ageing suburbanites,S02001349,Carnoustie East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206508 +206508,S00093950,7b1,Eastern European Communities,S01007214,Montrose South - 07,4b,Constrained renters,S02001357,Montrose South,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206509 +206509,S00093572,7c2,Constrained Young Families,S01007273,Kirriemuir - 03,5c,Comfortable neighbourhoods,S02001368,Kirriemuir,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206510 +206510,S00093440,8b2,Hard-Pressed Rented Terraces,S01007263,Forfar West - 04,5e,Primary sector workers,S02001366,Forfar West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206511 +206511,S00093195,6a3,Detached Retirement Living,S01007165,Carnoustie East - 03,5a,Ageing urban communities,S02001349,Carnoustie East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206512 +206512,S00093958,7b1,Eastern European Communities,S01007235,Brechin West - 01,4b,Constrained renters,S02001362,Brechin West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206513 +206513,S00093590,7c2,Constrained Young Families,S01007208,Montrose South - 01,4b,Constrained renters,S02001357,Montrose South,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206514 +206514,S00093454,8b2,Hard-Pressed Rented Terraces,S01007265,Forfar West - 06,5e,Primary sector workers,S02001366,Forfar West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206515 +206515,S00093197,6a3,Detached Retirement Living,S01007169,Carnoustie East - 07,5c,Comfortable neighbourhoods,S02001349,Carnoustie East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206516 +206516,S00093959,7b1,Eastern European Communities,S01007233,Brechin East - 04,5e,Primary sector workers,S02001361,Brechin East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206517 +206517,S00093598,7c2,Constrained Young Families,S01007211,Montrose South - 04,4b,Constrained renters,S02001357,Montrose South,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206518 +206518,S00093468,8b2,Hard-Pressed Rented Terraces,S01007260,Forfar West - 01,4a,Challenged white communities,S02001366,Forfar West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206519 +206519,S00093198,6a3,Detached Retirement Living,S01007168,Carnoustie East - 06,8b,Ageing suburbanites,S02001349,Carnoustie East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206520 +206520,S00093244,7b3,Endeavouring Flat Dwellers,S01007162,Carnoustie West - 07,5e,Primary sector workers,S02001348,Carnoustie West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206521 +206521,S00093619,7c2,Constrained Young Families,S01007215,Montrose North - 01,4b,Constrained renters,S02001358,Montrose North,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206522 +206522,S00093471,8b2,Hard-Pressed Rented Terraces,S01007262,Forfar West - 03,4a,Challenged white communities,S02001366,Forfar West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206523 +206523,S00093537,8b2,Hard-Pressed Rented Terraces,S01007275,Kirriemuir - 05,5a,Ageing urban communities,S02001368,Kirriemuir,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206524 +206524,S00093565,8b2,Hard-Pressed Rented Terraces,S01007272,Kirriemuir - 02,4a,Challenged white communities,S02001368,Kirriemuir,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206525 +206525,S00093605,8b2,Hard-Pressed Rented Terraces,S01007211,Montrose South - 04,4b,Constrained renters,S02001357,Montrose South,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206526 +206526,S00093641,8b2,Hard-Pressed Rented Terraces,S01007217,Montrose North - 03,4a,Challenged white communities,S02001358,Montrose North,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206527 +206527,S00093657,8b2,Hard-Pressed Rented Terraces,S01007220,Montrose North - 06,4a,Challenged white communities,S02001358,Montrose North,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206528 +206528,S00093659,8b2,Hard-Pressed Rented Terraces,S01007220,Montrose North - 06,4a,Challenged white communities,S02001358,Montrose North,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206529 +206529,S00093661,8b2,Hard-Pressed Rented Terraces,S01007220,Montrose North - 06,4a,Challenged white communities,S02001358,Montrose North,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206530 +206530,S00093662,8b2,Hard-Pressed Rented Terraces,S01007220,Montrose North - 06,4a,Challenged white communities,S02001358,Montrose North,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206531 +206531,S00093684,8b2,Hard-Pressed Rented Terraces,S01007238,Brechin West - 04,5e,Primary sector workers,S02001362,Brechin West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206532 +206532,S00093777,8b2,Hard-Pressed Rented Terraces,S01007178,Arbroath Kirkton - 06,4a,Challenged white communities,S02001351,Arbroath Kirkton,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206533 +206533,S00093790,8b2,Hard-Pressed Rented Terraces,S01007265,Forfar West - 06,5e,Primary sector workers,S02001366,Forfar West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206534 +206534,S00093891,8b2,Hard-Pressed Rented Terraces,S01007157,Carnoustie West - 02,5d,Endeavouring social renters,S02001348,Carnoustie West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206535 +206535,S00093901,8b2,Hard-Pressed Rented Terraces,S01007175,Arbroath Kirkton - 03,5e,Primary sector workers,S02001351,Arbroath Kirkton,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206536 +206536,S00093908,8b2,Hard-Pressed Rented Terraces,S01007174,Arbroath Kirkton - 02,5a,Ageing urban communities,S02001351,Arbroath Kirkton,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206537 +206537,S00093910,8b2,Hard-Pressed Rented Terraces,S01007200,Arbroath Warddykes - 04,4a,Challenged white communities,S02001355,Arbroath Warddykes,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206538 +206538,S00093911,8b2,Hard-Pressed Rented Terraces,S01007173,Arbroath Kirkton - 01,5b,Aspiring urban households,S02001351,Arbroath Kirkton,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206539 +206539,S00092997,8a2,Industrious Hardship,S01007247,Letham and Glamis - 08,2c,Remoter communities,S02001363,Letham and Glamis,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206540 +206540,S00093807,6a2,Comfortable Suburbia,S01007281,Angus Glens - 03,2c,Remoter communities,S02001369,Angus Glens,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206541 +206541,S00093004,8a2,Industrious Hardship,S01007246,Letham and Glamis - 07,2c,Remoter communities,S02001363,Letham and Glamis,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206542 +206542,S00093118,8a2,Industrious Hardship,S01007134,South Angus - 06,2c,Remoter communities,S02001344,South Angus,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206543 +206543,S00093167,8a2,Industrious Hardship,S01007153,Monifieth East - 05,5c,Comfortable neighbourhoods,S02001347,Monifieth East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206544 +206544,S00093203,8a2,Industrious Hardship,S01007156,Carnoustie West - 01,5d,Endeavouring social renters,S02001348,Carnoustie West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206545 +206545,S00093228,8a2,Industrious Hardship,S01007163,Carnoustie East - 01,5c,Comfortable neighbourhoods,S02001349,Carnoustie East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206546 +206546,S00093231,8a2,Industrious Hardship,S01007163,Carnoustie East - 01,5c,Comfortable neighbourhoods,S02001349,Carnoustie East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206547 +206547,S00093394,8a2,Industrious Hardship,S01007190,Arbroath Cliffburn - 01,5e,Primary sector workers,S02001354,Arbroath Cliffburn,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206548 +206548,S00093402,8a2,Industrious Hardship,S01007193,Arbroath Cliffburn - 04,4a,Challenged white communities,S02001354,Arbroath Cliffburn,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206549 +206549,S00093411,8a2,Industrious Hardship,S01007195,Arbroath Cliffburn - 06,4a,Challenged white communities,S02001354,Arbroath Cliffburn,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206550 +206550,S00093414,8a2,Industrious Hardship,S01007195,Arbroath Cliffburn - 06,4a,Challenged white communities,S02001354,Arbroath Cliffburn,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206551 +206551,S00093424,8a2,Industrious Hardship,S01007190,Arbroath Cliffburn - 01,5e,Primary sector workers,S02001354,Arbroath Cliffburn,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206552 +206552,S00093524,8a2,Industrious Hardship,S01007253,Forfar East - 06,5e,Primary sector workers,S02001364,Forfar East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206553 +206553,S00093527,8a2,Industrious Hardship,S01007252,Forfar East - 05,5e,Primary sector workers,S02001364,Forfar East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206554 +206554,S00093533,8a2,Industrious Hardship,S01007227,Friockheim - 02,5e,Primary sector workers,S02001360,Friockheim,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206555 +206555,S00093570,8a2,Industrious Hardship,S01007273,Kirriemuir - 03,5c,Comfortable neighbourhoods,S02001368,Kirriemuir,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206556 +206556,S00093685,8a2,Industrious Hardship,S01007238,Brechin West - 04,5e,Primary sector workers,S02001362,Brechin West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206557 +206557,S00093767,8a2,Industrious Hardship,S01007169,Carnoustie East - 07,5c,Comfortable neighbourhoods,S02001349,Carnoustie East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206558 +206558,S00093784,8a2,Industrious Hardship,S01007192,Arbroath Cliffburn - 03,4a,Challenged white communities,S02001354,Arbroath Cliffburn,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206559 +206559,S00093199,6a3,Detached Retirement Living,S01007168,Carnoustie East - 06,8b,Ageing suburbanites,S02001349,Carnoustie East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206560 +206560,S00093200,6a3,Detached Retirement Living,S01007168,Carnoustie East - 06,8b,Ageing suburbanites,S02001349,Carnoustie East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206561 +206561,S00093201,6a3,Detached Retirement Living,S01007167,Carnoustie East - 05,8b,Ageing suburbanites,S02001349,Carnoustie East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206562 +206562,S00093204,6a3,Detached Retirement Living,S01007156,Carnoustie West - 01,5d,Endeavouring social renters,S02001348,Carnoustie West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206563 +206563,S00093209,6a3,Detached Retirement Living,S01007158,Carnoustie West - 03,5b,Aspiring urban households,S02001348,Carnoustie West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206564 +206564,S00093224,6a3,Detached Retirement Living,S01007163,Carnoustie East - 01,5c,Comfortable neighbourhoods,S02001349,Carnoustie East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206565 +206565,S00093308,6a3,Detached Retirement Living,S01007180,Arbroath Keptie - 01,8b,Ageing suburbanites,S02001352,Arbroath Keptie,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206566 +206566,S00093259,7b3,Endeavouring Flat Dwellers,S01007185,Arbroath Harbour - 02,4b,Constrained renters,S02001353,Arbroath Harbour,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206567 +206567,S00093309,6a3,Detached Retirement Living,S01007181,Arbroath Keptie - 02,5a,Ageing urban communities,S02001352,Arbroath Keptie,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206568 +206568,S00093316,6a3,Detached Retirement Living,S01007181,Arbroath Keptie - 02,5a,Ageing urban communities,S02001352,Arbroath Keptie,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206569 +206569,S00093324,7b3,Endeavouring Flat Dwellers,S01007177,Arbroath Kirkton - 05,4b,Constrained renters,S02001351,Arbroath Kirkton,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206570 +206570,S00093317,6a3,Detached Retirement Living,S01007180,Arbroath Keptie - 01,8b,Ageing suburbanites,S02001352,Arbroath Keptie,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206571 +206571,S00093859,6a2,Comfortable Suburbia,S01007129,South Angus - 01,2b,Prospering countryside life,S02001344,South Angus,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206572 +206572,S00093668,7c2,Constrained Young Families,S01007232,Brechin East - 03,4b,Constrained renters,S02001361,Brechin East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206573 +206573,S00093698,7c2,Constrained Young Families,S01007230,Brechin East - 01,4b,Constrained renters,S02001361,Brechin East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206574 +206574,S00093319,6a3,Detached Retirement Living,S01007180,Arbroath Keptie - 01,8b,Ageing suburbanites,S02001352,Arbroath Keptie,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206575 +206575,S00093708,7c2,Constrained Young Families,S01007231,Brechin East - 02,4b,Constrained renters,S02001361,Brechin East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206576 +206576,S00093322,6a3,Detached Retirement Living,S01007180,Arbroath Keptie - 01,8b,Ageing suburbanites,S02001352,Arbroath Keptie,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206577 +206577,S00093400,7b3,Endeavouring Flat Dwellers,S01007192,Arbroath Cliffburn - 03,4a,Challenged white communities,S02001354,Arbroath Cliffburn,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206578 +206578,S00093861,6a2,Comfortable Suburbia,S01007135,South Angus - 07,2c,Remoter communities,S02001344,South Angus,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206579 +206579,S00093712,7c2,Constrained Young Families,S01007230,Brechin East - 01,4b,Constrained renters,S02001361,Brechin East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206580 +206580,S00093333,6a3,Detached Retirement Living,S01007179,Arbroath Kirkton - 07,8b,Ageing suburbanites,S02001351,Arbroath Kirkton,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206581 +206581,S00093345,6a3,Detached Retirement Living,S01007175,Arbroath Kirkton - 03,5e,Primary sector workers,S02001351,Arbroath Kirkton,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206582 +206582,S00093346,6a3,Detached Retirement Living,S01007176,Arbroath Kirkton - 04,5e,Primary sector workers,S02001351,Arbroath Kirkton,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206583 +206583,S00093348,6a3,Detached Retirement Living,S01007183,Arbroath Keptie - 04,5e,Primary sector workers,S02001352,Arbroath Keptie,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206584 +206584,S00093387,6a3,Detached Retirement Living,S01007201,Arbroath Warddykes - 05,5c,Comfortable neighbourhoods,S02001355,Arbroath Warddykes,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206585 +206585,S00093391,6a3,Detached Retirement Living,S01007190,Arbroath Cliffburn - 01,5e,Primary sector workers,S02001354,Arbroath Cliffburn,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206586 +206586,S00093431,6a3,Detached Retirement Living,S01007243,Letham and Glamis - 04,2d,Rural traits,S02001363,Letham and Glamis,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206587 +206587,S00093434,6a3,Detached Retirement Living,S01007261,Forfar West - 02,5c,Comfortable neighbourhoods,S02001366,Forfar West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206588 +206588,S00093503,6a3,Detached Retirement Living,S01007248,Forfar East - 01,8b,Ageing suburbanites,S02001364,Forfar East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206589 +206589,S00093504,6a3,Detached Retirement Living,S01007248,Forfar East - 01,8b,Ageing suburbanites,S02001364,Forfar East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206590 +206590,S00093505,6a3,Detached Retirement Living,S01007249,Forfar East - 02,5a,Ageing urban communities,S02001364,Forfar East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206591 +206591,S00093547,6a3,Detached Retirement Living,S01007276,Kirriemuir - 06,5e,Primary sector workers,S02001368,Kirriemuir,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206592 +206592,S00093551,6a3,Detached Retirement Living,S01007277,Kirriemuir - 07,2d,Rural traits,S02001368,Kirriemuir,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206593 +206593,S00093555,6a3,Detached Retirement Living,S01007275,Kirriemuir - 05,5a,Ageing urban communities,S02001368,Kirriemuir,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206594 +206594,S00093643,6a3,Detached Retirement Living,S01007218,Montrose North - 04,8b,Ageing suburbanites,S02001358,Montrose North,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206595 +206595,S00093649,6a3,Detached Retirement Living,S01007218,Montrose North - 04,8b,Ageing suburbanites,S02001358,Montrose North,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206596 +206596,S00093683,6a3,Detached Retirement Living,S01007239,Brechin West - 05,2a,Ageing rural neighbourhoods,S02001362,Brechin West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206597 +206597,S00093686,6a3,Detached Retirement Living,S01007238,Brechin West - 04,5e,Primary sector workers,S02001362,Brechin West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206598 +206598,S00093738,6a3,Detached Retirement Living,S01007269,Kirriemuir Landward - 04,2c,Remoter communities,S02001367,Kirriemuir Landward,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206599 +206599,S00093758,6a3,Detached Retirement Living,S01007142,Monikie - 06,8a,Affluent communities,S02001345,Monikie,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206600 +206600,S00093761,6a3,Detached Retirement Living,S01007149,Monifieth East - 01,8b,Ageing suburbanites,S02001347,Monifieth East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206601 +206601,S00093765,6a3,Detached Retirement Living,S01007132,South Angus - 04,8b,Ageing suburbanites,S02001344,South Angus,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206602 +206602,S00093769,6a3,Detached Retirement Living,S01007169,Carnoustie East - 07,5c,Comfortable neighbourhoods,S02001349,Carnoustie East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206603 +206603,S00093770,6a3,Detached Retirement Living,S01007156,Carnoustie West - 01,5d,Endeavouring social renters,S02001348,Carnoustie West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206604 +206604,S00093771,6a3,Detached Retirement Living,S01007156,Carnoustie West - 01,5d,Endeavouring social renters,S02001348,Carnoustie West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206605 +206605,S00093794,6a3,Detached Retirement Living,S01007248,Forfar East - 01,8b,Ageing suburbanites,S02001364,Forfar East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206606 +206606,S00093797,6a3,Detached Retirement Living,S01007248,Forfar East - 01,8b,Ageing suburbanites,S02001364,Forfar East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206607 +206607,S00093866,6a2,Comfortable Suburbia,S01007138,Monikie - 02,2b,Prospering countryside life,S02001345,Monikie,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206608 +206608,S00093585,7b3,Endeavouring Flat Dwellers,S01007210,Montrose South - 03,4b,Constrained renters,S02001357,Montrose South,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206609 +206609,S00093823,7c2,Constrained Young Families,S01007255,Forfar Central - 02,4b,Constrained renters,S02001365,Forfar Central,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206610 +206610,S00093871,6a2,Comfortable Suburbia,S01007148,Monifieth West - 04,8c,Comfortable suburbia,S02001346,Monifieth West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206611 +206611,S00093813,7b3,Endeavouring Flat Dwellers,S01007232,Brechin East - 03,4b,Constrained renters,S02001361,Brechin East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206612 +206612,S00093887,6a2,Comfortable Suburbia,S01007169,Carnoustie East - 07,5c,Comfortable neighbourhoods,S02001349,Carnoustie East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206613 +206613,S00093829,7c2,Constrained Young Families,S01007219,Montrose North - 05,5e,Primary sector workers,S02001358,Montrose North,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206614 +206614,S00092993,1a2,Established Farming Communities,S01007267,Kirriemuir Landward - 02,2c,Remoter communities,S02001367,Kirriemuir Landward,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206615 +206615,S00093975,6a2,Comfortable Suburbia,S01007223,Hillside - 03,2a,Ageing rural neighbourhoods,S02001359,Hillside,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206616 +206616,S00093902,7c2,Constrained Young Families,S01007178,Arbroath Kirkton - 06,4a,Challenged white communities,S02001351,Arbroath Kirkton,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206617 +206617,S00093003,1a2,Established Farming Communities,S01007244,Letham and Glamis - 05,2c,Remoter communities,S02001363,Letham and Glamis,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206618 +206618,S00093978,6a2,Comfortable Suburbia,S01007223,Hillside - 03,2a,Ageing rural neighbourhoods,S02001359,Hillside,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206619 +206619,S00093986,6a2,Comfortable Suburbia,S01007158,Carnoustie West - 03,5b,Aspiring urban households,S02001348,Carnoustie West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206620 +206620,S00093990,6a2,Comfortable Suburbia,S01007174,Arbroath Kirkton - 02,5a,Ageing urban communities,S02001351,Arbroath Kirkton,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206621 +206621,S00093991,6a2,Comfortable Suburbia,S01007174,Arbroath Kirkton - 02,5a,Ageing urban communities,S02001351,Arbroath Kirkton,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206622 +206622,S00093349,5b2,Communal Retirement,S01007182,Arbroath Keptie - 03,5e,Primary sector workers,S02001352,Arbroath Keptie,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206623 +206623,S00093509,5b2,Communal Retirement,S01007249,Forfar East - 02,5a,Ageing urban communities,S02001364,Forfar East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206624 +206624,S00093538,5b2,Communal Retirement,S01007275,Kirriemuir - 05,5a,Ageing urban communities,S02001368,Kirriemuir,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206625 +206625,S00093632,5b2,Communal Retirement,S01007216,Montrose North - 02,5a,Ageing urban communities,S02001358,Montrose North,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206626 +206626,S00093762,5b2,Communal Retirement,S01007154,Monifieth East - 06,5a,Ageing urban communities,S02001347,Monifieth East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206627 +206627,S00093763,5b2,Communal Retirement,S01007152,Monifieth East - 04,8a,Affluent communities,S02001347,Monifieth East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206628 +206628,S00093772,5b2,Communal Retirement,S01007164,Carnoustie East - 02,5a,Ageing urban communities,S02001349,Carnoustie East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206629 +206629,S00093968,5b2,Communal Retirement,S01007150,Monifieth East - 02,8a,Affluent communities,S02001347,Monifieth East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206630 +206630,S00093969,5b2,Communal Retirement,S01007154,Monifieth East - 06,5a,Ageing urban communities,S02001347,Monifieth East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206631 +206631,S00093256,7c2,Constrained Young Families,S01007185,Arbroath Harbour - 02,4b,Constrained renters,S02001353,Arbroath Harbour,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206632 +206632,S00093264,7c2,Constrained Young Families,S01007186,Arbroath Harbour - 03,4b,Constrained renters,S02001353,Arbroath Harbour,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206633 +206633,S00093291,7c2,Constrained Young Families,S01007198,Arbroath Warddykes - 02,4d,Hard-pressed flat dwellers,S02001355,Arbroath Warddykes,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206634 +206634,S00093293,7c2,Constrained Young Families,S01007199,Arbroath Warddykes - 03,4a,Challenged white communities,S02001355,Arbroath Warddykes,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206635 +206635,S00093295,7c2,Constrained Young Families,S01007199,Arbroath Warddykes - 03,4a,Challenged white communities,S02001355,Arbroath Warddykes,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206636 +206636,S00093296,7c2,Constrained Young Families,S01007199,Arbroath Warddykes - 03,4a,Challenged white communities,S02001355,Arbroath Warddykes,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206637 +206637,S00093302,7c2,Constrained Young Families,S01007197,Arbroath Warddykes - 01,4d,Hard-pressed flat dwellers,S02001355,Arbroath Warddykes,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206638 +206638,S00093321,7c2,Constrained Young Families,S01007177,Arbroath Kirkton - 05,4b,Constrained renters,S02001351,Arbroath Kirkton,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206639 +206639,S00093335,7c2,Constrained Young Families,S01007178,Arbroath Kirkton - 06,4a,Challenged white communities,S02001351,Arbroath Kirkton,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206640 +206640,S00093336,7c2,Constrained Young Families,S01007178,Arbroath Kirkton - 06,4a,Challenged white communities,S02001351,Arbroath Kirkton,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206641 +206641,S00093340,7c2,Constrained Young Families,S01007178,Arbroath Kirkton - 06,4a,Challenged white communities,S02001351,Arbroath Kirkton,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206642 +206642,S00093342,7c2,Constrained Young Families,S01007178,Arbroath Kirkton - 06,4a,Challenged white communities,S02001351,Arbroath Kirkton,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206643 +206643,S00093371,7c2,Constrained Young Families,S01007200,Arbroath Warddykes - 04,4a,Challenged white communities,S02001355,Arbroath Warddykes,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206644 +206644,S00093380,7c2,Constrained Young Families,S01007202,Arbroath Warddykes - 06,4a,Challenged white communities,S02001355,Arbroath Warddykes,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206645 +206645,S00093388,7c2,Constrained Young Families,S01007202,Arbroath Warddykes - 06,4a,Challenged white communities,S02001355,Arbroath Warddykes,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206646 +206646,S00093399,7c2,Constrained Young Families,S01007192,Arbroath Cliffburn - 03,4a,Challenged white communities,S02001354,Arbroath Cliffburn,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206647 +206647,S00093407,7c2,Constrained Young Families,S01007192,Arbroath Cliffburn - 03,4a,Challenged white communities,S02001354,Arbroath Cliffburn,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206648 +206648,S00093412,7c2,Constrained Young Families,S01007194,Arbroath Cliffburn - 05,4b,Constrained renters,S02001354,Arbroath Cliffburn,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206649 +206649,S00093415,7c2,Constrained Young Families,S01007194,Arbroath Cliffburn - 05,4b,Constrained renters,S02001354,Arbroath Cliffburn,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206650 +206650,S00093416,7c2,Constrained Young Families,S01007194,Arbroath Cliffburn - 05,4b,Constrained renters,S02001354,Arbroath Cliffburn,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206651 +206651,S00093417,7c2,Constrained Young Families,S01007194,Arbroath Cliffburn - 05,4b,Constrained renters,S02001354,Arbroath Cliffburn,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206652 +206652,S00093418,7c2,Constrained Young Families,S01007194,Arbroath Cliffburn - 05,4b,Constrained renters,S02001354,Arbroath Cliffburn,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206653 +206653,S00093917,7c2,Constrained Young Families,S01007196,Arbroath Cliffburn - 07,4a,Challenged white communities,S02001354,Arbroath Cliffburn,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206654 +206654,S00093929,7c2,Constrained Young Families,S01007255,Forfar Central - 02,4b,Constrained renters,S02001365,Forfar Central,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206655 +206655,S00093006,1a2,Established Farming Communities,S01007246,Letham and Glamis - 07,2c,Remoter communities,S02001363,Letham and Glamis,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206656 +206656,S00093946,7c2,Constrained Young Families,S01007210,Montrose South - 03,4b,Constrained renters,S02001357,Montrose South,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206657 +206657,S00093019,1a2,Established Farming Communities,S01007241,Letham and Glamis - 02,2c,Remoter communities,S02001363,Letham and Glamis,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206658 +206658,S00093962,7c2,Constrained Young Families,S01007232,Brechin East - 03,4b,Constrained renters,S02001361,Brechin East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206659 +206659,S00093055,1a2,Established Farming Communities,S01007229,Friockheim - 04,2c,Remoter communities,S02001360,Friockheim,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206660 +206660,S00093158,5b1,Delayed Retirement,S01007154,Monifieth East - 06,5a,Ageing urban communities,S02001347,Monifieth East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206661 +206661,S00093063,1a2,Established Farming Communities,S01007205,Lunan - 02,2c,Remoter communities,S02001356,Lunan,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206662 +206662,S00093492,5b1,Delayed Retirement,S01007254,Forfar Central - 01,4b,Constrained renters,S02001365,Forfar Central,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206663 +206663,S00093087,1a2,Established Farming Communities,S01007204,Lunan - 01,2d,Rural traits,S02001356,Lunan,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206664 +206664,S00093589,5b1,Delayed Retirement,S01007208,Montrose South - 01,4b,Constrained renters,S02001357,Montrose South,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206665 +206665,S00093101,1a2,Established Farming Communities,S01007136,South Angus - 08,2c,Remoter communities,S02001344,South Angus,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206666 +206666,S00093827,5b1,Delayed Retirement,S01007212,Montrose South - 05,5e,Primary sector workers,S02001357,Montrose South,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206667 +206667,S00093549,1a2,Established Farming Communities,S01007277,Kirriemuir - 07,2d,Rural traits,S02001368,Kirriemuir,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206668 +206668,S00093289,8b1,Deprived Blue-Collar Terraces,S01007191,Arbroath Cliffburn - 02,4b,Constrained renters,S02001354,Arbroath Cliffburn,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206669 +206669,S00093755,1a2,Established Farming Communities,S01007129,South Angus - 01,2b,Prospering countryside life,S02001344,South Angus,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206670 +206670,S00093652,8b1,Deprived Blue-Collar Terraces,S01007218,Montrose North - 04,8b,Ageing suburbanites,S02001358,Montrose North,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206671 +206671,S00093836,1a2,Established Farming Communities,S01007140,Monikie - 04,2c,Remoter communities,S02001345,Monikie,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206672 +206672,S00093653,8b1,Deprived Blue-Collar Terraces,S01007218,Montrose North - 04,8b,Ageing suburbanites,S02001358,Montrose North,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206673 +206673,S00093687,8b1,Deprived Blue-Collar Terraces,S01007238,Brechin West - 04,5e,Primary sector workers,S02001362,Brechin West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206674 +206674,S00093909,8b1,Deprived Blue-Collar Terraces,S01007200,Arbroath Warddykes - 04,4a,Challenged white communities,S02001355,Arbroath Warddykes,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206675 +206675,S00093379,7b2,Deprived Neighbourhoods,S01007202,Arbroath Warddykes - 06,4a,Challenged white communities,S02001355,Arbroath Warddykes,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206676 +206676,S00093382,7b2,Deprived Neighbourhoods,S01007201,Arbroath Warddykes - 05,5c,Comfortable neighbourhoods,S02001355,Arbroath Warddykes,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206677 +206677,S00093596,7b2,Deprived Neighbourhoods,S01007211,Montrose South - 04,4b,Constrained renters,S02001357,Montrose South,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206678 +206678,S00093658,7b2,Deprived Neighbourhoods,S01007220,Montrose North - 06,4a,Challenged white communities,S02001358,Montrose North,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206679 +206679,S00093667,7b2,Deprived Neighbourhoods,S01007232,Brechin East - 03,4b,Constrained renters,S02001361,Brechin East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206680 +206680,S00092983,6a3,Detached Retirement Living,S01007140,Monikie - 04,2c,Remoter communities,S02001345,Monikie,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206681 +206681,S00093024,6a3,Detached Retirement Living,S01007245,Letham and Glamis - 06,2d,Rural traits,S02001363,Letham and Glamis,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206682 +206682,S00093125,6a3,Detached Retirement Living,S01007145,Monifieth West - 01,8a,Affluent communities,S02001346,Monifieth West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206683 +206683,S00093126,6a3,Detached Retirement Living,S01007145,Monifieth West - 01,8a,Affluent communities,S02001346,Monifieth West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206684 +206684,S00093127,6a3,Detached Retirement Living,S01007145,Monifieth West - 01,8a,Affluent communities,S02001346,Monifieth West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206685 +206685,S00093135,6a3,Detached Retirement Living,S01007147,Monifieth West - 03,8b,Ageing suburbanites,S02001346,Monifieth West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206686 +206686,S00093136,6a3,Detached Retirement Living,S01007147,Monifieth West - 03,8b,Ageing suburbanites,S02001346,Monifieth West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206687 +206687,S00093137,6a3,Detached Retirement Living,S01007149,Monifieth East - 01,8b,Ageing suburbanites,S02001347,Monifieth East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206688 +206688,S00093138,6a3,Detached Retirement Living,S01007149,Monifieth East - 01,8b,Ageing suburbanites,S02001347,Monifieth East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206689 +206689,S00093139,6a3,Detached Retirement Living,S01007149,Monifieth East - 01,8b,Ageing suburbanites,S02001347,Monifieth East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206690 +206690,S00093140,6a3,Detached Retirement Living,S01007151,Monifieth East - 03,8b,Ageing suburbanites,S02001347,Monifieth East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206691 +206691,S00093143,6a3,Detached Retirement Living,S01007151,Monifieth East - 03,8b,Ageing suburbanites,S02001347,Monifieth East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206692 +206692,S00093848,1a2,Established Farming Communities,S01007225,Hillside - 05,2c,Remoter communities,S02001359,Hillside,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206693 +206693,S00093852,1a2,Established Farming Communities,S01007172,Arbroath Landward - 03,2c,Remoter communities,S02001350,Arbroath Landward,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206694 +206694,S00093865,1a2,Established Farming Communities,S01007138,Monikie - 02,2b,Prospering countryside life,S02001345,Monikie,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206695 +206695,S00093867,1a2,Established Farming Communities,S01007139,Monikie - 03,2c,Remoter communities,S02001345,Monikie,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206696 +206696,S00093869,1a2,Established Farming Communities,S01007139,Monikie - 03,2c,Remoter communities,S02001345,Monikie,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206697 +206697,S00093919,1a2,Established Farming Communities,S01007242,Letham and Glamis - 03,2d,Rural traits,S02001363,Letham and Glamis,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206698 +206698,S00093956,1a2,Established Farming Communities,S01007219,Montrose North - 05,5e,Primary sector workers,S02001358,Montrose North,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206699 +206699,S00093258,5a3,Families in Terraces and Flats,S01007185,Arbroath Harbour - 02,4b,Constrained renters,S02001353,Arbroath Harbour,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206700 +206700,S00093284,5a3,Families in Terraces and Flats,S01007187,Arbroath Harbour - 04,4b,Constrained renters,S02001353,Arbroath Harbour,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206701 +206701,S00093358,5a3,Families in Terraces and Flats,S01007184,Arbroath Harbour - 01,4b,Constrained renters,S02001353,Arbroath Harbour,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206702 +206702,S00093483,5a3,Families in Terraces and Flats,S01007258,Forfar Central - 05,5e,Primary sector workers,S02001365,Forfar Central,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206703 +206703,S00093486,5a3,Families in Terraces and Flats,S01007256,Forfar Central - 03,4b,Constrained renters,S02001365,Forfar Central,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206704 +206704,S00093592,5a3,Families in Terraces and Flats,S01007208,Montrose South - 01,4b,Constrained renters,S02001357,Montrose South,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206705 +206705,S00093953,5a3,Families in Terraces and Flats,S01007209,Montrose South - 02,4b,Constrained renters,S02001357,Montrose South,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206706 +206706,S00093216,7a2,Hampered Aspiration,S01007159,Carnoustie West - 04,4a,Challenged white communities,S02001348,Carnoustie West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206707 +206707,S00093330,7a2,Hampered Aspiration,S01007176,Arbroath Kirkton - 04,5e,Primary sector workers,S02001351,Arbroath Kirkton,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206708 +206708,S00093586,7a2,Hampered Aspiration,S01007208,Montrose South - 01,4b,Constrained renters,S02001357,Montrose South,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206709 +206709,S00093601,7a2,Hampered Aspiration,S01007209,Montrose South - 02,4b,Constrained renters,S02001357,Montrose South,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206710 +206710,S00093607,7a2,Hampered Aspiration,S01007212,Montrose South - 05,5e,Primary sector workers,S02001357,Montrose South,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206711 +206711,S00093615,7a2,Hampered Aspiration,S01007209,Montrose South - 02,4b,Constrained renters,S02001357,Montrose South,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206712 +206712,S00093931,7a2,Hampered Aspiration,S01007250,Forfar East - 03,5e,Primary sector workers,S02001364,Forfar East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206713 +206713,S00093166,8b2,Hard-Pressed Rented Terraces,S01007153,Monifieth East - 05,5c,Comfortable neighbourhoods,S02001347,Monifieth East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206714 +206714,S00093862,6a3,Detached Retirement Living,S01007135,South Angus - 07,2c,Remoter communities,S02001344,South Angus,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206715 +206715,S00093872,6a3,Detached Retirement Living,S01007148,Monifieth West - 04,8c,Comfortable suburbia,S02001346,Monifieth West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206716 +206716,S00093877,6a3,Detached Retirement Living,S01007153,Monifieth East - 05,5c,Comfortable neighbourhoods,S02001347,Monifieth East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206717 +206717,S00093879,6a3,Detached Retirement Living,S01007153,Monifieth East - 05,5c,Comfortable neighbourhoods,S02001347,Monifieth East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206718 +206718,S00093880,6a3,Detached Retirement Living,S01007152,Monifieth East - 04,8a,Affluent communities,S02001347,Monifieth East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206719 +206719,S00093884,6a3,Detached Retirement Living,S01007130,South Angus - 02,5c,Comfortable neighbourhoods,S02001344,South Angus,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206720 +206720,S00093942,6a3,Detached Retirement Living,S01007273,Kirriemuir - 03,5c,Comfortable neighbourhoods,S02001368,Kirriemuir,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206721 +206721,S00093943,6a3,Detached Retirement Living,S01007273,Kirriemuir - 03,5c,Comfortable neighbourhoods,S02001368,Kirriemuir,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206722 +206722,S00093945,6a3,Detached Retirement Living,S01007278,Kirriemuir - 08,8b,Ageing suburbanites,S02001368,Kirriemuir,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206723 +206723,S00093979,6a3,Detached Retirement Living,S01007132,South Angus - 04,8b,Ageing suburbanites,S02001344,South Angus,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206724 +206724,S00093992,6a3,Detached Retirement Living,S01007253,Forfar East - 06,5e,Primary sector workers,S02001364,Forfar East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206725 +206725,S00093993,6a3,Detached Retirement Living,S01007253,Forfar East - 06,5e,Primary sector workers,S02001364,Forfar East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206726 +206726,S00093148,1c3,Detached Rural Retirement,S01007150,Monifieth East - 02,8a,Affluent communities,S02001347,Monifieth East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206727 +206727,S00093180,1c3,Detached Rural Retirement,S01007165,Carnoustie East - 03,5a,Ageing urban communities,S02001349,Carnoustie East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206728 +206728,S00093307,1c3,Detached Rural Retirement,S01007181,Arbroath Keptie - 02,5a,Ageing urban communities,S02001352,Arbroath Keptie,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206729 +206729,S00093451,1c3,Detached Rural Retirement,S01007264,Forfar West - 05,5a,Ageing urban communities,S02001366,Forfar West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206730 +206730,S00093558,1c3,Detached Rural Retirement,S01007271,Kirriemuir - 01,5e,Primary sector workers,S02001368,Kirriemuir,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206731 +206731,S00093681,1c3,Detached Rural Retirement,S01007239,Brechin West - 05,2a,Ageing rural neighbourhoods,S02001362,Brechin West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206732 +206732,S00093682,1c3,Detached Rural Retirement,S01007239,Brechin West - 05,2a,Ageing rural neighbourhoods,S02001362,Brechin West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206733 +206733,S00093898,1c3,Detached Rural Retirement,S01007179,Arbroath Kirkton - 07,8b,Ageing suburbanites,S02001351,Arbroath Kirkton,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206734 +206734,S00093985,1c3,Detached Rural Retirement,S01007144,Monikie - 08,2a,Ageing rural neighbourhoods,S02001345,Monikie,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206735 +206735,S00093255,7b1,Eastern European Communities,S01007185,Arbroath Harbour - 02,4b,Constrained renters,S02001353,Arbroath Harbour,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206736 +206736,S00093262,7b1,Eastern European Communities,S01007185,Arbroath Harbour - 02,4b,Constrained renters,S02001353,Arbroath Harbour,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206737 +206737,S00093265,7b1,Eastern European Communities,S01007186,Arbroath Harbour - 03,4b,Constrained renters,S02001353,Arbroath Harbour,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206738 +206738,S00093271,7b1,Eastern European Communities,S01007188,Arbroath Harbour - 05,4b,Constrained renters,S02001353,Arbroath Harbour,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206739 +206739,S00093276,7b1,Eastern European Communities,S01007187,Arbroath Harbour - 04,4b,Constrained renters,S02001353,Arbroath Harbour,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206740 +206740,S00093285,7b1,Eastern European Communities,S01007187,Arbroath Harbour - 04,4b,Constrained renters,S02001353,Arbroath Harbour,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206741 +206741,S00093286,7b1,Eastern European Communities,S01007189,Arbroath Harbour - 06,4b,Constrained renters,S02001353,Arbroath Harbour,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206742 +206742,S00093287,7b1,Eastern European Communities,S01007189,Arbroath Harbour - 06,4b,Constrained renters,S02001353,Arbroath Harbour,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206743 +206743,S00093292,7b1,Eastern European Communities,S01007198,Arbroath Warddykes - 02,4d,Hard-pressed flat dwellers,S02001355,Arbroath Warddykes,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206744 +206744,S00093294,7b1,Eastern European Communities,S01007198,Arbroath Warddykes - 02,4d,Hard-pressed flat dwellers,S02001355,Arbroath Warddykes,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206745 +206745,S00093052,1a3,Agricultural Communities,S01007282,Angus Glens - 04,2c,Remoter communities,S02001369,Angus Glens,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206746 +206746,S00093297,7b1,Eastern European Communities,S01007199,Arbroath Warddykes - 03,4a,Challenged white communities,S02001355,Arbroath Warddykes,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206747 +206747,S00093304,7b1,Eastern European Communities,S01007197,Arbroath Warddykes - 01,4d,Hard-pressed flat dwellers,S02001355,Arbroath Warddykes,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206748 +206748,S00093305,7b1,Eastern European Communities,S01007197,Arbroath Warddykes - 01,4d,Hard-pressed flat dwellers,S02001355,Arbroath Warddykes,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206749 +206749,S00093306,7b1,Eastern European Communities,S01007197,Arbroath Warddykes - 01,4d,Hard-pressed flat dwellers,S02001355,Arbroath Warddykes,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206750 +206750,S00093419,7b1,Eastern European Communities,S01007196,Arbroath Cliffburn - 07,4a,Challenged white communities,S02001354,Arbroath Cliffburn,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206751 +206751,S00093460,7b1,Eastern European Communities,S01007258,Forfar Central - 05,5e,Primary sector workers,S02001365,Forfar Central,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206752 +206752,S00093515,7b1,Eastern European Communities,S01007257,Forfar Central - 04,4b,Constrained renters,S02001365,Forfar Central,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206753 +206753,S00093517,7b1,Eastern European Communities,S01007257,Forfar Central - 04,4b,Constrained renters,S02001365,Forfar Central,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206754 +206754,S00093582,7b1,Eastern European Communities,S01007210,Montrose South - 03,4b,Constrained renters,S02001357,Montrose South,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206755 +206755,S00093583,7b1,Eastern European Communities,S01007210,Montrose South - 03,4b,Constrained renters,S02001357,Montrose South,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206756 +206756,S00093591,7b1,Eastern European Communities,S01007208,Montrose South - 01,4b,Constrained renters,S02001357,Montrose South,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206757 +206757,S00093628,7b1,Eastern European Communities,S01007214,Montrose South - 07,4b,Constrained renters,S02001357,Montrose South,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206758 +206758,S00093053,1a3,Agricultural Communities,S01007283,Angus Glens - 05,2a,Ageing rural neighbourhoods,S02001369,Angus Glens,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206759 +206759,S00093056,1a3,Agricultural Communities,S01007229,Friockheim - 04,2c,Remoter communities,S02001360,Friockheim,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206760 +206760,S00093057,1a3,Agricultural Communities,S01007229,Friockheim - 04,2c,Remoter communities,S02001360,Friockheim,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206761 +206761,S00093058,1a3,Agricultural Communities,S01007229,Friockheim - 04,2c,Remoter communities,S02001360,Friockheim,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206762 +206762,S00093059,1a3,Agricultural Communities,S01007282,Angus Glens - 04,2c,Remoter communities,S02001369,Angus Glens,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206763 +206763,S00093062,1a3,Agricultural Communities,S01007205,Lunan - 02,2c,Remoter communities,S02001356,Lunan,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206764 +206764,S00093067,1a3,Agricultural Communities,S01007225,Hillside - 05,2c,Remoter communities,S02001359,Hillside,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206765 +206765,S00093068,1a3,Agricultural Communities,S01007225,Hillside - 05,2c,Remoter communities,S02001359,Hillside,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206766 +206766,S00093072,1a3,Agricultural Communities,S01007170,Arbroath Landward - 01,2c,Remoter communities,S02001350,Arbroath Landward,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206767 +206767,S00093073,1a3,Agricultural Communities,S01007171,Arbroath Landward - 02,2c,Remoter communities,S02001350,Arbroath Landward,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206768 +206768,S00093074,1a3,Agricultural Communities,S01007171,Arbroath Landward - 02,2c,Remoter communities,S02001350,Arbroath Landward,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206769 +206769,S00093075,1a3,Agricultural Communities,S01007171,Arbroath Landward - 02,2c,Remoter communities,S02001350,Arbroath Landward,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206770 +206770,S00093076,1a3,Agricultural Communities,S01007171,Arbroath Landward - 02,2c,Remoter communities,S02001350,Arbroath Landward,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206771 +206771,S00093078,1a3,Agricultural Communities,S01007172,Arbroath Landward - 03,2c,Remoter communities,S02001350,Arbroath Landward,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206772 +206772,S00093084,1a3,Agricultural Communities,S01007226,Friockheim - 01,2c,Remoter communities,S02001360,Friockheim,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206773 +206773,S00093089,1a3,Agricultural Communities,S01007172,Arbroath Landward - 03,2c,Remoter communities,S02001350,Arbroath Landward,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206774 +206774,S00093097,1a3,Agricultural Communities,S01007279,Angus Glens - 01,2c,Remoter communities,S02001369,Angus Glens,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206775 +206775,S00093103,1a3,Agricultural Communities,S01007133,South Angus - 05,2c,Remoter communities,S02001344,South Angus,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206776 +206776,S00093121,1a3,Agricultural Communities,S01007240,Letham and Glamis - 01,2c,Remoter communities,S02001363,Letham and Glamis,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206777 +206777,S00093731,1a3,Agricultural Communities,S01007280,Angus Glens - 02,2c,Remoter communities,S02001369,Angus Glens,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206778 +206778,S00093736,1a3,Agricultural Communities,S01007268,Kirriemuir Landward - 03,2c,Remoter communities,S02001367,Kirriemuir Landward,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206779 +206779,S00093739,1a3,Agricultural Communities,S01007270,Kirriemuir Landward - 05,2c,Remoter communities,S02001367,Kirriemuir Landward,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206780 +206780,S00093742,1a3,Agricultural Communities,S01007282,Angus Glens - 04,2c,Remoter communities,S02001369,Angus Glens,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206781 +206781,S00093746,1a3,Agricultural Communities,S01007171,Arbroath Landward - 02,2c,Remoter communities,S02001350,Arbroath Landward,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206782 +206782,S00093747,1a3,Agricultural Communities,S01007171,Arbroath Landward - 02,2c,Remoter communities,S02001350,Arbroath Landward,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206783 +206783,S00093748,1a3,Agricultural Communities,S01007226,Friockheim - 01,2c,Remoter communities,S02001360,Friockheim,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206784 +206784,S00093749,1a3,Agricultural Communities,S01007170,Arbroath Landward - 01,2c,Remoter communities,S02001350,Arbroath Landward,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206785 +206785,S00093750,1a3,Agricultural Communities,S01007226,Friockheim - 01,2c,Remoter communities,S02001360,Friockheim,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206786 +206786,S00093753,1a3,Agricultural Communities,S01007268,Kirriemuir Landward - 03,2c,Remoter communities,S02001367,Kirriemuir Landward,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206787 +206787,S00093768,1a3,Agricultural Communities,S01007247,Letham and Glamis - 08,2c,Remoter communities,S02001363,Letham and Glamis,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206788 +206788,S00093798,1a3,Agricultural Communities,S01007227,Friockheim - 02,5e,Primary sector workers,S02001360,Friockheim,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206789 +206789,S00093833,1a3,Agricultural Communities,S01007141,Monikie - 05,2c,Remoter communities,S02001345,Monikie,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206790 +206790,S00093838,1a3,Agricultural Communities,S01007244,Letham and Glamis - 05,2c,Remoter communities,S02001363,Letham and Glamis,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206791 +206791,S00093841,1a3,Agricultural Communities,S01007228,Friockheim - 03,2c,Remoter communities,S02001360,Friockheim,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206792 +206792,S00093854,1a3,Agricultural Communities,S01007204,Lunan - 01,2d,Rural traits,S02001356,Lunan,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206793 +206793,S00093855,1a3,Agricultural Communities,S01007267,Kirriemuir Landward - 02,2c,Remoter communities,S02001367,Kirriemuir Landward,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206794 +206794,S00093857,1a3,Agricultural Communities,S01007267,Kirriemuir Landward - 02,2c,Remoter communities,S02001367,Kirriemuir Landward,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206795 +206795,S00093930,1a3,Agricultural Communities,S01007250,Forfar East - 03,5e,Primary sector workers,S02001364,Forfar East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206796 +206796,S00093967,1a3,Agricultural Communities,S01007283,Angus Glens - 05,2a,Ageing rural neighbourhoods,S02001369,Angus Glens,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206797 +206797,S00093984,1a3,Agricultural Communities,S01007144,Monikie - 08,2a,Ageing rural neighbourhoods,S02001345,Monikie,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206798 +206798,S00093132,7c1,Challenged Transitionaries,S01007146,Monifieth West - 02,5c,Comfortable neighbourhoods,S02001346,Monifieth West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206799 +206799,S00093170,7c1,Challenged Transitionaries,S01007130,South Angus - 02,5c,Comfortable neighbourhoods,S02001344,South Angus,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206800 +206800,S00093835,8a2,Industrious Hardship,S01007140,Monikie - 04,2c,Remoter communities,S02001345,Monikie,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206801 +206801,S00093646,7c3,Outer City Hardship,S01007217,Montrose North - 03,4a,Challenged white communities,S02001358,Montrose North,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206802 +206802,S00093694,5b3,Self-Sufficient Retirement,S01007236,Brechin West - 02,5e,Primary sector workers,S02001362,Brechin West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206803 +206803,S00093040,1b2,Rural White-Collar Workers,S01007270,Kirriemuir Landward - 05,2c,Remoter communities,S02001367,Kirriemuir Landward,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206804 +206804,S00093275,7a1,Transitional Eastern European Neighbourhoods,S01007186,Arbroath Harbour - 03,4b,Constrained renters,S02001353,Arbroath Harbour,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206805 +206805,S00093964,8a2,Industrious Hardship,S01007233,Brechin East - 04,5e,Primary sector workers,S02001361,Brechin East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206806 +206806,S00093124,8a1,Industrious Transitions,S01007145,Monifieth West - 01,8a,Affluent communities,S02001346,Monifieth West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206807 +206807,S00093188,8a1,Industrious Transitions,S01007166,Carnoustie East - 04,5c,Comfortable neighbourhoods,S02001349,Carnoustie East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206808 +206808,S00093360,8a1,Industrious Transitions,S01007183,Arbroath Keptie - 04,5e,Primary sector workers,S02001352,Arbroath Keptie,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206809 +206809,S00093254,7d3,Retired Communal City Dwellers,S01007185,Arbroath Harbour - 02,4b,Constrained renters,S02001353,Arbroath Harbour,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206810 +206810,S00093377,8a1,Industrious Transitions,S01007203,Arbroath Warddykes - 07,5d,Endeavouring social renters,S02001355,Arbroath Warddykes,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206811 +206811,S00093429,8a1,Industrious Transitions,S01007266,Kirriemuir Landward - 01,5e,Primary sector workers,S02001367,Kirriemuir Landward,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206812 +206812,S00093444,8a1,Industrious Transitions,S01007263,Forfar West - 04,5e,Primary sector workers,S02001366,Forfar West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206813 +206813,S00093638,8a1,Industrious Transitions,S01007217,Montrose North - 03,4a,Challenged white communities,S02001358,Montrose North,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206814 +206814,S00093713,8a1,Industrious Transitions,S01007233,Brechin East - 04,5e,Primary sector workers,S02001361,Brechin East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206815 +206815,S00093734,8a1,Industrious Transitions,S01007270,Kirriemuir Landward - 05,2c,Remoter communities,S02001367,Kirriemuir Landward,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206816 +206816,S00093892,8a1,Industrious Transitions,S01007157,Carnoustie West - 02,5d,Endeavouring social renters,S02001348,Carnoustie West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206817 +206817,S00093983,8a1,Industrious Transitions,S01007160,Carnoustie West - 05,5d,Endeavouring social renters,S02001348,Carnoustie West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206818 +206818,S00093288,2c2,Migrant Commuters,S01007191,Arbroath Cliffburn - 02,4b,Constrained renters,S02001354,Arbroath Cliffburn,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206819 +206819,S00093005,1a4,Older Farming Communities,S01007248,Forfar East - 01,8b,Ageing suburbanites,S02001364,Forfar East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206820 +206820,S00093054,1a4,Older Farming Communities,S01007229,Friockheim - 04,2c,Remoter communities,S02001360,Friockheim,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206821 +206821,S00093108,1a4,Older Farming Communities,S01007133,South Angus - 05,2c,Remoter communities,S02001344,South Angus,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206822 +206822,S00093343,1a4,Older Farming Communities,S01007175,Arbroath Kirkton - 03,5e,Primary sector workers,S02001351,Arbroath Kirkton,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206823 +206823,S00093347,1a4,Older Farming Communities,S01007183,Arbroath Keptie - 04,5e,Primary sector workers,S02001352,Arbroath Keptie,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206824 +206824,S00093839,1a1,Rural Workers and Families,S01007244,Letham and Glamis - 05,2c,Remoter communities,S02001363,Letham and Glamis,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206825 +206825,S00093445,6b4,Older Workers and Retirement,S01007263,Forfar West - 04,5e,Primary sector workers,S02001366,Forfar West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206826 +206826,S00093446,1a4,Older Farming Communities,S01007263,Forfar West - 04,5e,Primary sector workers,S02001366,Forfar West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206827 +206827,S00093648,1a4,Older Farming Communities,S01007218,Montrose North - 04,8b,Ageing suburbanites,S02001358,Montrose North,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206828 +206828,S00093680,1a4,Older Farming Communities,S01007239,Brechin West - 05,2a,Ageing rural neighbourhoods,S02001362,Brechin West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206829 +206829,S00093690,1a4,Older Farming Communities,S01007237,Brechin West - 03,5e,Primary sector workers,S02001362,Brechin West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206830 +206830,S00093696,1a4,Older Farming Communities,S01007239,Brechin West - 05,2a,Ageing rural neighbourhoods,S02001362,Brechin West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206831 +206831,S00093729,1a4,Older Farming Communities,S01007283,Angus Glens - 05,2a,Ageing rural neighbourhoods,S02001369,Angus Glens,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206832 +206832,S00093773,1a4,Older Farming Communities,S01007139,Monikie - 03,2c,Remoter communities,S02001345,Monikie,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206833 +206833,S00093800,1a4,Older Farming Communities,S01007277,Kirriemuir - 07,2d,Rural traits,S02001368,Kirriemuir,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206834 +206834,S00093825,1a4,Older Farming Communities,S01007278,Kirriemuir - 08,8b,Ageing suburbanites,S02001368,Kirriemuir,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206835 +206835,S00093843,1a4,Older Farming Communities,S01007221,Hillside - 01,2b,Prospering countryside life,S02001359,Hillside,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206836 +206836,S00093849,1a4,Older Farming Communities,S01007170,Arbroath Landward - 01,2c,Remoter communities,S02001350,Arbroath Landward,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206837 +206837,S00093851,1a4,Older Farming Communities,S01007172,Arbroath Landward - 03,2c,Remoter communities,S02001350,Arbroath Landward,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206838 +206838,S00093941,1a4,Older Farming Communities,S01007276,Kirriemuir - 06,5e,Primary sector workers,S02001368,Kirriemuir,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206839 +206839,S00093961,1a4,Older Farming Communities,S01007237,Brechin West - 03,5e,Primary sector workers,S02001362,Brechin West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206840 +206840,S00093976,1a4,Older Farming Communities,S01007223,Hillside - 03,2a,Ageing rural neighbourhoods,S02001359,Hillside,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206841 +206841,S00093977,1a4,Older Farming Communities,S01007223,Hillside - 03,2a,Ageing rural neighbourhoods,S02001359,Hillside,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206842 +206842,S00093144,6b4,Older Workers and Retirement,S01007151,Monifieth East - 03,8b,Ageing suburbanites,S02001347,Monifieth East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206843 +206843,S00093154,6b4,Older Workers and Retirement,S01007146,Monifieth West - 02,5c,Comfortable neighbourhoods,S02001346,Monifieth West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206844 +206844,S00093156,6b4,Older Workers and Retirement,S01007146,Monifieth West - 02,5c,Comfortable neighbourhoods,S02001346,Monifieth West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206845 +206845,S00093161,6b4,Older Workers and Retirement,S01007155,Monifieth East - 07,5c,Comfortable neighbourhoods,S02001347,Monifieth East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206846 +206846,S00093186,6b4,Older Workers and Retirement,S01007167,Carnoustie East - 05,8b,Ageing suburbanites,S02001349,Carnoustie East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206847 +206847,S00093190,6b4,Older Workers and Retirement,S01007166,Carnoustie East - 04,5c,Comfortable neighbourhoods,S02001349,Carnoustie East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206848 +206848,S00093193,6b4,Older Workers and Retirement,S01007166,Carnoustie East - 04,5c,Comfortable neighbourhoods,S02001349,Carnoustie East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206849 +206849,S00093210,6b4,Older Workers and Retirement,S01007158,Carnoustie West - 03,5b,Aspiring urban households,S02001348,Carnoustie West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206850 +206850,S00093223,6b4,Older Workers and Retirement,S01007160,Carnoustie West - 05,5d,Endeavouring social renters,S02001348,Carnoustie West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206851 +206851,S00093238,6b4,Older Workers and Retirement,S01007161,Carnoustie West - 06,5c,Comfortable neighbourhoods,S02001348,Carnoustie West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206852 +206852,S00093249,6b4,Older Workers and Retirement,S01007163,Carnoustie East - 01,5c,Comfortable neighbourhoods,S02001349,Carnoustie East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206853 +206853,S00093310,6b4,Older Workers and Retirement,S01007181,Arbroath Keptie - 02,5a,Ageing urban communities,S02001352,Arbroath Keptie,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206854 +206854,S00093314,6b4,Older Workers and Retirement,S01007182,Arbroath Keptie - 03,5e,Primary sector workers,S02001352,Arbroath Keptie,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206855 +206855,S00093386,6b4,Older Workers and Retirement,S01007201,Arbroath Warddykes - 05,5c,Comfortable neighbourhoods,S02001355,Arbroath Warddykes,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206856 +206856,S00093390,6b4,Older Workers and Retirement,S01007201,Arbroath Warddykes - 05,5c,Comfortable neighbourhoods,S02001355,Arbroath Warddykes,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206857 +206857,S00093697,5b3,Self-Sufficient Retirement,S01007237,Brechin West - 03,5e,Primary sector workers,S02001362,Brechin West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206858 +206858,S00093719,5b3,Self-Sufficient Retirement,S01007234,Brechin East - 05,5e,Primary sector workers,S02001361,Brechin East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206859 +206859,S00093279,7a1,Transitional Eastern European Neighbourhoods,S01007187,Arbroath Harbour - 04,4b,Constrained renters,S02001353,Arbroath Harbour,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206860 +206860,S00093675,7c3,Outer City Hardship,S01007236,Brechin West - 02,5e,Primary sector workers,S02001362,Brechin West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206861 +206861,S00093455,7d3,Retired Communal City Dwellers,S01007265,Forfar West - 06,5e,Primary sector workers,S02001366,Forfar West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206862 +206862,S00093066,1b2,Rural White-Collar Workers,S01007225,Hillside - 05,2c,Remoter communities,S02001359,Hillside,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206863 +206863,S00093576,6b4,Older Workers and Retirement,S01007207,Lunan - 04,5e,Primary sector workers,S02001356,Lunan,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206864 +206864,S00093727,5b3,Self-Sufficient Retirement,S01007283,Angus Glens - 05,2a,Ageing rural neighbourhoods,S02001369,Angus Glens,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206865 +206865,S00093281,7a1,Transitional Eastern European Neighbourhoods,S01007184,Arbroath Harbour - 01,4b,Constrained renters,S02001353,Arbroath Harbour,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206866 +206866,S00093705,7c3,Outer City Hardship,S01007231,Brechin East - 02,4b,Constrained renters,S02001361,Brechin East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206867 +206867,S00093622,7d3,Retired Communal City Dwellers,S01007214,Montrose South - 07,4b,Constrained renters,S02001357,Montrose South,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206868 +206868,S00093840,1a1,Rural Workers and Families,S01007228,Friockheim - 03,2c,Remoter communities,S02001360,Friockheim,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206869 +206869,S00093083,1b2,Rural White-Collar Workers,S01007226,Friockheim - 01,2c,Remoter communities,S02001360,Friockheim,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206870 +206870,S00093092,1b2,Rural White-Collar Workers,S01007204,Lunan - 01,2d,Rural traits,S02001356,Lunan,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206871 +206871,S00093099,1b2,Rural White-Collar Workers,S01007129,South Angus - 01,2b,Prospering countryside life,S02001344,South Angus,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206872 +206872,S00093104,1b2,Rural White-Collar Workers,S01007135,South Angus - 07,2c,Remoter communities,S02001344,South Angus,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206873 +206873,S00093106,1b2,Rural White-Collar Workers,S01007133,South Angus - 05,2c,Remoter communities,S02001344,South Angus,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206874 +206874,S00093744,1b2,Rural White-Collar Workers,S01007225,Hillside - 05,2c,Remoter communities,S02001359,Hillside,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206875 +206875,S00093754,1b2,Rural White-Collar Workers,S01007129,South Angus - 01,2b,Prospering countryside life,S02001344,South Angus,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206876 +206876,S00093764,1b2,Rural White-Collar Workers,S01007132,South Angus - 04,8b,Ageing suburbanites,S02001344,South Angus,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206877 +206877,S00093853,1b2,Rural White-Collar Workers,S01007204,Lunan - 01,2d,Rural traits,S02001356,Lunan,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206878 +206878,S00092985,1a1,Rural Workers and Families,S01007140,Monikie - 04,2c,Remoter communities,S02001345,Monikie,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206879 +206879,S00092989,1a1,Rural Workers and Families,S01007144,Monikie - 08,2a,Ageing rural neighbourhoods,S02001345,Monikie,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206880 +206880,S00093001,1a1,Rural Workers and Families,S01007240,Letham and Glamis - 01,2c,Remoter communities,S02001363,Letham and Glamis,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206881 +206881,S00093008,1a1,Rural Workers and Families,S01007240,Letham and Glamis - 01,2c,Remoter communities,S02001363,Letham and Glamis,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206882 +206882,S00093012,1a1,Rural Workers and Families,S01007245,Letham and Glamis - 06,2d,Rural traits,S02001363,Letham and Glamis,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206883 +206883,S00093014,1a1,Rural Workers and Families,S01007226,Friockheim - 01,2c,Remoter communities,S02001360,Friockheim,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206884 +206884,S00093017,1a1,Rural Workers and Families,S01007241,Letham and Glamis - 02,2c,Remoter communities,S02001363,Letham and Glamis,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206885 +206885,S00093020,1a1,Rural Workers and Families,S01007245,Letham and Glamis - 06,2d,Rural traits,S02001363,Letham and Glamis,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206886 +206886,S00093021,1a1,Rural Workers and Families,S01007241,Letham and Glamis - 02,2c,Remoter communities,S02001363,Letham and Glamis,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206887 +206887,S00093023,1a1,Rural Workers and Families,S01007246,Letham and Glamis - 07,2c,Remoter communities,S02001363,Letham and Glamis,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206888 +206888,S00093028,1a1,Rural Workers and Families,S01007228,Friockheim - 03,2c,Remoter communities,S02001360,Friockheim,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206889 +206889,S00093030,1a1,Rural Workers and Families,S01007280,Angus Glens - 02,2c,Remoter communities,S02001369,Angus Glens,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206890 +206890,S00093035,1a1,Rural Workers and Families,S01007281,Angus Glens - 03,2c,Remoter communities,S02001369,Angus Glens,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206891 +206891,S00093037,1a1,Rural Workers and Families,S01007280,Angus Glens - 02,2c,Remoter communities,S02001369,Angus Glens,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206892 +206892,S00093039,1a1,Rural Workers and Families,S01007268,Kirriemuir Landward - 03,2c,Remoter communities,S02001367,Kirriemuir Landward,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206893 +206893,S00093042,1a1,Rural Workers and Families,S01007269,Kirriemuir Landward - 04,2c,Remoter communities,S02001367,Kirriemuir Landward,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206894 +206894,S00093044,1a1,Rural Workers and Families,S01007279,Angus Glens - 01,2c,Remoter communities,S02001369,Angus Glens,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206895 +206895,S00093065,1a1,Rural Workers and Families,S01007205,Lunan - 02,2c,Remoter communities,S02001356,Lunan,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206896 +206896,S00093070,1a1,Rural Workers and Families,S01007170,Arbroath Landward - 01,2c,Remoter communities,S02001350,Arbroath Landward,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206897 +206897,S00093071,1a1,Rural Workers and Families,S01007170,Arbroath Landward - 01,2c,Remoter communities,S02001350,Arbroath Landward,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206898 +206898,S00093081,1a1,Rural Workers and Families,S01007172,Arbroath Landward - 03,2c,Remoter communities,S02001350,Arbroath Landward,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206899 +206899,S00093085,1a1,Rural Workers and Families,S01007226,Friockheim - 01,2c,Remoter communities,S02001360,Friockheim,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206900 +206900,S00093086,1a1,Rural Workers and Families,S01007226,Friockheim - 01,2c,Remoter communities,S02001360,Friockheim,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206901 +206901,S00093095,1a1,Rural Workers and Families,S01007279,Angus Glens - 01,2c,Remoter communities,S02001369,Angus Glens,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206902 +206902,S00093096,1a1,Rural Workers and Families,S01007279,Angus Glens - 01,2c,Remoter communities,S02001369,Angus Glens,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206903 +206903,S00093102,1a1,Rural Workers and Families,S01007136,South Angus - 08,2c,Remoter communities,S02001344,South Angus,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206904 +206904,S00093107,1a1,Rural Workers and Families,S01007133,South Angus - 05,2c,Remoter communities,S02001344,South Angus,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206905 +206905,S00093109,1a1,Rural Workers and Families,S01007134,South Angus - 06,2c,Remoter communities,S02001344,South Angus,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206906 +206906,S00093111,1a1,Rural Workers and Families,S01007138,Monikie - 02,2b,Prospering countryside life,S02001345,Monikie,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206907 +206907,S00093120,1a1,Rural Workers and Families,S01007134,South Angus - 06,2c,Remoter communities,S02001344,South Angus,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206908 +206908,S00093740,1a1,Rural Workers and Families,S01007279,Angus Glens - 01,2c,Remoter communities,S02001369,Angus Glens,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206909 +206909,S00093741,1a1,Rural Workers and Families,S01007229,Friockheim - 04,2c,Remoter communities,S02001360,Friockheim,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206910 +206910,S00093745,1a1,Rural Workers and Families,S01007225,Hillside - 05,2c,Remoter communities,S02001359,Hillside,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206911 +206911,S00093751,1a1,Rural Workers and Families,S01007227,Friockheim - 02,5e,Primary sector workers,S02001360,Friockheim,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206912 +206912,S00093757,1a1,Rural Workers and Families,S01007135,South Angus - 07,2c,Remoter communities,S02001344,South Angus,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206913 +206913,S00093774,1a1,Rural Workers and Families,S01007139,Monikie - 03,2c,Remoter communities,S02001345,Monikie,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206914 +206914,S00093776,1a1,Rural Workers and Families,S01007244,Letham and Glamis - 05,2c,Remoter communities,S02001363,Letham and Glamis,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206915 +206915,S00093787,1a1,Rural Workers and Families,S01007242,Letham and Glamis - 03,2d,Rural traits,S02001363,Letham and Glamis,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206916 +206916,S00093814,1a1,Rural Workers and Families,S01007270,Kirriemuir Landward - 05,2c,Remoter communities,S02001367,Kirriemuir Landward,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206917 +206917,S00093577,6b4,Older Workers and Retirement,S01007207,Lunan - 04,5e,Primary sector workers,S02001356,Lunan,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206918 +206918,S00093766,5b3,Self-Sufficient Retirement,S01007165,Carnoustie East - 03,5a,Ageing urban communities,S02001349,Carnoustie East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206919 +206919,S00093775,7d3,Retired Communal City Dwellers,S01007181,Arbroath Keptie - 02,5a,Ageing urban communities,S02001352,Arbroath Keptie,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206920 +206920,S00093706,7c3,Outer City Hardship,S01007231,Brechin East - 02,4b,Constrained renters,S02001361,Brechin East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206921 +206921,S00093874,7c3,Outer City Hardship,S01007150,Monifieth East - 02,8a,Affluent communities,S02001347,Monifieth East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206922 +206922,S00093875,7c3,Outer City Hardship,S01007154,Monifieth East - 06,5a,Ageing urban communities,S02001347,Monifieth East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206923 +206923,S00093283,7a1,Transitional Eastern European Neighbourhoods,S01007187,Arbroath Harbour - 04,4b,Constrained renters,S02001353,Arbroath Harbour,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206924 +206924,S00093636,6b4,Older Workers and Retirement,S01007207,Lunan - 04,5e,Primary sector workers,S02001356,Lunan,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206925 +206925,S00093850,1a1,Rural Workers and Families,S01007170,Arbroath Landward - 01,2c,Remoter communities,S02001350,Arbroath Landward,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206926 +206926,S00093952,7d3,Retired Communal City Dwellers,S01007209,Montrose South - 02,4b,Constrained renters,S02001357,Montrose South,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206927 +206927,S00093890,7c3,Outer City Hardship,S01007157,Carnoustie West - 02,5d,Endeavouring social renters,S02001348,Carnoustie West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206928 +206928,S00093795,5b3,Self-Sufficient Retirement,S01007250,Forfar East - 03,5e,Primary sector workers,S02001364,Forfar East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206929 +206929,S00093300,7a1,Transitional Eastern European Neighbourhoods,S01007198,Arbroath Warddykes - 02,4d,Hard-pressed flat dwellers,S02001355,Arbroath Warddykes,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206930 +206930,S00093645,6b4,Older Workers and Retirement,S01007218,Montrose North - 04,8b,Ageing suburbanites,S02001358,Montrose North,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206931 +206931,S00093863,1a1,Rural Workers and Families,S01007134,South Angus - 06,2c,Remoter communities,S02001344,South Angus,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206932 +206932,S00093868,1a1,Rural Workers and Families,S01007141,Monikie - 05,2c,Remoter communities,S02001345,Monikie,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206933 +206933,S00093944,1a1,Rural Workers and Families,S01007278,Kirriemuir - 08,8b,Ageing suburbanites,S02001368,Kirriemuir,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206934 +206934,S00092995,5b3,Self-Sufficient Retirement,S01007247,Letham and Glamis - 08,2c,Remoter communities,S02001363,Letham and Glamis,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206935 +206935,S00093110,5b3,Self-Sufficient Retirement,S01007138,Monikie - 02,2b,Prospering countryside life,S02001345,Monikie,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206936 +206936,S00093112,5b3,Self-Sufficient Retirement,S01007137,Monikie - 01,8c,Comfortable suburbia,S02001345,Monikie,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206937 +206937,S00093160,5b3,Self-Sufficient Retirement,S01007154,Monifieth East - 06,5a,Ageing urban communities,S02001347,Monifieth East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206938 +206938,S00093178,5b3,Self-Sufficient Retirement,S01007165,Carnoustie East - 03,5a,Ageing urban communities,S02001349,Carnoustie East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206939 +206939,S00093189,5b3,Self-Sufficient Retirement,S01007166,Carnoustie East - 04,5c,Comfortable neighbourhoods,S02001349,Carnoustie East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206940 +206940,S00093191,5b3,Self-Sufficient Retirement,S01007166,Carnoustie East - 04,5c,Comfortable neighbourhoods,S02001349,Carnoustie East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206941 +206941,S00093233,5b3,Self-Sufficient Retirement,S01007161,Carnoustie West - 06,5c,Comfortable neighbourhoods,S02001348,Carnoustie West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206942 +206942,S00093237,5b3,Self-Sufficient Retirement,S01007161,Carnoustie West - 06,5c,Comfortable neighbourhoods,S02001348,Carnoustie West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206943 +206943,S00093243,5b3,Self-Sufficient Retirement,S01007164,Carnoustie East - 02,5a,Ageing urban communities,S02001349,Carnoustie East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206944 +206944,S00093245,5b3,Self-Sufficient Retirement,S01007162,Carnoustie West - 07,5e,Primary sector workers,S02001348,Carnoustie West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206945 +206945,S00093247,5b3,Self-Sufficient Retirement,S01007164,Carnoustie East - 02,5a,Ageing urban communities,S02001349,Carnoustie East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206946 +206946,S00093266,5b3,Self-Sufficient Retirement,S01007186,Arbroath Harbour - 03,4b,Constrained renters,S02001353,Arbroath Harbour,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206947 +206947,S00093311,5b3,Self-Sufficient Retirement,S01007181,Arbroath Keptie - 02,5a,Ageing urban communities,S02001352,Arbroath Keptie,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206948 +206948,S00093312,5b3,Self-Sufficient Retirement,S01007181,Arbroath Keptie - 02,5a,Ageing urban communities,S02001352,Arbroath Keptie,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206949 +206949,S00093323,5b3,Self-Sufficient Retirement,S01007182,Arbroath Keptie - 03,5e,Primary sector workers,S02001352,Arbroath Keptie,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206950 +206950,S00093355,5b3,Self-Sufficient Retirement,S01007182,Arbroath Keptie - 03,5e,Primary sector workers,S02001352,Arbroath Keptie,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206951 +206951,S00093359,5b3,Self-Sufficient Retirement,S01007182,Arbroath Keptie - 03,5e,Primary sector workers,S02001352,Arbroath Keptie,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206952 +206952,S00093367,5b3,Self-Sufficient Retirement,S01007183,Arbroath Keptie - 04,5e,Primary sector workers,S02001352,Arbroath Keptie,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206953 +206953,S00093477,5b3,Self-Sufficient Retirement,S01007265,Forfar West - 06,5e,Primary sector workers,S02001366,Forfar West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206954 +206954,S00093506,5b3,Self-Sufficient Retirement,S01007250,Forfar East - 03,5e,Primary sector workers,S02001364,Forfar East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206955 +206955,S00093510,5b3,Self-Sufficient Retirement,S01007257,Forfar Central - 04,4b,Constrained renters,S02001365,Forfar Central,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206956 +206956,S00093523,5b3,Self-Sufficient Retirement,S01007251,Forfar East - 04,5e,Primary sector workers,S02001364,Forfar East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206957 +206957,S00093525,5b3,Self-Sufficient Retirement,S01007253,Forfar East - 06,5e,Primary sector workers,S02001364,Forfar East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206958 +206958,S00093530,5b3,Self-Sufficient Retirement,S01007227,Friockheim - 02,5e,Primary sector workers,S02001360,Friockheim,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206959 +206959,S00093539,5b3,Self-Sufficient Retirement,S01007275,Kirriemuir - 05,5a,Ageing urban communities,S02001368,Kirriemuir,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206960 +206960,S00093541,5b3,Self-Sufficient Retirement,S01007274,Kirriemuir - 04,5e,Primary sector workers,S02001368,Kirriemuir,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206961 +206961,S00093544,5b3,Self-Sufficient Retirement,S01007274,Kirriemuir - 04,5e,Primary sector workers,S02001368,Kirriemuir,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206962 +206962,S00093545,5b3,Self-Sufficient Retirement,S01007276,Kirriemuir - 06,5e,Primary sector workers,S02001368,Kirriemuir,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206963 +206963,S00093557,5b3,Self-Sufficient Retirement,S01007271,Kirriemuir - 01,5e,Primary sector workers,S02001368,Kirriemuir,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206964 +206964,S00093578,5b3,Self-Sufficient Retirement,S01007207,Lunan - 04,5e,Primary sector workers,S02001356,Lunan,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206965 +206965,S00093579,5b3,Self-Sufficient Retirement,S01007206,Lunan - 03,5e,Primary sector workers,S02001356,Lunan,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206966 +206966,S00093580,5b3,Self-Sufficient Retirement,S01007206,Lunan - 03,5e,Primary sector workers,S02001356,Lunan,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206967 +206967,S00093584,5b3,Self-Sufficient Retirement,S01007210,Montrose South - 03,4b,Constrained renters,S02001357,Montrose South,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206968 +206968,S00093602,5b3,Self-Sufficient Retirement,S01007209,Montrose South - 02,4b,Constrained renters,S02001357,Montrose South,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206969 +206969,S00093606,5b3,Self-Sufficient Retirement,S01007211,Montrose South - 04,4b,Constrained renters,S02001357,Montrose South,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206970 +206970,S00093611,5b3,Self-Sufficient Retirement,S01007212,Montrose South - 05,5e,Primary sector workers,S02001357,Montrose South,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206971 +206971,S00093621,5b3,Self-Sufficient Retirement,S01007215,Montrose North - 01,4b,Constrained renters,S02001358,Montrose North,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206972 +206972,S00093630,5b3,Self-Sufficient Retirement,S01007216,Montrose North - 02,5a,Ageing urban communities,S02001358,Montrose North,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206973 +206973,S00093633,5b3,Self-Sufficient Retirement,S01007216,Montrose North - 02,5a,Ageing urban communities,S02001358,Montrose North,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206974 +206974,S00093671,5b3,Self-Sufficient Retirement,S01007235,Brechin West - 01,4b,Constrained renters,S02001362,Brechin West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206975 +206975,S00093673,5b3,Self-Sufficient Retirement,S01007235,Brechin West - 01,4b,Constrained renters,S02001362,Brechin West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206976 +206976,S00093674,5b3,Self-Sufficient Retirement,S01007236,Brechin West - 02,5e,Primary sector workers,S02001362,Brechin West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206977 +206977,S00093676,5b3,Self-Sufficient Retirement,S01007235,Brechin West - 01,4b,Constrained renters,S02001362,Brechin West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206978 +206978,S00093326,7a1,Transitional Eastern European Neighbourhoods,S01007177,Arbroath Kirkton - 05,4b,Constrained renters,S02001351,Arbroath Kirkton,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206979 +206979,S00093796,5b3,Self-Sufficient Retirement,S01007248,Forfar East - 01,8b,Ageing suburbanites,S02001364,Forfar East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206980 +206980,S00093723,6b4,Older Workers and Retirement,S01007224,Hillside - 04,5e,Primary sector workers,S02001359,Hillside,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206981 +206981,S00093278,7d2,Retired Independent City Dwellers,S01007189,Arbroath Harbour - 06,4b,Constrained renters,S02001353,Arbroath Harbour,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206982 +206982,S00093352,7a1,Transitional Eastern European Neighbourhoods,S01007184,Arbroath Harbour - 01,4b,Constrained renters,S02001353,Arbroath Harbour,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206983 +206983,S00093923,7c3,Outer City Hardship,S01007259,Forfar Central - 06,4b,Constrained renters,S02001365,Forfar Central,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206984 +206984,S00093808,5b3,Self-Sufficient Retirement,S01007211,Montrose South - 04,4b,Constrained renters,S02001357,Montrose South,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206985 +206985,S00093737,6b4,Older Workers and Retirement,S01007269,Kirriemuir Landward - 04,2c,Remoter communities,S02001367,Kirriemuir Landward,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206986 +206986,S00093364,7a1,Transitional Eastern European Neighbourhoods,S01007183,Arbroath Keptie - 04,5e,Primary sector workers,S02001352,Arbroath Keptie,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206987 +206987,S00093926,7c3,Outer City Hardship,S01007256,Forfar Central - 03,4b,Constrained renters,S02001365,Forfar Central,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206988 +206988,S00093811,5b3,Self-Sufficient Retirement,S01007213,Montrose South - 06,5a,Ageing urban communities,S02001357,Montrose South,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206989 +206989,S00093815,6b4,Older Workers and Retirement,S01007239,Brechin West - 05,2a,Ageing rural neighbourhoods,S02001362,Brechin West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206990 +206990,S00093928,7c3,Outer City Hardship,S01007255,Forfar Central - 02,4b,Constrained renters,S02001365,Forfar Central,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206991 +206991,S00093947,7c3,Outer City Hardship,S01007210,Montrose South - 03,4b,Constrained renters,S02001357,Montrose South,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206992 +206992,S00093971,7c3,Outer City Hardship,S01007242,Letham and Glamis - 03,2d,Rural traits,S02001363,Letham and Glamis,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206993 +206993,S00093091,8c3,Renting Hard-Pressed Workers,S01007204,Lunan - 01,2d,Rural traits,S02001356,Lunan,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206994 +206994,S00093123,8c3,Renting Hard-Pressed Workers,S01007145,Monifieth West - 01,8a,Affluent communities,S02001346,Monifieth West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206995 +206995,S00093177,8c3,Renting Hard-Pressed Workers,S01007165,Carnoustie East - 03,5a,Ageing urban communities,S02001349,Carnoustie East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206996 +206996,S00093213,8c3,Renting Hard-Pressed Workers,S01007159,Carnoustie West - 04,4a,Challenged white communities,S02001348,Carnoustie West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206997 +206997,S00093215,8c3,Renting Hard-Pressed Workers,S01007159,Carnoustie West - 04,4a,Challenged white communities,S02001348,Carnoustie West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206998 +206998,S00093219,8c3,Renting Hard-Pressed Workers,S01007159,Carnoustie West - 04,4a,Challenged white communities,S02001348,Carnoustie West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,206999 +206999,S00093220,8c3,Renting Hard-Pressed Workers,S01007160,Carnoustie West - 05,5d,Endeavouring social renters,S02001348,Carnoustie West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207000 +207000,S00093234,8c3,Renting Hard-Pressed Workers,S01007159,Carnoustie West - 04,4a,Challenged white communities,S02001348,Carnoustie West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207001 +207001,S00093235,8c3,Renting Hard-Pressed Workers,S01007161,Carnoustie West - 06,5c,Comfortable neighbourhoods,S02001348,Carnoustie West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207002 +207002,S00093301,8c3,Renting Hard-Pressed Workers,S01007198,Arbroath Warddykes - 02,4d,Hard-pressed flat dwellers,S02001355,Arbroath Warddykes,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207003 +207003,S00093327,8c3,Renting Hard-Pressed Workers,S01007176,Arbroath Kirkton - 04,5e,Primary sector workers,S02001351,Arbroath Kirkton,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207004 +207004,S00093328,8c3,Renting Hard-Pressed Workers,S01007176,Arbroath Kirkton - 04,5e,Primary sector workers,S02001351,Arbroath Kirkton,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207005 +207005,S00093331,8c3,Renting Hard-Pressed Workers,S01007177,Arbroath Kirkton - 05,4b,Constrained renters,S02001351,Arbroath Kirkton,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207006 +207006,S00093356,8c3,Renting Hard-Pressed Workers,S01007182,Arbroath Keptie - 03,5e,Primary sector workers,S02001352,Arbroath Keptie,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207007 +207007,S00093401,8c3,Renting Hard-Pressed Workers,S01007193,Arbroath Cliffburn - 04,4a,Challenged white communities,S02001354,Arbroath Cliffburn,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207008 +207008,S00093280,7d2,Retired Independent City Dwellers,S01007187,Arbroath Harbour - 04,4b,Constrained renters,S02001353,Arbroath Harbour,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207009 +207009,S00093438,8c3,Renting Hard-Pressed Workers,S01007263,Forfar West - 04,5e,Primary sector workers,S02001366,Forfar West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207010 +207010,S00093443,8c3,Renting Hard-Pressed Workers,S01007264,Forfar West - 05,5a,Ageing urban communities,S02001366,Forfar West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207011 +207011,S00093463,8c3,Renting Hard-Pressed Workers,S01007259,Forfar Central - 06,4b,Constrained renters,S02001365,Forfar Central,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207012 +207012,S00093464,8c3,Renting Hard-Pressed Workers,S01007260,Forfar West - 01,4a,Challenged white communities,S02001366,Forfar West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207013 +207013,S00093469,8c3,Renting Hard-Pressed Workers,S01007262,Forfar West - 03,4a,Challenged white communities,S02001366,Forfar West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207014 +207014,S00093472,8c3,Renting Hard-Pressed Workers,S01007263,Forfar West - 04,5e,Primary sector workers,S02001366,Forfar West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207015 +207015,S00093520,8c3,Renting Hard-Pressed Workers,S01007251,Forfar East - 04,5e,Primary sector workers,S02001364,Forfar East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207016 +207016,S00093532,8c3,Renting Hard-Pressed Workers,S01007227,Friockheim - 02,5e,Primary sector workers,S02001360,Friockheim,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207017 +207017,S00093647,8c3,Renting Hard-Pressed Workers,S01007217,Montrose North - 03,4a,Challenged white communities,S02001358,Montrose North,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207018 +207018,S00093711,8c3,Renting Hard-Pressed Workers,S01007230,Brechin East - 01,4b,Constrained renters,S02001361,Brechin East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207019 +207019,S00093714,8c3,Renting Hard-Pressed Workers,S01007230,Brechin East - 01,4b,Constrained renters,S02001361,Brechin East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207020 +207020,S00093779,8c3,Renting Hard-Pressed Workers,S01007203,Arbroath Warddykes - 07,5d,Endeavouring social renters,S02001355,Arbroath Warddykes,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207021 +207021,S00093088,1c2,Renting Rural Retirement,S01007172,Arbroath Landward - 03,2c,Remoter communities,S02001350,Arbroath Landward,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207022 +207022,S00093392,1c2,Renting Rural Retirement,S01007189,Arbroath Harbour - 06,4b,Constrained renters,S02001353,Arbroath Harbour,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207023 +207023,S00093481,1c2,Renting Rural Retirement,S01007258,Forfar Central - 05,5e,Primary sector workers,S02001365,Forfar Central,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207024 +207024,S00093526,1c2,Renting Rural Retirement,S01007252,Forfar East - 05,5e,Primary sector workers,S02001364,Forfar East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207025 +207025,S00093608,1c2,Renting Rural Retirement,S01007213,Montrose South - 06,5a,Ageing urban communities,S02001357,Montrose South,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207026 +207026,S00093718,1c2,Renting Rural Retirement,S01007234,Brechin East - 05,5e,Primary sector workers,S02001361,Brechin East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207027 +207027,S00093728,1c2,Renting Rural Retirement,S01007283,Angus Glens - 05,2a,Ageing rural neighbourhoods,S02001369,Angus Glens,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207028 +207028,S00093152,7d4,Retired City Hardship,S01007154,Monifieth East - 06,5a,Ageing urban communities,S02001347,Monifieth East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207029 +207029,S00093916,7d4,Retired City Hardship,S01007189,Arbroath Harbour - 06,4b,Constrained renters,S02001353,Arbroath Harbour,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207030 +207030,S00093927,7d4,Retired City Hardship,S01007251,Forfar East - 04,5e,Primary sector workers,S02001364,Forfar East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207031 +207031,S00093937,7d4,Retired City Hardship,S01007274,Kirriemuir - 04,5e,Primary sector workers,S02001368,Kirriemuir,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207032 +207032,S00093845,6b4,Older Workers and Retirement,S01007221,Hillside - 01,2b,Prospering countryside life,S02001359,Hillside,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207033 +207033,S00093883,6b4,Older Workers and Retirement,S01007131,South Angus - 03,8b,Ageing suburbanites,S02001344,South Angus,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207034 +207034,S00093913,6b4,Older Workers and Retirement,S01007190,Arbroath Cliffburn - 01,5e,Primary sector workers,S02001354,Arbroath Cliffburn,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207035 +207035,S00093812,5b3,Self-Sufficient Retirement,S01007216,Montrose North - 02,5a,Ageing urban communities,S02001358,Montrose North,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207036 +207036,S00093960,6b4,Older Workers and Retirement,S01007237,Brechin West - 03,5e,Primary sector workers,S02001362,Brechin West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207037 +207037,S00093982,6b4,Older Workers and Retirement,S01007132,South Angus - 04,8b,Ageing suburbanites,S02001344,South Angus,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207038 +207038,S00093456,7d2,Retired Independent City Dwellers,S01007259,Forfar Central - 06,4b,Constrained renters,S02001365,Forfar Central,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207039 +207039,S00093828,5b3,Self-Sufficient Retirement,S01007212,Montrose South - 05,5e,Primary sector workers,S02001357,Montrose South,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207040 +207040,S00093488,7d2,Retired Independent City Dwellers,S01007256,Forfar Central - 03,4b,Constrained renters,S02001365,Forfar Central,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207041 +207041,S00093905,5b3,Self-Sufficient Retirement,S01007182,Arbroath Keptie - 03,5e,Primary sector workers,S02001352,Arbroath Keptie,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207042 +207042,S00093593,7d2,Retired Independent City Dwellers,S01007208,Montrose South - 01,4b,Constrained renters,S02001357,Montrose South,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207043 +207043,S00093151,7c3,Outer City Hardship,S01007154,Monifieth East - 06,5a,Ageing urban communities,S02001347,Monifieth East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207044 +207044,S00093409,7a1,Transitional Eastern European Neighbourhoods,S01007195,Arbroath Cliffburn - 06,4a,Challenged white communities,S02001354,Arbroath Cliffburn,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207045 +207045,S00093915,5b3,Self-Sufficient Retirement,S01007190,Arbroath Cliffburn - 01,5e,Primary sector workers,S02001354,Arbroath Cliffburn,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207046 +207046,S00093599,7d2,Retired Independent City Dwellers,S01007211,Montrose South - 04,4b,Constrained renters,S02001357,Montrose South,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207047 +207047,S00093179,7c3,Outer City Hardship,S01007169,Carnoustie East - 07,5c,Comfortable neighbourhoods,S02001349,Carnoustie East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207048 +207048,S00093458,7a1,Transitional Eastern European Neighbourhoods,S01007259,Forfar Central - 06,4b,Constrained renters,S02001365,Forfar Central,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207049 +207049,S00093487,7a1,Transitional Eastern European Neighbourhoods,S01007256,Forfar Central - 03,4b,Constrained renters,S02001365,Forfar Central,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207050 +207050,S00093495,7a1,Transitional Eastern European Neighbourhoods,S01007255,Forfar Central - 02,4b,Constrained renters,S02001365,Forfar Central,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207051 +207051,S00093496,7a1,Transitional Eastern European Neighbourhoods,S01007255,Forfar Central - 02,4b,Constrained renters,S02001365,Forfar Central,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207052 +207052,S00093497,7a1,Transitional Eastern European Neighbourhoods,S01007254,Forfar Central - 01,4b,Constrained renters,S02001365,Forfar Central,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207053 +207053,S00093498,7a1,Transitional Eastern European Neighbourhoods,S01007255,Forfar Central - 02,4b,Constrained renters,S02001365,Forfar Central,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207054 +207054,S00093500,7a1,Transitional Eastern European Neighbourhoods,S01007256,Forfar Central - 03,4b,Constrained renters,S02001365,Forfar Central,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207055 +207055,S00093511,7a1,Transitional Eastern European Neighbourhoods,S01007257,Forfar Central - 04,4b,Constrained renters,S02001365,Forfar Central,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207056 +207056,S00093512,7a1,Transitional Eastern European Neighbourhoods,S01007257,Forfar Central - 04,4b,Constrained renters,S02001365,Forfar Central,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207057 +207057,S00093513,7a1,Transitional Eastern European Neighbourhoods,S01007257,Forfar Central - 04,4b,Constrained renters,S02001365,Forfar Central,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207058 +207058,S00093519,7a1,Transitional Eastern European Neighbourhoods,S01007250,Forfar East - 03,5e,Primary sector workers,S02001364,Forfar East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207059 +207059,S00093581,7a1,Transitional Eastern European Neighbourhoods,S01007211,Montrose South - 04,4b,Constrained renters,S02001357,Montrose South,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207060 +207060,S00093588,7a1,Transitional Eastern European Neighbourhoods,S01007208,Montrose South - 01,4b,Constrained renters,S02001357,Montrose South,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207061 +207061,S00093594,7a1,Transitional Eastern European Neighbourhoods,S01007208,Montrose South - 01,4b,Constrained renters,S02001357,Montrose South,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207062 +207062,S00093595,7a1,Transitional Eastern European Neighbourhoods,S01007208,Montrose South - 01,4b,Constrained renters,S02001357,Montrose South,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207063 +207063,S00093600,7a1,Transitional Eastern European Neighbourhoods,S01007209,Montrose South - 02,4b,Constrained renters,S02001357,Montrose South,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207064 +207064,S00093613,7a1,Transitional Eastern European Neighbourhoods,S01007213,Montrose South - 06,5a,Ageing urban communities,S02001357,Montrose South,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207065 +207065,S00093617,7a1,Transitional Eastern European Neighbourhoods,S01007215,Montrose North - 01,4b,Constrained renters,S02001358,Montrose North,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207066 +207066,S00093618,7a1,Transitional Eastern European Neighbourhoods,S01007215,Montrose North - 01,4b,Constrained renters,S02001358,Montrose North,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207067 +207067,S00093634,7a1,Transitional Eastern European Neighbourhoods,S01007207,Lunan - 04,5e,Primary sector workers,S02001356,Lunan,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207068 +207068,S00093642,7a1,Transitional Eastern European Neighbourhoods,S01007217,Montrose North - 03,4a,Challenged white communities,S02001358,Montrose North,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207069 +207069,S00093670,7a1,Transitional Eastern European Neighbourhoods,S01007235,Brechin West - 01,4b,Constrained renters,S02001362,Brechin West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207070 +207070,S00093699,7a1,Transitional Eastern European Neighbourhoods,S01007231,Brechin East - 02,4b,Constrained renters,S02001361,Brechin East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207071 +207071,S00093700,7a1,Transitional Eastern European Neighbourhoods,S01007230,Brechin East - 01,4b,Constrained renters,S02001361,Brechin East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207072 +207072,S00093703,7a1,Transitional Eastern European Neighbourhoods,S01007231,Brechin East - 02,4b,Constrained renters,S02001361,Brechin East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207073 +207073,S00093704,7a1,Transitional Eastern European Neighbourhoods,S01007233,Brechin East - 04,5e,Primary sector workers,S02001361,Brechin East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207074 +207074,S00093707,7a1,Transitional Eastern European Neighbourhoods,S01007231,Brechin East - 02,4b,Constrained renters,S02001361,Brechin East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207075 +207075,S00093791,7a1,Transitional Eastern European Neighbourhoods,S01007256,Forfar Central - 03,4b,Constrained renters,S02001365,Forfar Central,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207076 +207076,S00093806,7a1,Transitional Eastern European Neighbourhoods,S01007210,Montrose South - 03,4b,Constrained renters,S02001357,Montrose South,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207077 +207077,S00093893,7a1,Transitional Eastern European Neighbourhoods,S01007186,Arbroath Harbour - 03,4b,Constrained renters,S02001353,Arbroath Harbour,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207078 +207078,S00093897,7a1,Transitional Eastern European Neighbourhoods,S01007184,Arbroath Harbour - 01,4b,Constrained renters,S02001353,Arbroath Harbour,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207079 +207079,S00093922,7a1,Transitional Eastern European Neighbourhoods,S01007258,Forfar Central - 05,5e,Primary sector workers,S02001365,Forfar Central,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207080 +207080,S00093925,7a1,Transitional Eastern European Neighbourhoods,S01007260,Forfar West - 01,4a,Challenged white communities,S02001366,Forfar West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207081 +207081,S00093949,7a1,Transitional Eastern European Neighbourhoods,S01007215,Montrose North - 01,4b,Constrained renters,S02001358,Montrose North,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207082 +207082,S00093963,7a1,Transitional Eastern European Neighbourhoods,S01007232,Brechin East - 03,4b,Constrained renters,S02001361,Brechin East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207083 +207083,S00093290,5a1,White Professionals,S01007189,Arbroath Harbour - 06,4b,Constrained renters,S02001353,Arbroath Harbour,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207084 +207084,S00093479,5a1,White Professionals,S01007265,Forfar West - 06,5e,Primary sector workers,S02001366,Forfar West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207085 +207085,S00093484,5a1,White Professionals,S01007258,Forfar Central - 05,5e,Primary sector workers,S02001365,Forfar Central,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207086 +207086,S00093529,5a1,White Professionals,S01007227,Friockheim - 02,5e,Primary sector workers,S02001360,Friockheim,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207087 +207087,S00093873,5a1,White Professionals,S01007148,Monifieth West - 04,8c,Comfortable suburbia,S02001346,Monifieth West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207088 +207088,S00093878,5a1,White Professionals,S01007152,Monifieth East - 04,8a,Affluent communities,S02001347,Monifieth East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207089 +207089,S00093921,5b3,Self-Sufficient Retirement,S01007265,Forfar West - 06,5e,Primary sector workers,S02001366,Forfar West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207090 +207090,S00093679,7d2,Retired Independent City Dwellers,S01007235,Brechin West - 01,4b,Constrained renters,S02001362,Brechin West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207091 +207091,S00093239,7c3,Outer City Hardship,S01007162,Carnoustie West - 07,5e,Primary sector workers,S02001348,Carnoustie West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207092 +207092,S00093242,7c3,Outer City Hardship,S01007162,Carnoustie West - 07,5e,Primary sector workers,S02001348,Carnoustie West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207093 +207093,S00093688,7d2,Retired Independent City Dwellers,S01007238,Brechin West - 04,5e,Primary sector workers,S02001362,Brechin West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207094 +207094,S00093933,5b3,Self-Sufficient Retirement,S01007252,Forfar East - 05,5e,Primary sector workers,S02001364,Forfar East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207095 +207095,S00093303,7c3,Outer City Hardship,S01007197,Arbroath Warddykes - 01,4d,Hard-pressed flat dwellers,S02001355,Arbroath Warddykes,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207096 +207096,S00092981,1c1,Rural Employment and Retirees,S01007225,Hillside - 05,2c,Remoter communities,S02001359,Hillside,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207097 +207097,S00093951,5b3,Self-Sufficient Retirement,S01007214,Montrose South - 07,4b,Constrained renters,S02001357,Montrose South,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207098 +207098,S00093313,7c3,Outer City Hardship,S01007184,Arbroath Harbour - 01,4b,Constrained renters,S02001353,Arbroath Harbour,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207099 +207099,S00093033,1c1,Rural Employment and Retirees,S01007281,Angus Glens - 03,2c,Remoter communities,S02001369,Angus Glens,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207100 +207100,S00093954,5b3,Self-Sufficient Retirement,S01007213,Montrose South - 06,5a,Ageing urban communities,S02001357,Montrose South,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207101 +207101,S00093320,7c3,Outer City Hardship,S01007180,Arbroath Keptie - 01,8b,Ageing suburbanites,S02001352,Arbroath Keptie,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207102 +207102,S00093060,1c1,Rural Employment and Retirees,S01007223,Hillside - 03,2a,Ageing rural neighbourhoods,S02001359,Hillside,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207103 +207103,S00093061,1c1,Rural Employment and Retirees,S01007205,Lunan - 02,2c,Remoter communities,S02001356,Lunan,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207104 +207104,S00093077,1c1,Rural Employment and Retirees,S01007171,Arbroath Landward - 02,2c,Remoter communities,S02001350,Arbroath Landward,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207105 +207105,S00093098,1c1,Rural Employment and Retirees,S01007279,Angus Glens - 01,2c,Remoter communities,S02001369,Angus Glens,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207106 +207106,S00093752,1c1,Rural Employment and Retirees,S01007204,Lunan - 01,2d,Rural traits,S02001356,Lunan,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207107 +207107,S00092982,1b1,Rural Life,S01007141,Monikie - 05,2c,Remoter communities,S02001345,Monikie,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207108 +207108,S00092996,1b1,Rural Life,S01007247,Letham and Glamis - 08,2c,Remoter communities,S02001363,Letham and Glamis,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207109 +207109,S00093018,1b1,Rural Life,S01007241,Letham and Glamis - 02,2c,Remoter communities,S02001363,Letham and Glamis,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207110 +207110,S00093026,1b1,Rural Life,S01007245,Letham and Glamis - 06,2d,Rural traits,S02001363,Letham and Glamis,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207111 +207111,S00093036,1b1,Rural Life,S01007280,Angus Glens - 02,2c,Remoter communities,S02001369,Angus Glens,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207112 +207112,S00093064,1b1,Rural Life,S01007205,Lunan - 02,2c,Remoter communities,S02001356,Lunan,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207113 +207113,S00093090,1b1,Rural Life,S01007204,Lunan - 01,2d,Rural traits,S02001356,Lunan,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207114 +207114,S00093093,1b1,Rural Life,S01007204,Lunan - 01,2d,Rural traits,S02001356,Lunan,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207115 +207115,S00093105,1b1,Rural Life,S01007133,South Angus - 05,2c,Remoter communities,S02001344,South Angus,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207116 +207116,S00093115,1b1,Rural Life,S01007138,Monikie - 02,2b,Prospering countryside life,S02001345,Monikie,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207117 +207117,S00093240,1b1,Rural Life,S01007161,Carnoustie West - 06,5c,Comfortable neighbourhoods,S02001348,Carnoustie West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207118 +207118,S00093246,1b1,Rural Life,S01007164,Carnoustie East - 02,5a,Ageing urban communities,S02001349,Carnoustie East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207119 +207119,S00093252,1b1,Rural Life,S01007139,Monikie - 03,2c,Remoter communities,S02001345,Monikie,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207120 +207120,S00093432,1b1,Rural Life,S01007243,Letham and Glamis - 04,2d,Rural traits,S02001363,Letham and Glamis,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207121 +207121,S00093433,1b1,Rural Life,S01007243,Letham and Glamis - 04,2d,Rural traits,S02001363,Letham and Glamis,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207122 +207122,S00093521,1b1,Rural Life,S01007251,Forfar East - 04,5e,Primary sector workers,S02001364,Forfar East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207123 +207123,S00093665,1b1,Rural Life,S01007222,Hillside - 02,2d,Rural traits,S02001359,Hillside,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207124 +207124,S00093722,1b1,Rural Life,S01007224,Hillside - 04,5e,Primary sector workers,S02001359,Hillside,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207125 +207125,S00093778,1b1,Rural Life,S01007200,Arbroath Warddykes - 04,4a,Challenged white communities,S02001355,Arbroath Warddykes,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207126 +207126,S00093803,1b1,Rural Life,S01007271,Kirriemuir - 01,5e,Primary sector workers,S02001368,Kirriemuir,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207127 +207127,S00093831,1b1,Rural Life,S01007141,Monikie - 05,2c,Remoter communities,S02001345,Monikie,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207128 +207128,S00093847,1b1,Rural Life,S01007225,Hillside - 05,2c,Remoter communities,S02001359,Hillside,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207129 +207129,S00093856,1b1,Rural Life,S01007267,Kirriemuir Landward - 02,2c,Remoter communities,S02001367,Kirriemuir Landward,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207130 +207130,S00093912,1b1,Rural Life,S01007173,Arbroath Kirkton - 01,5b,Aspiring urban households,S02001351,Arbroath Kirkton,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207131 +207131,S00093966,1b1,Rural Life,S01007283,Angus Glens - 05,2a,Ageing rural neighbourhoods,S02001369,Angus Glens,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207132 +207132,S00093972,1b1,Rural Life,S01007242,Letham and Glamis - 03,2d,Rural traits,S02001363,Letham and Glamis,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207133 +207133,S00093974,1b1,Rural Life,S01007242,Letham and Glamis - 03,2d,Rural traits,S02001363,Letham and Glamis,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207134 +207134,S00092992,1b2,Rural White-Collar Workers,S01007144,Monikie - 08,2a,Ageing rural neighbourhoods,S02001345,Monikie,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207135 +207135,S00093000,1b2,Rural White-Collar Workers,S01007247,Letham and Glamis - 08,2c,Remoter communities,S02001363,Letham and Glamis,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207136 +207136,S00093007,1b2,Rural White-Collar Workers,S01007253,Forfar East - 06,5e,Primary sector workers,S02001364,Forfar East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207137 +207137,S00093980,5b3,Self-Sufficient Retirement,S01007132,South Angus - 04,8b,Ageing suburbanites,S02001344,South Angus,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207138 +207138,S00093128,6b3,Semi-Detached Ageing,S01007146,Monifieth West - 02,5c,Comfortable neighbourhoods,S02001346,Monifieth West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207139 +207139,S00093362,7c3,Outer City Hardship,S01007183,Arbroath Keptie - 04,5e,Primary sector workers,S02001352,Arbroath Keptie,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207140 +207140,S00093141,6b3,Semi-Detached Ageing,S01007149,Monifieth East - 01,8b,Ageing suburbanites,S02001347,Monifieth East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207141 +207141,S00093385,7c3,Outer City Hardship,S01007201,Arbroath Warddykes - 05,5c,Comfortable neighbourhoods,S02001355,Arbroath Warddykes,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207142 +207142,S00093153,6b3,Semi-Detached Ageing,S01007146,Monifieth West - 02,5c,Comfortable neighbourhoods,S02001346,Monifieth West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207143 +207143,S00093452,7c3,Outer City Hardship,S01007265,Forfar West - 06,5e,Primary sector workers,S02001366,Forfar West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207144 +207144,S00093453,7c3,Outer City Hardship,S01007264,Forfar West - 05,5a,Ageing urban communities,S02001366,Forfar West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207145 +207145,S00093457,7c3,Outer City Hardship,S01007259,Forfar Central - 06,4b,Constrained renters,S02001365,Forfar Central,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207146 +207146,S00093475,7c3,Outer City Hardship,S01007265,Forfar West - 06,5e,Primary sector workers,S02001366,Forfar West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207147 +207147,S00093489,7c3,Outer City Hardship,S01007254,Forfar Central - 01,4b,Constrained renters,S02001365,Forfar Central,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207148 +207148,S00093490,7c3,Outer City Hardship,S01007254,Forfar Central - 01,4b,Constrained renters,S02001365,Forfar Central,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207149 +207149,S00093493,7c3,Outer City Hardship,S01007254,Forfar Central - 01,4b,Constrained renters,S02001365,Forfar Central,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207150 +207150,S00093499,7c3,Outer City Hardship,S01007255,Forfar Central - 02,4b,Constrained renters,S02001365,Forfar Central,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207151 +207151,S00093507,7c3,Outer City Hardship,S01007250,Forfar East - 03,5e,Primary sector workers,S02001364,Forfar East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207152 +207152,S00093516,7c3,Outer City Hardship,S01007250,Forfar East - 03,5e,Primary sector workers,S02001364,Forfar East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207153 +207153,S00093522,7c3,Outer City Hardship,S01007251,Forfar East - 04,5e,Primary sector workers,S02001364,Forfar East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207154 +207154,S00093534,7c3,Outer City Hardship,S01007274,Kirriemuir - 04,5e,Primary sector workers,S02001368,Kirriemuir,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207155 +207155,S00093535,7c3,Outer City Hardship,S01007274,Kirriemuir - 04,5e,Primary sector workers,S02001368,Kirriemuir,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207156 +207156,S00093564,7c3,Outer City Hardship,S01007272,Kirriemuir - 02,4a,Challenged white communities,S02001368,Kirriemuir,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207157 +207157,S00093566,7c3,Outer City Hardship,S01007272,Kirriemuir - 02,4a,Challenged white communities,S02001368,Kirriemuir,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207158 +207158,S00093567,7c3,Outer City Hardship,S01007272,Kirriemuir - 02,4a,Challenged white communities,S02001368,Kirriemuir,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207159 +207159,S00093568,7c3,Outer City Hardship,S01007272,Kirriemuir - 02,4a,Challenged white communities,S02001368,Kirriemuir,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207160 +207160,S00093573,7c3,Outer City Hardship,S01007206,Lunan - 03,5e,Primary sector workers,S02001356,Lunan,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207161 +207161,S00093587,7c3,Outer City Hardship,S01007210,Montrose South - 03,4b,Constrained renters,S02001357,Montrose South,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207162 +207162,S00093610,7c3,Outer City Hardship,S01007213,Montrose South - 06,5a,Ageing urban communities,S02001357,Montrose South,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207163 +207163,S00093614,7c3,Outer City Hardship,S01007213,Montrose South - 06,5a,Ageing urban communities,S02001357,Montrose South,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207164 +207164,S00093616,7c3,Outer City Hardship,S01007209,Montrose South - 02,4b,Constrained renters,S02001357,Montrose South,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207165 +207165,S00093623,7c3,Outer City Hardship,S01007214,Montrose South - 07,4b,Constrained renters,S02001357,Montrose South,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207166 +207166,S00093625,7c3,Outer City Hardship,S01007213,Montrose South - 06,5a,Ageing urban communities,S02001357,Montrose South,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207167 +207167,S00093626,7c3,Outer City Hardship,S01007214,Montrose South - 07,4b,Constrained renters,S02001357,Montrose South,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207168 +207168,S00093627,7c3,Outer City Hardship,S01007214,Montrose South - 07,4b,Constrained renters,S02001357,Montrose South,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207169 +207169,S00093629,7c3,Outer City Hardship,S01007216,Montrose North - 02,5a,Ageing urban communities,S02001358,Montrose North,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207170 +207170,S00093644,7c3,Outer City Hardship,S01007217,Montrose North - 03,4a,Challenged white communities,S02001358,Montrose North,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207171 +207171,S00093175,6b3,Semi-Detached Ageing,S01007131,South Angus - 03,8b,Ageing suburbanites,S02001344,South Angus,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207172 +207172,S00093176,6b3,Semi-Detached Ageing,S01007131,South Angus - 03,8b,Ageing suburbanites,S02001344,South Angus,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207173 +207173,S00093184,6b3,Semi-Detached Ageing,S01007168,Carnoustie East - 06,8b,Ageing suburbanites,S02001349,Carnoustie East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207174 +207174,S00093227,6b3,Semi-Detached Ageing,S01007163,Carnoustie East - 01,5c,Comfortable neighbourhoods,S02001349,Carnoustie East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207175 +207175,S00093250,6b3,Semi-Detached Ageing,S01007164,Carnoustie East - 02,5a,Ageing urban communities,S02001349,Carnoustie East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207176 +207176,S00093251,6b3,Semi-Detached Ageing,S01007139,Monikie - 03,2c,Remoter communities,S02001345,Monikie,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207177 +207177,S00093334,6b3,Semi-Detached Ageing,S01007179,Arbroath Kirkton - 07,8b,Ageing suburbanites,S02001351,Arbroath Kirkton,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207178 +207178,S00093339,6b3,Semi-Detached Ageing,S01007175,Arbroath Kirkton - 03,5e,Primary sector workers,S02001351,Arbroath Kirkton,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207179 +207179,S00093389,6b3,Semi-Detached Ageing,S01007201,Arbroath Warddykes - 05,5c,Comfortable neighbourhoods,S02001355,Arbroath Warddykes,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207180 +207180,S00093398,6b3,Semi-Detached Ageing,S01007195,Arbroath Cliffburn - 06,4a,Challenged white communities,S02001354,Arbroath Cliffburn,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207181 +207181,S00093436,6b3,Semi-Detached Ageing,S01007261,Forfar West - 02,5c,Comfortable neighbourhoods,S02001366,Forfar West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207182 +207182,S00093448,6b3,Semi-Detached Ageing,S01007261,Forfar West - 02,5c,Comfortable neighbourhoods,S02001366,Forfar West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207183 +207183,S00093550,6b3,Semi-Detached Ageing,S01007277,Kirriemuir - 07,2d,Rural traits,S02001368,Kirriemuir,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207184 +207184,S00093553,6b3,Semi-Detached Ageing,S01007277,Kirriemuir - 07,2d,Rural traits,S02001368,Kirriemuir,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207185 +207185,S00093571,6b3,Semi-Detached Ageing,S01007273,Kirriemuir - 03,5c,Comfortable neighbourhoods,S02001368,Kirriemuir,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207186 +207186,S00093666,6b3,Semi-Detached Ageing,S01007222,Hillside - 02,2d,Rural traits,S02001359,Hillside,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207187 +207187,S00093691,6b3,Semi-Detached Ageing,S01007237,Brechin West - 03,5e,Primary sector workers,S02001362,Brechin West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207188 +207188,S00093799,6b3,Semi-Detached Ageing,S01007227,Friockheim - 02,5e,Primary sector workers,S02001360,Friockheim,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207189 +207189,S00093801,6b3,Semi-Detached Ageing,S01007278,Kirriemuir - 08,8b,Ageing suburbanites,S02001368,Kirriemuir,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207190 +207190,S00093816,6b3,Semi-Detached Ageing,S01007238,Brechin West - 04,5e,Primary sector workers,S02001362,Brechin West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207191 +207191,S00093882,6b3,Semi-Detached Ageing,S01007131,South Angus - 03,8b,Ageing suburbanites,S02001344,South Angus,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207192 +207192,S00093973,6b3,Semi-Detached Ageing,S01007242,Letham and Glamis - 03,2d,Rural traits,S02001363,Letham and Glamis,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207193 +207193,S00093987,6b3,Semi-Detached Ageing,S01007158,Carnoustie West - 03,5b,Aspiring urban households,S02001348,Carnoustie West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207194 +207194,S00093988,6b3,Semi-Detached Ageing,S01007174,Arbroath Kirkton - 02,5a,Ageing urban communities,S02001351,Arbroath Kirkton,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207195 +207195,S00093232,7a1,Transitional Eastern European Neighbourhoods,S01007159,Carnoustie West - 04,4a,Challenged white communities,S02001348,Carnoustie West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207196 +207196,S00093261,7a1,Transitional Eastern European Neighbourhoods,S01007185,Arbroath Harbour - 02,4b,Constrained renters,S02001353,Arbroath Harbour,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207197 +207197,S00093267,7a1,Transitional Eastern European Neighbourhoods,S01007188,Arbroath Harbour - 05,4b,Constrained renters,S02001353,Arbroath Harbour,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207198 +207198,S00093270,7a1,Transitional Eastern European Neighbourhoods,S01007188,Arbroath Harbour - 05,4b,Constrained renters,S02001353,Arbroath Harbour,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207199 +207199,S00093272,7a1,Transitional Eastern European Neighbourhoods,S01007188,Arbroath Harbour - 05,4b,Constrained renters,S02001353,Arbroath Harbour,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207200 +207200,S00099579,6a4,Ageing in Suburbia,S01007682,Westend - 01,3b,Asian traits,S02001445,Westend,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207201 +207201,S00099708,6a4,Ageing in Suburbia,S01007751,West Ferry - 03,8a,Affluent communities,S02001456,West Ferry,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207202 +207202,S00099711,6a4,Ageing in Suburbia,S01007752,West Ferry - 04,5a,Ageing urban communities,S02001456,West Ferry,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207203 +207203,S00099717,6a4,Ageing in Suburbia,S01007761,Broughty Ferry West - 05,8a,Affluent communities,S02001458,Broughty Ferry West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207204 +207204,S00099722,6a4,Ageing in Suburbia,S01007770,Barnhill - 03,8a,Affluent communities,S02001460,Barnhill,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207205 +207205,S00099724,6a4,Ageing in Suburbia,S01007775,West Pitkerro - 02,8a,Affluent communities,S02001461,West Pitkerro,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207206 +207206,S00099725,6a4,Ageing in Suburbia,S01007775,West Pitkerro - 02,8a,Affluent communities,S02001461,West Pitkerro,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207207 +207207,S00099729,6a4,Ageing in Suburbia,S01007685,Westend - 04,3c,Highly qualified professionals,S02001445,Westend,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207208 +207208,S00099730,6a4,Ageing in Suburbia,S01007685,Westend - 04,3c,Highly qualified professionals,S02001445,Westend,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207209 +207209,S00099731,6a4,Ageing in Suburbia,S01007684,Westend - 03,8a,Affluent communities,S02001445,Westend,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207210 +207210,S00099738,6a4,Ageing in Suburbia,S01007771,Barnhill - 04,8a,Affluent communities,S02001460,Barnhill,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207211 +207211,S00099739,6a4,Ageing in Suburbia,S01007771,Barnhill - 04,8a,Affluent communities,S02001460,Barnhill,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207212 +207212,S00099743,6a4,Ageing in Suburbia,S01007776,West Pitkerro - 03,8a,Affluent communities,S02001461,West Pitkerro,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207213 +207213,S00099744,6a4,Ageing in Suburbia,S01007777,West Pitkerro - 04,8c,Comfortable suburbia,S02001461,West Pitkerro,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207214 +207214,S00099747,6a4,Ageing in Suburbia,S01007775,West Pitkerro - 02,8a,Affluent communities,S02001461,West Pitkerro,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207215 +207215,S00099748,6a4,Ageing in Suburbia,S01007775,West Pitkerro - 02,8a,Affluent communities,S02001461,West Pitkerro,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207216 +207216,S00098605,8c1,Ageing Industrious Workers,S01007860,Ardler and St Marys - 04,5c,Comfortable neighbourhoods,S02001474,Ardler and St Marys,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207217 +207217,S00098606,8c1,Ageing Industrious Workers,S01007860,Ardler and St Marys - 04,5c,Comfortable neighbourhoods,S02001474,Ardler and St Marys,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207218 +207218,S00093082,6b2,White Suburban Communities,S01007173,Arbroath Kirkton - 01,5b,Aspiring urban households,S02001351,Arbroath Kirkton,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207219 +207219,S00099666,7d1,Ageing Communities and Families,S01007739,Craigie and Craigiebank - 03,5c,Comfortable neighbourhoods,S02001454,Craigie and Craigiebank,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207220 +207220,S00098906,8c1,Ageing Industrious Workers,S01007816,Downfield - 01,5d,Endeavouring social renters,S02001467,Downfield,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207221 +207221,S00098927,8c1,Ageing Industrious Workers,S01007819,Downfield - 04,5d,Endeavouring social renters,S02001467,Downfield,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207222 +207222,S00098928,8c1,Ageing Industrious Workers,S01007819,Downfield - 04,5d,Endeavouring social renters,S02001467,Downfield,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207223 +207223,S00098941,8c1,Ageing Industrious Workers,S01007819,Downfield - 04,5d,Endeavouring social renters,S02001467,Downfield,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207224 +207224,S00098948,8c1,Ageing Industrious Workers,S01007823,Fairmuir - 01,5c,Comfortable neighbourhoods,S02001468,Fairmuir,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207225 +207225,S00099068,8c1,Ageing Industrious Workers,S01007739,Craigie and Craigiebank - 03,5c,Comfortable neighbourhoods,S02001454,Craigie and Craigiebank,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207226 +207226,S00099070,8c1,Ageing Industrious Workers,S01007739,Craigie and Craigiebank - 03,5c,Comfortable neighbourhoods,S02001454,Craigie and Craigiebank,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207227 +207227,S00099077,8c1,Ageing Industrious Workers,S01007743,Douglas West - 01,4d,Hard-pressed flat dwellers,S02001455,Douglas West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207228 +207228,S00099175,8c1,Ageing Industrious Workers,S01007779,West Pitkerro - 06,5c,Comfortable neighbourhoods,S02001461,West Pitkerro,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207229 +207229,S00099590,8c1,Ageing Industrious Workers,S01007856,Lochee - 07,5d,Endeavouring social renters,S02001473,Lochee,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207230 +207230,S00099610,8c1,Ageing Industrious Workers,S01007835,Balgay - 02,4d,Hard-pressed flat dwellers,S02001470,Balgay,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207231 +207231,S00099613,8c1,Ageing Industrious Workers,S01007833,Law - 06,4d,Hard-pressed flat dwellers,S02001469,Law,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207232 +207232,S00099665,8c1,Ageing Industrious Workers,S01007735,Baxter Park - 03,8c,Comfortable suburbia,S02001453,Baxter Park,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207233 +207233,S00099680,8c1,Ageing Industrious Workers,S01007795,Fintry - 05,4a,Challenged white communities,S02001463,Fintry,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207234 +207234,S00098878,1b3,Ageing Rural Flat Tenants,S01007823,Fairmuir - 01,5c,Comfortable neighbourhoods,S02001468,Fairmuir,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207235 +207235,S00098561,8c2,Ageing Rural Industry Workers,S01007854,Lochee - 05,4d,Hard-pressed flat dwellers,S02001473,Lochee,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207236 +207236,S00098643,8c2,Ageing Rural Industry Workers,S01007858,Ardler and St Marys - 02,4a,Challenged white communities,S02001474,Ardler and St Marys,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207237 +207237,S00099140,8c2,Ageing Rural Industry Workers,S01007746,Douglas West - 04,4a,Challenged white communities,S02001455,Douglas West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207238 +207238,S00099263,8c2,Ageing Rural Industry Workers,S01007781,West Pitkerro - 08,5c,Comfortable neighbourhoods,S02001461,West Pitkerro,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207239 +207239,S00099604,8c2,Ageing Rural Industry Workers,S01007858,Ardler and St Marys - 02,4a,Challenged white communities,S02001474,Ardler and St Marys,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207240 +207240,S00099606,8c2,Ageing Rural Industry Workers,S01007839,Menzieshill - 01,3c,Highly qualified professionals,S02001471,Menzieshill,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207241 +207241,S00099688,8c2,Ageing Rural Industry Workers,S01007784,Whitfield - 03,4a,Challenged white communities,S02001462,Whitfield,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207242 +207242,S00098492,4b1,Asian Terraces and Flats,S01007683,Westend - 02,3b,Asian traits,S02001445,Westend,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207243 +207243,S00098577,7c1,Challenged Transitionaries,S01007835,Balgay - 02,4d,Hard-pressed flat dwellers,S02001470,Balgay,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207244 +207244,S00098634,7c1,Challenged Transitionaries,S01007852,Lochee - 03,4d,Hard-pressed flat dwellers,S02001473,Lochee,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207245 +207245,S00098635,7c1,Challenged Transitionaries,S01007852,Lochee - 03,4d,Hard-pressed flat dwellers,S02001473,Lochee,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207246 +207246,S00098638,7c1,Challenged Transitionaries,S01007826,Fairmuir - 04,4d,Hard-pressed flat dwellers,S02001468,Fairmuir,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207247 +207247,S00098648,7c1,Challenged Transitionaries,S01007857,Ardler and St Marys - 01,4a,Challenged white communities,S02001474,Ardler and St Marys,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207248 +207248,S00098649,7c1,Challenged Transitionaries,S01007857,Ardler and St Marys - 01,4a,Challenged white communities,S02001474,Ardler and St Marys,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207249 +207249,S00098659,7c1,Challenged Transitionaries,S01007844,Menzieshill - 06,4d,Hard-pressed flat dwellers,S02001471,Menzieshill,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207250 +207250,S00098660,7c1,Challenged Transitionaries,S01007844,Menzieshill - 06,4d,Hard-pressed flat dwellers,S02001471,Menzieshill,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207251 +207251,S00098662,7c1,Challenged Transitionaries,S01007844,Menzieshill - 06,4d,Hard-pressed flat dwellers,S02001471,Menzieshill,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207252 +207252,S00098668,7c1,Challenged Transitionaries,S01007843,Menzieshill - 05,4d,Hard-pressed flat dwellers,S02001471,Menzieshill,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207253 +207253,S00098694,7c2,Constrained Young Families,S01007841,Menzieshill - 03,4d,Hard-pressed flat dwellers,S02001471,Menzieshill,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207254 +207254,S00099200,7c2,Constrained Young Families,S01007797,Fintry - 07,4d,Hard-pressed flat dwellers,S02001463,Fintry,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207255 +207255,S00099309,5b1,Delayed Retirement,S01007759,Broughty Ferry West - 03,4d,Hard-pressed flat dwellers,S02001458,Broughty Ferry West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207256 +207256,S00099290,7c1,Challenged Transitionaries,S01007758,Broughty Ferry West - 02,8a,Affluent communities,S02001458,Broughty Ferry West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207257 +207257,S00098696,7c2,Constrained Young Families,S01007841,Menzieshill - 03,4d,Hard-pressed flat dwellers,S02001471,Menzieshill,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207258 +207258,S00098697,7c2,Constrained Young Families,S01007845,Charleston - 01,4d,Hard-pressed flat dwellers,S02001472,Charleston,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207259 +207259,S00098704,7c2,Constrained Young Families,S01007845,Charleston - 01,4d,Hard-pressed flat dwellers,S02001472,Charleston,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207260 +207260,S00098714,7c2,Constrained Young Families,S01007847,Charleston - 03,4d,Hard-pressed flat dwellers,S02001472,Charleston,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207261 +207261,S00098719,7c2,Constrained Young Families,S01007847,Charleston - 03,4d,Hard-pressed flat dwellers,S02001472,Charleston,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207262 +207262,S00098725,7c2,Constrained Young Families,S01007847,Charleston - 03,4d,Hard-pressed flat dwellers,S02001472,Charleston,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207263 +207263,S00098728,7c2,Constrained Young Families,S01007846,Charleston - 02,4a,Challenged white communities,S02001472,Charleston,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207264 +207264,S00098732,7c2,Constrained Young Families,S01007846,Charleston - 02,4a,Challenged white communities,S02001472,Charleston,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207265 +207265,S00098734,7c2,Constrained Young Families,S01007845,Charleston - 01,4d,Hard-pressed flat dwellers,S02001472,Charleston,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207266 +207266,S00098809,7c2,Constrained Young Families,S01007722,The Glens - 03,4d,Hard-pressed flat dwellers,S02001451,The Glens,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207267 +207267,S00098895,7c2,Constrained Young Families,S01007863,Ardler and St Marys - 07,4d,Hard-pressed flat dwellers,S02001474,Ardler and St Marys,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207268 +207268,S00098896,7c2,Constrained Young Families,S01007863,Ardler and St Marys - 07,4d,Hard-pressed flat dwellers,S02001474,Ardler and St Marys,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207269 +207269,S00098899,7c2,Constrained Young Families,S01007864,Ardler and St Marys - 08,4a,Challenged white communities,S02001474,Ardler and St Marys,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207270 +207270,S00098908,7c2,Constrained Young Families,S01007863,Ardler and St Marys - 07,4d,Hard-pressed flat dwellers,S02001474,Ardler and St Marys,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207271 +207271,S00098909,7c2,Constrained Young Families,S01007863,Ardler and St Marys - 07,4d,Hard-pressed flat dwellers,S02001474,Ardler and St Marys,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207272 +207272,S00098947,7c2,Constrained Young Families,S01007810,Caird Park - 04,4a,Challenged white communities,S02001465,Caird Park,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207273 +207273,S00098949,7c2,Constrained Young Families,S01007810,Caird Park - 04,4a,Challenged white communities,S02001465,Caird Park,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207274 +207274,S00098950,7c2,Constrained Young Families,S01007810,Caird Park - 04,4a,Challenged white communities,S02001465,Caird Park,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207275 +207275,S00099713,7d1,Ageing Communities and Families,S01007758,Broughty Ferry West - 02,8a,Affluent communities,S02001458,Broughty Ferry West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207276 +207276,S00098676,7c1,Challenged Transitionaries,S01007843,Menzieshill - 05,4d,Hard-pressed flat dwellers,S02001471,Menzieshill,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207277 +207277,S00099086,7c2,Constrained Young Families,S01007745,Douglas West - 03,4d,Hard-pressed flat dwellers,S02001455,Douglas West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207278 +207278,S00099097,7c2,Constrained Young Families,S01007801,Linlathen and Midcraigie - 02,4d,Hard-pressed flat dwellers,S02001464,Linlathen and Midcraigie,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207279 +207279,S00099100,7c2,Constrained Young Families,S01007800,Linlathen and Midcraigie - 01,4a,Challenged white communities,S02001464,Linlathen and Midcraigie,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207280 +207280,S00099108,7c2,Constrained Young Families,S01007801,Linlathen and Midcraigie - 02,4d,Hard-pressed flat dwellers,S02001464,Linlathen and Midcraigie,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207281 +207281,S00099109,7c2,Constrained Young Families,S01007801,Linlathen and Midcraigie - 02,4d,Hard-pressed flat dwellers,S02001464,Linlathen and Midcraigie,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207282 +207282,S00099110,7c2,Constrained Young Families,S01007801,Linlathen and Midcraigie - 02,4d,Hard-pressed flat dwellers,S02001464,Linlathen and Midcraigie,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207283 +207283,S00099115,7c2,Constrained Young Families,S01007804,Linlathen and Midcraigie - 05,4a,Challenged white communities,S02001464,Linlathen and Midcraigie,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207284 +207284,S00099116,7c2,Constrained Young Families,S01007803,Linlathen and Midcraigie - 04,4a,Challenged white communities,S02001464,Linlathen and Midcraigie,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207285 +207285,S00099117,7c2,Constrained Young Families,S01007803,Linlathen and Midcraigie - 04,4a,Challenged white communities,S02001464,Linlathen and Midcraigie,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207286 +207286,S00099118,7c2,Constrained Young Families,S01007803,Linlathen and Midcraigie - 04,4a,Challenged white communities,S02001464,Linlathen and Midcraigie,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207287 +207287,S00099122,7c2,Constrained Young Families,S01007805,Linlathen and Midcraigie - 06,4a,Challenged white communities,S02001464,Linlathen and Midcraigie,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207288 +207288,S00099129,7c2,Constrained Young Families,S01007744,Douglas West - 02,4d,Hard-pressed flat dwellers,S02001455,Douglas West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207289 +207289,S00099130,7c2,Constrained Young Families,S01007744,Douglas West - 02,4d,Hard-pressed flat dwellers,S02001455,Douglas West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207290 +207290,S00099135,7c2,Constrained Young Families,S01007747,Douglas West - 05,4a,Challenged white communities,S02001455,Douglas West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207291 +207291,S00099137,7c2,Constrained Young Families,S01007748,Douglas West - 06,4d,Hard-pressed flat dwellers,S02001455,Douglas West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207292 +207292,S00099142,7c2,Constrained Young Families,S01007746,Douglas West - 04,4a,Challenged white communities,S02001455,Douglas West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207293 +207293,S00093162,6b2,White Suburban Communities,S01007155,Monifieth East - 07,5c,Comfortable neighbourhoods,S02001347,Monifieth East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207294 +207294,S00099146,7c2,Constrained Young Families,S01007746,Douglas West - 04,4a,Challenged white communities,S02001455,Douglas West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207295 +207295,S00099147,7c2,Constrained Young Families,S01007754,Douglas East - 02,4a,Challenged white communities,S02001457,Douglas East,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207296 +207296,S00099153,7c2,Constrained Young Families,S01007748,Douglas West - 06,4d,Hard-pressed flat dwellers,S02001455,Douglas West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207297 +207297,S00099156,7c2,Constrained Young Families,S01007754,Douglas East - 02,4a,Challenged white communities,S02001457,Douglas East,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207298 +207298,S00099159,7c2,Constrained Young Families,S01007755,Douglas East - 03,4a,Challenged white communities,S02001457,Douglas East,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207299 +207299,S00099163,7c2,Constrained Young Families,S01007754,Douglas East - 02,4a,Challenged white communities,S02001457,Douglas East,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207300 +207300,S00099166,7c2,Constrained Young Families,S01007753,Douglas East - 01,4a,Challenged white communities,S02001457,Douglas East,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207301 +207301,S00099168,7c2,Constrained Young Families,S01007755,Douglas East - 03,4a,Challenged white communities,S02001457,Douglas East,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207302 +207302,S00099169,7c2,Constrained Young Families,S01007755,Douglas East - 03,4a,Challenged white communities,S02001457,Douglas East,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207303 +207303,S00099176,7c2,Constrained Young Families,S01007756,Douglas East - 04,4a,Challenged white communities,S02001457,Douglas East,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207304 +207304,S00099177,7c2,Constrained Young Families,S01007756,Douglas East - 04,4a,Challenged white communities,S02001457,Douglas East,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207305 +207305,S00099196,7c2,Constrained Young Families,S01007797,Fintry - 07,4d,Hard-pressed flat dwellers,S02001463,Fintry,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207306 +207306,S00099197,7c2,Constrained Young Families,S01007797,Fintry - 07,4d,Hard-pressed flat dwellers,S02001463,Fintry,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207307 +207307,S00099198,7c2,Constrained Young Families,S01007797,Fintry - 07,4d,Hard-pressed flat dwellers,S02001463,Fintry,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207308 +207308,S00099199,7c2,Constrained Young Families,S01007796,Fintry - 06,4a,Challenged white communities,S02001463,Fintry,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207309 +207309,S00099319,7c1,Challenged Transitionaries,S01007768,Barnhill - 01,5c,Comfortable neighbourhoods,S02001460,Barnhill,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207310 +207310,S00099389,7c1,Challenged Transitionaries,S01007747,Douglas West - 05,4a,Challenged white communities,S02001455,Douglas West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207311 +207311,S00099395,7c1,Challenged Transitionaries,S01007793,Fintry - 03,4d,Hard-pressed flat dwellers,S02001463,Fintry,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207312 +207312,S00099450,7c1,Challenged Transitionaries,S01007867,Western Edge - 03,2a,Ageing rural neighbourhoods,S02001475,Western Edge,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207313 +207313,S00099499,7c1,Challenged Transitionaries,S01007737,Craigie and Craigiebank - 01,4d,Hard-pressed flat dwellers,S02001454,Craigie and Craigiebank,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207314 +207314,S00099616,7c1,Challenged Transitionaries,S01007703,City Centre - 03,1a,Cosmopolitan student neighbourhoods,S02001448,City Centre,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207315 +207315,S00099630,7c1,Challenged Transitionaries,S01007713,Docks and Wellgate - 07,1a,Cosmopolitan student neighbourhoods,S02001449,Docks and Wellgate,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207316 +207316,S00099655,7c1,Challenged Transitionaries,S01007729,Stobswell - 04,1a,Cosmopolitan student neighbourhoods,S02001452,Stobswell,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207317 +207317,S00099678,7c1,Challenged Transitionaries,S01007797,Fintry - 07,4d,Hard-pressed flat dwellers,S02001463,Fintry,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207318 +207318,S00099759,7c1,Challenged Transitionaries,S01007830,Law - 03,4d,Hard-pressed flat dwellers,S02001469,Law,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207319 +207319,S00098608,6a2,Comfortable Suburbia,S01007860,Ardler and St Marys - 04,5c,Comfortable neighbourhoods,S02001474,Ardler and St Marys,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207320 +207320,S00099399,6a2,Comfortable Suburbia,S01007799,Fintry - 09,8c,Comfortable suburbia,S02001463,Fintry,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207321 +207321,S00099468,6a2,Comfortable Suburbia,S01007865,Western Edge - 01,8c,Comfortable suburbia,S02001475,Western Edge,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207322 +207322,S00099472,6a2,Comfortable Suburbia,S01007865,Western Edge - 01,8c,Comfortable suburbia,S02001475,Western Edge,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207323 +207323,S00099473,6a2,Comfortable Suburbia,S01007865,Western Edge - 01,8c,Comfortable suburbia,S02001475,Western Edge,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207324 +207324,S00099528,6a2,Comfortable Suburbia,S01007777,West Pitkerro - 04,8c,Comfortable suburbia,S02001461,West Pitkerro,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207325 +207325,S00099529,6a2,Comfortable Suburbia,S01007774,West Pitkerro - 01,8c,Comfortable suburbia,S02001461,West Pitkerro,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207326 +207326,S00099530,6a2,Comfortable Suburbia,S01007778,West Pitkerro - 05,8a,Affluent communities,S02001461,West Pitkerro,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207327 +207327,S00099531,6a2,Comfortable Suburbia,S01007774,West Pitkerro - 01,8c,Comfortable suburbia,S02001461,West Pitkerro,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207328 +207328,S00099532,6a2,Comfortable Suburbia,S01007777,West Pitkerro - 04,8c,Comfortable suburbia,S02001461,West Pitkerro,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207329 +207329,S00099533,6a2,Comfortable Suburbia,S01007774,West Pitkerro - 01,8c,Comfortable suburbia,S02001461,West Pitkerro,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207330 +207330,S00093174,6b2,White Suburban Communities,S01007131,South Angus - 03,8b,Ageing suburbanites,S02001344,South Angus,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207331 +207331,S00098678,7c1,Challenged Transitionaries,S01007842,Menzieshill - 04,4d,Hard-pressed flat dwellers,S02001471,Menzieshill,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207332 +207332,S00099718,7d1,Ageing Communities and Families,S01007761,Broughty Ferry West - 05,8a,Affluent communities,S02001458,Broughty Ferry West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207333 +207333,S00099201,7c2,Constrained Young Families,S01007796,Fintry - 06,4a,Challenged white communities,S02001463,Fintry,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207334 +207334,S00099311,5b1,Delayed Retirement,S01007759,Broughty Ferry West - 03,4d,Hard-pressed flat dwellers,S02001458,Broughty Ferry West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207335 +207335,S00099534,6a2,Comfortable Suburbia,S01007778,West Pitkerro - 05,8a,Affluent communities,S02001461,West Pitkerro,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207336 +207336,S00099535,6a2,Comfortable Suburbia,S01007778,West Pitkerro - 05,8a,Affluent communities,S02001461,West Pitkerro,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207337 +207337,S00099537,6a2,Comfortable Suburbia,S01007774,West Pitkerro - 01,8c,Comfortable suburbia,S02001461,West Pitkerro,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207338 +207338,S00099742,6a2,Comfortable Suburbia,S01007777,West Pitkerro - 04,8c,Comfortable suburbia,S02001461,West Pitkerro,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207339 +207339,S00099745,6a2,Comfortable Suburbia,S01007777,West Pitkerro - 04,8c,Comfortable suburbia,S02001461,West Pitkerro,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207340 +207340,S00099749,6a2,Comfortable Suburbia,S01007775,West Pitkerro - 02,8a,Affluent communities,S02001461,West Pitkerro,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207341 +207341,S00099750,6a2,Comfortable Suburbia,S01007776,West Pitkerro - 03,8a,Affluent communities,S02001461,West Pitkerro,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207342 +207342,S00099752,6a2,Comfortable Suburbia,S01007776,West Pitkerro - 03,8a,Affluent communities,S02001461,West Pitkerro,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207343 +207343,S00098505,5b2,Communal Retirement,S01007685,Westend - 04,3c,Highly qualified professionals,S02001445,Westend,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207344 +207344,S00098736,5b2,Communal Retirement,S01007869,Western Edge - 05,8a,Affluent communities,S02001475,Western Edge,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207345 +207345,S00098763,5b2,Communal Retirement,S01007700,Logie and Blackness - 06,3c,Highly qualified professionals,S02001447,Logie and Blackness,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207346 +207346,S00098785,5b2,Communal Retirement,S01007703,City Centre - 03,1a,Cosmopolitan student neighbourhoods,S02001448,City Centre,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207347 +207347,S00099305,5b2,Communal Retirement,S01007762,Broughty Ferry West - 06,5a,Ageing urban communities,S02001458,Broughty Ferry West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207348 +207348,S00099318,5b2,Communal Retirement,S01007761,Broughty Ferry West - 05,8a,Affluent communities,S02001458,Broughty Ferry West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207349 +207349,S00098796,3c2,Constrained Commuters,S01007716,Hilltown - 03,1a,Cosmopolitan student neighbourhoods,S02001450,Hilltown,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207350 +207350,S00098828,3c2,Constrained Commuters,S01007724,The Glens - 05,1a,Cosmopolitan student neighbourhoods,S02001451,The Glens,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207351 +207351,S00099006,3c2,Constrained Commuters,S01007730,Stobswell - 05,1a,Cosmopolitan student neighbourhoods,S02001452,Stobswell,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207352 +207352,S00099462,3c2,Constrained Commuters,S01007715,Hilltown - 02,7a,Urban cultural mix,S02001450,Hilltown,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207353 +207353,S00098794,3c1,Constrained Neighbourhoods,S01007715,Hilltown - 02,7a,Urban cultural mix,S02001450,Hilltown,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207354 +207354,S00099464,3c1,Constrained Neighbourhoods,S01007727,Stobswell - 02,1a,Cosmopolitan student neighbourhoods,S02001452,Stobswell,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207355 +207355,S00098607,7c2,Constrained Young Families,S01007859,Ardler and St Marys - 03,4d,Hard-pressed flat dwellers,S02001474,Ardler and St Marys,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207356 +207356,S00098609,7c2,Constrained Young Families,S01007860,Ardler and St Marys - 04,5c,Comfortable neighbourhoods,S02001474,Ardler and St Marys,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207357 +207357,S00098615,7c2,Constrained Young Families,S01007854,Lochee - 05,4d,Hard-pressed flat dwellers,S02001473,Lochee,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207358 +207358,S00098616,7c2,Constrained Young Families,S01007854,Lochee - 05,4d,Hard-pressed flat dwellers,S02001473,Lochee,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207359 +207359,S00098639,7c2,Constrained Young Families,S01007826,Fairmuir - 04,4d,Hard-pressed flat dwellers,S02001468,Fairmuir,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207360 +207360,S00098640,7c2,Constrained Young Families,S01007826,Fairmuir - 04,4d,Hard-pressed flat dwellers,S02001468,Fairmuir,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207361 +207361,S00098647,7c2,Constrained Young Families,S01007857,Ardler and St Marys - 01,4a,Challenged white communities,S02001474,Ardler and St Marys,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207362 +207362,S00098661,7c2,Constrained Young Families,S01007844,Menzieshill - 06,4d,Hard-pressed flat dwellers,S02001471,Menzieshill,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207363 +207363,S00098679,7c1,Challenged Transitionaries,S01007840,Menzieshill - 02,4d,Hard-pressed flat dwellers,S02001471,Menzieshill,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207364 +207364,S00099312,5b1,Delayed Retirement,S01007762,Broughty Ferry West - 06,5a,Ageing urban communities,S02001458,Broughty Ferry West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207365 +207365,S00099721,7d1,Ageing Communities and Families,S01007768,Barnhill - 01,5c,Comfortable neighbourhoods,S02001460,Barnhill,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207366 +207366,S00099203,7c2,Constrained Young Families,S01007795,Fintry - 05,4a,Challenged white communities,S02001463,Fintry,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207367 +207367,S00099217,7c2,Constrained Young Families,S01007806,Linlathen and Midcraigie - 07,4a,Challenged white communities,S02001464,Linlathen and Midcraigie,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207368 +207368,S00099227,7c2,Constrained Young Families,S01007785,Whitfield - 04,4d,Hard-pressed flat dwellers,S02001462,Whitfield,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207369 +207369,S00099237,7c2,Constrained Young Families,S01007787,Whitfield - 06,4a,Challenged white communities,S02001462,Whitfield,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207370 +207370,S00093212,6b2,White Suburban Communities,S01007158,Carnoustie West - 03,5b,Aspiring urban households,S02001348,Carnoustie West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207371 +207371,S00099241,7c2,Constrained Young Families,S01007787,Whitfield - 06,4a,Challenged white communities,S02001462,Whitfield,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207372 +207372,S00098490,6a4,Ageing in Suburbia,S01007869,Western Edge - 05,8a,Affluent communities,S02001475,Western Edge,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207373 +207373,S00093225,6b2,White Suburban Communities,S01007163,Carnoustie East - 01,5c,Comfortable neighbourhoods,S02001349,Carnoustie East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207374 +207374,S00099242,7c2,Constrained Young Families,S01007790,Whitfield - 09,4d,Hard-pressed flat dwellers,S02001462,Whitfield,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207375 +207375,S00099317,5b1,Delayed Retirement,S01007761,Broughty Ferry West - 05,8a,Affluent communities,S02001458,Broughty Ferry West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207376 +207376,S00098493,6a4,Ageing in Suburbia,S01007683,Westend - 02,3b,Asian traits,S02001445,Westend,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207377 +207377,S00098680,7c1,Challenged Transitionaries,S01007843,Menzieshill - 05,4d,Hard-pressed flat dwellers,S02001471,Menzieshill,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207378 +207378,S00093374,6b2,White Suburban Communities,S01007173,Arbroath Kirkton - 01,5b,Aspiring urban households,S02001351,Arbroath Kirkton,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207379 +207379,S00099246,7c2,Constrained Young Families,S01007790,Whitfield - 09,4d,Hard-pressed flat dwellers,S02001462,Whitfield,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207380 +207380,S00093378,6b2,White Suburban Communities,S01007202,Arbroath Warddykes - 06,4a,Challenged white communities,S02001355,Arbroath Warddykes,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207381 +207381,S00098683,7c1,Challenged Transitionaries,S01007840,Menzieshill - 02,4d,Hard-pressed flat dwellers,S02001471,Menzieshill,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207382 +207382,S00098496,6a4,Ageing in Suburbia,S01007684,Westend - 03,8a,Affluent communities,S02001445,Westend,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207383 +207383,S00099252,7c2,Constrained Young Families,S01007796,Fintry - 06,4a,Challenged white communities,S02001463,Fintry,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207384 +207384,S00093480,6b2,White Suburban Communities,S01007258,Forfar Central - 05,5e,Primary sector workers,S02001365,Forfar Central,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207385 +207385,S00093508,6b2,White Suburban Communities,S01007249,Forfar East - 02,5a,Ageing urban communities,S02001364,Forfar East,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207386 +207386,S00093837,6b2,White Suburban Communities,S01007244,Letham and Glamis - 05,2c,Remoter communities,S02001363,Letham and Glamis,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207387 +207387,S00093842,6b2,White Suburban Communities,S01007221,Hillside - 01,2b,Prospering countryside life,S02001359,Hillside,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207388 +207388,S00093844,6b2,White Suburban Communities,S01007221,Hillside - 01,2b,Prospering countryside life,S02001359,Hillside,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207389 +207389,S00093860,6b2,White Suburban Communities,S01007129,South Angus - 01,2b,Prospering countryside life,S02001344,South Angus,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207390 +207390,S00093870,6b2,White Suburban Communities,S01007148,Monifieth West - 04,8c,Comfortable suburbia,S02001346,Monifieth West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207391 +207391,S00093885,6b2,White Suburban Communities,S01007130,South Angus - 02,5c,Comfortable neighbourhoods,S02001344,South Angus,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207392 +207392,S00093989,6b2,White Suburban Communities,S01007174,Arbroath Kirkton - 02,5a,Ageing urban communities,S02001351,Arbroath Kirkton,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207393 +207393,S00093226,8d1,Young Hard-Pressed Families,S01007160,Carnoustie West - 05,5d,Endeavouring social renters,S02001348,Carnoustie West,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207394 +207394,S00093403,8d1,Young Hard-Pressed Families,S01007193,Arbroath Cliffburn - 04,4a,Challenged white communities,S02001354,Arbroath Cliffburn,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207395 +207395,S00093410,8d1,Young Hard-Pressed Families,S01007195,Arbroath Cliffburn - 06,4a,Challenged white communities,S02001354,Arbroath Cliffburn,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207396 +207396,S00093420,8d1,Young Hard-Pressed Families,S01007196,Arbroath Cliffburn - 07,4a,Challenged white communities,S02001354,Arbroath Cliffburn,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207397 +207397,S00093955,8d1,Young Hard-Pressed Families,S01007222,Hillside - 02,2d,Rural traits,S02001359,Hillside,S12000041,Angus,3c1r,Scottish Countryside,S92000003,Scotland,S92000003,Scotland,207398 +207398,S00098512,7d1,Ageing Communities and Families,S01007695,Logie and Blackness - 01,1a,Cosmopolitan student neighbourhoods,S02001447,Logie and Blackness,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207399 +207399,S00098588,7d1,Ageing Communities and Families,S01007834,Balgay - 01,4d,Hard-pressed flat dwellers,S02001470,Balgay,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207400 +207400,S00098591,7d1,Ageing Communities and Families,S01007697,Logie and Blackness - 03,1a,Cosmopolitan student neighbourhoods,S02001447,Logie and Blackness,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207401 +207401,S00098592,7d1,Ageing Communities and Families,S01007697,Logie and Blackness - 03,1a,Cosmopolitan student neighbourhoods,S02001447,Logie and Blackness,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207402 +207402,S00099320,5b1,Delayed Retirement,S01007768,Barnhill - 01,5c,Comfortable neighbourhoods,S02001460,Barnhill,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207403 +207403,S00098746,7d1,Ageing Communities and Families,S01007828,Law - 01,4d,Hard-pressed flat dwellers,S02001469,Law,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207404 +207404,S00098750,7d1,Ageing Communities and Families,S01007831,Law - 04,4d,Hard-pressed flat dwellers,S02001469,Law,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207405 +207405,S00098772,7d1,Ageing Communities and Families,S01007830,Law - 03,4d,Hard-pressed flat dwellers,S02001469,Law,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207406 +207406,S00098835,7d1,Ageing Communities and Families,S01007831,Law - 04,4d,Hard-pressed flat dwellers,S02001469,Law,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207407 +207407,S00098839,7d1,Ageing Communities and Families,S01007825,Fairmuir - 03,5c,Comfortable neighbourhoods,S02001468,Fairmuir,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207408 +207408,S00098841,7d1,Ageing Communities and Families,S01007825,Fairmuir - 03,5c,Comfortable neighbourhoods,S02001468,Fairmuir,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207409 +207409,S00098921,7d1,Ageing Communities and Families,S01007820,Downfield - 05,4a,Challenged white communities,S02001467,Downfield,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207410 +207410,S00098991,7d1,Ageing Communities and Families,S01007727,Stobswell - 02,1a,Cosmopolitan student neighbourhoods,S02001452,Stobswell,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207411 +207411,S00099028,7d1,Ageing Communities and Families,S01007737,Craigie and Craigiebank - 01,4d,Hard-pressed flat dwellers,S02001454,Craigie and Craigiebank,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207412 +207412,S00099030,7d1,Ageing Communities and Families,S01007737,Craigie and Craigiebank - 01,4d,Hard-pressed flat dwellers,S02001454,Craigie and Craigiebank,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207413 +207413,S00099059,7d1,Ageing Communities and Families,S01007739,Craigie and Craigiebank - 03,5c,Comfortable neighbourhoods,S02001454,Craigie and Craigiebank,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207414 +207414,S00099067,7d1,Ageing Communities and Families,S01007742,Craigie and Craigiebank - 06,5c,Comfortable neighbourhoods,S02001454,Craigie and Craigiebank,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207415 +207415,S00099071,7d1,Ageing Communities and Families,S01007741,Craigie and Craigiebank - 05,4d,Hard-pressed flat dwellers,S02001454,Craigie and Craigiebank,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207416 +207416,S00099074,7d1,Ageing Communities and Families,S01007741,Craigie and Craigiebank - 05,4d,Hard-pressed flat dwellers,S02001454,Craigie and Craigiebank,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207417 +207417,S00099183,7d1,Ageing Communities and Families,S01007721,The Glens - 02,4d,Hard-pressed flat dwellers,S02001451,The Glens,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207418 +207418,S00099184,7d1,Ageing Communities and Families,S01007720,The Glens - 01,4d,Hard-pressed flat dwellers,S02001451,The Glens,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207419 +207419,S00099187,7d1,Ageing Communities and Families,S01007720,The Glens - 01,4d,Hard-pressed flat dwellers,S02001451,The Glens,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207420 +207420,S00099188,7d1,Ageing Communities and Families,S01007720,The Glens - 01,4d,Hard-pressed flat dwellers,S02001451,The Glens,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207421 +207421,S00099193,7d1,Ageing Communities and Families,S01007720,The Glens - 01,4d,Hard-pressed flat dwellers,S02001451,The Glens,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207422 +207422,S00099297,7d1,Ageing Communities and Families,S01007759,Broughty Ferry West - 03,4d,Hard-pressed flat dwellers,S02001458,Broughty Ferry West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207423 +207423,S00099298,7d1,Ageing Communities and Families,S01007759,Broughty Ferry West - 03,4d,Hard-pressed flat dwellers,S02001458,Broughty Ferry West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207424 +207424,S00099303,7d1,Ageing Communities and Families,S01007762,Broughty Ferry West - 06,5a,Ageing urban communities,S02001458,Broughty Ferry West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207425 +207425,S00099310,7d1,Ageing Communities and Families,S01007762,Broughty Ferry West - 06,5a,Ageing urban communities,S02001458,Broughty Ferry West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207426 +207426,S00099393,7d1,Ageing Communities and Families,S01007721,The Glens - 02,4d,Hard-pressed flat dwellers,S02001451,The Glens,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207427 +207427,S00099615,7d1,Ageing Communities and Families,S01007829,Law - 02,5c,Comfortable neighbourhoods,S02001469,Law,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207428 +207428,S00098500,6a4,Ageing in Suburbia,S01007684,Westend - 03,8a,Affluent communities,S02001445,Westend,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207429 +207429,S00098506,6a4,Ageing in Suburbia,S01007684,Westend - 03,8a,Affluent communities,S02001445,Westend,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207430 +207430,S00099398,5b1,Delayed Retirement,S01007799,Fintry - 09,8c,Comfortable suburbia,S02001463,Fintry,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207431 +207431,S00098520,6a4,Ageing in Suburbia,S01007686,Westend - 05,3c,Highly qualified professionals,S02001445,Westend,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207432 +207432,S00098687,7c1,Challenged Transitionaries,S01007840,Menzieshill - 02,4d,Hard-pressed flat dwellers,S02001471,Menzieshill,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207433 +207433,S00099427,5b1,Delayed Retirement,S01007760,Broughty Ferry West - 04,8a,Affluent communities,S02001458,Broughty Ferry West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207434 +207434,S00098540,6a4,Ageing in Suburbia,S01007686,Westend - 05,3c,Highly qualified professionals,S02001445,Westend,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207435 +207435,S00099255,7c2,Constrained Young Families,S01007783,Whitfield - 02,4a,Challenged white communities,S02001462,Whitfield,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207436 +207436,S00099400,7c2,Constrained Young Families,S01007783,Whitfield - 02,4a,Challenged white communities,S02001462,Whitfield,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207437 +207437,S00098571,6a4,Ageing in Suburbia,S01007838,Balgay - 05,8b,Ageing suburbanites,S02001470,Balgay,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207438 +207438,S00099401,7c2,Constrained Young Families,S01007788,Whitfield - 07,4d,Hard-pressed flat dwellers,S02001462,Whitfield,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207439 +207439,S00098693,7c1,Challenged Transitionaries,S01007841,Menzieshill - 03,4d,Hard-pressed flat dwellers,S02001471,Menzieshill,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207440 +207440,S00099502,5b1,Delayed Retirement,S01007734,Baxter Park - 02,8a,Affluent communities,S02001453,Baxter Park,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207441 +207441,S00098572,6a4,Ageing in Suburbia,S01007836,Balgay - 03,5c,Comfortable neighbourhoods,S02001470,Balgay,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207442 +207442,S00099402,7c2,Constrained Young Families,S01007785,Whitfield - 04,4d,Hard-pressed flat dwellers,S02001462,Whitfield,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207443 +207443,S00098699,7c1,Challenged Transitionaries,S01007841,Menzieshill - 03,4d,Hard-pressed flat dwellers,S02001471,Menzieshill,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207444 +207444,S00099524,5b1,Delayed Retirement,S01007781,West Pitkerro - 08,5c,Comfortable neighbourhoods,S02001461,West Pitkerro,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207445 +207445,S00098702,7c1,Challenged Transitionaries,S01007856,Lochee - 07,5d,Endeavouring social renters,S02001473,Lochee,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207446 +207446,S00098652,6a4,Ageing in Suburbia,S01007868,Western Edge - 04,8b,Ageing suburbanites,S02001475,Western Edge,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207447 +207447,S00099575,5b1,Delayed Retirement,S01007869,Western Edge - 05,8a,Affluent communities,S02001475,Western Edge,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207448 +207448,S00098711,7c1,Challenged Transitionaries,S01007849,Charleston - 05,4d,Hard-pressed flat dwellers,S02001472,Charleston,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207449 +207449,S00099403,7c2,Constrained Young Families,S01007783,Whitfield - 02,4a,Challenged white communities,S02001462,Whitfield,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207450 +207450,S00098654,6a4,Ageing in Suburbia,S01007868,Western Edge - 04,8b,Ageing suburbanites,S02001475,Western Edge,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207451 +207451,S00099576,5b1,Delayed Retirement,S01007869,Western Edge - 05,8a,Affluent communities,S02001475,Western Edge,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207452 +207452,S00098716,7c1,Challenged Transitionaries,S01007849,Charleston - 05,4d,Hard-pressed flat dwellers,S02001472,Charleston,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207453 +207453,S00099442,7c2,Constrained Young Families,S01007858,Ardler and St Marys - 02,4a,Challenged white communities,S02001474,Ardler and St Marys,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207454 +207454,S00098718,7c1,Challenged Transitionaries,S01007847,Charleston - 03,4d,Hard-pressed flat dwellers,S02001472,Charleston,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207455 +207455,S00099443,7c2,Constrained Young Families,S01007858,Ardler and St Marys - 02,4a,Challenged white communities,S02001474,Ardler and St Marys,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207456 +207456,S00099580,5b1,Delayed Retirement,S01007682,Westend - 01,3b,Asian traits,S02001445,Westend,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207457 +207457,S00098721,7c1,Challenged Transitionaries,S01007847,Charleston - 03,4d,Hard-pressed flat dwellers,S02001472,Charleston,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207458 +207458,S00098655,6a4,Ageing in Suburbia,S01007868,Western Edge - 04,8b,Ageing suburbanites,S02001475,Western Edge,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207459 +207459,S00099447,7c2,Constrained Young Families,S01007845,Charleston - 01,4d,Hard-pressed flat dwellers,S02001472,Charleston,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207460 +207460,S00099581,5b1,Delayed Retirement,S01007682,Westend - 01,3b,Asian traits,S02001445,Westend,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207461 +207461,S00098724,7c1,Challenged Transitionaries,S01007847,Charleston - 03,4d,Hard-pressed flat dwellers,S02001472,Charleston,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207462 +207462,S00098656,6a4,Ageing in Suburbia,S01007868,Western Edge - 04,8b,Ageing suburbanites,S02001475,Western Edge,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207463 +207463,S00099623,5b1,Delayed Retirement,S01007703,City Centre - 03,1a,Cosmopolitan student neighbourhoods,S02001448,City Centre,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207464 +207464,S00098870,6a4,Ageing in Suburbia,S01007824,Fairmuir - 02,5c,Comfortable neighbourhoods,S02001468,Fairmuir,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207465 +207465,S00099646,5b1,Delayed Retirement,S01007814,Kirkton - 04,5d,Endeavouring social renters,S02001466,Kirkton,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207466 +207466,S00098871,6a4,Ageing in Suburbia,S01007824,Fairmuir - 02,5c,Comfortable neighbourhoods,S02001468,Fairmuir,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207467 +207467,S00098743,7c1,Challenged Transitionaries,S01007828,Law - 01,4d,Hard-pressed flat dwellers,S02001469,Law,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207468 +207468,S00099647,5b1,Delayed Retirement,S01007821,Downfield - 06,5c,Comfortable neighbourhoods,S02001467,Downfield,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207469 +207469,S00099448,7c2,Constrained Young Families,S01007845,Charleston - 01,4d,Hard-pressed flat dwellers,S02001472,Charleston,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207470 +207470,S00098917,6a4,Ageing in Suburbia,S01007821,Downfield - 06,5c,Comfortable neighbourhoods,S02001467,Downfield,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207471 +207471,S00098859,7c1,Challenged Transitionaries,S01007719,Hilltown - 06,4d,Hard-pressed flat dwellers,S02001450,Hilltown,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207472 +207472,S00099486,7c2,Constrained Young Families,S01007813,Kirkton - 03,4a,Challenged white communities,S02001466,Kirkton,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207473 +207473,S00098883,7c1,Challenged Transitionaries,S01007821,Downfield - 06,5c,Comfortable neighbourhoods,S02001467,Downfield,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207474 +207474,S00099034,6a4,Ageing in Suburbia,S01007734,Baxter Park - 02,8a,Affluent communities,S02001453,Baxter Park,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207475 +207475,S00099487,7c2,Constrained Young Families,S01007813,Kirkton - 03,4a,Challenged white communities,S02001466,Kirkton,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207476 +207476,S00098884,7c1,Challenged Transitionaries,S01007821,Downfield - 06,5c,Comfortable neighbourhoods,S02001467,Downfield,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207477 +207477,S00099709,5b1,Delayed Retirement,S01007751,West Ferry - 03,8a,Affluent communities,S02001456,West Ferry,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207478 +207478,S00099042,6a4,Ageing in Suburbia,S01007736,Baxter Park - 04,5c,Comfortable neighbourhoods,S02001453,Baxter Park,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207479 +207479,S00099492,7c2,Constrained Young Families,S01007727,Stobswell - 02,1a,Cosmopolitan student neighbourhoods,S02001452,Stobswell,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207480 +207480,S00098891,7c1,Challenged Transitionaries,S01007862,Ardler and St Marys - 06,4a,Challenged white communities,S02001474,Ardler and St Marys,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207481 +207481,S00099496,7c2,Constrained Young Families,S01007731,Stobswell - 06,1a,Cosmopolitan student neighbourhoods,S02001452,Stobswell,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207482 +207482,S00099710,5b1,Delayed Retirement,S01007752,West Ferry - 04,5a,Ageing urban communities,S02001456,West Ferry,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207483 +207483,S00098898,7c1,Challenged Transitionaries,S01007864,Ardler and St Marys - 08,4a,Challenged white communities,S02001474,Ardler and St Marys,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207484 +207484,S00099514,7c2,Constrained Young Families,S01007803,Linlathen and Midcraigie - 04,4a,Challenged white communities,S02001464,Linlathen and Midcraigie,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207485 +207485,S00099046,6a4,Ageing in Suburbia,S01007735,Baxter Park - 03,8c,Comfortable suburbia,S02001453,Baxter Park,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207486 +207486,S00099719,5b1,Delayed Retirement,S01007761,Broughty Ferry West - 05,8a,Affluent communities,S02001458,Broughty Ferry West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207487 +207487,S00098901,7c1,Challenged Transitionaries,S01007864,Ardler and St Marys - 08,4a,Challenged white communities,S02001474,Ardler and St Marys,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207488 +207488,S00099602,7c2,Constrained Young Families,S01007858,Ardler and St Marys - 02,4a,Challenged white communities,S02001474,Ardler and St Marys,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207489 +207489,S00099047,6a4,Ageing in Suburbia,S01007735,Baxter Park - 03,8c,Comfortable suburbia,S02001453,Baxter Park,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207490 +207490,S00099691,7c2,Constrained Young Families,S01007788,Whitfield - 07,4d,Hard-pressed flat dwellers,S02001462,Whitfield,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207491 +207491,S00099728,5b1,Delayed Retirement,S01007685,Westend - 04,3c,Highly qualified professionals,S02001445,Westend,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207492 +207492,S00099051,6a4,Ageing in Suburbia,S01007738,Craigie and Craigiebank - 02,5c,Comfortable neighbourhoods,S02001454,Craigie and Craigiebank,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207493 +207493,S00098904,7c1,Challenged Transitionaries,S01007864,Ardler and St Marys - 08,4a,Challenged white communities,S02001474,Ardler and St Marys,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207494 +207494,S00099694,7c2,Constrained Young Families,S01007788,Whitfield - 07,4d,Hard-pressed flat dwellers,S02001462,Whitfield,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207495 +207495,S00099735,5b1,Delayed Retirement,S01007823,Fairmuir - 01,5c,Comfortable neighbourhoods,S02001468,Fairmuir,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207496 +207496,S00099052,6a4,Ageing in Suburbia,S01007734,Baxter Park - 02,8a,Affluent communities,S02001453,Baxter Park,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207497 +207497,S00098905,7c1,Challenged Transitionaries,S01007864,Ardler and St Marys - 08,4a,Challenged white communities,S02001474,Ardler and St Marys,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207498 +207498,S00099746,5b1,Delayed Retirement,S01007776,West Pitkerro - 03,8a,Affluent communities,S02001461,West Pitkerro,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207499 +207499,S00098938,7c1,Challenged Transitionaries,S01007818,Downfield - 03,5c,Comfortable neighbourhoods,S02001467,Downfield,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207500 +207500,S00099274,6a4,Ageing in Suburbia,S01007750,West Ferry - 02,8a,Affluent communities,S02001456,West Ferry,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207501 +207501,S00099751,5b1,Delayed Retirement,S01007776,West Pitkerro - 03,8a,Affluent communities,S02001461,West Pitkerro,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207502 +207502,S00099695,7c2,Constrained Young Families,S01007789,Whitfield - 08,4a,Challenged white communities,S02001462,Whitfield,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207503 +207503,S00098980,7c1,Challenged Transitionaries,S01007810,Caird Park - 04,4a,Challenged white communities,S02001465,Caird Park,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207504 +207504,S00099276,6a4,Ageing in Suburbia,S01007750,West Ferry - 02,8a,Affluent communities,S02001456,West Ferry,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207505 +207505,S00098551,8b1,Deprived Blue-Collar Terraces,S01007856,Lochee - 07,5d,Endeavouring social renters,S02001473,Lochee,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207506 +207506,S00099777,7c2,Constrained Young Families,S01007717,Hilltown - 04,1a,Cosmopolitan student neighbourhoods,S02001450,Hilltown,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207507 +207507,S00099277,6a4,Ageing in Suburbia,S01007749,West Ferry - 01,8b,Ageing suburbanites,S02001456,West Ferry,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207508 +207508,S00098498,5b1,Delayed Retirement,S01007683,Westend - 02,3b,Asian traits,S02001445,Westend,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207509 +207509,S00098628,8b1,Deprived Blue-Collar Terraces,S01007851,Lochee - 02,5c,Comfortable neighbourhoods,S02001473,Lochee,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207510 +207510,S00099281,6a4,Ageing in Suburbia,S01007751,West Ferry - 03,8a,Affluent communities,S02001456,West Ferry,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207511 +207511,S00098981,7c1,Challenged Transitionaries,S01007708,Docks and Wellgate - 02,1a,Cosmopolitan student neighbourhoods,S02001449,Docks and Wellgate,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207512 +207512,S00098504,5b1,Delayed Retirement,S01007682,Westend - 01,3b,Asian traits,S02001445,Westend,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207513 +207513,S00099337,8b1,Deprived Blue-Collar Terraces,S01007772,Barnhill - 05,4a,Challenged white communities,S02001460,Barnhill,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207514 +207514,S00099286,6a4,Ageing in Suburbia,S01007758,Broughty Ferry West - 02,8a,Affluent communities,S02001458,Broughty Ferry West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207515 +207515,S00099025,7c1,Challenged Transitionaries,S01007737,Craigie and Craigiebank - 01,4d,Hard-pressed flat dwellers,S02001454,Craigie and Craigiebank,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207516 +207516,S00099648,8b1,Deprived Blue-Collar Terraces,S01007816,Downfield - 01,5d,Endeavouring social renters,S02001467,Downfield,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207517 +207517,S00099033,7c1,Challenged Transitionaries,S01007737,Craigie and Craigiebank - 01,4d,Hard-pressed flat dwellers,S02001454,Craigie and Craigiebank,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207518 +207518,S00099287,6a4,Ageing in Suburbia,S01007758,Broughty Ferry West - 02,8a,Affluent communities,S02001458,Broughty Ferry West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207519 +207519,S00099649,8b1,Deprived Blue-Collar Terraces,S01007816,Downfield - 01,5d,Endeavouring social renters,S02001467,Downfield,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207520 +207520,S00098519,5b1,Delayed Retirement,S01007686,Westend - 05,3c,Highly qualified professionals,S02001445,Westend,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207521 +207521,S00099057,7c1,Challenged Transitionaries,S01007738,Craigie and Craigiebank - 02,5c,Comfortable neighbourhoods,S02001454,Craigie and Craigiebank,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207522 +207522,S00099313,6a4,Ageing in Suburbia,S01007764,Broughty Ferry East - 02,8b,Ageing suburbanites,S02001459,Broughty Ferry East,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207523 +207523,S00099671,8b1,Deprived Blue-Collar Terraces,S01007802,Linlathen and Midcraigie - 03,3d,Households in terraces and flats,S02001464,Linlathen and Midcraigie,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207524 +207524,S00098535,5b1,Delayed Retirement,S01007687,Westend - 06,1a,Cosmopolitan student neighbourhoods,S02001445,Westend,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207525 +207525,S00098539,5b1,Delayed Retirement,S01007687,Westend - 06,1a,Cosmopolitan student neighbourhoods,S02001445,Westend,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207526 +207526,S00098542,5b1,Delayed Retirement,S01007686,Westend - 05,3c,Highly qualified professionals,S02001445,Westend,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207527 +207527,S00098573,5b1,Delayed Retirement,S01007835,Balgay - 02,4d,Hard-pressed flat dwellers,S02001470,Balgay,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207528 +207528,S00098658,5b1,Delayed Retirement,S01007844,Menzieshill - 06,4d,Hard-pressed flat dwellers,S02001471,Menzieshill,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207529 +207529,S00098759,5b1,Delayed Retirement,S01007700,Logie and Blackness - 06,3c,Highly qualified professionals,S02001447,Logie and Blackness,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207530 +207530,S00098762,5b1,Delayed Retirement,S01007700,Logie and Blackness - 06,3c,Highly qualified professionals,S02001447,Logie and Blackness,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207531 +207531,S00098842,5b1,Delayed Retirement,S01007825,Fairmuir - 03,5c,Comfortable neighbourhoods,S02001468,Fairmuir,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207532 +207532,S00098864,5b1,Delayed Retirement,S01007824,Fairmuir - 02,5c,Comfortable neighbourhoods,S02001468,Fairmuir,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207533 +207533,S00099027,5b1,Delayed Retirement,S01007737,Craigie and Craigiebank - 01,4d,Hard-pressed flat dwellers,S02001454,Craigie and Craigiebank,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207534 +207534,S00099031,5b1,Delayed Retirement,S01007737,Craigie and Craigiebank - 01,4d,Hard-pressed flat dwellers,S02001454,Craigie and Craigiebank,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207535 +207535,S00099038,5b1,Delayed Retirement,S01007733,Baxter Park - 01,3a,Achieving neighbourhoods,S02001453,Baxter Park,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207536 +207536,S00099041,5b1,Delayed Retirement,S01007733,Baxter Park - 01,3a,Achieving neighbourhoods,S02001453,Baxter Park,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207537 +207537,S00099050,5b1,Delayed Retirement,S01007735,Baxter Park - 03,8c,Comfortable suburbia,S02001453,Baxter Park,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207538 +207538,S00099282,5b1,Delayed Retirement,S01007750,West Ferry - 02,8a,Affluent communities,S02001456,West Ferry,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207539 +207539,S00099289,5b1,Delayed Retirement,S01007752,West Ferry - 04,5a,Ageing urban communities,S02001456,West Ferry,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207540 +207540,S00099292,5b1,Delayed Retirement,S01007758,Broughty Ferry West - 02,8a,Affluent communities,S02001458,Broughty Ferry West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207541 +207541,S00099302,5b1,Delayed Retirement,S01007768,Barnhill - 01,5c,Comfortable neighbourhoods,S02001460,Barnhill,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207542 +207542,S00099683,8b1,Deprived Blue-Collar Terraces,S01007798,Fintry - 08,8c,Comfortable suburbia,S02001463,Fintry,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207543 +207543,S00099315,6a4,Ageing in Suburbia,S01007769,Barnhill - 02,8a,Affluent communities,S02001460,Barnhill,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207544 +207544,S00099061,7c1,Challenged Transitionaries,S01007803,Linlathen and Midcraigie - 04,4a,Challenged white communities,S02001464,Linlathen and Midcraigie,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207545 +207545,S00099321,6a4,Ageing in Suburbia,S01007770,Barnhill - 03,8a,Affluent communities,S02001460,Barnhill,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207546 +207546,S00099322,6a4,Ageing in Suburbia,S01007769,Barnhill - 02,8a,Affluent communities,S02001460,Barnhill,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207547 +207547,S00099323,6a4,Ageing in Suburbia,S01007769,Barnhill - 02,8a,Affluent communities,S02001460,Barnhill,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207548 +207548,S00099340,6a4,Ageing in Suburbia,S01007770,Barnhill - 03,8a,Affluent communities,S02001460,Barnhill,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207549 +207549,S00099345,6a4,Ageing in Suburbia,S01007760,Broughty Ferry West - 04,8a,Affluent communities,S02001458,Broughty Ferry West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207550 +207550,S00099346,6a4,Ageing in Suburbia,S01007760,Broughty Ferry West - 04,8a,Affluent communities,S02001458,Broughty Ferry West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207551 +207551,S00099362,6a4,Ageing in Suburbia,S01007767,Broughty Ferry East - 05,8b,Ageing suburbanites,S02001459,Broughty Ferry East,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207552 +207552,S00099363,6a4,Ageing in Suburbia,S01007760,Broughty Ferry West - 04,8a,Affluent communities,S02001458,Broughty Ferry West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207553 +207553,S00099371,6a4,Ageing in Suburbia,S01007764,Broughty Ferry East - 02,8b,Ageing suburbanites,S02001459,Broughty Ferry East,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207554 +207554,S00099378,6a4,Ageing in Suburbia,S01007765,Broughty Ferry East - 03,8b,Ageing suburbanites,S02001459,Broughty Ferry East,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207555 +207555,S00099379,6a4,Ageing in Suburbia,S01007765,Broughty Ferry East - 03,8b,Ageing suburbanites,S02001459,Broughty Ferry East,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207556 +207556,S00099390,6a4,Ageing in Suburbia,S01007682,Westend - 01,3b,Asian traits,S02001445,Westend,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207557 +207557,S00099410,6a4,Ageing in Suburbia,S01007751,West Ferry - 03,8a,Affluent communities,S02001456,West Ferry,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207558 +207558,S00099411,6a4,Ageing in Suburbia,S01007752,West Ferry - 04,5a,Ageing urban communities,S02001456,West Ferry,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207559 +207559,S00099412,6a4,Ageing in Suburbia,S01007758,Broughty Ferry West - 02,8a,Affluent communities,S02001458,Broughty Ferry West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207560 +207560,S00099457,6a4,Ageing in Suburbia,S01007700,Logie and Blackness - 06,3c,Highly qualified professionals,S02001447,Logie and Blackness,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207561 +207561,S00099698,8b1,Deprived Blue-Collar Terraces,S01007784,Whitfield - 03,4a,Challenged white communities,S02001462,Whitfield,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207562 +207562,S00099062,7c1,Challenged Transitionaries,S01007742,Craigie and Craigiebank - 06,5c,Comfortable neighbourhoods,S02001454,Craigie and Craigiebank,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207563 +207563,S00099768,8b1,Deprived Blue-Collar Terraces,S01007827,Fairmuir - 05,4b,Constrained renters,S02001468,Fairmuir,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207564 +207564,S00098486,7b2,Deprived Neighbourhoods,S01007701,City Centre - 01,1a,Cosmopolitan student neighbourhoods,S02001448,City Centre,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207565 +207565,S00098487,7b2,Deprived Neighbourhoods,S01007701,City Centre - 01,1a,Cosmopolitan student neighbourhoods,S02001448,City Centre,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207566 +207566,S00098517,7b2,Deprived Neighbourhoods,S01007695,Logie and Blackness - 01,1a,Cosmopolitan student neighbourhoods,S02001447,Logie and Blackness,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207567 +207567,S00098613,7b2,Deprived Neighbourhoods,S01007859,Ardler and St Marys - 03,4d,Hard-pressed flat dwellers,S02001474,Ardler and St Marys,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207568 +207568,S00098617,7b2,Deprived Neighbourhoods,S01007854,Lochee - 05,4d,Hard-pressed flat dwellers,S02001473,Lochee,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207569 +207569,S00098618,7b2,Deprived Neighbourhoods,S01007854,Lochee - 05,4d,Hard-pressed flat dwellers,S02001473,Lochee,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207570 +207570,S00098620,7b2,Deprived Neighbourhoods,S01007854,Lochee - 05,4d,Hard-pressed flat dwellers,S02001473,Lochee,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207571 +207571,S00098631,7b2,Deprived Neighbourhoods,S01007852,Lochee - 03,4d,Hard-pressed flat dwellers,S02001473,Lochee,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207572 +207572,S00098632,7b2,Deprived Neighbourhoods,S01007852,Lochee - 03,4d,Hard-pressed flat dwellers,S02001473,Lochee,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207573 +207573,S00098664,7b2,Deprived Neighbourhoods,S01007844,Menzieshill - 06,4d,Hard-pressed flat dwellers,S02001471,Menzieshill,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207574 +207574,S00098671,7b2,Deprived Neighbourhoods,S01007842,Menzieshill - 04,4d,Hard-pressed flat dwellers,S02001471,Menzieshill,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207575 +207575,S00098707,7b2,Deprived Neighbourhoods,S01007848,Charleston - 04,4d,Hard-pressed flat dwellers,S02001472,Charleston,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207576 +207576,S00098720,7b2,Deprived Neighbourhoods,S01007848,Charleston - 04,4d,Hard-pressed flat dwellers,S02001472,Charleston,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207577 +207577,S00098788,7b2,Deprived Neighbourhoods,S01007704,City Centre - 04,1a,Cosmopolitan student neighbourhoods,S02001448,City Centre,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207578 +207578,S00098789,7b2,Deprived Neighbourhoods,S01007704,City Centre - 04,1a,Cosmopolitan student neighbourhoods,S02001448,City Centre,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207579 +207579,S00098792,7b2,Deprived Neighbourhoods,S01007704,City Centre - 04,1a,Cosmopolitan student neighbourhoods,S02001448,City Centre,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207580 +207580,S00098803,7b2,Deprived Neighbourhoods,S01007724,The Glens - 05,1a,Cosmopolitan student neighbourhoods,S02001451,The Glens,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207581 +207581,S00098823,7b2,Deprived Neighbourhoods,S01007723,The Glens - 04,4d,Hard-pressed flat dwellers,S02001451,The Glens,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207582 +207582,S00099063,7c1,Challenged Transitionaries,S01007739,Craigie and Craigiebank - 03,5c,Comfortable neighbourhoods,S02001454,Craigie and Craigiebank,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207583 +207583,S00099082,7c1,Challenged Transitionaries,S01007743,Douglas West - 01,4d,Hard-pressed flat dwellers,S02001455,Douglas West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207584 +207584,S00099084,7c1,Challenged Transitionaries,S01007743,Douglas West - 01,4d,Hard-pressed flat dwellers,S02001455,Douglas West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207585 +207585,S00099085,7c1,Challenged Transitionaries,S01007743,Douglas West - 01,4d,Hard-pressed flat dwellers,S02001455,Douglas West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207586 +207586,S00099088,7c1,Challenged Transitionaries,S01007743,Douglas West - 01,4d,Hard-pressed flat dwellers,S02001455,Douglas West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207587 +207587,S00099090,7c1,Challenged Transitionaries,S01007745,Douglas West - 03,4d,Hard-pressed flat dwellers,S02001455,Douglas West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207588 +207588,S00099093,7c1,Challenged Transitionaries,S01007741,Craigie and Craigiebank - 05,4d,Hard-pressed flat dwellers,S02001454,Craigie and Craigiebank,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207589 +207589,S00099127,7c1,Challenged Transitionaries,S01007744,Douglas West - 02,4d,Hard-pressed flat dwellers,S02001455,Douglas West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207590 +207590,S00099132,7c1,Challenged Transitionaries,S01007747,Douglas West - 05,4a,Challenged white communities,S02001455,Douglas West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207591 +207591,S00099136,7c1,Challenged Transitionaries,S01007747,Douglas West - 05,4a,Challenged white communities,S02001455,Douglas West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207592 +207592,S00099145,7c1,Challenged Transitionaries,S01007745,Douglas West - 03,4d,Hard-pressed flat dwellers,S02001455,Douglas West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207593 +207593,S00099173,7c1,Challenged Transitionaries,S01007756,Douglas East - 04,4a,Challenged white communities,S02001457,Douglas East,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207594 +207594,S00099179,7c1,Challenged Transitionaries,S01007753,Douglas East - 01,4a,Challenged white communities,S02001457,Douglas East,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207595 +207595,S00099181,7c1,Challenged Transitionaries,S01007721,The Glens - 02,4d,Hard-pressed flat dwellers,S02001451,The Glens,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207596 +207596,S00099182,7c1,Challenged Transitionaries,S01007720,The Glens - 01,4d,Hard-pressed flat dwellers,S02001451,The Glens,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207597 +207597,S00099191,7c1,Challenged Transitionaries,S01007736,Baxter Park - 04,5c,Comfortable neighbourhoods,S02001453,Baxter Park,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207598 +207598,S00099192,7c1,Challenged Transitionaries,S01007736,Baxter Park - 04,5c,Comfortable neighbourhoods,S02001453,Baxter Park,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207599 +207599,S00099209,7c1,Challenged Transitionaries,S01007793,Fintry - 03,4d,Hard-pressed flat dwellers,S02001463,Fintry,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207600 +207600,S00098717,7b3,Endeavouring Flat Dwellers,S01007849,Charleston - 05,4d,Hard-pressed flat dwellers,S02001472,Charleston,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207601 +207601,S00098722,7b3,Endeavouring Flat Dwellers,S01007845,Charleston - 01,4d,Hard-pressed flat dwellers,S02001472,Charleston,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207602 +207602,S00098738,7b3,Endeavouring Flat Dwellers,S01007829,Law - 02,5c,Comfortable neighbourhoods,S02001469,Law,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207603 +207603,S00098739,7b3,Endeavouring Flat Dwellers,S01007828,Law - 01,4d,Hard-pressed flat dwellers,S02001469,Law,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207604 +207604,S00098742,7b3,Endeavouring Flat Dwellers,S01007828,Law - 01,4d,Hard-pressed flat dwellers,S02001469,Law,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207605 +207605,S00099454,7b3,Endeavouring Flat Dwellers,S01007828,Law - 01,4d,Hard-pressed flat dwellers,S02001469,Law,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207606 +207606,S00098744,7b3,Endeavouring Flat Dwellers,S01007828,Law - 01,4d,Hard-pressed flat dwellers,S02001469,Law,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207607 +207607,S00098752,7b3,Endeavouring Flat Dwellers,S01007833,Law - 06,4d,Hard-pressed flat dwellers,S02001469,Law,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207608 +207608,S00098756,7b3,Endeavouring Flat Dwellers,S01007832,Law - 05,4d,Hard-pressed flat dwellers,S02001469,Law,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207609 +207609,S00098757,7b3,Endeavouring Flat Dwellers,S01007832,Law - 05,4d,Hard-pressed flat dwellers,S02001469,Law,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207610 +207610,S00098765,7b3,Endeavouring Flat Dwellers,S01007703,City Centre - 03,1a,Cosmopolitan student neighbourhoods,S02001448,City Centre,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207611 +207611,S00098773,7b3,Endeavouring Flat Dwellers,S01007830,Law - 03,4d,Hard-pressed flat dwellers,S02001469,Law,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207612 +207612,S00098775,7b3,Endeavouring Flat Dwellers,S01007703,City Centre - 03,1a,Cosmopolitan student neighbourhoods,S02001448,City Centre,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207613 +207613,S00098793,7b3,Endeavouring Flat Dwellers,S01007704,City Centre - 04,1a,Cosmopolitan student neighbourhoods,S02001448,City Centre,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207614 +207614,S00098805,7b3,Endeavouring Flat Dwellers,S01007726,Stobswell - 01,1a,Cosmopolitan student neighbourhoods,S02001452,Stobswell,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207615 +207615,S00098808,7b3,Endeavouring Flat Dwellers,S01007722,The Glens - 03,4d,Hard-pressed flat dwellers,S02001451,The Glens,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207616 +207616,S00098810,7b3,Endeavouring Flat Dwellers,S01007722,The Glens - 03,4d,Hard-pressed flat dwellers,S02001451,The Glens,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207617 +207617,S00098811,7b3,Endeavouring Flat Dwellers,S01007723,The Glens - 04,4d,Hard-pressed flat dwellers,S02001451,The Glens,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207618 +207618,S00098812,7b3,Endeavouring Flat Dwellers,S01007722,The Glens - 03,4d,Hard-pressed flat dwellers,S02001451,The Glens,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207619 +207619,S00098815,7b3,Endeavouring Flat Dwellers,S01007722,The Glens - 03,4d,Hard-pressed flat dwellers,S02001451,The Glens,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207620 +207620,S00098817,7b3,Endeavouring Flat Dwellers,S01007723,The Glens - 04,4d,Hard-pressed flat dwellers,S02001451,The Glens,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207621 +207621,S00098820,7b3,Endeavouring Flat Dwellers,S01007721,The Glens - 02,4d,Hard-pressed flat dwellers,S02001451,The Glens,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207622 +207622,S00098822,7b3,Endeavouring Flat Dwellers,S01007723,The Glens - 04,4d,Hard-pressed flat dwellers,S02001451,The Glens,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207623 +207623,S00098825,7b3,Endeavouring Flat Dwellers,S01007723,The Glens - 04,4d,Hard-pressed flat dwellers,S02001451,The Glens,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207624 +207624,S00099172,8b2,Hard-Pressed Rented Terraces,S01007755,Douglas East - 03,4a,Challenged white communities,S02001457,Douglas East,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207625 +207625,S00098824,7b2,Deprived Neighbourhoods,S01007723,The Glens - 04,4d,Hard-pressed flat dwellers,S02001451,The Glens,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207626 +207626,S00099020,7b1,Eastern European Communities,S01007732,Stobswell - 07,1a,Cosmopolitan student neighbourhoods,S02001452,Stobswell,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207627 +207627,S00099763,7a2,Hampered Aspiration,S01007715,Hilltown - 02,7a,Urban cultural mix,S02001450,Hilltown,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207628 +207628,S00099445,6a1,Indian Tech Achievers,S01007869,Western Edge - 05,8a,Affluent communities,S02001475,Western Edge,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207629 +207629,S00098826,7b3,Endeavouring Flat Dwellers,S01007725,The Glens - 06,1a,Cosmopolitan student neighbourhoods,S02001451,The Glens,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207630 +207630,S00098840,7b3,Endeavouring Flat Dwellers,S01007825,Fairmuir - 03,5c,Comfortable neighbourhoods,S02001468,Fairmuir,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207631 +207631,S00098846,7b3,Endeavouring Flat Dwellers,S01007718,Hilltown - 05,1a,Cosmopolitan student neighbourhoods,S02001450,Hilltown,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207632 +207632,S00098847,7b3,Endeavouring Flat Dwellers,S01007718,Hilltown - 05,1a,Cosmopolitan student neighbourhoods,S02001450,Hilltown,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207633 +207633,S00098848,7b3,Endeavouring Flat Dwellers,S01007725,The Glens - 06,1a,Cosmopolitan student neighbourhoods,S02001451,The Glens,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207634 +207634,S00098849,7b3,Endeavouring Flat Dwellers,S01007725,The Glens - 06,1a,Cosmopolitan student neighbourhoods,S02001451,The Glens,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207635 +207635,S00098850,7b3,Endeavouring Flat Dwellers,S01007725,The Glens - 06,1a,Cosmopolitan student neighbourhoods,S02001451,The Glens,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207636 +207636,S00098855,7b3,Endeavouring Flat Dwellers,S01007719,Hilltown - 06,4d,Hard-pressed flat dwellers,S02001450,Hilltown,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207637 +207637,S00098857,7b3,Endeavouring Flat Dwellers,S01007719,Hilltown - 06,4d,Hard-pressed flat dwellers,S02001450,Hilltown,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207638 +207638,S00098983,7b3,Endeavouring Flat Dwellers,S01007709,Docks and Wellgate - 03,1a,Cosmopolitan student neighbourhoods,S02001449,Docks and Wellgate,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207639 +207639,S00098995,7b3,Endeavouring Flat Dwellers,S01007728,Stobswell - 03,1a,Cosmopolitan student neighbourhoods,S02001452,Stobswell,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207640 +207640,S00099016,7b3,Endeavouring Flat Dwellers,S01007728,Stobswell - 03,1a,Cosmopolitan student neighbourhoods,S02001452,Stobswell,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207641 +207641,S00099018,7b3,Endeavouring Flat Dwellers,S01007731,Stobswell - 06,1a,Cosmopolitan student neighbourhoods,S02001452,Stobswell,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207642 +207642,S00099019,7b3,Endeavouring Flat Dwellers,S01007732,Stobswell - 07,1a,Cosmopolitan student neighbourhoods,S02001452,Stobswell,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207643 +207643,S00099026,7b3,Endeavouring Flat Dwellers,S01007737,Craigie and Craigiebank - 01,4d,Hard-pressed flat dwellers,S02001454,Craigie and Craigiebank,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207644 +207644,S00099075,7b3,Endeavouring Flat Dwellers,S01007740,Craigie and Craigiebank - 04,5a,Ageing urban communities,S02001454,Craigie and Craigiebank,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207645 +207645,S00099087,7b3,Endeavouring Flat Dwellers,S01007745,Douglas West - 03,4d,Hard-pressed flat dwellers,S02001455,Douglas West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207646 +207646,S00099349,6a3,Detached Retirement Living,S01007757,Broughty Ferry West - 01,8b,Ageing suburbanites,S02001458,Broughty Ferry West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207647 +207647,S00099096,7b3,Endeavouring Flat Dwellers,S01007741,Craigie and Craigiebank - 05,4d,Hard-pressed flat dwellers,S02001454,Craigie and Craigiebank,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207648 +207648,S00099152,7b3,Endeavouring Flat Dwellers,S01007748,Douglas West - 06,4d,Hard-pressed flat dwellers,S02001455,Douglas West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207649 +207649,S00099186,7b3,Endeavouring Flat Dwellers,S01007720,The Glens - 01,4d,Hard-pressed flat dwellers,S02001451,The Glens,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207650 +207650,S00099293,7b3,Endeavouring Flat Dwellers,S01007759,Broughty Ferry West - 03,4d,Hard-pressed flat dwellers,S02001458,Broughty Ferry West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207651 +207651,S00099296,7b3,Endeavouring Flat Dwellers,S01007759,Broughty Ferry West - 03,4d,Hard-pressed flat dwellers,S02001458,Broughty Ferry West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207652 +207652,S00099306,7b3,Endeavouring Flat Dwellers,S01007762,Broughty Ferry West - 06,5a,Ageing urban communities,S02001458,Broughty Ferry West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207653 +207653,S00099307,7b3,Endeavouring Flat Dwellers,S01007759,Broughty Ferry West - 03,4d,Hard-pressed flat dwellers,S02001458,Broughty Ferry West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207654 +207654,S00099327,7b3,Endeavouring Flat Dwellers,S01007772,Barnhill - 05,4a,Challenged white communities,S02001460,Barnhill,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207655 +207655,S00099330,7b3,Endeavouring Flat Dwellers,S01007772,Barnhill - 05,4a,Challenged white communities,S02001460,Barnhill,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207656 +207656,S00099331,7b3,Endeavouring Flat Dwellers,S01007772,Barnhill - 05,4a,Challenged white communities,S02001460,Barnhill,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207657 +207657,S00099465,7b3,Endeavouring Flat Dwellers,S01007722,The Glens - 03,4d,Hard-pressed flat dwellers,S02001451,The Glens,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207658 +207658,S00099352,6a3,Detached Retirement Living,S01007757,Broughty Ferry West - 01,8b,Ageing suburbanites,S02001458,Broughty Ferry West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207659 +207659,S00099704,6a1,Indian Tech Achievers,S01007749,West Ferry - 01,8b,Ageing suburbanites,S02001456,West Ferry,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207660 +207660,S00099500,7b3,Endeavouring Flat Dwellers,S01007737,Craigie and Craigiebank - 01,4d,Hard-pressed flat dwellers,S02001454,Craigie and Craigiebank,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207661 +207661,S00099353,6a3,Detached Retirement Living,S01007757,Broughty Ferry West - 01,8b,Ageing suburbanites,S02001458,Broughty Ferry West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207662 +207662,S00099021,7b1,Eastern European Communities,S01007708,Docks and Wellgate - 02,1a,Cosmopolitan student neighbourhoods,S02001449,Docks and Wellgate,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207663 +207663,S00098854,7b2,Deprived Neighbourhoods,S01007719,Hilltown - 06,4d,Hard-pressed flat dwellers,S02001450,Hilltown,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207664 +207664,S00098644,8d2,Hard-Pressed Ethnic Mix,S01007858,Ardler and St Marys - 02,4a,Challenged white communities,S02001474,Ardler and St Marys,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207665 +207665,S00098920,8d2,Hard-Pressed Ethnic Mix,S01007820,Downfield - 05,4a,Challenged white communities,S02001467,Downfield,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207666 +207666,S00099113,8d2,Hard-Pressed Ethnic Mix,S01007804,Linlathen and Midcraigie - 05,4a,Challenged white communities,S02001464,Linlathen and Midcraigie,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207667 +207667,S00099174,8b2,Hard-Pressed Rented Terraces,S01007756,Douglas East - 04,4a,Challenged white communities,S02001457,Douglas East,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207668 +207668,S00099081,7b1,Eastern European Communities,S01007743,Douglas West - 01,4d,Hard-pressed flat dwellers,S02001455,Douglas West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207669 +207669,S00099504,7b3,Endeavouring Flat Dwellers,S01007693,Perth Road - 05,1a,Cosmopolitan student neighbourhoods,S02001446,Perth Road,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207670 +207670,S00098558,8a2,Industrious Hardship,S01007851,Lochee - 02,5c,Comfortable neighbourhoods,S02001473,Lochee,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207671 +207671,S00099670,8d2,Hard-Pressed Ethnic Mix,S01007802,Linlathen and Midcraigie - 03,3d,Households in terraces and flats,S02001464,Linlathen and Midcraigie,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207672 +207672,S00099178,8b2,Hard-Pressed Rented Terraces,S01007756,Douglas East - 04,4a,Challenged white communities,S02001457,Douglas East,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207673 +207673,S00099354,6a3,Detached Retirement Living,S01007757,Broughty Ferry West - 01,8b,Ageing suburbanites,S02001458,Broughty Ferry West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207674 +207674,S00098856,7b2,Deprived Neighbourhoods,S01007719,Hilltown - 06,4d,Hard-pressed flat dwellers,S02001450,Hilltown,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207675 +207675,S00099083,7b1,Eastern European Communities,S01007743,Douglas West - 01,4d,Hard-pressed flat dwellers,S02001455,Douglas West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207676 +207676,S00098860,7b2,Deprived Neighbourhoods,S01007719,Hilltown - 06,4d,Hard-pressed flat dwellers,S02001450,Hilltown,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207677 +207677,S00099551,7b3,Endeavouring Flat Dwellers,S01007710,Docks and Wellgate - 04,1a,Cosmopolitan student neighbourhoods,S02001449,Docks and Wellgate,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207678 +207678,S00099180,8b2,Hard-Pressed Rented Terraces,S01007756,Douglas East - 04,4a,Challenged white communities,S02001457,Douglas East,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207679 +207679,S00099355,6a3,Detached Retirement Living,S01007767,Broughty Ferry East - 05,8b,Ageing suburbanites,S02001459,Broughty Ferry East,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207680 +207680,S00098552,8d3,Hard-Pressed European Settlers,S01007850,Lochee - 01,4a,Challenged white communities,S02001473,Lochee,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207681 +207681,S00099125,7b1,Eastern European Communities,S01007744,Douglas West - 02,4d,Hard-pressed flat dwellers,S02001455,Douglas West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207682 +207682,S00098559,8a2,Industrious Hardship,S01007851,Lochee - 02,5c,Comfortable neighbourhoods,S02001473,Lochee,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207683 +207683,S00098907,7b2,Deprived Neighbourhoods,S01007863,Ardler and St Marys - 07,4d,Hard-pressed flat dwellers,S02001474,Ardler and St Marys,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207684 +207684,S00099608,7b3,Endeavouring Flat Dwellers,S01007848,Charleston - 04,4d,Hard-pressed flat dwellers,S02001472,Charleston,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207685 +207685,S00099190,8b2,Hard-Pressed Rented Terraces,S01007809,Caird Park - 03,8b,Ageing suburbanites,S02001465,Caird Park,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207686 +207686,S00099356,6a3,Detached Retirement Living,S01007767,Broughty Ferry East - 05,8b,Ageing suburbanites,S02001459,Broughty Ferry East,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207687 +207687,S00099262,8d3,Hard-Pressed European Settlers,S01007782,Whitfield - 01,4d,Hard-pressed flat dwellers,S02001462,Whitfield,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207688 +207688,S00099131,7b1,Eastern European Communities,S01007744,Douglas West - 02,4d,Hard-pressed flat dwellers,S02001455,Douglas West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207689 +207689,S00099013,7b2,Deprived Neighbourhoods,S01007732,Stobswell - 07,1a,Cosmopolitan student neighbourhoods,S02001452,Stobswell,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207690 +207690,S00099614,7b3,Endeavouring Flat Dwellers,S01007829,Law - 02,5c,Comfortable neighbourhoods,S02001469,Law,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207691 +207691,S00099618,7b3,Endeavouring Flat Dwellers,S01007831,Law - 04,4d,Hard-pressed flat dwellers,S02001469,Law,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207692 +207692,S00099635,7b3,Endeavouring Flat Dwellers,S01007722,The Glens - 03,4d,Hard-pressed flat dwellers,S02001451,The Glens,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207693 +207693,S00099636,7b3,Endeavouring Flat Dwellers,S01007722,The Glens - 03,4d,Hard-pressed flat dwellers,S02001451,The Glens,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207694 +207694,S00099637,7b3,Endeavouring Flat Dwellers,S01007723,The Glens - 04,4d,Hard-pressed flat dwellers,S02001451,The Glens,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207695 +207695,S00099638,7b3,Endeavouring Flat Dwellers,S01007723,The Glens - 04,4d,Hard-pressed flat dwellers,S02001451,The Glens,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207696 +207696,S00099640,7b3,Endeavouring Flat Dwellers,S01007723,The Glens - 04,4d,Hard-pressed flat dwellers,S02001451,The Glens,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207697 +207697,S00099672,7b3,Endeavouring Flat Dwellers,S01007721,The Glens - 02,4d,Hard-pressed flat dwellers,S02001451,The Glens,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207698 +207698,S00099673,7b3,Endeavouring Flat Dwellers,S01007721,The Glens - 02,4d,Hard-pressed flat dwellers,S02001451,The Glens,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207699 +207699,S00099762,7b3,Endeavouring Flat Dwellers,S01007717,Hilltown - 04,1a,Cosmopolitan student neighbourhoods,S02001450,Hilltown,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207700 +207700,S00099766,7b3,Endeavouring Flat Dwellers,S01007695,Logie and Blackness - 01,1a,Cosmopolitan student neighbourhoods,S02001447,Logie and Blackness,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207701 +207701,S00099771,7b3,Endeavouring Flat Dwellers,S01007855,Lochee - 06,4d,Hard-pressed flat dwellers,S02001473,Lochee,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207702 +207702,S00099773,7b3,Endeavouring Flat Dwellers,S01007710,Docks and Wellgate - 04,1a,Cosmopolitan student neighbourhoods,S02001449,Docks and Wellgate,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207703 +207703,S00098503,5a3,Families in Terraces and Flats,S01007685,Westend - 04,3c,Highly qualified professionals,S02001445,Westend,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207704 +207704,S00098507,5a3,Families in Terraces and Flats,S01007697,Logie and Blackness - 03,1a,Cosmopolitan student neighbourhoods,S02001447,Logie and Blackness,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207705 +207705,S00098533,5a3,Families in Terraces and Flats,S01007687,Westend - 06,1a,Cosmopolitan student neighbourhoods,S02001445,Westend,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207706 +207706,S00098560,5a3,Families in Terraces and Flats,S01007854,Lochee - 05,4d,Hard-pressed flat dwellers,S02001473,Lochee,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207707 +207707,S00098764,5a3,Families in Terraces and Flats,S01007700,Logie and Blackness - 06,3c,Highly qualified professionals,S02001447,Logie and Blackness,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207708 +207708,S00098881,8a2,Industrious Hardship,S01007822,Downfield - 07,5c,Comfortable neighbourhoods,S02001467,Downfield,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207709 +207709,S00098801,5a3,Families in Terraces and Flats,S01007714,Hilltown - 01,4b,Constrained renters,S02001450,Hilltown,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207710 +207710,S00099291,5a3,Families in Terraces and Flats,S01007758,Broughty Ferry West - 02,8a,Affluent communities,S02001458,Broughty Ferry West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207711 +207711,S00099474,5a3,Families in Terraces and Flats,S01007867,Western Edge - 03,2a,Ageing rural neighbourhoods,S02001475,Western Edge,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207712 +207712,S00099628,5a3,Families in Terraces and Flats,S01007714,Hilltown - 01,4b,Constrained renters,S02001450,Hilltown,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207713 +207713,S00099663,5a3,Families in Terraces and Flats,S01007733,Baxter Park - 01,3a,Achieving neighbourhoods,S02001453,Baxter Park,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207714 +207714,S00098574,7a2,Hampered Aspiration,S01007835,Balgay - 02,4d,Hard-pressed flat dwellers,S02001470,Balgay,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207715 +207715,S00098688,7a2,Hampered Aspiration,S01007840,Menzieshill - 02,4d,Hard-pressed flat dwellers,S02001471,Menzieshill,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207716 +207716,S00098690,7a2,Hampered Aspiration,S01007840,Menzieshill - 02,4d,Hard-pressed flat dwellers,S02001471,Menzieshill,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207717 +207717,S00098766,7a2,Hampered Aspiration,S01007830,Law - 03,4d,Hard-pressed flat dwellers,S02001469,Law,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207718 +207718,S00098787,7a2,Hampered Aspiration,S01007716,Hilltown - 03,1a,Cosmopolitan student neighbourhoods,S02001450,Hilltown,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207719 +207719,S00098818,7a2,Hampered Aspiration,S01007721,The Glens - 02,4d,Hard-pressed flat dwellers,S02001451,The Glens,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207720 +207720,S00098985,7a2,Hampered Aspiration,S01007711,Docks and Wellgate - 05,1a,Cosmopolitan student neighbourhoods,S02001449,Docks and Wellgate,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207721 +207721,S00098986,7a2,Hampered Aspiration,S01007709,Docks and Wellgate - 03,1a,Cosmopolitan student neighbourhoods,S02001449,Docks and Wellgate,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207722 +207722,S00098987,7a2,Hampered Aspiration,S01007709,Docks and Wellgate - 03,1a,Cosmopolitan student neighbourhoods,S02001449,Docks and Wellgate,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207723 +207723,S00098992,7a2,Hampered Aspiration,S01007726,Stobswell - 01,1a,Cosmopolitan student neighbourhoods,S02001452,Stobswell,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207724 +207724,S00099329,7a2,Hampered Aspiration,S01007772,Barnhill - 05,4a,Challenged white communities,S02001460,Barnhill,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207725 +207725,S00099365,7a2,Hampered Aspiration,S01007763,Broughty Ferry East - 01,4d,Hard-pressed flat dwellers,S02001459,Broughty Ferry East,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207726 +207726,S00099405,7a2,Hampered Aspiration,S01007784,Whitfield - 03,4a,Challenged white communities,S02001462,Whitfield,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207727 +207727,S00099446,7a2,Hampered Aspiration,S01007711,Docks and Wellgate - 05,1a,Cosmopolitan student neighbourhoods,S02001449,Docks and Wellgate,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207728 +207728,S00099463,7a2,Hampered Aspiration,S01007713,Docks and Wellgate - 07,1a,Cosmopolitan student neighbourhoods,S02001449,Docks and Wellgate,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207729 +207729,S00099497,7a2,Hampered Aspiration,S01007731,Stobswell - 06,1a,Cosmopolitan student neighbourhoods,S02001452,Stobswell,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207730 +207730,S00099549,7a2,Hampered Aspiration,S01007713,Docks and Wellgate - 07,1a,Cosmopolitan student neighbourhoods,S02001449,Docks and Wellgate,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207731 +207731,S00099601,7a2,Hampered Aspiration,S01007827,Fairmuir - 05,4b,Constrained renters,S02001468,Fairmuir,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207732 +207732,S00099619,7a2,Hampered Aspiration,S01007831,Law - 04,4d,Hard-pressed flat dwellers,S02001469,Law,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207733 +207733,S00099622,7a2,Hampered Aspiration,S01007703,City Centre - 03,1a,Cosmopolitan student neighbourhoods,S02001448,City Centre,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207734 +207734,S00099634,7a2,Hampered Aspiration,S01007726,Stobswell - 01,1a,Cosmopolitan student neighbourhoods,S02001452,Stobswell,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207735 +207735,S00099488,8d3,Hard-Pressed European Settlers,S01007813,Kirkton - 03,4a,Challenged white communities,S02001466,Kirkton,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207736 +207736,S00099139,7b1,Eastern European Communities,S01007746,Douglas West - 04,4a,Challenged white communities,S02001455,Douglas West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207737 +207737,S00099195,8b2,Hard-Pressed Rented Terraces,S01007796,Fintry - 06,4a,Challenged white communities,S02001463,Fintry,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207738 +207738,S00099089,7b2,Deprived Neighbourhoods,S01007745,Douglas West - 03,4d,Hard-pressed flat dwellers,S02001455,Douglas West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207739 +207739,S00099521,8d3,Hard-Pressed European Settlers,S01007812,Kirkton - 02,4a,Challenged white communities,S02001466,Kirkton,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207740 +207740,S00099143,7b1,Eastern European Communities,S01007746,Douglas West - 04,4a,Challenged white communities,S02001455,Douglas West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207741 +207741,S00099359,6a3,Detached Retirement Living,S01007767,Broughty Ferry East - 05,8b,Ageing suburbanites,S02001459,Broughty Ferry East,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207742 +207742,S00099208,8b2,Hard-Pressed Rented Terraces,S01007794,Fintry - 04,4a,Challenged white communities,S02001463,Fintry,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207743 +207743,S00099094,7b2,Deprived Neighbourhoods,S01007741,Craigie and Craigiebank - 05,4d,Hard-pressed flat dwellers,S02001454,Craigie and Craigiebank,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207744 +207744,S00099603,8d3,Hard-Pressed European Settlers,S01007858,Ardler and St Marys - 02,4a,Challenged white communities,S02001474,Ardler and St Marys,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207745 +207745,S00098894,8a2,Industrious Hardship,S01007862,Ardler and St Marys - 06,4a,Challenged white communities,S02001474,Ardler and St Marys,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207746 +207746,S00099099,7b2,Deprived Neighbourhoods,S01007801,Linlathen and Midcraigie - 02,4d,Hard-pressed flat dwellers,S02001464,Linlathen and Midcraigie,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207747 +207747,S00099210,8b2,Hard-Pressed Rented Terraces,S01007795,Fintry - 05,4a,Challenged white communities,S02001463,Fintry,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207748 +207748,S00098910,8a2,Industrious Hardship,S01007861,Ardler and St Marys - 05,4a,Challenged white communities,S02001474,Ardler and St Marys,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207749 +207749,S00099148,7b1,Eastern European Communities,S01007745,Douglas West - 03,4d,Hard-pressed flat dwellers,S02001455,Douglas West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207750 +207750,S00099134,7b2,Deprived Neighbourhoods,S01007803,Linlathen and Midcraigie - 04,4a,Challenged white communities,S02001464,Linlathen and Midcraigie,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207751 +207751,S00099213,8b2,Hard-Pressed Rented Terraces,S01007793,Fintry - 03,4d,Hard-pressed flat dwellers,S02001463,Fintry,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207752 +207752,S00098918,8a2,Industrious Hardship,S01007821,Downfield - 06,5c,Comfortable neighbourhoods,S02001467,Downfield,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207753 +207753,S00098554,8b2,Hard-Pressed Rented Terraces,S01007850,Lochee - 01,4a,Challenged white communities,S02001473,Lochee,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207754 +207754,S00099361,6a3,Detached Retirement Living,S01007760,Broughty Ferry West - 04,8a,Affluent communities,S02001458,Broughty Ferry West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207755 +207755,S00099162,7b1,Eastern European Communities,S01007754,Douglas East - 02,4a,Challenged white communities,S02001457,Douglas East,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207756 +207756,S00099151,7b2,Deprived Neighbourhoods,S01007748,Douglas West - 06,4d,Hard-pressed flat dwellers,S02001455,Douglas West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207757 +207757,S00099219,8b2,Hard-Pressed Rented Terraces,S01007806,Linlathen and Midcraigie - 07,4a,Challenged white communities,S02001464,Linlathen and Midcraigie,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207758 +207758,S00099368,6a3,Detached Retirement Living,S01007766,Broughty Ferry East - 04,8b,Ageing suburbanites,S02001459,Broughty Ferry East,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207759 +207759,S00099370,6a3,Detached Retirement Living,S01007766,Broughty Ferry East - 04,8b,Ageing suburbanites,S02001459,Broughty Ferry East,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207760 +207760,S00099374,6a3,Detached Retirement Living,S01007766,Broughty Ferry East - 04,8b,Ageing suburbanites,S02001459,Broughty Ferry East,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207761 +207761,S00099375,6a3,Detached Retirement Living,S01007765,Broughty Ferry East - 03,8b,Ageing suburbanites,S02001459,Broughty Ferry East,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207762 +207762,S00099376,6a3,Detached Retirement Living,S01007766,Broughty Ferry East - 04,8b,Ageing suburbanites,S02001459,Broughty Ferry East,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207763 +207763,S00099377,6a3,Detached Retirement Living,S01007766,Broughty Ferry East - 04,8b,Ageing suburbanites,S02001459,Broughty Ferry East,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207764 +207764,S00099382,6a3,Detached Retirement Living,S01007773,Barnhill - 06,8b,Ageing suburbanites,S02001460,Barnhill,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207765 +207765,S00099385,6a3,Detached Retirement Living,S01007773,Barnhill - 06,8b,Ageing suburbanites,S02001460,Barnhill,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207766 +207766,S00099386,6a3,Detached Retirement Living,S01007773,Barnhill - 06,8b,Ageing suburbanites,S02001460,Barnhill,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207767 +207767,S00099387,6a3,Detached Retirement Living,S01007773,Barnhill - 06,8b,Ageing suburbanites,S02001460,Barnhill,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207768 +207768,S00099417,6a3,Detached Retirement Living,S01007764,Broughty Ferry East - 02,8b,Ageing suburbanites,S02001459,Broughty Ferry East,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207769 +207769,S00099426,6a3,Detached Retirement Living,S01007757,Broughty Ferry West - 01,8b,Ageing suburbanites,S02001458,Broughty Ferry West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207770 +207770,S00099428,6a3,Detached Retirement Living,S01007765,Broughty Ferry East - 03,8b,Ageing suburbanites,S02001459,Broughty Ferry East,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207771 +207771,S00099432,6a3,Detached Retirement Living,S01007838,Balgay - 05,8b,Ageing suburbanites,S02001470,Balgay,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207772 +207772,S00099515,6a3,Detached Retirement Living,S01007837,Balgay - 04,8b,Ageing suburbanites,S02001470,Balgay,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207773 +207773,S00099525,6a3,Detached Retirement Living,S01007779,West Pitkerro - 06,5c,Comfortable neighbourhoods,S02001461,West Pitkerro,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207774 +207774,S00099643,6a3,Detached Retirement Living,S01007809,Caird Park - 03,8b,Ageing suburbanites,S02001465,Caird Park,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207775 +207775,S00099664,6a3,Detached Retirement Living,S01007734,Baxter Park - 02,8a,Affluent communities,S02001453,Baxter Park,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207776 +207776,S00099706,6a3,Detached Retirement Living,S01007749,West Ferry - 01,8b,Ageing suburbanites,S02001456,West Ferry,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207777 +207777,S00099723,6a3,Detached Retirement Living,S01007769,Barnhill - 02,8a,Affluent communities,S02001460,Barnhill,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207778 +207778,S00098449,7b1,Eastern European Communities,S01007712,Docks and Wellgate - 06,1a,Cosmopolitan student neighbourhoods,S02001449,Docks and Wellgate,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207779 +207779,S00098583,7b1,Eastern European Communities,S01007834,Balgay - 01,4d,Hard-pressed flat dwellers,S02001470,Balgay,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207780 +207780,S00098619,7b1,Eastern European Communities,S01007854,Lochee - 05,4d,Hard-pressed flat dwellers,S02001473,Lochee,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207781 +207781,S00098623,7b1,Eastern European Communities,S01007853,Lochee - 04,4d,Hard-pressed flat dwellers,S02001473,Lochee,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207782 +207782,S00098645,7b1,Eastern European Communities,S01007858,Ardler and St Marys - 02,4a,Challenged white communities,S02001474,Ardler and St Marys,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207783 +207783,S00098666,7b1,Eastern European Communities,S01007844,Menzieshill - 06,4d,Hard-pressed flat dwellers,S02001471,Menzieshill,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207784 +207784,S00098672,7b1,Eastern European Communities,S01007842,Menzieshill - 04,4d,Hard-pressed flat dwellers,S02001471,Menzieshill,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207785 +207785,S00098675,7b1,Eastern European Communities,S01007843,Menzieshill - 05,4d,Hard-pressed flat dwellers,S02001471,Menzieshill,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207786 +207786,S00098677,7b1,Eastern European Communities,S01007842,Menzieshill - 04,4d,Hard-pressed flat dwellers,S02001471,Menzieshill,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207787 +207787,S00098689,7b1,Eastern European Communities,S01007840,Menzieshill - 02,4d,Hard-pressed flat dwellers,S02001471,Menzieshill,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207788 +207788,S00098713,7b1,Eastern European Communities,S01007849,Charleston - 05,4d,Hard-pressed flat dwellers,S02001472,Charleston,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207789 +207789,S00098776,7b1,Eastern European Communities,S01007830,Law - 03,4d,Hard-pressed flat dwellers,S02001469,Law,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207790 +207790,S00098790,7b1,Eastern European Communities,S01007704,City Centre - 04,1a,Cosmopolitan student neighbourhoods,S02001448,City Centre,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207791 +207791,S00098791,7b1,Eastern European Communities,S01007711,Docks and Wellgate - 05,1a,Cosmopolitan student neighbourhoods,S02001449,Docks and Wellgate,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207792 +207792,S00098799,7b1,Eastern European Communities,S01007714,Hilltown - 01,4b,Constrained renters,S02001450,Hilltown,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207793 +207793,S00098800,7b1,Eastern European Communities,S01007714,Hilltown - 01,4b,Constrained renters,S02001450,Hilltown,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207794 +207794,S00098814,7b1,Eastern European Communities,S01007722,The Glens - 03,4d,Hard-pressed flat dwellers,S02001451,The Glens,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207795 +207795,S00098827,7b1,Eastern European Communities,S01007725,The Glens - 06,1a,Cosmopolitan student neighbourhoods,S02001451,The Glens,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207796 +207796,S00098831,7b1,Eastern European Communities,S01007717,Hilltown - 04,1a,Cosmopolitan student neighbourhoods,S02001450,Hilltown,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207797 +207797,S00098982,7b1,Eastern European Communities,S01007708,Docks and Wellgate - 02,1a,Cosmopolitan student neighbourhoods,S02001449,Docks and Wellgate,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207798 +207798,S00098984,7b1,Eastern European Communities,S01007711,Docks and Wellgate - 05,1a,Cosmopolitan student neighbourhoods,S02001449,Docks and Wellgate,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207799 +207799,S00099002,7b1,Eastern European Communities,S01007729,Stobswell - 04,1a,Cosmopolitan student neighbourhoods,S02001452,Stobswell,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207800 +207800,S00099154,7b2,Deprived Neighbourhoods,S01007748,Douglas West - 06,4d,Hard-pressed flat dwellers,S02001455,Douglas West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207801 +207801,S00099194,7b1,Eastern European Communities,S01007797,Fintry - 07,4d,Hard-pressed flat dwellers,S02001463,Fintry,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207802 +207802,S00099202,7b1,Eastern European Communities,S01007795,Fintry - 05,4a,Challenged white communities,S02001463,Fintry,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207803 +207803,S00099220,8b2,Hard-Pressed Rented Terraces,S01007806,Linlathen and Midcraigie - 07,4a,Challenged white communities,S02001464,Linlathen and Midcraigie,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207804 +207804,S00099214,7b1,Eastern European Communities,S01007793,Fintry - 03,4d,Hard-pressed flat dwellers,S02001463,Fintry,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207805 +207805,S00098923,8a2,Industrious Hardship,S01007820,Downfield - 05,4a,Challenged white communities,S02001467,Downfield,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207806 +207806,S00099160,7b2,Deprived Neighbourhoods,S01007748,Douglas West - 06,4d,Hard-pressed flat dwellers,S02001455,Douglas West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207807 +207807,S00099215,7b1,Eastern European Communities,S01007793,Fintry - 03,4d,Hard-pressed flat dwellers,S02001463,Fintry,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207808 +207808,S00099221,8b2,Hard-Pressed Rented Terraces,S01007806,Linlathen and Midcraigie - 07,4a,Challenged white communities,S02001464,Linlathen and Midcraigie,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207809 +207809,S00098924,8a2,Industrious Hardship,S01007819,Downfield - 04,5d,Endeavouring social renters,S02001467,Downfield,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207810 +207810,S00098555,8b2,Hard-Pressed Rented Terraces,S01007850,Lochee - 01,4a,Challenged white communities,S02001473,Lochee,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207811 +207811,S00099211,7b2,Deprived Neighbourhoods,S01007793,Fintry - 03,4d,Hard-pressed flat dwellers,S02001463,Fintry,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207812 +207812,S00099218,7b1,Eastern European Communities,S01007806,Linlathen and Midcraigie - 07,4a,Challenged white communities,S02001464,Linlathen and Midcraigie,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207813 +207813,S00099224,8b2,Hard-Pressed Rented Terraces,S01007786,Whitfield - 05,4a,Challenged white communities,S02001462,Whitfield,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207814 +207814,S00098925,8a2,Industrious Hardship,S01007820,Downfield - 05,4a,Challenged white communities,S02001467,Downfield,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207815 +207815,S00098931,8a2,Industrious Hardship,S01007817,Downfield - 02,5d,Endeavouring social renters,S02001467,Downfield,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207816 +207816,S00098954,8a2,Industrious Hardship,S01007814,Kirkton - 04,5d,Endeavouring social renters,S02001466,Kirkton,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207817 +207817,S00098964,8a2,Industrious Hardship,S01007811,Kirkton - 01,4a,Challenged white communities,S02001466,Kirkton,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207818 +207818,S00098965,8a2,Industrious Hardship,S01007811,Kirkton - 01,4a,Challenged white communities,S02001466,Kirkton,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207819 +207819,S00099119,8a2,Industrious Hardship,S01007805,Linlathen and Midcraigie - 06,4a,Challenged white communities,S02001464,Linlathen and Midcraigie,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207820 +207820,S00099170,8a2,Industrious Hardship,S01007755,Douglas East - 03,4a,Challenged white communities,S02001457,Douglas East,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207821 +207821,S00099205,8a2,Industrious Hardship,S01007793,Fintry - 03,4d,Hard-pressed flat dwellers,S02001463,Fintry,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207822 +207822,S00099238,8a2,Industrious Hardship,S01007787,Whitfield - 06,4a,Challenged white communities,S02001462,Whitfield,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207823 +207823,S00099482,8a2,Industrious Hardship,S01007862,Ardler and St Marys - 06,4a,Challenged white communities,S02001474,Ardler and St Marys,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207824 +207824,S00099484,8a2,Industrious Hardship,S01007820,Downfield - 05,4a,Challenged white communities,S02001467,Downfield,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207825 +207825,S00099485,8a2,Industrious Hardship,S01007810,Caird Park - 04,4a,Challenged white communities,S02001465,Caird Park,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207826 +207826,S00099491,8a2,Industrious Hardship,S01007810,Caird Park - 04,4a,Challenged white communities,S02001465,Caird Park,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207827 +207827,S00099510,8a2,Industrious Hardship,S01007807,Caird Park - 01,5c,Comfortable neighbourhoods,S02001465,Caird Park,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207828 +207828,S00099697,8a2,Industrious Hardship,S01007789,Whitfield - 08,4a,Challenged white communities,S02001462,Whitfield,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207829 +207829,S00098627,8a1,Industrious Transitions,S01007851,Lochee - 02,5c,Comfortable neighbourhoods,S02001473,Lochee,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207830 +207830,S00098637,8a1,Industrious Transitions,S01007826,Fairmuir - 04,4d,Hard-pressed flat dwellers,S02001468,Fairmuir,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207831 +207831,S00098933,8a1,Industrious Transitions,S01007817,Downfield - 02,5d,Endeavouring social renters,S02001467,Downfield,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207832 +207832,S00098940,8a1,Industrious Transitions,S01007819,Downfield - 04,5d,Endeavouring social renters,S02001467,Downfield,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207833 +207833,S00098963,8a1,Industrious Transitions,S01007813,Kirkton - 03,4a,Challenged white communities,S02001466,Kirkton,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207834 +207834,S00099080,8a1,Industrious Transitions,S01007743,Douglas West - 01,4d,Hard-pressed flat dwellers,S02001455,Douglas West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207835 +207835,S00099264,8a1,Industrious Transitions,S01007781,West Pitkerro - 08,5c,Comfortable neighbourhoods,S02001461,West Pitkerro,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207836 +207836,S00099266,8a1,Industrious Transitions,S01007781,West Pitkerro - 08,5c,Comfortable neighbourhoods,S02001461,West Pitkerro,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207837 +207837,S00099270,8a1,Industrious Transitions,S01007779,West Pitkerro - 06,5c,Comfortable neighbourhoods,S02001461,West Pitkerro,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207838 +207838,S00099490,8a1,Industrious Transitions,S01007808,Caird Park - 02,4a,Challenged white communities,S02001465,Caird Park,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207839 +207839,S00099676,8a1,Industrious Transitions,S01007807,Caird Park - 01,5c,Comfortable neighbourhoods,S02001465,Caird Park,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207840 +207840,S00099690,8a1,Industrious Transitions,S01007784,Whitfield - 03,4a,Challenged white communities,S02001462,Whitfield,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207841 +207841,S00098780,4c3,Inner City Ethnic Mix,S01007702,City Centre - 02,1a,Cosmopolitan student neighbourhoods,S02001448,City Centre,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207842 +207842,S00098448,2c2,Migrant Commuters,S01007712,Docks and Wellgate - 06,1a,Cosmopolitan student neighbourhoods,S02001449,Docks and Wellgate,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207843 +207843,S00098472,2c2,Migrant Commuters,S01007696,Logie and Blackness - 02,1a,Cosmopolitan student neighbourhoods,S02001447,Logie and Blackness,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207844 +207844,S00098478,2c2,Migrant Commuters,S01007694,Perth Road - 06,1a,Cosmopolitan student neighbourhoods,S02001446,Perth Road,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207845 +207845,S00098484,2c2,Migrant Commuters,S01007694,Perth Road - 06,1a,Cosmopolitan student neighbourhoods,S02001446,Perth Road,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207846 +207846,S00098489,2c2,Migrant Commuters,S01007701,City Centre - 01,1a,Cosmopolitan student neighbourhoods,S02001448,City Centre,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207847 +207847,S00098510,2c2,Migrant Commuters,S01007695,Logie and Blackness - 01,1a,Cosmopolitan student neighbourhoods,S02001447,Logie and Blackness,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207848 +207848,S00098514,2c2,Migrant Commuters,S01007695,Logie and Blackness - 01,1a,Cosmopolitan student neighbourhoods,S02001447,Logie and Blackness,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207849 +207849,S00098515,2c2,Migrant Commuters,S01007697,Logie and Blackness - 03,1a,Cosmopolitan student neighbourhoods,S02001447,Logie and Blackness,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207850 +207850,S00098516,2c2,Migrant Commuters,S01007695,Logie and Blackness - 01,1a,Cosmopolitan student neighbourhoods,S02001447,Logie and Blackness,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207851 +207851,S00098521,2c2,Migrant Commuters,S01007695,Logie and Blackness - 01,1a,Cosmopolitan student neighbourhoods,S02001447,Logie and Blackness,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207852 +207852,S00098527,2c2,Migrant Commuters,S01007688,Westend - 07,1a,Cosmopolitan student neighbourhoods,S02001445,Westend,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207853 +207853,S00098529,2c2,Migrant Commuters,S01007688,Westend - 07,1a,Cosmopolitan student neighbourhoods,S02001445,Westend,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207854 +207854,S00099212,7b2,Deprived Neighbourhoods,S01007793,Fintry - 03,4d,Hard-pressed flat dwellers,S02001463,Fintry,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207855 +207855,S00099216,7b2,Deprived Neighbourhoods,S01007793,Fintry - 03,4d,Hard-pressed flat dwellers,S02001463,Fintry,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207856 +207856,S00098681,8b2,Hard-Pressed Rented Terraces,S01007840,Menzieshill - 02,4d,Hard-pressed flat dwellers,S02001471,Menzieshill,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207857 +207857,S00099244,7b2,Deprived Neighbourhoods,S01007790,Whitfield - 09,4d,Hard-pressed flat dwellers,S02001462,Whitfield,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207858 +207858,S00098685,8b2,Hard-Pressed Rented Terraces,S01007839,Menzieshill - 01,3c,Highly qualified professionals,S02001471,Menzieshill,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207859 +207859,S00099245,7b2,Deprived Neighbourhoods,S01007790,Whitfield - 09,4d,Hard-pressed flat dwellers,S02001462,Whitfield,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207860 +207860,S00098701,8b2,Hard-Pressed Rented Terraces,S01007856,Lochee - 07,5d,Endeavouring social renters,S02001473,Lochee,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207861 +207861,S00099253,7b2,Deprived Neighbourhoods,S01007783,Whitfield - 02,4a,Challenged white communities,S02001462,Whitfield,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207862 +207862,S00099225,8b2,Hard-Pressed Rented Terraces,S01007786,Whitfield - 05,4a,Challenged white communities,S02001462,Whitfield,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207863 +207863,S00098703,8b2,Hard-Pressed Rented Terraces,S01007845,Charleston - 01,4d,Hard-pressed flat dwellers,S02001472,Charleston,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207864 +207864,S00098706,8b2,Hard-Pressed Rented Terraces,S01007848,Charleston - 04,4d,Hard-pressed flat dwellers,S02001472,Charleston,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207865 +207865,S00098726,8b2,Hard-Pressed Rented Terraces,S01007847,Charleston - 03,4d,Hard-pressed flat dwellers,S02001472,Charleston,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207866 +207866,S00099222,7b1,Eastern European Communities,S01007785,Whitfield - 04,4d,Hard-pressed flat dwellers,S02001462,Whitfield,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207867 +207867,S00099258,7b2,Deprived Neighbourhoods,S01007788,Whitfield - 07,4d,Hard-pressed flat dwellers,S02001462,Whitfield,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207868 +207868,S00098730,8b2,Hard-Pressed Rented Terraces,S01007846,Charleston - 02,4a,Challenged white communities,S02001472,Charleston,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207869 +207869,S00099226,8b2,Hard-Pressed Rented Terraces,S01007786,Whitfield - 05,4a,Challenged white communities,S02001462,Whitfield,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207870 +207870,S00099247,7b1,Eastern European Communities,S01007790,Whitfield - 09,4d,Hard-pressed flat dwellers,S02001462,Whitfield,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207871 +207871,S00099513,7b2,Deprived Neighbourhoods,S01007804,Linlathen and Midcraigie - 05,4a,Challenged white communities,S02001464,Linlathen and Midcraigie,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207872 +207872,S00098733,8b2,Hard-Pressed Rented Terraces,S01007846,Charleston - 02,4a,Challenged white communities,S02001472,Charleston,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207873 +207873,S00099228,8b2,Hard-Pressed Rented Terraces,S01007786,Whitfield - 05,4a,Challenged white communities,S02001462,Whitfield,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207874 +207874,S00098890,8b2,Hard-Pressed Rented Terraces,S01007862,Ardler and St Marys - 06,4a,Challenged white communities,S02001474,Ardler and St Marys,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207875 +207875,S00099248,7b1,Eastern European Communities,S01007790,Whitfield - 09,4d,Hard-pressed flat dwellers,S02001462,Whitfield,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207876 +207876,S00099517,7b2,Deprived Neighbourhoods,S01007704,City Centre - 04,1a,Cosmopolitan student neighbourhoods,S02001448,City Centre,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207877 +207877,S00099229,8b2,Hard-Pressed Rented Terraces,S01007786,Whitfield - 05,4a,Challenged white communities,S02001462,Whitfield,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207878 +207878,S00099257,7b1,Eastern European Communities,S01007788,Whitfield - 07,4d,Hard-pressed flat dwellers,S02001462,Whitfield,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207879 +207879,S00098892,8b2,Hard-Pressed Rented Terraces,S01007862,Ardler and St Marys - 06,4a,Challenged white communities,S02001474,Ardler and St Marys,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207880 +207880,S00099261,7b1,Eastern European Communities,S01007782,Whitfield - 01,4d,Hard-pressed flat dwellers,S02001462,Whitfield,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207881 +207881,S00099518,7b2,Deprived Neighbourhoods,S01007704,City Centre - 04,1a,Cosmopolitan student neighbourhoods,S02001448,City Centre,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207882 +207882,S00099230,8b2,Hard-Pressed Rented Terraces,S01007786,Whitfield - 05,4a,Challenged white communities,S02001462,Whitfield,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207883 +207883,S00098897,8b2,Hard-Pressed Rented Terraces,S01007863,Ardler and St Marys - 07,4d,Hard-pressed flat dwellers,S02001474,Ardler and St Marys,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207884 +207884,S00099394,7b1,Eastern European Communities,S01007796,Fintry - 06,4a,Challenged white communities,S02001463,Fintry,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207885 +207885,S00099519,7b2,Deprived Neighbourhoods,S01007863,Ardler and St Marys - 07,4d,Hard-pressed flat dwellers,S02001474,Ardler and St Marys,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207886 +207886,S00099232,8b2,Hard-Pressed Rented Terraces,S01007792,Fintry - 02,4a,Challenged white communities,S02001463,Fintry,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207887 +207887,S00098900,8b2,Hard-Pressed Rented Terraces,S01007864,Ardler and St Marys - 08,4a,Challenged white communities,S02001474,Ardler and St Marys,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207888 +207888,S00099461,7b1,Eastern European Communities,S01007716,Hilltown - 03,1a,Cosmopolitan student neighbourhoods,S02001450,Hilltown,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207889 +207889,S00099540,7b2,Deprived Neighbourhoods,S01007691,Perth Road - 03,1a,Cosmopolitan student neighbourhoods,S02001446,Perth Road,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207890 +207890,S00099233,8b2,Hard-Pressed Rented Terraces,S01007792,Fintry - 02,4a,Challenged white communities,S02001463,Fintry,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207891 +207891,S00098911,8b2,Hard-Pressed Rented Terraces,S01007861,Ardler and St Marys - 05,4a,Challenged white communities,S02001474,Ardler and St Marys,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207892 +207892,S00099466,7b1,Eastern European Communities,S01007723,The Glens - 04,4d,Hard-pressed flat dwellers,S02001451,The Glens,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207893 +207893,S00099597,7b2,Deprived Neighbourhoods,S01007853,Lochee - 04,4d,Hard-pressed flat dwellers,S02001473,Lochee,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207894 +207894,S00099234,8b2,Hard-Pressed Rented Terraces,S01007792,Fintry - 02,4a,Challenged white communities,S02001463,Fintry,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207895 +207895,S00099235,8b2,Hard-Pressed Rented Terraces,S01007792,Fintry - 02,4a,Challenged white communities,S02001463,Fintry,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207896 +207896,S00099236,8b2,Hard-Pressed Rented Terraces,S01007787,Whitfield - 06,4a,Challenged white communities,S02001462,Whitfield,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207897 +207897,S00099239,8b2,Hard-Pressed Rented Terraces,S01007787,Whitfield - 06,4a,Challenged white communities,S02001462,Whitfield,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207898 +207898,S00099240,8b2,Hard-Pressed Rented Terraces,S01007787,Whitfield - 06,4a,Challenged white communities,S02001462,Whitfield,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207899 +207899,S00099243,8b2,Hard-Pressed Rented Terraces,S01007792,Fintry - 02,4a,Challenged white communities,S02001463,Fintry,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207900 +207900,S00099249,8b2,Hard-Pressed Rented Terraces,S01007794,Fintry - 04,4a,Challenged white communities,S02001463,Fintry,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207901 +207901,S00099251,8b2,Hard-Pressed Rented Terraces,S01007794,Fintry - 04,4a,Challenged white communities,S02001463,Fintry,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207902 +207902,S00099256,8b2,Hard-Pressed Rented Terraces,S01007783,Whitfield - 02,4a,Challenged white communities,S02001462,Whitfield,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207903 +207903,S00099326,8b2,Hard-Pressed Rented Terraces,S01007772,Barnhill - 05,4a,Challenged white communities,S02001460,Barnhill,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207904 +207904,S00099335,8b2,Hard-Pressed Rented Terraces,S01007772,Barnhill - 05,4a,Challenged white communities,S02001460,Barnhill,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207905 +207905,S00099391,8b2,Hard-Pressed Rented Terraces,S01007744,Douglas West - 02,4d,Hard-pressed flat dwellers,S02001455,Douglas West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207906 +207906,S00099392,8b2,Hard-Pressed Rented Terraces,S01007753,Douglas East - 01,4a,Challenged white communities,S02001457,Douglas East,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207907 +207907,S00099396,8b2,Hard-Pressed Rented Terraces,S01007806,Linlathen and Midcraigie - 07,4a,Challenged white communities,S02001464,Linlathen and Midcraigie,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207908 +207908,S00099404,8b2,Hard-Pressed Rented Terraces,S01007783,Whitfield - 02,4a,Challenged white communities,S02001462,Whitfield,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207909 +207909,S00099424,8b2,Hard-Pressed Rented Terraces,S01007772,Barnhill - 05,4a,Challenged white communities,S02001460,Barnhill,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207910 +207910,S00099433,8b2,Hard-Pressed Rented Terraces,S01007850,Lochee - 01,4a,Challenged white communities,S02001473,Lochee,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207911 +207911,S00099483,8b2,Hard-Pressed Rented Terraces,S01007861,Ardler and St Marys - 05,4a,Challenged white communities,S02001474,Ardler and St Marys,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207912 +207912,S00099506,8b2,Hard-Pressed Rented Terraces,S01007738,Craigie and Craigiebank - 02,5c,Comfortable neighbourhoods,S02001454,Craigie and Craigiebank,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207913 +207913,S00099512,8b2,Hard-Pressed Rented Terraces,S01007800,Linlathen and Midcraigie - 01,4a,Challenged white communities,S02001464,Linlathen and Midcraigie,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207914 +207914,S00099522,8b2,Hard-Pressed Rented Terraces,S01007812,Kirkton - 02,4a,Challenged white communities,S02001466,Kirkton,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207915 +207915,S00098495,6a1,Indian Tech Achievers,S01007683,Westend - 02,3b,Asian traits,S02001445,Westend,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207916 +207916,S00098497,6a1,Indian Tech Achievers,S01007684,Westend - 03,8a,Affluent communities,S02001445,Westend,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207917 +207917,S00098499,6a1,Indian Tech Achievers,S01007683,Westend - 02,3b,Asian traits,S02001445,Westend,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207918 +207918,S00098502,6a1,Indian Tech Achievers,S01007682,Westend - 01,3b,Asian traits,S02001445,Westend,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207919 +207919,S00098508,6a1,Indian Tech Achievers,S01007685,Westend - 04,3c,Highly qualified professionals,S02001445,Westend,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207920 +207920,S00098509,6a1,Indian Tech Achievers,S01007686,Westend - 05,3c,Highly qualified professionals,S02001445,Westend,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207921 +207921,S00098863,6a1,Indian Tech Achievers,S01007824,Fairmuir - 02,5c,Comfortable neighbourhoods,S02001468,Fairmuir,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207922 +207922,S00099272,6a1,Indian Tech Achievers,S01007751,West Ferry - 03,8a,Affluent communities,S02001456,West Ferry,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207923 +207923,S00099280,6a1,Indian Tech Achievers,S01007750,West Ferry - 02,8a,Affluent communities,S02001456,West Ferry,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207924 +207924,S00099476,7b1,Eastern European Communities,S01007717,Hilltown - 04,1a,Cosmopolitan student neighbourhoods,S02001450,Hilltown,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207925 +207925,S00099493,7b1,Eastern European Communities,S01007727,Stobswell - 02,1a,Cosmopolitan student neighbourhoods,S02001452,Stobswell,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207926 +207926,S00099520,7b1,Eastern European Communities,S01007863,Ardler and St Marys - 07,4d,Hard-pressed flat dwellers,S02001474,Ardler and St Marys,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207927 +207927,S00099607,7b1,Eastern European Communities,S01007848,Charleston - 04,4d,Hard-pressed flat dwellers,S02001472,Charleston,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207928 +207928,S00099609,7b1,Eastern European Communities,S01007848,Charleston - 04,4d,Hard-pressed flat dwellers,S02001472,Charleston,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207929 +207929,S00099611,7b1,Eastern European Communities,S01007828,Law - 01,4d,Hard-pressed flat dwellers,S02001469,Law,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207930 +207930,S00099620,7b1,Eastern European Communities,S01007831,Law - 04,4d,Hard-pressed flat dwellers,S02001469,Law,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207931 +207931,S00099639,7b1,Eastern European Communities,S01007723,The Glens - 04,4d,Hard-pressed flat dwellers,S02001451,The Glens,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207932 +207932,S00099652,7b1,Eastern European Communities,S01007708,Docks and Wellgate - 02,1a,Cosmopolitan student neighbourhoods,S02001449,Docks and Wellgate,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207933 +207933,S00099765,7b1,Eastern European Communities,S01007716,Hilltown - 03,1a,Cosmopolitan student neighbourhoods,S02001450,Hilltown,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207934 +207934,S00098581,7b3,Endeavouring Flat Dwellers,S01007834,Balgay - 01,4d,Hard-pressed flat dwellers,S02001470,Balgay,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207935 +207935,S00098582,7b3,Endeavouring Flat Dwellers,S01007834,Balgay - 01,4d,Hard-pressed flat dwellers,S02001470,Balgay,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207936 +207936,S00098584,7b3,Endeavouring Flat Dwellers,S01007834,Balgay - 01,4d,Hard-pressed flat dwellers,S02001470,Balgay,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207937 +207937,S00098585,7b3,Endeavouring Flat Dwellers,S01007834,Balgay - 01,4d,Hard-pressed flat dwellers,S02001470,Balgay,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207938 +207938,S00098586,7b3,Endeavouring Flat Dwellers,S01007834,Balgay - 01,4d,Hard-pressed flat dwellers,S02001470,Balgay,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207939 +207939,S00098624,7b3,Endeavouring Flat Dwellers,S01007855,Lochee - 06,4d,Hard-pressed flat dwellers,S02001473,Lochee,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207940 +207940,S00098657,7b3,Endeavouring Flat Dwellers,S01007844,Menzieshill - 06,4d,Hard-pressed flat dwellers,S02001471,Menzieshill,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207941 +207941,S00098663,7b3,Endeavouring Flat Dwellers,S01007844,Menzieshill - 06,4d,Hard-pressed flat dwellers,S02001471,Menzieshill,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207942 +207942,S00098665,7b3,Endeavouring Flat Dwellers,S01007844,Menzieshill - 06,4d,Hard-pressed flat dwellers,S02001471,Menzieshill,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207943 +207943,S00098669,7b3,Endeavouring Flat Dwellers,S01007843,Menzieshill - 05,4d,Hard-pressed flat dwellers,S02001471,Menzieshill,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207944 +207944,S00098670,7b3,Endeavouring Flat Dwellers,S01007843,Menzieshill - 05,4d,Hard-pressed flat dwellers,S02001471,Menzieshill,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207945 +207945,S00098673,7b3,Endeavouring Flat Dwellers,S01007842,Menzieshill - 04,4d,Hard-pressed flat dwellers,S02001471,Menzieshill,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207946 +207946,S00098674,7b3,Endeavouring Flat Dwellers,S01007842,Menzieshill - 04,4d,Hard-pressed flat dwellers,S02001471,Menzieshill,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207947 +207947,S00098684,7b3,Endeavouring Flat Dwellers,S01007839,Menzieshill - 01,3c,Highly qualified professionals,S02001471,Menzieshill,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207948 +207948,S00098691,7b3,Endeavouring Flat Dwellers,S01007840,Menzieshill - 02,4d,Hard-pressed flat dwellers,S02001471,Menzieshill,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207949 +207949,S00098692,7b3,Endeavouring Flat Dwellers,S01007840,Menzieshill - 02,4d,Hard-pressed flat dwellers,S02001471,Menzieshill,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207950 +207950,S00098695,7b3,Endeavouring Flat Dwellers,S01007841,Menzieshill - 03,4d,Hard-pressed flat dwellers,S02001471,Menzieshill,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207951 +207951,S00098912,8b2,Hard-Pressed Rented Terraces,S01007861,Ardler and St Marys - 05,4a,Challenged white communities,S02001474,Ardler and St Marys,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207952 +207952,S00099598,7b2,Deprived Neighbourhoods,S01007853,Lochee - 04,4d,Hard-pressed flat dwellers,S02001473,Lochee,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207953 +207953,S00098914,8b2,Hard-Pressed Rented Terraces,S01007861,Ardler and St Marys - 05,4a,Challenged white communities,S02001474,Ardler and St Marys,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207954 +207954,S00098919,8b2,Hard-Pressed Rented Terraces,S01007820,Downfield - 05,4a,Challenged white communities,S02001467,Downfield,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207955 +207955,S00098929,8b2,Hard-Pressed Rented Terraces,S01007819,Downfield - 04,5d,Endeavouring social renters,S02001467,Downfield,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207956 +207956,S00098930,8b2,Hard-Pressed Rented Terraces,S01007817,Downfield - 02,5d,Endeavouring social renters,S02001467,Downfield,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207957 +207957,S00098932,8b2,Hard-Pressed Rented Terraces,S01007817,Downfield - 02,5d,Endeavouring social renters,S02001467,Downfield,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207958 +207958,S00098939,8b2,Hard-Pressed Rented Terraces,S01007818,Downfield - 03,5c,Comfortable neighbourhoods,S02001467,Downfield,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207959 +207959,S00098952,8b2,Hard-Pressed Rented Terraces,S01007810,Caird Park - 04,4a,Challenged white communities,S02001465,Caird Park,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207960 +207960,S00098955,8b2,Hard-Pressed Rented Terraces,S01007814,Kirkton - 04,5d,Endeavouring social renters,S02001466,Kirkton,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207961 +207961,S00098959,8b2,Hard-Pressed Rented Terraces,S01007814,Kirkton - 04,5d,Endeavouring social renters,S02001466,Kirkton,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207962 +207962,S00098960,8b2,Hard-Pressed Rented Terraces,S01007810,Caird Park - 04,4a,Challenged white communities,S02001465,Caird Park,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207963 +207963,S00098970,8b2,Hard-Pressed Rented Terraces,S01007811,Kirkton - 01,4a,Challenged white communities,S02001466,Kirkton,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207964 +207964,S00098971,8b2,Hard-Pressed Rented Terraces,S01007808,Caird Park - 02,4a,Challenged white communities,S02001465,Caird Park,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207965 +207965,S00098973,8b2,Hard-Pressed Rented Terraces,S01007808,Caird Park - 02,4a,Challenged white communities,S02001465,Caird Park,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207966 +207966,S00099091,8b2,Hard-Pressed Rented Terraces,S01007741,Craigie and Craigiebank - 05,4d,Hard-pressed flat dwellers,S02001454,Craigie and Craigiebank,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207967 +207967,S00099121,8b2,Hard-Pressed Rented Terraces,S01007805,Linlathen and Midcraigie - 06,4a,Challenged white communities,S02001464,Linlathen and Midcraigie,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207968 +207968,S00099123,8b2,Hard-Pressed Rented Terraces,S01007803,Linlathen and Midcraigie - 04,4a,Challenged white communities,S02001464,Linlathen and Midcraigie,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207969 +207969,S00099126,8b2,Hard-Pressed Rented Terraces,S01007744,Douglas West - 02,4d,Hard-pressed flat dwellers,S02001455,Douglas West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207970 +207970,S00099133,8b2,Hard-Pressed Rented Terraces,S01007747,Douglas West - 05,4a,Challenged white communities,S02001455,Douglas West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207971 +207971,S00099138,8b2,Hard-Pressed Rented Terraces,S01007747,Douglas West - 05,4a,Challenged white communities,S02001455,Douglas West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207972 +207972,S00099141,8b2,Hard-Pressed Rented Terraces,S01007746,Douglas West - 04,4a,Challenged white communities,S02001455,Douglas West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207973 +207973,S00099144,8b2,Hard-Pressed Rented Terraces,S01007746,Douglas West - 04,4a,Challenged white communities,S02001455,Douglas West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207974 +207974,S00099157,8b2,Hard-Pressed Rented Terraces,S01007754,Douglas East - 02,4a,Challenged white communities,S02001457,Douglas East,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207975 +207975,S00099158,8b2,Hard-Pressed Rented Terraces,S01007755,Douglas East - 03,4a,Challenged white communities,S02001457,Douglas East,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207976 +207976,S00099164,8b2,Hard-Pressed Rented Terraces,S01007754,Douglas East - 02,4a,Challenged white communities,S02001457,Douglas East,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207977 +207977,S00099600,7b2,Deprived Neighbourhoods,S01007853,Lochee - 04,4d,Hard-pressed flat dwellers,S02001473,Lochee,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207978 +207978,S00099612,7b2,Deprived Neighbourhoods,S01007833,Law - 06,4d,Hard-pressed flat dwellers,S02001469,Law,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207979 +207979,S00099641,7b2,Deprived Neighbourhoods,S01007719,Hilltown - 06,4d,Hard-pressed flat dwellers,S02001450,Hilltown,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207980 +207980,S00099668,7b2,Deprived Neighbourhoods,S01007803,Linlathen and Midcraigie - 04,4a,Challenged white communities,S02001464,Linlathen and Midcraigie,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207981 +207981,S00099761,7b2,Deprived Neighbourhoods,S01007717,Hilltown - 04,1a,Cosmopolitan student neighbourhoods,S02001450,Hilltown,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207982 +207982,S00099772,7b2,Deprived Neighbourhoods,S01007855,Lochee - 06,4d,Hard-pressed flat dwellers,S02001473,Lochee,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207983 +207983,S00098491,6a3,Detached Retirement Living,S01007869,Western Edge - 05,8a,Affluent communities,S02001475,Western Edge,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207984 +207984,S00098547,6a3,Detached Retirement Living,S01007837,Balgay - 04,8b,Ageing suburbanites,S02001470,Balgay,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207985 +207985,S00098650,6a3,Detached Retirement Living,S01007868,Western Edge - 04,8b,Ageing suburbanites,S02001475,Western Edge,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207986 +207986,S00098837,6a3,Detached Retirement Living,S01007833,Law - 06,4d,Hard-pressed flat dwellers,S02001469,Law,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207987 +207987,S00098872,6a3,Detached Retirement Living,S01007825,Fairmuir - 03,5c,Comfortable neighbourhoods,S02001468,Fairmuir,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207988 +207988,S00098936,6a3,Detached Retirement Living,S01007816,Downfield - 01,5d,Endeavouring social renters,S02001467,Downfield,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207989 +207989,S00098946,6a3,Detached Retirement Living,S01007815,Kirkton - 05,8b,Ageing suburbanites,S02001466,Kirkton,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207990 +207990,S00099045,6a3,Detached Retirement Living,S01007735,Baxter Park - 03,8c,Comfortable suburbia,S02001453,Baxter Park,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207991 +207991,S00099076,6a3,Detached Retirement Living,S01007740,Craigie and Craigiebank - 04,5a,Ageing urban communities,S02001454,Craigie and Craigiebank,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207992 +207992,S00099279,6a3,Detached Retirement Living,S01007751,West Ferry - 03,8a,Affluent communities,S02001456,West Ferry,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207993 +207993,S00099284,6a3,Detached Retirement Living,S01007750,West Ferry - 02,8a,Affluent communities,S02001456,West Ferry,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207994 +207994,S00099324,6a3,Detached Retirement Living,S01007764,Broughty Ferry East - 02,8b,Ageing suburbanites,S02001459,Broughty Ferry East,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207995 +207995,S00099336,6a3,Detached Retirement Living,S01007771,Barnhill - 04,8a,Affluent communities,S02001460,Barnhill,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207996 +207996,S00099339,6a3,Detached Retirement Living,S01007771,Barnhill - 04,8a,Affluent communities,S02001460,Barnhill,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207997 +207997,S00099341,6a3,Detached Retirement Living,S01007771,Barnhill - 04,8a,Affluent communities,S02001460,Barnhill,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207998 +207998,S00099342,6a3,Detached Retirement Living,S01007770,Barnhill - 03,8a,Affluent communities,S02001460,Barnhill,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,207999 +207999,S00099347,6a3,Detached Retirement Living,S01007758,Broughty Ferry West - 02,8a,Affluent communities,S02001458,Broughty Ferry West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208000 +208000,S00099669,5a2,Multi-Ethnic Professionals with Families,S01007802,Linlathen and Midcraigie - 03,3d,Households in terraces and flats,S02001464,Linlathen and Midcraigie,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208001 +208001,S00099056,8c3,Renting Hard-Pressed Workers,S01007742,Craigie and Craigiebank - 06,5c,Comfortable neighbourhoods,S02001454,Craigie and Craigiebank,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208002 +208002,S00099681,5a2,Multi-Ethnic Professionals with Families,S01007798,Fintry - 08,8c,Comfortable suburbia,S02001463,Fintry,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208003 +208003,S00098567,6b1,Multi-Ethnic Suburbia,S01007836,Balgay - 03,5c,Comfortable neighbourhoods,S02001470,Balgay,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208004 +208004,S00098568,6b1,Multi-Ethnic Suburbia,S01007838,Balgay - 05,8b,Ageing suburbanites,S02001470,Balgay,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208005 +208005,S00098879,6b1,Multi-Ethnic Suburbia,S01007825,Fairmuir - 03,5c,Comfortable neighbourhoods,S02001468,Fairmuir,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208006 +208006,S00099039,6b1,Multi-Ethnic Suburbia,S01007733,Baxter Park - 01,3a,Achieving neighbourhoods,S02001453,Baxter Park,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208007 +208007,S00098546,6b4,Older Workers and Retirement,S01007838,Balgay - 05,8b,Ageing suburbanites,S02001470,Balgay,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208008 +208008,S00098548,6b4,Older Workers and Retirement,S01007838,Balgay - 05,8b,Ageing suburbanites,S02001470,Balgay,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208009 +208009,S00098565,6b4,Older Workers and Retirement,S01007837,Balgay - 04,8b,Ageing suburbanites,S02001470,Balgay,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208010 +208010,S00098642,6b4,Older Workers and Retirement,S01007858,Ardler and St Marys - 02,4a,Challenged white communities,S02001474,Ardler and St Marys,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208011 +208011,S00098651,6b4,Older Workers and Retirement,S01007868,Western Edge - 04,8b,Ageing suburbanites,S02001475,Western Edge,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208012 +208012,S00098735,6b4,Older Workers and Retirement,S01007869,Western Edge - 05,8a,Affluent communities,S02001475,Western Edge,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208013 +208013,S00098866,6b4,Older Workers and Retirement,S01007809,Caird Park - 03,8b,Ageing suburbanites,S02001465,Caird Park,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208014 +208014,S00098869,6b4,Older Workers and Retirement,S01007809,Caird Park - 03,8b,Ageing suburbanites,S02001465,Caird Park,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208015 +208015,S00098876,6b4,Older Workers and Retirement,S01007809,Caird Park - 03,8b,Ageing suburbanites,S02001465,Caird Park,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208016 +208016,S00098888,6b4,Older Workers and Retirement,S01007822,Downfield - 07,5c,Comfortable neighbourhoods,S02001467,Downfield,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208017 +208017,S00098915,6b4,Older Workers and Retirement,S01007820,Downfield - 05,4a,Challenged white communities,S02001467,Downfield,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208018 +208018,S00098934,6b4,Older Workers and Retirement,S01007816,Downfield - 01,5d,Endeavouring social renters,S02001467,Downfield,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208019 +208019,S00098944,6b4,Older Workers and Retirement,S01007815,Kirkton - 05,8b,Ageing suburbanites,S02001466,Kirkton,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208020 +208020,S00098587,2c2,Migrant Commuters,S01007697,Logie and Blackness - 03,1a,Cosmopolitan student neighbourhoods,S02001447,Logie and Blackness,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208021 +208021,S00099185,7d2,Retired Independent City Dwellers,S01007720,The Glens - 01,4d,Hard-pressed flat dwellers,S02001451,The Glens,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208022 +208022,S00099470,5b3,Self-Sufficient Retirement,S01007867,Western Edge - 03,2a,Ageing rural neighbourhoods,S02001475,Western Edge,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208023 +208023,S00098945,6b4,Older Workers and Retirement,S01007818,Downfield - 03,5c,Comfortable neighbourhoods,S02001467,Downfield,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208024 +208024,S00098958,6b4,Older Workers and Retirement,S01007815,Kirkton - 05,8b,Ageing suburbanites,S02001466,Kirkton,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208025 +208025,S00099043,6b4,Older Workers and Retirement,S01007736,Baxter Park - 04,5c,Comfortable neighbourhoods,S02001453,Baxter Park,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208026 +208026,S00099044,6b4,Older Workers and Retirement,S01007736,Baxter Park - 04,5c,Comfortable neighbourhoods,S02001453,Baxter Park,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208027 +208027,S00099049,6b4,Older Workers and Retirement,S01007735,Baxter Park - 03,8c,Comfortable suburbia,S02001453,Baxter Park,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208028 +208028,S00099054,6b4,Older Workers and Retirement,S01007738,Craigie and Craigiebank - 02,5c,Comfortable neighbourhoods,S02001454,Craigie and Craigiebank,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208029 +208029,S00099267,6b4,Older Workers and Retirement,S01007779,West Pitkerro - 06,5c,Comfortable neighbourhoods,S02001461,West Pitkerro,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208030 +208030,S00099278,6b4,Older Workers and Retirement,S01007749,West Ferry - 01,8b,Ageing suburbanites,S02001456,West Ferry,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208031 +208031,S00099283,6b4,Older Workers and Retirement,S01007752,West Ferry - 04,5a,Ageing urban communities,S02001456,West Ferry,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208032 +208032,S00099314,6b4,Older Workers and Retirement,S01007761,Broughty Ferry West - 05,8a,Affluent communities,S02001458,Broughty Ferry West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208033 +208033,S00099334,6b4,Older Workers and Retirement,S01007775,West Pitkerro - 02,8a,Affluent communities,S02001461,West Pitkerro,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208034 +208034,S00099348,6b4,Older Workers and Retirement,S01007757,Broughty Ferry West - 01,8b,Ageing suburbanites,S02001458,Broughty Ferry West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208035 +208035,S00099351,6b4,Older Workers and Retirement,S01007757,Broughty Ferry West - 01,8b,Ageing suburbanites,S02001458,Broughty Ferry West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208036 +208036,S00099357,6b4,Older Workers and Retirement,S01007767,Broughty Ferry East - 05,8b,Ageing suburbanites,S02001459,Broughty Ferry East,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208037 +208037,S00099360,6b4,Older Workers and Retirement,S01007767,Broughty Ferry East - 05,8b,Ageing suburbanites,S02001459,Broughty Ferry East,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208038 +208038,S00099372,6b4,Older Workers and Retirement,S01007766,Broughty Ferry East - 04,8b,Ageing suburbanites,S02001459,Broughty Ferry East,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208039 +208039,S00099380,6b4,Older Workers and Retirement,S01007765,Broughty Ferry East - 03,8b,Ageing suburbanites,S02001459,Broughty Ferry East,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208040 +208040,S00099475,2c2,Migrant Commuters,S01007717,Hilltown - 04,1a,Cosmopolitan student neighbourhoods,S02001450,Hilltown,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208041 +208041,S00098667,4a2,Social Renting New Arrivals,S01007843,Menzieshill - 05,4d,Hard-pressed flat dwellers,S02001471,Menzieshill,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208042 +208042,S00098686,7c3,Outer City Hardship,S01007838,Balgay - 05,8b,Ageing suburbanites,S02001470,Balgay,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208043 +208043,S00099384,6b4,Older Workers and Retirement,S01007773,Barnhill - 06,8b,Ageing suburbanites,S02001460,Barnhill,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208044 +208044,S00099388,6b4,Older Workers and Retirement,S01007760,Broughty Ferry West - 04,8a,Affluent communities,S02001458,Broughty Ferry West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208045 +208045,S00099418,6b4,Older Workers and Retirement,S01007799,Fintry - 09,8c,Comfortable suburbia,S02001463,Fintry,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208046 +208046,S00099421,6b4,Older Workers and Retirement,S01007791,Fintry - 01,8b,Ageing suburbanites,S02001463,Fintry,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208047 +208047,S00099422,6b4,Older Workers and Retirement,S01007799,Fintry - 09,8c,Comfortable suburbia,S02001463,Fintry,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208048 +208048,S00099435,6b4,Older Workers and Retirement,S01007835,Balgay - 02,4d,Hard-pressed flat dwellers,S02001470,Balgay,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208049 +208049,S00099440,6b4,Older Workers and Retirement,S01007851,Lochee - 02,5c,Comfortable neighbourhoods,S02001473,Lochee,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208050 +208050,S00099501,6b4,Older Workers and Retirement,S01007734,Baxter Park - 02,8a,Affluent communities,S02001453,Baxter Park,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208051 +208051,S00099503,6b4,Older Workers and Retirement,S01007735,Baxter Park - 03,8c,Comfortable suburbia,S02001453,Baxter Park,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208052 +208052,S00099644,6b4,Older Workers and Retirement,S01007822,Downfield - 07,5c,Comfortable neighbourhoods,S02001467,Downfield,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208053 +208053,S00099684,6b4,Older Workers and Retirement,S01007798,Fintry - 08,8c,Comfortable suburbia,S02001463,Fintry,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208054 +208054,S00098545,7c3,Outer City Hardship,S01007836,Balgay - 03,5c,Comfortable neighbourhoods,S02001470,Balgay,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208055 +208055,S00098621,7c3,Outer City Hardship,S01007853,Lochee - 04,4d,Hard-pressed flat dwellers,S02001473,Lochee,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208056 +208056,S00098626,7c3,Outer City Hardship,S01007855,Lochee - 06,4d,Hard-pressed flat dwellers,S02001473,Lochee,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208057 +208057,S00098821,4a2,Social Renting New Arrivals,S01007723,The Glens - 04,4d,Hard-pressed flat dwellers,S02001451,The Glens,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208058 +208058,S00099223,7d2,Retired Independent City Dwellers,S01007785,Whitfield - 04,4d,Hard-pressed flat dwellers,S02001462,Whitfield,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208059 +208059,S00099299,7d2,Retired Independent City Dwellers,S01007759,Broughty Ferry West - 03,4d,Hard-pressed flat dwellers,S02001458,Broughty Ferry West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208060 +208060,S00098590,2c2,Migrant Commuters,S01007697,Logie and Blackness - 03,1a,Cosmopolitan student neighbourhoods,S02001447,Logie and Blackness,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208061 +208061,S00099477,5b3,Self-Sufficient Retirement,S01007833,Law - 06,4d,Hard-pressed flat dwellers,S02001469,Law,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208062 +208062,S00098715,7c3,Outer City Hardship,S01007849,Charleston - 05,4d,Hard-pressed flat dwellers,S02001472,Charleston,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208063 +208063,S00099112,8c3,Renting Hard-Pressed Workers,S01007804,Linlathen and Midcraigie - 05,4a,Challenged white communities,S02001464,Linlathen and Midcraigie,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208064 +208064,S00098457,2a1,Student Communal Living,S01007690,Perth Road - 02,1a,Cosmopolitan student neighbourhoods,S02001446,Perth Road,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208065 +208065,S00099479,2c2,Migrant Commuters,S01007718,Hilltown - 05,1a,Cosmopolitan student neighbourhoods,S02001450,Hilltown,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208066 +208066,S00098482,2a1,Student Communal Living,S01007694,Perth Road - 06,1a,Cosmopolitan student neighbourhoods,S02001446,Perth Road,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208067 +208067,S00099150,8c3,Renting Hard-Pressed Workers,S01007746,Douglas West - 04,4a,Challenged white communities,S02001455,Douglas West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208068 +208068,S00099364,7d2,Retired Independent City Dwellers,S01007763,Broughty Ferry East - 01,4d,Hard-pressed flat dwellers,S02001459,Broughty Ferry East,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208069 +208069,S00098593,2c2,Migrant Commuters,S01007697,Logie and Blackness - 03,1a,Cosmopolitan student neighbourhoods,S02001447,Logie and Blackness,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208070 +208070,S00099645,5b3,Self-Sufficient Retirement,S01007822,Downfield - 07,5c,Comfortable neighbourhoods,S02001467,Downfield,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208071 +208071,S00098729,7c3,Outer City Hardship,S01007846,Charleston - 02,4a,Challenged white communities,S02001472,Charleston,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208072 +208072,S00099494,2c2,Migrant Commuters,S01007728,Stobswell - 03,1a,Cosmopolitan student neighbourhoods,S02001452,Stobswell,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208073 +208073,S00099366,7d2,Retired Independent City Dwellers,S01007763,Broughty Ferry East - 01,4d,Hard-pressed flat dwellers,S02001459,Broughty Ferry East,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208074 +208074,S00099165,8c3,Renting Hard-Pressed Workers,S01007754,Douglas East - 02,4a,Challenged white communities,S02001457,Douglas East,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208075 +208075,S00099682,5b3,Self-Sufficient Retirement,S01007798,Fintry - 08,8c,Comfortable suburbia,S02001463,Fintry,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208076 +208076,S00098682,2a1,Student Communal Living,S01007839,Menzieshill - 01,3c,Highly qualified professionals,S02001471,Menzieshill,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208077 +208077,S00098594,2c2,Migrant Commuters,S01007697,Logie and Blackness - 03,1a,Cosmopolitan student neighbourhoods,S02001447,Logie and Blackness,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208078 +208078,S00098731,7c3,Outer City Hardship,S01007846,Charleston - 02,4a,Challenged white communities,S02001472,Charleston,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208079 +208079,S00099541,2c2,Migrant Commuters,S01007704,City Centre - 04,1a,Cosmopolitan student neighbourhoods,S02001448,City Centre,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208080 +208080,S00099436,7d2,Retired Independent City Dwellers,S01007828,Law - 01,4d,Hard-pressed flat dwellers,S02001469,Law,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208081 +208081,S00099574,2c2,Migrant Commuters,S01007701,City Centre - 01,1a,Cosmopolitan student neighbourhoods,S02001448,City Centre,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208082 +208082,S00098595,2c2,Migrant Commuters,S01007698,Logie and Blackness - 04,1a,Cosmopolitan student neighbourhoods,S02001447,Logie and Blackness,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208083 +208083,S00098443,2a2,Student Digs,S01007704,City Centre - 04,1a,Cosmopolitan student neighbourhoods,S02001448,City Centre,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208084 +208084,S00099686,5b3,Self-Sufficient Retirement,S01007807,Caird Park - 01,5c,Comfortable neighbourhoods,S02001465,Caird Park,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208085 +208085,S00098751,7c3,Outer City Hardship,S01007831,Law - 04,4d,Hard-pressed flat dwellers,S02001469,Law,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208086 +208086,S00099231,8c3,Renting Hard-Pressed Workers,S01007792,Fintry - 02,4a,Challenged white communities,S02001463,Fintry,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208087 +208087,S00099441,7d2,Retired Independent City Dwellers,S01007851,Lochee - 02,5c,Comfortable neighbourhoods,S02001473,Lochee,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208088 +208088,S00099583,2c2,Migrant Commuters,S01007695,Logie and Blackness - 01,1a,Cosmopolitan student neighbourhoods,S02001447,Logie and Blackness,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208089 +208089,S00098598,2c2,Migrant Commuters,S01007700,Logie and Blackness - 06,3c,Highly qualified professionals,S02001447,Logie and Blackness,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208090 +208090,S00098604,2c2,Migrant Commuters,S01007699,Logie and Blackness - 05,1a,Cosmopolitan student neighbourhoods,S02001447,Logie and Blackness,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208091 +208091,S00098698,2c2,Migrant Commuters,S01007841,Menzieshill - 03,4d,Hard-pressed flat dwellers,S02001471,Menzieshill,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208092 +208092,S00098741,2c2,Migrant Commuters,S01007828,Law - 01,4d,Hard-pressed flat dwellers,S02001469,Law,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208093 +208093,S00098774,2c2,Migrant Commuters,S01007830,Law - 03,4d,Hard-pressed flat dwellers,S02001469,Law,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208094 +208094,S00098798,2c2,Migrant Commuters,S01007717,Hilltown - 04,1a,Cosmopolitan student neighbourhoods,S02001450,Hilltown,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208095 +208095,S00098802,2c2,Migrant Commuters,S01007724,The Glens - 05,1a,Cosmopolitan student neighbourhoods,S02001451,The Glens,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208096 +208096,S00098804,2c2,Migrant Commuters,S01007726,Stobswell - 01,1a,Cosmopolitan student neighbourhoods,S02001452,Stobswell,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208097 +208097,S00098806,2c2,Migrant Commuters,S01007726,Stobswell - 01,1a,Cosmopolitan student neighbourhoods,S02001452,Stobswell,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208098 +208098,S00098807,2c2,Migrant Commuters,S01007726,Stobswell - 01,1a,Cosmopolitan student neighbourhoods,S02001452,Stobswell,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208099 +208099,S00098819,2c2,Migrant Commuters,S01007721,The Glens - 02,4d,Hard-pressed flat dwellers,S02001451,The Glens,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208100 +208100,S00098832,2c2,Migrant Commuters,S01007718,Hilltown - 05,1a,Cosmopolitan student neighbourhoods,S02001450,Hilltown,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208101 +208101,S00098833,2c2,Migrant Commuters,S01007718,Hilltown - 05,1a,Cosmopolitan student neighbourhoods,S02001450,Hilltown,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208102 +208102,S00098845,2c2,Migrant Commuters,S01007718,Hilltown - 05,1a,Cosmopolitan student neighbourhoods,S02001450,Hilltown,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208103 +208103,S00098851,2c2,Migrant Commuters,S01007725,The Glens - 06,1a,Cosmopolitan student neighbourhoods,S02001451,The Glens,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208104 +208104,S00098852,2c2,Migrant Commuters,S01007725,The Glens - 06,1a,Cosmopolitan student neighbourhoods,S02001451,The Glens,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208105 +208105,S00098853,2c2,Migrant Commuters,S01007725,The Glens - 06,1a,Cosmopolitan student neighbourhoods,S02001451,The Glens,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208106 +208106,S00098858,2c2,Migrant Commuters,S01007719,Hilltown - 06,4d,Hard-pressed flat dwellers,S02001450,Hilltown,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208107 +208107,S00098861,2c2,Migrant Commuters,S01007719,Hilltown - 06,4d,Hard-pressed flat dwellers,S02001450,Hilltown,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208108 +208108,S00098989,2c2,Migrant Commuters,S01007727,Stobswell - 02,1a,Cosmopolitan student neighbourhoods,S02001452,Stobswell,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208109 +208109,S00098993,2c2,Migrant Commuters,S01007728,Stobswell - 03,1a,Cosmopolitan student neighbourhoods,S02001452,Stobswell,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208110 +208110,S00098994,2c2,Migrant Commuters,S01007728,Stobswell - 03,1a,Cosmopolitan student neighbourhoods,S02001452,Stobswell,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208111 +208111,S00098996,2c2,Migrant Commuters,S01007729,Stobswell - 04,1a,Cosmopolitan student neighbourhoods,S02001452,Stobswell,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208112 +208112,S00098997,2c2,Migrant Commuters,S01007728,Stobswell - 03,1a,Cosmopolitan student neighbourhoods,S02001452,Stobswell,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208113 +208113,S00098998,2c2,Migrant Commuters,S01007729,Stobswell - 04,1a,Cosmopolitan student neighbourhoods,S02001452,Stobswell,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208114 +208114,S00098999,2c2,Migrant Commuters,S01007729,Stobswell - 04,1a,Cosmopolitan student neighbourhoods,S02001452,Stobswell,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208115 +208115,S00099000,2c2,Migrant Commuters,S01007729,Stobswell - 04,1a,Cosmopolitan student neighbourhoods,S02001452,Stobswell,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208116 +208116,S00099001,2c2,Migrant Commuters,S01007729,Stobswell - 04,1a,Cosmopolitan student neighbourhoods,S02001452,Stobswell,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208117 +208117,S00099003,2c2,Migrant Commuters,S01007730,Stobswell - 05,1a,Cosmopolitan student neighbourhoods,S02001452,Stobswell,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208118 +208118,S00099004,2c2,Migrant Commuters,S01007730,Stobswell - 05,1a,Cosmopolitan student neighbourhoods,S02001452,Stobswell,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208119 +208119,S00099005,2c2,Migrant Commuters,S01007730,Stobswell - 05,1a,Cosmopolitan student neighbourhoods,S02001452,Stobswell,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208120 +208120,S00099007,2c2,Migrant Commuters,S01007730,Stobswell - 05,1a,Cosmopolitan student neighbourhoods,S02001452,Stobswell,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208121 +208121,S00099008,2c2,Migrant Commuters,S01007730,Stobswell - 05,1a,Cosmopolitan student neighbourhoods,S02001452,Stobswell,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208122 +208122,S00099009,2c2,Migrant Commuters,S01007729,Stobswell - 04,1a,Cosmopolitan student neighbourhoods,S02001452,Stobswell,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208123 +208123,S00099010,2c2,Migrant Commuters,S01007731,Stobswell - 06,1a,Cosmopolitan student neighbourhoods,S02001452,Stobswell,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208124 +208124,S00099011,2c2,Migrant Commuters,S01007731,Stobswell - 06,1a,Cosmopolitan student neighbourhoods,S02001452,Stobswell,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208125 +208125,S00099014,2c2,Migrant Commuters,S01007728,Stobswell - 03,1a,Cosmopolitan student neighbourhoods,S02001452,Stobswell,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208126 +208126,S00099015,2c2,Migrant Commuters,S01007728,Stobswell - 03,1a,Cosmopolitan student neighbourhoods,S02001452,Stobswell,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208127 +208127,S00099022,2c2,Migrant Commuters,S01007708,Docks and Wellgate - 02,1a,Cosmopolitan student neighbourhoods,S02001449,Docks and Wellgate,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208128 +208128,S00099023,2c2,Migrant Commuters,S01007708,Docks and Wellgate - 02,1a,Cosmopolitan student neighbourhoods,S02001449,Docks and Wellgate,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208129 +208129,S00099024,2c2,Migrant Commuters,S01007731,Stobswell - 06,1a,Cosmopolitan student neighbourhoods,S02001452,Stobswell,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208130 +208130,S00099036,2c2,Migrant Commuters,S01007730,Stobswell - 05,1a,Cosmopolitan student neighbourhoods,S02001452,Stobswell,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208131 +208131,S00099295,2c2,Migrant Commuters,S01007759,Broughty Ferry West - 03,4d,Hard-pressed flat dwellers,S02001458,Broughty Ferry West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208132 +208132,S00099437,2c2,Migrant Commuters,S01007699,Logie and Blackness - 05,1a,Cosmopolitan student neighbourhoods,S02001447,Logie and Blackness,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208133 +208133,S00099459,2c2,Migrant Commuters,S01007716,Hilltown - 03,1a,Cosmopolitan student neighbourhoods,S02001450,Hilltown,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208134 +208134,S00099434,8c3,Renting Hard-Pressed Workers,S01007850,Lochee - 01,4a,Challenged white communities,S02001473,Lochee,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208135 +208135,S00098753,7c3,Outer City Hardship,S01007832,Law - 05,4d,Hard-pressed flat dwellers,S02001469,Law,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208136 +208136,S00099460,7d2,Retired Independent City Dwellers,S01007716,Hilltown - 03,1a,Cosmopolitan student neighbourhoods,S02001450,Hilltown,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208137 +208137,S00099584,2c2,Migrant Commuters,S01007695,Logie and Blackness - 01,1a,Cosmopolitan student neighbourhoods,S02001447,Logie and Blackness,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208138 +208138,S00099449,8c3,Renting Hard-Pressed Workers,S01007849,Charleston - 05,4d,Hard-pressed flat dwellers,S02001472,Charleston,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208139 +208139,S00098755,7c3,Outer City Hardship,S01007832,Law - 05,4d,Hard-pressed flat dwellers,S02001469,Law,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208140 +208140,S00099712,5b3,Self-Sufficient Retirement,S01007758,Broughty Ferry West - 02,8a,Affluent communities,S02001458,Broughty Ferry West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208141 +208141,S00098460,2a2,Student Digs,S01007690,Perth Road - 02,1a,Cosmopolitan student neighbourhoods,S02001446,Perth Road,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208142 +208142,S00099591,2c2,Migrant Commuters,S01007834,Balgay - 01,4d,Hard-pressed flat dwellers,S02001470,Balgay,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208143 +208143,S00099478,7d2,Retired Independent City Dwellers,S01007833,Law - 06,4d,Hard-pressed flat dwellers,S02001469,Law,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208144 +208144,S00098761,7c3,Outer City Hardship,S01007700,Logie and Blackness - 06,3c,Highly qualified professionals,S02001447,Logie and Blackness,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208145 +208145,S00098474,2a2,Student Digs,S01007696,Logie and Blackness - 02,1a,Cosmopolitan student neighbourhoods,S02001447,Logie and Blackness,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208146 +208146,S00099714,5b3,Self-Sufficient Retirement,S01007762,Broughty Ferry West - 06,5a,Ageing urban communities,S02001458,Broughty Ferry West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208147 +208147,S00099453,8c3,Renting Hard-Pressed Workers,S01007845,Charleston - 01,4d,Hard-pressed flat dwellers,S02001472,Charleston,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208148 +208148,S00099626,2c2,Migrant Commuters,S01007714,Hilltown - 01,4b,Constrained renters,S02001450,Hilltown,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208149 +208149,S00099561,7d2,Retired Independent City Dwellers,S01007690,Perth Road - 02,1a,Cosmopolitan student neighbourhoods,S02001446,Perth Road,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208150 +208150,S00098767,7c3,Outer City Hardship,S01007832,Law - 05,4d,Hard-pressed flat dwellers,S02001469,Law,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208151 +208151,S00098480,2a2,Student Digs,S01007694,Perth Road - 06,1a,Cosmopolitan student neighbourhoods,S02001446,Perth Road,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208152 +208152,S00099715,5b3,Self-Sufficient Retirement,S01007762,Broughty Ferry West - 06,5a,Ageing urban communities,S02001458,Broughty Ferry West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208153 +208153,S00099480,8c3,Renting Hard-Pressed Workers,S01007822,Downfield - 07,5c,Comfortable neighbourhoods,S02001467,Downfield,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208154 +208154,S00099595,7d2,Retired Independent City Dwellers,S01007853,Lochee - 04,4d,Hard-pressed flat dwellers,S02001473,Lochee,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208155 +208155,S00099509,8c3,Renting Hard-Pressed Workers,S01007801,Linlathen and Midcraigie - 02,4d,Hard-pressed flat dwellers,S02001464,Linlathen and Midcraigie,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208156 +208156,S00099716,5b3,Self-Sufficient Retirement,S01007761,Broughty Ferry West - 05,8a,Affluent communities,S02001458,Broughty Ferry West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208157 +208157,S00099055,7c3,Outer City Hardship,S01007738,Craigie and Craigiebank - 02,5c,Comfortable neighbourhoods,S02001454,Craigie and Craigiebank,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208158 +208158,S00099667,7d2,Retired Independent City Dwellers,S01007738,Craigie and Craigiebank - 02,5c,Comfortable neighbourhoods,S02001454,Craigie and Craigiebank,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208159 +208159,S00099605,8c3,Renting Hard-Pressed Workers,S01007839,Menzieshill - 01,3c,Highly qualified professionals,S02001471,Menzieshill,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208160 +208160,S00099726,5b3,Self-Sufficient Retirement,S01007772,Barnhill - 05,4a,Challenged white communities,S02001460,Barnhill,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208161 +208161,S00099498,2a2,Student Digs,S01007694,Perth Road - 06,1a,Cosmopolitan student neighbourhoods,S02001446,Perth Road,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208162 +208162,S00099568,2a2,Student Digs,S01007691,Perth Road - 03,1a,Cosmopolitan student neighbourhoods,S02001446,Perth Road,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208163 +208163,S00099587,2a2,Student Digs,S01007692,Perth Road - 04,1a,Cosmopolitan student neighbourhoods,S02001446,Perth Road,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208164 +208164,S00099629,2c2,Migrant Commuters,S01007727,Stobswell - 02,1a,Cosmopolitan student neighbourhoods,S02001452,Stobswell,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208165 +208165,S00099060,7c3,Outer City Hardship,S01007803,Linlathen and Midcraigie - 04,4a,Challenged white communities,S02001464,Linlathen and Midcraigie,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208166 +208166,S00099588,2a2,Student Digs,S01007692,Perth Road - 04,1a,Cosmopolitan student neighbourhoods,S02001446,Perth Road,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208167 +208167,S00099740,7d2,Retired Independent City Dwellers,S01007763,Broughty Ferry East - 01,4d,Hard-pressed flat dwellers,S02001459,Broughty Ferry East,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208168 +208168,S00099631,2c2,Migrant Commuters,S01007724,The Glens - 05,1a,Cosmopolitan student neighbourhoods,S02001451,The Glens,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208169 +208169,S00099733,5b3,Self-Sufficient Retirement,S01007823,Fairmuir - 01,5c,Comfortable neighbourhoods,S02001468,Fairmuir,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208170 +208170,S00099693,8c3,Renting Hard-Pressed Workers,S01007789,Whitfield - 08,4a,Challenged white communities,S02001462,Whitfield,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208171 +208171,S00099065,7c3,Outer City Hardship,S01007742,Craigie and Craigiebank - 06,5c,Comfortable neighbourhoods,S02001454,Craigie and Craigiebank,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208172 +208172,S00098439,2b1,Students and Commuters,S01007706,City Centre - 06,1a,Cosmopolitan student neighbourhoods,S02001448,City Centre,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208173 +208173,S00098442,2b1,Students and Commuters,S01007705,City Centre - 05,1a,Cosmopolitan student neighbourhoods,S02001448,City Centre,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208174 +208174,S00098446,2b1,Students and Commuters,S01007712,Docks and Wellgate - 06,1a,Cosmopolitan student neighbourhoods,S02001449,Docks and Wellgate,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208175 +208175,S00098451,2b1,Students and Commuters,S01007705,City Centre - 05,1a,Cosmopolitan student neighbourhoods,S02001448,City Centre,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208176 +208176,S00098452,2b1,Students and Commuters,S01007706,City Centre - 06,1a,Cosmopolitan student neighbourhoods,S02001448,City Centre,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208177 +208177,S00098453,2b1,Students and Commuters,S01007706,City Centre - 06,1a,Cosmopolitan student neighbourhoods,S02001448,City Centre,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208178 +208178,S00098454,2b1,Students and Commuters,S01007689,Perth Road - 01,1a,Cosmopolitan student neighbourhoods,S02001446,Perth Road,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208179 +208179,S00098456,2b1,Students and Commuters,S01007689,Perth Road - 01,1a,Cosmopolitan student neighbourhoods,S02001446,Perth Road,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208180 +208180,S00098458,2b1,Students and Commuters,S01007690,Perth Road - 02,1a,Cosmopolitan student neighbourhoods,S02001446,Perth Road,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208181 +208181,S00098459,2b1,Students and Commuters,S01007690,Perth Road - 02,1a,Cosmopolitan student neighbourhoods,S02001446,Perth Road,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208182 +208182,S00098461,2b1,Students and Commuters,S01007690,Perth Road - 02,1a,Cosmopolitan student neighbourhoods,S02001446,Perth Road,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208183 +208183,S00098463,2b1,Students and Commuters,S01007706,City Centre - 06,1a,Cosmopolitan student neighbourhoods,S02001448,City Centre,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208184 +208184,S00098464,2b1,Students and Commuters,S01007706,City Centre - 06,1a,Cosmopolitan student neighbourhoods,S02001448,City Centre,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208185 +208185,S00098465,2b1,Students and Commuters,S01007693,Perth Road - 05,1a,Cosmopolitan student neighbourhoods,S02001446,Perth Road,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208186 +208186,S00098466,2b1,Students and Commuters,S01007693,Perth Road - 05,1a,Cosmopolitan student neighbourhoods,S02001446,Perth Road,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208187 +208187,S00098467,2b1,Students and Commuters,S01007693,Perth Road - 05,1a,Cosmopolitan student neighbourhoods,S02001446,Perth Road,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208188 +208188,S00098468,2b1,Students and Commuters,S01007693,Perth Road - 05,1a,Cosmopolitan student neighbourhoods,S02001446,Perth Road,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208189 +208189,S00098469,2b1,Students and Commuters,S01007693,Perth Road - 05,1a,Cosmopolitan student neighbourhoods,S02001446,Perth Road,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208190 +208190,S00098470,2b1,Students and Commuters,S01007696,Logie and Blackness - 02,1a,Cosmopolitan student neighbourhoods,S02001447,Logie and Blackness,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208191 +208191,S00098471,2b1,Students and Commuters,S01007696,Logie and Blackness - 02,1a,Cosmopolitan student neighbourhoods,S02001447,Logie and Blackness,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208192 +208192,S00098473,2b1,Students and Commuters,S01007696,Logie and Blackness - 02,1a,Cosmopolitan student neighbourhoods,S02001447,Logie and Blackness,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208193 +208193,S00098475,2b1,Students and Commuters,S01007696,Logie and Blackness - 02,1a,Cosmopolitan student neighbourhoods,S02001447,Logie and Blackness,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208194 +208194,S00098477,2b1,Students and Commuters,S01007694,Perth Road - 06,1a,Cosmopolitan student neighbourhoods,S02001446,Perth Road,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208195 +208195,S00098479,2b1,Students and Commuters,S01007694,Perth Road - 06,1a,Cosmopolitan student neighbourhoods,S02001446,Perth Road,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208196 +208196,S00098483,2b1,Students and Commuters,S01007694,Perth Road - 06,1a,Cosmopolitan student neighbourhoods,S02001446,Perth Road,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208197 +208197,S00098485,2b1,Students and Commuters,S01007702,City Centre - 02,1a,Cosmopolitan student neighbourhoods,S02001448,City Centre,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208198 +208198,S00098511,2b1,Students and Commuters,S01007697,Logie and Blackness - 03,1a,Cosmopolitan student neighbourhoods,S02001447,Logie and Blackness,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208199 +208199,S00098513,2b1,Students and Commuters,S01007695,Logie and Blackness - 01,1a,Cosmopolitan student neighbourhoods,S02001447,Logie and Blackness,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208200 +208200,S00098522,2b1,Students and Commuters,S01007692,Perth Road - 04,1a,Cosmopolitan student neighbourhoods,S02001446,Perth Road,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208201 +208201,S00098528,2b1,Students and Commuters,S01007688,Westend - 07,1a,Cosmopolitan student neighbourhoods,S02001445,Westend,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208202 +208202,S00098530,2b1,Students and Commuters,S01007688,Westend - 07,1a,Cosmopolitan student neighbourhoods,S02001445,Westend,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208203 +208203,S00098537,2b1,Students and Commuters,S01007687,Westend - 06,1a,Cosmopolitan student neighbourhoods,S02001445,Westend,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208204 +208204,S00098543,2b1,Students and Commuters,S01007692,Perth Road - 04,1a,Cosmopolitan student neighbourhoods,S02001446,Perth Road,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208205 +208205,S00098596,2b1,Students and Commuters,S01007699,Logie and Blackness - 05,1a,Cosmopolitan student neighbourhoods,S02001447,Logie and Blackness,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208206 +208206,S00098597,2b1,Students and Commuters,S01007698,Logie and Blackness - 04,1a,Cosmopolitan student neighbourhoods,S02001447,Logie and Blackness,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208207 +208207,S00098599,2b1,Students and Commuters,S01007699,Logie and Blackness - 05,1a,Cosmopolitan student neighbourhoods,S02001447,Logie and Blackness,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208208 +208208,S00098600,2b1,Students and Commuters,S01007699,Logie and Blackness - 05,1a,Cosmopolitan student neighbourhoods,S02001447,Logie and Blackness,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208209 +208209,S00099758,7d2,Retired Independent City Dwellers,S01007718,Hilltown - 05,1a,Cosmopolitan student neighbourhoods,S02001450,Hilltown,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208210 +208210,S00099103,7c3,Outer City Hardship,S01007800,Linlathen and Midcraigie - 01,4a,Challenged white communities,S02001464,Linlathen and Midcraigie,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208211 +208211,S00099106,7c3,Outer City Hardship,S01007800,Linlathen and Midcraigie - 01,4a,Challenged white communities,S02001464,Linlathen and Midcraigie,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208212 +208212,S00099633,2c2,Migrant Commuters,S01007726,Stobswell - 01,1a,Cosmopolitan student neighbourhoods,S02001452,Stobswell,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208213 +208213,S00099107,7c3,Outer City Hardship,S01007800,Linlathen and Midcraigie - 01,4a,Challenged white communities,S02001464,Linlathen and Midcraigie,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208214 +208214,S00099467,1c1,Rural Employment and Retirees,S01007867,Western Edge - 03,2a,Ageing rural neighbourhoods,S02001475,Western Edge,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208215 +208215,S00099654,2c2,Migrant Commuters,S01007727,Stobswell - 02,1a,Cosmopolitan student neighbourhoods,S02001452,Stobswell,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208216 +208216,S00099128,7c3,Outer City Hardship,S01007744,Douglas West - 02,4d,Hard-pressed flat dwellers,S02001455,Douglas West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208217 +208217,S00099536,1c1,Rural Employment and Retirees,S01007778,West Pitkerro - 05,8a,Affluent communities,S02001461,West Pitkerro,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208218 +208218,S00099656,2c2,Migrant Commuters,S01007726,Stobswell - 01,1a,Cosmopolitan student neighbourhoods,S02001452,Stobswell,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208219 +208219,S00098544,7d4,Retired City Hardship,S01007836,Balgay - 03,5c,Comfortable neighbourhoods,S02001470,Balgay,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208220 +208220,S00098501,6b3,Semi-Detached Ageing,S01007684,Westend - 03,8a,Affluent communities,S02001445,Westend,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208221 +208221,S00099149,7c3,Outer City Hardship,S01007745,Douglas West - 03,4d,Hard-pressed flat dwellers,S02001455,Douglas West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208222 +208222,S00099189,1b1,Rural Life,S01007720,The Glens - 01,4d,Hard-pressed flat dwellers,S02001451,The Glens,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208223 +208223,S00099659,2c2,Migrant Commuters,S01007732,Stobswell - 07,1a,Cosmopolitan student neighbourhoods,S02001452,Stobswell,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208224 +208224,S00098550,6b3,Semi-Detached Ageing,S01007837,Balgay - 04,8b,Ageing suburbanites,S02001470,Balgay,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208225 +208225,S00098576,7d4,Retired City Hardship,S01007835,Balgay - 02,4d,Hard-pressed flat dwellers,S02001470,Balgay,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208226 +208226,S00099204,7c3,Outer City Hardship,S01007795,Fintry - 05,4a,Challenged white communities,S02001463,Fintry,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208227 +208227,S00099674,1b1,Rural Life,S01007807,Caird Park - 01,5c,Comfortable neighbourhoods,S02001465,Caird Park,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208228 +208228,S00099420,1b2,Rural White-Collar Workers,S01007791,Fintry - 01,8b,Ageing suburbanites,S02001463,Fintry,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208229 +208229,S00099469,1b2,Rural White-Collar Workers,S01007865,Western Edge - 01,8c,Comfortable suburbia,S02001475,Western Edge,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208230 +208230,S00098536,5b3,Self-Sufficient Retirement,S01007687,Westend - 06,1a,Cosmopolitan student neighbourhoods,S02001445,Westend,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208231 +208231,S00098575,5b3,Self-Sufficient Retirement,S01007836,Balgay - 03,5c,Comfortable neighbourhoods,S02001470,Balgay,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208232 +208232,S00098579,5b3,Self-Sufficient Retirement,S01007835,Balgay - 02,4d,Hard-pressed flat dwellers,S02001470,Balgay,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208233 +208233,S00098737,5b3,Self-Sufficient Retirement,S01007700,Logie and Blackness - 06,3c,Highly qualified professionals,S02001447,Logie and Blackness,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208234 +208234,S00098760,5b3,Self-Sufficient Retirement,S01007829,Law - 02,5c,Comfortable neighbourhoods,S02001469,Law,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208235 +208235,S00098768,5b3,Self-Sufficient Retirement,S01007832,Law - 05,4d,Hard-pressed flat dwellers,S02001469,Law,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208236 +208236,S00098783,5b3,Self-Sufficient Retirement,S01007703,City Centre - 03,1a,Cosmopolitan student neighbourhoods,S02001448,City Centre,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208237 +208237,S00098838,5b3,Self-Sufficient Retirement,S01007825,Fairmuir - 03,5c,Comfortable neighbourhoods,S02001468,Fairmuir,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208238 +208238,S00098865,5b3,Self-Sufficient Retirement,S01007824,Fairmuir - 02,5c,Comfortable neighbourhoods,S02001468,Fairmuir,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208239 +208239,S00098880,5b3,Self-Sufficient Retirement,S01007823,Fairmuir - 01,5c,Comfortable neighbourhoods,S02001468,Fairmuir,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208240 +208240,S00099029,5b3,Self-Sufficient Retirement,S01007734,Baxter Park - 02,8a,Affluent communities,S02001453,Baxter Park,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208241 +208241,S00099035,5b3,Self-Sufficient Retirement,S01007734,Baxter Park - 02,8a,Affluent communities,S02001453,Baxter Park,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208242 +208242,S00099048,5b3,Self-Sufficient Retirement,S01007734,Baxter Park - 02,8a,Affluent communities,S02001453,Baxter Park,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208243 +208243,S00099069,5b3,Self-Sufficient Retirement,S01007742,Craigie and Craigiebank - 06,5c,Comfortable neighbourhoods,S02001454,Craigie and Craigiebank,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208244 +208244,S00099073,5b3,Self-Sufficient Retirement,S01007741,Craigie and Craigiebank - 05,4d,Hard-pressed flat dwellers,S02001454,Craigie and Craigiebank,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208245 +208245,S00099092,5b3,Self-Sufficient Retirement,S01007740,Craigie and Craigiebank - 04,5a,Ageing urban communities,S02001454,Craigie and Craigiebank,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208246 +208246,S00099268,5b3,Self-Sufficient Retirement,S01007779,West Pitkerro - 06,5c,Comfortable neighbourhoods,S02001461,West Pitkerro,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208247 +208247,S00099271,5b3,Self-Sufficient Retirement,S01007742,Craigie and Craigiebank - 06,5c,Comfortable neighbourhoods,S02001454,Craigie and Craigiebank,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208248 +208248,S00099300,5b3,Self-Sufficient Retirement,S01007768,Barnhill - 01,5c,Comfortable neighbourhoods,S02001460,Barnhill,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208249 +208249,S00099301,5b3,Self-Sufficient Retirement,S01007762,Broughty Ferry West - 06,5a,Ageing urban communities,S02001458,Broughty Ferry West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208250 +208250,S00099308,5b3,Self-Sufficient Retirement,S01007759,Broughty Ferry West - 03,4d,Hard-pressed flat dwellers,S02001458,Broughty Ferry West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208251 +208251,S00099325,5b3,Self-Sufficient Retirement,S01007769,Barnhill - 02,8a,Affluent communities,S02001460,Barnhill,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208252 +208252,S00099338,5b3,Self-Sufficient Retirement,S01007772,Barnhill - 05,4a,Challenged white communities,S02001460,Barnhill,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208253 +208253,S00099343,5b3,Self-Sufficient Retirement,S01007770,Barnhill - 03,8a,Affluent communities,S02001460,Barnhill,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208254 +208254,S00099344,5b3,Self-Sufficient Retirement,S01007770,Barnhill - 03,8a,Affluent communities,S02001460,Barnhill,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208255 +208255,S00099358,5b3,Self-Sufficient Retirement,S01007767,Broughty Ferry East - 05,8b,Ageing suburbanites,S02001459,Broughty Ferry East,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208256 +208256,S00099413,5b3,Self-Sufficient Retirement,S01007759,Broughty Ferry West - 03,4d,Hard-pressed flat dwellers,S02001458,Broughty Ferry West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208257 +208257,S00099415,5b3,Self-Sufficient Retirement,S01007764,Broughty Ferry East - 02,8b,Ageing suburbanites,S02001459,Broughty Ferry East,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208258 +208258,S00099416,5b3,Self-Sufficient Retirement,S01007768,Barnhill - 01,5c,Comfortable neighbourhoods,S02001460,Barnhill,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208259 +208259,S00099455,5b3,Self-Sufficient Retirement,S01007833,Law - 06,4d,Hard-pressed flat dwellers,S02001469,Law,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208260 +208260,S00099661,2c2,Migrant Commuters,S01007731,Stobswell - 06,1a,Cosmopolitan student neighbourhoods,S02001452,Stobswell,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208261 +208261,S00099206,7c3,Outer City Hardship,S01007794,Fintry - 04,4a,Challenged white communities,S02001463,Fintry,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208262 +208262,S00098629,7d4,Retired City Hardship,S01007851,Lochee - 02,5c,Comfortable neighbourhoods,S02001473,Lochee,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208263 +208263,S00098562,6b3,Semi-Detached Ageing,S01007837,Balgay - 04,8b,Ageing suburbanites,S02001470,Balgay,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208264 +208264,S00098563,6b3,Semi-Detached Ageing,S01007837,Balgay - 04,8b,Ageing suburbanites,S02001470,Balgay,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208265 +208265,S00098564,6b3,Semi-Detached Ageing,S01007838,Balgay - 05,8b,Ageing suburbanites,S02001470,Balgay,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208266 +208266,S00098569,6b3,Semi-Detached Ageing,S01007838,Balgay - 05,8b,Ageing suburbanites,S02001470,Balgay,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208267 +208267,S00098570,6b3,Semi-Detached Ageing,S01007837,Balgay - 04,8b,Ageing suburbanites,S02001470,Balgay,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208268 +208268,S00098653,6b3,Semi-Detached Ageing,S01007868,Western Edge - 04,8b,Ageing suburbanites,S02001475,Western Edge,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208269 +208269,S00098844,6b3,Semi-Detached Ageing,S01007825,Fairmuir - 03,5c,Comfortable neighbourhoods,S02001468,Fairmuir,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208270 +208270,S00098873,6b3,Semi-Detached Ageing,S01007823,Fairmuir - 01,5c,Comfortable neighbourhoods,S02001468,Fairmuir,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208271 +208271,S00098874,6b3,Semi-Detached Ageing,S01007809,Caird Park - 03,8b,Ageing suburbanites,S02001465,Caird Park,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208272 +208272,S00098877,6b3,Semi-Detached Ageing,S01007809,Caird Park - 03,8b,Ageing suburbanites,S02001465,Caird Park,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208273 +208273,S00098882,6b3,Semi-Detached Ageing,S01007822,Downfield - 07,5c,Comfortable neighbourhoods,S02001467,Downfield,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208274 +208274,S00098916,6b3,Semi-Detached Ageing,S01007820,Downfield - 05,4a,Challenged white communities,S02001467,Downfield,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208275 +208275,S00098935,6b3,Semi-Detached Ageing,S01007816,Downfield - 01,5d,Endeavouring social renters,S02001467,Downfield,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208276 +208276,S00098943,6b3,Semi-Detached Ageing,S01007815,Kirkton - 05,8b,Ageing suburbanites,S02001466,Kirkton,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208277 +208277,S00098957,6b3,Semi-Detached Ageing,S01007815,Kirkton - 05,8b,Ageing suburbanites,S02001466,Kirkton,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208278 +208278,S00099053,6b3,Semi-Detached Ageing,S01007738,Craigie and Craigiebank - 02,5c,Comfortable neighbourhoods,S02001454,Craigie and Craigiebank,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208279 +208279,S00099275,6b3,Semi-Detached Ageing,S01007750,West Ferry - 02,8a,Affluent communities,S02001456,West Ferry,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208280 +208280,S00099350,6b3,Semi-Detached Ageing,S01007757,Broughty Ferry West - 01,8b,Ageing suburbanites,S02001458,Broughty Ferry West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208281 +208281,S00099373,6b3,Semi-Detached Ageing,S01007764,Broughty Ferry East - 02,8b,Ageing suburbanites,S02001459,Broughty Ferry East,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208282 +208282,S00099381,6b3,Semi-Detached Ageing,S01007765,Broughty Ferry East - 03,8b,Ageing suburbanites,S02001459,Broughty Ferry East,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208283 +208283,S00099732,2c2,Migrant Commuters,S01007724,The Glens - 05,1a,Cosmopolitan student neighbourhoods,S02001451,The Glens,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208284 +208284,S00098630,7d4,Retired City Hardship,S01007851,Lochee - 02,5c,Comfortable neighbourhoods,S02001473,Lochee,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208285 +208285,S00099207,7c3,Outer City Hardship,S01007794,Fintry - 04,4a,Challenged white communities,S02001463,Fintry,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208286 +208286,S00099383,6b3,Semi-Detached Ageing,S01007773,Barnhill - 06,8b,Ageing suburbanites,S02001460,Barnhill,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208287 +208287,S00099409,6b3,Semi-Detached Ageing,S01007781,West Pitkerro - 08,5c,Comfortable neighbourhoods,S02001461,West Pitkerro,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208288 +208288,S00099419,6b3,Semi-Detached Ageing,S01007791,Fintry - 01,8b,Ageing suburbanites,S02001463,Fintry,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208289 +208289,S00099516,6b3,Semi-Detached Ageing,S01007837,Balgay - 04,8b,Ageing suburbanites,S02001470,Balgay,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208290 +208290,S00099523,6b3,Semi-Detached Ageing,S01007781,West Pitkerro - 08,5c,Comfortable neighbourhoods,S02001461,West Pitkerro,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208291 +208291,S00099642,6b3,Semi-Detached Ageing,S01007809,Caird Park - 03,8b,Ageing suburbanites,S02001465,Caird Park,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208292 +208292,S00099700,6b3,Semi-Detached Ageing,S01007780,West Pitkerro - 07,8c,Comfortable suburbia,S02001461,West Pitkerro,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208293 +208293,S00099701,6b3,Semi-Detached Ageing,S01007780,West Pitkerro - 07,8c,Comfortable suburbia,S02001461,West Pitkerro,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208294 +208294,S00099702,6b3,Semi-Detached Ageing,S01007780,West Pitkerro - 07,8c,Comfortable suburbia,S02001461,West Pitkerro,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208295 +208295,S00099703,6b3,Semi-Detached Ageing,S01007780,West Pitkerro - 07,8c,Comfortable suburbia,S02001461,West Pitkerro,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208296 +208296,S00099705,6b3,Semi-Detached Ageing,S01007749,West Ferry - 01,8b,Ageing suburbanites,S02001456,West Ferry,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208297 +208297,S00099707,6b3,Semi-Detached Ageing,S01007749,West Ferry - 01,8b,Ageing suburbanites,S02001456,West Ferry,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208298 +208298,S00099720,6b3,Semi-Detached Ageing,S01007769,Barnhill - 02,8a,Affluent communities,S02001460,Barnhill,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208299 +208299,S00099734,6b3,Semi-Detached Ageing,S01007823,Fairmuir - 01,5c,Comfortable neighbourhoods,S02001468,Fairmuir,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208300 +208300,S00099779,6b3,Semi-Detached Ageing,S01007866,Western Edge - 02,8c,Comfortable suburbia,S02001475,Western Edge,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208301 +208301,S00099781,6b3,Semi-Detached Ageing,S01007866,Western Edge - 02,8c,Comfortable suburbia,S02001475,Western Edge,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208302 +208302,S00098603,4a2,Social Renting New Arrivals,S01007699,Logie and Blackness - 05,1a,Cosmopolitan student neighbourhoods,S02001447,Logie and Blackness,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208303 +208303,S00099737,2c2,Migrant Commuters,S01007727,Stobswell - 02,1a,Cosmopolitan student neighbourhoods,S02001452,Stobswell,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208304 +208304,S00099328,7c3,Outer City Hardship,S01007769,Barnhill - 02,8a,Affluent communities,S02001460,Barnhill,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208305 +208305,S00099753,2c2,Migrant Commuters,S01007698,Logie and Blackness - 04,1a,Cosmopolitan student neighbourhoods,S02001447,Logie and Blackness,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208306 +208306,S00099452,7c3,Outer City Hardship,S01007846,Charleston - 02,4a,Challenged white communities,S02001472,Charleston,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208307 +208307,S00099776,2c2,Migrant Commuters,S01007717,Hilltown - 04,1a,Cosmopolitan student neighbourhoods,S02001450,Hilltown,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208308 +208308,S00099508,7c3,Outer City Hardship,S01007801,Linlathen and Midcraigie - 02,4d,Hard-pressed flat dwellers,S02001464,Linlathen and Midcraigie,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208309 +208309,S00098723,7d4,Retired City Hardship,S01007848,Charleston - 04,4d,Hard-pressed flat dwellers,S02001472,Charleston,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208310 +208310,S00098494,2c1,Migrant Families,S01007683,Westend - 02,3b,Asian traits,S02001445,Westend,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208311 +208311,S00099511,7c3,Outer City Hardship,S01007800,Linlathen and Midcraigie - 01,4a,Challenged white communities,S02001464,Linlathen and Midcraigie,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208312 +208312,S00098745,7d4,Retired City Hardship,S01007829,Law - 02,5c,Comfortable neighbourhoods,S02001469,Law,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208313 +208313,S00098622,2c1,Migrant Families,S01007855,Lochee - 06,4d,Hard-pressed flat dwellers,S02001473,Lochee,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208314 +208314,S00099599,7c3,Outer City Hardship,S01007853,Lochee - 04,4d,Hard-pressed flat dwellers,S02001473,Lochee,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208315 +208315,S00099617,7c3,Outer City Hardship,S01007830,Law - 03,4d,Hard-pressed flat dwellers,S02001469,Law,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208316 +208316,S00099677,7c3,Outer City Hardship,S01007797,Fintry - 07,4d,Hard-pressed flat dwellers,S02001463,Fintry,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208317 +208317,S00099679,7c3,Outer City Hardship,S01007795,Fintry - 05,4a,Challenged white communities,S02001463,Fintry,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208318 +208318,S00099780,7c3,Outer City Hardship,S01007864,Ardler and St Marys - 08,4a,Challenged white communities,S02001474,Ardler and St Marys,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208319 +208319,S00099660,4b2,Pakistani Communities,S01007708,Docks and Wellgate - 02,1a,Cosmopolitan student neighbourhoods,S02001449,Docks and Wellgate,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208320 +208320,S00098566,2c3,Professional Service Cosmopolitans,S01007836,Balgay - 03,5c,Comfortable neighbourhoods,S02001470,Balgay,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208321 +208321,S00098782,2c3,Professional Service Cosmopolitans,S01007702,City Centre - 02,1a,Cosmopolitan student neighbourhoods,S02001448,City Centre,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208322 +208322,S00098816,2c3,Professional Service Cosmopolitans,S01007736,Baxter Park - 04,5c,Comfortable neighbourhoods,S02001453,Baxter Park,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208323 +208323,S00098862,2c3,Professional Service Cosmopolitans,S01007719,Hilltown - 06,4d,Hard-pressed flat dwellers,S02001450,Hilltown,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208324 +208324,S00099429,2c3,Professional Service Cosmopolitans,S01007695,Logie and Blackness - 01,1a,Cosmopolitan student neighbourhoods,S02001447,Logie and Blackness,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208325 +208325,S00099431,2c3,Professional Service Cosmopolitans,S01007687,Westend - 06,1a,Cosmopolitan student neighbourhoods,S02001445,Westend,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208326 +208326,S00099451,2c3,Professional Service Cosmopolitans,S01007712,Docks and Wellgate - 06,1a,Cosmopolitan student neighbourhoods,S02001449,Docks and Wellgate,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208327 +208327,S00099495,2c3,Professional Service Cosmopolitans,S01007730,Stobswell - 05,1a,Cosmopolitan student neighbourhoods,S02001452,Stobswell,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208328 +208328,S00099770,2c3,Professional Service Cosmopolitans,S01007827,Fairmuir - 05,4b,Constrained renters,S02001468,Fairmuir,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208329 +208329,S00098556,8c3,Renting Hard-Pressed Workers,S01007851,Lochee - 02,5c,Comfortable neighbourhoods,S02001473,Lochee,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208330 +208330,S00098610,8c3,Renting Hard-Pressed Workers,S01007859,Ardler and St Marys - 03,4d,Hard-pressed flat dwellers,S02001474,Ardler and St Marys,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208331 +208331,S00098611,8c3,Renting Hard-Pressed Workers,S01007859,Ardler and St Marys - 03,4d,Hard-pressed flat dwellers,S02001474,Ardler and St Marys,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208332 +208332,S00098641,8c3,Renting Hard-Pressed Workers,S01007858,Ardler and St Marys - 02,4a,Challenged white communities,S02001474,Ardler and St Marys,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208333 +208333,S00098710,8c3,Renting Hard-Pressed Workers,S01007849,Charleston - 05,4d,Hard-pressed flat dwellers,S02001472,Charleston,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208334 +208334,S00098885,8c3,Renting Hard-Pressed Workers,S01007821,Downfield - 06,5c,Comfortable neighbourhoods,S02001467,Downfield,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208335 +208335,S00098886,8c3,Renting Hard-Pressed Workers,S01007822,Downfield - 07,5c,Comfortable neighbourhoods,S02001467,Downfield,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208336 +208336,S00098889,8c3,Renting Hard-Pressed Workers,S01007862,Ardler and St Marys - 06,4a,Challenged white communities,S02001474,Ardler and St Marys,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208337 +208337,S00098902,8c3,Renting Hard-Pressed Workers,S01007864,Ardler and St Marys - 08,4a,Challenged white communities,S02001474,Ardler and St Marys,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208338 +208338,S00098903,8c3,Renting Hard-Pressed Workers,S01007864,Ardler and St Marys - 08,4a,Challenged white communities,S02001474,Ardler and St Marys,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208339 +208339,S00098953,8c3,Renting Hard-Pressed Workers,S01007814,Kirkton - 04,5d,Endeavouring social renters,S02001466,Kirkton,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208340 +208340,S00098740,2c1,Migrant Families,S01007700,Logie and Blackness - 06,3c,Highly qualified professionals,S02001447,Logie and Blackness,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208341 +208341,S00098786,2c1,Migrant Families,S01007716,Hilltown - 03,1a,Cosmopolitan student neighbourhoods,S02001450,Hilltown,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208342 +208342,S00099012,2c1,Migrant Families,S01007732,Stobswell - 07,1a,Cosmopolitan student neighbourhoods,S02001452,Stobswell,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208343 +208343,S00099017,2c1,Migrant Families,S01007732,Stobswell - 07,1a,Cosmopolitan student neighbourhoods,S02001452,Stobswell,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208344 +208344,S00099304,2c1,Migrant Families,S01007762,Broughty Ferry West - 06,5a,Ageing urban communities,S02001458,Broughty Ferry West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208345 +208345,S00099406,2c1,Migrant Families,S01007782,Whitfield - 01,4d,Hard-pressed flat dwellers,S02001462,Whitfield,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208346 +208346,S00098748,7d4,Retired City Hardship,S01007833,Law - 06,4d,Hard-pressed flat dwellers,S02001469,Law,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208347 +208347,S00099578,2c1,Migrant Families,S01007682,Westend - 01,3b,Asian traits,S02001445,Westend,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208348 +208348,S00098887,7d4,Retired City Hardship,S01007858,Ardler and St Marys - 02,4a,Challenged white communities,S02001474,Ardler and St Marys,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208349 +208349,S00099098,7d4,Retired City Hardship,S01007801,Linlathen and Midcraigie - 02,4d,Hard-pressed flat dwellers,S02001464,Linlathen and Midcraigie,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208350 +208350,S00099285,7d4,Retired City Hardship,S01007752,West Ferry - 04,5a,Ageing urban communities,S02001456,West Ferry,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208351 +208351,S00099288,7d4,Retired City Hardship,S01007752,West Ferry - 04,5a,Ageing urban communities,S02001456,West Ferry,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208352 +208352,S00099367,7d4,Retired City Hardship,S01007763,Broughty Ferry East - 01,4d,Hard-pressed flat dwellers,S02001459,Broughty Ferry East,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208353 +208353,S00099456,7d4,Retired City Hardship,S01007833,Law - 06,4d,Hard-pressed flat dwellers,S02001469,Law,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208354 +208354,S00099596,7d4,Retired City Hardship,S01007853,Lochee - 04,4d,Hard-pressed flat dwellers,S02001473,Lochee,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208355 +208355,S00098580,7d3,Retired Communal City Dwellers,S01007828,Law - 01,4d,Hard-pressed flat dwellers,S02001469,Law,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208356 +208356,S00098636,7d3,Retired Communal City Dwellers,S01007826,Fairmuir - 04,4d,Hard-pressed flat dwellers,S02001468,Fairmuir,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208357 +208357,S00098797,7d3,Retired Communal City Dwellers,S01007716,Hilltown - 03,1a,Cosmopolitan student neighbourhoods,S02001450,Hilltown,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208358 +208358,S00099072,7d3,Retired Communal City Dwellers,S01007740,Craigie and Craigiebank - 04,5a,Ageing urban communities,S02001454,Craigie and Craigiebank,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208359 +208359,S00099102,7d3,Retired Communal City Dwellers,S01007800,Linlathen and Midcraigie - 01,4a,Challenged white communities,S02001464,Linlathen and Midcraigie,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208360 +208360,S00099294,7d3,Retired Communal City Dwellers,S01007759,Broughty Ferry West - 03,4d,Hard-pressed flat dwellers,S02001458,Broughty Ferry West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208361 +208361,S00099589,7d3,Retired Communal City Dwellers,S01007854,Lochee - 05,4d,Hard-pressed flat dwellers,S02001473,Lochee,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208362 +208362,S00098557,7d2,Retired Independent City Dwellers,S01007851,Lochee - 02,5c,Comfortable neighbourhoods,S02001473,Lochee,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208363 +208363,S00098578,7d2,Retired Independent City Dwellers,S01007828,Law - 01,4d,Hard-pressed flat dwellers,S02001469,Law,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208364 +208364,S00098589,7d2,Retired Independent City Dwellers,S01007697,Logie and Blackness - 03,1a,Cosmopolitan student neighbourhoods,S02001447,Logie and Blackness,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208365 +208365,S00098747,7d2,Retired Independent City Dwellers,S01007833,Law - 06,4d,Hard-pressed flat dwellers,S02001469,Law,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208366 +208366,S00098749,7d2,Retired Independent City Dwellers,S01007831,Law - 04,4d,Hard-pressed flat dwellers,S02001469,Law,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208367 +208367,S00098754,7d2,Retired Independent City Dwellers,S01007832,Law - 05,4d,Hard-pressed flat dwellers,S02001469,Law,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208368 +208368,S00098758,7d2,Retired Independent City Dwellers,S01007829,Law - 02,5c,Comfortable neighbourhoods,S02001469,Law,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208369 +208369,S00098771,7d2,Retired Independent City Dwellers,S01007830,Law - 03,4d,Hard-pressed flat dwellers,S02001469,Law,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208370 +208370,S00098813,7d2,Retired Independent City Dwellers,S01007722,The Glens - 03,4d,Hard-pressed flat dwellers,S02001451,The Glens,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208371 +208371,S00098829,7d2,Retired Independent City Dwellers,S01007717,Hilltown - 04,1a,Cosmopolitan student neighbourhoods,S02001450,Hilltown,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208372 +208372,S00098834,7d2,Retired Independent City Dwellers,S01007718,Hilltown - 05,1a,Cosmopolitan student neighbourhoods,S02001450,Hilltown,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208373 +208373,S00098836,7d2,Retired Independent City Dwellers,S01007831,Law - 04,4d,Hard-pressed flat dwellers,S02001469,Law,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208374 +208374,S00099058,7d2,Retired Independent City Dwellers,S01007739,Craigie and Craigiebank - 03,5c,Comfortable neighbourhoods,S02001454,Craigie and Craigiebank,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208375 +208375,S00099064,7d2,Retired Independent City Dwellers,S01007739,Craigie and Craigiebank - 03,5c,Comfortable neighbourhoods,S02001454,Craigie and Craigiebank,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208376 +208376,S00099066,7d2,Retired Independent City Dwellers,S01007742,Craigie and Craigiebank - 06,5c,Comfortable neighbourhoods,S02001454,Craigie and Craigiebank,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208377 +208377,S00099155,7d2,Retired Independent City Dwellers,S01007748,Douglas West - 06,4d,Hard-pressed flat dwellers,S02001455,Douglas West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208378 +208378,S00099171,7d2,Retired Independent City Dwellers,S01007755,Douglas East - 03,4a,Challenged white communities,S02001457,Douglas East,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208379 +208379,S00099592,2c1,Migrant Families,S01007834,Balgay - 01,4d,Hard-pressed flat dwellers,S02001470,Balgay,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208380 +208380,S00099621,2c1,Migrant Families,S01007718,Hilltown - 05,1a,Cosmopolitan student neighbourhoods,S02001450,Hilltown,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208381 +208381,S00099627,2c1,Migrant Families,S01007714,Hilltown - 01,4b,Constrained renters,S02001450,Hilltown,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208382 +208382,S00099658,2c1,Migrant Families,S01007732,Stobswell - 07,1a,Cosmopolitan student neighbourhoods,S02001452,Stobswell,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208383 +208383,S00099736,2c1,Migrant Families,S01007727,Stobswell - 02,1a,Cosmopolitan student neighbourhoods,S02001452,Stobswell,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208384 +208384,S00098440,2b2,Multicultural Student Neighbourhoods,S01007705,City Centre - 05,1a,Cosmopolitan student neighbourhoods,S02001448,City Centre,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208385 +208385,S00098441,2b2,Multicultural Student Neighbourhoods,S01007705,City Centre - 05,1a,Cosmopolitan student neighbourhoods,S02001448,City Centre,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208386 +208386,S00099569,2b2,Multicultural Student Neighbourhoods,S01007691,Perth Road - 03,1a,Cosmopolitan student neighbourhoods,S02001446,Perth Road,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208387 +208387,S00099577,2b2,Multicultural Student Neighbourhoods,S01007683,Westend - 02,3b,Asian traits,S02001445,Westend,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208388 +208388,S00099594,2b2,Multicultural Student Neighbourhoods,S01007698,Logie and Blackness - 04,1a,Cosmopolitan student neighbourhoods,S02001447,Logie and Blackness,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208389 +208389,S00099782,2b2,Multicultural Student Neighbourhoods,S01007691,Perth Road - 03,1a,Cosmopolitan student neighbourhoods,S02001446,Perth Road,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208390 +208390,S00098481,7a3,Multi-Ethnic Hardship,S01007694,Perth Road - 06,1a,Cosmopolitan student neighbourhoods,S02001446,Perth Road,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208391 +208391,S00098612,7a3,Multi-Ethnic Hardship,S01007859,Ardler and St Marys - 03,4d,Hard-pressed flat dwellers,S02001474,Ardler and St Marys,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208392 +208392,S00098700,7a3,Multi-Ethnic Hardship,S01007856,Lochee - 07,5d,Endeavouring social renters,S02001473,Lochee,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208393 +208393,S00098709,7a3,Multi-Ethnic Hardship,S01007849,Charleston - 05,4d,Hard-pressed flat dwellers,S02001472,Charleston,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208394 +208394,S00098727,7a3,Multi-Ethnic Hardship,S01007847,Charleston - 03,4d,Hard-pressed flat dwellers,S02001472,Charleston,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208395 +208395,S00098769,7a3,Multi-Ethnic Hardship,S01007831,Law - 04,4d,Hard-pressed flat dwellers,S02001469,Law,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208396 +208396,S00099593,7a3,Multi-Ethnic Hardship,S01007696,Logie and Blackness - 02,1a,Cosmopolitan student neighbourhoods,S02001447,Logie and Blackness,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208397 +208397,S00099624,7a3,Multi-Ethnic Hardship,S01007715,Hilltown - 02,7a,Urban cultural mix,S02001450,Hilltown,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208398 +208398,S00099032,5a2,Multi-Ethnic Professionals with Families,S01007737,Craigie and Craigiebank - 01,4d,Hard-pressed flat dwellers,S02001454,Craigie and Craigiebank,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208399 +208399,S00099662,5a2,Multi-Ethnic Professionals with Families,S01007733,Baxter Park - 01,3a,Achieving neighbourhoods,S02001453,Baxter Park,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208400 +208400,S00099111,5a1,White Professionals,S01007802,Linlathen and Midcraigie - 03,3d,Households in terraces and flats,S02001464,Linlathen and Midcraigie,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208401 +208401,S00099269,5a1,White Professionals,S01007780,West Pitkerro - 07,8c,Comfortable suburbia,S02001461,West Pitkerro,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208402 +208402,S00099316,5a1,White Professionals,S01007761,Broughty Ferry West - 05,8a,Affluent communities,S02001458,Broughty Ferry West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208403 +208403,S00099332,5a1,White Professionals,S01007775,West Pitkerro - 02,8a,Affluent communities,S02001461,West Pitkerro,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208404 +208404,S00099333,5a1,White Professionals,S01007775,West Pitkerro - 02,8a,Affluent communities,S02001461,West Pitkerro,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208405 +208405,S00099397,5a1,White Professionals,S01007796,Fintry - 06,4a,Challenged white communities,S02001463,Fintry,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208406 +208406,S00099414,5a1,White Professionals,S01007761,Broughty Ferry West - 05,8a,Affluent communities,S02001458,Broughty Ferry West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208407 +208407,S00099471,5a1,White Professionals,S01007867,Western Edge - 03,2a,Ageing rural neighbourhoods,S02001475,Western Edge,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208408 +208408,S00099489,5a1,White Professionals,S01007808,Caird Park - 02,4a,Challenged white communities,S02001465,Caird Park,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208409 +208409,S00099526,5a1,White Professionals,S01007779,West Pitkerro - 06,5c,Comfortable neighbourhoods,S02001461,West Pitkerro,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208410 +208410,S00099625,5a1,White Professionals,S01007714,Hilltown - 01,4b,Constrained renters,S02001450,Hilltown,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208411 +208411,S00099675,5a1,White Professionals,S01007807,Caird Park - 01,5c,Comfortable neighbourhoods,S02001465,Caird Park,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208412 +208412,S00099685,5a1,White Professionals,S01007798,Fintry - 08,8c,Comfortable suburbia,S02001463,Fintry,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208413 +208413,S00099769,5a1,White Professionals,S01007827,Fairmuir - 05,4b,Constrained renters,S02001468,Fairmuir,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208414 +208414,S00098867,6b2,White Suburban Communities,S01007824,Fairmuir - 02,5c,Comfortable neighbourhoods,S02001468,Fairmuir,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208415 +208415,S00098868,6b2,White Suburban Communities,S01007824,Fairmuir - 02,5c,Comfortable neighbourhoods,S02001468,Fairmuir,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208416 +208416,S00098875,6b2,White Suburban Communities,S01007809,Caird Park - 03,8b,Ageing suburbanites,S02001465,Caird Park,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208417 +208417,S00098893,6b2,White Suburban Communities,S01007866,Western Edge - 02,8c,Comfortable suburbia,S02001475,Western Edge,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208418 +208418,S00099101,8d1,Young Hard-Pressed Families,S01007800,Linlathen and Midcraigie - 01,4a,Challenged white communities,S02001464,Linlathen and Midcraigie,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208419 +208419,S00098601,2b1,Students and Commuters,S01007698,Logie and Blackness - 04,1a,Cosmopolitan student neighbourhoods,S02001447,Logie and Blackness,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208420 +208420,S00124297,6a4,Ageing in Suburbia,S01011425,Newmains - 09,5c,Comfortable neighbourhoods,S02002145,Newmains,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208421 +208421,S00123633,7c1,Challenged Transitionaries,S01011513,Orbiston - 02,4d,Hard-pressed flat dwellers,S02002162,Orbiston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208422 +208422,S00098942,6b2,White Suburban Communities,S01007819,Downfield - 04,5d,Endeavouring social renters,S02001467,Downfield,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208423 +208423,S00098956,6b2,White Suburban Communities,S01007815,Kirkton - 05,8b,Ageing suburbanites,S02001466,Kirkton,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208424 +208424,S00099079,6b2,White Suburban Communities,S01007740,Craigie and Craigiebank - 04,5a,Ageing urban communities,S02001454,Craigie and Craigiebank,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208425 +208425,S00098534,2a3,Students and Professionals,S01007687,Westend - 06,1a,Cosmopolitan student neighbourhoods,S02001445,Westend,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208426 +208426,S00099265,6b2,White Suburban Communities,S01007781,West Pitkerro - 08,5c,Comfortable neighbourhoods,S02001461,West Pitkerro,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208427 +208427,S00099273,6b2,White Suburban Communities,S01007750,West Ferry - 02,8a,Affluent communities,S02001456,West Ferry,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208428 +208428,S00099369,6b2,White Suburban Communities,S01007766,Broughty Ferry East - 04,8b,Ageing suburbanites,S02001459,Broughty Ferry East,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208429 +208429,S00099423,6b2,White Suburban Communities,S01007796,Fintry - 06,4a,Challenged white communities,S02001463,Fintry,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208430 +208430,S00099425,6b2,White Suburban Communities,S01007774,West Pitkerro - 01,8c,Comfortable suburbia,S02001461,West Pitkerro,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208431 +208431,S00099527,6b2,White Suburban Communities,S01007777,West Pitkerro - 04,8c,Comfortable suburbia,S02001461,West Pitkerro,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208432 +208432,S00099650,6b2,White Suburban Communities,S01007818,Downfield - 03,5c,Comfortable neighbourhoods,S02001467,Downfield,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208433 +208433,S00099651,6b2,White Suburban Communities,S01007818,Downfield - 03,5c,Comfortable neighbourhoods,S02001467,Downfield,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208434 +208434,S00099687,6b2,White Suburban Communities,S01007807,Caird Park - 01,5c,Comfortable neighbourhoods,S02001465,Caird Park,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208435 +208435,S00099699,6b2,White Suburban Communities,S01007780,West Pitkerro - 07,8c,Comfortable suburbia,S02001461,West Pitkerro,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208436 +208436,S00099741,6b2,White Suburban Communities,S01007763,Broughty Ferry East - 01,4d,Hard-pressed flat dwellers,S02001459,Broughty Ferry East,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208437 +208437,S00098553,8d1,Young Hard-Pressed Families,S01007850,Lochee - 01,4a,Challenged white communities,S02001473,Lochee,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208438 +208438,S00098614,8d1,Young Hard-Pressed Families,S01007859,Ardler and St Marys - 03,4d,Hard-pressed flat dwellers,S02001474,Ardler and St Marys,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208439 +208439,S00098646,8d1,Young Hard-Pressed Families,S01007857,Ardler and St Marys - 01,4a,Challenged white communities,S02001474,Ardler and St Marys,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208440 +208440,S00124605,8c1,Ageing Industrious Workers,S01011430,Shotts - 01,5a,Ageing urban communities,S02002147,Shotts,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208441 +208441,S00124738,8c2,Ageing Rural Industry Workers,S01011684,Glenmavis and Greengairs - 02,5c,Comfortable neighbourhoods,S02002191,Glenmavis and Greengairs,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208442 +208442,S00098913,8d1,Young Hard-Pressed Families,S01007861,Ardler and St Marys - 05,4a,Challenged white communities,S02001474,Ardler and St Marys,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208443 +208443,S00098951,8d1,Young Hard-Pressed Families,S01007810,Caird Park - 04,4a,Challenged white communities,S02001465,Caird Park,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208444 +208444,S00098961,8d1,Young Hard-Pressed Families,S01007813,Kirkton - 03,4a,Challenged white communities,S02001466,Kirkton,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208445 +208445,S00098962,8d1,Young Hard-Pressed Families,S01007813,Kirkton - 03,4a,Challenged white communities,S02001466,Kirkton,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208446 +208446,S00098966,8d1,Young Hard-Pressed Families,S01007811,Kirkton - 01,4a,Challenged white communities,S02001466,Kirkton,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208447 +208447,S00098967,8d1,Young Hard-Pressed Families,S01007811,Kirkton - 01,4a,Challenged white communities,S02001466,Kirkton,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208448 +208448,S00098968,8d1,Young Hard-Pressed Families,S01007811,Kirkton - 01,4a,Challenged white communities,S02001466,Kirkton,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208449 +208449,S00098969,8d1,Young Hard-Pressed Families,S01007811,Kirkton - 01,4a,Challenged white communities,S02001466,Kirkton,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208450 +208450,S00098972,8d1,Young Hard-Pressed Families,S01007808,Caird Park - 02,4a,Challenged white communities,S02001465,Caird Park,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208451 +208451,S00098974,8d1,Young Hard-Pressed Families,S01007808,Caird Park - 02,4a,Challenged white communities,S02001465,Caird Park,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208452 +208452,S00098975,8d1,Young Hard-Pressed Families,S01007812,Kirkton - 02,4a,Challenged white communities,S02001466,Kirkton,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208453 +208453,S00098976,8d1,Young Hard-Pressed Families,S01007812,Kirkton - 02,4a,Challenged white communities,S02001466,Kirkton,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208454 +208454,S00098977,8d1,Young Hard-Pressed Families,S01007812,Kirkton - 02,4a,Challenged white communities,S02001466,Kirkton,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208455 +208455,S00098978,8d1,Young Hard-Pressed Families,S01007812,Kirkton - 02,4a,Challenged white communities,S02001466,Kirkton,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208456 +208456,S00098979,8d1,Young Hard-Pressed Families,S01007812,Kirkton - 02,4a,Challenged white communities,S02001466,Kirkton,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208457 +208457,S00099104,8d1,Young Hard-Pressed Families,S01007805,Linlathen and Midcraigie - 06,4a,Challenged white communities,S02001464,Linlathen and Midcraigie,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208458 +208458,S00099105,8d1,Young Hard-Pressed Families,S01007800,Linlathen and Midcraigie - 01,4a,Challenged white communities,S02001464,Linlathen and Midcraigie,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208459 +208459,S00098778,2b1,Students and Commuters,S01007716,Hilltown - 03,1a,Cosmopolitan student neighbourhoods,S02001450,Hilltown,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208460 +208460,S00098538,2a3,Students and Professionals,S01007687,Westend - 06,1a,Cosmopolitan student neighbourhoods,S02001445,Westend,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208461 +208461,S00123642,7c1,Challenged Transitionaries,S01011510,Milnwood - 06,4a,Challenged white communities,S02002161,Milnwood,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208462 +208462,S00124377,6a4,Ageing in Suburbia,S01011536,Fallside - 05,8c,Comfortable suburbia,S02002166,Fallside,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208463 +208463,S00099114,8d1,Young Hard-Pressed Families,S01007804,Linlathen and Midcraigie - 05,4a,Challenged white communities,S02001464,Linlathen and Midcraigie,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208464 +208464,S00099120,8d1,Young Hard-Pressed Families,S01007805,Linlathen and Midcraigie - 06,4a,Challenged white communities,S02001464,Linlathen and Midcraigie,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208465 +208465,S00099124,8d1,Young Hard-Pressed Families,S01007803,Linlathen and Midcraigie - 04,4a,Challenged white communities,S02001464,Linlathen and Midcraigie,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208466 +208466,S00099250,8d1,Young Hard-Pressed Families,S01007792,Fintry - 02,4a,Challenged white communities,S02001463,Fintry,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208467 +208467,S00099254,8d1,Young Hard-Pressed Families,S01007783,Whitfield - 02,4a,Challenged white communities,S02001462,Whitfield,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208468 +208468,S00099259,8d1,Young Hard-Pressed Families,S01007788,Whitfield - 07,4d,Hard-pressed flat dwellers,S02001462,Whitfield,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208469 +208469,S00099407,8d1,Young Hard-Pressed Families,S01007785,Whitfield - 04,4d,Hard-pressed flat dwellers,S02001462,Whitfield,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208470 +208470,S00099408,8d1,Young Hard-Pressed Families,S01007781,West Pitkerro - 08,5c,Comfortable neighbourhoods,S02001461,West Pitkerro,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208471 +208471,S00099481,8d1,Young Hard-Pressed Families,S01007862,Ardler and St Marys - 06,4a,Challenged white communities,S02001474,Ardler and St Marys,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208472 +208472,S00099689,8d1,Young Hard-Pressed Families,S01007784,Whitfield - 03,4a,Challenged white communities,S02001462,Whitfield,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208473 +208473,S00099692,8d1,Young Hard-Pressed Families,S01007789,Whitfield - 08,4a,Challenged white communities,S02001462,Whitfield,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208474 +208474,S00099696,8d1,Young Hard-Pressed Families,S01007789,Whitfield - 08,4a,Challenged white communities,S02001462,Whitfield,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208475 +208475,S00123120,7d1,Ageing Communities and Families,S01011699,Cardowan and Millerston - 04,5c,Comfortable neighbourhoods,S02002193,Cardowan and Millerston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208476 +208476,S00123138,7d1,Ageing Communities and Families,S01011704,Chryston and Muirhead - 01,8c,Comfortable suburbia,S02002195,Chryston and Muirhead,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208477 +208477,S00123592,7d1,Ageing Communities and Families,S01011522,Bellshill South - 04,4d,Hard-pressed flat dwellers,S02002163,Bellshill South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208478 +208478,S00123752,7d1,Ageing Communities and Families,S01011577,Drumpellier and Langloan - 01,4d,Hard-pressed flat dwellers,S02002172,Drumpellier and Langloan,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208479 +208479,S00124613,8c1,Ageing Industrious Workers,S01011431,Shotts - 02,4a,Challenged white communities,S02002147,Shotts,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208480 +208480,S00125091,8c2,Ageing Rural Industry Workers,S01011793,Kilsyth East and Croy - 08,5a,Ageing urban communities,S02002210,Kilsyth East and Croy,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208481 +208481,S00123922,7d1,Ageing Communities and Families,S01011573,Dundyvan - 05,5c,Comfortable neighbourhoods,S02002171,Dundyvan,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208482 +208482,S00124049,7d1,Ageing Communities and Families,S01011494,Forgewood - 05,4a,Challenged white communities,S02002159,Forgewood,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208483 +208483,S00124083,7d1,Ageing Communities and Families,S01011380,Muirhouse and Knowetop - 08,4d,Hard-pressed flat dwellers,S02002138,Muirhouse and Knowetop,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208484 +208484,S00124084,7d1,Ageing Communities and Families,S01011381,Muirhouse and Knowetop - 09,5c,Comfortable neighbourhoods,S02002138,Muirhouse and Knowetop,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208485 +208485,S00124254,7d1,Ageing Communities and Families,S01011454,Newarthill - 03,4a,Challenged white communities,S02002151,Newarthill,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208486 +208486,S00124762,7d1,Ageing Communities and Families,S01011745,Cumbernauld Central - 02,4a,Challenged white communities,S02002202,Cumbernauld Central,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208487 +208487,S00125064,7d1,Ageing Communities and Families,S01011792,Kilsyth East and Croy - 07,5c,Comfortable neighbourhoods,S02002210,Kilsyth East and Croy,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208488 +208488,S00125089,7d1,Ageing Communities and Families,S01011792,Kilsyth East and Croy - 07,5c,Comfortable neighbourhoods,S02002210,Kilsyth East and Croy,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208489 +208489,S00125093,7d1,Ageing Communities and Families,S01011793,Kilsyth East and Croy - 08,5a,Ageing urban communities,S02002210,Kilsyth East and Croy,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208490 +208490,S00125252,7d1,Ageing Communities and Families,S01011600,Cliftonville - 03,4d,Hard-pressed flat dwellers,S02002176,Cliftonville,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208491 +208491,S00125686,7d1,Ageing Communities and Families,S01011395,Wishaw South - 03,4d,Hard-pressed flat dwellers,S02002141,Wishaw South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208492 +208492,S00125731,7d1,Ageing Communities and Families,S01011445,Harthill and Salsburgh - 07,5c,Comfortable neighbourhoods,S02002149,Harthill and Salsburgh,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208493 +208493,S00123109,6a4,Ageing in Suburbia,S01011700,Cardowan and Millerston - 05,5c,Comfortable neighbourhoods,S02002193,Cardowan and Millerston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208494 +208494,S00123136,6a4,Ageing in Suburbia,S01011703,Stepps - 03,2b,Prospering countryside life,S02002194,Stepps,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208495 +208495,S00123141,6a4,Ageing in Suburbia,S01011707,Chryston and Muirhead - 04,8b,Ageing suburbanites,S02002195,Chryston and Muirhead,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208496 +208496,S00123287,6a4,Ageing in Suburbia,S01011727,Westfield - 09,8c,Comfortable suburbia,S02002198,Westfield,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208497 +208497,S00123352,6a4,Ageing in Suburbia,S01011659,Thrashbush - 05,4a,Challenged white communities,S02002187,Thrashbush,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208498 +208498,S00123396,6a4,Ageing in Suburbia,S01011669,Drumgelloch - 01,5c,Comfortable neighbourhoods,S02002189,Drumgelloch,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208499 +208499,S00123423,6a4,Ageing in Suburbia,S01011613,Calderbank and Brownsburn - 01,8b,Ageing suburbanites,S02002179,Calderbank and Brownsburn,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208500 +208500,S00123457,6a4,Ageing in Suburbia,S01011613,Calderbank and Brownsburn - 01,8b,Ageing suburbanites,S02002179,Calderbank and Brownsburn,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208501 +208501,S00123500,6a4,Ageing in Suburbia,S01011644,Cairnhill - 04,5c,Comfortable neighbourhoods,S02002185,Cairnhill,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208502 +208502,S00123736,6a4,Ageing in Suburbia,S01011579,Drumpellier and Langloan - 03,8c,Comfortable suburbia,S02002172,Drumpellier and Langloan,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208503 +208503,S00123741,6a4,Ageing in Suburbia,S01011579,Drumpellier and Langloan - 03,8c,Comfortable suburbia,S02002172,Drumpellier and Langloan,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208504 +208504,S00123742,6a4,Ageing in Suburbia,S01011579,Drumpellier and Langloan - 03,8c,Comfortable suburbia,S02002172,Drumpellier and Langloan,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208505 +208505,S00123746,6a4,Ageing in Suburbia,S01011582,Coatbridge West - 03,5a,Ageing urban communities,S02002173,Coatbridge West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208506 +208506,S00124086,6a4,Ageing in Suburbia,S01011377,Muirhouse and Knowetop - 05,5c,Comfortable neighbourhoods,S02002138,Muirhouse and Knowetop,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208507 +208507,S00124114,6a4,Ageing in Suburbia,S01011477,Ladywell - 02,8b,Ageing suburbanites,S02002156,Ladywell,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208508 +208508,S00124128,6a4,Ageing in Suburbia,S01011480,Ladywell - 05,8a,Affluent communities,S02002156,Ladywell,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208509 +208509,S00124132,6a4,Ageing in Suburbia,S01011480,Ladywell - 05,8a,Affluent communities,S02002156,Ladywell,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208510 +208510,S00124133,6a4,Ageing in Suburbia,S01011479,Ladywell - 04,8c,Comfortable suburbia,S02002156,Ladywell,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208511 +208511,S00124201,6a4,Ageing in Suburbia,S01011483,Motherwell West - 03,8c,Comfortable suburbia,S02002157,Motherwell West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208512 +208512,S00125190,8c2,Ageing Rural Industry Workers,S01011766,Village and Castlecary - 01,8c,Comfortable suburbia,S02002206,Village and Castlecary,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208513 +208513,S00125249,8c2,Ageing Rural Industry Workers,S01011596,Sunnyside and Cliftonville - 05,4b,Constrained renters,S02002175,Sunnyside and Cliftonville,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208514 +208514,S00098779,2b1,Students and Commuters,S01007702,City Centre - 02,1a,Cosmopolitan student neighbourhoods,S02001448,City Centre,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208515 +208515,S00124644,8c1,Ageing Industrious Workers,S01011436,Stane - 02,4a,Challenged white communities,S02002148,Stane,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208516 +208516,S00125674,8c2,Ageing Rural Industry Workers,S01011401,Wishaw North - 02,5a,Ageing urban communities,S02002142,Wishaw North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208517 +208517,S00125709,8c2,Ageing Rural Industry Workers,S01011388,Pather - 01,5c,Comfortable neighbourhoods,S02002140,Pather,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208518 +208518,S00125812,8c2,Ageing Rural Industry Workers,S01011794,Kilsyth Bogside - 01,4a,Challenged white communities,S02002211,Kilsyth Bogside,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208519 +208519,S00125849,8c2,Ageing Rural Industry Workers,S01011692,Gartcosh and Marnock - 04,4a,Challenged white communities,S02002192,Gartcosh and Marnock,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208520 +208520,S00123274,1a3,Agricultural Communities,S01011789,Kilsyth East and Croy - 04,2d,Rural traits,S02002210,Kilsyth East and Croy,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208521 +208521,S00125135,1a3,Agricultural Communities,S01011439,Harthill and Salsburgh - 01,5d,Endeavouring social renters,S02002149,Harthill and Salsburgh,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208522 +208522,S00123107,7c1,Challenged Transitionaries,S01011700,Cardowan and Millerston - 05,5c,Comfortable neighbourhoods,S02002193,Cardowan and Millerston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208523 +208523,S00123108,7c1,Challenged Transitionaries,S01011700,Cardowan and Millerston - 05,5c,Comfortable neighbourhoods,S02002193,Cardowan and Millerston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208524 +208524,S00123117,7c1,Challenged Transitionaries,S01011699,Cardowan and Millerston - 04,5c,Comfortable neighbourhoods,S02002193,Cardowan and Millerston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208525 +208525,S00123121,7c1,Challenged Transitionaries,S01011698,Cardowan and Millerston - 03,4a,Challenged white communities,S02002193,Cardowan and Millerston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208526 +208526,S00123122,7c1,Challenged Transitionaries,S01011698,Cardowan and Millerston - 03,4a,Challenged white communities,S02002193,Cardowan and Millerston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208527 +208527,S00123129,7c1,Challenged Transitionaries,S01011697,Cardowan and Millerston - 02,5c,Comfortable neighbourhoods,S02002193,Cardowan and Millerston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208528 +208528,S00123151,7c1,Challenged Transitionaries,S01011708,Chryston and Muirhead - 05,4a,Challenged white communities,S02002195,Chryston and Muirhead,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208529 +208529,S00123158,7c1,Challenged Transitionaries,S01011706,Chryston and Muirhead - 03,5a,Ageing urban communities,S02002195,Chryston and Muirhead,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208530 +208530,S00123164,7c1,Challenged Transitionaries,S01011705,Chryston and Muirhead - 02,5c,Comfortable neighbourhoods,S02002195,Chryston and Muirhead,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208531 +208531,S00123178,7c1,Challenged Transitionaries,S01011715,Moodiesburn East - 02,4a,Challenged white communities,S02002197,Moodiesburn East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208532 +208532,S00123647,7c1,Challenged Transitionaries,S01011511,Milnwood - 07,4d,Hard-pressed flat dwellers,S02002161,Milnwood,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208533 +208533,S00123193,7c1,Challenged Transitionaries,S01011715,Moodiesburn East - 02,4a,Challenged white communities,S02002197,Moodiesburn East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208534 +208534,S00123200,7c1,Challenged Transitionaries,S01011711,Moodiesburn West - 03,4a,Challenged white communities,S02002196,Moodiesburn West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208535 +208535,S00123336,7c1,Challenged Transitionaries,S01011357,Overtown - 01,5c,Comfortable neighbourhoods,S02002135,Overtown,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208536 +208536,S00123338,7c1,Challenged Transitionaries,S01011359,Overtown - 03,4a,Challenged white communities,S02002135,Overtown,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208537 +208537,S00123347,7c1,Challenged Transitionaries,S01011665,Airdrie North - 03,4d,Hard-pressed flat dwellers,S02002188,Airdrie North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208538 +208538,S00123348,7c1,Challenged Transitionaries,S01011657,Thrashbush - 03,4d,Hard-pressed flat dwellers,S02002187,Thrashbush,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208539 +208539,S00123354,7c1,Challenged Transitionaries,S01011659,Thrashbush - 05,4a,Challenged white communities,S02002187,Thrashbush,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208540 +208540,S00123366,7c1,Challenged Transitionaries,S01011667,Airdrie North - 05,4d,Hard-pressed flat dwellers,S02002188,Airdrie North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208541 +208541,S00123378,7c1,Challenged Transitionaries,S01011663,Airdrie North - 01,4d,Hard-pressed flat dwellers,S02002188,Airdrie North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208542 +208542,S00123463,7c1,Challenged Transitionaries,S01011640,Gartlea - 05,4a,Challenged white communities,S02002184,Gartlea,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208543 +208543,S00123478,7c1,Challenged Transitionaries,S01011637,Gartlea - 02,4d,Hard-pressed flat dwellers,S02002184,Gartlea,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208544 +208544,S00123484,7c1,Challenged Transitionaries,S01011645,Cairnhill - 05,5c,Comfortable neighbourhoods,S02002185,Cairnhill,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208545 +208545,S00123492,7c1,Challenged Transitionaries,S01011645,Cairnhill - 05,5c,Comfortable neighbourhoods,S02002185,Cairnhill,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208546 +208546,S00123493,7c1,Challenged Transitionaries,S01011648,Coatdyke and Whinhall - 01,5c,Comfortable neighbourhoods,S02002186,Coatdyke and Whinhall,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208547 +208547,S00123496,7c1,Challenged Transitionaries,S01011648,Coatdyke and Whinhall - 01,5c,Comfortable neighbourhoods,S02002186,Coatdyke and Whinhall,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208548 +208548,S00123522,7c1,Challenged Transitionaries,S01011654,Coatdyke and Whinhall - 07,4d,Hard-pressed flat dwellers,S02002186,Coatdyke and Whinhall,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208549 +208549,S00123538,7c1,Challenged Transitionaries,S01011658,Thrashbush - 04,4a,Challenged white communities,S02002187,Thrashbush,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208550 +208550,S00124391,6a4,Ageing in Suburbia,S01011536,Fallside - 05,8c,Comfortable suburbia,S02002166,Fallside,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208551 +208551,S00098541,2a3,Students and Professionals,S01007686,Westend - 05,3c,Highly qualified professionals,S02001445,Westend,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208552 +208552,S00123542,7c1,Challenged Transitionaries,S01011660,Thrashbush - 06,5c,Comfortable neighbourhoods,S02002187,Thrashbush,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208553 +208553,S00123544,7c1,Challenged Transitionaries,S01011555,Kirkwood and Bargeddie - 03,4d,Hard-pressed flat dwellers,S02002169,Kirkwood and Bargeddie,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208554 +208554,S00123545,7c1,Challenged Transitionaries,S01011556,Kirkwood and Bargeddie - 04,4d,Hard-pressed flat dwellers,S02002169,Kirkwood and Bargeddie,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208555 +208555,S00123547,7c1,Challenged Transitionaries,S01011556,Kirkwood and Bargeddie - 04,4d,Hard-pressed flat dwellers,S02002169,Kirkwood and Bargeddie,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208556 +208556,S00123548,7c1,Challenged Transitionaries,S01011555,Kirkwood and Bargeddie - 03,4d,Hard-pressed flat dwellers,S02002169,Kirkwood and Bargeddie,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208557 +208557,S00123549,7c1,Challenged Transitionaries,S01011556,Kirkwood and Bargeddie - 04,4d,Hard-pressed flat dwellers,S02002169,Kirkwood and Bargeddie,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208558 +208558,S00123551,7c1,Challenged Transitionaries,S01011555,Kirkwood and Bargeddie - 03,4d,Hard-pressed flat dwellers,S02002169,Kirkwood and Bargeddie,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208559 +208559,S00123557,7c1,Challenged Transitionaries,S01011554,Kirkwood and Bargeddie - 02,5d,Endeavouring social renters,S02002169,Kirkwood and Bargeddie,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208560 +208560,S00123564,7c1,Challenged Transitionaries,S01011529,Bellshill Central - 02,4d,Hard-pressed flat dwellers,S02002165,Bellshill Central,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208561 +208561,S00123568,7c1,Challenged Transitionaries,S01011530,Bellshill Central - 03,4a,Challenged white communities,S02002165,Bellshill Central,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208562 +208562,S00123571,7c1,Challenged Transitionaries,S01011530,Bellshill Central - 03,4a,Challenged white communities,S02002165,Bellshill Central,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208563 +208563,S00123586,7c1,Challenged Transitionaries,S01011528,Bellshill Central - 01,4a,Challenged white communities,S02002165,Bellshill Central,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208564 +208564,S00123596,7c1,Challenged Transitionaries,S01011522,Bellshill South - 04,4d,Hard-pressed flat dwellers,S02002163,Bellshill South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208565 +208565,S00098781,2b1,Students and Commuters,S01007702,City Centre - 02,1a,Cosmopolitan student neighbourhoods,S02001448,City Centre,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208566 +208566,S00098990,2b1,Students and Commuters,S01007728,Stobswell - 03,1a,Cosmopolitan student neighbourhoods,S02001452,Stobswell,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208567 +208567,S00099430,2b1,Students and Commuters,S01007695,Logie and Blackness - 01,1a,Cosmopolitan student neighbourhoods,S02001447,Logie and Blackness,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208568 +208568,S00124645,8c1,Ageing Industrious Workers,S01011437,Stane - 03,4a,Challenged white communities,S02002148,Stane,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208569 +208569,S00124494,6a4,Ageing in Suburbia,S01011405,Wishaw North - 06,5c,Comfortable neighbourhoods,S02002142,Wishaw North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208570 +208570,S00098602,2a3,Students and Professionals,S01007698,Logie and Blackness - 04,1a,Cosmopolitan student neighbourhoods,S02001447,Logie and Blackness,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208571 +208571,S00123682,7c1,Challenged Transitionaries,S01011524,Bellshill South - 06,5c,Comfortable neighbourhoods,S02002163,Bellshill South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208572 +208572,S00099438,2b1,Students and Commuters,S01007705,City Centre - 05,1a,Cosmopolitan student neighbourhoods,S02001448,City Centre,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208573 +208573,S00124674,8c1,Ageing Industrious Workers,S01011441,Harthill and Salsburgh - 03,4a,Challenged white communities,S02002149,Harthill and Salsburgh,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208574 +208574,S00099505,2b1,Students and Commuters,S01007693,Perth Road - 05,1a,Cosmopolitan student neighbourhoods,S02001446,Perth Road,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208575 +208575,S00098770,2a3,Students and Professionals,S01007831,Law - 04,4d,Hard-pressed flat dwellers,S02001469,Law,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208576 +208576,S00124684,8c1,Ageing Industrious Workers,S01011443,Harthill and Salsburgh - 05,4a,Challenged white communities,S02002149,Harthill and Salsburgh,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208577 +208577,S00124637,6a4,Ageing in Suburbia,S01011435,Stane - 01,8c,Comfortable suburbia,S02002148,Stane,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208578 +208578,S00123683,7c1,Challenged Transitionaries,S01011524,Bellshill South - 06,5c,Comfortable neighbourhoods,S02002163,Bellshill South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208579 +208579,S00099507,2b1,Students and Commuters,S01007691,Perth Road - 03,1a,Cosmopolitan student neighbourhoods,S02001446,Perth Road,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208580 +208580,S00098784,2a3,Students and Professionals,S01007703,City Centre - 03,1a,Cosmopolitan student neighbourhoods,S02001448,City Centre,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208581 +208581,S00124708,8c1,Ageing Industrious Workers,S01011688,Glenmavis and Greengairs - 06,2d,Rural traits,S02002191,Glenmavis and Greengairs,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208582 +208582,S00125009,6a4,Ageing in Suburbia,S01011782,Balloch East - 01,8b,Ageing suburbanites,S02002209,Balloch East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208583 +208583,S00123696,7c1,Challenged Transitionaries,S01011615,Calderbank and Brownsburn - 03,4a,Challenged white communities,S02002179,Calderbank and Brownsburn,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208584 +208584,S00099538,2b1,Students and Commuters,S01007691,Perth Road - 03,1a,Cosmopolitan student neighbourhoods,S02001446,Perth Road,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208585 +208585,S00125016,6a4,Ageing in Suburbia,S01011779,Balloch West - 03,8c,Comfortable suburbia,S02002208,Balloch West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208586 +208586,S00098795,2a3,Students and Professionals,S01007716,Hilltown - 03,1a,Cosmopolitan student neighbourhoods,S02001450,Hilltown,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208587 +208587,S00123698,7c1,Challenged Transitionaries,S01011615,Calderbank and Brownsburn - 03,4a,Challenged white communities,S02002179,Calderbank and Brownsburn,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208588 +208588,S00124715,8c1,Ageing Industrious Workers,S01011686,Glenmavis and Greengairs - 04,8c,Comfortable suburbia,S02002191,Glenmavis and Greengairs,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208589 +208589,S00099539,2b1,Students and Commuters,S01007705,City Centre - 05,1a,Cosmopolitan student neighbourhoods,S02001448,City Centre,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208590 +208590,S00125050,6a4,Ageing in Suburbia,S01011793,Kilsyth East and Croy - 08,5a,Ageing urban communities,S02002210,Kilsyth East and Croy,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208591 +208591,S00099458,2a3,Students and Professionals,S01007689,Perth Road - 01,1a,Cosmopolitan student neighbourhoods,S02001446,Perth Road,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208592 +208592,S00123700,7c1,Challenged Transitionaries,S01011614,Calderbank and Brownsburn - 02,5c,Comfortable neighbourhoods,S02002179,Calderbank and Brownsburn,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208593 +208593,S00099542,2b1,Students and Commuters,S01007711,Docks and Wellgate - 05,1a,Cosmopolitan student neighbourhoods,S02001449,Docks and Wellgate,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208594 +208594,S00099548,2a3,Students and Professionals,S01007713,Docks and Wellgate - 07,1a,Cosmopolitan student neighbourhoods,S02001449,Docks and Wellgate,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208595 +208595,S00125185,6a4,Ageing in Suburbia,S01011729,Condorrat - 02,4a,Challenged white communities,S02002199,Condorrat,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208596 +208596,S00123703,7c1,Challenged Transitionaries,S01011616,Calderbank and Brownsburn - 04,4a,Challenged white communities,S02002179,Calderbank and Brownsburn,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208597 +208597,S00124720,8c1,Ageing Industrious Workers,S01011691,Gartcosh and Marnock - 03,5b,Aspiring urban households,S02002192,Gartcosh and Marnock,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208598 +208598,S00099543,2b1,Students and Commuters,S01007711,Docks and Wellgate - 05,1a,Cosmopolitan student neighbourhoods,S02001449,Docks and Wellgate,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208599 +208599,S00099554,2a3,Students and Professionals,S01007707,Docks and Wellgate - 01,1a,Cosmopolitan student neighbourhoods,S02001449,Docks and Wellgate,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208600 +208600,S00125251,6a4,Ageing in Suburbia,S01011595,Sunnyside and Cliftonville - 04,5c,Comfortable neighbourhoods,S02002175,Sunnyside and Cliftonville,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208601 +208601,S00124741,8c1,Ageing Industrious Workers,S01011683,Glenmavis and Greengairs - 01,5e,Primary sector workers,S02002191,Glenmavis and Greengairs,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208602 +208602,S00125276,6a4,Ageing in Suburbia,S01011637,Gartlea - 02,4d,Hard-pressed flat dwellers,S02002184,Gartlea,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208603 +208603,S00099544,2b1,Students and Commuters,S01007711,Docks and Wellgate - 05,1a,Cosmopolitan student neighbourhoods,S02001449,Docks and Wellgate,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208604 +208604,S00099557,2a3,Students and Professionals,S01007707,Docks and Wellgate - 01,1a,Cosmopolitan student neighbourhoods,S02001449,Docks and Wellgate,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208605 +208605,S00124858,8c1,Ageing Industrious Workers,S01011767,Village and Castlecary - 02,4a,Challenged white communities,S02002206,Village and Castlecary,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208606 +208606,S00123710,7c1,Challenged Transitionaries,S01011466,Carfin and Cleekhimin - 03,4d,Hard-pressed flat dwellers,S02002154,Carfin and Cleekhimin,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208607 +208607,S00125394,6a4,Ageing in Suburbia,S01011662,Thrashbush - 08,8b,Ageing suburbanites,S02002187,Thrashbush,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208608 +208608,S00099545,2b1,Students and Commuters,S01007710,Docks and Wellgate - 04,1a,Cosmopolitan student neighbourhoods,S02001449,Docks and Wellgate,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208609 +208609,S00125431,6a4,Ageing in Suburbia,S01011647,Cairnhill - 07,8c,Comfortable suburbia,S02002185,Cairnhill,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208610 +208610,S00099558,2a3,Students and Professionals,S01007707,Docks and Wellgate - 01,1a,Cosmopolitan student neighbourhoods,S02001449,Docks and Wellgate,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208611 +208611,S00123722,7c1,Challenged Transitionaries,S01011623,Chapelhall East - 04,4a,Challenged white communities,S02002181,Chapelhall East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208612 +208612,S00124933,8c1,Ageing Industrious Workers,S01011730,Condorrat - 03,5c,Comfortable neighbourhoods,S02002199,Condorrat,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208613 +208613,S00099546,2b1,Students and Commuters,S01007710,Docks and Wellgate - 04,1a,Cosmopolitan student neighbourhoods,S02001449,Docks and Wellgate,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208614 +208614,S00125433,6a4,Ageing in Suburbia,S01011649,Coatdyke and Whinhall - 02,4b,Constrained renters,S02002186,Coatdyke and Whinhall,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208615 +208615,S00099559,2a3,Students and Professionals,S01007707,Docks and Wellgate - 01,1a,Cosmopolitan student neighbourhoods,S02001449,Docks and Wellgate,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208616 +208616,S00123732,7c1,Challenged Transitionaries,S01011623,Chapelhall East - 04,4a,Challenged white communities,S02002181,Chapelhall East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208617 +208617,S00125130,8c1,Ageing Industrious Workers,S01011452,Newarthill - 01,5c,Comfortable neighbourhoods,S02002151,Newarthill,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208618 +208618,S00099547,2b1,Students and Commuters,S01007712,Docks and Wellgate - 06,1a,Cosmopolitan student neighbourhoods,S02001449,Docks and Wellgate,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208619 +208619,S00125527,6a4,Ageing in Suburbia,S01011572,Dundyvan - 04,4d,Hard-pressed flat dwellers,S02002171,Dundyvan,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208620 +208620,S00099560,2a3,Students and Professionals,S01007707,Docks and Wellgate - 01,1a,Cosmopolitan student neighbourhoods,S02001449,Docks and Wellgate,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208621 +208621,S00123765,7c1,Challenged Transitionaries,S01011580,Coatbridge West - 01,4d,Hard-pressed flat dwellers,S02002173,Coatbridge West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208622 +208622,S00123769,7c1,Challenged Transitionaries,S01011583,Coatbridge West - 04,4d,Hard-pressed flat dwellers,S02002173,Coatbridge West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208623 +208623,S00123774,7c1,Challenged Transitionaries,S01011583,Coatbridge West - 04,4d,Hard-pressed flat dwellers,S02002173,Coatbridge West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208624 +208624,S00123775,7c1,Challenged Transitionaries,S01011584,Coatbridge West - 05,4a,Challenged white communities,S02002173,Coatbridge West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208625 +208625,S00123776,7c1,Challenged Transitionaries,S01011584,Coatbridge West - 05,4a,Challenged white communities,S02002173,Coatbridge West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208626 +208626,S00123777,7c1,Challenged Transitionaries,S01011584,Coatbridge West - 05,4a,Challenged white communities,S02002173,Coatbridge West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208627 +208627,S00123778,7c1,Challenged Transitionaries,S01011584,Coatbridge West - 05,4a,Challenged white communities,S02002173,Coatbridge West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208628 +208628,S00123779,7c1,Challenged Transitionaries,S01011585,Townhead - 01,4d,Hard-pressed flat dwellers,S02002174,Townhead,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208629 +208629,S00123804,7c1,Challenged Transitionaries,S01011587,Townhead - 03,4d,Hard-pressed flat dwellers,S02002174,Townhead,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208630 +208630,S00123805,7c1,Challenged Transitionaries,S01011587,Townhead - 03,4d,Hard-pressed flat dwellers,S02002174,Townhead,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208631 +208631,S00123807,7c1,Challenged Transitionaries,S01011585,Townhead - 01,4d,Hard-pressed flat dwellers,S02002174,Townhead,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208632 +208632,S00123808,7c1,Challenged Transitionaries,S01011586,Townhead - 02,4d,Hard-pressed flat dwellers,S02002174,Townhead,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208633 +208633,S00123810,7c1,Challenged Transitionaries,S01011585,Townhead - 01,4d,Hard-pressed flat dwellers,S02002174,Townhead,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208634 +208634,S00123817,7c1,Challenged Transitionaries,S01011592,Sunnyside and Cliftonville - 01,4d,Hard-pressed flat dwellers,S02002175,Sunnyside and Cliftonville,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208635 +208635,S00123818,7c1,Challenged Transitionaries,S01011593,Sunnyside and Cliftonville - 02,5c,Comfortable neighbourhoods,S02002175,Sunnyside and Cliftonville,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208636 +208636,S00123822,7c1,Challenged Transitionaries,S01011593,Sunnyside and Cliftonville - 02,5c,Comfortable neighbourhoods,S02002175,Sunnyside and Cliftonville,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208637 +208637,S00123827,7c1,Challenged Transitionaries,S01011600,Cliftonville - 03,4d,Hard-pressed flat dwellers,S02002176,Cliftonville,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208638 +208638,S00123830,7c1,Challenged Transitionaries,S01011596,Sunnyside and Cliftonville - 05,4b,Constrained renters,S02002175,Sunnyside and Cliftonville,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208639 +208639,S00123831,7c1,Challenged Transitionaries,S01011594,Sunnyside and Cliftonville - 03,5c,Comfortable neighbourhoods,S02002175,Sunnyside and Cliftonville,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208640 +208640,S00123834,7c1,Challenged Transitionaries,S01011596,Sunnyside and Cliftonville - 05,4b,Constrained renters,S02002175,Sunnyside and Cliftonville,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208641 +208641,S00123843,7c1,Challenged Transitionaries,S01011599,Cliftonville - 02,4d,Hard-pressed flat dwellers,S02002176,Cliftonville,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208642 +208642,S00123844,7c1,Challenged Transitionaries,S01011599,Cliftonville - 02,4d,Hard-pressed flat dwellers,S02002176,Cliftonville,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208643 +208643,S00123845,7c1,Challenged Transitionaries,S01011599,Cliftonville - 02,4d,Hard-pressed flat dwellers,S02002176,Cliftonville,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208644 +208644,S00123853,7c1,Challenged Transitionaries,S01011651,Coatdyke and Whinhall - 04,4d,Hard-pressed flat dwellers,S02002186,Coatdyke and Whinhall,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208645 +208645,S00123860,7c1,Challenged Transitionaries,S01011570,Dundyvan - 02,4d,Hard-pressed flat dwellers,S02002171,Dundyvan,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208646 +208646,S00123864,7c1,Challenged Transitionaries,S01011605,Shawhead and Whifflet - 04,4a,Challenged white communities,S02002177,Shawhead and Whifflet,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208647 +208647,S00123867,7c1,Challenged Transitionaries,S01011604,Shawhead and Whifflet - 03,4d,Hard-pressed flat dwellers,S02002177,Shawhead and Whifflet,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208648 +208648,S00123893,7c1,Challenged Transitionaries,S01011602,Shawhead and Whifflet - 01,4a,Challenged white communities,S02002177,Shawhead and Whifflet,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208649 +208649,S00123905,7c1,Challenged Transitionaries,S01011603,Shawhead and Whifflet - 02,4d,Hard-pressed flat dwellers,S02002177,Shawhead and Whifflet,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208650 +208650,S00123909,7c1,Challenged Transitionaries,S01011572,Dundyvan - 04,4d,Hard-pressed flat dwellers,S02002171,Dundyvan,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208651 +208651,S00123920,7c1,Challenged Transitionaries,S01011570,Dundyvan - 02,4d,Hard-pressed flat dwellers,S02002171,Dundyvan,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208652 +208652,S00123924,7c1,Challenged Transitionaries,S01011573,Dundyvan - 05,5c,Comfortable neighbourhoods,S02002171,Dundyvan,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208653 +208653,S00123965,7c1,Challenged Transitionaries,S01011562,Kirkshaws - 01,4a,Challenged white communities,S02002170,Kirkshaws,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208654 +208654,S00123970,7c1,Challenged Transitionaries,S01011559,Kirkwood and Bargeddie - 07,4a,Challenged white communities,S02002169,Kirkwood and Bargeddie,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208655 +208655,S00123988,7c1,Challenged Transitionaries,S01011560,Kirkwood and Bargeddie - 08,4a,Challenged white communities,S02002169,Kirkwood and Bargeddie,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208656 +208656,S00124001,7c1,Challenged Transitionaries,S01011500,Holytown - 04,4a,Challenged white communities,S02002160,Holytown,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208657 +208657,S00124002,7c1,Challenged Transitionaries,S01011500,Holytown - 04,4a,Challenged white communities,S02002160,Holytown,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208658 +208658,S00124003,7c1,Challenged Transitionaries,S01011499,Holytown - 03,5c,Comfortable neighbourhoods,S02002160,Holytown,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208659 +208659,S00099562,2a3,Students and Professionals,S01007690,Perth Road - 02,1a,Cosmopolitan student neighbourhoods,S02001446,Perth Road,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208660 +208660,S00099563,2a3,Students and Professionals,S01007690,Perth Road - 02,1a,Cosmopolitan student neighbourhoods,S02001446,Perth Road,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208661 +208661,S00099550,2b1,Students and Commuters,S01007710,Docks and Wellgate - 04,1a,Cosmopolitan student neighbourhoods,S02001449,Docks and Wellgate,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208662 +208662,S00099565,2a3,Students and Professionals,S01007691,Perth Road - 03,1a,Cosmopolitan student neighbourhoods,S02001446,Perth Road,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208663 +208663,S00099552,2b1,Students and Commuters,S01007710,Docks and Wellgate - 04,1a,Cosmopolitan student neighbourhoods,S02001449,Docks and Wellgate,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208664 +208664,S00099585,2a3,Students and Professionals,S01007688,Westend - 07,1a,Cosmopolitan student neighbourhoods,S02001445,Westend,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208665 +208665,S00099553,2b1,Students and Commuters,S01007707,Docks and Wellgate - 01,1a,Cosmopolitan student neighbourhoods,S02001449,Docks and Wellgate,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208666 +208666,S00099555,2b1,Students and Commuters,S01007707,Docks and Wellgate - 01,1a,Cosmopolitan student neighbourhoods,S02001449,Docks and Wellgate,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208667 +208667,S00125553,6a4,Ageing in Suburbia,S01011497,Holytown - 01,5c,Comfortable neighbourhoods,S02002160,Holytown,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208668 +208668,S00099564,2b1,Students and Commuters,S01007691,Perth Road - 03,1a,Cosmopolitan student neighbourhoods,S02001446,Perth Road,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208669 +208669,S00099653,2a3,Students and Professionals,S01007709,Docks and Wellgate - 03,1a,Cosmopolitan student neighbourhoods,S02001449,Docks and Wellgate,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208670 +208670,S00125142,8c1,Ageing Industrious Workers,S01011533,Fallside - 02,4d,Hard-pressed flat dwellers,S02002166,Fallside,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208671 +208671,S00099755,2a3,Students and Professionals,S01007698,Logie and Blackness - 04,1a,Cosmopolitan student neighbourhoods,S02001447,Logie and Blackness,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208672 +208672,S00099566,2b1,Students and Commuters,S01007691,Perth Road - 03,1a,Cosmopolitan student neighbourhoods,S02001446,Perth Road,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208673 +208673,S00125171,8c1,Ageing Industrious Workers,S01011789,Kilsyth East and Croy - 04,2d,Rural traits,S02002210,Kilsyth East and Croy,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208674 +208674,S00099756,2a3,Students and Professionals,S01007698,Logie and Blackness - 04,1a,Cosmopolitan student neighbourhoods,S02001447,Logie and Blackness,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208675 +208675,S00125570,6a4,Ageing in Suburbia,S01011379,Muirhouse and Knowetop - 07,8c,Comfortable suburbia,S02002138,Muirhouse and Knowetop,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208676 +208676,S00099567,2b1,Students and Commuters,S01007691,Perth Road - 03,1a,Cosmopolitan student neighbourhoods,S02001446,Perth Road,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208677 +208677,S00125574,6a4,Ageing in Suburbia,S01011381,Muirhouse and Knowetop - 09,5c,Comfortable neighbourhoods,S02002138,Muirhouse and Knowetop,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208678 +208678,S00125173,8c1,Ageing Industrious Workers,S01011679,Caldercruix and Plains - 05,5b,Aspiring urban households,S02002190,Caldercruix and Plains,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208679 +208679,S00099757,2a3,Students and Professionals,S01007698,Logie and Blackness - 04,1a,Cosmopolitan student neighbourhoods,S02001447,Logie and Blackness,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208680 +208680,S00099570,2b1,Students and Commuters,S01007691,Perth Road - 03,1a,Cosmopolitan student neighbourhoods,S02001446,Perth Road,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208681 +208681,S00125656,6a4,Ageing in Suburbia,S01011532,Fallside - 01,8c,Comfortable suburbia,S02002166,Fallside,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208682 +208682,S00125241,8c1,Ageing Industrious Workers,S01011578,Drumpellier and Langloan - 02,4d,Hard-pressed flat dwellers,S02002172,Drumpellier and Langloan,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208683 +208683,S00125386,8c1,Ageing Industrious Workers,S01011357,Overtown - 01,5c,Comfortable neighbourhoods,S02002135,Overtown,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208684 +208684,S00125473,8c1,Ageing Industrious Workers,S01011614,Calderbank and Brownsburn - 02,5c,Comfortable neighbourhoods,S02002179,Calderbank and Brownsburn,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208685 +208685,S00125477,8c1,Ageing Industrious Workers,S01011619,Chapelhall West - 03,5b,Aspiring urban households,S02002180,Chapelhall West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208686 +208686,S00125579,8c1,Ageing Industrious Workers,S01011374,Muirhouse and Knowetop - 02,5c,Comfortable neighbourhoods,S02002138,Muirhouse and Knowetop,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208687 +208687,S00125597,8c1,Ageing Industrious Workers,S01011489,Motherwell North - 04,5c,Comfortable neighbourhoods,S02002158,Motherwell North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208688 +208688,S00125601,8c1,Ageing Industrious Workers,S01011491,Forgewood - 02,4d,Hard-pressed flat dwellers,S02002159,Forgewood,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208689 +208689,S00125647,8c1,Ageing Industrious Workers,S01011424,Newmains - 08,4a,Challenged white communities,S02002145,Newmains,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208690 +208690,S00125653,8c1,Ageing Industrious Workers,S01011535,Fallside - 04,4d,Hard-pressed flat dwellers,S02002166,Fallside,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208691 +208691,S00125679,8c1,Ageing Industrious Workers,S01011397,Wishaw South - 05,4d,Hard-pressed flat dwellers,S02002141,Wishaw South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208692 +208692,S00125693,8c1,Ageing Industrious Workers,S01011415,Wishaw East - 03,5c,Comfortable neighbourhoods,S02002144,Wishaw East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208693 +208693,S00125724,8c1,Ageing Industrious Workers,S01011430,Shotts - 01,5a,Ageing urban communities,S02002147,Shotts,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208694 +208694,S00125728,8c1,Ageing Industrious Workers,S01011434,Shotts - 05,5c,Comfortable neighbourhoods,S02002147,Shotts,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208695 +208695,S00125773,8c1,Ageing Industrious Workers,S01011777,Balloch West - 01,8c,Comfortable suburbia,S02002208,Balloch West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208696 +208696,S00125775,8c1,Ageing Industrious Workers,S01011778,Balloch West - 02,5c,Comfortable neighbourhoods,S02002208,Balloch West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208697 +208697,S00125799,8c1,Ageing Industrious Workers,S01011724,Westfield - 06,5b,Aspiring urban households,S02002198,Westfield,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208698 +208698,S00125821,8c1,Ageing Industrious Workers,S01011628,Craigneuk Airdrie - 04,8c,Comfortable suburbia,S02002182,Craigneuk Airdrie,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208699 +208699,S00123215,1b3,Ageing Rural Flat Tenants,S01011718,Moodiesburn East - 05,8c,Comfortable suburbia,S02002197,Moodiesburn East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208700 +208700,S00123222,1b3,Ageing Rural Flat Tenants,S01011695,Gartcosh and Marnock - 07,2b,Prospering countryside life,S02002192,Gartcosh and Marnock,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208701 +208701,S00123224,1b3,Ageing Rural Flat Tenants,S01011703,Stepps - 03,2b,Prospering countryside life,S02002194,Stepps,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208702 +208702,S00123279,1b3,Ageing Rural Flat Tenants,S01011789,Kilsyth East and Croy - 04,2d,Rural traits,S02002210,Kilsyth East and Croy,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208703 +208703,S00123280,1b3,Ageing Rural Flat Tenants,S01011789,Kilsyth East and Croy - 04,2d,Rural traits,S02002210,Kilsyth East and Croy,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208704 +208704,S00123299,1b3,Ageing Rural Flat Tenants,S01011683,Glenmavis and Greengairs - 01,5e,Primary sector workers,S02002191,Glenmavis and Greengairs,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208705 +208705,S00124466,1b3,Ageing Rural Flat Tenants,S01011393,Wishaw South - 01,5c,Comfortable neighbourhoods,S02002141,Wishaw South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208706 +208706,S00125186,1b3,Ageing Rural Flat Tenants,S01011789,Kilsyth East and Croy - 04,2d,Rural traits,S02002210,Kilsyth East and Croy,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208707 +208707,S00125192,1b3,Ageing Rural Flat Tenants,S01011790,Kilsyth East and Croy - 05,5c,Comfortable neighbourhoods,S02002210,Kilsyth East and Croy,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208708 +208708,S00125396,1b3,Ageing Rural Flat Tenants,S01011661,Thrashbush - 07,4a,Challenged white communities,S02002187,Thrashbush,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208709 +208709,S00125401,1b3,Ageing Rural Flat Tenants,S01011666,Airdrie North - 04,4d,Hard-pressed flat dwellers,S02002188,Airdrie North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208710 +208710,S00123308,8c2,Ageing Rural Industry Workers,S01011687,Glenmavis and Greengairs - 05,5d,Endeavouring social renters,S02002191,Glenmavis and Greengairs,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208711 +208711,S00123344,8c2,Ageing Rural Industry Workers,S01011665,Airdrie North - 03,4d,Hard-pressed flat dwellers,S02002188,Airdrie North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208712 +208712,S00123652,8c2,Ageing Rural Industry Workers,S01011506,Milnwood - 02,5d,Endeavouring social renters,S02002161,Milnwood,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208713 +208713,S00124221,8c2,Ageing Rural Industry Workers,S01011462,Clydesdale and New Stevenston - 03,5c,Comfortable neighbourhoods,S02002153,Clydesdale and New Stevenston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208714 +208714,S00124670,8c2,Ageing Rural Industry Workers,S01011440,Harthill and Salsburgh - 02,4a,Challenged white communities,S02002149,Harthill and Salsburgh,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208715 +208715,S00124680,8c2,Ageing Rural Industry Workers,S01011442,Harthill and Salsburgh - 04,4a,Challenged white communities,S02002149,Harthill and Salsburgh,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208716 +208716,S00125734,6a4,Ageing in Suburbia,S01011686,Glenmavis and Greengairs - 04,8c,Comfortable suburbia,S02002191,Glenmavis and Greengairs,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208717 +208717,S00125834,6a4,Ageing in Suburbia,S01011426,Allanton - Newmains Rural - 01,2a,Ageing rural neighbourhoods,S02002146,Allanton - Newmains Rural,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208718 +208718,S00099571,2b1,Students and Commuters,S01007706,City Centre - 06,1a,Cosmopolitan student neighbourhoods,S02001448,City Centre,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208719 +208719,S00099767,2a3,Students and Professionals,S01007692,Perth Road - 04,1a,Cosmopolitan student neighbourhoods,S02001446,Perth Road,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208720 +208720,S00099572,2b1,Students and Commuters,S01007706,City Centre - 06,1a,Cosmopolitan student neighbourhoods,S02001448,City Centre,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208721 +208721,S00098625,7a1,Transitional Eastern European Neighbourhoods,S01007855,Lochee - 06,4d,Hard-pressed flat dwellers,S02001473,Lochee,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208722 +208722,S00099573,2b1,Students and Commuters,S01007701,City Centre - 01,1a,Cosmopolitan student neighbourhoods,S02001448,City Centre,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208723 +208723,S00098633,7a1,Transitional Eastern European Neighbourhoods,S01007852,Lochee - 03,4d,Hard-pressed flat dwellers,S02001473,Lochee,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208724 +208724,S00125882,6a4,Ageing in Suburbia,S01011776,Carrickstone - 06,8a,Affluent communities,S02002207,Carrickstone,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208725 +208725,S00099582,2b1,Students and Commuters,S01007695,Logie and Blackness - 01,1a,Cosmopolitan student neighbourhoods,S02001447,Logie and Blackness,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208726 +208726,S00098705,7a1,Transitional Eastern European Neighbourhoods,S01007845,Charleston - 01,4d,Hard-pressed flat dwellers,S02001472,Charleston,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208727 +208727,S00123131,8c1,Ageing Industrious Workers,S01011701,Stepps - 01,5c,Comfortable neighbourhoods,S02002194,Stepps,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208728 +208728,S00099586,2b1,Students and Commuters,S01007688,Westend - 07,1a,Cosmopolitan student neighbourhoods,S02001445,Westend,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208729 +208729,S00098708,7a1,Transitional Eastern European Neighbourhoods,S01007848,Charleston - 04,4d,Hard-pressed flat dwellers,S02001472,Charleston,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208730 +208730,S00123147,8c1,Ageing Industrious Workers,S01011706,Chryston and Muirhead - 03,5a,Ageing urban communities,S02002195,Chryston and Muirhead,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208731 +208731,S00099632,2b1,Students and Commuters,S01007724,The Glens - 05,1a,Cosmopolitan student neighbourhoods,S02001451,The Glens,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208732 +208732,S00098712,7a1,Transitional Eastern European Neighbourhoods,S01007842,Menzieshill - 04,4d,Hard-pressed flat dwellers,S02001471,Menzieshill,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208733 +208733,S00099657,2b1,Students and Commuters,S01007732,Stobswell - 07,1a,Cosmopolitan student neighbourhoods,S02001452,Stobswell,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208734 +208734,S00123156,8c1,Ageing Industrious Workers,S01011706,Chryston and Muirhead - 03,5a,Ageing urban communities,S02002195,Chryston and Muirhead,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208735 +208735,S00099754,2b1,Students and Commuters,S01007698,Logie and Blackness - 04,1a,Cosmopolitan student neighbourhoods,S02001447,Logie and Blackness,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208736 +208736,S00098777,7a1,Transitional Eastern European Neighbourhoods,S01007716,Hilltown - 03,1a,Cosmopolitan student neighbourhoods,S02001450,Hilltown,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208737 +208737,S00099774,2b1,Students and Commuters,S01007710,Docks and Wellgate - 04,1a,Cosmopolitan student neighbourhoods,S02001449,Docks and Wellgate,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208738 +208738,S00098830,7a1,Transitional Eastern European Neighbourhoods,S01007717,Hilltown - 04,1a,Cosmopolitan student neighbourhoods,S02001450,Hilltown,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208739 +208739,S00099775,2b1,Students and Commuters,S01007709,Docks and Wellgate - 03,1a,Cosmopolitan student neighbourhoods,S02001449,Docks and Wellgate,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208740 +208740,S00098922,7a1,Transitional Eastern European Neighbourhoods,S01007820,Downfield - 05,4a,Challenged white communities,S02001467,Downfield,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208741 +208741,S00123313,8c1,Ageing Industrious Workers,S01011446,Harthill and Salsburgh - 08,2d,Rural traits,S02002149,Harthill and Salsburgh,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208742 +208742,S00098444,2a3,Students and Professionals,S01007711,Docks and Wellgate - 05,1a,Cosmopolitan student neighbourhoods,S02001449,Docks and Wellgate,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208743 +208743,S00098988,7a1,Transitional Eastern European Neighbourhoods,S01007709,Docks and Wellgate - 03,1a,Cosmopolitan student neighbourhoods,S02001449,Docks and Wellgate,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208744 +208744,S00123316,8c1,Ageing Industrious Workers,S01011422,Newmains - 06,4a,Challenged white communities,S02002145,Newmains,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208745 +208745,S00098445,2a3,Students and Professionals,S01007711,Docks and Wellgate - 05,1a,Cosmopolitan student neighbourhoods,S02001449,Docks and Wellgate,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208746 +208746,S00099078,7a1,Transitional Eastern European Neighbourhoods,S01007743,Douglas West - 01,4d,Hard-pressed flat dwellers,S02001455,Douglas West,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208747 +208747,S00123335,8c1,Ageing Industrious Workers,S01011359,Overtown - 03,4a,Challenged white communities,S02002135,Overtown,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208748 +208748,S00098447,2a3,Students and Professionals,S01007712,Docks and Wellgate - 06,1a,Cosmopolitan student neighbourhoods,S02001449,Docks and Wellgate,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208749 +208749,S00098450,2a3,Students and Professionals,S01007713,Docks and Wellgate - 07,1a,Cosmopolitan student neighbourhoods,S02001449,Docks and Wellgate,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208750 +208750,S00098455,2a3,Students and Professionals,S01007689,Perth Road - 01,1a,Cosmopolitan student neighbourhoods,S02001446,Perth Road,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208751 +208751,S00098462,2a3,Students and Professionals,S01007692,Perth Road - 04,1a,Cosmopolitan student neighbourhoods,S02001446,Perth Road,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208752 +208752,S00098476,2a3,Students and Professionals,S01007699,Logie and Blackness - 05,1a,Cosmopolitan student neighbourhoods,S02001447,Logie and Blackness,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208753 +208753,S00098488,2a3,Students and Professionals,S01007701,City Centre - 01,1a,Cosmopolitan student neighbourhoods,S02001448,City Centre,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208754 +208754,S00098518,2a3,Students and Professionals,S01007686,Westend - 05,3c,Highly qualified professionals,S02001445,Westend,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208755 +208755,S00098523,2a3,Students and Professionals,S01007692,Perth Road - 04,1a,Cosmopolitan student neighbourhoods,S02001446,Perth Road,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208756 +208756,S00098524,2a3,Students and Professionals,S01007688,Westend - 07,1a,Cosmopolitan student neighbourhoods,S02001445,Westend,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208757 +208757,S00098525,2a3,Students and Professionals,S01007688,Westend - 07,1a,Cosmopolitan student neighbourhoods,S02001445,Westend,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208758 +208758,S00098526,2a3,Students and Professionals,S01007689,Perth Road - 01,1a,Cosmopolitan student neighbourhoods,S02001446,Perth Road,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208759 +208759,S00098531,2a3,Students and Professionals,S01007688,Westend - 07,1a,Cosmopolitan student neighbourhoods,S02001445,Westend,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208760 +208760,S00098532,2a3,Students and Professionals,S01007688,Westend - 07,1a,Cosmopolitan student neighbourhoods,S02001445,Westend,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208761 +208761,S00123337,8c1,Ageing Industrious Workers,S01011359,Overtown - 03,4a,Challenged white communities,S02002135,Overtown,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208762 +208762,S00123402,8c1,Ageing Industrious Workers,S01011671,Drumgelloch - 03,5a,Ageing urban communities,S02002189,Drumgelloch,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208763 +208763,S00123472,8c1,Ageing Industrious Workers,S01011637,Gartlea - 02,4d,Hard-pressed flat dwellers,S02002184,Gartlea,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208764 +208764,S00123559,8c1,Ageing Industrious Workers,S01011554,Kirkwood and Bargeddie - 02,5d,Endeavouring social renters,S02002169,Kirkwood and Bargeddie,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208765 +208765,S00123615,8c1,Ageing Industrious Workers,S01011521,Bellshill South - 03,4d,Hard-pressed flat dwellers,S02002163,Bellshill South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208766 +208766,S00123641,8c1,Ageing Industrious Workers,S01011521,Bellshill South - 03,4d,Hard-pressed flat dwellers,S02002163,Bellshill South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208767 +208767,S00123714,8c1,Ageing Industrious Workers,S01011619,Chapelhall West - 03,5b,Aspiring urban households,S02002180,Chapelhall West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208768 +208768,S00123762,8c1,Ageing Industrious Workers,S01011580,Coatbridge West - 01,4d,Hard-pressed flat dwellers,S02002173,Coatbridge West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208769 +208769,S00123828,8c1,Ageing Industrious Workers,S01011596,Sunnyside and Cliftonville - 05,4b,Constrained renters,S02002175,Sunnyside and Cliftonville,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208770 +208770,S00124060,8c1,Ageing Industrious Workers,S01011471,Motherwell South - 01,5c,Comfortable neighbourhoods,S02002155,Motherwell South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208771 +208771,S00124067,8c1,Ageing Industrious Workers,S01011379,Muirhouse and Knowetop - 07,8c,Comfortable suburbia,S02002138,Muirhouse and Knowetop,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208772 +208772,S00124102,8c1,Ageing Industrious Workers,S01011373,Muirhouse and Knowetop - 01,4d,Hard-pressed flat dwellers,S02002138,Muirhouse and Knowetop,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208773 +208773,S00124210,8c1,Ageing Industrious Workers,S01011470,Carfin and Cleekhimin - 07,4a,Challenged white communities,S02002154,Carfin and Cleekhimin,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208774 +208774,S00124265,8c1,Ageing Industrious Workers,S01011452,Newarthill - 01,5c,Comfortable neighbourhoods,S02002151,Newarthill,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208775 +208775,S00124266,8c1,Ageing Industrious Workers,S01011452,Newarthill - 01,5c,Comfortable neighbourhoods,S02002151,Newarthill,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208776 +208776,S00124313,8c1,Ageing Industrious Workers,S01011540,Viewpark - 02,4a,Challenged white communities,S02002167,Viewpark,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208777 +208777,S00124365,8c1,Ageing Industrious Workers,S01011548,Birkenshaw - 03,5d,Endeavouring social renters,S02002168,Birkenshaw,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208778 +208778,S00124468,8c1,Ageing Industrious Workers,S01011393,Wishaw South - 01,5c,Comfortable neighbourhoods,S02002141,Wishaw South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208779 +208779,S00124512,8c1,Ageing Industrious Workers,S01011413,Wishaw East - 01,8c,Comfortable suburbia,S02002144,Wishaw East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208780 +208780,S00124543,8c1,Ageing Industrious Workers,S01011367,Netherton and Kirkhill - 05,4a,Challenged white communities,S02002136,Netherton and Kirkhill,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208781 +208781,S00124584,8c1,Ageing Industrious Workers,S01011428,Allanton - Newmains Rural - 03,5c,Comfortable neighbourhoods,S02002146,Allanton - Newmains Rural,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208782 +208782,S00124587,8c1,Ageing Industrious Workers,S01011449,Cleland - 03,4a,Challenged white communities,S02002150,Cleland,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208783 +208783,S00099161,7a1,Transitional Eastern European Neighbourhoods,S01007755,Douglas East - 03,4a,Challenged white communities,S02001457,Douglas East,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208784 +208784,S00099167,7a1,Transitional Eastern European Neighbourhoods,S01007753,Douglas East - 01,4a,Challenged white communities,S02001457,Douglas East,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208785 +208785,S00099260,7a1,Transitional Eastern European Neighbourhoods,S01007782,Whitfield - 01,4d,Hard-pressed flat dwellers,S02001462,Whitfield,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208786 +208786,S00099439,7a1,Transitional Eastern European Neighbourhoods,S01007827,Fairmuir - 05,4b,Constrained renters,S02001468,Fairmuir,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208787 +208787,S00099444,7a1,Transitional Eastern European Neighbourhoods,S01007857,Ardler and St Marys - 01,4a,Challenged white communities,S02001474,Ardler and St Marys,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208788 +208788,S00099727,7a1,Transitional Eastern European Neighbourhoods,S01007772,Barnhill - 05,4a,Challenged white communities,S02001460,Barnhill,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208789 +208789,S00099760,7a1,Transitional Eastern European Neighbourhoods,S01007830,Law - 03,4d,Hard-pressed flat dwellers,S02001469,Law,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208790 +208790,S00099764,7a1,Transitional Eastern European Neighbourhoods,S01007715,Hilltown - 02,7a,Urban cultural mix,S02001450,Hilltown,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208791 +208791,S00099778,7a1,Transitional Eastern European Neighbourhoods,S01007717,Hilltown - 04,1a,Cosmopolitan student neighbourhoods,S02001450,Hilltown,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208792 +208792,S00099556,2d1,Urban Cultural Mix,S01007707,Docks and Wellgate - 01,1a,Cosmopolitan student neighbourhoods,S02001449,Docks and Wellgate,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208793 +208793,S00098549,5a1,White Professionals,S01007856,Lochee - 07,5d,Endeavouring social renters,S02001473,Lochee,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208794 +208794,S00098843,5a1,White Professionals,S01007825,Fairmuir - 03,5c,Comfortable neighbourhoods,S02001468,Fairmuir,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208795 +208795,S00098926,5a1,White Professionals,S01007819,Downfield - 04,5d,Endeavouring social renters,S02001467,Downfield,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208796 +208796,S00098937,5a1,White Professionals,S01007818,Downfield - 03,5c,Comfortable neighbourhoods,S02001467,Downfield,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208797 +208797,S00099037,5a1,White Professionals,S01007733,Baxter Park - 01,3a,Achieving neighbourhoods,S02001453,Baxter Park,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208798 +208798,S00099040,5a1,White Professionals,S01007733,Baxter Park - 01,3a,Achieving neighbourhoods,S02001453,Baxter Park,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208799 +208799,S00099095,5a1,White Professionals,S01007741,Craigie and Craigiebank - 05,4d,Hard-pressed flat dwellers,S02001454,Craigie and Craigiebank,S12000042,Dundee City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,208800 +208800,S00123198,7c2,Constrained Young Families,S01011712,Moodiesburn West - 04,4d,Hard-pressed flat dwellers,S02002196,Moodiesburn West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208801 +208801,S00123202,7c2,Constrained Young Families,S01011711,Moodiesburn West - 03,4a,Challenged white communities,S02002196,Moodiesburn West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208802 +208802,S00123204,7c2,Constrained Young Families,S01011710,Moodiesburn West - 02,4a,Challenged white communities,S02002196,Moodiesburn West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208803 +208803,S00123262,7c2,Constrained Young Families,S01011710,Moodiesburn West - 02,4a,Challenged white communities,S02002196,Moodiesburn West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208804 +208804,S00125085,6a2,Comfortable Suburbia,S01011790,Kilsyth East and Croy - 05,5c,Comfortable neighbourhoods,S02002210,Kilsyth East and Croy,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208805 +208805,S00123263,7c2,Constrained Young Families,S01011710,Moodiesburn West - 02,4a,Challenged white communities,S02002196,Moodiesburn West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208806 +208806,S00123264,7c2,Constrained Young Families,S01011709,Moodiesburn West - 01,5c,Comfortable neighbourhoods,S02002196,Moodiesburn West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208807 +208807,S00123304,7c2,Constrained Young Families,S01011446,Harthill and Salsburgh - 08,2d,Rural traits,S02002149,Harthill and Salsburgh,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208808 +208808,S00125101,6a2,Comfortable Suburbia,S01011447,Cleland - 01,4a,Challenged white communities,S02002150,Cleland,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208809 +208809,S00123318,7c2,Constrained Young Families,S01011425,Newmains - 09,5c,Comfortable neighbourhoods,S02002145,Newmains,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208810 +208810,S00125112,6a2,Comfortable Suburbia,S01011379,Muirhouse and Knowetop - 07,8c,Comfortable suburbia,S02002138,Muirhouse and Knowetop,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208811 +208811,S00123325,7c2,Constrained Young Families,S01011360,Overtown - 04,4d,Hard-pressed flat dwellers,S02002135,Overtown,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208812 +208812,S00125147,6a2,Comfortable Suburbia,S01011527,Hattonrigg - 03,5c,Comfortable neighbourhoods,S02002164,Hattonrigg,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208813 +208813,S00124010,7c1,Challenged Transitionaries,S01011503,Holytown - 07,4a,Challenged white communities,S02002160,Holytown,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208814 +208814,S00123355,7c2,Constrained Young Families,S01011659,Thrashbush - 05,4a,Challenged white communities,S02002187,Thrashbush,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208815 +208815,S00125162,6a2,Comfortable Suburbia,S01011450,Cleland - 04,5c,Comfortable neighbourhoods,S02002150,Cleland,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208816 +208816,S00123356,7c2,Constrained Young Families,S01011659,Thrashbush - 05,4a,Challenged white communities,S02002187,Thrashbush,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208817 +208817,S00123359,7c2,Constrained Young Families,S01011659,Thrashbush - 05,4a,Challenged white communities,S02002187,Thrashbush,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208818 +208818,S00123369,7c2,Constrained Young Families,S01011661,Thrashbush - 07,4a,Challenged white communities,S02002187,Thrashbush,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208819 +208819,S00123373,7c2,Constrained Young Families,S01011663,Airdrie North - 01,4d,Hard-pressed flat dwellers,S02002188,Airdrie North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208820 +208820,S00123379,7c2,Constrained Young Families,S01011663,Airdrie North - 01,4d,Hard-pressed flat dwellers,S02002188,Airdrie North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208821 +208821,S00123385,7c2,Constrained Young Families,S01011668,Airdrie North - 06,4d,Hard-pressed flat dwellers,S02002188,Airdrie North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208822 +208822,S00123387,7c2,Constrained Young Families,S01011666,Airdrie North - 04,4d,Hard-pressed flat dwellers,S02002188,Airdrie North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208823 +208823,S00123404,7c2,Constrained Young Families,S01011670,Drumgelloch - 02,4d,Hard-pressed flat dwellers,S02002189,Drumgelloch,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208824 +208824,S00123412,7c2,Constrained Young Families,S01011672,Drumgelloch - 04,4a,Challenged white communities,S02002189,Drumgelloch,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208825 +208825,S00123416,7c2,Constrained Young Families,S01011673,Drumgelloch - 05,4d,Hard-pressed flat dwellers,S02002189,Drumgelloch,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208826 +208826,S00123427,7c2,Constrained Young Families,S01011634,Petersburn - 05,4a,Challenged white communities,S02002183,Petersburn,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208827 +208827,S00123429,7c2,Constrained Young Families,S01011634,Petersburn - 05,4a,Challenged white communities,S02002183,Petersburn,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208828 +208828,S00123445,7c2,Constrained Young Families,S01011633,Petersburn - 04,4a,Challenged white communities,S02002183,Petersburn,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208829 +208829,S00123446,7c2,Constrained Young Families,S01011633,Petersburn - 04,4a,Challenged white communities,S02002183,Petersburn,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208830 +208830,S00123458,7c2,Constrained Young Families,S01011636,Gartlea - 01,4a,Challenged white communities,S02002184,Gartlea,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208831 +208831,S00123459,7c2,Constrained Young Families,S01011636,Gartlea - 01,4a,Challenged white communities,S02002184,Gartlea,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208832 +208832,S00123467,7c2,Constrained Young Families,S01011636,Gartlea - 01,4a,Challenged white communities,S02002184,Gartlea,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208833 +208833,S00124799,7c1,Challenged Transitionaries,S01011739,Seafar - 01,4a,Challenged white communities,S02002201,Seafar,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208834 +208834,S00124404,7c1,Challenged Transitionaries,S01011383,Craigneuk Wishaw - 02,4d,Hard-pressed flat dwellers,S02002139,Craigneuk Wishaw,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208835 +208835,S00125297,7c1,Challenged Transitionaries,S01011586,Townhead - 02,4d,Hard-pressed flat dwellers,S02002174,Townhead,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208836 +208836,S00123524,7c2,Constrained Young Families,S01011655,Thrashbush - 01,4d,Hard-pressed flat dwellers,S02002187,Thrashbush,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208837 +208837,S00123527,7c2,Constrained Young Families,S01011653,Coatdyke and Whinhall - 06,4a,Challenged white communities,S02002186,Coatdyke and Whinhall,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208838 +208838,S00123536,7c2,Constrained Young Families,S01011656,Thrashbush - 02,4d,Hard-pressed flat dwellers,S02002187,Thrashbush,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208839 +208839,S00123537,7c2,Constrained Young Families,S01011658,Thrashbush - 04,4a,Challenged white communities,S02002187,Thrashbush,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208840 +208840,S00123565,7c2,Constrained Young Families,S01011528,Bellshill Central - 01,4a,Challenged white communities,S02002165,Bellshill Central,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208841 +208841,S00123566,7c2,Constrained Young Families,S01011529,Bellshill Central - 02,4d,Hard-pressed flat dwellers,S02002165,Bellshill Central,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208842 +208842,S00123572,7c2,Constrained Young Families,S01011530,Bellshill Central - 03,4a,Challenged white communities,S02002165,Bellshill Central,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208843 +208843,S00123573,7c2,Constrained Young Families,S01011529,Bellshill Central - 02,4d,Hard-pressed flat dwellers,S02002165,Bellshill Central,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208844 +208844,S00123584,7c2,Constrained Young Families,S01011528,Bellshill Central - 01,4a,Challenged white communities,S02002165,Bellshill Central,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208845 +208845,S00123585,7c2,Constrained Young Families,S01011526,Hattonrigg - 02,4a,Challenged white communities,S02002164,Hattonrigg,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208846 +208846,S00123616,7c2,Constrained Young Families,S01011521,Bellshill South - 03,4d,Hard-pressed flat dwellers,S02002163,Bellshill South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208847 +208847,S00123619,7c2,Constrained Young Families,S01011512,Orbiston - 01,4d,Hard-pressed flat dwellers,S02002162,Orbiston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208848 +208848,S00123621,7c2,Constrained Young Families,S01011512,Orbiston - 01,4d,Hard-pressed flat dwellers,S02002162,Orbiston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208849 +208849,S00123622,7c2,Constrained Young Families,S01011512,Orbiston - 01,4d,Hard-pressed flat dwellers,S02002162,Orbiston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208850 +208850,S00123624,7c2,Constrained Young Families,S01011514,Orbiston - 03,4a,Challenged white communities,S02002162,Orbiston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208851 +208851,S00123632,7c2,Constrained Young Families,S01011513,Orbiston - 02,4d,Hard-pressed flat dwellers,S02002162,Orbiston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208852 +208852,S00123634,7c2,Constrained Young Families,S01011513,Orbiston - 02,4d,Hard-pressed flat dwellers,S02002162,Orbiston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208853 +208853,S00123637,7c2,Constrained Young Families,S01011521,Bellshill South - 03,4d,Hard-pressed flat dwellers,S02002163,Bellshill South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208854 +208854,S00123638,7c2,Constrained Young Families,S01011521,Bellshill South - 03,4d,Hard-pressed flat dwellers,S02002163,Bellshill South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208855 +208855,S00123640,7c2,Constrained Young Families,S01011521,Bellshill South - 03,4d,Hard-pressed flat dwellers,S02002163,Bellshill South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208856 +208856,S00123643,7c2,Constrained Young Families,S01011510,Milnwood - 06,4a,Challenged white communities,S02002161,Milnwood,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208857 +208857,S00123644,7c2,Constrained Young Families,S01011511,Milnwood - 07,4d,Hard-pressed flat dwellers,S02002161,Milnwood,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208858 +208858,S00123645,7c2,Constrained Young Families,S01011511,Milnwood - 07,4d,Hard-pressed flat dwellers,S02002161,Milnwood,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208859 +208859,S00123102,6a2,Comfortable Suburbia,S01011696,Cardowan and Millerston - 01,8c,Comfortable suburbia,S02002193,Cardowan and Millerston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208860 +208860,S00125764,6a2,Comfortable Suburbia,S01011735,Greenfaulds - 02,8c,Comfortable suburbia,S02002200,Greenfaulds,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208861 +208861,S00124013,7c1,Challenged Transitionaries,S01011501,Holytown - 05,4d,Hard-pressed flat dwellers,S02002160,Holytown,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208862 +208862,S00124421,7c1,Challenged Transitionaries,S01011400,Wishaw North - 01,5c,Comfortable neighbourhoods,S02002142,Wishaw North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208863 +208863,S00124426,7c1,Challenged Transitionaries,S01011385,Craigneuk Wishaw - 04,4d,Hard-pressed flat dwellers,S02002139,Craigneuk Wishaw,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208864 +208864,S00125338,7c1,Challenged Transitionaries,S01011399,Wishaw South - 07,4a,Challenged white communities,S02002141,Wishaw South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208865 +208865,S00123104,6a2,Comfortable Suburbia,S01011696,Cardowan and Millerston - 01,8c,Comfortable suburbia,S02002193,Cardowan and Millerston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208866 +208866,S00125767,6a2,Comfortable Suburbia,S01011780,Balloch West - 04,8c,Comfortable suburbia,S02002208,Balloch West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208867 +208867,S00124427,7c1,Challenged Transitionaries,S01011385,Craigneuk Wishaw - 04,4d,Hard-pressed flat dwellers,S02002139,Craigneuk Wishaw,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208868 +208868,S00125353,7c1,Challenged Transitionaries,S01011758,Abronhill South - 04,4a,Challenged white communities,S02002204,Abronhill South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208869 +208869,S00123125,6a2,Comfortable Suburbia,S01011697,Cardowan and Millerston - 02,5c,Comfortable neighbourhoods,S02002193,Cardowan and Millerston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208870 +208870,S00125768,6a2,Comfortable Suburbia,S01011781,Balloch West - 05,8b,Ageing suburbanites,S02002208,Balloch West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208871 +208871,S00124028,7c1,Challenged Transitionaries,S01011504,Holytown - 08,5c,Comfortable neighbourhoods,S02002160,Holytown,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208872 +208872,S00124431,7c1,Challenged Transitionaries,S01011395,Wishaw South - 03,4d,Hard-pressed flat dwellers,S02002141,Wishaw South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208873 +208873,S00125362,7c1,Challenged Transitionaries,S01011733,Condorrat - 06,5d,Endeavouring social renters,S02002199,Condorrat,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208874 +208874,S00123167,6a2,Comfortable Suburbia,S01011695,Gartcosh and Marnock - 07,2b,Prospering countryside life,S02002192,Gartcosh and Marnock,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208875 +208875,S00123214,6a2,Comfortable Suburbia,S01011718,Moodiesburn East - 05,8c,Comfortable suburbia,S02002197,Moodiesburn East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208876 +208876,S00123216,6a2,Comfortable Suburbia,S01011718,Moodiesburn East - 05,8c,Comfortable suburbia,S02002197,Moodiesburn East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208877 +208877,S00123221,6a2,Comfortable Suburbia,S01011705,Chryston and Muirhead - 02,5c,Comfortable neighbourhoods,S02002195,Chryston and Muirhead,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208878 +208878,S00123223,6a2,Comfortable Suburbia,S01011709,Moodiesburn West - 01,5c,Comfortable neighbourhoods,S02002196,Moodiesburn West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208879 +208879,S00123225,6a2,Comfortable Suburbia,S01011701,Stepps - 01,5c,Comfortable neighbourhoods,S02002194,Stepps,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208880 +208880,S00123227,6a2,Comfortable Suburbia,S01011696,Cardowan and Millerston - 01,8c,Comfortable suburbia,S02002193,Cardowan and Millerston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208881 +208881,S00123228,6a2,Comfortable Suburbia,S01011695,Gartcosh and Marnock - 07,2b,Prospering countryside life,S02002192,Gartcosh and Marnock,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208882 +208882,S00123229,6a2,Comfortable Suburbia,S01011695,Gartcosh and Marnock - 07,2b,Prospering countryside life,S02002192,Gartcosh and Marnock,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208883 +208883,S00123230,6a2,Comfortable Suburbia,S01011696,Cardowan and Millerston - 01,8c,Comfortable suburbia,S02002193,Cardowan and Millerston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208884 +208884,S00123241,6a2,Comfortable Suburbia,S01011704,Chryston and Muirhead - 01,8c,Comfortable suburbia,S02002195,Chryston and Muirhead,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208885 +208885,S00123258,6a2,Comfortable Suburbia,S01011716,Moodiesburn East - 03,5b,Aspiring urban households,S02002197,Moodiesburn East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208886 +208886,S00123265,6a2,Comfortable Suburbia,S01011709,Moodiesburn West - 01,5c,Comfortable neighbourhoods,S02002196,Moodiesburn West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208887 +208887,S00123277,6a2,Comfortable Suburbia,S01011797,Kilsyth Bogside - 04,8b,Ageing suburbanites,S02002211,Kilsyth Bogside,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208888 +208888,S00123285,6a2,Comfortable Suburbia,S01011727,Westfield - 09,8c,Comfortable suburbia,S02002198,Westfield,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208889 +208889,S00123286,6a2,Comfortable Suburbia,S01011727,Westfield - 09,8c,Comfortable suburbia,S02002198,Westfield,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208890 +208890,S00123288,6a2,Comfortable Suburbia,S01011723,Westfield - 05,5d,Endeavouring social renters,S02002198,Westfield,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208891 +208891,S00123291,6a2,Comfortable Suburbia,S01011553,Kirkwood and Bargeddie - 01,8c,Comfortable suburbia,S02002169,Kirkwood and Bargeddie,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208892 +208892,S00123292,6a2,Comfortable Suburbia,S01011553,Kirkwood and Bargeddie - 01,8c,Comfortable suburbia,S02002169,Kirkwood and Bargeddie,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208893 +208893,S00123293,6a2,Comfortable Suburbia,S01011553,Kirkwood and Bargeddie - 01,8c,Comfortable suburbia,S02002169,Kirkwood and Bargeddie,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208894 +208894,S00123294,6a2,Comfortable Suburbia,S01011553,Kirkwood and Bargeddie - 01,8c,Comfortable suburbia,S02002169,Kirkwood and Bargeddie,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208895 +208895,S00123298,6a2,Comfortable Suburbia,S01011684,Glenmavis and Greengairs - 02,5c,Comfortable neighbourhoods,S02002191,Glenmavis and Greengairs,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208896 +208896,S00123303,6a2,Comfortable Suburbia,S01011674,Drumgelloch - 06,5c,Comfortable neighbourhoods,S02002189,Drumgelloch,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208897 +208897,S00123759,6a2,Comfortable Suburbia,S01011580,Coatbridge West - 01,4d,Hard-pressed flat dwellers,S02002173,Coatbridge West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208898 +208898,S00123874,6a2,Comfortable Suburbia,S01011606,Greenend and Carnbroe - 01,8c,Comfortable suburbia,S02002178,Greenend and Carnbroe,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208899 +208899,S00124117,6a2,Comfortable Suburbia,S01011477,Ladywell - 02,8b,Ageing suburbanites,S02002156,Ladywell,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208900 +208900,S00124162,6a2,Comfortable Suburbia,S01011481,Motherwell West - 01,5c,Comfortable neighbourhoods,S02002157,Motherwell West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208901 +208901,S00124298,6a2,Comfortable Suburbia,S01011425,Newmains - 09,5c,Comfortable neighbourhoods,S02002145,Newmains,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208902 +208902,S00124412,6a2,Comfortable Suburbia,S01011387,Craigneuk Wishaw - 06,4d,Hard-pressed flat dwellers,S02002139,Craigneuk Wishaw,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208903 +208903,S00124661,6a2,Comfortable Suburbia,S01011435,Stane - 01,8c,Comfortable suburbia,S02002148,Stane,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208904 +208904,S00124714,6a2,Comfortable Suburbia,S01011686,Glenmavis and Greengairs - 04,8c,Comfortable suburbia,S02002191,Glenmavis and Greengairs,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208905 +208905,S00124737,6a2,Comfortable Suburbia,S01011684,Glenmavis and Greengairs - 02,5c,Comfortable neighbourhoods,S02002191,Glenmavis and Greengairs,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208906 +208906,S00124843,6a2,Comfortable Suburbia,S01011753,Kildrum - 04,5c,Comfortable neighbourhoods,S02002203,Kildrum,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208907 +208907,S00124923,6a2,Comfortable Suburbia,S01011719,Westfield - 01,8c,Comfortable suburbia,S02002198,Westfield,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208908 +208908,S00124924,6a2,Comfortable Suburbia,S01011720,Westfield - 02,8b,Ageing suburbanites,S02002198,Westfield,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208909 +208909,S00124955,6a2,Comfortable Suburbia,S01011732,Condorrat - 05,8c,Comfortable suburbia,S02002199,Condorrat,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208910 +208910,S00124962,6a2,Comfortable Suburbia,S01011734,Greenfaulds - 01,5c,Comfortable neighbourhoods,S02002200,Greenfaulds,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208911 +208911,S00124967,6a2,Comfortable Suburbia,S01011735,Greenfaulds - 02,8c,Comfortable suburbia,S02002200,Greenfaulds,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208912 +208912,S00125002,6a2,Comfortable Suburbia,S01011781,Balloch West - 05,8b,Ageing suburbanites,S02002208,Balloch West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208913 +208913,S00125005,6a2,Comfortable Suburbia,S01011780,Balloch West - 04,8c,Comfortable suburbia,S02002208,Balloch West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208914 +208914,S00125006,6a2,Comfortable Suburbia,S01011780,Balloch West - 04,8c,Comfortable suburbia,S02002208,Balloch West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208915 +208915,S00125007,6a2,Comfortable Suburbia,S01011780,Balloch West - 04,8c,Comfortable suburbia,S02002208,Balloch West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208916 +208916,S00125012,6a2,Comfortable Suburbia,S01011782,Balloch East - 01,8b,Ageing suburbanites,S02002209,Balloch East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208917 +208917,S00125013,6a2,Comfortable Suburbia,S01011783,Balloch East - 02,8c,Comfortable suburbia,S02002209,Balloch East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208918 +208918,S00125014,6a2,Comfortable Suburbia,S01011782,Balloch East - 01,8b,Ageing suburbanites,S02002209,Balloch East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208919 +208919,S00125021,6a2,Comfortable Suburbia,S01011766,Village and Castlecary - 01,8c,Comfortable suburbia,S02002206,Village and Castlecary,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208920 +208920,S00125022,6a2,Comfortable Suburbia,S01011766,Village and Castlecary - 01,8c,Comfortable suburbia,S02002206,Village and Castlecary,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208921 +208921,S00124809,7c1,Challenged Transitionaries,S01011748,Cumbernauld Central - 05,4d,Hard-pressed flat dwellers,S02002202,Cumbernauld Central,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208922 +208922,S00125163,6a2,Comfortable Suburbia,S01011450,Cleland - 04,5c,Comfortable neighbourhoods,S02002150,Cleland,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208923 +208923,S00124433,7c1,Challenged Transitionaries,S01011395,Wishaw South - 03,4d,Hard-pressed flat dwellers,S02002141,Wishaw South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208924 +208924,S00124434,7c1,Challenged Transitionaries,S01011395,Wishaw South - 03,4d,Hard-pressed flat dwellers,S02002141,Wishaw South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208925 +208925,S00124473,7c1,Challenged Transitionaries,S01011397,Wishaw South - 05,4d,Hard-pressed flat dwellers,S02002141,Wishaw South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208926 +208926,S00125402,7c1,Challenged Transitionaries,S01011669,Drumgelloch - 01,5c,Comfortable neighbourhoods,S02002189,Drumgelloch,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208927 +208927,S00124474,7c1,Challenged Transitionaries,S01011395,Wishaw South - 03,4d,Hard-pressed flat dwellers,S02002141,Wishaw South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208928 +208928,S00124829,7c1,Challenged Transitionaries,S01011752,Kildrum - 03,4a,Challenged white communities,S02002203,Kildrum,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208929 +208929,S00124040,7c1,Challenged Transitionaries,S01011474,Motherwell South - 04,4d,Hard-pressed flat dwellers,S02002155,Motherwell South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208930 +208930,S00125414,7c1,Challenged Transitionaries,S01011633,Petersburn - 04,4a,Challenged white communities,S02002183,Petersburn,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208931 +208931,S00125769,6a2,Comfortable Suburbia,S01011781,Balloch West - 05,8b,Ageing suburbanites,S02002208,Balloch West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208932 +208932,S00124475,7c1,Challenged Transitionaries,S01011395,Wishaw South - 03,4d,Hard-pressed flat dwellers,S02002141,Wishaw South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208933 +208933,S00125189,6a2,Comfortable Suburbia,S01011780,Balloch West - 04,8c,Comfortable suburbia,S02002208,Balloch West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208934 +208934,S00124484,7c1,Challenged Transitionaries,S01011399,Wishaw South - 07,4a,Challenged white communities,S02002141,Wishaw South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208935 +208935,S00125774,6a2,Comfortable Suburbia,S01011777,Balloch West - 01,8c,Comfortable suburbia,S02002208,Balloch West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208936 +208936,S00124042,7c1,Challenged Transitionaries,S01011473,Motherwell South - 03,4d,Hard-pressed flat dwellers,S02002155,Motherwell South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208937 +208937,S00125442,7c1,Challenged Transitionaries,S01011655,Thrashbush - 01,4d,Hard-pressed flat dwellers,S02002187,Thrashbush,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208938 +208938,S00125209,6a2,Comfortable Suburbia,S01011689,Gartcosh and Marnock - 01,2b,Prospering countryside life,S02002192,Gartcosh and Marnock,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208939 +208939,S00124837,7c1,Challenged Transitionaries,S01011750,Kildrum - 01,4a,Challenged white communities,S02002203,Kildrum,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208940 +208940,S00124487,7c1,Challenged Transitionaries,S01011399,Wishaw South - 07,4a,Challenged white communities,S02002141,Wishaw South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208941 +208941,S00125777,6a2,Comfortable Suburbia,S01011779,Balloch West - 03,8c,Comfortable suburbia,S02002208,Balloch West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208942 +208942,S00124044,7c1,Challenged Transitionaries,S01011494,Forgewood - 05,4a,Challenged white communities,S02002159,Forgewood,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208943 +208943,S00125443,7c1,Challenged Transitionaries,S01011655,Thrashbush - 01,4d,Hard-pressed flat dwellers,S02002187,Thrashbush,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208944 +208944,S00125216,6a2,Comfortable Suburbia,S01011622,Chapelhall East - 03,8c,Comfortable suburbia,S02002181,Chapelhall East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208945 +208945,S00125447,7c1,Challenged Transitionaries,S01011655,Thrashbush - 01,4d,Hard-pressed flat dwellers,S02002187,Thrashbush,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208946 +208946,S00124045,7c1,Challenged Transitionaries,S01011494,Forgewood - 05,4a,Challenged white communities,S02002159,Forgewood,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208947 +208947,S00125779,6a2,Comfortable Suburbia,S01011778,Balloch West - 02,5c,Comfortable neighbourhoods,S02002208,Balloch West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208948 +208948,S00125219,6a2,Comfortable Suburbia,S01011619,Chapelhall West - 03,5b,Aspiring urban households,S02002180,Chapelhall West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208949 +208949,S00124488,7c1,Challenged Transitionaries,S01011403,Wishaw North - 04,5c,Comfortable neighbourhoods,S02002142,Wishaw North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208950 +208950,S00124839,7c1,Challenged Transitionaries,S01011754,Kildrum - 05,4a,Challenged white communities,S02002203,Kildrum,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208951 +208951,S00125452,7c1,Challenged Transitionaries,S01011529,Bellshill Central - 02,4d,Hard-pressed flat dwellers,S02002165,Bellshill Central,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208952 +208952,S00124053,7c1,Challenged Transitionaries,S01011495,Forgewood - 06,4a,Challenged white communities,S02002159,Forgewood,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208953 +208953,S00124489,7c1,Challenged Transitionaries,S01011404,Wishaw North - 05,4a,Challenged white communities,S02002142,Wishaw North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208954 +208954,S00124846,7c1,Challenged Transitionaries,S01011753,Kildrum - 04,5c,Comfortable neighbourhoods,S02002203,Kildrum,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208955 +208955,S00125220,6a2,Comfortable Suburbia,S01011622,Chapelhall East - 03,8c,Comfortable suburbia,S02002181,Chapelhall East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208956 +208956,S00124055,7c1,Challenged Transitionaries,S01011495,Forgewood - 06,4a,Challenged white communities,S02002159,Forgewood,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208957 +208957,S00125453,7c1,Challenged Transitionaries,S01011530,Bellshill Central - 03,4a,Challenged white communities,S02002165,Bellshill Central,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208958 +208958,S00125783,6a2,Comfortable Suburbia,S01011776,Carrickstone - 06,8a,Affluent communities,S02002207,Carrickstone,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208959 +208959,S00124498,7c1,Challenged Transitionaries,S01011404,Wishaw North - 05,4a,Challenged white communities,S02002142,Wishaw North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208960 +208960,S00124848,7c1,Challenged Transitionaries,S01011752,Kildrum - 03,4a,Challenged white communities,S02002203,Kildrum,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208961 +208961,S00125221,6a2,Comfortable Suburbia,S01011620,Chapelhall East - 01,8c,Comfortable suburbia,S02002181,Chapelhall East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208962 +208962,S00125229,6a2,Comfortable Suburbia,S01011690,Gartcosh and Marnock - 02,5c,Comfortable neighbourhoods,S02002192,Gartcosh and Marnock,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208963 +208963,S00125344,6a2,Comfortable Suburbia,S01011688,Glenmavis and Greengairs - 06,2d,Rural traits,S02002191,Glenmavis and Greengairs,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208964 +208964,S00125363,6a2,Comfortable Suburbia,S01011782,Balloch East - 01,8b,Ageing suburbanites,S02002209,Balloch East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208965 +208965,S00125369,6a2,Comfortable Suburbia,S01011689,Gartcosh and Marnock - 01,2b,Prospering countryside life,S02002192,Gartcosh and Marnock,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208966 +208966,S00125377,6a2,Comfortable Suburbia,S01011451,Cleland - 05,8c,Comfortable suburbia,S02002150,Cleland,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208967 +208967,S00125382,6a2,Comfortable Suburbia,S01011451,Cleland - 05,8c,Comfortable suburbia,S02002150,Cleland,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208968 +208968,S00125419,6a2,Comfortable Suburbia,S01011643,Cairnhill - 03,5c,Comfortable neighbourhoods,S02002185,Cairnhill,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208969 +208969,S00125423,6a2,Comfortable Suburbia,S01011641,Cairnhill - 01,8b,Ageing suburbanites,S02002185,Cairnhill,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208970 +208970,S00125427,6a2,Comfortable Suburbia,S01011646,Cairnhill - 06,8b,Ageing suburbanites,S02002185,Cairnhill,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208971 +208971,S00125434,6a2,Comfortable Suburbia,S01011648,Coatdyke and Whinhall - 01,5c,Comfortable neighbourhoods,S02002186,Coatdyke and Whinhall,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208972 +208972,S00125435,6a2,Comfortable Suburbia,S01011648,Coatdyke and Whinhall - 01,5c,Comfortable neighbourhoods,S02002186,Coatdyke and Whinhall,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208973 +208973,S00125437,6a2,Comfortable Suburbia,S01011648,Coatdyke and Whinhall - 01,5c,Comfortable neighbourhoods,S02002186,Coatdyke and Whinhall,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208974 +208974,S00125507,6a2,Comfortable Suburbia,S01011606,Greenend and Carnbroe - 01,8c,Comfortable suburbia,S02002178,Greenend and Carnbroe,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208975 +208975,S00125510,6a2,Comfortable Suburbia,S01011612,Greenend and Carnbroe - 07,8c,Comfortable suburbia,S02002178,Greenend and Carnbroe,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208976 +208976,S00125511,6a2,Comfortable Suburbia,S01011612,Greenend and Carnbroe - 07,8c,Comfortable suburbia,S02002178,Greenend and Carnbroe,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208977 +208977,S00125512,6a2,Comfortable Suburbia,S01011612,Greenend and Carnbroe - 07,8c,Comfortable suburbia,S02002178,Greenend and Carnbroe,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208978 +208978,S00125513,6a2,Comfortable Suburbia,S01011606,Greenend and Carnbroe - 01,8c,Comfortable suburbia,S02002178,Greenend and Carnbroe,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208979 +208979,S00125519,6a2,Comfortable Suburbia,S01011608,Greenend and Carnbroe - 03,8c,Comfortable suburbia,S02002178,Greenend and Carnbroe,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208980 +208980,S00125581,6a2,Comfortable Suburbia,S01011368,Muirhouse - 01,8c,Comfortable suburbia,S02002137,Muirhouse,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208981 +208981,S00125584,6a2,Comfortable Suburbia,S01011368,Muirhouse - 01,8c,Comfortable suburbia,S02002137,Muirhouse,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208982 +208982,S00125585,6a2,Comfortable Suburbia,S01011370,Muirhouse - 03,5c,Comfortable neighbourhoods,S02002137,Muirhouse,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208983 +208983,S00125587,6a2,Comfortable Suburbia,S01011368,Muirhouse - 01,8c,Comfortable suburbia,S02002137,Muirhouse,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208984 +208984,S00125588,6a2,Comfortable Suburbia,S01011368,Muirhouse - 01,8c,Comfortable suburbia,S02002137,Muirhouse,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208985 +208985,S00125589,6a2,Comfortable Suburbia,S01011478,Ladywell - 03,8a,Affluent communities,S02002156,Ladywell,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208986 +208986,S00125590,6a2,Comfortable Suburbia,S01011478,Ladywell - 03,8a,Affluent communities,S02002156,Ladywell,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208987 +208987,S00125610,6a2,Comfortable Suburbia,S01011464,Carfin and Cleekhimin - 01,5c,Comfortable neighbourhoods,S02002154,Carfin and Cleekhimin,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208988 +208988,S00125613,6a2,Comfortable Suburbia,S01011464,Carfin and Cleekhimin - 01,5c,Comfortable neighbourhoods,S02002154,Carfin and Cleekhimin,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208989 +208989,S00125618,6a2,Comfortable Suburbia,S01011468,Carfin and Cleekhimin - 05,8c,Comfortable suburbia,S02002154,Carfin and Cleekhimin,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208990 +208990,S00125620,6a2,Comfortable Suburbia,S01011470,Carfin and Cleekhimin - 07,4a,Challenged white communities,S02002154,Carfin and Cleekhimin,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208991 +208991,S00125621,6a2,Comfortable Suburbia,S01011469,Carfin and Cleekhimin - 06,4b,Constrained renters,S02002154,Carfin and Cleekhimin,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208992 +208992,S00125622,6a2,Comfortable Suburbia,S01011462,Clydesdale and New Stevenston - 03,5c,Comfortable neighbourhoods,S02002153,Clydesdale and New Stevenston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208993 +208993,S00125623,6a2,Comfortable Suburbia,S01011462,Clydesdale and New Stevenston - 03,5c,Comfortable neighbourhoods,S02002153,Clydesdale and New Stevenston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208994 +208994,S00125632,6a2,Comfortable Suburbia,S01011458,Carfin North - 03,8c,Comfortable suburbia,S02002152,Carfin North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208995 +208995,S00125635,6a2,Comfortable Suburbia,S01011460,Clydesdale and New Stevenston - 01,4a,Challenged white communities,S02002153,Clydesdale and New Stevenston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208996 +208996,S00125639,6a2,Comfortable Suburbia,S01011458,Carfin North - 03,8c,Comfortable suburbia,S02002152,Carfin North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208997 +208997,S00125658,6a2,Comfortable Suburbia,S01011531,Bellshill Central - 04,5c,Comfortable neighbourhoods,S02002165,Bellshill Central,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208998 +208998,S00125659,6a2,Comfortable Suburbia,S01011531,Bellshill Central - 04,5c,Comfortable neighbourhoods,S02002165,Bellshill Central,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,208999 +208999,S00125702,6a2,Comfortable Suburbia,S01011365,Netherton and Kirkhill - 03,8c,Comfortable suburbia,S02002136,Netherton and Kirkhill,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209000 +209000,S00125475,7c1,Challenged Transitionaries,S01011467,Carfin and Cleekhimin - 04,4a,Challenged white communities,S02002154,Carfin and Cleekhimin,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209001 +209001,S00125784,6a2,Comfortable Suburbia,S01011775,Carrickstone - 05,8c,Comfortable suburbia,S02002207,Carrickstone,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209002 +209002,S00124056,7c1,Challenged Transitionaries,S01011495,Forgewood - 06,4a,Challenged white communities,S02002159,Forgewood,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209003 +209003,S00124499,7c1,Challenged Transitionaries,S01011404,Wishaw North - 05,4a,Challenged white communities,S02002142,Wishaw North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209004 +209004,S00124505,7c1,Challenged Transitionaries,S01011415,Wishaw East - 03,5c,Comfortable neighbourhoods,S02002144,Wishaw East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209005 +209005,S00124852,7c1,Challenged Transitionaries,S01011767,Village and Castlecary - 02,4a,Challenged white communities,S02002206,Village and Castlecary,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209006 +209006,S00124058,7c1,Challenged Transitionaries,S01011495,Forgewood - 06,4a,Challenged white communities,S02002159,Forgewood,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209007 +209007,S00125785,6a2,Comfortable Suburbia,S01011775,Carrickstone - 05,8c,Comfortable suburbia,S02002207,Carrickstone,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209008 +209008,S00124515,7c1,Challenged Transitionaries,S01011405,Wishaw North - 06,5c,Comfortable neighbourhoods,S02002142,Wishaw North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209009 +209009,S00124854,7c1,Challenged Transitionaries,S01011768,Village and Castlecary - 03,4d,Hard-pressed flat dwellers,S02002206,Village and Castlecary,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209010 +209010,S00124059,7c1,Challenged Transitionaries,S01011495,Forgewood - 06,4a,Challenged white communities,S02002159,Forgewood,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209011 +209011,S00125789,6a2,Comfortable Suburbia,S01011776,Carrickstone - 06,8a,Affluent communities,S02002207,Carrickstone,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209012 +209012,S00124547,7c1,Challenged Transitionaries,S01011367,Netherton and Kirkhill - 05,4a,Challenged white communities,S02002136,Netherton and Kirkhill,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209013 +209013,S00124857,7c1,Challenged Transitionaries,S01011767,Village and Castlecary - 02,4a,Challenged white communities,S02002206,Village and Castlecary,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209014 +209014,S00124063,7c1,Challenged Transitionaries,S01011471,Motherwell South - 01,5c,Comfortable neighbourhoods,S02002155,Motherwell South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209015 +209015,S00125793,6a2,Comfortable Suburbia,S01011725,Westfield - 07,8c,Comfortable suburbia,S02002198,Westfield,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209016 +209016,S00125476,7c1,Challenged Transitionaries,S01011467,Carfin and Cleekhimin - 04,4a,Challenged white communities,S02002154,Carfin and Cleekhimin,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209017 +209017,S00124549,7c1,Challenged Transitionaries,S01011366,Netherton and Kirkhill - 04,4d,Hard-pressed flat dwellers,S02002136,Netherton and Kirkhill,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209018 +209018,S00124859,7c1,Challenged Transitionaries,S01011767,Village and Castlecary - 02,4a,Challenged white communities,S02002206,Village and Castlecary,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209019 +209019,S00124070,7c1,Challenged Transitionaries,S01011378,Muirhouse and Knowetop - 06,5c,Comfortable neighbourhoods,S02002138,Muirhouse and Knowetop,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209020 +209020,S00125796,6a2,Comfortable Suburbia,S01011725,Westfield - 07,8c,Comfortable suburbia,S02002198,Westfield,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209021 +209021,S00125482,7c1,Challenged Transitionaries,S01011583,Coatbridge West - 04,4d,Hard-pressed flat dwellers,S02002173,Coatbridge West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209022 +209022,S00124550,7c1,Challenged Transitionaries,S01011366,Netherton and Kirkhill - 04,4d,Hard-pressed flat dwellers,S02002136,Netherton and Kirkhill,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209023 +209023,S00125819,6a2,Comfortable Suburbia,S01011626,Craigneuk Airdrie - 02,8c,Comfortable suburbia,S02002182,Craigneuk Airdrie,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209024 +209024,S00125836,6a2,Comfortable Suburbia,S01011546,Birkenshaw - 01,8c,Comfortable suburbia,S02002168,Birkenshaw,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209025 +209025,S00125837,6a2,Comfortable Suburbia,S01011546,Birkenshaw - 01,8c,Comfortable suburbia,S02002168,Birkenshaw,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209026 +209026,S00125838,6a2,Comfortable Suburbia,S01011547,Birkenshaw - 02,8c,Comfortable suburbia,S02002168,Birkenshaw,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209027 +209027,S00125841,6a2,Comfortable Suburbia,S01011546,Birkenshaw - 01,8c,Comfortable suburbia,S02002168,Birkenshaw,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209028 +209028,S00125855,6a2,Comfortable Suburbia,S01011771,Carrickstone - 01,8c,Comfortable suburbia,S02002207,Carrickstone,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209029 +209029,S00125856,6a2,Comfortable Suburbia,S01011771,Carrickstone - 01,8c,Comfortable suburbia,S02002207,Carrickstone,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209030 +209030,S00125857,6a2,Comfortable Suburbia,S01011772,Carrickstone - 02,8c,Comfortable suburbia,S02002207,Carrickstone,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209031 +209031,S00125858,6a2,Comfortable Suburbia,S01011772,Carrickstone - 02,8c,Comfortable suburbia,S02002207,Carrickstone,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209032 +209032,S00125859,6a2,Comfortable Suburbia,S01011772,Carrickstone - 02,8c,Comfortable suburbia,S02002207,Carrickstone,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209033 +209033,S00125860,6a2,Comfortable Suburbia,S01011772,Carrickstone - 02,8c,Comfortable suburbia,S02002207,Carrickstone,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209034 +209034,S00125861,6a2,Comfortable Suburbia,S01011771,Carrickstone - 01,8c,Comfortable suburbia,S02002207,Carrickstone,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209035 +209035,S00125865,6a2,Comfortable Suburbia,S01011773,Carrickstone - 03,8c,Comfortable suburbia,S02002207,Carrickstone,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209036 +209036,S00125869,6a2,Comfortable Suburbia,S01011774,Carrickstone - 04,5c,Comfortable neighbourhoods,S02002207,Carrickstone,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209037 +209037,S00125870,6a2,Comfortable Suburbia,S01011774,Carrickstone - 04,5c,Comfortable neighbourhoods,S02002207,Carrickstone,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209038 +209038,S00125874,6a2,Comfortable Suburbia,S01011771,Carrickstone - 01,8c,Comfortable suburbia,S02002207,Carrickstone,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209039 +209039,S00125880,6a2,Comfortable Suburbia,S01011788,Kilsyth East and Croy - 03,8c,Comfortable suburbia,S02002210,Kilsyth East and Croy,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209040 +209040,S00125881,6a2,Comfortable Suburbia,S01011788,Kilsyth East and Croy - 03,8c,Comfortable suburbia,S02002210,Kilsyth East and Croy,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209041 +209041,S00125883,6a2,Comfortable Suburbia,S01011776,Carrickstone - 06,8a,Affluent communities,S02002207,Carrickstone,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209042 +209042,S00125884,6a2,Comfortable Suburbia,S01011776,Carrickstone - 06,8a,Affluent communities,S02002207,Carrickstone,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209043 +209043,S00125885,6a2,Comfortable Suburbia,S01011788,Kilsyth East and Croy - 03,8c,Comfortable suburbia,S02002210,Kilsyth East and Croy,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209044 +209044,S00125890,6a2,Comfortable Suburbia,S01011525,Hattonrigg - 01,5a,Ageing urban communities,S02002164,Hattonrigg,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209045 +209045,S00123406,5b2,Communal Retirement,S01011667,Airdrie North - 05,4d,Hard-pressed flat dwellers,S02002188,Airdrie North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209046 +209046,S00123833,5b2,Communal Retirement,S01011596,Sunnyside and Cliftonville - 05,4b,Constrained renters,S02002175,Sunnyside and Cliftonville,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209047 +209047,S00124559,5b2,Communal Retirement,S01011363,Netherton and Kirkhill - 01,5c,Comfortable neighbourhoods,S02002136,Netherton and Kirkhill,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209048 +209048,S00124604,5b2,Communal Retirement,S01011430,Shotts - 01,5a,Ageing urban communities,S02002147,Shotts,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209049 +209049,S00125193,5b2,Communal Retirement,S01011672,Drumgelloch - 04,4a,Challenged white communities,S02002189,Drumgelloch,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209050 +209050,S00125602,5b2,Communal Retirement,S01011490,Forgewood - 01,4b,Constrained renters,S02002159,Forgewood,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209051 +209051,S00125889,5b2,Communal Retirement,S01011525,Hattonrigg - 01,5a,Ageing urban communities,S02002164,Hattonrigg,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209052 +209052,S00125606,3c1,Constrained Neighbourhoods,S01011492,Forgewood - 03,4b,Constrained renters,S02002159,Forgewood,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209053 +209053,S00123153,7c2,Constrained Young Families,S01011708,Chryston and Muirhead - 05,4a,Challenged white communities,S02002195,Chryston and Muirhead,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209054 +209054,S00123162,7c2,Constrained Young Families,S01011705,Chryston and Muirhead - 02,5c,Comfortable neighbourhoods,S02002195,Chryston and Muirhead,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209055 +209055,S00123173,7c2,Constrained Young Families,S01011712,Moodiesburn West - 04,4d,Hard-pressed flat dwellers,S02002196,Moodiesburn West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209056 +209056,S00123177,7c2,Constrained Young Families,S01011715,Moodiesburn East - 02,4a,Challenged white communities,S02002197,Moodiesburn East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209057 +209057,S00123194,7c2,Constrained Young Families,S01011711,Moodiesburn West - 03,4a,Challenged white communities,S02002196,Moodiesburn West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209058 +209058,S00123195,7c2,Constrained Young Families,S01011711,Moodiesburn West - 03,4a,Challenged white communities,S02002196,Moodiesburn West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209059 +209059,S00123196,7c2,Constrained Young Families,S01011711,Moodiesburn West - 03,4a,Challenged white communities,S02002196,Moodiesburn West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209060 +209060,S00124860,7c1,Challenged Transitionaries,S01011767,Village and Castlecary - 02,4a,Challenged white communities,S02002206,Village and Castlecary,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209061 +209061,S00124557,7c1,Challenged Transitionaries,S01011363,Netherton and Kirkhill - 01,5c,Comfortable neighbourhoods,S02002136,Netherton and Kirkhill,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209062 +209062,S00124558,7c1,Challenged Transitionaries,S01011363,Netherton and Kirkhill - 01,5c,Comfortable neighbourhoods,S02002136,Netherton and Kirkhill,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209063 +209063,S00125484,7c1,Challenged Transitionaries,S01011584,Coatbridge West - 05,4a,Challenged white communities,S02002173,Coatbridge West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209064 +209064,S00124563,7c1,Challenged Transitionaries,S01011389,Pather - 02,4d,Hard-pressed flat dwellers,S02002140,Pather,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209065 +209065,S00124866,7c1,Challenged Transitionaries,S01011755,Abronhill South - 01,4a,Challenged white communities,S02002204,Abronhill South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209066 +209066,S00124582,7c1,Challenged Transitionaries,S01011427,Allanton - Newmains Rural - 02,5c,Comfortable neighbourhoods,S02002146,Allanton - Newmains Rural,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209067 +209067,S00124077,7c1,Challenged Transitionaries,S01011380,Muirhouse and Knowetop - 08,4d,Hard-pressed flat dwellers,S02002138,Muirhouse and Knowetop,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209068 +209068,S00125526,7c1,Challenged Transitionaries,S01011572,Dundyvan - 04,4d,Hard-pressed flat dwellers,S02002171,Dundyvan,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209069 +209069,S00124872,7c1,Challenged Transitionaries,S01011756,Abronhill South - 02,4a,Challenged white communities,S02002204,Abronhill South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209070 +209070,S00124586,7c1,Challenged Transitionaries,S01011449,Cleland - 03,4a,Challenged white communities,S02002150,Cleland,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209071 +209071,S00124085,7c1,Challenged Transitionaries,S01011377,Muirhouse and Knowetop - 05,5c,Comfortable neighbourhoods,S02002138,Muirhouse and Knowetop,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209072 +209072,S00125545,7c1,Challenged Transitionaries,S01011575,Dundyvan - 07,4a,Challenged white communities,S02002171,Dundyvan,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209073 +209073,S00124873,7c1,Challenged Transitionaries,S01011756,Abronhill South - 02,4a,Challenged white communities,S02002204,Abronhill South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209074 +209074,S00124611,7c1,Challenged Transitionaries,S01011431,Shotts - 02,4a,Challenged white communities,S02002147,Shotts,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209075 +209075,S00124092,7c1,Challenged Transitionaries,S01011375,Muirhouse and Knowetop - 03,4a,Challenged white communities,S02002138,Muirhouse and Knowetop,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209076 +209076,S00125547,7c1,Challenged Transitionaries,S01011560,Kirkwood and Bargeddie - 08,4a,Challenged white communities,S02002169,Kirkwood and Bargeddie,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209077 +209077,S00124875,7c1,Challenged Transitionaries,S01011756,Abronhill South - 02,4a,Challenged white communities,S02002204,Abronhill South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209078 +209078,S00124887,7c1,Challenged Transitionaries,S01011760,Abronhill North - 01,4a,Challenged white communities,S02002205,Abronhill North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209079 +209079,S00124895,7c1,Challenged Transitionaries,S01011762,Abronhill North - 03,4d,Hard-pressed flat dwellers,S02002205,Abronhill North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209080 +209080,S00124896,7c1,Challenged Transitionaries,S01011762,Abronhill North - 03,4d,Hard-pressed flat dwellers,S02002205,Abronhill North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209081 +209081,S00124903,7c1,Challenged Transitionaries,S01011762,Abronhill North - 03,4d,Hard-pressed flat dwellers,S02002205,Abronhill North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209082 +209082,S00124905,7c1,Challenged Transitionaries,S01011762,Abronhill North - 03,4d,Hard-pressed flat dwellers,S02002205,Abronhill North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209083 +209083,S00124912,7c1,Challenged Transitionaries,S01011760,Abronhill North - 01,4a,Challenged white communities,S02002205,Abronhill North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209084 +209084,S00124942,7c1,Challenged Transitionaries,S01011729,Condorrat - 02,4a,Challenged white communities,S02002199,Condorrat,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209085 +209085,S00124944,7c1,Challenged Transitionaries,S01011729,Condorrat - 02,4a,Challenged white communities,S02002199,Condorrat,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209086 +209086,S00124945,7c1,Challenged Transitionaries,S01011728,Condorrat - 01,5c,Comfortable neighbourhoods,S02002199,Condorrat,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209087 +209087,S00124966,7c1,Challenged Transitionaries,S01011736,Greenfaulds - 03,4a,Challenged white communities,S02002200,Greenfaulds,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209088 +209088,S00124970,7c1,Challenged Transitionaries,S01011736,Greenfaulds - 03,4a,Challenged white communities,S02002200,Greenfaulds,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209089 +209089,S00124975,7c1,Challenged Transitionaries,S01011737,Greenfaulds - 04,4d,Hard-pressed flat dwellers,S02002200,Greenfaulds,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209090 +209090,S00125023,7c1,Challenged Transitionaries,S01011787,Kilsyth East and Croy - 02,4a,Challenged white communities,S02002210,Kilsyth East and Croy,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209091 +209091,S00125030,7c1,Challenged Transitionaries,S01011802,Balmalloch - 05,4a,Challenged white communities,S02002212,Balmalloch,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209092 +209092,S00125040,7c1,Challenged Transitionaries,S01011799,Balmalloch - 02,5c,Comfortable neighbourhoods,S02002212,Balmalloch,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209093 +209093,S00125045,7c1,Challenged Transitionaries,S01011798,Balmalloch - 01,4a,Challenged white communities,S02002212,Balmalloch,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209094 +209094,S00125053,7c1,Challenged Transitionaries,S01011795,Kilsyth Bogside - 02,4a,Challenged white communities,S02002211,Kilsyth Bogside,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209095 +209095,S00125062,7c1,Challenged Transitionaries,S01011796,Kilsyth Bogside - 03,4d,Hard-pressed flat dwellers,S02002211,Kilsyth Bogside,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209096 +209096,S00125070,7c1,Challenged Transitionaries,S01011794,Kilsyth Bogside - 01,4a,Challenged white communities,S02002211,Kilsyth Bogside,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209097 +209097,S00125074,7c1,Challenged Transitionaries,S01011790,Kilsyth East and Croy - 05,5c,Comfortable neighbourhoods,S02002210,Kilsyth East and Croy,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209098 +209098,S00125083,7c1,Challenged Transitionaries,S01011791,Kilsyth East and Croy - 06,4a,Challenged white communities,S02002210,Kilsyth East and Croy,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209099 +209099,S00125104,7c1,Challenged Transitionaries,S01011472,Motherwell South - 02,4d,Hard-pressed flat dwellers,S02002155,Motherwell South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209100 +209100,S00125111,7c1,Challenged Transitionaries,S01011371,Muirhouse - 04,4d,Hard-pressed flat dwellers,S02002137,Muirhouse,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209101 +209101,S00125126,7c1,Challenged Transitionaries,S01011461,Clydesdale and New Stevenston - 02,4d,Hard-pressed flat dwellers,S02002153,Clydesdale and New Stevenston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209102 +209102,S00125133,7c1,Challenged Transitionaries,S01011545,Viewpark - 07,4a,Challenged white communities,S02002167,Viewpark,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209103 +209103,S00125141,7c1,Challenged Transitionaries,S01011539,Viewpark - 01,4a,Challenged white communities,S02002167,Viewpark,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209104 +209104,S00125158,7c1,Challenged Transitionaries,S01011392,Pather - 05,4a,Challenged white communities,S02002140,Pather,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209105 +209105,S00125160,7c1,Challenged Transitionaries,S01011428,Allanton - Newmains Rural - 03,5c,Comfortable neighbourhoods,S02002146,Allanton - Newmains Rural,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209106 +209106,S00125167,7c1,Challenged Transitionaries,S01011444,Harthill and Salsburgh - 06,4a,Challenged white communities,S02002149,Harthill and Salsburgh,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209107 +209107,S00125214,7c1,Challenged Transitionaries,S01011530,Bellshill Central - 03,4a,Challenged white communities,S02002165,Bellshill Central,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209108 +209108,S00125244,7c1,Challenged Transitionaries,S01011683,Glenmavis and Greengairs - 01,5e,Primary sector workers,S02002191,Glenmavis and Greengairs,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209109 +209109,S00125267,7c1,Challenged Transitionaries,S01011562,Kirkshaws - 01,4a,Challenged white communities,S02002170,Kirkshaws,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209110 +209110,S00125270,7c1,Challenged Transitionaries,S01011633,Petersburn - 04,4a,Challenged white communities,S02002183,Petersburn,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209111 +209111,S00125289,7c1,Challenged Transitionaries,S01011621,Chapelhall East - 02,5c,Comfortable neighbourhoods,S02002181,Chapelhall East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209112 +209112,S00124612,7c1,Challenged Transitionaries,S01011432,Shotts - 03,4a,Challenged white communities,S02002147,Shotts,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209113 +209113,S00124617,7c1,Challenged Transitionaries,S01011432,Shotts - 03,4a,Challenged white communities,S02002147,Shotts,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209114 +209114,S00124103,7c1,Challenged Transitionaries,S01011370,Muirhouse - 03,5c,Comfortable neighbourhoods,S02002137,Muirhouse,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209115 +209115,S00124639,7c1,Challenged Transitionaries,S01011436,Stane - 02,4a,Challenged white communities,S02002148,Stane,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209116 +209116,S00124654,7c1,Challenged Transitionaries,S01011437,Stane - 03,4a,Challenged white communities,S02002148,Stane,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209117 +209117,S00124130,7c1,Challenged Transitionaries,S01011480,Ladywell - 05,8a,Affluent communities,S02002156,Ladywell,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209118 +209118,S00124662,7c1,Challenged Transitionaries,S01011445,Harthill and Salsburgh - 07,5c,Comfortable neighbourhoods,S02002149,Harthill and Salsburgh,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209119 +209119,S00124664,7c1,Challenged Transitionaries,S01011444,Harthill and Salsburgh - 06,4a,Challenged white communities,S02002149,Harthill and Salsburgh,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209120 +209120,S00124665,7c1,Challenged Transitionaries,S01011444,Harthill and Salsburgh - 06,4a,Challenged white communities,S02002149,Harthill and Salsburgh,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209121 +209121,S00125548,7c1,Challenged Transitionaries,S01011561,Kirkwood and Bargeddie - 09,4a,Challenged white communities,S02002169,Kirkwood and Bargeddie,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209122 +209122,S00124685,7c1,Challenged Transitionaries,S01011442,Harthill and Salsburgh - 04,4a,Challenged white communities,S02002149,Harthill and Salsburgh,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209123 +209123,S00124136,7c1,Challenged Transitionaries,S01011479,Ladywell - 04,8c,Comfortable suburbia,S02002156,Ladywell,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209124 +209124,S00125555,7c1,Challenged Transitionaries,S01011474,Motherwell South - 04,4d,Hard-pressed flat dwellers,S02002155,Motherwell South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209125 +209125,S00124695,7c1,Challenged Transitionaries,S01011675,Caldercruix and Plains - 01,5d,Endeavouring social renters,S02002190,Caldercruix and Plains,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209126 +209126,S00124140,7c1,Challenged Transitionaries,S01011484,Motherwell West - 04,4a,Challenged white communities,S02002157,Motherwell West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209127 +209127,S00125557,7c1,Challenged Transitionaries,S01011474,Motherwell South - 04,4d,Hard-pressed flat dwellers,S02002155,Motherwell South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209128 +209128,S00125558,7c1,Challenged Transitionaries,S01011473,Motherwell South - 03,4d,Hard-pressed flat dwellers,S02002155,Motherwell South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209129 +209129,S00125563,7c1,Challenged Transitionaries,S01011374,Muirhouse and Knowetop - 02,5c,Comfortable neighbourhoods,S02002138,Muirhouse and Knowetop,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209130 +209130,S00125593,7c1,Challenged Transitionaries,S01011478,Ladywell - 03,8a,Affluent communities,S02002156,Ladywell,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209131 +209131,S00125611,7c1,Challenged Transitionaries,S01011464,Carfin and Cleekhimin - 01,5c,Comfortable neighbourhoods,S02002154,Carfin and Cleekhimin,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209132 +209132,S00125641,7c1,Challenged Transitionaries,S01011418,Newmains - 02,4a,Challenged white communities,S02002145,Newmains,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209133 +209133,S00125667,7c1,Challenged Transitionaries,S01011400,Wishaw North - 01,5c,Comfortable neighbourhoods,S02002142,Wishaw North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209134 +209134,S00125687,7c1,Challenged Transitionaries,S01011396,Wishaw South - 04,4d,Hard-pressed flat dwellers,S02002141,Wishaw South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209135 +209135,S00125692,7c1,Challenged Transitionaries,S01011399,Wishaw South - 07,4a,Challenged white communities,S02002141,Wishaw South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209136 +209136,S00125694,7c1,Challenged Transitionaries,S01011404,Wishaw North - 05,4a,Challenged white communities,S02002142,Wishaw North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209137 +209137,S00125695,7c1,Challenged Transitionaries,S01011404,Wishaw North - 05,4a,Challenged white communities,S02002142,Wishaw North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209138 +209138,S00125706,7c1,Challenged Transitionaries,S01011388,Pather - 01,5c,Comfortable neighbourhoods,S02002140,Pather,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209139 +209139,S00125719,7c1,Challenged Transitionaries,S01011449,Cleland - 03,4a,Challenged white communities,S02002150,Cleland,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209140 +209140,S00125729,7c1,Challenged Transitionaries,S01011437,Stane - 03,4a,Challenged white communities,S02002148,Stane,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209141 +209141,S00125730,7c1,Challenged Transitionaries,S01011437,Stane - 03,4a,Challenged white communities,S02002148,Stane,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209142 +209142,S00125733,7c1,Challenged Transitionaries,S01011686,Glenmavis and Greengairs - 04,8c,Comfortable suburbia,S02002191,Glenmavis and Greengairs,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209143 +209143,S00125737,7c1,Challenged Transitionaries,S01011692,Gartcosh and Marnock - 04,4a,Challenged white communities,S02002192,Gartcosh and Marnock,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209144 +209144,S00125742,7c1,Challenged Transitionaries,S01011742,Seafar - 04,4a,Challenged white communities,S02002201,Seafar,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209145 +209145,S00125746,7c1,Challenged Transitionaries,S01011741,Seafar - 03,4d,Hard-pressed flat dwellers,S02002201,Seafar,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209146 +209146,S00125749,7c1,Challenged Transitionaries,S01011750,Kildrum - 01,4a,Challenged white communities,S02002203,Kildrum,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209147 +209147,S00125751,7c1,Challenged Transitionaries,S01011750,Kildrum - 01,4a,Challenged white communities,S02002203,Kildrum,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209148 +209148,S00125757,7c1,Challenged Transitionaries,S01011768,Village and Castlecary - 03,4d,Hard-pressed flat dwellers,S02002206,Village and Castlecary,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209149 +209149,S00125759,7c1,Challenged Transitionaries,S01011763,Abronhill North - 04,4a,Challenged white communities,S02002205,Abronhill North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209150 +209150,S00125809,7c1,Challenged Transitionaries,S01011795,Kilsyth Bogside - 02,4a,Challenged white communities,S02002211,Kilsyth Bogside,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209151 +209151,S00125813,7c1,Challenged Transitionaries,S01011794,Kilsyth Bogside - 01,4a,Challenged white communities,S02002211,Kilsyth Bogside,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209152 +209152,S00125850,7c1,Challenged Transitionaries,S01011744,Cumbernauld Central - 01,4d,Hard-pressed flat dwellers,S02002202,Cumbernauld Central,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209153 +209153,S00125887,7c1,Challenged Transitionaries,S01011530,Bellshill Central - 03,4a,Challenged white communities,S02002165,Bellshill Central,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209154 +209154,S00125891,7c1,Challenged Transitionaries,S01011530,Bellshill Central - 03,4a,Challenged white communities,S02002165,Bellshill Central,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209155 +209155,S00125907,7c1,Challenged Transitionaries,S01011600,Cliftonville - 03,4d,Hard-pressed flat dwellers,S02002176,Cliftonville,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209156 +209156,S00123101,6a2,Comfortable Suburbia,S01011696,Cardowan and Millerston - 01,8c,Comfortable suburbia,S02002193,Cardowan and Millerston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209157 +209157,S00124142,7c1,Challenged Transitionaries,S01011484,Motherwell West - 04,4a,Challenged white communities,S02002157,Motherwell West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209158 +209158,S00124144,7c1,Challenged Transitionaries,S01011484,Motherwell West - 04,4a,Challenged white communities,S02002157,Motherwell West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209159 +209159,S00124155,7c1,Challenged Transitionaries,S01011482,Motherwell West - 02,4a,Challenged white communities,S02002157,Motherwell West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209160 +209160,S00124156,7c1,Challenged Transitionaries,S01011482,Motherwell West - 02,4a,Challenged white communities,S02002157,Motherwell West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209161 +209161,S00124159,7c1,Challenged Transitionaries,S01011481,Motherwell West - 01,5c,Comfortable neighbourhoods,S02002157,Motherwell West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209162 +209162,S00124160,7c1,Challenged Transitionaries,S01011482,Motherwell West - 02,4a,Challenged white communities,S02002157,Motherwell West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209163 +209163,S00124161,7c1,Challenged Transitionaries,S01011482,Motherwell West - 02,4a,Challenged white communities,S02002157,Motherwell West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209164 +209164,S00124700,7c1,Challenged Transitionaries,S01011676,Caldercruix and Plains - 02,4a,Challenged white communities,S02002190,Caldercruix and Plains,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209165 +209165,S00124164,7c1,Challenged Transitionaries,S01011481,Motherwell West - 01,5c,Comfortable neighbourhoods,S02002157,Motherwell West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209166 +209166,S00124166,7c1,Challenged Transitionaries,S01011482,Motherwell West - 02,4a,Challenged white communities,S02002157,Motherwell West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209167 +209167,S00124173,7c1,Challenged Transitionaries,S01011486,Motherwell North - 01,4a,Challenged white communities,S02002158,Motherwell North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209168 +209168,S00124209,7c1,Challenged Transitionaries,S01011470,Carfin and Cleekhimin - 07,4a,Challenged white communities,S02002154,Carfin and Cleekhimin,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209169 +209169,S00124216,7c1,Challenged Transitionaries,S01011462,Clydesdale and New Stevenston - 03,5c,Comfortable neighbourhoods,S02002153,Clydesdale and New Stevenston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209170 +209170,S00124218,7c1,Challenged Transitionaries,S01011465,Carfin and Cleekhimin - 02,4d,Hard-pressed flat dwellers,S02002154,Carfin and Cleekhimin,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209171 +209171,S00124223,7c1,Challenged Transitionaries,S01011462,Clydesdale and New Stevenston - 03,5c,Comfortable neighbourhoods,S02002153,Clydesdale and New Stevenston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209172 +209172,S00124236,7c1,Challenged Transitionaries,S01011455,Newarthill - 04,4a,Challenged white communities,S02002151,Newarthill,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209173 +209173,S00124243,7c1,Challenged Transitionaries,S01011457,Carfin North - 02,4a,Challenged white communities,S02002152,Carfin North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209174 +209174,S00124252,7c1,Challenged Transitionaries,S01011454,Newarthill - 03,4a,Challenged white communities,S02002151,Newarthill,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209175 +209175,S00124261,7c1,Challenged Transitionaries,S01011452,Newarthill - 01,5c,Comfortable neighbourhoods,S02002151,Newarthill,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209176 +209176,S00124271,7c1,Challenged Transitionaries,S01011417,Newmains - 01,5c,Comfortable neighbourhoods,S02002145,Newmains,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209177 +209177,S00124275,7c1,Challenged Transitionaries,S01011418,Newmains - 02,4a,Challenged white communities,S02002145,Newmains,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209178 +209178,S00124276,7c1,Challenged Transitionaries,S01011418,Newmains - 02,4a,Challenged white communities,S02002145,Newmains,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209179 +209179,S00124281,7c1,Challenged Transitionaries,S01011420,Newmains - 04,4a,Challenged white communities,S02002145,Newmains,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209180 +209180,S00124284,7c1,Challenged Transitionaries,S01011420,Newmains - 04,4a,Challenged white communities,S02002145,Newmains,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209181 +209181,S00124300,7c1,Challenged Transitionaries,S01011424,Newmains - 08,4a,Challenged white communities,S02002145,Newmains,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209182 +209182,S00124305,7c1,Challenged Transitionaries,S01011539,Viewpark - 01,4a,Challenged white communities,S02002167,Viewpark,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209183 +209183,S00124306,7c1,Challenged Transitionaries,S01011539,Viewpark - 01,4a,Challenged white communities,S02002167,Viewpark,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209184 +209184,S00124360,7c1,Challenged Transitionaries,S01011551,Birkenshaw - 06,5c,Comfortable neighbourhoods,S02002168,Birkenshaw,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209185 +209185,S00124383,7c1,Challenged Transitionaries,S01011534,Fallside - 03,5c,Comfortable neighbourhoods,S02002166,Fallside,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209186 +209186,S00124399,7c1,Challenged Transitionaries,S01011382,Craigneuk Wishaw - 01,4d,Hard-pressed flat dwellers,S02002139,Craigneuk Wishaw,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209187 +209187,S00124707,7c1,Challenged Transitionaries,S01011688,Glenmavis and Greengairs - 06,2d,Rural traits,S02002191,Glenmavis and Greengairs,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209188 +209188,S00124709,7c1,Challenged Transitionaries,S01011687,Glenmavis and Greengairs - 05,5d,Endeavouring social renters,S02002191,Glenmavis and Greengairs,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209189 +209189,S00124721,7c1,Challenged Transitionaries,S01011692,Gartcosh and Marnock - 04,4a,Challenged white communities,S02002192,Gartcosh and Marnock,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209190 +209190,S00124723,7c1,Challenged Transitionaries,S01011692,Gartcosh and Marnock - 04,4a,Challenged white communities,S02002192,Gartcosh and Marnock,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209191 +209191,S00124733,7c1,Challenged Transitionaries,S01011680,Caldercruix and Plains - 06,4a,Challenged white communities,S02002190,Caldercruix and Plains,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209192 +209192,S00124744,7c1,Challenged Transitionaries,S01011734,Greenfaulds - 01,5c,Comfortable neighbourhoods,S02002200,Greenfaulds,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209193 +209193,S00124746,7c1,Challenged Transitionaries,S01011743,Seafar - 05,4a,Challenged white communities,S02002201,Seafar,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209194 +209194,S00124748,7c1,Challenged Transitionaries,S01011734,Greenfaulds - 01,5c,Comfortable neighbourhoods,S02002200,Greenfaulds,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209195 +209195,S00124749,7c1,Challenged Transitionaries,S01011743,Seafar - 05,4a,Challenged white communities,S02002201,Seafar,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209196 +209196,S00124750,7c1,Challenged Transitionaries,S01011743,Seafar - 05,4a,Challenged white communities,S02002201,Seafar,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209197 +209197,S00124757,7c1,Challenged Transitionaries,S01011744,Cumbernauld Central - 01,4d,Hard-pressed flat dwellers,S02002202,Cumbernauld Central,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209198 +209198,S00124758,7c1,Challenged Transitionaries,S01011744,Cumbernauld Central - 01,4d,Hard-pressed flat dwellers,S02002202,Cumbernauld Central,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209199 +209199,S00124767,7c1,Challenged Transitionaries,S01011745,Cumbernauld Central - 02,4a,Challenged white communities,S02002202,Cumbernauld Central,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209200 +209200,S00124180,7c2,Constrained Young Families,S01011487,Motherwell North - 02,4a,Challenged white communities,S02002158,Motherwell North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209201 +209201,S00124185,7c2,Constrained Young Families,S01011492,Forgewood - 03,4b,Constrained renters,S02002159,Forgewood,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209202 +209202,S00124197,7c2,Constrained Young Families,S01011496,Forgewood - 07,4d,Hard-pressed flat dwellers,S02002159,Forgewood,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209203 +209203,S00124219,7c2,Constrained Young Families,S01011465,Carfin and Cleekhimin - 02,4d,Hard-pressed flat dwellers,S02002154,Carfin and Cleekhimin,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209204 +209204,S00124222,7c2,Constrained Young Families,S01011460,Clydesdale and New Stevenston - 01,4a,Challenged white communities,S02002153,Clydesdale and New Stevenston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209205 +209205,S00124229,7c2,Constrained Young Families,S01011460,Clydesdale and New Stevenston - 01,4a,Challenged white communities,S02002153,Clydesdale and New Stevenston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209206 +209206,S00124253,7c2,Constrained Young Families,S01011455,Newarthill - 04,4a,Challenged white communities,S02002151,Newarthill,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209207 +209207,S00124285,7c2,Constrained Young Families,S01011419,Newmains - 03,4a,Challenged white communities,S02002145,Newmains,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209208 +209208,S00124286,7c2,Constrained Young Families,S01011419,Newmains - 03,4a,Challenged white communities,S02002145,Newmains,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209209 +209209,S00124291,7c2,Constrained Young Families,S01011423,Newmains - 07,4d,Hard-pressed flat dwellers,S02002145,Newmains,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209210 +209210,S00124295,7c2,Constrained Young Families,S01011425,Newmains - 09,5c,Comfortable neighbourhoods,S02002145,Newmains,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209211 +209211,S00124299,7c2,Constrained Young Families,S01011424,Newmains - 08,4a,Challenged white communities,S02002145,Newmains,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209212 +209212,S00124307,7c2,Constrained Young Families,S01011539,Viewpark - 01,4a,Challenged white communities,S02002167,Viewpark,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209213 +209213,S00124312,7c2,Constrained Young Families,S01011540,Viewpark - 02,4a,Challenged white communities,S02002167,Viewpark,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209214 +209214,S00124337,7c2,Constrained Young Families,S01011541,Viewpark - 03,4a,Challenged white communities,S02002167,Viewpark,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209215 +209215,S00124380,7c2,Constrained Young Families,S01011535,Fallside - 04,4d,Hard-pressed flat dwellers,S02002166,Fallside,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209216 +209216,S00124385,7c2,Constrained Young Families,S01011534,Fallside - 03,5c,Comfortable neighbourhoods,S02002166,Fallside,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209217 +209217,S00124389,7c2,Constrained Young Families,S01011533,Fallside - 02,4d,Hard-pressed flat dwellers,S02002166,Fallside,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209218 +209218,S00124405,7c2,Constrained Young Families,S01011384,Craigneuk Wishaw - 03,4a,Challenged white communities,S02002139,Craigneuk Wishaw,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209219 +209219,S00124407,7c2,Constrained Young Families,S01011383,Craigneuk Wishaw - 02,4d,Hard-pressed flat dwellers,S02002139,Craigneuk Wishaw,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209220 +209220,S00124408,7c2,Constrained Young Families,S01011384,Craigneuk Wishaw - 03,4a,Challenged white communities,S02002139,Craigneuk Wishaw,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209221 +209221,S00124409,7c2,Constrained Young Families,S01011384,Craigneuk Wishaw - 03,4a,Challenged white communities,S02002139,Craigneuk Wishaw,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209222 +209222,S00124410,7c2,Constrained Young Families,S01011387,Craigneuk Wishaw - 06,4d,Hard-pressed flat dwellers,S02002139,Craigneuk Wishaw,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209223 +209223,S00124413,7c2,Constrained Young Families,S01011387,Craigneuk Wishaw - 06,4d,Hard-pressed flat dwellers,S02002139,Craigneuk Wishaw,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209224 +209224,S00124415,7c2,Constrained Young Families,S01011384,Craigneuk Wishaw - 03,4a,Challenged white communities,S02002139,Craigneuk Wishaw,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209225 +209225,S00124416,7c2,Constrained Young Families,S01011384,Craigneuk Wishaw - 03,4a,Challenged white communities,S02002139,Craigneuk Wishaw,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209226 +209226,S00124418,7c2,Constrained Young Families,S01011386,Craigneuk Wishaw - 05,4a,Challenged white communities,S02002139,Craigneuk Wishaw,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209227 +209227,S00124420,7c2,Constrained Young Families,S01011386,Craigneuk Wishaw - 05,4a,Challenged white communities,S02002139,Craigneuk Wishaw,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209228 +209228,S00124422,7c2,Constrained Young Families,S01011384,Craigneuk Wishaw - 03,4a,Challenged white communities,S02002139,Craigneuk Wishaw,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209229 +209229,S00124425,7c2,Constrained Young Families,S01011385,Craigneuk Wishaw - 04,4d,Hard-pressed flat dwellers,S02002139,Craigneuk Wishaw,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209230 +209230,S00124429,7c2,Constrained Young Families,S01011385,Craigneuk Wishaw - 04,4d,Hard-pressed flat dwellers,S02002139,Craigneuk Wishaw,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209231 +209231,S00124483,7c2,Constrained Young Families,S01011398,Wishaw South - 06,4a,Challenged white communities,S02002141,Wishaw South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209232 +209232,S00124492,7c2,Constrained Young Families,S01011415,Wishaw East - 03,5c,Comfortable neighbourhoods,S02002144,Wishaw East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209233 +209233,S00124500,7c2,Constrained Young Families,S01011414,Wishaw East - 02,4a,Challenged white communities,S02002144,Wishaw East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209234 +209234,S00124526,7c2,Constrained Young Families,S01011409,Coltness - 02,4a,Challenged white communities,S02002143,Coltness,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209235 +209235,S00124528,7c2,Constrained Young Families,S01011409,Coltness - 02,4a,Challenged white communities,S02002143,Coltness,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209236 +209236,S00124546,7c2,Constrained Young Families,S01011367,Netherton and Kirkhill - 05,4a,Challenged white communities,S02002136,Netherton and Kirkhill,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209237 +209237,S00124561,7c2,Constrained Young Families,S01011363,Netherton and Kirkhill - 01,5c,Comfortable neighbourhoods,S02002136,Netherton and Kirkhill,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209238 +209238,S00124566,7c2,Constrained Young Families,S01011388,Pather - 01,5c,Comfortable neighbourhoods,S02002140,Pather,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209239 +209239,S00124576,7c2,Constrained Young Families,S01011392,Pather - 05,4a,Challenged white communities,S02002140,Pather,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209240 +209240,S00124595,7c2,Constrained Young Families,S01011448,Cleland - 02,5c,Comfortable neighbourhoods,S02002150,Cleland,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209241 +209241,S00124631,7c2,Constrained Young Families,S01011433,Shotts - 04,4a,Challenged white communities,S02002147,Shotts,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209242 +209242,S00124634,7c2,Constrained Young Families,S01011433,Shotts - 04,4a,Challenged white communities,S02002147,Shotts,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209243 +209243,S00124648,7c2,Constrained Young Families,S01011438,Stane - 04,4d,Hard-pressed flat dwellers,S02002148,Stane,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209244 +209244,S00124659,7c2,Constrained Young Families,S01011436,Stane - 02,4a,Challenged white communities,S02002148,Stane,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209245 +209245,S00124666,7c2,Constrained Young Families,S01011444,Harthill and Salsburgh - 06,4a,Challenged white communities,S02002149,Harthill and Salsburgh,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209246 +209246,S00124691,7c2,Constrained Young Families,S01011675,Caldercruix and Plains - 01,5d,Endeavouring social renters,S02002190,Caldercruix and Plains,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209247 +209247,S00124740,7c2,Constrained Young Families,S01011684,Glenmavis and Greengairs - 02,5c,Comfortable neighbourhoods,S02002191,Glenmavis and Greengairs,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209248 +209248,S00124742,7c2,Constrained Young Families,S01011683,Glenmavis and Greengairs - 01,5e,Primary sector workers,S02002191,Glenmavis and Greengairs,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209249 +209249,S00124765,7c2,Constrained Young Families,S01011770,Village and Castlecary - 05,4d,Hard-pressed flat dwellers,S02002206,Village and Castlecary,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209250 +209250,S00125222,7b2,Deprived Neighbourhoods,S01011522,Bellshill South - 04,4d,Hard-pressed flat dwellers,S02002163,Bellshill South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209251 +209251,S00123646,7c2,Constrained Young Families,S01011511,Milnwood - 07,4d,Hard-pressed flat dwellers,S02002161,Milnwood,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209252 +209252,S00123595,7b2,Deprived Neighbourhoods,S01011522,Bellshill South - 04,4d,Hard-pressed flat dwellers,S02002163,Bellshill South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209253 +209253,S00125877,7c2,Constrained Young Families,S01011625,Craigneuk Airdrie - 01,4a,Challenged white communities,S02002182,Craigneuk Airdrie,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209254 +209254,S00124118,6a3,Detached Retirement Living,S01011477,Ladywell - 02,8b,Ageing suburbanites,S02002156,Ladywell,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209255 +209255,S00124779,8b1,Deprived Blue-Collar Terraces,S01011769,Village and Castlecary - 04,4d,Hard-pressed flat dwellers,S02002206,Village and Castlecary,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209256 +209256,S00124788,7c2,Constrained Young Families,S01011740,Seafar - 02,4d,Hard-pressed flat dwellers,S02002201,Seafar,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209257 +209257,S00124780,8b1,Deprived Blue-Collar Terraces,S01011769,Village and Castlecary - 04,4d,Hard-pressed flat dwellers,S02002206,Village and Castlecary,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209258 +209258,S00123648,7c2,Constrained Young Families,S01011511,Milnwood - 07,4d,Hard-pressed flat dwellers,S02002161,Milnwood,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209259 +209259,S00123597,7b2,Deprived Neighbourhoods,S01011505,Milnwood - 01,4d,Hard-pressed flat dwellers,S02002161,Milnwood,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209260 +209260,S00125264,7b2,Deprived Neighbourhoods,S01011566,Kirkshaws - 05,4a,Challenged white communities,S02002170,Kirkshaws,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209261 +209261,S00124796,7c2,Constrained Young Families,S01011746,Cumbernauld Central - 03,4a,Challenged white communities,S02002202,Cumbernauld Central,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209262 +209262,S00124787,8b1,Deprived Blue-Collar Terraces,S01011741,Seafar - 03,4d,Hard-pressed flat dwellers,S02002201,Seafar,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209263 +209263,S00124356,6a3,Detached Retirement Living,S01011550,Birkenshaw - 05,8b,Ageing suburbanites,S02002168,Birkenshaw,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209264 +209264,S00125892,7c2,Constrained Young Families,S01011512,Orbiston - 01,4d,Hard-pressed flat dwellers,S02002162,Orbiston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209265 +209265,S00123650,7c2,Constrained Young Families,S01011510,Milnwood - 06,4a,Challenged white communities,S02002161,Milnwood,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209266 +209266,S00123618,7b2,Deprived Neighbourhoods,S01011512,Orbiston - 01,4d,Hard-pressed flat dwellers,S02002162,Orbiston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209267 +209267,S00123663,7b2,Deprived Neighbourhoods,S01011508,Milnwood - 04,4a,Challenged white communities,S02002161,Milnwood,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209268 +209268,S00123758,7b2,Deprived Neighbourhoods,S01011578,Drumpellier and Langloan - 02,4d,Hard-pressed flat dwellers,S02002172,Drumpellier and Langloan,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209269 +209269,S00123760,7b2,Deprived Neighbourhoods,S01011580,Coatbridge West - 01,4d,Hard-pressed flat dwellers,S02002173,Coatbridge West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209270 +209270,S00123797,7b2,Deprived Neighbourhoods,S01011591,Townhead - 07,4a,Challenged white communities,S02002174,Townhead,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209271 +209271,S00123798,7b2,Deprived Neighbourhoods,S01011591,Townhead - 07,4a,Challenged white communities,S02002174,Townhead,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209272 +209272,S00123815,7b2,Deprived Neighbourhoods,S01011592,Sunnyside and Cliftonville - 01,4d,Hard-pressed flat dwellers,S02002175,Sunnyside and Cliftonville,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209273 +209273,S00123816,7b2,Deprived Neighbourhoods,S01011592,Sunnyside and Cliftonville - 01,4d,Hard-pressed flat dwellers,S02002175,Sunnyside and Cliftonville,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209274 +209274,S00123838,7b2,Deprived Neighbourhoods,S01011598,Cliftonville - 01,4d,Hard-pressed flat dwellers,S02002176,Cliftonville,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209275 +209275,S00123883,7b2,Deprived Neighbourhoods,S01011609,Greenend and Carnbroe - 04,4d,Hard-pressed flat dwellers,S02002178,Greenend and Carnbroe,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209276 +209276,S00123902,7b2,Deprived Neighbourhoods,S01011603,Shawhead and Whifflet - 02,4d,Hard-pressed flat dwellers,S02002177,Shawhead and Whifflet,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209277 +209277,S00123993,7b2,Deprived Neighbourhoods,S01011576,Dundyvan - 08,4d,Hard-pressed flat dwellers,S02002171,Dundyvan,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209278 +209278,S00123994,7b2,Deprived Neighbourhoods,S01011576,Dundyvan - 08,4d,Hard-pressed flat dwellers,S02002171,Dundyvan,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209279 +209279,S00123996,7b2,Deprived Neighbourhoods,S01011576,Dundyvan - 08,4d,Hard-pressed flat dwellers,S02002171,Dundyvan,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209280 +209280,S00123997,7b2,Deprived Neighbourhoods,S01011576,Dundyvan - 08,4d,Hard-pressed flat dwellers,S02002171,Dundyvan,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209281 +209281,S00124032,7b2,Deprived Neighbourhoods,S01011475,Motherwell South - 05,4d,Hard-pressed flat dwellers,S02002155,Motherwell South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209282 +209282,S00124033,7b2,Deprived Neighbourhoods,S01011475,Motherwell South - 05,4d,Hard-pressed flat dwellers,S02002155,Motherwell South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209283 +209283,S00124037,7b2,Deprived Neighbourhoods,S01011474,Motherwell South - 04,4d,Hard-pressed flat dwellers,S02002155,Motherwell South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209284 +209284,S00124038,7b2,Deprived Neighbourhoods,S01011474,Motherwell South - 04,4d,Hard-pressed flat dwellers,S02002155,Motherwell South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209285 +209285,S00124041,7b2,Deprived Neighbourhoods,S01011473,Motherwell South - 03,4d,Hard-pressed flat dwellers,S02002155,Motherwell South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209286 +209286,S00124079,7b2,Deprived Neighbourhoods,S01011475,Motherwell South - 05,4d,Hard-pressed flat dwellers,S02002155,Motherwell South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209287 +209287,S00124090,7b2,Deprived Neighbourhoods,S01011376,Muirhouse and Knowetop - 04,4d,Hard-pressed flat dwellers,S02002138,Muirhouse and Knowetop,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209288 +209288,S00124093,7b2,Deprived Neighbourhoods,S01011376,Muirhouse and Knowetop - 04,4d,Hard-pressed flat dwellers,S02002138,Muirhouse and Knowetop,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209289 +209289,S00124094,7b2,Deprived Neighbourhoods,S01011376,Muirhouse and Knowetop - 04,4d,Hard-pressed flat dwellers,S02002138,Muirhouse and Knowetop,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209290 +209290,S00124095,7b2,Deprived Neighbourhoods,S01011373,Muirhouse and Knowetop - 01,4d,Hard-pressed flat dwellers,S02002138,Muirhouse and Knowetop,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209291 +209291,S00124097,7b2,Deprived Neighbourhoods,S01011373,Muirhouse and Knowetop - 01,4d,Hard-pressed flat dwellers,S02002138,Muirhouse and Knowetop,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209292 +209292,S00124100,7b2,Deprived Neighbourhoods,S01011372,Muirhouse - 05,4d,Hard-pressed flat dwellers,S02002137,Muirhouse,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209293 +209293,S00124104,7b2,Deprived Neighbourhoods,S01011372,Muirhouse - 05,4d,Hard-pressed flat dwellers,S02002137,Muirhouse,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209294 +209294,S00124188,7b2,Deprived Neighbourhoods,S01011491,Forgewood - 02,4d,Hard-pressed flat dwellers,S02002159,Forgewood,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209295 +209295,S00124193,7b2,Deprived Neighbourhoods,S01011490,Forgewood - 01,4b,Constrained renters,S02002159,Forgewood,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209296 +209296,S00124220,7b2,Deprived Neighbourhoods,S01011460,Clydesdale and New Stevenston - 01,4a,Challenged white communities,S02002153,Clydesdale and New Stevenston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209297 +209297,S00124381,7b2,Deprived Neighbourhoods,S01011535,Fallside - 04,4d,Hard-pressed flat dwellers,S02002166,Fallside,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209298 +209298,S00124388,7b2,Deprived Neighbourhoods,S01011533,Fallside - 02,4d,Hard-pressed flat dwellers,S02002166,Fallside,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209299 +209299,S00124390,7b2,Deprived Neighbourhoods,S01011533,Fallside - 02,4d,Hard-pressed flat dwellers,S02002166,Fallside,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209300 +209300,S00124402,7b2,Deprived Neighbourhoods,S01011383,Craigneuk Wishaw - 02,4d,Hard-pressed flat dwellers,S02002139,Craigneuk Wishaw,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209301 +209301,S00124403,7b2,Deprived Neighbourhoods,S01011383,Craigneuk Wishaw - 02,4d,Hard-pressed flat dwellers,S02002139,Craigneuk Wishaw,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209302 +209302,S00124406,7b2,Deprived Neighbourhoods,S01011383,Craigneuk Wishaw - 02,4d,Hard-pressed flat dwellers,S02002139,Craigneuk Wishaw,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209303 +209303,S00124424,7b2,Deprived Neighbourhoods,S01011385,Craigneuk Wishaw - 04,4d,Hard-pressed flat dwellers,S02002139,Craigneuk Wishaw,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209304 +209304,S00124516,7b2,Deprived Neighbourhoods,S01011405,Wishaw North - 06,5c,Comfortable neighbourhoods,S02002142,Wishaw North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209305 +209305,S00124530,7b2,Deprived Neighbourhoods,S01011409,Coltness - 02,4a,Challenged white communities,S02002143,Coltness,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209306 +209306,S00124565,7b2,Deprived Neighbourhoods,S01011389,Pather - 02,4d,Hard-pressed flat dwellers,S02002140,Pather,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209307 +209307,S00124668,7b2,Deprived Neighbourhoods,S01011440,Harthill and Salsburgh - 02,4a,Challenged white communities,S02002149,Harthill and Salsburgh,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209308 +209308,S00124704,7b2,Deprived Neighbourhoods,S01011678,Caldercruix and Plains - 04,4d,Hard-pressed flat dwellers,S02002190,Caldercruix and Plains,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209309 +209309,S00124783,7b2,Deprived Neighbourhoods,S01011740,Seafar - 02,4d,Hard-pressed flat dwellers,S02002201,Seafar,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209310 +209310,S00124818,7b2,Deprived Neighbourhoods,S01011747,Cumbernauld Central - 04,4d,Hard-pressed flat dwellers,S02002202,Cumbernauld Central,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209311 +209311,S00125025,7b2,Deprived Neighbourhoods,S01011787,Kilsyth East and Croy - 02,4a,Challenged white communities,S02002210,Kilsyth East and Croy,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209312 +209312,S00125059,7b2,Deprived Neighbourhoods,S01011796,Kilsyth Bogside - 03,4d,Hard-pressed flat dwellers,S02002211,Kilsyth Bogside,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209313 +209313,S00125144,7b2,Deprived Neighbourhoods,S01011533,Fallside - 02,4d,Hard-pressed flat dwellers,S02002166,Fallside,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209314 +209314,S00125294,7b2,Deprived Neighbourhoods,S01011581,Coatbridge West - 02,4d,Hard-pressed flat dwellers,S02002173,Coatbridge West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209315 +209315,S00123128,5b1,Delayed Retirement,S01011697,Cardowan and Millerston - 02,5c,Comfortable neighbourhoods,S02002193,Cardowan and Millerston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209316 +209316,S00124807,7c2,Constrained Young Families,S01011749,Cumbernauld Central - 06,4d,Hard-pressed flat dwellers,S02002202,Cumbernauld Central,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209317 +209317,S00124798,8b1,Deprived Blue-Collar Terraces,S01011739,Seafar - 01,4a,Challenged white communities,S02002201,Seafar,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209318 +209318,S00123660,7c2,Constrained Young Families,S01011509,Milnwood - 05,5d,Endeavouring social renters,S02002161,Milnwood,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209319 +209319,S00125295,7b2,Deprived Neighbourhoods,S01011581,Coatbridge West - 02,4d,Hard-pressed flat dwellers,S02002173,Coatbridge West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209320 +209320,S00124361,6a3,Detached Retirement Living,S01011549,Birkenshaw - 04,5d,Endeavouring social renters,S02002168,Birkenshaw,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209321 +209321,S00124940,7c2,Constrained Young Families,S01011729,Condorrat - 02,4a,Challenged white communities,S02002199,Condorrat,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209322 +209322,S00124941,7c2,Constrained Young Families,S01011729,Condorrat - 02,4a,Challenged white communities,S02002199,Condorrat,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209323 +209323,S00124993,7c2,Constrained Young Families,S01011784,Balloch East - 03,4a,Challenged white communities,S02002209,Balloch East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209324 +209324,S00125076,7c2,Constrained Young Families,S01011790,Kilsyth East and Croy - 05,5c,Comfortable neighbourhoods,S02002210,Kilsyth East and Croy,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209325 +209325,S00125077,7c2,Constrained Young Families,S01011790,Kilsyth East and Croy - 05,5c,Comfortable neighbourhoods,S02002210,Kilsyth East and Croy,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209326 +209326,S00125082,7c2,Constrained Young Families,S01011791,Kilsyth East and Croy - 06,4a,Challenged white communities,S02002210,Kilsyth East and Croy,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209327 +209327,S00125097,7c2,Constrained Young Families,S01011499,Holytown - 03,5c,Comfortable neighbourhoods,S02002160,Holytown,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209328 +209328,S00125118,7c2,Constrained Young Families,S01011491,Forgewood - 02,4d,Hard-pressed flat dwellers,S02002159,Forgewood,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209329 +209329,S00125131,7c2,Constrained Young Families,S01011420,Newmains - 04,4a,Challenged white communities,S02002145,Newmains,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209330 +209330,S00125140,7c2,Constrained Young Families,S01011535,Fallside - 04,4d,Hard-pressed flat dwellers,S02002166,Fallside,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209331 +209331,S00125148,7c2,Constrained Young Families,S01011387,Craigneuk Wishaw - 06,4d,Hard-pressed flat dwellers,S02002139,Craigneuk Wishaw,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209332 +209332,S00125159,7c2,Constrained Young Families,S01011390,Pather - 03,4a,Challenged white communities,S02002140,Pather,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209333 +209333,S00125176,7c2,Constrained Young Families,S01011740,Seafar - 02,4d,Hard-pressed flat dwellers,S02002201,Seafar,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209334 +209334,S00125178,7c2,Constrained Young Families,S01011661,Thrashbush - 07,4a,Challenged white communities,S02002187,Thrashbush,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209335 +209335,S00125191,7c2,Constrained Young Families,S01011787,Kilsyth East and Croy - 02,4a,Challenged white communities,S02002210,Kilsyth East and Croy,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209336 +209336,S00125194,7c2,Constrained Young Families,S01011670,Drumgelloch - 02,4d,Hard-pressed flat dwellers,S02002189,Drumgelloch,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209337 +209337,S00125206,7c2,Constrained Young Families,S01011650,Coatdyke and Whinhall - 03,5c,Comfortable neighbourhoods,S02002186,Coatdyke and Whinhall,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209338 +209338,S00125213,7c2,Constrained Young Families,S01011530,Bellshill Central - 03,4a,Challenged white communities,S02002165,Bellshill Central,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209339 +209339,S00125237,7c2,Constrained Young Families,S01011466,Carfin and Cleekhimin - 03,4d,Hard-pressed flat dwellers,S02002154,Carfin and Cleekhimin,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209340 +209340,S00125257,7c2,Constrained Young Families,S01011609,Greenend and Carnbroe - 04,4d,Hard-pressed flat dwellers,S02002178,Greenend and Carnbroe,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209341 +209341,S00125282,7c2,Constrained Young Families,S01011655,Thrashbush - 01,4d,Hard-pressed flat dwellers,S02002187,Thrashbush,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209342 +209342,S00125283,7c2,Constrained Young Families,S01011655,Thrashbush - 01,4d,Hard-pressed flat dwellers,S02002187,Thrashbush,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209343 +209343,S00125329,7c2,Constrained Young Families,S01011423,Newmains - 07,4d,Hard-pressed flat dwellers,S02002145,Newmains,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209344 +209344,S00125330,7c2,Constrained Young Families,S01011423,Newmains - 07,4d,Hard-pressed flat dwellers,S02002145,Newmains,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209345 +209345,S00125337,7c2,Constrained Young Families,S01011403,Wishaw North - 04,5c,Comfortable neighbourhoods,S02002142,Wishaw North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209346 +209346,S00125341,7c2,Constrained Young Families,S01011390,Pather - 03,4a,Challenged white communities,S02002140,Pather,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209347 +209347,S00125367,7c2,Constrained Young Families,S01011801,Balmalloch - 04,4a,Challenged white communities,S02002212,Balmalloch,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209348 +209348,S00125368,7c2,Constrained Young Families,S01011802,Balmalloch - 05,4a,Challenged white communities,S02002212,Balmalloch,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209349 +209349,S00125410,7c2,Constrained Young Families,S01011672,Drumgelloch - 04,4a,Challenged white communities,S02002189,Drumgelloch,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209350 +209350,S00125451,7c2,Constrained Young Families,S01011658,Thrashbush - 04,4a,Challenged white communities,S02002187,Thrashbush,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209351 +209351,S00125465,7c2,Constrained Young Families,S01011513,Orbiston - 02,4d,Hard-pressed flat dwellers,S02002162,Orbiston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209352 +209352,S00125486,7c2,Constrained Young Families,S01011590,Townhead - 06,4a,Challenged white communities,S02002174,Townhead,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209353 +209353,S00125487,7c2,Constrained Young Families,S01011590,Townhead - 06,4a,Challenged white communities,S02002174,Townhead,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209354 +209354,S00125534,7c2,Constrained Young Families,S01011567,Kirkshaws - 06,4a,Challenged white communities,S02002170,Kirkshaws,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209355 +209355,S00125537,7c2,Constrained Young Families,S01011562,Kirkshaws - 01,4a,Challenged white communities,S02002170,Kirkshaws,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209356 +209356,S00125538,7c2,Constrained Young Families,S01011563,Kirkshaws - 02,4a,Challenged white communities,S02002170,Kirkshaws,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209357 +209357,S00125598,7c2,Constrained Young Families,S01011487,Motherwell North - 02,4a,Challenged white communities,S02002158,Motherwell North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209358 +209358,S00125628,7c2,Constrained Young Families,S01011459,Carfin North - 04,5c,Comfortable neighbourhoods,S02002152,Carfin North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209359 +209359,S00125654,7c2,Constrained Young Families,S01011535,Fallside - 04,4d,Hard-pressed flat dwellers,S02002166,Fallside,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209360 +209360,S00125663,7c2,Constrained Young Families,S01011385,Craigneuk Wishaw - 04,4d,Hard-pressed flat dwellers,S02002139,Craigneuk Wishaw,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209361 +209361,S00125680,7c2,Constrained Young Families,S01011397,Wishaw South - 05,4d,Hard-pressed flat dwellers,S02002141,Wishaw South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209362 +209362,S00125688,7c2,Constrained Young Families,S01011396,Wishaw South - 04,4d,Hard-pressed flat dwellers,S02002141,Wishaw South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209363 +209363,S00125689,7c2,Constrained Young Families,S01011398,Wishaw South - 06,4a,Challenged white communities,S02002141,Wishaw South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209364 +209364,S00125712,7c2,Constrained Young Families,S01011389,Pather - 02,4d,Hard-pressed flat dwellers,S02002140,Pather,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209365 +209365,S00125723,7c2,Constrained Young Families,S01011430,Shotts - 01,5a,Ageing urban communities,S02002147,Shotts,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209366 +209366,S00125738,7c2,Constrained Young Families,S01011692,Gartcosh and Marnock - 04,4a,Challenged white communities,S02002192,Gartcosh and Marnock,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209367 +209367,S00125867,7c2,Constrained Young Families,S01011774,Carrickstone - 04,5c,Comfortable neighbourhoods,S02002207,Carrickstone,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209368 +209368,S00124832,8b1,Deprived Blue-Collar Terraces,S01011754,Kildrum - 05,4a,Challenged white communities,S02002203,Kildrum,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209369 +209369,S00125296,7b2,Deprived Neighbourhoods,S01011581,Coatbridge West - 02,4d,Hard-pressed flat dwellers,S02002173,Coatbridge West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209370 +209370,S00124840,8b1,Deprived Blue-Collar Terraces,S01011754,Kildrum - 05,4a,Challenged white communities,S02002203,Kildrum,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209371 +209371,S00124373,6a3,Detached Retirement Living,S01011538,Fallside - 07,8c,Comfortable suburbia,S02002166,Fallside,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209372 +209372,S00123130,5b1,Delayed Retirement,S01011701,Stepps - 01,5c,Comfortable neighbourhoods,S02002194,Stepps,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209373 +209373,S00123678,7c2,Constrained Young Families,S01011520,Bellshill South - 02,4a,Challenged white communities,S02002163,Bellshill South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209374 +209374,S00124495,6a3,Detached Retirement Living,S01011405,Wishaw North - 06,5c,Comfortable neighbourhoods,S02002142,Wishaw North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209375 +209375,S00124862,8b1,Deprived Blue-Collar Terraces,S01011755,Abronhill South - 01,4a,Challenged white communities,S02002204,Abronhill South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209376 +209376,S00123170,5b1,Delayed Retirement,S01011693,Gartcosh and Marnock - 05,5c,Comfortable neighbourhoods,S02002192,Gartcosh and Marnock,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209377 +209377,S00123691,7c2,Constrained Young Families,S01011528,Bellshill Central - 01,4a,Challenged white communities,S02002165,Bellshill Central,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209378 +209378,S00124539,6a3,Detached Retirement Living,S01011412,Coltness - 05,8b,Ageing suburbanites,S02002143,Coltness,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209379 +209379,S00125300,7b2,Deprived Neighbourhoods,S01011598,Cliftonville - 01,4d,Hard-pressed flat dwellers,S02002176,Cliftonville,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209380 +209380,S00124865,8b1,Deprived Blue-Collar Terraces,S01011755,Abronhill South - 01,4a,Challenged white communities,S02002204,Abronhill South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209381 +209381,S00125303,7b2,Deprived Neighbourhoods,S01011571,Dundyvan - 03,4d,Hard-pressed flat dwellers,S02002171,Dundyvan,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209382 +209382,S00123231,5b1,Delayed Retirement,S01011703,Stepps - 03,2b,Prospering countryside life,S02002194,Stepps,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209383 +209383,S00124869,8b1,Deprived Blue-Collar Terraces,S01011755,Abronhill South - 01,4a,Challenged white communities,S02002204,Abronhill South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209384 +209384,S00123695,7c2,Constrained Young Families,S01011615,Calderbank and Brownsburn - 03,4a,Challenged white communities,S02002179,Calderbank and Brownsburn,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209385 +209385,S00125304,7b2,Deprived Neighbourhoods,S01011571,Dundyvan - 03,4d,Hard-pressed flat dwellers,S02002171,Dundyvan,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209386 +209386,S00124589,6a3,Detached Retirement Living,S01011450,Cleland - 04,5c,Comfortable neighbourhoods,S02002150,Cleland,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209387 +209387,S00123289,5b1,Delayed Retirement,S01011727,Westfield - 09,8c,Comfortable suburbia,S02002198,Westfield,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209388 +209388,S00124876,8b1,Deprived Blue-Collar Terraces,S01011756,Abronhill South - 02,4a,Challenged white communities,S02002204,Abronhill South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209389 +209389,S00123502,5b1,Delayed Retirement,S01011654,Coatdyke and Whinhall - 07,4d,Hard-pressed flat dwellers,S02002186,Coatdyke and Whinhall,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209390 +209390,S00123697,7c2,Constrained Young Families,S01011615,Calderbank and Brownsburn - 03,4a,Challenged white communities,S02002179,Calderbank and Brownsburn,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209391 +209391,S00124844,6a3,Detached Retirement Living,S01011753,Kildrum - 04,5c,Comfortable neighbourhoods,S02002203,Kildrum,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209392 +209392,S00124882,8b1,Deprived Blue-Collar Terraces,S01011758,Abronhill South - 04,4a,Challenged white communities,S02002204,Abronhill South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209393 +209393,S00125305,7b2,Deprived Neighbourhoods,S01011472,Motherwell South - 02,4d,Hard-pressed flat dwellers,S02002155,Motherwell South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209394 +209394,S00123607,5b1,Delayed Retirement,S01011516,Orbiston - 05,8c,Comfortable suburbia,S02002162,Orbiston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209395 +209395,S00123707,7c2,Constrained Young Families,S01011467,Carfin and Cleekhimin - 04,4a,Challenged white communities,S02002154,Carfin and Cleekhimin,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209396 +209396,S00124931,6a3,Detached Retirement Living,S01011730,Condorrat - 03,5c,Comfortable neighbourhoods,S02002199,Condorrat,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209397 +209397,S00124890,8b1,Deprived Blue-Collar Terraces,S01011761,Abronhill North - 02,4a,Challenged white communities,S02002205,Abronhill North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209398 +209398,S00125306,7b2,Deprived Neighbourhoods,S01011472,Motherwell South - 02,4d,Hard-pressed flat dwellers,S02002155,Motherwell South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209399 +209399,S00123748,5b1,Delayed Retirement,S01011582,Coatbridge West - 03,5a,Ageing urban communities,S02002173,Coatbridge West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209400 +209400,S00124965,6a3,Detached Retirement Living,S01011735,Greenfaulds - 02,8c,Comfortable suburbia,S02002200,Greenfaulds,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209401 +209401,S00123733,7c2,Constrained Young Families,S01011624,Chapelhall East - 05,5c,Comfortable neighbourhoods,S02002181,Chapelhall East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209402 +209402,S00124891,8b1,Deprived Blue-Collar Terraces,S01011761,Abronhill North - 02,4a,Challenged white communities,S02002205,Abronhill North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209403 +209403,S00125307,7b2,Deprived Neighbourhoods,S01011472,Motherwell South - 02,4d,Hard-pressed flat dwellers,S02002155,Motherwell South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209404 +209404,S00123851,5b1,Delayed Retirement,S01011651,Coatdyke and Whinhall - 04,4d,Hard-pressed flat dwellers,S02002186,Coatdyke and Whinhall,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209405 +209405,S00124973,6a3,Detached Retirement Living,S01011734,Greenfaulds - 01,5c,Comfortable neighbourhoods,S02002200,Greenfaulds,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209406 +209406,S00123772,7c2,Constrained Young Families,S01011583,Coatbridge West - 04,4d,Hard-pressed flat dwellers,S02002173,Coatbridge West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209407 +209407,S00124911,8b1,Deprived Blue-Collar Terraces,S01011760,Abronhill North - 01,4a,Challenged white communities,S02002205,Abronhill North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209408 +209408,S00123784,7c2,Constrained Young Families,S01011589,Townhead - 05,5d,Endeavouring social renters,S02002174,Townhead,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209409 +209409,S00124125,5b1,Delayed Retirement,S01011480,Ladywell - 05,8a,Affluent communities,S02002156,Ladywell,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209410 +209410,S00125017,6a3,Detached Retirement Living,S01011779,Balloch West - 03,8c,Comfortable suburbia,S02002208,Balloch West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209411 +209411,S00124936,8b1,Deprived Blue-Collar Terraces,S01011731,Condorrat - 04,5d,Endeavouring social renters,S02002199,Condorrat,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209412 +209412,S00125308,7b2,Deprived Neighbourhoods,S01011472,Motherwell South - 02,4d,Hard-pressed flat dwellers,S02002155,Motherwell South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209413 +209413,S00123796,7c2,Constrained Young Families,S01011591,Townhead - 07,4a,Challenged white communities,S02002174,Townhead,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209414 +209414,S00124126,5b1,Delayed Retirement,S01011480,Ladywell - 05,8a,Affluent communities,S02002156,Ladywell,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209415 +209415,S00124958,8b1,Deprived Blue-Collar Terraces,S01011728,Condorrat - 01,5c,Comfortable neighbourhoods,S02002199,Condorrat,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209416 +209416,S00125310,7b2,Deprived Neighbourhoods,S01011472,Motherwell South - 02,4d,Hard-pressed flat dwellers,S02002155,Motherwell South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209417 +209417,S00125019,6a3,Detached Retirement Living,S01011772,Carrickstone - 02,8c,Comfortable suburbia,S02002207,Carrickstone,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209418 +209418,S00123802,7c2,Constrained Young Families,S01011587,Townhead - 03,4d,Hard-pressed flat dwellers,S02002174,Townhead,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209419 +209419,S00124131,5b1,Delayed Retirement,S01011480,Ladywell - 05,8a,Affluent communities,S02002156,Ladywell,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209420 +209420,S00124968,8b1,Deprived Blue-Collar Terraces,S01011736,Greenfaulds - 03,4a,Challenged white communities,S02002200,Greenfaulds,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209421 +209421,S00125048,6a3,Detached Retirement Living,S01011799,Balmalloch - 02,5c,Comfortable neighbourhoods,S02002212,Balmalloch,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209422 +209422,S00123811,7c2,Constrained Young Families,S01011585,Townhead - 01,4d,Hard-pressed flat dwellers,S02002174,Townhead,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209423 +209423,S00125311,7b2,Deprived Neighbourhoods,S01011375,Muirhouse and Knowetop - 03,4a,Challenged white communities,S02002138,Muirhouse and Knowetop,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209424 +209424,S00124135,5b1,Delayed Retirement,S01011479,Ladywell - 04,8c,Comfortable suburbia,S02002156,Ladywell,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209425 +209425,S00124979,8b1,Deprived Blue-Collar Terraces,S01011721,Westfield - 03,5d,Endeavouring social renters,S02002198,Westfield,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209426 +209426,S00125049,6a3,Detached Retirement Living,S01011799,Balmalloch - 02,5c,Comfortable neighbourhoods,S02002212,Balmalloch,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209427 +209427,S00123812,7c2,Constrained Young Families,S01011585,Townhead - 01,4d,Hard-pressed flat dwellers,S02002174,Townhead,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209428 +209428,S00125312,7b2,Deprived Neighbourhoods,S01011375,Muirhouse and Knowetop - 03,4a,Challenged white communities,S02002138,Muirhouse and Knowetop,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209429 +209429,S00125313,7b2,Deprived Neighbourhoods,S01011376,Muirhouse and Knowetop - 04,4d,Hard-pressed flat dwellers,S02002138,Muirhouse and Knowetop,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209430 +209430,S00125314,7b2,Deprived Neighbourhoods,S01011376,Muirhouse and Knowetop - 04,4d,Hard-pressed flat dwellers,S02002138,Muirhouse and Knowetop,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209431 +209431,S00125316,7b2,Deprived Neighbourhoods,S01011372,Muirhouse - 05,4d,Hard-pressed flat dwellers,S02002137,Muirhouse,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209432 +209432,S00125317,7b2,Deprived Neighbourhoods,S01011372,Muirhouse - 05,4d,Hard-pressed flat dwellers,S02002137,Muirhouse,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209433 +209433,S00125318,7b2,Deprived Neighbourhoods,S01011372,Muirhouse - 05,4d,Hard-pressed flat dwellers,S02002137,Muirhouse,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209434 +209434,S00125321,7b2,Deprived Neighbourhoods,S01011371,Muirhouse - 04,4d,Hard-pressed flat dwellers,S02002137,Muirhouse,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209435 +209435,S00125322,7b2,Deprived Neighbourhoods,S01011371,Muirhouse - 04,4d,Hard-pressed flat dwellers,S02002137,Muirhouse,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209436 +209436,S00125323,7b2,Deprived Neighbourhoods,S01011371,Muirhouse - 04,4d,Hard-pressed flat dwellers,S02002137,Muirhouse,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209437 +209437,S00125324,7b2,Deprived Neighbourhoods,S01011371,Muirhouse - 04,4d,Hard-pressed flat dwellers,S02002137,Muirhouse,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209438 +209438,S00125325,7b2,Deprived Neighbourhoods,S01011371,Muirhouse - 04,4d,Hard-pressed flat dwellers,S02002137,Muirhouse,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209439 +209439,S00125326,7b2,Deprived Neighbourhoods,S01011371,Muirhouse - 04,4d,Hard-pressed flat dwellers,S02002137,Muirhouse,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209440 +209440,S00125327,7b2,Deprived Neighbourhoods,S01011369,Muirhouse - 02,4a,Challenged white communities,S02002137,Muirhouse,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209441 +209441,S00125331,7b2,Deprived Neighbourhoods,S01011535,Fallside - 04,4d,Hard-pressed flat dwellers,S02002166,Fallside,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209442 +209442,S00125332,7b2,Deprived Neighbourhoods,S01011535,Fallside - 04,4d,Hard-pressed flat dwellers,S02002166,Fallside,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209443 +209443,S00125490,7b2,Deprived Neighbourhoods,S01011592,Sunnyside and Cliftonville - 01,4d,Hard-pressed flat dwellers,S02002175,Sunnyside and Cliftonville,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209444 +209444,S00125491,7b2,Deprived Neighbourhoods,S01011592,Sunnyside and Cliftonville - 01,4d,Hard-pressed flat dwellers,S02002175,Sunnyside and Cliftonville,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209445 +209445,S00125500,7b2,Deprived Neighbourhoods,S01011598,Cliftonville - 01,4d,Hard-pressed flat dwellers,S02002176,Cliftonville,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209446 +209446,S00125502,7b2,Deprived Neighbourhoods,S01011598,Cliftonville - 01,4d,Hard-pressed flat dwellers,S02002176,Cliftonville,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209447 +209447,S00125524,7b2,Deprived Neighbourhoods,S01011571,Dundyvan - 03,4d,Hard-pressed flat dwellers,S02002171,Dundyvan,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209448 +209448,S00125556,7b2,Deprived Neighbourhoods,S01011473,Motherwell South - 03,4d,Hard-pressed flat dwellers,S02002155,Motherwell South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209449 +209449,S00125576,7b2,Deprived Neighbourhoods,S01011373,Muirhouse and Knowetop - 01,4d,Hard-pressed flat dwellers,S02002138,Muirhouse and Knowetop,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209450 +209450,S00125577,7b2,Deprived Neighbourhoods,S01011373,Muirhouse and Knowetop - 01,4d,Hard-pressed flat dwellers,S02002138,Muirhouse and Knowetop,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209451 +209451,S00123111,6a3,Detached Retirement Living,S01011700,Cardowan and Millerston - 05,5c,Comfortable neighbourhoods,S02002193,Cardowan and Millerston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209452 +209452,S00123142,6a3,Detached Retirement Living,S01011707,Chryston and Muirhead - 04,8b,Ageing suburbanites,S02002195,Chryston and Muirhead,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209453 +209453,S00123210,6a3,Detached Retirement Living,S01011702,Stepps - 02,5c,Comfortable neighbourhoods,S02002194,Stepps,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209454 +209454,S00123483,6a3,Detached Retirement Living,S01011642,Cairnhill - 02,5c,Comfortable neighbourhoods,S02002185,Cairnhill,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209455 +209455,S00123487,6a3,Detached Retirement Living,S01011642,Cairnhill - 02,5c,Comfortable neighbourhoods,S02002185,Cairnhill,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209456 +209456,S00123489,6a3,Detached Retirement Living,S01011646,Cairnhill - 06,8b,Ageing suburbanites,S02002185,Cairnhill,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209457 +209457,S00123504,6a3,Detached Retirement Living,S01011650,Coatdyke and Whinhall - 03,5c,Comfortable neighbourhoods,S02002186,Coatdyke and Whinhall,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209458 +209458,S00123739,6a3,Detached Retirement Living,S01011579,Drumpellier and Langloan - 03,8c,Comfortable suburbia,S02002172,Drumpellier and Langloan,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209459 +209459,S00123747,6a3,Detached Retirement Living,S01011582,Coatbridge West - 03,5a,Ageing urban communities,S02002173,Coatbridge West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209460 +209460,S00124088,6a3,Detached Retirement Living,S01011375,Muirhouse and Knowetop - 03,4a,Challenged white communities,S02002138,Muirhouse and Knowetop,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209461 +209461,S00124113,6a3,Detached Retirement Living,S01011477,Ladywell - 02,8b,Ageing suburbanites,S02002156,Ladywell,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209462 +209462,S00124115,6a3,Detached Retirement Living,S01011477,Ladywell - 02,8b,Ageing suburbanites,S02002156,Ladywell,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209463 +209463,S00124116,6a3,Detached Retirement Living,S01011477,Ladywell - 02,8b,Ageing suburbanites,S02002156,Ladywell,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209464 +209464,S00124138,5b1,Delayed Retirement,S01011479,Ladywell - 04,8c,Comfortable suburbia,S02002156,Ladywell,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209465 +209465,S00123813,7c2,Constrained Young Families,S01011592,Sunnyside and Cliftonville - 01,4d,Hard-pressed flat dwellers,S02002175,Sunnyside and Cliftonville,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209466 +209466,S00123859,7c2,Constrained Young Families,S01011609,Greenend and Carnbroe - 04,4d,Hard-pressed flat dwellers,S02002178,Greenend and Carnbroe,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209467 +209467,S00124989,8b1,Deprived Blue-Collar Terraces,S01011723,Westfield - 05,5d,Endeavouring social renters,S02002198,Westfield,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209468 +209468,S00124199,5b1,Delayed Retirement,S01011483,Motherwell West - 03,8c,Comfortable suburbia,S02002157,Motherwell West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209469 +209469,S00123882,7c2,Constrained Young Families,S01011610,Greenend and Carnbroe - 05,4d,Hard-pressed flat dwellers,S02002178,Greenend and Carnbroe,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209470 +209470,S00124998,8b1,Deprived Blue-Collar Terraces,S01011785,Balloch East - 04,5d,Endeavouring social renters,S02002209,Balloch East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209471 +209471,S00124446,5b1,Delayed Retirement,S01011407,Wishaw North - 08,5d,Endeavouring social renters,S02002142,Wishaw North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209472 +209472,S00124641,5b1,Delayed Retirement,S01011435,Stane - 01,8c,Comfortable suburbia,S02002148,Stane,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209473 +209473,S00125088,6a3,Detached Retirement Living,S01011792,Kilsyth East and Croy - 07,5c,Comfortable neighbourhoods,S02002210,Kilsyth East and Croy,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209474 +209474,S00125092,5b1,Delayed Retirement,S01011793,Kilsyth East and Croy - 08,5a,Ageing urban communities,S02002210,Kilsyth East and Croy,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209475 +209475,S00123884,7c2,Constrained Young Families,S01011609,Greenend and Carnbroe - 04,4d,Hard-pressed flat dwellers,S02002178,Greenend and Carnbroe,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209476 +209476,S00125033,8b1,Deprived Blue-Collar Terraces,S01011801,Balmalloch - 04,4a,Challenged white communities,S02002212,Balmalloch,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209477 +209477,S00125125,6a3,Detached Retirement Living,S01011463,Clydesdale and New Stevenston - 04,5c,Comfortable neighbourhoods,S02002153,Clydesdale and New Stevenston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209478 +209478,S00125116,5b1,Delayed Retirement,S01011480,Ladywell - 05,8a,Affluent communities,S02002156,Ladywell,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209479 +209479,S00123888,7c2,Constrained Young Families,S01011609,Greenend and Carnbroe - 04,4d,Hard-pressed flat dwellers,S02002178,Greenend and Carnbroe,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209480 +209480,S00125175,8b1,Deprived Blue-Collar Terraces,S01011742,Seafar - 04,4a,Challenged white communities,S02002201,Seafar,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209481 +209481,S00125145,6a3,Detached Retirement Living,S01011551,Birkenshaw - 06,5c,Comfortable neighbourhoods,S02002168,Birkenshaw,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209482 +209482,S00125146,6a3,Detached Retirement Living,S01011552,Birkenshaw - 07,5d,Endeavouring social renters,S02002168,Birkenshaw,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209483 +209483,S00125156,6a3,Detached Retirement Living,S01011412,Coltness - 05,8b,Ageing suburbanites,S02002143,Coltness,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209484 +209484,S00125184,6a3,Detached Retirement Living,S01011720,Westfield - 02,8b,Ageing suburbanites,S02002198,Westfield,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209485 +209485,S00125200,6a3,Detached Retirement Living,S01011738,Greenfaulds - 05,4b,Constrained renters,S02002200,Greenfaulds,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209486 +209486,S00125204,6a3,Detached Retirement Living,S01011613,Calderbank and Brownsburn - 01,8b,Ageing suburbanites,S02002179,Calderbank and Brownsburn,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209487 +209487,S00125275,6a3,Detached Retirement Living,S01011638,Gartlea - 03,4d,Hard-pressed flat dwellers,S02002184,Gartlea,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209488 +209488,S00125278,6a3,Detached Retirement Living,S01011646,Cairnhill - 06,8b,Ageing suburbanites,S02002185,Cairnhill,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209489 +209489,S00125279,6a3,Detached Retirement Living,S01011646,Cairnhill - 06,8b,Ageing suburbanites,S02002185,Cairnhill,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209490 +209490,S00125343,6a3,Detached Retirement Living,S01011686,Glenmavis and Greengairs - 04,8c,Comfortable suburbia,S02002191,Glenmavis and Greengairs,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209491 +209491,S00125424,6a3,Detached Retirement Living,S01011641,Cairnhill - 01,8b,Ageing suburbanites,S02002185,Cairnhill,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209492 +209492,S00125426,6a3,Detached Retirement Living,S01011641,Cairnhill - 01,8b,Ageing suburbanites,S02002185,Cairnhill,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209493 +209493,S00125803,6a3,Detached Retirement Living,S01011797,Kilsyth Bogside - 04,8b,Ageing suburbanites,S02002211,Kilsyth Bogside,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209494 +209494,S00125879,6a3,Detached Retirement Living,S01011788,Kilsyth East and Croy - 03,8c,Comfortable suburbia,S02002210,Kilsyth East and Croy,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209495 +209495,S00123400,1c3,Detached Rural Retirement,S01011671,Drumgelloch - 03,5a,Ageing urban communities,S02002189,Drumgelloch,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209496 +209496,S00123326,7b1,Eastern European Communities,S01011361,Overtown - 05,4d,Hard-pressed flat dwellers,S02002135,Overtown,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209497 +209497,S00123327,7b1,Eastern European Communities,S01011361,Overtown - 05,4d,Hard-pressed flat dwellers,S02002135,Overtown,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209498 +209498,S00123328,7b1,Eastern European Communities,S01011361,Overtown - 05,4d,Hard-pressed flat dwellers,S02002135,Overtown,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209499 +209499,S00123331,7b1,Eastern European Communities,S01011361,Overtown - 05,4d,Hard-pressed flat dwellers,S02002135,Overtown,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209500 +209500,S00123340,7b1,Eastern European Communities,S01011360,Overtown - 04,4d,Hard-pressed flat dwellers,S02002135,Overtown,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209501 +209501,S00123380,7b1,Eastern European Communities,S01011667,Airdrie North - 05,4d,Hard-pressed flat dwellers,S02002188,Airdrie North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209502 +209502,S00123388,7b1,Eastern European Communities,S01011667,Airdrie North - 05,4d,Hard-pressed flat dwellers,S02002188,Airdrie North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209503 +209503,S00123391,7b1,Eastern European Communities,S01011665,Airdrie North - 03,4d,Hard-pressed flat dwellers,S02002188,Airdrie North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209504 +209504,S00123392,7b1,Eastern European Communities,S01011666,Airdrie North - 04,4d,Hard-pressed flat dwellers,S02002188,Airdrie North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209505 +209505,S00123395,7b1,Eastern European Communities,S01011665,Airdrie North - 03,4d,Hard-pressed flat dwellers,S02002188,Airdrie North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209506 +209506,S00123461,7b1,Eastern European Communities,S01011642,Cairnhill - 02,5c,Comfortable neighbourhoods,S02002185,Cairnhill,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209507 +209507,S00123466,7b1,Eastern European Communities,S01011636,Gartlea - 01,4a,Challenged white communities,S02002184,Gartlea,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209508 +209508,S00123491,7b1,Eastern European Communities,S01011648,Coatdyke and Whinhall - 01,5c,Comfortable neighbourhoods,S02002186,Coatdyke and Whinhall,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209509 +209509,S00123506,7b1,Eastern European Communities,S01011650,Coatdyke and Whinhall - 03,5c,Comfortable neighbourhoods,S02002186,Coatdyke and Whinhall,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209510 +209510,S00123507,7b1,Eastern European Communities,S01011649,Coatdyke and Whinhall - 02,4b,Constrained renters,S02002186,Coatdyke and Whinhall,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209511 +209511,S00123523,7b1,Eastern European Communities,S01011654,Coatdyke and Whinhall - 07,4d,Hard-pressed flat dwellers,S02002186,Coatdyke and Whinhall,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209512 +209512,S00123529,7b1,Eastern European Communities,S01011656,Thrashbush - 02,4d,Hard-pressed flat dwellers,S02002187,Thrashbush,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209513 +209513,S00123533,7b1,Eastern European Communities,S01011657,Thrashbush - 03,4d,Hard-pressed flat dwellers,S02002187,Thrashbush,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209514 +209514,S00125202,8b1,Deprived Blue-Collar Terraces,S01011626,Craigneuk Airdrie - 02,8c,Comfortable suburbia,S02002182,Craigneuk Airdrie,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209515 +209515,S00125286,8b1,Deprived Blue-Collar Terraces,S01011509,Milnwood - 05,5d,Endeavouring social renters,S02002161,Milnwood,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209516 +209516,S00123899,7c2,Constrained Young Families,S01011603,Shawhead and Whifflet - 02,4d,Hard-pressed flat dwellers,S02002177,Shawhead and Whifflet,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209517 +209517,S00125346,8b1,Deprived Blue-Collar Terraces,S01011769,Village and Castlecary - 04,4d,Hard-pressed flat dwellers,S02002206,Village and Castlecary,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209518 +209518,S00123900,7c2,Constrained Young Families,S01011603,Shawhead and Whifflet - 02,4d,Hard-pressed flat dwellers,S02002177,Shawhead and Whifflet,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209519 +209519,S00125358,8b1,Deprived Blue-Collar Terraces,S01011731,Condorrat - 04,5d,Endeavouring social renters,S02002199,Condorrat,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209520 +209520,S00123918,7c2,Constrained Young Families,S01011570,Dundyvan - 02,4d,Hard-pressed flat dwellers,S02002171,Dundyvan,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209521 +209521,S00125478,8b1,Deprived Blue-Collar Terraces,S01011618,Chapelhall West - 02,4a,Challenged white communities,S02002180,Chapelhall West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209522 +209522,S00123931,7c2,Constrained Young Families,S01011566,Kirkshaws - 05,4a,Challenged white communities,S02002170,Kirkshaws,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209523 +209523,S00125522,8b1,Deprived Blue-Collar Terraces,S01011610,Greenend and Carnbroe - 05,4d,Hard-pressed flat dwellers,S02002178,Greenend and Carnbroe,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209524 +209524,S00123933,7c2,Constrained Young Families,S01011566,Kirkshaws - 05,4a,Challenged white communities,S02002170,Kirkshaws,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209525 +209525,S00125551,8b1,Deprived Blue-Collar Terraces,S01011498,Holytown - 02,8c,Comfortable suburbia,S02002160,Holytown,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209526 +209526,S00123943,7c2,Constrained Young Families,S01011564,Kirkshaws - 03,5d,Endeavouring social renters,S02002170,Kirkshaws,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209527 +209527,S00125578,8b1,Deprived Blue-Collar Terraces,S01011374,Muirhouse and Knowetop - 02,5c,Comfortable neighbourhoods,S02002138,Muirhouse and Knowetop,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209528 +209528,S00123949,7c2,Constrained Young Families,S01011563,Kirkshaws - 02,4a,Challenged white communities,S02002170,Kirkshaws,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209529 +209529,S00125583,8b1,Deprived Blue-Collar Terraces,S01011370,Muirhouse - 03,5c,Comfortable neighbourhoods,S02002137,Muirhouse,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209530 +209530,S00123958,7c2,Constrained Young Families,S01011562,Kirkshaws - 01,4a,Challenged white communities,S02002170,Kirkshaws,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209531 +209531,S00125617,8b1,Deprived Blue-Collar Terraces,S01011468,Carfin and Cleekhimin - 05,8c,Comfortable suburbia,S02002154,Carfin and Cleekhimin,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209532 +209532,S00125651,8b1,Deprived Blue-Collar Terraces,S01011537,Fallside - 06,5b,Aspiring urban households,S02002166,Fallside,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209533 +209533,S00125739,8b1,Deprived Blue-Collar Terraces,S01011742,Seafar - 04,4a,Challenged white communities,S02002201,Seafar,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209534 +209534,S00125740,8b1,Deprived Blue-Collar Terraces,S01011742,Seafar - 04,4a,Challenged white communities,S02002201,Seafar,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209535 +209535,S00125743,8b1,Deprived Blue-Collar Terraces,S01011741,Seafar - 03,4d,Hard-pressed flat dwellers,S02002201,Seafar,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209536 +209536,S00125747,8b1,Deprived Blue-Collar Terraces,S01011740,Seafar - 02,4d,Hard-pressed flat dwellers,S02002201,Seafar,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209537 +209537,S00125752,8b1,Deprived Blue-Collar Terraces,S01011750,Kildrum - 01,4a,Challenged white communities,S02002203,Kildrum,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209538 +209538,S00125755,8b1,Deprived Blue-Collar Terraces,S01011752,Kildrum - 03,4a,Challenged white communities,S02002203,Kildrum,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209539 +209539,S00125761,8b1,Deprived Blue-Collar Terraces,S01011728,Condorrat - 01,5c,Comfortable neighbourhoods,S02002199,Condorrat,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209540 +209540,S00125763,8b1,Deprived Blue-Collar Terraces,S01011736,Greenfaulds - 03,4a,Challenged white communities,S02002200,Greenfaulds,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209541 +209541,S00123329,7b2,Deprived Neighbourhoods,S01011361,Overtown - 05,4d,Hard-pressed flat dwellers,S02002135,Overtown,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209542 +209542,S00123345,7b2,Deprived Neighbourhoods,S01011665,Airdrie North - 03,4d,Hard-pressed flat dwellers,S02002188,Airdrie North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209543 +209543,S00123371,7b2,Deprived Neighbourhoods,S01011663,Airdrie North - 01,4d,Hard-pressed flat dwellers,S02002188,Airdrie North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209544 +209544,S00123381,7b2,Deprived Neighbourhoods,S01011668,Airdrie North - 06,4d,Hard-pressed flat dwellers,S02002188,Airdrie North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209545 +209545,S00123393,7b2,Deprived Neighbourhoods,S01011665,Airdrie North - 03,4d,Hard-pressed flat dwellers,S02002188,Airdrie North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209546 +209546,S00123394,7b2,Deprived Neighbourhoods,S01011665,Airdrie North - 03,4d,Hard-pressed flat dwellers,S02002188,Airdrie North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209547 +209547,S00123534,7b2,Deprived Neighbourhoods,S01011656,Thrashbush - 02,4d,Hard-pressed flat dwellers,S02002187,Thrashbush,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209548 +209548,S00123563,7b2,Deprived Neighbourhoods,S01011529,Bellshill Central - 02,4d,Hard-pressed flat dwellers,S02002165,Bellshill Central,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209549 +209549,S00123583,7b2,Deprived Neighbourhoods,S01011529,Bellshill Central - 02,4d,Hard-pressed flat dwellers,S02002165,Bellshill Central,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209550 +209550,S00123963,7c2,Constrained Young Families,S01011560,Kirkwood and Bargeddie - 08,4a,Challenged white communities,S02002169,Kirkwood and Bargeddie,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209551 +209551,S00123966,7c2,Constrained Young Families,S01011576,Dundyvan - 08,4d,Hard-pressed flat dwellers,S02002171,Dundyvan,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209552 +209552,S00123967,7c2,Constrained Young Families,S01011563,Kirkshaws - 02,4a,Challenged white communities,S02002170,Kirkshaws,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209553 +209553,S00123968,7c2,Constrained Young Families,S01011559,Kirkwood and Bargeddie - 07,4a,Challenged white communities,S02002169,Kirkwood and Bargeddie,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209554 +209554,S00123969,7c2,Constrained Young Families,S01011559,Kirkwood and Bargeddie - 07,4a,Challenged white communities,S02002169,Kirkwood and Bargeddie,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209555 +209555,S00123979,7c2,Constrained Young Families,S01011561,Kirkwood and Bargeddie - 09,4a,Challenged white communities,S02002169,Kirkwood and Bargeddie,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209556 +209556,S00123995,7c2,Constrained Young Families,S01011576,Dundyvan - 08,4d,Hard-pressed flat dwellers,S02002171,Dundyvan,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209557 +209557,S00124011,7c2,Constrained Young Families,S01011501,Holytown - 05,4d,Hard-pressed flat dwellers,S02002160,Holytown,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209558 +209558,S00124012,7c2,Constrained Young Families,S01011501,Holytown - 05,4d,Hard-pressed flat dwellers,S02002160,Holytown,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209559 +209559,S00124015,7c2,Constrained Young Families,S01011501,Holytown - 05,4d,Hard-pressed flat dwellers,S02002160,Holytown,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209560 +209560,S00124031,7c2,Constrained Young Families,S01011475,Motherwell South - 05,4d,Hard-pressed flat dwellers,S02002155,Motherwell South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209561 +209561,S00124051,7c2,Constrained Young Families,S01011495,Forgewood - 06,4a,Challenged white communities,S02002159,Forgewood,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209562 +209562,S00124052,7c2,Constrained Young Families,S01011495,Forgewood - 06,4a,Challenged white communities,S02002159,Forgewood,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209563 +209563,S00124057,7c2,Constrained Young Families,S01011495,Forgewood - 06,4a,Challenged white communities,S02002159,Forgewood,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209564 +209564,S00124105,7c2,Constrained Young Families,S01011372,Muirhouse - 05,4d,Hard-pressed flat dwellers,S02002137,Muirhouse,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209565 +209565,S00124146,7c2,Constrained Young Families,S01011484,Motherwell West - 04,4a,Challenged white communities,S02002157,Motherwell West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209566 +209566,S00124149,7c2,Constrained Young Families,S01011485,Motherwell West - 05,4a,Challenged white communities,S02002157,Motherwell West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209567 +209567,S00124174,7c2,Constrained Young Families,S01011486,Motherwell North - 01,4a,Challenged white communities,S02002158,Motherwell North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209568 +209568,S00124175,7c2,Constrained Young Families,S01011488,Motherwell North - 03,4a,Challenged white communities,S02002158,Motherwell North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209569 +209569,S00124176,7c2,Constrained Young Families,S01011488,Motherwell North - 03,4a,Challenged white communities,S02002158,Motherwell North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209570 +209570,S00124177,7c2,Constrained Young Families,S01011488,Motherwell North - 03,4a,Challenged white communities,S02002158,Motherwell North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209571 +209571,S00125149,5b1,Delayed Retirement,S01011402,Wishaw North - 03,5c,Comfortable neighbourhoods,S02002142,Wishaw North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209572 +209572,S00125165,5b1,Delayed Retirement,S01011665,Airdrie North - 03,4d,Hard-pressed flat dwellers,S02002188,Airdrie North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209573 +209573,S00125188,5b1,Delayed Retirement,S01011779,Balloch West - 03,8c,Comfortable suburbia,S02002208,Balloch West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209574 +209574,S00125208,5b1,Delayed Retirement,S01011654,Coatdyke and Whinhall - 07,4d,Hard-pressed flat dwellers,S02002186,Coatdyke and Whinhall,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209575 +209575,S00125494,5b1,Delayed Retirement,S01011596,Sunnyside and Cliftonville - 05,4b,Constrained renters,S02002175,Sunnyside and Cliftonville,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209576 +209576,S00125506,5b1,Delayed Retirement,S01011608,Greenend and Carnbroe - 03,8c,Comfortable suburbia,S02002178,Greenend and Carnbroe,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209577 +209577,S00125591,5b1,Delayed Retirement,S01011478,Ladywell - 03,8a,Affluent communities,S02002156,Ladywell,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209578 +209578,S00125592,5b1,Delayed Retirement,S01011479,Ladywell - 04,8c,Comfortable suburbia,S02002156,Ladywell,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209579 +209579,S00125612,5b1,Delayed Retirement,S01011468,Carfin and Cleekhimin - 05,8c,Comfortable suburbia,S02002154,Carfin and Cleekhimin,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209580 +209580,S00125634,5b1,Delayed Retirement,S01011459,Carfin North - 04,5c,Comfortable neighbourhoods,S02002152,Carfin North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209581 +209581,S00125661,5b1,Delayed Retirement,S01011531,Bellshill Central - 04,5c,Comfortable neighbourhoods,S02002165,Bellshill Central,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209582 +209582,S00125670,5b1,Delayed Retirement,S01011402,Wishaw North - 03,5c,Comfortable neighbourhoods,S02002142,Wishaw North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209583 +209583,S00125810,5b1,Delayed Retirement,S01011795,Kilsyth Bogside - 02,4a,Challenged white communities,S02002211,Kilsyth Bogside,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209584 +209584,S00125871,5b1,Delayed Retirement,S01011774,Carrickstone - 04,5c,Comfortable neighbourhoods,S02002207,Carrickstone,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209585 +209585,S00123498,8b1,Deprived Blue-Collar Terraces,S01011650,Coatdyke and Whinhall - 03,5c,Comfortable neighbourhoods,S02002186,Coatdyke and Whinhall,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209586 +209586,S00123576,8b1,Deprived Blue-Collar Terraces,S01011526,Hattonrigg - 02,4a,Challenged white communities,S02002164,Hattonrigg,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209587 +209587,S00123577,8b1,Deprived Blue-Collar Terraces,S01011526,Hattonrigg - 02,4a,Challenged white communities,S02002164,Hattonrigg,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209588 +209588,S00123653,8b1,Deprived Blue-Collar Terraces,S01011510,Milnwood - 06,4a,Challenged white communities,S02002161,Milnwood,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209589 +209589,S00123668,8b1,Deprived Blue-Collar Terraces,S01011508,Milnwood - 04,4a,Challenged white communities,S02002161,Milnwood,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209590 +209590,S00123770,8b1,Deprived Blue-Collar Terraces,S01011597,Sunnyside and Cliftonville - 06,4d,Hard-pressed flat dwellers,S02002175,Sunnyside and Cliftonville,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209591 +209591,S00123773,8b1,Deprived Blue-Collar Terraces,S01011597,Sunnyside and Cliftonville - 06,4d,Hard-pressed flat dwellers,S02002175,Sunnyside and Cliftonville,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209592 +209592,S00123857,8b1,Deprived Blue-Collar Terraces,S01011600,Cliftonville - 03,4d,Hard-pressed flat dwellers,S02002176,Cliftonville,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209593 +209593,S00123863,8b1,Deprived Blue-Collar Terraces,S01011569,Dundyvan - 01,4a,Challenged white communities,S02002171,Dundyvan,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209594 +209594,S00124029,8b1,Deprived Blue-Collar Terraces,S01011497,Holytown - 01,5c,Comfortable neighbourhoods,S02002160,Holytown,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209595 +209595,S00124195,8b1,Deprived Blue-Collar Terraces,S01011490,Forgewood - 01,4b,Constrained renters,S02002159,Forgewood,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209596 +209596,S00124747,8b1,Deprived Blue-Collar Terraces,S01011734,Greenfaulds - 01,5c,Comfortable neighbourhoods,S02002200,Greenfaulds,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209597 +209597,S00124751,8b1,Deprived Blue-Collar Terraces,S01011742,Seafar - 04,4a,Challenged white communities,S02002201,Seafar,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209598 +209598,S00124752,8b1,Deprived Blue-Collar Terraces,S01011743,Seafar - 05,4a,Challenged white communities,S02002201,Seafar,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209599 +209599,S00124771,8b1,Deprived Blue-Collar Terraces,S01011745,Cumbernauld Central - 02,4a,Challenged white communities,S02002202,Cumbernauld Central,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209600 +209600,S00123561,7b1,Eastern European Communities,S01011523,Bellshill South - 05,4a,Challenged white communities,S02002163,Bellshill South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209601 +209601,S00123567,7b1,Eastern European Communities,S01011529,Bellshill Central - 02,4d,Hard-pressed flat dwellers,S02002165,Bellshill Central,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209602 +209602,S00123620,7b1,Eastern European Communities,S01011512,Orbiston - 01,4d,Hard-pressed flat dwellers,S02002162,Orbiston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209603 +209603,S00123625,7b1,Eastern European Communities,S01011513,Orbiston - 02,4d,Hard-pressed flat dwellers,S02002162,Orbiston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209604 +209604,S00123636,7b1,Eastern European Communities,S01011521,Bellshill South - 03,4d,Hard-pressed flat dwellers,S02002163,Bellshill South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209605 +209605,S00123708,7b1,Eastern European Communities,S01011466,Carfin and Cleekhimin - 03,4d,Hard-pressed flat dwellers,S02002154,Carfin and Cleekhimin,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209606 +209606,S00123751,7b1,Eastern European Communities,S01011577,Drumpellier and Langloan - 01,4d,Hard-pressed flat dwellers,S02002172,Drumpellier and Langloan,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209607 +209607,S00123754,7b1,Eastern European Communities,S01011578,Drumpellier and Langloan - 02,4d,Hard-pressed flat dwellers,S02002172,Drumpellier and Langloan,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209608 +209608,S00123756,7b1,Eastern European Communities,S01011578,Drumpellier and Langloan - 02,4d,Hard-pressed flat dwellers,S02002172,Drumpellier and Langloan,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209609 +209609,S00123763,7b1,Eastern European Communities,S01011581,Coatbridge West - 02,4d,Hard-pressed flat dwellers,S02002173,Coatbridge West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209610 +209610,S00123839,7b1,Eastern European Communities,S01011598,Cliftonville - 01,4d,Hard-pressed flat dwellers,S02002176,Cliftonville,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209611 +209611,S00123840,7b1,Eastern European Communities,S01011598,Cliftonville - 01,4d,Hard-pressed flat dwellers,S02002176,Cliftonville,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209612 +209612,S00123841,7b1,Eastern European Communities,S01011598,Cliftonville - 01,4d,Hard-pressed flat dwellers,S02002176,Cliftonville,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209613 +209613,S00123858,7b1,Eastern European Communities,S01011600,Cliftonville - 03,4d,Hard-pressed flat dwellers,S02002176,Cliftonville,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209614 +209614,S00123870,7b1,Eastern European Communities,S01011604,Shawhead and Whifflet - 03,4d,Hard-pressed flat dwellers,S02002177,Shawhead and Whifflet,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209615 +209615,S00123871,7b1,Eastern European Communities,S01011604,Shawhead and Whifflet - 03,4d,Hard-pressed flat dwellers,S02002177,Shawhead and Whifflet,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209616 +209616,S00123872,7b1,Eastern European Communities,S01011602,Shawhead and Whifflet - 01,4a,Challenged white communities,S02002177,Shawhead and Whifflet,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209617 +209617,S00123880,7b1,Eastern European Communities,S01011610,Greenend and Carnbroe - 05,4d,Hard-pressed flat dwellers,S02002178,Greenend and Carnbroe,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209618 +209618,S00123881,7b1,Eastern European Communities,S01011610,Greenend and Carnbroe - 05,4d,Hard-pressed flat dwellers,S02002178,Greenend and Carnbroe,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209619 +209619,S00123887,7b1,Eastern European Communities,S01011609,Greenend and Carnbroe - 04,4d,Hard-pressed flat dwellers,S02002178,Greenend and Carnbroe,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209620 +209620,S00123889,7b1,Eastern European Communities,S01011609,Greenend and Carnbroe - 04,4d,Hard-pressed flat dwellers,S02002178,Greenend and Carnbroe,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209621 +209621,S00123890,7b1,Eastern European Communities,S01011609,Greenend and Carnbroe - 04,4d,Hard-pressed flat dwellers,S02002178,Greenend and Carnbroe,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209622 +209622,S00123891,7b1,Eastern European Communities,S01011609,Greenend and Carnbroe - 04,4d,Hard-pressed flat dwellers,S02002178,Greenend and Carnbroe,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209623 +209623,S00123901,7b1,Eastern European Communities,S01011603,Shawhead and Whifflet - 02,4d,Hard-pressed flat dwellers,S02002177,Shawhead and Whifflet,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209624 +209624,S00123908,7b1,Eastern European Communities,S01011571,Dundyvan - 03,4d,Hard-pressed flat dwellers,S02002171,Dundyvan,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209625 +209625,S00123914,7b1,Eastern European Communities,S01011570,Dundyvan - 02,4d,Hard-pressed flat dwellers,S02002171,Dundyvan,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209626 +209626,S00123976,7b1,Eastern European Communities,S01011558,Kirkwood and Bargeddie - 06,4a,Challenged white communities,S02002169,Kirkwood and Bargeddie,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209627 +209627,S00124009,7b1,Eastern European Communities,S01011501,Holytown - 05,4d,Hard-pressed flat dwellers,S02002160,Holytown,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209628 +209628,S00124014,7b1,Eastern European Communities,S01011501,Holytown - 05,4d,Hard-pressed flat dwellers,S02002160,Holytown,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209629 +209629,S00124035,7b1,Eastern European Communities,S01011475,Motherwell South - 05,4d,Hard-pressed flat dwellers,S02002155,Motherwell South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209630 +209630,S00124096,7b1,Eastern European Communities,S01011373,Muirhouse and Knowetop - 01,4d,Hard-pressed flat dwellers,S02002138,Muirhouse and Knowetop,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209631 +209631,S00124145,7b1,Eastern European Communities,S01011484,Motherwell West - 04,4a,Challenged white communities,S02002157,Motherwell West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209632 +209632,S00124187,7b1,Eastern European Communities,S01011492,Forgewood - 03,4b,Constrained renters,S02002159,Forgewood,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209633 +209633,S00124189,7b1,Eastern European Communities,S01011496,Forgewood - 07,4d,Hard-pressed flat dwellers,S02002159,Forgewood,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209634 +209634,S00124191,7b1,Eastern European Communities,S01011490,Forgewood - 01,4b,Constrained renters,S02002159,Forgewood,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209635 +209635,S00124198,7b1,Eastern European Communities,S01011496,Forgewood - 07,4d,Hard-pressed flat dwellers,S02002159,Forgewood,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209636 +209636,S00124206,7b1,Eastern European Communities,S01011469,Carfin and Cleekhimin - 06,4b,Constrained renters,S02002154,Carfin and Cleekhimin,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209637 +209637,S00124213,7b1,Eastern European Communities,S01011470,Carfin and Cleekhimin - 07,4a,Challenged white communities,S02002154,Carfin and Cleekhimin,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209638 +209638,S00124235,7b1,Eastern European Communities,S01011455,Newarthill - 04,4a,Challenged white communities,S02002151,Newarthill,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209639 +209639,S00124288,7b1,Eastern European Communities,S01011422,Newmains - 06,4a,Challenged white communities,S02002145,Newmains,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209640 +209640,S00124395,7b1,Eastern European Communities,S01011387,Craigneuk Wishaw - 06,4d,Hard-pressed flat dwellers,S02002139,Craigneuk Wishaw,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209641 +209641,S00124478,7b1,Eastern European Communities,S01011397,Wishaw South - 05,4d,Hard-pressed flat dwellers,S02002141,Wishaw South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209642 +209642,S00124642,7b1,Eastern European Communities,S01011436,Stane - 02,4a,Challenged white communities,S02002148,Stane,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209643 +209643,S00124646,7b1,Eastern European Communities,S01011438,Stane - 04,4d,Hard-pressed flat dwellers,S02002148,Stane,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209644 +209644,S00124651,7b1,Eastern European Communities,S01011438,Stane - 04,4d,Hard-pressed flat dwellers,S02002148,Stane,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209645 +209645,S00124652,7b1,Eastern European Communities,S01011437,Stane - 03,4a,Challenged white communities,S02002148,Stane,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209646 +209646,S00124671,7b1,Eastern European Communities,S01011441,Harthill and Salsburgh - 03,4a,Challenged white communities,S02002149,Harthill and Salsburgh,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209647 +209647,S00124775,7b1,Eastern European Communities,S01011770,Village and Castlecary - 05,4d,Hard-pressed flat dwellers,S02002206,Village and Castlecary,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209648 +209648,S00124782,7b1,Eastern European Communities,S01011738,Greenfaulds - 05,4b,Constrained renters,S02002200,Greenfaulds,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209649 +209649,S00124785,7b1,Eastern European Communities,S01011738,Greenfaulds - 05,4b,Constrained renters,S02002200,Greenfaulds,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209650 +209650,S00123862,8d3,Hard-Pressed European Settlers,S01011566,Kirkshaws - 05,4a,Challenged white communities,S02002170,Kirkshaws,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209651 +209651,S00123518,8b2,Hard-Pressed Rented Terraces,S01011653,Coatdyke and Whinhall - 06,4a,Challenged white communities,S02002186,Coatdyke and Whinhall,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209652 +209652,S00123470,7b3,Endeavouring Flat Dwellers,S01011637,Gartlea - 02,4d,Hard-pressed flat dwellers,S02002184,Gartlea,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209653 +209653,S00124820,7b1,Eastern European Communities,S01011749,Cumbernauld Central - 06,4d,Hard-pressed flat dwellers,S02002202,Cumbernauld Central,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209654 +209654,S00125713,7b3,Endeavouring Flat Dwellers,S01011388,Pather - 01,5c,Comfortable neighbourhoods,S02002140,Pather,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209655 +209655,S00123728,8b2,Hard-Pressed Rented Terraces,S01011617,Chapelhall West - 01,4a,Challenged white communities,S02002180,Chapelhall West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209656 +209656,S00124786,7b3,Endeavouring Flat Dwellers,S01011741,Seafar - 03,4d,Hard-pressed flat dwellers,S02002201,Seafar,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209657 +209657,S00123528,8b2,Hard-Pressed Rented Terraces,S01011656,Thrashbush - 02,4d,Hard-pressed flat dwellers,S02002187,Thrashbush,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209658 +209658,S00123944,8d3,Hard-Pressed European Settlers,S01011564,Kirkshaws - 03,5d,Endeavouring social renters,S02002170,Kirkshaws,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209659 +209659,S00123477,7b3,Endeavouring Flat Dwellers,S01011637,Gartlea - 02,4d,Hard-pressed flat dwellers,S02002184,Gartlea,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209660 +209660,S00124823,7b3,Endeavouring Flat Dwellers,S01011751,Kildrum - 02,4d,Hard-pressed flat dwellers,S02002203,Kildrum,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209661 +209661,S00123730,8b2,Hard-Pressed Rented Terraces,S01011617,Chapelhall West - 01,4a,Challenged white communities,S02002180,Chapelhall West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209662 +209662,S00125754,7b3,Endeavouring Flat Dwellers,S01011751,Kildrum - 02,4d,Hard-pressed flat dwellers,S02002203,Kildrum,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209663 +209663,S00123539,8b2,Hard-Pressed Rented Terraces,S01011658,Thrashbush - 04,4a,Challenged white communities,S02002187,Thrashbush,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209664 +209664,S00124212,8d3,Hard-Pressed European Settlers,S01011469,Carfin and Cleekhimin - 06,4b,Constrained renters,S02002154,Carfin and Cleekhimin,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209665 +209665,S00123480,7b3,Endeavouring Flat Dwellers,S01011639,Gartlea - 04,4d,Hard-pressed flat dwellers,S02002184,Gartlea,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209666 +209666,S00124825,7b3,Endeavouring Flat Dwellers,S01011751,Kildrum - 02,4d,Hard-pressed flat dwellers,S02002203,Kildrum,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209667 +209667,S00123731,8b2,Hard-Pressed Rented Terraces,S01011617,Chapelhall West - 01,4a,Challenged white communities,S02002180,Chapelhall West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209668 +209668,S00125756,7b3,Endeavouring Flat Dwellers,S01011752,Kildrum - 03,4a,Challenged white communities,S02002203,Kildrum,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209669 +209669,S00124822,7b1,Eastern European Communities,S01011750,Kildrum - 01,4a,Challenged white communities,S02002203,Kildrum,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209670 +209670,S00123540,8b2,Hard-Pressed Rented Terraces,S01011658,Thrashbush - 04,4a,Challenged white communities,S02002187,Thrashbush,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209671 +209671,S00124501,8d3,Hard-Pressed European Settlers,S01011414,Wishaw East - 02,4a,Challenged white communities,S02002144,Wishaw East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209672 +209672,S00123505,7b3,Endeavouring Flat Dwellers,S01011649,Coatdyke and Whinhall - 02,4b,Constrained renters,S02002186,Coatdyke and Whinhall,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209673 +209673,S00124831,7b3,Endeavouring Flat Dwellers,S01011751,Kildrum - 02,4d,Hard-pressed flat dwellers,S02002203,Kildrum,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209674 +209674,S00123738,8b2,Hard-Pressed Rented Terraces,S01011579,Drumpellier and Langloan - 03,8c,Comfortable suburbia,S02002172,Drumpellier and Langloan,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209675 +209675,S00125888,7b3,Endeavouring Flat Dwellers,S01011522,Bellshill South - 04,4d,Hard-pressed flat dwellers,S02002163,Bellshill South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209676 +209676,S00124824,7b1,Eastern European Communities,S01011751,Kildrum - 02,4d,Hard-pressed flat dwellers,S02002203,Kildrum,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209677 +209677,S00123275,1a2,Established Farming Communities,S01011803,Balmalloch - 06,5d,Endeavouring social renters,S02002212,Balmalloch,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209678 +209678,S00124847,7b3,Endeavouring Flat Dwellers,S01011753,Kildrum - 04,5c,Comfortable neighbourhoods,S02002203,Kildrum,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209679 +209679,S00124525,8d3,Hard-Pressed European Settlers,S01011408,Coltness - 01,4a,Challenged white communities,S02002143,Coltness,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209680 +209680,S00123532,7b3,Endeavouring Flat Dwellers,S01011656,Thrashbush - 02,4d,Hard-pressed flat dwellers,S02002187,Thrashbush,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209681 +209681,S00123541,8b2,Hard-Pressed Rented Terraces,S01011659,Thrashbush - 05,4a,Challenged white communities,S02002187,Thrashbush,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209682 +209682,S00124827,7b1,Eastern European Communities,S01011751,Kildrum - 02,4d,Hard-pressed flat dwellers,S02002203,Kildrum,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209683 +209683,S00123783,8b2,Hard-Pressed Rented Terraces,S01011589,Townhead - 05,5d,Endeavouring social renters,S02002174,Townhead,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209684 +209684,S00123312,1a2,Established Farming Communities,S01011446,Harthill and Salsburgh - 08,2d,Rural traits,S02002149,Harthill and Salsburgh,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209685 +209685,S00123786,8b2,Hard-Pressed Rented Terraces,S01011589,Townhead - 05,5d,Endeavouring social renters,S02002174,Townhead,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209686 +209686,S00123550,7b3,Endeavouring Flat Dwellers,S01011555,Kirkwood and Bargeddie - 03,4d,Hard-pressed flat dwellers,S02002169,Kirkwood and Bargeddie,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209687 +209687,S00124629,8d3,Hard-Pressed European Settlers,S01011433,Shotts - 04,4a,Challenged white communities,S02002147,Shotts,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209688 +209688,S00123543,8b2,Hard-Pressed Rented Terraces,S01011660,Thrashbush - 06,5c,Comfortable neighbourhoods,S02002187,Thrashbush,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209689 +209689,S00124851,7b3,Endeavouring Flat Dwellers,S01011767,Village and Castlecary - 02,4a,Challenged white communities,S02002206,Village and Castlecary,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209690 +209690,S00124830,7b1,Eastern European Communities,S01011751,Kildrum - 02,4d,Hard-pressed flat dwellers,S02002203,Kildrum,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209691 +209691,S00123322,1a2,Established Farming Communities,S01011429,Allanton - Newmains Rural - 04,2a,Ageing rural neighbourhoods,S02002146,Allanton - Newmains Rural,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209692 +209692,S00123789,8b2,Hard-Pressed Rented Terraces,S01011589,Townhead - 05,5d,Endeavouring social renters,S02002174,Townhead,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209693 +209693,S00123552,7b3,Endeavouring Flat Dwellers,S01011555,Kirkwood and Bargeddie - 03,4d,Hard-pressed flat dwellers,S02002169,Kirkwood and Bargeddie,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209694 +209694,S00123591,7b3,Endeavouring Flat Dwellers,S01011522,Bellshill South - 04,4d,Hard-pressed flat dwellers,S02002163,Bellshill South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209695 +209695,S00123598,7b3,Endeavouring Flat Dwellers,S01011505,Milnwood - 01,4d,Hard-pressed flat dwellers,S02002161,Milnwood,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209696 +209696,S00123599,7b3,Endeavouring Flat Dwellers,S01011505,Milnwood - 01,4d,Hard-pressed flat dwellers,S02002161,Milnwood,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209697 +209697,S00123600,7b3,Endeavouring Flat Dwellers,S01011505,Milnwood - 01,4d,Hard-pressed flat dwellers,S02002161,Milnwood,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209698 +209698,S00123608,7b3,Endeavouring Flat Dwellers,S01011518,Orbiston - 07,4a,Challenged white communities,S02002162,Orbiston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209699 +209699,S00123617,7b3,Endeavouring Flat Dwellers,S01011521,Bellshill South - 03,4d,Hard-pressed flat dwellers,S02002163,Bellshill South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209700 +209700,S00123681,7b3,Endeavouring Flat Dwellers,S01011520,Bellshill South - 02,4a,Challenged white communities,S02002163,Bellshill South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209701 +209701,S00123690,7b3,Endeavouring Flat Dwellers,S01011528,Bellshill Central - 01,4a,Challenged white communities,S02002165,Bellshill Central,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209702 +209702,S00123753,7b3,Endeavouring Flat Dwellers,S01011578,Drumpellier and Langloan - 02,4d,Hard-pressed flat dwellers,S02002172,Drumpellier and Langloan,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209703 +209703,S00123755,7b3,Endeavouring Flat Dwellers,S01011577,Drumpellier and Langloan - 01,4d,Hard-pressed flat dwellers,S02002172,Drumpellier and Langloan,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209704 +209704,S00123761,7b3,Endeavouring Flat Dwellers,S01011580,Coatbridge West - 01,4d,Hard-pressed flat dwellers,S02002173,Coatbridge West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209705 +209705,S00123764,7b3,Endeavouring Flat Dwellers,S01011581,Coatbridge West - 02,4d,Hard-pressed flat dwellers,S02002173,Coatbridge West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209706 +209706,S00123826,7b3,Endeavouring Flat Dwellers,S01011592,Sunnyside and Cliftonville - 01,4d,Hard-pressed flat dwellers,S02002175,Sunnyside and Cliftonville,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209707 +209707,S00123832,7b3,Endeavouring Flat Dwellers,S01011596,Sunnyside and Cliftonville - 05,4b,Constrained renters,S02002175,Sunnyside and Cliftonville,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209708 +209708,S00123842,7b3,Endeavouring Flat Dwellers,S01011599,Cliftonville - 02,4d,Hard-pressed flat dwellers,S02002176,Cliftonville,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209709 +209709,S00123886,7b3,Endeavouring Flat Dwellers,S01011609,Greenend and Carnbroe - 04,4d,Hard-pressed flat dwellers,S02002178,Greenend and Carnbroe,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209710 +209710,S00123907,7b3,Endeavouring Flat Dwellers,S01011571,Dundyvan - 03,4d,Hard-pressed flat dwellers,S02002171,Dundyvan,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209711 +209711,S00123910,7b3,Endeavouring Flat Dwellers,S01011572,Dundyvan - 04,4d,Hard-pressed flat dwellers,S02002171,Dundyvan,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209712 +209712,S00123911,7b3,Endeavouring Flat Dwellers,S01011570,Dundyvan - 02,4d,Hard-pressed flat dwellers,S02002171,Dundyvan,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209713 +209713,S00123912,7b3,Endeavouring Flat Dwellers,S01011571,Dundyvan - 03,4d,Hard-pressed flat dwellers,S02002171,Dundyvan,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209714 +209714,S00123913,7b3,Endeavouring Flat Dwellers,S01011571,Dundyvan - 03,4d,Hard-pressed flat dwellers,S02002171,Dundyvan,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209715 +209715,S00123915,7b3,Endeavouring Flat Dwellers,S01011570,Dundyvan - 02,4d,Hard-pressed flat dwellers,S02002171,Dundyvan,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209716 +209716,S00123917,7b3,Endeavouring Flat Dwellers,S01011569,Dundyvan - 01,4a,Challenged white communities,S02002171,Dundyvan,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209717 +209717,S00123921,7b3,Endeavouring Flat Dwellers,S01011569,Dundyvan - 01,4a,Challenged white communities,S02002171,Dundyvan,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209718 +209718,S00124008,7b3,Endeavouring Flat Dwellers,S01011499,Holytown - 03,5c,Comfortable neighbourhoods,S02002160,Holytown,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209719 +209719,S00124036,7b3,Endeavouring Flat Dwellers,S01011474,Motherwell South - 04,4d,Hard-pressed flat dwellers,S02002155,Motherwell South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209720 +209720,S00124089,7b3,Endeavouring Flat Dwellers,S01011376,Muirhouse and Knowetop - 04,4d,Hard-pressed flat dwellers,S02002138,Muirhouse and Knowetop,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209721 +209721,S00124190,7b3,Endeavouring Flat Dwellers,S01011490,Forgewood - 01,4b,Constrained renters,S02002159,Forgewood,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209722 +209722,S00124192,7b3,Endeavouring Flat Dwellers,S01011490,Forgewood - 01,4b,Constrained renters,S02002159,Forgewood,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209723 +209723,S00124194,7b3,Endeavouring Flat Dwellers,S01011490,Forgewood - 01,4b,Constrained renters,S02002159,Forgewood,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209724 +209724,S00124274,7b3,Endeavouring Flat Dwellers,S01011418,Newmains - 02,4a,Challenged white communities,S02002145,Newmains,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209725 +209725,S00124283,7b3,Endeavouring Flat Dwellers,S01011420,Newmains - 04,4a,Challenged white communities,S02002145,Newmains,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209726 +209726,S00124432,7b3,Endeavouring Flat Dwellers,S01011395,Wishaw South - 03,4d,Hard-pressed flat dwellers,S02002141,Wishaw South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209727 +209727,S00124467,7b3,Endeavouring Flat Dwellers,S01011393,Wishaw South - 01,5c,Comfortable neighbourhoods,S02002141,Wishaw South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209728 +209728,S00124502,7b3,Endeavouring Flat Dwellers,S01011404,Wishaw North - 05,4a,Challenged white communities,S02002142,Wishaw North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209729 +209729,S00124579,7b3,Endeavouring Flat Dwellers,S01011427,Allanton - Newmains Rural - 02,5c,Comfortable neighbourhoods,S02002146,Allanton - Newmains Rural,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209730 +209730,S00124650,7b3,Endeavouring Flat Dwellers,S01011438,Stane - 04,4d,Hard-pressed flat dwellers,S02002148,Stane,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209731 +209731,S00124705,7b3,Endeavouring Flat Dwellers,S01011678,Caldercruix and Plains - 04,4d,Hard-pressed flat dwellers,S02002190,Caldercruix and Plains,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209732 +209732,S00124764,7b3,Endeavouring Flat Dwellers,S01011770,Village and Castlecary - 05,4d,Hard-pressed flat dwellers,S02002206,Village and Castlecary,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209733 +209733,S00124774,7b3,Endeavouring Flat Dwellers,S01011770,Village and Castlecary - 05,4d,Hard-pressed flat dwellers,S02002206,Village and Castlecary,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209734 +209734,S00124777,7b3,Endeavouring Flat Dwellers,S01011769,Village and Castlecary - 04,4d,Hard-pressed flat dwellers,S02002206,Village and Castlecary,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209735 +209735,S00124778,7b3,Endeavouring Flat Dwellers,S01011769,Village and Castlecary - 04,4d,Hard-pressed flat dwellers,S02002206,Village and Castlecary,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209736 +209736,S00124781,7b3,Endeavouring Flat Dwellers,S01011769,Village and Castlecary - 04,4d,Hard-pressed flat dwellers,S02002206,Village and Castlecary,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209737 +209737,S00125024,7b1,Eastern European Communities,S01011787,Kilsyth East and Croy - 02,4a,Challenged white communities,S02002210,Kilsyth East and Croy,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209738 +209738,S00123553,8b2,Hard-Pressed Rented Terraces,S01011554,Kirkwood and Bargeddie - 02,5d,Endeavouring social renters,S02002169,Kirkwood and Bargeddie,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209739 +209739,S00123791,8b2,Hard-Pressed Rented Terraces,S01011588,Townhead - 04,4a,Challenged white communities,S02002174,Townhead,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209740 +209740,S00125100,1a2,Established Farming Communities,S01011429,Allanton - Newmains Rural - 04,2a,Ageing rural neighbourhoods,S02002146,Allanton - Newmains Rural,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209741 +209741,S00125037,7b1,Eastern European Communities,S01011801,Balmalloch - 04,4a,Challenged white communities,S02002212,Balmalloch,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209742 +209742,S00124856,7b3,Endeavouring Flat Dwellers,S01011768,Village and Castlecary - 03,4d,Hard-pressed flat dwellers,S02002206,Village and Castlecary,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209743 +209743,S00125052,7b1,Eastern European Communities,S01011795,Kilsyth Bogside - 02,4a,Challenged white communities,S02002211,Kilsyth Bogside,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209744 +209744,S00124863,7b3,Endeavouring Flat Dwellers,S01011755,Abronhill South - 01,4a,Challenged white communities,S02002204,Abronhill South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209745 +209745,S00125071,7b1,Eastern European Communities,S01011794,Kilsyth Bogside - 01,4a,Challenged white communities,S02002211,Kilsyth Bogside,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209746 +209746,S00123554,8b2,Hard-Pressed Rented Terraces,S01011554,Kirkwood and Bargeddie - 02,5d,Endeavouring social renters,S02002169,Kirkwood and Bargeddie,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209747 +209747,S00123793,8b2,Hard-Pressed Rented Terraces,S01011590,Townhead - 06,4a,Challenged white communities,S02002174,Townhead,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209748 +209748,S00124867,7b3,Endeavouring Flat Dwellers,S01011755,Abronhill South - 01,4a,Challenged white communities,S02002204,Abronhill South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209749 +209749,S00125107,7b1,Eastern European Communities,S01011382,Craigneuk Wishaw - 01,4d,Hard-pressed flat dwellers,S02002139,Craigneuk Wishaw,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209750 +209750,S00125132,1a2,Established Farming Communities,S01011427,Allanton - Newmains Rural - 02,5c,Comfortable neighbourhoods,S02002146,Allanton - Newmains Rural,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209751 +209751,S00123556,8b2,Hard-Pressed Rented Terraces,S01011554,Kirkwood and Bargeddie - 02,5d,Endeavouring social renters,S02002169,Kirkwood and Bargeddie,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209752 +209752,S00123794,8b2,Hard-Pressed Rented Terraces,S01011591,Townhead - 07,4a,Challenged white communities,S02002174,Townhead,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209753 +209753,S00124870,7b3,Endeavouring Flat Dwellers,S01011755,Abronhill South - 01,4a,Challenged white communities,S02002204,Abronhill South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209754 +209754,S00125119,7b1,Eastern European Communities,S01011491,Forgewood - 02,4d,Hard-pressed flat dwellers,S02002159,Forgewood,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209755 +209755,S00125168,7b1,Eastern European Communities,S01011441,Harthill and Salsburgh - 03,4a,Challenged white communities,S02002149,Harthill and Salsburgh,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209756 +209756,S00125245,7b1,Eastern European Communities,S01011580,Coatbridge West - 01,4d,Hard-pressed flat dwellers,S02002173,Coatbridge West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209757 +209757,S00125269,7b1,Eastern European Communities,S01011663,Airdrie North - 01,4d,Hard-pressed flat dwellers,S02002188,Airdrie North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209758 +209758,S00125272,7b1,Eastern European Communities,S01011640,Gartlea - 05,4a,Challenged white communities,S02002184,Gartlea,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209759 +209759,S00125273,7b1,Eastern European Communities,S01011642,Cairnhill - 02,5c,Comfortable neighbourhoods,S02002185,Cairnhill,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209760 +209760,S00125299,7b1,Eastern European Communities,S01011598,Cliftonville - 01,4d,Hard-pressed flat dwellers,S02002176,Cliftonville,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209761 +209761,S00125302,7b1,Eastern European Communities,S01011600,Cliftonville - 03,4d,Hard-pressed flat dwellers,S02002176,Cliftonville,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209762 +209762,S00125309,7b1,Eastern European Communities,S01011472,Motherwell South - 02,4d,Hard-pressed flat dwellers,S02002155,Motherwell South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209763 +209763,S00125315,7b1,Eastern European Communities,S01011372,Muirhouse - 05,4d,Hard-pressed flat dwellers,S02002137,Muirhouse,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209764 +209764,S00125319,7b1,Eastern European Communities,S01011372,Muirhouse - 05,4d,Hard-pressed flat dwellers,S02002137,Muirhouse,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209765 +209765,S00125320,7b1,Eastern European Communities,S01011372,Muirhouse - 05,4d,Hard-pressed flat dwellers,S02002137,Muirhouse,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209766 +209766,S00125328,7b1,Eastern European Communities,S01011369,Muirhouse - 02,4a,Challenged white communities,S02002137,Muirhouse,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209767 +209767,S00125384,7b1,Eastern European Communities,S01011360,Overtown - 04,4d,Hard-pressed flat dwellers,S02002135,Overtown,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209768 +209768,S00125385,7b1,Eastern European Communities,S01011360,Overtown - 04,4d,Hard-pressed flat dwellers,S02002135,Overtown,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209769 +209769,S00125398,7b1,Eastern European Communities,S01011668,Airdrie North - 06,4d,Hard-pressed flat dwellers,S02002188,Airdrie North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209770 +209770,S00125399,7b1,Eastern European Communities,S01011668,Airdrie North - 06,4d,Hard-pressed flat dwellers,S02002188,Airdrie North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209771 +209771,S00125444,7b1,Eastern European Communities,S01011654,Coatdyke and Whinhall - 07,4d,Hard-pressed flat dwellers,S02002186,Coatdyke and Whinhall,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209772 +209772,S00125446,7b1,Eastern European Communities,S01011654,Coatdyke and Whinhall - 07,4d,Hard-pressed flat dwellers,S02002186,Coatdyke and Whinhall,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209773 +209773,S00125448,7b1,Eastern European Communities,S01011655,Thrashbush - 01,4d,Hard-pressed flat dwellers,S02002187,Thrashbush,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209774 +209774,S00125457,7b1,Eastern European Communities,S01011505,Milnwood - 01,4d,Hard-pressed flat dwellers,S02002161,Milnwood,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209775 +209775,S00125501,7b1,Eastern European Communities,S01011598,Cliftonville - 01,4d,Hard-pressed flat dwellers,S02002176,Cliftonville,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209776 +209776,S00125523,7b1,Eastern European Communities,S01011571,Dundyvan - 03,4d,Hard-pressed flat dwellers,S02002171,Dundyvan,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209777 +209777,S00125603,7b1,Eastern European Communities,S01011492,Forgewood - 03,4b,Constrained renters,S02002159,Forgewood,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209778 +209778,S00125604,7b1,Eastern European Communities,S01011492,Forgewood - 03,4b,Constrained renters,S02002159,Forgewood,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209779 +209779,S00125609,7b1,Eastern European Communities,S01011492,Forgewood - 03,4b,Constrained renters,S02002159,Forgewood,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209780 +209780,S00125753,7b1,Eastern European Communities,S01011751,Kildrum - 02,4d,Hard-pressed flat dwellers,S02002203,Kildrum,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209781 +209781,S00123106,7b3,Endeavouring Flat Dwellers,S01011700,Cardowan and Millerston - 05,5c,Comfortable neighbourhoods,S02002193,Cardowan and Millerston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209782 +209782,S00123159,7b3,Endeavouring Flat Dwellers,S01011706,Chryston and Muirhead - 03,5a,Ageing urban communities,S02002195,Chryston and Muirhead,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209783 +209783,S00123161,7b3,Endeavouring Flat Dwellers,S01011705,Chryston and Muirhead - 02,5c,Comfortable neighbourhoods,S02002195,Chryston and Muirhead,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209784 +209784,S00123176,7b3,Endeavouring Flat Dwellers,S01011715,Moodiesburn East - 02,4a,Challenged white communities,S02002197,Moodiesburn East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209785 +209785,S00123211,7b3,Endeavouring Flat Dwellers,S01011715,Moodiesburn East - 02,4a,Challenged white communities,S02002197,Moodiesburn East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209786 +209786,S00123346,7b3,Endeavouring Flat Dwellers,S01011665,Airdrie North - 03,4d,Hard-pressed flat dwellers,S02002188,Airdrie North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209787 +209787,S00123349,7b3,Endeavouring Flat Dwellers,S01011666,Airdrie North - 04,4d,Hard-pressed flat dwellers,S02002188,Airdrie North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209788 +209788,S00123383,7b3,Endeavouring Flat Dwellers,S01011668,Airdrie North - 06,4d,Hard-pressed flat dwellers,S02002188,Airdrie North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209789 +209789,S00123384,7b3,Endeavouring Flat Dwellers,S01011668,Airdrie North - 06,4d,Hard-pressed flat dwellers,S02002188,Airdrie North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209790 +209790,S00123389,7b3,Endeavouring Flat Dwellers,S01011666,Airdrie North - 04,4d,Hard-pressed flat dwellers,S02002188,Airdrie North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209791 +209791,S00123390,7b3,Endeavouring Flat Dwellers,S01011666,Airdrie North - 04,4d,Hard-pressed flat dwellers,S02002188,Airdrie North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209792 +209792,S00123403,7b3,Endeavouring Flat Dwellers,S01011670,Drumgelloch - 02,4d,Hard-pressed flat dwellers,S02002189,Drumgelloch,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209793 +209793,S00123419,7b3,Endeavouring Flat Dwellers,S01011673,Drumgelloch - 05,4d,Hard-pressed flat dwellers,S02002189,Drumgelloch,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209794 +209794,S00124633,8d3,Hard-Pressed European Settlers,S01011433,Shotts - 04,4a,Challenged white communities,S02002147,Shotts,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209795 +209795,S00123558,8b2,Hard-Pressed Rented Terraces,S01011554,Kirkwood and Bargeddie - 02,5d,Endeavouring social renters,S02002169,Kirkwood and Bargeddie,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209796 +209796,S00123865,8b2,Hard-Pressed Rented Terraces,S01011605,Shawhead and Whifflet - 04,4a,Challenged white communities,S02002177,Shawhead and Whifflet,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209797 +209797,S00124874,7b3,Endeavouring Flat Dwellers,S01011756,Abronhill South - 02,4a,Challenged white communities,S02002204,Abronhill South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209798 +209798,S00124878,7b3,Endeavouring Flat Dwellers,S01011756,Abronhill South - 02,4a,Challenged white communities,S02002204,Abronhill South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209799 +209799,S00125199,1a2,Established Farming Communities,S01011738,Greenfaulds - 05,4b,Constrained renters,S02002200,Greenfaulds,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209800 +209800,S00124657,8d3,Hard-Pressed European Settlers,S01011436,Stane - 02,4a,Challenged white communities,S02002148,Stane,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209801 +209801,S00123574,8b2,Hard-Pressed Rented Terraces,S01011525,Hattonrigg - 01,5a,Ageing urban communities,S02002164,Hattonrigg,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209802 +209802,S00124886,7b3,Endeavouring Flat Dwellers,S01011757,Abronhill South - 03,4a,Challenged white communities,S02002204,Abronhill South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209803 +209803,S00125210,1a2,Established Farming Communities,S01011689,Gartcosh and Marnock - 01,2b,Prospering countryside life,S02002192,Gartcosh and Marnock,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209804 +209804,S00123866,8b2,Hard-Pressed Rented Terraces,S01011605,Shawhead and Whifflet - 04,4a,Challenged white communities,S02002177,Shawhead and Whifflet,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209805 +209805,S00125180,8d3,Hard-Pressed European Settlers,S01011747,Cumbernauld Central - 04,4d,Hard-pressed flat dwellers,S02002202,Cumbernauld Central,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209806 +209806,S00123575,8b2,Hard-Pressed Rented Terraces,S01011525,Hattonrigg - 01,5a,Ageing urban communities,S02002164,Hattonrigg,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209807 +209807,S00123579,8b2,Hard-Pressed Rented Terraces,S01011525,Hattonrigg - 01,5a,Ageing urban communities,S02002164,Hattonrigg,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209808 +209808,S00124906,7b3,Endeavouring Flat Dwellers,S01011762,Abronhill North - 03,4d,Hard-pressed flat dwellers,S02002205,Abronhill North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209809 +209809,S00125371,1a2,Established Farming Communities,S01011685,Glenmavis and Greengairs - 03,8c,Comfortable suburbia,S02002191,Glenmavis and Greengairs,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209810 +209810,S00123868,8b2,Hard-Pressed Rented Terraces,S01011605,Shawhead and Whifflet - 04,4a,Challenged white communities,S02002177,Shawhead and Whifflet,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209811 +209811,S00125619,8d3,Hard-Pressed European Settlers,S01011465,Carfin and Cleekhimin - 02,4d,Hard-pressed flat dwellers,S02002154,Carfin and Cleekhimin,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209812 +209812,S00123869,8b2,Hard-Pressed Rented Terraces,S01011605,Shawhead and Whifflet - 04,4a,Challenged white communities,S02002177,Shawhead and Whifflet,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209813 +209813,S00123580,8b2,Hard-Pressed Rented Terraces,S01011527,Hattonrigg - 03,5c,Comfortable neighbourhoods,S02002164,Hattonrigg,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209814 +209814,S00124913,7b3,Endeavouring Flat Dwellers,S01011760,Abronhill North - 01,4a,Challenged white communities,S02002205,Abronhill North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209815 +209815,S00123169,5a3,Families in Terraces and Flats,S01011693,Gartcosh and Marnock - 05,5c,Comfortable neighbourhoods,S02002192,Gartcosh and Marnock,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209816 +209816,S00123126,8b2,Hard-Pressed Rented Terraces,S01011697,Cardowan and Millerston - 02,5c,Comfortable neighbourhoods,S02002193,Cardowan and Millerston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209817 +209817,S00123885,8b2,Hard-Pressed Rented Terraces,S01011610,Greenend and Carnbroe - 05,4d,Hard-pressed flat dwellers,S02002178,Greenend and Carnbroe,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209818 +209818,S00123581,8b2,Hard-Pressed Rented Terraces,S01011526,Hattonrigg - 02,4a,Challenged white communities,S02002164,Hattonrigg,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209819 +209819,S00124915,7b3,Endeavouring Flat Dwellers,S01011760,Abronhill North - 01,4a,Challenged white communities,S02002205,Abronhill North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209820 +209820,S00123174,5a3,Families in Terraces and Flats,S01011712,Moodiesburn West - 04,4d,Hard-pressed flat dwellers,S02002196,Moodiesburn West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209821 +209821,S00123139,8b2,Hard-Pressed Rented Terraces,S01011706,Chryston and Muirhead - 03,5a,Ageing urban communities,S02002195,Chryston and Muirhead,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209822 +209822,S00123892,8b2,Hard-Pressed Rented Terraces,S01011602,Shawhead and Whifflet - 01,4a,Challenged white communities,S02002177,Shawhead and Whifflet,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209823 +209823,S00123894,8b2,Hard-Pressed Rented Terraces,S01011604,Shawhead and Whifflet - 03,4d,Hard-pressed flat dwellers,S02002177,Shawhead and Whifflet,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209824 +209824,S00123895,8b2,Hard-Pressed Rented Terraces,S01011602,Shawhead and Whifflet - 01,4a,Challenged white communities,S02002177,Shawhead and Whifflet,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209825 +209825,S00123896,8b2,Hard-Pressed Rented Terraces,S01011603,Shawhead and Whifflet - 02,4d,Hard-pressed flat dwellers,S02002177,Shawhead and Whifflet,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209826 +209826,S00123897,8b2,Hard-Pressed Rented Terraces,S01011604,Shawhead and Whifflet - 03,4d,Hard-pressed flat dwellers,S02002177,Shawhead and Whifflet,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209827 +209827,S00123898,8b2,Hard-Pressed Rented Terraces,S01011604,Shawhead and Whifflet - 03,4d,Hard-pressed flat dwellers,S02002177,Shawhead and Whifflet,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209828 +209828,S00123927,8b2,Hard-Pressed Rented Terraces,S01011565,Kirkshaws - 04,4a,Challenged white communities,S02002170,Kirkshaws,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209829 +209829,S00123932,8b2,Hard-Pressed Rented Terraces,S01011566,Kirkshaws - 05,4a,Challenged white communities,S02002170,Kirkshaws,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209830 +209830,S00123934,8b2,Hard-Pressed Rented Terraces,S01011566,Kirkshaws - 05,4a,Challenged white communities,S02002170,Kirkshaws,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209831 +209831,S00123935,8b2,Hard-Pressed Rented Terraces,S01011567,Kirkshaws - 06,4a,Challenged white communities,S02002170,Kirkshaws,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209832 +209832,S00123936,8b2,Hard-Pressed Rented Terraces,S01011567,Kirkshaws - 06,4a,Challenged white communities,S02002170,Kirkshaws,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209833 +209833,S00123937,8b2,Hard-Pressed Rented Terraces,S01011567,Kirkshaws - 06,4a,Challenged white communities,S02002170,Kirkshaws,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209834 +209834,S00123938,8b2,Hard-Pressed Rented Terraces,S01011567,Kirkshaws - 06,4a,Challenged white communities,S02002170,Kirkshaws,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209835 +209835,S00123939,8b2,Hard-Pressed Rented Terraces,S01011565,Kirkshaws - 04,4a,Challenged white communities,S02002170,Kirkshaws,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209836 +209836,S00123940,8b2,Hard-Pressed Rented Terraces,S01011565,Kirkshaws - 04,4a,Challenged white communities,S02002170,Kirkshaws,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209837 +209837,S00123942,8b2,Hard-Pressed Rented Terraces,S01011565,Kirkshaws - 04,4a,Challenged white communities,S02002170,Kirkshaws,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209838 +209838,S00123945,8b2,Hard-Pressed Rented Terraces,S01011564,Kirkshaws - 03,5d,Endeavouring social renters,S02002170,Kirkshaws,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209839 +209839,S00123946,8b2,Hard-Pressed Rented Terraces,S01011564,Kirkshaws - 03,5d,Endeavouring social renters,S02002170,Kirkshaws,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209840 +209840,S00123947,8b2,Hard-Pressed Rented Terraces,S01011564,Kirkshaws - 03,5d,Endeavouring social renters,S02002170,Kirkshaws,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209841 +209841,S00123948,8b2,Hard-Pressed Rented Terraces,S01011563,Kirkshaws - 02,4a,Challenged white communities,S02002170,Kirkshaws,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209842 +209842,S00123951,8b2,Hard-Pressed Rented Terraces,S01011567,Kirkshaws - 06,4a,Challenged white communities,S02002170,Kirkshaws,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209843 +209843,S00123952,8b2,Hard-Pressed Rented Terraces,S01011567,Kirkshaws - 06,4a,Challenged white communities,S02002170,Kirkshaws,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209844 +209844,S00123953,8b2,Hard-Pressed Rented Terraces,S01011569,Dundyvan - 01,4a,Challenged white communities,S02002171,Dundyvan,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209845 +209845,S00123955,8b2,Hard-Pressed Rented Terraces,S01011569,Dundyvan - 01,4a,Challenged white communities,S02002171,Dundyvan,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209846 +209846,S00123957,8b2,Hard-Pressed Rented Terraces,S01011569,Dundyvan - 01,4a,Challenged white communities,S02002171,Dundyvan,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209847 +209847,S00123959,8b2,Hard-Pressed Rented Terraces,S01011568,Kirkshaws - 07,5d,Endeavouring social renters,S02002170,Kirkshaws,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209848 +209848,S00123960,8b2,Hard-Pressed Rented Terraces,S01011574,Dundyvan - 06,5d,Endeavouring social renters,S02002171,Dundyvan,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209849 +209849,S00123961,8b2,Hard-Pressed Rented Terraces,S01011574,Dundyvan - 06,5d,Endeavouring social renters,S02002171,Dundyvan,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209850 +209850,S00123962,8b2,Hard-Pressed Rented Terraces,S01011574,Dundyvan - 06,5d,Endeavouring social renters,S02002171,Dundyvan,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209851 +209851,S00123972,8b2,Hard-Pressed Rented Terraces,S01011559,Kirkwood and Bargeddie - 07,4a,Challenged white communities,S02002169,Kirkwood and Bargeddie,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209852 +209852,S00123973,8b2,Hard-Pressed Rented Terraces,S01011559,Kirkwood and Bargeddie - 07,4a,Challenged white communities,S02002169,Kirkwood and Bargeddie,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209853 +209853,S00123974,8b2,Hard-Pressed Rented Terraces,S01011560,Kirkwood and Bargeddie - 08,4a,Challenged white communities,S02002169,Kirkwood and Bargeddie,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209854 +209854,S00123975,8b2,Hard-Pressed Rented Terraces,S01011558,Kirkwood and Bargeddie - 06,4a,Challenged white communities,S02002169,Kirkwood and Bargeddie,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209855 +209855,S00123980,8b2,Hard-Pressed Rented Terraces,S01011560,Kirkwood and Bargeddie - 08,4a,Challenged white communities,S02002169,Kirkwood and Bargeddie,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209856 +209856,S00123981,8b2,Hard-Pressed Rented Terraces,S01011558,Kirkwood and Bargeddie - 06,4a,Challenged white communities,S02002169,Kirkwood and Bargeddie,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209857 +209857,S00123601,8b2,Hard-Pressed Rented Terraces,S01011514,Orbiston - 03,4a,Challenged white communities,S02002162,Orbiston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209858 +209858,S00123372,5a3,Families in Terraces and Flats,S01011663,Airdrie North - 01,4d,Hard-pressed flat dwellers,S02002188,Airdrie North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209859 +209859,S00124959,7b3,Endeavouring Flat Dwellers,S01011728,Condorrat - 01,5c,Comfortable neighbourhoods,S02002199,Condorrat,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209860 +209860,S00123602,8b2,Hard-Pressed Rented Terraces,S01011517,Orbiston - 06,4a,Challenged white communities,S02002162,Orbiston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209861 +209861,S00123171,8b2,Hard-Pressed Rented Terraces,S01011693,Gartcosh and Marnock - 05,5c,Comfortable neighbourhoods,S02002192,Gartcosh and Marnock,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209862 +209862,S00123603,8b2,Hard-Pressed Rented Terraces,S01011515,Orbiston - 04,5b,Aspiring urban households,S02002162,Orbiston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209863 +209863,S00123513,5a3,Families in Terraces and Flats,S01011652,Coatdyke and Whinhall - 05,5c,Comfortable neighbourhoods,S02002186,Coatdyke and Whinhall,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209864 +209864,S00123175,8b2,Hard-Pressed Rented Terraces,S01011712,Moodiesburn West - 04,4d,Hard-pressed flat dwellers,S02002196,Moodiesburn West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209865 +209865,S00125051,7b3,Endeavouring Flat Dwellers,S01011793,Kilsyth East and Croy - 08,5a,Ageing urban communities,S02002210,Kilsyth East and Croy,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209866 +209866,S00123604,8b2,Hard-Pressed Rented Terraces,S01011517,Orbiston - 06,4a,Challenged white communities,S02002162,Orbiston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209867 +209867,S00123749,5a3,Families in Terraces and Flats,S01011582,Coatbridge West - 03,5a,Ageing urban communities,S02002173,Coatbridge West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209868 +209868,S00123179,8b2,Hard-Pressed Rented Terraces,S01011715,Moodiesburn East - 02,4a,Challenged white communities,S02002197,Moodiesburn East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209869 +209869,S00125054,7b3,Endeavouring Flat Dwellers,S01011795,Kilsyth Bogside - 02,4a,Challenged white communities,S02002211,Kilsyth Bogside,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209870 +209870,S00123605,8b2,Hard-Pressed Rented Terraces,S01011517,Orbiston - 06,4a,Challenged white communities,S02002162,Orbiston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209871 +209871,S00123850,5a3,Families in Terraces and Flats,S01011595,Sunnyside and Cliftonville - 04,5c,Comfortable neighbourhoods,S02002175,Sunnyside and Cliftonville,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209872 +209872,S00123191,8b2,Hard-Pressed Rented Terraces,S01011709,Moodiesburn West - 01,5c,Comfortable neighbourhoods,S02002196,Moodiesburn West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209873 +209873,S00125057,7b3,Endeavouring Flat Dwellers,S01011796,Kilsyth Bogside - 03,4d,Hard-pressed flat dwellers,S02002211,Kilsyth Bogside,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209874 +209874,S00123606,8b2,Hard-Pressed Rented Terraces,S01011518,Orbiston - 07,4a,Challenged white communities,S02002162,Orbiston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209875 +209875,S00123614,8b2,Hard-Pressed Rented Terraces,S01011518,Orbiston - 07,4a,Challenged white communities,S02002162,Orbiston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209876 +209876,S00123623,8b2,Hard-Pressed Rented Terraces,S01011512,Orbiston - 01,4d,Hard-pressed flat dwellers,S02002162,Orbiston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209877 +209877,S00123626,8b2,Hard-Pressed Rented Terraces,S01011514,Orbiston - 03,4a,Challenged white communities,S02002162,Orbiston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209878 +209878,S00123627,8b2,Hard-Pressed Rented Terraces,S01011518,Orbiston - 07,4a,Challenged white communities,S02002162,Orbiston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209879 +209879,S00123628,8b2,Hard-Pressed Rented Terraces,S01011514,Orbiston - 03,4a,Challenged white communities,S02002162,Orbiston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209880 +209880,S00123629,8b2,Hard-Pressed Rented Terraces,S01011514,Orbiston - 03,4a,Challenged white communities,S02002162,Orbiston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209881 +209881,S00123631,8b2,Hard-Pressed Rented Terraces,S01011514,Orbiston - 03,4a,Challenged white communities,S02002162,Orbiston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209882 +209882,S00123639,8b2,Hard-Pressed Rented Terraces,S01011506,Milnwood - 02,5d,Endeavouring social renters,S02002161,Milnwood,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209883 +209883,S00123651,8b2,Hard-Pressed Rented Terraces,S01011510,Milnwood - 06,4a,Challenged white communities,S02002161,Milnwood,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209884 +209884,S00123659,8b2,Hard-Pressed Rented Terraces,S01011509,Milnwood - 05,5d,Endeavouring social renters,S02002161,Milnwood,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209885 +209885,S00123661,8b2,Hard-Pressed Rented Terraces,S01011507,Milnwood - 03,4a,Challenged white communities,S02002161,Milnwood,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209886 +209886,S00123669,8b2,Hard-Pressed Rented Terraces,S01011519,Bellshill South - 01,4a,Challenged white communities,S02002163,Bellshill South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209887 +209887,S00123670,8b2,Hard-Pressed Rented Terraces,S01011519,Bellshill South - 01,4a,Challenged white communities,S02002163,Bellshill South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209888 +209888,S00123671,8b2,Hard-Pressed Rented Terraces,S01011519,Bellshill South - 01,4a,Challenged white communities,S02002163,Bellshill South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209889 +209889,S00123672,8b2,Hard-Pressed Rented Terraces,S01011519,Bellshill South - 01,4a,Challenged white communities,S02002163,Bellshill South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209890 +209890,S00123673,8b2,Hard-Pressed Rented Terraces,S01011519,Bellshill South - 01,4a,Challenged white communities,S02002163,Bellshill South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209891 +209891,S00123674,8b2,Hard-Pressed Rented Terraces,S01011519,Bellshill South - 01,4a,Challenged white communities,S02002163,Bellshill South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209892 +209892,S00123675,8b2,Hard-Pressed Rented Terraces,S01011523,Bellshill South - 05,4a,Challenged white communities,S02002163,Bellshill South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209893 +209893,S00123676,8b2,Hard-Pressed Rented Terraces,S01011523,Bellshill South - 05,4a,Challenged white communities,S02002163,Bellshill South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209894 +209894,S00123677,8b2,Hard-Pressed Rented Terraces,S01011523,Bellshill South - 05,4a,Challenged white communities,S02002163,Bellshill South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209895 +209895,S00123679,8b2,Hard-Pressed Rented Terraces,S01011523,Bellshill South - 05,4a,Challenged white communities,S02002163,Bellshill South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209896 +209896,S00123680,8b2,Hard-Pressed Rented Terraces,S01011520,Bellshill South - 02,4a,Challenged white communities,S02002163,Bellshill South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209897 +209897,S00123684,8b2,Hard-Pressed Rented Terraces,S01011524,Bellshill South - 06,5c,Comfortable neighbourhoods,S02002163,Bellshill South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209898 +209898,S00123713,8b2,Hard-Pressed Rented Terraces,S01011459,Carfin North - 04,5c,Comfortable neighbourhoods,S02002152,Carfin North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209899 +209899,S00123718,8b2,Hard-Pressed Rented Terraces,S01011618,Chapelhall West - 02,4a,Challenged white communities,S02002180,Chapelhall West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209900 +209900,S00123719,8b2,Hard-Pressed Rented Terraces,S01011621,Chapelhall East - 02,5c,Comfortable neighbourhoods,S02002181,Chapelhall East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209901 +209901,S00123720,8b2,Hard-Pressed Rented Terraces,S01011623,Chapelhall East - 04,4a,Challenged white communities,S02002181,Chapelhall East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209902 +209902,S00123726,8b2,Hard-Pressed Rented Terraces,S01011617,Chapelhall West - 01,4a,Challenged white communities,S02002180,Chapelhall West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209903 +209903,S00123727,8b2,Hard-Pressed Rented Terraces,S01011617,Chapelhall West - 01,4a,Challenged white communities,S02002180,Chapelhall West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209904 +209904,S00123877,5a3,Families in Terraces and Flats,S01011607,Greenend and Carnbroe - 02,8c,Comfortable suburbia,S02002178,Greenend and Carnbroe,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209905 +209905,S00123192,8b2,Hard-Pressed Rented Terraces,S01011709,Moodiesburn West - 01,5c,Comfortable neighbourhoods,S02002196,Moodiesburn West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209906 +209906,S00123197,8b2,Hard-Pressed Rented Terraces,S01011711,Moodiesburn West - 03,4a,Challenged white communities,S02002196,Moodiesburn West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209907 +209907,S00123199,8b2,Hard-Pressed Rented Terraces,S01011711,Moodiesburn West - 03,4a,Challenged white communities,S02002196,Moodiesburn West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209908 +209908,S00125058,7b3,Endeavouring Flat Dwellers,S01011796,Kilsyth Bogside - 03,4d,Hard-pressed flat dwellers,S02002211,Kilsyth Bogside,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209909 +209909,S00124143,5a3,Families in Terraces and Flats,S01011483,Motherwell West - 03,8c,Comfortable suburbia,S02002157,Motherwell West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209910 +209910,S00125060,7b3,Endeavouring Flat Dwellers,S01011796,Kilsyth Bogside - 03,4d,Hard-pressed flat dwellers,S02002211,Kilsyth Bogside,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209911 +209911,S00123201,8b2,Hard-Pressed Rented Terraces,S01011710,Moodiesburn West - 02,4a,Challenged white communities,S02002196,Moodiesburn West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209912 +209912,S00125069,7b3,Endeavouring Flat Dwellers,S01011792,Kilsyth East and Croy - 07,5c,Comfortable neighbourhoods,S02002210,Kilsyth East and Croy,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209913 +209913,S00124232,5a3,Families in Terraces and Flats,S01011463,Clydesdale and New Stevenston - 04,5c,Comfortable neighbourhoods,S02002153,Clydesdale and New Stevenston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209914 +209914,S00123203,8b2,Hard-Pressed Rented Terraces,S01011709,Moodiesburn West - 01,5c,Comfortable neighbourhoods,S02002196,Moodiesburn West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209915 +209915,S00125103,7b3,Endeavouring Flat Dwellers,S01011471,Motherwell South - 01,5c,Comfortable neighbourhoods,S02002155,Motherwell South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209916 +209916,S00124490,5a3,Families in Terraces and Flats,S01011404,Wishaw North - 05,4a,Challenged white communities,S02002142,Wishaw North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209917 +209917,S00123232,8b2,Hard-Pressed Rented Terraces,S01011707,Chryston and Muirhead - 04,8b,Ageing suburbanites,S02002195,Chryston and Muirhead,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209918 +209918,S00123247,8b2,Hard-Pressed Rented Terraces,S01011698,Cardowan and Millerston - 03,4a,Challenged white communities,S02002193,Cardowan and Millerston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209919 +209919,S00123248,8b2,Hard-Pressed Rented Terraces,S01011698,Cardowan and Millerston - 03,4a,Challenged white communities,S02002193,Cardowan and Millerston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209920 +209920,S00123249,8b2,Hard-Pressed Rented Terraces,S01011695,Gartcosh and Marnock - 07,2b,Prospering countryside life,S02002192,Gartcosh and Marnock,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209921 +209921,S00123250,8b2,Hard-Pressed Rented Terraces,S01011693,Gartcosh and Marnock - 05,5c,Comfortable neighbourhoods,S02002192,Gartcosh and Marnock,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209922 +209922,S00123253,8b2,Hard-Pressed Rented Terraces,S01011716,Moodiesburn East - 03,5b,Aspiring urban households,S02002197,Moodiesburn East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209923 +209923,S00123271,8b2,Hard-Pressed Rented Terraces,S01011787,Kilsyth East and Croy - 02,4a,Challenged white communities,S02002210,Kilsyth East and Croy,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209924 +209924,S00123273,8b2,Hard-Pressed Rented Terraces,S01011803,Balmalloch - 06,5d,Endeavouring social renters,S02002212,Balmalloch,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209925 +209925,S00123281,8b2,Hard-Pressed Rented Terraces,S01011789,Kilsyth East and Croy - 04,2d,Rural traits,S02002210,Kilsyth East and Croy,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209926 +209926,S00123300,8b2,Hard-Pressed Rented Terraces,S01011683,Glenmavis and Greengairs - 01,5e,Primary sector workers,S02002191,Glenmavis and Greengairs,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209927 +209927,S00123353,8b2,Hard-Pressed Rented Terraces,S01011664,Airdrie North - 02,4a,Challenged white communities,S02002188,Airdrie North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209928 +209928,S00123360,8b2,Hard-Pressed Rented Terraces,S01011661,Thrashbush - 07,4a,Challenged white communities,S02002187,Thrashbush,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209929 +209929,S00123361,8b2,Hard-Pressed Rented Terraces,S01011664,Airdrie North - 02,4a,Challenged white communities,S02002188,Airdrie North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209930 +209930,S00123362,8b2,Hard-Pressed Rented Terraces,S01011664,Airdrie North - 02,4a,Challenged white communities,S02002188,Airdrie North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209931 +209931,S00123414,8b2,Hard-Pressed Rented Terraces,S01011673,Drumgelloch - 05,4d,Hard-pressed flat dwellers,S02002189,Drumgelloch,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209932 +209932,S00123417,8b2,Hard-Pressed Rented Terraces,S01011674,Drumgelloch - 06,5c,Comfortable neighbourhoods,S02002189,Drumgelloch,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209933 +209933,S00123420,8b2,Hard-Pressed Rented Terraces,S01011635,Petersburn - 06,4a,Challenged white communities,S02002183,Petersburn,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209934 +209934,S00123426,8b2,Hard-Pressed Rented Terraces,S01011634,Petersburn - 05,4a,Challenged white communities,S02002183,Petersburn,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209935 +209935,S00123428,8b2,Hard-Pressed Rented Terraces,S01011634,Petersburn - 05,4a,Challenged white communities,S02002183,Petersburn,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209936 +209936,S00123434,8b2,Hard-Pressed Rented Terraces,S01011630,Petersburn - 01,5d,Endeavouring social renters,S02002183,Petersburn,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209937 +209937,S00123435,8b2,Hard-Pressed Rented Terraces,S01011631,Petersburn - 02,4a,Challenged white communities,S02002183,Petersburn,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209938 +209938,S00123441,8b2,Hard-Pressed Rented Terraces,S01011630,Petersburn - 01,5d,Endeavouring social renters,S02002183,Petersburn,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209939 +209939,S00123443,8b2,Hard-Pressed Rented Terraces,S01011629,Craigneuk Airdrie - 05,4a,Challenged white communities,S02002182,Craigneuk Airdrie,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209940 +209940,S00123444,8b2,Hard-Pressed Rented Terraces,S01011632,Petersburn - 03,4a,Challenged white communities,S02002183,Petersburn,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209941 +209941,S00123447,8b2,Hard-Pressed Rented Terraces,S01011625,Craigneuk Airdrie - 01,4a,Challenged white communities,S02002182,Craigneuk Airdrie,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209942 +209942,S00123449,8b2,Hard-Pressed Rented Terraces,S01011629,Craigneuk Airdrie - 05,4a,Challenged white communities,S02002182,Craigneuk Airdrie,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209943 +209943,S00123450,8b2,Hard-Pressed Rented Terraces,S01011629,Craigneuk Airdrie - 05,4a,Challenged white communities,S02002182,Craigneuk Airdrie,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209944 +209944,S00123495,8b2,Hard-Pressed Rented Terraces,S01011644,Cairnhill - 04,5c,Comfortable neighbourhoods,S02002185,Cairnhill,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209945 +209945,S00123503,8b2,Hard-Pressed Rented Terraces,S01011650,Coatdyke and Whinhall - 03,5c,Comfortable neighbourhoods,S02002186,Coatdyke and Whinhall,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209946 +209946,S00125182,7b3,Endeavouring Flat Dwellers,S01011762,Abronhill North - 03,4d,Hard-pressed flat dwellers,S02002205,Abronhill North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209947 +209947,S00125207,7b3,Endeavouring Flat Dwellers,S01011651,Coatdyke and Whinhall - 04,4d,Hard-pressed flat dwellers,S02002186,Coatdyke and Whinhall,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209948 +209948,S00124826,5a3,Families in Terraces and Flats,S01011752,Kildrum - 03,4a,Challenged white communities,S02002203,Kildrum,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209949 +209949,S00125233,7b3,Endeavouring Flat Dwellers,S01011508,Milnwood - 04,4a,Challenged white communities,S02002161,Milnwood,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209950 +209950,S00125271,5a3,Families in Terraces and Flats,S01011634,Petersburn - 05,4a,Challenged white communities,S02002183,Petersburn,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209951 +209951,S00125462,5a3,Families in Terraces and Flats,S01011515,Orbiston - 04,5b,Aspiring urban households,S02002162,Orbiston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209952 +209952,S00125561,5a3,Families in Terraces and Flats,S01011374,Muirhouse and Knowetop - 02,5c,Comfortable neighbourhoods,S02002138,Muirhouse and Knowetop,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209953 +209953,S00125843,5a3,Families in Terraces and Flats,S01011537,Fallside - 06,5b,Aspiring urban households,S02002166,Fallside,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209954 +209954,S00123343,7a2,Hampered Aspiration,S01011643,Cairnhill - 03,5c,Comfortable neighbourhoods,S02002185,Cairnhill,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209955 +209955,S00123479,7a2,Hampered Aspiration,S01011639,Gartlea - 04,4d,Hard-pressed flat dwellers,S02002184,Gartlea,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209956 +209956,S00123582,7a2,Hampered Aspiration,S01011526,Hattonrigg - 02,4a,Challenged white communities,S02002164,Hattonrigg,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209957 +209957,S00123861,7a2,Hampered Aspiration,S01011566,Kirkshaws - 05,4a,Challenged white communities,S02002170,Kirkshaws,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209958 +209958,S00124030,7a2,Hampered Aspiration,S01011497,Holytown - 01,5c,Comfortable neighbourhoods,S02002160,Holytown,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209959 +209959,S00124082,7a2,Hampered Aspiration,S01011380,Muirhouse and Knowetop - 08,4d,Hard-pressed flat dwellers,S02002138,Muirhouse and Knowetop,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209960 +209960,S00124108,7a2,Hampered Aspiration,S01011369,Muirhouse - 02,4a,Challenged white communities,S02002137,Muirhouse,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209961 +209961,S00124430,7a2,Hampered Aspiration,S01011389,Pather - 02,4d,Hard-pressed flat dwellers,S02002140,Pather,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209962 +209962,S00124756,7a2,Hampered Aspiration,S01011744,Cumbernauld Central - 01,4d,Hard-pressed flat dwellers,S02002202,Cumbernauld Central,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209963 +209963,S00124795,7a2,Hampered Aspiration,S01011739,Seafar - 01,4a,Challenged white communities,S02002201,Seafar,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209964 +209964,S00124855,7a2,Hampered Aspiration,S01011768,Village and Castlecary - 03,4d,Hard-pressed flat dwellers,S02002206,Village and Castlecary,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209965 +209965,S00124969,7a2,Hampered Aspiration,S01011736,Greenfaulds - 03,4a,Challenged white communities,S02002200,Greenfaulds,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209966 +209966,S00125061,7a2,Hampered Aspiration,S01011792,Kilsyth East and Croy - 07,5c,Comfortable neighbourhoods,S02002210,Kilsyth East and Croy,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209967 +209967,S00123440,8d2,Hard-Pressed Ethnic Mix,S01011629,Craigneuk Airdrie - 05,4a,Challenged white communities,S02002182,Craigneuk Airdrie,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209968 +209968,S00124151,8d2,Hard-Pressed Ethnic Mix,S01011485,Motherwell West - 05,4a,Challenged white communities,S02002157,Motherwell West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209969 +209969,S00125198,8d2,Hard-Pressed Ethnic Mix,S01011631,Petersburn - 02,4a,Challenged white communities,S02002183,Petersburn,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209970 +209970,S00123341,8d3,Hard-Pressed European Settlers,S01011360,Overtown - 04,4d,Hard-pressed flat dwellers,S02002135,Overtown,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209971 +209971,S00123364,8d3,Hard-Pressed European Settlers,S01011664,Airdrie North - 02,4a,Challenged white communities,S02002188,Airdrie North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209972 +209972,S00123377,8d3,Hard-Pressed European Settlers,S01011663,Airdrie North - 01,4d,Hard-pressed flat dwellers,S02002188,Airdrie North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209973 +209973,S00123437,8d3,Hard-Pressed European Settlers,S01011632,Petersburn - 03,4a,Challenged white communities,S02002183,Petersburn,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209974 +209974,S00123460,8d3,Hard-Pressed European Settlers,S01011640,Gartlea - 05,4a,Challenged white communities,S02002184,Gartlea,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209975 +209975,S00123630,8d3,Hard-Pressed European Settlers,S01011513,Orbiston - 02,4d,Hard-pressed flat dwellers,S02002162,Orbiston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209976 +209976,S00123715,8d3,Hard-Pressed European Settlers,S01011618,Chapelhall West - 02,4a,Challenged white communities,S02002180,Chapelhall West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209977 +209977,S00125242,7b3,Endeavouring Flat Dwellers,S01011577,Drumpellier and Langloan - 01,4d,Hard-pressed flat dwellers,S02002172,Drumpellier and Langloan,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209978 +209978,S00125259,7b3,Endeavouring Flat Dwellers,S01011677,Caldercruix and Plains - 03,5c,Comfortable neighbourhoods,S02002190,Caldercruix and Plains,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209979 +209979,S00125274,7b3,Endeavouring Flat Dwellers,S01011638,Gartlea - 03,4d,Hard-pressed flat dwellers,S02002184,Gartlea,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209980 +209980,S00125285,7b3,Endeavouring Flat Dwellers,S01011657,Thrashbush - 03,4d,Hard-pressed flat dwellers,S02002187,Thrashbush,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209981 +209981,S00125301,7b3,Endeavouring Flat Dwellers,S01011599,Cliftonville - 02,4d,Hard-pressed flat dwellers,S02002176,Cliftonville,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209982 +209982,S00125350,7b3,Endeavouring Flat Dwellers,S01011751,Kildrum - 02,4d,Hard-pressed flat dwellers,S02002203,Kildrum,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209983 +209983,S00125351,7b3,Endeavouring Flat Dwellers,S01011753,Kildrum - 04,5c,Comfortable neighbourhoods,S02002203,Kildrum,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209984 +209984,S00125400,7b3,Endeavouring Flat Dwellers,S01011667,Airdrie North - 05,4d,Hard-pressed flat dwellers,S02002188,Airdrie North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209985 +209985,S00125403,7b3,Endeavouring Flat Dwellers,S01011666,Airdrie North - 04,4d,Hard-pressed flat dwellers,S02002188,Airdrie North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209986 +209986,S00125406,7b3,Endeavouring Flat Dwellers,S01011669,Drumgelloch - 01,5c,Comfortable neighbourhoods,S02002189,Drumgelloch,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209987 +209987,S00125449,7b3,Endeavouring Flat Dwellers,S01011656,Thrashbush - 02,4d,Hard-pressed flat dwellers,S02002187,Thrashbush,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209988 +209988,S00125483,7b3,Endeavouring Flat Dwellers,S01011583,Coatbridge West - 04,4d,Hard-pressed flat dwellers,S02002173,Coatbridge West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209989 +209989,S00125495,7b3,Endeavouring Flat Dwellers,S01011597,Sunnyside and Cliftonville - 06,4d,Hard-pressed flat dwellers,S02002175,Sunnyside and Cliftonville,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209990 +209990,S00125496,7b3,Endeavouring Flat Dwellers,S01011596,Sunnyside and Cliftonville - 05,4b,Constrained renters,S02002175,Sunnyside and Cliftonville,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209991 +209991,S00125497,7b3,Endeavouring Flat Dwellers,S01011596,Sunnyside and Cliftonville - 05,4b,Constrained renters,S02002175,Sunnyside and Cliftonville,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209992 +209992,S00125499,7b3,Endeavouring Flat Dwellers,S01011595,Sunnyside and Cliftonville - 04,5c,Comfortable neighbourhoods,S02002175,Sunnyside and Cliftonville,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209993 +209993,S00125525,7b3,Endeavouring Flat Dwellers,S01011572,Dundyvan - 04,4d,Hard-pressed flat dwellers,S02002171,Dundyvan,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209994 +209994,S00125529,7b3,Endeavouring Flat Dwellers,S01011573,Dundyvan - 05,5c,Comfortable neighbourhoods,S02002171,Dundyvan,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209995 +209995,S00125560,7b3,Endeavouring Flat Dwellers,S01011474,Motherwell South - 04,4d,Hard-pressed flat dwellers,S02002155,Motherwell South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209996 +209996,S00125582,7b3,Endeavouring Flat Dwellers,S01011368,Muirhouse - 01,8c,Comfortable suburbia,S02002137,Muirhouse,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209997 +209997,S00125626,7b3,Endeavouring Flat Dwellers,S01011461,Clydesdale and New Stevenston - 02,4d,Hard-pressed flat dwellers,S02002153,Clydesdale and New Stevenston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209998 +209998,S00125665,7b3,Endeavouring Flat Dwellers,S01011400,Wishaw North - 01,5c,Comfortable neighbourhoods,S02002142,Wishaw North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,209999 +209999,S00125668,7b3,Endeavouring Flat Dwellers,S01011389,Pather - 02,4d,Hard-pressed flat dwellers,S02002140,Pather,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210000 +210000,S00123982,8b2,Hard-Pressed Rented Terraces,S01011557,Kirkwood and Bargeddie - 05,4a,Challenged white communities,S02002169,Kirkwood and Bargeddie,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210001 +210001,S00123983,8b2,Hard-Pressed Rented Terraces,S01011557,Kirkwood and Bargeddie - 05,4a,Challenged white communities,S02002169,Kirkwood and Bargeddie,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210002 +210002,S00123984,8b2,Hard-Pressed Rented Terraces,S01011557,Kirkwood and Bargeddie - 05,4a,Challenged white communities,S02002169,Kirkwood and Bargeddie,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210003 +210003,S00123985,8b2,Hard-Pressed Rented Terraces,S01011557,Kirkwood and Bargeddie - 05,4a,Challenged white communities,S02002169,Kirkwood and Bargeddie,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210004 +210004,S00123986,8b2,Hard-Pressed Rented Terraces,S01011557,Kirkwood and Bargeddie - 05,4a,Challenged white communities,S02002169,Kirkwood and Bargeddie,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210005 +210005,S00123987,8b2,Hard-Pressed Rented Terraces,S01011561,Kirkwood and Bargeddie - 09,4a,Challenged white communities,S02002169,Kirkwood and Bargeddie,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210006 +210006,S00123991,8b2,Hard-Pressed Rented Terraces,S01011561,Kirkwood and Bargeddie - 09,4a,Challenged white communities,S02002169,Kirkwood and Bargeddie,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210007 +210007,S00124016,8b2,Hard-Pressed Rented Terraces,S01011502,Holytown - 06,4a,Challenged white communities,S02002160,Holytown,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210008 +210008,S00124017,8b2,Hard-Pressed Rented Terraces,S01011502,Holytown - 06,4a,Challenged white communities,S02002160,Holytown,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210009 +210009,S00124018,8b2,Hard-Pressed Rented Terraces,S01011502,Holytown - 06,4a,Challenged white communities,S02002160,Holytown,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210010 +210010,S00124019,8b2,Hard-Pressed Rented Terraces,S01011503,Holytown - 07,4a,Challenged white communities,S02002160,Holytown,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210011 +210011,S00124020,8b2,Hard-Pressed Rented Terraces,S01011502,Holytown - 06,4a,Challenged white communities,S02002160,Holytown,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210012 +210012,S00124021,8b2,Hard-Pressed Rented Terraces,S01011503,Holytown - 07,4a,Challenged white communities,S02002160,Holytown,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210013 +210013,S00124022,8b2,Hard-Pressed Rented Terraces,S01011503,Holytown - 07,4a,Challenged white communities,S02002160,Holytown,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210014 +210014,S00124023,8b2,Hard-Pressed Rented Terraces,S01011502,Holytown - 06,4a,Challenged white communities,S02002160,Holytown,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210015 +210015,S00124813,8b2,Hard-Pressed Rented Terraces,S01011748,Cumbernauld Central - 05,4d,Hard-pressed flat dwellers,S02002202,Cumbernauld Central,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210016 +210016,S00124279,8b2,Hard-Pressed Rented Terraces,S01011419,Newmains - 03,4a,Challenged white communities,S02002145,Newmains,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210017 +210017,S00125816,8b2,Hard-Pressed Rented Terraces,S01011457,Carfin North - 02,4a,Challenged white communities,S02002152,Carfin North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210018 +210018,S00124448,8b2,Hard-Pressed Rented Terraces,S01011407,Wishaw North - 08,5d,Endeavouring social renters,S02002142,Wishaw North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210019 +210019,S00124971,8b2,Hard-Pressed Rented Terraces,S01011737,Greenfaulds - 04,4d,Hard-pressed flat dwellers,S02002200,Greenfaulds,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210020 +210020,S00124623,8b2,Hard-Pressed Rented Terraces,S01011432,Shotts - 03,4a,Challenged white communities,S02002147,Shotts,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210021 +210021,S00125354,8b2,Hard-Pressed Rented Terraces,S01011757,Abronhill South - 03,4a,Challenged white communities,S02002204,Abronhill South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210022 +210022,S00124024,8b2,Hard-Pressed Rented Terraces,S01011503,Holytown - 07,4a,Challenged white communities,S02002160,Holytown,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210023 +210023,S00124047,8b2,Hard-Pressed Rented Terraces,S01011471,Motherwell South - 01,5c,Comfortable neighbourhoods,S02002155,Motherwell South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210024 +210024,S00124061,8b2,Hard-Pressed Rented Terraces,S01011471,Motherwell South - 01,5c,Comfortable neighbourhoods,S02002155,Motherwell South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210025 +210025,S00124064,8b2,Hard-Pressed Rented Terraces,S01011472,Motherwell South - 02,4d,Hard-pressed flat dwellers,S02002155,Motherwell South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210026 +210026,S00124101,8b2,Hard-Pressed Rented Terraces,S01011370,Muirhouse - 03,5c,Comfortable neighbourhoods,S02002137,Muirhouse,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210027 +210027,S00124109,8b2,Hard-Pressed Rented Terraces,S01011369,Muirhouse - 02,4a,Challenged white communities,S02002137,Muirhouse,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210028 +210028,S00124111,8b2,Hard-Pressed Rented Terraces,S01011369,Muirhouse - 02,4a,Challenged white communities,S02002137,Muirhouse,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210029 +210029,S00124141,8b2,Hard-Pressed Rented Terraces,S01011484,Motherwell West - 04,4a,Challenged white communities,S02002157,Motherwell West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210030 +210030,S00124148,8b2,Hard-Pressed Rented Terraces,S01011487,Motherwell North - 02,4a,Challenged white communities,S02002158,Motherwell North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210031 +210031,S00124152,8b2,Hard-Pressed Rented Terraces,S01011485,Motherwell West - 05,4a,Challenged white communities,S02002157,Motherwell West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210032 +210032,S00124153,8b2,Hard-Pressed Rented Terraces,S01011485,Motherwell West - 05,4a,Challenged white communities,S02002157,Motherwell West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210033 +210033,S00124154,8b2,Hard-Pressed Rented Terraces,S01011482,Motherwell West - 02,4a,Challenged white communities,S02002157,Motherwell West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210034 +210034,S00124169,8b2,Hard-Pressed Rented Terraces,S01011485,Motherwell West - 05,4a,Challenged white communities,S02002157,Motherwell West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210035 +210035,S00124179,8b2,Hard-Pressed Rented Terraces,S01011488,Motherwell North - 03,4a,Challenged white communities,S02002158,Motherwell North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210036 +210036,S00124182,8b2,Hard-Pressed Rented Terraces,S01011487,Motherwell North - 02,4a,Challenged white communities,S02002158,Motherwell North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210037 +210037,S00124208,8b2,Hard-Pressed Rented Terraces,S01011470,Carfin and Cleekhimin - 07,4a,Challenged white communities,S02002154,Carfin and Cleekhimin,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210038 +210038,S00124227,8b2,Hard-Pressed Rented Terraces,S01011461,Clydesdale and New Stevenston - 02,4d,Hard-pressed flat dwellers,S02002153,Clydesdale and New Stevenston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210039 +210039,S00124228,8b2,Hard-Pressed Rented Terraces,S01011461,Clydesdale and New Stevenston - 02,4d,Hard-pressed flat dwellers,S02002153,Clydesdale and New Stevenston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210040 +210040,S00124230,8b2,Hard-Pressed Rented Terraces,S01011460,Clydesdale and New Stevenston - 01,4a,Challenged white communities,S02002153,Clydesdale and New Stevenston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210041 +210041,S00124231,8b2,Hard-Pressed Rented Terraces,S01011461,Clydesdale and New Stevenston - 02,4d,Hard-pressed flat dwellers,S02002153,Clydesdale and New Stevenston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210042 +210042,S00124237,8b2,Hard-Pressed Rented Terraces,S01011456,Carfin North - 01,4a,Challenged white communities,S02002152,Carfin North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210043 +210043,S00124240,8b2,Hard-Pressed Rented Terraces,S01011456,Carfin North - 01,4a,Challenged white communities,S02002152,Carfin North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210044 +210044,S00124241,8b2,Hard-Pressed Rented Terraces,S01011457,Carfin North - 02,4a,Challenged white communities,S02002152,Carfin North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210045 +210045,S00124242,8b2,Hard-Pressed Rented Terraces,S01011457,Carfin North - 02,4a,Challenged white communities,S02002152,Carfin North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210046 +210046,S00124244,8b2,Hard-Pressed Rented Terraces,S01011457,Carfin North - 02,4a,Challenged white communities,S02002152,Carfin North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210047 +210047,S00124246,8b2,Hard-Pressed Rented Terraces,S01011457,Carfin North - 02,4a,Challenged white communities,S02002152,Carfin North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210048 +210048,S00124250,8b2,Hard-Pressed Rented Terraces,S01011455,Newarthill - 04,4a,Challenged white communities,S02002151,Newarthill,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210049 +210049,S00124255,8b2,Hard-Pressed Rented Terraces,S01011454,Newarthill - 03,4a,Challenged white communities,S02002151,Newarthill,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210050 +210050,S00124256,8b2,Hard-Pressed Rented Terraces,S01011454,Newarthill - 03,4a,Challenged white communities,S02002151,Newarthill,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210051 +210051,S00124258,8b2,Hard-Pressed Rented Terraces,S01011454,Newarthill - 03,4a,Challenged white communities,S02002151,Newarthill,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210052 +210052,S00124262,8b2,Hard-Pressed Rented Terraces,S01011452,Newarthill - 01,5c,Comfortable neighbourhoods,S02002151,Newarthill,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210053 +210053,S00124264,8b2,Hard-Pressed Rented Terraces,S01011453,Newarthill - 02,4a,Challenged white communities,S02002151,Newarthill,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210054 +210054,S00124270,8b2,Hard-Pressed Rented Terraces,S01011417,Newmains - 01,5c,Comfortable neighbourhoods,S02002145,Newmains,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210055 +210055,S00124277,8b2,Hard-Pressed Rented Terraces,S01011418,Newmains - 02,4a,Challenged white communities,S02002145,Newmains,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210056 +210056,S00124278,8b2,Hard-Pressed Rented Terraces,S01011419,Newmains - 03,4a,Challenged white communities,S02002145,Newmains,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210057 +210057,S00124280,8b2,Hard-Pressed Rented Terraces,S01011420,Newmains - 04,4a,Challenged white communities,S02002145,Newmains,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210058 +210058,S00124630,8b2,Hard-Pressed Rented Terraces,S01011433,Shotts - 04,4a,Challenged white communities,S02002147,Shotts,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210059 +210059,S00124292,8b2,Hard-Pressed Rented Terraces,S01011424,Newmains - 08,4a,Challenged white communities,S02002145,Newmains,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210060 +210060,S00124302,8b2,Hard-Pressed Rented Terraces,S01011545,Viewpark - 07,4a,Challenged white communities,S02002167,Viewpark,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210061 +210061,S00124632,8b2,Hard-Pressed Rented Terraces,S01011434,Shotts - 05,5c,Comfortable neighbourhoods,S02002147,Shotts,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210062 +210062,S00125357,8b2,Hard-Pressed Rented Terraces,S01011731,Condorrat - 04,5d,Endeavouring social renters,S02002199,Condorrat,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210063 +210063,S00124303,8b2,Hard-Pressed Rented Terraces,S01011545,Viewpark - 07,4a,Challenged white communities,S02002167,Viewpark,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210064 +210064,S00124635,8b2,Hard-Pressed Rented Terraces,S01011439,Harthill and Salsburgh - 01,5d,Endeavouring social renters,S02002149,Harthill and Salsburgh,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210065 +210065,S00124304,8b2,Hard-Pressed Rented Terraces,S01011539,Viewpark - 01,4a,Challenged white communities,S02002167,Viewpark,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210066 +210066,S00125817,8b2,Hard-Pressed Rented Terraces,S01011457,Carfin North - 02,4a,Challenged white communities,S02002152,Carfin North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210067 +210067,S00124449,8b2,Hard-Pressed Rented Terraces,S01011407,Wishaw North - 08,5d,Endeavouring social renters,S02002142,Wishaw North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210068 +210068,S00125359,8b2,Hard-Pressed Rented Terraces,S01011733,Condorrat - 06,5d,Endeavouring social renters,S02002199,Condorrat,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210069 +210069,S00124636,8b2,Hard-Pressed Rented Terraces,S01011433,Shotts - 04,4a,Challenged white communities,S02002147,Shotts,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210070 +210070,S00124308,8b2,Hard-Pressed Rented Terraces,S01011539,Viewpark - 01,4a,Challenged white communities,S02002167,Viewpark,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210071 +210071,S00124814,8b2,Hard-Pressed Rented Terraces,S01011747,Cumbernauld Central - 04,4d,Hard-pressed flat dwellers,S02002202,Cumbernauld Central,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210072 +210072,S00125908,8b2,Hard-Pressed Rented Terraces,S01011568,Kirkshaws - 07,5d,Endeavouring social renters,S02002170,Kirkshaws,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210073 +210073,S00125360,8b2,Hard-Pressed Rented Terraces,S01011733,Condorrat - 06,5d,Endeavouring social renters,S02002199,Condorrat,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210074 +210074,S00124450,8b2,Hard-Pressed Rented Terraces,S01011407,Wishaw North - 08,5d,Endeavouring social renters,S02002142,Wishaw North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210075 +210075,S00124647,8b2,Hard-Pressed Rented Terraces,S01011438,Stane - 04,4d,Hard-pressed flat dwellers,S02002148,Stane,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210076 +210076,S00124309,8b2,Hard-Pressed Rented Terraces,S01011545,Viewpark - 07,4a,Challenged white communities,S02002167,Viewpark,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210077 +210077,S00124310,8b2,Hard-Pressed Rented Terraces,S01011540,Viewpark - 02,4a,Challenged white communities,S02002167,Viewpark,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210078 +210078,S00124311,8b2,Hard-Pressed Rented Terraces,S01011540,Viewpark - 02,4a,Challenged white communities,S02002167,Viewpark,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210079 +210079,S00124314,8b2,Hard-Pressed Rented Terraces,S01011540,Viewpark - 02,4a,Challenged white communities,S02002167,Viewpark,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210080 +210080,S00124315,8b2,Hard-Pressed Rented Terraces,S01011541,Viewpark - 03,4a,Challenged white communities,S02002167,Viewpark,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210081 +210081,S00124316,8b2,Hard-Pressed Rented Terraces,S01011540,Viewpark - 02,4a,Challenged white communities,S02002167,Viewpark,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210082 +210082,S00124317,8b2,Hard-Pressed Rented Terraces,S01011542,Viewpark - 04,4a,Challenged white communities,S02002167,Viewpark,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210083 +210083,S00124318,8b2,Hard-Pressed Rented Terraces,S01011540,Viewpark - 02,4a,Challenged white communities,S02002167,Viewpark,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210084 +210084,S00124319,8b2,Hard-Pressed Rented Terraces,S01011540,Viewpark - 02,4a,Challenged white communities,S02002167,Viewpark,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210085 +210085,S00124320,8b2,Hard-Pressed Rented Terraces,S01011541,Viewpark - 03,4a,Challenged white communities,S02002167,Viewpark,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210086 +210086,S00124323,8b2,Hard-Pressed Rented Terraces,S01011544,Viewpark - 06,4a,Challenged white communities,S02002167,Viewpark,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210087 +210087,S00124324,8b2,Hard-Pressed Rented Terraces,S01011544,Viewpark - 06,4a,Challenged white communities,S02002167,Viewpark,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210088 +210088,S00124325,8b2,Hard-Pressed Rented Terraces,S01011544,Viewpark - 06,4a,Challenged white communities,S02002167,Viewpark,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210089 +210089,S00124326,8b2,Hard-Pressed Rented Terraces,S01011544,Viewpark - 06,4a,Challenged white communities,S02002167,Viewpark,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210090 +210090,S00124327,8b2,Hard-Pressed Rented Terraces,S01011544,Viewpark - 06,4a,Challenged white communities,S02002167,Viewpark,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210091 +210091,S00124328,8b2,Hard-Pressed Rented Terraces,S01011545,Viewpark - 07,4a,Challenged white communities,S02002167,Viewpark,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210092 +210092,S00124329,8b2,Hard-Pressed Rented Terraces,S01011545,Viewpark - 07,4a,Challenged white communities,S02002167,Viewpark,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210093 +210093,S00124330,8b2,Hard-Pressed Rented Terraces,S01011543,Viewpark - 05,4a,Challenged white communities,S02002167,Viewpark,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210094 +210094,S00124331,8b2,Hard-Pressed Rented Terraces,S01011543,Viewpark - 05,4a,Challenged white communities,S02002167,Viewpark,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210095 +210095,S00124332,8b2,Hard-Pressed Rented Terraces,S01011543,Viewpark - 05,4a,Challenged white communities,S02002167,Viewpark,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210096 +210096,S00124333,8b2,Hard-Pressed Rented Terraces,S01011543,Viewpark - 05,4a,Challenged white communities,S02002167,Viewpark,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210097 +210097,S00124334,8b2,Hard-Pressed Rented Terraces,S01011543,Viewpark - 05,4a,Challenged white communities,S02002167,Viewpark,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210098 +210098,S00124335,8b2,Hard-Pressed Rented Terraces,S01011541,Viewpark - 03,4a,Challenged white communities,S02002167,Viewpark,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210099 +210099,S00124338,8b2,Hard-Pressed Rented Terraces,S01011543,Viewpark - 05,4a,Challenged white communities,S02002167,Viewpark,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210100 +210100,S00124339,8b2,Hard-Pressed Rented Terraces,S01011541,Viewpark - 03,4a,Challenged white communities,S02002167,Viewpark,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210101 +210101,S00124340,8b2,Hard-Pressed Rented Terraces,S01011541,Viewpark - 03,4a,Challenged white communities,S02002167,Viewpark,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210102 +210102,S00124341,8b2,Hard-Pressed Rented Terraces,S01011542,Viewpark - 04,4a,Challenged white communities,S02002167,Viewpark,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210103 +210103,S00124342,8b2,Hard-Pressed Rented Terraces,S01011542,Viewpark - 04,4a,Challenged white communities,S02002167,Viewpark,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210104 +210104,S00124343,8b2,Hard-Pressed Rented Terraces,S01011542,Viewpark - 04,4a,Challenged white communities,S02002167,Viewpark,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210105 +210105,S00124344,8b2,Hard-Pressed Rented Terraces,S01011542,Viewpark - 04,4a,Challenged white communities,S02002167,Viewpark,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210106 +210106,S00124345,8b2,Hard-Pressed Rented Terraces,S01011542,Viewpark - 04,4a,Challenged white communities,S02002167,Viewpark,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210107 +210107,S00124346,8b2,Hard-Pressed Rented Terraces,S01011542,Viewpark - 04,4a,Challenged white communities,S02002167,Viewpark,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210108 +210108,S00124347,8b2,Hard-Pressed Rented Terraces,S01011548,Birkenshaw - 03,5d,Endeavouring social renters,S02002168,Birkenshaw,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210109 +210109,S00124348,8b2,Hard-Pressed Rented Terraces,S01011548,Birkenshaw - 03,5d,Endeavouring social renters,S02002168,Birkenshaw,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210110 +210110,S00124349,8b2,Hard-Pressed Rented Terraces,S01011552,Birkenshaw - 07,5d,Endeavouring social renters,S02002168,Birkenshaw,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210111 +210111,S00124351,8b2,Hard-Pressed Rented Terraces,S01011552,Birkenshaw - 07,5d,Endeavouring social renters,S02002168,Birkenshaw,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210112 +210112,S00124362,8b2,Hard-Pressed Rented Terraces,S01011548,Birkenshaw - 03,5d,Endeavouring social renters,S02002168,Birkenshaw,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210113 +210113,S00124363,8b2,Hard-Pressed Rented Terraces,S01011548,Birkenshaw - 03,5d,Endeavouring social renters,S02002168,Birkenshaw,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210114 +210114,S00124366,8b2,Hard-Pressed Rented Terraces,S01011548,Birkenshaw - 03,5d,Endeavouring social renters,S02002168,Birkenshaw,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210115 +210115,S00124368,8b2,Hard-Pressed Rented Terraces,S01011549,Birkenshaw - 04,5d,Endeavouring social renters,S02002168,Birkenshaw,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210116 +210116,S00124379,8b2,Hard-Pressed Rented Terraces,S01011535,Fallside - 04,4d,Hard-pressed flat dwellers,S02002166,Fallside,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210117 +210117,S00124398,8b2,Hard-Pressed Rented Terraces,S01011383,Craigneuk Wishaw - 02,4d,Hard-pressed flat dwellers,S02002139,Craigneuk Wishaw,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210118 +210118,S00124411,8b2,Hard-Pressed Rented Terraces,S01011387,Craigneuk Wishaw - 06,4d,Hard-pressed flat dwellers,S02002139,Craigneuk Wishaw,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210119 +210119,S00124815,8b2,Hard-Pressed Rented Terraces,S01011747,Cumbernauld Central - 04,4d,Hard-pressed flat dwellers,S02002202,Cumbernauld Central,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210120 +210120,S00124451,8b2,Hard-Pressed Rented Terraces,S01011406,Wishaw North - 07,5d,Endeavouring social renters,S02002142,Wishaw North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210121 +210121,S00124649,8b2,Hard-Pressed Rented Terraces,S01011437,Stane - 03,4a,Challenged white communities,S02002148,Stane,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210122 +210122,S00125361,8b2,Hard-Pressed Rented Terraces,S01011733,Condorrat - 06,5d,Endeavouring social renters,S02002199,Condorrat,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210123 +210123,S00125909,8b2,Hard-Pressed Rented Terraces,S01011568,Kirkshaws - 07,5d,Endeavouring social renters,S02002170,Kirkshaws,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210124 +210124,S00124816,8b2,Hard-Pressed Rented Terraces,S01011747,Cumbernauld Central - 04,4d,Hard-pressed flat dwellers,S02002202,Cumbernauld Central,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210125 +210125,S00124454,8b2,Hard-Pressed Rented Terraces,S01011406,Wishaw North - 07,5d,Endeavouring social renters,S02002142,Wishaw North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210126 +210126,S00125910,8b2,Hard-Pressed Rented Terraces,S01011568,Kirkshaws - 07,5d,Endeavouring social renters,S02002170,Kirkshaws,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210127 +210127,S00125365,8b2,Hard-Pressed Rented Terraces,S01011785,Balloch East - 04,5d,Endeavouring social renters,S02002209,Balloch East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210128 +210128,S00124821,8b2,Hard-Pressed Rented Terraces,S01011750,Kildrum - 01,4a,Challenged white communities,S02002203,Kildrum,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210129 +210129,S00124655,8b2,Hard-Pressed Rented Terraces,S01011436,Stane - 02,4a,Challenged white communities,S02002148,Stane,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210130 +210130,S00124455,8b2,Hard-Pressed Rented Terraces,S01011406,Wishaw North - 07,5d,Endeavouring social renters,S02002142,Wishaw North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210131 +210131,S00123103,6a1,Indian Tech Achievers,S01011696,Cardowan and Millerston - 01,8c,Comfortable suburbia,S02002193,Cardowan and Millerston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210132 +210132,S00123295,6a1,Indian Tech Achievers,S01011553,Kirkwood and Bargeddie - 01,8c,Comfortable suburbia,S02002169,Kirkwood and Bargeddie,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210133 +210133,S00124163,6a1,Indian Tech Achievers,S01011481,Motherwell West - 01,5c,Comfortable neighbourhoods,S02002157,Motherwell West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210134 +210134,S00125020,6a1,Indian Tech Achievers,S01011772,Carrickstone - 02,8c,Comfortable suburbia,S02002207,Carrickstone,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210135 +210135,S00125886,6a1,Indian Tech Achievers,S01011788,Kilsyth East and Croy - 03,8c,Comfortable suburbia,S02002210,Kilsyth East and Croy,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210136 +210136,S00123190,8a2,Industrious Hardship,S01011709,Moodiesburn West - 01,5c,Comfortable neighbourhoods,S02002196,Moodiesburn West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210137 +210137,S00123206,8a2,Industrious Hardship,S01011702,Stepps - 02,5c,Comfortable neighbourhoods,S02002194,Stepps,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210138 +210138,S00123208,8a2,Industrious Hardship,S01011702,Stepps - 02,5c,Comfortable neighbourhoods,S02002194,Stepps,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210139 +210139,S00123261,8a2,Industrious Hardship,S01011713,Moodiesburn West - 05,5c,Comfortable neighbourhoods,S02002196,Moodiesburn West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210140 +210140,S00123282,8a2,Industrious Hardship,S01011789,Kilsyth East and Croy - 04,2d,Rural traits,S02002210,Kilsyth East and Croy,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210141 +210141,S00123405,8a2,Industrious Hardship,S01011674,Drumgelloch - 06,5c,Comfortable neighbourhoods,S02002189,Drumgelloch,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210142 +210142,S00123408,8a2,Industrious Hardship,S01011674,Drumgelloch - 06,5c,Comfortable neighbourhoods,S02002189,Drumgelloch,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210143 +210143,S00123430,8a2,Industrious Hardship,S01011625,Craigneuk Airdrie - 01,4a,Challenged white communities,S02002182,Craigneuk Airdrie,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210144 +210144,S00123433,8a2,Industrious Hardship,S01011630,Petersburn - 01,5d,Endeavouring social renters,S02002183,Petersburn,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210145 +210145,S00123512,8a2,Industrious Hardship,S01011653,Coatdyke and Whinhall - 06,4a,Challenged white communities,S02002186,Coatdyke and Whinhall,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210146 +210146,S00123594,8a2,Industrious Hardship,S01011522,Bellshill South - 04,4d,Hard-pressed flat dwellers,S02002163,Bellshill South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210147 +210147,S00123612,8a2,Industrious Hardship,S01011517,Orbiston - 06,4a,Challenged white communities,S02002162,Orbiston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210148 +210148,S00123658,8a2,Industrious Hardship,S01011507,Milnwood - 03,4a,Challenged white communities,S02002161,Milnwood,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210149 +210149,S00123664,8a2,Industrious Hardship,S01011507,Milnwood - 03,4a,Challenged white communities,S02002161,Milnwood,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210150 +210150,S00123782,8a2,Industrious Hardship,S01011589,Townhead - 05,5d,Endeavouring social renters,S02002174,Townhead,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210151 +210151,S00123787,8a2,Industrious Hardship,S01011588,Townhead - 04,4a,Challenged white communities,S02002174,Townhead,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210152 +210152,S00123790,8a2,Industrious Hardship,S01011590,Townhead - 06,4a,Challenged white communities,S02002174,Townhead,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210153 +210153,S00123795,8a2,Industrious Hardship,S01011591,Townhead - 07,4a,Challenged white communities,S02002174,Townhead,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210154 +210154,S00123971,8a2,Industrious Hardship,S01011558,Kirkwood and Bargeddie - 06,4a,Challenged white communities,S02002169,Kirkwood and Bargeddie,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210155 +210155,S00123999,8a2,Industrious Hardship,S01011500,Holytown - 04,4a,Challenged white communities,S02002160,Holytown,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210156 +210156,S00124110,8a2,Industrious Hardship,S01011369,Muirhouse - 02,4a,Challenged white communities,S02002137,Muirhouse,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210157 +210157,S00124239,8a2,Industrious Hardship,S01011458,Carfin North - 03,8c,Comfortable suburbia,S02002152,Carfin North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210158 +210158,S00124247,8a2,Industrious Hardship,S01011456,Carfin North - 01,4a,Challenged white communities,S02002152,Carfin North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210159 +210159,S00124248,8a2,Industrious Hardship,S01011454,Newarthill - 03,4a,Challenged white communities,S02002151,Newarthill,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210160 +210160,S00124249,8a2,Industrious Hardship,S01011455,Newarthill - 04,4a,Challenged white communities,S02002151,Newarthill,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210161 +210161,S00124251,8a2,Industrious Hardship,S01011456,Carfin North - 01,4a,Challenged white communities,S02002152,Carfin North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210162 +210162,S00124289,8a2,Industrious Hardship,S01011422,Newmains - 06,4a,Challenged white communities,S02002145,Newmains,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210163 +210163,S00124290,8a2,Industrious Hardship,S01011422,Newmains - 06,4a,Challenged white communities,S02002145,Newmains,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210164 +210164,S00124352,8a2,Industrious Hardship,S01011552,Birkenshaw - 07,5d,Endeavouring social renters,S02002168,Birkenshaw,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210165 +210165,S00124371,8a2,Industrious Hardship,S01011549,Birkenshaw - 04,5d,Endeavouring social renters,S02002168,Birkenshaw,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210166 +210166,S00124382,8a2,Industrious Hardship,S01011534,Fallside - 03,5c,Comfortable neighbourhoods,S02002166,Fallside,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210167 +210167,S00124506,8a2,Industrious Hardship,S01011414,Wishaw East - 02,4a,Challenged white communities,S02002144,Wishaw East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210168 +210168,S00124508,8a2,Industrious Hardship,S01011415,Wishaw East - 03,5c,Comfortable neighbourhoods,S02002144,Wishaw East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210169 +210169,S00124517,8a2,Industrious Hardship,S01011405,Wishaw North - 06,5c,Comfortable neighbourhoods,S02002142,Wishaw North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210170 +210170,S00124596,8a2,Industrious Hardship,S01011447,Cleland - 01,4a,Challenged white communities,S02002150,Cleland,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210171 +210171,S00124598,8a2,Industrious Hardship,S01011447,Cleland - 01,4a,Challenged white communities,S02002150,Cleland,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210172 +210172,S00124619,8a2,Industrious Hardship,S01011439,Harthill and Salsburgh - 01,5d,Endeavouring social renters,S02002149,Harthill and Salsburgh,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210173 +210173,S00124627,8a2,Industrious Hardship,S01011431,Shotts - 02,4a,Challenged white communities,S02002147,Shotts,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210174 +210174,S00124690,8a2,Industrious Hardship,S01011675,Caldercruix and Plains - 01,5d,Endeavouring social renters,S02002190,Caldercruix and Plains,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210175 +210175,S00124963,8a2,Industrious Hardship,S01011734,Greenfaulds - 01,5c,Comfortable neighbourhoods,S02002200,Greenfaulds,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210176 +210176,S00124828,8b2,Hard-Pressed Rented Terraces,S01011752,Kildrum - 03,4a,Challenged white communities,S02002203,Kildrum,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210177 +210177,S00124833,8b2,Hard-Pressed Rented Terraces,S01011754,Kildrum - 05,4a,Challenged white communities,S02002203,Kildrum,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210178 +210178,S00124834,8b2,Hard-Pressed Rented Terraces,S01011754,Kildrum - 05,4a,Challenged white communities,S02002203,Kildrum,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210179 +210179,S00124835,8b2,Hard-Pressed Rented Terraces,S01011751,Kildrum - 02,4d,Hard-pressed flat dwellers,S02002203,Kildrum,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210180 +210180,S00124836,8b2,Hard-Pressed Rented Terraces,S01011750,Kildrum - 01,4a,Challenged white communities,S02002203,Kildrum,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210181 +210181,S00124838,8b2,Hard-Pressed Rented Terraces,S01011754,Kildrum - 05,4a,Challenged white communities,S02002203,Kildrum,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210182 +210182,S00124849,8b2,Hard-Pressed Rented Terraces,S01011752,Kildrum - 03,4a,Challenged white communities,S02002203,Kildrum,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210183 +210183,S00124864,8b2,Hard-Pressed Rented Terraces,S01011755,Abronhill South - 01,4a,Challenged white communities,S02002204,Abronhill South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210184 +210184,S00124868,8b2,Hard-Pressed Rented Terraces,S01011756,Abronhill South - 02,4a,Challenged white communities,S02002204,Abronhill South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210185 +210185,S00124871,8b2,Hard-Pressed Rented Terraces,S01011756,Abronhill South - 02,4a,Challenged white communities,S02002204,Abronhill South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210186 +210186,S00124877,8b2,Hard-Pressed Rented Terraces,S01011757,Abronhill South - 03,4a,Challenged white communities,S02002204,Abronhill South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210187 +210187,S00124667,8b2,Hard-Pressed Rented Terraces,S01011444,Harthill and Salsburgh - 06,4a,Challenged white communities,S02002149,Harthill and Salsburgh,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210188 +210188,S00124880,8b2,Hard-Pressed Rented Terraces,S01011758,Abronhill South - 04,4a,Challenged white communities,S02002204,Abronhill South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210189 +210189,S00124881,8b2,Hard-Pressed Rented Terraces,S01011759,Abronhill South - 05,5d,Endeavouring social renters,S02002204,Abronhill South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210190 +210190,S00124883,8b2,Hard-Pressed Rented Terraces,S01011758,Abronhill South - 04,4a,Challenged white communities,S02002204,Abronhill South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210191 +210191,S00124884,8b2,Hard-Pressed Rented Terraces,S01011759,Abronhill South - 05,5d,Endeavouring social renters,S02002204,Abronhill South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210192 +210192,S00124885,8b2,Hard-Pressed Rented Terraces,S01011759,Abronhill South - 05,5d,Endeavouring social renters,S02002204,Abronhill South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210193 +210193,S00124888,8b2,Hard-Pressed Rented Terraces,S01011759,Abronhill South - 05,5d,Endeavouring social renters,S02002204,Abronhill South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210194 +210194,S00124889,8b2,Hard-Pressed Rented Terraces,S01011757,Abronhill South - 03,4a,Challenged white communities,S02002204,Abronhill South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210195 +210195,S00124892,8b2,Hard-Pressed Rented Terraces,S01011761,Abronhill North - 02,4a,Challenged white communities,S02002205,Abronhill North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210196 +210196,S00124893,8b2,Hard-Pressed Rented Terraces,S01011761,Abronhill North - 02,4a,Challenged white communities,S02002205,Abronhill North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210197 +210197,S00124907,8b2,Hard-Pressed Rented Terraces,S01011763,Abronhill North - 04,4a,Challenged white communities,S02002205,Abronhill North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210198 +210198,S00124908,8b2,Hard-Pressed Rented Terraces,S01011763,Abronhill North - 04,4a,Challenged white communities,S02002205,Abronhill North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210199 +210199,S00125366,8b2,Hard-Pressed Rented Terraces,S01011785,Balloch East - 04,5d,Endeavouring social renters,S02002209,Balloch East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210200 +210200,S00124456,8b2,Hard-Pressed Rented Terraces,S01011407,Wishaw North - 08,5d,Endeavouring social renters,S02002142,Wishaw North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210201 +210201,S00124909,8b2,Hard-Pressed Rented Terraces,S01011760,Abronhill North - 01,4a,Challenged white communities,S02002205,Abronhill North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210202 +210202,S00124910,8b2,Hard-Pressed Rented Terraces,S01011760,Abronhill North - 01,4a,Challenged white communities,S02002205,Abronhill North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210203 +210203,S00124914,8b2,Hard-Pressed Rented Terraces,S01011759,Abronhill South - 05,5d,Endeavouring social renters,S02002204,Abronhill South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210204 +210204,S00124916,8b2,Hard-Pressed Rented Terraces,S01011759,Abronhill South - 05,5d,Endeavouring social renters,S02002204,Abronhill South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210205 +210205,S00124917,8b2,Hard-Pressed Rented Terraces,S01011764,Abronhill North - 05,5d,Endeavouring social renters,S02002205,Abronhill North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210206 +210206,S00124918,8b2,Hard-Pressed Rented Terraces,S01011764,Abronhill North - 05,5d,Endeavouring social renters,S02002205,Abronhill North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210207 +210207,S00124919,8b2,Hard-Pressed Rented Terraces,S01011764,Abronhill North - 05,5d,Endeavouring social renters,S02002205,Abronhill North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210208 +210208,S00124920,8b2,Hard-Pressed Rented Terraces,S01011763,Abronhill North - 04,4a,Challenged white communities,S02002205,Abronhill North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210209 +210209,S00124921,8b2,Hard-Pressed Rented Terraces,S01011763,Abronhill North - 04,4a,Challenged white communities,S02002205,Abronhill North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210210 +210210,S00124922,8b2,Hard-Pressed Rented Terraces,S01011763,Abronhill North - 04,4a,Challenged white communities,S02002205,Abronhill North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210211 +210211,S00124934,8b2,Hard-Pressed Rented Terraces,S01011731,Condorrat - 04,5d,Endeavouring social renters,S02002199,Condorrat,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210212 +210212,S00124935,8b2,Hard-Pressed Rented Terraces,S01011731,Condorrat - 04,5d,Endeavouring social renters,S02002199,Condorrat,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210213 +210213,S00124937,8b2,Hard-Pressed Rented Terraces,S01011731,Condorrat - 04,5d,Endeavouring social renters,S02002199,Condorrat,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210214 +210214,S00124938,8b2,Hard-Pressed Rented Terraces,S01011731,Condorrat - 04,5d,Endeavouring social renters,S02002199,Condorrat,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210215 +210215,S00124939,8b2,Hard-Pressed Rented Terraces,S01011729,Condorrat - 02,4a,Challenged white communities,S02002199,Condorrat,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210216 +210216,S00124943,8b2,Hard-Pressed Rented Terraces,S01011728,Condorrat - 01,5c,Comfortable neighbourhoods,S02002199,Condorrat,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210217 +210217,S00124946,8b2,Hard-Pressed Rented Terraces,S01011728,Condorrat - 01,5c,Comfortable neighbourhoods,S02002199,Condorrat,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210218 +210218,S00124947,8b2,Hard-Pressed Rented Terraces,S01011733,Condorrat - 06,5d,Endeavouring social renters,S02002199,Condorrat,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210219 +210219,S00124949,8b2,Hard-Pressed Rented Terraces,S01011728,Condorrat - 01,5c,Comfortable neighbourhoods,S02002199,Condorrat,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210220 +210220,S00124950,8b2,Hard-Pressed Rented Terraces,S01011733,Condorrat - 06,5d,Endeavouring social renters,S02002199,Condorrat,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210221 +210221,S00124957,8b2,Hard-Pressed Rented Terraces,S01011733,Condorrat - 06,5d,Endeavouring social renters,S02002199,Condorrat,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210222 +210222,S00124960,8b2,Hard-Pressed Rented Terraces,S01011728,Condorrat - 01,5c,Comfortable neighbourhoods,S02002199,Condorrat,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210223 +210223,S00124961,8b2,Hard-Pressed Rented Terraces,S01011735,Greenfaulds - 02,8c,Comfortable suburbia,S02002200,Greenfaulds,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210224 +210224,S00124457,8b2,Hard-Pressed Rented Terraces,S01011407,Wishaw North - 08,5d,Endeavouring social renters,S02002142,Wishaw North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210225 +210225,S00124672,8b2,Hard-Pressed Rented Terraces,S01011440,Harthill and Salsburgh - 02,4a,Challenged white communities,S02002149,Harthill and Salsburgh,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210226 +210226,S00125411,8b2,Hard-Pressed Rented Terraces,S01011633,Petersburn - 04,4a,Challenged white communities,S02002183,Petersburn,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210227 +210227,S00124673,8b2,Hard-Pressed Rented Terraces,S01011440,Harthill and Salsburgh - 02,4a,Challenged white communities,S02002149,Harthill and Salsburgh,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210228 +210228,S00124677,8b2,Hard-Pressed Rented Terraces,S01011441,Harthill and Salsburgh - 03,4a,Challenged white communities,S02002149,Harthill and Salsburgh,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210229 +210229,S00125412,8b2,Hard-Pressed Rented Terraces,S01011632,Petersburn - 03,4a,Challenged white communities,S02002183,Petersburn,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210230 +210230,S00124686,8b2,Hard-Pressed Rented Terraces,S01011442,Harthill and Salsburgh - 04,4a,Challenged white communities,S02002149,Harthill and Salsburgh,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210231 +210231,S00125413,8b2,Hard-Pressed Rented Terraces,S01011633,Petersburn - 04,4a,Challenged white communities,S02002183,Petersburn,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210232 +210232,S00124458,8b2,Hard-Pressed Rented Terraces,S01011407,Wishaw North - 08,5d,Endeavouring social renters,S02002142,Wishaw North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210233 +210233,S00124692,8b2,Hard-Pressed Rented Terraces,S01011675,Caldercruix and Plains - 01,5d,Endeavouring social renters,S02002190,Caldercruix and Plains,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210234 +210234,S00125422,8b2,Hard-Pressed Rented Terraces,S01011644,Cairnhill - 04,5c,Comfortable neighbourhoods,S02002185,Cairnhill,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210235 +210235,S00124459,8b2,Hard-Pressed Rented Terraces,S01011407,Wishaw North - 08,5d,Endeavouring social renters,S02002142,Wishaw North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210236 +210236,S00124460,8b2,Hard-Pressed Rented Terraces,S01011411,Coltness - 04,4a,Challenged white communities,S02002143,Coltness,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210237 +210237,S00124461,8b2,Hard-Pressed Rented Terraces,S01011411,Coltness - 04,4a,Challenged white communities,S02002143,Coltness,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210238 +210238,S00124462,8b2,Hard-Pressed Rented Terraces,S01011410,Coltness - 03,5d,Endeavouring social renters,S02002143,Coltness,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210239 +210239,S00124464,8b2,Hard-Pressed Rented Terraces,S01011410,Coltness - 03,5d,Endeavouring social renters,S02002143,Coltness,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210240 +210240,S00124465,8b2,Hard-Pressed Rented Terraces,S01011411,Coltness - 04,4a,Challenged white communities,S02002143,Coltness,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210241 +210241,S00124470,8b2,Hard-Pressed Rented Terraces,S01011393,Wishaw South - 01,5c,Comfortable neighbourhoods,S02002141,Wishaw South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210242 +210242,S00124497,8b2,Hard-Pressed Rented Terraces,S01011414,Wishaw East - 02,4a,Challenged white communities,S02002144,Wishaw East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210243 +210243,S00124519,8b2,Hard-Pressed Rented Terraces,S01011408,Coltness - 01,4a,Challenged white communities,S02002143,Coltness,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210244 +210244,S00124520,8b2,Hard-Pressed Rented Terraces,S01011408,Coltness - 01,4a,Challenged white communities,S02002143,Coltness,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210245 +210245,S00124521,8b2,Hard-Pressed Rented Terraces,S01011408,Coltness - 01,4a,Challenged white communities,S02002143,Coltness,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210246 +210246,S00124522,8b2,Hard-Pressed Rented Terraces,S01011408,Coltness - 01,4a,Challenged white communities,S02002143,Coltness,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210247 +210247,S00124523,8b2,Hard-Pressed Rented Terraces,S01011409,Coltness - 02,4a,Challenged white communities,S02002143,Coltness,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210248 +210248,S00124527,8b2,Hard-Pressed Rented Terraces,S01011409,Coltness - 02,4a,Challenged white communities,S02002143,Coltness,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210249 +210249,S00124532,8b2,Hard-Pressed Rented Terraces,S01011411,Coltness - 04,4a,Challenged white communities,S02002143,Coltness,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210250 +210250,S00124533,8b2,Hard-Pressed Rented Terraces,S01011411,Coltness - 04,4a,Challenged white communities,S02002143,Coltness,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210251 +210251,S00124540,8b2,Hard-Pressed Rented Terraces,S01011367,Netherton and Kirkhill - 05,4a,Challenged white communities,S02002136,Netherton and Kirkhill,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210252 +210252,S00124541,8b2,Hard-Pressed Rented Terraces,S01011369,Muirhouse - 02,4a,Challenged white communities,S02002137,Muirhouse,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210253 +210253,S00124542,8b2,Hard-Pressed Rented Terraces,S01011367,Netherton and Kirkhill - 05,4a,Challenged white communities,S02002136,Netherton and Kirkhill,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210254 +210254,S00124544,8b2,Hard-Pressed Rented Terraces,S01011367,Netherton and Kirkhill - 05,4a,Challenged white communities,S02002136,Netherton and Kirkhill,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210255 +210255,S00124545,8b2,Hard-Pressed Rented Terraces,S01011367,Netherton and Kirkhill - 05,4a,Challenged white communities,S02002136,Netherton and Kirkhill,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210256 +210256,S00124551,8b2,Hard-Pressed Rented Terraces,S01011366,Netherton and Kirkhill - 04,4d,Hard-pressed flat dwellers,S02002136,Netherton and Kirkhill,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210257 +210257,S00124553,8b2,Hard-Pressed Rented Terraces,S01011364,Netherton and Kirkhill - 02,5d,Endeavouring social renters,S02002136,Netherton and Kirkhill,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210258 +210258,S00124554,8b2,Hard-Pressed Rented Terraces,S01011364,Netherton and Kirkhill - 02,5d,Endeavouring social renters,S02002136,Netherton and Kirkhill,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210259 +210259,S00124568,8b2,Hard-Pressed Rented Terraces,S01011390,Pather - 03,4a,Challenged white communities,S02002140,Pather,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210260 +210260,S00124573,8b2,Hard-Pressed Rented Terraces,S01011391,Pather - 04,4a,Challenged white communities,S02002140,Pather,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210261 +210261,S00124574,8b2,Hard-Pressed Rented Terraces,S01011391,Pather - 04,4a,Challenged white communities,S02002140,Pather,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210262 +210262,S00124575,8b2,Hard-Pressed Rented Terraces,S01011391,Pather - 04,4a,Challenged white communities,S02002140,Pather,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210263 +210263,S00124577,8b2,Hard-Pressed Rented Terraces,S01011391,Pather - 04,4a,Challenged white communities,S02002140,Pather,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210264 +210264,S00124578,8b2,Hard-Pressed Rented Terraces,S01011392,Pather - 05,4a,Challenged white communities,S02002140,Pather,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210265 +210265,S00124585,8b2,Hard-Pressed Rented Terraces,S01011427,Allanton - Newmains Rural - 02,5c,Comfortable neighbourhoods,S02002146,Allanton - Newmains Rural,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210266 +210266,S00124597,8b2,Hard-Pressed Rented Terraces,S01011448,Cleland - 02,5c,Comfortable neighbourhoods,S02002150,Cleland,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210267 +210267,S00124600,8b2,Hard-Pressed Rented Terraces,S01011447,Cleland - 01,4a,Challenged white communities,S02002150,Cleland,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210268 +210268,S00124601,8b2,Hard-Pressed Rented Terraces,S01011447,Cleland - 01,4a,Challenged white communities,S02002150,Cleland,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210269 +210269,S00124603,8b2,Hard-Pressed Rented Terraces,S01011447,Cleland - 01,4a,Challenged white communities,S02002150,Cleland,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210270 +210270,S00124614,8b2,Hard-Pressed Rented Terraces,S01011432,Shotts - 03,4a,Challenged white communities,S02002147,Shotts,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210271 +210271,S00124615,8b2,Hard-Pressed Rented Terraces,S01011432,Shotts - 03,4a,Challenged white communities,S02002147,Shotts,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210272 +210272,S00124616,8b2,Hard-Pressed Rented Terraces,S01011432,Shotts - 03,4a,Challenged white communities,S02002147,Shotts,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210273 +210273,S00124620,8b2,Hard-Pressed Rented Terraces,S01011439,Harthill and Salsburgh - 01,5d,Endeavouring social renters,S02002149,Harthill and Salsburgh,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210274 +210274,S00124621,8b2,Hard-Pressed Rented Terraces,S01011439,Harthill and Salsburgh - 01,5d,Endeavouring social renters,S02002149,Harthill and Salsburgh,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210275 +210275,S00124622,8b2,Hard-Pressed Rented Terraces,S01011432,Shotts - 03,4a,Challenged white communities,S02002147,Shotts,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210276 +210276,S00125436,8b2,Hard-Pressed Rented Terraces,S01011649,Coatdyke and Whinhall - 02,4b,Constrained renters,S02002186,Coatdyke and Whinhall,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210277 +210277,S00124696,8b2,Hard-Pressed Rented Terraces,S01011675,Caldercruix and Plains - 01,5d,Endeavouring social renters,S02002190,Caldercruix and Plains,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210278 +210278,S00125438,8b2,Hard-Pressed Rented Terraces,S01011644,Cairnhill - 04,5c,Comfortable neighbourhoods,S02002185,Cairnhill,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210279 +210279,S00124699,8b2,Hard-Pressed Rented Terraces,S01011676,Caldercruix and Plains - 02,4a,Challenged white communities,S02002190,Caldercruix and Plains,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210280 +210280,S00125450,8b2,Hard-Pressed Rented Terraces,S01011658,Thrashbush - 04,4a,Challenged white communities,S02002187,Thrashbush,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210281 +210281,S00124701,8b2,Hard-Pressed Rented Terraces,S01011676,Caldercruix and Plains - 02,4a,Challenged white communities,S02002190,Caldercruix and Plains,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210282 +210282,S00125454,8b2,Hard-Pressed Rented Terraces,S01011526,Hattonrigg - 02,4a,Challenged white communities,S02002164,Hattonrigg,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210283 +210283,S00124702,8b2,Hard-Pressed Rented Terraces,S01011677,Caldercruix and Plains - 03,5c,Comfortable neighbourhoods,S02002190,Caldercruix and Plains,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210284 +210284,S00125455,8b2,Hard-Pressed Rented Terraces,S01011526,Hattonrigg - 02,4a,Challenged white communities,S02002164,Hattonrigg,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210285 +210285,S00124703,8b2,Hard-Pressed Rented Terraces,S01011676,Caldercruix and Plains - 02,4a,Challenged white communities,S02002190,Caldercruix and Plains,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210286 +210286,S00124706,8b2,Hard-Pressed Rented Terraces,S01011687,Glenmavis and Greengairs - 05,5d,Endeavouring social renters,S02002191,Glenmavis and Greengairs,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210287 +210287,S00124711,8b2,Hard-Pressed Rented Terraces,S01011687,Glenmavis and Greengairs - 05,5d,Endeavouring social renters,S02002191,Glenmavis and Greengairs,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210288 +210288,S00124712,8b2,Hard-Pressed Rented Terraces,S01011687,Glenmavis and Greengairs - 05,5d,Endeavouring social renters,S02002191,Glenmavis and Greengairs,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210289 +210289,S00124722,8b2,Hard-Pressed Rented Terraces,S01011692,Gartcosh and Marnock - 04,4a,Challenged white communities,S02002192,Gartcosh and Marnock,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210290 +210290,S00124727,8b2,Hard-Pressed Rented Terraces,S01011681,Caldercruix and Plains - 07,5d,Endeavouring social renters,S02002190,Caldercruix and Plains,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210291 +210291,S00124728,8b2,Hard-Pressed Rented Terraces,S01011681,Caldercruix and Plains - 07,5d,Endeavouring social renters,S02002190,Caldercruix and Plains,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210292 +210292,S00124730,8b2,Hard-Pressed Rented Terraces,S01011681,Caldercruix and Plains - 07,5d,Endeavouring social renters,S02002190,Caldercruix and Plains,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210293 +210293,S00124732,8b2,Hard-Pressed Rented Terraces,S01011680,Caldercruix and Plains - 06,4a,Challenged white communities,S02002190,Caldercruix and Plains,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210294 +210294,S00124745,8b2,Hard-Pressed Rented Terraces,S01011743,Seafar - 05,4a,Challenged white communities,S02002201,Seafar,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210295 +210295,S00124753,8b2,Hard-Pressed Rented Terraces,S01011743,Seafar - 05,4a,Challenged white communities,S02002201,Seafar,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210296 +210296,S00124754,8b2,Hard-Pressed Rented Terraces,S01011743,Seafar - 05,4a,Challenged white communities,S02002201,Seafar,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210297 +210297,S00124759,8b2,Hard-Pressed Rented Terraces,S01011744,Cumbernauld Central - 01,4d,Hard-pressed flat dwellers,S02002202,Cumbernauld Central,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210298 +210298,S00124760,8b2,Hard-Pressed Rented Terraces,S01011770,Village and Castlecary - 05,4d,Hard-pressed flat dwellers,S02002206,Village and Castlecary,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210299 +210299,S00124761,8b2,Hard-Pressed Rented Terraces,S01011744,Cumbernauld Central - 01,4d,Hard-pressed flat dwellers,S02002202,Cumbernauld Central,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210300 +210300,S00124763,8b2,Hard-Pressed Rented Terraces,S01011745,Cumbernauld Central - 02,4a,Challenged white communities,S02002202,Cumbernauld Central,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210301 +210301,S00124766,8b2,Hard-Pressed Rented Terraces,S01011745,Cumbernauld Central - 02,4a,Challenged white communities,S02002202,Cumbernauld Central,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210302 +210302,S00124768,8b2,Hard-Pressed Rented Terraces,S01011745,Cumbernauld Central - 02,4a,Challenged white communities,S02002202,Cumbernauld Central,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210303 +210303,S00124769,8b2,Hard-Pressed Rented Terraces,S01011745,Cumbernauld Central - 02,4a,Challenged white communities,S02002202,Cumbernauld Central,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210304 +210304,S00124770,8b2,Hard-Pressed Rented Terraces,S01011770,Village and Castlecary - 05,4d,Hard-pressed flat dwellers,S02002206,Village and Castlecary,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210305 +210305,S00124772,8b2,Hard-Pressed Rented Terraces,S01011770,Village and Castlecary - 05,4d,Hard-pressed flat dwellers,S02002206,Village and Castlecary,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210306 +210306,S00124773,8b2,Hard-Pressed Rented Terraces,S01011770,Village and Castlecary - 05,4d,Hard-pressed flat dwellers,S02002206,Village and Castlecary,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210307 +210307,S00124776,8b2,Hard-Pressed Rented Terraces,S01011770,Village and Castlecary - 05,4d,Hard-pressed flat dwellers,S02002206,Village and Castlecary,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210308 +210308,S00124789,8b2,Hard-Pressed Rented Terraces,S01011739,Seafar - 01,4a,Challenged white communities,S02002201,Seafar,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210309 +210309,S00124790,8b2,Hard-Pressed Rented Terraces,S01011739,Seafar - 01,4a,Challenged white communities,S02002201,Seafar,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210310 +210310,S00124791,8b2,Hard-Pressed Rented Terraces,S01011740,Seafar - 02,4d,Hard-pressed flat dwellers,S02002201,Seafar,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210311 +210311,S00124792,8b2,Hard-Pressed Rented Terraces,S01011746,Cumbernauld Central - 03,4a,Challenged white communities,S02002202,Cumbernauld Central,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210312 +210312,S00124793,8b2,Hard-Pressed Rented Terraces,S01011746,Cumbernauld Central - 03,4a,Challenged white communities,S02002202,Cumbernauld Central,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210313 +210313,S00124797,8b2,Hard-Pressed Rented Terraces,S01011746,Cumbernauld Central - 03,4a,Challenged white communities,S02002202,Cumbernauld Central,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210314 +210314,S00124800,8b2,Hard-Pressed Rented Terraces,S01011748,Cumbernauld Central - 05,4d,Hard-pressed flat dwellers,S02002202,Cumbernauld Central,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210315 +210315,S00124811,8b2,Hard-Pressed Rented Terraces,S01011748,Cumbernauld Central - 05,4d,Hard-pressed flat dwellers,S02002202,Cumbernauld Central,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210316 +210316,S00124812,8b2,Hard-Pressed Rented Terraces,S01011747,Cumbernauld Central - 04,4d,Hard-pressed flat dwellers,S02002202,Cumbernauld Central,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210317 +210317,S00125459,8b2,Hard-Pressed Rented Terraces,S01011518,Orbiston - 07,4a,Challenged white communities,S02002162,Orbiston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210318 +210318,S00125469,8b2,Hard-Pressed Rented Terraces,S01011520,Bellshill South - 02,4a,Challenged white communities,S02002163,Bellshill South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210319 +210319,S00125470,8b2,Hard-Pressed Rented Terraces,S01011520,Bellshill South - 02,4a,Challenged white communities,S02002163,Bellshill South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210320 +210320,S00125488,8b2,Hard-Pressed Rented Terraces,S01011590,Townhead - 06,4a,Challenged white communities,S02002174,Townhead,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210321 +210321,S00125489,8b2,Hard-Pressed Rented Terraces,S01011591,Townhead - 07,4a,Challenged white communities,S02002174,Townhead,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210322 +210322,S00125521,8b2,Hard-Pressed Rented Terraces,S01011610,Greenend and Carnbroe - 05,4d,Hard-pressed flat dwellers,S02002178,Greenend and Carnbroe,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210323 +210323,S00125535,8b2,Hard-Pressed Rented Terraces,S01011567,Kirkshaws - 06,4a,Challenged white communities,S02002170,Kirkshaws,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210324 +210324,S00125536,8b2,Hard-Pressed Rented Terraces,S01011567,Kirkshaws - 06,4a,Challenged white communities,S02002170,Kirkshaws,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210325 +210325,S00125540,8b2,Hard-Pressed Rented Terraces,S01011568,Kirkshaws - 07,5d,Endeavouring social renters,S02002170,Kirkshaws,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210326 +210326,S00125541,8b2,Hard-Pressed Rented Terraces,S01011575,Dundyvan - 07,4a,Challenged white communities,S02002171,Dundyvan,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210327 +210327,S00125543,8b2,Hard-Pressed Rented Terraces,S01011575,Dundyvan - 07,4a,Challenged white communities,S02002171,Dundyvan,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210328 +210328,S00125546,8b2,Hard-Pressed Rented Terraces,S01011574,Dundyvan - 06,5d,Endeavouring social renters,S02002171,Dundyvan,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210329 +210329,S00125637,8b2,Hard-Pressed Rented Terraces,S01011458,Carfin North - 03,8c,Comfortable suburbia,S02002152,Carfin North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210330 +210330,S00125642,8b2,Hard-Pressed Rented Terraces,S01011419,Newmains - 03,4a,Challenged white communities,S02002145,Newmains,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210331 +210331,S00125649,8b2,Hard-Pressed Rented Terraces,S01011551,Birkenshaw - 06,5c,Comfortable neighbourhoods,S02002168,Birkenshaw,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210332 +210332,S00125683,8b2,Hard-Pressed Rented Terraces,S01011393,Wishaw South - 01,5c,Comfortable neighbourhoods,S02002141,Wishaw South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210333 +210333,S00125690,8b2,Hard-Pressed Rented Terraces,S01011398,Wishaw South - 06,4a,Challenged white communities,S02002141,Wishaw South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210334 +210334,S00125715,8b2,Hard-Pressed Rented Terraces,S01011392,Pather - 05,4a,Challenged white communities,S02002140,Pather,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210335 +210335,S00125716,8b2,Hard-Pressed Rented Terraces,S01011391,Pather - 04,4a,Challenged white communities,S02002140,Pather,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210336 +210336,S00125717,8b2,Hard-Pressed Rented Terraces,S01011428,Allanton - Newmains Rural - 03,5c,Comfortable neighbourhoods,S02002146,Allanton - Newmains Rural,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210337 +210337,S00125720,8b2,Hard-Pressed Rented Terraces,S01011450,Cleland - 04,5c,Comfortable neighbourhoods,S02002150,Cleland,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210338 +210338,S00125735,8b2,Hard-Pressed Rented Terraces,S01011692,Gartcosh and Marnock - 04,4a,Challenged white communities,S02002192,Gartcosh and Marnock,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210339 +210339,S00125736,8b2,Hard-Pressed Rented Terraces,S01011692,Gartcosh and Marnock - 04,4a,Challenged white communities,S02002192,Gartcosh and Marnock,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210340 +210340,S00125744,8b2,Hard-Pressed Rented Terraces,S01011741,Seafar - 03,4d,Hard-pressed flat dwellers,S02002201,Seafar,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210341 +210341,S00125745,8b2,Hard-Pressed Rented Terraces,S01011741,Seafar - 03,4d,Hard-pressed flat dwellers,S02002201,Seafar,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210342 +210342,S00125750,8b2,Hard-Pressed Rented Terraces,S01011750,Kildrum - 01,4a,Challenged white communities,S02002203,Kildrum,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210343 +210343,S00125758,8b2,Hard-Pressed Rented Terraces,S01011767,Village and Castlecary - 02,4a,Challenged white communities,S02002206,Village and Castlecary,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210344 +210344,S00125760,8b2,Hard-Pressed Rented Terraces,S01011763,Abronhill North - 04,4a,Challenged white communities,S02002205,Abronhill North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210345 +210345,S00125765,8b2,Hard-Pressed Rented Terraces,S01011722,Westfield - 04,5d,Endeavouring social renters,S02002198,Westfield,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210346 +210346,S00125766,8b2,Hard-Pressed Rented Terraces,S01011722,Westfield - 04,5d,Endeavouring social renters,S02002198,Westfield,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210347 +210347,S00125770,8b2,Hard-Pressed Rented Terraces,S01011785,Balloch East - 04,5d,Endeavouring social renters,S02002209,Balloch East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210348 +210348,S00125807,8b2,Hard-Pressed Rented Terraces,S01011800,Balmalloch - 03,5d,Endeavouring social renters,S02002212,Balmalloch,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210349 +210349,S00125814,8b2,Hard-Pressed Rented Terraces,S01011794,Kilsyth Bogside - 01,4a,Challenged white communities,S02002211,Kilsyth Bogside,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210350 +210350,S00125815,8b2,Hard-Pressed Rented Terraces,S01011456,Carfin North - 01,4a,Challenged white communities,S02002152,Carfin North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210351 +210351,S00124972,8b2,Hard-Pressed Rented Terraces,S01011737,Greenfaulds - 04,4d,Hard-pressed flat dwellers,S02002200,Greenfaulds,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210352 +210352,S00124977,8b2,Hard-Pressed Rented Terraces,S01011738,Greenfaulds - 05,4b,Constrained renters,S02002200,Greenfaulds,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210353 +210353,S00124978,8b2,Hard-Pressed Rented Terraces,S01011737,Greenfaulds - 04,4d,Hard-pressed flat dwellers,S02002200,Greenfaulds,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210354 +210354,S00124980,8b2,Hard-Pressed Rented Terraces,S01011721,Westfield - 03,5d,Endeavouring social renters,S02002198,Westfield,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210355 +210355,S00124981,8b2,Hard-Pressed Rented Terraces,S01011722,Westfield - 04,5d,Endeavouring social renters,S02002198,Westfield,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210356 +210356,S00124982,8b2,Hard-Pressed Rented Terraces,S01011721,Westfield - 03,5d,Endeavouring social renters,S02002198,Westfield,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210357 +210357,S00124983,8b2,Hard-Pressed Rented Terraces,S01011722,Westfield - 04,5d,Endeavouring social renters,S02002198,Westfield,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210358 +210358,S00124984,8b2,Hard-Pressed Rented Terraces,S01011721,Westfield - 03,5d,Endeavouring social renters,S02002198,Westfield,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210359 +210359,S00124985,8b2,Hard-Pressed Rented Terraces,S01011722,Westfield - 04,5d,Endeavouring social renters,S02002198,Westfield,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210360 +210360,S00124986,8b2,Hard-Pressed Rented Terraces,S01011721,Westfield - 03,5d,Endeavouring social renters,S02002198,Westfield,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210361 +210361,S00124987,8b2,Hard-Pressed Rented Terraces,S01011723,Westfield - 05,5d,Endeavouring social renters,S02002198,Westfield,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210362 +210362,S00124988,8b2,Hard-Pressed Rented Terraces,S01011723,Westfield - 05,5d,Endeavouring social renters,S02002198,Westfield,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210363 +210363,S00124990,8b2,Hard-Pressed Rented Terraces,S01011723,Westfield - 05,5d,Endeavouring social renters,S02002198,Westfield,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210364 +210364,S00124991,8b2,Hard-Pressed Rented Terraces,S01011723,Westfield - 05,5d,Endeavouring social renters,S02002198,Westfield,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210365 +210365,S00124992,8b2,Hard-Pressed Rented Terraces,S01011723,Westfield - 05,5d,Endeavouring social renters,S02002198,Westfield,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210366 +210366,S00124994,8b2,Hard-Pressed Rented Terraces,S01011784,Balloch East - 03,4a,Challenged white communities,S02002209,Balloch East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210367 +210367,S00124995,8b2,Hard-Pressed Rented Terraces,S01011784,Balloch East - 03,4a,Challenged white communities,S02002209,Balloch East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210368 +210368,S00124996,8b2,Hard-Pressed Rented Terraces,S01011784,Balloch East - 03,4a,Challenged white communities,S02002209,Balloch East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210369 +210369,S00124999,8b2,Hard-Pressed Rented Terraces,S01011785,Balloch East - 04,5d,Endeavouring social renters,S02002209,Balloch East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210370 +210370,S00125000,8b2,Hard-Pressed Rented Terraces,S01011785,Balloch East - 04,5d,Endeavouring social renters,S02002209,Balloch East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210371 +210371,S00125001,8b2,Hard-Pressed Rented Terraces,S01011785,Balloch East - 04,5d,Endeavouring social renters,S02002209,Balloch East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210372 +210372,S00125031,8b2,Hard-Pressed Rented Terraces,S01011802,Balmalloch - 05,4a,Challenged white communities,S02002212,Balmalloch,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210373 +210373,S00125032,8b2,Hard-Pressed Rented Terraces,S01011802,Balmalloch - 05,4a,Challenged white communities,S02002212,Balmalloch,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210374 +210374,S00125034,8b2,Hard-Pressed Rented Terraces,S01011800,Balmalloch - 03,5d,Endeavouring social renters,S02002212,Balmalloch,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210375 +210375,S00125036,8b2,Hard-Pressed Rented Terraces,S01011801,Balmalloch - 04,4a,Challenged white communities,S02002212,Balmalloch,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210376 +210376,S00125038,8b2,Hard-Pressed Rented Terraces,S01011801,Balmalloch - 04,4a,Challenged white communities,S02002212,Balmalloch,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210377 +210377,S00125043,8b2,Hard-Pressed Rented Terraces,S01011800,Balmalloch - 03,5d,Endeavouring social renters,S02002212,Balmalloch,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210378 +210378,S00125095,8b2,Hard-Pressed Rented Terraces,S01011787,Kilsyth East and Croy - 02,4a,Challenged white communities,S02002210,Kilsyth East and Croy,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210379 +210379,S00125096,8b2,Hard-Pressed Rented Terraces,S01011501,Holytown - 05,4d,Hard-pressed flat dwellers,S02002160,Holytown,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210380 +210380,S00125098,8b2,Hard-Pressed Rented Terraces,S01011502,Holytown - 06,4a,Challenged white communities,S02002160,Holytown,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210381 +210381,S00125123,8b2,Hard-Pressed Rented Terraces,S01011462,Clydesdale and New Stevenston - 03,5c,Comfortable neighbourhoods,S02002153,Clydesdale and New Stevenston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210382 +210382,S00125134,8b2,Hard-Pressed Rented Terraces,S01011540,Viewpark - 02,4a,Challenged white communities,S02002167,Viewpark,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210383 +210383,S00125155,8b2,Hard-Pressed Rented Terraces,S01011410,Coltness - 03,5d,Endeavouring social renters,S02002143,Coltness,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210384 +210384,S00125169,8b2,Hard-Pressed Rented Terraces,S01011443,Harthill and Salsburgh - 05,4a,Challenged white communities,S02002149,Harthill and Salsburgh,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210385 +210385,S00125179,8b2,Hard-Pressed Rented Terraces,S01011747,Cumbernauld Central - 04,4d,Hard-pressed flat dwellers,S02002202,Cumbernauld Central,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210386 +210386,S00125181,8b2,Hard-Pressed Rented Terraces,S01011752,Kildrum - 03,4a,Challenged white communities,S02002203,Kildrum,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210387 +210387,S00125187,8b2,Hard-Pressed Rented Terraces,S01011721,Westfield - 03,5d,Endeavouring social renters,S02002198,Westfield,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210388 +210388,S00125201,8b2,Hard-Pressed Rented Terraces,S01011632,Petersburn - 03,4a,Challenged white communities,S02002183,Petersburn,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210389 +210389,S00125203,8b2,Hard-Pressed Rented Terraces,S01011628,Craigneuk Airdrie - 04,8c,Comfortable suburbia,S02002182,Craigneuk Airdrie,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210390 +210390,S00125223,8b2,Hard-Pressed Rented Terraces,S01011518,Orbiston - 07,4a,Challenged white communities,S02002162,Orbiston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210391 +210391,S00125232,8b2,Hard-Pressed Rented Terraces,S01011803,Balmalloch - 06,5d,Endeavouring social renters,S02002212,Balmalloch,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210392 +210392,S00125265,8b2,Hard-Pressed Rented Terraces,S01011563,Kirkshaws - 02,4a,Challenged white communities,S02002170,Kirkshaws,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210393 +210393,S00125290,8b2,Hard-Pressed Rented Terraces,S01011621,Chapelhall East - 02,5c,Comfortable neighbourhoods,S02002181,Chapelhall East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210394 +210394,S00125291,8b2,Hard-Pressed Rented Terraces,S01011621,Chapelhall East - 02,5c,Comfortable neighbourhoods,S02002181,Chapelhall East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210395 +210395,S00125335,8b2,Hard-Pressed Rented Terraces,S01011406,Wishaw North - 07,5d,Endeavouring social renters,S02002142,Wishaw North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210396 +210396,S00125339,8b2,Hard-Pressed Rented Terraces,S01011364,Netherton and Kirkhill - 02,5d,Endeavouring social renters,S02002136,Netherton and Kirkhill,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210397 +210397,S00125340,8b2,Hard-Pressed Rented Terraces,S01011364,Netherton and Kirkhill - 02,5d,Endeavouring social renters,S02002136,Netherton and Kirkhill,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210398 +210398,S00125345,8b2,Hard-Pressed Rented Terraces,S01011769,Village and Castlecary - 04,4d,Hard-pressed flat dwellers,S02002206,Village and Castlecary,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210399 +210399,S00125349,8b2,Hard-Pressed Rented Terraces,S01011752,Kildrum - 03,4a,Challenged white communities,S02002203,Kildrum,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210400 +210400,S00125791,6b4,Older Workers and Retirement,S01011726,Westfield - 08,8c,Comfortable suburbia,S02002198,Westfield,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210401 +210401,S00125804,6b4,Older Workers and Retirement,S01011797,Kilsyth Bogside - 04,8b,Ageing suburbanites,S02002211,Kilsyth Bogside,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210402 +210402,S00125811,6b4,Older Workers and Retirement,S01011794,Kilsyth Bogside - 01,4a,Challenged white communities,S02002211,Kilsyth Bogside,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210403 +210403,S00125831,6b4,Older Workers and Retirement,S01011426,Allanton - Newmains Rural - 01,2a,Ageing rural neighbourhoods,S02002146,Allanton - Newmains Rural,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210404 +210404,S00125835,6b4,Older Workers and Retirement,S01011547,Birkenshaw - 02,8c,Comfortable suburbia,S02002168,Birkenshaw,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210405 +210405,S00125839,6b4,Older Workers and Retirement,S01011546,Birkenshaw - 01,8c,Comfortable suburbia,S02002168,Birkenshaw,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210406 +210406,S00125862,6b4,Older Workers and Retirement,S01011771,Carrickstone - 01,8c,Comfortable suburbia,S02002207,Carrickstone,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210407 +210407,S00125902,6b4,Older Workers and Retirement,S01011619,Chapelhall West - 03,5b,Aspiring urban households,S02002180,Chapelhall West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210408 +210408,S00123105,7c3,Outer City Hardship,S01011698,Cardowan and Millerston - 03,4a,Challenged white communities,S02002193,Cardowan and Millerston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210409 +210409,S00123123,7c3,Outer City Hardship,S01011697,Cardowan and Millerston - 02,5c,Comfortable neighbourhoods,S02002193,Cardowan and Millerston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210410 +210410,S00123148,7c3,Outer City Hardship,S01011708,Chryston and Muirhead - 05,4a,Challenged white communities,S02002195,Chryston and Muirhead,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210411 +210411,S00123149,7c3,Outer City Hardship,S01011708,Chryston and Muirhead - 05,4a,Challenged white communities,S02002195,Chryston and Muirhead,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210412 +210412,S00123150,7c3,Outer City Hardship,S01011708,Chryston and Muirhead - 05,4a,Challenged white communities,S02002195,Chryston and Muirhead,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210413 +210413,S00123160,7c3,Outer City Hardship,S01011705,Chryston and Muirhead - 02,5c,Comfortable neighbourhoods,S02002195,Chryston and Muirhead,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210414 +210414,S00123163,7c3,Outer City Hardship,S01011705,Chryston and Muirhead - 02,5c,Comfortable neighbourhoods,S02002195,Chryston and Muirhead,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210415 +210415,S00125151,8a2,Industrious Hardship,S01011411,Coltness - 04,4a,Challenged white communities,S02002143,Coltness,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210416 +210416,S00123588,6b4,Older Workers and Retirement,S01011527,Hattonrigg - 03,5c,Comfortable neighbourhoods,S02002164,Hattonrigg,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210417 +210417,S00124607,7c3,Outer City Hardship,S01011431,Shotts - 02,4a,Challenged white communities,S02002147,Shotts,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210418 +210418,S00125625,7c3,Outer City Hardship,S01011463,Clydesdale and New Stevenston - 04,5c,Comfortable neighbourhoods,S02002153,Clydesdale and New Stevenston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210419 +210419,S00125607,2c1,Migrant Families,S01011492,Forgewood - 03,4b,Constrained renters,S02002159,Forgewood,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210420 +210420,S00123725,7c3,Outer City Hardship,S01011618,Chapelhall West - 02,4a,Challenged white communities,S02002180,Chapelhall West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210421 +210421,S00124897,6b4,Older Workers and Retirement,S01011765,Abronhill North - 06,8c,Comfortable suburbia,S02002205,Abronhill North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210422 +210422,S00123239,7c3,Outer City Hardship,S01011694,Gartcosh and Marnock - 06,5c,Comfortable neighbourhoods,S02002192,Gartcosh and Marnock,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210423 +210423,S00123251,7c3,Outer City Hardship,S01011712,Moodiesburn West - 04,4d,Hard-pressed flat dwellers,S02002196,Moodiesburn West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210424 +210424,S00123290,7c3,Outer City Hardship,S01011690,Gartcosh and Marnock - 02,5c,Comfortable neighbourhoods,S02002192,Gartcosh and Marnock,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210425 +210425,S00123332,7c3,Outer City Hardship,S01011359,Overtown - 03,4a,Challenged white communities,S02002135,Overtown,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210426 +210426,S00123367,7c3,Outer City Hardship,S01011667,Airdrie North - 05,4d,Hard-pressed flat dwellers,S02002188,Airdrie North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210427 +210427,S00123382,7c3,Outer City Hardship,S01011668,Airdrie North - 06,4d,Hard-pressed flat dwellers,S02002188,Airdrie North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210428 +210428,S00123386,7c3,Outer City Hardship,S01011668,Airdrie North - 06,4d,Hard-pressed flat dwellers,S02002188,Airdrie North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210429 +210429,S00123399,7c3,Outer City Hardship,S01011669,Drumgelloch - 01,5c,Comfortable neighbourhoods,S02002189,Drumgelloch,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210430 +210430,S00123401,7c3,Outer City Hardship,S01011670,Drumgelloch - 02,4d,Hard-pressed flat dwellers,S02002189,Drumgelloch,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210431 +210431,S00123407,7c3,Outer City Hardship,S01011673,Drumgelloch - 05,4d,Hard-pressed flat dwellers,S02002189,Drumgelloch,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210432 +210432,S00123409,7c3,Outer City Hardship,S01011674,Drumgelloch - 06,5c,Comfortable neighbourhoods,S02002189,Drumgelloch,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210433 +210433,S00123410,7c3,Outer City Hardship,S01011671,Drumgelloch - 03,5a,Ageing urban communities,S02002189,Drumgelloch,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210434 +210434,S00123418,7c3,Outer City Hardship,S01011674,Drumgelloch - 06,5c,Comfortable neighbourhoods,S02002189,Drumgelloch,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210435 +210435,S00123468,7c3,Outer City Hardship,S01011639,Gartlea - 04,4d,Hard-pressed flat dwellers,S02002184,Gartlea,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210436 +210436,S00123469,7c3,Outer City Hardship,S01011636,Gartlea - 01,4a,Challenged white communities,S02002184,Gartlea,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210437 +210437,S00123471,7c3,Outer City Hardship,S01011637,Gartlea - 02,4d,Hard-pressed flat dwellers,S02002184,Gartlea,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210438 +210438,S00123475,7c3,Outer City Hardship,S01011638,Gartlea - 03,4d,Hard-pressed flat dwellers,S02002184,Gartlea,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210439 +210439,S00123476,7c3,Outer City Hardship,S01011637,Gartlea - 02,4d,Hard-pressed flat dwellers,S02002184,Gartlea,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210440 +210440,S00123481,7c3,Outer City Hardship,S01011639,Gartlea - 04,4d,Hard-pressed flat dwellers,S02002184,Gartlea,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210441 +210441,S00123482,7c3,Outer City Hardship,S01011645,Cairnhill - 05,5c,Comfortable neighbourhoods,S02002185,Cairnhill,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210442 +210442,S00123510,7c3,Outer City Hardship,S01011654,Coatdyke and Whinhall - 07,4d,Hard-pressed flat dwellers,S02002186,Coatdyke and Whinhall,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210443 +210443,S00123519,7c3,Outer City Hardship,S01011653,Coatdyke and Whinhall - 06,4a,Challenged white communities,S02002186,Coatdyke and Whinhall,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210444 +210444,S00123520,7c3,Outer City Hardship,S01011655,Thrashbush - 01,4d,Hard-pressed flat dwellers,S02002187,Thrashbush,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210445 +210445,S00123521,7c3,Outer City Hardship,S01011653,Coatdyke and Whinhall - 06,4a,Challenged white communities,S02002186,Coatdyke and Whinhall,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210446 +210446,S00123535,7c3,Outer City Hardship,S01011657,Thrashbush - 03,4d,Hard-pressed flat dwellers,S02002187,Thrashbush,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210447 +210447,S00123546,7c3,Outer City Hardship,S01011556,Kirkwood and Bargeddie - 04,4d,Hard-pressed flat dwellers,S02002169,Kirkwood and Bargeddie,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210448 +210448,S00123560,7c3,Outer City Hardship,S01011523,Bellshill South - 05,4a,Challenged white communities,S02002163,Bellshill South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210449 +210449,S00123590,7c3,Outer City Hardship,S01011522,Bellshill South - 04,4d,Hard-pressed flat dwellers,S02002163,Bellshill South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210450 +210450,S00123593,7c3,Outer City Hardship,S01011522,Bellshill South - 04,4d,Hard-pressed flat dwellers,S02002163,Bellshill South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210451 +210451,S00123667,7c3,Outer City Hardship,S01011507,Milnwood - 03,4a,Challenged white communities,S02002161,Milnwood,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210452 +210452,S00123688,7c3,Outer City Hardship,S01011528,Bellshill Central - 01,4a,Challenged white communities,S02002165,Bellshill Central,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210453 +210453,S00123689,7c3,Outer City Hardship,S01011528,Bellshill Central - 01,4a,Challenged white communities,S02002165,Bellshill Central,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210454 +210454,S00123699,7c3,Outer City Hardship,S01011616,Calderbank and Brownsburn - 04,4a,Challenged white communities,S02002179,Calderbank and Brownsburn,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210455 +210455,S00123704,7c3,Outer City Hardship,S01011616,Calderbank and Brownsburn - 04,4a,Challenged white communities,S02002179,Calderbank and Brownsburn,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210456 +210456,S00123717,7c3,Outer City Hardship,S01011618,Chapelhall West - 02,4a,Challenged white communities,S02002180,Chapelhall West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210457 +210457,S00125161,8a2,Industrious Hardship,S01011449,Cleland - 03,4a,Challenged white communities,S02002150,Cleland,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210458 +210458,S00123589,6b4,Older Workers and Retirement,S01011527,Hattonrigg - 03,5c,Comfortable neighbourhoods,S02002164,Hattonrigg,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210459 +210459,S00123757,7c3,Outer City Hardship,S01011581,Coatbridge West - 02,4d,Hard-pressed flat dwellers,S02002173,Coatbridge West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210460 +210460,S00124806,7a3,Multi-Ethnic Hardship,S01011749,Cumbernauld Central - 06,4d,Hard-pressed flat dwellers,S02002202,Cumbernauld Central,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210461 +210461,S00125627,7c3,Outer City Hardship,S01011463,Clydesdale and New Stevenston - 04,5c,Comfortable neighbourhoods,S02002153,Clydesdale and New Stevenston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210462 +210462,S00124609,7c3,Outer City Hardship,S01011431,Shotts - 02,4a,Challenged white communities,S02002147,Shotts,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210463 +210463,S00124626,7c3,Outer City Hardship,S01011431,Shotts - 02,4a,Challenged white communities,S02002147,Shotts,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210464 +210464,S00124675,7c3,Outer City Hardship,S01011441,Harthill and Salsburgh - 03,4a,Challenged white communities,S02002149,Harthill and Salsburgh,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210465 +210465,S00125166,8a2,Industrious Hardship,S01011431,Shotts - 02,4a,Challenged white communities,S02002147,Shotts,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210466 +210466,S00124898,6b4,Older Workers and Retirement,S01011765,Abronhill North - 06,8c,Comfortable suburbia,S02002205,Abronhill North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210467 +210467,S00124678,7c3,Outer City Hardship,S01011442,Harthill and Salsburgh - 04,4a,Challenged white communities,S02002149,Harthill and Salsburgh,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210468 +210468,S00123788,7c3,Outer City Hardship,S01011588,Townhead - 04,4a,Challenged white communities,S02002174,Townhead,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210469 +210469,S00125629,7c3,Outer City Hardship,S01011459,Carfin North - 04,5c,Comfortable neighbourhoods,S02002152,Carfin North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210470 +210470,S00123611,6b4,Older Workers and Retirement,S01011516,Orbiston - 05,8c,Comfortable suburbia,S02002162,Orbiston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210471 +210471,S00125226,7a3,Multi-Ethnic Hardship,S01011512,Orbiston - 01,4d,Hard-pressed flat dwellers,S02002162,Orbiston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210472 +210472,S00125170,8a2,Industrious Hardship,S01011443,Harthill and Salsburgh - 05,4a,Challenged white communities,S02002149,Harthill and Salsburgh,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210473 +210473,S00124900,6b4,Older Workers and Retirement,S01011765,Abronhill North - 06,8c,Comfortable suburbia,S02002205,Abronhill North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210474 +210474,S00124679,7c3,Outer City Hardship,S01011443,Harthill and Salsburgh - 05,4a,Challenged white communities,S02002149,Harthill and Salsburgh,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210475 +210475,S00123799,7c3,Outer City Hardship,S01011588,Townhead - 04,4a,Challenged white communities,S02002174,Townhead,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210476 +210476,S00125664,7c3,Outer City Hardship,S01011385,Craigneuk Wishaw - 04,4d,Hard-pressed flat dwellers,S02002139,Craigneuk Wishaw,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210477 +210477,S00123692,6b4,Older Workers and Retirement,S01011524,Bellshill South - 06,5c,Comfortable neighbourhoods,S02002163,Bellshill South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210478 +210478,S00125599,7a3,Multi-Ethnic Hardship,S01011487,Motherwell North - 02,4a,Challenged white communities,S02002158,Motherwell North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210479 +210479,S00125243,8a2,Industrious Hardship,S01011803,Balmalloch - 06,5d,Endeavouring social renters,S02002212,Balmalloch,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210480 +210480,S00125256,8a2,Industrious Hardship,S01011611,Greenend and Carnbroe - 06,5a,Ageing urban communities,S02002178,Greenend and Carnbroe,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210481 +210481,S00125333,8a2,Industrious Hardship,S01011534,Fallside - 03,5c,Comfortable neighbourhoods,S02002166,Fallside,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210482 +210482,S00125334,8a2,Industrious Hardship,S01011534,Fallside - 03,5c,Comfortable neighbourhoods,S02002166,Fallside,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210483 +210483,S00125425,8a2,Industrious Hardship,S01011642,Cairnhill - 02,5c,Comfortable neighbourhoods,S02002185,Cairnhill,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210484 +210484,S00125471,8a2,Industrious Hardship,S01011531,Bellshill Central - 04,5c,Comfortable neighbourhoods,S02002165,Bellshill Central,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210485 +210485,S00125515,8a2,Industrious Hardship,S01011608,Greenend and Carnbroe - 03,8c,Comfortable suburbia,S02002178,Greenend and Carnbroe,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210486 +210486,S00125530,8a2,Industrious Hardship,S01011573,Dundyvan - 05,5c,Comfortable neighbourhoods,S02002171,Dundyvan,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210487 +210487,S00125678,8a2,Industrious Hardship,S01011393,Wishaw South - 01,5c,Comfortable neighbourhoods,S02002141,Wishaw South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210488 +210488,S00125718,8a2,Industrious Hardship,S01011428,Allanton - Newmains Rural - 03,5c,Comfortable neighbourhoods,S02002146,Allanton - Newmains Rural,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210489 +210489,S00125825,8a2,Industrious Hardship,S01011439,Harthill and Salsburgh - 01,5d,Endeavouring social renters,S02002149,Harthill and Salsburgh,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210490 +210490,S00125826,8a2,Industrious Hardship,S01011439,Harthill and Salsburgh - 01,5d,Endeavouring social renters,S02002149,Harthill and Salsburgh,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210491 +210491,S00125827,8a2,Industrious Hardship,S01011439,Harthill and Salsburgh - 01,5d,Endeavouring social renters,S02002149,Harthill and Salsburgh,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210492 +210492,S00123154,8a1,Industrious Transitions,S01011708,Chryston and Muirhead - 05,4a,Challenged white communities,S02002195,Chryston and Muirhead,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210493 +210493,S00123254,8a1,Industrious Transitions,S01011716,Moodiesburn East - 03,5b,Aspiring urban households,S02002197,Moodiesburn East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210494 +210494,S00123259,8a1,Industrious Transitions,S01011716,Moodiesburn East - 03,5b,Aspiring urban households,S02002197,Moodiesburn East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210495 +210495,S00123649,8a1,Industrious Transitions,S01011509,Milnwood - 05,5d,Endeavouring social renters,S02002161,Milnwood,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210496 +210496,S00123701,8a1,Industrious Transitions,S01011615,Calderbank and Brownsburn - 03,4a,Challenged white communities,S02002179,Calderbank and Brownsburn,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210497 +210497,S00123734,8a1,Industrious Transitions,S01011621,Chapelhall East - 02,5c,Comfortable neighbourhoods,S02002181,Chapelhall East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210498 +210498,S00123875,8a1,Industrious Transitions,S01011606,Greenend and Carnbroe - 01,8c,Comfortable suburbia,S02002178,Greenend and Carnbroe,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210499 +210499,S00124065,8a1,Industrious Transitions,S01011472,Motherwell South - 02,4d,Hard-pressed flat dwellers,S02002155,Motherwell South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210500 +210500,S00124268,8a1,Industrious Transitions,S01011417,Newmains - 01,5c,Comfortable neighbourhoods,S02002145,Newmains,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210501 +210501,S00124367,8a1,Industrious Transitions,S01011549,Birkenshaw - 04,5d,Endeavouring social renters,S02002168,Birkenshaw,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210502 +210502,S00124375,8a1,Industrious Transitions,S01011547,Birkenshaw - 02,8c,Comfortable suburbia,S02002168,Birkenshaw,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210503 +210503,S00124713,8a1,Industrious Transitions,S01011687,Glenmavis and Greengairs - 05,5d,Endeavouring social renters,S02002191,Glenmavis and Greengairs,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210504 +210504,S00124718,8a1,Industrious Transitions,S01011691,Gartcosh and Marnock - 03,5b,Aspiring urban households,S02002192,Gartcosh and Marnock,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210505 +210505,S00125042,8a1,Industrious Transitions,S01011799,Balmalloch - 02,5c,Comfortable neighbourhoods,S02002212,Balmalloch,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210506 +210506,S00125102,8a1,Industrious Transitions,S01011374,Muirhouse and Knowetop - 02,5c,Comfortable neighbourhoods,S02002138,Muirhouse and Knowetop,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210507 +210507,S00125380,8a1,Industrious Transitions,S01011451,Cleland - 05,8c,Comfortable suburbia,S02002150,Cleland,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210508 +210508,S00125407,8a1,Industrious Transitions,S01011672,Drumgelloch - 04,4a,Challenged white communities,S02002189,Drumgelloch,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210509 +210509,S00125439,8a1,Industrious Transitions,S01011652,Coatdyke and Whinhall - 05,5c,Comfortable neighbourhoods,S02002186,Coatdyke and Whinhall,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210510 +210510,S00125580,8a1,Industrious Transitions,S01011374,Muirhouse and Knowetop - 02,5c,Comfortable neighbourhoods,S02002138,Muirhouse and Knowetop,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210511 +210511,S00125624,8a1,Industrious Transitions,S01011462,Clydesdale and New Stevenston - 03,5c,Comfortable neighbourhoods,S02002153,Clydesdale and New Stevenston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210512 +210512,S00125645,8a1,Industrious Transitions,S01011421,Newmains - 05,5b,Aspiring urban households,S02002145,Newmains,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210513 +210513,S00125705,8a1,Industrious Transitions,S01011363,Netherton and Kirkhill - 01,5c,Comfortable neighbourhoods,S02002136,Netherton and Kirkhill,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210514 +210514,S00125727,8a1,Industrious Transitions,S01011434,Shotts - 05,5c,Comfortable neighbourhoods,S02002147,Shotts,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210515 +210515,S00125903,8a1,Industrious Transitions,S01011601,Cliftonville - 04,8c,Comfortable suburbia,S02002176,Cliftonville,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210516 +210516,S00125904,8a1,Industrious Transitions,S01011601,Cliftonville - 04,8c,Comfortable suburbia,S02002176,Cliftonville,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210517 +210517,S00124976,4c3,Inner City Ethnic Mix,S01011737,Greenfaulds - 04,4d,Hard-pressed flat dwellers,S02002200,Greenfaulds,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210518 +210518,S00124801,2c2,Migrant Commuters,S01011748,Cumbernauld Central - 05,4d,Hard-pressed flat dwellers,S02002202,Cumbernauld Central,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210519 +210519,S00124802,2c2,Migrant Commuters,S01011748,Cumbernauld Central - 05,4d,Hard-pressed flat dwellers,S02002202,Cumbernauld Central,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210520 +210520,S00124805,2c2,Migrant Commuters,S01011749,Cumbernauld Central - 06,4d,Hard-pressed flat dwellers,S02002202,Cumbernauld Central,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210521 +210521,S00124062,2c1,Migrant Families,S01011472,Motherwell South - 02,4d,Hard-pressed flat dwellers,S02002155,Motherwell South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210522 +210522,S00124804,2c1,Migrant Families,S01011738,Greenfaulds - 05,4b,Constrained renters,S02002200,Greenfaulds,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210523 +210523,S00125347,2c1,Migrant Families,S01011749,Cumbernauld Central - 06,4d,Hard-pressed flat dwellers,S02002202,Cumbernauld Central,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210524 +210524,S00125348,2c1,Migrant Families,S01011749,Cumbernauld Central - 06,4d,Hard-pressed flat dwellers,S02002202,Cumbernauld Central,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210525 +210525,S00124925,6b4,Older Workers and Retirement,S01011720,Westfield - 02,8b,Ageing suburbanites,S02002198,Westfield,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210526 +210526,S00124689,7c3,Outer City Hardship,S01011678,Caldercruix and Plains - 04,4d,Hard-pressed flat dwellers,S02002190,Caldercruix and Plains,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210527 +210527,S00123693,6b4,Older Workers and Retirement,S01011524,Bellshill South - 06,5c,Comfortable neighbourhoods,S02002163,Bellshill South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210528 +210528,S00124926,6b4,Older Workers and Retirement,S01011720,Westfield - 02,8b,Ageing suburbanites,S02002198,Westfield,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210529 +210529,S00124927,6b4,Older Workers and Retirement,S01011730,Condorrat - 03,5c,Comfortable neighbourhoods,S02002199,Condorrat,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210530 +210530,S00123803,7c3,Outer City Hardship,S01011587,Townhead - 03,4d,Hard-pressed flat dwellers,S02002174,Townhead,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210531 +210531,S00123694,6b4,Older Workers and Retirement,S01011524,Bellshill South - 06,5c,Comfortable neighbourhoods,S02002163,Bellshill South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210532 +210532,S00124710,7c3,Outer City Hardship,S01011688,Glenmavis and Greengairs - 06,2d,Rural traits,S02002191,Glenmavis and Greengairs,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210533 +210533,S00124928,6b4,Older Workers and Retirement,S01011730,Condorrat - 03,5c,Comfortable neighbourhoods,S02002199,Condorrat,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210534 +210534,S00123806,7c3,Outer City Hardship,S01011586,Townhead - 02,4d,Hard-pressed flat dwellers,S02002174,Townhead,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210535 +210535,S00123716,6b4,Older Workers and Retirement,S01011619,Chapelhall West - 03,5b,Aspiring urban households,S02002180,Chapelhall West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210536 +210536,S00124735,7c3,Outer City Hardship,S01011680,Caldercruix and Plains - 06,4a,Challenged white communities,S02002190,Caldercruix and Plains,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210537 +210537,S00124951,6b4,Older Workers and Retirement,S01011732,Condorrat - 05,8c,Comfortable suburbia,S02002199,Condorrat,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210538 +210538,S00123809,7c3,Outer City Hardship,S01011586,Townhead - 02,4d,Hard-pressed flat dwellers,S02002174,Townhead,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210539 +210539,S00123735,6b4,Older Workers and Retirement,S01011577,Drumpellier and Langloan - 01,4d,Hard-pressed flat dwellers,S02002172,Drumpellier and Langloan,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210540 +210540,S00124736,7c3,Outer City Hardship,S01011680,Caldercruix and Plains - 06,4a,Challenged white communities,S02002190,Caldercruix and Plains,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210541 +210541,S00124952,6b4,Older Workers and Retirement,S01011732,Condorrat - 05,8c,Comfortable suburbia,S02002199,Condorrat,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210542 +210542,S00123814,7c3,Outer City Hardship,S01011592,Sunnyside and Cliftonville - 01,4d,Hard-pressed flat dwellers,S02002175,Sunnyside and Cliftonville,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210543 +210543,S00123873,6b4,Older Workers and Retirement,S01011606,Greenend and Carnbroe - 01,8c,Comfortable suburbia,S02002178,Greenend and Carnbroe,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210544 +210544,S00124743,7c3,Outer City Hardship,S01011683,Glenmavis and Greengairs - 01,5e,Primary sector workers,S02002191,Glenmavis and Greengairs,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210545 +210545,S00124953,6b4,Older Workers and Retirement,S01011732,Condorrat - 05,8c,Comfortable suburbia,S02002199,Condorrat,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210546 +210546,S00123819,7c3,Outer City Hardship,S01011594,Sunnyside and Cliftonville - 03,5c,Comfortable neighbourhoods,S02002175,Sunnyside and Cliftonville,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210547 +210547,S00123846,7c3,Outer City Hardship,S01011600,Cliftonville - 03,4d,Hard-pressed flat dwellers,S02002176,Cliftonville,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210548 +210548,S00123847,7c3,Outer City Hardship,S01011600,Cliftonville - 03,4d,Hard-pressed flat dwellers,S02002176,Cliftonville,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210549 +210549,S00123848,7c3,Outer City Hardship,S01011599,Cliftonville - 02,4d,Hard-pressed flat dwellers,S02002176,Cliftonville,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210550 +210550,S00123852,7c3,Outer City Hardship,S01011651,Coatdyke and Whinhall - 04,4d,Hard-pressed flat dwellers,S02002186,Coatdyke and Whinhall,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210551 +210551,S00123916,7c3,Outer City Hardship,S01011569,Dundyvan - 01,4a,Challenged white communities,S02002171,Dundyvan,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210552 +210552,S00123919,7c3,Outer City Hardship,S01011569,Dundyvan - 01,4a,Challenged white communities,S02002171,Dundyvan,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210553 +210553,S00124006,7c3,Outer City Hardship,S01011499,Holytown - 03,5c,Comfortable neighbourhoods,S02002160,Holytown,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210554 +210554,S00124007,7c3,Outer City Hardship,S01011499,Holytown - 03,5c,Comfortable neighbourhoods,S02002160,Holytown,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210555 +210555,S00124046,7c3,Outer City Hardship,S01011494,Forgewood - 05,4a,Challenged white communities,S02002159,Forgewood,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210556 +210556,S00124074,7c3,Outer City Hardship,S01011380,Muirhouse and Knowetop - 08,4d,Hard-pressed flat dwellers,S02002138,Muirhouse and Knowetop,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210557 +210557,S00124098,7c3,Outer City Hardship,S01011373,Muirhouse and Knowetop - 01,4d,Hard-pressed flat dwellers,S02002138,Muirhouse and Knowetop,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210558 +210558,S00124157,7c3,Outer City Hardship,S01011484,Motherwell West - 04,4a,Challenged white communities,S02002157,Motherwell West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210559 +210559,S00124183,7c3,Outer City Hardship,S01011487,Motherwell North - 02,4a,Challenged white communities,S02002158,Motherwell North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210560 +210560,S00124205,7c3,Outer City Hardship,S01011470,Carfin and Cleekhimin - 07,4a,Challenged white communities,S02002154,Carfin and Cleekhimin,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210561 +210561,S00124214,7c3,Outer City Hardship,S01011470,Carfin and Cleekhimin - 07,4a,Challenged white communities,S02002154,Carfin and Cleekhimin,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210562 +210562,S00124215,7c3,Outer City Hardship,S01011465,Carfin and Cleekhimin - 02,4d,Hard-pressed flat dwellers,S02002154,Carfin and Cleekhimin,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210563 +210563,S00123705,5a2,Multi-Ethnic Professionals with Families,S01011467,Carfin and Cleekhimin - 04,4a,Challenged white communities,S02002154,Carfin and Cleekhimin,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210564 +210564,S00125666,7c3,Outer City Hardship,S01011400,Wishaw North - 01,5c,Comfortable neighbourhoods,S02002142,Wishaw North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210565 +210565,S00124259,7c3,Outer City Hardship,S01011453,Newarthill - 02,4a,Challenged white communities,S02002151,Newarthill,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210566 +210566,S00124272,7c3,Outer City Hardship,S01011417,Newmains - 01,5c,Comfortable neighbourhoods,S02002145,Newmains,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210567 +210567,S00124294,7c3,Outer City Hardship,S01011425,Newmains - 09,5c,Comfortable neighbourhoods,S02002145,Newmains,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210568 +210568,S00124386,7c3,Outer City Hardship,S01011533,Fallside - 02,4d,Hard-pressed flat dwellers,S02002166,Fallside,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210569 +210569,S00124387,7c3,Outer City Hardship,S01011533,Fallside - 02,4d,Hard-pressed flat dwellers,S02002166,Fallside,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210570 +210570,S00124396,7c3,Outer City Hardship,S01011383,Craigneuk Wishaw - 02,4d,Hard-pressed flat dwellers,S02002139,Craigneuk Wishaw,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210571 +210571,S00124397,7c3,Outer City Hardship,S01011383,Craigneuk Wishaw - 02,4d,Hard-pressed flat dwellers,S02002139,Craigneuk Wishaw,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210572 +210572,S00124423,7c3,Outer City Hardship,S01011385,Craigneuk Wishaw - 04,4d,Hard-pressed flat dwellers,S02002139,Craigneuk Wishaw,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210573 +210573,S00124428,7c3,Outer City Hardship,S01011385,Craigneuk Wishaw - 04,4d,Hard-pressed flat dwellers,S02002139,Craigneuk Wishaw,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210574 +210574,S00124435,7c3,Outer City Hardship,S01011402,Wishaw North - 03,5c,Comfortable neighbourhoods,S02002142,Wishaw North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210575 +210575,S00124438,7c3,Outer City Hardship,S01011402,Wishaw North - 03,5c,Comfortable neighbourhoods,S02002142,Wishaw North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210576 +210576,S00124440,7c3,Outer City Hardship,S01011402,Wishaw North - 03,5c,Comfortable neighbourhoods,S02002142,Wishaw North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210577 +210577,S00124444,7c3,Outer City Hardship,S01011410,Coltness - 03,5d,Endeavouring social renters,S02002143,Coltness,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210578 +210578,S00124452,7c3,Outer City Hardship,S01011401,Wishaw North - 02,5a,Ageing urban communities,S02002142,Wishaw North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210579 +210579,S00124469,7c3,Outer City Hardship,S01011393,Wishaw South - 01,5c,Comfortable neighbourhoods,S02002141,Wishaw South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210580 +210580,S00124476,7c3,Outer City Hardship,S01011395,Wishaw South - 03,4d,Hard-pressed flat dwellers,S02002141,Wishaw South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210581 +210581,S00124485,7c3,Outer City Hardship,S01011396,Wishaw South - 04,4d,Hard-pressed flat dwellers,S02002141,Wishaw South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210582 +210582,S00124486,7c3,Outer City Hardship,S01011398,Wishaw South - 06,4a,Challenged white communities,S02002141,Wishaw South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210583 +210583,S00124548,7c3,Outer City Hardship,S01011367,Netherton and Kirkhill - 05,4a,Challenged white communities,S02002136,Netherton and Kirkhill,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210584 +210584,S00124556,7c3,Outer City Hardship,S01011363,Netherton and Kirkhill - 01,5c,Comfortable neighbourhoods,S02002136,Netherton and Kirkhill,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210585 +210585,S00124564,7c3,Outer City Hardship,S01011389,Pather - 02,4d,Hard-pressed flat dwellers,S02002140,Pather,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210586 +210586,S00124580,7c3,Outer City Hardship,S01011427,Allanton - Newmains Rural - 02,5c,Comfortable neighbourhoods,S02002146,Allanton - Newmains Rural,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210587 +210587,S00124581,7c3,Outer City Hardship,S01011427,Allanton - Newmains Rural - 02,5c,Comfortable neighbourhoods,S02002146,Allanton - Newmains Rural,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210588 +210588,S00124590,7c3,Outer City Hardship,S01011450,Cleland - 04,5c,Comfortable neighbourhoods,S02002150,Cleland,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210589 +210589,S00124606,7c3,Outer City Hardship,S01011434,Shotts - 05,5c,Comfortable neighbourhoods,S02002147,Shotts,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210590 +210590,S00124956,6b4,Older Workers and Retirement,S01011732,Condorrat - 05,8c,Comfortable suburbia,S02002199,Condorrat,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210591 +210591,S00124930,7c3,Outer City Hardship,S01011730,Condorrat - 03,5c,Comfortable neighbourhoods,S02002199,Condorrat,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210592 +210592,S00123928,6b4,Older Workers and Retirement,S01011564,Kirkshaws - 03,5d,Endeavouring social renters,S02002170,Kirkshaws,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210593 +210593,S00124964,6b4,Older Workers and Retirement,S01011735,Greenfaulds - 02,8c,Comfortable suburbia,S02002200,Greenfaulds,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210594 +210594,S00125026,7c3,Outer City Hardship,S01011787,Kilsyth East and Croy - 02,4a,Challenged white communities,S02002210,Kilsyth East and Croy,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210595 +210595,S00123998,6b4,Older Workers and Retirement,S01011619,Chapelhall West - 03,5b,Aspiring urban households,S02002180,Chapelhall West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210596 +210596,S00125685,7c3,Outer City Hardship,S01011396,Wishaw South - 04,4d,Hard-pressed flat dwellers,S02002141,Wishaw South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210597 +210597,S00125027,6b4,Older Workers and Retirement,S01011797,Kilsyth Bogside - 04,8b,Ageing suburbanites,S02002211,Kilsyth Bogside,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210598 +210598,S00125035,7c3,Outer City Hardship,S01011802,Balmalloch - 05,4a,Challenged white communities,S02002212,Balmalloch,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210599 +210599,S00124000,6b4,Older Workers and Retirement,S01011500,Holytown - 04,4a,Challenged white communities,S02002160,Holytown,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210600 +210600,S00124087,6b4,Older Workers and Retirement,S01011375,Muirhouse and Knowetop - 03,4a,Challenged white communities,S02002138,Muirhouse and Knowetop,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210601 +210601,S00123926,5a2,Multi-Ethnic Professionals with Families,S01011565,Kirkshaws - 04,4a,Challenged white communities,S02002170,Kirkshaws,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210602 +210602,S00124112,6b4,Older Workers and Retirement,S01011476,Ladywell - 01,8b,Ageing suburbanites,S02002156,Ladywell,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210603 +210603,S00125044,7c3,Outer City Hardship,S01011798,Balmalloch - 01,4a,Challenged white communities,S02002212,Balmalloch,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210604 +210604,S00125029,6b4,Older Workers and Retirement,S01011797,Kilsyth Bogside - 04,8b,Ageing suburbanites,S02002211,Kilsyth Bogside,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210605 +210605,S00124378,5a2,Multi-Ethnic Professionals with Families,S01011537,Fallside - 06,5b,Aspiring urban households,S02002166,Fallside,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210606 +210606,S00124121,6b4,Older Workers and Retirement,S01011476,Ladywell - 01,8b,Ageing suburbanites,S02002156,Ladywell,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210607 +210607,S00125732,7c3,Outer City Hardship,S01011445,Harthill and Salsburgh - 07,5c,Comfortable neighbourhoods,S02002149,Harthill and Salsburgh,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210608 +210608,S00125046,7c3,Outer City Hardship,S01011798,Balmalloch - 01,4a,Challenged white communities,S02002212,Balmalloch,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210609 +210609,S00125106,6b4,Older Workers and Retirement,S01011377,Muirhouse and Knowetop - 05,5c,Comfortable neighbourhoods,S02002138,Muirhouse and Knowetop,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210610 +210610,S00124122,6b4,Older Workers and Retirement,S01011478,Ladywell - 03,8a,Affluent communities,S02002156,Ladywell,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210611 +210611,S00123252,2c3,Professional Service Cosmopolitans,S01011712,Moodiesburn West - 04,4d,Hard-pressed flat dwellers,S02002196,Moodiesburn West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210612 +210612,S00123525,2c3,Professional Service Cosmopolitans,S01011655,Thrashbush - 01,4d,Hard-pressed flat dwellers,S02002187,Thrashbush,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210613 +210613,S00123836,2c3,Professional Service Cosmopolitans,S01011595,Sunnyside and Cliftonville - 04,5c,Comfortable neighbourhoods,S02002175,Sunnyside and Cliftonville,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210614 +210614,S00123837,2c3,Professional Service Cosmopolitans,S01011595,Sunnyside and Cliftonville - 04,5c,Comfortable neighbourhoods,S02002175,Sunnyside and Cliftonville,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210615 +210615,S00124974,2c3,Professional Service Cosmopolitans,S01011737,Greenfaulds - 04,4d,Hard-pressed flat dwellers,S02002200,Greenfaulds,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210616 +210616,S00125352,2c3,Professional Service Cosmopolitans,S01011753,Kildrum - 04,5c,Comfortable neighbourhoods,S02002203,Kildrum,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210617 +210617,S00123152,8c3,Renting Hard-Pressed Workers,S01011708,Chryston and Muirhead - 05,4a,Challenged white communities,S02002195,Chryston and Muirhead,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210618 +210618,S00123157,8c3,Renting Hard-Pressed Workers,S01011706,Chryston and Muirhead - 03,5a,Ageing urban communities,S02002195,Chryston and Muirhead,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210619 +210619,S00123207,8c3,Renting Hard-Pressed Workers,S01011702,Stepps - 02,5c,Comfortable neighbourhoods,S02002194,Stepps,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210620 +210620,S00123270,8c3,Renting Hard-Pressed Workers,S01011787,Kilsyth East and Croy - 02,4a,Challenged white communities,S02002210,Kilsyth East and Croy,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210621 +210621,S00123272,8c3,Renting Hard-Pressed Workers,S01011803,Balmalloch - 06,5d,Endeavouring social renters,S02002212,Balmalloch,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210622 +210622,S00123334,8c3,Renting Hard-Pressed Workers,S01011359,Overtown - 03,4a,Challenged white communities,S02002135,Overtown,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210623 +210623,S00123350,8c3,Renting Hard-Pressed Workers,S01011666,Airdrie North - 04,4d,Hard-pressed flat dwellers,S02002188,Airdrie North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210624 +210624,S00123351,8c3,Renting Hard-Pressed Workers,S01011659,Thrashbush - 05,4a,Challenged white communities,S02002187,Thrashbush,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210625 +210625,S00123370,8c3,Renting Hard-Pressed Workers,S01011664,Airdrie North - 02,4a,Challenged white communities,S02002188,Airdrie North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210626 +210626,S00123411,8c3,Renting Hard-Pressed Workers,S01011671,Drumgelloch - 03,5a,Ageing urban communities,S02002189,Drumgelloch,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210627 +210627,S00125376,5a2,Multi-Ethnic Professionals with Families,S01011459,Carfin North - 04,5c,Comfortable neighbourhoods,S02002152,Carfin North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210628 +210628,S00123422,8c3,Renting Hard-Pressed Workers,S01011635,Petersburn - 06,4a,Challenged white communities,S02002183,Petersburn,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210629 +210629,S00123425,8c3,Renting Hard-Pressed Workers,S01011635,Petersburn - 06,4a,Challenged white communities,S02002183,Petersburn,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210630 +210630,S00123462,8c3,Renting Hard-Pressed Workers,S01011640,Gartlea - 05,4a,Challenged white communities,S02002184,Gartlea,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210631 +210631,S00123464,8c3,Renting Hard-Pressed Workers,S01011636,Gartlea - 01,4a,Challenged white communities,S02002184,Gartlea,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210632 +210632,S00123465,8c3,Renting Hard-Pressed Workers,S01011640,Gartlea - 05,4a,Challenged white communities,S02002184,Gartlea,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210633 +210633,S00123494,8c3,Renting Hard-Pressed Workers,S01011645,Cairnhill - 05,5c,Comfortable neighbourhoods,S02002185,Cairnhill,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210634 +210634,S00123516,8c3,Renting Hard-Pressed Workers,S01011653,Coatdyke and Whinhall - 06,4a,Challenged white communities,S02002186,Coatdyke and Whinhall,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210635 +210635,S00123517,8c3,Renting Hard-Pressed Workers,S01011653,Coatdyke and Whinhall - 06,4a,Challenged white communities,S02002186,Coatdyke and Whinhall,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210636 +210636,S00123555,8c3,Renting Hard-Pressed Workers,S01011554,Kirkwood and Bargeddie - 02,5d,Endeavouring social renters,S02002169,Kirkwood and Bargeddie,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210637 +210637,S00123569,8c3,Renting Hard-Pressed Workers,S01011530,Bellshill Central - 03,4a,Challenged white communities,S02002165,Bellshill Central,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210638 +210638,S00123570,8c3,Renting Hard-Pressed Workers,S01011530,Bellshill Central - 03,4a,Challenged white communities,S02002165,Bellshill Central,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210639 +210639,S00123635,8c3,Renting Hard-Pressed Workers,S01011510,Milnwood - 06,4a,Challenged white communities,S02002161,Milnwood,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210640 +210640,S00123654,8c3,Renting Hard-Pressed Workers,S01011510,Milnwood - 06,4a,Challenged white communities,S02002161,Milnwood,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210641 +210641,S00123655,8c3,Renting Hard-Pressed Workers,S01011506,Milnwood - 02,5d,Endeavouring social renters,S02002161,Milnwood,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210642 +210642,S00123656,8c3,Renting Hard-Pressed Workers,S01011506,Milnwood - 02,5d,Endeavouring social renters,S02002161,Milnwood,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210643 +210643,S00123657,8c3,Renting Hard-Pressed Workers,S01011506,Milnwood - 02,5d,Endeavouring social renters,S02002161,Milnwood,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210644 +210644,S00123662,8c3,Renting Hard-Pressed Workers,S01011507,Milnwood - 03,4a,Challenged white communities,S02002161,Milnwood,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210645 +210645,S00123685,8c3,Renting Hard-Pressed Workers,S01011531,Bellshill Central - 04,5c,Comfortable neighbourhoods,S02002165,Bellshill Central,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210646 +210646,S00123686,8c3,Renting Hard-Pressed Workers,S01011531,Bellshill Central - 04,5c,Comfortable neighbourhoods,S02002165,Bellshill Central,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210647 +210647,S00123687,8c3,Renting Hard-Pressed Workers,S01011531,Bellshill Central - 04,5c,Comfortable neighbourhoods,S02002165,Bellshill Central,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210648 +210648,S00123702,8c3,Renting Hard-Pressed Workers,S01011616,Calderbank and Brownsburn - 04,4a,Challenged white communities,S02002179,Calderbank and Brownsburn,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210649 +210649,S00123721,8c3,Renting Hard-Pressed Workers,S01011617,Chapelhall West - 01,4a,Challenged white communities,S02002180,Chapelhall West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210650 +210650,S00123724,8c3,Renting Hard-Pressed Workers,S01011618,Chapelhall West - 02,4a,Challenged white communities,S02002180,Chapelhall West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210651 +210651,S00123781,8c3,Renting Hard-Pressed Workers,S01011589,Townhead - 05,5d,Endeavouring social renters,S02002174,Townhead,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210652 +210652,S00123785,8c3,Renting Hard-Pressed Workers,S01011589,Townhead - 05,5d,Endeavouring social renters,S02002174,Townhead,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210653 +210653,S00123792,8c3,Renting Hard-Pressed Workers,S01011590,Townhead - 06,4a,Challenged white communities,S02002174,Townhead,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210654 +210654,S00123801,8c3,Renting Hard-Pressed Workers,S01011588,Townhead - 04,4a,Challenged white communities,S02002174,Townhead,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210655 +210655,S00124127,6b4,Older Workers and Retirement,S01011480,Ladywell - 05,8a,Affluent communities,S02002156,Ladywell,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210656 +210656,S00125108,6b4,Older Workers and Retirement,S01011375,Muirhouse and Knowetop - 03,4a,Challenged white communities,S02002138,Muirhouse and Knowetop,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210657 +210657,S00125047,7c3,Outer City Hardship,S01011798,Balmalloch - 01,4a,Challenged white communities,S02002212,Balmalloch,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210658 +210658,S00124129,6b4,Older Workers and Retirement,S01011480,Ladywell - 05,8a,Affluent communities,S02002156,Ladywell,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210659 +210659,S00125114,6b4,Older Workers and Retirement,S01011476,Ladywell - 01,8b,Ageing suburbanites,S02002156,Ladywell,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210660 +210660,S00125055,7c3,Outer City Hardship,S01011795,Kilsyth Bogside - 02,4a,Challenged white communities,S02002211,Kilsyth Bogside,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210661 +210661,S00124200,6b4,Older Workers and Retirement,S01011483,Motherwell West - 03,8c,Comfortable suburbia,S02002157,Motherwell West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210662 +210662,S00125383,5a2,Multi-Ethnic Professionals with Families,S01011451,Cleland - 05,8c,Comfortable suburbia,S02002150,Cleland,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210663 +210663,S00125137,6b4,Older Workers and Retirement,S01011538,Fallside - 07,8c,Comfortable suburbia,S02002166,Fallside,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210664 +210664,S00125056,7c3,Outer City Hardship,S01011796,Kilsyth Bogside - 03,4d,Hard-pressed flat dwellers,S02002211,Kilsyth Bogside,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210665 +210665,S00125067,7c3,Outer City Hardship,S01011796,Kilsyth Bogside - 03,4d,Hard-pressed flat dwellers,S02002211,Kilsyth Bogside,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210666 +210666,S00125072,7c3,Outer City Hardship,S01011794,Kilsyth Bogside - 01,4a,Challenged white communities,S02002211,Kilsyth Bogside,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210667 +210667,S00125073,7c3,Outer City Hardship,S01011794,Kilsyth Bogside - 01,4a,Challenged white communities,S02002211,Kilsyth Bogside,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210668 +210668,S00125078,7c3,Outer City Hardship,S01011790,Kilsyth East and Croy - 05,5c,Comfortable neighbourhoods,S02002210,Kilsyth East and Croy,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210669 +210669,S00125079,7c3,Outer City Hardship,S01011791,Kilsyth East and Croy - 06,4a,Challenged white communities,S02002210,Kilsyth East and Croy,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210670 +210670,S00125080,7c3,Outer City Hardship,S01011791,Kilsyth East and Croy - 06,4a,Challenged white communities,S02002210,Kilsyth East and Croy,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210671 +210671,S00125081,7c3,Outer City Hardship,S01011791,Kilsyth East and Croy - 06,4a,Challenged white communities,S02002210,Kilsyth East and Croy,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210672 +210672,S00125086,7c3,Outer City Hardship,S01011790,Kilsyth East and Croy - 05,5c,Comfortable neighbourhoods,S02002210,Kilsyth East and Croy,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210673 +210673,S00125087,7c3,Outer City Hardship,S01011791,Kilsyth East and Croy - 06,4a,Challenged white communities,S02002210,Kilsyth East and Croy,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210674 +210674,S00125196,7c3,Outer City Hardship,S01011674,Drumgelloch - 06,5c,Comfortable neighbourhoods,S02002189,Drumgelloch,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210675 +210675,S00125212,7c3,Outer City Hardship,S01011554,Kirkwood and Bargeddie - 02,5d,Endeavouring social renters,S02002169,Kirkwood and Bargeddie,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210676 +210676,S00125227,7c3,Outer City Hardship,S01011690,Gartcosh and Marnock - 02,5c,Comfortable neighbourhoods,S02002192,Gartcosh and Marnock,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210677 +210677,S00125234,7c3,Outer City Hardship,S01011524,Bellshill South - 06,5c,Comfortable neighbourhoods,S02002163,Bellshill South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210678 +210678,S00125235,7c3,Outer City Hardship,S01011616,Calderbank and Brownsburn - 04,4a,Challenged white communities,S02002179,Calderbank and Brownsburn,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210679 +210679,S00125236,7c3,Outer City Hardship,S01011615,Calderbank and Brownsburn - 03,4a,Challenged white communities,S02002179,Calderbank and Brownsburn,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210680 +210680,S00125240,7c3,Outer City Hardship,S01011624,Chapelhall East - 05,5c,Comfortable neighbourhoods,S02002181,Chapelhall East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210681 +210681,S00125255,7c3,Outer City Hardship,S01011611,Greenend and Carnbroe - 06,5a,Ageing urban communities,S02002178,Greenend and Carnbroe,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210682 +210682,S00125277,7c3,Outer City Hardship,S01011639,Gartlea - 04,4d,Hard-pressed flat dwellers,S02002184,Gartlea,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210683 +210683,S00125280,7c3,Outer City Hardship,S01011645,Cairnhill - 05,5c,Comfortable neighbourhoods,S02002185,Cairnhill,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210684 +210684,S00125404,7c3,Outer City Hardship,S01011666,Airdrie North - 04,4d,Hard-pressed flat dwellers,S02002188,Airdrie North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210685 +210685,S00125445,7c3,Outer City Hardship,S01011654,Coatdyke and Whinhall - 07,4d,Hard-pressed flat dwellers,S02002186,Coatdyke and Whinhall,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210686 +210686,S00125464,7c3,Outer City Hardship,S01011513,Orbiston - 02,4d,Hard-pressed flat dwellers,S02002162,Orbiston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210687 +210687,S00125466,7c3,Outer City Hardship,S01011508,Milnwood - 04,4a,Challenged white communities,S02002161,Milnwood,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210688 +210688,S00125467,7c3,Outer City Hardship,S01011508,Milnwood - 04,4a,Challenged white communities,S02002161,Milnwood,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210689 +210689,S00125472,7c3,Outer City Hardship,S01011531,Bellshill Central - 04,5c,Comfortable neighbourhoods,S02002165,Bellshill Central,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210690 +210690,S00125479,7c3,Outer City Hardship,S01011623,Chapelhall East - 04,4a,Challenged white communities,S02002181,Chapelhall East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210691 +210691,S00125480,7c3,Outer City Hardship,S01011623,Chapelhall East - 04,4a,Challenged white communities,S02002181,Chapelhall East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210692 +210692,S00125528,7c3,Outer City Hardship,S01011572,Dundyvan - 04,4d,Hard-pressed flat dwellers,S02002171,Dundyvan,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210693 +210693,S00125559,7c3,Outer City Hardship,S01011381,Muirhouse and Knowetop - 09,5c,Comfortable neighbourhoods,S02002138,Muirhouse and Knowetop,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210694 +210694,S00125562,7c3,Outer City Hardship,S01011381,Muirhouse and Knowetop - 09,5c,Comfortable neighbourhoods,S02002138,Muirhouse and Knowetop,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210695 +210695,S00125614,7c3,Outer City Hardship,S01011464,Carfin and Cleekhimin - 01,5c,Comfortable neighbourhoods,S02002154,Carfin and Cleekhimin,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210696 +210696,S00124204,6b4,Older Workers and Retirement,S01011471,Motherwell South - 01,5c,Comfortable neighbourhoods,S02002155,Motherwell South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210697 +210697,S00125138,6b4,Older Workers and Retirement,S01011538,Fallside - 07,8c,Comfortable suburbia,S02002166,Fallside,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210698 +210698,S00124233,6b4,Older Workers and Retirement,S01011498,Holytown - 02,8c,Comfortable suburbia,S02002160,Holytown,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210699 +210699,S00124287,6b4,Older Workers and Retirement,S01011419,Newmains - 03,4a,Challenged white communities,S02002145,Newmains,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210700 +210700,S00124350,6b4,Older Workers and Retirement,S01011552,Birkenshaw - 07,5d,Endeavouring social renters,S02002168,Birkenshaw,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210701 +210701,S00124353,6b4,Older Workers and Retirement,S01011550,Birkenshaw - 05,8b,Ageing suburbanites,S02002168,Birkenshaw,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210702 +210702,S00124357,6b4,Older Workers and Retirement,S01011550,Birkenshaw - 05,8b,Ageing suburbanites,S02002168,Birkenshaw,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210703 +210703,S00124358,6b4,Older Workers and Retirement,S01011549,Birkenshaw - 04,5d,Endeavouring social renters,S02002168,Birkenshaw,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210704 +210704,S00124393,6b4,Older Workers and Retirement,S01011536,Fallside - 05,8c,Comfortable suburbia,S02002166,Fallside,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210705 +210705,S00124394,6b4,Older Workers and Retirement,S01011550,Birkenshaw - 05,8b,Ageing suburbanites,S02002168,Birkenshaw,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210706 +210706,S00125421,5a2,Multi-Ethnic Professionals with Families,S01011643,Cairnhill - 03,5c,Comfortable neighbourhoods,S02002185,Cairnhill,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210707 +210707,S00124442,6b4,Older Workers and Retirement,S01011407,Wishaw North - 08,5d,Endeavouring social renters,S02002142,Wishaw North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210708 +210708,S00124445,6b4,Older Workers and Retirement,S01011402,Wishaw North - 03,5c,Comfortable neighbourhoods,S02002142,Wishaw North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210709 +210709,S00124447,6b4,Older Workers and Retirement,S01011406,Wishaw North - 07,5d,Endeavouring social renters,S02002142,Wishaw North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210710 +210710,S00124493,6b4,Older Workers and Retirement,S01011415,Wishaw East - 03,5c,Comfortable neighbourhoods,S02002144,Wishaw East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210711 +210711,S00124511,6b4,Older Workers and Retirement,S01011413,Wishaw East - 01,8c,Comfortable suburbia,S02002144,Wishaw East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210712 +210712,S00124534,6b4,Older Workers and Retirement,S01011412,Coltness - 05,8b,Ageing suburbanites,S02002143,Coltness,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210713 +210713,S00124535,6b4,Older Workers and Retirement,S01011412,Coltness - 05,8b,Ageing suburbanites,S02002143,Coltness,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210714 +210714,S00124536,6b4,Older Workers and Retirement,S01011412,Coltness - 05,8b,Ageing suburbanites,S02002143,Coltness,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210715 +210715,S00124537,6b4,Older Workers and Retirement,S01011412,Coltness - 05,8b,Ageing suburbanites,S02002143,Coltness,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210716 +210716,S00124538,6b4,Older Workers and Retirement,S01011412,Coltness - 05,8b,Ageing suburbanites,S02002143,Coltness,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210717 +210717,S00124562,6b4,Older Workers and Retirement,S01011362,Overtown - 06,2c,Remoter communities,S02002135,Overtown,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210718 +210718,S00124591,6b4,Older Workers and Retirement,S01011448,Cleland - 02,5c,Comfortable neighbourhoods,S02002150,Cleland,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210719 +210719,S00124592,6b4,Older Workers and Retirement,S01011448,Cleland - 02,5c,Comfortable neighbourhoods,S02002150,Cleland,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210720 +210720,S00124594,6b4,Older Workers and Retirement,S01011448,Cleland - 02,5c,Comfortable neighbourhoods,S02002150,Cleland,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210721 +210721,S00124658,6b4,Older Workers and Retirement,S01011435,Stane - 01,8c,Comfortable suburbia,S02002148,Stane,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210722 +210722,S00124688,6b4,Older Workers and Retirement,S01011678,Caldercruix and Plains - 04,4d,Hard-pressed flat dwellers,S02002190,Caldercruix and Plains,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210723 +210723,S00124693,6b4,Older Workers and Retirement,S01011675,Caldercruix and Plains - 01,5d,Endeavouring social renters,S02002190,Caldercruix and Plains,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210724 +210724,S00124694,6b4,Older Workers and Retirement,S01011675,Caldercruix and Plains - 01,5d,Endeavouring social renters,S02002190,Caldercruix and Plains,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210725 +210725,S00124717,6b4,Older Workers and Retirement,S01011686,Glenmavis and Greengairs - 04,8c,Comfortable suburbia,S02002191,Glenmavis and Greengairs,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210726 +210726,S00124719,6b4,Older Workers and Retirement,S01011691,Gartcosh and Marnock - 03,5b,Aspiring urban households,S02002192,Gartcosh and Marnock,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210727 +210727,S00124724,6b4,Older Workers and Retirement,S01011690,Gartcosh and Marnock - 02,5c,Comfortable neighbourhoods,S02002192,Gartcosh and Marnock,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210728 +210728,S00124842,6b4,Older Workers and Retirement,S01011753,Kildrum - 04,5c,Comfortable neighbourhoods,S02002203,Kildrum,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210729 +210729,S00125846,5a2,Multi-Ethnic Professionals with Families,S01011413,Wishaw East - 01,8c,Comfortable suburbia,S02002144,Wishaw East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210730 +210730,S00125852,5a2,Multi-Ethnic Professionals with Families,S01011719,Westfield - 01,8c,Comfortable suburbia,S02002198,Westfield,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210731 +210731,S00125143,6b4,Older Workers and Retirement,S01011534,Fallside - 03,5c,Comfortable neighbourhoods,S02002166,Fallside,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210732 +210732,S00123116,6b1,Multi-Ethnic Suburbia,S01011699,Cardowan and Millerston - 04,5c,Comfortable neighbourhoods,S02002193,Cardowan and Millerston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210733 +210733,S00125230,6b4,Older Workers and Retirement,S01011690,Gartcosh and Marnock - 02,5c,Comfortable neighbourhoods,S02002192,Gartcosh and Marnock,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210734 +210734,S00124509,6b1,Multi-Ethnic Suburbia,S01011416,Wishaw East - 04,8c,Comfortable suburbia,S02002144,Wishaw East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210735 +210735,S00125099,6b1,Multi-Ethnic Suburbia,S01011497,Holytown - 01,5c,Comfortable neighbourhoods,S02002160,Holytown,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210736 +210736,S00125430,6b1,Multi-Ethnic Suburbia,S01011647,Cairnhill - 07,8c,Comfortable suburbia,S02002185,Cairnhill,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210737 +210737,S00125569,6b1,Multi-Ethnic Suburbia,S01011493,Forgewood - 04,8c,Comfortable suburbia,S02002159,Forgewood,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210738 +210738,S00125771,6b1,Multi-Ethnic Suburbia,S01011777,Balloch West - 01,8c,Comfortable suburbia,S02002208,Balloch West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210739 +210739,S00125795,6b1,Multi-Ethnic Suburbia,S01011725,Westfield - 07,8c,Comfortable suburbia,S02002198,Westfield,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210740 +210740,S00125905,6b1,Multi-Ethnic Suburbia,S01011601,Cliftonville - 04,8c,Comfortable suburbia,S02002176,Cliftonville,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210741 +210741,S00123110,6b4,Older Workers and Retirement,S01011700,Cardowan and Millerston - 05,5c,Comfortable neighbourhoods,S02002193,Cardowan and Millerston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210742 +210742,S00123114,6b4,Older Workers and Retirement,S01011699,Cardowan and Millerston - 04,5c,Comfortable neighbourhoods,S02002193,Cardowan and Millerston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210743 +210743,S00123115,6b4,Older Workers and Retirement,S01011699,Cardowan and Millerston - 04,5c,Comfortable neighbourhoods,S02002193,Cardowan and Millerston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210744 +210744,S00123135,6b4,Older Workers and Retirement,S01011701,Stepps - 01,5c,Comfortable neighbourhoods,S02002194,Stepps,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210745 +210745,S00123137,6b4,Older Workers and Retirement,S01011701,Stepps - 01,5c,Comfortable neighbourhoods,S02002194,Stepps,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210746 +210746,S00123143,6b4,Older Workers and Retirement,S01011707,Chryston and Muirhead - 04,8b,Ageing suburbanites,S02002195,Chryston and Muirhead,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210747 +210747,S00123145,6b4,Older Workers and Retirement,S01011707,Chryston and Muirhead - 04,8b,Ageing suburbanites,S02002195,Chryston and Muirhead,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210748 +210748,S00123155,6b4,Older Workers and Retirement,S01011706,Chryston and Muirhead - 03,5a,Ageing urban communities,S02002195,Chryston and Muirhead,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210749 +210749,S00123181,6b4,Older Workers and Retirement,S01011717,Moodiesburn East - 04,8b,Ageing suburbanites,S02002197,Moodiesburn East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210750 +210750,S00123188,6b4,Older Workers and Retirement,S01011709,Moodiesburn West - 01,5c,Comfortable neighbourhoods,S02002196,Moodiesburn West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210751 +210751,S00123189,6b4,Older Workers and Retirement,S01011709,Moodiesburn West - 01,5c,Comfortable neighbourhoods,S02002196,Moodiesburn West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210752 +210752,S00123219,6b4,Older Workers and Retirement,S01011714,Moodiesburn East - 01,8c,Comfortable suburbia,S02002197,Moodiesburn East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210753 +210753,S00123233,6b4,Older Workers and Retirement,S01011705,Chryston and Muirhead - 02,5c,Comfortable neighbourhoods,S02002195,Chryston and Muirhead,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210754 +210754,S00123242,6b4,Older Workers and Retirement,S01011704,Chryston and Muirhead - 01,8c,Comfortable suburbia,S02002195,Chryston and Muirhead,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210755 +210755,S00123243,6b4,Older Workers and Retirement,S01011699,Cardowan and Millerston - 04,5c,Comfortable neighbourhoods,S02002193,Cardowan and Millerston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210756 +210756,S00123255,6b4,Older Workers and Retirement,S01011716,Moodiesburn East - 03,5b,Aspiring urban households,S02002197,Moodiesburn East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210757 +210757,S00123269,6b4,Older Workers and Retirement,S01011714,Moodiesburn East - 01,8c,Comfortable suburbia,S02002197,Moodiesburn East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210758 +210758,S00123276,6b4,Older Workers and Retirement,S01011797,Kilsyth Bogside - 04,8b,Ageing suburbanites,S02002211,Kilsyth Bogside,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210759 +210759,S00123278,6b4,Older Workers and Retirement,S01011793,Kilsyth East and Croy - 08,5a,Ageing urban communities,S02002210,Kilsyth East and Croy,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210760 +210760,S00123324,6b4,Older Workers and Retirement,S01011430,Shotts - 01,5a,Ageing urban communities,S02002147,Shotts,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210761 +210761,S00123339,6b4,Older Workers and Retirement,S01011357,Overtown - 01,5c,Comfortable neighbourhoods,S02002135,Overtown,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210762 +210762,S00123357,6b4,Older Workers and Retirement,S01011660,Thrashbush - 06,5c,Comfortable neighbourhoods,S02002187,Thrashbush,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210763 +210763,S00123358,6b4,Older Workers and Retirement,S01011660,Thrashbush - 06,5c,Comfortable neighbourhoods,S02002187,Thrashbush,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210764 +210764,S00123453,6b4,Older Workers and Retirement,S01011613,Calderbank and Brownsburn - 01,8b,Ageing suburbanites,S02002179,Calderbank and Brownsburn,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210765 +210765,S00123454,6b4,Older Workers and Retirement,S01011613,Calderbank and Brownsburn - 01,8b,Ageing suburbanites,S02002179,Calderbank and Brownsburn,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210766 +210766,S00123455,6b4,Older Workers and Retirement,S01011613,Calderbank and Brownsburn - 01,8b,Ageing suburbanites,S02002179,Calderbank and Brownsburn,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210767 +210767,S00123486,6b4,Older Workers and Retirement,S01011641,Cairnhill - 01,8b,Ageing suburbanites,S02002185,Cairnhill,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210768 +210768,S00123514,6b4,Older Workers and Retirement,S01011652,Coatdyke and Whinhall - 05,5c,Comfortable neighbourhoods,S02002186,Coatdyke and Whinhall,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210769 +210769,S00123562,6b4,Older Workers and Retirement,S01011528,Bellshill Central - 01,4a,Challenged white communities,S02002165,Bellshill Central,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210770 +210770,S00123587,6b4,Older Workers and Retirement,S01011527,Hattonrigg - 03,5c,Comfortable neighbourhoods,S02002164,Hattonrigg,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210771 +210771,S00125247,6b4,Older Workers and Retirement,S01011589,Townhead - 05,5d,Endeavouring social renters,S02002174,Townhead,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210772 +210772,S00125253,6b4,Older Workers and Retirement,S01011607,Greenend and Carnbroe - 02,8c,Comfortable suburbia,S02002178,Greenend and Carnbroe,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210773 +210773,S00125288,6b4,Older Workers and Retirement,S01011622,Chapelhall East - 03,8c,Comfortable suburbia,S02002181,Chapelhall East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210774 +210774,S00125356,6b4,Older Workers and Retirement,S01011765,Abronhill North - 06,8c,Comfortable suburbia,S02002205,Abronhill North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210775 +210775,S00125373,6b4,Older Workers and Retirement,S01011685,Glenmavis and Greengairs - 03,8c,Comfortable suburbia,S02002191,Glenmavis and Greengairs,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210776 +210776,S00125375,6b4,Older Workers and Retirement,S01011685,Glenmavis and Greengairs - 03,8c,Comfortable suburbia,S02002191,Glenmavis and Greengairs,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210777 +210777,S00125391,6b4,Older Workers and Retirement,S01011662,Thrashbush - 08,8b,Ageing suburbanites,S02002187,Thrashbush,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210778 +210778,S00125392,6b4,Older Workers and Retirement,S01011662,Thrashbush - 08,8b,Ageing suburbanites,S02002187,Thrashbush,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210779 +210779,S00125397,6b4,Older Workers and Retirement,S01011660,Thrashbush - 06,5c,Comfortable neighbourhoods,S02002187,Thrashbush,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210780 +210780,S00125432,6b4,Older Workers and Retirement,S01011647,Cairnhill - 07,8c,Comfortable suburbia,S02002185,Cairnhill,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210781 +210781,S00125468,6b4,Older Workers and Retirement,S01011508,Milnwood - 04,4a,Challenged white communities,S02002161,Milnwood,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210782 +210782,S00125508,6b4,Older Workers and Retirement,S01011606,Greenend and Carnbroe - 01,8c,Comfortable suburbia,S02002178,Greenend and Carnbroe,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210783 +210783,S00125514,6b4,Older Workers and Retirement,S01011607,Greenend and Carnbroe - 02,8c,Comfortable suburbia,S02002178,Greenend and Carnbroe,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210784 +210784,S00125542,6b4,Older Workers and Retirement,S01011574,Dundyvan - 06,5d,Endeavouring social renters,S02002171,Dundyvan,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210785 +210785,S00125549,6b4,Older Workers and Retirement,S01011498,Holytown - 02,8c,Comfortable suburbia,S02002160,Holytown,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210786 +210786,S00125568,6b4,Older Workers and Retirement,S01011493,Forgewood - 04,8c,Comfortable suburbia,S02002159,Forgewood,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210787 +210787,S00125600,6b4,Older Workers and Retirement,S01011491,Forgewood - 02,4d,Hard-pressed flat dwellers,S02002159,Forgewood,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210788 +210788,S00125640,6b4,Older Workers and Retirement,S01011458,Carfin North - 03,8c,Comfortable suburbia,S02002152,Carfin North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210789 +210789,S00125652,6b4,Older Workers and Retirement,S01011537,Fallside - 06,5b,Aspiring urban households,S02002166,Fallside,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210790 +210790,S00125655,6b4,Older Workers and Retirement,S01011531,Bellshill Central - 04,5c,Comfortable neighbourhoods,S02002165,Bellshill Central,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210791 +210791,S00125671,6b4,Older Workers and Retirement,S01011403,Wishaw North - 04,5c,Comfortable neighbourhoods,S02002142,Wishaw North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210792 +210792,S00125681,6b4,Older Workers and Retirement,S01011397,Wishaw South - 05,4d,Hard-pressed flat dwellers,S02002141,Wishaw South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210793 +210793,S00125698,6b4,Older Workers and Retirement,S01011416,Wishaw East - 04,8c,Comfortable suburbia,S02002144,Wishaw East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210794 +210794,S00125699,6b4,Older Workers and Retirement,S01011416,Wishaw East - 04,8c,Comfortable suburbia,S02002144,Wishaw East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210795 +210795,S00125704,6b4,Older Workers and Retirement,S01011363,Netherton and Kirkhill - 01,5c,Comfortable neighbourhoods,S02002136,Netherton and Kirkhill,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210796 +210796,S00125707,6b4,Older Workers and Retirement,S01011388,Pather - 01,5c,Comfortable neighbourhoods,S02002140,Pather,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210797 +210797,S00125708,6b4,Older Workers and Retirement,S01011388,Pather - 01,5c,Comfortable neighbourhoods,S02002140,Pather,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210798 +210798,S00125710,6b4,Older Workers and Retirement,S01011388,Pather - 01,5c,Comfortable neighbourhoods,S02002140,Pather,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210799 +210799,S00125776,6b4,Older Workers and Retirement,S01011779,Balloch West - 03,8c,Comfortable suburbia,S02002208,Balloch West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210800 +210800,S00123930,8c3,Renting Hard-Pressed Workers,S01011564,Kirkshaws - 03,5d,Endeavouring social renters,S02002170,Kirkshaws,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210801 +210801,S00123977,8c3,Renting Hard-Pressed Workers,S01011558,Kirkwood and Bargeddie - 06,4a,Challenged white communities,S02002169,Kirkwood and Bargeddie,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210802 +210802,S00123989,8c3,Renting Hard-Pressed Workers,S01011561,Kirkwood and Bargeddie - 09,4a,Challenged white communities,S02002169,Kirkwood and Bargeddie,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210803 +210803,S00123990,8c3,Renting Hard-Pressed Workers,S01011561,Kirkwood and Bargeddie - 09,4a,Challenged white communities,S02002169,Kirkwood and Bargeddie,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210804 +210804,S00123992,8c3,Renting Hard-Pressed Workers,S01011576,Dundyvan - 08,4d,Hard-pressed flat dwellers,S02002171,Dundyvan,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210805 +210805,S00124025,8c3,Renting Hard-Pressed Workers,S01011504,Holytown - 08,5c,Comfortable neighbourhoods,S02002160,Holytown,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210806 +210806,S00124608,8c3,Renting Hard-Pressed Workers,S01011434,Shotts - 05,5c,Comfortable neighbourhoods,S02002147,Shotts,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210807 +210807,S00124026,8c3,Renting Hard-Pressed Workers,S01011504,Holytown - 08,5c,Comfortable neighbourhoods,S02002160,Holytown,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210808 +210808,S00124027,8c3,Renting Hard-Pressed Workers,S01011504,Holytown - 08,5c,Comfortable neighbourhoods,S02002160,Holytown,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210809 +210809,S00124048,8c3,Renting Hard-Pressed Workers,S01011494,Forgewood - 05,4a,Challenged white communities,S02002159,Forgewood,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210810 +210810,S00124610,8c3,Renting Hard-Pressed Workers,S01011431,Shotts - 02,4a,Challenged white communities,S02002147,Shotts,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210811 +210811,S00124050,8c3,Renting Hard-Pressed Workers,S01011494,Forgewood - 05,4a,Challenged white communities,S02002159,Forgewood,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210812 +210812,S00124618,8c3,Renting Hard-Pressed Workers,S01011432,Shotts - 03,4a,Challenged white communities,S02002147,Shotts,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210813 +210813,S00124066,8c3,Renting Hard-Pressed Workers,S01011472,Motherwell South - 02,4d,Hard-pressed flat dwellers,S02002155,Motherwell South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210814 +210814,S00124071,8c3,Renting Hard-Pressed Workers,S01011378,Muirhouse and Knowetop - 06,5c,Comfortable neighbourhoods,S02002138,Muirhouse and Knowetop,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210815 +210815,S00124073,8c3,Renting Hard-Pressed Workers,S01011378,Muirhouse and Knowetop - 06,5c,Comfortable neighbourhoods,S02002138,Muirhouse and Knowetop,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210816 +210816,S00124625,8c3,Renting Hard-Pressed Workers,S01011432,Shotts - 03,4a,Challenged white communities,S02002147,Shotts,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210817 +210817,S00125516,5b3,Self-Sufficient Retirement,S01011608,Greenend and Carnbroe - 03,8c,Comfortable suburbia,S02002178,Greenend and Carnbroe,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210818 +210818,S00123835,5b3,Self-Sufficient Retirement,S01011595,Sunnyside and Cliftonville - 04,5c,Comfortable neighbourhoods,S02002175,Sunnyside and Cliftonville,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210819 +210819,S00124075,8c3,Renting Hard-Pressed Workers,S01011378,Muirhouse and Knowetop - 06,5c,Comfortable neighbourhoods,S02002138,Muirhouse and Knowetop,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210820 +210820,S00124076,8c3,Renting Hard-Pressed Workers,S01011380,Muirhouse and Knowetop - 08,4d,Hard-pressed flat dwellers,S02002138,Muirhouse and Knowetop,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210821 +210821,S00124099,8c3,Renting Hard-Pressed Workers,S01011371,Muirhouse - 04,4d,Hard-pressed flat dwellers,S02002137,Muirhouse,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210822 +210822,S00124107,8c3,Renting Hard-Pressed Workers,S01011369,Muirhouse - 02,4a,Challenged white communities,S02002137,Muirhouse,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210823 +210823,S00124147,8c3,Renting Hard-Pressed Workers,S01011487,Motherwell North - 02,4a,Challenged white communities,S02002158,Motherwell North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210824 +210824,S00124171,8c3,Renting Hard-Pressed Workers,S01011486,Motherwell North - 01,4a,Challenged white communities,S02002158,Motherwell North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210825 +210825,S00124172,8c3,Renting Hard-Pressed Workers,S01011486,Motherwell North - 01,4a,Challenged white communities,S02002158,Motherwell North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210826 +210826,S00124178,8c3,Renting Hard-Pressed Workers,S01011486,Motherwell North - 01,4a,Challenged white communities,S02002158,Motherwell North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210827 +210827,S00124184,8c3,Renting Hard-Pressed Workers,S01011489,Motherwell North - 04,5c,Comfortable neighbourhoods,S02002158,Motherwell North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210828 +210828,S00124217,8c3,Renting Hard-Pressed Workers,S01011465,Carfin and Cleekhimin - 02,4d,Hard-pressed flat dwellers,S02002154,Carfin and Cleekhimin,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210829 +210829,S00124225,8c3,Renting Hard-Pressed Workers,S01011463,Clydesdale and New Stevenston - 04,5c,Comfortable neighbourhoods,S02002153,Clydesdale and New Stevenston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210830 +210830,S00124238,8c3,Renting Hard-Pressed Workers,S01011456,Carfin North - 01,4a,Challenged white communities,S02002152,Carfin North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210831 +210831,S00124257,8c3,Renting Hard-Pressed Workers,S01011453,Newarthill - 02,4a,Challenged white communities,S02002151,Newarthill,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210832 +210832,S00124260,8c3,Renting Hard-Pressed Workers,S01011453,Newarthill - 02,4a,Challenged white communities,S02002151,Newarthill,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210833 +210833,S00124263,8c3,Renting Hard-Pressed Workers,S01011453,Newarthill - 02,4a,Challenged white communities,S02002151,Newarthill,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210834 +210834,S00124273,8c3,Renting Hard-Pressed Workers,S01011417,Newmains - 01,5c,Comfortable neighbourhoods,S02002145,Newmains,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210835 +210835,S00124293,8c3,Renting Hard-Pressed Workers,S01011425,Newmains - 09,5c,Comfortable neighbourhoods,S02002145,Newmains,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210836 +210836,S00124301,8c3,Renting Hard-Pressed Workers,S01011424,Newmains - 08,4a,Challenged white communities,S02002145,Newmains,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210837 +210837,S00124322,8c3,Renting Hard-Pressed Workers,S01011544,Viewpark - 06,4a,Challenged white communities,S02002167,Viewpark,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210838 +210838,S00124384,8c3,Renting Hard-Pressed Workers,S01011534,Fallside - 03,5c,Comfortable neighbourhoods,S02002166,Fallside,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210839 +210839,S00124419,8c3,Renting Hard-Pressed Workers,S01011386,Craigneuk Wishaw - 05,4a,Challenged white communities,S02002139,Craigneuk Wishaw,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210840 +210840,S00124436,8c3,Renting Hard-Pressed Workers,S01011402,Wishaw North - 03,5c,Comfortable neighbourhoods,S02002142,Wishaw North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210841 +210841,S00124437,8c3,Renting Hard-Pressed Workers,S01011402,Wishaw North - 03,5c,Comfortable neighbourhoods,S02002142,Wishaw North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210842 +210842,S00124443,8c3,Renting Hard-Pressed Workers,S01011410,Coltness - 03,5d,Endeavouring social renters,S02002143,Coltness,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210843 +210843,S00124463,8c3,Renting Hard-Pressed Workers,S01011410,Coltness - 03,5d,Endeavouring social renters,S02002143,Coltness,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210844 +210844,S00124477,8c3,Renting Hard-Pressed Workers,S01011395,Wishaw South - 03,4d,Hard-pressed flat dwellers,S02002141,Wishaw South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210845 +210845,S00124479,8c3,Renting Hard-Pressed Workers,S01011397,Wishaw South - 05,4d,Hard-pressed flat dwellers,S02002141,Wishaw South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210846 +210846,S00124481,8c3,Renting Hard-Pressed Workers,S01011398,Wishaw South - 06,4a,Challenged white communities,S02002141,Wishaw South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210847 +210847,S00124503,8c3,Renting Hard-Pressed Workers,S01011404,Wishaw North - 05,4a,Challenged white communities,S02002142,Wishaw North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210848 +210848,S00124513,8c3,Renting Hard-Pressed Workers,S01011414,Wishaw East - 02,4a,Challenged white communities,S02002144,Wishaw East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210849 +210849,S00124518,8c3,Renting Hard-Pressed Workers,S01011408,Coltness - 01,4a,Challenged white communities,S02002143,Coltness,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210850 +210850,S00124524,8c3,Renting Hard-Pressed Workers,S01011409,Coltness - 02,4a,Challenged white communities,S02002143,Coltness,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210851 +210851,S00124529,8c3,Renting Hard-Pressed Workers,S01011409,Coltness - 02,4a,Challenged white communities,S02002143,Coltness,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210852 +210852,S00123134,5a1,White Professionals,S01011703,Stepps - 03,2b,Prospering countryside life,S02002194,Stepps,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210853 +210853,S00124507,6b3,Semi-Detached Ageing,S01011414,Wishaw East - 02,4a,Challenged white communities,S02002144,Wishaw East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210854 +210854,S00125868,8c3,Renting Hard-Pressed Workers,S01011774,Carrickstone - 04,5c,Comfortable neighbourhoods,S02002207,Carrickstone,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210855 +210855,S00125565,7d2,Retired Independent City Dwellers,S01011473,Motherwell South - 03,4d,Hard-pressed flat dwellers,S02002155,Motherwell South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210856 +210856,S00124569,8c3,Renting Hard-Pressed Workers,S01011390,Pather - 03,4a,Challenged white communities,S02002140,Pather,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210857 +210857,S00124570,8c3,Renting Hard-Pressed Workers,S01011390,Pather - 03,4a,Challenged white communities,S02002140,Pather,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210858 +210858,S00124571,8c3,Renting Hard-Pressed Workers,S01011390,Pather - 03,4a,Challenged white communities,S02002140,Pather,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210859 +210859,S00124588,8c3,Renting Hard-Pressed Workers,S01011449,Cleland - 03,4a,Challenged white communities,S02002150,Cleland,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210860 +210860,S00123172,5a1,White Professionals,S01011693,Gartcosh and Marnock - 05,5c,Comfortable neighbourhoods,S02002192,Gartcosh and Marnock,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210861 +210861,S00123849,5b3,Self-Sufficient Retirement,S01011594,Sunnyside and Cliftonville - 03,5c,Comfortable neighbourhoods,S02002175,Sunnyside and Cliftonville,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210862 +210862,S00125876,8c3,Renting Hard-Pressed Workers,S01011625,Craigneuk Airdrie - 01,4a,Challenged white communities,S02002182,Craigneuk Airdrie,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210863 +210863,S00123220,5a1,White Professionals,S01011718,Moodiesburn East - 05,8c,Comfortable suburbia,S02002197,Moodiesburn East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210864 +210864,S00124932,6b3,Semi-Detached Ageing,S01011730,Condorrat - 03,5c,Comfortable neighbourhoods,S02002199,Condorrat,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210865 +210865,S00124628,8c3,Renting Hard-Pressed Workers,S01011431,Shotts - 02,4a,Challenged white communities,S02002147,Shotts,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210866 +210866,S00125669,7d2,Retired Independent City Dwellers,S01011402,Wishaw North - 03,5c,Comfortable neighbourhoods,S02002142,Wishaw North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210867 +210867,S00123856,5b3,Self-Sufficient Retirement,S01011651,Coatdyke and Whinhall - 04,4d,Hard-pressed flat dwellers,S02002186,Coatdyke and Whinhall,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210868 +210868,S00123876,5b3,Self-Sufficient Retirement,S01011608,Greenend and Carnbroe - 03,8c,Comfortable suburbia,S02002178,Greenend and Carnbroe,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210869 +210869,S00124054,5b3,Self-Sufficient Retirement,S01011471,Motherwell South - 01,5c,Comfortable neighbourhoods,S02002155,Motherwell South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210870 +210870,S00124069,5b3,Self-Sufficient Retirement,S01011378,Muirhouse and Knowetop - 06,5c,Comfortable neighbourhoods,S02002138,Muirhouse and Knowetop,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210871 +210871,S00125572,5b3,Self-Sufficient Retirement,S01011379,Muirhouse and Knowetop - 07,8c,Comfortable suburbia,S02002138,Muirhouse and Knowetop,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210872 +210872,S00124072,5b3,Self-Sufficient Retirement,S01011377,Muirhouse and Knowetop - 05,5c,Comfortable neighbourhoods,S02002138,Muirhouse and Knowetop,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210873 +210873,S00124078,5b3,Self-Sufficient Retirement,S01011377,Muirhouse and Knowetop - 05,5c,Comfortable neighbourhoods,S02002138,Muirhouse and Knowetop,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210874 +210874,S00125575,5b3,Self-Sufficient Retirement,S01011381,Muirhouse and Knowetop - 09,5c,Comfortable neighbourhoods,S02002138,Muirhouse and Knowetop,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210875 +210875,S00124123,5b3,Self-Sufficient Retirement,S01011478,Ladywell - 03,8a,Affluent communities,S02002156,Ladywell,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210876 +210876,S00123235,5a1,White Professionals,S01011694,Gartcosh and Marnock - 06,5c,Comfortable neighbourhoods,S02002192,Gartcosh and Marnock,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210877 +210877,S00125090,1c2,Renting Rural Retirement,S01011793,Kilsyth East and Croy - 08,5a,Ageing urban communities,S02002210,Kilsyth East and Croy,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210878 +210878,S00125697,7d2,Retired Independent City Dwellers,S01011415,Wishaw East - 03,5c,Comfortable neighbourhoods,S02002144,Wishaw East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210879 +210879,S00124954,6b3,Semi-Detached Ageing,S01011732,Condorrat - 05,8c,Comfortable suburbia,S02002199,Condorrat,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210880 +210880,S00124656,8c3,Renting Hard-Pressed Workers,S01011436,Stane - 02,4a,Challenged white communities,S02002148,Stane,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210881 +210881,S00123499,7d4,Retired City Hardship,S01011644,Cairnhill - 04,5c,Comfortable neighbourhoods,S02002185,Cairnhill,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210882 +210882,S00125003,6b3,Semi-Detached Ageing,S01011781,Balloch West - 05,8b,Ageing suburbanites,S02002208,Balloch West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210883 +210883,S00123257,5a1,White Professionals,S01011716,Moodiesburn East - 03,5b,Aspiring urban households,S02002197,Moodiesburn East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210884 +210884,S00124663,8c3,Renting Hard-Pressed Workers,S01011445,Harthill and Salsburgh - 07,5c,Comfortable neighbourhoods,S02002149,Harthill and Salsburgh,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210885 +210885,S00125648,5b3,Self-Sufficient Retirement,S01011423,Newmains - 07,4d,Hard-pressed flat dwellers,S02002145,Newmains,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210886 +210886,S00123766,7d4,Retired City Hardship,S01011581,Coatbridge West - 02,4d,Hard-pressed flat dwellers,S02002173,Coatbridge West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210887 +210887,S00124124,5b3,Self-Sufficient Retirement,S01011478,Ladywell - 03,8a,Affluent communities,S02002156,Ladywell,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210888 +210888,S00125851,7d2,Retired Independent City Dwellers,S01011744,Cumbernauld Central - 01,4d,Hard-pressed flat dwellers,S02002202,Cumbernauld Central,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210889 +210889,S00125008,6b3,Semi-Detached Ageing,S01011780,Balloch West - 04,8c,Comfortable suburbia,S02002208,Balloch West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210890 +210890,S00123296,5a1,White Professionals,S01011691,Gartcosh and Marnock - 03,5b,Aspiring urban households,S02002192,Gartcosh and Marnock,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210891 +210891,S00124669,8c3,Renting Hard-Pressed Workers,S01011440,Harthill and Salsburgh - 02,4a,Challenged white communities,S02002149,Harthill and Salsburgh,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210892 +210892,S00125657,5b3,Self-Sufficient Retirement,S01011532,Fallside - 01,8c,Comfortable suburbia,S02002166,Fallside,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210893 +210893,S00123923,7d4,Retired City Hardship,S01011573,Dundyvan - 05,5c,Comfortable neighbourhoods,S02002171,Dundyvan,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210894 +210894,S00125284,7d4,Retired City Hardship,S01011655,Thrashbush - 01,4d,Hard-pressed flat dwellers,S02002187,Thrashbush,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210895 +210895,S00125741,7d4,Retired City Hardship,S01011745,Cumbernauld Central - 02,4a,Challenged white communities,S02002202,Cumbernauld Central,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210896 +210896,S00123771,7d3,Retired Communal City Dwellers,S01011597,Sunnyside and Cliftonville - 06,4d,Hard-pressed flat dwellers,S02002175,Sunnyside and Cliftonville,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210897 +210897,S00123878,7d3,Retired Communal City Dwellers,S01011611,Greenend and Carnbroe - 06,5a,Ageing urban communities,S02002178,Greenend and Carnbroe,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210898 +210898,S00123978,7d3,Retired Communal City Dwellers,S01011576,Dundyvan - 08,4d,Hard-pressed flat dwellers,S02002171,Dundyvan,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210899 +210899,S00124453,7d3,Retired Communal City Dwellers,S01011401,Wishaw North - 02,5a,Ageing urban communities,S02002142,Wishaw North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210900 +210900,S00124471,7d3,Retired Communal City Dwellers,S01011396,Wishaw South - 04,4d,Hard-pressed flat dwellers,S02002141,Wishaw South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210901 +210901,S00124552,7d3,Retired Communal City Dwellers,S01011366,Netherton and Kirkhill - 04,4d,Hard-pressed flat dwellers,S02002136,Netherton and Kirkhill,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210902 +210902,S00124853,7d3,Retired Communal City Dwellers,S01011768,Village and Castlecary - 03,4d,Hard-pressed flat dwellers,S02002206,Village and Castlecary,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210903 +210903,S00125263,7d3,Retired Communal City Dwellers,S01011570,Dundyvan - 02,4d,Hard-pressed flat dwellers,S02002171,Dundyvan,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210904 +210904,S00123260,7d2,Retired Independent City Dwellers,S01011713,Moodiesburn West - 05,5c,Comfortable neighbourhoods,S02002196,Moodiesburn West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210905 +210905,S00123330,7d2,Retired Independent City Dwellers,S01011361,Overtown - 05,4d,Hard-pressed flat dwellers,S02002135,Overtown,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210906 +210906,S00123333,7d2,Retired Independent City Dwellers,S01011359,Overtown - 03,4a,Challenged white communities,S02002135,Overtown,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210907 +210907,S00123342,7d2,Retired Independent City Dwellers,S01011643,Cairnhill - 03,5c,Comfortable neighbourhoods,S02002185,Cairnhill,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210908 +210908,S00123474,7d2,Retired Independent City Dwellers,S01011638,Gartlea - 03,4d,Hard-pressed flat dwellers,S02002184,Gartlea,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210909 +210909,S00123526,7d2,Retired Independent City Dwellers,S01011654,Coatdyke and Whinhall - 07,4d,Hard-pressed flat dwellers,S02002186,Coatdyke and Whinhall,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210910 +210910,S00123712,7d2,Retired Independent City Dwellers,S01011466,Carfin and Cleekhimin - 03,4d,Hard-pressed flat dwellers,S02002154,Carfin and Cleekhimin,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210911 +210911,S00123729,7d2,Retired Independent City Dwellers,S01011617,Chapelhall West - 01,4a,Challenged white communities,S02002180,Chapelhall West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210912 +210912,S00123820,7d2,Retired Independent City Dwellers,S01011594,Sunnyside and Cliftonville - 03,5c,Comfortable neighbourhoods,S02002175,Sunnyside and Cliftonville,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210913 +210913,S00123823,7d2,Retired Independent City Dwellers,S01011593,Sunnyside and Cliftonville - 02,5c,Comfortable neighbourhoods,S02002175,Sunnyside and Cliftonville,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210914 +210914,S00123854,7d2,Retired Independent City Dwellers,S01011651,Coatdyke and Whinhall - 04,4d,Hard-pressed flat dwellers,S02002186,Coatdyke and Whinhall,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210915 +210915,S00123903,7d2,Retired Independent City Dwellers,S01011603,Shawhead and Whifflet - 02,4d,Hard-pressed flat dwellers,S02002177,Shawhead and Whifflet,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210916 +210916,S00123904,7d2,Retired Independent City Dwellers,S01011603,Shawhead and Whifflet - 02,4d,Hard-pressed flat dwellers,S02002177,Shawhead and Whifflet,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210917 +210917,S00123906,7d2,Retired Independent City Dwellers,S01011603,Shawhead and Whifflet - 02,4d,Hard-pressed flat dwellers,S02002177,Shawhead and Whifflet,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210918 +210918,S00123925,7d2,Retired Independent City Dwellers,S01011573,Dundyvan - 05,5c,Comfortable neighbourhoods,S02002171,Dundyvan,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210919 +210919,S00124034,7d2,Retired Independent City Dwellers,S01011473,Motherwell South - 03,4d,Hard-pressed flat dwellers,S02002155,Motherwell South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210920 +210920,S00124039,7d2,Retired Independent City Dwellers,S01011474,Motherwell South - 04,4d,Hard-pressed flat dwellers,S02002155,Motherwell South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210921 +210921,S00124043,7d2,Retired Independent City Dwellers,S01011473,Motherwell South - 03,4d,Hard-pressed flat dwellers,S02002155,Motherwell South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210922 +210922,S00124080,7d2,Retired Independent City Dwellers,S01011475,Motherwell South - 05,4d,Hard-pressed flat dwellers,S02002155,Motherwell South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210923 +210923,S00124081,7d2,Retired Independent City Dwellers,S01011475,Motherwell South - 05,4d,Hard-pressed flat dwellers,S02002155,Motherwell South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210924 +210924,S00124165,7d2,Retired Independent City Dwellers,S01011482,Motherwell West - 02,4a,Challenged white communities,S02002157,Motherwell West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210925 +210925,S00124186,7d2,Retired Independent City Dwellers,S01011491,Forgewood - 02,4d,Hard-pressed flat dwellers,S02002159,Forgewood,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210926 +210926,S00124202,7d2,Retired Independent City Dwellers,S01011471,Motherwell South - 01,5c,Comfortable neighbourhoods,S02002155,Motherwell South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210927 +210927,S00124472,7d2,Retired Independent City Dwellers,S01011397,Wishaw South - 05,4d,Hard-pressed flat dwellers,S02002141,Wishaw South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210928 +210928,S00124567,7d2,Retired Independent City Dwellers,S01011389,Pather - 02,4d,Hard-pressed flat dwellers,S02002140,Pather,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210929 +210929,S00124583,7d2,Retired Independent City Dwellers,S01011428,Allanton - Newmains Rural - 03,5c,Comfortable neighbourhoods,S02002146,Allanton - Newmains Rural,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210930 +210930,S00124879,7d2,Retired Independent City Dwellers,S01011757,Abronhill South - 03,4a,Challenged white communities,S02002204,Abronhill South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210931 +210931,S00125063,7d2,Retired Independent City Dwellers,S01011792,Kilsyth East and Croy - 07,5c,Comfortable neighbourhoods,S02002210,Kilsyth East and Croy,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210932 +210932,S00125065,7d2,Retired Independent City Dwellers,S01011792,Kilsyth East and Croy - 07,5c,Comfortable neighbourhoods,S02002210,Kilsyth East and Croy,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210933 +210933,S00125066,7d2,Retired Independent City Dwellers,S01011792,Kilsyth East and Croy - 07,5c,Comfortable neighbourhoods,S02002210,Kilsyth East and Croy,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210934 +210934,S00125068,7d2,Retired Independent City Dwellers,S01011792,Kilsyth East and Croy - 07,5c,Comfortable neighbourhoods,S02002210,Kilsyth East and Croy,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210935 +210935,S00125084,7d2,Retired Independent City Dwellers,S01011791,Kilsyth East and Croy - 06,4a,Challenged white communities,S02002210,Kilsyth East and Croy,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210936 +210936,S00125458,7d2,Retired Independent City Dwellers,S01011518,Orbiston - 07,4a,Challenged white communities,S02002162,Orbiston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210937 +210937,S00125564,7d2,Retired Independent City Dwellers,S01011473,Motherwell South - 03,4d,Hard-pressed flat dwellers,S02002155,Motherwell South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210938 +210938,S00125128,1c1,Rural Employment and Retirees,S01011429,Allanton - Newmains Rural - 04,2a,Ageing rural neighbourhoods,S02002146,Allanton - Newmains Rural,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210939 +210939,S00125660,5b3,Self-Sufficient Retirement,S01011532,Fallside - 01,8c,Comfortable suburbia,S02002166,Fallside,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210940 +210940,S00125010,6b3,Semi-Detached Ageing,S01011783,Balloch East - 02,8c,Comfortable suburbia,S02002209,Balloch East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210941 +210941,S00124676,8c3,Renting Hard-Pressed Workers,S01011441,Harthill and Salsburgh - 03,4a,Challenged white communities,S02002149,Harthill and Salsburgh,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210942 +210942,S00124681,8c3,Renting Hard-Pressed Workers,S01011443,Harthill and Salsburgh - 05,4a,Challenged white communities,S02002149,Harthill and Salsburgh,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210943 +210943,S00123297,5a1,White Professionals,S01011579,Drumpellier and Langloan - 03,8c,Comfortable suburbia,S02002172,Drumpellier and Langloan,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210944 +210944,S00124682,8c3,Renting Hard-Pressed Workers,S01011442,Harthill and Salsburgh - 04,4a,Challenged white communities,S02002149,Harthill and Salsburgh,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210945 +210945,S00124683,8c3,Renting Hard-Pressed Workers,S01011443,Harthill and Salsburgh - 05,4a,Challenged white communities,S02002149,Harthill and Salsburgh,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210946 +210946,S00124687,8c3,Renting Hard-Pressed Workers,S01011442,Harthill and Salsburgh - 04,4a,Challenged white communities,S02002149,Harthill and Salsburgh,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210947 +210947,S00124697,8c3,Renting Hard-Pressed Workers,S01011675,Caldercruix and Plains - 01,5d,Endeavouring social renters,S02002190,Caldercruix and Plains,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210948 +210948,S00124698,8c3,Renting Hard-Pressed Workers,S01011676,Caldercruix and Plains - 02,4a,Challenged white communities,S02002190,Caldercruix and Plains,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210949 +210949,S00124731,8c3,Renting Hard-Pressed Workers,S01011680,Caldercruix and Plains - 06,4a,Challenged white communities,S02002190,Caldercruix and Plains,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210950 +210950,S00124734,8c3,Renting Hard-Pressed Workers,S01011680,Caldercruix and Plains - 06,4a,Challenged white communities,S02002190,Caldercruix and Plains,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210951 +210951,S00124739,8c3,Renting Hard-Pressed Workers,S01011684,Glenmavis and Greengairs - 02,5c,Comfortable neighbourhoods,S02002191,Glenmavis and Greengairs,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210952 +210952,S00124850,8c3,Renting Hard-Pressed Workers,S01011768,Village and Castlecary - 03,4d,Hard-pressed flat dwellers,S02002206,Village and Castlecary,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210953 +210953,S00124861,8c3,Renting Hard-Pressed Workers,S01011767,Village and Castlecary - 02,4a,Challenged white communities,S02002206,Village and Castlecary,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210954 +210954,S00124948,8c3,Renting Hard-Pressed Workers,S01011733,Condorrat - 06,5d,Endeavouring social renters,S02002199,Condorrat,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210955 +210955,S00124997,8c3,Renting Hard-Pressed Workers,S01011784,Balloch East - 03,4a,Challenged white communities,S02002209,Balloch East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210956 +210956,S00125039,8c3,Renting Hard-Pressed Workers,S01011799,Balmalloch - 02,5c,Comfortable neighbourhoods,S02002212,Balmalloch,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210957 +210957,S00125117,8c3,Renting Hard-Pressed Workers,S01011484,Motherwell West - 04,4a,Challenged white communities,S02002157,Motherwell West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210958 +210958,S00125122,8c3,Renting Hard-Pressed Workers,S01011470,Carfin and Cleekhimin - 07,4a,Challenged white communities,S02002154,Carfin and Cleekhimin,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210959 +210959,S00125258,1c1,Rural Employment and Retirees,S01011682,Caldercruix and Plains - 08,2c,Remoter communities,S02002190,Caldercruix and Plains,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210960 +210960,S00125015,6b3,Semi-Detached Ageing,S01011779,Balloch West - 03,8c,Comfortable suburbia,S02002208,Balloch West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210961 +210961,S00125673,5b3,Self-Sufficient Retirement,S01011401,Wishaw North - 02,5a,Ageing urban communities,S02002142,Wishaw North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210962 +210962,S00124139,5b3,Self-Sufficient Retirement,S01011479,Ladywell - 04,8c,Comfortable suburbia,S02002156,Ladywell,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210963 +210963,S00125124,8c3,Renting Hard-Pressed Workers,S01011463,Clydesdale and New Stevenston - 04,5c,Comfortable neighbourhoods,S02002153,Clydesdale and New Stevenston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210964 +210964,S00125127,8c3,Renting Hard-Pressed Workers,S01011455,Newarthill - 04,4a,Challenged white communities,S02002151,Newarthill,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210965 +210965,S00125152,8c3,Renting Hard-Pressed Workers,S01011396,Wishaw South - 04,4d,Hard-pressed flat dwellers,S02002141,Wishaw South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210966 +210966,S00125154,8c3,Renting Hard-Pressed Workers,S01011357,Overtown - 01,5c,Comfortable neighbourhoods,S02002135,Overtown,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210967 +210967,S00125164,8c3,Renting Hard-Pressed Workers,S01011430,Shotts - 01,5a,Ageing urban communities,S02002147,Shotts,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210968 +210968,S00125177,8c3,Renting Hard-Pressed Workers,S01011661,Thrashbush - 07,4a,Challenged white communities,S02002187,Thrashbush,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210969 +210969,S00125246,8c3,Renting Hard-Pressed Workers,S01011578,Drumpellier and Langloan - 02,4d,Hard-pressed flat dwellers,S02002172,Drumpellier and Langloan,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210970 +210970,S00125268,8c3,Renting Hard-Pressed Workers,S01011560,Kirkwood and Bargeddie - 08,4a,Challenged white communities,S02002169,Kirkwood and Bargeddie,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210971 +210971,S00125336,8c3,Renting Hard-Pressed Workers,S01011406,Wishaw North - 07,5d,Endeavouring social renters,S02002142,Wishaw North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210972 +210972,S00125485,8c3,Renting Hard-Pressed Workers,S01011582,Coatbridge West - 03,5a,Ageing urban communities,S02002173,Coatbridge West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210973 +210973,S00125503,8c3,Renting Hard-Pressed Workers,S01011605,Shawhead and Whifflet - 04,4a,Challenged white communities,S02002177,Shawhead and Whifflet,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210974 +210974,S00125504,8c3,Renting Hard-Pressed Workers,S01011605,Shawhead and Whifflet - 04,4a,Challenged white communities,S02002177,Shawhead and Whifflet,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210975 +210975,S00125520,8c3,Renting Hard-Pressed Workers,S01011611,Greenend and Carnbroe - 06,5a,Ageing urban communities,S02002178,Greenend and Carnbroe,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210976 +210976,S00125633,8c3,Renting Hard-Pressed Workers,S01011455,Newarthill - 04,4a,Challenged white communities,S02002151,Newarthill,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210977 +210977,S00125643,8c3,Renting Hard-Pressed Workers,S01011422,Newmains - 06,4a,Challenged white communities,S02002145,Newmains,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210978 +210978,S00125650,8c3,Renting Hard-Pressed Workers,S01011551,Birkenshaw - 06,5c,Comfortable neighbourhoods,S02002168,Birkenshaw,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210979 +210979,S00125675,8c3,Renting Hard-Pressed Workers,S01011401,Wishaw North - 02,5a,Ageing urban communities,S02002142,Wishaw North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210980 +210980,S00125676,8c3,Renting Hard-Pressed Workers,S01011401,Wishaw North - 02,5a,Ageing urban communities,S02002142,Wishaw North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210981 +210981,S00125677,8c3,Renting Hard-Pressed Workers,S01011393,Wishaw South - 01,5c,Comfortable neighbourhoods,S02002141,Wishaw South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210982 +210982,S00125691,8c3,Renting Hard-Pressed Workers,S01011399,Wishaw South - 07,4a,Challenged white communities,S02002141,Wishaw South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210983 +210983,S00125714,8c3,Renting Hard-Pressed Workers,S01011388,Pather - 01,5c,Comfortable neighbourhoods,S02002140,Pather,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210984 +210984,S00125805,8c3,Renting Hard-Pressed Workers,S01011802,Balmalloch - 05,4a,Challenged white communities,S02002212,Balmalloch,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210985 +210985,S00125806,8c3,Renting Hard-Pressed Workers,S01011802,Balmalloch - 05,4a,Challenged white communities,S02002212,Balmalloch,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210986 +210986,S00125808,8c3,Renting Hard-Pressed Workers,S01011800,Balmalloch - 03,5d,Endeavouring social renters,S02002212,Balmalloch,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210987 +210987,S00125848,8c3,Renting Hard-Pressed Workers,S01011692,Gartcosh and Marnock - 04,4a,Challenged white communities,S02002192,Gartcosh and Marnock,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210988 +210988,S00123309,1b1,Rural Life,S01011688,Glenmavis and Greengairs - 06,2d,Rural traits,S02002191,Glenmavis and Greengairs,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210989 +210989,S00125018,6b3,Semi-Detached Ageing,S01011783,Balloch East - 02,8c,Comfortable suburbia,S02002209,Balloch East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210990 +210990,S00125682,5b3,Self-Sufficient Retirement,S01011394,Wishaw South - 02,5c,Comfortable neighbourhoods,S02002141,Wishaw South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210991 +210991,S00124158,5b3,Self-Sufficient Retirement,S01011482,Motherwell West - 02,4a,Challenged white communities,S02002157,Motherwell West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210992 +210992,S00123302,5a1,White Professionals,S01011674,Drumgelloch - 06,5c,Comfortable neighbourhoods,S02002189,Drumgelloch,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210993 +210993,S00123323,1b1,Rural Life,S01011429,Allanton - Newmains Rural - 04,2a,Ageing rural neighbourhoods,S02002146,Allanton - Newmains Rural,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210994 +210994,S00125028,6b3,Semi-Detached Ageing,S01011797,Kilsyth Bogside - 04,8b,Ageing suburbanites,S02002211,Kilsyth Bogside,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210995 +210995,S00123306,5a1,White Professionals,S01011679,Caldercruix and Plains - 05,5b,Aspiring urban households,S02002190,Caldercruix and Plains,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210996 +210996,S00125700,5b3,Self-Sufficient Retirement,S01011365,Netherton and Kirkhill - 03,8c,Comfortable suburbia,S02002136,Netherton and Kirkhill,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210997 +210997,S00124726,1b1,Rural Life,S01011681,Caldercruix and Plains - 07,5d,Endeavouring social renters,S02002190,Caldercruix and Plains,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210998 +210998,S00124167,5b3,Self-Sufficient Retirement,S01011481,Motherwell West - 01,5c,Comfortable neighbourhoods,S02002157,Motherwell West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,210999 +210999,S00125115,6b3,Semi-Detached Ageing,S01011478,Ladywell - 03,8a,Affluent communities,S02002156,Ladywell,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211000 +211000,S00123314,5a1,White Professionals,S01011445,Harthill and Salsburgh - 07,5c,Comfortable neighbourhoods,S02002149,Harthill and Salsburgh,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211001 +211001,S00123315,5a1,White Professionals,S01011421,Newmains - 05,5b,Aspiring urban households,S02002145,Newmains,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211002 +211002,S00123368,5a1,White Professionals,S01011667,Airdrie North - 05,4d,Hard-pressed flat dwellers,S02002188,Airdrie North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211003 +211003,S00123374,5a1,White Professionals,S01011663,Airdrie North - 01,4d,Hard-pressed flat dwellers,S02002188,Airdrie North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211004 +211004,S00123448,5a1,White Professionals,S01011627,Craigneuk Airdrie - 03,8c,Comfortable suburbia,S02002182,Craigneuk Airdrie,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211005 +211005,S00123473,5a1,White Professionals,S01011638,Gartlea - 03,4d,Hard-pressed flat dwellers,S02002184,Gartlea,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211006 +211006,S00123578,5a1,White Professionals,S01011526,Hattonrigg - 02,4a,Challenged white communities,S02002164,Hattonrigg,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211007 +211007,S00123609,5a1,White Professionals,S01011515,Orbiston - 04,5b,Aspiring urban households,S02002162,Orbiston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211008 +211008,S00123610,5a1,White Professionals,S01011516,Orbiston - 05,8c,Comfortable suburbia,S02002162,Orbiston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211009 +211009,S00123706,5a1,White Professionals,S01011467,Carfin and Cleekhimin - 04,4a,Challenged white communities,S02002154,Carfin and Cleekhimin,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211010 +211010,S00123743,5a1,White Professionals,S01011582,Coatbridge West - 03,5a,Ageing urban communities,S02002173,Coatbridge West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211011 +211011,S00123855,5a1,White Professionals,S01011651,Coatdyke and Whinhall - 04,4d,Hard-pressed flat dwellers,S02002186,Coatdyke and Whinhall,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211012 +211012,S00124068,5a1,White Professionals,S01011378,Muirhouse and Knowetop - 06,5c,Comfortable neighbourhoods,S02002138,Muirhouse and Knowetop,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211013 +211013,S00124267,5a1,White Professionals,S01011452,Newarthill - 01,5c,Comfortable neighbourhoods,S02002151,Newarthill,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211014 +211014,S00124296,5a1,White Professionals,S01011425,Newmains - 09,5c,Comfortable neighbourhoods,S02002145,Newmains,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211015 +211015,S00124364,5a1,White Professionals,S01011548,Birkenshaw - 03,5d,Endeavouring social renters,S02002168,Birkenshaw,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211016 +211016,S00124660,5a1,White Professionals,S01011435,Stane - 01,8c,Comfortable suburbia,S02002148,Stane,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211017 +211017,S00124755,5a1,White Professionals,S01011742,Seafar - 04,4a,Challenged white communities,S02002201,Seafar,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211018 +211018,S00124902,5a1,White Professionals,S01011765,Abronhill North - 06,8c,Comfortable suburbia,S02002205,Abronhill North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211019 +211019,S00124904,5a1,White Professionals,S01011766,Village and Castlecary - 01,8c,Comfortable suburbia,S02002206,Village and Castlecary,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211020 +211020,S00125011,5a1,White Professionals,S01011783,Balloch East - 02,8c,Comfortable suburbia,S02002209,Balloch East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211021 +211021,S00125121,5a1,White Professionals,S01011490,Forgewood - 01,4b,Constrained renters,S02002159,Forgewood,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211022 +211022,S00125262,5a1,White Professionals,S01011677,Caldercruix and Plains - 03,5c,Comfortable neighbourhoods,S02002190,Caldercruix and Plains,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211023 +211023,S00125293,5a1,White Professionals,S01011577,Drumpellier and Langloan - 01,4d,Hard-pressed flat dwellers,S02002172,Drumpellier and Langloan,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211024 +211024,S00125378,5a1,White Professionals,S01011459,Carfin North - 04,5c,Comfortable neighbourhoods,S02002152,Carfin North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211025 +211025,S00125381,5a1,White Professionals,S01011459,Carfin North - 04,5c,Comfortable neighbourhoods,S02002152,Carfin North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211026 +211026,S00125416,5a1,White Professionals,S01011628,Craigneuk Airdrie - 04,8c,Comfortable suburbia,S02002182,Craigneuk Airdrie,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211027 +211027,S00125420,5a1,White Professionals,S01011643,Cairnhill - 03,5c,Comfortable neighbourhoods,S02002185,Cairnhill,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211028 +211028,S00125428,5a1,White Professionals,S01011647,Cairnhill - 07,8c,Comfortable suburbia,S02002185,Cairnhill,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211029 +211029,S00125429,5a1,White Professionals,S01011647,Cairnhill - 07,8c,Comfortable suburbia,S02002185,Cairnhill,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211030 +211030,S00125461,5a1,White Professionals,S01011516,Orbiston - 05,8c,Comfortable suburbia,S02002162,Orbiston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211031 +211031,S00125463,5a1,White Professionals,S01011516,Orbiston - 05,8c,Comfortable suburbia,S02002162,Orbiston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211032 +211032,S00125492,5a1,White Professionals,S01011601,Cliftonville - 04,8c,Comfortable suburbia,S02002176,Cliftonville,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211033 +211033,S00125493,5a1,White Professionals,S01011601,Cliftonville - 04,8c,Comfortable suburbia,S02002176,Cliftonville,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211034 +211034,S00125518,5a1,White Professionals,S01011608,Greenend and Carnbroe - 03,8c,Comfortable suburbia,S02002178,Greenend and Carnbroe,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211035 +211035,S00125539,5a1,White Professionals,S01011568,Kirkshaws - 07,5d,Endeavouring social renters,S02002170,Kirkshaws,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211036 +211036,S00125552,5a1,White Professionals,S01011498,Holytown - 02,8c,Comfortable suburbia,S02002160,Holytown,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211037 +211037,S00125566,5a1,White Professionals,S01011494,Forgewood - 05,4a,Challenged white communities,S02002159,Forgewood,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211038 +211038,S00125586,5a1,White Professionals,S01011370,Muirhouse - 03,5c,Comfortable neighbourhoods,S02002137,Muirhouse,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211039 +211039,S00125644,5a1,White Professionals,S01011421,Newmains - 05,5b,Aspiring urban households,S02002145,Newmains,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211040 +211040,S00125646,5a1,White Professionals,S01011421,Newmains - 05,5b,Aspiring urban households,S02002145,Newmains,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211041 +211041,S00125041,1b1,Rural Life,S01011799,Balmalloch - 02,5c,Comfortable neighbourhoods,S02002212,Balmalloch,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211042 +211042,S00125239,1b1,Rural Life,S01011622,Chapelhall East - 03,8c,Comfortable suburbia,S02002181,Chapelhall East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211043 +211043,S00125205,6b3,Semi-Detached Ageing,S01011642,Cairnhill - 02,5c,Comfortable neighbourhoods,S02002185,Cairnhill,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211044 +211044,S00125372,1b1,Rural Life,S01011685,Glenmavis and Greengairs - 03,8c,Comfortable suburbia,S02002191,Glenmavis and Greengairs,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211045 +211045,S00125281,6b3,Semi-Detached Ageing,S01011645,Cairnhill - 05,5c,Comfortable neighbourhoods,S02002185,Cairnhill,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211046 +211046,S00125218,1b2,Rural White-Collar Workers,S01011446,Harthill and Salsburgh - 08,2d,Rural traits,S02002149,Harthill and Salsburgh,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211047 +211047,S00125287,6b3,Semi-Detached Ageing,S01011509,Milnwood - 05,5d,Endeavouring social renters,S02002161,Milnwood,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211048 +211048,S00125370,1b2,Rural White-Collar Workers,S01011689,Gartcosh and Marnock - 01,2b,Prospering countryside life,S02002192,Gartcosh and Marnock,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211049 +211049,S00124224,5b3,Self-Sufficient Retirement,S01011462,Clydesdale and New Stevenston - 03,5c,Comfortable neighbourhoods,S02002153,Clydesdale and New Stevenston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211050 +211050,S00125388,6b3,Semi-Detached Ageing,S01011358,Overtown - 02,8c,Comfortable suburbia,S02002135,Overtown,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211051 +211051,S00125830,1b2,Rural White-Collar Workers,S01011426,Allanton - Newmains Rural - 01,2a,Ageing rural neighbourhoods,S02002146,Allanton - Newmains Rural,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211052 +211052,S00123307,1a1,Rural Workers and Families,S01011682,Caldercruix and Plains - 08,2c,Remoter communities,S02002190,Caldercruix and Plains,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211053 +211053,S00125725,5b3,Self-Sufficient Retirement,S01011430,Shotts - 01,5a,Ageing urban communities,S02002147,Shotts,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211054 +211054,S00123317,1a1,Rural Workers and Families,S01011426,Allanton - Newmains Rural - 01,2a,Ageing rural neighbourhoods,S02002146,Allanton - Newmains Rural,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211055 +211055,S00123319,1a1,Rural Workers and Families,S01011362,Overtown - 06,2c,Remoter communities,S02002135,Overtown,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211056 +211056,S00123320,1a1,Rural Workers and Families,S01011362,Overtown - 06,2c,Remoter communities,S02002135,Overtown,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211057 +211057,S00125250,1a1,Rural Workers and Families,S01011682,Caldercruix and Plains - 08,2c,Remoter communities,S02002190,Caldercruix and Plains,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211058 +211058,S00123118,5b3,Self-Sufficient Retirement,S01011701,Stepps - 01,5c,Comfortable neighbourhoods,S02002194,Stepps,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211059 +211059,S00123119,5b3,Self-Sufficient Retirement,S01011703,Stepps - 03,2b,Prospering countryside life,S02002194,Stepps,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211060 +211060,S00123132,5b3,Self-Sufficient Retirement,S01011701,Stepps - 01,5c,Comfortable neighbourhoods,S02002194,Stepps,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211061 +211061,S00123133,5b3,Self-Sufficient Retirement,S01011701,Stepps - 01,5c,Comfortable neighbourhoods,S02002194,Stepps,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211062 +211062,S00123140,5b3,Self-Sufficient Retirement,S01011704,Chryston and Muirhead - 01,8c,Comfortable suburbia,S02002195,Chryston and Muirhead,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211063 +211063,S00123146,5b3,Self-Sufficient Retirement,S01011708,Chryston and Muirhead - 05,4a,Challenged white communities,S02002195,Chryston and Muirhead,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211064 +211064,S00123168,5b3,Self-Sufficient Retirement,S01011693,Gartcosh and Marnock - 05,5c,Comfortable neighbourhoods,S02002192,Gartcosh and Marnock,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211065 +211065,S00123209,5b3,Self-Sufficient Retirement,S01011702,Stepps - 02,5c,Comfortable neighbourhoods,S02002194,Stepps,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211066 +211066,S00123234,5b3,Self-Sufficient Retirement,S01011706,Chryston and Muirhead - 03,5a,Ageing urban communities,S02002195,Chryston and Muirhead,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211067 +211067,S00123236,5b3,Self-Sufficient Retirement,S01011693,Gartcosh and Marnock - 05,5c,Comfortable neighbourhoods,S02002192,Gartcosh and Marnock,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211068 +211068,S00123305,5b3,Self-Sufficient Retirement,S01011446,Harthill and Salsburgh - 08,2d,Rural traits,S02002149,Harthill and Salsburgh,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211069 +211069,S00123310,5b3,Self-Sufficient Retirement,S01011688,Glenmavis and Greengairs - 06,2d,Rural traits,S02002191,Glenmavis and Greengairs,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211070 +211070,S00124234,5b3,Self-Sufficient Retirement,S01011463,Clydesdale and New Stevenston - 04,5c,Comfortable neighbourhoods,S02002153,Clydesdale and New Stevenston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211071 +211071,S00125395,6b3,Semi-Detached Ageing,S01011662,Thrashbush - 08,8b,Ageing suburbanites,S02002187,Thrashbush,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211072 +211072,S00123397,5b3,Self-Sufficient Retirement,S01011669,Drumgelloch - 01,5c,Comfortable neighbourhoods,S02002189,Drumgelloch,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211073 +211073,S00123398,5b3,Self-Sufficient Retirement,S01011669,Drumgelloch - 01,5c,Comfortable neighbourhoods,S02002189,Drumgelloch,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211074 +211074,S00123413,5b3,Self-Sufficient Retirement,S01011672,Drumgelloch - 04,4a,Challenged white communities,S02002189,Drumgelloch,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211075 +211075,S00123497,5b3,Self-Sufficient Retirement,S01011644,Cairnhill - 04,5c,Comfortable neighbourhoods,S02002185,Cairnhill,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211076 +211076,S00123501,5b3,Self-Sufficient Retirement,S01011650,Coatdyke and Whinhall - 03,5c,Comfortable neighbourhoods,S02002186,Coatdyke and Whinhall,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211077 +211077,S00123511,5b3,Self-Sufficient Retirement,S01011654,Coatdyke and Whinhall - 07,4d,Hard-pressed flat dwellers,S02002186,Coatdyke and Whinhall,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211078 +211078,S00123515,5b3,Self-Sufficient Retirement,S01011652,Coatdyke and Whinhall - 05,5c,Comfortable neighbourhoods,S02002186,Coatdyke and Whinhall,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211079 +211079,S00123666,5b3,Self-Sufficient Retirement,S01011508,Milnwood - 04,4a,Challenged white communities,S02002161,Milnwood,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211080 +211080,S00123711,5b3,Self-Sufficient Retirement,S01011466,Carfin and Cleekhimin - 03,4d,Hard-pressed flat dwellers,S02002154,Carfin and Cleekhimin,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211081 +211081,S00123723,5b3,Self-Sufficient Retirement,S01011623,Chapelhall East - 04,4a,Challenged white communities,S02002181,Chapelhall East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211082 +211082,S00123744,5b3,Self-Sufficient Retirement,S01011582,Coatbridge West - 03,5a,Ageing urban communities,S02002173,Coatbridge West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211083 +211083,S00123745,5b3,Self-Sufficient Retirement,S01011583,Coatbridge West - 04,4d,Hard-pressed flat dwellers,S02002173,Coatbridge West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211084 +211084,S00123750,5b3,Self-Sufficient Retirement,S01011582,Coatbridge West - 03,5a,Ageing urban communities,S02002173,Coatbridge West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211085 +211085,S00123767,5b3,Self-Sufficient Retirement,S01011582,Coatbridge West - 03,5a,Ageing urban communities,S02002173,Coatbridge West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211086 +211086,S00123768,5b3,Self-Sufficient Retirement,S01011581,Coatbridge West - 02,4d,Hard-pressed flat dwellers,S02002173,Coatbridge West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211087 +211087,S00123821,5b3,Self-Sufficient Retirement,S01011594,Sunnyside and Cliftonville - 03,5c,Comfortable neighbourhoods,S02002175,Sunnyside and Cliftonville,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211088 +211088,S00123824,5b3,Self-Sufficient Retirement,S01011593,Sunnyside and Cliftonville - 02,5c,Comfortable neighbourhoods,S02002175,Sunnyside and Cliftonville,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211089 +211089,S00123829,5b3,Self-Sufficient Retirement,S01011596,Sunnyside and Cliftonville - 05,4b,Constrained renters,S02002175,Sunnyside and Cliftonville,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211090 +211090,S00125726,5b3,Self-Sufficient Retirement,S01011430,Shotts - 01,5a,Ageing urban communities,S02002147,Shotts,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211091 +211091,S00125762,5b3,Self-Sufficient Retirement,S01011722,Westfield - 04,5d,Endeavouring social renters,S02002198,Westfield,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211092 +211092,S00125778,5b3,Self-Sufficient Retirement,S01011778,Balloch West - 02,5c,Comfortable neighbourhoods,S02002208,Balloch West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211093 +211093,S00125505,6b3,Semi-Detached Ageing,S01011607,Greenend and Carnbroe - 02,8c,Comfortable suburbia,S02002178,Greenend and Carnbroe,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211094 +211094,S00125533,6b3,Semi-Detached Ageing,S01011573,Dundyvan - 05,5c,Comfortable neighbourhoods,S02002171,Dundyvan,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211095 +211095,S00125721,6b3,Semi-Detached Ageing,S01011448,Cleland - 02,5c,Comfortable neighbourhoods,S02002150,Cleland,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211096 +211096,S00125820,5b3,Self-Sufficient Retirement,S01011628,Craigneuk Airdrie - 04,8c,Comfortable suburbia,S02002182,Craigneuk Airdrie,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211097 +211097,S00125906,6b3,Semi-Detached Ageing,S01011601,Cliftonville - 04,8c,Comfortable suburbia,S02002176,Cliftonville,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211098 +211098,S00125824,5b3,Self-Sufficient Retirement,S01011626,Craigneuk Airdrie - 02,8c,Comfortable suburbia,S02002182,Craigneuk Airdrie,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211099 +211099,S00123415,7a1,Transitional Eastern European Neighbourhoods,S01011673,Drumgelloch - 05,4d,Hard-pressed flat dwellers,S02002189,Drumgelloch,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211100 +211100,S00125873,5b3,Self-Sufficient Retirement,S01011774,Carrickstone - 04,5c,Comfortable neighbourhoods,S02002207,Carrickstone,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211101 +211101,S00123424,7a1,Transitional Eastern European Neighbourhoods,S01011635,Petersburn - 06,4a,Challenged white communities,S02002183,Petersburn,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211102 +211102,S00123113,6b3,Semi-Detached Ageing,S01011700,Cardowan and Millerston - 05,5c,Comfortable neighbourhoods,S02002193,Cardowan and Millerston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211103 +211103,S00123508,7a1,Transitional Eastern European Neighbourhoods,S01011651,Coatdyke and Whinhall - 04,4d,Hard-pressed flat dwellers,S02002186,Coatdyke and Whinhall,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211104 +211104,S00123144,6b3,Semi-Detached Ageing,S01011707,Chryston and Muirhead - 04,8b,Ageing suburbanites,S02002195,Chryston and Muirhead,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211105 +211105,S00123509,7a1,Transitional Eastern European Neighbourhoods,S01011654,Coatdyke and Whinhall - 07,4d,Hard-pressed flat dwellers,S02002186,Coatdyke and Whinhall,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211106 +211106,S00123530,7a1,Transitional Eastern European Neighbourhoods,S01011657,Thrashbush - 03,4d,Hard-pressed flat dwellers,S02002187,Thrashbush,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211107 +211107,S00123531,7a1,Transitional Eastern European Neighbourhoods,S01011657,Thrashbush - 03,4d,Hard-pressed flat dwellers,S02002187,Thrashbush,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211108 +211108,S00123709,7a1,Transitional Eastern European Neighbourhoods,S01011466,Carfin and Cleekhimin - 03,4d,Hard-pressed flat dwellers,S02002154,Carfin and Cleekhimin,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211109 +211109,S00124196,7a1,Transitional Eastern European Neighbourhoods,S01011496,Forgewood - 07,4d,Hard-pressed flat dwellers,S02002159,Forgewood,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211110 +211110,S00124203,7a1,Transitional Eastern European Neighbourhoods,S01011471,Motherwell South - 01,5c,Comfortable neighbourhoods,S02002155,Motherwell South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211111 +211111,S00124207,7a1,Transitional Eastern European Neighbourhoods,S01011469,Carfin and Cleekhimin - 06,4b,Constrained renters,S02002154,Carfin and Cleekhimin,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211112 +211112,S00124211,7a1,Transitional Eastern European Neighbourhoods,S01011469,Carfin and Cleekhimin - 06,4b,Constrained renters,S02002154,Carfin and Cleekhimin,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211113 +211113,S00124226,7a1,Transitional Eastern European Neighbourhoods,S01011461,Clydesdale and New Stevenston - 02,4d,Hard-pressed flat dwellers,S02002153,Clydesdale and New Stevenston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211114 +211114,S00124400,7a1,Transitional Eastern European Neighbourhoods,S01011382,Craigneuk Wishaw - 01,4d,Hard-pressed flat dwellers,S02002139,Craigneuk Wishaw,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211115 +211115,S00124401,7a1,Transitional Eastern European Neighbourhoods,S01011382,Craigneuk Wishaw - 01,4d,Hard-pressed flat dwellers,S02002139,Craigneuk Wishaw,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211116 +211116,S00124643,7a1,Transitional Eastern European Neighbourhoods,S01011436,Stane - 02,4a,Challenged white communities,S02002148,Stane,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211117 +211117,S00124653,7a1,Transitional Eastern European Neighbourhoods,S01011437,Stane - 03,4a,Challenged white communities,S02002148,Stane,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211118 +211118,S00124784,7a1,Transitional Eastern European Neighbourhoods,S01011738,Greenfaulds - 05,4b,Constrained renters,S02002200,Greenfaulds,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211119 +211119,S00124794,7a1,Transitional Eastern European Neighbourhoods,S01011740,Seafar - 02,4d,Hard-pressed flat dwellers,S02002201,Seafar,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211120 +211120,S00124808,7a1,Transitional Eastern European Neighbourhoods,S01011749,Cumbernauld Central - 06,4d,Hard-pressed flat dwellers,S02002202,Cumbernauld Central,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211121 +211121,S00124810,7a1,Transitional Eastern European Neighbourhoods,S01011748,Cumbernauld Central - 05,4d,Hard-pressed flat dwellers,S02002202,Cumbernauld Central,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211122 +211122,S00124817,7a1,Transitional Eastern European Neighbourhoods,S01011747,Cumbernauld Central - 04,4d,Hard-pressed flat dwellers,S02002202,Cumbernauld Central,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211123 +211123,S00124819,7a1,Transitional Eastern European Neighbourhoods,S01011747,Cumbernauld Central - 04,4d,Hard-pressed flat dwellers,S02002202,Cumbernauld Central,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211124 +211124,S00125120,7a1,Transitional Eastern European Neighbourhoods,S01011492,Forgewood - 03,4b,Constrained renters,S02002159,Forgewood,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211125 +211125,S00125248,7a1,Transitional Eastern European Neighbourhoods,S01011599,Cliftonville - 02,4d,Hard-pressed flat dwellers,S02002176,Cliftonville,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211126 +211126,S00125298,7a1,Transitional Eastern European Neighbourhoods,S01011585,Townhead - 01,4d,Hard-pressed flat dwellers,S02002174,Townhead,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211127 +211127,S00125409,7a1,Transitional Eastern European Neighbourhoods,S01011672,Drumgelloch - 04,4a,Challenged white communities,S02002189,Drumgelloch,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211128 +211128,S00125573,7a1,Transitional Eastern European Neighbourhoods,S01011380,Muirhouse and Knowetop - 08,4d,Hard-pressed flat dwellers,S02002138,Muirhouse and Knowetop,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211129 +211129,S00125605,7a1,Transitional Eastern European Neighbourhoods,S01011492,Forgewood - 03,4b,Constrained renters,S02002159,Forgewood,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211130 +211130,S00125608,7a1,Transitional Eastern European Neighbourhoods,S01011496,Forgewood - 07,4d,Hard-pressed flat dwellers,S02002159,Forgewood,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211131 +211131,S00125748,7a1,Transitional Eastern European Neighbourhoods,S01011740,Seafar - 02,4d,Hard-pressed flat dwellers,S02002201,Seafar,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211132 +211132,S00123124,5a1,White Professionals,S01011697,Cardowan and Millerston - 02,5c,Comfortable neighbourhoods,S02002193,Cardowan and Millerston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211133 +211133,S00123180,6b3,Semi-Detached Ageing,S01011717,Moodiesburn East - 04,8b,Ageing suburbanites,S02002197,Moodiesburn East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211134 +211134,S00123182,6b3,Semi-Detached Ageing,S01011717,Moodiesburn East - 04,8b,Ageing suburbanites,S02002197,Moodiesburn East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211135 +211135,S00123183,6b3,Semi-Detached Ageing,S01011717,Moodiesburn East - 04,8b,Ageing suburbanites,S02002197,Moodiesburn East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211136 +211136,S00123184,6b3,Semi-Detached Ageing,S01011713,Moodiesburn West - 05,5c,Comfortable neighbourhoods,S02002196,Moodiesburn West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211137 +211137,S00123185,6b3,Semi-Detached Ageing,S01011713,Moodiesburn West - 05,5c,Comfortable neighbourhoods,S02002196,Moodiesburn West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211138 +211138,S00123186,6b3,Semi-Detached Ageing,S01011713,Moodiesburn West - 05,5c,Comfortable neighbourhoods,S02002196,Moodiesburn West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211139 +211139,S00123187,6b3,Semi-Detached Ageing,S01011713,Moodiesburn West - 05,5c,Comfortable neighbourhoods,S02002196,Moodiesburn West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211140 +211140,S00123213,6b3,Semi-Detached Ageing,S01011713,Moodiesburn West - 05,5c,Comfortable neighbourhoods,S02002196,Moodiesburn West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211141 +211141,S00123240,6b3,Semi-Detached Ageing,S01011717,Moodiesburn East - 04,8b,Ageing suburbanites,S02002197,Moodiesburn East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211142 +211142,S00123244,6b3,Semi-Detached Ageing,S01011699,Cardowan and Millerston - 04,5c,Comfortable neighbourhoods,S02002193,Cardowan and Millerston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211143 +211143,S00123246,6b3,Semi-Detached Ageing,S01011698,Cardowan and Millerston - 03,4a,Challenged white communities,S02002193,Cardowan and Millerston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211144 +211144,S00123256,6b3,Semi-Detached Ageing,S01011716,Moodiesburn East - 03,5b,Aspiring urban households,S02002197,Moodiesburn East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211145 +211145,S00123431,6b3,Semi-Detached Ageing,S01011630,Petersburn - 01,5d,Endeavouring social renters,S02002183,Petersburn,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211146 +211146,S00123452,6b3,Semi-Detached Ageing,S01011628,Craigneuk Airdrie - 04,8c,Comfortable suburbia,S02002182,Craigneuk Airdrie,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211147 +211147,S00123456,6b3,Semi-Detached Ageing,S01011613,Calderbank and Brownsburn - 01,8b,Ageing suburbanites,S02002179,Calderbank and Brownsburn,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211148 +211148,S00123488,6b3,Semi-Detached Ageing,S01011646,Cairnhill - 06,8b,Ageing suburbanites,S02002185,Cairnhill,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211149 +211149,S00123490,6b3,Semi-Detached Ageing,S01011647,Cairnhill - 07,8c,Comfortable suburbia,S02002185,Cairnhill,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211150 +211150,S00123737,6b3,Semi-Detached Ageing,S01011579,Drumpellier and Langloan - 03,8c,Comfortable suburbia,S02002172,Drumpellier and Langloan,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211151 +211151,S00123740,6b3,Semi-Detached Ageing,S01011579,Drumpellier and Langloan - 03,8c,Comfortable suburbia,S02002172,Drumpellier and Langloan,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211152 +211152,S00123780,6b3,Semi-Detached Ageing,S01011582,Coatbridge West - 03,5a,Ageing urban communities,S02002173,Coatbridge West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211153 +211153,S00123879,6b3,Semi-Detached Ageing,S01011611,Greenend and Carnbroe - 06,5a,Ageing urban communities,S02002178,Greenend and Carnbroe,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211154 +211154,S00123956,6b3,Semi-Detached Ageing,S01011568,Kirkshaws - 07,5d,Endeavouring social renters,S02002170,Kirkshaws,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211155 +211155,S00124119,6b3,Semi-Detached Ageing,S01011477,Ladywell - 02,8b,Ageing suburbanites,S02002156,Ladywell,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211156 +211156,S00124120,6b3,Semi-Detached Ageing,S01011476,Ladywell - 01,8b,Ageing suburbanites,S02002156,Ladywell,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211157 +211157,S00124134,6b3,Semi-Detached Ageing,S01011479,Ladywell - 04,8c,Comfortable suburbia,S02002156,Ladywell,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211158 +211158,S00124137,6b3,Semi-Detached Ageing,S01011479,Ladywell - 04,8c,Comfortable suburbia,S02002156,Ladywell,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211159 +211159,S00124354,6b3,Semi-Detached Ageing,S01011550,Birkenshaw - 05,8b,Ageing suburbanites,S02002168,Birkenshaw,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211160 +211160,S00124355,6b3,Semi-Detached Ageing,S01011550,Birkenshaw - 05,8b,Ageing suburbanites,S02002168,Birkenshaw,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211161 +211161,S00124369,6b3,Semi-Detached Ageing,S01011549,Birkenshaw - 04,5d,Endeavouring social renters,S02002168,Birkenshaw,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211162 +211162,S00124370,6b3,Semi-Detached Ageing,S01011549,Birkenshaw - 04,5d,Endeavouring social renters,S02002168,Birkenshaw,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211163 +211163,S00124372,6b3,Semi-Detached Ageing,S01011538,Fallside - 07,8c,Comfortable suburbia,S02002166,Fallside,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211164 +211164,S00124496,6b3,Semi-Detached Ageing,S01011405,Wishaw North - 06,5c,Comfortable neighbourhoods,S02002142,Wishaw North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211165 +211165,S00124269,5b3,Self-Sufficient Retirement,S01011417,Newmains - 01,5c,Comfortable neighbourhoods,S02002145,Newmains,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211166 +211166,S00124376,5b3,Self-Sufficient Retirement,S01011536,Fallside - 05,8c,Comfortable suburbia,S02002166,Fallside,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211167 +211167,S00124392,5b3,Self-Sufficient Retirement,S01011536,Fallside - 05,8c,Comfortable suburbia,S02002166,Fallside,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211168 +211168,S00124439,5b3,Self-Sufficient Retirement,S01011402,Wishaw North - 03,5c,Comfortable neighbourhoods,S02002142,Wishaw North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211169 +211169,S00124441,5b3,Self-Sufficient Retirement,S01011407,Wishaw North - 08,5d,Endeavouring social renters,S02002142,Wishaw North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211170 +211170,S00124482,5b3,Self-Sufficient Retirement,S01011398,Wishaw South - 06,4a,Challenged white communities,S02002141,Wishaw South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211171 +211171,S00124491,5b3,Self-Sufficient Retirement,S01011404,Wishaw North - 05,4a,Challenged white communities,S02002142,Wishaw North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211172 +211172,S00124593,5b3,Self-Sufficient Retirement,S01011448,Cleland - 02,5c,Comfortable neighbourhoods,S02002150,Cleland,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211173 +211173,S00124638,5b3,Self-Sufficient Retirement,S01011435,Stane - 01,8c,Comfortable suburbia,S02002148,Stane,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211174 +211174,S00124640,5b3,Self-Sufficient Retirement,S01011435,Stane - 01,8c,Comfortable suburbia,S02002148,Stane,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211175 +211175,S00124803,5b3,Self-Sufficient Retirement,S01011738,Greenfaulds - 05,4b,Constrained renters,S02002200,Greenfaulds,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211176 +211176,S00124899,5b3,Self-Sufficient Retirement,S01011765,Abronhill North - 06,8c,Comfortable suburbia,S02002205,Abronhill North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211177 +211177,S00124929,5b3,Self-Sufficient Retirement,S01011730,Condorrat - 03,5c,Comfortable neighbourhoods,S02002199,Condorrat,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211178 +211178,S00125075,5b3,Self-Sufficient Retirement,S01011790,Kilsyth East and Croy - 05,5c,Comfortable neighbourhoods,S02002210,Kilsyth East and Croy,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211179 +211179,S00125094,5b3,Self-Sufficient Retirement,S01011792,Kilsyth East and Croy - 07,5c,Comfortable neighbourhoods,S02002210,Kilsyth East and Croy,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211180 +211180,S00125105,5b3,Self-Sufficient Retirement,S01011378,Muirhouse and Knowetop - 06,5c,Comfortable neighbourhoods,S02002138,Muirhouse and Knowetop,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211181 +211181,S00125109,5b3,Self-Sufficient Retirement,S01011400,Wishaw North - 01,5c,Comfortable neighbourhoods,S02002142,Wishaw North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211182 +211182,S00125110,5b3,Self-Sufficient Retirement,S01011400,Wishaw North - 01,5c,Comfortable neighbourhoods,S02002142,Wishaw North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211183 +211183,S00125153,5b3,Self-Sufficient Retirement,S01011396,Wishaw South - 04,4d,Hard-pressed flat dwellers,S02002141,Wishaw South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211184 +211184,S00125174,5b3,Self-Sufficient Retirement,S01011660,Thrashbush - 06,5c,Comfortable neighbourhoods,S02002187,Thrashbush,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211185 +211185,S00125183,5b3,Self-Sufficient Retirement,S01011719,Westfield - 01,8c,Comfortable suburbia,S02002198,Westfield,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211186 +211186,S00125195,5b3,Self-Sufficient Retirement,S01011673,Drumgelloch - 05,4d,Hard-pressed flat dwellers,S02002189,Drumgelloch,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211187 +211187,S00125224,5b3,Self-Sufficient Retirement,S01011515,Orbiston - 04,5b,Aspiring urban households,S02002162,Orbiston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211188 +211188,S00125225,5b3,Self-Sufficient Retirement,S01011516,Orbiston - 05,8c,Comfortable suburbia,S02002162,Orbiston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211189 +211189,S00125238,5b3,Self-Sufficient Retirement,S01011621,Chapelhall East - 02,5c,Comfortable neighbourhoods,S02002181,Chapelhall East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211190 +211190,S00125387,5b3,Self-Sufficient Retirement,S01011357,Overtown - 01,5c,Comfortable neighbourhoods,S02002135,Overtown,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211191 +211191,S00125405,5b3,Self-Sufficient Retirement,S01011638,Gartlea - 03,4d,Hard-pressed flat dwellers,S02002184,Gartlea,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211192 +211192,S00125408,5b3,Self-Sufficient Retirement,S01011671,Drumgelloch - 03,5a,Ageing urban communities,S02002189,Drumgelloch,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211193 +211193,S00125415,5b3,Self-Sufficient Retirement,S01011627,Craigneuk Airdrie - 03,8c,Comfortable suburbia,S02002182,Craigneuk Airdrie,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211194 +211194,S00125440,5b3,Self-Sufficient Retirement,S01011652,Coatdyke and Whinhall - 05,5c,Comfortable neighbourhoods,S02002186,Coatdyke and Whinhall,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211195 +211195,S00125441,5b3,Self-Sufficient Retirement,S01011652,Coatdyke and Whinhall - 05,5c,Comfortable neighbourhoods,S02002186,Coatdyke and Whinhall,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211196 +211196,S00125456,5b3,Self-Sufficient Retirement,S01011505,Milnwood - 01,4d,Hard-pressed flat dwellers,S02002161,Milnwood,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211197 +211197,S00125460,5b3,Self-Sufficient Retirement,S01011515,Orbiston - 04,5b,Aspiring urban households,S02002162,Orbiston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211198 +211198,S00125481,5b3,Self-Sufficient Retirement,S01011624,Chapelhall East - 05,5c,Comfortable neighbourhoods,S02002181,Chapelhall East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211199 +211199,S00125498,5b3,Self-Sufficient Retirement,S01011595,Sunnyside and Cliftonville - 04,5c,Comfortable neighbourhoods,S02002175,Sunnyside and Cliftonville,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211200 +211200,S00100952,6a4,Ageing in Suburbia,S01008078,Kessington West - 03,8a,Affluent communities,S02001516,Kessington West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211201 +211201,S00100954,6a4,Ageing in Suburbia,S01008079,Kessington West - 04,8a,Affluent communities,S02001516,Kessington West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211202 +211202,S00100963,6a4,Ageing in Suburbia,S01008080,Kessington East - 01,8a,Affluent communities,S02001517,Kessington East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211203 +211203,S00100966,6a4,Ageing in Suburbia,S01008080,Kessington East - 01,8a,Affluent communities,S02001517,Kessington East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211204 +211204,S00100973,6a4,Ageing in Suburbia,S01008077,Kessington West - 02,8a,Affluent communities,S02001516,Kessington West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211205 +211205,S00125696,5a1,White Professionals,S01011417,Newmains - 01,5c,Comfortable neighbourhoods,S02002145,Newmains,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211206 +211206,S00125004,6b2,White Suburban Communities,S01011780,Balloch West - 04,8c,Comfortable suburbia,S02002208,Balloch West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211207 +211207,S00125772,6b2,White Suburban Communities,S01011777,Balloch West - 01,8c,Comfortable suburbia,S02002208,Balloch West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211208 +211208,S00101492,1b3,Ageing Rural Flat Tenants,S01008084,Torrance and Balmore - 01,5c,Comfortable neighbourhoods,S02001518,Torrance and Balmore,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211209 +211209,S00100974,6a4,Ageing in Suburbia,S01008077,Kessington West - 02,8a,Affluent communities,S02001516,Kessington West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211210 +211210,S00100975,6a4,Ageing in Suburbia,S01008077,Kessington West - 02,8a,Affluent communities,S02001516,Kessington West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211211 +211211,S00100980,6a4,Ageing in Suburbia,S01008054,Kilmardinny West - 01,3c,Highly qualified professionals,S02001511,Kilmardinny West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211212 +211212,S00100983,6a4,Ageing in Suburbia,S01008054,Kilmardinny West - 01,3c,Highly qualified professionals,S02001511,Kilmardinny West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211213 +211213,S00100984,6a4,Ageing in Suburbia,S01008054,Kilmardinny West - 01,3c,Highly qualified professionals,S02001511,Kilmardinny West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211214 +211214,S00100991,6a4,Ageing in Suburbia,S01008056,Kilmardinny West - 03,8a,Affluent communities,S02001511,Kilmardinny West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211215 +211215,S00101002,6a4,Ageing in Suburbia,S01008055,Kilmardinny West - 02,8a,Affluent communities,S02001511,Kilmardinny West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211216 +211216,S00101005,6a4,Ageing in Suburbia,S01008055,Kilmardinny West - 02,8a,Affluent communities,S02001511,Kilmardinny West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211217 +211217,S00101006,6a4,Ageing in Suburbia,S01008052,Kilmardinny East - 03,8a,Affluent communities,S02001510,Kilmardinny East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211218 +211218,S00101013,6a4,Ageing in Suburbia,S01008053,Kilmardinny East - 04,8a,Affluent communities,S02001510,Kilmardinny East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211219 +211219,S00101015,6a4,Ageing in Suburbia,S01008052,Kilmardinny East - 03,8a,Affluent communities,S02001510,Kilmardinny East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211220 +211220,S00101022,6a4,Ageing in Suburbia,S01008051,Kilmardinny East - 02,8a,Affluent communities,S02001510,Kilmardinny East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211221 +211221,S00101023,6a4,Ageing in Suburbia,S01008051,Kilmardinny East - 02,8a,Affluent communities,S02001510,Kilmardinny East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211222 +211222,S00101025,6a4,Ageing in Suburbia,S01008067,South Castlehill and Thorn - 05,8a,Affluent communities,S02001513,South Castlehill and Thorn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211223 +211223,S00101026,6a4,Ageing in Suburbia,S01008067,South Castlehill and Thorn - 05,8a,Affluent communities,S02001513,South Castlehill and Thorn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211224 +211224,S00101027,6a4,Ageing in Suburbia,S01008066,South Castlehill and Thorn - 04,8a,Affluent communities,S02001513,South Castlehill and Thorn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211225 +211225,S00101028,6a4,Ageing in Suburbia,S01008066,South Castlehill and Thorn - 04,8a,Affluent communities,S02001513,South Castlehill and Thorn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211226 +211226,S00101699,7c1,Challenged Transitionaries,S01008135,Kirkintilloch West - 05,5a,Ageing urban communities,S02001527,Kirkintilloch West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211227 +211227,S00124091,8d1,Young Hard-Pressed Families,S01011371,Muirhouse - 04,4d,Hard-pressed flat dwellers,S02002137,Muirhouse,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211228 +211228,S00101454,6a4,Ageing in Suburbia,S01008122,Lenzie North - 07,8a,Affluent communities,S02001524,Lenzie North,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211229 +211229,S00101078,6a4,Ageing in Suburbia,S01008111,Woodhill West - 01,8a,Affluent communities,S02001523,Woodhill West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211230 +211230,S00101123,6a4,Ageing in Suburbia,S01008113,Woodhill West - 03,8a,Affluent communities,S02001523,Woodhill West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211231 +211231,S00101136,6a4,Ageing in Suburbia,S01008113,Woodhill West - 03,8a,Affluent communities,S02001523,Woodhill West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211232 +211232,S00101146,6a4,Ageing in Suburbia,S01008100,Bishopbriggs West and Cadder - 07,8a,Affluent communities,S02001520,Bishopbriggs West and Cadder,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211233 +211233,S00101149,6a4,Ageing in Suburbia,S01008100,Bishopbriggs West and Cadder - 07,8a,Affluent communities,S02001520,Bishopbriggs West and Cadder,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211234 +211234,S00101161,6a4,Ageing in Suburbia,S01008096,Bishopbriggs West and Cadder - 03,8a,Affluent communities,S02001520,Bishopbriggs West and Cadder,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211235 +211235,S00101162,6a4,Ageing in Suburbia,S01008096,Bishopbriggs West and Cadder - 03,8a,Affluent communities,S02001520,Bishopbriggs West and Cadder,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211236 +211236,S00101178,6a4,Ageing in Suburbia,S01008092,Bishopbriggs North and Kenmure - 06,8b,Ageing suburbanites,S02001519,Bishopbriggs North and Kenmure,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211237 +211237,S00101191,6a4,Ageing in Suburbia,S01008093,Bishopbriggs North and Kenmure - 07,8b,Ageing suburbanites,S02001519,Bishopbriggs North and Kenmure,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211238 +211238,S00101193,6a4,Ageing in Suburbia,S01008093,Bishopbriggs North and Kenmure - 07,8b,Ageing suburbanites,S02001519,Bishopbriggs North and Kenmure,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211239 +211239,S00101196,6a4,Ageing in Suburbia,S01008088,Bishopbriggs North and Kenmure - 02,8c,Comfortable suburbia,S02001519,Bishopbriggs North and Kenmure,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211240 +211240,S00101198,6a4,Ageing in Suburbia,S01008093,Bishopbriggs North and Kenmure - 07,8b,Ageing suburbanites,S02001519,Bishopbriggs North and Kenmure,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211241 +211241,S00101225,6a4,Ageing in Suburbia,S01008044,Barloch - 04,8a,Affluent communities,S02001508,Barloch,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211242 +211242,S00101231,6a4,Ageing in Suburbia,S01008047,Keystone and Dougalston - 03,8a,Affluent communities,S02001509,Keystone and Dougalston,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211243 +211243,S00101238,6a4,Ageing in Suburbia,S01008047,Keystone and Dougalston - 03,8a,Affluent communities,S02001509,Keystone and Dougalston,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211244 +211244,S00101268,6a4,Ageing in Suburbia,S01008041,Barloch - 01,5c,Comfortable neighbourhoods,S02001508,Barloch,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211245 +211245,S00101292,6a4,Ageing in Suburbia,S01008043,Barloch - 03,8a,Affluent communities,S02001508,Barloch,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211246 +211246,S00101296,6a4,Ageing in Suburbia,S01008042,Barloch - 02,8a,Affluent communities,S02001508,Barloch,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211247 +211247,S00101302,6a4,Ageing in Suburbia,S01008134,Kirkintilloch West - 04,5c,Comfortable neighbourhoods,S02001527,Kirkintilloch West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211248 +211248,S00101303,6a4,Ageing in Suburbia,S01008134,Kirkintilloch West - 04,5c,Comfortable neighbourhoods,S02001527,Kirkintilloch West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211249 +211249,S00101306,6a4,Ageing in Suburbia,S01008133,Kirkintilloch West - 03,5c,Comfortable neighbourhoods,S02001527,Kirkintilloch West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211250 +211250,S00101311,6a4,Ageing in Suburbia,S01008132,Kirkintilloch West - 02,8b,Ageing suburbanites,S02001527,Kirkintilloch West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211251 +211251,S00101313,6a4,Ageing in Suburbia,S01008132,Kirkintilloch West - 02,8b,Ageing suburbanites,S02001527,Kirkintilloch West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211252 +211252,S00101398,6a4,Ageing in Suburbia,S01008128,Kirkintilloch South - 02,8b,Ageing suburbanites,S02001526,Kirkintilloch South,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211253 +211253,S00101437,6a4,Ageing in Suburbia,S01008116,Lenzie North - 01,8c,Comfortable suburbia,S02001524,Lenzie North,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211254 +211254,S00101449,6a4,Ageing in Suburbia,S01008116,Lenzie North - 01,8c,Comfortable suburbia,S02001524,Lenzie North,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211255 +211255,S00101452,6a4,Ageing in Suburbia,S01008120,Lenzie North - 05,5c,Comfortable neighbourhoods,S02001524,Lenzie North,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211256 +211256,S00101453,6a4,Ageing in Suburbia,S01008122,Lenzie North - 07,8a,Affluent communities,S02001524,Lenzie North,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211257 +211257,S00125113,6b2,White Suburban Communities,S01011476,Ladywell - 01,8b,Ageing suburbanites,S02002156,Ladywell,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211258 +211258,S00125780,6b2,White Suburban Communities,S01011778,Balloch West - 02,5c,Comfortable neighbourhoods,S02002208,Balloch West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211259 +211259,S00101732,1b3,Ageing Rural Flat Tenants,S01008040,East Clober and Mains Estate - 04,8c,Comfortable suburbia,S02001507,East Clober and Mains Estate,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211260 +211260,S00125711,5a1,White Professionals,S01011388,Pather - 01,5c,Comfortable neighbourhoods,S02002140,Pather,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211261 +211261,S00101455,6a4,Ageing in Suburbia,S01008122,Lenzie North - 07,8a,Affluent communities,S02001524,Lenzie North,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211262 +211262,S00100881,6a2,Comfortable Suburbia,S01008161,Lennoxtown - 04,2b,Prospering countryside life,S02001533,Lennoxtown,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211263 +211263,S00100880,1a3,Agricultural Communities,S01008161,Lennoxtown - 04,2b,Prospering countryside life,S02001533,Lennoxtown,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211264 +211264,S00101459,6a4,Ageing in Suburbia,S01008121,Lenzie North - 06,8a,Affluent communities,S02001524,Lenzie North,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211265 +211265,S00125129,6b2,White Suburban Communities,S01011452,Newarthill - 01,5c,Comfortable neighbourhoods,S02002151,Newarthill,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211266 +211266,S00125781,5a1,White Professionals,S01011778,Balloch West - 02,5c,Comfortable neighbourhoods,S02002208,Balloch West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211267 +211267,S00100891,6a2,Comfortable Suburbia,S01008074,Westerton East - 04,8a,Affluent communities,S02001515,Westerton East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211268 +211268,S00124150,8d1,Young Hard-Pressed Families,S01011485,Motherwell West - 05,4a,Challenged white communities,S02002157,Motherwell West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211269 +211269,S00125786,6b2,White Suburban Communities,S01011775,Carrickstone - 05,8c,Comfortable suburbia,S02002207,Carrickstone,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211270 +211270,S00100893,6a2,Comfortable Suburbia,S01008075,Westerton East - 05,8a,Affluent communities,S02001515,Westerton East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211271 +211271,S00124168,8d1,Young Hard-Pressed Families,S01011488,Motherwell North - 03,4a,Challenged white communities,S02002158,Motherwell North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211272 +211272,S00101577,1a3,Agricultural Communities,S01008085,Torrance and Balmore - 02,2b,Prospering countryside life,S02001518,Torrance and Balmore,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211273 +211273,S00125139,6b2,White Suburban Communities,S01011538,Fallside - 07,8c,Comfortable suburbia,S02002166,Fallside,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211274 +211274,S00101460,6a4,Ageing in Suburbia,S01008121,Lenzie North - 06,8a,Affluent communities,S02001524,Lenzie North,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211275 +211275,S00125782,5a1,White Professionals,S01011777,Balloch West - 01,8c,Comfortable suburbia,S02002208,Balloch West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211276 +211276,S00101465,6a4,Ageing in Suburbia,S01008123,Lenzie South - 01,8a,Affluent communities,S02001525,Lenzie South,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211277 +211277,S00100896,6a2,Comfortable Suburbia,S01008073,Westerton East - 03,8a,Affluent communities,S02001515,Westerton East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211278 +211278,S00125787,6b2,White Suburban Communities,S01011775,Carrickstone - 05,8c,Comfortable suburbia,S02002207,Carrickstone,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211279 +211279,S00101604,1a3,Agricultural Communities,S01008144,Rosebank and Waterside - 04,8b,Ageing suburbanites,S02001529,Rosebank and Waterside,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211280 +211280,S00125150,6b2,White Suburban Communities,S01011407,Wishaw North - 08,5d,Endeavouring social renters,S02002142,Wishaw North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211281 +211281,S00125822,5a1,White Professionals,S01011626,Craigneuk Airdrie - 02,8c,Comfortable suburbia,S02002182,Craigneuk Airdrie,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211282 +211282,S00124170,8d1,Young Hard-Pressed Families,S01011485,Motherwell West - 05,4a,Challenged white communities,S02002157,Motherwell West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211283 +211283,S00101469,6a4,Ageing in Suburbia,S01008125,Lenzie South - 03,8c,Comfortable suburbia,S02001525,Lenzie South,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211284 +211284,S00124181,8d1,Young Hard-Pressed Families,S01011487,Motherwell North - 02,4a,Challenged white communities,S02002158,Motherwell North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211285 +211285,S00125788,6b2,White Suburban Communities,S01011775,Carrickstone - 05,8c,Comfortable suburbia,S02002207,Carrickstone,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211286 +211286,S00101065,7c1,Challenged Transitionaries,S01008103,Auchinairn - 02,4d,Hard-pressed flat dwellers,S02001521,Auchinairn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211287 +211287,S00125157,6b2,White Suburban Communities,S01011415,Wishaw East - 03,5c,Comfortable neighbourhoods,S02002144,Wishaw East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211288 +211288,S00125828,5a1,White Professionals,S01011490,Forgewood - 01,4b,Constrained renters,S02002159,Forgewood,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211289 +211289,S00101471,6a4,Ageing in Suburbia,S01008124,Lenzie South - 02,8b,Ageing suburbanites,S02001525,Lenzie South,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211290 +211290,S00100928,6a2,Comfortable Suburbia,S01008068,Westerton West - 01,8a,Affluent communities,S02001514,Westerton West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211291 +211291,S00124245,8d1,Young Hard-Pressed Families,S01011456,Carfin North - 01,4a,Challenged white communities,S02002152,Carfin North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211292 +211292,S00125790,6b2,White Suburban Communities,S01011726,Westfield - 08,8c,Comfortable suburbia,S02002198,Westfield,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211293 +211293,S00125792,6b2,White Suburban Communities,S01011726,Westfield - 08,8c,Comfortable suburbia,S02002198,Westfield,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211294 +211294,S00125794,6b2,White Suburban Communities,S01011725,Westfield - 07,8c,Comfortable suburbia,S02002198,Westfield,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211295 +211295,S00125797,6b2,White Suburban Communities,S01011726,Westfield - 08,8c,Comfortable suburbia,S02002198,Westfield,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211296 +211296,S00125798,6b2,White Suburban Communities,S01011724,Westfield - 06,5b,Aspiring urban households,S02002198,Westfield,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211297 +211297,S00125801,6b2,White Suburban Communities,S01011724,Westfield - 06,5b,Aspiring urban households,S02002198,Westfield,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211298 +211298,S00125802,6b2,White Suburban Communities,S01011724,Westfield - 06,5b,Aspiring urban households,S02002198,Westfield,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211299 +211299,S00125818,6b2,White Suburban Communities,S01011626,Craigneuk Airdrie - 02,8c,Comfortable suburbia,S02002182,Craigneuk Airdrie,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211300 +211300,S00125823,6b2,White Suburban Communities,S01011626,Craigneuk Airdrie - 02,8c,Comfortable suburbia,S02002182,Craigneuk Airdrie,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211301 +211301,S00125829,6b2,White Suburban Communities,S01011490,Forgewood - 01,4b,Constrained renters,S02002159,Forgewood,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211302 +211302,S00125832,6b2,White Suburban Communities,S01011426,Allanton - Newmains Rural - 01,2a,Ageing rural neighbourhoods,S02002146,Allanton - Newmains Rural,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211303 +211303,S00125833,6b2,White Suburban Communities,S01011426,Allanton - Newmains Rural - 01,2a,Ageing rural neighbourhoods,S02002146,Allanton - Newmains Rural,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211304 +211304,S00125842,6b2,White Suburban Communities,S01011546,Birkenshaw - 01,8c,Comfortable suburbia,S02002168,Birkenshaw,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211305 +211305,S00125845,6b2,White Suburban Communities,S01011413,Wishaw East - 01,8c,Comfortable suburbia,S02002144,Wishaw East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211306 +211306,S00125847,6b2,White Suburban Communities,S01011414,Wishaw East - 02,4a,Challenged white communities,S02002144,Wishaw East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211307 +211307,S00125853,6b2,White Suburban Communities,S01011719,Westfield - 01,8c,Comfortable suburbia,S02002198,Westfield,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211308 +211308,S00125854,6b2,White Suburban Communities,S01011719,Westfield - 01,8c,Comfortable suburbia,S02002198,Westfield,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211309 +211309,S00125863,6b2,White Suburban Communities,S01011773,Carrickstone - 03,8c,Comfortable suburbia,S02002207,Carrickstone,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211310 +211310,S00125864,6b2,White Suburban Communities,S01011773,Carrickstone - 03,8c,Comfortable suburbia,S02002207,Carrickstone,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211311 +211311,S00125866,6b2,White Suburban Communities,S01011774,Carrickstone - 04,5c,Comfortable neighbourhoods,S02002207,Carrickstone,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211312 +211312,S00125872,6b2,White Suburban Communities,S01011773,Carrickstone - 03,8c,Comfortable suburbia,S02002207,Carrickstone,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211313 +211313,S00125878,6b2,White Suburban Communities,S01011627,Craigneuk Airdrie - 03,8c,Comfortable suburbia,S02002182,Craigneuk Airdrie,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211314 +211314,S00125893,6b2,White Suburban Communities,S01011624,Chapelhall East - 05,5c,Comfortable neighbourhoods,S02002181,Chapelhall East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211315 +211315,S00125895,6b2,White Suburban Communities,S01011624,Chapelhall East - 05,5c,Comfortable neighbourhoods,S02002181,Chapelhall East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211316 +211316,S00125896,6b2,White Suburban Communities,S01011620,Chapelhall East - 01,8c,Comfortable suburbia,S02002181,Chapelhall East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211317 +211317,S00125897,6b2,White Suburban Communities,S01011620,Chapelhall East - 01,8c,Comfortable suburbia,S02002181,Chapelhall East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211318 +211318,S00125899,6b2,White Suburban Communities,S01011620,Chapelhall East - 01,8c,Comfortable suburbia,S02002181,Chapelhall East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211319 +211319,S00125900,6b2,White Suburban Communities,S01011620,Chapelhall East - 01,8c,Comfortable suburbia,S02002181,Chapelhall East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211320 +211320,S00125901,6b2,White Suburban Communities,S01011619,Chapelhall West - 03,5b,Aspiring urban households,S02002180,Chapelhall West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211321 +211321,S00123205,8d1,Young Hard-Pressed Families,S01011710,Moodiesburn West - 02,4a,Challenged white communities,S02002196,Moodiesburn West,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211322 +211322,S00123363,8d1,Young Hard-Pressed Families,S01011664,Airdrie North - 02,4a,Challenged white communities,S02002188,Airdrie North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211323 +211323,S00123365,8d1,Young Hard-Pressed Families,S01011664,Airdrie North - 02,4a,Challenged white communities,S02002188,Airdrie North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211324 +211324,S00123375,8d1,Young Hard-Pressed Families,S01011663,Airdrie North - 01,4d,Hard-pressed flat dwellers,S02002188,Airdrie North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211325 +211325,S00123376,8d1,Young Hard-Pressed Families,S01011664,Airdrie North - 02,4a,Challenged white communities,S02002188,Airdrie North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211326 +211326,S00123421,8d1,Young Hard-Pressed Families,S01011635,Petersburn - 06,4a,Challenged white communities,S02002183,Petersburn,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211327 +211327,S00123432,8d1,Young Hard-Pressed Families,S01011630,Petersburn - 01,5d,Endeavouring social renters,S02002183,Petersburn,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211328 +211328,S00123436,8d1,Young Hard-Pressed Families,S01011631,Petersburn - 02,4a,Challenged white communities,S02002183,Petersburn,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211329 +211329,S00123438,8d1,Young Hard-Pressed Families,S01011631,Petersburn - 02,4a,Challenged white communities,S02002183,Petersburn,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211330 +211330,S00123439,8d1,Young Hard-Pressed Families,S01011632,Petersburn - 03,4a,Challenged white communities,S02002183,Petersburn,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211331 +211331,S00123442,8d1,Young Hard-Pressed Families,S01011632,Petersburn - 03,4a,Challenged white communities,S02002183,Petersburn,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211332 +211332,S00123665,8d1,Young Hard-Pressed Families,S01011508,Milnwood - 04,4a,Challenged white communities,S02002161,Milnwood,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211333 +211333,S00123800,8d1,Young Hard-Pressed Families,S01011588,Townhead - 04,4a,Challenged white communities,S02002174,Townhead,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211334 +211334,S00123941,8d1,Young Hard-Pressed Families,S01011565,Kirkshaws - 04,4a,Challenged white communities,S02002170,Kirkshaws,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211335 +211335,S00123950,8d1,Young Hard-Pressed Families,S01011563,Kirkshaws - 02,4a,Challenged white communities,S02002170,Kirkshaws,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211336 +211336,S00123964,8d1,Young Hard-Pressed Families,S01011562,Kirkshaws - 01,4a,Challenged white communities,S02002170,Kirkshaws,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211337 +211337,S00100932,6a2,Comfortable Suburbia,S01008081,Kessington East - 02,8a,Affluent communities,S02001517,Kessington East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211338 +211338,S00101068,7c1,Challenged Transitionaries,S01008103,Auchinairn - 02,4d,Hard-pressed flat dwellers,S02001521,Auchinairn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211339 +211339,S00125172,6b2,White Suburban Communities,S01011680,Caldercruix and Plains - 06,4a,Challenged white communities,S02002190,Caldercruix and Plains,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211340 +211340,S00100949,6a2,Comfortable Suburbia,S01008078,Kessington West - 03,8a,Affluent communities,S02001516,Kessington West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211341 +211341,S00101481,6a4,Ageing in Suburbia,S01008124,Lenzie South - 02,8b,Ageing suburbanites,S02001525,Lenzie South,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211342 +211342,S00124282,8d1,Young Hard-Pressed Families,S01011420,Newmains - 04,4a,Challenged white communities,S02002145,Newmains,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211343 +211343,S00101081,7c1,Challenged Transitionaries,S01008104,Auchinairn - 03,4a,Challenged white communities,S02001521,Auchinairn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211344 +211344,S00125211,6b2,White Suburban Communities,S01011689,Gartcosh and Marnock - 01,2b,Prospering countryside life,S02002192,Gartcosh and Marnock,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211345 +211345,S00101482,6a4,Ageing in Suburbia,S01008125,Lenzie South - 03,8c,Comfortable suburbia,S02001525,Lenzie South,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211346 +211346,S00100957,6a2,Comfortable Suburbia,S01008079,Kessington West - 04,8a,Affluent communities,S02001516,Kessington West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211347 +211347,S00125840,5a1,White Professionals,S01011547,Birkenshaw - 02,8c,Comfortable suburbia,S02002168,Birkenshaw,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211348 +211348,S00101082,7c1,Challenged Transitionaries,S01008104,Auchinairn - 03,4a,Challenged white communities,S02001521,Auchinairn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211349 +211349,S00125844,5a1,White Professionals,S01011537,Fallside - 06,5b,Aspiring urban households,S02002166,Fallside,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211350 +211350,S00100958,6a2,Comfortable Suburbia,S01008079,Kessington West - 04,8a,Affluent communities,S02001516,Kessington West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211351 +211351,S00125215,6b2,White Suburban Communities,S01011622,Chapelhall East - 03,8c,Comfortable suburbia,S02002181,Chapelhall East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211352 +211352,S00125875,5a1,White Professionals,S01011627,Craigneuk Airdrie - 03,8c,Comfortable suburbia,S02002182,Craigneuk Airdrie,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211353 +211353,S00101494,6a4,Ageing in Suburbia,S01008084,Torrance and Balmore - 01,5c,Comfortable neighbourhoods,S02001518,Torrance and Balmore,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211354 +211354,S00124321,8d1,Young Hard-Pressed Families,S01011541,Viewpark - 03,4a,Challenged white communities,S02002167,Viewpark,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211355 +211355,S00100960,6a2,Comfortable Suburbia,S01008080,Kessington East - 01,8a,Affluent communities,S02001517,Kessington East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211356 +211356,S00101083,7c1,Challenged Transitionaries,S01008104,Auchinairn - 03,4a,Challenged white communities,S02001521,Auchinairn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211357 +211357,S00125217,6b2,White Suburban Communities,S01011620,Chapelhall East - 01,8c,Comfortable suburbia,S02002181,Chapelhall East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211358 +211358,S00125894,5a1,White Professionals,S01011624,Chapelhall East - 05,5c,Comfortable neighbourhoods,S02002181,Chapelhall East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211359 +211359,S00101507,6a4,Ageing in Suburbia,S01008153,Milton of Campsie - 01,8a,Affluent communities,S02001532,Milton of Campsie,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211360 +211360,S00124336,8d1,Young Hard-Pressed Families,S01011543,Viewpark - 05,4a,Challenged white communities,S02002167,Viewpark,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211361 +211361,S00100961,6a2,Comfortable Suburbia,S01008076,Kessington West - 01,8a,Affluent communities,S02001516,Kessington West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211362 +211362,S00101085,7c1,Challenged Transitionaries,S01008104,Auchinairn - 03,4a,Challenged white communities,S02001521,Auchinairn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211363 +211363,S00125228,6b2,White Suburban Communities,S01011690,Gartcosh and Marnock - 02,5c,Comfortable neighbourhoods,S02002192,Gartcosh and Marnock,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211364 +211364,S00100964,6a2,Comfortable Suburbia,S01008076,Kessington West - 01,8a,Affluent communities,S02001516,Kessington West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211365 +211365,S00100976,6a2,Comfortable Suburbia,S01008077,Kessington West - 02,8a,Affluent communities,S02001516,Kessington West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211366 +211366,S00100986,6a2,Comfortable Suburbia,S01008055,Kilmardinny West - 02,8a,Affluent communities,S02001511,Kilmardinny West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211367 +211367,S00100993,6a2,Comfortable Suburbia,S01008057,Kilmardinny West - 04,8a,Affluent communities,S02001511,Kilmardinny West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211368 +211368,S00100994,6a2,Comfortable Suburbia,S01008057,Kilmardinny West - 04,8a,Affluent communities,S02001511,Kilmardinny West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211369 +211369,S00101001,6a2,Comfortable Suburbia,S01008055,Kilmardinny West - 02,8a,Affluent communities,S02001511,Kilmardinny West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211370 +211370,S00101003,6a2,Comfortable Suburbia,S01008055,Kilmardinny West - 02,8a,Affluent communities,S02001511,Kilmardinny West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211371 +211371,S00101004,6a2,Comfortable Suburbia,S01008055,Kilmardinny West - 02,8a,Affluent communities,S02001511,Kilmardinny West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211372 +211372,S00101014,6a2,Comfortable Suburbia,S01008052,Kilmardinny East - 03,8a,Affluent communities,S02001510,Kilmardinny East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211373 +211373,S00101031,6a2,Comfortable Suburbia,S01008066,South Castlehill and Thorn - 04,8a,Affluent communities,S02001513,South Castlehill and Thorn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211374 +211374,S00101033,6a2,Comfortable Suburbia,S01008065,South Castlehill and Thorn - 03,8a,Affluent communities,S02001513,South Castlehill and Thorn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211375 +211375,S00101148,6a2,Comfortable Suburbia,S01008100,Bishopbriggs West and Cadder - 07,8a,Affluent communities,S02001520,Bishopbriggs West and Cadder,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211376 +211376,S00101204,6a2,Comfortable Suburbia,S01008089,Bishopbriggs North and Kenmure - 03,8b,Ageing suburbanites,S02001519,Bishopbriggs North and Kenmure,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211377 +211377,S00101276,6a2,Comfortable Suburbia,S01008040,East Clober and Mains Estate - 04,8c,Comfortable suburbia,S02001507,East Clober and Mains Estate,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211378 +211378,S00101440,6a2,Comfortable Suburbia,S01008117,Lenzie North - 02,8c,Comfortable suburbia,S02001524,Lenzie North,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211379 +211379,S00101463,6a2,Comfortable Suburbia,S01008123,Lenzie South - 01,8a,Affluent communities,S02001525,Lenzie South,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211380 +211380,S00101466,6a2,Comfortable Suburbia,S01008123,Lenzie South - 01,8a,Affluent communities,S02001525,Lenzie South,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211381 +211381,S00101479,6a2,Comfortable Suburbia,S01008124,Lenzie South - 02,8b,Ageing suburbanites,S02001525,Lenzie South,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211382 +211382,S00101483,6a2,Comfortable Suburbia,S01008125,Lenzie South - 03,8c,Comfortable suburbia,S02001525,Lenzie South,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211383 +211383,S00101485,6a2,Comfortable Suburbia,S01008085,Torrance and Balmore - 02,2b,Prospering countryside life,S02001518,Torrance and Balmore,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211384 +211384,S00101486,6a2,Comfortable Suburbia,S01008085,Torrance and Balmore - 02,2b,Prospering countryside life,S02001518,Torrance and Balmore,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211385 +211385,S00101487,6a2,Comfortable Suburbia,S01008085,Torrance and Balmore - 02,2b,Prospering countryside life,S02001518,Torrance and Balmore,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211386 +211386,S00101488,6a2,Comfortable Suburbia,S01008085,Torrance and Balmore - 02,2b,Prospering countryside life,S02001518,Torrance and Balmore,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211387 +211387,S00101491,6a2,Comfortable Suburbia,S01008084,Torrance and Balmore - 01,5c,Comfortable neighbourhoods,S02001518,Torrance and Balmore,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211388 +211388,S00101495,6a2,Comfortable Suburbia,S01008084,Torrance and Balmore - 01,5c,Comfortable neighbourhoods,S02001518,Torrance and Balmore,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211389 +211389,S00101548,6a2,Comfortable Suburbia,S01008158,Lennoxtown - 01,8c,Comfortable suburbia,S02001533,Lennoxtown,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211390 +211390,S00101557,6a2,Comfortable Suburbia,S01008045,Keystone and Dougalston - 01,2b,Prospering countryside life,S02001509,Keystone and Dougalston,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211391 +211391,S00101558,6a2,Comfortable Suburbia,S01008050,Kilmardinny East - 01,8a,Affluent communities,S02001510,Kilmardinny East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211392 +211392,S00101559,6a2,Comfortable Suburbia,S01008050,Kilmardinny East - 01,8a,Affluent communities,S02001510,Kilmardinny East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211393 +211393,S00101567,6a2,Comfortable Suburbia,S01008059,North Castlehill and Thorn - 02,8c,Comfortable suburbia,S02001512,North Castlehill and Thorn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211394 +211394,S00101613,6a2,Comfortable Suburbia,S01008118,Lenzie North - 03,5c,Comfortable neighbourhoods,S02001524,Lenzie North,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211395 +211395,S00101627,6a2,Comfortable Suburbia,S01008048,Keystone and Dougalston - 04,8b,Ageing suburbanites,S02001509,Keystone and Dougalston,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211396 +211396,S00101654,6a2,Comfortable Suburbia,S01008061,North Castlehill and Thorn - 04,8a,Affluent communities,S02001512,North Castlehill and Thorn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211397 +211397,S00101657,6a2,Comfortable Suburbia,S01008060,North Castlehill and Thorn - 03,8c,Comfortable suburbia,S02001512,North Castlehill and Thorn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211398 +211398,S00101658,6a2,Comfortable Suburbia,S01008060,North Castlehill and Thorn - 03,8c,Comfortable suburbia,S02001512,North Castlehill and Thorn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211399 +211399,S00101660,6a2,Comfortable Suburbia,S01008058,North Castlehill and Thorn - 01,8a,Affluent communities,S02001512,North Castlehill and Thorn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211400 +211400,S00101662,6a2,Comfortable Suburbia,S01008058,North Castlehill and Thorn - 01,8a,Affluent communities,S02001512,North Castlehill and Thorn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211401 +211401,S00101664,6a2,Comfortable Suburbia,S01008058,North Castlehill and Thorn - 01,8a,Affluent communities,S02001512,North Castlehill and Thorn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211402 +211402,S00125231,6b2,White Suburban Communities,S01011690,Gartcosh and Marnock - 02,5c,Comfortable neighbourhoods,S02002192,Gartcosh and Marnock,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211403 +211403,S00124414,8d1,Young Hard-Pressed Families,S01011387,Craigneuk Wishaw - 06,4d,Hard-pressed flat dwellers,S02002139,Craigneuk Wishaw,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211404 +211404,S00125898,5a1,White Professionals,S01011620,Chapelhall East - 01,8c,Comfortable suburbia,S02002181,Chapelhall East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211405 +211405,S00101086,7c1,Challenged Transitionaries,S01008104,Auchinairn - 03,4a,Challenged white communities,S02001521,Auchinairn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211406 +211406,S00125254,6b2,White Suburban Communities,S01011611,Greenend and Carnbroe - 06,5a,Ageing urban communities,S02002178,Greenend and Carnbroe,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211407 +211407,S00123112,6b2,White Suburban Communities,S01011699,Cardowan and Millerston - 04,5c,Comfortable neighbourhoods,S02002193,Cardowan and Millerston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211408 +211408,S00101509,6a4,Ageing in Suburbia,S01008153,Milton of Campsie - 01,8a,Affluent communities,S02001532,Milton of Campsie,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211409 +211409,S00124417,8d1,Young Hard-Pressed Families,S01011386,Craigneuk Wishaw - 05,4a,Challenged white communities,S02002139,Craigneuk Wishaw,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211410 +211410,S00125260,6b2,White Suburban Communities,S01011679,Caldercruix and Plains - 05,5b,Aspiring urban households,S02002190,Caldercruix and Plains,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211411 +211411,S00101088,7c1,Challenged Transitionaries,S01008105,Auchinairn - 04,4a,Challenged white communities,S02001521,Auchinairn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211412 +211412,S00123127,6b2,White Suburban Communities,S01011697,Cardowan and Millerston - 02,5c,Comfortable neighbourhoods,S02002193,Cardowan and Millerston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211413 +211413,S00101510,6a4,Ageing in Suburbia,S01008155,Milton of Campsie - 03,8c,Comfortable suburbia,S02001532,Milton of Campsie,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211414 +211414,S00124480,8d1,Young Hard-Pressed Families,S01011398,Wishaw South - 06,4a,Challenged white communities,S02002141,Wishaw South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211415 +211415,S00125261,6b2,White Suburban Communities,S01011677,Caldercruix and Plains - 03,5c,Comfortable neighbourhoods,S02002190,Caldercruix and Plains,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211416 +211416,S00101100,7c1,Challenged Transitionaries,S01008106,Auchinairn - 05,4a,Challenged white communities,S02001521,Auchinairn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211417 +211417,S00123165,6b2,White Suburban Communities,S01011704,Chryston and Muirhead - 01,8c,Comfortable suburbia,S02002195,Chryston and Muirhead,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211418 +211418,S00101511,6a4,Ageing in Suburbia,S01008153,Milton of Campsie - 01,8a,Affluent communities,S02001532,Milton of Campsie,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211419 +211419,S00101514,6a4,Ageing in Suburbia,S01008154,Milton of Campsie - 02,8b,Ageing suburbanites,S02001532,Milton of Campsie,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211420 +211420,S00101515,6a4,Ageing in Suburbia,S01008154,Milton of Campsie - 02,8b,Ageing suburbanites,S02001532,Milton of Campsie,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211421 +211421,S00101516,6a4,Ageing in Suburbia,S01008154,Milton of Campsie - 02,8b,Ageing suburbanites,S02001532,Milton of Campsie,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211422 +211422,S00101551,6a4,Ageing in Suburbia,S01008158,Lennoxtown - 01,8c,Comfortable suburbia,S02001533,Lennoxtown,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211423 +211423,S00101564,6a4,Ageing in Suburbia,S01008067,South Castlehill and Thorn - 05,8a,Affluent communities,S02001513,South Castlehill and Thorn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211424 +211424,S00101570,6a4,Ageing in Suburbia,S01008101,Bishopbriggs West and Cadder - 08,5c,Comfortable neighbourhoods,S02001520,Bishopbriggs West and Cadder,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211425 +211425,S00101589,6a4,Ageing in Suburbia,S01008042,Barloch - 02,8a,Affluent communities,S02001508,Barloch,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211426 +211426,S00101593,6a4,Ageing in Suburbia,S01008132,Kirkintilloch West - 02,8b,Ageing suburbanites,S02001527,Kirkintilloch West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211427 +211427,S00101608,6a4,Ageing in Suburbia,S01008122,Lenzie North - 07,8a,Affluent communities,S02001524,Lenzie North,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211428 +211428,S00101624,6a4,Ageing in Suburbia,S01008075,Westerton East - 05,8a,Affluent communities,S02001515,Westerton East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211429 +211429,S00101639,6a4,Ageing in Suburbia,S01008073,Westerton East - 03,8a,Affluent communities,S02001515,Westerton East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211430 +211430,S00101642,6a4,Ageing in Suburbia,S01008050,Kilmardinny East - 01,8a,Affluent communities,S02001510,Kilmardinny East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211431 +211431,S00101645,6a4,Ageing in Suburbia,S01008067,South Castlehill and Thorn - 05,8a,Affluent communities,S02001513,South Castlehill and Thorn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211432 +211432,S00101652,6a4,Ageing in Suburbia,S01008061,North Castlehill and Thorn - 04,8a,Affluent communities,S02001512,North Castlehill and Thorn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211433 +211433,S00101663,6a4,Ageing in Suburbia,S01008058,North Castlehill and Thorn - 01,8a,Affluent communities,S02001512,North Castlehill and Thorn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211434 +211434,S00101688,6a4,Ageing in Suburbia,S01008034,West Clober and Mains Estate - 02,8c,Comfortable suburbia,S02001506,West Clober and Mains Estate,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211435 +211435,S00101711,6a4,Ageing in Suburbia,S01008127,Kirkintilloch South - 01,8b,Ageing suburbanites,S02001526,Kirkintilloch South,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211436 +211436,S00101712,6a4,Ageing in Suburbia,S01008118,Lenzie North - 03,5c,Comfortable neighbourhoods,S02001524,Lenzie North,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211437 +211437,S00101713,6a4,Ageing in Suburbia,S01008118,Lenzie North - 03,5c,Comfortable neighbourhoods,S02001524,Lenzie North,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211438 +211438,S00101716,6a4,Ageing in Suburbia,S01008086,Torrance and Balmore - 03,2b,Prospering countryside life,S02001518,Torrance and Balmore,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211439 +211439,S00101726,6a4,Ageing in Suburbia,S01008157,Milton of Campsie - 05,5c,Comfortable neighbourhoods,S02001532,Milton of Campsie,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211440 +211440,S00101730,6a4,Ageing in Suburbia,S01008161,Lennoxtown - 04,2b,Prospering countryside life,S02001533,Lennoxtown,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211441 +211441,S00100878,8c1,Ageing Industrious Workers,S01008085,Torrance and Balmore - 02,2b,Prospering countryside life,S02001518,Torrance and Balmore,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211442 +211442,S00100921,8c1,Ageing Industrious Workers,S01008068,Westerton West - 01,8a,Affluent communities,S02001514,Westerton West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211443 +211443,S00101357,8c1,Ageing Industrious Workers,S01008151,Harestanes - 03,4a,Challenged white communities,S02001531,Harestanes,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211444 +211444,S00101392,8c1,Ageing Industrious Workers,S01008129,Kirkintilloch South - 03,4a,Challenged white communities,S02001526,Kirkintilloch South,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211445 +211445,S00101423,8c1,Ageing Industrious Workers,S01008143,Rosebank and Waterside - 03,5c,Comfortable neighbourhoods,S02001529,Rosebank and Waterside,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211446 +211446,S00101426,8c1,Ageing Industrious Workers,S01008143,Rosebank and Waterside - 03,5c,Comfortable neighbourhoods,S02001529,Rosebank and Waterside,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211447 +211447,S00101527,8c1,Ageing Industrious Workers,S01008157,Milton of Campsie - 05,5c,Comfortable neighbourhoods,S02001532,Milton of Campsie,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211448 +211448,S00101532,8c1,Ageing Industrious Workers,S01008162,Lennoxtown - 05,5c,Comfortable neighbourhoods,S02001533,Lennoxtown,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211449 +211449,S00101584,8c1,Ageing Industrious Workers,S01008162,Lennoxtown - 05,5c,Comfortable neighbourhoods,S02001533,Lennoxtown,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211450 +211450,S00101617,8c1,Ageing Industrious Workers,S01008156,Milton of Campsie - 04,5c,Comfortable neighbourhoods,S02001532,Milton of Campsie,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211451 +211451,S00101707,8c1,Ageing Industrious Workers,S01008131,Kirkintilloch West - 01,4d,Hard-pressed flat dwellers,S02001527,Kirkintilloch West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211452 +211452,S00101720,8c1,Ageing Industrious Workers,S01008145,Twechar and Harestanes East - 01,4a,Challenged white communities,S02001530,Twechar and Harestanes East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211453 +211453,S00100886,1b3,Ageing Rural Flat Tenants,S01008146,Twechar and Harestanes East - 02,5d,Endeavouring social renters,S02001530,Twechar and Harestanes East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211454 +211454,S00101244,1b3,Ageing Rural Flat Tenants,S01008047,Keystone and Dougalston - 03,8a,Affluent communities,S02001509,Keystone and Dougalston,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211455 +211455,S00123166,6b2,White Suburban Communities,S01011695,Gartcosh and Marnock - 07,2b,Prospering countryside life,S02002192,Gartcosh and Marnock,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211456 +211456,S00125292,6b2,White Suburban Communities,S01011577,Drumpellier and Langloan - 01,4d,Hard-pressed flat dwellers,S02002172,Drumpellier and Langloan,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211457 +211457,S00101203,7c1,Challenged Transitionaries,S01008090,Bishopbriggs North and Kenmure - 04,8c,Comfortable suburbia,S02001519,Bishopbriggs North and Kenmure,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211458 +211458,S00125355,6b2,White Suburban Communities,S01011765,Abronhill North - 06,8c,Comfortable suburbia,S02002205,Abronhill North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211459 +211459,S00123212,6b2,White Suburban Communities,S01011717,Moodiesburn East - 04,8b,Ageing suburbanites,S02002197,Moodiesburn East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211460 +211460,S00124531,8d1,Young Hard-Pressed Families,S01011409,Coltness - 02,4a,Challenged white communities,S02002143,Coltness,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211461 +211461,S00101245,7c1,Challenged Transitionaries,S01008039,East Clober and Mains Estate - 03,5c,Comfortable neighbourhoods,S02001507,East Clober and Mains Estate,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211462 +211462,S00125364,6b2,White Suburban Communities,S01011782,Balloch East - 01,8b,Ageing suburbanites,S02002209,Balloch East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211463 +211463,S00124572,8d1,Young Hard-Pressed Families,S01011392,Pather - 05,4a,Challenged white communities,S02002140,Pather,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211464 +211464,S00123217,6b2,White Suburban Communities,S01011718,Moodiesburn East - 05,8c,Comfortable suburbia,S02002197,Moodiesburn East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211465 +211465,S00101260,7c1,Challenged Transitionaries,S01008038,East Clober and Mains Estate - 02,4a,Challenged white communities,S02001507,East Clober and Mains Estate,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211466 +211466,S00125374,6b2,White Suburban Communities,S01011685,Glenmavis and Greengairs - 03,8c,Comfortable suburbia,S02002191,Glenmavis and Greengairs,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211467 +211467,S00124599,8d1,Young Hard-Pressed Families,S01011447,Cleland - 01,4a,Challenged white communities,S02002150,Cleland,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211468 +211468,S00123218,6b2,White Suburban Communities,S01011718,Moodiesburn East - 05,8c,Comfortable suburbia,S02002197,Moodiesburn East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211469 +211469,S00101281,7c1,Challenged Transitionaries,S01008041,Barloch - 01,5c,Comfortable neighbourhoods,S02001508,Barloch,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211470 +211470,S00125379,6b2,White Suburban Communities,S01011459,Carfin North - 04,5c,Comfortable neighbourhoods,S02002152,Carfin North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211471 +211471,S00124602,8d1,Young Hard-Pressed Families,S01011447,Cleland - 01,4a,Challenged white communities,S02002150,Cleland,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211472 +211472,S00124624,8d1,Young Hard-Pressed Families,S01011433,Shotts - 04,4a,Challenged white communities,S02002147,Shotts,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211473 +211473,S00124725,8d1,Young Hard-Pressed Families,S01011681,Caldercruix and Plains - 07,5d,Endeavouring social renters,S02002190,Caldercruix and Plains,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211474 +211474,S00124729,8d1,Young Hard-Pressed Families,S01011681,Caldercruix and Plains - 07,5d,Endeavouring social renters,S02002190,Caldercruix and Plains,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211475 +211475,S00124894,8d1,Young Hard-Pressed Families,S01011761,Abronhill North - 02,4a,Challenged white communities,S02002205,Abronhill North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211476 +211476,S00125136,8d1,Young Hard-Pressed Families,S01011360,Overtown - 04,4d,Hard-pressed flat dwellers,S02002135,Overtown,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211477 +211477,S00125197,8d1,Young Hard-Pressed Families,S01011631,Petersburn - 02,4a,Challenged white communities,S02002183,Petersburn,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211478 +211478,S00125266,8d1,Young Hard-Pressed Families,S01011562,Kirkshaws - 01,4a,Challenged white communities,S02002170,Kirkshaws,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211479 +211479,S00125342,8d1,Young Hard-Pressed Families,S01011390,Pather - 03,4a,Challenged white communities,S02002140,Pather,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211480 +211480,S00125800,8d1,Young Hard-Pressed Families,S01011724,Westfield - 06,5b,Aspiring urban households,S02002198,Westfield,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211481 +211481,S00100950,7d1,Ageing Communities and Families,S01008078,Kessington West - 03,8a,Affluent communities,S02001516,Kessington West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211482 +211482,S00100981,7d1,Ageing Communities and Families,S01008054,Kilmardinny West - 01,3c,Highly qualified professionals,S02001511,Kilmardinny West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211483 +211483,S00100982,7d1,Ageing Communities and Families,S01008054,Kilmardinny West - 01,3c,Highly qualified professionals,S02001511,Kilmardinny West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211484 +211484,S00100995,7d1,Ageing Communities and Families,S01008057,Kilmardinny West - 04,8a,Affluent communities,S02001511,Kilmardinny West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211485 +211485,S00101067,7d1,Ageing Communities and Families,S01008105,Auchinairn - 04,4a,Challenged white communities,S02001521,Auchinairn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211486 +211486,S00101160,7d1,Ageing Communities and Families,S01008100,Bishopbriggs West and Cadder - 07,8a,Affluent communities,S02001520,Bishopbriggs West and Cadder,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211487 +211487,S00101227,7d1,Ageing Communities and Families,S01008045,Keystone and Dougalston - 01,2b,Prospering countryside life,S02001509,Keystone and Dougalston,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211488 +211488,S00101229,7d1,Ageing Communities and Families,S01008046,Keystone and Dougalston - 02,4d,Hard-pressed flat dwellers,S02001509,Keystone and Dougalston,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211489 +211489,S00101230,7d1,Ageing Communities and Families,S01008046,Keystone and Dougalston - 02,4d,Hard-pressed flat dwellers,S02001509,Keystone and Dougalston,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211490 +211490,S00101280,7d1,Ageing Communities and Families,S01008041,Barloch - 01,5c,Comfortable neighbourhoods,S02001508,Barloch,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211491 +211491,S00101283,7d1,Ageing Communities and Families,S01008046,Keystone and Dougalston - 02,4d,Hard-pressed flat dwellers,S02001509,Keystone and Dougalston,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211492 +211492,S00101308,7d1,Ageing Communities and Families,S01008133,Kirkintilloch West - 03,5c,Comfortable neighbourhoods,S02001527,Kirkintilloch West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211493 +211493,S00101375,7d1,Ageing Communities and Families,S01008140,Hillhead - 05,4a,Challenged white communities,S02001528,Hillhead,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211494 +211494,S00101406,7d1,Ageing Communities and Families,S01008139,Hillhead - 04,4a,Challenged white communities,S02001528,Hillhead,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211495 +211495,S00101543,7d1,Ageing Communities and Families,S01008159,Lennoxtown - 02,4a,Challenged white communities,S02001533,Lennoxtown,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211496 +211496,S00101619,7d1,Ageing Communities and Families,S01008160,Lennoxtown - 03,5a,Ageing urban communities,S02001533,Lennoxtown,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211497 +211497,S00101680,7d1,Ageing Communities and Families,S01008045,Keystone and Dougalston - 01,2b,Prospering countryside life,S02001509,Keystone and Dougalston,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211498 +211498,S00101709,7d1,Ageing Communities and Families,S01008120,Lenzie North - 05,5c,Comfortable neighbourhoods,S02001524,Lenzie North,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211499 +211499,S00100876,6a4,Ageing in Suburbia,S01008045,Keystone and Dougalston - 01,2b,Prospering countryside life,S02001509,Keystone and Dougalston,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211500 +211500,S00100882,6a4,Ageing in Suburbia,S01008156,Milton of Campsie - 04,5c,Comfortable neighbourhoods,S02001532,Milton of Campsie,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211501 +211501,S00100888,6a4,Ageing in Suburbia,S01008074,Westerton East - 04,8a,Affluent communities,S02001515,Westerton East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211502 +211502,S00100897,6a4,Ageing in Suburbia,S01008074,Westerton East - 04,8a,Affluent communities,S02001515,Westerton East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211503 +211503,S00100925,6a4,Ageing in Suburbia,S01008068,Westerton West - 01,8a,Affluent communities,S02001514,Westerton West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211504 +211504,S00100929,6a4,Ageing in Suburbia,S01008068,Westerton West - 01,8a,Affluent communities,S02001514,Westerton West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211505 +211505,S00100948,6a4,Ageing in Suburbia,S01008078,Kessington West - 03,8a,Affluent communities,S02001516,Kessington West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211506 +211506,S00101325,7c1,Challenged Transitionaries,S01008137,Hillhead - 02,4d,Hard-pressed flat dwellers,S02001528,Hillhead,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211507 +211507,S00101330,7c1,Challenged Transitionaries,S01008152,Harestanes - 04,4a,Challenged white communities,S02001531,Harestanes,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211508 +211508,S00125389,6b2,White Suburban Communities,S01011358,Overtown - 02,8c,Comfortable suburbia,S02002135,Overtown,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211509 +211509,S00101337,7c1,Challenged Transitionaries,S01008150,Harestanes - 02,4a,Challenged white communities,S02001531,Harestanes,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211510 +211510,S00125390,6b2,White Suburban Communities,S01011358,Overtown - 02,8c,Comfortable suburbia,S02002135,Overtown,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211511 +211511,S00101339,7c1,Challenged Transitionaries,S01008152,Harestanes - 04,4a,Challenged white communities,S02001531,Harestanes,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211512 +211512,S00125393,6b2,White Suburban Communities,S01011662,Thrashbush - 08,8b,Ageing suburbanites,S02002187,Thrashbush,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211513 +211513,S00101342,7c1,Challenged Transitionaries,S01008150,Harestanes - 02,4a,Challenged white communities,S02001531,Harestanes,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211514 +211514,S00125417,6b2,White Suburban Communities,S01011628,Craigneuk Airdrie - 04,8c,Comfortable suburbia,S02002182,Craigneuk Airdrie,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211515 +211515,S00123226,6b2,White Suburban Communities,S01011695,Gartcosh and Marnock - 07,2b,Prospering countryside life,S02002192,Gartcosh and Marnock,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211516 +211516,S00101343,7c1,Challenged Transitionaries,S01008150,Harestanes - 02,4a,Challenged white communities,S02001531,Harestanes,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211517 +211517,S00125418,6b2,White Suburban Communities,S01011628,Craigneuk Airdrie - 04,8c,Comfortable suburbia,S02002182,Craigneuk Airdrie,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211518 +211518,S00123237,6b2,White Suburban Communities,S01011694,Gartcosh and Marnock - 06,5c,Comfortable neighbourhoods,S02002192,Gartcosh and Marnock,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211519 +211519,S00101345,7c1,Challenged Transitionaries,S01008150,Harestanes - 02,4a,Challenged white communities,S02001531,Harestanes,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211520 +211520,S00125474,6b2,White Suburban Communities,S01011614,Calderbank and Brownsburn - 02,5c,Comfortable neighbourhoods,S02002179,Calderbank and Brownsburn,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211521 +211521,S00123238,6b2,White Suburban Communities,S01011694,Gartcosh and Marnock - 06,5c,Comfortable neighbourhoods,S02002192,Gartcosh and Marnock,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211522 +211522,S00101347,7c1,Challenged Transitionaries,S01008150,Harestanes - 02,4a,Challenged white communities,S02001531,Harestanes,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211523 +211523,S00101356,7c1,Challenged Transitionaries,S01008151,Harestanes - 03,4a,Challenged white communities,S02001531,Harestanes,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211524 +211524,S00101359,7c1,Challenged Transitionaries,S01008149,Harestanes - 01,4a,Challenged white communities,S02001531,Harestanes,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211525 +211525,S00101360,7c1,Challenged Transitionaries,S01008149,Harestanes - 01,4a,Challenged white communities,S02001531,Harestanes,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211526 +211526,S00101361,7c1,Challenged Transitionaries,S01008151,Harestanes - 03,4a,Challenged white communities,S02001531,Harestanes,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211527 +211527,S00101362,7c1,Challenged Transitionaries,S01008151,Harestanes - 03,4a,Challenged white communities,S02001531,Harestanes,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211528 +211528,S00101365,7c1,Challenged Transitionaries,S01008151,Harestanes - 03,4a,Challenged white communities,S02001531,Harestanes,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211529 +211529,S00101379,7c1,Challenged Transitionaries,S01008130,Kirkintilloch South - 04,4d,Hard-pressed flat dwellers,S02001526,Kirkintilloch South,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211530 +211530,S00101382,7c1,Challenged Transitionaries,S01008130,Kirkintilloch South - 04,4d,Hard-pressed flat dwellers,S02001526,Kirkintilloch South,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211531 +211531,S00101391,7c1,Challenged Transitionaries,S01008129,Kirkintilloch South - 03,4a,Challenged white communities,S02001526,Kirkintilloch South,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211532 +211532,S00101408,7c1,Challenged Transitionaries,S01008148,Twechar and Harestanes East - 04,5c,Comfortable neighbourhoods,S02001530,Twechar and Harestanes East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211533 +211533,S00101410,7c1,Challenged Transitionaries,S01008148,Twechar and Harestanes East - 04,5c,Comfortable neighbourhoods,S02001530,Twechar and Harestanes East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211534 +211534,S00101424,7c1,Challenged Transitionaries,S01008143,Rosebank and Waterside - 03,5c,Comfortable neighbourhoods,S02001529,Rosebank and Waterside,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211535 +211535,S00101425,7c1,Challenged Transitionaries,S01008143,Rosebank and Waterside - 03,5c,Comfortable neighbourhoods,S02001529,Rosebank and Waterside,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211536 +211536,S00101522,7c1,Challenged Transitionaries,S01008156,Milton of Campsie - 04,5c,Comfortable neighbourhoods,S02001532,Milton of Campsie,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211537 +211537,S00101538,7c1,Challenged Transitionaries,S01008159,Lennoxtown - 02,4a,Challenged white communities,S02001533,Lennoxtown,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211538 +211538,S00101539,7c1,Challenged Transitionaries,S01008159,Lennoxtown - 02,4a,Challenged white communities,S02001533,Lennoxtown,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211539 +211539,S00101579,7c1,Challenged Transitionaries,S01008162,Lennoxtown - 05,5c,Comfortable neighbourhoods,S02001533,Lennoxtown,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211540 +211540,S00101582,7c1,Challenged Transitionaries,S01008037,East Clober and Mains Estate - 01,4a,Challenged white communities,S02001507,East Clober and Mains Estate,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211541 +211541,S00101596,7c1,Challenged Transitionaries,S01008137,Hillhead - 02,4d,Hard-pressed flat dwellers,S02001528,Hillhead,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211542 +211542,S00101601,7c1,Challenged Transitionaries,S01008150,Harestanes - 02,4a,Challenged white communities,S02001531,Harestanes,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211543 +211543,S00101650,7c1,Challenged Transitionaries,S01008064,South Castlehill and Thorn - 02,4a,Challenged white communities,S02001513,South Castlehill and Thorn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211544 +211544,S00101667,7c1,Challenged Transitionaries,S01008105,Auchinairn - 04,4a,Challenged white communities,S02001521,Auchinairn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211545 +211545,S00101671,7c1,Challenged Transitionaries,S01008106,Auchinairn - 05,4a,Challenged white communities,S02001521,Auchinairn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211546 +211546,S00101682,7c1,Challenged Transitionaries,S01008035,West Clober and Mains Estate - 03,8c,Comfortable suburbia,S02001506,West Clober and Mains Estate,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211547 +211547,S00125509,6b2,White Suburban Communities,S01011606,Greenend and Carnbroe - 01,8c,Comfortable suburbia,S02002178,Greenend and Carnbroe,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211548 +211548,S00125517,6b2,White Suburban Communities,S01011608,Greenend and Carnbroe - 03,8c,Comfortable suburbia,S02002178,Greenend and Carnbroe,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211549 +211549,S00125531,6b2,White Suburban Communities,S01011573,Dundyvan - 05,5c,Comfortable neighbourhoods,S02002171,Dundyvan,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211550 +211550,S00125532,6b2,White Suburban Communities,S01011573,Dundyvan - 05,5c,Comfortable neighbourhoods,S02002171,Dundyvan,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211551 +211551,S00125544,6b2,White Suburban Communities,S01011575,Dundyvan - 07,4a,Challenged white communities,S02002171,Dundyvan,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211552 +211552,S00125550,6b2,White Suburban Communities,S01011498,Holytown - 02,8c,Comfortable suburbia,S02002160,Holytown,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211553 +211553,S00125554,6b2,White Suburban Communities,S01011497,Holytown - 01,5c,Comfortable neighbourhoods,S02002160,Holytown,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211554 +211554,S00125567,6b2,White Suburban Communities,S01011493,Forgewood - 04,8c,Comfortable suburbia,S02002159,Forgewood,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211555 +211555,S00123245,6b2,White Suburban Communities,S01011698,Cardowan and Millerston - 03,4a,Challenged white communities,S02002193,Cardowan and Millerston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211556 +211556,S00125571,6b2,White Suburban Communities,S01011379,Muirhouse and Knowetop - 07,8c,Comfortable suburbia,S02002138,Muirhouse and Knowetop,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211557 +211557,S00125594,6b2,White Suburban Communities,S01011489,Motherwell North - 04,5c,Comfortable neighbourhoods,S02002158,Motherwell North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211558 +211558,S00125595,6b2,White Suburban Communities,S01011489,Motherwell North - 04,5c,Comfortable neighbourhoods,S02002158,Motherwell North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211559 +211559,S00125596,6b2,White Suburban Communities,S01011489,Motherwell North - 04,5c,Comfortable neighbourhoods,S02002158,Motherwell North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211560 +211560,S00125615,6b2,White Suburban Communities,S01011468,Carfin and Cleekhimin - 05,8c,Comfortable suburbia,S02002154,Carfin and Cleekhimin,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211561 +211561,S00125616,6b2,White Suburban Communities,S01011468,Carfin and Cleekhimin - 05,8c,Comfortable suburbia,S02002154,Carfin and Cleekhimin,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211562 +211562,S00125630,6b2,White Suburban Communities,S01011458,Carfin North - 03,8c,Comfortable suburbia,S02002152,Carfin North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211563 +211563,S00125631,6b2,White Suburban Communities,S01011458,Carfin North - 03,8c,Comfortable suburbia,S02002152,Carfin North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211564 +211564,S00125636,6b2,White Suburban Communities,S01011460,Clydesdale and New Stevenston - 01,4a,Challenged white communities,S02002153,Clydesdale and New Stevenston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211565 +211565,S00125638,6b2,White Suburban Communities,S01011458,Carfin North - 03,8c,Comfortable suburbia,S02002152,Carfin North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211566 +211566,S00125662,6b2,White Suburban Communities,S01011532,Fallside - 01,8c,Comfortable suburbia,S02002166,Fallside,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211567 +211567,S00125672,6b2,White Suburban Communities,S01011403,Wishaw North - 04,5c,Comfortable neighbourhoods,S02002142,Wishaw North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211568 +211568,S00125684,6b2,White Suburban Communities,S01011394,Wishaw South - 02,5c,Comfortable neighbourhoods,S02002141,Wishaw South,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211569 +211569,S00125701,6b2,White Suburban Communities,S01011365,Netherton and Kirkhill - 03,8c,Comfortable suburbia,S02002136,Netherton and Kirkhill,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211570 +211570,S00125703,6b2,White Suburban Communities,S01011365,Netherton and Kirkhill - 03,8c,Comfortable suburbia,S02002136,Netherton and Kirkhill,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211571 +211571,S00125722,6b2,White Suburban Communities,S01011448,Cleland - 02,5c,Comfortable neighbourhoods,S02002150,Cleland,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211572 +211572,S00123266,6b2,White Suburban Communities,S01011714,Moodiesburn East - 01,8c,Comfortable suburbia,S02002197,Moodiesburn East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211573 +211573,S00123267,6b2,White Suburban Communities,S01011714,Moodiesburn East - 01,8c,Comfortable suburbia,S02002197,Moodiesburn East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211574 +211574,S00123268,6b2,White Suburban Communities,S01011714,Moodiesburn East - 01,8c,Comfortable suburbia,S02002197,Moodiesburn East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211575 +211575,S00123283,6b2,White Suburban Communities,S01011786,Kilsyth East and Croy - 01,8c,Comfortable suburbia,S02002210,Kilsyth East and Croy,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211576 +211576,S00123284,6b2,White Suburban Communities,S01011786,Kilsyth East and Croy - 01,8c,Comfortable suburbia,S02002210,Kilsyth East and Croy,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211577 +211577,S00123301,6b2,White Suburban Communities,S01011674,Drumgelloch - 06,5c,Comfortable neighbourhoods,S02002189,Drumgelloch,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211578 +211578,S00123311,6b2,White Suburban Communities,S01011688,Glenmavis and Greengairs - 06,2d,Rural traits,S02002191,Glenmavis and Greengairs,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211579 +211579,S00123321,6b2,White Suburban Communities,S01011429,Allanton - Newmains Rural - 04,2a,Ageing rural neighbourhoods,S02002146,Allanton - Newmains Rural,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211580 +211580,S00123451,6b2,White Suburban Communities,S01011628,Craigneuk Airdrie - 04,8c,Comfortable suburbia,S02002182,Craigneuk Airdrie,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211581 +211581,S00123485,6b2,White Suburban Communities,S01011642,Cairnhill - 02,5c,Comfortable neighbourhoods,S02002185,Cairnhill,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211582 +211582,S00123613,6b2,White Suburban Communities,S01011516,Orbiston - 05,8c,Comfortable suburbia,S02002162,Orbiston,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211583 +211583,S00123825,6b2,White Suburban Communities,S01011593,Sunnyside and Cliftonville - 02,5c,Comfortable neighbourhoods,S02002175,Sunnyside and Cliftonville,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211584 +211584,S00123929,6b2,White Suburban Communities,S01011564,Kirkshaws - 03,5d,Endeavouring social renters,S02002170,Kirkshaws,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211585 +211585,S00123954,6b2,White Suburban Communities,S01011569,Dundyvan - 01,4a,Challenged white communities,S02002171,Dundyvan,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211586 +211586,S00124004,6b2,White Suburban Communities,S01011499,Holytown - 03,5c,Comfortable neighbourhoods,S02002160,Holytown,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211587 +211587,S00124005,6b2,White Suburban Communities,S01011499,Holytown - 03,5c,Comfortable neighbourhoods,S02002160,Holytown,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211588 +211588,S00124106,6b2,White Suburban Communities,S01011371,Muirhouse - 04,4d,Hard-pressed flat dwellers,S02002137,Muirhouse,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211589 +211589,S00124359,6b2,White Suburban Communities,S01011551,Birkenshaw - 06,5c,Comfortable neighbourhoods,S02002168,Birkenshaw,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211590 +211590,S00124374,6b2,White Suburban Communities,S01011538,Fallside - 07,8c,Comfortable suburbia,S02002166,Fallside,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211591 +211591,S00124504,6b2,White Suburban Communities,S01011415,Wishaw East - 03,5c,Comfortable neighbourhoods,S02002144,Wishaw East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211592 +211592,S00124510,6b2,White Suburban Communities,S01011416,Wishaw East - 04,8c,Comfortable suburbia,S02002144,Wishaw East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211593 +211593,S00124514,6b2,White Suburban Communities,S01011416,Wishaw East - 04,8c,Comfortable suburbia,S02002144,Wishaw East,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211594 +211594,S00124555,6b2,White Suburban Communities,S01011364,Netherton and Kirkhill - 02,5d,Endeavouring social renters,S02002136,Netherton and Kirkhill,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211595 +211595,S00124560,6b2,White Suburban Communities,S01011362,Overtown - 06,2c,Remoter communities,S02002135,Overtown,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211596 +211596,S00124716,6b2,White Suburban Communities,S01011686,Glenmavis and Greengairs - 04,8c,Comfortable suburbia,S02002191,Glenmavis and Greengairs,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211597 +211597,S00124841,6b2,White Suburban Communities,S01011754,Kildrum - 05,4a,Challenged white communities,S02002203,Kildrum,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211598 +211598,S00124845,6b2,White Suburban Communities,S01011753,Kildrum - 04,5c,Comfortable neighbourhoods,S02002203,Kildrum,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211599 +211599,S00124901,6b2,White Suburban Communities,S01011765,Abronhill North - 06,8c,Comfortable suburbia,S02002205,Abronhill North,S12000044,North Lanarkshire,6b1r,Scottish Industrial Legacy,S92000003,Scotland,S92000003,Scotland,211600 +211600,S00101540,7b3,Endeavouring Flat Dwellers,S01008159,Lennoxtown - 02,4a,Challenged white communities,S02001533,Lennoxtown,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211601 +211601,S00101590,7b3,Endeavouring Flat Dwellers,S01008134,Kirkintilloch West - 04,5c,Comfortable neighbourhoods,S02001527,Kirkintilloch West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211602 +211602,S00101271,5b1,Delayed Retirement,S01008041,Barloch - 01,5c,Comfortable neighbourhoods,S02001508,Barloch,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211603 +211603,S00101665,7b3,Endeavouring Flat Dwellers,S01008103,Auchinairn - 02,4d,Hard-pressed flat dwellers,S02001521,Auchinairn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211604 +211604,S00101666,7b3,Endeavouring Flat Dwellers,S01008104,Auchinairn - 03,4a,Challenged white communities,S02001521,Auchinairn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211605 +211605,S00101669,7b3,Endeavouring Flat Dwellers,S01008105,Auchinairn - 04,4a,Challenged white communities,S02001521,Auchinairn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211606 +211606,S00101284,5b1,Delayed Retirement,S01008042,Barloch - 02,8a,Affluent communities,S02001508,Barloch,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211607 +211607,S00101401,6a3,Detached Retirement Living,S01008128,Kirkintilloch South - 02,8b,Ageing suburbanites,S02001526,Kirkintilloch South,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211608 +211608,S00101075,6a3,Detached Retirement Living,S01008111,Woodhill West - 01,8a,Affluent communities,S02001523,Woodhill West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211609 +211609,S00101395,8a1,Industrious Transitions,S01008128,Kirkintilloch South - 02,8b,Ageing suburbanites,S02001526,Kirkintilloch South,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211610 +211610,S00101683,6a2,Comfortable Suburbia,S01008033,West Clober and Mains Estate - 01,8c,Comfortable suburbia,S02001506,West Clober and Mains Estate,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211611 +211611,S00100972,6a1,Indian Tech Achievers,S01008077,Kessington West - 02,8a,Affluent communities,S02001516,Kessington West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211612 +211612,S00101364,8b2,Hard-Pressed Rented Terraces,S01008151,Harestanes - 03,4a,Challenged white communities,S02001531,Harestanes,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211613 +211613,S00101695,7b3,Endeavouring Flat Dwellers,S01008131,Kirkintilloch West - 01,4d,Hard-pressed flat dwellers,S02001527,Kirkintilloch West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211614 +211614,S00101285,5b1,Delayed Retirement,S01008044,Barloch - 04,8a,Affluent communities,S02001508,Barloch,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211615 +211615,S00101405,6a3,Detached Retirement Living,S01008141,Rosebank and Waterside - 01,8b,Ageing suburbanites,S02001529,Rosebank and Waterside,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211616 +211616,S00101076,6a3,Detached Retirement Living,S01008111,Woodhill West - 01,8a,Affluent communities,S02001523,Woodhill West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211617 +211617,S00101442,8a1,Industrious Transitions,S01008117,Lenzie North - 02,8c,Comfortable suburbia,S02001524,Lenzie North,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211618 +211618,S00101684,6a2,Comfortable Suburbia,S01008033,West Clober and Mains Estate - 01,8c,Comfortable suburbia,S02001506,West Clober and Mains Estate,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211619 +211619,S00100988,6a1,Indian Tech Achievers,S01008056,Kilmardinny West - 03,8a,Affluent communities,S02001511,Kilmardinny West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211620 +211620,S00101685,6a2,Comfortable Suburbia,S01008040,East Clober and Mains Estate - 04,8c,Comfortable suburbia,S02001507,East Clober and Mains Estate,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211621 +211621,S00101293,5b1,Delayed Retirement,S01008044,Barloch - 04,8a,Affluent communities,S02001508,Barloch,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211622 +211622,S00101431,6a3,Detached Retirement Living,S01008117,Lenzie North - 02,8c,Comfortable suburbia,S02001524,Lenzie North,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211623 +211623,S00101517,8a1,Industrious Transitions,S01008154,Milton of Campsie - 02,8b,Ageing suburbanites,S02001532,Milton of Campsie,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211624 +211624,S00100992,6a1,Indian Tech Achievers,S01008057,Kilmardinny West - 04,8a,Affluent communities,S02001511,Kilmardinny West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211625 +211625,S00101079,6a3,Detached Retirement Living,S01008111,Woodhill West - 01,8a,Affluent communities,S02001523,Woodhill West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211626 +211626,S00101686,6a2,Comfortable Suburbia,S01008034,West Clober and Mains Estate - 02,8c,Comfortable suburbia,S02001506,West Clober and Mains Estate,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211627 +211627,S00101697,7b3,Endeavouring Flat Dwellers,S01008131,Kirkintilloch West - 01,4d,Hard-pressed flat dwellers,S02001527,Kirkintilloch West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211628 +211628,S00101373,8b2,Hard-Pressed Rented Terraces,S01008139,Hillhead - 04,4a,Challenged white communities,S02001528,Hillhead,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211629 +211629,S00101294,5b1,Delayed Retirement,S01008042,Barloch - 02,8a,Affluent communities,S02001508,Barloch,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211630 +211630,S00101432,6a3,Detached Retirement Living,S01008117,Lenzie North - 02,8c,Comfortable suburbia,S02001524,Lenzie North,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211631 +211631,S00101594,8a1,Industrious Transitions,S01008135,Kirkintilloch West - 05,5a,Ageing urban communities,S02001527,Kirkintilloch West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211632 +211632,S00101687,6a2,Comfortable Suburbia,S01008034,West Clober and Mains Estate - 02,8c,Comfortable suburbia,S02001506,West Clober and Mains Estate,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211633 +211633,S00101118,6a3,Detached Retirement Living,S01008113,Woodhill West - 03,8a,Affluent communities,S02001523,Woodhill West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211634 +211634,S00100997,6a1,Indian Tech Achievers,S01008050,Kilmardinny East - 01,8a,Affluent communities,S02001510,Kilmardinny East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211635 +211635,S00101374,8b2,Hard-Pressed Rented Terraces,S01008140,Hillhead - 05,4a,Challenged white communities,S02001528,Hillhead,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211636 +211636,S00101587,1a2,Established Farming Communities,S01008162,Lennoxtown - 05,5c,Comfortable neighbourhoods,S02001533,Lennoxtown,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211637 +211637,S00101295,5b1,Delayed Retirement,S01008042,Barloch - 02,8a,Affluent communities,S02001508,Barloch,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211638 +211638,S00101436,6a3,Detached Retirement Living,S01008116,Lenzie North - 01,8c,Comfortable suburbia,S02001524,Lenzie North,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211639 +211639,S00101043,7a3,Multi-Ethnic Hardship,S01008064,South Castlehill and Thorn - 02,4a,Challenged white communities,S02001513,South Castlehill and Thorn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211640 +211640,S00101689,6a2,Comfortable Suburbia,S01008033,West Clober and Mains Estate - 01,8c,Comfortable suburbia,S02001506,West Clober and Mains Estate,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211641 +211641,S00101125,6a3,Detached Retirement Living,S01008114,Woodhill West - 04,8b,Ageing suburbanites,S02001523,Woodhill West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211642 +211642,S00101024,6a1,Indian Tech Achievers,S01008051,Kilmardinny East - 02,8a,Affluent communities,S02001510,Kilmardinny East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211643 +211643,S00101376,8b2,Hard-Pressed Rented Terraces,S01008140,Hillhead - 05,4a,Challenged white communities,S02001528,Hillhead,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211644 +211644,S00101389,5b1,Delayed Retirement,S01008130,Kirkintilloch South - 04,4d,Hard-pressed flat dwellers,S02001526,Kirkintilloch South,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211645 +211645,S00101457,6a3,Detached Retirement Living,S01008121,Lenzie North - 06,8a,Affluent communities,S02001524,Lenzie North,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211646 +211646,S00101035,6a1,Indian Tech Achievers,S01008065,South Castlehill and Thorn - 03,8a,Affluent communities,S02001513,South Castlehill and Thorn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211647 +211647,S00101725,6a2,Comfortable Suburbia,S01008155,Milton of Campsie - 03,8c,Comfortable suburbia,S02001532,Milton of Campsie,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211648 +211648,S00101126,6a3,Detached Retirement Living,S01008113,Woodhill West - 03,8a,Affluent communities,S02001523,Woodhill West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211649 +211649,S00101377,8b2,Hard-Pressed Rented Terraces,S01008139,Hillhead - 04,4a,Challenged white communities,S02001528,Hillhead,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211650 +211650,S00101370,7a3,Multi-Ethnic Hardship,S01008138,Hillhead - 03,4a,Challenged white communities,S02001528,Hillhead,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211651 +211651,S00101140,5a3,Families in Terraces and Flats,S01008115,Woodhill West - 05,3b,Asian traits,S02001523,Woodhill West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211652 +211652,S00101390,5b1,Delayed Retirement,S01008130,Kirkintilloch South - 04,4d,Hard-pressed flat dwellers,S02001526,Kirkintilloch South,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211653 +211653,S00101458,6a3,Detached Retirement Living,S01008122,Lenzie North - 07,8a,Affluent communities,S02001524,Lenzie North,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211654 +211654,S00101037,6a1,Indian Tech Achievers,S01008065,South Castlehill and Thorn - 03,8a,Affluent communities,S02001513,South Castlehill and Thorn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211655 +211655,S00101729,6a2,Comfortable Suburbia,S01008161,Lennoxtown - 04,2b,Prospering countryside life,S02001533,Lennoxtown,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211656 +211656,S00101128,6a3,Detached Retirement Living,S01008112,Woodhill West - 02,8b,Ageing suburbanites,S02001523,Woodhill West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211657 +211657,S00101381,8b2,Hard-Pressed Rented Terraces,S01008130,Kirkintilloch South - 04,4d,Hard-pressed flat dwellers,S02001526,Kirkintilloch South,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211658 +211658,S00101536,7a3,Multi-Ethnic Hardship,S01008160,Lennoxtown - 03,5a,Ageing urban communities,S02001533,Lennoxtown,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211659 +211659,S00101467,5b1,Delayed Retirement,S01008123,Lenzie South - 01,8a,Affluent communities,S02001525,Lenzie South,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211660 +211660,S00101468,5b1,Delayed Retirement,S01008125,Lenzie South - 03,8c,Comfortable suburbia,S02001525,Lenzie South,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211661 +211661,S00101484,5b1,Delayed Retirement,S01008125,Lenzie South - 03,8c,Comfortable suburbia,S02001525,Lenzie South,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211662 +211662,S00101588,5b1,Delayed Retirement,S01008044,Barloch - 04,8a,Affluent communities,S02001508,Barloch,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211663 +211663,S00101591,5b1,Delayed Retirement,S01008134,Kirkintilloch West - 04,5c,Comfortable neighbourhoods,S02001527,Kirkintilloch West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211664 +211664,S00101592,5b1,Delayed Retirement,S01008132,Kirkintilloch West - 02,8b,Ageing suburbanites,S02001527,Kirkintilloch West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211665 +211665,S00101636,5b1,Delayed Retirement,S01008072,Westerton East - 02,3c,Highly qualified professionals,S02001515,Westerton East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211666 +211666,S00101637,5b1,Delayed Retirement,S01008072,Westerton East - 02,3c,Highly qualified professionals,S02001515,Westerton East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211667 +211667,S00101638,5b1,Delayed Retirement,S01008072,Westerton East - 02,3c,Highly qualified professionals,S02001515,Westerton East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211668 +211668,S00101640,5b1,Delayed Retirement,S01008073,Westerton East - 03,8a,Affluent communities,S02001515,Westerton East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211669 +211669,S00101641,5b1,Delayed Retirement,S01008056,Kilmardinny West - 03,8a,Affluent communities,S02001511,Kilmardinny West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211670 +211670,S00101643,5b1,Delayed Retirement,S01008050,Kilmardinny East - 01,8a,Affluent communities,S02001510,Kilmardinny East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211671 +211671,S00101655,5b1,Delayed Retirement,S01008061,North Castlehill and Thorn - 04,8a,Affluent communities,S02001512,North Castlehill and Thorn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211672 +211672,S00101675,5b1,Delayed Retirement,S01008101,Bishopbriggs West and Cadder - 08,5c,Comfortable neighbourhoods,S02001520,Bishopbriggs West and Cadder,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211673 +211673,S00101676,5b1,Delayed Retirement,S01008101,Bishopbriggs West and Cadder - 08,5c,Comfortable neighbourhoods,S02001520,Bishopbriggs West and Cadder,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211674 +211674,S00101691,5b1,Delayed Retirement,S01008034,West Clober and Mains Estate - 02,8c,Comfortable suburbia,S02001506,West Clober and Mains Estate,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211675 +211675,S00101694,5b1,Delayed Retirement,S01008131,Kirkintilloch West - 01,4d,Hard-pressed flat dwellers,S02001527,Kirkintilloch West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211676 +211676,S00100905,8b1,Deprived Blue-Collar Terraces,S01008070,Westerton West - 03,8c,Comfortable suburbia,S02001514,Westerton West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211677 +211677,S00101069,8b1,Deprived Blue-Collar Terraces,S01008102,Auchinairn - 01,5a,Ageing urban communities,S02001521,Auchinairn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211678 +211678,S00101320,7b2,Deprived Neighbourhoods,S01008137,Hillhead - 02,4d,Hard-pressed flat dwellers,S02001528,Hillhead,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211679 +211679,S00101620,7b2,Deprived Neighbourhoods,S01008159,Lennoxtown - 02,4a,Challenged white communities,S02001533,Lennoxtown,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211680 +211680,S00101706,7b2,Deprived Neighbourhoods,S01008131,Kirkintilloch West - 01,4d,Hard-pressed flat dwellers,S02001527,Kirkintilloch West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211681 +211681,S00101721,7b2,Deprived Neighbourhoods,S01008145,Twechar and Harestanes East - 01,4a,Challenged white communities,S02001530,Twechar and Harestanes East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211682 +211682,S00100899,6a3,Detached Retirement Living,S01008074,Westerton East - 04,8a,Affluent communities,S02001515,Westerton East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211683 +211683,S00100940,6a3,Detached Retirement Living,S01008082,Kessington East - 03,8a,Affluent communities,S02001517,Kessington East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211684 +211684,S00100945,6a3,Detached Retirement Living,S01008078,Kessington West - 03,8a,Affluent communities,S02001516,Kessington West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211685 +211685,S00100956,6a3,Detached Retirement Living,S01008079,Kessington West - 04,8a,Affluent communities,S02001516,Kessington West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211686 +211686,S00100985,6a3,Detached Retirement Living,S01008055,Kilmardinny West - 02,8a,Affluent communities,S02001511,Kilmardinny West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211687 +211687,S00100989,6a3,Detached Retirement Living,S01008056,Kilmardinny West - 03,8a,Affluent communities,S02001511,Kilmardinny West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211688 +211688,S00100990,6a3,Detached Retirement Living,S01008056,Kilmardinny West - 03,8a,Affluent communities,S02001511,Kilmardinny West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211689 +211689,S00100998,6a3,Detached Retirement Living,S01008051,Kilmardinny East - 02,8a,Affluent communities,S02001510,Kilmardinny East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211690 +211690,S00101007,6a3,Detached Retirement Living,S01008055,Kilmardinny West - 02,8a,Affluent communities,S02001511,Kilmardinny West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211691 +211691,S00101010,6a3,Detached Retirement Living,S01008053,Kilmardinny East - 04,8a,Affluent communities,S02001510,Kilmardinny East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211692 +211692,S00101012,6a3,Detached Retirement Living,S01008052,Kilmardinny East - 03,8a,Affluent communities,S02001510,Kilmardinny East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211693 +211693,S00101016,6a3,Detached Retirement Living,S01008052,Kilmardinny East - 03,8a,Affluent communities,S02001510,Kilmardinny East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211694 +211694,S00101018,6a3,Detached Retirement Living,S01008051,Kilmardinny East - 02,8a,Affluent communities,S02001510,Kilmardinny East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211695 +211695,S00101029,6a3,Detached Retirement Living,S01008066,South Castlehill and Thorn - 04,8a,Affluent communities,S02001513,South Castlehill and Thorn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211696 +211696,S00101030,6a3,Detached Retirement Living,S01008066,South Castlehill and Thorn - 04,8a,Affluent communities,S02001513,South Castlehill and Thorn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211697 +211697,S00101032,6a3,Detached Retirement Living,S01008066,South Castlehill and Thorn - 04,8a,Affluent communities,S02001513,South Castlehill and Thorn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211698 +211698,S00101034,6a3,Detached Retirement Living,S01008065,South Castlehill and Thorn - 03,8a,Affluent communities,S02001513,South Castlehill and Thorn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211699 +211699,S00101036,6a3,Detached Retirement Living,S01008065,South Castlehill and Thorn - 03,8a,Affluent communities,S02001513,South Castlehill and Thorn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211700 +211700,S00101060,6a3,Detached Retirement Living,S01008059,North Castlehill and Thorn - 02,8c,Comfortable suburbia,S02001512,North Castlehill and Thorn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211701 +211701,S00101129,6a3,Detached Retirement Living,S01008111,Woodhill West - 01,8a,Affluent communities,S02001523,Woodhill West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211702 +211702,S00100970,5b2,Communal Retirement,S01008076,Kessington West - 01,8a,Affluent communities,S02001516,Kessington West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211703 +211703,S00100902,5a2,Multi-Ethnic Professionals with Families,S01008071,Westerton East - 01,8c,Comfortable suburbia,S02001515,Westerton East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211704 +211704,S00101130,6a3,Detached Retirement Living,S01008111,Woodhill West - 01,8a,Affluent communities,S02001523,Woodhill West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211705 +211705,S00101393,8b2,Hard-Pressed Rented Terraces,S01008129,Kirkintilloch South - 03,4a,Challenged white communities,S02001526,Kirkintilloch South,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211706 +211706,S00101070,5b2,Communal Retirement,S01008102,Auchinairn - 01,5a,Ageing urban communities,S02001521,Auchinairn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211707 +211707,S00101144,5a3,Families in Terraces and Flats,S01008101,Bishopbriggs West and Cadder - 08,5c,Comfortable neighbourhoods,S02001520,Bishopbriggs West and Cadder,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211708 +211708,S00100999,5a2,Multi-Ethnic Professionals with Families,S01008057,Kilmardinny West - 04,8a,Affluent communities,S02001511,Kilmardinny West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211709 +211709,S00101461,6a3,Detached Retirement Living,S01008121,Lenzie North - 06,8a,Affluent communities,S02001524,Lenzie North,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211710 +211710,S00101464,6a3,Detached Retirement Living,S01008123,Lenzie South - 01,8a,Affluent communities,S02001525,Lenzie South,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211711 +211711,S00101042,6a1,Indian Tech Achievers,S01008063,South Castlehill and Thorn - 01,8a,Affluent communities,S02001513,South Castlehill and Thorn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211712 +211712,S00101322,5a3,Families in Terraces and Flats,S01008136,Hillhead - 01,4a,Challenged white communities,S02001528,Hillhead,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211713 +211713,S00101402,5b2,Communal Retirement,S01008143,Rosebank and Waterside - 03,5c,Comfortable neighbourhoods,S02001529,Rosebank and Waterside,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211714 +211714,S00101427,8b2,Hard-Pressed Rented Terraces,S01008119,Lenzie North - 04,4a,Challenged white communities,S02001524,Lenzie North,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211715 +211715,S00101475,6a3,Detached Retirement Living,S01008126,Lenzie South - 04,8b,Ageing suburbanites,S02001525,Lenzie South,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211716 +211716,S00101040,5a2,Multi-Ethnic Professionals with Families,S01008063,South Castlehill and Thorn - 01,8a,Affluent communities,S02001513,South Castlehill and Thorn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211717 +211717,S00101057,6a1,Indian Tech Achievers,S01008059,North Castlehill and Thorn - 02,8c,Comfortable suburbia,S02001512,North Castlehill and Thorn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211718 +211718,S00101131,6a3,Detached Retirement Living,S01008112,Woodhill West - 02,8b,Ageing suburbanites,S02001523,Woodhill West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211719 +211719,S00101568,5a3,Families in Terraces and Flats,S01008102,Auchinairn - 01,5a,Ageing urban communities,S02001521,Auchinairn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211720 +211720,S00101534,5b2,Communal Retirement,S01008160,Lennoxtown - 03,5a,Ageing urban communities,S02001533,Lennoxtown,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211721 +211721,S00101443,8b2,Hard-Pressed Rented Terraces,S01008118,Lenzie North - 03,5c,Comfortable neighbourhoods,S02001524,Lenzie North,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211722 +211722,S00101476,6a3,Detached Retirement Living,S01008126,Lenzie South - 04,8b,Ageing suburbanites,S02001525,Lenzie South,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211723 +211723,S00101134,6a3,Detached Retirement Living,S01008114,Woodhill West - 04,8b,Ageing suburbanites,S02001523,Woodhill West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211724 +211724,S00101114,5a2,Multi-Ethnic Professionals with Families,S01008108,Woodhill East - 01,8c,Comfortable suburbia,S02001522,Woodhill East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211725 +211725,S00101138,6a3,Detached Retirement Living,S01008114,Woodhill West - 04,8b,Ageing suburbanites,S02001523,Woodhill West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211726 +211726,S00101058,6a1,Indian Tech Achievers,S01008060,North Castlehill and Thorn - 03,8c,Comfortable suburbia,S02001512,North Castlehill and Thorn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211727 +211727,S00101445,8b2,Hard-Pressed Rented Terraces,S01008118,Lenzie North - 03,5c,Comfortable neighbourhoods,S02001524,Lenzie North,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211728 +211728,S00101634,5b2,Communal Retirement,S01008072,Westerton East - 02,3c,Highly qualified professionals,S02001515,Westerton East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211729 +211729,S00101656,5a3,Families in Terraces and Flats,S01008061,North Castlehill and Thorn - 04,8a,Affluent communities,S02001512,North Castlehill and Thorn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211730 +211730,S00101478,6a3,Detached Retirement Living,S01008126,Lenzie South - 04,8b,Ageing suburbanites,S02001525,Lenzie South,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211731 +211731,S00101059,6a1,Indian Tech Achievers,S01008059,North Castlehill and Thorn - 02,8c,Comfortable suburbia,S02001512,North Castlehill and Thorn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211732 +211732,S00101142,5a2,Multi-Ethnic Professionals with Families,S01008115,Woodhill West - 05,3b,Asian traits,S02001523,Woodhill West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211733 +211733,S00101158,6a3,Detached Retirement Living,S01008097,Bishopbriggs West and Cadder - 04,8a,Affluent communities,S02001520,Bishopbriggs West and Cadder,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211734 +211734,S00101321,7c2,Constrained Young Families,S01008137,Hillhead - 02,4d,Hard-pressed flat dwellers,S02001528,Hillhead,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211735 +211735,S00101480,6a3,Detached Retirement Living,S01008124,Lenzie South - 02,8b,Ageing suburbanites,S02001525,Lenzie South,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211736 +211736,S00101061,6a1,Indian Tech Achievers,S01008060,North Castlehill and Thorn - 03,8c,Comfortable suburbia,S02001512,North Castlehill and Thorn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211737 +211737,S00101696,5a3,Families in Terraces and Flats,S01008131,Kirkintilloch West - 01,4d,Hard-pressed flat dwellers,S02001527,Kirkintilloch West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211738 +211738,S00101446,8b2,Hard-Pressed Rented Terraces,S01008118,Lenzie North - 03,5c,Comfortable neighbourhoods,S02001524,Lenzie North,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211739 +211739,S00101246,5a2,Multi-Ethnic Professionals with Families,S01008039,East Clober and Mains Estate - 03,5c,Comfortable neighbourhoods,S02001507,East Clober and Mains Estate,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211740 +211740,S00101163,6a3,Detached Retirement Living,S01008096,Bishopbriggs West and Cadder - 03,8a,Affluent communities,S02001520,Bishopbriggs West and Cadder,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211741 +211741,S00101326,7c2,Constrained Young Families,S01008137,Hillhead - 02,4d,Hard-pressed flat dwellers,S02001528,Hillhead,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211742 +211742,S00101497,6a3,Detached Retirement Living,S01008086,Torrance and Balmore - 03,2b,Prospering countryside life,S02001518,Torrance and Balmore,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211743 +211743,S00101098,6a1,Indian Tech Achievers,S01008107,Auchinairn - 06,8c,Comfortable suburbia,S02001521,Auchinairn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211744 +211744,S00101698,5a3,Families in Terraces and Flats,S01008135,Kirkintilloch West - 05,5a,Ageing urban communities,S02001527,Kirkintilloch West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211745 +211745,S00101447,8b2,Hard-Pressed Rented Terraces,S01008118,Lenzie North - 03,5c,Comfortable neighbourhoods,S02001524,Lenzie North,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211746 +211746,S00101451,5a2,Multi-Ethnic Professionals with Families,S01008120,Lenzie North - 05,5c,Comfortable neighbourhoods,S02001524,Lenzie North,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211747 +211747,S00101169,6a3,Detached Retirement Living,S01008096,Bishopbriggs West and Cadder - 03,8a,Affluent communities,S02001520,Bishopbriggs West and Cadder,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211748 +211748,S00101175,6a3,Detached Retirement Living,S01008092,Bishopbriggs North and Kenmure - 06,8b,Ageing suburbanites,S02001519,Bishopbriggs North and Kenmure,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211749 +211749,S00101177,6a3,Detached Retirement Living,S01008092,Bishopbriggs North and Kenmure - 06,8b,Ageing suburbanites,S02001519,Bishopbriggs North and Kenmure,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211750 +211750,S00101180,6a3,Detached Retirement Living,S01008092,Bishopbriggs North and Kenmure - 06,8b,Ageing suburbanites,S02001519,Bishopbriggs North and Kenmure,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211751 +211751,S00101181,6a3,Detached Retirement Living,S01008092,Bishopbriggs North and Kenmure - 06,8b,Ageing suburbanites,S02001519,Bishopbriggs North and Kenmure,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211752 +211752,S00101182,6a3,Detached Retirement Living,S01008092,Bishopbriggs North and Kenmure - 06,8b,Ageing suburbanites,S02001519,Bishopbriggs North and Kenmure,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211753 +211753,S00101183,6a3,Detached Retirement Living,S01008090,Bishopbriggs North and Kenmure - 04,8c,Comfortable suburbia,S02001519,Bishopbriggs North and Kenmure,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211754 +211754,S00101184,6a3,Detached Retirement Living,S01008091,Bishopbriggs North and Kenmure - 05,8b,Ageing suburbanites,S02001519,Bishopbriggs North and Kenmure,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211755 +211755,S00101186,6a3,Detached Retirement Living,S01008090,Bishopbriggs North and Kenmure - 04,8c,Comfortable suburbia,S02001519,Bishopbriggs North and Kenmure,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211756 +211756,S00101188,6a3,Detached Retirement Living,S01008090,Bishopbriggs North and Kenmure - 04,8c,Comfortable suburbia,S02001519,Bishopbriggs North and Kenmure,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211757 +211757,S00101189,6a3,Detached Retirement Living,S01008093,Bishopbriggs North and Kenmure - 07,8b,Ageing suburbanites,S02001519,Bishopbriggs North and Kenmure,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211758 +211758,S00101205,6a3,Detached Retirement Living,S01008088,Bishopbriggs North and Kenmure - 02,8c,Comfortable suburbia,S02001519,Bishopbriggs North and Kenmure,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211759 +211759,S00101206,6a3,Detached Retirement Living,S01008088,Bishopbriggs North and Kenmure - 02,8c,Comfortable suburbia,S02001519,Bishopbriggs North and Kenmure,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211760 +211760,S00101207,6a3,Detached Retirement Living,S01008087,Bishopbriggs North and Kenmure - 01,8b,Ageing suburbanites,S02001519,Bishopbriggs North and Kenmure,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211761 +211761,S00101214,6a3,Detached Retirement Living,S01008087,Bishopbriggs North and Kenmure - 01,8b,Ageing suburbanites,S02001519,Bishopbriggs North and Kenmure,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211762 +211762,S00101216,6a3,Detached Retirement Living,S01008087,Bishopbriggs North and Kenmure - 01,8b,Ageing suburbanites,S02001519,Bishopbriggs North and Kenmure,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211763 +211763,S00101219,6a3,Detached Retirement Living,S01008049,Keystone and Dougalston - 05,8a,Affluent communities,S02001509,Keystone and Dougalston,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211764 +211764,S00101220,6a3,Detached Retirement Living,S01008049,Keystone and Dougalston - 05,8a,Affluent communities,S02001509,Keystone and Dougalston,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211765 +211765,S00101226,6a3,Detached Retirement Living,S01008044,Barloch - 04,8a,Affluent communities,S02001508,Barloch,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211766 +211766,S00101233,6a3,Detached Retirement Living,S01008048,Keystone and Dougalston - 04,8b,Ageing suburbanites,S02001509,Keystone and Dougalston,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211767 +211767,S00101234,6a3,Detached Retirement Living,S01008048,Keystone and Dougalston - 04,8b,Ageing suburbanites,S02001509,Keystone and Dougalston,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211768 +211768,S00101236,6a3,Detached Retirement Living,S01008047,Keystone and Dougalston - 03,8a,Affluent communities,S02001509,Keystone and Dougalston,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211769 +211769,S00101256,6a3,Detached Retirement Living,S01008036,West Clober and Mains Estate - 04,8b,Ageing suburbanites,S02001506,West Clober and Mains Estate,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211770 +211770,S00101257,6a3,Detached Retirement Living,S01008036,West Clober and Mains Estate - 04,8b,Ageing suburbanites,S02001506,West Clober and Mains Estate,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211771 +211771,S00101258,6a3,Detached Retirement Living,S01008036,West Clober and Mains Estate - 04,8b,Ageing suburbanites,S02001506,West Clober and Mains Estate,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211772 +211772,S00101274,6a3,Detached Retirement Living,S01008040,East Clober and Mains Estate - 04,8c,Comfortable suburbia,S02001507,East Clober and Mains Estate,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211773 +211773,S00101275,6a3,Detached Retirement Living,S01008040,East Clober and Mains Estate - 04,8c,Comfortable suburbia,S02001507,East Clober and Mains Estate,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211774 +211774,S00101286,6a3,Detached Retirement Living,S01008044,Barloch - 04,8a,Affluent communities,S02001508,Barloch,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211775 +211775,S00101288,6a3,Detached Retirement Living,S01008043,Barloch - 03,8a,Affluent communities,S02001508,Barloch,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211776 +211776,S00101290,6a3,Detached Retirement Living,S01008043,Barloch - 03,8a,Affluent communities,S02001508,Barloch,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211777 +211777,S00101291,6a3,Detached Retirement Living,S01008043,Barloch - 03,8a,Affluent communities,S02001508,Barloch,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211778 +211778,S00101314,6a3,Detached Retirement Living,S01008132,Kirkintilloch West - 02,8b,Ageing suburbanites,S02001527,Kirkintilloch West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211779 +211779,S00101316,6a3,Detached Retirement Living,S01008132,Kirkintilloch West - 02,8b,Ageing suburbanites,S02001527,Kirkintilloch West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211780 +211780,S00101378,6a3,Detached Retirement Living,S01008144,Rosebank and Waterside - 04,8b,Ageing suburbanites,S02001529,Rosebank and Waterside,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211781 +211781,S00101399,6a3,Detached Retirement Living,S01008128,Kirkintilloch South - 02,8b,Ageing suburbanites,S02001526,Kirkintilloch South,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211782 +211782,S00101400,6a3,Detached Retirement Living,S01008128,Kirkintilloch South - 02,8b,Ageing suburbanites,S02001526,Kirkintilloch South,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211783 +211783,S00101633,5a2,Multi-Ethnic Professionals with Families,S01008072,Westerton East - 02,3c,Highly qualified professionals,S02001515,Westerton East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211784 +211784,S00101327,7c2,Constrained Young Families,S01008137,Hillhead - 02,4d,Hard-pressed flat dwellers,S02001528,Hillhead,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211785 +211785,S00101512,6a3,Detached Retirement Living,S01008155,Milton of Campsie - 03,8c,Comfortable suburbia,S02001532,Milton of Campsie,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211786 +211786,S00101635,5a2,Multi-Ethnic Professionals with Families,S01008072,Westerton East - 02,3c,Highly qualified professionals,S02001515,Westerton East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211787 +211787,S00101734,5a3,Families in Terraces and Flats,S01008135,Kirkintilloch West - 05,5a,Ageing urban communities,S02001527,Kirkintilloch West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211788 +211788,S00101328,7c2,Constrained Young Families,S01008137,Hillhead - 02,4d,Hard-pressed flat dwellers,S02001528,Hillhead,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211789 +211789,S00101513,6a3,Detached Retirement Living,S01008154,Milton of Campsie - 02,8b,Ageing suburbanites,S02001532,Milton of Campsie,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211790 +211790,S00101500,8b2,Hard-Pressed Rented Terraces,S01008145,Twechar and Harestanes East - 01,4a,Challenged white communities,S02001530,Twechar and Harestanes East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211791 +211791,S00101673,5a2,Multi-Ethnic Professionals with Families,S01008110,Woodhill East - 03,8c,Comfortable suburbia,S02001522,Woodhill East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211792 +211792,S00101333,7c2,Constrained Young Families,S01008138,Hillhead - 03,4a,Challenged white communities,S02001528,Hillhead,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211793 +211793,S00101521,6a3,Detached Retirement Living,S01008156,Milton of Campsie - 04,5c,Comfortable neighbourhoods,S02001532,Milton of Campsie,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211794 +211794,S00101304,7a2,Hampered Aspiration,S01008133,Kirkintilloch West - 03,5c,Comfortable neighbourhoods,S02001527,Kirkintilloch West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211795 +211795,S00101733,7a2,Hampered Aspiration,S01008134,Kirkintilloch West - 04,5c,Comfortable neighbourhoods,S02001527,Kirkintilloch West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211796 +211796,S00101099,6a1,Indian Tech Achievers,S01008107,Auchinairn - 06,8c,Comfortable suburbia,S02001521,Auchinairn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211797 +211797,S00100887,6b1,Multi-Ethnic Suburbia,S01008074,Westerton East - 04,8a,Affluent communities,S02001515,Westerton East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211798 +211798,S00101556,6a3,Detached Retirement Living,S01008083,Kessington East - 04,8a,Affluent communities,S02001517,Kessington East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211799 +211799,S00101334,7c2,Constrained Young Families,S01008138,Hillhead - 03,4a,Challenged white communities,S02001528,Hillhead,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211800 +211800,S00101044,8d2,Hard-Pressed Ethnic Mix,S01008064,South Castlehill and Thorn - 02,4a,Challenged white communities,S02001513,South Castlehill and Thorn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211801 +211801,S00101102,6a1,Indian Tech Achievers,S01008107,Auchinairn - 06,8c,Comfortable suburbia,S02001521,Auchinairn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211802 +211802,S00101501,8b2,Hard-Pressed Rented Terraces,S01008145,Twechar and Harestanes East - 01,4a,Challenged white communities,S02001530,Twechar and Harestanes East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211803 +211803,S00100898,6b1,Multi-Ethnic Suburbia,S01008074,Westerton East - 04,8a,Affluent communities,S02001515,Westerton East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211804 +211804,S00101560,6a3,Detached Retirement Living,S01008057,Kilmardinny West - 04,8a,Affluent communities,S02001511,Kilmardinny West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211805 +211805,S00101335,7c2,Constrained Young Families,S01008152,Harestanes - 04,4a,Challenged white communities,S02001531,Harestanes,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211806 +211806,S00101505,8b2,Hard-Pressed Rented Terraces,S01008145,Twechar and Harestanes East - 01,4a,Challenged white communities,S02001530,Twechar and Harestanes East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211807 +211807,S00101111,6a1,Indian Tech Achievers,S01008109,Woodhill East - 02,8c,Comfortable suburbia,S02001522,Woodhill East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211808 +211808,S00100908,6b1,Multi-Ethnic Suburbia,S01008069,Westerton West - 02,8c,Comfortable suburbia,S02001514,Westerton West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211809 +211809,S00101583,8d2,Hard-Pressed Ethnic Mix,S01008037,East Clober and Mains Estate - 01,4a,Challenged white communities,S02001507,East Clober and Mains Estate,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211810 +211810,S00101562,6a3,Detached Retirement Living,S01008043,Barloch - 03,8a,Affluent communities,S02001508,Barloch,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211811 +211811,S00101368,7c2,Constrained Young Families,S01008138,Hillhead - 03,4a,Challenged white communities,S02001528,Hillhead,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211812 +211812,S00101528,8b2,Hard-Pressed Rented Terraces,S01008162,Lennoxtown - 05,5c,Comfortable neighbourhoods,S02001533,Lennoxtown,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211813 +211813,S00101116,6a1,Indian Tech Achievers,S01008108,Woodhill East - 01,8c,Comfortable suburbia,S02001522,Woodhill East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211814 +211814,S00100913,6b1,Multi-Ethnic Suburbia,S01008068,Westerton West - 01,8a,Affluent communities,S02001514,Westerton West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211815 +211815,S00101127,6a1,Indian Tech Achievers,S01008112,Woodhill West - 02,8b,Ageing suburbanites,S02001523,Woodhill West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211816 +211816,S00101565,6a3,Detached Retirement Living,S01008063,South Castlehill and Thorn - 01,8a,Affluent communities,S02001513,South Castlehill and Thorn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211817 +211817,S00101530,8b2,Hard-Pressed Rented Terraces,S01008162,Lennoxtown - 05,5c,Comfortable neighbourhoods,S02001533,Lennoxtown,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211818 +211818,S00101369,7c2,Constrained Young Families,S01008138,Hillhead - 03,4a,Challenged white communities,S02001528,Hillhead,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211819 +211819,S00101681,8d2,Hard-Pressed Ethnic Mix,S01008038,East Clober and Mains Estate - 02,4a,Challenged white communities,S02001507,East Clober and Mains Estate,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211820 +211820,S00100915,6b1,Multi-Ethnic Suburbia,S01008069,Westerton West - 02,8c,Comfortable suburbia,S02001514,Westerton West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211821 +211821,S00101145,6a1,Indian Tech Achievers,S01008100,Bishopbriggs West and Cadder - 07,8a,Affluent communities,S02001520,Bishopbriggs West and Cadder,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211822 +211822,S00101572,6a3,Detached Retirement Living,S01008100,Bishopbriggs West and Cadder - 07,8a,Affluent communities,S02001520,Bishopbriggs West and Cadder,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211823 +211823,S00101153,6a1,Indian Tech Achievers,S01008097,Bishopbriggs West and Cadder - 04,8a,Affluent communities,S02001520,Bishopbriggs West and Cadder,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211824 +211824,S00100909,8b2,Hard-Pressed Rented Terraces,S01008069,Westerton West - 02,8c,Comfortable suburbia,S02001514,Westerton West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211825 +211825,S00101385,7c2,Constrained Young Families,S01008130,Kirkintilloch South - 04,4d,Hard-pressed flat dwellers,S02001526,Kirkintilloch South,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211826 +211826,S00100920,6b1,Multi-Ethnic Suburbia,S01008069,Westerton West - 02,8c,Comfortable suburbia,S02001514,Westerton West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211827 +211827,S00101531,8b2,Hard-Pressed Rented Terraces,S01008160,Lennoxtown - 03,5a,Ageing urban communities,S02001533,Lennoxtown,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211828 +211828,S00101575,6a3,Detached Retirement Living,S01008095,Bishopbriggs West and Cadder - 02,8c,Comfortable suburbia,S02001520,Bishopbriggs West and Cadder,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211829 +211829,S00101179,6a1,Indian Tech Achievers,S01008092,Bishopbriggs North and Kenmure - 06,8b,Ageing suburbanites,S02001519,Bishopbriggs North and Kenmure,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211830 +211830,S00101084,8b2,Hard-Pressed Rented Terraces,S01008104,Auchinairn - 03,4a,Challenged white communities,S02001521,Auchinairn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211831 +211831,S00101523,7c2,Constrained Young Families,S01008156,Milton of Campsie - 04,5c,Comfortable neighbourhoods,S02001532,Milton of Campsie,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211832 +211832,S00100924,6b1,Multi-Ethnic Suburbia,S01008067,South Castlehill and Thorn - 05,8a,Affluent communities,S02001513,South Castlehill and Thorn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211833 +211833,S00101545,8b2,Hard-Pressed Rented Terraces,S01008159,Lennoxtown - 02,4a,Challenged white communities,S02001533,Lennoxtown,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211834 +211834,S00101576,6a3,Detached Retirement Living,S01008094,Bishopbriggs West and Cadder - 01,8b,Ageing suburbanites,S02001520,Bishopbriggs West and Cadder,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211835 +211835,S00101187,6a1,Indian Tech Achievers,S01008090,Bishopbriggs North and Kenmure - 04,8c,Comfortable suburbia,S02001519,Bishopbriggs North and Kenmure,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211836 +211836,S00101211,6a1,Indian Tech Achievers,S01008087,Bishopbriggs North and Kenmure - 01,8b,Ageing suburbanites,S02001519,Bishopbriggs North and Kenmure,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211837 +211837,S00101218,6a1,Indian Tech Achievers,S01008049,Keystone and Dougalston - 05,8a,Affluent communities,S02001509,Keystone and Dougalston,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211838 +211838,S00101222,6a1,Indian Tech Achievers,S01008049,Keystone and Dougalston - 05,8a,Affluent communities,S02001509,Keystone and Dougalston,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211839 +211839,S00101555,6a1,Indian Tech Achievers,S01008082,Kessington East - 03,8a,Affluent communities,S02001517,Kessington East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211840 +211840,S00101611,6a1,Indian Tech Achievers,S01008126,Lenzie South - 04,8b,Ageing suburbanites,S02001525,Lenzie South,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211841 +211841,S00101647,6a1,Indian Tech Achievers,S01008066,South Castlehill and Thorn - 04,8a,Affluent communities,S02001513,South Castlehill and Thorn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211842 +211842,S00101649,6a1,Indian Tech Achievers,S01008063,South Castlehill and Thorn - 01,8a,Affluent communities,S02001513,South Castlehill and Thorn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211843 +211843,S00101659,6a1,Indian Tech Achievers,S01008058,North Castlehill and Thorn - 01,8a,Affluent communities,S02001512,North Castlehill and Thorn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211844 +211844,S00101661,6a1,Indian Tech Achievers,S01008058,North Castlehill and Thorn - 01,8a,Affluent communities,S02001512,North Castlehill and Thorn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211845 +211845,S00101674,6a1,Indian Tech Achievers,S01008100,Bishopbriggs West and Cadder - 07,8a,Affluent communities,S02001520,Bishopbriggs West and Cadder,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211846 +211846,S00101677,6a1,Indian Tech Achievers,S01008094,Bishopbriggs West and Cadder - 01,8b,Ageing suburbanites,S02001520,Bishopbriggs West and Cadder,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211847 +211847,S00101710,6a1,Indian Tech Achievers,S01008127,Kirkintilloch South - 01,8b,Ageing suburbanites,S02001526,Kirkintilloch South,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211848 +211848,S00101094,8a2,Industrious Hardship,S01008106,Auchinairn - 05,4a,Challenged white communities,S02001521,Auchinairn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211849 +211849,S00101095,8a2,Industrious Hardship,S01008106,Auchinairn - 05,4a,Challenged white communities,S02001521,Auchinairn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211850 +211850,S00101249,8a2,Industrious Hardship,S01008038,East Clober and Mains Estate - 02,4a,Challenged white communities,S02001507,East Clober and Mains Estate,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211851 +211851,S00101263,8a2,Industrious Hardship,S01008039,East Clober and Mains Estate - 03,5c,Comfortable neighbourhoods,S02001507,East Clober and Mains Estate,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211852 +211852,S00101372,8a2,Industrious Hardship,S01008139,Hillhead - 04,4a,Challenged white communities,S02001528,Hillhead,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211853 +211853,S00101429,8a2,Industrious Hardship,S01008119,Lenzie North - 04,4a,Challenged white communities,S02001524,Lenzie North,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211854 +211854,S00101499,8a2,Industrious Hardship,S01008145,Twechar and Harestanes East - 01,4a,Challenged white communities,S02001530,Twechar and Harestanes East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211855 +211855,S00101520,8a2,Industrious Hardship,S01008154,Milton of Campsie - 02,8b,Ageing suburbanites,S02001532,Milton of Campsie,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211856 +211856,S00101546,8a2,Industrious Hardship,S01008160,Lennoxtown - 03,5a,Ageing urban communities,S02001533,Lennoxtown,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211857 +211857,S00101569,8a2,Industrious Hardship,S01008106,Auchinairn - 05,4a,Challenged white communities,S02001521,Auchinairn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211858 +211858,S00101724,8a2,Industrious Hardship,S01008155,Milton of Campsie - 03,8c,Comfortable suburbia,S02001532,Milton of Campsie,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211859 +211859,S00100917,8a1,Industrious Transitions,S01008071,Westerton East - 01,8c,Comfortable suburbia,S02001515,Westerton East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211860 +211860,S00101063,8a1,Industrious Transitions,S01008102,Auchinairn - 01,5a,Ageing urban communities,S02001521,Auchinairn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211861 +211861,S00101096,8a1,Industrious Transitions,S01008106,Auchinairn - 05,4a,Challenged white communities,S02001521,Auchinairn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211862 +211862,S00101228,8a1,Industrious Transitions,S01008046,Keystone and Dougalston - 02,4d,Hard-pressed flat dwellers,S02001509,Keystone and Dougalston,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211863 +211863,S00101319,8a1,Industrious Transitions,S01008136,Hillhead - 01,4a,Challenged white communities,S02001528,Hillhead,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211864 +211864,S00101535,7c2,Constrained Young Families,S01008160,Lennoxtown - 03,5a,Ageing urban communities,S02001533,Lennoxtown,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211865 +211865,S00101581,6a3,Detached Retirement Living,S01008044,Barloch - 04,8a,Affluent communities,S02001508,Barloch,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211866 +211866,S00100946,6b1,Multi-Ethnic Suburbia,S01008078,Kessington West - 03,8a,Affluent communities,S02001516,Kessington West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211867 +211867,S00101585,8b2,Hard-Pressed Rented Terraces,S01008040,East Clober and Mains Estate - 04,8c,Comfortable suburbia,S02001507,East Clober and Mains Estate,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211868 +211868,S00101544,7c2,Constrained Young Families,S01008159,Lennoxtown - 02,4a,Challenged white communities,S02001533,Lennoxtown,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211869 +211869,S00101603,6a3,Detached Retirement Living,S01008148,Twechar and Harestanes East - 04,5c,Comfortable neighbourhoods,S02001530,Twechar and Harestanes East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211870 +211870,S00101606,6a3,Detached Retirement Living,S01008142,Rosebank and Waterside - 02,8b,Ageing suburbanites,S02001529,Rosebank and Waterside,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211871 +211871,S00101089,8b2,Hard-Pressed Rented Terraces,S01008105,Auchinairn - 04,4a,Challenged white communities,S02001521,Auchinairn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211872 +211872,S00101609,6a3,Detached Retirement Living,S01008124,Lenzie South - 02,8b,Ageing suburbanites,S02001525,Lenzie South,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211873 +211873,S00101610,6a3,Detached Retirement Living,S01008124,Lenzie South - 02,8b,Ageing suburbanites,S02001525,Lenzie South,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211874 +211874,S00101622,6a3,Detached Retirement Living,S01008075,Westerton East - 05,8a,Affluent communities,S02001515,Westerton East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211875 +211875,S00101623,6a3,Detached Retirement Living,S01008075,Westerton East - 05,8a,Affluent communities,S02001515,Westerton East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211876 +211876,S00101628,6a3,Detached Retirement Living,S01008048,Keystone and Dougalston - 04,8b,Ageing suburbanites,S02001509,Keystone and Dougalston,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211877 +211877,S00101631,6a3,Detached Retirement Living,S01008148,Twechar and Harestanes East - 04,5c,Comfortable neighbourhoods,S02001530,Twechar and Harestanes East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211878 +211878,S00101646,6a3,Detached Retirement Living,S01008066,South Castlehill and Thorn - 04,8a,Affluent communities,S02001513,South Castlehill and Thorn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211879 +211879,S00101678,6a3,Detached Retirement Living,S01008094,Bishopbriggs West and Cadder - 01,8b,Ageing suburbanites,S02001520,Bishopbriggs West and Cadder,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211880 +211880,S00101679,6a3,Detached Retirement Living,S01008049,Keystone and Dougalston - 05,8a,Affluent communities,S02001509,Keystone and Dougalston,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211881 +211881,S00101329,7b1,Eastern European Communities,S01008137,Hillhead - 02,4d,Hard-pressed flat dwellers,S02001528,Hillhead,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211882 +211882,S00101371,7b1,Eastern European Communities,S01008139,Hillhead - 04,4a,Challenged white communities,S02001528,Hillhead,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211883 +211883,S00101704,7b1,Eastern European Communities,S01008140,Hillhead - 05,4a,Challenged white communities,S02001528,Hillhead,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211884 +211884,S00101071,7b3,Endeavouring Flat Dwellers,S01008103,Auchinairn - 02,4d,Hard-pressed flat dwellers,S02001521,Auchinairn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211885 +211885,S00101072,7b3,Endeavouring Flat Dwellers,S01008103,Auchinairn - 02,4d,Hard-pressed flat dwellers,S02001521,Auchinairn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211886 +211886,S00101073,7b3,Endeavouring Flat Dwellers,S01008103,Auchinairn - 02,4d,Hard-pressed flat dwellers,S02001521,Auchinairn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211887 +211887,S00101087,7b3,Endeavouring Flat Dwellers,S01008105,Auchinairn - 04,4a,Challenged white communities,S02001521,Auchinairn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211888 +211888,S00101297,7b3,Endeavouring Flat Dwellers,S01008136,Hillhead - 01,4a,Challenged white communities,S02001528,Hillhead,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211889 +211889,S00100959,6b1,Multi-Ethnic Suburbia,S01008080,Kessington East - 01,8a,Affluent communities,S02001517,Kessington East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211890 +211890,S00101597,7c2,Constrained Young Families,S01008137,Hillhead - 02,4d,Hard-pressed flat dwellers,S02001528,Hillhead,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211891 +211891,S00101598,8b2,Hard-Pressed Rented Terraces,S01008152,Harestanes - 04,4a,Challenged white communities,S02001531,Harestanes,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211892 +211892,S00101298,7b3,Endeavouring Flat Dwellers,S01008136,Hillhead - 01,4a,Challenged white communities,S02001528,Hillhead,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211893 +211893,S00101300,7b3,Endeavouring Flat Dwellers,S01008130,Kirkintilloch South - 04,4d,Hard-pressed flat dwellers,S02001526,Kirkintilloch South,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211894 +211894,S00101301,7b3,Endeavouring Flat Dwellers,S01008134,Kirkintilloch West - 04,5c,Comfortable neighbourhoods,S02001527,Kirkintilloch West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211895 +211895,S00101307,7b3,Endeavouring Flat Dwellers,S01008133,Kirkintilloch West - 03,5c,Comfortable neighbourhoods,S02001527,Kirkintilloch West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211896 +211896,S00101309,7b3,Endeavouring Flat Dwellers,S01008135,Kirkintilloch West - 05,5a,Ageing urban communities,S02001527,Kirkintilloch West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211897 +211897,S00101358,7b3,Endeavouring Flat Dwellers,S01008149,Harestanes - 01,4a,Challenged white communities,S02001531,Harestanes,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211898 +211898,S00101090,8b2,Hard-Pressed Rented Terraces,S01008105,Auchinairn - 04,4a,Challenged white communities,S02001521,Auchinairn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211899 +211899,S00101021,6b1,Multi-Ethnic Suburbia,S01008051,Kilmardinny East - 02,8a,Affluent communities,S02001510,Kilmardinny East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211900 +211900,S00101602,7c2,Constrained Young Families,S01008140,Hillhead - 05,4a,Challenged white communities,S02001528,Hillhead,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211901 +211901,S00101091,8b2,Hard-Pressed Rented Terraces,S01008105,Auchinairn - 04,4a,Challenged white communities,S02001521,Auchinairn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211902 +211902,S00101600,8b2,Hard-Pressed Rented Terraces,S01008149,Harestanes - 01,4a,Challenged white communities,S02001531,Harestanes,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211903 +211903,S00101038,6b1,Multi-Ethnic Suburbia,S01008065,South Castlehill and Thorn - 03,8a,Affluent communities,S02001513,South Castlehill and Thorn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211904 +211904,S00101616,7c2,Constrained Young Families,S01008146,Twechar and Harestanes East - 02,5d,Endeavouring social renters,S02001530,Twechar and Harestanes East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211905 +211905,S00101152,8b2,Hard-Pressed Rented Terraces,S01008099,Bishopbriggs West and Cadder - 06,8c,Comfortable suburbia,S02001520,Bishopbriggs West and Cadder,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211906 +211906,S00101629,8b2,Hard-Pressed Rented Terraces,S01008147,Twechar and Harestanes East - 03,5d,Endeavouring social renters,S02001530,Twechar and Harestanes East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211907 +211907,S00101047,6b1,Multi-Ethnic Suburbia,S01008062,North Castlehill and Thorn - 05,8c,Comfortable suburbia,S02001512,North Castlehill and Thorn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211908 +211908,S00101670,7c2,Constrained Young Families,S01008105,Auchinairn - 04,4a,Challenged white communities,S02001521,Auchinairn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211909 +211909,S00101242,8b2,Hard-Pressed Rented Terraces,S01008037,East Clober and Mains Estate - 01,4a,Challenged white communities,S02001507,East Clober and Mains Estate,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211910 +211910,S00101253,8b2,Hard-Pressed Rented Terraces,S01008038,East Clober and Mains Estate - 02,4a,Challenged white communities,S02001507,East Clober and Mains Estate,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211911 +211911,S00101261,8b2,Hard-Pressed Rented Terraces,S01008038,East Clober and Mains Estate - 02,4a,Challenged white communities,S02001507,East Clober and Mains Estate,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211912 +211912,S00101262,8b2,Hard-Pressed Rented Terraces,S01008038,East Clober and Mains Estate - 02,4a,Challenged white communities,S02001507,East Clober and Mains Estate,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211913 +211913,S00101272,8b2,Hard-Pressed Rented Terraces,S01008040,East Clober and Mains Estate - 04,8c,Comfortable suburbia,S02001507,East Clober and Mains Estate,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211914 +211914,S00101317,8b2,Hard-Pressed Rented Terraces,S01008136,Hillhead - 01,4a,Challenged white communities,S02001528,Hillhead,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211915 +211915,S00101318,8b2,Hard-Pressed Rented Terraces,S01008136,Hillhead - 01,4a,Challenged white communities,S02001528,Hillhead,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211916 +211916,S00101323,8b2,Hard-Pressed Rented Terraces,S01008139,Hillhead - 04,4a,Challenged white communities,S02001528,Hillhead,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211917 +211917,S00101331,8b2,Hard-Pressed Rented Terraces,S01008138,Hillhead - 03,4a,Challenged white communities,S02001528,Hillhead,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211918 +211918,S00101332,8b2,Hard-Pressed Rented Terraces,S01008152,Harestanes - 04,4a,Challenged white communities,S02001531,Harestanes,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211919 +211919,S00101336,8b2,Hard-Pressed Rented Terraces,S01008152,Harestanes - 04,4a,Challenged white communities,S02001531,Harestanes,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211920 +211920,S00101338,8b2,Hard-Pressed Rented Terraces,S01008152,Harestanes - 04,4a,Challenged white communities,S02001531,Harestanes,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211921 +211921,S00101340,8b2,Hard-Pressed Rented Terraces,S01008152,Harestanes - 04,4a,Challenged white communities,S02001531,Harestanes,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211922 +211922,S00101341,8b2,Hard-Pressed Rented Terraces,S01008152,Harestanes - 04,4a,Challenged white communities,S02001531,Harestanes,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211923 +211923,S00101344,8b2,Hard-Pressed Rented Terraces,S01008150,Harestanes - 02,4a,Challenged white communities,S02001531,Harestanes,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211924 +211924,S00101346,8b2,Hard-Pressed Rented Terraces,S01008150,Harestanes - 02,4a,Challenged white communities,S02001531,Harestanes,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211925 +211925,S00101348,8b2,Hard-Pressed Rented Terraces,S01008149,Harestanes - 01,4a,Challenged white communities,S02001531,Harestanes,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211926 +211926,S00101349,8b2,Hard-Pressed Rented Terraces,S01008147,Twechar and Harestanes East - 03,5d,Endeavouring social renters,S02001530,Twechar and Harestanes East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211927 +211927,S00101350,8b2,Hard-Pressed Rented Terraces,S01008147,Twechar and Harestanes East - 03,5d,Endeavouring social renters,S02001530,Twechar and Harestanes East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211928 +211928,S00101351,8b2,Hard-Pressed Rented Terraces,S01008147,Twechar and Harestanes East - 03,5d,Endeavouring social renters,S02001530,Twechar and Harestanes East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211929 +211929,S00101352,8b2,Hard-Pressed Rented Terraces,S01008147,Twechar and Harestanes East - 03,5d,Endeavouring social renters,S02001530,Twechar and Harestanes East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211930 +211930,S00101355,8b2,Hard-Pressed Rented Terraces,S01008149,Harestanes - 01,4a,Challenged white communities,S02001531,Harestanes,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211931 +211931,S00101363,8b2,Hard-Pressed Rented Terraces,S01008151,Harestanes - 03,4a,Challenged white communities,S02001531,Harestanes,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211932 +211932,S00100927,5b1,Delayed Retirement,S01008076,Kessington West - 01,8a,Affluent communities,S02001516,Kessington West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211933 +211933,S00100934,5b1,Delayed Retirement,S01008081,Kessington East - 02,8a,Affluent communities,S02001517,Kessington East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211934 +211934,S00100965,5b1,Delayed Retirement,S01008080,Kessington East - 01,8a,Affluent communities,S02001517,Kessington East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211935 +211935,S00100968,5b1,Delayed Retirement,S01008076,Kessington West - 01,8a,Affluent communities,S02001516,Kessington West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211936 +211936,S00100969,5b1,Delayed Retirement,S01008076,Kessington West - 01,8a,Affluent communities,S02001516,Kessington West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211937 +211937,S00100971,5b1,Delayed Retirement,S01008077,Kessington West - 02,8a,Affluent communities,S02001516,Kessington West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211938 +211938,S00101048,6b1,Multi-Ethnic Suburbia,S01008062,North Castlehill and Thorn - 05,8c,Comfortable suburbia,S02001512,North Castlehill and Thorn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211939 +211939,S00100978,5b1,Delayed Retirement,S01008054,Kilmardinny West - 01,3c,Highly qualified professionals,S02001511,Kilmardinny West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211940 +211940,S00100979,5b1,Delayed Retirement,S01008054,Kilmardinny West - 01,3c,Highly qualified professionals,S02001511,Kilmardinny West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211941 +211941,S00101052,6b1,Multi-Ethnic Suburbia,S01008061,North Castlehill and Thorn - 04,8a,Affluent communities,S02001512,North Castlehill and Thorn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211942 +211942,S00100987,5b1,Delayed Retirement,S01008056,Kilmardinny West - 03,8a,Affluent communities,S02001511,Kilmardinny West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211943 +211943,S00101054,6b1,Multi-Ethnic Suburbia,S01008062,North Castlehill and Thorn - 05,8c,Comfortable suburbia,S02001512,North Castlehill and Thorn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211944 +211944,S00101000,5b1,Delayed Retirement,S01008057,Kilmardinny West - 04,8a,Affluent communities,S02001511,Kilmardinny West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211945 +211945,S00101103,6b1,Multi-Ethnic Suburbia,S01008110,Woodhill East - 03,8c,Comfortable suburbia,S02001522,Woodhill East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211946 +211946,S00101009,5b1,Delayed Retirement,S01008053,Kilmardinny East - 04,8a,Affluent communities,S02001510,Kilmardinny East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211947 +211947,S00101104,6b1,Multi-Ethnic Suburbia,S01008110,Woodhill East - 03,8c,Comfortable suburbia,S02001522,Woodhill East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211948 +211948,S00101630,8b2,Hard-Pressed Rented Terraces,S01008147,Twechar and Harestanes East - 03,5d,Endeavouring social renters,S02001530,Twechar and Harestanes East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211949 +211949,S00101041,5b1,Delayed Retirement,S01008063,South Castlehill and Thorn - 01,8a,Affluent communities,S02001513,South Castlehill and Thorn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211950 +211950,S00101106,6b1,Multi-Ethnic Suburbia,S01008110,Woodhill East - 03,8c,Comfortable suburbia,S02001522,Woodhill East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211951 +211951,S00101701,8b2,Hard-Pressed Rented Terraces,S01008139,Hillhead - 04,4a,Challenged white communities,S02001528,Hillhead,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211952 +211952,S00101077,5b1,Delayed Retirement,S01008111,Woodhill West - 01,8a,Affluent communities,S02001523,Woodhill West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211953 +211953,S00101101,5b1,Delayed Retirement,S01008107,Auchinairn - 06,8c,Comfortable suburbia,S02001521,Auchinairn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211954 +211954,S00101117,5b1,Delayed Retirement,S01008113,Woodhill West - 03,8a,Affluent communities,S02001523,Woodhill West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211955 +211955,S00101147,5b1,Delayed Retirement,S01008101,Bishopbriggs West and Cadder - 08,5c,Comfortable neighbourhoods,S02001520,Bishopbriggs West and Cadder,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211956 +211956,S00101170,5b1,Delayed Retirement,S01008095,Bishopbriggs West and Cadder - 02,8c,Comfortable suburbia,S02001520,Bishopbriggs West and Cadder,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211957 +211957,S00101171,5b1,Delayed Retirement,S01008095,Bishopbriggs West and Cadder - 02,8c,Comfortable suburbia,S02001520,Bishopbriggs West and Cadder,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211958 +211958,S00101210,5b1,Delayed Retirement,S01008088,Bishopbriggs North and Kenmure - 02,8c,Comfortable suburbia,S02001519,Bishopbriggs North and Kenmure,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211959 +211959,S00101223,5b1,Delayed Retirement,S01008049,Keystone and Dougalston - 05,8a,Affluent communities,S02001509,Keystone and Dougalston,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211960 +211960,S00101107,6b1,Multi-Ethnic Suburbia,S01008108,Woodhill East - 01,8c,Comfortable suburbia,S02001522,Woodhill East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211961 +211961,S00101702,8b2,Hard-Pressed Rented Terraces,S01008139,Hillhead - 04,4a,Challenged white communities,S02001528,Hillhead,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211962 +211962,S00101108,6b1,Multi-Ethnic Suburbia,S01008109,Woodhill East - 02,8c,Comfortable suburbia,S02001522,Woodhill East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211963 +211963,S00100875,6a1,Indian Tech Achievers,S01008045,Keystone and Dougalston - 01,2b,Prospering countryside life,S02001509,Keystone and Dougalston,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211964 +211964,S00101115,6b1,Multi-Ethnic Suburbia,S01008109,Woodhill East - 02,8c,Comfortable suburbia,S02001522,Woodhill East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211965 +211965,S00100889,6a1,Indian Tech Achievers,S01008074,Westerton East - 04,8a,Affluent communities,S02001515,Westerton East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211966 +211966,S00101119,6b1,Multi-Ethnic Suburbia,S01008109,Woodhill East - 02,8c,Comfortable suburbia,S02001522,Woodhill East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211967 +211967,S00100890,6a1,Indian Tech Achievers,S01008074,Westerton East - 04,8a,Affluent communities,S02001515,Westerton East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211968 +211968,S00101120,6b1,Multi-Ethnic Suburbia,S01008112,Woodhill West - 02,8b,Ageing suburbanites,S02001523,Woodhill West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211969 +211969,S00101121,6b1,Multi-Ethnic Suburbia,S01008112,Woodhill West - 02,8b,Ageing suburbanites,S02001523,Woodhill West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211970 +211970,S00101133,6b1,Multi-Ethnic Suburbia,S01008114,Woodhill West - 04,8b,Ageing suburbanites,S02001523,Woodhill West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211971 +211971,S00101137,6b1,Multi-Ethnic Suburbia,S01008115,Woodhill West - 05,3b,Asian traits,S02001523,Woodhill West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211972 +211972,S00101141,6b1,Multi-Ethnic Suburbia,S01008115,Woodhill West - 05,3b,Asian traits,S02001523,Woodhill West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211973 +211973,S00101143,6b1,Multi-Ethnic Suburbia,S01008115,Woodhill West - 05,3b,Asian traits,S02001523,Woodhill West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211974 +211974,S00101154,6b1,Multi-Ethnic Suburbia,S01008098,Bishopbriggs West and Cadder - 05,8b,Ageing suburbanites,S02001520,Bishopbriggs West and Cadder,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211975 +211975,S00101155,6b1,Multi-Ethnic Suburbia,S01008098,Bishopbriggs West and Cadder - 05,8b,Ageing suburbanites,S02001520,Bishopbriggs West and Cadder,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211976 +211976,S00101168,6b1,Multi-Ethnic Suburbia,S01008095,Bishopbriggs West and Cadder - 02,8c,Comfortable suburbia,S02001520,Bishopbriggs West and Cadder,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211977 +211977,S00101192,6b1,Multi-Ethnic Suburbia,S01008093,Bishopbriggs North and Kenmure - 07,8b,Ageing suburbanites,S02001519,Bishopbriggs North and Kenmure,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211978 +211978,S00101212,6b1,Multi-Ethnic Suburbia,S01008089,Bishopbriggs North and Kenmure - 03,8b,Ageing suburbanites,S02001519,Bishopbriggs North and Kenmure,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211979 +211979,S00100892,6a1,Indian Tech Achievers,S01008075,Westerton East - 05,8a,Affluent communities,S02001515,Westerton East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211980 +211980,S00100894,6a1,Indian Tech Achievers,S01008075,Westerton East - 05,8a,Affluent communities,S02001515,Westerton East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211981 +211981,S00100895,6a1,Indian Tech Achievers,S01008073,Westerton East - 03,8a,Affluent communities,S02001515,Westerton East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211982 +211982,S00100926,6a1,Indian Tech Achievers,S01008068,Westerton West - 01,8a,Affluent communities,S02001514,Westerton West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211983 +211983,S00100930,6a1,Indian Tech Achievers,S01008081,Kessington East - 02,8a,Affluent communities,S02001517,Kessington East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211984 +211984,S00100931,6a1,Indian Tech Achievers,S01008081,Kessington East - 02,8a,Affluent communities,S02001517,Kessington East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211985 +211985,S00100933,6a1,Indian Tech Achievers,S01008082,Kessington East - 03,8a,Affluent communities,S02001517,Kessington East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211986 +211986,S00100935,6a1,Indian Tech Achievers,S01008081,Kessington East - 02,8a,Affluent communities,S02001517,Kessington East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211987 +211987,S00100936,6a1,Indian Tech Achievers,S01008083,Kessington East - 04,8a,Affluent communities,S02001517,Kessington East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211988 +211988,S00100937,6a1,Indian Tech Achievers,S01008082,Kessington East - 03,8a,Affluent communities,S02001517,Kessington East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211989 +211989,S00100939,6a1,Indian Tech Achievers,S01008082,Kessington East - 03,8a,Affluent communities,S02001517,Kessington East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211990 +211990,S00100941,6a1,Indian Tech Achievers,S01008083,Kessington East - 04,8a,Affluent communities,S02001517,Kessington East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211991 +211991,S00100942,6a1,Indian Tech Achievers,S01008083,Kessington East - 04,8a,Affluent communities,S02001517,Kessington East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211992 +211992,S00100943,6a1,Indian Tech Achievers,S01008083,Kessington East - 04,8a,Affluent communities,S02001517,Kessington East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211993 +211993,S00100944,6a1,Indian Tech Achievers,S01008083,Kessington East - 04,8a,Affluent communities,S02001517,Kessington East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211994 +211994,S00100947,6a1,Indian Tech Achievers,S01008078,Kessington West - 03,8a,Affluent communities,S02001516,Kessington West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211995 +211995,S00100951,6a1,Indian Tech Achievers,S01008079,Kessington West - 04,8a,Affluent communities,S02001516,Kessington West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211996 +211996,S00100953,6a1,Indian Tech Achievers,S01008079,Kessington West - 04,8a,Affluent communities,S02001516,Kessington West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211997 +211997,S00100955,6a1,Indian Tech Achievers,S01008079,Kessington West - 04,8a,Affluent communities,S02001516,Kessington West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211998 +211998,S00100962,6a1,Indian Tech Achievers,S01008080,Kessington East - 01,8a,Affluent communities,S02001517,Kessington East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,211999 +211999,S00100967,6a1,Indian Tech Achievers,S01008080,Kessington East - 01,8a,Affluent communities,S02001517,Kessington East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212000 +212000,S00101172,1b1,Rural Life,S01008094,Bishopbriggs West and Cadder - 01,8b,Ageing suburbanites,S02001520,Bishopbriggs West and Cadder,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212001 +212001,S00101586,5a1,White Professionals,S01008162,Lennoxtown - 05,5c,Comfortable neighbourhoods,S02001533,Lennoxtown,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212002 +212002,S00101384,7c3,Outer City Hardship,S01008129,Kirkintilloch South - 03,4a,Challenged white communities,S02001526,Kirkintilloch South,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212003 +212003,S00116111,4c1,Achieving Minorities,S01009773,Darnley West - 06,3b,Asian traits,S02001844,Darnley West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212004 +212004,S00112725,7c1,Challenged Transitionaries,S01010472,Anniesland West - 03,1a,Cosmopolitan student neighbourhoods,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212005 +212005,S00101194,6b3,Semi-Detached Ageing,S01008093,Bishopbriggs North and Kenmure - 07,8b,Ageing suburbanites,S02001519,Bishopbriggs North and Kenmure,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212006 +212006,S00101267,6b1,Multi-Ethnic Suburbia,S01008039,East Clober and Mains Estate - 03,5c,Comfortable neighbourhoods,S02001507,East Clober and Mains Estate,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212007 +212007,S00100877,1b2,Rural White-Collar Workers,S01008086,Torrance and Balmore - 03,2b,Prospering countryside life,S02001518,Torrance and Balmore,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212008 +212008,S00101566,1b2,Rural White-Collar Workers,S01008045,Keystone and Dougalston - 01,2b,Prospering countryside life,S02001509,Keystone and Dougalston,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212009 +212009,S00101731,1b2,Rural White-Collar Workers,S01008033,West Clober and Mains Estate - 01,8c,Comfortable suburbia,S02001506,West Clober and Mains Estate,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212010 +212010,S00100883,1a1,Rural Workers and Families,S01008156,Milton of Campsie - 04,5c,Comfortable neighbourhoods,S02001532,Milton of Campsie,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212011 +212011,S00100884,1a1,Rural Workers and Families,S01008135,Kirkintilloch West - 05,5a,Ageing urban communities,S02001527,Kirkintilloch West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212012 +212012,S00100885,1a1,Rural Workers and Families,S01008146,Twechar and Harestanes East - 02,5d,Endeavouring social renters,S02001530,Twechar and Harestanes East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212013 +212013,S00101578,1a1,Rural Workers and Families,S01008085,Torrance and Balmore - 02,2b,Prospering countryside life,S02001518,Torrance and Balmore,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212014 +212014,S00100938,5b3,Self-Sufficient Retirement,S01008082,Kessington East - 03,8a,Affluent communities,S02001517,Kessington East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212015 +212015,S00100996,5b3,Self-Sufficient Retirement,S01008057,Kilmardinny West - 04,8a,Affluent communities,S02001511,Kilmardinny West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212016 +212016,S00101046,5b3,Self-Sufficient Retirement,S01008064,South Castlehill and Thorn - 02,4a,Challenged white communities,S02001513,South Castlehill and Thorn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212017 +212017,S00101208,5b3,Self-Sufficient Retirement,S01008088,Bishopbriggs North and Kenmure - 02,8c,Comfortable suburbia,S02001519,Bishopbriggs North and Kenmure,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212018 +212018,S00101217,5b3,Self-Sufficient Retirement,S01008101,Bishopbriggs West and Cadder - 08,5c,Comfortable neighbourhoods,S02001520,Bishopbriggs West and Cadder,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212019 +212019,S00101282,5b3,Self-Sufficient Retirement,S01008041,Barloch - 01,5c,Comfortable neighbourhoods,S02001508,Barloch,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212020 +212020,S00101305,5b3,Self-Sufficient Retirement,S01008133,Kirkintilloch West - 03,5c,Comfortable neighbourhoods,S02001527,Kirkintilloch West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212021 +212021,S00101310,5b3,Self-Sufficient Retirement,S01008152,Harestanes - 04,4a,Challenged white communities,S02001531,Harestanes,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212022 +212022,S00101396,5b3,Self-Sufficient Retirement,S01008129,Kirkintilloch South - 03,4a,Challenged white communities,S02001526,Kirkintilloch South,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212023 +212023,S00114028,6a4,Ageing in Suburbia,S01010079,Mount Vernon North and Sandyhills - 02,8b,Ageing suburbanites,S02001899,Mount Vernon North and Sandyhills,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212024 +212024,S00101397,5b3,Self-Sufficient Retirement,S01008128,Kirkintilloch South - 02,8b,Ageing suburbanites,S02001526,Kirkintilloch South,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212025 +212025,S00101462,5b3,Self-Sufficient Retirement,S01008123,Lenzie South - 01,8a,Affluent communities,S02001525,Lenzie South,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212026 +212026,S00101490,5b3,Self-Sufficient Retirement,S01008086,Torrance and Balmore - 03,2b,Prospering countryside life,S02001518,Torrance and Balmore,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212027 +212027,S00101498,5b3,Self-Sufficient Retirement,S01008086,Torrance and Balmore - 03,2b,Prospering countryside life,S02001518,Torrance and Balmore,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212028 +212028,S00101518,5b3,Self-Sufficient Retirement,S01008154,Milton of Campsie - 02,8b,Ageing suburbanites,S02001532,Milton of Campsie,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212029 +212029,S00101549,5b3,Self-Sufficient Retirement,S01008161,Lennoxtown - 04,2b,Prospering countryside life,S02001533,Lennoxtown,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212030 +212030,S00101574,5b3,Self-Sufficient Retirement,S01008097,Bishopbriggs West and Cadder - 04,8a,Affluent communities,S02001520,Bishopbriggs West and Cadder,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212031 +212031,S00101618,5b3,Self-Sufficient Retirement,S01008157,Milton of Campsie - 05,5c,Comfortable neighbourhoods,S02001532,Milton of Campsie,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212032 +212032,S00101714,5b3,Self-Sufficient Retirement,S01008120,Lenzie North - 05,5c,Comfortable neighbourhoods,S02001524,Lenzie North,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212033 +212033,S00101717,5b3,Self-Sufficient Retirement,S01008086,Torrance and Balmore - 03,2b,Prospering countryside life,S02001518,Torrance and Balmore,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212034 +212034,S00100900,6b3,Semi-Detached Ageing,S01008071,Westerton East - 01,8c,Comfortable suburbia,S02001515,Westerton East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212035 +212035,S00100906,6b3,Semi-Detached Ageing,S01008070,Westerton West - 03,8c,Comfortable suburbia,S02001514,Westerton West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212036 +212036,S00100918,6b3,Semi-Detached Ageing,S01008071,Westerton East - 01,8c,Comfortable suburbia,S02001515,Westerton East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212037 +212037,S00101008,6b3,Semi-Detached Ageing,S01008053,Kilmardinny East - 04,8a,Affluent communities,S02001510,Kilmardinny East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212038 +212038,S00101011,6b3,Semi-Detached Ageing,S01008053,Kilmardinny East - 04,8a,Affluent communities,S02001510,Kilmardinny East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212039 +212039,S00101017,6b3,Semi-Detached Ageing,S01008052,Kilmardinny East - 03,8a,Affluent communities,S02001510,Kilmardinny East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212040 +212040,S00101019,6b3,Semi-Detached Ageing,S01008052,Kilmardinny East - 03,8a,Affluent communities,S02001510,Kilmardinny East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212041 +212041,S00101020,6b3,Semi-Detached Ageing,S01008051,Kilmardinny East - 02,8a,Affluent communities,S02001510,Kilmardinny East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212042 +212042,S00101055,6b3,Semi-Detached Ageing,S01008062,North Castlehill and Thorn - 05,8c,Comfortable suburbia,S02001512,North Castlehill and Thorn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212043 +212043,S00101066,6b3,Semi-Detached Ageing,S01008102,Auchinairn - 01,5a,Ageing urban communities,S02001521,Auchinairn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212044 +212044,S00101109,6b3,Semi-Detached Ageing,S01008108,Woodhill East - 01,8c,Comfortable suburbia,S02001522,Woodhill East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212045 +212045,S00101112,6b3,Semi-Detached Ageing,S01008113,Woodhill West - 03,8a,Affluent communities,S02001523,Woodhill West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212046 +212046,S00101122,6b3,Semi-Detached Ageing,S01008112,Woodhill West - 02,8b,Ageing suburbanites,S02001523,Woodhill West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212047 +212047,S00101124,6b3,Semi-Detached Ageing,S01008112,Woodhill West - 02,8b,Ageing suburbanites,S02001523,Woodhill West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212048 +212048,S00101132,6b3,Semi-Detached Ageing,S01008114,Woodhill West - 04,8b,Ageing suburbanites,S02001523,Woodhill West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212049 +212049,S00101156,6b3,Semi-Detached Ageing,S01008098,Bishopbriggs West and Cadder - 05,8b,Ageing suburbanites,S02001520,Bishopbriggs West and Cadder,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212050 +212050,S00101157,6b3,Semi-Detached Ageing,S01008098,Bishopbriggs West and Cadder - 05,8b,Ageing suburbanites,S02001520,Bishopbriggs West and Cadder,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212051 +212051,S00101159,6b3,Semi-Detached Ageing,S01008098,Bishopbriggs West and Cadder - 05,8b,Ageing suburbanites,S02001520,Bishopbriggs West and Cadder,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212052 +212052,S00101166,6b3,Semi-Detached Ageing,S01008095,Bishopbriggs West and Cadder - 02,8c,Comfortable suburbia,S02001520,Bishopbriggs West and Cadder,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212053 +212053,S00101167,6b3,Semi-Detached Ageing,S01008095,Bishopbriggs West and Cadder - 02,8c,Comfortable suburbia,S02001520,Bishopbriggs West and Cadder,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212054 +212054,S00101174,6b3,Semi-Detached Ageing,S01008094,Bishopbriggs West and Cadder - 01,8b,Ageing suburbanites,S02001520,Bishopbriggs West and Cadder,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212055 +212055,S00101176,6b3,Semi-Detached Ageing,S01008092,Bishopbriggs North and Kenmure - 06,8b,Ageing suburbanites,S02001519,Bishopbriggs North and Kenmure,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212056 +212056,S00101190,6b3,Semi-Detached Ageing,S01008093,Bishopbriggs North and Kenmure - 07,8b,Ageing suburbanites,S02001519,Bishopbriggs North and Kenmure,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212057 +212057,S00101644,5a1,White Professionals,S01008067,South Castlehill and Thorn - 05,8a,Affluent communities,S02001513,South Castlehill and Thorn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212058 +212058,S00101723,5a1,White Professionals,S01008155,Milton of Campsie - 03,8c,Comfortable suburbia,S02001532,Milton of Campsie,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212059 +212059,S00101735,5a1,White Professionals,S01008135,Kirkintilloch West - 05,5a,Ageing urban communities,S02001527,Kirkintilloch West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212060 +212060,S00101736,5a1,White Professionals,S01008135,Kirkintilloch West - 05,5a,Ageing urban communities,S02001527,Kirkintilloch West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212061 +212061,S00100879,6b2,White Suburban Communities,S01008161,Lennoxtown - 04,2b,Prospering countryside life,S02001533,Lennoxtown,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212062 +212062,S00100903,6b2,White Suburban Communities,S01008070,Westerton West - 03,8c,Comfortable suburbia,S02001514,Westerton West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212063 +212063,S00112749,7c1,Challenged Transitionaries,S01010477,Anniesland West - 08,4d,Hard-pressed flat dwellers,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212064 +212064,S00100904,6b2,White Suburban Communities,S01008070,Westerton West - 03,8c,Comfortable suburbia,S02001514,Westerton West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212065 +212065,S00100911,6b2,White Suburban Communities,S01008069,Westerton West - 02,8c,Comfortable suburbia,S02001514,Westerton West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212066 +212066,S00101386,7c3,Outer City Hardship,S01008130,Kirkintilloch South - 04,4d,Hard-pressed flat dwellers,S02001526,Kirkintilloch South,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212067 +212067,S00101195,6b3,Semi-Detached Ageing,S01008093,Bishopbriggs North and Kenmure - 07,8b,Ageing suburbanites,S02001519,Bishopbriggs North and Kenmure,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212068 +212068,S00101270,6b1,Multi-Ethnic Suburbia,S01008041,Barloch - 01,5c,Comfortable neighbourhoods,S02001508,Barloch,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212069 +212069,S00116115,4c1,Achieving Minorities,S01009773,Darnley West - 06,3b,Asian traits,S02001844,Darnley West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212070 +212070,S00114032,6a4,Ageing in Suburbia,S01010080,Mount Vernon North and Sandyhills - 03,8b,Ageing suburbanites,S02001899,Mount Vernon North and Sandyhills,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212071 +212071,S00101387,7c3,Outer City Hardship,S01008129,Kirkintilloch South - 03,4a,Challenged white communities,S02001526,Kirkintilloch South,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212072 +212072,S00112752,7c1,Challenged Transitionaries,S01010476,Anniesland West - 07,4d,Hard-pressed flat dwellers,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212073 +212073,S00100914,6b2,White Suburban Communities,S01008070,Westerton West - 03,8c,Comfortable suburbia,S02001514,Westerton West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212074 +212074,S00114557,6a4,Ageing in Suburbia,S01009915,Maxwell Park - 04,3c,Highly qualified professionals,S02001869,Maxwell Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212075 +212075,S00101197,6b3,Semi-Detached Ageing,S01008088,Bishopbriggs North and Kenmure - 02,8c,Comfortable suburbia,S02001519,Bishopbriggs North and Kenmure,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212076 +212076,S00101394,7c3,Outer City Hardship,S01008129,Kirkintilloch South - 03,4a,Challenged white communities,S02001526,Kirkintilloch South,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212077 +212077,S00112754,7c1,Challenged Transitionaries,S01010476,Anniesland West - 07,4d,Hard-pressed flat dwellers,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212078 +212078,S00100919,6b2,White Suburban Communities,S01008071,Westerton East - 01,8c,Comfortable suburbia,S02001515,Westerton East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212079 +212079,S00114571,6a4,Ageing in Suburbia,S01009879,Pollokshields West - 05,3b,Asian traits,S02001863,Pollokshields West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212080 +212080,S00101199,6b3,Semi-Detached Ageing,S01008090,Bishopbriggs North and Kenmure - 04,8c,Comfortable suburbia,S02001519,Bishopbriggs North and Kenmure,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212081 +212081,S00101200,6b3,Semi-Detached Ageing,S01008089,Bishopbriggs North and Kenmure - 03,8b,Ageing suburbanites,S02001519,Bishopbriggs North and Kenmure,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212082 +212082,S00101201,6b3,Semi-Detached Ageing,S01008089,Bishopbriggs North and Kenmure - 03,8b,Ageing suburbanites,S02001519,Bishopbriggs North and Kenmure,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212083 +212083,S00101202,6b3,Semi-Detached Ageing,S01008089,Bishopbriggs North and Kenmure - 03,8b,Ageing suburbanites,S02001519,Bishopbriggs North and Kenmure,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212084 +212084,S00101213,6b3,Semi-Detached Ageing,S01008087,Bishopbriggs North and Kenmure - 01,8b,Ageing suburbanites,S02001519,Bishopbriggs North and Kenmure,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212085 +212085,S00101215,6b3,Semi-Detached Ageing,S01008087,Bishopbriggs North and Kenmure - 01,8b,Ageing suburbanites,S02001519,Bishopbriggs North and Kenmure,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212086 +212086,S00101273,6b3,Semi-Detached Ageing,S01008040,East Clober and Mains Estate - 04,8c,Comfortable suburbia,S02001507,East Clober and Mains Estate,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212087 +212087,S00101289,6b3,Semi-Detached Ageing,S01008043,Barloch - 03,8a,Affluent communities,S02001508,Barloch,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212088 +212088,S00101315,6b3,Semi-Detached Ageing,S01008132,Kirkintilloch West - 02,8b,Ageing suburbanites,S02001527,Kirkintilloch West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212089 +212089,S00101353,6b3,Semi-Detached Ageing,S01008147,Twechar and Harestanes East - 03,5d,Endeavouring social renters,S02001530,Twechar and Harestanes East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212090 +212090,S00101407,6b3,Semi-Detached Ageing,S01008139,Hillhead - 04,4a,Challenged white communities,S02001528,Hillhead,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212091 +212091,S00101411,6b3,Semi-Detached Ageing,S01008148,Twechar and Harestanes East - 04,5c,Comfortable neighbourhoods,S02001530,Twechar and Harestanes East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212092 +212092,S00101412,6b3,Semi-Detached Ageing,S01008144,Rosebank and Waterside - 04,8b,Ageing suburbanites,S02001529,Rosebank and Waterside,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212093 +212093,S00101413,6b3,Semi-Detached Ageing,S01008142,Rosebank and Waterside - 02,8b,Ageing suburbanites,S02001529,Rosebank and Waterside,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212094 +212094,S00101414,6b3,Semi-Detached Ageing,S01008141,Rosebank and Waterside - 01,8b,Ageing suburbanites,S02001529,Rosebank and Waterside,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212095 +212095,S00101415,6b3,Semi-Detached Ageing,S01008141,Rosebank and Waterside - 01,8b,Ageing suburbanites,S02001529,Rosebank and Waterside,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212096 +212096,S00116117,4c1,Achieving Minorities,S01009773,Darnley West - 06,3b,Asian traits,S02001844,Darnley West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212097 +212097,S00101433,6b1,Multi-Ethnic Suburbia,S01008116,Lenzie North - 01,8c,Comfortable suburbia,S02001524,Lenzie North,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212098 +212098,S00101417,6b3,Semi-Detached Ageing,S01008142,Rosebank and Waterside - 02,8b,Ageing suburbanites,S02001529,Rosebank and Waterside,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212099 +212099,S00101420,6b3,Semi-Detached Ageing,S01008144,Rosebank and Waterside - 04,8b,Ageing suburbanites,S02001529,Rosebank and Waterside,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212100 +212100,S00101434,6b3,Semi-Detached Ageing,S01008116,Lenzie North - 01,8c,Comfortable suburbia,S02001524,Lenzie North,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212101 +212101,S00101439,6b3,Semi-Detached Ageing,S01008117,Lenzie North - 02,8c,Comfortable suburbia,S02001524,Lenzie North,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212102 +212102,S00101448,6b3,Semi-Detached Ageing,S01008118,Lenzie North - 03,5c,Comfortable neighbourhoods,S02001524,Lenzie North,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212103 +212103,S00101456,6b3,Semi-Detached Ageing,S01008127,Kirkintilloch South - 01,8b,Ageing suburbanites,S02001526,Kirkintilloch South,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212104 +212104,S00101472,6b3,Semi-Detached Ageing,S01008126,Lenzie South - 04,8b,Ageing suburbanites,S02001525,Lenzie South,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212105 +212105,S00101474,6b3,Semi-Detached Ageing,S01008125,Lenzie South - 03,8c,Comfortable suburbia,S02001525,Lenzie South,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212106 +212106,S00101496,6b3,Semi-Detached Ageing,S01008086,Torrance and Balmore - 03,2b,Prospering countryside life,S02001518,Torrance and Balmore,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212107 +212107,S00101599,6b3,Semi-Detached Ageing,S01008148,Twechar and Harestanes East - 04,5c,Comfortable neighbourhoods,S02001530,Twechar and Harestanes East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212108 +212108,S00101605,6b3,Semi-Detached Ageing,S01008141,Rosebank and Waterside - 01,8b,Ageing suburbanites,S02001529,Rosebank and Waterside,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212109 +212109,S00101648,6b3,Semi-Detached Ageing,S01008063,South Castlehill and Thorn - 01,8a,Affluent communities,S02001513,South Castlehill and Thorn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212110 +212110,S00101728,6b3,Semi-Detached Ageing,S01008161,Lennoxtown - 04,2b,Prospering countryside life,S02001533,Lennoxtown,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212111 +212111,S00100901,5a1,White Professionals,S01008071,Westerton East - 01,8c,Comfortable suburbia,S02001515,Westerton East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212112 +212112,S00100910,5a1,White Professionals,S01008069,Westerton West - 02,8c,Comfortable suburbia,S02001514,Westerton West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212113 +212113,S00100912,5a1,White Professionals,S01008069,Westerton West - 02,8c,Comfortable suburbia,S02001514,Westerton West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212114 +212114,S00100916,5a1,White Professionals,S01008070,Westerton West - 03,8c,Comfortable suburbia,S02001514,Westerton West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212115 +212115,S00100922,5a1,White Professionals,S01008068,Westerton West - 01,8a,Affluent communities,S02001514,Westerton West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212116 +212116,S00101050,5a1,White Professionals,S01008062,North Castlehill and Thorn - 05,8c,Comfortable suburbia,S02001512,North Castlehill and Thorn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212117 +212117,S00101053,5a1,White Professionals,S01008062,North Castlehill and Thorn - 05,8c,Comfortable suburbia,S02001512,North Castlehill and Thorn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212118 +212118,S00101056,5a1,White Professionals,S01008059,North Castlehill and Thorn - 02,8c,Comfortable suburbia,S02001512,North Castlehill and Thorn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212119 +212119,S00101074,5a1,White Professionals,S01008103,Auchinairn - 02,4d,Hard-pressed flat dwellers,S02001521,Auchinairn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212120 +212120,S00101097,5a1,White Professionals,S01008107,Auchinairn - 06,8c,Comfortable suburbia,S02001521,Auchinairn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212121 +212121,S00101139,5a1,White Professionals,S01008115,Woodhill West - 05,3b,Asian traits,S02001523,Woodhill West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212122 +212122,S00101299,5a1,White Professionals,S01008136,Hillhead - 01,4a,Challenged white communities,S02001528,Hillhead,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212123 +212123,S00101533,5a1,White Professionals,S01008158,Lennoxtown - 01,8c,Comfortable suburbia,S02001533,Lennoxtown,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212124 +212124,S00101552,5a1,White Professionals,S01008161,Lennoxtown - 04,2b,Prospering countryside life,S02001533,Lennoxtown,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212125 +212125,S00101553,5a1,White Professionals,S01008045,Keystone and Dougalston - 01,2b,Prospering countryside life,S02001509,Keystone and Dougalston,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212126 +212126,S00101554,5a1,White Professionals,S01008069,Westerton West - 02,8c,Comfortable suburbia,S02001514,Westerton West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212127 +212127,S00101563,5a1,White Professionals,S01008063,South Castlehill and Thorn - 01,8a,Affluent communities,S02001513,South Castlehill and Thorn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212128 +212128,S00101571,5a1,White Professionals,S01008101,Bishopbriggs West and Cadder - 08,5c,Comfortable neighbourhoods,S02001520,Bishopbriggs West and Cadder,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212129 +212129,S00101422,7c3,Outer City Hardship,S01008143,Rosebank and Waterside - 03,5c,Comfortable neighbourhoods,S02001529,Rosebank and Waterside,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212130 +212130,S00112760,7c1,Challenged Transitionaries,S01010470,Anniesland West - 01,4d,Hard-pressed flat dwellers,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212131 +212131,S00100977,6b2,White Suburban Communities,S01008077,Kessington West - 02,8a,Affluent communities,S02001516,Kessington West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212132 +212132,S00114572,6a4,Ageing in Suburbia,S01009912,Maxwell Park - 01,3c,Highly qualified professionals,S02001869,Maxwell Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212133 +212133,S00101504,7c3,Outer City Hardship,S01008146,Twechar and Harestanes East - 02,5d,Endeavouring social renters,S02001530,Twechar and Harestanes East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212134 +212134,S00112764,7c1,Challenged Transitionaries,S01010484,Blairdardie East - 07,4d,Hard-pressed flat dwellers,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212135 +212135,S00101438,6b1,Multi-Ethnic Suburbia,S01008116,Lenzie North - 01,8c,Comfortable suburbia,S02001524,Lenzie North,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212136 +212136,S00116772,4c1,Achieving Minorities,S01010468,Anniesland East - 04,3b,Asian traits,S02001970,Anniesland East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212137 +212137,S00101049,6b2,White Suburban Communities,S01008062,North Castlehill and Thorn - 05,8c,Comfortable suburbia,S02001512,North Castlehill and Thorn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212138 +212138,S00101051,6b2,White Suburban Communities,S01008062,North Castlehill and Thorn - 05,8c,Comfortable suburbia,S02001512,North Castlehill and Thorn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212139 +212139,S00101062,6b2,White Suburban Communities,S01008060,North Castlehill and Thorn - 03,8c,Comfortable suburbia,S02001512,North Castlehill and Thorn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212140 +212140,S00101150,6b2,White Suburban Communities,S01008099,Bishopbriggs West and Cadder - 06,8c,Comfortable suburbia,S02001520,Bishopbriggs West and Cadder,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212141 +212141,S00101151,6b2,White Suburban Communities,S01008097,Bishopbriggs West and Cadder - 04,8a,Affluent communities,S02001520,Bishopbriggs West and Cadder,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212142 +212142,S00101164,6b2,White Suburban Communities,S01008095,Bishopbriggs West and Cadder - 02,8c,Comfortable suburbia,S02001520,Bishopbriggs West and Cadder,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212143 +212143,S00101173,6b2,White Suburban Communities,S01008096,Bishopbriggs West and Cadder - 03,8a,Affluent communities,S02001520,Bishopbriggs West and Cadder,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212144 +212144,S00101209,6b2,White Suburban Communities,S01008088,Bishopbriggs North and Kenmure - 02,8c,Comfortable suburbia,S02001519,Bishopbriggs North and Kenmure,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212145 +212145,S00101232,6b2,White Suburban Communities,S01008047,Keystone and Dougalston - 03,8a,Affluent communities,S02001509,Keystone and Dougalston,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212146 +212146,S00101235,6b2,White Suburban Communities,S01008048,Keystone and Dougalston - 04,8b,Ageing suburbanites,S02001509,Keystone and Dougalston,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212147 +212147,S00101237,6b2,White Suburban Communities,S01008047,Keystone and Dougalston - 03,8a,Affluent communities,S02001509,Keystone and Dougalston,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212148 +212148,S00101254,6b2,White Suburban Communities,S01008036,West Clober and Mains Estate - 04,8b,Ageing suburbanites,S02001506,West Clober and Mains Estate,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212149 +212149,S00101278,6b2,White Suburban Communities,S01008035,West Clober and Mains Estate - 03,8c,Comfortable suburbia,S02001506,West Clober and Mains Estate,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212150 +212150,S00101279,6b2,White Suburban Communities,S01008035,West Clober and Mains Estate - 03,8c,Comfortable suburbia,S02001506,West Clober and Mains Estate,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212151 +212151,S00101354,6b2,White Suburban Communities,S01008149,Harestanes - 01,4a,Challenged white communities,S02001531,Harestanes,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212152 +212152,S00101418,6b2,White Suburban Communities,S01008142,Rosebank and Waterside - 02,8b,Ageing suburbanites,S02001529,Rosebank and Waterside,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212153 +212153,S00101430,6b2,White Suburban Communities,S01008127,Kirkintilloch South - 01,8b,Ageing suburbanites,S02001526,Kirkintilloch South,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212154 +212154,S00101435,6b2,White Suburban Communities,S01008116,Lenzie North - 01,8c,Comfortable suburbia,S02001524,Lenzie North,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212155 +212155,S00101473,6b2,White Suburban Communities,S01008125,Lenzie South - 03,8c,Comfortable suburbia,S02001525,Lenzie South,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212156 +212156,S00101541,6b2,White Suburban Communities,S01008159,Lennoxtown - 02,4a,Challenged white communities,S02001533,Lennoxtown,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212157 +212157,S00101580,6b2,White Suburban Communities,S01008044,Barloch - 04,8a,Affluent communities,S02001508,Barloch,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212158 +212158,S00101625,6b2,White Suburban Communities,S01008099,Bishopbriggs West and Cadder - 06,8c,Comfortable suburbia,S02001520,Bishopbriggs West and Cadder,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212159 +212159,S00101626,6b2,White Suburban Communities,S01008099,Bishopbriggs West and Cadder - 06,8c,Comfortable suburbia,S02001520,Bishopbriggs West and Cadder,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212160 +212160,S00101653,6b2,White Suburban Communities,S01008060,North Castlehill and Thorn - 03,8c,Comfortable suburbia,S02001512,North Castlehill and Thorn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212161 +212161,S00101690,6b2,White Suburban Communities,S01008034,West Clober and Mains Estate - 02,8c,Comfortable suburbia,S02001506,West Clober and Mains Estate,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212162 +212162,S00113273,4c1,Achieving Minorities,S01010315,Ruchill - 01,4d,Hard-pressed flat dwellers,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212163 +212163,S00114092,4c1,Achieving Minorities,S01010180,Blackhill and Barmulloch East - 02,7a,Urban cultural mix,S02001917,Blackhill and Barmulloch East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212164 +212164,S00114551,4c1,Achieving Minorities,S01009913,Maxwell Park - 02,3b,Asian traits,S02001869,Maxwell Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212165 +212165,S00114558,4c1,Achieving Minorities,S01009916,Maxwell Park - 05,3b,Asian traits,S02001869,Maxwell Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212166 +212166,S00114559,4c1,Achieving Minorities,S01009916,Maxwell Park - 05,3b,Asian traits,S02001869,Maxwell Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212167 +212167,S00114576,4c1,Achieving Minorities,S01009879,Pollokshields West - 05,3b,Asian traits,S02001863,Pollokshields West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212168 +212168,S00114594,4c1,Achieving Minorities,S01009880,Pollokshields West - 06,3b,Asian traits,S02001863,Pollokshields West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212169 +212169,S00114599,4c1,Achieving Minorities,S01009880,Pollokshields West - 06,3b,Asian traits,S02001863,Pollokshields West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212170 +212170,S00114600,4c1,Achieving Minorities,S01009880,Pollokshields West - 06,3b,Asian traits,S02001863,Pollokshields West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212171 +212171,S00114623,4c1,Achieving Minorities,S01009877,Pollokshields West - 03,3c,Highly qualified professionals,S02001863,Pollokshields West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212172 +212172,S00114670,4c1,Achieving Minorities,S01009902,Battlefield - 04,4d,Hard-pressed flat dwellers,S02001867,Battlefield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212173 +212173,S00114956,4c1,Achieving Minorities,S01009950,Newlands - 03,8a,Affluent communities,S02001876,Newlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212174 +212174,S00115773,4c1,Achieving Minorities,S01009764,Darnley North - 01,4d,Hard-pressed flat dwellers,S02001843,Darnley North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212175 +212175,S00117040,4c1,Achieving Minorities,S01010192,Robroyston and Millerston - 07,3b,Asian traits,S02001918,Robroyston and Millerston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212176 +212176,S00112766,7c1,Challenged Transitionaries,S01010484,Blairdardie East - 07,4d,Hard-pressed flat dwellers,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212177 +212177,S00114577,6a4,Ageing in Suburbia,S01009914,Maxwell Park - 03,3b,Asian traits,S02001869,Maxwell Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212178 +212178,S00117414,4c1,Achieving Minorities,S01009941,Carnwadric West - 03,3b,Asian traits,S02001874,Carnwadric West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212179 +212179,S00101470,6b1,Multi-Ethnic Suburbia,S01008124,Lenzie South - 02,8b,Ageing suburbanites,S02001525,Lenzie South,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212180 +212180,S00101668,6b1,Multi-Ethnic Suburbia,S01008105,Auchinairn - 04,4a,Challenged white communities,S02001521,Auchinairn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212181 +212181,S00101672,6b1,Multi-Ethnic Suburbia,S01008110,Woodhill East - 03,8c,Comfortable suburbia,S02001522,Woodhill East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212182 +212182,S00101312,1a4,Older Farming Communities,S01008132,Kirkintilloch West - 02,8b,Ageing suburbanites,S02001527,Kirkintilloch West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212183 +212183,S00101524,7c3,Outer City Hardship,S01008156,Milton of Campsie - 04,5c,Comfortable neighbourhoods,S02001532,Milton of Campsie,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212184 +212184,S00112770,7c1,Challenged Transitionaries,S01010484,Blairdardie East - 07,4d,Hard-pressed flat dwellers,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212185 +212185,S00114919,6a4,Ageing in Suburbia,S01009957,Merrylee and Millbrae - 03,8a,Affluent communities,S02001877,Merrylee and Millbrae,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212186 +212186,S00100907,6b4,Older Workers and Retirement,S01008069,Westerton West - 02,8c,Comfortable suburbia,S02001514,Westerton West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212187 +212187,S00101561,7c3,Outer City Hardship,S01008043,Barloch - 03,8a,Affluent communities,S02001508,Barloch,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212188 +212188,S00117415,4c1,Achieving Minorities,S01009941,Carnwadric West - 03,3b,Asian traits,S02001874,Carnwadric West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212189 +212189,S00112771,7c1,Challenged Transitionaries,S01010484,Blairdardie East - 07,4d,Hard-pressed flat dwellers,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212190 +212190,S00114950,6a4,Ageing in Suburbia,S01009959,Muirend and Old Cathcart - 01,8a,Affluent communities,S02001878,Muirend and Old Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212191 +212191,S00101621,7c3,Outer City Hardship,S01008160,Lennoxtown - 03,5a,Ageing urban communities,S02001533,Lennoxtown,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212192 +212192,S00100923,6b4,Older Workers and Retirement,S01008068,Westerton West - 01,8a,Affluent communities,S02001514,Westerton West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212193 +212193,S00101651,7c3,Outer City Hardship,S01008064,South Castlehill and Thorn - 02,4a,Challenged white communities,S02001513,South Castlehill and Thorn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212194 +212194,S00117416,4c1,Achieving Minorities,S01009941,Carnwadric West - 03,3b,Asian traits,S02001874,Carnwadric West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212195 +212195,S00112772,7c1,Challenged Transitionaries,S01010482,Blairdardie East - 05,4a,Challenged white communities,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212196 +212196,S00114963,6a4,Ageing in Suburbia,S01009960,Muirend and Old Cathcart - 02,3c,Highly qualified professionals,S02001878,Muirend and Old Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212197 +212197,S00112773,7c1,Challenged Transitionaries,S01010482,Blairdardie East - 05,4a,Challenged white communities,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212198 +212198,S00101693,7c3,Outer City Hardship,S01008046,Keystone and Dougalston - 02,4d,Hard-pressed flat dwellers,S02001509,Keystone and Dougalston,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212199 +212199,S00115077,6a4,Ageing in Suburbia,S01009998,Kingspark South - 06,8a,Affluent communities,S02001884,Kingspark South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212200 +212200,S00117417,4c1,Achieving Minorities,S01009941,Carnwadric West - 03,3b,Asian traits,S02001874,Carnwadric West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212201 +212201,S00101039,6b4,Older Workers and Retirement,S01008063,South Castlehill and Thorn - 01,8a,Affluent communities,S02001513,South Castlehill and Thorn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212202 +212202,S00112774,7c1,Challenged Transitionaries,S01010482,Blairdardie East - 05,4a,Challenged white communities,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212203 +212203,S00101703,7c3,Outer City Hardship,S01008140,Hillhead - 05,4a,Challenged white communities,S02001528,Hillhead,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212204 +212204,S00115117,6a4,Ageing in Suburbia,S01009998,Kingspark South - 06,8a,Affluent communities,S02001884,Kingspark South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212205 +212205,S00117500,4c1,Achieving Minorities,S01009765,Darnley North - 02,4d,Hard-pressed flat dwellers,S02001843,Darnley North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212206 +212206,S00101080,6b4,Older Workers and Retirement,S01008104,Auchinairn - 03,4a,Challenged white communities,S02001521,Auchinairn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212207 +212207,S00112775,7c1,Challenged Transitionaries,S01010483,Blairdardie East - 06,4d,Hard-pressed flat dwellers,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212208 +212208,S00112776,7c1,Challenged Transitionaries,S01010483,Blairdardie East - 06,4d,Hard-pressed flat dwellers,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212209 +212209,S00112777,7c1,Challenged Transitionaries,S01010483,Blairdardie East - 06,4d,Hard-pressed flat dwellers,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212210 +212210,S00112788,7c1,Challenged Transitionaries,S01010479,Blairdardie East - 02,4d,Hard-pressed flat dwellers,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212211 +212211,S00112789,7c1,Challenged Transitionaries,S01010479,Blairdardie East - 02,4d,Hard-pressed flat dwellers,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212212 +212212,S00112793,7c1,Challenged Transitionaries,S01010479,Blairdardie East - 02,4d,Hard-pressed flat dwellers,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212213 +212213,S00112795,7c1,Challenged Transitionaries,S01010470,Anniesland West - 01,4d,Hard-pressed flat dwellers,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212214 +212214,S00112797,7c1,Challenged Transitionaries,S01010470,Anniesland West - 01,4d,Hard-pressed flat dwellers,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212215 +212215,S00112798,7c1,Challenged Transitionaries,S01010470,Anniesland West - 01,4d,Hard-pressed flat dwellers,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212216 +212216,S00112800,7c1,Challenged Transitionaries,S01010471,Anniesland West - 02,4d,Hard-pressed flat dwellers,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212217 +212217,S00112802,7c1,Challenged Transitionaries,S01010471,Anniesland West - 02,4d,Hard-pressed flat dwellers,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212218 +212218,S00112805,7c1,Challenged Transitionaries,S01010482,Blairdardie East - 05,4a,Challenged white communities,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212219 +212219,S00112807,7c1,Challenged Transitionaries,S01010483,Blairdardie East - 06,4d,Hard-pressed flat dwellers,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212220 +212220,S00112808,7c1,Challenged Transitionaries,S01010483,Blairdardie East - 06,4d,Hard-pressed flat dwellers,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212221 +212221,S00112809,7c1,Challenged Transitionaries,S01010479,Blairdardie East - 02,4d,Hard-pressed flat dwellers,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212222 +212222,S00112810,7c1,Challenged Transitionaries,S01010483,Blairdardie East - 06,4d,Hard-pressed flat dwellers,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212223 +212223,S00112814,7c1,Challenged Transitionaries,S01010479,Blairdardie East - 02,4d,Hard-pressed flat dwellers,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212224 +212224,S00112817,7c1,Challenged Transitionaries,S01010452,Knightswood East - 03,4d,Hard-pressed flat dwellers,S02001967,Knightswood East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212225 +212225,S00112819,7c1,Challenged Transitionaries,S01010454,Knightswood East - 05,4d,Hard-pressed flat dwellers,S02001967,Knightswood East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212226 +212226,S00112820,7c1,Challenged Transitionaries,S01010454,Knightswood East - 05,4d,Hard-pressed flat dwellers,S02001967,Knightswood East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212227 +212227,S00112822,7c1,Challenged Transitionaries,S01010454,Knightswood East - 05,4d,Hard-pressed flat dwellers,S02001967,Knightswood East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212228 +212228,S00112823,7c1,Challenged Transitionaries,S01010454,Knightswood East - 05,4d,Hard-pressed flat dwellers,S02001967,Knightswood East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212229 +212229,S00112824,7c1,Challenged Transitionaries,S01010450,Knightswood East - 01,4d,Hard-pressed flat dwellers,S02001967,Knightswood East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212230 +212230,S00112825,7c1,Challenged Transitionaries,S01010450,Knightswood East - 01,4d,Hard-pressed flat dwellers,S02001967,Knightswood East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212231 +212231,S00112826,7c1,Challenged Transitionaries,S01010450,Knightswood East - 01,4d,Hard-pressed flat dwellers,S02001967,Knightswood East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212232 +212232,S00112828,7c1,Challenged Transitionaries,S01010450,Knightswood East - 01,4d,Hard-pressed flat dwellers,S02001967,Knightswood East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212233 +212233,S00112832,7c1,Challenged Transitionaries,S01010456,Knightswood Park West - 02,4d,Hard-pressed flat dwellers,S02001968,Knightswood Park West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212234 +212234,S00112833,7c1,Challenged Transitionaries,S01010457,Knightswood Park West - 03,4d,Hard-pressed flat dwellers,S02001968,Knightswood Park West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212235 +212235,S00112834,7c1,Challenged Transitionaries,S01010456,Knightswood Park West - 02,4d,Hard-pressed flat dwellers,S02001968,Knightswood Park West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212236 +212236,S00112835,7c1,Challenged Transitionaries,S01010456,Knightswood Park West - 02,4d,Hard-pressed flat dwellers,S02001968,Knightswood Park West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212237 +212237,S00112837,7c1,Challenged Transitionaries,S01010480,Blairdardie East - 03,4a,Challenged white communities,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212238 +212238,S00112839,7c1,Challenged Transitionaries,S01010461,Knightswood Park East - 02,4d,Hard-pressed flat dwellers,S02001969,Knightswood Park East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212239 +212239,S00112842,7c1,Challenged Transitionaries,S01010461,Knightswood Park East - 02,4d,Hard-pressed flat dwellers,S02001969,Knightswood Park East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212240 +212240,S00112849,7c1,Challenged Transitionaries,S01010461,Knightswood Park East - 02,4d,Hard-pressed flat dwellers,S02001969,Knightswood Park East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212241 +212241,S00112850,7c1,Challenged Transitionaries,S01010477,Anniesland West - 08,4d,Hard-pressed flat dwellers,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212242 +212242,S00112853,7c1,Challenged Transitionaries,S01010460,Knightswood Park East - 01,3b,Asian traits,S02001969,Knightswood Park East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212243 +212243,S00112855,7c1,Challenged Transitionaries,S01010463,Knightswood Park East - 04,4d,Hard-pressed flat dwellers,S02001969,Knightswood Park East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212244 +212244,S00112856,7c1,Challenged Transitionaries,S01010464,Knightswood Park East - 05,4d,Hard-pressed flat dwellers,S02001969,Knightswood Park East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212245 +212245,S00101715,7c3,Outer City Hardship,S01008120,Lenzie North - 05,5c,Comfortable neighbourhoods,S02001524,Lenzie North,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212246 +212246,S00101719,7c3,Outer City Hardship,S01008145,Twechar and Harestanes East - 01,4a,Challenged white communities,S02001530,Twechar and Harestanes East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212247 +212247,S00115498,6a4,Ageing in Suburbia,S01009821,Cardonald West and Central - 07,5c,Comfortable neighbourhoods,S02001852,Cardonald West and Central,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212248 +212248,S00101241,8c3,Renting Hard-Pressed Workers,S01008037,East Clober and Mains Estate - 01,4a,Challenged white communities,S02001507,East Clober and Mains Estate,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212249 +212249,S00115536,6a4,Ageing in Suburbia,S01009814,Cardonald North - 05,4a,Challenged white communities,S02001851,Cardonald North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212250 +212250,S00101250,8c3,Renting Hard-Pressed Workers,S01008037,East Clober and Mains Estate - 01,4a,Challenged white communities,S02001507,East Clober and Mains Estate,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212251 +212251,S00101105,6b4,Older Workers and Retirement,S01008109,Woodhill East - 02,8c,Comfortable suburbia,S02001522,Woodhill East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212252 +212252,S00117502,4c1,Achieving Minorities,S01009765,Darnley North - 02,4d,Hard-pressed flat dwellers,S02001843,Darnley North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212253 +212253,S00115572,6a4,Ageing in Suburbia,S01009818,Cardonald West and Central - 04,8b,Ageing suburbanites,S02001852,Cardonald West and Central,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212254 +212254,S00101251,8c3,Renting Hard-Pressed Workers,S01008037,East Clober and Mains Estate - 01,4a,Challenged white communities,S02001507,East Clober and Mains Estate,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212255 +212255,S00117611,4c1,Achieving Minorities,S01009867,Kinning Park and Festival Park - 02,1a,Cosmopolitan student neighbourhoods,S02001861,Kinning Park and Festival Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212256 +212256,S00101110,6b4,Older Workers and Retirement,S01008109,Woodhill East - 02,8c,Comfortable suburbia,S02001522,Woodhill East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212257 +212257,S00115573,6a4,Ageing in Suburbia,S01009818,Cardonald West and Central - 04,8b,Ageing suburbanites,S02001852,Cardonald West and Central,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212258 +212258,S00101252,8c3,Renting Hard-Pressed Workers,S01008037,East Clober and Mains Estate - 01,4a,Challenged white communities,S02001507,East Clober and Mains Estate,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212259 +212259,S00117615,4c1,Achieving Minorities,S01009770,Darnley West - 03,3b,Asian traits,S02001844,Darnley West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212260 +212260,S00112512,7d1,Ageing Communities and Families,S01010417,Broomhill - 03,3c,Highly qualified professionals,S02001959,Broomhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212261 +212261,S00112716,7d1,Ageing Communities and Families,S01010408,Kelvinside and Jordanhill - 01,4d,Hard-pressed flat dwellers,S02001958,Kelvinside and Jordanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212262 +212262,S00112794,7d1,Ageing Communities and Families,S01010480,Blairdardie East - 03,4a,Challenged white communities,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212263 +212263,S00112851,7d1,Ageing Communities and Families,S01010461,Knightswood Park East - 02,4d,Hard-pressed flat dwellers,S02001969,Knightswood Park East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212264 +212264,S00112874,7d1,Ageing Communities and Families,S01010452,Knightswood East - 03,4d,Hard-pressed flat dwellers,S02001967,Knightswood East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212265 +212265,S00112903,7d1,Ageing Communities and Families,S01010448,Knightswood West - 02,5c,Comfortable neighbourhoods,S02001966,Knightswood West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212266 +212266,S00112962,7d1,Ageing Communities and Families,S01010422,Victoria Park - 03,3d,Households in terraces and flats,S02001960,Victoria Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212267 +212267,S00113218,7d1,Ageing Communities and Families,S01010317,Ruchill - 03,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212268 +212268,S00113323,7d1,Ageing Communities and Families,S01010352,Maryhill East - 03,4d,Hard-pressed flat dwellers,S02001947,Maryhill East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212269 +212269,S00114001,7d1,Ageing Communities and Families,S01010073,Shettleston South - 05,5c,Comfortable neighbourhoods,S02001897,Shettleston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212270 +212270,S00114047,7d1,Ageing Communities and Families,S01010134,Greenfield - 04,4d,Hard-pressed flat dwellers,S02001909,Greenfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212271 +212271,S00114048,7d1,Ageing Communities and Families,S01010134,Greenfield - 04,4d,Hard-pressed flat dwellers,S02001909,Greenfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212272 +212272,S00114119,7d1,Ageing Communities and Families,S01010152,Carntyne - 01,4d,Hard-pressed flat dwellers,S02001913,Carntyne,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212273 +212273,S00114371,7d1,Ageing Communities and Families,S01010038,Calton and Gallowgate - 02,4d,Hard-pressed flat dwellers,S02001891,Calton and Gallowgate,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212274 +212274,S00114374,7d1,Ageing Communities and Families,S01010038,Calton and Gallowgate - 02,4d,Hard-pressed flat dwellers,S02001891,Calton and Gallowgate,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212275 +212275,S00115054,7d1,Ageing Communities and Families,S01010001,Kingspark North - 03,4d,Hard-pressed flat dwellers,S02001885,Kingspark North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212276 +212276,S00115057,7d1,Ageing Communities and Families,S01010016,Toryglen and Oatlands - 01,4d,Hard-pressed flat dwellers,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212277 +212277,S00115282,7d1,Ageing Communities and Families,S01009867,Kinning Park and Festival Park - 02,1a,Cosmopolitan student neighbourhoods,S02001861,Kinning Park and Festival Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212278 +212278,S00115427,7d1,Ageing Communities and Families,S01009853,Mosspark - 02,4d,Hard-pressed flat dwellers,S02001858,Mosspark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212279 +212279,S00115562,7d1,Ageing Communities and Families,S01009851,Craigton - 04,4d,Hard-pressed flat dwellers,S02001857,Craigton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212280 +212280,S00115901,7d1,Ageing Communities and Families,S01010089,Baillieston East - 02,4d,Hard-pressed flat dwellers,S02001901,Baillieston East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212281 +212281,S00115920,7d1,Ageing Communities and Families,S01009972,Carmunnock South - 04,5a,Ageing urban communities,S02001880,Carmunnock South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212282 +212282,S00115922,7d1,Ageing Communities and Families,S01009972,Carmunnock South - 04,5a,Ageing urban communities,S02001880,Carmunnock South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212283 +212283,S00116086,7d1,Ageing Communities and Families,S01010178,Riddrie and Hogganfield - 07,4d,Hard-pressed flat dwellers,S02001916,Riddrie and Hogganfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212284 +212284,S00116125,7d1,Ageing Communities and Families,S01010171,Craigend and Ruchazie - 07,4d,Hard-pressed flat dwellers,S02001915,Craigend and Ruchazie,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212285 +212285,S00116358,7d1,Ageing Communities and Families,S01010413,Kelvinside and Jordanhill - 06,3c,Highly qualified professionals,S02001958,Kelvinside and Jordanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212286 +212286,S00116480,7d1,Ageing Communities and Families,S01010348,Summerston North - 03,4d,Hard-pressed flat dwellers,S02001946,Summerston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212287 +212287,S00116721,7d1,Ageing Communities and Families,S01010400,Partickhill and Hyndland - 04,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212288 +212288,S00116869,7d1,Ageing Communities and Families,S01010420,Victoria Park - 01,3c,Highly qualified professionals,S02001960,Victoria Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212289 +212289,S00116994,7d1,Ageing Communities and Families,S01010218,Springburn East and Cowlairs - 05,4d,Hard-pressed flat dwellers,S02001923,Springburn East and Cowlairs,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212290 +212290,S00117528,7d1,Ageing Communities and Families,S01010089,Baillieston East - 02,4d,Hard-pressed flat dwellers,S02001901,Baillieston East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212291 +212291,S00112151,6a4,Ageing in Suburbia,S01010345,Summerston Central and West - 06,8c,Comfortable suburbia,S02001945,Summerston Central and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212292 +212292,S00112666,6a4,Ageing in Suburbia,S01010367,Kelvindale - 05,1a,Cosmopolitan student neighbourhoods,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212293 +212293,S00113036,6a4,Ageing in Suburbia,S01010486,Blairdardie West - 02,8c,Comfortable suburbia,S02001973,Blairdardie West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212294 +212294,S00113053,6a4,Ageing in Suburbia,S01010486,Blairdardie West - 02,8c,Comfortable suburbia,S02001973,Blairdardie West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212295 +212295,S00114025,6a4,Ageing in Suburbia,S01010080,Mount Vernon North and Sandyhills - 03,8b,Ageing suburbanites,S02001899,Mount Vernon North and Sandyhills,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212296 +212296,S00114027,6a4,Ageing in Suburbia,S01010080,Mount Vernon North and Sandyhills - 03,8b,Ageing suburbanites,S02001899,Mount Vernon North and Sandyhills,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212297 +212297,S00115788,6a4,Ageing in Suburbia,S01009793,Pollok South and West - 02,5c,Comfortable neighbourhoods,S02001848,Pollok South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212298 +212298,S00115848,6a4,Ageing in Suburbia,S01010100,Garrowhill East and Swinton - 01,8b,Ageing suburbanites,S02001903,Garrowhill East and Swinton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212299 +212299,S00101259,8c3,Renting Hard-Pressed Workers,S01008038,East Clober and Mains Estate - 02,4a,Challenged white communities,S02001507,East Clober and Mains Estate,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212300 +212300,S00115916,6a4,Ageing in Suburbia,S01009969,Carmunnock South - 01,5c,Comfortable neighbourhoods,S02001880,Carmunnock South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212301 +212301,S00101264,8c3,Renting Hard-Pressed Workers,S01008039,East Clober and Mains Estate - 03,5c,Comfortable neighbourhoods,S02001507,East Clober and Mains Estate,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212302 +212302,S00116313,6a4,Ageing in Suburbia,S01009793,Pollok South and West - 02,5c,Comfortable neighbourhoods,S02001848,Pollok South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212303 +212303,S00101265,8c3,Renting Hard-Pressed Workers,S01008039,East Clober and Mains Estate - 03,5c,Comfortable neighbourhoods,S02001507,East Clober and Mains Estate,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212304 +212304,S00116315,6a4,Ageing in Suburbia,S01009795,Pollok South and West - 04,8c,Comfortable suburbia,S02001848,Pollok South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212305 +212305,S00101266,8c3,Renting Hard-Pressed Workers,S01008039,East Clober and Mains Estate - 03,5c,Comfortable neighbourhoods,S02001507,East Clober and Mains Estate,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212306 +212306,S00116770,6a4,Ageing in Suburbia,S01010468,Anniesland East - 04,3b,Asian traits,S02001970,Anniesland East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212307 +212307,S00101324,8c3,Renting Hard-Pressed Workers,S01008136,Hillhead - 01,4a,Challenged white communities,S02001528,Hillhead,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212308 +212308,S00117181,6a4,Ageing in Suburbia,S01010079,Mount Vernon North and Sandyhills - 02,8b,Ageing suburbanites,S02001899,Mount Vernon North and Sandyhills,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212309 +212309,S00117182,6a4,Ageing in Suburbia,S01010079,Mount Vernon North and Sandyhills - 02,8b,Ageing suburbanites,S02001899,Mount Vernon North and Sandyhills,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212310 +212310,S00117184,6a4,Ageing in Suburbia,S01010081,Mount Vernon North and Sandyhills - 04,8b,Ageing suburbanites,S02001899,Mount Vernon North and Sandyhills,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212311 +212311,S00117406,6a4,Ageing in Suburbia,S01009763,Darnley East - 06,8c,Comfortable suburbia,S02001842,Darnley East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212312 +212312,S00117407,6a4,Ageing in Suburbia,S01009758,Darnley East - 01,3c,Highly qualified professionals,S02001842,Darnley East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212313 +212313,S00117579,6a4,Ageing in Suburbia,S01010191,Robroyston and Millerston - 06,8c,Comfortable suburbia,S02001918,Robroyston and Millerston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212314 +212314,S00113039,8c1,Ageing Industrious Workers,S01010485,Blairdardie West - 01,5c,Comfortable neighbourhoods,S02001973,Blairdardie West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212315 +212315,S00113966,8c1,Ageing Industrious Workers,S01010074,Carmyle and Mount Vernon South - 01,5a,Ageing urban communities,S02001898,Carmyle and Mount Vernon South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212316 +212316,S00114018,8c1,Ageing Industrious Workers,S01010131,Greenfield - 01,8b,Ageing suburbanites,S02001909,Greenfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212317 +212317,S00114034,8c1,Ageing Industrious Workers,S01010074,Carmyle and Mount Vernon South - 01,5a,Ageing urban communities,S02001898,Carmyle and Mount Vernon South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212318 +212318,S00114143,8c1,Ageing Industrious Workers,S01010174,Riddrie and Hogganfield - 03,4d,Hard-pressed flat dwellers,S02001916,Riddrie and Hogganfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212319 +212319,S00115560,8c1,Ageing Industrious Workers,S01009810,Cardonald North - 01,4d,Hard-pressed flat dwellers,S02001851,Cardonald North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212320 +212320,S00116268,8c1,Ageing Industrious Workers,S01009836,Drumoyne and Shieldhall - 04,4a,Challenged white communities,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212321 +212321,S00116844,8c1,Ageing Industrious Workers,S01010446,Yoker North - 04,5d,Endeavouring social renters,S02001965,Yoker North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212322 +212322,S00116906,8c1,Ageing Industrious Workers,S01010486,Blairdardie West - 02,8c,Comfortable suburbia,S02001973,Blairdardie West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212323 +212323,S00117212,8c1,Ageing Industrious Workers,S01010126,Barlanark - 04,4a,Challenged white communities,S02001908,Barlanark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212324 +212324,S00115890,8c2,Ageing Rural Industry Workers,S01010092,Baillieston East - 05,4d,Hard-pressed flat dwellers,S02001901,Baillieston East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212325 +212325,S00101113,6b4,Older Workers and Retirement,S01008108,Woodhill East - 01,8c,Comfortable suburbia,S02001522,Woodhill East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212326 +212326,S00115921,8c2,Ageing Rural Industry Workers,S01009969,Carmunnock South - 01,5c,Comfortable neighbourhoods,S02001880,Carmunnock South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212327 +212327,S00113281,4b1,Asian Terraces and Flats,S01010327,Possil Park - 05,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212328 +212328,S00113344,3b2,Bangladeshi Mixed Employment,S01010219,Cowlairs and Port Dundas - 01,6a,Inner city cosmopolitan,S02001924,Cowlairs and Port Dundas,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212329 +212329,S00115975,3b2,Bangladeshi Mixed Employment,S01010303,Firhill - 03,7b,Young ethnic communities,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212330 +212330,S00112159,7c1,Challenged Transitionaries,S01010117,"Garthamlock, Auchinlea and Gartloch - 05",3a,Achieving neighbourhoods,S02001906,"Garthamlock, Auchinlea and Gartloch",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212331 +212331,S00112337,7c1,Challenged Transitionaries,S01010034,Laurieston and Tradeston - 04,1a,Cosmopolitan student neighbourhoods,S02001890,Laurieston and Tradeston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212332 +212332,S00112440,7c1,Challenged Transitionaries,S01010388,Glasgow Harbour and Partick South - 01,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212333 +212333,S00112446,7c1,Challenged Transitionaries,S01010386,Hillhead - 06,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212334 +212334,S00112700,7c1,Challenged Transitionaries,S01010463,Knightswood Park East - 04,4d,Hard-pressed flat dwellers,S02001969,Knightswood Park East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212335 +212335,S00112717,7c1,Challenged Transitionaries,S01010408,Kelvinside and Jordanhill - 01,4d,Hard-pressed flat dwellers,S02001958,Kelvinside and Jordanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212336 +212336,S00112718,7c1,Challenged Transitionaries,S01010408,Kelvinside and Jordanhill - 01,4d,Hard-pressed flat dwellers,S02001958,Kelvinside and Jordanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212337 +212337,S00112720,7c1,Challenged Transitionaries,S01010408,Kelvinside and Jordanhill - 01,4d,Hard-pressed flat dwellers,S02001958,Kelvinside and Jordanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212338 +212338,S00101366,8c3,Renting Hard-Pressed Workers,S01008138,Hillhead - 03,4a,Challenged white communities,S02001528,Hillhead,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212339 +212339,S00101135,6b4,Older Workers and Retirement,S01008113,Woodhill West - 03,8a,Affluent communities,S02001523,Woodhill West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212340 +212340,S00101367,8c3,Renting Hard-Pressed Workers,S01008138,Hillhead - 03,4a,Challenged white communities,S02001528,Hillhead,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212341 +212341,S00101165,6b4,Older Workers and Retirement,S01008096,Bishopbriggs West and Cadder - 03,8a,Affluent communities,S02001520,Bishopbriggs West and Cadder,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212342 +212342,S00101388,8c3,Renting Hard-Pressed Workers,S01008129,Kirkintilloch South - 03,4a,Challenged white communities,S02001526,Kirkintilloch South,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212343 +212343,S00101419,8c3,Renting Hard-Pressed Workers,S01008143,Rosebank and Waterside - 03,5c,Comfortable neighbourhoods,S02001529,Rosebank and Waterside,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212344 +212344,S00101421,8c3,Renting Hard-Pressed Workers,S01008143,Rosebank and Waterside - 03,5c,Comfortable neighbourhoods,S02001529,Rosebank and Waterside,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212345 +212345,S00101428,8c3,Renting Hard-Pressed Workers,S01008119,Lenzie North - 04,4a,Challenged white communities,S02001524,Lenzie North,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212346 +212346,S00101444,8c3,Renting Hard-Pressed Workers,S01008117,Lenzie North - 02,8c,Comfortable suburbia,S02001524,Lenzie North,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212347 +212347,S00101489,8c3,Renting Hard-Pressed Workers,S01008086,Torrance and Balmore - 03,2b,Prospering countryside life,S02001518,Torrance and Balmore,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212348 +212348,S00101493,8c3,Renting Hard-Pressed Workers,S01008084,Torrance and Balmore - 01,5c,Comfortable neighbourhoods,S02001518,Torrance and Balmore,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212349 +212349,S00101502,8c3,Renting Hard-Pressed Workers,S01008146,Twechar and Harestanes East - 02,5d,Endeavouring social renters,S02001530,Twechar and Harestanes East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212350 +212350,S00101503,8c3,Renting Hard-Pressed Workers,S01008146,Twechar and Harestanes East - 02,5d,Endeavouring social renters,S02001530,Twechar and Harestanes East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212351 +212351,S00101519,8c3,Renting Hard-Pressed Workers,S01008156,Milton of Campsie - 04,5c,Comfortable neighbourhoods,S02001532,Milton of Campsie,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212352 +212352,S00101529,8c3,Renting Hard-Pressed Workers,S01008162,Lennoxtown - 05,5c,Comfortable neighbourhoods,S02001533,Lennoxtown,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212353 +212353,S00101537,8c3,Renting Hard-Pressed Workers,S01008160,Lennoxtown - 03,5a,Ageing urban communities,S02001533,Lennoxtown,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212354 +212354,S00101542,8c3,Renting Hard-Pressed Workers,S01008159,Lennoxtown - 02,4a,Challenged white communities,S02001533,Lennoxtown,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212355 +212355,S00101607,8c3,Renting Hard-Pressed Workers,S01008119,Lenzie North - 04,4a,Challenged white communities,S02001524,Lenzie North,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212356 +212356,S00101615,8c3,Renting Hard-Pressed Workers,S01008084,Torrance and Balmore - 01,5c,Comfortable neighbourhoods,S02001518,Torrance and Balmore,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212357 +212357,S00101705,8c3,Renting Hard-Pressed Workers,S01008131,Kirkintilloch West - 01,4d,Hard-pressed flat dwellers,S02001527,Kirkintilloch West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212358 +212358,S00101708,8c3,Renting Hard-Pressed Workers,S01008131,Kirkintilloch West - 01,4d,Hard-pressed flat dwellers,S02001527,Kirkintilloch West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212359 +212359,S00101718,8c3,Renting Hard-Pressed Workers,S01008145,Twechar and Harestanes East - 01,4a,Challenged white communities,S02001530,Twechar and Harestanes East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212360 +212360,S00101224,7d4,Retired City Hardship,S01008045,Keystone and Dougalston - 01,2b,Prospering countryside life,S02001509,Keystone and Dougalston,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212361 +212361,S00101573,7d4,Retired City Hardship,S01008097,Bishopbriggs West and Cadder - 04,8a,Affluent communities,S02001520,Bishopbriggs West and Cadder,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212362 +212362,S00101064,7d3,Retired Communal City Dwellers,S01008102,Auchinairn - 01,5a,Ageing urban communities,S02001521,Auchinairn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212363 +212363,S00101700,7d3,Retired Communal City Dwellers,S01008135,Kirkintilloch West - 05,5a,Ageing urban communities,S02001527,Kirkintilloch West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212364 +212364,S00101239,7d2,Retired Independent City Dwellers,S01008046,Keystone and Dougalston - 02,4d,Hard-pressed flat dwellers,S02001509,Keystone and Dougalston,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212365 +212365,S00101240,7d2,Retired Independent City Dwellers,S01008046,Keystone and Dougalston - 02,4d,Hard-pressed flat dwellers,S02001509,Keystone and Dougalston,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212366 +212366,S00101692,7d2,Retired Independent City Dwellers,S01008046,Keystone and Dougalston - 02,4d,Hard-pressed flat dwellers,S02001509,Keystone and Dougalston,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212367 +212367,S00101185,6b4,Older Workers and Retirement,S01008091,Bishopbriggs North and Kenmure - 05,8b,Ageing suburbanites,S02001519,Bishopbriggs North and Kenmure,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212368 +212368,S00101221,6b4,Older Workers and Retirement,S01008049,Keystone and Dougalston - 05,8a,Affluent communities,S02001509,Keystone and Dougalston,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212369 +212369,S00101255,6b4,Older Workers and Retirement,S01008036,West Clober and Mains Estate - 04,8b,Ageing suburbanites,S02001506,West Clober and Mains Estate,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212370 +212370,S00101277,6b4,Older Workers and Retirement,S01008035,West Clober and Mains Estate - 03,8c,Comfortable suburbia,S02001506,West Clober and Mains Estate,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212371 +212371,S00101287,6b4,Older Workers and Retirement,S01008043,Barloch - 03,8a,Affluent communities,S02001508,Barloch,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212372 +212372,S00101403,6b4,Older Workers and Retirement,S01008141,Rosebank and Waterside - 01,8b,Ageing suburbanites,S02001529,Rosebank and Waterside,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212373 +212373,S00101404,6b4,Older Workers and Retirement,S01008141,Rosebank and Waterside - 01,8b,Ageing suburbanites,S02001529,Rosebank and Waterside,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212374 +212374,S00101409,6b4,Older Workers and Retirement,S01008139,Hillhead - 04,4a,Challenged white communities,S02001528,Hillhead,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212375 +212375,S00101416,6b4,Older Workers and Retirement,S01008142,Rosebank and Waterside - 02,8b,Ageing suburbanites,S02001529,Rosebank and Waterside,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212376 +212376,S00101441,6b4,Older Workers and Retirement,S01008117,Lenzie North - 02,8c,Comfortable suburbia,S02001524,Lenzie North,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212377 +212377,S00101450,6b4,Older Workers and Retirement,S01008121,Lenzie North - 06,8a,Affluent communities,S02001524,Lenzie North,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212378 +212378,S00101477,6b4,Older Workers and Retirement,S01008126,Lenzie South - 04,8b,Ageing suburbanites,S02001525,Lenzie South,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212379 +212379,S00101506,6b4,Older Workers and Retirement,S01008153,Milton of Campsie - 01,8a,Affluent communities,S02001532,Milton of Campsie,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212380 +212380,S00101508,6b4,Older Workers and Retirement,S01008153,Milton of Campsie - 01,8a,Affluent communities,S02001532,Milton of Campsie,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212381 +212381,S00101525,6b4,Older Workers and Retirement,S01008157,Milton of Campsie - 05,5c,Comfortable neighbourhoods,S02001532,Milton of Campsie,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212382 +212382,S00101526,6b4,Older Workers and Retirement,S01008157,Milton of Campsie - 05,5c,Comfortable neighbourhoods,S02001532,Milton of Campsie,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212383 +212383,S00101547,6b4,Older Workers and Retirement,S01008158,Lennoxtown - 01,8c,Comfortable suburbia,S02001533,Lennoxtown,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212384 +212384,S00101550,6b4,Older Workers and Retirement,S01008158,Lennoxtown - 01,8c,Comfortable suburbia,S02001533,Lennoxtown,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212385 +212385,S00101595,6b4,Older Workers and Retirement,S01008135,Kirkintilloch West - 05,5a,Ageing urban communities,S02001527,Kirkintilloch West,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212386 +212386,S00101612,6b4,Older Workers and Retirement,S01008084,Torrance and Balmore - 01,5c,Comfortable neighbourhoods,S02001518,Torrance and Balmore,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212387 +212387,S00101614,6b4,Older Workers and Retirement,S01008084,Torrance and Balmore - 01,5c,Comfortable neighbourhoods,S02001518,Torrance and Balmore,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212388 +212388,S00101632,6b4,Older Workers and Retirement,S01008148,Twechar and Harestanes East - 04,5c,Comfortable neighbourhoods,S02001530,Twechar and Harestanes East,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212389 +212389,S00101722,6b4,Older Workers and Retirement,S01008155,Milton of Campsie - 03,8c,Comfortable suburbia,S02001532,Milton of Campsie,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212390 +212390,S00101727,6b4,Older Workers and Retirement,S01008157,Milton of Campsie - 05,5c,Comfortable neighbourhoods,S02001532,Milton of Campsie,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212391 +212391,S00101045,7c3,Outer City Hardship,S01008064,South Castlehill and Thorn - 02,4a,Challenged white communities,S02001513,South Castlehill and Thorn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212392 +212392,S00101092,7c3,Outer City Hardship,S01008106,Auchinairn - 05,4a,Challenged white communities,S02001521,Auchinairn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212393 +212393,S00101093,7c3,Outer City Hardship,S01008106,Auchinairn - 05,4a,Challenged white communities,S02001521,Auchinairn,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212394 +212394,S00101243,7c3,Outer City Hardship,S01008046,Keystone and Dougalston - 02,4d,Hard-pressed flat dwellers,S02001509,Keystone and Dougalston,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212395 +212395,S00101247,7c3,Outer City Hardship,S01008046,Keystone and Dougalston - 02,4d,Hard-pressed flat dwellers,S02001509,Keystone and Dougalston,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212396 +212396,S00101248,7c3,Outer City Hardship,S01008037,East Clober and Mains Estate - 01,4a,Challenged white communities,S02001507,East Clober and Mains Estate,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212397 +212397,S00101269,7c3,Outer City Hardship,S01008039,East Clober and Mains Estate - 03,5c,Comfortable neighbourhoods,S02001507,East Clober and Mains Estate,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212398 +212398,S00101380,7c3,Outer City Hardship,S01008130,Kirkintilloch South - 04,4d,Hard-pressed flat dwellers,S02001526,Kirkintilloch South,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212399 +212399,S00101383,7c3,Outer City Hardship,S01008129,Kirkintilloch South - 03,4a,Challenged white communities,S02001526,Kirkintilloch South,S12000045,East Dunbartonshire,7c1r,Prosperous Semi-rural,S92000003,Scotland,S92000003,Scotland,212400 +212400,S00113878,7c1,Challenged Transitionaries,S01010062,Braidfauld - 02,4d,Hard-pressed flat dwellers,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212401 +212401,S00113879,7c1,Challenged Transitionaries,S01010072,Shettleston South - 04,4a,Challenged white communities,S02001897,Shettleston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212402 +212402,S00113882,7c1,Challenged Transitionaries,S01010143,Tollcross - 02,4d,Hard-pressed flat dwellers,S02001911,Tollcross,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212403 +212403,S00113885,7c1,Challenged Transitionaries,S01010143,Tollcross - 02,4d,Hard-pressed flat dwellers,S02001911,Tollcross,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212404 +212404,S00113887,7c1,Challenged Transitionaries,S01010143,Tollcross - 02,4d,Hard-pressed flat dwellers,S02001911,Tollcross,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212405 +212405,S00115387,7c1,Challenged Transitionaries,S01009837,Drumoyne and Shieldhall - 05,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212406 +212406,S00113889,7c1,Challenged Transitionaries,S01010143,Tollcross - 02,4d,Hard-pressed flat dwellers,S02001911,Tollcross,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212407 +212407,S00113890,7c1,Challenged Transitionaries,S01010143,Tollcross - 02,4d,Hard-pressed flat dwellers,S02001911,Tollcross,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212408 +212408,S00115718,7c1,Challenged Transitionaries,S01009778,Nitshill - 04,4d,Hard-pressed flat dwellers,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212409 +212409,S00113394,7c1,Challenged Transitionaries,S01010210,Springburn - 02,4d,Hard-pressed flat dwellers,S02001922,Springburn,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212410 +212410,S00116489,7c1,Challenged Transitionaries,S01010133,Greenfield - 03,4d,Hard-pressed flat dwellers,S02001909,Greenfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212411 +212411,S00113914,7c1,Challenged Transitionaries,S01010145,Tollcross - 04,4d,Hard-pressed flat dwellers,S02001911,Tollcross,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212412 +212412,S00113918,7c1,Challenged Transitionaries,S01010142,Tollcross - 01,4d,Hard-pressed flat dwellers,S02001911,Tollcross,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212413 +212413,S00113929,7c1,Challenged Transitionaries,S01010071,Shettleston South - 03,5c,Comfortable neighbourhoods,S02001897,Shettleston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212414 +212414,S00113940,7c1,Challenged Transitionaries,S01010066,Braidfauld - 06,4d,Hard-pressed flat dwellers,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212415 +212415,S00113950,7c1,Challenged Transitionaries,S01010065,Braidfauld - 05,4d,Hard-pressed flat dwellers,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212416 +212416,S00113951,7c1,Challenged Transitionaries,S01010065,Braidfauld - 05,4d,Hard-pressed flat dwellers,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212417 +212417,S00113952,7c1,Challenged Transitionaries,S01010064,Braidfauld - 04,4d,Hard-pressed flat dwellers,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212418 +212418,S00113953,7c1,Challenged Transitionaries,S01010065,Braidfauld - 05,4d,Hard-pressed flat dwellers,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212419 +212419,S00113969,7c1,Challenged Transitionaries,S01010069,Shettleston South - 01,5c,Comfortable neighbourhoods,S02001897,Shettleston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212420 +212420,S00113974,7c1,Challenged Transitionaries,S01010077,Carmyle and Mount Vernon South - 04,4d,Hard-pressed flat dwellers,S02001898,Carmyle and Mount Vernon South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212421 +212421,S00113978,7c1,Challenged Transitionaries,S01010077,Carmyle and Mount Vernon South - 04,4d,Hard-pressed flat dwellers,S02001898,Carmyle and Mount Vernon South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212422 +212422,S00113979,7c1,Challenged Transitionaries,S01010077,Carmyle and Mount Vernon South - 04,4d,Hard-pressed flat dwellers,S02001898,Carmyle and Mount Vernon South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212423 +212423,S00113995,7c1,Challenged Transitionaries,S01010072,Shettleston South - 04,4a,Challenged white communities,S02001897,Shettleston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212424 +212424,S00114004,7c1,Challenged Transitionaries,S01010139,Shettleston North - 03,4d,Hard-pressed flat dwellers,S02001910,Shettleston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212425 +212425,S00114005,7c1,Challenged Transitionaries,S01010139,Shettleston North - 03,4d,Hard-pressed flat dwellers,S02001910,Shettleston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212426 +212426,S00114008,7c1,Challenged Transitionaries,S01010139,Shettleston North - 03,4d,Hard-pressed flat dwellers,S02001910,Shettleston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212427 +212427,S00114017,7c1,Challenged Transitionaries,S01010138,Shettleston North - 02,4d,Hard-pressed flat dwellers,S02001910,Shettleston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212428 +212428,S00115388,7c1,Challenged Transitionaries,S01009835,Drumoyne and Shieldhall - 03,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212429 +212429,S00114022,7c1,Challenged Transitionaries,S01010074,Carmyle and Mount Vernon South - 01,5a,Ageing urban communities,S02001898,Carmyle and Mount Vernon South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212430 +212430,S00114042,7c1,Challenged Transitionaries,S01010140,Shettleston North - 04,4d,Hard-pressed flat dwellers,S02001910,Shettleston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212431 +212431,S00114049,7c1,Challenged Transitionaries,S01010132,Greenfield - 02,4d,Hard-pressed flat dwellers,S02001909,Greenfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212432 +212432,S00114051,7c1,Challenged Transitionaries,S01010134,Greenfield - 04,4d,Hard-pressed flat dwellers,S02001909,Greenfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212433 +212433,S00114094,7c1,Challenged Transitionaries,S01010181,Blackhill and Barmulloch East - 03,4d,Hard-pressed flat dwellers,S02001917,Blackhill and Barmulloch East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212434 +212434,S00114101,7c1,Challenged Transitionaries,S01010185,Blackhill and Barmulloch East - 07,4d,Hard-pressed flat dwellers,S02001917,Blackhill and Barmulloch East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212435 +212435,S00114133,7c1,Challenged Transitionaries,S01010176,Riddrie and Hogganfield - 05,4d,Hard-pressed flat dwellers,S02001916,Riddrie and Hogganfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212436 +212436,S00114135,7c1,Challenged Transitionaries,S01010176,Riddrie and Hogganfield - 05,4d,Hard-pressed flat dwellers,S02001916,Riddrie and Hogganfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212437 +212437,S00114145,7c1,Challenged Transitionaries,S01010174,Riddrie and Hogganfield - 03,4d,Hard-pressed flat dwellers,S02001916,Riddrie and Hogganfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212438 +212438,S00114151,7c1,Challenged Transitionaries,S01010152,Carntyne - 01,4d,Hard-pressed flat dwellers,S02001913,Carntyne,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212439 +212439,S00114157,7c1,Challenged Transitionaries,S01010152,Carntyne - 01,4d,Hard-pressed flat dwellers,S02001913,Carntyne,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212440 +212440,S00114159,7c1,Challenged Transitionaries,S01010155,Carntyne - 04,4d,Hard-pressed flat dwellers,S02001913,Carntyne,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212441 +212441,S00114160,7c1,Challenged Transitionaries,S01010154,Carntyne - 03,4d,Hard-pressed flat dwellers,S02001913,Carntyne,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212442 +212442,S00114164,7c1,Challenged Transitionaries,S01010154,Carntyne - 03,4d,Hard-pressed flat dwellers,S02001913,Carntyne,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212443 +212443,S00114166,7c1,Challenged Transitionaries,S01010158,"Cranhill, Lightburn and Queenslie South - 03",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212444 +212444,S00114170,7c1,Challenged Transitionaries,S01010155,Carntyne - 04,4d,Hard-pressed flat dwellers,S02001913,Carntyne,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212445 +212445,S00114171,7c1,Challenged Transitionaries,S01010157,"Cranhill, Lightburn and Queenslie South - 02",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212446 +212446,S00114209,7c1,Challenged Transitionaries,S01010165,Craigend and Ruchazie - 01,4d,Hard-pressed flat dwellers,S02001915,Craigend and Ruchazie,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212447 +212447,S00114269,7c1,Challenged Transitionaries,S01010167,Craigend and Ruchazie - 03,4d,Hard-pressed flat dwellers,S02001915,Craigend and Ruchazie,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212448 +212448,S00114274,7c1,Challenged Transitionaries,S01010170,Craigend and Ruchazie - 06,4d,Hard-pressed flat dwellers,S02001915,Craigend and Ruchazie,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212449 +212449,S00114310,7c1,Challenged Transitionaries,S01010107,Easterhouse East - 03,4d,Hard-pressed flat dwellers,S02001904,Easterhouse East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212450 +212450,S00114317,7c1,Challenged Transitionaries,S01010108,Easterhouse East - 04,4a,Challenged white communities,S02001904,Easterhouse East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212451 +212451,S00114318,7c1,Challenged Transitionaries,S01010108,Easterhouse East - 04,4a,Challenged white communities,S02001904,Easterhouse East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212452 +212452,S00114320,7c1,Challenged Transitionaries,S01010108,Easterhouse East - 04,4a,Challenged white communities,S02001904,Easterhouse East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212453 +212453,S00114332,7c1,Challenged Transitionaries,S01010110,Central Easterhouse - 01,4d,Hard-pressed flat dwellers,S02001905,Central Easterhouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212454 +212454,S00114344,7c1,Challenged Transitionaries,S01010044,Bridgeton - 03,1a,Cosmopolitan student neighbourhoods,S02001892,Bridgeton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212455 +212455,S00115577,7c1,Challenged Transitionaries,S01009820,Cardonald West and Central - 06,4d,Hard-pressed flat dwellers,S02001852,Cardonald West and Central,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212456 +212456,S00112857,7c1,Challenged Transitionaries,S01010464,Knightswood Park East - 05,4d,Hard-pressed flat dwellers,S02001969,Knightswood Park East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212457 +212457,S00114389,7c1,Challenged Transitionaries,S01010046,Dalmarnock - 01,4d,Hard-pressed flat dwellers,S02001893,Dalmarnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212458 +212458,S00115721,7c1,Challenged Transitionaries,S01009778,Nitshill - 04,4d,Hard-pressed flat dwellers,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212459 +212459,S00115722,7c1,Challenged Transitionaries,S01009785,Crookston South - 02,4d,Hard-pressed flat dwellers,S02001846,Crookston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212460 +212460,S00115735,7c1,Challenged Transitionaries,S01009775,Nitshill - 01,4d,Hard-pressed flat dwellers,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212461 +212461,S00116490,7c1,Challenged Transitionaries,S01010133,Greenfield - 03,4d,Hard-pressed flat dwellers,S02001909,Greenfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212462 +212462,S00115738,7c1,Challenged Transitionaries,S01009787,Crookston South - 04,4d,Hard-pressed flat dwellers,S02001846,Crookston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212463 +212463,S00116491,7c1,Challenged Transitionaries,S01010133,Greenfield - 03,4d,Hard-pressed flat dwellers,S02001909,Greenfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212464 +212464,S00113397,7c1,Challenged Transitionaries,S01010210,Springburn - 02,4d,Hard-pressed flat dwellers,S02001922,Springburn,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212465 +212465,S00115739,7c1,Challenged Transitionaries,S01009787,Crookston South - 04,4d,Hard-pressed flat dwellers,S02001846,Crookston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212466 +212466,S00116539,7c1,Challenged Transitionaries,S01009859,Ibrox - 01,4d,Hard-pressed flat dwellers,S02001859,Ibrox,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212467 +212467,S00115395,7c1,Challenged Transitionaries,S01009833,Drumoyne and Shieldhall - 01,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212468 +212468,S00115579,7c1,Challenged Transitionaries,S01009820,Cardonald West and Central - 06,4d,Hard-pressed flat dwellers,S02001852,Cardonald West and Central,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212469 +212469,S00114392,7c1,Challenged Transitionaries,S01010048,Dalmarnock - 03,4d,Hard-pressed flat dwellers,S02001893,Dalmarnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212470 +212470,S00112858,7c1,Challenged Transitionaries,S01010464,Knightswood Park East - 05,4d,Hard-pressed flat dwellers,S02001969,Knightswood Park East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212471 +212471,S00113399,7c1,Challenged Transitionaries,S01010217,Springburn East and Cowlairs - 04,4d,Hard-pressed flat dwellers,S02001923,Springburn East and Cowlairs,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212472 +212472,S00116543,7c1,Challenged Transitionaries,S01009853,Mosspark - 02,4d,Hard-pressed flat dwellers,S02001858,Mosspark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212473 +212473,S00115397,7c1,Challenged Transitionaries,S01009837,Drumoyne and Shieldhall - 05,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212474 +212474,S00113410,7c1,Challenged Transitionaries,S01010195,Balornock - 02,4a,Challenged white communities,S02001919,Balornock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212475 +212475,S00114671,7c1,Challenged Transitionaries,S01009897,Govanhill East and Aikenhead - 04,7a,Urban cultural mix,S02001866,Govanhill East and Aikenhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212476 +212476,S00115740,7c1,Challenged Transitionaries,S01009775,Nitshill - 01,4d,Hard-pressed flat dwellers,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212477 +212477,S00116544,7c1,Challenged Transitionaries,S01009853,Mosspark - 02,4d,Hard-pressed flat dwellers,S02001858,Mosspark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212478 +212478,S00114673,7c1,Challenged Transitionaries,S01009897,Govanhill East and Aikenhead - 04,7a,Urban cultural mix,S02001866,Govanhill East and Aikenhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212479 +212479,S00115400,7c1,Challenged Transitionaries,S01009838,Drumoyne and Shieldhall - 06,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212480 +212480,S00113414,7c1,Challenged Transitionaries,S01010198,Balornock - 05,4d,Hard-pressed flat dwellers,S02001919,Balornock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212481 +212481,S00112865,7c1,Challenged Transitionaries,S01010452,Knightswood East - 03,4d,Hard-pressed flat dwellers,S02001967,Knightswood East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212482 +212482,S00115580,7c1,Challenged Transitionaries,S01009820,Cardonald West and Central - 06,4d,Hard-pressed flat dwellers,S02001852,Cardonald West and Central,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212483 +212483,S00115751,7c1,Challenged Transitionaries,S01009783,Nitshill - 09,4a,Challenged white communities,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212484 +212484,S00116813,7c1,Challenged Transitionaries,S01010479,Blairdardie East - 02,4d,Hard-pressed flat dwellers,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212485 +212485,S00116815,7c1,Challenged Transitionaries,S01010480,Blairdardie East - 03,4a,Challenged white communities,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212486 +212486,S00116828,7c1,Challenged Transitionaries,S01010464,Knightswood Park East - 05,4d,Hard-pressed flat dwellers,S02001969,Knightswood Park East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212487 +212487,S00116832,7c1,Challenged Transitionaries,S01010451,Knightswood East - 02,4d,Hard-pressed flat dwellers,S02001967,Knightswood East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212488 +212488,S00116842,7c1,Challenged Transitionaries,S01010452,Knightswood East - 03,4d,Hard-pressed flat dwellers,S02001967,Knightswood East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212489 +212489,S00116850,7c1,Challenged Transitionaries,S01010444,Yoker North - 02,4a,Challenged white communities,S02001965,Yoker North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212490 +212490,S00116854,7c1,Challenged Transitionaries,S01010448,Knightswood West - 02,5c,Comfortable neighbourhoods,S02001966,Knightswood West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212491 +212491,S00116863,7c1,Challenged Transitionaries,S01010435,Scotstoun South and West - 04,4d,Hard-pressed flat dwellers,S02001963,Scotstoun South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212492 +212492,S00116871,7c1,Challenged Transitionaries,S01010423,Whiteinch - 01,1a,Cosmopolitan student neighbourhoods,S02001961,Whiteinch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212493 +212493,S00116904,7c1,Challenged Transitionaries,S01010437,Yoker South - 01,4d,Hard-pressed flat dwellers,S02001964,Yoker South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212494 +212494,S00116914,7c1,Challenged Transitionaries,S01010490,Drumchapel South - 03,4d,Hard-pressed flat dwellers,S02001974,Drumchapel South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212495 +212495,S00116919,7c1,Challenged Transitionaries,S01010501,Drumry West - 02,4d,Hard-pressed flat dwellers,S02001977,Drumry West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212496 +212496,S00116920,7c1,Challenged Transitionaries,S01010501,Drumry West - 02,4d,Hard-pressed flat dwellers,S02001977,Drumry West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212497 +212497,S00116921,7c1,Challenged Transitionaries,S01010501,Drumry West - 02,4d,Hard-pressed flat dwellers,S02001977,Drumry West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212498 +212498,S00116970,7c1,Challenged Transitionaries,S01010465,Anniesland East - 01,3a,Achieving neighbourhoods,S02001970,Anniesland East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212499 +212499,S00117033,7c1,Challenged Transitionaries,S01010198,Balornock - 05,4d,Hard-pressed flat dwellers,S02001919,Balornock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212500 +212500,S00117035,7c1,Challenged Transitionaries,S01010197,Balornock - 04,4d,Hard-pressed flat dwellers,S02001919,Balornock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212501 +212501,S00117036,7c1,Challenged Transitionaries,S01010197,Balornock - 04,4d,Hard-pressed flat dwellers,S02001919,Balornock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212502 +212502,S00117051,7c1,Challenged Transitionaries,S01010208,Petershill - 06,4d,Hard-pressed flat dwellers,S02001921,Petershill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212503 +212503,S00117069,7c1,Challenged Transitionaries,S01010328,Possil Park - 06,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212504 +212504,S00117080,7c1,Challenged Transitionaries,S01010350,Maryhill East - 01,4d,Hard-pressed flat dwellers,S02001947,Maryhill East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212505 +212505,S00117090,7c1,Challenged Transitionaries,S01010254,Gallowgate North and Bellgrove - 01,1a,Cosmopolitan student neighbourhoods,S02001931,Gallowgate North and Bellgrove,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212506 +212506,S00117143,7c1,Challenged Transitionaries,S01010140,Shettleston North - 04,4d,Hard-pressed flat dwellers,S02001910,Shettleston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212507 +212507,S00117167,7c1,Challenged Transitionaries,S01010137,Shettleston North - 01,4d,Hard-pressed flat dwellers,S02001910,Shettleston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212508 +212508,S00117175,7c1,Challenged Transitionaries,S01010134,Greenfield - 04,4d,Hard-pressed flat dwellers,S02001909,Greenfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212509 +212509,S00117185,7c1,Challenged Transitionaries,S01010181,Blackhill and Barmulloch East - 03,4d,Hard-pressed flat dwellers,S02001917,Blackhill and Barmulloch East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212510 +212510,S00117191,7c1,Challenged Transitionaries,S01010173,Riddrie and Hogganfield - 02,4a,Challenged white communities,S02001916,Riddrie and Hogganfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212511 +212511,S00117194,7c1,Challenged Transitionaries,S01010156,"Cranhill, Lightburn and Queenslie South - 01",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212512 +212512,S00117195,7c1,Challenged Transitionaries,S01010153,Carntyne - 02,4d,Hard-pressed flat dwellers,S02001913,Carntyne,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212513 +212513,S00117196,7c1,Challenged Transitionaries,S01010156,"Cranhill, Lightburn and Queenslie South - 01",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212514 +212514,S00117201,7c1,Challenged Transitionaries,S01010169,Craigend and Ruchazie - 05,4d,Hard-pressed flat dwellers,S02001915,Craigend and Ruchazie,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212515 +212515,S00117243,7c1,Challenged Transitionaries,S01010053,Parkhead West and Barrowfield - 05,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212516 +212516,S00117327,7c1,Challenged Transitionaries,S01009938,Pollokshaws - 06,4d,Hard-pressed flat dwellers,S02001873,Pollokshaws,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212517 +212517,S00117383,7c1,Challenged Transitionaries,S01009977,Glenwood South - 05,4d,Hard-pressed flat dwellers,S02001881,Glenwood South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212518 +212518,S00117395,7c1,Challenged Transitionaries,S01009985,Glenwood North - 06,4d,Hard-pressed flat dwellers,S02001882,Glenwood North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212519 +212519,S00117435,7c1,Challenged Transitionaries,S01009866,Kinning Park and Festival Park - 01,7a,Urban cultural mix,S02001861,Kinning Park and Festival Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212520 +212520,S00117450,7c1,Challenged Transitionaries,S01009840,Drumoyne and Shieldhall - 08,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212521 +212521,S00117451,7c1,Challenged Transitionaries,S01009840,Drumoyne and Shieldhall - 08,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212522 +212522,S00117453,7c1,Challenged Transitionaries,S01009840,Drumoyne and Shieldhall - 08,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212523 +212523,S00117456,7c1,Challenged Transitionaries,S01009836,Drumoyne and Shieldhall - 04,4a,Challenged white communities,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212524 +212524,S00117457,7c1,Challenged Transitionaries,S01009838,Drumoyne and Shieldhall - 06,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212525 +212525,S00117464,7c1,Challenged Transitionaries,S01009830,Hillington - 02,4d,Hard-pressed flat dwellers,S02001854,Hillington,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212526 +212526,S00117466,7c1,Challenged Transitionaries,S01009812,Cardonald North - 03,4d,Hard-pressed flat dwellers,S02001851,Cardonald North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212527 +212527,S00117468,7c1,Challenged Transitionaries,S01009810,Cardonald North - 01,4d,Hard-pressed flat dwellers,S02001851,Cardonald North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212528 +212528,S00114812,7c1,Challenged Transitionaries,S01010020,Toryglen and Oatlands - 05,4d,Hard-pressed flat dwellers,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212529 +212529,S00115421,7c1,Challenged Transitionaries,S01009854,Mosspark - 03,4d,Hard-pressed flat dwellers,S02001858,Mosspark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212530 +212530,S00115784,7c1,Challenged Transitionaries,S01009779,Nitshill - 05,4d,Hard-pressed flat dwellers,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212531 +212531,S00112866,7c1,Challenged Transitionaries,S01010452,Knightswood East - 03,4d,Hard-pressed flat dwellers,S02001967,Knightswood East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212532 +212532,S00115586,7c1,Challenged Transitionaries,S01009819,Cardonald West and Central - 05,5a,Ageing urban communities,S02001852,Cardonald West and Central,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212533 +212533,S00114816,7c1,Challenged Transitionaries,S01010016,Toryglen and Oatlands - 01,4d,Hard-pressed flat dwellers,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212534 +212534,S00115428,7c1,Challenged Transitionaries,S01009853,Mosspark - 02,4d,Hard-pressed flat dwellers,S02001858,Mosspark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212535 +212535,S00115789,7c1,Challenged Transitionaries,S01009793,Pollok South and West - 02,5c,Comfortable neighbourhoods,S02001848,Pollok South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212536 +212536,S00112867,7c1,Challenged Transitionaries,S01010458,Knightswood Park West - 04,4d,Hard-pressed flat dwellers,S02001968,Knightswood Park West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212537 +212537,S00113415,7c1,Challenged Transitionaries,S01010198,Balornock - 05,4d,Hard-pressed flat dwellers,S02001919,Balornock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212538 +212538,S00115429,7c1,Challenged Transitionaries,S01009853,Mosspark - 02,4d,Hard-pressed flat dwellers,S02001858,Mosspark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212539 +212539,S00112870,7c1,Challenged Transitionaries,S01010459,Knightswood Park West - 05,4d,Hard-pressed flat dwellers,S02001968,Knightswood Park West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212540 +212540,S00112871,7c1,Challenged Transitionaries,S01010459,Knightswood Park West - 05,4d,Hard-pressed flat dwellers,S02001968,Knightswood Park West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212541 +212541,S00112872,7c1,Challenged Transitionaries,S01010459,Knightswood Park West - 05,4d,Hard-pressed flat dwellers,S02001968,Knightswood Park West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212542 +212542,S00112876,7c1,Challenged Transitionaries,S01010458,Knightswood Park West - 04,4d,Hard-pressed flat dwellers,S02001968,Knightswood Park West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212543 +212543,S00112878,7c1,Challenged Transitionaries,S01010463,Knightswood Park East - 04,4d,Hard-pressed flat dwellers,S02001969,Knightswood Park East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212544 +212544,S00112879,7c1,Challenged Transitionaries,S01010457,Knightswood Park West - 03,4d,Hard-pressed flat dwellers,S02001968,Knightswood Park West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212545 +212545,S00112881,7c1,Challenged Transitionaries,S01010445,Yoker North - 03,4d,Hard-pressed flat dwellers,S02001965,Yoker North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212546 +212546,S00112882,7c1,Challenged Transitionaries,S01010440,Yoker South - 04,4d,Hard-pressed flat dwellers,S02001964,Yoker South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212547 +212547,S00112894,7c1,Challenged Transitionaries,S01010445,Yoker North - 03,4d,Hard-pressed flat dwellers,S02001965,Yoker North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212548 +212548,S00112900,7c1,Challenged Transitionaries,S01010445,Yoker North - 03,4d,Hard-pressed flat dwellers,S02001965,Yoker North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212549 +212549,S00112901,7c1,Challenged Transitionaries,S01010445,Yoker North - 03,4d,Hard-pressed flat dwellers,S02001965,Yoker North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212550 +212550,S00112907,7c1,Challenged Transitionaries,S01010449,Knightswood West - 03,4d,Hard-pressed flat dwellers,S02001966,Knightswood West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212551 +212551,S00112908,7c1,Challenged Transitionaries,S01010448,Knightswood West - 02,5c,Comfortable neighbourhoods,S02001966,Knightswood West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212552 +212552,S00112909,7c1,Challenged Transitionaries,S01010449,Knightswood West - 03,4d,Hard-pressed flat dwellers,S02001966,Knightswood West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212553 +212553,S00112910,7c1,Challenged Transitionaries,S01010448,Knightswood West - 02,5c,Comfortable neighbourhoods,S02001966,Knightswood West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212554 +212554,S00112911,7c1,Challenged Transitionaries,S01010444,Yoker North - 02,4a,Challenged white communities,S02001965,Yoker North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212555 +212555,S00112943,7c1,Challenged Transitionaries,S01010427,Scotstoun North and East - 01,7a,Urban cultural mix,S02001962,Scotstoun North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212556 +212556,S00115588,7c1,Challenged Transitionaries,S01009816,Cardonald West and Central - 02,4d,Hard-pressed flat dwellers,S02001852,Cardonald West and Central,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212557 +212557,S00114833,7c1,Challenged Transitionaries,S01010018,Toryglen and Oatlands - 03,4d,Hard-pressed flat dwellers,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212558 +212558,S00112944,7c1,Challenged Transitionaries,S01010427,Scotstoun North and East - 01,7a,Urban cultural mix,S02001962,Scotstoun North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212559 +212559,S00112946,7c1,Challenged Transitionaries,S01010427,Scotstoun North and East - 01,7a,Urban cultural mix,S02001962,Scotstoun North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212560 +212560,S00112967,7c1,Challenged Transitionaries,S01010422,Victoria Park - 03,3d,Households in terraces and flats,S02001960,Victoria Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212561 +212561,S00113022,7c1,Challenged Transitionaries,S01010440,Yoker South - 04,4d,Hard-pressed flat dwellers,S02001964,Yoker South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212562 +212562,S00113026,7c1,Challenged Transitionaries,S01010437,Yoker South - 01,4d,Hard-pressed flat dwellers,S02001964,Yoker South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212563 +212563,S00113027,7c1,Challenged Transitionaries,S01010437,Yoker South - 01,4d,Hard-pressed flat dwellers,S02001964,Yoker South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212564 +212564,S00113028,7c1,Challenged Transitionaries,S01010435,Scotstoun South and West - 04,4d,Hard-pressed flat dwellers,S02001963,Scotstoun South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212565 +212565,S00113029,7c1,Challenged Transitionaries,S01010435,Scotstoun South and West - 04,4d,Hard-pressed flat dwellers,S02001963,Scotstoun South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212566 +212566,S00113030,7c1,Challenged Transitionaries,S01010435,Scotstoun South and West - 04,4d,Hard-pressed flat dwellers,S02001963,Scotstoun South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212567 +212567,S00113049,7c1,Challenged Transitionaries,S01010485,Blairdardie West - 01,5c,Comfortable neighbourhoods,S02001973,Blairdardie West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212568 +212568,S00113054,7c1,Challenged Transitionaries,S01010487,Blairdardie West - 03,4a,Challenged white communities,S02001973,Blairdardie West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212569 +212569,S00113056,7c1,Challenged Transitionaries,S01010487,Blairdardie West - 03,4a,Challenged white communities,S02001973,Blairdardie West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212570 +212570,S00113103,7c1,Challenged Transitionaries,S01010503,Drumry West - 04,4d,Hard-pressed flat dwellers,S02001977,Drumry West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212571 +212571,S00113113,7c1,Challenged Transitionaries,S01010489,Drumchapel South - 02,4d,Hard-pressed flat dwellers,S02001974,Drumchapel South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212572 +212572,S00113121,7c1,Challenged Transitionaries,S01010498,Drumry East - 03,4d,Hard-pressed flat dwellers,S02001976,Drumry East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212573 +212573,S00113189,7c1,Challenged Transitionaries,S01010314,Keppochhill - 06,1a,Cosmopolitan student neighbourhoods,S02001940,Keppochhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212574 +212574,S00113219,7c1,Challenged Transitionaries,S01010319,Ruchill - 05,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212575 +212575,S00113267,7c1,Challenged Transitionaries,S01010329,Possil Park - 07,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212576 +212576,S00113311,7c1,Challenged Transitionaries,S01010355,Maryhill West - 02,4d,Hard-pressed flat dwellers,S02001948,Maryhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212577 +212577,S00113313,7c1,Challenged Transitionaries,S01010355,Maryhill West - 02,4d,Hard-pressed flat dwellers,S02001948,Maryhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212578 +212578,S00113318,7c1,Challenged Transitionaries,S01010353,Maryhill East - 04,4d,Hard-pressed flat dwellers,S02001947,Maryhill East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212579 +212579,S00113326,7c1,Challenged Transitionaries,S01010351,Maryhill East - 02,4d,Hard-pressed flat dwellers,S02001947,Maryhill East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212580 +212580,S00113335,7c1,Challenged Transitionaries,S01010354,Maryhill West - 01,4d,Hard-pressed flat dwellers,S02001948,Maryhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212581 +212581,S00113336,7c1,Challenged Transitionaries,S01010357,Maryhill West - 04,4d,Hard-pressed flat dwellers,S02001948,Maryhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212582 +212582,S00113337,7c1,Challenged Transitionaries,S01010354,Maryhill West - 01,4d,Hard-pressed flat dwellers,S02001948,Maryhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212583 +212583,S00113391,7c1,Challenged Transitionaries,S01010201,Barmulloch - 03,5d,Endeavouring social renters,S02001920,Barmulloch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212584 +212584,S00113392,7c1,Challenged Transitionaries,S01010210,Springburn - 02,4d,Hard-pressed flat dwellers,S02001922,Springburn,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212585 +212585,S00113393,7c1,Challenged Transitionaries,S01010210,Springburn - 02,4d,Hard-pressed flat dwellers,S02001922,Springburn,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212586 +212586,S00113417,7c1,Challenged Transitionaries,S01010197,Balornock - 04,4d,Hard-pressed flat dwellers,S02001919,Balornock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212587 +212587,S00115839,7c1,Challenged Transitionaries,S01010093,Baillieston East - 06,4a,Challenged white communities,S02001901,Baillieston East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212588 +212588,S00115432,7c1,Challenged Transitionaries,S01009855,Mosspark - 04,4a,Challenged white communities,S02001858,Mosspark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212589 +212589,S00115861,7c1,Challenged Transitionaries,S01010083,Baillieston West - 01,4a,Challenged white communities,S02001900,Baillieston West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212590 +212590,S00113423,7c1,Challenged Transitionaries,S01010198,Balornock - 05,4d,Hard-pressed flat dwellers,S02001919,Balornock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212591 +212591,S00115589,7c1,Challenged Transitionaries,S01009816,Cardonald West and Central - 02,4d,Hard-pressed flat dwellers,S02001852,Cardonald West and Central,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212592 +212592,S00115596,7c1,Challenged Transitionaries,S01009806,Cardonald South and East - 01,4d,Hard-pressed flat dwellers,S02001850,Cardonald South and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212593 +212593,S00114844,7c1,Challenged Transitionaries,S01009947,Carnwadric East - 04,4d,Hard-pressed flat dwellers,S02001875,Carnwadric East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212594 +212594,S00115438,7c1,Challenged Transitionaries,S01009858,Mosspark - 07,4d,Hard-pressed flat dwellers,S02001858,Mosspark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212595 +212595,S00115599,7c1,Challenged Transitionaries,S01009806,Cardonald South and East - 01,4d,Hard-pressed flat dwellers,S02001850,Cardonald South and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212596 +212596,S00115863,7c1,Challenged Transitionaries,S01010084,Baillieston West - 02,4a,Challenged white communities,S02001900,Baillieston West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212597 +212597,S00114851,7c1,Challenged Transitionaries,S01009946,Carnwadric East - 03,4d,Hard-pressed flat dwellers,S02001875,Carnwadric East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212598 +212598,S00115449,7c1,Challenged Transitionaries,S01009806,Cardonald South and East - 01,4d,Hard-pressed flat dwellers,S02001850,Cardonald South and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212599 +212599,S00113424,7c1,Challenged Transitionaries,S01010198,Balornock - 05,4d,Hard-pressed flat dwellers,S02001919,Balornock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212600 +212600,S00115600,7c1,Challenged Transitionaries,S01009814,Cardonald North - 05,4a,Challenged white communities,S02001851,Cardonald North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212601 +212601,S00115866,7c1,Challenged Transitionaries,S01010084,Baillieston West - 02,4a,Challenged white communities,S02001900,Baillieston West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212602 +212602,S00113425,7c1,Challenged Transitionaries,S01010196,Balornock - 03,4d,Hard-pressed flat dwellers,S02001919,Balornock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212603 +212603,S00115451,7c1,Challenged Transitionaries,S01009858,Mosspark - 07,4d,Hard-pressed flat dwellers,S02001858,Mosspark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212604 +212604,S00114858,7c1,Challenged Transitionaries,S01009945,Carnwadric East - 02,4d,Hard-pressed flat dwellers,S02001875,Carnwadric East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212605 +212605,S00115612,7c1,Challenged Transitionaries,S01009809,Cardonald South and East - 04,4d,Hard-pressed flat dwellers,S02001850,Cardonald South and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212606 +212606,S00115867,7c1,Challenged Transitionaries,S01010084,Baillieston West - 02,4a,Challenged white communities,S02001900,Baillieston West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212607 +212607,S00113429,7c1,Challenged Transitionaries,S01010194,Balornock - 01,4a,Challenged white communities,S02001919,Balornock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212608 +212608,S00115453,7c1,Challenged Transitionaries,S01009857,Mosspark - 06,4a,Challenged white communities,S02001858,Mosspark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212609 +212609,S00114861,7c1,Challenged Transitionaries,S01009946,Carnwadric East - 03,4d,Hard-pressed flat dwellers,S02001875,Carnwadric East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212610 +212610,S00115455,7c1,Challenged Transitionaries,S01009856,Mosspark - 05,4d,Hard-pressed flat dwellers,S02001858,Mosspark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212611 +212611,S00115617,7c1,Challenged Transitionaries,S01009809,Cardonald South and East - 04,4d,Hard-pressed flat dwellers,S02001850,Cardonald South and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212612 +212612,S00114888,7c1,Challenged Transitionaries,S01009944,Carnwadric East - 01,4d,Hard-pressed flat dwellers,S02001875,Carnwadric East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212613 +212613,S00113431,7c1,Challenged Transitionaries,S01010194,Balornock - 01,4a,Challenged white communities,S02001919,Balornock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212614 +212614,S00115868,7c1,Challenged Transitionaries,S01010084,Baillieston West - 02,4a,Challenged white communities,S02001900,Baillieston West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212615 +212615,S00115471,7c1,Challenged Transitionaries,S01009851,Craigton - 04,4d,Hard-pressed flat dwellers,S02001857,Craigton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212616 +212616,S00115618,7c1,Challenged Transitionaries,S01009809,Cardonald South and East - 04,4d,Hard-pressed flat dwellers,S02001850,Cardonald South and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212617 +212617,S00114895,7c1,Challenged Transitionaries,S01009944,Carnwadric East - 01,4d,Hard-pressed flat dwellers,S02001875,Carnwadric East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212618 +212618,S00113441,7c1,Challenged Transitionaries,S01010183,Blackhill and Barmulloch East - 05,4d,Hard-pressed flat dwellers,S02001917,Blackhill and Barmulloch East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212619 +212619,S00115869,7c1,Challenged Transitionaries,S01010084,Baillieston West - 02,4a,Challenged white communities,S02001900,Baillieston West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212620 +212620,S00115474,7c1,Challenged Transitionaries,S01009850,Craigton - 03,4d,Hard-pressed flat dwellers,S02001857,Craigton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212621 +212621,S00115625,7c1,Challenged Transitionaries,S01009827,Penilee - 06,4d,Hard-pressed flat dwellers,S02001853,Penilee,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212622 +212622,S00113445,7c1,Challenged Transitionaries,S01010199,Barmulloch - 01,4a,Challenged white communities,S02001920,Barmulloch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212623 +212623,S00114900,7c1,Challenged Transitionaries,S01009948,Newlands - 01,4d,Hard-pressed flat dwellers,S02001876,Newlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212624 +212624,S00115870,7c1,Challenged Transitionaries,S01010084,Baillieston West - 02,4a,Challenged white communities,S02001900,Baillieston West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212625 +212625,S00115479,7c1,Challenged Transitionaries,S01009851,Craigton - 04,4d,Hard-pressed flat dwellers,S02001857,Craigton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212626 +212626,S00115626,7c1,Challenged Transitionaries,S01009827,Penilee - 06,4d,Hard-pressed flat dwellers,S02001853,Penilee,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212627 +212627,S00113449,7c1,Challenged Transitionaries,S01010225,Sighthill - 01,7a,Urban cultural mix,S02001925,Sighthill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212628 +212628,S00113456,7c1,Challenged Transitionaries,S01010213,Springburn - 05,4d,Hard-pressed flat dwellers,S02001922,Springburn,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212629 +212629,S00113466,7c1,Challenged Transitionaries,S01010211,Springburn - 03,4d,Hard-pressed flat dwellers,S02001922,Springburn,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212630 +212630,S00113525,7c1,Challenged Transitionaries,S01010328,Possil Park - 06,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212631 +212631,S00113527,7c1,Challenged Transitionaries,S01010328,Possil Park - 06,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212632 +212632,S00113546,7c1,Challenged Transitionaries,S01010325,Possil Park - 03,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212633 +212633,S00113548,7c1,Challenged Transitionaries,S01010331,Milton West - 02,4d,Hard-pressed flat dwellers,S02001943,Milton West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212634 +212634,S00113553,7c1,Challenged Transitionaries,S01010331,Milton West - 02,4d,Hard-pressed flat dwellers,S02001943,Milton West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212635 +212635,S00113564,7c1,Challenged Transitionaries,S01010332,Milton West - 03,4a,Challenged white communities,S02001943,Milton West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212636 +212636,S00113567,7c1,Challenged Transitionaries,S01010335,Milton East - 01,4d,Hard-pressed flat dwellers,S02001944,Milton East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212637 +212637,S00113572,7c1,Challenged Transitionaries,S01010334,Milton West - 05,4a,Challenged white communities,S02001943,Milton West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212638 +212638,S00113577,7c1,Challenged Transitionaries,S01010334,Milton West - 05,4a,Challenged white communities,S02001943,Milton West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212639 +212639,S00113581,7c1,Challenged Transitionaries,S01010335,Milton East - 01,4d,Hard-pressed flat dwellers,S02001944,Milton East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212640 +212640,S00113582,7c1,Challenged Transitionaries,S01010339,Milton East - 05,4d,Hard-pressed flat dwellers,S02001944,Milton East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212641 +212641,S00113604,7c1,Challenged Transitionaries,S01010338,Milton East - 04,4d,Hard-pressed flat dwellers,S02001944,Milton East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212642 +212642,S00113605,7c1,Challenged Transitionaries,S01010339,Milton East - 05,4d,Hard-pressed flat dwellers,S02001944,Milton East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212643 +212643,S00113612,7c1,Challenged Transitionaries,S01010350,Maryhill East - 01,4d,Hard-pressed flat dwellers,S02001947,Maryhill East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212644 +212644,S00113622,7c1,Challenged Transitionaries,S01010346,Summerston North - 01,3c,Highly qualified professionals,S02001946,Summerston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212645 +212645,S00113627,7c1,Challenged Transitionaries,S01010349,Summerston North - 04,4d,Hard-pressed flat dwellers,S02001946,Summerston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212646 +212646,S00113629,7c1,Challenged Transitionaries,S01010349,Summerston North - 04,4d,Hard-pressed flat dwellers,S02001946,Summerston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212647 +212647,S00113632,7c1,Challenged Transitionaries,S01010347,Summerston North - 02,1a,Cosmopolitan student neighbourhoods,S02001946,Summerston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212648 +212648,S00113634,7c1,Challenged Transitionaries,S01010341,Summerston Central and West - 02,4a,Challenged white communities,S02001945,Summerston Central and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212649 +212649,S00113806,7c1,Challenged Transitionaries,S01010060,Parkhead East and Braidfauld North - 05,4d,Hard-pressed flat dwellers,S02001895,Parkhead East and Braidfauld North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212650 +212650,S00113827,7c1,Challenged Transitionaries,S01010247,Carntyne West and Haghill - 06,4a,Challenged white communities,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212651 +212651,S00113829,7c1,Challenged Transitionaries,S01010148,Old Shettleston and Parkhead North - 02,4d,Hard-pressed flat dwellers,S02001912,Old Shettleston and Parkhead North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212652 +212652,S00113845,7c1,Challenged Transitionaries,S01010151,Old Shettleston and Parkhead North - 05,4d,Hard-pressed flat dwellers,S02001912,Old Shettleston and Parkhead North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212653 +212653,S00113848,7c1,Challenged Transitionaries,S01010158,"Cranhill, Lightburn and Queenslie South - 03",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212654 +212654,S00113850,7c1,Challenged Transitionaries,S01010158,"Cranhill, Lightburn and Queenslie South - 03",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212655 +212655,S00113855,7c1,Challenged Transitionaries,S01010132,Greenfield - 02,4d,Hard-pressed flat dwellers,S02001909,Greenfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212656 +212656,S00113857,7c1,Challenged Transitionaries,S01010158,"Cranhill, Lightburn and Queenslie South - 03",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212657 +212657,S00113858,7c1,Challenged Transitionaries,S01010158,"Cranhill, Lightburn and Queenslie South - 03",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212658 +212658,S00113860,7c1,Challenged Transitionaries,S01010158,"Cranhill, Lightburn and Queenslie South - 03",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212659 +212659,S00113865,7c1,Challenged Transitionaries,S01010133,Greenfield - 03,4d,Hard-pressed flat dwellers,S02001909,Greenfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212660 +212660,S00113866,7c1,Challenged Transitionaries,S01010133,Greenfield - 03,4d,Hard-pressed flat dwellers,S02001909,Greenfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212661 +212661,S00113868,7c1,Challenged Transitionaries,S01010132,Greenfield - 02,4d,Hard-pressed flat dwellers,S02001909,Greenfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212662 +212662,S00113870,7c1,Challenged Transitionaries,S01010134,Greenfield - 04,4d,Hard-pressed flat dwellers,S02001909,Greenfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212663 +212663,S00115875,7c1,Challenged Transitionaries,S01010086,Baillieston West - 04,4a,Challenged white communities,S02001900,Baillieston West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212664 +212664,S00115877,7c1,Challenged Transitionaries,S01010086,Baillieston West - 04,4a,Challenged white communities,S02001900,Baillieston West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212665 +212665,S00115486,7c1,Challenged Transitionaries,S01009828,Penilee - 07,4d,Hard-pressed flat dwellers,S02001853,Penilee,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212666 +212666,S00115885,7c1,Challenged Transitionaries,S01010086,Baillieston West - 04,4a,Challenged white communities,S02001900,Baillieston West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212667 +212667,S00115490,7c1,Challenged Transitionaries,S01009826,Penilee - 05,4d,Hard-pressed flat dwellers,S02001853,Penilee,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212668 +212668,S00115629,7c1,Challenged Transitionaries,S01009827,Penilee - 06,4d,Hard-pressed flat dwellers,S02001853,Penilee,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212669 +212669,S00115887,7c1,Challenged Transitionaries,S01010092,Baillieston East - 05,4d,Hard-pressed flat dwellers,S02001901,Baillieston East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212670 +212670,S00115492,7c1,Challenged Transitionaries,S01009826,Penilee - 05,4d,Hard-pressed flat dwellers,S02001853,Penilee,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212671 +212671,S00115633,7c1,Challenged Transitionaries,S01009825,Penilee - 04,4d,Hard-pressed flat dwellers,S02001853,Penilee,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212672 +212672,S00115888,7c1,Challenged Transitionaries,S01010092,Baillieston East - 05,4d,Hard-pressed flat dwellers,S02001901,Baillieston East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212673 +212673,S00115502,7c1,Challenged Transitionaries,S01009832,Hillington - 04,4d,Hard-pressed flat dwellers,S02001854,Hillington,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212674 +212674,S00115634,7c1,Challenged Transitionaries,S01009823,Penilee - 02,4d,Hard-pressed flat dwellers,S02001853,Penilee,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212675 +212675,S00115892,7c1,Challenged Transitionaries,S01010092,Baillieston East - 05,4d,Hard-pressed flat dwellers,S02001901,Baillieston East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212676 +212676,S00114908,7c1,Challenged Transitionaries,S01009949,Newlands - 02,4d,Hard-pressed flat dwellers,S02001876,Newlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212677 +212677,S00115505,7c1,Challenged Transitionaries,S01009832,Hillington - 04,4d,Hard-pressed flat dwellers,S02001854,Hillington,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212678 +212678,S00115635,7c1,Challenged Transitionaries,S01009823,Penilee - 02,4d,Hard-pressed flat dwellers,S02001853,Penilee,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212679 +212679,S00115894,7c1,Challenged Transitionaries,S01010090,Baillieston East - 03,5c,Comfortable neighbourhoods,S02001901,Baillieston East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212680 +212680,S00115905,7c1,Challenged Transitionaries,S01010092,Baillieston East - 05,4d,Hard-pressed flat dwellers,S02001901,Baillieston East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212681 +212681,S00115918,7c1,Challenged Transitionaries,S01009969,Carmunnock South - 01,5c,Comfortable neighbourhoods,S02001880,Carmunnock South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212682 +212682,S00115931,7c1,Challenged Transitionaries,S01010424,Whiteinch - 02,4d,Hard-pressed flat dwellers,S02001961,Whiteinch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212683 +212683,S00116019,7c1,Challenged Transitionaries,S01010332,Milton West - 03,4a,Challenged white communities,S02001943,Milton West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212684 +212684,S00116021,7c1,Challenged Transitionaries,S01010339,Milton East - 05,4d,Hard-pressed flat dwellers,S02001944,Milton East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212685 +212685,S00116027,7c1,Challenged Transitionaries,S01010349,Summerston North - 04,4d,Hard-pressed flat dwellers,S02001946,Summerston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212686 +212686,S00116054,7c1,Challenged Transitionaries,S01009972,Carmunnock South - 04,5a,Ageing urban communities,S02001880,Carmunnock South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212687 +212687,S00116059,7c1,Challenged Transitionaries,S01010058,Parkhead East and Braidfauld North - 03,4d,Hard-pressed flat dwellers,S02001895,Parkhead East and Braidfauld North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212688 +212688,S00116068,7c1,Challenged Transitionaries,S01010062,Braidfauld - 02,4d,Hard-pressed flat dwellers,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212689 +212689,S00116096,7c1,Challenged Transitionaries,S01010130,Barlanark - 08,4d,Hard-pressed flat dwellers,S02001908,Barlanark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212690 +212690,S00116107,7c1,Challenged Transitionaries,S01010129,Barlanark - 07,4d,Hard-pressed flat dwellers,S02001908,Barlanark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212691 +212691,S00116122,7c1,Challenged Transitionaries,S01010166,Craigend and Ruchazie - 02,4a,Challenged white communities,S02001915,Craigend and Ruchazie,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212692 +212692,S00116126,7c1,Challenged Transitionaries,S01010115,"Garthamlock, Auchinlea and Gartloch - 03",4a,Challenged white communities,S02001906,"Garthamlock, Auchinlea and Gartloch",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212693 +212693,S00116147,7c1,Challenged Transitionaries,S01010048,Dalmarnock - 03,4d,Hard-pressed flat dwellers,S02001893,Dalmarnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212694 +212694,S00116155,7c1,Challenged Transitionaries,S01010048,Dalmarnock - 03,4d,Hard-pressed flat dwellers,S02001893,Dalmarnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212695 +212695,S00116233,7c1,Challenged Transitionaries,S01009987,Castlemilk - 02,4d,Hard-pressed flat dwellers,S02001883,Castlemilk,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212696 +212696,S00116258,7c1,Challenged Transitionaries,S01009859,Ibrox - 01,4d,Hard-pressed flat dwellers,S02001859,Ibrox,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212697 +212697,S00116264,7c1,Challenged Transitionaries,S01009836,Drumoyne and Shieldhall - 04,4a,Challenged white communities,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212698 +212698,S00116275,7c1,Challenged Transitionaries,S01009856,Mosspark - 05,4d,Hard-pressed flat dwellers,S02001858,Mosspark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212699 +212699,S00116287,7c1,Challenged Transitionaries,S01009788,Crookston North - 01,4a,Challenged white communities,S02001847,Crookston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212700 +212700,S00116288,7c1,Challenged Transitionaries,S01009778,Nitshill - 04,4d,Hard-pressed flat dwellers,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212701 +212701,S00116342,7c1,Challenged Transitionaries,S01010415,Broomhill - 01,4d,Hard-pressed flat dwellers,S02001959,Broomhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212702 +212702,S00116372,7c1,Challenged Transitionaries,S01010473,Anniesland West - 04,3d,Households in terraces and flats,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212703 +212703,S00116379,7c1,Challenged Transitionaries,S01010471,Anniesland West - 02,4d,Hard-pressed flat dwellers,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212704 +212704,S00116387,7c1,Challenged Transitionaries,S01010454,Knightswood East - 05,4d,Hard-pressed flat dwellers,S02001967,Knightswood East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212705 +212705,S00114909,7c1,Challenged Transitionaries,S01009949,Newlands - 02,4d,Hard-pressed flat dwellers,S02001876,Newlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212706 +212706,S00114932,7c1,Challenged Transitionaries,S01009955,Merrylee and Millbrae - 01,3c,Highly qualified professionals,S02001877,Merrylee and Millbrae,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212707 +212707,S00114933,7c1,Challenged Transitionaries,S01009955,Merrylee and Millbrae - 01,3c,Highly qualified professionals,S02001877,Merrylee and Millbrae,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212708 +212708,S00114934,7c1,Challenged Transitionaries,S01009955,Merrylee and Millbrae - 01,3c,Highly qualified professionals,S02001877,Merrylee and Millbrae,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212709 +212709,S00114938,7c1,Challenged Transitionaries,S01009961,Muirend and Old Cathcart - 03,4a,Challenged white communities,S02001878,Muirend and Old Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212710 +212710,S00114940,7c1,Challenged Transitionaries,S01009961,Muirend and Old Cathcart - 03,4a,Challenged white communities,S02001878,Muirend and Old Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212711 +212711,S00115506,7c1,Challenged Transitionaries,S01009832,Hillington - 04,4d,Hard-pressed flat dwellers,S02001854,Hillington,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212712 +212712,S00115508,7c1,Challenged Transitionaries,S01009831,Hillington - 03,4d,Hard-pressed flat dwellers,S02001854,Hillington,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212713 +212713,S00115510,7c1,Challenged Transitionaries,S01009829,Hillington - 01,4d,Hard-pressed flat dwellers,S02001854,Hillington,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212714 +212714,S00115637,7c1,Challenged Transitionaries,S01009824,Penilee - 03,4a,Challenged white communities,S02001853,Penilee,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212715 +212715,S00114943,7c1,Challenged Transitionaries,S01009956,Merrylee and Millbrae - 02,4d,Hard-pressed flat dwellers,S02001877,Merrylee and Millbrae,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212716 +212716,S00115638,7c1,Challenged Transitionaries,S01009824,Penilee - 03,4a,Challenged white communities,S02001853,Penilee,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212717 +212717,S00115518,7c1,Challenged Transitionaries,S01009830,Hillington - 02,4d,Hard-pressed flat dwellers,S02001854,Hillington,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212718 +212718,S00115643,7c1,Challenged Transitionaries,S01009822,Penilee - 01,4a,Challenged white communities,S02001853,Penilee,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212719 +212719,S00115021,7c1,Challenged Transitionaries,S01010012,Mount Florida - 02,4d,Hard-pressed flat dwellers,S02001887,Mount Florida,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212720 +212720,S00115519,7c1,Challenged Transitionaries,S01009830,Hillington - 02,4d,Hard-pressed flat dwellers,S02001854,Hillington,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212721 +212721,S00115646,7c1,Challenged Transitionaries,S01009822,Penilee - 01,4a,Challenged white communities,S02001853,Penilee,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212722 +212722,S00115022,7c1,Challenged Transitionaries,S01010012,Mount Florida - 02,4d,Hard-pressed flat dwellers,S02001887,Mount Florida,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212723 +212723,S00115520,7c1,Challenged Transitionaries,S01009830,Hillington - 02,4d,Hard-pressed flat dwellers,S02001854,Hillington,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212724 +212724,S00115648,7c1,Challenged Transitionaries,S01009824,Penilee - 03,4a,Challenged white communities,S02001853,Penilee,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212725 +212725,S00115649,7c1,Challenged Transitionaries,S01009823,Penilee - 02,4d,Hard-pressed flat dwellers,S02001853,Penilee,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212726 +212726,S00115654,7c1,Challenged Transitionaries,S01009786,Crookston South - 03,4d,Hard-pressed flat dwellers,S02001846,Crookston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212727 +212727,S00115665,7c1,Challenged Transitionaries,S01009803,Pollok North and East - 05,4d,Hard-pressed flat dwellers,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212728 +212728,S00115671,7c1,Challenged Transitionaries,S01009803,Pollok North and East - 05,4d,Hard-pressed flat dwellers,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212729 +212729,S00115673,7c1,Challenged Transitionaries,S01009800,Pollok North and East - 02,4d,Hard-pressed flat dwellers,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212730 +212730,S00115679,7c1,Challenged Transitionaries,S01009802,Pollok North and East - 04,4d,Hard-pressed flat dwellers,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212731 +212731,S00115682,7c1,Challenged Transitionaries,S01009800,Pollok North and East - 02,4d,Hard-pressed flat dwellers,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212732 +212732,S00115683,7c1,Challenged Transitionaries,S01009800,Pollok North and East - 02,4d,Hard-pressed flat dwellers,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212733 +212733,S00115691,7c1,Challenged Transitionaries,S01009799,Pollok North and East - 01,4d,Hard-pressed flat dwellers,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212734 +212734,S00115694,7c1,Challenged Transitionaries,S01009801,Pollok North and East - 03,4a,Challenged white communities,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212735 +212735,S00115696,7c1,Challenged Transitionaries,S01009801,Pollok North and East - 03,4a,Challenged white communities,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212736 +212736,S00115697,7c1,Challenged Transitionaries,S01009791,Crookston North - 04,4d,Hard-pressed flat dwellers,S02001847,Crookston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212737 +212737,S00115698,7c1,Challenged Transitionaries,S01009790,Crookston North - 03,4a,Challenged white communities,S02001847,Crookston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212738 +212738,S00115699,7c1,Challenged Transitionaries,S01009791,Crookston North - 04,4d,Hard-pressed flat dwellers,S02001847,Crookston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212739 +212739,S00115700,7c1,Challenged Transitionaries,S01009791,Crookston North - 04,4d,Hard-pressed flat dwellers,S02001847,Crookston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212740 +212740,S00115701,7c1,Challenged Transitionaries,S01009790,Crookston North - 03,4a,Challenged white communities,S02001847,Crookston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212741 +212741,S00115702,7c1,Challenged Transitionaries,S01009789,Crookston North - 02,4d,Hard-pressed flat dwellers,S02001847,Crookston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212742 +212742,S00115703,7c1,Challenged Transitionaries,S01009788,Crookston North - 01,4a,Challenged white communities,S02001847,Crookston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212743 +212743,S00115704,7c1,Challenged Transitionaries,S01009788,Crookston North - 01,4a,Challenged white communities,S02001847,Crookston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212744 +212744,S00115706,7c1,Challenged Transitionaries,S01009788,Crookston North - 01,4a,Challenged white communities,S02001847,Crookston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212745 +212745,S00115707,7c1,Challenged Transitionaries,S01009788,Crookston North - 01,4a,Challenged white communities,S02001847,Crookston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212746 +212746,S00115708,7c1,Challenged Transitionaries,S01009788,Crookston North - 01,4a,Challenged white communities,S02001847,Crookston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212747 +212747,S00115709,7c1,Challenged Transitionaries,S01009790,Crookston North - 03,4a,Challenged white communities,S02001847,Crookston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212748 +212748,S00115712,7c1,Challenged Transitionaries,S01009789,Crookston North - 02,4d,Hard-pressed flat dwellers,S02001847,Crookston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212749 +212749,S00115713,7c1,Challenged Transitionaries,S01009789,Crookston North - 02,4d,Hard-pressed flat dwellers,S02001847,Crookston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212750 +212750,S00115714,7c1,Challenged Transitionaries,S01009789,Crookston North - 02,4d,Hard-pressed flat dwellers,S02001847,Crookston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212751 +212751,S00115715,7c1,Challenged Transitionaries,S01009788,Crookston North - 01,4a,Challenged white communities,S02001847,Crookston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212752 +212752,S00115024,7c1,Challenged Transitionaries,S01010003,Kingspark North - 05,5c,Comfortable neighbourhoods,S02001885,Kingspark North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212753 +212753,S00115025,7c1,Challenged Transitionaries,S01010003,Kingspark North - 05,5c,Comfortable neighbourhoods,S02001885,Kingspark North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212754 +212754,S00115521,7c1,Challenged Transitionaries,S01009833,Drumoyne and Shieldhall - 01,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212755 +212755,S00115037,7c1,Challenged Transitionaries,S01009999,Kingspark North - 01,5c,Comfortable neighbourhoods,S02001885,Kingspark North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212756 +212756,S00115042,7c1,Challenged Transitionaries,S01010002,Kingspark North - 04,4d,Hard-pressed flat dwellers,S02001885,Kingspark North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212757 +212757,S00115522,7c1,Challenged Transitionaries,S01009811,Cardonald North - 02,4d,Hard-pressed flat dwellers,S02001851,Cardonald North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212758 +212758,S00115047,7c1,Challenged Transitionaries,S01010016,Toryglen and Oatlands - 01,4d,Hard-pressed flat dwellers,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212759 +212759,S00115523,7c1,Challenged Transitionaries,S01009812,Cardonald North - 03,4d,Hard-pressed flat dwellers,S02001851,Cardonald North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212760 +212760,S00115524,7c1,Challenged Transitionaries,S01009812,Cardonald North - 03,4d,Hard-pressed flat dwellers,S02001851,Cardonald North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212761 +212761,S00115525,7c1,Challenged Transitionaries,S01009812,Cardonald North - 03,4d,Hard-pressed flat dwellers,S02001851,Cardonald North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212762 +212762,S00115526,7c1,Challenged Transitionaries,S01009829,Hillington - 01,4d,Hard-pressed flat dwellers,S02001854,Hillington,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212763 +212763,S00115529,7c1,Challenged Transitionaries,S01009831,Hillington - 03,4d,Hard-pressed flat dwellers,S02001854,Hillington,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212764 +212764,S00115530,7c1,Challenged Transitionaries,S01009831,Hillington - 03,4d,Hard-pressed flat dwellers,S02001854,Hillington,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212765 +212765,S00115538,7c1,Challenged Transitionaries,S01009814,Cardonald North - 05,4a,Challenged white communities,S02001851,Cardonald North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212766 +212766,S00115539,7c1,Challenged Transitionaries,S01009814,Cardonald North - 05,4a,Challenged white communities,S02001851,Cardonald North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212767 +212767,S00115542,7c1,Challenged Transitionaries,S01009814,Cardonald North - 05,4a,Challenged white communities,S02001851,Cardonald North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212768 +212768,S00115550,7c1,Challenged Transitionaries,S01009811,Cardonald North - 02,4d,Hard-pressed flat dwellers,S02001851,Cardonald North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212769 +212769,S00115551,7c1,Challenged Transitionaries,S01009810,Cardonald North - 01,4d,Hard-pressed flat dwellers,S02001851,Cardonald North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212770 +212770,S00115552,7c1,Challenged Transitionaries,S01009811,Cardonald North - 02,4d,Hard-pressed flat dwellers,S02001851,Cardonald North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212771 +212771,S00115553,7c1,Challenged Transitionaries,S01009811,Cardonald North - 02,4d,Hard-pressed flat dwellers,S02001851,Cardonald North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212772 +212772,S00115554,7c1,Challenged Transitionaries,S01009811,Cardonald North - 02,4d,Hard-pressed flat dwellers,S02001851,Cardonald North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212773 +212773,S00115555,7c1,Challenged Transitionaries,S01009811,Cardonald North - 02,4d,Hard-pressed flat dwellers,S02001851,Cardonald North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212774 +212774,S00115556,7c1,Challenged Transitionaries,S01009811,Cardonald North - 02,4d,Hard-pressed flat dwellers,S02001851,Cardonald North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212775 +212775,S00115557,7c1,Challenged Transitionaries,S01009812,Cardonald North - 03,4d,Hard-pressed flat dwellers,S02001851,Cardonald North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212776 +212776,S00115558,7c1,Challenged Transitionaries,S01009811,Cardonald North - 02,4d,Hard-pressed flat dwellers,S02001851,Cardonald North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212777 +212777,S00115559,7c1,Challenged Transitionaries,S01009810,Cardonald North - 01,4d,Hard-pressed flat dwellers,S02001851,Cardonald North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212778 +212778,S00115565,7c1,Challenged Transitionaries,S01009817,Cardonald West and Central - 03,4a,Challenged white communities,S02001852,Cardonald West and Central,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212779 +212779,S00115053,7c1,Challenged Transitionaries,S01010001,Kingspark North - 03,4d,Hard-pressed flat dwellers,S02001885,Kingspark North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212780 +212780,S00115092,7c1,Challenged Transitionaries,S01009989,Castlemilk - 04,4d,Hard-pressed flat dwellers,S02001883,Castlemilk,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212781 +212781,S00115093,7c1,Challenged Transitionaries,S01009989,Castlemilk - 04,4d,Hard-pressed flat dwellers,S02001883,Castlemilk,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212782 +212782,S00115095,7c1,Challenged Transitionaries,S01009991,Castlemilk - 06,4d,Hard-pressed flat dwellers,S02001883,Castlemilk,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212783 +212783,S00115111,7c1,Challenged Transitionaries,S01009990,Castlemilk - 05,4d,Hard-pressed flat dwellers,S02001883,Castlemilk,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212784 +212784,S00115112,7c1,Challenged Transitionaries,S01009994,Kingspark South - 02,4d,Hard-pressed flat dwellers,S02001884,Kingspark South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212785 +212785,S00115123,7c1,Challenged Transitionaries,S01009994,Kingspark South - 02,4d,Hard-pressed flat dwellers,S02001884,Kingspark South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212786 +212786,S00115147,7c1,Challenged Transitionaries,S01009970,Carmunnock South - 02,4d,Hard-pressed flat dwellers,S02001880,Carmunnock South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212787 +212787,S00115164,7c1,Challenged Transitionaries,S01009980,Glenwood North - 01,4d,Hard-pressed flat dwellers,S02001882,Glenwood North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212788 +212788,S00115167,7c1,Challenged Transitionaries,S01009987,Castlemilk - 02,4d,Hard-pressed flat dwellers,S02001883,Castlemilk,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212789 +212789,S00115182,7c1,Challenged Transitionaries,S01009992,Castlemilk - 07,4d,Hard-pressed flat dwellers,S02001883,Castlemilk,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212790 +212790,S00115212,7c1,Challenged Transitionaries,S01009760,Darnley East - 03,4d,Hard-pressed flat dwellers,S02001842,Darnley East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212791 +212791,S00115260,7c1,Challenged Transitionaries,S01009942,Carnwadric West - 04,4d,Hard-pressed flat dwellers,S02001874,Carnwadric West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212792 +212792,S00115333,7c1,Challenged Transitionaries,S01009843,Govan and Linthouse - 03,4d,Hard-pressed flat dwellers,S02001856,Govan and Linthouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212793 +212793,S00115365,7c1,Challenged Transitionaries,S01009836,Drumoyne and Shieldhall - 04,4a,Challenged white communities,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212794 +212794,S00115367,7c1,Challenged Transitionaries,S01009836,Drumoyne and Shieldhall - 04,4a,Challenged white communities,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212795 +212795,S00115379,7c1,Challenged Transitionaries,S01009848,Craigton - 01,4d,Hard-pressed flat dwellers,S02001857,Craigton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212796 +212796,S00115381,7c1,Challenged Transitionaries,S01009848,Craigton - 01,4d,Hard-pressed flat dwellers,S02001857,Craigton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212797 +212797,S00115382,7c1,Challenged Transitionaries,S01009848,Craigton - 01,4d,Hard-pressed flat dwellers,S02001857,Craigton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212798 +212798,S00115385,7c1,Challenged Transitionaries,S01009840,Drumoyne and Shieldhall - 08,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212799 +212799,S00115386,7c1,Challenged Transitionaries,S01009840,Drumoyne and Shieldhall - 08,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212800 +212800,S00117473,7c1,Challenged Transitionaries,S01009807,Cardonald South and East - 02,4d,Hard-pressed flat dwellers,S02001850,Cardonald South and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212801 +212801,S00117481,7c1,Challenged Transitionaries,S01009823,Penilee - 02,4d,Hard-pressed flat dwellers,S02001853,Penilee,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212802 +212802,S00117487,7c1,Challenged Transitionaries,S01009790,Crookston North - 03,4a,Challenged white communities,S02001847,Crookston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212803 +212803,S00117489,7c1,Challenged Transitionaries,S01009785,Crookston South - 02,4d,Hard-pressed flat dwellers,S02001846,Crookston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212804 +212804,S00117537,7c1,Challenged Transitionaries,S01010083,Baillieston West - 01,4a,Challenged white communities,S02001900,Baillieston West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212805 +212805,S00117538,7c1,Challenged Transitionaries,S01010083,Baillieston West - 01,4a,Challenged white communities,S02001900,Baillieston West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212806 +212806,S00117554,7c1,Challenged Transitionaries,S01010425,Whiteinch - 03,4d,Hard-pressed flat dwellers,S02001961,Whiteinch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212807 +212807,S00117566,7c1,Challenged Transitionaries,S01010494,Drumchapel North - 04,4d,Hard-pressed flat dwellers,S02001975,Drumchapel North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212808 +212808,S00117571,7c1,Challenged Transitionaries,S01010115,"Garthamlock, Auchinlea and Gartloch - 03",4a,Challenged white communities,S02001906,"Garthamlock, Auchinlea and Gartloch",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212809 +212809,S00112152,6a2,Comfortable Suburbia,S01010345,Summerston Central and West - 06,8c,Comfortable suburbia,S02001945,Summerston Central and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212810 +212810,S00115191,3c2,Constrained Commuters,S01009985,Glenwood North - 06,4d,Hard-pressed flat dwellers,S02001882,Glenwood North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212811 +212811,S00112173,3c2,Constrained Commuters,S01010260,City Centre East - 02,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212812 +212812,S00116603,3c2,Constrained Commuters,S01010302,Firhill - 02,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212813 +212813,S00113232,3c2,Constrained Commuters,S01010358,Wyndford - 01,4d,Hard-pressed flat dwellers,S02001949,Wyndford,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212814 +212814,S00112714,6a2,Comfortable Suburbia,S01010414,Kelvinside and Jordanhill - 07,3c,Highly qualified professionals,S02001958,Kelvinside and Jordanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212815 +212815,S00114041,6a2,Comfortable Suburbia,S01010082,Mount Vernon North and Sandyhills - 05,8c,Comfortable suburbia,S02001899,Mount Vernon North and Sandyhills,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212816 +212816,S00114959,6a2,Comfortable Suburbia,S01009960,Muirend and Old Cathcart - 02,3c,Highly qualified professionals,S02001878,Muirend and Old Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212817 +212817,S00115119,6a2,Comfortable Suburbia,S01009998,Kingspark South - 06,8a,Affluent communities,S02001884,Kingspark South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212818 +212818,S00115900,6a2,Comfortable Suburbia,S01010090,Baillieston East - 03,5c,Comfortable neighbourhoods,S02001901,Baillieston East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212819 +212819,S00116113,6a2,Comfortable Suburbia,S01009774,Darnley West - 07,3b,Asian traits,S02001844,Darnley West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212820 +212820,S00116182,6a2,Comfortable Suburbia,S01010088,Baillieston East - 01,8c,Comfortable suburbia,S02001901,Baillieston East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212821 +212821,S00116185,6a2,Comfortable Suburbia,S01010091,Baillieston East - 04,5c,Comfortable neighbourhoods,S02001901,Baillieston East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212822 +212822,S00116187,6a2,Comfortable Suburbia,S01010088,Baillieston East - 01,8c,Comfortable suburbia,S02001901,Baillieston East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212823 +212823,S00117037,6a2,Comfortable Suburbia,S01010192,Robroyston and Millerston - 07,3b,Asian traits,S02001918,Robroyston and Millerston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212824 +212824,S00117509,6a2,Comfortable Suburbia,S01009795,Pollok South and West - 04,8c,Comfortable suburbia,S02001848,Pollok South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212825 +212825,S00117512,6a2,Comfortable Suburbia,S01009795,Pollok South and West - 04,8c,Comfortable suburbia,S02001848,Pollok South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212826 +212826,S00117531,6a2,Comfortable Suburbia,S01010102,Garrowhill East and Swinton - 03,8c,Comfortable suburbia,S02001903,Garrowhill East and Swinton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212827 +212827,S00117580,6a2,Comfortable Suburbia,S01010189,Robroyston and Millerston - 04,8c,Comfortable suburbia,S02001918,Robroyston and Millerston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212828 +212828,S00117586,6a2,Comfortable Suburbia,S01010189,Robroyston and Millerston - 04,8c,Comfortable suburbia,S02001918,Robroyston and Millerston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212829 +212829,S00117620,6a2,Comfortable Suburbia,S01010100,Garrowhill East and Swinton - 01,8b,Ageing suburbanites,S02001903,Garrowhill East and Swinton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212830 +212830,S00112599,5b2,Communal Retirement,S01010404,Dowanhill - 02,1a,Cosmopolitan student neighbourhoods,S02001957,Dowanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212831 +212831,S00116192,3c2,Constrained Commuters,S01009895,Govanhill East and Aikenhead - 02,7a,Urban cultural mix,S02001866,Govanhill East and Aikenhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212832 +212832,S00114439,3c2,Constrained Commuters,S01009907,Strathbungo - 03,1a,Cosmopolitan student neighbourhoods,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212833 +212833,S00116967,3c2,Constrained Commuters,S01010360,Wyndford - 03,4d,Hard-pressed flat dwellers,S02001949,Wyndford,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212834 +212834,S00112635,5b2,Communal Retirement,S01010412,Kelvinside and Jordanhill - 05,1a,Cosmopolitan student neighbourhoods,S02001958,Kelvinside and Jordanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212835 +212835,S00112683,5b2,Communal Retirement,S01010368,Kelvindale - 06,3c,Highly qualified professionals,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212836 +212836,S00112702,5b2,Communal Retirement,S01010451,Knightswood East - 02,4d,Hard-pressed flat dwellers,S02001967,Knightswood East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212837 +212837,S00112895,5b2,Communal Retirement,S01010445,Yoker North - 03,4d,Hard-pressed flat dwellers,S02001965,Yoker North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212838 +212838,S00114024,5b2,Communal Retirement,S01010074,Carmyle and Mount Vernon South - 01,5a,Ageing urban communities,S02001898,Carmyle and Mount Vernon South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212839 +212839,S00114419,5b2,Communal Retirement,S01009911,Strathbungo - 07,3c,Highly qualified professionals,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212840 +212840,S00114484,5b2,Communal Retirement,S01009928,Langside - 02,3c,Highly qualified professionals,S02001872,Langside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212841 +212841,S00114931,5b2,Communal Retirement,S01009955,Merrylee and Millbrae - 01,3c,Highly qualified professionals,S02001877,Merrylee and Millbrae,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212842 +212842,S00114981,5b2,Communal Retirement,S01009955,Merrylee and Millbrae - 01,3c,Highly qualified professionals,S02001877,Merrylee and Millbrae,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212843 +212843,S00115582,5b2,Communal Retirement,S01009819,Cardonald West and Central - 05,5a,Ageing urban communities,S02001852,Cardonald West and Central,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212844 +212844,S00115723,5b2,Communal Retirement,S01009784,Crookston South - 01,4d,Hard-pressed flat dwellers,S02001846,Crookston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212845 +212845,S00115767,5b2,Communal Retirement,S01009769,Darnley West - 02,3c,Highly qualified professionals,S02001844,Darnley West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212846 +212846,S00115776,5b2,Communal Retirement,S01009767,Darnley North - 04,4a,Challenged white communities,S02001843,Darnley North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212847 +212847,S00115891,5b2,Communal Retirement,S01010092,Baillieston East - 05,4d,Hard-pressed flat dwellers,S02001901,Baillieston East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212848 +212848,S00116181,5b2,Communal Retirement,S01009879,Pollokshields West - 05,3b,Asian traits,S02001863,Pollokshields West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212849 +212849,S00116773,5b2,Communal Retirement,S01010467,Anniesland East - 03,3c,Highly qualified professionals,S02001970,Anniesland East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212850 +212850,S00116973,5b2,Communal Retirement,S01010346,Summerston North - 01,3c,Highly qualified professionals,S02001946,Summerston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212851 +212851,S00117180,5b2,Communal Retirement,S01010131,Greenfield - 01,8b,Ageing suburbanites,S02001909,Greenfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212852 +212852,S00117577,5b2,Communal Retirement,S01010193,Robroyston and Millerston - 08,3c,Highly qualified professionals,S02001918,Robroyston and Millerston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212853 +212853,S00117003,4a3,Commuters with Young Families,S01010232,"Roystonhill, Blochairn, and Provanmill - 05",7a,Urban cultural mix,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212854 +212854,S00117307,4a3,Commuters with Young Families,S01009929,Langside - 03,3c,Highly qualified professionals,S02001872,Langside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212855 +212855,S00117440,4a3,Commuters with Young Families,S01009843,Govan and Linthouse - 03,4d,Hard-pressed flat dwellers,S02001856,Govan and Linthouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212856 +212856,S00112172,3c2,Constrained Commuters,S01010260,City Centre East - 02,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212857 +212857,S00116610,3c2,Constrained Commuters,S01010279,Anderston - 04,1a,Cosmopolitan student neighbourhoods,S02001935,Anderston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212858 +212858,S00115192,3c2,Constrained Commuters,S01009983,Glenwood North - 04,4d,Hard-pressed flat dwellers,S02001882,Glenwood North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212859 +212859,S00112174,3c2,Constrained Commuters,S01010260,City Centre East - 02,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212860 +212860,S00113243,3c2,Constrained Commuters,S01010359,Wyndford - 02,4d,Hard-pressed flat dwellers,S02001949,Wyndford,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212861 +212861,S00116636,3c2,Constrained Commuters,S01010278,Anderston - 03,1a,Cosmopolitan student neighbourhoods,S02001935,Anderston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212862 +212862,S00115220,3c2,Constrained Commuters,S01009762,Darnley East - 05,4d,Hard-pressed flat dwellers,S02001842,Darnley East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212863 +212863,S00116193,3c2,Constrained Commuters,S01009892,Govanhill West - 06,6a,Inner city cosmopolitan,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212864 +212864,S00114446,3c2,Constrained Commuters,S01009881,Pollokshields East - 01,1a,Cosmopolitan student neighbourhoods,S02001864,Pollokshields East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212865 +212865,S00114448,3c2,Constrained Commuters,S01009886,Pollokshields East - 06,7b,Young ethnic communities,S02001864,Pollokshields East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212866 +212866,S00114528,3c2,Constrained Commuters,S01009924,Shawlands East - 02,1a,Cosmopolitan student neighbourhoods,S02001871,Shawlands East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212867 +212867,S00116976,3c2,Constrained Commuters,S01010353,Maryhill East - 04,4d,Hard-pressed flat dwellers,S02001947,Maryhill East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212868 +212868,S00114530,3c2,Constrained Commuters,S01009919,Shawlands West - 01,1a,Cosmopolitan student neighbourhoods,S02001870,Shawlands West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212869 +212869,S00116637,3c2,Constrained Commuters,S01010272,City Centre South - 01,1a,Cosmopolitan student neighbourhoods,S02001934,City Centre South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212870 +212870,S00114535,3c2,Constrained Commuters,S01009919,Shawlands West - 01,1a,Cosmopolitan student neighbourhoods,S02001870,Shawlands West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212871 +212871,S00116977,3c2,Constrained Commuters,S01010353,Maryhill East - 04,4d,Hard-pressed flat dwellers,S02001947,Maryhill East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212872 +212872,S00115231,3c2,Constrained Commuters,S01009760,Darnley East - 03,4d,Hard-pressed flat dwellers,S02001842,Darnley East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212873 +212873,S00112185,3c2,Constrained Commuters,S01010272,City Centre South - 01,1a,Cosmopolitan student neighbourhoods,S02001934,City Centre South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212874 +212874,S00116217,3c2,Constrained Commuters,S01010185,Blackhill and Barmulloch East - 07,4d,Hard-pressed flat dwellers,S02001917,Blackhill and Barmulloch East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212875 +212875,S00113249,3c2,Constrained Commuters,S01010359,Wyndford - 02,4d,Hard-pressed flat dwellers,S02001949,Wyndford,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212876 +212876,S00116653,3c2,Constrained Commuters,S01010259,City Centre East - 01,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212877 +212877,S00114609,3c2,Constrained Commuters,S01009876,Pollokshields West - 02,7a,Urban cultural mix,S02001863,Pollokshields West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212878 +212878,S00116983,3c2,Constrained Commuters,S01010227,Sighthill - 03,6a,Inner city cosmopolitan,S02001925,Sighthill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212879 +212879,S00115236,3c2,Constrained Commuters,S01009759,Darnley East - 02,4d,Hard-pressed flat dwellers,S02001842,Darnley East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212880 +212880,S00112237,3c2,Constrained Commuters,S01010279,Anderston - 04,1a,Cosmopolitan student neighbourhoods,S02001935,Anderston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212881 +212881,S00113255,3c2,Constrained Commuters,S01010318,Ruchill - 04,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212882 +212882,S00116655,3c2,Constrained Commuters,S01010259,City Centre East - 01,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212883 +212883,S00116656,3c2,Constrained Commuters,S01010259,City Centre East - 01,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212884 +212884,S00116657,3c2,Constrained Commuters,S01010259,City Centre East - 01,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212885 +212885,S00116658,3c2,Constrained Commuters,S01010259,City Centre East - 01,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212886 +212886,S00116685,3c2,Constrained Commuters,S01010035,Laurieston and Tradeston - 05,6a,Inner city cosmopolitan,S02001890,Laurieston and Tradeston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212887 +212887,S00116686,3c2,Constrained Commuters,S01010035,Laurieston and Tradeston - 05,6a,Inner city cosmopolitan,S02001890,Laurieston and Tradeston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212888 +212888,S00116702,3c2,Constrained Commuters,S01010026,Gorbals and Hutchesontown - 04,1a,Cosmopolitan student neighbourhoods,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212889 +212889,S00116713,3c2,Constrained Commuters,S01010024,Gorbals and Hutchesontown - 02,1a,Cosmopolitan student neighbourhoods,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212890 +212890,S00116817,3c2,Constrained Commuters,S01010457,Knightswood Park West - 03,4d,Hard-pressed flat dwellers,S02001968,Knightswood Park West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212891 +212891,S00116819,3c2,Constrained Commuters,S01010457,Knightswood Park West - 03,4d,Hard-pressed flat dwellers,S02001968,Knightswood Park West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212892 +212892,S00116820,3c2,Constrained Commuters,S01010462,Knightswood Park East - 03,7a,Urban cultural mix,S02001969,Knightswood Park East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212893 +212893,S00116821,3c2,Constrained Commuters,S01010462,Knightswood Park East - 03,7a,Urban cultural mix,S02001969,Knightswood Park East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212894 +212894,S00116822,3c2,Constrained Commuters,S01010462,Knightswood Park East - 03,7a,Urban cultural mix,S02001969,Knightswood Park East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212895 +212895,S00116823,3c2,Constrained Commuters,S01010462,Knightswood Park East - 03,7a,Urban cultural mix,S02001969,Knightswood Park East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212896 +212896,S00116824,3c2,Constrained Commuters,S01010461,Knightswood Park East - 02,4d,Hard-pressed flat dwellers,S02001969,Knightswood Park East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212897 +212897,S00116825,3c2,Constrained Commuters,S01010461,Knightswood Park East - 02,4d,Hard-pressed flat dwellers,S02001969,Knightswood Park East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212898 +212898,S00116243,3c2,Constrained Commuters,S01009983,Glenwood North - 04,4d,Hard-pressed flat dwellers,S02001882,Glenwood North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212899 +212899,S00116833,3c2,Constrained Commuters,S01010451,Knightswood East - 02,4d,Hard-pressed flat dwellers,S02001967,Knightswood East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212900 +212900,S00116834,3c2,Constrained Commuters,S01010451,Knightswood East - 02,4d,Hard-pressed flat dwellers,S02001967,Knightswood East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212901 +212901,S00116838,3c2,Constrained Commuters,S01010458,Knightswood Park West - 04,4d,Hard-pressed flat dwellers,S02001968,Knightswood Park West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212902 +212902,S00116839,3c2,Constrained Commuters,S01010453,Knightswood East - 04,4d,Hard-pressed flat dwellers,S02001967,Knightswood East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212903 +212903,S00116840,3c2,Constrained Commuters,S01010453,Knightswood East - 04,4d,Hard-pressed flat dwellers,S02001967,Knightswood East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212904 +212904,S00116841,3c2,Constrained Commuters,S01010453,Knightswood East - 04,4d,Hard-pressed flat dwellers,S02001967,Knightswood East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212905 +212905,S00116859,3c2,Constrained Commuters,S01010433,Scotstoun South and West - 02,7a,Urban cultural mix,S02001963,Scotstoun South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212906 +212906,S00116860,3c2,Constrained Commuters,S01010433,Scotstoun South and West - 02,7a,Urban cultural mix,S02001963,Scotstoun South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212907 +212907,S00116861,3c2,Constrained Commuters,S01010433,Scotstoun South and West - 02,7a,Urban cultural mix,S02001963,Scotstoun South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212908 +212908,S00116862,3c2,Constrained Commuters,S01010433,Scotstoun South and West - 02,7a,Urban cultural mix,S02001963,Scotstoun South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212909 +212909,S00116864,3c2,Constrained Commuters,S01010427,Scotstoun North and East - 01,7a,Urban cultural mix,S02001962,Scotstoun North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212910 +212910,S00116865,3c2,Constrained Commuters,S01010427,Scotstoun North and East - 01,7a,Urban cultural mix,S02001962,Scotstoun North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212911 +212911,S00116866,3c2,Constrained Commuters,S01010427,Scotstoun North and East - 01,7a,Urban cultural mix,S02001962,Scotstoun North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212912 +212912,S00116867,3c2,Constrained Commuters,S01010427,Scotstoun North and East - 01,7a,Urban cultural mix,S02001962,Scotstoun North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212913 +212913,S00116876,3c2,Constrained Commuters,S01010423,Whiteinch - 01,1a,Cosmopolitan student neighbourhoods,S02001961,Whiteinch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212914 +212914,S00116880,3c2,Constrained Commuters,S01010425,Whiteinch - 03,4d,Hard-pressed flat dwellers,S02001961,Whiteinch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212915 +212915,S00116886,3c2,Constrained Commuters,S01010442,Yoker South - 06,4d,Hard-pressed flat dwellers,S02001964,Yoker South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212916 +212916,S00116930,3c2,Constrained Commuters,S01010300,Woodside - 04,1a,Cosmopolitan student neighbourhoods,S02001938,Woodside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212917 +212917,S00116939,3c2,Constrained Commuters,S01010303,Firhill - 03,7b,Young ethnic communities,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212918 +212918,S00116944,3c2,Constrained Commuters,S01010303,Firhill - 03,7b,Young ethnic communities,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212919 +212919,S00116957,3c2,Constrained Commuters,S01010362,Wyndford - 05,4d,Hard-pressed flat dwellers,S02001949,Wyndford,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212920 +212920,S00116958,3c2,Constrained Commuters,S01010362,Wyndford - 05,4d,Hard-pressed flat dwellers,S02001949,Wyndford,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212921 +212921,S00116959,3c2,Constrained Commuters,S01010362,Wyndford - 05,4d,Hard-pressed flat dwellers,S02001949,Wyndford,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212922 +212922,S00116961,3c2,Constrained Commuters,S01010362,Wyndford - 05,4d,Hard-pressed flat dwellers,S02001949,Wyndford,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212923 +212923,S00116962,3c2,Constrained Commuters,S01010362,Wyndford - 05,4d,Hard-pressed flat dwellers,S02001949,Wyndford,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212924 +212924,S00116963,3c2,Constrained Commuters,S01010361,Wyndford - 04,6a,Inner city cosmopolitan,S02001949,Wyndford,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212925 +212925,S00116964,3c2,Constrained Commuters,S01010361,Wyndford - 04,6a,Inner city cosmopolitan,S02001949,Wyndford,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212926 +212926,S00116965,3c2,Constrained Commuters,S01010362,Wyndford - 05,4d,Hard-pressed flat dwellers,S02001949,Wyndford,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212927 +212927,S00116966,3c2,Constrained Commuters,S01010362,Wyndford - 05,4d,Hard-pressed flat dwellers,S02001949,Wyndford,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212928 +212928,S00114610,3c2,Constrained Commuters,S01009876,Pollokshields West - 02,7a,Urban cultural mix,S02001863,Pollokshields West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212929 +212929,S00112263,3c2,Constrained Commuters,S01010283,Finnieston and Kelvinhaugh - 02,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212930 +212930,S00116984,3c2,Constrained Commuters,S01010227,Sighthill - 03,6a,Inner city cosmopolitan,S02001925,Sighthill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212931 +212931,S00115237,3c2,Constrained Commuters,S01009759,Darnley East - 02,4d,Hard-pressed flat dwellers,S02001842,Darnley East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212932 +212932,S00114611,3c2,Constrained Commuters,S01009876,Pollokshields West - 02,7a,Urban cultural mix,S02001863,Pollokshields West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212933 +212933,S00116985,3c2,Constrained Commuters,S01010227,Sighthill - 03,6a,Inner city cosmopolitan,S02001925,Sighthill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212934 +212934,S00112269,3c2,Constrained Commuters,S01010272,City Centre South - 01,1a,Cosmopolitan student neighbourhoods,S02001934,City Centre South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212935 +212935,S00113277,3c2,Constrained Commuters,S01010315,Ruchill - 01,4d,Hard-pressed flat dwellers,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212936 +212936,S00116986,3c2,Constrained Commuters,S01010226,Sighthill - 02,6a,Inner city cosmopolitan,S02001925,Sighthill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212937 +212937,S00114612,3c2,Constrained Commuters,S01009876,Pollokshields West - 02,7a,Urban cultural mix,S02001863,Pollokshields West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212938 +212938,S00116251,3c2,Constrained Commuters,S01009939,Carnwadric West - 01,6a,Inner city cosmopolitan,S02001874,Carnwadric West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212939 +212939,S00115261,3c2,Constrained Commuters,S01009939,Carnwadric West - 01,6a,Inner city cosmopolitan,S02001874,Carnwadric West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212940 +212940,S00116987,3c2,Constrained Commuters,S01010226,Sighthill - 02,6a,Inner city cosmopolitan,S02001925,Sighthill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212941 +212941,S00115286,3c2,Constrained Commuters,S01009870,Kinning Park and Festival Park - 05,1a,Cosmopolitan student neighbourhoods,S02001861,Kinning Park and Festival Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212942 +212942,S00116256,3c2,Constrained Commuters,S01009861,Ibrox - 03,1a,Cosmopolitan student neighbourhoods,S02001859,Ibrox,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212943 +212943,S00112274,3c2,Constrained Commuters,S01010278,Anderston - 03,1a,Cosmopolitan student neighbourhoods,S02001935,Anderston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212944 +212944,S00114613,3c2,Constrained Commuters,S01009876,Pollokshields West - 02,7a,Urban cultural mix,S02001863,Pollokshields West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212945 +212945,S00113278,3c2,Constrained Commuters,S01010316,Ruchill - 02,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212946 +212946,S00115290,3c2,Constrained Commuters,S01009863,Ibrox East and Cessnock - 02,1a,Cosmopolitan student neighbourhoods,S02001860,Ibrox East and Cessnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212947 +212947,S00112279,3c2,Constrained Commuters,S01010291,Woodlands - 03,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212948 +212948,S00116988,3c2,Constrained Commuters,S01010226,Sighthill - 02,6a,Inner city cosmopolitan,S02001925,Sighthill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212949 +212949,S00113298,3c2,Constrained Commuters,S01010347,Summerston North - 02,1a,Cosmopolitan student neighbourhoods,S02001946,Summerston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212950 +212950,S00114614,3c2,Constrained Commuters,S01009876,Pollokshields West - 02,7a,Urban cultural mix,S02001863,Pollokshields West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212951 +212951,S00116261,3c2,Constrained Commuters,S01009842,Govan and Linthouse - 02,7a,Urban cultural mix,S02001856,Govan and Linthouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212952 +212952,S00115291,3c2,Constrained Commuters,S01009863,Ibrox East and Cessnock - 02,1a,Cosmopolitan student neighbourhoods,S02001860,Ibrox East and Cessnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212953 +212953,S00112304,3c2,Constrained Commuters,S01010297,Woodside - 01,1a,Cosmopolitan student neighbourhoods,S02001938,Woodside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212954 +212954,S00112327,3c2,Constrained Commuters,S01010261,City Centre East - 03,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212955 +212955,S00112354,3c2,Constrained Commuters,S01010026,Gorbals and Hutchesontown - 04,1a,Cosmopolitan student neighbourhoods,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212956 +212956,S00112356,3c2,Constrained Commuters,S01010025,Gorbals and Hutchesontown - 03,1a,Cosmopolitan student neighbourhoods,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212957 +212957,S00112357,3c2,Constrained Commuters,S01010025,Gorbals and Hutchesontown - 03,1a,Cosmopolitan student neighbourhoods,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212958 +212958,S00112359,3c2,Constrained Commuters,S01010026,Gorbals and Hutchesontown - 04,1a,Cosmopolitan student neighbourhoods,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212959 +212959,S00112379,3c2,Constrained Commuters,S01010386,Hillhead - 06,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212960 +212960,S00112729,3c2,Constrained Commuters,S01010474,Anniesland West - 05,1a,Cosmopolitan student neighbourhoods,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212961 +212961,S00112845,3c2,Constrained Commuters,S01010462,Knightswood Park East - 03,7a,Urban cultural mix,S02001969,Knightswood Park East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212962 +212962,S00112846,3c2,Constrained Commuters,S01010462,Knightswood Park East - 03,7a,Urban cultural mix,S02001969,Knightswood Park East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212963 +212963,S00112847,3c2,Constrained Commuters,S01010462,Knightswood Park East - 03,7a,Urban cultural mix,S02001969,Knightswood Park East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212964 +212964,S00112848,3c2,Constrained Commuters,S01010462,Knightswood Park East - 03,7a,Urban cultural mix,S02001969,Knightswood Park East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212965 +212965,S00112929,3c2,Constrained Commuters,S01010436,Scotstoun South and West - 05,4d,Hard-pressed flat dwellers,S02001963,Scotstoun South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212966 +212966,S00112930,3c2,Constrained Commuters,S01010430,Scotstoun North and East - 04,1a,Cosmopolitan student neighbourhoods,S02001962,Scotstoun North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212967 +212967,S00112931,3c2,Constrained Commuters,S01010433,Scotstoun South and West - 02,7a,Urban cultural mix,S02001963,Scotstoun South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212968 +212968,S00112932,3c2,Constrained Commuters,S01010433,Scotstoun South and West - 02,7a,Urban cultural mix,S02001963,Scotstoun South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212969 +212969,S00112934,3c2,Constrained Commuters,S01010430,Scotstoun North and East - 04,1a,Cosmopolitan student neighbourhoods,S02001962,Scotstoun North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212970 +212970,S00112935,3c2,Constrained Commuters,S01010430,Scotstoun North and East - 04,1a,Cosmopolitan student neighbourhoods,S02001962,Scotstoun North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212971 +212971,S00112936,3c2,Constrained Commuters,S01010434,Scotstoun South and West - 03,6a,Inner city cosmopolitan,S02001963,Scotstoun South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212972 +212972,S00112937,3c2,Constrained Commuters,S01010434,Scotstoun South and West - 03,6a,Inner city cosmopolitan,S02001963,Scotstoun South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212973 +212973,S00112992,3c2,Constrained Commuters,S01010424,Whiteinch - 02,4d,Hard-pressed flat dwellers,S02001961,Whiteinch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212974 +212974,S00112993,3c2,Constrained Commuters,S01010424,Whiteinch - 02,4d,Hard-pressed flat dwellers,S02001961,Whiteinch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212975 +212975,S00112995,3c2,Constrained Commuters,S01010425,Whiteinch - 03,4d,Hard-pressed flat dwellers,S02001961,Whiteinch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212976 +212976,S00112998,3c2,Constrained Commuters,S01010426,Whiteinch - 04,4d,Hard-pressed flat dwellers,S02001961,Whiteinch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212977 +212977,S00113002,3c2,Constrained Commuters,S01010434,Scotstoun South and West - 03,6a,Inner city cosmopolitan,S02001963,Scotstoun South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212978 +212978,S00113004,3c2,Constrained Commuters,S01010434,Scotstoun South and West - 03,6a,Inner city cosmopolitan,S02001963,Scotstoun South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212979 +212979,S00113005,3c2,Constrained Commuters,S01010434,Scotstoun South and West - 03,6a,Inner city cosmopolitan,S02001963,Scotstoun South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212980 +212980,S00113007,3c2,Constrained Commuters,S01010432,Scotstoun South and West - 01,1a,Cosmopolitan student neighbourhoods,S02001963,Scotstoun South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212981 +212981,S00113015,3c2,Constrained Commuters,S01010438,Yoker South - 02,4d,Hard-pressed flat dwellers,S02001964,Yoker South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212982 +212982,S00113023,3c2,Constrained Commuters,S01010438,Yoker South - 02,4d,Hard-pressed flat dwellers,S02001964,Yoker South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212983 +212983,S00113081,3c2,Constrained Commuters,S01010496,Drumry East - 01,4d,Hard-pressed flat dwellers,S02001976,Drumry East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212984 +212984,S00113144,3c2,Constrained Commuters,S01010306,Firhill - 06,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212985 +212985,S00113178,3c2,Constrained Commuters,S01010303,Firhill - 03,7b,Young ethnic communities,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212986 +212986,S00113182,3c2,Constrained Commuters,S01010304,Firhill - 04,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212987 +212987,S00113184,3c2,Constrained Commuters,S01010304,Firhill - 04,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212988 +212988,S00113195,3c2,Constrained Commuters,S01010314,Keppochhill - 06,1a,Cosmopolitan student neighbourhoods,S02001940,Keppochhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212989 +212989,S00113197,3c2,Constrained Commuters,S01010314,Keppochhill - 06,1a,Cosmopolitan student neighbourhoods,S02001940,Keppochhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212990 +212990,S00113200,3c2,Constrained Commuters,S01010316,Ruchill - 02,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212991 +212991,S00113202,3c2,Constrained Commuters,S01010316,Ruchill - 02,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212992 +212992,S00113204,3c2,Constrained Commuters,S01010314,Keppochhill - 06,1a,Cosmopolitan student neighbourhoods,S02001940,Keppochhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212993 +212993,S00113223,3c2,Constrained Commuters,S01010320,Ruchill - 06,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212994 +212994,S00113225,3c2,Constrained Commuters,S01010320,Ruchill - 06,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212995 +212995,S00116263,3c2,Constrained Commuters,S01009845,Govan and Linthouse - 05,6a,Inner city cosmopolitan,S02001856,Govan and Linthouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212996 +212996,S00115293,3c2,Constrained Commuters,S01009870,Kinning Park and Festival Park - 05,1a,Cosmopolitan student neighbourhoods,S02001861,Kinning Park and Festival Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212997 +212997,S00116989,3c2,Constrained Commuters,S01010226,Sighthill - 02,6a,Inner city cosmopolitan,S02001925,Sighthill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212998 +212998,S00116396,3c2,Constrained Commuters,S01010261,City Centre East - 03,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,212999 +212999,S00115299,3c2,Constrained Commuters,S01009863,Ibrox East and Cessnock - 02,1a,Cosmopolitan student neighbourhoods,S02001860,Ibrox East and Cessnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213000 +213000,S00115311,3c2,Constrained Commuters,S01009861,Ibrox - 03,1a,Cosmopolitan student neighbourhoods,S02001859,Ibrox,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213001 +213001,S00115320,3c2,Constrained Commuters,S01009860,Ibrox - 02,4d,Hard-pressed flat dwellers,S02001859,Ibrox,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213002 +213002,S00113319,3c2,Constrained Commuters,S01010353,Maryhill East - 04,4d,Hard-pressed flat dwellers,S02001947,Maryhill East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213003 +213003,S00115321,3c2,Constrained Commuters,S01009860,Ibrox - 02,4d,Hard-pressed flat dwellers,S02001859,Ibrox,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213004 +213004,S00113342,3c2,Constrained Commuters,S01010227,Sighthill - 03,6a,Inner city cosmopolitan,S02001925,Sighthill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213005 +213005,S00116397,3c2,Constrained Commuters,S01010261,City Centre East - 03,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213006 +213006,S00115325,3c2,Constrained Commuters,S01009859,Ibrox - 01,4d,Hard-pressed flat dwellers,S02001859,Ibrox,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213007 +213007,S00117005,3c2,Constrained Commuters,S01010231,"Roystonhill, Blochairn, and Provanmill - 04",4d,Hard-pressed flat dwellers,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213008 +213008,S00113343,3c2,Constrained Commuters,S01010227,Sighthill - 03,6a,Inner city cosmopolitan,S02001925,Sighthill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213009 +213009,S00116398,3c2,Constrained Commuters,S01010035,Laurieston and Tradeston - 05,6a,Inner city cosmopolitan,S02001890,Laurieston and Tradeston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213010 +213010,S00117006,3c2,Constrained Commuters,S01010231,"Roystonhill, Blochairn, and Provanmill - 04",4d,Hard-pressed flat dwellers,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213011 +213011,S00116399,3c2,Constrained Commuters,S01010035,Laurieston and Tradeston - 05,6a,Inner city cosmopolitan,S02001890,Laurieston and Tradeston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213012 +213012,S00113345,3c2,Constrained Commuters,S01010219,Cowlairs and Port Dundas - 01,6a,Inner city cosmopolitan,S02001924,Cowlairs and Port Dundas,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213013 +213013,S00117007,3c2,Constrained Commuters,S01010230,"Roystonhill, Blochairn, and Provanmill - 03",6a,Inner city cosmopolitan,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213014 +213014,S00115326,3c2,Constrained Commuters,S01009859,Ibrox - 01,4d,Hard-pressed flat dwellers,S02001859,Ibrox,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213015 +213015,S00116400,3c2,Constrained Commuters,S01010034,Laurieston and Tradeston - 04,1a,Cosmopolitan student neighbourhoods,S02001890,Laurieston and Tradeston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213016 +213016,S00113346,3c2,Constrained Commuters,S01010219,Cowlairs and Port Dundas - 01,6a,Inner city cosmopolitan,S02001924,Cowlairs and Port Dundas,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213017 +213017,S00117008,3c2,Constrained Commuters,S01010230,"Roystonhill, Blochairn, and Provanmill - 03",6a,Inner city cosmopolitan,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213018 +213018,S00115335,3c2,Constrained Commuters,S01009842,Govan and Linthouse - 02,7a,Urban cultural mix,S02001856,Govan and Linthouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213019 +213019,S00113347,3c2,Constrained Commuters,S01010219,Cowlairs and Port Dundas - 01,6a,Inner city cosmopolitan,S02001924,Cowlairs and Port Dundas,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213020 +213020,S00115338,3c2,Constrained Commuters,S01009841,Govan and Linthouse - 01,1a,Cosmopolitan student neighbourhoods,S02001856,Govan and Linthouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213021 +213021,S00117009,3c2,Constrained Commuters,S01010230,"Roystonhill, Blochairn, and Provanmill - 03",6a,Inner city cosmopolitan,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213022 +213022,S00113357,3c2,Constrained Commuters,S01010218,Springburn East and Cowlairs - 05,4d,Hard-pressed flat dwellers,S02001923,Springburn East and Cowlairs,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213023 +213023,S00116411,3c2,Constrained Commuters,S01010453,Knightswood East - 04,4d,Hard-pressed flat dwellers,S02001967,Knightswood East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213024 +213024,S00115340,3c2,Constrained Commuters,S01009841,Govan and Linthouse - 01,1a,Cosmopolitan student neighbourhoods,S02001856,Govan and Linthouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213025 +213025,S00117010,3c2,Constrained Commuters,S01010230,"Roystonhill, Blochairn, and Provanmill - 03",6a,Inner city cosmopolitan,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213026 +213026,S00113359,3c2,Constrained Commuters,S01010231,"Roystonhill, Blochairn, and Provanmill - 04",4d,Hard-pressed flat dwellers,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213027 +213027,S00117011,3c2,Constrained Commuters,S01010230,"Roystonhill, Blochairn, and Provanmill - 03",6a,Inner city cosmopolitan,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213028 +213028,S00113364,3c2,Constrained Commuters,S01010232,"Roystonhill, Blochairn, and Provanmill - 05",7a,Urban cultural mix,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213029 +213029,S00116412,3c2,Constrained Commuters,S01010453,Knightswood East - 04,4d,Hard-pressed flat dwellers,S02001967,Knightswood East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213030 +213030,S00117012,3c2,Constrained Commuters,S01010230,"Roystonhill, Blochairn, and Provanmill - 03",6a,Inner city cosmopolitan,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213031 +213031,S00115342,3c2,Constrained Commuters,S01009842,Govan and Linthouse - 02,7a,Urban cultural mix,S02001856,Govan and Linthouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213032 +213032,S00113367,3c2,Constrained Commuters,S01010232,"Roystonhill, Blochairn, and Provanmill - 05",7a,Urban cultural mix,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213033 +213033,S00116414,3c2,Constrained Commuters,S01010430,Scotstoun North and East - 04,1a,Cosmopolitan student neighbourhoods,S02001962,Scotstoun North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213034 +213034,S00117013,3c2,Constrained Commuters,S01010230,"Roystonhill, Blochairn, and Provanmill - 03",6a,Inner city cosmopolitan,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213035 +213035,S00116417,3c2,Constrained Commuters,S01010499,Drumry East - 04,4d,Hard-pressed flat dwellers,S02001976,Drumry East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213036 +213036,S00113372,3c2,Constrained Commuters,S01010233,"Roystonhill, Blochairn, and Provanmill - 06",7a,Urban cultural mix,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213037 +213037,S00115345,3c2,Constrained Commuters,S01009846,Govan and Linthouse - 06,4d,Hard-pressed flat dwellers,S02001856,Govan and Linthouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213038 +213038,S00114615,3c2,Constrained Commuters,S01009876,Pollokshields West - 02,7a,Urban cultural mix,S02001863,Pollokshields West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213039 +213039,S00116418,3c2,Constrained Commuters,S01010499,Drumry East - 04,4d,Hard-pressed flat dwellers,S02001976,Drumry East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213040 +213040,S00117014,3c2,Constrained Commuters,S01010225,Sighthill - 01,7a,Urban cultural mix,S02001925,Sighthill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213041 +213041,S00113373,3c2,Constrained Commuters,S01010233,"Roystonhill, Blochairn, and Provanmill - 06",7a,Urban cultural mix,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213042 +213042,S00116422,3c2,Constrained Commuters,S01010302,Firhill - 02,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213043 +213043,S00117015,3c2,Constrained Commuters,S01010225,Sighthill - 01,7a,Urban cultural mix,S02001925,Sighthill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213044 +213044,S00114632,3c2,Constrained Commuters,S01009891,Govanhill West - 05,1a,Cosmopolitan student neighbourhoods,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213045 +213045,S00115349,3c2,Constrained Commuters,S01009841,Govan and Linthouse - 01,1a,Cosmopolitan student neighbourhoods,S02001856,Govan and Linthouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213046 +213046,S00114634,3c2,Constrained Commuters,S01009893,Govanhill West - 07,1a,Cosmopolitan student neighbourhoods,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213047 +213047,S00116423,3c2,Constrained Commuters,S01010302,Firhill - 02,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213048 +213048,S00117016,3c2,Constrained Commuters,S01010232,"Roystonhill, Blochairn, and Provanmill - 05",7a,Urban cultural mix,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213049 +213049,S00113455,3c2,Constrained Commuters,S01010212,Springburn - 04,4d,Hard-pressed flat dwellers,S02001922,Springburn,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213050 +213050,S00115350,3c2,Constrained Commuters,S01009841,Govan and Linthouse - 01,1a,Cosmopolitan student neighbourhoods,S02001856,Govan and Linthouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213051 +213051,S00114636,3c2,Constrained Commuters,S01009887,Govanhill West - 01,6a,Inner city cosmopolitan,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213052 +213052,S00116424,3c2,Constrained Commuters,S01010299,Woodside - 03,1a,Cosmopolitan student neighbourhoods,S02001938,Woodside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213053 +213053,S00117017,3c2,Constrained Commuters,S01010232,"Roystonhill, Blochairn, and Provanmill - 05",7a,Urban cultural mix,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213054 +213054,S00113480,3c2,Constrained Commuters,S01010205,Petershill - 03,4d,Hard-pressed flat dwellers,S02001921,Petershill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213055 +213055,S00115352,3c2,Constrained Commuters,S01009846,Govan and Linthouse - 06,4d,Hard-pressed flat dwellers,S02001856,Govan and Linthouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213056 +213056,S00115355,3c2,Constrained Commuters,S01009844,Govan and Linthouse - 04,6a,Inner city cosmopolitan,S02001856,Govan and Linthouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213057 +213057,S00115361,3c2,Constrained Commuters,S01009844,Govan and Linthouse - 04,6a,Inner city cosmopolitan,S02001856,Govan and Linthouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213058 +213058,S00115362,3c2,Constrained Commuters,S01009845,Govan and Linthouse - 05,6a,Inner city cosmopolitan,S02001856,Govan and Linthouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213059 +213059,S00115363,3c2,Constrained Commuters,S01009845,Govan and Linthouse - 05,6a,Inner city cosmopolitan,S02001856,Govan and Linthouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213060 +213060,S00115364,3c2,Constrained Commuters,S01009845,Govan and Linthouse - 05,6a,Inner city cosmopolitan,S02001856,Govan and Linthouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213061 +213061,S00115407,3c2,Constrained Commuters,S01009847,Govan and Linthouse - 07,4d,Hard-pressed flat dwellers,S02001856,Govan and Linthouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213062 +213062,S00115544,3c2,Constrained Commuters,S01009813,Cardonald North - 04,7a,Urban cultural mix,S02001851,Cardonald North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213063 +213063,S00115546,3c2,Constrained Commuters,S01009813,Cardonald North - 04,7a,Urban cultural mix,S02001851,Cardonald North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213064 +213064,S00115547,3c2,Constrained Commuters,S01009813,Cardonald North - 04,7a,Urban cultural mix,S02001851,Cardonald North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213065 +213065,S00115549,3c2,Constrained Commuters,S01009813,Cardonald North - 04,7a,Urban cultural mix,S02001851,Cardonald North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213066 +213066,S00115603,3c2,Constrained Commuters,S01009807,Cardonald South and East - 02,4d,Hard-pressed flat dwellers,S02001850,Cardonald South and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213067 +213067,S00115604,3c2,Constrained Commuters,S01009808,Cardonald South and East - 03,7a,Urban cultural mix,S02001850,Cardonald South and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213068 +213068,S00115605,3c2,Constrained Commuters,S01009808,Cardonald South and East - 03,7a,Urban cultural mix,S02001850,Cardonald South and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213069 +213069,S00115606,3c2,Constrained Commuters,S01009808,Cardonald South and East - 03,7a,Urban cultural mix,S02001850,Cardonald South and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213070 +213070,S00115607,3c2,Constrained Commuters,S01009808,Cardonald South and East - 03,7a,Urban cultural mix,S02001850,Cardonald South and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213071 +213071,S00115608,3c2,Constrained Commuters,S01009808,Cardonald South and East - 03,7a,Urban cultural mix,S02001850,Cardonald South and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213072 +213072,S00115974,3c2,Constrained Commuters,S01010303,Firhill - 03,7b,Young ethnic communities,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213073 +213073,S00115976,3c2,Constrained Commuters,S01010298,Woodside - 02,1a,Cosmopolitan student neighbourhoods,S02001938,Woodside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213074 +213074,S00115980,3c2,Constrained Commuters,S01010320,Ruchill - 06,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213075 +213075,S00115999,3c2,Constrained Commuters,S01010225,Sighthill - 01,7a,Urban cultural mix,S02001925,Sighthill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213076 +213076,S00116008,3c2,Constrained Commuters,S01010224,Cowlairs and Port Dundas - 06,4d,Hard-pressed flat dwellers,S02001924,Cowlairs and Port Dundas,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213077 +213077,S00116048,3c2,Constrained Commuters,S01010243,Carntyne West and Haghill - 02,6a,Inner city cosmopolitan,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213078 +213078,S00116071,3c2,Constrained Commuters,S01010038,Calton and Gallowgate - 02,4d,Hard-pressed flat dwellers,S02001891,Calton and Gallowgate,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213079 +213079,S00116159,3c2,Constrained Commuters,S01010043,Bridgeton - 02,1a,Cosmopolitan student neighbourhoods,S02001892,Bridgeton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213080 +213080,S00116161,3c2,Constrained Commuters,S01009878,Pollokshields West - 04,7b,Young ethnic communities,S02001863,Pollokshields West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213081 +213081,S00113496,3c2,Constrained Commuters,S01010312,Keppochhill - 04,4d,Hard-pressed flat dwellers,S02001940,Keppochhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213082 +213082,S00114637,3c2,Constrained Commuters,S01009892,Govanhill West - 06,6a,Inner city cosmopolitan,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213083 +213083,S00117018,3c2,Constrained Commuters,S01010233,"Roystonhill, Blochairn, and Provanmill - 06",7a,Urban cultural mix,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213084 +213084,S00113503,3c2,Constrained Commuters,S01010311,Keppochhill - 03,4d,Hard-pressed flat dwellers,S02001940,Keppochhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213085 +213085,S00114638,3c2,Constrained Commuters,S01009891,Govanhill West - 05,1a,Cosmopolitan student neighbourhoods,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213086 +213086,S00114640,3c2,Constrained Commuters,S01009890,Govanhill West - 04,1a,Cosmopolitan student neighbourhoods,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213087 +213087,S00114641,3c2,Constrained Commuters,S01009892,Govanhill West - 06,6a,Inner city cosmopolitan,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213088 +213088,S00116428,3c2,Constrained Commuters,S01010359,Wyndford - 02,4d,Hard-pressed flat dwellers,S02001949,Wyndford,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213089 +213089,S00117019,3c2,Constrained Commuters,S01010233,"Roystonhill, Blochairn, and Provanmill - 06",7a,Urban cultural mix,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213090 +213090,S00114643,3c2,Constrained Commuters,S01009890,Govanhill West - 04,1a,Cosmopolitan student neighbourhoods,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213091 +213091,S00116431,3c2,Constrained Commuters,S01010361,Wyndford - 04,6a,Inner city cosmopolitan,S02001949,Wyndford,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213092 +213092,S00113504,3c2,Constrained Commuters,S01010311,Keppochhill - 03,4d,Hard-pressed flat dwellers,S02001940,Keppochhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213093 +213093,S00117020,3c2,Constrained Commuters,S01010232,"Roystonhill, Blochairn, and Provanmill - 05",7a,Urban cultural mix,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213094 +213094,S00114650,3c2,Constrained Commuters,S01009898,Govanhill East and Aikenhead - 05,4d,Hard-pressed flat dwellers,S02001866,Govanhill East and Aikenhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213095 +213095,S00116436,3c2,Constrained Commuters,S01010227,Sighthill - 03,6a,Inner city cosmopolitan,S02001925,Sighthill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213096 +213096,S00117058,3c2,Constrained Commuters,S01010207,Petershill - 05,7a,Urban cultural mix,S02001921,Petershill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213097 +213097,S00114652,3c2,Constrained Commuters,S01009895,Govanhill East and Aikenhead - 02,7a,Urban cultural mix,S02001866,Govanhill East and Aikenhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213098 +213098,S00116437,3c2,Constrained Commuters,S01010227,Sighthill - 03,6a,Inner city cosmopolitan,S02001925,Sighthill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213099 +213099,S00113653,3c2,Constrained Commuters,S01010255,Gallowgate North and Bellgrove - 02,1a,Cosmopolitan student neighbourhoods,S02001931,Gallowgate North and Bellgrove,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213100 +213100,S00117059,3c2,Constrained Commuters,S01010206,Petershill - 04,6a,Inner city cosmopolitan,S02001921,Petershill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213101 +213101,S00114655,3c2,Constrained Commuters,S01009896,Govanhill East and Aikenhead - 03,7a,Urban cultural mix,S02001866,Govanhill East and Aikenhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213102 +213102,S00114657,3c2,Constrained Commuters,S01009892,Govanhill West - 06,6a,Inner city cosmopolitan,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213103 +213103,S00114661,3c2,Constrained Commuters,S01009892,Govanhill West - 06,6a,Inner city cosmopolitan,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213104 +213104,S00114662,3c2,Constrained Commuters,S01009892,Govanhill West - 06,6a,Inner city cosmopolitan,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213105 +213105,S00114679,3c2,Constrained Commuters,S01009897,Govanhill East and Aikenhead - 04,7a,Urban cultural mix,S02001866,Govanhill East and Aikenhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213106 +213106,S00114695,3c2,Constrained Commuters,S01009894,Govanhill East and Aikenhead - 01,1a,Cosmopolitan student neighbourhoods,S02001866,Govanhill East and Aikenhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213107 +213107,S00114696,3c2,Constrained Commuters,S01009894,Govanhill East and Aikenhead - 01,1a,Cosmopolitan student neighbourhoods,S02001866,Govanhill East and Aikenhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213108 +213108,S00114697,3c2,Constrained Commuters,S01009894,Govanhill East and Aikenhead - 01,1a,Cosmopolitan student neighbourhoods,S02001866,Govanhill East and Aikenhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213109 +213109,S00114698,3c2,Constrained Commuters,S01009894,Govanhill East and Aikenhead - 01,1a,Cosmopolitan student neighbourhoods,S02001866,Govanhill East and Aikenhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213110 +213110,S00114699,3c2,Constrained Commuters,S01009895,Govanhill East and Aikenhead - 02,7a,Urban cultural mix,S02001866,Govanhill East and Aikenhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213111 +213111,S00114701,3c2,Constrained Commuters,S01009889,Govanhill West - 03,6a,Inner city cosmopolitan,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213112 +213112,S00114702,3c2,Constrained Commuters,S01009889,Govanhill West - 03,6a,Inner city cosmopolitan,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213113 +213113,S00114703,3c2,Constrained Commuters,S01009887,Govanhill West - 01,6a,Inner city cosmopolitan,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213114 +213114,S00114704,3c2,Constrained Commuters,S01009890,Govanhill West - 04,1a,Cosmopolitan student neighbourhoods,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213115 +213115,S00114705,3c2,Constrained Commuters,S01009887,Govanhill West - 01,6a,Inner city cosmopolitan,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213116 +213116,S00114706,3c2,Constrained Commuters,S01009887,Govanhill West - 01,6a,Inner city cosmopolitan,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213117 +213117,S00114707,3c2,Constrained Commuters,S01009889,Govanhill West - 03,6a,Inner city cosmopolitan,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213118 +213118,S00114708,3c2,Constrained Commuters,S01009888,Govanhill West - 02,7b,Young ethnic communities,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213119 +213119,S00114712,3c2,Constrained Commuters,S01009888,Govanhill West - 02,7b,Young ethnic communities,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213120 +213120,S00114837,3c2,Constrained Commuters,S01010021,Toryglen and Oatlands - 06,7a,Urban cultural mix,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213121 +213121,S00114867,3c2,Constrained Commuters,S01009938,Pollokshaws - 06,4d,Hard-pressed flat dwellers,S02001873,Pollokshaws,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213122 +213122,S00114869,3c2,Constrained Commuters,S01009937,Pollokshaws - 05,7a,Urban cultural mix,S02001873,Pollokshaws,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213123 +213123,S00114870,3c2,Constrained Commuters,S01009937,Pollokshaws - 05,7a,Urban cultural mix,S02001873,Pollokshaws,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213124 +213124,S00114879,3c2,Constrained Commuters,S01009933,Pollokshaws - 01,6a,Inner city cosmopolitan,S02001873,Pollokshaws,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213125 +213125,S00114882,3c2,Constrained Commuters,S01009934,Pollokshaws - 02,3d,Households in terraces and flats,S02001873,Pollokshaws,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213126 +213126,S00114896,3c2,Constrained Commuters,S01009948,Newlands - 01,4d,Hard-pressed flat dwellers,S02001876,Newlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213127 +213127,S00114912,3c2,Constrained Commuters,S01009949,Newlands - 02,4d,Hard-pressed flat dwellers,S02001876,Newlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213128 +213128,S00113655,3c2,Constrained Commuters,S01010255,Gallowgate North and Bellgrove - 02,1a,Cosmopolitan student neighbourhoods,S02001931,Gallowgate North and Bellgrove,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213129 +213129,S00113684,3c2,Constrained Commuters,S01010253,Dennistoun - 06,1a,Cosmopolitan student neighbourhoods,S02001930,Dennistoun,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213130 +213130,S00117060,3c2,Constrained Commuters,S01010206,Petershill - 04,6a,Inner city cosmopolitan,S02001921,Petershill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213131 +213131,S00113727,3c2,Constrained Commuters,S01010243,Carntyne West and Haghill - 02,6a,Inner city cosmopolitan,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213132 +213132,S00113736,3c2,Constrained Commuters,S01010243,Carntyne West and Haghill - 02,6a,Inner city cosmopolitan,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213133 +213133,S00117061,3c2,Constrained Commuters,S01010310,Keppochhill - 02,7a,Urban cultural mix,S02001940,Keppochhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213134 +213134,S00113738,3c2,Constrained Commuters,S01010243,Carntyne West and Haghill - 02,6a,Inner city cosmopolitan,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213135 +213135,S00116438,3c2,Constrained Commuters,S01010226,Sighthill - 02,6a,Inner city cosmopolitan,S02001925,Sighthill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213136 +213136,S00117064,3c2,Constrained Commuters,S01010310,Keppochhill - 02,7a,Urban cultural mix,S02001940,Keppochhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213137 +213137,S00117065,3c2,Constrained Commuters,S01010310,Keppochhill - 02,7a,Urban cultural mix,S02001940,Keppochhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213138 +213138,S00117089,3c2,Constrained Commuters,S01010254,Gallowgate North and Bellgrove - 01,1a,Cosmopolitan student neighbourhoods,S02001931,Gallowgate North and Bellgrove,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213139 +213139,S00117094,3c2,Constrained Commuters,S01010244,Carntyne West and Haghill - 03,1a,Cosmopolitan student neighbourhoods,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213140 +213140,S00117125,3c2,Constrained Commuters,S01010057,Parkhead East and Braidfauld North - 02,4d,Hard-pressed flat dwellers,S02001895,Parkhead East and Braidfauld North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213141 +213141,S00117128,3c2,Constrained Commuters,S01010052,Parkhead West and Barrowfield - 04,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213142 +213142,S00117202,3c2,Constrained Commuters,S01010160,"Cranhill, Lightburn and Queenslie South - 05",7a,Urban cultural mix,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213143 +213143,S00117203,3c2,Constrained Commuters,S01010160,"Cranhill, Lightburn and Queenslie South - 05",7a,Urban cultural mix,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213144 +213144,S00117204,3c2,Constrained Commuters,S01010160,"Cranhill, Lightburn and Queenslie South - 05",7a,Urban cultural mix,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213145 +213145,S00117250,3c2,Constrained Commuters,S01010046,Dalmarnock - 01,4d,Hard-pressed flat dwellers,S02001893,Dalmarnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213146 +213146,S00117266,3c2,Constrained Commuters,S01009875,Pollokshields West - 01,7b,Young ethnic communities,S02001863,Pollokshields West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213147 +213147,S00117287,3c2,Constrained Commuters,S01009871,Kingston West and Dumbreck - 01,7a,Urban cultural mix,S02001862,Kingston West and Dumbreck,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213148 +213148,S00117291,3c2,Constrained Commuters,S01010033,Laurieston and Tradeston - 03,1a,Cosmopolitan student neighbourhoods,S02001890,Laurieston and Tradeston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213149 +213149,S00117319,3c2,Constrained Commuters,S01010021,Toryglen and Oatlands - 06,7a,Urban cultural mix,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213150 +213150,S00117320,3c2,Constrained Commuters,S01010021,Toryglen and Oatlands - 06,7a,Urban cultural mix,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213151 +213151,S00117321,3c2,Constrained Commuters,S01010021,Toryglen and Oatlands - 06,7a,Urban cultural mix,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213152 +213152,S00117323,3c2,Constrained Commuters,S01010021,Toryglen and Oatlands - 06,7a,Urban cultural mix,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213153 +213153,S00117330,3c2,Constrained Commuters,S01009937,Pollokshaws - 05,7a,Urban cultural mix,S02001873,Pollokshaws,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213154 +213154,S00117333,3c2,Constrained Commuters,S01009933,Pollokshaws - 01,6a,Inner city cosmopolitan,S02001873,Pollokshaws,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213155 +213155,S00117335,3c2,Constrained Commuters,S01009933,Pollokshaws - 01,6a,Inner city cosmopolitan,S02001873,Pollokshaws,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213156 +213156,S00113747,3c2,Constrained Commuters,S01010240,Alexandra Parade - 02,1a,Cosmopolitan student neighbourhoods,S02001928,Alexandra Parade,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213157 +213157,S00113758,3c2,Constrained Commuters,S01010239,Alexandra Parade - 01,4d,Hard-pressed flat dwellers,S02001928,Alexandra Parade,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213158 +213158,S00113764,3c2,Constrained Commuters,S01010239,Alexandra Parade - 01,4d,Hard-pressed flat dwellers,S02001928,Alexandra Parade,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213159 +213159,S00113783,3c2,Constrained Commuters,S01010051,Parkhead West and Barrowfield - 03,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213160 +213160,S00113815,3c2,Constrained Commuters,S01010049,Parkhead West and Barrowfield - 01,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213161 +213161,S00113939,3c2,Constrained Commuters,S01010066,Braidfauld - 06,4d,Hard-pressed flat dwellers,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213162 +213162,S00113945,3c2,Constrained Commuters,S01010058,Parkhead East and Braidfauld North - 03,4d,Hard-pressed flat dwellers,S02001895,Parkhead East and Braidfauld North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213163 +213163,S00114194,3c2,Constrained Commuters,S01010177,Riddrie and Hogganfield - 06,4d,Hard-pressed flat dwellers,S02001916,Riddrie and Hogganfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213164 +213164,S00114198,3c2,Constrained Commuters,S01010169,Craigend and Ruchazie - 05,4d,Hard-pressed flat dwellers,S02001915,Craigend and Ruchazie,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213165 +213165,S00114200,3c2,Constrained Commuters,S01010160,"Cranhill, Lightburn and Queenslie South - 05",7a,Urban cultural mix,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213166 +213166,S00114201,3c2,Constrained Commuters,S01010160,"Cranhill, Lightburn and Queenslie South - 05",7a,Urban cultural mix,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213167 +213167,S00114202,3c2,Constrained Commuters,S01010160,"Cranhill, Lightburn and Queenslie South - 05",7a,Urban cultural mix,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213168 +213168,S00114341,3c2,Constrained Commuters,S01010044,Bridgeton - 03,1a,Cosmopolitan student neighbourhoods,S02001892,Bridgeton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213169 +213169,S00114363,3c2,Constrained Commuters,S01010042,Bridgeton - 01,1a,Cosmopolitan student neighbourhoods,S02001892,Bridgeton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213170 +213170,S00114386,3c2,Constrained Commuters,S01010053,Parkhead West and Barrowfield - 05,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213171 +213171,S00114395,3c2,Constrained Commuters,S01009882,Pollokshields East - 02,1a,Cosmopolitan student neighbourhoods,S02001864,Pollokshields East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213172 +213172,S00114400,3c2,Constrained Commuters,S01009882,Pollokshields East - 02,1a,Cosmopolitan student neighbourhoods,S02001864,Pollokshields East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213173 +213173,S00114401,3c2,Constrained Commuters,S01009875,Pollokshields West - 01,7b,Young ethnic communities,S02001863,Pollokshields West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213174 +213174,S00114405,3c2,Constrained Commuters,S01009875,Pollokshields West - 01,7b,Young ethnic communities,S02001863,Pollokshields West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213175 +213175,S00114438,3c2,Constrained Commuters,S01009907,Strathbungo - 03,1a,Cosmopolitan student neighbourhoods,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213176 +213176,S00116439,3c2,Constrained Commuters,S01010226,Sighthill - 02,6a,Inner city cosmopolitan,S02001925,Sighthill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213177 +213177,S00116440,3c2,Constrained Commuters,S01010226,Sighthill - 02,6a,Inner city cosmopolitan,S02001925,Sighthill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213178 +213178,S00116441,3c2,Constrained Commuters,S01010226,Sighthill - 02,6a,Inner city cosmopolitan,S02001925,Sighthill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213179 +213179,S00116445,3c2,Constrained Commuters,S01010230,"Roystonhill, Blochairn, and Provanmill - 03",6a,Inner city cosmopolitan,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213180 +213180,S00116446,3c2,Constrained Commuters,S01010230,"Roystonhill, Blochairn, and Provanmill - 03",6a,Inner city cosmopolitan,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213181 +213181,S00116447,3c2,Constrained Commuters,S01010233,"Roystonhill, Blochairn, and Provanmill - 06",7a,Urban cultural mix,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213182 +213182,S00116448,3c2,Constrained Commuters,S01010233,"Roystonhill, Blochairn, and Provanmill - 06",7a,Urban cultural mix,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213183 +213183,S00116449,3c2,Constrained Commuters,S01010202,Barmulloch - 04,4d,Hard-pressed flat dwellers,S02001920,Barmulloch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213184 +213184,S00116450,3c2,Constrained Commuters,S01010202,Barmulloch - 04,4d,Hard-pressed flat dwellers,S02001920,Barmulloch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213185 +213185,S00116459,3c2,Constrained Commuters,S01010207,Petershill - 05,7a,Urban cultural mix,S02001921,Petershill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213186 +213186,S00116460,3c2,Constrained Commuters,S01010207,Petershill - 05,7a,Urban cultural mix,S02001921,Petershill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213187 +213187,S00116461,3c2,Constrained Commuters,S01010206,Petershill - 04,6a,Inner city cosmopolitan,S02001921,Petershill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213188 +213188,S00116462,3c2,Constrained Commuters,S01010206,Petershill - 04,6a,Inner city cosmopolitan,S02001921,Petershill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213189 +213189,S00116463,3c2,Constrained Commuters,S01010206,Petershill - 04,6a,Inner city cosmopolitan,S02001921,Petershill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213190 +213190,S00116464,3c2,Constrained Commuters,S01010206,Petershill - 04,6a,Inner city cosmopolitan,S02001921,Petershill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213191 +213191,S00116517,3c2,Constrained Commuters,S01009897,Govanhill East and Aikenhead - 04,7a,Urban cultural mix,S02001866,Govanhill East and Aikenhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213192 +213192,S00116529,3c2,Constrained Commuters,S01009933,Pollokshaws - 01,6a,Inner city cosmopolitan,S02001873,Pollokshaws,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213193 +213193,S00116530,3c2,Constrained Commuters,S01009933,Pollokshaws - 01,6a,Inner city cosmopolitan,S02001873,Pollokshaws,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213194 +213194,S00116535,3c2,Constrained Commuters,S01009939,Carnwadric West - 01,6a,Inner city cosmopolitan,S02001874,Carnwadric West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213195 +213195,S00116537,3c2,Constrained Commuters,S01009939,Carnwadric West - 01,6a,Inner city cosmopolitan,S02001874,Carnwadric West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213196 +213196,S00116538,3c2,Constrained Commuters,S01009939,Carnwadric West - 01,6a,Inner city cosmopolitan,S02001874,Carnwadric West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213197 +213197,S00116541,3c2,Constrained Commuters,S01009838,Drumoyne and Shieldhall - 06,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213198 +213198,S00116552,3c2,Constrained Commuters,S01009807,Cardonald South and East - 02,4d,Hard-pressed flat dwellers,S02001850,Cardonald South and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213199 +213199,S00116602,3c2,Constrained Commuters,S01010296,Woodlands - 08,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213200 +213200,S00113109,7c2,Constrained Young Families,S01010500,Drumry West - 01,4d,Hard-pressed flat dwellers,S02001977,Drumry West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213201 +213201,S00117340,3c2,Constrained Commuters,S01009948,Newlands - 01,4d,Hard-pressed flat dwellers,S02001876,Newlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213202 +213202,S00113111,7c2,Constrained Young Families,S01010500,Drumry West - 01,4d,Hard-pressed flat dwellers,S02001977,Drumry West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213203 +213203,S00115742,7c2,Constrained Young Families,S01009775,Nitshill - 01,4d,Hard-pressed flat dwellers,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213204 +213204,S00115259,7c2,Constrained Young Families,S01009942,Carnwadric West - 04,4d,Hard-pressed flat dwellers,S02001874,Carnwadric West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213205 +213205,S00114237,7c2,Constrained Young Families,S01010118,North Barlanark and Easterhouse South - 01,4d,Hard-pressed flat dwellers,S02001907,North Barlanark and Easterhouse South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213206 +213206,S00116124,7c2,Constrained Young Families,S01010171,Craigend and Ruchazie - 07,4d,Hard-pressed flat dwellers,S02001915,Craigend and Ruchazie,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213207 +213207,S00113112,7c2,Constrained Young Families,S01010500,Drumry West - 01,4d,Hard-pressed flat dwellers,S02001977,Drumry West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213208 +213208,S00113115,7c2,Constrained Young Families,S01010502,Drumry West - 03,4a,Challenged white communities,S02001977,Drumry West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213209 +213209,S00113116,7c2,Constrained Young Families,S01010498,Drumry East - 03,4d,Hard-pressed flat dwellers,S02001976,Drumry East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213210 +213210,S00113119,7c2,Constrained Young Families,S01010497,Drumry East - 02,4a,Challenged white communities,S02001976,Drumry East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213211 +213211,S00113120,7c2,Constrained Young Families,S01010497,Drumry East - 02,4a,Challenged white communities,S02001976,Drumry East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213212 +213212,S00113122,7c2,Constrained Young Families,S01010498,Drumry East - 03,4d,Hard-pressed flat dwellers,S02001976,Drumry East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213213 +213213,S00113123,7c2,Constrained Young Families,S01010498,Drumry East - 03,4d,Hard-pressed flat dwellers,S02001976,Drumry East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213214 +213214,S00113124,7c2,Constrained Young Families,S01010498,Drumry East - 03,4d,Hard-pressed flat dwellers,S02001976,Drumry East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213215 +213215,S00113125,7c2,Constrained Young Families,S01010498,Drumry East - 03,4d,Hard-pressed flat dwellers,S02001976,Drumry East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213216 +213216,S00113126,7c2,Constrained Young Families,S01010498,Drumry East - 03,4d,Hard-pressed flat dwellers,S02001976,Drumry East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213217 +213217,S00113127,7c2,Constrained Young Families,S01010498,Drumry East - 03,4d,Hard-pressed flat dwellers,S02001976,Drumry East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213218 +213218,S00113150,7c2,Constrained Young Families,S01010305,Firhill - 05,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213219 +213219,S00113194,7c2,Constrained Young Families,S01010312,Keppochhill - 04,4d,Hard-pressed flat dwellers,S02001940,Keppochhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213220 +213220,S00113284,7c2,Constrained Young Families,S01010327,Possil Park - 05,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213221 +213221,S00113286,7c2,Constrained Young Families,S01010326,Possil Park - 04,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213222 +213222,S00113287,7c2,Constrained Young Families,S01010326,Possil Park - 04,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213223 +213223,S00113289,7c2,Constrained Young Families,S01010326,Possil Park - 04,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213224 +213224,S00113327,7c2,Constrained Young Families,S01010352,Maryhill East - 03,4d,Hard-pressed flat dwellers,S02001947,Maryhill East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213225 +213225,S00113340,7c2,Constrained Young Families,S01010221,Cowlairs and Port Dundas - 03,4d,Hard-pressed flat dwellers,S02001924,Cowlairs and Port Dundas,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213226 +213226,S00113341,7c2,Constrained Young Families,S01010221,Cowlairs and Port Dundas - 03,4d,Hard-pressed flat dwellers,S02001924,Cowlairs and Port Dundas,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213227 +213227,S00113362,7c2,Constrained Young Families,S01010231,"Roystonhill, Blochairn, and Provanmill - 04",4d,Hard-pressed flat dwellers,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213228 +213228,S00113365,7c2,Constrained Young Families,S01010232,"Roystonhill, Blochairn, and Provanmill - 05",7a,Urban cultural mix,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213229 +213229,S00113411,7c2,Constrained Young Families,S01010195,Balornock - 02,4a,Challenged white communities,S02001919,Balornock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213230 +213230,S00113413,7c2,Constrained Young Families,S01010198,Balornock - 05,4d,Hard-pressed flat dwellers,S02001919,Balornock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213231 +213231,S00113416,7c2,Constrained Young Families,S01010197,Balornock - 04,4d,Hard-pressed flat dwellers,S02001919,Balornock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213232 +213232,S00113418,7c2,Constrained Young Families,S01010197,Balornock - 04,4d,Hard-pressed flat dwellers,S02001919,Balornock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213233 +213233,S00113419,7c2,Constrained Young Families,S01010196,Balornock - 03,4d,Hard-pressed flat dwellers,S02001919,Balornock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213234 +213234,S00113420,7c2,Constrained Young Families,S01010196,Balornock - 03,4d,Hard-pressed flat dwellers,S02001919,Balornock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213235 +213235,S00113421,7c2,Constrained Young Families,S01010196,Balornock - 03,4d,Hard-pressed flat dwellers,S02001919,Balornock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213236 +213236,S00113422,7c2,Constrained Young Families,S01010196,Balornock - 03,4d,Hard-pressed flat dwellers,S02001919,Balornock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213237 +213237,S00113438,7c2,Constrained Young Families,S01010185,Blackhill and Barmulloch East - 07,4d,Hard-pressed flat dwellers,S02001917,Blackhill and Barmulloch East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213238 +213238,S00113444,7c2,Constrained Young Families,S01010199,Barmulloch - 01,4a,Challenged white communities,S02001920,Barmulloch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213239 +213239,S00113516,7c2,Constrained Young Families,S01010312,Keppochhill - 04,4d,Hard-pressed flat dwellers,S02001940,Keppochhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213240 +213240,S00113517,7c2,Constrained Young Families,S01010312,Keppochhill - 04,4d,Hard-pressed flat dwellers,S02001940,Keppochhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213241 +213241,S00113518,7c2,Constrained Young Families,S01010312,Keppochhill - 04,4d,Hard-pressed flat dwellers,S02001940,Keppochhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213242 +213242,S00113520,7c2,Constrained Young Families,S01010326,Possil Park - 04,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213243 +213243,S00113542,7c2,Constrained Young Families,S01010325,Possil Park - 03,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213244 +213244,S00113547,7c2,Constrained Young Families,S01010324,Possil Park - 02,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213245 +213245,S00113565,7c2,Constrained Young Families,S01010324,Possil Park - 02,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213246 +213246,S00113568,7c2,Constrained Young Families,S01010332,Milton West - 03,4a,Challenged white communities,S02001943,Milton West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213247 +213247,S00113571,7c2,Constrained Young Families,S01010332,Milton West - 03,4a,Challenged white communities,S02001943,Milton West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213248 +213248,S00113580,7c2,Constrained Young Families,S01010335,Milton East - 01,4d,Hard-pressed flat dwellers,S02001944,Milton East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213249 +213249,S00113584,7c2,Constrained Young Families,S01010338,Milton East - 04,4d,Hard-pressed flat dwellers,S02001944,Milton East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213250 +213250,S00113592,7c2,Constrained Young Families,S01010334,Milton West - 05,4a,Challenged white communities,S02001943,Milton West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213251 +213251,S00113594,7c2,Constrained Young Families,S01010344,Summerston Central and West - 05,4d,Hard-pressed flat dwellers,S02001945,Summerston Central and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213252 +213252,S00113599,7c2,Constrained Young Families,S01010344,Summerston Central and West - 05,4d,Hard-pressed flat dwellers,S02001945,Summerston Central and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213253 +213253,S00113600,7c2,Constrained Young Families,S01010337,Milton East - 03,4a,Challenged white communities,S02001944,Milton East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213254 +213254,S00113602,7c2,Constrained Young Families,S01010337,Milton East - 03,4a,Challenged white communities,S02001944,Milton East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213255 +213255,S00117221,7c2,Constrained Young Families,S01010119,North Barlanark and Easterhouse South - 02,4d,Hard-pressed flat dwellers,S02001907,North Barlanark and Easterhouse South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213256 +213256,S00113611,7c2,Constrained Young Families,S01010350,Maryhill East - 01,4d,Hard-pressed flat dwellers,S02001947,Maryhill East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213257 +213257,S00116127,7c2,Constrained Young Families,S01010119,North Barlanark and Easterhouse South - 02,4d,Hard-pressed flat dwellers,S02001907,North Barlanark and Easterhouse South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213258 +213258,S00117227,7c2,Constrained Young Families,S01010111,Central Easterhouse - 02,4d,Hard-pressed flat dwellers,S02001905,Central Easterhouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213259 +213259,S00114242,7c2,Constrained Young Families,S01010120,North Barlanark and Easterhouse South - 03,4d,Hard-pressed flat dwellers,S02001907,North Barlanark and Easterhouse South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213260 +213260,S00113777,7c2,Constrained Young Families,S01010054,Parkhead West and Barrowfield - 06,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213261 +213261,S00115744,7c2,Constrained Young Families,S01009781,Nitshill - 07,4d,Hard-pressed flat dwellers,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213262 +213262,S00115324,7c2,Constrained Young Families,S01009860,Ibrox - 02,4d,Hard-pressed flat dwellers,S02001859,Ibrox,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213263 +213263,S00117424,3c2,Constrained Commuters,S01009939,Carnwadric West - 01,6a,Inner city cosmopolitan,S02001874,Carnwadric West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213264 +213264,S00114244,7c2,Constrained Young Families,S01010171,Craigend and Ruchazie - 07,4d,Hard-pressed flat dwellers,S02001915,Craigend and Ruchazie,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213265 +213265,S00114254,7c2,Constrained Young Families,S01010166,Craigend and Ruchazie - 02,4a,Challenged white communities,S02001915,Craigend and Ruchazie,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213266 +213266,S00114270,7c2,Constrained Young Families,S01010167,Craigend and Ruchazie - 03,4d,Hard-pressed flat dwellers,S02001915,Craigend and Ruchazie,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213267 +213267,S00114277,7c2,Constrained Young Families,S01010121,North Barlanark and Easterhouse South - 04,4d,Hard-pressed flat dwellers,S02001907,North Barlanark and Easterhouse South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213268 +213268,S00114279,7c2,Constrained Young Families,S01010119,North Barlanark and Easterhouse South - 02,4d,Hard-pressed flat dwellers,S02001907,North Barlanark and Easterhouse South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213269 +213269,S00114282,7c2,Constrained Young Families,S01010107,Easterhouse East - 03,4d,Hard-pressed flat dwellers,S02001904,Easterhouse East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213270 +213270,S00114283,7c2,Constrained Young Families,S01010112,Central Easterhouse - 03,4d,Hard-pressed flat dwellers,S02001905,Central Easterhouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213271 +213271,S00114284,7c2,Constrained Young Families,S01010112,Central Easterhouse - 03,4d,Hard-pressed flat dwellers,S02001905,Central Easterhouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213272 +213272,S00114285,7c2,Constrained Young Families,S01010112,Central Easterhouse - 03,4d,Hard-pressed flat dwellers,S02001905,Central Easterhouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213273 +213273,S00114286,7c2,Constrained Young Families,S01010112,Central Easterhouse - 03,4d,Hard-pressed flat dwellers,S02001905,Central Easterhouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213274 +213274,S00114287,7c2,Constrained Young Families,S01010112,Central Easterhouse - 03,4d,Hard-pressed flat dwellers,S02001905,Central Easterhouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213275 +213275,S00114291,7c2,Constrained Young Families,S01010112,Central Easterhouse - 03,4d,Hard-pressed flat dwellers,S02001905,Central Easterhouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213276 +213276,S00114295,7c2,Constrained Young Families,S01010114,"Garthamlock, Auchinlea and Gartloch - 02",4d,Hard-pressed flat dwellers,S02001906,"Garthamlock, Auchinlea and Gartloch",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213277 +213277,S00114296,7c2,Constrained Young Families,S01010114,"Garthamlock, Auchinlea and Gartloch - 02",4d,Hard-pressed flat dwellers,S02001906,"Garthamlock, Auchinlea and Gartloch",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213278 +213278,S00114303,7c2,Constrained Young Families,S01010114,"Garthamlock, Auchinlea and Gartloch - 02",4d,Hard-pressed flat dwellers,S02001906,"Garthamlock, Auchinlea and Gartloch",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213279 +213279,S00114304,7c2,Constrained Young Families,S01010114,"Garthamlock, Auchinlea and Gartloch - 02",4d,Hard-pressed flat dwellers,S02001906,"Garthamlock, Auchinlea and Gartloch",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213280 +213280,S00114307,7c2,Constrained Young Families,S01010122,North Barlanark and Easterhouse South - 05,4d,Hard-pressed flat dwellers,S02001907,North Barlanark and Easterhouse South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213281 +213281,S00114313,7c2,Constrained Young Families,S01010111,Central Easterhouse - 02,4d,Hard-pressed flat dwellers,S02001905,Central Easterhouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213282 +213282,S00114315,7c2,Constrained Young Families,S01010106,Easterhouse East - 02,4d,Hard-pressed flat dwellers,S02001904,Easterhouse East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213283 +213283,S00114327,7c2,Constrained Young Families,S01010111,Central Easterhouse - 02,4d,Hard-pressed flat dwellers,S02001905,Central Easterhouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213284 +213284,S00114370,7c2,Constrained Young Families,S01010037,Calton and Gallowgate - 01,4d,Hard-pressed flat dwellers,S02001891,Calton and Gallowgate,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213285 +213285,S00114380,7c2,Constrained Young Families,S01010048,Dalmarnock - 03,4d,Hard-pressed flat dwellers,S02001893,Dalmarnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213286 +213286,S00114382,7c2,Constrained Young Families,S01010054,Parkhead West and Barrowfield - 06,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213287 +213287,S00114393,7c2,Constrained Young Families,S01010048,Dalmarnock - 03,4d,Hard-pressed flat dwellers,S02001893,Dalmarnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213288 +213288,S00114654,7c2,Constrained Young Families,S01009896,Govanhill East and Aikenhead - 03,7a,Urban cultural mix,S02001866,Govanhill East and Aikenhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213289 +213289,S00115135,7c2,Constrained Young Families,S01009971,Carmunnock South - 03,4d,Hard-pressed flat dwellers,S02001880,Carmunnock South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213290 +213290,S00115136,7c2,Constrained Young Families,S01009971,Carmunnock South - 03,4d,Hard-pressed flat dwellers,S02001880,Carmunnock South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213291 +213291,S00115149,7c2,Constrained Young Families,S01009971,Carmunnock South - 03,4d,Hard-pressed flat dwellers,S02001880,Carmunnock South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213292 +213292,S00115155,7c2,Constrained Young Families,S01009977,Glenwood South - 05,4d,Hard-pressed flat dwellers,S02001881,Glenwood South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213293 +213293,S00115156,7c2,Constrained Young Families,S01009975,Glenwood South - 03,4d,Hard-pressed flat dwellers,S02001881,Glenwood South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213294 +213294,S00115157,7c2,Constrained Young Families,S01009975,Glenwood South - 03,4d,Hard-pressed flat dwellers,S02001881,Glenwood South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213295 +213295,S00115159,7c2,Constrained Young Families,S01009975,Glenwood South - 03,4d,Hard-pressed flat dwellers,S02001881,Glenwood South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213296 +213296,S00115160,7c2,Constrained Young Families,S01009975,Glenwood South - 03,4d,Hard-pressed flat dwellers,S02001881,Glenwood South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213297 +213297,S00115163,7c2,Constrained Young Families,S01009977,Glenwood South - 05,4d,Hard-pressed flat dwellers,S02001881,Glenwood South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213298 +213298,S00115178,7c2,Constrained Young Families,S01009992,Castlemilk - 07,4d,Hard-pressed flat dwellers,S02001883,Castlemilk,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213299 +213299,S00115183,7c2,Constrained Young Families,S01009992,Castlemilk - 07,4d,Hard-pressed flat dwellers,S02001883,Castlemilk,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213300 +213300,S00115184,7c2,Constrained Young Families,S01009979,Glenwood South - 07,4d,Hard-pressed flat dwellers,S02001881,Glenwood South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213301 +213301,S00115187,7c2,Constrained Young Families,S01009978,Glenwood South - 06,4d,Hard-pressed flat dwellers,S02001881,Glenwood South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213302 +213302,S00115188,7c2,Constrained Young Families,S01009978,Glenwood South - 06,4d,Hard-pressed flat dwellers,S02001881,Glenwood South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213303 +213303,S00115189,7c2,Constrained Young Families,S01009978,Glenwood South - 06,4d,Hard-pressed flat dwellers,S02001881,Glenwood South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213304 +213304,S00115193,7c2,Constrained Young Families,S01009984,Glenwood North - 05,4d,Hard-pressed flat dwellers,S02001882,Glenwood North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213305 +213305,S00115194,7c2,Constrained Young Families,S01009982,Glenwood North - 03,4d,Hard-pressed flat dwellers,S02001882,Glenwood North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213306 +213306,S00115196,7c2,Constrained Young Families,S01009982,Glenwood North - 03,4d,Hard-pressed flat dwellers,S02001882,Glenwood North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213307 +213307,S00115201,7c2,Constrained Young Families,S01009981,Glenwood North - 02,4d,Hard-pressed flat dwellers,S02001882,Glenwood North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213308 +213308,S00115203,7c2,Constrained Young Families,S01009981,Glenwood North - 02,4d,Hard-pressed flat dwellers,S02001882,Glenwood North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213309 +213309,S00115204,7c2,Constrained Young Families,S01009981,Glenwood North - 02,4d,Hard-pressed flat dwellers,S02001882,Glenwood North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213310 +213310,S00115206,7c2,Constrained Young Families,S01009980,Glenwood North - 01,4d,Hard-pressed flat dwellers,S02001882,Glenwood North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213311 +213311,S00115207,7c2,Constrained Young Families,S01009980,Glenwood North - 01,4d,Hard-pressed flat dwellers,S02001882,Glenwood North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213312 +213312,S00117228,7c2,Constrained Young Families,S01010111,Central Easterhouse - 02,4d,Hard-pressed flat dwellers,S02001905,Central Easterhouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213313 +213313,S00113778,7c2,Constrained Young Families,S01010054,Parkhead West and Barrowfield - 06,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213314 +213314,S00113779,7c2,Constrained Young Families,S01010245,Carntyne West and Haghill - 04,4d,Hard-pressed flat dwellers,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213315 +213315,S00117425,3c2,Constrained Commuters,S01009939,Carnwadric West - 01,6a,Inner city cosmopolitan,S02001874,Carnwadric West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213316 +213316,S00113780,7c2,Constrained Young Families,S01010245,Carntyne West and Haghill - 04,4d,Hard-pressed flat dwellers,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213317 +213317,S00113790,7c2,Constrained Young Families,S01010067,Braidfauld - 07,4d,Hard-pressed flat dwellers,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213318 +213318,S00116128,7c2,Constrained Young Families,S01010122,North Barlanark and Easterhouse South - 05,4d,Hard-pressed flat dwellers,S02001907,North Barlanark and Easterhouse South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213319 +213319,S00117427,3c2,Constrained Commuters,S01009939,Carnwadric West - 01,6a,Inner city cosmopolitan,S02001874,Carnwadric West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213320 +213320,S00115353,7c2,Constrained Young Families,S01009846,Govan and Linthouse - 06,4d,Hard-pressed flat dwellers,S02001856,Govan and Linthouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213321 +213321,S00113792,7c2,Constrained Young Families,S01010066,Braidfauld - 06,4d,Hard-pressed flat dwellers,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213322 +213322,S00116131,7c2,Constrained Young Families,S01010110,Central Easterhouse - 01,4d,Hard-pressed flat dwellers,S02001905,Central Easterhouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213323 +213323,S00117239,7c2,Constrained Young Families,S01010055,Parkhead West and Barrowfield - 07,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213324 +213324,S00115746,7c2,Constrained Young Families,S01009781,Nitshill - 07,4d,Hard-pressed flat dwellers,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213325 +213325,S00117428,3c2,Constrained Commuters,S01009939,Carnwadric West - 01,6a,Inner city cosmopolitan,S02001874,Carnwadric West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213326 +213326,S00115354,7c2,Constrained Young Families,S01009846,Govan and Linthouse - 06,4d,Hard-pressed flat dwellers,S02001856,Govan and Linthouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213327 +213327,S00113796,7c2,Constrained Young Families,S01010058,Parkhead East and Braidfauld North - 03,4d,Hard-pressed flat dwellers,S02001895,Parkhead East and Braidfauld North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213328 +213328,S00116133,7c2,Constrained Young Families,S01010122,North Barlanark and Easterhouse South - 05,4d,Hard-pressed flat dwellers,S02001907,North Barlanark and Easterhouse South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213329 +213329,S00117253,7c2,Constrained Young Families,S01010045,Bridgeton - 04,4d,Hard-pressed flat dwellers,S02001892,Bridgeton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213330 +213330,S00117429,3c2,Constrained Commuters,S01009939,Carnwadric West - 01,6a,Inner city cosmopolitan,S02001874,Carnwadric West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213331 +213331,S00115749,7c2,Constrained Young Families,S01009783,Nitshill - 09,4a,Challenged white communities,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213332 +213332,S00115375,7c2,Constrained Young Families,S01009848,Craigton - 01,4d,Hard-pressed flat dwellers,S02001857,Craigton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213333 +213333,S00113809,7c2,Constrained Young Families,S01010056,Parkhead East and Braidfauld North - 01,4d,Hard-pressed flat dwellers,S02001895,Parkhead East and Braidfauld North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213334 +213334,S00113817,7c2,Constrained Young Families,S01010049,Parkhead West and Barrowfield - 01,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213335 +213335,S00113854,7c2,Constrained Young Families,S01010132,Greenfield - 02,4d,Hard-pressed flat dwellers,S02001909,Greenfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213336 +213336,S00113859,7c2,Constrained Young Families,S01010133,Greenfield - 03,4d,Hard-pressed flat dwellers,S02001909,Greenfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213337 +213337,S00113863,7c2,Constrained Young Families,S01010135,Greenfield - 05,4d,Hard-pressed flat dwellers,S02001909,Greenfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213338 +213338,S00113869,7c2,Constrained Young Families,S01010132,Greenfield - 02,4d,Hard-pressed flat dwellers,S02001909,Greenfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213339 +213339,S00113888,7c2,Constrained Young Families,S01010143,Tollcross - 02,4d,Hard-pressed flat dwellers,S02001911,Tollcross,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213340 +213340,S00113892,7c2,Constrained Young Families,S01010141,Shettleston North - 05,4d,Hard-pressed flat dwellers,S02001910,Shettleston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213341 +213341,S00113904,7c2,Constrained Young Families,S01010146,Tollcross - 05,4d,Hard-pressed flat dwellers,S02001911,Tollcross,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213342 +213342,S00113910,7c2,Constrained Young Families,S01010146,Tollcross - 05,4d,Hard-pressed flat dwellers,S02001911,Tollcross,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213343 +213343,S00113935,7c2,Constrained Young Families,S01010065,Braidfauld - 05,4d,Hard-pressed flat dwellers,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213344 +213344,S00113941,7c2,Constrained Young Families,S01010066,Braidfauld - 06,4d,Hard-pressed flat dwellers,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213345 +213345,S00113949,7c2,Constrained Young Families,S01010065,Braidfauld - 05,4d,Hard-pressed flat dwellers,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213346 +213346,S00113975,7c2,Constrained Young Families,S01010077,Carmyle and Mount Vernon South - 04,4d,Hard-pressed flat dwellers,S02001898,Carmyle and Mount Vernon South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213347 +213347,S00114083,7c2,Constrained Young Families,S01010179,Blackhill and Barmulloch East - 01,4d,Hard-pressed flat dwellers,S02001917,Blackhill and Barmulloch East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213348 +213348,S00114084,7c2,Constrained Young Families,S01010179,Blackhill and Barmulloch East - 01,4d,Hard-pressed flat dwellers,S02001917,Blackhill and Barmulloch East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213349 +213349,S00114085,7c2,Constrained Young Families,S01010179,Blackhill and Barmulloch East - 01,4d,Hard-pressed flat dwellers,S02001917,Blackhill and Barmulloch East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213350 +213350,S00114091,7c2,Constrained Young Families,S01010179,Blackhill and Barmulloch East - 01,4d,Hard-pressed flat dwellers,S02001917,Blackhill and Barmulloch East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213351 +213351,S00114095,7c2,Constrained Young Families,S01010180,Blackhill and Barmulloch East - 02,7a,Urban cultural mix,S02001917,Blackhill and Barmulloch East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213352 +213352,S00114096,7c2,Constrained Young Families,S01010181,Blackhill and Barmulloch East - 03,4d,Hard-pressed flat dwellers,S02001917,Blackhill and Barmulloch East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213353 +213353,S00114099,7c2,Constrained Young Families,S01010184,Blackhill and Barmulloch East - 06,4d,Hard-pressed flat dwellers,S02001917,Blackhill and Barmulloch East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213354 +213354,S00114100,7c2,Constrained Young Families,S01010183,Blackhill and Barmulloch East - 05,4d,Hard-pressed flat dwellers,S02001917,Blackhill and Barmulloch East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213355 +213355,S00114139,7c2,Constrained Young Families,S01010173,Riddrie and Hogganfield - 02,4a,Challenged white communities,S02001916,Riddrie and Hogganfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213356 +213356,S00114175,7c2,Constrained Young Families,S01010157,"Cranhill, Lightburn and Queenslie South - 02",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213357 +213357,S00114176,7c2,Constrained Young Families,S01010157,"Cranhill, Lightburn and Queenslie South - 02",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213358 +213358,S00114179,7c2,Constrained Young Families,S01010163,"Cranhill, Lightburn and Queenslie South - 08",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213359 +213359,S00114181,7c2,Constrained Young Families,S01010163,"Cranhill, Lightburn and Queenslie South - 08",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213360 +213360,S00114183,7c2,Constrained Young Families,S01010178,Riddrie and Hogganfield - 07,4d,Hard-pressed flat dwellers,S02001916,Riddrie and Hogganfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213361 +213361,S00114184,7c2,Constrained Young Families,S01010178,Riddrie and Hogganfield - 07,4d,Hard-pressed flat dwellers,S02001916,Riddrie and Hogganfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213362 +213362,S00114187,7c2,Constrained Young Families,S01010178,Riddrie and Hogganfield - 07,4d,Hard-pressed flat dwellers,S02001916,Riddrie and Hogganfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213363 +213363,S00114188,7c2,Constrained Young Families,S01010177,Riddrie and Hogganfield - 06,4d,Hard-pressed flat dwellers,S02001916,Riddrie and Hogganfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213364 +213364,S00114189,7c2,Constrained Young Families,S01010177,Riddrie and Hogganfield - 06,4d,Hard-pressed flat dwellers,S02001916,Riddrie and Hogganfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213365 +213365,S00114190,7c2,Constrained Young Families,S01010177,Riddrie and Hogganfield - 06,4d,Hard-pressed flat dwellers,S02001916,Riddrie and Hogganfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213366 +213366,S00114193,7c2,Constrained Young Families,S01010177,Riddrie and Hogganfield - 06,4d,Hard-pressed flat dwellers,S02001916,Riddrie and Hogganfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213367 +213367,S00114196,7c2,Constrained Young Families,S01010168,Craigend and Ruchazie - 04,4a,Challenged white communities,S02001915,Craigend and Ruchazie,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213368 +213368,S00114199,7c2,Constrained Young Families,S01010160,"Cranhill, Lightburn and Queenslie South - 05",7a,Urban cultural mix,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213369 +213369,S00114220,7c2,Constrained Young Families,S01010123,Barlanark - 01,4d,Hard-pressed flat dwellers,S02001908,Barlanark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213370 +213370,S00114222,7c2,Constrained Young Families,S01010121,North Barlanark and Easterhouse South - 04,4d,Hard-pressed flat dwellers,S02001907,North Barlanark and Easterhouse South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213371 +213371,S00114224,7c2,Constrained Young Families,S01010120,North Barlanark and Easterhouse South - 03,4d,Hard-pressed flat dwellers,S02001907,North Barlanark and Easterhouse South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213372 +213372,S00114225,7c2,Constrained Young Families,S01010118,North Barlanark and Easterhouse South - 01,4d,Hard-pressed flat dwellers,S02001907,North Barlanark and Easterhouse South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213373 +213373,S00114226,7c2,Constrained Young Families,S01010118,North Barlanark and Easterhouse South - 01,4d,Hard-pressed flat dwellers,S02001907,North Barlanark and Easterhouse South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213374 +213374,S00114229,7c2,Constrained Young Families,S01010127,Barlanark - 05,4a,Challenged white communities,S02001908,Barlanark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213375 +213375,S00116135,7c2,Constrained Young Families,S01010111,Central Easterhouse - 02,4d,Hard-pressed flat dwellers,S02001905,Central Easterhouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213376 +213376,S00116137,7c2,Constrained Young Families,S01010105,Easterhouse East - 01,4d,Hard-pressed flat dwellers,S02001904,Easterhouse East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213377 +213377,S00116149,7c2,Constrained Young Families,S01010054,Parkhead West and Barrowfield - 06,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213378 +213378,S00116150,7c2,Constrained Young Families,S01010054,Parkhead West and Barrowfield - 06,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213379 +213379,S00117379,7c2,Constrained Young Families,S01009974,Glenwood South - 02,4d,Hard-pressed flat dwellers,S02001881,Glenwood South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213380 +213380,S00115750,7c2,Constrained Young Families,S01009783,Nitshill - 09,4a,Challenged white communities,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213381 +213381,S00117436,3c2,Constrained Commuters,S01009865,Ibrox East and Cessnock - 04,1a,Cosmopolitan student neighbourhoods,S02001860,Ibrox East and Cessnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213382 +213382,S00115376,7c2,Constrained Young Families,S01009848,Craigton - 01,4d,Hard-pressed flat dwellers,S02001857,Craigton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213383 +213383,S00116151,7c2,Constrained Young Families,S01010050,Parkhead West and Barrowfield - 02,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213384 +213384,S00116154,7c2,Constrained Young Families,S01010053,Parkhead West and Barrowfield - 05,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213385 +213385,S00116160,7c2,Constrained Young Families,S01010046,Dalmarnock - 01,4d,Hard-pressed flat dwellers,S02001893,Dalmarnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213386 +213386,S00116209,7c2,Constrained Young Families,S01010021,Toryglen and Oatlands - 06,7a,Urban cultural mix,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213387 +213387,S00116221,7c2,Constrained Young Families,S01009973,Glenwood South - 01,4a,Challenged white communities,S02001881,Glenwood South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213388 +213388,S00116222,7c2,Constrained Young Families,S01009973,Glenwood South - 01,4a,Challenged white communities,S02001881,Glenwood South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213389 +213389,S00116226,7c2,Constrained Young Families,S01009974,Glenwood South - 02,4d,Hard-pressed flat dwellers,S02001881,Glenwood South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213390 +213390,S00116234,7c2,Constrained Young Families,S01009988,Castlemilk - 03,4d,Hard-pressed flat dwellers,S02001883,Castlemilk,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213391 +213391,S00116235,7c2,Constrained Young Families,S01009986,Castlemilk - 01,4d,Hard-pressed flat dwellers,S02001883,Castlemilk,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213392 +213392,S00116236,7c2,Constrained Young Families,S01009987,Castlemilk - 02,4d,Hard-pressed flat dwellers,S02001883,Castlemilk,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213393 +213393,S00116240,7c2,Constrained Young Families,S01009978,Glenwood South - 06,4d,Hard-pressed flat dwellers,S02001881,Glenwood South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213394 +213394,S00116241,7c2,Constrained Young Families,S01009978,Glenwood South - 06,4d,Hard-pressed flat dwellers,S02001881,Glenwood South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213395 +213395,S00116265,7c2,Constrained Young Families,S01009834,Drumoyne and Shieldhall - 02,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213396 +213396,S00116282,7c2,Constrained Young Families,S01009805,Pollok North and East - 07,4d,Hard-pressed flat dwellers,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213397 +213397,S00116283,7c2,Constrained Young Families,S01009805,Pollok North and East - 07,4d,Hard-pressed flat dwellers,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213398 +213398,S00116285,7c2,Constrained Young Families,S01009799,Pollok North and East - 01,4d,Hard-pressed flat dwellers,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213399 +213399,S00116289,7c2,Constrained Young Families,S01009775,Nitshill - 01,4d,Hard-pressed flat dwellers,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213400 +213400,S00116291,7c2,Constrained Young Families,S01009775,Nitshill - 01,4d,Hard-pressed flat dwellers,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213401 +213401,S00116292,7c2,Constrained Young Families,S01009781,Nitshill - 07,4d,Hard-pressed flat dwellers,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213402 +213402,S00116293,7c2,Constrained Young Families,S01009780,Nitshill - 06,4d,Hard-pressed flat dwellers,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213403 +213403,S00116294,7c2,Constrained Young Families,S01009781,Nitshill - 07,4d,Hard-pressed flat dwellers,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213404 +213404,S00116309,7c2,Constrained Young Families,S01009767,Darnley North - 04,4a,Challenged white communities,S02001843,Darnley North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213405 +213405,S00116470,7c2,Constrained Young Families,S01010331,Milton West - 02,4d,Hard-pressed flat dwellers,S02001943,Milton West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213406 +213406,S00116509,7c2,Constrained Young Families,S01010168,Craigend and Ruchazie - 04,4a,Challenged white communities,S02001915,Craigend and Ruchazie,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213407 +213407,S00116553,7c2,Constrained Young Families,S01009778,Nitshill - 04,4d,Hard-pressed flat dwellers,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213408 +213408,S00116554,7c2,Constrained Young Families,S01009777,Nitshill - 03,4d,Hard-pressed flat dwellers,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213409 +213409,S00116712,7c2,Constrained Young Families,S01010024,Gorbals and Hutchesontown - 02,1a,Cosmopolitan student neighbourhoods,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213410 +213410,S00116811,7c2,Constrained Young Families,S01010478,Blairdardie East - 01,4d,Hard-pressed flat dwellers,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213411 +213411,S00116922,7c2,Constrained Young Families,S01010501,Drumry West - 02,4d,Hard-pressed flat dwellers,S02001977,Drumry West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213412 +213412,S00116925,7c2,Constrained Young Families,S01010502,Drumry West - 03,4a,Challenged white communities,S02001977,Drumry West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213413 +213413,S00117004,7c2,Constrained Young Families,S01010232,"Roystonhill, Blochairn, and Provanmill - 05",7a,Urban cultural mix,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213414 +213414,S00117071,7c2,Constrained Young Families,S01010215,Springburn East and Cowlairs - 02,4d,Hard-pressed flat dwellers,S02001923,Springburn East and Cowlairs,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213415 +213415,S00117072,7c2,Constrained Young Families,S01010324,Possil Park - 02,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213416 +213416,S00117073,7c2,Constrained Young Families,S01010325,Possil Park - 03,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213417 +213417,S00117074,7c2,Constrained Young Families,S01010325,Possil Park - 03,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213418 +213418,S00117077,7c2,Constrained Young Families,S01010333,Milton West - 04,4d,Hard-pressed flat dwellers,S02001943,Milton West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213419 +213419,S00117119,7c2,Constrained Young Families,S01010245,Carntyne West and Haghill - 04,4d,Hard-pressed flat dwellers,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213420 +213420,S00117198,7c2,Constrained Young Families,S01010161,"Cranhill, Lightburn and Queenslie South - 06",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213421 +213421,S00117214,7c2,Constrained Young Families,S01010128,Barlanark - 06,4d,Hard-pressed flat dwellers,S02001908,Barlanark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213422 +213422,S00117215,7c2,Constrained Young Families,S01010126,Barlanark - 04,4a,Challenged white communities,S02001908,Barlanark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213423 +213423,S00117219,7c2,Constrained Young Families,S01010119,North Barlanark and Easterhouse South - 02,4d,Hard-pressed flat dwellers,S02001907,North Barlanark and Easterhouse South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213424 +213424,S00117439,3c2,Constrained Commuters,S01009861,Ibrox - 03,1a,Cosmopolitan student neighbourhoods,S02001859,Ibrox,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213425 +213425,S00117443,3c2,Constrained Commuters,S01009844,Govan and Linthouse - 04,6a,Inner city cosmopolitan,S02001856,Govan and Linthouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213426 +213426,S00117445,3c2,Constrained Commuters,S01009847,Govan and Linthouse - 07,4d,Hard-pressed flat dwellers,S02001856,Govan and Linthouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213427 +213427,S00117447,3c2,Constrained Commuters,S01009845,Govan and Linthouse - 05,6a,Inner city cosmopolitan,S02001856,Govan and Linthouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213428 +213428,S00117384,7c2,Constrained Young Families,S01009977,Glenwood South - 05,4d,Hard-pressed flat dwellers,S02001881,Glenwood South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213429 +213429,S00117448,3c2,Constrained Commuters,S01009845,Govan and Linthouse - 05,6a,Inner city cosmopolitan,S02001856,Govan and Linthouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213430 +213430,S00117449,3c2,Constrained Commuters,S01009845,Govan and Linthouse - 05,6a,Inner city cosmopolitan,S02001856,Govan and Linthouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213431 +213431,S00115753,7c2,Constrained Young Families,S01009782,Nitshill - 08,4c,Hampered neighbourhoods,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213432 +213432,S00117391,7c2,Constrained Young Families,S01009989,Castlemilk - 04,4d,Hard-pressed flat dwellers,S02001883,Castlemilk,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213433 +213433,S00115377,7c2,Constrained Young Families,S01009848,Craigton - 01,4d,Hard-pressed flat dwellers,S02001857,Craigton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213434 +213434,S00117551,3c2,Constrained Commuters,S01010272,City Centre South - 01,1a,Cosmopolitan student neighbourhoods,S02001934,City Centre South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213435 +213435,S00115755,7c2,Constrained Young Families,S01009780,Nitshill - 06,4d,Hard-pressed flat dwellers,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213436 +213436,S00115378,7c2,Constrained Young Families,S01009848,Craigton - 01,4d,Hard-pressed flat dwellers,S02001857,Craigton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213437 +213437,S00115383,7c2,Constrained Young Families,S01009840,Drumoyne and Shieldhall - 08,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213438 +213438,S00115424,7c2,Constrained Young Families,S01009854,Mosspark - 03,4d,Hard-pressed flat dwellers,S02001858,Mosspark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213439 +213439,S00115476,7c2,Constrained Young Families,S01009850,Craigton - 03,4d,Hard-pressed flat dwellers,S02001857,Craigton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213440 +213440,S00115487,7c2,Constrained Young Families,S01009828,Penilee - 07,4d,Hard-pressed flat dwellers,S02001853,Penilee,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213441 +213441,S00115488,7c2,Constrained Young Families,S01009826,Penilee - 05,4d,Hard-pressed flat dwellers,S02001853,Penilee,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213442 +213442,S00115489,7c2,Constrained Young Families,S01009826,Penilee - 05,4d,Hard-pressed flat dwellers,S02001853,Penilee,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213443 +213443,S00115623,7c2,Constrained Young Families,S01009827,Penilee - 06,4d,Hard-pressed flat dwellers,S02001853,Penilee,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213444 +213444,S00115624,7c2,Constrained Young Families,S01009827,Penilee - 06,4d,Hard-pressed flat dwellers,S02001853,Penilee,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213445 +213445,S00115627,7c2,Constrained Young Families,S01009827,Penilee - 06,4d,Hard-pressed flat dwellers,S02001853,Penilee,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213446 +213446,S00115630,7c2,Constrained Young Families,S01009825,Penilee - 04,4d,Hard-pressed flat dwellers,S02001853,Penilee,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213447 +213447,S00115632,7c2,Constrained Young Families,S01009825,Penilee - 04,4d,Hard-pressed flat dwellers,S02001853,Penilee,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213448 +213448,S00115642,7c2,Constrained Young Families,S01009825,Penilee - 04,4d,Hard-pressed flat dwellers,S02001853,Penilee,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213449 +213449,S00115644,7c2,Constrained Young Families,S01009823,Penilee - 02,4d,Hard-pressed flat dwellers,S02001853,Penilee,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213450 +213450,S00115647,7c2,Constrained Young Families,S01009824,Penilee - 03,4a,Challenged white communities,S02001853,Penilee,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213451 +213451,S00115655,7c2,Constrained Young Families,S01009786,Crookston South - 03,4d,Hard-pressed flat dwellers,S02001846,Crookston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213452 +213452,S00115656,7c2,Constrained Young Families,S01009786,Crookston South - 03,4d,Hard-pressed flat dwellers,S02001846,Crookston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213453 +213453,S00115657,7c2,Constrained Young Families,S01009786,Crookston South - 03,4d,Hard-pressed flat dwellers,S02001846,Crookston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213454 +213454,S00115663,7c2,Constrained Young Families,S01009805,Pollok North and East - 07,4d,Hard-pressed flat dwellers,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213455 +213455,S00115669,7c2,Constrained Young Families,S01009803,Pollok North and East - 05,4d,Hard-pressed flat dwellers,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213456 +213456,S00115672,7c2,Constrained Young Families,S01009800,Pollok North and East - 02,4d,Hard-pressed flat dwellers,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213457 +213457,S00115674,7c2,Constrained Young Families,S01009802,Pollok North and East - 04,4d,Hard-pressed flat dwellers,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213458 +213458,S00115680,7c2,Constrained Young Families,S01009800,Pollok North and East - 02,4d,Hard-pressed flat dwellers,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213459 +213459,S00115685,7c2,Constrained Young Families,S01009799,Pollok North and East - 01,4d,Hard-pressed flat dwellers,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213460 +213460,S00115686,7c2,Constrained Young Families,S01009799,Pollok North and East - 01,4d,Hard-pressed flat dwellers,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213461 +213461,S00115687,7c2,Constrained Young Families,S01009801,Pollok North and East - 03,4a,Challenged white communities,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213462 +213462,S00115688,7c2,Constrained Young Families,S01009801,Pollok North and East - 03,4a,Challenged white communities,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213463 +213463,S00115690,7c2,Constrained Young Families,S01009799,Pollok North and East - 01,4d,Hard-pressed flat dwellers,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213464 +213464,S00115692,7c2,Constrained Young Families,S01009799,Pollok North and East - 01,4d,Hard-pressed flat dwellers,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213465 +213465,S00115693,7c2,Constrained Young Families,S01009801,Pollok North and East - 03,4a,Challenged white communities,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213466 +213466,S00115705,7c2,Constrained Young Families,S01009788,Crookston North - 01,4a,Challenged white communities,S02001847,Crookston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213467 +213467,S00115719,7c2,Constrained Young Families,S01009778,Nitshill - 04,4d,Hard-pressed flat dwellers,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213468 +213468,S00115720,7c2,Constrained Young Families,S01009785,Crookston South - 02,4d,Hard-pressed flat dwellers,S02001846,Crookston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213469 +213469,S00115724,7c2,Constrained Young Families,S01009785,Crookston South - 02,4d,Hard-pressed flat dwellers,S02001846,Crookston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213470 +213470,S00115725,7c2,Constrained Young Families,S01009785,Crookston South - 02,4d,Hard-pressed flat dwellers,S02001846,Crookston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213471 +213471,S00115728,7c2,Constrained Young Families,S01009784,Crookston South - 01,4d,Hard-pressed flat dwellers,S02001846,Crookston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213472 +213472,S00115729,7c2,Constrained Young Families,S01009784,Crookston South - 01,4d,Hard-pressed flat dwellers,S02001846,Crookston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213473 +213473,S00115730,7c2,Constrained Young Families,S01009784,Crookston South - 01,4d,Hard-pressed flat dwellers,S02001846,Crookston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213474 +213474,S00115731,7c2,Constrained Young Families,S01009784,Crookston South - 01,4d,Hard-pressed flat dwellers,S02001846,Crookston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213475 +213475,S00115732,7c2,Constrained Young Families,S01009787,Crookston South - 04,4d,Hard-pressed flat dwellers,S02001846,Crookston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213476 +213476,S00115733,7c2,Constrained Young Families,S01009787,Crookston South - 04,4d,Hard-pressed flat dwellers,S02001846,Crookston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213477 +213477,S00115736,7c2,Constrained Young Families,S01009787,Crookston South - 04,4d,Hard-pressed flat dwellers,S02001846,Crookston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213478 +213478,S00115737,7c2,Constrained Young Families,S01009787,Crookston South - 04,4d,Hard-pressed flat dwellers,S02001846,Crookston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213479 +213479,S00117392,7c2,Constrained Young Families,S01009986,Castlemilk - 01,4d,Hard-pressed flat dwellers,S02001883,Castlemilk,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213480 +213480,S00117420,7c2,Constrained Young Families,S01009942,Carnwadric West - 04,4d,Hard-pressed flat dwellers,S02001874,Carnwadric West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213481 +213481,S00117480,7c2,Constrained Young Families,S01009823,Penilee - 02,4d,Hard-pressed flat dwellers,S02001853,Penilee,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213482 +213482,S00117488,7c2,Constrained Young Families,S01009778,Nitshill - 04,4d,Hard-pressed flat dwellers,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213483 +213483,S00117490,7c2,Constrained Young Families,S01009778,Nitshill - 04,4d,Hard-pressed flat dwellers,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213484 +213484,S00117491,7c2,Constrained Young Families,S01009785,Crookston South - 02,4d,Hard-pressed flat dwellers,S02001846,Crookston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213485 +213485,S00117492,7c2,Constrained Young Families,S01009785,Crookston South - 02,4d,Hard-pressed flat dwellers,S02001846,Crookston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213486 +213486,S00117494,7c2,Constrained Young Families,S01009783,Nitshill - 09,4a,Challenged white communities,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213487 +213487,S00117547,7c2,Constrained Young Families,S01010223,Cowlairs and Port Dundas - 05,4d,Hard-pressed flat dwellers,S02001924,Cowlairs and Port Dundas,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213488 +213488,S00117548,7c2,Constrained Young Families,S01010179,Blackhill and Barmulloch East - 01,4d,Hard-pressed flat dwellers,S02001917,Blackhill and Barmulloch East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213489 +213489,S00117549,7c2,Constrained Young Families,S01010179,Blackhill and Barmulloch East - 01,4d,Hard-pressed flat dwellers,S02001917,Blackhill and Barmulloch East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213490 +213490,S00117614,7c2,Constrained Young Families,S01009777,Nitshill - 03,4d,Hard-pressed flat dwellers,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213491 +213491,S00112363,5b1,Delayed Retirement,S01010400,Partickhill and Hyndland - 04,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213492 +213492,S00112365,5b1,Delayed Retirement,S01010400,Partickhill and Hyndland - 04,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213493 +213493,S00112366,5b1,Delayed Retirement,S01010400,Partickhill and Hyndland - 04,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213494 +213494,S00112454,5b1,Delayed Retirement,S01010415,Broomhill - 01,4d,Hard-pressed flat dwellers,S02001959,Broomhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213495 +213495,S00112500,5b1,Delayed Retirement,S01010419,Broomhill - 05,3c,Highly qualified professionals,S02001959,Broomhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213496 +213496,S00112509,5b1,Delayed Retirement,S01010417,Broomhill - 03,3c,Highly qualified professionals,S02001959,Broomhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213497 +213497,S00112520,5b1,Delayed Retirement,S01010416,Broomhill - 02,3c,Highly qualified professionals,S02001959,Broomhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213498 +213498,S00112596,5b1,Delayed Retirement,S01010404,Dowanhill - 02,1a,Cosmopolitan student neighbourhoods,S02001957,Dowanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213499 +213499,S00112610,5b1,Delayed Retirement,S01010412,Kelvinside and Jordanhill - 05,1a,Cosmopolitan student neighbourhoods,S02001958,Kelvinside and Jordanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213500 +213500,S00112637,5b1,Delayed Retirement,S01010413,Kelvinside and Jordanhill - 06,3c,Highly qualified professionals,S02001958,Kelvinside and Jordanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213501 +213501,S00112638,5b1,Delayed Retirement,S01010467,Anniesland East - 03,3c,Highly qualified professionals,S02001970,Anniesland East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213502 +213502,S00112653,5b1,Delayed Retirement,S01010363,Kelvindale - 01,3c,Highly qualified professionals,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213503 +213503,S00112655,5b1,Delayed Retirement,S01010366,Kelvindale - 04,3c,Highly qualified professionals,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213504 +213504,S00115758,7c2,Constrained Young Families,S01009780,Nitshill - 06,4d,Hard-pressed flat dwellers,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213505 +213505,S00112656,5b1,Delayed Retirement,S01010366,Kelvindale - 04,3c,Highly qualified professionals,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213506 +213506,S00112664,5b1,Delayed Retirement,S01010367,Kelvindale - 05,1a,Cosmopolitan student neighbourhoods,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213507 +213507,S00117564,3c2,Constrained Commuters,S01010268,City Centre West - 03,1a,Cosmopolitan student neighbourhoods,S02001933,City Centre West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213508 +213508,S00112668,5b1,Delayed Retirement,S01010367,Kelvindale - 05,1a,Cosmopolitan student neighbourhoods,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213509 +213509,S00112671,5b1,Delayed Retirement,S01010367,Kelvindale - 05,1a,Cosmopolitan student neighbourhoods,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213510 +213510,S00112672,5b1,Delayed Retirement,S01010368,Kelvindale - 06,3c,Highly qualified professionals,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213511 +213511,S00112674,5b1,Delayed Retirement,S01010368,Kelvindale - 06,3c,Highly qualified professionals,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213512 +213512,S00112684,5b1,Delayed Retirement,S01010365,Kelvindale - 03,3c,Highly qualified professionals,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213513 +213513,S00112689,5b1,Delayed Retirement,S01010365,Kelvindale - 03,3c,Highly qualified professionals,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213514 +213514,S00112690,5b1,Delayed Retirement,S01010413,Kelvinside and Jordanhill - 06,3c,Highly qualified professionals,S02001958,Kelvinside and Jordanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213515 +213515,S00112691,5b1,Delayed Retirement,S01010413,Kelvinside and Jordanhill - 06,3c,Highly qualified professionals,S02001958,Kelvinside and Jordanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213516 +213516,S00112692,5b1,Delayed Retirement,S01010413,Kelvinside and Jordanhill - 06,3c,Highly qualified professionals,S02001958,Kelvinside and Jordanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213517 +213517,S00112704,5b1,Delayed Retirement,S01010409,Kelvinside and Jordanhill - 02,8c,Comfortable suburbia,S02001958,Kelvinside and Jordanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213518 +213518,S00112727,5b1,Delayed Retirement,S01010475,Anniesland West - 06,3c,Highly qualified professionals,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213519 +213519,S00112859,5b1,Delayed Retirement,S01010463,Knightswood Park East - 04,4d,Hard-pressed flat dwellers,S02001969,Knightswood Park East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213520 +213520,S00113168,5b1,Delayed Retirement,S01010369,North Kelvin - 01,1a,Cosmopolitan student neighbourhoods,S02001951,North Kelvin,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213521 +213521,S00113294,5b1,Delayed Retirement,S01010465,Anniesland East - 01,3a,Achieving neighbourhoods,S02001970,Anniesland East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213522 +213522,S00113303,5b1,Delayed Retirement,S01010346,Summerston North - 01,3c,Highly qualified professionals,S02001946,Summerston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213523 +213523,S00117588,3c2,Constrained Commuters,S01009887,Govanhill West - 01,6a,Inner city cosmopolitan,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213524 +213524,S00117590,3c2,Constrained Commuters,S01010033,Laurieston and Tradeston - 03,1a,Cosmopolitan student neighbourhoods,S02001890,Laurieston and Tradeston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213525 +213525,S00117599,3c2,Constrained Commuters,S01010030,Gorbals and Hutchesontown - 08,1a,Cosmopolitan student neighbourhoods,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213526 +213526,S00112417,3c1,Constrained Neighbourhoods,S01010391,Glasgow Harbour and Partick South - 04,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213527 +213527,S00113360,3c1,Constrained Neighbourhoods,S01010231,"Roystonhill, Blochairn, and Provanmill - 04",4d,Hard-pressed flat dwellers,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213528 +213528,S00113363,3c1,Constrained Neighbourhoods,S01010231,"Roystonhill, Blochairn, and Provanmill - 04",4d,Hard-pressed flat dwellers,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213529 +213529,S00113398,3c1,Constrained Neighbourhoods,S01010217,Springburn East and Cowlairs - 04,4d,Hard-pressed flat dwellers,S02001923,Springburn East and Cowlairs,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213530 +213530,S00113452,3c1,Constrained Neighbourhoods,S01010212,Springburn - 04,4d,Hard-pressed flat dwellers,S02001922,Springburn,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213531 +213531,S00114197,3c1,Constrained Neighbourhoods,S01010169,Craigend and Ruchazie - 05,4d,Hard-pressed flat dwellers,S02001915,Craigend and Ruchazie,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213532 +213532,S00114447,3c1,Constrained Neighbourhoods,S01009878,Pollokshields West - 04,7b,Young ethnic communities,S02001863,Pollokshields West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213533 +213533,S00114752,3c1,Constrained Neighbourhoods,S01009930,Langside - 04,1a,Cosmopolitan student neighbourhoods,S02001872,Langside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213534 +213534,S00114755,3c1,Constrained Neighbourhoods,S01009899,Battlefield - 01,1a,Cosmopolitan student neighbourhoods,S02001867,Battlefield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213535 +213535,S00114852,3c1,Constrained Neighbourhoods,S01009946,Carnwadric East - 03,4d,Hard-pressed flat dwellers,S02001875,Carnwadric East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213536 +213536,S00115313,3c1,Constrained Neighbourhoods,S01009861,Ibrox - 03,1a,Cosmopolitan student neighbourhoods,S02001859,Ibrox,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213537 +213537,S00115327,3c1,Constrained Neighbourhoods,S01009859,Ibrox - 01,4d,Hard-pressed flat dwellers,S02001859,Ibrox,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213538 +213538,S00115990,3c1,Constrained Neighbourhoods,S01010222,Cowlairs and Port Dundas - 04,4d,Hard-pressed flat dwellers,S02001924,Cowlairs and Port Dundas,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213539 +213539,S00116012,3c1,Constrained Neighbourhoods,S01010224,Cowlairs and Port Dundas - 06,4d,Hard-pressed flat dwellers,S02001924,Cowlairs and Port Dundas,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213540 +213540,S00116190,3c1,Constrained Neighbourhoods,S01009895,Govanhill East and Aikenhead - 02,7a,Urban cultural mix,S02001866,Govanhill East and Aikenhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213541 +213541,S00116561,3c1,Constrained Neighbourhoods,S01010272,City Centre South - 01,1a,Cosmopolitan student neighbourhoods,S02001934,City Centre South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213542 +213542,S00117336,3c1,Constrained Neighbourhoods,S01009936,Pollokshaws - 04,4d,Hard-pressed flat dwellers,S02001873,Pollokshaws,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213543 +213543,S00117341,3c1,Constrained Neighbourhoods,S01009948,Newlands - 01,4d,Hard-pressed flat dwellers,S02001876,Newlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213544 +213544,S00112761,7c2,Constrained Young Families,S01010481,Blairdardie East - 04,4d,Hard-pressed flat dwellers,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213545 +213545,S00112890,7c2,Constrained Young Families,S01010444,Yoker North - 02,4a,Challenged white communities,S02001965,Yoker North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213546 +213546,S00112902,7c2,Constrained Young Families,S01010445,Yoker North - 03,4d,Hard-pressed flat dwellers,S02001965,Yoker North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213547 +213547,S00113032,7c2,Constrained Young Families,S01010435,Scotstoun South and West - 04,4d,Hard-pressed flat dwellers,S02001963,Scotstoun South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213548 +213548,S00113070,7c2,Constrained Young Families,S01010488,Drumchapel South - 01,4d,Hard-pressed flat dwellers,S02001974,Drumchapel South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213549 +213549,S00113080,7c2,Constrained Young Families,S01010499,Drumry East - 04,4d,Hard-pressed flat dwellers,S02001976,Drumry East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213550 +213550,S00113083,7c2,Constrained Young Families,S01010493,Drumchapel North - 03,4d,Hard-pressed flat dwellers,S02001975,Drumchapel North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213551 +213551,S00113092,7c2,Constrained Young Families,S01010495,Drumchapel North - 05,4d,Hard-pressed flat dwellers,S02001975,Drumchapel North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213552 +213552,S00113093,7c2,Constrained Young Families,S01010495,Drumchapel North - 05,4d,Hard-pressed flat dwellers,S02001975,Drumchapel North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213553 +213553,S00113094,7c2,Constrained Young Families,S01010495,Drumchapel North - 05,4d,Hard-pressed flat dwellers,S02001975,Drumchapel North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213554 +213554,S00113095,7c2,Constrained Young Families,S01010493,Drumchapel North - 03,4d,Hard-pressed flat dwellers,S02001975,Drumchapel North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213555 +213555,S00113097,7c2,Constrained Young Families,S01010492,Drumchapel North - 02,4d,Hard-pressed flat dwellers,S02001975,Drumchapel North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213556 +213556,S00113099,7c2,Constrained Young Families,S01010492,Drumchapel North - 02,4d,Hard-pressed flat dwellers,S02001975,Drumchapel North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213557 +213557,S00113108,7c2,Constrained Young Families,S01010500,Drumry West - 01,4d,Hard-pressed flat dwellers,S02001977,Drumry West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213558 +213558,S00115771,7c2,Constrained Young Families,S01009767,Darnley North - 04,4a,Challenged white communities,S02001843,Darnley North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213559 +213559,S00115772,7c2,Constrained Young Families,S01009767,Darnley North - 04,4a,Challenged white communities,S02001843,Darnley North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213560 +213560,S00115774,7c2,Constrained Young Families,S01009764,Darnley North - 01,4d,Hard-pressed flat dwellers,S02001843,Darnley North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213561 +213561,S00115775,7c2,Constrained Young Families,S01009767,Darnley North - 04,4a,Challenged white communities,S02001843,Darnley North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213562 +213562,S00115778,7c2,Constrained Young Families,S01009776,Nitshill - 02,4d,Hard-pressed flat dwellers,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213563 +213563,S00115780,7c2,Constrained Young Families,S01009776,Nitshill - 02,4d,Hard-pressed flat dwellers,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213564 +213564,S00115782,7c2,Constrained Young Families,S01009776,Nitshill - 02,4d,Hard-pressed flat dwellers,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213565 +213565,S00115783,7c2,Constrained Young Families,S01009776,Nitshill - 02,4d,Hard-pressed flat dwellers,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213566 +213566,S00115785,7c2,Constrained Young Families,S01009779,Nitshill - 05,4d,Hard-pressed flat dwellers,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213567 +213567,S00115807,7c2,Constrained Young Families,S01010197,Balornock - 04,4d,Hard-pressed flat dwellers,S02001919,Balornock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213568 +213568,S00115864,7c2,Constrained Young Families,S01010083,Baillieston West - 01,4a,Challenged white communities,S02001900,Baillieston West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213569 +213569,S00115906,7c2,Constrained Young Families,S01010092,Baillieston East - 05,4d,Hard-pressed flat dwellers,S02001901,Baillieston East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213570 +213570,S00115908,7c2,Constrained Young Families,S01010091,Baillieston East - 04,5c,Comfortable neighbourhoods,S02001901,Baillieston East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213571 +213571,S00115942,7c2,Constrained Young Families,S01010496,Drumry East - 01,4d,Hard-pressed flat dwellers,S02001976,Drumry East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213572 +213572,S00115945,7c2,Constrained Young Families,S01010496,Drumry East - 01,4d,Hard-pressed flat dwellers,S02001976,Drumry East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213573 +213573,S00115946,7c2,Constrained Young Families,S01010493,Drumchapel North - 03,4d,Hard-pressed flat dwellers,S02001975,Drumchapel North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213574 +213574,S00115949,7c2,Constrained Young Families,S01010491,Drumchapel North - 01,4d,Hard-pressed flat dwellers,S02001975,Drumchapel North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213575 +213575,S00115956,7c2,Constrained Young Families,S01010496,Drumry East - 01,4d,Hard-pressed flat dwellers,S02001976,Drumry East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213576 +213576,S00115957,7c2,Constrained Young Families,S01010492,Drumchapel North - 02,4d,Hard-pressed flat dwellers,S02001975,Drumchapel North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213577 +213577,S00115958,7c2,Constrained Young Families,S01010492,Drumchapel North - 02,4d,Hard-pressed flat dwellers,S02001975,Drumchapel North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213578 +213578,S00115961,7c2,Constrained Young Families,S01010500,Drumry West - 01,4d,Hard-pressed flat dwellers,S02001977,Drumry West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213579 +213579,S00115966,7c2,Constrained Young Families,S01010501,Drumry West - 02,4d,Hard-pressed flat dwellers,S02001977,Drumry West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213580 +213580,S00115968,7c2,Constrained Young Families,S01010497,Drumry East - 02,4a,Challenged white communities,S02001976,Drumry East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213581 +213581,S00115969,7c2,Constrained Young Families,S01010502,Drumry West - 03,4a,Challenged white communities,S02001977,Drumry West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213582 +213582,S00115997,7c2,Constrained Young Families,S01010199,Barmulloch - 01,4a,Challenged white communities,S02001920,Barmulloch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213583 +213583,S00116001,7c2,Constrained Young Families,S01010205,Petershill - 03,4d,Hard-pressed flat dwellers,S02001921,Petershill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213584 +213584,S00116003,7c2,Constrained Young Families,S01010313,Keppochhill - 05,4d,Hard-pressed flat dwellers,S02001940,Keppochhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213585 +213585,S00116007,7c2,Constrained Young Families,S01010310,Keppochhill - 02,7a,Urban cultural mix,S02001940,Keppochhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213586 +213586,S00116009,7c2,Constrained Young Families,S01010224,Cowlairs and Port Dundas - 06,4d,Hard-pressed flat dwellers,S02001924,Cowlairs and Port Dundas,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213587 +213587,S00116011,7c2,Constrained Young Families,S01010224,Cowlairs and Port Dundas - 06,4d,Hard-pressed flat dwellers,S02001924,Cowlairs and Port Dundas,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213588 +213588,S00116026,7c2,Constrained Young Families,S01010340,Summerston Central and West - 01,4d,Hard-pressed flat dwellers,S02001945,Summerston Central and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213589 +213589,S00116046,7c2,Constrained Young Families,S01010246,Carntyne West and Haghill - 05,4d,Hard-pressed flat dwellers,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213590 +213590,S00116064,7c2,Constrained Young Families,S01010150,Old Shettleston and Parkhead North - 04,4d,Hard-pressed flat dwellers,S02001912,Old Shettleston and Parkhead North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213591 +213591,S00116083,7c2,Constrained Young Families,S01010157,"Cranhill, Lightburn and Queenslie South - 02",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213592 +213592,S00116084,7c2,Constrained Young Families,S01010156,"Cranhill, Lightburn and Queenslie South - 01",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213593 +213593,S00116094,7c2,Constrained Young Families,S01010165,Craigend and Ruchazie - 01,4d,Hard-pressed flat dwellers,S02001915,Craigend and Ruchazie,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213594 +213594,S00116099,7c2,Constrained Young Families,S01010123,Barlanark - 01,4d,Hard-pressed flat dwellers,S02001908,Barlanark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213595 +213595,S00116101,7c2,Constrained Young Families,S01010120,North Barlanark and Easterhouse South - 03,4d,Hard-pressed flat dwellers,S02001907,North Barlanark and Easterhouse South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213596 +213596,S00116102,7c2,Constrained Young Families,S01010120,North Barlanark and Easterhouse South - 03,4d,Hard-pressed flat dwellers,S02001907,North Barlanark and Easterhouse South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213597 +213597,S00116105,7c2,Constrained Young Families,S01010127,Barlanark - 05,4a,Challenged white communities,S02001908,Barlanark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213598 +213598,S00116106,7c2,Constrained Young Families,S01010127,Barlanark - 05,4a,Challenged white communities,S02001908,Barlanark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213599 +213599,S00116120,7c2,Constrained Young Families,S01010347,Summerston North - 02,1a,Cosmopolitan student neighbourhoods,S02001946,Summerston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213600 +213600,S00113641,5b1,Delayed Retirement,S01010342,Summerston Central and West - 03,5c,Comfortable neighbourhoods,S02001945,Summerston Central and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213601 +213601,S00113649,5b1,Delayed Retirement,S01010342,Summerston Central and West - 03,5c,Comfortable neighbourhoods,S02001945,Summerston Central and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213602 +213602,S00113651,5b1,Delayed Retirement,S01010342,Summerston Central and West - 03,5c,Comfortable neighbourhoods,S02001945,Summerston Central and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213603 +213603,S00113973,5b1,Delayed Retirement,S01010069,Shettleston South - 01,5c,Comfortable neighbourhoods,S02001897,Shettleston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213604 +213604,S00113994,5b1,Delayed Retirement,S01010073,Shettleston South - 05,5c,Comfortable neighbourhoods,S02001897,Shettleston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213605 +213605,S00114038,5b1,Delayed Retirement,S01010082,Mount Vernon North and Sandyhills - 05,8c,Comfortable suburbia,S02001899,Mount Vernon North and Sandyhills,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213606 +213606,S00114983,5b1,Delayed Retirement,S01009967,Carmunnock North - 03,5c,Comfortable neighbourhoods,S02001879,Carmunnock North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213607 +213607,S00113098,7b2,Deprived Neighbourhoods,S01010492,Drumchapel North - 02,4d,Hard-pressed flat dwellers,S02001975,Drumchapel North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213608 +213608,S00114077,5b1,Delayed Retirement,S01010081,Mount Vernon North and Sandyhills - 04,8b,Ageing suburbanites,S02001899,Mount Vernon North and Sandyhills,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213609 +213609,S00114087,5b1,Delayed Retirement,S01010182,Blackhill and Barmulloch East - 04,5c,Comfortable neighbourhoods,S02001917,Blackhill and Barmulloch East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213610 +213610,S00114088,5b1,Delayed Retirement,S01010182,Blackhill and Barmulloch East - 04,5c,Comfortable neighbourhoods,S02001917,Blackhill and Barmulloch East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213611 +213611,S00114107,5b1,Delayed Retirement,S01010193,Robroyston and Millerston - 08,3c,Highly qualified professionals,S02001918,Robroyston and Millerston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213612 +213612,S00114469,5b1,Delayed Retirement,S01009932,Langside - 06,1a,Cosmopolitan student neighbourhoods,S02001872,Langside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213613 +213613,S00114556,5b1,Delayed Retirement,S01009915,Maxwell Park - 04,3c,Highly qualified professionals,S02001869,Maxwell Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213614 +213614,S00114560,5b1,Delayed Retirement,S01009914,Maxwell Park - 03,3b,Asian traits,S02001869,Maxwell Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213615 +213615,S00114561,5b1,Delayed Retirement,S01009915,Maxwell Park - 04,3c,Highly qualified professionals,S02001869,Maxwell Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213616 +213616,S00114562,5b1,Delayed Retirement,S01009915,Maxwell Park - 04,3c,Highly qualified professionals,S02001869,Maxwell Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213617 +213617,S00114563,5b1,Delayed Retirement,S01009915,Maxwell Park - 04,3c,Highly qualified professionals,S02001869,Maxwell Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213618 +213618,S00114565,5b1,Delayed Retirement,S01009915,Maxwell Park - 04,3c,Highly qualified professionals,S02001869,Maxwell Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213619 +213619,S00114569,5b1,Delayed Retirement,S01009912,Maxwell Park - 01,3c,Highly qualified professionals,S02001869,Maxwell Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213620 +213620,S00114573,5b1,Delayed Retirement,S01009879,Pollokshields West - 05,3b,Asian traits,S02001863,Pollokshields West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213621 +213621,S00114574,5b1,Delayed Retirement,S01009913,Maxwell Park - 02,3b,Asian traits,S02001869,Maxwell Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213622 +213622,S00114575,5b1,Delayed Retirement,S01009879,Pollokshields West - 05,3b,Asian traits,S02001863,Pollokshields West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213623 +213623,S00114579,5b1,Delayed Retirement,S01009914,Maxwell Park - 03,3b,Asian traits,S02001869,Maxwell Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213624 +213624,S00114580,5b1,Delayed Retirement,S01009914,Maxwell Park - 03,3b,Asian traits,S02001869,Maxwell Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213625 +213625,S00114588,5b1,Delayed Retirement,S01009874,Kingston West and Dumbreck - 04,3d,Households in terraces and flats,S02001862,Kingston West and Dumbreck,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213626 +213626,S00114589,5b1,Delayed Retirement,S01009874,Kingston West and Dumbreck - 04,3d,Households in terraces and flats,S02001862,Kingston West and Dumbreck,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213627 +213627,S00114590,5b1,Delayed Retirement,S01009874,Kingston West and Dumbreck - 04,3d,Households in terraces and flats,S02001862,Kingston West and Dumbreck,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213628 +213628,S00114592,5b1,Delayed Retirement,S01009874,Kingston West and Dumbreck - 04,3d,Households in terraces and flats,S02001862,Kingston West and Dumbreck,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213629 +213629,S00114593,5b1,Delayed Retirement,S01009873,Kingston West and Dumbreck - 03,3d,Households in terraces and flats,S02001862,Kingston West and Dumbreck,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213630 +213630,S00114598,5b1,Delayed Retirement,S01009880,Pollokshields West - 06,3b,Asian traits,S02001863,Pollokshields West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213631 +213631,S00114602,5b1,Delayed Retirement,S01009879,Pollokshields West - 05,3b,Asian traits,S02001863,Pollokshields West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213632 +213632,S00114603,5b1,Delayed Retirement,S01009879,Pollokshields West - 05,3b,Asian traits,S02001863,Pollokshields West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213633 +213633,S00114616,5b1,Delayed Retirement,S01009877,Pollokshields West - 03,3c,Highly qualified professionals,S02001863,Pollokshields West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213634 +213634,S00114617,5b1,Delayed Retirement,S01009877,Pollokshields West - 03,3c,Highly qualified professionals,S02001863,Pollokshields West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213635 +213635,S00114620,5b1,Delayed Retirement,S01009877,Pollokshields West - 03,3c,Highly qualified professionals,S02001863,Pollokshields West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213636 +213636,S00114621,5b1,Delayed Retirement,S01009877,Pollokshields West - 03,3c,Highly qualified professionals,S02001863,Pollokshields West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213637 +213637,S00114664,5b1,Delayed Retirement,S01010014,Mount Florida - 04,1a,Cosmopolitan student neighbourhoods,S02001887,Mount Florida,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213638 +213638,S00114850,5b1,Delayed Retirement,S01009954,Newlands - 07,3b,Asian traits,S02001876,Newlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213639 +213639,S00114894,5b1,Delayed Retirement,S01009954,Newlands - 07,3b,Asian traits,S02001876,Newlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213640 +213640,S00114902,5b1,Delayed Retirement,S01009953,Newlands - 06,3d,Households in terraces and flats,S02001876,Newlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213641 +213641,S00114917,5b1,Delayed Retirement,S01009952,Newlands - 05,3c,Highly qualified professionals,S02001876,Newlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213642 +213642,S00114920,5b1,Delayed Retirement,S01009955,Merrylee and Millbrae - 01,3c,Highly qualified professionals,S02001877,Merrylee and Millbrae,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213643 +213643,S00114921,5b1,Delayed Retirement,S01009957,Merrylee and Millbrae - 03,8a,Affluent communities,S02001877,Merrylee and Millbrae,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213644 +213644,S00114922,5b1,Delayed Retirement,S01009957,Merrylee and Millbrae - 03,8a,Affluent communities,S02001877,Merrylee and Millbrae,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213645 +213645,S00114944,5b1,Delayed Retirement,S01009951,Newlands - 04,8a,Affluent communities,S02001876,Newlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213646 +213646,S00114945,5b1,Delayed Retirement,S01009956,Merrylee and Millbrae - 02,4d,Hard-pressed flat dwellers,S02001877,Merrylee and Millbrae,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213647 +213647,S00114949,5b1,Delayed Retirement,S01009951,Newlands - 04,8a,Affluent communities,S02001876,Newlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213648 +213648,S00114953,5b1,Delayed Retirement,S01009959,Muirend and Old Cathcart - 01,8a,Affluent communities,S02001878,Muirend and Old Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213649 +213649,S00114961,5b1,Delayed Retirement,S01009960,Muirend and Old Cathcart - 02,3c,Highly qualified professionals,S02001878,Muirend and Old Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213650 +213650,S00114962,5b1,Delayed Retirement,S01009959,Muirend and Old Cathcart - 01,8a,Affluent communities,S02001878,Muirend and Old Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213651 +213651,S00114967,5b1,Delayed Retirement,S01009962,Muirend and Old Cathcart - 04,4d,Hard-pressed flat dwellers,S02001878,Muirend and Old Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213652 +213652,S00117226,8b1,Deprived Blue-Collar Terraces,S01010108,Easterhouse East - 04,4a,Challenged white communities,S02001904,Easterhouse East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213653 +213653,S00113658,7b2,Deprived Neighbourhoods,S01010245,Carntyne West and Haghill - 04,4d,Hard-pressed flat dwellers,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213654 +213654,S00117188,5b1,Delayed Retirement,S01010188,Robroyston and Millerston - 03,5a,Ageing urban communities,S02001918,Robroyston and Millerston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213655 +213655,S00113402,7b2,Deprived Neighbourhoods,S01010216,Springburn East and Cowlairs - 03,4d,Hard-pressed flat dwellers,S02001923,Springburn East and Cowlairs,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213656 +213656,S00114216,7b2,Deprived Neighbourhoods,S01010130,Barlanark - 08,4d,Hard-pressed flat dwellers,S02001908,Barlanark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213657 +213657,S00114984,5b1,Delayed Retirement,S01009967,Carmunnock North - 03,5c,Comfortable neighbourhoods,S02001879,Carmunnock North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213658 +213658,S00113102,7b2,Deprived Neighbourhoods,S01010503,Drumry West - 04,4d,Hard-pressed flat dwellers,S02001977,Drumry West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213659 +213659,S00117281,5b1,Delayed Retirement,S01009922,Shawlands West - 04,1a,Cosmopolitan student neighbourhoods,S02001870,Shawlands West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213660 +213660,S00117293,8b1,Deprived Blue-Collar Terraces,S01009897,Govanhill East and Aikenhead - 04,7a,Urban cultural mix,S02001866,Govanhill East and Aikenhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213661 +213661,S00113661,7b2,Deprived Neighbourhoods,S01010244,Carntyne West and Haghill - 03,1a,Cosmopolitan student neighbourhoods,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213662 +213662,S00113104,7b2,Deprived Neighbourhoods,S01010503,Drumry West - 04,4d,Hard-pressed flat dwellers,S02001977,Drumry West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213663 +213663,S00114217,7b2,Deprived Neighbourhoods,S01010130,Barlanark - 08,4d,Hard-pressed flat dwellers,S02001908,Barlanark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213664 +213664,S00113403,7b2,Deprived Neighbourhoods,S01010216,Springburn East and Cowlairs - 03,4d,Hard-pressed flat dwellers,S02001923,Springburn East and Cowlairs,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213665 +213665,S00117283,5b1,Delayed Retirement,S01009914,Maxwell Park - 03,3b,Asian traits,S02001869,Maxwell Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213666 +213666,S00115026,5b1,Delayed Retirement,S01010002,Kingspark North - 04,4d,Hard-pressed flat dwellers,S02001885,Kingspark North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213667 +213667,S00117373,8b1,Deprived Blue-Collar Terraces,S01009966,Carmunnock North - 02,8c,Comfortable suburbia,S02001879,Carmunnock North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213668 +213668,S00113667,7b2,Deprived Neighbourhoods,S01010244,Carntyne West and Haghill - 03,1a,Cosmopolitan student neighbourhoods,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213669 +213669,S00113107,7b2,Deprived Neighbourhoods,S01010500,Drumry West - 01,4d,Hard-pressed flat dwellers,S02001977,Drumry West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213670 +213670,S00114218,7b2,Deprived Neighbourhoods,S01010130,Barlanark - 08,4d,Hard-pressed flat dwellers,S02001908,Barlanark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213671 +213671,S00113404,7b2,Deprived Neighbourhoods,S01010217,Springburn East and Cowlairs - 04,4d,Hard-pressed flat dwellers,S02001923,Springburn East and Cowlairs,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213672 +213672,S00114221,7b2,Deprived Neighbourhoods,S01010121,North Barlanark and Easterhouse South - 04,4d,Hard-pressed flat dwellers,S02001907,North Barlanark and Easterhouse South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213673 +213673,S00117308,5b1,Delayed Retirement,S01009929,Langside - 03,3c,Highly qualified professionals,S02001872,Langside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213674 +213674,S00115036,5b1,Delayed Retirement,S01009999,Kingspark North - 01,5c,Comfortable neighbourhoods,S02001885,Kingspark North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213675 +213675,S00113668,7b2,Deprived Neighbourhoods,S01010256,Gallowgate North and Bellgrove - 03,4d,Hard-pressed flat dwellers,S02001931,Gallowgate North and Bellgrove,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213676 +213676,S00113405,7b2,Deprived Neighbourhoods,S01010209,Springburn - 01,4d,Hard-pressed flat dwellers,S02001922,Springburn,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213677 +213677,S00114227,7b2,Deprived Neighbourhoods,S01010125,Barlanark - 03,4d,Hard-pressed flat dwellers,S02001908,Barlanark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213678 +213678,S00117346,5b1,Delayed Retirement,S01009957,Merrylee and Millbrae - 03,8a,Affluent communities,S02001877,Merrylee and Millbrae,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213679 +213679,S00114230,7b2,Deprived Neighbourhoods,S01010125,Barlanark - 03,4d,Hard-pressed flat dwellers,S02001908,Barlanark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213680 +213680,S00115038,5b1,Delayed Retirement,S01009999,Kingspark North - 01,5c,Comfortable neighbourhoods,S02001885,Kingspark North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213681 +213681,S00113670,7b2,Deprived Neighbourhoods,S01010256,Gallowgate North and Bellgrove - 03,4d,Hard-pressed flat dwellers,S02001931,Gallowgate North and Bellgrove,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213682 +213682,S00117347,5b1,Delayed Retirement,S01009950,Newlands - 03,8a,Affluent communities,S02001876,Newlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213683 +213683,S00113407,7b2,Deprived Neighbourhoods,S01010216,Springburn East and Cowlairs - 03,4d,Hard-pressed flat dwellers,S02001923,Springburn East and Cowlairs,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213684 +213684,S00114234,7b2,Deprived Neighbourhoods,S01010128,Barlanark - 06,4d,Hard-pressed flat dwellers,S02001908,Barlanark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213685 +213685,S00115043,5b1,Delayed Retirement,S01010000,Kingspark North - 02,4d,Hard-pressed flat dwellers,S02001885,Kingspark North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213686 +213686,S00113671,7b2,Deprived Neighbourhoods,S01010256,Gallowgate North and Bellgrove - 03,4d,Hard-pressed flat dwellers,S02001931,Gallowgate North and Bellgrove,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213687 +213687,S00117352,5b1,Delayed Retirement,S01009960,Muirend and Old Cathcart - 02,3c,Highly qualified professionals,S02001878,Muirend and Old Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213688 +213688,S00113442,7b2,Deprived Neighbourhoods,S01010185,Blackhill and Barmulloch East - 07,4d,Hard-pressed flat dwellers,S02001917,Blackhill and Barmulloch East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213689 +213689,S00114235,7b2,Deprived Neighbourhoods,S01010129,Barlanark - 07,4d,Hard-pressed flat dwellers,S02001908,Barlanark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213690 +213690,S00115076,5b1,Delayed Retirement,S01009967,Carmunnock North - 03,5c,Comfortable neighbourhoods,S02001879,Carmunnock North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213691 +213691,S00113672,7b2,Deprived Neighbourhoods,S01010255,Gallowgate North and Bellgrove - 02,1a,Cosmopolitan student neighbourhoods,S02001931,Gallowgate North and Bellgrove,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213692 +213692,S00117354,5b1,Delayed Retirement,S01009963,Muirend and Old Cathcart - 05,8b,Ageing suburbanites,S02001878,Muirend and Old Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213693 +213693,S00117375,5b1,Delayed Retirement,S01009995,Kingspark South - 03,4d,Hard-pressed flat dwellers,S02001884,Kingspark South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213694 +213694,S00117377,5b1,Delayed Retirement,S01009995,Kingspark South - 03,4d,Hard-pressed flat dwellers,S02001884,Kingspark South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213695 +213695,S00117408,5b1,Delayed Retirement,S01009761,Darnley East - 04,5c,Comfortable neighbourhoods,S02001842,Darnley East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213696 +213696,S00117463,5b1,Delayed Retirement,S01009830,Hillington - 02,4d,Hard-pressed flat dwellers,S02001854,Hillington,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213697 +213697,S00117474,5b1,Delayed Retirement,S01009807,Cardonald South and East - 02,4d,Hard-pressed flat dwellers,S02001850,Cardonald South and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213698 +213698,S00117525,5b1,Delayed Retirement,S01010093,Baillieston East - 06,4a,Challenged white communities,S02001901,Baillieston East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213699 +213699,S00117542,5b1,Delayed Retirement,S01010088,Baillieston East - 01,8c,Comfortable suburbia,S02001901,Baillieston East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213700 +213700,S00117573,5b1,Delayed Retirement,S01010191,Robroyston and Millerston - 06,8c,Comfortable suburbia,S02001918,Robroyston and Millerston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213701 +213701,S00112731,8b1,Deprived Blue-Collar Terraces,S01010473,Anniesland West - 04,3d,Households in terraces and flats,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213702 +213702,S00113059,8b1,Deprived Blue-Collar Terraces,S01010487,Blairdardie West - 03,4a,Challenged white communities,S02001973,Blairdardie West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213703 +213703,S00113573,8b1,Deprived Blue-Collar Terraces,S01010334,Milton West - 05,4a,Challenged white communities,S02001943,Milton West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213704 +213704,S00113644,8b1,Deprived Blue-Collar Terraces,S01010343,Summerston Central and West - 04,5b,Aspiring urban households,S02001945,Summerston Central and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213705 +213705,S00113828,8b1,Deprived Blue-Collar Terraces,S01010247,Carntyne West and Haghill - 06,4a,Challenged white communities,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213706 +213706,S00113911,8b1,Deprived Blue-Collar Terraces,S01010146,Tollcross - 05,4d,Hard-pressed flat dwellers,S02001911,Tollcross,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213707 +213707,S00113938,8b1,Deprived Blue-Collar Terraces,S01010066,Braidfauld - 06,4d,Hard-pressed flat dwellers,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213708 +213708,S00113982,8b1,Deprived Blue-Collar Terraces,S01010076,Carmyle and Mount Vernon South - 03,4a,Challenged white communities,S02001898,Carmyle and Mount Vernon South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213709 +213709,S00114273,8b1,Deprived Blue-Collar Terraces,S01010115,"Garthamlock, Auchinlea and Gartloch - 03",4a,Challenged white communities,S02001906,"Garthamlock, Auchinlea and Gartloch",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213710 +213710,S00114275,8b1,Deprived Blue-Collar Terraces,S01010170,Craigend and Ruchazie - 06,4d,Hard-pressed flat dwellers,S02001915,Craigend and Ruchazie,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213711 +213711,S00114672,8b1,Deprived Blue-Collar Terraces,S01009897,Govanhill East and Aikenhead - 04,7a,Urban cultural mix,S02001866,Govanhill East and Aikenhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213712 +213712,S00114907,8b1,Deprived Blue-Collar Terraces,S01009949,Newlands - 02,4d,Hard-pressed flat dwellers,S02001876,Newlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213713 +213713,S00114952,8b1,Deprived Blue-Collar Terraces,S01009961,Muirend and Old Cathcart - 03,4a,Challenged white communities,S02001878,Muirend and Old Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213714 +213714,S00114965,8b1,Deprived Blue-Collar Terraces,S01009962,Muirend and Old Cathcart - 04,4d,Hard-pressed flat dwellers,S02001878,Muirend and Old Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213715 +213715,S00115016,8b1,Deprived Blue-Collar Terraces,S01010004,Kingspark North - 06,5b,Aspiring urban households,S02001885,Kingspark North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213716 +213716,S00115027,8b1,Deprived Blue-Collar Terraces,S01010012,Mount Florida - 02,4d,Hard-pressed flat dwellers,S02001887,Mount Florida,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213717 +213717,S00115085,8b1,Deprived Blue-Collar Terraces,S01009968,Carmunnock North - 04,5c,Comfortable neighbourhoods,S02001879,Carmunnock North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213718 +213718,S00115150,8b1,Deprived Blue-Collar Terraces,S01009971,Carmunnock South - 03,4d,Hard-pressed flat dwellers,S02001880,Carmunnock South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213719 +213719,S00115346,8b1,Deprived Blue-Collar Terraces,S01009846,Govan and Linthouse - 06,4d,Hard-pressed flat dwellers,S02001856,Govan and Linthouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213720 +213720,S00115348,8b1,Deprived Blue-Collar Terraces,S01009846,Govan and Linthouse - 06,4d,Hard-pressed flat dwellers,S02001856,Govan and Linthouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213721 +213721,S00115371,8b1,Deprived Blue-Collar Terraces,S01009834,Drumoyne and Shieldhall - 02,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213722 +213722,S00115676,8b1,Deprived Blue-Collar Terraces,S01009802,Pollok North and East - 04,4d,Hard-pressed flat dwellers,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213723 +213723,S00115833,8b1,Deprived Blue-Collar Terraces,S01010094,Garrowhill West - 01,5c,Comfortable neighbourhoods,S02001902,Garrowhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213724 +213724,S00115835,8b1,Deprived Blue-Collar Terraces,S01010095,Garrowhill West - 02,8b,Ageing suburbanites,S02001902,Garrowhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213725 +213725,S00115836,8b1,Deprived Blue-Collar Terraces,S01010093,Baillieston East - 06,4a,Challenged white communities,S02001901,Baillieston East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213726 +213726,S00115938,8b1,Deprived Blue-Collar Terraces,S01010485,Blairdardie West - 01,5c,Comfortable neighbourhoods,S02001973,Blairdardie West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213727 +213727,S00116305,8b1,Deprived Blue-Collar Terraces,S01009766,Darnley North - 03,5b,Aspiring urban households,S02001843,Darnley North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213728 +213728,S00116556,8b1,Deprived Blue-Collar Terraces,S01009796,Pollok South and West - 05,8c,Comfortable suburbia,S02001848,Pollok South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213729 +213729,S00116900,8b1,Deprived Blue-Collar Terraces,S01010438,Yoker South - 02,4d,Hard-pressed flat dwellers,S02001964,Yoker South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213730 +213730,S00117052,8b1,Deprived Blue-Collar Terraces,S01010225,Sighthill - 01,7a,Urban cultural mix,S02001925,Sighthill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213731 +213731,S00117055,8b1,Deprived Blue-Collar Terraces,S01010203,Petershill - 01,3d,Households in terraces and flats,S02001921,Petershill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213732 +213732,S00117062,8b1,Deprived Blue-Collar Terraces,S01010310,Keppochhill - 02,7a,Urban cultural mix,S02001940,Keppochhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213733 +213733,S00117076,8b1,Deprived Blue-Collar Terraces,S01010333,Milton West - 04,4d,Hard-pressed flat dwellers,S02001943,Milton West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213734 +213734,S00117158,8b1,Deprived Blue-Collar Terraces,S01010064,Braidfauld - 04,4d,Hard-pressed flat dwellers,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213735 +213735,S00113674,7b2,Deprived Neighbourhoods,S01010256,Gallowgate North and Bellgrove - 03,4d,Hard-pressed flat dwellers,S02001931,Gallowgate North and Bellgrove,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213736 +213736,S00113447,7b2,Deprived Neighbourhoods,S01010202,Barmulloch - 04,4d,Hard-pressed flat dwellers,S02001920,Barmulloch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213737 +213737,S00115078,5b1,Delayed Retirement,S01010010,Cathcart - 06,3a,Achieving neighbourhoods,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213738 +213738,S00113675,7b2,Deprived Neighbourhoods,S01010256,Gallowgate North and Bellgrove - 03,4d,Hard-pressed flat dwellers,S02001931,Gallowgate North and Bellgrove,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213739 +213739,S00113451,7b2,Deprived Neighbourhoods,S01010212,Springburn - 04,4d,Hard-pressed flat dwellers,S02001922,Springburn,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213740 +213740,S00113460,7b2,Deprived Neighbourhoods,S01010212,Springburn - 04,4d,Hard-pressed flat dwellers,S02001922,Springburn,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213741 +213741,S00113462,7b2,Deprived Neighbourhoods,S01010212,Springburn - 04,4d,Hard-pressed flat dwellers,S02001922,Springburn,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213742 +213742,S00114236,7b2,Deprived Neighbourhoods,S01010129,Barlanark - 07,4d,Hard-pressed flat dwellers,S02001908,Barlanark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213743 +213743,S00113464,7b2,Deprived Neighbourhoods,S01010212,Springburn - 04,4d,Hard-pressed flat dwellers,S02001922,Springburn,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213744 +213744,S00115087,5b1,Delayed Retirement,S01009989,Castlemilk - 04,4d,Hard-pressed flat dwellers,S02001883,Castlemilk,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213745 +213745,S00114239,7b2,Deprived Neighbourhoods,S01010120,North Barlanark and Easterhouse South - 03,4d,Hard-pressed flat dwellers,S02001907,North Barlanark and Easterhouse South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213746 +213746,S00113467,7b2,Deprived Neighbourhoods,S01010211,Springburn - 03,4d,Hard-pressed flat dwellers,S02001922,Springburn,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213747 +213747,S00113679,7b2,Deprived Neighbourhoods,S01010253,Dennistoun - 06,1a,Cosmopolitan student neighbourhoods,S02001930,Dennistoun,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213748 +213748,S00115088,5b1,Delayed Retirement,S01009968,Carmunnock North - 04,5c,Comfortable neighbourhoods,S02001879,Carmunnock North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213749 +213749,S00113468,7b2,Deprived Neighbourhoods,S01010211,Springburn - 03,4d,Hard-pressed flat dwellers,S02001922,Springburn,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213750 +213750,S00113730,7b2,Deprived Neighbourhoods,S01010243,Carntyne West and Haghill - 02,6a,Inner city cosmopolitan,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213751 +213751,S00114240,7b2,Deprived Neighbourhoods,S01010120,North Barlanark and Easterhouse South - 03,4d,Hard-pressed flat dwellers,S02001907,North Barlanark and Easterhouse South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213752 +213752,S00115096,5b1,Delayed Retirement,S01009990,Castlemilk - 05,4d,Hard-pressed flat dwellers,S02001883,Castlemilk,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213753 +213753,S00113472,7b2,Deprived Neighbourhoods,S01010204,Petershill - 02,4d,Hard-pressed flat dwellers,S02001921,Petershill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213754 +213754,S00113474,7b2,Deprived Neighbourhoods,S01010213,Springburn - 05,4d,Hard-pressed flat dwellers,S02001922,Springburn,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213755 +213755,S00113476,7b2,Deprived Neighbourhoods,S01010204,Petershill - 02,4d,Hard-pressed flat dwellers,S02001921,Petershill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213756 +213756,S00113485,7b2,Deprived Neighbourhoods,S01010207,Petershill - 05,7a,Urban cultural mix,S02001921,Petershill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213757 +213757,S00113489,7b2,Deprived Neighbourhoods,S01010207,Petershill - 05,7a,Urban cultural mix,S02001921,Petershill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213758 +213758,S00113494,7b2,Deprived Neighbourhoods,S01010313,Keppochhill - 05,4d,Hard-pressed flat dwellers,S02001940,Keppochhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213759 +213759,S00113495,7b2,Deprived Neighbourhoods,S01010313,Keppochhill - 05,4d,Hard-pressed flat dwellers,S02001940,Keppochhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213760 +213760,S00113497,7b2,Deprived Neighbourhoods,S01010312,Keppochhill - 04,4d,Hard-pressed flat dwellers,S02001940,Keppochhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213761 +213761,S00113500,7b2,Deprived Neighbourhoods,S01010311,Keppochhill - 03,4d,Hard-pressed flat dwellers,S02001940,Keppochhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213762 +213762,S00113505,7b2,Deprived Neighbourhoods,S01010224,Cowlairs and Port Dundas - 06,4d,Hard-pressed flat dwellers,S02001924,Cowlairs and Port Dundas,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213763 +213763,S00113508,7b2,Deprived Neighbourhoods,S01010224,Cowlairs and Port Dundas - 06,4d,Hard-pressed flat dwellers,S02001924,Cowlairs and Port Dundas,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213764 +213764,S00113510,7b2,Deprived Neighbourhoods,S01010224,Cowlairs and Port Dundas - 06,4d,Hard-pressed flat dwellers,S02001924,Cowlairs and Port Dundas,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213765 +213765,S00113511,7b2,Deprived Neighbourhoods,S01010323,Possil Park - 01,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213766 +213766,S00113512,7b2,Deprived Neighbourhoods,S01010224,Cowlairs and Port Dundas - 06,4d,Hard-pressed flat dwellers,S02001924,Cowlairs and Port Dundas,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213767 +213767,S00113514,7b2,Deprived Neighbourhoods,S01010326,Possil Park - 04,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213768 +213768,S00113515,7b2,Deprived Neighbourhoods,S01010326,Possil Park - 04,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213769 +213769,S00113521,7b2,Deprived Neighbourhoods,S01010326,Possil Park - 04,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213770 +213770,S00113523,7b2,Deprived Neighbourhoods,S01010328,Possil Park - 06,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213771 +213771,S00113529,7b2,Deprived Neighbourhoods,S01010218,Springburn East and Cowlairs - 05,4d,Hard-pressed flat dwellers,S02001923,Springburn East and Cowlairs,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213772 +213772,S00113531,7b2,Deprived Neighbourhoods,S01010218,Springburn East and Cowlairs - 05,4d,Hard-pressed flat dwellers,S02001923,Springburn East and Cowlairs,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213773 +213773,S00113533,7b2,Deprived Neighbourhoods,S01010215,Springburn East and Cowlairs - 02,4d,Hard-pressed flat dwellers,S02001923,Springburn East and Cowlairs,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213774 +213774,S00113534,7b2,Deprived Neighbourhoods,S01010215,Springburn East and Cowlairs - 02,4d,Hard-pressed flat dwellers,S02001923,Springburn East and Cowlairs,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213775 +213775,S00113535,7b2,Deprived Neighbourhoods,S01010215,Springburn East and Cowlairs - 02,4d,Hard-pressed flat dwellers,S02001923,Springburn East and Cowlairs,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213776 +213776,S00113536,7b2,Deprived Neighbourhoods,S01010215,Springburn East and Cowlairs - 02,4d,Hard-pressed flat dwellers,S02001923,Springburn East and Cowlairs,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213777 +213777,S00113540,7b2,Deprived Neighbourhoods,S01010324,Possil Park - 02,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213778 +213778,S00113561,7b2,Deprived Neighbourhoods,S01010333,Milton West - 04,4d,Hard-pressed flat dwellers,S02001943,Milton West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213779 +213779,S00113575,7b2,Deprived Neighbourhoods,S01010330,Milton West - 01,4d,Hard-pressed flat dwellers,S02001943,Milton West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213780 +213780,S00113576,7b2,Deprived Neighbourhoods,S01010330,Milton West - 01,4d,Hard-pressed flat dwellers,S02001943,Milton West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213781 +213781,S00113585,7b2,Deprived Neighbourhoods,S01010338,Milton East - 04,4d,Hard-pressed flat dwellers,S02001944,Milton East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213782 +213782,S00113596,7b2,Deprived Neighbourhoods,S01010344,Summerston Central and West - 05,4d,Hard-pressed flat dwellers,S02001945,Summerston Central and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213783 +213783,S00113597,7b2,Deprived Neighbourhoods,S01010344,Summerston Central and West - 05,4d,Hard-pressed flat dwellers,S02001945,Summerston Central and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213784 +213784,S00113601,7b2,Deprived Neighbourhoods,S01010336,Milton East - 02,4d,Hard-pressed flat dwellers,S02001944,Milton East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213785 +213785,S00113606,7b2,Deprived Neighbourhoods,S01010338,Milton East - 04,4d,Hard-pressed flat dwellers,S02001944,Milton East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213786 +213786,S00113607,7b2,Deprived Neighbourhoods,S01010336,Milton East - 02,4d,Hard-pressed flat dwellers,S02001944,Milton East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213787 +213787,S00113608,7b2,Deprived Neighbourhoods,S01010336,Milton East - 02,4d,Hard-pressed flat dwellers,S02001944,Milton East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213788 +213788,S00113625,7b2,Deprived Neighbourhoods,S01010349,Summerston North - 04,4d,Hard-pressed flat dwellers,S02001946,Summerston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213789 +213789,S00113630,7b2,Deprived Neighbourhoods,S01010349,Summerston North - 04,4d,Hard-pressed flat dwellers,S02001946,Summerston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213790 +213790,S00115100,5b1,Delayed Retirement,S01009990,Castlemilk - 05,4d,Hard-pressed flat dwellers,S02001883,Castlemilk,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213791 +213791,S00114241,7b2,Deprived Neighbourhoods,S01010120,North Barlanark and Easterhouse South - 03,4d,Hard-pressed flat dwellers,S02001907,North Barlanark and Easterhouse South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213792 +213792,S00113732,7b2,Deprived Neighbourhoods,S01010246,Carntyne West and Haghill - 05,4d,Hard-pressed flat dwellers,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213793 +213793,S00115114,5b1,Delayed Retirement,S01009994,Kingspark South - 02,4d,Hard-pressed flat dwellers,S02001884,Kingspark South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213794 +213794,S00113759,7b2,Deprived Neighbourhoods,S01010241,Alexandra Parade - 03,1a,Cosmopolitan student neighbourhoods,S02001928,Alexandra Parade,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213795 +213795,S00114243,7b2,Deprived Neighbourhoods,S01010120,North Barlanark and Easterhouse South - 03,4d,Hard-pressed flat dwellers,S02001907,North Barlanark and Easterhouse South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213796 +213796,S00115118,5b1,Delayed Retirement,S01009993,Kingspark South - 01,5c,Comfortable neighbourhoods,S02001884,Kingspark South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213797 +213797,S00113772,7b2,Deprived Neighbourhoods,S01010050,Parkhead West and Barrowfield - 02,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213798 +213798,S00114245,7b2,Deprived Neighbourhoods,S01010166,Craigend and Ruchazie - 02,4a,Challenged white communities,S02001915,Craigend and Ruchazie,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213799 +213799,S00115120,5b1,Delayed Retirement,S01009993,Kingspark South - 01,5c,Comfortable neighbourhoods,S02001884,Kingspark South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213800 +213800,S00113773,7b2,Deprived Neighbourhoods,S01010050,Parkhead West and Barrowfield - 02,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213801 +213801,S00114246,7b2,Deprived Neighbourhoods,S01010171,Craigend and Ruchazie - 07,4d,Hard-pressed flat dwellers,S02001915,Craigend and Ruchazie,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213802 +213802,S00115128,5b1,Delayed Retirement,S01009995,Kingspark South - 03,4d,Hard-pressed flat dwellers,S02001884,Kingspark South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213803 +213803,S00113776,7b2,Deprived Neighbourhoods,S01010052,Parkhead West and Barrowfield - 04,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213804 +213804,S00114247,7b2,Deprived Neighbourhoods,S01010171,Craigend and Ruchazie - 07,4d,Hard-pressed flat dwellers,S02001915,Craigend and Ruchazie,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213805 +213805,S00114248,7b2,Deprived Neighbourhoods,S01010171,Craigend and Ruchazie - 07,4d,Hard-pressed flat dwellers,S02001915,Craigend and Ruchazie,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213806 +213806,S00114263,7b2,Deprived Neighbourhoods,S01010167,Craigend and Ruchazie - 03,4d,Hard-pressed flat dwellers,S02001915,Craigend and Ruchazie,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213807 +213807,S00114266,7b2,Deprived Neighbourhoods,S01010169,Craigend and Ruchazie - 05,4d,Hard-pressed flat dwellers,S02001915,Craigend and Ruchazie,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213808 +213808,S00114271,7b2,Deprived Neighbourhoods,S01010167,Craigend and Ruchazie - 03,4d,Hard-pressed flat dwellers,S02001915,Craigend and Ruchazie,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213809 +213809,S00114276,7b2,Deprived Neighbourhoods,S01010171,Craigend and Ruchazie - 07,4d,Hard-pressed flat dwellers,S02001915,Craigend and Ruchazie,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213810 +213810,S00114278,7b2,Deprived Neighbourhoods,S01010121,North Barlanark and Easterhouse South - 04,4d,Hard-pressed flat dwellers,S02001907,North Barlanark and Easterhouse South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213811 +213811,S00114288,7b2,Deprived Neighbourhoods,S01010110,Central Easterhouse - 01,4d,Hard-pressed flat dwellers,S02001905,Central Easterhouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213812 +213812,S00114289,7b2,Deprived Neighbourhoods,S01010112,Central Easterhouse - 03,4d,Hard-pressed flat dwellers,S02001905,Central Easterhouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213813 +213813,S00114290,7b2,Deprived Neighbourhoods,S01010112,Central Easterhouse - 03,4d,Hard-pressed flat dwellers,S02001905,Central Easterhouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213814 +213814,S00114292,7b2,Deprived Neighbourhoods,S01010110,Central Easterhouse - 01,4d,Hard-pressed flat dwellers,S02001905,Central Easterhouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213815 +213815,S00114294,7b2,Deprived Neighbourhoods,S01010117,"Garthamlock, Auchinlea and Gartloch - 05",3a,Achieving neighbourhoods,S02001906,"Garthamlock, Auchinlea and Gartloch",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213816 +213816,S00114298,7b2,Deprived Neighbourhoods,S01010113,"Garthamlock, Auchinlea and Gartloch - 01",4d,Hard-pressed flat dwellers,S02001906,"Garthamlock, Auchinlea and Gartloch",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213817 +213817,S00114301,7b2,Deprived Neighbourhoods,S01010113,"Garthamlock, Auchinlea and Gartloch - 01",4d,Hard-pressed flat dwellers,S02001906,"Garthamlock, Auchinlea and Gartloch",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213818 +213818,S00114306,7b2,Deprived Neighbourhoods,S01010114,"Garthamlock, Auchinlea and Gartloch - 02",4d,Hard-pressed flat dwellers,S02001906,"Garthamlock, Auchinlea and Gartloch",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213819 +213819,S00114311,7b2,Deprived Neighbourhoods,S01010107,Easterhouse East - 03,4d,Hard-pressed flat dwellers,S02001904,Easterhouse East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213820 +213820,S00114314,7b2,Deprived Neighbourhoods,S01010106,Easterhouse East - 02,4d,Hard-pressed flat dwellers,S02001904,Easterhouse East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213821 +213821,S00114316,7b2,Deprived Neighbourhoods,S01010106,Easterhouse East - 02,4d,Hard-pressed flat dwellers,S02001904,Easterhouse East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213822 +213822,S00114321,7b2,Deprived Neighbourhoods,S01010108,Easterhouse East - 04,4a,Challenged white communities,S02001904,Easterhouse East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213823 +213823,S00114329,7b2,Deprived Neighbourhoods,S01010111,Central Easterhouse - 02,4d,Hard-pressed flat dwellers,S02001905,Central Easterhouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213824 +213824,S00114330,7b2,Deprived Neighbourhoods,S01010111,Central Easterhouse - 02,4d,Hard-pressed flat dwellers,S02001905,Central Easterhouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213825 +213825,S00114333,7b2,Deprived Neighbourhoods,S01010110,Central Easterhouse - 01,4d,Hard-pressed flat dwellers,S02001905,Central Easterhouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213826 +213826,S00114335,7b2,Deprived Neighbourhoods,S01010046,Dalmarnock - 01,4d,Hard-pressed flat dwellers,S02001893,Dalmarnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213827 +213827,S00114346,7b2,Deprived Neighbourhoods,S01010044,Bridgeton - 03,1a,Cosmopolitan student neighbourhoods,S02001892,Bridgeton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213828 +213828,S00114353,7b2,Deprived Neighbourhoods,S01010043,Bridgeton - 02,1a,Cosmopolitan student neighbourhoods,S02001892,Bridgeton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213829 +213829,S00114361,7b2,Deprived Neighbourhoods,S01010055,Parkhead West and Barrowfield - 07,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213830 +213830,S00114369,7b2,Deprived Neighbourhoods,S01010038,Calton and Gallowgate - 02,4d,Hard-pressed flat dwellers,S02001891,Calton and Gallowgate,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213831 +213831,S00114383,7b2,Deprived Neighbourhoods,S01010054,Parkhead West and Barrowfield - 06,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213832 +213832,S00114388,7b2,Deprived Neighbourhoods,S01010047,Dalmarnock - 02,4d,Hard-pressed flat dwellers,S02001893,Dalmarnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213833 +213833,S00114390,7b2,Deprived Neighbourhoods,S01010043,Bridgeton - 02,1a,Cosmopolitan student neighbourhoods,S02001892,Bridgeton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213834 +213834,S00114583,7b2,Deprived Neighbourhoods,S01009874,Kingston West and Dumbreck - 04,3d,Households in terraces and flats,S02001862,Kingston West and Dumbreck,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213835 +213835,S00114584,7b2,Deprived Neighbourhoods,S01009874,Kingston West and Dumbreck - 04,3d,Households in terraces and flats,S02001862,Kingston West and Dumbreck,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213836 +213836,S00114585,7b2,Deprived Neighbourhoods,S01009874,Kingston West and Dumbreck - 04,3d,Households in terraces and flats,S02001862,Kingston West and Dumbreck,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213837 +213837,S00114586,7b2,Deprived Neighbourhoods,S01009874,Kingston West and Dumbreck - 04,3d,Households in terraces and flats,S02001862,Kingston West and Dumbreck,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213838 +213838,S00114608,7b2,Deprived Neighbourhoods,S01009871,Kingston West and Dumbreck - 01,7a,Urban cultural mix,S02001862,Kingston West and Dumbreck,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213839 +213839,S00115129,5b1,Delayed Retirement,S01009997,Kingspark South - 05,4d,Hard-pressed flat dwellers,S02001884,Kingspark South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213840 +213840,S00115133,5b1,Delayed Retirement,S01009996,Kingspark South - 04,4d,Hard-pressed flat dwellers,S02001884,Kingspark South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213841 +213841,S00115148,5b1,Delayed Retirement,S01009971,Carmunnock South - 03,4d,Hard-pressed flat dwellers,S02001880,Carmunnock South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213842 +213842,S00115267,5b1,Delayed Retirement,S01009871,Kingston West and Dumbreck - 01,7a,Urban cultural mix,S02001862,Kingston West and Dumbreck,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213843 +213843,S00115500,5b1,Delayed Retirement,S01009832,Hillington - 04,4d,Hard-pressed flat dwellers,S02001854,Hillington,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213844 +213844,S00115501,5b1,Delayed Retirement,S01009831,Hillington - 03,4d,Hard-pressed flat dwellers,S02001854,Hillington,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213845 +213845,S00115537,5b1,Delayed Retirement,S01009821,Cardonald West and Central - 07,5c,Comfortable neighbourhoods,S02001852,Cardonald West and Central,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213846 +213846,S00115592,5b1,Delayed Retirement,S01009816,Cardonald West and Central - 02,4d,Hard-pressed flat dwellers,S02001852,Cardonald West and Central,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213847 +213847,S00115764,5b1,Delayed Retirement,S01009772,Darnley West - 05,5b,Aspiring urban households,S02001844,Darnley West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213848 +213848,S00115766,5b1,Delayed Retirement,S01009772,Darnley West - 05,5b,Aspiring urban households,S02001844,Darnley West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213849 +213849,S00115787,5b1,Delayed Retirement,S01009793,Pollok South and West - 02,5c,Comfortable neighbourhoods,S02001848,Pollok South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213850 +213850,S00115898,5b1,Delayed Retirement,S01010090,Baillieston East - 03,5c,Comfortable neighbourhoods,S02001901,Baillieston East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213851 +213851,S00115962,5b1,Delayed Retirement,S01010500,Drumry West - 01,4d,Hard-pressed flat dwellers,S02001977,Drumry West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213852 +213852,S00116031,5b1,Delayed Retirement,S01010348,Summerston North - 03,4d,Hard-pressed flat dwellers,S02001946,Summerston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213853 +213853,S00116033,5b1,Delayed Retirement,S01010343,Summerston Central and West - 04,5b,Aspiring urban households,S02001945,Summerston Central and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213854 +213854,S00116082,5b1,Delayed Retirement,S01010188,Robroyston and Millerston - 03,5a,Ageing urban communities,S02001918,Robroyston and Millerston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213855 +213855,S00116112,5b1,Delayed Retirement,S01009763,Darnley East - 06,8c,Comfortable suburbia,S02001842,Darnley East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213856 +213856,S00116180,5b1,Delayed Retirement,S01009880,Pollokshields West - 06,3b,Asian traits,S02001863,Pollokshields West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213857 +213857,S00116186,5b1,Delayed Retirement,S01010088,Baillieston East - 01,8c,Comfortable suburbia,S02001901,Baillieston East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213858 +213858,S00113785,7b2,Deprived Neighbourhoods,S01010051,Parkhead West and Barrowfield - 03,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213859 +213859,S00116188,5b1,Delayed Retirement,S01010091,Baillieston East - 04,5c,Comfortable neighbourhoods,S02001901,Baillieston East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213860 +213860,S00116247,5b1,Delayed Retirement,S01009763,Darnley East - 06,8c,Comfortable suburbia,S02001842,Darnley East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213861 +213861,S00116249,5b1,Delayed Retirement,S01009761,Darnley East - 04,5c,Comfortable neighbourhoods,S02001842,Darnley East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213862 +213862,S00116311,5b1,Delayed Retirement,S01009793,Pollok South and West - 02,5c,Comfortable neighbourhoods,S02001848,Pollok South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213863 +213863,S00116334,5b1,Delayed Retirement,S01010096,Garrowhill West - 03,5c,Comfortable neighbourhoods,S02001902,Garrowhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213864 +213864,S00116339,5b1,Delayed Retirement,S01010101,Garrowhill East and Swinton - 02,5a,Ageing urban communities,S02001903,Garrowhill East and Swinton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213865 +213865,S00116360,5b1,Delayed Retirement,S01010322,Ruchill - 08,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213866 +213866,S00116373,5b1,Delayed Retirement,S01010460,Knightswood Park East - 01,3b,Asian traits,S02001969,Knightswood Park East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213867 +213867,S00116784,5b1,Delayed Retirement,S01010365,Kelvindale - 03,3c,Highly qualified professionals,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213868 +213868,S00116791,5b1,Delayed Retirement,S01010410,Kelvinside and Jordanhill - 03,3b,Asian traits,S02001958,Kelvinside and Jordanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213869 +213869,S00116792,5b1,Delayed Retirement,S01010411,Kelvinside and Jordanhill - 04,3a,Achieving neighbourhoods,S02001958,Kelvinside and Jordanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213870 +213870,S00116995,5b1,Delayed Retirement,S01010214,Springburn East and Cowlairs - 01,4a,Challenged white communities,S02001923,Springburn East and Cowlairs,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213871 +213871,S00117021,5b1,Delayed Retirement,S01010229,"Roystonhill, Blochairn, and Provanmill - 02",4d,Hard-pressed flat dwellers,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213872 +213872,S00117172,5b1,Delayed Retirement,S01010079,Mount Vernon North and Sandyhills - 02,8b,Ageing suburbanites,S02001899,Mount Vernon North and Sandyhills,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213873 +213873,S00117174,5b1,Delayed Retirement,S01010082,Mount Vernon North and Sandyhills - 05,8c,Comfortable suburbia,S02001899,Mount Vernon North and Sandyhills,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213874 +213874,S00113791,7b2,Deprived Neighbourhoods,S01010068,Braidfauld - 08,7a,Urban cultural mix,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213875 +213875,S00113795,7b2,Deprived Neighbourhoods,S01010067,Braidfauld - 07,4d,Hard-pressed flat dwellers,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213876 +213876,S00113799,7b2,Deprived Neighbourhoods,S01010051,Parkhead West and Barrowfield - 03,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213877 +213877,S00113801,7b2,Deprived Neighbourhoods,S01010060,Parkhead East and Braidfauld North - 05,4d,Hard-pressed flat dwellers,S02001895,Parkhead East and Braidfauld North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213878 +213878,S00113802,7b2,Deprived Neighbourhoods,S01010060,Parkhead East and Braidfauld North - 05,4d,Hard-pressed flat dwellers,S02001895,Parkhead East and Braidfauld North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213879 +213879,S00113804,7b2,Deprived Neighbourhoods,S01010059,Parkhead East and Braidfauld North - 04,1a,Cosmopolitan student neighbourhoods,S02001895,Parkhead East and Braidfauld North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213880 +213880,S00113811,7b2,Deprived Neighbourhoods,S01010056,Parkhead East and Braidfauld North - 01,4d,Hard-pressed flat dwellers,S02001895,Parkhead East and Braidfauld North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213881 +213881,S00113816,7b2,Deprived Neighbourhoods,S01010049,Parkhead West and Barrowfield - 01,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213882 +213882,S00113820,7b2,Deprived Neighbourhoods,S01010150,Old Shettleston and Parkhead North - 04,4d,Hard-pressed flat dwellers,S02001912,Old Shettleston and Parkhead North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213883 +213883,S00113847,7b2,Deprived Neighbourhoods,S01010151,Old Shettleston and Parkhead North - 05,4d,Hard-pressed flat dwellers,S02001912,Old Shettleston and Parkhead North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213884 +213884,S00113851,7b2,Deprived Neighbourhoods,S01010151,Old Shettleston and Parkhead North - 05,4d,Hard-pressed flat dwellers,S02001912,Old Shettleston and Parkhead North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213885 +213885,S00113874,7b2,Deprived Neighbourhoods,S01010062,Braidfauld - 02,4d,Hard-pressed flat dwellers,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213886 +213886,S00113891,7b2,Deprived Neighbourhoods,S01010141,Shettleston North - 05,4d,Hard-pressed flat dwellers,S02001910,Shettleston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213887 +213887,S00113893,7b2,Deprived Neighbourhoods,S01010141,Shettleston North - 05,4d,Hard-pressed flat dwellers,S02001910,Shettleston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213888 +213888,S00113895,7b2,Deprived Neighbourhoods,S01010147,Old Shettleston and Parkhead North - 01,4d,Hard-pressed flat dwellers,S02001912,Old Shettleston and Parkhead North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213889 +213889,S00113896,7b2,Deprived Neighbourhoods,S01010147,Old Shettleston and Parkhead North - 01,4d,Hard-pressed flat dwellers,S02001912,Old Shettleston and Parkhead North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213890 +213890,S00113906,7b2,Deprived Neighbourhoods,S01010146,Tollcross - 05,4d,Hard-pressed flat dwellers,S02001911,Tollcross,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213891 +213891,S00113907,7b2,Deprived Neighbourhoods,S01010146,Tollcross - 05,4d,Hard-pressed flat dwellers,S02001911,Tollcross,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213892 +213892,S00113954,7b2,Deprived Neighbourhoods,S01010063,Braidfauld - 03,4d,Hard-pressed flat dwellers,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213893 +213893,S00113955,7b2,Deprived Neighbourhoods,S01010063,Braidfauld - 03,4d,Hard-pressed flat dwellers,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213894 +213894,S00114010,7b2,Deprived Neighbourhoods,S01010139,Shettleston North - 03,4d,Hard-pressed flat dwellers,S02001910,Shettleston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213895 +213895,S00114061,7b2,Deprived Neighbourhoods,S01010164,"Cranhill, Lightburn and Queenslie South - 09",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213896 +213896,S00114122,7b2,Deprived Neighbourhoods,S01010172,Riddrie and Hogganfield - 01,4d,Hard-pressed flat dwellers,S02001916,Riddrie and Hogganfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213897 +213897,S00114154,7b2,Deprived Neighbourhoods,S01010153,Carntyne - 02,4d,Hard-pressed flat dwellers,S02001913,Carntyne,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213898 +213898,S00114177,7b2,Deprived Neighbourhoods,S01010157,"Cranhill, Lightburn and Queenslie South - 02",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213899 +213899,S00114182,7b2,Deprived Neighbourhoods,S01010163,"Cranhill, Lightburn and Queenslie South - 08",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213900 +213900,S00114186,7b2,Deprived Neighbourhoods,S01010178,Riddrie and Hogganfield - 07,4d,Hard-pressed flat dwellers,S02001916,Riddrie and Hogganfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213901 +213901,S00114191,7b2,Deprived Neighbourhoods,S01010177,Riddrie and Hogganfield - 06,4d,Hard-pressed flat dwellers,S02001916,Riddrie and Hogganfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213902 +213902,S00114192,7b2,Deprived Neighbourhoods,S01010177,Riddrie and Hogganfield - 06,4d,Hard-pressed flat dwellers,S02001916,Riddrie and Hogganfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213903 +213903,S00114203,7b2,Deprived Neighbourhoods,S01010162,"Cranhill, Lightburn and Queenslie South - 07",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213904 +213904,S00114204,7b2,Deprived Neighbourhoods,S01010162,"Cranhill, Lightburn and Queenslie South - 07",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213905 +213905,S00114206,7b2,Deprived Neighbourhoods,S01010162,"Cranhill, Lightburn and Queenslie South - 07",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213906 +213906,S00114208,7b2,Deprived Neighbourhoods,S01010165,Craigend and Ruchazie - 01,4d,Hard-pressed flat dwellers,S02001915,Craigend and Ruchazie,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213907 +213907,S00117518,8b1,Deprived Blue-Collar Terraces,S01010102,Garrowhill East and Swinton - 03,8c,Comfortable suburbia,S02001903,Garrowhill East and Swinton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213908 +213908,S00117523,8b1,Deprived Blue-Collar Terraces,S01010103,Garrowhill East and Swinton - 04,8c,Comfortable suburbia,S02001903,Garrowhill East and Swinton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213909 +213909,S00117605,8b1,Deprived Blue-Collar Terraces,S01009984,Glenwood North - 05,4d,Hard-pressed flat dwellers,S02001882,Glenwood North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213910 +213910,S00112186,7b2,Deprived Neighbourhoods,S01010272,City Centre South - 01,1a,Cosmopolitan student neighbourhoods,S02001934,City Centre South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213911 +213911,S00113110,7b2,Deprived Neighbourhoods,S01010503,Drumry West - 04,4d,Hard-pressed flat dwellers,S02001977,Drumry West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213912 +213912,S00112264,7b2,Deprived Neighbourhoods,S01010278,Anderston - 03,1a,Cosmopolitan student neighbourhoods,S02001935,Anderston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213913 +213913,S00112276,7b2,Deprived Neighbourhoods,S01010277,Anderston - 02,1a,Cosmopolitan student neighbourhoods,S02001935,Anderston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213914 +213914,S00113151,7b2,Deprived Neighbourhoods,S01010369,North Kelvin - 01,1a,Cosmopolitan student neighbourhoods,S02001951,North Kelvin,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213915 +213915,S00112277,7b2,Deprived Neighbourhoods,S01010277,Anderston - 02,1a,Cosmopolitan student neighbourhoods,S02001935,Anderston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213916 +213916,S00112278,7b2,Deprived Neighbourhoods,S01010277,Anderston - 02,1a,Cosmopolitan student neighbourhoods,S02001935,Anderston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213917 +213917,S00112309,7b2,Deprived Neighbourhoods,S01010302,Firhill - 02,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213918 +213918,S00113183,7b2,Deprived Neighbourhoods,S01010304,Firhill - 04,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213919 +213919,S00112310,7b2,Deprived Neighbourhoods,S01010262,City Centre East - 04,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213920 +213920,S00112314,7b2,Deprived Neighbourhoods,S01010262,City Centre East - 04,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213921 +213921,S00112315,7b2,Deprived Neighbourhoods,S01010262,City Centre East - 04,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213922 +213922,S00112318,7b2,Deprived Neighbourhoods,S01010257,Gallowgate North and Bellgrove - 04,1a,Cosmopolitan student neighbourhoods,S02001931,Gallowgate North and Bellgrove,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213923 +213923,S00112331,7b2,Deprived Neighbourhoods,S01010270,City Centre West - 05,1a,Cosmopolitan student neighbourhoods,S02001933,City Centre West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213924 +213924,S00112332,7b2,Deprived Neighbourhoods,S01010270,City Centre West - 05,1a,Cosmopolitan student neighbourhoods,S02001933,City Centre West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213925 +213925,S00112336,7b2,Deprived Neighbourhoods,S01010270,City Centre West - 05,1a,Cosmopolitan student neighbourhoods,S02001933,City Centre West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213926 +213926,S00112345,7b2,Deprived Neighbourhoods,S01010023,Gorbals and Hutchesontown - 01,4d,Hard-pressed flat dwellers,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213927 +213927,S00112348,7b2,Deprived Neighbourhoods,S01010023,Gorbals and Hutchesontown - 01,4d,Hard-pressed flat dwellers,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213928 +213928,S00112349,7b2,Deprived Neighbourhoods,S01010029,Gorbals and Hutchesontown - 07,4d,Hard-pressed flat dwellers,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213929 +213929,S00112350,7b2,Deprived Neighbourhoods,S01010029,Gorbals and Hutchesontown - 07,4d,Hard-pressed flat dwellers,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213930 +213930,S00112355,7b2,Deprived Neighbourhoods,S01010026,Gorbals and Hutchesontown - 04,1a,Cosmopolitan student neighbourhoods,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213931 +213931,S00112358,7b2,Deprived Neighbourhoods,S01010025,Gorbals and Hutchesontown - 03,1a,Cosmopolitan student neighbourhoods,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213932 +213932,S00112378,7b2,Deprived Neighbourhoods,S01010386,Hillhead - 06,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213933 +213933,S00112478,7b2,Deprived Neighbourhoods,S01010415,Broomhill - 01,4d,Hard-pressed flat dwellers,S02001959,Broomhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213934 +213934,S00112484,7b2,Deprived Neighbourhoods,S01010394,Partick - 02,1a,Cosmopolitan student neighbourhoods,S02001955,Partick,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213935 +213935,S00112762,7b2,Deprived Neighbourhoods,S01010481,Blairdardie East - 04,4d,Hard-pressed flat dwellers,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213936 +213936,S00112767,7b2,Deprived Neighbourhoods,S01010481,Blairdardie East - 04,4d,Hard-pressed flat dwellers,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213937 +213937,S00112781,7b2,Deprived Neighbourhoods,S01010478,Blairdardie East - 01,4d,Hard-pressed flat dwellers,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213938 +213938,S00112782,7b2,Deprived Neighbourhoods,S01010478,Blairdardie East - 01,4d,Hard-pressed flat dwellers,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213939 +213939,S00112790,7b2,Deprived Neighbourhoods,S01010479,Blairdardie East - 02,4d,Hard-pressed flat dwellers,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213940 +213940,S00112791,7b2,Deprived Neighbourhoods,S01010479,Blairdardie East - 02,4d,Hard-pressed flat dwellers,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213941 +213941,S00112919,7b2,Deprived Neighbourhoods,S01010447,Knightswood West - 01,4d,Hard-pressed flat dwellers,S02001966,Knightswood West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213942 +213942,S00112922,7b2,Deprived Neighbourhoods,S01010447,Knightswood West - 01,4d,Hard-pressed flat dwellers,S02001966,Knightswood West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213943 +213943,S00112948,7b2,Deprived Neighbourhoods,S01010428,Scotstoun North and East - 02,3c,Highly qualified professionals,S02001962,Scotstoun North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213944 +213944,S00112978,7b2,Deprived Neighbourhoods,S01010423,Whiteinch - 01,1a,Cosmopolitan student neighbourhoods,S02001961,Whiteinch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213945 +213945,S00113024,7b2,Deprived Neighbourhoods,S01010439,Yoker South - 03,1a,Cosmopolitan student neighbourhoods,S02001964,Yoker South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213946 +213946,S00113043,7b2,Deprived Neighbourhoods,S01010455,Knightswood Park West - 01,4d,Hard-pressed flat dwellers,S02001968,Knightswood Park West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213947 +213947,S00113044,7b2,Deprived Neighbourhoods,S01010455,Knightswood Park West - 01,4d,Hard-pressed flat dwellers,S02001968,Knightswood Park West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213948 +213948,S00113066,7b2,Deprived Neighbourhoods,S01010489,Drumchapel South - 02,4d,Hard-pressed flat dwellers,S02001974,Drumchapel South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213949 +213949,S00113067,7b2,Deprived Neighbourhoods,S01010489,Drumchapel South - 02,4d,Hard-pressed flat dwellers,S02001974,Drumchapel South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213950 +213950,S00113075,7b2,Deprived Neighbourhoods,S01010496,Drumry East - 01,4d,Hard-pressed flat dwellers,S02001976,Drumry East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213951 +213951,S00113079,7b2,Deprived Neighbourhoods,S01010498,Drumry East - 03,4d,Hard-pressed flat dwellers,S02001976,Drumry East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213952 +213952,S00113082,7b2,Deprived Neighbourhoods,S01010493,Drumchapel North - 03,4d,Hard-pressed flat dwellers,S02001975,Drumchapel North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213953 +213953,S00113084,7b2,Deprived Neighbourhoods,S01010493,Drumchapel North - 03,4d,Hard-pressed flat dwellers,S02001975,Drumchapel North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213954 +213954,S00113086,7b2,Deprived Neighbourhoods,S01010491,Drumchapel North - 01,4d,Hard-pressed flat dwellers,S02001975,Drumchapel North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213955 +213955,S00113087,7b2,Deprived Neighbourhoods,S01010491,Drumchapel North - 01,4d,Hard-pressed flat dwellers,S02001975,Drumchapel North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213956 +213956,S00113090,7b2,Deprived Neighbourhoods,S01010495,Drumchapel North - 05,4d,Hard-pressed flat dwellers,S02001975,Drumchapel North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213957 +213957,S00113191,7b2,Deprived Neighbourhoods,S01010314,Keppochhill - 06,1a,Cosmopolitan student neighbourhoods,S02001940,Keppochhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213958 +213958,S00113192,7b2,Deprived Neighbourhoods,S01010314,Keppochhill - 06,1a,Cosmopolitan student neighbourhoods,S02001940,Keppochhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213959 +213959,S00113203,7b2,Deprived Neighbourhoods,S01010316,Ruchill - 02,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213960 +213960,S00113237,7b2,Deprived Neighbourhoods,S01010361,Wyndford - 04,6a,Inner city cosmopolitan,S02001949,Wyndford,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213961 +213961,S00113238,7b2,Deprived Neighbourhoods,S01010361,Wyndford - 04,6a,Inner city cosmopolitan,S02001949,Wyndford,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213962 +213962,S00113239,7b2,Deprived Neighbourhoods,S01010361,Wyndford - 04,6a,Inner city cosmopolitan,S02001949,Wyndford,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213963 +213963,S00113245,7b2,Deprived Neighbourhoods,S01010359,Wyndford - 02,4d,Hard-pressed flat dwellers,S02001949,Wyndford,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213964 +213964,S00113246,7b2,Deprived Neighbourhoods,S01010359,Wyndford - 02,4d,Hard-pressed flat dwellers,S02001949,Wyndford,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213965 +213965,S00113248,7b2,Deprived Neighbourhoods,S01010359,Wyndford - 02,4d,Hard-pressed flat dwellers,S02001949,Wyndford,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213966 +213966,S00113250,7b2,Deprived Neighbourhoods,S01010360,Wyndford - 03,4d,Hard-pressed flat dwellers,S02001949,Wyndford,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213967 +213967,S00113252,7b2,Deprived Neighbourhoods,S01010360,Wyndford - 03,4d,Hard-pressed flat dwellers,S02001949,Wyndford,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213968 +213968,S00113262,7b2,Deprived Neighbourhoods,S01010318,Ruchill - 04,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213969 +213969,S00113290,7b2,Deprived Neighbourhoods,S01010326,Possil Park - 04,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213970 +213970,S00113299,7b2,Deprived Neighbourhoods,S01010347,Summerston North - 02,1a,Cosmopolitan student neighbourhoods,S02001946,Summerston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213971 +213971,S00113300,7b2,Deprived Neighbourhoods,S01010347,Summerston North - 02,1a,Cosmopolitan student neighbourhoods,S02001946,Summerston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213972 +213972,S00113309,7b2,Deprived Neighbourhoods,S01010355,Maryhill West - 02,4d,Hard-pressed flat dwellers,S02001948,Maryhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213973 +213973,S00113314,7b2,Deprived Neighbourhoods,S01010355,Maryhill West - 02,4d,Hard-pressed flat dwellers,S02001948,Maryhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213974 +213974,S00113316,7b2,Deprived Neighbourhoods,S01010357,Maryhill West - 04,4d,Hard-pressed flat dwellers,S02001948,Maryhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213975 +213975,S00113317,7b2,Deprived Neighbourhoods,S01010357,Maryhill West - 04,4d,Hard-pressed flat dwellers,S02001948,Maryhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213976 +213976,S00113320,7b2,Deprived Neighbourhoods,S01010353,Maryhill East - 04,4d,Hard-pressed flat dwellers,S02001947,Maryhill East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213977 +213977,S00113321,7b2,Deprived Neighbourhoods,S01010353,Maryhill East - 04,4d,Hard-pressed flat dwellers,S02001947,Maryhill East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213978 +213978,S00113322,7b2,Deprived Neighbourhoods,S01010353,Maryhill East - 04,4d,Hard-pressed flat dwellers,S02001947,Maryhill East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213979 +213979,S00113333,7b2,Deprived Neighbourhoods,S01010354,Maryhill West - 01,4d,Hard-pressed flat dwellers,S02001948,Maryhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213980 +213980,S00113339,7b2,Deprived Neighbourhoods,S01010221,Cowlairs and Port Dundas - 03,4d,Hard-pressed flat dwellers,S02001924,Cowlairs and Port Dundas,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213981 +213981,S00113348,7b2,Deprived Neighbourhoods,S01010219,Cowlairs and Port Dundas - 01,6a,Inner city cosmopolitan,S02001924,Cowlairs and Port Dundas,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213982 +213982,S00113350,7b2,Deprived Neighbourhoods,S01010222,Cowlairs and Port Dundas - 04,4d,Hard-pressed flat dwellers,S02001924,Cowlairs and Port Dundas,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213983 +213983,S00113355,7b2,Deprived Neighbourhoods,S01010218,Springburn East and Cowlairs - 05,4d,Hard-pressed flat dwellers,S02001923,Springburn East and Cowlairs,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213984 +213984,S00113356,7b2,Deprived Neighbourhoods,S01010218,Springburn East and Cowlairs - 05,4d,Hard-pressed flat dwellers,S02001923,Springburn East and Cowlairs,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213985 +213985,S00113358,7b2,Deprived Neighbourhoods,S01010231,"Roystonhill, Blochairn, and Provanmill - 04",4d,Hard-pressed flat dwellers,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213986 +213986,S00113366,7b2,Deprived Neighbourhoods,S01010230,"Roystonhill, Blochairn, and Provanmill - 03",6a,Inner city cosmopolitan,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213987 +213987,S00113368,7b2,Deprived Neighbourhoods,S01010232,"Roystonhill, Blochairn, and Provanmill - 05",7a,Urban cultural mix,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213988 +213988,S00113370,7b2,Deprived Neighbourhoods,S01010233,"Roystonhill, Blochairn, and Provanmill - 06",7a,Urban cultural mix,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213989 +213989,S00113375,7b2,Deprived Neighbourhoods,S01010229,"Roystonhill, Blochairn, and Provanmill - 02",4d,Hard-pressed flat dwellers,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213990 +213990,S00113376,7b2,Deprived Neighbourhoods,S01010229,"Roystonhill, Blochairn, and Provanmill - 02",4d,Hard-pressed flat dwellers,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213991 +213991,S00113377,7b2,Deprived Neighbourhoods,S01010229,"Roystonhill, Blochairn, and Provanmill - 02",4d,Hard-pressed flat dwellers,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213992 +213992,S00113381,7b2,Deprived Neighbourhoods,S01010228,"Roystonhill, Blochairn, and Provanmill - 01",4d,Hard-pressed flat dwellers,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213993 +213993,S00113382,7b2,Deprived Neighbourhoods,S01010228,"Roystonhill, Blochairn, and Provanmill - 01",4d,Hard-pressed flat dwellers,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213994 +213994,S00113385,7b2,Deprived Neighbourhoods,S01010202,Barmulloch - 04,4d,Hard-pressed flat dwellers,S02001920,Barmulloch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213995 +213995,S00113386,7b2,Deprived Neighbourhoods,S01010184,Blackhill and Barmulloch East - 06,4d,Hard-pressed flat dwellers,S02001917,Blackhill and Barmulloch East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213996 +213996,S00113387,7b2,Deprived Neighbourhoods,S01010202,Barmulloch - 04,4d,Hard-pressed flat dwellers,S02001920,Barmulloch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213997 +213997,S00113388,7b2,Deprived Neighbourhoods,S01010202,Barmulloch - 04,4d,Hard-pressed flat dwellers,S02001920,Barmulloch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213998 +213998,S00113400,7b2,Deprived Neighbourhoods,S01010217,Springburn East and Cowlairs - 04,4d,Hard-pressed flat dwellers,S02001923,Springburn East and Cowlairs,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,213999 +213999,S00113401,7b2,Deprived Neighbourhoods,S01010217,Springburn East and Cowlairs - 04,4d,Hard-pressed flat dwellers,S02001923,Springburn East and Cowlairs,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214000 +214000,S00115368,7b2,Deprived Neighbourhoods,S01009834,Drumoyne and Shieldhall - 02,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214001 +214001,S00115372,7b2,Deprived Neighbourhoods,S01009834,Drumoyne and Shieldhall - 02,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214002 +214002,S00116565,7b2,Deprived Neighbourhoods,S01010394,Partick - 02,1a,Cosmopolitan student neighbourhoods,S02001955,Partick,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214003 +214003,S00114653,7b2,Deprived Neighbourhoods,S01009896,Govanhill East and Aikenhead - 03,7a,Urban cultural mix,S02001866,Govanhill East and Aikenhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214004 +214004,S00117067,7b2,Deprived Neighbourhoods,S01010323,Possil Park - 01,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214005 +214005,S00113006,7b1,Eastern European Communities,S01010436,Scotstoun South and West - 05,4d,Hard-pressed flat dwellers,S02001963,Scotstoun South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214006 +214006,S00116047,7b2,Deprived Neighbourhoods,S01010246,Carntyne West and Haghill - 05,4d,Hard-pressed flat dwellers,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214007 +214007,S00117398,7b2,Deprived Neighbourhoods,S01009983,Glenwood North - 04,4d,Hard-pressed flat dwellers,S02001882,Glenwood North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214008 +214008,S00116430,7b2,Deprived Neighbourhoods,S01010361,Wyndford - 04,6a,Inner city cosmopolitan,S02001949,Wyndford,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214009 +214009,S00115373,7b2,Deprived Neighbourhoods,S01009834,Drumoyne and Shieldhall - 02,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214010 +214010,S00115392,7b2,Deprived Neighbourhoods,S01009837,Drumoyne and Shieldhall - 05,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214011 +214011,S00115401,7b2,Deprived Neighbourhoods,S01009839,Drumoyne and Shieldhall - 07,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214012 +214012,S00115409,7b2,Deprived Neighbourhoods,S01009838,Drumoyne and Shieldhall - 06,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214013 +214013,S00115412,7b2,Deprived Neighbourhoods,S01009839,Drumoyne and Shieldhall - 07,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214014 +214014,S00115413,7b2,Deprived Neighbourhoods,S01009839,Drumoyne and Shieldhall - 07,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214015 +214015,S00115416,7b2,Deprived Neighbourhoods,S01009839,Drumoyne and Shieldhall - 07,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214016 +214016,S00115418,7b2,Deprived Neighbourhoods,S01009854,Mosspark - 03,4d,Hard-pressed flat dwellers,S02001858,Mosspark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214017 +214017,S00115419,7b2,Deprived Neighbourhoods,S01009854,Mosspark - 03,4d,Hard-pressed flat dwellers,S02001858,Mosspark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214018 +214018,S00115477,7b2,Deprived Neighbourhoods,S01009851,Craigton - 04,4d,Hard-pressed flat dwellers,S02001857,Craigton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214019 +214019,S00115485,7b2,Deprived Neighbourhoods,S01009828,Penilee - 07,4d,Hard-pressed flat dwellers,S02001853,Penilee,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214020 +214020,S00115496,7b2,Deprived Neighbourhoods,S01009828,Penilee - 07,4d,Hard-pressed flat dwellers,S02001853,Penilee,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214021 +214021,S00115497,7b2,Deprived Neighbourhoods,S01009828,Penilee - 07,4d,Hard-pressed flat dwellers,S02001853,Penilee,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214022 +214022,S00115514,7b2,Deprived Neighbourhoods,S01009829,Hillington - 01,4d,Hard-pressed flat dwellers,S02001854,Hillington,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214023 +214023,S00115534,7b2,Deprived Neighbourhoods,S01009811,Cardonald North - 02,4d,Hard-pressed flat dwellers,S02001851,Cardonald North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214024 +214024,S00115651,7b2,Deprived Neighbourhoods,S01009789,Crookston North - 02,4d,Hard-pressed flat dwellers,S02001847,Crookston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214025 +214025,S00115652,7b2,Deprived Neighbourhoods,S01009786,Crookston South - 03,4d,Hard-pressed flat dwellers,S02001846,Crookston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214026 +214026,S00115653,7b2,Deprived Neighbourhoods,S01009786,Crookston South - 03,4d,Hard-pressed flat dwellers,S02001846,Crookston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214027 +214027,S00115659,7b2,Deprived Neighbourhoods,S01009789,Crookston North - 02,4d,Hard-pressed flat dwellers,S02001847,Crookston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214028 +214028,S00115670,7b2,Deprived Neighbourhoods,S01009803,Pollok North and East - 05,4d,Hard-pressed flat dwellers,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214029 +214029,S00115727,7b2,Deprived Neighbourhoods,S01009784,Crookston South - 01,4d,Hard-pressed flat dwellers,S02001846,Crookston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214030 +214030,S00115745,7b2,Deprived Neighbourhoods,S01009785,Crookston South - 02,4d,Hard-pressed flat dwellers,S02001846,Crookston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214031 +214031,S00115759,7b2,Deprived Neighbourhoods,S01009768,Darnley West - 01,4d,Hard-pressed flat dwellers,S02001844,Darnley West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214032 +214032,S00115781,7b2,Deprived Neighbourhoods,S01009776,Nitshill - 02,4d,Hard-pressed flat dwellers,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214033 +214033,S00115794,7b2,Deprived Neighbourhoods,S01009786,Crookston South - 03,4d,Hard-pressed flat dwellers,S02001846,Crookston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214034 +214034,S00115884,7b2,Deprived Neighbourhoods,S01010086,Baillieston West - 04,4a,Challenged white communities,S02001900,Baillieston West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214035 +214035,S00115933,7b2,Deprived Neighbourhoods,S01010425,Whiteinch - 03,4d,Hard-pressed flat dwellers,S02001961,Whiteinch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214036 +214036,S00115935,7b2,Deprived Neighbourhoods,S01010442,Yoker South - 06,4d,Hard-pressed flat dwellers,S02001964,Yoker South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214037 +214037,S00115944,7b2,Deprived Neighbourhoods,S01010496,Drumry East - 01,4d,Hard-pressed flat dwellers,S02001976,Drumry East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214038 +214038,S00115947,7b2,Deprived Neighbourhoods,S01010493,Drumchapel North - 03,4d,Hard-pressed flat dwellers,S02001975,Drumchapel North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214039 +214039,S00115948,7b2,Deprived Neighbourhoods,S01010491,Drumchapel North - 01,4d,Hard-pressed flat dwellers,S02001975,Drumchapel North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214040 +214040,S00115951,7b2,Deprived Neighbourhoods,S01010490,Drumchapel South - 03,4d,Hard-pressed flat dwellers,S02001974,Drumchapel South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214041 +214041,S00115952,7b2,Deprived Neighbourhoods,S01010495,Drumchapel North - 05,4d,Hard-pressed flat dwellers,S02001975,Drumchapel North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214042 +214042,S00115953,7b2,Deprived Neighbourhoods,S01010495,Drumchapel North - 05,4d,Hard-pressed flat dwellers,S02001975,Drumchapel North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214043 +214043,S00115954,7b2,Deprived Neighbourhoods,S01010495,Drumchapel North - 05,4d,Hard-pressed flat dwellers,S02001975,Drumchapel North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214044 +214044,S00115959,7b2,Deprived Neighbourhoods,S01010494,Drumchapel North - 04,4d,Hard-pressed flat dwellers,S02001975,Drumchapel North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214045 +214045,S00115960,7b2,Deprived Neighbourhoods,S01010503,Drumry West - 04,4d,Hard-pressed flat dwellers,S02001977,Drumry West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214046 +214046,S00115963,7b2,Deprived Neighbourhoods,S01010500,Drumry West - 01,4d,Hard-pressed flat dwellers,S02001977,Drumry West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214047 +214047,S00115989,7b2,Deprived Neighbourhoods,S01010357,Maryhill West - 04,4d,Hard-pressed flat dwellers,S02001948,Maryhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214048 +214048,S00115996,7b2,Deprived Neighbourhoods,S01010217,Springburn East and Cowlairs - 04,4d,Hard-pressed flat dwellers,S02001923,Springburn East and Cowlairs,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214049 +214049,S00116004,7b2,Deprived Neighbourhoods,S01010313,Keppochhill - 05,4d,Hard-pressed flat dwellers,S02001940,Keppochhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214050 +214050,S00116006,7b2,Deprived Neighbourhoods,S01010313,Keppochhill - 05,4d,Hard-pressed flat dwellers,S02001940,Keppochhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214051 +214051,S00116010,7b2,Deprived Neighbourhoods,S01010311,Keppochhill - 03,4d,Hard-pressed flat dwellers,S02001940,Keppochhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214052 +214052,S00116013,7b2,Deprived Neighbourhoods,S01010323,Possil Park - 01,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214053 +214053,S00116018,7b2,Deprived Neighbourhoods,S01010218,Springburn East and Cowlairs - 05,4d,Hard-pressed flat dwellers,S02001923,Springburn East and Cowlairs,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214054 +214054,S00116025,7b2,Deprived Neighbourhoods,S01010338,Milton East - 04,4d,Hard-pressed flat dwellers,S02001944,Milton East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214055 +214055,S00116034,7b2,Deprived Neighbourhoods,S01010244,Carntyne West and Haghill - 03,1a,Cosmopolitan student neighbourhoods,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214056 +214056,S00116043,7b2,Deprived Neighbourhoods,S01010245,Carntyne West and Haghill - 04,4d,Hard-pressed flat dwellers,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214057 +214057,S00116654,7b2,Deprived Neighbourhoods,S01010259,City Centre East - 01,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214058 +214058,S00113065,7b1,Eastern European Communities,S01010491,Drumchapel North - 01,4d,Hard-pressed flat dwellers,S02001975,Drumchapel North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214059 +214059,S00117399,7b2,Deprived Neighbourhoods,S01009985,Glenwood North - 06,4d,Hard-pressed flat dwellers,S02001882,Glenwood North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214060 +214060,S00116056,7b2,Deprived Neighbourhoods,S01010050,Parkhead West and Barrowfield - 02,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214061 +214061,S00116433,7b2,Deprived Neighbourhoods,S01010353,Maryhill East - 04,4d,Hard-pressed flat dwellers,S02001947,Maryhill East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214062 +214062,S00114659,7b2,Deprived Neighbourhoods,S01010033,Laurieston and Tradeston - 03,1a,Cosmopolitan student neighbourhoods,S02001890,Laurieston and Tradeston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214063 +214063,S00114829,7b2,Deprived Neighbourhoods,S01010018,Toryglen and Oatlands - 03,4d,Hard-pressed flat dwellers,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214064 +214064,S00113068,7b1,Eastern European Communities,S01010488,Drumchapel South - 01,4d,Hard-pressed flat dwellers,S02001974,Drumchapel South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214065 +214065,S00117068,7b2,Deprived Neighbourhoods,S01010323,Possil Park - 01,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214066 +214066,S00114830,7b2,Deprived Neighbourhoods,S01010018,Toryglen and Oatlands - 03,4d,Hard-pressed flat dwellers,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214067 +214067,S00116088,7b2,Deprived Neighbourhoods,S01010178,Riddrie and Hogganfield - 07,4d,Hard-pressed flat dwellers,S02001916,Riddrie and Hogganfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214068 +214068,S00113069,7b1,Eastern European Communities,S01010490,Drumchapel South - 03,4d,Hard-pressed flat dwellers,S02001974,Drumchapel South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214069 +214069,S00116663,7b2,Deprived Neighbourhoods,S01010270,City Centre West - 05,1a,Cosmopolitan student neighbourhoods,S02001933,City Centre West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214070 +214070,S00117079,7b2,Deprived Neighbourhoods,S01010351,Maryhill East - 02,4d,Hard-pressed flat dwellers,S02001947,Maryhill East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214071 +214071,S00116444,7b2,Deprived Neighbourhoods,S01010231,"Roystonhill, Blochairn, and Provanmill - 04",4d,Hard-pressed flat dwellers,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214072 +214072,S00117401,7b2,Deprived Neighbourhoods,S01009985,Glenwood North - 06,4d,Hard-pressed flat dwellers,S02001882,Glenwood North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214073 +214073,S00116451,7b2,Deprived Neighbourhoods,S01010209,Springburn - 01,4d,Hard-pressed flat dwellers,S02001922,Springburn,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214074 +214074,S00113071,7b1,Eastern European Communities,S01010488,Drumchapel South - 01,4d,Hard-pressed flat dwellers,S02001974,Drumchapel South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214075 +214075,S00117402,7b2,Deprived Neighbourhoods,S01009985,Glenwood North - 06,4d,Hard-pressed flat dwellers,S02001882,Glenwood North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214076 +214076,S00116664,7b2,Deprived Neighbourhoods,S01010297,Woodside - 01,1a,Cosmopolitan student neighbourhoods,S02001938,Woodside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214077 +214077,S00116089,7b2,Deprived Neighbourhoods,S01010177,Riddrie and Hogganfield - 06,4d,Hard-pressed flat dwellers,S02001916,Riddrie and Hogganfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214078 +214078,S00117081,7b2,Deprived Neighbourhoods,S01010350,Maryhill East - 01,4d,Hard-pressed flat dwellers,S02001947,Maryhill East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214079 +214079,S00114834,7b2,Deprived Neighbourhoods,S01010019,Toryglen and Oatlands - 04,4d,Hard-pressed flat dwellers,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214080 +214080,S00116452,7b2,Deprived Neighbourhoods,S01010209,Springburn - 01,4d,Hard-pressed flat dwellers,S02001922,Springburn,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214081 +214081,S00114835,7b2,Deprived Neighbourhoods,S01010018,Toryglen and Oatlands - 03,4d,Hard-pressed flat dwellers,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214082 +214082,S00116665,7b2,Deprived Neighbourhoods,S01010297,Woodside - 01,1a,Cosmopolitan student neighbourhoods,S02001938,Woodside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214083 +214083,S00113078,7b1,Eastern European Communities,S01010499,Drumry East - 04,4d,Hard-pressed flat dwellers,S02001976,Drumry East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214084 +214084,S00117082,7b2,Deprived Neighbourhoods,S01010350,Maryhill East - 01,4d,Hard-pressed flat dwellers,S02001947,Maryhill East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214085 +214085,S00117404,7b2,Deprived Neighbourhoods,S01009985,Glenwood North - 06,4d,Hard-pressed flat dwellers,S02001882,Glenwood North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214086 +214086,S00116090,7b2,Deprived Neighbourhoods,S01010161,"Cranhill, Lightburn and Queenslie South - 06",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214087 +214087,S00116453,7b2,Deprived Neighbourhoods,S01010209,Springburn - 01,4d,Hard-pressed flat dwellers,S02001922,Springburn,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214088 +214088,S00114836,7b2,Deprived Neighbourhoods,S01010019,Toryglen and Oatlands - 04,4d,Hard-pressed flat dwellers,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214089 +214089,S00116692,7b2,Deprived Neighbourhoods,S01010023,Gorbals and Hutchesontown - 01,4d,Hard-pressed flat dwellers,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214090 +214090,S00116693,7b2,Deprived Neighbourhoods,S01010023,Gorbals and Hutchesontown - 01,4d,Hard-pressed flat dwellers,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214091 +214091,S00116694,7b2,Deprived Neighbourhoods,S01010023,Gorbals and Hutchesontown - 01,4d,Hard-pressed flat dwellers,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214092 +214092,S00116697,7b2,Deprived Neighbourhoods,S01010028,Gorbals and Hutchesontown - 06,1a,Cosmopolitan student neighbourhoods,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214093 +214093,S00116699,7b2,Deprived Neighbourhoods,S01010034,Laurieston and Tradeston - 04,1a,Cosmopolitan student neighbourhoods,S02001890,Laurieston and Tradeston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214094 +214094,S00116704,7b2,Deprived Neighbourhoods,S01010026,Gorbals and Hutchesontown - 04,1a,Cosmopolitan student neighbourhoods,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214095 +214095,S00116705,7b2,Deprived Neighbourhoods,S01010024,Gorbals and Hutchesontown - 02,1a,Cosmopolitan student neighbourhoods,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214096 +214096,S00116710,7b2,Deprived Neighbourhoods,S01010027,Gorbals and Hutchesontown - 05,1a,Cosmopolitan student neighbourhoods,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214097 +214097,S00116711,7b2,Deprived Neighbourhoods,S01010024,Gorbals and Hutchesontown - 02,1a,Cosmopolitan student neighbourhoods,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214098 +214098,S00116715,7b2,Deprived Neighbourhoods,S01010028,Gorbals and Hutchesontown - 06,1a,Cosmopolitan student neighbourhoods,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214099 +214099,S00116743,7b2,Deprived Neighbourhoods,S01010415,Broomhill - 01,4d,Hard-pressed flat dwellers,S02001959,Broomhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214100 +214100,S00116744,7b2,Deprived Neighbourhoods,S01010415,Broomhill - 01,4d,Hard-pressed flat dwellers,S02001959,Broomhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214101 +214101,S00116795,7b2,Deprived Neighbourhoods,S01010469,Anniesland East - 05,1a,Cosmopolitan student neighbourhoods,S02001970,Anniesland East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214102 +214102,S00116818,7b2,Deprived Neighbourhoods,S01010457,Knightswood Park West - 03,4d,Hard-pressed flat dwellers,S02001968,Knightswood Park West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214103 +214103,S00116829,7b2,Deprived Neighbourhoods,S01010451,Knightswood East - 02,4d,Hard-pressed flat dwellers,S02001967,Knightswood East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214104 +214104,S00116830,7b2,Deprived Neighbourhoods,S01010451,Knightswood East - 02,4d,Hard-pressed flat dwellers,S02001967,Knightswood East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214105 +214105,S00116835,7b2,Deprived Neighbourhoods,S01010451,Knightswood East - 02,4d,Hard-pressed flat dwellers,S02001967,Knightswood East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214106 +214106,S00116837,7b2,Deprived Neighbourhoods,S01010458,Knightswood Park West - 04,4d,Hard-pressed flat dwellers,S02001968,Knightswood Park West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214107 +214107,S00116851,7b2,Deprived Neighbourhoods,S01010440,Yoker South - 04,4d,Hard-pressed flat dwellers,S02001964,Yoker South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214108 +214108,S00116852,7b2,Deprived Neighbourhoods,S01010440,Yoker South - 04,4d,Hard-pressed flat dwellers,S02001964,Yoker South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214109 +214109,S00116877,7b2,Deprived Neighbourhoods,S01010423,Whiteinch - 01,1a,Cosmopolitan student neighbourhoods,S02001961,Whiteinch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214110 +214110,S00116892,7b2,Deprived Neighbourhoods,S01010439,Yoker South - 03,1a,Cosmopolitan student neighbourhoods,S02001964,Yoker South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214111 +214111,S00116903,7b2,Deprived Neighbourhoods,S01010437,Yoker South - 01,4d,Hard-pressed flat dwellers,S02001964,Yoker South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214112 +214112,S00116907,7b2,Deprived Neighbourhoods,S01010455,Knightswood Park West - 01,4d,Hard-pressed flat dwellers,S02001968,Knightswood Park West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214113 +214113,S00116909,7b2,Deprived Neighbourhoods,S01010491,Drumchapel North - 01,4d,Hard-pressed flat dwellers,S02001975,Drumchapel North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214114 +214114,S00116911,7b2,Deprived Neighbourhoods,S01010488,Drumchapel South - 01,4d,Hard-pressed flat dwellers,S02001974,Drumchapel South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214115 +214115,S00116915,7b2,Deprived Neighbourhoods,S01010499,Drumry East - 04,4d,Hard-pressed flat dwellers,S02001976,Drumry East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214116 +214116,S00116916,7b2,Deprived Neighbourhoods,S01010499,Drumry East - 04,4d,Hard-pressed flat dwellers,S02001976,Drumry East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214117 +214117,S00116917,7b2,Deprived Neighbourhoods,S01010495,Drumchapel North - 05,4d,Hard-pressed flat dwellers,S02001975,Drumchapel North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214118 +214118,S00116918,7b2,Deprived Neighbourhoods,S01010491,Drumchapel North - 01,4d,Hard-pressed flat dwellers,S02001975,Drumchapel North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214119 +214119,S00116931,7b2,Deprived Neighbourhoods,S01010300,Woodside - 04,1a,Cosmopolitan student neighbourhoods,S02001938,Woodside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214120 +214120,S00116948,7b2,Deprived Neighbourhoods,S01010314,Keppochhill - 06,1a,Cosmopolitan student neighbourhoods,S02001940,Keppochhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214121 +214121,S00116955,7b2,Deprived Neighbourhoods,S01010358,Wyndford - 01,4d,Hard-pressed flat dwellers,S02001949,Wyndford,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214122 +214122,S00116956,7b2,Deprived Neighbourhoods,S01010359,Wyndford - 02,4d,Hard-pressed flat dwellers,S02001949,Wyndford,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214123 +214123,S00116960,7b2,Deprived Neighbourhoods,S01010362,Wyndford - 05,4d,Hard-pressed flat dwellers,S02001949,Wyndford,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214124 +214124,S00116975,7b2,Deprived Neighbourhoods,S01010353,Maryhill East - 04,4d,Hard-pressed flat dwellers,S02001947,Maryhill East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214125 +214125,S00116997,7b2,Deprived Neighbourhoods,S01010215,Springburn East and Cowlairs - 02,4d,Hard-pressed flat dwellers,S02001923,Springburn East and Cowlairs,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214126 +214126,S00117022,7b2,Deprived Neighbourhoods,S01010229,"Roystonhill, Blochairn, and Provanmill - 02",4d,Hard-pressed flat dwellers,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214127 +214127,S00117023,7b2,Deprived Neighbourhoods,S01010228,"Roystonhill, Blochairn, and Provanmill - 01",4d,Hard-pressed flat dwellers,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214128 +214128,S00117024,7b2,Deprived Neighbourhoods,S01010228,"Roystonhill, Blochairn, and Provanmill - 01",4d,Hard-pressed flat dwellers,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214129 +214129,S00117025,7b2,Deprived Neighbourhoods,S01010228,"Roystonhill, Blochairn, and Provanmill - 01",4d,Hard-pressed flat dwellers,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214130 +214130,S00117030,7b2,Deprived Neighbourhoods,S01010216,Springburn East and Cowlairs - 03,4d,Hard-pressed flat dwellers,S02001923,Springburn East and Cowlairs,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214131 +214131,S00117031,7b2,Deprived Neighbourhoods,S01010216,Springburn East and Cowlairs - 03,4d,Hard-pressed flat dwellers,S02001923,Springburn East and Cowlairs,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214132 +214132,S00117046,7b2,Deprived Neighbourhoods,S01010208,Petershill - 06,4d,Hard-pressed flat dwellers,S02001921,Petershill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214133 +214133,S00117057,7b2,Deprived Neighbourhoods,S01010204,Petershill - 02,4d,Hard-pressed flat dwellers,S02001921,Petershill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214134 +214134,S00117412,7b2,Deprived Neighbourhoods,S01009942,Carnwadric West - 04,4d,Hard-pressed flat dwellers,S02001874,Carnwadric West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214135 +214135,S00116091,7b2,Deprived Neighbourhoods,S01010161,"Cranhill, Lightburn and Queenslie South - 06",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214136 +214136,S00113085,7b1,Eastern European Communities,S01010493,Drumchapel North - 03,4d,Hard-pressed flat dwellers,S02001975,Drumchapel North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214137 +214137,S00114843,7b2,Deprived Neighbourhoods,S01009898,Govanhill East and Aikenhead - 05,4d,Hard-pressed flat dwellers,S02001866,Govanhill East and Aikenhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214138 +214138,S00116454,7b2,Deprived Neighbourhoods,S01010209,Springburn - 01,4d,Hard-pressed flat dwellers,S02001922,Springburn,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214139 +214139,S00117421,7b2,Deprived Neighbourhoods,S01009942,Carnwadric West - 04,4d,Hard-pressed flat dwellers,S02001874,Carnwadric West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214140 +214140,S00114873,7b2,Deprived Neighbourhoods,S01009935,Pollokshaws - 03,4d,Hard-pressed flat dwellers,S02001873,Pollokshaws,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214141 +214141,S00113088,7b1,Eastern European Communities,S01010491,Drumchapel North - 01,4d,Hard-pressed flat dwellers,S02001975,Drumchapel North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214142 +214142,S00117083,7b2,Deprived Neighbourhoods,S01010340,Summerston Central and West - 01,4d,Hard-pressed flat dwellers,S02001945,Summerston Central and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214143 +214143,S00116093,7b2,Deprived Neighbourhoods,S01010162,"Cranhill, Lightburn and Queenslie South - 07",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214144 +214144,S00116455,7b2,Deprived Neighbourhoods,S01010211,Springburn - 03,4d,Hard-pressed flat dwellers,S02001922,Springburn,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214145 +214145,S00113091,7b1,Eastern European Communities,S01010495,Drumchapel North - 05,4d,Hard-pressed flat dwellers,S02001975,Drumchapel North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214146 +214146,S00114897,7b2,Deprived Neighbourhoods,S01009948,Newlands - 01,4d,Hard-pressed flat dwellers,S02001876,Newlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214147 +214147,S00117087,7b2,Deprived Neighbourhoods,S01010254,Gallowgate North and Bellgrove - 01,1a,Cosmopolitan student neighbourhoods,S02001931,Gallowgate North and Bellgrove,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214148 +214148,S00116095,7b2,Deprived Neighbourhoods,S01010165,Craigend and Ruchazie - 01,4d,Hard-pressed flat dwellers,S02001915,Craigend and Ruchazie,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214149 +214149,S00116456,7b2,Deprived Neighbourhoods,S01010211,Springburn - 03,4d,Hard-pressed flat dwellers,S02001922,Springburn,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214150 +214150,S00117422,7b2,Deprived Neighbourhoods,S01009942,Carnwadric West - 04,4d,Hard-pressed flat dwellers,S02001874,Carnwadric West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214151 +214151,S00116457,7b2,Deprived Neighbourhoods,S01010212,Springburn - 04,4d,Hard-pressed flat dwellers,S02001922,Springburn,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214152 +214152,S00113101,7b1,Eastern European Communities,S01010494,Drumchapel North - 04,4d,Hard-pressed flat dwellers,S02001975,Drumchapel North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214153 +214153,S00116100,7b2,Deprived Neighbourhoods,S01010121,North Barlanark and Easterhouse South - 04,4d,Hard-pressed flat dwellers,S02001907,North Barlanark and Easterhouse South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214154 +214154,S00115134,7b2,Deprived Neighbourhoods,S01009971,Carmunnock South - 03,4d,Hard-pressed flat dwellers,S02001880,Carmunnock South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214155 +214155,S00117423,7b2,Deprived Neighbourhoods,S01009942,Carnwadric West - 04,4d,Hard-pressed flat dwellers,S02001874,Carnwadric West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214156 +214156,S00116458,7b2,Deprived Neighbourhoods,S01010212,Springburn - 04,4d,Hard-pressed flat dwellers,S02001922,Springburn,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214157 +214157,S00117093,7b2,Deprived Neighbourhoods,S01010255,Gallowgate North and Bellgrove - 02,1a,Cosmopolitan student neighbourhoods,S02001931,Gallowgate North and Bellgrove,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214158 +214158,S00116465,7b2,Deprived Neighbourhoods,S01010312,Keppochhill - 04,4d,Hard-pressed flat dwellers,S02001940,Keppochhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214159 +214159,S00113186,7b1,Eastern European Communities,S01010304,Firhill - 04,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214160 +214160,S00116108,7b2,Deprived Neighbourhoods,S01010129,Barlanark - 07,4d,Hard-pressed flat dwellers,S02001908,Barlanark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214161 +214161,S00115138,7b2,Deprived Neighbourhoods,S01009971,Carmunnock South - 03,4d,Hard-pressed flat dwellers,S02001880,Carmunnock South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214162 +214162,S00117441,7b2,Deprived Neighbourhoods,S01009843,Govan and Linthouse - 03,4d,Hard-pressed flat dwellers,S02001856,Govan and Linthouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214163 +214163,S00116466,7b2,Deprived Neighbourhoods,S01010312,Keppochhill - 04,4d,Hard-pressed flat dwellers,S02001940,Keppochhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214164 +214164,S00115144,7b2,Deprived Neighbourhoods,S01009970,Carmunnock South - 02,4d,Hard-pressed flat dwellers,S02001880,Carmunnock South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214165 +214165,S00116130,7b2,Deprived Neighbourhoods,S01010107,Easterhouse East - 03,4d,Hard-pressed flat dwellers,S02001904,Easterhouse East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214166 +214166,S00117446,7b2,Deprived Neighbourhoods,S01009847,Govan and Linthouse - 07,4d,Hard-pressed flat dwellers,S02001856,Govan and Linthouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214167 +214167,S00117113,7b2,Deprived Neighbourhoods,S01010245,Carntyne West and Haghill - 04,4d,Hard-pressed flat dwellers,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214168 +214168,S00116471,7b2,Deprived Neighbourhoods,S01010344,Summerston Central and West - 05,4d,Hard-pressed flat dwellers,S02001945,Summerston Central and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214169 +214169,S00115151,7b2,Deprived Neighbourhoods,S01009974,Glenwood South - 02,4d,Hard-pressed flat dwellers,S02001881,Glenwood South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214170 +214170,S00113251,7b1,Eastern European Communities,S01010360,Wyndford - 03,4d,Hard-pressed flat dwellers,S02001949,Wyndford,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214171 +214171,S00115152,7b2,Deprived Neighbourhoods,S01009974,Glenwood South - 02,4d,Hard-pressed flat dwellers,S02001881,Glenwood South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214172 +214172,S00116136,7b2,Deprived Neighbourhoods,S01010111,Central Easterhouse - 02,4d,Hard-pressed flat dwellers,S02001905,Central Easterhouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214173 +214173,S00117114,7b2,Deprived Neighbourhoods,S01010245,Carntyne West and Haghill - 04,4d,Hard-pressed flat dwellers,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214174 +214174,S00117462,7b2,Deprived Neighbourhoods,S01009828,Penilee - 07,4d,Hard-pressed flat dwellers,S02001853,Penilee,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214175 +214175,S00113265,7b1,Eastern European Communities,S01010359,Wyndford - 02,4d,Hard-pressed flat dwellers,S02001949,Wyndford,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214176 +214176,S00116472,7b2,Deprived Neighbourhoods,S01010344,Summerston Central and West - 05,4d,Hard-pressed flat dwellers,S02001945,Summerston Central and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214177 +214177,S00115153,7b2,Deprived Neighbourhoods,S01009977,Glenwood South - 05,4d,Hard-pressed flat dwellers,S02001881,Glenwood South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214178 +214178,S00116138,7b2,Deprived Neighbourhoods,S01010110,Central Easterhouse - 01,4d,Hard-pressed flat dwellers,S02001905,Central Easterhouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214179 +214179,S00117118,7b2,Deprived Neighbourhoods,S01010245,Carntyne West and Haghill - 04,4d,Hard-pressed flat dwellers,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214180 +214180,S00117465,7b2,Deprived Neighbourhoods,S01009812,Cardonald North - 03,4d,Hard-pressed flat dwellers,S02001851,Cardonald North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214181 +214181,S00113275,7b1,Eastern European Communities,S01010316,Ruchill - 02,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214182 +214182,S00113279,7b1,Eastern European Communities,S01010315,Ruchill - 01,4d,Hard-pressed flat dwellers,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214183 +214183,S00113307,7b1,Eastern European Communities,S01010356,Maryhill West - 03,4d,Hard-pressed flat dwellers,S02001948,Maryhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214184 +214184,S00113315,7b1,Eastern European Communities,S01010355,Maryhill West - 02,4d,Hard-pressed flat dwellers,S02001948,Maryhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214185 +214185,S00113334,7b1,Eastern European Communities,S01010354,Maryhill West - 01,4d,Hard-pressed flat dwellers,S02001948,Maryhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214186 +214186,S00113338,7b1,Eastern European Communities,S01010221,Cowlairs and Port Dundas - 03,4d,Hard-pressed flat dwellers,S02001924,Cowlairs and Port Dundas,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214187 +214187,S00113361,7b1,Eastern European Communities,S01010231,"Roystonhill, Blochairn, and Provanmill - 04",4d,Hard-pressed flat dwellers,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214188 +214188,S00113374,7b1,Eastern European Communities,S01010229,"Roystonhill, Blochairn, and Provanmill - 02",4d,Hard-pressed flat dwellers,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214189 +214189,S00113483,7b1,Eastern European Communities,S01010204,Petershill - 02,4d,Hard-pressed flat dwellers,S02001921,Petershill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214190 +214190,S00113488,7b1,Eastern European Communities,S01010204,Petershill - 02,4d,Hard-pressed flat dwellers,S02001921,Petershill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214191 +214191,S00113492,7b1,Eastern European Communities,S01010309,Keppochhill - 01,4d,Hard-pressed flat dwellers,S02001940,Keppochhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214192 +214192,S00113501,7b1,Eastern European Communities,S01010309,Keppochhill - 01,4d,Hard-pressed flat dwellers,S02001940,Keppochhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214193 +214193,S00113506,7b1,Eastern European Communities,S01010310,Keppochhill - 02,7a,Urban cultural mix,S02001940,Keppochhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214194 +214194,S00113513,7b1,Eastern European Communities,S01010323,Possil Park - 01,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214195 +214195,S00113519,7b1,Eastern European Communities,S01010326,Possil Park - 04,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214196 +214196,S00113530,7b1,Eastern European Communities,S01010215,Springburn East and Cowlairs - 02,4d,Hard-pressed flat dwellers,S02001923,Springburn East and Cowlairs,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214197 +214197,S00113557,7b1,Eastern European Communities,S01010333,Milton West - 04,4d,Hard-pressed flat dwellers,S02001943,Milton West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214198 +214198,S00113558,7b1,Eastern European Communities,S01010333,Milton West - 04,4d,Hard-pressed flat dwellers,S02001943,Milton West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214199 +214199,S00113589,7b1,Eastern European Communities,S01010338,Milton East - 04,4d,Hard-pressed flat dwellers,S02001944,Milton East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214200 +214200,S00113603,7b1,Eastern European Communities,S01010339,Milton East - 05,4d,Hard-pressed flat dwellers,S02001944,Milton East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214201 +214201,S00113613,7b1,Eastern European Communities,S01010350,Maryhill East - 01,4d,Hard-pressed flat dwellers,S02001947,Maryhill East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214202 +214202,S00113616,7b1,Eastern European Communities,S01010340,Summerston Central and West - 01,4d,Hard-pressed flat dwellers,S02001945,Summerston Central and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214203 +214203,S00113618,7b1,Eastern European Communities,S01010340,Summerston Central and West - 01,4d,Hard-pressed flat dwellers,S02001945,Summerston Central and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214204 +214204,S00113619,7b1,Eastern European Communities,S01010340,Summerston Central and West - 01,4d,Hard-pressed flat dwellers,S02001945,Summerston Central and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214205 +214205,S00113656,7b1,Eastern European Communities,S01010245,Carntyne West and Haghill - 04,4d,Hard-pressed flat dwellers,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214206 +214206,S00113666,7b1,Eastern European Communities,S01010256,Gallowgate North and Bellgrove - 03,4d,Hard-pressed flat dwellers,S02001931,Gallowgate North and Bellgrove,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214207 +214207,S00113676,7b1,Eastern European Communities,S01010256,Gallowgate North and Bellgrove - 03,4d,Hard-pressed flat dwellers,S02001931,Gallowgate North and Bellgrove,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214208 +214208,S00113678,7b1,Eastern European Communities,S01010253,Dennistoun - 06,1a,Cosmopolitan student neighbourhoods,S02001930,Dennistoun,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214209 +214209,S00113681,7b1,Eastern European Communities,S01010253,Dennistoun - 06,1a,Cosmopolitan student neighbourhoods,S02001930,Dennistoun,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214210 +214210,S00113725,7b1,Eastern European Communities,S01010242,Carntyne West and Haghill - 01,1a,Cosmopolitan student neighbourhoods,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214211 +214211,S00113726,7b1,Eastern European Communities,S01010246,Carntyne West and Haghill - 05,4d,Hard-pressed flat dwellers,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214212 +214212,S00113728,7b1,Eastern European Communities,S01010242,Carntyne West and Haghill - 01,1a,Cosmopolitan student neighbourhoods,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214213 +214213,S00113729,7b1,Eastern European Communities,S01010242,Carntyne West and Haghill - 01,1a,Cosmopolitan student neighbourhoods,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214214 +214214,S00113731,7b1,Eastern European Communities,S01010246,Carntyne West and Haghill - 05,4d,Hard-pressed flat dwellers,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214215 +214215,S00113753,7b1,Eastern European Communities,S01010239,Alexandra Parade - 01,4d,Hard-pressed flat dwellers,S02001928,Alexandra Parade,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214216 +214216,S00113756,7b1,Eastern European Communities,S01010239,Alexandra Parade - 01,4d,Hard-pressed flat dwellers,S02001928,Alexandra Parade,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214217 +214217,S00113761,7b1,Eastern European Communities,S01010241,Alexandra Parade - 03,1a,Cosmopolitan student neighbourhoods,S02001928,Alexandra Parade,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214218 +214218,S00117499,7b2,Deprived Neighbourhoods,S01009764,Darnley North - 01,4d,Hard-pressed flat dwellers,S02001843,Darnley North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214219 +214219,S00116473,7b2,Deprived Neighbourhoods,S01010344,Summerston Central and West - 05,4d,Hard-pressed flat dwellers,S02001945,Summerston Central and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214220 +214220,S00116152,7b2,Deprived Neighbourhoods,S01010047,Dalmarnock - 02,4d,Hard-pressed flat dwellers,S02001893,Dalmarnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214221 +214221,S00115154,7b2,Deprived Neighbourhoods,S01009974,Glenwood South - 02,4d,Hard-pressed flat dwellers,S02001881,Glenwood South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214222 +214222,S00117501,7b2,Deprived Neighbourhoods,S01009765,Darnley North - 02,4d,Hard-pressed flat dwellers,S02001843,Darnley North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214223 +214223,S00116474,7b2,Deprived Neighbourhoods,S01010344,Summerston Central and West - 05,4d,Hard-pressed flat dwellers,S02001945,Summerston Central and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214224 +214224,S00116153,7b2,Deprived Neighbourhoods,S01010047,Dalmarnock - 02,4d,Hard-pressed flat dwellers,S02001893,Dalmarnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214225 +214225,S00116156,7b2,Deprived Neighbourhoods,S01010046,Dalmarnock - 01,4d,Hard-pressed flat dwellers,S02001893,Dalmarnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214226 +214226,S00117124,7b2,Deprived Neighbourhoods,S01010060,Parkhead East and Braidfauld North - 05,4d,Hard-pressed flat dwellers,S02001895,Parkhead East and Braidfauld North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214227 +214227,S00116157,7b2,Deprived Neighbourhoods,S01010045,Bridgeton - 04,4d,Hard-pressed flat dwellers,S02001892,Bridgeton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214228 +214228,S00116475,7b2,Deprived Neighbourhoods,S01010336,Milton East - 02,4d,Hard-pressed flat dwellers,S02001944,Milton East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214229 +214229,S00117126,7b2,Deprived Neighbourhoods,S01010057,Parkhead East and Braidfauld North - 02,4d,Hard-pressed flat dwellers,S02001895,Parkhead East and Braidfauld North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214230 +214230,S00116171,7b2,Deprived Neighbourhoods,S01010022,Toryglen and Oatlands - 07,4d,Hard-pressed flat dwellers,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214231 +214231,S00117546,7b2,Deprived Neighbourhoods,S01010223,Cowlairs and Port Dundas - 05,4d,Hard-pressed flat dwellers,S02001924,Cowlairs and Port Dundas,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214232 +214232,S00115158,7b2,Deprived Neighbourhoods,S01009975,Glenwood South - 03,4d,Hard-pressed flat dwellers,S02001881,Glenwood South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214233 +214233,S00116476,7b2,Deprived Neighbourhoods,S01010336,Milton East - 02,4d,Hard-pressed flat dwellers,S02001944,Milton East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214234 +214234,S00116173,7b2,Deprived Neighbourhoods,S01010022,Toryglen and Oatlands - 07,4d,Hard-pressed flat dwellers,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214235 +214235,S00117139,7b2,Deprived Neighbourhoods,S01010141,Shettleston North - 05,4d,Hard-pressed flat dwellers,S02001910,Shettleston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214236 +214236,S00116178,7b2,Deprived Neighbourhoods,S01010028,Gorbals and Hutchesontown - 06,1a,Cosmopolitan student neighbourhoods,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214237 +214237,S00117594,7b2,Deprived Neighbourhoods,S01010027,Gorbals and Hutchesontown - 05,1a,Cosmopolitan student neighbourhoods,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214238 +214238,S00115161,7b2,Deprived Neighbourhoods,S01009979,Glenwood South - 07,4d,Hard-pressed flat dwellers,S02001881,Glenwood South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214239 +214239,S00116477,7b2,Deprived Neighbourhoods,S01010336,Milton East - 02,4d,Hard-pressed flat dwellers,S02001944,Milton East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214240 +214240,S00115166,7b2,Deprived Neighbourhoods,S01009987,Castlemilk - 02,4d,Hard-pressed flat dwellers,S02001883,Castlemilk,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214241 +214241,S00117603,7b2,Deprived Neighbourhoods,S01009977,Glenwood South - 05,4d,Hard-pressed flat dwellers,S02001881,Glenwood South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214242 +214242,S00116189,7b2,Deprived Neighbourhoods,S01010029,Gorbals and Hutchesontown - 07,4d,Hard-pressed flat dwellers,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214243 +214243,S00117142,7b2,Deprived Neighbourhoods,S01010141,Shettleston North - 05,4d,Hard-pressed flat dwellers,S02001910,Shettleston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214244 +214244,S00116478,7b2,Deprived Neighbourhoods,S01010336,Milton East - 02,4d,Hard-pressed flat dwellers,S02001944,Milton East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214245 +214245,S00115168,7b2,Deprived Neighbourhoods,S01009987,Castlemilk - 02,4d,Hard-pressed flat dwellers,S02001883,Castlemilk,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214246 +214246,S00117604,7b2,Deprived Neighbourhoods,S01009977,Glenwood South - 05,4d,Hard-pressed flat dwellers,S02001881,Glenwood South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214247 +214247,S00116191,7b2,Deprived Neighbourhoods,S01009896,Govanhill East and Aikenhead - 03,7a,Urban cultural mix,S02001866,Govanhill East and Aikenhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214248 +214248,S00117148,7b2,Deprived Neighbourhoods,S01010147,Old Shettleston and Parkhead North - 01,4d,Hard-pressed flat dwellers,S02001912,Old Shettleston and Parkhead North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214249 +214249,S00116487,7b2,Deprived Neighbourhoods,S01010050,Parkhead West and Barrowfield - 02,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214250 +214250,S00115169,7b2,Deprived Neighbourhoods,S01009987,Castlemilk - 02,4d,Hard-pressed flat dwellers,S02001883,Castlemilk,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214251 +214251,S00115172,7b2,Deprived Neighbourhoods,S01009988,Castlemilk - 03,4d,Hard-pressed flat dwellers,S02001883,Castlemilk,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214252 +214252,S00115173,7b2,Deprived Neighbourhoods,S01009988,Castlemilk - 03,4d,Hard-pressed flat dwellers,S02001883,Castlemilk,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214253 +214253,S00115175,7b2,Deprived Neighbourhoods,S01009986,Castlemilk - 01,4d,Hard-pressed flat dwellers,S02001883,Castlemilk,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214254 +214254,S00115176,7b2,Deprived Neighbourhoods,S01009980,Glenwood North - 01,4d,Hard-pressed flat dwellers,S02001882,Glenwood North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214255 +214255,S00115177,7b2,Deprived Neighbourhoods,S01009981,Glenwood North - 02,4d,Hard-pressed flat dwellers,S02001882,Glenwood North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214256 +214256,S00115185,7b2,Deprived Neighbourhoods,S01009979,Glenwood South - 07,4d,Hard-pressed flat dwellers,S02001881,Glenwood South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214257 +214257,S00115195,7b2,Deprived Neighbourhoods,S01009982,Glenwood North - 03,4d,Hard-pressed flat dwellers,S02001882,Glenwood North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214258 +214258,S00115202,7b2,Deprived Neighbourhoods,S01009981,Glenwood North - 02,4d,Hard-pressed flat dwellers,S02001882,Glenwood North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214259 +214259,S00115205,7b2,Deprived Neighbourhoods,S01009981,Glenwood North - 02,4d,Hard-pressed flat dwellers,S02001882,Glenwood North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214260 +214260,S00115208,7b2,Deprived Neighbourhoods,S01009981,Glenwood North - 02,4d,Hard-pressed flat dwellers,S02001882,Glenwood North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214261 +214261,S00115243,7b2,Deprived Neighbourhoods,S01009940,Carnwadric West - 02,4d,Hard-pressed flat dwellers,S02001874,Carnwadric West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214262 +214262,S00115244,7b2,Deprived Neighbourhoods,S01009940,Carnwadric West - 02,4d,Hard-pressed flat dwellers,S02001874,Carnwadric West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214263 +214263,S00115246,7b2,Deprived Neighbourhoods,S01009940,Carnwadric West - 02,4d,Hard-pressed flat dwellers,S02001874,Carnwadric West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214264 +214264,S00115247,7b2,Deprived Neighbourhoods,S01009940,Carnwadric West - 02,4d,Hard-pressed flat dwellers,S02001874,Carnwadric West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214265 +214265,S00115249,7b2,Deprived Neighbourhoods,S01009943,Carnwadric West - 05,4d,Hard-pressed flat dwellers,S02001874,Carnwadric West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214266 +214266,S00115250,7b2,Deprived Neighbourhoods,S01009943,Carnwadric West - 05,4d,Hard-pressed flat dwellers,S02001874,Carnwadric West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214267 +214267,S00115254,7b2,Deprived Neighbourhoods,S01009943,Carnwadric West - 05,4d,Hard-pressed flat dwellers,S02001874,Carnwadric West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214268 +214268,S00115257,7b2,Deprived Neighbourhoods,S01009943,Carnwadric West - 05,4d,Hard-pressed flat dwellers,S02001874,Carnwadric West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214269 +214269,S00115300,7b2,Deprived Neighbourhoods,S01009864,Ibrox East and Cessnock - 03,1a,Cosmopolitan student neighbourhoods,S02001860,Ibrox East and Cessnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214270 +214270,S00115312,7b2,Deprived Neighbourhoods,S01009862,Ibrox East and Cessnock - 01,1a,Cosmopolitan student neighbourhoods,S02001860,Ibrox East and Cessnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214271 +214271,S00115318,7b2,Deprived Neighbourhoods,S01009861,Ibrox - 03,1a,Cosmopolitan student neighbourhoods,S02001859,Ibrox,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214272 +214272,S00115319,7b2,Deprived Neighbourhoods,S01009859,Ibrox - 01,4d,Hard-pressed flat dwellers,S02001859,Ibrox,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214273 +214273,S00115330,7b2,Deprived Neighbourhoods,S01009859,Ibrox - 01,4d,Hard-pressed flat dwellers,S02001859,Ibrox,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214274 +214274,S00115332,7b2,Deprived Neighbourhoods,S01009843,Govan and Linthouse - 03,4d,Hard-pressed flat dwellers,S02001856,Govan and Linthouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214275 +214275,S00115339,7b2,Deprived Neighbourhoods,S01009841,Govan and Linthouse - 01,1a,Cosmopolitan student neighbourhoods,S02001856,Govan and Linthouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214276 +214276,S00115344,7b2,Deprived Neighbourhoods,S01009843,Govan and Linthouse - 03,4d,Hard-pressed flat dwellers,S02001856,Govan and Linthouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214277 +214277,S00115357,7b2,Deprived Neighbourhoods,S01009844,Govan and Linthouse - 04,6a,Inner city cosmopolitan,S02001856,Govan and Linthouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214278 +214278,S00115359,7b2,Deprived Neighbourhoods,S01009860,Ibrox - 02,4d,Hard-pressed flat dwellers,S02001859,Ibrox,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214279 +214279,S00117150,7b2,Deprived Neighbourhoods,S01010146,Tollcross - 05,4d,Hard-pressed flat dwellers,S02001911,Tollcross,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214280 +214280,S00116488,7b2,Deprived Neighbourhoods,S01010050,Parkhead West and Barrowfield - 02,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214281 +214281,S00117151,7b2,Deprived Neighbourhoods,S01010147,Old Shettleston and Parkhead North - 01,4d,Hard-pressed flat dwellers,S02001912,Old Shettleston and Parkhead North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214282 +214282,S00117152,7b2,Deprived Neighbourhoods,S01010145,Tollcross - 04,4d,Hard-pressed flat dwellers,S02001911,Tollcross,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214283 +214283,S00116493,7b2,Deprived Neighbourhoods,S01010138,Shettleston North - 02,4d,Hard-pressed flat dwellers,S02001910,Shettleston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214284 +214284,S00117169,7b2,Deprived Neighbourhoods,S01010138,Shettleston North - 02,4d,Hard-pressed flat dwellers,S02001910,Shettleston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214285 +214285,S00117612,7b2,Deprived Neighbourhoods,S01009862,Ibrox East and Cessnock - 01,1a,Cosmopolitan student neighbourhoods,S02001860,Ibrox East and Cessnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214286 +214286,S00116494,7b2,Deprived Neighbourhoods,S01010138,Shettleston North - 02,4d,Hard-pressed flat dwellers,S02001910,Shettleston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214287 +214287,S00116495,7b2,Deprived Neighbourhoods,S01010138,Shettleston North - 02,4d,Hard-pressed flat dwellers,S02001910,Shettleston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214288 +214288,S00116496,7b2,Deprived Neighbourhoods,S01010138,Shettleston North - 02,4d,Hard-pressed flat dwellers,S02001910,Shettleston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214289 +214289,S00116497,7b2,Deprived Neighbourhoods,S01010138,Shettleston North - 02,4d,Hard-pressed flat dwellers,S02001910,Shettleston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214290 +214290,S00116498,7b2,Deprived Neighbourhoods,S01010138,Shettleston North - 02,4d,Hard-pressed flat dwellers,S02001910,Shettleston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214291 +214291,S00116504,7b2,Deprived Neighbourhoods,S01010162,"Cranhill, Lightburn and Queenslie South - 07",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214292 +214292,S00116506,7b2,Deprived Neighbourhoods,S01010129,Barlanark - 07,4d,Hard-pressed flat dwellers,S02001908,Barlanark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214293 +214293,S00116511,7b2,Deprived Neighbourhoods,S01010047,Dalmarnock - 02,4d,Hard-pressed flat dwellers,S02001893,Dalmarnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214294 +214294,S00116512,7b2,Deprived Neighbourhoods,S01010047,Dalmarnock - 02,4d,Hard-pressed flat dwellers,S02001893,Dalmarnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214295 +214295,S00116518,7b2,Deprived Neighbourhoods,S01009897,Govanhill East and Aikenhead - 04,7a,Urban cultural mix,S02001866,Govanhill East and Aikenhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214296 +214296,S00116523,7b2,Deprived Neighbourhoods,S01010019,Toryglen and Oatlands - 04,4d,Hard-pressed flat dwellers,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214297 +214297,S00116526,7b2,Deprived Neighbourhoods,S01009938,Pollokshaws - 06,4d,Hard-pressed flat dwellers,S02001873,Pollokshaws,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214298 +214298,S00116527,7b2,Deprived Neighbourhoods,S01009933,Pollokshaws - 01,6a,Inner city cosmopolitan,S02001873,Pollokshaws,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214299 +214299,S00116533,7b2,Deprived Neighbourhoods,S01009970,Carmunnock South - 02,4d,Hard-pressed flat dwellers,S02001880,Carmunnock South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214300 +214300,S00116534,7b2,Deprived Neighbourhoods,S01009970,Carmunnock South - 02,4d,Hard-pressed flat dwellers,S02001880,Carmunnock South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214301 +214301,S00116536,7b2,Deprived Neighbourhoods,S01009939,Carnwadric West - 01,6a,Inner city cosmopolitan,S02001874,Carnwadric West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214302 +214302,S00116545,7b2,Deprived Neighbourhoods,S01009813,Cardonald North - 04,7a,Urban cultural mix,S02001851,Cardonald North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214303 +214303,S00116194,7b2,Deprived Neighbourhoods,S01010027,Gorbals and Hutchesontown - 05,1a,Cosmopolitan student neighbourhoods,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214304 +214304,S00116546,7b2,Deprived Neighbourhoods,S01009813,Cardonald North - 04,7a,Urban cultural mix,S02001851,Cardonald North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214305 +214305,S00116547,7b2,Deprived Neighbourhoods,S01009810,Cardonald North - 01,4d,Hard-pressed flat dwellers,S02001851,Cardonald North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214306 +214306,S00116548,7b2,Deprived Neighbourhoods,S01009810,Cardonald North - 01,4d,Hard-pressed flat dwellers,S02001851,Cardonald North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214307 +214307,S00116549,7b2,Deprived Neighbourhoods,S01009810,Cardonald North - 01,4d,Hard-pressed flat dwellers,S02001851,Cardonald North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214308 +214308,S00116550,7b2,Deprived Neighbourhoods,S01009810,Cardonald North - 01,4d,Hard-pressed flat dwellers,S02001851,Cardonald North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214309 +214309,S00116555,7b2,Deprived Neighbourhoods,S01009786,Crookston South - 03,4d,Hard-pressed flat dwellers,S02001846,Crookston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214310 +214310,S00116560,7b2,Deprived Neighbourhoods,S01010272,City Centre South - 01,1a,Cosmopolitan student neighbourhoods,S02001934,City Centre South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214311 +214311,S00116562,7b2,Deprived Neighbourhoods,S01010047,Dalmarnock - 02,4d,Hard-pressed flat dwellers,S02001893,Dalmarnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214312 +214312,S00116563,7b2,Deprived Neighbourhoods,S01010047,Dalmarnock - 02,4d,Hard-pressed flat dwellers,S02001893,Dalmarnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214313 +214313,S00117170,7b2,Deprived Neighbourhoods,S01010138,Shettleston North - 02,4d,Hard-pressed flat dwellers,S02001910,Shettleston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214314 +214314,S00116199,7b2,Deprived Neighbourhoods,S01010030,Gorbals and Hutchesontown - 08,1a,Cosmopolitan student neighbourhoods,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214315 +214315,S00117176,7b2,Deprived Neighbourhoods,S01010134,Greenfield - 04,4d,Hard-pressed flat dwellers,S02001909,Greenfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214316 +214316,S00116210,7b2,Deprived Neighbourhoods,S01010019,Toryglen and Oatlands - 04,4d,Hard-pressed flat dwellers,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214317 +214317,S00117186,7b2,Deprived Neighbourhoods,S01010181,Blackhill and Barmulloch East - 03,4d,Hard-pressed flat dwellers,S02001917,Blackhill and Barmulloch East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214318 +214318,S00116225,7b2,Deprived Neighbourhoods,S01009974,Glenwood South - 02,4d,Hard-pressed flat dwellers,S02001881,Glenwood South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214319 +214319,S00117192,7b2,Deprived Neighbourhoods,S01010178,Riddrie and Hogganfield - 07,4d,Hard-pressed flat dwellers,S02001916,Riddrie and Hogganfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214320 +214320,S00114029,6a3,Detached Retirement Living,S01010079,Mount Vernon North and Sandyhills - 02,8b,Ageing suburbanites,S02001899,Mount Vernon North and Sandyhills,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214321 +214321,S00116228,7b2,Deprived Neighbourhoods,S01009975,Glenwood South - 03,4d,Hard-pressed flat dwellers,S02001881,Glenwood South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214322 +214322,S00114078,6a3,Detached Retirement Living,S01010131,Greenfield - 01,8b,Ageing suburbanites,S02001909,Greenfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214323 +214323,S00114082,6a3,Detached Retirement Living,S01010079,Mount Vernon North and Sandyhills - 02,8b,Ageing suburbanites,S02001899,Mount Vernon North and Sandyhills,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214324 +214324,S00114948,6a3,Detached Retirement Living,S01009950,Newlands - 03,8a,Affluent communities,S02001876,Newlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214325 +214325,S00115060,6a3,Detached Retirement Living,S01009965,Carmunnock North - 01,5c,Comfortable neighbourhoods,S02001879,Carmunnock North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214326 +214326,S00115790,6a3,Detached Retirement Living,S01009797,Pollok South and West - 06,8c,Comfortable suburbia,S02001848,Pollok South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214327 +214327,S00115798,6a3,Detached Retirement Living,S01009797,Pollok South and West - 06,8c,Comfortable suburbia,S02001848,Pollok South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214328 +214328,S00115860,6a3,Detached Retirement Living,S01010087,Baillieston West - 05,8b,Ageing suburbanites,S02001900,Baillieston West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214329 +214329,S00115917,6a3,Detached Retirement Living,S01009969,Carmunnock South - 01,5c,Comfortable neighbourhoods,S02001880,Carmunnock South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214330 +214330,S00117461,6a3,Detached Retirement Living,S01009818,Cardonald West and Central - 04,8b,Ageing suburbanites,S02001852,Cardonald West and Central,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214331 +214331,S00117532,6a3,Detached Retirement Living,S01010101,Garrowhill East and Swinton - 02,5a,Ageing urban communities,S02001903,Garrowhill East and Swinton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214332 +214332,S00117618,6a3,Detached Retirement Living,S01010100,Garrowhill East and Swinton - 01,8b,Ageing suburbanites,S02001903,Garrowhill East and Swinton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214333 +214333,S00112302,7b1,Eastern European Communities,S01010297,Woodside - 01,1a,Cosmopolitan student neighbourhoods,S02001938,Woodside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214334 +214334,S00112317,7b1,Eastern European Communities,S01010262,City Centre East - 04,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214335 +214335,S00112335,7b1,Eastern European Communities,S01010270,City Centre West - 05,1a,Cosmopolitan student neighbourhoods,S02001933,City Centre West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214336 +214336,S00112338,7b1,Eastern European Communities,S01010034,Laurieston and Tradeston - 04,1a,Cosmopolitan student neighbourhoods,S02001890,Laurieston and Tradeston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214337 +214337,S00112726,7b1,Eastern European Communities,S01010471,Anniesland West - 02,4d,Hard-pressed flat dwellers,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214338 +214338,S00112813,7b1,Eastern European Communities,S01010478,Blairdardie East - 01,4d,Hard-pressed flat dwellers,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214339 +214339,S00112864,7b1,Eastern European Communities,S01010453,Knightswood East - 04,4d,Hard-pressed flat dwellers,S02001967,Knightswood East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214340 +214340,S00112921,7b1,Eastern European Communities,S01010447,Knightswood West - 01,4d,Hard-pressed flat dwellers,S02001966,Knightswood West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214341 +214341,S00112923,7b1,Eastern European Communities,S01010447,Knightswood West - 01,4d,Hard-pressed flat dwellers,S02001966,Knightswood West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214342 +214342,S00112926,7b1,Eastern European Communities,S01010436,Scotstoun South and West - 05,4d,Hard-pressed flat dwellers,S02001963,Scotstoun South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214343 +214343,S00112938,7b1,Eastern European Communities,S01010430,Scotstoun North and East - 04,1a,Cosmopolitan student neighbourhoods,S02001962,Scotstoun North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214344 +214344,S00112983,7b1,Eastern European Communities,S01010423,Whiteinch - 01,1a,Cosmopolitan student neighbourhoods,S02001961,Whiteinch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214345 +214345,S00112986,7b1,Eastern European Communities,S01010424,Whiteinch - 02,4d,Hard-pressed flat dwellers,S02001961,Whiteinch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214346 +214346,S00112991,7b1,Eastern European Communities,S01010424,Whiteinch - 02,4d,Hard-pressed flat dwellers,S02001961,Whiteinch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214347 +214347,S00112999,7b1,Eastern European Communities,S01010426,Whiteinch - 04,4d,Hard-pressed flat dwellers,S02001961,Whiteinch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214348 +214348,S00113000,7b1,Eastern European Communities,S01010436,Scotstoun South and West - 05,4d,Hard-pressed flat dwellers,S02001963,Scotstoun South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214349 +214349,S00113001,7b1,Eastern European Communities,S01010436,Scotstoun South and West - 05,4d,Hard-pressed flat dwellers,S02001963,Scotstoun South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214350 +214350,S00113003,7b1,Eastern European Communities,S01010436,Scotstoun South and West - 05,4d,Hard-pressed flat dwellers,S02001963,Scotstoun South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214351 +214351,S00117193,7b2,Deprived Neighbourhoods,S01010156,"Cranhill, Lightburn and Queenslie South - 01",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214352 +214352,S00116229,7b2,Deprived Neighbourhoods,S01009975,Glenwood South - 03,4d,Hard-pressed flat dwellers,S02001881,Glenwood South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214353 +214353,S00117209,7b2,Deprived Neighbourhoods,S01010118,North Barlanark and Easterhouse South - 01,4d,Hard-pressed flat dwellers,S02001907,North Barlanark and Easterhouse South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214354 +214354,S00116230,7b2,Deprived Neighbourhoods,S01009977,Glenwood South - 05,4d,Hard-pressed flat dwellers,S02001881,Glenwood South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214355 +214355,S00117210,7b2,Deprived Neighbourhoods,S01010118,North Barlanark and Easterhouse South - 01,4d,Hard-pressed flat dwellers,S02001907,North Barlanark and Easterhouse South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214356 +214356,S00117213,7b2,Deprived Neighbourhoods,S01010128,Barlanark - 06,4d,Hard-pressed flat dwellers,S02001908,Barlanark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214357 +214357,S00117240,7b2,Deprived Neighbourhoods,S01010055,Parkhead West and Barrowfield - 07,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214358 +214358,S00117244,7b2,Deprived Neighbourhoods,S01010053,Parkhead West and Barrowfield - 05,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214359 +214359,S00117246,7b2,Deprived Neighbourhoods,S01010045,Bridgeton - 04,4d,Hard-pressed flat dwellers,S02001892,Bridgeton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214360 +214360,S00117249,7b2,Deprived Neighbourhoods,S01010045,Bridgeton - 04,4d,Hard-pressed flat dwellers,S02001892,Bridgeton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214361 +214361,S00117252,7b2,Deprived Neighbourhoods,S01010046,Dalmarnock - 01,4d,Hard-pressed flat dwellers,S02001893,Dalmarnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214362 +214362,S00117255,7b2,Deprived Neighbourhoods,S01010034,Laurieston and Tradeston - 04,1a,Cosmopolitan student neighbourhoods,S02001890,Laurieston and Tradeston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214363 +214363,S00117288,7b2,Deprived Neighbourhoods,S01009871,Kingston West and Dumbreck - 01,7a,Urban cultural mix,S02001862,Kingston West and Dumbreck,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214364 +214364,S00117315,7b2,Deprived Neighbourhoods,S01010019,Toryglen and Oatlands - 04,4d,Hard-pressed flat dwellers,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214365 +214365,S00117316,7b2,Deprived Neighbourhoods,S01010019,Toryglen and Oatlands - 04,4d,Hard-pressed flat dwellers,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214366 +214366,S00117317,7b2,Deprived Neighbourhoods,S01010018,Toryglen and Oatlands - 03,4d,Hard-pressed flat dwellers,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214367 +214367,S00117318,7b2,Deprived Neighbourhoods,S01010021,Toryglen and Oatlands - 06,7a,Urban cultural mix,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214368 +214368,S00117322,7b2,Deprived Neighbourhoods,S01010021,Toryglen and Oatlands - 06,7a,Urban cultural mix,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214369 +214369,S00117328,7b2,Deprived Neighbourhoods,S01009945,Carnwadric East - 02,4d,Hard-pressed flat dwellers,S02001875,Carnwadric East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214370 +214370,S00117331,7b2,Deprived Neighbourhoods,S01009935,Pollokshaws - 03,4d,Hard-pressed flat dwellers,S02001873,Pollokshaws,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214371 +214371,S00117337,7b2,Deprived Neighbourhoods,S01009936,Pollokshaws - 04,4d,Hard-pressed flat dwellers,S02001873,Pollokshaws,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214372 +214372,S00117381,7b2,Deprived Neighbourhoods,S01009976,Glenwood South - 04,4d,Hard-pressed flat dwellers,S02001881,Glenwood South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214373 +214373,S00117382,7b2,Deprived Neighbourhoods,S01009976,Glenwood South - 04,4d,Hard-pressed flat dwellers,S02001881,Glenwood South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214374 +214374,S00117388,7b2,Deprived Neighbourhoods,S01009987,Castlemilk - 02,4d,Hard-pressed flat dwellers,S02001883,Castlemilk,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214375 +214375,S00117390,7b2,Deprived Neighbourhoods,S01009989,Castlemilk - 04,4d,Hard-pressed flat dwellers,S02001883,Castlemilk,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214376 +214376,S00117393,7b2,Deprived Neighbourhoods,S01009986,Castlemilk - 01,4d,Hard-pressed flat dwellers,S02001883,Castlemilk,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214377 +214377,S00117396,7b2,Deprived Neighbourhoods,S01009984,Glenwood North - 05,4d,Hard-pressed flat dwellers,S02001882,Glenwood North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214378 +214378,S00117397,7b2,Deprived Neighbourhoods,S01009983,Glenwood North - 04,4d,Hard-pressed flat dwellers,S02001882,Glenwood North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214379 +214379,S00116231,7b2,Deprived Neighbourhoods,S01009977,Glenwood South - 05,4d,Hard-pressed flat dwellers,S02001881,Glenwood South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214380 +214380,S00116232,7b2,Deprived Neighbourhoods,S01009977,Glenwood South - 05,4d,Hard-pressed flat dwellers,S02001881,Glenwood South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214381 +214381,S00116237,7b2,Deprived Neighbourhoods,S01009992,Castlemilk - 07,4d,Hard-pressed flat dwellers,S02001883,Castlemilk,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214382 +214382,S00116238,7b2,Deprived Neighbourhoods,S01009992,Castlemilk - 07,4d,Hard-pressed flat dwellers,S02001883,Castlemilk,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214383 +214383,S00116239,7b2,Deprived Neighbourhoods,S01009975,Glenwood South - 03,4d,Hard-pressed flat dwellers,S02001881,Glenwood South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214384 +214384,S00116242,7b2,Deprived Neighbourhoods,S01009978,Glenwood South - 06,4d,Hard-pressed flat dwellers,S02001881,Glenwood South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214385 +214385,S00116246,7b2,Deprived Neighbourhoods,S01009982,Glenwood North - 03,4d,Hard-pressed flat dwellers,S02001882,Glenwood North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214386 +214386,S00116250,7b2,Deprived Neighbourhoods,S01009939,Carnwadric West - 01,6a,Inner city cosmopolitan,S02001874,Carnwadric West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214387 +214387,S00116257,7b2,Deprived Neighbourhoods,S01009859,Ibrox - 01,4d,Hard-pressed flat dwellers,S02001859,Ibrox,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214388 +214388,S00116259,7b2,Deprived Neighbourhoods,S01009860,Ibrox - 02,4d,Hard-pressed flat dwellers,S02001859,Ibrox,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214389 +214389,S00116262,7b2,Deprived Neighbourhoods,S01009844,Govan and Linthouse - 04,6a,Inner city cosmopolitan,S02001856,Govan and Linthouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214390 +214390,S00116266,7b2,Deprived Neighbourhoods,S01009835,Drumoyne and Shieldhall - 03,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214391 +214391,S00116280,7b2,Deprived Neighbourhoods,S01009815,Cardonald West and Central - 01,4d,Hard-pressed flat dwellers,S02001852,Cardonald West and Central,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214392 +214392,S00116295,7b2,Deprived Neighbourhoods,S01009768,Darnley West - 01,4d,Hard-pressed flat dwellers,S02001844,Darnley West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214393 +214393,S00116308,7b2,Deprived Neighbourhoods,S01009764,Darnley North - 01,4d,Hard-pressed flat dwellers,S02001843,Darnley North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214394 +214394,S00116310,7b2,Deprived Neighbourhoods,S01009776,Nitshill - 02,4d,Hard-pressed flat dwellers,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214395 +214395,S00116405,7b2,Deprived Neighbourhoods,S01010394,Partick - 02,1a,Cosmopolitan student neighbourhoods,S02001955,Partick,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214396 +214396,S00116406,7b2,Deprived Neighbourhoods,S01010394,Partick - 02,1a,Cosmopolitan student neighbourhoods,S02001955,Partick,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214397 +214397,S00116415,7b2,Deprived Neighbourhoods,S01010455,Knightswood Park West - 01,4d,Hard-pressed flat dwellers,S02001968,Knightswood Park West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214398 +214398,S00116416,7b2,Deprived Neighbourhoods,S01010455,Knightswood Park West - 01,4d,Hard-pressed flat dwellers,S02001968,Knightswood Park West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214399 +214399,S00116429,7b2,Deprived Neighbourhoods,S01010361,Wyndford - 04,6a,Inner city cosmopolitan,S02001949,Wyndford,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214400 +214400,S00116503,7b1,Eastern European Communities,S01010162,"Cranhill, Lightburn and Queenslie South - 07",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214401 +214401,S00113353,7b3,Endeavouring Flat Dwellers,S01010212,Springburn - 04,4d,Hard-pressed flat dwellers,S02001922,Springburn,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214402 +214402,S00116505,7b1,Eastern European Communities,S01010129,Barlanark - 07,4d,Hard-pressed flat dwellers,S02001908,Barlanark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214403 +214403,S00116507,7b1,Eastern European Communities,S01010128,Barlanark - 06,4d,Hard-pressed flat dwellers,S02001908,Barlanark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214404 +214404,S00115230,7b1,Eastern European Communities,S01009760,Darnley East - 03,4d,Hard-pressed flat dwellers,S02001842,Darnley East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214405 +214405,S00113369,7b3,Endeavouring Flat Dwellers,S01010229,"Roystonhill, Blochairn, and Provanmill - 02",4d,Hard-pressed flat dwellers,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214406 +214406,S00113637,7b3,Endeavouring Flat Dwellers,S01010341,Summerston Central and West - 02,4a,Challenged white communities,S02001945,Summerston Central and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214407 +214407,S00116508,7b1,Eastern European Communities,S01010128,Barlanark - 06,4d,Hard-pressed flat dwellers,S02001908,Barlanark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214408 +214408,S00113383,7b3,Endeavouring Flat Dwellers,S01010228,"Roystonhill, Blochairn, and Provanmill - 01",4d,Hard-pressed flat dwellers,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214409 +214409,S00112988,7b3,Endeavouring Flat Dwellers,S01010422,Victoria Park - 03,3d,Households in terraces and flats,S02001960,Victoria Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214410 +214410,S00114205,7b1,Eastern European Communities,S01010162,"Cranhill, Lightburn and Queenslie South - 07",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214411 +214411,S00115232,7b1,Eastern European Communities,S01009760,Darnley East - 03,4d,Hard-pressed flat dwellers,S02001842,Darnley East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214412 +214412,S00113638,7b3,Endeavouring Flat Dwellers,S01010348,Summerston North - 03,4d,Hard-pressed flat dwellers,S02001946,Summerston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214413 +214413,S00116524,7b1,Eastern European Communities,S01010019,Toryglen and Oatlands - 04,4d,Hard-pressed flat dwellers,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214414 +214414,S00113384,7b3,Endeavouring Flat Dwellers,S01010228,"Roystonhill, Blochairn, and Provanmill - 01",4d,Hard-pressed flat dwellers,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214415 +214415,S00116528,7b1,Eastern European Communities,S01009933,Pollokshaws - 01,6a,Inner city cosmopolitan,S02001873,Pollokshaws,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214416 +214416,S00112990,7b3,Endeavouring Flat Dwellers,S01010424,Whiteinch - 02,4d,Hard-pressed flat dwellers,S02001961,Whiteinch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214417 +214417,S00114219,7b1,Eastern European Communities,S01010123,Barlanark - 01,4d,Hard-pressed flat dwellers,S02001908,Barlanark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214418 +214418,S00115233,7b1,Eastern European Communities,S01009759,Darnley East - 02,4d,Hard-pressed flat dwellers,S02001842,Darnley East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214419 +214419,S00113652,7b3,Endeavouring Flat Dwellers,S01010055,Parkhead West and Barrowfield - 07,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214420 +214420,S00113390,7b3,Endeavouring Flat Dwellers,S01010213,Springburn - 05,4d,Hard-pressed flat dwellers,S02001922,Springburn,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214421 +214421,S00116540,7b1,Eastern European Communities,S01009859,Ibrox - 01,4d,Hard-pressed flat dwellers,S02001859,Ibrox,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214422 +214422,S00112996,7b3,Endeavouring Flat Dwellers,S01010425,Whiteinch - 03,4d,Hard-pressed flat dwellers,S02001961,Whiteinch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214423 +214423,S00114223,7b1,Eastern European Communities,S01010121,North Barlanark and Easterhouse South - 04,4d,Hard-pressed flat dwellers,S02001907,North Barlanark and Easterhouse South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214424 +214424,S00115234,7b1,Eastern European Communities,S01009759,Darnley East - 02,4d,Hard-pressed flat dwellers,S02001842,Darnley East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214425 +214425,S00113662,7b3,Endeavouring Flat Dwellers,S01010244,Carntyne West and Haghill - 03,1a,Cosmopolitan student neighbourhoods,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214426 +214426,S00113665,7b3,Endeavouring Flat Dwellers,S01010256,Gallowgate North and Bellgrove - 03,4d,Hard-pressed flat dwellers,S02001931,Gallowgate North and Bellgrove,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214427 +214427,S00113669,7b3,Endeavouring Flat Dwellers,S01010255,Gallowgate North and Bellgrove - 02,1a,Cosmopolitan student neighbourhoods,S02001931,Gallowgate North and Bellgrove,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214428 +214428,S00113673,7b3,Endeavouring Flat Dwellers,S01010256,Gallowgate North and Bellgrove - 03,4d,Hard-pressed flat dwellers,S02001931,Gallowgate North and Bellgrove,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214429 +214429,S00113680,7b3,Endeavouring Flat Dwellers,S01010253,Dennistoun - 06,1a,Cosmopolitan student neighbourhoods,S02001930,Dennistoun,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214430 +214430,S00113683,7b3,Endeavouring Flat Dwellers,S01010253,Dennistoun - 06,1a,Cosmopolitan student neighbourhoods,S02001930,Dennistoun,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214431 +214431,S00113685,7b3,Endeavouring Flat Dwellers,S01010252,Dennistoun - 05,1a,Cosmopolitan student neighbourhoods,S02001930,Dennistoun,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214432 +214432,S00113704,7b3,Endeavouring Flat Dwellers,S01010248,Dennistoun - 01,1a,Cosmopolitan student neighbourhoods,S02001930,Dennistoun,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214433 +214433,S00113716,7b3,Endeavouring Flat Dwellers,S01010237,Dennistoun North - 04,1a,Cosmopolitan student neighbourhoods,S02001927,Dennistoun North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214434 +214434,S00113745,7b3,Endeavouring Flat Dwellers,S01010240,Alexandra Parade - 02,1a,Cosmopolitan student neighbourhoods,S02001928,Alexandra Parade,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214435 +214435,S00113746,7b3,Endeavouring Flat Dwellers,S01010240,Alexandra Parade - 02,1a,Cosmopolitan student neighbourhoods,S02001928,Alexandra Parade,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214436 +214436,S00113752,7b3,Endeavouring Flat Dwellers,S01010240,Alexandra Parade - 02,1a,Cosmopolitan student neighbourhoods,S02001928,Alexandra Parade,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214437 +214437,S00113760,7b3,Endeavouring Flat Dwellers,S01010241,Alexandra Parade - 03,1a,Cosmopolitan student neighbourhoods,S02001928,Alexandra Parade,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214438 +214438,S00113768,7b3,Endeavouring Flat Dwellers,S01010068,Braidfauld - 08,7a,Urban cultural mix,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214439 +214439,S00113771,7b3,Endeavouring Flat Dwellers,S01010050,Parkhead West and Barrowfield - 02,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214440 +214440,S00113803,7b3,Endeavouring Flat Dwellers,S01010060,Parkhead East and Braidfauld North - 05,4d,Hard-pressed flat dwellers,S02001895,Parkhead East and Braidfauld North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214441 +214441,S00113805,7b3,Endeavouring Flat Dwellers,S01010057,Parkhead East and Braidfauld North - 02,4d,Hard-pressed flat dwellers,S02001895,Parkhead East and Braidfauld North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214442 +214442,S00113821,7b3,Endeavouring Flat Dwellers,S01010150,Old Shettleston and Parkhead North - 04,4d,Hard-pressed flat dwellers,S02001912,Old Shettleston and Parkhead North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214443 +214443,S00113831,7b3,Endeavouring Flat Dwellers,S01010148,Old Shettleston and Parkhead North - 02,4d,Hard-pressed flat dwellers,S02001912,Old Shettleston and Parkhead North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214444 +214444,S00113832,7b3,Endeavouring Flat Dwellers,S01010148,Old Shettleston and Parkhead North - 02,4d,Hard-pressed flat dwellers,S02001912,Old Shettleston and Parkhead North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214445 +214445,S00113842,7b3,Endeavouring Flat Dwellers,S01010154,Carntyne - 03,4d,Hard-pressed flat dwellers,S02001913,Carntyne,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214446 +214446,S00113852,7b3,Endeavouring Flat Dwellers,S01010151,Old Shettleston and Parkhead North - 05,4d,Hard-pressed flat dwellers,S02001912,Old Shettleston and Parkhead North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214447 +214447,S00113861,7b3,Endeavouring Flat Dwellers,S01010158,"Cranhill, Lightburn and Queenslie South - 03",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214448 +214448,S00113886,7b3,Endeavouring Flat Dwellers,S01010143,Tollcross - 02,4d,Hard-pressed flat dwellers,S02001911,Tollcross,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214449 +214449,S00113899,7b3,Endeavouring Flat Dwellers,S01010142,Tollcross - 01,4d,Hard-pressed flat dwellers,S02001911,Tollcross,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214450 +214450,S00113902,7b3,Endeavouring Flat Dwellers,S01010147,Old Shettleston and Parkhead North - 01,4d,Hard-pressed flat dwellers,S02001912,Old Shettleston and Parkhead North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214451 +214451,S00113927,7b3,Endeavouring Flat Dwellers,S01010144,Tollcross - 03,4d,Hard-pressed flat dwellers,S02001911,Tollcross,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214452 +214452,S00113931,7b3,Endeavouring Flat Dwellers,S01010064,Braidfauld - 04,4d,Hard-pressed flat dwellers,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214453 +214453,S00113934,7b3,Endeavouring Flat Dwellers,S01010065,Braidfauld - 05,4d,Hard-pressed flat dwellers,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214454 +214454,S00113959,7b3,Endeavouring Flat Dwellers,S01010063,Braidfauld - 03,4d,Hard-pressed flat dwellers,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214455 +214455,S00113964,7b3,Endeavouring Flat Dwellers,S01010061,Braidfauld - 01,4d,Hard-pressed flat dwellers,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214456 +214456,S00114003,7b3,Endeavouring Flat Dwellers,S01010137,Shettleston North - 01,4d,Hard-pressed flat dwellers,S02001910,Shettleston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214457 +214457,S00114009,7b3,Endeavouring Flat Dwellers,S01010139,Shettleston North - 03,4d,Hard-pressed flat dwellers,S02001910,Shettleston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214458 +214458,S00114012,7b3,Endeavouring Flat Dwellers,S01010137,Shettleston North - 01,4d,Hard-pressed flat dwellers,S02001910,Shettleston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214459 +214459,S00114013,7b3,Endeavouring Flat Dwellers,S01010137,Shettleston North - 01,4d,Hard-pressed flat dwellers,S02001910,Shettleston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214460 +214460,S00114014,7b3,Endeavouring Flat Dwellers,S01010137,Shettleston North - 01,4d,Hard-pressed flat dwellers,S02001910,Shettleston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214461 +214461,S00114015,7b3,Endeavouring Flat Dwellers,S01010137,Shettleston North - 01,4d,Hard-pressed flat dwellers,S02001910,Shettleston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214462 +214462,S00114043,7b3,Endeavouring Flat Dwellers,S01010140,Shettleston North - 04,4d,Hard-pressed flat dwellers,S02001910,Shettleston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214463 +214463,S00114045,7b3,Endeavouring Flat Dwellers,S01010134,Greenfield - 04,4d,Hard-pressed flat dwellers,S02001909,Greenfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214464 +214464,S00114046,7b3,Endeavouring Flat Dwellers,S01010134,Greenfield - 04,4d,Hard-pressed flat dwellers,S02001909,Greenfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214465 +214465,S00114103,7b3,Endeavouring Flat Dwellers,S01010183,Blackhill and Barmulloch East - 05,4d,Hard-pressed flat dwellers,S02001917,Blackhill and Barmulloch East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214466 +214466,S00114116,7b3,Endeavouring Flat Dwellers,S01010152,Carntyne - 01,4d,Hard-pressed flat dwellers,S02001913,Carntyne,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214467 +214467,S00114120,7b3,Endeavouring Flat Dwellers,S01010152,Carntyne - 01,4d,Hard-pressed flat dwellers,S02001913,Carntyne,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214468 +214468,S00114123,7b3,Endeavouring Flat Dwellers,S01010152,Carntyne - 01,4d,Hard-pressed flat dwellers,S02001913,Carntyne,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214469 +214469,S00114124,7b3,Endeavouring Flat Dwellers,S01010172,Riddrie and Hogganfield - 01,4d,Hard-pressed flat dwellers,S02001916,Riddrie and Hogganfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214470 +214470,S00114126,7b3,Endeavouring Flat Dwellers,S01010172,Riddrie and Hogganfield - 01,4d,Hard-pressed flat dwellers,S02001916,Riddrie and Hogganfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214471 +214471,S00114127,7b3,Endeavouring Flat Dwellers,S01010172,Riddrie and Hogganfield - 01,4d,Hard-pressed flat dwellers,S02001916,Riddrie and Hogganfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214472 +214472,S00112275,7b3,Endeavouring Flat Dwellers,S01010277,Anderston - 02,1a,Cosmopolitan student neighbourhoods,S02001935,Anderston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214473 +214473,S00113762,7b1,Eastern European Communities,S01010239,Alexandra Parade - 01,4d,Hard-pressed flat dwellers,S02001928,Alexandra Parade,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214474 +214474,S00116706,7b1,Eastern European Communities,S01010024,Gorbals and Hutchesontown - 02,1a,Cosmopolitan student neighbourhoods,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214475 +214475,S00113426,7b3,Endeavouring Flat Dwellers,S01010196,Balornock - 03,4d,Hard-pressed flat dwellers,S02001919,Balornock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214476 +214476,S00113008,7b3,Endeavouring Flat Dwellers,S01010432,Scotstoun South and West - 01,1a,Cosmopolitan student neighbourhoods,S02001963,Scotstoun South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214477 +214477,S00113763,7b1,Eastern European Communities,S01010239,Alexandra Parade - 01,4d,Hard-pressed flat dwellers,S02001928,Alexandra Parade,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214478 +214478,S00115235,7b1,Eastern European Communities,S01009760,Darnley East - 03,4d,Hard-pressed flat dwellers,S02001842,Darnley East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214479 +214479,S00114232,7b1,Eastern European Communities,S01010125,Barlanark - 03,4d,Hard-pressed flat dwellers,S02001908,Barlanark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214480 +214480,S00116749,7b1,Eastern European Communities,S01010394,Partick - 02,1a,Cosmopolitan student neighbourhoods,S02001955,Partick,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214481 +214481,S00116794,7b1,Eastern European Communities,S01010469,Anniesland East - 05,1a,Cosmopolitan student neighbourhoods,S02001970,Anniesland East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214482 +214482,S00116831,7b1,Eastern European Communities,S01010451,Knightswood East - 02,4d,Hard-pressed flat dwellers,S02001967,Knightswood East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214483 +214483,S00116836,7b1,Eastern European Communities,S01010458,Knightswood Park West - 04,4d,Hard-pressed flat dwellers,S02001968,Knightswood Park West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214484 +214484,S00116881,7b1,Eastern European Communities,S01010426,Whiteinch - 04,4d,Hard-pressed flat dwellers,S02001961,Whiteinch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214485 +214485,S00116885,7b1,Eastern European Communities,S01010442,Yoker South - 06,4d,Hard-pressed flat dwellers,S02001964,Yoker South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214486 +214486,S00116887,7b1,Eastern European Communities,S01010439,Yoker South - 03,1a,Cosmopolitan student neighbourhoods,S02001964,Yoker South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214487 +214487,S00116890,7b1,Eastern European Communities,S01010439,Yoker South - 03,1a,Cosmopolitan student neighbourhoods,S02001964,Yoker South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214488 +214488,S00116899,7b1,Eastern European Communities,S01010439,Yoker South - 03,1a,Cosmopolitan student neighbourhoods,S02001964,Yoker South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214489 +214489,S00116923,7b1,Eastern European Communities,S01010501,Drumry West - 02,4d,Hard-pressed flat dwellers,S02001977,Drumry West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214490 +214490,S00116954,7b1,Eastern European Communities,S01010320,Ruchill - 06,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214491 +214491,S00116978,7b1,Eastern European Communities,S01010352,Maryhill East - 03,4d,Hard-pressed flat dwellers,S02001947,Maryhill East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214492 +214492,S00116981,7b1,Eastern European Communities,S01010352,Maryhill East - 03,4d,Hard-pressed flat dwellers,S02001947,Maryhill East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214493 +214493,S00117063,7b1,Eastern European Communities,S01010310,Keppochhill - 02,7a,Urban cultural mix,S02001940,Keppochhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214494 +214494,S00117066,7b1,Eastern European Communities,S01010311,Keppochhill - 03,4d,Hard-pressed flat dwellers,S02001940,Keppochhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214495 +214495,S00117084,7b1,Eastern European Communities,S01010340,Summerston Central and West - 01,4d,Hard-pressed flat dwellers,S02001945,Summerston Central and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214496 +214496,S00117112,7b1,Eastern European Communities,S01010238,Dennistoun North - 05,1a,Cosmopolitan student neighbourhoods,S02001927,Dennistoun North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214497 +214497,S00112316,7b3,Endeavouring Flat Dwellers,S01010262,City Centre East - 04,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214498 +214498,S00117120,7b1,Eastern European Communities,S01010060,Parkhead East and Braidfauld North - 05,4d,Hard-pressed flat dwellers,S02001895,Parkhead East and Braidfauld North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214499 +214499,S00117122,7b1,Eastern European Communities,S01010060,Parkhead East and Braidfauld North - 05,4d,Hard-pressed flat dwellers,S02001895,Parkhead East and Braidfauld North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214500 +214500,S00117123,7b1,Eastern European Communities,S01010060,Parkhead East and Braidfauld North - 05,4d,Hard-pressed flat dwellers,S02001895,Parkhead East and Braidfauld North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214501 +214501,S00117127,7b1,Eastern European Communities,S01010052,Parkhead West and Barrowfield - 04,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214502 +214502,S00117135,7b1,Eastern European Communities,S01010144,Tollcross - 03,4d,Hard-pressed flat dwellers,S02001911,Tollcross,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214503 +214503,S00117140,7b1,Eastern European Communities,S01010139,Shettleston North - 03,4d,Hard-pressed flat dwellers,S02001910,Shettleston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214504 +214504,S00117141,7b1,Eastern European Communities,S01010141,Shettleston North - 05,4d,Hard-pressed flat dwellers,S02001910,Shettleston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214505 +214505,S00117145,7b1,Eastern European Communities,S01010140,Shettleston North - 04,4d,Hard-pressed flat dwellers,S02001910,Shettleston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214506 +214506,S00117147,7b1,Eastern European Communities,S01010147,Old Shettleston and Parkhead North - 01,4d,Hard-pressed flat dwellers,S02001912,Old Shettleston and Parkhead North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214507 +214507,S00117157,7b1,Eastern European Communities,S01010064,Braidfauld - 04,4d,Hard-pressed flat dwellers,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214508 +214508,S00117205,7b1,Eastern European Communities,S01010160,"Cranhill, Lightburn and Queenslie South - 05",7a,Urban cultural mix,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214509 +214509,S00117206,7b1,Eastern European Communities,S01010160,"Cranhill, Lightburn and Queenslie South - 05",7a,Urban cultural mix,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214510 +214510,S00117207,7b1,Eastern European Communities,S01010123,Barlanark - 01,4d,Hard-pressed flat dwellers,S02001908,Barlanark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214511 +214511,S00117208,7b1,Eastern European Communities,S01010123,Barlanark - 01,4d,Hard-pressed flat dwellers,S02001908,Barlanark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214512 +214512,S00117251,7b1,Eastern European Communities,S01010047,Dalmarnock - 02,4d,Hard-pressed flat dwellers,S02001893,Dalmarnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214513 +214513,S00117389,7b1,Eastern European Communities,S01009987,Castlemilk - 02,4d,Hard-pressed flat dwellers,S02001883,Castlemilk,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214514 +214514,S00117400,7b1,Eastern European Communities,S01009983,Glenwood North - 04,4d,Hard-pressed flat dwellers,S02001882,Glenwood North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214515 +214515,S00117403,7b1,Eastern European Communities,S01009984,Glenwood North - 05,4d,Hard-pressed flat dwellers,S02001882,Glenwood North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214516 +214516,S00117411,7b1,Eastern European Communities,S01009759,Darnley East - 02,4d,Hard-pressed flat dwellers,S02001842,Darnley East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214517 +214517,S00117430,7b1,Eastern European Communities,S01009873,Kingston West and Dumbreck - 03,3d,Households in terraces and flats,S02001862,Kingston West and Dumbreck,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214518 +214518,S00117460,7b1,Eastern European Communities,S01009847,Govan and Linthouse - 07,4d,Hard-pressed flat dwellers,S02001856,Govan and Linthouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214519 +214519,S00117477,7b1,Eastern European Communities,S01009825,Penilee - 04,4d,Hard-pressed flat dwellers,S02001853,Penilee,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214520 +214520,S00117484,7b1,Eastern European Communities,S01009802,Pollok North and East - 04,4d,Hard-pressed flat dwellers,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214521 +214521,S00117527,7b1,Eastern European Communities,S01010089,Baillieston East - 02,4d,Hard-pressed flat dwellers,S02001901,Baillieston East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214522 +214522,S00112265,7b3,Endeavouring Flat Dwellers,S01010278,Anderston - 03,1a,Cosmopolitan student neighbourhoods,S02001935,Anderston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214523 +214523,S00113436,7b3,Endeavouring Flat Dwellers,S01010200,Barmulloch - 02,4a,Challenged white communities,S02001920,Barmulloch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214524 +214524,S00114233,7b1,Eastern European Communities,S01010129,Barlanark - 07,4d,Hard-pressed flat dwellers,S02001908,Barlanark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214525 +214525,S00113446,7b3,Endeavouring Flat Dwellers,S01010202,Barmulloch - 04,4d,Hard-pressed flat dwellers,S02001920,Barmulloch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214526 +214526,S00113774,7b1,Eastern European Communities,S01010050,Parkhead West and Barrowfield - 02,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214527 +214527,S00113009,7b3,Endeavouring Flat Dwellers,S01010432,Scotstoun South and West - 01,1a,Cosmopolitan student neighbourhoods,S02001963,Scotstoun South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214528 +214528,S00115238,7b1,Eastern European Communities,S01009759,Darnley East - 02,4d,Hard-pressed flat dwellers,S02001842,Darnley East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214529 +214529,S00114261,7b1,Eastern European Communities,S01010170,Craigend and Ruchazie - 06,4d,Hard-pressed flat dwellers,S02001915,Craigend and Ruchazie,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214530 +214530,S00113448,7b3,Endeavouring Flat Dwellers,S01010225,Sighthill - 01,7a,Urban cultural mix,S02001925,Sighthill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214531 +214531,S00113781,7b1,Eastern European Communities,S01010052,Parkhead West and Barrowfield - 04,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214532 +214532,S00113010,7b3,Endeavouring Flat Dwellers,S01010432,Scotstoun South and West - 01,1a,Cosmopolitan student neighbourhoods,S02001963,Scotstoun South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214533 +214533,S00113453,7b3,Endeavouring Flat Dwellers,S01010210,Springburn - 02,4d,Hard-pressed flat dwellers,S02001922,Springburn,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214534 +214534,S00112339,7b3,Endeavouring Flat Dwellers,S01010034,Laurieston and Tradeston - 04,1a,Cosmopolitan student neighbourhoods,S02001890,Laurieston and Tradeston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214535 +214535,S00115240,7b1,Eastern European Communities,S01009759,Darnley East - 02,4d,Hard-pressed flat dwellers,S02001842,Darnley East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214536 +214536,S00113011,7b3,Endeavouring Flat Dwellers,S01010432,Scotstoun South and West - 01,1a,Cosmopolitan student neighbourhoods,S02001963,Scotstoun South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214537 +214537,S00113782,7b1,Eastern European Communities,S01010052,Parkhead West and Barrowfield - 04,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214538 +214538,S00113454,7b3,Endeavouring Flat Dwellers,S01010210,Springburn - 02,4d,Hard-pressed flat dwellers,S02001922,Springburn,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214539 +214539,S00112341,7b3,Endeavouring Flat Dwellers,S01010034,Laurieston and Tradeston - 04,1a,Cosmopolitan student neighbourhoods,S02001890,Laurieston and Tradeston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214540 +214540,S00114262,7b1,Eastern European Communities,S01010170,Craigend and Ruchazie - 06,4d,Hard-pressed flat dwellers,S02001915,Craigend and Ruchazie,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214541 +214541,S00115253,7b1,Eastern European Communities,S01009943,Carnwadric West - 05,4d,Hard-pressed flat dwellers,S02001874,Carnwadric West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214542 +214542,S00113012,7b3,Endeavouring Flat Dwellers,S01010432,Scotstoun South and West - 01,1a,Cosmopolitan student neighbourhoods,S02001963,Scotstoun South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214543 +214543,S00113459,7b3,Endeavouring Flat Dwellers,S01010211,Springburn - 03,4d,Hard-pressed flat dwellers,S02001922,Springburn,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214544 +214544,S00113465,7b3,Endeavouring Flat Dwellers,S01010213,Springburn - 05,4d,Hard-pressed flat dwellers,S02001922,Springburn,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214545 +214545,S00113469,7b3,Endeavouring Flat Dwellers,S01010213,Springburn - 05,4d,Hard-pressed flat dwellers,S02001922,Springburn,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214546 +214546,S00113470,7b3,Endeavouring Flat Dwellers,S01010213,Springburn - 05,4d,Hard-pressed flat dwellers,S02001922,Springburn,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214547 +214547,S00113471,7b3,Endeavouring Flat Dwellers,S01010211,Springburn - 03,4d,Hard-pressed flat dwellers,S02001922,Springburn,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214548 +214548,S00113473,7b3,Endeavouring Flat Dwellers,S01010213,Springburn - 05,4d,Hard-pressed flat dwellers,S02001922,Springburn,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214549 +214549,S00113475,7b3,Endeavouring Flat Dwellers,S01010211,Springburn - 03,4d,Hard-pressed flat dwellers,S02001922,Springburn,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214550 +214550,S00113477,7b3,Endeavouring Flat Dwellers,S01010204,Petershill - 02,4d,Hard-pressed flat dwellers,S02001921,Petershill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214551 +214551,S00113478,7b3,Endeavouring Flat Dwellers,S01010205,Petershill - 03,4d,Hard-pressed flat dwellers,S02001921,Petershill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214552 +214552,S00113479,7b3,Endeavouring Flat Dwellers,S01010205,Petershill - 03,4d,Hard-pressed flat dwellers,S02001921,Petershill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214553 +214553,S00113482,7b3,Endeavouring Flat Dwellers,S01010205,Petershill - 03,4d,Hard-pressed flat dwellers,S02001921,Petershill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214554 +214554,S00113484,7b3,Endeavouring Flat Dwellers,S01010205,Petershill - 03,4d,Hard-pressed flat dwellers,S02001921,Petershill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214555 +214555,S00113487,7b3,Endeavouring Flat Dwellers,S01010204,Petershill - 02,4d,Hard-pressed flat dwellers,S02001921,Petershill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214556 +214556,S00113491,7b3,Endeavouring Flat Dwellers,S01010309,Keppochhill - 01,4d,Hard-pressed flat dwellers,S02001940,Keppochhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214557 +214557,S00113493,7b3,Endeavouring Flat Dwellers,S01010309,Keppochhill - 01,4d,Hard-pressed flat dwellers,S02001940,Keppochhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214558 +214558,S00113498,7b3,Endeavouring Flat Dwellers,S01010311,Keppochhill - 03,4d,Hard-pressed flat dwellers,S02001940,Keppochhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214559 +214559,S00113499,7b3,Endeavouring Flat Dwellers,S01010311,Keppochhill - 03,4d,Hard-pressed flat dwellers,S02001940,Keppochhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214560 +214560,S00113532,7b3,Endeavouring Flat Dwellers,S01010218,Springburn East and Cowlairs - 05,4d,Hard-pressed flat dwellers,S02001923,Springburn East and Cowlairs,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214561 +214561,S00113537,7b3,Endeavouring Flat Dwellers,S01010215,Springburn East and Cowlairs - 02,4d,Hard-pressed flat dwellers,S02001923,Springburn East and Cowlairs,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214562 +214562,S00113539,7b3,Endeavouring Flat Dwellers,S01010324,Possil Park - 02,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214563 +214563,S00113545,7b3,Endeavouring Flat Dwellers,S01010325,Possil Park - 03,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214564 +214564,S00113549,7b3,Endeavouring Flat Dwellers,S01010331,Milton West - 02,4d,Hard-pressed flat dwellers,S02001943,Milton West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214565 +214565,S00113551,7b3,Endeavouring Flat Dwellers,S01010331,Milton West - 02,4d,Hard-pressed flat dwellers,S02001943,Milton West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214566 +214566,S00113552,7b3,Endeavouring Flat Dwellers,S01010325,Possil Park - 03,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214567 +214567,S00113555,7b3,Endeavouring Flat Dwellers,S01010331,Milton West - 02,4d,Hard-pressed flat dwellers,S02001943,Milton West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214568 +214568,S00113556,7b3,Endeavouring Flat Dwellers,S01010331,Milton West - 02,4d,Hard-pressed flat dwellers,S02001943,Milton West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214569 +214569,S00113559,7b3,Endeavouring Flat Dwellers,S01010333,Milton West - 04,4d,Hard-pressed flat dwellers,S02001943,Milton West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214570 +214570,S00113560,7b3,Endeavouring Flat Dwellers,S01010333,Milton West - 04,4d,Hard-pressed flat dwellers,S02001943,Milton West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214571 +214571,S00113562,7b3,Endeavouring Flat Dwellers,S01010333,Milton West - 04,4d,Hard-pressed flat dwellers,S02001943,Milton West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214572 +214572,S00113609,7b3,Endeavouring Flat Dwellers,S01010350,Maryhill East - 01,4d,Hard-pressed flat dwellers,S02001947,Maryhill East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214573 +214573,S00113610,7b3,Endeavouring Flat Dwellers,S01010350,Maryhill East - 01,4d,Hard-pressed flat dwellers,S02001947,Maryhill East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214574 +214574,S00113614,7b3,Endeavouring Flat Dwellers,S01010350,Maryhill East - 01,4d,Hard-pressed flat dwellers,S02001947,Maryhill East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214575 +214575,S00113624,7b3,Endeavouring Flat Dwellers,S01010349,Summerston North - 04,4d,Hard-pressed flat dwellers,S02001946,Summerston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214576 +214576,S00113626,7b3,Endeavouring Flat Dwellers,S01010349,Summerston North - 04,4d,Hard-pressed flat dwellers,S02001946,Summerston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214577 +214577,S00113628,7b3,Endeavouring Flat Dwellers,S01010347,Summerston North - 02,1a,Cosmopolitan student neighbourhoods,S02001946,Summerston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214578 +214578,S00113631,7b3,Endeavouring Flat Dwellers,S01010348,Summerston North - 03,4d,Hard-pressed flat dwellers,S02001946,Summerston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214579 +214579,S00113633,7b3,Endeavouring Flat Dwellers,S01010348,Summerston North - 03,4d,Hard-pressed flat dwellers,S02001946,Summerston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214580 +214580,S00113635,7b3,Endeavouring Flat Dwellers,S01010348,Summerston North - 03,4d,Hard-pressed flat dwellers,S02001946,Summerston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214581 +214581,S00113636,7b3,Endeavouring Flat Dwellers,S01010348,Summerston North - 03,4d,Hard-pressed flat dwellers,S02001946,Summerston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214582 +214582,S00112342,7b3,Endeavouring Flat Dwellers,S01010035,Laurieston and Tradeston - 05,6a,Inner city cosmopolitan,S02001890,Laurieston and Tradeston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214583 +214583,S00113017,7b3,Endeavouring Flat Dwellers,S01010441,Yoker South - 05,4d,Hard-pressed flat dwellers,S02001964,Yoker South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214584 +214584,S00113784,7b1,Eastern European Communities,S01010051,Parkhead West and Barrowfield - 03,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214585 +214585,S00115314,7b1,Eastern European Communities,S01009861,Ibrox - 03,1a,Cosmopolitan student neighbourhoods,S02001859,Ibrox,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214586 +214586,S00112347,7b3,Endeavouring Flat Dwellers,S01010022,Toryglen and Oatlands - 07,4d,Hard-pressed flat dwellers,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214587 +214587,S00113018,7b3,Endeavouring Flat Dwellers,S01010441,Yoker South - 05,4d,Hard-pressed flat dwellers,S02001964,Yoker South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214588 +214588,S00113786,7b1,Eastern European Communities,S01010050,Parkhead West and Barrowfield - 02,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214589 +214589,S00113787,7b1,Eastern European Communities,S01010051,Parkhead West and Barrowfield - 03,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214590 +214590,S00113788,7b1,Eastern European Communities,S01010051,Parkhead West and Barrowfield - 03,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214591 +214591,S00114281,7b1,Eastern European Communities,S01010112,Central Easterhouse - 03,4d,Hard-pressed flat dwellers,S02001905,Central Easterhouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214592 +214592,S00113793,7b1,Eastern European Communities,S01010067,Braidfauld - 07,4d,Hard-pressed flat dwellers,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214593 +214593,S00113040,7b3,Endeavouring Flat Dwellers,S01010455,Knightswood Park West - 01,4d,Hard-pressed flat dwellers,S02001968,Knightswood Park West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214594 +214594,S00113794,7b1,Eastern European Communities,S01010066,Braidfauld - 06,4d,Hard-pressed flat dwellers,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214595 +214595,S00114293,7b1,Eastern European Communities,S01010110,Central Easterhouse - 01,4d,Hard-pressed flat dwellers,S02001905,Central Easterhouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214596 +214596,S00112351,7b3,Endeavouring Flat Dwellers,S01010029,Gorbals and Hutchesontown - 07,4d,Hard-pressed flat dwellers,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214597 +214597,S00115316,7b1,Eastern European Communities,S01009861,Ibrox - 03,1a,Cosmopolitan student neighbourhoods,S02001859,Ibrox,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214598 +214598,S00113041,7b3,Endeavouring Flat Dwellers,S01010455,Knightswood Park West - 01,4d,Hard-pressed flat dwellers,S02001968,Knightswood Park West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214599 +214599,S00113797,7b1,Eastern European Communities,S01010058,Parkhead East and Braidfauld North - 03,4d,Hard-pressed flat dwellers,S02001895,Parkhead East and Braidfauld North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214600 +214600,S00114299,7b1,Eastern European Communities,S01010113,"Garthamlock, Auchinlea and Gartloch - 01",4d,Hard-pressed flat dwellers,S02001906,"Garthamlock, Auchinlea and Gartloch",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214601 +214601,S00112352,7b3,Endeavouring Flat Dwellers,S01010029,Gorbals and Hutchesontown - 07,4d,Hard-pressed flat dwellers,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214602 +214602,S00115317,7b1,Eastern European Communities,S01009861,Ibrox - 03,1a,Cosmopolitan student neighbourhoods,S02001859,Ibrox,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214603 +214603,S00112353,7b3,Endeavouring Flat Dwellers,S01010029,Gorbals and Hutchesontown - 07,4d,Hard-pressed flat dwellers,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214604 +214604,S00113042,7b3,Endeavouring Flat Dwellers,S01010455,Knightswood Park West - 01,4d,Hard-pressed flat dwellers,S02001968,Knightswood Park West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214605 +214605,S00114302,7b1,Eastern European Communities,S01010114,"Garthamlock, Auchinlea and Gartloch - 02",4d,Hard-pressed flat dwellers,S02001906,"Garthamlock, Auchinlea and Gartloch",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214606 +214606,S00115323,7b1,Eastern European Communities,S01009860,Ibrox - 02,4d,Hard-pressed flat dwellers,S02001859,Ibrox,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214607 +214607,S00113798,7b1,Eastern European Communities,S01010049,Parkhead West and Barrowfield - 01,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214608 +214608,S00112437,7b3,Endeavouring Flat Dwellers,S01010391,Glasgow Harbour and Partick South - 04,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214609 +214609,S00113046,7b3,Endeavouring Flat Dwellers,S01010455,Knightswood Park West - 01,4d,Hard-pressed flat dwellers,S02001968,Knightswood Park West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214610 +214610,S00114305,7b1,Eastern European Communities,S01010114,"Garthamlock, Auchinlea and Gartloch - 02",4d,Hard-pressed flat dwellers,S02001906,"Garthamlock, Auchinlea and Gartloch",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214611 +214611,S00113061,7b3,Endeavouring Flat Dwellers,S01010489,Drumchapel South - 02,4d,Hard-pressed flat dwellers,S02001974,Drumchapel South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214612 +214612,S00113800,7b1,Eastern European Communities,S01010060,Parkhead East and Braidfauld North - 05,4d,Hard-pressed flat dwellers,S02001895,Parkhead East and Braidfauld North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214613 +214613,S00115331,7b1,Eastern European Communities,S01009862,Ibrox East and Cessnock - 01,1a,Cosmopolitan student neighbourhoods,S02001860,Ibrox East and Cessnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214614 +214614,S00114309,7b1,Eastern European Communities,S01010107,Easterhouse East - 03,4d,Hard-pressed flat dwellers,S02001904,Easterhouse East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214615 +214615,S00112441,7b3,Endeavouring Flat Dwellers,S01010388,Glasgow Harbour and Partick South - 01,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214616 +214616,S00113063,7b3,Endeavouring Flat Dwellers,S01010489,Drumchapel South - 02,4d,Hard-pressed flat dwellers,S02001974,Drumchapel South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214617 +214617,S00113810,7b1,Eastern European Communities,S01010056,Parkhead East and Braidfauld North - 01,4d,Hard-pressed flat dwellers,S02001895,Parkhead East and Braidfauld North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214618 +214618,S00115341,7b1,Eastern European Communities,S01009841,Govan and Linthouse - 01,1a,Cosmopolitan student neighbourhoods,S02001856,Govan and Linthouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214619 +214619,S00112442,7b3,Endeavouring Flat Dwellers,S01010387,Hillhead - 07,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214620 +214620,S00115343,7b1,Eastern European Communities,S01009842,Govan and Linthouse - 02,7a,Urban cultural mix,S02001856,Govan and Linthouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214621 +214621,S00113812,7b1,Eastern European Communities,S01010056,Parkhead East and Braidfauld North - 01,4d,Hard-pressed flat dwellers,S02001895,Parkhead East and Braidfauld North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214622 +214622,S00112457,7b3,Endeavouring Flat Dwellers,S01010395,Partick - 03,1a,Cosmopolitan student neighbourhoods,S02001955,Partick,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214623 +214623,S00113064,7b3,Endeavouring Flat Dwellers,S01010489,Drumchapel South - 02,4d,Hard-pressed flat dwellers,S02001974,Drumchapel South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214624 +214624,S00115351,7b1,Eastern European Communities,S01009841,Govan and Linthouse - 01,1a,Cosmopolitan student neighbourhoods,S02001856,Govan and Linthouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214625 +214625,S00115356,7b1,Eastern European Communities,S01009844,Govan and Linthouse - 04,6a,Inner city cosmopolitan,S02001856,Govan and Linthouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214626 +214626,S00114312,7b1,Eastern European Communities,S01010107,Easterhouse East - 03,4d,Hard-pressed flat dwellers,S02001904,Easterhouse East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214627 +214627,S00112479,7b3,Endeavouring Flat Dwellers,S01010415,Broomhill - 01,4d,Hard-pressed flat dwellers,S02001959,Broomhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214628 +214628,S00115360,7b1,Eastern European Communities,S01009844,Govan and Linthouse - 04,6a,Inner city cosmopolitan,S02001856,Govan and Linthouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214629 +214629,S00113073,7b3,Endeavouring Flat Dwellers,S01010488,Drumchapel South - 01,4d,Hard-pressed flat dwellers,S02001974,Drumchapel South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214630 +214630,S00113813,7b1,Eastern European Communities,S01010049,Parkhead West and Barrowfield - 01,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214631 +214631,S00114323,7b1,Eastern European Communities,S01010105,Easterhouse East - 01,4d,Hard-pressed flat dwellers,S02001904,Easterhouse East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214632 +214632,S00112483,7b3,Endeavouring Flat Dwellers,S01010394,Partick - 02,1a,Cosmopolitan student neighbourhoods,S02001955,Partick,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214633 +214633,S00115374,7b1,Eastern European Communities,S01009835,Drumoyne and Shieldhall - 03,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214634 +214634,S00113077,7b3,Endeavouring Flat Dwellers,S01010496,Drumry East - 01,4d,Hard-pressed flat dwellers,S02001976,Drumry East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214635 +214635,S00113814,7b1,Eastern European Communities,S01010049,Parkhead West and Barrowfield - 01,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214636 +214636,S00114328,7b1,Eastern European Communities,S01010111,Central Easterhouse - 02,4d,Hard-pressed flat dwellers,S02001905,Central Easterhouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214637 +214637,S00114331,7b1,Eastern European Communities,S01010110,Central Easterhouse - 01,4d,Hard-pressed flat dwellers,S02001905,Central Easterhouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214638 +214638,S00114342,7b1,Eastern European Communities,S01010044,Bridgeton - 03,1a,Cosmopolitan student neighbourhoods,S02001892,Bridgeton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214639 +214639,S00114347,7b1,Eastern European Communities,S01010044,Bridgeton - 03,1a,Cosmopolitan student neighbourhoods,S02001892,Bridgeton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214640 +214640,S00114355,7b1,Eastern European Communities,S01010042,Bridgeton - 01,1a,Cosmopolitan student neighbourhoods,S02001892,Bridgeton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214641 +214641,S00114360,7b1,Eastern European Communities,S01010055,Parkhead West and Barrowfield - 07,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214642 +214642,S00114362,7b1,Eastern European Communities,S01010037,Calton and Gallowgate - 01,4d,Hard-pressed flat dwellers,S02001891,Calton and Gallowgate,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214643 +214643,S00114364,7b1,Eastern European Communities,S01010038,Calton and Gallowgate - 02,4d,Hard-pressed flat dwellers,S02001891,Calton and Gallowgate,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214644 +214644,S00114365,7b1,Eastern European Communities,S01010038,Calton and Gallowgate - 02,4d,Hard-pressed flat dwellers,S02001891,Calton and Gallowgate,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214645 +214645,S00114366,7b1,Eastern European Communities,S01010037,Calton and Gallowgate - 01,4d,Hard-pressed flat dwellers,S02001891,Calton and Gallowgate,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214646 +214646,S00114375,7b1,Eastern European Communities,S01010038,Calton and Gallowgate - 02,4d,Hard-pressed flat dwellers,S02001891,Calton and Gallowgate,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214647 +214647,S00114377,7b1,Eastern European Communities,S01010048,Dalmarnock - 03,4d,Hard-pressed flat dwellers,S02001893,Dalmarnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214648 +214648,S00114379,7b1,Eastern European Communities,S01010048,Dalmarnock - 03,4d,Hard-pressed flat dwellers,S02001893,Dalmarnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214649 +214649,S00114387,7b1,Eastern European Communities,S01010053,Parkhead West and Barrowfield - 05,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214650 +214650,S00114645,7b1,Eastern European Communities,S01009895,Govanhill East and Aikenhead - 02,7a,Urban cultural mix,S02001866,Govanhill East and Aikenhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214651 +214651,S00114658,7b1,Eastern European Communities,S01009892,Govanhill West - 06,6a,Inner city cosmopolitan,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214652 +214652,S00114663,7b1,Eastern European Communities,S01010033,Laurieston and Tradeston - 03,1a,Cosmopolitan student neighbourhoods,S02001890,Laurieston and Tradeston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214653 +214653,S00114676,7b1,Eastern European Communities,S01009894,Govanhill East and Aikenhead - 01,1a,Cosmopolitan student neighbourhoods,S02001866,Govanhill East and Aikenhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214654 +214654,S00114821,7b1,Eastern European Communities,S01010016,Toryglen and Oatlands - 01,4d,Hard-pressed flat dwellers,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214655 +214655,S00114822,7b1,Eastern European Communities,S01010017,Toryglen and Oatlands - 02,4d,Hard-pressed flat dwellers,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214656 +214656,S00114842,7b1,Eastern European Communities,S01009896,Govanhill East and Aikenhead - 03,7a,Urban cultural mix,S02001866,Govanhill East and Aikenhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214657 +214657,S00114853,7b1,Eastern European Communities,S01009945,Carnwadric East - 02,4d,Hard-pressed flat dwellers,S02001875,Carnwadric East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214658 +214658,S00115139,7b1,Eastern European Communities,S01009971,Carmunnock South - 03,4d,Hard-pressed flat dwellers,S02001880,Carmunnock South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214659 +214659,S00115140,7b1,Eastern European Communities,S01009970,Carmunnock South - 02,4d,Hard-pressed flat dwellers,S02001880,Carmunnock South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214660 +214660,S00115143,7b1,Eastern European Communities,S01009970,Carmunnock South - 02,4d,Hard-pressed flat dwellers,S02001880,Carmunnock South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214661 +214661,S00115145,7b1,Eastern European Communities,S01009970,Carmunnock South - 02,4d,Hard-pressed flat dwellers,S02001880,Carmunnock South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214662 +214662,S00115190,7b1,Eastern European Communities,S01009978,Glenwood South - 06,4d,Hard-pressed flat dwellers,S02001881,Glenwood South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214663 +214663,S00115221,7b1,Eastern European Communities,S01009762,Darnley East - 05,4d,Hard-pressed flat dwellers,S02001842,Darnley East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214664 +214664,S00115223,7b1,Eastern European Communities,S01009762,Darnley East - 05,4d,Hard-pressed flat dwellers,S02001842,Darnley East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214665 +214665,S00115224,7b1,Eastern European Communities,S01009762,Darnley East - 05,4d,Hard-pressed flat dwellers,S02001842,Darnley East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214666 +214666,S00115225,7b1,Eastern European Communities,S01009762,Darnley East - 05,4d,Hard-pressed flat dwellers,S02001842,Darnley East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214667 +214667,S00115226,7b1,Eastern European Communities,S01009762,Darnley East - 05,4d,Hard-pressed flat dwellers,S02001842,Darnley East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214668 +214668,S00115227,7b1,Eastern European Communities,S01009762,Darnley East - 05,4d,Hard-pressed flat dwellers,S02001842,Darnley East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214669 +214669,S00115228,7b1,Eastern European Communities,S01009762,Darnley East - 05,4d,Hard-pressed flat dwellers,S02001842,Darnley East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214670 +214670,S00115229,7b1,Eastern European Communities,S01009760,Darnley East - 03,4d,Hard-pressed flat dwellers,S02001842,Darnley East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214671 +214671,S00113818,7b1,Eastern European Communities,S01010049,Parkhead West and Barrowfield - 01,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214672 +214672,S00113096,7b3,Endeavouring Flat Dwellers,S01010494,Drumchapel North - 04,4d,Hard-pressed flat dwellers,S02001975,Drumchapel North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214673 +214673,S00113819,7b1,Eastern European Communities,S01010052,Parkhead West and Barrowfield - 04,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214674 +214674,S00113822,7b1,Eastern European Communities,S01010148,Old Shettleston and Parkhead North - 02,4d,Hard-pressed flat dwellers,S02001912,Old Shettleston and Parkhead North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214675 +214675,S00113105,7b3,Endeavouring Flat Dwellers,S01010503,Drumry West - 04,4d,Hard-pressed flat dwellers,S02001977,Drumry West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214676 +214676,S00113833,7b1,Eastern European Communities,S01010148,Old Shettleston and Parkhead North - 02,4d,Hard-pressed flat dwellers,S02001912,Old Shettleston and Parkhead North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214677 +214677,S00113106,7b3,Endeavouring Flat Dwellers,S01010503,Drumry West - 04,4d,Hard-pressed flat dwellers,S02001977,Drumry West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214678 +214678,S00115404,7b1,Eastern European Communities,S01009847,Govan and Linthouse - 07,4d,Hard-pressed flat dwellers,S02001856,Govan and Linthouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214679 +214679,S00113169,7b3,Endeavouring Flat Dwellers,S01010372,North Kelvin - 04,1a,Cosmopolitan student neighbourhoods,S02001951,North Kelvin,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214680 +214680,S00115406,7b1,Eastern European Communities,S01009839,Drumoyne and Shieldhall - 07,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214681 +214681,S00113834,7b1,Eastern European Communities,S01010150,Old Shettleston and Parkhead North - 04,4d,Hard-pressed flat dwellers,S02001912,Old Shettleston and Parkhead North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214682 +214682,S00112487,7b3,Endeavouring Flat Dwellers,S01010395,Partick - 03,1a,Cosmopolitan student neighbourhoods,S02001955,Partick,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214683 +214683,S00113175,7b3,Endeavouring Flat Dwellers,S01010298,Woodside - 02,1a,Cosmopolitan student neighbourhoods,S02001938,Woodside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214684 +214684,S00113853,7b1,Eastern European Communities,S01010151,Old Shettleston and Parkhead North - 05,4d,Hard-pressed flat dwellers,S02001912,Old Shettleston and Parkhead North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214685 +214685,S00112521,7b3,Endeavouring Flat Dwellers,S01010379,Kelvingrove and University - 06,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214686 +214686,S00115411,7b1,Eastern European Communities,S01009839,Drumoyne and Shieldhall - 07,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214687 +214687,S00113187,7b3,Endeavouring Flat Dwellers,S01010305,Firhill - 05,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214688 +214688,S00113856,7b1,Eastern European Communities,S01010132,Greenfield - 02,4d,Hard-pressed flat dwellers,S02001909,Greenfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214689 +214689,S00112568,7b3,Endeavouring Flat Dwellers,S01010397,Partickhill and Hyndland - 01,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214690 +214690,S00115415,7b1,Eastern European Communities,S01009839,Drumoyne and Shieldhall - 07,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214691 +214691,S00112719,7b3,Endeavouring Flat Dwellers,S01010408,Kelvinside and Jordanhill - 01,4d,Hard-pressed flat dwellers,S02001958,Kelvinside and Jordanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214692 +214692,S00113188,7b3,Endeavouring Flat Dwellers,S01010305,Firhill - 05,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214693 +214693,S00115545,7b1,Eastern European Communities,S01009813,Cardonald North - 04,7a,Urban cultural mix,S02001851,Cardonald North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214694 +214694,S00113864,7b1,Eastern European Communities,S01010159,"Cranhill, Lightburn and Queenslie South - 04",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214695 +214695,S00112724,7b3,Endeavouring Flat Dwellers,S01010472,Anniesland West - 03,1a,Cosmopolitan student neighbourhoods,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214696 +214696,S00113190,7b3,Endeavouring Flat Dwellers,S01010314,Keppochhill - 06,1a,Cosmopolitan student neighbourhoods,S02001940,Keppochhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214697 +214697,S00115747,7b1,Eastern European Communities,S01009777,Nitshill - 03,4d,Hard-pressed flat dwellers,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214698 +214698,S00113867,7b1,Eastern European Communities,S01010134,Greenfield - 04,4d,Hard-pressed flat dwellers,S02001909,Greenfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214699 +214699,S00113199,7b3,Endeavouring Flat Dwellers,S01010318,Ruchill - 04,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214700 +214700,S00113871,7b1,Eastern European Communities,S01010132,Greenfield - 02,4d,Hard-pressed flat dwellers,S02001909,Greenfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214701 +214701,S00115754,7b1,Eastern European Communities,S01009780,Nitshill - 06,4d,Hard-pressed flat dwellers,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214702 +214702,S00112730,7b3,Endeavouring Flat Dwellers,S01010473,Anniesland West - 04,3d,Households in terraces and flats,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214703 +214703,S00113233,7b3,Endeavouring Flat Dwellers,S01010358,Wyndford - 01,4d,Hard-pressed flat dwellers,S02001949,Wyndford,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214704 +214704,S00113872,7b1,Eastern European Communities,S01010132,Greenfield - 02,4d,Hard-pressed flat dwellers,S02001909,Greenfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214705 +214705,S00115762,7b1,Eastern European Communities,S01009768,Darnley West - 01,4d,Hard-pressed flat dwellers,S02001844,Darnley West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214706 +214706,S00112745,7b3,Endeavouring Flat Dwellers,S01010414,Kelvinside and Jordanhill - 07,3c,Highly qualified professionals,S02001958,Kelvinside and Jordanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214707 +214707,S00113234,7b3,Endeavouring Flat Dwellers,S01010358,Wyndford - 01,4d,Hard-pressed flat dwellers,S02001949,Wyndford,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214708 +214708,S00115779,7b1,Eastern European Communities,S01009779,Nitshill - 05,4d,Hard-pressed flat dwellers,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214709 +214709,S00113873,7b1,Eastern European Communities,S01010063,Braidfauld - 03,4d,Hard-pressed flat dwellers,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214710 +214710,S00112748,7b3,Endeavouring Flat Dwellers,S01010477,Anniesland West - 08,4d,Hard-pressed flat dwellers,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214711 +214711,S00113235,7b3,Endeavouring Flat Dwellers,S01010362,Wyndford - 05,4d,Hard-pressed flat dwellers,S02001949,Wyndford,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214712 +214712,S00116014,7b1,Eastern European Communities,S01010323,Possil Park - 01,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214713 +214713,S00116016,7b1,Eastern European Communities,S01010326,Possil Park - 04,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214714 +214714,S00116044,7b1,Eastern European Communities,S01010245,Carntyne West and Haghill - 04,4d,Hard-pressed flat dwellers,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214715 +214715,S00116052,7b1,Eastern European Communities,S01010246,Carntyne West and Haghill - 05,4d,Hard-pressed flat dwellers,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214716 +214716,S00116057,7b1,Eastern European Communities,S01010050,Parkhead West and Barrowfield - 02,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214717 +214717,S00116062,7b1,Eastern European Communities,S01010148,Old Shettleston and Parkhead North - 02,4d,Hard-pressed flat dwellers,S02001912,Old Shettleston and Parkhead North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214718 +214718,S00116078,7b1,Eastern European Communities,S01010181,Blackhill and Barmulloch East - 03,4d,Hard-pressed flat dwellers,S02001917,Blackhill and Barmulloch East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214719 +214719,S00116098,7b1,Eastern European Communities,S01010123,Barlanark - 01,4d,Hard-pressed flat dwellers,S02001908,Barlanark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214720 +214720,S00116103,7b1,Eastern European Communities,S01010125,Barlanark - 03,4d,Hard-pressed flat dwellers,S02001908,Barlanark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214721 +214721,S00116132,7b1,Eastern European Communities,S01010114,"Garthamlock, Auchinlea and Gartloch - 02",4d,Hard-pressed flat dwellers,S02001906,"Garthamlock, Auchinlea and Gartloch",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214722 +214722,S00116146,7b1,Eastern European Communities,S01010048,Dalmarnock - 03,4d,Hard-pressed flat dwellers,S02001893,Dalmarnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214723 +214723,S00116158,7b1,Eastern European Communities,S01010044,Bridgeton - 03,1a,Cosmopolitan student neighbourhoods,S02001892,Bridgeton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214724 +214724,S00116174,7b1,Eastern European Communities,S01010022,Toryglen and Oatlands - 07,4d,Hard-pressed flat dwellers,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214725 +214725,S00116179,7b1,Eastern European Communities,S01010028,Gorbals and Hutchesontown - 06,1a,Cosmopolitan student neighbourhoods,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214726 +214726,S00116201,7b1,Eastern European Communities,S01010023,Gorbals and Hutchesontown - 01,4d,Hard-pressed flat dwellers,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214727 +214727,S00116245,7b1,Eastern European Communities,S01009984,Glenwood North - 05,4d,Hard-pressed flat dwellers,S02001882,Glenwood North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214728 +214728,S00116271,7b1,Eastern European Communities,S01009839,Drumoyne and Shieldhall - 07,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214729 +214729,S00116272,7b1,Eastern European Communities,S01009839,Drumoyne and Shieldhall - 07,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214730 +214730,S00116290,7b1,Eastern European Communities,S01009775,Nitshill - 01,4d,Hard-pressed flat dwellers,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214731 +214731,S00116413,7b1,Eastern European Communities,S01010432,Scotstoun South and West - 01,1a,Cosmopolitan student neighbourhoods,S02001963,Scotstoun South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214732 +214732,S00116432,7b1,Eastern European Communities,S01010353,Maryhill East - 04,4d,Hard-pressed flat dwellers,S02001947,Maryhill East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214733 +214733,S00116486,7b1,Eastern European Communities,S01010234,Dennistoun North - 01,1a,Cosmopolitan student neighbourhoods,S02001927,Dennistoun North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214734 +214734,S00112757,7b3,Endeavouring Flat Dwellers,S01010476,Anniesland West - 07,4d,Hard-pressed flat dwellers,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214735 +214735,S00112765,7b3,Endeavouring Flat Dwellers,S01010481,Blairdardie East - 04,4d,Hard-pressed flat dwellers,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214736 +214736,S00113236,7b3,Endeavouring Flat Dwellers,S01010362,Wyndford - 05,4d,Hard-pressed flat dwellers,S02001949,Wyndford,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214737 +214737,S00112778,7b3,Endeavouring Flat Dwellers,S01010483,Blairdardie East - 06,4d,Hard-pressed flat dwellers,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214738 +214738,S00112779,7b3,Endeavouring Flat Dwellers,S01010483,Blairdardie East - 06,4d,Hard-pressed flat dwellers,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214739 +214739,S00113240,7b3,Endeavouring Flat Dwellers,S01010358,Wyndford - 01,4d,Hard-pressed flat dwellers,S02001949,Wyndford,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214740 +214740,S00112780,7b3,Endeavouring Flat Dwellers,S01010483,Blairdardie East - 06,4d,Hard-pressed flat dwellers,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214741 +214741,S00113241,7b3,Endeavouring Flat Dwellers,S01010362,Wyndford - 05,4d,Hard-pressed flat dwellers,S02001949,Wyndford,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214742 +214742,S00112783,7b3,Endeavouring Flat Dwellers,S01010478,Blairdardie East - 01,4d,Hard-pressed flat dwellers,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214743 +214743,S00113242,7b3,Endeavouring Flat Dwellers,S01010358,Wyndford - 01,4d,Hard-pressed flat dwellers,S02001949,Wyndford,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214744 +214744,S00113875,7b1,Eastern European Communities,S01010062,Braidfauld - 02,4d,Hard-pressed flat dwellers,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214745 +214745,S00112784,7b3,Endeavouring Flat Dwellers,S01010478,Blairdardie East - 01,4d,Hard-pressed flat dwellers,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214746 +214746,S00113244,7b3,Endeavouring Flat Dwellers,S01010358,Wyndford - 01,4d,Hard-pressed flat dwellers,S02001949,Wyndford,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214747 +214747,S00113894,7b1,Eastern European Communities,S01010141,Shettleston North - 05,4d,Hard-pressed flat dwellers,S02001910,Shettleston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214748 +214748,S00113897,7b1,Eastern European Communities,S01010141,Shettleston North - 05,4d,Hard-pressed flat dwellers,S02001910,Shettleston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214749 +214749,S00113898,7b1,Eastern European Communities,S01010142,Tollcross - 01,4d,Hard-pressed flat dwellers,S02001911,Tollcross,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214750 +214750,S00113901,7b1,Eastern European Communities,S01010147,Old Shettleston and Parkhead North - 01,4d,Hard-pressed flat dwellers,S02001912,Old Shettleston and Parkhead North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214751 +214751,S00113903,7b1,Eastern European Communities,S01010147,Old Shettleston and Parkhead North - 01,4d,Hard-pressed flat dwellers,S02001912,Old Shettleston and Parkhead North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214752 +214752,S00113905,7b1,Eastern European Communities,S01010146,Tollcross - 05,4d,Hard-pressed flat dwellers,S02001911,Tollcross,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214753 +214753,S00113909,7b1,Eastern European Communities,S01010146,Tollcross - 05,4d,Hard-pressed flat dwellers,S02001911,Tollcross,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214754 +214754,S00113923,7b1,Eastern European Communities,S01010144,Tollcross - 03,4d,Hard-pressed flat dwellers,S02001911,Tollcross,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214755 +214755,S00113924,7b1,Eastern European Communities,S01010144,Tollcross - 03,4d,Hard-pressed flat dwellers,S02001911,Tollcross,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214756 +214756,S00113926,7b1,Eastern European Communities,S01010144,Tollcross - 03,4d,Hard-pressed flat dwellers,S02001911,Tollcross,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214757 +214757,S00113932,7b1,Eastern European Communities,S01010065,Braidfauld - 05,4d,Hard-pressed flat dwellers,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214758 +214758,S00113933,7b1,Eastern European Communities,S01010065,Braidfauld - 05,4d,Hard-pressed flat dwellers,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214759 +214759,S00113936,7b1,Eastern European Communities,S01010067,Braidfauld - 07,4d,Hard-pressed flat dwellers,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214760 +214760,S00113943,7b1,Eastern European Communities,S01010066,Braidfauld - 06,4d,Hard-pressed flat dwellers,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214761 +214761,S00113946,7b1,Eastern European Communities,S01010059,Parkhead East and Braidfauld North - 04,1a,Cosmopolitan student neighbourhoods,S02001895,Parkhead East and Braidfauld North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214762 +214762,S00113956,7b1,Eastern European Communities,S01010063,Braidfauld - 03,4d,Hard-pressed flat dwellers,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214763 +214763,S00113957,7b1,Eastern European Communities,S01010063,Braidfauld - 03,4d,Hard-pressed flat dwellers,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214764 +214764,S00113958,7b1,Eastern European Communities,S01010063,Braidfauld - 03,4d,Hard-pressed flat dwellers,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214765 +214765,S00114062,7b1,Eastern European Communities,S01010126,Barlanark - 04,4a,Challenged white communities,S02001908,Barlanark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214766 +214766,S00112786,7b3,Endeavouring Flat Dwellers,S01010478,Blairdardie East - 01,4d,Hard-pressed flat dwellers,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214767 +214767,S00112821,7b3,Endeavouring Flat Dwellers,S01010454,Knightswood East - 05,4d,Hard-pressed flat dwellers,S02001967,Knightswood East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214768 +214768,S00113247,7b3,Endeavouring Flat Dwellers,S01010359,Wyndford - 02,4d,Hard-pressed flat dwellers,S02001949,Wyndford,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214769 +214769,S00112841,7b3,Endeavouring Flat Dwellers,S01010470,Anniesland West - 01,4d,Hard-pressed flat dwellers,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214770 +214770,S00113263,7b3,Endeavouring Flat Dwellers,S01010321,Ruchill - 07,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214771 +214771,S00112852,7b3,Endeavouring Flat Dwellers,S01010477,Anniesland West - 08,4d,Hard-pressed flat dwellers,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214772 +214772,S00113266,7b3,Endeavouring Flat Dwellers,S01010329,Possil Park - 07,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214773 +214773,S00112854,7b3,Endeavouring Flat Dwellers,S01010477,Anniesland West - 08,4d,Hard-pressed flat dwellers,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214774 +214774,S00113268,7b3,Endeavouring Flat Dwellers,S01010315,Ruchill - 01,4d,Hard-pressed flat dwellers,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214775 +214775,S00112873,7b3,Endeavouring Flat Dwellers,S01010458,Knightswood Park West - 04,4d,Hard-pressed flat dwellers,S02001968,Knightswood Park West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214776 +214776,S00113269,7b3,Endeavouring Flat Dwellers,S01010329,Possil Park - 07,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214777 +214777,S00112899,7b3,Endeavouring Flat Dwellers,S01010449,Knightswood West - 03,4d,Hard-pressed flat dwellers,S02001966,Knightswood West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214778 +214778,S00113270,7b3,Endeavouring Flat Dwellers,S01010329,Possil Park - 07,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214779 +214779,S00112904,7b3,Endeavouring Flat Dwellers,S01010449,Knightswood West - 03,4d,Hard-pressed flat dwellers,S02001966,Knightswood West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214780 +214780,S00113304,7b3,Endeavouring Flat Dwellers,S01010357,Maryhill West - 04,4d,Hard-pressed flat dwellers,S02001948,Maryhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214781 +214781,S00112905,7b3,Endeavouring Flat Dwellers,S01010449,Knightswood West - 03,4d,Hard-pressed flat dwellers,S02001966,Knightswood West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214782 +214782,S00113305,7b3,Endeavouring Flat Dwellers,S01010357,Maryhill West - 04,4d,Hard-pressed flat dwellers,S02001948,Maryhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214783 +214783,S00113308,7b3,Endeavouring Flat Dwellers,S01010355,Maryhill West - 02,4d,Hard-pressed flat dwellers,S02001948,Maryhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214784 +214784,S00113312,7b3,Endeavouring Flat Dwellers,S01010354,Maryhill West - 01,4d,Hard-pressed flat dwellers,S02001948,Maryhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214785 +214785,S00113324,7b3,Endeavouring Flat Dwellers,S01010352,Maryhill East - 03,4d,Hard-pressed flat dwellers,S02001947,Maryhill East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214786 +214786,S00113325,7b3,Endeavouring Flat Dwellers,S01010352,Maryhill East - 03,4d,Hard-pressed flat dwellers,S02001947,Maryhill East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214787 +214787,S00113351,7b3,Endeavouring Flat Dwellers,S01010222,Cowlairs and Port Dundas - 04,4d,Hard-pressed flat dwellers,S02001924,Cowlairs and Port Dundas,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214788 +214788,S00113352,7b3,Endeavouring Flat Dwellers,S01010223,Cowlairs and Port Dundas - 05,4d,Hard-pressed flat dwellers,S02001924,Cowlairs and Port Dundas,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214789 +214789,S00112906,7b3,Endeavouring Flat Dwellers,S01010449,Knightswood West - 03,4d,Hard-pressed flat dwellers,S02001966,Knightswood West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214790 +214790,S00112916,7b3,Endeavouring Flat Dwellers,S01010450,Knightswood East - 01,4d,Hard-pressed flat dwellers,S02001967,Knightswood East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214791 +214791,S00112918,7b3,Endeavouring Flat Dwellers,S01010450,Knightswood East - 01,4d,Hard-pressed flat dwellers,S02001967,Knightswood East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214792 +214792,S00112920,7b3,Endeavouring Flat Dwellers,S01010447,Knightswood West - 01,4d,Hard-pressed flat dwellers,S02001966,Knightswood West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214793 +214793,S00112928,7b3,Endeavouring Flat Dwellers,S01010434,Scotstoun South and West - 03,6a,Inner city cosmopolitan,S02001963,Scotstoun South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214794 +214794,S00112933,7b3,Endeavouring Flat Dwellers,S01010432,Scotstoun South and West - 01,1a,Cosmopolitan student neighbourhoods,S02001963,Scotstoun South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214795 +214795,S00112941,7b3,Endeavouring Flat Dwellers,S01010430,Scotstoun North and East - 04,1a,Cosmopolitan student neighbourhoods,S02001962,Scotstoun North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214796 +214796,S00112942,7b3,Endeavouring Flat Dwellers,S01010430,Scotstoun North and East - 04,1a,Cosmopolitan student neighbourhoods,S02001962,Scotstoun North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214797 +214797,S00112945,7b3,Endeavouring Flat Dwellers,S01010430,Scotstoun North and East - 04,1a,Cosmopolitan student neighbourhoods,S02001962,Scotstoun North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214798 +214798,S00112951,7b3,Endeavouring Flat Dwellers,S01010428,Scotstoun North and East - 02,3c,Highly qualified professionals,S02001962,Scotstoun North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214799 +214799,S00112979,7b3,Endeavouring Flat Dwellers,S01010423,Whiteinch - 01,1a,Cosmopolitan student neighbourhoods,S02001961,Whiteinch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214800 +214800,S00115533,7b3,Endeavouring Flat Dwellers,S01009812,Cardonald North - 03,4d,Hard-pressed flat dwellers,S02001851,Cardonald North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214801 +214801,S00115543,7b3,Endeavouring Flat Dwellers,S01009814,Cardonald North - 05,4a,Challenged white communities,S02001851,Cardonald North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214802 +214802,S00115561,7b3,Endeavouring Flat Dwellers,S01009810,Cardonald North - 01,4d,Hard-pressed flat dwellers,S02001851,Cardonald North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214803 +214803,S00115590,7b3,Endeavouring Flat Dwellers,S01009815,Cardonald West and Central - 01,4d,Hard-pressed flat dwellers,S02001852,Cardonald West and Central,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214804 +214804,S00115594,7b3,Endeavouring Flat Dwellers,S01009815,Cardonald West and Central - 01,4d,Hard-pressed flat dwellers,S02001852,Cardonald West and Central,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214805 +214805,S00115597,7b3,Endeavouring Flat Dwellers,S01009806,Cardonald South and East - 01,4d,Hard-pressed flat dwellers,S02001850,Cardonald South and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214806 +214806,S00115601,7b3,Endeavouring Flat Dwellers,S01009807,Cardonald South and East - 02,4d,Hard-pressed flat dwellers,S02001850,Cardonald South and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214807 +214807,S00115609,7b3,Endeavouring Flat Dwellers,S01009808,Cardonald South and East - 03,7a,Urban cultural mix,S02001850,Cardonald South and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214808 +214808,S00115614,7b3,Endeavouring Flat Dwellers,S01009807,Cardonald South and East - 02,4d,Hard-pressed flat dwellers,S02001850,Cardonald South and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214809 +214809,S00115615,7b3,Endeavouring Flat Dwellers,S01009807,Cardonald South and East - 02,4d,Hard-pressed flat dwellers,S02001850,Cardonald South and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214810 +214810,S00115616,7b3,Endeavouring Flat Dwellers,S01009807,Cardonald South and East - 02,4d,Hard-pressed flat dwellers,S02001850,Cardonald South and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214811 +214811,S00115619,7b3,Endeavouring Flat Dwellers,S01009807,Cardonald South and East - 02,4d,Hard-pressed flat dwellers,S02001850,Cardonald South and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214812 +214812,S00115620,7b3,Endeavouring Flat Dwellers,S01009809,Cardonald South and East - 04,4d,Hard-pressed flat dwellers,S02001850,Cardonald South and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214813 +214813,S00115256,7b3,Endeavouring Flat Dwellers,S01009943,Carnwadric West - 05,4d,Hard-pressed flat dwellers,S02001874,Carnwadric West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214814 +214814,S00117452,7b3,Endeavouring Flat Dwellers,S01009840,Drumoyne and Shieldhall - 08,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214815 +214815,S00114674,7b3,Endeavouring Flat Dwellers,S01009894,Govanhill East and Aikenhead - 01,1a,Cosmopolitan student neighbourhoods,S02001866,Govanhill East and Aikenhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214816 +214816,S00116218,7b3,Endeavouring Flat Dwellers,S01010002,Kingspark North - 04,4d,Hard-pressed flat dwellers,S02001885,Kingspark North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214817 +214817,S00115621,7b3,Endeavouring Flat Dwellers,S01009808,Cardonald South and East - 03,7a,Urban cultural mix,S02001850,Cardonald South and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214818 +214818,S00115650,7b3,Endeavouring Flat Dwellers,S01009786,Crookston South - 03,4d,Hard-pressed flat dwellers,S02001846,Crookston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214819 +214819,S00115658,7b3,Endeavouring Flat Dwellers,S01009791,Crookston North - 04,4d,Hard-pressed flat dwellers,S02001847,Crookston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214820 +214820,S00115678,7b3,Endeavouring Flat Dwellers,S01009802,Pollok North and East - 04,4d,Hard-pressed flat dwellers,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214821 +214821,S00115716,7b3,Endeavouring Flat Dwellers,S01009788,Crookston North - 01,4a,Challenged white communities,S02001847,Crookston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214822 +214822,S00115734,7b3,Endeavouring Flat Dwellers,S01009787,Crookston South - 04,4d,Hard-pressed flat dwellers,S02001846,Crookston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214823 +214823,S00115763,7b3,Endeavouring Flat Dwellers,S01009768,Darnley West - 01,4d,Hard-pressed flat dwellers,S02001844,Darnley West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214824 +214824,S00115806,7b3,Endeavouring Flat Dwellers,S01010209,Springburn - 01,4d,Hard-pressed flat dwellers,S02001922,Springburn,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214825 +214825,S00115838,7b3,Endeavouring Flat Dwellers,S01010093,Baillieston East - 06,4a,Challenged white communities,S02001901,Baillieston East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214826 +214826,S00115841,7b3,Endeavouring Flat Dwellers,S01010093,Baillieston East - 06,4a,Challenged white communities,S02001901,Baillieston East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214827 +214827,S00115842,7b3,Endeavouring Flat Dwellers,S01010089,Baillieston East - 02,4d,Hard-pressed flat dwellers,S02001901,Baillieston East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214828 +214828,S00115886,7b3,Endeavouring Flat Dwellers,S01010092,Baillieston East - 05,4d,Hard-pressed flat dwellers,S02001901,Baillieston East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214829 +214829,S00115889,7b3,Endeavouring Flat Dwellers,S01010092,Baillieston East - 05,4d,Hard-pressed flat dwellers,S02001901,Baillieston East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214830 +214830,S00115899,7b3,Endeavouring Flat Dwellers,S01010090,Baillieston East - 03,5c,Comfortable neighbourhoods,S02001901,Baillieston East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214831 +214831,S00115932,7b3,Endeavouring Flat Dwellers,S01010425,Whiteinch - 03,4d,Hard-pressed flat dwellers,S02001961,Whiteinch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214832 +214832,S00115934,7b3,Endeavouring Flat Dwellers,S01010442,Yoker South - 06,4d,Hard-pressed flat dwellers,S02001964,Yoker South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214833 +214833,S00115939,7b3,Endeavouring Flat Dwellers,S01010455,Knightswood Park West - 01,4d,Hard-pressed flat dwellers,S02001968,Knightswood Park West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214834 +214834,S00115943,7b3,Endeavouring Flat Dwellers,S01010498,Drumry East - 03,4d,Hard-pressed flat dwellers,S02001976,Drumry East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214835 +214835,S00115950,7b3,Endeavouring Flat Dwellers,S01010490,Drumchapel South - 03,4d,Hard-pressed flat dwellers,S02001974,Drumchapel South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214836 +214836,S00115986,7b3,Endeavouring Flat Dwellers,S01010356,Maryhill West - 03,4d,Hard-pressed flat dwellers,S02001948,Maryhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214837 +214837,S00115987,7b3,Endeavouring Flat Dwellers,S01010329,Possil Park - 07,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214838 +214838,S00115991,7b3,Endeavouring Flat Dwellers,S01010208,Petershill - 06,4d,Hard-pressed flat dwellers,S02001921,Petershill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214839 +214839,S00115992,7b3,Endeavouring Flat Dwellers,S01010218,Springburn East and Cowlairs - 05,4d,Hard-pressed flat dwellers,S02001923,Springburn East and Cowlairs,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214840 +214840,S00115993,7b3,Endeavouring Flat Dwellers,S01010229,"Roystonhill, Blochairn, and Provanmill - 02",4d,Hard-pressed flat dwellers,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214841 +214841,S00116002,7b3,Endeavouring Flat Dwellers,S01010309,Keppochhill - 01,4d,Hard-pressed flat dwellers,S02001940,Keppochhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214842 +214842,S00116005,7b3,Endeavouring Flat Dwellers,S01010313,Keppochhill - 05,4d,Hard-pressed flat dwellers,S02001940,Keppochhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214843 +214843,S00116030,7b3,Endeavouring Flat Dwellers,S01010348,Summerston North - 03,4d,Hard-pressed flat dwellers,S02001946,Summerston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214844 +214844,S00116061,7b3,Endeavouring Flat Dwellers,S01010148,Old Shettleston and Parkhead North - 02,4d,Hard-pressed flat dwellers,S02001912,Old Shettleston and Parkhead North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214845 +214845,S00116075,7b3,Endeavouring Flat Dwellers,S01010136,Greenfield - 06,4a,Challenged white communities,S02001909,Greenfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214846 +214846,S00116092,7b3,Endeavouring Flat Dwellers,S01010162,"Cranhill, Lightburn and Queenslie South - 07",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214847 +214847,S00116097,7b3,Endeavouring Flat Dwellers,S01010124,Barlanark - 02,4d,Hard-pressed flat dwellers,S02001908,Barlanark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214848 +214848,S00116109,7b3,Endeavouring Flat Dwellers,S01010167,Craigend and Ruchazie - 03,4d,Hard-pressed flat dwellers,S02001915,Craigend and Ruchazie,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214849 +214849,S00116129,7b3,Endeavouring Flat Dwellers,S01010107,Easterhouse East - 03,4d,Hard-pressed flat dwellers,S02001904,Easterhouse East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214850 +214850,S00116145,7b3,Endeavouring Flat Dwellers,S01010037,Calton and Gallowgate - 01,4d,Hard-pressed flat dwellers,S02001891,Calton and Gallowgate,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214851 +214851,S00116176,7b3,Endeavouring Flat Dwellers,S01010022,Toryglen and Oatlands - 07,4d,Hard-pressed flat dwellers,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214852 +214852,S00116177,7b3,Endeavouring Flat Dwellers,S01010023,Gorbals and Hutchesontown - 01,4d,Hard-pressed flat dwellers,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214853 +214853,S00116212,7b3,Endeavouring Flat Dwellers,S01009949,Newlands - 02,4d,Hard-pressed flat dwellers,S02001876,Newlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214854 +214854,S00117034,7b3,Endeavouring Flat Dwellers,S01010198,Balornock - 05,4d,Hard-pressed flat dwellers,S02001919,Balornock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214855 +214855,S00114128,7b3,Endeavouring Flat Dwellers,S01010172,Riddrie and Hogganfield - 01,4d,Hard-pressed flat dwellers,S02001916,Riddrie and Hogganfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214856 +214856,S00114996,7b3,Endeavouring Flat Dwellers,S01010005,Cathcart - 01,1a,Cosmopolitan student neighbourhoods,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214857 +214857,S00115258,7b3,Endeavouring Flat Dwellers,S01009942,Carnwadric West - 04,4d,Hard-pressed flat dwellers,S02001874,Carnwadric West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214858 +214858,S00117045,7b3,Endeavouring Flat Dwellers,S01010225,Sighthill - 01,7a,Urban cultural mix,S02001925,Sighthill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214859 +214859,S00116255,7b3,Endeavouring Flat Dwellers,S01009861,Ibrox - 03,1a,Cosmopolitan student neighbourhoods,S02001859,Ibrox,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214860 +214860,S00114677,7b3,Endeavouring Flat Dwellers,S01009894,Govanhill East and Aikenhead - 01,1a,Cosmopolitan student neighbourhoods,S02001866,Govanhill East and Aikenhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214861 +214861,S00114129,7b3,Endeavouring Flat Dwellers,S01010172,Riddrie and Hogganfield - 01,4d,Hard-pressed flat dwellers,S02001916,Riddrie and Hogganfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214862 +214862,S00114999,7b3,Endeavouring Flat Dwellers,S01010005,Cathcart - 01,1a,Cosmopolitan student neighbourhoods,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214863 +214863,S00115001,7b3,Endeavouring Flat Dwellers,S01010006,Cathcart - 02,1a,Cosmopolitan student neighbourhoods,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214864 +214864,S00115006,7b3,Endeavouring Flat Dwellers,S01010005,Cathcart - 01,1a,Cosmopolitan student neighbourhoods,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214865 +214865,S00117454,7b3,Endeavouring Flat Dwellers,S01009833,Drumoyne and Shieldhall - 01,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214866 +214866,S00117049,7b3,Endeavouring Flat Dwellers,S01010208,Petershill - 06,4d,Hard-pressed flat dwellers,S02001921,Petershill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214867 +214867,S00115007,7b3,Endeavouring Flat Dwellers,S01010005,Cathcart - 01,1a,Cosmopolitan student neighbourhoods,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214868 +214868,S00114768,7b3,Endeavouring Flat Dwellers,S01010006,Cathcart - 02,1a,Cosmopolitan student neighbourhoods,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214869 +214869,S00114130,7b3,Endeavouring Flat Dwellers,S01010176,Riddrie and Hogganfield - 05,4d,Hard-pressed flat dwellers,S02001916,Riddrie and Hogganfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214870 +214870,S00117459,7b3,Endeavouring Flat Dwellers,S01009847,Govan and Linthouse - 07,4d,Hard-pressed flat dwellers,S02001856,Govan and Linthouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214871 +214871,S00116276,7b3,Endeavouring Flat Dwellers,S01010387,Hillhead - 07,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214872 +214872,S00117085,7b3,Endeavouring Flat Dwellers,S01010348,Summerston North - 03,4d,Hard-pressed flat dwellers,S02001946,Summerston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214873 +214873,S00115008,7b3,Endeavouring Flat Dwellers,S01010005,Cathcart - 01,1a,Cosmopolitan student neighbourhoods,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214874 +214874,S00115009,7b3,Endeavouring Flat Dwellers,S01010008,Cathcart - 04,1a,Cosmopolitan student neighbourhoods,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214875 +214875,S00115023,7b3,Endeavouring Flat Dwellers,S01010012,Mount Florida - 02,4d,Hard-pressed flat dwellers,S02001887,Mount Florida,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214876 +214876,S00115044,7b3,Endeavouring Flat Dwellers,S01010002,Kingspark North - 04,4d,Hard-pressed flat dwellers,S02001885,Kingspark North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214877 +214877,S00115045,7b3,Endeavouring Flat Dwellers,S01010000,Kingspark North - 02,4d,Hard-pressed flat dwellers,S02001885,Kingspark North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214878 +214878,S00115046,7b3,Endeavouring Flat Dwellers,S01010002,Kingspark North - 04,4d,Hard-pressed flat dwellers,S02001885,Kingspark North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214879 +214879,S00115048,7b3,Endeavouring Flat Dwellers,S01010000,Kingspark North - 02,4d,Hard-pressed flat dwellers,S02001885,Kingspark North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214880 +214880,S00115052,7b3,Endeavouring Flat Dwellers,S01010001,Kingspark North - 03,4d,Hard-pressed flat dwellers,S02001885,Kingspark North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214881 +214881,S00115055,7b3,Endeavouring Flat Dwellers,S01010001,Kingspark North - 03,4d,Hard-pressed flat dwellers,S02001885,Kingspark North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214882 +214882,S00115056,7b3,Endeavouring Flat Dwellers,S01010001,Kingspark North - 03,4d,Hard-pressed flat dwellers,S02001885,Kingspark North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214883 +214883,S00115074,7b3,Endeavouring Flat Dwellers,S01010010,Cathcart - 06,3a,Achieving neighbourhoods,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214884 +214884,S00115091,7b3,Endeavouring Flat Dwellers,S01009989,Castlemilk - 04,4d,Hard-pressed flat dwellers,S02001883,Castlemilk,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214885 +214885,S00115094,7b3,Endeavouring Flat Dwellers,S01009990,Castlemilk - 05,4d,Hard-pressed flat dwellers,S02001883,Castlemilk,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214886 +214886,S00115097,7b3,Endeavouring Flat Dwellers,S01009989,Castlemilk - 04,4d,Hard-pressed flat dwellers,S02001883,Castlemilk,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214887 +214887,S00115098,7b3,Endeavouring Flat Dwellers,S01009990,Castlemilk - 05,4d,Hard-pressed flat dwellers,S02001883,Castlemilk,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214888 +214888,S00115099,7b3,Endeavouring Flat Dwellers,S01009991,Castlemilk - 06,4d,Hard-pressed flat dwellers,S02001883,Castlemilk,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214889 +214889,S00115101,7b3,Endeavouring Flat Dwellers,S01009991,Castlemilk - 06,4d,Hard-pressed flat dwellers,S02001883,Castlemilk,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214890 +214890,S00115263,7b3,Endeavouring Flat Dwellers,S01009873,Kingston West and Dumbreck - 03,3d,Households in terraces and flats,S02001862,Kingston West and Dumbreck,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214891 +214891,S00115103,7b3,Endeavouring Flat Dwellers,S01009991,Castlemilk - 06,4d,Hard-pressed flat dwellers,S02001883,Castlemilk,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214892 +214892,S00115105,7b3,Endeavouring Flat Dwellers,S01009996,Kingspark South - 04,4d,Hard-pressed flat dwellers,S02001884,Kingspark South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214893 +214893,S00115106,7b3,Endeavouring Flat Dwellers,S01009991,Castlemilk - 06,4d,Hard-pressed flat dwellers,S02001883,Castlemilk,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214894 +214894,S00115108,7b3,Endeavouring Flat Dwellers,S01009996,Kingspark South - 04,4d,Hard-pressed flat dwellers,S02001884,Kingspark South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214895 +214895,S00115109,7b3,Endeavouring Flat Dwellers,S01009996,Kingspark South - 04,4d,Hard-pressed flat dwellers,S02001884,Kingspark South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214896 +214896,S00115113,7b3,Endeavouring Flat Dwellers,S01009990,Castlemilk - 05,4d,Hard-pressed flat dwellers,S02001883,Castlemilk,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214897 +214897,S00115116,7b3,Endeavouring Flat Dwellers,S01009994,Kingspark South - 02,4d,Hard-pressed flat dwellers,S02001884,Kingspark South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214898 +214898,S00115122,7b3,Endeavouring Flat Dwellers,S01009993,Kingspark South - 01,5c,Comfortable neighbourhoods,S02001884,Kingspark South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214899 +214899,S00115124,7b3,Endeavouring Flat Dwellers,S01009993,Kingspark South - 01,5c,Comfortable neighbourhoods,S02001884,Kingspark South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214900 +214900,S00115126,7b3,Endeavouring Flat Dwellers,S01009994,Kingspark South - 02,4d,Hard-pressed flat dwellers,S02001884,Kingspark South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214901 +214901,S00115130,7b3,Endeavouring Flat Dwellers,S01009997,Kingspark South - 05,4d,Hard-pressed flat dwellers,S02001884,Kingspark South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214902 +214902,S00115132,7b3,Endeavouring Flat Dwellers,S01009997,Kingspark South - 05,4d,Hard-pressed flat dwellers,S02001884,Kingspark South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214903 +214903,S00115146,7b3,Endeavouring Flat Dwellers,S01009970,Carmunnock South - 02,4d,Hard-pressed flat dwellers,S02001880,Carmunnock South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214904 +214904,S00115162,7b3,Endeavouring Flat Dwellers,S01009976,Glenwood South - 04,4d,Hard-pressed flat dwellers,S02001881,Glenwood South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214905 +214905,S00115171,7b3,Endeavouring Flat Dwellers,S01009988,Castlemilk - 03,4d,Hard-pressed flat dwellers,S02001883,Castlemilk,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214906 +214906,S00115174,7b3,Endeavouring Flat Dwellers,S01009986,Castlemilk - 01,4d,Hard-pressed flat dwellers,S02001883,Castlemilk,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214907 +214907,S00115179,7b3,Endeavouring Flat Dwellers,S01009986,Castlemilk - 01,4d,Hard-pressed flat dwellers,S02001883,Castlemilk,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214908 +214908,S00115180,7b3,Endeavouring Flat Dwellers,S01009992,Castlemilk - 07,4d,Hard-pressed flat dwellers,S02001883,Castlemilk,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214909 +214909,S00115181,7b3,Endeavouring Flat Dwellers,S01009992,Castlemilk - 07,4d,Hard-pressed flat dwellers,S02001883,Castlemilk,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214910 +214910,S00115197,7b3,Endeavouring Flat Dwellers,S01009982,Glenwood North - 03,4d,Hard-pressed flat dwellers,S02001882,Glenwood North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214911 +214911,S00115222,7b3,Endeavouring Flat Dwellers,S01009762,Darnley East - 05,4d,Hard-pressed flat dwellers,S02001842,Darnley East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214912 +214912,S00115239,7b3,Endeavouring Flat Dwellers,S01009759,Darnley East - 02,4d,Hard-pressed flat dwellers,S02001842,Darnley East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214913 +214913,S00115241,7b3,Endeavouring Flat Dwellers,S01009940,Carnwadric West - 02,4d,Hard-pressed flat dwellers,S02001874,Carnwadric West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214914 +214914,S00115242,7b3,Endeavouring Flat Dwellers,S01009940,Carnwadric West - 02,4d,Hard-pressed flat dwellers,S02001874,Carnwadric West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214915 +214915,S00115248,7b3,Endeavouring Flat Dwellers,S01009940,Carnwadric West - 02,4d,Hard-pressed flat dwellers,S02001874,Carnwadric West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214916 +214916,S00115251,7b3,Endeavouring Flat Dwellers,S01009943,Carnwadric West - 05,4d,Hard-pressed flat dwellers,S02001874,Carnwadric West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214917 +214917,S00115252,7b3,Endeavouring Flat Dwellers,S01009943,Carnwadric West - 05,4d,Hard-pressed flat dwellers,S02001874,Carnwadric West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214918 +214918,S00115255,7b3,Endeavouring Flat Dwellers,S01009942,Carnwadric West - 04,4d,Hard-pressed flat dwellers,S02001874,Carnwadric West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214919 +214919,S00116277,7b3,Endeavouring Flat Dwellers,S01010415,Broomhill - 01,4d,Hard-pressed flat dwellers,S02001959,Broomhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214920 +214920,S00117469,7b3,Endeavouring Flat Dwellers,S01009816,Cardonald West and Central - 02,4d,Hard-pressed flat dwellers,S02001852,Cardonald West and Central,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214921 +214921,S00114770,7b3,Endeavouring Flat Dwellers,S01010006,Cathcart - 02,1a,Cosmopolitan student neighbourhoods,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214922 +214922,S00116279,7b3,Endeavouring Flat Dwellers,S01009809,Cardonald South and East - 04,4d,Hard-pressed flat dwellers,S02001850,Cardonald South and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214923 +214923,S00117471,7b3,Endeavouring Flat Dwellers,S01009815,Cardonald West and Central - 01,4d,Hard-pressed flat dwellers,S02001852,Cardonald West and Central,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214924 +214924,S00117091,7b3,Endeavouring Flat Dwellers,S01010254,Gallowgate North and Bellgrove - 01,1a,Cosmopolitan student neighbourhoods,S02001931,Gallowgate North and Bellgrove,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214925 +214925,S00114131,7b3,Endeavouring Flat Dwellers,S01010176,Riddrie and Hogganfield - 05,4d,Hard-pressed flat dwellers,S02001916,Riddrie and Hogganfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214926 +214926,S00114785,7b3,Endeavouring Flat Dwellers,S01009904,Battlefield - 06,1a,Cosmopolitan student neighbourhoods,S02001867,Battlefield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214927 +214927,S00115264,7b3,Endeavouring Flat Dwellers,S01009873,Kingston West and Dumbreck - 03,3d,Households in terraces and flats,S02001862,Kingston West and Dumbreck,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214928 +214928,S00116314,7b3,Endeavouring Flat Dwellers,S01009793,Pollok South and West - 02,5c,Comfortable neighbourhoods,S02001848,Pollok South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214929 +214929,S00117095,7b3,Endeavouring Flat Dwellers,S01010254,Gallowgate North and Bellgrove - 01,1a,Cosmopolitan student neighbourhoods,S02001931,Gallowgate North and Bellgrove,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214930 +214930,S00117475,7b3,Endeavouring Flat Dwellers,S01009809,Cardonald South and East - 04,4d,Hard-pressed flat dwellers,S02001850,Cardonald South and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214931 +214931,S00114798,7b3,Endeavouring Flat Dwellers,S01010014,Mount Florida - 04,1a,Cosmopolitan student neighbourhoods,S02001887,Mount Florida,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214932 +214932,S00115283,7b3,Endeavouring Flat Dwellers,S01009866,Kinning Park and Festival Park - 01,7a,Urban cultural mix,S02001861,Kinning Park and Festival Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214933 +214933,S00116338,7b3,Endeavouring Flat Dwellers,S01010415,Broomhill - 01,4d,Hard-pressed flat dwellers,S02001959,Broomhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214934 +214934,S00114147,7b3,Endeavouring Flat Dwellers,S01010175,Riddrie and Hogganfield - 04,4d,Hard-pressed flat dwellers,S02001916,Riddrie and Hogganfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214935 +214935,S00117096,7b3,Endeavouring Flat Dwellers,S01010254,Gallowgate North and Bellgrove - 01,1a,Cosmopolitan student neighbourhoods,S02001931,Gallowgate North and Bellgrove,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214936 +214936,S00114153,7b3,Endeavouring Flat Dwellers,S01010153,Carntyne - 02,4d,Hard-pressed flat dwellers,S02001913,Carntyne,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214937 +214937,S00117476,7b3,Endeavouring Flat Dwellers,S01009809,Cardonald South and East - 04,4d,Hard-pressed flat dwellers,S02001850,Cardonald South and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214938 +214938,S00114804,7b3,Endeavouring Flat Dwellers,S01010013,Mount Florida - 03,4d,Hard-pressed flat dwellers,S02001887,Mount Florida,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214939 +214939,S00115284,7b3,Endeavouring Flat Dwellers,S01009866,Kinning Park and Festival Park - 01,7a,Urban cultural mix,S02001861,Kinning Park and Festival Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214940 +214940,S00116343,7b3,Endeavouring Flat Dwellers,S01010091,Baillieston East - 04,5c,Comfortable neighbourhoods,S02001901,Baillieston East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214941 +214941,S00117116,7b3,Endeavouring Flat Dwellers,S01010242,Carntyne West and Haghill - 01,1a,Cosmopolitan student neighbourhoods,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214942 +214942,S00114155,7b3,Endeavouring Flat Dwellers,S01010153,Carntyne - 02,4d,Hard-pressed flat dwellers,S02001913,Carntyne,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214943 +214943,S00117485,7b3,Endeavouring Flat Dwellers,S01009802,Pollok North and East - 04,4d,Hard-pressed flat dwellers,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214944 +214944,S00114810,7b3,Endeavouring Flat Dwellers,S01010020,Toryglen and Oatlands - 05,4d,Hard-pressed flat dwellers,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214945 +214945,S00114811,7b3,Endeavouring Flat Dwellers,S01010020,Toryglen and Oatlands - 05,4d,Hard-pressed flat dwellers,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214946 +214946,S00114814,7b3,Endeavouring Flat Dwellers,S01010020,Toryglen and Oatlands - 05,4d,Hard-pressed flat dwellers,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214947 +214947,S00114819,7b3,Endeavouring Flat Dwellers,S01010017,Toryglen and Oatlands - 02,4d,Hard-pressed flat dwellers,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214948 +214948,S00114820,7b3,Endeavouring Flat Dwellers,S01010017,Toryglen and Oatlands - 02,4d,Hard-pressed flat dwellers,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214949 +214949,S00114823,7b3,Endeavouring Flat Dwellers,S01010020,Toryglen and Oatlands - 05,4d,Hard-pressed flat dwellers,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214950 +214950,S00114824,7b3,Endeavouring Flat Dwellers,S01010018,Toryglen and Oatlands - 03,4d,Hard-pressed flat dwellers,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214951 +214951,S00114825,7b3,Endeavouring Flat Dwellers,S01010018,Toryglen and Oatlands - 03,4d,Hard-pressed flat dwellers,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214952 +214952,S00114826,7b3,Endeavouring Flat Dwellers,S01010018,Toryglen and Oatlands - 03,4d,Hard-pressed flat dwellers,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214953 +214953,S00114831,7b3,Endeavouring Flat Dwellers,S01010017,Toryglen and Oatlands - 02,4d,Hard-pressed flat dwellers,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214954 +214954,S00114832,7b3,Endeavouring Flat Dwellers,S01010019,Toryglen and Oatlands - 04,4d,Hard-pressed flat dwellers,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214955 +214955,S00114838,7b3,Endeavouring Flat Dwellers,S01010021,Toryglen and Oatlands - 06,7a,Urban cultural mix,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214956 +214956,S00114854,7b3,Endeavouring Flat Dwellers,S01009945,Carnwadric East - 02,4d,Hard-pressed flat dwellers,S02001875,Carnwadric East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214957 +214957,S00114855,7b3,Endeavouring Flat Dwellers,S01009945,Carnwadric East - 02,4d,Hard-pressed flat dwellers,S02001875,Carnwadric East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214958 +214958,S00114856,7b3,Endeavouring Flat Dwellers,S01009945,Carnwadric East - 02,4d,Hard-pressed flat dwellers,S02001875,Carnwadric East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214959 +214959,S00114857,7b3,Endeavouring Flat Dwellers,S01009945,Carnwadric East - 02,4d,Hard-pressed flat dwellers,S02001875,Carnwadric East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214960 +214960,S00114859,7b3,Endeavouring Flat Dwellers,S01009946,Carnwadric East - 03,4d,Hard-pressed flat dwellers,S02001875,Carnwadric East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214961 +214961,S00114860,7b3,Endeavouring Flat Dwellers,S01009945,Carnwadric East - 02,4d,Hard-pressed flat dwellers,S02001875,Carnwadric East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214962 +214962,S00114863,7b3,Endeavouring Flat Dwellers,S01009938,Pollokshaws - 06,4d,Hard-pressed flat dwellers,S02001873,Pollokshaws,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214963 +214963,S00114864,7b3,Endeavouring Flat Dwellers,S01009938,Pollokshaws - 06,4d,Hard-pressed flat dwellers,S02001873,Pollokshaws,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214964 +214964,S00114865,7b3,Endeavouring Flat Dwellers,S01009938,Pollokshaws - 06,4d,Hard-pressed flat dwellers,S02001873,Pollokshaws,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214965 +214965,S00114871,7b3,Endeavouring Flat Dwellers,S01009938,Pollokshaws - 06,4d,Hard-pressed flat dwellers,S02001873,Pollokshaws,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214966 +214966,S00114872,7b3,Endeavouring Flat Dwellers,S01009938,Pollokshaws - 06,4d,Hard-pressed flat dwellers,S02001873,Pollokshaws,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214967 +214967,S00114874,7b3,Endeavouring Flat Dwellers,S01009935,Pollokshaws - 03,4d,Hard-pressed flat dwellers,S02001873,Pollokshaws,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214968 +214968,S00114875,7b3,Endeavouring Flat Dwellers,S01009935,Pollokshaws - 03,4d,Hard-pressed flat dwellers,S02001873,Pollokshaws,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214969 +214969,S00114877,7b3,Endeavouring Flat Dwellers,S01009935,Pollokshaws - 03,4d,Hard-pressed flat dwellers,S02001873,Pollokshaws,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214970 +214970,S00114886,7b3,Endeavouring Flat Dwellers,S01009944,Carnwadric East - 01,4d,Hard-pressed flat dwellers,S02001875,Carnwadric East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214971 +214971,S00114887,7b3,Endeavouring Flat Dwellers,S01009944,Carnwadric East - 01,4d,Hard-pressed flat dwellers,S02001875,Carnwadric East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214972 +214972,S00114889,7b3,Endeavouring Flat Dwellers,S01009944,Carnwadric East - 01,4d,Hard-pressed flat dwellers,S02001875,Carnwadric East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214973 +214973,S00114891,7b3,Endeavouring Flat Dwellers,S01009947,Carnwadric East - 04,4d,Hard-pressed flat dwellers,S02001875,Carnwadric East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214974 +214974,S00114892,7b3,Endeavouring Flat Dwellers,S01009944,Carnwadric East - 01,4d,Hard-pressed flat dwellers,S02001875,Carnwadric East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214975 +214975,S00114901,7b3,Endeavouring Flat Dwellers,S01009948,Newlands - 01,4d,Hard-pressed flat dwellers,S02001876,Newlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214976 +214976,S00114910,7b3,Endeavouring Flat Dwellers,S01009949,Newlands - 02,4d,Hard-pressed flat dwellers,S02001876,Newlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214977 +214977,S00114911,7b3,Endeavouring Flat Dwellers,S01009949,Newlands - 02,4d,Hard-pressed flat dwellers,S02001876,Newlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214978 +214978,S00114930,7b3,Endeavouring Flat Dwellers,S01009956,Merrylee and Millbrae - 02,4d,Hard-pressed flat dwellers,S02001877,Merrylee and Millbrae,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214979 +214979,S00114935,7b3,Endeavouring Flat Dwellers,S01009956,Merrylee and Millbrae - 02,4d,Hard-pressed flat dwellers,S02001877,Merrylee and Millbrae,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214980 +214980,S00114936,7b3,Endeavouring Flat Dwellers,S01009956,Merrylee and Millbrae - 02,4d,Hard-pressed flat dwellers,S02001877,Merrylee and Millbrae,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214981 +214981,S00114937,7b3,Endeavouring Flat Dwellers,S01009956,Merrylee and Millbrae - 02,4d,Hard-pressed flat dwellers,S02001877,Merrylee and Millbrae,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214982 +214982,S00114939,7b3,Endeavouring Flat Dwellers,S01009961,Muirend and Old Cathcart - 03,4a,Challenged white communities,S02001878,Muirend and Old Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214983 +214983,S00114942,7b3,Endeavouring Flat Dwellers,S01009956,Merrylee and Millbrae - 02,4d,Hard-pressed flat dwellers,S02001877,Merrylee and Millbrae,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214984 +214984,S00114966,7b3,Endeavouring Flat Dwellers,S01009962,Muirend and Old Cathcart - 04,4d,Hard-pressed flat dwellers,S02001878,Muirend and Old Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214985 +214985,S00114986,7b3,Endeavouring Flat Dwellers,S01009955,Merrylee and Millbrae - 01,3c,Highly qualified professionals,S02001877,Merrylee and Millbrae,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214986 +214986,S00114994,7b3,Endeavouring Flat Dwellers,S01010009,Cathcart - 05,1a,Cosmopolitan student neighbourhoods,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214987 +214987,S00115303,7b3,Endeavouring Flat Dwellers,S01009864,Ibrox East and Cessnock - 03,1a,Cosmopolitan student neighbourhoods,S02001860,Ibrox East and Cessnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214988 +214988,S00114156,7b3,Endeavouring Flat Dwellers,S01010153,Carntyne - 02,4d,Hard-pressed flat dwellers,S02001913,Carntyne,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214989 +214989,S00117545,7b3,Endeavouring Flat Dwellers,S01010223,Cowlairs and Port Dundas - 05,4d,Hard-pressed flat dwellers,S02001924,Cowlairs and Port Dundas,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214990 +214990,S00116425,7b3,Endeavouring Flat Dwellers,S01010299,Woodside - 03,1a,Cosmopolitan student neighbourhoods,S02001938,Woodside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214991 +214991,S00116426,7b3,Endeavouring Flat Dwellers,S01010358,Wyndford - 01,4d,Hard-pressed flat dwellers,S02001949,Wyndford,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214992 +214992,S00117130,7b3,Endeavouring Flat Dwellers,S01010150,Old Shettleston and Parkhead North - 04,4d,Hard-pressed flat dwellers,S02001912,Old Shettleston and Parkhead North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214993 +214993,S00116427,7b3,Endeavouring Flat Dwellers,S01010358,Wyndford - 01,4d,Hard-pressed flat dwellers,S02001949,Wyndford,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214994 +214994,S00115307,7b3,Endeavouring Flat Dwellers,S01009865,Ibrox East and Cessnock - 04,1a,Cosmopolitan student neighbourhoods,S02001860,Ibrox East and Cessnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214995 +214995,S00113461,3a1,Established Renting Families,S01010212,Springburn - 04,4d,Hard-pressed flat dwellers,S02001922,Springburn,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214996 +214996,S00116443,7b3,Endeavouring Flat Dwellers,S01010233,"Roystonhill, Blochairn, and Provanmill - 06",7a,Urban cultural mix,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214997 +214997,S00114161,7b3,Endeavouring Flat Dwellers,S01010154,Carntyne - 03,4d,Hard-pressed flat dwellers,S02001913,Carntyne,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214998 +214998,S00117133,7b3,Endeavouring Flat Dwellers,S01010158,"Cranhill, Lightburn and Queenslie South - 03",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,214999 +214999,S00114173,7b3,Endeavouring Flat Dwellers,S01010153,Carntyne - 02,4d,Hard-pressed flat dwellers,S02001913,Carntyne,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215000 +215000,S00115308,7b3,Endeavouring Flat Dwellers,S01009862,Ibrox East and Cessnock - 01,1a,Cosmopolitan student neighbourhoods,S02001860,Ibrox East and Cessnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215001 +215001,S00113486,3a1,Established Renting Families,S01010207,Petershill - 05,7a,Urban cultural mix,S02001921,Petershill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215002 +215002,S00116469,7b3,Endeavouring Flat Dwellers,S01010331,Milton West - 02,4d,Hard-pressed flat dwellers,S02001943,Milton West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215003 +215003,S00116063,3d2,Established Tech Workers,S01010052,Parkhead West and Barrowfield - 04,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215004 +215004,S00117136,7b3,Endeavouring Flat Dwellers,S01010063,Braidfauld - 03,4d,Hard-pressed flat dwellers,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215005 +215005,S00115322,7b3,Endeavouring Flat Dwellers,S01009860,Ibrox - 02,4d,Hard-pressed flat dwellers,S02001859,Ibrox,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215006 +215006,S00116479,7b3,Endeavouring Flat Dwellers,S01010348,Summerston North - 03,4d,Hard-pressed flat dwellers,S02001946,Summerston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215007 +215007,S00114207,7b3,Endeavouring Flat Dwellers,S01010165,Craigend and Ruchazie - 01,4d,Hard-pressed flat dwellers,S02001915,Craigend and Ruchazie,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215008 +215008,S00112492,5a3,Families in Terraces and Flats,S01010393,Partick - 01,1a,Cosmopolitan student neighbourhoods,S02001955,Partick,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215009 +215009,S00117137,7b3,Endeavouring Flat Dwellers,S01010141,Shettleston North - 05,4d,Hard-pressed flat dwellers,S02001910,Shettleston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215010 +215010,S00112499,5a3,Families in Terraces and Flats,S01010398,Partickhill and Hyndland - 02,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215011 +215011,S00117138,7b3,Endeavouring Flat Dwellers,S01010139,Shettleston North - 03,4d,Hard-pressed flat dwellers,S02001910,Shettleston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215012 +215012,S00115328,7b3,Endeavouring Flat Dwellers,S01009859,Ibrox - 01,4d,Hard-pressed flat dwellers,S02001859,Ibrox,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215013 +215013,S00114210,7b3,Endeavouring Flat Dwellers,S01010124,Barlanark - 02,4d,Hard-pressed flat dwellers,S02001908,Barlanark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215014 +215014,S00116485,7b3,Endeavouring Flat Dwellers,S01010239,Alexandra Parade - 01,4d,Hard-pressed flat dwellers,S02001928,Alexandra Parade,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215015 +215015,S00112501,5a3,Families in Terraces and Flats,S01010419,Broomhill - 05,3c,Highly qualified professionals,S02001959,Broomhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215016 +215016,S00117146,7b3,Endeavouring Flat Dwellers,S01010147,Old Shettleston and Parkhead North - 01,4d,Hard-pressed flat dwellers,S02001912,Old Shettleston and Parkhead North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215017 +215017,S00115337,7b3,Endeavouring Flat Dwellers,S01009840,Drumoyne and Shieldhall - 08,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215018 +215018,S00114212,7b3,Endeavouring Flat Dwellers,S01010124,Barlanark - 02,4d,Hard-pressed flat dwellers,S02001908,Barlanark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215019 +215019,S00116510,7b3,Endeavouring Flat Dwellers,S01010168,Craigend and Ruchazie - 04,4a,Challenged white communities,S02001915,Craigend and Ruchazie,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215020 +215020,S00112508,5a3,Families in Terraces and Flats,S01010417,Broomhill - 03,3c,Highly qualified professionals,S02001959,Broomhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215021 +215021,S00117149,7b3,Endeavouring Flat Dwellers,S01010147,Old Shettleston and Parkhead North - 01,4d,Hard-pressed flat dwellers,S02001912,Old Shettleston and Parkhead North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215022 +215022,S00115358,7b3,Endeavouring Flat Dwellers,S01009860,Ibrox - 02,4d,Hard-pressed flat dwellers,S02001859,Ibrox,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215023 +215023,S00114213,7b3,Endeavouring Flat Dwellers,S01010124,Barlanark - 02,4d,Hard-pressed flat dwellers,S02001908,Barlanark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215024 +215024,S00114214,7b3,Endeavouring Flat Dwellers,S01010124,Barlanark - 02,4d,Hard-pressed flat dwellers,S02001908,Barlanark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215025 +215025,S00114215,7b3,Endeavouring Flat Dwellers,S01010124,Barlanark - 02,4d,Hard-pressed flat dwellers,S02001908,Barlanark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215026 +215026,S00114264,7b3,Endeavouring Flat Dwellers,S01010168,Craigend and Ruchazie - 04,4a,Challenged white communities,S02001915,Craigend and Ruchazie,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215027 +215027,S00114265,7b3,Endeavouring Flat Dwellers,S01010169,Craigend and Ruchazie - 05,4d,Hard-pressed flat dwellers,S02001915,Craigend and Ruchazie,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215028 +215028,S00114267,7b3,Endeavouring Flat Dwellers,S01010167,Craigend and Ruchazie - 03,4d,Hard-pressed flat dwellers,S02001915,Craigend and Ruchazie,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215029 +215029,S00114300,7b3,Endeavouring Flat Dwellers,S01010113,"Garthamlock, Auchinlea and Gartloch - 01",4d,Hard-pressed flat dwellers,S02001906,"Garthamlock, Auchinlea and Gartloch",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215030 +215030,S00114308,7b3,Endeavouring Flat Dwellers,S01010122,North Barlanark and Easterhouse South - 05,4d,Hard-pressed flat dwellers,S02001907,North Barlanark and Easterhouse South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215031 +215031,S00114324,7b3,Endeavouring Flat Dwellers,S01010109,Easterhouse East - 05,4d,Hard-pressed flat dwellers,S02001904,Easterhouse East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215032 +215032,S00114326,7b3,Endeavouring Flat Dwellers,S01010109,Easterhouse East - 05,4d,Hard-pressed flat dwellers,S02001904,Easterhouse East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215033 +215033,S00114338,7b3,Endeavouring Flat Dwellers,S01010043,Bridgeton - 02,1a,Cosmopolitan student neighbourhoods,S02001892,Bridgeton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215034 +215034,S00114378,7b3,Endeavouring Flat Dwellers,S01010048,Dalmarnock - 03,4d,Hard-pressed flat dwellers,S02001893,Dalmarnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215035 +215035,S00114381,7b3,Endeavouring Flat Dwellers,S01010048,Dalmarnock - 03,4d,Hard-pressed flat dwellers,S02001893,Dalmarnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215036 +215036,S00114391,7b3,Endeavouring Flat Dwellers,S01010047,Dalmarnock - 02,4d,Hard-pressed flat dwellers,S02001893,Dalmarnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215037 +215037,S00114461,7b3,Endeavouring Flat Dwellers,S01009927,Langside - 01,4d,Hard-pressed flat dwellers,S02001872,Langside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215038 +215038,S00114463,7b3,Endeavouring Flat Dwellers,S01009927,Langside - 01,4d,Hard-pressed flat dwellers,S02001872,Langside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215039 +215039,S00114464,7b3,Endeavouring Flat Dwellers,S01009932,Langside - 06,1a,Cosmopolitan student neighbourhoods,S02001872,Langside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215040 +215040,S00114493,7b3,Endeavouring Flat Dwellers,S01009923,Shawlands East - 01,1a,Cosmopolitan student neighbourhoods,S02001871,Shawlands East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215041 +215041,S00114501,7b3,Endeavouring Flat Dwellers,S01009926,Shawlands East - 04,1a,Cosmopolitan student neighbourhoods,S02001871,Shawlands East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215042 +215042,S00114503,7b3,Endeavouring Flat Dwellers,S01009932,Langside - 06,1a,Cosmopolitan student neighbourhoods,S02001872,Langside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215043 +215043,S00114513,7b3,Endeavouring Flat Dwellers,S01009924,Shawlands East - 02,1a,Cosmopolitan student neighbourhoods,S02001871,Shawlands East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215044 +215044,S00114526,7b3,Endeavouring Flat Dwellers,S01009919,Shawlands West - 01,1a,Cosmopolitan student neighbourhoods,S02001870,Shawlands West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215045 +215045,S00114534,7b3,Endeavouring Flat Dwellers,S01009920,Shawlands West - 02,1a,Cosmopolitan student neighbourhoods,S02001870,Shawlands West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215046 +215046,S00114536,7b3,Endeavouring Flat Dwellers,S01009919,Shawlands West - 01,1a,Cosmopolitan student neighbourhoods,S02001870,Shawlands West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215047 +215047,S00114549,7b3,Endeavouring Flat Dwellers,S01009936,Pollokshaws - 04,4d,Hard-pressed flat dwellers,S02001873,Pollokshaws,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215048 +215048,S00114591,7b3,Endeavouring Flat Dwellers,S01009874,Kingston West and Dumbreck - 04,3d,Households in terraces and flats,S02001862,Kingston West and Dumbreck,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215049 +215049,S00114605,7b3,Endeavouring Flat Dwellers,S01009871,Kingston West and Dumbreck - 01,7a,Urban cultural mix,S02001862,Kingston West and Dumbreck,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215050 +215050,S00114606,7b3,Endeavouring Flat Dwellers,S01009871,Kingston West and Dumbreck - 01,7a,Urban cultural mix,S02001862,Kingston West and Dumbreck,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215051 +215051,S00114607,7b3,Endeavouring Flat Dwellers,S01009871,Kingston West and Dumbreck - 01,7a,Urban cultural mix,S02001862,Kingston West and Dumbreck,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215052 +215052,S00114633,7b3,Endeavouring Flat Dwellers,S01009891,Govanhill West - 05,1a,Cosmopolitan student neighbourhoods,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215053 +215053,S00114635,7b3,Endeavouring Flat Dwellers,S01009891,Govanhill West - 05,1a,Cosmopolitan student neighbourhoods,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215054 +215054,S00114647,7b3,Endeavouring Flat Dwellers,S01009890,Govanhill West - 04,1a,Cosmopolitan student neighbourhoods,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215055 +215055,S00114649,7b3,Endeavouring Flat Dwellers,S01009898,Govanhill East and Aikenhead - 05,4d,Hard-pressed flat dwellers,S02001866,Govanhill East and Aikenhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215056 +215056,S00114651,7b3,Endeavouring Flat Dwellers,S01009898,Govanhill East and Aikenhead - 05,4d,Hard-pressed flat dwellers,S02001866,Govanhill East and Aikenhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215057 +215057,S00114660,7b3,Endeavouring Flat Dwellers,S01009892,Govanhill West - 06,6a,Inner city cosmopolitan,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215058 +215058,S00114667,7b3,Endeavouring Flat Dwellers,S01009902,Battlefield - 04,4d,Hard-pressed flat dwellers,S02001867,Battlefield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215059 +215059,S00114668,7b3,Endeavouring Flat Dwellers,S01009902,Battlefield - 04,4d,Hard-pressed flat dwellers,S02001867,Battlefield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215060 +215060,S00112510,5a3,Families in Terraces and Flats,S01010417,Broomhill - 03,3c,Highly qualified professionals,S02001959,Broomhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215061 +215061,S00112514,5a3,Families in Terraces and Flats,S01010419,Broomhill - 05,3c,Highly qualified professionals,S02001959,Broomhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215062 +215062,S00115389,7b3,Endeavouring Flat Dwellers,S01009837,Drumoyne and Shieldhall - 05,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215063 +215063,S00112515,5a3,Families in Terraces and Flats,S01010416,Broomhill - 02,3c,Highly qualified professionals,S02001959,Broomhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215064 +215064,S00115390,7b3,Endeavouring Flat Dwellers,S01009835,Drumoyne and Shieldhall - 03,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215065 +215065,S00112516,5a3,Families in Terraces and Flats,S01010416,Broomhill - 02,3c,Highly qualified professionals,S02001959,Broomhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215066 +215066,S00115399,7b3,Endeavouring Flat Dwellers,S01009838,Drumoyne and Shieldhall - 06,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215067 +215067,S00115402,7b3,Endeavouring Flat Dwellers,S01009846,Govan and Linthouse - 06,4d,Hard-pressed flat dwellers,S02001856,Govan and Linthouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215068 +215068,S00117153,7b3,Endeavouring Flat Dwellers,S01010142,Tollcross - 01,4d,Hard-pressed flat dwellers,S02001911,Tollcross,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215069 +215069,S00115403,7b3,Endeavouring Flat Dwellers,S01009847,Govan and Linthouse - 07,4d,Hard-pressed flat dwellers,S02001856,Govan and Linthouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215070 +215070,S00112607,5a3,Families in Terraces and Flats,S01010402,Partickhill and Hyndland - 06,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215071 +215071,S00117163,7b3,Endeavouring Flat Dwellers,S01010139,Shettleston North - 03,4d,Hard-pressed flat dwellers,S02001910,Shettleston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215072 +215072,S00115405,7b3,Endeavouring Flat Dwellers,S01009839,Drumoyne and Shieldhall - 07,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215073 +215073,S00115408,7b3,Endeavouring Flat Dwellers,S01009838,Drumoyne and Shieldhall - 06,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215074 +215074,S00116515,7b3,Endeavouring Flat Dwellers,S01009896,Govanhill East and Aikenhead - 03,7a,Urban cultural mix,S02001866,Govanhill East and Aikenhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215075 +215075,S00115414,7b3,Endeavouring Flat Dwellers,S01009839,Drumoyne and Shieldhall - 07,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215076 +215076,S00115417,7b3,Endeavouring Flat Dwellers,S01009839,Drumoyne and Shieldhall - 07,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215077 +215077,S00115456,7b3,Endeavouring Flat Dwellers,S01009856,Mosspark - 05,4d,Hard-pressed flat dwellers,S02001858,Mosspark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215078 +215078,S00115458,7b3,Endeavouring Flat Dwellers,S01009856,Mosspark - 05,4d,Hard-pressed flat dwellers,S02001858,Mosspark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215079 +215079,S00115459,7b3,Endeavouring Flat Dwellers,S01009850,Craigton - 03,4d,Hard-pressed flat dwellers,S02001857,Craigton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215080 +215080,S00115460,7b3,Endeavouring Flat Dwellers,S01009856,Mosspark - 05,4d,Hard-pressed flat dwellers,S02001858,Mosspark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215081 +215081,S00115461,7b3,Endeavouring Flat Dwellers,S01009852,Mosspark - 01,4a,Challenged white communities,S02001858,Mosspark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215082 +215082,S00115462,7b3,Endeavouring Flat Dwellers,S01009851,Craigton - 04,4d,Hard-pressed flat dwellers,S02001857,Craigton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215083 +215083,S00115463,7b3,Endeavouring Flat Dwellers,S01009849,Craigton - 02,4d,Hard-pressed flat dwellers,S02001857,Craigton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215084 +215084,S00115465,7b3,Endeavouring Flat Dwellers,S01009849,Craigton - 02,4d,Hard-pressed flat dwellers,S02001857,Craigton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215085 +215085,S00115466,7b3,Endeavouring Flat Dwellers,S01009849,Craigton - 02,4d,Hard-pressed flat dwellers,S02001857,Craigton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215086 +215086,S00115467,7b3,Endeavouring Flat Dwellers,S01009849,Craigton - 02,4d,Hard-pressed flat dwellers,S02001857,Craigton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215087 +215087,S00115472,7b3,Endeavouring Flat Dwellers,S01009849,Craigton - 02,4d,Hard-pressed flat dwellers,S02001857,Craigton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215088 +215088,S00115473,7b3,Endeavouring Flat Dwellers,S01009849,Craigton - 02,4d,Hard-pressed flat dwellers,S02001857,Craigton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215089 +215089,S00115475,7b3,Endeavouring Flat Dwellers,S01009850,Craigton - 03,4d,Hard-pressed flat dwellers,S02001857,Craigton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215090 +215090,S00115482,7b3,Endeavouring Flat Dwellers,S01009850,Craigton - 03,4d,Hard-pressed flat dwellers,S02001857,Craigton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215091 +215091,S00115483,7b3,Endeavouring Flat Dwellers,S01009850,Craigton - 03,4d,Hard-pressed flat dwellers,S02001857,Craigton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215092 +215092,S00115484,7b3,Endeavouring Flat Dwellers,S01009850,Craigton - 03,4d,Hard-pressed flat dwellers,S02001857,Craigton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215093 +215093,S00112678,5a3,Families in Terraces and Flats,S01010368,Kelvindale - 06,3c,Highly qualified professionals,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215094 +215094,S00117164,7b3,Endeavouring Flat Dwellers,S01010137,Shettleston North - 01,4d,Hard-pressed flat dwellers,S02001910,Shettleston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215095 +215095,S00115493,7b3,Endeavouring Flat Dwellers,S01009832,Hillington - 04,4d,Hard-pressed flat dwellers,S02001854,Hillington,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215096 +215096,S00115503,7b3,Endeavouring Flat Dwellers,S01009832,Hillington - 04,4d,Hard-pressed flat dwellers,S02001854,Hillington,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215097 +215097,S00115504,7b3,Endeavouring Flat Dwellers,S01009832,Hillington - 04,4d,Hard-pressed flat dwellers,S02001854,Hillington,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215098 +215098,S00115509,7b3,Endeavouring Flat Dwellers,S01009829,Hillington - 01,4d,Hard-pressed flat dwellers,S02001854,Hillington,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215099 +215099,S00115511,7b3,Endeavouring Flat Dwellers,S01009829,Hillington - 01,4d,Hard-pressed flat dwellers,S02001854,Hillington,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215100 +215100,S00115512,7b3,Endeavouring Flat Dwellers,S01009829,Hillington - 01,4d,Hard-pressed flat dwellers,S02001854,Hillington,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215101 +215101,S00115515,7b3,Endeavouring Flat Dwellers,S01009829,Hillington - 01,4d,Hard-pressed flat dwellers,S02001854,Hillington,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215102 +215102,S00115516,7b3,Endeavouring Flat Dwellers,S01009830,Hillington - 02,4d,Hard-pressed flat dwellers,S02001854,Hillington,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215103 +215103,S00115517,7b3,Endeavouring Flat Dwellers,S01009830,Hillington - 02,4d,Hard-pressed flat dwellers,S02001854,Hillington,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215104 +215104,S00115527,7b3,Endeavouring Flat Dwellers,S01009831,Hillington - 03,4d,Hard-pressed flat dwellers,S02001854,Hillington,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215105 +215105,S00115531,7b3,Endeavouring Flat Dwellers,S01009812,Cardonald North - 03,4d,Hard-pressed flat dwellers,S02001851,Cardonald North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215106 +215106,S00115532,7b3,Endeavouring Flat Dwellers,S01009821,Cardonald West and Central - 07,5c,Comfortable neighbourhoods,S02001852,Cardonald West and Central,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215107 +215107,S00116516,7b3,Endeavouring Flat Dwellers,S01009896,Govanhill East and Aikenhead - 03,7a,Urban cultural mix,S02001866,Govanhill East and Aikenhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215108 +215108,S00112679,5a3,Families in Terraces and Flats,S01010368,Kelvindale - 06,3c,Highly qualified professionals,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215109 +215109,S00117165,7b3,Endeavouring Flat Dwellers,S01010137,Shettleston North - 01,4d,Hard-pressed flat dwellers,S02001910,Shettleston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215110 +215110,S00116532,7b3,Endeavouring Flat Dwellers,S01009997,Kingspark South - 05,4d,Hard-pressed flat dwellers,S02001884,Kingspark South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215111 +215111,S00112698,5a3,Families in Terraces and Flats,S01010364,Kelvindale - 02,3b,Asian traits,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215112 +215112,S00117166,7b3,Endeavouring Flat Dwellers,S01010137,Shettleston North - 01,4d,Hard-pressed flat dwellers,S02001910,Shettleston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215113 +215113,S00117168,7b3,Endeavouring Flat Dwellers,S01010137,Shettleston North - 01,4d,Hard-pressed flat dwellers,S02001910,Shettleston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215114 +215114,S00117189,7b3,Endeavouring Flat Dwellers,S01010172,Riddrie and Hogganfield - 01,4d,Hard-pressed flat dwellers,S02001916,Riddrie and Hogganfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215115 +215115,S00117222,7b3,Endeavouring Flat Dwellers,S01010109,Easterhouse East - 05,4d,Hard-pressed flat dwellers,S02001904,Easterhouse East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215116 +215116,S00117231,7b3,Endeavouring Flat Dwellers,S01010042,Bridgeton - 01,1a,Cosmopolitan student neighbourhoods,S02001892,Bridgeton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215117 +215117,S00117245,7b3,Endeavouring Flat Dwellers,S01010045,Bridgeton - 04,4d,Hard-pressed flat dwellers,S02001892,Bridgeton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215118 +215118,S00117247,7b3,Endeavouring Flat Dwellers,S01010045,Bridgeton - 04,4d,Hard-pressed flat dwellers,S02001892,Bridgeton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215119 +215119,S00117254,7b3,Endeavouring Flat Dwellers,S01010033,Laurieston and Tradeston - 03,1a,Cosmopolitan student neighbourhoods,S02001890,Laurieston and Tradeston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215120 +215120,S00117269,7b3,Endeavouring Flat Dwellers,S01009886,Pollokshields East - 06,7b,Young ethnic communities,S02001864,Pollokshields East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215121 +215121,S00117282,7b3,Endeavouring Flat Dwellers,S01009936,Pollokshaws - 04,4d,Hard-pressed flat dwellers,S02001873,Pollokshaws,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215122 +215122,S00117285,7b3,Endeavouring Flat Dwellers,S01009871,Kingston West and Dumbreck - 01,7a,Urban cultural mix,S02001862,Kingston West and Dumbreck,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215123 +215123,S00117292,7b3,Endeavouring Flat Dwellers,S01010033,Laurieston and Tradeston - 03,1a,Cosmopolitan student neighbourhoods,S02001890,Laurieston and Tradeston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215124 +215124,S00117294,7b3,Endeavouring Flat Dwellers,S01009894,Govanhill East and Aikenhead - 01,1a,Cosmopolitan student neighbourhoods,S02001866,Govanhill East and Aikenhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215125 +215125,S00117301,7b3,Endeavouring Flat Dwellers,S01009899,Battlefield - 01,1a,Cosmopolitan student neighbourhoods,S02001867,Battlefield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215126 +215126,S00117312,7b3,Endeavouring Flat Dwellers,S01010011,Mount Florida - 01,1a,Cosmopolitan student neighbourhoods,S02001887,Mount Florida,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215127 +215127,S00117313,7b3,Endeavouring Flat Dwellers,S01010017,Toryglen and Oatlands - 02,4d,Hard-pressed flat dwellers,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215128 +215128,S00117314,7b3,Endeavouring Flat Dwellers,S01010017,Toryglen and Oatlands - 02,4d,Hard-pressed flat dwellers,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215129 +215129,S00117324,7b3,Endeavouring Flat Dwellers,S01009945,Carnwadric East - 02,4d,Hard-pressed flat dwellers,S02001875,Carnwadric East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215130 +215130,S00117325,7b3,Endeavouring Flat Dwellers,S01009945,Carnwadric East - 02,4d,Hard-pressed flat dwellers,S02001875,Carnwadric East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215131 +215131,S00117353,7b3,Endeavouring Flat Dwellers,S01009962,Muirend and Old Cathcart - 04,4d,Hard-pressed flat dwellers,S02001878,Muirend and Old Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215132 +215132,S00117355,7b3,Endeavouring Flat Dwellers,S01009962,Muirend and Old Cathcart - 04,4d,Hard-pressed flat dwellers,S02001878,Muirend and Old Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215133 +215133,S00117357,7b3,Endeavouring Flat Dwellers,S01009962,Muirend and Old Cathcart - 04,4d,Hard-pressed flat dwellers,S02001878,Muirend and Old Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215134 +215134,S00117358,7b3,Endeavouring Flat Dwellers,S01010008,Cathcart - 04,1a,Cosmopolitan student neighbourhoods,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215135 +215135,S00117361,7b3,Endeavouring Flat Dwellers,S01010008,Cathcart - 04,1a,Cosmopolitan student neighbourhoods,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215136 +215136,S00117370,7b3,Endeavouring Flat Dwellers,S01010002,Kingspark North - 04,4d,Hard-pressed flat dwellers,S02001885,Kingspark North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215137 +215137,S00117371,7b3,Endeavouring Flat Dwellers,S01010000,Kingspark North - 02,4d,Hard-pressed flat dwellers,S02001885,Kingspark North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215138 +215138,S00117376,7b3,Endeavouring Flat Dwellers,S01009995,Kingspark South - 03,4d,Hard-pressed flat dwellers,S02001884,Kingspark South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215139 +215139,S00117385,7b3,Endeavouring Flat Dwellers,S01009976,Glenwood South - 04,4d,Hard-pressed flat dwellers,S02001881,Glenwood South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215140 +215140,S00117386,7b3,Endeavouring Flat Dwellers,S01009976,Glenwood South - 04,4d,Hard-pressed flat dwellers,S02001881,Glenwood South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215141 +215141,S00117413,7b3,Endeavouring Flat Dwellers,S01009943,Carnwadric West - 05,4d,Hard-pressed flat dwellers,S02001874,Carnwadric West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215142 +215142,S00117426,7b3,Endeavouring Flat Dwellers,S01009942,Carnwadric West - 04,4d,Hard-pressed flat dwellers,S02001874,Carnwadric West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215143 +215143,S00112708,5a3,Families in Terraces and Flats,S01010411,Kelvinside and Jordanhill - 04,3a,Achieving neighbourhoods,S02001958,Kelvinside and Jordanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215144 +215144,S00116551,7b3,Endeavouring Flat Dwellers,S01009806,Cardonald South and East - 01,4d,Hard-pressed flat dwellers,S02001850,Cardonald South and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215145 +215145,S00112709,5a3,Families in Terraces and Flats,S01010414,Kelvinside and Jordanhill - 07,3c,Highly qualified professionals,S02001958,Kelvinside and Jordanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215146 +215146,S00112732,5a3,Families in Terraces and Flats,S01010473,Anniesland West - 04,3d,Households in terraces and flats,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215147 +215147,S00112742,5a3,Families in Terraces and Flats,S01010466,Anniesland East - 02,3c,Highly qualified professionals,S02001970,Anniesland East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215148 +215148,S00112746,5a3,Families in Terraces and Flats,S01010414,Kelvinside and Jordanhill - 07,3c,Highly qualified professionals,S02001958,Kelvinside and Jordanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215149 +215149,S00112753,5a3,Families in Terraces and Flats,S01010476,Anniesland West - 07,4d,Hard-pressed flat dwellers,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215150 +215150,S00112957,5a3,Families in Terraces and Flats,S01010429,Scotstoun North and East - 03,3d,Households in terraces and flats,S02001962,Scotstoun North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215151 +215151,S00112958,5a3,Families in Terraces and Flats,S01010429,Scotstoun North and East - 03,3d,Households in terraces and flats,S02001962,Scotstoun North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215152 +215152,S00112959,5a3,Families in Terraces and Flats,S01010431,Scotstoun North and East - 05,3a,Achieving neighbourhoods,S02001962,Scotstoun North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215153 +215153,S00112960,5a3,Families in Terraces and Flats,S01010431,Scotstoun North and East - 05,3a,Achieving neighbourhoods,S02001962,Scotstoun North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215154 +215154,S00112961,5a3,Families in Terraces and Flats,S01010431,Scotstoun North and East - 05,3a,Achieving neighbourhoods,S02001962,Scotstoun North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215155 +215155,S00112963,5a3,Families in Terraces and Flats,S01010431,Scotstoun North and East - 05,3a,Achieving neighbourhoods,S02001962,Scotstoun North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215156 +215156,S00112964,5a3,Families in Terraces and Flats,S01010422,Victoria Park - 03,3d,Households in terraces and flats,S02001960,Victoria Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215157 +215157,S00112965,5a3,Families in Terraces and Flats,S01010422,Victoria Park - 03,3d,Households in terraces and flats,S02001960,Victoria Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215158 +215158,S00112973,5a3,Families in Terraces and Flats,S01010421,Victoria Park - 02,3c,Highly qualified professionals,S02001960,Victoria Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215159 +215159,S00112989,5a3,Families in Terraces and Flats,S01010422,Victoria Park - 03,3d,Households in terraces and flats,S02001960,Victoria Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215160 +215160,S00113292,5a3,Families in Terraces and Flats,S01010465,Anniesland East - 01,3a,Achieving neighbourhoods,S02001970,Anniesland East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215161 +215161,S00113295,5a3,Families in Terraces and Flats,S01010465,Anniesland East - 01,3a,Achieving neighbourhoods,S02001970,Anniesland East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215162 +215162,S00113297,5a3,Families in Terraces and Flats,S01010465,Anniesland East - 01,3a,Achieving neighbourhoods,S02001970,Anniesland East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215163 +215163,S00113481,5a3,Families in Terraces and Flats,S01010205,Petershill - 03,4d,Hard-pressed flat dwellers,S02001921,Petershill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215164 +215164,S00113687,5a3,Families in Terraces and Flats,S01010252,Dennistoun - 05,1a,Cosmopolitan student neighbourhoods,S02001930,Dennistoun,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215165 +215165,S00113807,5a3,Families in Terraces and Flats,S01010060,Parkhead East and Braidfauld North - 05,4d,Hard-pressed flat dwellers,S02001895,Parkhead East and Braidfauld North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215166 +215166,S00113960,5a3,Families in Terraces and Flats,S01010069,Shettleston South - 01,5c,Comfortable neighbourhoods,S02001897,Shettleston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215167 +215167,S00114037,5a3,Families in Terraces and Flats,S01010082,Mount Vernon North and Sandyhills - 05,8c,Comfortable suburbia,S02001899,Mount Vernon North and Sandyhills,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215168 +215168,S00114249,5a3,Families in Terraces and Flats,S01010116,"Garthamlock, Auchinlea and Gartloch - 04",4b,Constrained renters,S02001906,"Garthamlock, Auchinlea and Gartloch",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215169 +215169,S00114422,5a3,Families in Terraces and Flats,S01009911,Strathbungo - 07,3c,Highly qualified professionals,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215170 +215170,S00116564,7b3,Endeavouring Flat Dwellers,S01010394,Partick - 02,1a,Cosmopolitan student neighbourhoods,S02001955,Partick,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215171 +215171,S00116586,7b3,Endeavouring Flat Dwellers,S01010041,Calton and Gallowgate - 05,1a,Cosmopolitan student neighbourhoods,S02001891,Calton and Gallowgate,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215172 +215172,S00116644,7b3,Endeavouring Flat Dwellers,S01010297,Woodside - 01,1a,Cosmopolitan student neighbourhoods,S02001938,Woodside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215173 +215173,S00116662,7b3,Endeavouring Flat Dwellers,S01010270,City Centre West - 05,1a,Cosmopolitan student neighbourhoods,S02001933,City Centre West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215174 +215174,S00116684,7b3,Endeavouring Flat Dwellers,S01010034,Laurieston and Tradeston - 04,1a,Cosmopolitan student neighbourhoods,S02001890,Laurieston and Tradeston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215175 +215175,S00116729,7b3,Endeavouring Flat Dwellers,S01010388,Glasgow Harbour and Partick South - 01,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215176 +215176,S00116798,7b3,Endeavouring Flat Dwellers,S01010474,Anniesland West - 05,1a,Cosmopolitan student neighbourhoods,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215177 +215177,S00116810,7b3,Endeavouring Flat Dwellers,S01010478,Blairdardie East - 01,4d,Hard-pressed flat dwellers,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215178 +215178,S00116812,7b3,Endeavouring Flat Dwellers,S01010478,Blairdardie East - 01,4d,Hard-pressed flat dwellers,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215179 +215179,S00116814,7b3,Endeavouring Flat Dwellers,S01010479,Blairdardie East - 02,4d,Hard-pressed flat dwellers,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215180 +215180,S00116826,7b3,Endeavouring Flat Dwellers,S01010461,Knightswood Park East - 02,4d,Hard-pressed flat dwellers,S02001969,Knightswood Park East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215181 +215181,S00116858,7b3,Endeavouring Flat Dwellers,S01010425,Whiteinch - 03,4d,Hard-pressed flat dwellers,S02001961,Whiteinch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215182 +215182,S00116872,7b3,Endeavouring Flat Dwellers,S01010425,Whiteinch - 03,4d,Hard-pressed flat dwellers,S02001961,Whiteinch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215183 +215183,S00116874,7b3,Endeavouring Flat Dwellers,S01010423,Whiteinch - 01,1a,Cosmopolitan student neighbourhoods,S02001961,Whiteinch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215184 +215184,S00116879,7b3,Endeavouring Flat Dwellers,S01010426,Whiteinch - 04,4d,Hard-pressed flat dwellers,S02001961,Whiteinch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215185 +215185,S00116882,7b3,Endeavouring Flat Dwellers,S01010432,Scotstoun South and West - 01,1a,Cosmopolitan student neighbourhoods,S02001963,Scotstoun South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215186 +215186,S00116884,7b3,Endeavouring Flat Dwellers,S01010442,Yoker South - 06,4d,Hard-pressed flat dwellers,S02001964,Yoker South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215187 +215187,S00116894,7b3,Endeavouring Flat Dwellers,S01010441,Yoker South - 05,4d,Hard-pressed flat dwellers,S02001964,Yoker South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215188 +215188,S00116897,7b3,Endeavouring Flat Dwellers,S01010441,Yoker South - 05,4d,Hard-pressed flat dwellers,S02001964,Yoker South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215189 +215189,S00116898,7b3,Endeavouring Flat Dwellers,S01010441,Yoker South - 05,4d,Hard-pressed flat dwellers,S02001964,Yoker South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215190 +215190,S00116902,7b3,Endeavouring Flat Dwellers,S01010437,Yoker South - 01,4d,Hard-pressed flat dwellers,S02001964,Yoker South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215191 +215191,S00116910,7b3,Endeavouring Flat Dwellers,S01010489,Drumchapel South - 02,4d,Hard-pressed flat dwellers,S02001974,Drumchapel South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215192 +215192,S00116912,7b3,Endeavouring Flat Dwellers,S01010490,Drumchapel South - 03,4d,Hard-pressed flat dwellers,S02001974,Drumchapel South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215193 +215193,S00116913,7b3,Endeavouring Flat Dwellers,S01010488,Drumchapel South - 01,4d,Hard-pressed flat dwellers,S02001974,Drumchapel South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215194 +215194,S00116969,7b3,Endeavouring Flat Dwellers,S01010465,Anniesland East - 01,3a,Achieving neighbourhoods,S02001970,Anniesland East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215195 +215195,S00116971,7b3,Endeavouring Flat Dwellers,S01010347,Summerston North - 02,1a,Cosmopolitan student neighbourhoods,S02001946,Summerston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215196 +215196,S00116990,7b3,Endeavouring Flat Dwellers,S01010223,Cowlairs and Port Dundas - 05,4d,Hard-pressed flat dwellers,S02001924,Cowlairs and Port Dundas,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215197 +215197,S00116992,7b3,Endeavouring Flat Dwellers,S01010222,Cowlairs and Port Dundas - 04,4d,Hard-pressed flat dwellers,S02001924,Cowlairs and Port Dundas,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215198 +215198,S00116993,7b3,Endeavouring Flat Dwellers,S01010208,Petershill - 06,4d,Hard-pressed flat dwellers,S02001921,Petershill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215199 +215199,S00117026,7b3,Endeavouring Flat Dwellers,S01010229,"Roystonhill, Blochairn, and Provanmill - 02",4d,Hard-pressed flat dwellers,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215200 +215200,S00114138,8b2,Hard-Pressed Rented Terraces,S01010174,Riddrie and Hogganfield - 03,4d,Hard-pressed flat dwellers,S02001916,Riddrie and Hogganfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215201 +215201,S00114162,8b2,Hard-Pressed Rented Terraces,S01010154,Carntyne - 03,4d,Hard-pressed flat dwellers,S02001913,Carntyne,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215202 +215202,S00114167,8b2,Hard-Pressed Rented Terraces,S01010158,"Cranhill, Lightburn and Queenslie South - 03",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215203 +215203,S00114231,8b2,Hard-Pressed Rented Terraces,S01010127,Barlanark - 05,4a,Challenged white communities,S02001908,Barlanark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215204 +215204,S00114253,8b2,Hard-Pressed Rented Terraces,S01010116,"Garthamlock, Auchinlea and Gartloch - 04",4b,Constrained renters,S02001906,"Garthamlock, Auchinlea and Gartloch",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215205 +215205,S00114255,8b2,Hard-Pressed Rented Terraces,S01010166,Craigend and Ruchazie - 02,4a,Challenged white communities,S02001915,Craigend and Ruchazie,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215206 +215206,S00114256,8b2,Hard-Pressed Rented Terraces,S01010166,Craigend and Ruchazie - 02,4a,Challenged white communities,S02001915,Craigend and Ruchazie,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215207 +215207,S00114257,8b2,Hard-Pressed Rented Terraces,S01010166,Craigend and Ruchazie - 02,4a,Challenged white communities,S02001915,Craigend and Ruchazie,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215208 +215208,S00114258,8b2,Hard-Pressed Rented Terraces,S01010170,Craigend and Ruchazie - 06,4d,Hard-pressed flat dwellers,S02001915,Craigend and Ruchazie,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215209 +215209,S00114260,8b2,Hard-Pressed Rented Terraces,S01010169,Craigend and Ruchazie - 05,4d,Hard-pressed flat dwellers,S02001915,Craigend and Ruchazie,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215210 +215210,S00114268,8b2,Hard-Pressed Rented Terraces,S01010167,Craigend and Ruchazie - 03,4d,Hard-pressed flat dwellers,S02001915,Craigend and Ruchazie,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215211 +215211,S00114272,8b2,Hard-Pressed Rented Terraces,S01010167,Craigend and Ruchazie - 03,4d,Hard-pressed flat dwellers,S02001915,Craigend and Ruchazie,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215212 +215212,S00114578,6a1,Indian Tech Achievers,S01009913,Maxwell Park - 02,3b,Asian traits,S02001869,Maxwell Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215213 +215213,S00114319,8b2,Hard-Pressed Rented Terraces,S01010106,Easterhouse East - 02,4d,Hard-pressed flat dwellers,S02001904,Easterhouse East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215214 +215214,S00114813,8b2,Hard-Pressed Rented Terraces,S01010020,Toryglen and Oatlands - 05,4d,Hard-pressed flat dwellers,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215215 +215215,S00114815,8b2,Hard-Pressed Rented Terraces,S01010020,Toryglen and Oatlands - 05,4d,Hard-pressed flat dwellers,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215216 +215216,S00114817,8b2,Hard-Pressed Rented Terraces,S01010016,Toryglen and Oatlands - 01,4d,Hard-pressed flat dwellers,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215217 +215217,S00114818,8b2,Hard-Pressed Rented Terraces,S01010016,Toryglen and Oatlands - 01,4d,Hard-pressed flat dwellers,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215218 +215218,S00114893,8b2,Hard-Pressed Rented Terraces,S01009944,Carnwadric East - 01,4d,Hard-pressed flat dwellers,S02001875,Carnwadric East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215219 +215219,S00114898,8b2,Hard-Pressed Rented Terraces,S01009953,Newlands - 06,3d,Households in terraces and flats,S02001876,Newlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215220 +215220,S00114899,8b2,Hard-Pressed Rented Terraces,S01009948,Newlands - 01,4d,Hard-pressed flat dwellers,S02001876,Newlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215221 +215221,S00114941,8b2,Hard-Pressed Rented Terraces,S01009961,Muirend and Old Cathcart - 03,4a,Challenged white communities,S02001878,Muirend and Old Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215222 +215222,S00115014,8b2,Hard-Pressed Rented Terraces,S01010007,Cathcart - 03,3d,Households in terraces and flats,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215223 +215223,S00115041,8b2,Hard-Pressed Rented Terraces,S01010003,Kingspark North - 05,5c,Comfortable neighbourhoods,S02001885,Kingspark North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215224 +215224,S00115089,8b2,Hard-Pressed Rented Terraces,S01009968,Carmunnock North - 04,5c,Comfortable neighbourhoods,S02001879,Carmunnock North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215225 +215225,S00115366,8b2,Hard-Pressed Rented Terraces,S01009836,Drumoyne and Shieldhall - 04,4a,Challenged white communities,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215226 +215226,S00115384,8b2,Hard-Pressed Rented Terraces,S01009835,Drumoyne and Shieldhall - 03,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215227 +215227,S00115394,8b2,Hard-Pressed Rented Terraces,S01009837,Drumoyne and Shieldhall - 05,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215228 +215228,S00115420,8b2,Hard-Pressed Rented Terraces,S01009854,Mosspark - 03,4d,Hard-pressed flat dwellers,S02001858,Mosspark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215229 +215229,S00115430,8b2,Hard-Pressed Rented Terraces,S01009855,Mosspark - 04,4a,Challenged white communities,S02001858,Mosspark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215230 +215230,S00115431,8b2,Hard-Pressed Rented Terraces,S01009855,Mosspark - 04,4a,Challenged white communities,S02001858,Mosspark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215231 +215231,S00115433,8b2,Hard-Pressed Rented Terraces,S01009852,Mosspark - 01,4a,Challenged white communities,S02001858,Mosspark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215232 +215232,S00115439,8b2,Hard-Pressed Rented Terraces,S01009858,Mosspark - 07,4d,Hard-pressed flat dwellers,S02001858,Mosspark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215233 +215233,S00115448,8b2,Hard-Pressed Rented Terraces,S01009858,Mosspark - 07,4d,Hard-pressed flat dwellers,S02001858,Mosspark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215234 +215234,S00115452,8b2,Hard-Pressed Rented Terraces,S01009857,Mosspark - 06,4a,Challenged white communities,S02001858,Mosspark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215235 +215235,S00115454,8b2,Hard-Pressed Rented Terraces,S01009856,Mosspark - 05,4d,Hard-pressed flat dwellers,S02001858,Mosspark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215236 +215236,S00115541,8b2,Hard-Pressed Rented Terraces,S01009814,Cardonald North - 05,4a,Challenged white communities,S02001851,Cardonald North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215237 +215237,S00115563,8b2,Hard-Pressed Rented Terraces,S01009817,Cardonald West and Central - 03,4a,Challenged white communities,S02001852,Cardonald West and Central,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215238 +215238,S00115578,8b2,Hard-Pressed Rented Terraces,S01009820,Cardonald West and Central - 06,4d,Hard-pressed flat dwellers,S02001852,Cardonald West and Central,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215239 +215239,S00115628,8b2,Hard-Pressed Rented Terraces,S01009825,Penilee - 04,4d,Hard-pressed flat dwellers,S02001853,Penilee,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215240 +215240,S00115645,8b2,Hard-Pressed Rented Terraces,S01009822,Penilee - 01,4a,Challenged white communities,S02001853,Penilee,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215241 +215241,S00115662,8b2,Hard-Pressed Rented Terraces,S01009805,Pollok North and East - 07,4d,Hard-pressed flat dwellers,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215242 +215242,S00115667,8b2,Hard-Pressed Rented Terraces,S01009803,Pollok North and East - 05,4d,Hard-pressed flat dwellers,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215243 +215243,S00115677,8b2,Hard-Pressed Rented Terraces,S01009802,Pollok North and East - 04,4d,Hard-pressed flat dwellers,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215244 +215244,S00115689,8b2,Hard-Pressed Rented Terraces,S01009801,Pollok North and East - 03,4a,Challenged white communities,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215245 +215245,S00115710,8b2,Hard-Pressed Rented Terraces,S01009789,Crookston North - 02,4d,Hard-pressed flat dwellers,S02001847,Crookston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215246 +215246,S00115717,8b2,Hard-Pressed Rented Terraces,S01009778,Nitshill - 04,4d,Hard-pressed flat dwellers,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215247 +215247,S00115821,8b2,Hard-Pressed Rented Terraces,S01010096,Garrowhill West - 03,5c,Comfortable neighbourhoods,S02001902,Garrowhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215248 +215248,S00115822,8b2,Hard-Pressed Rented Terraces,S01010096,Garrowhill West - 03,5c,Comfortable neighbourhoods,S02001902,Garrowhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215249 +215249,S00115831,8b2,Hard-Pressed Rented Terraces,S01010094,Garrowhill West - 01,5c,Comfortable neighbourhoods,S02001902,Garrowhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215250 +215250,S00115832,8b2,Hard-Pressed Rented Terraces,S01010093,Baillieston East - 06,4a,Challenged white communities,S02001901,Baillieston East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215251 +215251,S00116170,5a3,Families in Terraces and Flats,S01009917,Maxwell Park - 06,3c,Highly qualified professionals,S02001869,Maxwell Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215252 +215252,S00115846,8b2,Hard-Pressed Rented Terraces,S01010101,Garrowhill East and Swinton - 02,5a,Ageing urban communities,S02001903,Garrowhill East and Swinton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215253 +215253,S00117199,8a2,Industrious Hardship,S01010161,"Cranhill, Lightburn and Queenslie South - 06",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215254 +215254,S00114426,5a3,Families in Terraces and Flats,S01009911,Strathbungo - 07,3c,Highly qualified professionals,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215255 +215255,S00112887,8b2,Hard-Pressed Rented Terraces,S01010443,Yoker North - 01,4a,Challenged white communities,S02001965,Yoker North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215256 +215256,S00112888,8b2,Hard-Pressed Rented Terraces,S01010444,Yoker North - 02,4a,Challenged white communities,S02001965,Yoker North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215257 +215257,S00112889,8b2,Hard-Pressed Rented Terraces,S01010443,Yoker North - 01,4a,Challenged white communities,S02001965,Yoker North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215258 +215258,S00112891,8b2,Hard-Pressed Rented Terraces,S01010444,Yoker North - 02,4a,Challenged white communities,S02001965,Yoker North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215259 +215259,S00112892,8b2,Hard-Pressed Rented Terraces,S01010444,Yoker North - 02,4a,Challenged white communities,S02001965,Yoker North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215260 +215260,S00112893,8b2,Hard-Pressed Rented Terraces,S01010444,Yoker North - 02,4a,Challenged white communities,S02001965,Yoker North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215261 +215261,S00112912,8b2,Hard-Pressed Rented Terraces,S01010444,Yoker North - 02,4a,Challenged white communities,S02001965,Yoker North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215262 +215262,S00112913,8b2,Hard-Pressed Rented Terraces,S01010454,Knightswood East - 05,4d,Hard-pressed flat dwellers,S02001967,Knightswood East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215263 +215263,S00112947,8b2,Hard-Pressed Rented Terraces,S01010427,Scotstoun North and East - 01,7a,Urban cultural mix,S02001962,Scotstoun North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215264 +215264,S00113021,8b2,Hard-Pressed Rented Terraces,S01010440,Yoker South - 04,4d,Hard-pressed flat dwellers,S02001964,Yoker South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215265 +215265,S00116730,7a2,Hampered Aspiration,S01010388,Glasgow Harbour and Partick South - 01,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215266 +215266,S00113045,8b2,Hard-Pressed Rented Terraces,S01010487,Blairdardie West - 03,4a,Challenged white communities,S02001973,Blairdardie West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215267 +215267,S00113047,8b2,Hard-Pressed Rented Terraces,S01010487,Blairdardie West - 03,4a,Challenged white communities,S02001973,Blairdardie West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215268 +215268,S00113050,8b2,Hard-Pressed Rented Terraces,S01010485,Blairdardie West - 01,5c,Comfortable neighbourhoods,S02001973,Blairdardie West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215269 +215269,S00113052,8b2,Hard-Pressed Rented Terraces,S01010485,Blairdardie West - 01,5c,Comfortable neighbourhoods,S02001973,Blairdardie West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215270 +215270,S00113055,8b2,Hard-Pressed Rented Terraces,S01010487,Blairdardie West - 03,4a,Challenged white communities,S02001973,Blairdardie West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215271 +215271,S00113057,8b2,Hard-Pressed Rented Terraces,S01010487,Blairdardie West - 03,4a,Challenged white communities,S02001973,Blairdardie West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215272 +215272,S00113058,8b2,Hard-Pressed Rented Terraces,S01010487,Blairdardie West - 03,4a,Challenged white communities,S02001973,Blairdardie West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215273 +215273,S00113428,8b2,Hard-Pressed Rented Terraces,S01010194,Balornock - 01,4a,Challenged white communities,S02001919,Balornock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215274 +215274,S00113430,8b2,Hard-Pressed Rented Terraces,S01010194,Balornock - 01,4a,Challenged white communities,S02001919,Balornock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215275 +215275,S00113432,8b2,Hard-Pressed Rented Terraces,S01010194,Balornock - 01,4a,Challenged white communities,S02001919,Balornock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215276 +215276,S00113434,8b2,Hard-Pressed Rented Terraces,S01010200,Barmulloch - 02,4a,Challenged white communities,S02001920,Barmulloch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215277 +215277,S00113437,8b2,Hard-Pressed Rented Terraces,S01010200,Barmulloch - 02,4a,Challenged white communities,S02001920,Barmulloch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215278 +215278,S00113439,8b2,Hard-Pressed Rented Terraces,S01010200,Barmulloch - 02,4a,Challenged white communities,S02001920,Barmulloch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215279 +215279,S00113440,8b2,Hard-Pressed Rented Terraces,S01010200,Barmulloch - 02,4a,Challenged white communities,S02001920,Barmulloch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215280 +215280,S00113566,8b2,Hard-Pressed Rented Terraces,S01010324,Possil Park - 02,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215281 +215281,S00113570,8b2,Hard-Pressed Rented Terraces,S01010335,Milton East - 01,4d,Hard-pressed flat dwellers,S02001944,Milton East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215282 +215282,S00113578,8b2,Hard-Pressed Rented Terraces,S01010332,Milton West - 03,4a,Challenged white communities,S02001943,Milton West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215283 +215283,S00115852,8b2,Hard-Pressed Rented Terraces,S01010078,Mount Vernon North and Sandyhills - 01,8c,Comfortable suburbia,S02001899,Mount Vernon North and Sandyhills,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215284 +215284,S00116196,5a3,Families in Terraces and Flats,S01010030,Gorbals and Hutchesontown - 08,1a,Cosmopolitan student neighbourhoods,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215285 +215285,S00114427,5a3,Families in Terraces and Flats,S01009911,Strathbungo - 07,3c,Highly qualified professionals,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215286 +215286,S00113583,8b2,Hard-Pressed Rented Terraces,S01010339,Milton East - 05,4d,Hard-pressed flat dwellers,S02001944,Milton East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215287 +215287,S00113587,8b2,Hard-Pressed Rented Terraces,S01010330,Milton West - 01,4d,Hard-pressed flat dwellers,S02001943,Milton West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215288 +215288,S00113591,8b2,Hard-Pressed Rented Terraces,S01010337,Milton East - 03,4a,Challenged white communities,S02001944,Milton East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215289 +215289,S00113598,8b2,Hard-Pressed Rented Terraces,S01010336,Milton East - 02,4d,Hard-pressed flat dwellers,S02001944,Milton East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215290 +215290,S00113617,8b2,Hard-Pressed Rented Terraces,S01010340,Summerston Central and West - 01,4d,Hard-pressed flat dwellers,S02001945,Summerston Central and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215291 +215291,S00113620,8b2,Hard-Pressed Rented Terraces,S01010340,Summerston Central and West - 01,4d,Hard-pressed flat dwellers,S02001945,Summerston Central and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215292 +215292,S00113639,8b2,Hard-Pressed Rented Terraces,S01010341,Summerston Central and West - 02,4a,Challenged white communities,S02001945,Summerston Central and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215293 +215293,S00113830,8b2,Hard-Pressed Rented Terraces,S01010247,Carntyne West and Haghill - 06,4a,Challenged white communities,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215294 +215294,S00113837,8b2,Hard-Pressed Rented Terraces,S01010247,Carntyne West and Haghill - 06,4a,Challenged white communities,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215295 +215295,S00113976,8b2,Hard-Pressed Rented Terraces,S01010076,Carmyle and Mount Vernon South - 03,4a,Challenged white communities,S02001898,Carmyle and Mount Vernon South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215296 +215296,S00113980,8b2,Hard-Pressed Rented Terraces,S01010075,Carmyle and Mount Vernon South - 02,4a,Challenged white communities,S02001898,Carmyle and Mount Vernon South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215297 +215297,S00113981,8b2,Hard-Pressed Rented Terraces,S01010075,Carmyle and Mount Vernon South - 02,4a,Challenged white communities,S02001898,Carmyle and Mount Vernon South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215298 +215298,S00113983,8b2,Hard-Pressed Rented Terraces,S01010075,Carmyle and Mount Vernon South - 02,4a,Challenged white communities,S02001898,Carmyle and Mount Vernon South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215299 +215299,S00113984,8b2,Hard-Pressed Rented Terraces,S01010075,Carmyle and Mount Vernon South - 02,4a,Challenged white communities,S02001898,Carmyle and Mount Vernon South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215300 +215300,S00113985,8b2,Hard-Pressed Rented Terraces,S01010075,Carmyle and Mount Vernon South - 02,4a,Challenged white communities,S02001898,Carmyle and Mount Vernon South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215301 +215301,S00113986,8b2,Hard-Pressed Rented Terraces,S01010076,Carmyle and Mount Vernon South - 03,4a,Challenged white communities,S02001898,Carmyle and Mount Vernon South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215302 +215302,S00113330,8a1,Industrious Transitions,S01010351,Maryhill East - 02,4d,Hard-pressed flat dwellers,S02001947,Maryhill East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215303 +215303,S00114582,6a1,Indian Tech Achievers,S01009914,Maxwell Park - 03,3b,Asian traits,S02001869,Maxwell Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215304 +215304,S00113987,8b2,Hard-Pressed Rented Terraces,S01010076,Carmyle and Mount Vernon South - 03,4a,Challenged white communities,S02001898,Carmyle and Mount Vernon South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215305 +215305,S00113988,8b2,Hard-Pressed Rented Terraces,S01010076,Carmyle and Mount Vernon South - 03,4a,Challenged white communities,S02001898,Carmyle and Mount Vernon South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215306 +215306,S00113989,8b2,Hard-Pressed Rented Terraces,S01010076,Carmyle and Mount Vernon South - 03,4a,Challenged white communities,S02001898,Carmyle and Mount Vernon South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215307 +215307,S00114064,8b2,Hard-Pressed Rented Terraces,S01010126,Barlanark - 04,4a,Challenged white communities,S02001908,Barlanark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215308 +215308,S00114071,8b2,Hard-Pressed Rented Terraces,S01010136,Greenfield - 06,4a,Challenged white communities,S02001909,Greenfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215309 +215309,S00114072,8b2,Hard-Pressed Rented Terraces,S01010136,Greenfield - 06,4a,Challenged white communities,S02001909,Greenfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215310 +215310,S00114136,8b2,Hard-Pressed Rented Terraces,S01010173,Riddrie and Hogganfield - 02,4a,Challenged white communities,S02001916,Riddrie and Hogganfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215311 +215311,S00116321,5a3,Families in Terraces and Flats,S01009804,Pollok North and East - 06,3c,Highly qualified professionals,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215312 +215312,S00116322,5a3,Families in Terraces and Flats,S01009804,Pollok North and East - 06,3c,Highly qualified professionals,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215313 +215313,S00116323,5a3,Families in Terraces and Flats,S01009792,Pollok South and West - 01,3b,Asian traits,S02001848,Pollok South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215314 +215314,S00116325,5a3,Families in Terraces and Flats,S01009804,Pollok North and East - 06,3c,Highly qualified professionals,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215315 +215315,S00116364,5a3,Families in Terraces and Flats,S01010475,Anniesland West - 06,3c,Highly qualified professionals,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215316 +215316,S00116365,5a3,Families in Terraces and Flats,S01010475,Anniesland West - 06,3c,Highly qualified professionals,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215317 +215317,S00116513,5a3,Families in Terraces and Flats,S01009923,Shawlands East - 01,1a,Cosmopolitan student neighbourhoods,S02001871,Shawlands East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215318 +215318,S00116760,5a3,Families in Terraces and Flats,S01010405,Dowanhill - 03,1a,Cosmopolitan student neighbourhoods,S02001957,Dowanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215319 +215319,S00115862,8b2,Hard-Pressed Rented Terraces,S01010083,Baillieston West - 01,4a,Challenged white communities,S02001900,Baillieston West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215320 +215320,S00116806,5a3,Families in Terraces and Flats,S01010414,Kelvinside and Jordanhill - 07,3c,Highly qualified professionals,S02001958,Kelvinside and Jordanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215321 +215321,S00114432,5a3,Families in Terraces and Flats,S01009908,Strathbungo - 04,1a,Cosmopolitan student neighbourhoods,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215322 +215322,S00116807,5a3,Families in Terraces and Flats,S01010414,Kelvinside and Jordanhill - 07,3c,Highly qualified professionals,S02001958,Kelvinside and Jordanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215323 +215323,S00116873,5a3,Families in Terraces and Flats,S01010422,Victoria Park - 03,3d,Households in terraces and flats,S02001960,Victoria Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215324 +215324,S00116979,5a3,Families in Terraces and Flats,S01010356,Maryhill West - 03,4d,Hard-pressed flat dwellers,S02001948,Maryhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215325 +215325,S00117217,5a3,Families in Terraces and Flats,S01010116,"Garthamlock, Auchinlea and Gartloch - 04",4b,Constrained renters,S02001906,"Garthamlock, Auchinlea and Gartloch",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215326 +215326,S00117298,5a3,Families in Terraces and Flats,S01009958,Merrylee and Millbrae - 04,3a,Achieving neighbourhoods,S02001877,Merrylee and Millbrae,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215327 +215327,S00117351,5a3,Families in Terraces and Flats,S01009960,Muirend and Old Cathcart - 02,3c,Highly qualified professionals,S02001878,Muirend and Old Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215328 +215328,S00117365,5a3,Families in Terraces and Flats,S01010007,Cathcart - 03,3d,Households in terraces and flats,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215329 +215329,S00117431,5a3,Families in Terraces and Flats,S01009866,Kinning Park and Festival Park - 01,7a,Urban cultural mix,S02001861,Kinning Park and Festival Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215330 +215330,S00117472,5a3,Families in Terraces and Flats,S01009815,Cardonald West and Central - 01,4d,Hard-pressed flat dwellers,S02001852,Cardonald West and Central,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215331 +215331,S00117556,5a3,Families in Terraces and Flats,S01010428,Scotstoun North and East - 02,3c,Highly qualified professionals,S02001962,Scotstoun North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215332 +215332,S00117621,5a3,Families in Terraces and Flats,S01010104,Garrowhill East and Swinton - 05,8c,Comfortable suburbia,S02001903,Garrowhill East and Swinton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215333 +215333,S00112721,7a2,Hampered Aspiration,S01010476,Anniesland West - 07,4d,Hard-pressed flat dwellers,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215334 +215334,S00112758,7a2,Hampered Aspiration,S01010471,Anniesland West - 02,4d,Hard-pressed flat dwellers,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215335 +215335,S00112769,7a2,Hampered Aspiration,S01010481,Blairdardie East - 04,4d,Hard-pressed flat dwellers,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215336 +215336,S00112925,7a2,Hampered Aspiration,S01010426,Whiteinch - 04,4d,Hard-pressed flat dwellers,S02001961,Whiteinch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215337 +215337,S00112939,7a2,Hampered Aspiration,S01010429,Scotstoun North and East - 03,3d,Households in terraces and flats,S02001962,Scotstoun North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215338 +215338,S00116808,7a2,Hampered Aspiration,S01010414,Kelvinside and Jordanhill - 07,3c,Highly qualified professionals,S02001958,Kelvinside and Jordanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215339 +215339,S00114595,6a1,Indian Tech Achievers,S01009873,Kingston West and Dumbreck - 03,3d,Households in terraces and flats,S02001862,Kingston West and Dumbreck,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215340 +215340,S00114195,8a1,Industrious Transitions,S01010168,Craigend and Ruchazie - 04,4a,Challenged white communities,S02001915,Craigend and Ruchazie,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215341 +215341,S00113271,7a2,Hampered Aspiration,S01010315,Ruchill - 01,4d,Hard-pressed flat dwellers,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215342 +215342,S00113306,7a2,Hampered Aspiration,S01010346,Summerston North - 01,3c,Highly qualified professionals,S02001946,Summerston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215343 +215343,S00113310,7a2,Hampered Aspiration,S01010355,Maryhill West - 02,4d,Hard-pressed flat dwellers,S02001948,Maryhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215344 +215344,S00113331,7a2,Hampered Aspiration,S01010354,Maryhill West - 01,4d,Hard-pressed flat dwellers,S02001948,Maryhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215345 +215345,S00113528,7a2,Hampered Aspiration,S01010328,Possil Park - 06,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215346 +215346,S00113574,7a2,Hampered Aspiration,S01010334,Milton West - 05,4a,Challenged white communities,S02001943,Milton West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215347 +215347,S00113824,7a2,Hampered Aspiration,S01010149,Old Shettleston and Parkhead North - 03,4b,Constrained renters,S02001912,Old Shettleston and Parkhead North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215348 +215348,S00113915,7a2,Hampered Aspiration,S01010145,Tollcross - 04,4d,Hard-pressed flat dwellers,S02001911,Tollcross,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215349 +215349,S00114336,7a2,Hampered Aspiration,S01010046,Dalmarnock - 01,4d,Hard-pressed flat dwellers,S02001893,Dalmarnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215350 +215350,S00114376,7a2,Hampered Aspiration,S01010038,Calton and Gallowgate - 02,4d,Hard-pressed flat dwellers,S02001891,Calton and Gallowgate,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215351 +215351,S00114425,7a2,Hampered Aspiration,S01009911,Strathbungo - 07,3c,Highly qualified professionals,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215352 +215352,S00114666,7a2,Hampered Aspiration,S01009902,Battlefield - 04,4d,Hard-pressed flat dwellers,S02001867,Battlefield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215353 +215353,S00114686,7a2,Hampered Aspiration,S01009904,Battlefield - 06,1a,Cosmopolitan student neighbourhoods,S02001867,Battlefield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215354 +215354,S00114847,7a2,Hampered Aspiration,S01009947,Carnwadric East - 04,4d,Hard-pressed flat dwellers,S02001875,Carnwadric East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215355 +215355,S00114862,7a2,Hampered Aspiration,S01009946,Carnwadric East - 03,4d,Hard-pressed flat dwellers,S02001875,Carnwadric East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215356 +215356,S00114866,7a2,Hampered Aspiration,S01009937,Pollokshaws - 05,7a,Urban cultural mix,S02001873,Pollokshaws,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215357 +215357,S00115217,7a2,Hampered Aspiration,S01009760,Darnley East - 03,4d,Hard-pressed flat dwellers,S02001842,Darnley East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215358 +215358,S00115380,7a2,Hampered Aspiration,S01009848,Craigton - 01,4d,Hard-pressed flat dwellers,S02001857,Craigton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215359 +215359,S00115398,7a2,Hampered Aspiration,S01009838,Drumoyne and Shieldhall - 06,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215360 +215360,S00115611,7a2,Hampered Aspiration,S01009808,Cardonald South and East - 03,7a,Urban cultural mix,S02001850,Cardonald South and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215361 +215361,S00115681,7a2,Hampered Aspiration,S01009800,Pollok North and East - 02,4d,Hard-pressed flat dwellers,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215362 +215362,S00115684,7a2,Hampered Aspiration,S01009800,Pollok North and East - 02,4d,Hard-pressed flat dwellers,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215363 +215363,S00116219,7a2,Hampered Aspiration,S01010010,Cathcart - 06,3a,Achieving neighbourhoods,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215364 +215364,S00115871,8b2,Hard-Pressed Rented Terraces,S01010085,Baillieston West - 03,5d,Endeavouring social renters,S02001900,Baillieston West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215365 +215365,S00115435,8a1,Industrious Transitions,S01009852,Mosspark - 01,4a,Challenged white communities,S02001858,Mosspark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215366 +215366,S00115876,8b2,Hard-Pressed Rented Terraces,S01010086,Baillieston West - 04,4a,Challenged white communities,S02001900,Baillieston West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215367 +215367,S00116870,7a2,Hampered Aspiration,S01010421,Victoria Park - 02,3c,Highly qualified professionals,S02001960,Victoria Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215368 +215368,S00114596,6a1,Indian Tech Achievers,S01009873,Kingston West and Dumbreck - 03,3d,Households in terraces and flats,S02001862,Kingston West and Dumbreck,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215369 +215369,S00115878,8b2,Hard-Pressed Rented Terraces,S01010084,Baillieston West - 02,4a,Challenged white communities,S02001900,Baillieston West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215370 +215370,S00115879,8b2,Hard-Pressed Rented Terraces,S01010086,Baillieston West - 04,4a,Challenged white communities,S02001900,Baillieston West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215371 +215371,S00115880,8b2,Hard-Pressed Rented Terraces,S01010084,Baillieston West - 02,4a,Challenged white communities,S02001900,Baillieston West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215372 +215372,S00115881,8b2,Hard-Pressed Rented Terraces,S01010086,Baillieston West - 04,4a,Challenged white communities,S02001900,Baillieston West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215373 +215373,S00115882,8b2,Hard-Pressed Rented Terraces,S01010086,Baillieston West - 04,4a,Challenged white communities,S02001900,Baillieston West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215374 +215374,S00115895,8b2,Hard-Pressed Rented Terraces,S01010090,Baillieston East - 03,5c,Comfortable neighbourhoods,S02001901,Baillieston East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215375 +215375,S00115907,8b2,Hard-Pressed Rented Terraces,S01010092,Baillieston East - 05,4d,Hard-pressed flat dwellers,S02001901,Baillieston East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215376 +215376,S00116022,8b2,Hard-Pressed Rented Terraces,S01010337,Milton East - 03,4a,Challenged white communities,S02001944,Milton East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215377 +215377,S00116104,8b2,Hard-Pressed Rented Terraces,S01010127,Barlanark - 05,4a,Challenged white communities,S02001908,Barlanark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215378 +215378,S00114473,5a3,Families in Terraces and Flats,S01009927,Langside - 01,4d,Hard-pressed flat dwellers,S02001872,Langside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215379 +215379,S00116121,8b2,Hard-Pressed Rented Terraces,S01010115,"Garthamlock, Auchinlea and Gartloch - 03",4a,Challenged white communities,S02001906,"Garthamlock, Auchinlea and Gartloch",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215380 +215380,S00116144,8b2,Hard-Pressed Rented Terraces,S01010037,Calton and Gallowgate - 01,4d,Hard-pressed flat dwellers,S02001891,Calton and Gallowgate,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215381 +215381,S00116244,8b2,Hard-Pressed Rented Terraces,S01009984,Glenwood North - 05,4d,Hard-pressed flat dwellers,S02001882,Glenwood North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215382 +215382,S00116267,8b2,Hard-Pressed Rented Terraces,S01009836,Drumoyne and Shieldhall - 04,4a,Challenged white communities,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215383 +215383,S00116274,8b2,Hard-Pressed Rented Terraces,S01009857,Mosspark - 06,4a,Challenged white communities,S02001858,Mosspark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215384 +215384,S00116558,8b2,Hard-Pressed Rented Terraces,S01010502,Drumry West - 03,4a,Challenged white communities,S02001977,Drumry West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215385 +215385,S00116559,8b2,Hard-Pressed Rented Terraces,S01010502,Drumry West - 03,4a,Challenged white communities,S02001977,Drumry West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215386 +215386,S00116827,8b2,Hard-Pressed Rented Terraces,S01010464,Knightswood Park East - 05,4d,Hard-pressed flat dwellers,S02001969,Knightswood Park East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215387 +215387,S00116845,8b2,Hard-Pressed Rented Terraces,S01010446,Yoker North - 04,5d,Endeavouring social renters,S02001965,Yoker North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215388 +215388,S00116846,8b2,Hard-Pressed Rented Terraces,S01010446,Yoker North - 04,5d,Endeavouring social renters,S02001965,Yoker North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215389 +215389,S00116847,8b2,Hard-Pressed Rented Terraces,S01010446,Yoker North - 04,5d,Endeavouring social renters,S02001965,Yoker North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215390 +215390,S00116901,8b2,Hard-Pressed Rented Terraces,S01010438,Yoker South - 02,4d,Hard-pressed flat dwellers,S02001964,Yoker South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215391 +215391,S00116999,8b2,Hard-Pressed Rented Terraces,S01010214,Springburn East and Cowlairs - 01,4a,Challenged white communities,S02001923,Springburn East and Cowlairs,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215392 +215392,S00117000,8b2,Hard-Pressed Rented Terraces,S01010214,Springburn East and Cowlairs - 01,4a,Challenged white communities,S02001923,Springburn East and Cowlairs,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215393 +215393,S00117002,8b2,Hard-Pressed Rented Terraces,S01010214,Springburn East and Cowlairs - 01,4a,Challenged white communities,S02001923,Springburn East and Cowlairs,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215394 +215394,S00117029,8b2,Hard-Pressed Rented Terraces,S01010199,Barmulloch - 01,4a,Challenged white communities,S02001920,Barmulloch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215395 +215395,S00116891,7a2,Hampered Aspiration,S01010439,Yoker South - 03,1a,Cosmopolitan student neighbourhoods,S02001964,Yoker South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215396 +215396,S00116848,8a1,Industrious Transitions,S01010446,Yoker North - 04,5d,Endeavouring social renters,S02001965,Yoker North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215397 +215397,S00114925,6a1,Indian Tech Achievers,S01009957,Merrylee and Millbrae - 03,8a,Affluent communities,S02001877,Merrylee and Millbrae,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215398 +215398,S00117050,8b2,Hard-Pressed Rented Terraces,S01010203,Petershill - 01,3d,Households in terraces and flats,S02001921,Petershill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215399 +215399,S00117177,8b2,Hard-Pressed Rented Terraces,S01010126,Barlanark - 04,4a,Challenged white communities,S02001908,Barlanark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215400 +215400,S00117178,8b2,Hard-Pressed Rented Terraces,S01010126,Barlanark - 04,4a,Challenged white communities,S02001908,Barlanark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215401 +215401,S00117197,8b2,Hard-Pressed Rented Terraces,S01010161,"Cranhill, Lightburn and Queenslie South - 06",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215402 +215402,S00117218,8b2,Hard-Pressed Rented Terraces,S01010116,"Garthamlock, Auchinlea and Gartloch - 04",4b,Constrained renters,S02001906,"Garthamlock, Auchinlea and Gartloch",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215403 +215403,S00117224,8b2,Hard-Pressed Rented Terraces,S01010108,Easterhouse East - 04,4a,Challenged white communities,S02001904,Easterhouse East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215404 +215404,S00117329,8b2,Hard-Pressed Rented Terraces,S01009946,Carnwadric East - 03,4d,Hard-pressed flat dwellers,S02001875,Carnwadric East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215405 +215405,S00117434,8b2,Hard-Pressed Rented Terraces,S01009866,Kinning Park and Festival Park - 01,7a,Urban cultural mix,S02001861,Kinning Park and Festival Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215406 +215406,S00117539,8b2,Hard-Pressed Rented Terraces,S01010083,Baillieston West - 01,4a,Challenged white communities,S02001900,Baillieston West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215407 +215407,S00117540,8b2,Hard-Pressed Rented Terraces,S01010083,Baillieston West - 01,4a,Challenged white communities,S02001900,Baillieston West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215408 +215408,S00117570,8b2,Hard-Pressed Rented Terraces,S01010115,"Garthamlock, Auchinlea and Gartloch - 03",4a,Challenged white communities,S02001906,"Garthamlock, Auchinlea and Gartloch",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215409 +215409,S00115978,2d2,Highly-Qualified Quaternary Workers,S01010370,North Kelvin - 02,1a,Cosmopolitan student neighbourhoods,S02001951,North Kelvin,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215410 +215410,S00116776,2d2,Highly-Qualified Quaternary Workers,S01010367,Kelvindale - 05,1a,Cosmopolitan student neighbourhoods,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215411 +215411,S00112657,6a1,Indian Tech Achievers,S01010366,Kelvindale - 04,3c,Highly qualified professionals,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215412 +215412,S00113037,6a1,Indian Tech Achievers,S01010486,Blairdardie West - 02,8c,Comfortable suburbia,S02001973,Blairdardie West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215413 +215413,S00113972,6a1,Indian Tech Achievers,S01010069,Shettleston South - 01,5c,Comfortable neighbourhoods,S02001897,Shettleston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215414 +215414,S00114115,6a1,Indian Tech Achievers,S01010186,Robroyston and Millerston - 01,3b,Asian traits,S02001918,Robroyston and Millerston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215415 +215415,S00114553,6a1,Indian Tech Achievers,S01009916,Maxwell Park - 05,3b,Asian traits,S02001869,Maxwell Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215416 +215416,S00114554,6a1,Indian Tech Achievers,S01009916,Maxwell Park - 05,3b,Asian traits,S02001869,Maxwell Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215417 +215417,S00114555,6a1,Indian Tech Achievers,S01009916,Maxwell Park - 05,3b,Asian traits,S02001869,Maxwell Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215418 +215418,S00116908,7a2,Hampered Aspiration,S01010455,Knightswood Park West - 01,4d,Hard-pressed flat dwellers,S02001968,Knightswood Park West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215419 +215419,S00117183,7a2,Hampered Aspiration,S01010097,Garrowhill West - 04,5c,Comfortable neighbourhoods,S02001902,Garrowhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215420 +215420,S00112642,4c3,Inner City Ethnic Mix,S01010467,Anniesland East - 03,3c,Highly qualified professionals,S02001970,Anniesland East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215421 +215421,S00117200,7a2,Hampered Aspiration,S01010169,Craigend and Ruchazie - 05,4d,Hard-pressed flat dwellers,S02001915,Craigend and Ruchazie,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215422 +215422,S00112710,4c3,Inner City Ethnic Mix,S01010411,Kelvinside and Jordanhill - 04,3a,Achieving neighbourhoods,S02001958,Kelvinside and Jordanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215423 +215423,S00117241,7a2,Hampered Aspiration,S01010055,Parkhead West and Barrowfield - 07,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215424 +215424,S00114420,4c3,Inner City Ethnic Mix,S01009911,Strathbungo - 07,3c,Highly qualified professionals,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215425 +215425,S00114478,5a3,Families in Terraces and Flats,S01009927,Langside - 01,4d,Hard-pressed flat dwellers,S02001872,Langside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215426 +215426,S00114537,4c3,Inner City Ethnic Mix,S01009917,Maxwell Park - 06,3c,Highly qualified professionals,S02001869,Maxwell Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215427 +215427,S00115799,6a1,Indian Tech Achievers,S01009771,Darnley West - 04,8c,Comfortable suburbia,S02001844,Darnley West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215428 +215428,S00114481,5a3,Families in Terraces and Flats,S01009928,Langside - 02,3c,Highly qualified professionals,S02001872,Langside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215429 +215429,S00114570,4c3,Inner City Ethnic Mix,S01009912,Maxwell Park - 01,3c,Highly qualified professionals,S02001869,Maxwell Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215430 +215430,S00114499,5a3,Families in Terraces and Flats,S01009931,Langside - 05,1a,Cosmopolitan student neighbourhoods,S02001872,Langside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215431 +215431,S00115981,6a1,Indian Tech Achievers,S01010190,Robroyston and Millerston - 05,8c,Comfortable suburbia,S02001918,Robroyston and Millerston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215432 +215432,S00117242,7a2,Hampered Aspiration,S01010055,Parkhead West and Barrowfield - 07,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215433 +215433,S00114618,4c3,Inner City Ethnic Mix,S01009877,Pollokshields West - 03,3c,Highly qualified professionals,S02001863,Pollokshields West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215434 +215434,S00114545,5a3,Families in Terraces and Flats,S01009918,Maxwell Park - 07,3a,Achieving neighbourhoods,S02001869,Maxwell Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215435 +215435,S00114548,5a3,Families in Terraces and Flats,S01009918,Maxwell Park - 07,3a,Achieving neighbourhoods,S02001869,Maxwell Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215436 +215436,S00114581,5a3,Families in Terraces and Flats,S01009914,Maxwell Park - 03,3b,Asian traits,S02001869,Maxwell Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215437 +215437,S00114748,5a3,Families in Terraces and Flats,S01009958,Merrylee and Millbrae - 04,3a,Achieving neighbourhoods,S02001877,Merrylee and Millbrae,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215438 +215438,S00114799,5a3,Families in Terraces and Flats,S01009902,Battlefield - 04,4d,Hard-pressed flat dwellers,S02001867,Battlefield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215439 +215439,S00114800,5a3,Families in Terraces and Flats,S01010014,Mount Florida - 04,1a,Cosmopolitan student neighbourhoods,S02001887,Mount Florida,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215440 +215440,S00114828,5a3,Families in Terraces and Flats,S01010018,Toryglen and Oatlands - 03,4d,Hard-pressed flat dwellers,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215441 +215441,S00114845,5a3,Families in Terraces and Flats,S01009947,Carnwadric East - 04,4d,Hard-pressed flat dwellers,S02001875,Carnwadric East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215442 +215442,S00114878,5a3,Families in Terraces and Flats,S01009934,Pollokshaws - 02,3d,Households in terraces and flats,S02001873,Pollokshaws,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215443 +215443,S00114880,5a3,Families in Terraces and Flats,S01009934,Pollokshaws - 02,3d,Households in terraces and flats,S02001873,Pollokshaws,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215444 +215444,S00114903,5a3,Families in Terraces and Flats,S01009953,Newlands - 06,3d,Households in terraces and flats,S02001876,Newlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215445 +215445,S00114906,5a3,Families in Terraces and Flats,S01009934,Pollokshaws - 02,3d,Households in terraces and flats,S02001873,Pollokshaws,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215446 +215446,S00114913,5a3,Families in Terraces and Flats,S01009952,Newlands - 05,3c,Highly qualified professionals,S02001876,Newlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215447 +215447,S00114914,5a3,Families in Terraces and Flats,S01009952,Newlands - 05,3c,Highly qualified professionals,S02001876,Newlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215448 +215448,S00114975,5a3,Families in Terraces and Flats,S01009964,Muirend and Old Cathcart - 06,3a,Achieving neighbourhoods,S02001878,Muirend and Old Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215449 +215449,S00114977,5a3,Families in Terraces and Flats,S01009964,Muirend and Old Cathcart - 06,3a,Achieving neighbourhoods,S02001878,Muirend and Old Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215450 +215450,S00115017,5a3,Families in Terraces and Flats,S01010012,Mount Florida - 02,4d,Hard-pressed flat dwellers,S02001887,Mount Florida,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215451 +215451,S00115019,5a3,Families in Terraces and Flats,S01010013,Mount Florida - 03,4d,Hard-pressed flat dwellers,S02001887,Mount Florida,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215452 +215452,S00115031,5a3,Families in Terraces and Flats,S01010012,Mount Florida - 02,4d,Hard-pressed flat dwellers,S02001887,Mount Florida,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215453 +215453,S00115049,5a3,Families in Terraces and Flats,S01010000,Kingspark North - 02,4d,Hard-pressed flat dwellers,S02001885,Kingspark North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215454 +215454,S00115050,5a3,Families in Terraces and Flats,S01010000,Kingspark North - 02,4d,Hard-pressed flat dwellers,S02001885,Kingspark North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215455 +215455,S00115070,5a3,Families in Terraces and Flats,S01009968,Carmunnock North - 04,5c,Comfortable neighbourhoods,S02001879,Carmunnock North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215456 +215456,S00115079,5a3,Families in Terraces and Flats,S01010010,Cathcart - 06,3a,Achieving neighbourhoods,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215457 +215457,S00115107,5a3,Families in Terraces and Flats,S01009996,Kingspark South - 04,4d,Hard-pressed flat dwellers,S02001884,Kingspark South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215458 +215458,S00115110,5a3,Families in Terraces and Flats,S01009994,Kingspark South - 02,4d,Hard-pressed flat dwellers,S02001884,Kingspark South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215459 +215459,S00115115,5a3,Families in Terraces and Flats,S01009993,Kingspark South - 01,5c,Comfortable neighbourhoods,S02001884,Kingspark South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215460 +215460,S00115121,5a3,Families in Terraces and Flats,S01009993,Kingspark South - 01,5c,Comfortable neighbourhoods,S02001884,Kingspark South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215461 +215461,S00115125,5a3,Families in Terraces and Flats,S01009993,Kingspark South - 01,5c,Comfortable neighbourhoods,S02001884,Kingspark South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215462 +215462,S00115131,5a3,Families in Terraces and Flats,S01009996,Kingspark South - 04,4d,Hard-pressed flat dwellers,S02001884,Kingspark South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215463 +215463,S00115396,5a3,Families in Terraces and Flats,S01009833,Drumoyne and Shieldhall - 01,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215464 +215464,S00115491,5a3,Families in Terraces and Flats,S01009829,Hillington - 01,4d,Hard-pressed flat dwellers,S02001854,Hillington,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215465 +215465,S00115507,5a3,Families in Terraces and Flats,S01009829,Hillington - 01,4d,Hard-pressed flat dwellers,S02001854,Hillington,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215466 +215466,S00115528,5a3,Families in Terraces and Flats,S01009831,Hillington - 03,4d,Hard-pressed flat dwellers,S02001854,Hillington,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215467 +215467,S00115591,5a3,Families in Terraces and Flats,S01009815,Cardonald West and Central - 01,4d,Hard-pressed flat dwellers,S02001852,Cardonald West and Central,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215468 +215468,S00115595,5a3,Families in Terraces and Flats,S01009815,Cardonald West and Central - 01,4d,Hard-pressed flat dwellers,S02001852,Cardonald West and Central,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215469 +215469,S00115598,5a3,Families in Terraces and Flats,S01009806,Cardonald South and East - 01,4d,Hard-pressed flat dwellers,S02001850,Cardonald South and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215470 +215470,S00115613,5a3,Families in Terraces and Flats,S01009807,Cardonald South and East - 02,4d,Hard-pressed flat dwellers,S02001850,Cardonald South and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215471 +215471,S00115675,5a3,Families in Terraces and Flats,S01009802,Pollok North and East - 04,4d,Hard-pressed flat dwellers,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215472 +215472,S00115769,5a3,Families in Terraces and Flats,S01009769,Darnley West - 02,3c,Highly qualified professionals,S02001844,Darnley West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215473 +215473,S00115804,5a3,Families in Terraces and Flats,S01010214,Springburn East and Cowlairs - 01,4a,Challenged white communities,S02001923,Springburn East and Cowlairs,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215474 +215474,S00115805,5a3,Families in Terraces and Flats,S01010209,Springburn - 01,4d,Hard-pressed flat dwellers,S02001922,Springburn,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215475 +215475,S00116072,5a3,Families in Terraces and Flats,S01010074,Carmyle and Mount Vernon South - 01,5a,Ageing urban communities,S02001898,Carmyle and Mount Vernon South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215476 +215476,S00116166,5a3,Families in Terraces and Flats,S01009928,Langside - 02,3c,Highly qualified professionals,S02001872,Langside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215477 +215477,S00115982,6a1,Indian Tech Achievers,S01010190,Robroyston and Millerston - 05,8c,Comfortable suburbia,S02001918,Robroyston and Millerston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215478 +215478,S00114622,4c3,Inner City Ethnic Mix,S01009912,Maxwell Park - 01,3c,Highly qualified professionals,S02001869,Maxwell Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215479 +215479,S00115983,6a1,Indian Tech Achievers,S01010190,Robroyston and Millerston - 05,8c,Comfortable suburbia,S02001918,Robroyston and Millerston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215480 +215480,S00114692,4c3,Inner City Ethnic Mix,S01009903,Battlefield - 05,3c,Highly qualified professionals,S02001867,Battlefield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215481 +215481,S00115984,6a1,Indian Tech Achievers,S01010188,Robroyston and Millerston - 03,5a,Ageing urban communities,S02001918,Robroyston and Millerston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215482 +215482,S00114848,4c3,Inner City Ethnic Mix,S01009954,Newlands - 07,3b,Asian traits,S02001876,Newlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215483 +215483,S00115985,6a1,Indian Tech Achievers,S01010190,Robroyston and Millerston - 05,8c,Comfortable suburbia,S02001918,Robroyston and Millerston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215484 +215484,S00115370,4c3,Inner City Ethnic Mix,S01009834,Drumoyne and Shieldhall - 02,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215485 +215485,S00116110,6a1,Indian Tech Achievers,S01009763,Darnley East - 06,8c,Comfortable suburbia,S02001842,Darnley East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215486 +215486,S00116114,6a1,Indian Tech Achievers,S01009774,Darnley West - 07,3b,Asian traits,S02001844,Darnley West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215487 +215487,S00116116,6a1,Indian Tech Achievers,S01009774,Darnley West - 07,3b,Asian traits,S02001844,Darnley West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215488 +215488,S00116118,6a1,Indian Tech Achievers,S01009774,Darnley West - 07,3b,Asian traits,S02001844,Darnley West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215489 +215489,S00116211,6a1,Indian Tech Achievers,S01009954,Newlands - 07,3b,Asian traits,S02001876,Newlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215490 +215490,S00116318,6a1,Indian Tech Achievers,S01009796,Pollok South and West - 05,8c,Comfortable suburbia,S02001848,Pollok South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215491 +215491,S00116320,6a1,Indian Tech Achievers,S01009796,Pollok South and West - 05,8c,Comfortable suburbia,S02001848,Pollok South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215492 +215492,S00116324,6a1,Indian Tech Achievers,S01009792,Pollok South and West - 01,3b,Asian traits,S02001848,Pollok South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215493 +215493,S00116327,6a1,Indian Tech Achievers,S01009792,Pollok South and West - 01,3b,Asian traits,S02001848,Pollok South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215494 +215494,S00116331,6a1,Indian Tech Achievers,S01009771,Darnley West - 04,8c,Comfortable suburbia,S02001844,Darnley West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215495 +215495,S00116375,6a1,Indian Tech Achievers,S01010460,Knightswood Park East - 01,3b,Asian traits,S02001969,Knightswood Park East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215496 +215496,S00116500,6a1,Indian Tech Achievers,S01010182,Blackhill and Barmulloch East - 04,5c,Comfortable neighbourhoods,S02001917,Blackhill and Barmulloch East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215497 +215497,S00116502,6a1,Indian Tech Achievers,S01010186,Robroyston and Millerston - 01,3b,Asian traits,S02001918,Robroyston and Millerston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215498 +215498,S00116767,6a1,Indian Tech Achievers,S01010468,Anniesland East - 04,3b,Asian traits,S02001970,Anniesland East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215499 +215499,S00116771,6a1,Indian Tech Achievers,S01010468,Anniesland East - 04,3b,Asian traits,S02001970,Anniesland East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215500 +215500,S00116789,6a1,Indian Tech Achievers,S01010409,Kelvinside and Jordanhill - 02,8c,Comfortable suburbia,S02001958,Kelvinside and Jordanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215501 +215501,S00117038,6a1,Indian Tech Achievers,S01010192,Robroyston and Millerston - 07,3b,Asian traits,S02001918,Robroyston and Millerston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215502 +215502,S00117160,6a1,Indian Tech Achievers,S01010071,Shettleston South - 03,5c,Comfortable neighbourhoods,S02001897,Shettleston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215503 +215503,S00117290,7a2,Hampered Aspiration,S01009896,Govanhill East and Aikenhead - 03,7a,Urban cultural mix,S02001866,Govanhill East and Aikenhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215504 +215504,S00117338,6a1,Indian Tech Achievers,S01009954,Newlands - 07,3b,Asian traits,S02001876,Newlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215505 +215505,S00117339,6a1,Indian Tech Achievers,S01009953,Newlands - 06,3d,Households in terraces and flats,S02001876,Newlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215506 +215506,S00117348,6a1,Indian Tech Achievers,S01009950,Newlands - 03,8a,Affluent communities,S02001876,Newlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215507 +215507,S00117405,6a1,Indian Tech Achievers,S01009763,Darnley East - 06,8c,Comfortable suburbia,S02001842,Darnley East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215508 +215508,S00117513,6a1,Indian Tech Achievers,S01009795,Pollok South and West - 04,8c,Comfortable suburbia,S02001848,Pollok South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215509 +215509,S00117529,6a1,Indian Tech Achievers,S01010102,Garrowhill East and Swinton - 03,8c,Comfortable suburbia,S02001903,Garrowhill East and Swinton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215510 +215510,S00117585,6a1,Indian Tech Achievers,S01010189,Robroyston and Millerston - 04,8c,Comfortable suburbia,S02001918,Robroyston and Millerston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215511 +215511,S00112869,8a2,Industrious Hardship,S01010458,Knightswood Park West - 04,4d,Hard-pressed flat dwellers,S02001968,Knightswood Park West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215512 +215512,S00113072,8a2,Industrious Hardship,S01010478,Blairdardie East - 01,4d,Hard-pressed flat dwellers,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215513 +215513,S00113117,8a2,Industrious Hardship,S01010497,Drumry East - 02,4a,Challenged white communities,S02001976,Drumry East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215514 +215514,S00113389,8a2,Industrious Hardship,S01010201,Barmulloch - 03,5d,Endeavouring social renters,S02001920,Barmulloch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215515 +215515,S00113433,8a2,Industrious Hardship,S01010201,Barmulloch - 03,5d,Endeavouring social renters,S02001920,Barmulloch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215516 +215516,S00113435,8a2,Industrious Hardship,S01010200,Barmulloch - 02,4a,Challenged white communities,S02001920,Barmulloch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215517 +215517,S00113595,8a2,Industrious Hardship,S01010334,Milton West - 05,4a,Challenged white communities,S02001943,Milton West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215518 +215518,S00114052,8a2,Industrious Hardship,S01010159,"Cranhill, Lightburn and Queenslie South - 04",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215519 +215519,S00114057,8a2,Industrious Hardship,S01010159,"Cranhill, Lightburn and Queenslie South - 04",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215520 +215520,S00114060,8a2,Industrious Hardship,S01010164,"Cranhill, Lightburn and Queenslie South - 09",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215521 +215521,S00114334,8a2,Industrious Hardship,S01010110,Central Easterhouse - 01,4d,Hard-pressed flat dwellers,S02001905,Central Easterhouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215522 +215522,S00115437,8a2,Industrious Hardship,S01009857,Mosspark - 06,4a,Challenged white communities,S02001858,Mosspark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215523 +215523,S00115786,8a2,Industrious Hardship,S01009793,Pollok South and West - 02,5c,Comfortable neighbourhoods,S02001848,Pollok South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215524 +215524,S00115856,8a2,Industrious Hardship,S01010087,Baillieston West - 05,8b,Ageing suburbanites,S02001900,Baillieston West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215525 +215525,S00117286,4c3,Inner City Ethnic Mix,S01009871,Kingston West and Dumbreck - 01,7a,Urban cultural mix,S02001862,Kingston West and Dumbreck,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215526 +215526,S00112198,2c2,Migrant Commuters,S01010296,Woodlands - 08,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215527 +215527,S00112212,2c2,Migrant Commuters,S01010269,City Centre West - 04,1a,Cosmopolitan student neighbourhoods,S02001933,City Centre West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215528 +215528,S00112234,2c2,Migrant Commuters,S01010278,Anderston - 03,1a,Cosmopolitan student neighbourhoods,S02001935,Anderston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215529 +215529,S00112235,2c2,Migrant Commuters,S01010285,Finnieston and Kelvinhaugh - 04,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215530 +215530,S00112241,2c2,Migrant Commuters,S01010277,Anderston - 02,1a,Cosmopolitan student neighbourhoods,S02001935,Anderston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215531 +215531,S00112245,2c2,Migrant Commuters,S01010282,Finnieston and Kelvinhaugh - 01,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215532 +215532,S00112246,2c2,Migrant Commuters,S01010282,Finnieston and Kelvinhaugh - 01,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215533 +215533,S00112248,2c2,Migrant Commuters,S01010282,Finnieston and Kelvinhaugh - 01,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215534 +215534,S00112250,2c2,Migrant Commuters,S01010282,Finnieston and Kelvinhaugh - 01,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215535 +215535,S00112252,2c2,Migrant Commuters,S01010282,Finnieston and Kelvinhaugh - 01,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215536 +215536,S00112256,2c2,Migrant Commuters,S01010285,Finnieston and Kelvinhaugh - 04,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215537 +215537,S00112261,2c2,Migrant Commuters,S01010277,Anderston - 02,1a,Cosmopolitan student neighbourhoods,S02001935,Anderston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215538 +215538,S00112307,2c2,Migrant Commuters,S01010297,Woodside - 01,1a,Cosmopolitan student neighbourhoods,S02001938,Woodside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215539 +215539,S00112308,2c2,Migrant Commuters,S01010297,Woodside - 01,1a,Cosmopolitan student neighbourhoods,S02001938,Woodside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215540 +215540,S00112319,2c2,Migrant Commuters,S01010257,Gallowgate North and Bellgrove - 04,1a,Cosmopolitan student neighbourhoods,S02001931,Gallowgate North and Bellgrove,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215541 +215541,S00112322,2c2,Migrant Commuters,S01010262,City Centre East - 04,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215542 +215542,S00112326,2c2,Migrant Commuters,S01010262,City Centre East - 04,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215543 +215543,S00112329,2c2,Migrant Commuters,S01010261,City Centre East - 03,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215544 +215544,S00112330,2c2,Migrant Commuters,S01010261,City Centre East - 03,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215545 +215545,S00112333,2c2,Migrant Commuters,S01010270,City Centre West - 05,1a,Cosmopolitan student neighbourhoods,S02001933,City Centre West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215546 +215546,S00112340,2c2,Migrant Commuters,S01010033,Laurieston and Tradeston - 03,1a,Cosmopolitan student neighbourhoods,S02001890,Laurieston and Tradeston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215547 +215547,S00112346,2c2,Migrant Commuters,S01010022,Toryglen and Oatlands - 07,4d,Hard-pressed flat dwellers,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215548 +215548,S00112360,2c2,Migrant Commuters,S01010396,Partick - 04,1a,Cosmopolitan student neighbourhoods,S02001955,Partick,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215549 +215549,S00112368,2c2,Migrant Commuters,S01010396,Partick - 04,1a,Cosmopolitan student neighbourhoods,S02001955,Partick,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215550 +215550,S00112370,2c2,Migrant Commuters,S01010397,Partickhill and Hyndland - 01,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215551 +215551,S00112371,2c2,Migrant Commuters,S01010385,Hillhead - 05,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215552 +215552,S00112372,2c2,Migrant Commuters,S01010385,Hillhead - 05,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215553 +215553,S00112377,2c2,Migrant Commuters,S01010386,Hillhead - 06,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215554 +215554,S00117369,7a2,Hampered Aspiration,S01010002,Kingspark North - 04,4d,Hard-pressed flat dwellers,S02001885,Kingspark North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215555 +215555,S00112380,2c2,Migrant Commuters,S01010385,Hillhead - 05,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215556 +215556,S00112382,2c2,Migrant Commuters,S01010385,Hillhead - 05,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215557 +215557,S00112397,2c2,Migrant Commuters,S01010383,Hillhead - 03,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215558 +215558,S00112398,2c2,Migrant Commuters,S01010382,Hillhead - 02,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215559 +215559,S00112400,2c2,Migrant Commuters,S01010383,Hillhead - 03,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215560 +215560,S00112408,2c2,Migrant Commuters,S01010383,Hillhead - 03,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215561 +215561,S00117438,7a2,Hampered Aspiration,S01009861,Ibrox - 03,1a,Cosmopolitan student neighbourhoods,S02001859,Ibrox,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215562 +215562,S00117544,7a2,Hampered Aspiration,S01010223,Cowlairs and Port Dundas - 05,4d,Hard-pressed flat dwellers,S02001924,Cowlairs and Port Dundas,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215563 +215563,S00112811,8d2,Hard-Pressed Ethnic Mix,S01010483,Blairdardie East - 06,4d,Hard-pressed flat dwellers,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215564 +215564,S00112844,8d2,Hard-Pressed Ethnic Mix,S01010461,Knightswood Park East - 02,4d,Hard-pressed flat dwellers,S02001969,Knightswood Park East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215565 +215565,S00112896,8d2,Hard-Pressed Ethnic Mix,S01010445,Yoker North - 03,4d,Hard-pressed flat dwellers,S02001965,Yoker North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215566 +215566,S00113378,8d2,Hard-Pressed Ethnic Mix,S01010229,"Roystonhill, Blochairn, and Provanmill - 02",4d,Hard-pressed flat dwellers,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215567 +215567,S00113590,8d2,Hard-Pressed Ethnic Mix,S01010337,Milton East - 03,4a,Challenged white communities,S02001944,Milton East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215568 +215568,S00114058,8d2,Hard-Pressed Ethnic Mix,S01010164,"Cranhill, Lightburn and Queenslie South - 09",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215569 +215569,S00114137,8d2,Hard-Pressed Ethnic Mix,S01010173,Riddrie and Hogganfield - 02,4a,Challenged white communities,S02001916,Riddrie and Hogganfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215570 +215570,S00114373,8d2,Hard-Pressed Ethnic Mix,S01010038,Calton and Gallowgate - 02,4d,Hard-pressed flat dwellers,S02001891,Calton and Gallowgate,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215571 +215571,S00115434,8d2,Hard-Pressed Ethnic Mix,S01009857,Mosspark - 06,4a,Challenged white communities,S02001858,Mosspark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215572 +215572,S00115445,8d2,Hard-Pressed Ethnic Mix,S01009858,Mosspark - 07,4d,Hard-pressed flat dwellers,S02001858,Mosspark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215573 +215573,S00115756,8d2,Hard-Pressed Ethnic Mix,S01009782,Nitshill - 08,4c,Hampered neighbourhoods,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215574 +215574,S00115883,8d2,Hard-Pressed Ethnic Mix,S01010086,Baillieston West - 04,4a,Challenged white communities,S02001900,Baillieston West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215575 +215575,S00116224,8d2,Hard-Pressed Ethnic Mix,S01009973,Glenwood South - 01,4a,Challenged white communities,S02001881,Glenwood South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215576 +215576,S00117044,8d2,Hard-Pressed Ethnic Mix,S01010195,Balornock - 02,4a,Challenged white communities,S02001919,Balornock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215577 +215577,S00117190,8d2,Hard-Pressed Ethnic Mix,S01010173,Riddrie and Hogganfield - 02,4a,Challenged white communities,S02001916,Riddrie and Hogganfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215578 +215578,S00117220,8d2,Hard-Pressed Ethnic Mix,S01010119,North Barlanark and Easterhouse South - 02,4d,Hard-pressed flat dwellers,S02001907,North Barlanark and Easterhouse South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215579 +215579,S00117565,8d2,Hard-Pressed Ethnic Mix,S01010494,Drumchapel North - 04,4d,Hard-pressed flat dwellers,S02001975,Drumchapel North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215580 +215580,S00115198,8d3,Hard-Pressed European Settlers,S01009982,Glenwood North - 03,4d,Hard-pressed flat dwellers,S02001882,Glenwood North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215581 +215581,S00115218,8d3,Hard-Pressed European Settlers,S01009761,Darnley East - 04,5c,Comfortable neighbourhoods,S02001842,Darnley East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215582 +215582,S00115967,8d3,Hard-Pressed European Settlers,S01010501,Drumry West - 02,4d,Hard-pressed flat dwellers,S02001977,Drumry West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215583 +215583,S00117394,8d3,Hard-Pressed European Settlers,S01009978,Glenwood South - 06,4d,Hard-pressed flat dwellers,S02001881,Glenwood South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215584 +215584,S00117419,8d3,Hard-Pressed European Settlers,S01009941,Carnwadric West - 03,3b,Asian traits,S02001874,Carnwadric West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215585 +215585,S00112154,8b2,Hard-Pressed Rented Terraces,S01010115,"Garthamlock, Auchinlea and Gartloch - 03",4a,Challenged white communities,S02001906,"Garthamlock, Auchinlea and Gartloch",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215586 +215586,S00112705,8b2,Hard-Pressed Rented Terraces,S01010409,Kelvinside and Jordanhill - 02,8c,Comfortable suburbia,S02001958,Kelvinside and Jordanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215587 +215587,S00112792,8b2,Hard-Pressed Rented Terraces,S01010480,Blairdardie East - 03,4a,Challenged white communities,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215588 +215588,S00112803,8b2,Hard-Pressed Rented Terraces,S01010482,Blairdardie East - 05,4a,Challenged white communities,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215589 +215589,S00112806,8b2,Hard-Pressed Rented Terraces,S01010482,Blairdardie East - 05,4a,Challenged white communities,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215590 +215590,S00112827,8b2,Hard-Pressed Rented Terraces,S01010450,Knightswood East - 01,4d,Hard-pressed flat dwellers,S02001967,Knightswood East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215591 +215591,S00112836,8b2,Hard-Pressed Rented Terraces,S01010457,Knightswood Park West - 03,4d,Hard-pressed flat dwellers,S02001968,Knightswood Park West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215592 +215592,S00112840,8b2,Hard-Pressed Rented Terraces,S01010480,Blairdardie East - 03,4a,Challenged white communities,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215593 +215593,S00112843,8b2,Hard-Pressed Rented Terraces,S01010477,Anniesland West - 08,4d,Hard-pressed flat dwellers,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215594 +215594,S00112861,8b2,Hard-Pressed Rented Terraces,S01010451,Knightswood East - 02,4d,Hard-pressed flat dwellers,S02001967,Knightswood East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215595 +215595,S00112862,8b2,Hard-Pressed Rented Terraces,S01010451,Knightswood East - 02,4d,Hard-pressed flat dwellers,S02001967,Knightswood East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215596 +215596,S00112883,8b2,Hard-Pressed Rented Terraces,S01010446,Yoker North - 04,5d,Endeavouring social renters,S02001965,Yoker North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215597 +215597,S00112884,8b2,Hard-Pressed Rented Terraces,S01010443,Yoker North - 01,4a,Challenged white communities,S02001965,Yoker North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215598 +215598,S00112885,8b2,Hard-Pressed Rented Terraces,S01010443,Yoker North - 01,4a,Challenged white communities,S02001965,Yoker North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215599 +215599,S00112886,8b2,Hard-Pressed Rented Terraces,S01010443,Yoker North - 01,4a,Challenged white communities,S02001965,Yoker North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215600 +215600,S00113740,2c2,Migrant Commuters,S01010243,Carntyne West and Haghill - 02,6a,Inner city cosmopolitan,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215601 +215601,S00113741,2c2,Migrant Commuters,S01010241,Alexandra Parade - 03,1a,Cosmopolitan student neighbourhoods,S02001928,Alexandra Parade,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215602 +215602,S00113742,2c2,Migrant Commuters,S01010241,Alexandra Parade - 03,1a,Cosmopolitan student neighbourhoods,S02001928,Alexandra Parade,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215603 +215603,S00113748,2c2,Migrant Commuters,S01010240,Alexandra Parade - 02,1a,Cosmopolitan student neighbourhoods,S02001928,Alexandra Parade,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215604 +215604,S00113749,2c2,Migrant Commuters,S01010234,Dennistoun North - 01,1a,Cosmopolitan student neighbourhoods,S02001927,Dennistoun North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215605 +215605,S00114976,2c2,Migrant Commuters,S01009962,Muirend and Old Cathcart - 04,4d,Hard-pressed flat dwellers,S02001878,Muirend and Old Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215606 +215606,S00116883,2c2,Migrant Commuters,S01010432,Scotstoun South and West - 01,1a,Cosmopolitan student neighbourhoods,S02001963,Scotstoun South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215607 +215607,S00112409,2c2,Migrant Commuters,S01010383,Hillhead - 03,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215608 +215608,S00117560,2c2,Migrant Commuters,S01010266,City Centre West - 01,1a,Cosmopolitan student neighbourhoods,S02001933,City Centre West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215609 +215609,S00113765,2c2,Migrant Commuters,S01010234,Dennistoun North - 01,1a,Cosmopolitan student neighbourhoods,S02001927,Dennistoun North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215610 +215610,S00113775,2c2,Migrant Commuters,S01010050,Parkhead West and Barrowfield - 02,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215611 +215611,S00113808,2c2,Migrant Commuters,S01010057,Parkhead East and Braidfauld North - 02,4d,Hard-pressed flat dwellers,S02001895,Parkhead East and Braidfauld North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215612 +215612,S00113900,2c2,Migrant Commuters,S01010145,Tollcross - 04,4d,Hard-pressed flat dwellers,S02001911,Tollcross,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215613 +215613,S00113908,2c2,Migrant Commuters,S01010146,Tollcross - 05,4d,Hard-pressed flat dwellers,S02001911,Tollcross,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215614 +215614,S00113913,2c2,Migrant Commuters,S01010145,Tollcross - 04,4d,Hard-pressed flat dwellers,S02001911,Tollcross,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215615 +215615,S00113921,2c2,Migrant Commuters,S01010144,Tollcross - 03,4d,Hard-pressed flat dwellers,S02001911,Tollcross,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215616 +215616,S00113944,2c2,Migrant Commuters,S01010058,Parkhead East and Braidfauld North - 03,4d,Hard-pressed flat dwellers,S02001895,Parkhead East and Braidfauld North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215617 +215617,S00113948,2c2,Migrant Commuters,S01010059,Parkhead East and Braidfauld North - 04,1a,Cosmopolitan student neighbourhoods,S02001895,Parkhead East and Braidfauld North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215618 +215618,S00113963,2c2,Migrant Commuters,S01010061,Braidfauld - 01,4d,Hard-pressed flat dwellers,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215619 +215619,S00114044,2c2,Migrant Commuters,S01010140,Shettleston North - 04,4d,Hard-pressed flat dwellers,S02001910,Shettleston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215620 +215620,S00114211,2c2,Migrant Commuters,S01010124,Barlanark - 02,4d,Hard-pressed flat dwellers,S02001908,Barlanark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215621 +215621,S00114339,2c2,Migrant Commuters,S01010040,Calton and Gallowgate - 04,1a,Cosmopolitan student neighbourhoods,S02001891,Calton and Gallowgate,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215622 +215622,S00114345,2c2,Migrant Commuters,S01010044,Bridgeton - 03,1a,Cosmopolitan student neighbourhoods,S02001892,Bridgeton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215623 +215623,S00114351,2c2,Migrant Commuters,S01010043,Bridgeton - 02,1a,Cosmopolitan student neighbourhoods,S02001892,Bridgeton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215624 +215624,S00116254,2c2,Migrant Commuters,S01009862,Ibrox East and Cessnock - 01,1a,Cosmopolitan student neighbourhoods,S02001860,Ibrox East and Cessnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215625 +215625,S00114547,2c2,Migrant Commuters,S01009936,Pollokshaws - 04,4d,Hard-pressed flat dwellers,S02001873,Pollokshaws,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215626 +215626,S00114352,2c2,Migrant Commuters,S01010043,Bridgeton - 02,1a,Cosmopolitan student neighbourhoods,S02001892,Bridgeton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215627 +215627,S00114354,2c2,Migrant Commuters,S01010040,Calton and Gallowgate - 04,1a,Cosmopolitan student neighbourhoods,S02001891,Calton and Gallowgate,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215628 +215628,S00114356,2c2,Migrant Commuters,S01010040,Calton and Gallowgate - 04,1a,Cosmopolitan student neighbourhoods,S02001891,Calton and Gallowgate,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215629 +215629,S00114357,2c2,Migrant Commuters,S01010040,Calton and Gallowgate - 04,1a,Cosmopolitan student neighbourhoods,S02001891,Calton and Gallowgate,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215630 +215630,S00114358,2c2,Migrant Commuters,S01010040,Calton and Gallowgate - 04,1a,Cosmopolitan student neighbourhoods,S02001891,Calton and Gallowgate,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215631 +215631,S00114367,2c2,Migrant Commuters,S01010254,Gallowgate North and Bellgrove - 01,1a,Cosmopolitan student neighbourhoods,S02001931,Gallowgate North and Bellgrove,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215632 +215632,S00114372,2c2,Migrant Commuters,S01010038,Calton and Gallowgate - 02,4d,Hard-pressed flat dwellers,S02001891,Calton and Gallowgate,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215633 +215633,S00114384,2c2,Migrant Commuters,S01010053,Parkhead West and Barrowfield - 05,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215634 +215634,S00114394,2c2,Migrant Commuters,S01010048,Dalmarnock - 03,4d,Hard-pressed flat dwellers,S02001893,Dalmarnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215635 +215635,S00114397,2c2,Migrant Commuters,S01009881,Pollokshields East - 01,1a,Cosmopolitan student neighbourhoods,S02001864,Pollokshields East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215636 +215636,S00114399,2c2,Migrant Commuters,S01009882,Pollokshields East - 02,1a,Cosmopolitan student neighbourhoods,S02001864,Pollokshields East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215637 +215637,S00114402,2c2,Migrant Commuters,S01009875,Pollokshields West - 01,7b,Young ethnic communities,S02001863,Pollokshields West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215638 +215638,S00114431,2c2,Migrant Commuters,S01009908,Strathbungo - 04,1a,Cosmopolitan student neighbourhoods,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215639 +215639,S00114433,2c2,Migrant Commuters,S01009884,Pollokshields East - 04,1a,Cosmopolitan student neighbourhoods,S02001864,Pollokshields East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215640 +215640,S00114437,2c2,Migrant Commuters,S01009908,Strathbungo - 04,1a,Cosmopolitan student neighbourhoods,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215641 +215641,S00114442,2c2,Migrant Commuters,S01009884,Pollokshields East - 04,1a,Cosmopolitan student neighbourhoods,S02001864,Pollokshields East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215642 +215642,S00114445,2c2,Migrant Commuters,S01009878,Pollokshields West - 04,7b,Young ethnic communities,S02001863,Pollokshields West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215643 +215643,S00114457,2c2,Migrant Commuters,S01009884,Pollokshields East - 04,1a,Cosmopolitan student neighbourhoods,S02001864,Pollokshields East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215644 +215644,S00114458,2c2,Migrant Commuters,S01009884,Pollokshields East - 04,1a,Cosmopolitan student neighbourhoods,S02001864,Pollokshields East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215645 +215645,S00114488,2c2,Migrant Commuters,S01009923,Shawlands East - 01,1a,Cosmopolitan student neighbourhoods,S02001871,Shawlands East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215646 +215646,S00114489,2c2,Migrant Commuters,S01009923,Shawlands East - 01,1a,Cosmopolitan student neighbourhoods,S02001871,Shawlands East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215647 +215647,S00114490,2c2,Migrant Commuters,S01009923,Shawlands East - 01,1a,Cosmopolitan student neighbourhoods,S02001871,Shawlands East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215648 +215648,S00114491,2c2,Migrant Commuters,S01009923,Shawlands East - 01,1a,Cosmopolitan student neighbourhoods,S02001871,Shawlands East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215649 +215649,S00114504,2c2,Migrant Commuters,S01009926,Shawlands East - 04,1a,Cosmopolitan student neighbourhoods,S02001871,Shawlands East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215650 +215650,S00114512,2c2,Migrant Commuters,S01009924,Shawlands East - 02,1a,Cosmopolitan student neighbourhoods,S02001871,Shawlands East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215651 +215651,S00114514,2c2,Migrant Commuters,S01009924,Shawlands East - 02,1a,Cosmopolitan student neighbourhoods,S02001871,Shawlands East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215652 +215652,S00114515,2c2,Migrant Commuters,S01009924,Shawlands East - 02,1a,Cosmopolitan student neighbourhoods,S02001871,Shawlands East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215653 +215653,S00114525,2c2,Migrant Commuters,S01009919,Shawlands West - 01,1a,Cosmopolitan student neighbourhoods,S02001870,Shawlands West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215654 +215654,S00114529,2c2,Migrant Commuters,S01009919,Shawlands West - 01,1a,Cosmopolitan student neighbourhoods,S02001870,Shawlands West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215655 +215655,S00114531,2c2,Migrant Commuters,S01009919,Shawlands West - 01,1a,Cosmopolitan student neighbourhoods,S02001870,Shawlands West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215656 +215656,S00113155,2c2,Migrant Commuters,S01010369,North Kelvin - 01,1a,Cosmopolitan student neighbourhoods,S02001951,North Kelvin,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215657 +215657,S00112418,2c2,Migrant Commuters,S01010389,Glasgow Harbour and Partick South - 02,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215658 +215658,S00114604,2c2,Migrant Commuters,S01009871,Kingston West and Dumbreck - 01,7a,Urban cultural mix,S02001862,Kingston West and Dumbreck,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215659 +215659,S00113156,2c2,Migrant Commuters,S01010369,North Kelvin - 01,1a,Cosmopolitan student neighbourhoods,S02001951,North Kelvin,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215660 +215660,S00116346,2c2,Migrant Commuters,S01010263,City Centre East - 05,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215661 +215661,S00114987,2c2,Migrant Commuters,S01010009,Cathcart - 05,1a,Cosmopolitan student neighbourhoods,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215662 +215662,S00117587,2c2,Migrant Commuters,S01009887,Govanhill West - 01,6a,Inner city cosmopolitan,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215663 +215663,S00117589,2c2,Migrant Commuters,S01010033,Laurieston and Tradeston - 03,1a,Cosmopolitan student neighbourhoods,S02001890,Laurieston and Tradeston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215664 +215664,S00117595,2c2,Migrant Commuters,S01010027,Gorbals and Hutchesontown - 05,1a,Cosmopolitan student neighbourhoods,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215665 +215665,S00116888,2c2,Migrant Commuters,S01010439,Yoker South - 03,1a,Cosmopolitan student neighbourhoods,S02001964,Yoker South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215666 +215666,S00117596,2c2,Migrant Commuters,S01010027,Gorbals and Hutchesontown - 05,1a,Cosmopolitan student neighbourhoods,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215667 +215667,S00117597,2c2,Migrant Commuters,S01010027,Gorbals and Hutchesontown - 05,1a,Cosmopolitan student neighbourhoods,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215668 +215668,S00117598,2c2,Migrant Commuters,S01010027,Gorbals and Hutchesontown - 05,1a,Cosmopolitan student neighbourhoods,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215669 +215669,S00117600,2c2,Migrant Commuters,S01010030,Gorbals and Hutchesontown - 08,1a,Cosmopolitan student neighbourhoods,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215670 +215670,S00117629,2c2,Migrant Commuters,S01010282,Finnieston and Kelvinhaugh - 01,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215671 +215671,S00112480,2c1,Migrant Families,S01010418,Broomhill - 04,1a,Cosmopolitan student neighbourhoods,S02001959,Broomhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215672 +215672,S00112734,2c1,Migrant Families,S01010473,Anniesland West - 04,3d,Households in terraces and flats,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215673 +215673,S00112940,2c1,Migrant Families,S01010429,Scotstoun North and East - 03,3d,Households in terraces and flats,S02001962,Scotstoun North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215674 +215674,S00113019,2c1,Migrant Families,S01010441,Yoker South - 05,4d,Hard-pressed flat dwellers,S02001964,Yoker South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215675 +215675,S00113253,2c1,Migrant Families,S01010360,Wyndford - 03,4d,Hard-pressed flat dwellers,S02001949,Wyndford,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215676 +215676,S00113296,2c1,Migrant Families,S01010347,Summerston North - 02,1a,Cosmopolitan student neighbourhoods,S02001946,Summerston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215677 +215677,S00113328,2c1,Migrant Families,S01010351,Maryhill East - 02,4d,Hard-pressed flat dwellers,S02001947,Maryhill East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215678 +215678,S00113329,2c1,Migrant Families,S01010351,Maryhill East - 02,4d,Hard-pressed flat dwellers,S02001947,Maryhill East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215679 +215679,S00113755,2c1,Migrant Families,S01010234,Dennistoun North - 01,1a,Cosmopolitan student neighbourhoods,S02001927,Dennistoun North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215680 +215680,S00113769,2c1,Migrant Families,S01010068,Braidfauld - 08,7a,Urban cultural mix,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215681 +215681,S00114349,2c1,Migrant Families,S01010044,Bridgeton - 03,1a,Cosmopolitan student neighbourhoods,S02001892,Bridgeton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215682 +215682,S00114359,2c1,Migrant Families,S01010040,Calton and Gallowgate - 04,1a,Cosmopolitan student neighbourhoods,S02001891,Calton and Gallowgate,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215683 +215683,S00114456,2c1,Migrant Families,S01009885,Pollokshields East - 05,7b,Young ethnic communities,S02001864,Pollokshields East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215684 +215684,S00116370,2c2,Migrant Commuters,S01010472,Anniesland West - 03,1a,Cosmopolitan student neighbourhoods,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215685 +215685,S00113174,2c2,Migrant Commuters,S01010369,North Kelvin - 01,1a,Cosmopolitan student neighbourhoods,S02001951,North Kelvin,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215686 +215686,S00112420,2c2,Migrant Commuters,S01010389,Glasgow Harbour and Partick South - 02,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215687 +215687,S00114989,2c2,Migrant Commuters,S01010009,Cathcart - 05,1a,Cosmopolitan student neighbourhoods,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215688 +215688,S00114625,2c2,Migrant Commuters,S01009885,Pollokshields East - 05,7b,Young ethnic communities,S02001864,Pollokshields East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215689 +215689,S00114597,2c1,Migrant Families,S01009873,Kingston West and Dumbreck - 03,3d,Households in terraces and flats,S02001862,Kingston West and Dumbreck,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215690 +215690,S00114685,2c1,Migrant Families,S01009903,Battlefield - 05,3c,Highly qualified professionals,S02001867,Battlefield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215691 +215691,S00114688,2c1,Migrant Families,S01009903,Battlefield - 05,3c,Highly qualified professionals,S02001867,Battlefield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215692 +215692,S00114881,2c1,Migrant Families,S01009934,Pollokshaws - 02,3d,Households in terraces and flats,S02001873,Pollokshaws,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215693 +215693,S00116195,2c1,Migrant Families,S01010030,Gorbals and Hutchesontown - 08,1a,Cosmopolitan student neighbourhoods,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215694 +215694,S00116205,2c1,Migrant Families,S01009929,Langside - 03,3c,Highly qualified professionals,S02001872,Langside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215695 +215695,S00116216,2c1,Migrant Families,S01009962,Muirend and Old Cathcart - 04,4d,Hard-pressed flat dwellers,S02001878,Muirend and Old Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215696 +215696,S00116434,2c1,Migrant Families,S01010356,Maryhill West - 03,4d,Hard-pressed flat dwellers,S02001948,Maryhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215697 +215697,S00116435,2c1,Migrant Families,S01010356,Maryhill West - 03,4d,Hard-pressed flat dwellers,S02001948,Maryhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215698 +215698,S00116777,2c1,Migrant Families,S01010367,Kelvindale - 05,1a,Cosmopolitan student neighbourhoods,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215699 +215699,S00116878,2c1,Migrant Families,S01010426,Whiteinch - 04,4d,Hard-pressed flat dwellers,S02001961,Whiteinch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215700 +215700,S00116889,2c1,Migrant Families,S01010439,Yoker South - 03,1a,Cosmopolitan student neighbourhoods,S02001964,Yoker South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215701 +215701,S00117097,2c1,Migrant Families,S01010236,Dennistoun North - 03,1a,Cosmopolitan student neighbourhoods,S02001927,Dennistoun North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215702 +215702,S00117098,2c1,Migrant Families,S01010252,Dennistoun - 05,1a,Cosmopolitan student neighbourhoods,S02001930,Dennistoun,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215703 +215703,S00117223,2c1,Migrant Families,S01010109,Easterhouse East - 05,4d,Hard-pressed flat dwellers,S02001904,Easterhouse East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215704 +215704,S00117233,2c1,Migrant Families,S01010042,Bridgeton - 01,1a,Cosmopolitan student neighbourhoods,S02001892,Bridgeton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215705 +215705,S00112160,2b2,Multicultural Student Neighbourhoods,S01010265,City Centre East - 07,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215706 +215706,S00112166,2b2,Multicultural Student Neighbourhoods,S01010263,City Centre East - 05,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215707 +215707,S00112169,2b2,Multicultural Student Neighbourhoods,S01010264,City Centre East - 06,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215708 +215708,S00112178,2b2,Multicultural Student Neighbourhoods,S01010265,City Centre East - 07,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215709 +215709,S00112270,2b2,Multicultural Student Neighbourhoods,S01010272,City Centre South - 01,1a,Cosmopolitan student neighbourhoods,S02001934,City Centre South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215710 +215710,S00112416,2b2,Multicultural Student Neighbourhoods,S01010389,Glasgow Harbour and Partick South - 02,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215711 +215711,S00112425,2b2,Multicultural Student Neighbourhoods,S01010392,Glasgow Harbour and Partick South - 05,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215712 +215712,S00112427,2b2,Multicultural Student Neighbourhoods,S01010389,Glasgow Harbour and Partick South - 02,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215713 +215713,S00112544,2b2,Multicultural Student Neighbourhoods,S01010377,Kelvingrove and University - 04,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215714 +215714,S00113193,2b2,Multicultural Student Neighbourhoods,S01010314,Keppochhill - 06,1a,Cosmopolitan student neighbourhoods,S02001940,Keppochhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215715 +215715,S00114396,2b2,Multicultural Student Neighbourhoods,S01009882,Pollokshields East - 02,1a,Cosmopolitan student neighbourhoods,S02001864,Pollokshields East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215716 +215716,S00114404,2b2,Multicultural Student Neighbourhoods,S01009875,Pollokshields West - 01,7b,Young ethnic communities,S02001863,Pollokshields West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215717 +215717,S00114993,2c2,Migrant Commuters,S01010009,Cathcart - 05,1a,Cosmopolitan student neighbourhoods,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215718 +215718,S00115000,2c2,Migrant Commuters,S01010006,Cathcart - 02,1a,Cosmopolitan student neighbourhoods,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215719 +215719,S00115005,2c2,Migrant Commuters,S01010005,Cathcart - 01,1a,Cosmopolitan student neighbourhoods,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215720 +215720,S00115265,2c2,Migrant Commuters,S01009872,Kingston West and Dumbreck - 02,1a,Cosmopolitan student neighbourhoods,S02001862,Kingston West and Dumbreck,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215721 +215721,S00116928,2c2,Migrant Commuters,S01010298,Woodside - 02,1a,Cosmopolitan student neighbourhoods,S02001938,Woodside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215722 +215722,S00113176,2c2,Migrant Commuters,S01010298,Woodside - 02,1a,Cosmopolitan student neighbourhoods,S02001938,Woodside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215723 +215723,S00112438,2c2,Migrant Commuters,S01010386,Hillhead - 06,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215724 +215724,S00116392,2c2,Migrant Commuters,S01010285,Finnieston and Kelvinhaugh - 04,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215725 +215725,S00115268,2c2,Migrant Commuters,S01009872,Kingston West and Dumbreck - 02,1a,Cosmopolitan student neighbourhoods,S02001862,Kingston West and Dumbreck,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215726 +215726,S00115270,2c2,Migrant Commuters,S01009872,Kingston West and Dumbreck - 02,1a,Cosmopolitan student neighbourhoods,S02001862,Kingston West and Dumbreck,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215727 +215727,S00115271,2c2,Migrant Commuters,S01009872,Kingston West and Dumbreck - 02,1a,Cosmopolitan student neighbourhoods,S02001862,Kingston West and Dumbreck,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215728 +215728,S00115272,2c2,Migrant Commuters,S01009872,Kingston West and Dumbreck - 02,1a,Cosmopolitan student neighbourhoods,S02001862,Kingston West and Dumbreck,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215729 +215729,S00115274,2c2,Migrant Commuters,S01009872,Kingston West and Dumbreck - 02,1a,Cosmopolitan student neighbourhoods,S02001862,Kingston West and Dumbreck,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215730 +215730,S00115275,2c2,Migrant Commuters,S01009869,Kinning Park and Festival Park - 04,1a,Cosmopolitan student neighbourhoods,S02001861,Kinning Park and Festival Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215731 +215731,S00115277,2c2,Migrant Commuters,S01009869,Kinning Park and Festival Park - 04,1a,Cosmopolitan student neighbourhoods,S02001861,Kinning Park and Festival Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215732 +215732,S00115278,2c2,Migrant Commuters,S01009870,Kinning Park and Festival Park - 05,1a,Cosmopolitan student neighbourhoods,S02001861,Kinning Park and Festival Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215733 +215733,S00115279,2c2,Migrant Commuters,S01009868,Kinning Park and Festival Park - 03,1a,Cosmopolitan student neighbourhoods,S02001861,Kinning Park and Festival Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215734 +215734,S00115287,2c2,Migrant Commuters,S01009862,Ibrox East and Cessnock - 01,1a,Cosmopolitan student neighbourhoods,S02001860,Ibrox East and Cessnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215735 +215735,S00115288,2c2,Migrant Commuters,S01009862,Ibrox East and Cessnock - 01,1a,Cosmopolitan student neighbourhoods,S02001860,Ibrox East and Cessnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215736 +215736,S00115289,2c2,Migrant Commuters,S01009862,Ibrox East and Cessnock - 01,1a,Cosmopolitan student neighbourhoods,S02001860,Ibrox East and Cessnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215737 +215737,S00115292,2c2,Migrant Commuters,S01009863,Ibrox East and Cessnock - 02,1a,Cosmopolitan student neighbourhoods,S02001860,Ibrox East and Cessnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215738 +215738,S00115294,2c2,Migrant Commuters,S01009870,Kinning Park and Festival Park - 05,1a,Cosmopolitan student neighbourhoods,S02001861,Kinning Park and Festival Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215739 +215739,S00115295,2c2,Migrant Commuters,S01009870,Kinning Park and Festival Park - 05,1a,Cosmopolitan student neighbourhoods,S02001861,Kinning Park and Festival Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215740 +215740,S00114627,2c2,Migrant Commuters,S01009891,Govanhill West - 05,1a,Cosmopolitan student neighbourhoods,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215741 +215741,S00115298,2c2,Migrant Commuters,S01009863,Ibrox East and Cessnock - 02,1a,Cosmopolitan student neighbourhoods,S02001860,Ibrox East and Cessnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215742 +215742,S00115301,2c2,Migrant Commuters,S01009864,Ibrox East and Cessnock - 03,1a,Cosmopolitan student neighbourhoods,S02001860,Ibrox East and Cessnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215743 +215743,S00115304,2c2,Migrant Commuters,S01009865,Ibrox East and Cessnock - 04,1a,Cosmopolitan student neighbourhoods,S02001860,Ibrox East and Cessnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215744 +215744,S00115305,2c2,Migrant Commuters,S01009864,Ibrox East and Cessnock - 03,1a,Cosmopolitan student neighbourhoods,S02001860,Ibrox East and Cessnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215745 +215745,S00115306,2c2,Migrant Commuters,S01009863,Ibrox East and Cessnock - 02,1a,Cosmopolitan student neighbourhoods,S02001860,Ibrox East and Cessnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215746 +215746,S00115310,2c2,Migrant Commuters,S01009865,Ibrox East and Cessnock - 04,1a,Cosmopolitan student neighbourhoods,S02001860,Ibrox East and Cessnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215747 +215747,S00115315,2c2,Migrant Commuters,S01009861,Ibrox - 03,1a,Cosmopolitan student neighbourhoods,S02001859,Ibrox,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215748 +215748,S00115410,2c2,Migrant Commuters,S01009839,Drumoyne and Shieldhall - 07,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215749 +215749,S00115464,2c2,Migrant Commuters,S01009849,Craigton - 02,4d,Hard-pressed flat dwellers,S02001857,Craigton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215750 +215750,S00115481,2c2,Migrant Commuters,S01009850,Craigton - 03,4d,Hard-pressed flat dwellers,S02001857,Craigton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215751 +215751,S00115513,2c2,Migrant Commuters,S01009829,Hillington - 01,4d,Hard-pressed flat dwellers,S02001854,Hillington,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215752 +215752,S00115748,2c2,Migrant Commuters,S01009777,Nitshill - 03,4d,Hard-pressed flat dwellers,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215753 +215753,S00115924,2c2,Migrant Commuters,S01010289,Woodlands - 01,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215754 +215754,S00115964,2c2,Migrant Commuters,S01010271,City Centre West - 06,1a,Cosmopolitan student neighbourhoods,S02001933,City Centre West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215755 +215755,S00115995,2c2,Migrant Commuters,S01010217,Springburn East and Cowlairs - 04,4d,Hard-pressed flat dwellers,S02001923,Springburn East and Cowlairs,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215756 +215756,S00115998,2c2,Migrant Commuters,S01010225,Sighthill - 01,7a,Urban cultural mix,S02001925,Sighthill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215757 +215757,S00116049,2c2,Migrant Commuters,S01010243,Carntyne West and Haghill - 02,6a,Inner city cosmopolitan,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215758 +215758,S00116050,2c2,Migrant Commuters,S01010243,Carntyne West and Haghill - 02,6a,Inner city cosmopolitan,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215759 +215759,S00116053,2c2,Migrant Commuters,S01010241,Alexandra Parade - 03,1a,Cosmopolitan student neighbourhoods,S02001928,Alexandra Parade,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215760 +215760,S00116139,2c2,Migrant Commuters,S01010046,Dalmarnock - 01,4d,Hard-pressed flat dwellers,S02001893,Dalmarnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215761 +215761,S00116141,2c2,Migrant Commuters,S01010042,Bridgeton - 01,1a,Cosmopolitan student neighbourhoods,S02001892,Bridgeton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215762 +215762,S00116167,2c2,Migrant Commuters,S01009926,Shawlands East - 04,1a,Cosmopolitan student neighbourhoods,S02001871,Shawlands East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215763 +215763,S00116175,2c2,Migrant Commuters,S01010022,Toryglen and Oatlands - 07,4d,Hard-pressed flat dwellers,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215764 +215764,S00116197,2c2,Migrant Commuters,S01010030,Gorbals and Hutchesontown - 08,1a,Cosmopolitan student neighbourhoods,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215765 +215765,S00116198,2c2,Migrant Commuters,S01010030,Gorbals and Hutchesontown - 08,1a,Cosmopolitan student neighbourhoods,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215766 +215766,S00116202,2c2,Migrant Commuters,S01009906,Strathbungo - 02,1a,Cosmopolitan student neighbourhoods,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215767 +215767,S00116203,2c2,Migrant Commuters,S01009907,Strathbungo - 03,1a,Cosmopolitan student neighbourhoods,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215768 +215768,S00116252,2c2,Migrant Commuters,S01009867,Kinning Park and Festival Park - 02,1a,Cosmopolitan student neighbourhoods,S02001861,Kinning Park and Festival Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215769 +215769,S00116929,2c2,Migrant Commuters,S01010298,Woodside - 02,1a,Cosmopolitan student neighbourhoods,S02001938,Woodside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215770 +215770,S00116934,2c2,Migrant Commuters,S01010373,North Kelvin - 05,1a,Cosmopolitan student neighbourhoods,S02001951,North Kelvin,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215771 +215771,S00116945,2c2,Migrant Commuters,S01010299,Woodside - 03,1a,Cosmopolitan student neighbourhoods,S02001938,Woodside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215772 +215772,S00112439,2c2,Migrant Commuters,S01010388,Glasgow Harbour and Partick South - 01,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215773 +215773,S00116947,2c2,Migrant Commuters,S01010299,Woodside - 03,1a,Cosmopolitan student neighbourhoods,S02001938,Woodside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215774 +215774,S00112443,2c2,Migrant Commuters,S01010387,Hillhead - 07,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215775 +215775,S00116950,2c2,Migrant Commuters,S01010322,Ruchill - 08,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215776 +215776,S00116402,2c2,Migrant Commuters,S01010382,Hillhead - 02,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215777 +215777,S00113179,2c2,Migrant Commuters,S01010298,Woodside - 02,1a,Cosmopolitan student neighbourhoods,S02001938,Woodside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215778 +215778,S00112456,2c2,Migrant Commuters,S01010391,Glasgow Harbour and Partick South - 04,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215779 +215779,S00112458,2c2,Migrant Commuters,S01010391,Glasgow Harbour and Partick South - 04,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215780 +215780,S00112459,2c2,Migrant Commuters,S01010390,Glasgow Harbour and Partick South - 03,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215781 +215781,S00112460,2c2,Migrant Commuters,S01010390,Glasgow Harbour and Partick South - 03,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215782 +215782,S00112461,2c2,Migrant Commuters,S01010390,Glasgow Harbour and Partick South - 03,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215783 +215783,S00112464,2c2,Migrant Commuters,S01010390,Glasgow Harbour and Partick South - 03,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215784 +215784,S00112465,2c2,Migrant Commuters,S01010390,Glasgow Harbour and Partick South - 03,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215785 +215785,S00112469,2c2,Migrant Commuters,S01010395,Partick - 03,1a,Cosmopolitan student neighbourhoods,S02001955,Partick,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215786 +215786,S00112470,2c2,Migrant Commuters,S01010390,Glasgow Harbour and Partick South - 03,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215787 +215787,S00112471,2c2,Migrant Commuters,S01010390,Glasgow Harbour and Partick South - 03,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215788 +215788,S00112476,2c2,Migrant Commuters,S01010394,Partick - 02,1a,Cosmopolitan student neighbourhoods,S02001955,Partick,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215789 +215789,S00112477,2c2,Migrant Commuters,S01010395,Partick - 03,1a,Cosmopolitan student neighbourhoods,S02001955,Partick,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215790 +215790,S00112486,2c2,Migrant Commuters,S01010395,Partick - 03,1a,Cosmopolitan student neighbourhoods,S02001955,Partick,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215791 +215791,S00112490,2c2,Migrant Commuters,S01010393,Partick - 01,1a,Cosmopolitan student neighbourhoods,S02001955,Partick,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215792 +215792,S00112570,2c2,Migrant Commuters,S01010374,Kelvingrove and University - 01,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215793 +215793,S00112587,2c2,Migrant Commuters,S01010406,Dowanhill - 04,1a,Cosmopolitan student neighbourhoods,S02001957,Dowanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215794 +215794,S00112595,2c2,Migrant Commuters,S01010404,Dowanhill - 02,1a,Cosmopolitan student neighbourhoods,S02001957,Dowanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215795 +215795,S00112659,2c2,Migrant Commuters,S01010366,Kelvindale - 04,3c,Highly qualified professionals,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215796 +215796,S00112661,2c2,Migrant Commuters,S01010366,Kelvindale - 04,3c,Highly qualified professionals,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215797 +215797,S00112663,2c2,Migrant Commuters,S01010366,Kelvindale - 04,3c,Highly qualified professionals,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215798 +215798,S00112722,2c2,Migrant Commuters,S01010474,Anniesland West - 05,1a,Cosmopolitan student neighbourhoods,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215799 +215799,S00112723,2c2,Migrant Commuters,S01010474,Anniesland West - 05,1a,Cosmopolitan student neighbourhoods,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215800 +215800,S00112728,2c2,Migrant Commuters,S01010466,Anniesland East - 02,3c,Highly qualified professionals,S02001970,Anniesland East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215801 +215801,S00112740,2c2,Migrant Commuters,S01010469,Anniesland East - 05,1a,Cosmopolitan student neighbourhoods,S02001970,Anniesland East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215802 +215802,S00112756,2c2,Migrant Commuters,S01010476,Anniesland West - 07,4d,Hard-pressed flat dwellers,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215803 +215803,S00112787,2c2,Migrant Commuters,S01010478,Blairdardie East - 01,4d,Hard-pressed flat dwellers,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215804 +215804,S00112924,2c2,Migrant Commuters,S01010425,Whiteinch - 03,4d,Hard-pressed flat dwellers,S02001961,Whiteinch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215805 +215805,S00112927,2c2,Migrant Commuters,S01010436,Scotstoun South and West - 05,4d,Hard-pressed flat dwellers,S02001963,Scotstoun South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215806 +215806,S00112980,2c2,Migrant Commuters,S01010391,Glasgow Harbour and Partick South - 04,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215807 +215807,S00112981,2c2,Migrant Commuters,S01010391,Glasgow Harbour and Partick South - 04,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215808 +215808,S00112984,2c2,Migrant Commuters,S01010424,Whiteinch - 02,4d,Hard-pressed flat dwellers,S02001961,Whiteinch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215809 +215809,S00112985,2c2,Migrant Commuters,S01010424,Whiteinch - 02,4d,Hard-pressed flat dwellers,S02001961,Whiteinch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215810 +215810,S00112987,2c2,Migrant Commuters,S01010422,Victoria Park - 03,3d,Households in terraces and flats,S02001960,Victoria Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215811 +215811,S00114628,2c2,Migrant Commuters,S01009891,Govanhill West - 05,1a,Cosmopolitan student neighbourhoods,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215812 +215812,S00112997,2c2,Migrant Commuters,S01010425,Whiteinch - 03,4d,Hard-pressed flat dwellers,S02001961,Whiteinch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215813 +215813,S00113016,2c2,Migrant Commuters,S01010439,Yoker South - 03,1a,Cosmopolitan student neighbourhoods,S02001964,Yoker South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215814 +215814,S00113020,2c2,Migrant Commuters,S01010441,Yoker South - 05,4d,Hard-pressed flat dwellers,S02001964,Yoker South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215815 +215815,S00113128,2c2,Migrant Commuters,S01010298,Woodside - 02,1a,Cosmopolitan student neighbourhoods,S02001938,Woodside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215816 +215816,S00113129,2c2,Migrant Commuters,S01010298,Woodside - 02,1a,Cosmopolitan student neighbourhoods,S02001938,Woodside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215817 +215817,S00113140,2c2,Migrant Commuters,S01010306,Firhill - 06,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215818 +215818,S00113143,2c2,Migrant Commuters,S01010306,Firhill - 06,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215819 +215819,S00113145,2c2,Migrant Commuters,S01010306,Firhill - 06,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215820 +215820,S00113147,2c2,Migrant Commuters,S01010305,Firhill - 05,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215821 +215821,S00113149,2c2,Migrant Commuters,S01010307,Firhill - 07,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215822 +215822,S00113153,2c2,Migrant Commuters,S01010305,Firhill - 05,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215823 +215823,S00114631,2c2,Migrant Commuters,S01009893,Govanhill West - 07,1a,Cosmopolitan student neighbourhoods,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215824 +215824,S00116968,2c2,Migrant Commuters,S01010360,Wyndford - 03,4d,Hard-pressed flat dwellers,S02001949,Wyndford,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215825 +215825,S00113181,2c2,Migrant Commuters,S01010304,Firhill - 04,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215826 +215826,S00114639,2c2,Migrant Commuters,S01009890,Govanhill West - 04,1a,Cosmopolitan student neighbourhoods,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215827 +215827,S00117032,2c2,Migrant Commuters,S01010216,Springburn East and Cowlairs - 03,4d,Hard-pressed flat dwellers,S02001923,Springburn East and Cowlairs,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215828 +215828,S00114642,2c2,Migrant Commuters,S01009892,Govanhill West - 06,6a,Inner city cosmopolitan,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215829 +215829,S00113201,2c2,Migrant Commuters,S01010316,Ruchill - 02,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215830 +215830,S00117047,2c2,Migrant Commuters,S01010208,Petershill - 06,4d,Hard-pressed flat dwellers,S02001921,Petershill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215831 +215831,S00114665,2c2,Migrant Commuters,S01009902,Battlefield - 04,4d,Hard-pressed flat dwellers,S02001867,Battlefield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215832 +215832,S00114669,2c2,Migrant Commuters,S01009897,Govanhill East and Aikenhead - 04,7a,Urban cultural mix,S02001866,Govanhill East and Aikenhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215833 +215833,S00114678,2c2,Migrant Commuters,S01009894,Govanhill East and Aikenhead - 01,1a,Cosmopolitan student neighbourhoods,S02001866,Govanhill East and Aikenhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215834 +215834,S00114681,2c2,Migrant Commuters,S01009897,Govanhill East and Aikenhead - 04,7a,Urban cultural mix,S02001866,Govanhill East and Aikenhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215835 +215835,S00114683,2c2,Migrant Commuters,S01009897,Govanhill East and Aikenhead - 04,7a,Urban cultural mix,S02001866,Govanhill East and Aikenhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215836 +215836,S00114689,2c2,Migrant Commuters,S01009905,Strathbungo - 01,1a,Cosmopolitan student neighbourhoods,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215837 +215837,S00114690,2c2,Migrant Commuters,S01009905,Strathbungo - 01,1a,Cosmopolitan student neighbourhoods,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215838 +215838,S00114693,2c2,Migrant Commuters,S01009889,Govanhill West - 03,6a,Inner city cosmopolitan,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215839 +215839,S00114700,2c2,Migrant Commuters,S01009895,Govanhill East and Aikenhead - 02,7a,Urban cultural mix,S02001866,Govanhill East and Aikenhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215840 +215840,S00114709,2c2,Migrant Commuters,S01009888,Govanhill West - 02,7b,Young ethnic communities,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215841 +215841,S00114710,2c2,Migrant Commuters,S01009889,Govanhill West - 03,6a,Inner city cosmopolitan,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215842 +215842,S00114713,2c2,Migrant Commuters,S01009888,Govanhill West - 02,7b,Young ethnic communities,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215843 +215843,S00114714,2c2,Migrant Commuters,S01009888,Govanhill West - 02,7b,Young ethnic communities,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215844 +215844,S00114717,2c2,Migrant Commuters,S01009893,Govanhill West - 07,1a,Cosmopolitan student neighbourhoods,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215845 +215845,S00114718,2c2,Migrant Commuters,S01009893,Govanhill West - 07,1a,Cosmopolitan student neighbourhoods,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215846 +215846,S00114720,2c2,Migrant Commuters,S01009905,Strathbungo - 01,1a,Cosmopolitan student neighbourhoods,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215847 +215847,S00114722,2c2,Migrant Commuters,S01009906,Strathbungo - 02,1a,Cosmopolitan student neighbourhoods,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215848 +215848,S00114723,2c2,Migrant Commuters,S01009893,Govanhill West - 07,1a,Cosmopolitan student neighbourhoods,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215849 +215849,S00114724,2c2,Migrant Commuters,S01009893,Govanhill West - 07,1a,Cosmopolitan student neighbourhoods,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215850 +215850,S00114725,2c2,Migrant Commuters,S01009907,Strathbungo - 03,1a,Cosmopolitan student neighbourhoods,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215851 +215851,S00114726,2c2,Migrant Commuters,S01009893,Govanhill West - 07,1a,Cosmopolitan student neighbourhoods,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215852 +215852,S00114728,2c2,Migrant Commuters,S01009906,Strathbungo - 02,1a,Cosmopolitan student neighbourhoods,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215853 +215853,S00114729,2c2,Migrant Commuters,S01009906,Strathbungo - 02,1a,Cosmopolitan student neighbourhoods,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215854 +215854,S00114730,2c2,Migrant Commuters,S01009907,Strathbungo - 03,1a,Cosmopolitan student neighbourhoods,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215855 +215855,S00114731,2c2,Migrant Commuters,S01009907,Strathbungo - 03,1a,Cosmopolitan student neighbourhoods,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215856 +215856,S00114733,2c2,Migrant Commuters,S01009909,Strathbungo - 05,1a,Cosmopolitan student neighbourhoods,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215857 +215857,S00114734,2c2,Migrant Commuters,S01009909,Strathbungo - 05,1a,Cosmopolitan student neighbourhoods,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215858 +215858,S00114735,2c2,Migrant Commuters,S01009906,Strathbungo - 02,1a,Cosmopolitan student neighbourhoods,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215859 +215859,S00114739,2c2,Migrant Commuters,S01009905,Strathbungo - 01,1a,Cosmopolitan student neighbourhoods,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215860 +215860,S00114741,2c2,Migrant Commuters,S01009910,Strathbungo - 06,1a,Cosmopolitan student neighbourhoods,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215861 +215861,S00114744,2c2,Migrant Commuters,S01009910,Strathbungo - 06,1a,Cosmopolitan student neighbourhoods,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215862 +215862,S00114745,2c2,Migrant Commuters,S01009909,Strathbungo - 05,1a,Cosmopolitan student neighbourhoods,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215863 +215863,S00114746,2c2,Migrant Commuters,S01009909,Strathbungo - 05,1a,Cosmopolitan student neighbourhoods,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215864 +215864,S00114759,2c2,Migrant Commuters,S01009930,Langside - 04,1a,Cosmopolitan student neighbourhoods,S02001872,Langside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215865 +215865,S00116403,2c2,Migrant Commuters,S01010390,Glasgow Harbour and Partick South - 03,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215866 +215866,S00114771,2c2,Migrant Commuters,S01010006,Cathcart - 02,1a,Cosmopolitan student neighbourhoods,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215867 +215867,S00114775,2c2,Migrant Commuters,S01009901,Battlefield - 03,1a,Cosmopolitan student neighbourhoods,S02001867,Battlefield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215868 +215868,S00114777,2c2,Migrant Commuters,S01009904,Battlefield - 06,1a,Cosmopolitan student neighbourhoods,S02001867,Battlefield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215869 +215869,S00114784,2c2,Migrant Commuters,S01010015,Mount Florida - 05,1a,Cosmopolitan student neighbourhoods,S02001887,Mount Florida,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215870 +215870,S00114791,2c2,Migrant Commuters,S01010015,Mount Florida - 05,1a,Cosmopolitan student neighbourhoods,S02001887,Mount Florida,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215871 +215871,S00114797,2c2,Migrant Commuters,S01010014,Mount Florida - 04,1a,Cosmopolitan student neighbourhoods,S02001887,Mount Florida,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215872 +215872,S00114801,2c2,Migrant Commuters,S01010014,Mount Florida - 04,1a,Cosmopolitan student neighbourhoods,S02001887,Mount Florida,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215873 +215873,S00114809,2c2,Migrant Commuters,S01010006,Cathcart - 02,1a,Cosmopolitan student neighbourhoods,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215874 +215874,S00117088,2c2,Migrant Commuters,S01010254,Gallowgate North and Bellgrove - 01,1a,Cosmopolitan student neighbourhoods,S02001931,Gallowgate North and Bellgrove,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215875 +215875,S00116404,2c2,Migrant Commuters,S01010390,Glasgow Harbour and Partick South - 03,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215876 +215876,S00116442,2c2,Migrant Commuters,S01010232,"Roystonhill, Blochairn, and Provanmill - 05",7a,Urban cultural mix,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215877 +215877,S00116520,2c2,Migrant Commuters,S01009906,Strathbungo - 02,1a,Cosmopolitan student neighbourhoods,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215878 +215878,S00113210,2c2,Migrant Commuters,S01010317,Ruchill - 03,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215879 +215879,S00117092,2c2,Migrant Commuters,S01010254,Gallowgate North and Bellgrove - 01,1a,Cosmopolitan student neighbourhoods,S02001931,Gallowgate North and Bellgrove,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215880 +215880,S00116542,2c2,Migrant Commuters,S01009838,Drumoyne and Shieldhall - 06,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215881 +215881,S00113217,2c2,Migrant Commuters,S01010322,Ruchill - 08,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215882 +215882,S00117099,2c2,Migrant Commuters,S01010252,Dennistoun - 05,1a,Cosmopolitan student neighbourhoods,S02001930,Dennistoun,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215883 +215883,S00116571,2c2,Migrant Commuters,S01010264,City Centre East - 06,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215884 +215884,S00113221,2c2,Migrant Commuters,S01010320,Ruchill - 06,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215885 +215885,S00113226,2c2,Migrant Commuters,S01010321,Ruchill - 07,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215886 +215886,S00113227,2c2,Migrant Commuters,S01010321,Ruchill - 07,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215887 +215887,S00113228,2c2,Migrant Commuters,S01010321,Ruchill - 07,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215888 +215888,S00113254,2c2,Migrant Commuters,S01010318,Ruchill - 04,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215889 +215889,S00113259,2c2,Migrant Commuters,S01010319,Ruchill - 05,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215890 +215890,S00113264,2c2,Migrant Commuters,S01010321,Ruchill - 07,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215891 +215891,S00113276,2c2,Migrant Commuters,S01010315,Ruchill - 01,4d,Hard-pressed flat dwellers,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215892 +215892,S00113332,2c2,Migrant Commuters,S01010354,Maryhill West - 01,4d,Hard-pressed flat dwellers,S02001948,Maryhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215893 +215893,S00113349,2c2,Migrant Commuters,S01010208,Petershill - 06,4d,Hard-pressed flat dwellers,S02001921,Petershill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215894 +215894,S00113354,2c2,Migrant Commuters,S01010218,Springburn East and Cowlairs - 05,4d,Hard-pressed flat dwellers,S02001923,Springburn East and Cowlairs,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215895 +215895,S00113450,2c2,Migrant Commuters,S01010208,Petershill - 06,4d,Hard-pressed flat dwellers,S02001921,Petershill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215896 +215896,S00113490,2c2,Migrant Commuters,S01010313,Keppochhill - 05,4d,Hard-pressed flat dwellers,S02001940,Keppochhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215897 +215897,S00113502,2c2,Migrant Commuters,S01010310,Keppochhill - 02,7a,Urban cultural mix,S02001940,Keppochhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215898 +215898,S00113654,2c2,Migrant Commuters,S01010255,Gallowgate North and Bellgrove - 02,1a,Cosmopolitan student neighbourhoods,S02001931,Gallowgate North and Bellgrove,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215899 +215899,S00113657,2c2,Migrant Commuters,S01010244,Carntyne West and Haghill - 03,1a,Cosmopolitan student neighbourhoods,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215900 +215900,S00113659,2c2,Migrant Commuters,S01010244,Carntyne West and Haghill - 03,1a,Cosmopolitan student neighbourhoods,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215901 +215901,S00113660,2c2,Migrant Commuters,S01010244,Carntyne West and Haghill - 03,1a,Cosmopolitan student neighbourhoods,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215902 +215902,S00113663,2c2,Migrant Commuters,S01010249,Dennistoun - 02,1a,Cosmopolitan student neighbourhoods,S02001930,Dennistoun,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215903 +215903,S00113682,2c2,Migrant Commuters,S01010253,Dennistoun - 06,1a,Cosmopolitan student neighbourhoods,S02001930,Dennistoun,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215904 +215904,S00113689,2c2,Migrant Commuters,S01010236,Dennistoun North - 03,1a,Cosmopolitan student neighbourhoods,S02001927,Dennistoun North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215905 +215905,S00113690,2c2,Migrant Commuters,S01010234,Dennistoun North - 01,1a,Cosmopolitan student neighbourhoods,S02001927,Dennistoun North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215906 +215906,S00113697,2c2,Migrant Commuters,S01010252,Dennistoun - 05,1a,Cosmopolitan student neighbourhoods,S02001930,Dennistoun,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215907 +215907,S00113699,2c2,Migrant Commuters,S01010249,Dennistoun - 02,1a,Cosmopolitan student neighbourhoods,S02001930,Dennistoun,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215908 +215908,S00113703,2c2,Migrant Commuters,S01010250,Dennistoun - 03,1a,Cosmopolitan student neighbourhoods,S02001930,Dennistoun,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215909 +215909,S00113708,2c2,Migrant Commuters,S01010238,Dennistoun North - 05,1a,Cosmopolitan student neighbourhoods,S02001927,Dennistoun North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215910 +215910,S00113713,2c2,Migrant Commuters,S01010237,Dennistoun North - 04,1a,Cosmopolitan student neighbourhoods,S02001927,Dennistoun North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215911 +215911,S00113714,2c2,Migrant Commuters,S01010237,Dennistoun North - 04,1a,Cosmopolitan student neighbourhoods,S02001927,Dennistoun North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215912 +215912,S00113715,2c2,Migrant Commuters,S01010238,Dennistoun North - 05,1a,Cosmopolitan student neighbourhoods,S02001927,Dennistoun North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215913 +215913,S00113717,2c2,Migrant Commuters,S01010238,Dennistoun North - 05,1a,Cosmopolitan student neighbourhoods,S02001927,Dennistoun North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215914 +215914,S00113718,2c2,Migrant Commuters,S01010238,Dennistoun North - 05,1a,Cosmopolitan student neighbourhoods,S02001927,Dennistoun North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215915 +215915,S00113719,2c2,Migrant Commuters,S01010237,Dennistoun North - 04,1a,Cosmopolitan student neighbourhoods,S02001927,Dennistoun North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215916 +215916,S00113720,2c2,Migrant Commuters,S01010238,Dennistoun North - 05,1a,Cosmopolitan student neighbourhoods,S02001927,Dennistoun North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215917 +215917,S00113722,2c2,Migrant Commuters,S01010242,Carntyne West and Haghill - 01,1a,Cosmopolitan student neighbourhoods,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215918 +215918,S00113723,2c2,Migrant Commuters,S01010242,Carntyne West and Haghill - 01,1a,Cosmopolitan student neighbourhoods,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215919 +215919,S00113724,2c2,Migrant Commuters,S01010242,Carntyne West and Haghill - 01,1a,Cosmopolitan student neighbourhoods,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215920 +215920,S00113733,2c2,Migrant Commuters,S01010246,Carntyne West and Haghill - 05,4d,Hard-pressed flat dwellers,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215921 +215921,S00113734,2c2,Migrant Commuters,S01010246,Carntyne West and Haghill - 05,4d,Hard-pressed flat dwellers,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215922 +215922,S00113735,2c2,Migrant Commuters,S01010243,Carntyne West and Haghill - 02,6a,Inner city cosmopolitan,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215923 +215923,S00113737,2c2,Migrant Commuters,S01010243,Carntyne West and Haghill - 02,6a,Inner city cosmopolitan,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215924 +215924,S00113739,2c2,Migrant Commuters,S01010243,Carntyne West and Haghill - 02,6a,Inner city cosmopolitan,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215925 +215925,S00117100,2c2,Migrant Commuters,S01010236,Dennistoun North - 03,1a,Cosmopolitan student neighbourhoods,S02001927,Dennistoun North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215926 +215926,S00116572,2c2,Migrant Commuters,S01010041,Calton and Gallowgate - 05,1a,Cosmopolitan student neighbourhoods,S02001891,Calton and Gallowgate,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215927 +215927,S00117105,2c2,Migrant Commuters,S01010251,Dennistoun - 04,1a,Cosmopolitan student neighbourhoods,S02001930,Dennistoun,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215928 +215928,S00116573,2c2,Migrant Commuters,S01010264,City Centre East - 06,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215929 +215929,S00117107,2c2,Migrant Commuters,S01010249,Dennistoun - 02,1a,Cosmopolitan student neighbourhoods,S02001930,Dennistoun,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215930 +215930,S00116576,2c2,Migrant Commuters,S01010039,Calton and Gallowgate - 03,1a,Cosmopolitan student neighbourhoods,S02001891,Calton and Gallowgate,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215931 +215931,S00117115,2c2,Migrant Commuters,S01010241,Alexandra Parade - 03,1a,Cosmopolitan student neighbourhoods,S02001928,Alexandra Parade,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215932 +215932,S00116579,2c2,Migrant Commuters,S01010041,Calton and Gallowgate - 05,1a,Cosmopolitan student neighbourhoods,S02001891,Calton and Gallowgate,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215933 +215933,S00117144,2c2,Migrant Commuters,S01010140,Shettleston North - 04,4d,Hard-pressed flat dwellers,S02001910,Shettleston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215934 +215934,S00116585,2c2,Migrant Commuters,S01010041,Calton and Gallowgate - 05,1a,Cosmopolitan student neighbourhoods,S02001891,Calton and Gallowgate,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215935 +215935,S00117154,2c2,Migrant Commuters,S01010059,Parkhead East and Braidfauld North - 04,1a,Cosmopolitan student neighbourhoods,S02001895,Parkhead East and Braidfauld North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215936 +215936,S00116604,2c2,Migrant Commuters,S01010302,Firhill - 02,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215937 +215937,S00116645,2c2,Migrant Commuters,S01010302,Firhill - 02,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215938 +215938,S00116647,2c2,Migrant Commuters,S01010220,Cowlairs and Port Dundas - 02,1a,Cosmopolitan student neighbourhoods,S02001924,Cowlairs and Port Dundas,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215939 +215939,S00116652,2c2,Migrant Commuters,S01010262,City Centre East - 04,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215940 +215940,S00116674,2c2,Migrant Commuters,S01010032,Laurieston and Tradeston - 02,1a,Cosmopolitan student neighbourhoods,S02001890,Laurieston and Tradeston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215941 +215941,S00116695,2c2,Migrant Commuters,S01010028,Gorbals and Hutchesontown - 06,1a,Cosmopolitan student neighbourhoods,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215942 +215942,S00116701,2c2,Migrant Commuters,S01010026,Gorbals and Hutchesontown - 04,1a,Cosmopolitan student neighbourhoods,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215943 +215943,S00116703,2c2,Migrant Commuters,S01010026,Gorbals and Hutchesontown - 04,1a,Cosmopolitan student neighbourhoods,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215944 +215944,S00116707,2c2,Migrant Commuters,S01010025,Gorbals and Hutchesontown - 03,1a,Cosmopolitan student neighbourhoods,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215945 +215945,S00116708,2c2,Migrant Commuters,S01010027,Gorbals and Hutchesontown - 05,1a,Cosmopolitan student neighbourhoods,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215946 +215946,S00116709,2c2,Migrant Commuters,S01010027,Gorbals and Hutchesontown - 05,1a,Cosmopolitan student neighbourhoods,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215947 +215947,S00116716,2c2,Migrant Commuters,S01010396,Partick - 04,1a,Cosmopolitan student neighbourhoods,S02001955,Partick,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215948 +215948,S00116717,2c2,Migrant Commuters,S01010396,Partick - 04,1a,Cosmopolitan student neighbourhoods,S02001955,Partick,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215949 +215949,S00116719,2c2,Migrant Commuters,S01010396,Partick - 04,1a,Cosmopolitan student neighbourhoods,S02001955,Partick,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215950 +215950,S00116722,2c2,Migrant Commuters,S01010385,Hillhead - 05,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215951 +215951,S00116723,2c2,Migrant Commuters,S01010396,Partick - 04,1a,Cosmopolitan student neighbourhoods,S02001955,Partick,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215952 +215952,S00116727,2c2,Migrant Commuters,S01010380,Kelvingrove and University - 07,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215953 +215953,S00116728,2c2,Migrant Commuters,S01010388,Glasgow Harbour and Partick South - 01,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215954 +215954,S00116731,2c2,Migrant Commuters,S01010387,Hillhead - 07,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215955 +215955,S00116733,2c2,Migrant Commuters,S01010388,Glasgow Harbour and Partick South - 01,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215956 +215956,S00116736,2c2,Migrant Commuters,S01010386,Hillhead - 06,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215957 +215957,S00116737,2c2,Migrant Commuters,S01010386,Hillhead - 06,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215958 +215958,S00116738,2c2,Migrant Commuters,S01010386,Hillhead - 06,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215959 +215959,S00116739,2c2,Migrant Commuters,S01010386,Hillhead - 06,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215960 +215960,S00116745,2c2,Migrant Commuters,S01010388,Glasgow Harbour and Partick South - 01,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215961 +215961,S00116746,2c2,Migrant Commuters,S01010388,Glasgow Harbour and Partick South - 01,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215962 +215962,S00116747,2c2,Migrant Commuters,S01010393,Partick - 01,1a,Cosmopolitan student neighbourhoods,S02001955,Partick,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215963 +215963,S00116748,2c2,Migrant Commuters,S01010394,Partick - 02,1a,Cosmopolitan student neighbourhoods,S02001955,Partick,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215964 +215964,S00116755,2c2,Migrant Commuters,S01010291,Woodlands - 03,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215965 +215965,S00116757,2c2,Migrant Commuters,S01010308,Firhill - 08,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215966 +215966,S00116762,2c2,Migrant Commuters,S01010401,Partickhill and Hyndland - 05,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215967 +215967,S00116796,2c2,Migrant Commuters,S01010474,Anniesland West - 05,1a,Cosmopolitan student neighbourhoods,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215968 +215968,S00116799,2c2,Migrant Commuters,S01010474,Anniesland West - 05,1a,Cosmopolitan student neighbourhoods,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215969 +215969,S00116805,2c2,Migrant Commuters,S01010414,Kelvinside and Jordanhill - 07,3c,Highly qualified professionals,S02001958,Kelvinside and Jordanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215970 +215970,S00117216,2c2,Migrant Commuters,S01010116,"Garthamlock, Auchinlea and Gartloch - 04",4b,Constrained renters,S02001906,"Garthamlock, Auchinlea and Gartloch",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215971 +215971,S00117229,2c2,Migrant Commuters,S01010043,Bridgeton - 02,1a,Cosmopolitan student neighbourhoods,S02001892,Bridgeton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215972 +215972,S00117230,2c2,Migrant Commuters,S01010043,Bridgeton - 02,1a,Cosmopolitan student neighbourhoods,S02001892,Bridgeton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215973 +215973,S00117232,2c2,Migrant Commuters,S01010043,Bridgeton - 02,1a,Cosmopolitan student neighbourhoods,S02001892,Bridgeton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215974 +215974,S00117234,2c2,Migrant Commuters,S01010042,Bridgeton - 01,1a,Cosmopolitan student neighbourhoods,S02001892,Bridgeton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215975 +215975,S00117237,2c2,Migrant Commuters,S01010055,Parkhead West and Barrowfield - 07,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215976 +215976,S00117256,2c2,Migrant Commuters,S01009871,Kingston West and Dumbreck - 01,7a,Urban cultural mix,S02001862,Kingston West and Dumbreck,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215977 +215977,S00117257,2c2,Migrant Commuters,S01009868,Kinning Park and Festival Park - 03,1a,Cosmopolitan student neighbourhoods,S02001861,Kinning Park and Festival Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215978 +215978,S00117258,2c2,Migrant Commuters,S01009868,Kinning Park and Festival Park - 03,1a,Cosmopolitan student neighbourhoods,S02001861,Kinning Park and Festival Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215979 +215979,S00117260,2c2,Migrant Commuters,S01009882,Pollokshields East - 02,1a,Cosmopolitan student neighbourhoods,S02001864,Pollokshields East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215980 +215980,S00117264,2c2,Migrant Commuters,S01009882,Pollokshields East - 02,1a,Cosmopolitan student neighbourhoods,S02001864,Pollokshields East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215981 +215981,S00117265,2c2,Migrant Commuters,S01009881,Pollokshields East - 01,1a,Cosmopolitan student neighbourhoods,S02001864,Pollokshields East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215982 +215982,S00117267,2c2,Migrant Commuters,S01009878,Pollokshields West - 04,7b,Young ethnic communities,S02001863,Pollokshields West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215983 +215983,S00117268,2c2,Migrant Commuters,S01009878,Pollokshields West - 04,7b,Young ethnic communities,S02001863,Pollokshields West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215984 +215984,S00117270,2c2,Migrant Commuters,S01009886,Pollokshields East - 06,7b,Young ethnic communities,S02001864,Pollokshields East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215985 +215985,S00117272,2c2,Migrant Commuters,S01009883,Pollokshields East - 03,7b,Young ethnic communities,S02001864,Pollokshields East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215986 +215986,S00117277,2c2,Migrant Commuters,S01009924,Shawlands East - 02,1a,Cosmopolitan student neighbourhoods,S02001871,Shawlands East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215987 +215987,S00117280,2c2,Migrant Commuters,S01009919,Shawlands West - 01,1a,Cosmopolitan student neighbourhoods,S02001870,Shawlands West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215988 +215988,S00117289,2c2,Migrant Commuters,S01010033,Laurieston and Tradeston - 03,1a,Cosmopolitan student neighbourhoods,S02001890,Laurieston and Tradeston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215989 +215989,S00117295,2c2,Migrant Commuters,S01009907,Strathbungo - 03,1a,Cosmopolitan student neighbourhoods,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215990 +215990,S00117296,2c2,Migrant Commuters,S01009907,Strathbungo - 03,1a,Cosmopolitan student neighbourhoods,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215991 +215991,S00117299,2c2,Migrant Commuters,S01009930,Langside - 04,1a,Cosmopolitan student neighbourhoods,S02001872,Langside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215992 +215992,S00117311,2c2,Migrant Commuters,S01010014,Mount Florida - 04,1a,Cosmopolitan student neighbourhoods,S02001887,Mount Florida,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215993 +215993,S00117326,2c2,Migrant Commuters,S01009938,Pollokshaws - 06,4d,Hard-pressed flat dwellers,S02001873,Pollokshaws,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215994 +215994,S00117343,2c2,Migrant Commuters,S01009934,Pollokshaws - 02,3d,Households in terraces and flats,S02001873,Pollokshaws,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215995 +215995,S00117356,2c2,Migrant Commuters,S01009962,Muirend and Old Cathcart - 04,4d,Hard-pressed flat dwellers,S02001878,Muirend and Old Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215996 +215996,S00117363,2c2,Migrant Commuters,S01010005,Cathcart - 01,1a,Cosmopolitan student neighbourhoods,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215997 +215997,S00117366,2c2,Migrant Commuters,S01010007,Cathcart - 03,3d,Households in terraces and flats,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215998 +215998,S00117432,2c2,Migrant Commuters,S01009866,Kinning Park and Festival Park - 01,7a,Urban cultural mix,S02001861,Kinning Park and Festival Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,215999 +215999,S00117437,2c2,Migrant Commuters,S01009862,Ibrox East and Cessnock - 01,1a,Cosmopolitan student neighbourhoods,S02001860,Ibrox East and Cessnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216000 +216000,S00115812,6b4,Older Workers and Retirement,S01010097,Garrowhill West - 04,5c,Comfortable neighbourhoods,S02001902,Garrowhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216001 +216001,S00115823,6b4,Older Workers and Retirement,S01010095,Garrowhill West - 02,8b,Ageing suburbanites,S02001902,Garrowhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216002 +216002,S00115829,6b4,Older Workers and Retirement,S01010099,Garrowhill West - 06,8b,Ageing suburbanites,S02001902,Garrowhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216003 +216003,S00115830,6b4,Older Workers and Retirement,S01010094,Garrowhill West - 01,5c,Comfortable neighbourhoods,S02001902,Garrowhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216004 +216004,S00116926,7a3,Multi-Ethnic Hardship,S01010502,Drumry West - 03,4a,Challenged white communities,S02001977,Drumry West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216005 +216005,S00113033,7c3,Outer City Hardship,S01010452,Knightswood East - 03,4d,Hard-pressed flat dwellers,S02001967,Knightswood East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216006 +216006,S00114148,7c3,Outer City Hardship,S01010175,Riddrie and Hogganfield - 04,4d,Hard-pressed flat dwellers,S02001916,Riddrie and Hogganfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216007 +216007,S00114441,2b2,Multicultural Student Neighbourhoods,S01009908,Strathbungo - 04,1a,Cosmopolitan student neighbourhoods,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216008 +216008,S00115845,6b4,Older Workers and Retirement,S01010101,Garrowhill East and Swinton - 02,5a,Ageing urban communities,S02001903,Garrowhill East and Swinton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216009 +216009,S00115849,6b4,Older Workers and Retirement,S01010078,Mount Vernon North and Sandyhills - 01,8c,Comfortable suburbia,S02001899,Mount Vernon North and Sandyhills,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216010 +216010,S00115851,6b4,Older Workers and Retirement,S01010078,Mount Vernon North and Sandyhills - 01,8c,Comfortable suburbia,S02001899,Mount Vernon North and Sandyhills,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216011 +216011,S00115853,6b4,Older Workers and Retirement,S01010078,Mount Vernon North and Sandyhills - 01,8c,Comfortable suburbia,S02001899,Mount Vernon North and Sandyhills,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216012 +216012,S00115855,6b4,Older Workers and Retirement,S01010085,Baillieston West - 03,5d,Endeavouring social renters,S02001900,Baillieston West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216013 +216013,S00115859,6b4,Older Workers and Retirement,S01010085,Baillieston West - 03,5d,Endeavouring social renters,S02001900,Baillieston West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216014 +216014,S00115873,6b4,Older Workers and Retirement,S01010085,Baillieston West - 03,5d,Endeavouring social renters,S02001900,Baillieston West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216015 +216015,S00115896,6b4,Older Workers and Retirement,S01010090,Baillieston East - 03,5c,Comfortable neighbourhoods,S02001901,Baillieston East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216016 +216016,S00115903,6b4,Older Workers and Retirement,S01010090,Baillieston East - 03,5c,Comfortable neighbourhoods,S02001901,Baillieston East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216017 +216017,S00115909,6b4,Older Workers and Retirement,S01010187,Robroyston and Millerston - 02,5c,Comfortable neighbourhoods,S02001918,Robroyston and Millerston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216018 +216018,S00116076,6b4,Older Workers and Retirement,S01010081,Mount Vernon North and Sandyhills - 04,8b,Ageing suburbanites,S02001899,Mount Vernon North and Sandyhills,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216019 +216019,S00116183,6b4,Older Workers and Retirement,S01010088,Baillieston East - 01,8c,Comfortable suburbia,S02001901,Baillieston East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216020 +216020,S00116184,6b4,Older Workers and Retirement,S01010091,Baillieston East - 04,5c,Comfortable neighbourhoods,S02001901,Baillieston East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216021 +216021,S00116248,6b4,Older Workers and Retirement,S01009761,Darnley East - 04,5c,Comfortable neighbourhoods,S02001842,Darnley East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216022 +216022,S00116328,6b4,Older Workers and Retirement,S01009796,Pollok South and West - 05,8c,Comfortable suburbia,S02001848,Pollok South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216023 +216023,S00116340,6b4,Older Workers and Retirement,S01010101,Garrowhill East and Swinton - 02,5a,Ageing urban communities,S02001903,Garrowhill East and Swinton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216024 +216024,S00114656,4b2,Pakistani Communities,S01009896,Govanhill East and Aikenhead - 03,7a,Urban cultural mix,S02001866,Govanhill East and Aikenhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216025 +216025,S00116326,6b1,Multi-Ethnic Suburbia,S01009792,Pollok South and West - 01,3b,Asian traits,S02001848,Pollok South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216026 +216026,S00115803,5a2,Multi-Ethnic Professionals with Families,S01010466,Anniesland East - 02,3c,Highly qualified professionals,S02001970,Anniesland East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216027 +216027,S00116341,6b4,Older Workers and Retirement,S01010100,Garrowhill East and Swinton - 01,8b,Ageing suburbanites,S02001903,Garrowhill East and Swinton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216028 +216028,S00116905,6b4,Older Workers and Retirement,S01010486,Blairdardie West - 02,8c,Comfortable suburbia,S02001973,Blairdardie West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216029 +216029,S00117159,6b4,Older Workers and Retirement,S01010071,Shettleston South - 03,5c,Comfortable neighbourhoods,S02001897,Shettleston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216030 +216030,S00117179,6b4,Older Workers and Retirement,S01010131,Greenfield - 01,8b,Ageing suburbanites,S02001909,Greenfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216031 +216031,S00117482,6b4,Older Workers and Retirement,S01009794,Pollok South and West - 03,8c,Comfortable suburbia,S02001848,Pollok South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216032 +216032,S00117507,6b4,Older Workers and Retirement,S01009798,Pollok South and West - 07,8c,Comfortable suburbia,S02001848,Pollok South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216033 +216033,S00117510,6b4,Older Workers and Retirement,S01009795,Pollok South and West - 04,8c,Comfortable suburbia,S02001848,Pollok South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216034 +216034,S00117516,6b4,Older Workers and Retirement,S01009794,Pollok South and West - 03,8c,Comfortable suburbia,S02001848,Pollok South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216035 +216035,S00117519,6b4,Older Workers and Retirement,S01010102,Garrowhill East and Swinton - 03,8c,Comfortable suburbia,S02001903,Garrowhill East and Swinton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216036 +216036,S00117522,6b4,Older Workers and Retirement,S01010103,Garrowhill East and Swinton - 04,8c,Comfortable suburbia,S02001903,Garrowhill East and Swinton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216037 +216037,S00117541,6b4,Older Workers and Retirement,S01010091,Baillieston East - 04,5c,Comfortable neighbourhoods,S02001901,Baillieston East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216038 +216038,S00117543,6b4,Older Workers and Retirement,S01010091,Baillieston East - 04,5c,Comfortable neighbourhoods,S02001901,Baillieston East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216039 +216039,S00117582,6b4,Older Workers and Retirement,S01010189,Robroyston and Millerston - 04,8c,Comfortable suburbia,S02001918,Robroyston and Millerston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216040 +216040,S00112654,7c3,Outer City Hardship,S01010363,Kelvindale - 01,3c,Highly qualified professionals,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216041 +216041,S00112747,7c3,Outer City Hardship,S01010477,Anniesland West - 08,4d,Hard-pressed flat dwellers,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216042 +216042,S00112785,7c3,Outer City Hardship,S01010478,Blairdardie East - 01,4d,Hard-pressed flat dwellers,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216043 +216043,S00112801,7c3,Outer City Hardship,S01010471,Anniesland West - 02,4d,Hard-pressed flat dwellers,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216044 +216044,S00112812,7c3,Outer City Hardship,S01010483,Blairdardie East - 06,4d,Hard-pressed flat dwellers,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216045 +216045,S00112816,7c3,Outer City Hardship,S01010452,Knightswood East - 03,4d,Hard-pressed flat dwellers,S02001967,Knightswood East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216046 +216046,S00112818,7c3,Outer City Hardship,S01010454,Knightswood East - 05,4d,Hard-pressed flat dwellers,S02001967,Knightswood East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216047 +216047,S00112829,7c3,Outer City Hardship,S01010450,Knightswood East - 01,4d,Hard-pressed flat dwellers,S02001967,Knightswood East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216048 +216048,S00112831,7c3,Outer City Hardship,S01010456,Knightswood Park West - 02,4d,Hard-pressed flat dwellers,S02001968,Knightswood Park West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216049 +216049,S00112838,7c3,Outer City Hardship,S01010457,Knightswood Park West - 03,4d,Hard-pressed flat dwellers,S02001968,Knightswood Park West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216050 +216050,S00112860,7c3,Outer City Hardship,S01010463,Knightswood Park East - 04,4d,Hard-pressed flat dwellers,S02001969,Knightswood Park East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216051 +216051,S00112875,7c3,Outer City Hardship,S01010458,Knightswood Park West - 04,4d,Hard-pressed flat dwellers,S02001968,Knightswood Park West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216052 +216052,S00112880,7c3,Outer City Hardship,S01010440,Yoker South - 04,4d,Hard-pressed flat dwellers,S02001964,Yoker South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216053 +216053,S00112897,7c3,Outer City Hardship,S01010449,Knightswood West - 03,4d,Hard-pressed flat dwellers,S02001966,Knightswood West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216054 +216054,S00112898,7c3,Outer City Hardship,S01010449,Knightswood West - 03,4d,Hard-pressed flat dwellers,S02001966,Knightswood West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216055 +216055,S00112915,7c3,Outer City Hardship,S01010447,Knightswood West - 01,4d,Hard-pressed flat dwellers,S02001966,Knightswood West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216056 +216056,S00112917,7c3,Outer City Hardship,S01010447,Knightswood West - 01,4d,Hard-pressed flat dwellers,S02001966,Knightswood West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216057 +216057,S00116949,7a3,Multi-Ethnic Hardship,S01010314,Keppochhill - 06,1a,Cosmopolitan student neighbourhoods,S02001940,Keppochhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216058 +216058,S00114149,7c3,Outer City Hardship,S01010153,Carntyne - 02,4d,Hard-pressed flat dwellers,S02001913,Carntyne,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216059 +216059,S00114626,2b2,Multicultural Student Neighbourhoods,S01009907,Strathbungo - 03,1a,Cosmopolitan student neighbourhoods,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216060 +216060,S00113100,7c3,Outer City Hardship,S01010494,Drumchapel North - 04,4d,Hard-pressed flat dwellers,S02001975,Drumchapel North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216061 +216061,S00117156,7a3,Multi-Ethnic Hardship,S01010064,Braidfauld - 04,4d,Hard-pressed flat dwellers,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216062 +216062,S00114158,7c3,Outer City Hardship,S01010152,Carntyne - 01,4d,Hard-pressed flat dwellers,S02001913,Carntyne,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216063 +216063,S00116332,6b1,Multi-Ethnic Suburbia,S01009771,Darnley West - 04,8c,Comfortable suburbia,S02001844,Darnley West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216064 +216064,S00115988,5a2,Multi-Ethnic Professionals with Families,S01010465,Anniesland East - 01,3a,Achieving neighbourhoods,S02001970,Anniesland East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216065 +216065,S00114680,4b2,Pakistani Communities,S01009889,Govanhill West - 03,6a,Inner city cosmopolitan,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216066 +216066,S00115297,2b2,Multicultural Student Neighbourhoods,S01009863,Ibrox East and Cessnock - 02,1a,Cosmopolitan student neighbourhoods,S02001860,Ibrox East and Cessnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216067 +216067,S00116349,2b2,Multicultural Student Neighbourhoods,S01010258,Gallowgate North and Bellgrove - 05,1a,Cosmopolitan student neighbourhoods,S02001931,Gallowgate North and Bellgrove,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216068 +216068,S00116351,2b2,Multicultural Student Neighbourhoods,S01010257,Gallowgate North and Bellgrove - 04,1a,Cosmopolitan student neighbourhoods,S02001931,Gallowgate North and Bellgrove,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216069 +216069,S00116384,2b2,Multicultural Student Neighbourhoods,S01010275,City Centre South - 04,1a,Cosmopolitan student neighbourhoods,S02001934,City Centre South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216070 +216070,S00116386,2b2,Multicultural Student Neighbourhoods,S01010275,City Centre South - 04,1a,Cosmopolitan student neighbourhoods,S02001934,City Centre South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216071 +216071,S00116588,2b2,Multicultural Student Neighbourhoods,S01010267,City Centre West - 02,1a,Cosmopolitan student neighbourhoods,S02001933,City Centre West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216072 +216072,S00116606,2b2,Multicultural Student Neighbourhoods,S01010281,Anderston - 06,1a,Cosmopolitan student neighbourhoods,S02001935,Anderston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216073 +216073,S00116615,2b2,Multicultural Student Neighbourhoods,S01010276,Anderston - 01,1a,Cosmopolitan student neighbourhoods,S02001935,Anderston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216074 +216074,S00116626,2b2,Multicultural Student Neighbourhoods,S01010284,Finnieston and Kelvinhaugh - 03,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216075 +216075,S00116630,2b2,Multicultural Student Neighbourhoods,S01010286,Finnieston and Kelvinhaugh - 05,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216076 +216076,S00116632,2b2,Multicultural Student Neighbourhoods,S01010286,Finnieston and Kelvinhaugh - 05,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216077 +216077,S00116651,2b2,Multicultural Student Neighbourhoods,S01010261,City Centre East - 03,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216078 +216078,S00116678,2b2,Multicultural Student Neighbourhoods,S01010036,Laurieston and Tradeston - 06,1a,Cosmopolitan student neighbourhoods,S02001890,Laurieston and Tradeston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216079 +216079,S00116691,2b2,Multicultural Student Neighbourhoods,S01010032,Laurieston and Tradeston - 02,1a,Cosmopolitan student neighbourhoods,S02001890,Laurieston and Tradeston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216080 +216080,S00117235,2b2,Multicultural Student Neighbourhoods,S01010042,Bridgeton - 01,1a,Cosmopolitan student neighbourhoods,S02001892,Bridgeton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216081 +216081,S00117433,2b2,Multicultural Student Neighbourhoods,S01009866,Kinning Park and Festival Park - 01,7a,Urban cultural mix,S02001861,Kinning Park and Festival Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216082 +216082,S00117591,2b2,Multicultural Student Neighbourhoods,S01010033,Laurieston and Tradeston - 03,1a,Cosmopolitan student neighbourhoods,S02001890,Laurieston and Tradeston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216083 +216083,S00112759,7a3,Multi-Ethnic Hardship,S01010471,Anniesland West - 02,4d,Hard-pressed flat dwellers,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216084 +216084,S00112763,7a3,Multi-Ethnic Hardship,S01010481,Blairdardie East - 04,4d,Hard-pressed flat dwellers,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216085 +216085,S00112914,7a3,Multi-Ethnic Hardship,S01010448,Knightswood West - 02,5c,Comfortable neighbourhoods,S02001966,Knightswood West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216086 +216086,S00113013,7a3,Multi-Ethnic Hardship,S01010442,Yoker South - 06,4d,Hard-pressed flat dwellers,S02001964,Yoker South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216087 +216087,S00113025,7a3,Multi-Ethnic Hardship,S01010437,Yoker South - 01,4d,Hard-pressed flat dwellers,S02001964,Yoker South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216088 +216088,S00113060,7a3,Multi-Ethnic Hardship,S01010489,Drumchapel South - 02,4d,Hard-pressed flat dwellers,S02001974,Drumchapel South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216089 +216089,S00113089,7a3,Multi-Ethnic Hardship,S01010490,Drumchapel South - 03,4d,Hard-pressed flat dwellers,S02001974,Drumchapel South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216090 +216090,S00113285,7a3,Multi-Ethnic Hardship,S01010327,Possil Park - 05,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216091 +216091,S00113291,7a3,Multi-Ethnic Hardship,S01010326,Possil Park - 04,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216092 +216092,S00113579,7a3,Multi-Ethnic Hardship,S01010330,Milton West - 01,4d,Hard-pressed flat dwellers,S02001943,Milton West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216093 +216093,S00113615,7a3,Multi-Ethnic Hardship,S01010351,Maryhill East - 02,4d,Hard-pressed flat dwellers,S02001947,Maryhill East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216094 +216094,S00113925,7a3,Multi-Ethnic Hardship,S01010062,Braidfauld - 02,4d,Hard-pressed flat dwellers,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216095 +216095,S00114180,7a3,Multi-Ethnic Hardship,S01010156,"Cranhill, Lightburn and Queenslie South - 01",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216096 +216096,S00114252,7a3,Multi-Ethnic Hardship,S01010116,"Garthamlock, Auchinlea and Gartloch - 04",4b,Constrained renters,S02001906,"Garthamlock, Auchinlea and Gartloch",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216097 +216097,S00114325,7a3,Multi-Ethnic Hardship,S01010105,Easterhouse East - 01,4d,Hard-pressed flat dwellers,S02001904,Easterhouse East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216098 +216098,S00114644,7a3,Multi-Ethnic Hardship,S01009895,Govanhill East and Aikenhead - 02,7a,Urban cultural mix,S02001866,Govanhill East and Aikenhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216099 +216099,S00115450,7a3,Multi-Ethnic Hardship,S01009857,Mosspark - 06,4a,Challenged white communities,S02001858,Mosspark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216100 +216100,S00115622,7a3,Multi-Ethnic Hardship,S01009827,Penilee - 06,4d,Hard-pressed flat dwellers,S02001853,Penilee,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216101 +216101,S00115660,7a3,Multi-Ethnic Hardship,S01009791,Crookston North - 04,4d,Hard-pressed flat dwellers,S02001847,Crookston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216102 +216102,S00115664,7a3,Multi-Ethnic Hardship,S01009805,Pollok North and East - 07,4d,Hard-pressed flat dwellers,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216103 +216103,S00115726,7a3,Multi-Ethnic Hardship,S01009785,Crookston South - 02,4d,Hard-pressed flat dwellers,S02001846,Crookston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216104 +216104,S00115743,7a3,Multi-Ethnic Hardship,S01009781,Nitshill - 07,4d,Hard-pressed flat dwellers,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216105 +216105,S00115797,7a3,Multi-Ethnic Hardship,S01009805,Pollok North and East - 07,4d,Hard-pressed flat dwellers,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216106 +216106,S00115936,7a3,Multi-Ethnic Hardship,S01010438,Yoker South - 02,4d,Hard-pressed flat dwellers,S02001964,Yoker South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216107 +216107,S00115937,7a3,Multi-Ethnic Hardship,S01010438,Yoker South - 02,4d,Hard-pressed flat dwellers,S02001964,Yoker South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216108 +216108,S00115970,7a3,Multi-Ethnic Hardship,S01010497,Drumry East - 02,4a,Challenged white communities,S02001976,Drumry East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216109 +216109,S00116058,7a3,Multi-Ethnic Hardship,S01010058,Parkhead East and Braidfauld North - 03,4d,Hard-pressed flat dwellers,S02001895,Parkhead East and Braidfauld North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216110 +216110,S00116087,7a3,Multi-Ethnic Hardship,S01010178,Riddrie and Hogganfield - 07,4d,Hard-pressed flat dwellers,S02001916,Riddrie and Hogganfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216111 +216111,S00116148,7a3,Multi-Ethnic Hardship,S01010054,Parkhead West and Barrowfield - 06,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216112 +216112,S00116172,7a3,Multi-Ethnic Hardship,S01010022,Toryglen and Oatlands - 07,4d,Hard-pressed flat dwellers,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216113 +216113,S00116260,7a3,Multi-Ethnic Hardship,S01009842,Govan and Linthouse - 02,7a,Urban cultural mix,S02001856,Govan and Linthouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216114 +216114,S00114165,7c3,Outer City Hardship,S01010155,Carntyne - 04,4d,Hard-pressed flat dwellers,S02001913,Carntyne,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216115 +216115,S00114684,4b2,Pakistani Communities,S01009903,Battlefield - 05,3c,Highly qualified professionals,S02001867,Battlefield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216116 +216116,S00116119,5a2,Multi-Ethnic Professionals with Families,S01009773,Darnley West - 06,3b,Asian traits,S02001844,Darnley West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216117 +216117,S00112196,3b3,Multi-Ethnic Professional Service Workers,S01010296,Woodlands - 08,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216118 +216118,S00113301,7c3,Outer City Hardship,S01010346,Summerston North - 01,3c,Highly qualified professionals,S02001946,Summerston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216119 +216119,S00116333,6b1,Multi-Ethnic Suburbia,S01010097,Garrowhill West - 04,5c,Comfortable neighbourhoods,S02001902,Garrowhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216120 +216120,S00114169,7c3,Outer City Hardship,S01010156,"Cranhill, Lightburn and Queenslie South - 01",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216121 +216121,S00114178,7c3,Outer City Hardship,S01010163,"Cranhill, Lightburn and Queenslie South - 08",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216122 +216122,S00114675,7c3,Outer City Hardship,S01009898,Govanhill East and Aikenhead - 05,4d,Hard-pressed flat dwellers,S02001866,Govanhill East and Aikenhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216123 +216123,S00114846,7c3,Outer City Hardship,S01009947,Carnwadric East - 04,4d,Hard-pressed flat dwellers,S02001875,Carnwadric East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216124 +216124,S00115064,7c3,Outer City Hardship,S01009965,Carmunnock North - 01,5c,Comfortable neighbourhoods,S02001879,Carmunnock North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216125 +216125,S00115137,7c3,Outer City Hardship,S01009971,Carmunnock South - 03,4d,Hard-pressed flat dwellers,S02001880,Carmunnock South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216126 +216126,S00115141,7c3,Outer City Hardship,S01009972,Carmunnock South - 04,5a,Ageing urban communities,S02001880,Carmunnock South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216127 +216127,S00115211,7c3,Outer City Hardship,S01009760,Darnley East - 03,4d,Hard-pressed flat dwellers,S02001842,Darnley East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216128 +216128,S00115213,7c3,Outer City Hardship,S01009760,Darnley East - 03,4d,Hard-pressed flat dwellers,S02001842,Darnley East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216129 +216129,S00115245,7c3,Outer City Hardship,S01009940,Carnwadric West - 02,4d,Hard-pressed flat dwellers,S02001874,Carnwadric West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216130 +216130,S00115336,7c3,Outer City Hardship,S01009840,Drumoyne and Shieldhall - 08,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216131 +216131,S00115440,7c3,Outer City Hardship,S01009855,Mosspark - 04,4a,Challenged white communities,S02001858,Mosspark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216132 +216132,S00115443,7c3,Outer City Hardship,S01009853,Mosspark - 02,4d,Hard-pressed flat dwellers,S02001858,Mosspark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216133 +216133,S00115444,7c3,Outer City Hardship,S01009853,Mosspark - 02,4d,Hard-pressed flat dwellers,S02001858,Mosspark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216134 +216134,S00115446,7c3,Outer City Hardship,S01009858,Mosspark - 07,4d,Hard-pressed flat dwellers,S02001858,Mosspark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216135 +216135,S00115447,7c3,Outer City Hardship,S01009858,Mosspark - 07,4d,Hard-pressed flat dwellers,S02001858,Mosspark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216136 +216136,S00115540,7c3,Outer City Hardship,S01009821,Cardonald West and Central - 07,5c,Comfortable neighbourhoods,S02001852,Cardonald West and Central,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216137 +216137,S00115548,7c3,Outer City Hardship,S01009811,Cardonald North - 02,4d,Hard-pressed flat dwellers,S02001851,Cardonald North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216138 +216138,S00115575,7c3,Outer City Hardship,S01009820,Cardonald West and Central - 06,4d,Hard-pressed flat dwellers,S02001852,Cardonald West and Central,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216139 +216139,S00115583,7c3,Outer City Hardship,S01009819,Cardonald West and Central - 05,5a,Ageing urban communities,S02001852,Cardonald West and Central,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216140 +216140,S00115666,7c3,Outer City Hardship,S01009803,Pollok North and East - 05,4d,Hard-pressed flat dwellers,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216141 +216141,S00115897,7c3,Outer City Hardship,S01010089,Baillieston East - 02,4d,Hard-pressed flat dwellers,S02001901,Baillieston East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216142 +216142,S00115904,7c3,Outer City Hardship,S01010089,Baillieston East - 02,4d,Hard-pressed flat dwellers,S02001901,Baillieston East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216143 +216143,S00116066,7c3,Outer City Hardship,S01010158,"Cranhill, Lightburn and Queenslie South - 03",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216144 +216144,S00116069,7c3,Outer City Hardship,S01010071,Shettleston South - 03,5c,Comfortable neighbourhoods,S02001897,Shettleston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216145 +216145,S00116079,7c3,Outer City Hardship,S01010184,Blackhill and Barmulloch East - 06,4d,Hard-pressed flat dwellers,S02001917,Blackhill and Barmulloch East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216146 +216146,S00116080,7c3,Outer City Hardship,S01010184,Blackhill and Barmulloch East - 06,4d,Hard-pressed flat dwellers,S02001917,Blackhill and Barmulloch East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216147 +216147,S00116492,7c3,Outer City Hardship,S01010133,Greenfield - 03,4d,Hard-pressed flat dwellers,S02001909,Greenfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216148 +216148,S00116816,7c3,Outer City Hardship,S01010480,Blairdardie East - 03,4a,Challenged white communities,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216149 +216149,S00116843,7c3,Outer City Hardship,S01010452,Knightswood East - 03,4d,Hard-pressed flat dwellers,S02001967,Knightswood East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216150 +216150,S00116853,7c3,Outer City Hardship,S01010448,Knightswood West - 02,5c,Comfortable neighbourhoods,S02001966,Knightswood West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216151 +216151,S00116924,7c3,Outer City Hardship,S01010501,Drumry West - 02,4d,Hard-pressed flat dwellers,S02001977,Drumry West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216152 +216152,S00116927,7c3,Outer City Hardship,S01010502,Drumry West - 03,4a,Challenged white communities,S02001977,Drumry West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216153 +216153,S00117075,7c3,Outer City Hardship,S01010333,Milton West - 04,4d,Hard-pressed flat dwellers,S02001943,Milton West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216154 +216154,S00117132,7c3,Outer City Hardship,S01010158,"Cranhill, Lightburn and Queenslie South - 03",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216155 +216155,S00117493,7c3,Outer City Hardship,S01009783,Nitshill - 09,4a,Challenged white communities,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216156 +216156,S00117495,7c3,Outer City Hardship,S01009777,Nitshill - 03,4d,Hard-pressed flat dwellers,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216157 +216157,S00117526,7c3,Outer City Hardship,S01010093,Baillieston East - 06,4a,Challenged white communities,S02001901,Baillieston East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216158 +216158,S00112303,4b2,Pakistani Communities,S01010297,Woodside - 01,1a,Cosmopolitan student neighbourhoods,S02001938,Woodside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216159 +216159,S00114403,4b2,Pakistani Communities,S01009875,Pollokshields West - 01,7b,Young ethnic communities,S02001863,Pollokshields West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216160 +216160,S00114443,4b2,Pakistani Communities,S01009883,Pollokshields East - 03,7b,Young ethnic communities,S02001864,Pollokshields East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216161 +216161,S00114449,4b2,Pakistani Communities,S01009886,Pollokshields East - 06,7b,Young ethnic communities,S02001864,Pollokshields East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216162 +216162,S00114451,4b2,Pakistani Communities,S01009883,Pollokshields East - 03,7b,Young ethnic communities,S02001864,Pollokshields East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216163 +216163,S00114452,4b2,Pakistani Communities,S01009884,Pollokshields East - 04,1a,Cosmopolitan student neighbourhoods,S02001864,Pollokshields East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216164 +216164,S00114455,4b2,Pakistani Communities,S01009885,Pollokshields East - 05,7b,Young ethnic communities,S02001864,Pollokshields East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216165 +216165,S00114648,4b2,Pakistani Communities,S01009896,Govanhill East and Aikenhead - 03,7a,Urban cultural mix,S02001866,Govanhill East and Aikenhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216166 +216166,S00113371,7c3,Outer City Hardship,S01010233,"Roystonhill, Blochairn, and Provanmill - 06",7a,Urban cultural mix,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216167 +216167,S00116223,5a2,Multi-Ethnic Professionals with Families,S01009973,Glenwood South - 01,4a,Challenged white communities,S02001881,Glenwood South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216168 +216168,S00114711,4b2,Pakistani Communities,S01009888,Govanhill West - 02,7b,Young ethnic communities,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216169 +216169,S00112200,3b3,Multi-Ethnic Professional Service Workers,S01010266,City Centre West - 01,1a,Cosmopolitan student neighbourhoods,S02001933,City Centre West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216170 +216170,S00115965,3b3,Multi-Ethnic Professional Service Workers,S01010271,City Centre West - 06,1a,Cosmopolitan student neighbourhoods,S02001933,City Centre West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216171 +216171,S00117592,3b3,Multi-Ethnic Professional Service Workers,S01010033,Laurieston and Tradeston - 03,1a,Cosmopolitan student neighbourhoods,S02001890,Laurieston and Tradeston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216172 +216172,S00112153,5a2,Multi-Ethnic Professionals with Families,S01010345,Summerston Central and West - 06,8c,Comfortable suburbia,S02001945,Summerston Central and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216173 +216173,S00114719,4b2,Pakistani Communities,S01009893,Govanhill West - 07,1a,Cosmopolitan student neighbourhoods,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216174 +216174,S00116501,6b1,Multi-Ethnic Suburbia,S01010186,Robroyston and Millerston - 01,3b,Asian traits,S02001918,Robroyston and Millerston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216175 +216175,S00112157,5a2,Multi-Ethnic Professionals with Families,S01010117,"Garthamlock, Auchinlea and Gartloch - 05",3a,Achieving neighbourhoods,S02001906,"Garthamlock, Auchinlea and Gartloch",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216176 +216176,S00116946,4b2,Pakistani Communities,S01010299,Woodside - 03,1a,Cosmopolitan student neighbourhoods,S02001938,Woodside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216177 +216177,S00117041,6b1,Multi-Ethnic Suburbia,S01010192,Robroyston and Millerston - 07,3b,Asian traits,S02001918,Robroyston and Millerston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216178 +216178,S00113379,7c3,Outer City Hardship,S01010229,"Roystonhill, Blochairn, and Provanmill - 02",4d,Hard-pressed flat dwellers,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216179 +216179,S00116303,5a2,Multi-Ethnic Professionals with Families,S01009769,Darnley West - 02,3c,Highly qualified professionals,S02001844,Darnley West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216180 +216180,S00116317,5a2,Multi-Ethnic Professionals with Families,S01009792,Pollok South and West - 01,3b,Asian traits,S02001848,Pollok South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216181 +216181,S00116785,5a2,Multi-Ethnic Professionals with Families,S01010365,Kelvindale - 03,3c,Highly qualified professionals,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216182 +216182,S00112645,5a2,Multi-Ethnic Professionals with Families,S01010364,Kelvindale - 02,3b,Asian traits,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216183 +216183,S00116998,4b2,Pakistani Communities,S01010214,Springburn East and Cowlairs - 01,4a,Challenged white communities,S02001923,Springburn East and Cowlairs,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216184 +216184,S00116788,5a2,Multi-Ethnic Professionals with Families,S01010408,Kelvinside and Jordanhill - 01,4d,Hard-pressed flat dwellers,S02001958,Kelvinside and Jordanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216185 +216185,S00113457,7c3,Outer City Hardship,S01010213,Springburn - 05,4d,Hard-pressed flat dwellers,S02001922,Springburn,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216186 +216186,S00117053,6b1,Multi-Ethnic Suburbia,S01010203,Petershill - 01,3d,Households in terraces and flats,S02001921,Petershill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216187 +216187,S00112649,5a2,Multi-Ethnic Professionals with Families,S01010364,Kelvindale - 02,3b,Asian traits,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216188 +216188,S00112650,5a2,Multi-Ethnic Professionals with Families,S01010364,Kelvindale - 02,3b,Asian traits,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216189 +216189,S00112651,5a2,Multi-Ethnic Professionals with Families,S01010364,Kelvindale - 02,3b,Asian traits,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216190 +216190,S00112699,5a2,Multi-Ethnic Professionals with Families,S01010364,Kelvindale - 02,3b,Asian traits,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216191 +216191,S00112706,5a2,Multi-Ethnic Professionals with Families,S01010411,Kelvinside and Jordanhill - 04,3a,Achieving neighbourhoods,S02001958,Kelvinside and Jordanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216192 +216192,S00112713,5a2,Multi-Ethnic Professionals with Families,S01010411,Kelvinside and Jordanhill - 04,3a,Achieving neighbourhoods,S02001958,Kelvinside and Jordanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216193 +216193,S00112952,5a2,Multi-Ethnic Professionals with Families,S01010428,Scotstoun North and East - 02,3c,Highly qualified professionals,S02001962,Scotstoun North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216194 +216194,S00112968,5a2,Multi-Ethnic Professionals with Families,S01010420,Victoria Park - 01,3c,Highly qualified professionals,S02001960,Victoria Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216195 +216195,S00112970,5a2,Multi-Ethnic Professionals with Families,S01010420,Victoria Park - 01,3c,Highly qualified professionals,S02001960,Victoria Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216196 +216196,S00112971,5a2,Multi-Ethnic Professionals with Families,S01010420,Victoria Park - 01,3c,Highly qualified professionals,S02001960,Victoria Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216197 +216197,S00112975,5a2,Multi-Ethnic Professionals with Families,S01010421,Victoria Park - 02,3c,Highly qualified professionals,S02001960,Victoria Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216198 +216198,S00113280,5a2,Multi-Ethnic Professionals with Families,S01010327,Possil Park - 05,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216199 +216199,S00113293,5a2,Multi-Ethnic Professionals with Families,S01010465,Anniesland East - 01,3a,Achieving neighbourhoods,S02001970,Anniesland East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216200 +216200,S00113412,5a2,Multi-Ethnic Professionals with Families,S01010209,Springburn - 01,4d,Hard-pressed flat dwellers,S02001922,Springburn,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216201 +216201,S00113524,5a2,Multi-Ethnic Professionals with Families,S01010328,Possil Park - 06,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216202 +216202,S00113623,5a2,Multi-Ethnic Professionals with Families,S01010346,Summerston North - 01,3c,Highly qualified professionals,S02001946,Summerston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216203 +216203,S00113640,5a2,Multi-Ethnic Professionals with Families,S01010341,Summerston Central and West - 02,4a,Challenged white communities,S02001945,Summerston Central and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216204 +216204,S00113647,5a2,Multi-Ethnic Professionals with Families,S01010343,Summerston Central and West - 04,5b,Aspiring urban households,S02001945,Summerston Central and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216205 +216205,S00113825,5a2,Multi-Ethnic Professionals with Families,S01010149,Old Shettleston and Parkhead North - 03,4b,Constrained renters,S02001912,Old Shettleston and Parkhead North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216206 +216206,S00114106,5a2,Multi-Ethnic Professionals with Families,S01010193,Robroyston and Millerston - 08,3c,Highly qualified professionals,S02001918,Robroyston and Millerston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216207 +216207,S00114114,5a2,Multi-Ethnic Professionals with Families,S01010186,Robroyston and Millerston - 01,3b,Asian traits,S02001918,Robroyston and Millerston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216208 +216208,S00114250,5a2,Multi-Ethnic Professionals with Families,S01010116,"Garthamlock, Auchinlea and Gartloch - 04",4b,Constrained renters,S02001906,"Garthamlock, Auchinlea and Gartloch",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216209 +216209,S00114251,5a2,Multi-Ethnic Professionals with Families,S01010116,"Garthamlock, Auchinlea and Gartloch - 04",4b,Constrained renters,S02001906,"Garthamlock, Auchinlea and Gartloch",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216210 +216210,S00114544,5a2,Multi-Ethnic Professionals with Families,S01009918,Maxwell Park - 07,3a,Achieving neighbourhoods,S02001869,Maxwell Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216211 +216211,S00114958,5a2,Multi-Ethnic Professionals with Families,S01009950,Newlands - 03,8a,Affluent communities,S02001876,Newlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216212 +216212,S00114978,5a2,Multi-Ethnic Professionals with Families,S01009964,Muirend and Old Cathcart - 06,3a,Achieving neighbourhoods,S02001878,Muirend and Old Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216213 +216213,S00114982,5a2,Multi-Ethnic Professionals with Families,S01009964,Muirend and Old Cathcart - 06,3a,Achieving neighbourhoods,S02001878,Muirend and Old Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216214 +216214,S00115082,5a2,Multi-Ethnic Professionals with Families,S01009998,Kingspark South - 06,8a,Affluent communities,S02001884,Kingspark South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216215 +216215,S00117259,4b2,Pakistani Communities,S01009868,Kinning Park and Festival Park - 03,1a,Cosmopolitan student neighbourhoods,S02001861,Kinning Park and Festival Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216216 +216216,S00116790,5a2,Multi-Ethnic Professionals with Families,S01010410,Kelvinside and Jordanhill - 03,3b,Asian traits,S02001958,Kelvinside and Jordanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216217 +216217,S00117374,6b1,Multi-Ethnic Suburbia,S01009966,Carmunnock North - 02,8c,Comfortable suburbia,S02001879,Carmunnock North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216218 +216218,S00113463,7c3,Outer City Hardship,S01010211,Springburn - 03,4d,Hard-pressed flat dwellers,S02001922,Springburn,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216219 +216219,S00115200,5a2,Multi-Ethnic Professionals with Families,S01009982,Glenwood North - 03,4d,Hard-pressed flat dwellers,S02001882,Glenwood North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216220 +216220,S00115423,5a2,Multi-Ethnic Professionals with Families,S01009854,Mosspark - 03,4d,Hard-pressed flat dwellers,S02001858,Mosspark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216221 +216221,S00115425,5a2,Multi-Ethnic Professionals with Families,S01009854,Mosspark - 03,4d,Hard-pressed flat dwellers,S02001858,Mosspark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216222 +216222,S00115639,5a2,Multi-Ethnic Professionals with Families,S01009824,Penilee - 03,4a,Challenged white communities,S02001853,Penilee,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216223 +216223,S00115640,5a2,Multi-Ethnic Professionals with Families,S01009824,Penilee - 03,4a,Challenged white communities,S02001853,Penilee,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216224 +216224,S00115760,5a2,Multi-Ethnic Professionals with Families,S01009768,Darnley West - 01,4d,Hard-pressed flat dwellers,S02001844,Darnley West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216225 +216225,S00115761,5a2,Multi-Ethnic Professionals with Families,S01009769,Darnley West - 02,3c,Highly qualified professionals,S02001844,Darnley West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216226 +216226,S00115765,5a2,Multi-Ethnic Professionals with Families,S01009772,Darnley West - 05,5b,Aspiring urban households,S02001844,Darnley West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216227 +216227,S00115768,5a2,Multi-Ethnic Professionals with Families,S01009769,Darnley West - 02,3c,Highly qualified professionals,S02001844,Darnley West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216228 +216228,S00115793,5a2,Multi-Ethnic Professionals with Families,S01009797,Pollok South and West - 06,8c,Comfortable suburbia,S02001848,Pollok South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216229 +216229,S00115801,5a2,Multi-Ethnic Professionals with Families,S01009770,Darnley West - 03,3b,Asian traits,S02001844,Darnley West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216230 +216230,S00115802,5a2,Multi-Ethnic Professionals with Families,S01010466,Anniesland East - 02,3c,Highly qualified professionals,S02001970,Anniesland East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216231 +216231,S00116855,5a2,Multi-Ethnic Professionals with Families,S01010448,Knightswood West - 02,5c,Comfortable neighbourhoods,S02001966,Knightswood West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216232 +216232,S00116857,5a2,Multi-Ethnic Professionals with Families,S01010447,Knightswood West - 01,4d,Hard-pressed flat dwellers,S02001966,Knightswood West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216233 +216233,S00116895,5a2,Multi-Ethnic Professionals with Families,S01010441,Yoker South - 05,4d,Hard-pressed flat dwellers,S02001964,Yoker South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216234 +216234,S00116996,5a2,Multi-Ethnic Professionals with Families,S01010214,Springburn East and Cowlairs - 01,4a,Challenged white communities,S02001923,Springburn East and Cowlairs,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216235 +216235,S00117039,5a2,Multi-Ethnic Professionals with Families,S01010192,Robroyston and Millerston - 07,3b,Asian traits,S02001918,Robroyston and Millerston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216236 +216236,S00117042,5a2,Multi-Ethnic Professionals with Families,S01010192,Robroyston and Millerston - 07,3b,Asian traits,S02001918,Robroyston and Millerston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216237 +216237,S00117187,5a2,Multi-Ethnic Professionals with Families,S01010193,Robroyston and Millerston - 08,3c,Highly qualified professionals,S02001918,Robroyston and Millerston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216238 +216238,S00117418,5a2,Multi-Ethnic Professionals with Families,S01009941,Carnwadric West - 03,3b,Asian traits,S02001874,Carnwadric West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216239 +216239,S00117479,5a2,Multi-Ethnic Professionals with Families,S01009822,Penilee - 01,4a,Challenged white communities,S02001853,Penilee,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216240 +216240,S00117503,5a2,Multi-Ethnic Professionals with Families,S01009765,Darnley North - 02,4d,Hard-pressed flat dwellers,S02001843,Darnley North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216241 +216241,S00117555,5a2,Multi-Ethnic Professionals with Families,S01010428,Scotstoun North and East - 02,3c,Highly qualified professionals,S02001962,Scotstoun North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216242 +216242,S00117616,5a2,Multi-Ethnic Professionals with Families,S01009771,Darnley West - 04,8c,Comfortable suburbia,S02001844,Darnley West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216243 +216243,S00117617,5a2,Multi-Ethnic Professionals with Families,S01009771,Darnley West - 04,8c,Comfortable suburbia,S02001844,Darnley West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216244 +216244,S00117623,5a2,Multi-Ethnic Professionals with Families,S01010104,Garrowhill East and Swinton - 05,8c,Comfortable suburbia,S02001903,Garrowhill East and Swinton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216245 +216245,S00112636,6b1,Multi-Ethnic Suburbia,S01010413,Kelvinside and Jordanhill - 06,3c,Highly qualified professionals,S02001958,Kelvinside and Jordanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216246 +216246,S00112696,6b1,Multi-Ethnic Suburbia,S01010365,Kelvindale - 03,3c,Highly qualified professionals,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216247 +216247,S00112707,6b1,Multi-Ethnic Suburbia,S01010410,Kelvinside and Jordanhill - 03,3b,Asian traits,S02001958,Kelvinside and Jordanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216248 +216248,S00113967,6b1,Multi-Ethnic Suburbia,S01010070,Shettleston South - 02,8c,Comfortable suburbia,S02001897,Shettleston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216249 +216249,S00114929,6b1,Multi-Ethnic Suburbia,S01009958,Merrylee and Millbrae - 04,3a,Achieving neighbourhoods,S02001877,Merrylee and Millbrae,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216250 +216250,S00114946,6b1,Multi-Ethnic Suburbia,S01009951,Newlands - 04,8a,Affluent communities,S02001876,Newlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216251 +216251,S00114947,6b1,Multi-Ethnic Suburbia,S01009951,Newlands - 04,8a,Affluent communities,S02001876,Newlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216252 +216252,S00114955,6b1,Multi-Ethnic Suburbia,S01009950,Newlands - 03,8a,Affluent communities,S02001876,Newlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216253 +216253,S00114969,6b1,Multi-Ethnic Suburbia,S01009963,Muirend and Old Cathcart - 05,8b,Ageing suburbanites,S02001878,Muirend and Old Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216254 +216254,S00114973,6b1,Multi-Ethnic Suburbia,S01009963,Muirend and Old Cathcart - 05,8b,Ageing suburbanites,S02001878,Muirend and Old Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216255 +216255,S00115058,6b1,Multi-Ethnic Suburbia,S01009965,Carmunnock North - 01,5c,Comfortable neighbourhoods,S02001879,Carmunnock North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216256 +216256,S00115062,6b1,Multi-Ethnic Suburbia,S01009965,Carmunnock North - 01,5c,Comfortable neighbourhoods,S02001879,Carmunnock North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216257 +216257,S00115066,6b1,Multi-Ethnic Suburbia,S01009966,Carmunnock North - 02,8c,Comfortable suburbia,S02001879,Carmunnock North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216258 +216258,S00115080,6b1,Multi-Ethnic Suburbia,S01010010,Cathcart - 06,3a,Achieving neighbourhoods,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216259 +216259,S00115199,6b1,Multi-Ethnic Suburbia,S01009982,Glenwood North - 03,4d,Hard-pressed flat dwellers,S02001882,Glenwood North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216260 +216260,S00115215,6b1,Multi-Ethnic Suburbia,S01009761,Darnley East - 04,5c,Comfortable neighbourhoods,S02001842,Darnley East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216261 +216261,S00115436,6b1,Multi-Ethnic Suburbia,S01009852,Mosspark - 01,4a,Challenged white communities,S02001858,Mosspark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216262 +216262,S00115499,6b1,Multi-Ethnic Suburbia,S01009832,Hillington - 04,4d,Hard-pressed flat dwellers,S02001854,Hillington,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216263 +216263,S00115777,6b1,Multi-Ethnic Suburbia,S01009764,Darnley North - 01,4d,Hard-pressed flat dwellers,S02001843,Darnley North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216264 +216264,S00115792,6b1,Multi-Ethnic Suburbia,S01009797,Pollok South and West - 06,8c,Comfortable suburbia,S02001848,Pollok South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216265 +216265,S00115800,6b1,Multi-Ethnic Suburbia,S01009770,Darnley West - 03,3b,Asian traits,S02001844,Darnley West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216266 +216266,S00115811,6b1,Multi-Ethnic Suburbia,S01010097,Garrowhill West - 04,5c,Comfortable neighbourhoods,S02001902,Garrowhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216267 +216267,S00115843,6b1,Multi-Ethnic Suburbia,S01010101,Garrowhill East and Swinton - 02,5a,Ageing urban communities,S02001903,Garrowhill East and Swinton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216268 +216268,S00113526,7c3,Outer City Hardship,S01010328,Possil Park - 06,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216269 +216269,S00113283,4a1,Private Renting Young Families,S01010327,Possil Park - 05,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216270 +216270,S00117478,6b1,Multi-Ethnic Suburbia,S01009822,Penilee - 01,4a,Challenged white communities,S02001853,Penilee,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216271 +216271,S00115850,6b1,Multi-Ethnic Suburbia,S01010078,Mount Vernon North and Sandyhills - 01,8c,Comfortable suburbia,S02001899,Mount Vernon North and Sandyhills,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216272 +216272,S00116269,6b1,Multi-Ethnic Suburbia,S01009836,Drumoyne and Shieldhall - 04,4a,Challenged white communities,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216273 +216273,S00116301,6b1,Multi-Ethnic Suburbia,S01009772,Darnley West - 05,5b,Aspiring urban households,S02001844,Darnley West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216274 +216274,S00116312,6b1,Multi-Ethnic Suburbia,S01009793,Pollok South and West - 02,5c,Comfortable neighbourhoods,S02001848,Pollok South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216275 +216275,S00113380,4a1,Private Renting Young Families,S01010229,"Roystonhill, Blochairn, and Provanmill - 02",4d,Hard-pressed flat dwellers,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216276 +216276,S00113541,7c3,Outer City Hardship,S01010325,Possil Park - 03,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216277 +216277,S00117496,6b1,Multi-Ethnic Suburbia,S01009765,Darnley North - 02,4d,Hard-pressed flat dwellers,S02001843,Darnley North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216278 +216278,S00113406,4a1,Private Renting Young Families,S01010216,Springburn East and Cowlairs - 03,4d,Hard-pressed flat dwellers,S02001923,Springburn East and Cowlairs,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216279 +216279,S00113543,7c3,Outer City Hardship,S01010325,Possil Park - 03,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216280 +216280,S00117506,6b1,Multi-Ethnic Suburbia,S01009798,Pollok South and West - 07,8c,Comfortable suburbia,S02001848,Pollok South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216281 +216281,S00113522,4a1,Private Renting Young Families,S01010328,Possil Park - 06,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216282 +216282,S00113642,7c3,Outer City Hardship,S01010342,Summerston Central and West - 03,5c,Comfortable neighbourhoods,S02001945,Summerston Central and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216283 +216283,S00117521,6b1,Multi-Ethnic Suburbia,S01010103,Garrowhill East and Swinton - 04,8c,Comfortable suburbia,S02001903,Garrowhill East and Swinton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216284 +216284,S00114827,4a1,Private Renting Young Families,S01010018,Toryglen and Oatlands - 03,4d,Hard-pressed flat dwellers,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216285 +216285,S00113835,7c3,Outer City Hardship,S01010150,Old Shettleston and Parkhead North - 04,4d,Hard-pressed flat dwellers,S02001912,Old Shettleston and Parkhead North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216286 +216286,S00117534,6b1,Multi-Ethnic Suburbia,S01010102,Garrowhill East and Swinton - 03,8c,Comfortable suburbia,S02001903,Garrowhill East and Swinton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216287 +216287,S00117572,6b1,Multi-Ethnic Suburbia,S01010191,Robroyston and Millerston - 06,8c,Comfortable suburbia,S02001918,Robroyston and Millerston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216288 +216288,S00117574,6b1,Multi-Ethnic Suburbia,S01010191,Robroyston and Millerston - 06,8c,Comfortable suburbia,S02001918,Robroyston and Millerston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216289 +216289,S00117575,6b1,Multi-Ethnic Suburbia,S01010191,Robroyston and Millerston - 06,8c,Comfortable suburbia,S02001918,Robroyston and Millerston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216290 +216290,S00117581,6b1,Multi-Ethnic Suburbia,S01010189,Robroyston and Millerston - 04,8c,Comfortable suburbia,S02001918,Robroyston and Millerston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216291 +216291,S00117583,6b1,Multi-Ethnic Suburbia,S01010189,Robroyston and Millerston - 04,8c,Comfortable suburbia,S02001918,Robroyston and Millerston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216292 +216292,S00117625,6b1,Multi-Ethnic Suburbia,S01010104,Garrowhill East and Swinton - 05,8c,Comfortable suburbia,S02001903,Garrowhill East and Swinton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216293 +216293,S00114694,3d1,New EU Tech Workers,S01009889,Govanhill West - 03,6a,Inner city cosmopolitan,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216294 +216294,S00113185,3d3,Old EU Tech Workers,S01010304,Firhill - 04,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216295 +216295,S00112156,6b4,Older Workers and Retirement,S01010117,"Garthamlock, Auchinlea and Gartloch - 05",3a,Achieving neighbourhoods,S02001906,"Garthamlock, Auchinlea and Gartloch",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216296 +216296,S00112658,6b4,Older Workers and Retirement,S01010366,Kelvindale - 04,3c,Highly qualified professionals,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216297 +216297,S00112701,6b4,Older Workers and Retirement,S01010409,Kelvinside and Jordanhill - 02,8c,Comfortable suburbia,S02001958,Kelvinside and Jordanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216298 +216298,S00112703,6b4,Older Workers and Retirement,S01010409,Kelvinside and Jordanhill - 02,8c,Comfortable suburbia,S02001958,Kelvinside and Jordanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216299 +216299,S00112969,6b4,Older Workers and Retirement,S01010420,Victoria Park - 01,3c,Highly qualified professionals,S02001960,Victoria Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216300 +216300,S00113930,6b4,Older Workers and Retirement,S01010070,Shettleston South - 02,8c,Comfortable suburbia,S02001897,Shettleston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216301 +216301,S00113968,6b4,Older Workers and Retirement,S01010069,Shettleston South - 01,5c,Comfortable neighbourhoods,S02001897,Shettleston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216302 +216302,S00113971,6b4,Older Workers and Retirement,S01010069,Shettleston South - 01,5c,Comfortable neighbourhoods,S02001897,Shettleston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216303 +216303,S00114026,6b4,Older Workers and Retirement,S01010074,Carmyle and Mount Vernon South - 01,5a,Ageing urban communities,S02001898,Carmyle and Mount Vernon South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216304 +216304,S00114030,6b4,Older Workers and Retirement,S01010080,Mount Vernon North and Sandyhills - 03,8b,Ageing suburbanites,S02001899,Mount Vernon North and Sandyhills,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216305 +216305,S00114033,6b4,Older Workers and Retirement,S01010074,Carmyle and Mount Vernon South - 01,5a,Ageing urban communities,S02001898,Carmyle and Mount Vernon South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216306 +216306,S00114073,6b4,Older Workers and Retirement,S01010131,Greenfield - 01,8b,Ageing suburbanites,S02001909,Greenfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216307 +216307,S00114075,6b4,Older Workers and Retirement,S01010131,Greenfield - 01,8b,Ageing suburbanites,S02001909,Greenfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216308 +216308,S00114079,6b4,Older Workers and Retirement,S01010081,Mount Vernon North and Sandyhills - 04,8b,Ageing suburbanites,S02001899,Mount Vernon North and Sandyhills,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216309 +216309,S00114081,6b4,Older Workers and Retirement,S01010079,Mount Vernon North and Sandyhills - 02,8b,Ageing suburbanites,S02001899,Mount Vernon North and Sandyhills,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216310 +216310,S00114113,6b4,Older Workers and Retirement,S01010188,Robroyston and Millerston - 03,5a,Ageing urban communities,S02001918,Robroyston and Millerston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216311 +216311,S00114150,6b4,Older Workers and Retirement,S01010153,Carntyne - 02,4d,Hard-pressed flat dwellers,S02001913,Carntyne,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216312 +216312,S00114541,6b4,Older Workers and Retirement,S01009917,Maxwell Park - 06,3c,Highly qualified professionals,S02001869,Maxwell Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216313 +216313,S00114951,6b4,Older Workers and Retirement,S01009961,Muirend and Old Cathcart - 03,4a,Challenged white communities,S02001878,Muirend and Old Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216314 +216314,S00114957,6b4,Older Workers and Retirement,S01009951,Newlands - 04,8a,Affluent communities,S02001876,Newlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216315 +216315,S00114970,6b4,Older Workers and Retirement,S01009963,Muirend and Old Cathcart - 05,8b,Ageing suburbanites,S02001878,Muirend and Old Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216316 +216316,S00115029,6b4,Older Workers and Retirement,S01010003,Kingspark North - 05,5c,Comfortable neighbourhoods,S02001885,Kingspark North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216317 +216317,S00115035,6b4,Older Workers and Retirement,S01009999,Kingspark North - 01,5c,Comfortable neighbourhoods,S02001885,Kingspark North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216318 +216318,S00115081,6b4,Older Workers and Retirement,S01009998,Kingspark South - 06,8a,Affluent communities,S02001884,Kingspark South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216319 +216319,S00115084,6b4,Older Workers and Retirement,S01010010,Cathcart - 06,3a,Achieving neighbourhoods,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216320 +216320,S00115568,6b4,Older Workers and Retirement,S01009818,Cardonald West and Central - 04,8b,Ageing suburbanites,S02001852,Cardonald West and Central,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216321 +216321,S00115570,6b4,Older Workers and Retirement,S01009818,Cardonald West and Central - 04,8b,Ageing suburbanites,S02001852,Cardonald West and Central,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216322 +216322,S00115571,6b4,Older Workers and Retirement,S01009818,Cardonald West and Central - 04,8b,Ageing suburbanites,S02001852,Cardonald West and Central,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216323 +216323,S00115574,6b4,Older Workers and Retirement,S01009818,Cardonald West and Central - 04,8b,Ageing suburbanites,S02001852,Cardonald West and Central,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216324 +216324,S00115809,6b4,Older Workers and Retirement,S01010098,Garrowhill West - 05,8b,Ageing suburbanites,S02001902,Garrowhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216325 +216325,S00115281,4a1,Private Renting Young Families,S01009866,Kinning Park and Festival Park - 01,7a,Urban cultural mix,S02001861,Kinning Park and Festival Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216326 +216326,S00115347,4a1,Private Renting Young Families,S01009846,Govan and Linthouse - 06,4d,Hard-pressed flat dwellers,S02001856,Govan and Linthouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216327 +216327,S00115426,4a1,Private Renting Young Families,S01009853,Mosspark - 02,4d,Hard-pressed flat dwellers,S02001858,Mosspark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216328 +216328,S00115757,4a1,Private Renting Young Families,S01009782,Nitshill - 08,4c,Hampered neighbourhoods,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216329 +216329,S00117550,4a1,Private Renting Young Families,S01010179,Blackhill and Barmulloch East - 01,4d,Hard-pressed flat dwellers,S02001917,Blackhill and Barmulloch East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216330 +216330,S00112187,2c3,Professional Service Cosmopolitans,S01010290,Woodlands - 02,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216331 +216331,S00112188,2c3,Professional Service Cosmopolitans,S01010290,Woodlands - 02,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216332 +216332,S00112189,2c3,Professional Service Cosmopolitans,S01010289,Woodlands - 01,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216333 +216333,S00112190,2c3,Professional Service Cosmopolitans,S01010289,Woodlands - 01,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216334 +216334,S00112191,2c3,Professional Service Cosmopolitans,S01010289,Woodlands - 01,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216335 +216335,S00112222,2c3,Professional Service Cosmopolitans,S01010288,Finnieston and Kelvinhaugh - 07,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216336 +216336,S00112224,2c3,Professional Service Cosmopolitans,S01010280,Anderston - 05,1a,Cosmopolitan student neighbourhoods,S02001935,Anderston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216337 +216337,S00113836,7c3,Outer City Hardship,S01010247,Carntyne West and Haghill - 06,4a,Challenged white communities,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216338 +216338,S00112362,2c3,Professional Service Cosmopolitans,S01010400,Partickhill and Hyndland - 04,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216339 +216339,S00112364,2c3,Professional Service Cosmopolitans,S01010400,Partickhill and Hyndland - 04,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216340 +216340,S00112367,2c3,Professional Service Cosmopolitans,S01010400,Partickhill and Hyndland - 04,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216341 +216341,S00112369,2c3,Professional Service Cosmopolitans,S01010396,Partick - 04,1a,Cosmopolitan student neighbourhoods,S02001955,Partick,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216342 +216342,S00112373,2c3,Professional Service Cosmopolitans,S01010385,Hillhead - 05,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216343 +216343,S00112376,2c3,Professional Service Cosmopolitans,S01010396,Partick - 04,1a,Cosmopolitan student neighbourhoods,S02001955,Partick,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216344 +216344,S00112384,2c3,Professional Service Cosmopolitans,S01010382,Hillhead - 02,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216345 +216345,S00112387,2c3,Professional Service Cosmopolitans,S01010380,Kelvingrove and University - 07,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216346 +216346,S00112390,2c3,Professional Service Cosmopolitans,S01010397,Partickhill and Hyndland - 01,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216347 +216347,S00112391,2c3,Professional Service Cosmopolitans,S01010380,Kelvingrove and University - 07,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216348 +216348,S00112392,2c3,Professional Service Cosmopolitans,S01010380,Kelvingrove and University - 07,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216349 +216349,S00112393,2c3,Professional Service Cosmopolitans,S01010380,Kelvingrove and University - 07,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216350 +216350,S00112394,2c3,Professional Service Cosmopolitans,S01010380,Kelvingrove and University - 07,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216351 +216351,S00112414,2c3,Professional Service Cosmopolitans,S01010380,Kelvingrove and University - 07,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216352 +216352,S00112415,2c3,Professional Service Cosmopolitans,S01010391,Glasgow Harbour and Partick South - 04,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216353 +216353,S00112423,2c3,Professional Service Cosmopolitans,S01010392,Glasgow Harbour and Partick South - 05,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216354 +216354,S00112424,2c3,Professional Service Cosmopolitans,S01010392,Glasgow Harbour and Partick South - 05,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216355 +216355,S00112429,2c3,Professional Service Cosmopolitans,S01010392,Glasgow Harbour and Partick South - 05,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216356 +216356,S00112453,2c3,Professional Service Cosmopolitans,S01010415,Broomhill - 01,4d,Hard-pressed flat dwellers,S02001959,Broomhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216357 +216357,S00112455,2c3,Professional Service Cosmopolitans,S01010391,Glasgow Harbour and Partick South - 04,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216358 +216358,S00112462,2c3,Professional Service Cosmopolitans,S01010390,Glasgow Harbour and Partick South - 03,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216359 +216359,S00112466,2c3,Professional Service Cosmopolitans,S01010393,Partick - 01,1a,Cosmopolitan student neighbourhoods,S02001955,Partick,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216360 +216360,S00112474,2c3,Professional Service Cosmopolitans,S01010395,Partick - 03,1a,Cosmopolitan student neighbourhoods,S02001955,Partick,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216361 +216361,S00112481,2c3,Professional Service Cosmopolitans,S01010418,Broomhill - 04,1a,Cosmopolitan student neighbourhoods,S02001959,Broomhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216362 +216362,S00112482,2c3,Professional Service Cosmopolitans,S01010418,Broomhill - 04,1a,Cosmopolitan student neighbourhoods,S02001959,Broomhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216363 +216363,S00113840,7c3,Outer City Hardship,S01010154,Carntyne - 03,4d,Hard-pressed flat dwellers,S02001913,Carntyne,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216364 +216364,S00113841,7c3,Outer City Hardship,S01010154,Carntyne - 03,4d,Hard-pressed flat dwellers,S02001913,Carntyne,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216365 +216365,S00113843,7c3,Outer City Hardship,S01010155,Carntyne - 04,4d,Hard-pressed flat dwellers,S02001913,Carntyne,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216366 +216366,S00113844,7c3,Outer City Hardship,S01010150,Old Shettleston and Parkhead North - 04,4d,Hard-pressed flat dwellers,S02001912,Old Shettleston and Parkhead North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216367 +216367,S00113849,7c3,Outer City Hardship,S01010151,Old Shettleston and Parkhead North - 05,4d,Hard-pressed flat dwellers,S02001912,Old Shettleston and Parkhead North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216368 +216368,S00113876,7c3,Outer City Hardship,S01010062,Braidfauld - 02,4d,Hard-pressed flat dwellers,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216369 +216369,S00113877,7c3,Outer City Hardship,S01010062,Braidfauld - 02,4d,Hard-pressed flat dwellers,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216370 +216370,S00113880,7c3,Outer City Hardship,S01010072,Shettleston South - 04,4a,Challenged white communities,S02001897,Shettleston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216371 +216371,S00113883,7c3,Outer City Hardship,S01010062,Braidfauld - 02,4d,Hard-pressed flat dwellers,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216372 +216372,S00113916,7c3,Outer City Hardship,S01010145,Tollcross - 04,4d,Hard-pressed flat dwellers,S02001911,Tollcross,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216373 +216373,S00113919,7c3,Outer City Hardship,S01010144,Tollcross - 03,4d,Hard-pressed flat dwellers,S02001911,Tollcross,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216374 +216374,S00113992,7c3,Outer City Hardship,S01010071,Shettleston South - 03,5c,Comfortable neighbourhoods,S02001897,Shettleston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216375 +216375,S00113993,7c3,Outer City Hardship,S01010071,Shettleston South - 03,5c,Comfortable neighbourhoods,S02001897,Shettleston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216376 +216376,S00113996,7c3,Outer City Hardship,S01010072,Shettleston South - 04,4a,Challenged white communities,S02001897,Shettleston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216377 +216377,S00114000,7c3,Outer City Hardship,S01010072,Shettleston South - 04,4a,Challenged white communities,S02001897,Shettleston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216378 +216378,S00114006,7c3,Outer City Hardship,S01010139,Shettleston North - 03,4d,Hard-pressed flat dwellers,S02001910,Shettleston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216379 +216379,S00114007,7c3,Outer City Hardship,S01010139,Shettleston North - 03,4d,Hard-pressed flat dwellers,S02001910,Shettleston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216380 +216380,S00114011,7c3,Outer City Hardship,S01010137,Shettleston North - 01,4d,Hard-pressed flat dwellers,S02001910,Shettleston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216381 +216381,S00114023,7c3,Outer City Hardship,S01010072,Shettleston South - 04,4a,Challenged white communities,S02001897,Shettleston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216382 +216382,S00114050,7c3,Outer City Hardship,S01010135,Greenfield - 05,4d,Hard-pressed flat dwellers,S02001909,Greenfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216383 +216383,S00114053,7c3,Outer City Hardship,S01010159,"Cranhill, Lightburn and Queenslie South - 04",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216384 +216384,S00114054,7c3,Outer City Hardship,S01010135,Greenfield - 05,4d,Hard-pressed flat dwellers,S02001909,Greenfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216385 +216385,S00114056,7c3,Outer City Hardship,S01010135,Greenfield - 05,4d,Hard-pressed flat dwellers,S02001909,Greenfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216386 +216386,S00114059,7c3,Outer City Hardship,S01010164,"Cranhill, Lightburn and Queenslie South - 09",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216387 +216387,S00114067,7c3,Outer City Hardship,S01010135,Greenfield - 05,4d,Hard-pressed flat dwellers,S02001909,Greenfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216388 +216388,S00114068,7c3,Outer City Hardship,S01010134,Greenfield - 04,4d,Hard-pressed flat dwellers,S02001909,Greenfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216389 +216389,S00114069,7c3,Outer City Hardship,S01010159,"Cranhill, Lightburn and Queenslie South - 04",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216390 +216390,S00114070,7c3,Outer City Hardship,S01010136,Greenfield - 06,4a,Challenged white communities,S02001909,Greenfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216391 +216391,S00114102,7c3,Outer City Hardship,S01010185,Blackhill and Barmulloch East - 07,4d,Hard-pressed flat dwellers,S02001917,Blackhill and Barmulloch East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216392 +216392,S00114104,7c3,Outer City Hardship,S01010183,Blackhill and Barmulloch East - 05,4d,Hard-pressed flat dwellers,S02001917,Blackhill and Barmulloch East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216393 +216393,S00114105,7c3,Outer City Hardship,S01010184,Blackhill and Barmulloch East - 06,4d,Hard-pressed flat dwellers,S02001917,Blackhill and Barmulloch East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216394 +216394,S00114109,7c3,Outer City Hardship,S01010183,Blackhill and Barmulloch East - 05,4d,Hard-pressed flat dwellers,S02001917,Blackhill and Barmulloch East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216395 +216395,S00114118,7c3,Outer City Hardship,S01010152,Carntyne - 01,4d,Hard-pressed flat dwellers,S02001913,Carntyne,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216396 +216396,S00114121,7c3,Outer City Hardship,S01010152,Carntyne - 01,4d,Hard-pressed flat dwellers,S02001913,Carntyne,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216397 +216397,S00114132,7c3,Outer City Hardship,S01010176,Riddrie and Hogganfield - 05,4d,Hard-pressed flat dwellers,S02001916,Riddrie and Hogganfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216398 +216398,S00114140,7c3,Outer City Hardship,S01010173,Riddrie and Hogganfield - 02,4a,Challenged white communities,S02001916,Riddrie and Hogganfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216399 +216399,S00114142,7c3,Outer City Hardship,S01010175,Riddrie and Hogganfield - 04,4d,Hard-pressed flat dwellers,S02001916,Riddrie and Hogganfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216400 +216400,S00112485,2c3,Professional Service Cosmopolitans,S01010418,Broomhill - 04,1a,Cosmopolitan student neighbourhoods,S02001959,Broomhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216401 +216401,S00112488,2c3,Professional Service Cosmopolitans,S01010394,Partick - 02,1a,Cosmopolitan student neighbourhoods,S02001955,Partick,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216402 +216402,S00112489,2c3,Professional Service Cosmopolitans,S01010395,Partick - 03,1a,Cosmopolitan student neighbourhoods,S02001955,Partick,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216403 +216403,S00112491,2c3,Professional Service Cosmopolitans,S01010390,Glasgow Harbour and Partick South - 03,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216404 +216404,S00112493,2c3,Professional Service Cosmopolitans,S01010393,Partick - 01,1a,Cosmopolitan student neighbourhoods,S02001955,Partick,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216405 +216405,S00112496,2c3,Professional Service Cosmopolitans,S01010398,Partickhill and Hyndland - 02,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216406 +216406,S00112497,2c3,Professional Service Cosmopolitans,S01010398,Partickhill and Hyndland - 02,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216407 +216407,S00112498,2c3,Professional Service Cosmopolitans,S01010398,Partickhill and Hyndland - 02,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216408 +216408,S00112502,2c3,Professional Service Cosmopolitans,S01010418,Broomhill - 04,1a,Cosmopolitan student neighbourhoods,S02001959,Broomhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216409 +216409,S00112503,2c3,Professional Service Cosmopolitans,S01010418,Broomhill - 04,1a,Cosmopolitan student neighbourhoods,S02001959,Broomhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216410 +216410,S00112504,2c3,Professional Service Cosmopolitans,S01010418,Broomhill - 04,1a,Cosmopolitan student neighbourhoods,S02001959,Broomhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216411 +216411,S00112506,2c3,Professional Service Cosmopolitans,S01010418,Broomhill - 04,1a,Cosmopolitan student neighbourhoods,S02001959,Broomhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216412 +216412,S00112507,2c3,Professional Service Cosmopolitans,S01010418,Broomhill - 04,1a,Cosmopolitan student neighbourhoods,S02001959,Broomhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216413 +216413,S00112511,2c3,Professional Service Cosmopolitans,S01010419,Broomhill - 05,3c,Highly qualified professionals,S02001959,Broomhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216414 +216414,S00112513,2c3,Professional Service Cosmopolitans,S01010419,Broomhill - 05,3c,Highly qualified professionals,S02001959,Broomhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216415 +216415,S00112517,2c3,Professional Service Cosmopolitans,S01010417,Broomhill - 03,3c,Highly qualified professionals,S02001959,Broomhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216416 +216416,S00112518,2c3,Professional Service Cosmopolitans,S01010416,Broomhill - 02,3c,Highly qualified professionals,S02001959,Broomhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216417 +216417,S00112519,2c3,Professional Service Cosmopolitans,S01010416,Broomhill - 02,3c,Highly qualified professionals,S02001959,Broomhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216418 +216418,S00112531,2c3,Professional Service Cosmopolitans,S01010371,North Kelvin - 03,1a,Cosmopolitan student neighbourhoods,S02001951,North Kelvin,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216419 +216419,S00112534,2c3,Professional Service Cosmopolitans,S01010371,North Kelvin - 03,1a,Cosmopolitan student neighbourhoods,S02001951,North Kelvin,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216420 +216420,S00112535,2c3,Professional Service Cosmopolitans,S01010371,North Kelvin - 03,1a,Cosmopolitan student neighbourhoods,S02001951,North Kelvin,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216421 +216421,S00112564,2c3,Professional Service Cosmopolitans,S01010401,Partickhill and Hyndland - 05,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216422 +216422,S00112566,2c3,Professional Service Cosmopolitans,S01010401,Partickhill and Hyndland - 05,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216423 +216423,S00112569,2c3,Professional Service Cosmopolitans,S01010401,Partickhill and Hyndland - 05,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216424 +216424,S00112571,2c3,Professional Service Cosmopolitans,S01010374,Kelvingrove and University - 01,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216425 +216425,S00112572,2c3,Professional Service Cosmopolitans,S01010374,Kelvingrove and University - 01,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216426 +216426,S00112573,2c3,Professional Service Cosmopolitans,S01010374,Kelvingrove and University - 01,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216427 +216427,S00112574,2c3,Professional Service Cosmopolitans,S01010374,Kelvingrove and University - 01,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216428 +216428,S00112577,2c3,Professional Service Cosmopolitans,S01010406,Dowanhill - 04,1a,Cosmopolitan student neighbourhoods,S02001957,Dowanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216429 +216429,S00112578,2c3,Professional Service Cosmopolitans,S01010406,Dowanhill - 04,1a,Cosmopolitan student neighbourhoods,S02001957,Dowanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216430 +216430,S00112579,2c3,Professional Service Cosmopolitans,S01010407,Dowanhill - 05,1a,Cosmopolitan student neighbourhoods,S02001957,Dowanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216431 +216431,S00112580,2c3,Professional Service Cosmopolitans,S01010407,Dowanhill - 05,1a,Cosmopolitan student neighbourhoods,S02001957,Dowanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216432 +216432,S00112586,2c3,Professional Service Cosmopolitans,S01010405,Dowanhill - 03,1a,Cosmopolitan student neighbourhoods,S02001957,Dowanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216433 +216433,S00112588,2c3,Professional Service Cosmopolitans,S01010406,Dowanhill - 04,1a,Cosmopolitan student neighbourhoods,S02001957,Dowanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216434 +216434,S00112589,2c3,Professional Service Cosmopolitans,S01010406,Dowanhill - 04,1a,Cosmopolitan student neighbourhoods,S02001957,Dowanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216435 +216435,S00112590,2c3,Professional Service Cosmopolitans,S01010405,Dowanhill - 03,1a,Cosmopolitan student neighbourhoods,S02001957,Dowanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216436 +216436,S00112592,2c3,Professional Service Cosmopolitans,S01010405,Dowanhill - 03,1a,Cosmopolitan student neighbourhoods,S02001957,Dowanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216437 +216437,S00112594,2c3,Professional Service Cosmopolitans,S01010404,Dowanhill - 02,1a,Cosmopolitan student neighbourhoods,S02001957,Dowanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216438 +216438,S00112597,2c3,Professional Service Cosmopolitans,S01010404,Dowanhill - 02,1a,Cosmopolitan student neighbourhoods,S02001957,Dowanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216439 +216439,S00112598,2c3,Professional Service Cosmopolitans,S01010404,Dowanhill - 02,1a,Cosmopolitan student neighbourhoods,S02001957,Dowanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216440 +216440,S00112600,2c3,Professional Service Cosmopolitans,S01010404,Dowanhill - 02,1a,Cosmopolitan student neighbourhoods,S02001957,Dowanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216441 +216441,S00112601,2c3,Professional Service Cosmopolitans,S01010404,Dowanhill - 02,1a,Cosmopolitan student neighbourhoods,S02001957,Dowanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216442 +216442,S00112603,2c3,Professional Service Cosmopolitans,S01010374,Kelvingrove and University - 01,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216443 +216443,S00112604,2c3,Professional Service Cosmopolitans,S01010401,Partickhill and Hyndland - 05,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216444 +216444,S00112605,2c3,Professional Service Cosmopolitans,S01010403,Dowanhill - 01,1a,Cosmopolitan student neighbourhoods,S02001957,Dowanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216445 +216445,S00112606,2c3,Professional Service Cosmopolitans,S01010403,Dowanhill - 01,1a,Cosmopolitan student neighbourhoods,S02001957,Dowanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216446 +216446,S00112608,2c3,Professional Service Cosmopolitans,S01010403,Dowanhill - 01,1a,Cosmopolitan student neighbourhoods,S02001957,Dowanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216447 +216447,S00112609,2c3,Professional Service Cosmopolitans,S01010403,Dowanhill - 01,1a,Cosmopolitan student neighbourhoods,S02001957,Dowanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216448 +216448,S00112611,2c3,Professional Service Cosmopolitans,S01010402,Partickhill and Hyndland - 06,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216449 +216449,S00112612,2c3,Professional Service Cosmopolitans,S01010403,Dowanhill - 01,1a,Cosmopolitan student neighbourhoods,S02001957,Dowanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216450 +216450,S00112613,2c3,Professional Service Cosmopolitans,S01010402,Partickhill and Hyndland - 06,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216451 +216451,S00115102,2c3,Professional Service Cosmopolitans,S01009991,Castlemilk - 06,4d,Hard-pressed flat dwellers,S02001883,Castlemilk,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216452 +216452,S00116522,2c3,Professional Service Cosmopolitans,S01009910,Strathbungo - 06,1a,Cosmopolitan student neighbourhoods,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216453 +216453,S00114760,2c3,Professional Service Cosmopolitans,S01009900,Battlefield - 02,1a,Cosmopolitan student neighbourhoods,S02001867,Battlefield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216454 +216454,S00114407,2c3,Professional Service Cosmopolitans,S01009921,Shawlands West - 03,1a,Cosmopolitan student neighbourhoods,S02001870,Shawlands West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216455 +216455,S00114408,2c3,Professional Service Cosmopolitans,S01009921,Shawlands West - 03,1a,Cosmopolitan student neighbourhoods,S02001870,Shawlands West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216456 +216456,S00114409,2c3,Professional Service Cosmopolitans,S01009920,Shawlands West - 02,1a,Cosmopolitan student neighbourhoods,S02001870,Shawlands West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216457 +216457,S00114410,2c3,Professional Service Cosmopolitans,S01009920,Shawlands West - 02,1a,Cosmopolitan student neighbourhoods,S02001870,Shawlands West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216458 +216458,S00114411,2c3,Professional Service Cosmopolitans,S01009921,Shawlands West - 03,1a,Cosmopolitan student neighbourhoods,S02001870,Shawlands West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216459 +216459,S00114412,2c3,Professional Service Cosmopolitans,S01009921,Shawlands West - 03,1a,Cosmopolitan student neighbourhoods,S02001870,Shawlands West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216460 +216460,S00114413,2c3,Professional Service Cosmopolitans,S01009920,Shawlands West - 02,1a,Cosmopolitan student neighbourhoods,S02001870,Shawlands West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216461 +216461,S00114414,2c3,Professional Service Cosmopolitans,S01009920,Shawlands West - 02,1a,Cosmopolitan student neighbourhoods,S02001870,Shawlands West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216462 +216462,S00114415,2c3,Professional Service Cosmopolitans,S01009920,Shawlands West - 02,1a,Cosmopolitan student neighbourhoods,S02001870,Shawlands West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216463 +216463,S00114416,2c3,Professional Service Cosmopolitans,S01009920,Shawlands West - 02,1a,Cosmopolitan student neighbourhoods,S02001870,Shawlands West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216464 +216464,S00114417,2c3,Professional Service Cosmopolitans,S01009920,Shawlands West - 02,1a,Cosmopolitan student neighbourhoods,S02001870,Shawlands West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216465 +216465,S00114418,2c3,Professional Service Cosmopolitans,S01009920,Shawlands West - 02,1a,Cosmopolitan student neighbourhoods,S02001870,Shawlands West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216466 +216466,S00114421,2c3,Professional Service Cosmopolitans,S01009921,Shawlands West - 03,1a,Cosmopolitan student neighbourhoods,S02001870,Shawlands West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216467 +216467,S00114423,2c3,Professional Service Cosmopolitans,S01009921,Shawlands West - 03,1a,Cosmopolitan student neighbourhoods,S02001870,Shawlands West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216468 +216468,S00114424,2c3,Professional Service Cosmopolitans,S01009921,Shawlands West - 03,1a,Cosmopolitan student neighbourhoods,S02001870,Shawlands West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216469 +216469,S00114428,2c3,Professional Service Cosmopolitans,S01009911,Strathbungo - 07,3c,Highly qualified professionals,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216470 +216470,S00114429,2c3,Professional Service Cosmopolitans,S01009911,Strathbungo - 07,3c,Highly qualified professionals,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216471 +216471,S00114430,2c3,Professional Service Cosmopolitans,S01009911,Strathbungo - 07,3c,Highly qualified professionals,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216472 +216472,S00114434,2c3,Professional Service Cosmopolitans,S01009908,Strathbungo - 04,1a,Cosmopolitan student neighbourhoods,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216473 +216473,S00114435,2c3,Professional Service Cosmopolitans,S01009908,Strathbungo - 04,1a,Cosmopolitan student neighbourhoods,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216474 +216474,S00114436,2c3,Professional Service Cosmopolitans,S01009908,Strathbungo - 04,1a,Cosmopolitan student neighbourhoods,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216475 +216475,S00114440,2c3,Professional Service Cosmopolitans,S01009908,Strathbungo - 04,1a,Cosmopolitan student neighbourhoods,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216476 +216476,S00114444,2c3,Professional Service Cosmopolitans,S01009881,Pollokshields East - 01,1a,Cosmopolitan student neighbourhoods,S02001864,Pollokshields East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216477 +216477,S00114453,2c3,Professional Service Cosmopolitans,S01009884,Pollokshields East - 04,1a,Cosmopolitan student neighbourhoods,S02001864,Pollokshields East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216478 +216478,S00114454,2c3,Professional Service Cosmopolitans,S01009883,Pollokshields East - 03,7b,Young ethnic communities,S02001864,Pollokshields East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216479 +216479,S00114459,2c3,Professional Service Cosmopolitans,S01009885,Pollokshields East - 05,7b,Young ethnic communities,S02001864,Pollokshields East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216480 +216480,S00114460,2c3,Professional Service Cosmopolitans,S01009908,Strathbungo - 04,1a,Cosmopolitan student neighbourhoods,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216481 +216481,S00114462,2c3,Professional Service Cosmopolitans,S01009927,Langside - 01,4d,Hard-pressed flat dwellers,S02001872,Langside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216482 +216482,S00114465,2c3,Professional Service Cosmopolitans,S01009932,Langside - 06,1a,Cosmopolitan student neighbourhoods,S02001872,Langside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216483 +216483,S00112741,2c3,Professional Service Cosmopolitans,S01010469,Anniesland East - 05,1a,Cosmopolitan student neighbourhoods,S02001970,Anniesland East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216484 +216484,S00112615,2c3,Professional Service Cosmopolitans,S01010402,Partickhill and Hyndland - 06,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216485 +216485,S00115104,2c3,Professional Service Cosmopolitans,S01009991,Castlemilk - 06,4d,Hard-pressed flat dwellers,S02001883,Castlemilk,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216486 +216486,S00116531,2c3,Professional Service Cosmopolitans,S01009997,Kingspark South - 05,4d,Hard-pressed flat dwellers,S02001884,Kingspark South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216487 +216487,S00114761,2c3,Professional Service Cosmopolitans,S01009900,Battlefield - 02,1a,Cosmopolitan student neighbourhoods,S02001867,Battlefield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216488 +216488,S00114466,2c3,Professional Service Cosmopolitans,S01009932,Langside - 06,1a,Cosmopolitan student neighbourhoods,S02001872,Langside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216489 +216489,S00114467,2c3,Professional Service Cosmopolitans,S01009932,Langside - 06,1a,Cosmopolitan student neighbourhoods,S02001872,Langside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216490 +216490,S00114468,2c3,Professional Service Cosmopolitans,S01009932,Langside - 06,1a,Cosmopolitan student neighbourhoods,S02001872,Langside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216491 +216491,S00114470,2c3,Professional Service Cosmopolitans,S01009931,Langside - 05,1a,Cosmopolitan student neighbourhoods,S02001872,Langside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216492 +216492,S00114471,2c3,Professional Service Cosmopolitans,S01009931,Langside - 05,1a,Cosmopolitan student neighbourhoods,S02001872,Langside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216493 +216493,S00114472,2c3,Professional Service Cosmopolitans,S01009931,Langside - 05,1a,Cosmopolitan student neighbourhoods,S02001872,Langside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216494 +216494,S00114474,2c3,Professional Service Cosmopolitans,S01009927,Langside - 01,4d,Hard-pressed flat dwellers,S02001872,Langside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216495 +216495,S00114475,2c3,Professional Service Cosmopolitans,S01009931,Langside - 05,1a,Cosmopolitan student neighbourhoods,S02001872,Langside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216496 +216496,S00114476,2c3,Professional Service Cosmopolitans,S01009931,Langside - 05,1a,Cosmopolitan student neighbourhoods,S02001872,Langside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216497 +216497,S00114477,2c3,Professional Service Cosmopolitans,S01009928,Langside - 02,3c,Highly qualified professionals,S02001872,Langside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216498 +216498,S00114479,2c3,Professional Service Cosmopolitans,S01009929,Langside - 03,3c,Highly qualified professionals,S02001872,Langside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216499 +216499,S00114480,2c3,Professional Service Cosmopolitans,S01009928,Langside - 02,3c,Highly qualified professionals,S02001872,Langside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216500 +216500,S00114482,2c3,Professional Service Cosmopolitans,S01009928,Langside - 02,3c,Highly qualified professionals,S02001872,Langside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216501 +216501,S00114483,2c3,Professional Service Cosmopolitans,S01009928,Langside - 02,3c,Highly qualified professionals,S02001872,Langside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216502 +216502,S00114485,2c3,Professional Service Cosmopolitans,S01009931,Langside - 05,1a,Cosmopolitan student neighbourhoods,S02001872,Langside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216503 +216503,S00114486,2c3,Professional Service Cosmopolitans,S01009931,Langside - 05,1a,Cosmopolitan student neighbourhoods,S02001872,Langside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216504 +216504,S00114487,2c3,Professional Service Cosmopolitans,S01009928,Langside - 02,3c,Highly qualified professionals,S02001872,Langside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216505 +216505,S00114492,2c3,Professional Service Cosmopolitans,S01009923,Shawlands East - 01,1a,Cosmopolitan student neighbourhoods,S02001871,Shawlands East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216506 +216506,S00114494,2c3,Professional Service Cosmopolitans,S01009923,Shawlands East - 01,1a,Cosmopolitan student neighbourhoods,S02001871,Shawlands East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216507 +216507,S00114495,2c3,Professional Service Cosmopolitans,S01009924,Shawlands East - 02,1a,Cosmopolitan student neighbourhoods,S02001871,Shawlands East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216508 +216508,S00114496,2c3,Professional Service Cosmopolitans,S01009923,Shawlands East - 01,1a,Cosmopolitan student neighbourhoods,S02001871,Shawlands East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216509 +216509,S00112616,2c3,Professional Service Cosmopolitans,S01010400,Partickhill and Hyndland - 04,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216510 +216510,S00112617,2c3,Professional Service Cosmopolitans,S01010402,Partickhill and Hyndland - 06,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216511 +216511,S00116575,2c3,Professional Service Cosmopolitans,S01010041,Calton and Gallowgate - 05,1a,Cosmopolitan student neighbourhoods,S02001891,Calton and Gallowgate,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216512 +216512,S00112618,2c3,Professional Service Cosmopolitans,S01010402,Partickhill and Hyndland - 06,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216513 +216513,S00112619,2c3,Professional Service Cosmopolitans,S01010399,Partickhill and Hyndland - 03,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216514 +216514,S00116578,2c3,Professional Service Cosmopolitans,S01010041,Calton and Gallowgate - 05,1a,Cosmopolitan student neighbourhoods,S02001891,Calton and Gallowgate,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216515 +216515,S00112620,2c3,Professional Service Cosmopolitans,S01010403,Dowanhill - 01,1a,Cosmopolitan student neighbourhoods,S02001957,Dowanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216516 +216516,S00114762,2c3,Professional Service Cosmopolitans,S01009900,Battlefield - 02,1a,Cosmopolitan student neighbourhoods,S02001867,Battlefield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216517 +216517,S00115127,2c3,Professional Service Cosmopolitans,S01009995,Kingspark South - 03,4d,Hard-pressed flat dwellers,S02001884,Kingspark South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216518 +216518,S00116600,2c3,Professional Service Cosmopolitans,S01010295,Woodlands - 07,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216519 +216519,S00112621,2c3,Professional Service Cosmopolitans,S01010399,Partickhill and Hyndland - 03,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216520 +216520,S00114763,2c3,Professional Service Cosmopolitans,S01009930,Langside - 04,1a,Cosmopolitan student neighbourhoods,S02001872,Langside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216521 +216521,S00115262,2c3,Professional Service Cosmopolitans,S01009864,Ibrox East and Cessnock - 03,1a,Cosmopolitan student neighbourhoods,S02001860,Ibrox East and Cessnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216522 +216522,S00116620,2c3,Professional Service Cosmopolitans,S01010276,Anderston - 01,1a,Cosmopolitan student neighbourhoods,S02001935,Anderston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216523 +216523,S00114764,2c3,Professional Service Cosmopolitans,S01009930,Langside - 04,1a,Cosmopolitan student neighbourhoods,S02001872,Langside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216524 +216524,S00112743,2c3,Professional Service Cosmopolitans,S01010414,Kelvinside and Jordanhill - 07,3c,Highly qualified professionals,S02001958,Kelvinside and Jordanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216525 +216525,S00112622,2c3,Professional Service Cosmopolitans,S01010412,Kelvinside and Jordanhill - 05,1a,Cosmopolitan student neighbourhoods,S02001958,Kelvinside and Jordanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216526 +216526,S00112744,2c3,Professional Service Cosmopolitans,S01010469,Anniesland East - 05,1a,Cosmopolitan student neighbourhoods,S02001970,Anniesland East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216527 +216527,S00114765,2c3,Professional Service Cosmopolitans,S01009900,Battlefield - 02,1a,Cosmopolitan student neighbourhoods,S02001867,Battlefield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216528 +216528,S00115266,2c3,Professional Service Cosmopolitans,S01009873,Kingston West and Dumbreck - 03,3d,Households in terraces and flats,S02001862,Kingston West and Dumbreck,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216529 +216529,S00116621,2c3,Professional Service Cosmopolitans,S01010276,Anderston - 01,1a,Cosmopolitan student neighbourhoods,S02001935,Anderston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216530 +216530,S00112623,2c3,Professional Service Cosmopolitans,S01010412,Kelvinside and Jordanhill - 05,1a,Cosmopolitan student neighbourhoods,S02001958,Kelvinside and Jordanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216531 +216531,S00112755,2c3,Professional Service Cosmopolitans,S01010476,Anniesland West - 07,4d,Hard-pressed flat dwellers,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216532 +216532,S00115269,2c3,Professional Service Cosmopolitans,S01009872,Kingston West and Dumbreck - 02,1a,Cosmopolitan student neighbourhoods,S02001862,Kingston West and Dumbreck,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216533 +216533,S00116634,2c3,Professional Service Cosmopolitans,S01010287,Finnieston and Kelvinhaugh - 06,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216534 +216534,S00114766,2c3,Professional Service Cosmopolitans,S01009900,Battlefield - 02,1a,Cosmopolitan student neighbourhoods,S02001867,Battlefield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216535 +216535,S00112624,2c3,Professional Service Cosmopolitans,S01010403,Dowanhill - 01,1a,Cosmopolitan student neighbourhoods,S02001957,Dowanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216536 +216536,S00112976,2c3,Professional Service Cosmopolitans,S01010421,Victoria Park - 02,3c,Highly qualified professionals,S02001960,Victoria Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216537 +216537,S00115276,2c3,Professional Service Cosmopolitans,S01009872,Kingston West and Dumbreck - 02,1a,Cosmopolitan student neighbourhoods,S02001862,Kingston West and Dumbreck,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216538 +216538,S00112625,2c3,Professional Service Cosmopolitans,S01010399,Partickhill and Hyndland - 03,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216539 +216539,S00116635,2c3,Professional Service Cosmopolitans,S01010287,Finnieston and Kelvinhaugh - 06,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216540 +216540,S00114767,2c3,Professional Service Cosmopolitans,S01009900,Battlefield - 02,1a,Cosmopolitan student neighbourhoods,S02001867,Battlefield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216541 +216541,S00116650,2c3,Professional Service Cosmopolitans,S01010220,Cowlairs and Port Dundas - 02,1a,Cosmopolitan student neighbourhoods,S02001924,Cowlairs and Port Dundas,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216542 +216542,S00112628,2c3,Professional Service Cosmopolitans,S01010399,Partickhill and Hyndland - 03,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216543 +216543,S00112982,2c3,Professional Service Cosmopolitans,S01010391,Glasgow Harbour and Partick South - 04,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216544 +216544,S00115309,2c3,Professional Service Cosmopolitans,S01009865,Ibrox East and Cessnock - 04,1a,Cosmopolitan student neighbourhoods,S02001860,Ibrox East and Cessnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216545 +216545,S00113014,2c3,Professional Service Cosmopolitans,S01010442,Yoker South - 06,4d,Hard-pressed flat dwellers,S02001964,Yoker South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216546 +216546,S00116680,2c3,Professional Service Cosmopolitans,S01010031,Laurieston and Tradeston - 01,1a,Cosmopolitan student neighbourhoods,S02001890,Laurieston and Tradeston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216547 +216547,S00114769,2c3,Professional Service Cosmopolitans,S01010006,Cathcart - 02,1a,Cosmopolitan student neighbourhoods,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216548 +216548,S00112629,2c3,Professional Service Cosmopolitans,S01010399,Partickhill and Hyndland - 03,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216549 +216549,S00115923,2c3,Professional Service Cosmopolitans,S01010384,Hillhead - 04,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216550 +216550,S00113131,2c3,Professional Service Cosmopolitans,S01010308,Firhill - 08,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216551 +216551,S00116700,2c3,Professional Service Cosmopolitans,S01010026,Gorbals and Hutchesontown - 04,1a,Cosmopolitan student neighbourhoods,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216552 +216552,S00114772,2c3,Professional Service Cosmopolitans,S01009901,Battlefield - 03,1a,Cosmopolitan student neighbourhoods,S02001867,Battlefield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216553 +216553,S00114773,2c3,Professional Service Cosmopolitans,S01009900,Battlefield - 02,1a,Cosmopolitan student neighbourhoods,S02001867,Battlefield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216554 +216554,S00114774,2c3,Professional Service Cosmopolitans,S01009901,Battlefield - 03,1a,Cosmopolitan student neighbourhoods,S02001867,Battlefield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216555 +216555,S00114776,2c3,Professional Service Cosmopolitans,S01009901,Battlefield - 03,1a,Cosmopolitan student neighbourhoods,S02001867,Battlefield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216556 +216556,S00114779,2c3,Professional Service Cosmopolitans,S01009901,Battlefield - 03,1a,Cosmopolitan student neighbourhoods,S02001867,Battlefield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216557 +216557,S00114780,2c3,Professional Service Cosmopolitans,S01009904,Battlefield - 06,1a,Cosmopolitan student neighbourhoods,S02001867,Battlefield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216558 +216558,S00114781,2c3,Professional Service Cosmopolitans,S01009904,Battlefield - 06,1a,Cosmopolitan student neighbourhoods,S02001867,Battlefield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216559 +216559,S00114782,2c3,Professional Service Cosmopolitans,S01009904,Battlefield - 06,1a,Cosmopolitan student neighbourhoods,S02001867,Battlefield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216560 +216560,S00114783,2c3,Professional Service Cosmopolitans,S01010015,Mount Florida - 05,1a,Cosmopolitan student neighbourhoods,S02001887,Mount Florida,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216561 +216561,S00114786,2c3,Professional Service Cosmopolitans,S01010011,Mount Florida - 01,1a,Cosmopolitan student neighbourhoods,S02001887,Mount Florida,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216562 +216562,S00114787,2c3,Professional Service Cosmopolitans,S01010011,Mount Florida - 01,1a,Cosmopolitan student neighbourhoods,S02001887,Mount Florida,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216563 +216563,S00114788,2c3,Professional Service Cosmopolitans,S01010011,Mount Florida - 01,1a,Cosmopolitan student neighbourhoods,S02001887,Mount Florida,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216564 +216564,S00114789,2c3,Professional Service Cosmopolitans,S01010011,Mount Florida - 01,1a,Cosmopolitan student neighbourhoods,S02001887,Mount Florida,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216565 +216565,S00114790,2c3,Professional Service Cosmopolitans,S01010011,Mount Florida - 01,1a,Cosmopolitan student neighbourhoods,S02001887,Mount Florida,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216566 +216566,S00114792,2c3,Professional Service Cosmopolitans,S01010015,Mount Florida - 05,1a,Cosmopolitan student neighbourhoods,S02001887,Mount Florida,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216567 +216567,S00114793,2c3,Professional Service Cosmopolitans,S01010015,Mount Florida - 05,1a,Cosmopolitan student neighbourhoods,S02001887,Mount Florida,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216568 +216568,S00114794,2c3,Professional Service Cosmopolitans,S01010015,Mount Florida - 05,1a,Cosmopolitan student neighbourhoods,S02001887,Mount Florida,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216569 +216569,S00114795,2c3,Professional Service Cosmopolitans,S01010014,Mount Florida - 04,1a,Cosmopolitan student neighbourhoods,S02001887,Mount Florida,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216570 +216570,S00114796,2c3,Professional Service Cosmopolitans,S01010014,Mount Florida - 04,1a,Cosmopolitan student neighbourhoods,S02001887,Mount Florida,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216571 +216571,S00114802,2c3,Professional Service Cosmopolitans,S01010013,Mount Florida - 03,4d,Hard-pressed flat dwellers,S02001887,Mount Florida,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216572 +216572,S00114803,2c3,Professional Service Cosmopolitans,S01010013,Mount Florida - 03,4d,Hard-pressed flat dwellers,S02001887,Mount Florida,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216573 +216573,S00114805,2c3,Professional Service Cosmopolitans,S01010013,Mount Florida - 03,4d,Hard-pressed flat dwellers,S02001887,Mount Florida,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216574 +216574,S00114806,2c3,Professional Service Cosmopolitans,S01010013,Mount Florida - 03,4d,Hard-pressed flat dwellers,S02001887,Mount Florida,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216575 +216575,S00114883,2c3,Professional Service Cosmopolitans,S01009932,Langside - 06,1a,Cosmopolitan student neighbourhoods,S02001872,Langside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216576 +216576,S00114884,2c3,Professional Service Cosmopolitans,S01009922,Shawlands West - 04,1a,Cosmopolitan student neighbourhoods,S02001870,Shawlands West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216577 +216577,S00114885,2c3,Professional Service Cosmopolitans,S01009933,Pollokshaws - 01,6a,Inner city cosmopolitan,S02001873,Pollokshaws,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216578 +216578,S00114964,2c3,Professional Service Cosmopolitans,S01009962,Muirend and Old Cathcart - 04,4d,Hard-pressed flat dwellers,S02001878,Muirend and Old Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216579 +216579,S00114980,2c3,Professional Service Cosmopolitans,S01009964,Muirend and Old Cathcart - 06,3a,Achieving neighbourhoods,S02001878,Muirend and Old Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216580 +216580,S00114985,2c3,Professional Service Cosmopolitans,S01009955,Merrylee and Millbrae - 01,3c,Highly qualified professionals,S02001877,Merrylee and Millbrae,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216581 +216581,S00114988,2c3,Professional Service Cosmopolitans,S01010009,Cathcart - 05,1a,Cosmopolitan student neighbourhoods,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216582 +216582,S00114990,2c3,Professional Service Cosmopolitans,S01010009,Cathcart - 05,1a,Cosmopolitan student neighbourhoods,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216583 +216583,S00114992,2c3,Professional Service Cosmopolitans,S01010009,Cathcart - 05,1a,Cosmopolitan student neighbourhoods,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216584 +216584,S00114995,2c3,Professional Service Cosmopolitans,S01010005,Cathcart - 01,1a,Cosmopolitan student neighbourhoods,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216585 +216585,S00114997,2c3,Professional Service Cosmopolitans,S01010006,Cathcart - 02,1a,Cosmopolitan student neighbourhoods,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216586 +216586,S00114998,2c3,Professional Service Cosmopolitans,S01010006,Cathcart - 02,1a,Cosmopolitan student neighbourhoods,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216587 +216587,S00115002,2c3,Professional Service Cosmopolitans,S01010006,Cathcart - 02,1a,Cosmopolitan student neighbourhoods,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216588 +216588,S00115003,2c3,Professional Service Cosmopolitans,S01010006,Cathcart - 02,1a,Cosmopolitan student neighbourhoods,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216589 +216589,S00115004,2c3,Professional Service Cosmopolitans,S01010006,Cathcart - 02,1a,Cosmopolitan student neighbourhoods,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216590 +216590,S00115010,2c3,Professional Service Cosmopolitans,S01010008,Cathcart - 04,1a,Cosmopolitan student neighbourhoods,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216591 +216591,S00115011,2c3,Professional Service Cosmopolitans,S01010008,Cathcart - 04,1a,Cosmopolitan student neighbourhoods,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216592 +216592,S00115013,2c3,Professional Service Cosmopolitans,S01010007,Cathcart - 03,3d,Households in terraces and flats,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216593 +216593,S00115925,2c3,Professional Service Cosmopolitans,S01010289,Woodlands - 01,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216594 +216594,S00112630,2c3,Professional Service Cosmopolitans,S01010399,Partickhill and Hyndland - 03,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216595 +216595,S00113133,2c3,Professional Service Cosmopolitans,S01010308,Firhill - 08,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216596 +216596,S00116718,2c3,Professional Service Cosmopolitans,S01010396,Partick - 04,1a,Cosmopolitan student neighbourhoods,S02001955,Partick,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216597 +216597,S00115927,2c3,Professional Service Cosmopolitans,S01010289,Woodlands - 01,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216598 +216598,S00116720,2c3,Professional Service Cosmopolitans,S01010400,Partickhill and Hyndland - 04,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216599 +216599,S00112631,2c3,Professional Service Cosmopolitans,S01010399,Partickhill and Hyndland - 03,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216600 +216600,S00115930,2c3,Professional Service Cosmopolitans,S01010424,Whiteinch - 02,4d,Hard-pressed flat dwellers,S02001961,Whiteinch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216601 +216601,S00116724,2c3,Professional Service Cosmopolitans,S01010380,Kelvingrove and University - 07,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216602 +216602,S00112632,2c3,Professional Service Cosmopolitans,S01010399,Partickhill and Hyndland - 03,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216603 +216603,S00115973,2c3,Professional Service Cosmopolitans,S01010372,North Kelvin - 04,1a,Cosmopolitan student neighbourhoods,S02001951,North Kelvin,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216604 +216604,S00116036,2c3,Professional Service Cosmopolitans,S01010235,Dennistoun North - 02,1a,Cosmopolitan student neighbourhoods,S02001927,Dennistoun North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216605 +216605,S00116041,2c3,Professional Service Cosmopolitans,S01010249,Dennistoun - 02,1a,Cosmopolitan student neighbourhoods,S02001930,Dennistoun,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216606 +216606,S00116051,2c3,Professional Service Cosmopolitans,S01010241,Alexandra Parade - 03,1a,Cosmopolitan student neighbourhoods,S02001928,Alexandra Parade,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216607 +216607,S00116164,2c3,Professional Service Cosmopolitans,S01009904,Battlefield - 06,1a,Cosmopolitan student neighbourhoods,S02001867,Battlefield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216608 +216608,S00116165,2c3,Professional Service Cosmopolitans,S01009909,Strathbungo - 05,1a,Cosmopolitan student neighbourhoods,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216609 +216609,S00116168,2c3,Professional Service Cosmopolitans,S01009925,Shawlands East - 03,1a,Cosmopolitan student neighbourhoods,S02001871,Shawlands East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216610 +216610,S00116169,2c3,Professional Service Cosmopolitans,S01009922,Shawlands West - 04,1a,Cosmopolitan student neighbourhoods,S02001870,Shawlands West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216611 +216611,S00116200,2c3,Professional Service Cosmopolitans,S01010030,Gorbals and Hutchesontown - 08,1a,Cosmopolitan student neighbourhoods,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216612 +216612,S00116204,2c3,Professional Service Cosmopolitans,S01009901,Battlefield - 03,1a,Cosmopolitan student neighbourhoods,S02001867,Battlefield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216613 +216613,S00116206,2c3,Professional Service Cosmopolitans,S01010015,Mount Florida - 05,1a,Cosmopolitan student neighbourhoods,S02001887,Mount Florida,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216614 +216614,S00116207,2c3,Professional Service Cosmopolitans,S01010014,Mount Florida - 04,1a,Cosmopolitan student neighbourhoods,S02001887,Mount Florida,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216615 +216615,S00116213,2c3,Professional Service Cosmopolitans,S01010399,Partickhill and Hyndland - 03,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216616 +216616,S00116215,2c3,Professional Service Cosmopolitans,S01010400,Partickhill and Hyndland - 04,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216617 +216617,S00116253,2c3,Professional Service Cosmopolitans,S01009867,Kinning Park and Festival Park - 02,1a,Cosmopolitan student neighbourhoods,S02001861,Kinning Park and Festival Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216618 +216618,S00116281,2c3,Professional Service Cosmopolitans,S01010395,Partick - 03,1a,Cosmopolitan student neighbourhoods,S02001955,Partick,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216619 +216619,S00113137,2c3,Professional Service Cosmopolitans,S01010308,Firhill - 08,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216620 +216620,S00116284,2c3,Professional Service Cosmopolitans,S01010390,Glasgow Harbour and Partick South - 03,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216621 +216621,S00116299,2c3,Professional Service Cosmopolitans,S01010260,City Centre East - 02,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216622 +216622,S00116316,2c3,Professional Service Cosmopolitans,S01009804,Pollok North and East - 06,3c,Highly qualified professionals,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216623 +216623,S00116355,2c3,Professional Service Cosmopolitans,S01010405,Dowanhill - 03,1a,Cosmopolitan student neighbourhoods,S02001957,Dowanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216624 +216624,S00116356,2c3,Professional Service Cosmopolitans,S01010412,Kelvinside and Jordanhill - 05,1a,Cosmopolitan student neighbourhoods,S02001958,Kelvinside and Jordanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216625 +216625,S00116357,2c3,Professional Service Cosmopolitans,S01010402,Partickhill and Hyndland - 06,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216626 +216626,S00116361,2c3,Professional Service Cosmopolitans,S01010467,Anniesland East - 03,3c,Highly qualified professionals,S02001970,Anniesland East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216627 +216627,S00116366,2c3,Professional Service Cosmopolitans,S01010475,Anniesland West - 06,3c,Highly qualified professionals,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216628 +216628,S00116367,2c3,Professional Service Cosmopolitans,S01010475,Anniesland West - 06,3c,Highly qualified professionals,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216629 +216629,S00116368,2c3,Professional Service Cosmopolitans,S01010472,Anniesland West - 03,1a,Cosmopolitan student neighbourhoods,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216630 +216630,S00116369,2c3,Professional Service Cosmopolitans,S01010472,Anniesland West - 03,1a,Cosmopolitan student neighbourhoods,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216631 +216631,S00116371,2c3,Professional Service Cosmopolitans,S01010472,Anniesland West - 03,1a,Cosmopolitan student neighbourhoods,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216632 +216632,S00116374,2c3,Professional Service Cosmopolitans,S01010460,Knightswood Park East - 01,3b,Asian traits,S02001969,Knightswood Park East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216633 +216633,S00116376,2c3,Professional Service Cosmopolitans,S01010460,Knightswood Park East - 01,3b,Asian traits,S02001969,Knightswood Park East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216634 +216634,S00116407,2c3,Professional Service Cosmopolitans,S01010393,Partick - 01,1a,Cosmopolitan student neighbourhoods,S02001955,Partick,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216635 +216635,S00116408,2c3,Professional Service Cosmopolitans,S01010393,Partick - 01,1a,Cosmopolitan student neighbourhoods,S02001955,Partick,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216636 +216636,S00116409,2c3,Professional Service Cosmopolitans,S01010398,Partickhill and Hyndland - 02,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216637 +216637,S00116410,2c3,Professional Service Cosmopolitans,S01010398,Partickhill and Hyndland - 02,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216638 +216638,S00116482,2c3,Professional Service Cosmopolitans,S01010250,Dennistoun - 03,1a,Cosmopolitan student neighbourhoods,S02001930,Dennistoun,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216639 +216639,S00116483,2c3,Professional Service Cosmopolitans,S01010234,Dennistoun North - 01,1a,Cosmopolitan student neighbourhoods,S02001927,Dennistoun North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216640 +216640,S00116514,2c3,Professional Service Cosmopolitans,S01009923,Shawlands East - 01,1a,Cosmopolitan student neighbourhoods,S02001871,Shawlands East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216641 +216641,S00116519,2c3,Professional Service Cosmopolitans,S01009905,Strathbungo - 01,1a,Cosmopolitan student neighbourhoods,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216642 +216642,S00116742,2c3,Professional Service Cosmopolitans,S01010415,Broomhill - 01,4d,Hard-pressed flat dwellers,S02001959,Broomhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216643 +216643,S00116752,2c3,Professional Service Cosmopolitans,S01010419,Broomhill - 05,3c,Highly qualified professionals,S02001959,Broomhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216644 +216644,S00112633,2c3,Professional Service Cosmopolitans,S01010402,Partickhill and Hyndland - 06,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216645 +216645,S00116753,2c3,Professional Service Cosmopolitans,S01010419,Broomhill - 05,3c,Highly qualified professionals,S02001959,Broomhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216646 +216646,S00116761,2c3,Professional Service Cosmopolitans,S01010405,Dowanhill - 03,1a,Cosmopolitan student neighbourhoods,S02001957,Dowanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216647 +216647,S00112634,2c3,Professional Service Cosmopolitans,S01010398,Partickhill and Hyndland - 02,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216648 +216648,S00116763,2c3,Professional Service Cosmopolitans,S01010401,Partickhill and Hyndland - 05,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216649 +216649,S00112639,2c3,Professional Service Cosmopolitans,S01010467,Anniesland East - 03,3c,Highly qualified professionals,S02001970,Anniesland East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216650 +216650,S00116764,2c3,Professional Service Cosmopolitans,S01010399,Partickhill and Hyndland - 03,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216651 +216651,S00112640,2c3,Professional Service Cosmopolitans,S01010468,Anniesland East - 04,3b,Asian traits,S02001970,Anniesland East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216652 +216652,S00116766,2c3,Professional Service Cosmopolitans,S01010398,Partickhill and Hyndland - 02,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216653 +216653,S00112641,2c3,Professional Service Cosmopolitans,S01010467,Anniesland East - 03,3c,Highly qualified professionals,S02001970,Anniesland East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216654 +216654,S00112643,2c3,Professional Service Cosmopolitans,S01010468,Anniesland East - 04,3b,Asian traits,S02001970,Anniesland East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216655 +216655,S00112644,2c3,Professional Service Cosmopolitans,S01010363,Kelvindale - 01,3c,Highly qualified professionals,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216656 +216656,S00112646,2c3,Professional Service Cosmopolitans,S01010363,Kelvindale - 01,3c,Highly qualified professionals,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216657 +216657,S00112647,2c3,Professional Service Cosmopolitans,S01010363,Kelvindale - 01,3c,Highly qualified professionals,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216658 +216658,S00112648,2c3,Professional Service Cosmopolitans,S01010363,Kelvindale - 01,3c,Highly qualified professionals,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216659 +216659,S00112660,2c3,Professional Service Cosmopolitans,S01010366,Kelvindale - 04,3c,Highly qualified professionals,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216660 +216660,S00112662,2c3,Professional Service Cosmopolitans,S01010366,Kelvindale - 04,3c,Highly qualified professionals,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216661 +216661,S00112665,2c3,Professional Service Cosmopolitans,S01010367,Kelvindale - 05,1a,Cosmopolitan student neighbourhoods,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216662 +216662,S00112667,2c3,Professional Service Cosmopolitans,S01010367,Kelvindale - 05,1a,Cosmopolitan student neighbourhoods,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216663 +216663,S00112670,2c3,Professional Service Cosmopolitans,S01010368,Kelvindale - 06,3c,Highly qualified professionals,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216664 +216664,S00112673,2c3,Professional Service Cosmopolitans,S01010322,Ruchill - 08,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216665 +216665,S00112675,2c3,Professional Service Cosmopolitans,S01010370,North Kelvin - 02,1a,Cosmopolitan student neighbourhoods,S02001951,North Kelvin,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216666 +216666,S00112676,2c3,Professional Service Cosmopolitans,S01010405,Dowanhill - 03,1a,Cosmopolitan student neighbourhoods,S02001957,Dowanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216667 +216667,S00112677,2c3,Professional Service Cosmopolitans,S01010405,Dowanhill - 03,1a,Cosmopolitan student neighbourhoods,S02001957,Dowanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216668 +216668,S00112680,2c3,Professional Service Cosmopolitans,S01010368,Kelvindale - 06,3c,Highly qualified professionals,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216669 +216669,S00112681,2c3,Professional Service Cosmopolitans,S01010403,Dowanhill - 01,1a,Cosmopolitan student neighbourhoods,S02001957,Dowanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216670 +216670,S00112685,2c3,Professional Service Cosmopolitans,S01010365,Kelvindale - 03,3c,Highly qualified professionals,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216671 +216671,S00112686,2c3,Professional Service Cosmopolitans,S01010365,Kelvindale - 03,3c,Highly qualified professionals,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216672 +216672,S00112687,2c3,Professional Service Cosmopolitans,S01010412,Kelvinside and Jordanhill - 05,1a,Cosmopolitan student neighbourhoods,S02001958,Kelvinside and Jordanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216673 +216673,S00112688,2c3,Professional Service Cosmopolitans,S01010412,Kelvinside and Jordanhill - 05,1a,Cosmopolitan student neighbourhoods,S02001958,Kelvinside and Jordanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216674 +216674,S00112693,2c3,Professional Service Cosmopolitans,S01010467,Anniesland East - 03,3c,Highly qualified professionals,S02001970,Anniesland East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216675 +216675,S00112694,2c3,Professional Service Cosmopolitans,S01010467,Anniesland East - 03,3c,Highly qualified professionals,S02001970,Anniesland East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216676 +216676,S00112695,2c3,Professional Service Cosmopolitans,S01010467,Anniesland East - 03,3c,Highly qualified professionals,S02001970,Anniesland East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216677 +216677,S00112733,2c3,Professional Service Cosmopolitans,S01010473,Anniesland West - 04,3d,Households in terraces and flats,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216678 +216678,S00112735,2c3,Professional Service Cosmopolitans,S01010473,Anniesland West - 04,3d,Households in terraces and flats,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216679 +216679,S00112737,2c3,Professional Service Cosmopolitans,S01010473,Anniesland West - 04,3d,Households in terraces and flats,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216680 +216680,S00112738,2c3,Professional Service Cosmopolitans,S01010469,Anniesland East - 05,1a,Cosmopolitan student neighbourhoods,S02001970,Anniesland East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216681 +216681,S00112739,2c3,Professional Service Cosmopolitans,S01010469,Anniesland East - 05,1a,Cosmopolitan student neighbourhoods,S02001970,Anniesland East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216682 +216682,S00113157,2c3,Professional Service Cosmopolitans,S01010307,Firhill - 07,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216683 +216683,S00116768,2c3,Professional Service Cosmopolitans,S01010468,Anniesland East - 04,3b,Asian traits,S02001970,Anniesland East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216684 +216684,S00116769,2c3,Professional Service Cosmopolitans,S01010468,Anniesland East - 04,3b,Asian traits,S02001970,Anniesland East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216685 +216685,S00116774,2c3,Professional Service Cosmopolitans,S01010468,Anniesland East - 04,3b,Asian traits,S02001970,Anniesland East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216686 +216686,S00116775,2c3,Professional Service Cosmopolitans,S01010468,Anniesland East - 04,3b,Asian traits,S02001970,Anniesland East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216687 +216687,S00116779,2c3,Professional Service Cosmopolitans,S01010367,Kelvindale - 05,1a,Cosmopolitan student neighbourhoods,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216688 +216688,S00116780,2c3,Professional Service Cosmopolitans,S01010403,Dowanhill - 01,1a,Cosmopolitan student neighbourhoods,S02001957,Dowanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216689 +216689,S00116781,2c3,Professional Service Cosmopolitans,S01010412,Kelvinside and Jordanhill - 05,1a,Cosmopolitan student neighbourhoods,S02001958,Kelvinside and Jordanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216690 +216690,S00116782,2c3,Professional Service Cosmopolitans,S01010412,Kelvinside and Jordanhill - 05,1a,Cosmopolitan student neighbourhoods,S02001958,Kelvinside and Jordanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216691 +216691,S00116783,2c3,Professional Service Cosmopolitans,S01010399,Partickhill and Hyndland - 03,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216692 +216692,S00116786,2c3,Professional Service Cosmopolitans,S01010365,Kelvindale - 03,3c,Highly qualified professionals,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216693 +216693,S00116801,2c3,Professional Service Cosmopolitans,S01010475,Anniesland West - 06,3c,Highly qualified professionals,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216694 +216694,S00116802,2c3,Professional Service Cosmopolitans,S01010466,Anniesland East - 02,3c,Highly qualified professionals,S02001970,Anniesland East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216695 +216695,S00116804,2c3,Professional Service Cosmopolitans,S01010466,Anniesland East - 02,3c,Highly qualified professionals,S02001970,Anniesland East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216696 +216696,S00116893,2c3,Professional Service Cosmopolitans,S01010441,Yoker South - 05,4d,Hard-pressed flat dwellers,S02001964,Yoker South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216697 +216697,S00116896,2c3,Professional Service Cosmopolitans,S01010441,Yoker South - 05,4d,Hard-pressed flat dwellers,S02001964,Yoker South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216698 +216698,S00116932,2c3,Professional Service Cosmopolitans,S01010372,North Kelvin - 04,1a,Cosmopolitan student neighbourhoods,S02001951,North Kelvin,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216699 +216699,S00116933,2c3,Professional Service Cosmopolitans,S01010372,North Kelvin - 04,1a,Cosmopolitan student neighbourhoods,S02001951,North Kelvin,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216700 +216700,S00116935,2c3,Professional Service Cosmopolitans,S01010317,Ruchill - 03,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216701 +216701,S00117048,2c3,Professional Service Cosmopolitans,S01010208,Petershill - 06,4d,Hard-pressed flat dwellers,S02001921,Petershill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216702 +216702,S00117101,2c3,Professional Service Cosmopolitans,S01010236,Dennistoun North - 03,1a,Cosmopolitan student neighbourhoods,S02001927,Dennistoun North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216703 +216703,S00117106,2c3,Professional Service Cosmopolitans,S01010249,Dennistoun - 02,1a,Cosmopolitan student neighbourhoods,S02001930,Dennistoun,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216704 +216704,S00117108,2c3,Professional Service Cosmopolitans,S01010248,Dennistoun - 01,1a,Cosmopolitan student neighbourhoods,S02001930,Dennistoun,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216705 +216705,S00117109,2c3,Professional Service Cosmopolitans,S01010248,Dennistoun - 01,1a,Cosmopolitan student neighbourhoods,S02001930,Dennistoun,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216706 +216706,S00117111,2c3,Professional Service Cosmopolitans,S01010248,Dennistoun - 01,1a,Cosmopolitan student neighbourhoods,S02001930,Dennistoun,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216707 +216707,S00117173,2c3,Professional Service Cosmopolitans,S01010082,Mount Vernon North and Sandyhills - 05,8c,Comfortable suburbia,S02001899,Mount Vernon North and Sandyhills,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216708 +216708,S00117261,2c3,Professional Service Cosmopolitans,S01009882,Pollokshields East - 02,1a,Cosmopolitan student neighbourhoods,S02001864,Pollokshields East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216709 +216709,S00117262,2c3,Professional Service Cosmopolitans,S01009882,Pollokshields East - 02,1a,Cosmopolitan student neighbourhoods,S02001864,Pollokshields East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216710 +216710,S00117271,2c3,Professional Service Cosmopolitans,S01009886,Pollokshields East - 06,7b,Young ethnic communities,S02001864,Pollokshields East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216711 +216711,S00113158,2c3,Professional Service Cosmopolitans,S01010307,Firhill - 07,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216712 +216712,S00114497,2c3,Professional Service Cosmopolitans,S01009924,Shawlands East - 02,1a,Cosmopolitan student neighbourhoods,S02001871,Shawlands East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216713 +216713,S00113159,2c3,Professional Service Cosmopolitans,S01010307,Firhill - 07,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216714 +216714,S00113161,2c3,Professional Service Cosmopolitans,S01010371,North Kelvin - 03,1a,Cosmopolitan student neighbourhoods,S02001951,North Kelvin,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216715 +216715,S00113162,2c3,Professional Service Cosmopolitans,S01010373,North Kelvin - 05,1a,Cosmopolitan student neighbourhoods,S02001951,North Kelvin,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216716 +216716,S00113163,2c3,Professional Service Cosmopolitans,S01010372,North Kelvin - 04,1a,Cosmopolitan student neighbourhoods,S02001951,North Kelvin,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216717 +216717,S00114498,2c3,Professional Service Cosmopolitans,S01009931,Langside - 05,1a,Cosmopolitan student neighbourhoods,S02001872,Langside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216718 +216718,S00113164,2c3,Professional Service Cosmopolitans,S01010369,North Kelvin - 01,1a,Cosmopolitan student neighbourhoods,S02001951,North Kelvin,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216719 +216719,S00114500,2c3,Professional Service Cosmopolitans,S01009926,Shawlands East - 04,1a,Cosmopolitan student neighbourhoods,S02001871,Shawlands East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216720 +216720,S00113165,2c3,Professional Service Cosmopolitans,S01010373,North Kelvin - 05,1a,Cosmopolitan student neighbourhoods,S02001951,North Kelvin,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216721 +216721,S00113166,2c3,Professional Service Cosmopolitans,S01010307,Firhill - 07,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216722 +216722,S00113167,2c3,Professional Service Cosmopolitans,S01010369,North Kelvin - 01,1a,Cosmopolitan student neighbourhoods,S02001951,North Kelvin,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216723 +216723,S00113171,2c3,Professional Service Cosmopolitans,S01010373,North Kelvin - 05,1a,Cosmopolitan student neighbourhoods,S02001951,North Kelvin,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216724 +216724,S00113172,2c3,Professional Service Cosmopolitans,S01010369,North Kelvin - 01,1a,Cosmopolitan student neighbourhoods,S02001951,North Kelvin,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216725 +216725,S00113206,2c3,Professional Service Cosmopolitans,S01010370,North Kelvin - 02,1a,Cosmopolitan student neighbourhoods,S02001951,North Kelvin,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216726 +216726,S00113207,2c3,Professional Service Cosmopolitans,S01010370,North Kelvin - 02,1a,Cosmopolitan student neighbourhoods,S02001951,North Kelvin,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216727 +216727,S00113208,2c3,Professional Service Cosmopolitans,S01010370,North Kelvin - 02,1a,Cosmopolitan student neighbourhoods,S02001951,North Kelvin,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216728 +216728,S00113213,2c3,Professional Service Cosmopolitans,S01010317,Ruchill - 03,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216729 +216729,S00113214,2c3,Professional Service Cosmopolitans,S01010322,Ruchill - 08,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216730 +216730,S00113215,2c3,Professional Service Cosmopolitans,S01010370,North Kelvin - 02,1a,Cosmopolitan student neighbourhoods,S02001951,North Kelvin,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216731 +216731,S00113230,2c3,Professional Service Cosmopolitans,S01010322,Ruchill - 08,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216732 +216732,S00113231,2c3,Professional Service Cosmopolitans,S01010322,Ruchill - 08,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216733 +216733,S00113257,2c3,Professional Service Cosmopolitans,S01010319,Ruchill - 05,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216734 +216734,S00113702,2c3,Professional Service Cosmopolitans,S01010249,Dennistoun - 02,1a,Cosmopolitan student neighbourhoods,S02001930,Dennistoun,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216735 +216735,S00113705,2c3,Professional Service Cosmopolitans,S01010248,Dennistoun - 01,1a,Cosmopolitan student neighbourhoods,S02001930,Dennistoun,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216736 +216736,S00113706,2c3,Professional Service Cosmopolitans,S01010248,Dennistoun - 01,1a,Cosmopolitan student neighbourhoods,S02001930,Dennistoun,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216737 +216737,S00113707,2c3,Professional Service Cosmopolitans,S01010238,Dennistoun North - 05,1a,Cosmopolitan student neighbourhoods,S02001927,Dennistoun North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216738 +216738,S00113709,2c3,Professional Service Cosmopolitans,S01010248,Dennistoun - 01,1a,Cosmopolitan student neighbourhoods,S02001930,Dennistoun,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216739 +216739,S00113710,2c3,Professional Service Cosmopolitans,S01010248,Dennistoun - 01,1a,Cosmopolitan student neighbourhoods,S02001930,Dennistoun,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216740 +216740,S00113711,2c3,Professional Service Cosmopolitans,S01010237,Dennistoun North - 04,1a,Cosmopolitan student neighbourhoods,S02001927,Dennistoun North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216741 +216741,S00113712,2c3,Professional Service Cosmopolitans,S01010237,Dennistoun North - 04,1a,Cosmopolitan student neighbourhoods,S02001927,Dennistoun North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216742 +216742,S00113721,2c3,Professional Service Cosmopolitans,S01010238,Dennistoun North - 05,1a,Cosmopolitan student neighbourhoods,S02001927,Dennistoun North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216743 +216743,S00113743,2c3,Professional Service Cosmopolitans,S01010241,Alexandra Parade - 03,1a,Cosmopolitan student neighbourhoods,S02001928,Alexandra Parade,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216744 +216744,S00113744,2c3,Professional Service Cosmopolitans,S01010241,Alexandra Parade - 03,1a,Cosmopolitan student neighbourhoods,S02001928,Alexandra Parade,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216745 +216745,S00113750,2c3,Professional Service Cosmopolitans,S01010240,Alexandra Parade - 02,1a,Cosmopolitan student neighbourhoods,S02001928,Alexandra Parade,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216746 +216746,S00113751,2c3,Professional Service Cosmopolitans,S01010238,Dennistoun North - 05,1a,Cosmopolitan student neighbourhoods,S02001927,Dennistoun North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216747 +216747,S00113757,2c3,Professional Service Cosmopolitans,S01010239,Alexandra Parade - 01,4d,Hard-pressed flat dwellers,S02001928,Alexandra Parade,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216748 +216748,S00113766,2c3,Professional Service Cosmopolitans,S01010234,Dennistoun North - 01,1a,Cosmopolitan student neighbourhoods,S02001927,Dennistoun North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216749 +216749,S00113947,2c3,Professional Service Cosmopolitans,S01010059,Parkhead East and Braidfauld North - 04,1a,Cosmopolitan student neighbourhoods,S02001895,Parkhead East and Braidfauld North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216750 +216750,S00114348,2c3,Professional Service Cosmopolitans,S01010044,Bridgeton - 03,1a,Cosmopolitan student neighbourhoods,S02001892,Bridgeton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216751 +216751,S00114350,2c3,Professional Service Cosmopolitans,S01010044,Bridgeton - 03,1a,Cosmopolitan student neighbourhoods,S02001892,Bridgeton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216752 +216752,S00114398,2c3,Professional Service Cosmopolitans,S01009882,Pollokshields East - 02,1a,Cosmopolitan student neighbourhoods,S02001864,Pollokshields East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216753 +216753,S00114502,2c3,Professional Service Cosmopolitans,S01009926,Shawlands East - 04,1a,Cosmopolitan student neighbourhoods,S02001871,Shawlands East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216754 +216754,S00114505,2c3,Professional Service Cosmopolitans,S01009926,Shawlands East - 04,1a,Cosmopolitan student neighbourhoods,S02001871,Shawlands East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216755 +216755,S00114506,2c3,Professional Service Cosmopolitans,S01009925,Shawlands East - 03,1a,Cosmopolitan student neighbourhoods,S02001871,Shawlands East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216756 +216756,S00114507,2c3,Professional Service Cosmopolitans,S01009925,Shawlands East - 03,1a,Cosmopolitan student neighbourhoods,S02001871,Shawlands East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216757 +216757,S00114508,2c3,Professional Service Cosmopolitans,S01009925,Shawlands East - 03,1a,Cosmopolitan student neighbourhoods,S02001871,Shawlands East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216758 +216758,S00114509,2c3,Professional Service Cosmopolitans,S01009925,Shawlands East - 03,1a,Cosmopolitan student neighbourhoods,S02001871,Shawlands East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216759 +216759,S00114510,2c3,Professional Service Cosmopolitans,S01009925,Shawlands East - 03,1a,Cosmopolitan student neighbourhoods,S02001871,Shawlands East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216760 +216760,S00114511,2c3,Professional Service Cosmopolitans,S01009924,Shawlands East - 02,1a,Cosmopolitan student neighbourhoods,S02001871,Shawlands East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216761 +216761,S00114516,2c3,Professional Service Cosmopolitans,S01009919,Shawlands West - 01,1a,Cosmopolitan student neighbourhoods,S02001870,Shawlands West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216762 +216762,S00114517,2c3,Professional Service Cosmopolitans,S01009922,Shawlands West - 04,1a,Cosmopolitan student neighbourhoods,S02001870,Shawlands West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216763 +216763,S00114518,2c3,Professional Service Cosmopolitans,S01009922,Shawlands West - 04,1a,Cosmopolitan student neighbourhoods,S02001870,Shawlands West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216764 +216764,S00114519,2c3,Professional Service Cosmopolitans,S01009922,Shawlands West - 04,1a,Cosmopolitan student neighbourhoods,S02001870,Shawlands West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216765 +216765,S00114520,2c3,Professional Service Cosmopolitans,S01009922,Shawlands West - 04,1a,Cosmopolitan student neighbourhoods,S02001870,Shawlands West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216766 +216766,S00114521,2c3,Professional Service Cosmopolitans,S01009922,Shawlands West - 04,1a,Cosmopolitan student neighbourhoods,S02001870,Shawlands West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216767 +216767,S00114523,2c3,Professional Service Cosmopolitans,S01009922,Shawlands West - 04,1a,Cosmopolitan student neighbourhoods,S02001870,Shawlands West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216768 +216768,S00114524,2c3,Professional Service Cosmopolitans,S01009922,Shawlands West - 04,1a,Cosmopolitan student neighbourhoods,S02001870,Shawlands West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216769 +216769,S00114527,2c3,Professional Service Cosmopolitans,S01009919,Shawlands West - 01,1a,Cosmopolitan student neighbourhoods,S02001870,Shawlands West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216770 +216770,S00114532,2c3,Professional Service Cosmopolitans,S01009920,Shawlands West - 02,1a,Cosmopolitan student neighbourhoods,S02001870,Shawlands West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216771 +216771,S00114533,2c3,Professional Service Cosmopolitans,S01009919,Shawlands West - 01,1a,Cosmopolitan student neighbourhoods,S02001870,Shawlands West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216772 +216772,S00114538,2c3,Professional Service Cosmopolitans,S01009917,Maxwell Park - 06,3c,Highly qualified professionals,S02001869,Maxwell Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216773 +216773,S00114539,2c3,Professional Service Cosmopolitans,S01009917,Maxwell Park - 06,3c,Highly qualified professionals,S02001869,Maxwell Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216774 +216774,S00114540,2c3,Professional Service Cosmopolitans,S01009917,Maxwell Park - 06,3c,Highly qualified professionals,S02001869,Maxwell Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216775 +216775,S00114552,2c3,Professional Service Cosmopolitans,S01009913,Maxwell Park - 02,3b,Asian traits,S02001869,Maxwell Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216776 +216776,S00114564,2c3,Professional Service Cosmopolitans,S01009915,Maxwell Park - 04,3c,Highly qualified professionals,S02001869,Maxwell Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216777 +216777,S00114566,2c3,Professional Service Cosmopolitans,S01009912,Maxwell Park - 01,3c,Highly qualified professionals,S02001869,Maxwell Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216778 +216778,S00114567,2c3,Professional Service Cosmopolitans,S01009915,Maxwell Park - 04,3c,Highly qualified professionals,S02001869,Maxwell Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216779 +216779,S00114568,2c3,Professional Service Cosmopolitans,S01009912,Maxwell Park - 01,3c,Highly qualified professionals,S02001869,Maxwell Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216780 +216780,S00114619,2c3,Professional Service Cosmopolitans,S01009877,Pollokshields West - 03,3c,Highly qualified professionals,S02001863,Pollokshields West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216781 +216781,S00114624,2c3,Professional Service Cosmopolitans,S01009885,Pollokshields East - 05,7b,Young ethnic communities,S02001864,Pollokshields East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216782 +216782,S00114630,2c3,Professional Service Cosmopolitans,S01009891,Govanhill West - 05,1a,Cosmopolitan student neighbourhoods,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216783 +216783,S00114682,2c3,Professional Service Cosmopolitans,S01009897,Govanhill East and Aikenhead - 04,7a,Urban cultural mix,S02001866,Govanhill East and Aikenhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216784 +216784,S00114687,2c3,Professional Service Cosmopolitans,S01009903,Battlefield - 05,3c,Highly qualified professionals,S02001867,Battlefield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216785 +216785,S00114691,2c3,Professional Service Cosmopolitans,S01009903,Battlefield - 05,3c,Highly qualified professionals,S02001867,Battlefield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216786 +216786,S00114736,2c3,Professional Service Cosmopolitans,S01009909,Strathbungo - 05,1a,Cosmopolitan student neighbourhoods,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216787 +216787,S00114737,2c3,Professional Service Cosmopolitans,S01009910,Strathbungo - 06,1a,Cosmopolitan student neighbourhoods,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216788 +216788,S00114738,2c3,Professional Service Cosmopolitans,S01009910,Strathbungo - 06,1a,Cosmopolitan student neighbourhoods,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216789 +216789,S00114742,2c3,Professional Service Cosmopolitans,S01009909,Strathbungo - 05,1a,Cosmopolitan student neighbourhoods,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216790 +216790,S00114743,2c3,Professional Service Cosmopolitans,S01009910,Strathbungo - 06,1a,Cosmopolitan student neighbourhoods,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216791 +216791,S00114747,2c3,Professional Service Cosmopolitans,S01009909,Strathbungo - 05,1a,Cosmopolitan student neighbourhoods,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216792 +216792,S00114749,2c3,Professional Service Cosmopolitans,S01009899,Battlefield - 01,1a,Cosmopolitan student neighbourhoods,S02001867,Battlefield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216793 +216793,S00114750,2c3,Professional Service Cosmopolitans,S01009930,Langside - 04,1a,Cosmopolitan student neighbourhoods,S02001872,Langside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216794 +216794,S00114751,2c3,Professional Service Cosmopolitans,S01009930,Langside - 04,1a,Cosmopolitan student neighbourhoods,S02001872,Langside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216795 +216795,S00114753,2c3,Professional Service Cosmopolitans,S01009899,Battlefield - 01,1a,Cosmopolitan student neighbourhoods,S02001867,Battlefield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216796 +216796,S00114754,2c3,Professional Service Cosmopolitans,S01009899,Battlefield - 01,1a,Cosmopolitan student neighbourhoods,S02001867,Battlefield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216797 +216797,S00114756,2c3,Professional Service Cosmopolitans,S01009899,Battlefield - 01,1a,Cosmopolitan student neighbourhoods,S02001867,Battlefield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216798 +216798,S00114757,2c3,Professional Service Cosmopolitans,S01009899,Battlefield - 01,1a,Cosmopolitan student neighbourhoods,S02001867,Battlefield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216799 +216799,S00114758,2c3,Professional Service Cosmopolitans,S01009899,Battlefield - 01,1a,Cosmopolitan student neighbourhoods,S02001867,Battlefield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216800 +216800,S00117274,2c3,Professional Service Cosmopolitans,S01009925,Shawlands East - 03,1a,Cosmopolitan student neighbourhoods,S02001871,Shawlands East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216801 +216801,S00113650,5b3,Self-Sufficient Retirement,S01010341,Summerston Central and West - 02,4a,Challenged white communities,S02001945,Summerston Central and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216802 +216802,S00117275,2c3,Professional Service Cosmopolitans,S01009925,Shawlands East - 03,1a,Cosmopolitan student neighbourhoods,S02001871,Shawlands East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216803 +216803,S00117276,2c3,Professional Service Cosmopolitans,S01009924,Shawlands East - 02,1a,Cosmopolitan student neighbourhoods,S02001871,Shawlands East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216804 +216804,S00114016,5b3,Self-Sufficient Retirement,S01010138,Shettleston North - 02,4d,Hard-pressed flat dwellers,S02001910,Shettleston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216805 +216805,S00117278,2c3,Professional Service Cosmopolitans,S01009926,Shawlands East - 04,1a,Cosmopolitan student neighbourhoods,S02001871,Shawlands East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216806 +216806,S00114019,5b3,Self-Sufficient Retirement,S01010131,Greenfield - 01,8b,Ageing suburbanites,S02001909,Greenfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216807 +216807,S00117279,2c3,Professional Service Cosmopolitans,S01009926,Shawlands East - 04,1a,Cosmopolitan student neighbourhoods,S02001871,Shawlands East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216808 +216808,S00114039,5b3,Self-Sufficient Retirement,S01010082,Mount Vernon North and Sandyhills - 05,8c,Comfortable suburbia,S02001899,Mount Vernon North and Sandyhills,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216809 +216809,S00117284,2c3,Professional Service Cosmopolitans,S01009914,Maxwell Park - 03,3b,Asian traits,S02001869,Maxwell Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216810 +216810,S00114040,5b3,Self-Sufficient Retirement,S01010082,Mount Vernon North and Sandyhills - 05,8c,Comfortable suburbia,S02001899,Mount Vernon North and Sandyhills,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216811 +216811,S00117297,2c3,Professional Service Cosmopolitans,S01009930,Langside - 04,1a,Cosmopolitan student neighbourhoods,S02001872,Langside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216812 +216812,S00114086,5b3,Self-Sufficient Retirement,S01010182,Blackhill and Barmulloch East - 04,5c,Comfortable neighbourhoods,S02001917,Blackhill and Barmulloch East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216813 +216813,S00117300,2c3,Professional Service Cosmopolitans,S01009930,Langside - 04,1a,Cosmopolitan student neighbourhoods,S02001872,Langside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216814 +216814,S00114089,5b3,Self-Sufficient Retirement,S01010182,Blackhill and Barmulloch East - 04,5c,Comfortable neighbourhoods,S02001917,Blackhill and Barmulloch East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216815 +216815,S00117302,2c3,Professional Service Cosmopolitans,S01009900,Battlefield - 02,1a,Cosmopolitan student neighbourhoods,S02001867,Battlefield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216816 +216816,S00114146,5b3,Self-Sufficient Retirement,S01010175,Riddrie and Hogganfield - 04,4d,Hard-pressed flat dwellers,S02001916,Riddrie and Hogganfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216817 +216817,S00117303,2c3,Professional Service Cosmopolitans,S01009900,Battlefield - 02,1a,Cosmopolitan student neighbourhoods,S02001867,Battlefield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216818 +216818,S00117304,2c3,Professional Service Cosmopolitans,S01009901,Battlefield - 03,1a,Cosmopolitan student neighbourhoods,S02001867,Battlefield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216819 +216819,S00117305,2c3,Professional Service Cosmopolitans,S01009901,Battlefield - 03,1a,Cosmopolitan student neighbourhoods,S02001867,Battlefield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216820 +216820,S00117306,2c3,Professional Service Cosmopolitans,S01009929,Langside - 03,3c,Highly qualified professionals,S02001872,Langside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216821 +216821,S00117309,2c3,Professional Service Cosmopolitans,S01009929,Langside - 03,3c,Highly qualified professionals,S02001872,Langside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216822 +216822,S00117310,2c3,Professional Service Cosmopolitans,S01010014,Mount Florida - 04,1a,Cosmopolitan student neighbourhoods,S02001887,Mount Florida,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216823 +216823,S00117334,2c3,Professional Service Cosmopolitans,S01009933,Pollokshaws - 01,6a,Inner city cosmopolitan,S02001873,Pollokshaws,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216824 +216824,S00117344,2c3,Professional Service Cosmopolitans,S01009934,Pollokshaws - 02,3d,Households in terraces and flats,S02001873,Pollokshaws,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216825 +216825,S00117345,2c3,Professional Service Cosmopolitans,S01009934,Pollokshaws - 02,3d,Households in terraces and flats,S02001873,Pollokshaws,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216826 +216826,S00117359,2c3,Professional Service Cosmopolitans,S01010008,Cathcart - 04,1a,Cosmopolitan student neighbourhoods,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216827 +216827,S00117360,2c3,Professional Service Cosmopolitans,S01010008,Cathcart - 04,1a,Cosmopolitan student neighbourhoods,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216828 +216828,S00117362,2c3,Professional Service Cosmopolitans,S01010005,Cathcart - 01,1a,Cosmopolitan student neighbourhoods,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216829 +216829,S00117364,2c3,Professional Service Cosmopolitans,S01010007,Cathcart - 03,3d,Households in terraces and flats,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216830 +216830,S00117372,2c3,Professional Service Cosmopolitans,S01010001,Kingspark North - 03,4d,Hard-pressed flat dwellers,S02001885,Kingspark North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216831 +216831,S00117378,2c3,Professional Service Cosmopolitans,S01009996,Kingspark South - 04,4d,Hard-pressed flat dwellers,S02001884,Kingspark South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216832 +216832,S00117607,2c3,Professional Service Cosmopolitans,S01009867,Kinning Park and Festival Park - 02,1a,Cosmopolitan student neighbourhoods,S02001861,Kinning Park and Festival Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216833 +216833,S00117609,2c3,Professional Service Cosmopolitans,S01009867,Kinning Park and Festival Park - 02,1a,Cosmopolitan student neighbourhoods,S02001861,Kinning Park and Festival Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216834 +216834,S00117613,2c3,Professional Service Cosmopolitans,S01009777,Nitshill - 03,4d,Hard-pressed flat dwellers,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216835 +216835,S00112750,8c3,Renting Hard-Pressed Workers,S01010477,Anniesland West - 08,4d,Hard-pressed flat dwellers,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216836 +216836,S00112768,8c3,Renting Hard-Pressed Workers,S01010484,Blairdardie East - 07,4d,Hard-pressed flat dwellers,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216837 +216837,S00112796,8c3,Renting Hard-Pressed Workers,S01010470,Anniesland West - 01,4d,Hard-pressed flat dwellers,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216838 +216838,S00112799,8c3,Renting Hard-Pressed Workers,S01010470,Anniesland West - 01,4d,Hard-pressed flat dwellers,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216839 +216839,S00112877,8c3,Renting Hard-Pressed Workers,S01010463,Knightswood Park East - 04,4d,Hard-pressed flat dwellers,S02001969,Knightswood Park East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216840 +216840,S00113031,8c3,Renting Hard-Pressed Workers,S01010435,Scotstoun South and West - 04,4d,Hard-pressed flat dwellers,S02001963,Scotstoun South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216841 +216841,S00113048,8c3,Renting Hard-Pressed Workers,S01010485,Blairdardie West - 01,5c,Comfortable neighbourhoods,S02001973,Blairdardie West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216842 +216842,S00113051,8c3,Renting Hard-Pressed Workers,S01010485,Blairdardie West - 01,5c,Comfortable neighbourhoods,S02001973,Blairdardie West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216843 +216843,S00113118,8c3,Renting Hard-Pressed Workers,S01010497,Drumry East - 02,4a,Challenged white communities,S02001976,Drumry East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216844 +216844,S00113881,8c3,Renting Hard-Pressed Workers,S01010061,Braidfauld - 01,4d,Hard-pressed flat dwellers,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216845 +216845,S00113884,8c3,Renting Hard-Pressed Workers,S01010143,Tollcross - 02,4d,Hard-pressed flat dwellers,S02001911,Tollcross,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216846 +216846,S00113917,8c3,Renting Hard-Pressed Workers,S01010142,Tollcross - 01,4d,Hard-pressed flat dwellers,S02001911,Tollcross,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216847 +216847,S00113977,8c3,Renting Hard-Pressed Workers,S01010077,Carmyle and Mount Vernon South - 04,4d,Hard-pressed flat dwellers,S02001898,Carmyle and Mount Vernon South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216848 +216848,S00113997,8c3,Renting Hard-Pressed Workers,S01010072,Shettleston South - 04,4a,Challenged white communities,S02001897,Shettleston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216849 +216849,S00114021,8c3,Renting Hard-Pressed Workers,S01010072,Shettleston South - 04,4a,Challenged white communities,S02001897,Shettleston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216850 +216850,S00114055,8c3,Renting Hard-Pressed Workers,S01010159,"Cranhill, Lightburn and Queenslie South - 04",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216851 +216851,S00114066,8c3,Renting Hard-Pressed Workers,S01010164,"Cranhill, Lightburn and Queenslie South - 09",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216852 +216852,S00114097,8c3,Renting Hard-Pressed Workers,S01010181,Blackhill and Barmulloch East - 03,4d,Hard-pressed flat dwellers,S02001917,Blackhill and Barmulloch East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216853 +216853,S00114098,8c3,Renting Hard-Pressed Workers,S01010184,Blackhill and Barmulloch East - 06,4d,Hard-pressed flat dwellers,S02001917,Blackhill and Barmulloch East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216854 +216854,S00114134,8c3,Renting Hard-Pressed Workers,S01010176,Riddrie and Hogganfield - 05,4d,Hard-pressed flat dwellers,S02001916,Riddrie and Hogganfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216855 +216855,S00114168,8c3,Renting Hard-Pressed Workers,S01010155,Carntyne - 04,4d,Hard-pressed flat dwellers,S02001913,Carntyne,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216856 +216856,S00115090,8c3,Renting Hard-Pressed Workers,S01009989,Castlemilk - 04,4d,Hard-pressed flat dwellers,S02001883,Castlemilk,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216857 +216857,S00115219,8c3,Renting Hard-Pressed Workers,S01009761,Darnley East - 04,5c,Comfortable neighbourhoods,S02001842,Darnley East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216858 +216858,S00115059,6b3,Semi-Detached Ageing,S01009965,Carmunnock North - 01,5c,Comfortable neighbourhoods,S02001879,Carmunnock North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216859 +216859,S00115422,8c3,Renting Hard-Pressed Workers,S01009854,Mosspark - 03,4d,Hard-pressed flat dwellers,S02001858,Mosspark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216860 +216860,S00113288,7d3,Retired Communal City Dwellers,S01010327,Possil Park - 05,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216861 +216861,S00112227,2b1,Students and Commuters,S01010281,Anderston - 06,1a,Cosmopolitan student neighbourhoods,S02001935,Anderston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216862 +216862,S00116982,3b1,Striving Service Workers,S01010227,Sighthill - 03,6a,Inner city cosmopolitan,S02001925,Sighthill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216863 +216863,S00113990,7d2,Retired Independent City Dwellers,S01010071,Shettleston South - 03,5c,Comfortable neighbourhoods,S02001897,Shettleston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216864 +216864,S00115061,6b3,Semi-Detached Ageing,S01009965,Carmunnock North - 01,5c,Comfortable neighbourhoods,S02001879,Carmunnock North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216865 +216865,S00116681,2a1,Student Communal Living,S01010031,Laurieston and Tradeston - 01,1a,Cosmopolitan student neighbourhoods,S02001890,Laurieston and Tradeston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216866 +216866,S00112228,2b1,Students and Commuters,S01010281,Anderston - 06,1a,Cosmopolitan student neighbourhoods,S02001935,Anderston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216867 +216867,S00115441,8c3,Renting Hard-Pressed Workers,S01009857,Mosspark - 06,4a,Challenged white communities,S02001858,Mosspark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216868 +216868,S00114587,5b3,Self-Sufficient Retirement,S01009874,Kingston West and Dumbreck - 04,3d,Households in terraces and flats,S02001862,Kingston West and Dumbreck,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216869 +216869,S00115442,8c3,Renting Hard-Pressed Workers,S01009855,Mosspark - 04,4a,Challenged white communities,S02001858,Mosspark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216870 +216870,S00114849,5b3,Self-Sufficient Retirement,S01009954,Newlands - 07,3b,Asian traits,S02001876,Newlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216871 +216871,S00115478,8c3,Renting Hard-Pressed Workers,S01009851,Craigton - 04,4d,Hard-pressed flat dwellers,S02001857,Craigton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216872 +216872,S00115480,8c3,Renting Hard-Pressed Workers,S01009850,Craigton - 03,4d,Hard-pressed flat dwellers,S02001857,Craigton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216873 +216873,S00115564,8c3,Renting Hard-Pressed Workers,S01009817,Cardonald West and Central - 03,4a,Challenged white communities,S02001852,Cardonald West and Central,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216874 +216874,S00115566,8c3,Renting Hard-Pressed Workers,S01009817,Cardonald West and Central - 03,4a,Challenged white communities,S02001852,Cardonald West and Central,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216875 +216875,S00115631,8c3,Renting Hard-Pressed Workers,S01009825,Penilee - 04,4d,Hard-pressed flat dwellers,S02001853,Penilee,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216876 +216876,S00115661,8c3,Renting Hard-Pressed Workers,S01009805,Pollok North and East - 07,4d,Hard-pressed flat dwellers,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216877 +216877,S00115695,8c3,Renting Hard-Pressed Workers,S01009801,Pollok North and East - 03,4a,Challenged white communities,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216878 +216878,S00115711,8c3,Renting Hard-Pressed Workers,S01009789,Crookston North - 02,4d,Hard-pressed flat dwellers,S02001847,Crookston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216879 +216879,S00115847,8c3,Renting Hard-Pressed Workers,S01010100,Garrowhill East and Swinton - 01,8b,Ageing suburbanites,S02001903,Garrowhill East and Swinton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216880 +216880,S00115865,8c3,Renting Hard-Pressed Workers,S01010084,Baillieston West - 02,4a,Challenged white communities,S02001900,Baillieston West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216881 +216881,S00115910,8c3,Renting Hard-Pressed Workers,S01010187,Robroyston and Millerston - 02,5c,Comfortable neighbourhoods,S02001918,Robroyston and Millerston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216882 +216882,S00116020,8c3,Renting Hard-Pressed Workers,S01010332,Milton West - 03,4a,Challenged white communities,S02001943,Milton West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216883 +216883,S00116073,8c3,Renting Hard-Pressed Workers,S01010136,Greenfield - 06,4a,Challenged white communities,S02001909,Greenfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216884 +216884,S00116273,8c3,Renting Hard-Pressed Workers,S01009852,Mosspark - 01,4a,Challenged white communities,S02001858,Mosspark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216885 +216885,S00116849,8c3,Renting Hard-Pressed Workers,S01010446,Yoker North - 04,5d,Endeavouring social renters,S02001965,Yoker North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216886 +216886,S00116980,8c3,Renting Hard-Pressed Workers,S01010356,Maryhill West - 03,4d,Hard-pressed flat dwellers,S02001948,Maryhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216887 +216887,S00117001,8c3,Renting Hard-Pressed Workers,S01010214,Springburn East and Cowlairs - 01,4a,Challenged white communities,S02001923,Springburn East and Cowlairs,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216888 +216888,S00116778,2a1,Student Communal Living,S01010367,Kelvindale - 05,1a,Cosmopolitan student neighbourhoods,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216889 +216889,S00112229,2b1,Students and Commuters,S01010281,Anderston - 06,1a,Cosmopolitan student neighbourhoods,S02001935,Anderston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216890 +216890,S00113395,7d3,Retired Communal City Dwellers,S01010212,Springburn - 04,4d,Hard-pressed flat dwellers,S02001922,Springburn,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216891 +216891,S00114002,7d2,Retired Independent City Dwellers,S01010073,Shettleston South - 05,5c,Comfortable neighbourhoods,S02001897,Shettleston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216892 +216892,S00115063,6b3,Semi-Detached Ageing,S01009968,Carmunnock North - 04,5c,Comfortable neighbourhoods,S02001879,Carmunnock North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216893 +216893,S00117028,8c3,Renting Hard-Pressed Workers,S01010201,Barmulloch - 03,5d,Endeavouring social renters,S02001920,Barmulloch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216894 +216894,S00117161,8c3,Renting Hard-Pressed Workers,S01010073,Shettleston South - 05,5c,Comfortable neighbourhoods,S02001897,Shettleston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216895 +216895,S00117225,8c3,Renting Hard-Pressed Workers,S01010108,Easterhouse East - 04,4a,Challenged white communities,S02001904,Easterhouse East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216896 +216896,S00117380,8c3,Renting Hard-Pressed Workers,S01009973,Glenwood South - 01,4a,Challenged white communities,S02001881,Glenwood South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216897 +216897,S00117486,8c3,Renting Hard-Pressed Workers,S01009790,Crookston North - 03,4a,Challenged white communities,S02001847,Crookston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216898 +216898,S00117497,8c3,Renting Hard-Pressed Workers,S01009765,Darnley North - 02,4d,Hard-pressed flat dwellers,S02001843,Darnley North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216899 +216899,S00117524,8c3,Renting Hard-Pressed Workers,S01010094,Garrowhill West - 01,5c,Comfortable neighbourhoods,S02001902,Garrowhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216900 +216900,S00117619,8c3,Renting Hard-Pressed Workers,S01010100,Garrowhill East and Swinton - 01,8b,Ageing suburbanites,S02001903,Garrowhill East and Swinton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216901 +216901,S00112202,7d4,Retired City Hardship,S01010302,Firhill - 02,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216902 +216902,S00112473,7d4,Retired City Hardship,S01010395,Partick - 03,1a,Cosmopolitan student neighbourhoods,S02001955,Partick,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216903 +216903,S00113076,7d4,Retired City Hardship,S01010499,Drumry East - 04,4d,Hard-pressed flat dwellers,S02001976,Drumry East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216904 +216904,S00113114,7d4,Retired City Hardship,S01010501,Drumry West - 02,4d,Hard-pressed flat dwellers,S02001977,Drumry West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216905 +216905,S00113563,7d4,Retired City Hardship,S01010323,Possil Park - 01,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216906 +216906,S00114778,7d4,Retired City Hardship,S01009904,Battlefield - 06,1a,Cosmopolitan student neighbourhoods,S02001867,Battlefield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216907 +216907,S00114839,7d4,Retired City Hardship,S01009902,Battlefield - 04,4d,Hard-pressed flat dwellers,S02001867,Battlefield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216908 +216908,S00114840,7d4,Retired City Hardship,S01009902,Battlefield - 04,4d,Hard-pressed flat dwellers,S02001867,Battlefield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216909 +216909,S00114868,7d4,Retired City Hardship,S01009937,Pollokshaws - 05,7a,Urban cultural mix,S02001873,Pollokshaws,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216910 +216910,S00115668,7d4,Retired City Hardship,S01009803,Pollok North and East - 05,4d,Hard-pressed flat dwellers,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216911 +216911,S00116208,7d4,Retired City Hardship,S01010011,Mount Florida - 01,1a,Cosmopolitan student neighbourhoods,S02001887,Mount Florida,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216912 +216912,S00116220,7d4,Retired City Hardship,S01009970,Carmunnock South - 02,4d,Hard-pressed flat dwellers,S02001880,Carmunnock South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216913 +216913,S00116525,7d4,Retired City Hardship,S01009938,Pollokshaws - 06,4d,Hard-pressed flat dwellers,S02001873,Pollokshaws,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216914 +216914,S00117078,7d4,Retired City Hardship,S01010335,Milton East - 01,4d,Hard-pressed flat dwellers,S02001944,Milton East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216915 +216915,S00117350,7d4,Retired City Hardship,S01009960,Muirend and Old Cathcart - 02,3c,Highly qualified professionals,S02001878,Muirend and Old Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216916 +216916,S00117387,7d4,Retired City Hardship,S01009987,Castlemilk - 02,4d,Hard-pressed flat dwellers,S02001883,Castlemilk,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216917 +216917,S00117442,7d4,Retired City Hardship,S01009844,Govan and Linthouse - 04,6a,Inner city cosmopolitan,S02001856,Govan and Linthouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216918 +216918,S00117504,7d4,Retired City Hardship,S01009779,Nitshill - 05,4d,Hard-pressed flat dwellers,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216919 +216919,S00112815,7d3,Retired Communal City Dwellers,S01010454,Knightswood East - 05,4d,Hard-pressed flat dwellers,S02001967,Knightswood East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216920 +216920,S00112977,7d3,Retired Communal City Dwellers,S01010421,Victoria Park - 02,3c,Highly qualified professionals,S02001960,Victoria Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216921 +216921,S00113062,7d3,Retired Communal City Dwellers,S01010489,Drumchapel South - 02,4d,Hard-pressed flat dwellers,S02001974,Drumchapel South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216922 +216922,S00113274,7d3,Retired Communal City Dwellers,S01010321,Ruchill - 07,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216923 +216923,S00114890,5b3,Self-Sufficient Retirement,S01009944,Carnwadric East - 01,4d,Hard-pressed flat dwellers,S02001875,Carnwadric East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216924 +216924,S00115065,6b3,Semi-Detached Ageing,S01009966,Carmunnock North - 02,8c,Comfortable suburbia,S02001879,Carmunnock North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216925 +216925,S00112230,2b1,Students and Commuters,S01010281,Anderston - 06,1a,Cosmopolitan student neighbourhoods,S02001935,Anderston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216926 +216926,S00114915,5b3,Self-Sufficient Retirement,S01009952,Newlands - 05,3c,Highly qualified professionals,S02001876,Newlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216927 +216927,S00112555,2a2,Student Digs,S01010378,Kelvingrove and University - 05,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216928 +216928,S00113408,7d3,Retired Communal City Dwellers,S01010209,Springburn - 01,4d,Hard-pressed flat dwellers,S02001922,Springburn,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216929 +216929,S00114020,7d2,Retired Independent City Dwellers,S01010137,Shettleston North - 01,4d,Hard-pressed flat dwellers,S02001910,Shettleston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216930 +216930,S00115067,6b3,Semi-Detached Ageing,S01009966,Carmunnock North - 02,8c,Comfortable suburbia,S02001879,Carmunnock North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216931 +216931,S00115020,5b3,Self-Sufficient Retirement,S01010013,Mount Florida - 03,4d,Hard-pressed flat dwellers,S02001887,Mount Florida,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216932 +216932,S00114125,7d2,Retired Independent City Dwellers,S01010172,Riddrie and Hogganfield - 01,4d,Hard-pressed flat dwellers,S02001916,Riddrie and Hogganfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216933 +216933,S00114163,7d2,Retired Independent City Dwellers,S01010155,Carntyne - 04,4d,Hard-pressed flat dwellers,S02001913,Carntyne,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216934 +216934,S00114172,7d2,Retired Independent City Dwellers,S01010157,"Cranhill, Lightburn and Queenslie South - 02",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216935 +216935,S00114174,7d2,Retired Independent City Dwellers,S01010153,Carntyne - 02,4d,Hard-pressed flat dwellers,S02001913,Carntyne,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216936 +216936,S00114337,7d2,Retired Independent City Dwellers,S01010046,Dalmarnock - 01,4d,Hard-pressed flat dwellers,S02001893,Dalmarnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216937 +216937,S00114368,7d2,Retired Independent City Dwellers,S01010037,Calton and Gallowgate - 01,4d,Hard-pressed flat dwellers,S02001891,Calton and Gallowgate,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216938 +216938,S00114807,7d2,Retired Independent City Dwellers,S01010011,Mount Florida - 01,1a,Cosmopolitan student neighbourhoods,S02001887,Mount Florida,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216939 +216939,S00114808,7d2,Retired Independent City Dwellers,S01010011,Mount Florida - 01,1a,Cosmopolitan student neighbourhoods,S02001887,Mount Florida,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216940 +216940,S00114841,7d2,Retired Independent City Dwellers,S01009902,Battlefield - 04,4d,Hard-pressed flat dwellers,S02001867,Battlefield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216941 +216941,S00114876,7d2,Retired Independent City Dwellers,S01009935,Pollokshaws - 03,4d,Hard-pressed flat dwellers,S02001873,Pollokshaws,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216942 +216942,S00115170,7d2,Retired Independent City Dwellers,S01009988,Castlemilk - 03,4d,Hard-pressed flat dwellers,S02001883,Castlemilk,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216943 +216943,S00115329,7d2,Retired Independent City Dwellers,S01009859,Ibrox - 01,4d,Hard-pressed flat dwellers,S02001859,Ibrox,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216944 +216944,S00115391,7d2,Retired Independent City Dwellers,S01009837,Drumoyne and Shieldhall - 05,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216945 +216945,S00115457,7d2,Retired Independent City Dwellers,S01009806,Cardonald South and East - 01,4d,Hard-pressed flat dwellers,S02001850,Cardonald South and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216946 +216946,S00115468,7d2,Retired Independent City Dwellers,S01009851,Craigton - 04,4d,Hard-pressed flat dwellers,S02001857,Craigton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216947 +216947,S00115469,7d2,Retired Independent City Dwellers,S01009849,Craigton - 02,4d,Hard-pressed flat dwellers,S02001857,Craigton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216948 +216948,S00112231,2b1,Students and Commuters,S01010281,Anderston - 06,1a,Cosmopolitan student neighbourhoods,S02001935,Anderston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216949 +216949,S00115470,7d2,Retired Independent City Dwellers,S01009851,Craigton - 04,4d,Hard-pressed flat dwellers,S02001857,Craigton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216950 +216950,S00115494,7d2,Retired Independent City Dwellers,S01009832,Hillington - 04,4d,Hard-pressed flat dwellers,S02001854,Hillington,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216951 +216951,S00115495,7d2,Retired Independent City Dwellers,S01009832,Hillington - 04,4d,Hard-pressed flat dwellers,S02001854,Hillington,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216952 +216952,S00115567,7d2,Retired Independent City Dwellers,S01009817,Cardonald West and Central - 03,4a,Challenged white communities,S02001852,Cardonald West and Central,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216953 +216953,S00115576,7d2,Retired Independent City Dwellers,S01009820,Cardonald West and Central - 06,4d,Hard-pressed flat dwellers,S02001852,Cardonald West and Central,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216954 +216954,S00115593,7d2,Retired Independent City Dwellers,S01009819,Cardonald West and Central - 05,5a,Ageing urban communities,S02001852,Cardonald West and Central,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216955 +216955,S00115602,7d2,Retired Independent City Dwellers,S01009806,Cardonald South and East - 01,4d,Hard-pressed flat dwellers,S02001850,Cardonald South and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216956 +216956,S00115955,7d2,Retired Independent City Dwellers,S01010492,Drumchapel North - 02,4d,Hard-pressed flat dwellers,S02001975,Drumchapel North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216957 +216957,S00116055,7d2,Retired Independent City Dwellers,S01010051,Parkhead West and Barrowfield - 03,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216958 +216958,S00116060,7d2,Retired Independent City Dwellers,S01010068,Braidfauld - 08,7a,Urban cultural mix,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216959 +216959,S00116143,7d2,Retired Independent City Dwellers,S01010037,Calton and Gallowgate - 01,4d,Hard-pressed flat dwellers,S02001891,Calton and Gallowgate,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216960 +216960,S00116362,7d2,Retired Independent City Dwellers,S01010476,Anniesland West - 07,4d,Hard-pressed flat dwellers,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216961 +216961,S00116467,7d2,Retired Independent City Dwellers,S01010324,Possil Park - 02,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216962 +216962,S00116468,7d2,Retired Independent City Dwellers,S01010325,Possil Park - 03,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216963 +216963,S00116696,7d2,Retired Independent City Dwellers,S01010028,Gorbals and Hutchesontown - 06,1a,Cosmopolitan student neighbourhoods,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216964 +216964,S00117129,7d2,Retired Independent City Dwellers,S01010149,Old Shettleston and Parkhead North - 03,4b,Constrained renters,S02001912,Old Shettleston and Parkhead North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216965 +216965,S00117134,7d2,Retired Independent City Dwellers,S01010132,Greenfield - 02,4d,Hard-pressed flat dwellers,S02001909,Greenfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216966 +216966,S00117332,7d2,Retired Independent City Dwellers,S01009935,Pollokshaws - 03,4d,Hard-pressed flat dwellers,S02001873,Pollokshaws,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216967 +216967,S00117342,7d2,Retired Independent City Dwellers,S01009948,Newlands - 01,4d,Hard-pressed flat dwellers,S02001876,Newlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216968 +216968,S00117458,7d2,Retired Independent City Dwellers,S01009838,Drumoyne and Shieldhall - 06,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216969 +216969,S00117467,7d2,Retired Independent City Dwellers,S01009851,Craigton - 04,4d,Hard-pressed flat dwellers,S02001857,Craigton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216970 +216970,S00117505,7d2,Retired Independent City Dwellers,S01009779,Nitshill - 05,4d,Hard-pressed flat dwellers,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216971 +216971,S00112158,1b2,Rural White-Collar Workers,S01010117,"Garthamlock, Auchinlea and Gartloch - 05",3a,Achieving neighbourhoods,S02001906,"Garthamlock, Auchinlea and Gartloch",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216972 +216972,S00112155,5b3,Self-Sufficient Retirement,S01010109,Easterhouse East - 05,4d,Hard-pressed flat dwellers,S02001904,Easterhouse East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216973 +216973,S00112495,5b3,Self-Sufficient Retirement,S01010393,Partick - 01,1a,Cosmopolitan student neighbourhoods,S02001955,Partick,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216974 +216974,S00112652,5b3,Self-Sufficient Retirement,S01010363,Kelvindale - 01,3c,Highly qualified professionals,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216975 +216975,S00113034,5b3,Self-Sufficient Retirement,S01010486,Blairdardie West - 02,8c,Comfortable suburbia,S02001973,Blairdardie West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216976 +216976,S00113038,5b3,Self-Sufficient Retirement,S01010485,Blairdardie West - 01,5c,Comfortable neighbourhoods,S02001973,Blairdardie West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216977 +216977,S00113554,5b3,Self-Sufficient Retirement,S01010333,Milton West - 04,4d,Hard-pressed flat dwellers,S02001943,Milton West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216978 +216978,S00113645,5b3,Self-Sufficient Retirement,S01010343,Summerston Central and West - 04,5b,Aspiring urban households,S02001945,Summerston Central and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216979 +216979,S00113646,5b3,Self-Sufficient Retirement,S01010342,Summerston Central and West - 03,5c,Comfortable neighbourhoods,S02001945,Summerston Central and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216980 +216980,S00115808,6b3,Semi-Detached Ageing,S01010098,Garrowhill West - 05,8b,Ageing suburbanites,S02001902,Garrowhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216981 +216981,S00112232,2b1,Students and Commuters,S01010280,Anderston - 05,1a,Cosmopolitan student neighbourhoods,S02001935,Anderston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216982 +216982,S00116344,2a2,Student Digs,S01010285,Finnieston and Kelvinhaugh - 04,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216983 +216983,S00115071,5b3,Self-Sufficient Retirement,S01009967,Carmunnock North - 03,5c,Comfortable neighbourhoods,S02001879,Carmunnock North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216984 +216984,S00113507,7d3,Retired Communal City Dwellers,S01010221,Cowlairs and Port Dundas - 03,4d,Hard-pressed flat dwellers,S02001924,Cowlairs and Port Dundas,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216985 +216985,S00112233,2b1,Students and Commuters,S01010280,Anderston - 05,1a,Cosmopolitan student neighbourhoods,S02001935,Anderston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216986 +216986,S00112236,2b1,Students and Commuters,S01010279,Anderston - 04,1a,Cosmopolitan student neighbourhoods,S02001935,Anderston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216987 +216987,S00112238,2b1,Students and Commuters,S01010280,Anderston - 05,1a,Cosmopolitan student neighbourhoods,S02001935,Anderston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216988 +216988,S00112239,2b1,Students and Commuters,S01010279,Anderston - 04,1a,Cosmopolitan student neighbourhoods,S02001935,Anderston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216989 +216989,S00112240,2b1,Students and Commuters,S01010284,Finnieston and Kelvinhaugh - 03,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216990 +216990,S00112242,2b1,Students and Commuters,S01010284,Finnieston and Kelvinhaugh - 03,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216991 +216991,S00112243,2b1,Students and Commuters,S01010284,Finnieston and Kelvinhaugh - 03,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216992 +216992,S00112244,2b1,Students and Commuters,S01010284,Finnieston and Kelvinhaugh - 03,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216993 +216993,S00112247,2b1,Students and Commuters,S01010282,Finnieston and Kelvinhaugh - 01,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216994 +216994,S00112249,2b1,Students and Commuters,S01010282,Finnieston and Kelvinhaugh - 01,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216995 +216995,S00112251,2b1,Students and Commuters,S01010282,Finnieston and Kelvinhaugh - 01,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216996 +216996,S00112253,2b1,Students and Commuters,S01010287,Finnieston and Kelvinhaugh - 06,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216997 +216997,S00112254,2b1,Students and Commuters,S01010284,Finnieston and Kelvinhaugh - 03,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216998 +216998,S00112255,2b1,Students and Commuters,S01010282,Finnieston and Kelvinhaugh - 01,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,216999 +216999,S00112257,2b1,Students and Commuters,S01010287,Finnieston and Kelvinhaugh - 06,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217000 +217000,S00112258,2b1,Students and Commuters,S01010285,Finnieston and Kelvinhaugh - 04,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217001 +217001,S00112259,2b1,Students and Commuters,S01010285,Finnieston and Kelvinhaugh - 04,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217002 +217002,S00112260,2b1,Students and Commuters,S01010285,Finnieston and Kelvinhaugh - 04,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217003 +217003,S00112262,2b1,Students and Commuters,S01010277,Anderston - 02,1a,Cosmopolitan student neighbourhoods,S02001935,Anderston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217004 +217004,S00112266,2b1,Students and Commuters,S01010279,Anderston - 04,1a,Cosmopolitan student neighbourhoods,S02001935,Anderston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217005 +217005,S00112267,2b1,Students and Commuters,S01010278,Anderston - 03,1a,Cosmopolitan student neighbourhoods,S02001935,Anderston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217006 +217006,S00112268,2b1,Students and Commuters,S01010281,Anderston - 06,1a,Cosmopolitan student neighbourhoods,S02001935,Anderston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217007 +217007,S00112271,2b1,Students and Commuters,S01010273,City Centre South - 02,1a,Cosmopolitan student neighbourhoods,S02001934,City Centre South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217008 +217008,S00112272,2b1,Students and Commuters,S01010273,City Centre South - 02,1a,Cosmopolitan student neighbourhoods,S02001934,City Centre South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217009 +217009,S00112273,2b1,Students and Commuters,S01010272,City Centre South - 01,1a,Cosmopolitan student neighbourhoods,S02001934,City Centre South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217010 +217010,S00112280,2b1,Students and Commuters,S01010292,Woodlands - 04,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217011 +217011,S00112281,2b1,Students and Commuters,S01010291,Woodlands - 03,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217012 +217012,S00112282,2b1,Students and Commuters,S01010291,Woodlands - 03,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217013 +217013,S00112283,2b1,Students and Commuters,S01010291,Woodlands - 03,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217014 +217014,S00112284,2b1,Students and Commuters,S01010291,Woodlands - 03,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217015 +217015,S00112285,2b1,Students and Commuters,S01010292,Woodlands - 04,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217016 +217016,S00112286,2b1,Students and Commuters,S01010292,Woodlands - 04,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217017 +217017,S00112287,2b1,Students and Commuters,S01010292,Woodlands - 04,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217018 +217018,S00112288,2b1,Students and Commuters,S01010292,Woodlands - 04,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217019 +217019,S00112289,2b1,Students and Commuters,S01010292,Woodlands - 04,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217020 +217020,S00112290,2b1,Students and Commuters,S01010294,Woodlands - 06,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217021 +217021,S00112291,2b1,Students and Commuters,S01010292,Woodlands - 04,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217022 +217022,S00112292,2b1,Students and Commuters,S01010294,Woodlands - 06,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217023 +217023,S00112293,2b1,Students and Commuters,S01010294,Woodlands - 06,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217024 +217024,S00112294,2b1,Students and Commuters,S01010298,Woodside - 02,1a,Cosmopolitan student neighbourhoods,S02001938,Woodside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217025 +217025,S00112295,2b1,Students and Commuters,S01010294,Woodlands - 06,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217026 +217026,S00112296,2b1,Students and Commuters,S01010294,Woodlands - 06,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217027 +217027,S00112298,2b1,Students and Commuters,S01010295,Woodlands - 07,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217028 +217028,S00112299,2b1,Students and Commuters,S01010295,Woodlands - 07,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217029 +217029,S00112161,2b1,Students and Commuters,S01010265,City Centre East - 07,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217030 +217030,S00112162,2b1,Students and Commuters,S01010264,City Centre East - 06,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217031 +217031,S00112163,2b1,Students and Commuters,S01010265,City Centre East - 07,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217032 +217032,S00112164,2b1,Students and Commuters,S01010265,City Centre East - 07,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217033 +217033,S00115810,6b3,Semi-Detached Ageing,S01010098,Garrowhill West - 05,8b,Ageing suburbanites,S02001902,Garrowhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217034 +217034,S00112165,2b1,Students and Commuters,S01010263,City Centre East - 05,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217035 +217035,S00115813,6b3,Semi-Detached Ageing,S01010097,Garrowhill West - 04,5c,Comfortable neighbourhoods,S02001902,Garrowhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217036 +217036,S00112167,2b1,Students and Commuters,S01010264,City Centre East - 06,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217037 +217037,S00112168,2b1,Students and Commuters,S01010265,City Centre East - 07,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217038 +217038,S00112170,2b1,Students and Commuters,S01010263,City Centre East - 05,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217039 +217039,S00112171,2b1,Students and Commuters,S01010263,City Centre East - 05,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217040 +217040,S00112175,2b1,Students and Commuters,S01010265,City Centre East - 07,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217041 +217041,S00112176,2b1,Students and Commuters,S01010265,City Centre East - 07,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217042 +217042,S00112177,2b1,Students and Commuters,S01010265,City Centre East - 07,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217043 +217043,S00112179,2b1,Students and Commuters,S01010265,City Centre East - 07,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217044 +217044,S00112180,2b1,Students and Commuters,S01010039,Calton and Gallowgate - 03,1a,Cosmopolitan student neighbourhoods,S02001891,Calton and Gallowgate,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217045 +217045,S00112181,2b1,Students and Commuters,S01010039,Calton and Gallowgate - 03,1a,Cosmopolitan student neighbourhoods,S02001891,Calton and Gallowgate,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217046 +217046,S00112182,2b1,Students and Commuters,S01010039,Calton and Gallowgate - 03,1a,Cosmopolitan student neighbourhoods,S02001891,Calton and Gallowgate,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217047 +217047,S00112183,2b1,Students and Commuters,S01010267,City Centre West - 02,1a,Cosmopolitan student neighbourhoods,S02001933,City Centre West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217048 +217048,S00112184,2b1,Students and Commuters,S01010267,City Centre West - 02,1a,Cosmopolitan student neighbourhoods,S02001933,City Centre West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217049 +217049,S00112192,2b1,Students and Commuters,S01010290,Woodlands - 02,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217050 +217050,S00112193,2b1,Students and Commuters,S01010290,Woodlands - 02,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217051 +217051,S00112194,2b1,Students and Commuters,S01010293,Woodlands - 05,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217052 +217052,S00115083,5b3,Self-Sufficient Retirement,S01009998,Kingspark South - 06,8a,Affluent communities,S02001884,Kingspark South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217053 +217053,S00112195,2b1,Students and Commuters,S01010293,Woodlands - 05,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217054 +217054,S00112197,2b1,Students and Commuters,S01010296,Woodlands - 08,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217055 +217055,S00112199,2b1,Students and Commuters,S01010268,City Centre West - 03,1a,Cosmopolitan student neighbourhoods,S02001933,City Centre West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217056 +217056,S00112201,2b1,Students and Commuters,S01010297,Woodside - 01,1a,Cosmopolitan student neighbourhoods,S02001938,Woodside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217057 +217057,S00112203,2b1,Students and Commuters,S01010300,Woodside - 04,1a,Cosmopolitan student neighbourhoods,S02001938,Woodside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217058 +217058,S00112204,2b1,Students and Commuters,S01010266,City Centre West - 01,1a,Cosmopolitan student neighbourhoods,S02001933,City Centre West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217059 +217059,S00112205,2b1,Students and Commuters,S01010268,City Centre West - 03,1a,Cosmopolitan student neighbourhoods,S02001933,City Centre West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217060 +217060,S00112206,2b1,Students and Commuters,S01010268,City Centre West - 03,1a,Cosmopolitan student neighbourhoods,S02001933,City Centre West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217061 +217061,S00112207,2b1,Students and Commuters,S01010271,City Centre West - 06,1a,Cosmopolitan student neighbourhoods,S02001933,City Centre West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217062 +217062,S00112209,2b1,Students and Commuters,S01010271,City Centre West - 06,1a,Cosmopolitan student neighbourhoods,S02001933,City Centre West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217063 +217063,S00112210,2b1,Students and Commuters,S01010269,City Centre West - 04,1a,Cosmopolitan student neighbourhoods,S02001933,City Centre West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217064 +217064,S00112211,2b1,Students and Commuters,S01010269,City Centre West - 04,1a,Cosmopolitan student neighbourhoods,S02001933,City Centre West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217065 +217065,S00112213,2b1,Students and Commuters,S01010287,Finnieston and Kelvinhaugh - 06,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217066 +217066,S00112214,2b1,Students and Commuters,S01010287,Finnieston and Kelvinhaugh - 06,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217067 +217067,S00112215,2b1,Students and Commuters,S01010287,Finnieston and Kelvinhaugh - 06,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217068 +217068,S00112216,2b1,Students and Commuters,S01010288,Finnieston and Kelvinhaugh - 07,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217069 +217069,S00112217,2b1,Students and Commuters,S01010288,Finnieston and Kelvinhaugh - 07,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217070 +217070,S00112218,2b1,Students and Commuters,S01010288,Finnieston and Kelvinhaugh - 07,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217071 +217071,S00112219,2b1,Students and Commuters,S01010288,Finnieston and Kelvinhaugh - 07,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217072 +217072,S00112220,2b1,Students and Commuters,S01010288,Finnieston and Kelvinhaugh - 07,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217073 +217073,S00112221,2b1,Students and Commuters,S01010288,Finnieston and Kelvinhaugh - 07,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217074 +217074,S00112223,2b1,Students and Commuters,S01010288,Finnieston and Kelvinhaugh - 07,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217075 +217075,S00112225,2b1,Students and Commuters,S01010280,Anderston - 05,1a,Cosmopolitan student neighbourhoods,S02001935,Anderston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217076 +217076,S00112226,2b1,Students and Commuters,S01010281,Anderston - 06,1a,Cosmopolitan student neighbourhoods,S02001935,Anderston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217077 +217077,S00113823,7d3,Retired Communal City Dwellers,S01010149,Old Shettleston and Parkhead North - 03,4b,Constrained renters,S02001912,Old Shettleston and Parkhead North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217078 +217078,S00115814,6b3,Semi-Detached Ageing,S01010097,Garrowhill West - 04,5c,Comfortable neighbourhoods,S02001902,Garrowhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217079 +217079,S00115209,5b3,Self-Sufficient Retirement,S01009758,Darnley East - 01,3c,Highly qualified professionals,S02001842,Darnley East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217080 +217080,S00115815,6b3,Semi-Detached Ageing,S01010098,Garrowhill West - 05,8b,Ageing suburbanites,S02001902,Garrowhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217081 +217081,S00115210,5b3,Self-Sufficient Retirement,S01009758,Darnley East - 01,3c,Highly qualified professionals,S02001842,Darnley East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217082 +217082,S00115817,6b3,Semi-Detached Ageing,S01010098,Garrowhill West - 05,8b,Ageing suburbanites,S02001902,Garrowhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217083 +217083,S00115214,5b3,Self-Sufficient Retirement,S01009761,Darnley East - 04,5c,Comfortable neighbourhoods,S02001842,Darnley East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217084 +217084,S00115824,6b3,Semi-Detached Ageing,S01010095,Garrowhill West - 02,8b,Ageing suburbanites,S02001902,Garrowhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217085 +217085,S00115569,5b3,Self-Sufficient Retirement,S01009818,Cardonald West and Central - 04,8b,Ageing suburbanites,S02001852,Cardonald West and Central,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217086 +217086,S00115825,6b3,Semi-Detached Ageing,S01010099,Garrowhill West - 06,8b,Ageing suburbanites,S02001902,Garrowhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217087 +217087,S00115587,5b3,Self-Sufficient Retirement,S01009819,Cardonald West and Central - 05,5a,Ageing urban communities,S02001852,Cardonald West and Central,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217088 +217088,S00115795,5b3,Self-Sufficient Retirement,S01009797,Pollok South and West - 06,8c,Comfortable suburbia,S02001848,Pollok South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217089 +217089,S00115796,5b3,Self-Sufficient Retirement,S01009805,Pollok North and East - 07,4d,Hard-pressed flat dwellers,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217090 +217090,S00115844,5b3,Self-Sufficient Retirement,S01010101,Garrowhill East and Swinton - 02,5a,Ageing urban communities,S02001903,Garrowhill East and Swinton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217091 +217091,S00115893,5b3,Self-Sufficient Retirement,S01010089,Baillieston East - 02,4d,Hard-pressed flat dwellers,S02001901,Baillieston East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217092 +217092,S00115911,5b3,Self-Sufficient Retirement,S01010187,Robroyston and Millerston - 02,5c,Comfortable neighbourhoods,S02001918,Robroyston and Millerston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217093 +217093,S00115912,5b3,Self-Sufficient Retirement,S01010187,Robroyston and Millerston - 02,5c,Comfortable neighbourhoods,S02001918,Robroyston and Millerston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217094 +217094,S00115915,5b3,Self-Sufficient Retirement,S01009969,Carmunnock South - 01,5c,Comfortable neighbourhoods,S02001880,Carmunnock South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217095 +217095,S00115919,5b3,Self-Sufficient Retirement,S01009972,Carmunnock South - 04,5a,Ageing urban communities,S02001880,Carmunnock South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217096 +217096,S00116000,5b3,Self-Sufficient Retirement,S01010210,Springburn - 02,4d,Hard-pressed flat dwellers,S02001922,Springburn,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217097 +217097,S00116329,5b3,Self-Sufficient Retirement,S01009796,Pollok South and West - 05,8c,Comfortable suburbia,S02001848,Pollok South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217098 +217098,S00116335,5b3,Self-Sufficient Retirement,S01010096,Garrowhill West - 03,5c,Comfortable neighbourhoods,S02001902,Garrowhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217099 +217099,S00116499,5b3,Self-Sufficient Retirement,S01010182,Blackhill and Barmulloch East - 04,5c,Comfortable neighbourhoods,S02001917,Blackhill and Barmulloch East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217100 +217100,S00116868,5b3,Self-Sufficient Retirement,S01010420,Victoria Park - 01,3c,Highly qualified professionals,S02001960,Victoria Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217101 +217101,S00117409,5b3,Self-Sufficient Retirement,S01009758,Darnley East - 01,3c,Highly qualified professionals,S02001842,Darnley East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217102 +217102,S00117455,5b3,Self-Sufficient Retirement,S01009836,Drumoyne and Shieldhall - 04,4a,Challenged white communities,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217103 +217103,S00113035,6b3,Semi-Detached Ageing,S01010486,Blairdardie West - 02,8c,Comfortable suburbia,S02001973,Blairdardie West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217104 +217104,S00113928,6b3,Semi-Detached Ageing,S01010070,Shettleston South - 02,8c,Comfortable suburbia,S02001897,Shettleston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217105 +217105,S00113970,6b3,Semi-Detached Ageing,S01010070,Shettleston South - 02,8c,Comfortable suburbia,S02001897,Shettleston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217106 +217106,S00113998,6b3,Semi-Detached Ageing,S01010073,Shettleston South - 05,5c,Comfortable neighbourhoods,S02001897,Shettleston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217107 +217107,S00113999,6b3,Semi-Detached Ageing,S01010073,Shettleston South - 05,5c,Comfortable neighbourhoods,S02001897,Shettleston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217108 +217108,S00114031,6b3,Semi-Detached Ageing,S01010080,Mount Vernon North and Sandyhills - 03,8b,Ageing suburbanites,S02001899,Mount Vernon North and Sandyhills,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217109 +217109,S00114035,6b3,Semi-Detached Ageing,S01010082,Mount Vernon North and Sandyhills - 05,8c,Comfortable suburbia,S02001899,Mount Vernon North and Sandyhills,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217110 +217110,S00114036,6b3,Semi-Detached Ageing,S01010080,Mount Vernon North and Sandyhills - 03,8b,Ageing suburbanites,S02001899,Mount Vernon North and Sandyhills,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217111 +217111,S00114074,6b3,Semi-Detached Ageing,S01010140,Shettleston North - 04,4d,Hard-pressed flat dwellers,S02001910,Shettleston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217112 +217112,S00114076,6b3,Semi-Detached Ageing,S01010097,Garrowhill West - 04,5c,Comfortable neighbourhoods,S02001902,Garrowhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217113 +217113,S00114080,6b3,Semi-Detached Ageing,S01010081,Mount Vernon North and Sandyhills - 04,8b,Ageing suburbanites,S02001899,Mount Vernon North and Sandyhills,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217114 +217114,S00114144,6b3,Semi-Detached Ageing,S01010174,Riddrie and Hogganfield - 03,4d,Hard-pressed flat dwellers,S02001916,Riddrie and Hogganfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217115 +217115,S00114971,6b3,Semi-Detached Ageing,S01009963,Muirend and Old Cathcart - 05,8b,Ageing suburbanites,S02001878,Muirend and Old Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217116 +217116,S00114972,6b3,Semi-Detached Ageing,S01009963,Muirend and Old Cathcart - 05,8b,Ageing suburbanites,S02001878,Muirend and Old Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217117 +217117,S00115040,6b3,Semi-Detached Ageing,S01010003,Kingspark North - 05,5c,Comfortable neighbourhoods,S02001885,Kingspark North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217118 +217118,S00113962,7d3,Retired Communal City Dwellers,S01010063,Braidfauld - 03,4d,Hard-pressed flat dwellers,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217119 +217119,S00115826,6b3,Semi-Detached Ageing,S01010099,Garrowhill West - 06,8b,Ageing suburbanites,S02001902,Garrowhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217120 +217120,S00115827,6b3,Semi-Detached Ageing,S01010099,Garrowhill West - 06,8b,Ageing suburbanites,S02001902,Garrowhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217121 +217121,S00115828,6b3,Semi-Detached Ageing,S01010095,Garrowhill West - 02,8b,Ageing suburbanites,S02001902,Garrowhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217122 +217122,S00115837,6b3,Semi-Detached Ageing,S01010095,Garrowhill West - 02,8b,Ageing suburbanites,S02001902,Garrowhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217123 +217123,S00115840,6b3,Semi-Detached Ageing,S01010093,Baillieston East - 06,4a,Challenged white communities,S02001901,Baillieston East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217124 +217124,S00115854,6b3,Semi-Detached Ageing,S01010087,Baillieston West - 05,8b,Ageing suburbanites,S02001900,Baillieston West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217125 +217125,S00115857,6b3,Semi-Detached Ageing,S01010087,Baillieston West - 05,8b,Ageing suburbanites,S02001900,Baillieston West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217126 +217126,S00115858,6b3,Semi-Detached Ageing,S01010087,Baillieston West - 05,8b,Ageing suburbanites,S02001900,Baillieston West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217127 +217127,S00115872,6b3,Semi-Detached Ageing,S01010085,Baillieston West - 03,5d,Endeavouring social renters,S02001900,Baillieston West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217128 +217128,S00115874,6b3,Semi-Detached Ageing,S01010085,Baillieston West - 03,5d,Endeavouring social renters,S02001900,Baillieston West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217129 +217129,S00115902,6b3,Semi-Detached Ageing,S01010090,Baillieston East - 03,5c,Comfortable neighbourhoods,S02001901,Baillieston East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217130 +217130,S00116028,6b3,Semi-Detached Ageing,S01010343,Summerston Central and West - 04,5b,Aspiring urban households,S02001945,Summerston Central and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217131 +217131,S00116302,6b3,Semi-Detached Ageing,S01009766,Darnley North - 03,5b,Aspiring urban households,S02001843,Darnley North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217132 +217132,S00116336,6b3,Semi-Detached Ageing,S01010099,Garrowhill West - 06,8b,Ageing suburbanites,S02001902,Garrowhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217133 +217133,S00116359,6b3,Semi-Detached Ageing,S01010366,Kelvindale - 04,3c,Highly qualified professionals,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217134 +217134,S00117162,6b3,Semi-Detached Ageing,S01010073,Shettleston South - 05,5c,Comfortable neighbourhoods,S02001897,Shettleston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217135 +217135,S00117483,6b3,Semi-Detached Ageing,S01009794,Pollok South and West - 03,8c,Comfortable suburbia,S02001848,Pollok South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217136 +217136,S00117514,6b3,Semi-Detached Ageing,S01009794,Pollok South and West - 03,8c,Comfortable suburbia,S02001848,Pollok South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217137 +217137,S00117535,6b3,Semi-Detached Ageing,S01010100,Garrowhill East and Swinton - 01,8b,Ageing suburbanites,S02001903,Garrowhill East and Swinton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217138 +217138,S00114063,7d3,Retired Communal City Dwellers,S01010164,"Cranhill, Lightburn and Queenslie South - 09",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217139 +217139,S00117536,6b3,Semi-Detached Ageing,S01010100,Garrowhill East and Swinton - 01,8b,Ageing suburbanites,S02001903,Garrowhill East and Swinton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217140 +217140,S00117584,6b3,Semi-Detached Ageing,S01010189,Robroyston and Millerston - 04,8c,Comfortable suburbia,S02001918,Robroyston and Millerston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217141 +217141,S00112344,4a2,Social Renting New Arrivals,S01010022,Toryglen and Oatlands - 07,4d,Hard-pressed flat dwellers,S02001888,Toryglen and Oatlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217142 +217142,S00113272,4a2,Social Renting New Arrivals,S01010315,Ruchill - 01,4d,Hard-pressed flat dwellers,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217143 +217143,S00113509,4a2,Social Renting New Arrivals,S01010224,Cowlairs and Port Dundas - 06,4d,Hard-pressed flat dwellers,S02001924,Cowlairs and Port Dundas,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217144 +217144,S00113767,4a2,Social Renting New Arrivals,S01010068,Braidfauld - 08,7a,Urban cultural mix,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217145 +217145,S00113770,4a2,Social Renting New Arrivals,S01010068,Braidfauld - 08,7a,Urban cultural mix,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217146 +217146,S00113826,4a2,Social Renting New Arrivals,S01010247,Carntyne West and Haghill - 06,4a,Challenged white communities,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217147 +217147,S00114093,4a2,Social Renting New Arrivals,S01010180,Blackhill and Barmulloch East - 02,7a,Urban cultural mix,S02001917,Blackhill and Barmulloch East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217148 +217148,S00114228,4a2,Social Renting New Arrivals,S01010125,Barlanark - 03,4d,Hard-pressed flat dwellers,S02001908,Barlanark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217149 +217149,S00114340,4a2,Social Renting New Arrivals,S01010040,Calton and Gallowgate - 04,1a,Cosmopolitan student neighbourhoods,S02001891,Calton and Gallowgate,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217150 +217150,S00114601,4a2,Social Renting New Arrivals,S01009871,Kingston West and Dumbreck - 01,7a,Urban cultural mix,S02001862,Kingston West and Dumbreck,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217151 +217151,S00114905,4a2,Social Renting New Arrivals,S01009953,Newlands - 06,3d,Households in terraces and flats,S02001876,Newlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217152 +217152,S00115334,4a2,Social Renting New Arrivals,S01009842,Govan and Linthouse - 02,7a,Urban cultural mix,S02001856,Govan and Linthouse,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217153 +217153,S00115369,4a2,Social Renting New Arrivals,S01009834,Drumoyne and Shieldhall - 02,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217154 +217154,S00115641,4a2,Social Renting New Arrivals,S01009825,Penilee - 04,4d,Hard-pressed flat dwellers,S02001853,Penilee,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217155 +217155,S00117238,4a2,Social Renting New Arrivals,S01010055,Parkhead West and Barrowfield - 07,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217156 +217156,S00117606,4a2,Social Renting New Arrivals,S01009984,Glenwood North - 05,4d,Hard-pressed flat dwellers,S02001882,Glenwood North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217157 +217157,S00114117,7d3,Retired Communal City Dwellers,S01010154,Carntyne - 03,4d,Hard-pressed flat dwellers,S02001913,Carntyne,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217158 +217158,S00114141,7d3,Retired Communal City Dwellers,S01010174,Riddrie and Hogganfield - 03,4d,Hard-pressed flat dwellers,S02001916,Riddrie and Hogganfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217159 +217159,S00114152,7d3,Retired Communal City Dwellers,S01010153,Carntyne - 02,4d,Hard-pressed flat dwellers,S02001913,Carntyne,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217160 +217160,S00114280,7d3,Retired Communal City Dwellers,S01010122,North Barlanark and Easterhouse South - 05,4d,Hard-pressed flat dwellers,S02001907,North Barlanark and Easterhouse South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217161 +217161,S00114322,7d3,Retired Communal City Dwellers,S01010109,Easterhouse East - 05,4d,Hard-pressed flat dwellers,S02001904,Easterhouse East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217162 +217162,S00114343,7d3,Retired Communal City Dwellers,S01010044,Bridgeton - 03,1a,Cosmopolitan student neighbourhoods,S02001892,Bridgeton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217163 +217163,S00114522,7d3,Retired Communal City Dwellers,S01009936,Pollokshaws - 04,4d,Hard-pressed flat dwellers,S02001873,Pollokshaws,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217164 +217164,S00114979,7d3,Retired Communal City Dwellers,S01009955,Merrylee and Millbrae - 01,3c,Highly qualified professionals,S02001877,Merrylee and Millbrae,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217165 +217165,S00115165,7d3,Retired Communal City Dwellers,S01009980,Glenwood North - 01,4d,Hard-pressed flat dwellers,S02001882,Glenwood North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217166 +217166,S00115186,7d3,Retired Communal City Dwellers,S01009979,Glenwood South - 07,4d,Hard-pressed flat dwellers,S02001881,Glenwood South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217167 +217167,S00115393,7d3,Retired Communal City Dwellers,S01009837,Drumoyne and Shieldhall - 05,4d,Hard-pressed flat dwellers,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217168 +217168,S00115610,7d3,Retired Communal City Dwellers,S01009808,Cardonald South and East - 03,7a,Urban cultural mix,S02001850,Cardonald South and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217169 +217169,S00115941,7d3,Retired Communal City Dwellers,S01010499,Drumry East - 04,4d,Hard-pressed flat dwellers,S02001976,Drumry East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217170 +217170,S00115994,7d3,Retired Communal City Dwellers,S01010228,"Roystonhill, Blochairn, and Provanmill - 01",4d,Hard-pressed flat dwellers,S02001926,"Roystonhill, Blochairn, and Provanmill",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217171 +217171,S00116067,7d3,Retired Communal City Dwellers,S01010159,"Cranhill, Lightburn and Queenslie South - 04",4d,Hard-pressed flat dwellers,S02001914,"Cranhill, Lightburn and Queenslie South",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217172 +217172,S00116286,7d3,Retired Communal City Dwellers,S01009799,Pollok North and East - 01,4d,Hard-pressed flat dwellers,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217173 +217173,S00116319,7d3,Retired Communal City Dwellers,S01009804,Pollok North and East - 06,3c,Highly qualified professionals,S02001849,Pollok North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217174 +217174,S00116688,7d3,Retired Communal City Dwellers,S01010025,Gorbals and Hutchesontown - 03,1a,Cosmopolitan student neighbourhoods,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217175 +217175,S00116809,7d3,Retired Communal City Dwellers,S01010476,Anniesland West - 07,4d,Hard-pressed flat dwellers,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217176 +217176,S00117131,7d3,Retired Communal City Dwellers,S01010155,Carntyne - 04,4d,Hard-pressed flat dwellers,S02001913,Carntyne,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217177 +217177,S00117155,7d3,Retired Communal City Dwellers,S01010059,Parkhead East and Braidfauld North - 04,1a,Cosmopolitan student neighbourhoods,S02001895,Parkhead East and Braidfauld North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217178 +217178,S00117498,7d3,Retired Communal City Dwellers,S01009765,Darnley North - 02,4d,Hard-pressed flat dwellers,S02001843,Darnley North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217179 +217179,S00112334,7d2,Retired Independent City Dwellers,S01010270,City Centre West - 05,1a,Cosmopolitan student neighbourhoods,S02001933,City Centre West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217180 +217180,S00112343,7d2,Retired Independent City Dwellers,S01010029,Gorbals and Hutchesontown - 07,4d,Hard-pressed flat dwellers,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217181 +217181,S00112361,7d2,Retired Independent City Dwellers,S01010396,Partick - 04,1a,Cosmopolitan student neighbourhoods,S02001955,Partick,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217182 +217182,S00112602,7d2,Retired Independent City Dwellers,S01010401,Partickhill and Hyndland - 05,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217183 +217183,S00112751,7d2,Retired Independent City Dwellers,S01010476,Anniesland West - 07,4d,Hard-pressed flat dwellers,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217184 +217184,S00112830,7d2,Retired Independent City Dwellers,S01010456,Knightswood Park West - 02,4d,Hard-pressed flat dwellers,S02001968,Knightswood Park West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217185 +217185,S00112868,7d2,Retired Independent City Dwellers,S01010459,Knightswood Park West - 05,4d,Hard-pressed flat dwellers,S02001968,Knightswood Park West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217186 +217186,S00112949,7d2,Retired Independent City Dwellers,S01010428,Scotstoun North and East - 02,3c,Highly qualified professionals,S02001962,Scotstoun North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217187 +217187,S00113154,7d2,Retired Independent City Dwellers,S01010305,Firhill - 05,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217188 +217188,S00113196,7d2,Retired Independent City Dwellers,S01010314,Keppochhill - 06,1a,Cosmopolitan student neighbourhoods,S02001940,Keppochhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217189 +217189,S00113396,7d2,Retired Independent City Dwellers,S01010210,Springburn - 02,4d,Hard-pressed flat dwellers,S02001922,Springburn,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217190 +217190,S00113427,7d2,Retired Independent City Dwellers,S01010200,Barmulloch - 02,4a,Challenged white communities,S02001920,Barmulloch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217191 +217191,S00113458,7d2,Retired Independent City Dwellers,S01010213,Springburn - 05,4d,Hard-pressed flat dwellers,S02001922,Springburn,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217192 +217192,S00113538,7d2,Retired Independent City Dwellers,S01010215,Springburn East and Cowlairs - 02,4d,Hard-pressed flat dwellers,S02001923,Springburn East and Cowlairs,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217193 +217193,S00113544,7d2,Retired Independent City Dwellers,S01010325,Possil Park - 03,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217194 +217194,S00113550,7d2,Retired Independent City Dwellers,S01010331,Milton West - 02,4d,Hard-pressed flat dwellers,S02001943,Milton West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217195 +217195,S00113621,7d2,Retired Independent City Dwellers,S01010349,Summerston North - 04,4d,Hard-pressed flat dwellers,S02001946,Summerston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217196 +217196,S00113838,7d2,Retired Independent City Dwellers,S01010247,Carntyne West and Haghill - 06,4a,Challenged white communities,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217197 +217197,S00113839,7d2,Retired Independent City Dwellers,S01010154,Carntyne - 03,4d,Hard-pressed flat dwellers,S02001913,Carntyne,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217198 +217198,S00113846,7d2,Retired Independent City Dwellers,S01010151,Old Shettleston and Parkhead North - 05,4d,Hard-pressed flat dwellers,S02001912,Old Shettleston and Parkhead North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217199 +217199,S00113961,7d2,Retired Independent City Dwellers,S01010063,Braidfauld - 03,4d,Hard-pressed flat dwellers,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217200 +217200,S00112300,2b1,Students and Commuters,S01010295,Woodlands - 07,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217201 +217201,S00112301,2b1,Students and Commuters,S01010295,Woodlands - 07,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217202 +217202,S00116616,2b1,Students and Commuters,S01010276,Anderston - 01,1a,Cosmopolitan student neighbourhoods,S02001935,Anderston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217203 +217203,S00116381,2b1,Students and Commuters,S01010275,City Centre South - 04,1a,Cosmopolitan student neighbourhoods,S02001934,City Centre South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217204 +217204,S00112305,2b1,Students and Commuters,S01010297,Woodside - 01,1a,Cosmopolitan student neighbourhoods,S02001938,Woodside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217205 +217205,S00112306,2b1,Students and Commuters,S01010297,Woodside - 01,1a,Cosmopolitan student neighbourhoods,S02001938,Woodside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217206 +217206,S00112311,2b1,Students and Commuters,S01010258,Gallowgate North and Bellgrove - 05,1a,Cosmopolitan student neighbourhoods,S02001931,Gallowgate North and Bellgrove,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217207 +217207,S00112312,2b1,Students and Commuters,S01010039,Calton and Gallowgate - 03,1a,Cosmopolitan student neighbourhoods,S02001891,Calton and Gallowgate,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217208 +217208,S00112313,2b1,Students and Commuters,S01010039,Calton and Gallowgate - 03,1a,Cosmopolitan student neighbourhoods,S02001891,Calton and Gallowgate,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217209 +217209,S00112320,2b1,Students and Commuters,S01010257,Gallowgate North and Bellgrove - 04,1a,Cosmopolitan student neighbourhoods,S02001931,Gallowgate North and Bellgrove,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217210 +217210,S00112321,2b1,Students and Commuters,S01010260,City Centre East - 02,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217211 +217211,S00112323,2b1,Students and Commuters,S01010261,City Centre East - 03,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217212 +217212,S00112324,2b1,Students and Commuters,S01010259,City Centre East - 01,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217213 +217213,S00114715,2b1,Students and Commuters,S01009887,Govanhill West - 01,6a,Inner city cosmopolitan,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217214 +217214,S00112325,2b1,Students and Commuters,S01010262,City Centre East - 04,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217215 +217215,S00112328,2b1,Students and Commuters,S01010261,City Centre East - 03,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217216 +217216,S00112374,2b1,Students and Commuters,S01010385,Hillhead - 05,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217217 +217217,S00112375,2b1,Students and Commuters,S01010385,Hillhead - 05,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217218 +217218,S00112381,2b1,Students and Commuters,S01010385,Hillhead - 05,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217219 +217219,S00112383,2b1,Students and Commuters,S01010385,Hillhead - 05,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217220 +217220,S00112385,2b1,Students and Commuters,S01010382,Hillhead - 02,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217221 +217221,S00112386,2b1,Students and Commuters,S01010382,Hillhead - 02,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217222 +217222,S00112388,2b1,Students and Commuters,S01010382,Hillhead - 02,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217223 +217223,S00112389,2b1,Students and Commuters,S01010380,Kelvingrove and University - 07,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217224 +217224,S00112395,2b1,Students and Commuters,S01010382,Hillhead - 02,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217225 +217225,S00112396,2b1,Students and Commuters,S01010382,Hillhead - 02,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217226 +217226,S00112399,2b1,Students and Commuters,S01010383,Hillhead - 03,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217227 +217227,S00112401,2b1,Students and Commuters,S01010383,Hillhead - 03,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217228 +217228,S00112402,2b1,Students and Commuters,S01010381,Hillhead - 01,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217229 +217229,S00112403,2b1,Students and Commuters,S01010381,Hillhead - 01,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217230 +217230,S00112404,2b1,Students and Commuters,S01010381,Hillhead - 01,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217231 +217231,S00112405,2b1,Students and Commuters,S01010383,Hillhead - 03,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217232 +217232,S00112406,2b1,Students and Commuters,S01010384,Hillhead - 04,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217233 +217233,S00112407,2b1,Students and Commuters,S01010384,Hillhead - 04,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217234 +217234,S00112410,2b1,Students and Commuters,S01010384,Hillhead - 04,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217235 +217235,S00112411,2b1,Students and Commuters,S01010384,Hillhead - 04,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217236 +217236,S00112412,2b1,Students and Commuters,S01010384,Hillhead - 04,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217237 +217237,S00112413,2b1,Students and Commuters,S01010374,Kelvingrove and University - 01,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217238 +217238,S00112419,2b1,Students and Commuters,S01010389,Glasgow Harbour and Partick South - 02,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217239 +217239,S00112421,2b1,Students and Commuters,S01010389,Glasgow Harbour and Partick South - 02,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217240 +217240,S00112422,2b1,Students and Commuters,S01010389,Glasgow Harbour and Partick South - 02,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217241 +217241,S00112426,2b1,Students and Commuters,S01010392,Glasgow Harbour and Partick South - 05,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217242 +217242,S00112428,2b1,Students and Commuters,S01010392,Glasgow Harbour and Partick South - 05,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217243 +217243,S00112430,2b1,Students and Commuters,S01010389,Glasgow Harbour and Partick South - 02,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217244 +217244,S00112431,2b1,Students and Commuters,S01010392,Glasgow Harbour and Partick South - 05,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217245 +217245,S00112432,2b1,Students and Commuters,S01010389,Glasgow Harbour and Partick South - 02,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217246 +217246,S00112433,2b1,Students and Commuters,S01010389,Glasgow Harbour and Partick South - 02,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217247 +217247,S00112434,2b1,Students and Commuters,S01010392,Glasgow Harbour and Partick South - 05,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217248 +217248,S00112435,2b1,Students and Commuters,S01010389,Glasgow Harbour and Partick South - 02,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217249 +217249,S00112436,2b1,Students and Commuters,S01010391,Glasgow Harbour and Partick South - 04,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217250 +217250,S00112444,2b1,Students and Commuters,S01010396,Partick - 04,1a,Cosmopolitan student neighbourhoods,S02001955,Partick,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217251 +217251,S00112445,2b1,Students and Commuters,S01010384,Hillhead - 04,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217252 +217252,S00112447,2b1,Students and Commuters,S01010384,Hillhead - 04,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217253 +217253,S00112448,2b1,Students and Commuters,S01010381,Hillhead - 01,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217254 +217254,S00112583,2b1,Students and Commuters,S01010407,Dowanhill - 05,1a,Cosmopolitan student neighbourhoods,S02001957,Dowanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217255 +217255,S00116754,2b1,Students and Commuters,S01010376,Kelvingrove and University - 03,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217256 +217256,S00117635,2b1,Students and Commuters,S01010274,City Centre South - 03,1a,Cosmopolitan student neighbourhoods,S02001934,City Centre South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217257 +217257,S00114716,2b1,Students and Commuters,S01009887,Govanhill West - 01,6a,Inner city cosmopolitan,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217258 +217258,S00116382,2b1,Students and Commuters,S01010275,City Centre South - 04,1a,Cosmopolitan student neighbourhoods,S02001934,City Centre South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217259 +217259,S00116617,2b1,Students and Commuters,S01010276,Anderston - 01,1a,Cosmopolitan student neighbourhoods,S02001935,Anderston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217260 +217260,S00112449,2b1,Students and Commuters,S01010381,Hillhead - 01,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217261 +217261,S00112450,2b1,Students and Commuters,S01010381,Hillhead - 01,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217262 +217262,S00112451,2b1,Students and Commuters,S01010381,Hillhead - 01,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217263 +217263,S00112452,2b1,Students and Commuters,S01010381,Hillhead - 01,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217264 +217264,S00112463,2b1,Students and Commuters,S01010390,Glasgow Harbour and Partick South - 03,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217265 +217265,S00112467,2b1,Students and Commuters,S01010393,Partick - 01,1a,Cosmopolitan student neighbourhoods,S02001955,Partick,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217266 +217266,S00112468,2b1,Students and Commuters,S01010390,Glasgow Harbour and Partick South - 03,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217267 +217267,S00112472,2b1,Students and Commuters,S01010395,Partick - 03,1a,Cosmopolitan student neighbourhoods,S02001955,Partick,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217268 +217268,S00112475,2b1,Students and Commuters,S01010395,Partick - 03,1a,Cosmopolitan student neighbourhoods,S02001955,Partick,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217269 +217269,S00112494,2b1,Students and Commuters,S01010393,Partick - 01,1a,Cosmopolitan student neighbourhoods,S02001955,Partick,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217270 +217270,S00112522,2b1,Students and Commuters,S01010379,Kelvingrove and University - 06,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217271 +217271,S00112523,2b1,Students and Commuters,S01010291,Woodlands - 03,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217272 +217272,S00112524,2b1,Students and Commuters,S01010379,Kelvingrove and University - 06,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217273 +217273,S00112525,2b1,Students and Commuters,S01010376,Kelvingrove and University - 03,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217274 +217274,S00112526,2b1,Students and Commuters,S01010376,Kelvingrove and University - 03,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217275 +217275,S00112527,2b1,Students and Commuters,S01010376,Kelvingrove and University - 03,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217276 +217276,S00112528,2b1,Students and Commuters,S01010376,Kelvingrove and University - 03,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217277 +217277,S00112536,2b1,Students and Commuters,S01010371,North Kelvin - 03,1a,Cosmopolitan student neighbourhoods,S02001951,North Kelvin,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217278 +217278,S00112537,2b1,Students and Commuters,S01010377,Kelvingrove and University - 04,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217279 +217279,S00112538,2b1,Students and Commuters,S01010377,Kelvingrove and University - 04,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217280 +217280,S00112539,2b1,Students and Commuters,S01010377,Kelvingrove and University - 04,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217281 +217281,S00112540,2b1,Students and Commuters,S01010377,Kelvingrove and University - 04,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217282 +217282,S00112541,2b1,Students and Commuters,S01010377,Kelvingrove and University - 04,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217283 +217283,S00112542,2b1,Students and Commuters,S01010377,Kelvingrove and University - 04,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217284 +217284,S00112543,2b1,Students and Commuters,S01010377,Kelvingrove and University - 04,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217285 +217285,S00112545,2b1,Students and Commuters,S01010291,Woodlands - 03,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217286 +217286,S00112546,2b1,Students and Commuters,S01010379,Kelvingrove and University - 06,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217287 +217287,S00112547,2b1,Students and Commuters,S01010379,Kelvingrove and University - 06,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217288 +217288,S00112548,2b1,Students and Commuters,S01010377,Kelvingrove and University - 04,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217289 +217289,S00112549,2b1,Students and Commuters,S01010379,Kelvingrove and University - 06,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217290 +217290,S00112550,2b1,Students and Commuters,S01010378,Kelvingrove and University - 05,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217291 +217291,S00112551,2b1,Students and Commuters,S01010375,Kelvingrove and University - 02,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217292 +217292,S00112552,2b1,Students and Commuters,S01010375,Kelvingrove and University - 02,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217293 +217293,S00112553,2b1,Students and Commuters,S01010375,Kelvingrove and University - 02,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217294 +217294,S00112554,2b1,Students and Commuters,S01010379,Kelvingrove and University - 06,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217295 +217295,S00112556,2b1,Students and Commuters,S01010378,Kelvingrove and University - 05,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217296 +217296,S00112557,2b1,Students and Commuters,S01010379,Kelvingrove and University - 06,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217297 +217297,S00112558,2b1,Students and Commuters,S01010378,Kelvingrove and University - 05,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217298 +217298,S00112559,2b1,Students and Commuters,S01010378,Kelvingrove and University - 05,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217299 +217299,S00112560,2b1,Students and Commuters,S01010375,Kelvingrove and University - 02,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217300 +217300,S00112561,2b1,Students and Commuters,S01010375,Kelvingrove and University - 02,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217301 +217301,S00112562,2b1,Students and Commuters,S01010407,Dowanhill - 05,1a,Cosmopolitan student neighbourhoods,S02001957,Dowanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217302 +217302,S00112563,2b1,Students and Commuters,S01010379,Kelvingrove and University - 06,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217303 +217303,S00112565,2b1,Students and Commuters,S01010397,Partickhill and Hyndland - 01,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217304 +217304,S00112567,2b1,Students and Commuters,S01010380,Kelvingrove and University - 07,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217305 +217305,S00112575,2b1,Students and Commuters,S01010374,Kelvingrove and University - 01,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217306 +217306,S00112576,2b1,Students and Commuters,S01010374,Kelvingrove and University - 01,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217307 +217307,S00112581,2b1,Students and Commuters,S01010407,Dowanhill - 05,1a,Cosmopolitan student neighbourhoods,S02001957,Dowanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217308 +217308,S00112582,2b1,Students and Commuters,S01010407,Dowanhill - 05,1a,Cosmopolitan student neighbourhoods,S02001957,Dowanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217309 +217309,S00114721,2b1,Students and Commuters,S01009905,Strathbungo - 01,1a,Cosmopolitan student neighbourhoods,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217310 +217310,S00116383,2b1,Students and Commuters,S01010275,City Centre South - 04,1a,Cosmopolitan student neighbourhoods,S02001934,City Centre South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217311 +217311,S00116618,2b1,Students and Commuters,S01010276,Anderston - 01,1a,Cosmopolitan student neighbourhoods,S02001935,Anderston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217312 +217312,S00117636,2b1,Students and Commuters,S01010274,City Centre South - 03,1a,Cosmopolitan student neighbourhoods,S02001934,City Centre South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217313 +217313,S00116756,2b1,Students and Commuters,S01010308,Firhill - 08,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217314 +217314,S00116758,2b1,Students and Commuters,S01010378,Kelvingrove and University - 05,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217315 +217315,S00116759,2b1,Students and Commuters,S01010378,Kelvingrove and University - 05,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217316 +217316,S00112584,2b1,Students and Commuters,S01010406,Dowanhill - 04,1a,Cosmopolitan student neighbourhoods,S02001957,Dowanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217317 +217317,S00116619,2b1,Students and Commuters,S01010276,Anderston - 01,1a,Cosmopolitan student neighbourhoods,S02001935,Anderston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217318 +217318,S00116385,2b1,Students and Commuters,S01010275,City Centre South - 04,1a,Cosmopolitan student neighbourhoods,S02001934,City Centre South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217319 +217319,S00116765,2b1,Students and Commuters,S01010398,Partickhill and Hyndland - 02,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217320 +217320,S00114727,2b1,Students and Commuters,S01009907,Strathbungo - 03,1a,Cosmopolitan student neighbourhoods,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217321 +217321,S00112208,2a3,Students and Professionals,S01010271,City Centre West - 06,1a,Cosmopolitan student neighbourhoods,S02001933,City Centre West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217322 +217322,S00112585,2b1,Students and Commuters,S01010406,Dowanhill - 04,1a,Cosmopolitan student neighbourhoods,S02001957,Dowanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217323 +217323,S00116622,2b1,Students and Commuters,S01010276,Anderston - 01,1a,Cosmopolitan student neighbourhoods,S02001935,Anderston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217324 +217324,S00116388,2b1,Students and Commuters,S01010258,Gallowgate North and Bellgrove - 05,1a,Cosmopolitan student neighbourhoods,S02001931,Gallowgate North and Bellgrove,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217325 +217325,S00116797,2b1,Students and Commuters,S01010474,Anniesland West - 05,1a,Cosmopolitan student neighbourhoods,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217326 +217326,S00114732,2b1,Students and Commuters,S01009907,Strathbungo - 03,1a,Cosmopolitan student neighbourhoods,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217327 +217327,S00112297,2a3,Students and Professionals,S01010293,Woodlands - 05,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217328 +217328,S00112529,2a3,Students and Professionals,S01010376,Kelvingrove and University - 03,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217329 +217329,S00112530,2a3,Students and Professionals,S01010371,North Kelvin - 03,1a,Cosmopolitan student neighbourhoods,S02001951,North Kelvin,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217330 +217330,S00112532,2a3,Students and Professionals,S01010371,North Kelvin - 03,1a,Cosmopolitan student neighbourhoods,S02001951,North Kelvin,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217331 +217331,S00112533,2a3,Students and Professionals,S01010371,North Kelvin - 03,1a,Cosmopolitan student neighbourhoods,S02001951,North Kelvin,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217332 +217332,S00113136,2a3,Students and Professionals,S01010306,Firhill - 06,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217333 +217333,S00113146,2a3,Students and Professionals,S01010305,Firhill - 05,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217334 +217334,S00113205,2a3,Students and Professionals,S01010370,North Kelvin - 02,1a,Cosmopolitan student neighbourhoods,S02001951,North Kelvin,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217335 +217335,S00113256,2a3,Students and Professionals,S01010319,Ruchill - 05,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217336 +217336,S00113686,2a3,Students and Professionals,S01010236,Dennistoun North - 03,1a,Cosmopolitan student neighbourhoods,S02001927,Dennistoun North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217337 +217337,S00113691,2a3,Students and Professionals,S01010236,Dennistoun North - 03,1a,Cosmopolitan student neighbourhoods,S02001927,Dennistoun North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217338 +217338,S00115926,2a3,Students and Professionals,S01010289,Woodlands - 01,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217339 +217339,S00116363,2a3,Students and Professionals,S01010475,Anniesland West - 06,3c,Highly qualified professionals,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217340 +217340,S00116419,2a3,Students and Professionals,S01010305,Firhill - 05,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217341 +217341,S00116741,2a3,Students and Professionals,S01010387,Hillhead - 07,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217342 +217342,S00116937,2a3,Students and Professionals,S01010300,Woodside - 04,1a,Cosmopolitan student neighbourhoods,S02001938,Woodside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217343 +217343,S00112994,7a1,Transitional Eastern European Neighbourhoods,S01010436,Scotstoun South and West - 05,4d,Hard-pressed flat dwellers,S02001963,Scotstoun South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217344 +217344,S00113569,7a1,Transitional Eastern European Neighbourhoods,S01010335,Milton East - 01,4d,Hard-pressed flat dwellers,S02001944,Milton East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217345 +217345,S00113789,7a1,Transitional Eastern European Neighbourhoods,S01010051,Parkhead West and Barrowfield - 03,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217346 +217346,S00113862,7a1,Transitional Eastern European Neighbourhoods,S01010135,Greenfield - 05,4d,Hard-pressed flat dwellers,S02001909,Greenfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217347 +217347,S00113912,7a1,Transitional Eastern European Neighbourhoods,S01010145,Tollcross - 04,4d,Hard-pressed flat dwellers,S02001911,Tollcross,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217348 +217348,S00113920,7a1,Transitional Eastern European Neighbourhoods,S01010145,Tollcross - 04,4d,Hard-pressed flat dwellers,S02001911,Tollcross,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217349 +217349,S00113922,7a1,Transitional Eastern European Neighbourhoods,S01010144,Tollcross - 03,4d,Hard-pressed flat dwellers,S02001911,Tollcross,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217350 +217350,S00113937,7a1,Transitional Eastern European Neighbourhoods,S01010067,Braidfauld - 07,4d,Hard-pressed flat dwellers,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217351 +217351,S00113942,7a1,Transitional Eastern European Neighbourhoods,S01010059,Parkhead East and Braidfauld North - 04,1a,Cosmopolitan student neighbourhoods,S02001895,Parkhead East and Braidfauld North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217352 +217352,S00114090,7a1,Transitional Eastern European Neighbourhoods,S01010180,Blackhill and Barmulloch East - 02,7a,Urban cultural mix,S02001917,Blackhill and Barmulloch East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217353 +217353,S00114185,7a1,Transitional Eastern European Neighbourhoods,S01010178,Riddrie and Hogganfield - 07,4d,Hard-pressed flat dwellers,S02001916,Riddrie and Hogganfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217354 +217354,S00114297,7a1,Transitional Eastern European Neighbourhoods,S01010113,"Garthamlock, Auchinlea and Gartloch - 01",4d,Hard-pressed flat dwellers,S02001906,"Garthamlock, Auchinlea and Gartloch",S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217355 +217355,S00114646,7a1,Transitional Eastern European Neighbourhoods,S01009895,Govanhill East and Aikenhead - 02,7a,Urban cultural mix,S02001866,Govanhill East and Aikenhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217356 +217356,S00115302,7a1,Transitional Eastern European Neighbourhoods,S01009864,Ibrox East and Cessnock - 03,1a,Cosmopolitan student neighbourhoods,S02001860,Ibrox East and Cessnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217357 +217357,S00115581,7a1,Transitional Eastern European Neighbourhoods,S01009820,Cardonald West and Central - 06,4d,Hard-pressed flat dwellers,S02001852,Cardonald West and Central,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217358 +217358,S00115636,7a1,Transitional Eastern European Neighbourhoods,S01009824,Penilee - 03,4a,Challenged white communities,S02001853,Penilee,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217359 +217359,S00115741,7a1,Transitional Eastern European Neighbourhoods,S01009775,Nitshill - 01,4d,Hard-pressed flat dwellers,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217360 +217360,S00116134,7a1,Transitional Eastern European Neighbourhoods,S01010107,Easterhouse East - 03,4d,Hard-pressed flat dwellers,S02001904,Easterhouse East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217361 +217361,S00117070,7a1,Transitional Eastern European Neighbourhoods,S01010215,Springburn East and Cowlairs - 02,4d,Hard-pressed flat dwellers,S02001923,Springburn East and Cowlairs,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217362 +217362,S00117117,7a1,Transitional Eastern European Neighbourhoods,S01010242,Carntyne West and Haghill - 01,1a,Cosmopolitan student neighbourhoods,S02001929,Carntyne West and Haghill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217363 +217363,S00117248,7a1,Transitional Eastern European Neighbourhoods,S01010044,Bridgeton - 03,1a,Cosmopolitan student neighbourhoods,S02001892,Bridgeton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217364 +217364,S00117444,7a1,Transitional Eastern European Neighbourhoods,S01009860,Ibrox - 02,4d,Hard-pressed flat dwellers,S02001859,Ibrox,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217365 +217365,S00112591,2d1,Urban Cultural Mix,S01010405,Dowanhill - 03,1a,Cosmopolitan student neighbourhoods,S02001957,Dowanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217366 +217366,S00112614,2d1,Urban Cultural Mix,S01010402,Partickhill and Hyndland - 06,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217367 +217367,S00112669,2d1,Urban Cultural Mix,S01010367,Kelvindale - 05,1a,Cosmopolitan student neighbourhoods,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217368 +217368,S00112682,2d1,Urban Cultural Mix,S01010368,Kelvindale - 06,3c,Highly qualified professionals,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217369 +217369,S00112505,5a1,White Professionals,S01010418,Broomhill - 04,1a,Cosmopolitan student neighbourhoods,S02001959,Broomhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217370 +217370,S00112697,5a1,White Professionals,S01010364,Kelvindale - 02,3b,Asian traits,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217371 +217371,S00112711,5a1,White Professionals,S01010411,Kelvinside and Jordanhill - 04,3a,Achieving neighbourhoods,S02001958,Kelvinside and Jordanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217372 +217372,S00112712,5a1,White Professionals,S01010411,Kelvinside and Jordanhill - 04,3a,Achieving neighbourhoods,S02001958,Kelvinside and Jordanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217373 +217373,S00112863,5a1,White Professionals,S01010453,Knightswood East - 04,4d,Hard-pressed flat dwellers,S02001967,Knightswood East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217374 +217374,S00112593,2b1,Students and Commuters,S01010406,Dowanhill - 04,1a,Cosmopolitan student neighbourhoods,S02001957,Dowanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217375 +217375,S00116389,2b1,Students and Commuters,S01010258,Gallowgate North and Bellgrove - 05,1a,Cosmopolitan student neighbourhoods,S02001931,Gallowgate North and Bellgrove,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217376 +217376,S00114740,2b1,Students and Commuters,S01009905,Strathbungo - 01,1a,Cosmopolitan student neighbourhoods,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217377 +217377,S00116623,2b1,Students and Commuters,S01010276,Anderston - 01,1a,Cosmopolitan student neighbourhoods,S02001935,Anderston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217378 +217378,S00116803,2b1,Students and Commuters,S01010466,Anniesland East - 02,3c,Highly qualified professionals,S02001970,Anniesland East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217379 +217379,S00112626,2b1,Students and Commuters,S01010399,Partickhill and Hyndland - 03,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217380 +217380,S00112627,2b1,Students and Commuters,S01010399,Partickhill and Hyndland - 03,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217381 +217381,S00112736,2b1,Students and Commuters,S01010474,Anniesland West - 05,1a,Cosmopolitan student neighbourhoods,S02001971,Anniesland West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217382 +217382,S00113130,2b1,Students and Commuters,S01010306,Firhill - 06,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217383 +217383,S00113132,2b1,Students and Commuters,S01010298,Woodside - 02,1a,Cosmopolitan student neighbourhoods,S02001938,Woodside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217384 +217384,S00113134,2b1,Students and Commuters,S01010308,Firhill - 08,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217385 +217385,S00113135,2b1,Students and Commuters,S01010308,Firhill - 08,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217386 +217386,S00113138,2b1,Students and Commuters,S01010308,Firhill - 08,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217387 +217387,S00113139,2b1,Students and Commuters,S01010308,Firhill - 08,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217388 +217388,S00113141,2b1,Students and Commuters,S01010306,Firhill - 06,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217389 +217389,S00113142,2b1,Students and Commuters,S01010306,Firhill - 06,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217390 +217390,S00113148,2b1,Students and Commuters,S01010307,Firhill - 07,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217391 +217391,S00113152,2b1,Students and Commuters,S01010305,Firhill - 05,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217392 +217392,S00113160,2b1,Students and Commuters,S01010307,Firhill - 07,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217393 +217393,S00113170,2b1,Students and Commuters,S01010373,North Kelvin - 05,1a,Cosmopolitan student neighbourhoods,S02001951,North Kelvin,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217394 +217394,S00113173,2b1,Students and Commuters,S01010373,North Kelvin - 05,1a,Cosmopolitan student neighbourhoods,S02001951,North Kelvin,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217395 +217395,S00113177,2b1,Students and Commuters,S01010300,Woodside - 04,1a,Cosmopolitan student neighbourhoods,S02001938,Woodside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217396 +217396,S00113180,2b1,Students and Commuters,S01010304,Firhill - 04,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217397 +217397,S00113198,2b1,Students and Commuters,S01010318,Ruchill - 04,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217398 +217398,S00113209,2b1,Students and Commuters,S01010317,Ruchill - 03,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217399 +217399,S00113211,2b1,Students and Commuters,S01010317,Ruchill - 03,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217400 +217400,S00113212,2b1,Students and Commuters,S01010317,Ruchill - 03,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217401 +217401,S00113216,2b1,Students and Commuters,S01010322,Ruchill - 08,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217402 +217402,S00113220,2b1,Students and Commuters,S01010320,Ruchill - 06,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217403 +217403,S00113222,2b1,Students and Commuters,S01010320,Ruchill - 06,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217404 +217404,S00113224,2b1,Students and Commuters,S01010320,Ruchill - 06,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217405 +217405,S00113229,2b1,Students and Commuters,S01010321,Ruchill - 07,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217406 +217406,S00113258,2b1,Students and Commuters,S01010319,Ruchill - 05,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217407 +217407,S00113260,2b1,Students and Commuters,S01010319,Ruchill - 05,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217408 +217408,S00113261,2b1,Students and Commuters,S01010319,Ruchill - 05,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217409 +217409,S00113664,2b1,Students and Commuters,S01010250,Dennistoun - 03,1a,Cosmopolitan student neighbourhoods,S02001930,Dennistoun,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217410 +217410,S00113677,2b1,Students and Commuters,S01010236,Dennistoun North - 03,1a,Cosmopolitan student neighbourhoods,S02001927,Dennistoun North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217411 +217411,S00113688,2b1,Students and Commuters,S01010234,Dennistoun North - 01,1a,Cosmopolitan student neighbourhoods,S02001927,Dennistoun North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217412 +217412,S00113692,2b1,Students and Commuters,S01010250,Dennistoun - 03,1a,Cosmopolitan student neighbourhoods,S02001930,Dennistoun,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217413 +217413,S00113693,2b1,Students and Commuters,S01010252,Dennistoun - 05,1a,Cosmopolitan student neighbourhoods,S02001930,Dennistoun,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217414 +217414,S00113694,2b1,Students and Commuters,S01010251,Dennistoun - 04,1a,Cosmopolitan student neighbourhoods,S02001930,Dennistoun,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217415 +217415,S00113695,2b1,Students and Commuters,S01010250,Dennistoun - 03,1a,Cosmopolitan student neighbourhoods,S02001930,Dennistoun,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217416 +217416,S00113696,2b1,Students and Commuters,S01010250,Dennistoun - 03,1a,Cosmopolitan student neighbourhoods,S02001930,Dennistoun,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217417 +217417,S00113698,2b1,Students and Commuters,S01010250,Dennistoun - 03,1a,Cosmopolitan student neighbourhoods,S02001930,Dennistoun,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217418 +217418,S00113700,2b1,Students and Commuters,S01010249,Dennistoun - 02,1a,Cosmopolitan student neighbourhoods,S02001930,Dennistoun,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217419 +217419,S00113701,2b1,Students and Commuters,S01010249,Dennistoun - 02,1a,Cosmopolitan student neighbourhoods,S02001930,Dennistoun,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217420 +217420,S00113754,2b1,Students and Commuters,S01010234,Dennistoun North - 01,1a,Cosmopolitan student neighbourhoods,S02001927,Dennistoun North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217421 +217421,S00114385,2b1,Students and Commuters,S01010053,Parkhead West and Barrowfield - 05,4d,Hard-pressed flat dwellers,S02001894,Parkhead West and Barrowfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217422 +217422,S00114406,2b1,Students and Commuters,S01009875,Pollokshields West - 01,7b,Young ethnic communities,S02001863,Pollokshields West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217423 +217423,S00114450,2b1,Students and Commuters,S01009883,Pollokshields East - 03,7b,Young ethnic communities,S02001864,Pollokshields East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217424 +217424,S00114629,2b1,Students and Commuters,S01009891,Govanhill West - 05,1a,Cosmopolitan student neighbourhoods,S02001865,Govanhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217425 +217425,S00116390,2b1,Students and Commuters,S01010258,Gallowgate North and Bellgrove - 05,1a,Cosmopolitan student neighbourhoods,S02001931,Gallowgate North and Bellgrove,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217426 +217426,S00116391,2b1,Students and Commuters,S01010285,Finnieston and Kelvinhaugh - 04,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217427 +217427,S00116393,2b1,Students and Commuters,S01010258,Gallowgate North and Bellgrove - 05,1a,Cosmopolitan student neighbourhoods,S02001931,Gallowgate North and Bellgrove,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217428 +217428,S00116394,2b1,Students and Commuters,S01010257,Gallowgate North and Bellgrove - 04,1a,Cosmopolitan student neighbourhoods,S02001931,Gallowgate North and Bellgrove,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217429 +217429,S00116875,2b1,Students and Commuters,S01010423,Whiteinch - 01,1a,Cosmopolitan student neighbourhoods,S02001961,Whiteinch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217430 +217430,S00116395,2b1,Students and Commuters,S01010258,Gallowgate North and Bellgrove - 05,1a,Cosmopolitan student neighbourhoods,S02001931,Gallowgate North and Bellgrove,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217431 +217431,S00116401,2b1,Students and Commuters,S01010382,Hillhead - 02,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217432 +217432,S00116420,2b1,Students and Commuters,S01010305,Firhill - 05,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217433 +217433,S00116421,2b1,Students and Commuters,S01010307,Firhill - 07,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217434 +217434,S00116481,2b1,Students and Commuters,S01010250,Dennistoun - 03,1a,Cosmopolitan student neighbourhoods,S02001930,Dennistoun,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217435 +217435,S00116484,2b1,Students and Commuters,S01010234,Dennistoun North - 01,1a,Cosmopolitan student neighbourhoods,S02001927,Dennistoun North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217436 +217436,S00116521,2b1,Students and Commuters,S01009909,Strathbungo - 05,1a,Cosmopolitan student neighbourhoods,S02001868,Strathbungo,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217437 +217437,S00116566,2b1,Students and Commuters,S01010264,City Centre East - 06,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217438 +217438,S00116567,2b1,Students and Commuters,S01010264,City Centre East - 06,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217439 +217439,S00116568,2b1,Students and Commuters,S01010263,City Centre East - 05,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217440 +217440,S00116569,2b1,Students and Commuters,S01010263,City Centre East - 05,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217441 +217441,S00116570,2b1,Students and Commuters,S01010264,City Centre East - 06,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217442 +217442,S00116574,2b1,Students and Commuters,S01010264,City Centre East - 06,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217443 +217443,S00116577,2b1,Students and Commuters,S01010039,Calton and Gallowgate - 03,1a,Cosmopolitan student neighbourhoods,S02001891,Calton and Gallowgate,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217444 +217444,S00116580,2b1,Students and Commuters,S01010041,Calton and Gallowgate - 05,1a,Cosmopolitan student neighbourhoods,S02001891,Calton and Gallowgate,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217445 +217445,S00116581,2b1,Students and Commuters,S01010041,Calton and Gallowgate - 05,1a,Cosmopolitan student neighbourhoods,S02001891,Calton and Gallowgate,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217446 +217446,S00114991,2b1,Students and Commuters,S01010009,Cathcart - 05,1a,Cosmopolitan student neighbourhoods,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217447 +217447,S00116624,2b1,Students and Commuters,S01010276,Anderston - 01,1a,Cosmopolitan student neighbourhoods,S02001935,Anderston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217448 +217448,S00116582,2b1,Students and Commuters,S01010039,Calton and Gallowgate - 03,1a,Cosmopolitan student neighbourhoods,S02001891,Calton and Gallowgate,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217449 +217449,S00116583,2b1,Students and Commuters,S01010039,Calton and Gallowgate - 03,1a,Cosmopolitan student neighbourhoods,S02001891,Calton and Gallowgate,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217450 +217450,S00116584,2b1,Students and Commuters,S01010039,Calton and Gallowgate - 03,1a,Cosmopolitan student neighbourhoods,S02001891,Calton and Gallowgate,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217451 +217451,S00116587,2b1,Students and Commuters,S01010267,City Centre West - 02,1a,Cosmopolitan student neighbourhoods,S02001933,City Centre West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217452 +217452,S00116589,2b1,Students and Commuters,S01010267,City Centre West - 02,1a,Cosmopolitan student neighbourhoods,S02001933,City Centre West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217453 +217453,S00116590,2b1,Students and Commuters,S01010271,City Centre West - 06,1a,Cosmopolitan student neighbourhoods,S02001933,City Centre West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217454 +217454,S00116591,2b1,Students and Commuters,S01010273,City Centre South - 02,1a,Cosmopolitan student neighbourhoods,S02001934,City Centre South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217455 +217455,S00116592,2b1,Students and Commuters,S01010273,City Centre South - 02,1a,Cosmopolitan student neighbourhoods,S02001934,City Centre South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217456 +217456,S00116593,2b1,Students and Commuters,S01010273,City Centre South - 02,1a,Cosmopolitan student neighbourhoods,S02001934,City Centre South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217457 +217457,S00116594,2b1,Students and Commuters,S01010296,Woodlands - 08,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217458 +217458,S00116595,2b1,Students and Commuters,S01010293,Woodlands - 05,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217459 +217459,S00116596,2b1,Students and Commuters,S01010293,Woodlands - 05,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217460 +217460,S00116597,2b1,Students and Commuters,S01010293,Woodlands - 05,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217461 +217461,S00116598,2b1,Students and Commuters,S01010295,Woodlands - 07,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217462 +217462,S00116599,2b1,Students and Commuters,S01010295,Woodlands - 07,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217463 +217463,S00116601,2b1,Students and Commuters,S01010296,Woodlands - 08,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217464 +217464,S00116605,2b1,Students and Commuters,S01010281,Anderston - 06,1a,Cosmopolitan student neighbourhoods,S02001935,Anderston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217465 +217465,S00116607,2b1,Students and Commuters,S01010280,Anderston - 05,1a,Cosmopolitan student neighbourhoods,S02001935,Anderston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217466 +217466,S00116608,2b1,Students and Commuters,S01010280,Anderston - 05,1a,Cosmopolitan student neighbourhoods,S02001935,Anderston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217467 +217467,S00116609,2b1,Students and Commuters,S01010280,Anderston - 05,1a,Cosmopolitan student neighbourhoods,S02001935,Anderston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217468 +217468,S00116611,2b1,Students and Commuters,S01010283,Finnieston and Kelvinhaugh - 02,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217469 +217469,S00116612,2b1,Students and Commuters,S01010283,Finnieston and Kelvinhaugh - 02,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217470 +217470,S00116613,2b1,Students and Commuters,S01010283,Finnieston and Kelvinhaugh - 02,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217471 +217471,S00116614,2b1,Students and Commuters,S01010283,Finnieston and Kelvinhaugh - 02,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217472 +217472,S00115273,2b1,Students and Commuters,S01009869,Kinning Park and Festival Park - 04,1a,Cosmopolitan student neighbourhoods,S02001861,Kinning Park and Festival Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217473 +217473,S00115280,2b1,Students and Commuters,S01009868,Kinning Park and Festival Park - 03,1a,Cosmopolitan student neighbourhoods,S02001861,Kinning Park and Festival Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217474 +217474,S00115285,2b1,Students and Commuters,S01009869,Kinning Park and Festival Park - 04,1a,Cosmopolitan student neighbourhoods,S02001861,Kinning Park and Festival Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217475 +217475,S00115296,2b1,Students and Commuters,S01009863,Ibrox East and Cessnock - 02,1a,Cosmopolitan student neighbourhoods,S02001860,Ibrox East and Cessnock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217476 +217476,S00115929,2b1,Students and Commuters,S01010291,Woodlands - 03,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217477 +217477,S00115940,2b1,Students and Commuters,S01010268,City Centre West - 03,1a,Cosmopolitan student neighbourhoods,S02001933,City Centre West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217478 +217478,S00115971,2b1,Students and Commuters,S01010300,Woodside - 04,1a,Cosmopolitan student neighbourhoods,S02001938,Woodside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217479 +217479,S00115972,2b1,Students and Commuters,S01010371,North Kelvin - 03,1a,Cosmopolitan student neighbourhoods,S02001951,North Kelvin,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217480 +217480,S00115977,2b1,Students and Commuters,S01010318,Ruchill - 04,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217481 +217481,S00115979,2b1,Students and Commuters,S01010322,Ruchill - 08,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217482 +217482,S00116015,2b1,Students and Commuters,S01010279,Anderston - 04,1a,Cosmopolitan student neighbourhoods,S02001935,Anderston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217483 +217483,S00116017,2b1,Students and Commuters,S01010279,Anderston - 04,1a,Cosmopolitan student neighbourhoods,S02001935,Anderston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217484 +217484,S00116035,2b1,Students and Commuters,S01010235,Dennistoun North - 02,1a,Cosmopolitan student neighbourhoods,S02001927,Dennistoun North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217485 +217485,S00116037,2b1,Students and Commuters,S01010235,Dennistoun North - 02,1a,Cosmopolitan student neighbourhoods,S02001927,Dennistoun North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217486 +217486,S00116038,2b1,Students and Commuters,S01010235,Dennistoun North - 02,1a,Cosmopolitan student neighbourhoods,S02001927,Dennistoun North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217487 +217487,S00116039,2b1,Students and Commuters,S01010235,Dennistoun North - 02,1a,Cosmopolitan student neighbourhoods,S02001927,Dennistoun North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217488 +217488,S00116040,2b1,Students and Commuters,S01010235,Dennistoun North - 02,1a,Cosmopolitan student neighbourhoods,S02001927,Dennistoun North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217489 +217489,S00116042,2b1,Students and Commuters,S01010248,Dennistoun - 01,1a,Cosmopolitan student neighbourhoods,S02001930,Dennistoun,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217490 +217490,S00116045,2b1,Students and Commuters,S01010292,Woodlands - 04,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217491 +217491,S00116065,2b1,Students and Commuters,S01010268,City Centre West - 03,1a,Cosmopolitan student neighbourhoods,S02001933,City Centre West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217492 +217492,S00116070,2b1,Students and Commuters,S01010038,Calton and Gallowgate - 02,4d,Hard-pressed flat dwellers,S02001891,Calton and Gallowgate,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217493 +217493,S00116077,2b1,Students and Commuters,S01010260,City Centre East - 02,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217494 +217494,S00116085,2b1,Students and Commuters,S01010261,City Centre East - 03,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217495 +217495,S00116140,2b1,Students and Commuters,S01010042,Bridgeton - 01,1a,Cosmopolitan student neighbourhoods,S02001892,Bridgeton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217496 +217496,S00116142,2b1,Students and Commuters,S01010042,Bridgeton - 01,1a,Cosmopolitan student neighbourhoods,S02001892,Bridgeton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217497 +217497,S00116162,2b1,Students and Commuters,S01009868,Kinning Park and Festival Park - 03,1a,Cosmopolitan student neighbourhoods,S02001861,Kinning Park and Festival Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217498 +217498,S00116163,2b1,Students and Commuters,S01009868,Kinning Park and Festival Park - 03,1a,Cosmopolitan student neighbourhoods,S02001861,Kinning Park and Festival Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217499 +217499,S00116227,2b1,Students and Commuters,S01010385,Hillhead - 05,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217500 +217500,S00116278,2b1,Students and Commuters,S01010260,City Centre East - 02,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217501 +217501,S00116296,2b1,Students and Commuters,S01010260,City Centre East - 02,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217502 +217502,S00116297,2b1,Students and Commuters,S01010260,City Centre East - 02,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217503 +217503,S00116298,2b1,Students and Commuters,S01010260,City Centre East - 02,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217504 +217504,S00116300,2b1,Students and Commuters,S01010260,City Centre East - 02,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217505 +217505,S00116345,2b1,Students and Commuters,S01010260,City Centre East - 02,1a,Cosmopolitan student neighbourhoods,S02001932,City Centre East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217506 +217506,S00116347,2b1,Students and Commuters,S01010257,Gallowgate North and Bellgrove - 04,1a,Cosmopolitan student neighbourhoods,S02001931,Gallowgate North and Bellgrove,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217507 +217507,S00116348,2b1,Students and Commuters,S01010257,Gallowgate North and Bellgrove - 04,1a,Cosmopolitan student neighbourhoods,S02001931,Gallowgate North and Bellgrove,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217508 +217508,S00116350,2b1,Students and Commuters,S01010257,Gallowgate North and Bellgrove - 04,1a,Cosmopolitan student neighbourhoods,S02001931,Gallowgate North and Bellgrove,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217509 +217509,S00116352,2b1,Students and Commuters,S01010291,Woodlands - 03,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217510 +217510,S00116353,2b1,Students and Commuters,S01010407,Dowanhill - 05,1a,Cosmopolitan student neighbourhoods,S02001957,Dowanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217511 +217511,S00116354,2b1,Students and Commuters,S01010407,Dowanhill - 05,1a,Cosmopolitan student neighbourhoods,S02001957,Dowanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217512 +217512,S00116377,2b1,Students and Commuters,S01010271,City Centre West - 06,1a,Cosmopolitan student neighbourhoods,S02001933,City Centre West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217513 +217513,S00116378,2b1,Students and Commuters,S01010267,City Centre West - 02,1a,Cosmopolitan student neighbourhoods,S02001933,City Centre West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217514 +217514,S00116380,2b1,Students and Commuters,S01010275,City Centre South - 04,1a,Cosmopolitan student neighbourhoods,S02001934,City Centre South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217515 +217515,S00116625,2b1,Students and Commuters,S01010276,Anderston - 01,1a,Cosmopolitan student neighbourhoods,S02001935,Anderston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217516 +217516,S00116936,2b1,Students and Commuters,S01010317,Ruchill - 03,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217517 +217517,S00116938,2b1,Students and Commuters,S01010300,Woodside - 04,1a,Cosmopolitan student neighbourhoods,S02001938,Woodside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217518 +217518,S00116940,2b1,Students and Commuters,S01010301,Firhill - 01,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217519 +217519,S00116941,2b1,Students and Commuters,S01010301,Firhill - 01,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217520 +217520,S00116942,2b1,Students and Commuters,S01010301,Firhill - 01,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217521 +217521,S00116943,2b1,Students and Commuters,S01010301,Firhill - 01,1a,Cosmopolitan student neighbourhoods,S02001939,Firhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217522 +217522,S00116951,2b1,Students and Commuters,S01010322,Ruchill - 08,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217523 +217523,S00116952,2b1,Students and Commuters,S01010321,Ruchill - 07,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217524 +217524,S00116953,2b1,Students and Commuters,S01010321,Ruchill - 07,1a,Cosmopolitan student neighbourhoods,S02001941,Ruchill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217525 +217525,S00116972,2b1,Students and Commuters,S01010347,Summerston North - 02,1a,Cosmopolitan student neighbourhoods,S02001946,Summerston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217526 +217526,S00116991,2b1,Students and Commuters,S01010222,Cowlairs and Port Dundas - 04,4d,Hard-pressed flat dwellers,S02001924,Cowlairs and Port Dundas,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217527 +217527,S00117102,2b1,Students and Commuters,S01010251,Dennistoun - 04,1a,Cosmopolitan student neighbourhoods,S02001930,Dennistoun,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217528 +217528,S00117103,2b1,Students and Commuters,S01010251,Dennistoun - 04,1a,Cosmopolitan student neighbourhoods,S02001930,Dennistoun,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217529 +217529,S00117104,2b1,Students and Commuters,S01010251,Dennistoun - 04,1a,Cosmopolitan student neighbourhoods,S02001930,Dennistoun,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217530 +217530,S00116627,2b1,Students and Commuters,S01010284,Finnieston and Kelvinhaugh - 03,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217531 +217531,S00117110,2b1,Students and Commuters,S01010248,Dennistoun - 01,1a,Cosmopolitan student neighbourhoods,S02001930,Dennistoun,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217532 +217532,S00116628,2b1,Students and Commuters,S01010284,Finnieston and Kelvinhaugh - 03,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217533 +217533,S00116629,2b1,Students and Commuters,S01010284,Finnieston and Kelvinhaugh - 03,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217534 +217534,S00116631,2b1,Students and Commuters,S01010286,Finnieston and Kelvinhaugh - 05,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217535 +217535,S00116633,2b1,Students and Commuters,S01010286,Finnieston and Kelvinhaugh - 05,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217536 +217536,S00116638,2b1,Students and Commuters,S01010295,Woodlands - 07,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217537 +217537,S00116639,2b1,Students and Commuters,S01010300,Woodside - 04,1a,Cosmopolitan student neighbourhoods,S02001938,Woodside,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217538 +217538,S00116640,2b1,Students and Commuters,S01010270,City Centre West - 05,1a,Cosmopolitan student neighbourhoods,S02001933,City Centre West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217539 +217539,S00116641,2b1,Students and Commuters,S01010269,City Centre West - 04,1a,Cosmopolitan student neighbourhoods,S02001933,City Centre West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217540 +217540,S00116642,2b1,Students and Commuters,S01010269,City Centre West - 04,1a,Cosmopolitan student neighbourhoods,S02001933,City Centre West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217541 +217541,S00116643,2b1,Students and Commuters,S01010269,City Centre West - 04,1a,Cosmopolitan student neighbourhoods,S02001933,City Centre West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217542 +217542,S00116646,2b1,Students and Commuters,S01010220,Cowlairs and Port Dundas - 02,1a,Cosmopolitan student neighbourhoods,S02001924,Cowlairs and Port Dundas,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217543 +217543,S00116648,2b1,Students and Commuters,S01010220,Cowlairs and Port Dundas - 02,1a,Cosmopolitan student neighbourhoods,S02001924,Cowlairs and Port Dundas,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217544 +217544,S00116649,2b1,Students and Commuters,S01010220,Cowlairs and Port Dundas - 02,1a,Cosmopolitan student neighbourhoods,S02001924,Cowlairs and Port Dundas,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217545 +217545,S00116659,2b1,Students and Commuters,S01010270,City Centre West - 05,1a,Cosmopolitan student neighbourhoods,S02001933,City Centre West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217546 +217546,S00116660,2b1,Students and Commuters,S01010270,City Centre West - 05,1a,Cosmopolitan student neighbourhoods,S02001933,City Centre West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217547 +217547,S00116661,2b1,Students and Commuters,S01010270,City Centre West - 05,1a,Cosmopolitan student neighbourhoods,S02001933,City Centre West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217548 +217548,S00116666,2b1,Students and Commuters,S01010031,Laurieston and Tradeston - 01,1a,Cosmopolitan student neighbourhoods,S02001890,Laurieston and Tradeston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217549 +217549,S00116667,2b1,Students and Commuters,S01010036,Laurieston and Tradeston - 06,1a,Cosmopolitan student neighbourhoods,S02001890,Laurieston and Tradeston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217550 +217550,S00116668,2b1,Students and Commuters,S01010036,Laurieston and Tradeston - 06,1a,Cosmopolitan student neighbourhoods,S02001890,Laurieston and Tradeston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217551 +217551,S00116669,2b1,Students and Commuters,S01010036,Laurieston and Tradeston - 06,1a,Cosmopolitan student neighbourhoods,S02001890,Laurieston and Tradeston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217552 +217552,S00116670,2b1,Students and Commuters,S01010031,Laurieston and Tradeston - 01,1a,Cosmopolitan student neighbourhoods,S02001890,Laurieston and Tradeston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217553 +217553,S00116671,2b1,Students and Commuters,S01010031,Laurieston and Tradeston - 01,1a,Cosmopolitan student neighbourhoods,S02001890,Laurieston and Tradeston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217554 +217554,S00116672,2b1,Students and Commuters,S01010031,Laurieston and Tradeston - 01,1a,Cosmopolitan student neighbourhoods,S02001890,Laurieston and Tradeston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217555 +217555,S00116673,2b1,Students and Commuters,S01010032,Laurieston and Tradeston - 02,1a,Cosmopolitan student neighbourhoods,S02001890,Laurieston and Tradeston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217556 +217556,S00116675,2b1,Students and Commuters,S01010036,Laurieston and Tradeston - 06,1a,Cosmopolitan student neighbourhoods,S02001890,Laurieston and Tradeston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217557 +217557,S00116676,2b1,Students and Commuters,S01010036,Laurieston and Tradeston - 06,1a,Cosmopolitan student neighbourhoods,S02001890,Laurieston and Tradeston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217558 +217558,S00116677,2b1,Students and Commuters,S01010036,Laurieston and Tradeston - 06,1a,Cosmopolitan student neighbourhoods,S02001890,Laurieston and Tradeston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217559 +217559,S00116679,2b1,Students and Commuters,S01010032,Laurieston and Tradeston - 02,1a,Cosmopolitan student neighbourhoods,S02001890,Laurieston and Tradeston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217560 +217560,S00116682,2b1,Students and Commuters,S01010031,Laurieston and Tradeston - 01,1a,Cosmopolitan student neighbourhoods,S02001890,Laurieston and Tradeston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217561 +217561,S00116683,2b1,Students and Commuters,S01010031,Laurieston and Tradeston - 01,1a,Cosmopolitan student neighbourhoods,S02001890,Laurieston and Tradeston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217562 +217562,S00116687,2b1,Students and Commuters,S01010034,Laurieston and Tradeston - 04,1a,Cosmopolitan student neighbourhoods,S02001890,Laurieston and Tradeston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217563 +217563,S00116689,2b1,Students and Commuters,S01010032,Laurieston and Tradeston - 02,1a,Cosmopolitan student neighbourhoods,S02001890,Laurieston and Tradeston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217564 +217564,S00116690,2b1,Students and Commuters,S01010035,Laurieston and Tradeston - 05,6a,Inner city cosmopolitan,S02001890,Laurieston and Tradeston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217565 +217565,S00116698,2b1,Students and Commuters,S01010028,Gorbals and Hutchesontown - 06,1a,Cosmopolitan student neighbourhoods,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217566 +217566,S00116714,2b1,Students and Commuters,S01010024,Gorbals and Hutchesontown - 02,1a,Cosmopolitan student neighbourhoods,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217567 +217567,S00116725,2b1,Students and Commuters,S01010397,Partickhill and Hyndland - 01,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217568 +217568,S00116726,2b1,Students and Commuters,S01010380,Kelvingrove and University - 07,1a,Cosmopolitan student neighbourhoods,S02001952,Kelvingrove and University,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217569 +217569,S00116732,2b1,Students and Commuters,S01010387,Hillhead - 07,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217570 +217570,S00116734,2b1,Students and Commuters,S01010388,Glasgow Harbour and Partick South - 01,1a,Cosmopolitan student neighbourhoods,S02001954,Glasgow Harbour and Partick South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217571 +217571,S00116735,2b1,Students and Commuters,S01010387,Hillhead - 07,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217572 +217572,S00116740,2b1,Students and Commuters,S01010386,Hillhead - 06,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217573 +217573,S00117236,2b1,Students and Commuters,S01010042,Bridgeton - 01,1a,Cosmopolitan student neighbourhoods,S02001892,Bridgeton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217574 +217574,S00117263,2b1,Students and Commuters,S01009882,Pollokshields East - 02,1a,Cosmopolitan student neighbourhoods,S02001864,Pollokshields East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217575 +217575,S00117273,2b1,Students and Commuters,S01009883,Pollokshields East - 03,7b,Young ethnic communities,S02001864,Pollokshields East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217576 +217576,S00117552,2b1,Students and Commuters,S01010272,City Centre South - 01,1a,Cosmopolitan student neighbourhoods,S02001934,City Centre South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217577 +217577,S00117553,2b1,Students and Commuters,S01010272,City Centre South - 01,1a,Cosmopolitan student neighbourhoods,S02001934,City Centre South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217578 +217578,S00117557,2b1,Students and Commuters,S01010290,Woodlands - 02,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217579 +217579,S00117558,2b1,Students and Commuters,S01010293,Woodlands - 05,1a,Cosmopolitan student neighbourhoods,S02001937,Woodlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217580 +217580,S00117559,2b1,Students and Commuters,S01010266,City Centre West - 01,1a,Cosmopolitan student neighbourhoods,S02001933,City Centre West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217581 +217581,S00117561,2b1,Students and Commuters,S01010268,City Centre West - 03,1a,Cosmopolitan student neighbourhoods,S02001933,City Centre West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217582 +217582,S00117562,2b1,Students and Commuters,S01010268,City Centre West - 03,1a,Cosmopolitan student neighbourhoods,S02001933,City Centre West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217583 +217583,S00117563,2b1,Students and Commuters,S01010266,City Centre West - 01,1a,Cosmopolitan student neighbourhoods,S02001933,City Centre West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217584 +217584,S00117567,2b1,Students and Commuters,S01010387,Hillhead - 07,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217585 +217585,S00117568,2b1,Students and Commuters,S01010387,Hillhead - 07,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217586 +217586,S00117569,2b1,Students and Commuters,S01010387,Hillhead - 07,1a,Cosmopolitan student neighbourhoods,S02001953,Hillhead,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217587 +217587,S00117593,2b1,Students and Commuters,S01010027,Gorbals and Hutchesontown - 05,1a,Cosmopolitan student neighbourhoods,S02001889,Gorbals and Hutchesontown,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217588 +217588,S00117601,2b1,Students and Commuters,S01010398,Partickhill and Hyndland - 02,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217589 +217589,S00117602,2b1,Students and Commuters,S01010398,Partickhill and Hyndland - 02,1a,Cosmopolitan student neighbourhoods,S02001956,Partickhill and Hyndland,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217590 +217590,S00117608,2b1,Students and Commuters,S01009867,Kinning Park and Festival Park - 02,1a,Cosmopolitan student neighbourhoods,S02001861,Kinning Park and Festival Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217591 +217591,S00117610,2b1,Students and Commuters,S01009867,Kinning Park and Festival Park - 02,1a,Cosmopolitan student neighbourhoods,S02001861,Kinning Park and Festival Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217592 +217592,S00117626,2b1,Students and Commuters,S01010286,Finnieston and Kelvinhaugh - 05,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217593 +217593,S00117627,2b1,Students and Commuters,S01010286,Finnieston and Kelvinhaugh - 05,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217594 +217594,S00117628,2b1,Students and Commuters,S01010282,Finnieston and Kelvinhaugh - 01,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217595 +217595,S00117630,2b1,Students and Commuters,S01010286,Finnieston and Kelvinhaugh - 05,1a,Cosmopolitan student neighbourhoods,S02001936,Finnieston and Kelvinhaugh,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217596 +217596,S00117631,2b1,Students and Commuters,S01010274,City Centre South - 03,1a,Cosmopolitan student neighbourhoods,S02001934,City Centre South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217597 +217597,S00117632,2b1,Students and Commuters,S01010274,City Centre South - 03,1a,Cosmopolitan student neighbourhoods,S02001934,City Centre South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217598 +217598,S00117633,2b1,Students and Commuters,S01010274,City Centre South - 03,1a,Cosmopolitan student neighbourhoods,S02001934,City Centre South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217599 +217599,S00117634,2b1,Students and Commuters,S01010274,City Centre South - 03,1a,Cosmopolitan student neighbourhoods,S02001934,City Centre South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217600 +217600,S00112950,5a1,White Professionals,S01010431,Scotstoun North and East - 05,3a,Achieving neighbourhoods,S02001962,Scotstoun North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217601 +217601,S00112954,5a1,White Professionals,S01010429,Scotstoun North and East - 03,3d,Households in terraces and flats,S02001962,Scotstoun North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217602 +217602,S00112955,5a1,White Professionals,S01010429,Scotstoun North and East - 03,3d,Households in terraces and flats,S02001962,Scotstoun North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217603 +217603,S00112956,5a1,White Professionals,S01010426,Whiteinch - 04,4d,Hard-pressed flat dwellers,S02001961,Whiteinch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217604 +217604,S00112966,5a1,White Professionals,S01010422,Victoria Park - 03,3d,Households in terraces and flats,S02001960,Victoria Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217605 +217605,S00112972,5a1,White Professionals,S01010421,Victoria Park - 02,3c,Highly qualified professionals,S02001960,Victoria Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217606 +217606,S00112974,5a1,White Professionals,S01010421,Victoria Park - 02,3c,Highly qualified professionals,S02001960,Victoria Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217607 +217607,S00113282,5a1,White Professionals,S01010329,Possil Park - 07,4d,Hard-pressed flat dwellers,S02001942,Possil Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217608 +217608,S00113643,5a1,White Professionals,S01010343,Summerston Central and West - 04,5b,Aspiring urban households,S02001945,Summerston Central and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217609 +217609,S00113648,5a1,White Professionals,S01010342,Summerston Central and West - 03,5c,Comfortable neighbourhoods,S02001945,Summerston Central and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217610 +217610,S00113965,5a1,White Professionals,S01010061,Braidfauld - 01,4d,Hard-pressed flat dwellers,S02001896,Braidfauld,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217611 +217611,S00113991,5a1,White Professionals,S01010071,Shettleston South - 03,5c,Comfortable neighbourhoods,S02001897,Shettleston South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217612 +217612,S00114065,5a1,White Professionals,S01010136,Greenfield - 06,4a,Challenged white communities,S02001909,Greenfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217613 +217613,S00114110,5a1,White Professionals,S01010193,Robroyston and Millerston - 08,3c,Highly qualified professionals,S02001918,Robroyston and Millerston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217614 +217614,S00114111,5a1,White Professionals,S01010193,Robroyston and Millerston - 08,3c,Highly qualified professionals,S02001918,Robroyston and Millerston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217615 +217615,S00114112,5a1,White Professionals,S01010188,Robroyston and Millerston - 03,5a,Ageing urban communities,S02001918,Robroyston and Millerston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217616 +217616,S00114542,5a1,White Professionals,S01009917,Maxwell Park - 06,3c,Highly qualified professionals,S02001869,Maxwell Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217617 +217617,S00114543,5a1,White Professionals,S01009918,Maxwell Park - 07,3a,Achieving neighbourhoods,S02001869,Maxwell Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217618 +217618,S00114546,5a1,White Professionals,S01009918,Maxwell Park - 07,3a,Achieving neighbourhoods,S02001869,Maxwell Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217619 +217619,S00114550,5a1,White Professionals,S01009916,Maxwell Park - 05,3b,Asian traits,S02001869,Maxwell Park,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217620 +217620,S00114904,5a1,White Professionals,S01009953,Newlands - 06,3d,Households in terraces and flats,S02001876,Newlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217621 +217621,S00114916,5a1,White Professionals,S01009952,Newlands - 05,3c,Highly qualified professionals,S02001876,Newlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217622 +217622,S00114918,5a1,White Professionals,S01009952,Newlands - 05,3c,Highly qualified professionals,S02001876,Newlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217623 +217623,S00114924,5a1,White Professionals,S01009958,Merrylee and Millbrae - 04,3a,Achieving neighbourhoods,S02001877,Merrylee and Millbrae,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217624 +217624,S00114927,5a1,White Professionals,S01009958,Merrylee and Millbrae - 04,3a,Achieving neighbourhoods,S02001877,Merrylee and Millbrae,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217625 +217625,S00114954,5a1,White Professionals,S01009959,Muirend and Old Cathcart - 01,8a,Affluent communities,S02001878,Muirend and Old Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217626 +217626,S00114960,5a1,White Professionals,S01009959,Muirend and Old Cathcart - 01,8a,Affluent communities,S02001878,Muirend and Old Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217627 +217627,S00114968,5a1,White Professionals,S01009962,Muirend and Old Cathcart - 04,4d,Hard-pressed flat dwellers,S02001878,Muirend and Old Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217628 +217628,S00114974,5a1,White Professionals,S01009964,Muirend and Old Cathcart - 06,3a,Achieving neighbourhoods,S02001878,Muirend and Old Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217629 +217629,S00115012,5a1,White Professionals,S01010004,Kingspark North - 06,5b,Aspiring urban households,S02001885,Kingspark North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217630 +217630,S00115015,5a1,White Professionals,S01010007,Cathcart - 03,3d,Households in terraces and flats,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217631 +217631,S00115018,5a1,White Professionals,S01010007,Cathcart - 03,3d,Households in terraces and flats,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217632 +217632,S00115028,5a1,White Professionals,S01010004,Kingspark North - 06,5b,Aspiring urban households,S02001885,Kingspark North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217633 +217633,S00115032,5a1,White Professionals,S01010004,Kingspark North - 06,5b,Aspiring urban households,S02001885,Kingspark North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217634 +217634,S00115033,5a1,White Professionals,S01010012,Mount Florida - 02,4d,Hard-pressed flat dwellers,S02001887,Mount Florida,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217635 +217635,S00115034,5a1,White Professionals,S01009999,Kingspark North - 01,5c,Comfortable neighbourhoods,S02001885,Kingspark North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217636 +217636,S00115039,5a1,White Professionals,S01010003,Kingspark North - 05,5c,Comfortable neighbourhoods,S02001885,Kingspark North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217637 +217637,S00115051,5a1,White Professionals,S01010001,Kingspark North - 03,4d,Hard-pressed flat dwellers,S02001885,Kingspark North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217638 +217638,S00115068,5a1,White Professionals,S01009967,Carmunnock North - 03,5c,Comfortable neighbourhoods,S02001879,Carmunnock North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217639 +217639,S00115069,5a1,White Professionals,S01010010,Cathcart - 06,3a,Achieving neighbourhoods,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217640 +217640,S00115072,5a1,White Professionals,S01009967,Carmunnock North - 03,5c,Comfortable neighbourhoods,S02001879,Carmunnock North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217641 +217641,S00115073,5a1,White Professionals,S01009967,Carmunnock North - 03,5c,Comfortable neighbourhoods,S02001879,Carmunnock North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217642 +217642,S00115075,5a1,White Professionals,S01010010,Cathcart - 06,3a,Achieving neighbourhoods,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217643 +217643,S00115086,5a1,White Professionals,S01010010,Cathcart - 06,3a,Achieving neighbourhoods,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217644 +217644,S00115142,5a1,White Professionals,S01009972,Carmunnock South - 04,5a,Ageing urban communities,S02001880,Carmunnock South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217645 +217645,S00115216,5a1,White Professionals,S01009761,Darnley East - 04,5c,Comfortable neighbourhoods,S02001842,Darnley East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217646 +217646,S00115535,5a1,White Professionals,S01009821,Cardonald West and Central - 07,5c,Comfortable neighbourhoods,S02001852,Cardonald West and Central,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217647 +217647,S00115584,5a1,White Professionals,S01009820,Cardonald West and Central - 06,4d,Hard-pressed flat dwellers,S02001852,Cardonald West and Central,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217648 +217648,S00115585,5a1,White Professionals,S01009819,Cardonald West and Central - 05,5a,Ageing urban communities,S02001852,Cardonald West and Central,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217649 +217649,S00115770,5a1,White Professionals,S01009772,Darnley West - 05,5b,Aspiring urban households,S02001844,Darnley West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217650 +217680,S00115816,5a1,White Professionals,S01010098,Garrowhill West - 05,8b,Ageing suburbanites,S02001902,Garrowhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217681 +217681,S00115928,6b2,White Suburban Communities,S01010429,Scotstoun North and East - 03,3d,Households in terraces and flats,S02001962,Scotstoun North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217682 +217717,S00117211,6b2,White Suburban Communities,S01010126,Barlanark - 04,4a,Challenged white communities,S02001908,Barlanark,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217718 +217718,S00115818,5a1,White Professionals,S01010096,Garrowhill West - 03,5c,Comfortable neighbourhoods,S02001902,Garrowhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217719 +217765,S00117508,6b2,White Suburban Communities,S01009798,Pollok South and West - 07,8c,Comfortable suburbia,S02001848,Pollok South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217766 +217767,S00115834,5a1,White Professionals,S01010094,Garrowhill West - 01,5c,Comfortable neighbourhoods,S02001902,Garrowhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217768 +217769,S00117511,6b2,White Suburban Communities,S01009798,Pollok South and West - 07,8c,Comfortable suburbia,S02001848,Pollok South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217770 +217772,S00115913,5a1,White Professionals,S01010187,Robroyston and Millerston - 02,5c,Comfortable neighbourhoods,S02001918,Robroyston and Millerston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217773 +217774,S00117515,6b2,White Suburban Communities,S01009795,Pollok South and West - 04,8c,Comfortable suburbia,S02001848,Pollok South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217775 +217820,S00116029,5a1,White Professionals,S01010343,Summerston Central and West - 04,5b,Aspiring urban households,S02001945,Summerston Central and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217821 +217822,S00117576,6b2,White Suburban Communities,S01010193,Robroyston and Millerston - 08,3c,Highly qualified professionals,S02001918,Robroyston and Millerston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217823 +217824,S00117578,6b2,White Suburban Communities,S01010191,Robroyston and Millerston - 06,8c,Comfortable suburbia,S02001918,Robroyston and Millerston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217825 +217826,S00116032,5a1,White Professionals,S01010343,Summerston Central and West - 04,5b,Aspiring urban households,S02001945,Summerston Central and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217827 +217827,S00117624,6b2,White Suburban Communities,S01010104,Garrowhill East and Swinton - 05,8c,Comfortable suburbia,S02001903,Garrowhill East and Swinton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217828 +217830,S00116074,5a1,White Professionals,S01010136,Greenfield - 06,4a,Challenged white communities,S02001909,Greenfield,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217831 +217831,S00112804,8d1,Young Hard-Pressed Families,S01010482,Blairdardie East - 05,4a,Challenged white communities,S02001972,Blairdardie East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217832 +217834,S00116081,5a1,White Professionals,S01010186,Robroyston and Millerston - 01,3b,Asian traits,S02001918,Robroyston and Millerston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217835 +217835,S00116214,5a1,White Professionals,S01009952,Newlands - 05,3c,Highly qualified professionals,S02001876,Newlands,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217836 +217836,S00116270,5a1,White Professionals,S01009836,Drumoyne and Shieldhall - 04,4a,Challenged white communities,S02001855,Drumoyne and Shieldhall,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217837 +217837,S00116304,5a1,White Professionals,S01009766,Darnley North - 03,5b,Aspiring urban households,S02001843,Darnley North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217838 +217838,S00116306,5a1,White Professionals,S01009766,Darnley North - 03,5b,Aspiring urban households,S02001843,Darnley North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217839 +217839,S00116307,5a1,White Professionals,S01009766,Darnley North - 03,5b,Aspiring urban households,S02001843,Darnley North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217840 +217840,S00116330,5a1,White Professionals,S01009770,Darnley West - 03,3b,Asian traits,S02001844,Darnley West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217841 +217841,S00116337,5a1,White Professionals,S01010094,Garrowhill West - 01,5c,Comfortable neighbourhoods,S02001902,Garrowhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217842 +217842,S00116557,5a1,White Professionals,S01009796,Pollok South and West - 05,8c,Comfortable suburbia,S02001848,Pollok South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217843 +217843,S00116750,5a1,White Professionals,S01010419,Broomhill - 05,3c,Highly qualified professionals,S02001959,Broomhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217844 +217844,S00116751,5a1,White Professionals,S01010419,Broomhill - 05,3c,Highly qualified professionals,S02001959,Broomhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217845 +217845,S00116787,5a1,White Professionals,S01010365,Kelvindale - 03,3c,Highly qualified professionals,S02001950,Kelvindale,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217846 +217846,S00116793,5a1,White Professionals,S01010410,Kelvinside and Jordanhill - 03,3b,Asian traits,S02001958,Kelvinside and Jordanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217847 +217847,S00116800,5a1,White Professionals,S01010466,Anniesland East - 02,3c,Highly qualified professionals,S02001970,Anniesland East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217848 +217848,S00116856,5a1,White Professionals,S01010448,Knightswood West - 02,5c,Comfortable neighbourhoods,S02001966,Knightswood West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217849 +217849,S00116974,5a1,White Professionals,S01010346,Summerston North - 01,3c,Highly qualified professionals,S02001946,Summerston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217850 +217850,S00117027,5a1,White Professionals,S01010201,Barmulloch - 03,5d,Endeavouring social renters,S02001920,Barmulloch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217851 +217851,S00117054,5a1,White Professionals,S01010203,Petershill - 01,3d,Households in terraces and flats,S02001921,Petershill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217852 +217852,S00117056,5a1,White Professionals,S01010203,Petershill - 01,3d,Households in terraces and flats,S02001921,Petershill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217853 +217853,S00117086,5a1,White Professionals,S01010349,Summerston North - 04,4d,Hard-pressed flat dwellers,S02001946,Summerston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217854 +217854,S00117171,5a1,White Professionals,S01010081,Mount Vernon North and Sandyhills - 04,8b,Ageing suburbanites,S02001899,Mount Vernon North and Sandyhills,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217855 +217855,S00117349,5a1,White Professionals,S01009960,Muirend and Old Cathcart - 02,3c,Highly qualified professionals,S02001878,Muirend and Old Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217856 +217856,S00117367,5a1,White Professionals,S01010004,Kingspark North - 06,5b,Aspiring urban households,S02001885,Kingspark North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217857 +217857,S00117368,5a1,White Professionals,S01010007,Cathcart - 03,3d,Households in terraces and flats,S02001886,Cathcart,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217858 +217858,S00117410,5a1,White Professionals,S01009761,Darnley East - 04,5c,Comfortable neighbourhoods,S02001842,Darnley East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217859 +217859,S00117470,5a1,White Professionals,S01009816,Cardonald West and Central - 02,4d,Hard-pressed flat dwellers,S02001852,Cardonald West and Central,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217860 +217860,S00117517,5a1,White Professionals,S01010103,Garrowhill East and Swinton - 04,8c,Comfortable suburbia,S02001903,Garrowhill East and Swinton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217861 +217861,S00117520,5a1,White Professionals,S01010103,Garrowhill East and Swinton - 04,8c,Comfortable suburbia,S02001903,Garrowhill East and Swinton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217862 +217862,S00117530,5a1,White Professionals,S01010102,Garrowhill East and Swinton - 03,8c,Comfortable suburbia,S02001903,Garrowhill East and Swinton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217863 +217863,S00117533,5a1,White Professionals,S01010103,Garrowhill East and Swinton - 04,8c,Comfortable suburbia,S02001903,Garrowhill East and Swinton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217864 +217864,S00117622,5a1,White Professionals,S01010104,Garrowhill East and Swinton - 05,8c,Comfortable suburbia,S02001903,Garrowhill East and Swinton,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217865 +217865,S00112715,6b2,White Suburban Communities,S01010414,Kelvinside and Jordanhill - 07,3c,Highly qualified professionals,S02001958,Kelvinside and Jordanhill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217866 +217866,S00112953,6b2,White Suburban Communities,S01010429,Scotstoun North and East - 03,3d,Households in terraces and flats,S02001962,Scotstoun North and East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217867 +217867,S00113302,6b2,White Suburban Communities,S01010346,Summerston North - 01,3c,Highly qualified professionals,S02001946,Summerston North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217868 +217868,S00114108,6b2,White Suburban Communities,S01010188,Robroyston and Millerston - 03,5a,Ageing urban communities,S02001918,Robroyston and Millerston,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217869 +217869,S00114923,6b2,White Suburban Communities,S01009957,Merrylee and Millbrae - 03,8a,Affluent communities,S02001877,Merrylee and Millbrae,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217870 +217870,S00114926,6b2,White Suburban Communities,S01009958,Merrylee and Millbrae - 04,3a,Achieving neighbourhoods,S02001877,Merrylee and Millbrae,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217871 +217871,S00114928,6b2,White Suburban Communities,S01009958,Merrylee and Millbrae - 04,3a,Achieving neighbourhoods,S02001877,Merrylee and Millbrae,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217872 +217872,S00115030,6b2,White Suburban Communities,S01010004,Kingspark North - 06,5b,Aspiring urban households,S02001885,Kingspark North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217873 +217873,S00115791,6b2,White Suburban Communities,S01009797,Pollok South and West - 06,8c,Comfortable suburbia,S02001848,Pollok South and West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217874 +217874,S00115819,6b2,White Suburban Communities,S01010096,Garrowhill West - 03,5c,Comfortable neighbourhoods,S02001902,Garrowhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217875 +217875,S00115820,6b2,White Suburban Communities,S01010099,Garrowhill West - 06,8b,Ageing suburbanites,S02001902,Garrowhill West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217876 +217876,S00115914,6b2,White Suburban Communities,S01009969,Carmunnock South - 01,5c,Comfortable neighbourhoods,S02001880,Carmunnock South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217877 +217877,S00113074,8d1,Young Hard-Pressed Families,S01010487,Blairdardie West - 03,4a,Challenged white communities,S02001973,Blairdardie West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217878 +217879,S00113409,8d1,Young Hard-Pressed Families,S01010198,Balornock - 05,4d,Hard-pressed flat dwellers,S02001919,Balornock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217880 +217882,S00113443,8d1,Young Hard-Pressed Families,S01010199,Barmulloch - 01,4a,Challenged white communities,S02001920,Barmulloch,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217883 +217884,S00113586,8d1,Young Hard-Pressed Families,S01010338,Milton East - 04,4d,Hard-pressed flat dwellers,S02001944,Milton East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217885 +217887,S00113588,8d1,Young Hard-Pressed Families,S01010330,Milton West - 01,4d,Hard-pressed flat dwellers,S02001943,Milton West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217888 +217888,S00113593,8d1,Young Hard-Pressed Families,S01010334,Milton West - 05,4a,Challenged white communities,S02001943,Milton West,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217889 +217889,S00114238,8d1,Young Hard-Pressed Families,S01010120,North Barlanark and Easterhouse South - 03,4d,Hard-pressed flat dwellers,S02001907,North Barlanark and Easterhouse South,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217890 +217890,S00114259,8d1,Young Hard-Pressed Families,S01010166,Craigend and Ruchazie - 02,4a,Challenged white communities,S02001915,Craigend and Ruchazie,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217891 +217891,S00115752,8d1,Young Hard-Pressed Families,S01009783,Nitshill - 09,4a,Challenged white communities,S02001845,Nitshill,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217892 +217892,S00116023,8d1,Young Hard-Pressed Families,S01010337,Milton East - 03,4a,Challenged white communities,S02001944,Milton East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217893 +217893,S00116024,8d1,Young Hard-Pressed Families,S01010337,Milton East - 03,4a,Challenged white communities,S02001944,Milton East,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217894 +217894,S00116123,8d1,Young Hard-Pressed Families,S01010171,Craigend and Ruchazie - 07,4d,Hard-pressed flat dwellers,S02001915,Craigend and Ruchazie,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217895 +217895,S00117043,8d1,Young Hard-Pressed Families,S01010195,Balornock - 02,4a,Challenged white communities,S02001919,Balornock,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217896 +217896,S00117121,8d1,Young Hard-Pressed Families,S01010058,Parkhead East and Braidfauld North - 03,4d,Hard-pressed flat dwellers,S02001895,Parkhead East and Braidfauld North,S12000046,Glasgow City,2a1r,Larger Towns and Cities,S92000003,Scotland,S92000003,Scotland,217897 diff --git a/persistent_data/spatial_data/sheffield_lsoas.csv b/persistent_data/spatial_data/sheffield_lsoas.csv index fa5838d4..9ec8c366 100755 --- a/persistent_data/spatial_data/sheffield_lsoas.csv +++ b/persistent_data/spatial_data/sheffield_lsoas.csv @@ -1,346 +1,1818 @@ -"","x" -"1","E01007823" -"2","E01007824" -"3","E01007825" -"4","E01007826" -"5","E01007827" -"6","E01007828" -"7","E01007829" -"8","E01007830" -"9","E01007831" -"10","E01007832" -"11","E01007833" -"12","E01007834" -"13","E01007835" -"14","E01007836" -"15","E01007838" -"16","E01007839" -"17","E01007841" -"18","E01007842" -"19","E01007843" -"20","E01007846" -"21","E01007847" -"22","E01007848" -"23","E01007849" -"24","E01007850" -"25","E01007851" -"26","E01007852" -"27","E01007853" -"28","E01007854" -"29","E01007855" -"30","E01007856" -"31","E01007857" -"32","E01007858" -"33","E01007859" -"34","E01007860" -"35","E01007861" -"36","E01007862" -"37","E01007863" -"38","E01007864" -"39","E01007865" -"40","E01007866" -"41","E01007867" -"42","E01007868" -"43","E01007869" -"44","E01007870" -"45","E01007871" -"46","E01007872" -"47","E01007873" -"48","E01007874" -"49","E01007875" -"50","E01007877" -"51","E01007878" -"52","E01007879" -"53","E01007881" -"54","E01007882" -"55","E01007883" -"56","E01007885" -"57","E01007886" -"58","E01007887" -"59","E01007888" -"60","E01007889" -"61","E01007890" -"62","E01007891" -"63","E01007892" -"64","E01007893" -"65","E01007894" -"66","E01007895" -"67","E01007896" -"68","E01007897" -"69","E01007898" -"70","E01007899" -"71","E01007900" -"72","E01007901" -"73","E01007902" -"74","E01007903" -"75","E01007904" -"76","E01007905" -"77","E01007906" -"78","E01007907" -"79","E01007908" -"80","E01007909" -"81","E01007910" -"82","E01007911" -"83","E01007912" -"84","E01007913" -"85","E01007914" -"86","E01007915" -"87","E01007916" -"88","E01007917" -"89","E01007918" -"90","E01007919" -"91","E01007920" -"92","E01007921" -"93","E01007922" -"94","E01007923" -"95","E01007924" -"96","E01007925" -"97","E01007926" -"98","E01007927" -"99","E01007928" -"100","E01007929" -"101","E01007930" -"102","E01007931" -"103","E01007932" -"104","E01007933" -"105","E01007934" -"106","E01007935" -"107","E01007936" -"108","E01007937" -"109","E01007938" -"110","E01007939" -"111","E01007940" -"112","E01007941" -"113","E01007942" -"114","E01007943" -"115","E01007944" -"116","E01007945" -"117","E01007946" -"118","E01007947" -"119","E01007948" -"120","E01007949" -"121","E01007950" -"122","E01007951" -"123","E01007952" -"124","E01007953" -"125","E01007954" -"126","E01007955" -"127","E01007956" -"128","E01007957" -"129","E01007958" -"130","E01007959" -"131","E01007960" -"132","E01007961" -"133","E01007962" -"134","E01007963" -"135","E01007964" -"136","E01007965" -"137","E01007966" -"138","E01007967" -"139","E01007968" -"140","E01007969" -"141","E01007970" -"142","E01007971" -"143","E01007972" -"144","E01007973" -"145","E01007974" -"146","E01007975" -"147","E01007976" -"148","E01007977" -"149","E01007978" -"150","E01007979" -"151","E01007980" -"152","E01007981" -"153","E01007982" -"154","E01007983" -"155","E01007984" -"156","E01007985" -"157","E01007986" -"158","E01007987" -"159","E01007988" -"160","E01007989" -"161","E01007990" -"162","E01007991" -"163","E01007992" -"164","E01007993" -"165","E01007994" -"166","E01007995" -"167","E01007996" -"168","E01007997" -"169","E01007998" -"170","E01007999" -"171","E01008000" -"172","E01008001" -"173","E01008002" -"174","E01008003" -"175","E01008004" -"176","E01008005" -"177","E01008006" -"178","E01008007" -"179","E01008008" -"180","E01008009" -"181","E01008010" -"182","E01008011" -"183","E01008012" -"184","E01008013" -"185","E01008014" -"186","E01008015" -"187","E01008016" -"188","E01008017" -"189","E01008018" -"190","E01008019" -"191","E01008020" -"192","E01008021" -"193","E01008022" -"194","E01008023" -"195","E01008024" -"196","E01008025" -"197","E01008027" -"198","E01008028" -"199","E01008029" -"200","E01008030" -"201","E01008031" -"202","E01008032" -"203","E01008033" -"204","E01008034" -"205","E01008035" -"206","E01008036" -"207","E01008037" -"208","E01008038" -"209","E01008039" -"210","E01008040" -"211","E01008041" -"212","E01008042" -"213","E01008043" -"214","E01008044" -"215","E01008045" -"216","E01008046" -"217","E01008047" -"218","E01008048" -"219","E01008049" -"220","E01008050" -"221","E01008051" -"222","E01008052" -"223","E01008053" -"224","E01008054" -"225","E01008055" -"226","E01008056" -"227","E01008057" -"228","E01008058" -"229","E01008059" -"230","E01008060" -"231","E01008061" -"232","E01008062" -"233","E01008063" -"234","E01008064" -"235","E01008065" -"236","E01008066" -"237","E01008067" -"238","E01008068" -"239","E01008069" -"240","E01008072" -"241","E01008073" -"242","E01008074" -"243","E01008075" -"244","E01008076" -"245","E01008077" -"246","E01008078" -"247","E01008079" -"248","E01008080" -"249","E01008081" -"250","E01008082" -"251","E01008083" -"252","E01008084" -"253","E01008085" -"254","E01008086" -"255","E01008087" -"256","E01008088" -"257","E01008089" -"258","E01008090" -"259","E01008091" -"260","E01008092" -"261","E01008093" -"262","E01008094" -"263","E01008095" -"264","E01008096" -"265","E01008097" -"266","E01008098" -"267","E01008099" -"268","E01008100" -"269","E01008101" -"270","E01008102" -"271","E01008103" -"272","E01008104" -"273","E01008105" -"274","E01008107" -"275","E01008108" -"276","E01008109" -"277","E01008111" -"278","E01008112" -"279","E01008113" -"280","E01008114" -"281","E01008115" -"282","E01008116" -"283","E01008117" -"284","E01008118" -"285","E01008119" -"286","E01008122" -"287","E01008123" -"288","E01008124" -"289","E01008125" -"290","E01008126" -"291","E01008128" -"292","E01008129" -"293","E01008130" -"294","E01008131" -"295","E01008132" -"296","E01008133" -"297","E01008134" -"298","E01008135" -"299","E01008136" -"300","E01008137" -"301","E01008138" -"302","E01008139" -"303","E01008140" -"304","E01008141" -"305","E01008142" -"306","E01008143" -"307","E01008144" -"308","E01008145" -"309","E01008146" -"310","E01008147" -"311","E01008148" -"312","E01008149" -"313","E01008150" -"314","E01008151" -"315","E01008152" -"316","E01008153" -"317","E01008154" -"318","E01008155" -"319","E01008156" -"320","E01008157" -"321","E01008158" -"322","E01008159" -"323","E01008160" -"324","E01008161" -"325","E01032585" -"326","E01033261" -"327","E01033262" -"328","E01033263" -"329","E01033264" -"330","E01033265" -"331","E01033266" -"332","E01033267" -"333","E01033268" -"334","E01033269" -"335","E01033270" -"336","E01033271" -"337","E01033272" -"338","E01033273" -"339","E01033274" -"340","E01033275" -"341","E01033276" -"342","E01033277" -"343","E01033278" -"344","E01033279" -"345","E01033280" +,OA11CD,OAC11CD,OAC11NM,LSOA11CD,LSOA11NM,SOAC11CD,SOAC11NM,MSOA11CD,MSOA11NM,LAD17CD,LAD17NM,LACCD,LACNM,RGN11CD,RGN11NM,CTRY11CD,CTRY11NM,FID +124807,E00040111,6a4,Ageing in Suburbia,E01007921,Sheffield 068B,8a,Affluent communities,E02001678,Sheffield 068,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,124808 +124860,E00040112,6a4,Ageing in Suburbia,E01007921,Sheffield 068B,8a,Affluent communities,E02001678,Sheffield 068,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,124861 +124862,E00040123,6a4,Ageing in Suburbia,E01007917,Sheffield 071B,5c,Comfortable neighbourhoods,E02001681,Sheffield 071,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,124863 +124866,E00040124,6a4,Ageing in Suburbia,E01007918,Sheffield 071C,3c,Highly qualified professionals,E02001681,Sheffield 071,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,124867 +124873,E00040125,6a4,Ageing in Suburbia,E01007923,Sheffield 068C,8a,Affluent communities,E02001678,Sheffield 068,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,124874 +124874,E00040132,6a4,Ageing in Suburbia,E01007923,Sheffield 068C,8a,Affluent communities,E02001678,Sheffield 068,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,124875 +124875,E00040137,6a4,Ageing in Suburbia,E01007915,Sheffield 071A,8a,Affluent communities,E02001681,Sheffield 071,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,124876 +124876,E00040151,6a4,Ageing in Suburbia,E01007920,Sheffield 068A,8a,Affluent communities,E02001678,Sheffield 068,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,124877 +124877,E00040155,6a4,Ageing in Suburbia,E01007934,Sheffield 047B,3a,Achieving neighbourhoods,E02001657,Sheffield 047,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,124878 +124878,E00040162,6a4,Ageing in Suburbia,E01007929,Sheffield 055C,8a,Affluent communities,E02001665,Sheffield 055,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,124879 +124879,E00040164,6a4,Ageing in Suburbia,E01007933,Sheffield 068F,8a,Affluent communities,E02001678,Sheffield 068,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,124880 +124880,E00040165,6a4,Ageing in Suburbia,E01007933,Sheffield 068F,8a,Affluent communities,E02001678,Sheffield 068,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,124881 +124881,E00040167,6a4,Ageing in Suburbia,E01007927,Sheffield 055A,8a,Affluent communities,E02001665,Sheffield 055,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,124882 +124882,E00040171,6a4,Ageing in Suburbia,E01007933,Sheffield 068F,8a,Affluent communities,E02001678,Sheffield 068,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,124883 +124883,E00040193,6a4,Ageing in Suburbia,E01007928,Sheffield 055B,8a,Affluent communities,E02001665,Sheffield 055,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,124884 +124884,E00040213,6a4,Ageing in Suburbia,E01007930,Sheffield 055D,8a,Affluent communities,E02001665,Sheffield 055,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,124885 +124885,E00040214,6a4,Ageing in Suburbia,E01007929,Sheffield 055C,8a,Affluent communities,E02001665,Sheffield 055,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,124886 +124886,E00040215,6a4,Ageing in Suburbia,E01007929,Sheffield 055C,8a,Affluent communities,E02001665,Sheffield 055,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,124887 +124887,E00040290,6a4,Ageing in Suburbia,E01007956,Sheffield 041B,8a,Affluent communities,E02001651,Sheffield 041,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,124888 +124888,E00040297,6a4,Ageing in Suburbia,E01007958,Sheffield 041D,8a,Affluent communities,E02001651,Sheffield 041,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,124889 +124889,E00040298,6a4,Ageing in Suburbia,E01007957,Sheffield 041C,8a,Affluent communities,E02001651,Sheffield 041,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,124890 +124890,E00040300,6a4,Ageing in Suburbia,E01007959,Sheffield 041E,8a,Affluent communities,E02001651,Sheffield 041,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,124891 +124891,E00040306,6a4,Ageing in Suburbia,E01007959,Sheffield 041E,8a,Affluent communities,E02001651,Sheffield 041,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,124892 +124892,E00040308,6a4,Ageing in Suburbia,E01007961,Sheffield 033D,8a,Affluent communities,E02001643,Sheffield 033,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,124893 +124893,E00040324,6a4,Ageing in Suburbia,E01007953,Sheffield 033B,3c,Highly qualified professionals,E02001643,Sheffield 033,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,124894 +124894,E00040329,6a4,Ageing in Suburbia,E01007952,Sheffield 033A,8a,Affluent communities,E02001643,Sheffield 033,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,124895 +124895,E00040331,6a4,Ageing in Suburbia,E01007952,Sheffield 033A,8a,Affluent communities,E02001643,Sheffield 033,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,124896 +124896,E00040455,6a4,Ageing in Suburbia,E01007985,Sheffield 053E,3c,Highly qualified professionals,E02001663,Sheffield 053,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,124897 +124897,E00040476,6a4,Ageing in Suburbia,E01007997,Sheffield 025A,8b,Ageing suburbanites,E02001635,Sheffield 025,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,124898 +124898,E00040721,6a4,Ageing in Suburbia,E01008033,Sheffield 061B,5c,Comfortable neighbourhoods,E02001671,Sheffield 061,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,124899 +124899,E00040733,6a4,Ageing in Suburbia,E01008038,Sheffield 061C,8b,Ageing suburbanites,E02001671,Sheffield 061,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,124900 +124900,E00040735,6a4,Ageing in Suburbia,E01008038,Sheffield 061C,8b,Ageing suburbanites,E02001671,Sheffield 061,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,124901 +124901,E00041192,6a4,Ageing in Suburbia,E01008126,Sheffield 008A,8b,Ageing suburbanites,E02001618,Sheffield 008,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,124902 +124902,E00041193,6a4,Ageing in Suburbia,E01008126,Sheffield 008A,8b,Ageing suburbanites,E02001618,Sheffield 008,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,124903 +124903,E00041230,6a4,Ageing in Suburbia,E01008135,Sheffield 005C,5a,Ageing urban communities,E02001615,Sheffield 005,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,124904 +124904,E00041257,6a4,Ageing in Suburbia,E01008147,Sheffield 002D,2b,Prospering countryside life,E02001612,Sheffield 002,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,124905 +124905,E00172455,6a4,Ageing in Suburbia,E01008128,Sheffield 008C,2b,Prospering countryside life,E02001618,Sheffield 008,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,124906 +124906,E00039625,8c1,Ageing Industrious Workers,E01007830,Sheffield 064B,5a,Ageing urban communities,E02001674,Sheffield 064,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,124907 +124907,E00039637,8c1,Ageing Industrious Workers,E01007833,Sheffield 064C,5c,Comfortable neighbourhoods,E02001674,Sheffield 064,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,124908 +124908,E00039663,8c1,Ageing Industrious Workers,E01007823,Sheffield 069A,5c,Comfortable neighbourhoods,E02001679,Sheffield 069,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,124909 +124909,E00039667,8c1,Ageing Industrious Workers,E01007830,Sheffield 064B,5a,Ageing urban communities,E02001674,Sheffield 064,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,124910 +124910,E00039690,8c1,Ageing Industrious Workers,E01033278,Sheffield 076E,4a,Challenged white communities,E02006869,Sheffield 076,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,124911 +124911,E00039701,8c1,Ageing Industrious Workers,E01007842,Sheffield 076D,5c,Comfortable neighbourhoods,E02006869,Sheffield 076,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,124912 +124912,E00039761,8c1,Ageing Industrious Workers,E01007848,Sheffield 013A,4c,Hampered neighbourhoods,E02001623,Sheffield 013,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,124913 +124913,E00039970,8c1,Ageing Industrious Workers,E01007895,Sheffield 004F,5d,Endeavouring social renters,E02001614,Sheffield 004,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,124914 +124914,E00039979,8c1,Ageing Industrious Workers,E01007895,Sheffield 004F,5d,Endeavouring social renters,E02001614,Sheffield 004,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,124915 +124915,E00039985,8c1,Ageing Industrious Workers,E01007887,Sheffield 004A,5c,Comfortable neighbourhoods,E02001614,Sheffield 004,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,124916 +124916,E00040020,8c1,Ageing Industrious Workers,E01007894,Sheffield 004E,5a,Ageing urban communities,E02001614,Sheffield 004,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,124917 +124917,E00040023,8c1,Ageing Industrious Workers,E01007912,Sheffield 037B,5c,Comfortable neighbourhoods,E02001647,Sheffield 037,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,124918 +124918,E00040025,8c1,Ageing Industrious Workers,E01007912,Sheffield 037B,5c,Comfortable neighbourhoods,E02001647,Sheffield 037,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,124919 +124955,E00039873,4c1,Achieving Minorities,E01007877,Sheffield 022D,7b,Young ethnic communities,E02001632,Sheffield 022,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,124956 +125001,E00039892,4c1,Achieving Minorities,E01007870,Sheffield 019A,7a,Urban cultural mix,E02001629,Sheffield 019,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125002 +125007,E00040040,4c1,Achieving Minorities,E01007903,Sheffield 018A,7a,Urban cultural mix,E02001628,Sheffield 018,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125008 +125012,E00040060,4c1,Achieving Minorities,E01007907,Sheffield 032A,7b,Young ethnic communities,E02001642,Sheffield 032,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125013 +125051,E00040063,4c1,Achieving Minorities,E01007908,Sheffield 032B,3d,Households in terraces and flats,E02001642,Sheffield 032,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125052 +125054,E00040240,4c1,Achieving Minorities,E01007949,Sheffield 020E,7b,Young ethnic communities,E02001630,Sheffield 020,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125055 +125064,E00040412,4c1,Achieving Minorities,E01007983,Sheffield 053D,3a,Achieving neighbourhoods,E02001663,Sheffield 053,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125065 +125068,E00040759,4c1,Achieving Minorities,E01008042,Sheffield 050A,7b,Young ethnic communities,E02001660,Sheffield 050,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125069 +125069,E00040761,4c1,Achieving Minorities,E01008044,Sheffield 046B,3b,Asian traits,E02001656,Sheffield 046,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125070 +125070,E00041061,4c1,Achieving Minorities,E01008099,Sheffield 051E,3d,Households in terraces and flats,E02001661,Sheffield 051,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125071 +125071,E00040006,7d1,Ageing Communities and Families,E01007901,Sheffield 003G,4a,Challenged white communities,E02001613,Sheffield 003,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125072 +125072,E00040275,7d1,Ageing Communities and Families,E01007953,Sheffield 033B,3c,Highly qualified professionals,E02001643,Sheffield 033,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125073 +125073,E00040287,7d1,Ageing Communities and Families,E01007953,Sheffield 033B,3c,Highly qualified professionals,E02001643,Sheffield 033,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125074 +125074,E00040375,7d1,Ageing Communities and Families,E01007968,Sheffield 049C,4c,Hampered neighbourhoods,E02001659,Sheffield 049,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125075 +125075,E00040382,7d1,Ageing Communities and Families,E01007970,Sheffield 049D,4d,Hard-pressed flat dwellers,E02001659,Sheffield 049,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125076 +125076,E00040419,7d1,Ageing Communities and Families,E01007977,Sheffield 051C,4c,Hampered neighbourhoods,E02001661,Sheffield 051,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125077 +125077,E00040577,7d1,Ageing Communities and Families,E01008004,Sheffield 052C,4a,Challenged white communities,E02001662,Sheffield 052,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125078 +125078,E00040806,7d1,Ageing Communities and Families,E01008053,Sheffield 006A,4a,Challenged white communities,E02001616,Sheffield 006,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125079 +125079,E00040919,7d1,Ageing Communities and Families,E01008082,Sheffield 070B,4c,Hampered neighbourhoods,E02001680,Sheffield 070,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125080 +125080,E00040953,7d1,Ageing Communities and Families,E01008078,Sheffield 064E,5c,Comfortable neighbourhoods,E02001674,Sheffield 064,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125081 +125081,E00041212,7d1,Ageing Communities and Families,E01008133,Sheffield 023E,5c,Comfortable neighbourhoods,E02001633,Sheffield 023,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125082 +125082,E00041264,7d1,Ageing Communities and Families,E01008145,Sheffield 001B,5c,Comfortable neighbourhoods,E02001611,Sheffield 001,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125083 +125083,E00041322,7d1,Ageing Communities and Families,E01008158,Sheffield 025D,5c,Comfortable neighbourhoods,E02001635,Sheffield 025,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125084 +125084,E00039622,6a4,Ageing in Suburbia,E01007834,Sheffield 066D,5c,Comfortable neighbourhoods,E02001676,Sheffield 066,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125085 +125085,E00039635,6a4,Ageing in Suburbia,E01007827,Sheffield 064A,8c,Comfortable suburbia,E02001674,Sheffield 064,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125086 +125086,E00039642,6a4,Ageing in Suburbia,E01007825,Sheffield 066B,8a,Affluent communities,E02001676,Sheffield 066,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125087 +125087,E00039643,6a4,Ageing in Suburbia,E01007825,Sheffield 066B,8a,Affluent communities,E02001676,Sheffield 066,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125088 +125088,E00039650,6a4,Ageing in Suburbia,E01007824,Sheffield 066A,8b,Ageing suburbanites,E02001676,Sheffield 066,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125089 +125089,E00039821,6a4,Ageing in Suburbia,E01007861,Sheffield 038B,8a,Affluent communities,E02001648,Sheffield 038,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125090 +125090,E00039828,6a4,Ageing in Suburbia,E01007861,Sheffield 038B,8a,Affluent communities,E02001648,Sheffield 038,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125091 +125091,E00039975,6a4,Ageing in Suburbia,E01007890,Sheffield 004C,8b,Ageing suburbanites,E02001614,Sheffield 004,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125092 +125092,E00040091,6a4,Ageing in Suburbia,E01007915,Sheffield 071A,8a,Affluent communities,E02001681,Sheffield 071,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125093 +125093,E00040093,6a4,Ageing in Suburbia,E01007925,Sheffield 068D,8a,Affluent communities,E02001678,Sheffield 068,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125094 +125094,E00040095,6a4,Ageing in Suburbia,E01007926,Sheffield 068E,2b,Prospering countryside life,E02001678,Sheffield 068,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125095 +125095,E00040096,6a4,Ageing in Suburbia,E01007920,Sheffield 068A,8a,Affluent communities,E02001678,Sheffield 068,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125096 +125096,E00040097,6a4,Ageing in Suburbia,E01007918,Sheffield 071C,3c,Highly qualified professionals,E02001681,Sheffield 071,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125097 +125097,E00040098,6a4,Ageing in Suburbia,E01007921,Sheffield 068B,8a,Affluent communities,E02001678,Sheffield 068,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125098 +125098,E00040099,6a4,Ageing in Suburbia,E01007918,Sheffield 071C,3c,Highly qualified professionals,E02001681,Sheffield 071,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125099 +125099,E00040100,6a4,Ageing in Suburbia,E01007922,Sheffield 071D,8a,Affluent communities,E02001681,Sheffield 071,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125100 +125100,E00040103,6a4,Ageing in Suburbia,E01007920,Sheffield 068A,8a,Affluent communities,E02001678,Sheffield 068,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125101 +125101,E00040107,6a4,Ageing in Suburbia,E01007917,Sheffield 071B,5c,Comfortable neighbourhoods,E02001681,Sheffield 071,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125102 +125102,E00040110,6a4,Ageing in Suburbia,E01007918,Sheffield 071C,3c,Highly qualified professionals,E02001681,Sheffield 071,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125103 +125200,E00040351,8c1,Ageing Industrious Workers,E01007974,Sheffield 044D,8c,Comfortable suburbia,E02001654,Sheffield 044,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125201 +125201,E00040365,8c1,Ageing Industrious Workers,E01007963,Sheffield 045A,5c,Comfortable neighbourhoods,E02001655,Sheffield 045,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125202 +125202,E00040380,8c1,Ageing Industrious Workers,E01007969,Sheffield 044B,5a,Ageing urban communities,E02001654,Sheffield 044,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125203 +125203,E00040383,8c1,Ageing Industrious Workers,E01007969,Sheffield 044B,5a,Ageing urban communities,E02001654,Sheffield 044,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125204 +125204,E00040462,8c1,Ageing Industrious Workers,E01007991,Sheffield 016D,5c,Comfortable neighbourhoods,E02001626,Sheffield 016,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125205 +125205,E00040465,8c1,Ageing Industrious Workers,E01007990,Sheffield 021A,5c,Comfortable neighbourhoods,E02001631,Sheffield 021,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125206 +125206,E00040500,8c1,Ageing Industrious Workers,E01007997,Sheffield 025A,8b,Ageing suburbanites,E02001635,Sheffield 025,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125207 +125207,E00040517,8c1,Ageing Industrious Workers,E01007988,Sheffield 016B,5c,Comfortable neighbourhoods,E02001626,Sheffield 016,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125208 +125208,E00040521,8c1,Ageing Industrious Workers,E01007991,Sheffield 016D,5c,Comfortable neighbourhoods,E02001626,Sheffield 016,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125209 +125209,E00040561,8c1,Ageing Industrious Workers,E01008007,Sheffield 060A,4c,Hampered neighbourhoods,E02001670,Sheffield 060,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125210 +125210,E00040584,8c1,Ageing Industrious Workers,E01007999,Sheffield 045C,5c,Comfortable neighbourhoods,E02001655,Sheffield 045,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125211 +125211,E00040635,8c1,Ageing Industrious Workers,E01008024,Sheffield 072C,5c,Comfortable neighbourhoods,E02006803,Sheffield 072,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125212 +125212,E00040637,8c1,Ageing Industrious Workers,E01008027,Sheffield 065D,5c,Comfortable neighbourhoods,E02001675,Sheffield 065,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125213 +125213,E00040657,8c1,Ageing Industrious Workers,E01008037,Sheffield 065E,5c,Comfortable neighbourhoods,E02001675,Sheffield 065,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125214 +125214,E00040661,8c1,Ageing Industrious Workers,E01008039,Sheffield 065F,8c,Comfortable suburbia,E02001675,Sheffield 065,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125215 +125215,E00040667,8c1,Ageing Industrious Workers,E01008020,Sheffield 065B,5b,Aspiring urban households,E02001675,Sheffield 065,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125216 +125216,E00040687,8c1,Ageing Industrious Workers,E01008025,Sheffield 072D,5c,Comfortable neighbourhoods,E02006803,Sheffield 072,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125217 +125217,E00040697,8c1,Ageing Industrious Workers,E01008034,Sheffield 056D,5c,Comfortable neighbourhoods,E02001666,Sheffield 056,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125218 +125218,E00040699,8c1,Ageing Industrious Workers,E01008028,Sheffield 056A,5d,Endeavouring social renters,E02001666,Sheffield 056,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125219 +125219,E00040702,8c1,Ageing Industrious Workers,E01008032,Sheffield 056C,5d,Endeavouring social renters,E02001666,Sheffield 056,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125220 +125220,E00040714,8c1,Ageing Industrious Workers,E01008032,Sheffield 056C,5d,Endeavouring social renters,E02001666,Sheffield 056,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125221 +125221,E00040717,8c1,Ageing Industrious Workers,E01008037,Sheffield 065E,5c,Comfortable neighbourhoods,E02001675,Sheffield 065,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125222 +125222,E00040739,8c1,Ageing Industrious Workers,E01008040,Sheffield 061D,5b,Aspiring urban households,E02001671,Sheffield 061,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125223 +125223,E00040944,8c1,Ageing Industrious Workers,E01008078,Sheffield 064E,5c,Comfortable neighbourhoods,E02001674,Sheffield 064,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125224 +125224,E00041174,8c1,Ageing Industrious Workers,E01008136,Sheffield 008D,5c,Comfortable neighbourhoods,E02001618,Sheffield 008,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125225 +125225,E00041208,8c1,Ageing Industrious Workers,E01008131,Sheffield 023C,8b,Ageing suburbanites,E02001633,Sheffield 023,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125226 +125226,E00041236,8c1,Ageing Industrious Workers,E01008134,Sheffield 005B,5c,Comfortable neighbourhoods,E02001615,Sheffield 005,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125227 +125227,E00041254,8c1,Ageing Industrious Workers,E01008148,Sheffield 001C,5d,Endeavouring social renters,E02001611,Sheffield 001,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125228 +125228,E00041265,8c1,Ageing Industrious Workers,E01008143,Sheffield 002B,5c,Comfortable neighbourhoods,E02001612,Sheffield 002,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125229 +125229,E00041270,8c1,Ageing Industrious Workers,E01008145,Sheffield 001B,5c,Comfortable neighbourhoods,E02001611,Sheffield 001,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125230 +125230,E00041275,8c1,Ageing Industrious Workers,E01008145,Sheffield 001B,5c,Comfortable neighbourhoods,E02001611,Sheffield 001,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125231 +125231,E00041278,8c1,Ageing Industrious Workers,E01008143,Sheffield 002B,5c,Comfortable neighbourhoods,E02001612,Sheffield 002,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125232 +125232,E00041293,8c1,Ageing Industrious Workers,E01008150,Sheffield 001E,5a,Ageing urban communities,E02001611,Sheffield 001,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125233 +125233,E00041310,8c1,Ageing Industrious Workers,E01008158,Sheffield 025D,5c,Comfortable neighbourhoods,E02001635,Sheffield 025,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125234 +125234,E00172435,8c1,Ageing Industrious Workers,E01008019,Sheffield 065A,5d,Endeavouring social renters,E02001675,Sheffield 065,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125235 +125235,E00172543,8c1,Ageing Industrious Workers,E01007889,Sheffield 004B,8c,Comfortable suburbia,E02001614,Sheffield 004,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125236 +125236,E00040150,1b3,Ageing Rural Flat Tenants,E01007926,Sheffield 068E,2b,Prospering countryside life,E02001678,Sheffield 068,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125237 +125237,E00041199,1a3,Agricultural Communities,E01008128,Sheffield 008C,2b,Prospering countryside life,E02001618,Sheffield 008,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125238 +125238,E00039770,4b1,Asian Terraces and Flats,E01007854,Sheffield 014E,7a,Urban cultural mix,E02001624,Sheffield 014,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125239 +125239,E00039853,4b1,Asian Terraces and Flats,E01007870,Sheffield 019A,7a,Urban cultural mix,E02001629,Sheffield 019,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125240 +125240,E00039854,4b1,Asian Terraces and Flats,E01007875,Sheffield 022B,7b,Young ethnic communities,E02001632,Sheffield 022,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125241 +125241,E00039858,4b1,Asian Terraces and Flats,E01007877,Sheffield 022D,7b,Young ethnic communities,E02001632,Sheffield 022,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125242 +125242,E00039859,4b1,Asian Terraces and Flats,E01007874,Sheffield 022A,7a,Urban cultural mix,E02001632,Sheffield 022,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125243 +125243,E00039860,4b1,Asian Terraces and Flats,E01007875,Sheffield 022B,7b,Young ethnic communities,E02001632,Sheffield 022,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125244 +125244,E00039862,4b1,Asian Terraces and Flats,E01007874,Sheffield 022A,7a,Urban cultural mix,E02001632,Sheffield 022,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125245 +125245,E00040785,5b2,Communal Retirement,E01008051,Sheffield 050E,7a,Urban cultural mix,E02001660,Sheffield 050,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125246 +125246,E00040722,6a3,Detached Retirement Living,E01008038,Sheffield 061C,8b,Ageing suburbanites,E02001671,Sheffield 061,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125247 +125247,E00041150,7c2,Constrained Young Families,E01008116,Sheffield 009C,4a,Challenged white communities,E02001619,Sheffield 009,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125248 +125248,E00040321,5a3,Families in Terraces and Flats,E01007951,Sheffield 029A,3c,Highly qualified professionals,E02001639,Sheffield 029,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125249 +125249,E00039718,7c1,Challenged Transitionaries,E01007835,Sheffield 062A,5a,Ageing urban communities,E02001672,Sheffield 062,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125250 +125250,E00172550,5b1,Delayed Retirement,E01007956,Sheffield 041B,8a,Affluent communities,E02001651,Sheffield 041,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125251 +125251,E00039863,4b1,Asian Terraces and Flats,E01007875,Sheffield 022B,7b,Young ethnic communities,E02001632,Sheffield 022,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125252 +125252,E00039865,4b1,Asian Terraces and Flats,E01007875,Sheffield 022B,7b,Young ethnic communities,E02001632,Sheffield 022,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125253 +125253,E00039866,4b1,Asian Terraces and Flats,E01007874,Sheffield 022A,7a,Urban cultural mix,E02001632,Sheffield 022,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125254 +125254,E00039868,4b1,Asian Terraces and Flats,E01007875,Sheffield 022B,7b,Young ethnic communities,E02001632,Sheffield 022,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125255 +125255,E00039872,4b1,Asian Terraces and Flats,E01007877,Sheffield 022D,7b,Young ethnic communities,E02001632,Sheffield 022,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125256 +125256,E00039876,4b1,Asian Terraces and Flats,E01007871,Sheffield 019B,7a,Urban cultural mix,E02001629,Sheffield 019,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125257 +125257,E00040322,5a3,Families in Terraces and Flats,E01007962,Sheffield 029C,1a,Cosmopolitan student neighbourhoods,E02001639,Sheffield 029,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125258 +125258,E00040326,5a3,Families in Terraces and Flats,E01007951,Sheffield 029A,3c,Highly qualified professionals,E02001639,Sheffield 029,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125259 +125259,E00040399,5a3,Families in Terraces and Flats,E01007985,Sheffield 053E,3c,Highly qualified professionals,E02001663,Sheffield 053,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125260 +125260,E00040402,5a3,Families in Terraces and Flats,E01007986,Sheffield 059E,3a,Achieving neighbourhoods,E02001669,Sheffield 059,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125261 +125261,E00040409,5a3,Families in Terraces and Flats,E01007980,Sheffield 053B,3d,Households in terraces and flats,E02001663,Sheffield 053,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125262 +125262,E00040437,5a3,Families in Terraces and Flats,E01007980,Sheffield 053B,3d,Households in terraces and flats,E02001663,Sheffield 053,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125263 +125263,E00040438,5a3,Families in Terraces and Flats,E01007980,Sheffield 053B,3d,Households in terraces and flats,E02001663,Sheffield 053,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125264 +125264,E00040441,5a3,Families in Terraces and Flats,E01007983,Sheffield 053D,3a,Achieving neighbourhoods,E02001663,Sheffield 053,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125265 +125265,E00040445,5a3,Families in Terraces and Flats,E01007983,Sheffield 053D,3a,Achieving neighbourhoods,E02001663,Sheffield 053,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125266 +125266,E00040453,5a3,Families in Terraces and Flats,E01007985,Sheffield 053E,3c,Highly qualified professionals,E02001663,Sheffield 053,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125267 +125267,E00040457,5a3,Families in Terraces and Flats,E01007983,Sheffield 053D,3a,Achieving neighbourhoods,E02001663,Sheffield 053,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125268 +125268,E00040460,5a3,Families in Terraces and Flats,E01007986,Sheffield 059E,3a,Achieving neighbourhoods,E02001669,Sheffield 059,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125269 +125269,E00040461,5a3,Families in Terraces and Flats,E01007986,Sheffield 059E,3a,Achieving neighbourhoods,E02001669,Sheffield 059,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125270 +125270,E00040463,5a3,Families in Terraces and Flats,E01007989,Sheffield 016C,3a,Achieving neighbourhoods,E02001626,Sheffield 016,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125271 +125271,E00040473,5a3,Families in Terraces and Flats,E01007995,Sheffield 017A,3a,Achieving neighbourhoods,E02001627,Sheffield 017,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125272 +125272,E00040483,5a3,Families in Terraces and Flats,E01007992,Sheffield 021B,3d,Households in terraces and flats,E02001631,Sheffield 021,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125273 +125273,E00040485,5a3,Families in Terraces and Flats,E01007992,Sheffield 021B,3d,Households in terraces and flats,E02001631,Sheffield 021,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125274 +125274,E00040492,5a3,Families in Terraces and Flats,E01007995,Sheffield 017A,3a,Achieving neighbourhoods,E02001627,Sheffield 017,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125275 +125275,E00040494,5a3,Families in Terraces and Flats,E01007995,Sheffield 017A,3a,Achieving neighbourhoods,E02001627,Sheffield 017,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125276 +125276,E00040497,5a3,Families in Terraces and Flats,E01007995,Sheffield 017A,3a,Achieving neighbourhoods,E02001627,Sheffield 017,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125277 +125277,E00040499,5a3,Families in Terraces and Flats,E01007996,Sheffield 021E,5a,Ageing urban communities,E02001631,Sheffield 021,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125278 +125278,E00040516,5a3,Families in Terraces and Flats,E01007989,Sheffield 016C,3a,Achieving neighbourhoods,E02001626,Sheffield 016,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125279 +125279,E00040524,5a3,Families in Terraces and Flats,E01007989,Sheffield 016C,3a,Achieving neighbourhoods,E02001626,Sheffield 016,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125280 +125280,E00040750,5a3,Families in Terraces and Flats,E01008052,Sheffield 050F,3c,Highly qualified professionals,E02001660,Sheffield 050,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125281 +125281,E00040770,5a3,Families in Terraces and Flats,E01008046,Sheffield 050C,3d,Households in terraces and flats,E02001660,Sheffield 050,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125282 +125282,E00040777,5a3,Families in Terraces and Flats,E01008047,Sheffield 046C,1a,Cosmopolitan student neighbourhoods,E02001656,Sheffield 046,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125283 +125283,E00040778,5a3,Families in Terraces and Flats,E01008047,Sheffield 046C,1a,Cosmopolitan student neighbourhoods,E02001656,Sheffield 046,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125284 +125284,E00040784,5a3,Families in Terraces and Flats,E01008050,Sheffield 046E,1a,Cosmopolitan student neighbourhoods,E02001656,Sheffield 046,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125285 +125285,E00040788,5a3,Families in Terraces and Flats,E01008050,Sheffield 046E,1a,Cosmopolitan student neighbourhoods,E02001656,Sheffield 046,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125286 +125286,E00040855,5a3,Families in Terraces and Flats,E01008073,Sheffield 030E,1a,Cosmopolitan student neighbourhoods,E02001640,Sheffield 030,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125287 +125287,E00040858,5a3,Families in Terraces and Flats,E01008074,Sheffield 028D,1a,Cosmopolitan student neighbourhoods,E02001638,Sheffield 028,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125288 +125288,E00040884,5a3,Families in Terraces and Flats,E01008074,Sheffield 028D,1a,Cosmopolitan student neighbourhoods,E02001638,Sheffield 028,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125289 +125289,E00040885,5a3,Families in Terraces and Flats,E01008074,Sheffield 028D,1a,Cosmopolitan student neighbourhoods,E02001638,Sheffield 028,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125290 +125290,E00040890,5a3,Families in Terraces and Flats,E01008064,Sheffield 028A,1a,Cosmopolitan student neighbourhoods,E02001638,Sheffield 028,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125291 +125291,E00040968,5a3,Families in Terraces and Flats,E01008088,Sheffield 012B,5b,Aspiring urban households,E02001622,Sheffield 012,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125292 +125292,E00040974,5a3,Families in Terraces and Flats,E01008091,Sheffield 017C,3a,Achieving neighbourhoods,E02001627,Sheffield 017,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125293 +125293,E00040975,5a3,Families in Terraces and Flats,E01008093,Sheffield 017D,4b,Constrained renters,E02001627,Sheffield 017,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125294 +125294,E00041007,5a3,Families in Terraces and Flats,E01008091,Sheffield 017C,3a,Achieving neighbourhoods,E02001627,Sheffield 017,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125295 +125295,E00041009,5a3,Families in Terraces and Flats,E01008091,Sheffield 017C,3a,Achieving neighbourhoods,E02001627,Sheffield 017,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125296 +125296,E00039883,4b1,Asian Terraces and Flats,E01007873,Sheffield 020C,7b,Young ethnic communities,E02001630,Sheffield 020,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125297 +125297,E00040802,5b2,Communal Retirement,E01008063,Sheffield 011B,4c,Hampered neighbourhoods,E02001621,Sheffield 011,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125298 +125298,E00039734,7c1,Challenged Transitionaries,E01007843,Sheffield 062C,4a,Challenged white communities,E02001672,Sheffield 062,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125299 +125299,E00041158,7c2,Constrained Young Families,E01033277,Sheffield 011E,4c,Hampered neighbourhoods,E02001621,Sheffield 011,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125300 +125300,E00039631,8b1,Deprived Blue-Collar Terraces,E01007832,Sheffield 059D,3a,Achieving neighbourhoods,E02001669,Sheffield 059,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125301 +125301,E00040723,6a3,Detached Retirement Living,E01008038,Sheffield 061C,8b,Ageing suburbanites,E02001671,Sheffield 061,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125302 +125302,E00041010,5a3,Families in Terraces and Flats,E01008091,Sheffield 017C,3a,Achieving neighbourhoods,E02001627,Sheffield 017,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125303 +125303,E00041016,5a3,Families in Terraces and Flats,E01008093,Sheffield 017D,4b,Constrained renters,E02001627,Sheffield 017,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125304 +125304,E00041019,5a3,Families in Terraces and Flats,E01008093,Sheffield 017D,4b,Constrained renters,E02001627,Sheffield 017,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125305 +125305,E00041176,5a3,Families in Terraces and Flats,E01008140,Sheffield 008E,5c,Comfortable neighbourhoods,E02001618,Sheffield 008,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125306 +125306,E00041303,5a3,Families in Terraces and Flats,E01008155,Sheffield 024D,3d,Households in terraces and flats,E02001634,Sheffield 024,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125307 +125307,E00041308,5a3,Families in Terraces and Flats,E01008151,Sheffield 024A,3c,Highly qualified professionals,E02001634,Sheffield 024,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125308 +125308,E00041311,5a3,Families in Terraces and Flats,E01008151,Sheffield 024A,3c,Highly qualified professionals,E02001634,Sheffield 024,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125309 +125309,E00041312,5a3,Families in Terraces and Flats,E01008159,Sheffield 029D,3c,Highly qualified professionals,E02001639,Sheffield 029,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125310 +125310,E00041327,5a3,Families in Terraces and Flats,E01008159,Sheffield 029D,3c,Highly qualified professionals,E02001639,Sheffield 029,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125311 +125311,E00041328,5a3,Families in Terraces and Flats,E01008159,Sheffield 029D,3c,Highly qualified professionals,E02001639,Sheffield 029,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125312 +125312,E00041166,7c2,Constrained Young Families,E01008122,Sheffield 012E,4c,Hampered neighbourhoods,E02001622,Sheffield 012,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125313 +125313,E00172479,7c2,Constrained Young Families,E01008117,Sheffield 009D,4a,Challenged white communities,E02001619,Sheffield 009,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125314 +125314,E00172488,7c2,Constrained Young Families,E01033279,Sheffield 076F,4a,Challenged white communities,E02006869,Sheffield 076,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125315 +125315,E00039647,5b1,Delayed Retirement,E01007834,Sheffield 066D,5c,Comfortable neighbourhoods,E02001676,Sheffield 066,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125316 +125316,E00039801,5b1,Delayed Retirement,E01007868,Sheffield 030C,1a,Cosmopolitan student neighbourhoods,E02001640,Sheffield 030,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125317 +125317,E00039813,5b1,Delayed Retirement,E01007861,Sheffield 038B,8a,Affluent communities,E02001648,Sheffield 038,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125318 +125318,E00039815,5b1,Delayed Retirement,E01007862,Sheffield 038C,1a,Cosmopolitan student neighbourhoods,E02001648,Sheffield 038,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125319 +125319,E00039819,5b1,Delayed Retirement,E01007858,Sheffield 038A,3c,Highly qualified professionals,E02001648,Sheffield 038,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125320 +125320,E00039824,5b1,Delayed Retirement,E01007858,Sheffield 038A,3c,Highly qualified professionals,E02001648,Sheffield 038,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125321 +125321,E00039832,5b1,Delayed Retirement,E01007861,Sheffield 038B,8a,Affluent communities,E02001648,Sheffield 038,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125322 +125322,E00039850,5b1,Delayed Retirement,E01007861,Sheffield 038B,8a,Affluent communities,E02001648,Sheffield 038,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125323 +125323,E00040082,5b1,Delayed Retirement,E01007910,Sheffield 037A,4c,Hampered neighbourhoods,E02001647,Sheffield 037,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125324 +125324,E00040104,5b1,Delayed Retirement,E01007926,Sheffield 068E,2b,Prospering countryside life,E02001678,Sheffield 068,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125325 +125325,E00040114,5b1,Delayed Retirement,E01007918,Sheffield 071C,3c,Highly qualified professionals,E02001681,Sheffield 071,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125326 +125326,E00040121,5b1,Delayed Retirement,E01007922,Sheffield 071D,8a,Affluent communities,E02001681,Sheffield 071,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125327 +125327,E00040149,5b1,Delayed Retirement,E01007920,Sheffield 068A,8a,Affluent communities,E02001678,Sheffield 068,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125328 +125328,E00040161,5b1,Delayed Retirement,E01007930,Sheffield 055D,8a,Affluent communities,E02001665,Sheffield 055,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125329 +125329,E00040166,5b1,Delayed Retirement,E01007932,Sheffield 055E,8a,Affluent communities,E02001665,Sheffield 055,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125330 +125330,E00040194,5b1,Delayed Retirement,E01007937,Sheffield 047E,8a,Affluent communities,E02001657,Sheffield 047,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125331 +125331,E00040196,5b1,Delayed Retirement,E01007928,Sheffield 055B,8a,Affluent communities,E02001665,Sheffield 055,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125332 +125332,E00040197,5b1,Delayed Retirement,E01007939,Sheffield 055F,8a,Affluent communities,E02001665,Sheffield 055,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125333 +125333,E00040198,5b1,Delayed Retirement,E01007931,Sheffield 047A,8a,Affluent communities,E02001657,Sheffield 047,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125334 +125334,E00040203,5b1,Delayed Retirement,E01007928,Sheffield 055B,8a,Affluent communities,E02001665,Sheffield 055,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125335 +125335,E00040211,5b1,Delayed Retirement,E01007927,Sheffield 055A,8a,Affluent communities,E02001665,Sheffield 055,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125336 +125336,E00040272,5b1,Delayed Retirement,E01007952,Sheffield 033A,8a,Affluent communities,E02001643,Sheffield 033,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125337 +125337,E00040274,5b1,Delayed Retirement,E01007953,Sheffield 033B,3c,Highly qualified professionals,E02001643,Sheffield 033,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125338 +125338,E00040278,5b1,Delayed Retirement,E01007958,Sheffield 041D,8a,Affluent communities,E02001651,Sheffield 041,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125339 +125339,E00040282,5b1,Delayed Retirement,E01007954,Sheffield 033C,8a,Affluent communities,E02001643,Sheffield 033,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125340 +125340,E00040283,5b1,Delayed Retirement,E01007953,Sheffield 033B,3c,Highly qualified professionals,E02001643,Sheffield 033,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125341 +125341,E00040301,5b1,Delayed Retirement,E01007958,Sheffield 041D,8a,Affluent communities,E02001651,Sheffield 041,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125342 +125342,E00040305,5b1,Delayed Retirement,E01007958,Sheffield 041D,8a,Affluent communities,E02001651,Sheffield 041,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125343 +125343,E00040320,5b1,Delayed Retirement,E01007961,Sheffield 033D,8a,Affluent communities,E02001643,Sheffield 033,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125344 +125344,E00040425,5b1,Delayed Retirement,E01007977,Sheffield 051C,4c,Hampered neighbourhoods,E02001661,Sheffield 051,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125345 +125345,E00040671,5b1,Delayed Retirement,E01008041,Sheffield 063D,8c,Comfortable suburbia,E02001673,Sheffield 063,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125346 +125346,E00040748,5b1,Delayed Retirement,E01008043,Sheffield 046A,3b,Asian traits,E02001656,Sheffield 046,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125347 +125347,E00040760,5b1,Delayed Retirement,E01008043,Sheffield 046A,3b,Asian traits,E02001656,Sheffield 046,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125348 +125348,E00040781,5b1,Delayed Retirement,E01008049,Sheffield 050D,3c,Highly qualified professionals,E02001660,Sheffield 050,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125349 +125349,E00040786,5b1,Delayed Retirement,E01008049,Sheffield 050D,3c,Highly qualified professionals,E02001660,Sheffield 050,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125350 +125350,E00039886,4b1,Asian Terraces and Flats,E01007870,Sheffield 019A,7a,Urban cultural mix,E02001629,Sheffield 019,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125351 +125351,E00040992,5b2,Communal Retirement,E01008087,Sheffield 012A,5b,Aspiring urban households,E02001622,Sheffield 012,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125352 +125352,E00040075,7c1,Challenged Transitionaries,E01007912,Sheffield 037B,5c,Comfortable neighbourhoods,E02001647,Sheffield 037,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125353 +125353,E00039679,8b1,Deprived Blue-Collar Terraces,E01007832,Sheffield 059D,3a,Achieving neighbourhoods,E02001669,Sheffield 059,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125354 +125354,E00040790,5b1,Delayed Retirement,E01008048,Sheffield 046D,1a,Cosmopolitan student neighbourhoods,E02001656,Sheffield 046,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125355 +125355,E00040792,5b1,Delayed Retirement,E01008044,Sheffield 046B,3b,Asian traits,E02001656,Sheffield 046,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125356 +125356,E00040794,5b1,Delayed Retirement,E01008052,Sheffield 050F,3c,Highly qualified professionals,E02001660,Sheffield 050,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125357 +125357,E00040797,5b1,Delayed Retirement,E01008042,Sheffield 050A,7b,Young ethnic communities,E02001660,Sheffield 050,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125358 +125358,E00040799,5b1,Delayed Retirement,E01008045,Sheffield 050B,3b,Asian traits,E02001660,Sheffield 050,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125359 +125359,E00040958,5b1,Delayed Retirement,E01008079,Sheffield 064F,8b,Ageing suburbanites,E02001674,Sheffield 064,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125360 +125360,E00041243,5b1,Delayed Retirement,E01008139,Sheffield 006E,5c,Comfortable neighbourhoods,E02001616,Sheffield 006,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125361 +125361,E00172481,5b1,Delayed Retirement,E01007863,Sheffield 036C,1a,Cosmopolitan student neighbourhoods,E02001646,Sheffield 036,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125362 +125362,E00172518,5b1,Delayed Retirement,E01008128,Sheffield 008C,2b,Prospering countryside life,E02001618,Sheffield 008,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125363 +125363,E00172521,5b1,Delayed Retirement,E01033275,Sheffield 008F,3a,Achieving neighbourhoods,E02001618,Sheffield 008,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125364 +125364,E00040741,6a3,Detached Retirement Living,E01008035,Sheffield 063B,8b,Ageing suburbanites,E02001673,Sheffield 063,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125365 +125365,E00041183,5b2,Communal Retirement,E01008140,Sheffield 008E,5c,Comfortable neighbourhoods,E02001618,Sheffield 008,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125366 +125366,E00040952,6a3,Detached Retirement Living,E01008078,Sheffield 064E,5c,Comfortable neighbourhoods,E02001674,Sheffield 064,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125367 +125367,E00041260,5b2,Communal Retirement,E01008150,Sheffield 001E,5a,Ageing urban communities,E02001611,Sheffield 001,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125368 +125368,E00039887,4b1,Asian Terraces and Flats,E01007869,Sheffield 020A,7b,Young ethnic communities,E02001630,Sheffield 020,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125369 +125369,E00040954,6a3,Detached Retirement Living,E01008079,Sheffield 064F,8b,Ageing suburbanites,E02001674,Sheffield 064,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125370 +125370,E00041296,5b2,Communal Retirement,E01008144,Sheffield 001A,5a,Ageing urban communities,E02001611,Sheffield 001,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125371 +125371,E00039733,8b1,Deprived Blue-Collar Terraces,E01007839,Sheffield 076B,8c,Comfortable suburbia,E02006869,Sheffield 076,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125372 +125372,E00041187,6a3,Detached Retirement Living,E01008126,Sheffield 008A,8b,Ageing suburbanites,E02001618,Sheffield 008,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125373 +125373,E00040086,7c1,Challenged Transitionaries,E01007917,Sheffield 071B,5c,Comfortable neighbourhoods,E02001681,Sheffield 071,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125374 +125374,E00039894,4b1,Asian Terraces and Flats,E01007873,Sheffield 020C,7b,Young ethnic communities,E02001630,Sheffield 020,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125375 +125375,E00172520,5b2,Communal Retirement,E01033280,Sheffield 008G,8c,Comfortable suburbia,E02001618,Sheffield 008,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125376 +125376,E00039736,8b1,Deprived Blue-Collar Terraces,E01007841,Sheffield 076C,8b,Ageing suburbanites,E02006869,Sheffield 076,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125377 +125377,E00039789,8b1,Deprived Blue-Collar Terraces,E01007847,Sheffield 014A,4c,Hampered neighbourhoods,E02001624,Sheffield 014,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125378 +125378,E00039991,8b1,Deprived Blue-Collar Terraces,E01007889,Sheffield 004B,8c,Comfortable suburbia,E02001614,Sheffield 004,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125379 +125379,E00040034,8b1,Deprived Blue-Collar Terraces,E01007909,Sheffield 032C,3d,Households in terraces and flats,E02001642,Sheffield 032,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125380 +125380,E00040062,8b1,Deprived Blue-Collar Terraces,E01007908,Sheffield 032B,3d,Households in terraces and flats,E02001642,Sheffield 032,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125381 +125381,E00040065,8b1,Deprived Blue-Collar Terraces,E01007908,Sheffield 032B,3d,Households in terraces and flats,E02001642,Sheffield 032,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125382 +125382,E00040507,8b1,Deprived Blue-Collar Terraces,E01007987,Sheffield 016A,3a,Achieving neighbourhoods,E02001626,Sheffield 016,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125383 +125383,E00040663,8b1,Deprived Blue-Collar Terraces,E01008020,Sheffield 065B,5b,Aspiring urban households,E02001675,Sheffield 065,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125384 +125384,E00040978,8b1,Deprived Blue-Collar Terraces,E01008087,Sheffield 012A,5b,Aspiring urban households,E02001622,Sheffield 012,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125385 +125385,E00040995,8b1,Deprived Blue-Collar Terraces,E01008088,Sheffield 012B,5b,Aspiring urban households,E02001622,Sheffield 012,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125386 +125386,E00041291,8b1,Deprived Blue-Collar Terraces,E01008149,Sheffield 001D,8b,Ageing suburbanites,E02001611,Sheffield 001,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125387 +125387,E00041345,8b1,Deprived Blue-Collar Terraces,E01008153,Sheffield 024B,3d,Households in terraces and flats,E02001634,Sheffield 024,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125388 +125388,E00039787,7b2,Deprived Neighbourhoods,E01007847,Sheffield 014A,4c,Hampered neighbourhoods,E02001624,Sheffield 014,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125389 +125389,E00040010,7b2,Deprived Neighbourhoods,E01007901,Sheffield 003G,4a,Challenged white communities,E02001613,Sheffield 003,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125390 +125390,E00040117,7b2,Deprived Neighbourhoods,E01007918,Sheffield 071C,3c,Highly qualified professionals,E02001681,Sheffield 071,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125391 +125391,E00040378,7b2,Deprived Neighbourhoods,E01007970,Sheffield 049D,4d,Hard-pressed flat dwellers,E02001659,Sheffield 049,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125392 +125392,E00040386,7b2,Deprived Neighbourhoods,E01007970,Sheffield 049D,4d,Hard-pressed flat dwellers,E02001659,Sheffield 049,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125393 +125393,E00040506,7b2,Deprived Neighbourhoods,E01007998,Sheffield 025B,4a,Challenged white communities,E02001635,Sheffield 025,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125394 +125394,E00040610,7b2,Deprived Neighbourhoods,E01008015,Sheffield 039D,4c,Hampered neighbourhoods,E02001649,Sheffield 039,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125395 +125395,E00040631,7b2,Deprived Neighbourhoods,E01008022,Sheffield 065C,4c,Hampered neighbourhoods,E02001675,Sheffield 065,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125396 +125396,E00040851,7b2,Deprived Neighbourhoods,E01008063,Sheffield 011B,4c,Hampered neighbourhoods,E02001621,Sheffield 011,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125397 +125397,E00040929,7b2,Deprived Neighbourhoods,E01008081,Sheffield 070A,4c,Hampered neighbourhoods,E02001680,Sheffield 070,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125398 +125398,E00041004,7b2,Deprived Neighbourhoods,E01008092,Sheffield 012D,4c,Hampered neighbourhoods,E02001622,Sheffield 012,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125399 +125399,E00039641,6a3,Detached Retirement Living,E01007825,Sheffield 066B,8a,Affluent communities,E02001676,Sheffield 066,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125400 +125400,E00039644,6a3,Detached Retirement Living,E01007825,Sheffield 066B,8a,Affluent communities,E02001676,Sheffield 066,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125401 +125401,E00039646,6a3,Detached Retirement Living,E01007834,Sheffield 066D,5c,Comfortable neighbourhoods,E02001676,Sheffield 066,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125402 +125402,E00039651,6a3,Detached Retirement Living,E01007824,Sheffield 066A,8b,Ageing suburbanites,E02001676,Sheffield 066,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125403 +125403,E00039652,6a3,Detached Retirement Living,E01007833,Sheffield 064C,5c,Comfortable neighbourhoods,E02001674,Sheffield 064,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125404 +125404,E00039656,6a3,Detached Retirement Living,E01007824,Sheffield 066A,8b,Ageing suburbanites,E02001676,Sheffield 066,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125405 +125405,E00039660,6a3,Detached Retirement Living,E01007826,Sheffield 066C,8b,Ageing suburbanites,E02001676,Sheffield 066,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125406 +125406,E00039662,6a3,Detached Retirement Living,E01007826,Sheffield 066C,8b,Ageing suburbanites,E02001676,Sheffield 066,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125407 +125407,E00039976,6a3,Detached Retirement Living,E01007890,Sheffield 004C,8b,Ageing suburbanites,E02001614,Sheffield 004,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125408 +125408,E00040090,6a3,Detached Retirement Living,E01007915,Sheffield 071A,8a,Affluent communities,E02001681,Sheffield 071,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125409 +125409,E00040092,6a3,Detached Retirement Living,E01007925,Sheffield 068D,8a,Affluent communities,E02001678,Sheffield 068,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125410 +125410,E00040138,6a3,Detached Retirement Living,E01007915,Sheffield 071A,8a,Affluent communities,E02001681,Sheffield 071,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125411 +125411,E00040148,6a3,Detached Retirement Living,E01007926,Sheffield 068E,2b,Prospering countryside life,E02001678,Sheffield 068,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125412 +125412,E00040154,6a3,Detached Retirement Living,E01007939,Sheffield 055F,8a,Affluent communities,E02001665,Sheffield 055,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125413 +125413,E00040206,6a3,Detached Retirement Living,E01007931,Sheffield 047A,8a,Affluent communities,E02001657,Sheffield 047,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125414 +125414,E00040293,6a3,Detached Retirement Living,E01007956,Sheffield 041B,8a,Affluent communities,E02001651,Sheffield 041,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125415 +125415,E00040299,6a3,Detached Retirement Living,E01007958,Sheffield 041D,8a,Affluent communities,E02001651,Sheffield 041,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125416 +125416,E00040315,6a3,Detached Retirement Living,E01007952,Sheffield 033A,8a,Affluent communities,E02001643,Sheffield 033,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125417 +125417,E00040327,6a3,Detached Retirement Living,E01007952,Sheffield 033A,8a,Affluent communities,E02001643,Sheffield 033,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125418 +125418,E00040527,6a3,Detached Retirement Living,E01008002,Sheffield 054B,8b,Ageing suburbanites,E02001664,Sheffield 054,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125419 +125419,E00040640,6a3,Detached Retirement Living,E01032585,Sheffield 072E,8b,Ageing suburbanites,E02006803,Sheffield 072,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125420 +125420,E00040691,6a3,Detached Retirement Living,E01032585,Sheffield 072E,8b,Ageing suburbanites,E02006803,Sheffield 072,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125421 +125421,E00040693,6a3,Detached Retirement Living,E01008023,Sheffield 072B,8c,Comfortable suburbia,E02006803,Sheffield 072,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125422 +125422,E00041200,6a3,Detached Retirement Living,E01008130,Sheffield 023B,5c,Comfortable neighbourhoods,E02001633,Sheffield 023,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125423 +125423,E00039793,4a3,Commuters with Young Families,E01007849,Sheffield 010A,7a,Urban cultural mix,E02001620,Sheffield 010,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125424 +125424,E00040128,7c1,Challenged Transitionaries,E01007919,Sheffield 069C,4c,Hampered neighbourhoods,E02001679,Sheffield 069,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125425 +125425,E00039895,4b1,Asian Terraces and Flats,E01007870,Sheffield 019A,7a,Urban cultural mix,E02001629,Sheffield 019,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125426 +125426,E00039896,4b1,Asian Terraces and Flats,E01007874,Sheffield 022A,7a,Urban cultural mix,E02001632,Sheffield 022,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125427 +125427,E00039921,4b1,Asian Terraces and Flats,E01007879,Sheffield 075B,7a,Urban cultural mix,E02006868,Sheffield 075,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125428 +125428,E00039931,4b1,Asian Terraces and Flats,E01007879,Sheffield 075B,7a,Urban cultural mix,E02006868,Sheffield 075,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125429 +125429,E00039936,4b1,Asian Terraces and Flats,E01007882,Sheffield 075D,7b,Young ethnic communities,E02006868,Sheffield 075,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125430 +125430,E00040046,4b1,Asian Terraces and Flats,E01007902,Sheffield 027B,7a,Urban cultural mix,E02001637,Sheffield 027,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125431 +125431,E00040052,4b1,Asian Terraces and Flats,E01007905,Sheffield 027C,7b,Young ethnic communities,E02001637,Sheffield 027,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125432 +125432,E00040216,4b1,Asian Terraces and Flats,E01007940,Sheffield 022E,7a,Urban cultural mix,E02001632,Sheffield 022,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125433 +125433,E00040236,4b1,Asian Terraces and Flats,E01007940,Sheffield 022E,7a,Urban cultural mix,E02001632,Sheffield 022,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125434 +125434,E00040238,4b1,Asian Terraces and Flats,E01007949,Sheffield 020E,7b,Young ethnic communities,E02001630,Sheffield 020,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125435 +125435,E00040239,4b1,Asian Terraces and Flats,E01007940,Sheffield 022E,7a,Urban cultural mix,E02001632,Sheffield 022,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125436 +125436,E00040241,4b1,Asian Terraces and Flats,E01007940,Sheffield 022E,7a,Urban cultural mix,E02001632,Sheffield 022,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125437 +125437,E00040242,4b1,Asian Terraces and Flats,E01007944,Sheffield 022F,7b,Young ethnic communities,E02001632,Sheffield 022,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125438 +125438,E00040245,4b1,Asian Terraces and Flats,E01007942,Sheffield 020D,7b,Young ethnic communities,E02001630,Sheffield 020,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125439 +125439,E00040250,4b1,Asian Terraces and Flats,E01007944,Sheffield 022F,7b,Young ethnic communities,E02001632,Sheffield 022,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125440 +125440,E00040253,4b1,Asian Terraces and Flats,E01007940,Sheffield 022E,7a,Urban cultural mix,E02001632,Sheffield 022,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125441 +125441,E00040261,4b1,Asian Terraces and Flats,E01007948,Sheffield 013D,7a,Urban cultural mix,E02001623,Sheffield 013,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125442 +125442,E00040271,4b1,Asian Terraces and Flats,E01007947,Sheffield 013C,7a,Urban cultural mix,E02001623,Sheffield 013,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125443 +125443,E00040427,4b1,Asian Terraces and Flats,E01007981,Sheffield 053C,3d,Households in terraces and flats,E02001663,Sheffield 053,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125444 +125444,E00040795,4b1,Asian Terraces and Flats,E01008042,Sheffield 050A,7b,Young ethnic communities,E02001660,Sheffield 050,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125445 +125445,E00040798,4b1,Asian Terraces and Flats,E01008042,Sheffield 050A,7b,Young ethnic communities,E02001660,Sheffield 050,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125446 +125446,E00041207,6a3,Detached Retirement Living,E01008131,Sheffield 023C,8b,Ageing suburbanites,E02001633,Sheffield 023,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125447 +125447,E00039899,4a3,Commuters with Young Families,E01007885,Sheffield 075E,7a,Urban cultural mix,E02006868,Sheffield 075,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125448 +125448,E00040146,7c1,Challenged Transitionaries,E01007924,Sheffield 071E,5c,Comfortable neighbourhoods,E02001681,Sheffield 071,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125449 +125449,E00041071,4b1,Asian Terraces and Flats,E01008108,Sheffield 042A,1a,Cosmopolitan student neighbourhoods,E02001652,Sheffield 042,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125450 +125450,E00041073,4b1,Asian Terraces and Flats,E01008107,Sheffield 040C,7a,Urban cultural mix,E02001650,Sheffield 040,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125451 +125451,E00041078,4b1,Asian Terraces and Flats,E01008112,Sheffield 042D,7b,Young ethnic communities,E02001652,Sheffield 042,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125452 +125452,E00041080,4b1,Asian Terraces and Flats,E01008109,Sheffield 042B,7b,Young ethnic communities,E02001652,Sheffield 042,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125453 +125453,E00041081,4b1,Asian Terraces and Flats,E01008108,Sheffield 042A,1a,Cosmopolitan student neighbourhoods,E02001652,Sheffield 042,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125454 +125454,E00041082,4b1,Asian Terraces and Flats,E01008109,Sheffield 042B,7b,Young ethnic communities,E02001652,Sheffield 042,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125455 +125455,E00041084,4b1,Asian Terraces and Flats,E01008105,Sheffield 040A,1a,Cosmopolitan student neighbourhoods,E02001650,Sheffield 040,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125456 +125456,E00041086,4b1,Asian Terraces and Flats,E01008112,Sheffield 042D,7b,Young ethnic communities,E02001652,Sheffield 042,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125457 +125457,E00041088,4b1,Asian Terraces and Flats,E01008113,Sheffield 042E,7b,Young ethnic communities,E02001652,Sheffield 042,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125458 +125458,E00041089,4b1,Asian Terraces and Flats,E01008112,Sheffield 042D,7b,Young ethnic communities,E02001652,Sheffield 042,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125459 +125459,E00041090,4b1,Asian Terraces and Flats,E01008112,Sheffield 042D,7b,Young ethnic communities,E02001652,Sheffield 042,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125460 +125460,E00041091,4b1,Asian Terraces and Flats,E01008108,Sheffield 042A,1a,Cosmopolitan student neighbourhoods,E02001652,Sheffield 042,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125461 +125461,E00041092,4b1,Asian Terraces and Flats,E01008113,Sheffield 042E,7b,Young ethnic communities,E02001652,Sheffield 042,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125462 +125462,E00041095,4b1,Asian Terraces and Flats,E01008104,Sheffield 036E,1a,Cosmopolitan student neighbourhoods,E02001646,Sheffield 036,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125463 +125463,E00041099,4b1,Asian Terraces and Flats,E01033273,Sheffield 042F,1a,Cosmopolitan student neighbourhoods,E02001652,Sheffield 042,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125464 +125464,E00041114,4b1,Asian Terraces and Flats,E01008109,Sheffield 042B,7b,Young ethnic communities,E02001652,Sheffield 042,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125465 +125465,E00041119,4b1,Asian Terraces and Flats,E01008105,Sheffield 040A,1a,Cosmopolitan student neighbourhoods,E02001650,Sheffield 040,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125466 +125466,E00041120,4b1,Asian Terraces and Flats,E01008107,Sheffield 040C,7a,Urban cultural mix,E02001650,Sheffield 040,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125467 +125467,E00041121,4b1,Asian Terraces and Flats,E01008109,Sheffield 042B,7b,Young ethnic communities,E02001652,Sheffield 042,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125468 +125468,E00172428,4b1,Asian Terraces and Flats,E01033269,Sheffield 022G,7a,Urban cultural mix,E02001632,Sheffield 022,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125469 +125469,E00172473,4b1,Asian Terraces and Flats,E01033268,Sheffield 075G,1a,Cosmopolitan student neighbourhoods,E02006868,Sheffield 075,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125470 +125470,E00172478,4b1,Asian Terraces and Flats,E01008108,Sheffield 042A,1a,Cosmopolitan student neighbourhoods,E02001652,Sheffield 042,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125471 +125471,E00172445,3b2,Bangladeshi Mixed Employment,E01008114,Sheffield 074A,1a,Cosmopolitan student neighbourhoods,E02006844,Sheffield 074,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125472 +125472,E00039665,7c1,Challenged Transitionaries,E01007823,Sheffield 069A,5c,Comfortable neighbourhoods,E02001679,Sheffield 069,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125473 +125473,E00041250,6a3,Detached Retirement Living,E01008137,Sheffield 005D,8b,Ageing suburbanites,E02001615,Sheffield 005,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125474 +125474,E00041255,6a3,Detached Retirement Living,E01008146,Sheffield 002C,8b,Ageing suburbanites,E02001612,Sheffield 002,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125475 +125475,E00040346,7c1,Challenged Transitionaries,E01007970,Sheffield 049D,4d,Hard-pressed flat dwellers,E02001659,Sheffield 049,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125476 +125476,E00041280,6a3,Detached Retirement Living,E01008146,Sheffield 002C,8b,Ageing suburbanites,E02001612,Sheffield 002,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125477 +125477,E00041281,6a3,Detached Retirement Living,E01008147,Sheffield 002D,2b,Prospering countryside life,E02001612,Sheffield 002,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125478 +125478,E00040875,4a3,Commuters with Young Families,E01008072,Sheffield 026C,7a,Urban cultural mix,E02001636,Sheffield 026,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125479 +125479,E00040377,7c1,Challenged Transitionaries,E01007964,Sheffield 049A,4a,Challenged white communities,E02001659,Sheffield 049,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125480 +125480,E00172548,6a3,Detached Retirement Living,E01007956,Sheffield 041B,8a,Affluent communities,E02001651,Sheffield 041,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125481 +125481,E00040878,4a3,Commuters with Young Families,E01008072,Sheffield 026C,7a,Urban cultural mix,E02001636,Sheffield 026,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125482 +125482,E00040467,7c1,Challenged Transitionaries,E01007992,Sheffield 021B,3d,Households in terraces and flats,E02001631,Sheffield 021,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125483 +125483,E00040106,1c3,Detached Rural Retirement,E01007926,Sheffield 068E,2b,Prospering countryside life,E02001678,Sheffield 068,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125484 +125484,E00040882,4a3,Commuters with Young Families,E01008072,Sheffield 026C,7a,Urban cultural mix,E02001636,Sheffield 026,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125485 +125485,E00040478,7c1,Challenged Transitionaries,E01007998,Sheffield 025B,4a,Challenged white communities,E02001635,Sheffield 025,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125486 +125486,E00040582,7c1,Challenged Transitionaries,E01008004,Sheffield 052C,4a,Challenged white communities,E02001662,Sheffield 052,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125487 +125487,E00040737,7c1,Challenged Transitionaries,E01008037,Sheffield 065E,5c,Comfortable neighbourhoods,E02001675,Sheffield 065,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125488 +125488,E00040914,7c1,Challenged Transitionaries,E01008082,Sheffield 070B,4c,Hampered neighbourhoods,E02001680,Sheffield 070,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125489 +125489,E00040921,7c1,Challenged Transitionaries,E01008081,Sheffield 070A,4c,Hampered neighbourhoods,E02001680,Sheffield 070,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125490 +125490,E00040950,7c1,Challenged Transitionaries,E01008077,Sheffield 060D,4c,Hampered neighbourhoods,E02001670,Sheffield 060,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125491 +125491,E00040965,7c1,Challenged Transitionaries,E01008081,Sheffield 070A,4c,Hampered neighbourhoods,E02001680,Sheffield 070,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125492 +125492,E00041313,7c1,Challenged Transitionaries,E01008160,Sheffield 024F,5b,Aspiring urban households,E02001634,Sheffield 024,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125493 +125493,E00039957,6a2,Comfortable Suburbia,E01007899,Sheffield 003E,8b,Ageing suburbanites,E02001613,Sheffield 003,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125494 +125494,E00039965,6a2,Comfortable Suburbia,E01007888,Sheffield 003A,8b,Ageing suburbanites,E02001613,Sheffield 003,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125495 +125495,E00040118,6a2,Comfortable Suburbia,E01007922,Sheffield 071D,8a,Affluent communities,E02001681,Sheffield 071,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125496 +125496,E00040340,6a2,Comfortable Suburbia,E01007966,Sheffield 049B,5c,Comfortable neighbourhoods,E02001659,Sheffield 049,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125497 +125497,E00040363,6a2,Comfortable Suburbia,E01007974,Sheffield 044D,8c,Comfortable suburbia,E02001654,Sheffield 044,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125498 +125498,E00040384,6a2,Comfortable Suburbia,E01007969,Sheffield 044B,5a,Ageing urban communities,E02001654,Sheffield 044,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125499 +125499,E00040655,6a2,Comfortable Suburbia,E01008033,Sheffield 061B,5c,Comfortable neighbourhoods,E02001671,Sheffield 061,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125500 +125500,E00040668,6a2,Comfortable Suburbia,E01008021,Sheffield 072A,8c,Comfortable suburbia,E02006803,Sheffield 072,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125501 +125501,E00040670,6a2,Comfortable Suburbia,E01008021,Sheffield 072A,8c,Comfortable suburbia,E02006803,Sheffield 072,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125502 +125502,E00040703,6a2,Comfortable Suburbia,E01008034,Sheffield 056D,5c,Comfortable neighbourhoods,E02001666,Sheffield 056,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125503 +125503,E00040719,6a2,Comfortable Suburbia,E01008033,Sheffield 061B,5c,Comfortable neighbourhoods,E02001671,Sheffield 061,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125504 +125504,E00040720,6a2,Comfortable Suburbia,E01008035,Sheffield 063B,8b,Ageing suburbanites,E02001673,Sheffield 063,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125505 +125505,E00040731,6a2,Comfortable Suburbia,E01008021,Sheffield 072A,8c,Comfortable suburbia,E02006803,Sheffield 072,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125506 +125506,E00040738,6a2,Comfortable Suburbia,E01008035,Sheffield 063B,8b,Ageing suburbanites,E02001673,Sheffield 063,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125507 +125507,E00041185,6a2,Comfortable Suburbia,E01033280,Sheffield 008G,8c,Comfortable suburbia,E02001618,Sheffield 008,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125508 +125508,E00041253,6a2,Comfortable Suburbia,E01008146,Sheffield 002C,8b,Ageing suburbanites,E02001612,Sheffield 002,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125509 +125509,E00172511,6a2,Comfortable Suburbia,E01008040,Sheffield 061D,5b,Aspiring urban households,E02001671,Sheffield 061,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125510 +125510,E00172517,6a2,Comfortable Suburbia,E01007889,Sheffield 004B,8c,Comfortable suburbia,E02001614,Sheffield 004,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125511 +125511,E00172538,6a2,Comfortable Suburbia,E01007889,Sheffield 004B,8c,Comfortable suburbia,E02001614,Sheffield 004,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125512 +125512,E00039636,5b2,Communal Retirement,E01007831,Sheffield 059C,3c,Highly qualified professionals,E02001669,Sheffield 059,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125513 +125513,E00039808,5b2,Communal Retirement,E01007858,Sheffield 038A,3c,Highly qualified professionals,E02001648,Sheffield 038,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125514 +125514,E00039817,5b2,Communal Retirement,E01007858,Sheffield 038A,3c,Highly qualified professionals,E02001648,Sheffield 038,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125515 +125515,E00039844,5b2,Communal Retirement,E01007868,Sheffield 030C,1a,Cosmopolitan student neighbourhoods,E02001640,Sheffield 030,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125516 +125516,E00039999,5b2,Communal Retirement,E01007894,Sheffield 004E,5a,Ageing urban communities,E02001614,Sheffield 004,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125517 +125517,E00040068,5b2,Communal Retirement,E01007910,Sheffield 037A,4c,Hampered neighbourhoods,E02001647,Sheffield 037,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125518 +125518,E00040144,5b2,Communal Retirement,E01007924,Sheffield 071E,5c,Comfortable neighbourhoods,E02001681,Sheffield 071,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125519 +125519,E00040328,5b2,Communal Retirement,E01007951,Sheffield 029A,3c,Highly qualified professionals,E02001639,Sheffield 029,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125520 +125520,E00040376,5b2,Communal Retirement,E01007964,Sheffield 049A,4a,Challenged white communities,E02001659,Sheffield 049,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125521 +125521,E00040543,5b2,Communal Retirement,E01008001,Sheffield 052B,5a,Ageing urban communities,E02001662,Sheffield 052,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125522 +125522,E00040583,5b2,Communal Retirement,E01008000,Sheffield 052A,5a,Ageing urban communities,E02001662,Sheffield 052,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125523 +125523,E00040639,5b2,Communal Retirement,E01008027,Sheffield 065D,5c,Comfortable neighbourhoods,E02001675,Sheffield 065,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125524 +125524,E00040747,5b2,Communal Retirement,E01008049,Sheffield 050D,3c,Highly qualified professionals,E02001660,Sheffield 050,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125525 +125525,E00040783,5b2,Communal Retirement,E01008049,Sheffield 050D,3c,Highly qualified professionals,E02001660,Sheffield 050,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125526 +125526,E00040883,4a3,Commuters with Young Families,E01008072,Sheffield 026C,7a,Urban cultural mix,E02001636,Sheffield 026,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125527 +125527,E00041066,4a3,Commuters with Young Families,E01008104,Sheffield 036E,1a,Cosmopolitan student neighbourhoods,E02001646,Sheffield 036,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125528 +125528,E00041017,7b3,Endeavouring Flat Dwellers,E01008093,Sheffield 017D,4b,Constrained renters,E02001627,Sheffield 017,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125529 +125529,E00041359,4a3,Commuters with Young Families,E01008154,Sheffield 024C,3d,Households in terraces and flats,E02001634,Sheffield 024,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125530 +125530,E00172432,4a3,Commuters with Young Families,E01008012,Sheffield 039B,7a,Urban cultural mix,E02001649,Sheffield 039,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125531 +125531,E00039864,3a1,Established Renting Families,E01033269,Sheffield 022G,7a,Urban cultural mix,E02001632,Sheffield 022,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125532 +125532,E00172461,4a3,Commuters with Young Families,E01008012,Sheffield 039B,7a,Urban cultural mix,E02001649,Sheffield 039,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125533 +125533,E00039869,3a1,Established Renting Families,E01033269,Sheffield 022G,7a,Urban cultural mix,E02001632,Sheffield 022,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125534 +125534,E00172545,4a3,Commuters with Young Families,E01007849,Sheffield 010A,7a,Urban cultural mix,E02001620,Sheffield 010,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125535 +125535,E00039870,3a1,Established Renting Families,E01033270,Sheffield 022H,6a,Inner city cosmopolitan,E02001632,Sheffield 022,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125536 +125536,E00039906,3c2,Constrained Commuters,E01033268,Sheffield 075G,1a,Cosmopolitan student neighbourhoods,E02006868,Sheffield 075,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125537 +125537,E00039908,3a1,Established Renting Families,E01007885,Sheffield 075E,7a,Urban cultural mix,E02006868,Sheffield 075,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125538 +125538,E00040447,3a1,Established Renting Families,E01007979,Sheffield 051D,7a,Urban cultural mix,E02001661,Sheffield 051,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125539 +125539,E00040448,3a1,Established Renting Families,E01007979,Sheffield 051D,7a,Urban cultural mix,E02001661,Sheffield 051,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125540 +125540,E00040880,3a1,Established Renting Families,E01008065,Sheffield 026A,7a,Urban cultural mix,E02001636,Sheffield 026,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125541 +125541,E00040886,3a1,Established Renting Families,E01008065,Sheffield 026A,7a,Urban cultural mix,E02001636,Sheffield 026,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125542 +125542,E00040888,3a1,Established Renting Families,E01008065,Sheffield 026A,7a,Urban cultural mix,E02001636,Sheffield 026,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125543 +125543,E00040904,3a1,Established Renting Families,E01008068,Sheffield 026B,1a,Cosmopolitan student neighbourhoods,E02001636,Sheffield 026,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125544 +125544,E00040909,3a1,Established Renting Families,E01008068,Sheffield 026B,1a,Cosmopolitan student neighbourhoods,E02001636,Sheffield 026,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125545 +125545,E00040971,3a1,Established Renting Families,E01008089,Sheffield 017B,7a,Urban cultural mix,E02001627,Sheffield 017,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125546 +125546,E00041098,3a1,Established Renting Families,E01008114,Sheffield 074A,1a,Cosmopolitan student neighbourhoods,E02006844,Sheffield 074,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125547 +125547,E00172431,3a1,Established Renting Families,E01033269,Sheffield 022G,7a,Urban cultural mix,E02001632,Sheffield 022,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125548 +125548,E00172465,3a1,Established Renting Families,E01007878,Sheffield 075A,7a,Urban cultural mix,E02006868,Sheffield 075,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125549 +125549,E00172515,3a1,Established Renting Families,E01033270,Sheffield 022H,6a,Inner city cosmopolitan,E02001632,Sheffield 022,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125550 +125550,E00172492,3d2,Established Tech Workers,E01033268,Sheffield 075G,1a,Cosmopolitan student neighbourhoods,E02006868,Sheffield 075,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125551 +125551,E00039620,5a3,Families in Terraces and Flats,E01007831,Sheffield 059C,3c,Highly qualified professionals,E02001669,Sheffield 059,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125552 +125552,E00039624,5a3,Families in Terraces and Flats,E01007829,Sheffield 059B,3a,Achieving neighbourhoods,E02001669,Sheffield 059,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125553 +125553,E00039639,5a3,Families in Terraces and Flats,E01007834,Sheffield 066D,5c,Comfortable neighbourhoods,E02001676,Sheffield 066,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125554 +125554,E00039666,5a3,Families in Terraces and Flats,E01007829,Sheffield 059B,3a,Achieving neighbourhoods,E02001669,Sheffield 059,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125555 +125555,E00039673,5a3,Families in Terraces and Flats,E01007828,Sheffield 059A,3d,Households in terraces and flats,E02001669,Sheffield 059,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125556 +125556,E00039794,5a3,Families in Terraces and Flats,E01007852,Sheffield 014C,3d,Households in terraces and flats,E02001624,Sheffield 014,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125557 +125557,E00039818,5a3,Families in Terraces and Flats,E01007860,Sheffield 036B,1a,Cosmopolitan student neighbourhoods,E02001646,Sheffield 036,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125558 +125558,E00039822,5a3,Families in Terraces and Flats,E01007858,Sheffield 038A,3c,Highly qualified professionals,E02001648,Sheffield 038,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125559 +125559,E00039831,5a3,Families in Terraces and Flats,E01007865,Sheffield 038D,3c,Highly qualified professionals,E02001648,Sheffield 038,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125560 +125560,E00039977,5a3,Families in Terraces and Flats,E01007894,Sheffield 004E,5a,Ageing urban communities,E02001614,Sheffield 004,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125561 +125561,E00040153,5a3,Families in Terraces and Flats,E01007935,Sheffield 047C,3a,Achieving neighbourhoods,E02001657,Sheffield 047,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125562 +125562,E00040175,5a3,Families in Terraces and Flats,E01007935,Sheffield 047C,3a,Achieving neighbourhoods,E02001657,Sheffield 047,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125563 +125563,E00040176,5a3,Families in Terraces and Flats,E01007935,Sheffield 047C,3a,Achieving neighbourhoods,E02001657,Sheffield 047,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125564 +125564,E00040178,5a3,Families in Terraces and Flats,E01007935,Sheffield 047C,3a,Achieving neighbourhoods,E02001657,Sheffield 047,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125565 +125565,E00040186,5a3,Families in Terraces and Flats,E01007936,Sheffield 047D,3a,Achieving neighbourhoods,E02001657,Sheffield 047,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125566 +125566,E00040311,5a3,Families in Terraces and Flats,E01007960,Sheffield 029B,3d,Households in terraces and flats,E02001639,Sheffield 029,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125567 +125567,E00040312,5a3,Families in Terraces and Flats,E01007960,Sheffield 029B,3d,Households in terraces and flats,E02001639,Sheffield 029,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125568 +125568,E00040313,5a3,Families in Terraces and Flats,E01007960,Sheffield 029B,3d,Households in terraces and flats,E02001639,Sheffield 029,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125569 +125569,E00039867,3c1,Constrained Neighbourhoods,E01033269,Sheffield 022G,7a,Urban cultural mix,E02001632,Sheffield 022,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125570 +125570,E00039880,3c1,Constrained Neighbourhoods,E01007873,Sheffield 020C,7b,Young ethnic communities,E02001630,Sheffield 020,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125571 +125571,E00039885,3c1,Constrained Neighbourhoods,E01007871,Sheffield 019B,7a,Urban cultural mix,E02001629,Sheffield 019,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125572 +125572,E00039946,3c1,Constrained Neighbourhoods,E01007885,Sheffield 075E,7a,Urban cultural mix,E02006868,Sheffield 075,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125573 +125573,E00040047,3c1,Constrained Neighbourhoods,E01007902,Sheffield 027B,7a,Urban cultural mix,E02001637,Sheffield 027,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125574 +125574,E00040405,3c1,Constrained Neighbourhoods,E01007977,Sheffield 051C,4c,Hampered neighbourhoods,E02001661,Sheffield 051,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125575 +125575,E00040426,3c1,Constrained Neighbourhoods,E01007977,Sheffield 051C,4c,Hampered neighbourhoods,E02001661,Sheffield 051,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125576 +125576,E00040450,3c1,Constrained Neighbourhoods,E01007982,Sheffield 054A,4c,Hampered neighbourhoods,E02001664,Sheffield 054,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125577 +125577,E00040771,3c1,Constrained Neighbourhoods,E01008049,Sheffield 050D,3c,Highly qualified professionals,E02001660,Sheffield 050,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125578 +125578,E00040887,3c1,Constrained Neighbourhoods,E01008065,Sheffield 026A,7a,Urban cultural mix,E02001636,Sheffield 026,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125579 +125579,E00040889,3c1,Constrained Neighbourhoods,E01008073,Sheffield 030E,1a,Cosmopolitan student neighbourhoods,E02001640,Sheffield 030,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125580 +125580,E00040891,3c1,Constrained Neighbourhoods,E01008065,Sheffield 026A,7a,Urban cultural mix,E02001636,Sheffield 026,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125581 +125581,E00040897,3c1,Constrained Neighbourhoods,E01008065,Sheffield 026A,7a,Urban cultural mix,E02001636,Sheffield 026,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125582 +125582,E00040906,3c1,Constrained Neighbourhoods,E01008068,Sheffield 026B,1a,Cosmopolitan student neighbourhoods,E02001636,Sheffield 026,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125583 +125583,E00041052,3c1,Constrained Neighbourhoods,E01008096,Sheffield 043B,7a,Urban cultural mix,E02001653,Sheffield 043,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125584 +125584,E00041055,3c1,Constrained Neighbourhoods,E01008095,Sheffield 043A,1a,Cosmopolitan student neighbourhoods,E02001653,Sheffield 043,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125585 +125585,E00041105,3c1,Constrained Neighbourhoods,E01033272,Sheffield 040F,6a,Inner city cosmopolitan,E02001650,Sheffield 040,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125586 +125586,E00041106,3c1,Constrained Neighbourhoods,E01033271,Sheffield 040E,6a,Inner city cosmopolitan,E02001650,Sheffield 040,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125587 +125587,E00041109,3c1,Constrained Neighbourhoods,E01033271,Sheffield 040E,6a,Inner city cosmopolitan,E02001650,Sheffield 040,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125588 +125588,E00041111,3c1,Constrained Neighbourhoods,E01033271,Sheffield 040E,6a,Inner city cosmopolitan,E02001650,Sheffield 040,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125589 +125589,E00041113,3c1,Constrained Neighbourhoods,E01033271,Sheffield 040E,6a,Inner city cosmopolitan,E02001650,Sheffield 040,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125590 +125590,E00041117,3c1,Constrained Neighbourhoods,E01033272,Sheffield 040F,6a,Inner city cosmopolitan,E02001650,Sheffield 040,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125591 +125591,E00041118,3c1,Constrained Neighbourhoods,E01008107,Sheffield 040C,7a,Urban cultural mix,E02001650,Sheffield 040,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125592 +125592,E00172427,3c1,Constrained Neighbourhoods,E01033268,Sheffield 075G,1a,Cosmopolitan student neighbourhoods,E02006868,Sheffield 075,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125593 +125593,E00040131,7c2,Constrained Young Families,E01007916,Sheffield 069B,4c,Hampered neighbourhoods,E02001679,Sheffield 069,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125594 +125594,E00040259,7c2,Constrained Young Families,E01007946,Sheffield 015C,4c,Hampered neighbourhoods,E02001625,Sheffield 015,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125595 +125595,E00040854,7c2,Constrained Young Families,E01008063,Sheffield 011B,4c,Hampered neighbourhoods,E02001621,Sheffield 011,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125596 +125596,E00040983,7c2,Constrained Young Families,E01008085,Sheffield 009A,4a,Challenged white communities,E02001619,Sheffield 009,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125597 +125597,E00041000,7c2,Constrained Young Families,E01008090,Sheffield 012C,4c,Hampered neighbourhoods,E02001622,Sheffield 012,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125598 +125598,E00041050,7c2,Constrained Young Families,E01008102,Sheffield 048C,4c,Hampered neighbourhoods,E02001658,Sheffield 048,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125599 +125599,E00041128,7c2,Constrained Young Families,E01008118,Sheffield 009E,4c,Hampered neighbourhoods,E02001619,Sheffield 009,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125600 +125600,E00041329,5a3,Families in Terraces and Flats,E01008159,Sheffield 029D,3c,Highly qualified professionals,E02001639,Sheffield 029,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125601 +125601,E00041333,5a3,Families in Terraces and Flats,E01008161,Sheffield 026E,3d,Households in terraces and flats,E02001636,Sheffield 026,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125602 +125602,E00041335,5a3,Families in Terraces and Flats,E01008161,Sheffield 026E,3d,Households in terraces and flats,E02001636,Sheffield 026,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125603 +125603,E00041338,5a3,Families in Terraces and Flats,E01008161,Sheffield 026E,3d,Households in terraces and flats,E02001636,Sheffield 026,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125604 +125604,E00040224,8d2,Hard-Pressed Ethnic Mix,E01007945,Sheffield 015B,4c,Hampered neighbourhoods,E02001625,Sheffield 015,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125605 +125605,E00040201,6a1,Indian Tech Achievers,E01007931,Sheffield 047A,8a,Affluent communities,E02001657,Sheffield 047,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125606 +125606,E00040681,8d2,Hard-Pressed Ethnic Mix,E01008027,Sheffield 065D,5c,Comfortable neighbourhoods,E02001675,Sheffield 065,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125607 +125607,E00041339,5a3,Families in Terraces and Flats,E01008160,Sheffield 024F,5b,Aspiring urban households,E02001634,Sheffield 024,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125608 +125608,E00041340,5a3,Families in Terraces and Flats,E01008153,Sheffield 024B,3d,Households in terraces and flats,E02001634,Sheffield 024,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125609 +125609,E00041346,5a3,Families in Terraces and Flats,E01008155,Sheffield 024D,3d,Households in terraces and flats,E02001634,Sheffield 024,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125610 +125610,E00041347,5a3,Families in Terraces and Flats,E01008153,Sheffield 024B,3d,Households in terraces and flats,E02001634,Sheffield 024,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125611 +125611,E00041348,5a3,Families in Terraces and Flats,E01008153,Sheffield 024B,3d,Households in terraces and flats,E02001634,Sheffield 024,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125612 +125612,E00041351,5a3,Families in Terraces and Flats,E01008155,Sheffield 024D,3d,Households in terraces and flats,E02001634,Sheffield 024,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125613 +125613,E00041352,5a3,Families in Terraces and Flats,E01008154,Sheffield 024C,3d,Households in terraces and flats,E02001634,Sheffield 024,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125614 +125614,E00041355,5a3,Families in Terraces and Flats,E01008155,Sheffield 024D,3d,Households in terraces and flats,E02001634,Sheffield 024,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125615 +125615,E00041361,5a3,Families in Terraces and Flats,E01008151,Sheffield 024A,3c,Highly qualified professionals,E02001634,Sheffield 024,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125616 +125616,E00172438,5a3,Families in Terraces and Flats,E01008023,Sheffield 072B,8c,Comfortable suburbia,E02006803,Sheffield 072,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125617 +125617,E00040079,7a2,Hampered Aspiration,E01007909,Sheffield 032C,3d,Households in terraces and flats,E02001642,Sheffield 032,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125618 +125618,E00040179,7a2,Hampered Aspiration,E01007934,Sheffield 047B,3a,Achieving neighbourhoods,E02001657,Sheffield 047,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125619 +125619,E00040422,7a2,Hampered Aspiration,E01007980,Sheffield 053B,3d,Households in terraces and flats,E02001663,Sheffield 053,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125620 +125620,E00040997,7a2,Hampered Aspiration,E01008089,Sheffield 017B,7a,Urban cultural mix,E02001627,Sheffield 017,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125621 +125621,E00041018,7a2,Hampered Aspiration,E01008093,Sheffield 017D,4b,Constrained renters,E02001627,Sheffield 017,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125622 +125622,E00041319,7a2,Hampered Aspiration,E01008152,Sheffield 025C,5c,Comfortable neighbourhoods,E02001635,Sheffield 025,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125623 +125623,E00041350,7a2,Hampered Aspiration,E01008157,Sheffield 026D,4c,Hampered neighbourhoods,E02001636,Sheffield 026,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125624 +125624,E00039676,8d2,Hard-Pressed Ethnic Mix,E01007828,Sheffield 059A,3d,Households in terraces and flats,E02001669,Sheffield 059,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125625 +125625,E00039684,8d2,Hard-Pressed Ethnic Mix,E01033278,Sheffield 076E,4a,Challenged white communities,E02006869,Sheffield 076,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125626 +125626,E00039698,8d2,Hard-Pressed Ethnic Mix,E01007843,Sheffield 062C,4a,Challenged white communities,E02001672,Sheffield 062,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125627 +125627,E00039747,8d2,Hard-Pressed Ethnic Mix,E01007849,Sheffield 010A,7a,Urban cultural mix,E02001620,Sheffield 010,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125628 +125628,E00039754,8d2,Hard-Pressed Ethnic Mix,E01007855,Sheffield 014F,7a,Urban cultural mix,E02001624,Sheffield 014,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125629 +125629,E00039756,8d2,Hard-Pressed Ethnic Mix,E01007856,Sheffield 007A,4c,Hampered neighbourhoods,E02001617,Sheffield 007,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125630 +125630,E00039760,8d2,Hard-Pressed Ethnic Mix,E01007850,Sheffield 014B,5b,Aspiring urban households,E02001624,Sheffield 014,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125631 +125631,E00039771,8d2,Hard-Pressed Ethnic Mix,E01007853,Sheffield 014D,4c,Hampered neighbourhoods,E02001624,Sheffield 014,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125632 +125632,E00039772,8d2,Hard-Pressed Ethnic Mix,E01007853,Sheffield 014D,4c,Hampered neighbourhoods,E02001624,Sheffield 014,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125633 +125633,E00039777,8d2,Hard-Pressed Ethnic Mix,E01007856,Sheffield 007A,4c,Hampered neighbourhoods,E02001617,Sheffield 007,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125634 +125634,E00039779,8d2,Hard-Pressed Ethnic Mix,E01007856,Sheffield 007A,4c,Hampered neighbourhoods,E02001617,Sheffield 007,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125635 +125635,E00039780,8d2,Hard-Pressed Ethnic Mix,E01007856,Sheffield 007A,4c,Hampered neighbourhoods,E02001617,Sheffield 007,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125636 +125636,E00039781,8d2,Hard-Pressed Ethnic Mix,E01007857,Sheffield 010B,4c,Hampered neighbourhoods,E02001620,Sheffield 010,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125637 +125637,E00039782,8d2,Hard-Pressed Ethnic Mix,E01007857,Sheffield 010B,4c,Hampered neighbourhoods,E02001620,Sheffield 010,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125638 +125638,E00039783,8d2,Hard-Pressed Ethnic Mix,E01007857,Sheffield 010B,4c,Hampered neighbourhoods,E02001620,Sheffield 010,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125639 +125639,E00039784,8d2,Hard-Pressed Ethnic Mix,E01007857,Sheffield 010B,4c,Hampered neighbourhoods,E02001620,Sheffield 010,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125640 +125640,E00039785,8d2,Hard-Pressed Ethnic Mix,E01007849,Sheffield 010A,7a,Urban cultural mix,E02001620,Sheffield 010,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125641 +125641,E00039795,8d2,Hard-Pressed Ethnic Mix,E01007850,Sheffield 014B,5b,Aspiring urban households,E02001624,Sheffield 014,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125642 +125642,E00039796,8d2,Hard-Pressed Ethnic Mix,E01007848,Sheffield 013A,4c,Hampered neighbourhoods,E02001623,Sheffield 013,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125643 +125643,E00039913,8d2,Hard-Pressed Ethnic Mix,E01007886,Sheffield 075F,4c,Hampered neighbourhoods,E02006868,Sheffield 075,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125644 +125644,E00039919,8d2,Hard-Pressed Ethnic Mix,E01007886,Sheffield 075F,4c,Hampered neighbourhoods,E02006868,Sheffield 075,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125645 +125645,E00039923,8d2,Hard-Pressed Ethnic Mix,E01007878,Sheffield 075A,7a,Urban cultural mix,E02006868,Sheffield 075,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125646 +125646,E00039933,8d2,Hard-Pressed Ethnic Mix,E01007881,Sheffield 075C,7a,Urban cultural mix,E02006868,Sheffield 075,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125647 +125647,E00039935,8d2,Hard-Pressed Ethnic Mix,E01007881,Sheffield 075C,7a,Urban cultural mix,E02006868,Sheffield 075,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125648 +125648,E00039955,8d2,Hard-Pressed Ethnic Mix,E01007900,Sheffield 003F,5d,Endeavouring social renters,E02001613,Sheffield 003,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125649 +125649,E00040005,8d2,Hard-Pressed Ethnic Mix,E01007892,Sheffield 003B,4a,Challenged white communities,E02001613,Sheffield 003,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125650 +125650,E00040217,8d2,Hard-Pressed Ethnic Mix,E01007943,Sheffield 019C,4c,Hampered neighbourhoods,E02001629,Sheffield 019,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125651 +125651,E00040219,8d2,Hard-Pressed Ethnic Mix,E01007943,Sheffield 019C,4c,Hampered neighbourhoods,E02001629,Sheffield 019,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125652 +125652,E00040221,8d2,Hard-Pressed Ethnic Mix,E01007941,Sheffield 015A,4c,Hampered neighbourhoods,E02001625,Sheffield 015,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125653 +125653,E00172418,2b2,Multicultural Student Neighbourhoods,E01033262,Sheffield 073B,1a,Cosmopolitan student neighbourhoods,E02006843,Sheffield 073,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125654 +125654,E00040807,8a2,Industrious Hardship,E01008056,Sheffield 006B,4a,Challenged white communities,E02001616,Sheffield 006,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125655 +125655,E00040587,8a1,Industrious Transitions,E01008000,Sheffield 052A,5a,Ageing urban communities,E02001662,Sheffield 052,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125656 +125656,E00041048,8d2,Hard-Pressed Ethnic Mix,E01008100,Sheffield 048B,4c,Hampered neighbourhoods,E02001658,Sheffield 048,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125657 +125657,E00040227,8d2,Hard-Pressed Ethnic Mix,E01007945,Sheffield 015B,4c,Hampered neighbourhoods,E02001625,Sheffield 015,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125658 +125658,E00172419,2b2,Multicultural Student Neighbourhoods,E01033262,Sheffield 073B,1a,Cosmopolitan student neighbourhoods,E02006843,Sheffield 073,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125659 +125659,E00040228,8d2,Hard-Pressed Ethnic Mix,E01007950,Sheffield 015D,4c,Hampered neighbourhoods,E02001625,Sheffield 015,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125660 +125660,E00040202,6a1,Indian Tech Achievers,E01007927,Sheffield 055A,8a,Affluent communities,E02001665,Sheffield 055,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125661 +125661,E00040707,8d2,Hard-Pressed Ethnic Mix,E01008029,Sheffield 056B,4a,Challenged white communities,E02001666,Sheffield 056,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125662 +125662,E00041051,8d2,Hard-Pressed Ethnic Mix,E01008103,Sheffield 048D,4c,Hampered neighbourhoods,E02001658,Sheffield 048,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125663 +125663,E00040826,8a2,Industrious Hardship,E01008053,Sheffield 006A,4a,Challenged white communities,E02001616,Sheffield 006,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125664 +125664,E00172421,2b2,Multicultural Student Neighbourhoods,E01033267,Sheffield 074E,1a,Cosmopolitan student neighbourhoods,E02006844,Sheffield 074,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125665 +125665,E00040231,8d2,Hard-Pressed Ethnic Mix,E01007941,Sheffield 015A,4c,Hampered neighbourhoods,E02001625,Sheffield 015,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125666 +125666,E00040644,8a1,Industrious Transitions,E01008028,Sheffield 056A,5d,Endeavouring social renters,E02001666,Sheffield 056,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125667 +125667,E00040204,6a1,Indian Tech Achievers,E01007931,Sheffield 047A,8a,Affluent communities,E02001657,Sheffield 047,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125668 +125668,E00040745,8d2,Hard-Pressed Ethnic Mix,E01008022,Sheffield 065C,4c,Hampered neighbourhoods,E02001675,Sheffield 065,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125669 +125669,E00041123,8d2,Hard-Pressed Ethnic Mix,E01008123,Sheffield 015E,4c,Hampered neighbourhoods,E02001625,Sheffield 015,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125670 +125670,E00040804,8d2,Hard-Pressed Ethnic Mix,E01008057,Sheffield 007D,4c,Hampered neighbourhoods,E02001617,Sheffield 007,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125671 +125671,E00040251,8d2,Hard-Pressed Ethnic Mix,E01007943,Sheffield 019C,4c,Hampered neighbourhoods,E02001629,Sheffield 019,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125672 +125672,E00040686,8a1,Industrious Transitions,E01008027,Sheffield 065D,5c,Comfortable neighbourhoods,E02001675,Sheffield 065,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125673 +125673,E00040205,6a1,Indian Tech Achievers,E01007928,Sheffield 055B,8a,Affluent communities,E02001665,Sheffield 055,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125674 +125674,E00172423,2b2,Multicultural Student Neighbourhoods,E01033267,Sheffield 074E,1a,Cosmopolitan student neighbourhoods,E02006844,Sheffield 074,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125675 +125675,E00040836,8a2,Industrious Hardship,E01008056,Sheffield 006B,4a,Challenged white communities,E02001616,Sheffield 006,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125676 +125676,E00041125,8d2,Hard-Pressed Ethnic Mix,E01008119,Sheffield 009F,4c,Hampered neighbourhoods,E02001619,Sheffield 009,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125677 +125677,E00040808,8d2,Hard-Pressed Ethnic Mix,E01008059,Sheffield 010C,4c,Hampered neighbourhoods,E02001620,Sheffield 010,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125678 +125678,E00040813,8d2,Hard-Pressed Ethnic Mix,E01008055,Sheffield 007C,4c,Hampered neighbourhoods,E02001617,Sheffield 007,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125679 +125679,E00040814,8d2,Hard-Pressed Ethnic Mix,E01008057,Sheffield 007D,4c,Hampered neighbourhoods,E02001617,Sheffield 007,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125680 +125680,E00040819,8d2,Hard-Pressed Ethnic Mix,E01008055,Sheffield 007C,4c,Hampered neighbourhoods,E02001617,Sheffield 007,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125681 +125681,E00040820,8d2,Hard-Pressed Ethnic Mix,E01008055,Sheffield 007C,4c,Hampered neighbourhoods,E02001617,Sheffield 007,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125682 +125682,E00040821,8d2,Hard-Pressed Ethnic Mix,E01008057,Sheffield 007D,4c,Hampered neighbourhoods,E02001617,Sheffield 007,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125683 +125683,E00040825,8d2,Hard-Pressed Ethnic Mix,E01008054,Sheffield 007B,4c,Hampered neighbourhoods,E02001617,Sheffield 007,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125684 +125684,E00040829,8d2,Hard-Pressed Ethnic Mix,E01008054,Sheffield 007B,4c,Hampered neighbourhoods,E02001617,Sheffield 007,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125685 +125685,E00040830,8d2,Hard-Pressed Ethnic Mix,E01008056,Sheffield 006B,4a,Challenged white communities,E02001616,Sheffield 006,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125686 +125686,E00040831,8d2,Hard-Pressed Ethnic Mix,E01008056,Sheffield 006B,4a,Challenged white communities,E02001616,Sheffield 006,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125687 +125687,E00040832,8d2,Hard-Pressed Ethnic Mix,E01008054,Sheffield 007B,4c,Hampered neighbourhoods,E02001617,Sheffield 007,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125688 +125688,E00040834,8d2,Hard-Pressed Ethnic Mix,E01008060,Sheffield 010D,4c,Hampered neighbourhoods,E02001620,Sheffield 010,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125689 +125689,E00040835,8d2,Hard-Pressed Ethnic Mix,E01008057,Sheffield 007D,4c,Hampered neighbourhoods,E02001617,Sheffield 007,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125690 +125690,E00040838,8d2,Hard-Pressed Ethnic Mix,E01008059,Sheffield 010C,4c,Hampered neighbourhoods,E02001620,Sheffield 010,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125691 +125691,E00040839,8d2,Hard-Pressed Ethnic Mix,E01008059,Sheffield 010C,4c,Hampered neighbourhoods,E02001620,Sheffield 010,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125692 +125692,E00040841,8d2,Hard-Pressed Ethnic Mix,E01008060,Sheffield 010D,4c,Hampered neighbourhoods,E02001620,Sheffield 010,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125693 +125693,E00040842,8d2,Hard-Pressed Ethnic Mix,E01008060,Sheffield 010D,4c,Hampered neighbourhoods,E02001620,Sheffield 010,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125694 +125694,E00040843,8d2,Hard-Pressed Ethnic Mix,E01008060,Sheffield 010D,4c,Hampered neighbourhoods,E02001620,Sheffield 010,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125695 +125695,E00040845,8d2,Hard-Pressed Ethnic Mix,E01008061,Sheffield 011A,4c,Hampered neighbourhoods,E02001621,Sheffield 011,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125696 +125696,E00040846,8d2,Hard-Pressed Ethnic Mix,E01008061,Sheffield 011A,4c,Hampered neighbourhoods,E02001621,Sheffield 011,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125697 +125697,E00040849,8d2,Hard-Pressed Ethnic Mix,E01008061,Sheffield 011A,4c,Hampered neighbourhoods,E02001621,Sheffield 011,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125698 +125698,E00040926,8d2,Hard-Pressed Ethnic Mix,E01008076,Sheffield 060C,4c,Hampered neighbourhoods,E02001670,Sheffield 060,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125699 +125699,E00040927,8d2,Hard-Pressed Ethnic Mix,E01008077,Sheffield 060D,4c,Hampered neighbourhoods,E02001670,Sheffield 060,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125700 +125700,E00040940,8d2,Hard-Pressed Ethnic Mix,E01008076,Sheffield 060C,4c,Hampered neighbourhoods,E02001670,Sheffield 060,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125701 +125701,E00040960,8d2,Hard-Pressed Ethnic Mix,E01008080,Sheffield 069D,5c,Comfortable neighbourhoods,E02001679,Sheffield 069,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125702 +125702,E00040962,8d2,Hard-Pressed Ethnic Mix,E01008082,Sheffield 070B,4c,Hampered neighbourhoods,E02001680,Sheffield 070,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125703 +125703,E00040986,8d2,Hard-Pressed Ethnic Mix,E01008086,Sheffield 009B,4a,Challenged white communities,E02001619,Sheffield 009,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125704 +125704,E00040988,8d2,Hard-Pressed Ethnic Mix,E01008086,Sheffield 009B,4a,Challenged white communities,E02001619,Sheffield 009,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125705 +125705,E00041001,8d2,Hard-Pressed Ethnic Mix,E01008089,Sheffield 017B,7a,Urban cultural mix,E02001627,Sheffield 017,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125706 +125706,E00041002,8d2,Hard-Pressed Ethnic Mix,E01008092,Sheffield 012D,4c,Hampered neighbourhoods,E02001622,Sheffield 012,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125707 +125707,E00041003,8d2,Hard-Pressed Ethnic Mix,E01008092,Sheffield 012D,4c,Hampered neighbourhoods,E02001622,Sheffield 012,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125708 +125708,E00041008,8d2,Hard-Pressed Ethnic Mix,E01008094,Sheffield 019D,4c,Hampered neighbourhoods,E02001629,Sheffield 019,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125709 +125709,E00041011,8d2,Hard-Pressed Ethnic Mix,E01008094,Sheffield 019D,4c,Hampered neighbourhoods,E02001629,Sheffield 019,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125710 +125710,E00041012,8d2,Hard-Pressed Ethnic Mix,E01008094,Sheffield 019D,4c,Hampered neighbourhoods,E02001629,Sheffield 019,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125711 +125711,E00041014,8d2,Hard-Pressed Ethnic Mix,E01008094,Sheffield 019D,4c,Hampered neighbourhoods,E02001629,Sheffield 019,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125712 +125712,E00041015,8d2,Hard-Pressed Ethnic Mix,E01008094,Sheffield 019D,4c,Hampered neighbourhoods,E02001629,Sheffield 019,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125713 +125713,E00041021,8d2,Hard-Pressed Ethnic Mix,E01008097,Sheffield 043C,4c,Hampered neighbourhoods,E02001653,Sheffield 043,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125714 +125714,E00041022,8d2,Hard-Pressed Ethnic Mix,E01008098,Sheffield 048A,4c,Hampered neighbourhoods,E02001658,Sheffield 048,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125715 +125715,E00041024,8d2,Hard-Pressed Ethnic Mix,E01008101,Sheffield 043D,7a,Urban cultural mix,E02001653,Sheffield 043,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125716 +125716,E00041029,8d2,Hard-Pressed Ethnic Mix,E01008101,Sheffield 043D,7a,Urban cultural mix,E02001653,Sheffield 043,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125717 +125717,E00041035,8d2,Hard-Pressed Ethnic Mix,E01008096,Sheffield 043B,7a,Urban cultural mix,E02001653,Sheffield 043,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125718 +125718,E00041036,8d2,Hard-Pressed Ethnic Mix,E01008098,Sheffield 048A,4c,Hampered neighbourhoods,E02001658,Sheffield 048,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125719 +125719,E00041037,8d2,Hard-Pressed Ethnic Mix,E01008099,Sheffield 051E,3d,Households in terraces and flats,E02001661,Sheffield 051,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125720 +125720,E00041038,8d2,Hard-Pressed Ethnic Mix,E01008100,Sheffield 048B,4c,Hampered neighbourhoods,E02001658,Sheffield 048,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125721 +125721,E00041039,8d2,Hard-Pressed Ethnic Mix,E01008097,Sheffield 043C,4c,Hampered neighbourhoods,E02001653,Sheffield 043,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125722 +125722,E00041046,8d2,Hard-Pressed Ethnic Mix,E01008101,Sheffield 043D,7a,Urban cultural mix,E02001653,Sheffield 043,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125723 +125723,E00040254,8d2,Hard-Pressed Ethnic Mix,E01007946,Sheffield 015C,4c,Hampered neighbourhoods,E02001625,Sheffield 015,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125724 +125724,E00172429,2b2,Multicultural Student Neighbourhoods,E01033270,Sheffield 022H,6a,Inner city cosmopolitan,E02001632,Sheffield 022,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125725 +125725,E00041131,8d2,Hard-Pressed Ethnic Mix,E01008122,Sheffield 012E,4c,Hampered neighbourhoods,E02001622,Sheffield 012,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125726 +125726,E00041133,8d2,Hard-Pressed Ethnic Mix,E01008124,Sheffield 012F,4c,Hampered neighbourhoods,E02001622,Sheffield 012,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125727 +125727,E00040256,8d2,Hard-Pressed Ethnic Mix,E01007946,Sheffield 015C,4c,Hampered neighbourhoods,E02001625,Sheffield 015,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125728 +125728,E00041136,8d2,Hard-Pressed Ethnic Mix,E01008124,Sheffield 012F,4c,Hampered neighbourhoods,E02001622,Sheffield 012,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125729 +125729,E00040264,8d2,Hard-Pressed Ethnic Mix,E01007950,Sheffield 015D,4c,Hampered neighbourhoods,E02001625,Sheffield 015,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125730 +125730,E00172433,2b2,Multicultural Student Neighbourhoods,E01033270,Sheffield 022H,6a,Inner city cosmopolitan,E02001632,Sheffield 022,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125731 +125731,E00041142,8d2,Hard-Pressed Ethnic Mix,E01008117,Sheffield 009D,4a,Challenged white communities,E02001619,Sheffield 009,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125732 +125732,E00040265,8d2,Hard-Pressed Ethnic Mix,E01007945,Sheffield 015B,4c,Hampered neighbourhoods,E02001625,Sheffield 015,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125733 +125733,E00040267,8d2,Hard-Pressed Ethnic Mix,E01007945,Sheffield 015B,4c,Hampered neighbourhoods,E02001625,Sheffield 015,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125734 +125734,E00040268,8d2,Hard-Pressed Ethnic Mix,E01007950,Sheffield 015D,4c,Hampered neighbourhoods,E02001625,Sheffield 015,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125735 +125735,E00040269,8d2,Hard-Pressed Ethnic Mix,E01007945,Sheffield 015B,4c,Hampered neighbourhoods,E02001625,Sheffield 015,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125736 +125736,E00040207,6a1,Indian Tech Achievers,E01007927,Sheffield 055A,8a,Affluent communities,E02001665,Sheffield 055,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125737 +125737,E00041143,8d2,Hard-Pressed Ethnic Mix,E01008116,Sheffield 009C,4a,Challenged white communities,E02001619,Sheffield 009,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125738 +125738,E00040338,8d2,Hard-Pressed Ethnic Mix,E01007974,Sheffield 044D,8c,Comfortable suburbia,E02001654,Sheffield 044,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125739 +125739,E00040208,6a1,Indian Tech Achievers,E01007927,Sheffield 055A,8a,Affluent communities,E02001665,Sheffield 055,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125740 +125740,E00041148,8d2,Hard-Pressed Ethnic Mix,E01008119,Sheffield 009F,4c,Hampered neighbourhoods,E02001619,Sheffield 009,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125741 +125741,E00041152,8d2,Hard-Pressed Ethnic Mix,E01008119,Sheffield 009F,4c,Hampered neighbourhoods,E02001619,Sheffield 009,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125742 +125742,E00041155,8d2,Hard-Pressed Ethnic Mix,E01033277,Sheffield 011E,4c,Hampered neighbourhoods,E02001621,Sheffield 011,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125743 +125743,E00041157,8d2,Hard-Pressed Ethnic Mix,E01033277,Sheffield 011E,4c,Hampered neighbourhoods,E02001621,Sheffield 011,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125744 +125744,E00041161,8d2,Hard-Pressed Ethnic Mix,E01033277,Sheffield 011E,4c,Hampered neighbourhoods,E02001621,Sheffield 011,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125745 +125745,E00041163,8d2,Hard-Pressed Ethnic Mix,E01008118,Sheffield 009E,4c,Hampered neighbourhoods,E02001619,Sheffield 009,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125746 +125746,E00041165,8d2,Hard-Pressed Ethnic Mix,E01008118,Sheffield 009E,4c,Hampered neighbourhoods,E02001619,Sheffield 009,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125747 +125747,E00041171,8d2,Hard-Pressed Ethnic Mix,E01008123,Sheffield 015E,4c,Hampered neighbourhoods,E02001625,Sheffield 015,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125748 +125748,E00041271,8d2,Hard-Pressed Ethnic Mix,E01008142,Sheffield 002A,5d,Endeavouring social renters,E02001612,Sheffield 002,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125749 +125749,E00041353,8d2,Hard-Pressed Ethnic Mix,E01008157,Sheffield 026D,4c,Hampered neighbourhoods,E02001636,Sheffield 026,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125750 +125750,E00172439,8d2,Hard-Pressed Ethnic Mix,E01008013,Sheffield 039C,4c,Hampered neighbourhoods,E02001649,Sheffield 039,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125751 +125751,E00040595,8d3,Hard-Pressed European Settlers,E01008015,Sheffield 039D,4c,Hampered neighbourhoods,E02001649,Sheffield 039,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125752 +125752,E00041159,8d3,Hard-Pressed European Settlers,E01033277,Sheffield 011E,4c,Hampered neighbourhoods,E02001621,Sheffield 011,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125753 +125753,E00039704,8b2,Hard-Pressed Rented Terraces,E01033278,Sheffield 076E,4a,Challenged white communities,E02006869,Sheffield 076,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125754 +125754,E00039954,8b2,Hard-Pressed Rented Terraces,E01007892,Sheffield 003B,4a,Challenged white communities,E02001613,Sheffield 003,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125755 +125755,E00040001,8b2,Hard-Pressed Rented Terraces,E01007900,Sheffield 003F,5d,Endeavouring social renters,E02001613,Sheffield 003,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125756 +125756,E00040007,8b2,Hard-Pressed Rented Terraces,E01007900,Sheffield 003F,5d,Endeavouring social renters,E02001613,Sheffield 003,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125757 +125757,E00172442,2b2,Multicultural Student Neighbourhoods,E01033272,Sheffield 040F,6a,Inner city cosmopolitan,E02001650,Sheffield 040,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125758 +125758,E00040844,8a2,Industrious Hardship,E01008060,Sheffield 010D,4c,Hampered neighbourhoods,E02001620,Sheffield 010,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125759 +125759,E00040696,8a1,Industrious Transitions,E01008028,Sheffield 056A,5d,Endeavouring social renters,E02001666,Sheffield 056,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125760 +125760,E00040073,8b2,Hard-Pressed Rented Terraces,E01007909,Sheffield 032C,3d,Households in terraces and flats,E02001642,Sheffield 032,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125761 +125761,E00040342,8b2,Hard-Pressed Rented Terraces,E01007964,Sheffield 049A,4a,Challenged white communities,E02001659,Sheffield 049,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125762 +125762,E00040356,8b2,Hard-Pressed Rented Terraces,E01007965,Sheffield 044A,4c,Hampered neighbourhoods,E02001654,Sheffield 044,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125763 +125763,E00040481,8b2,Hard-Pressed Rented Terraces,E01007993,Sheffield 021C,4a,Challenged white communities,E02001631,Sheffield 021,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125764 +125764,E00040488,8b2,Hard-Pressed Rented Terraces,E01007990,Sheffield 021A,5c,Comfortable neighbourhoods,E02001631,Sheffield 021,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125765 +125765,E00040556,8b2,Hard-Pressed Rented Terraces,E01008005,Sheffield 052D,5d,Endeavouring social renters,E02001662,Sheffield 052,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125766 +125766,E00040603,8b2,Hard-Pressed Rented Terraces,E01008018,Sheffield 039F,4c,Hampered neighbourhoods,E02001649,Sheffield 039,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125767 +125767,E00040633,8b2,Hard-Pressed Rented Terraces,E01008019,Sheffield 065A,5d,Endeavouring social renters,E02001675,Sheffield 065,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125768 +125768,E00040676,8b2,Hard-Pressed Rented Terraces,E01008019,Sheffield 065A,5d,Endeavouring social renters,E02001675,Sheffield 065,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125769 +125769,E00040827,8b2,Hard-Pressed Rented Terraces,E01008053,Sheffield 006A,4a,Challenged white communities,E02001616,Sheffield 006,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125770 +125770,E00040951,8b2,Hard-Pressed Rented Terraces,E01008077,Sheffield 060D,4c,Hampered neighbourhoods,E02001670,Sheffield 060,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125771 +125771,E00040980,8b2,Hard-Pressed Rented Terraces,E01008085,Sheffield 009A,4a,Challenged white communities,E02001619,Sheffield 009,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125772 +125772,E00040981,8b2,Hard-Pressed Rented Terraces,E01008085,Sheffield 009A,4a,Challenged white communities,E02001619,Sheffield 009,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125773 +125773,E00040985,8b2,Hard-Pressed Rented Terraces,E01008086,Sheffield 009B,4a,Challenged white communities,E02001619,Sheffield 009,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125774 +125774,E00041153,8b2,Hard-Pressed Rented Terraces,E01008116,Sheffield 009C,4a,Challenged white communities,E02001619,Sheffield 009,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125775 +125775,E00041324,8b2,Hard-Pressed Rented Terraces,E01008158,Sheffield 025D,5c,Comfortable neighbourhoods,E02001635,Sheffield 025,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125776 +125776,E00040087,6a1,Indian Tech Achievers,E01007922,Sheffield 071D,8a,Affluent communities,E02001681,Sheffield 071,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125777 +125777,E00040113,6a1,Indian Tech Achievers,E01007920,Sheffield 068A,8a,Affluent communities,E02001678,Sheffield 068,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125778 +125778,E00040133,6a1,Indian Tech Achievers,E01007915,Sheffield 071A,8a,Affluent communities,E02001681,Sheffield 071,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125779 +125779,E00040140,6a1,Indian Tech Achievers,E01007923,Sheffield 068C,8a,Affluent communities,E02001678,Sheffield 068,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125780 +125780,E00040168,6a1,Indian Tech Achievers,E01007933,Sheffield 068F,8a,Affluent communities,E02001678,Sheffield 068,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125781 +125781,E00040172,6a1,Indian Tech Achievers,E01007933,Sheffield 068F,8a,Affluent communities,E02001678,Sheffield 068,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125782 +125782,E00040190,6a1,Indian Tech Achievers,E01007937,Sheffield 047E,8a,Affluent communities,E02001657,Sheffield 047,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125783 +125783,E00040199,6a1,Indian Tech Achievers,E01007928,Sheffield 055B,8a,Affluent communities,E02001665,Sheffield 055,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125784 +125784,E00172443,2b2,Multicultural Student Neighbourhoods,E01033272,Sheffield 040F,6a,Inner city cosmopolitan,E02001650,Sheffield 040,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125785 +125785,E00040210,6a1,Indian Tech Achievers,E01007930,Sheffield 055D,8a,Affluent communities,E02001665,Sheffield 055,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125786 +125786,E00040212,6a1,Indian Tech Achievers,E01007930,Sheffield 055D,8a,Affluent communities,E02001665,Sheffield 055,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125787 +125787,E00040276,6a1,Indian Tech Achievers,E01007956,Sheffield 041B,8a,Affluent communities,E02001651,Sheffield 041,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125788 +125788,E00040277,6a1,Indian Tech Achievers,E01007957,Sheffield 041C,8a,Affluent communities,E02001651,Sheffield 041,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125789 +125789,E00040285,6a1,Indian Tech Achievers,E01007955,Sheffield 041A,8a,Affluent communities,E02001651,Sheffield 041,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125790 +125790,E00040289,6a1,Indian Tech Achievers,E01007955,Sheffield 041A,8a,Affluent communities,E02001651,Sheffield 041,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125791 +125791,E00040291,6a1,Indian Tech Achievers,E01007957,Sheffield 041C,8a,Affluent communities,E02001651,Sheffield 041,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125792 +125792,E00040292,6a1,Indian Tech Achievers,E01007955,Sheffield 041A,8a,Affluent communities,E02001651,Sheffield 041,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125793 +125793,E00040295,6a1,Indian Tech Achievers,E01007957,Sheffield 041C,8a,Affluent communities,E02001651,Sheffield 041,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125794 +125794,E00040302,6a1,Indian Tech Achievers,E01007959,Sheffield 041E,8a,Affluent communities,E02001651,Sheffield 041,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125795 +125795,E00040303,6a1,Indian Tech Achievers,E01007959,Sheffield 041E,8a,Affluent communities,E02001651,Sheffield 041,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125796 +125796,E00040304,6a1,Indian Tech Achievers,E01007959,Sheffield 041E,8a,Affluent communities,E02001651,Sheffield 041,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125797 +125797,E00040323,6a1,Indian Tech Achievers,E01007954,Sheffield 033C,8a,Affluent communities,E02001643,Sheffield 033,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125798 +125798,E00040754,6a1,Indian Tech Achievers,E01008044,Sheffield 046B,3b,Asian traits,E02001656,Sheffield 046,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125799 +125799,E00040766,6a1,Indian Tech Achievers,E01008043,Sheffield 046A,3b,Asian traits,E02001656,Sheffield 046,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125800 +125800,E00172549,6a1,Indian Tech Achievers,E01007956,Sheffield 041B,8a,Affluent communities,E02001651,Sheffield 041,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125801 +125801,E00039645,8a2,Industrious Hardship,E01007834,Sheffield 066D,5c,Comfortable neighbourhoods,E02001676,Sheffield 066,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125802 +125802,E00039683,8a2,Industrious Hardship,E01033279,Sheffield 076F,4a,Challenged white communities,E02006869,Sheffield 076,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125803 +125803,E00039696,8a2,Industrious Hardship,E01007842,Sheffield 076D,5c,Comfortable neighbourhoods,E02006869,Sheffield 076,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125804 +125804,E00039726,8a2,Industrious Hardship,E01007838,Sheffield 076A,5d,Endeavouring social renters,E02006869,Sheffield 076,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125805 +125805,E00039729,8a2,Industrious Hardship,E01007838,Sheffield 076A,5d,Endeavouring social renters,E02006869,Sheffield 076,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125806 +125806,E00039735,8a2,Industrious Hardship,E01033278,Sheffield 076E,4a,Challenged white communities,E02006869,Sheffield 076,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125807 +125807,E00039738,8a2,Industrious Hardship,E01033279,Sheffield 076F,4a,Challenged white communities,E02006869,Sheffield 076,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125808 +125808,E00039742,8a2,Industrious Hardship,E01033278,Sheffield 076E,4a,Challenged white communities,E02006869,Sheffield 076,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125809 +125809,E00039744,8a2,Industrious Hardship,E01007843,Sheffield 062C,4a,Challenged white communities,E02001672,Sheffield 062,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125810 +125810,E00039746,8a2,Industrious Hardship,E01007843,Sheffield 062C,4a,Challenged white communities,E02001672,Sheffield 062,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125811 +125811,E00172447,2b2,Multicultural Student Neighbourhoods,E01033271,Sheffield 040E,6a,Inner city cosmopolitan,E02001650,Sheffield 040,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125812 +125812,E00039956,8a2,Industrious Hardship,E01007900,Sheffield 003F,5d,Endeavouring social renters,E02001613,Sheffield 003,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125813 +125813,E00039987,8a2,Industrious Hardship,E01007895,Sheffield 004F,5d,Endeavouring social renters,E02001614,Sheffield 004,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125814 +125814,E00040004,8a2,Industrious Hardship,E01007901,Sheffield 003G,4a,Challenged white communities,E02001613,Sheffield 003,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125815 +125815,E00040349,8a2,Industrious Hardship,E01007967,Sheffield 045B,4c,Hampered neighbourhoods,E02001655,Sheffield 045,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125816 +125816,E00040354,8a2,Industrious Hardship,E01007967,Sheffield 045B,4c,Hampered neighbourhoods,E02001655,Sheffield 045,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125817 +125817,E00040360,8a2,Industrious Hardship,E01007967,Sheffield 045B,4c,Hampered neighbourhoods,E02001655,Sheffield 045,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125818 +125818,E00040389,8a2,Industrious Hardship,E01007971,Sheffield 037C,5d,Endeavouring social renters,E02001647,Sheffield 037,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125819 +125819,E00040482,8a2,Industrious Hardship,E01007993,Sheffield 021C,4a,Challenged white communities,E02001631,Sheffield 021,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125820 +125820,E00040542,8a2,Industrious Hardship,E01008004,Sheffield 052C,4a,Challenged white communities,E02001662,Sheffield 052,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125821 +125821,E00040546,8a2,Industrious Hardship,E01008003,Sheffield 054C,5b,Aspiring urban households,E02001664,Sheffield 054,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125822 +125822,E00040578,8a2,Industrious Hardship,E01008010,Sheffield 052E,4c,Hampered neighbourhoods,E02001662,Sheffield 052,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125823 +125823,E00040591,8a2,Industrious Hardship,E01008016,Sheffield 032F,4c,Hampered neighbourhoods,E02001642,Sheffield 032,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125824 +125824,E00040634,8a2,Industrious Hardship,E01008024,Sheffield 072C,5c,Comfortable neighbourhoods,E02006803,Sheffield 072,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125825 +125825,E00040642,8a2,Industrious Hardship,E01008028,Sheffield 056A,5d,Endeavouring social renters,E02001666,Sheffield 056,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125826 +125826,E00040701,8a2,Industrious Hardship,E01008029,Sheffield 056B,4a,Challenged white communities,E02001666,Sheffield 056,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125827 +125827,E00040705,8a2,Industrious Hardship,E01008031,Sheffield 061A,5c,Comfortable neighbourhoods,E02001671,Sheffield 061,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125828 +125828,E00040709,8a2,Industrious Hardship,E01008029,Sheffield 056B,4a,Challenged white communities,E02001666,Sheffield 056,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125829 +125829,E00040711,8a2,Industrious Hardship,E01008029,Sheffield 056B,4a,Challenged white communities,E02001666,Sheffield 056,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125830 +125830,E00040345,8d2,Hard-Pressed Ethnic Mix,E01007966,Sheffield 049B,5c,Comfortable neighbourhoods,E02001659,Sheffield 049,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125831 +125831,E00040979,8a2,Industrious Hardship,E01008085,Sheffield 009A,4a,Challenged white communities,E02001619,Sheffield 009,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125832 +125832,E00040700,8a1,Industrious Transitions,E01008028,Sheffield 056A,5d,Endeavouring social renters,E02001666,Sheffield 056,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125833 +125833,E00040358,8d2,Hard-Pressed Ethnic Mix,E01007965,Sheffield 044A,4c,Hampered neighbourhoods,E02001654,Sheffield 044,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125834 +125834,E00172450,2b2,Multicultural Student Neighbourhoods,E01033274,Sheffield 042G,1a,Cosmopolitan student neighbourhoods,E02001652,Sheffield 042,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125835 +125835,E00040362,8d2,Hard-Pressed Ethnic Mix,E01007964,Sheffield 049A,4a,Challenged white communities,E02001659,Sheffield 049,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125836 +125836,E00172452,2b2,Multicultural Student Neighbourhoods,E01033261,Sheffield 073A,1a,Cosmopolitan student neighbourhoods,E02006843,Sheffield 073,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125837 +125837,E00040366,8d2,Hard-Pressed Ethnic Mix,E01007965,Sheffield 044A,4c,Hampered neighbourhoods,E02001654,Sheffield 044,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125838 +125838,E00172458,2b2,Multicultural Student Neighbourhoods,E01033276,Sheffield 073E,1a,Cosmopolitan student neighbourhoods,E02006843,Sheffield 073,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125839 +125839,E00040379,8d2,Hard-Pressed Ethnic Mix,E01007966,Sheffield 049B,5c,Comfortable neighbourhoods,E02001659,Sheffield 049,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125840 +125840,E00172459,2b2,Multicultural Student Neighbourhoods,E01033265,Sheffield 074C,1a,Cosmopolitan student neighbourhoods,E02006844,Sheffield 074,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125841 +125841,E00172460,2b2,Multicultural Student Neighbourhoods,E01033265,Sheffield 074C,1a,Cosmopolitan student neighbourhoods,E02006844,Sheffield 074,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125842 +125842,E00040391,8d2,Hard-Pressed Ethnic Mix,E01007971,Sheffield 037C,5d,Endeavouring social renters,E02001647,Sheffield 037,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125843 +125843,E00040708,8a1,Industrious Transitions,E01008032,Sheffield 056C,5d,Endeavouring social renters,E02001666,Sheffield 056,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125844 +125844,E00040989,8a2,Industrious Hardship,E01008086,Sheffield 009B,4a,Challenged white communities,E02001619,Sheffield 009,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125845 +125845,E00172471,2b2,Multicultural Student Neighbourhoods,E01008095,Sheffield 043A,1a,Cosmopolitan student neighbourhoods,E02001653,Sheffield 043,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125846 +125846,E00040392,8d2,Hard-Pressed Ethnic Mix,E01007971,Sheffield 037C,5d,Endeavouring social renters,E02001647,Sheffield 037,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125847 +125847,E00040715,8a1,Industrious Transitions,E01008030,Sheffield 063A,5a,Ageing urban communities,E02001673,Sheffield 063,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125848 +125848,E00041137,8a2,Industrious Hardship,E01008125,Sheffield 009G,5d,Endeavouring social renters,E02001619,Sheffield 009,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125849 +125849,E00041138,8a2,Industrious Hardship,E01008125,Sheffield 009G,5d,Endeavouring social renters,E02001619,Sheffield 009,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125850 +125850,E00041145,8a2,Industrious Hardship,E01008119,Sheffield 009F,4c,Hampered neighbourhoods,E02001619,Sheffield 009,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125851 +125851,E00041164,8a2,Industrious Hardship,E01008118,Sheffield 009E,4c,Hampered neighbourhoods,E02001619,Sheffield 009,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125852 +125852,E00041215,8a2,Industrious Hardship,E01008136,Sheffield 008D,5c,Comfortable neighbourhoods,E02001618,Sheffield 008,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125853 +125853,E00041216,8a2,Industrious Hardship,E01008136,Sheffield 008D,5c,Comfortable neighbourhoods,E02001618,Sheffield 008,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125854 +125854,E00041248,8a2,Industrious Hardship,E01008139,Sheffield 006E,5c,Comfortable neighbourhoods,E02001616,Sheffield 006,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125855 +125855,E00041267,8a2,Industrious Hardship,E01008142,Sheffield 002A,5d,Endeavouring social renters,E02001612,Sheffield 002,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125856 +125856,E00041276,8a2,Industrious Hardship,E01008142,Sheffield 002A,5d,Endeavouring social renters,E02001612,Sheffield 002,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125857 +125857,E00041283,8a2,Industrious Hardship,E01008148,Sheffield 001C,5d,Endeavouring social renters,E02001611,Sheffield 001,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125858 +125858,E00039640,8a1,Industrious Transitions,E01007834,Sheffield 066D,5c,Comfortable neighbourhoods,E02001676,Sheffield 066,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125859 +125859,E00039654,8a1,Industrious Transitions,E01007823,Sheffield 069A,5c,Comfortable neighbourhoods,E02001679,Sheffield 069,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125860 +125860,E00039671,8a1,Industrious Transitions,E01007829,Sheffield 059B,3a,Achieving neighbourhoods,E02001669,Sheffield 059,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125861 +125861,E00039681,8a1,Industrious Transitions,E01007828,Sheffield 059A,3d,Households in terraces and flats,E02001669,Sheffield 059,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125862 +125862,E00039708,8a1,Industrious Transitions,E01007835,Sheffield 062A,5a,Ageing urban communities,E02001672,Sheffield 062,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125863 +125863,E00039713,8a1,Industrious Transitions,E01007843,Sheffield 062C,4a,Challenged white communities,E02001672,Sheffield 062,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125864 +125864,E00039721,8a1,Industrious Transitions,E01007836,Sheffield 062B,5c,Comfortable neighbourhoods,E02001672,Sheffield 062,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125865 +125865,E00039732,8a1,Industrious Transitions,E01007839,Sheffield 076B,8c,Comfortable suburbia,E02006869,Sheffield 076,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125866 +125866,E00039763,8a1,Industrious Transitions,E01007850,Sheffield 014B,5b,Aspiring urban households,E02001624,Sheffield 014,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125867 +125867,E00039972,8a1,Industrious Transitions,E01007895,Sheffield 004F,5d,Endeavouring social renters,E02001614,Sheffield 004,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125868 +125868,E00039997,8a1,Industrious Transitions,E01007900,Sheffield 003F,5d,Endeavouring social renters,E02001613,Sheffield 003,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125869 +125869,E00040011,8a1,Industrious Transitions,E01007888,Sheffield 003A,8b,Ageing suburbanites,E02001613,Sheffield 003,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125870 +125870,E00040013,8a1,Industrious Transitions,E01007901,Sheffield 003G,4a,Challenged white communities,E02001613,Sheffield 003,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125871 +125871,E00040026,8a1,Industrious Transitions,E01007912,Sheffield 037B,5c,Comfortable neighbourhoods,E02001647,Sheffield 037,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125872 +125872,E00040071,8a1,Industrious Transitions,E01007909,Sheffield 032C,3d,Households in terraces and flats,E02001642,Sheffield 032,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125873 +125873,E00040142,8a1,Industrious Transitions,E01007924,Sheffield 071E,5c,Comfortable neighbourhoods,E02001681,Sheffield 071,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125874 +125874,E00040337,8a1,Industrious Transitions,E01007971,Sheffield 037C,5d,Endeavouring social renters,E02001647,Sheffield 037,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125875 +125875,E00040343,8a1,Industrious Transitions,E01007969,Sheffield 044B,5a,Ageing urban communities,E02001654,Sheffield 044,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125876 +125876,E00040347,8a1,Industrious Transitions,E01007968,Sheffield 049C,4c,Hampered neighbourhoods,E02001659,Sheffield 049,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125877 +125877,E00040359,8a1,Industrious Transitions,E01007964,Sheffield 049A,4a,Challenged white communities,E02001659,Sheffield 049,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125878 +125878,E00040361,8a1,Industrious Transitions,E01007974,Sheffield 044D,8c,Comfortable suburbia,E02001654,Sheffield 044,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125879 +125879,E00040381,8a1,Industrious Transitions,E01007968,Sheffield 049C,4c,Hampered neighbourhoods,E02001659,Sheffield 049,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125880 +125880,E00040398,8a1,Industrious Transitions,E01007972,Sheffield 044C,8b,Ageing suburbanites,E02001654,Sheffield 044,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125881 +125881,E00040466,8a1,Industrious Transitions,E01007990,Sheffield 021A,5c,Comfortable neighbourhoods,E02001631,Sheffield 021,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125882 +125882,E00040484,8a1,Industrious Transitions,E01007993,Sheffield 021C,4a,Challenged white communities,E02001631,Sheffield 021,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125883 +125883,E00040490,8a1,Industrious Transitions,E01007993,Sheffield 021C,4a,Challenged white communities,E02001631,Sheffield 021,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125884 +125884,E00040491,8a1,Industrious Transitions,E01007990,Sheffield 021A,5c,Comfortable neighbourhoods,E02001631,Sheffield 021,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125885 +125885,E00040505,8a1,Industrious Transitions,E01007998,Sheffield 025B,4a,Challenged white communities,E02001635,Sheffield 025,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125886 +125886,E00040510,8a1,Industrious Transitions,E01007988,Sheffield 016B,5c,Comfortable neighbourhoods,E02001626,Sheffield 016,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125887 +125887,E00040544,8a1,Industrious Transitions,E01008001,Sheffield 052B,5a,Ageing urban communities,E02001662,Sheffield 052,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125888 +125888,E00040550,8a1,Industrious Transitions,E01008005,Sheffield 052D,5d,Endeavouring social renters,E02001662,Sheffield 052,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125889 +125889,E00040552,8a1,Industrious Transitions,E01008005,Sheffield 052D,5d,Endeavouring social renters,E02001662,Sheffield 052,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125890 +125890,E00040581,8a1,Industrious Transitions,E01008004,Sheffield 052C,4a,Challenged white communities,E02001662,Sheffield 052,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125891 +125891,E00040586,8a1,Industrious Transitions,E01007999,Sheffield 045C,5c,Comfortable neighbourhoods,E02001655,Sheffield 045,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125892 +125892,E00172484,2b2,Multicultural Student Neighbourhoods,E01033267,Sheffield 074E,1a,Cosmopolitan student neighbourhoods,E02006844,Sheffield 074,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125893 +125893,E00040421,8d2,Hard-Pressed Ethnic Mix,E01007976,Sheffield 051B,3d,Households in terraces and flats,E02001661,Sheffield 051,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125894 +125894,E00172485,2b2,Multicultural Student Neighbourhoods,E01033266,Sheffield 074D,1a,Cosmopolitan student neighbourhoods,E02006844,Sheffield 074,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125895 +125895,E00040424,8d2,Hard-Pressed Ethnic Mix,E01007977,Sheffield 051C,4c,Hampered neighbourhoods,E02001661,Sheffield 051,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125896 +125896,E00172493,2b2,Multicultural Student Neighbourhoods,E01033266,Sheffield 074D,1a,Cosmopolitan student neighbourhoods,E02006844,Sheffield 074,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125897 +125897,E00040443,8d2,Hard-Pressed Ethnic Mix,E01007979,Sheffield 051D,7a,Urban cultural mix,E02001661,Sheffield 051,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125898 +125898,E00172494,2b2,Multicultural Student Neighbourhoods,E01033266,Sheffield 074D,1a,Cosmopolitan student neighbourhoods,E02006844,Sheffield 074,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125899 +125899,E00040727,8a1,Industrious Transitions,E01008039,Sheffield 065F,8c,Comfortable suburbia,E02001675,Sheffield 065,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125900 +125900,E00040468,8d2,Hard-Pressed Ethnic Mix,E01007993,Sheffield 021C,4a,Challenged white communities,E02001631,Sheffield 021,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125901 +125901,E00040487,8d2,Hard-Pressed Ethnic Mix,E01007993,Sheffield 021C,4a,Challenged white communities,E02001631,Sheffield 021,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125902 +125902,E00040493,8d2,Hard-Pressed Ethnic Mix,E01007996,Sheffield 021E,5a,Ageing urban communities,E02001631,Sheffield 021,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125903 +125903,E00040530,8d2,Hard-Pressed Ethnic Mix,E01008008,Sheffield 045D,4c,Hampered neighbourhoods,E02001655,Sheffield 045,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125904 +125904,E00040532,8d2,Hard-Pressed Ethnic Mix,E01008009,Sheffield 045E,4c,Hampered neighbourhoods,E02001655,Sheffield 045,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125905 +125905,E00040538,8d2,Hard-Pressed Ethnic Mix,E01008001,Sheffield 052B,5a,Ageing urban communities,E02001662,Sheffield 052,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125906 +125906,E00040559,8d2,Hard-Pressed Ethnic Mix,E01008007,Sheffield 060A,4c,Hampered neighbourhoods,E02001670,Sheffield 060,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125907 +125907,E00040562,8d2,Hard-Pressed Ethnic Mix,E01008007,Sheffield 060A,4c,Hampered neighbourhoods,E02001670,Sheffield 060,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125908 +125908,E00040564,8d2,Hard-Pressed Ethnic Mix,E01008007,Sheffield 060A,4c,Hampered neighbourhoods,E02001670,Sheffield 060,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125909 +125909,E00040566,8d2,Hard-Pressed Ethnic Mix,E01008008,Sheffield 045D,4c,Hampered neighbourhoods,E02001655,Sheffield 045,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125910 +125910,E00040569,8d2,Hard-Pressed Ethnic Mix,E01008009,Sheffield 045E,4c,Hampered neighbourhoods,E02001655,Sheffield 045,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125911 +125911,E00040571,8d2,Hard-Pressed Ethnic Mix,E01008010,Sheffield 052E,4c,Hampered neighbourhoods,E02001662,Sheffield 052,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125912 +125912,E00040572,8d2,Hard-Pressed Ethnic Mix,E01008008,Sheffield 045D,4c,Hampered neighbourhoods,E02001655,Sheffield 045,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125913 +125913,E00040573,8d2,Hard-Pressed Ethnic Mix,E01008009,Sheffield 045E,4c,Hampered neighbourhoods,E02001655,Sheffield 045,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125914 +125914,E00040575,8d2,Hard-Pressed Ethnic Mix,E01008010,Sheffield 052E,4c,Hampered neighbourhoods,E02001662,Sheffield 052,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125915 +125915,E00040579,8d2,Hard-Pressed Ethnic Mix,E01008004,Sheffield 052C,4a,Challenged white communities,E02001662,Sheffield 052,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125916 +125916,E00040590,8d2,Hard-Pressed Ethnic Mix,E01008016,Sheffield 032F,4c,Hampered neighbourhoods,E02001642,Sheffield 032,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125917 +125917,E00040597,8d2,Hard-Pressed Ethnic Mix,E01008014,Sheffield 032E,7a,Urban cultural mix,E02001642,Sheffield 032,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125918 +125918,E00040598,8d2,Hard-Pressed Ethnic Mix,E01008016,Sheffield 032F,4c,Hampered neighbourhoods,E02001642,Sheffield 032,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125919 +125919,E00040601,8d2,Hard-Pressed Ethnic Mix,E01008014,Sheffield 032E,7a,Urban cultural mix,E02001642,Sheffield 032,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125920 +125920,E00040606,8d2,Hard-Pressed Ethnic Mix,E01008017,Sheffield 039E,4c,Hampered neighbourhoods,E02001649,Sheffield 039,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125921 +125921,E00040611,8d2,Hard-Pressed Ethnic Mix,E01008015,Sheffield 039D,4c,Hampered neighbourhoods,E02001649,Sheffield 039,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125922 +125922,E00040613,8d2,Hard-Pressed Ethnic Mix,E01008018,Sheffield 039F,4c,Hampered neighbourhoods,E02001649,Sheffield 039,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125923 +125923,E00040614,8d2,Hard-Pressed Ethnic Mix,E01008015,Sheffield 039D,4c,Hampered neighbourhoods,E02001649,Sheffield 039,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125924 +125924,E00040619,8d2,Hard-Pressed Ethnic Mix,E01008017,Sheffield 039E,4c,Hampered neighbourhoods,E02001649,Sheffield 039,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125925 +125925,E00040623,8d2,Hard-Pressed Ethnic Mix,E01008011,Sheffield 039A,4c,Hampered neighbourhoods,E02001649,Sheffield 039,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125926 +125926,E00040648,8d2,Hard-Pressed Ethnic Mix,E01008034,Sheffield 056D,5c,Comfortable neighbourhoods,E02001666,Sheffield 056,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125927 +125927,E00040815,8a1,Industrious Transitions,E01008058,Sheffield 006C,5d,Endeavouring social renters,E02001616,Sheffield 006,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125928 +125928,E00040816,8a1,Industrious Transitions,E01008058,Sheffield 006C,5d,Endeavouring social renters,E02001616,Sheffield 006,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125929 +125929,E00172495,2b2,Multicultural Student Neighbourhoods,E01033262,Sheffield 073B,1a,Cosmopolitan student neighbourhoods,E02006843,Sheffield 073,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125930 +125930,E00040853,8a1,Industrious Transitions,E01008063,Sheffield 011B,4c,Hampered neighbourhoods,E02001621,Sheffield 011,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125931 +125931,E00172496,2b2,Multicultural Student Neighbourhoods,E01033263,Sheffield 073C,1a,Cosmopolitan student neighbourhoods,E02006843,Sheffield 073,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125932 +125932,E00040970,8a1,Industrious Transitions,E01008090,Sheffield 012C,4c,Hampered neighbourhoods,E02001622,Sheffield 012,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125933 +125933,E00172497,2b2,Multicultural Student Neighbourhoods,E01033263,Sheffield 073C,1a,Cosmopolitan student neighbourhoods,E02006843,Sheffield 073,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125934 +125934,E00041239,8a1,Industrious Transitions,E01008134,Sheffield 005B,5c,Comfortable neighbourhoods,E02001615,Sheffield 005,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125935 +125935,E00172498,2b2,Multicultural Student Neighbourhoods,E01008068,Sheffield 026B,1a,Cosmopolitan student neighbourhoods,E02001636,Sheffield 026,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125936 +125936,E00172500,2b2,Multicultural Student Neighbourhoods,E01008108,Sheffield 042A,1a,Cosmopolitan student neighbourhoods,E02001652,Sheffield 042,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125937 +125937,E00172502,2b2,Multicultural Student Neighbourhoods,E01008114,Sheffield 074A,1a,Cosmopolitan student neighbourhoods,E02006844,Sheffield 074,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125938 +125938,E00172503,2b2,Multicultural Student Neighbourhoods,E01033274,Sheffield 042G,1a,Cosmopolitan student neighbourhoods,E02001652,Sheffield 042,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125939 +125939,E00172505,2b2,Multicultural Student Neighbourhoods,E01033274,Sheffield 042G,1a,Cosmopolitan student neighbourhoods,E02001652,Sheffield 042,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125940 +125940,E00172508,2b2,Multicultural Student Neighbourhoods,E01033274,Sheffield 042G,1a,Cosmopolitan student neighbourhoods,E02001652,Sheffield 042,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125941 +125941,E00172513,2b2,Multicultural Student Neighbourhoods,E01033270,Sheffield 022H,6a,Inner city cosmopolitan,E02001632,Sheffield 022,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125942 +125942,E00172514,2b2,Multicultural Student Neighbourhoods,E01033270,Sheffield 022H,6a,Inner city cosmopolitan,E02001632,Sheffield 022,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125943 +125943,E00172531,2b2,Multicultural Student Neighbourhoods,E01033267,Sheffield 074E,1a,Cosmopolitan student neighbourhoods,E02006844,Sheffield 074,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125944 +125944,E00172532,2b2,Multicultural Student Neighbourhoods,E01033276,Sheffield 073E,1a,Cosmopolitan student neighbourhoods,E02006843,Sheffield 073,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125945 +125945,E00172533,2b2,Multicultural Student Neighbourhoods,E01033276,Sheffield 073E,1a,Cosmopolitan student neighbourhoods,E02006843,Sheffield 073,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125946 +125946,E00172534,2b2,Multicultural Student Neighbourhoods,E01033261,Sheffield 073A,1a,Cosmopolitan student neighbourhoods,E02006843,Sheffield 073,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125947 +125947,E00172537,2b2,Multicultural Student Neighbourhoods,E01033261,Sheffield 073A,1a,Cosmopolitan student neighbourhoods,E02006843,Sheffield 073,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125948 +125948,E00039674,7a3,Multi-Ethnic Hardship,E01007828,Sheffield 059A,3d,Households in terraces and flats,E02001669,Sheffield 059,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125949 +125949,E00039687,7a3,Multi-Ethnic Hardship,E01033278,Sheffield 076E,4a,Challenged white communities,E02006869,Sheffield 076,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125950 +125950,E00039706,7a3,Multi-Ethnic Hardship,E01033278,Sheffield 076E,4a,Challenged white communities,E02006869,Sheffield 076,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125951 +125951,E00039749,7a3,Multi-Ethnic Hardship,E01007853,Sheffield 014D,4c,Hampered neighbourhoods,E02001624,Sheffield 014,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125952 +125952,E00039758,7a3,Multi-Ethnic Hardship,E01007848,Sheffield 013A,4c,Hampered neighbourhoods,E02001623,Sheffield 013,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125953 +125953,E00039791,7a3,Multi-Ethnic Hardship,E01007847,Sheffield 014A,4c,Hampered neighbourhoods,E02001624,Sheffield 014,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125954 +125954,E00039879,7a3,Multi-Ethnic Hardship,E01007871,Sheffield 019B,7a,Urban cultural mix,E02001629,Sheffield 019,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125955 +125955,E00039881,7a3,Multi-Ethnic Hardship,E01007871,Sheffield 019B,7a,Urban cultural mix,E02001629,Sheffield 019,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125956 +125956,E00039910,7a3,Multi-Ethnic Hardship,E01033268,Sheffield 075G,1a,Cosmopolitan student neighbourhoods,E02006868,Sheffield 075,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125957 +125957,E00040054,7a3,Multi-Ethnic Hardship,E01007902,Sheffield 027B,7a,Urban cultural mix,E02001637,Sheffield 027,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125958 +125958,E00040101,7a3,Multi-Ethnic Hardship,E01007919,Sheffield 069C,4c,Hampered neighbourhoods,E02001679,Sheffield 069,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125959 +125959,E00040102,7a3,Multi-Ethnic Hardship,E01007916,Sheffield 069B,4c,Hampered neighbourhoods,E02001679,Sheffield 069,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125960 +125960,E00040108,7a3,Multi-Ethnic Hardship,E01007916,Sheffield 069B,4c,Hampered neighbourhoods,E02001679,Sheffield 069,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125961 +125961,E00040109,7a3,Multi-Ethnic Hardship,E01007916,Sheffield 069B,4c,Hampered neighbourhoods,E02001679,Sheffield 069,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125962 +125962,E00040116,7a3,Multi-Ethnic Hardship,E01007919,Sheffield 069C,4c,Hampered neighbourhoods,E02001679,Sheffield 069,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125963 +125963,E00041266,8a1,Industrious Transitions,E01008143,Sheffield 002B,5c,Comfortable neighbourhoods,E02001612,Sheffield 002,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125964 +125964,E00041274,8a1,Industrious Transitions,E01008148,Sheffield 001C,5d,Endeavouring social renters,E02001611,Sheffield 001,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125965 +125965,E00041295,8a1,Industrious Transitions,E01008144,Sheffield 001A,5a,Ageing urban communities,E02001611,Sheffield 001,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125966 +125966,E00172403,8a1,Industrious Transitions,E01008040,Sheffield 061D,5b,Aspiring urban households,E02001671,Sheffield 061,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125967 +125967,E00172535,8a1,Industrious Transitions,E01007909,Sheffield 032C,3d,Households in terraces and flats,E02001642,Sheffield 032,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125968 +125968,E00039774,4c3,Inner City Ethnic Mix,E01007855,Sheffield 014F,7a,Urban cultural mix,E02001624,Sheffield 014,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125969 +125969,E00039934,4c3,Inner City Ethnic Mix,E01007882,Sheffield 075D,7b,Young ethnic communities,E02006868,Sheffield 075,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125970 +125970,E00039938,4c3,Inner City Ethnic Mix,E01007879,Sheffield 075B,7a,Urban cultural mix,E02006868,Sheffield 075,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125971 +125971,E00040433,4c3,Inner City Ethnic Mix,E01007980,Sheffield 053B,3d,Households in terraces and flats,E02001663,Sheffield 053,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125972 +125972,E00040764,4c3,Inner City Ethnic Mix,E01008045,Sheffield 050B,3b,Asian traits,E02001660,Sheffield 050,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125973 +125973,E00040769,4c3,Inner City Ethnic Mix,E01008046,Sheffield 050C,3d,Households in terraces and flats,E02001660,Sheffield 050,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125974 +125974,E00040789,4c3,Inner City Ethnic Mix,E01008052,Sheffield 050F,3c,Highly qualified professionals,E02001660,Sheffield 050,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125975 +125975,E00040796,4c3,Inner City Ethnic Mix,E01008042,Sheffield 050A,7b,Young ethnic communities,E02001660,Sheffield 050,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125976 +125976,E00041076,4c3,Inner City Ethnic Mix,E01008113,Sheffield 042E,7b,Young ethnic communities,E02001652,Sheffield 042,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125977 +125977,E00041085,4c3,Inner City Ethnic Mix,E01008111,Sheffield 040D,1a,Cosmopolitan student neighbourhoods,E02001650,Sheffield 040,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125978 +125978,E00041309,4c3,Inner City Ethnic Mix,E01008151,Sheffield 024A,3c,Highly qualified professionals,E02001634,Sheffield 024,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125979 +125979,E00172472,4c3,Inner City Ethnic Mix,E01008095,Sheffield 043A,1a,Cosmopolitan student neighbourhoods,E02001653,Sheffield 043,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125980 +125980,E00172475,4c3,Inner City Ethnic Mix,E01008101,Sheffield 043D,7a,Urban cultural mix,E02001653,Sheffield 043,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125981 +125981,E00172509,2c2,Migrant Commuters,E01033268,Sheffield 075G,1a,Cosmopolitan student neighbourhoods,E02006868,Sheffield 075,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125982 +125982,E00041083,2c1,Migrant Families,E01008111,Sheffield 040D,1a,Cosmopolitan student neighbourhoods,E02001650,Sheffield 040,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125983 +125983,E00172526,2c1,Migrant Families,E01008095,Sheffield 043A,1a,Cosmopolitan student neighbourhoods,E02001653,Sheffield 043,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125984 +125984,E00040873,2b2,Multicultural Student Neighbourhoods,E01033267,Sheffield 074E,1a,Cosmopolitan student neighbourhoods,E02006844,Sheffield 074,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125985 +125985,E00040874,2b2,Multicultural Student Neighbourhoods,E01033265,Sheffield 074C,1a,Cosmopolitan student neighbourhoods,E02006844,Sheffield 074,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125986 +125986,E00040907,2b2,Multicultural Student Neighbourhoods,E01033276,Sheffield 073E,1a,Cosmopolitan student neighbourhoods,E02006843,Sheffield 073,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125987 +125987,E00172404,2b2,Multicultural Student Neighbourhoods,E01033261,Sheffield 073A,1a,Cosmopolitan student neighbourhoods,E02006843,Sheffield 073,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125988 +125988,E00172405,2b2,Multicultural Student Neighbourhoods,E01033262,Sheffield 073B,1a,Cosmopolitan student neighbourhoods,E02006843,Sheffield 073,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125989 +125989,E00172406,2b2,Multicultural Student Neighbourhoods,E01033263,Sheffield 073C,1a,Cosmopolitan student neighbourhoods,E02006843,Sheffield 073,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125990 +125990,E00172407,2b2,Multicultural Student Neighbourhoods,E01033264,Sheffield 073D,1a,Cosmopolitan student neighbourhoods,E02006843,Sheffield 073,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125991 +125991,E00172408,2b2,Multicultural Student Neighbourhoods,E01033264,Sheffield 073D,1a,Cosmopolitan student neighbourhoods,E02006843,Sheffield 073,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125992 +125992,E00172409,2b2,Multicultural Student Neighbourhoods,E01033262,Sheffield 073B,1a,Cosmopolitan student neighbourhoods,E02006843,Sheffield 073,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125993 +125993,E00172410,2b2,Multicultural Student Neighbourhoods,E01033264,Sheffield 073D,1a,Cosmopolitan student neighbourhoods,E02006843,Sheffield 073,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125994 +125994,E00172411,2b2,Multicultural Student Neighbourhoods,E01033265,Sheffield 074C,1a,Cosmopolitan student neighbourhoods,E02006844,Sheffield 074,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125995 +125995,E00172412,2b2,Multicultural Student Neighbourhoods,E01033265,Sheffield 074C,1a,Cosmopolitan student neighbourhoods,E02006844,Sheffield 074,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125996 +125996,E00172413,2b2,Multicultural Student Neighbourhoods,E01033261,Sheffield 073A,1a,Cosmopolitan student neighbourhoods,E02006843,Sheffield 073,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125997 +125997,E00172414,2b2,Multicultural Student Neighbourhoods,E01033266,Sheffield 074D,1a,Cosmopolitan student neighbourhoods,E02006844,Sheffield 074,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125998 +125998,E00172416,2b2,Multicultural Student Neighbourhoods,E01033264,Sheffield 073D,1a,Cosmopolitan student neighbourhoods,E02006843,Sheffield 073,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,125999 +125999,E00172417,2b2,Multicultural Student Neighbourhoods,E01033264,Sheffield 073D,1a,Cosmopolitan student neighbourhoods,E02006843,Sheffield 073,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126000 +126000,E00040119,7a3,Multi-Ethnic Hardship,E01007916,Sheffield 069B,4c,Hampered neighbourhoods,E02001679,Sheffield 069,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126001 +126001,E00040122,7a3,Multi-Ethnic Hardship,E01007919,Sheffield 069C,4c,Hampered neighbourhoods,E02001679,Sheffield 069,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126002 +126002,E00040127,7a3,Multi-Ethnic Hardship,E01007919,Sheffield 069C,4c,Hampered neighbourhoods,E02001679,Sheffield 069,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126003 +126003,E00040129,7a3,Multi-Ethnic Hardship,E01007919,Sheffield 069C,4c,Hampered neighbourhoods,E02001679,Sheffield 069,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126004 +126004,E00040374,7c3,Outer City Hardship,E01007966,Sheffield 049B,5c,Comfortable neighbourhoods,E02001659,Sheffield 049,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126005 +126005,E00040130,7a3,Multi-Ethnic Hardship,E01007916,Sheffield 069B,4c,Hampered neighbourhoods,E02001679,Sheffield 069,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126006 +126006,E00040134,7a3,Multi-Ethnic Hardship,E01007919,Sheffield 069C,4c,Hampered neighbourhoods,E02001679,Sheffield 069,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126007 +126007,E00040145,7a3,Multi-Ethnic Hardship,E01007925,Sheffield 068D,8a,Affluent communities,E02001678,Sheffield 068,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126008 +126008,E00040385,7c3,Outer City Hardship,E01007970,Sheffield 049D,4d,Hard-pressed flat dwellers,E02001659,Sheffield 049,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126009 +126009,E00040230,7a3,Multi-Ethnic Hardship,E01007943,Sheffield 019C,4c,Hampered neighbourhoods,E02001629,Sheffield 019,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126010 +126010,E00040479,7c3,Outer City Hardship,E01007998,Sheffield 025B,4a,Challenged white communities,E02001635,Sheffield 025,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126011 +126011,E00040567,7c3,Outer City Hardship,E01008008,Sheffield 045D,4c,Hampered neighbourhoods,E02001655,Sheffield 045,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126012 +126012,E00040646,7c3,Outer City Hardship,E01008032,Sheffield 056C,5d,Endeavouring social renters,E02001666,Sheffield 056,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126013 +126013,E00040704,7c3,Outer City Hardship,E01008033,Sheffield 061B,5c,Comfortable neighbourhoods,E02001671,Sheffield 061,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126014 +126014,E00040823,7c3,Outer City Hardship,E01008053,Sheffield 006A,4a,Challenged white communities,E02001616,Sheffield 006,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126015 +126015,E00041126,7c3,Outer City Hardship,E01008117,Sheffield 009D,4a,Challenged white communities,E02001619,Sheffield 009,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126016 +126016,E00041139,7c3,Outer City Hardship,E01008125,Sheffield 009G,5d,Endeavouring social renters,E02001619,Sheffield 009,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126017 +126017,E00040401,5a2,Multi-Ethnic Professionals with Families,E01007983,Sheffield 053D,3a,Achieving neighbourhoods,E02001663,Sheffield 053,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126018 +126018,E00040235,7a3,Multi-Ethnic Hardship,E01007943,Sheffield 019C,4c,Hampered neighbourhoods,E02001629,Sheffield 019,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126019 +126019,E00040218,4b2,Pakistani Communities,E01007944,Sheffield 022F,7b,Young ethnic communities,E02001632,Sheffield 022,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126020 +126020,E00040451,6b1,Multi-Ethnic Suburbia,E01007984,Sheffield 064D,8b,Ageing suburbanites,E02001674,Sheffield 064,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126021 +126021,E00041220,7c3,Outer City Hardship,E01008140,Sheffield 008E,5c,Comfortable neighbourhoods,E02001618,Sheffield 008,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126022 +126022,E00039755,4b2,Pakistani Communities,E01007855,Sheffield 014F,7a,Urban cultural mix,E02001624,Sheffield 014,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126023 +126023,E00039764,4b2,Pakistani Communities,E01007851,Sheffield 013B,7a,Urban cultural mix,E02001623,Sheffield 013,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126024 +126024,E00039775,4b2,Pakistani Communities,E01007855,Sheffield 014F,7a,Urban cultural mix,E02001624,Sheffield 014,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126025 +126025,E00039851,4b2,Pakistani Communities,E01007869,Sheffield 020A,7b,Young ethnic communities,E02001630,Sheffield 020,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126026 +126026,E00039852,4b2,Pakistani Communities,E01007869,Sheffield 020A,7b,Young ethnic communities,E02001630,Sheffield 020,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126027 +126027,E00039871,4b2,Pakistani Communities,E01007872,Sheffield 020B,7b,Young ethnic communities,E02001630,Sheffield 020,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126028 +126028,E00039877,4b2,Pakistani Communities,E01007877,Sheffield 022D,7b,Young ethnic communities,E02001632,Sheffield 022,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126029 +126029,E00039882,4b2,Pakistani Communities,E01007872,Sheffield 020B,7b,Young ethnic communities,E02001630,Sheffield 020,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126030 +126030,E00039884,4b2,Pakistani Communities,E01007872,Sheffield 020B,7b,Young ethnic communities,E02001630,Sheffield 020,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126031 +126031,E00039889,4b2,Pakistani Communities,E01007869,Sheffield 020A,7b,Young ethnic communities,E02001630,Sheffield 020,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126032 +126032,E00039890,4b2,Pakistani Communities,E01007872,Sheffield 020B,7b,Young ethnic communities,E02001630,Sheffield 020,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126033 +126033,E00039898,4b2,Pakistani Communities,E01007883,Sheffield 027A,7b,Young ethnic communities,E02001637,Sheffield 027,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126034 +126034,E00039943,4b2,Pakistani Communities,E01007883,Sheffield 027A,7b,Young ethnic communities,E02001637,Sheffield 027,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126035 +126035,E00039944,4b2,Pakistani Communities,E01007883,Sheffield 027A,7b,Young ethnic communities,E02001637,Sheffield 027,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126036 +126036,E00039945,4b2,Pakistani Communities,E01007883,Sheffield 027A,7b,Young ethnic communities,E02001637,Sheffield 027,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126037 +126037,E00040027,4b2,Pakistani Communities,E01007913,Sheffield 018C,7b,Young ethnic communities,E02001628,Sheffield 018,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126038 +126038,E00039912,4a1,Private Renting Young Families,E01007885,Sheffield 075E,7a,Urban cultural mix,E02006868,Sheffield 075,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126039 +126039,E00040932,7a3,Multi-Ethnic Hardship,E01008084,Sheffield 070D,4c,Hampered neighbourhoods,E02001680,Sheffield 070,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126040 +126040,E00040028,4b2,Pakistani Communities,E01007914,Sheffield 018D,7b,Young ethnic communities,E02001628,Sheffield 018,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126041 +126041,E00040029,4b2,Pakistani Communities,E01007903,Sheffield 018A,7a,Urban cultural mix,E02001628,Sheffield 018,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126042 +126042,E00040031,4b2,Pakistani Communities,E01007905,Sheffield 027C,7b,Young ethnic communities,E02001637,Sheffield 027,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126043 +126043,E00040033,4b2,Pakistani Communities,E01007902,Sheffield 027B,7a,Urban cultural mix,E02001637,Sheffield 027,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126044 +126044,E00040037,4b2,Pakistani Communities,E01007914,Sheffield 018D,7b,Young ethnic communities,E02001628,Sheffield 018,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126045 +126045,E00040038,4b2,Pakistani Communities,E01007913,Sheffield 018C,7b,Young ethnic communities,E02001628,Sheffield 018,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126046 +126046,E00040039,4b2,Pakistani Communities,E01007914,Sheffield 018D,7b,Young ethnic communities,E02001628,Sheffield 018,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126047 +126047,E00040041,4b2,Pakistani Communities,E01007903,Sheffield 018A,7a,Urban cultural mix,E02001628,Sheffield 018,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126048 +126048,E00040042,4b2,Pakistani Communities,E01007903,Sheffield 018A,7a,Urban cultural mix,E02001628,Sheffield 018,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126049 +126049,E00040044,4b2,Pakistani Communities,E01007904,Sheffield 018B,7a,Urban cultural mix,E02001628,Sheffield 018,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126050 +126050,E00040045,4b2,Pakistani Communities,E01007904,Sheffield 018B,7a,Urban cultural mix,E02001628,Sheffield 018,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126051 +126051,E00040048,4b2,Pakistani Communities,E01007904,Sheffield 018B,7a,Urban cultural mix,E02001628,Sheffield 018,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126052 +126052,E00040049,4b2,Pakistani Communities,E01007904,Sheffield 018B,7a,Urban cultural mix,E02001628,Sheffield 018,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126053 +126053,E00040050,4b2,Pakistani Communities,E01007904,Sheffield 018B,7a,Urban cultural mix,E02001628,Sheffield 018,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126054 +126054,E00040051,4b2,Pakistani Communities,E01007902,Sheffield 027B,7a,Urban cultural mix,E02001637,Sheffield 027,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126055 +126055,E00040053,4b2,Pakistani Communities,E01007906,Sheffield 027D,7b,Young ethnic communities,E02001637,Sheffield 027,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126056 +126056,E00040056,4b2,Pakistani Communities,E01007906,Sheffield 027D,7b,Young ethnic communities,E02001637,Sheffield 027,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126057 +126057,E00040057,4b2,Pakistani Communities,E01007905,Sheffield 027C,7b,Young ethnic communities,E02001637,Sheffield 027,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126058 +126058,E00040058,4b2,Pakistani Communities,E01007906,Sheffield 027D,7b,Young ethnic communities,E02001637,Sheffield 027,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126059 +126059,E00040059,4b2,Pakistani Communities,E01007907,Sheffield 032A,7b,Young ethnic communities,E02001642,Sheffield 032,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126060 +126060,E00040061,4b2,Pakistani Communities,E01007907,Sheffield 032A,7b,Young ethnic communities,E02001642,Sheffield 032,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126061 +126061,E00040083,4b2,Pakistani Communities,E01007914,Sheffield 018D,7b,Young ethnic communities,E02001628,Sheffield 018,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126062 +126062,E00040084,4b2,Pakistani Communities,E01007913,Sheffield 018C,7b,Young ethnic communities,E02001628,Sheffield 018,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126063 +126063,E00040085,4b2,Pakistani Communities,E01007913,Sheffield 018C,7b,Young ethnic communities,E02001628,Sheffield 018,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126064 +126064,E00040540,6b4,Older Workers and Retirement,E01007999,Sheffield 045C,5c,Comfortable neighbourhoods,E02001655,Sheffield 045,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126065 +126065,E00039918,4a1,Private Renting Young Families,E01007886,Sheffield 075F,4c,Hampered neighbourhoods,E02006868,Sheffield 075,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126066 +126066,E00039920,4a1,Private Renting Young Families,E01007878,Sheffield 075A,7a,Urban cultural mix,E02006868,Sheffield 075,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126067 +126067,E00040933,7a3,Multi-Ethnic Hardship,E01008084,Sheffield 070D,4c,Hampered neighbourhoods,E02001680,Sheffield 070,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126068 +126068,E00040429,5a2,Multi-Ethnic Professionals with Families,E01007981,Sheffield 053C,3d,Households in terraces and flats,E02001663,Sheffield 053,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126069 +126069,E00040229,4b2,Pakistani Communities,E01007949,Sheffield 020E,7b,Young ethnic communities,E02001630,Sheffield 020,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126070 +126070,E00039922,4a1,Private Renting Young Families,E01007878,Sheffield 075A,7a,Urban cultural mix,E02006868,Sheffield 075,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126071 +126071,E00040936,7a3,Multi-Ethnic Hardship,E01008075,Sheffield 060B,4c,Hampered neighbourhoods,E02001670,Sheffield 060,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126072 +126072,E00040536,6b1,Multi-Ethnic Suburbia,E01008003,Sheffield 054C,5b,Aspiring urban households,E02001664,Sheffield 054,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126073 +126073,E00040243,7a3,Multi-Ethnic Hardship,E01007943,Sheffield 019C,4c,Hampered neighbourhoods,E02001629,Sheffield 019,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126074 +126074,E00039941,4a1,Private Renting Young Families,E01007881,Sheffield 075C,7a,Urban cultural mix,E02006868,Sheffield 075,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126075 +126075,E00040555,6b4,Older Workers and Retirement,E01008006,Sheffield 054D,5c,Comfortable neighbourhoods,E02001664,Sheffield 054,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126076 +126076,E00040436,5a2,Multi-Ethnic Professionals with Families,E01007981,Sheffield 053C,3d,Households in terraces and flats,E02001663,Sheffield 053,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126077 +126077,E00040244,7a3,Multi-Ethnic Hardship,E01007941,Sheffield 015A,4c,Hampered neighbourhoods,E02001625,Sheffield 015,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126078 +126078,E00039942,4a1,Private Renting Young Families,E01007883,Sheffield 027A,7b,Young ethnic communities,E02001637,Sheffield 027,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126079 +126079,E00040938,7a3,Multi-Ethnic Hardship,E01008075,Sheffield 060B,4c,Hampered neighbourhoods,E02001670,Sheffield 060,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126080 +126080,E00040237,4b2,Pakistani Communities,E01007949,Sheffield 020E,7b,Young ethnic communities,E02001630,Sheffield 020,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126081 +126081,E00040537,6b1,Multi-Ethnic Suburbia,E01008000,Sheffield 052A,5a,Ageing urban communities,E02001662,Sheffield 052,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126082 +126082,E00040580,6b4,Older Workers and Retirement,E01008004,Sheffield 052C,4a,Challenged white communities,E02001662,Sheffield 052,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126083 +126083,E00040440,5a2,Multi-Ethnic Professionals with Families,E01007980,Sheffield 053B,3d,Households in terraces and flats,E02001663,Sheffield 053,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126084 +126084,E00040263,7a3,Multi-Ethnic Hardship,E01007945,Sheffield 015B,4c,Hampered neighbourhoods,E02001625,Sheffield 015,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126085 +126085,E00040030,4a1,Private Renting Young Families,E01007903,Sheffield 018A,7a,Urban cultural mix,E02001628,Sheffield 018,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126086 +126086,E00040939,7a3,Multi-Ethnic Hardship,E01008075,Sheffield 060B,4c,Hampered neighbourhoods,E02001670,Sheffield 060,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126087 +126087,E00040043,4a1,Private Renting Young Families,E01007902,Sheffield 027B,7a,Urban cultural mix,E02001637,Sheffield 027,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126088 +126088,E00040247,4b2,Pakistani Communities,E01007942,Sheffield 020D,7b,Young ethnic communities,E02001630,Sheffield 020,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126089 +126089,E00040653,6b4,Older Workers and Retirement,E01008036,Sheffield 063C,8c,Comfortable suburbia,E02001673,Sheffield 063,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126090 +126090,E00040576,6b1,Multi-Ethnic Suburbia,E01008010,Sheffield 052E,4c,Hampered neighbourhoods,E02001662,Sheffield 052,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126091 +126091,E00040941,7a3,Multi-Ethnic Hardship,E01008076,Sheffield 060C,4c,Hampered neighbourhoods,E02001670,Sheffield 060,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126092 +126092,E00040344,7a3,Multi-Ethnic Hardship,E01007963,Sheffield 045A,5c,Comfortable neighbourhoods,E02001655,Sheffield 045,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126093 +126093,E00040223,4a1,Private Renting Young Families,E01007941,Sheffield 015A,4c,Hampered neighbourhoods,E02001625,Sheffield 015,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126094 +126094,E00040248,4b2,Pakistani Communities,E01007942,Sheffield 020D,7b,Young ethnic communities,E02001630,Sheffield 020,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126095 +126095,E00040602,6b1,Multi-Ethnic Suburbia,E01008016,Sheffield 032F,4c,Hampered neighbourhoods,E02001642,Sheffield 032,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126096 +126096,E00040526,5a2,Multi-Ethnic Professionals with Families,E01008000,Sheffield 052A,5a,Ageing urban communities,E02001662,Sheffield 052,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126097 +126097,E00040654,6b4,Older Workers and Retirement,E01008030,Sheffield 063A,5a,Ageing urban communities,E02001673,Sheffield 063,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126098 +126098,E00040647,6b1,Multi-Ethnic Suburbia,E01008031,Sheffield 061A,5c,Comfortable neighbourhoods,E02001671,Sheffield 061,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126099 +126099,E00040353,7a3,Multi-Ethnic Hardship,E01007963,Sheffield 045A,5c,Comfortable neighbourhoods,E02001655,Sheffield 045,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126100 +126100,E00040539,5a2,Multi-Ethnic Professionals with Families,E01008002,Sheffield 054B,8b,Ageing suburbanites,E02001664,Sheffield 054,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126101 +126101,E00040249,4b2,Pakistani Communities,E01007944,Sheffield 022F,7b,Young ethnic communities,E02001632,Sheffield 022,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126102 +126102,E00040942,7a3,Multi-Ethnic Hardship,E01008076,Sheffield 060C,4c,Hampered neighbourhoods,E02001670,Sheffield 060,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126103 +126103,E00040232,4a1,Private Renting Young Families,E01007948,Sheffield 013D,7a,Urban cultural mix,E02001623,Sheffield 013,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126104 +126104,E00040658,6b4,Older Workers and Retirement,E01008036,Sheffield 063C,8c,Comfortable suburbia,E02001673,Sheffield 063,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126105 +126105,E00040744,6b1,Multi-Ethnic Suburbia,E01008039,Sheffield 065F,8c,Comfortable suburbia,E02001675,Sheffield 065,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126106 +126106,E00040407,7a3,Multi-Ethnic Hardship,E01007979,Sheffield 051D,7a,Urban cultural mix,E02001661,Sheffield 051,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126107 +126107,E00040666,5a2,Multi-Ethnic Professionals with Families,E01008020,Sheffield 065B,5b,Aspiring urban households,E02001675,Sheffield 065,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126108 +126108,E00040252,4b2,Pakistani Communities,E01007944,Sheffield 022F,7b,Young ethnic communities,E02001632,Sheffield 022,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126109 +126109,E00040946,7a3,Multi-Ethnic Hardship,E01008076,Sheffield 060C,4c,Hampered neighbourhoods,E02001670,Sheffield 060,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126110 +126110,E00040948,7a3,Multi-Ethnic Hardship,E01008077,Sheffield 060D,4c,Hampered neighbourhoods,E02001670,Sheffield 060,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126111 +126111,E00040949,7a3,Multi-Ethnic Hardship,E01008077,Sheffield 060D,4c,Hampered neighbourhoods,E02001670,Sheffield 060,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126112 +126112,E00040956,7a3,Multi-Ethnic Hardship,E01008080,Sheffield 069D,5c,Comfortable neighbourhoods,E02001679,Sheffield 069,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126113 +126113,E00040963,7a3,Multi-Ethnic Hardship,E01008080,Sheffield 069D,5c,Comfortable neighbourhoods,E02001679,Sheffield 069,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126114 +126114,E00040964,7a3,Multi-Ethnic Hardship,E01008082,Sheffield 070B,4c,Hampered neighbourhoods,E02001680,Sheffield 070,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126115 +126115,E00040966,7a3,Multi-Ethnic Hardship,E01008083,Sheffield 070C,4c,Hampered neighbourhoods,E02001680,Sheffield 070,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126116 +126116,E00040967,7a3,Multi-Ethnic Hardship,E01008090,Sheffield 012C,4c,Hampered neighbourhoods,E02001622,Sheffield 012,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126117 +126117,E00040984,7a3,Multi-Ethnic Hardship,E01008086,Sheffield 009B,4a,Challenged white communities,E02001619,Sheffield 009,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126118 +126118,E00040999,7a3,Multi-Ethnic Hardship,E01008090,Sheffield 012C,4c,Hampered neighbourhoods,E02001622,Sheffield 012,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126119 +126119,E00041013,7a3,Multi-Ethnic Hardship,E01008092,Sheffield 012D,4c,Hampered neighbourhoods,E02001622,Sheffield 012,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126120 +126120,E00041041,7a3,Multi-Ethnic Hardship,E01008100,Sheffield 048B,4c,Hampered neighbourhoods,E02001658,Sheffield 048,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126121 +126121,E00041057,7a3,Multi-Ethnic Hardship,E01008097,Sheffield 043C,4c,Hampered neighbourhoods,E02001653,Sheffield 043,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126122 +126122,E00041064,7a3,Multi-Ethnic Hardship,E01008096,Sheffield 043B,7a,Urban cultural mix,E02001653,Sheffield 043,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126123 +126123,E00041130,7a3,Multi-Ethnic Hardship,E01008124,Sheffield 012F,4c,Hampered neighbourhoods,E02001622,Sheffield 012,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126124 +126124,E00041135,7a3,Multi-Ethnic Hardship,E01008124,Sheffield 012F,4c,Hampered neighbourhoods,E02001622,Sheffield 012,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126125 +126125,E00041149,7a3,Multi-Ethnic Hardship,E01033277,Sheffield 011E,4c,Hampered neighbourhoods,E02001621,Sheffield 011,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126126 +126126,E00041298,7a3,Multi-Ethnic Hardship,E01008157,Sheffield 026D,4c,Hampered neighbourhoods,E02001636,Sheffield 026,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126127 +126127,E00041316,7a3,Multi-Ethnic Hardship,E01008157,Sheffield 026D,4c,Hampered neighbourhoods,E02001636,Sheffield 026,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126128 +126128,E00041323,7a3,Multi-Ethnic Hardship,E01008158,Sheffield 025D,5c,Comfortable neighbourhoods,E02001635,Sheffield 025,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126129 +126129,E00041344,7a3,Multi-Ethnic Hardship,E01008157,Sheffield 026D,4c,Hampered neighbourhoods,E02001636,Sheffield 026,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126130 +126130,E00041354,7a3,Multi-Ethnic Hardship,E01008157,Sheffield 026D,4c,Hampered neighbourhoods,E02001636,Sheffield 026,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126131 +126131,E00041362,7a3,Multi-Ethnic Hardship,E01008158,Sheffield 025D,5c,Comfortable neighbourhoods,E02001635,Sheffield 025,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126132 +126132,E00172440,7a3,Multi-Ethnic Hardship,E01008013,Sheffield 039C,4c,Hampered neighbourhoods,E02001649,Sheffield 039,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126133 +126133,E00172464,7a3,Multi-Ethnic Hardship,E01008102,Sheffield 048C,4c,Hampered neighbourhoods,E02001658,Sheffield 048,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126134 +126134,E00172476,7a3,Multi-Ethnic Hardship,E01008101,Sheffield 043D,7a,Urban cultural mix,E02001653,Sheffield 043,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126135 +126135,E00172524,7a3,Multi-Ethnic Hardship,E01008075,Sheffield 060B,4c,Hampered neighbourhoods,E02001670,Sheffield 060,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126136 +126136,E00172415,3b3,Multi-Ethnic Professional Service Workers,E01033265,Sheffield 074C,1a,Cosmopolitan student neighbourhoods,E02006844,Sheffield 074,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126137 +126137,E00172441,3b3,Multi-Ethnic Professional Service Workers,E01033271,Sheffield 040E,6a,Inner city cosmopolitan,E02001650,Sheffield 040,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126138 +126138,E00039619,5a2,Multi-Ethnic Professionals with Families,E01007831,Sheffield 059C,3c,Highly qualified professionals,E02001669,Sheffield 059,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126139 +126139,E00039670,5a2,Multi-Ethnic Professionals with Families,E01007829,Sheffield 059B,3a,Achieving neighbourhoods,E02001669,Sheffield 059,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126140 +126140,E00039677,5a2,Multi-Ethnic Professionals with Families,E01007828,Sheffield 059A,3d,Households in terraces and flats,E02001669,Sheffield 059,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126141 +126141,E00039827,5a2,Multi-Ethnic Professionals with Families,E01007865,Sheffield 038D,3c,Highly qualified professionals,E02001648,Sheffield 038,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126142 +126142,E00039836,5a2,Multi-Ethnic Professionals with Families,E01007866,Sheffield 030A,1a,Cosmopolitan student neighbourhoods,E02001640,Sheffield 030,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126143 +126143,E00039940,5a2,Multi-Ethnic Professionals with Families,E01007882,Sheffield 075D,7b,Young ethnic communities,E02006868,Sheffield 075,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126144 +126144,E00040163,5a2,Multi-Ethnic Professionals with Families,E01007929,Sheffield 055C,8a,Affluent communities,E02001665,Sheffield 055,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126145 +126145,E00040184,5a2,Multi-Ethnic Professionals with Families,E01007937,Sheffield 047E,8a,Affluent communities,E02001657,Sheffield 047,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126146 +126146,E00040185,5a2,Multi-Ethnic Professionals with Families,E01007934,Sheffield 047B,3a,Achieving neighbourhoods,E02001657,Sheffield 047,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126147 +126147,E00040189,5a2,Multi-Ethnic Professionals with Families,E01007936,Sheffield 047D,3a,Achieving neighbourhoods,E02001657,Sheffield 047,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126148 +126148,E00040280,5a2,Multi-Ethnic Professionals with Families,E01007951,Sheffield 029A,3c,Highly qualified professionals,E02001639,Sheffield 029,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126149 +126149,E00040316,5a2,Multi-Ethnic Professionals with Families,E01007961,Sheffield 033D,8a,Affluent communities,E02001643,Sheffield 033,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126150 +126150,E00040325,5a2,Multi-Ethnic Professionals with Families,E01007954,Sheffield 033C,8a,Affluent communities,E02001643,Sheffield 033,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126151 +126151,E00040334,5a2,Multi-Ethnic Professionals with Families,E01007973,Sheffield 037D,8b,Ageing suburbanites,E02001647,Sheffield 037,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126152 +126152,E00040257,4b2,Pakistani Communities,E01007948,Sheffield 013D,7a,Urban cultural mix,E02001623,Sheffield 013,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126153 +126153,E00040757,6b1,Multi-Ethnic Suburbia,E01008044,Sheffield 046B,3b,Asian traits,E02001656,Sheffield 046,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126154 +126154,E00040659,6b4,Older Workers and Retirement,E01008041,Sheffield 063D,8c,Comfortable suburbia,E02001673,Sheffield 063,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126155 +126155,E00040751,5a2,Multi-Ethnic Professionals with Families,E01008052,Sheffield 050F,3c,Highly qualified professionals,E02001660,Sheffield 050,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126156 +126156,E00040258,4b2,Pakistani Communities,E01007948,Sheffield 013D,7a,Urban cultural mix,E02001623,Sheffield 013,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126157 +126157,E00040758,6b1,Multi-Ethnic Suburbia,E01008043,Sheffield 046A,3b,Asian traits,E02001656,Sheffield 046,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126158 +126158,E00040246,4a1,Private Renting Young Families,E01007941,Sheffield 015A,4c,Hampered neighbourhoods,E02001625,Sheffield 015,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126159 +126159,E00040763,6b1,Multi-Ethnic Suburbia,E01008044,Sheffield 046B,3b,Asian traits,E02001656,Sheffield 046,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126160 +126160,E00040683,6b4,Older Workers and Retirement,E01008024,Sheffield 072C,5c,Comfortable neighbourhoods,E02006803,Sheffield 072,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126161 +126161,E00040755,5a2,Multi-Ethnic Professionals with Families,E01008043,Sheffield 046A,3b,Asian traits,E02001656,Sheffield 046,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126162 +126162,E00040417,7a3,Multi-Ethnic Hardship,E01007975,Sheffield 051A,7a,Urban cultural mix,E02001661,Sheffield 051,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126163 +126163,E00040400,4a1,Private Renting Young Families,E01007982,Sheffield 054A,4c,Hampered neighbourhoods,E02001664,Sheffield 054,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126164 +126164,E00040266,4b2,Pakistani Communities,E01007948,Sheffield 013D,7a,Urban cultural mix,E02001623,Sheffield 013,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126165 +126165,E00040800,6b1,Multi-Ethnic Suburbia,E01008063,Sheffield 011B,4c,Hampered neighbourhoods,E02001621,Sheffield 011,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126166 +126166,E00041005,5a2,Multi-Ethnic Professionals with Families,E01008089,Sheffield 017B,7a,Urban cultural mix,E02001627,Sheffield 017,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126167 +126167,E00040431,7a3,Multi-Ethnic Hardship,E01007977,Sheffield 051C,4c,Hampered neighbourhoods,E02001661,Sheffield 051,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126168 +126168,E00040270,4b2,Pakistani Communities,E01007947,Sheffield 013C,7a,Urban cultural mix,E02001623,Sheffield 013,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126169 +126169,E00040404,4a1,Private Renting Young Families,E01007976,Sheffield 051B,3d,Households in terraces and flats,E02001661,Sheffield 051,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126170 +126170,E00040809,6b1,Multi-Ethnic Suburbia,E01008063,Sheffield 011B,4c,Hampered neighbourhoods,E02001621,Sheffield 011,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126171 +126171,E00040689,6b4,Older Workers and Retirement,E01032585,Sheffield 072E,8b,Ageing suburbanites,E02006803,Sheffield 072,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126172 +126172,E00041325,6b1,Multi-Ethnic Suburbia,E01008159,Sheffield 029D,3c,Highly qualified professionals,E02001639,Sheffield 029,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126173 +126173,E00041043,5a2,Multi-Ethnic Professionals with Families,E01008099,Sheffield 051E,3d,Households in terraces and flats,E02001661,Sheffield 051,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126174 +126174,E00040408,4a1,Private Renting Young Families,E01007976,Sheffield 051B,3d,Households in terraces and flats,E02001661,Sheffield 051,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126175 +126175,E00040589,4b2,Pakistani Communities,E01008014,Sheffield 032E,7a,Urban cultural mix,E02001642,Sheffield 032,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126176 +126176,E00040690,6b4,Older Workers and Retirement,E01008025,Sheffield 072D,5c,Comfortable neighbourhoods,E02006803,Sheffield 072,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126177 +126177,E00040432,7a3,Multi-Ethnic Hardship,E01007979,Sheffield 051D,7a,Urban cultural mix,E02001661,Sheffield 051,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126178 +126178,E00172541,6b1,Multi-Ethnic Suburbia,E01007965,Sheffield 044A,4c,Hampered neighbourhoods,E02001654,Sheffield 044,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126179 +126179,E00041304,5a2,Multi-Ethnic Professionals with Families,E01008153,Sheffield 024B,3d,Households in terraces and flats,E02001634,Sheffield 024,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126180 +126180,E00040724,6b4,Older Workers and Retirement,E01008039,Sheffield 065F,8c,Comfortable suburbia,E02001675,Sheffield 065,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126181 +126181,E00040912,6b4,Older Workers and Retirement,E01008078,Sheffield 064E,5c,Comfortable neighbourhoods,E02001674,Sheffield 064,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126182 +126182,E00040913,6b4,Older Workers and Retirement,E01008080,Sheffield 069D,5c,Comfortable neighbourhoods,E02001679,Sheffield 069,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126183 +126183,E00040959,6b4,Older Workers and Retirement,E01008080,Sheffield 069D,5c,Comfortable neighbourhoods,E02001679,Sheffield 069,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126184 +126184,E00041172,6b4,Older Workers and Retirement,E01008132,Sheffield 023D,8b,Ageing suburbanites,E02001633,Sheffield 023,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126185 +126185,E00041173,6b4,Older Workers and Retirement,E01008132,Sheffield 023D,8b,Ageing suburbanites,E02001633,Sheffield 023,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126186 +126186,E00041181,6b4,Older Workers and Retirement,E01008130,Sheffield 023B,5c,Comfortable neighbourhoods,E02001633,Sheffield 023,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126187 +126187,E00041196,6b4,Older Workers and Retirement,E01008130,Sheffield 023B,5c,Comfortable neighbourhoods,E02001633,Sheffield 023,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126188 +126188,E00041202,6b4,Older Workers and Retirement,E01008131,Sheffield 023C,8b,Ageing suburbanites,E02001633,Sheffield 023,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126189 +126189,E00041205,6b4,Older Workers and Retirement,E01008131,Sheffield 023C,8b,Ageing suburbanites,E02001633,Sheffield 023,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126190 +126190,E00041213,6b4,Older Workers and Retirement,E01008129,Sheffield 023A,2b,Prospering countryside life,E02001633,Sheffield 023,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126191 +126191,E00041217,6b4,Older Workers and Retirement,E01008136,Sheffield 008D,5c,Comfortable neighbourhoods,E02001618,Sheffield 008,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126192 +126192,E00041222,6b4,Older Workers and Retirement,E01008134,Sheffield 005B,5c,Comfortable neighbourhoods,E02001615,Sheffield 005,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126193 +126193,E00041223,6b4,Older Workers and Retirement,E01008138,Sheffield 006D,5c,Comfortable neighbourhoods,E02001616,Sheffield 006,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126194 +126194,E00041227,6b4,Older Workers and Retirement,E01008137,Sheffield 005D,8b,Ageing suburbanites,E02001615,Sheffield 005,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126195 +126195,E00041228,6b4,Older Workers and Retirement,E01008134,Sheffield 005B,5c,Comfortable neighbourhoods,E02001615,Sheffield 005,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126196 +126196,E00041229,6b4,Older Workers and Retirement,E01008141,Sheffield 005E,8c,Comfortable suburbia,E02001615,Sheffield 005,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126197 +126197,E00041233,6b4,Older Workers and Retirement,E01008134,Sheffield 005B,5c,Comfortable neighbourhoods,E02001615,Sheffield 005,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126198 +126198,E00041238,6b4,Older Workers and Retirement,E01008141,Sheffield 005E,8c,Comfortable suburbia,E02001615,Sheffield 005,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126199 +126199,E00041241,6b4,Older Workers and Retirement,E01008137,Sheffield 005D,8b,Ageing suburbanites,E02001615,Sheffield 005,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126200 +126200,E00041256,6b4,Older Workers and Retirement,E01008148,Sheffield 001C,5d,Endeavouring social renters,E02001611,Sheffield 001,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126201 +126201,E00041272,6b4,Older Workers and Retirement,E01008142,Sheffield 002A,5d,Endeavouring social renters,E02001612,Sheffield 002,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126202 +126202,E00041302,6b4,Older Workers and Retirement,E01008152,Sheffield 025C,5c,Comfortable neighbourhoods,E02001635,Sheffield 025,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126203 +126203,E00041306,6b4,Older Workers and Retirement,E01008156,Sheffield 024E,8c,Comfortable suburbia,E02001634,Sheffield 024,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126204 +126204,E00041317,6b4,Older Workers and Retirement,E01008152,Sheffield 025C,5c,Comfortable neighbourhoods,E02001635,Sheffield 025,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126205 +126205,E00172522,6b4,Older Workers and Retirement,E01033280,Sheffield 008G,8c,Comfortable suburbia,E02001618,Sheffield 008,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126206 +126206,E00172527,6b4,Older Workers and Retirement,E01007889,Sheffield 004B,8c,Comfortable suburbia,E02001614,Sheffield 004,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126207 +126207,E00039686,7c3,Outer City Hardship,E01033279,Sheffield 076F,4a,Challenged white communities,E02006869,Sheffield 076,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126208 +126208,E00039705,7c3,Outer City Hardship,E01007836,Sheffield 062B,5c,Comfortable neighbourhoods,E02001672,Sheffield 062,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126209 +126209,E00039709,7c3,Outer City Hardship,E01007842,Sheffield 076D,5c,Comfortable neighbourhoods,E02006869,Sheffield 076,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126210 +126210,E00039712,7c3,Outer City Hardship,E01033278,Sheffield 076E,4a,Challenged white communities,E02006869,Sheffield 076,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126211 +126211,E00039731,7c3,Outer City Hardship,E01033279,Sheffield 076F,4a,Challenged white communities,E02006869,Sheffield 076,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126212 +126212,E00039745,7c3,Outer City Hardship,E01033278,Sheffield 076E,4a,Challenged white communities,E02006869,Sheffield 076,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126213 +126213,E00039856,7c3,Outer City Hardship,E01007871,Sheffield 019B,7a,Urban cultural mix,E02001629,Sheffield 019,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126214 +126214,E00040008,7c3,Outer City Hardship,E01007901,Sheffield 003G,4a,Challenged white communities,E02001613,Sheffield 003,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126215 +126215,E00040009,7c3,Outer City Hardship,E01007901,Sheffield 003G,4a,Challenged white communities,E02001613,Sheffield 003,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126216 +126216,E00040341,7c3,Outer City Hardship,E01007967,Sheffield 045B,4c,Hampered neighbourhoods,E02001655,Sheffield 045,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126217 +126217,E00040350,7c3,Outer City Hardship,E01007967,Sheffield 045B,4c,Hampered neighbourhoods,E02001655,Sheffield 045,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126218 +126218,E00040364,7c3,Outer City Hardship,E01007963,Sheffield 045A,5c,Comfortable neighbourhoods,E02001655,Sheffield 045,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126219 +126219,E00040368,7c3,Outer City Hardship,E01007967,Sheffield 045B,4c,Hampered neighbourhoods,E02001655,Sheffield 045,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126220 +126220,E00041330,5a2,Multi-Ethnic Professionals with Families,E01008161,Sheffield 026E,3d,Households in terraces and flats,E02001636,Sheffield 026,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126221 +126221,E00041357,5a2,Multi-Ethnic Professionals with Families,E01008155,Sheffield 024D,3d,Households in terraces and flats,E02001634,Sheffield 024,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126222 +126222,E00172457,5a2,Multi-Ethnic Professionals with Families,E01033275,Sheffield 008F,3a,Achieving neighbourhoods,E02001618,Sheffield 008,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126223 +126223,E00172490,5a2,Multi-Ethnic Professionals with Families,E01007909,Sheffield 032C,3d,Households in terraces and flats,E02001642,Sheffield 032,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126224 +126224,E00172519,5a2,Multi-Ethnic Professionals with Families,E01033275,Sheffield 008F,3a,Achieving neighbourhoods,E02001618,Sheffield 008,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126225 +126225,E00172523,5a2,Multi-Ethnic Professionals with Families,E01033275,Sheffield 008F,3a,Achieving neighbourhoods,E02001618,Sheffield 008,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126226 +126226,E00172536,5a2,Multi-Ethnic Professionals with Families,E01008135,Sheffield 005C,5a,Ageing urban communities,E02001615,Sheffield 005,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126227 +126227,E00039664,6b1,Multi-Ethnic Suburbia,E01007826,Sheffield 066C,8b,Ageing suburbanites,E02001676,Sheffield 066,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126228 +126228,E00039668,6b1,Multi-Ethnic Suburbia,E01007830,Sheffield 064B,5a,Ageing urban communities,E02001674,Sheffield 064,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126229 +126229,E00039695,6b1,Multi-Ethnic Suburbia,E01007841,Sheffield 076C,8b,Ageing suburbanites,E02006869,Sheffield 076,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126230 +126230,E00039714,6b1,Multi-Ethnic Suburbia,E01007836,Sheffield 062B,5c,Comfortable neighbourhoods,E02001672,Sheffield 062,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126231 +126231,E00039724,6b1,Multi-Ethnic Suburbia,E01007838,Sheffield 076A,5d,Endeavouring social renters,E02006869,Sheffield 076,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126232 +126232,E00039743,6b1,Multi-Ethnic Suburbia,E01007841,Sheffield 076C,8b,Ageing suburbanites,E02006869,Sheffield 076,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126233 +126233,E00039751,6b1,Multi-Ethnic Suburbia,E01007853,Sheffield 014D,4c,Hampered neighbourhoods,E02001624,Sheffield 014,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126234 +126234,E00039759,6b1,Multi-Ethnic Suburbia,E01007852,Sheffield 014C,3d,Households in terraces and flats,E02001624,Sheffield 014,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126235 +126235,E00039778,6b1,Multi-Ethnic Suburbia,E01007850,Sheffield 014B,5b,Aspiring urban households,E02001624,Sheffield 014,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126236 +126236,E00039799,6b1,Multi-Ethnic Suburbia,E01007850,Sheffield 014B,5b,Aspiring urban households,E02001624,Sheffield 014,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126237 +126237,E00039939,6b1,Multi-Ethnic Suburbia,E01007882,Sheffield 075D,7b,Young ethnic communities,E02006868,Sheffield 075,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126238 +126238,E00040016,6b1,Multi-Ethnic Suburbia,E01007888,Sheffield 003A,8b,Ageing suburbanites,E02001613,Sheffield 003,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126239 +126239,E00040035,6b1,Multi-Ethnic Suburbia,E01007907,Sheffield 032A,7b,Young ethnic communities,E02001642,Sheffield 032,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126240 +126240,E00040066,6b1,Multi-Ethnic Suburbia,E01007908,Sheffield 032B,3d,Households in terraces and flats,E02001642,Sheffield 032,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126241 +126241,E00040067,6b1,Multi-Ethnic Suburbia,E01007907,Sheffield 032A,7b,Young ethnic communities,E02001642,Sheffield 032,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126242 +126242,E00040141,6b1,Multi-Ethnic Suburbia,E01007924,Sheffield 071E,5c,Comfortable neighbourhoods,E02001681,Sheffield 071,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126243 +126243,E00040159,6b1,Multi-Ethnic Suburbia,E01007938,Sheffield 047F,8a,Affluent communities,E02001657,Sheffield 047,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126244 +126244,E00040160,6b1,Multi-Ethnic Suburbia,E01007931,Sheffield 047A,8a,Affluent communities,E02001657,Sheffield 047,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126245 +126245,E00040169,6b1,Multi-Ethnic Suburbia,E01007932,Sheffield 055E,8a,Affluent communities,E02001665,Sheffield 055,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126246 +126246,E00040170,6b1,Multi-Ethnic Suburbia,E01007932,Sheffield 055E,8a,Affluent communities,E02001665,Sheffield 055,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126247 +126247,E00040174,6b1,Multi-Ethnic Suburbia,E01007934,Sheffield 047B,3a,Achieving neighbourhoods,E02001657,Sheffield 047,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126248 +126248,E00040181,6b1,Multi-Ethnic Suburbia,E01007938,Sheffield 047F,8a,Affluent communities,E02001657,Sheffield 047,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126249 +126249,E00040183,6b1,Multi-Ethnic Suburbia,E01007939,Sheffield 055F,8a,Affluent communities,E02001665,Sheffield 055,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126250 +126250,E00040187,6b1,Multi-Ethnic Suburbia,E01007938,Sheffield 047F,8a,Affluent communities,E02001657,Sheffield 047,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126251 +126251,E00040188,6b1,Multi-Ethnic Suburbia,E01007937,Sheffield 047E,8a,Affluent communities,E02001657,Sheffield 047,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126252 +126252,E00040192,6b1,Multi-Ethnic Suburbia,E01007938,Sheffield 047F,8a,Affluent communities,E02001657,Sheffield 047,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126253 +126253,E00040209,6b1,Multi-Ethnic Suburbia,E01007929,Sheffield 055C,8a,Affluent communities,E02001665,Sheffield 055,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126254 +126254,E00040273,6b1,Multi-Ethnic Suburbia,E01007954,Sheffield 033C,8a,Affluent communities,E02001643,Sheffield 033,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126255 +126255,E00040281,6b1,Multi-Ethnic Suburbia,E01007961,Sheffield 033D,8a,Affluent communities,E02001643,Sheffield 033,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126256 +126256,E00040294,6b1,Multi-Ethnic Suburbia,E01007957,Sheffield 041C,8a,Affluent communities,E02001651,Sheffield 041,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126257 +126257,E00040444,6b1,Multi-Ethnic Suburbia,E01007985,Sheffield 053E,3c,Highly qualified professionals,E02001663,Sheffield 053,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126258 +126258,E00039638,6b4,Older Workers and Retirement,E01007833,Sheffield 064C,5c,Comfortable neighbourhoods,E02001674,Sheffield 064,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126259 +126259,E00040442,7a3,Multi-Ethnic Hardship,E01007982,Sheffield 054A,4c,Hampered neighbourhoods,E02001664,Sheffield 054,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126260 +126260,E00040596,4b2,Pakistani Communities,E01008014,Sheffield 032E,7a,Urban cultural mix,E02001642,Sheffield 032,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126261 +126261,E00040413,4a1,Private Renting Young Families,E01007975,Sheffield 051A,7a,Urban cultural mix,E02001661,Sheffield 051,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126262 +126262,E00039649,6b4,Older Workers and Retirement,E01007833,Sheffield 064C,5c,Comfortable neighbourhoods,E02001674,Sheffield 064,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126263 +126263,E00039653,6b4,Older Workers and Retirement,E01007833,Sheffield 064C,5c,Comfortable neighbourhoods,E02001674,Sheffield 064,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126264 +126264,E00039675,6b4,Older Workers and Retirement,E01007827,Sheffield 064A,8c,Comfortable suburbia,E02001674,Sheffield 064,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126265 +126265,E00039697,6b4,Older Workers and Retirement,E01007841,Sheffield 076C,8b,Ageing suburbanites,E02006869,Sheffield 076,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126266 +126266,E00039716,6b4,Older Workers and Retirement,E01007846,Sheffield 062D,5c,Comfortable neighbourhoods,E02001672,Sheffield 062,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126267 +126267,E00039717,6b4,Older Workers and Retirement,E01007835,Sheffield 062A,5a,Ageing urban communities,E02001672,Sheffield 062,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126268 +126268,E00039719,6b4,Older Workers and Retirement,E01007836,Sheffield 062B,5c,Comfortable neighbourhoods,E02001672,Sheffield 062,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126269 +126269,E00039947,6b4,Older Workers and Retirement,E01007896,Sheffield 004G,8b,Ageing suburbanites,E02001614,Sheffield 004,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126270 +126270,E00039950,6b4,Older Workers and Retirement,E01007896,Sheffield 004G,8b,Ageing suburbanites,E02001614,Sheffield 004,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126271 +126271,E00039951,6b4,Older Workers and Retirement,E01007897,Sheffield 005A,8b,Ageing suburbanites,E02001615,Sheffield 005,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126272 +126272,E00039953,6b4,Older Workers and Retirement,E01007898,Sheffield 003D,8c,Comfortable suburbia,E02001613,Sheffield 003,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126273 +126273,E00039962,6b4,Older Workers and Retirement,E01007887,Sheffield 004A,5c,Comfortable neighbourhoods,E02001614,Sheffield 004,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126274 +126274,E00039971,6b4,Older Workers and Retirement,E01007893,Sheffield 003C,8b,Ageing suburbanites,E02001613,Sheffield 003,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126275 +126275,E00039978,6b4,Older Workers and Retirement,E01007897,Sheffield 005A,8b,Ageing suburbanites,E02001615,Sheffield 005,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126276 +126276,E00039980,6b4,Older Workers and Retirement,E01007891,Sheffield 004D,8b,Ageing suburbanites,E02001614,Sheffield 004,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126277 +126277,E00039981,6b4,Older Workers and Retirement,E01007893,Sheffield 003C,8b,Ageing suburbanites,E02001613,Sheffield 003,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126278 +126278,E00039982,6b4,Older Workers and Retirement,E01007897,Sheffield 005A,8b,Ageing suburbanites,E02001615,Sheffield 005,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126279 +126279,E00039990,6b4,Older Workers and Retirement,E01007899,Sheffield 003E,8b,Ageing suburbanites,E02001613,Sheffield 003,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126280 +126280,E00040002,6b4,Older Workers and Retirement,E01007899,Sheffield 003E,8b,Ageing suburbanites,E02001613,Sheffield 003,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126281 +126281,E00040017,6b4,Older Workers and Retirement,E01007887,Sheffield 004A,5c,Comfortable neighbourhoods,E02001614,Sheffield 004,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126282 +126282,E00040021,6b4,Older Workers and Retirement,E01007887,Sheffield 004A,5c,Comfortable neighbourhoods,E02001614,Sheffield 004,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126283 +126283,E00040077,6b4,Older Workers and Retirement,E01007911,Sheffield 032D,8b,Ageing suburbanites,E02001642,Sheffield 032,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126284 +126284,E00040080,6b4,Older Workers and Retirement,E01007911,Sheffield 032D,8b,Ageing suburbanites,E02001642,Sheffield 032,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126285 +126285,E00040094,6b4,Older Workers and Retirement,E01007924,Sheffield 071E,5c,Comfortable neighbourhoods,E02001681,Sheffield 071,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126286 +126286,E00040135,6b4,Older Workers and Retirement,E01007925,Sheffield 068D,8a,Affluent communities,E02001678,Sheffield 068,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126287 +126287,E00040136,6b4,Older Workers and Retirement,E01007923,Sheffield 068C,8a,Affluent communities,E02001678,Sheffield 068,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126288 +126288,E00040177,6b4,Older Workers and Retirement,E01007934,Sheffield 047B,3a,Achieving neighbourhoods,E02001657,Sheffield 047,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126289 +126289,E00040195,6b4,Older Workers and Retirement,E01007939,Sheffield 055F,8a,Affluent communities,E02001665,Sheffield 055,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126290 +126290,E00040333,6b4,Older Workers and Retirement,E01007954,Sheffield 033C,8a,Affluent communities,E02001643,Sheffield 033,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126291 +126291,E00040372,6b4,Older Workers and Retirement,E01007963,Sheffield 045A,5c,Comfortable neighbourhoods,E02001655,Sheffield 045,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126292 +126292,E00040396,6b4,Older Workers and Retirement,E01007973,Sheffield 037D,8b,Ageing suburbanites,E02001647,Sheffield 037,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126293 +126293,E00040501,6b4,Older Workers and Retirement,E01007997,Sheffield 025A,8b,Ageing suburbanites,E02001635,Sheffield 025,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126294 +126294,E00040508,6b4,Older Workers and Retirement,E01007988,Sheffield 016B,5c,Comfortable neighbourhoods,E02001626,Sheffield 016,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126295 +126295,E00040514,6b4,Older Workers and Retirement,E01007988,Sheffield 016B,5c,Comfortable neighbourhoods,E02001626,Sheffield 016,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126296 +126296,E00040520,6b4,Older Workers and Retirement,E01007991,Sheffield 016D,5c,Comfortable neighbourhoods,E02001626,Sheffield 016,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126297 +126297,E00040548,7a3,Multi-Ethnic Hardship,E01008001,Sheffield 052B,5a,Ageing urban communities,E02001662,Sheffield 052,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126298 +126298,E00040749,4b2,Pakistani Communities,E01008051,Sheffield 050E,7a,Urban cultural mix,E02001660,Sheffield 050,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126299 +126299,E00040414,4a1,Private Renting Young Families,E01007975,Sheffield 051A,7a,Urban cultural mix,E02001661,Sheffield 051,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126300 +126300,E00040570,7a3,Multi-Ethnic Hardship,E01008008,Sheffield 045D,4c,Hampered neighbourhoods,E02001655,Sheffield 045,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126301 +126301,E00040574,7a3,Multi-Ethnic Hardship,E01008010,Sheffield 052E,4c,Hampered neighbourhoods,E02001662,Sheffield 052,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126302 +126302,E00040592,7a3,Multi-Ethnic Hardship,E01008012,Sheffield 039B,7a,Urban cultural mix,E02001649,Sheffield 039,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126303 +126303,E00040600,7a3,Multi-Ethnic Hardship,E01008017,Sheffield 039E,4c,Hampered neighbourhoods,E02001649,Sheffield 039,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126304 +126304,E00040607,7a3,Multi-Ethnic Hardship,E01008015,Sheffield 039D,4c,Hampered neighbourhoods,E02001649,Sheffield 039,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126305 +126305,E00040608,7a3,Multi-Ethnic Hardship,E01008018,Sheffield 039F,4c,Hampered neighbourhoods,E02001649,Sheffield 039,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126306 +126306,E00040615,7a3,Multi-Ethnic Hardship,E01008017,Sheffield 039E,4c,Hampered neighbourhoods,E02001649,Sheffield 039,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126307 +126307,E00040616,7a3,Multi-Ethnic Hardship,E01008018,Sheffield 039F,4c,Hampered neighbourhoods,E02001649,Sheffield 039,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126308 +126308,E00040620,7a3,Multi-Ethnic Hardship,E01008012,Sheffield 039B,7a,Urban cultural mix,E02001649,Sheffield 039,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126309 +126309,E00040621,7a3,Multi-Ethnic Hardship,E01008011,Sheffield 039A,4c,Hampered neighbourhoods,E02001649,Sheffield 039,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126310 +126310,E00040622,7a3,Multi-Ethnic Hardship,E01008011,Sheffield 039A,4c,Hampered neighbourhoods,E02001649,Sheffield 039,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126311 +126311,E00040628,7a3,Multi-Ethnic Hardship,E01008012,Sheffield 039B,7a,Urban cultural mix,E02001649,Sheffield 039,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126312 +126312,E00040629,7a3,Multi-Ethnic Hardship,E01008012,Sheffield 039B,7a,Urban cultural mix,E02001649,Sheffield 039,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126313 +126313,E00040664,7a3,Multi-Ethnic Hardship,E01008022,Sheffield 065C,4c,Hampered neighbourhoods,E02001675,Sheffield 065,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126314 +126314,E00040672,7a3,Multi-Ethnic Hardship,E01008022,Sheffield 065C,4c,Hampered neighbourhoods,E02001675,Sheffield 065,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126315 +126315,E00040674,7a3,Multi-Ethnic Hardship,E01008022,Sheffield 065C,4c,Hampered neighbourhoods,E02001675,Sheffield 065,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126316 +126316,E00040679,7a3,Multi-Ethnic Hardship,E01008019,Sheffield 065A,5d,Endeavouring social renters,E02001675,Sheffield 065,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126317 +126317,E00040684,7a3,Multi-Ethnic Hardship,E01008027,Sheffield 065D,5c,Comfortable neighbourhoods,E02001675,Sheffield 065,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126318 +126318,E00040915,7a3,Multi-Ethnic Hardship,E01008081,Sheffield 070A,4c,Hampered neighbourhoods,E02001680,Sheffield 070,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126319 +126319,E00040916,7a3,Multi-Ethnic Hardship,E01008081,Sheffield 070A,4c,Hampered neighbourhoods,E02001680,Sheffield 070,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126320 +126320,E00040752,4b2,Pakistani Communities,E01008051,Sheffield 050E,7a,Urban cultural mix,E02001660,Sheffield 050,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126321 +126321,E00040428,4a1,Private Renting Young Families,E01007975,Sheffield 051A,7a,Urban cultural mix,E02001661,Sheffield 051,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126322 +126322,E00040917,7a3,Multi-Ethnic Hardship,E01008082,Sheffield 070B,4c,Hampered neighbourhoods,E02001680,Sheffield 070,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126323 +126323,E00040918,7a3,Multi-Ethnic Hardship,E01008083,Sheffield 070C,4c,Hampered neighbourhoods,E02001680,Sheffield 070,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126324 +126324,E00040920,7a3,Multi-Ethnic Hardship,E01008083,Sheffield 070C,4c,Hampered neighbourhoods,E02001680,Sheffield 070,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126325 +126325,E00040922,7a3,Multi-Ethnic Hardship,E01008083,Sheffield 070C,4c,Hampered neighbourhoods,E02001680,Sheffield 070,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126326 +126326,E00040923,7a3,Multi-Ethnic Hardship,E01008082,Sheffield 070B,4c,Hampered neighbourhoods,E02001680,Sheffield 070,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126327 +126327,E00040924,7a3,Multi-Ethnic Hardship,E01008084,Sheffield 070D,4c,Hampered neighbourhoods,E02001680,Sheffield 070,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126328 +126328,E00040925,7a3,Multi-Ethnic Hardship,E01008084,Sheffield 070D,4c,Hampered neighbourhoods,E02001680,Sheffield 070,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126329 +126329,E00040928,7a3,Multi-Ethnic Hardship,E01008083,Sheffield 070C,4c,Hampered neighbourhoods,E02001680,Sheffield 070,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126330 +126330,E00040930,7a3,Multi-Ethnic Hardship,E01008084,Sheffield 070D,4c,Hampered neighbourhoods,E02001680,Sheffield 070,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126331 +126331,E00040931,7a3,Multi-Ethnic Hardship,E01008084,Sheffield 070D,4c,Hampered neighbourhoods,E02001680,Sheffield 070,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126332 +126332,E00040753,4b2,Pakistani Communities,E01008045,Sheffield 050B,3b,Asian traits,E02001660,Sheffield 050,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126333 +126333,E00040762,4b2,Pakistani Communities,E01008045,Sheffield 050B,3b,Asian traits,E02001660,Sheffield 050,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126334 +126334,E00040791,4b2,Pakistani Communities,E01008051,Sheffield 050E,7a,Urban cultural mix,E02001660,Sheffield 050,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126335 +126335,E00040793,4b2,Pakistani Communities,E01008052,Sheffield 050F,3c,Highly qualified professionals,E02001660,Sheffield 050,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126336 +126336,E00040811,4b2,Pakistani Communities,E01008062,Sheffield 013E,7a,Urban cultural mix,E02001623,Sheffield 013,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126337 +126337,E00040850,4b2,Pakistani Communities,E01008062,Sheffield 013E,7a,Urban cultural mix,E02001623,Sheffield 013,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126338 +126338,E00041077,4b2,Pakistani Communities,E01008113,Sheffield 042E,7b,Young ethnic communities,E02001652,Sheffield 042,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126339 +126339,E00041079,4b2,Pakistani Communities,E01008113,Sheffield 042E,7b,Young ethnic communities,E02001652,Sheffield 042,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126340 +126340,E00172424,4b2,Pakistani Communities,E01007942,Sheffield 020D,7b,Young ethnic communities,E02001630,Sheffield 020,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126341 +126341,E00172425,4b2,Pakistani Communities,E01007942,Sheffield 020D,7b,Young ethnic communities,E02001630,Sheffield 020,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126342 +126342,E00172426,4b2,Pakistani Communities,E01007905,Sheffield 027C,7b,Young ethnic communities,E02001637,Sheffield 027,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126343 +126343,E00172430,4b2,Pakistani Communities,E01007873,Sheffield 020C,7b,Young ethnic communities,E02001630,Sheffield 020,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126344 +126344,E00172453,4b2,Pakistani Communities,E01007905,Sheffield 027C,7b,Young ethnic communities,E02001637,Sheffield 027,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126345 +126345,E00172489,4b2,Pakistani Communities,E01007906,Sheffield 027D,7b,Young ethnic communities,E02001637,Sheffield 027,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126346 +126346,E00172491,4b2,Pakistani Communities,E01007906,Sheffield 027D,7b,Young ethnic communities,E02001637,Sheffield 027,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126347 +126347,E00039748,4a1,Private Renting Young Families,E01007852,Sheffield 014C,3d,Households in terraces and flats,E02001624,Sheffield 014,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126348 +126348,E00039750,4a1,Private Renting Young Families,E01007854,Sheffield 014E,7a,Urban cultural mix,E02001624,Sheffield 014,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126349 +126349,E00039752,4a1,Private Renting Young Families,E01007854,Sheffield 014E,7a,Urban cultural mix,E02001624,Sheffield 014,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126350 +126350,E00039753,4a1,Private Renting Young Families,E01007855,Sheffield 014F,7a,Urban cultural mix,E02001624,Sheffield 014,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126351 +126351,E00039762,4a1,Private Renting Young Families,E01007848,Sheffield 013A,4c,Hampered neighbourhoods,E02001623,Sheffield 013,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126352 +126352,E00039765,4a1,Private Renting Young Families,E01007851,Sheffield 013B,7a,Urban cultural mix,E02001623,Sheffield 013,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126353 +126353,E00039766,4a1,Private Renting Young Families,E01007848,Sheffield 013A,4c,Hampered neighbourhoods,E02001623,Sheffield 013,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126354 +126354,E00039767,4a1,Private Renting Young Families,E01007851,Sheffield 013B,7a,Urban cultural mix,E02001623,Sheffield 013,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126355 +126355,E00039769,4a1,Private Renting Young Families,E01007851,Sheffield 013B,7a,Urban cultural mix,E02001623,Sheffield 013,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126356 +126356,E00039773,4a1,Private Renting Young Families,E01007854,Sheffield 014E,7a,Urban cultural mix,E02001624,Sheffield 014,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126357 +126357,E00039788,4a1,Private Renting Young Families,E01007849,Sheffield 010A,7a,Urban cultural mix,E02001620,Sheffield 010,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126358 +126358,E00039792,4a1,Private Renting Young Families,E01007847,Sheffield 014A,4c,Hampered neighbourhoods,E02001624,Sheffield 014,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126359 +126359,E00039861,4a1,Private Renting Young Families,E01007870,Sheffield 019A,7a,Urban cultural mix,E02001629,Sheffield 019,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126360 +126360,E00039878,4a1,Private Renting Young Families,E01007872,Sheffield 020B,7b,Young ethnic communities,E02001630,Sheffield 020,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126361 +126361,E00039888,4a1,Private Renting Young Families,E01007871,Sheffield 019B,7a,Urban cultural mix,E02001629,Sheffield 019,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126362 +126362,E00039891,4a1,Private Renting Young Families,E01007873,Sheffield 020C,7b,Young ethnic communities,E02001630,Sheffield 020,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126363 +126363,E00039893,4a1,Private Renting Young Families,E01007874,Sheffield 022A,7a,Urban cultural mix,E02001632,Sheffield 022,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126364 +126364,E00039900,4a1,Private Renting Young Families,E01007879,Sheffield 075B,7a,Urban cultural mix,E02006868,Sheffield 075,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126365 +126365,E00039907,4a1,Private Renting Young Families,E01007885,Sheffield 075E,7a,Urban cultural mix,E02006868,Sheffield 075,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126366 +126366,E00039911,4a1,Private Renting Young Families,E01007885,Sheffield 075E,7a,Urban cultural mix,E02006868,Sheffield 075,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126367 +126367,E00040456,4a1,Private Renting Young Families,E01007982,Sheffield 054A,4c,Hampered neighbourhoods,E02001664,Sheffield 054,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126368 +126368,E00040525,4a1,Private Renting Young Families,E01008003,Sheffield 054C,5b,Aspiring urban households,E02001664,Sheffield 054,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126369 +126369,E00040599,4a1,Private Renting Young Families,E01008016,Sheffield 032F,4c,Hampered neighbourhoods,E02001642,Sheffield 032,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126370 +126370,E00040605,4a1,Private Renting Young Families,E01008014,Sheffield 032E,7a,Urban cultural mix,E02001642,Sheffield 032,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126371 +126371,E00040612,4a1,Private Renting Young Families,E01008018,Sheffield 039F,4c,Hampered neighbourhoods,E02001649,Sheffield 039,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126372 +126372,E00040617,4a1,Private Renting Young Families,E01008017,Sheffield 039E,4c,Hampered neighbourhoods,E02001649,Sheffield 039,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126373 +126373,E00040624,4a1,Private Renting Young Families,E01008011,Sheffield 039A,4c,Hampered neighbourhoods,E02001649,Sheffield 039,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126374 +126374,E00040626,4a1,Private Renting Young Families,E01008013,Sheffield 039C,4c,Hampered neighbourhoods,E02001649,Sheffield 039,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126375 +126375,E00040801,4a1,Private Renting Young Families,E01008062,Sheffield 013E,7a,Urban cultural mix,E02001623,Sheffield 013,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126376 +126376,E00040803,4a1,Private Renting Young Families,E01008062,Sheffield 013E,7a,Urban cultural mix,E02001623,Sheffield 013,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126377 +126377,E00040810,4a1,Private Renting Young Families,E01008062,Sheffield 013E,7a,Urban cultural mix,E02001623,Sheffield 013,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126378 +126378,E00040828,4a1,Private Renting Young Families,E01008054,Sheffield 007B,4c,Hampered neighbourhoods,E02001617,Sheffield 007,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126379 +126379,E00040847,4a1,Private Renting Young Families,E01008059,Sheffield 010C,4c,Hampered neighbourhoods,E02001620,Sheffield 010,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126380 +126380,E00040848,4a1,Private Renting Young Families,E01008061,Sheffield 011A,4c,Hampered neighbourhoods,E02001621,Sheffield 011,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126381 +126381,E00040852,4a1,Private Renting Young Families,E01008061,Sheffield 011A,4c,Hampered neighbourhoods,E02001621,Sheffield 011,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126382 +126382,E00040934,4a1,Private Renting Young Families,E01008075,Sheffield 060B,4c,Hampered neighbourhoods,E02001670,Sheffield 060,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126383 +126383,E00040935,4a1,Private Renting Young Families,E01008075,Sheffield 060B,4c,Hampered neighbourhoods,E02001670,Sheffield 060,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126384 +126384,E00040998,4a1,Private Renting Young Families,E01008089,Sheffield 017B,7a,Urban cultural mix,E02001627,Sheffield 017,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126385 +126385,E00041020,4a1,Private Renting Young Families,E01008096,Sheffield 043B,7a,Urban cultural mix,E02001653,Sheffield 043,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126386 +126386,E00041031,4a1,Private Renting Young Families,E01008103,Sheffield 048D,4c,Hampered neighbourhoods,E02001658,Sheffield 048,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126387 +126387,E00041040,4a1,Private Renting Young Families,E01008101,Sheffield 043D,7a,Urban cultural mix,E02001653,Sheffield 043,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126388 +126388,E00041060,4a1,Private Renting Young Families,E01008097,Sheffield 043C,4c,Hampered neighbourhoods,E02001653,Sheffield 043,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126389 +126389,E00041062,4a1,Private Renting Young Families,E01008098,Sheffield 048A,4c,Hampered neighbourhoods,E02001658,Sheffield 048,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126390 +126390,E00041065,4a1,Private Renting Young Families,E01008097,Sheffield 043C,4c,Hampered neighbourhoods,E02001653,Sheffield 043,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126391 +126391,E00172466,4a1,Private Renting Young Families,E01008096,Sheffield 043B,7a,Urban cultural mix,E02001653,Sheffield 043,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126392 +126392,E00172468,4a1,Private Renting Young Families,E01008095,Sheffield 043A,1a,Cosmopolitan student neighbourhoods,E02001653,Sheffield 043,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126393 +126393,E00172469,4a1,Private Renting Young Families,E01008096,Sheffield 043B,7a,Urban cultural mix,E02001653,Sheffield 043,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126394 +126394,E00172470,4a1,Private Renting Young Families,E01008102,Sheffield 048C,4c,Hampered neighbourhoods,E02001658,Sheffield 048,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126395 +126395,E00172474,4a1,Private Renting Young Families,E01008096,Sheffield 043B,7a,Urban cultural mix,E02001653,Sheffield 043,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126396 +126396,E00172546,4a1,Private Renting Young Families,E01007849,Sheffield 010A,7a,Urban cultural mix,E02001620,Sheffield 010,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126397 +126397,E00172434,2c3,Professional Service Cosmopolitans,E01033270,Sheffield 022H,6a,Inner city cosmopolitan,E02001632,Sheffield 022,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126398 +126398,E00039685,8c3,Renting Hard-Pressed Workers,E01033279,Sheffield 076F,4a,Challenged white communities,E02006869,Sheffield 076,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126399 +126399,E00039688,8c3,Renting Hard-Pressed Workers,E01007842,Sheffield 076D,5c,Comfortable neighbourhoods,E02006869,Sheffield 076,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126400 +126400,E00039699,8c3,Renting Hard-Pressed Workers,E01033279,Sheffield 076F,4a,Challenged white communities,E02006869,Sheffield 076,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126401 +126401,E00039737,8c3,Renting Hard-Pressed Workers,E01007838,Sheffield 076A,5d,Endeavouring social renters,E02006869,Sheffield 076,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126402 +126402,E00039797,8c3,Renting Hard-Pressed Workers,E01007852,Sheffield 014C,3d,Households in terraces and flats,E02001624,Sheffield 014,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126403 +126403,E00039958,8c3,Renting Hard-Pressed Workers,E01007892,Sheffield 003B,4a,Challenged white communities,E02001613,Sheffield 003,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126404 +126404,E00039961,8c3,Renting Hard-Pressed Workers,E01007887,Sheffield 004A,5c,Comfortable neighbourhoods,E02001614,Sheffield 004,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126405 +126405,E00039974,8c3,Renting Hard-Pressed Workers,E01007895,Sheffield 004F,5d,Endeavouring social renters,E02001614,Sheffield 004,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126406 +126406,E00040000,8c3,Renting Hard-Pressed Workers,E01007892,Sheffield 003B,4a,Challenged white communities,E02001613,Sheffield 003,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126407 +126407,E00040074,8c3,Renting Hard-Pressed Workers,E01007910,Sheffield 037A,4c,Hampered neighbourhoods,E02001647,Sheffield 037,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126408 +126408,E00040373,8c3,Renting Hard-Pressed Workers,E01007964,Sheffield 049A,4a,Challenged white communities,E02001659,Sheffield 049,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126409 +126409,E00040393,8c3,Renting Hard-Pressed Workers,E01007971,Sheffield 037C,5d,Endeavouring social renters,E02001647,Sheffield 037,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126410 +126410,E00040531,8c3,Renting Hard-Pressed Workers,E01008008,Sheffield 045D,4c,Hampered neighbourhoods,E02001655,Sheffield 045,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126411 +126411,E00040643,8c3,Renting Hard-Pressed Workers,E01008028,Sheffield 056A,5d,Endeavouring social renters,E02001666,Sheffield 056,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126412 +126412,E00040645,8c3,Renting Hard-Pressed Workers,E01008032,Sheffield 056C,5d,Endeavouring social renters,E02001666,Sheffield 056,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126413 +126413,E00040649,8c3,Renting Hard-Pressed Workers,E01008034,Sheffield 056D,5c,Comfortable neighbourhoods,E02001666,Sheffield 056,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126414 +126414,E00040706,8c3,Renting Hard-Pressed Workers,E01008029,Sheffield 056B,4a,Challenged white communities,E02001666,Sheffield 056,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126415 +126415,E00040712,8c3,Renting Hard-Pressed Workers,E01008031,Sheffield 061A,5c,Comfortable neighbourhoods,E02001671,Sheffield 061,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126416 +126416,E00040734,8c3,Renting Hard-Pressed Workers,E01008037,Sheffield 065E,5c,Comfortable neighbourhoods,E02001675,Sheffield 065,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126417 +126417,E00040736,8c3,Renting Hard-Pressed Workers,E01008037,Sheffield 065E,5c,Comfortable neighbourhoods,E02001675,Sheffield 065,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126418 +126418,E00040818,8c3,Renting Hard-Pressed Workers,E01008058,Sheffield 006C,5d,Endeavouring social renters,E02001616,Sheffield 006,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126419 +126419,E00040982,8c3,Renting Hard-Pressed Workers,E01008085,Sheffield 009A,4a,Challenged white communities,E02001619,Sheffield 009,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126420 +126420,E00041180,8c3,Renting Hard-Pressed Workers,E01008130,Sheffield 023B,5c,Comfortable neighbourhoods,E02001633,Sheffield 023,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126421 +126421,E00041188,8c3,Renting Hard-Pressed Workers,E01008140,Sheffield 008E,5c,Comfortable neighbourhoods,E02001618,Sheffield 008,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126422 +126422,E00041224,8c3,Renting Hard-Pressed Workers,E01008138,Sheffield 006D,5c,Comfortable neighbourhoods,E02001616,Sheffield 006,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126423 +126423,E00041244,8c3,Renting Hard-Pressed Workers,E01008139,Sheffield 006E,5c,Comfortable neighbourhoods,E02001616,Sheffield 006,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126424 +126424,E00041262,8c3,Renting Hard-Pressed Workers,E01008145,Sheffield 001B,5c,Comfortable neighbourhoods,E02001611,Sheffield 001,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126425 +126425,E00041269,8c3,Renting Hard-Pressed Workers,E01008145,Sheffield 001B,5c,Comfortable neighbourhoods,E02001611,Sheffield 001,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126426 +126426,E00172487,8c3,Renting Hard-Pressed Workers,E01033278,Sheffield 076E,4a,Challenged white communities,E02006869,Sheffield 076,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126427 +126427,E00040504,7d4,Retired City Hardship,E01007998,Sheffield 025B,4a,Challenged white communities,E02001635,Sheffield 025,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126428 +126428,E00172525,7d4,Retired City Hardship,E01007965,Sheffield 044A,4c,Hampered neighbourhoods,E02001654,Sheffield 044,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126429 +126429,E00039702,7d3,Retired Communal City Dwellers,E01033279,Sheffield 076F,4a,Challenged white communities,E02006869,Sheffield 076,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126430 +126430,E00040076,7d3,Retired Communal City Dwellers,E01007910,Sheffield 037A,4c,Hampered neighbourhoods,E02001647,Sheffield 037,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126431 +126431,E00040388,7d3,Retired Communal City Dwellers,E01007970,Sheffield 049D,4d,Hard-pressed flat dwellers,E02001659,Sheffield 049,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126432 +126432,E00040503,7d3,Retired Communal City Dwellers,E01007998,Sheffield 025B,4a,Challenged white communities,E02001635,Sheffield 025,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126433 +126433,E00040534,7d3,Retired Communal City Dwellers,E01008000,Sheffield 052A,5a,Ageing urban communities,E02001662,Sheffield 052,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126434 +126434,E00041006,7d3,Retired Communal City Dwellers,E01008092,Sheffield 012D,4c,Hampered neighbourhoods,E02001622,Sheffield 012,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126435 +126435,E00039657,7d2,Retired Independent City Dwellers,E01007833,Sheffield 064C,5c,Comfortable neighbourhoods,E02001674,Sheffield 064,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126436 +126436,E00039741,7d2,Retired Independent City Dwellers,E01007843,Sheffield 062C,4a,Challenged white communities,E02001672,Sheffield 062,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126437 +126437,E00040003,7d2,Retired Independent City Dwellers,E01007892,Sheffield 003B,4a,Challenged white communities,E02001613,Sheffield 003,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126438 +126438,E00040225,7d2,Retired Independent City Dwellers,E01007947,Sheffield 013C,7a,Urban cultural mix,E02001623,Sheffield 013,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126439 +126439,E00040226,7d2,Retired Independent City Dwellers,E01007947,Sheffield 013C,7a,Urban cultural mix,E02001623,Sheffield 013,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126440 +126440,E00040234,7d2,Retired Independent City Dwellers,E01007947,Sheffield 013C,7a,Urban cultural mix,E02001623,Sheffield 013,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126441 +126441,E00040260,7d2,Retired Independent City Dwellers,E01007947,Sheffield 013C,7a,Urban cultural mix,E02001623,Sheffield 013,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126442 +126442,E00040314,7d2,Retired Independent City Dwellers,E01007962,Sheffield 029C,1a,Cosmopolitan student neighbourhoods,E02001639,Sheffield 029,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126443 +126443,E00040330,7d2,Retired Independent City Dwellers,E01007953,Sheffield 033B,3c,Highly qualified professionals,E02001643,Sheffield 033,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126444 +126444,E00040348,7d2,Retired Independent City Dwellers,E01007970,Sheffield 049D,4d,Hard-pressed flat dwellers,E02001659,Sheffield 049,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126445 +126445,E00040563,7d2,Retired Independent City Dwellers,E01008007,Sheffield 060A,4c,Hampered neighbourhoods,E02001670,Sheffield 060,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126446 +126446,E00040565,7d2,Retired Independent City Dwellers,E01008007,Sheffield 060A,4c,Hampered neighbourhoods,E02001670,Sheffield 060,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126447 +126447,E00040972,7d2,Retired Independent City Dwellers,E01008092,Sheffield 012D,4c,Hampered neighbourhoods,E02001622,Sheffield 012,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126448 +126448,E00041225,7d2,Retired Independent City Dwellers,E01008138,Sheffield 006D,5c,Comfortable neighbourhoods,E02001616,Sheffield 006,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126449 +126449,E00041289,7d2,Retired Independent City Dwellers,E01008150,Sheffield 001E,5a,Ageing urban communities,E02001611,Sheffield 001,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126450 +126450,E00040180,5a1,White Professionals,E01007937,Sheffield 047E,8a,Affluent communities,E02001657,Sheffield 047,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126451 +126451,E00040310,5a1,White Professionals,E01007960,Sheffield 029B,3d,Households in terraces and flats,E02001639,Sheffield 029,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126452 +126452,E00040371,5a1,White Professionals,E01007969,Sheffield 044B,5a,Ageing urban communities,E02001654,Sheffield 044,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126453 +126453,E00041331,7d2,Retired Independent City Dwellers,E01008157,Sheffield 026D,4c,Hampered neighbourhoods,E02001636,Sheffield 026,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126454 +126454,E00040549,5b3,Self-Sufficient Retirement,E01008005,Sheffield 052D,5d,Endeavouring social renters,E02001662,Sheffield 052,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126455 +126455,E00039823,2a2,Student Digs,E01007864,Sheffield 036D,1a,Cosmopolitan student neighbourhoods,E02001646,Sheffield 036,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126456 +126456,E00041287,6b3,Semi-Detached Ageing,E01008149,Sheffield 001D,8b,Ageing suburbanites,E02001611,Sheffield 001,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126457 +126457,E00040387,5a1,White Professionals,E01007966,Sheffield 049B,5c,Comfortable neighbourhoods,E02001659,Sheffield 049,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126458 +126458,E00040434,5a1,White Professionals,E01007981,Sheffield 053C,3d,Households in terraces and flats,E02001663,Sheffield 053,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126459 +126459,E00040435,5a1,White Professionals,E01007976,Sheffield 051B,3d,Households in terraces and flats,E02001661,Sheffield 051,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126460 +126460,E00040449,5a1,White Professionals,E01007985,Sheffield 053E,3c,Highly qualified professionals,E02001663,Sheffield 053,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126461 +126461,E00040452,5a1,White Professionals,E01007986,Sheffield 059E,3a,Achieving neighbourhoods,E02001669,Sheffield 059,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126462 +126462,E00040459,5a1,White Professionals,E01007986,Sheffield 059E,3a,Achieving neighbourhoods,E02001669,Sheffield 059,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126463 +126463,E00040469,5a1,White Professionals,E01007992,Sheffield 021B,3d,Households in terraces and flats,E02001631,Sheffield 021,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126464 +126464,E00040470,5a1,White Professionals,E01007995,Sheffield 017A,3a,Achieving neighbourhoods,E02001627,Sheffield 017,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126465 +126465,E00040471,5a1,White Professionals,E01007994,Sheffield 021D,3a,Achieving neighbourhoods,E02001631,Sheffield 021,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126466 +126466,E00040474,5a1,White Professionals,E01007996,Sheffield 021E,5a,Ageing urban communities,E02001631,Sheffield 021,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126467 +126467,E00040480,5a1,White Professionals,E01007987,Sheffield 016A,3a,Achieving neighbourhoods,E02001626,Sheffield 016,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126468 +126468,E00040486,5a1,White Professionals,E01007992,Sheffield 021B,3d,Households in terraces and flats,E02001631,Sheffield 021,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126469 +126469,E00040489,5a1,White Professionals,E01007994,Sheffield 021D,3a,Achieving neighbourhoods,E02001631,Sheffield 021,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126470 +126470,E00040495,5a1,White Professionals,E01007994,Sheffield 021D,3a,Achieving neighbourhoods,E02001631,Sheffield 021,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126471 +126471,E00040496,5a1,White Professionals,E01007994,Sheffield 021D,3a,Achieving neighbourhoods,E02001631,Sheffield 021,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126472 +126472,E00040498,5a1,White Professionals,E01007994,Sheffield 021D,3a,Achieving neighbourhoods,E02001631,Sheffield 021,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126473 +126473,E00040511,5a1,White Professionals,E01007987,Sheffield 016A,3a,Achieving neighbourhoods,E02001626,Sheffield 016,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126474 +126474,E00040513,5a1,White Professionals,E01007987,Sheffield 016A,3a,Achieving neighbourhoods,E02001626,Sheffield 016,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126475 +126475,E00040515,5a1,White Professionals,E01007989,Sheffield 016C,3a,Achieving neighbourhoods,E02001626,Sheffield 016,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126476 +126476,E00040518,5a1,White Professionals,E01007989,Sheffield 016C,3a,Achieving neighbourhoods,E02001626,Sheffield 016,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126477 +126477,E00040523,5a1,White Professionals,E01007992,Sheffield 021B,3d,Households in terraces and flats,E02001631,Sheffield 021,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126478 +126478,E00040560,5a1,White Professionals,E01008006,Sheffield 054D,5c,Comfortable neighbourhoods,E02001664,Sheffield 054,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126479 +126479,E00040632,5a1,White Professionals,E01008021,Sheffield 072A,8c,Comfortable suburbia,E02006803,Sheffield 072,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126480 +126480,E00040641,5a1,White Professionals,E01008023,Sheffield 072B,8c,Comfortable suburbia,E02006803,Sheffield 072,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126481 +126481,E00040652,5a1,White Professionals,E01008030,Sheffield 063A,5a,Ageing urban communities,E02001673,Sheffield 063,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126482 +126482,E00040656,5a1,White Professionals,E01008040,Sheffield 061D,5b,Aspiring urban households,E02001671,Sheffield 061,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126483 +126483,E00040677,5a1,White Professionals,E01008024,Sheffield 072C,5c,Comfortable neighbourhoods,E02006803,Sheffield 072,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126484 +126484,E00040682,5a1,White Professionals,E01008025,Sheffield 072D,5c,Comfortable neighbourhoods,E02006803,Sheffield 072,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126485 +126485,E00040685,5a1,White Professionals,E01008025,Sheffield 072D,5c,Comfortable neighbourhoods,E02006803,Sheffield 072,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126486 +126486,E00040694,5a1,White Professionals,E01008023,Sheffield 072B,8c,Comfortable suburbia,E02006803,Sheffield 072,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126487 +126487,E00040695,5a1,White Professionals,E01008023,Sheffield 072B,8c,Comfortable suburbia,E02006803,Sheffield 072,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126488 +126488,E00040716,5a1,White Professionals,E01008035,Sheffield 063B,8b,Ageing suburbanites,E02001673,Sheffield 063,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126489 +126489,E00040726,5a1,White Professionals,E01008036,Sheffield 063C,8c,Comfortable suburbia,E02001673,Sheffield 063,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126490 +126490,E00040732,5a1,White Professionals,E01008036,Sheffield 063C,8c,Comfortable suburbia,E02001673,Sheffield 063,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126491 +126491,E00040977,5a1,White Professionals,E01008087,Sheffield 012A,5b,Aspiring urban households,E02001622,Sheffield 012,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126492 +126492,E00040987,5a1,White Professionals,E01008087,Sheffield 012A,5b,Aspiring urban households,E02001622,Sheffield 012,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126493 +126493,E00040996,5a1,White Professionals,E01008087,Sheffield 012A,5b,Aspiring urban households,E02001622,Sheffield 012,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126494 +126494,E00041184,5a1,White Professionals,E01008140,Sheffield 008E,5c,Comfortable neighbourhoods,E02001618,Sheffield 008,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126495 +126495,E00041231,5a1,White Professionals,E01008135,Sheffield 005C,5a,Ageing urban communities,E02001615,Sheffield 005,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126496 +126496,E00041234,5a1,White Professionals,E01008135,Sheffield 005C,5a,Ageing urban communities,E02001615,Sheffield 005,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126497 +126497,E00041247,5a1,White Professionals,E01008139,Sheffield 006E,5c,Comfortable neighbourhoods,E02001616,Sheffield 006,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126498 +126498,E00041259,5a1,White Professionals,E01008150,Sheffield 001E,5a,Ageing urban communities,E02001611,Sheffield 001,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126499 +126499,E00041286,5a1,White Professionals,E01008149,Sheffield 001D,8b,Ageing suburbanites,E02001611,Sheffield 001,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126500 +126500,E00041288,5a1,White Professionals,E01008144,Sheffield 001A,5a,Ageing urban communities,E02001611,Sheffield 001,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126501 +126501,E00041294,5a1,White Professionals,E01008143,Sheffield 002B,5c,Comfortable neighbourhoods,E02001612,Sheffield 002,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126502 +126502,E00041297,5a1,White Professionals,E01008142,Sheffield 002A,5d,Endeavouring social renters,E02001612,Sheffield 002,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126503 +126503,E00041300,5a1,White Professionals,E01008154,Sheffield 024C,3d,Households in terraces and flats,E02001634,Sheffield 024,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126504 +126504,E00039964,6b3,Semi-Detached Ageing,E01007890,Sheffield 004C,8b,Ageing suburbanites,E02001614,Sheffield 004,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126505 +126505,E00040182,2a3,Students and Professionals,E01007936,Sheffield 047D,3a,Achieving neighbourhoods,E02001657,Sheffield 047,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126506 +126506,E00040557,5b3,Self-Sufficient Retirement,E01008006,Sheffield 054D,5c,Comfortable neighbourhoods,E02001664,Sheffield 054,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126507 +126507,E00040558,5b3,Self-Sufficient Retirement,E01008006,Sheffield 054D,5c,Comfortable neighbourhoods,E02001664,Sheffield 054,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126508 +126508,E00041175,1c1,Rural Employment and Retirees,E01008128,Sheffield 008C,2b,Prospering countryside life,E02001618,Sheffield 008,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126509 +126509,E00040279,2a3,Students and Professionals,E01007962,Sheffield 029C,1a,Cosmopolitan student neighbourhoods,E02001639,Sheffield 029,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126510 +126510,E00039826,2a2,Student Digs,E01007864,Sheffield 036D,1a,Cosmopolitan student neighbourhoods,E02001646,Sheffield 036,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126511 +126511,E00040585,5b3,Self-Sufficient Retirement,E01008003,Sheffield 054C,5b,Aspiring urban households,E02001664,Sheffield 054,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126512 +126512,E00172516,6b3,Semi-Detached Ageing,E01007889,Sheffield 004B,8c,Comfortable suburbia,E02001614,Sheffield 004,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126513 +126513,E00039968,6b3,Semi-Detached Ageing,E01007893,Sheffield 003C,8b,Ageing suburbanites,E02001613,Sheffield 003,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126514 +126514,E00039776,4a2,Social Renting New Arrivals,E01007855,Sheffield 014F,7a,Urban cultural mix,E02001624,Sheffield 014,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126515 +126515,E00041197,1c1,Rural Employment and Retirees,E01008129,Sheffield 023A,2b,Prospering countryside life,E02001633,Sheffield 023,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126516 +126516,E00040309,2a3,Students and Professionals,E01007960,Sheffield 029B,3d,Households in terraces and flats,E02001639,Sheffield 029,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126517 +126517,E00039835,2a2,Student Digs,E01007866,Sheffield 030A,1a,Cosmopolitan student neighbourhoods,E02001640,Sheffield 030,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126518 +126518,E00040638,5b3,Self-Sufficient Retirement,E01008025,Sheffield 072D,5c,Comfortable neighbourhoods,E02006803,Sheffield 072,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126519 +126519,E00040669,1b1,Rural Life,E01008025,Sheffield 072D,5c,Comfortable neighbourhoods,E02006803,Sheffield 072,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126520 +126520,E00040319,2a3,Students and Professionals,E01007962,Sheffield 029C,1a,Cosmopolitan student neighbourhoods,E02001639,Sheffield 029,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126521 +126521,E00039837,2a2,Student Digs,E01007866,Sheffield 030A,1a,Cosmopolitan student neighbourhoods,E02001640,Sheffield 030,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126522 +126522,E00039897,4a2,Social Renting New Arrivals,E01007881,Sheffield 075C,7a,Urban cultural mix,E02006868,Sheffield 075,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126523 +126523,E00039969,6b3,Semi-Detached Ageing,E01007894,Sheffield 004E,5a,Ageing urban communities,E02001614,Sheffield 004,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126524 +126524,E00040651,5b3,Self-Sufficient Retirement,E01008031,Sheffield 061A,5c,Comfortable neighbourhoods,E02001671,Sheffield 061,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126525 +126525,E00041179,1b1,Rural Life,E01008126,Sheffield 008A,8b,Ageing suburbanites,E02001618,Sheffield 008,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126526 +126526,E00040746,2a3,Students and Professionals,E01008048,Sheffield 046D,1a,Cosmopolitan student neighbourhoods,E02001656,Sheffield 046,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126527 +126527,E00039838,2a2,Student Digs,E01007867,Sheffield 030B,1a,Cosmopolitan student neighbourhoods,E02001640,Sheffield 030,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126528 +126528,E00040773,2a3,Students and Professionals,E01008047,Sheffield 046C,1a,Cosmopolitan student neighbourhoods,E02001656,Sheffield 046,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126529 +126529,E00040688,5b3,Self-Sufficient Retirement,E01032585,Sheffield 072E,8b,Ageing suburbanites,E02006803,Sheffield 072,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126530 +126530,E00041210,1b1,Rural Life,E01008133,Sheffield 023E,5c,Comfortable neighbourhoods,E02001633,Sheffield 023,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126531 +126531,E00039902,4a2,Social Renting New Arrivals,E01007882,Sheffield 075D,7b,Young ethnic communities,E02006868,Sheffield 075,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126532 +126532,E00039839,2a2,Student Digs,E01007866,Sheffield 030A,1a,Cosmopolitan student neighbourhoods,E02001640,Sheffield 030,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126533 +126533,E00039973,6b3,Semi-Detached Ageing,E01007897,Sheffield 005A,8b,Ageing suburbanites,E02001615,Sheffield 005,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126534 +126534,E00040774,2a3,Students and Professionals,E01008049,Sheffield 050D,3c,Highly qualified professionals,E02001660,Sheffield 050,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126535 +126535,E00040698,5b3,Self-Sufficient Retirement,E01008030,Sheffield 063A,5a,Ageing urban communities,E02001673,Sheffield 063,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126536 +126536,E00041282,1b1,Rural Life,E01008147,Sheffield 002D,2b,Prospering countryside life,E02001612,Sheffield 002,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126537 +126537,E00040713,5b3,Self-Sufficient Retirement,E01008031,Sheffield 061A,5c,Comfortable neighbourhoods,E02001671,Sheffield 061,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126538 +126538,E00039983,6b3,Semi-Detached Ageing,E01007893,Sheffield 003C,8b,Ageing suburbanites,E02001613,Sheffield 003,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126539 +126539,E00040775,2a3,Students and Professionals,E01008048,Sheffield 046D,1a,Cosmopolitan student neighbourhoods,E02001656,Sheffield 046,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126540 +126540,E00039841,2a2,Student Digs,E01007867,Sheffield 030B,1a,Cosmopolitan student neighbourhoods,E02001640,Sheffield 030,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126541 +126541,E00040296,1b2,Rural White-Collar Workers,E01007956,Sheffield 041B,8a,Affluent communities,E02001651,Sheffield 041,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126542 +126542,E00039932,4a2,Social Renting New Arrivals,E01007879,Sheffield 075B,7a,Urban cultural mix,E02006868,Sheffield 075,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126543 +126543,E00040718,5b3,Self-Sufficient Retirement,E01008033,Sheffield 061B,5c,Comfortable neighbourhoods,E02001671,Sheffield 061,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126544 +126544,E00039988,6b3,Semi-Detached Ageing,E01007891,Sheffield 004D,8b,Ageing suburbanites,E02001614,Sheffield 004,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126545 +126545,E00040725,5b3,Self-Sufficient Retirement,E01008037,Sheffield 065E,5c,Comfortable neighbourhoods,E02001675,Sheffield 065,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126546 +126546,E00039937,4a2,Social Renting New Arrivals,E01007881,Sheffield 075C,7a,Urban cultural mix,E02006868,Sheffield 075,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126547 +126547,E00041189,1b2,Rural White-Collar Workers,E01008126,Sheffield 008A,8b,Ageing suburbanites,E02001618,Sheffield 008,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126548 +126548,E00039989,6b3,Semi-Detached Ageing,E01007891,Sheffield 004D,8b,Ageing suburbanites,E02001614,Sheffield 004,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126549 +126549,E00039842,2a2,Student Digs,E01007867,Sheffield 030B,1a,Cosmopolitan student neighbourhoods,E02001640,Sheffield 030,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126550 +126550,E00040945,5b3,Self-Sufficient Retirement,E01008078,Sheffield 064E,5c,Comfortable neighbourhoods,E02001674,Sheffield 064,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126551 +126551,E00040403,4a2,Social Renting New Arrivals,E01007975,Sheffield 051A,7a,Urban cultural mix,E02001661,Sheffield 051,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126552 +126552,E00041195,1b2,Rural White-Collar Workers,E01008128,Sheffield 008C,2b,Prospering countryside life,E02001618,Sheffield 008,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126553 +126553,E00040779,2a3,Students and Professionals,E01008050,Sheffield 046E,1a,Cosmopolitan student neighbourhoods,E02001656,Sheffield 046,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126554 +126554,E00040014,6b3,Semi-Detached Ageing,E01007890,Sheffield 004C,8b,Ageing suburbanites,E02001614,Sheffield 004,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126555 +126555,E00039843,2a2,Student Digs,E01007867,Sheffield 030B,1a,Cosmopolitan student neighbourhoods,E02001640,Sheffield 030,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126556 +126556,E00040947,5b3,Self-Sufficient Retirement,E01008078,Sheffield 064E,5c,Comfortable neighbourhoods,E02001674,Sheffield 064,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126557 +126557,E00040406,4a2,Social Renting New Arrivals,E01007978,Sheffield 053A,3d,Households in terraces and flats,E02001663,Sheffield 053,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126558 +126558,E00041198,1b2,Rural White-Collar Workers,E01008129,Sheffield 023A,2b,Prospering countryside life,E02001633,Sheffield 023,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126559 +126559,E00041251,1b2,Rural White-Collar Workers,E01008135,Sheffield 005C,5a,Ageing urban communities,E02001615,Sheffield 005,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126560 +126560,E00041273,1b2,Rural White-Collar Workers,E01008147,Sheffield 002D,2b,Prospering countryside life,E02001612,Sheffield 002,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126561 +126561,E00041284,1b2,Rural White-Collar Workers,E01008149,Sheffield 001D,8b,Ageing suburbanites,E02001611,Sheffield 001,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126562 +126562,E00041326,1b2,Rural White-Collar Workers,E01008158,Sheffield 025D,5c,Comfortable neighbourhoods,E02001635,Sheffield 025,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126563 +126563,E00165810,1b2,Rural White-Collar Workers,E01032585,Sheffield 072E,8b,Ageing suburbanites,E02006803,Sheffield 072,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126564 +126564,E00039627,5b3,Self-Sufficient Retirement,E01007830,Sheffield 064B,5a,Ageing urban communities,E02001674,Sheffield 064,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126565 +126565,E00039628,5b3,Self-Sufficient Retirement,E01007832,Sheffield 059D,3a,Achieving neighbourhoods,E02001669,Sheffield 059,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126566 +126566,E00039629,5b3,Self-Sufficient Retirement,E01007832,Sheffield 059D,3a,Achieving neighbourhoods,E02001669,Sheffield 059,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126567 +126567,E00039648,5b3,Self-Sufficient Retirement,E01007823,Sheffield 069A,5c,Comfortable neighbourhoods,E02001679,Sheffield 069,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126568 +126568,E00039661,5b3,Self-Sufficient Retirement,E01007823,Sheffield 069A,5c,Comfortable neighbourhoods,E02001679,Sheffield 069,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126569 +126569,E00039669,5b3,Self-Sufficient Retirement,E01007827,Sheffield 064A,8c,Comfortable suburbia,E02001674,Sheffield 064,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126570 +126570,E00039672,5b3,Self-Sufficient Retirement,E01007830,Sheffield 064B,5a,Ageing urban communities,E02001674,Sheffield 064,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126571 +126571,E00039707,5b3,Self-Sufficient Retirement,E01007846,Sheffield 062D,5c,Comfortable neighbourhoods,E02001672,Sheffield 062,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126572 +126572,E00039710,5b3,Self-Sufficient Retirement,E01007846,Sheffield 062D,5c,Comfortable neighbourhoods,E02001672,Sheffield 062,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126573 +126573,E00039829,5b3,Self-Sufficient Retirement,E01007865,Sheffield 038D,3c,Highly qualified professionals,E02001648,Sheffield 038,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126574 +126574,E00039833,5b3,Self-Sufficient Retirement,E01007865,Sheffield 038D,3c,Highly qualified professionals,E02001648,Sheffield 038,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126575 +126575,E00039834,5b3,Self-Sufficient Retirement,E01007865,Sheffield 038D,3c,Highly qualified professionals,E02001648,Sheffield 038,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126576 +126576,E00039925,5b3,Self-Sufficient Retirement,E01007879,Sheffield 075B,7a,Urban cultural mix,E02006868,Sheffield 075,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126577 +126577,E00039992,5b3,Self-Sufficient Retirement,E01007889,Sheffield 004B,8c,Comfortable suburbia,E02001614,Sheffield 004,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126578 +126578,E00039998,5b3,Self-Sufficient Retirement,E01007898,Sheffield 003D,8c,Comfortable suburbia,E02001613,Sheffield 003,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126579 +126579,E00040024,5b3,Self-Sufficient Retirement,E01007912,Sheffield 037B,5c,Comfortable neighbourhoods,E02001647,Sheffield 037,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126580 +126580,E00040088,5b3,Self-Sufficient Retirement,E01007921,Sheffield 068B,8a,Affluent communities,E02001678,Sheffield 068,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126581 +126581,E00040089,5b3,Self-Sufficient Retirement,E01007923,Sheffield 068C,8a,Affluent communities,E02001678,Sheffield 068,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126582 +126582,E00040105,5b3,Self-Sufficient Retirement,E01007921,Sheffield 068B,8a,Affluent communities,E02001678,Sheffield 068,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126583 +126583,E00040115,5b3,Self-Sufficient Retirement,E01007917,Sheffield 071B,5c,Comfortable neighbourhoods,E02001681,Sheffield 071,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126584 +126584,E00040120,5b3,Self-Sufficient Retirement,E01007922,Sheffield 071D,8a,Affluent communities,E02001681,Sheffield 071,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126585 +126585,E00040126,5b3,Self-Sufficient Retirement,E01007917,Sheffield 071B,5c,Comfortable neighbourhoods,E02001681,Sheffield 071,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126586 +126586,E00040139,5b3,Self-Sufficient Retirement,E01007917,Sheffield 071B,5c,Comfortable neighbourhoods,E02001681,Sheffield 071,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126587 +126587,E00040143,5b3,Self-Sufficient Retirement,E01007923,Sheffield 068C,8a,Affluent communities,E02001678,Sheffield 068,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126588 +126588,E00040152,5b3,Self-Sufficient Retirement,E01007921,Sheffield 068B,8a,Affluent communities,E02001678,Sheffield 068,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126589 +126589,E00040173,5b3,Self-Sufficient Retirement,E01007932,Sheffield 055E,8a,Affluent communities,E02001665,Sheffield 055,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126590 +126590,E00040200,5b3,Self-Sufficient Retirement,E01007939,Sheffield 055F,8a,Affluent communities,E02001665,Sheffield 055,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126591 +126591,E00040284,5b3,Self-Sufficient Retirement,E01007955,Sheffield 041A,8a,Affluent communities,E02001651,Sheffield 041,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126592 +126592,E00040286,5b3,Self-Sufficient Retirement,E01007953,Sheffield 033B,3c,Highly qualified professionals,E02001643,Sheffield 033,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126593 +126593,E00040332,5b3,Self-Sufficient Retirement,E01007951,Sheffield 029A,3c,Highly qualified professionals,E02001639,Sheffield 029,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126594 +126594,E00040411,5b3,Self-Sufficient Retirement,E01007982,Sheffield 054A,4c,Hampered neighbourhoods,E02001664,Sheffield 054,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126595 +126595,E00040418,5b3,Self-Sufficient Retirement,E01007976,Sheffield 051B,3d,Households in terraces and flats,E02001661,Sheffield 051,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126596 +126596,E00040472,5b3,Self-Sufficient Retirement,E01007996,Sheffield 021E,5a,Ageing urban communities,E02001631,Sheffield 021,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126597 +126597,E00040519,5b3,Self-Sufficient Retirement,E01007990,Sheffield 021A,5c,Comfortable neighbourhoods,E02001631,Sheffield 021,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126598 +126598,E00040780,2a3,Students and Professionals,E01008050,Sheffield 046E,1a,Cosmopolitan student neighbourhoods,E02001656,Sheffield 046,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126599 +126599,E00040961,5b3,Self-Sufficient Retirement,E01008080,Sheffield 069D,5c,Comfortable neighbourhoods,E02001679,Sheffield 069,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126600 +126600,E00040317,2a2,Student Digs,E01007962,Sheffield 029C,1a,Cosmopolitan student neighbourhoods,E02001639,Sheffield 029,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126601 +126601,E00040782,2a3,Students and Professionals,E01008050,Sheffield 046E,1a,Cosmopolitan student neighbourhoods,E02001656,Sheffield 046,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126602 +126602,E00040022,6b3,Semi-Detached Ageing,E01007911,Sheffield 032D,8b,Ageing suburbanites,E02001642,Sheffield 032,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126603 +126603,E00040973,5b3,Self-Sufficient Retirement,E01008091,Sheffield 017C,3a,Achieving neighbourhoods,E02001627,Sheffield 017,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126604 +126604,E00040857,2a3,Students and Professionals,E01008074,Sheffield 028D,1a,Cosmopolitan student neighbourhoods,E02001638,Sheffield 028,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126605 +126605,E00040756,2a2,Student Digs,E01008048,Sheffield 046D,1a,Cosmopolitan student neighbourhoods,E02001656,Sheffield 046,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126606 +126606,E00040772,2a2,Student Digs,E01008047,Sheffield 046C,1a,Cosmopolitan student neighbourhoods,E02001656,Sheffield 046,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126607 +126607,E00040410,4a2,Social Renting New Arrivals,E01007981,Sheffield 053C,3d,Households in terraces and flats,E02001663,Sheffield 053,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126608 +126608,E00040776,2a2,Student Digs,E01008047,Sheffield 046C,1a,Cosmopolitan student neighbourhoods,E02001656,Sheffield 046,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126609 +126609,E00040990,5b3,Self-Sufficient Retirement,E01008087,Sheffield 012A,5b,Aspiring urban households,E02001622,Sheffield 012,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126610 +126610,E00040859,2a3,Students and Professionals,E01008073,Sheffield 030E,1a,Cosmopolitan student neighbourhoods,E02001640,Sheffield 030,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126611 +126611,E00040415,4a2,Social Renting New Arrivals,E01007978,Sheffield 053A,3d,Households in terraces and flats,E02001663,Sheffield 053,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126612 +126612,E00040078,6b3,Semi-Detached Ageing,E01007911,Sheffield 032D,8b,Ageing suburbanites,E02001642,Sheffield 032,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126613 +126613,E00040860,2a2,Student Digs,E01008073,Sheffield 030E,1a,Cosmopolitan student neighbourhoods,E02001640,Sheffield 030,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126614 +126614,E00040191,6b3,Semi-Detached Ageing,E01007938,Sheffield 047F,8a,Affluent communities,E02001657,Sheffield 047,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126615 +126615,E00041186,5b3,Self-Sufficient Retirement,E01008140,Sheffield 008E,5c,Comfortable neighbourhoods,E02001618,Sheffield 008,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126616 +126616,E00040862,2a3,Students and Professionals,E01008069,Sheffield 028C,1a,Cosmopolitan student neighbourhoods,E02001638,Sheffield 028,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126617 +126617,E00040416,4a2,Social Renting New Arrivals,E01007975,Sheffield 051A,7a,Urban cultural mix,E02001661,Sheffield 051,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126618 +126618,E00040863,2a3,Students and Professionals,E01008069,Sheffield 028C,1a,Cosmopolitan student neighbourhoods,E02001638,Sheffield 028,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126619 +126619,E00040318,6b3,Semi-Detached Ageing,E01007961,Sheffield 033D,8a,Affluent communities,E02001643,Sheffield 033,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126620 +126620,E00041209,5b3,Self-Sufficient Retirement,E01008133,Sheffield 023E,5c,Comfortable neighbourhoods,E02001633,Sheffield 023,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126621 +126621,E00040861,2a2,Student Digs,E01008064,Sheffield 028A,1a,Cosmopolitan student neighbourhoods,E02001638,Sheffield 028,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126622 +126622,E00040420,4a2,Social Renting New Arrivals,E01007978,Sheffield 053A,3d,Households in terraces and flats,E02001663,Sheffield 053,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126623 +126623,E00040879,2a3,Students and Professionals,E01008074,Sheffield 028D,1a,Cosmopolitan student neighbourhoods,E02001638,Sheffield 028,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126624 +126624,E00040335,6b3,Semi-Detached Ageing,E01007972,Sheffield 044C,8b,Ageing suburbanites,E02001654,Sheffield 044,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126625 +126625,E00041226,5b3,Self-Sufficient Retirement,E01008138,Sheffield 006D,5c,Comfortable neighbourhoods,E02001616,Sheffield 006,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126626 +126626,E00040423,4a2,Social Renting New Arrivals,E01007978,Sheffield 053A,3d,Households in terraces and flats,E02001663,Sheffield 053,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126627 +126627,E00040864,2a2,Student Digs,E01008066,Sheffield 028B,1a,Cosmopolitan student neighbourhoods,E02001638,Sheffield 028,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126628 +126628,E00040892,2a3,Students and Professionals,E01008066,Sheffield 028B,1a,Cosmopolitan student neighbourhoods,E02001638,Sheffield 028,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126629 +126629,E00040336,6b3,Semi-Detached Ageing,E01007972,Sheffield 044C,8b,Ageing suburbanites,E02001654,Sheffield 044,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126630 +126630,E00040357,6b3,Semi-Detached Ageing,E01007972,Sheffield 044C,8b,Ageing suburbanites,E02001654,Sheffield 044,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126631 +126631,E00040370,6b3,Semi-Detached Ageing,E01007963,Sheffield 045A,5c,Comfortable neighbourhoods,E02001655,Sheffield 045,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126632 +126632,E00040390,6b3,Semi-Detached Ageing,E01007973,Sheffield 037D,8b,Ageing suburbanites,E02001647,Sheffield 037,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126633 +126633,E00040394,6b3,Semi-Detached Ageing,E01007973,Sheffield 037D,8b,Ageing suburbanites,E02001647,Sheffield 037,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126634 +126634,E00040395,6b3,Semi-Detached Ageing,E01007973,Sheffield 037D,8b,Ageing suburbanites,E02001647,Sheffield 037,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126635 +126635,E00040439,6b3,Semi-Detached Ageing,E01007984,Sheffield 064D,8b,Ageing suburbanites,E02001674,Sheffield 064,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126636 +126636,E00040446,6b3,Semi-Detached Ageing,E01007984,Sheffield 064D,8b,Ageing suburbanites,E02001674,Sheffield 064,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126637 +126637,E00040454,6b3,Semi-Detached Ageing,E01007984,Sheffield 064D,8b,Ageing suburbanites,E02001674,Sheffield 064,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126638 +126638,E00040458,6b3,Semi-Detached Ageing,E01007984,Sheffield 064D,8b,Ageing suburbanites,E02001674,Sheffield 064,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126639 +126639,E00040477,6b3,Semi-Detached Ageing,E01007997,Sheffield 025A,8b,Ageing suburbanites,E02001635,Sheffield 025,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126640 +126640,E00040502,6b3,Semi-Detached Ageing,E01007997,Sheffield 025A,8b,Ageing suburbanites,E02001635,Sheffield 025,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126641 +126641,E00040512,6b3,Semi-Detached Ageing,E01007987,Sheffield 016A,3a,Achieving neighbourhoods,E02001626,Sheffield 016,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126642 +126642,E00040528,6b3,Semi-Detached Ageing,E01008002,Sheffield 054B,8b,Ageing suburbanites,E02001664,Sheffield 054,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126643 +126643,E00040529,6b3,Semi-Detached Ageing,E01008006,Sheffield 054D,5c,Comfortable neighbourhoods,E02001664,Sheffield 054,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126644 +126644,E00040541,6b3,Semi-Detached Ageing,E01008003,Sheffield 054C,5b,Aspiring urban households,E02001664,Sheffield 054,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126645 +126645,E00040545,6b3,Semi-Detached Ageing,E01008001,Sheffield 052B,5a,Ageing urban communities,E02001662,Sheffield 052,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126646 +126646,E00040547,6b3,Semi-Detached Ageing,E01008002,Sheffield 054B,8b,Ageing suburbanites,E02001664,Sheffield 054,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126647 +126647,E00040551,6b3,Semi-Detached Ageing,E01008005,Sheffield 052D,5d,Endeavouring social renters,E02001662,Sheffield 052,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126648 +126648,E00040660,6b3,Semi-Detached Ageing,E01008041,Sheffield 063D,8c,Comfortable suburbia,E02001673,Sheffield 063,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126649 +126649,E00040673,6b3,Semi-Detached Ageing,E01008024,Sheffield 072C,5c,Comfortable neighbourhoods,E02006803,Sheffield 072,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126650 +126650,E00040678,6b3,Semi-Detached Ageing,E01008024,Sheffield 072C,5c,Comfortable neighbourhoods,E02006803,Sheffield 072,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126651 +126651,E00040728,6b3,Semi-Detached Ageing,E01008038,Sheffield 061C,8b,Ageing suburbanites,E02001671,Sheffield 061,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126652 +126652,E00040742,6b3,Semi-Detached Ageing,E01008020,Sheffield 065B,5b,Aspiring urban households,E02001675,Sheffield 065,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126653 +126653,E00040743,6b3,Semi-Detached Ageing,E01008020,Sheffield 065B,5b,Aspiring urban households,E02001675,Sheffield 065,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126654 +126654,E00040911,6b3,Semi-Detached Ageing,E01008079,Sheffield 064F,8b,Ageing suburbanites,E02001674,Sheffield 064,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126655 +126655,E00040955,6b3,Semi-Detached Ageing,E01008079,Sheffield 064F,8b,Ageing suburbanites,E02001674,Sheffield 064,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126656 +126656,E00040957,6b3,Semi-Detached Ageing,E01008079,Sheffield 064F,8b,Ageing suburbanites,E02001674,Sheffield 064,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126657 +126657,E00040969,6b3,Semi-Detached Ageing,E01008088,Sheffield 012B,5b,Aspiring urban households,E02001622,Sheffield 012,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126658 +126658,E00040993,6b3,Semi-Detached Ageing,E01008088,Sheffield 012B,5b,Aspiring urban households,E02001622,Sheffield 012,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126659 +126659,E00041140,6b3,Semi-Detached Ageing,E01008125,Sheffield 009G,5d,Endeavouring social renters,E02001619,Sheffield 009,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126660 +126660,E00041177,6b3,Semi-Detached Ageing,E01033280,Sheffield 008G,8c,Comfortable suburbia,E02001618,Sheffield 008,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126661 +126661,E00041211,6b3,Semi-Detached Ageing,E01008133,Sheffield 023E,5c,Comfortable neighbourhoods,E02001633,Sheffield 023,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126662 +126662,E00041242,6b3,Semi-Detached Ageing,E01008141,Sheffield 005E,8c,Comfortable suburbia,E02001615,Sheffield 005,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126663 +126663,E00041258,6b3,Semi-Detached Ageing,E01008149,Sheffield 001D,8b,Ageing suburbanites,E02001611,Sheffield 001,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126664 +126664,E00041277,6b3,Semi-Detached Ageing,E01008146,Sheffield 002C,8b,Ageing suburbanites,E02001612,Sheffield 002,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126665 +126665,E00041285,6b3,Semi-Detached Ageing,E01008149,Sheffield 001D,8b,Ageing suburbanites,E02001611,Sheffield 001,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126666 +126666,E00041246,5b3,Self-Sufficient Retirement,E01008141,Sheffield 005E,8c,Comfortable suburbia,E02001615,Sheffield 005,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126667 +126667,E00040430,4a2,Social Renting New Arrivals,E01007978,Sheffield 053A,3d,Households in terraces and flats,E02001663,Sheffield 053,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126668 +126668,E00040896,2a3,Students and Professionals,E01008064,Sheffield 028A,1a,Cosmopolitan student neighbourhoods,E02001638,Sheffield 028,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126669 +126669,E00041249,5b3,Self-Sufficient Retirement,E01008139,Sheffield 006E,5c,Comfortable neighbourhoods,E02001616,Sheffield 006,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126670 +126670,E00040765,4a2,Social Renting New Arrivals,E01008046,Sheffield 050C,3d,Households in terraces and flats,E02001660,Sheffield 050,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126671 +126671,E00040767,4a2,Social Renting New Arrivals,E01008046,Sheffield 050C,3d,Households in terraces and flats,E02001660,Sheffield 050,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126672 +126672,E00040865,2a2,Student Digs,E01008067,Sheffield 030D,1a,Cosmopolitan student neighbourhoods,E02001640,Sheffield 030,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126673 +126673,E00040768,4a2,Social Renting New Arrivals,E01008046,Sheffield 050C,3d,Households in terraces and flats,E02001660,Sheffield 050,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126674 +126674,E00041252,5b3,Self-Sufficient Retirement,E01008143,Sheffield 002B,5c,Comfortable neighbourhoods,E02001612,Sheffield 002,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126675 +126675,E00040787,4a2,Social Renting New Arrivals,E01008051,Sheffield 050E,7a,Urban cultural mix,E02001660,Sheffield 050,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126676 +126676,E00040867,2a2,Student Digs,E01008064,Sheffield 028A,1a,Cosmopolitan student neighbourhoods,E02001638,Sheffield 028,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126677 +126677,E00041261,5b3,Self-Sufficient Retirement,E01008145,Sheffield 001B,5c,Comfortable neighbourhoods,E02001611,Sheffield 001,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126678 +126678,E00040856,4a2,Social Renting New Arrivals,E01008073,Sheffield 030E,1a,Cosmopolitan student neighbourhoods,E02001640,Sheffield 030,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126679 +126679,E00040893,2a2,Student Digs,E01008066,Sheffield 028B,1a,Cosmopolitan student neighbourhoods,E02001638,Sheffield 028,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126680 +126680,E00041268,5b3,Self-Sufficient Retirement,E01008143,Sheffield 002B,5c,Comfortable neighbourhoods,E02001612,Sheffield 002,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126681 +126681,E00040877,4a2,Social Renting New Arrivals,E01008072,Sheffield 026C,7a,Urban cultural mix,E02001636,Sheffield 026,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126682 +126682,E00040898,2a3,Students and Professionals,E01008069,Sheffield 028C,1a,Cosmopolitan student neighbourhoods,E02001638,Sheffield 028,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126683 +126683,E00040894,2a2,Student Digs,E01008067,Sheffield 030D,1a,Cosmopolitan student neighbourhoods,E02001640,Sheffield 030,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126684 +126684,E00041290,5b3,Self-Sufficient Retirement,E01008144,Sheffield 001A,5a,Ageing urban communities,E02001611,Sheffield 001,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126685 +126685,E00041034,4a2,Social Renting New Arrivals,E01008099,Sheffield 051E,3d,Households in terraces and flats,E02001661,Sheffield 051,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126686 +126686,E00040899,2a3,Students and Professionals,E01008064,Sheffield 028A,1a,Cosmopolitan student neighbourhoods,E02001638,Sheffield 028,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126687 +126687,E00040895,2a2,Student Digs,E01008066,Sheffield 028B,1a,Cosmopolitan student neighbourhoods,E02001638,Sheffield 028,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126688 +126688,E00041305,5b3,Self-Sufficient Retirement,E01008152,Sheffield 025C,5c,Comfortable neighbourhoods,E02001635,Sheffield 025,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126689 +126689,E00041070,2a3,Students and Professionals,E01008111,Sheffield 040D,1a,Cosmopolitan student neighbourhoods,E02001650,Sheffield 040,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126690 +126690,E00040901,2a2,Student Digs,E01008067,Sheffield 030D,1a,Cosmopolitan student neighbourhoods,E02001640,Sheffield 030,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126691 +126691,E00041054,4a2,Social Renting New Arrivals,E01008099,Sheffield 051E,3d,Households in terraces and flats,E02001661,Sheffield 051,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126692 +126692,E00041321,5b3,Self-Sufficient Retirement,E01008158,Sheffield 025D,5c,Comfortable neighbourhoods,E02001635,Sheffield 025,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126693 +126693,E00041074,2a3,Students and Professionals,E01008111,Sheffield 040D,1a,Cosmopolitan student neighbourhoods,E02001650,Sheffield 040,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126694 +126694,E00040902,2a2,Student Digs,E01008069,Sheffield 028C,1a,Cosmopolitan student neighbourhoods,E02001638,Sheffield 028,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126695 +126695,E00041301,4a2,Social Renting New Arrivals,E01008151,Sheffield 024A,3c,Highly qualified professionals,E02001634,Sheffield 024,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126696 +126696,E00040903,2a2,Student Digs,E01008067,Sheffield 030D,1a,Cosmopolitan student neighbourhoods,E02001640,Sheffield 030,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126697 +126697,E00041349,5b3,Self-Sufficient Retirement,E01008154,Sheffield 024C,3d,Households in terraces and flats,E02001634,Sheffield 024,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126698 +126698,E00041307,4a2,Social Renting New Arrivals,E01008155,Sheffield 024D,3d,Households in terraces and flats,E02001634,Sheffield 024,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126699 +126699,E00041075,2a3,Students and Professionals,E01008105,Sheffield 040A,1a,Cosmopolitan student neighbourhoods,E02001650,Sheffield 040,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126700 +126700,E00040905,2a2,Student Digs,E01008069,Sheffield 028C,1a,Cosmopolitan student neighbourhoods,E02001638,Sheffield 028,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126701 +126701,E00172402,5b3,Self-Sufficient Retirement,E01008023,Sheffield 072B,8c,Comfortable suburbia,E02006803,Sheffield 072,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126702 +126702,E00041320,4a2,Social Renting New Arrivals,E01008154,Sheffield 024C,3d,Households in terraces and flats,E02001634,Sheffield 024,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126703 +126703,E00041318,2a3,Students and Professionals,E01008159,Sheffield 029D,3c,Highly qualified professionals,E02001639,Sheffield 029,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126704 +126704,E00041068,2a2,Student Digs,E01008109,Sheffield 042B,7b,Young ethnic communities,E02001652,Sheffield 042,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126705 +126705,E00172456,5b3,Self-Sufficient Retirement,E01033275,Sheffield 008F,3a,Achieving neighbourhoods,E02001618,Sheffield 008,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126706 +126706,E00041332,4a2,Social Renting New Arrivals,E01008161,Sheffield 026E,3d,Households in terraces and flats,E02001636,Sheffield 026,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126707 +126707,E00172451,2a3,Students and Professionals,E01033272,Sheffield 040F,6a,Inner city cosmopolitan,E02001650,Sheffield 040,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126708 +126708,E00041093,2a2,Student Digs,E01008115,Sheffield 074B,1a,Cosmopolitan student neighbourhoods,E02006844,Sheffield 074,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126709 +126709,E00041094,2a2,Student Digs,E01008115,Sheffield 074B,1a,Cosmopolitan student neighbourhoods,E02006844,Sheffield 074,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126710 +126710,E00041100,2a2,Student Digs,E01008115,Sheffield 074B,1a,Cosmopolitan student neighbourhoods,E02006844,Sheffield 074,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126711 +126711,E00041104,2a2,Student Digs,E01008104,Sheffield 036E,1a,Cosmopolitan student neighbourhoods,E02001646,Sheffield 036,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126712 +126712,E00041110,2a2,Student Digs,E01008111,Sheffield 040D,1a,Cosmopolitan student neighbourhoods,E02001650,Sheffield 040,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126713 +126713,E00041112,2a2,Student Digs,E01033273,Sheffield 042F,1a,Cosmopolitan student neighbourhoods,E02001652,Sheffield 042,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126714 +126714,E00172501,2a2,Student Digs,E01008108,Sheffield 042A,1a,Cosmopolitan student neighbourhoods,E02001652,Sheffield 042,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126715 +126715,E00172506,2a2,Student Digs,E01008105,Sheffield 040A,1a,Cosmopolitan student neighbourhoods,E02001650,Sheffield 040,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126716 +126716,E00172507,2a2,Student Digs,E01033273,Sheffield 042F,1a,Cosmopolitan student neighbourhoods,E02001652,Sheffield 042,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126717 +126717,E00172510,2a2,Student Digs,E01033268,Sheffield 075G,1a,Cosmopolitan student neighbourhoods,E02006868,Sheffield 075,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126718 +126718,E00172512,2a2,Student Digs,E01008068,Sheffield 026B,1a,Cosmopolitan student neighbourhoods,E02001636,Sheffield 026,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126719 +126719,E00172420,2b1,Students and Commuters,E01033263,Sheffield 073C,1a,Cosmopolitan student neighbourhoods,E02006843,Sheffield 073,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126720 +126720,E00039806,2a3,Students and Professionals,E01007860,Sheffield 036B,1a,Cosmopolitan student neighbourhoods,E02001646,Sheffield 036,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126721 +126721,E00039807,2a3,Students and Professionals,E01007863,Sheffield 036C,1a,Cosmopolitan student neighbourhoods,E02001646,Sheffield 036,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126722 +126722,E00039810,2a3,Students and Professionals,E01007863,Sheffield 036C,1a,Cosmopolitan student neighbourhoods,E02001646,Sheffield 036,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126723 +126723,E00039812,2a3,Students and Professionals,E01007863,Sheffield 036C,1a,Cosmopolitan student neighbourhoods,E02001646,Sheffield 036,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126724 +126724,E00039814,2a3,Students and Professionals,E01007867,Sheffield 030B,1a,Cosmopolitan student neighbourhoods,E02001640,Sheffield 030,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126725 +126725,E00039825,2a3,Students and Professionals,E01007863,Sheffield 036C,1a,Cosmopolitan student neighbourhoods,E02001646,Sheffield 036,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126726 +126726,E00039840,2a3,Students and Professionals,E01007868,Sheffield 030C,1a,Cosmopolitan student neighbourhoods,E02001640,Sheffield 030,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126727 +126727,E00039845,2a3,Students and Professionals,E01007868,Sheffield 030C,1a,Cosmopolitan student neighbourhoods,E02001640,Sheffield 030,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126728 +126728,E00039846,2a3,Students and Professionals,E01007860,Sheffield 036B,1a,Cosmopolitan student neighbourhoods,E02001646,Sheffield 036,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126729 +126729,E00039847,2a3,Students and Professionals,E01007859,Sheffield 036A,1a,Cosmopolitan student neighbourhoods,E02001646,Sheffield 036,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126730 +126730,E00039849,2a3,Students and Professionals,E01007860,Sheffield 036B,1a,Cosmopolitan student neighbourhoods,E02001646,Sheffield 036,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126731 +126731,E00040157,2a3,Students and Professionals,E01007936,Sheffield 047D,3a,Achieving neighbourhoods,E02001657,Sheffield 047,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126732 +126732,E00172480,2a3,Students and Professionals,E01007859,Sheffield 036A,1a,Cosmopolitan student neighbourhoods,E02001646,Sheffield 036,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126733 +126733,E00172530,5b3,Self-Sufficient Retirement,E01008135,Sheffield 005C,5a,Ageing urban communities,E02001615,Sheffield 005,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126734 +126734,E00039621,6b3,Semi-Detached Ageing,E01007825,Sheffield 066B,8a,Affluent communities,E02001676,Sheffield 066,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126735 +126735,E00041343,4a2,Social Renting New Arrivals,E01008153,Sheffield 024B,3d,Households in terraces and flats,E02001634,Sheffield 024,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126736 +126736,E00040675,7a1,Transitional Eastern European Neighbourhoods,E01008022,Sheffield 065C,4c,Hampered neighbourhoods,E02001675,Sheffield 065,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126737 +126737,E00039623,6b3,Semi-Detached Ageing,E01007826,Sheffield 066C,8b,Ageing suburbanites,E02001676,Sheffield 066,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126738 +126738,E00172462,4a2,Social Renting New Arrivals,E01008012,Sheffield 039B,7a,Urban cultural mix,E02001649,Sheffield 039,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126739 +126739,E00039820,2d1,Urban Cultural Mix,E01007862,Sheffield 038C,1a,Cosmopolitan student neighbourhoods,E02001648,Sheffield 038,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126740 +126740,E00039655,6b3,Semi-Detached Ageing,E01007824,Sheffield 066A,8b,Ageing suburbanites,E02001676,Sheffield 066,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126741 +126741,E00172477,4a2,Social Renting New Arrivals,E01008096,Sheffield 043B,7a,Urban cultural mix,E02001653,Sheffield 043,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126742 +126742,E00039626,5a1,White Professionals,E01007829,Sheffield 059B,3a,Achieving neighbourhoods,E02001669,Sheffield 059,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126743 +126743,E00039658,6b3,Semi-Detached Ageing,E01007826,Sheffield 066C,8b,Ageing suburbanites,E02001676,Sheffield 066,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126744 +126744,E00039691,6b3,Semi-Detached Ageing,E01007835,Sheffield 062A,5a,Ageing urban communities,E02001672,Sheffield 062,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126745 +126745,E00039692,6b3,Semi-Detached Ageing,E01007839,Sheffield 076B,8c,Comfortable suburbia,E02006869,Sheffield 076,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126746 +126746,E00039700,6b3,Semi-Detached Ageing,E01007846,Sheffield 062D,5c,Comfortable neighbourhoods,E02001672,Sheffield 062,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126747 +126747,E00039703,6b3,Semi-Detached Ageing,E01007846,Sheffield 062D,5c,Comfortable neighbourhoods,E02001672,Sheffield 062,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126748 +126748,E00039715,6b3,Semi-Detached Ageing,E01007842,Sheffield 076D,5c,Comfortable neighbourhoods,E02006869,Sheffield 076,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126749 +126749,E00039720,6b3,Semi-Detached Ageing,E01007835,Sheffield 062A,5a,Ageing urban communities,E02001672,Sheffield 062,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126750 +126750,E00039722,6b3,Semi-Detached Ageing,E01007836,Sheffield 062B,5c,Comfortable neighbourhoods,E02001672,Sheffield 062,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126751 +126751,E00039727,6b3,Semi-Detached Ageing,E01007839,Sheffield 076B,8c,Comfortable suburbia,E02006869,Sheffield 076,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126752 +126752,E00039730,6b3,Semi-Detached Ageing,E01007841,Sheffield 076C,8b,Ageing suburbanites,E02006869,Sheffield 076,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126753 +126753,E00039739,6b3,Semi-Detached Ageing,E01007838,Sheffield 076A,5d,Endeavouring social renters,E02006869,Sheffield 076,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126754 +126754,E00039740,6b3,Semi-Detached Ageing,E01007842,Sheffield 076D,5c,Comfortable neighbourhoods,E02006869,Sheffield 076,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126755 +126755,E00039768,6b3,Semi-Detached Ageing,E01007853,Sheffield 014D,4c,Hampered neighbourhoods,E02001624,Sheffield 014,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126756 +126756,E00039948,6b3,Semi-Detached Ageing,E01007896,Sheffield 004G,8b,Ageing suburbanites,E02001614,Sheffield 004,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126757 +126757,E00039949,6b3,Semi-Detached Ageing,E01007891,Sheffield 004D,8b,Ageing suburbanites,E02001614,Sheffield 004,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126758 +126758,E00039963,6b3,Semi-Detached Ageing,E01007888,Sheffield 003A,8b,Ageing suburbanites,E02001613,Sheffield 003,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126759 +126759,E00039804,2a1,Student Communal Living,E01007859,Sheffield 036A,1a,Cosmopolitan student neighbourhoods,E02001646,Sheffield 036,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126760 +126760,E00041107,2a1,Student Communal Living,E01008104,Sheffield 036E,1a,Cosmopolitan student neighbourhoods,E02001646,Sheffield 036,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126761 +126761,E00039632,5a1,White Professionals,E01007832,Sheffield 059D,3a,Achieving neighbourhoods,E02001669,Sheffield 059,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126762 +126762,E00172444,2a1,Student Communal Living,E01007862,Sheffield 038C,1a,Cosmopolitan student neighbourhoods,E02001648,Sheffield 038,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126763 +126763,E00039633,5a1,White Professionals,E01007831,Sheffield 059C,3c,Highly qualified professionals,E02001669,Sheffield 059,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126764 +126764,E00172448,2a1,Student Communal Living,E01033273,Sheffield 042F,1a,Cosmopolitan student neighbourhoods,E02001652,Sheffield 042,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126765 +126765,E00039634,5a1,White Professionals,E01007827,Sheffield 064A,8c,Comfortable suburbia,E02001674,Sheffield 064,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126766 +126766,E00172449,2a1,Student Communal Living,E01033273,Sheffield 042F,1a,Cosmopolitan student neighbourhoods,E02001652,Sheffield 042,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126767 +126767,E00039659,5a1,White Professionals,E01007823,Sheffield 069A,5c,Comfortable neighbourhoods,E02001679,Sheffield 069,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126768 +126768,E00172454,2a1,Student Communal Living,E01007862,Sheffield 038C,1a,Cosmopolitan student neighbourhoods,E02001648,Sheffield 038,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126769 +126769,E00172482,2a1,Student Communal Living,E01007859,Sheffield 036A,1a,Cosmopolitan student neighbourhoods,E02001646,Sheffield 036,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126770 +126770,E00172483,2a1,Student Communal Living,E01007862,Sheffield 038C,1a,Cosmopolitan student neighbourhoods,E02001648,Sheffield 038,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126771 +126771,E00172499,2a1,Student Communal Living,E01033266,Sheffield 074D,1a,Cosmopolitan student neighbourhoods,E02006844,Sheffield 074,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126772 +126772,E00172504,2a1,Student Communal Living,E01033274,Sheffield 042G,1a,Cosmopolitan student neighbourhoods,E02001652,Sheffield 042,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126773 +126773,E00172528,2a1,Student Communal Living,E01007862,Sheffield 038C,1a,Cosmopolitan student neighbourhoods,E02001648,Sheffield 038,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126774 +126774,E00172529,2a1,Student Communal Living,E01008114,Sheffield 074A,1a,Cosmopolitan student neighbourhoods,E02006844,Sheffield 074,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126775 +126775,E00172539,2a1,Student Communal Living,E01007863,Sheffield 036C,1a,Cosmopolitan student neighbourhoods,E02001646,Sheffield 036,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126776 +126776,E00172540,2a1,Student Communal Living,E01008105,Sheffield 040A,1a,Cosmopolitan student neighbourhoods,E02001650,Sheffield 040,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126777 +126777,E00172542,2a1,Student Communal Living,E01007862,Sheffield 038C,1a,Cosmopolitan student neighbourhoods,E02001648,Sheffield 038,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126778 +126778,E00172547,2a1,Student Communal Living,E01007862,Sheffield 038C,1a,Cosmopolitan student neighbourhoods,E02001648,Sheffield 038,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126779 +126779,E00039800,2a2,Student Digs,E01007866,Sheffield 030A,1a,Cosmopolitan student neighbourhoods,E02001640,Sheffield 030,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126780 +126780,E00039802,2a2,Student Digs,E01007860,Sheffield 036B,1a,Cosmopolitan student neighbourhoods,E02001646,Sheffield 036,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126781 +126781,E00039811,2a2,Student Digs,E01007864,Sheffield 036D,1a,Cosmopolitan student neighbourhoods,E02001646,Sheffield 036,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126782 +126782,E00039816,2a2,Student Digs,E01007864,Sheffield 036D,1a,Cosmopolitan student neighbourhoods,E02001646,Sheffield 036,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126783 +126783,E00039678,5a1,White Professionals,E01007827,Sheffield 064A,8c,Comfortable suburbia,E02001674,Sheffield 064,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126784 +126784,E00039728,5a1,White Professionals,E01007839,Sheffield 076B,8c,Comfortable suburbia,E02006869,Sheffield 076,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126785 +126785,E00039786,5a1,White Professionals,E01007847,Sheffield 014A,4c,Hampered neighbourhoods,E02001624,Sheffield 014,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126786 +126786,E00039798,5a1,White Professionals,E01007852,Sheffield 014C,3d,Households in terraces and flats,E02001624,Sheffield 014,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126787 +126787,E00039830,5a1,White Professionals,E01007865,Sheffield 038D,3c,Highly qualified professionals,E02001648,Sheffield 038,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126788 +126788,E00039967,5a1,White Professionals,E01007890,Sheffield 004C,8b,Ageing suburbanites,E02001614,Sheffield 004,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126789 +126789,E00039993,5a1,White Professionals,E01007898,Sheffield 003D,8c,Comfortable suburbia,E02001613,Sheffield 003,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126790 +126790,E00039996,5a1,White Professionals,E01007900,Sheffield 003F,5d,Endeavouring social renters,E02001613,Sheffield 003,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126791 +126791,E00040012,5a1,White Professionals,E01007889,Sheffield 004B,8c,Comfortable suburbia,E02001614,Sheffield 004,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126792 +126792,E00040015,5a1,White Professionals,E01007889,Sheffield 004B,8c,Comfortable suburbia,E02001614,Sheffield 004,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126793 +126793,E00040018,5a1,White Professionals,E01007894,Sheffield 004E,5a,Ageing urban communities,E02001614,Sheffield 004,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126794 +126794,E00040064,5a1,White Professionals,E01007908,Sheffield 032B,3d,Households in terraces and flats,E02001642,Sheffield 032,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126795 +126795,E00040069,5a1,White Professionals,E01007911,Sheffield 032D,8b,Ageing suburbanites,E02001642,Sheffield 032,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126796 +126796,E00040070,5a1,White Professionals,E01007909,Sheffield 032C,3d,Households in terraces and flats,E02001642,Sheffield 032,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126797 +126797,E00040147,5a1,White Professionals,E01007925,Sheffield 068D,8a,Affluent communities,E02001678,Sheffield 068,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126798 +126798,E00040156,5a1,White Professionals,E01007936,Sheffield 047D,3a,Achieving neighbourhoods,E02001657,Sheffield 047,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126799 +126799,E00040158,5a1,White Professionals,E01007936,Sheffield 047D,3a,Achieving neighbourhoods,E02001657,Sheffield 047,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126800 +126800,E00041314,5a1,White Professionals,E01008160,Sheffield 024F,5b,Aspiring urban households,E02001634,Sheffield 024,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126801 +126801,E00041315,5a1,White Professionals,E01008161,Sheffield 026E,3d,Households in terraces and flats,E02001636,Sheffield 026,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126802 +126802,E00041336,5a1,White Professionals,E01008160,Sheffield 024F,5b,Aspiring urban households,E02001634,Sheffield 024,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126803 +126803,E00041341,5a1,White Professionals,E01008156,Sheffield 024E,8c,Comfortable suburbia,E02001634,Sheffield 024,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126804 +126804,E00041342,5a1,White Professionals,E01008156,Sheffield 024E,8c,Comfortable suburbia,E02001634,Sheffield 024,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126805 +126805,E00041358,5a1,White Professionals,E01008156,Sheffield 024E,8c,Comfortable suburbia,E02001634,Sheffield 024,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126806 +126806,E00039630,6b2,White Suburban Communities,E01007831,Sheffield 059C,3c,Highly qualified professionals,E02001669,Sheffield 059,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126807 +126807,E00039680,6b2,White Suburban Communities,E01007832,Sheffield 059D,3a,Achieving neighbourhoods,E02001669,Sheffield 059,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126808 +126808,E00039682,6b2,White Suburban Communities,E01007828,Sheffield 059A,3d,Households in terraces and flats,E02001669,Sheffield 059,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126809 +126809,E00041337,6b2,White Suburban Communities,E01008160,Sheffield 024F,5b,Aspiring urban households,E02001634,Sheffield 024,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126810 +126813,E00039952,6b2,White Suburban Communities,E01007891,Sheffield 004D,8b,Ageing suburbanites,E02001614,Sheffield 004,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126814 +126814,E00039966,6b2,White Suburban Communities,E01007888,Sheffield 003A,8b,Ageing suburbanites,E02001613,Sheffield 003,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126815 +126815,E00039984,6b2,White Suburban Communities,E01007896,Sheffield 004G,8b,Ageing suburbanites,E02001614,Sheffield 004,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126816 +126816,E00039986,6b2,White Suburban Communities,E01007897,Sheffield 005A,8b,Ageing suburbanites,E02001615,Sheffield 005,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126817 +126817,E00039994,6b2,White Suburban Communities,E01007898,Sheffield 003D,8c,Comfortable suburbia,E02001613,Sheffield 003,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126818 +126818,E00039995,6b2,White Suburban Communities,E01007899,Sheffield 003E,8b,Ageing suburbanites,E02001613,Sheffield 003,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126819 +126819,E00040019,6b2,White Suburban Communities,E01007893,Sheffield 003C,8b,Ageing suburbanites,E02001613,Sheffield 003,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126820 +126820,E00040081,6b2,White Suburban Communities,E01007912,Sheffield 037B,5c,Comfortable neighbourhoods,E02001647,Sheffield 037,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126821 +126821,E00040307,6b2,White Suburban Communities,E01007960,Sheffield 029B,3d,Households in terraces and flats,E02001639,Sheffield 029,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126822 +126822,E00040339,6b2,White Suburban Communities,E01007974,Sheffield 044D,8c,Comfortable suburbia,E02001654,Sheffield 044,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126823 +126823,E00040397,6b2,White Suburban Communities,E01007972,Sheffield 044C,8b,Ageing suburbanites,E02001654,Sheffield 044,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126824 +126824,E00040475,6b2,White Suburban Communities,E01007996,Sheffield 021E,5a,Ageing urban communities,E02001631,Sheffield 021,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126825 +126825,E00040509,6b2,White Suburban Communities,E01007988,Sheffield 016B,5c,Comfortable neighbourhoods,E02001626,Sheffield 016,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126826 +126826,E00040535,6b2,White Suburban Communities,E01007999,Sheffield 045C,5c,Comfortable neighbourhoods,E02001655,Sheffield 045,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126827 +126827,E00040553,6b2,White Suburban Communities,E01008002,Sheffield 054B,8b,Ageing suburbanites,E02001664,Sheffield 054,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126828 +126828,E00040554,6b2,White Suburban Communities,E01008005,Sheffield 052D,5d,Endeavouring social renters,E02001662,Sheffield 052,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126829 +126829,E00040650,6b2,White Suburban Communities,E01008036,Sheffield 063C,8c,Comfortable suburbia,E02001673,Sheffield 063,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126830 +126832,E00040994,8d1,Young Hard-Pressed Families,E01008090,Sheffield 012C,4c,Hampered neighbourhoods,E02001622,Sheffield 012,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126833 +126833,E00040665,6b2,White Suburban Communities,E01008019,Sheffield 065A,5d,Endeavouring social renters,E02001675,Sheffield 065,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126834 +126834,E00040710,6b2,White Suburban Communities,E01008034,Sheffield 056D,5c,Comfortable neighbourhoods,E02001666,Sheffield 056,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126835 +126835,E00040729,6b2,White Suburban Communities,E01008039,Sheffield 065F,8c,Comfortable suburbia,E02001675,Sheffield 065,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126836 +126836,E00040730,6b2,White Suburban Communities,E01008040,Sheffield 061D,5b,Aspiring urban households,E02001671,Sheffield 061,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126837 +126837,E00040740,6b2,White Suburban Communities,E01008041,Sheffield 063D,8c,Comfortable suburbia,E02001673,Sheffield 063,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126838 +126838,E00040805,6b2,White Suburban Communities,E01008058,Sheffield 006C,5d,Endeavouring social renters,E02001616,Sheffield 006,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126839 +126839,E00040822,6b2,White Suburban Communities,E01008058,Sheffield 006C,5d,Endeavouring social renters,E02001616,Sheffield 006,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126840 +126840,E00041182,6b2,White Suburban Communities,E01008129,Sheffield 023A,2b,Prospering countryside life,E02001633,Sheffield 023,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126841 +126841,E00041190,6b2,White Suburban Communities,E01033280,Sheffield 008G,8c,Comfortable suburbia,E02001618,Sheffield 008,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126842 +126842,E00041201,6b2,White Suburban Communities,E01008130,Sheffield 023B,5c,Comfortable neighbourhoods,E02001633,Sheffield 023,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126843 +126843,E00041203,6b2,White Suburban Communities,E01008132,Sheffield 023D,8b,Ageing suburbanites,E02001633,Sheffield 023,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126844 +126844,E00041204,6b2,White Suburban Communities,E01008131,Sheffield 023C,8b,Ageing suburbanites,E02001633,Sheffield 023,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126845 +126845,E00041206,6b2,White Suburban Communities,E01008132,Sheffield 023D,8b,Ageing suburbanites,E02001633,Sheffield 023,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126846 +126846,E00041214,6b2,White Suburban Communities,E01008133,Sheffield 023E,5c,Comfortable neighbourhoods,E02001633,Sheffield 023,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126847 +126847,E00041218,6b2,White Suburban Communities,E01008136,Sheffield 008D,5c,Comfortable neighbourhoods,E02001618,Sheffield 008,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126848 +126848,E00041219,6b2,White Suburban Communities,E01008128,Sheffield 008C,2b,Prospering countryside life,E02001618,Sheffield 008,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126849 +126849,E00041221,6b2,White Suburban Communities,E01008141,Sheffield 005E,8c,Comfortable suburbia,E02001615,Sheffield 005,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126850 +126850,E00041235,6b2,White Suburban Communities,E01008135,Sheffield 005C,5a,Ageing urban communities,E02001615,Sheffield 005,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126851 +126851,E00041237,6b2,White Suburban Communities,E01008137,Sheffield 005D,8b,Ageing suburbanites,E02001615,Sheffield 005,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126852 +126852,E00041240,6b2,White Suburban Communities,E01008137,Sheffield 005D,8b,Ageing suburbanites,E02001615,Sheffield 005,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126853 +126853,E00041263,6b2,White Suburban Communities,E01008144,Sheffield 001A,5a,Ageing urban communities,E02001611,Sheffield 001,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126854 +126854,E00041292,6b2,White Suburban Communities,E01008150,Sheffield 001E,5a,Ageing urban communities,E02001611,Sheffield 001,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126855 +126855,E00041299,6b2,White Suburban Communities,E01008156,Sheffield 024E,8c,Comfortable suburbia,E02001634,Sheffield 024,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126856 +126856,E00041334,6b2,White Suburban Communities,E01008160,Sheffield 024F,5b,Aspiring urban households,E02001634,Sheffield 024,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126857 +126857,E00041356,6b2,White Suburban Communities,E01008152,Sheffield 025C,5c,Comfortable neighbourhoods,E02001635,Sheffield 025,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126858 +126858,E00041360,6b2,White Suburban Communities,E01008156,Sheffield 024E,8c,Comfortable suburbia,E02001634,Sheffield 024,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126859 +126859,E00172436,6b2,White Suburban Communities,E01008019,Sheffield 065A,5d,Endeavouring social renters,E02001675,Sheffield 065,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126860 +126861,E00172437,6b2,White Suburban Communities,E01008023,Sheffield 072B,8c,Comfortable suburbia,E02006803,Sheffield 072,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126862 +126862,E00172544,6b2,White Suburban Communities,E01007889,Sheffield 004B,8c,Comfortable suburbia,E02001614,Sheffield 004,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126863 +126866,E00040866,3a2,Young Families and Students,E01008068,Sheffield 026B,1a,Cosmopolitan student neighbourhoods,E02001636,Sheffield 026,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126867 +126869,E00040900,3a2,Young Families and Students,E01008065,Sheffield 026A,7a,Urban cultural mix,E02001636,Sheffield 026,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126870 +126871,E00041026,8d1,Young Hard-Pressed Families,E01008102,Sheffield 048C,4c,Hampered neighbourhoods,E02001658,Sheffield 048,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126872 +126874,E00041027,8d1,Young Hard-Pressed Families,E01008098,Sheffield 048A,4c,Hampered neighbourhoods,E02001658,Sheffield 048,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126875 +126877,E00040908,3a2,Young Families and Students,E01008068,Sheffield 026B,1a,Cosmopolitan student neighbourhoods,E02001636,Sheffield 026,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126878 +126883,E00041072,3a2,Young Families and Students,E01008107,Sheffield 040C,7a,Urban cultural mix,E02001650,Sheffield 040,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126884 +126886,E00041030,8d1,Young Hard-Pressed Families,E01008103,Sheffield 048D,4c,Hampered neighbourhoods,E02001658,Sheffield 048,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126887 +126936,E00041087,3a2,Young Families and Students,E01008105,Sheffield 040A,1a,Cosmopolitan student neighbourhoods,E02001650,Sheffield 040,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126937 +126939,E00041032,8d1,Young Hard-Pressed Families,E01008103,Sheffield 048D,4c,Hampered neighbourhoods,E02001658,Sheffield 048,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126940 +126984,E00041097,3a2,Young Families and Students,E01008114,Sheffield 074A,1a,Cosmopolitan student neighbourhoods,E02006844,Sheffield 074,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126985 +126987,E00041044,8d1,Young Hard-Pressed Families,E01008098,Sheffield 048A,4c,Hampered neighbourhoods,E02001658,Sheffield 048,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126988 +126989,E00041101,3a2,Young Families and Students,E01008114,Sheffield 074A,1a,Cosmopolitan student neighbourhoods,E02006844,Sheffield 074,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126990 +126990,E00041045,8d1,Young Hard-Pressed Families,E01008100,Sheffield 048B,4c,Hampered neighbourhoods,E02001658,Sheffield 048,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126991 +126994,E00041102,3a2,Young Families and Students,E01008114,Sheffield 074A,1a,Cosmopolitan student neighbourhoods,E02006844,Sheffield 074,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126995 +126995,E00041049,8d1,Young Hard-Pressed Families,E01008103,Sheffield 048D,4c,Hampered neighbourhoods,E02001658,Sheffield 048,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126996 +126998,E00041103,3a2,Young Families and Students,E01008115,Sheffield 074B,1a,Cosmopolitan student neighbourhoods,E02006844,Sheffield 074,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,126999 +127001,E00041063,8d1,Young Hard-Pressed Families,E01008100,Sheffield 048B,4c,Hampered neighbourhoods,E02001658,Sheffield 048,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,127002 +127003,E00041116,3a2,Young Families and Students,E01008107,Sheffield 040C,7a,Urban cultural mix,E02001650,Sheffield 040,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,127004 +127007,E00041124,8d1,Young Hard-Pressed Families,E01008125,Sheffield 009G,5d,Endeavouring social renters,E02001619,Sheffield 009,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,127008 +127008,E00172422,3a2,Young Families and Students,E01033263,Sheffield 073C,1a,Cosmopolitan student neighbourhoods,E02006843,Sheffield 073,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,127009 +127012,E00041129,8d1,Young Hard-Pressed Families,E01008123,Sheffield 015E,4c,Hampered neighbourhoods,E02001625,Sheffield 015,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,127013 +127013,E00172446,3a2,Young Families and Students,E01008105,Sheffield 040A,1a,Cosmopolitan student neighbourhoods,E02001650,Sheffield 040,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,127014 +127016,E00041132,8d1,Young Hard-Pressed Families,E01008123,Sheffield 015E,4c,Hampered neighbourhoods,E02001625,Sheffield 015,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,127017 +127018,E00172463,3a2,Young Families and Students,E01008012,Sheffield 039B,7a,Urban cultural mix,E02001649,Sheffield 039,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,127019 +127021,E00041134,8d1,Young Hard-Pressed Families,E01008124,Sheffield 012F,4c,Hampered neighbourhoods,E02001622,Sheffield 012,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,127022 +127022,E00172467,3a2,Young Families and Students,E01008096,Sheffield 043B,7a,Urban cultural mix,E02001653,Sheffield 043,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,127023 +127024,E00041146,8d1,Young Hard-Pressed Families,E01008117,Sheffield 009D,4a,Challenged white communities,E02001619,Sheffield 009,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,127025 +127027,E00039757,8d1,Young Hard-Pressed Families,E01007857,Sheffield 010B,4c,Hampered neighbourhoods,E02001620,Sheffield 010,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,127028 +127029,E00041147,8d1,Young Hard-Pressed Families,E01008116,Sheffield 009C,4a,Challenged white communities,E02001619,Sheffield 009,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,127030 +127069,E00039914,8d1,Young Hard-Pressed Families,E01007886,Sheffield 075F,4c,Hampered neighbourhoods,E02006868,Sheffield 075,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,127070 +127070,E00039917,8d1,Young Hard-Pressed Families,E01007886,Sheffield 075F,4c,Hampered neighbourhoods,E02006868,Sheffield 075,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,127071 +127072,E00039924,8d1,Young Hard-Pressed Families,E01007878,Sheffield 075A,7a,Urban cultural mix,E02006868,Sheffield 075,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,127073 +127075,E00039926,8d1,Young Hard-Pressed Families,E01007886,Sheffield 075F,4c,Hampered neighbourhoods,E02006868,Sheffield 075,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,127076 +127078,E00041151,8d1,Young Hard-Pressed Families,E01008116,Sheffield 009C,4a,Challenged white communities,E02001619,Sheffield 009,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,127079 +127079,E00039929,8d1,Young Hard-Pressed Families,E01007881,Sheffield 075C,7a,Urban cultural mix,E02006868,Sheffield 075,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,127080 +127082,E00040072,8d1,Young Hard-Pressed Families,E01007910,Sheffield 037A,4c,Hampered neighbourhoods,E02001647,Sheffield 037,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,127083 +127083,E00041154,8d1,Young Hard-Pressed Families,E01033277,Sheffield 011E,4c,Hampered neighbourhoods,E02001621,Sheffield 011,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,127084 +127086,E00040222,8d1,Young Hard-Pressed Families,E01007950,Sheffield 015D,4c,Hampered neighbourhoods,E02001625,Sheffield 015,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,127087 +127087,E00041160,8d1,Young Hard-Pressed Families,E01008118,Sheffield 009E,4c,Hampered neighbourhoods,E02001619,Sheffield 009,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,127088 +127090,E00040233,8d1,Young Hard-Pressed Families,E01007950,Sheffield 015D,4c,Hampered neighbourhoods,E02001625,Sheffield 015,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,127091 +127091,E00041162,8d1,Young Hard-Pressed Families,E01008123,Sheffield 015E,4c,Hampered neighbourhoods,E02001625,Sheffield 015,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,127092 +127094,E00040255,8d1,Young Hard-Pressed Families,E01007946,Sheffield 015C,4c,Hampered neighbourhoods,E02001625,Sheffield 015,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,127095 +127097,E00040262,8d1,Young Hard-Pressed Families,E01007946,Sheffield 015C,4c,Hampered neighbourhoods,E02001625,Sheffield 015,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,127098 +127113,E00041167,8d1,Young Hard-Pressed Families,E01008122,Sheffield 012E,4c,Hampered neighbourhoods,E02001622,Sheffield 012,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,127114 +127124,E00040352,8d1,Young Hard-Pressed Families,E01007968,Sheffield 049C,4c,Hampered neighbourhoods,E02001659,Sheffield 049,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,127125 +127125,E00040355,8d1,Young Hard-Pressed Families,E01007965,Sheffield 044A,4c,Hampered neighbourhoods,E02001654,Sheffield 044,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,127126 +127126,E00040369,8d1,Young Hard-Pressed Families,E01007968,Sheffield 049C,4c,Hampered neighbourhoods,E02001659,Sheffield 049,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,127127 +127127,E00040464,8d1,Young Hard-Pressed Families,E01007991,Sheffield 016D,5c,Comfortable neighbourhoods,E02001626,Sheffield 016,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,127128 +127128,E00040522,8d1,Young Hard-Pressed Families,E01007991,Sheffield 016D,5c,Comfortable neighbourhoods,E02001626,Sheffield 016,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,127129 +127129,E00040533,8d1,Young Hard-Pressed Families,E01008009,Sheffield 045E,4c,Hampered neighbourhoods,E02001655,Sheffield 045,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,127130 +127130,E00040568,8d1,Young Hard-Pressed Families,E01008009,Sheffield 045E,4c,Hampered neighbourhoods,E02001655,Sheffield 045,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,127131 +127131,E00040588,8d1,Young Hard-Pressed Families,E01008017,Sheffield 039E,4c,Hampered neighbourhoods,E02001649,Sheffield 039,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,127132 +127132,E00040604,8d1,Young Hard-Pressed Families,E01008015,Sheffield 039D,4c,Hampered neighbourhoods,E02001649,Sheffield 039,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,127133 +127133,E00040609,8d1,Young Hard-Pressed Families,E01008018,Sheffield 039F,4c,Hampered neighbourhoods,E02001649,Sheffield 039,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,127134 +127134,E00040618,8d1,Young Hard-Pressed Families,E01008011,Sheffield 039A,4c,Hampered neighbourhoods,E02001649,Sheffield 039,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,127135 +127135,E00040812,8d1,Young Hard-Pressed Families,E01008055,Sheffield 007C,4c,Hampered neighbourhoods,E02001617,Sheffield 007,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,127136 +127136,E00040817,8d1,Young Hard-Pressed Families,E01008055,Sheffield 007C,4c,Hampered neighbourhoods,E02001617,Sheffield 007,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,127137 +127137,E00040824,8d1,Young Hard-Pressed Families,E01008057,Sheffield 007D,4c,Hampered neighbourhoods,E02001617,Sheffield 007,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,127138 +127138,E00040833,8d1,Young Hard-Pressed Families,E01008053,Sheffield 006A,4a,Challenged white communities,E02001616,Sheffield 006,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,127139 +127139,E00040837,8d1,Young Hard-Pressed Families,E01008056,Sheffield 006B,4a,Challenged white communities,E02001616,Sheffield 006,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,127140 +127140,E00040840,8d1,Young Hard-Pressed Families,E01008059,Sheffield 010C,4c,Hampered neighbourhoods,E02001620,Sheffield 010,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,127141 +127141,E00040976,8d1,Young Hard-Pressed Families,E01008090,Sheffield 012C,4c,Hampered neighbourhoods,E02001622,Sheffield 012,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,127142 +127142,E00040991,8d1,Young Hard-Pressed Families,E01008088,Sheffield 012B,5b,Aspiring urban households,E02001622,Sheffield 012,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,127143 +127143,E00041168,8d1,Young Hard-Pressed Families,E01008122,Sheffield 012E,4c,Hampered neighbourhoods,E02001622,Sheffield 012,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,127144 +127146,E00041169,8d1,Young Hard-Pressed Families,E01008122,Sheffield 012E,4c,Hampered neighbourhoods,E02001622,Sheffield 012,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,127147 +127147,E00041245,8d1,Young Hard-Pressed Families,E01008138,Sheffield 006D,5c,Comfortable neighbourhoods,E02001616,Sheffield 006,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,127148 +127149,E00041279,8d1,Young Hard-Pressed Families,E01008148,Sheffield 001C,5d,Endeavouring social renters,E02001611,Sheffield 001,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,127150 +127151,E00172486,8d1,Young Hard-Pressed Families,E01033277,Sheffield 011E,4c,Hampered neighbourhoods,E02001621,Sheffield 011,E08000019,Sheffield,2a1r,Larger Towns and Cities,E12000003,Yorkshire and The Humber,E92000001,England,127152 diff --git a/scripts/Makefile b/scripts/Makefile index 87b68f26..c0f3b224 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -20,6 +20,10 @@ test_run: MODE=default_config test_run: RUN_CONFIG=$(CONFIG)/default.yaml test_run: baseline intervention_energyDownLift +test_run_all: MODE=default_config +test_run_all: RUN_CONFIG=$(CONFIG)/default.yaml +test_run_all: baseline intervention_hhIncome intervention_PovertyLineChildUplift intervention_livingWage intervention_energyDownLift + test_scot_run: MODE=scotland_mode test_scot_run: RUN_CONFIG=$(CONFIG)/scot_default.yaml test_scot_run: baseline intervention_livingWage @@ -57,22 +61,144 @@ intervention_hhIncome: setup intervention_hhIncomeChildUplift: setup $(PYTHON) scripts/run.py -c $(RUN_CONFIG) -o $(MODE) -i 'hhIncomeChildUplift' +########################################### +# Child Uplifts Over Amount and Condition # +########################################### + +intervention_25All: setup + $(PYTHON) scripts/run.py -c $(RUN_CONFIG) -o $(MODE) -i '25All' + +intervention_50All: setup + $(PYTHON) scripts/run.py -c $(RUN_CONFIG) -o $(MODE) -i '50All' + +intervention_75All: setup + $(PYTHON) scripts/run.py -c $(RUN_CONFIG) -o $(MODE) -i '75All' + +intervention_100All: setup + $(PYTHON) scripts/run.py -c $(RUN_CONFIG) -o $(MODE) -i '100All' + +########################################################################## +# Relative Poverty Interventions. +########################################################################## + +intervention_25RelativePoverty: setup + $(PYTHON) scripts/run.py -c $(RUN_CONFIG) -o $(MODE) -i '25RelativePoverty' + +intervention_50RelativePoverty: setup + $(PYTHON) scripts/run.py -c $(RUN_CONFIG) -o $(MODE) -i '50RelativePoverty' + +intervention_75RelativePoverty: setup + $(PYTHON) scripts/run.py -c $(RUN_CONFIG) -o $(MODE) -i '75RelativePoverty' + +intervention_100RelativePoverty: setup + $(PYTHON) scripts/run.py -c $(RUN_CONFIG) -o $(MODE) -i '100RelativePoverty' + +########################################################################## +# doing a stupid block of six interventions for now from 25 to 50 by £5. +# probably a neater way to do this. +########################################################################## + +intervention_25UniversalCredit_scotland: setup_scotland_scaled + $(PYTHON) scripts/run.py -c config/scotland_scaled.yaml -o scotland_scaled -i '25UniversalCredit' + + +intervention_25UniversalCredit: setup + $(PYTHON) scripts/run.py -c $(RUN_CONFIG) -o $(MODE) -i '25UniversalCredit' + +intervention_30UniversalCredit: setup + $(PYTHON) scripts/run.py -c $(RUN_CONFIG) -o $(MODE) -i '30UniversalCredit' + +intervention_35UniversalCredit: setup + $(PYTHON) scripts/run.py -c $(RUN_CONFIG) -o $(MODE) -i '35UniversalCredit' + +intervention_40UniversalCredit: setup + $(PYTHON) scripts/run.py -c $(RUN_CONFIG) -o $(MODE) -i '40UniversalCredit' + +intervention_45UniversalCredit: setup + $(PYTHON) scripts/run.py -c $(RUN_CONFIG) -o $(MODE) -i '45UniversalCredit' + +intervention_50UniversalCredit: setup + $(PYTHON) scripts/run.py -c $(RUN_CONFIG) -o $(MODE) -i '50UniversalCredit' + +intervention_75UniversalCredit: setup + $(PYTHON) scripts/run.py -c $(RUN_CONFIG) -o $(MODE) -i '75UniversalCredit' + +intervention_100UniversalCredit: setup + $(PYTHON) scripts/run.py -c $(RUN_CONFIG) -o $(MODE) -i '100UniversalCredit' + +########################################################################## +# Priority Subgroups +########################################################################## + +intervention_25Priority: setup + $(PYTHON) scripts/run.py -c $(RUN_CONFIG) -o $(MODE) -i '25Priority' + +intervention_50Priority: setup + $(PYTHON) scripts/run.py -c $(RUN_CONFIG) -o $(MODE) -i '50Priority' + +intervention_75Priority: setup + $(PYTHON) scripts/run.py -c $(RUN_CONFIG) -o $(MODE) -i '75Priority' + +intervention_100Priority: setup + $(PYTHON) scripts/run.py -c $(RUN_CONFIG) -o $(MODE) -i '100Priority' + +########################################################################## + intervention_PovertyLineChildUplift: setup $(PYTHON) scripts/run.py -c $(RUN_CONFIG) -o $(MODE) -i 'hhIncomePovertyLineChildUplift' +############################ +# Living Wage Intervention # +############################ + intervention_livingWage: setup $(PYTHON) scripts/run.py -c $(RUN_CONFIG) -o $(MODE) -i 'livingWageIntervention' +############################### +# Energy Crisis Interventions # +############################### + intervention_energyDownLift: setup $(PYTHON) scripts/run.py -c $(RUN_CONFIG) -o $(MODE) -i 'energyDownlift' intervention_energyDownLiftNoSupport: setup $(PYTHON) scripts/run.py -c $(RUN_CONFIG) -o $(MODE) -i 'energyDownliftNoSupport' +##################################################### +# Short Cut Commands for Many Interventions at Once # +##################################################### + +glasgow_baseline: setup + $(PYTHON) scripts/run.py -c $(CONFIG)/glasgow_scaled.yaml -o "glasgow_scaled" -i 'baseline' + +intervention_EPCG: setup + $(PYTHON) scripts/run.py -c $(CONFIG)/glasgow_scaled.yaml -o "glasgow_scaled" -i 'EPCG' + +intervention_EBSS: setup + $(PYTHON) scripts/run.py -c $(CONFIG)/glasgow_scaled.yaml -o "glasgow_scaled" -i 'EBSS' + +intervention_childPovertyReduction: setup + $(PYTHON) scripts/run.py -c $(CONFIG)/default.yaml -o default_config -i 'ChildPovertyReductionRANDOM' + $(PYTHON) scripts/run.py -c $(CONFIG)/default.yaml -o default_config -i 'ChildPovertyReductionSUSTAIN' + $(RSCRIPT) -e "require(rmarkdown); render('$(OUTCOMES)/child_poverty_reduction_vis.Rmd')" + firefox file://$(OUTCOMES)/child_poverty_reduction_vis.html + all_scenarios: MODE = default_config all_scenarios: RUN_CONFIG=$(CONFIG)/default.yaml all_scenarios: baseline intervention_hhIncomeChildUplift intervention_PovertyLineChildUplift intervention_livingWage intervention_energyDownLift intervention_energyDownLiftNoSupport +all_child_uplifts: MODE=default_config +all_child_uplifts: RUN_CONFIG=$(CONFIG)/default.yaml +all_child_uplifts: baseline intervention_25All intervention_50All intervention_75All intervention_100All + +poverty_line_child_uplifts: MODE=default_config +poverty_line_child_uplifts: RUN_CONFIG=$(CONFIG)/default.yaml +poverty_line_child_uplifts: baseline intervention_25RelativePoverty intervention_50RelativePoverty intervention_75RelativePoverty intervention_100RelativePoverty + +universal_credit_child_uplifts: MODE=default_config +universal_credit_child_uplifts: RUN_CONFIG=$(CONFIG)/default.yaml +universal_credit_child_uplifts: baseline intervention_25UniversalCredit intervention_50UniversalCredit intervention_75UniversalCredit intervention_100UniversalCredit + all_scot_scenarios: MODE=scotland_mode all_scot_scenarios: RUN_CONFIG=$(CONFIG)/scot_default.yaml all_scot_scenarios: scot_setup baseline intervention_hhIncomeChildUplift intervention_PovertyLineChildUplift intervention_livingWage intervention_energyDownLift @@ -82,6 +208,9 @@ all_scot_scenarios: scot_setup baseline intervention_hhIncomeChildUplift interve ## Local single runs of MINOS SF12 experiments using the glasgow synthetic population. ############################################ +test_baseline: + $(PYTHON) scripts/run.py -c $(CONFIG)/test_config.yaml -o test_config + baseline: ### Baseline run of MINOS, using configuration defined in testConfig.yaml baseline_glasgow: setup_glasgow_scaled $(PYTHON) scripts/run.py -c $(CONFIG)/glasgow_scaled.yaml -o glasgow_scaled @@ -178,6 +307,93 @@ arc4_intervention_hhIncomeChildUplift: arc4_intervention_PovertyLineChildUplift: bash scripts/arc_submit.sh -c $(RUN_CONFIG) -o $(MODE) -i 'hhIncomePovertyLineChildUplift' +########################################################################## + +arc4_intervention_25All: setup + bash scripts/arc_submit.sh -c $(RUN_CONFIG) -o $(MODE) -i '25All' + +arc4_intervention_50All: setup + bash scripts/arc_submit.sh -c $(RUN_CONFIG) -o $(MODE) -i '50All' + +arc4_intervention_75All: setup + bash scripts/arc_submit.sh -c $(RUN_CONFIG) -o $(MODE) -i '75All' + +arc4_intervention_100All: setup + bash scripts/arc_submit.sh -c $(RUN_CONFIG) -o $(MODE) -i '100All' + +########################################################################## + +arc4_intervention_25RelativePoverty: + bash scripts/arc_submit.sh -c $(RUN_CONFIG) -o $(MODE) -i '25RelativePoverty' + +arc4_intervention_50RelativePoverty: + bash scripts/arc_submit.sh -c $(RUN_CONFIG) -o $(MODE) -i '50RelativePoverty' + +arc4_intervention_75RelativePoverty: setup + bash scripts/arc_submit.sh -c $(RUN_CONFIG) -o $(MODE) -i '75RelativePoverty' + +arc4_intervention_100RelativePoverty: setup + bash scripts/arc_submit.sh -c $(RUN_CONFIG) -o $(MODE) -i '100RelativePoverty' + +########################################################################## + +arc4_intervention_10UniversalCredit: + bash scripts/arc_submit.sh -c $(RUN_CONFIG) -o $(MODE) -i '10UniversalCredit' + +arc4_intervention_20UniversalCredit: + bash scripts/arc_submit.sh -c $(RUN_CONFIG) -o $(MODE) -i '20UniversalCredit' + +arc4_intervention_25UniversalCredit: + bash scripts/arc_submit.sh -c $(RUN_CONFIG) -o $(MODE) -i '25UniversalCredit' + +arc4_intervention_30UniversalCredit: + bash scripts/arc_submit.sh -c $(RUN_CONFIG) -o $(MODE) -i '30UniversalCredit' + +arc4_intervention_35UniversalCredit: + bash scripts/arc_submit.sh -c $(RUN_CONFIG) -o $(MODE) -i '35UniversalCredit' + +arc4_intervention_40UniversalCredit: + bash scripts/arc_submit.sh -c $(RUN_CONFIG) -o $(MODE) -i '40UniversalCredit' + +arc4_intervention_45UniversalCredit: + bash scripts/arc_submit.sh -c $(RUN_CONFIG) -o $(MODE) -i '45UniversalCredit' + +arc4_intervention_50UniversalCredit: + bash scripts/arc_submit.sh -c $(RUN_CONFIG) -o $(MODE) -i '50UniversalCredit' + +arc4_intervention_60UniversalCredit: + bash scripts/arc_submit.sh -c $(RUN_CONFIG) -o $(MODE) -i '60UniversalCredit' + +arc4_intervention_70UniversalCredit: + bash scripts/arc_submit.sh -c $(RUN_CONFIG) -o $(MODE) -i '70UniversalCredit' + +arc4_intervention_75UniversalCredit: + bash scripts/arc_submit.sh -c $(RUN_CONFIG) -o $(MODE) -i '75UniversalCredit' + +arc4_intervention_80UniversalCredit: + bash scripts/arc_submit.sh -c $(RUN_CONFIG) -o $(MODE) -i '80UniversalCredit' + +arc4_intervention_90UniversalCredit: + bash scripts/arc_submit.sh -c $(RUN_CONFIG) -o $(MODE) -i '90UniversalCredit' + +arc4_intervention_100UniversalCredit: + bash scripts/arc_submit.sh -c $(RUN_CONFIG) -o $(MODE) -i '100UniversalCredit' + +########################################################################## + +arc4_intervention_25Priority: + bash scripts/arc_submit.sh -c $(RUN_CONFIG) -o $(MODE) -i '25Priority' + +arc4_intervention_50Priority: + bash scripts/arc_submit.sh -c $(RUN_CONFIG) -o $(MODE) -i '50Priority' + +arc4_intervention_75Priority: setup + bash scripts/arc_submit.sh -c $(RUN_CONFIG) -o $(MODE) -i '75Priority' + +arc4_intervention_100Priority: setup + bash scripts/arc_submit.sh -c $(RUN_CONFIG) -o $(MODE) -i '100Priority' + +arc4_intervention_livingWage: arc4_intervention_livingWage: bash scripts/arc_submit.sh -c $(RUN_CONFIG) -o $(MODE) -i 'livingWageIntervention' @@ -187,6 +403,60 @@ arc4_intervention_energyDownLift: arc4_intervention_energyDownLiftNoSupport: bash scripts/arc_submit.sh -c $(RUN_CONFIG) -o $(MODE) -i 'energyDownliftNoSupport' +arc4_glasgow_baseline: setup + bash scripts/arc_submit.sh -c $(CONFIG)/glasgow_scaled.yaml -o "glasgow_scaled" -i 'baseline' + +arc4_glasgow_25_poverty_line: setup + bash scripts/arc_submit.sh -c $(CONFIG)/glasgow_scaled.yaml -o "glasgow_scaled" -i 'hhIncomePovertyLineChildUplift' + +arc4_EPCG: setup + bash scripts/arc_submit.sh -c $(CONFIG)/glasgow_scaled.yaml -o "glasgow_scaled" -i 'EPCG' + +arc4_EBSS: setup + bash scripts/arc_submit.sh -c $(CONFIG)/glasgow_scaled.yaml -o "glasgow_scaled" -i 'EBSS' + +arc4_all_scenarios: MODE=default_config +arc4_all_scenarios: RUN_CONFIG=$(CONFIG)/default.yaml +arc4_all_scenarios: arc4_baseline arc4_intervention_hhIncomeChildUplift arc4_intervention_PovertyLineChildUplift arc4_intervention_livingWage arc4_intervention_energyDownLift arc4_intervention_energyDownLiftNoSupport + +arc4_all_child_uplifts: MODE=scaled_glasgow #MODE=default_config +arc4_all_child_uplifts: RUN_CONFIG=$(CONFIG)/glasgow_scaled.yaml#/default.yaml +arc4_all_child_uplifts: arc4_baseline arc4_intervention_25All arc4_intervention_50All arc4_intervention_75All arc4_intervention_100All + +arc4_poverty_line_child_uplifts: MODE=default_config +arc4_poverty_line_child_uplifts: RUN_CONFIG=$(CONFIG)/default.yaml +arc4_poverty_line_child_uplifts: arc4_baseline arc4_intervention_25RelativePoverty arc4_intervention_50RelativePoverty arc4_intervention_75RelativePoverty arc4_intervention_100RelativePoverty + +arc4_scotland_universal_credit_child_uplifts: +arc4_scotland_universal_credit_child_uplifts: MODE=scaled_scotland #MODE=default_config +arc4_scotland_universal_credit_child_uplifts: RUN_CONFIG=$(CONFIG)/scotland_scaled.yaml#/default.yaml +arc4_scotland_universal_credit_child_uplifts: arc4_baseline arc4_intervention_25UniversalCredit arc4_intervention_30UniversalCredit arc4_intervention_35UniversalCredit arc4_intervention_40UniversalCredit arc4_intervention_45UniversalCredit arc4_intervention_50UniversalCredit + +arc4_universal_credit_child_uplifts: +arc4_universal_credit_child_uplifts: MODE=default_config +arc4_universal_credit_child_uplifts: RUN_CONFIG=$(CONFIG)/default.yaml +arc4_universal_credit_child_uplifts: arc4_baseline arc4_intervention_25UniversalCredit arc4_intervention_30UniversalCredit arc4_intervention_35UniversalCredit arc4_intervention_40UniversalCredit arc4_intervention_45UniversalCredit arc4_intervention_50UniversalCredit + +arc4_UC_SCP_scotland_10_100: setup_scotland_scaled +arc4_UC_SCP_scotland_10_100: MODE=scaled_scotland +arc4_UC_SCP_scotland_10_100: RUN_CONFIG=$(CONFIG)scotland_scaled.yaml +arc4_UC_SCP_scotland_10_100: arc4_baseline arc4_intervention_10UniversalCredit arc4_intervention_20UniversalCredit +arc4_UC_SCP_scotland_10_100: arc4_intervention_30UniversalCredit arc4_intervention_40UniversalCredit +arc4_UC_SCP_scotland_10_100: arc4_intervention_50UniversalCredit arc4_intervention_60UniversalCredit +arc4_UC_SCP_scotland_10_100: arc4_intervention_70UniversalCredit arc4_intervention_80UniversalCredit +arc4_UC_SCP_scotland_10_100: arc4_intervention_90UniversalCredit arc4_intervention_100UniversalCredit + +arc4_priority_child_uplifts: MODE=scaled_glasgow #MODE=default_config +arc4_priority_child_uplifts: RUN_CONFIG=$(CONFIG)/glasgow_scaled.yaml#/default.yaml +arc4_priority_child_uplifts: arc4_scotland_baseline arc4_intervention_25Priority arc4_intervention_50Priority arc4_intervention_75Priority arc4_intervention_100Priority + +arc4_all_25_uplifts: MODE=default_config +arc4_all_25_uplifts: RUN_CONFIG=$(CONFIG)/default.yaml +arc4_all_25_uplifts: arc4_baseline arc4_intervention_25RelativePoverty arc4_intervention_25All arc4_intervention_25UniversalCredit + +arc4_all_scot_scenarios: MODE=scotland_mode +arc4_all_scot_scenarios: RUN_CONFIG=$(CONFIG)/scot_default.yaml +arc4_all_scot_scenarios: arc4_baseline arc4_intervention_hhIncomeChildUplift arc4_intervention_PovertyLineChildUplift arc4_intervention_livingWage arc4_intervention_energyDownLift arc4_all_scenarios: arc4_baseline arc4_intervention_hhIncomeChildUplift arc4_intervention_PovertyLineChildUplift arc4_intervention_livingWage arc4_intervention_energyDownLift arc4_intervention_energyDownLiftNoSupport ## All default scenarios @@ -226,6 +496,15 @@ arc4_all_scenarios_S7_glasgow: MODE=SIPHER7_glasgow arc4_all_scenarios_S7_glasgow: RUN_CONFIG=$(CONFIG)/S7_glasgow_scaled.yaml arc4_all_scenarios_S7_glasgow: arc4_all_scenarios +arc4_all_social_science_concept_scenarios: MODE=default_config +arc4_all_social_science_concept_scenarios: RUN_CONFIG=$(CONFIG)/default.yaml +arc4_all_social_science_concept_scenarios: arc4_baseline arc4_intervention_25UniversalCredit arc4_intervention_25RelativePoverty arc4_intervention_livingWage arc4_intervention_energyDownLift arc4_intervention_energyDownLiftNoSupport arc4_intervention_50UniversalCredit arc4_intervention_50RelativePoverty + +arc4_concept_note_child_lineplots: setup +arc4_concept_note_child_lineplots: MODE=default_config +arc4_concept_note_child_lineplots: RUN_CONFIG=$(CONFIG)/default.yaml +arc4_concept_note_child_lineplots: arc4_baseline arc4_intervention_25UniversalCredit arc4_intervention_25RelativePoverty arc4_intervention_50UniversalCredit arc4_intervention_50RelativePoverty + arc4_cv_baseline: cv_setup bash scripts/arc_submit.sh -c $(CONFIG)/cross_validation.yaml -o cross_validation diff --git a/scripts/arc_run.sh b/scripts/arc_run.sh index a6a6c5cc..bc0e6087 100755 --- a/scripts/arc_run.sh +++ b/scripts/arc_run.sh @@ -11,7 +11,7 @@ ## Email if a run aborts #$ -m a ## Select memory -#$ -l h_vmem=2G # was 15 for big runs +#$ -l h_vmem=5G # was 15 for big runs ## Choose cores. See arc website for more details. 5 high memory cores chosen here. #$ -pe smp 1 ## Set logs directories @@ -20,7 +20,7 @@ ############## SET NUMBER OF RUNS HERE ############## ## Tell computer this is an array job with tasks from 1 to N -#$ -t 1-2 +#$ -t 1-100 # create these if they dont exist. Will crash arc4 if you dont do this. mkdir -p logs